build.xml0000644000175000017500000001374511301357557011744 0ustar user03user03 CHANGELOG0000644000175000017500000006765711301357557011350 0ustar user03user03v0.07.3 * Fixed bump mapping to correctly treat black as the lowest point in the map * Added command line override for samples paramter (affect bucket and multipas samplers) * Added cubic bspline filter to multipass image sampler (via warp function) * Fixed "usage of init" statistic report in BIH * Added cubic bspline filter * Fixed counting of secondary rays clipped by ray depth limit * Added lattice sampling routines (experimental) * Fixed CornellBox light source sampling * Fixed all image readers/writer to use buffered I/O * Added motion blur syntax for instances and objects in .sc files * Added shutter parameter to camera to allow motion blur of scene objects even when the camera is static * Camera and Instances are now controlled by moving matrices and may be motion blurred * Added MovingMatrix4 class * Removed eye/target/up syntax for describing camera transform (parameters only - not .sc syntax) * Added total rays to statistics output * Fixed filtering in y direction for BucketRenderer * Fixes to QMC sigma table - no longer requires precomputation * Implemented low sampling density for ImageBasedLight in fixed mode * Added PerlinModifier * Bug fix to writeVerbatimString() in binary scene writer * Added sampler choice to image block in .sc parser * Small bugfix to command line sampler choice * Moved shading cache into new image sampler * Added a new image sampler (MultipassRenderer - not multipass yet) * Added statistics to count number of rays cast * Removed "robust" intersection code for triangles and bezier patches * Added sphereflake primitive * Moved Nan/Inf check into LightServer, demoted to warning severity * Fix to allow LDR images in IBL * File browser in SunflowGUI remembers previous directory * Modified Matrix4 class to only accept affine transformations * Added cylinder primitive * Removed getUniqueName method from SunflowAPI * Fixed more potential locale issues with case conversion by forcing the ENGLISH locale to be used * Renamed get/setCurrentFrame to currentFrame in SunflowAPI * Renamed parse to include in SunflowAPI * Added reset keyword to new scene file format * Fixed access levels on certain classes in org.sunflow package * Fixed spelling of absorption in glass shader - left backwards compatibility in SCParser * Added reading/writing of Indigo's IGI file format * Added GenericBitmap format for simple debugging tasks * Added more robust file extension detection * Refactored Bitmap loading/saving with plugin system * Bug fix when reading interpolation types on non-english operating systems * Added -translate command line parameter * Added translate() method to convert any file format into the new ones * New ascii/binary file formats (sca/scb) * Added new colorspace options for color parameters (blackbody/spectrum) * Changed the way colors are specified to SunflowAPI * Upgraded to Janino 2.5.6 * Added camera shift option to pinhole and thinlens camera lenses * Updated examples * Moved scene parsers to plugin system * Moved photon maps to plugin system * Replaced object factories with PluginRegistry lookups * Updated all parsers * Added PluginRegistry and modified SunflowAPI to create objects through it instead of requiring users to create objects themselves * Changed cornellbox primitive into the light block in the .sc parser * Light objects can now specify their geometric represtentation at runtime * Particle point positions can now be specified inline in the scene file * Particle data files can now be scene relative (via include paths) * Improved motion blur sampling * Moved shaderOverride to an option v0.07.2 * Filled in and corrected javadoc comments in org.sunflow.core package * Upgraded to Janino 2.5.5 * Added experimental Ant build file * Removed hard coded sRGB curve * Fixes to bucket renderer anti-aliasing * Camera motion blur * Added bezier patch meshes to parser * Added normal smoothing to FileMesh * Implemented BVH2 case properly in BoundingIntervalHierarchy (needs benchmarking) * Added binary STL format to FileMesh * Upgraded to Janino 2.5.4 * Improvements to Geometry class to handle tesselation failures * Created FileMesh class for on-demand loading of meshes (supports RA3/OBJ) * Tweaks to Benchmark class for third parties * Small bugfixes * Added little_endian option for particle files v0.07.1 * Added Modifier concept - used to implement bump/normal mapping at the moment * Added bucket dumping debugging option to bucket render - saves out unfiltered buckets as they are rendered * Fixed jitter option - added to SCParser image block * Added basic absorbtion model to GlassShader * Added ngon sampling to ThinLens for bokeh effects * Renamed MeshLight to TriangleMeshLight * Updated LightSource interface - lights must now do their own loop to take mutltiple samples * Spherical triangle sampling for triangle lights * New wireframe shader (-quick_wire command line option) * Added calls to get triangle vertices * Added camera space utility functions * Upgraded to Janino 2.5.3 * Upgraded to Janino 2.5.2 * Added sun light to SunSkyLight - modified LightSource interface slightly * Added support for "noinstance" keyword * Unified instance handling in .sc parser * Added -pathgi command line argument * Added basic animation support * Added SunSkyLight * Added QuadMesh primitive type (using bilinear patches) * Added real sphere lights * Console display now outputs to stderr to allow stdout to be used for output redirection * Added fisheye lens to .sc parser * Added imgpipe display compatible with mental ray imgpipe protocol * Experimental fix to light bleeding problem * Removed -accel command line option * Deprecated use of accel keyword in .sc files - the default is usually best * Moved accel into an option parameter * Added -filter command line option * When baking a lightmap without viewdep, a camera is not required in the scene * Added -bakedir command line option * Added baking.viewdep option to control lightmap baking style * Lightmap baking can now either be view-dependent (to the current camera) or orthographic (perpendicular to the point being shaded) * Added XYZColor class to represent colors with CIE coordinates * Rengereated golden images for Benchmark data * Fixed a subtle problem with float/int constructors for the Color class * Added lightmap baking - only triangular meshes are supported at the moment * Renamed DLASurface to ParticleSurface * SCParser: Made all the options in the image block optional * Added fake spherical lights (approximated by point lights - using the trick from the Lightcuts paper) * Bug fix to RA2Parser (was passing fov argument to camera incorectly) * Added a method to dump Mesh objects to .obj files (usefull for procedural geometry debugging) * Added DLASurface for efficient rendering of large sets of spheres * Split Camera into CameraLens (which is an interface to generate rays in camera space) and an internal Camera class which rotates the rays into world space * Upgraded to Janino 2.5.1 * Upgraded to Janino 2.5.0 * Parser now generates bezier patch primitives intead of triangles is the subdivs/smooth parameters are ommited * Added exact Ray/Bezier-patch intersection code * Added Teapot and Gumbo primitives, both using bezier patch descriptions * Added Bezier patch mesh, which generates a triangle mesh at runtime * Added janino-tesselatable primitive * Added on demand tesselation of primitives * Added a parser for hair curve data as export by Shave and Haircut (http://www.joealter.com) * Added a hair curve primitive * Implemented parameter system for all render object creation * Textures are now loaded on demand, when they are first accessed * Modified bucketOrder call in SunflowAPI to create inverted bucket orders * Added InvertedBucketOrder * Added RandomBucketOrder * Added Box primitive * Removed SimpleShader from parser classes * Added SimpleShader which shades using facing ratio * Modified IDShader to be based on instance ID only, and to use facing ratio for better shading * Added -quick_id option on the command line to override using IDShader * Slight simplification of KDTree traversal * Added ParameterList class to store arbitrary name/value pairs * AccelerationStructure's are now built on demand for each geometry * Added verbosity control to the UI system. Accessible on the command line using "-v n". * Modified Scene to use an InstanceList * Converted Janino invocations to use the default system compiler * Upgraded to Janino 2.5.0 * Modified Mesh class to implement the AggregateTraceable interface * Added AggregateTraceable interface * Implemented Instance/Traceable combination * Added checks for black diffuse/specular components * Added PerlinVector which produce vector valued noise * Renamed ImprovedNoise to PerlinScalar and added renderman-like calls v0.06.4 * Upgraded to Janino 2.4.7 * Regenerated golden benchmark files * Implemented BanchoffSurface primitive (from RJii's submission) * Implemented Torus primitive (from RJii's submission) * Added robust quadratic and quartic solvers * Improved uv calculations on Sphere * Added Matrix parsing to SCParser * Rewrote Sphere to use a Matrix4 transformation instead of center/radius positioning * Added getCorner() to BoundingBox * Added Matrix4 class * Upgraded to Janino 2.4.6 * Minor tweaks to the benchmark mode * Upgraded to Janino 2.4.5 * Improved the built-in benchmark mode * Minor optimizations * Optimized the traversal for KDTree and BoudingIntervalHierarchy a little * Upgraded to Janino 2.4.4 * Initial implementation of the Bounding Interval Hierarchy paper * Small fix to TexturedWard and TexturedPhong shaders (null check) * Created UberShader with individual diffuse and reflection components v0.06.3 * Moved texture search path functionality out of TextureCache and into SunflowAPI * Fixed missing text in progress bar during KDTree build in the GUI * Leave \ in paths when opening files in the GUI. This avoids problems with windows network paths. * Fixed quantization issues in the SRGB conversions * Deprecated "glossy-samples" and "light-samples" settings * Each light and each glossy shader now accepts their own number of samples in the scene file * ward and phong shader types now parse an optional argument: samples which sets the number of glossy rays * Added TexturedWardShader (texture applies to diffuse component) * Added TexturedPhongShader (texture applies to diffuse component) * Disable computation of glossy reflections if samples are set to 0 (even for secondary bounces) * Moved diffuse and specularPhong light integration into ShadingState for easy re-use * Minor optimization to light iterator * Changed all lights to be parsed as a color/intensity so that color LUTs may assume [0,1] components * Added a mechanism options for specifying color space in .sc files * Non HDR images are now automatically converted into linear space by the application of an inverse SRGB LUT * Added sRGB curves to Color class * Removed all gamma correction code * Moved getNextColor/Point/Vector out of Parser and into SCParser * Fixed fresnel calculations in GlassShader * Added ambocc gi engine * Fixed cube grid inside/outside classification for ray coming from outside the surface * Fixed basis inversion in all shaders - added facefoward method to ShadingState * Fixed javadoc comments that refered to outdated methods * Added javadoc comments to SunflowAPI * Fixed use of deprecated constructor for scanner * Upgraded to Janino 2.4.3 * Fixed bug in UniformGrid which could lead to missing cells v0.06.2 * Fixed timing issue with tiling windows on startup * Added -resoluton w h command line option * Maximize if resolution is not sufficient * Added includepath support * Added include search path support * Added SearchPath class to abstract search path functionality * Fixed missing basis vector for non-textured triangles * Added quick_ambocc command line option * Default for exr output is now float/zip * Changed sphere intersection to >= v0.06.1 * Public release v0.06.0 * Removed -kd command line option * Made KDTree3 into KDTree and KDTree into KDTreeOld - the new algorithm is stable enough to be the default * Upgraded to Janino 2.4.2 * Fixed texture search path caching and added option to add texture search paths in the scene file * Upgraded to Janino 2.4.1 * Optimizations to KDTree3 leading to reduced memory usage * Added version number into FastDisplay title bar * Removed KDTree2 * Increased resolution limit for uniform grids to 256 * Allow meshes to be built without triangle indices - for meshes which just contain raw triangles * New KDTree algorithm based on KDTree2 - produces the same trees about 2x faster * New KDTree algorithm implemented as KDTree2 - produces better trees * Removed all serialVersionUID's * Moved Render and IPR buttons into image panel * -buildonly now exits with error code 0 * Allow gamma correction on the command line for all display types * Seperated gamma correction from toRGB() method * Merged IrradianceCache classes together * Added parameter to getIrradiance() to take into account the diffuse reflectance of the surface. Allows for importance tracking and other optimizations * Instant GI method introduced (with bias correction options) * Photon maps can classify the types of bounces they wish to allow * Photon tracing takes place per-map * Multi-threaded IPR * Changed sigma table to be 128 pixels wide * Added -nogi command line option * Added generalized PhotonStore interface * Fixed photon distribution bug in CornellBox primitive * Changed UI.print* methods to use printf formatting and refactored all print* calls * Created seperate method to load caustic samples into light sample list * Removed interpolation of normals from BucketRenderer * Require all light shaders to trace shadow rays themselves - allows for selective shadow tracing * Modified LightSample to store only a shadow ray and diffuse/specular contributions * LightSample iteration in shaders now makes use of the extended for loop syntax * Light server doesn't warn about disabling photon mapping if photon mapping was not enabled * SCParser adds the directory of the scene being loaded to search paths * Added texture search paths * Changed most output statements to use String.format for number display * Replaced single trace depth with individual settings for diffuse, reflection and refraction depths * Fixed IBL to use shorter shadow rays so it won't self shadow * traceShadow returns a colored opacity * Added Color.blend with the blend factor as a Color * Removed adaptive shadow testing for area lights (not a huge win for transparent shadows) * Removed special case for intersection with shadow rays * Added -gamma option to the command line * Extra info about the scene bounding box is displayed before rendering begins * Added IDShader which uses a constant color per primitive * Fixed incorrect handling of specular/glossy rays behind diffuse bounces * Added TextureShinyDiffuseShader and corresponding parser construct * Gamma correction menu in GUI * Removed epsilon for SmallTriangle intersection test * Only displays which need to be synchronized are. Most can be safely written to by multiple threads * FastDisplay updates the BufferedImage all at once on imageEnd * Added BucketThread into BucketRenderer instead of abstract class * Removed an extra level of function calls from bucket based renderers * Moved CamParser into RA2Parser * Added Color constructor for greyscale colors * Optimized FakeGI to not use Math.acos * More SCParser cleanups * Fixed bug in adaptive AA for background sampling * Added option to view adaptive AA sampling in BucketRenderer * New parameter to KDTree generation: SMALL_PROBABILITY which indicates when to cull nodes of very small size. 1e-6 seems to be a good default * Default leaf size is now 0 to allow potential empty space cutoff in leaves * Fixed serious bug in KDTree generation * Option to dump KDTree as an obj * Renamed -norender command line option to -buildonly * Fixed small bug in uv setting method * More SCParser cleanup * Fixed handling of /* */ for peekNextToken * Upgraded to Janino 2.4.0 * Moved Bucket and Progressive renderers into their own package * Removed TriangleMesh, Mesh now has enough functionality that this is no longer needed * Timer displays ms if the measured time is below 10 seconds * Added RA2Parser and CameraParser for RTCore comparison benchmarks * Broke up SCParser into several methods * Added peekNextToken function to parser * Added C style block comment handling to parser * Added an irradiance cache which works without photons * Removed old GUI * Added Janino detection to GUI * Removed texture messages from parser * Simpler KDTree traversal algorithm * KDTree stores nodes in breadth first order (children are always next to each other) * KDTree now builds compressed tree directly * Created IntArray utility class for fast growable arrays of integers * Removed KDTreeOld and KDTreeHavran * Precompute AA base threshold * Removed unecessary calls to Color.copy() and Color.black() * Added an init message to QMC precomputation * Halved the size of the QMC tables * Removed stack allocation on each intersect by re-using scratch space inside IntersectionState * Split RenderState into IntersectionState and ShadingState * Fixed a small bug in the photon emission code for triangle lights. Thanks to lynx for pointing it out. * Renamed SunflowGUI3 to SunflowGUI * Renamed SunflowGUI to SunflowGUIOld * Moved command line operation into new GUI * Switched to JDesktopPane style for GUI * Fixed canceled task exit for photon tracing * Fixed cancel task logic * Created SunflowGUI3 - script based UI * Removed unused IrradianceCache from core package * Removed unused methods from Ray * Removed special handling for incorrect smooth normals from light sampling code * IntersectonAccelerators are built from an ArrayList to avoid allocating an extra array if it isn't needed * Filters have size only, not width and height * Removed procedural demos from root package * Added -norender flag for scripts which call render() themselves * FrameDisplay won't open a window larger than the current resolution * Enhanced image panel is now shared by SunflowGUI and standalone FrameDisplay * Zoom image using mouse-wheel * Added String based methods in SunflowAPI for built-in types * Fit image using Ctrl+middle mouse button * Reset image using middle mouse button * Reset/Fit image menu options * Dim image by modifying colors to 50% instead of clearing alternate scanlines * Pan/Zoom rendered image in the GUI using left/right mouse buttons * Procedural scene creation - run with a java file which implements a build method * Flag to avoid rebuild acceleration structure if no geometry changed v0.05.5 * Added customizable leaf size in kdtree builder (-kd n on command line) * Added SmallTriangle to reduce memory usage when loading really large meshes (-smallmesh at the command line) * Basic bump and normal mapping support * Tangent space computation on meshes that have valid uvs * Background color support * Added texture support to amb-occ2 shader type in the parser * Support for multiple shaders per mesh * Removed gamma correction * Renamed KDTree to be the most recent code. Old code is accesible as: KDTreeOld (-accel kdtree_old on the command line) * Renamed [BSP] to [KDT] * Minor speedups and reduce mem-usage in UniformGrid * Optimized build process for KDTree * Switched to enhanced for loop where appropriate * Minor tweaks to kdtree builder v0.05.4 * Removed Memory.sizeof for Object[]. This was printing the wrong information on 64bit systems. * Bitmap constructor now throws its exceptions instead of silently catching them * Added support for picking the channel type for OpenEXR files * Added support for picking the compression type for OpenEXR files * Removed unused snippets from OpenEXR code * Refactored OpenEXR code to make it fit inside one Display class * Added OpenEXR display driver (submitted by RJii) * The Display interface now expects its image data to have (0, 0) be the top-left corner * Added ImprovedNoise code from Ken Perlin * Proof of concept janino shader support allows arbitrary shaders to be created on the fly * Parser supports grabbing code blocks * Fixed a bug in photon shader override process * Shader table is now stored by the API instead of the parser * Removed colormap support from TGA loader * Added -lopri and -hipri command line settings for thread priority * Added thread priority option * Added -accel command line option * Optimization to the bounding box test in each accel struct * Improved the robustness of the KDTree intersection v0.05.3 * Added some basic documentation to the README * Minor quantization tweaks * Can save any type of bitmap from framedisplay's or the gui (PNG or TGA) * Added proper command line handling to SunflowGUI. Run with -h to see a list of options * Added option to control the number of rendering threads (used for bucket processing and photon tracing) * Moved intersection acceleration and primitive storage into Scene to unclutter LightServer * Split primitives into regular and bounded primitives to avoid having to seperate the two in each intersection accel * Don't allocate any memory for empty cells in UniformGrid * Protected GridPhotonMap with a read/write lock * Protected IrradianceCache with a read/write lock * Added "Save Image" to the GUI to save rendered frames * Basic drag and drop support for scene files into SunflowGUI (submitted by RJii) * TGA read/write support. Reading support is not complete, but should handle the most common file types (submitted by RJii) v0.05.2 * Include keyword for scene files. Allows seperating large meshes from the scene. * Parser supports grouping tokens together by using quotes. This allows filenames with spaces. * Parser supports comments starting in the middle of a line (after keywords for example) * Removed point set surfaces * Introduce Mesh and MeshLight and got rid of Triangle/Triangle light and Vertex classes * Default glossy samples is now 4 * Phong shader has customizable number of rays * Fixed sampling of adaptive lights through diffuse bounces. This improves path tracing performance. v0.05.1 * Public release v0.05.0 * Added ConstantShader * Added a path tracing gi engine * Bug fixes to parser around deprecated statements * More error checking before photon tracing * Added helper methods to Parser for colors, points and vectors * Better error checking in SceneParser * Introduced GiEngine class as a way to abstract the global illumination engine * Split parser out of SunflowAPI into SceneParser * Split non-image methods out of Display and into UserInterface * Multi-threaded photon tracing * deprecated options are now flagged as such by the parser * shader override feature * refactored photonmap package + new photon emission style * fixed potential bug in PhotonMap when rendering with multiple threads * synchronized TextureCache * imagePrepare method in Display * Javadoc Ant build file * Lights are now responsible for generating their own sampling pattern * Moved ConsoleDisplay into org.sunflow.core.display * Moved Display interface into the core package * Progressive rendering mode * Method in display drivers to fill area with a flat color * Programmable bucket ordering * Added KDTree intersection accelerator * Added TriangleFilter * Added BlackmanHarrisFilter * Added SincFilter * Added LanczosFilter * Added filter keyword to scene format * Made the sigma sampling table as large as the maximum resolution (16k) * Moved the case for light facing away from geometric normal into the light server * Inverted bucket order so first bucket start in the upper left corner of the image * Adaptive sampling for light sources (experimental - disabled for now) * Console display can now show preview window if no filename is given * Moved to Java 5, made all appropriate containers parameterized * Fix for percentage display on large tasks in ConsoleDisplay * Added low memory FlatTriangle for large triangle meshes * Moved .sc file parser into api * Removed RenderOptions class, merged all settings into light server * Improved DOF lens sampling - concentric map disk sampling * Moved TriMesh code into core, native support for large triangle meshes * Computation of tangent vectors for spheres * Added storage for a surface orthonormal basis inside RenderState * Implemented Ward BRDF shader * GUI now dims the previous image when re-rendering an image of the same resolution * Synchronized writes of tile regions to Display * Added preview of tile region before rendering the tile * Added SphericalCamera to parser * Added ShinyDiffuseShader, a combination of diffuse and perfect mirror shader * Precomputed exponents for RGBE decompression * Corrected flipping of HDR images on load * Added options to lock samples inside IBL * Moved shadow computations outside the shader, this simplifies the shader API a little * Changed LightSample to use a linked list * Switched QMC computations back to doubles as well as all sampling operations * Added optimized calculation of base 2 halton points * Added other radical inversion methods to QMC class * ImageBasedLight: improved sampling using the histogram technique presented on the PBRT webpage * Fixed internal reflection issue on glass shader * ImageBasedLight: infinite sphere surrounding scene which can be mapped with angular probes or lon/lat environment maps * .hdr image loading * Added option for picking intersection accelerator in api and in .sc file format * Fix to irradiance caching when number of samples is 0 (cache disabled) * Cornell box primitive * RainbowTest for motion blur * Moving camera * Thinlens camera * Depth of field and motion blur super sampling * Added Re-open option to GUI to quickly reload the same scene for tweaking * Fix to final gather QMC - was missing instance number * Fix to BVH for infinite extent geometry * Removed path tracing shader and traceDiffuse call in LightServer * Image filtering with programable filters * Made main bucket rendering multi-threaded * Made light samples a parameter of each individual light * Added gamma correction option in GUI * Fixed thread synchronization issue with cancel dialog in GUI * Moved shader methods into RenderState * Changed Shader an interface for easier integration with third party software * Timer class for better time display in statistics * ProgressDisplay class renamed to Display * Display driver interface - Scene no longer stores output bitmap * Hilbert tile scan order * Arbitrary image resolution (not rounded to step sizes) * Custom tile sizes and bug fixes to tile-rendering * SunflowAPI frontend for scene creation * Spherical camera shader * Menger sponge example using cube grid * Added cube grid primitive * Large mesh rendering example * Added maximum distance option for ambient occlusion computation v0.04.0 * Fixed light server info display when using photon grids * Bug fix in Vector3.encode * Rewrote UniformGrid accelerator * Switch from double to float throughout the code to save memory * Faster ray/triangle intersection * Experimental point cloud tracing * BVH acceleration structure v0.03.0 * Experimental photon grid algorithm * Path tracing shader * Glossy phong shader * Fully deterministic rendering (no more calls to Math.random()) - removed unused QMC sequence code * Ambient occlusion shader * Adaptive over and under sampling v0.02.2 * Added scene format description to README * Changed Color class to use doubles instead of floats * Moved light sampling book-keeping into RenderState instead of LightServer * Seperated out PhotonMap class into GlobalPhotonMap and CausticPhotonMap * Reduced memory usage in global photon map after irradiance computation * Reduced memory usage in Bitmap class * Fixed variance calculation on adaptive AA * Added madd (multiply and add) operator to Color class * Irradiance Gradients * Changed QMC sequence interface to include multi-dimensional sequences. v0.02.1 * Initial public release examples/0000755000175000017500000000000011301357557011727 5ustar user03user03examples/sponge.java0000644000175000017500000000547311301357557014076 0ustar user03user03import org.sunflow.*; import org.sunflow.core.*; import org.sunflow.core.camera.*; import org.sunflow.core.primitive.*; import org.sunflow.core.shader.*; import org.sunflow.image.Color; import org.sunflow.math.*; // Change settings here int depth = 5; boolean preview = false; public void build() { parameter("eye", new Point3(2.0f, 2.0f, -5.0f)); parameter("target", new Point3(0, 0, 0)); parameter("up", new Vector3(0.0f, 1.0f, 0.0f)); parameter("fov", 45.0f); parameter("aspect", 2.0f); camera("camera_outside", "pinhole"); parameter("eye", new Point3(0, 0.2f, 0)); parameter("target", new Point3(-1.0f, -0.5f, 0.5f)); parameter("up", new Vector3(0.0f, 1.0f, 0.0f)); camera("camera_inside", "spherical"); parameter("maxdist", 0.4f); parameter("samples", 16); shader("ao_sponge", "ambient_occlusion"); parameter("maxdist", 0.4f); parameter("samples", 128); shader("ao_ground", "ambient_occlusion"); PluginRegistry.primitivePlugins.registerPlugin("menger_sponge", MengerSponge.class); parameter("depth", depth); geometry("sponge", "menger_sponge"); // Matrix4 m = null; // m = Matrix4.rotateX((float) Math.PI / 3); // m = m.multiply(Matrix4.rotateZ((float) Math.PI / 3)); // parameter("transform", m); parameter("shaders", "ao_sponge"); instance("sponge.instance", "sponge"); parameter("center", new Point3(0, -1.25f, 0.0f)); parameter("normal", new Vector3(0.0f, 1.0f, 0.0f)); geometry("ground", "plane"); parameter("shaders", "ao_ground"); instance("ground.instance", "ground"); // rendering options parameter("camera", "camera_inside"); // parameter("camera", "camera_outside"); parameter("resolutionX", 1024); parameter("resolutionY", 512); if (preview) { parameter("aa.min", 0); parameter("aa.max", 1); parameter("bucket.order", "spiral"); } else { parameter("aa.min", 1); parameter("aa.max", 2); parameter("bucket.order", "column"); parameter("filter", "mitchell"); } options(DEFAULT_OPTIONS); } public static class MengerSponge extends CubeGrid { private int depth; public MengerSponge() { depth = 3; } public boolean update(ParameterList pl, SunflowAPI api) { depth = pl.getInt("depth", depth); int n = 1; for (int i = 0; i < depth; i++) n *= 3; pl.addInteger("resolutionX", n); pl.addInteger("resolutionY", n); pl.addInteger("resolutionZ", n); return super.update(pl, api); } protected boolean inside(int x, int y, int z) { for (int i = 0; i < depth; i++) { if ((x % 3) == 1 ? (y % 3) == 1 || (z % 3) == 1 : (y % 3) == 1 && (z % 3) == 1) return false; x /= 3; y /= 3; z /= 3; } return true; } }examples/wireframe_demo.java0000644000175000017500000000266011301357557015563 0ustar user03user03import org.sunflow.PluginRegistry; import org.sunflow.core.ShadingState; import org.sunflow.core.shader.WireframeShader; import org.sunflow.image.Color; public void build() { PluginRegistry.shaderPlugins.registerPlugin("custom_wireframe", CustomWireShader.class); parameter("width", (float) (Math.PI * 0.5 / 8192)); shader("ao_wire", "custom_wireframe"); // you can put the path to your own scene here to use this rendering // technique just copy this file to the same directory as your main .sc // file, and swap the fileanme in the line below include("gumbo_and_teapot.sc"); // shader override parameter("override.shader", "ao_wire"); parameter("override.photons", true); // this may need to be tweaked if you want really fine lines // this is higher than most scenes need so if you render with ambocc = // false, make sure you turn down the sampling rates of // dof/lights/gi/reflections accordingly parameter("aa.min", 2); parameter("aa.max", 2); parameter("filter", "blackman-harris"); options(DEFAULT_OPTIONS); } // this class will be registered as a plugin public static class CustomWireShader extends WireframeShader { // set to false to overlay wires on regular shaders private boolean ambocc = true; public Color getFillColor(ShadingState state) { return ambocc ? state.occlusion(16, 6.0f) : state.getShader().getRadiance(state); } } examples/gumbo_and_teapot.sc0000644000175000017500000000466311301357557015576 0ustar user03user03image { resolution 800 450 aa 0 1 filter triangle } % |persp|perspShape camera { type pinhole eye -18.19 8.97 -0.93 target -0.690 0.97 -0.93 up 0 1 0 fov 30 aspect 1.777777777777 } light { type sunsky up 0 1 0 east 0 0 1 sundir 1 1 1 turbidity 4 samples 64 } shader { name default type shiny diff 0.2 0.2 0.2 refl 0.1 } shader { name simple type diffuse diff 0.2 0.2 0.2 } shader { name simple_red type diffuse diff { "sRGB nonlinear" 0.8 0.2 0.2 } } shader { name simple_green type diffuse diff { "sRGB nonlinear" 0.2 0.8 0.2 } } shader { name simple_blue type diffuse diff { "sRGB nonlinear" 0.2 0.2 0.8 } } shader { name simple_yellow type diffuse diff { "sRGB nonlinear" 0.8 0.8 0.2 } } shader { name floor type diffuse diff 0.1 0.1 0.1 } object { shader default transform { rotatex -90 scaleu 0.1 rotatey 75 translate -0.25 0 0.63 } type gumbo name gumbo_0 subdivs 7 } object { shader simple_red transform { rotatex -90 scaleu 0.1 rotatey 25 translate 1.5 0 -1.5 } type gumbo name gumbo_1 subdivs 4 smooth false } object { shader simple_blue transform { rotatex -90 scaleu 0.1 rotatey 25 translate 0 0 -3 } type gumbo name gumbo_2 subdivs 3 smooth false } object { shader simple_green transform { rotatex -90 scaleu 0.1 rotatey -25 translate 1.5 0 +1.5 } type gumbo name gumbo_3 subdivs 6 smooth false } object { shader simple_yellow transform { rotatex -90 scaleu 0.1 rotatey -25 translate 0 0 +3 } type gumbo name gumbo_4 subdivs 8 smooth false } object { shader floor type plane p 0 0 0 n 0 1 0 } object { shader default transform { rotatex -90 scaleu 0.008 rotatey 245 translate -3 0 -1 } type teapot name teapot_0 subdivs 7 } object { shader simple_yellow transform { rotatex -90 scaleu 0.008 rotatey 245 translate -1.5 0 -3 } type teapot name teapot_1 subdivs 4 smooth false } object { shader simple_green transform { rotatex -90 scaleu 0.008 rotatey 245 translate 0 0 -5 } type teapot name teapot_2 subdivs 3 smooth false } object { shader simple_red transform { rotatex -90 scaleu 0.008 rotatey 245 translate -1.5 0 +1 } type teapot name teapot_3 subdivs 5 smooth false } object { shader simple_blue transform { rotatex -90 scaleu 0.008 rotatey 245 translate 0 0 +3 } type teapot name teapot_4 subdivs 7 smooth false } examples/bump_demo.sc0000644000175000017500000000426511301357557014234 0ustar user03user03image { resolution 800 450 aa 0 1 filter triangle } % |persp|perspShape camera { type pinhole eye -18.19 8.97 -0.93 target -0.690 0.97 -0.93 up 0 1 0 fov 30 aspect 1.777777777777 } light { type sunsky up 0 1 0 east 0 0 1 sundir -1 1 -1 turbidity 2 samples 32 } modifier { name bumpy_01 type normalmap texture textures/brick_normal.jpg } modifier { name bumpy_02 type bump texture textures/dirty_bump.jpg scale 0.02 } modifier { name bumpy_03 type bump texture textures/reptileskin_bump.png scale 0.02 } modifier { name bumpy_04 type bump texture textures/shiphull_bump.png scale 0.015 } modifier { name bumpy_05 type bump texture textures/slime_bump.jpg scale 0.015 } shader { name default type shiny diff 0.2 0.2 0.2 refl 0.3 } shader { name glassy type glass eta 1.2 color 0.8 0.8 0.8 absorbtion.distance 7 absorbtion.color { "sRGB nonlinear" 0.2 0.7 0.2 } } shader { name simple_red type diffuse diff { "sRGB nonlinear" 0.70 0.15 0.15 } } shader { name simple_green type diffuse diff { "sRGB nonlinear" 0.15 0.70 0.15 } } shader { name simple_yellow type diffuse diff { "sRGB nonlinear" 0.70 0.70 0.15 } } shader { name floor type diffuse % diff 0.3 0.3 0.3 texture textures/brick_color.jpg } object { shader floor modifier bumpy_01 type plane p 0 0 0 p 4 0 3 p -3 0 4 } object { shader simple_green modifier bumpy_03 transform { rotatex -90 scaleu 0.018 rotatey 245 translate 1.5 0 -1 } type teapot name teapot_0 subdivs 20 } object { shader glassy modifier bumpy_05 transform { rotatex 35 scaleu 1.5 rotatey 245 translate 1.5 1.5 3 } type sphere name sphere_0 } object { shader default modifier bumpy_05 transform { rotatex 35 scaleu 1.5 rotatey 245 translate 1.5 1.5 -5 } type sphere name sphere_1 } instance { name teapot_1 geometry teapot_0 transform { rotatex -90 scaleu 0.018 rotatey 245 translate -1.5 0 -3 } shader simple_yellow modifier bumpy_04 } instance { name teapot_3 geometry teapot_0 transform { rotatex -90 scaleu 0.018 rotatey 245 translate -1.5 0 +1 } shader simple_red modifier bumpy_02 } examples/textures/0000755000175000017500000000000011301357546013610 5ustar user03user03examples/textures/slime_bump.jpg0000644000175000017500000026216611301357546016463 0ustar user03user03JFIF``Photoshop 3.08BIM``8BIM x8BIM8BIM 8BIM' 8BIM5-8BIM8BIM@@8BIM8BIM ppPJFIFHH&File written by Adobe Photoshop 5.2Adobed            pp"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?\3P2h1ӊ\ڀ'Wrz[u)79Ā76S"7Wu)|~+vPKUj跨5t'p1U-u^45ܳV/P֜C`5nXg$t5ܼLY}vo #a\ԛTlsn&%Z鎹15^5]I"Ȭ ?Lܚ%D47IEV>20I;O3 a5g@Ԕׄ8M6;MI ?uӗvCYPk(m=ƮZë(dZ r~-{)| OѬuXôd~ѮotZ8W`Y>GW!?\Cuk{7dw.4տRSf~5fļ='UL^N/=ɆyS=XhNj]{cc?k;u9sȆOlctn@Ww;T#*C(K10RSW3\-k;YiZOXxcvtJTrYmm١n)YvGX}F]DW}>ϩԇUםnUa:Z 4c)Ogzps=ov_֎#Z[Qk[!= 6߷M6J, >oaIL,UӉSK vVrٺsug֛msVfɺܜ{]5-S>mz=D%<5_jB8mlD{- =?I.IfFݝݯ})~Vs%mVXBβ^RcFiIk]eY%5'YzXnm%}/85 .k`sb [FhsCCVy!%6,ha_Ȋ#CU@wREWM]>|V5XD5h?IHl= }hoY7f87MM3,g;Ç.o5Cblel7SM,}Y`#}'.guLK5^N4etyo73k[ OV74-mBJY]k}82uko61<*xޓ8U1}58^Zv6]IM&:-m-=%^?`gM1$V;2՚֬굖6@'"mL[郮qogu SG5k~ls}mֳu5C<IIm9Cc ZBB[_p o.cWpWٙԟ9-/4aRcs/-<ltՂ}r>W>.< y~IVꙘt^ sbtz;4ö]ȝ_5c]9À^vbfWn7KhķJ"ǵCcfe褦TNP -93SFSFz=}u,>ȵujJRH{K>#q,tL yYlVw.=c#|t{Oϵ]u{x;9KuH6@bjȵ߹ՂLI!fgbadk6!}II2lmTT2Da-`_ބk09p|8w_QvmnpqxikQ>.f[ṉ̪!$nIInu/V<=Scq0sQ3}IVUܖ+:5Z˩04=NnﶣiCeF#vkttm\smY_7,\܏GLƏޛCxiƆhT=O<8=R}:I?A+Qcx O--&ȟLJJFr3Qs K~kO^-n,YuGu2owհ]UQm[9/bJ2E,;]nBelnzOtU]Ryn@nuu@4nRR>pI6cXpHYdx^Kot=۝_V2cFL}!QY+\ w˛HIJ97t:e'c:(nj|=\GQ~lHB'Kl!edxhrJIN~5hA8z$*꯿.C?}\}\Indž6?bEyN!kg$Um k`c pkaC*]}5b>t'%58Ȱ12wni3^R]Y nwqҍy$ITLOAflkFgw4$~^%TcAhoVﮬv{Z&]W72sfV7'>ZKчl7C~J].̬]W:qdnC)kKGhjRzLhF%WgMGƹ|%ll$xٙڜWmw)z< lX*L a;^2ꧪӃQÏ{)ჶ{0p?1~&sŷ WzᲰ=KlvƎ|j/!aTe$sǢeqɺ]9n᣿unMmZIȽ[!U+  xvW^3omQ߆)P695J2Nᵛu_n׶ökOM=;*ںMnČZ_a;ƃ>kVô4Ŗ{DGSC.NWUCklĴmTVkmٶb5cyC1YskkF,F?]nڋC|G~ZͷCK$v'Qq/&I*܌h?))8BIMICC_PROFILEADBEmntrGRAYXYZ  9acspMSFTnone-ADBEcprt$descqwtptXbkptlkTRCtext(c) 1999 Adobe Systems Inc.descGrayscale - Gamma 2.2XYZ QXYZ curv3&File written by Adobe Photoshop 5.2AdobedC 2    u!"1A2# QBa$3Rqb%C&4r 5'S6DTsEF7Gc(UVWdte)8fu*9:HIJXYZghijvwxyz?c'e_'lP}A܇&bA_ur!qYG! ]am(H'I-Wbl܎Y!FU`QYFnH7vBj9GܲIve%U-}uœu55\F,©f sřmh1(1!!cTk5R@=xa+,Q.o*5[S"widISPKmT6/P [.AjףּClBUP,NUYlx$^?C)邫j-=RM\JM̍ c\6'O*b2 IJj=7tln[W:6b3PJ2ǖ^_(`0%$`KenH'pdz(&VZG PH6`/F* lu::R47,K+XiɅq /J4 S:i`Q€!݁#>I)8[KQcS߀?-J#,3h(Y F )UEj^|j Fty- B5I7z:_tZa$:I"mK]Bx>~Bj]ᨒ4®hu 6$o*;ohyziە dY @7fg7;yvFޢHN"Wb.\*/XioogYXYL$)&@Ո"i jQui!t#Hv'#KXDd#,`S-Ŝ&nCCRHCSAGOop.}>ùzjyJ yˣB2P ,G# 0<+mֈ)% SO%1$-:T$_[Wi_0 j eo=ӎ ʵR}lѐP4{؏?Oq.1)i$AMMVKĂ `?c fJ*+i 3-5Y5 ! >ڗ0hj9ҴȋY@_H%^RQo WN)ꦮ$oJ+ +$ -vm\Ue2M6JO,'OR%%MmQQ~aX432bZ}%1*4!puj%=5[J? G%IY)_$}X#*?S*24Q S/%2E藒tF#<<4jtr_N6Ҫ&n\k7 ~A6@@#zg{Lt!.T]RiR/p=]C#;Tw[+3ӄ룏ě^+㇫SNHhIpPU"* }EK|秕ݔfևa!%T@ꭡ֥$Q2FjHdb5I"}>z:Ku 6^COKRIbo+4jXR9mJ8- nte*%TP:Gjw\"a6U2+MRt)Hօ!VY;xȗ$oͩ:}n(!WN6Mðx)9']RZ!YP$,x[]SL?v2"g߀T>?N}UV/fXxՂP!o>ɧYb&}ܵ0 5 }8L>_Vb>{â; uu.RJ:( i]ԶXI~{S#Mxi#q X-7Xx<sVG>z\}-+*ukzqq6v.};Sr%_SEXv朙`( AāC㘵MT|/"u2wVMJO\SMB(,T$V\{.rP+HIJ ֝sO榆.VF|jYֶ[/̀.u1&BuB+J2iMRhPgk}9AѾ7}EK,M3,5]k ЬlM XOיJ$X?Li(fI SZHji+?.MYTxݣWFB;jp UV_`THYY ֒]2<_Y PJ"LHegh$\)rъW]pok|0떎j?20VӴtXɨy$K SRQK[j)8Q߸-n?P'S. igP(H@ray'$VuI&fPLor&5`N44R&G[<7C :LNol8In1i L!%_M:^EҶNTi&{rA%M_Hf 3(f1x:?h]@U,T)k9.-=&skjzJe`TNIf*6ښtE+*+oD$m)J̥lBH3[FBƮ4E-Jɩ.aG:KĔK7?'q*hkDՂQu@dTnDO XR6))4^H7Wy ԤOPwgd+`Syv[LGhNjKFaOK0JX.MCF ( xOiG%bGMGeOfVVteEGoH<" MqMSa؃lm;BE)*YBP Z'f/im a"E UMBiSIfɪ{$wˉ}}2hƘ!0 ȳ=HSi*,ޫ7 TQIb\ԥF,1nGlwٹ۾3Sd()FmRH4sÏfo7-^1BRY*%%VU 0S7Xsmd54H#T$+ˬFИf n5H5iQQiH֠52{[*j2jY$)XKYЎ *:y1>(De'piH\dqw&3QQD^PP-8RP +[}ݺ)j*RpLrM r~ӡ+suU$̲mb`thmV`gDӽL젤5Ӭ7>} sKGJ,q;ȍV=mP:#ttMiTᨚ𮘚Jdu E[A;%KU-(!.e׽me '# 4YB``UTX:n/x8JUP %\X_bv5Gx\ wXU{6AckA]W>&# ӔZE+JWiƔ`@ؕ^ohOG-AxCjVM3MHeUFჭj)Z bg(udIXIB9Q1a"頑m#@dTTqRTľB.#NK.i[wnz<4-S/DTե׀= +=ߨRhU_6{:',E "iTBG, 7f3*UE,Va S!)7>ý2q#U,U I,4DL[B")J[ Iv{{OCIpI<>U@1}fҺU~Sԛyk#DG%qEV)B$syc(Y#ROv'7[Kj{Ju\tӽ!Yt4)^"9<HuX@:n0*+"a#[c2,r ! /H C&l8L^Db`cL0^_.0}K{֚zkG!xLqE{,RKmpy?p:m]TMG~ӾXm5)4Sf"Um D6?["8)b*iLbȰ$M(Eͅ o`G{dZVTBmCLXX< Iwу3K]3FaI w,Pm6hQC@ߋ ?2=yXUo̚2W$q,3`lk$2+8Z8df!ȿ%M ;;kԙR8c :$EA I(R°5/ݧ4{:(g4A .C7YGLhZuc9|[ʀ~ bP$8w^B5zp=Q3t.ʓ;JDpȬKJ"회:^7v݄H-ڪfi'upDlmrlOkk3OSԹ &z"c/ZptGo~=z'!X CdHZL$d,,_>]/ !U*(CL+k ϭkT1zGE=LO {H-´^o!c `Y"}Fi2Ԁ*}(>MƮ,Ww쎞J*B$Zꡑ(Qp\ܛ.g9[ d#L CxWʪu?NglU$3yM2#3kh:`݆Z"RO#GD=B]}V@Ian*hxi)kc!8(5֡'U q` MYD8Q1DdQSkK>z5oJ̀jgzyLƀT`(5$B 2NA6sG-WG4j^r5RWܲSUG!YF]BpllowFSzV tI Cʭ^m1y(&vH R?ѐ,rؘ`EJi%cY|9GJ!*dvHv6pVV F*8^:Xr 3@#3KXNFRT ,ɬAWއ;=IW<zƆp3ie#!p߂m{G֎DK+ 4LLK,UH Tٍta5"ewmL9rP E6>Զ呇ó+`-LK!Ll$(!i$'wbSbj#]RUe:o,EsqrٴDTw`**'e`>.nRyVjDH#V]RT*Udߒ< ѠtZ%vH&( pueX<{ٛ1#:=9I(ӥID57>$_CPn tD2jnO$Zi&jZrQ^CGҍ@v]ϸ憲9+ǠTyB鈇gJ[=jH=2N3){XOl9ڽy^Ə idQK<0 k3}Qp0{5TIYK_Wf*$o4@i^@}4{;{&/eQ /oW2$C 2Mv6F*7HB2jOXf$iasp8>׻&X; pZϏ8_?gLDڒ2M6i}@QӶ aY#QMjyj̐S`PM7&qv0Qcp~Zae8C$%H6GϜ5u|uϮERCxFM7ݛLg@u:!͊n=ϰrxLrRES Vڿ\cXhR(VDfƱV\GˇUғ P!Vw}$ urP._6Sub Y=LQ| Ԫ5f;Fjz5iUӳHB.Wn,Zz\% 4TdԱmUG`U/oPcfz#PD  {r衕JEJC :qOٵܙ0Bmi_/kViAOXRU׍((iRE?׽Mj+M>jH&`Mbbv 5> jiY`Zڕ+~ՙʩ# cC[BaMlƊ(HYd$GfbM͜2eYUX1N)nu¹"Q6guL%4s}1jvi#$-e7rI445cjTбb| rkJ:HKPI4uT (o0I+poac l5oDr,CrVYYȵ;dg9*H*.ĒrO!^ʳGkgR "8iLR-T.~N-h֥56F D sF^ڿeUMܐPd1ʲ^İ[ s}dT1СhìA,R:?ɞ}Sƹa&)!&% ;/+TŃ*E59lb+!gVԌ<\jZ yv:<âdLi ]n\{{W;֢I٭5*( B( \ry_A=oce#\H&P\E,T CefovFjQ;}U7mb n6xՙ)ǒZqcb-XYD qI*/SplY`j+d\Q diH ЫgCmFo)c &:_241iU$@!-伄"o{iMReI ִjI M3u5 \%kd4TEL#mXR늴|c\/hA6a!/*p-Y%@UFVP΢V Xoݴ{7WQ@;lI$a{1\4ʕT3 氉"(H>s%D+ 2ǧ@|L'mxFAQNX +5K3*c"FQ l7 P-$qBI5*6 Icv}IyVhK,&Jau3\'-[)WYY_TV^*sHfy${3с`)ieXH$Y#uDY/!M%u0 N%i!F1˘bJDʚeEQc :ӺM |Y̒.4@ZF[by|`4AK$e!"XSuR*B! 8mHry8C#H#UeH i=۴(FD2y"+erh&I4⨦*vw8VoSx$,/ Bvv TMҒD;KɊT6cI#iFjl;y2E)@Yك#SGOq׸ %+k iˉK N!,H ߱ԄuT娑VsX?nnEՙ nx f*)[ycKSr E tƃH67X{TdqUQN%!oU +}y>9|Uٺ`b;P69⍡V~K!yhHdXɦ7(",mBYP[_[S˴*eiB, iU"Ue7T/7lo?(#s Z1Ue&Vb2YZhʁ"5Ipny~ GRSK0RG] ]IcxHBl@,IOf38\>ggMKxDAa`XsqUcqt֚D Iq$Oi#- y$Y,rG#|$tQL2H`joϲnlU6@ǖ_Dmp~ob8@#6 J*tY21*u3.ʶP'R=KXZT5Kk*2q+F~./w:WRgȨBV%TV#YV^ĭ9Iqk{*'406E inɡÎ>z+ ^X2c**k~@WO,J= Ca:ȓ$k2X(i9wM6)ΠAxy J; $ѽː,QBX[`󫞎l]4fuMQʀbQAo֥.޾$7^!WE Pn5^KlM}]،^ze8oX]FjkCdZ\3LEg$Tc;kI MjSL<" q xٔjkp ԑbija$i"I z15OPrJ,lVj3јTkE0Y].Bj#$xs0YHK1&Uqkfso)yi:$mNX2*Ҫ*㡦< KP4 i. fn5) )Hi8c(Q5:zXbѴND숥k*\;1`}"X P|1zij$3HZ@I&Ǖ f@{l}rart2MO25!I,o.нl|lPuJ5Hίԓ.ujF{Γf3k6K# 6KҠm?7L2-0C1XK^c~92[Bi֤`FQ%"ˬH&}x:}>MI"@ftC@QA h7,c냟x"zY,E `ߛ{T1ap +ƬX7?ÓŴr4G ͥIC0EuD 2_Y@odcdPTȐ$%DcKl-Z{5 t(F[n:IU2Eik*HF*q" X)<'gtSVY7B!fKTOnI&{ڻvAJb,ntƢV]JjR(My<~b'G CpQ N݉g del}6$? wݑX\Te)ҊzG#xM }Q)dM>H*$v0H`Lr‡Б(~IW $O2n9}}]Z[/pa6Y4TX%G&a>ԼsG8iВIB߹#]^h xxc_vTeLHV1*Hy$}ꮯ9= qJ)PW@gP8 _P[&,pE-$QT5ihfbcYQzG:\CIii2#<۞iY9[ZP6DP` Izqv:[_'r=S]G%T)DVU˥%.yJy~Ζj9fI+{|!Ӹs i-*G64Rzhb9:T3.Mɷ9yCITv9VXH䷑Mt}]}!iqB:؇8 9?S`>,l5>{9 k%"B[Kj++ŤRIdo*Sa]1hXC1&\>G<a(tְQ"O ]GnnXj"5*7IIJ"iBq<Sv=6ekjCQX*7 _I~7?ŮY0M˖Җ$?f]w^W6RhQjl-?I@#RikDo-c''I,FQ#ݒ9tHXQJ\ܛw}.5iYgzIt̔kdDƯHk/S!ܴvV4^Uax ԙєm|fzш#l(f#LMk0%@R 0RBO-D̒GeUL:  _EcU0 Uhp 1H#T̑4Pԡnڣfn6yij!}E<"Nj@>t=OtyxUeG*I ׮ Liqbmk}JObӥ@z[SrN,Uydvҽ"G3ĖP* ܞ D6GQ|UDqeh35,dJѩAО6k6ANYǬ-QzO2˥R? 4Ѥ_N (&E:\=\m`A7M.3 T(iK&QP3"jqr5%IkH>)D&6u`(+mHk _uJ)RTr r,?pP ǣS/b 1!G <mK_Ѽ gkĵ 2;("B,^T9 r;0q%TiedH]@ O݇QHt;y,T >K*92$/g.=@9fפr'>6{ANh搊Hcԋi',k)tVo%SVhkfd4t#I'Ӥ-Hέ9Ҭܒ*>קSɢ,$ZA!UeC``,ƻqRUо>PX'xS,LbPnn݀]TԼo,o<~̲Ȫ15 2H!Gh!$et$(7 .m*H>`B4V1M*9&H!E,=UZ fc d`ȍGf:&W0plY]@jUKrwY\~8.OU 4ThWww*zfb4@})\}"IS JmHY[Q+=条A4qAe %$#zԠq?J@VS.6fDtBadylG$9mL *Oddb$hcKDB#"'|1.~6,\N7xbSTd"Bī*k4l c{/mG4yڕ-5ꌺfѓd6k܀u EE=)iYDN$Kǩ pV0Ŝ F5DkCA@W?u, 5rGd=]ك&,C*_m{}7>ަ5u$. pm$J՚xtF3vr! ̀Hg5s|v/N4hs)"RTͺam~UI3ִ1^1ơFZUO5JbRRFJ^G* r?[sRA4-A7YyI&G+xIXp.|h(`B IK" XWKicabx<i]H&emѺiD@I7NCScqQ0Dz.H'>60nmuJR:Kdɺ 7,?hԱ x2 Vr1d%p/&4HPYGD~% g6, >KUu䪫)Dt S&7~=˪s& E1LH&g<}bIuS*ۗyQqj}zcɫEȵ{;2L]٧TbC_Fj$ beپmɈX}LY0Y@j3MW7Q!W`Fiжjv.,X5Qy=ߒzT}`= ,%Y[ 2=e}=黎>wZjDHdb46+#TT:+ϫc{9N5f8JjrVSM.=Q%6P*X-34cHX Jg8I#FЦuXe$atlq $wHU2:DQBuIX O9.;c+Fѵ),k:X݈̐*Oi&XA)XTfTȮX> vͣF)pT3I<:*G-SUV v4YB*"R&6Exi<.BrnE4I{A#ZM>/͵%ٸd)LM!QPg4VZi{-iI5\=>m2s$ꐩ$Fܐ,I ?l&C xZʙ>l}JVQcRߛ>ccaJʚ?Y^H(:=v8:y6ym@a@ѷIճ:y"uyzU!t%6S'GKW2)$ƚ)ΖvhȎ AmBN='YCQ,hcsji- 1AfQucu R@RjybTjH @fUUAԠ\/ˀ޵x\P΢>ՉYd:YdCHWhN6K+g&@EAXlQ,Ybgc) &0~"Q,@_Cpg4 : s L)]ZNF xVt\d,Ӫ[67Uajz)EQxCrʏpEe/ȿ}jJHa#[5[#*3\,S7 O<^ C.접Yu)o>ʆْ䠩B&HT4E$ͤ܂-#fgM]MdzzUR1Ǒ"c`,H$>4Љ֒,AySZ ,nmՅzXYl!3 ]M k==܄O kI(ARbEϨ)|OHe*+KE qrr}TlmE=5d,3Fb9Qf<@4Ʈ.i!Eny&rpR4m! \8ܱX{_SM5:ҖY悖TsNZby ;p/QIT>/ e^UVvҤz jM`?1;kqC4=CPh':d7Tyzs@7i:7oϐEJQ*~:\UC$U[o?|;P߸ _֕1UZO81}em쾡bX5ͩmN)F}2yb2!'%h5@cJKժN{1!X.ܒE)EJ*gFJk PNylc`ormԼꬓCHG,Hέ'CŤM.nP{3k$HHؗ!s?ۏh)%M; TS"ҩB*, `5 w|fGOIZUb|hѼQ{եAbN. &:uZxZi@ʯreI]Vӊi9GĬ i$T,VZ+v@\Md*(,nU#1K)pe`BjRگf3E8WX8vH!4Y}J QOmXf(iɑ&v6aUJbS,SR JDH,?ЬjʯEkSC :{Ξ?K{Od(驧q\f*( *[a\Su•q#P`ٹIUPLBxi*[y#B-?of ψLHJ@K14ZPӨ>^U(5^x ɡ$K*ZGYgy !ټ}+MRKLQGvD0b.Qk5'a%Q-IM4#s#TT^ٹ&Jm,"1pѕF8_*Z卞^ʦWvFf"%rE #zh8َuJc(# VW_T]_4^ff--tT^V#}l.Iy} b1~WhSF,14bGD,`QZ)7*ZzHYL!R$ĥC`JRNJ-rO!U3ӂLFTF:b8GP[V75ۛuɰvSUdjb G+s k[b%Y2=U gHC[i!C0ķ<"(q X4qA2#9]H[L"}`Tc꿆G,B-TE4wf($ֱ& #jDEi)#`Zo*Q:w3±ic(̅.*,lO[duex24΃jpQU@yXq0޲VIOZkD\iY^U XII>ջkhb>O&Ѯ6<1;+CmM~3dE;ʑRB!]>Y pmrF=*i)暮iHK uT$gKc i&i$6hXK$Ht-PϥԘ]PnSIa҆6E 2w(6laǴK ZD%(,]{*vJ EٝP6,Ax}oZ*jziŌ)Z$=z*Y̲|?dr:kK."ϳGQ$ޣyu1zfrA%t08ȭK TJ39RE "dfх:)޻ <:dV:7bY"Ȏ%]z,ts4WIdjI⁌rX+ X@6?P˄>;-T7uB4ac2 `O[l̄ }.)*aPT3G1TUZ%Y@$r,T[)p523(0X-z\ߏcnרJZò"܆u&ָ=75D,yE4QvP]onouTHZS[j2H052T-oQ Xj# Hꌴ`RS-0D#O7 ${4KՓkyP$sivFE@Bfck{)sUVbegI kiegЂ < Uf񨬩G%`{?"'y[#۴jj$БNz"u$g4_EE2]k8r>jjM+rډy;I$~dT؆ej"HT{ , 3ISWr$ KP-pb6~#-X0RddgXS)%4lec,jLt K`SnܔZQEPSgG%Kp~mCHȷs,Yi0Bje:y+&š|lӪFh%AR f^ `YW fu1S䩣ӻRE^R9q"rT(&M-۞2*ZvQbg(cdWk g.z.SԔfdjhhBrc*ڃ^SI4 ZD;u>WȱiM͏g[+~:Vq# "'J9_"W 0.5/#Pxq9OuDc$lPSlnbSi*0[яV:HHB_#{A2$qV.*HZ;$#2 RScuۀWM&XX)<~Bl!%EU*Fk<(a"$Y{ {t.S-R\#J!f@nٷnEXک #%βMos1oŽC04NU!ʲ- #vQ!:zE̮ܕih)Ӽ4 ) .R p*ו t ?@|GY;%lB̪,y ',jzaO$i+/RYD6TĝDzB~R|NHAFV+':nTx%m/?t6R%i.DB,Ņqk_O>d.QQQQS(RrxBב$YvK5 eY*׫ ϳIjwAMQQI@{,*0:JSu&&s HPȮKD2̷G.*\e6jO;jj\pLzIܱ MF?j`󛶷OQLI*Ie;HCrS&y٩]-Nz*_iT1 J?qxc{9}s+YR*zydGG*.o uMZNB{ދoch f'bѫ8`^pTΥ^@;ӽi<ξoJܡ.~:"ܽAHxp\h!Xx?[ߓX ,rSLΉ7RDfhGn>`M$tI3 xAV)2̢T4o"-!pݮv&V\Gag`"^Ddy! &̈UڝU[cvV|JҴR%OUIYT$Uxkvzy#J'3%4bE'X[^e( 9ߐޣ! J {[yG/L\Q2_yf7gq)>#S†@ .2obxďuK;rdrrM<4tMrx' ]TK_׺;slǎ5RW 4BBh=CR 鵅ٻ*:H(䫧4XH wWTʏjڬ\7? )N$)#0X $چ',O6(իM Z|6FI D `~=(EI `-_]MPdh)d ݙr+a1{B:VL%"2]GQ'.l@W#S3_߹TE p#=eD"hnV9F[IL91{_6 cWDI+644bnڙJOT*lLpJ O5H0=TV"ʺe'TKnnŀK^6}aU >FyFR9?i;X86"W:]]ڢU)#RԿdbl/{y?eI~X)\$hD54LH>My吊'0}u qk0]W{[eQʔTtu5 x#<"Cb Op_;"*LQLs$ TX5m$-P^).quFk 2O}yLae2E)k]4qoc7m@YƫL ¬l a'I_ڛʓfX!yt_ X) qqm8բ 2p#%*nꌨ*#nG{ vTIN#1ICα(ҝ(e#k@6> ga6ؤOTK$G LK$Hgj# GGJT=U0BuMKᙞʅň#O ٩sTi& N E"1I@(6|uuSQIf!tB6˓qZ9(i|N@GV-qaͯsrxBDz0&*:ŮG iGONQb2&}zCD= >_"II$X#HTo<,Q; kYk4F ,,QrV|k-l~ΐא)[mcL.:jz8ᆝDJN(kUQT>SO3ԴsƌJ#Gз[\=ןzeZkYfuY`kϥXGi &e̒=' GJ!$0*ms>˷\c }59pu JI$U9"&$hrN45ibvIkfi|jIoHd1CG4eLt,Ue<4,j@erGBֳ*/qG[FANҫF (k4RDdPGЌRS #fVxtO,Eɨ0RRҙ)^Dy6qV(TEB\M;wwfdB'ӡ#RA W<ۃXǶ$uY*|/ąxpY܅ϗ %edѴ>AU'P@I-<=˳6OYYL$/bnWHF-n?c"VZxiaX:P]XXr_ex)zu!I/Ϥ] ϲ}wWK>K4F4T ]M]E5dLѣ3:D*HPX4gbK44v8r*%1DF#u[Yq_NFW|jt"_Qxo]z$)eWP 3ZĐ H$>%aӵvq1HȦ& "S6[AͿ69 ӴU` O4ATxi4<\X?A#jxhITW-zKCv3H.lڭ[v?&I/`bdƢ- 0VF/K;jl:Ryya7iV$*1[ۋ6tJ}A*AER(呤2|0Z$`d[Iof ZIiTg5 Q}J %5J}Djp$SfD`OFsk3j: 1$3M[,4 + kKUr~$v{ƲboQ}+ucw}úw_ccqj rUJ,,iPW}Yꆍ[.mBuiL6AaC!v/T)JaG RP3HrhkXvf$mW" D,tiMnͨ666<.;_iONUYZ)p BkA4*i<.B8|mK3,!T*KNUʏygRj*jt-)?@"!oqkkݟfmz)㨒vhS+n?DurK\[\iTp]e e%Y͂?}/s5j"Ӽr`Hܩ f$Y9!3:H8 `{l=$^@ƞL{u$z=-2ݗD`#T?c6 |Q3T#Y#`U&bz=DYymH0#Q.sT "ܗ.6!. "KȱWK$< 4:기*,*q,5Om"2dO~3rSot4PSRM8}D#,lj*yaꐒMVodh(jjhx-O4tκU&'iF.mo`®bLZRSClS2XAs1-`pt4[NZ\>+#=T04g,MO!lm+C7_LBK(( EQl~꿺ʼY* 0y\:tŏ~\5[VTVu+/v#[}Zm.[)WO0$uH@x/ϫQw߶6Fa27a1bʼn?PlYN'2,+QC"cжWz+jHbDdr;$ncB N灋?UOگYt̔9)Uu~y?Kػ[B\^>xtHd`c1d@9j&7,l4z -p 'V/N}ؙ5Y$2cyˍ?בͷ LG;,%./MZX"M&6"`d+2%%Q$u `T_U_fϮT 5igC+ Nu)8xX-d!yM-gA ,|"#DWP6dCM ~A2ơ$Y [`>7`CJq!i:^X%&W,\*A0`>d`LN Vį# Řt?]䁵Xh1OLhʩ.LFpL:~l.P5bTV@, '$b_Cmm3a>I$}UvDվ9b3nmZ"WJfRFf,#K/[\顧ZzY`*jc fXZsk{(=Tzbi`Iڙei!4<m#ChD+rfyyv;KYCKbJhU0d[8-p{48fq\d m $p˨6.mXY}iYu:ҕ1#,V4$dh&; ׳O:NdjhM}^XLp@/6;oURDa!*0"#([+*v,|4G#˨ +ʫ~}9IP,d$H,B#i+LsYTɦO3,Da*vWe?N;t6,I1M4j$*iVBBB YlAs;qv_fɇK5T uk/ll._v٣rS#ұ}Dwr i-.l=;fzU5r'vT+`:֣sQN :h[iH[vS6fPHTAzPEAl-{sҼx,ToOhMLpU -2ton;"!&B6 )fh6tV@,/n@>wZ7 jYEJ3Sb_!YbQ4~:3ujUM:mBEMj7Wu?,) i *U*Ŭ=;;iiKISɌ>kk!ApGTVUJSTLʤGdكk^kz<יg`5@OW+Q-K<%كZRyRm_h:nOKiʲK*gPFF-RYVOӏg:*}_uH@G"&Wd>.}hk,/W!DT  ̮ 3F[2) "_XfdLx5TϤ53H^8h'PYO'Ml}OOm\~ەEu4^Y$2e̪7늹:}=D߹(Icѓ[}Vx9GG5*<4>OiE WQ#:WFAJ:Y#|-\J"G24VVt&nyoh}(eIA!R$cp%UVo`HFH%WMH`UN֎1v͝M=@Y#o<0+Ce-sgrUL xvhڭī8iY>{6?,uF2fIt8%3meFxókC6CL1T1h52E%Sg+!bv$TdHr::_EphRK\ڬm)哟7+CZ!*iMvzxdpQ\ <}x q#FDK(dJ7W{]M~^]\9O`J IuEL |Wg`$\}W@ݕZ9&rXSdT!m$n Af\u+;(&6:[S7:H<}u{1mKASV<m)*dEobُymA=-բe`e(KB͠CM흥C ENWD.FE[V.,ll6* J$0 <R10S"*+iH,T Mo48,<%,E;4TKqk;mMr9fަٸ\>:>^Wδ,No$Pb.}J ~@˿:euy)3Ԩ e7Er eHbLDIjomnkD>GkGWȒ$ExIW!Q"*:6.)_+ja6KYC0U2BU[G v&d-0e.mt-wi`:\v ykUeE6ꚪgT8#"cY#B7bEG] _ۃ`CMx8 P 5>n3CK=~jꪝ:Ը)*%_V0zzdxTR,R@4 >f+2J8eG&yȯƧ\f^9mM'KMM"T2X$ZJCu:xrӟ/s3[\j(U@6}]&\J<-1IiV\#5 {1bpu ]=3hj3#Сd"!gy 1A" = .J^\jKm(jq4SX" ZuFߢcibc",,JYWZtldTԒ:=̿TuW381,軦!TҤv9)&O DcS#KK$@D.y:lyΪbmE0x+Q(C^2-Csr#MtPx ɨh5< :`@ /VP )`6%QXU4#W6*9u&X]HtF8/* ^%@pYUo*{]C`TWDί}ݿlO6סK X倵9#-0_HlԿ dT$ePćF( me%Nmp,Lʩ\5*ՕQ2~G^6IPI,x-n~y䆪::1I;"4ZGw$÷1uٽVTN4zR :je+Hk뙼Ki`a(hj TrF复D-ETf7sA=ÑRQ0K O쏡}adR4H}j)}ݻaM%-QE э7y)P vQqp k:6*(A$gY^L|M8:+r%Utl,YA..~߃6\4w"}uTY*V6?FŹ܊]墴Ll(Is{<݉ ΅|J)&ʢu9,T0iۻx0ԏ5dTDq+Ʊ@#!Um Y="ASQRY%Jβ-MKSˆ%.~ɹ yy(5"DvgCЫĎP[R{@5SP5z XX[Ua`mϵoo{"& #bd ~oʅԤ>蓴7/#pX-B!Q(G *xuKslmZ}ژLl4x{QWreXrK iE4T H(44$*b"'"9RJ\=*#D+Z""AbAbtLH$,CL#XѲjob\.}N꬟8g2ZfR+BȌ, n?MŗwOSw4tL)d$b-uͯqPm?YkuA[)%fҎn=:IR~U<4c+\ B Pr0i#$1$1MP`aL|lY|%)vױ]\ߒw}dTH啥D=%j 6pmk87|ugKK&P ܴR\7$j7_7PN$mL )K#߃aox;SxD!ftG{+6 a's-]l+uDέv%e!]WlF IK,ntui*uH̶*Ap4r*j8 x!+3S¬!Vi$&T0d+)kF>#RKIFFaU\֢TjQ/&t5Td*@{ tNӡl;qJe*м+5OGA2`ɽX9ig54Z$+*;b` /_tݴ 75Ncx=imB`P3I}]5<*K!Shgu (^|JlS'1^IRF$o[ ǁkĤmrfcF>X7{-z˷񛓭qةY)JsZEP\;&ocuK34Y̭7U,@mk` t|6ԫHYY3S`J+Qbp/U*[2"9J )!dx\9 _MCpnRUIdX&2>𽁇Ԧ&HւR9aXS2^Y.tnM0ZYi稞xymS2 V{[@ݚlnȢ * &%(q 4I.t^lb.F7̧R$!yY#Ԥ-m?MœUɠUF@qrk<.l>vU;UYDڒb^'EBK.+mDʊ>=ʤx%b_ }Аx<סí>.=>X{:6rھ>&;+4~1fE7w OդOPAox3q,>=IJ%J )6Wl̈́<2$~.K(e:W:^X\n@u6*8VZLpUvd8|u> 5f0J$ٮum>N4}j-Gx}>bo [()ply;K1[+QWɡ3qrE/r/TvuTo5rRf25ϨX5(1`LrF*hLzU!a`^#:婊I,A Ђ-F& e*C"ҋ[Syb8%i6zZ j̃5-5Բ }D0',8|_WG$t0y;$DUUCDsb2}Us<|/SIQdͣM3:z ?(c`#CߐQTHćb]8>1bNjU$sw^NjbIe`w&\_kmJpL4,7K3aUz: ̧R䴭0[ MJRbx@,]Ægw6>h)Q$d%@Os’y?B=?A4yr\'}%C~RSTTJVm bP ,}>јwܿߌ*tjXZ=J9t~rml^?v,a"0j,oO?^4_Y/>8SSB t2RPn#{L0tӳC$/ɧIA skQ6CNX| Sq꽈.sx|uM<>8K &WUE b,6#Vf:L9ʌR ejtŤPDE KUXiij%5ELu2QwsvE+VTO\I %GmLr$IAYݩ%U#P*` Fd*-{X؁ji*$Ydj!3!6QpH_7=^zlq bZ9 #R]D ~@xM*ښ UE1#WV"2IOñ&6Lj*k2!H)U@$#_Jx&k#uN32Kj2Gnα@@Ul<6;-GS~ %yZ_JMzJiNꚟ%I8Ug/즧RbJBT'iG Zd,8>OWxܨC6?}c2T$i)b-3)B,Í%׽ BcE 5LiB3,e7R#x !c[N9J}ʥ]M3?VMa5^@}jhRtnlx7 mWUVbց݊j%ب Yx4fT  + z~5 mQ"uhUy&6a#IrHk4ŵqXĦ"E8FZXXմ>av9FQ"TrA:+<O D%#+X.o'mc%2"/ib8bbT4#ϦJVdY # f*jŏ0% CM%˛F }H[L"ze8ybŃjԓ`U?vvN:A F)+Yj v:8D+A; bTv^!X#HU 2x`FʶSb-bRMa b[X^Ǐd Tj$BuKJ $_ؽga۵lUSVm(ƥeSsơ gHI"ȌFEB9*aBe+oPzZ"04%pHҩ2&8I}_8mM̏3E ( b$)V$-~}+hU+MMl8N'D9XP;+/'eNz6KȾ\$lՇKo3H/[N> sâǯuhkUN^X #R؟γR2US*EyDL tocL1U,ďXyzORK%ͭu',B yWAa<%u$@t*Y#`?u9ف[9jg`]HեT)̎,yz䫌Hڙ jKE1$XMػh܆ۣq-Me/Gp50$q>" SdaD3,.,';(&zɤ;$F֊ 1ҡEԑ}2=;JKj[5+iB 89K*' $D,BY#u (SȱD40ӈ$B"bYt.9zyë4"Ȳ5#Mvgg6+b3v1QNPQK,:NEW -ᚃn_ؙ)I,j# u]$ʂokiQ; _"7Ӳ.UGH瘩$gw1ԥd.=3-*jpӘI/^eU8ƐKp/w+ T*ҭB ##GW#SJͤ+s{[#~לuP<4jէFo 7QiGUTݪ1xI?0wO+[E)⚶3Zi"{cQx r:bG_~:&~D&upΌP;'  @n,u5XG+Ԣ4! nr5M[Vi4py[*a4,.HD1pbUu;d̅Ꙕ* {ڪJ!UWh/U$bIbĮb3$iA 1b#dJo{^[ y $V(qcdr#gXC6&O]JW#U)HCx]j.Ks#x5Jŏ T$&e,#w꼑턧8jjjdY)×yb¬tbdoЊm$++F)m,o"("37}e~U`[va>C:#*)6K< 6_˒߭O$H">/\TPG?׺͵8KְV:Y9B:E"7XUϬ,.k4**iiH A"4ϥcӯS3-~I ˩$Yj~|ZK_ ,I&Z:1]c_&r':9 (YΙB -Ia($24ע饉S%{[W%ǚ#E-?^f'\!0ђ6e%ni-R)lfQoi}R$tжO8*{Z/2"JoJ9KDRy\hLUKU1fP傧ʥJ nnE;p7IbITƒ2G1/ B`@?PQ&;2HYV/&Fgf7SoP Ϻ]E_TuG%E2I Զfx^[`vE3TV zx#2$"W<\Z౮axzHCkRJR֤jb2Ζj: gE Tmunvu$A!XCjbaKUUXd_)pXiĝ$EkmnW=ǿ mՠE(eEXץ% $G㚜ݿ<9jTY|t&G)GbXRC^/}ѿx)GWbo(I}Lױ;xVJZbc`K"3I)hL@Rn[fﭔc2#4(>첀,jhuH]@ePMoH+1L'PX|iP0ՠ .ܕ1T.g$6P"I'?@/}C=| Y\7X&G5uv(\<\>m (](*H0VzYdX~A7,+S",Uh#ֻX(?vUqUSKA,UmoP66b=3IRSi+$*@..7_3o›3k͎$m xp0'Jo,F 7^Wo"%s2@c)y=$o.SǺw=(j*e'Y$(MNO7ğ»{'>PLgAk($3]&́#Ûo#RH4vՂ N0[$r=•//u$I,ldGk 6"l7)M"٣kZ% Zs{QN7{Yӈic2,>nUvQZKov^Jr.J0+ S.354γAh֦'itjES(Q]ܛ,.. !U1b,ѕAݾl8#'xZ4a@@H m7[ᤨY\D[\:1+:c`XWoL 2ש*QcP17O[:ѳff"<ɿ7r6g$]Z]#a/,i:|M# .F4̣HcrEQ7@_J3ja)a0FhJ6T0Y)_~m mLC 1U;Jh|$` MnGֵ5]IN)nQ-dPu7oϽa1D%1 zxxHU"5S@ckqDcLH/EJH饔H2nm +=z7Bđ4b񠾛I* 4i;Rd_p%1e"x1+ A{dLYNΦS0Le:fo迨=6gn'uav^aOPbjdWB2ҬTh_tG|MW 'W1G,a$v*}b*{ݕ֦s0:_K F~Osx͉<$(2o8 av~ҥ.f#(HTHpkH:jUxD,DBcS02c;'ȻSˠkhmƬ^OS;[6pcAkuV51ytJFmJ])<|+TYR1pң̠.A[VvU0 ζV9H rڻ>(ZC?`>R0"v2`nEӸh#Ge5Xy]ZׅKdɞݫ&*+2iTjȧĨ 8ehjI {`a=lTGcm$F"0%Ϫ@,Rv7ksShX9CE\0 pOkѽ&o. yCh% , 7ԋ0zZgi^Fg@yY%:aç6#B g|r*jft0$lh5DdbP1}ݭq1tܵʅmG#Ϗ-=i]M Idyf:3*y"i'P`8 }fipD!nxhSg'~ԱrAFk},rc` gDFA /oX}COR%I ,^AYÓpG qs1j% R\&)VTֹ2;_5-E%F: I2anVc2L/,:F zX6%ADzԑUa+KO1wBFbX~>߽(3m4ѼXy|bw,вMO*5+7<5aVC2DAP~%XESJ\I1pYuE6]j7א1l:X TV*(%-$]XGj M> arMNx8yS*îP$ޞ U%9@ Ťi%RRG'O֯'ҡ4MHX>[!+51WVDe:̷)KXox65Nj)i)4z5 fB.ZM6VGvj0~IY$I^Z`6){Rt0ISQ(U:0f 5dzk%bZA7vc,1YI!UC<e JBj YyCB;K}Ē˯Ú o`Wl䆊VVTbT쨲:l,pQMh M3jpb*Vs{ D-&|dGfiu_Y.ذ[MK{LM Ȳbh?-r"3*NuzRQ`_Y[#2ʬX-:t(YnH$} kCUDqH"f:p̦#ûQ4:uj Zx"Hcj$MpMo.e"T&j"US3kV`2[HM<s6 PM'(ye22C#(*jBV4`l#u]͎7HiCLѷG!$206 ?_f[nLu94(KTJXԭ9=TR”R.±U wP̫E@ZHfIHQ DYIV_jmv EqO$/,l^E i~&܆ *z|=d-5dHE-YM`|_:uީe*wPQJD`F`/`VQdJC3#ǏJX=g''hG[ I.#oRYЗU<(:l@>'ɜ˼՘皗UQA#bWsoŁM=7jJj"3llN^KX5%EnyRi =IS>% 9i Yt767>WWJbX~Ҋ#}U7ݳ-&.bR5,(w#;}9?B ^_ccL<5P.AH!Kyc)*b0bEPFt"9İnn.Z{cv:I+23Mlƞ@-d?Lrx gv c6~Q{:ky)fLQ7_@1ec XTMMTeE$pY#XrV$9&AƫgIE@uS\@I&b$I"t=V%#sUU:T34dhDg *<^9)FYu/V[~d7%e><!0 rGɾ1{PEYHYDα0D iUA[:qz7vI,YZ٩eڛx 7eMC!R0}62JfRd+ig9!EeU NlH2`ϼwpqUԤTsSHYMBG=nMm3M_$"MQFiڬO_M%)a+$P\!%t1geC?VQW=L\5%DhJ8h`wsz;G.D;KF!n &5\zA` W\^nVSTF Ty8`}{Vq.VF\\ٛ~-KGCzquYWJmJ,I sϻկl~# q MlʂA6X opŒDJUR V5פJ*:kdU$nSުP|kpΒDl3C{6R|3ARԕSf㊤B".m:ԉ\]^I4G,3j !P܆Uըsr9Lz:j 祒k?"Iਉ.KZ߁fhv2VUVYW_H,Mm;(qbYjJ:)V⪛]ػ5+7 R?9vn$uUrLcH5 f㚧HCqC!ܔs&1fPQ#ٞ_Bqb6_9UJd;I D)ҎYةHԭ6?U5E5QRą#xnĒ-,=׌^zVG9&<:j^WT5$*rzV8+yQդJk!'OC(T"i/(]*.T0wT*yf :0>$#~ڣ @*B8-WY[ JP|){{KT*Fq5vD"0!b>P5KWbƬ(c;FN7jݩtnm2Ji(Gc(cO#D'}eD3eҴHDݜ,FZ@\",/{Bj)gVU {:_%ԐE(8S{J~HݷidGF_% 4JN"Blŝ{40ʊ_QGۢʾTwS:FNK=6BUN;߰U9:&"h* Ĭ3Ϊ^Hˁ {g6c A~VUefh ; ۇ8ZpOhE[0x.Z|e-rD䉤S faU DOм<%šFr"H K_M}};zbff)r;vԦ3`Pۖ\Ԭ#5RŖ4uw%Ի {sבȴᥚdU,Tjbk #\\/wJL|(^ti"!M$ŒEb\OUP#FAfɱMVW!Llcmk݈y:^)bH*g]Dax`D"OOj1My`i╴/@llTj&O3C 20Hx#P&;y !V""ܳڒ3``׸FŌJI䩝cdxyXOIW% MQ X]YNRХc X{.>ƪHu> $L $jmΘ'G؍ܑᶬoX`*.dTAʬ6e(H?of-fygyZ0i<#Q +g}T$T¾ZKK#ʁt2,.n57' /ۼ.8#JbD1#zjHLJ"14a/bKJ7&څ>)Ee-8x4ahe.K~K[-ݗ $d:TSI7nu(Z7;tLԦ~I@-tMX_yzb*)dTxo F9U]]IQ/i@1(n{oc99dbDS̮$dJ2'uFfҤ] } Xl-c9 F2Fddyaff_ H<`IQ{Gܕ(QUw2Iv92G.dYB{1dԺP 9<Մ_#擲0$䣂v 4QH5#1B?.׏"嫯⬤U٤)/*Ńrmp}P4V9üay^ ho,FS~AH~<8h$ih$l"?}W_fV$xƩ @4r 67%˹!: *<wԏ5Gg-:E-:؀Df寫`|zιJ t&?Ъ-`*p=lcwa)"Qc42(Y#YYŔXއGZapa5)'Z39n3ހBoϳ]E Pƈ1g+TBReąF}>FR`=M:17"O)qh}2~nܵFv̊O HV ,b@O]^$n(,#u:YJ+DZקʒn없!q{91ԫS%fms2)HuY$]sO& #h#:yi3,nGAFfA8&Bi4xK5ViY5ȱ]{Srk+ :*%2GV!RK}mZՃH&bl\_-!ko {-YMM3Ƣ yܪ(+:VMquzޢ*h}75H 1[8O^&=I8Oմʍ.\fChzaFkK, @+~65 =U ]5F|A+`BUX۟tݴh5rD2\JnE EOQ-&]<E/$GH1XܹE>EEtݼNbML^Bryn8pZ tdvj#&On?DJ'&Q.}AofߛgILp),b2xա3Y?OvCO,(G'UA]>%mHV] Q pÄ@d3!p+iFݻ#1,p' jTK *NiL[!I59SWGF_flZ)I32SBeMM)# TȬfO"GӬ3ln1%24;A>b3: D?+}nMAROS+ZhAeC(dT 5E_}=j'ZH <汉eHHd@ 5K>i^XvbHBYS@89SױVނ/Qҡht8Y'BA"GbOs?n&l3itH:WbFPT VNvNjcU*Q"H))TO:Fc6+pnvݔT]\$(ҿ,-9 `6NxQV)R,. f,LsB esrlA d~jaA*E(2< Td!Ж˿i29,$0"`52aO"YTo=+[?Qeiت<jo\6[omOǽvm̔XBgjQŬu6v)`'.Cx8噢Y<%A7׏i>cЪDWWB $±{?cVvD)ba3?$]@?@ASck{\?rn (k`umJ5`ğ(<.x`ڇMpRI^N?b(eʦ\{/_'*`UI:G.mS`X5žԎ[udt2O4QK3JU6,ě߁69a":]&BS/#, qrx4LBo2b"U1˦Ѳ\Eo6OK(Y+27ۆXc(cV]FH:GSSMS(!T\p,Qx]a RVFTYB,aNN8FQMS+i, b&FΒnmk} Qb&dһG&p J'ϳm]V41:ƭ1(d Y5ƚ9R0/L5dOWL26 Zj "$~||U2At Op- ! a>V\\OWG";OWD%CGYV{ A:\x n.dl?E22ʋn=D@4Qj^ed* }AIX \ {)RLZLHW51Y %mB#2}-#I:HV)qpo+QΡ2 fPz<:pV5%W ;1oJ&c F#b__kݍzVLKa$P AQF pM|W$h!$*؛>WyMV5 mȰ>vUԒ%Pht@e%Gav~6&u8@+eFg*P_U׋i =#HџW`@STmgeT nI7FbOK7Ʊ8+ދ\|x FIzx!V]2"2Ri=?0Rԫ) ˔m~X̼SQMI)9_k"^Fc%ĮpzCW,$vHvvl`ώPr4yXbe'S TPcs2U*F/3x#@,[n'vdZbZ2]i3&SO&SvKs}&Rzevm㺫1I,pGK9O6 ]MW]/Jo {@< դa/ma7f?u5G,a/XBniUԨavnSl%t2NQГƥH^CJ۫HG!*X\ڂƑ5#s'X=Z#JQUDQuc\G6&~bbS6Vܔ"dҶFo$>{-}81ӱ@C$cͭ~}ݧl>_n./TQ"A|53竪?[(Bk4nY1Qaau@;~upz AoZkUUm2*7\I+et9rʁ=䌘fjCy ̪ڸbbsjT5g=Qv]3!ƈ vd5TTSTӭQ>9<]#v$wv[M}:Λ=8ɪ(eHtf!!B$. _X % xiA} oNoW֒tH$ * ]\Ƨkqdk)msxK$n &"sVHf^ARs~C$&dTT []R8Ԋb`5IQ,$F5H4G[ VLl:y)CSb#ƞX٪)o:K6X,eK+9RHyvj|VY`#ݙfB`Yy8[\v,oJ4C]M W9%ccrGj2Bjei4?fٻ2 mkҫzTq%]̀~\55#}Nͥe.@3EnjM%lnT~~uL̈́nJ颥"7[+Fq EV1(Hyn+l*k/&{WS0bg FMeܐ<.SucT!^%(y"iu9hn#SciI"+Q-ty\HkU/e.%+Q]((%HiΫIZ]iq4N$pF@,A V0ŽQOإ3j6Ly26`cv n.XoޓbI5 x%J҅f4éUE UIH!<1ERc*rИыpY+$U[/7>fԦ%F+ MJKI[#sdh V)Qdc4Jc+bHbH ;>Ԭsm@LN+u(%dkof#u*\Sg6kj&YSpE$$ip?.Bid\Ba KmRN) 9qޫZ,8fx%D jgP'&kֶ\u.^%n#W?f}NDZҟ%5nII-#C$#*e+]s̈́68iG"fr#F=k2xD][MO*W WɍM`E{_+BH遯edkjNupE`ׯ!Y[0X (֮W^D ܵ?[X ܱχZdF1j$rߑڻ zwNvY'jbjx@0/b}/`@fفk`ThcvQ5o#H'cq-X@>UpS+ <.VrJ˭U{O\e!X\l}g #ŵJI)GjY,l-#&ֵ&eEK,nO`#,.u3Xp9SZPNj&HRRCDojd*=@bo G9jW<dd#/C \(W|U 3I"}AFOM5='q2q&O#xܛH5 {l_r܃$ե0Fv@]7oalvZ gTB .bA[g$ZI sI"Q)'EBU \5H> b\dWeXRX@=Zkn"Q$TH;SڙQ­ͮ yݐRu:@FE$t Eи5y*%Q2S Z.)U\}:*r! $WV9qPߦ>u,&DSPykKߎ 1g'^Zz)'C:(z|䒜\߀A'lYhgw,MHLo-JdsoȲۋڜ6ەP$_PFİ`'f6}MǕ5<au.Juө4 s ѸWQ2*U+5BA9IcfP#98#h $C[Of`ӴMQ3"y l2X=N=xHDjc,k">D`H"V}Tz EaaQUі_J,d}6wQ>xjoD0C!OMzٛ^6|?LF" 7rP'&Ϧ=L&FD(ɓZIVU!;]*F@ZHi"XU蔶Q]ݻ%kC7`E? PiSk-UՔyL*먩1GJG|I P]õ5',jZ%"`Mu !9*>u$Cϥ3M* 9B8kb#*Q豞E?+3b{}?C G)/jQ8Q^)i(7{6STj㨚*5"(A"O$5.mG%]xO!{gWg㪣H-RzZ4W Mx#TTSQM-SEou6{"G".GYXJ UH=gjq_XI\&||j6,G'dm6m)*(vƗelzJJʉ!S#J"˛Sk;r8VX(֔4mS+1 3ybI5%ؑLA6DuHdTsU@@Iu=[3UTK$;{d4=ӌQOU/a2݀~-^KmB%#k2*<ߛ¬^9%RB1iXs)UiѲ r\ȱ2Y9j \FF 9$1O=<9I5Ճ2hGA ~}=ID0'vFfJY+4q#i2y~zi| JDED̯[J >Ne ,,Pֱ.џAq-{smȚh*Z%I^y " j&$[$, AI5<)BނDg,}drU}K18)C El d@Ei3޴FLUdrdTO 꾶غj 5dDľ)G nZDB}Hl5_S/!uD5p[ak뷶v礂vJwsH 8n'c_$ Z:)#H+#id>u.9錔H Y`3QB.~(ٞٸ45/HVa@BdviVA`+)ĿvICfPHt #f~Z`ͨm`=xpd0Ff):Cgd+:Lߓnu/ B$U1"F[p??"2G㨄41.4$`I#HwjhjfuW(b'hIcec{L2tRc$aJ8C{uҽ|A@ 3'I<ܕ#ocZ.3$ X"37۴LKW6 v߅5bHcfԑDF@FfebR-'ػN_ L* UktUwԐc*W'V&\FkR86EGFPHpLUeO()ϕ>f!,Bɝy)1TtQ\I2$C$,Grg<’ cXâh9CĮ.MtT#M2*U&ZLV" zz,\surh3#/*و =?R򘼸jzYDjX(~ADWklNJFd ZE/MvV.n bjU3GHV9"HWL1碖y" L]l5 ,e&WqKCS:h*(`@g~m\o=,J ak?_{mC44"Um1X z]B7G*]قդf^i# ,N4 MP6eRU $FJ,uoOIj! cVGlOxum%5t>Rqqs]ylk쌤R P|4eb{y*"K;N!1 -r\zr ϰi~qg44Q$h̤;:k#z)$b 8cxH(ưyaanIrT+TE単a4X`G+Λ73UU/۹b4IH㒣R(9tUKOHgCm$@j0ؕ(Ꟃ.ȶ 0jvoUDENX12WEwgzjJ:ty&fIGɨ[K9M%XDRܡ)dR}7aM=xwKQ;("D#Lp4qoͯ}XoMV0jXjcNB3 "y-WشC%Qh&xVF5FY`HZ'o~nߍێ8U-8hkUB^lom5= gʫ ,LϧU&F`zv'\'GFgXu1܅A$  7װ$rϬ2%]Mv{$=Zș +.l>'_eEs-I V^eI*k^)QB$m* X6-LiQx_$M#3!$t6] ScL*u7`@6}.˴uzoLzwXB2KN#K¡OCsx Sqj&Pc+`:ʁ?QíV*\3,(WxC>ªMyZZh焈T6I ^`́[AeTH"t.5Fu fXئ6hJښ: 9:եI~>XD#3I;IXIѢOHeKn I0VV3iw :)kF~UJZ%R`D'X0M8J#)|JXiTuouMOyPPSe.$N#Hquf$zH) VڢJVK TDc4IP1 *=&婳i! `g0ٴ+{0~D7R#M<+΂bu 6K\8{,#'%! eXJ `B& <8<6ETCM;I3"6/lN5?YTu2I=qDJdIbG?ԁoaelh)Zrk-13:ƐOa6FǡXV2 :T]PRCJ!C"8C@  m=5 4)#"$nͪHR"I,HSkЏ~%F)ꉝZ>B|>AnO{ζ|G1B $!XZ'nkH1B0) Z$ƺVB*C'4411Eʓ)TPObc+ivb$jKO%^mnMŹez-Qˇ1IQO ϙ% GmRuSkQȊ-Ϙ gj]dF HҎ7616Ȥ;LP$z e>mp9UΖ ~GOO"ΕFQFu04qK߹Q2xI%`QTO e-ȸ-͏+2u*=%$*̫|\ =س3(+4OS8,"$ qI-X|hc/fIFۛOSFAf*X*)"T,MOfXxB&[s;&c.jcf_RcJ~p=E߭4&,vQ @KQzrWc4C6TUf:ߤX_OOXZthie@Ԥ Sgҭvl2="NUhRu?F7_p/Be|&i.܁1P<`Zw|9IK-uS(>̌|nUݞe>\AKL ij ".GVk$xV $r8bA@Un47 K4Ff1G%IqPA'{?籴8jchb^F}-e"{CS. #b A{rs0TTQ*f-'6joI&B3 5 $gVh!tjtRцr-4jGu>4.Lcvʭ`Beqy?$5#t_ݽSZdW4^ޭ&P̖,k ~0vNޛ()glEUeyb2J٬E[=^5~HM[WZ m#QfPdҶ$5ϳwz/XJh1Y_A*%K p *LTL X3$r #q+4 {>ȫ/U0 *r#\GMʣb1OUH ~0]OȽ"Uo u,eUe/$C#9ѹGihdI yp`X剗#0`bSf?G7XGUT~Ii"w]Ix8=@'$M\j6)c9fx%haEb';"UqLD4Ԇg(x`Ү/Sd;HJlzOP;kr'#JP,i 9Q@bfŎƑ*̨$"6a̦Ҡ|i7#L@FTk$U/FRC5v!IbYRK$jf!i]KGVcM^,#i(OfeṆWdHeJ:4U/EszV Q*H从@6O$~}ݖ3 JhSH"Yf$(Uq9:2 "5y%4㼅*„hŬ/s]{g'WYX 摐-1YVRu݉vkeN.A/8O!32SJ,QeفjaOT'aX!ERTKO]GK:N I$f4=YA{^;s{,9 tdI'8F7# @ ߏQ9~V :5*DPA6R 00-fjY 0MuU!U$\mAۇ!U &2 ZѲ#Y$R+x%7soxhx ?[ ,_AwiaaQ] IL$a4zL@-q{>n>EQIcQKՈ# tʤ-KhF;-kgGMH"=mFkFy&+m$Jhjgѫ).%7,$rҹpnZޞKWֈ,1v5||` Zۇ DF %JE K A"?S9 I /d2gQ$`͡N—iAҫΐy8㶷7xj %iњb(r> q@}Ot#&0%UT3 (_L6qaK݇&[j)$Eޭoa{cco<q~b3yNCZi dd]W׹^ <نeGS M2IK QHMrQXql֣ )2i@c )vo[mZ$Dij`Uh ET)r9|&؞ZGf@eX"0,M#Ԥ},-=&ji3[Qe0Yذ䀫ςY1R°<$c ZC7đ24 H"[M:X Y~KQzu1E"\ jN+_ {^ -0O#4}=~8pXQv 5NL8>" E٩y% &iHOPxTp ih&Dw-#2H 益E#IB+$|2T+$\qc 5PEMx9$d1ķ7fW0d)X-jSQX* q= aM 8AIV^%A^ۛ-OgA+ؑfSlny޵TѬRSD#%uX㕥7SFas7vmB4CbH*7'Ih AG]#(Ntbk X}og\Z,芒 "v&6tVre:\ha>k7r5ޟE#Q-ث3 }~j*eR_ROX'B2X\"f U  G Nf-+4I-v$q)= QMJ3egť1Sk@M n}ݬe3Afbn(Pz|}ˇ5Tԑ^MnǓv$-ҧ=_ۋ+z-Rʀ1J$g 5 (yvZXQ LU@)dM}i[`lMd"y߀C[K0!F]B4{6~(iuHi$iUxF\ V?l욶fDE?u1m)11Q0]sk4:R'ʺ ip(ɷU XHI32ы.U 0^-6urW2! ]I]V6#}O1UEJQ '0dt1PLnH>}頴qJUT(E6{ {tȼR:F> M^V*ib@ dە״t4wG(fX .H@S E:)kB%@L#%AbT~O}wZJXE2Mz#r~U$\XWAy̎MZikI"$ڕ_)7٧pPE5k*%I\y=StN.R91f|\kSqzQ5eyfb(,CBzB͹TŶfHYeH_P blOi&O]L$xE;m`a OJ_bd"x`Cqk{1HԓӪ8VVC2,X5TkRA2rz4D3#2@6}Eˀ?\lElP%I!4!I$^꿼/#*x̬P. A$hfB%d%SJC *U8f'@^8(E"ζEp$0ZZ;7HjD*\4AlEkP rIu^ sS5o.5q(*o ո-GMbЕX\R C$S <ċ_ TD%xZer]t]7JG6<ڜAKQ)hA:L_#x ܱ6{0:6qk@?b lԯM 8==9iS;heЩK3-/ok鿈Zs%LI#Bu/GXQ%IڞI(P7SX!H Yo, ɭ[\ELoEbf5_S,Sj'2& u>JgoWbpÎ=?!y,TT#I]f9$҅Ijlȥ,|M6FL8HX HKMÏ{&jj)#S. rT"2{ǼU뜒j hiԡ i`HȨ AM?CS$(LF Ǩi,rتL>z:2~g T f̯o[k$;>'y<0&yfGQo%F$ZR=lTؽ'XbTXVTUMW3b5 Ow>jUU$*#axјb $OYQ*;tVT<2PS@FS?fR>O$()Q(XƤ:DooE*ob}Qd3UUŪ,J#jBlJݝgJ_TZEg,14foK.en6|!X2 bWNW ~N)YMByjcLn:*7 J:Ο-W#,8SLU 8gFCvH*mDT]ٸf+ }EUeBuj]Mk;wiH'YCw,:oI}of NpM`tJFؒHnRҴ~*&PXMc!Y* Zk7|/PέvbnΨ[Os0QTgxŮ0Dh!R-TY͹7$ijZ45]]>8ɭXc`DmcgZ H]M,_<A)ZϩU5 Fy?F{fjMTE&\,J-2,.Y혌RâG;M2`j$O LfÆ,£Ҧu 튚\Hu(@B+3p)P  'ltUn 9540Z Tُ-ihظIC<3ciG2\WX^ 9P¦*+ja1*?r*%`vOQF t&n = }]}>f%  cJpFo.WR8Ԥ-}uΑIԍ@vAG,&^Ħz JIWT2'l559Ioc^e7CGQRMA EcKieR7{a;%jl0N%`*y$ e,kV\\tFzbuikxW'KQͻ1{Z %"e2ŚS/4UJj@cRe{puܛ|mJUEV5hQ:Mտ[ ૊S7ՌNd 'C+&0X*\SH7,Z;FZH֡]NDi ':tRBa:"/4lzEw7pl5Tj yrg$1v`#76qA&T-fi[ā'(T {{\m 9JJevOOc d>9 vʹR.R t 1!f-US:z*aN1r,vzECƱQGMII06F]a ,L4X6DT 3eX$,UKzI`A*nVSve>3sTR>"OXiݕ.5(>+!8T%no{_t]eբG,J{]UMmG&7rhLt$0%RSH< Y4t -)]%U$ɷmL;CIG_U5qlHo^~*,ysPH')Rz@(KGt]VUpJ1UBҷv4&u,sLd,[U`KQ`n,7 .zrWS®Oz]QG^G +AbG}'ff" d 2}P/4e9ky}=& [""V৑'#DC$Grަ,#Q{Ԗ:#z[L ri,K[Ctlcq5Iyʜ!RM ?{0]%icYߚW!|ސU{ lM2娎J o'#}* keV0)ZJ$?eYG7}|b`ظ婕ǎjIUND1|ѡI%Tp mhj!eӥ(TBgnokQScqHl ,q+y-Y[+[>[K:AO/ U7IU M;sd>M2s2ġiW #1d/Ƣ+wbG$%ַNKK^ *:&uA@5"W QQlZi)S<hhVi-_}M[TPPK |\r$GسzAweM> #Syf)nc.[K2'2r=w6"Ĺ,3hCFAb7Q,-<5,;yVgMJdDDYr11>ٴ)gɍWj)%ihI,XHFg 1.77BObuܻ zE$I_PVlT~q%b.jg|tPԈZ+`ܖ(P_}<4#/$E)9j"*5ڽ}zF)V!  eҗbs %҅>sj9YR:OJX >,MomZ`b̲6oC\-kߏf,R ,G 0/ao<{pXZIhXRco$CSU ConYLؚ"#}a<O , 5Ա17؞IHbu44ܓVbnJ7ÏtV[c78WF:k$jt 53jh?QZݝ~Q  "ڔ8#[J`~O.V-eNܦUy*%(f:Y [k \un9q1F]UXß%ZHO>=uBY |*SUȌ͡T@1.Οܵ^O iYɐxQtRfN3}D¼ ƹXgҨŮ L%=G4 ZtĄT&(d1 -l`Ǔ :3x03$ՊG#$ {uw*鳙z]"Lc&O#xa*/;gj*^Zv1—A:OjYfgŤQ٬}ja$?>CllJƬY$rN%hGUk~Aߪߋ*HtƖpJF!'ٸrƤJZk+L$zn"`uKQPKkcQHxSk{=~SC+k) x!GHTyAx!%yfB( "ϓ[sc%9S+2N' HKٔ06 NBE+`K#/ B{[dz7ՏCE */8C5qVI L=7 7YyC9i% ɪB,Z Kԅ& `-/aŘYn=K*i^C Y/PD+[zuWL #(G* Iݷ oCH"+MAO],KEU[N|6uĠU0̗-"mȿܼ0/HU( n4=lD2=DTK/8@09>7!JPGc"ڿr%)F5E $ I/b+2#7 mOmj#61+`@ /$>;{ jW۔u+6{L(}RmZHi駭L|WI"|L~:<0VB2RK< G xb0R˩]a3BO3:np7}w}.-#KSwex'[ O;7"ESW+2D2xGf&F<WqͫH%(аrϐ~؆r5\-Ak>&zorH!_I?7ca`j(H+NRI$HS% E*@b,ݑ&m(`Dh;FlUTG^ƊOqWQPȄHI<7я雰nWzPzFHn +qnl?=/̾$qT$PѬgR ]Y&o_3⪉r^34qH4VpP?O꽣S:AT[D#ޅ#/w,x5 ȳ- Zy4,1o A"{#yy]\q@&=~Fc_c>s>j9bRQtƸ@}$ZSPaӐRE0s'﯆6 H4%* ;6})h'XݠI} 8|62,B6X7q{S;8x2䑣IIFBx}Y kY,f%F?*=?ԏ'IPHAݣl}W NǥCD0hZrH%!7\_mdi5tR ֑+g!6$L=Яwf劺Z"u8<^OJ$[~.?{\Yzn. f-{cwfa|i<u)5xʫ1 $ﷰŸ1 OY$;J#s${1\uSY $_%mM JQIR [󨑂, I@UE(e bI)-wth^iVmjbA<`66;h̲o0vFQ =a='nȤW8f*/ftw!5"q]m)B틳!U(A\`Nԥy5e1AE]@#examples/textures/brick_color.jpg0000644000175000017500000002657211301357546016616 0ustar user03user03JFIFddDucky<Adobed       !1AQa"q2B#Rr3$4񂒢cbSD%CsET5&6 ?v|,~Նs[jߚms{0H f. $KiRim cY6I8jSp؞@M`ylOzVX@ư o"x2K쀦a`8[*e6$;v].mhhs;kL+`5cݧϢ NAŰ `\{Jc>I hv$X{HF~q߇6C4W~7[AaUR <2ŵ)/},2☶p~1N5g-Glb i햍.v߇qkz<0BcZEfh>WJpL[(Ix@!\{Ke=aംkKo&QaX&ƲSb|k-~} 0p8T{ `kAR{-x@zPmZP?P@Y[BJT ypךM*LUHY oS k3`MF"F!@@G P DA> o-&gT緟]a @"R"Rq;xh*K< ERs*/pUž928PVN )@xlxX-`~׸*E p#@߸ M{QP@"+409IREem_xZ[. B J]M~2mwl8mBҡjJ r(~ j9[S :J#,9($œGR6SN @wI0f??wq)p-< R&EhS@ΐuIP֨@m^0T҂p iBE=Jx@gh7;m@2KWX{L9RB|G? A8rxt!]ANfBNS$Ȋ}W `QHCN0{g[f>X @[^p4Cloݴי 4",LK4QX%0*DDT>&A i Q`2?٥^osX~_`CмQ (VK$Nurr * MVm@xR%5@Y EA jVZAhE#, Y:Qa޲vG݂=a WXv!>)#̀̓E@nZ`#-^se9$@K\0KZwPI$0 *."pK $J68:QHzDJ s\t-Z/W4) P%B+z'B?DNH:,?G ^p;u(Ei̧ qR)_OqAmTC@&Dޝj_)ԖQM WGpa] !s-$9#p,{.sfY` {4-9 nc4Z wM ? dV)!K' ޻'H qfUXyj \ZBRE <8qq㌷mq)٠f#!Ïۯ`,5Sעރ 3H F[р e@]wpŽB--۶{r fӴ) .Ot9IrEii+WțSXa ԽU?TY760[d?Q~XB))ANPxmv//>k{C5v$"= uzn&D2Մ -V-p2BX³ -2r_ !Y=|.X"@ֱNrNA Sg0Sට0˘N mVf -OrW] (䩀@sCU-(q3Bø ׇ1H lnfssky 3.Su"nHpEr(5@&r@V3/= !Uʁ(4D\U8(p͸$lӁ>{?oRŵ$'h=h*schTݫL3nk%Iq %<`j0 qyTND/ʐ61}n2'r ((GgkWpq|$:}eVFExElpT6JhLE!~s(TH-]8gq51Ae(ZNC1P>H ݨ3$ʰ@-tʪIN( ?X*Po)f *Lr[n`R؃Gg*lA{CFPuQP d$ $+u0X0B ܎!|5SLAg^Nut<$CIh \7/[D(K,E75N_i nZ!jfeƿ4CC!H 8t03Qޞ L ꪪ}+}~kH-6E@ET1_NP U-p`hPtTu9G$ A:r? fӕ 9';|A#ȷHh8-8m@7 K"mTQ2@)|҃Y "S@O}>svn2OȃIJTb*Hsj唠: |K@&|`ÅBQuZdq8"78'P5S D];wN +0j*]H*DpB|<R /qX])p@2+!BD;D"HΫ-k>D0`S$;pUy _  q8 R;ԣDB{3dvO/HDiB>V/> !MlAD?XS? (;4*'1Ņ."cmWBvP YAžFֽs3|Cx o.ו {A8EAu(۹8ud2 -h1p{wb-t9m=+]oh7?&_` /G;~=wnA(/}|_b_"PFz}ېI]ą@5;m& ƿB9n8Oii}' <˰o ^t9m-4+/? *;av|Ltܰ֟dbpG-nYOq?̕Y4zd&?̀l@rKfu 8wι w졺-_zq T=v|:ײ.P.t3W)m+| >ܿ߇y-bafCr Ar&2Ӕ&8k*fZ YD^oh`p3ɿ.ux=+$mG[&e?Jo`cmnV6 J@:cP'>\j 9T%vZlc 𔙠 M!w9%>D@6kВ:Zu`<]wkjծY ˟QI&4$T-Uqii.0-]vuJ(szA B<'쀅$.k V':ݻ #28[26TBE\ p^0 8ۯ ,·H5iqjb} AI 8XPi=2Ś A Ԕ$jGhOo9 }&`{tlED\l*6A(O1۝ܯε$Ǚ5Z*_|UGHU2<Yt$B%'$U9XUJ蠯Pk&`97Tp`:(-Gk1;Ӹ+H'Mbࣹf(2B$9@2["U G( k"@>ptҳ6CH%:Q}ԐȤ[QPABxџ@veY ȭTόdY7SkGJWdX3Ph03kB;JQUYKrlguGۉȳ1wk;5,!m5k\JM}=<]n0G|&}KvM ڳ*`훁ne$驀c/ ?Xq5olµVD1+7?9U Uhޤ *&k(}n]/`9id>cou?"ӞmcpxK]J.sr8eeT5@E;"Ͳ7k x(96GdX nv!_- %q: ZƓ?l9[~~Ѳ#e]Lp6NH@e:<僱]e Yj`: ضwh<"ippv Ųe_$,P Z~ΒOt%?YT Ϣ/^gwW[E|h{71OŰD\,cXی5"$``u[P?VxIpvn5> |,a/&=%KLӄo۱/gkɰwq~͒w<"1;̶繍Zw0D5`?4M! L,=TM_A\{Bfmċ,Ƃ=\ŲNaڼ=&"q3崏j %1nԋl?0~ 0OleRZ@c~$흾2q* %rqэexm@$}LɧQ,vߵ-M (;oo%%Im_ ]m-Ų -)d㤉=@3L ^=YlLPHwQvg}JDǽajT ?$j5 U(<@`8:1_Hj:QeB K k-?gUDי[HYZH ON-=O0Z@zH %BPsd$Og( rdWS1Y7Dj*A"~@Nv4W񆍡iLNA)%E (fZsR`[t@'S@ jRT@E 8 s 4 R*=Ϲ;WV3 Q 5Aʄ$V|E VQ2*M@-IaI#%@HI"Ei8 C@9u ՄPDOdpw>31eT'Y ƶu)`Yɼ 8@ )ܫ[FmW 8 0SQ5gHt:AW K/'wW3%MTiC{.#> UJʰ iLX L%x@ 9Rm,'ܻ$TbjGwI7{+T7Z(EYtD!%)'3 *"1NHP( pID Qd)d :[AQecѧޯ+?ts9Rz"ϖ 󀰆B P| @04Һ@$hf5#"";_rPBKr"AYAK]ÁvʰE~9 mS.ߚ]m\} >. iM]zgW UT]{H5-^0 o @g`\T19Ā)\婸*$k9@-C. =;CZK9 _t/ ͥCOZ.c@'ᩔ9Ujdp d imc*%P4(d3mһF\LU d*?*10P$gI4JCFp#6Bd ʫ@N`@ z((ҕo=kmݴ(+W3ov۟`g%=E`(XP[֩ڧy@KqfÖSmWAy1;)ʿk;$p75HK`M>VT-m&X VK-2 7-?{q$MYmG`3bqٷ*l;ʹZ\ L5}6ZyZ۶=n&Pj)?р3TrUlS 89p!X9dwػ2k|5XmlM'm^na r;|9OqJ|6 ݲLAb_E3(p%K^,)nw~IDmQW{N-ܶ +6q;դ #נh‹wjnoGhiGb;Q!I\DuOsUն <㔖^.GZj?G Do=Zs.99ˏ94@ux4Yj\>( ?Ѷi0$%:m̯ŽgrraIA o iʥ^ P7/ WFz@-!N 6qH\APJ&k2m $i@D`xoPI%"79@ '&-U3I5t$M&PҔ^[z %+%@N@:3UCh JShsw6ՌP|kKK"%KT=T@>#j!p*V@ i-NmDOoeB5(IR|G4T<y$ޕWX 6cLl?HH@P@5ܔsXHE%fIJ"qӟ ` D9ݦ 3;]N Cತr| ST i6gΚּjS6 uA: nNi]v̤[x KBxRvmM>hBfJpKwW(|`%@j .~h |!Xr)Jr&P NVi̚ (+-@UR 2 Ͳݤn.FH&`({e) \5hD6HEUTi$(O (7UW$H.UBH]!'os(LJOTE Iqhr߫i IGf; j4@YQԇI$):k= )::H2Igv.A29\&`]n`}#MO#EBs)$Hݮ HG RN4$H]^.8@Yk&ڴN=;rhP^*`$ mO s؏rͳ:ir?'/L MVP2XU3qQZT9 @VB{yH@fvfv 'oF"kZ5 BRHxx-3T8@ :FҰ qsJ$D$#=梡)S~gNj X:rV"@llhu+dI)$!!5B!`7 "nC)SdS8s|^|2Ps#LgcYmMP"T\GqMwQX%slr´9?,ߖ{ԟ E~W`= Kz@zܲKW$?̀_xf[~D6$9hwdWX7v u@x;Gyȿsk6喓P Cݲ\!R}V+d _z.rS@ ?;I]i'Sr X{z42;6 `k Z$ 2z~v+rl]n|7p; ]oh܌UPL˭/MquP2"w #u#'v<[bZhRh?Q{&>,@b}ِԜq{ڟvdC/X{V2TS`pf~/nr{vKuZx.#ygpZ [Yls*(^pI:ր KN'3:qtIu@EyX.{{[hBJr5C#M Mk*K IR[-%)4^$ڬ`00Ox(76ρ֐ii* |\ 2AkB@2sAri;j: D P(U *PQN% '(~x'e;N?/ʽBGATZ$P d=E7 cKTxh@M`[ H4I'jg@$E@y8(?OPk^ JFsùABpcö8H6hp'qӂ0#]Rn+9 7p TM Jt/lޒt4׾Jt䊄.ZR]6d̊ *BQH'pHWJ""dI-tAC}х4Kʽ! 1ÄM;I@Fj2 ofÁ(c J&Rm5HlB&bUҒT^}X)زByaݤ<`$^~q9՚9J@K< J)9PeX DMxsNs[.*$9#PA A A4 ]vagp3-I+%>& NBtED־8!3%CkjCfVz@S8M/#l=}c3OH *"I?4`:F 'q uPPa-'r*GHbNPv@4B44Ȫ74NulwRi58 iyY&= 0COyR$ .#[4%N1P7@IX qG`g#k!Zt4)=FjH v8um ivbڰ*ŵDe^ (@ 5EvL 3ƕB7R#IB4XZк5A9Yo 0ChEk3M&>@k1ΰSVkXѢH "h+9Vv@I V Bߔ,S .+8 nn%&TDX 9}nMA9q ٘ET740;x ɶw\;{@s[h0*X3hbz`@N{J|IȴB!Fv ڔ[xx+=E=YsXaEm?3 YƯ7 }G޴]`9? sݓl5qݽL; 6 Em A2\Zdk;iMߪw,"icB|9XSih8x_:hO`Jz)7n2mtc;i&p-Пn }ӷ۵ӓlyGXqCAHs2mI]d倶fa@ɴQC1;&&WSnMe?1examples/textures/dirty_bump.jpg0000644000175000017500000015055411301357546016502 0ustar user03user03JFIF`` Photoshop 3.08BIMGG8BIM x8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM@@8BIM8BIM {ppP_JFIFHH&File written by Adobe Photoshop 5.2Adobed            pp"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?ԝ ~NEDױ\~~oe(p;QoMߤb69-mv\K\fڦ싙ZM/^΁~%16bFE8/vVX~rշ7')k6z,wT3lz^-sD\|ڪƚEun{椤^=ջJ ^eŭ*gK kdU=ekΫ;i&]G~JEk.4pswRq=ţ+[lͣW[Q6snEwoc~J`@ݠLss و÷iĽv 7fXڃY`k1M=;w>Zۜ7lIMd=@V~}ư/k'kIvvr1~Ppr\lS {ݘvIl3?WbJfΟnf^v6yl~zm_X7ZNjgg}&b"WeV80IHYQvK#~NEtN8澭=) ױ%?.׽i- jC;aX{\89 9~* @ :j%kZ=AX'}USkfN8@1}4k1r^L40 ]c Mi.ɖ;>n]}g\^sJVU,. \.$w:[h>ִ4nׇEt3nc~1y.m2ZZe%*쵶 7>`B=Zn֏kk6=kR`1kwyk ksg4;ݿIHxp 4q,GWۑSMwX D4ݮA 1nq2 n932H[ެajÝ"VbD}&?IMcex0ev%aZ*" T.xs\9,&5lkvwRR̥d{ Ä~1X7K <}?g-fTH/h|ƒek`&5>ַųhƀZZ,as}c^mi@sv7|,DZ8==ܮjueZq6cbgֵ!{-EWA0 o܎h0\][/6$÷%g`{ Lkv?I߾mMm_\ˆYG=F4!׊w+#evC=qmmk+S.v,}K 4̴ڇ[Xk {sý7G"[S]aF`'czi)HCIqo{PYPvR2A{O|^Yhn5D?9S\5i,,Z{w߸M5vG^UB5~5%U1Ŕ1 vsԔo%kom4~lc9Fc=BDZ=l oYz6qH\P+},ɸ;͍a}M݊a+~"}{,#w!߼Tk8MSw{#t US+i-ĐcoVÚ6rw:228C\F=y_GC.epkvʽ8Z͠XOvۿk,`sA.w>{m{> %kPr5!ֵ͈ &S)sqqvw3wn;Fڱ'e{D3$'nb7- X8CHwn>A}GrsLY?IN.tI71W5Ko?Vk1WF($XknjT_e09渁 k7t;\V;6=CRSVC+u.l䇝gmT)ɦSׄcVmH[ԍhK[:{ IKRdn}n35e26 u "- u${=۔MuFcL0p ĔΛr[>lm}`t3}~Ws@-lo;z#%e$}OQă{Zָz,c @a~{5 =swoTiဂ&Gms}+n(Zj-0Z8eYuoo4 y41״a[zJA5qi`Dz{yV]kې.{MHq;RnwC,~F-׬tDz֝!LIIMW·4As!} ߣUCv #+8c\=A?IqYqƆ;6[wIH*_ #?̇`mѹ:=:xclAۺEʻ0[FV%{c%.r8nfI[7Դ CHv;Oxen pQ ZU\܌ZYnkl}=IM6sFHq!GY69-p:9U,~el6lk'kl{Hi+LZ״9Z>>YjJGFf.jtm|ٵԆcM],s~7S~ ;goQ_Mڅ{T:+cU?ޒՠqv^˟`cOipk=.f3mVȮ]=f׭N]e;a{ٷ"@;[֬|msa26osRS_ >]}rXב]A_K+۹8;ӳt5vQs)ȍq|{?vE7C), .8ns߱%3ǨXSa{cƗ5R샑n6n;ZZG{}bv>M l~A좰^Ckh=u{]%5.{׽0qkOAY WNjgEjj{%t#=@?oRsE՛6ƂC[}`O6N+و-Fߺ}؀mf84X Б=F9y#Cٽ%#i5[ Zd3X->2^C;=w}/mpcF6 3kvCY?g%*c6 nc=;:V=aooC, hh/MU1vӱD8BIMExifII*>F(iNGG%`File written by Adobe Photoshop 5.2u_JFIFHH&File written by Adobe Photoshop 5.2Adobed            pp"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?ԝ ~NEDױ\~~oe(p;QoMߤb69-mv\K\fڦ싙ZM/^΁~%16bFE8/vVX~rշ7')k6z,wT3lz^-sD\|ڪƚEun{椤^=ջJ ^eŭ*gK kdU=ekΫ;i&]G~JEk.4pswRq=ţ+[lͣW[Q6snEwoc~J`@ݠLss و÷iĽv 7fXڃY`k1M=;w>Zۜ7lIMd=@V~}ư/k'kIvvr1~Ppr\lS {ݘvIl3?WbJfΟnf^v6yl~zm_X7ZNjgg}&b"WeV80IHYQvK#~NEtN8澭=) ױ%?.׽i- jC;aX{\89 9~* @ :j%kZ=AX'}USkfN8@1}4k1r^L40 ]c Mi.ɖ;>n]}g\^sJVU,. \.$w:[h>ִ4nׇEt3nc~1y.m2ZZe%*쵶 7>`B=Zn֏kk6=kR`1kwyk ksg4;ݿIHxp 4q,GWۑSMwX D4ݮA 1nq2 n932H[ެajÝ"VbD}&?IMcex0ev%aZ*" T.xs\9,&5lkvwRR̥d{ Ä~1X7K <}?g-fTH/h|ƒek`&5>ַųhƀZZ,as}c^mi@sv7|,DZ8==ܮjueZq6cbgֵ!{-EWA0 o܎h0\][/6$÷%g`{ Lkv?I߾mMm_\ˆYG=F4!׊w+#evC=qmmk+S.v,}K 4̴ڇ[Xk {sý7G"[S]aF`'czi)HCIqo{PYPvR2A{O|^Yhn5D?9S\5i,,Z{w߸M5vG^UB5~5%U1Ŕ1 vsԔo%kom4~lc9Fc=BDZ=l oYz6qH\P+},ɸ;͍a}M݊a+~"}{,#w!߼Tk8MSw{#t US+i-ĐcoVÚ6rw:228C\F=y_GC.epkvʽ8Z͠XOvۿk,`sA.w>{m{> %kPr5!ֵ͈ &S)sqqvw3wn;Fڱ'e{D3$'nb7- X8CHwn>A}GrsLY?IN.tI71W5Ko?Vk1WF($XknjT_e09渁 k7t;\V;6=CRSVC+u.l䇝gmT)ɦSׄcVmH[ԍhK[:{ IKRdn}n35e26 u "- u${=۔MuFcL0p ĔΛr[>lm}`t3}~Ws@-lo;z#%e$}OQă{Zָz,c @a~{5 =swoTiဂ&Gms}+n(Zj-0Z8eYuoo4 y41״a[zJA5qi`Dz{yV]kې.{MHq;RnwC,~F-׬tDz֝!LIIMW·4As!} ߣUCv #+8c\=A?IqYqƆ;6[wIH*_ #?̇`mѹ:=:xclAۺEʻ0[FV%{c%.r8nfI[7Դ CHv;Oxen pQ ZU\܌ZYnkl}=IM6sFHq!GY69-p:9U,~el6lk'kl{Hi+LZ״9Z>>YjJGFf.jtm|ٵԆcM],s~7S~ ;goQ_Mڅ{T:+cU?ޒՠqv^˟`cOipk=.f3mVȮ]=f׭N]e;a{ٷ"@;[֬|msa26osRS_ >]}rXב]A_K+۹8;ӳt5vQs)ȍq|{?vE7C), .8ns߱%3ǨXSa{cƗ5R샑n6n;ZZG{}bv>M l~A좰^Ckh=u{]%5.{׽0qkOAY WNjgEjj{%t#=@?oRsE՛6ƂC[}`O6N+و-Fߺ}؀mf84X Б=F9y#Cٽ%#i5[ Zd3X->2^C;=w}/mpcF6 3kvCY?g%*c6 nc=;:V=aooC, hh/MU1vӱD XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)KmC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?lWG*g֙&s7Ͻ|ӊƲKJWVVHaHc$u[^ӵV +}zֶƄ[(Gȫy?JWLP:ʓ֣S3G^[EڰJdhwH?2-+ ЊE%2J)8 W+WJ]&vkSTf\lU L[6FhV[1ޭ\@[@Q\6@Ae\g?Zϸ]ˌmT6w (D gVx^N`mp).S_ƒ1lCAB]HC#.nHruFsiɆQc(iQo1=+*{S w߶?Aֺ+R81'I1Yr=_8 *6gU V(2fqt b^]x;L av9\QÑVotRȬBu{[qrkr!;r%BI"'k6P1o$0~ Ǟ4i.KNfuquGZlV)s:U v@qV Ax-9=.7a&5j"YVU?60GZ0-˃(Ig{9 c_,7Q[Zn1BQD?'5f}=T@'Yu!4#3 gM2+j{s4i+'1X]\G4{{k۟.U!GN 5iE'kBxcJrzY1A"ad'<-<~E aYwA&Lֆ?쪀JV~d ^XzSl8혿{.PskWj('Ҁ:kl1A={yI YvR\Ipp>g0*bOJM1AI}eDf8g#'R+$I}nV(IA1QG6 ISt Uau_4ioQyٰ'Xhkn [U..ufR=? msr"<@}rm/&q8ZHW#\G$Ht9h{Tm̲Cu2 tKpg p5sc*O94Bn/:`Lxֱfmn##KgLu>9zF$|@O y !l`5SM0A<V1kPz{ owc)ZFn2 SR+[˱|5ޖP$!YfŅH8<ZB8->Rv:NkJFI24EK {UX4V8=u[PIDۖN4I U0@)9,Uf K !s)dlmE*aAMhJ ,MdMlnYDc_~nUg!U$c Hg4{=$ ivyR7߼(FbT7 o;?*ʻp[>dNýTg{P!&<*9aK|Y yX!8H y DaYGcQ&1nD={,K/8=h(X+g͵hYjFkoO7,\xHUZt{w-v9=k1qIK5lw:W_hsma% .;$+ր!ţ}ޔ*@cҳեb'<\yF'sv4zZѼSY)39U9!rEM[>j-(pnFGJvyyX5gQ9dIڰ(]#lcjwpksJkyMA}Wg$@@$ ۩K+|Xq D@5egka>-ܷ4aqU%`, X۱RxX\1܈"9_\P%i<(3*Ϛ@<t7gIcj[O#(A RxckpV>Q_ 8#=VݤZ0rz7A@t2SkҖ7j[#]'޲fBZ3T{3rcW9k,n@(.<EVԮ pw;lӔ<,7 9}eVYhLlr穭 K639i*r#}kgN4#h2;+Q)!|OP>H@ Ava0ϽrwF׏ZƸ \ս4Q13ѱKU@4=+@6 `>#`S=goo6 t&fXxc~PvZ!ȡ1?M a\(Y> eqe#]ߴ:<)N4~hF LS[#+m)<=ʹdyJ"crrvp=f8؛\(2TM7GL7!}(B7EsW(ÔM׵a3݋MtM2$H`vxzYw U]qӳdnTSv}`Dl=ţ+.Kh$=[LHDo( 8Gb]P~^!vϽsq)#О $~SUn"^tst_1f]*##DT`j6.Tt8 '̸X trsҮj"ᇽW1pC$7۴V\`~=17F*D @mM8ԷPA6P>|msab椞2Ă:PWzqǯl43[B!-0>n:1+^ƨvր3cXݸ#kZ {kb$gž[k)V%-[yf5 @PvRaSd~r~S@Uޠbx#*_zt?('&uH2w"/k][ba0sJְ t[KbAӽ2=Y$AS7Gh@M˞7 -̳~+Cđq+8iQNWZ+{'9hm(̒F~sYR\18tw%//JWNH wMTcS\]kgf=KGF$duGCqmvc@{Q.\aTJ/p'=G% 9Y_ @8ݾ@tNxԍE^OjrPU ݐW*/?rNPPE#7di5@Ԏ Mgt6 _j 9ϽlA,T-ګcBJ<$"[ P렒l${qW< 5ccqm)qrG#VI1)B[hw<=+T2̩ ;NGSRx@:3ʀ+VX&^]ZYۤq'Jz][-dБ֩Ǧ>9HsQXϢxXF:c57` 9UkH(sõY@U;PxabloTEvW3wpY2 Iy' ǭhZ{ɱhğ\>*֣+*!S@.vϼ} \\d;̂+,urIkOFa NIkG` ܷ1A#и&0WoYR=А,κO.p# 84ϱCe$n8 o)HdȤK|"'˴$8+"9eAhMpw>_@JG,BhDȭ9Jw 8ʗ_-&7'ր*uesnk^XXɶ?SZ2[„No4܏݂p(pQGOg6rQEd`jOWm(/Y/uE1t`Q[0_rUVcV &#%Ҫ؛d|<KX-p'J幖)Hޖ\JLw{ Ͳ!Ax0c ol)by$㑚ĽKs/(891N@*D$y vmp"Ls.2JDd'7d`(9EW1Fd܃Q@q%"*tTP3 .ѥ}{qZ=*LKPhH@$A+kBV2 J#܎\PO$` X]?)85j0%@uX+3\$n[6e -`iI`~P3Ț(3*dߦio|%@⦲;< ezUk 7Sg{meErǠʘCL@N;M(V5(_~NsˊeVP~DFQ4YS g89XE[w Ig@<8% sO/1ֹCK4ULo-?Z| mH<%!O(9t0iPq>4][yAO'̿ -QBtPliA95KwY[g_zF հm^tYP4%#`p:T{>VJߠ`r/c#lgޣu$.vH>8GqQJzGIQ_bM@+AK1?jt.{;"5%NV"Nsv|I9~72OAYVR]!@r'#3^*bCqޘhQo:ϐO9[дF%P*-*dchǷC8E :S_"@2b4Igr }Z1/u S5 X cOVi\r2hKG$YcV%r8ޮhCgVZހ3nc;ZwCdcͣFq94$>Sr~~XqUu_ @ctVr0`?ZVi[ j~QmˀOj&C:FF%eB}S4-~sҲė/uڀ7&d@jdS HQpkpQ' om`=w CYʮGp1Tҍ?3Ҩ]⭾_,>8A),?0]ӖC ֵlrIȊLOؔ񎾾gP{f,I֩RMir+r Rմɴ{WfGiAqHSZ6-.dT{D.$4.I;T%~)2sĶ.$V--Eր 8).)9!Y<'rLĭb7@YB|HԓXۭ12O-lD`QL^Pn=Eo4bn@Z)R8<1v3LӤ66Vb " s&3Z Tj3#E&_9cFjݼ4r>`dHdɶC=S۔U;T5 Id ,w-i1 "Ln}>[k7MTn J)yX?\k[k*=9;($9~A@@ĝ1ɪ3y71Nr:om/yzٖVhe rw"8PtVwfӖ(ȎB76:Ρko,>VȬh۱A&1ǽiYږ`fI;Vcg+ր3V۹ cK,O4;asOېI5)tIހ0.T}*KU;chg(ZOF /q@rG+֮Zޝ4add~:6OoZk $qL{لk x( djV&A!sr,jX`H;X;GdnOր5Z5Fp)O~A=(bxLa9"Dx\Y3I,cZ6Wyo kL%Oz.~Ÿ'Set[3HBvPCH 4$hrd0qW-ae31kp_ǼP.!L|gҳ YQ@:{Ǒ1!*K|U_z~I,$u=c9{=h;ՐWi^( AJnp€&VF'9{)4LYbN D.K$SZ:s ndfPv8@"b)ǨL[{kեFX"Y ҿ{7A HNեdA ?+pGs8"9ձcm#04kdKff2ū\#D޷gibfOJͳd@V=OjeǮ:Wkda*Yq(<ҹQ#2syY s.s!a~2~V4Ot3Zdq4JF[ G>[M̶\%{FTZm Q!xѕ2G"ڋBdRsV1ZB \px4RI@>-lgW/۝3ieP1Ew5b?1P߶I& :WLDC7ƻ|UH[+:֊NJ$ ETHĊQrzGڶ%[qT Y;{991iOSRyQ<) CR@cY hm t}+h@;UYHW1$Pv/-:r a< Eb@/5oNԥy6JPi( ޑ-eM%ه@ݪݗrdO5դAndm,!'p;W7$J % 0'mk C` Z^ Y0rsޝ穽\7cQʡ3d2Y3^@I9,̬ҨG6 0GvfRwP79~q!㊁- 6wgz%E;H*Ħ6Qí` 2=*6ȟ# M+FnTqO U&-) |?$R~cZv}'lHD zuɀGkihʹ~tOQڀ1Ň|*I]cuG:rd>w@i:[HOeV䢗EZf)ν >a$9J1|r㹫/kc;SUJ8@ 4H?U/,k!hG9YӮ@fr9 [9ot q$uWXv0I@,'呓gsYF$~(c(NEhXI@&5mխ| Y%e7A9A0s3Zq2kv eg$8{QL,!ٽ9Z͛e%BTciRJ1޹l$/Ҁ4/,F fr޺x?zʼ䂝lmcvh/< %|q̎I",1DW92 Y}8p}*:y+(񃸌{}*mxq^mQU1Q@")f8t&Ipv^bBFF0i9a7Zsf|XFTVy3j'fFJvǭt}\I>gOG`g9'2UD${Sf ހ)@7uEh : m#D[IDxݞ(ic3MZL 官%hG 9 (15 rOJ7/%3W[ E*lx ^`Q,gԘ#ږN8:㨠 4?.Wn_{-@Oڽt| ez’i.x%g@Ff̹f|,3*i<gx;^ Ŕ?sdq壾=8f ; rvc@O,;U ۆ4,* 2PO(Kbg9&I+s$A 4\d rsޟ}qJɜAonh5l4gz9_ Zٷ9$9HZ6"P۩vh''-!؃ߚon"iIAlǂ~liwA r(n5$LLc>+f #j.hx5^+g-pGzޠ]nc;Sv*em0;W7.ݳfMG%TYWހ6gکVIfR6/n-Od#5jX2Jȅ]Zr:4[[Y#= sK( ;G(&% 1Jd168ڂDlQ1Lm$ 6O]/"1۵Q+Wҧ18>K¬'9{pQEfLeuN8  N#y J$^9T~iy ke<#I+]\p:P9k5STN‡'jy89}mfyN9mG*pM-s< 1ܠ7\ib+A` ۙ,`ހ kbb];0xw"Sdʹ&SoHӚϒa>51>pi BgMG{5țr{N2j &FHCɫ1^OS@n9np+Ҵ2ێ=Qޔ,Qr95&)lP6U5N'O(yu)Ty.;Ya2F8dE\ʈXW[pq 8 Z<;*j@\ ԓր#Z+F0򇢊l ];ԭxr]2Z+(UI縖UkiF3j<ڳnl񺧺q'" cq p޾㨪OzV6(cVݎ^B(*-lW-. 1VM5Ę'o`+M=€<@hˈv75,[Z MV$GZո1ݿʑjrB O e-…㚡(mб>ր4RXLB/Juc\,0V-`6@ ߼.zԚEwg M$͵\28-ŭ4q؇Օ{{ |#ۉT,dd1z8J_P|0I KwEvUFO4T"48+iK ZW1C4*"cvU˒#d4M`.Hz-tǹ#Tprx]ݼI;Qgn6`R4J޾acIj@"$g=ʠ2;%*]-J WE"-|g_Mqv]VOY. HOQE_ l6gހ45 u&>cf-M#@@ 5P#jƠ$c(` Ukqj[{1lX][`vcYgHx C{Uk`nBayYNүYň|֝unS ",i6vrj8xE ϭRINNhci +gZx%lzZtm. F:@(6]Yۀ] LHKxL2TèZp-{zVھ89 ŷqր \EPx|۰i0}iIX8>8ፘ5iU%M`Ari/܍q|t?v* -Bɚ#:C4n |"wGHP1xm˚՚'l`(+n܃&gf>!*8欵Lļ7$sUao;x.6 7zGcϭ]#D^FW' Zevr?x /(َi2#R#} yX\`OOZk3ϴիLozsޜSѴQu5 [.3OC@=ʜf0?2!2pMk[ڼj1Ad j*,F u v!Tsu+lF 7CֲG5[ydY$,rhE@ƒZ7vl-ĞgAX15!(wkHz775jK]f8Q88eO#ol3\g6A$xt\gⴠ%6̕'֒F}SiH O#`!5=˺ =z"O5OZ6 0JǗ9ݚ|Ѹܱ88q@Ti#9 ``rޞms7\SE${ Ǩ`7t2[=^D3"Ұlo(VCdx Zl 3I?YG ܚ[WF@~gwPUR)|o'kD||qU#Fr#MW-q{WQث1Y`2*>؃W!UxKYvd~۟6 wֶ"@ 1e4'i @aÆ8?Z"sU NhtgTl`W42~*{畕=>U;[[3w6xz+p+>M O44)<3L?)SM`xicd0W˽UJlZa9隭' 1&B,vUr5đ o, d0wgYj?j,rrin.ՙВc:DqmR>_.o'j[O; bhdsRē$lBg楍yU|W/YlךȎo54|-1x򾵞Rmv6}m@k|Nh)Etv;HOR #پ|kJCEݎr+.4-Ċ}P;tiըСq4^|r)3$ӓO ۻeB =[eTE-3MĊ1WqQt!ܸجXsړ$OTq@3qt9bx=J 砥p z3 VGdq->TV$ fI pIj˶W3#9+Lp 7g'e>Yo Fpj5l~qZ7ʓ/G86("||S@ аduvlcVP?2r2@rRZXk^NH=+^F:ɣj}5*j `qU/%G/n=K[A*mY>v@bvt`*};Sf0zzTQUԑ"e7`ܛ9Ev;.ң]T2JRM=B䐃E,ø̦cG&dL,_Jgq$RT&`qjZlp&#hd sހ%Nݑ9?IinnsS۠T,,#h V!C[R(H~VO'ұ)jqzQ aG"B7jQ#8$w-$OZh-Kò0mlry^V׾ UӯಖWCU.I 񍇩 VOnXD 褏ݝi aqU.rK@^gU>_/sۓ,zE9Ա!*k)`z<2;'8ˉb7Ux ;Vo=wՆHa2 Pʐ#Oy8a4A1RAq#f)U5ic 1=h*&F S98SjMzN9婒8@r{洶lDvn8+@rvxClJpA@ }ݽ̯4p;SR2tȫ؊=PF{z׾e&>O`:Hyc(i,*)wTV,P=RQ ր-I]/4KoF`GqL;v?e0ɠ Y a$eF*9gS 14qYq9/ҭOp *8A0zdUyXeAh 1Ȫߙ.ȧo̕O5F-O89R=3W`e@@QW! jŻh1@pE G5yca0Գdgր*"[l`vksi"/{W3vXo`:.1(R{Y5͎ ?^eBr ˠ 1P T)adfrܦ\%@=*G*1@Fsڠ2#Ǩ uIHY$~hOus [0H{VDa1֙MSe weֳ+/O5#%pA#Ciw Ii"@̇ D_p䑓mFy 9Vur8z')^`Xp\yS}T w:A$vV/@k6AO`5ob9EUլ gxn_sT5Gs2(߰-ek}8qZgkϛ)#s'p@䚚hSN{/HsZ.Ro. [Ffb1WV(9QXD[ bޞZGm;{P3*A;QV 1ȷ~U%WQNO9$$N:Kon=*[rwI, 9} Uޙcb{fhxbjPu&}vqSLGqcoumRilձm'4+ZT$zGQSPW|'iJgP}jvpcR1(f\Q@ a'*KF+Tgw9Pjg!@ k8ȑH#S%7Am{*܊}|% f)[h>wtKXi! 㹫݆8,Pn[Pd^ީtHj;!#1%Q[wQUmo( G8dgʩ䚱ubR$-@FawqmDD~jqS0}h>]7+CH)7SdPґQ@j9tm1ڊl, i94PgM up@wAsX;pc#'+aY5Zf-hňGDVS zDW!5R5۫ǞXg8x&"W,/bVکsQ6e7*8յh8(AS@L>-V/:Vfp"8#._ζ28ܘY0όtZGRozʽ@% z >v#?\8#rQ;-Е}@q"ENx9e9@9|9 4Ve{ؚ3z-5 =xn$pxO4Wr{%;b_/ c:c-EK (f;yOɼ-q4Ew1_e1)/Ղ)9̳p$׵tJLb⹛2f=1Vl[Inn/ [Ӓ+ajG*Il*#1(ɩ? F6[u|@d\̘lz$$,}1[wfe\!)6Uє$C5v0ăeހ0Xo8ǀ>C4)q.9@> #ÙFIP7FUSLGvffMOZe3d$ljk2¯.O8T(twD v5۪G`oR:mA@(Dx̕ci2Z#z T+DXLɷ[@2%;) xTnXoVܟjг@ :w4/>rqާX6Zڀ+L:QWf=( +К qAEc>UuYcAP>sY\FJFZtak[$o.^%HVeeAko#+fb7'uCj[wYa# ՗Pp>UQZw jHd{BLMbsڵ]KRA|v@Ћك֨DlػD5 -g9=( H$mIΏi3U.fvXVO@16;R(8^z6oҧ'ڭ]H6-=i ȓ{P}pTۗ >6?wl&BA%O >0 @$v_i"mdzWqVGjYTinES{ր2.$[^K!V0O|{y\dPY汌I:~{VM4YQ֪O`P8`QFXc8r+w2nAM|y>õWx@[̒wTU)tqɫ\Iaq&>I,r'K$nc4-n 7sa2FȾa;}9/8 OZd#;ҩ=_UyWj@{ ޘXSF94KK&FqQ$fbw$d8VV<칪sc{oIIPorz$ - qcȠ } qvKwn U8gCPhrr1d2}rjݢ#nhYxLC؊Ӕ5zrsS[XB9*\q@2ޖ#z6Y@Vnt6`[Koy= {&=="r=*h4l2WR-('( qȨcQJ .@V~H}l+;g/1iQm;yَ8kBy)֪Y ˼ EMJhdW45Y|i/ο(;9_aq m}s:MrC csYpXE$i /\^sz_銤fFqUewlz@VP ( RmJpj-[t #P }j}rJ1*m?k?{n35LVRO&T,̻A%槳-Rr94HiH@OTTLm.T q0Rq'@ZƓBS\g;AUz ,HTzŹ/u3 lp92JMi|cck"n9!Pn`y s<;&v𤋮Y-ė4Eڳjch|ӝR7Mtu z"580~_JD++7_ !gow¯ @޲ͻ,Q "U-#3"Yb˕6qW,uiX%=qV.t@ARpEqrZ/5jO ubѳ*$&YynRG(['ΚUIz xU P@+VkTs9Ы@ z1f@f1qϿ橽E*$5(2]jkW Y V#P󟚰OL[ROzPYpǞ"ԮT}*'(ja,rZN@stjAM6ᅵY-<pE v@fz{a_1Sְ֤8@;h8'[+DX0HEgk $eZ<3+)M"sx t)b_J腠enA 9%Bl'5MۇCZ첉dg{yF'p>b>HMKyo)dAU.U uBBux ׌zSnb&!Id1OR}9ElpW#o!u5BVPTvfi'v: ¨<cp5XTrAk!hn[]yp,os@hAsGZw d$9mO4W1vsG&n8sJA#rY-J[<{ا̨rÅ4bIbOqWĒ3 KwWg5Q1}$rl~O ߃"PIkf㲵C$f:dv6G51IX0<zYf%9MPiX }QЖsYfigMm ʖsh^8Yp.cpsڠW1#@[VaIIbw pG_REچ,3p0c59Y'v`ʴe'YQ::ͲG^mr"g~GgkF 0b2mbJh5% ?'jf2@StOc$D>Q(iOjbC$3N6s; ceDE>Pb2;bϖ%-qQKp!PdMI XRj$$zUessK5HXFxMU\AW..HFӻֱnXqj1ǽ[%nd&>0F;ֵLE'$W9AVHZ}/*&I6CrҬȋ:B!9aőK 3Eoo^ӭ- Ԭj̺ +GH*$a@.o)-t%,K8~x0*Θdt#Et@ n.c;Bz*eܜ֊FKD U%kX [\ ld0;VFcߵAqڀ'I:[\tjL(y=0+v^(`?)l1m 9-ZJzg$SV G2L|h\G-) k!#Qp9ҤF&si"l u- u4"@#>=Ռ$)c$ފcңK2=~aEgBf%zDyJBXu@( A{+yc IJ`sPl '9|TvW`v`1@ 5<8.^*/sQGk#F%g9wN[ڀ4̤F Fc3!G>203V|b] w (C),$[7#v18Uew"I&:Pвwzջ)0!vr'j **>bjE %܄dyg6MaYS@-af_슞R0'3Ա_̗x*r8]HRC9tH9ZU.xv~Up9qѹmv֤s5(q2E:r9 ie>:Vw ڋV ڬ(c=#w0ܨ$:bX/v vOc@.&Q8NY@MYv A-%qIS19Kb; ,|/kbC:|$'e>)@Vd"E/Z}5& ո6`L6y ,[F!h3tWon*vOho#4 4,vbƘǹ* ȇnj> o9Fq VmL!;AIE8Oeujو %23(/{Q1 Hہ>\X; VKۇ1 YFfMk`p뎔P_/"(;?\ ŤΈ1ЊΟg(lT/巺ac#tv$Ev1+y%엋bgcpe Hcҡ^dLgHag J#3M1-H7w=ګƁ~Jrdp(G1F_YwV$dc6+uљMZ Ň/ Z]X=!k>(^B$}ޠ zV"xQU㶎f] gy6,oZǖ\hra{+:YdIv8K 9+DZ`wfLh$4<-2KY'Lnzw*Zr,dg 8zꢊ8szfk \nn>j;US"1?Be՘ @bo e޷<>aҠVYHm3,eR~\ͥhC1Z֢AQ+2?ʀ7u)53ܚuV4UNQ5e$WQ8PG/֧kb\HGN@R&Էpn X\,2K Xb.fG3bD>[1#~sDH!fiշǦ;$qf 4hF BveAfsJ[Y|meUsցU5[8C׭U亖UV |cztR9dPh{ KxZ-",@MZ$͵RzU[Ha3\HW4"VQ_jXOH7IzrE&d~&թg8+ >˴1kK+ Ҍ9r7Z\icZwh|q┣,Cw\v-daN]Zo"Rѧ!Vd@Utu Qnt޶hAv JP옖 1SVZĻ6d\̊Ҳ5G9 `8lFڀv2:,F,}(3kpʸ9Y^8Y"orweݽLٙv wg3I"ye1a@L󳰍T nah)]Fmr7Lkm;[ַ#QqѕPH*Ygi_x'ұn'1Elۼ淵mH \+Jeh.cg4ͥdހ*d{LJ5q ޺E ®h{BTS%9#@qnؚ}l6dP^X|Zgjdm{V(u#[[&Is5FIwAB)!ݹGު,҂ֵQI8~Q'q  ?oʴ$EuBǽP|Þ*ͬl23uc@iHAz Tzw.[ccJ̤u wE". 31пtp=+2[l :-yb&F$<ކmJT4Rfmlmč\էu E7%BA{om9-ym+(Yc @Ȑ\+wIݣyk0\dWq ]R3@nt- |unK/gVK䙁.qU- =(% FG=\Ѣ{SqMi_Ɔ5qVL?g 5 e,7(SX6OAT'ҷ4AiF3mɌ>rţE\9oI䢾]wwF %jH6F0M[%+.=9Phceثzj# @,IFxd@smJ9#sKky$˸ })HXd 6/ȼVMnHfVj\Wp}GJdn"X63 mx7:nm ܆AԌM,J'\Y7Z7L %FXzI廐w7ֶ~[ *1oW pw3"d[VNeU84Pu[ ;.Q2q[Z)P9t616 (\f+FI`s qO.9w I5F<OdZ\5 lL+{-Z _=V]3_A'hYRUF!q@ ՌqO9m/\ƣSɵ"CGza0l:!(zŲymA6 U"K!>sV$xr};w+*v̳rkNޣ$YeX簠 V2NCkȍ\쓕Q՛D7RJHyqKzmΙ"*:Ʉ=N+I- #(ݴC8nojcNZ'y=Mzox ڀ:-:_[67=EIgm OfO~T''Z,9Rz6aX ڰK1 #i^qr(/3Ż#GdSxugXGP cɺ6v)rXo~$ 9 1gV@݋qM%,7b5KR2{RAf# H~нW.Ooe@ gY%v >:V6־Pl8S<@qv3rx5{ sֹT)VOB99+u 3k@YNht26RXyb7?(Tp8Gq.vhK9,IW<69x[pܞzγ 1rk2/^h"\˼O`O\"6` e쑇*zfJ>w 塑-G7wՍ'ɄN E݁31@ssT|1mwoJ4q>՝L-V[ z2Z|LC4G#q[yN9&&GjLK9$"sk7UԞKgV3@klm̰0py<,$ +`7DܞH%WW,1WA,Ec]7>qWE^F #@rn*zCzL"ܤ%ijͺhb;Jmx=L.㟙YB۟-'fu.@⿖KqyPH_(é⦵g. ;VH^wKq#˔h֊[PDegP@{/ m2+K̉S]V#Kܓ2@jImiHrX[K% 픜s޷m&a) 1O)4lqDI>ݤ` WCP=juM"'=Ee$ιϥCsMq2>p@C$.I;`~(0^jIܯDK=jk;ȡ VY81!85!1B:F(a?PkBH?(SzƸ kq`cYqYF_1giF%_3y@/kRȍ \楣jD#j8fx۝GS@u2ZQ54]K MCp7Jmn @B@ l8٭221Ž[ڴcO1{ӬmV8+;({(++t~U3EnoyNTx݀ hv[QP6{PXvP x2́5 O+I u4LrGkNJ[_.MIoҺ}_\HY@{I Ž1@m\Z逕;ZI$3ڵ\xg׵\ t ٬;E\/ S\'*V}rfIR 6Xh3>C~U^.+Fk~͚6bP;Pɘ1HXjK )y._@$Gҕ/Is`Ξ[gҖG`<*qt%0 jۂi෥bfG䳿'ҋ맹mx[]!ٞҀ1΃1e< Z! v2X"V8=1\n]O#c( I`?taVbrbĄVs&<:["`ߚh$w󚽣H^bGMg\ڼ/3ջ8۰OzmieY~U|ÆP8#gG /j3MW ֠̅wF*K;.0<Cr>Xzieg ֲnf &@8d]Ƞ ̑" %+C6>}`ڞjL(kn Fk~-dɹC)QkH&<s 8aT"g]:FF~Sڦfm@{Y6HLMip&H0 fڇ8fIj[ހ4ͺ2כVXѶ(sWY6Il_.-[f8@.g<72 LQ@ Q=kDܴł銒@6,d5zMS!$G '+moL-;BcS޺gGwC1h-"Vk LG42r7eG$ԒY~umdg+*)"آ 2-Ym8O%üc!Rr=Gq@loYԗ`I#Ң)l+g\.rM*LgzՈ d+ 'ea\5i9tt:uGf:z5b f+^$\j;IMF oA#[&;`6 $w\Z1 lxN*-F`1q:d2!/' yV%L1#ҩy҈(y#+ U$EmfY-o#o,=iPo{V,F{ ȷ`:啶cb_:F&T\tzHRVhs.7}D'8=z<33NAI(mh|p }‰ۊ̷\S%1OLc$/BzTivr}㎔Q|?(淞`6QYiRt 95 #؃q Tm6zVŌ|XB<M!)8R\iV c8 ZoCYww7),IQܓFOd!ki%ݯc/tjP7\=jLH6Zt$;MMnmm) Bmp^0+p䌅|T;sҫZj d fl֓J2 v \go>rQN3ՎHS*}&i] hdҵ㾸Trs~랤V4QԚ> =+PB"buw$ޡvI8 q^ٙ],:,FcQ@nԔ cSEn=3O{缎rCT/ ,7 wƧ{WQ:QfqGXW-hF =zZec UsT>>g5!De ?h`Pr~\{sj.cb唓=s1iW,NJ+N;(&Gjglf^=iˍ}Sw|VO:@>N7`s 0tr[sF07SYQ6ӱ~ I- 95vfCFI#@$ԆP\*A|ǹ7|(G^J$С3P|&2!ja@|`+XjLlz֦e*cQXyY[ͶW/B?S,Ka"Y&vtMtvrB Ax#H ANVv2 ϵ[ԮWp 1P=su8gX2ĕϯZtR Uu ħ=;YSCsÐ & M.VO8ZIۋHO$,{"6fkmqUuY3sI=+{._xkeXwm /fc^~r[$Taӊm(ՌPܱ5?%䲤`+$uNfpsnv-&#F[lidҽr#ѡ$lO aW5qx(ۂF8~9$ ԟirJ". m=hØ9WBnuKq .=4 6헯 T+KYALoӬHdQofSj#푏]&Uwwm.& t1o'@W wnZ:-K:*}Z3zsX Ҵ$n@۴F$ե$h mnVȲ6piҢ3ր:McT#fͰjOZt$IDgnTI j{ו'v'a(@Mfi(h,I4A:~L^ȲŸ1E0fdfJH@9뚵w=+%KmG-. €A5_b>p`øZm"@SP9t|jJps ^Kk!DS"dM'[VHHK!1fM{ѷ2nsn"_8ǭC"1#pVͳ^|cJVbia=?ϴWx˪̞j2nr'5\dw@ྔX<٫6sYR=jMQ ?xoLG-ǿj\|1iI"iA]#jkG(B>p78ZUv1y緰n[I˷L g vr?;+j {5x# @M%_wj5.}AZlzN:q$1O JL1Mx1WW9e5p|f,Z(2`+f2[&f֊(h`>U肷mɍ3~qފ(9-#1KvQ]kc(V پ1aj߂Ъ@˽A}ɮb(%ޣ'9w>^0ÑE^6ǩ(UҺ-[x ( Paroz{xrQ@tz(v ~1 .:QEb/=ӂۭ6D$Ҋ(vb`0v\xݎqE18UTыHr(6|0dꑪیQ@(n\|QEC;wd֣bIЊ$mOs*QE.s9~m%Een:(0DTr P)bT\I)Glu-QGsI5a`#9\:(rdl]Lr0x?J( + u9gLk i}1(uO5n5u1qE`{/'jS4ߍQEjI< ޢq撯ؙBA…V@(5/bVXMhSQ@9=kB'Q$-(-`FECz ( b 種oT@N#ߚ('3 $Eexamples/textures/reptileskin_bump.png0000644000175000017500000043761411301357546017711 0ustar user03user03PNG  IHDRV?SIDATx^uٮ-˚y}5>Ƙsf};+ TRq / 7 !!@̈sk9nה"?\nK򣑿xzYK}W?g?/Q \RcioZ*9vijꦌ R*4>ud+JPSb9u k;_:x?K v+ 3>v(%-yc˜>W*)db 4܇8ghvnCf~ݶF9Sοe YIfwb)"\ `/8y(kJK8%g̡ɮKcI9bR(or"g9:_7YǗ/?r$&}22%Ã>G`] ^+1 Xㄤ ]#Mb8btAeߟ9q',ыG=co%-q$>|0iv_q=">t<>MQ3!QA(ӛd^~J6^X\~p'<|nWo>~i<L32g9XXϹ-n߽-$xC}sc ={ h^oOYxAגODJ(נCOӗd~Op%w~ 8`GlQ&TC/ X%umSk{lѼ{Uu/4E/RANȝQg;.;u>W(<1(m].;@9[~/>=ZI5xb! B\ʆ0_ߗ_aQ/MS)]k=Ίmf*5#1$b9EWm9T~^8nyoWukCG 1 p `+'HOi8u āl2FRB}b t%#T VFM N_sZu:<7^fG5ǒ˒JZߩR@exr/WqK((E []҃(5}o&%b/ Ff"Ǿ&hSڵ8t<KYq #adWPΫ[㺌2-Q1[`h,&!G/thg %x B'քwN-i|崔>8}'duzr]GaoR^@fDO s6HMG|{A? SLqH4DN]/xjpD4\vL$`pٞ'Z1:쟾f+ o=O"$d7M%A~礏!7<[\޶Gڶˌ!4A;S l_?~m% @fFRcSF}9U4" e0Xboen1yOϷL_p pThY|΄l'jO|P??~O#^OyB$TxM 9ʚ`kkSۜ,P Ot&'d'>u,ۂ.Vb%I>՟m-0msD:դbS]ڹC!?c'*wa !+grG\KZf[4:Ü0vi/G]/MK~HShJ0MN1&aҹ'l0/kozAzK)ADP`=_å2zEI ʴ'42G_?B^#uݖhџsP884 s\ǟ^Co?mElۡM[xBUA4GxԵ.ĬaيPk|;,ʶPtlMrgl&$G'Y76&u\\X5 8#$1 b5fnq. Oy@>i$\Ym>_m0Q;Li1H@2^>D^.rSœE*9 F(-J{uG(LFrX)BBޕ NSQdv|_uX|icCPBN`g`I_qS3?S Á9KP#8@3舢!`|{}_K h:;I4s 1؞?iS<ܗ\;ۜ)@B`B$V>g>!PR<9>5_Z xGs8*'Nir M C\_/ð<( g3rQ:_]#W\~Ҝu [NcO賝v^ + q˯%ipa R-O_?a=>뢦j0}"=2?}X(xP?|ΠrbǐaMZ7ɒ u%#"{RN 41aZkkI+PK5vOy R Q˜% usnYs6a '@=ܼ;y 2>o~IQ䫟8 88YiHhL0 0~*4[(j=T{jϰYJGU,w{If0M}?іJ~'g0Z}ْgǶ?$Z8g J6SXrJdh)XxNmf,vy$b!6Ꮍ*>/`n%ұN?[vp92 :gjBe$G`sScV T`5_[$C`& &{}.f}$y5 CxA}s ̀ P˼!4R*s }ݦ~<>bۄȗEZLl3vYE?r m.(1gH$NÒH<9|(S}x{>{[tI@7컞HVʕ,N Ӡ4 !");kcyY %"X8dDut3@%i\ 5K{<!.`Ă( or,s$=u1]J.)($5NUJ& +UfG}3Է^Wd/KmWjRJ5Gc"kNܖU֤/fǘT Nρ8'vn@&K:;0<2,@*KMD}Y-`}bɹ<ŋژD ~[33s6p&2#a`^>R@ܟU'8{L\ޅxq+s1JLh%Pw,DZc l mn>B3ټdQ$hbL^KDasy?Ƿ)ey[Zl+|NK|X(UUOfogOW+JEAѓ2"ifǝL&`L>OL-j# Jc%cbȈ 5A{<1e񙏵O%HTTX 144JQC7o%0xLPv#.x\zc6B1bg[-h)kEL)JHq8gݶaJ?r6Ǣ'ӏs1gS@0a8StcqDKҼq#hPM- N'/+Go?\D~aCeThDXP;=].ҟ"8yC$'qQX1?~XQ'FC Tvϔ'\8,/\`%|2NtGAYYL+t[G,圃52D) g/8DWr~hz-o0氁0ژ:Z;\|y[N72ۅA<#2ۨ88Dˋ"G>f JçXF/ք}3JRcp,53ux~D,$ 3FMCآ<ϚIj*ot+}2J 1~XS3]No?#> J%lVהOt'#:0dwJ? qWNj 8a0+ P3C#tyls.H@o# ˢBd R/;멳>6uP ZLl\u}6JЙ/weA:\,4{X4*mN=JV,y{{@*DK , έ]G iW!nH6t~Nh#g !2=rB"`2"ia6H|I˛ٗ<HvtƼxK2Sob9aP@VGv%>^#t뤑m 4@t oߖ;܇Ckԧ6)"MK/x}EOY g1uԀ@(L\YSR`ϡg$&4aqӠۅhra]#̦27-,LIf^_*-'08@{ۭ[Yt&wN@fXGNLXPT < \\ZYfiZ{RJfs/x=w}}"_nS!~,i,ld-˫%-G{-& I(|&c`pLe #8gar{9CmY n>&B}V%)]ׅmǏks-k1C$tÎa~0B|NO~2'E㣕32e=T-31"z3z\k՛. ۢ(bS^^(L$~:/i~G'/'ӷewm-c*(c NwoHor+Jpwq'WHOډQ1]e洭S#[1) !X9&cn7(Kcs^%⳷L9& p5C%<1^rTea9Ǐ~0:I)6쉻/gZsTҔ8}M3mPo HDv]ce/'M( /)Do{ޓD1=],y^quLpFk qAb=h5&n')W?'[:'\yvS1ǁC7n4U>R~mؖsX~ջ{A?LIz*a|Ĵfz E>[~_f6j4VYS@l<t[B< L6UBeI_ NEs\AI8c#)[!j͈^~yHIڂ6I N4{pKqHzADhG.] HI$<q9HhdHEp!~ 'Fc=&r7저3 HcCJ;WW卹_|S#Qp⌆`1t}uLo)+<0&ʭ! zd#md$Eſޓ۹Fh 3j)u̦҃=C4x6wU-iI85 ~vT A:[(*`3?[z,iٟT=?ڜ9-1f>gK&l:a\xSPG7)gs?Gt͈ZeawjC< d(sk\;8z &B s/vI)1of>Fnm-+}dc }n}P/\?a .D5|gz|_ AMjOHȕ*P8 9yUg9TT :Fq)N'hx%K(-FpS` =AATMfYYy)%5Lņ0\`>I/qyhTCTҵ aִ; 4U0]" |rITp\Q 1#p0%s; <<;fO) W`}YG;XmKZ;lf4}D8Dj6t̂6>rH) q08Ԏ?l0QPֺ击ṾHiTL'ya>2X.e?|~__[{,Yqsr:3A#b|UFYI`T5CWaoi_?UʰVÞD3geC'_Л ^)',j7,QplI,NJ3501 Hu |v;fԍʸ (Ud`(ccDDTy`$#Eңg u/PsBBYfa_€OȭA04T1C<Œ$ID0ǘ{q]FKø<?9 (GB'w^˄}-ï2^Ӗ'yu+3MPuOJ,~xO_,r0m}H 4*Xm)0 C;a@H:Ls[?Ewa? d@ j^*/g4%mhgNg 0)1t =jC[{I @2}CC-ʤ@gļ獣J XOXLR 38[A)|%1׈z7W tOP'9; J?N g2Н[kY[o,\m&j]F{wާV"JBHh6Iet84TFig8B7A1ŘZfPȎȽny8"UxgZqi{KvEnØDvpK' @_59}YtG br™ `\g;~zx@D](ܞj /!;U.MI?u=`@Y&ڍfrR|քGW/OWhߖW3] cYx3{gVt)卺t쨈R=`}S^R4;O6.*P(;bi :!\3{B4{)cl,ASwl,ҷXMcϩtz>]jea_ˏG7z^qF/l&6`x͈480f\ԫY;X-n ÉA9z|--6iV絜8jmf>X.~=xM{0]@B(cg@y9mfsӯ3QPYS]!0hKHKKԗJRksc^BG1-BpMgJ|J@?9>(l=ڝ۴DAb'pѺA~5L; 4U2!s %r3!.Ȇ| *N@-Zx! Qtcz^@B2L$rLɋ!y_?[x4w/neӘaDN6r:Bs˛-݀YTYr &b#|;8dR N"X`ҧq j7$gZ?M䧸uK\dX+˵ElG(+f(s\ m@Y  ,k{oX8?f>v0a+љ^ RO1q:_"@QqлJ.M3 :[ V Kb#l n D\nuSb^zԼPZ`F*X(QΗK//5zX$r]'Hs&>/ã:݂t2 bY!z0r;8gۥz]_va]=N~0&?X8ZhVBj%ʕ*^y{r})=Ϗj)3e6a:Yϱ3K({]Ҽu[;\>w\b<<>uF/Ӣ6}Dx,9>DDw>srn=(bL >±caVWHQ,dɞQq}X Nq{[B۞Rgl$o'\pJB X}?*?_  ubA-VK~f2ZHAHQF KgU- ;XTS*IL+)w"k@8Ndn1[]`<2E 8cnRpf6?ڍYq@dNh + 6qZD4=pfa6ŀZ).'^noĞ66vJ^'CX9SOͻ~Ǭ -7TFǟΜ38#$gfrRi^JKm(ظ"upSiYC9;~.qjtW  C\֘MGAUu@v9Z=ӑ #tc “ՂU2-0!Z^8ҭIJgy4/ͣI4j]j )a8-'&EBͻ-106k@_!!f([4{; >g9vF6ObLoa88.R\-H ADTacD4)]CȐ("//~\AۥcO7=r9ge o$hgG;7!pHrѼ)g+_^bs{俥s*qh4׫9{FP`]qjM<ˬ(QlGǭ}K++^@ASTIf 5v_l4˰?3dg(F RJP`^W%|AɲXL.BPzaj ÄdG>3ug+`bM:"x/"ߘڿ%OVngǿV{T֎ao%%WM/-|| ҾvlH>?GkT"V?i@G 0Bu9`.c ϯdRO/rچn `s|NHgi6:EOo ct:;TKn!BS,5 $uZY#ʐ YL6ݓz2>:-p.Пƚf$\R weI/1}%(Ի[$Vh)4v^&gaGX !޺@4{yR?dӻ?~("Ib)8V߹'[|^ &j4Mc&t8ta Xӱ f^eyuNo&bsNQiN#lm6!BrOy G B୩ bQ_"lF1/P^ \L2gÑT$Ppw^ɱ 3T@FUtqÁJ@C֕qdyד9cpN<=T~~ J/'Y9 O<1-ȼq+XȦCp}}>.-2DFx:[N} R_~<n'7]Nw4Xh&舩AywB~w{2CiJ Yn6kR=p6L}(t'@6aDzd6asc+r.5aW@Gv #[8v %>8F Fq:9ZPpl9"4d!}>>yp0ڤK'Y.ѵgg]leiRjၙls-M8y?YWӱdeQr- i>x叵uU &ߺ̡ҎUHNcJO7HDhk#&NFhq,iuy:葻yO7,Q|8]2(S\/KXNv3)/π.GlL9&=Sˋ/iw)>T%p2{Ԋ';n.y98[ G1!Tota3~O%NhCyZ΀`#sAy7Gg|.۾|}:% onqrp >΂I~f4xk}V(;ix:R`~}>~?_GrJO]羗x)?> e9+[҆[P+4$yԇ^9 N 3 Dy_+|,Mc&tI^l ]-5(bh 3xxe^jS^94.a¸c'Hϐ|qnzdх O&ɉ e.?ьB-&U= ˵~-f+xdcƐZYTfvEb˥Y?|`;xA2'x(v*g\-{~YT,}id_ [OK-eEK+:Y?xԔ8~-#҇8_465Ht뚹lٮ|*M \ 6h6 $ԗ>:>kg0ˆH@MZbP=r$EmX"LXN9>gvk拏V%Wd )҃zkxj?. O]%h!?lve}y>%s!xM5SOdl:B&Kuŏw{S:INtQ.R{%~~?,lŸik xy!dA2  !ɔ۹hxwf,؝Fc>a'C ОR+xMْ=Zᄳ)x WXRa%l*{,},D#(ƿ?|q=Z/K]9"^$30MPq3==^ y"]^~K>$,d}ؽ_ׂ'\yI6nОSG͂'$X PG'i &,)_/ߞC>ACjަx1oO륁ײ\MlRA_xA]"$yc8X-:yLWq-Lӄ45$(\ efգ1BSf 3.R>ޮ{rHRp]nK~6$Ƴ~|x{3pI`4BNdz QJrׯ̟SQlվ.]H $84pADZWV#tJjH"ș!*Qt , k2=&B=d0xpD)/cӼ#d1$ !ʖos}[boy@iʘ)4n Afb. ^ eaQ0YW9 '6>?mGR_̣3oƋEP6!xkbg>?ϻx缷AF挆c#$6^w|Fƾ1F;(W\/Bs=5( lm:T=MIaM`&YReSM,i')hRi)9 D ~(|}~]hdNI ` G1/^+ޫ^OiIPJZ]@7_KyQй]n Kbd',0/ׯ}GuTk=K Irbjd9cqk۷G{hk keи?1>@yf&Y*yDȓ $j%B՟ΔLgyi!J8r=Atj]?[ 74#RuC1UюQK\F 映>X&b*BG3$ 8E}?)pI  `40y|)eu|ۮW<͟nD Cçl ՆExs \ߞ|ѷ|ٮ෯M4R`04ߣ7c5G.%}a@"sU(g\eq63:Dcgr(}Vm|ڳK\f0C'k1$ఔN HHj6e Ufo1eM aag $4r\/m󞯤8`8XxJ"MauxP[=/?oxOo9~.e%)so&!) BSw“.k,F Ub{klicb8Г?fyR8_15oʄi78nkwJŷ}9 + 9!x O׋ [K0Y»6!];dwvroG?ABdl4e{UzQC8-F0pPr07I״ĸ=՞OsvSM` (rlHx,ʑZ&=Z.]msh:ʹ#CL g /Ӝ݇,qL'Uѩ4 d-C8ÛbCD챘+j)N),?U-iĬ, -eP? y Ğ巍{>S0=<9v/V : hs) Ԡo'zPG;kZ,( :Vi4:2A ="%S>z>,XLR)O˶g-NZ{R!03qdCJ ˆ(  8xuBq{m ]W4ǥ=S &d ErY %^.x @[d4@q\ sG.7x5FJ>Ҡ`ec'J2/uKΫr]P|.̏'H`\+nŗ+'Tozm}wq {2*<%y?Ͷ@D('!]/:I5&tQTW#!@OF却D)wxap655gJ@0gE$aM"k ו0/똫y. ̘FDRAիv73$OdGR0UZD묟~8'Ojn1dО&LCt Ԙ `a`k+ey TԭL#tdla,didQxUrrŇ'<##Ĵ-YX H;}̇Ѿn}~ihLƴ1sE[IW0ԷQpVgP\B-|\L!uǼ7:_BRX(Ƕ5d;`obX~`5%5bߏi~Y/q*IrY"0p]__]5?٧"\1}A>K͒^73%TUM}x/`7^g~(;tLvɘ Ց]цd20>hH@4o1q| k34P 1A-ӨX'~q7, 1)i,: O&mS_8 ԧy IS:qO_mC=!dJ gS?ݵ(w.ڽGI栜Ml^ߢ&׺|wCScm#yDf0F.1S )kDf;{D:mT u2Mq 8]kz+Y `!BQYScRGhn/ܝ8e$i|Ҙ4O秏?lw;io1 4I%hV˶M.wV$BHiXlZn^- LP |y8=Q2̟2b".O߆`|^daT~ჽupDNfِO'Lx$@֏'䈨2[Y2rp㤂Ɂr #eT2Ey[yOH5G !<G=!oK\v`MG0Pn ]p2~*F`>sPTa2>(Gj_FH(/2ȁ$zypP;鯚p*lix8am|6B\~'4)osG^Ö^EDwgkR9:aX<œHBB7EȄ$\ǻ)8@c%=DZIrsDOwcuLTW$鐰C8+ ɅZgpbp!<yΔ, aoRX zGҿ߇\$BbF?g8A'T#ƌ[k%9`2 ]dD= 7Mq)Yw&SeCi{1-ذߥ! :C{69 bCm)ge\%cVh=Xoϙl#]<)fu<` tB Oʾgǻҥec\5М*( Mljњ+lhs9bPɄ9XM uܫS\)}$r6K-54a'wcrJ {4 3$DQ)#a{DAtXhZg)t"q \" ܅eU^rzw) hy+Ex09F*]\ܪஂ€ A|o\DV(eC cJ9icESw|'@4 X2Dx.4'*(3nP'RA-H;/,Ϭ, 0x 'bFI 3`Ls.!%SxTу@bЇLgCsQ@3 Y a/*"H(`b@$m?\i j N'FLS 8\M3$kP_a^3͌F[pLp!ሏv|=s1EAiv~ v~aS߮8߿5~!9C}ٶ Sq]90qnƏxqv3Rc1&dPY9 #'(H0\qcb a2"K8ƿ1,۲'ds4F^4mh*65'" ""&0'`tߣ-DC-z/ CB`@?a-t!Gp0'#6 Jv=\d +&o^zg@1H1ՌΔ|˥VYөD%DP=?]} Qy5FpXi?{ZY`[Gc2w=:9w$B@SG?M 5Ld "Ki]ZFuz.dYk{Cu6]A<#eV?_ʏh"KFO Qm8SDN9K5Y|jsDAB < 1xiƟ1)3%OYߍBB@F/ɜQW@>s o>N/k[ YֽMvB-/Ȗ`~(׾aa؋i lj a-09HJAԢ$lGaM\./ײe z |{j=Fg~n@j$D&σ?0Z_$]QL Ag~f*B>UbBLE&$,%U -']y=Չt?n1+e)13#1hdz PTV3j4Srmmjڞ/lm]pJC# Q94xlߗ[ԵCt,%/f@`AB+U/Do4UW!Cl1zu,CRZ>h lR.k!)X7a`fhd /۷>^>>Λy+1|L2 MHAIG:)^w>γu\jMa)UP22)I(Y&X' Ã_yEIͨªS}| ;V?0yʋtƲ/N#|, J@2]iY@!T6atf]0CJ~(E>m %[q|%LDݚ[2xki<s00ve @^lL 2D^.#fA0@I"e]ڠv,cP@dDɨ8Sl@B*,q+mˎJPTtbݘO\ThB>aj%Iɟb^{XJ]s/#`3MȑY ه#L;¿T.q2TjyX^rPqG(?U .(Kz&(Ȣl${`0v%ZΎp-c]# \U67쑣|pFnAj\ #f!j18Y`Hƅ#q`#-,Nw3!339@D2#@bz KÜG#_Փe2Іn2&?J[<}Me.?49޳ DQf"wV4sVhB>uWפ%\z}v|6&Fya_ = #6)! @RQmI+T}{1ĕe)[{ Qt 62=.{&CdbU'GF\'a {{Xv/fHPH B@H8)&kPGfI8BU!{xF~!<-J@Fb#ƄPmұS:~;2?tQ_jB~64pEEu6 i}to8'{ 1[Z2qeq?m.zn7}WO5Q(RM|ۋ'T e/%ZӚ ZwlI2OXH")aJML Nʹq?M}FK ܩ`DpYi[ uE\HZ!s:1Р M@C=j镦7 $"&)l)8S)k-=3Vs}Ot+##}A"0cݶ iT76W=Eϡ'@@X%j1(~?~dyB&̂Ѕ @/@M~]h* )o]TNs#?™:dM *SxpӆĄ)ҹހTSI4 $7K uJ;Vb4ƍ@vJUzy,38>tO2儣3QKnY@U;#3U[sGEvN[Ÿ:2"N8<3e0#ӃҤuV0X n cIR ˧|%uqiDǷe_ÿ" 9 FLZ3idl; %L9"s&V9Ls2,Tz"(喌3aH'ZSΞ90:W fp"$8D&̛8=20k]7=N,Qo| ݳ̔)\l CگJ9xNI=nߣhL_$ft`0c)ߣ[޻$d,8Oaƛ\_l'y:yߵ>|JQ߼>-_ÿD/,EK h`y_G%2 L>rH-U4']TOnaq'!FkTe +?03?SšF & @Pwķ [(hdF*2~ѐZ 9* ~/44(AN5sZRLT 7}qz B>>mr A6Pb`$`HNw8I5p©g24}P <$,GN\ˬekyx9yHR`!u4Xj ΎYcRĐY<_uȭu9ɀP rbd"CT8'E&*A YM4Dd-کHKfYlOEώ^sŜP9(8:7G|4y!,b 8C3w{#"n -q(0 , J"?㾟cDFb֛?Hd'X,LܞpY[ʳ_3)}1;3Gfih!4 Vsl' xqKy=f:A(]~lmdkQX0OD@@DfN ç@0<I#0CZ'"2S8!i[r[+e?r+ %bn`Onnɐ'Ӎ|D#ztY#lA+_E5$Nt501ÓM3pH1 f &#EyhN?I$z>x6A†PJ Q@yv.@q5?oG SX'CfkȌLmEⵌ1(qN)Ζ*9ëZlY'Cs'4dS 8y8SfLԭlS@U,-$P(3a& M^ '։1"DNoN"sTdE !OKm/5G fi2?9,LJ3ӹ,SejV?.Q+9:GD U01cyX.z,tdƈF}l>9<Y S@!VWM 34ՋuسPBQaͳ􉥖Ėx7.~A{v;ge5o Ƃv6&"{&a꣩iZ 3uhWags($p?=)6>4W~s%azN`(TK{foEis/ q89em2j1MxlC6ސwqzLgT"4r T $-LJl9'0ǃ$y51 (m 12"%Nj=9ᖆXWpǵ喻Vl^,('}*rDbǹYX H2*z̙Ol_c}[ti4Q*ThC lZ"*͎p/q rU˵q&1eX![Nyـ`i#Y^.#q K ",C 5$:ϳ3 n9#H֋Ce *f(91?;nOE&Q4KKMedY,_lhrayvu|PM-p$N5uwR"f(a"#y}axK`X+<Ɯ#GyrU@ v;#`*ŞJYh,-+c+m  h1s)Z{R"]Ps;,$"<-VP—8/͘mTCѣqNS2y QF2'4`ˑЏMi6ݡ^i{E~ѿ0KvtMY(ȦUBLn> ##Ϛ`qY*Wr^<\/fp= GJc,/7 "ݦ`=rUv)]R1@X v7 pgݣ^_G#Z Z #!ᑅ["DAI)lN\gz޿G/Q>-;zaI(h!AJa( vpocvaUT lSN>lZ4"\ \eB>-_Å\P9Fpj:ǃT h0vB%9b8Q`G,` 9=L+vk$JB&{yi r;mwEqaBeL0fPk;VUpMۏ{4`h!s@IheH>m,* #ǘnP2h" !㩗 _G&%@Z]vKML 0˙ID'/y<S,ԇF] ۻEr" g- GFԘ6P !0ح\ޞܦ=c{l^-uqƀԩadʤ 8Ƹna/4$-DHn!(DȒXGDJLşriI9EtSwIp<2S2Y)I/n>T\W}y?{<%AQSۀP$qb3 J "S|ɋ)B?,R>w<rd% <<D,J g Ki?F!!I|bus(Q`xX0;N f"x. L[.qs0D nkVe8p@bf35)fITd(8(|&Y@C5hGIW4;r}$6Ό2SH )^0Š X(|Z4<õ1t'UvM)o[`W,Z PTd#]:a2w`J( ((>3!^ˋaFT,K0P`>k.|y-dxY \k䂾O6܂ @8D,i@2 9݀ ֥ 5>m"y5G,bΉ$6A6l'Pݐ#A;+cqBm`&F~ݲy-~~\FOij1L5Y cT.+W2Bi5!2&L'IS/vV $% hL؀!PO\5}X ƸPR⧙K^$ r0Ј, %֙VTV,#1p8Nxj>{'g+мTP/`\ q#"I(l–q\ Ā)P]082kD=mm: L†&ID86hۭ>#Y#Zkb/<  n&wu?.nYX9t.4p,RMTWאEpefQ4 N̘aWx0LZX3"0 MGIG]ƨ -,^"efc dY+\c_/Zs@љ6y8OtN|8 6*c6)bBHFВ)OgC2 >Y4 Pgd@LiBr5a4Z/zb \4?;]HwPAȂp]%򗴨T@WƏ!2JQpK (a.ґNY@2Hڂ&]FA-W[$Qߟ Z39LePJya@W!CC3iAY<溻(pe\@BޟVOpbجlDSzzF KjzXqf!~0:x$ޖ< 5i30,{ '$9xg(R.&ѡ}13 $2[B'<5g1QJyL0U !t)E$q%]l+[Ez99u9F"(?D1O4̞g M!!!D"B$ZV %hb-a4(O4L), 6O|oܼq]DX̩CaeILZ`n%*,B(UM6PAҜRhWi#h0T."2O]ʐS5i7 0O H X)R,DX*vڴsַܖc (AM+(UZ>q!zKPR7`# -B'W7Tl>qh #o pľDh1\2VQv>ȚH4 wF 1wB:Oʯ)e8ǾkES=tX:ˊ 'D'0-;8`;#hpxr5[9ϒ*[ p4Ld棉4ĚŎ<3DC` LAY4E |"c U4F=BsC`]PUqWn0.ۺ90nd#p`F( c1a2)@'N,d!0Pp= |~BN8u0&9M< Yͼq,-B{]sȵ,)+>s8<v|<='k {@.)4їv:j#׹Ԇ{'Pʘ^FF<㔮f4) B Hq`#? j-exr8iӏt$ڀNuukV1_iDQB0ә)ƶS&M]G421rLE1<rS䘉 %KT)alĊyx- fR^:8 g*hQ@ۻ+l|x hTa'c+(t\ar6@R̓BMc3m4E+4OO}@f0Ye-ЀG^i'JA!HcXtֶr]$R&{v |90ka zgD;Z&M> dE3ցQ \Lfp@.L ,!cjJG8ӘYU$[ចYs3I].T_p͛<"0{b5+95}ƌ b`pT0F ]HDi{pMvoDp6b>qD"# 8|ҜCmFHیsZ!K(Gl9ILfbpL 2{bt`Hpw=2nciU(V &X{t!QK{MLϑ^h? 0ʾXA f I0,bp9nCh1FRTL42">2Spyۆ ^QAS ijQxpT#, K;0Q;Zn_"$S;%r$@QsĒ#ƲQ>&hי#]9[?9[_qOWՄIx!H)(@hkT d@$>5*d*kASVVa5`IN mіu|g9}m}Vh4':tKC@GL92EIzxF>a0E)ٺ~,?/i2ϒȉ{7 "'54O}<;N w,`xd6T0\<ոK\'ԩ(OBt:Pa (h[ϫ-|ʷ0~ _/PF7%SZ%)I1U a$ʏ2c}BfRT0FD^ltey.ˍf2'*i 8y vo|4vp@6:'s0?>ўG†: Y}3k6a>#G):d$T;r()U/ڻJʵmw/Rf@N4pPa]^Yno/GspEb"5![?}<~>>j܅![4p&jaH{CN]3OeU5a<G ;>'vF"]bizbZ1Ns3E)z :Rvˆh&N$ Ύ|.6^\ ع_:N0ׄwy9;laCkL(>}7R2\:fd]h/@FTt LO.XU[TQ x,@\3HfKJr-iq^N(A"d>)@׼Ls{|yBU[ 'L3\bCXi9.g0eorz^_(ZtJ`2Df"!>j[} v2\DkN9_3haXK:0aLA0p `7//K 0 R& H$*b/ Gf}:ȭa'Euf0)E,<|zY)!a+ a2(B5kRC-fUQF 0@hI 5-k?0`w)p`#2$<>]s:D_ӟǓgE5C2BDR$I1JĒ뫥;ooæژ^pơʌ2 D5GCqj uˆ,;R⊡LSXlp79BG'< NEb%f N91pؒ/TT =c"(j:axJ> V@0mcx`fOH0Me:3I!,8!:$O86XG.K>Ζ@=e%9s{6qTmFx 8CcwTȗij;tL+кK iGΨ0 67#*2R9`B8sL M[ɿ,#BPf0&81JdkVѬom '8ϱ A->Z^Pp` e/8Ôp)_?x Lu1F2eCt`0<~jry6C UŃe%2 ksNg]}?N1fr c1ϡ1O}_ʡ$S"T0ur^'M@3x䋍ndd l-āh0a @ggftI^ǯJ:q@ l‰h9$l2nhjŷF5XH4Lݸ܁ 8 !$ƲAC$!z-B}0ٞE q?b$CG*Ij$(WI0#CƘ*V@1%lX80&xH82IF|tQvۿ6x t5TɧORi˚&t=z8YEz78F`pV`ZZ/D(ee 9 GHmZ^Ya-7ˮjǾS#gYO K/d#} p 6 HDKad]a=eEhVK,y `x;}#I1xMK"J/`,R2x\(Xd' %+= \3e;G beNJT8`M3Iqt_,>]a2@lC0+U*suNxôi(pXQ*F ^a$H #8y90,#0ǖ ZfqfJvF d :lkiy>zDxVb165 5U; $(V9FXFFwHv*T{I)(a "fvrCT8=Q/h\Gܗ26>=.=)gzKz_/gTMh 0 SJ#}#Nuɧa[gu1BJq2'Jl<[0܄DdT8 Px`Dj<ƕp  (Pô>$9gAqe5ӧj} Ohn0 '&x"I^2BzآCR:ZUa+2flm`BɁA{f=>)Q`pW!yk5% 8o,\zpx !3f$`td@@~rJ}8j7=44A <)m?-RGh^GLR)Bt夞^RǍ"#0 \ҙ'u<5ѹpDX0z+CΟt%_)!١ YS{`N!2#`{%-`d':Y]Z"c;bZL$[cR #1_s|2~< X϶ȼ  ӘB2ѧ؞D=9;0P{"{t+oD<=F`(Ӏ 3U<<KNkYLc$otBf/d Qg"ib2E]XQ@ezkq̏s|^SWK`@B | P`0Œ e;[%diG;HKbF(Ox\m4PVA?͒d~Z+l!r.DUtDhٔ1f90Ƞ@a+9#$E ndmn7%јw|n٠7\' F}N29Y 8x ˸.PM]ۀF.g螄r};m&&5KD*@`<|pZ*G58*'#7\rI㱊Ng^xCj30A BTpg{mn0U4r\*}P4cwݭ~-Iy󔜠1߇ʳ1c ZOJYSbjbLu$%O3 3 E$DL+8˩_4."VS\r( ]]gbP&!s,=˚cq{?܁(ˤ@|&V|-l۵4a b] Bp>nF˺\ Sal!' >*irA@Zi鱏^#>zsh(23lU nr˖gL9o7` G7) L|Yœ:̌J+}Mӗ "¦u0ʌgq:G%a1nSD(5.?J0"h ]T 2E @ $BSօɝD68Q# q[od D_6 }Utz|P \-̷t΁6i@\R)Օ׍xKQ 0aL64$̙ H3(:.ih@J 0'0|]~ŵnmL4L# #@)f_)rDl1J"ΉQDT`2oD0=ۙ/z0 hp`L\{r I9$2c޾)6 $=TS)M `[D`ך/:pTY& ,bۓshtR psH Zʢ)^3N}?a[p]LH0&`18 a>>upU+#>޽q.$لW.BIK%WY%S wFO茨 ð"!dsDh,,R{#@C\p趰{8¿hHOW}q7w'Yq=![xviMa?&Uceߍ ̠0@:}VE!؁ft9MC~ ܋e9̂8B83"ah>gdA0( X:=R9swm`.E$^1)" rʫPqc(:f'# *rNL0ۏ-B'8HߍܟEBᴀy 0fˀa 3f6@P\V?e)9TY{b@FKp- xl\^أӶAXUzu.f`Bu$Z_O![m]2'X10E*x4>!'y:F]LM' D:ddDg NQ O3^=Pz? H8g&d~ߕ ]㸃c?'VV)XsZ \τ svCf ɮ9sSs@ >tVv$܍ +_v)Kƪ1C=nqyt'MGBЎ:Znm,l[ iy?bYOj;sZ>Op @rKMmCݥs1|zLCA<,-afn` :̉8(!A sO9TuK@^DT B"2rfCMHϽ@9U/DgQX eIƦnX<i8ν7+wO:b5i,(PݴS b$̨Cń!+tRr\ 'NaH h@@l Q+NχZ2P q5֊,K?T 43TZ<-ea3del3$Wbpd `V(1L 6#:qژ̌*͉I0[i $0HCcv,&$4 8`\ب;(&T r^ fXH9\0~*B/b{L8{' r14@&̴8,浴9C`X f{}]iNtiJb;!2"(2ÿ\_.0ÿOhm+ރ\P yIk>bqOk FĶр({'p Fbj˵aqD܅ќ0@1 @+ݴo/o$ jk"Wex^ЀoY9+NUT-CpKT^ķh >/>~|t4?}ɻE n:q.9 5Hs(` @Q@ $q,r7x#{]%L:'aAI%Ǥ4`9&\w|̳'Ƨ+ulGka4tv:G8P1 P}]Gi҃<ڧhPqd(6a# #RRf~N<ȀyHL;tGtwKXsxQZ_m]ΦyRcV"RθSY Ғscvb9$Oyo R[K 􂉅$(!$Uȷ! ˃ p Y4;i@Vd c`C tm1fuK3hք7l#Lެ4b>rjU%?KC4agS4@,Isk=r M3,)!k1m@ Kck|Y-–s!V?I 7xy A"#L.{w̞9N6(2sX029mcXLoza LxX".^"3tFjBTOK:'\ŸUYש=+|L}(ƢDu(<}CaRxg=c\0#b:TG۵.Y6Db_k=&PSH,RS cFEb&ĵl.|1s0zݣ0z)f.x21-]f>x'y2gC3̝Xz9i㖃[%We̓hA̾pv#~>G,܆J)LY'j `vpp`( 6"B MTTܖQ{φ+t[,ZeQڈfBgN.qI[ҏ w<*$@kYJ7~hU\`J6CbxLB  1 J{򖺫Ioi@8Eָ)c?:esqT&fsMH;a8|yw=߻=&ɟa0oWB9)Ifr.* FA8zIJ!NRZB}GyX&0;N ;"Ot QKX.\5CDer??t#z2[^~_,F`.3 B1Z.S4%NX j"0LIޤCSZ%-xerl"cW. XW2}4OBƤ@*=L,! ZmJ){."9 Yc@Oǯ˔I@J4r 053ˍ \fP`2;Βs`n$l8+c1% hC HTN#25:b@mv@C) #Ԃ2!U/}HbK?WɘQ4J+OMWSrVrҁ[n=z}~e+#Cn{XS7Ӳ#dGB) `ڇƴPcj 8ajfd"=̅!ci1-/ "HEBZk"!@ꑃg #,W ~J-O& <,!HJɯ+8_"u?fHRw6 D 2 $K,I\' +e_*= 9P3t1a&89@pm`ZgGTC![y.a $6sV ^?#%RWsq/KĻ}矻ò޾ ?JѧR9SSuchf3'F T` 9ۜ`@}6= DqLHBL }i:E _H``7ilPE-ev>x} UX4FnGԞLsɰ'w~K{n)[O-i(Eơ6#>!&gxP@)3/)չ0.WubnKj}iq *:JRK+3fضq U't2c>O 3u=Q?N 2A"# 8 ;|6ՎZ<~ۛkom2aɔ2(81N c4`A^X$Dla@2Fui2^@A \i]N5=0i1^VFFD}!:Q%buY'p. [3:!'29|iB+i]d*9/PQS#9 E^{_Qc]p)͚F"$5ğ]ӡޟG|lO61sByp:ǔmqN%O$ $p>l7hp%t$ʈ [(1DŐ4QaI`P#sbӐќ;-G28ɕ`e7iS`q$ -4:n~iz!T!H*'Bt?GW;##XfkG" p!zVvdtDow-Gn@C/,K`?;g ԹncaoK8c!DJC~zhr>Uz!>b@A0&P-X!ZB7xˉcfB0)0f-s7 X_9%pE{|gLR)CYyc_xɭ-Y\.m j03  %|0/7×8c?6d '#F0dG[' /G,{Se: (*Ѫ0*gܮIa.݋tEH\zmV#F N'm.9A!`N @pB6wKڂu.x78qZ q@U&>"0$b"( )jI/%tBs M}S<(+ 2u"؅m„$cc23P#26em`; Cs56pp(Hh0"iDh0Y'BOLFp|sN8r\1C;4}G*~' މ4w*B,bJxBte]Yʟ<NQ\K/H)Ig|PZwS+|e D)GQ&[;Wߤ'; BL \&Zѥu'rݾ 0MɦP22OE]A9Zk;  s+8QBaVM9*WRF,J 'k/bV/x-%Q/0t2U3 3DIIk^R9.;--MﳇjQc:r5\,B!р2(#1,HPlk! rd HXQ+A&H+*"'5v Z8+'^o6^ysLe8fDDcb gj5XB]1=0:".(9 tLiO>4a@&)LT<䔼eKѠZ,bC8.|,"3Vg`ٱ h4DfY>LJ-\zy}m#iޟڬGEtDN`D8Ȏ){ Dǁ3'N \ 5(X:0kA `&F,0su"m$kkEL]X :s ( ~˲CG8@Dƹ$YRy>~{:̱M6=#Y bD9.rG86U0q 0iM^b>ژ&ӦR9 s "g+&چ~rK;zt(dx||Κ+$ 5 ; R}f,1+wv>+:]ь! *އ-\aD#NY(C*}a~L,IR2S@@J$ ޙ|yR;:# @NuHxB~{spDžãyysGP FajQL(xRg2t fsJ3~NH@Qd fޟÁܒDh%'l51%A"r&aΨC0xBx(̅u @8 OD[A>Ts6FAB ~=J ) zx{D0eIȂ@q<=ׂ6Gx0$HX f`G`gqj Ff%ӛ-PM]wO8Q Aan?>B~ x/IC(c! AJiV  XPB`CQ<r>reIlj08@QÐ(h]hH&5(E #Wd8 ,KF,iR6gb,@p61Lo !S*Q#3H6"lha:D U$4So݂fBXg YyVn\-V/\K?wEN35ve!mBniM@Ƌ@F`0! vc>V5d҂h*Ou83lL;驟'UۏEŋ2Lg!F pNb#($(X$D BN/4{Ͱ* %0aHPTf(a 3Phsי̐I'{e"dM>rͯAMdP]'XEcJL{/fR7_V,!v 3p͝f`2H3\L,,My R%;1LQ4#ClBRA-- A2@r X ՀKf`:Hr,˳X(`VPQW^%1e1G !cJ!R<tMAIE&%|>E7R }(aR!=RE`w;~s!WOP'I'fB1KXq|[~taxF3nyY n4 cL!D`S`>; e,oO1YbJN;dPjs/رH iR ci)]KοaTLL?g_2#}P8:h K @OlDisOƦoy r,Za:q@qDH1!PrWY}-s1SPr6k~kr9q")QDJ(/ϥm2rnXw*H6{moTq4f ''H}-y3t~SlZ832"&/0L`UR˫^v!0P#\!f5n0_t0UF$|#I0,8$QOgH69q '&" $$ t@2CXS<<1& 1bzL0awH8t"-F?-w}M!I5ͦ` 4ٸHHa{~@P8" v+iMQNy06qzO`sv4 %0. %Lhf4OsxBrdʡG8 S>rknV'-e ؅٣3Ǵr)s@?<8AG˜*ѐ Pcq BMNȥ@':tc^c"xOHyjaEc6$NpNDWT7dt`2qQ0ethAO8#t )l _ `*c9jg %*ë́%ryd#)$SWP13 1Ir:ejT4+&:y"6 pL\-|4 =1G$ Ρ5Џg !_p hDԲڄf:뛅VfBmbM =2kH_ ã]pQSyۗ"@ +:PdÀR0 NeIm~lF90;  @N ]Pk9?fXb&Dp"ZS4 ƬR.voZg^T1H9/ ƜZQ.c~cU/DVyBKR `i>wP\Y-s(b NAP0 ?~)7-Y<[3  ;ĚCf!J;: ncBYtiiZ!I5w~Fn=Ϋ辞`:(8[|_c (WU L&`gp8Fep䗢~z  DIsrCs\?FR<=@0 V"ʌ`H 1PNq[ z=`I;LV|`e!#;~>4e0UAE^ȀP.g@a@ @gO *#lBYpֈgxz+8F#˫ƾbw+&MN}0hvrESҩ%DC8L8qa 1S,y!9Q/4;t` ?\sbBԥiPtvW4DGGT< HSॸ`(݋ʲ>/uHm` s _E%( ~xq痢?Dgn#גցPa9fh`H2Wq45L<; 2VeQ KIHǴgj9Iݢ3=SF٤`V6́AY0 (6vo UF(j0rKNjњ!q&eQʘAv3"L&f?buv-o EE-ݠ0A!J ɀqerj*"0%B OOQOln> DY#0iX.RUzA1jb®; }9e, .v4pTTo.wŒDBQ9i s-%%l)bP0jp&D!ٛ7l#c},l9$!0Bծu[)Y2eEBT!'@sd 8bW!tcݞ}B2.ئ2LM%] q{jgsdbYY'\НcM2 `B2=(0 JBfa4R%ڰTX2y(O1Ud$`@D뉈 "(e"2e` f:gaDE5y^?(+Ai)%!9I$<-A,:V/ N+`$PXYk\[-uy6֧YhLS!%g1Ƅ꺤LF>L9gi_Cka3)"{yp@z@zSwY(Z&^νo>dJ2+0BO-1C8q<[}Dǔ9= @e@,l5w jGDHH1 FMX6}:wm'N\jIrhH+R ]e1Sw'D6J bF(hfZXH'_nSYI}7-@YD݈"45DŽidJe !#0 (GC9 {&yi7!d 1RQeFO&aNinh;N>hG`0-\ Fp @\/SCa/-d0E#x&A r@Q,dJ:DbnaGT0>ె-rNvҚJMhe1` Q fiq.~l[ lA,(l,iO6G[C{OUhsa)ޭhƒҶ[o -Ѐr0L eZOG@0HA&v$9m1 `eP5PhƮZxMt)4GH\ S0H`F& {$i{ (1s$%fx:Mg"Î@AՔtW88Q"ϥ}[q:^ȃ']K%F-8G]֯s&涖0+6e25hzKeӼ~mnz&vQ nbEɥu_36G޶W^zJ``ju8Jc'<#aB>4` +/Ӱ9X80Tg I;=" 4X3Օ=l @fc^!#N&BCA'9n!ܘ]6$Cs"XȨ6!5!0aZ!M!GP,y,DĒv*Or'T2Pώiii *a,ȁ>P`Ob8dX@5:8r%Cap)<l31^t8k%/f#{Bjy]B1 &@b)%՟1H1Zr<1 2gj hya,]K~OoTp,Gbv*U͈mɈ=3!P#=@@$@}ḩ\ 4,!(%<㐧EE!#-αk";̓t`=QzQ9 9@W$1]C$6)1Ș'~Ytj^قD8ؠi\Xtn̉H/#)4@ <1(BLsIL}lҠ@"b&Sݸ5pS4"BKL;*VJiϏ1-]=МV;CԪY!s\Dds #NQF0OWj0a@|^:Et(AEg}`$7 `}vx UcG#i啅LHB=b n97ʴL.`4!Dj̜JҖ=-Xˊ))'dPFJj}fMZ_q YOR4L@3 d1C#jge@ΦޙM:X 31_$CJMeE><9fk^>Nfh@:eFZ*֝z {ؠ]*Lꮎ#B"PגJ. bH"#[pd0fib=y#X m'h Q:&0́X;4e!dHa0l.Ry1L#w)Hʭ FZFֱ6 ,mp|@:(q 52 pwOHBNl FN1Kb$P@a%u>_zj*>zTh_^6UY|*`tBr"T@`#Boy F2s2Bl (_/}@G? <9u`E!LCiiPQ(RS<=0yQ\Db m|_^ 2 >XMܹpѴf %5=qԻv׌xSk`Nq0-)GHX=y Agis pw -A%4Bd'VH8:>vӱ,֞&P{r37KO"d zI803eQc>=aFDΉAˢؐ1PJ"ؤ9cF8N@3ìH#~\ k[zWNDRT><03B8(ˉq:(<^=/x, A  !E'YA DHSS`c).(/'b|KVڎﴞa3h0.B6)$e 4А:DS#8s+xk]f?f3LQ4QfyTVC \RQ5 eE *9rx87MqԦzX~lV. OD <yi0vĉuӭ0ZeAHf׈lf$a *2Xh `)A} ΈhO i )E !B[r9RĜ=UyxEJ9( \deeJL0$V02.lx26Wv4-[U=PؐO3Q0GnhĀ)(rJQD&I: xhw1`#z~#?3,[ Æ" 0% HA% qcKg4$r!yx[=M ,`r"IH],50 ep@C=4,q`T-PS bzlelYt .ԥZ\kJXKiL#l AlɋFJ8pnjԗc˖!* MŜkrNs qD "9?-g_3.ۊu>' :<>֔4PU @wB8ʼZ0f|A]UV¦gAaѕԺ0( IO ɶ@Ta~I[ X*uĢ f2u{ Fo)9vΆڿaIlz$LdX\9{\ U"F%CD(3g?f >ڪrl= AJ@g8I5K- s]3 :w  NwC&|N%/xHOc4̀Z3.?ȥ#j EŖNC0쥪& VܭMzbQ n.C)g]znƷA./RrI/;7FH2A7p%E$I~%aZZ~[3`GAa.4tL Pxd"c.Dmg  [)EܖEל}).9?k<gXQPsb@'g(3qT1_'aa4(Kh@ђh:Lj*fEWz'Pk|2 n!iK8FȖ@mߒ[ +X ppCDe\hv{=l}/0lp xztEɁƬ`M>XPVqys/(091/| Z6O99z^!tnjA3r}yO[ O$c6vC`FF^zg101sC 3砄*FT)S.@2-B#arBa4`u=GYYCxNDӉQFDNN9Z$2B .j|$<يyI`pRce^04K3̘.2*;m %$X&J A1 bYg,ot j cQ0F0s210r遒iA)V8<>u 7N g]y^Bxq8`@`!b EfLN"09eHLo/nAX:qNq}ɓN[~!UXb**d{z  IL'0xGa ؎3Ԧ>ɕ˶v[2'ΐZp# W8d=N@C¬kcRBhGhŌ1Ӝag沤dI~B~  A͝ 8,8сe/(`pL9qa*jJ(@,D`"eDZ-H &ĔdI8Me2+%C`Xzձm40M!- >0O :pYqz*٢ pSu2vdA6$uQVuHx8 ńy )i r$(Sn)mә_nZl&'N9QclMV(&$vF1HYRөm-9+L`.@9ϩQ8k#*{~\jfKo~2`ChܭV&lHh=yi3@?$l0|Ե⍙U&y$.'LZĪk.\g3th2H04'!+P<>gGKѻyQt\Rn dIX04EhbF.KMi1j#!&3 "z֎#|&JAC1} 0AK$JPLh]q {Cz qst)<њ ,<4ܾ&J 6t$bt(UrL؞N\(\5H(8=' BH$= |&L GS#:ػ˨kB'r(21F(ppwpj$5Ug(ɉ,fO^ gS5c>0^bp7rM<゘`(`@ ݸgTB!# `@5E!`kG03|LcL'|F^ƒ^(3f+( kh"98 cL~a0Ώ8P[2bF%8`:bx4 z" WaHh AJ`#HAs F w"5)q:^p&gV|TgH6>!m؃:3 "v)hd+_EfP9 S&Һ6H]#δDZ3 =|L0`)o@MhxO$TEPv# 9@M=[x& P$Q p4! ENc#K1RӺk҈ay1JjNC,j:/3t}QI-&XHtG=k_ t9=#Zzw u68xGf"P-# !Hasa7WS!k`L9vYrz]FP,#\C^31z9k:޿~@dڝ!0<!5m ^ @Cl0@cDnGW[siJAXRwDt66M$Z/뫾Tyu:.]Dm@ s^@1?]J#\))0xGV vDB4qh'p IqN12ty NHaaS` L vc0x% tBIRCZ' n!SfHaO)LS;:Z:bf 60d=/A#<ƨaU#:sT((p&LO@Z8@İz2O 9K>~w+F"+[ْd8B4'$`RT~ᾋK9iH2PDEw^8l#G)L;EhM 3cN#3{~.]5BnlNȨ2)r3'i 8j`A Rtl@X YѦ ݱQ4 l&G@&o`3#…Ć@`;pfZ#Bcm}ʓ2p8CW oӥN|2PhxiP\byvR(h:zB&*2`=d1WPg즘:c! AOX>~}."ާ}SQru8I‰FC@ShTAH׺$D|__ dKJu"=2%qƮ~Zgsޱgn3 " p8OCXJl7'=O>H 4‚fv\;Iy?01M(99B乃1"0aJ0ƠRk*so3/u^aEdG"CΣ3^_xB\seX=D@^&@ŤDB\CB,sƜ>.`3y%4Ruۚ{>ݴ5\ark𰂄 :YM{a/c|Wʏ^$p0JN<8>əcq]0`P3SUd5:yӃю,ln*A<@3(a!s,a `ȉ8@!<`y>俘]n8kD)†u 3uѾCD^6ƚH( a|l:F_u:Sk ܆`Q F!!lJ1~Ӹ<LHvrn :0ܕ8D.܀Bkpr`HP6!kaԍ!"j$.H x e;Zz+{{0 O >@@t8:34u^N"!'xfNKN gμi\ oRjY I6;.ϳoy&-*y9u͏F s' U~S/G??LL94s > BС>B0Hbh#<83_eXf,^@}6rw?Z\c^b*br h+6)Aek![Jxd Tr4Sc$I*E #10BbrTT/{ dFpa6Q*;u~.5oDBU\k\F>|~% Ϟ׭ԔmEpe)-7L0%evbs3:a xhu^ czBM{c^L X/׎[齾^_)2uHlBƆ?iVṕzhOa&Ɛ< \_%G4"Cɢdi I0 (KJc% v[]Jŵӄ(,\ME T K}FHf dƆYuN0I> %)QXbe I $L䲭TbB꾜j$XBt?̧֓4C}[ai{>5Fy g'ks/?K9])%l@ZtL옮T$KI# > ' 7d#cl%1S*5sR 3ȕ82C2 Nxt#FNE)8!-jp"(&""bn/X "LD-P5i[[oV!WHH9 0xq4pB앏G)$5]RW)E)AKMAcI\:)q?$?*~K"4 ]n ;iPtgHHbR5xf$NFu8RJUԐ"N>Sf " Rb^^!C{h.KX.~3P04/Vi1" S=Á#Px%@ptqvC2#m㘹A a) @s#8u4T0odt1Ri jcԷu rSa;@t̙iד}Ws.-m?$-1P sg0^B85iۨagL{#9T܀|3 jK739DMPE.kaXKq#L.@YcYHnt%ճ %5̎>]dC5R_kFW`Hl :ge]jm $a(I@׀S  O״Д:@Ig$q6< <{)Y*9'Jؖ"\}Z}0%t!OrRmB>[_?8+ D*8ͅWXh DQ &sdH`- iy/ME//k*#U~ZxX{*s6V@/Wu" pe_+p3x1+&Ib;*0p MtEAfBD+S ڙSP^02Ypz)D}C789*2-G.څF.&]J]ѫy}-|DmGk- 9DӚt^`@sDNP(Rș7C^^KĐeC1h!f6I=;O|<\^ޏ?RϞ@9$p6<4[}cGS{ExU[nkbM](,`HyI%Ϭc5 qv,^Q0%%e25)4HY!% IHnDRh],ZNEQaJY3*푗%B$mFRdwDʫw:7#ĥuLST>!hx=&N^.>5_rX0^b)L횁{HtEl51`Qр6) ;;,^4Vם/_/F򜸤fjng1/Żh/-^.9ͬWQd S.\gWFc鑗OPB)ucNMhW<0_,Ԅز {°QV; ̮Upe`71Vs>[A`2΄{H,1Gu(G!BivM۲ y\rՍ\c>̩DA"S4; V~ ;/cb vK֕'4bs:ry6HNY/a0O!|>Wۇ?gCd$#`7@G, I]"P%s-ѓniT(_ڞ[pFX'IJ;FPLd00t4OE1jkosY)ۤlPdVnDM k?ӽ6 2eAY2f>U.rөo=ze~zZ™ibVb7+!׬t}ZrRՄe7ms%7H `0ANf-D.r~cOp'Cys'v]"=|3V>fລJ-g]ؖĀL#@c+c󬃣L |SMtF8ǰ8Wϊ 3/fI:V CH$wH<1OQǪ/OEm+3\3ϔDmvF/[zNj?-E6J>APϱ1Z-1Fv[ 'KR͔%&Fa:`n%3Oek+~vWƊz7E)˘0 :,Í a`4;":@ UP>G݄:A@I2$`8܈ ,*(VȆىYtQ^G,72 "!nuƈ @+! eYHa кx'oCZ%0)Q&S")`iXT CΛ?S7w 6 plJA\pC-wJ+)%<&ёXOsY G. `,"㞡派U#=9#IC?:'7 kz>:,9Lyy3 - 1fap ^E򲲻prbՉ MA@F]͵Q"k2ZRskKv,<H T5Β3 K{SxKI"3Y! u ;m m c:XL67a0@1۵7bk>-N]Q4$7PNyfC>m02QNH!2&䂒@91//ON\/qAxtbPq `I8`F!IP-^J7Dΐ=*}xoߝX&[_D@=ѮV/K _~ge&iVGO{tieo}z_ʉ9iM1~/qsy:}ݭِ,вlkY^^^S;佩dfι!H@ x*Za"ZdvuI*;{RŃiܺpLuْh >yxFgIVvp>^, D7Ah#1[cU) 06-mFI`}@L=X.FOp+SـS翖yl:eȀ`(VFATZ_|{eƓ@N'fE]Er ` _,R[ӥ>L6W !2jKӮZk}8)DTkr, g @m5"0+0[$, >s">`α#cUH0 "@gŋeL=>E N$c+iӼ`yF cB 8PGN{5`Kɢڹݸzk WF{r|N'p9T\;1y$c/W-tғ5*[E7P-X4LY!qOxຌ~*1XI"B`Y6Y ͈љ:gTHKY$O6l ƧORG PNj\ P$ЄT!&)cV@K!==K׷bWdH)H <Ѻl=ի%` >1 ca8( qm`(I3/0J$9jŋ 0Ȫȱ!sХ}Cֵ%Nx)e=ZD;EH& 07L>Q0&&8v@U9Н=f"^EJiS R0'錀92 MZrK+ӜKBK'i99XXv5@`4dxN)H‰R%t!r6jѨcg4i4v9C2$w K-4 aGH8*BY;9$`2un)2&kxN *N#1D!L0lΒN-0$\L8Ytz ap Ysi$<~-*"(9sG e 1Qpgз,& n^Nio񰢇8i}s|D0)Crf8w9E`dF=XQEC}YhPꞴ!8b@4BdhnKŚr+U ^L tK` DfSH B'Ld+Ҧ{D@A'S{D0tt|(3S<2PP rh5z֯jYO_9TXRBu@j=ۜKI;8$$8A.t"ý 4kPe2N_r選AiB.8eYoo\C.ˋmKvozsuC!Bf}ةN!a8i)@$ -N6 `b,!) On,ـ Ad `rVKCI1%qU e#}D=O#0e?ŠBF<0CsРU_lKZyCNF$2 sm<Pg=.jH #%PHEz;qъډ rݢ|}mXOThN /K)`LN2ao @izcg E:) *+HO<ߔF@Uԍ'NP500y[Q4X^AA PT3=IkB63H.*> naP42t1L`#wj mŤi[@yk;vbE}v!A=^s[{ŧuSW), cvyyD/7Ydh 1Պ& fXl||@oD`I6b9\ȁKFcy&fuo#eރ)@(P\6;jpbԱ@ Y$p2@T B×ZgĀ#RB(LySsfHhWKI:=QD=f'W@R:OR&Z: u,+e@1ܬv #!K_L SKh!*qH^@ܘZ@3< DZDW"a>cMSfa;BmJ*=QhwsPjh? F ?OFy]2$aZ=JY/ #~:G R=Ha6(te!hޞ8Kap勀9!hm ,z,.1q b::&x-%N_3s8D>\e!#˶(?Δ93,Jsyʖg#' ”:sJD̈́xG)9ev :8q]`}xpZ0r֑s1 T$O^1]\Lo2>@ANSDda-㗫&@X޼O>-W@5e:+K+s?B&!T ʆ1dBLTꧤ+6>AEm֗OZejYh{S!Նx c)65*Dr^2 ;S Gaq8'* N LGd|cn-c퐉 1Ā'p 6I}" e-Qpa+LdB`LЛPSqx!#On}up[{󾟍"F;z:; ۶I#%3@cϪb##T@N-d!&|B!TƜ;Q$RLZ[c"s`DLjB>}@=:\F8 cr6p&6B7H=E!,9`FPP:N(fxgZ~8L4W%>gkcNs8m=޾iflO7YRb s}Ywr- L}]O3$3RZ}[v|-em"dgFsGSlhr@# FTlbHj Oglᬚ"1{F >(4hN 7 zJcfuLHɕIPvn:ء68gQc.d&P+`x9bJN#ʹ\OۚG{aլt8B6 ;:joƉܶ:߽gkE㦋]F=≒~o3h}Ga+TšK[2\znE!×O5W>WFN0|:Ln#-K_~־ ˕z1SLwL6LgBwM"ήAАuH؄%DRP:2"22٘BN@It-TAYd`F0tcA,u+Hf Iyt`*B $Η tfgp&cn>-4^+lid 1@ !8&yX-(#-KA{f_o1R (ךT`"Brsy /(c&O/oט&=S+yf avR|#]ᚂ4Q] r|Z7Uu?a;O.*"M0WHfrŕçt!G8`eczĜ#lyqç{bb@` y@jأZT/ǚG,! Hɑ !^ug,>_4_ݚg^2Dp09S *O#C|ijAry|M=nmyrĸ/6Gh˼_RS. !l 2=\'(,y@v*v&DhiLm}tw/N I)"ܜ yO# s%Έur'2)4++LgmfsfΔ ğ\NLD)b>2rרoG|Nuҍ!;>)R`Z 3'AvUm)tm#,zSJXӀ4K6fC^Hw_N݊^Rws^仸 z4EL ?ՠk{HNAh>I,Qv>%FHTgNn & pZJ3 `0Hܳ+CZQ`D䆗"u̬ *4s??nz44S(~Ah𤤐G-)gh)l<5tYOt`n 5<,Xf)t=x&vj `.S-0'މ&M2fm"60u7LsrhSJtJzrΤ#Yo6H ADBj6(cMCi(ȋ@qa`36&؃.RW]J_.#\}ܗe j`%GdHDk Md-gWʹ8©&`lM{b~ZI*Q"xvL2H6`03wU¯ffH p4ŐhE2xb̀Rttfa….:")옐*48ώ0ИXbRFh`&:c/˕r`a.XM3H 2R`NBİ("caЪ@s ~1\NRuA9]q۾r D3, @dqh ,i#s\:ahڢɁf"vntB2*r}pEc| V%;"r$DȦth}o"(&CdsXG*9Dq# 'C}R|vܙ9"!MP{w\0[w3J煯״fcSw2dh3'KN4>M˪Ao \aO#\`"LxݎƔo+ppaНVA#R9TWoM0exRoOMUTOC@SIeUŔ)4Nf(w]2)>ÁGAv>EΡa0ϜR=-`̠jDa)Et&= qj@H1PU#[d8ERMṵv8dNjd]߳w\|qg?r#eE!77Hfݧ(}I|f[@[jRXH=D)WHKײFs u]vԖ ;HP-#g<Z(lmz#n049S1]zh}sC@6 L&:T‚ULBQ\"{N<1H "aG ";Wޭ=l7=0P1=Ԁ1$E7\s{ ?:E10ZK 3pa5L''^<ÔWF'V`HZ-ԏsaQ'0;/+``Ȣ0\1y1Ɣ"R0?yZጙ<~|gg`,1uG>φJ{4{Fos |,}xI) &!L2tQ\d4,AKfȨjTyXWCL \fB*Xa2ilY*ꆓ8AspGg,Ma !9d ZbmAn F`]0ІL#2i*[m\KE@4t N~K5-kl˞jQZ 9Plc}KTg_ҜDl"DSvLnZhPR-(_%2#6 1ax$epG5O1~#W6`B !Sӯ/2MscD9` 1CYѕ`&,k OȦ e[Ge{6 hP^)O8?W Jums TT!rTOH2dX hUy>)< +"Qs:ۅxuO+5U !4#M¦EcֈtT2CW™ÍщvfHwT a@!(`p}Mc4pJJ#1BBO/`6̣UqI0"AIltУ"yHv~6~RS>$TD+`8AQ rkn5!/OΨ! 1`I&۸"y{$st3&'BHɬQ&l|’%O㋺>몊#̦ Q#wTW;$4[ȗ9Œ)UNh'FFO1۾`I. g"Y$[遬_f 8 =9И@&Ή#ĮݱDsι}qq>Lca8Fw%8/ Lm,>Nj#wKyDETkRYGءS-@:KstK&fAܺ8Pcrqߏ=tv.B!3d!RrZ%x 8N/O;Js0A0$0yeW {tiï#nz~qKLx5sG3z 44ppJ^=O+%0Ǖu %ݦOda@9^F ( y|8&m/EP'l{V`ܘr9 Ds |/ux{OyD]Bp>E>/wMs<>}O-$ʵAV=;Y.H{%|*P*gO7_;$2τ 4(]CƐ%KX%̟+l *OnL8Q 2G@L{`I[Z+."3Չޏٸ a]BϾK[!†A![`80! #au;`+'yzԥrO58`=uۋn?~W=fw !C, O6 f 9mr1Ő5˪/hvH7HupLqK/Z@ 4@k0OԾv;]odv@mi gek}f˥|Oef %L@?}*A>Y4U2"'$4dh$JB*oXb)r3|rX0,~i>u!2aSG QuU+By=gS)8cVx?``aqpB`yр;۠ Q7޴lW\n-X%bl[EDc.H+#&κ$+YL=qiƗ?o8;$^I.f f;Qaѳ V.ovEeO A 4H#c'4\ksaX}}l#12B1cpc~TL"F0 1c 9JI(_ &- Zo}oU$ l0`L/Yƞࡆ:!0Sj1!n8wQggRYhՐ- VYoگ̟Q.~m/DLe9lQˊ0qؚ|: Ǐ!$ OdpJ$2Z㯿O)#J^' h0 2tn$m2!aRĈ 5BXFD\kIaLDQ9Y":,߿0TebS}s!%f:C9d$'9ہ۳g*ËŬPSD&;`n-A3m(?3g8OyKw q"xv 4>Գ9s>xOom*6s< #mQq W3(38c\~NH0)`#wy紥>4CMB}fdPqP= \:i5u~ d nrdrDJېӓcHRP'Sʮ01#@)0lgGZ ZzݹGb#,#9<(߾,@dauGeR'cpuO# b$9|/<;.iؖXfSM#ݾ)%*= HIɑS 4@yO\Ͽ0O)/=#fc!j ? ߶g#G0$V$Bv @8'#)`+b/`>;RpU=%Md^rU N\-'Pb;;1抃OEBkD 2<k<.X>J"u3/u~,*eR+j9鐘 \_^+3ڰ(ȅO,VCޭ\iL_ g4@rCqSk Q38\x%q7(a 6D 0%>Cy8\g((dY.c1p7) 99Oya+J LeN<" SE9\/ KѦhSJ ~Lҙ.JiײƼ:it>40 Ma')jʋZĆiymE1½ ڜ*wy\*닜|.?j,kpzZ^IĞ8 Z@`VSS5HEkhfJQ$ Cbb0 f8xQ90ѧl+h .O&t)w¥dr$5h!eb]ɻMU@0'FdDH,SۅpҺI͐FD@ e#mݧZ9G8$TϨK @p+DY8JW'& TV@uSo?35xXm͑Y %A-%@;X d7ch7Óf!L`rpNOIyc5Ǡd$ ITtCKiD ZY &7)'VqMZ3 RI xb88z 7zFcX9RS sVs@3Ȩ 5QP ¼ƚki-ZAb@|^\k1ZnW48-X+4deP#wY6OϽؽ[6jS.1fK\b&-\0?+90e&`"YbܤFY"F&erP%)8 )Ś`BDP -Km4w0IL뙛uE`ǘxslw(Rcζs^X 0p bSW%wLnpC2Wx^q9>$u2.MtG.γ0)C bpy!*v,Fl"!B C0@}u#F@ K88% 4Lxa # 1ԇGјGD Y`XC jC9C8Z @p լ (퉳OAS~ lܙ爥Ѥ\Әy i/:Qbp䙆S*Ս.gŒYA]m?f{>&q΋BRhLvV3fب@ˇ=^~[O`IK6hՔMhF ?[[ J,H`2x bN.5gՑF.zD4av}+ChT!$bH0Cz%&CD`vltN1](&aHX)l^^+}iP!}6{=Ovrܩ/yzXo,? kz.1 IV&Hw])b{AV [z_m9; WG1 xh% tq]Njt)MǣyKO@AfA 9J=c*TC!)&J$< f #BP`2;MG z薴`tJ }OŢ#0c 1I̔+(t@!   Fe%^蝴2`Xe[F†L1@s [EoWo*e<հ1I".1r;wOqFpЎeM.2L*OI8 o%=| nyI)ʑ!)}q. O6g;pk2008sLc+x~˷3PүZ&)FW Cd`HA3#v:z,s-ShHLB50W:bTHΪ>1y3$3hg5o7Kr+n9ǜSPB~xYrէtYwr p `wsDCe6spZk3ԽN mW9#AK%,D$ȶ2[܏>[S5^[yX{3"VR&,q0M`@2"@@w na8< ؜9U <.se&NuF ijE"f2K49yhEx8 p0t-%Z6~If2}un Zrem]~l/Qr=x @ BOq JKL;"7IĜE䴾gZ^W\Z/_&N& zO->y9I^ O RQi%A 8#?8|2I>^ZME]4SC &T3(c8 1 葇Y/ 6`g8k a"EDWm0!"(`fa ;DtZ>01ЇsP qLi`lK)yznTz"U&y꼽1\Mjb#Jb̔˒}a(DWg) |\4l r499gv#|BY6Ų?@vw`YnH8}xʑu #<%pǡsFȌ:-0@ggטRbJֆYKN9 I "cx?{vR-̶ l.)3YeDA f4~O!G[:)"[@KM+"w-mMD:L?a8S<k <$-Dƌ1n K׊I6c)/ka69N(X ^ӏo] =\.)'P4p# pDRp"2c (seɌ=9:/fP<6 d[P(; hYMld-l`r@ieN^$<LD!C3$a@nd@ȎaևāP% mOeΡ}q m˅y>퟼T.s`LnCLCt)=mϏƊA3PVĕ 0r`^h×/yvyMەO 9!:)'||6gO~SFY$3d&ۣ OVu,r k/hOؘK\l"ϯ ϩKY%X= zsHh=ɀ,:18+fkA&|);SSHI|xINuCa@9! Pf GvΒn}, a0 qGt[IZ["$!N>4KxN6.G%^``H qR(|`:[hGGZvh9-y)1s+4|B@Zv6{<0d1*3ojkz;<` tQO1p͢ ,YN/B@tRb$*yw"4|0JS q<78qEP^R>d4e UU `aAa1×( ϩr0ac*@lێўQw a`p8G*8NJ"jF90:jsIz[Xݿz큟lEל>zԂ'$e sml4bx˰vF8_CC.#28=I@q{0:%001(Ԫ+ĥ0E(L5 C6tWiSV>^f[TQV` DN<ÕW̹]2;9E[3yLS{g>sL fƂbZ`n8md8m  j`4BGai*/<$Xeeҍ+ N0JLJ O|"X T̂) "aL10'aa U.YwS@#$dW;'p=0SV2<:aNIO'YDxݭ| ORF,MJeK5.Xƹօ5(~`;FF! A(0&M#Ȇ Wtld En\Q8Ed`Hf&殒^ZȒY? CtG0%  @>^pFҳ䟞ٍpD:%~ t%8h>LIK'a=”^ Ǹm[&D PG#XLus iW[v8bgiJ^@!?Oou}myr침`vg* f$jˌ|c:R.(ӛ-)L 03 )`А@ቐP!: (:1qBaHa!Y, Xд f葕:E!ETSB]舗 !-:Lc9-̍aD@9 8Fͷ+&>;"N.ػ0$3"e9qF>d$ tS0h3:{| ޗzI/KPvȝxϟ᧻nS`ȈRffR/b,֔9Gm4D^lwGI }f(HO!"IKGAD<"gOd2(B`D1e9uJPjg,A.M8 tKyښr.>>$V0h]݉M@![OX[Jz Gd*M l0<:M(T6K$SjJd fI3tW~zNxb&vYoG(0%YpogdF8_[-qU^Pq N (kŰًD?rH5wl~\.Zh#fA0r49 MFB&@F˄B4q=f)1):1F)21΂S3PH=J@QWCyŲ=ÉT9fm>^A(旛v49V#`1ՠS4I0EgiHhhqqЂ'P ;2;n|, a"rnۜ !<cj+Ϸ%pNjKI"] S.ptpx.c{./_gy^ Ad0P ;ay5aUP)ِqrrvn5#Q5쇀#sGFwB1A :DD0 N/6rHd&"%@e:[hpvI~zMѮK8 u2F>9ضbEhp,V^9T1hiZg-'BRY׽} Z8 YB0e4ڠL_ϑ?tr-nss)3۟_1 08X `6xKUB˲/ uf1ՖC13#>!2>@IS#:Zm X)w,윕cAФiaǁJi` T'uѓ11@l2DRkIrqSKFkťR,di*'T 4X 4^ ޫW blPzWlXtDNE 6&Pd谄|t%>|qXOޖ"rV)k1v}[U<8±]?K3:-̡\$Y*|ppa B ),sp\>-m||y@-9NFGӺB;p`KƮ>22M/8*ʣWpRErs9̹-l(]ҀDdl"`A1!!|)_<߲lbs&#Ĝ!iBh 5%摓P_க"LycLAWK42- Ð|yo4T\l<[55Nb)=KZK9󤋣$:PJ:ZI.SlÒG0M856NOafD! (PEcZ%R|8R8ycw A,5!qhFABѳ ByZ4VŵJ''9A(B8Ąh!kWKq:@ pBu2hH5\‚@#Cy kU_)ly̑F&t;#IC ڧxd8co }O,_Ic_HSH D j繑_ݷϗD˩K:#:9-&؞c.pBctG d f9^gyeUT:EH BF^VdEt #lgi)N(D+ b+ӪcxL3Fas&f@DK6j/#ξ8.n@0Ji~iFoMX0XW32@4!aa#!3vc%Д)uV$a>x h)I_$k'e GYaQH"Nro6pA8-dK쎰$m`8/p_U_#Kg_{fTzOȲrL@b+nzy8 "_Q J:|8  jU) AY:hoHgea Nc9t[s:%%F̂qNyK $rUDdx1?mO_rO LRo Ʉc}wԛZwF@:R\t[R!# \fng)8 fr@"Hl¼Vm)32'rq:Ɣ%S8G^a@ I `g&)虪.$'³ ЮѰQWͬJ <Em F Q[Әd2.(թ"ArH{,]_88 RjKXQVSϺ}u8t[\-xKtZ ^㸘H2aWr-9zt1@2$efW ' Ṋ'NiEL1|_E^u|;e&ߗJ4YaD $ z=ux1.TE(,=zUq'B~]Ƥ%dduYNJɝH2ʗ ӵ0a($-e*t b '!In H?kqZi$x23E@n[P&{=g:?r{BI'm/||\ڣ%;1@&(?X-SiT&,)jBQ ^ڏ3|Px|68<F904Dv伀mŗۀx[ҋ/?Wi2Q9Q Gs?}3?3O\`#0%e䌉hL22NSPF!DJ E(eHi˕zUb@@<2bP ̆eMPQ4RG6cL(")<l#{;omDO*fFEF-0yxZOAq=MסN=e $h5K}j2a!pihPlM$1xn{f3\9MݸK+=1E`@N'O쟖is ӧps^H%ּۧw:x|ߥ KKFTKʯm#mtKE7D|CND[(8\kZ7aX37 ™:]*dZٟwujFH\K"yq<]~4;;Nn9W!jvu,*HVxG<,i; 'JǜNTS^cĚX-)N[.sTty˦mKT|~x-;Ĵ.쎸Pg ;oONv;()2GEpnj4{VFޖI-UOqͥz˕_Vr>vIj <%vâTf r!Wv'A)c ns16- ]6k[Z=Dm;4Jyēd0J'9)0]v4pO|'WU!l@k ,wxL-5r7 :M@D{vQ>5FcRA!.6ַaχVD j.\rog¬{^ﴫqBX5K2 #tZwi->=q ==l6UV͞hRu[t!P; x%tfyQ1NE$qUpRzoA >gs '-k3Ny@, c$*EF+zIUVC z]!Ef3tK~޾.'G=C lD СfԌQdԁFIj1u2opŨ&Tv}l3Р 1 ƶ]p10h/޺`;D)K=)q?hhw0+PƒmT`LO,ҦXXPanu;8fq:"alimb#10Wl%q{D + 8`ct?3M|%Z{E 좞 MG;s|0JTtL&# kl % Z6ٞvs6nsh-/ri'g`b}uVh+%tw>$ VcVlp̖g%GFu,kC{$nV>~<"<6N±t#<4*qJXRDaY)E u cr+rΗ_R+=O}tXߴoq+"IZU>Yϭ>/jvˌmdzλl_̕^O/ Ud_kP!#i X]:so:ėۗ #c]CWBWtG`Ow`k5F 1g<@ 0p"sk8PY%b(Fϖַ|<չ[I'ǥbp^gxp->&.t ަO-)%d~$'ż{dKϩX-/ 4|e:?Ns߂G/悶R(':Bk^D6sD^:/ХJx4:n׼ۉw@DhQ9۠f E sK(Q>>yN% (Q B걗Aְ(FLsG~DOGp$@e%0k|Y Vߡ K^owII _azay r0O/˄iSL=R1%JrNc6g=&ixᴬ92^s|*B00Պ]>}M?0\B"mKŒNWK 1X%vGi%c)P|Vt~*!DX7pfÇ R"1Wb\1-R"3fȖԳN猘7> H/# .1Qb `| .߿ޤl`ē'sĔAe|Dߠ-|.σ#2&8Iҋ.>-9M]f|H4c`;=3HgWǗtY{DFb$ 4?9I\>}5ߠ GcwXr/%f}oЇ H##F_}F;ωʜ3\P @)b΁ 0Hȗ2*ڀ$dqnݘ8wNO\jx釶`, }9)v~dǘvݤ痟@7k1k0NQ\K/Ykg(oE yceڟt 6uY10 ʊА#h0Do(4rRӸ((:N f6rnzW~i2PSTR9s ngkfQZϵ@`u zp%oI^jm~د<2YQ H[+?S*ϥO=|RzS(a.gm[+ef-0t@@jmyƗd-ᎁ/ kwmn;奠FN4cLtXh3S{]lC7ѷl_z`JHr[Z=_KmDr.Nm·Wkh?E/?<+r3O!aC;ށ{i#q܅ hة6eƠ\rEw #nÕNYLeȔ}Jebj\Vx/L~ u,4%soW^}I 9U aQ۬V>׫$Bgd>RpzhzLY&e_iV57cuƶ1TqIKz՗׾dfi S fIc;q]fwX.jf^.eP'@pɋjE#6q(\?|DŽM>̡S!BD{Jva8q\^0}jwxs6qT@("Ƴox3_č_hsibr0 ́\t?u=#]CQ|c3s9zz1:To,5,$cʌ-}w?Xمq&G*gQ_OMη| H O?kDH"df^RKOvmo0AlY BLѧ {@^^=}KX5֝tdvONF2)2rᱧ k.JnhbSY\#\}ȯ IK$g)c:[t%8.?<_޷R-Tp&8Y b 441y?diuorO\ĭtWGZ1 e$rjo.qX~;?n#& ͛`k>=bg]xz U"3b0{?޿_F45jcrz,I. x#=8tD MSA5Czߗgv@FÀzUb՜]!9!| \ Ptt + 9@u>H\)K (h|Rcv3HK2hӦ .9_5OcD}6{J"`&~SY2ǎ8y̰. $rIz8 YpQ{ T:KiDa@Тfwᚠn] 4}B" $Һ@4~Vs:b}2p "p{E\u 8 ͺX|NኤmĊgEW m'bR`\]0!JViGӧqg-ޜdoCĔOW> w@?岟xoa e$ay3JdS $f+%$%~\~6gM+ZoihsM F;U@rʹEcݥA|bt|3"q}̨@oy\;&3P3t=-tZ6&i@Q `ƶy/ i=x 9=gΈto lp># P8y7:b)6>G]L10 OoH+x\l9op%ur\pvn3b~Y'ݧ<ا_1A TKYy 4RM_cA@bXJ[Iߕɺv{323ܧIeTlbI|M7VKo[Z*+:e)['#|&=M^ssLrk#`44`J9̓'߾ u X`@4v `9{9.[Reψ=)a܋aVsI8xXDe{ps]p?e>6clb([{%lި΍WOFc,-m{A`Gopj :G$aB $VXt4#*t)Xga.˚ߖw3 kK"Np0ϲȄv[ uFv*jH=ȴ$ۙmtQ5K_/=~Ga켄2i3 BX@\/ RK_|V@]qt޵}­r<Ҋ ͑h U੖@Y3/.6Frb D`Xһ;;O/OXĖ7 y&ZJ 0 DŽ}9Af˾]> @y L @H@e1p6Br9S{3Jj4P\yN,f/ECJ\ׅmdiM1uNd(B3_ØAp'Eo+Oq38~MQ(2!3A}nvĒR)a/9S ysayePX!xl[*23&IHU^c>#Apb`U`.dV!ԅ:1K5YLf"g  HCl|\+A(E-tuZd7s5^Lj"Je]>\:Ad#Y 51]’@|J6πDrYg"L[;i+`KieRPgP 0؄pu4CWZzIiTuzj靈f ԧM1u ^Il-UDl'IkQL2q Ltoi./LZ/?YGKx`g!gh020Y"cdm$ ~. 7_>>v'෷T^Kka)om `G~_ G*PYsknxz 1Uyhέbq>Nc&- (9HOd ÜڰY/ rsLKN9c;Qa8e/ MWiIf9 aX MsPqo'4KHKŎcM:43 8-\ %63!y"¾v܂2La7Qs#h'bJgx]xֺr8 b)^f+X|iNx t29#@ʰ[=Lc-5-a8s48S˔::5Z>s,*g dͺQkA.g + ܓN JSvKH[,j!R&hmC3<`t߬H?2n0LD7Ù1 <UK}j?>NjF̑02J׉pGd3, 6` piIunMbu@y[;0C4@g8q}osj\˺Ru̙.8gU%bNشSۨ:O/zDcK/K~c5!RiLrEMUF91|8t^4»k0$ aqٔ+8C!OIOA(~PZ*"e˘ usɸ#/LA0C1}} |}K_RFC1W$ v6':/b\WKӓE0r\uy\}?r=~Vr5U5l;:[@ji-p{)PV‘!OJs3i3rX ̝)FǩwmhJ`M"F-*' BTqF?&ZA1(`d (ʤOv7= D[T"%>G, 76S|&]%cdQzrN/sAʡ6<"dIGIs+ Oc6\EHyjDP*BBq ?m HJ7uve.D%)T ( !CɂV\ŵ"t˵Z&Q << 2b˚s~w?{j=bjw9Cpd̗P8i{ə`LJ؉~l_vxۯ6V?5״vYTf7RyEt0/EPj;2 ~&%#?G'9iPEx-9Ģ&+<0#=م9X] t(IAT(26x6b8xWlCu4r1 ٌ+3vʐ  1es*52'Ȗm<$ Isںa$b= \>Oi+\ dp貈"EyKKHn>FHX3'\gw8f;+Ǣ|YP 6'g<}ocZ|M 9󢙀 Y&A@}++!"!a;Y8UBCb-/@/lY-{yɕhL)V&Lњ]q=zᤘ(:ȧlÍ+F)*J1¹#9`O-bژ@@S4 |Fd2#z6N6mIGZP 5o$ֆ6[]ž JuOȁ`,|/(ۙH>}r6` uP ӨZR _?-@4"weŮ_$P Gm̆0reM@XSC+ &r6ˊՖp+`qysw݀Z< Ę 1RQ( 9C4d:䄐QelsԄ{}˧ DPeS:,pLpR) 𮵍y&ceOi ,k!wMއFN 3SvgՆ%G6Z4%C´ۣ*Սy3cJʕ`F/O̓oQ`So@aٕ]V# |^:6:I F@R8 4H{0 2e <]Cvޱn˧[CWxL ibs8U -;()0T/!i(lNȢyәk O?i^/lQ}hTJ8(zc0YT'+l Sl̅oz/jm?]%oFh (4{LەFINJbnu<FV&XꇼL79G,'Tg}'[d7e%b3%a1.x}y$zyE12\Q @\0eL r%r d)qRgRh㖳Ҍ9 AI h>= LӨ0 Q8fPв0,Nh)rv ??_Jenj<'L\¼$ D́)kJT"mRjU?PNnÓ=ٲZI/9_79)>y$uUO^r+c,UƖ%a@]gÿizgj=H"`T-S]SF^LsH-!X@ +p)cE/ua/©gI+d /Xnزik5ɢT$g`3`ʼnˋO2%@!$,JB 23ƶ3|j? [|^9J^J2~%^ q ~$_f| GB'Y%n֬!N\ɨF]dowu 90cs1ӷ|B#MaB1 !axFq)!-.c5E!ޜlc2qwY/)L`%Úc:mb1J:$\HBKp.fsjĺr8832BZ#0'jfOfTJ 4R9;`x.Bh2L D /ۉ(@u/+̉]n&V{Ghf]BǺ$S@Y}ڟ n fly>[ ܭn;N R9-C&@r4CCptU:/Qh!hYkhְv6.?p0sX*b8ι-ML dwSQOa=o#qHJ6& ՙ3?p΅G (}y ψu,WUpC E\!-~.TqMc$~1W͑qO# J'xkDL8P;(az]_}ɭ-qGz; {BL1-+-qR>+#_t%j 2).Dh_|ݻ^00d!|#Y6L1 '$e",2I(R`*`ɉH_Ɵ&?6[xmMj'm"c2MsdC+t|TcyKaZnH1UxH]K6;S1eg чwqXHi8}YF->̩3%˴p.}dP]gm` 5@>A_E//gvN k⑀B !镕⑖Ca =L4KFtBZXb  ,^A_&~y~#|}'ןȏSLgpc4TG'(T*3Mq*cdq}*fT8lCa!߮'Q0#) "*" @u0E…#C=%z8ִQm ըܡeIGXpZ_#kS^' D[>&T0I֬hJ|259(yIy%o!9<adF BΜ#YcqH낧K-?^I^|sHy>t:uwn#W޶a8.0Cד-k Qebkz/D*ןohKF !hHZtltje̼z_ !&O1dױϵ,e\ dU*ymTfͷ+q*4)n\$u2Du4TSTrƨas"m>&tEB@"R(T$iN@$̑|d FV AO׫͂gwm㰉$ w ʗQf~ő'r,"Q#2ed"dL@s͘}yH@mxNgnR,o?/Ax P r@Ȋh0ݕ=@G1(,VSa٪t`?n/HFQb2QD Z1 ҘFo"(^X&-)900Xj3,h~YkZN<B#|&WLZ]X)Œ؈oxnQx憲a';uMOa;rHґ3h7YKEy&DqyǏ,dӵ3D!B!TZ \.k!CžY@=ep+8/EPMuss5~1|6%ao:SQU[0 ` J^|g)Px϶5l"/އGʩ/2`8(W/@h1}!$#>T#11P1ivĩ}‰$|.c^rϼ' %LiyA@k Ok\wL $].Osx,Yt?\iS0 @ =K! "\d(t aYFOB5}=_w@ )D>Pxɡsc`eZ_EղV@cvyL/<(7캌pY3+ <:H8ALψPz$Ɂ%EB@`v HfθFSx@js2a}/ hd)QM|<`>^dqjGfssn՟h珻{'Md`?QD`@&haM^!R=GҤ8I,<QT7j z~.`=[N&TM2s .ד H>һܷ4l# %"#M;Ĉ'k?3>x9xGp&s! KcDRf,}ֲz;\O$G@#ϜٲG yb{\TkSk_x%z9]v)ZwhH8*:!cp RT%\Glet6'K D>375F=nRˮ+xHKSN^C)G$)  N$Uiʡ#fIR]qH}yuw%,rˍfdWl5"A(3#Ip!{M3y oB2}7r+G䱼-NqTn>BSeXB@np\F 9+Kp#Ha<FZdr,LAB"d@g@TR-ё]ʇ̠;M];ڳ?;yH?xm٦pIKxzmPI"3b vz1fKdX?^K' aA. ns#aj Rxuۖrm# @P1AVa`0Op$i}#@(TGC┬\lQqS*&QFZ 킗Ǧf1[r!tRMHg*b#u/ Y&ZF'jbs lbZa)O;PhY;Fĝ9NTFڍ%,/~+6pa.5ʥǛ_[\\a`H7'q(Ib,HtٖTC bJăPt !b $ >giN1B*`Ĺ,c`KjarkiW9BŠH)hB%0V[z5Jvzyjڒ ( C f.aԦ DLAY'B*`YS(M =DKeZֿ͜h2\ά&8K>jwMmPJ88 ϯe>"_Gj)_ 7im q3[bb8 P ,h(7 -mEֻ2h6A`:D't3 rrPM5ke,@!%F(L!, AG wDOMG Ӛ)tBym~?Bn4EQ="{ Cԡp-pIslT!\x%NNsИj\^޸<ӕdrOACO:4>Mgf h ȷ ZkNCtn|Y0b?\.td -yK}ȰP005H}JBTYkY3Ki*)!ލ=H={8; 1PAttV(U GpK: O6+F5:(BHxk cڤ8 OΑ9M @Tm 0]JL8m\ZR54qx1@U[8P8tIm|bNb 6'<}"]ʹhlAЧ2ilhncr|L >,\Ȏ'dm/B怂I#NJ̙14m}j]ח^V2W@lE@S\΀@ss~TAADBejBdBA2Kkƴ3%w>@!11ɭ$_]`Ol* ~l%(MV KSN.OH"`D`&Hڴe\w9g]'K\Ӗs>ld cdD# 9yM񘯯k=Z,Noz4!.G5Mـ"C^b)˶, Kwn? S5g`rV"v0@1&t |ɼ0Jx%f*  rn0Uۏs|4mA~(r֧m\F5f@}A1jo.~Vݼ C`>b3tKjc! EP= A N11r" p9z O "=f;.F ܆hp˸V 3چ>lM.c4 R 0)( ##C&Ve*).J:pTF < :@HHR 2@8R60,x@K='L!F1 1a|$\q!d(| ކC]y:K p5D+a@0dA )0O)a P>Ζi^^iUf<9ivdBH&3M>E//kbZ9lƄi3~D_lTfcHAtK$ H,DlPE!8$>\!Gi?"/)M,4 b{Xfh3•"y ,A9KyJ!8\\`ĦEbaNH)ruRT{+q u]w%ys*5Xo4iP;dmQ²gB-#2M)j.K]&SǟGW,0 ttBgXLpb́Q˾CHoS)շ9f/qs#I݉N 2`0 ę)C0o4c `8[ӛZ u5:CBDus~. :?G 08(4a8sDp/a&-D):CеA*m7 ?~r\6@8e5[2g1[>D%_GLz ; LSV B쎱v3oF<αnNDp0h`cttD%X-B}_5D8G Uedps9gOKMGy<ǬS+Bv *A*G?~Z|_ /5Cud, hS1<2L~+e}4wahaƓHy"&]dȽP胝*{(w#["Ga>SekRdIn|ʐhruyG>o#2b%f4D<Q ȵaPbA)'z)I!7I)u̯|>?_?NH/$Z09UcWRn\=ӜVn%jkB 0$@ 9tZҖE_ni뺈0d$B"t`U--F^Rӓm'{a}ΚK\truzϯKMC u@:{"[/+Ŀ-?Fф]ypỶ9&Y$0bNs(KZp)֕2f{?S%İpkC@# &CMiaCBH$c^C/K#q/[0pi R%midt7ILDY'劁hIѥ9c`ϛGi?`svC[xND}}H?#;B[1t-dѦto$OthѬˡCai8C ɮa_r4!LcEѥ YOvq-l9 ݸ8x`p]}ttB3YC頻؛ϖO$Ń 2ƣ` "<1/}g&ͨ% Р yS ?X|)vJ>\3@S A_2,c>q 3ձ,1] ax/vJHE 90So1l4nDR$L@GZ'\\je8]MKR8tTd* f>0Axd*=(iÓ>s>ʾ{|pkݳ80VZܹ>_x/cim8e$CnH@"`\pZԪRV/u\>]bOh aN2 C MO~s#_nPK{e!p*`#|!((?ӯU.CJ*d1|FhTVq~[{v^_~h?Ocͩ!2&fuHB.@IEHA<[Iq~q캷}_V7Ϊ`::x(@ 2U@I/;qqE%dr1Mh̑J\wKN[g=!eA ɍO9HlBLj߾|l&P=)DAU(]=J\|% 8K sQ9Zik7XY?km}9 gtp'n-J"LNr^4u;eDl5(@ݬEcOS!)Oϟ/ih:GaҦ .ep`Li(j+ʝe4Pa :8L;R)~ԡҫWC!. 4? a{]gH`GL) J) {VJ?mO?[v~zDP#a}"Xx8y[`2NS'R)Δsپ![פS|}v^#̠4LXt-:d/;&-ёB`0 C,Ǐv!«c@BL=PDF(v62b"Fh4P5?t *Лo~_~Z/l-ch;w<$Aۗǟ$gV͏0  L bBA= Lg9 "6#04ùO{98O@ 2 i6b0tfb~a! dN#nQG 3 a DH1,F,)<1/|x*z`(iDFd4PE[j(=U咗e# 0QLiPq)Y|4K7B><`NvjahL"̃!|ͪLw}Ui׫Kр/i*^›q 6hӉt_7Hcu-.ZMy1]u \1T190NHp_r F 0Sp 7a‘ lA^2.ru|m 9 sS좠c8,?Yy.#ṔH+U򶰃Ei'Na F,e֐:6>a|@GsOrH:s`tQ@PRrD%| jDP8[ yҀ!-D<Ӌ,0-?Ώm]Kp/6J3TЉ3I#Ai`*@A ӋBgv|S藧C>`8:Ѕ =fgM|{G`̘d= (lk)I2y4zYL*Y ,o~8s?ы}Yژϰ&cΆ-!O!ȱ+" P;K$]r!#"t6K#Z0f @Kÿrr8"yXgx̚Ŭڡ4Dl e$bèq//5mGg60 0aqLpa:ׅb\]C^o3+#<.ʸ_"۶t>a,r|T;&I4 L;7* D= 6%R d[΁ɺ,Ԡ_O_֠0onl| i"N@ 1)àγ |v~9""m"MDDD -עG\wI4+yW 7 sfutոɷ8!%S]``p, xkRvx \)OJ!"Fd IWc;׭e6Lwsp_f)TA&CZA1&g~<H[Ƴ! K0Me{ !\o\,Ol6lxIha $Pb~6LhsVS*_:)y쏔 uUϵF?:oK&`UD2@$wsh>(#/bE ,I 5K3Rc%/TPjEy?V}@S.c,inNb +wtDccGR!CzV;i > LpGW@ְ3-]0`6H,LOǩϼf}N*ABX7w"5WKJ l6;#T)x[\x{}{gjqRa*ϽZĢѢi ya_3's$.j.4C1R*k^ >-KmOK~Ƨ奂џ'L A4$PLYpNhB脗(B_~G8vk<;`3<(:BZnVt-H"v`2arYN5a'#4d9LHhryzR{ ij{@aD ZCHm+l1+xwL o(K֙C LG=Т[j|vsf)4j3<@-r8# >A+)WX..Pl "E;҃Nϫtl6ο}sa8ϣNV`{2` DNBXx $k&L'~0z} KcL%W3  ?rif.6^ԧ"a0( 4\9>`#P@2 f G wG\_cQzJ"j 3NưDmGw334`NB1ÀdU&U~6 ۗ%oZnjʛ<#П>纘{X]dn8A8 !!3:DzKz9z5};R!ÿ !PedBH-0pd!M߯bq,!lA 3d KTz`&A$@YMc4cC߽t.sVBdbpYV9U蓼-I{Eug PXX`dÉY%!HXq&8*HGndda=-p]EgWo LDa O5Cr&''0F `fCv4^r `63 Ɔ)c2F(c-O$ DOINr>zz XÝ,|"L,.}D]8#Nan'88Mb2 ,c~zq@Ls 6 P&lNȧzSIvbt'cS7AHLB*g4`yiK~iu  k zy]^U}?W CL1:dAt  I=9iQ @fyFM1?Rv")yL A8::ؘ Rα, pY}4@%9{5p:$A 8y-|qDy|k.4V *Ϸ:yg օB `ٗkm ϯowmL<lEԨ)%ڿ_jsٟV~<7AKX]8A Uvr(DO^:X,p`6ki/X$cqKK0ԁ=t1iVU"-Fa4FcDZ1젆xwVo-OAah6=Q4 FPp"CSO۝ !qLr&!2ZzG2 2|汄?sH M(wt{C[ڷoN 4k]{x(;`b `8Q,#}N[:lhlKn(=ѾjcIX-fG"ƴ8B%RS9E0  ʒ@=GOBc>{N|W.4?iAg{7CpD ` Ժ9G542!I/t Zb1=,}21|:Iph()$9 1P혭3<Ìaw3x0&aF)9:ejc|K8۽LE{*5PTuph*!}pQ !V4`M09 s AJd4S6Ɇ>|I;DAr\nO}G˗˔Z8c=׋1xDf?y ٰðE|˄ pof&u>|r___G`EQ8;*(bl/ [<6yseJ{G);o>\`|\l߻?wO( $DKx C'Z =Xhϲs<^xAn+8r%pR̠L /1Q$al-l#Qnyݬ6i 9gP^q9i=l\ys#L܉dFuB`z';oݗEY%5ANsvGԵ>a>`?(tc@2p'1Yؼ :P@Xހ9!,XN{qOe Ijޙ 6oh3G3MD -9L'HPc@Mfü--4@HcRKLWȳ2 HF!1 ‰B-KHOD_1ABP@1gofӯSh'c%_JB)g8G gD֔R__h m E^z 1,=Bpz3}zx0) T=,m_. `쏿EQX.a! 'I<`2$EqvƬfť5aK\> MS6hvp6N~e IKiLUy$|:ጲ<根iif21WY>V{; ,fP0# nj%!9EXs ]b8}?z 6@:բqzOMCQsW @A$S "HϏ}F&aW!ᲕΏ]P c{XL`|c&ͩϞ"!jy:XR^K0I”[ijS#a_1'>' 賹Ѱ0a!1ўZ !zia?a1yɬ};CfzIS$1J$F9p6jSdPLh\0th7Jh@֚̎b3"C%3E0 Gb;!F#X$p@EGRMES|SxYQd / z0 } 萷<0]'v=t3a&A3f2/I5aϜek~uG%%zbS gャ= I>E0UmzD f`OYc ٠G3++hub*x){te02K | N(% Ygg4ަJa}6@={$.$'*Gr47 `⠙1"R$sA[ #8Jc S/#;||85I6>vӍVW 6C <T5`т%. X0(2Ofk`aK:_O 6Ks}Q3p0Id$$%̀ʫ~ Tn}ObcۋȽ{NZ~4.K(݉A5d-4q!i9 1;.ǽcw{,}PV 'APDs`Tfa<i x~0guÒ9hdzf9^ER$045p 9n?@ X:|ŴT#GB# t0O  jّl)m@Il '3l92R D_e$dsfT {)`t`60@:/ ?zN~0=̓ba=Gɉ ֏}<~]@k%(g64FP` rG&,(P|sy0G0i pk=80u6:QH3< 6' %w4- @d'ޱ r5$L=fﲦ0MC"9Ld1\P0 sI2Z7gg]zNa(-g6i |G_/iZoJvx"k8Q,,ޙ<,l}t|n'yYF#G6CRmgz~j`ID\tΎ(z J;0yLGftM֏:9K6Š 7$$p.3ƶ0JrňThQIṈDsgmTFKBi+_*Ǫq8RiɃĦX?G.$ut'&KKezz\?]{}l >fr - .#O(_7LʟR̈́mxH10,Ϟ mk ĀkϺ^iBrҖbspli\r[Pm VBp&aاLuVSgC`I&Q`9U ,N 20L,BLw Jn@  lL zYqi)ee:&PslL}=uסZw@agsQ\2 ^?j3@xpot̼nmN;bY.3" %%W2JY{T8iu`?ZǑX'C +}[}saIDZ St .K)N1␐{0&i_5]DA#8%"A3x:/k X+0 P0Y ;8 hG,8c\a؟K5<`PXQ Fm,"1O<&^jd[@ xu7V,6؅<.K ՚ Gv".\46}1L苻J_dR"3MSvK9P$t$cEgK*۶$4D➃SmT"a/N 0$N[9* eNXa@Kd!L̰ j>TJ>I„SۭO߾<"mѯj9  瑱$r#N+fOpfМyLʼnraaT6ꦘy)u/~]?'Th6)E<{ f +< `F =z gs٢.#$`pHd_zf@J0C`,6 t ({<[B. bJ*9I? AO&™!Z+>'ТO eZZ(Wǂ\,U6FW3k*:l󲴋`J0'>!' bJvhOM+9l$˹p?rɣD0pp @s~: Ӗ=1WX9)bv^$3Ϻ9:/*D f)y@ WRCZFA9`D ":"G#K|Qb!T 4V$0ٜL H;,5rB%aH= G8gl ɼ>*X1cLB*z\V@+Hj(Ajvd4T?{ g㗶=wǬMN0tE 4 6N rM_^h^B1؝` # (V_qn10%&`ɀ'EŃjR,gDSr(x 0J@gB(REV zX+;Pf@Rq.,V۠^ROU#8fN\F`F^qI~"7ju O(EthH D#-lɍd8ipؤɒ7pdCɃ*Pp|.%26;cI,KN$7Nv򲾼^qup?ʏcO="iI,6'm[(٤ 4RY.ncM T藄7Jft\$ Gx6y:4Jb)%d p1 1CB@ak~J1 XBZ frAqȀ( zYدbgn|.QsNj2Kz2>g?D}R8xLᆔ.9n qGBǞF6y*\kuzmdW흆oMaL$l]Ur}p"(6NQ$"gIl^? )[@3{)fc'؄t4~,Y“#Mэ\ͭ7p8-E, bAQNH@$6ZHΣbL^n@& 4`Ed #)RxuG_U\IЉTyz5Oj@xc/[* }ľ]T+*`89zq4\W 0™ؑ=%h1ESԺ^@ESDgFđAQ<0FKJERjAi! U@X=>Ճ1p>d=oeR,B?ɟ:9,<2h rCJ]qfy3+{$^ Έ63BBd!:Q,do0G>!a;f#9 h^N?kvfoהηO;r^&v`뾶2I:- { @sLC/09|3ȅCq%ߏg[+ ѝiqNi啦ԟ4qP$:SH#/7YJ]`dΟ8H 2ϐsR~+Ĭ3ͧ$LF' E *IQq.,$ Q84⽩92%ggbIl$&mIdҘF0M;//m~|;YWm&Y],60Z  _ϥ[e6ERнqzN[- J*&sˤ5]Ɯ5'eA˩pY駾VC父 B+%HfA~qp* "F4}wrϖ\wbƸ9I0 D$+zXIODĐM%WZ;6fc@7su=_\%2F_o =0C6PF:K5 ri9˧J^ ^gjr LE(4 m?>=Y`?F-0Zq50@E:U) Ƒ.Z~=^xRִN-GGQ:(+zf%jo|E"#mClNǩ0R=Y)xd7lƲkCv2ɛL-)8XbPXlK(4,S@H DX %AG*ǥfF_jam ןw54HO^=tfqfQA  tcԎ:f`uNgi]zNU6G^b |"9LV%([4j<)N]z= &"K[l8Ղ"ZBy?rC#A$m\닣H)_ۓ^O;쐛qd9̜f+/oW `+M)eB:!XsjV/#]i$A D@ @&a5MKXW,slQSYeK*`ָ"U^.-[I;΀7\oo i6zk@bf`9-7mW0ղ-}K^yqX< *"zUjEK-wB")jZ/E;Q0_s/,j}s,p[Wzt5GVJ8׫&K?ߖr)K߱ BkZo)rC<'&ţP$߹&Z{ Q, pKA@b9 @NhG"؇lqsoZ.@&H]3<<:eWL Pɢ2A1`}cWmo+H2dy&$XKޒ,^&yw f=W1|B&~ c≈ Nr$A%'Wb 7=B+>xX9DND=|[X6!^/$|y=J0C ˺9ӳ+?)o)흒짦ҧ )@%R('R뿹ݻ80hOd=w;BEwǞ8;#j,BѧDu5U4& uWSW5@$2uP%f0c]G,y◟Hl< g:vR͞?Mk)[ n1ʂK }>-xBApcjkĈAe/@Zw|w&C(j3"gD!'xnI//˅ޟ>o`4 䐘ѾDJtV==SLk8 (/&Nsg$2Zvcy[2#P`pdr  qT|[uDEA,(Ĉ1rŕVڴ.ˢ %_ pZ6Jop[X񹽏Ӷ9Z>t:D93=0lke?=yz!A\\gK @\W-?f9zeo$AdαH*5ޔky)BC^jpDu8[Ki n?-ozf4OQQ>F 0[i|<κMqqH'Djif F b A=aB6;!8I8d 9XmfiAS4RR"Fri1 FrQ*Ox*Ͽjm}YJcDT|Y=l3:2<(TE#x7]^RG),d\zHxڥ߶s#L50# t]&o~ .$85?̥Q`5~-'PqEpq=ͩ&bZRZ)ct,؃9|Џ}_^(e7`",S6 2)cLJʔYc&婼l sR_DB"]L#D_Q/:y_f ypeB1򉊼9|μsr-Ok[g0QXsAD?uQK'j7likrNtnj*:T6냸oʅźR p\  >J?S"$nޖi[j4\Sz.c1;7j﯋n0Ttu g+.kNSCh 9_8wORzL5ጬCuv J+*.AIC022]ÖSIbVV-@B4B_ǏvLU^:Z 3FM5)*3ۮYZNvvS.A6b9o?RWf:h% h%#ٜ.P6bkkežWֆu62jA>>>\㜧>Xٮ7 :_+֫>:Nr'DbPMKZP(~V LRgQv h>,:)YȁhZf+ {Z|_yM ^ذ>ak1WS%_?Em?J[XOWEHR;҇^ks7 >o4N6VFL榚,z)3MnRްT/B,Ha6FsaH@}PI5-M%4yI5)˚Bm2 Aԛ<i{'@bm:! )8\$sD[,8N[k&6!vqv4N{E^uWF 3;Gr 6OpyPY2J̅S9@z9폿Oy?wF  8iF^[m,j~Dg(< rsT3v@y7NyDaalgX__wwd( CʔjbPzd h6P@Υd ^~*Lɞ{S+^R׷[Űɼ'Վ̀`Ӭqq:^ΐDKL܃O: GtR=)#Ar ;P$b0NrǛ}XQDb]o]@VpZ5< 7*dVOG}550gRds4Bdhh"I$ph%}L.${3j0̿_.Hy ,RXSXB%`!'Hd B @61r ֔0ˊ [PhˋW~?_vcEfk+'4:qڽd9Kyʶ~[Jɠ:!h G#09|M‰Y^{_1:ޅZ-'+bćaQͫ-.:OzӟO_?V0-EisBg5wzQ{׶\/>:W^,>&Uo߻k: J`)DXt!'NVRqJLc<K}b#Llbq Nڼ2˜9)K.[BXF Q=|M)] |\ll'4 >Iݠh 2|N3vIw+DK Kƀ3QcL #0Qnc>(`?R^̆:rxd#G`@I5:b^/ /:jJ?& Ht9ܬ2?j|%M>wskTgomc o5f;i8w4y1' $*KF @s>@2GoǯЎƥ! P`=[Hـp$@uL0!-u 򶷒d>.l 1 K Gs%[EX g,ϙ1QX8>c/D4} SO~m\#_s9*> 3åt3'nccpT$GC a$ui}}~A!СnklA4j T~ϰ@{CuT͠CM e7-s9זftZCSPpI 5!"]yDٶeaK&0m]bb!*%3+8 1c:3e 5#8Se606 9"k)@{*??yW˪a!φ{`҄48@@a"~`'?NB׏1R8mπ>,# C(ts7T\^磅h]C>cj?b$| ӢˊC ro`f=dt0(]$o讪kB5~oET{Ij]`J@ 1EW:\+VLu~|xA-Ͳ_gH ĶK+tn-VdTy j Ŝ/|索*54 r[n2k}˟߽zlyM%%`w$K`cޡt`˂r66WK~qDt rKxnw.ے-F/X@i,fhݵSQ`2PA\"ٵ92c#rzUdHhZTk%!Bհ<*ʐ)A0!*7JpYo3~&y=>~?yK,?jؑX5,2& ig.R"&u2k O2[k٘a".cJiaL 94ԇٴ\{PJοG!1&+y\dhŗv& ;M9,/Nԛ^|}|Ln*?/?q)id֜`!UY4("ee'tIæei$95ZUXHipH(xѤ'8#l˃x}ϗ9~- y+Fc,һ!(@;'drۏ}t wp֬%{lF)J |+v Q.m>8xkg(tVr /y׬;c`M P `H!s< & @j.CQo%]lLF yG\92[ F' 4rY-diUljn/k0.B/{ْlGZZTvæOJQ'nI_M^?|Dv nÀuz1#kҥƱyxV:J_Gz]G}}i&庺7eݖc6z  vG/teKOS7,@B*pqrPO/>@8;8ma'иZ?1h9ERd@;S"X4 *`l%JKט.1pS(0<9{ 6uġz.xcxy ޵>&;HSГ :6Vj{XSRl믠'fr6lfݗq?t3#EAE _%q){|qiiV䉃9 mY! BҾ[fxqsx:ys6b/ucn֦(Gl bR*hB\Q]%.p |c!sNlD +nO::|::>SӧpT\ rGجQʒۼ<:,l1{oO6\KԄ~B1wiW;7bD1}Bx\E˵lɋRrys pqPG<.>9abwBX]tK = `pv1fÿ"FOHP@E#Hs@5͜Qg](&\X2Hfq&,;|}~3opMɆvBlj>]esL9#I39}FPT{ 'ϟH,r98Gy) f#`ӖWrӪ{~<^nXV Ja9zq8˶֭rhO#^(!l6S>0~m5C`pF2_?A1)g w@j>$ ~6X` gFqɓA^;4؅" Fj&FM¾5O$aX%=^k% ϵen$ gV EݭZ{hi+QI+,̣29;Ov~\QU L1ǘ2R8&^}Y^2;oB GSY )q1F90G_aHrvbPs_h:s*PtauʳҾ9HЏfj9 |噺.US`gĈ~g߄mU3GL|B 5; PPk`, ':F08` f)poqҷUa|+s^+CHTm!:o9|@An6ܞ2< gp:v6,B~,D<=6D`NtIpo-ƖSR(])$+ S>%ke^;?ĩ'Uc4ԙO(v[smҌ}G3';3CPHS GJB,,b#4V$-a.RS2FN)wOCMXGxh'p^Jw]|k](~-c<6_::/c)BG ?cK˄ќ1BR#4ǤB(ZzIXśo+_z樳úq f1\Z~Ik|՛͍f9s Ə+c2k"'6cZ%G)|ϗeW- Fx>Еr 3%C$a8daF` FNlTeԗj,/A+*֘p ~]651!9GY&W8T>kZˬ?~y߬ɐ^ϱm F윬^?͐:__9.N' 0TFJ\ G^T%陖q1Fjhȯ8(/1a_/od&d)-Ay躽%kG>Ʋ _OfȴJqgLZ^O\1`S4"!?ˡͧ>D*#ʜSZǯ.r+|4:*[#sG%RC0gE XMpH(zu(yY2&hKNt0S@<0cDp~]Ƿ'9}$LiV$`O=Eͫ,M9O|jt.:=a $=HϨfԁU]ay+Lǟ$Ͷiv. d>xX<ږyC㈡Qa ˒$|*) !SDf쳁#Y0laʰ:4HҥJP~R X^kʒs 1m*V;"{uńAy`d` vb@t 岕VW>nlj ]ʦ80bLJ-&UYe-4iXP D&s`meO5{eq6E&`3j)em^WO\J8RZ \/YpF3%M^`Ih}ql` zτA_NΙ7j1W.0#i4=9P %>ФK/_^;:IENDB`examples/textures/shiphull_bump.png0000644000175000017500000023163711301357546017205 0ustar user03user03PNG  IHDRYs3fIDATx^W+ɲ&ePUKG\Œf4+3DrfK AsjvUDpi»o^/_ZJݮ/?OS+-O{y⦅2Rk5>_Jxo+[ ?~]昒\:m{z~I>۷SNv19󓟶L\ʞ}-G/W\}_srM/=W9dG?5Wp\dIȅ)CE;pMSo-_f\o]koٿ)CJDY[5s)(tksSkp`jM Z"ȿMշ45<*wȳ8G7΅H>[q RiJk>,!X)[ J)yb/G[-O/ʼ)g/{W#ȳ8& BMM9T|ubk/[#flUd\aosªށN.{ڄ:OeB"|S] PGA@>  6%s#_|xV_zH!||HYsp ;z)[wAl@hZ #![zӘVr=uH;G:*s9N [ٶܜm>b'24g\oC6I3 UҰT#!ռ4aq&d 1BN*eL!NNZԪ+ޫ LJv\z0810*ɅTdYp0?7C9R6Hu.{rǴkʋZ4!FʅwۜZcB9w.L%gȿA$A`Ax+mLm°;nz!DvnVWI]@ʁ['P. @$WD !/PeQ?1-1ͳPP\ a9鐠S\?fn0!H//'27, RDqZ)=ތ=L2C0LΥ9PbJ R]JcyPpbHK*8Ų8!&'XqGܠpȄ ol-9K3bߌ_=q![Klk=98_V(ϫk"\H9jUo,l8tc)TDTf.5B QKޘƱ ֔Sp/Ȉɟ׭ģs+†q 1. ]bMPڪmK6,$!iW99xUh=Re|CU:C+1"핌FWk-SmU(ǯ2Йo2팭\򋵸C7>GLpE>R xȱf) &a۹Ԑusv$y!0FΗ)damĉ+ͦ [D'*ZGB"ѕZbKqm͇VylQyOa ULZ@OCk )/Qcl<35WkN(ʥ* n*)wF"`:o*/%0GF6ܯoz8,)z'tj䔖V'ܾ:iŤS8 7A*G̙Y}Yƙ C-*B \qG ͔p4i_mQ\k#5P4p9 MT9ש.vmm y]Kj͢Vife/}L^XiYsZ\L>X48% $9@Vu ё01&'I?M@rB83c>TWn5Rv; %zyދ`.sQEkKj󷗗,,Hc] Τ_MYlN5~8ɑa藠dϹAL\ZIܮڼMu(a^PugrQ9wws]]TsV/3K?B}{1gaaleC.7uϵMu߶mwieRy߶R$| coVI1͑6 E Қw8rK7WCE6%96Z6/:B9^@?X qiPP7~S6 nQ IHvi:>z P(JnkX?1e4rSe<aRQ%g-Q{hrK<.<#aϛx̷s$A mJ44pJ󲖸l\)t7. xwDŽǵtxŐ)ˈ(ZP/kI??`+S8&I>/;4*i2kkQG2,VFM};>zi="pq/sL6}SErh$8V ;m+Y6#Z.4M۷ {d)o_NsIŠ.7K 2?QowuZGz)-ɩVx7\X4O8*tT?O\Zs1j\>D[ ; oTeY1$B (xDZit1Y+'y@OXO&'ׅZ_,b2 Xڳڑؼ(~ޫ7ɫ#F݃*C `S޸6! [4bJDhݟ=˻HƅVZ:ȷW=5vT#Ed}~242M&!j͘t5R|x;$Fǟ/ 2䒛 KFa/XFhW~ Vo CB٬O/vN~ K:L .k `}X4tSNf;ԹQp[xx՚Y\Vz[wk"2\ffL ӇJ-aR%T8+y^7aV7I1zz[P}X,OZCǿr;/ͭيTӳHJ4,! BR#!Yר8ZjF襜|ZI4U['T UKM] 11G3=-c9:Cyjz;﵅ ,68SxxХ"AҺARLMq=$ܽwI &C_]~D9k#Kk!}b[lJ9l񖜏Q< /۔PPlb'eM>P}u~-yo? X7AWU/Ck% ҂/_6\5p]B:6&i,I˓8љXf7SHCZ2’>ʃe/rxpG,nyҐ婳Ǐ/iBy :bHKJ̲.sRAf([qz&uUQq #R`S"vlB2{x s@B.1aT"av>ǧ0K@z3h@gx)E8rJX\f: by0ldVy03U)J1wZ)Dr4[߳6=KlD>)(B<,&\ sOz* }1Ry8WC QV.2U\܆"S{Nq%Kշ ^;9pOƅơw[n/'Fn5Z_lRDl$b*RɯCHS5Ks܇/8@k2C) _=spkι|r1 RH~@ Mjq)V4% e*NC|oPuYiNaMrTBE]iA`* ޺y.Wj4H-jIHy9Ë+^}ZKK4ޔ-ExDf/oaE{MV-.f·SB7o>>z oV-66GWuARJ8GB!) 5}/muS$o'&i+@7?E \"KMuMD%[G57IU0`ie}X{Y9/A_[2uQL}#F@i0k~X}lHo{ .ϙ YN !Qd-4ᾶiJ}瓹%c**G-iUg>>yRy,[-e>5Q3>frr t>(u2SYf$sƽy":/kMC VP*'y/CAHmM6[.B~ z@*)ҝSYfΈɅӫbNϥޮox{nCY^PO ƍnzXC5WGū $x.Ȃ^T%ۑ (r5 $ta'ü9HES*\-a˫嗛a5bڗǛFU)ry,1W}͝fޜf 6%< ?v̢(gWъ+;>mͅy(cD)ЈJ?Ln߮ǭV` 9_@&V~ `n KU- MefLQQnzAAP~;L&K/Ƽmw!ؿAp}+8N(ֈ T*ZM2Iҙjz-6gH *0'WcA*kĜrÙSI^7MzȝmoД&WLϊPտLѡq!#\wvsrwhv6|җ&tmF#7bnB J!Flqam-NYYDxw[>|x#~Z\$yourzJ l8Ue?\*i;րj)D !ڒ>Lc/to_JUMdO:UE {Ph,4.\f6$3,J\& ߪ:dJ(;.3n3\zEH//3Oj7$8;[yf.Ԧ'$^TXMwϔ+ct2O˚x< 4JZuYkpSEK*JQa"sgn)k!-$*{p_v G[B`宥6RXmt2UI6[W¶m8'|V h%8tW? . /Q%-C(73e%to?>I7$E|5mm AGO`MimBB/;{0f/+Z s  )p|ފĶ'>Sy 2-'5ooN.lR 4҆[iڶN7Uɛi;WW`HSB>qI:t.RPUHsu, #ZWjk5osSweH=(2Amz&A3}x_~}{JfRZ`pp k~$IUw:٥/KIfфVe 66̇%PkH' 0l UeJsڙրF&_'|W?ZQđu-Ep()[ Qkhwa%{!.w~.oo/o׽sBl̂W@,(lmJهȢc X"4gȦ*@A˹0S>44ESfct6uU*']5.3pjX2I{VKׂ=Fhc61ILi Vtoy.4FRWʴ0?qCzM;bd-5UXP. Ɨ6_Q f[(,7Ƭxd!)u樠j{W Ἐ2i^Z$iv'=`UIva~tû,7ptկ1RDP?~ !Φ+CHCzFpҨ$OYت#S\6[%'b!5*PWipx:"5ՠ&G߅Um.wUo1lrgowkRC|@k]Q%$C UI'U-j53sx9CyܰkU[f 4i}dzqejV ~"diV~.>wv2,JoӷWiJe`G2'#*D7O˚oUmelb#f&M([%Z<W!~ɓCBӈLYRqf-/p@}.l E UH0oKDmU( 8DCzAa R pj`.7V^dNə9 6QPěV}ݮ嚑>@Bjn! ǽڣҸYAgE;WSQw5`Z>nNqܙEI` J/ZoggBAhtҚgtVPg-֎jΚCxVR 6 $@ȎS+]o[ޯ햵YP\w$=UI512Un../8jiqutӰ$.8ug%f BşeyK$p qZR(1C ̯)Tae `&<=Rf*%(4P&ttT0Z"Alھ][.n<m3L(dk!MGSTC 1UΙPNClifP1wdY4\IZ ӗ&xzNPY:{r u9Vni.#_M*K:pS#E4G?H#}mCS Hu^^Ϸ̀3랃/%.JAڴas- k* TkYpP[]cJ +ߒdpTi@=$i98rKL9[vtwIqe!,2kmVnKUfǧɉ݊j5Qȷͅ06Ȫ7/BdmAZ^~-gpTQj|( []vVz#BRbbACO*Jc{V la  䜲6NqcCkj5SAV)m^=9z8΋6Z5\Lm2|\6V]8- /FBZ;JpEL%Kyn1΂ 0K5V2jnZ]0.FլI*m_p "ZBh`%Fu3֙2/ oBaR_9Ex6\c45ƋýMrdxȷ}/;i06wM}F'AV7W}mCtw\ D~N+}bxj!uڽuzV?~%ѽlA?,f5zǴY&嵋7ud PJ$!K H}qNWjPaTVh.+W- fI |D+(cTZ6NXLc+m|x*%5\n=-ぎWԲRVwDZkX;:y#{ٱGJ#Y;S_Hq"96vֺg+.r-CVvt彘}kgE)uS`cMкO^d,?@G\\FRuN ji `Føj4*\,AS(y*oj* =1j{FgL8PhFWe^?̢v~y]/m.,Ϸb@ާũPb` 9.Mt4:F1;vNq}H<VZ4"cˎۓB!jR̦_^R[zƤyE>X;]!|}; TKr=‡y<?o]޺lfMΧ$| T;>u X[iS\j9nxsإI2QG J`P<<6'X!.:'h_>px`4HpElb !z.9Zs\F7uY;p}˵7߷m:.6-tíϵQRH#Kc4-ekM"wnxU'fiG9Z.-"Ӫ'z:j-|\<= #uԤa2! Dimw*FsLIN%}NePt .WguE+ka!־K^]dWF;"I"&)/Szx즌Kml=gR$5UlQ4,uOe]OW(iY\侺 ;>OqFɎwEN┶(Pl3B`ϑ6 D.tH;Fo {ķ{nr(+#l8FMXSÞd(ˎK \W-eY* QQh'H#au4}CGpxKJY g VU.ǃ7Uagea)~ LsGzic7: RlrKLԬzۋ'Dk"8UE#1?EbELHj > }JFw<E!@ԜI`jdTvC#Gv6LgMG-׶4t`8!ʆpP=52Suˉ}.NNKJ}5Wwӻ8;hhlq6y-b^1ө!'7=9K~ G'KUj_@{ +Vֆ\{+81F˼ -^7EHn8&mejaՙRފ!bljx#` Y5>Xrjǽh K,)D* aJ^D%_xÌ2n4flG3>(v@wG`)GfFRpACV :Hh#&y=f21+./wE[lH{Iu8z^dᥱn1͓y$}Сɰ'h r1$P-U-޸ܨҭ֒Z}en֩~x!Di5)'|5xt2ɊzAw48PMi>!]v-xƫ巯槃]*} nKcbqA| Srۍ+,iK̲O>`Qj_m*y=2r'=1T<>x.:li+׫tGO?)an3P3t. ,* ^ookX dNG#ʓԞ&0NǴW?vMo{p8q)-aL] E՛4LͪUtyr gyNˢy[G&Ϸj?31ΘnFv$@oZ·{ue !{aK»ȢS-K#qyb%]Y>\|7~T^uJ^mJF"P´aRn^JMC4p 1Pb| U>xJN.ocezv#gw8im~^"7BO4j:e>FNcmg=f4;ü>w]1Vx=]- L72%tJ03i=o=Ԫ~qhg"`;t2ab\-POڳ.5:7Q F橖z>0d9\>@2  1z!Tﬤ  4t^szsFY[!23N9܍֪WW@t{Z̨cЍvP9B'%JjFfO C+}QײE Y!zM~{MZ~JuTλiaxcLGmQrnB\a`0Qc8P}Mn__pc@kBÎ*țk"N*"3,.&ṯ! h\_8AI9CTrT#m5Mr"Ef2#5z?Us1昂)x(K" ŤINh<ϔ5䁤"7 0"niz_Ε^.6˜oyN+nKbF@LS`hr iXy2E%)U!1p`رUY)*%.j2q-((OoBusw:a˃)9ZcDX5 ͖*)%&QuќJ8S*~f~l1շv$c.jJp9&%h) ohmnM70Uv}1muo+fĪBu?tFt``m)kBZj "RI¬m@EV`{Pi~ڍj @rLQBq qi7 {ʤ`=kMz n/7kJmUu%Hy>jhcih ?t T'ЬP;p4QqZd~n-^+a*w|$l6 9۴s*%-7ޯN.LJU@LyX'v%幙}dރYA[GhRYnbAw(%^r_Hpx)t:ɳ/t՗:`Jq>`ڒ5TpG-$4#СGbĐRIBcDv #(xټXd¤ 3BaTBQE~@Bj.k泂1eA? Ə D^; Bx)ҝld?ErZ3nABڌ3Q< 0Z5L'u+D` )КMb,]~,>!nm bk&Jh\~?47tvr%8gx/%c{(8E;r,$0\ۉ3T@.tp-eGذc$NZSֲsA;߸. W_0 zM9xeN֗PՏi+a~*K_4o92DZo|1yLX˥O'B8du]dz$7VFZM72!# {E^3l[aD&lq7:Ae`8PqC >{gYٽc 8rHҵH+"mX `aut1><1DRYK9YҦ{d#I|Çv˲DYCSP O-k2é8ɒ&swkLc=!(8*VK#_+qNfYNl^F$d2R".;-/2Ag}fDՋ'&.L8V$x BC ,df"He ]47V6 6rU1B:9 cCZLҾCH}ȡ6X:J%rVqdg4`SEWs7×y$Y6byKqyI5z)hT5A@=M4+űvJQm&oOQ)Oj@U q.# )FK>a%ZڹR0+P.9_lʽ e-ĠPTvkPoBRvFiR,tqX+Do7P|(OʨeWJDyWݰnUi?>]4xi kk:0G9;mdv8T# _ Cz sκJ ܁R4h!̘l'?iXS 7$JشڌqC񅧈lDpKU}-¤u+˨DXvۃrڻӻ1b)IؓJa?JLK2~mH}{D>OǧXm[ΟL6\+}6T#niL"rGzIuά{:I@BQoxF+HvHW: 3$5#٠e7T*Uf7ðY)yU/;nL/ E<ھ=Vr[;{]?'S!Y Cf_ZY!Zg4+. wbzcM{& :DԶe/= h{m5ivo.}5R Pc ܻluT9h:J}1 )iⳐ@^(fnx2Z~:I5Ki #s@[.kN3N5["?zj1@Rz2عo ccɱ.Tʔ}zqtA}IJɃ^o;84TJZ%@yTqx `ҙ:;@XM~#[$(ɺLJKe@h߅k MFb쵿㊊7vDjh{:D#cR4)ǔ E4G!aX<01(X\b h3ʘ{E>!;2C~frR(#r?OyG)룧}.5F ShF8t]*vC㖏:ک`K]#$0gioay`_}Q(H aoR W?);@X`^J <>b.|:-9Abu-\2"r:ם㇤޾[pJæW8l9pM7S"(;o C"1cl.X$u=_}4b5UG͉'cIHg69\p밎D6PWW#h]Zptfk4![,zƙt PXuZak_xHWD &\ !BeOh$b!-ltM15qF'^$|Ul2A LT*k\yaʎk@Mq壷hn $mpۻRf. !j#?}+(krҀd tP}\9+Vjar$qTyB6rx[F U,a9rc .W/s]vylT77$"/[o VN͜B 3X)9 4K\gux$b,oMooLD+MC`N}D0&$E>[NY=I,q4Q}[?uI_ޱ^H령<+˵;l(4T&Dw|ۧpX<8)򖯾yy;_Ra\XNP2qN]1@Iͷ @HkH,nT5RPN oĊLuSi[k$dLG@ # P%ןS7W{yMӬ-3Ԋ01CejC;1zΣ?aY_㇇߷"i3Q :i䨔Mx߳'+;\iWjr&iUZ9aTL1Tf2kUTY\zZx@+ACLGƲ!ApmD^3#ak~t(JhV50jDOh`uj[2>)xf`ʜqnZmof*=u2#h-w P| 7ttПm9,@~a~~|WC֌eRZK03azuӽ<99.WGs4pjk#t9Fr4++ɜхIpfazݮ18PR,L*$ G9Xo *._A3D}' !B"EbVmMU``O2ǦZc9 %Y l VRo_^'լT|{E{_C"H;~_z8̲8WGR`%PfQ܍]G4LO4ىYuCCjo4UɅa:;U{1"OJ5g~m<Ԫ2mQjP$Vk B0ѷn&0zD̷l'ٹo1B8$(ȣܒf0}d$ۖ&DPnLpJ _v'SYuy] @*r)\JfU HoCuADO:y¿n|tGto <- UhD0܎?gye{ ^5C6xDoFИU2Wtsfr5)ke QŽCrsUĭ/8Jc^dBikwzT®ۄr.dgJ͛oBR_@ADlQ/ڿ<`A+ T} 4ԷZ2"\֔xt !Yld63Uf=9&el߳"!;9m{'=bk0$b]mJ2[˫w1\zUO[J?ahtWvY%ƣ%Qp)q^^{&H5fR*k}lD6}#+B. uLpcf T/.5<Ȱj[ޯU,vlp"1`Y8=7Q|q,4ߐjJ:>Mnyk =zue VE~LV`e\]㼝_^6 ?ՠY>4/0\QIC@G`ȗ>-k֧D$v-&(t go ِ]0~}MF {=P#p62"[ͭjHr0I}١S\vlhA2"-[OR/\.$ӏ I433^DQoc*[.z{my&Bynz &`Oݩ唻v}  k#)Շﭐ{ ֍c׻sdeKcdcް`}p88߻}aΣ 01. Nl# ^_nϧEsD[DBN~P1~v{w7B__០ƾ݊tyi2ZNTg/_l= zSzT8!"mz$FRKަx_jThY[@f`k%`׏=|կ2T^%t~Z<_+097o LxV_>-w`kƭc&F8#>n[1%!!9Wd[0'BdH3SؕVxd][CcT'̊{z'0lYf ھ1E$GH=Xb#Bօ8#j111e‡8ə@(=*4z;&N%{$cL2$0һj.o?s8|p[f$;|toե8lЁN}AE AQ|i{dP+)S [4Y3]aXTkUV1W[zA80? ~O)<#fTvjnṢ8S)zv/6Щçoj u tr"Yug,ztyc][o)SY1f٥&Cָ9)+7Wi\ėFto&Ӹ6گ0/xC.FpW@0$#/@3T6tc l{-KjF gI8r!4\$Z0j)-3%%֓MU ٳQ01Sz'8me qM24<[=H?ҋ%Ȉt4-W?j(i;"$]tf^' lPI&Rdg1XB>MmO{tVF~M9| TP+Q+ A` ,s-ohZӈ}}  usc0\rK!45yWkj I.2g4(AV8Y) J]LYv3Eχ'U%`^qk) 2NŠEkJ%˚N>q? Y!N,g>57Wp} elg(#>$A!e®iSM9J43<Uԝ]VX|ڻ 1 #ɓͪ0];RӿFϛ T5Ϸ!!s-U=r.#2c8= \ºmM770aq-_.ŧyB+)qsSڐIDYУãˣ:!!~i꽯5(?C$(9K5E#go'>IYn XuX6n156lP<.lXuY[ p($~n]@5ik@rj1]0>$1̺a衶\d5q~8?4z1ch8I+a(ihv5Gf"U؎;`4^[g 씦V%G,`k!mHԎ ]X S*Bַw7_>ކmz[ӿ3:t ׈ilMjzτC>CYޯ Gld M5>wȅ賡eީU̬Ma ,?cXOq?W,0Ci<^旁:ajIݲm;i =rL@wBc|CP*km96.R"~;J,/>eĖF 7"adkC 6~=ƶ_FDᄡ P̔ͬ8V~j~)0;`=o'_wZkooUXA,Fy2|;Mc6lp *eY=E'S)G{ -0!cd W L\D ʵ &a.1S`[)b½ G)1KVncмש]>Ӈ89*dBƌ| W?Շ~!~_TjDǟpSo/_o⼺yOoQf"JuҦ#SZvohTDVQV]kQLqVc*!2elpB2aSp@v{ R(ROs/z{(Z3OuOxzz8́za,._} 5Vv?\6skmp2K_KG0'CƁԎO;V:| XއDZf"5ʗ(}Zc1{Ddղ89IA [Q.kSN4Cje{T fjf.Ak#Dp;ajaL m1eIUUD.i1:!˷/>LA{ec0:)猄Zm O4jb$rc:Thx@߷`lnU} L1PE=BJ†)bf$i,x#,ǧ|:%+PGaTOiVqޞ_b%ov<<̴%F *:؃Ur=A͎g ΅-.:}=uýlFg"[_ߧ ]Q+23 fwvGEήgRCYAa9} AF^.9j55AQϘeeDM *wa>Xsa(t5r-+Ro/sx/)pv ߙ|YhZ75}fY^r8kE1S 4ahz=%e@ꕻbb-̼fk&1PE%5/QY&٠t;]|2E ʯ2>ظR/ d/b fuO֑Us}6+@^+[W̙fhLQU&4-z4TEnuqyolYoq~_H٦tLSe1lf{ L rUDV5'\Y.mtT2i7 kXPWnSW)%<pINn 9ўJ M̐Z@BLU^:LӁ+OJohf]Ko/K1:û%FP cQM}̓\:T+ġ&yU-`Q5PӻX3Vlwt7 -Jhqi J8;7 R&6% M;AV.F&(,Xޑgh X)k/xvI/ 4n:?BPϺYŽ2e;хԟ;䗡BZlӢ 9ٿ᪷Wk ɐ%8;nk,?oY4/[o6LUh='c %N-rSM}肸0 3Pr LYXXZjVUe6!іVZ'魣kÍiN^{l]:5 [ew֮٣@Ӵ-Uc+/*@+)îy.-^kHi^'gh,^<1[+d`jz9S(Ha*-#PMjpRhɩxSlNİVAAӆ{/]遞1Yb")yZ<*4Mgm~c,+C6І6lvEKxAA,1Wu]idd X 6~mu @7 QI.(,%V?d+o@zGц;ⴕ򺋤{+|Z?."f8ŪIY*uac2aB4.Rb a3ۮQe]vO+k@M0)v\MfGA'dQ>)xewKPDzQXޭѣVֆBujOϞy[qGfF3rmRzYߐnn}xS|=X6e*rx/"@zZ;wovRmZLè>8R_VqYBykmmC޷6İdɶ!AY]Mm/]uX6ȗ{4G2'A&|dck?8({hTY*Q!Khr%IE, hfXrG9/G}]Fov옲([qBM_0Y#JfRtBhc5JzPm&'=ŋ[+#B{lmGt@?lNeEF:i͐G>2\Jzdj+!` -%9{dG\X̙*YQ츿MaE%Ȁ@L0!FGBZ%}ޮkQIX qAŕl 3z4x=y|Ԇ{(ƒӥ)>cGS%9<9g\F5;@H, mºgy A2b>xs_""< p|΅A嗴̦_砊*FTUcI\v-m AX]Dlyϵ4L ]䵌 GghCu8G5:٤7g) }i .jnuJrM SWv*vzx%=sqn!̍9s~#nax#j!`nm2[Hj>M~VbR(׶]\Q,-\@.<dBf%>>vmk 9ʿ>B>8݉*ZJ>5 D)mGK tӄVBc-U+KDgq_)Ȟ#iFr(2l_acLhOh:r)(iٶZA-Y> -/sʾeiAcƍL^P E3:s{Kg"q M4?4G^'8lc$&)A1ZӨ]9[Ї`^b H'xu-)ŎU$7ڀ0w:TFZk ߈Yb܋WO qN":˺Vxmn @ u?BSxe)2'-,"$LrGOK(U]pQgLI(+^QCnZ.~3#~H]%c=ǧ$%6t/o$hnՀX­0,fk(9VZN1-[˒jt~q8yY^vSt^8ɻ攫 ˺rH.H ĺo"y׈&[+[e)^)#O.rGV>ʺ> k'V_۹N0z/cFIF!C<9@/]o{t=N xqy]$ɡZ0x~ٽչ6ܾ!Dkqe8 @`6BÊo.N\х[^=@.纻i6@}q 0&)DAfUh6 H{}0d_vȆ8ka.z9sy m*HO[|bYrP2%=(R~bőoD.هlJ`rAԋhmW84LD MՅ#YV-/2fFnc&(`G +KcE;&X mE| 8N*%.-!dl?6] V,oP"8P6 KRcyoΤٓo5`^I%xlo/{:偙d{-R89KrUP]`$k .U h{-C"9|rDz&R!,׌փb~4$ gȷ԰HPu~Tס?%LP"U7Aӫ@b cV+5o/'>%%yhg|^X~b=Bbf< &fBCE  diW:ýֈB-cAͨS0%l<U; %ղBl QmTI==<}oiG#)A8y=n\ϯ0=hfBٽug#Hȣ2iۯo|Uӛvc_nu,Hۦ:FC5#zK}#8ʐoԮ=-qV᧯-.JG\%;6V;T?U]hPB·9ďܞ?4Y;xKcPFw/ΜvlL ^`DEiM`Euޣ"(m{U4cyE")v !e"Tc`u[`R? [[AM^)i(j*m\~0C~Hks5t"Guk,K%Cvڢ2po ScW Z3[8F[g @{bNڸ,˶ cyrT1ܵ>u=PDYyya?Yf] A[d*JVW,/WRF{>;f:`l MšW_߇lA ҒLD cihWL[~M@I^yk+ʎ"$ơJYG`[ vBE=J7ӚdTœS0q6-$`Rl[N|/omyḦh/߁ 3r?SzwBݸZX*Qk-4i96 o`sB9 ٴ kV?~Ld8JP9wOzkMЛC訑F!e;/.ypƹ2ކ6mG.xC.3Il2 Rp:5=v$RYV| J4󏗐j p/D"1Xݳm5i8.NHT b)*B)R<ٽh(q.HAYx/FzHm׷-lڡKEoQx1)BGEF.] ͲU7\VZhX<,C դ@F'}0fN_P'^(z~$; &V0a槅W|L ":P8Hbj3$g\rIgj^dN͇e1TUEyw:E ng@ A+S}L mO)6#T}|`҉U!lat*oj[6XvѤfW;9oжOBAg4DK7g4ibI)k*>.Rswqo5P$NjX4;46'NBZD{mͷ_cU @Ѽ)R09(/=9z^m=mZ`PSx-5 U#fphq!ٯֱ3%4~xv7!YҪ,d.fkƯ1/uoj]DWv+j ;V E{DBZeÙXS.KmS߿p@.KH[Z9Axuds4*QWeK]Dּbŷ1K!wB_6/& elSwo`+j02q2Ǽ̾xT+NqI։T\}H.m#n+V#)kS8}ŸC2y" {cBsCPE)Qa`۫di1\?> RxX2+6ԭ*GṠ9N-ӷXgDn-ŌICY)jBSc'sp8̞CX{#Œ4I"p̙`"Wʾ&-q5t,Ca%}@@%b赂`Hکյf4 u QBoQH q9KSYzR*wup8&zAw0+U56ͽ~\z<&DHkAk1*1"4$_VOk 1z~>) o<7[0k|vƽ=Fl E3B`f~k|dX?ctN晀nxf@@^!1la5y^US˺t\YfK-Uv+ZG o[>C,N/sWY"TUU1Y@ձh*QRkpCWdBy# \#բ6RM'ic2`$ٚlN(> 䄘uZs1-JqazJtE C%:B.pa!ʝ|!~?_12` bRIں{`zFm°%0CcNb}]a##KSfO8"^zv\ ObJ_bOib͠G!mSZb@eoAx5*4S.GEYzNnl \9ʙ]&:p?/^iq!IzU+:j)rB %`T\Rx[4OY )!JnVT:2X|렃Tiϑ!Ab}9{_ zYCakQއ[+:CPbN6uV.1۹'zԼ _E1񴑊eZ+jSHj=Ol>kGOԺ~:-8{k0TF?Äը󭶶=El=q]*^lio ~JLqXrRLF{7TA+|8Cbwz\ ,2PAD suޮJ1DP^V\t=ߊ="PG+y C!vAMnE02erb E\si_DM'Η[ ivEqz&u6S}+4t]?q2mC\yktZ7LɾԝZ}jQf25R)bi@5UNeSâLm+g!{JR_~vqp]oU )QqA#4RLCU5znex-7BEʓږ#ˉ%]Atx[HG25 œU෭оOĀt n)MfY=LtCg>-@CkĎ/Z=i~%YL{CŸ濹 m1n[ !N>;(uiZt|) a==T6N%8ᨶo50Ơ!&7\|x<=9)y6jŵ(.>iayXNS߃3V}iH3ꜫUpGZrl=n_2~E慪2gy˥:EZ@ Grmo[Xi%HVԮrzvϗ׭ee+DO*۷/ݻ5_?}T񴆩T^mݠP,[I뚈]bڢ$(s7YZdpz|8KUnS1V4 `8Z\xDm/dޅޘc _R3E[i=}UJ!T"FF(Zn_?㯓[5Cq|5pZ|8HmwpЏ E021߃~0\߾|zަrN&j|rahorO!ΧM$3D߷X4< ! TTN a"/;9zM%q[ Cq-=Prٿ:޽&=~\]V^,hBa$[XNahXe.BTmyʔPAkidK)2SCk߲@a]Z5wxz\h\弇%&"_,8qXz;Rx|W@jȩ5ÐI1ttJ0Tw!2ۥMtJ1d9">4؛8C g8ǃJΪȻ05zQW-.~к˝k"oC12 $}ܶ4utU~&&Of?r-g1 LeE(/M[;߱XWNU;YAGA5r͹^Tp-n[8JO1rY\#P~sEA-* ꅽi>JTS[&H:&E~HI(Ve5/VO}xIs+Km2}{-)~xn\sPNVڨMlHJQ3!t'}ԉ㇧Eew*#B\ [0+d t YP*XL7&`!ˡ3o> ݮ[)tTP)iuoIǣO;!ΘVq3m &l ,L,p&l-,w>P'x\N [R8 Ҹ(2 • ¥ck wljƘn *ULp?h:Sz-kkM債wx±k0y3& 4kn}?^|Ggwʯ-8е5TE٨{F"tŤNuSG+殣(z8W8m1xS I&%jx+`^s廰>旇5Kk3RS mksRE_>YF+& T1T׵E^%~y ΣOϷb-u˳nZA%azT`5&˔’Lx<+6Ŗ>\3 [*!2ljA+4hBB:ch<εXjt\ ϳiךQ,:"+HF)ݾILϤՌ.Ԉ =mӦ;-~b)mE XwФQK<%$Zec:Ef')rd1Hj.j.\Y`FiuVb@ZPϭ*% T:p߷}ϱTf6{C,PR?ZŶ}ߊ-8zx-Jue jv>q{ Zx$FXs ?9Z |~tik!&tj)41*4v .2xu8u g&6Ca!EaQ$GS#fGZX-9mEH(Vs,m*3kcJ0a 4^7_ M˹@!v6 C3GÀ05"VƙM1MMI0;#b=;`"CA b0 Mu y{d+ϪK''Df <1/:< BÜeuĺAP *"\\;=`gG6CӢu__rG!k }N\ԮЬj53~{z.[,g@-wVJ_w>ԆE>4qӭt[^ҌW.A_H76YrQe%KފTPGBNCEh!X n T ABQ5OJYB;!vYZt4et * [a\sӓ-4@M:)vGzy]**:F:rncpXSQ4:8y$KORgO ""z{Peu3wIWx9E!? .Esb~G^♭r&oไyRu-'j kMhiq-\VeanOYrZv_zkJESnJ -34l ׍=(h׌tMg-=F ZaV˫ #7TS Hp ٩|>ua۔zxqFgcOBK|ۛ'GEV/ |o9;p@N i &jYa#gL\n+*BCۭ4pz} kN/ꗧ52*MYp1Jirm(w]&P+DqY1Ic7:QjH-c7eBm=^Hq;C4d;sZQhaLUpl  :d5?>c2M̼D g/6u :压e4xT Kc B|x)`̾0bUH#&67yOE% ]KD.Gp:mwv~kIZa(w裱S,uTw暡>]ܸP2i@D\+mpE57?;"aI‡ZAa:,(e>CpJC0sMC)XQ"\<=&Erԋc E5j&ܟk|AN5eay-֦qRME*jTG/ Umf]FfqPiHjd+e+.6ȨzSAԎ/1*1,亀سNK F#ΰgMLc#HНp7 g}y=` ٫AU@U2&JX\yH~flsvě Zy?,R?pϟτ4P]r7o^M?̗Ks"nS2欩9 a!aI h40|jy+ߡjSYԓ^xGXms.4WnqFMnCkw;eo?m8dži;ag6 a )x#PKv&FUjEnpL9saLj떋29ayԒHx ۞-|BM;}QT u{/c󈈸HVMk}ne[$؏nL1E">~0d W!H6L~`bPpvAV8*z@XRVebq"Hy@ sH>D:!8R ES;$FXΖRhOENk ό;BJ* sR52Nv lU|XD3h1gN2|)WGoKO; aj*~qFB2{iwY5 3d-D1/|-Zp?ޜ.IꢌFCY^ x!nCƞc{aX >TJ/4ݾQV\q Eki.k9>phjJ5|L=-~9Hv)~}G4z62v[}VF- ӴKO_fCXJSLXد5}O10sPTi0ECNv 5DN)Rs*<./YG!r:{]6/ᩂEvEucxI,a-෾;sGEKM!GZ}/5kF٣a޷|/b)nː}7Eo.}h\_nⵌM"gUaEF$ WBU":+Vjln/_.^E{g2U%'uN":IDfճ6IʔNkП|u b٤&%Ȧk)'*{HO9/%u+}pnlf7X08A3MM 44&>+e1Ei޳, "a|ZX?3Ndh1O;?3QBڐ?b $![ 6Sݿo9*Q82= VJw}鶣 _cn46 Zl1ݴ-|h{*̕*T;\ qnP;HAOp_mF$+4Pٯ͇C]{jU_ uZ}I35 mɱ!} mkd)x!0CBةf:r( "v)Y޶iJߐ)%#H|  8Xĭ~dZ^{Yz1B@d[8:,)g=0Ҟ2۴0 AmB|sV*Q JjgPH15ju0;/[έM<3 CH<yYs)nVs5OP!4lny)U WGf`$0i=kj3s=YBg  Eň CPJ@Al.f! gR苦X 3w< 5 i+e/ViY`jŽsq8..<;Qv'tu yBNV 0AC:ds.b,.kJu]p_.Ս˓ sm3וŐwϴ4 " WJ Uv\ex Zݱ. Ƙ`l>84[[0k&ՕI2i:)oH'/mz3DH |8, a1-y[v9k)X+Q*y7bXM_֚~zXf"oQ<T/U4ęS%BpPb>w͙r[Q-w*ه=7dX+[mIwGߍdI G5o&ifju#c,vhDBeJDV E|N96 7v`&riFGR_) Q =`^/&?PɎKY"x Ŀb{yoTzKKaiv(/;k(R]$ ғ <,Cly%Z}%qs׻ ˳Ac!ԸGXg;2:<*r%y/(S{:rMqHjl9fxO)F B(r^P^>}myyy6 / 53} x)T2jMy=4v0c9>_3;d3C5C"JEAY ΊOO =&'Níų$,"3\)`NrI 1H~`Hn6K:3v#dU[qSaa6@5j ʿr1'A": 4yЕ)AmMThv[zλU+T|䊸Mj|ֳ‚lNtNsf#L 3;iq S"]8i 3 r--*}~uz>/3$ڷD,$ĺS{j(s|l+~ 8kS+]seF~{] E\Rxpr% Wfms5 m{M OtJep jqv.ki06EeT緧'OrM?9iMvQoҼCHEU ` WEESQbVdzS l j|L#1/Z}Oxbi810yM< 2/1ꂃ5ÓP+HF>ɹwItEd57sWHrVM=/naB'xU|ة ^"Gz R>n6 eZWG.xy7HmȘ<6p[qMWÙubzܚcx-L^=Se(15@VU6֠9NΆxW}sOLĔ .+ĭ 6Ԗ a/@l;(2iEܨ8 8I_%A~x J\z(YYBa&#Z 5uN%S]hpT6C2R{=>9ʞ!ZF%"[s,:2\溢[à[[}džPHMzN[Ll&* ŅE"#O WzT6-ԋyFSK\ 2Lxm+$Qq?)yY&VV}ӱ?'KS3Z&OG*Q9ڜ\}jx t0!<٠FJ,_#yS \!gl:ZZj҆N Z 8VyjTtkC2pqNIWW5"]S3k,XpU B}/qNOwqY`4! ]wks-RLO!/JFDCb!H؆F6vg-nU}C)B'p-/U4hyot0v缼@CNj&#Rr*FLjfйA͞PxAKˁl~+Qs!a(ͭm<38+$_a4x3% [AYNQ pHU810YƎ^PI>2%]@T2_3"ZX2@Rc.GV*8؜Ă|"2SZ-Ȥ{y SxrVkM?&:*oaYP/P*mތyR ͷHF;|ϡPL!uJ3Z_VխO8w!'5kJs[_X-%>S1S򶪛Sd=\F^ҮpvV5 nT+fp`#؅hU S$6[z4LὙ_<&J=KU5ZwYyVL<"nVD@н^cZ IY&/y_skH"/\]LH֢ -AmQMVFJ(.#_uT`yJyGFk@"71Ub@WLN In'aGkȂ݌|FW cq0)Uh b{ ^ g'y,OʨHOoSpLTl4xBRҞ1i94-?f^/zgˡjnYKfUpQZJ:̺u`\rRJLΖ4.\˜k yVY8#3N7Js -zm6eҠ}|ik>>P|DO D1R9Ysx<9mW?hvyvͧSsb @Ts üwX(Vv6ceڳNZo\op$9}^?Q=* J裚flbJ"&1sŚbbY6k*eKh| ^!)Ĵ.K"눀4>afي"jLde*"eagkG1s4{8IT7޷8AA($ºg23bk.XWy*HM &xȺ&>VX n"=<]dӌw9Tt$}υJ=մ񄀮x2]n_vwL05Wuc\9bnUbBKzlID޻߰"hzSEц:95ZrwF1i)ѺWH*D0 ~%Mcu4ؗ&#];]aֺɘW( ΁l^,)[ItA-% p + $)D\Ouy2vTfQW«2i}h怭m 32h:n O vc}4]Gi驗E T0G]oNUqtc6Q DC$ CB0HNo/Z֝+"$)KكL#=%~1ˣHCVS0S]3B)1 r4:'?7aifOqxk>z)p`M /p "˕sR>'D(jG]' R5ן}"oUOj4:»Q7׫ V(^cJU~<4)gLҼ;#kݭ\S=5 (X+H |z :LjW ~m6_fA+)߭)=W49+IQI N${v5][Zj{ɷ_/S 5'+ QD910.S:=&| icr*Lz72 zlu %]Z&MpT :N,YQ N۬8CG#ŵ t:qY w}௛0xgs !?1Pf*ӐNuFbz=kȾtBL3 SUDDʒ9><^5(HETGuyJzGݫU7T.KdY`HWNonA**4!{<͏f0REM9ki*}8:b0wCvɖYXr۟~^8hɨa>$>}Bp+BqMɀ*Ġ:`>xsU3ۯ*>WEΜ t5# gYk8_U*sM*}"b5q@ ViL sp}yk*B2(.lhw T AW0A-^{KCgM̈́WȅҔ2EfviCѓq݂G BJOu!3i8~x??*"oH'2c{$s*J33^[pme*U]T,jE&7ly N "N ~P6f5@ʞ)=:?qɷ[A,)IaY=0!-,1S!(aએzc#)%Jkdhx=.LJHnbr-X*TYWayS{F\r(2ˢȌG$$K(7Rj'f&x zzn]e'Beٜb}EFeG$Ru8ZZʤxĂ4Vu/s`fb:e 4(s {r]~ݶ:lAg-A۱]|B[$^5c3Z7 GAt~As2hy$ c7N>/y!9씤64rI|uc"0zEǬ~q-K6w_'/ ;F,g<*(6Ӿ]-,MфB7-&:Eyjsv6yT95`gI߻Gpf&䪤k񭤏RSN /@{y&u눥«_Ӊ<}1oYl{噉[yz*)L/^l#~5Kw$} +򐮳q㬝[_?̚ K4Kt֮&dFgX*`bѹRDݯ2TVh Nu9d^T\*om\x@$S[j+o~MOX~;XzZ:N\Bj'Q2Rqqz+ 5cJ ( EXwmkt!}$QD ˱4kZ [ޖ-ЦQ3s3mPRoEX1c[a؂VƉ%%GVag[VQIET.w`m,K"Zje:NQ(͢j2k׉qQgLg?2ΉJ#m̕0jr6x~kl0yo4_4ɾis^BlNw*wM~X${VjOu$-:Y5hCD(J.m /^txd1}I|N^@qdal%=p% )Z8}%[?{κ]ӺJ!)k]&8m[.O +RS| bU[F$Lsouο<`Zŷ1%Wm5|P,ϱq8﵊2*5Iȝ? Rmu/ q9C)0N޺(5V+aIaK؞TGJ"KYpfswY>է#F+ڀp^\&z<^aW 4IM€έ$?O":>kVQRҰ"Km>R4C'H.p슁sN]N]zXitQF,˼]/{UCY=5T'UsUXAl2il}-8n$3[bJwe2c_`p}#OD^1p,_Qȁ03x^.^}\uYCJ xaYObҪ^Sؐ)>:>Ď[8 *sΩfIlX\#s y,I#=dCt>ziǢD8928EH:^Iۦ8>V@ {n; lƠAN4z^K RC:,@ژ6ҰfPOqDA,b6DR8|}5Q~alT&g2<黛 Bkާ LTl"T9@pz1;e DLwoC L ¶˥@< mkt)hMPQy:6k 5Ԑ*ȸ_Op DA!u\J P\WEO,T=$9z .4CY)խ\Ũ0 h&]0{ Ü|nR@䉝FU[Ƃ<1g&>2:*ZeOE#@x,tp9kw Z{iIn^ Lt`d7)OP!ks\o7h] -לI'Ob+p.38UE Ó!BeX(eXRP]"5<{J>%BY_~Oo=j^9lAN55HUk Ҡ җq:}`٫#RS(u\8!6)լa+>c;NsPZ ʠYBu xRQ05&KA¦!ϰ׬c=v6s^ATyGsOK3n^V:i?fo*%%}.&a g7Y{oXMۆ )ct$1>eg=Cޤl~ZSh%wؓy)r-S̀+mʥc0L( YB^o\V"M)7֒_u…͗fO|_^ozZm۫'-ǥEBOg m] aB*Ũ>'?v筶prQ2dlB |7avZYIު5/c\&|&_Ez&#q=&pMtS Xq>p=[:t̓ o杓Ӡ+pb] wd 6+ivƧ 1lH要ˬJVB裩f, ctb(Q 8˧r x pu"Z~Bi@ o_>2bo*.AH#cV ?+BTMgC ɪ9K^[[CTv|\q}Xeμ316ljRNyϸrYO(6[~OCD7롊Cߣ D)$J-S ]tbP'pu.So7~+izfȇTi- ʪ:͎*eABOX49m;ߨ]2e]4KE<("W Ugy+GKAIhnu\H UMC^xHGHzWYNƋjscbʡ}UߓjRUiym] g֭߯qks37#r8&rjkREbF(˧û]HPր[I [f՛n/ᛳ uc5 MɰܛWfGsw<ǖHu&j5AXog"ȒP$Ϲ{ o _E\%%B11X",WQ3 f(-ӾHXd?Ϲ%w)ߟ aZnj㽔Lh`I|&OBja-EՃe撊~.dCw opgXb^ZP\+P9SRLh(-;`})mUN0aFc3܃KB@qN+9Ldբr1mIK $,yzV)Jz1\maGEEc K>I{vZc#U#%:)T-.ˍq (W{zZfU4<15+g#epTchNEU>$j)5o 1!.CJf0QrX@wUUڥvQh6Q{:^fEdÔY)Q|NӔ"_|5rV >*[o|dg 汦8SnGxJCLQQuҙ))#-?"T,{܎^56P($DX3w`. 0QIqª⩄ɄD)LܮmWD,X`X 0jwkr0<Qd@Go@ k2fs+0kNŅ$4_.G󰴢$$?wܚc^dkM q6хN|2œzRISZ#۝Z ʘ>%-Ӣ߾mNd <*vN»! ûNд)w3V^JyAm4H& I==7+l=ˇC&[%_99ge}̹TbbL@}4ưgF1eĒfZ$؜+3Gzv ]70q ; 2 '5/K̯Dn Wn?] 6FEjIހKM/hw d3H)Ũh"ZlaiXU,:{Rܼ=DLo7 y}~5)zaӡ<.`vMe'DP\ -|d)`'6fj5u ؾG3}dMT gsP_3*GQYlp ܥ%/ !_#у h H&Mo&l6Mqq;6| u"HAa%]mo:_ rvtshJZ5i +KbFRzniOn:I A4. cnD DnBZiIԨ0x>|AO &́cO3B]U/}GC9HkDEΞo W+e|mFF_.ok|MŇraz#[)J~\HlHe9pјkٖ%ZP`:儮yvxՌ|Hcڳ`)u۲Ò^u_9gQ}`;찠cf/. nF\LM2Lѽ"DR`e?Gt5ʅVpvwO}1h4uY SG^Al" `I6>tc"$ABJ2é bSlŧxw@ tW/ZkI[Ҿ zhq`GVEGYBጌjgw>;A0g'Tqa.k jR oWY7m :uV4ksDCn0fD}J ^;9Y!keߢ6| =j>m PϺ\x9ePe~GoRtZvm.g/ ]폏[8|JlW;3Zv=:m#GCpw^VEBdT WBJ1$΢vݶ \`=CD'_G$:!i= 3q Y8oO˸J!6<ΓL~uDngAW<|q[&iݻk D!c@oǐya>=%X4 'l=bjM nY]3~9_V}p1X5!u $W}q?yC^ыlZwh|hYnl齎(D13yVg@k||2=b50KxoEN|VOkrA]U=>΁;)O:Ӧ ֓Tրpooo|ԎvDueT9oI yY g&NBq>S1p1u5!1"KqI jo֘8ww-2}|R+9S'6*i7?,^j(1vƆؿ/y8xRi߈S#63i W 'ƈgCa5 xUXm>v^Uy "O.IAD^1/*py$T=" ݑ/<匂:R?ymI5xjCf DVZ++`Q=-%kvӬ|Cou0rf*1ZyߺHUZA+ VqJ1ix.yYV,5*+1<}{[wM,:p7n_ ޻Mz|00=IQנAyz A3/[X3T?Hv*,y)\?9zS}FNm_~X=z1|{{}~y9G${.Ev~ihZ6\S= ܾVGhKLި$1~!m~iMӯijE޾!2W`7+JPhpcW=jX苝ِe!#c4`Á17ا_UfJu d6t:fՖ┶mJ}H4ITđ0MÈ;$:rf"k8'ε9ְܻ#hQ[,Rfs`7?z[ND5B.IVZ]b \ \q%5 W.K jޥa./^ΒB]"2;ԪL(3H2JU`SЀZ+4Xtd'~+! 5v̕ksIO9i_ Hj],TIɑnW!$+F[*jF\E9yXN]Ύh| c^sPԊi5 "P-q*Bx"9RsVbs<ha.y¤R$6"(K !DUEX#zF[_]~D%I.f@xEP 5z|SP #ȰԲǓQ~袋!Dݴcz(KjtRA]U/nK doFiD:/լ vHt3݉^{F.Ȧ,Ԯ) 炩odLh liM}{'Aex,i/5@(lV6d8Dta~?,Nxpxڥ`/\6 Y^OlXpN,߾1GL\ ƶ?j:CZ,9 $YRT`Or6R#ngH2z!luZ"]FI|e 0/4Ϥ>jX c qr'qL-2S&x Z§k+ sDni\Hh ߭:Ǡ%oux_;TkZ1qke Ej1b̓ )~HMA﵆ݥfjE-v;r+HHzgqBEhkۊ,kgǨh>r āWHXBQpb(+UtguJl8K ZOrm4hd s]/XFVYũI: W/ă$DWiLqhR,%n9߮IBɻ@y؜ }&[i(ѭ\h#f8~ " <8p4*~P;]z^m]tMY־k`4ì;/+r" .4Y4&/6ET@z uit6:jRou^n\2M۾_ڊ]Y)=_tk"յq,č$퍜 Mt]UV_kOc}Xc~,)VLkfW!BMK+۾JXPG7_r{.m N @,"#_WEg]X7p05O2~.8at tV!֚,K kS5$/"r$Cˊw.x}Nihbses,\l(]\)|X+3/8k 8*G=kSk, SA^$U]?<" n Lۦons4 Ş +u z>!Ga䩚1zl%jIeHi2-q,PrkQf YS)Ff GVkIdVk}v&JZ@ Viw*k=mkD"K6WNIYn\G@q0tߎ˂EJc]SjMs4bwkTS.&DM$.@]]o E,/WYk Tw,A:XB!ը w#ISާPhXm[ +a?W;SIA;+؂K}܇G18QI%6HR_]HQg.Jq5"ѽp'6T(e^.M]l;\t!e5 fԜxr&寙\g<:>а rA9zh&PMj̈fz|nVSeMQ^j+ 6ʧVqMLB:=GˠmM{$ڨC64*X (8\pZEMٮ떍>딜QD(,ݻ~;Њ1(pI,Hl6߾թ\>h Ux}`o2W?e)*Q+]^| :_kOV $!!kԹɻUVjh@ ;$~%N,PH4&2v󍚘sRA Ūi&k.f3&تCUn"{"ULTƾA6ipϨS {zF\JqG@m۲ n59L+ґAΰPI],]#W? [p ne97.2Qo|)e뾷/8 :~ۚ:U^ 5*shdCpEP>|(g UM]nq ?ZIh,{8k)o02Y~ s6֣`Hx߰)5ݳѺ"_d?^3q4JS^f ZoNj= "HU%VojD\4'1=iO6n@Ԏs|#E?ޑwc IU¦r||ju4:])]1rKUWGhx*-wn"Xƅ#Sm.Nȥb25I2VCzAdy>to"^wvp}:zg h݀]A3C4u)7M_ފ?pO湶Tr~O+/aSEj:H) cfpDA@2WIڳob~*կ!Qe*Qy[vyx O1:3HhݵtZ(&ᬩ8>z"t{c%:qѽ`6g&+8 v6j ,w.Y)mǭ QH"1$&}`sG &Uhɾw`)g=V>}s2zOIt mӫS,r~yyZ!Bs?$2r+ħG#1d0eI3J #PFI@M#2};࿐0:2W5gP:ke9x,$v0dR.Y ,_oAUf&Z,RЗ.& iWV'rHN5/ejR,0pZ0Q2I8zsvqB:MdanÃӇ3YAh.Zʸ-, rhINOW~FaZ=T_uߟ$"~dW7T,f=ƒ=V"[Ǜ=sau8hSTAM|q <GWO*U`GY'4%AJ4Bf{/mih%c756;ސZ"_27jA&TuIZ*+G4ɇ|*x\ ' BPŽ@mpd@^C`s7Hg:}iT;/”-C-fB6/$PF 2ӐeqfZbRf9e3{֒`~)!w¾ C9OyHP\O`[qn;ajF0ybEffTO zdaw2~il#!& =核UFFV; >=&F'"ѩ^PiY 83A6/CmХ>R7yQKzJ/~mC5u:3/Y[ [V!K˶P)ّ?ΡF%)^[hj0Q-ZYd SFi>@xWWPΗN< VNG|. SGZ[^gecbc+CP$Z}Y}tU ۧ?/%EdE3zկLBR9j>5Bh5U*Q5!(B#M7&GY / {2Ùۓ3mZ #C_,mMsR+RůWbCh2P Rլy R*VhMl[L_K-7VmYJOFj‰U. ʢI_ #i'cSo PG`h@3l kͺz3ޱ`1Z2AA cܦ|}A4bo|QP(g#`qZEQ# +Q/i_zc:J>baG֪&=_dz2)+Z}Q.f1,_PkR"Q0cQA;ߖ:gؘWHiurz608.2څXu 4djK>4(;6zsړ8×ׅs?L?Fr]IҀݢBcV¡Q,d'LbWQK+Pd]$^aVv9+o:q+`k KvLNV_"VWX~ئ6ւ :oIb*uo D#.P؂$lӯzx0ҢfAu-A HEG͜3int$蛡hűEE#6(3d햫S = V'R/;AUj`" iM"%zK5& mw/<>if^Ix=~v󒒪>vMT^9W^Eq b5 ~g+V\w+{㣉e3 j{ Z\MrB|1T9/1|*mNA;p9,EtXkNm4,.>TM?I4ËRT'C<'a;oVz[Kdiz[X)ѵ9 svH$L𪺦i3շQXC*L@{$+tEZ>s=FZXͲRaHW;YGw2M4v;0?p\KAo3ʢ9PìuDi& ӻA*L6*HCX5 ,S`|QŖi&J:vg1$}2wGRøP6%-l\@0hO>L/ɚoR mm kj_~XbPuupK9oP2߃SIo\hkv>֪qe,lS3;ҰAXP% q 1FU-RJcY7q |dT`Q,{#Hh@-(( l=0ؼO3I{_/|[%|(䱟?^s& X[?C C==V;$ Y . 0G+h^3QS\$ >+fcEuPXZhmJ0_*3;X­” -cnRzc^TIA*. w)M(Pqx$"3qި]6c@tN:v9) "o_! ,Tu0*8j۸`fpL+I4KTq^&yR#Av_2]u. .~ػ)4DCfԳYNRNŇZyWr5nQ”/2O*BM %bARp .HY+ű v$B7a Ȅ^R9ۗ'G·_}uwTjMȴW\h՚z*}E,2A$:srMFb2Z/"@,"8U9lB(ϯp`^k'F0@Ңy:^ hJf6im:`H1K]\oc"6R4lٿ8U⵴XZ .k}-l9劆kBM7 ϭםj*u uA F\ w|Urԙu6 !]Dx2tm!Dk ,)p@[LBRNYR.y#Βoi1^O/@i 7"¹e.xE<91;+ eLF1gnuJ䣼;j@WYnN/<1v'YQy(Atd+q@r_ڮ̮ r'bBt'Y/ǝ21!dfVˤ7ed&@ṷhY,#Mu>8/eN@߳ix"熋 @W6U$5H 辐̵,:WƘTpTc)RAcieT)\3&oE}:Ep okVٖ}u1Z5~D=g;gګ>AncU<#c hU=tTSY!-g衾}zhtmO߽jc|\GJ"Q챌pzCU#%~ۼ {ӂ \fPX[8vyC 8,[`(aR\` ..JPJ}$،[3Ad:xh"B:1֥GICJJArWe{rm:q@u̫Kp7YAZ4vҬك-G$$"d:!@,η|{{9:ȓUiR8$.HH·*=)nMI&4!Fd F *1퇛c"2*y=./.Jҫ|s$lTM$4*@{(iܕyJ0HBZ0Pǃ5ܺZ3$t4 ~JtA[U{f iu-RXY"Ӥ2Nbw~5ԗ qffr77\4RTslTkS Q?]u4,Dѫ8(tfk\]K!A!4u~cl)T&U!ux:˺0h]p O N.{éS(174sn.ǜϛ֞5Pr5_.*e~'?B ss }b@oPTwWkQC%o;j;_㻙Wc]|\_>A"|ժ!u3r?V;b mj/["lqxet~ ǟIé3I/o=Ww#٨lJ>6dR )@Gc8׉ygAX| ijD0~;*8FAQgFMUF/uSòШp=°ye=\Op7sqKht-o'7U&'( /;iĚa*qNI@ C*_TcUqkny,תNCFAKS<1n k1|h7rzQg]8ZHLsYjNa&QIH ,辰 nj_\u1BZXcF[>7U} O#*Ss -rcQ8QǸ"ѨԚ;˻0맷µP{8;V(DagK ]eq7/blS Amo io&͓'Uݳ AVm29 w.>TҊlaFwW=~)`0i*X 3x|KJ3qt|f,6du@Mj]iq}y]U QUf7|C ?1|!n Ȩ5.E}rF*%"m>1V fB($)$l E59\Ljҗ4VzU.FHUFg4| ?JЍݰ R- .ؘcUfu5XFAo߰t`0hкÿC9RMS/Bc!G}>,_z[<2AW_KEa \ m4>MBFbuq-ʠ6Ht$^DYBXh,g.~昘4(RvV4Si7"ݻy=Be$SnX| ,1QӜT2%D4MݒIΉowU:څ N5K^4j^Sk1r,GƳX@#{do:L䅎~QY*4&R mSܾT?k^U}E[R;4vjh,uh:T#;ZƓE m4`/Jj:mFL1#fX g s$ʭ 7#?P(bE8?佧?Z%xÚ(߱;6wX6!*7c߶@/0TgPM-z^gwևDpoP˘ 6΍6ϝV -<2"W˧\%/'@KqռvZ67+Jd?("qV̉Qlv]nKĞ׭uY6T"D_w|V|$Α#tLsHhSSa(Vt6tW=vHw1Y[{ŀccQLF官^4 '5K(#7e+NkLT2lÖ3=əH66 ꞔ3%qftgb0eY0E~ 5aN̾J˭H Amf"Px(MCT\քY֞ku! LX dt )dmXU0x样Àۯ?|@dPՋޢMͣhui8$d ^jX!uv݋: >ݬ!&H Ìhjz!XHй iEe޵Qؐ2myxeB: PȮ,uPac^"T8ĻE6ZKrUȾ;QRN];QGMabG /=X2NGU^}"璏s`]cB尣1e$y QO9U 9Ql ޸S.> _#1԰+( GՔߦ8;F;cUS‰h; +&a -U;JbNYfI$ Gf&a [[sj^Pi@#x]L`ws^=` `J11!YP+iHƸ9p.ˋ@kMH3r#% 81x&vVp *6w'Jg"Jvϐ8L6~]Z曡jHi2|%(oV!%x \Qy4YJbIX` M Ń4)=ՈߔŽ\de%Z&HߨHuhe$c/W(zLS8Ȧ0 *J#ţ3tk=:E7Pa $ Sw$ت-T1& e+`OBƩc޸q51Wyߖ?[G z a٧׫83`Xt8^6@ep)aaBDRZѶsQ[hUm- sURH8y #~kh 8I ]J.T*+KJ:Y XZ1DARߧi8zʏ'cMH# 9hxG*?F/w`]$wlf}雯Qag[jç>aGVBfAVSDo'mPk/(7A62…48i+ĖG7&,YD35`+>QGvߓ/4.<Ьyʆ6) $ L[JjWc&k!!kv.O+pυoz N$ۗAE8ˀk̭`&^ GRD|p.kT1 #0W>Ok(I$?=!bj:f$o8+76X(:'1mg. y(A:T WwPn}6(4ٶ]-@I&ڻx> +Pe0 ,rj<,p^f7R-18 JO>2ho .ep8&ݴ:09>J 5 5K-!܎h k*u"VrVk$EzG=Sjr" frΐ5K6zY>"A Xɾb`lB廒M#jy!CU eP8S8q<΅U>SՓxxIAJ @|}=oZpڄ ߦd:5^+G(џ8j.J.C%X3Z";|Z.#eܳS>]U=vݶ zR8Q-`F9AӪ;ZrU##3`E*T:/.$Iުt'pWY5Z-.֣@<[6[[mZ]EH%V,`/v'vbυҨl*9.o-'KɠUri.+82MX1x }6l1&+ (*rH.wug{4Z'4+m߳\@ك+Aϴ㯋f__-X=y|0>umߤum+~ikϹ/gսbqkO;c||9C|␾Z|cV#mG kdB,<$IcUh{;-c[r:46Lg&1i__K|ռ[N*'TV+z+e%+6VwtD9a=J`]%}tP wS~ ]_Ϸ*^hd7e RcO"ohI¬pA%K%Y0)6 𩭮 " os8)>ŃS+M@Ck$_KBIVQDC&('̧2 ^=KrH%[Xct6?*Tp(r!ziZ#놶oqeTk[t{5H-iHw{_P+n r,V⭒Z7fY4={B't~:z;IVzVy˥;LӘ })BVU*HLnjrVZ8\j'XooI$"K!! [X)LIJL!R䲠I5jEեC3j`E3" #*)>iej w:54t WO"^H x`Q`̪&J?fLP:VeC#} Vwӆ1"lךtR ܀2rmQr!+Rhoۮ4IGB=be* 7 Үy+onwů(HuG?x٠CL1j)eBJԮLcGk$.Rs55EP'9R+:MpZ;k d{u0pRj/W 9f3V,ϯ;&xmh5j"xIf%{+$vWe@hrGK J%%gA/OezȜ ižUDXmJ[Z򙥽·@2"$2*݋"O˲ dWfQ ,WXB[iV\ΐAHRgoUW*p!(ں20AA y„Ug~8 !>h%ĸ,(P)*xSoR,vҽD}7bS;L,`t|Rx3Z`ؽhpf!H2kII8zJT#gp!un_l*:c'EۍbtTI5*Zz2CV,,z;9j$K"`NTQs3y ڰL !UJ :Yd|cr!3^]?bS j92"ehU&`{Cgs[g|6$EAвT0@{L& T2qfZ nfɫlF5 IXAIvO'pKq描ˌXy|NUl(CRlK#֭Z fD[/`yX*ۀ6D,r-b|egKz !Hj,|Z\jm8DL>&!!]/x5 w?+]/U<{=k$p޻i2*ӻECǭ(+]zY"@)֐lĚȁ1M^N"μPX,BBmЎ7dA vp6~ü,׬-'y $\W^Qהtq܃uG~>ƀh ߱>|i>Bڦ/6{HO²[lx8y{;5sNw(IJR#mɎP8w!Ob.w@x U/C:1OMa&~h2:,hRHh%V,3Su%gFK\4< T!UB}0׺,`+W.~|%\:&@HZ\u(y«rD`$wt\Ƞ#,hDR#հ44~ijn}^y!!C}?M-^E(ـ.sE8h]}=-ѽђTȌ7"k FlH*{"b\ u~r0(*iCZNݗvwy6}+€(q\t$' Oe/[8x|Ljʬs6Þ[^zJI;HmC_CohœFw:fcMZڢ8&VI",o1ñ&N-} j`/b(;+4m-tApv~`CPL@:Zf(a $6L:>32BVx&?֕dǃ t!mБs鴊u8O2!E0L')~:Y<sCT`@`1_q2!hWĞٍ8G"'u-D {$Ņ1_ӸOޚ_i׷ɧqjJBusg%q@lR}P/O(ٔ/_ߚ?BҲ'UYpJ/kIENDB`examples/textures/brick_normal.jpg0000644000175000017500000011242611301357546016762 0ustar user03user03JFIFHHbPhotoshop 3.08BIMHH8BIM x8BIM8BIM 8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM@@8BIM8BIMu Untitled-18BIM8BIM8BIM ppP yJFIFHHAdobed            pp"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?jpS^=8I%g%T);&(d}r~~EI4:H}̟/x͵5ߥ?FuGd N~Tss+\aC!sh'ܟi ilɭ9fDwJ юQx{J9'G.?_M/a;&&OW?ߗ0H`a4D25:q~T%H;_б]u !4R?]&˚3 >\ֆ~szÿr?Hl$w~S#Ct(]fzXFH/(Wk7m8v:ʁ?&{Pүr5?w$l (}LT[Ih`o })$cīM}MXD6slՄ%Xb7=e3XRޮoa DC0p}owQa?Ѳ.ps i?t1_B$@>_b 2o_kC;r dd:\[u0՞9;[])oI!?f?zMHc2d=e[bb<_H~Lߐv_@wVҹF&QDhv?ҩ}gg}?] 6{߱җس?YiT5`nsw~@Љq?L@?o^nn3{wYP5$8ATɖxJ  /`g(ꨀkti2٧>қ?l4tkxp_eM{9tIsҹp_ 4xC8?t>Ǘ?T&W@_"#i^W?z_O43MF1Tt7iOz_放ǗJ??HኬK[c]$st?|x}B ߬%/#u<JvY>}?DG?ӲyYh` H,.<EY]^7q- 4h k}dhGlJ".$ {V#hdR% 7gfJ2L=P(q z\pYaP1ob ҈u>/qqpt&'ӬtOҤ-pƗU'fnem <\GֱH po̊=*NuՅ~y!U1~! \'iP k~츗Fَw? GYKGlmم$ )bc%#4^_}%$XMNi'{m9NJrHrI69Jd~M%+Y~b|k;i0 [mF8BIM!UAdobe PhotoshopAdobe Photoshop 6.08BIMAdobed@      u!"1A2# QBa$3Rqb%C&4r 5'S6DTsEF7Gc(UVWdte)8fu*9:HIJXYZghijvwxyzm!1"AQ2aqB#Rb3 $Cr4%ScD&5T6Ed' sFtUeuV7)(GWf8vgwHXhx9IYiy*:JZjz ?p=1{Kpv8j58LNj:Zh({,\[[2]AU,WRFݻñ S|P.m*F }kҘ|Uq̅cWO'?)N﫿l_~o1hﬢȿ }(_R&dP|WdڧXUA"$v?! =hk_l9]\ŅSu.ݷ'7V_M?Y=>Vc S{s趿Ds?M}.W?$Ͼ\i7B*ţb)l۷ nQhyMё? |[ ړY}m1bnUlÓ}멾-RK}X/&_$ߓmH|~ݳ9R]7O\+D { O;mۿѡ뎑fGvoBG351MYj\XKTdkhbܨ<};9n}捒ӕ).39ז>a]Y)St>tB +`~,0X5v9r;MDq,OV;E Enm%u+7Hikᅲ6!rjJ@+Pb>>gdpع<ugAߤ~[#,^J{mEl?|b1F],~7%傑1ǤĶM;K_Y}%e˔I)uu ML~2ٙl{6D]$֓mNp?q㼻 OLij+!> ?!z8}B4Th" ez (Ygo/ґxWu-oC:r޷Jy;!"NOO!f>rw'c'"黼A׫΁E=v7ZXxpS"#>O2|w'߹y#5K>k/ՍعǕkt篬Z6{w4Ry>ɔFQ0[mtPa~Ѽ?x //dW YG=>aӽa#wT>wrQejgĚ(.y'ڞd޷ 4|Źڂ?[/8?ˠWޏ6G=nOhB+lH`F *AZzŅ֌LAAȄV_/z6O|'H|:ҹ?.?.^\?ITQϻ%ܟd7U f۞SrB D$`O ~n??׶+?>/?G]KM m>Vr~_|KWB^g|%,6ᷟ'Ծ?^re4ྞ\B_28?9@mIi'kտ )ܹ?>Ŕ&2߈bd-Q-.(~^'|rr31mIF`i_XC7wgVG\U\vyI)~˴c3b=q0K9_6nm5'vzF /bsH*Y+fjjXYE-EAdԿ_q?7+]ʂ~ٕ!8UG gS޻.t'dOq9bq(5tj Ǘ_w6;{?Ԯzo{77^Tbo dyv]6_׺u{{^׺u{{^?MtB 4و QFT} L[y7_Rp5yʴPQD)uѯ.l[^^׽u~{ߺ^׽u~{ߺAl' f8?37^)fٶs}7J}.׺u{{^׺u{{^jїymL'K{^׺u{{^׺u{6[ tJkM?6b?gsGn:uR-9 ?߼G?n*'stMfUI]&O.F׺u{{^׺u{{^ٙ+}P:S]OH?sJ-v3U3$dϼYhnt+cHCqi?Tk`ۘ8)\].I8c#UJ\wT,WU7E4 N}^׽u~{ߺ^׽u~{ߺHkvD\V<VSrڿ]ydv_+OcOc'^׽u~{ߺ^׽u~{ߺJ-:֣[W:-+:}d j؝o_YtFj}WKYws J9I#g3F7Y\s7UVGUGVJWbPʖS/7.o}ɺr>ߟC*S@hsNM~\>ǿo5nu)#n_I4eaQc^8>W\E&>H%Ҥ2XrA>okO߭lk14`-Qy˼\m&HBj(AM]\k0MȀfGG.gth;H?A6X6#z]8x HkJ|R yb%9 1znaQ hy]yw-O~]˷x}v:kqs9u9o|eW POx6;oVW*e8"#ErKf=+n{O,{bݷ4n4*iW{V* 8=)>T3QU/ i d`oޗ0R6f#َ?Om~?O-%6&Sc ɐMDr}?k~6\!pg]kȲ- IQ!IumrFX q$W@GPCF엶Rgw}Ul w?c84U`IMD?3??Mmo{_&UjKy_tQ>oW⼈_6էs:xc:ijbcMP"e.dӤqwj[@__;MOq*[^#+"2$(dce=k?֥ܶÞѝAWqEb2.hKWU1"7fɡt,sop'hwkeIvcZ^6Q~*I$˯R쯐?6.(65 TPÐrW&ר"{8}ҽwm{[_@tw˘"/܎գ}Jd)bNK}fҿao}D}msj? a:>=Fin>Ƨ-7oic0w>hˏ@x8fo /hws=zv?a~~ D-(WZKL[{^m,_{Uge=VsbY3A\d}a#tڿ/~fknشx̶LF 66 J,k6D*+1Xamvk9wv=+ tҚj >w_W;=>,7vTJ\@ ̷n-/r >9ٿ Wy?/e?ƅBN˛{kdu~'?sCE[zG1&OS3zG){'^x}Lݞ*׬MCTѧll>uCAD에[ɳo?2}>r$wOJ=fGs37mcSYSfvf*ZJp;7n/[w|N]av>SqͻgMj!R1?@?wZnQrp]5_ޛ4P p<*+{e7S~o;ݥ|փEO8cO Jtu5U4Q?r/aϔ+Sm:}/I-t#t\?DX:ڬßtod?gN13/M$gQהm8ťПl}?׹HAGo^Чl>[24=##6j}LJm _}\~W&oj!}̾3c5~tm.5G\~VQN߻﷗|\yGh[Ni?.W,6ks^aE֨ᓥ6t'Q%?{_߹yq ?23NU3R<'@X /oo?|o?.̥x]o_OMgON335/B[Ƕ:<5+2Po52VI~7 ߙB?+\O7F,mOS~-ɋm硊CeKB+QTE_'ۍ(5y苗}.;oчmPj*+ӳc WrW+ki" y*w_s2hXGޝ D3E*i~~04aOTXȮmkK|cq,h^RXq˔Gͷl e=>뛛*vN}t#EYSG54aܗ{= Eч7[xl\?]_tQ}̶{E#?_=󨳯{^׺uoM3Uw %ADiKRTJasX}G?-QRۿ\H1#~d%~{ߺ^׽u~{ߺ^׽tH 4{ǏoiuuEV:_'~7Q,9^٭vVv^b&R!&#V>pP;F{Jhi7w䛉k~u׽u~{ߺ^׽u~{ߺ^ >cL\žS}77~Wn?RVxopj]-,x}?bY"O+\{mVSju~{ߺ^=󨳯{^׺u{PNƤ͒f$X/Ǽ^P;?snxcOn$+)?yC {^׺u{{^׺u{%rI`0y_)?^G?':iuu|־GG2>$N-.3sQh<9ޮQ:}xދM2йw׽u~{ߺ^׽u~{ߺ^-խ{-&FC#}>&x6:qou'S>tڕ+i_οGi^>GP+Œ,`^{^׺u=󨳯{^׺uo-#QN_=Wݿx~sΤd/"+Mٿ^{{^׺u{{^׺u{ JF&"WԷM'ƯR[$2?ۏK ߱@W6˼w0׺u{=󨳯{^׺uͿxӍzo$VIiaSKG,Wf* ݶX䅔0-z߼ W%' |@ ׺u{{^׺u{{^sV^O>-}mYUPG%Y~YFMkcgC* ~={92yYmE\Y_{jZm^}vC\ WϨGzNwyaz_oᝅN:?w_Q? |9mϬ{|L R],Qh&sᰌN[?ON@{]wn)V4YM.>sʿ|"kT|#l ?g0㋮\PTLԙU[ʻ݂`Tmuw&p&֌Gi2 MFht:j+B0Ez]ӊXj>u}aH"p]S=?st(t-Nʳ+_3I^,~f,vHg?%iV֗Ϙ6`~Fں>}.r(3n0`m ',_]s4E'ޒk~5E_q%sSu2As|,\r˯\߾0v/u֖I$j'xPVw:^>X˫>WzV%`˶'_oGIε޿|,r'辻ǧ:Yþ asX}MS9mf"55U=_!j\7>}9y;_sٟ-6Ͳ]]c˩'i_o[vY)r.M::ݦݻ,[19ifk D } g+5n{{nU[J# +L/[7>~ ]um_FhE:зͿ*Njo*WJׇ]Qo b`O^F8еR$1A9o'p_I}O?n׹]ZOo슯h?b_*~r6qQ~c&n_I?^Gu~i/!da\]qEr}/'&չ˦ң{|S;kvtca۵g#N|OKi)hhK+r vOͯ$w܇ُu8Rߜ? d`Y}@LR[y_&c,S; li_J06ȧܳbBp`{[S.~{߶e uV.[&V67t GW^r7?t?|h6nU_rp@MY ]ekhȣvtU+r:Koο[bg29NVQJ<4'٧#{YS{iw;EmomU֦fq_w0t/K/ւ|_bJJ-P+iNa&ۋ}{tչҳ]ٟc_i5{I6WZaϴQ[/D;o*:q~{3|f0sdkj4v;j R[x?[Ij2nrUS;k_'[n{nܲpЩqr>Yuӛo #s6\g~ZdSQ(5*M+vXl}[.F5L\_xy2T2֒+B+AÇĒ Bh~ƞ<pPMO~8Q1z*c\K(#~׾1Xi (iC^ٻoC/,|[og0By o/f?\ _c{OQAu s\&b1h{R+n M7;inUIֽfEe(*H# ><_ԒOTpH=Fmu(LCLe-JH'ۋwts &?馾}:%:xU:v*i qE@x,-7r~/_p:ڣ5飵|oAJ宧)骩 TI#ƾu#ۻSJJ^~hv`)SSOgϦ{fema\tWg>7sI<g3/HCoH?ݾUpxuS{(_[>7'=X?xO/G+A3T8lQE7UIO >&6+jVmthܧ0 Ӯݿ ~(Xh>8H?S` sq9;~53`nRESn8{ٹ+>MFi̷̷h;A>UScidSci K$HxVe&u9֞M{yD?Y_CCDI&$I >B*:0sExP}V:,$aR\5:7>D'MuQsZ+Ѻ0Ll.$X_G?<{!z=?nz[r)a#>^ar]є|tXF5`R6f>ͱlV3yz~Z7{wf{o{Pm S_EzaoF/VWI}Wy/oz2]E`>N3!Lu ]zJvB2Б??룊ŕU8":r;(Ož?Ӌ_Է;}Z/R@ڏkuœߴwE\x˓:~Ҟ,OL%?t؜S33c1ڙ7&;{7=T]]Qs%ܘ\\mi(ݔbhu$~7=9 W); @c$ ߨRK|F2';}1c]T`>iXnx3?=\^].멫kҗfnL\Mw X &5}ye؏t.+(Lwv=͢x}VE`PuldT|_G͑?@oo[OzfW/!ÃqS۩{{^׺u{{^׺u{邪/WV^i]+I`OqfO~wE{o.X{?Rvr}yBa\%۔MX/d1K"y,;nNF6^W׽u~{ߺ^׽u~{ߺ^SښHvV?ZZgoH?="^oc_Ў_xi ^}WɹA[E%׺u{{^׺u{{^M\G~W{SHb}ŸyovG _j1Ix?UuTIۯ(yW_ܙ_}*W<.M.{K'/o2o[\c>{{^׺u{{^׺u0UA?\xkγ5Rۡ&6]1{vBR\'ؒH2ٕdOnM.UMV PU:{ߺ^׽u~{ߺ^׽u~n~F..jYO0O2'\JVRV?G zu{{^׺u{{^׺SlWܸvҳI#_GmzxpJ1N?I7>G'w8O_\8VĠ*zw"˓?[uR3tSuZMw~WKbn{ߺ^׽u~{ߺ^׽u~c?@} ۃyAxm{3z_p qbZzצ=ŶQ=O"v&7u=1ur{?KQ҃ߺ>׺u{{^׺u{{^==5#m[GE}dxȱ.d?V~}dٽ:F]{ߺ^׽u~{ߺ^׽u~*6asn̟Y5ja!]그7.TG皟u2}#y834EYF'.n-]IKCI\U*7ǪMI[7o{G͗n6ˋGYiQJS|S.mMMvoe]%$iHphCf)dRn;[u(: {Nz+Ȯ=ظOCW~uQzQu?nY 7]*um1.4]V,?oz+_f} h?#o NQNķUܰJC}v5_In 0? ׿E1W~Us?=<}Ӽ}=vzOͮ21<~w_M>nFC MǶ:B$GϴYDkvf9?\Bz/}dz 'nN>snfN`A/YEI= 7Q#XACMu@o>~S^'v^ ̙ -@$)c ۜ/w9nwͧm^V[;1youpPNNX )9G#{iٯ]uv-O8b\e=NFPF}i+@M4yܔz}XI⿸.@'/li 1*tTdS_oJٌz4iK[Ϣ۽S'i'jܮm9cycUf&hNĖ*0Ωvo(Q$_^ڳ<>#NG. ڝ` )u^ܟ&y_JJ}~]y:&2;Kcuв!B~Oϻޣo<_R=8%t&o>]s hvXD^GE)lOEun?oț1=GnEhX uT/g9i-.Lda :U_ KTx7 ?_vk7]kvc#|c~tkGoUS5Zo}D8fS,h㎳꜒?>/޷iJx>{7CS _Oҟ  pbp;;`8MY[[PR3G?{s}/o+~tN`ѬmV3ҋS>l;?Y[MmI$Ё}zo?[XGmK2 I,Km-ܮn`{ A qav(ߓY>I.ܺ/q2kO?VM9e{<OeZMv'~wU?wrCIgG<_xr,۵ZOo]I<6G5SsGKaxM=OKm>n[~a{7%ṟªvaU 4}z{lm]YnLV:j"XY 5ǸWnfi6keoMrZ~@%}yiϼ//Y[rLwژKZ$Vb3\ ~K{LO!~9iޝM}_z>8 m@q7+7xn<_-q{Ss9޾_NL-ܶ>8mAv?q,)_=.LzҦ\v]#wPjK;?}?4Voy<OcZ|p`;mϯ}ƿv(ߓY>oǕ{u|r! oAj~(ߓY>oǔkV\sm[طտҾVoj{A{[־el}>=ߖ4erAe}H~YJ߮~4`>z|bs7r@x!,K}vܤݬ ZkGؾs=<;xx-*ە1BX͹(1t;0{jMx~7ƩGx ܍`?7*n7;_P+cOz7^{s_AͬWD2pzYZ+;^%?x.۵uˆس)C&noo}7޿?]Xatxm$_I>rAþWX֞˖{7leKVY>(9[uz豯Z=#QMQ5^-?Yv)2>],ǘ ֜˩7~aZho7 ^O*ǵYE_/=J7mn۶~;5w:~/]Bqipo/OO\Rڪ"Z >_I,9V|ou5m&j;k:FG'`IZo~"sKAxm>YoҟΖT=bYxւPż󕛔bjMY]XEj]vw<1f}y_k?]I#}:Z¯lՁ_v+o?._ywՏ?]6>u~ؽteO֗{żK,ܪ=󨳯{^׺u{?,Qqp:'VjpWgsج\t8ß yFg@~{{^׺u{{^׺u?$jUQh>1?xM~m:߬&~}?EזuwpmVsƟE\w'v:`"??:u{{^׺u{{^׺Gv]j %?!z/S9z9+Λ,(]ZV8m_y'j)mn?k9 /.l 8 (?u{{^=󨳯{^׺ulqa"X=AJ!ȉM 7-ws}nmR7.-Q$ rڴğ78׺u{{^׺u{{^}Q Vau2J l}oޖMZ|Ӡ%>G{ѯ/Be;57`Dc"\v3E׹/rZ.9u%}3{=p 4ƟS4b׺u{{^׺u{{^B`==rpUÓc/N}ͽ{n?7ac00ō逸,JM7]/(ul46 [D?otg׽u~{ߺ_=󨳯{^׺ulqdz+ d!ZkT{ƏRļt n~ӽ/}U[{Jqtda517F~]7?e88Lgݩ\$Nb{{^׺u{{^׺uo@7¥aQps_0˩_}{ qfw}7 GLD)qoŏҏu 퀍odAtu3۝-׺u{ijKGUQ&>8iMZzt*>w]MS]kdַ>/;NJhY,{lۮn% ԲBTJl,k4x,BT&'} RGnln]uxB|GWX?̸LNtb_FU->-ۣkX3j j?Ϯj76\.GS: K?/no;]^ >?f:6>mZvaʮwm?*)fal[gPt>gSďv6)7۾g%BБ#3Ъf{|s.c'3PD":opFcȫK#EYuSNWoo~ٴk6SZnpNaQb&էLgC[EO7$YYduI'̱ƿꤑ$k$snaTMQ'r~_vfW fp|_ Է[ygc/z}6\}V HyY^jJ EHjd _yd.3j"^j"#>8Iط (k٫_PuM dH9dMRƩQ7QahoR_dn0IȤj0<:g {I>^pOw zo}bx뺝hVi)c?,/^S4Kk9>elPcmV13 }dSŭY_zVò޿k#+_u ohz ?45]is7;_/FFa->jfEwxUclV6bn^eءƗtG^Nb\] ~/bmvGU U}OL=#\2wm h|n?d*ah}>wg޿j鋏w/Ǚ 7oFgR5԰ISuQHv<}ooh(Q_OMں?w~L#wjvv{4HSk]wzMY=7Y?sӕY]%e _Xs'%켁˻Q佷õyj-ϥu>|m}qZT/|>R|ct OE))CI]RK*k|_w?^Q>{?k ߙyn~Rd0*ld+-=|WI081o7_[m='ݫk?[zI067R-S]}G {ʩ_[o{}ܾPG4zi2? \ _o?o{#/nUmZzZV2iIf+*P/=Ʒv;(o^ݟَ_ޛL ]s^}Ҿ{G{ˆj*?WAN3 c3Pl.59Lu`Mb}/pܤ?=yw^h"TA&١v/WE$_Hs)L?ی {maKօgOBY6Wql?$*R]]N '\yq 'ٯ!wkZ̀]T_z`ҿ ~;?';tfΠϘf-13X)/PK2+aQRi(folIn{w1~[Ժ{STw{I=>#v}|=ջ O%O2A' U5T:o_g"s8{MOJNgv{{s͡ sҴ|cg{?xTen}?NW e7?sX?-z/2Y}vx1Ac[٥?&>ͦ$ܷ73_uoZjj޹$ܕ;I鿀ٗcMȪ3.]}jO~&e##D䙫kqiar}YW^5s27=KvvRA.oU--'u> ǸӐ?v~mag/.(wMڵS|)Oˠv߻l[-KC z'AW3O4ۧ#WOfkzk Շ7?VTkǰr۫= !>?5GA5']~,*}P>yϩ P=ormO)|My#yq?4?jTOdϳ=s~۞g~Q1bg6Ip{ :?mLntѹ{cn| S6|eR}UgP>sO>W*wnJIjV,G!ضͷ-7KzXc~T0%$vi15RXR-SQm0}tU{m]Gv}ͷum}RBqѴNٿަԦu]gHwNifm]t~`1ESbC_{ѐuM76j/?V}3"IM|b=KlUoGjں_m/?ysxISMXa]j溭^4,T}}}ۖ7pܹ'pۭMwc7#Ϲ/ev>nOՂ-N+u鞿nfud ){i*r7}TbP̍/ ŗWw{^׺u{{^׺u{oi);^&#>KO}(/w{n/{ghǀhx1cH)hԉoJQS).|owS׽u~{ߺ^׽u~{ߺ^N?3\F: t{Ʈ@ۛDPF?g1V6?>>w]^y-)'m"B߯{^׺u{{^׺u{Vȑe!o R#  oSWޟm]#&UuIc4w#MٗDepM//Xj2?1a ^]K={ߺ^׽u~{ߺ^׽u~'{7j({OtmG<? ukQP?-=pY9+]>g:~{ߺ^׽u~{ߺ^׽u~=3O/}?Zm%'vxW^b?z }?Ѝ"z~{ߺ^׽u~{ߺ^׽tb{[-~ i# )n?Kij{O/Wum nGueI*=/cIzjw}ԝ=I}{ߺ^׽u~{ߺ^׽u~4QuO"2K2GI~%zq^dfdÄ\N0F}e 6Wk}(]s/X&汝ܿqM{^׺u{{^׺u{ngE=-mA/,t?p"3L<uDx_2׏5\u ،cHu;PR3f ?ϼ:gUݐZjӗty׽u~{ߺ^׽u~{ߺ^GƮ-d3,h6?=㯶b`j/?x_F?ݍ~+zu{{^׺u{{^׺Sӹ-'"%ԞAz]^{r)-$uї3> 4Sع\\DaۚGAH1.6s[p6mpnVuگUղWR:憴)o~\r˲=vLd5u I @5+^lnv_ُeON|CRC?&'οe`텗ZRn $_QyO{M?gL+_ۺ>v/- k-k&ܣvj?$T*^݂I&r m{@|oל8 Bw秥ەٌbUZ:U '|Ho~/Ql!MϓnwM9ȵU j_R2[LK! ?$Oڽun] "}XUOftz=Jmz7ʷi8?πMǜ+Z/tԛ #ѫvtp]7_.ff?OtN#ջSO&;;ýͲ1lgbުpn,VK+Ph6EUP[Q˛v=7=m6ZZ.n$+^ԗ{Eayَr%kLnmqGEQQTR-,xi_ګ죏n|=Ar|Mt/Od~{jc}i|-)f*88SS}֒nekak|*wYz=N}??IIo/PIᆦzwZX2u 9zeB6ȵ(گGr=.ij^/Mdj ZirSUTT"%Yxw~~݉H7rE>5T3džW?.D0~-՗ܸٛi)_%˜Zy oeG<ѺAR_#ļ7&_?ս)(Gt£ɿ%:_Ο`qP.xgS:&1v"cLJ]9/O.k?jd'KK%Anx{gmo,{$. n?n Ӏt/#}G^nwEkz -—,w@_mdmAO4D ) 5_߿ws1/YP->o__<7x/^onC?,Ui(FQqR,>m7ܐoM.&}x~Kn$~rX[{ ROяG<A 5mvФyz<yXihCd1? ݽ?'>f[6{/䝛gk˯D#w/ ou)w!Fgo% {۾A>h4tF#(>{^bn|^u ^Ѫ;ndRaIz[q}ۏܙrmTJf@Yv$FoWϻ o&ܛu {Jm]v~u/VeEv֧t;mow#ܮK6Atuey'-]E> {S j2SUSU-5]R饭J*M~=}~W3=>MREұD]:gZAۏ`-rt+ ٱi?1%vcǟo%q*q%=+l=n?!ޏ/ yp$miģ*qjHWP%x﨟 pjobqA(Yw_u2WITӦmFw=H4lTIK(VLDx*~xD# (~}*ݷ+๵%ROχˤ`ݽl blv!&,XV#L\  $f&|CzKB%@$igƧu&+b5- *r."& #[5[A;ñ}Z wj?6~?BG\?⊄8~7T*m P;~,^B~lOz1R#}PR;{J D_eOA3xY]$#>В~-.;in⹐?b1/^/#xQS7TGA[7=4ڑoPhzqs#cBLԖ1+ޔ}u4dN`[ eQeVQ0n wz?uuw2)1=p;xDT 67:tCiq!Ɔd zVlͧSUM=OijZi1"'=ކ콤o.u_uf[M.^ڊ1n6 tZn`ܝGU|OUSOi- eF }}ʜ;\"uk{InP }]'3/JWI*i1Xb덠WafqGN,#^,-;!,RB! ) J?8\~e5~f4a ƢP0Gx[7p!!A 08Sǟw@(7+? blHgb+Y?ތ27=iwM~qH&/icu ?^ VlF2YIAJ?P4E>Ȃ#$u747#`0@aq Q\?wo.?#a0hqxX}*hR Gof?{xxzEOvlxZCW1!oC#UA^u-f&F]${JRXo6\ȯo`:ϺQvVך~~pĻUդ^tN4~6Ql]z翴O޽෋|?Hq׽u~{ߺ^׽u~{ߺ^ G5,(kG8IX&cwXpd׏$__?O-WvNtu׽u~{ߺ_=󨳯{^׺ulqq'L L'H׼+$Mw?odu"?N0a'::":zu{{^׺u{{^׺R4nzJLA$^7oFԤfƴ_?@V/OeO+@w[~g妟Z7d׺u{{^׺u{{^?M "J:@,xGw[by?؎>iI~z~_7oj/J 5_*(CfEgڣOm8{{.{{^׺=󨳯{^׺ulqeQQ} 1Q7E=}%X.Jx}ෙؿ^ޢ{{^׺u{{^׺u6ҙ,f+?>8wOL"־76Svſ@W!3gfns$I/4zX5b5{~ZBR^׽u~{ߺ^׽u~{ߺX7-GPpyA+7J?v=IԥwG/ǏRHߩ))XP!1m {}maAK:u{{^<0tDs?cM//"#J)坿%*Mi?>s-/g=?!N|cJ.Ttêʺ&zc㩚oV zmcNs )FJrNyOrMY%<Րӭh& 7 ?ĭ?޷g/~_n{jO_'~WHOwѯ}Yzh|Y= nF M',otCA6(d^JvIVH,v}}Ybגjъ'^q=RVS(ҏq6_{V-G|Zn [ (jLn+{{u\of#n2][۴MsvVQn#ZHH5=Hyto%lMtk [V/omlPpC0aPxqBn[#W]@#Z9{S#֮ID:? op=:?"?{wOpEu'Itɏw/gOy Ca| 7^]L>daf9‰<3̿ojgߤE=P?z86dB^m ~V3JU֧ރazS|jJoT=CS֒Xwed=E˖ }蜽N1a Ha>Mi{ '}~?޸cG;k*#G"o9Z$ЛT+u!Gؓ?AZK'WI}t}I~uK2~K`#[߽w*Yu<~?t̾8? 㼺mܘz-C]IH?) ZUsk}ž}6xy_mtGU^$4(I=dOݓoLn{}i$<΀ꌵ.Uom+39:}h>ȔZU>[Kw0^oEŎss ZTÆE:Žywit7BPaQ= 㡩ovީxO,EV?3}-a? ܕo{WOW܋zNsn?I??]vz2ɡ{[G]CX{g~%; ɏ*F콵L~zpZO#}) <{GȮzos}zeF)3)I/r=܏\^}۾ϘG,;KG A"'ϣ۩~tu9 |s<5BC'cu14qO "!uf?oϷ?s.~.@?FcޭexvSS>_] {zͲouA rE۴=_ySRnG]79/ szzߛGvnSST[++q5²i[j{|̾;<ɴm_&nw;Ckww/ho%8ZiQsϛo496}ӝr@gr+穻ceYmSQy7D!LmIsT>"{FUvH?.땽v.^{~-U 45'#z9wU?O}q>YU B?͋ONG;# Q&ǿZ[nޛgO|r;uW5St:Q'tzc驣zIl/ޯk-C1O7m:b HTo/Y?}z}87nPۧSAuexamples/shader_examples/0000755000175000017500000000000011301357546015071 5ustar user03user03examples/shader_examples/Phong001.sc0000644000175000017500000000277211301357546016724 0ustar user03user03trace-depths { diff 0 refl 1 refr 0 } shader { name "ground" type diffuse diff 0.800000011921 0.800000011921 0.800000011921 } shader { name "shader01" type phong diff { "sRGB nonlinear" 0.1 0.1 0.7 } spec { "sRGB nonlinear" 0.28 1 1 } 1 samples 4 } shader { name "shader02" type phong diff { "sRGB nonlinear" 0.1 0.1 0.7 } spec { "sRGB nonlinear" 0.28 1 1 } 4 samples 4 } shader { name "shader03" type phong diff { "sRGB nonlinear" 0.1 0.1 0.7 } spec { "sRGB nonlinear" 0.28 1 1 } 8 samples 4 } shader { name "shader04" type phong diff { "sRGB nonlinear" 0.1 0.1 0.7 } spec { "sRGB nonlinear" 0.28 1 1 } 10 samples 4 } shader { name "shader05" type phong diff { "sRGB nonlinear" 0.1 0.1 0.7 } spec { "sRGB nonlinear" 0.28 1 1 } 20 samples 4 } shader { name "shader06" type phong diff { "sRGB nonlinear" 0.1 0.1 0.7 } spec { "sRGB nonlinear" 0.28 1 1 } 30 samples 4 } shader { name "shader07" type phong diff { "sRGB nonlinear" 0.1 0.1 0.7 } spec { "sRGB nonlinear" 0.28 1 1 } 100 samples 4 } shader { name "shader08" type phong diff { "sRGB nonlinear" 0.1 0.1 0.7 } spec { "sRGB nonlinear" 0.28 1 1 } 300 samples 4 } shader { name "shader09" type phong diff { "sRGB nonlinear" 0.1 0.1 0.7 } spec { "sRGB nonlinear" 0.28 1 1 } 600 samples 4 } include "include/example_array.geo.sc" examples/shader_examples/AO001.sc0000644000175000017500000000230311301357546016136 0ustar user03user03shader { name ground type amb-occ bright 1 0 1 dark 0 0 0 samples 128 dist 6 } shader { name "shader01" type amb-occ bright 1 0.5 0 dark .3 .1 0 samples 1 dist 6 } shader { name "shader02" type amb-occ bright 1 0.5 0 dark .3 .1 0 samples 2 dist 6 } shader { name "shader03" type amb-occ bright 1 0.5 0 dark .3 .1 0 samples 4 dist 6 } shader { name "shader04" type amb-occ bright 1 0.5 0 dark .3 .1 0 samples 8 dist 10 } shader { name "shader05" type amb-occ bright 1 0.5 0 dark .3 .1 0 samples 16 dist 6 } shader { name "shader06" type amb-occ bright 1 0.5 0 dark .3 .1 0 samples 32 dist 6 } shader { name "shader07" type amb-occ bright 1 0.5 0 dark .3 .1 0 samples 64 dist 6 } shader { name "shader08" type amb-occ bright 1 0.5 0 dark .3 .1 0 samples 128 dist 6 } shader { name "shader09" type amb-occ bright 1 0.5 0 dark .3 .1 0 samples 256 dist 6 } include include/example_array.geo.sc examples/shader_examples/Phong003.sc0000644000175000017500000000152511301357546016721 0ustar user03user03trace-depths { diff 0 refl 1 refr 0 } shader { name "ground" type phong diff { "sRGB nonlinear" 0.3 0.3 0.3 } spec { "sRGB nonlinear" 0.9 0.9 0.9 } 20 samples 4 } shader { name "boxes" type phong diff { "sRGB nonlinear" 0.3 0.3 0.3 } spec { "sRGB nonlinear" 0.9 0.9 0.9 } 20 samples 4 } shader { name "top_sphere" type phong diff { "sRGB nonlinear" 0.3 0.3 0.3 } spec { "sRGB nonlinear" 0.9 0.9 0.9 } 20 samples 4 } shader { name "left_sphere" type phong diff { "sRGB nonlinear" 0.3 0.3 0.3 } spec { "sRGB nonlinear" 0.9 0.9 0.9 } 20 samples 4 } shader { name "right_sphere" type phong diff { "sRGB nonlinear" 0.3 0.3 0.3 } spec { "sRGB nonlinear" 0.9 0.9 0.9 } 20 samples 4 } include "include/example_scene.geo.sc" examples/shader_examples/Mirror001.sc0000644000175000017500000000133511301357546017115 0ustar user03user03shader { name "ground" type diffuse diff 0.800000011921 0.800000011921 0.800000011921 } shader { name "shader01" type mirror refl 0.1 0.1 0.1 } shader { name "shader02" type mirror refl 0.5 0.5 0.5 } shader { name "shader03" type mirror refl 1 1 1 } shader { name "shader04" type mirror refl 0 0 0.1 } shader { name "shader05" type mirror refl 0 0 0.5 } shader { name "shader06" type mirror refl 0 0 1 } shader { name "shader07" type mirror refl 0.1 0.0 0.0 } shader { name "shader08" type mirror refl 0.5 0 0 } shader { name "shader09" type mirror refl 1 0 0 } include "include/example_array.geo.sc" examples/shader_examples/AO002.sc0000644000175000017500000000116611301357546016145 0ustar user03user03shader { name "boxes" type amb-occ2 bright 0 0 1 dark 0 0.6 0 samples 32 dist 2 } shader { name "ground" type amb-occ2 bright 1 0 1 dark 0 0 0 samples 32 dist 2 } shader { name "left_sphere" type amb-occ2 bright 0 1 1 dark 0 0 0 samples 32 dist 2 } shader { name "top_sphere" type amb-occ2 bright 0 0 0 dark 1 1 1 samples 32 dist 2 } shader { name "right_sphere" type amb-occ2 bright 0 0.3 0 dark 0.4 0 0 samples 32 dist 2 } include "include/example_scene.geo.sc" examples/shader_examples/include/0000755000175000017500000000000011301357546016514 5ustar user03user03examples/shader_examples/include/example_array.geo.sc0000644000175000017500000000411311301357546022444 0ustar user03user03%% common settings image { resolution 600 600 aa 0 2 filter mitchell } %% camera camera { type pinhole eye 3.27743673325 -9.07978439331 9.93055152893 target 0 0 0 up 0 0 1 fov 40 aspect 1 } %% light sources light { type meshlight name "meshlight" emit 1 1 1 radiance 16 samples 32 points 4 -1.79750967026 -6.22097349167 5.70054674149 -2.28231739998 -7.26064729691 4.06224298477 -4.09493303299 -6.41541051865 4.06224298477 -3.61012482643 -5.37573671341 5.70054721832 triangles 2 0 1 2 0 2 3 } light { type meshlight name "meshlight.001" emit 1 1 1 radiance 15 samples 32 points 4 -4.25819396973 -4.8784570694 5.70054674149 -5.13696432114 -5.61583280563 4.06224298477 -6.422539711 -4.08374404907 4.06224298477 -5.54376888275 -3.34636831284 5.70054721832 triangles 2 0 1 2 0 2 3 } %% geometry object { shader ground type generic-mesh name "Plane" points 8 3.1 3.1 0 3.1 -3.1 0 -3.1 -3.1 0 -3.1 3.1 0 -3.1 3.1 -0.61 -3.1 -3.1 -0.61 3.1 -3.1 -0.61 3.1 3.1 -0.61 triangles 12 0 3 2 0 2 1 2 3 4 2 4 5 3 0 7 3 7 4 0 1 6 0 6 7 1 2 5 1 5 6 5 4 7 5 7 6 normals none uvs none } object { shader "shader01" type sphere c -2 2 0.7 r 0.7 } object { shader "shader02" type sphere c 0 2 0.7 r 0.7 } object { shader "shader03" type sphere c 2 2 0.7 r 0.7 } object { shader "shader04" type sphere c -2 0 0.7 r 0.7 } object { shader "shader05" type sphere c 0 0 0.7 r 0.7 } object { shader "shader06" type sphere c 2 0 0.7 r 0.7 } object { shader "shader07" type sphere c -2 -2 0.7 r 0.7 } object { shader "shader08" type sphere c 0 -2 0.7 r 0.7 } object { shader "shader09" type sphere c 2 -2 0.7 r 0.7 } examples/shader_examples/include/example_scene.geo.sc0000644000175000017500000056306611301357546022444 0ustar user03user03%% common settings image { resolution 800 600 aa 0 2 filter mitchell } %% camera camera { type pinhole eye 2.11420178413 -2.16678905487 2.85471820831 target 1.61420178413 -1.66678917408 2.14761137962 up -0.500000119209 0.5 0.70710670948 fov 49.1343426412 aspect 1.333333 } %% light sources light { type point color 1 1 1 power 100 p 4.07624530792 1.00545394421 5.90386199951 } light { type meshlight name "meshlight" emit 1 1 1 radiance 15 samples 16 points 4 0.999999940395 -1.40001678467 2.67206859589 0.999999940395 -2.93210554123 1.38649308681 -1 -2.93210530281 1.38649332523 -0.999999642372 -1.40001630783 2.6720688343 triangles 2 0 1 2 0 2 3 } %% geometry object { shader "boxes" type generic-mesh name "Cube.001" points 96 0.138345018029 -0.227277860045 0 0.221101045609 -0.428005725145 0 0.0203731656075 -0.510761737823 0 -0.0623828358948 -0.31003382802 0 0.138345077634 -0.227277889848 0.228717163205 -0.062382850796 -0.310033887625 0.228717163205 0.0203731264919 -0.510761737823 0.228717163205 0.221101000905 -0.428005814552 0.228717163205 0.143706768751 -0.225067317486 0.00579956267029 0.143706843257 -0.225067347288 0.222917601466 0.226462751627 -0.425795257092 0.222917601466 0.22646279633 -0.425795167685 0.00579956267029 0.223311588168 -0.433367490768 0.00579956267029 0.223311543465 -0.433367580175 0.222917601466 0.0225836634636 -0.516123473644 0.222917601466 0.0225836969912 -0.516123473644 0.00579956267029 0.0150113971904 -0.512972295284 0.00579956267029 0.0150113645941 -0.512972295284 0.222917601466 -0.0677446126938 -0.312244415283 0.222917601466 -0.067744590342 -0.312244385481 0.00579956267029 0.136134535074 -0.221916139126 0.222917601466 0.13613447547 -0.221916109324 0.00579956267029 -0.0645933821797 -0.304672092199 0.00579956267029 -0.0645933896303 -0.304672122002 0.222917601466 0.140633285046 -0.226334452629 0.00102522643283 0.14275893569 -0.225458100438 0.0033244471997 0.225514963269 -0.426185965538 0.0033244471997 0.223389312625 -0.427062302828 0.00102522643283 0.0213165674359 -0.513050019741 0.00102522643283 0.222044438124 -0.430294007063 0.00102522643283 0.222920805216 -0.432419657707 0.0033244471997 0.0221929308027 -0.515175640583 0.0033244471997 -0.0646711066365 -0.310977250338 0.00102522643283 -0.0667967572808 -0.31185361743 0.0033244471997 0.0159592293203 -0.512581527233 0.0033244471997 0.0180848892778 -0.511705160141 0.00102522643283 -0.0633262395859 -0.307745575905 0.00102522643283 -0.064202606678 -0.305619925261 0.0033244471997 0.136525243521 -0.222863942385 0.0033244471997 0.137401610613 -0.224989593029 0.00102522643283 0.137401670218 -0.224989622831 0.227691933513 0.136525303125 -0.222863972187 0.225392714143 -0.0642026215792 -0.305619955063 0.225392714143 -0.063326254487 -0.307745605707 0.227691933513 -0.0646711215377 -0.310977309942 0.227691933513 -0.066796772182 -0.311853677034 0.225392714143 0.0159591976553 -0.512581527233 0.225392714143 0.0180848501623 -0.511705160141 0.227691933513 0.0213165264577 -0.513050019741 0.227691933513 0.0221928916872 -0.515175640583 0.225392714143 0.222920775414 -0.432419747114 0.225392714143 0.222044408321 -0.430294066668 0.227691933513 0.14063334465 -0.226334482431 0.227691933513 0.223389267921 -0.427062392235 0.227691933513 0.225514918566 -0.426186025143 0.225392714143 0.142759010196 -0.225458115339 0.225392714143 0.141815528274 -0.223169833422 0.00579956267029 0.141815602779 -0.223169848323 0.222917601466 0.138813585043 -0.221920564771 0.222917601466 0.138813510537 -0.221920534968 0.00579956267029 0.226458325982 -0.42847430706 0.222917601466 0.226458370686 -0.428474217653 0.00579956267029 0.225209072232 -0.43147623539 0.00579956267029 0.22520904243 -0.431476324797 0.222917601466 0.0199046544731 -0.516119062901 0.00579956267029 0.0199046209455 -0.516119062901 0.222917601466 0.0169026050717 -0.514869749546 0.222917601466 0.0169026367366 -0.514869809151 0.00579956267029 -0.0677401870489 -0.309565395117 0.222917601466 -0.0677401646972 -0.309565335512 0.00579956267029 -0.066490881145 -0.306563317776 0.00579956267029 -0.0664908885956 -0.30656337738 0.222917601466 0.139776051044 -0.223839104176 0.00236766319722 0.140513986349 -0.223534867167 0.00316583854146 0.139471814036 -0.223101168871 0.00316583854146 0.224539801478 -0.429436773062 0.00236766319722 0.224844038486 -0.430174678564 0.00316583854146 0.225277736783 -0.429132521152 0.00316583854146 0.0189421158284 -0.514200508595 0.00236766319722 0.0192463472486 -0.514938414097 0.00316584529355 0.0182041879743 -0.514504730701 0.00316584529355 -0.0658216029406 -0.308602809906 0.00236766319722 -0.0661258324981 -0.307864874601 0.00316584529355 -0.066559523344 -0.308907032013 0.00316584529355 0.13977612555 -0.223839119077 0.226349502802 0.139471888542 -0.223101198673 0.225551322103 0.140514045954 -0.22353489697 0.225551322103 -0.0658216103911 -0.308602839708 0.226349502802 -0.0661258473992 -0.307864904404 0.225551322103 -0.0665595382452 -0.308907091618 0.225551322103 0.0189420767128 -0.514200508595 0.226349502802 0.0182041563094 -0.514504730701 0.225551322103 0.0192463062704 -0.514938414097 0.225551322103 0.224539771676 -0.429436862469 0.226349502802 0.224843993783 -0.430174767971 0.225551322103 0.22527769208 -0.429132610559 0.225551322103 triangles 188 0 1 2 0 2 3 4 5 6 4 6 7 8 9 10 8 10 11 12 13 14 12 14 15 16 17 18 16 18 19 20 21 22 20 22 23 24 25 26 24 26 27 28 29 30 28 30 31 32 35 34 32 34 33 36 37 38 36 38 39 40 41 42 40 42 43 44 45 46 44 46 47 48 49 50 48 50 51 52 53 54 52 54 55 56 59 58 56 58 57 60 63 62 60 62 61 64 65 66 64 66 67 68 71 70 68 70 69 72 74 73 75 77 76 78 79 80 81 83 82 84 86 85 87 88 89 90 91 92 93 94 95 0 24 27 0 27 1 1 29 28 1 28 2 3 2 35 3 35 32 0 3 36 0 36 39 5 4 40 5 40 43 6 5 44 6 44 47 7 6 48 7 48 51 7 53 52 7 52 4 8 56 57 8 57 9 10 9 55 10 55 54 10 60 61 10 61 11 8 11 26 8 26 25 13 12 62 13 62 63 13 50 49 13 49 14 15 14 65 15 65 64 15 31 30 15 30 12 17 16 67 17 67 66 17 46 45 17 45 18 18 68 69 18 69 19 16 19 33 16 33 34 20 58 59 20 59 21 21 38 37 21 37 22 23 22 70 23 70 71 20 23 42 20 42 41 24 72 73 24 73 25 27 26 77 27 77 75 30 29 75 30 75 76 31 79 78 31 78 28 33 83 81 33 81 32 34 35 78 34 78 80 36 81 82 36 82 37 39 38 74 39 74 72 40 84 85 40 85 41 42 88 87 42 87 43 44 87 89 44 89 45 47 46 91 47 91 90 49 48 90 49 90 92 51 50 94 51 94 93 54 53 93 54 93 95 55 86 84 55 84 52 58 85 86 58 86 57 56 73 74 56 74 59 62 76 77 62 77 61 60 95 94 60 94 63 66 65 92 66 92 91 64 67 80 64 80 79 69 70 82 69 82 83 71 68 89 71 89 88 0 39 72 0 72 24 1 27 75 1 75 29 2 28 78 2 78 35 3 32 81 3 81 36 4 52 84 4 84 40 5 43 87 5 87 44 6 47 90 6 90 48 7 51 93 7 93 53 8 25 73 8 73 56 9 57 86 9 86 55 10 54 95 10 95 60 11 61 77 11 77 26 12 30 76 12 76 62 13 63 94 13 94 50 14 49 92 14 92 65 15 64 79 15 79 31 16 34 80 16 80 67 17 66 91 17 91 46 18 45 89 18 89 68 19 69 83 19 83 33 20 41 85 20 85 58 21 59 74 21 74 38 22 37 82 22 82 70 23 71 88 23 88 42 normals vertex 0.107654057443 0.25869050622 -0.959942698479 0.258690476418 -0.107654057443 -0.959942579269 -0.107654057443 -0.25869050622 -0.959942698479 -0.258690476418 0.107654057443 -0.959942579269 0.107654057443 0.25869050622 0.959942698479 -0.258690476418 0.107654057443 0.959942579269 -0.107654057443 -0.25869050622 0.959942698479 0.258690476418 -0.107654057443 0.959942579269 0.811958730221 0.549061000347 -0.198128953576 0.811958730221 0.549061000347 0.198128953576 0.962995111942 0.182716459036 0.198128953576 0.962995111942 0.182716459036 -0.198128953576 0.549061059952 -0.811958730221 -0.198128953576 0.549061059952 -0.811958730221 0.198128953576 0.182716488838 -0.962995111942 0.198128953576 0.182716488838 -0.962995111942 -0.198128953576 -0.811958730221 -0.549061000347 -0.198128953576 -0.811958730221 -0.549061000347 0.198128953576 -0.962995111942 -0.182716459036 0.198128953576 -0.962995111942 -0.182716459036 -0.198128953576 -0.182716488838 0.962995111942 0.198128953576 -0.182716488838 0.962995111942 -0.198128953576 -0.549061059952 0.811958730221 -0.198128953576 -0.549061059952 0.811958730221 0.198128953576 0.444815903902 0.374091744423 -0.813753128052 0.685122609138 0.473165333271 -0.553824603558 0.81952393055 0.14716988802 -0.553824603558 0.579217255116 0.0480963252485 -0.813753187656 0.0480963438749 -0.579217255116 -0.813753187656 0.374091744423 -0.444815903902 -0.813753128052 0.473165392876 -0.685122609138 -0.553824603558 0.147169917822 -0.81952393055 -0.553824603558 -0.579217255116 -0.0480963252485 -0.813753187656 -0.81952393055 -0.14716988802 -0.553824603558 -0.685122609138 -0.473165333271 -0.553824603558 -0.444815903902 -0.374091744423 -0.813753128052 -0.374091744423 0.444815903902 -0.813753128052 -0.473165392876 0.685122609138 -0.553824603558 -0.147169917822 0.81952393055 -0.553824603558 -0.0480963438749 0.579217255116 -0.813753187656 -0.0480963438749 0.579217255116 0.813753187656 -0.147169917822 0.81952393055 0.553824603558 -0.473165392876 0.685122609138 0.553824603558 -0.374091744423 0.444815903902 0.813753128052 -0.579217255116 -0.0480963252485 0.813753187656 -0.81952393055 -0.14716988802 0.553824603558 -0.685122609138 -0.473165333271 0.553824603558 -0.444815903902 -0.374091744423 0.813753128052 0.0480963438749 -0.579217255116 0.813753187656 0.147169917822 -0.81952393055 0.553824603558 0.473165392876 -0.685122609138 0.553824603558 0.374091744423 -0.444815903902 0.813753128052 0.444815903902 0.374091744423 0.813753128052 0.579217255116 0.0480963252485 0.813753187656 0.81952393055 0.14716988802 0.553824603558 0.685122609138 0.473165333271 0.553824603558 0.541229188442 0.822184205055 -0.176307082176 0.541229188442 0.822184205055 0.176307082176 0.201848968863 0.963417291641 0.176307082176 0.201848968863 0.963417291641 -0.176307082176 0.963417291641 -0.201848953962 0.176307052374 0.963417291641 -0.201848953962 -0.176307052374 0.822184205055 -0.541229188442 -0.176307082176 0.822184205055 -0.541229188442 0.176307082176 -0.201848968863 -0.963417291641 -0.176307082176 -0.201848968863 -0.963417291641 0.176307082176 -0.541229188442 -0.822184205055 0.176307082176 -0.541229188442 -0.822184205055 -0.176307082176 -0.963417291641 0.201848953962 0.176307052374 -0.963417291641 0.201848953962 -0.176307052374 -0.822184205055 0.541229188442 -0.176307082176 -0.822184205055 0.541229188442 0.176307082176 0.269953370094 0.648692369461 -0.711564004421 0.468478769064 0.730540394783 -0.49682828784 0.188105359674 0.847217857838 -0.49682828784 0.648692369461 -0.269953370094 -0.711564004421 0.730540394783 -0.468478828669 -0.49682828784 0.847217857838 -0.188105374575 -0.49682828784 -0.269953370094 -0.648692369461 -0.711564004421 -0.188105359674 -0.847217857838 -0.49682828784 -0.468478769064 -0.730540394783 -0.49682828784 -0.648692369461 0.269953370094 -0.711564004421 -0.730540394783 0.468478828669 -0.49682828784 -0.847217857838 0.188105374575 -0.49682828784 0.269953370094 0.648692369461 0.711564004421 0.188105359674 0.847217857838 0.49682828784 0.468478769064 0.730540394783 0.49682828784 -0.648692369461 0.269953370094 0.711564004421 -0.730540394783 0.468478828669 0.49682828784 -0.847217857838 0.188105374575 0.49682828784 -0.269953370094 -0.648692369461 0.711564004421 -0.468478769064 -0.730540394783 0.49682828784 -0.188105359674 -0.847217857838 0.49682828784 0.648692369461 -0.269953370094 0.711564004421 0.730540394783 -0.468478828669 0.49682828784 0.847217857838 -0.188105374575 0.49682828784 uvs none } object { shader "ground" type generic-mesh name "Plane" points 4 1 0.999999940395 0 1 -1 0 -1.00000011921 -0.999999821186 0 -0.999999642372 1.00000035763 0 triangles 2 0 3 2 0 2 1 normals none uvs none } object { shader "boxes" type generic-mesh name "Cube" points 96 0.18985722959 0.18985722959 0 0.18985722959 -0.18985722959 0 -0.18985722959 -0.189857199788 0 -0.189857169986 0.189857289195 0 0.189857304096 0.189857125282 0.40000000596 -0.18985722959 0.18985722959 0.40000000596 -0.189857289195 -0.189857169986 0.40000000596 0.189857110381 -0.189857333899 0.40000000596 0.20000000298 0.189857214689 0.0101427678019 0.200000092387 0.189857125282 0.389857262373 0.19999986887 -0.1898573488 0.389857262373 0.20000000298 -0.18985722959 0.0101427678019 0.18985722959 -0.20000000298 0.0101427678019 0.189857110381 -0.20000012219 0.389857262373 -0.189857304096 -0.199999928474 0.389857262373 -0.189857259393 -0.199999973178 0.0101427678019 -0.200000032783 -0.189857199788 0.0101427678019 -0.200000077486 -0.189857169986 0.389857262373 -0.199999988079 0.18985722959 0.389857262373 -0.199999928474 0.189857304096 0.0101427678019 0.189857333899 0.199999898672 0.389857262373 0.18985722959 0.199999988079 0.0101427678019 -0.189857169986 0.200000077486 0.0101427678019 -0.189857214689 0.20000000298 0.389857262373 0.19418592751 0.189857214689 0.00179300305899 0.198207005858 0.189857214689 0.00581407546997 0.198207005858 -0.18985722959 0.00581407546997 0.19418592751 -0.18985722959 0.00179300305899 -0.189857244492 -0.194185897708 0.00179300305899 0.18985722959 -0.19418592751 0.00179300305899 0.18985722959 -0.198207005858 0.00581407546997 -0.189857244492 -0.198206961155 0.00581407546997 -0.194185853004 0.189857289195 0.00179300305899 -0.198206931353 0.189857289195 0.00581407546997 -0.19820702076 -0.189857199788 0.00581407546997 -0.194185942411 -0.189857199788 0.00179300305899 -0.189857169986 0.194185987115 0.00179300305899 -0.189857169986 0.198207065463 0.00581407546997 0.18985722959 0.198206990957 0.00581407546997 0.18985722959 0.194185912609 0.00179300305899 0.189857318997 0.194185823202 0.398207008839 0.189857318997 0.198206886649 0.39418593049 -0.189857214689 0.198207005858 0.39418593049 -0.189857214689 0.194185912609 0.398207008839 -0.194185912609 0.18985722959 0.398207008839 -0.198206990957 0.18985722959 0.39418593049 -0.198207065463 -0.189857169986 0.39418593049 -0.194186002016 -0.189857169986 0.398207008839 -0.189857304096 -0.194185853004 0.398207008839 -0.189857304096 -0.198206931353 0.39418593049 0.189857110381 -0.198207125068 0.39418593049 0.189857110381 -0.194186031818 0.398207008839 0.194186016917 0.189857125282 0.398207008839 0.1941857934 -0.1898573488 0.398207008839 0.198206871748 -0.1898573488 0.39418593049 0.198207095265 0.189857125282 0.39418593049 0.198207005858 0.194185897708 0.0101427678019 0.198207095265 0.194185823202 0.389857262373 0.194186016917 0.198206886649 0.389857262373 0.19418592751 0.198206990957 0.0101427678019 0.198206871748 -0.194186031818 0.389857262373 0.198207005858 -0.19418592751 0.0101427678019 0.194185912609 -0.198207005858 0.0101427678019 0.1941857934 -0.198207125068 0.389857262373 -0.194185957313 -0.198206961155 0.0101427678019 -0.194186002016 -0.198206931353 0.389857262373 -0.198207065463 -0.194185853004 0.389857262373 -0.19820702076 -0.194185897708 0.0101427678019 -0.198206990957 0.19418592751 0.389857262373 -0.198206931353 0.194186002016 0.0101427678019 -0.194185853004 0.198207065463 0.0101427678019 -0.194185897708 0.198207005858 0.389857262373 0.194463297725 0.194463297725 0.00414077052847 0.195859238505 0.194463297725 0.00553668756038 0.194463297725 0.195859223604 0.00553668756038 0.194463297725 -0.194463297725 0.00414077052847 0.194463297725 -0.195859238505 0.00553668756038 0.195859238505 -0.194463297725 0.00553668756038 -0.194463327527 -0.194463282824 0.00414077052847 -0.194463327527 -0.195859193802 0.00553669920191 -0.195859253407 -0.194463282824 0.00553669920191 -0.19446323812 0.194463372231 0.00414077052847 -0.19446323812 0.19585929811 0.00553669920191 -0.195859164 0.194463372231 0.00553669920191 0.194463402033 0.194463208318 0.395859241486 0.194463402033 0.195859119296 0.394463300705 0.195859327912 0.194463208318 0.394463300705 -0.194463297725 0.194463297725 0.395859241486 -0.194463297725 0.195859238505 0.394463300705 -0.195859223604 0.194463297725 0.394463300705 -0.194463387132 -0.19446323812 0.395859241486 -0.19585929811 -0.19446323812 0.394463300705 -0.194463387132 -0.195859164 0.394463300705 0.194463178515 -0.194463416934 0.395859241486 0.194463178515 -0.195859342813 0.394463300705 0.195859104395 -0.194463416934 0.394463300705 triangles 188 0 1 2 0 2 3 4 5 6 4 6 7 8 9 10 8 10 11 12 13 14 12 14 15 16 17 18 16 18 19 20 21 22 20 22 23 24 25 26 24 26 27 28 29 30 28 30 31 32 35 34 32 34 33 36 37 38 36 38 39 40 41 42 40 42 43 44 45 46 44 46 47 48 49 50 48 50 51 52 53 54 52 54 55 56 59 58 56 58 57 60 63 62 60 62 61 64 65 66 64 66 67 68 71 70 68 70 69 72 74 73 75 77 76 78 79 80 81 83 82 84 86 85 87 88 89 90 91 92 93 94 95 0 24 27 0 27 1 1 29 28 1 28 2 3 2 35 3 35 32 0 3 36 0 36 39 5 4 40 5 40 43 6 5 44 6 44 47 7 6 48 7 48 51 7 53 52 7 52 4 8 56 57 8 57 9 10 9 55 10 55 54 10 60 61 10 61 11 8 11 26 8 26 25 13 12 62 13 62 63 13 50 49 13 49 14 15 14 65 15 65 64 15 31 30 15 30 12 17 16 67 17 67 66 17 46 45 17 45 18 18 68 69 18 69 19 16 19 33 16 33 34 20 58 59 20 59 21 21 38 37 21 37 22 23 22 70 23 70 71 20 23 42 20 42 41 24 72 73 24 73 25 27 26 77 27 77 75 30 29 75 30 75 76 31 79 78 31 78 28 33 83 81 33 81 32 34 35 78 34 78 80 36 81 82 36 82 37 39 38 74 39 74 72 40 84 85 40 85 41 42 88 87 42 87 43 44 87 89 44 89 45 47 46 91 47 91 90 49 48 90 49 90 92 51 50 94 51 94 93 54 53 93 54 93 95 55 86 84 55 84 52 58 85 86 58 86 57 56 73 74 56 74 59 62 76 77 62 77 61 60 95 94 60 94 63 66 65 92 66 92 91 64 67 80 64 80 79 69 70 82 69 82 83 71 68 89 71 89 88 0 39 72 0 72 24 1 27 75 1 75 29 2 28 78 2 78 35 3 32 81 3 81 36 4 52 84 4 84 40 5 43 87 5 87 44 6 47 90 6 90 48 7 51 93 7 93 53 8 25 73 8 73 56 9 57 86 9 86 55 10 54 95 10 95 60 11 61 77 11 77 26 12 30 76 12 76 62 13 63 94 13 94 50 14 49 92 14 92 65 15 64 79 15 79 31 16 34 80 16 80 67 17 66 91 17 91 46 18 45 89 18 89 68 19 69 83 19 83 33 20 41 85 20 85 58 21 59 74 21 74 38 22 37 82 22 82 70 23 71 88 23 88 42 normals vertex 0.198128953576 0.198128953576 -0.959942638874 0.198128953576 -0.198128953576 -0.959942638874 -0.198128953576 -0.198128953576 -0.959942638874 -0.198128953576 0.198128953576 -0.959942638874 0.198128953576 0.198128953576 0.959942638874 -0.198128953576 0.198128953576 0.959942638874 -0.198128953576 -0.198128953576 0.959942638874 0.198128953576 -0.198128953576 0.959942638874 0.959942638874 0.198128953576 -0.198128953576 0.959942638874 0.198128953576 0.198128953576 0.959942638874 -0.198128953576 0.198128953576 0.959942638874 -0.198128953576 -0.198128953576 0.198128953576 -0.959942638874 -0.198128953576 0.198128953576 -0.959942638874 0.198128953576 -0.198128953576 -0.959942638874 0.198128953576 -0.198128953576 -0.959942638874 -0.198128953576 -0.959942638874 -0.198128953576 -0.198128953576 -0.959942638874 -0.198128953576 0.198128953576 -0.959942638874 0.198128953576 0.198128953576 -0.959942638874 0.198128953576 -0.198128953576 0.198128953576 0.959942638874 0.198128953576 0.198128953576 0.959942638874 -0.198128953576 -0.198128953576 0.959942638874 -0.198128953576 -0.198128953576 0.959942638874 0.198128953576 0.553824543953 0.176307052374 -0.813753128052 0.813753128052 0.176307052374 -0.553824543953 0.813753128052 -0.176307052374 -0.553824543953 0.553824543953 -0.176307052374 -0.813753128052 -0.176307052374 -0.553824543953 -0.813753128052 0.176307052374 -0.553824543953 -0.813753128052 0.176307052374 -0.813753128052 -0.553824543953 -0.176307052374 -0.813753128052 -0.553824543953 -0.553824543953 0.176307052374 -0.813753128052 -0.813753128052 0.176307052374 -0.553824543953 -0.813753128052 -0.176307052374 -0.553824543953 -0.553824543953 -0.176307052374 -0.813753128052 -0.176307052374 0.553824543953 -0.813753128052 -0.176307052374 0.813753128052 -0.553824543953 0.176307052374 0.813753128052 -0.553824543953 0.176307052374 0.553824543953 -0.813753128052 0.176307052374 0.553824543953 0.813753128052 0.176307052374 0.813753128052 0.553824543953 -0.176307052374 0.813753128052 0.553824543953 -0.176307052374 0.553824543953 0.813753128052 -0.553824543953 0.176307052374 0.813753128052 -0.813753128052 0.176307052374 0.553824543953 -0.813753128052 -0.176307052374 0.553824543953 -0.553824543953 -0.176307052374 0.813753128052 -0.176307052374 -0.553824543953 0.813753128052 -0.176307052374 -0.813753128052 0.553824543953 0.176307052374 -0.813753128052 0.553824543953 0.176307052374 -0.553824543953 0.813753128052 0.553824543953 0.176307052374 0.813753128052 0.553824543953 -0.176307052374 0.813753128052 0.813753128052 -0.176307052374 0.553824543953 0.813753128052 0.176307052374 0.553824543953 0.813753128052 0.553824543953 -0.176307052374 0.813753128052 0.553824543953 0.176307052374 0.553824543953 0.813753128052 0.176307052374 0.553824543953 0.813753128052 -0.176307052374 0.813753128052 -0.553824543953 0.176307052374 0.813753128052 -0.553824543953 -0.176307052374 0.553824543953 -0.813753128052 -0.176307052374 0.553824543953 -0.813753128052 0.176307052374 -0.553824543953 -0.813753128052 -0.176307052374 -0.553824543953 -0.813753128052 0.176307052374 -0.813753128052 -0.553824543953 0.176307052374 -0.813753128052 -0.553824543953 -0.176307052374 -0.813753128052 0.553824543953 0.176307052374 -0.813753128052 0.553824543953 -0.176307052374 -0.553824543953 0.813753128052 -0.176307052374 -0.553824543953 0.813753128052 0.176307052374 0.496828258038 0.496828258038 -0.711564004421 0.711564004421 0.496828258038 -0.496828258038 0.496828258038 0.711564004421 -0.496828258038 0.496828258038 -0.496828258038 -0.711564004421 0.496828258038 -0.711564004421 -0.496828258038 0.711564004421 -0.496828258038 -0.496828258038 -0.496828258038 -0.496828258038 -0.711564004421 -0.496828258038 -0.711564004421 -0.496828258038 -0.711564004421 -0.496828258038 -0.496828258038 -0.496828258038 0.496828258038 -0.711564004421 -0.496828258038 0.711564004421 -0.496828258038 -0.711564004421 0.496828258038 -0.496828258038 0.496828258038 0.496828258038 0.711564004421 0.496828258038 0.711564004421 0.496828258038 0.711564004421 0.496828258038 0.496828258038 -0.496828258038 0.496828258038 0.711564004421 -0.496828258038 0.711564004421 0.496828258038 -0.711564004421 0.496828258038 0.496828258038 -0.496828258038 -0.496828258038 0.711564004421 -0.711564004421 -0.496828258038 0.496828258038 -0.496828258038 -0.711564004421 0.496828258038 0.496828258038 -0.496828258038 0.711564004421 0.496828258038 -0.711564004421 0.496828258038 0.711564004421 -0.496828258038 0.496828258038 uvs none } object { shader "left_sphere" type generic-mesh name "Sphere" points 382 -0.263569533825 -0.345212072134 0.285924524069 -0.241991117597 -0.345212072134 0.280744016171 -0.221488773823 -0.345212072134 0.272251665592 -0.202567338943 -0.345212072134 0.26065659523 -0.185692727566 -0.345212072134 0.246244311333 -0.171280428767 -0.345212072134 0.229369699955 -0.159685373306 -0.345212072134 0.210448265076 -0.151193007827 -0.345212072134 0.189945921302 -0.146012499928 -0.345212072134 0.168367475271 -0.144271358848 -0.345212072134 0.146244287491 -0.146012499928 -0.345212072134 0.124121114612 -0.151193022728 -0.345212072134 0.102542676032 -0.159685388207 -0.345212072134 0.0820403173566 -0.171280473471 -0.345212072134 0.0631188824773 -0.185692772269 -0.345212072134 0.0462442673743 -0.202567398548 -0.345212072134 0.0318319946527 -0.221488848329 -0.345212072134 0.0202369261533 -0.241991207004 -0.345212072134 0.0117445867509 -0.263569653034 -0.345212072134 0.00656407279894 -0.264652431011 -0.338375657797 0.00656406069174 -0.244130119681 -0.331707566977 0.0117445867509 -0.224631205201 -0.325371980667 0.0202369373292 -0.206635847688 -0.319524943829 0.0318319946527 -0.190587118268 -0.314310371876 0.0462442561984 -0.176880210638 -0.30985674262 0.0631188824773 -0.165852636099 -0.306273669004 0.0820403248072 -0.15777592361 -0.303649365902 0.102542683482 -0.152848944068 -0.302048504353 0.124121114612 -0.151193022728 -0.301510453224 0.146244287491 -0.152848944068 -0.302048504353 0.168367475271 -0.157775908709 -0.303649365902 0.189945921302 -0.165852621198 -0.306273669004 0.210448265076 -0.176880165935 -0.309856712818 0.229369699955 -0.190587073565 -0.314310371876 0.246244311333 -0.206635773182 -0.319524914026 0.26065659523 -0.224631130695 -0.325371950865 0.272251665592 -0.244130030274 -0.331707537174 0.280744016171 -0.264652341604 -0.338375627995 0.285924524069 -0.267794698477 -0.332208395004 0.285924524069 -0.250337392092 -0.319524914026 0.280744016171 -0.233750641346 -0.307473927736 0.272251665592 -0.218442872167 -0.296352177858 0.26065659523 -0.204791039228 -0.286433547735 0.246244311333 -0.193131253123 -0.277962207794 0.229369699955 -0.183750659227 -0.271146804094 0.210448265076 -0.176880180836 -0.266155123711 0.189945921302 -0.172689065337 -0.263110101223 0.168367475271 -0.17128045857 -0.262086689472 0.146244287491 -0.172689065337 -0.263110101223 0.124121114612 -0.176880195737 -0.266155123711 0.102542683482 -0.183750659227 -0.271146804094 0.0820403248072 -0.193131282926 -0.277962237597 0.0631188824773 -0.204791069031 -0.286433577538 0.0462442561984 -0.218442931771 -0.296352237463 0.0318319946527 -0.233750700951 -0.307473987341 0.0202369373292 -0.250337451696 -0.319524973631 0.0117445867509 -0.267794787884 -0.332208454609 0.00656406069174 -0.28569278121 -0.345212161541 0.0048229615204 -0.27268910408 -0.327314138412 0.00656406069174 -0.260005623102 -0.309856802225 0.0117445867509 -0.247954636812 -0.293270051479 0.0202369373292 -0.236832886934 -0.277962267399 0.0318319946527 -0.22691424191 -0.264310419559 0.0462442561984 -0.218442901969 -0.252650618553 0.0631188824773 -0.211627483368 -0.243269994855 0.0820403248072 -0.206635802984 -0.236399531364 0.102542683482 -0.203590765595 -0.232208386064 0.124121114612 -0.202567368746 -0.230799779296 0.146244287491 -0.203590765595 -0.232208386064 0.168367475271 -0.206635802984 -0.236399516463 0.189945921302 -0.211627483368 -0.243269979954 0.210448265076 -0.218442887068 -0.252650588751 0.229369699955 -0.226914212108 -0.264310359955 0.246244311333 -0.236832857132 -0.277962207794 0.26065659523 -0.247954592109 -0.293269991875 0.272251665592 -0.260005563498 -0.30985674262 0.280744016171 -0.272689044476 -0.327314049006 0.285924524069 -0.278856277466 -0.324171692133 0.285924524069 -0.272188186646 -0.303649365902 0.280744016171 -0.265852630138 -0.284150481224 0.272251665592 -0.260005563498 -0.266155123711 0.26065659523 -0.254791051149 -0.250106424093 0.246244311333 -0.250337392092 -0.236399516463 0.229369699955 -0.246754348278 -0.225371971726 0.210448265076 -0.244130045176 -0.217295259237 0.189945921302 -0.242529183626 -0.212368279696 0.168367475271 -0.2419911623 -0.210712373257 0.146244287491 -0.242529183626 -0.212368279696 0.124121114612 -0.244130060077 -0.217295274138 0.102542683482 -0.246754333377 -0.225371986628 0.0820403248072 -0.250337421894 -0.236399561167 0.0631188824773 -0.254791051149 -0.250106483698 0.0462442561984 -0.2600055933 -0.266155183315 0.0318319946527 -0.265852659941 -0.284150540829 0.0202369373292 -0.272188216448 -0.303649455309 0.0117445867509 -0.278856307268 -0.32417178154 0.00656406069174 -0.285692721605 -0.323089003563 0.00656406069174 -0.285692721605 -0.301510572433 0.0117445867509 -0.285692751408 -0.281008183956 0.0202369373292 -0.285692751408 -0.262086749077 0.0318319946527 -0.285692751408 -0.245212137699 0.0462442561984 -0.285692751408 -0.230799838901 0.0631188824773 -0.285692751408 -0.219204753637 0.0820403248072 -0.285692751408 -0.210712403059 0.102542683482 -0.285692751408 -0.205531850457 0.124121114612 -0.285692751408 -0.203790739179 0.146244287491 -0.285692751408 -0.205531850457 0.168367475271 -0.285692751408 -0.210712388158 0.189945921302 -0.285692751408 -0.219204753637 0.210448265076 -0.285692751408 -0.230799794197 0.229369699955 -0.285692751408 -0.245212078094 0.246244311333 -0.285692751408 -0.262086689472 0.26065659523 -0.285692751408 -0.281008124352 0.272251665592 -0.285692721605 -0.301510483027 0.280744016171 -0.285692721605 -0.323088884354 0.285924524069 -0.292529165745 -0.324171692133 0.285924524069 -0.299197256565 -0.303649395704 0.280744016171 -0.305532842875 -0.284150511026 0.272251665592 -0.311379909515 -0.266155153513 0.26065659523 -0.316594451666 -0.250106453896 0.246244311333 -0.321048080921 -0.236399546266 0.229369699955 -0.324631154537 -0.225372001529 0.210448265076 -0.327255427837 -0.217295274138 0.189945921302 -0.328856319189 -0.212368294597 0.168367475271 -0.329394370317 -0.21071241796 0.146244287491 -0.328856319189 -0.212368294597 0.124121114612 -0.327255427837 -0.21729528904 0.102542683482 -0.324631154537 -0.225372001529 0.0820403248072 -0.321048080921 -0.236399576068 0.0631188824773 -0.316594421864 -0.250106483698 0.0462442561984 -0.311379879713 -0.266155213118 0.0318319946527 -0.305532842875 -0.284150570631 0.0202369373292 -0.299197226763 -0.303649485111 0.0117445867509 -0.292529135942 -0.32417178154 0.00656406069174 -0.29869633913 -0.327314138412 0.00656406069174 -0.311379820108 -0.309856832027 0.0117445867509 -0.323430836201 -0.293270051479 0.0202369373292 -0.334552586079 -0.277962297201 0.0318319946527 -0.344471246004 -0.264310449362 0.0462442561984 -0.352942585945 -0.252650648355 0.0631188824773 -0.359757989645 -0.243270024657 0.0820403248072 -0.364749670029 -0.236399576068 0.102542683482 -0.367794722319 -0.232208430767 0.124121114612 -0.368818134069 -0.230799838901 0.146244287491 -0.367794722319 -0.232208430767 0.168367475271 -0.364749670029 -0.236399576068 0.189945921302 -0.359757989645 -0.243270039558 0.210448265076 -0.352942585945 -0.252650618553 0.229369699955 -0.344471275806 -0.264310419559 0.246244311333 -0.334552615881 -0.277962237597 0.26065659523 -0.323430866003 -0.293270021677 0.272251665592 -0.311379879713 -0.30985674262 0.280744016171 -0.298696398735 -0.327314049006 0.285924524069 -0.303590744734 -0.332208395004 0.285924524069 -0.321048080921 -0.319524914026 0.280744016171 -0.337634801865 -0.307473957539 0.272251665592 -0.352942585945 -0.296352237463 0.26065659523 -0.366594433784 -0.286433577538 0.246244311333 -0.378254204988 -0.277962267399 0.229369699955 -0.387634813786 -0.271146863699 0.210448265076 -0.394505262375 -0.266155183315 0.189945921302 -0.398696422577 -0.263110160828 0.168367475271 -0.400104999542 -0.262086749077 0.146244287491 -0.398696422577 -0.263110160828 0.124121114612 -0.394505262375 -0.266155183315 0.102542683482 -0.387634813786 -0.271146863699 0.0820403248072 -0.378254175186 -0.277962297201 0.0631188824773 -0.36659437418 -0.28643360734 0.0462442561984 -0.35294252634 -0.296352267265 0.0318319946527 -0.337634772062 -0.307474017143 0.0202369373292 -0.321047991514 -0.319524973631 0.0117445867509 -0.303590655327 -0.332208454609 0.00656406069174 -0.306733012199 -0.338375687599 0.00656406069174 -0.32725533843 -0.331707566977 0.0117445867509 -0.346754252911 -0.325372010469 0.0202369373292 -0.364749610424 -0.319524973631 0.0318319946527 -0.380798310041 -0.31431043148 0.0462442561984 -0.394505232573 -0.309856802225 0.0631188824773 -0.405532807112 -0.306273728609 0.0820403248072 -0.4136095047 -0.303649455309 0.102542683482 -0.418536514044 -0.302048563957 0.124121114612 -0.42019239068 -0.301510542631 0.146244287491 -0.418536514044 -0.302048563957 0.168367475271 -0.413609534502 -0.303649425507 0.189945921302 -0.405532807112 -0.306273728609 0.210448265076 -0.394505262375 -0.309856802225 0.229369699955 -0.380798369646 -0.31431043148 0.246244311333 -0.364749670029 -0.319524943829 0.26065659523 -0.346754312515 -0.325371980667 0.272251665592 -0.327255427837 -0.331707537174 0.280744016171 -0.306733101606 -0.338375657797 0.285924524069 -0.307815909386 -0.345212072134 0.285924524069 -0.329394310713 -0.345212101936 0.280744016171 -0.349896639585 -0.345212101936 0.272251665592 -0.368818104267 -0.345212101936 0.26065659523 -0.385692685843 -0.345212131739 0.246244311333 -0.40010496974 -0.345212131739 0.229369699955 -0.411700040102 -0.345212131739 0.210448265076 -0.42019239068 -0.345212131739 0.189945921302 -0.425372928381 -0.345212161541 0.168367475271 -0.42711403966 -0.345212131739 0.146244287491 -0.425372928381 -0.345212161541 0.124121114612 -0.42019239068 -0.345212131739 0.102542683482 -0.411700040102 -0.345212131739 0.0820403248072 -0.400104939938 -0.345212131739 0.0631188824773 -0.38569265604 -0.345212131739 0.0462442561984 -0.368818044662 -0.345212101936 0.0318319946527 -0.349896579981 -0.345212101936 0.0202369373292 -0.329394221306 -0.345212101936 0.0117445867509 -0.307815790176 -0.345212072134 0.00656406069174 -0.306733012199 -0.352048486471 0.00656406069174 -0.327255308628 -0.358716607094 0.0117445867509 -0.346754223108 -0.365052193403 0.0202369373292 -0.364749580622 -0.370899260044 0.0318319946527 -0.380798280239 -0.376113802195 0.0462442561984 -0.394505172968 -0.380567461252 0.0631188824773 -0.405532777309 -0.384150534868 0.0820403248072 -0.413609474897 -0.386774808168 0.102542683482 -0.418536454439 -0.38837569952 0.124121114612 -0.420192331076 -0.388913720846 0.146244287491 -0.418536454439 -0.38837569952 0.168367475271 -0.413609474897 -0.386774808168 0.189945921302 -0.405532777309 -0.384150534868 0.210448265076 -0.394505232573 -0.380567461252 0.229369699955 -0.380798339844 -0.376113802195 0.246244311333 -0.364749640226 -0.370899260044 0.26065659523 -0.346754282713 -0.365052223206 0.272251665592 -0.327255398035 -0.358716636896 0.280744016171 -0.306733101606 -0.352048516273 0.285924524069 -0.303590744734 -0.358215749264 0.285924524069 -0.321048051119 -0.370899230242 0.280744016171 -0.337634772062 -0.382950216532 0.272251665592 -0.35294252634 -0.394071996212 0.26065659523 -0.36659437418 -0.403990626335 0.246244311333 -0.378254145384 -0.412461966276 0.229369699955 -0.387634724379 -0.419277369976 0.210448265076 -0.39450520277 -0.42426905036 0.189945921302 -0.39869633317 -0.42731410265 0.168367475271 -0.400104910135 -0.428337484598 0.146244287491 -0.39869633317 -0.42731410265 0.124121114612 -0.394505172968 -0.42426905036 0.102542683482 -0.387634724379 -0.419277369976 0.0820403248072 -0.378254115582 -0.412461936474 0.0631188824773 -0.366594314575 -0.403990596533 0.0462442561984 -0.352942466736 -0.394071936607 0.0318319946527 -0.337634712458 -0.382950186729 0.0202369373292 -0.321047961712 -0.370899200439 0.0117445867509 -0.303590655327 -0.358215689659 0.00656406069174 -0.298696309328 -0.363110005856 0.00656406069174 -0.311379790306 -0.380567342043 0.0117445867509 -0.323430776596 -0.397154122591 0.0202369373292 -0.334552496672 -0.412461876869 0.0318319946527 -0.344471156597 -0.426113754511 0.0462442561984 -0.352942466736 -0.437773525715 0.0631188824773 -0.359757900238 -0.447154164314 0.0820403248072 -0.364749580622 -0.454024612904 0.102542683482 -0.367794603109 -0.458215773106 0.124121114612 -0.368817985058 -0.459624350071 0.146244287491 -0.367794603109 -0.458215773106 0.168367475271 -0.364749580622 -0.454024642706 0.189945921302 -0.359757900238 -0.447154164314 0.210448265076 -0.352942496538 -0.43777358532 0.229369699955 -0.344471186399 -0.426113784313 0.246244311333 -0.334552556276 -0.412461936474 0.26065659523 -0.323430806398 -0.397154152393 0.272251665592 -0.311379849911 -0.38056743145 0.280744016171 -0.298696398735 -0.363110095263 0.285924524069 -0.292529135942 -0.366252452135 0.285924524069 -0.299197226763 -0.386774778366 0.280744016171 -0.30553278327 -0.406273633242 0.272251665592 -0.311379820108 -0.424269020557 0.26065659523 -0.316594362259 -0.440317720175 0.246244311333 -0.321047961712 -0.454024612904 0.229369699955 -0.324631035328 -0.46505215764 0.210448265076 -0.32725533843 -0.473128885031 0.189945921302 -0.32885619998 -0.478055864573 0.168367475271 -0.329394191504 -0.479711741209 0.146244287491 -0.32885619998 -0.478055864573 0.124121114612 -0.327255308628 -0.473128855228 0.102542683482 -0.324631035328 -0.46505215764 0.0820403248072 -0.321047961712 -0.454024583101 0.0631188824773 -0.316594332457 -0.44031766057 0.0462442561984 -0.311379790306 -0.424268960953 0.0318319946527 -0.305532753468 -0.406273603439 0.0202369373292 -0.29919719696 -0.386774688959 0.0117445867509 -0.29252910614 -0.366252362728 0.00656406069174 -0.285692691803 -0.367335140705 0.00656406069174 -0.285692691803 -0.388913571835 0.0117445867509 -0.285692662001 -0.40941593051 0.0202369373292 -0.285692662001 -0.428337365389 0.0318319946527 -0.285692632198 -0.445211976767 0.0462442561984 -0.285692632198 -0.459624290466 0.0631188824773 -0.285692632198 -0.471219360828 0.0820403248072 -0.285692632198 -0.479711711407 0.102542683482 -0.285692632198 -0.48489227891 0.124121114612 -0.285692602396 -0.486633360386 0.146244287491 -0.285692632198 -0.48489227891 0.168367475271 -0.285692632198 -0.479711741209 0.189945921302 -0.285692632198 -0.471219360828 0.210448265076 -0.285692632198 -0.459624320269 0.229369699955 -0.285692662001 -0.445212036371 0.246244311333 -0.285692662001 -0.428337424994 0.26065659523 -0.285692662001 -0.409415990114 0.272251665592 -0.285692691803 -0.388913661242 0.280744016171 -0.285692691803 -0.367335230112 0.285924524069 -0.278856277466 -0.366252452135 0.285924524069 -0.272188156843 -0.386774748564 0.280744016171 -0.265852570534 -0.406273603439 0.272251665592 -0.260005503893 -0.424268960953 0.26065659523 -0.254790961742 -0.44031766057 0.246244311333 -0.250337302685 -0.454024553299 0.229369699955 -0.246754229069 -0.465052098036 0.210448265076 -0.244129955769 -0.473128825426 0.189945921302 -0.242529064417 -0.478055804968 0.168367475271 -0.24199102819 -0.479711681604 0.146244287491 -0.242529064417 -0.478055804968 0.124121114612 -0.244129955769 -0.473128795624 0.102542683482 -0.24675424397 -0.465052098036 0.0820403248072 -0.250337332487 -0.454024523497 0.0631188824773 -0.254790961742 -0.440317630768 0.0462442561984 -0.260005533695 -0.424268901348 0.0318319946527 -0.265852600336 -0.406273543835 0.0202369373292 -0.272188186646 -0.386774659157 0.0117445867509 -0.278856307268 -0.366252362728 0.00656406069174 -0.27268910408 -0.363110005856 0.00656406069174 -0.2600055933 -0.380567312241 0.0117445867509 -0.247954592109 -0.397154062986 0.0202369373292 -0.236832842231 -0.412461817265 0.0318319946527 -0.226914182305 -0.426113665104 0.0462442561984 -0.218442842364 -0.437773436308 0.0631188824773 -0.211627423763 -0.447154045105 0.0820403248072 -0.20663574338 -0.454024493694 0.102542683482 -0.203590676188 -0.458215653896 0.124121114612 -0.202567279339 -0.459624230862 0.146244287491 -0.203590676188 -0.458215653896 0.168367475271 -0.206635728478 -0.454024523497 0.189945921302 -0.211627408862 -0.447154045105 0.210448265076 -0.218442827463 -0.43777346611 0.229369699955 -0.226914152503 -0.426113694906 0.246244311333 -0.236832797527 -0.412461847067 0.26065659523 -0.247954562306 -0.397154092789 0.272251665592 -0.260005533695 -0.380567371845 0.280744016171 -0.272689044476 -0.363110095263 0.285924524069 -0.267794698477 -0.358215719461 0.285924524069 -0.250337362289 -0.370899200439 0.280744016171 -0.233750626445 -0.382950127125 0.272251665592 -0.218442857265 -0.394071877003 0.26065659523 -0.204791009426 -0.403990507126 0.246244311333 -0.193131223321 -0.412461817265 0.229369699955 -0.183750614524 -0.419277220964 0.210448265076 -0.176880165935 -0.424268901348 0.189945921302 -0.172689005733 -0.427313923836 0.168367475271 -0.171280428767 -0.428337305784 0.146244287491 -0.172689005733 -0.427313923836 0.124121114612 -0.176880165935 -0.424268871546 0.102542683482 -0.183750614524 -0.419277220964 0.0820403248072 -0.193131253123 -0.412461817265 0.0631188824773 -0.204791039228 -0.403990477324 0.0462442561984 -0.218442901969 -0.3940718472 0.0318319946527 -0.233750671148 -0.382950097322 0.0202369373292 -0.250337451696 -0.370899140835 0.0117445867509 -0.267794787884 -0.358215659857 0.00656406069174 -0.264652431011 -0.352048456669 0.00656406069174 -0.244130119681 -0.358716547489 0.0117445867509 -0.224631205201 -0.365052103996 0.0202369373292 -0.206635847688 -0.370899140835 0.0318319946527 -0.190587118268 -0.376113653183 0.0462442561984 -0.176880225539 -0.380567282438 0.0631188824773 -0.165852636099 -0.384150356054 0.0820403248072 -0.157775938511 -0.386774629354 0.102542683482 -0.152848929167 -0.388375490904 0.124121114612 -0.15119305253 -0.38891351223 0.146244287491 -0.152848929167 -0.388375490904 0.168367475271 -0.15777592361 -0.386774629354 0.189945921302 -0.165852636099 -0.384150356054 0.210448265076 -0.176880195737 -0.380567282438 0.229369699955 -0.190587073565 -0.376113682985 0.246244311333 -0.206635788083 -0.370899140835 0.26065659523 -0.224631160498 -0.365052103996 0.272251665592 -0.244130030274 -0.358716577291 0.280744016171 -0.264652341604 -0.352048486471 0.285924524069 -0.285692721605 -0.345212072134 0.28766566515 triangles 760 57 19 18 18 19 20 18 20 17 17 20 21 17 21 16 16 21 22 16 22 15 15 22 23 15 23 14 14 23 24 14 24 13 13 24 25 13 25 12 12 25 26 12 26 11 11 26 27 11 27 10 10 27 28 10 28 9 9 28 29 9 29 8 8 29 30 8 30 7 7 30 31 7 31 6 6 31 32 6 32 5 5 32 33 5 33 4 4 33 34 4 34 3 3 34 35 3 35 2 2 35 36 2 36 1 37 0 1 37 1 36 0 37 381 37 38 381 36 39 38 36 38 37 35 40 39 35 39 36 34 41 40 34 40 35 33 42 41 33 41 34 32 43 42 32 42 33 31 44 43 31 43 32 30 45 44 30 44 31 29 46 45 29 45 30 28 47 46 28 46 29 27 48 47 27 47 28 26 49 48 26 48 27 25 50 49 25 49 26 24 51 50 24 50 25 23 52 51 23 51 24 22 53 52 22 52 23 21 54 53 21 53 22 20 55 54 20 54 21 19 56 55 19 55 20 57 56 19 57 58 56 56 58 59 56 59 55 55 59 60 55 60 54 54 60 61 54 61 53 53 61 62 53 62 52 52 62 63 52 63 51 51 63 64 51 64 50 50 64 65 50 65 49 49 65 66 49 66 48 48 66 67 48 67 47 47 67 68 47 68 46 46 68 69 46 69 45 45 69 70 45 70 44 44 70 71 44 71 43 43 71 72 43 72 42 42 72 73 42 73 41 41 73 74 41 74 40 40 74 75 40 75 39 39 75 76 39 76 38 38 76 381 76 77 381 75 78 77 75 77 76 74 79 78 74 78 75 73 80 79 73 79 74 72 81 80 72 80 73 71 82 81 71 81 72 70 83 82 70 82 71 69 84 83 69 83 70 68 85 84 68 84 69 67 86 85 67 85 68 66 87 86 66 86 67 65 88 87 65 87 66 64 89 88 64 88 65 63 90 89 63 89 64 62 91 90 62 90 63 61 92 91 61 91 62 60 93 92 60 92 61 59 94 93 59 93 60 58 95 94 58 94 59 57 95 58 57 96 95 95 96 97 95 97 94 94 97 98 94 98 93 93 98 99 93 99 92 92 99 100 92 100 91 91 100 101 91 101 90 90 101 102 90 102 89 89 102 103 89 103 88 88 103 104 88 104 87 87 104 105 87 105 86 86 105 106 86 106 85 85 106 107 85 107 84 84 107 108 84 108 83 83 108 109 83 109 82 82 109 110 82 110 81 81 110 111 81 111 80 80 111 112 80 112 79 79 112 113 79 113 78 78 113 114 78 114 77 77 114 381 114 115 381 113 116 115 113 115 114 112 117 116 112 116 113 111 118 117 111 117 112 110 119 118 110 118 111 109 120 119 109 119 110 108 121 120 108 120 109 107 122 121 107 121 108 106 123 122 106 122 107 105 124 123 105 123 106 104 125 124 104 124 105 103 126 125 103 125 104 102 127 126 102 126 103 101 128 127 101 127 102 100 129 128 100 128 101 99 130 129 99 129 100 98 131 130 98 130 99 97 132 131 97 131 98 96 133 132 96 132 97 57 133 96 57 134 133 133 134 135 133 135 132 132 135 136 132 136 131 131 136 137 131 137 130 130 137 138 130 138 129 129 138 139 129 139 128 128 139 140 128 140 127 127 140 141 127 141 126 126 141 142 126 142 125 125 142 143 125 143 124 124 143 144 124 144 123 123 144 145 123 145 122 122 145 146 122 146 121 121 146 147 121 147 120 120 147 148 120 148 119 119 148 149 119 149 118 118 149 150 118 150 117 117 150 151 117 151 116 116 151 152 116 152 115 115 152 381 152 153 381 151 154 153 151 153 152 150 155 154 150 154 151 149 156 155 149 155 150 148 157 156 148 156 149 147 158 157 147 157 148 146 159 158 146 158 147 145 160 159 145 159 146 144 161 160 144 160 145 143 162 161 143 161 144 142 163 162 142 162 143 141 164 163 141 163 142 140 165 164 140 164 141 139 166 165 139 165 140 138 167 166 138 166 139 137 168 167 137 167 138 136 169 168 136 168 137 135 170 169 135 169 136 134 171 170 134 170 135 57 171 134 57 172 171 171 172 173 171 173 170 170 173 174 170 174 169 169 174 175 169 175 168 168 175 176 168 176 167 167 176 177 167 177 166 166 177 178 166 178 165 165 178 179 165 179 164 164 179 180 164 180 163 163 180 181 163 181 162 162 181 182 162 182 161 161 182 183 161 183 160 160 183 184 160 184 159 159 184 185 159 185 158 158 185 186 158 186 157 157 186 187 157 187 156 156 187 188 156 188 155 155 188 189 155 189 154 154 189 190 154 190 153 153 190 381 190 191 381 189 192 191 189 191 190 188 193 192 188 192 189 187 194 193 187 193 188 186 195 194 186 194 187 185 196 195 185 195 186 184 197 196 184 196 185 183 198 197 183 197 184 182 199 198 182 198 183 181 200 199 181 199 182 180 201 200 180 200 181 179 202 201 179 201 180 178 203 202 178 202 179 177 204 203 177 203 178 176 205 204 176 204 177 175 206 205 175 205 176 174 207 206 174 206 175 173 208 207 173 207 174 172 209 208 172 208 173 57 209 172 57 210 209 209 210 211 209 211 208 208 211 212 208 212 207 207 212 213 207 213 206 206 213 214 206 214 205 205 214 215 205 215 204 204 215 216 204 216 203 203 216 217 203 217 202 202 217 218 202 218 201 201 218 219 201 219 200 200 219 220 200 220 199 199 220 221 199 221 198 198 221 222 198 222 197 197 222 223 197 223 196 196 223 224 196 224 195 195 224 225 195 225 194 194 225 226 194 226 193 193 226 227 193 227 192 192 227 228 192 228 191 191 228 381 228 229 381 227 230 229 227 229 228 226 231 230 226 230 227 225 232 231 225 231 226 224 233 232 224 232 225 223 234 233 223 233 224 222 235 234 222 234 223 221 236 235 221 235 222 220 237 236 220 236 221 219 238 237 219 237 220 218 239 238 218 238 219 217 240 239 217 239 218 216 241 240 216 240 217 215 242 241 215 241 216 214 243 242 214 242 215 213 244 243 213 243 214 212 245 244 212 244 213 211 246 245 211 245 212 210 247 246 210 246 211 57 247 210 57 248 247 247 248 249 247 249 246 246 249 250 246 250 245 245 250 251 245 251 244 244 251 252 244 252 243 243 252 253 243 253 242 242 253 254 242 254 241 241 254 255 241 255 240 240 255 256 240 256 239 239 256 257 239 257 238 238 257 258 238 258 237 237 258 259 237 259 236 236 259 260 236 260 235 235 260 261 235 261 234 234 261 262 234 262 233 233 262 263 233 263 232 232 263 264 232 264 231 231 264 265 231 265 230 230 265 266 230 266 229 229 266 381 266 267 381 265 268 267 265 267 266 264 269 268 264 268 265 263 270 269 263 269 264 262 271 270 262 270 263 261 272 271 261 271 262 260 273 272 260 272 261 259 274 273 259 273 260 258 275 274 258 274 259 257 276 275 257 275 258 256 277 276 256 276 257 255 278 277 255 277 256 254 279 278 254 278 255 253 280 279 253 279 254 252 281 280 252 280 253 251 282 281 251 281 252 250 283 282 250 282 251 249 284 283 249 283 250 248 285 284 248 284 249 57 285 248 57 286 285 285 286 287 285 287 284 284 287 288 284 288 283 283 288 289 283 289 282 282 289 290 282 290 281 281 290 291 281 291 280 280 291 292 280 292 279 279 292 293 279 293 278 278 293 294 278 294 277 277 294 295 277 295 276 276 295 296 276 296 275 275 296 297 275 297 274 274 297 298 274 298 273 273 298 299 273 299 272 272 299 300 272 300 271 271 300 301 271 301 270 270 301 302 270 302 269 269 302 303 269 303 268 268 303 304 268 304 267 267 304 381 304 305 381 303 306 305 303 305 304 302 307 306 302 306 303 301 308 307 301 307 302 300 309 308 300 308 301 299 310 309 299 309 300 298 311 310 298 310 299 297 312 311 297 311 298 296 313 312 296 312 297 295 314 313 295 313 296 294 315 314 294 314 295 293 316 315 293 315 294 292 317 316 292 316 293 291 318 317 291 317 292 290 319 318 290 318 291 289 320 319 289 319 290 288 321 320 288 320 289 287 322 321 287 321 288 286 323 322 286 322 287 57 323 286 57 324 323 323 324 325 323 325 322 322 325 326 322 326 321 321 326 327 321 327 320 320 327 328 320 328 319 319 328 329 319 329 318 318 329 330 318 330 317 317 330 331 317 331 316 316 331 332 316 332 315 315 332 333 315 333 314 314 333 334 314 334 313 313 334 335 313 335 312 312 335 336 312 336 311 311 336 337 311 337 310 310 337 338 310 338 309 309 338 339 309 339 308 308 339 340 308 340 307 307 340 341 307 341 306 306 341 342 306 342 305 305 342 381 342 343 381 341 344 343 341 343 342 340 345 344 340 344 341 339 346 345 339 345 340 338 347 346 338 346 339 337 348 347 337 347 338 336 349 348 336 348 337 335 350 349 335 349 336 334 351 350 334 350 335 333 352 351 333 351 334 332 353 352 332 352 333 331 354 353 331 353 332 330 355 354 330 354 331 329 356 355 329 355 330 328 357 356 328 356 329 327 358 357 327 357 328 326 359 358 326 358 327 325 360 359 325 359 326 324 361 360 324 360 325 57 361 324 57 362 361 361 362 363 361 363 360 360 363 364 360 364 359 359 364 365 359 365 358 358 365 366 358 366 357 357 366 367 357 367 356 356 367 368 356 368 355 355 368 369 355 369 354 354 369 370 354 370 353 353 370 371 353 371 352 352 371 372 352 372 351 351 372 373 351 373 350 350 373 374 350 374 349 349 374 375 349 375 348 348 375 376 348 376 347 347 376 377 347 377 346 346 377 378 346 378 345 345 378 379 345 379 344 344 379 380 344 380 343 343 380 381 380 0 381 0 380 379 0 379 1 378 2 1 378 1 379 377 3 2 377 2 378 376 4 3 376 3 377 375 5 4 375 4 376 374 6 5 374 5 375 373 7 6 373 6 374 372 8 7 372 7 373 371 9 8 371 8 372 370 10 9 370 9 371 369 11 10 369 10 370 368 12 11 368 11 369 367 13 12 367 12 368 366 14 13 366 13 367 365 15 14 365 14 366 364 16 15 364 15 365 363 17 16 363 16 364 362 18 17 362 17 363 57 18 362 normals vertex 0.156410768628 1.49164929297e-008 0.987692058086 0.308976322412 2.94662800826e-008 0.951069712639 0.453939527273 4.32910454151e-008 0.891032516956 0.587732434273 5.60505348801e-008 0.809055328369 0.707045733929 6.74291413816e-008 0.707167804241 0.808980226517 7.71503607666e-008 0.587835967541 0.890982866287 8.49707433304e-008 0.454036861658 0.951048851013 9.06990891281e-008 0.309040516615 0.987687349319 9.41932114529e-008 0.156440541148 1 9.53674330617e-008 0 0.987687349319 9.41932114529e-008 -0.156440541148 0.951048851013 9.06990891281e-008 -0.309040516615 0.890982866287 8.49707433304e-008 -0.454036861658 0.808980226517 7.71503607666e-008 -0.587835967541 0.707045733929 6.74291413816e-008 -0.707167804241 0.587732434273 5.60505348801e-008 -0.809055328369 0.453939527273 4.32910454151e-008 -0.891032516956 0.308976322412 2.94662800826e-008 -0.951069712639 0.156410768628 1.49164929297e-008 -0.987692058086 0.148750737309 0.0483119599521 -0.98769390583 0.293840557337 0.0954646393657 -0.951075315475 0.431722313166 0.140265539289 -0.891033828259 0.558957576752 0.181619301438 -0.809061765671 0.672455072403 0.218485400081 -0.707155168056 0.769390821457 0.249983429909 -0.587831676006 0.847376942635 0.275317490101 -0.454040259123 0.904506981373 0.293872535229 -0.309040635824 0.939352631569 0.305192798376 -0.156441763043 0.951060712337 0.309004038572 0 0.939352631569 0.305192798376 0.156441763043 0.904506981373 0.293872535229 0.309040635824 0.847376942635 0.275317490101 0.454040259123 0.769390821457 0.249983429909 0.587831676006 0.672455072403 0.218485400081 0.707155168056 0.558957576752 0.181619301438 0.809061765671 0.431722313166 0.140265539289 0.891033828259 0.293840557337 0.0954646393657 0.951075315475 0.148750737309 0.0483119599521 0.98769390583 0.126532748342 0.0919239446521 0.987693965435 0.249954178929 0.181590661407 0.951077103615 0.367238491774 0.266799598932 0.891040921211 0.475487202406 0.345445483923 0.809060752392 0.57202398777 0.415581882 0.707163572311 0.654489457607 0.475493013859 0.587835013866 0.720826148987 0.523704528809 0.454029858112 0.769414067268 0.559016287327 0.309035211802 0.799060463905 0.580541193485 0.156442731619 0.809030234814 0.587767004967 0 0.799060463905 0.580541193485 -0.156442731619 0.769414067268 0.559016287327 -0.309035211802 0.720826148987 0.523704528809 -0.454029858112 0.654489457607 0.475493013859 -0.587835013866 0.57202398777 0.415581882 -0.707163572311 0.475487202406 0.345445483923 -0.809060752392 0.367238491774 0.266799598932 -0.891040921211 0.249954178929 0.181590661407 -0.951077103615 0.126532748342 0.0919239446521 -0.987693965435 0 0 -1 0.0919239372015 0.126532748342 -0.987693965435 0.181590646505 0.24995419383 -0.951077103615 0.266799539328 0.367238521576 -0.891040921211 0.345445424318 0.475487262011 -0.809060752392 0.415581852198 0.57202398777 -0.707163572311 0.475492924452 0.654489517212 -0.587835013866 0.523704528809 0.720826208591 -0.454029858112 0.559016168118 0.769414126873 -0.309035181999 0.580541133881 0.799060463905 -0.156442731619 0.587766945362 0.809030294418 0 0.580541133881 0.799060463905 0.156442731619 0.559016168118 0.769414126873 0.309035181999 0.523704528809 0.720826208591 0.454029858112 0.475492924452 0.654489517212 0.587835013866 0.415581852198 0.57202398777 0.707163572311 0.345445424318 0.475487262011 0.809060752392 0.266799539328 0.367238521576 0.891040921211 0.181590646505 0.24995419383 0.951077103615 0.0919239372015 0.126532748342 0.987693965435 0.048311945051 0.148750752211 0.98769390583 0.0954646095634 0.293840587139 0.951075315475 0.140265509486 0.43172237277 0.891033828259 0.181619256735 0.558957576752 0.809061765671 0.218485325575 0.672455072403 0.707155168056 0.249983355403 0.769390881062 0.587831676006 0.275317400694 0.847377061844 0.454040259123 0.293872416019 0.904506981373 0.309040606022 0.305192708969 0.939352631569 0.156441763043 0.309003889561 0.951060712337 0 0.305192708969 0.939352631569 -0.156441763043 0.293872416019 0.904506981373 -0.309040606022 0.275317400694 0.847377061844 -0.454040259123 0.249983355403 0.769390881062 -0.587831676006 0.218485325575 0.672455072403 -0.707155168056 0.181619256735 0.558957576752 -0.809061765671 0.140265509486 0.43172237277 -0.891033828259 0.0954646095634 0.293840587139 -0.951075315475 0.048311945051 0.148750752211 -0.98769390583 0 0.156410768628 -0.987692058086 0 0.308976322412 -0.951069712639 0 0.453939527273 -0.891032516956 0 0.587732434273 -0.809055328369 0 0.707045733929 -0.707167804241 0 0.808980226517 -0.587835967541 0 0.890982866287 -0.454036861658 0 0.951048851013 -0.309040516615 0 0.987687349319 -0.156440541148 0 1 0 0 0.987687349319 0.156440541148 0 0.951048851013 0.309040516615 0 0.890982866287 0.454036861658 0 0.808980226517 0.587835967541 0 0.707045733929 0.707167804241 0 0.587732434273 0.809055328369 0 0.453939527273 0.891032516956 0 0.308976322412 0.951069712639 0 0.156410768628 0.987692058086 -0.048311945051 0.148750737309 0.98769390583 -0.0954646095634 0.293840557337 0.951075315475 -0.140265509486 0.431722313166 0.891033828259 -0.181619256735 0.558957576752 0.809061765671 -0.218485325575 0.672455072403 0.707155168056 -0.249983355403 0.769390821457 0.587831676006 -0.275317400694 0.847376942635 0.454040259123 -0.293872445822 0.904506981373 0.309040635824 -0.305192738771 0.939352631569 0.156441777945 -0.309003949165 0.951060771942 0 -0.305192738771 0.939352631569 -0.156441777945 -0.293872445822 0.904506981373 -0.309040635824 -0.275317400694 0.847376942635 -0.454040259123 -0.249983355403 0.769390821457 -0.587831676006 -0.218485325575 0.672455072403 -0.707155168056 -0.181619256735 0.558957576752 -0.809061765671 -0.140265509486 0.431722313166 -0.891033828259 -0.0954646095634 0.293840557337 -0.951075315475 -0.048311945051 0.148750737309 -0.98769390583 -0.0919239372015 0.12653273344 -0.987693965435 -0.181590646505 0.249954149127 -0.951077103615 -0.266799539328 0.367238491774 -0.891040921211 -0.345445454121 0.475487262011 -0.809060811996 -0.415581852198 0.572023928165 -0.707163572311 -0.475492954254 0.654489517212 -0.587835073471 -0.52371609211 0.720811545849 -0.454039901495 -0.559016287327 0.769414126873 -0.309035241604 -0.580541193485 0.799060463905 -0.15644274652 -0.587767004967 0.809030294418 0 -0.580541193485 0.799060463905 0.15644274652 -0.559016287327 0.769414126873 0.309035241604 -0.523704528809 0.720826148987 0.454029917717 -0.475492954254 0.654489517212 0.587835073471 -0.415581852198 0.572023928165 0.707163572311 -0.345445454121 0.475487262011 0.809060811996 -0.266799539328 0.367238491774 0.891040921211 -0.181590646505 0.249954149127 0.951077103615 -0.0919239372015 0.12653273344 0.987693965435 -0.126532748342 0.0919239223003 0.987693965435 -0.249954178929 0.181590616703 0.951077103615 -0.367238491774 0.266799509525 0.891040921211 -0.475487262011 0.345445424318 0.809060811996 -0.57202398777 0.415581792593 0.707163572311 -0.654489457607 0.475492864847 0.587835013866 -0.720826208591 0.523704528809 0.454029917717 -0.769414126873 0.559016168118 0.309035241604 -0.79906052351 0.580541133881 0.15644274652 -0.809030294418 0.587766885757 0 -0.79906052351 0.580541133881 -0.15644274652 -0.769414126873 0.559016168118 -0.309035241604 -0.720826208591 0.523704528809 -0.454029917717 -0.654489457607 0.475492864847 -0.587835013866 -0.57202398777 0.415581792593 -0.707163572311 -0.475487262011 0.345445424318 -0.809060811996 -0.367238491774 0.266799509525 -0.891040921211 -0.249954178929 0.181590616703 -0.951077103615 -0.126532748342 0.0919239223003 -0.987693965435 -0.148750737309 0.0483119301498 -0.98769390583 -0.293840557337 0.095464579761 -0.951075315475 -0.431722313166 0.140265449882 -0.891033828259 -0.558957576752 0.181619212031 -0.809061765671 -0.672455072403 0.218485280871 -0.707155168056 -0.769390821457 0.249983280897 -0.587831676006 -0.847377002239 0.275317341089 -0.454040288925 -0.904506981373 0.293872386217 -0.309040635824 -0.939352691174 0.305192619562 -0.156441777945 -0.951060771942 0.309003859758 0 -0.939352691174 0.305192619562 0.156441777945 -0.904506981373 0.293872386217 0.309040635824 -0.847377002239 0.275317341089 0.454040288925 -0.769390821457 0.249983280897 0.587831676006 -0.672455072403 0.218485280871 0.707155168056 -0.558957576752 0.181619212031 0.809061765671 -0.431722313166 0.140265449882 0.891033828259 -0.293840557337 0.095464579761 0.951075315475 -0.148750737309 0.0483119301498 0.98769390583 -0.156410768628 -1.49164929297e-008 0.987692058086 -0.308976322412 -2.94662800826e-008 0.951069712639 -0.453939527273 -4.32910454151e-008 0.891032516956 -0.587732434273 -5.60505348801e-008 0.809055328369 -0.707061052322 -6.74305979942e-008 0.707152605057 -0.808980226517 -7.71503607666e-008 0.587835967541 -0.890982866287 -8.49707433304e-008 0.454036861658 -0.951048851013 -9.06990891281e-008 0.309040516615 -0.987687349319 -9.41932114529e-008 0.156440541148 -1 -9.53674330617e-008 0 -0.987687349319 -9.41932114529e-008 -0.156440541148 -0.951048851013 -9.06990891281e-008 -0.309040516615 -0.890982866287 -8.49707433304e-008 -0.454036861658 -0.808980226517 -7.71503607666e-008 -0.587835967541 -0.707045733929 -6.74291413816e-008 -0.707167804241 -0.587732434273 -5.60505348801e-008 -0.809055328369 -0.453939527273 -4.32910454151e-008 -0.891032516956 -0.308976322412 -2.94662800826e-008 -0.951069712639 -0.156410768628 -1.49164929297e-008 -0.987692058086 -0.148750737309 -0.0483119599521 -0.98769390583 -0.293840557337 -0.0954646393657 -0.951075315475 -0.431722313166 -0.140265539289 -0.891033828259 -0.558957576752 -0.181619301438 -0.809061765671 -0.672455072403 -0.218485400081 -0.707155168056 -0.769390821457 -0.249983429909 -0.587831676006 -0.847376942635 -0.275317490101 -0.454040259123 -0.904506981373 -0.293872535229 -0.309040635824 -0.939352631569 -0.305192798376 -0.156441763043 -0.951060712337 -0.309004038572 0 -0.939352631569 -0.305192798376 0.156441763043 -0.904506981373 -0.293872535229 0.309040635824 -0.847376942635 -0.275317490101 0.454040259123 -0.769390821457 -0.249983429909 0.587831676006 -0.672455072403 -0.218485400081 0.707155168056 -0.558957576752 -0.181619301438 0.809061765671 -0.431722313166 -0.140265539289 0.891033828259 -0.293840557337 -0.0954646393657 0.951075315475 -0.148750737309 -0.0483119599521 0.98769390583 -0.126532748342 -0.0919239446521 0.987693965435 -0.249954178929 -0.181590661407 0.951077103615 -0.367238491774 -0.266799598932 0.891040921211 -0.475487202406 -0.345445483923 0.809060752392 -0.57202398777 -0.415581882 0.707163572311 -0.654489457607 -0.475493013859 0.587835013866 -0.720811486244 -0.52371609211 0.454039871693 -0.769414067268 -0.559016287327 0.309035211802 -0.799060463905 -0.580541193485 0.156442731619 -0.809030234814 -0.587767004967 0 -0.799060463905 -0.580541193485 -0.156442731619 -0.769414067268 -0.559016287327 -0.309035211802 -0.720811486244 -0.52371609211 -0.454039871693 -0.654489457607 -0.475493013859 -0.587835013866 -0.57202398777 -0.415581882 -0.707163572311 -0.475487202406 -0.345445483923 -0.809060752392 -0.367238491774 -0.266799598932 -0.891040921211 -0.249954178929 -0.181590661407 -0.951077103615 -0.126532748342 -0.0919239446521 -0.987693965435 -0.0919239372015 -0.126532748342 -0.987693965435 -0.181590646505 -0.24995419383 -0.951077103615 -0.266799539328 -0.367238521576 -0.891040921211 -0.345445424318 -0.475487262011 -0.809060752392 -0.415581852198 -0.57202398777 -0.707163572311 -0.475492924452 -0.654489517212 -0.587835013866 -0.523704528809 -0.720826208591 -0.454029858112 -0.559016168118 -0.769414126873 -0.309035181999 -0.580541133881 -0.799060463905 -0.156442731619 -0.587766945362 -0.809030294418 0 -0.580541133881 -0.799060463905 0.156442731619 -0.559016168118 -0.769414126873 0.309035181999 -0.523704528809 -0.720826208591 0.454029858112 -0.475492924452 -0.654489517212 0.587835013866 -0.415581852198 -0.57202398777 0.707163572311 -0.345445424318 -0.475487262011 0.809060752392 -0.266799539328 -0.367238521576 0.891040921211 -0.181590646505 -0.24995419383 0.951077103615 -0.0919239372015 -0.126532748342 0.987693965435 -0.048311945051 -0.148750752211 0.98769390583 -0.0954646095634 -0.293840587139 0.951075315475 -0.140265509486 -0.43172237277 0.891033828259 -0.181619256735 -0.558957576752 0.809061765671 -0.218485325575 -0.672455072403 0.707155168056 -0.249983355403 -0.769390881062 0.587831676006 -0.275317400694 -0.847377061844 0.454040259123 -0.293872416019 -0.904506981373 0.309040606022 -0.305192708969 -0.939352631569 0.156441763043 -0.309003889561 -0.951060712337 0 -0.305192708969 -0.939352631569 -0.156441763043 -0.293872416019 -0.904506981373 -0.309040606022 -0.275317400694 -0.847377061844 -0.454040259123 -0.249983355403 -0.769390881062 -0.587831676006 -0.218485325575 -0.672455072403 -0.707155168056 -0.181619256735 -0.558957576752 -0.809061765671 -0.140265509486 -0.43172237277 -0.891033828259 -0.0954646095634 -0.293840587139 -0.951075315475 -0.048311945051 -0.148750752211 -0.98769390583 0 -0.156410768628 -0.987692058086 0 -0.308976322412 -0.951069712639 0 -0.453939527273 -0.891032516956 0 -0.587732434273 -0.809055328369 0 -0.707045733929 -0.707167804241 0 -0.808980226517 -0.587835967541 0 -0.890982866287 -0.454036861658 0 -0.951048851013 -0.309040516615 0 -0.987687349319 -0.156440541148 0 -1 0 0 -0.987687349319 0.156440541148 0 -0.951048851013 0.309040516615 0 -0.890982866287 0.454036861658 0 -0.808980226517 0.587835967541 0 -0.707061052322 0.707152605057 0 -0.587732434273 0.809055328369 0 -0.453939527273 0.891032516956 0 -0.308976322412 0.951069712639 0 -0.156410768628 0.987692058086 0.048311945051 -0.148750737309 0.98769390583 0.0954646095634 -0.293840557337 0.951075315475 0.140265509486 -0.431722313166 0.891033828259 0.181619256735 -0.558957576752 0.809061765671 0.218485325575 -0.672455072403 0.707155168056 0.249983355403 -0.769390821457 0.587831676006 0.275317400694 -0.847376942635 0.454040259123 0.293872445822 -0.904506981373 0.309040635824 0.305192738771 -0.939352631569 0.156441777945 0.309003949165 -0.951060771942 0 0.305192738771 -0.939352631569 -0.156441777945 0.293872445822 -0.904506981373 -0.309040635824 0.275317400694 -0.847376942635 -0.454040259123 0.249983355403 -0.769390821457 -0.587831676006 0.218485325575 -0.672455072403 -0.707155168056 0.181619256735 -0.558957576752 -0.809061765671 0.140265509486 -0.431722313166 -0.891033828259 0.0954646095634 -0.293840557337 -0.951075315475 0.048311945051 -0.148750737309 -0.98769390583 0.0919239372015 -0.12653273344 -0.987693965435 0.181590646505 -0.249954149127 -0.951077103615 0.266799539328 -0.367238491774 -0.891040921211 0.345445454121 -0.475487262011 -0.809060811996 0.415581852198 -0.572023928165 -0.707163572311 0.475492954254 -0.654489517212 -0.587835073471 0.52371609211 -0.720811545849 -0.454039901495 0.559016287327 -0.769414126873 -0.309035241604 0.580541193485 -0.799060463905 -0.15644274652 0.587767004967 -0.809030294418 0 0.580541193485 -0.799060463905 0.15644274652 0.559016287327 -0.769414126873 0.309035241604 0.52371609211 -0.720811545849 0.454039901495 0.475492954254 -0.654489517212 0.587835073471 0.415581852198 -0.572023928165 0.707163572311 0.345445454121 -0.475487262011 0.809060811996 0.266799539328 -0.367238491774 0.891040921211 0.181590646505 -0.249954149127 0.951077103615 0.0919239372015 -0.12653273344 0.987693965435 0.126532748342 -0.0919239223003 0.987693965435 0.249954178929 -0.181590616703 0.951077103615 0.367238491774 -0.266799509525 0.891040921211 0.475487262011 -0.345445424318 0.809060811996 0.57202398777 -0.415581792593 0.707163572311 0.654489457607 -0.475492864847 0.587835013866 0.720826208591 -0.523704528809 0.454029917717 0.769414126873 -0.559016168118 0.309035241604 0.79906052351 -0.580541133881 0.15644274652 0.809030294418 -0.587766885757 0 0.79906052351 -0.580541133881 -0.15644274652 0.769414126873 -0.559016168118 -0.309035241604 0.720826208591 -0.523704528809 -0.454029917717 0.654489457607 -0.475492864847 -0.587835013866 0.57202398777 -0.415581792593 -0.707163572311 0.475487262011 -0.345445424318 -0.809060811996 0.367238491774 -0.266799509525 -0.891040921211 0.249954178929 -0.181590616703 -0.951077103615 0.126532748342 -0.0919239223003 -0.987693965435 0.148750737309 -0.0483119301498 -0.98769390583 0.293840557337 -0.095464579761 -0.951075315475 0.431722313166 -0.140265449882 -0.891033828259 0.558957576752 -0.181619212031 -0.809061765671 0.672455072403 -0.218485280871 -0.707155168056 0.769390821457 -0.249983280897 -0.587831676006 0.847377002239 -0.275317341089 -0.454040288925 0.904506981373 -0.293872386217 -0.309040635824 0.939352691174 -0.305192619562 -0.156441777945 0.951060771942 -0.309003859758 0 0.939352691174 -0.305192619562 0.156441777945 0.904506981373 -0.293872386217 0.309040635824 0.847377002239 -0.275317341089 0.454040288925 0.769390821457 -0.249983280897 0.587831676006 0.672455072403 -0.218485280871 0.707155168056 0.558957576752 -0.181619212031 0.809061765671 0.431722313166 -0.140265449882 0.891033828259 0.293840557337 -0.095464579761 0.951075315475 0.148750737309 -0.0483119301498 0.98769390583 0 0 1 uvs none } object { shader "right_sphere" type generic-mesh name "Sphere.001" points 382 0.474470019341 0.0277756750584 0.285924524069 0.49604845047 0.0277756750584 0.280744016171 0.516550779343 0.0277756750584 0.272251665592 0.535472214222 0.0277756750584 0.26065659523 0.5523468256 0.0277756750584 0.246244311333 0.566759109497 0.0277756750584 0.229369699955 0.578354179859 0.0277756750584 0.210448265076 0.586846530437 0.0277756750584 0.189945921302 0.592027068138 0.0277756750584 0.168367475271 0.593768179417 0.0277756750584 0.146244287491 0.592027068138 0.0277756750584 0.124121114612 0.586846530437 0.0277756750584 0.102542676032 0.578354179859 0.0277756750584 0.0820403173566 0.566759109497 0.0277756750584 0.0631188824773 0.552346765995 0.0277756750584 0.0462442673743 0.535472154617 0.0277756750584 0.0318319946527 0.516550719738 0.0277756750584 0.0202369261533 0.496048331261 0.0277756750584 0.0117445867509 0.474469900131 0.0277756750584 0.00656407279894 0.473387122154 0.0346120819449 0.00656406069174 0.493909448385 0.0412801876664 0.0117445867509 0.513408362865 0.0476157665253 0.0202369373292 0.531403720379 0.0534628145397 0.0318319946527 0.547452449799 0.0586773641407 0.0462442561984 0.56115937233 0.0631310045719 0.0631188824773 0.572186946869 0.0667140856385 0.0820403248072 0.580263614655 0.0693383738399 0.102542683482 0.585190594196 0.0709392428398 0.124121114612 0.586846530437 0.071477279067 0.146244287491 0.585190594196 0.0709392428398 0.168367475271 0.580263674259 0.0693383738399 0.189945921302 0.572186946869 0.0667140930891 0.210448265076 0.56115937233 0.0631310194731 0.229369699955 0.547452509403 0.0586773790419 0.246244311333 0.531403779984 0.0534628368914 0.26065659523 0.51340842247 0.047615788877 0.272251665592 0.493909537792 0.0412802137434 0.280744016171 0.473387211561 0.0346121117473 0.285924524069 0.470244854689 0.0407793521881 0.285924524069 0.487702161074 0.0534628368914 0.280744016171 0.504288911819 0.0655138194561 0.272251665592 0.5195966959 0.0766355544329 0.26065659523 0.533248543739 0.0865542069077 0.246244311333 0.544908285141 0.0950255319476 0.229369699955 0.55428892374 0.101840935647 0.210448265076 0.56115937233 0.106832623482 0.189945921302 0.565350472927 0.109877660871 0.168367475271 0.566759109497 0.110901072621 0.146244287491 0.565350472927 0.109877660871 0.124121114612 0.56115937233 0.106832616031 0.102542683482 0.55428892374 0.101840935647 0.0820403248072 0.544908285141 0.0950255095959 0.0631188824773 0.533248484135 0.0865541771054 0.0462442561984 0.519596636295 0.07663551718 0.0318319946527 0.504288852215 0.0655137747526 0.0202369373292 0.487702101469 0.0534627810121 0.0117445867509 0.470244765282 0.0407792925835 0.00656406069174 0.452346771955 0.0277755837888 0.0048229615204 0.465350449085 0.0456736162305 0.00656406069174 0.478033930063 0.0631309375167 0.0117445867509 0.490084916353 0.0797177106142 0.0202369373292 0.501206636429 0.0950254797935 0.0318319946527 0.511125326157 0.108677335083 0.0462442561984 0.519596636295 0.120337128639 0.0631188824773 0.526412069798 0.129717752337 0.0820403248072 0.531403720379 0.136588215828 0.102542683482 0.534448802471 0.140779361129 0.124121114612 0.535472214222 0.142187967896 0.146244287491 0.534448802471 0.140779361129 0.168367475271 0.531403779984 0.136588230729 0.189945921302 0.526412069798 0.129717767239 0.210448265076 0.5195966959 0.120337158442 0.229369699955 0.511125326157 0.108677379787 0.246244311333 0.501206696033 0.0950255319476 0.26065659523 0.490084946156 0.0797177702188 0.272251665592 0.478033989668 0.0631310194731 0.280744016171 0.46535050869 0.0456737019122 0.285924524069 0.4591832757 0.0488160662353 0.285924524069 0.46585136652 0.0693383663893 0.280744016171 0.472186923027 0.0888372585177 0.272251665592 0.478033989668 0.106832616031 0.26065659523 0.483248502016 0.122881323099 0.246244311333 0.487702161074 0.136588230729 0.229369699955 0.491285204887 0.147615775466 0.210448265076 0.49390950799 0.155692487955 0.189945921302 0.495510369539 0.160619467497 0.168367475271 0.496048390865 0.162275373936 0.146244287491 0.495510369539 0.160619467497 0.124121114612 0.49390950799 0.155692473054 0.102542683482 0.491285204887 0.147615760565 0.0820403248072 0.487702131271 0.136588186026 0.0631188824773 0.483248502016 0.122881270945 0.0462442561984 0.478033959866 0.106832556427 0.0318319946527 0.472186893225 0.0888371989131 0.0202369373292 0.465851336718 0.0693382769823 0.0117445867509 0.459183245897 0.0488159656525 0.00656406069174 0.45234683156 0.0498987436295 0.00656406069174 0.45234683156 0.0714771822095 0.0117445867509 0.452346801758 0.0919795557857 0.0202369373292 0.452346801758 0.110900990665 0.0318319946527 0.452346801758 0.127775609493 0.0462442561984 0.452346801758 0.142187908292 0.0631188824773 0.452346801758 0.153782993555 0.0820403248072 0.452346801758 0.162275344133 0.102542683482 0.452346801758 0.167455896735 0.124121114612 0.452346801758 0.169197008014 0.146244287491 0.452346801758 0.167455896735 0.168367475271 0.452346801758 0.162275359035 0.189945921302 0.452346801758 0.153782993555 0.210448265076 0.452346801758 0.142187952995 0.229369699955 0.452346801758 0.127775669098 0.246244311333 0.452346801758 0.11090105772 0.26065659523 0.452346801758 0.0919796153903 0.272251665592 0.45234683156 0.071477279067 0.280744016171 0.45234683156 0.0498988479376 0.285924524069 0.445510387421 0.04881606251 0.285924524069 0.4388422966 0.0693383663893 0.280744016171 0.432506710291 0.0888372436166 0.272251665592 0.42665964365 0.106832608581 0.26065659523 0.4214451015 0.122881308198 0.246244311333 0.416991472244 0.136588200927 0.229369699955 0.413408398628 0.147615745664 0.210448265076 0.410784125328 0.155692473054 0.189945921302 0.409183233976 0.160619452596 0.168367475271 0.408645182848 0.162275329232 0.146244287491 0.409183233976 0.160619452596 0.124121114612 0.410784125328 0.155692458153 0.102542683482 0.413408398628 0.147615745664 0.0820403248072 0.416991472244 0.136588171124 0.0631188824773 0.421445131302 0.122881256044 0.0462442561984 0.426659673452 0.106832541525 0.0318319946527 0.432506710291 0.0888371840119 0.0202369373292 0.438842326403 0.0693382769823 0.0117445867509 0.445510417223 0.0488159619272 0.00656406069174 0.439343214035 0.0456736087799 0.00656406069174 0.426659733057 0.0631309300661 0.0117445867509 0.414608716965 0.0797176882625 0.0202369373292 0.403486967087 0.0950254499912 0.0318319946527 0.393568307161 0.108677297831 0.0462442561984 0.38509696722 0.120337091386 0.0631188824773 0.37828156352 0.129717722535 0.0820403248072 0.373289883137 0.136588171124 0.102542683482 0.370244830847 0.140779316425 0.124121114612 0.369221419096 0.142187908292 0.146244287491 0.370244830847 0.140779316425 0.168367475271 0.373289883137 0.136588171124 0.189945921302 0.37828156352 0.129717707634 0.210448265076 0.38509696722 0.120337121189 0.229369699955 0.393568277359 0.108677342534 0.246244311333 0.403486937284 0.0950255021453 0.26065659523 0.414608687162 0.0797177404165 0.272251665592 0.426659673452 0.0631310045719 0.280744016171 0.43934315443 0.0456736944616 0.285924524069 0.434448808432 0.0407793447375 0.285924524069 0.416991472244 0.053462818265 0.280744016171 0.400404751301 0.0655137822032 0.272251665592 0.38509696722 0.0766355246305 0.26065659523 0.371445119381 0.0865541622043 0.246244311333 0.359785348177 0.095025472343 0.229369699955 0.35040473938 0.101840876043 0.210448265076 0.343534290791 0.106832556427 0.189945921302 0.339343130589 0.109877593815 0.168367475271 0.337934553623 0.110900990665 0.146244287491 0.339343130589 0.109877593815 0.124121114612 0.343534290791 0.106832556427 0.102542683482 0.35040473938 0.101840876043 0.0820403248072 0.359785377979 0.0950254574418 0.0631188824773 0.371445178986 0.0865541324019 0.0462442561984 0.385097026825 0.0766354799271 0.0318319946527 0.400404781103 0.0655137449503 0.0202369373292 0.416991561651 0.0534627623856 0.0117445867509 0.434448897839 0.0407792814076 0.00656406069174 0.431306540966 0.0346120707691 0.00656406069174 0.410784214735 0.0412801653147 0.0117445867509 0.391285300255 0.0476157329977 0.0202369373292 0.373289942741 0.0534627735615 0.0318319946527 0.357241243124 0.0586773119867 0.0462442561984 0.343534320593 0.0631309449673 0.0631188824773 0.332506746054 0.0667140260339 0.0820403248072 0.324430048466 0.0693383067846 0.102542683482 0.319503039122 0.070939168334 0.124121114612 0.317847162485 0.0714772045612 0.146244287491 0.319503039122 0.070939168334 0.168367475271 0.324430018663 0.0693383067846 0.189945921302 0.332506746054 0.0667140185833 0.210448265076 0.343534290791 0.0631309524179 0.229369699955 0.357241183519 0.0586773268878 0.246244311333 0.373289883137 0.0534627959132 0.26065659523 0.39128524065 0.0476157516241 0.272251665592 0.410784125328 0.041280195117 0.280744016171 0.431306451559 0.0346121042967 0.285924524069 0.43022364378 0.0277756657451 0.285924524069 0.408645242453 0.0277756564319 0.280744016171 0.38814291358 0.0277756415308 0.272251665592 0.369221448898 0.0277756340802 0.26065659523 0.352346867323 0.0277756284922 0.246244311333 0.337934583426 0.0277756117284 0.229369699955 0.326339513063 0.0277756117284 0.210448265076 0.317847162485 0.0277756154537 0.189945921302 0.312666624784 0.0277756005526 0.168367475271 0.310925513506 0.0277756024152 0.146244287491 0.312666624784 0.0277756005526 0.124121114612 0.317847162485 0.0277756154537 0.102542683482 0.326339513063 0.0277756173164 0.0820403248072 0.337934613228 0.0277756210417 0.0631188824773 0.352346897125 0.0277756284922 0.0462442561984 0.369221508503 0.0277756340802 0.0318319946527 0.388142973185 0.0277756415308 0.0202369373292 0.40864533186 0.0277756564319 0.0117445867509 0.430223762989 0.0277756638825 0.00656406069174 0.431306540966 0.0209392607212 0.00656406069174 0.410784244537 0.0142711484805 0.0117445867509 0.391285330057 0.00793555378914 0.0202369373292 0.373289972544 0.00208849878982 0.0318319946527 0.357241272926 -0.00312604941428 0.0462442561984 0.343534380198 -0.00757969962433 0.0631188824773 0.332506775856 -0.0111627848819 0.0820403248072 0.324430078268 -0.0137870674953 0.102542683482 0.319503098726 -0.015387958847 0.124121114612 0.31784722209 -0.0159259866923 0.146244287491 0.319503098726 -0.015387958847 0.168367475271 0.324430078268 -0.0137870702893 0.189945921302 0.332506775856 -0.0111627914011 0.210448265076 0.343534320593 -0.00757972337306 0.229369699955 0.357241213322 -0.00312606431544 0.246244311333 0.373289912939 0.00208847783506 0.26065659523 0.391285270452 0.00793553516269 0.272251665592 0.41078415513 0.0142711186782 0.280744016171 0.431306451559 0.0209392271936 0.285924524069 0.434448808432 0.014771990478 0.285924524069 0.416991502047 0.00208850461058 0.280744016171 0.400404781103 -0.0099624786526 0.272251665592 0.385097026825 -0.0210842341185 0.26065659523 0.371445178986 -0.0310028791428 0.246244311333 0.359785407782 -0.0394742190838 0.229369699955 0.350404828787 -0.0462896227837 0.210448265076 0.343534350395 -0.0512813031673 0.189945921302 0.339343219995 -0.0543263554573 0.168367475271 0.33793464303 -0.0553497523069 0.146244287491 0.339343219995 -0.0543263554573 0.124121114612 0.343534380198 -0.0512812994421 0.102542683482 0.350404828787 -0.0462896190584 0.0820403248072 0.359785437584 -0.0394741892815 0.0631188824773 0.37144523859 -0.0310028493404 0.0462442561984 0.38509708643 -0.0210841968656 0.0318319946527 0.400404840708 -0.00996244326234 0.0202369373292 0.416991591454 0.00208855839446 0.0117445867509 0.434448897839 0.0147720528767 0.00656406069174 0.439343243837 0.00987773109227 0.00656406069174 0.426659762859 -0.0075795953162 0.0117445867509 0.414608776569 -0.0241663698107 0.0202369373292 0.403487056494 -0.0394741408527 0.0318319946527 0.393568396568 -0.0531259961426 0.0462442561984 0.38509708643 -0.0647857934237 0.0631188824773 0.378281652927 -0.0741664096713 0.0820403248072 0.373289972544 -0.0810368731618 0.102542683482 0.370244950056 -0.0852280333638 0.124121114612 0.369221568108 -0.0866366103292 0.146244287491 0.370244950056 -0.0852280333638 0.168367475271 0.373289972544 -0.081036888063 0.189945921302 0.378281652927 -0.0741664245725 0.210448265076 0.385097056627 -0.0647858306766 0.229369699955 0.393568366766 -0.0531260371208 0.246244311333 0.403486996889 -0.039474196732 0.26065659523 0.414608746767 -0.0241664182395 0.272251665592 0.426659703255 -0.00757966982201 0.280744016171 0.43934315443 0.00987764447927 0.285924524069 0.445510417223 0.0067352829501 0.285924524069 0.438842326403 -0.0137870172039 0.280744016171 0.432506769896 -0.0332858972251 0.272251665592 0.426659733057 -0.0512812696397 0.26065659523 0.421445190907 -0.0673299655318 0.246244311333 0.416991591454 -0.0810368582606 0.229369699955 0.413408517838 -0.0920644104481 0.210448265076 0.410784214735 -0.100141130388 0.189945921302 0.409183353186 -0.10506811738 0.168367475271 0.408645361662 -0.106723994017 0.146244287491 0.409183353186 -0.10506811738 0.124121114612 0.410784244537 -0.100141115487 0.102542683482 0.413408517838 -0.0920644104481 0.0820403248072 0.416991591454 -0.0810368284583 0.0631188824773 0.421445220709 -0.0673299208283 0.0462442561984 0.426659762859 -0.0512812025845 0.0318319946527 0.432506799698 -0.0332858450711 0.0202369373292 0.438842356205 -0.0137869277969 0.0117445867509 0.445510447025 0.0067353839986 0.00656406069174 0.452346861362 0.00565260928124 0.00656406069174 0.452346861362 -0.0159258227795 0.0117445867509 0.452346891165 -0.0364281907678 0.0202369373292 0.452346891165 -0.0553496256471 0.0318319946527 0.452346920967 -0.0722242444754 0.0462442561984 0.452346920967 -0.0866365358233 0.0631188824773 0.452346920967 -0.0982316210866 0.0820403248072 0.452346920967 -0.106723971665 0.102542683482 0.452346920967 -0.111904524267 0.124121114612 0.452346950769 -0.113645605743 0.146244287491 0.452346920967 -0.111904524267 0.168367475271 0.452346920967 -0.106723986566 0.189945921302 0.452346920967 -0.0982316210866 0.210448265076 0.452346920967 -0.0866365656257 0.229369699955 0.452346891165 -0.0722242891788 0.246244311333 0.452346891165 -0.0553496927023 0.26065659523 0.452346891165 -0.0364282429218 0.272251665592 0.452346861362 -0.0159259140491 0.280744016171 0.452346861362 0.00565250311047 0.285924524069 0.4591832757 0.00673529459164 0.285924524069 0.465851396322 -0.0137869957834 0.280744016171 0.472186982632 -0.0332858636975 0.272251665592 0.478034049273 -0.051281221211 0.26065659523 0.483248591423 -0.0673299208283 0.246244311333 0.487702250481 -0.081036798656 0.229369699955 0.491285324097 -0.0920643508434 0.210448265076 0.493909597397 -0.100141070783 0.189945921302 0.495510488749 -0.105068050325 0.168367475271 0.496048510075 -0.106723926961 0.146244287491 0.495510488749 -0.105068050325 0.124121114612 0.493909597397 -0.100141055882 0.102542683482 0.491285324097 -0.0920643508434 0.0820403248072 0.487702220678 -0.0810367763042 0.0631188824773 0.483248591423 -0.0673298761249 0.0462442561984 0.47803401947 -0.0512811616063 0.0318319946527 0.472186952829 -0.0332858078182 0.0202369373292 0.46585136652 -0.0137869091704 0.0117445867509 0.459183245897 0.00673539470881 0.00656406069174 0.465350449085 0.00987774971873 0.00656406069174 0.478033959866 -0.00757955946028 0.0117445867509 0.490084946156 -0.0241663046181 0.0202369373292 0.501206696033 -0.0394740588963 0.0318319946527 0.511125385761 -0.0531259067357 0.0462442561984 0.5195966959 -0.0647856965661 0.0631188824773 0.526412129402 -0.0741663053632 0.0820403248072 0.531403839588 -0.0810367539525 0.102542683482 0.534448862076 -0.0852278992534 0.124121114612 0.535472273827 -0.0866364762187 0.146244287491 0.534448862076 -0.0852278992534 0.168367475271 0.531403839588 -0.0810367688537 0.189945921302 0.526412129402 -0.0741663053632 0.210448265076 0.519596755505 -0.0647857114673 0.229369699955 0.511125385761 -0.0531259477139 0.246244311333 0.501206755638 -0.0394741110504 0.26065659523 0.49008500576 -0.0241663530469 0.272251665592 0.47803401947 -0.00757963396609 0.280744016171 0.46535050869 0.00987766496837 0.285924524069 0.470244854689 0.0147720174864 0.285924524069 0.487702190876 0.00208855234087 0.280744016171 0.504288911819 -0.0099623920396 0.272251665592 0.5195966959 -0.0210841242224 0.26065659523 0.533248543739 -0.0310027599335 0.246244311333 0.544908344746 -0.0394740663469 0.229369699955 0.55428892374 -0.0462894625962 0.210448265076 0.56115937233 -0.0512811429799 0.189945921302 0.565350532532 -0.0543261766434 0.168367475271 0.566759109497 -0.0553495660424 0.146244287491 0.565350532532 -0.0543261766434 0.124121114612 0.56115937233 -0.0512811392546 0.102542683482 0.55428892374 -0.0462894625962 0.0820403248072 0.544908285141 -0.0394740588963 0.0631188824773 0.533248543739 -0.0310027301311 0.0462442561984 0.519596636295 -0.0210840851068 0.0318319946527 0.504288852215 -0.00996235664934 0.0202369373292 0.487702101469 0.00208860891871 0.0117445867509 0.470244765282 0.014772079885 0.00656406069174 0.473387122154 0.0209392923862 0.00656406069174 0.493909418583 0.0142712052912 0.0117445867509 0.513408362865 0.00793565157801 0.0202369373292 0.531403720379 0.00208862079307 0.0318319946527 0.547452449799 -0.00312590948306 0.0462442561984 0.561159312725 -0.00757954781875 0.0631188824773 0.572186946869 -0.0111626097932 0.0820403248072 0.580263614655 -0.0137868886814 0.102542683482 0.585190653801 -0.0153877502307 0.124121114612 0.586846530437 -0.0159257743508 0.146244287491 0.585190653801 -0.0153877502307 0.168367475271 0.580263614655 -0.0137868886814 0.189945921302 0.572186946869 -0.0111626097932 0.210448265076 0.56115937233 -0.00757954781875 0.229369699955 0.547452449799 -0.00312592741102 0.246244311333 0.531403779984 0.00208860309795 0.26065659523 0.51340842247 0.00793563202024 0.272251665592 0.49390950799 0.0142711745575 0.280744016171 0.473387211561 0.0209392588586 0.285924524069 0.45234683156 0.0277756750584 0.28766566515 triangles 760 57 19 18 18 19 20 18 20 17 17 20 21 17 21 16 16 21 22 16 22 15 15 22 23 15 23 14 14 23 24 14 24 13 13 24 25 13 25 12 12 25 26 12 26 11 11 26 27 11 27 10 10 27 28 10 28 9 9 28 29 9 29 8 8 29 30 8 30 7 7 30 31 7 31 6 6 31 32 6 32 5 5 32 33 5 33 4 4 33 34 4 34 3 3 34 35 3 35 2 2 35 36 2 36 1 37 0 1 37 1 36 0 37 381 37 38 381 36 39 38 36 38 37 35 40 39 35 39 36 34 41 40 34 40 35 33 42 41 33 41 34 32 43 42 32 42 33 31 44 43 31 43 32 30 45 44 30 44 31 29 46 45 29 45 30 28 47 46 28 46 29 27 48 47 27 47 28 26 49 48 26 48 27 25 50 49 25 49 26 24 51 50 24 50 25 23 52 51 23 51 24 22 53 52 22 52 23 21 54 53 21 53 22 20 55 54 20 54 21 19 56 55 19 55 20 57 56 19 57 58 56 56 58 59 56 59 55 55 59 60 55 60 54 54 60 61 54 61 53 53 61 62 53 62 52 52 62 63 52 63 51 51 63 64 51 64 50 50 64 65 50 65 49 49 65 66 49 66 48 48 66 67 48 67 47 47 67 68 47 68 46 46 68 69 46 69 45 45 69 70 45 70 44 44 70 71 44 71 43 43 71 72 43 72 42 42 72 73 42 73 41 41 73 74 41 74 40 40 74 75 40 75 39 39 75 76 39 76 38 38 76 381 76 77 381 75 78 77 75 77 76 74 79 78 74 78 75 73 80 79 73 79 74 72 81 80 72 80 73 71 82 81 71 81 72 70 83 82 70 82 71 69 84 83 69 83 70 68 85 84 68 84 69 67 86 85 67 85 68 66 87 86 66 86 67 65 88 87 65 87 66 64 89 88 64 88 65 63 90 89 63 89 64 62 91 90 62 90 63 61 92 91 61 91 62 60 93 92 60 92 61 59 94 93 59 93 60 58 95 94 58 94 59 57 95 58 57 96 95 95 96 97 95 97 94 94 97 98 94 98 93 93 98 99 93 99 92 92 99 100 92 100 91 91 100 101 91 101 90 90 101 102 90 102 89 89 102 103 89 103 88 88 103 104 88 104 87 87 104 105 87 105 86 86 105 106 86 106 85 85 106 107 85 107 84 84 107 108 84 108 83 83 108 109 83 109 82 82 109 110 82 110 81 81 110 111 81 111 80 80 111 112 80 112 79 79 112 113 79 113 78 78 113 114 78 114 77 77 114 381 114 115 381 113 116 115 113 115 114 112 117 116 112 116 113 111 118 117 111 117 112 110 119 118 110 118 111 109 120 119 109 119 110 108 121 120 108 120 109 107 122 121 107 121 108 106 123 122 106 122 107 105 124 123 105 123 106 104 125 124 104 124 105 103 126 125 103 125 104 102 127 126 102 126 103 101 128 127 101 127 102 100 129 128 100 128 101 99 130 129 99 129 100 98 131 130 98 130 99 97 132 131 97 131 98 96 133 132 96 132 97 57 133 96 57 134 133 133 134 135 133 135 132 132 135 136 132 136 131 131 136 137 131 137 130 130 137 138 130 138 129 129 138 139 129 139 128 128 139 140 128 140 127 127 140 141 127 141 126 126 141 142 126 142 125 125 142 143 125 143 124 124 143 144 124 144 123 123 144 145 123 145 122 122 145 146 122 146 121 121 146 147 121 147 120 120 147 148 120 148 119 119 148 149 119 149 118 118 149 150 118 150 117 117 150 151 117 151 116 116 151 152 116 152 115 115 152 381 152 153 381 151 154 153 151 153 152 150 155 154 150 154 151 149 156 155 149 155 150 148 157 156 148 156 149 147 158 157 147 157 148 146 159 158 146 158 147 145 160 159 145 159 146 144 161 160 144 160 145 143 162 161 143 161 144 142 163 162 142 162 143 141 164 163 141 163 142 140 165 164 140 164 141 139 166 165 139 165 140 138 167 166 138 166 139 137 168 167 137 167 138 136 169 168 136 168 137 135 170 169 135 169 136 134 171 170 134 170 135 57 171 134 57 172 171 171 172 173 171 173 170 170 173 174 170 174 169 169 174 175 169 175 168 168 175 176 168 176 167 167 176 177 167 177 166 166 177 178 166 178 165 165 178 179 165 179 164 164 179 180 164 180 163 163 180 181 163 181 162 162 181 182 162 182 161 161 182 183 161 183 160 160 183 184 160 184 159 159 184 185 159 185 158 158 185 186 158 186 157 157 186 187 157 187 156 156 187 188 156 188 155 155 188 189 155 189 154 154 189 190 154 190 153 153 190 381 190 191 381 189 192 191 189 191 190 188 193 192 188 192 189 187 194 193 187 193 188 186 195 194 186 194 187 185 196 195 185 195 186 184 197 196 184 196 185 183 198 197 183 197 184 182 199 198 182 198 183 181 200 199 181 199 182 180 201 200 180 200 181 179 202 201 179 201 180 178 203 202 178 202 179 177 204 203 177 203 178 176 205 204 176 204 177 175 206 205 175 205 176 174 207 206 174 206 175 173 208 207 173 207 174 172 209 208 172 208 173 57 209 172 57 210 209 209 210 211 209 211 208 208 211 212 208 212 207 207 212 213 207 213 206 206 213 214 206 214 205 205 214 215 205 215 204 204 215 216 204 216 203 203 216 217 203 217 202 202 217 218 202 218 201 201 218 219 201 219 200 200 219 220 200 220 199 199 220 221 199 221 198 198 221 222 198 222 197 197 222 223 197 223 196 196 223 224 196 224 195 195 224 225 195 225 194 194 225 226 194 226 193 193 226 227 193 227 192 192 227 228 192 228 191 191 228 381 228 229 381 227 230 229 227 229 228 226 231 230 226 230 227 225 232 231 225 231 226 224 233 232 224 232 225 223 234 233 223 233 224 222 235 234 222 234 223 221 236 235 221 235 222 220 237 236 220 236 221 219 238 237 219 237 220 218 239 238 218 238 219 217 240 239 217 239 218 216 241 240 216 240 217 215 242 241 215 241 216 214 243 242 214 242 215 213 244 243 213 243 214 212 245 244 212 244 213 211 246 245 211 245 212 210 247 246 210 246 211 57 247 210 57 248 247 247 248 249 247 249 246 246 249 250 246 250 245 245 250 251 245 251 244 244 251 252 244 252 243 243 252 253 243 253 242 242 253 254 242 254 241 241 254 255 241 255 240 240 255 256 240 256 239 239 256 257 239 257 238 238 257 258 238 258 237 237 258 259 237 259 236 236 259 260 236 260 235 235 260 261 235 261 234 234 261 262 234 262 233 233 262 263 233 263 232 232 263 264 232 264 231 231 264 265 231 265 230 230 265 266 230 266 229 229 266 381 266 267 381 265 268 267 265 267 266 264 269 268 264 268 265 263 270 269 263 269 264 262 271 270 262 270 263 261 272 271 261 271 262 260 273 272 260 272 261 259 274 273 259 273 260 258 275 274 258 274 259 257 276 275 257 275 258 256 277 276 256 276 257 255 278 277 255 277 256 254 279 278 254 278 255 253 280 279 253 279 254 252 281 280 252 280 253 251 282 281 251 281 252 250 283 282 250 282 251 249 284 283 249 283 250 248 285 284 248 284 249 57 285 248 57 286 285 285 286 287 285 287 284 284 287 288 284 288 283 283 288 289 283 289 282 282 289 290 282 290 281 281 290 291 281 291 280 280 291 292 280 292 279 279 292 293 279 293 278 278 293 294 278 294 277 277 294 295 277 295 276 276 295 296 276 296 275 275 296 297 275 297 274 274 297 298 274 298 273 273 298 299 273 299 272 272 299 300 272 300 271 271 300 301 271 301 270 270 301 302 270 302 269 269 302 303 269 303 268 268 303 304 268 304 267 267 304 381 304 305 381 303 306 305 303 305 304 302 307 306 302 306 303 301 308 307 301 307 302 300 309 308 300 308 301 299 310 309 299 309 300 298 311 310 298 310 299 297 312 311 297 311 298 296 313 312 296 312 297 295 314 313 295 313 296 294 315 314 294 314 295 293 316 315 293 315 294 292 317 316 292 316 293 291 318 317 291 317 292 290 319 318 290 318 291 289 320 319 289 319 290 288 321 320 288 320 289 287 322 321 287 321 288 286 323 322 286 322 287 57 323 286 57 324 323 323 324 325 323 325 322 322 325 326 322 326 321 321 326 327 321 327 320 320 327 328 320 328 319 319 328 329 319 329 318 318 329 330 318 330 317 317 330 331 317 331 316 316 331 332 316 332 315 315 332 333 315 333 314 314 333 334 314 334 313 313 334 335 313 335 312 312 335 336 312 336 311 311 336 337 311 337 310 310 337 338 310 338 309 309 338 339 309 339 308 308 339 340 308 340 307 307 340 341 307 341 306 306 341 342 306 342 305 305 342 381 342 343 381 341 344 343 341 343 342 340 345 344 340 344 341 339 346 345 339 345 340 338 347 346 338 346 339 337 348 347 337 347 338 336 349 348 336 348 337 335 350 349 335 349 336 334 351 350 334 350 335 333 352 351 333 351 334 332 353 352 332 352 333 331 354 353 331 353 332 330 355 354 330 354 331 329 356 355 329 355 330 328 357 356 328 356 329 327 358 357 327 357 328 326 359 358 326 358 327 325 360 359 325 359 326 324 361 360 324 360 325 57 361 324 57 362 361 361 362 363 361 363 360 360 363 364 360 364 359 359 364 365 359 365 358 358 365 366 358 366 357 357 366 367 357 367 356 356 367 368 356 368 355 355 368 369 355 369 354 354 369 370 354 370 353 353 370 371 353 371 352 352 371 372 352 372 351 351 372 373 351 373 350 350 373 374 350 374 349 349 374 375 349 375 348 348 375 376 348 376 347 347 376 377 347 377 346 346 377 378 346 378 345 345 378 379 345 379 344 344 379 380 344 380 343 343 380 381 380 0 381 0 380 379 0 379 1 378 2 1 378 1 379 377 3 2 377 2 378 376 4 3 376 3 377 375 5 4 375 4 376 374 6 5 374 5 375 373 7 6 373 6 374 372 8 7 372 7 373 371 9 8 371 8 372 370 10 9 370 9 371 369 11 10 369 10 370 368 12 11 368 11 369 367 13 12 367 12 368 366 14 13 366 13 367 365 15 14 365 14 366 364 16 15 364 15 365 363 17 16 363 16 364 362 18 17 362 17 363 57 18 362 normals vertex 0.156410753727 0 0.987692058086 0.308976322412 0 0.951069712639 0.453939467669 0 0.891032516956 0.587732434273 0 0.809055328369 0.707045733929 0 0.707167804241 0.808980226517 0 0.587835967541 0.890982866287 0 0.454036861658 0.951048851013 0 0.309040516615 0.987687349319 0 0.156440541148 1 0 0 0.987687349319 0 -0.156440541148 0.951048851013 0 -0.309040516615 0.890982866287 0 -0.454036861658 0.808980226517 0 -0.587835967541 0.707045793533 0 -0.707167804241 0.587732493877 0 -0.809055328369 0.453939527273 0 -0.891032516956 0.308976352215 0 -0.951069712639 0.15641079843 0 -0.987692058086 0.148750752211 0.048311945051 -0.98769390583 0.293840587139 0.0954646095634 -0.951075315475 0.43172237277 0.140265509486 -0.891033828259 0.558957576752 0.181619256735 -0.809061765671 0.672455072403 0.218485325575 -0.707155168056 0.769390881062 0.249983355403 -0.587831676006 0.847376942635 0.275317400694 -0.454040259123 0.904506981373 0.293872445822 -0.309040635824 0.939352631569 0.305192708969 -0.156441763043 0.951060771942 0.309003949165 0 0.939352631569 0.305192708969 0.156441763043 0.904506981373 0.293872445822 0.309040635824 0.847376942635 0.275317400694 0.454040259123 0.769390821457 0.249983355403 0.587831676006 0.672455072403 0.218485325575 0.707155168056 0.558957576752 0.181619256735 0.809061765671 0.431722313166 0.140265509486 0.891033828259 0.293840527534 0.0954646095634 0.951075315475 0.148750707507 0.048311945051 0.98769390583 0.12653273344 0.0919239446521 0.987694084644 0.249954149127 0.181590646505 0.951077103615 0.367238491774 0.266799539328 0.891040921211 0.475487262011 0.345445454121 0.809060811996 0.57202398777 0.415581852198 0.707163572311 0.654489517212 0.475492954254 0.587835073471 0.720826208591 0.523704528809 0.454029917717 0.769414067268 0.559016227722 0.309035211802 0.799060463905 0.580541133881 0.156442731619 0.809030294418 0.587766945362 0 0.799060463905 0.580541133881 -0.156442731619 0.769414126873 0.559016227722 -0.309035211802 0.720826208591 0.523704528809 -0.454029917717 0.654489457607 0.475492924452 -0.587835013866 0.57202398777 0.415581852198 -0.707163572311 0.475487262011 0.345445424318 -0.809060752392 0.367238521576 0.266799539328 -0.891040921211 0.24995419383 0.181590646505 -0.951077103615 0.126532763243 0.0919239372015 -0.987693965435 2.38418582654e-008 0 -1 0.0919239595532 0.126532748342 -0.987693965435 0.181590661407 0.249954178929 -0.951077103615 0.26679956913 0.367238491774 -0.891040921211 0.345445454121 0.475487202406 -0.809060752392 0.415581882 0.57202398777 -0.707163572311 0.475492954254 0.654489457607 -0.587835013866 0.523704528809 0.720826208591 -0.454029917717 0.559016227722 0.769414067268 -0.309035211802 0.580541133881 0.799060463905 -0.156442731619 0.587766945362 0.809030294418 0 0.580541133881 0.799060463905 0.156442731619 0.559016227722 0.769414126873 0.309035241604 0.523704528809 0.720826208591 0.454029917717 0.475492924452 0.654489457607 0.587835013866 0.415581852198 0.57202398777 0.707163572311 0.345445454121 0.475487262011 0.809060811996 0.266799509525 0.367238491774 0.891040921211 0.181590616703 0.249954178929 0.951077103615 0.0919239223003 0.126532763243 0.987694084644 0.0483119189739 0.148750737309 0.98769390583 0.0954645872116 0.293840557337 0.951075315475 0.140265479684 0.431722313166 0.891033828259 0.181619226933 0.558957576752 0.809061765671 0.218485325575 0.672455072403 0.707155168056 0.249983340502 0.769390821457 0.587831676006 0.275317400694 0.847376942635 0.454040259123 0.293872445822 0.904506981373 0.309040635824 0.305192708969 0.939352631569 0.156441763043 0.309003949165 0.951060771942 0 0.305192708969 0.939352631569 -0.156441763043 0.293872475624 0.904506981373 -0.309040635824 0.275317400694 0.847376942635 -0.454040259123 0.249983385205 0.769390821457 -0.587831676006 0.218485355377 0.672455072403 -0.707155168056 0.181619271636 0.558957576752 -0.809061765671 0.140265524387 0.431722313166 -0.891033828259 0.0954646393657 0.293840557337 -0.951075315475 0.0483119674027 0.148750737309 -0.98769390583 2.35484147737e-008 0.156410768628 -0.987692058086 2.26752696619e-008 0.308976322412 -0.951069712639 2.12438706626e-008 0.453939527273 -0.891032516956 1.92893825357e-008 0.587732434273 -0.809055328369 1.68601950179e-008 0.707045733929 -0.707167804241 1.40151010797e-008 0.808980226517 -0.587835967541 1.0825082164e-008 0.890982866287 -0.454036861658 7.36810035207e-009 0.951048851013 -0.309040516615 3.72983333108e-009 0.987687349319 -0.156440541148 0 1 0 -3.72983333108e-009 0.987687349319 0.156440541148 -7.36810035207e-009 0.951048851013 0.309040516615 -1.0825082164e-008 0.890982866287 0.454036861658 -1.40151010797e-008 0.808980226517 0.587835967541 -1.68601950179e-008 0.707045733929 0.707167804241 -1.92893825357e-008 0.587732434273 0.809055328369 -2.12438706626e-008 0.453939527273 0.891032516956 -2.26752696619e-008 0.308976322412 0.951069712639 -2.35484147737e-008 0.156410768628 0.987692058086 -0.0483119674027 0.148750737309 0.98769390583 -0.0954646393657 0.293840557337 0.951075315475 -0.140265524387 0.431722313166 0.891033828259 -0.181619271636 0.558957576752 0.809061765671 -0.218485355377 0.672455072403 0.707155168056 -0.249983385205 0.769390821457 0.587831676006 -0.275317400694 0.847376942635 0.454040259123 -0.293872475624 0.904506981373 0.309040635824 -0.305192708969 0.939352631569 0.156441763043 -0.309003949165 0.951060771942 0 -0.305192708969 0.939352631569 -0.156441763043 -0.293872445822 0.904506981373 -0.309040635824 -0.275317400694 0.847376942635 -0.454040259123 -0.249983340502 0.769390821457 -0.587831676006 -0.218485325575 0.672455072403 -0.707155168056 -0.181619226933 0.558957576752 -0.809061765671 -0.140265479684 0.431722313166 -0.891033828259 -0.0954645872116 0.293840557337 -0.951075315475 -0.0483119189739 0.148750737309 -0.98769390583 -0.0919239223003 0.126532763243 -0.987694084644 -0.181590616703 0.249954178929 -0.951077103615 -0.266799509525 0.367238491774 -0.891040921211 -0.345445454121 0.475487262011 -0.809060811996 -0.415581852198 0.57202398777 -0.707163572311 -0.475492924452 0.654489457607 -0.587835013866 -0.523716032505 0.720811486244 -0.454039871693 -0.559016227722 0.769414126873 -0.309035241604 -0.580541133881 0.799060463905 -0.156442731619 -0.587766945362 0.809030294418 0 -0.580541133881 0.799060463905 0.156442731619 -0.559016227722 0.769414067268 0.309035211802 -0.523704528809 0.720826208591 0.454029917717 -0.475492954254 0.654489457607 0.587835013866 -0.415581882 0.57202398777 0.707163572311 -0.345445454121 0.475487202406 0.809060752392 -0.26679956913 0.367238491774 0.891040921211 -0.181590661407 0.249954178929 0.951077103615 -0.0919239595532 0.126532748342 0.987693965435 -0.126532763243 0.0919239372015 0.987693965435 -0.24995419383 0.181590646505 0.951077103615 -0.367238521576 0.266799539328 0.891040921211 -0.475487262011 0.345445424318 0.809060752392 -0.57202398777 0.415581852198 0.707163572311 -0.654489457607 0.475492924452 0.587835013866 -0.720826208591 0.523704528809 0.454029917717 -0.769414126873 0.559016227722 0.309035211802 -0.799060463905 0.580541133881 0.156442731619 -0.809030294418 0.587766945362 0 -0.799060463905 0.580541133881 -0.156442731619 -0.769414067268 0.559016227722 -0.309035211802 -0.720826208591 0.523704528809 -0.454029917717 -0.654489517212 0.475492954254 -0.587835073471 -0.57202398777 0.415581852198 -0.707163572311 -0.475487262011 0.345445454121 -0.809060811996 -0.367238491774 0.266799539328 -0.891040921211 -0.249954149127 0.181590646505 -0.951077103615 -0.12653273344 0.0919239446521 -0.987694084644 -0.148750707507 0.048311945051 -0.98769390583 -0.293840527534 0.0954646095634 -0.951075315475 -0.431722313166 0.140265509486 -0.891033828259 -0.558957576752 0.181619256735 -0.809061765671 -0.672455072403 0.218485325575 -0.707155168056 -0.769390821457 0.249983355403 -0.587831676006 -0.847376942635 0.275317400694 -0.454040259123 -0.904506981373 0.293872445822 -0.309040635824 -0.939352631569 0.305192708969 -0.156441763043 -0.951060771942 0.309003949165 0 -0.939352631569 0.305192708969 0.156441763043 -0.904506981373 0.293872445822 0.309040635824 -0.847376942635 0.275317400694 0.454040259123 -0.769390881062 0.249983355403 0.587831676006 -0.672455072403 0.218485325575 0.707155168056 -0.558957576752 0.181619256735 0.809061765671 -0.43172237277 0.140265509486 0.891033828259 -0.293840587139 0.0954646095634 0.951075315475 -0.148750752211 0.048311945051 0.98769390583 -0.15641079843 0 0.987692058086 -0.308976352215 0 0.951069712639 -0.453939527273 0 0.891032516956 -0.587732493877 0 0.809055328369 -0.707060992718 0 0.707152545452 -0.808980226517 0 0.587835967541 -0.890982866287 0 0.454036861658 -0.951048851013 0 0.309040516615 -0.987687349319 0 0.156440541148 -1 0 0 -0.987687349319 0 -0.156440541148 -0.951048851013 0 -0.309040516615 -0.890982866287 0 -0.454036861658 -0.808980226517 0 -0.587835967541 -0.707045733929 0 -0.707167804241 -0.587732434273 0 -0.809055328369 -0.453939467669 0 -0.891032516956 -0.308976322412 0 -0.951069712639 -0.156410753727 0 -0.987692058086 -0.148750707507 -0.048311945051 -0.98769390583 -0.293840527534 -0.0954646095634 -0.951075315475 -0.431722313166 -0.140265509486 -0.891033828259 -0.558957576752 -0.181619256735 -0.809061765671 -0.672455072403 -0.218485325575 -0.707155168056 -0.769390821457 -0.249983355403 -0.587831676006 -0.847376942635 -0.275317400694 -0.454040259123 -0.904506981373 -0.293872445822 -0.309040635824 -0.939352631569 -0.305192708969 -0.156441763043 -0.951060771942 -0.309003949165 0 -0.939352631569 -0.305192708969 0.156441763043 -0.904506981373 -0.293872445822 0.309040635824 -0.847376942635 -0.275317400694 0.454040259123 -0.769390881062 -0.249983355403 0.587831676006 -0.672455072403 -0.218485325575 0.707155168056 -0.558957576752 -0.181619256735 0.809061765671 -0.43172237277 -0.140265509486 0.891033828259 -0.293840587139 -0.0954646095634 0.951075315475 -0.148750752211 -0.048311945051 0.98769390583 -0.126532763243 -0.0919239372015 0.987693965435 -0.24995419383 -0.181590646505 0.951077103615 -0.367238521576 -0.266799539328 0.891040921211 -0.475487262011 -0.345445424318 0.809060752392 -0.57202398777 -0.415581852198 0.707163572311 -0.654489457607 -0.475492924452 0.587835013866 -0.720811486244 -0.523716032505 0.454039871693 -0.769414126873 -0.559016227722 0.309035211802 -0.799060463905 -0.580541133881 0.156442731619 -0.809030294418 -0.587766945362 0 -0.799060463905 -0.580541133881 -0.156442731619 -0.769414067268 -0.559016227722 -0.309035211802 -0.720811486244 -0.523716032505 -0.454039871693 -0.654489517212 -0.475492954254 -0.587835073471 -0.57202398777 -0.415581852198 -0.707163572311 -0.475487262011 -0.345445454121 -0.809060811996 -0.367238491774 -0.266799539328 -0.891040921211 -0.249954149127 -0.181590646505 -0.951077103615 -0.12653273344 -0.0919239446521 -0.987694084644 -0.0919239223003 -0.126532763243 -0.987694084644 -0.181590616703 -0.249954178929 -0.951077103615 -0.266799509525 -0.367238491774 -0.891040921211 -0.345445454121 -0.475487262011 -0.809060811996 -0.415581852198 -0.57202398777 -0.707163572311 -0.475492924452 -0.654489457607 -0.587835013866 -0.523704528809 -0.720826208591 -0.454029917717 -0.559016227722 -0.769414126873 -0.309035241604 -0.580541133881 -0.799060463905 -0.156442731619 -0.587766945362 -0.809030294418 0 -0.580541133881 -0.799060463905 0.156442731619 -0.559016227722 -0.769414067268 0.309035211802 -0.523704528809 -0.720826208591 0.454029917717 -0.475492954254 -0.654489457607 0.587835013866 -0.415581882 -0.57202398777 0.707163572311 -0.345445454121 -0.475487202406 0.809060752392 -0.26679956913 -0.367238491774 0.891040921211 -0.181590661407 -0.249954178929 0.951077103615 -0.0919239595532 -0.126532748342 0.987693965435 -0.0483119674027 -0.148750737309 0.98769390583 -0.0954646393657 -0.293840557337 0.951075315475 -0.140265524387 -0.431722313166 0.891033828259 -0.181619271636 -0.558957576752 0.809061765671 -0.218485355377 -0.672455072403 0.707155168056 -0.249983385205 -0.769390821457 0.587831676006 -0.275317400694 -0.847376942635 0.454040259123 -0.293872475624 -0.904506981373 0.309040635824 -0.305192708969 -0.939352631569 0.156441763043 -0.309003949165 -0.951060771942 0 -0.305192708969 -0.939352631569 -0.156441763043 -0.293872445822 -0.904506981373 -0.309040635824 -0.275317400694 -0.847376942635 -0.454040259123 -0.249983340502 -0.769390821457 -0.587831676006 -0.218485325575 -0.672455072403 -0.707155168056 -0.181619226933 -0.558957576752 -0.809061765671 -0.140265479684 -0.431722313166 -0.891033828259 -0.0954645872116 -0.293840557337 -0.951075315475 -0.0483119189739 -0.148750737309 -0.98769390583 2.35484147737e-008 -0.156410768628 -0.987692058086 2.26752696619e-008 -0.308976322412 -0.951069712639 2.12438706626e-008 -0.453939527273 -0.891032516956 1.92893825357e-008 -0.587732434273 -0.809055328369 1.68601950179e-008 -0.707045733929 -0.707167804241 1.40151010797e-008 -0.808980226517 -0.587835967541 1.0825082164e-008 -0.890982866287 -0.454036861658 7.36810035207e-009 -0.951048851013 -0.309040516615 3.72983333108e-009 -0.987687349319 -0.156440541148 0 -1 0 -3.72983333108e-009 -0.987687349319 0.156440541148 -7.36810035207e-009 -0.951048851013 0.309040516615 -1.0825082164e-008 -0.890982866287 0.454036861658 -1.40151010797e-008 -0.808980226517 0.587835967541 -1.68598326411e-008 -0.707061052322 0.707152605057 -1.92893825357e-008 -0.587732434273 0.809055328369 -2.12438706626e-008 -0.453939527273 0.891032516956 -2.26752696619e-008 -0.308976322412 0.951069712639 -2.35484147737e-008 -0.156410768628 0.987692058086 0.0483119189739 -0.148750737309 0.98769390583 0.0954645872116 -0.293840557337 0.951075315475 0.140265479684 -0.431722313166 0.891033828259 0.181619226933 -0.558957576752 0.809061765671 0.218485325575 -0.672455072403 0.707155168056 0.249983340502 -0.769390821457 0.587831676006 0.275317400694 -0.847376942635 0.454040259123 0.293872445822 -0.904506981373 0.309040635824 0.305192708969 -0.939352631569 0.156441763043 0.309003949165 -0.951060771942 0 0.305192708969 -0.939352631569 -0.156441763043 0.293872475624 -0.904506981373 -0.309040635824 0.275317400694 -0.847376942635 -0.454040259123 0.249983385205 -0.769390821457 -0.587831676006 0.218485355377 -0.672455072403 -0.707155168056 0.181619271636 -0.558957576752 -0.809061765671 0.140265524387 -0.431722313166 -0.891033828259 0.0954646393657 -0.293840557337 -0.951075315475 0.0483119674027 -0.148750737309 -0.98769390583 0.0919239595532 -0.126532748342 -0.987693965435 0.181590661407 -0.249954178929 -0.951077103615 0.26679956913 -0.367238491774 -0.891040921211 0.345445454121 -0.475487202406 -0.809060752392 0.415581882 -0.57202398777 -0.707163572311 0.475492954254 -0.654489457607 -0.587835013866 0.523716032505 -0.720811486244 -0.454039871693 0.559016227722 -0.769414067268 -0.309035211802 0.580541133881 -0.799060463905 -0.156442731619 0.587766945362 -0.809030294418 0 0.580541133881 -0.799060463905 0.156442731619 0.559016227722 -0.769414126873 0.309035241604 0.523716032505 -0.720811486244 0.454039871693 0.475492924452 -0.654489457607 0.587835013866 0.415581852198 -0.57202398777 0.707163572311 0.345445454121 -0.475487262011 0.809060811996 0.266799509525 -0.367238491774 0.891040921211 0.181590616703 -0.249954178929 0.951077103615 0.0919239223003 -0.126532763243 0.987694084644 0.12653273344 -0.0919239446521 0.987694084644 0.249954149127 -0.181590646505 0.951077103615 0.367238491774 -0.266799539328 0.891040921211 0.475487262011 -0.345445454121 0.809060811996 0.57202398777 -0.415581852198 0.707163572311 0.654489517212 -0.475492954254 0.587835073471 0.720826208591 -0.523704528809 0.454029917717 0.769414067268 -0.559016227722 0.309035211802 0.799060463905 -0.580541133881 0.156442731619 0.809030294418 -0.587766945362 0 0.799060463905 -0.580541133881 -0.156442731619 0.769414126873 -0.559016227722 -0.309035211802 0.720826208591 -0.523704528809 -0.454029917717 0.654489457607 -0.475492924452 -0.587835013866 0.57202398777 -0.415581852198 -0.707163572311 0.475487262011 -0.345445424318 -0.809060752392 0.367238521576 -0.266799539328 -0.891040921211 0.24995419383 -0.181590646505 -0.951077103615 0.126532763243 -0.0919239372015 -0.987693965435 0.148750752211 -0.048311945051 -0.98769390583 0.293840587139 -0.0954646095634 -0.951075315475 0.43172237277 -0.140265509486 -0.891033828259 0.558957576752 -0.181619256735 -0.809061765671 0.672455072403 -0.218485325575 -0.707155168056 0.769390881062 -0.249983355403 -0.587831676006 0.847376942635 -0.275317400694 -0.454040259123 0.904506981373 -0.293872445822 -0.309040635824 0.939352631569 -0.305192708969 -0.156441763043 0.951060771942 -0.309003949165 0 0.939352631569 -0.305192708969 0.156441763043 0.904506981373 -0.293872445822 0.309040635824 0.847376942635 -0.275317400694 0.454040259123 0.769390821457 -0.249983355403 0.587831676006 0.672455072403 -0.218485325575 0.707155168056 0.558957576752 -0.181619256735 0.809061765671 0.431722313166 -0.140265509486 0.891033828259 0.293840527534 -0.0954646095634 0.951075315475 0.148750707507 -0.048311945051 0.98769390583 -2.38418582654e-008 0 1 uvs none } object { shader "top_sphere" type generic-mesh name "Sphere.002" points 382 0.0300586204976 0.00794982910156 0.682720065117 0.0516370497644 0.00794982910156 0.677539587021 0.0721393972635 0.00794982910156 0.669047176838 0.0910608321428 0.00794982910156 0.657452106476 0.107935443521 0.00794982910156 0.643039882183 0.122347734869 0.00794982910156 0.626165270805 0.133942782879 0.00794982910156 0.607243835926 0.142435148358 0.00794982910156 0.586741447449 0.147615671158 0.00794982910156 0.565163016319 0.149356797338 0.00794982910156 0.543039858341 0.147615671158 0.00794982910156 0.520916640759 0.142435133457 0.00794982910156 0.499338209629 0.133942782879 0.00794982910156 0.478835850954 0.122347697616 0.00794982910156 0.459914416075 0.107935398817 0.00794982910156 0.443039804697 0.0910607725382 0.00794982910156 0.428627550602 0.0721393227577 0.00794982910156 0.41703248024 0.0516369566321 0.00794982910156 0.408540129662 0.0300585161895 0.00794982910156 0.403359621763 0.0289757344872 0.0147862350568 0.403359591961 0.049498051405 0.021454339847 0.408540129662 0.0689969584346 0.0277899205685 0.41703248024 0.0869923233986 0.0336369685829 0.428627550602 0.103041045368 0.0388515181839 0.443039804697 0.116747960448 0.0433051623404 0.459914416075 0.127775534987 0.046888243407 0.478835880756 0.135852247477 0.0495125278831 0.499338209629 0.140779227018 0.051113396883 0.520916640759 0.142435133457 0.0516514368355 0.543039858341 0.140779227018 0.051113396883 0.565163016319 0.135852262378 0.0495125316083 0.586741447449 0.127775549889 0.046888243407 0.607243835926 0.116747997701 0.0433051735163 0.626165270805 0.103041097522 0.0388515330851 0.643039882183 0.0869923904538 0.0336369909346 0.657452106476 0.0689970329404 0.0277899447829 0.669047176838 0.0494981408119 0.0214543696493 0.677539587021 0.02897583507 0.0147862667218 0.682720065117 0.0258334688842 0.0209535062313 0.682720065117 0.0432907864451 0.0336369909346 0.677539587021 0.059877526015 0.045687969774 0.669047176838 0.0751852914691 0.0568097122014 0.657452106476 0.0888371318579 0.0667283609509 0.643039882183 0.100496917963 0.0751996859908 0.626165270805 0.109877511859 0.0820150896907 0.607243835926 0.1167479828 0.0870067775249 0.586741447449 0.120939105749 0.0900518149137 0.565163016319 0.122347705066 0.0910752266645 0.543039858341 0.120939105749 0.0900518149137 0.520916640759 0.116747967899 0.0870067700744 0.499338209629 0.109877511859 0.0820150896907 0.478835880756 0.100496888161 0.0751996636391 0.459914416075 0.088837094605 0.0667283311486 0.443039804697 0.075185239315 0.0568096749485 0.428627550602 0.0598774664104 0.0456879250705 0.41703248024 0.043290708214 0.0336369350553 0.408540129662 0.0258333850652 0.020953444764 0.403359591961 0.00793537870049 0.00794973690063 0.401618510485 0.0209390576929 0.0258477702737 0.403359591961 0.0336225442588 0.0433050952852 0.408540129662 0.0456735268235 0.0598918609321 0.41703248024 0.0567952767015 0.0751996338367 0.428627550602 0.0667139217257 0.0888514891267 0.443039804697 0.0751852616668 0.100511282682 0.459914416075 0.0820006802678 0.109891906381 0.478835880756 0.0869923606515 0.116762362421 0.499338209629 0.0900373980403 0.120953515172 0.520916640759 0.0910608023405 0.122362114489 0.543039858341 0.0900373980403 0.120953515172 0.565163016319 0.0869923681021 0.116762377322 0.586741447449 0.0820006802678 0.109891913831 0.607243835926 0.0751852840185 0.100511312485 0.626165270805 0.0667139515281 0.0888515338302 0.643039882183 0.0567953139544 0.0751996859908 0.657452106476 0.045673571527 0.0598919205368 0.669047176838 0.0336226001382 0.043305169791 0.677539587021 0.0209391191602 0.0258478559554 0.682720065117 0.014771877788 0.0289902202785 0.682720065117 0.0214399769902 0.0495125241578 0.677539587021 0.0277755428106 0.0690114125609 0.669047176838 0.0336225889623 0.0870067700744 0.657452106476 0.0388371236622 0.103055477142 0.643039882183 0.0432907603681 0.116762377322 0.626165270805 0.0468738265336 0.127789929509 0.607243835926 0.0494981184602 0.135866641998 0.586741447449 0.0510989800096 0.14079362154 0.565163016319 0.0516370125115 0.142449527979 0.543039858341 0.0510989800096 0.14079362154 0.520916640759 0.0494981072843 0.135866627097 0.499338209629 0.0468738302588 0.127789914608 0.478835880756 0.0432907566428 0.116762340069 0.459914416075 0.0388371087611 0.103055424988 0.443039804697 0.0336225703359 0.0870067104697 0.428627550602 0.0277755204588 0.0690113529563 0.41703248024 0.0214399490505 0.0495124347508 0.408540129662 0.014771846123 0.0289901196957 0.403359591961 0.00793544016778 0.0300728976727 0.403359591961 0.00793543737382 0.0516513362527 0.408540129662 0.00793542806059 0.0721537098289 0.41703248024 0.00793542619795 0.0910751447082 0.428627550602 0.00793542247266 0.107949763536 0.443039804697 0.00793542154133 0.122362069786 0.459914416075 0.00793541874737 0.133957147598 0.478835880756 0.00793541409075 0.142449498177 0.499338209629 0.00793540850282 0.147630050778 0.520916640759 0.00793540664017 0.149371162057 0.543039858341 0.00793540850282 0.147630050778 0.565163016319 0.00793541874737 0.142449513078 0.586741447449 0.00793541222811 0.133957147598 0.607243835926 0.00793541688472 0.122362099588 0.626165270805 0.00793542061001 0.107949815691 0.643039882183 0.00793542806059 0.0910752117634 0.657452106476 0.00793542806059 0.0721537694335 0.669047176838 0.00793543644249 0.0516514293849 0.677539587021 0.00793544016778 0.0300730038434 0.682720065117 0.00109900231473 0.0289902146906 0.682720065117 -0.00556910270825 0.0495125167072 0.677539587021 -0.0119046829641 0.0690113976598 0.669047176838 -0.0177517309785 0.0870067626238 0.657452106476 -0.0229662787169 0.103055462241 0.643039882183 -0.0274199228734 0.11676235497 0.626165270805 -0.0310029946268 0.127789899707 0.607243835926 -0.0336272716522 0.135866627097 0.586741447449 -0.0352281592786 0.140793606639 0.565163016319 -0.0357661917806 0.142449483275 0.543039858341 -0.0352281592786 0.140793606639 0.520916640759 -0.0336272716522 0.135866612196 0.499338209629 -0.0310029871762 0.127789899707 0.478835880756 -0.0274199079722 0.116762317717 0.459914416075 -0.0229662600905 0.103055410087 0.443039804697 -0.017751712352 0.0870066955686 0.428627550602 -0.011904662475 0.0690113380551 0.41703248024 -0.00556907150894 0.0495124273002 0.408540129662 0.00109903584234 0.0289901159704 0.403359591961 -0.00506817363203 0.0258477628231 0.403359591961 -0.0177516657859 0.043305080384 0.408540129662 -0.0298026632518 0.0598918385804 0.41703248024 -0.040924411267 0.0751996040344 0.428627550602 -0.0508430674672 0.0888514518738 0.443039804697 -0.0593144074082 0.10051124543 0.459914416075 -0.0661298260093 0.109891869128 0.478835880756 -0.071121506393 0.116762317717 0.499338209629 -0.0741665661335 0.120953463018 0.520916640759 -0.0751899704337 0.122362054884 0.543039858341 -0.0741665661335 0.120953463018 0.565163016319 -0.0711215138435 0.116762332618 0.586741447449 -0.0661298260093 0.109891854227 0.607243835926 -0.05931442976 0.100511275232 0.626165270805 -0.0508430972695 0.0888514965773 0.643039882183 -0.0409244485199 0.0751996561885 0.657452106476 -0.0298027023673 0.0598918907344 0.669047176838 -0.0177517216653 0.0433051586151 0.677539587021 -0.00506823603064 0.0258478485048 0.682720065117 -0.0099625820294 0.0209534969181 0.682720065117 -0.027419898659 0.0336369723082 0.677539587021 -0.0440066456795 0.0456879362464 0.669047176838 -0.0593144185841 0.0568096749485 0.657452106476 -0.0729662626982 0.0667283162475 0.643039882183 -0.0846260488033 0.0751996263862 0.626165270805 -0.0940066426992 0.082015030086 0.607243835926 -0.10087710619 0.0870067104697 0.586741447449 -0.105068251491 0.0900517478585 0.565163016319 -0.106476843357 0.0910751447082 0.543039858341 -0.105068251491 0.0900517478585 0.520916640759 -0.100877091289 0.0870067104697 0.499338209629 -0.0940066426992 0.082015030086 0.478835880756 -0.0846260115504 0.075199611485 0.459914416075 -0.0729662179947 0.0667282864451 0.443039804697 -0.05931436643 0.0568096376956 0.428627550602 -0.0440065935254 0.0456878952682 0.41703248024 -0.0274198222905 0.0336369164288 0.408540129662 -0.00996249727905 0.0209534354508 0.403359591961 -0.0131048448384 0.0147862238809 0.403359591961 -0.0336271561682 0.0214543193579 0.408540129662 -0.0531260743737 0.0277898889035 0.41703248024 -0.0711214393377 0.0336369276047 0.428627550602 -0.0871701464057 0.0388514660299 0.443039804697 -0.100877054036 0.0433051027358 0.459914416075 -0.111904643476 0.0468881800771 0.478835880756 -0.119981348515 0.0495124571025 0.499338209629 -0.124908350408 0.0511133223772 0.520916640759 -0.126564234495 0.0516513548791 0.543039858341 -0.124908350408 0.0511133223772 0.565163016319 -0.119981355965 0.0495124608278 0.586741447449 -0.111904643476 0.0468881726265 0.607243835926 -0.10087710619 0.0433051101863 0.626165270805 -0.0871701985598 0.038851480931 0.643039882183 -0.0711214989424 0.0336369499564 0.657452106476 -0.0531261339784 0.02778990753 0.669047176838 -0.0336272493005 0.0214543491602 0.677539587021 -0.0131049454212 0.0147862574086 0.682720065117 -0.0141877271235 0.00794981885701 0.682720065117 -0.0357661508024 0.00794980954379 0.677539587021 -0.0562684834003 0.00794979557395 0.669047176838 -0.0751899331808 0.00794978905469 0.657452106476 -0.0920645296574 0.00794978253543 0.643039882183 -0.106476813555 0.00794976577163 0.626165270805 -0.118071861565 0.00794976577163 0.607243835926 -0.126564219594 0.00794976949692 0.586741447449 -0.131744757295 0.00794975459576 0.565163016319 -0.133485868573 0.0079497564584 0.543039858341 -0.131744757295 0.00794975459576 0.520916640759 -0.126564219594 0.00794977042824 0.499338209629 -0.118071861565 0.00794977135956 0.478835880756 -0.106476768851 0.00794977508485 0.459914416075 -0.0920644775033 0.00794978346676 0.443039804697 -0.0751898661256 0.00794978719205 0.428627550602 -0.0562684237957 0.00794979557395 0.41703248024 -0.0357660539448 0.00794981047511 0.408540129662 -0.014187621884 0.00794981792569 0.403359591961 -0.0131048373878 0.0011134139495 0.403359591961 -0.0336271449924 -0.00555469701067 0.408540129662 -0.053126052022 -0.0118902921677 0.41703248024 -0.0711214095354 -0.0177373476326 0.428627550602 -0.0871701166034 -0.0229518953711 0.443039804697 -0.100877016783 -0.0274055451155 0.459914416075 -0.111904606223 -0.03098863177 0.478835880756 -0.119981311262 -0.0336129143834 0.499338209629 -0.124908298254 -0.0352138057351 0.520916640759 -0.126564174891 -0.0357518307865 0.543039858341 -0.124908298254 -0.0352138057351 0.565163016319 -0.119981318712 -0.0336129181087 0.586741447449 -0.111904606223 -0.030988637358 0.607243835926 -0.100877054036 -0.0274055693299 0.626165270805 -0.0871701687574 -0.0229519102722 0.643039882183 -0.0711214765906 -0.0177373681217 0.657452106476 -0.0531261116266 -0.0118903107941 0.669047176838 -0.0336272343993 -0.00555472681299 0.677539587021 -0.013104938902 0.00111338193528 0.682720065117 -0.00996256992221 -0.00505385547876 0.682720065117 -0.027419872582 -0.0177373420447 0.677539587021 -0.044006600976 -0.0297883246094 0.669047176838 -0.05931436643 -0.0409100800753 0.657452106476 -0.0729662030935 -0.0508287250996 0.643039882183 -0.0846259668469 -0.0593000650406 0.626165270805 -0.0940065607429 -0.0661154687405 0.607243835926 -0.100877031684 -0.0711071491241 0.586741447449 -0.105068169534 -0.0741522014141 0.565163016319 -0.106476731598 -0.0751755982637 0.543039858341 -0.105068169534 -0.0741522014141 0.520916640759 -0.100877016783 -0.0711071416736 0.499338209629 -0.0940065607429 -0.0661154612899 0.478835880756 -0.0846259444952 -0.0593000352383 0.459914416075 -0.0729661509395 -0.0508286952972 0.443039804697 -0.0593143105507 -0.0409100428224 0.428627550602 -0.0440065525472 -0.0297882892191 0.41703248024 -0.0274197980762 -0.017737288028 0.408540129662 -0.00996248330921 -0.00505379308015 0.403359591961 -0.00506815547124 -0.00994811486453 0.403359591961 -0.0177516322583 -0.0274054408073 0.408540129662 -0.0298026073724 -0.0439922176301 0.41703248024 -0.0409243404865 -0.0592999868095 0.428627550602 -0.0508429780602 -0.0729518458247 0.443039804697 -0.0593143105507 -0.0846116393805 0.459914416075 -0.0661297217011 -0.0939922556281 0.478835880756 -0.0711214020848 -0.100862719119 0.499338209629 -0.0741664469242 -0.105053879321 0.520916640759 -0.0751898214221 -0.106462456286 0.543039858341 -0.0741664469242 -0.105053879321 0.565163016319 -0.071121416986 -0.10086273402 0.586741447449 -0.0661297217011 -0.0939922705293 0.607243835926 -0.0593143254519 -0.0846116766334 0.626165270805 -0.0508430153131 -0.0729518830776 0.643039882183 -0.0409243777394 -0.0593000426888 0.657452106476 -0.0298026390374 -0.0439922623336 0.669047176838 -0.017751686275 -0.0274055153131 0.677539587021 -0.00506821833551 -0.00994820147753 0.682720065117 0.00109902315307 -0.0130905630067 0.682720065117 -0.00556906405836 -0.0336128622293 0.677539587021 -0.0119046131149 -0.0531117431819 0.669047176838 -0.0177516508847 -0.0711071118712 0.657452106476 -0.0229661799967 -0.0871558114886 0.643039882183 -0.0274198036641 -0.100862704217 0.626165270805 -0.0310028661042 -0.111890256405 0.607243835926 -0.0336271598935 -0.119966976345 0.586741447449 -0.0352280214429 -0.124893963337 0.565163016319 -0.0357660353184 -0.126549839973 0.543039858341 -0.0352280214429 -0.124893963337 0.520916640759 -0.0336271524429 -0.119966961443 0.499338209629 -0.0310028716922 -0.111890256405 0.478835880756 -0.0274198036641 -0.100862674415 0.459914416075 -0.0229661595076 -0.0871557667851 0.443039804697 -0.017751628533 -0.0711070522666 0.428627550602 -0.0119045972824 -0.0531116910279 0.41703248024 -0.00556903565302 -0.0336127728224 0.408540129662 0.00109905586578 -0.0130904614925 0.403359591961 0.0079354615882 -0.0141732366756 0.403359591961 0.00793547276407 -0.0357516668737 0.408540129662 0.00793549418449 -0.0562540367246 0.41703248024 0.00793550815433 -0.0751754716039 0.428627550602 0.00793552305549 -0.0920500904322 0.443039804697 0.00793552212417 -0.10646238178 0.459914416075 0.00793553516269 -0.118057467043 0.478835880756 0.00793553609401 -0.126549825072 0.499338209629 0.00793554540724 -0.131730362773 0.520916640759 0.00793555658311 -0.13347145915 0.543039858341 0.00793554540724 -0.131730362773 0.565163016319 0.0079355314374 -0.126549825072 0.586741447449 0.00793554075062 -0.118057467043 0.607243835926 0.00793553330004 -0.106462411582 0.626165270805 0.00793551746756 -0.0920501351357 0.643039882183 0.00793550908566 -0.0751755386591 0.657452106476 0.00793549511582 -0.0562540888786 0.669047176838 0.0079354736954 -0.035751760006 0.677539587021 0.0079354615882 -0.0141733428463 0.682720065117 0.0147718973458 -0.0130905508995 0.682720065117 0.0214400086552 -0.0336128436029 0.677539587021 0.0277755968273 -0.0531117096543 0.669047176838 0.0336226597428 -0.0711070671678 0.657452106476 0.0388372056186 -0.0871557667851 0.643039882183 0.0432908609509 -0.100862644613 0.626165270805 0.046873934567 -0.1118901968 0.607243835926 0.0494982115924 -0.11996691674 0.586741447449 0.0510990992188 -0.124893896282 0.565163016319 0.0516371354461 -0.126549765468 0.543039858341 0.0510990992188 -0.124893896282 0.520916640759 0.0494982115924 -0.119966901839 0.499338209629 0.0468739308417 -0.1118901968 0.478835880756 0.0432908423245 -0.100862622261 0.459914416075 0.038837198168 -0.0871557220817 0.443039804697 0.0336226411164 -0.0711070075631 0.428627550602 0.0277755800635 -0.053111653775 0.41703248024 0.0214399788529 -0.0336127541959 0.408540129662 0.0147718647495 -0.013090451248 0.403359591961 0.0209390707314 -0.00994809623808 0.403359591961 0.0336225666106 -0.0274054054171 0.408540129662 0.045673571527 -0.0439921505749 0.41703248024 0.0567953251302 -0.0592999048531 0.428627550602 0.066713988781 -0.0729517564178 0.443039804697 0.0751853212714 -0.0846115425229 0.459914416075 0.082000747323 -0.09399215132 0.478835880756 0.0869924277067 -0.100862599909 0.499338209629 0.0900374948978 -0.10505374521 0.520916640759 0.0910608917475 -0.106462322176 0.543039858341 0.0900374948978 -0.10505374521 0.565163016319 0.0869924351573 -0.10086261481 0.586741447449 0.0820007547736 -0.09399215132 0.607243835926 0.0751853436232 -0.0846115574241 0.626165270805 0.0667140111327 -0.0729517936707 0.643039882183 0.0567953661084 -0.0592999570072 0.657452106476 0.0456736050546 -0.0439921990037 0.669047176838 0.0336226187646 -0.0274054799229 0.677539587021 0.0209391340613 -0.00994818098843 0.682720065117 0.0258334763348 -0.00505382893607 0.682720065117 0.0432907901704 -0.0177372936159 0.677539587021 0.0598775371909 -0.0297882389277 0.669047176838 0.0751853138208 -0.0409099720418 0.657452106476 0.0888371616602 -0.0508286058903 0.643039882183 0.100496940315 -0.0592999123037 0.626165270805 0.109877549112 -0.0661153122783 0.607243835926 0.116748005152 -0.071106992662 0.586741447449 0.120939165354 -0.0741520226002 0.565163016319 0.122347742319 -0.0751754119992 0.543039858341 0.120939165354 -0.0741520226002 0.520916640759 0.116747997701 -0.0711069852114 0.499338209629 0.109877549112 -0.0661153122783 0.478835880756 0.100496917963 -0.0592999048531 0.459914416075 0.0888371318579 -0.050828576088 0.443039804697 0.0751852616668 -0.0409099310637 0.428627550602 0.0598774924874 -0.0297882035375 0.41703248024 0.0432907156646 -0.0177372377366 0.408540129662 0.0258333925158 -0.0050537660718 0.403359591961 0.0289757344872 0.00111344596371 0.403359591961 0.0494980439544 -0.00555464066565 0.408540129662 0.0689969584346 -0.0118901943788 0.41703248024 0.086992315948 -0.0177372246981 0.428627550602 0.103041045368 -0.0229517556727 0.443039804697 0.116747945547 -0.0274053942412 0.459914416075 0.127775534987 -0.0309884548187 0.478835880756 0.135852217674 -0.0336127355695 0.499338209629 0.14077924192 -0.0352135971189 0.520916640759 0.142435118556 -0.0357516221702 0.543039858341 0.14077924192 -0.0352135971189 0.565163016319 0.135852232575 -0.0336127355695 0.586741447449 0.127775534987 -0.0309884548187 0.607243835926 0.116747967899 -0.0274053942412 0.626165270805 0.103041090071 -0.0229517724365 0.643039882183 0.0869923830032 -0.0177372433245 0.657452106476 0.0689970105886 -0.0118902139366 0.669047176838 0.0494981333613 -0.00555467186496 0.677539587021 0.0289758369327 0.0011134124361 0.682720065117 0.00793544575572 0.00794982910156 0.684461236 triangles 760 57 19 18 18 19 20 18 20 17 17 20 21 17 21 16 16 21 22 16 22 15 15 22 23 15 23 14 14 23 24 14 24 13 13 24 25 13 25 12 12 25 26 12 26 11 11 26 27 11 27 10 10 27 28 10 28 9 9 28 29 9 29 8 8 29 30 8 30 7 7 30 31 7 31 6 6 31 32 6 32 5 5 32 33 5 33 4 4 33 34 4 34 3 3 34 35 3 35 2 2 35 36 2 36 1 37 0 1 37 1 36 0 37 381 37 38 381 36 39 38 36 38 37 35 40 39 35 39 36 34 41 40 34 40 35 33 42 41 33 41 34 32 43 42 32 42 33 31 44 43 31 43 32 30 45 44 30 44 31 29 46 45 29 45 30 28 47 46 28 46 29 27 48 47 27 47 28 26 49 48 26 48 27 25 50 49 25 49 26 24 51 50 24 50 25 23 52 51 23 51 24 22 53 52 22 52 23 21 54 53 21 53 22 20 55 54 20 54 21 19 56 55 19 55 20 57 56 19 57 58 56 56 58 59 56 59 55 55 59 60 55 60 54 54 60 61 54 61 53 53 61 62 53 62 52 52 62 63 52 63 51 51 63 64 51 64 50 50 64 65 50 65 49 49 65 66 49 66 48 48 66 67 48 67 47 47 67 68 47 68 46 46 68 69 46 69 45 45 69 70 45 70 44 44 70 71 44 71 43 43 71 72 43 72 42 42 72 73 42 73 41 41 73 74 41 74 40 40 74 75 40 75 39 39 75 76 39 76 38 38 76 381 76 77 381 75 78 77 75 77 76 74 79 78 74 78 75 73 80 79 73 79 74 72 81 80 72 80 73 71 82 81 71 81 72 70 83 82 70 82 71 69 84 83 69 83 70 68 85 84 68 84 69 67 86 85 67 85 68 66 87 86 66 86 67 65 88 87 65 87 66 64 89 88 64 88 65 63 90 89 63 89 64 62 91 90 62 90 63 61 92 91 61 91 62 60 93 92 60 92 61 59 94 93 59 93 60 58 95 94 58 94 59 57 95 58 57 96 95 95 96 97 95 97 94 94 97 98 94 98 93 93 98 99 93 99 92 92 99 100 92 100 91 91 100 101 91 101 90 90 101 102 90 102 89 89 102 103 89 103 88 88 103 104 88 104 87 87 104 105 87 105 86 86 105 106 86 106 85 85 106 107 85 107 84 84 107 108 84 108 83 83 108 109 83 109 82 82 109 110 82 110 81 81 110 111 81 111 80 80 111 112 80 112 79 79 112 113 79 113 78 78 113 114 78 114 77 77 114 381 114 115 381 113 116 115 113 115 114 112 117 116 112 116 113 111 118 117 111 117 112 110 119 118 110 118 111 109 120 119 109 119 110 108 121 120 108 120 109 107 122 121 107 121 108 106 123 122 106 122 107 105 124 123 105 123 106 104 125 124 104 124 105 103 126 125 103 125 104 102 127 126 102 126 103 101 128 127 101 127 102 100 129 128 100 128 101 99 130 129 99 129 100 98 131 130 98 130 99 97 132 131 97 131 98 96 133 132 96 132 97 57 133 96 57 134 133 133 134 135 133 135 132 132 135 136 132 136 131 131 136 137 131 137 130 130 137 138 130 138 129 129 138 139 129 139 128 128 139 140 128 140 127 127 140 141 127 141 126 126 141 142 126 142 125 125 142 143 125 143 124 124 143 144 124 144 123 123 144 145 123 145 122 122 145 146 122 146 121 121 146 147 121 147 120 120 147 148 120 148 119 119 148 149 119 149 118 118 149 150 118 150 117 117 150 151 117 151 116 116 151 152 116 152 115 115 152 381 152 153 381 151 154 153 151 153 152 150 155 154 150 154 151 149 156 155 149 155 150 148 157 156 148 156 149 147 158 157 147 157 148 146 159 158 146 158 147 145 160 159 145 159 146 144 161 160 144 160 145 143 162 161 143 161 144 142 163 162 142 162 143 141 164 163 141 163 142 140 165 164 140 164 141 139 166 165 139 165 140 138 167 166 138 166 139 137 168 167 137 167 138 136 169 168 136 168 137 135 170 169 135 169 136 134 171 170 134 170 135 57 171 134 57 172 171 171 172 173 171 173 170 170 173 174 170 174 169 169 174 175 169 175 168 168 175 176 168 176 167 167 176 177 167 177 166 166 177 178 166 178 165 165 178 179 165 179 164 164 179 180 164 180 163 163 180 181 163 181 162 162 181 182 162 182 161 161 182 183 161 183 160 160 183 184 160 184 159 159 184 185 159 185 158 158 185 186 158 186 157 157 186 187 157 187 156 156 187 188 156 188 155 155 188 189 155 189 154 154 189 190 154 190 153 153 190 381 190 191 381 189 192 191 189 191 190 188 193 192 188 192 189 187 194 193 187 193 188 186 195 194 186 194 187 185 196 195 185 195 186 184 197 196 184 196 185 183 198 197 183 197 184 182 199 198 182 198 183 181 200 199 181 199 182 180 201 200 180 200 181 179 202 201 179 201 180 178 203 202 178 202 179 177 204 203 177 203 178 176 205 204 176 204 177 175 206 205 175 205 176 174 207 206 174 206 175 173 208 207 173 207 174 172 209 208 172 208 173 57 209 172 57 210 209 209 210 211 209 211 208 208 211 212 208 212 207 207 212 213 207 213 206 206 213 214 206 214 205 205 214 215 205 215 204 204 215 216 204 216 203 203 216 217 203 217 202 202 217 218 202 218 201 201 218 219 201 219 200 200 219 220 200 220 199 199 220 221 199 221 198 198 221 222 198 222 197 197 222 223 197 223 196 196 223 224 196 224 195 195 224 225 195 225 194 194 225 226 194 226 193 193 226 227 193 227 192 192 227 228 192 228 191 191 228 381 228 229 381 227 230 229 227 229 228 226 231 230 226 230 227 225 232 231 225 231 226 224 233 232 224 232 225 223 234 233 223 233 224 222 235 234 222 234 223 221 236 235 221 235 222 220 237 236 220 236 221 219 238 237 219 237 220 218 239 238 218 238 219 217 240 239 217 239 218 216 241 240 216 240 217 215 242 241 215 241 216 214 243 242 214 242 215 213 244 243 213 243 214 212 245 244 212 244 213 211 246 245 211 245 212 210 247 246 210 246 211 57 247 210 57 248 247 247 248 249 247 249 246 246 249 250 246 250 245 245 250 251 245 251 244 244 251 252 244 252 243 243 252 253 243 253 242 242 253 254 242 254 241 241 254 255 241 255 240 240 255 256 240 256 239 239 256 257 239 257 238 238 257 258 238 258 237 237 258 259 237 259 236 236 259 260 236 260 235 235 260 261 235 261 234 234 261 262 234 262 233 233 262 263 233 263 232 232 263 264 232 264 231 231 264 265 231 265 230 230 265 266 230 266 229 229 266 381 266 267 381 265 268 267 265 267 266 264 269 268 264 268 265 263 270 269 263 269 264 262 271 270 262 270 263 261 272 271 261 271 262 260 273 272 260 272 261 259 274 273 259 273 260 258 275 274 258 274 259 257 276 275 257 275 258 256 277 276 256 276 257 255 278 277 255 277 256 254 279 278 254 278 255 253 280 279 253 279 254 252 281 280 252 280 253 251 282 281 251 281 252 250 283 282 250 282 251 249 284 283 249 283 250 248 285 284 248 284 249 57 285 248 57 286 285 285 286 287 285 287 284 284 287 288 284 288 283 283 288 289 283 289 282 282 289 290 282 290 281 281 290 291 281 291 280 280 291 292 280 292 279 279 292 293 279 293 278 278 293 294 278 294 277 277 294 295 277 295 276 276 295 296 276 296 275 275 296 297 275 297 274 274 297 298 274 298 273 273 298 299 273 299 272 272 299 300 272 300 271 271 300 301 271 301 270 270 301 302 270 302 269 269 302 303 269 303 268 268 303 304 268 304 267 267 304 381 304 305 381 303 306 305 303 305 304 302 307 306 302 306 303 301 308 307 301 307 302 300 309 308 300 308 301 299 310 309 299 309 300 298 311 310 298 310 299 297 312 311 297 311 298 296 313 312 296 312 297 295 314 313 295 313 296 294 315 314 294 314 295 293 316 315 293 315 294 292 317 316 292 316 293 291 318 317 291 317 292 290 319 318 290 318 291 289 320 319 289 319 290 288 321 320 288 320 289 287 322 321 287 321 288 286 323 322 286 322 287 57 323 286 57 324 323 323 324 325 323 325 322 322 325 326 322 326 321 321 326 327 321 327 320 320 327 328 320 328 319 319 328 329 319 329 318 318 329 330 318 330 317 317 330 331 317 331 316 316 331 332 316 332 315 315 332 333 315 333 314 314 333 334 314 334 313 313 334 335 313 335 312 312 335 336 312 336 311 311 336 337 311 337 310 310 337 338 310 338 309 309 338 339 309 339 308 308 339 340 308 340 307 307 340 341 307 341 306 306 341 342 306 342 305 305 342 381 342 343 381 341 344 343 341 343 342 340 345 344 340 344 341 339 346 345 339 345 340 338 347 346 338 346 339 337 348 347 337 347 338 336 349 348 336 348 337 335 350 349 335 349 336 334 351 350 334 350 335 333 352 351 333 351 334 332 353 352 332 352 333 331 354 353 331 353 332 330 355 354 330 354 331 329 356 355 329 355 330 328 357 356 328 356 329 327 358 357 327 357 328 326 359 358 326 358 327 325 360 359 325 359 326 324 361 360 324 360 325 57 361 324 57 362 361 361 362 363 361 363 360 360 363 364 360 364 359 359 364 365 359 365 358 358 365 366 358 366 357 357 366 367 357 367 356 356 367 368 356 368 355 355 368 369 355 369 354 354 369 370 354 370 353 353 370 371 353 371 352 352 371 372 352 372 351 351 372 373 351 373 350 350 373 374 350 374 349 349 374 375 349 375 348 348 375 376 348 376 347 347 376 377 347 377 346 346 377 378 346 378 345 345 378 379 345 379 344 344 379 380 344 380 343 343 380 381 380 0 381 0 380 379 0 379 1 378 2 1 378 1 379 377 3 2 377 2 378 376 4 3 376 3 377 375 5 4 375 4 376 374 6 5 374 5 375 373 7 6 373 6 374 372 8 7 372 7 373 371 9 8 371 8 372 370 10 9 370 9 371 369 11 10 369 10 370 368 12 11 368 11 369 367 13 12 367 12 368 366 14 13 366 13 367 365 15 14 365 14 366 364 16 15 364 15 365 363 17 16 363 16 364 362 18 17 362 17 363 57 18 362 normals vertex 0.156410768628 0 0.987692058086 0.308976322412 0 0.951069712639 0.453939527273 0 0.891032516956 0.587732434273 0 0.809055328369 0.707045733929 0 0.707167863846 0.808980226517 0 0.587835967541 0.890982866287 0 0.454036861658 0.951048851013 0 0.309040516615 0.987687349319 0 0.156440541148 1 0 1.49011614159e-009 0.987687349319 0 -0.156440541148 0.951048851013 0 -0.309040516615 0.890982866287 0 -0.454036861658 0.808980226517 0 -0.587835967541 0.707045733929 0 -0.707167804241 0.587732434273 0 -0.809055328369 0.453939527273 0 -0.891032516956 0.308976322412 0 -0.951069712639 0.156410768628 0 -0.987692058086 0.148750737309 0.048311945051 -0.98769390583 0.293840557337 0.0954646095634 -0.951075315475 0.431722313166 0.140265509486 -0.891033828259 0.558957576752 0.181619256735 -0.809061765671 0.672455072403 0.218485325575 -0.707155168056 0.769390821457 0.249983355403 -0.587831676006 0.847376942635 0.275317400694 -0.454040259123 0.904506981373 0.293872445822 -0.309040635824 0.939352631569 0.305192708969 -0.156441763043 0.951060771942 0.309003949165 1.87764270798e-009 0.939352631569 0.305192708969 0.156441763043 0.904506981373 0.293872445822 0.309040635824 0.847376942635 0.275317400694 0.454040259123 0.769390821457 0.249983355403 0.587831676006 0.672455012798 0.218485310674 0.707155108452 0.558957576752 0.181619256735 0.809061765671 0.431722313166 0.140265509486 0.891033828259 0.293840557337 0.0954646095634 0.951075315475 0.148750737309 0.048311945051 0.98769390583 0.126532748342 0.0919239372015 0.987693965435 0.249954178929 0.181590646505 0.951077103615 0.367238491774 0.266799539328 0.891040921211 0.475487262011 0.345445454121 0.809060811996 0.57202398777 0.415581852198 0.707163631916 0.654489457607 0.475492924452 0.587835013866 0.720826208591 0.523704528809 0.454029917717 0.769414067268 0.559016227722 0.309035211802 0.799060463905 0.580541133881 0.156442731619 0.809030294418 0.587766945362 2.08139017133e-009 0.799060463905 0.580541133881 -0.156442731619 0.769414067268 0.559016227722 -0.309035211802 0.720826208591 0.523704528809 -0.454029917717 0.654489457607 0.475492924452 -0.587835013866 0.57202398777 0.415581852198 -0.707163572311 0.475487262011 0.345445454121 -0.809060811996 0.367238491774 0.266799539328 -0.891040921211 0.249954178929 0.181590646505 -0.951077103615 0.126532748342 0.0919239372015 -0.987693965435 0 0 -1 0.0919239372015 0.126532748342 -0.987693965435 0.181590646505 0.249954178929 -0.951077103615 0.266799539328 0.367238491774 -0.891040921211 0.345445454121 0.475487262011 -0.809060811996 0.415581852198 0.57202398777 -0.707163572311 0.475492924452 0.654489457607 -0.587835013866 0.523704528809 0.720826208591 -0.454029917717 0.559016227722 0.769414067268 -0.309035211802 0.580541133881 0.799060463905 -0.156442731619 0.587766945362 0.809030294418 2.08139017133e-009 0.580541133881 0.799060463905 0.156442731619 0.559016227722 0.769414067268 0.309035211802 0.523704528809 0.720826208591 0.454029917717 0.475492924452 0.654489457607 0.587835013866 0.415581852198 0.57202398777 0.707163631916 0.345445454121 0.475487262011 0.809060811996 0.266799539328 0.367238491774 0.891040921211 0.181590646505 0.249954178929 0.951077103615 0.0919239372015 0.126532748342 0.987693965435 0.048311945051 0.148750737309 0.98769390583 0.0954646095634 0.293840557337 0.951075315475 0.140265509486 0.431722313166 0.891033828259 0.181619256735 0.558957576752 0.809061765671 0.218485310674 0.672455012798 0.707155108452 0.249983355403 0.769390821457 0.587831676006 0.275317400694 0.847376942635 0.454040259123 0.293872445822 0.904506981373 0.309040635824 0.305192708969 0.939352631569 0.156441763043 0.309003949165 0.951060771942 1.87764270798e-009 0.305192708969 0.939352631569 -0.156441763043 0.293872445822 0.904506981373 -0.309040635824 0.275317400694 0.847376942635 -0.454040259123 0.249983355403 0.769390821457 -0.587831676006 0.218485325575 0.672455072403 -0.707155168056 0.181619256735 0.558957576752 -0.809061765671 0.140265509486 0.431722313166 -0.891033828259 0.0954646095634 0.293840557337 -0.951075315475 0.048311945051 0.148750737309 -0.98769390583 0 0.156410768628 -0.987692058086 0 0.308976322412 -0.951069712639 0 0.453939527273 -0.891032516956 0 0.587732434273 -0.809055328369 0 0.707045733929 -0.707167804241 0 0.808980226517 -0.587835967541 0 0.890982866287 -0.454036861658 0 0.951048851013 -0.309040516615 0 0.987687349319 -0.156440541148 0 1 1.49011614159e-009 0 0.987687349319 0.156440541148 0 0.951048851013 0.309040516615 0 0.890982866287 0.454036861658 0 0.808980226517 0.587835967541 0 0.707045733929 0.707167863846 0 0.587732434273 0.809055328369 0 0.453939527273 0.891032516956 0 0.308976322412 0.951069712639 0 0.156410768628 0.987692058086 -0.048311945051 0.148750737309 0.98769390583 -0.0954646095634 0.293840557337 0.951075315475 -0.140265509486 0.431722313166 0.891033828259 -0.181619256735 0.558957576752 0.809061765671 -0.218485310674 0.672455012798 0.707155108452 -0.249983355403 0.769390821457 0.587831676006 -0.275317400694 0.847376942635 0.454040259123 -0.293872445822 0.904506981373 0.309040635824 -0.305192708969 0.939352631569 0.156441763043 -0.309003949165 0.951060771942 9.56739243385e-010 -0.305192708969 0.939352631569 -0.156441763043 -0.293872445822 0.904506981373 -0.309040635824 -0.275317400694 0.847376942635 -0.454040259123 -0.249983355403 0.769390821457 -0.587831676006 -0.218485325575 0.672455072403 -0.707155168056 -0.181619256735 0.558957576752 -0.809061765671 -0.140265509486 0.431722313166 -0.891033828259 -0.0954646095634 0.293840557337 -0.951075315475 -0.048311945051 0.148750737309 -0.98769390583 -0.0919239372015 0.126532748342 -0.987693965435 -0.181590646505 0.249954178929 -0.951077103615 -0.266799539328 0.367238491774 -0.891040921211 -0.345445454121 0.475487262011 -0.809060811996 -0.415581852198 0.57202398777 -0.707163572311 -0.475492924452 0.654489457607 -0.587835013866 -0.523716032505 0.720811486244 -0.454039871693 -0.559016227722 0.769414067268 -0.309035211802 -0.580541133881 0.799060463905 -0.156442731619 -0.587766945362 0.809030294418 3.29708038649e-010 -0.580541133881 0.799060463905 0.156442731619 -0.559016227722 0.769414067268 0.309035211802 -0.523704528809 0.720826208591 0.454029917717 -0.475492924452 0.654489457607 0.587835013866 -0.415581852198 0.57202398777 0.707163631916 -0.345445454121 0.475487262011 0.809060811996 -0.266799539328 0.367238491774 0.891040921211 -0.181590646505 0.249954178929 0.951077103615 -0.0919239372015 0.126532748342 0.987693965435 -0.126532748342 0.0919239372015 0.987693965435 -0.249954178929 0.181590646505 0.951077103615 -0.367238491774 0.266799539328 0.891040921211 -0.475487262011 0.345445454121 0.809060811996 -0.57202398777 0.415581852198 0.707163572311 -0.654489457607 0.475492924452 0.587835013866 -0.720826208591 0.523704528809 0.454029917717 -0.769414067268 0.559016227722 0.309035211802 -0.799060463905 0.580541133881 0.156442731619 -0.809030294418 0.587766945362 -3.29708038649e-010 -0.799060463905 0.580541133881 -0.156442731619 -0.769414067268 0.559016227722 -0.309035211802 -0.720826208591 0.523704528809 -0.454029917717 -0.654489457607 0.475492924452 -0.587835013866 -0.57202398777 0.415581852198 -0.707163631916 -0.475487262011 0.345445454121 -0.809060811996 -0.367238491774 0.266799539328 -0.891040921211 -0.249954178929 0.181590646505 -0.951077103615 -0.126532748342 0.0919239372015 -0.987693965435 -0.148750737309 0.048311945051 -0.98769390583 -0.293840557337 0.0954646095634 -0.951075315475 -0.431722313166 0.140265509486 -0.891033828259 -0.558957576752 0.181619256735 -0.809061765671 -0.672455012798 0.218485310674 -0.707155108452 -0.769390821457 0.249983355403 -0.587831676006 -0.847376942635 0.275317400694 -0.454040259123 -0.904506981373 0.293872445822 -0.309040635824 -0.939352631569 0.305192708969 -0.156441763043 -0.951060771942 0.309003949165 -9.56739243385e-010 -0.939352631569 0.305192708969 0.156441763043 -0.904506981373 0.293872445822 0.309040635824 -0.847376942635 0.275317400694 0.454040259123 -0.769390821457 0.249983355403 0.587831676006 -0.672455072403 0.218485325575 0.707155168056 -0.558957576752 0.181619256735 0.809061765671 -0.431722313166 0.140265509486 0.891033828259 -0.293840557337 0.0954646095634 0.951075315475 -0.148750737309 0.048311945051 0.98769390583 -0.156410768628 0 0.987692058086 -0.308976322412 0 0.951069712639 -0.453939527273 0 0.891032516956 -0.587732434273 0 0.809055328369 -0.707061052322 0 0.707152605057 -0.808980226517 0 0.587835967541 -0.890982866287 0 0.454036861658 -0.951048851013 0 0.309040516615 -0.987687349319 0 0.156440541148 -1 0 -1.49011614159e-009 -0.987687349319 0 -0.156440541148 -0.951048851013 0 -0.309040516615 -0.890982866287 0 -0.454036861658 -0.808980226517 0 -0.587835967541 -0.707045733929 0 -0.707167863846 -0.587732434273 0 -0.809055328369 -0.453939527273 0 -0.891032516956 -0.308976322412 0 -0.951069712639 -0.156410768628 0 -0.987692058086 -0.148750737309 -0.048311945051 -0.98769390583 -0.293840557337 -0.0954646095634 -0.951075315475 -0.431722313166 -0.140265509486 -0.891033828259 -0.558957576752 -0.181619256735 -0.809061765671 -0.672455012798 -0.218485310674 -0.707155108452 -0.769390821457 -0.249983355403 -0.587831676006 -0.847376942635 -0.275317400694 -0.454040259123 -0.904506981373 -0.293872445822 -0.309040635824 -0.939352631569 -0.305192708969 -0.156441763043 -0.951060771942 -0.309003949165 -1.87764270798e-009 -0.939352631569 -0.305192708969 0.156441763043 -0.904506981373 -0.293872445822 0.309040635824 -0.847376942635 -0.275317400694 0.454040259123 -0.769390821457 -0.249983355403 0.587831676006 -0.672455072403 -0.218485325575 0.707155168056 -0.558957576752 -0.181619256735 0.809061765671 -0.431722313166 -0.140265509486 0.891033828259 -0.293840557337 -0.0954646095634 0.951075315475 -0.148750737309 -0.048311945051 0.98769390583 -0.126532748342 -0.0919239372015 0.987693965435 -0.249954178929 -0.181590646505 0.951077103615 -0.367238491774 -0.266799539328 0.891040921211 -0.475487262011 -0.345445454121 0.809060811996 -0.57202398777 -0.415581852198 0.707163572311 -0.654489457607 -0.475492924452 0.587835013866 -0.720811486244 -0.523716032505 0.454039871693 -0.769414067268 -0.559016227722 0.309035211802 -0.799060463905 -0.580541133881 0.156442731619 -0.809030294418 -0.587766945362 -2.08139017133e-009 -0.799060463905 -0.580541133881 -0.156442731619 -0.769414067268 -0.559016227722 -0.309035211802 -0.720811486244 -0.523716032505 -0.454039871693 -0.654489457607 -0.475492924452 -0.587835013866 -0.57202398777 -0.415581852198 -0.707163631916 -0.475487262011 -0.345445454121 -0.809060811996 -0.367238491774 -0.266799539328 -0.891040921211 -0.249954178929 -0.181590646505 -0.951077103615 -0.126532748342 -0.0919239372015 -0.987693965435 -0.0919239372015 -0.126532748342 -0.987693965435 -0.181590646505 -0.249954178929 -0.951077103615 -0.266799539328 -0.367238491774 -0.891040921211 -0.345445454121 -0.475487262011 -0.809060811996 -0.415581852198 -0.57202398777 -0.707163631916 -0.475492924452 -0.654489457607 -0.587835013866 -0.523704528809 -0.720826208591 -0.454029917717 -0.559016227722 -0.769414067268 -0.309035211802 -0.580541133881 -0.799060463905 -0.156442731619 -0.587766945362 -0.809030294418 -2.08139017133e-009 -0.580541133881 -0.799060463905 0.156442731619 -0.559016227722 -0.769414067268 0.309035211802 -0.523704528809 -0.720826208591 0.454029917717 -0.475492924452 -0.654489457607 0.587835013866 -0.415581852198 -0.57202398777 0.707163572311 -0.345445454121 -0.475487262011 0.809060811996 -0.266799539328 -0.367238491774 0.891040921211 -0.181590646505 -0.249954178929 0.951077103615 -0.0919239372015 -0.126532748342 0.987693965435 -0.048311945051 -0.148750737309 0.98769390583 -0.0954646095634 -0.293840557337 0.951075315475 -0.140265509486 -0.431722313166 0.891033828259 -0.181619256735 -0.558957576752 0.809061765671 -0.218485325575 -0.672455072403 0.707155168056 -0.249983355403 -0.769390821457 0.587831676006 -0.275317400694 -0.847376942635 0.454040259123 -0.293872445822 -0.904506981373 0.309040635824 -0.305192708969 -0.939352631569 0.156441763043 -0.309003949165 -0.951060771942 -1.87764270798e-009 -0.305192708969 -0.939352631569 -0.156441763043 -0.293872445822 -0.904506981373 -0.309040635824 -0.275317400694 -0.847376942635 -0.454040259123 -0.249983355403 -0.769390821457 -0.587831676006 -0.218485310674 -0.672455012798 -0.707155108452 -0.181619256735 -0.558957576752 -0.809061765671 -0.140265509486 -0.431722313166 -0.891033828259 -0.0954646095634 -0.293840557337 -0.951075315475 -0.048311945051 -0.148750737309 -0.98769390583 0 -0.156410768628 -0.987692058086 0 -0.308976322412 -0.951069712639 0 -0.453939527273 -0.891032516956 0 -0.587732434273 -0.809055328369 0 -0.707045733929 -0.707167863846 0 -0.808980226517 -0.587835967541 0 -0.890982866287 -0.454036861658 0 -0.951048851013 -0.309040516615 0 -0.987687349319 -0.156440541148 0 -1 -1.49011614159e-009 0 -0.987687349319 0.156440541148 0 -0.951048851013 0.309040516615 0 -0.890982866287 0.454036861658 0 -0.808980226517 0.587835967541 0 -0.707061052322 0.707152605057 0 -0.587732434273 0.809055328369 0 -0.453939527273 0.891032516956 0 -0.308976322412 0.951069712639 0 -0.156410768628 0.987692058086 0.048311945051 -0.148750737309 0.98769390583 0.0954646095634 -0.293840557337 0.951075315475 0.140265509486 -0.431722313166 0.891033828259 0.181619256735 -0.558957576752 0.809061765671 0.218485325575 -0.672455072403 0.707155168056 0.249983355403 -0.769390821457 0.587831676006 0.275317400694 -0.847376942635 0.454040259123 0.293872445822 -0.904506981373 0.309040635824 0.305192708969 -0.939352631569 0.156441763043 0.309003949165 -0.951060771942 -9.56739243385e-010 0.305192708969 -0.939352631569 -0.156441763043 0.293872445822 -0.904506981373 -0.309040635824 0.275317400694 -0.847376942635 -0.454040259123 0.249983355403 -0.769390821457 -0.587831676006 0.218485310674 -0.672455012798 -0.707155108452 0.181619256735 -0.558957576752 -0.809061765671 0.140265509486 -0.431722313166 -0.891033828259 0.0954646095634 -0.293840557337 -0.951075315475 0.048311945051 -0.148750737309 -0.98769390583 0.0919239372015 -0.126532748342 -0.987693965435 0.181590646505 -0.249954178929 -0.951077103615 0.266799539328 -0.367238491774 -0.891040921211 0.345445454121 -0.475487262011 -0.809060811996 0.415581852198 -0.57202398777 -0.707163631916 0.475492924452 -0.654489457607 -0.587835013866 0.523716032505 -0.720811486244 -0.454039871693 0.559016227722 -0.769414067268 -0.309035211802 0.580541133881 -0.799060463905 -0.156442731619 0.587766945362 -0.809030294418 -3.29708038649e-010 0.580541133881 -0.799060463905 0.156442731619 0.559016227722 -0.769414067268 0.309035211802 0.523716032505 -0.720811486244 0.454039871693 0.475492924452 -0.654489457607 0.587835013866 0.415581852198 -0.57202398777 0.707163572311 0.345445454121 -0.475487262011 0.809060811996 0.266799539328 -0.367238491774 0.891040921211 0.181590646505 -0.249954178929 0.951077103615 0.0919239372015 -0.126532748342 0.987693965435 0.126532748342 -0.0919239372015 0.987693965435 0.249954178929 -0.181590646505 0.951077103615 0.367238491774 -0.266799539328 0.891040921211 0.475487262011 -0.345445454121 0.809060811996 0.57202398777 -0.415581852198 0.707163631916 0.654489457607 -0.475492924452 0.587835013866 0.720826208591 -0.523704528809 0.454029917717 0.769414067268 -0.559016227722 0.309035211802 0.799060463905 -0.580541133881 0.156442731619 0.809030294418 -0.587766945362 3.29708038649e-010 0.799060463905 -0.580541133881 -0.156442731619 0.769414067268 -0.559016227722 -0.309035211802 0.720826208591 -0.523704528809 -0.454029917717 0.654489457607 -0.475492924452 -0.587835013866 0.57202398777 -0.415581852198 -0.707163572311 0.475487262011 -0.345445454121 -0.809060811996 0.367238491774 -0.266799539328 -0.891040921211 0.249954178929 -0.181590646505 -0.951077103615 0.126532748342 -0.0919239372015 -0.987693965435 0.148750737309 -0.048311945051 -0.98769390583 0.293840557337 -0.0954646095634 -0.951075315475 0.431722313166 -0.140265509486 -0.891033828259 0.558957576752 -0.181619256735 -0.809061765671 0.672455072403 -0.218485325575 -0.707155168056 0.769390821457 -0.249983355403 -0.587831676006 0.847376942635 -0.275317400694 -0.454040259123 0.904506981373 -0.293872445822 -0.309040635824 0.939352631569 -0.305192708969 -0.156441763043 0.951060771942 -0.309003949165 9.56739243385e-010 0.939352631569 -0.305192708969 0.156441763043 0.904506981373 -0.293872445822 0.309040635824 0.847376942635 -0.275317400694 0.454040259123 0.769390821457 -0.249983355403 0.587831676006 0.672455012798 -0.218485310674 0.707155108452 0.558957576752 -0.181619256735 0.809061765671 0.431722313166 -0.140265509486 0.891033828259 0.293840557337 -0.0954646095634 0.951075315475 0.148750737309 -0.048311945051 0.98769390583 0 0 1 uvs none } examples/shader_examples/Glass001.sc0000644000175000017500000000154411301357546016716 0ustar user03user03% photons { % caustics 10000000 kd 64 0.5 % } shader { name "ground" type diffuse diff 0.800000011921 0.800000011921 0.800000011921 } shader { name "shader01" type glass eta 1.1 color 1 1 1 } shader { name "shader02" type glass eta 1.3 color 1 1 1 } shader { name "shader03" type glass eta 1.5 color 1 1 1 } shader { name "shader04" type glass eta 1.7 color 1 1 1 } shader { name "shader05" type glass eta 1.9 color 1 1 1 } shader { name "shader06" type glass eta 2.1 color 1 1 1 } shader { name "shader07" type glass eta 2.3 color 1 1 1 } shader { name "shader08" type glass eta 2.5 color 1 1 1 } shader { name "shader09" type glass eta 2.7 color 1 1 1 } include "include/example_array.geo.sc" examples/shader_examples/Phong002.sc0000644000175000017500000000244211301357546016717 0ustar user03user03trace-depths { diff 0 refl 1 refr 0 } shader { name "ground" type diffuse diff 0.800000011921 0.800000011921 0.800000011921 } shader { name "shader01" type phong diff { "sRGB nonlinear" 0.33 0.33 1 } spec 1 1 1 1 samples 4 } shader { name "shader02" type phong diff { "sRGB nonlinear" 0.33 0.33 1 } spec 1 1 1 4 samples 4 } shader { name "shader03" type phong diff { "sRGB nonlinear" 0.33 0.33 1 } spec 1 1 1 8 samples 4 } shader { name "shader04" type phong diff { "sRGB nonlinear" 0.33 0.33 1 } spec 1 1 1 10 samples 4 } shader { name "shader05" type phong diff { "sRGB nonlinear" 0.33 0.33 1 } spec 1 1 1 20 samples 4 } shader { name "shader06" type phong diff { "sRGB nonlinear" 0.33 0.33 1 } spec 1 1 1 30 samples 4 } shader { name "shader07" type phong diff { "sRGB nonlinear" 0.33 0.33 1 } spec 1 1 1 100 samples 4 } shader { name "shader08" type phong diff { "sRGB nonlinear" 0.33 0.33 1 } spec 1 1 1 300 samples 4 } shader { name "shader09" type phong diff { "sRGB nonlinear" 0.33 0.33 1 } spec 1 1 1 600 samples 4 } include "include/example_array.geo.sc" examples/shader_examples/Shiny001.sc0000644000175000017500000000205011301357546016730 0ustar user03user03shader { name "ground" type diffuse diff 0.800000011921 0.800000011921 0.800000011921 } shader { name "shader01" type shiny diff { "sRGB nonlinear" 1 .33 .33 } refl .1 } shader { name "shader02" type shiny diff { "sRGB nonlinear" 1 .33 .33 } refl .2 } shader { name "shader03" type shiny diff { "sRGB nonlinear" 1 .33 .33 } refl .5 } shader { name "shader04" type shiny diff { "sRGB nonlinear" 1 .33 .33 } refl .7 } shader { name "shader05" type shiny diff { "sRGB nonlinear" 1 .33 .33 } refl .9 } shader { name "shader06" type shiny diff { "sRGB nonlinear" 1 .33 .33 } refl 1.1 } shader { name "shader07" type shiny diff { "sRGB nonlinear" 1 .33 .33 } refl 1.3 } shader { name "shader08" type shiny diff { "sRGB nonlinear" 1 .33 .33 } refl 1.5 } shader { name "shader09" type shiny diff { "sRGB nonlinear" 1 .33 .33 } refl 1.6 } include "include/example_array.geo.sc" examples/shader_examples/Ward001.sc0000644000175000017500000000270211301357546016537 0ustar user03user03trace-depths { diff 0 refl 1 refr 0 } shader { name "ground" type diffuse diff 0.800000011921 0.800000011921 0.800000011921 } shader { name "shader01" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .4 .01 } shader { name "shader02" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .35 .01 } shader { name "shader03" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .3 .01 samples 4 } shader { name "shader04" type ward diff { "sRGB nonlinear" .33 1 .33 } spec 1 1 1 rough .25 .01 samples 4 } shader { name "shader05" type ward diff { "sRGB nonlinear" .33 1 .33 } spec 1 1 1 rough .2 .01 samples 4 } shader { name "shader06" type ward diff { "sRGB nonlinear" .33 1 .33 } spec 1 1 1 rough .15 .01 samples 4 } shader { name "shader07" type ward diff { "sRGB nonlinear" .33 1 .33 } spec 1 1 1 rough .1 .01 samples 4 } shader { name "shader08" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .05 .01 samples 4 } shader { name "shader09" type ward diff { "sRGB nonlinear" .33 1 .33 } spec 1 1 1 rough .01 .01 samples 4 } include "include/example_array.geo.sc" examples/shader_examples/Phong004.sc0000644000175000017500000000175311301357546016725 0ustar user03user03trace-depths { diff 0 refl 1 refr 0 } shader { name "boxes" type phong diff { "sRGB nonlinear" 0.3 0.3 0.3 } spec { "sRGB nonlinear" 0.90000000298 0.90000000298 0.90000000298 } 20 samples 4 } shader { name "ground" type phong diff { "sRGB nonlinear" 0.3 0.3 0.3 } spec { "sRGB nonlinear" 1.90000000298 1.90000000298 1.90000000298 } 20 samples 8 } shader { name "left_sphere" type phong diff { "sRGB nonlinear" 0.9 0.4 0.0 } spec { "sRGB nonlinear" 1.00000000298 0.50000000298 0.00000000298 } 20 samples 4 } shader { name "top_sphere" type phong diff { "sRGB nonlinear" 0.7 0.1 0.0 } spec { "sRGB nonlinear" 0.90000000298 0.30000000298 0.00000000298 } 3 samples 4 } shader { name "right_sphere" type phong diff { "sRGB nonlinear" 0.0 0.7 1.0 } spec { "sRGB nonlinear" 0.30000000298 0.40000000298 0.50000000298 } 130 samples 4 } include "include/example_scene.geo.sc" examples/shader_examples/Ward002.sc0000644000175000017500000000310211301357546016533 0ustar user03user03trace-depths { diff 0 refl 1 refr 0 } shader { name "ground" type diffuse diff 0.800000011921 0.800000011921 0.800000011921 } shader { name "shader01" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .07 .1 samples 4 } shader { name "shader02" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .07 .2 samples 4 } shader { name "shader03" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .07 .3 samples 4 } shader { name "shader04" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .07 .4 samples 4 } shader { name "shader05" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .07 .5 samples 4 } shader { name "shader06" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .07 .6 samples 4 } shader { name "shader07" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .07 .7 samples 4 } shader { name "shader08" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .07 .8 samples 4 } shader { name "shader09" type ward diff { "sRGB nonlinear" .33 1 .33 } spec { "sRGB nonlinear" 1 1 1 } rough .07 .9 samples 4 } include "include/example_array.geo.sc" examples/shader_examples/Glass003.sc0000644000175000017500000000256111301357546016720 0ustar user03user03%photons { % caustics 10000000 kd 64 0.5 %} shader { name "ground" type diffuse diff 0.800000011921 0.800000011921 0.800000011921 } shader { name "shader01" type glass eta 1.55 color 1 1 1 absorbtion.distance 2 absorbtion.color 0.8 0.2 0.2 } shader { name "shader02" type glass eta 1.55 color 1 1 1 absorbtion.distance 1 absorbtion.color 0.8 0.2 0.2 } shader { name "shader03" type glass eta 1.55 color 1 1 1 absorbtion.distance 0.5 absorbtion.color 0.8 0.2 0.2 } shader { name "shader04" type glass eta 1.55 color 1 1 1 absorbtion.distance 2 absorbtion.color 0.1 0.7 0.1 } shader { name "shader05" type glass eta 1.55 color 1 1 1 absorbtion.distance 1 absorbtion.color 0.1 0.7 0.1 } shader { name "shader06" type glass eta 1.55 color 1 1 1 absorbtion.distance 0.5 absorbtion.color 0.1 0.7 0.1 } shader { name "shader07" type glass eta 1.55 color 1 1 1 absorbtion.distance 2 absorbtion.color 0.3 0.3 0.6 } shader { name "shader08" type glass eta 1.55 color 1 1 1 absorbtion.distance 1 absorbtion.color 0.3 0.3 0.6 } shader { name "shader09" type glass eta 1.55 color 1 1 1 absorbtion.distance 0.5 absorbtion.color 0.3 0.3 0.6 } include "include/example_array.geo.sc" examples/shader_examples/Glass002.sc0000644000175000017500000000206311301357546016714 0ustar user03user03% photons { % caustics 10000000 kd 64 0.5 % } shader { name "ground" type diffuse diff 0.800000011921 0.800000011921 0.800000011921 } shader { name "shader01" type glass eta 1.1 color { "sRGB nonlinear" 1 0.5 0.5 } } shader { name "shader02" type glass eta 1.3 color { "sRGB nonlinear" 0.5 1 0.5 } } shader { name "shader03" type glass eta 1.5 color { "sRGB nonlinear" 0.5 0.5 1 } } shader { name "shader04" type glass eta 1.7 color { "sRGB nonlinear" 1 1 0.5 } } shader { name "shader05" type glass eta 1.9 color { "sRGB nonlinear" 1 0.5 1 } } shader { name "shader06" type glass eta 2.1 color { "sRGB nonlinear" 0 0.5 1 } } shader { name "shader07" type glass eta 2.3 color { "sRGB nonlinear" 1 0.66 0.33 } } shader { name "shader08" type glass eta 2.5 color { "sRGB nonlinear" 0.5 1 1 } } shader { name "shader09" type glass eta 2.7 color { "sRGB nonlinear" 1 1 1 } } include "include/example_array.geo.sc" examples/sky_small.hdr0000644000175000017500000325443311301357557014442 0ustar user03user03#?RADIANCE # Made with Adobe Photoshop FORMAT=32-bit_rle_rgbe -Y 512 +X 1024 %.*G % $ -(E&( &$" #  # ~~~~}~}~~}}~~~~}~~~~~~~||~~~}~}~~~~~~ ~~~~~ ><'! S)+- #"/}|}||{{zyxxyyzzyyzyzxxyyyzzyxwxxxwxxwwwxvwwxxxwwyxxxwxwwxwxwxxxwuvwxxxwwxxxvwxwwywxxxwwx yyxwxwxwwx yyyxxxyxyyxzyxxzyxyyyxyzyyzxxyyxyyzzyx{yyzyxyzyyyzy xxzzxxyyy{zyz{|{z y{|{|{y{|{zz{{zz{{|{zz{zzyz{zzz|zz{||{{{z{{{zy{{|}z|}{| }~~{}}|}}|} |}}~}|~}}|}|~}|~}}}~}||}~|}|~}}~~~}$~}}}~}~~}}}|}~~~~}~}}}~}}~}~}~~~}}~)~~~}~~~~~~~~~~~%~            ~ywvvuuvuvuvwvwxxwwxyxyxyxyxyxyxyzyyxxyxxxyz{zz{{z{|{{|}~~~}~~~~     ~}}~} ~}}~~~}}~~}}~}~ }}}~}xsrqpopqrqrqrsrsrsrs ttstsrsrrrsrstutuuutuvwvwvvwx yxxxyyxyyzyz{zz{{{zz{{z{zz{z{|||{{|}~}~~~}~~~       ߄ ޅ)   ~} {{zzxxxwwvwvvvwv̈́΅ΆυτЅы˅ˈ҉хӆՄ ۅ ބttuuvuvuuvwxxwxxxwxyxxxyzyyz{{z{{{z{||{|}~}~~~~   ~~~~}}|{ ||{|{z{{z{zzyxw ututsrrqqppqpqpĄńƂŅƅȄDŽ…Å‹ÂĄƅDžˇՈ؄كڄoonnopoppqpqrssrrrststuvwxwxyyxyz{{z{|{|}~~}~}~  (Լ …- ń ̆ ԅ-   ~~~~}|{|{|{zy wvvvut҆тЄî Ä҄ ۄtttuvuvwxyz{|}~~~ ~}}~~} ||{{{z{z{{zzzxwvuvuts qqppon܄Ȅ ɺ %DŽȄՄلnnnooopqpqqrsrrrstuvwxwxyxyzyyzyzyyzzyzz{ zz{zz{{{z{{|{z{{{| }}|}|}|||}||}}}|}|}||}~~~ ڀ  ljɪ!4 o     ~}~~}|{zyxvǘ g؄܄t uuutuuuvvwxwwxyz{|||}|{|{{||{z{z{z{z{}|{|}~}~}~~   ~}|{zyxwvutuutsrqo܄ ֆׅ&   -̈́΄ ֆۄnopqrqrstuvvvwvwvuvutuuutuutstuuutuvuvwxwxxxwxyzyyyz{z{|}}~   ˅ƽ ' M!   ~}}||~}}}|}|||~}~~}}~~~~~~~~~~}||{|{ywvvvuu΄φ ;}zxxyxyyyxy xyzzyzzz{|} .@tttuvwwwxwxyzyxyxwxwxwwwxwxyyxxyxxyz{|{|{||}~~~   ~~}}||{zyxwvwwxwvvvwwvwvwxyxyxyxwvuvutsqqqppp܂ۆڄ؄ƈÿ ~zxvuvuvwvvwwwxxxyyz||}||}~~(NɄ҄Մلnnopqrqqqrsrssrsssrsrrrsrsrqqrqrqrqrqrqrrqrqrstttsttuvuuuvvwxyz yyzz{||~ ~~ *Љ ÿ τ΀[    ~} |||{{zzzyyxwvvut$tuuvuttutt֊ z{z{{{zڄـxxyzzzj{}~}~tuvvwwwxyzyxxyyxwvwxyz{|}~~   ~}}}||{{{zzyxwvuuttsssrqpo؄ooopoopooopōþwxwxxwՄƄ ʄ ЄӅ ܄߄uvvwwxxzzz{|~~nnooopppqqqrstst sstttsrssrqqrrqrqrrrqqqrstuvwxy zyyzzyzyyyzyxxyyyz{|}倦~~   7-چǍ=ۄ ŅÅąƅ DŽԄքo  $~~~}||{{zzzyyxxxwvutׅ цۅ܂ۇڄȄDž  xyԄ '̄ ̈́΀xzzz|~~tuvvwwxxxyz{zz{|{{z{|{{{|}|}}||}~~~~ {||{{{||{|~ 9~~}||{{zzzyxxwwvvutttssrrrqpqpo م#ʅȆъ҇uu1ʄ˄Մwuvwwyz{||}~nnnoopqqrstututuvuututututuvwvwxyz{|||{|{zyyxyxyzyzzyzyz{׀~~~ # # D% ل؅ωߌ ŅĄłĆ#Ԅ%نօׄf    }~   3~~}||{{zzzxwv!uuutلՄԅӄ+Ά΅ 1xxxxxyyxxxyxxxy&˄΄΄χΉ΄hxyzz}}~ttuuuvwwxyyyz{||}}}~~~ ~~||}|}}|}||}|{|{|}~~~~~}~}}}~}wxz{|~~ ~~   !~}|{{zy xxwvvuuttssrqp&ooö́̈́˃ʄĄŅ3uuuuuvvuuuvuuuvӅԄ  džˆ̅ ˄ʄiuvwwyz{~nnooopqqrstuvvwxwwwxwwxvwvvwvuvwwvwxyz{zz{|}~~}~~~~~~~ ~|zxyxyxyyyxwxwwwxwwxwπ~~~~  %0ąÄ@)"م$҄҄ф …  #ńƆ.0    z{|  -o~}||{zzzyyxwwwvvvuuutل؂ׄ фɅ  xxyxxy؇¾#ل'Їvwy{{|}}~tuuuvvwwxyzzz{||}~}~  |||}|}||{tststuvy{|~# ;~}|{{z yyxwwvuutssr qqqppoonڅ؄τȄ1  $uuuuuvĿM͆߄_uuwxyyz||}}~noopppqqrrstttuvvvwxwwxxxyzyyzyzyzzzyyz{{{z{|}~{yyyzyxvvvwvwvvuǀ~ ~~~~~~ 1 ą̄yބۄ9 ʄ8*]   yz}~ a~}}|{zyxyxxwwwvvvuutڄ$̄% }~~-~~~}¿܅ ߅`xy{z{{||}}~tuvvuvwxxwxwxwxyz{|}~  }~{rst uwyyxyxyxyz|~ 4~}|zzy xwwvutsrsrrrq pponل ф ˅Ä/z|{{|{{|||{{{|y Å مބ߂߂ބۄ uvwTxyzz{||nooopq rqqrqqrqqr qqqrrqrrqrsrstu vvvwwwxxyyyz{|}~  ||}~}ywwxwxxxu~~MGʄJ ݄.¿& ؆ڄ?dM(7{{||{|~  , 6~|zyxxvvt؄օ ՆԄh~~~~}لׄ ΄Boxyz{||~~uvwvwvuvvut tuuvwxxyyy{{||}}~(uuvvuvxyxz{}~~}  %%`~}{zywvutttssrqpoͅ˄˅ɄȃDŽÄ }||{{{|{|{{{zԆ݄̅ͅ߆߄ouvwxyy{{||}}~܇opqpon ۄnopq3rrrssuuvvwwxyyzzz|||~ ~{{|y~~ŀ ćˉ̈́ ȅɃʅ˄Q ؄ۆ@  υῡBކq`ˆ   /$ S~|{{{zzyxvuƄ DŽɅ˃̄<>}Āxyz|}~@tttutuuuttttuLvwwwxyyyzz{{||}}~ |z{{zz{zz{z{|~~}|}~  J}|{yxvvuuttsrqpɄƒÄ9 3yÆ8߄yuwxyz{|}}}~քnnnoonnnoonn܄nۆڅnoMppqqqrrrssttuuvvwwwxyyzz{|}}~ ~~ǀHDŽDžȄf΅?.Ƅ!%O DŽȃdž   i~}}|{zyxvu< |؄مpՄgxy{}~ Otttuuvwxyzzz{{|}}~   h}|{yxwwvvusrqo   yօ׀[uwyz{|}}~Նօ؆ՆՅInnooppqrssttuuvwwxyyz{||}~~ ~~ǀ  ˄FZτ˄ Q )ل݄OWÄ ‡Ëʄ)ü  % J~~|{zxvvtB {|Q}|~~ÿ2΄χЅmy{|~tuttt ttuuttuuvBwyyzzz{||}~   W~{zzzyxxvutrqpo7   yczyzz{{.υ΂̈́bvxz{|}~ۄnnonnonnnnonno݅ nnooonopBqsssttuvvwxxyz{|}~~~р ƅ˄̈́_ʄ< =ű3F…Äċń ćŅƆˇ ߄ƈ½ LP~}}}|{zyxvuutJ  z|}}}~y؄ـؽ Ƅexz|}}~uuuvwwxxxyz{|{|}~~~9  &~~}}{zzxw2vuusrppoo> /wyzyyzzz{wջBuwyz{{ooopqqrstuvuvwxyyxwxxy z{{|{z{||}}}~0 ~~ Ņʄ0ƄĂÄ$ЄˍC   ކ7û5t1ȄɄƅdž ƆLJƆlj͉ Ć  %@~}|{zzyxxwvvtA  ׅ7׼nzzz}~~Ctuuvxxxyyzz{|} ~~~& Ë 1K~}}||{zyyyxxwutttsrqppo/  UԺC4wwwz{{~~~6noopqrrssstuvwxyzyz{|E}}~ ~~ĉ ÆH, QH <ӿƴ󀃄JK\̆˄ɇȅɄʅˈʂ˅ƅɅ˅˄ ĆɅe0Y~~|{{zyywvuu1~} ~  ʸ+~ h{}Jtuvwxyzzz{{{|}~~~Q„Ò  ^&Y~~~}|{zzyyxvuuutsqqpo5~~}}||{z{{{}}P}ǷQxy} >nopqqrsstuuuvwwwxyz{|}}~~-  者~}~ņKӇ/ Ὤ ƺ􁉌tDȄɅʒˌʅ˃̄̈́Ņȅ ΅̈ɅJdefghhiiihhggfffe3U}||{zywvvtO~~}}||{&zz{zz{{{|} {zyyz ׶˄Ǽ)]z}Btuxyz{{|~~ 2  ]^__```a`$___^ ;P}|{{zywwvuttrqpo/~||{zzzyxyx!wwxwxwxxzz|~~~|xwxյ* Xwz}Enoqsttuvwxxyyz{|}}}~~+ ~}~ Ą!q~ÿ܅HӶ؅ǻqI )Ʌʈ˄ȇɅʅ˄̅̈́łÅƄʅĄ "efhijkl kjjhggffefeFM}||zxwv,˅4~~}||{zzyyzyyyzz{||}~ {˰MǾHy{~ rtvxyz{|~ "  ^_`aabaaa``_4^_^^ ||{{yxwvtrqpT}}}{|{zyxwvvwwwxxyzz{|~!~~~~~yۄ#ɯąĿIwx{}~Bnqqstuvwyyz{|}~ ܀~}~ „†<'ʆ%ބ[ކ߀º<`0͆̅ńɆˈ̈́ ˄,фĆ  eghjklk6jjigffeej|{zyvuw}%||}}~zκ:~ļ Ryz{|~Ouvxyz{|~(  ^_aaaba4``__^^O~~||yvuttqoAĄ\~}}|}|||z{zzyyzz|}~~ }|}|xτ $ Zvxxyz}}~Xoprstuvxy{||~  ؀~}~ńфӀ¿K! wз AȄȆ%˄ ΆˆDž dfhiklmmlmmlllmlmlmn+mmllljiigffe Ągeeefgggfghhhgfefffee~||yxvvt/φʅ5Ȱ~󉜪 y{}3uvwxz{} ./ ^_`aabcba``__^^^^__```_```_^^~{yxwvtrpqo/!~߇؄ǰ8vyz{|~7opqrtuwxyz}6   Ҁ~}~ 0LN AńZƻ.„sńȄȅɃȆˆ͈ˆÆ 1efgffgeeefhkmnpqrtttrqpoopqqpoonmlkkihggffeefeeedddȄudddeefhghgijjjkmonnnqrqqprrrqpqqponmlljhgffe}{zyywuutttuvvwvw]xxwxwttt "ѽ=퉗yz|}tvxz{|}~ "dddeddȄ7 ^_`_ ^___abbcddeeedcdcbaaa```_^]^_```_`abcded=cccbba``___~}{{ywutssrppooمoopqqqrrrqrqoooýƄ8 1}}~~~}ۇ[ϼ􋘟 vxyz|~nprstvvxxz|~6]^]]]^]   À~}~Åƅɀ½y¼CЄۄׄ%ŅǾ˵D󿴶~(DžȄ ʅˀ†ÇDŽdž&Ʉ6ddeeeddhlppprqqppqpruwyzz{zyxwwvvvu ttsrsrqpoonmlklllmlmmlmllmmmlkkkjiiihjjikkllkkkl\mnnoqrrssutuvxxxyzyy{||z{zxyxxxwwvusqpnlkjgfe~|{zzzyxw+vvwwwyxxyyz{||~q~|}|zyyxuń$þ<~~ İ·}~~}~_yz{~ttvwxyz{|~1ddefghjjklmmonnoonlnooml@kijihghfffed  ^^^_acdccdeggiiijjhhgggfffeeefedcbaba ``aa`aaabaabcbcdddeegfgghhiijijDkiihgggffeeddcbaa`__}|zyyxvuttsrrq'rsrsstuuvwwxyyz||}}~~~~~~~}}~~|uzyyyxvvvtrrqo¾~|°DȾ󀁁wxy{|~ooprsstuvww(xyz{|~^^^__`a`aabcbcba```__`_^, ~}~倪Ɔˀ]·:Ȼû꾾~<†ń ׅ Շ ſFfhihhghjjkkijnrvz|}}||z|~}z{zyz{{{xxwwvuuuttsrsrrsttuvuvvuwvwwvwwxxx{|zz{|}~~J~}|zzwwvvurqonmljhgffe¿~}||{z{{|}}~||zyxwwvuuut½}z{{zzyy¿}½Qy|uuwxyzz{||}~~9eeeghikmnqssuvwxzzyUwvwvvttutrrqopnnlllkjjjhhgfgfeedd ^`a`a`acegijkkkjjjkmooqpnllkjiiggfedeffggfgggfhghhgihiijjkjjjklkllnopprrrstsNqrqppnoomlkjjjggffeedccbba```__~|{zyxwwwvutuvvvwxyyzz{||}~~o~~~}||{{yxxvvusrqqpppooڄ ƅ!¿${xxyxxww҄Ӏwy|npqrrstuvvwxxzzz{{{| &^^^_``abbcddeeffggghhghhggfed ccbbbaaa`a```_(^^]]~~}~}~耺Wù$ 27ú؄$ƽ÷ĸzrrswsx{~ņK+„ Åم҅  gjk0mopnmotzII~{{zzzyxwxz-y{|}}~~}||}|HHGHIJKLMMNOOPQOOPOUNMMNLKLJI~zwwvvuutrqonnllkjihgggfe(}{zyxwvvuЄ ܄Xuvwxxxwvuք´~~~}~{ӅπǾĺźxxy}~ey|uvvwyz|{{~-efgiklmpstuvwxxxy{}}|||yxxwwvvvtsrpnonlllk5jjhhhggffe¿  _aEbcdcbcfimoqrrqqrssuvw;;wwvutspopoopqqpmllkkjjjiihhggghghijjjijijklllmlkllnmopprrsstus:t::;;<<==>>>?>?>==>=N<<<;vvvtrqomljigfffeedddccbbaaa``_`__~}}}|}~H~|{ywutsrrqppӆ6oqrrssrqpù}~~}~}|||{|yƽ¼Հvz|4nppqstuuuxz{|}~ ,^^_`aabcdeeffggghjjklkkkjjiihgggffeeeddccbbba`/___^^~}|}~q¿"*?]ɷ_ɵ}xrم׀³zywqmmhbagpyrz‡IԄ' Å…ڄք"dfjlkkklnopoorv|IHGGIILLMONPPRQTUWYX\[___`_^^]\\]\Y[[YZYVTRPOOLJI~}{yxyxvvtuuttsrqonmlk'jhggfe-$~{yxvuӄԀûɺ |˿°}ÿ·~x|}wrovxx{tuwyyz| 2dfgjlnrtvwwxz|~}{zxwvvvuutsrppnmmllk#jjjhhhgfeed   ^_acddccdgjloqrsrrsuv;ut'uvutsqpoonoonmnmmnonpqqrrsrsrsstuuttssrt::;;<<===>>@@BACDCFFGH)FEFFEFFEDCB@@?>=<;;vvutsqomllkiihhhgffeeed*cbbaa```_^ |zwvtrqo» ˄ z߄Sɿ°ƿ¿ɿõ򀈐vx|~noqrstvxyy{|~#^^_`abddeffgiiklkkjihgfedddccbbba`#__^^] ~}|{|}~ākÿDŽńɆNچՄ0لµǣ~Ǿ|wsujd_zmfb[XV|VX[ciliddj|j{x„Dž†…Dž˄ք …$eeedfillkkloqrqprx~IEIJKIIJLMNNNONNLKLLMNOPOPQQQSRTUWWWXZY[`adefgWeefeeddc``]\[[ZXXUSQPQPNLMLJJJH|{{yxxywvutttsqpnnmkigfe7~{yvɅ¿Ą1Ȅ DŽ ~~~~{z}}yº~wqο~xusqtzy<~zƄ(tvy}legikklpsuuwxy||}}{xxxwwwvuutrqppooommlkkkjjhgggffee^_`bbaabcdddcehkmpqssrrsuv;vuutuvvvusrststv;<<;;;<<==>>>=<=>??>@@AABBCCEEFHHIIIJJJKKJI&GGFDDCA@@??>>==<<;;:utusrqomlljihghhffe#dcccbba`__2~}{zxvsqÿE ׄ ̈́ǿ}|}||{yyxxxȻŸ񅐢.w}+oprwxz|-^_`aaacdeefghjjklmlmlkjihhggfffeedddccba`/___^^т~}|{|}~׀Á}W¿̊˄̈́΀¾<ބĴЬ}}zvs½{ung~maYWWY\\]\]^^^\[[Z[[ZYXXX\ervot󈜥ü Ć ҄Ņ ȅʇ˄ބȆǂƅƄXdefffeeimmmlmostsru{HIKLNNMKJIIHIIHHHHJLNOPPPRTVXZZYWVVWVWXYZ[Z[[\\[\]]`adeedefggfeccba``_]E_^^^\ZZZXWVTRSQOMMLKJH~|||{{zyyxwussspmkigeW}|zxv*Cɾ Ȩ}|yü|wʴ{trstvwxxxyyyxwvuvvvuttuyp|{x|xy{~Kefgkklmpsuvwwwy|~|zxxwwwvvvutusqqnnml kjihgffee   ^^_^`bccbcceeedejnqsuuttu:;<=<=<;;uu;vuttssu;;=>>???@ACDEEDCBCDEEFEDEDFFGGGFEFFGHIJIKLKKJIHGEFFFECBA@@?>===<;;uussrpnnmlklljiiijhggfeedcaa`^}{zxvtrq*؄'·}ȩĿƸԽ<낎vy~?qstwz}<^^_`aabcdeeffghjklmnoqrrqpqpnmmkjiggfedccbaabba``__^^] ݂~}|{|}~рƁ󀁄􃎚}̆ˀUʄ qϣ׹}wr~uf~me_^__^_^___^]_^^^_^^]]]\Z[`k~mቩ#ʌ˅ȌԅffghhgfeDŽƃefWknonnosutst}JMQTVWVWVUTRRQPOQSPOMKKJLMMLLJKLNORUUVVWYZ^``_]^]_`aacddcbcbcdc`^\[[\f[[ZZZYWXYY[[[]\_^_``abcedeffedfefffggeddcca`^^\ZYWTSROLLLKJGH~zwwxwvuttsrollnkkge2~~{yxu¿.ÿmzǠؾſ|xŻyڽzyzzyyzyyyzzyyyxvvw{}쎭z~wzIefgikmqtvvwx{}~zxwvvuuuts$rrrqqoonmmmlllkjigfeedd__```_^ ^^^_bcdccceeedekqtuvwvu<=?ACB@@@??>?@>==<;<<=<=>>@AABBBCEGHIIHIJIJIHGFGGHGGEEEDEEFGGHHHIJKKJIJIJJJKKJKKJIHHGHGEDCA@@>=<v;;uttuutrqponmkjjihgfedcbcaa^][~|{zxxvtrpuƿkxƢǾǽ̽錯w{~qtwy{{~ J^_``abcdefghijlmmnppqrqrssstssrponlljhhgffeeeddedcba5`__^^ ^^~}|{|}~̀ǁ̽ фل׀eĹJÑ|{}~|ywyzv̾Ʉs}rm_{jb]^_``__^_^_^___^__`^^]]_^^\\dxHĿЄńńjhjlkkjhfgfgfeeefglnmnmqstsszIIIHLRX[_b`_`aba`^_``a`_\ZZ[[][ZYXXZ\^``^]`cdeeedcbcfhhiiilkkmmigeddb_``^][[XVTSPNMMMNMNOPPRSUWX[[_bcefgfhkllpqorqrrssrsrqqpnlkihifc`_][WVSQPNNMMMORSTW]b`dghljhhhdedb_]WTTTNJJ{wvwvwxwwwvvyyz}|}~}|zxvutsqomljhf}{xwu¿}zz|}~~}~~}||z||{z ||{{{~)DŽľ~ ||{||{k|ݺŖ}}ſµ}qͮwyzHyz{zyyyzyyxxڈ놙x{>tvxz}1fghiloqsuvwwz|}~|yywwwvvuuttu!tuttsrqonnmkjihgfe#deeed¿ DŽefa`aba```_`_^^^_`bcbcbdeeediquv;<@CEGIHGHFE FFEDCDEFFHJIIJIJKLMLMNNMMJIEHIGGDDA@?>==<===>??@@ABDGGIIIJKKLKMNNPPPSRQRRQQQPQPONNLLMLHGHHFCBA@>>= >@@ABEHGIIJLKIHHHGDBAAA>v<`abaabcdddejqsuvvu;?CFIJIIJLNMMMLMNOPONNOOPQOONMNONOOMMMOOPPOONPQQSSQQQPPPNMMKJIIIHFC@?>==<;<)>>??@@ADEGHIIIKOOPRRUTVXYYZ\\][[\\ZYYUSRRP5QSUUWVXY[Z]adfgilnwutvu|~yw}xuvvoijhd^ZWTROLIGGD@@?>=>=<<<;wvutqolkjgfedb``_K~{ywutrp¿B|wyʹϿ»п̹?y|@oqrstvxy{|~5^_`abdefgikllmnnmnnnmmmlkljiiihgefeddccbccddeddcbbaa``_^^ ^^_`_^ ^^^^ɂĀ~~}}~~}|}||}|{|}~ŀ́ɀゖļ  Ÿ5DŽ=胑·˻年ly}{qklmqx|}~~qux|)|ytufznf`\]^_`a_`___^_`_`P^_^^\[mk~t󀉐Ŀ4 ܆؉ffjllmlmmmlmllkkfegfiehkjkjkmmllqz~HOU\_``bfjlklprtvwwvw{}z|{yz|{yxzz{{xywvvxyzyyyzxy{ywvwvvvuuutrojgd`^\[ZYWVTSQQPONNOPQRUWX[[]_`cegimsux}solfa`_]^^^[[ZYXWTRPONKJ{wvtqligfeŇƅP}|{zzzyzzyyxwwv¿(ÿa~ׄքsĶ潹}}}w{~zĸvѳ{wwyz{zYyww}z|҄kuvwy{{|eggghklmnpruxyz||{{zyxxvssronomkjihhghgffeeffghjknpqrstsqpmljihgfffeddddeffghhijkllkjkjk jihhge __aaba_`_`ab[djlmppoq;>AFHHHIKMONOPPQTVVUUWY[[YXXWWWYXWVVXXXWVUUUVVXXWVWVWXXWVVVUUTSRQPOMKIHHGFEECBB@@@?> ???@ACDFGHIQKMOQSVZ[]]_ccbaabcegjjosx||~{}}vnfefa\VRQOKHGTIHGFFECBA@?>=<??@ABFHIIIJNPQPRRQRSSTTTUWVXYXYYYZXYZZYWVSSUUVUUTUUTVWVUVTRQQPPPQQPONLLJJIIHI1MOQUZbflu}?}urlecb_[[ZWVTRQNNNLJIHHGECA>=;uspljgedcba`_`_B^~{zxvtrqpp |wɽy|´{||zںב򃇇򁈌h͹ꇣ݁w{~Āoqtvwy{|^^_`abcdefgfffefefeeefe dccbbbaaa`a``_ ^ς~~}|{|}|}|{|}~ȀO̻N^»úýօ[¿ Ƕ˯}qnllkfb\ciiek{ox}||~~~~vĸ~yzvuqlc~lZZlyxр¼„„„Ą hiorrqrw|~xwvvwv wwvvwwvvxyxy{~IHIIKMPTTTX_aabdeefeefghgfgilmopnprrrssrrpnoooqrqqponnooqstuuvwy{|~~}{xtqplijfeddeghkkptx6ü~ytplgb]YURMI}zvtsssrn8mkjihgfe¿}{ywńY|yƿ{{|}~xyz{{|xʼ}|{~ī~ztm؀t||zv~{{sÿ}ڈ~~{y{|~wy{[efghiknptvvwxz{|~~~~~~{yxyyyxxwvvutrpmlkihgggfefe `aceddegggfklhfffgggfghiijkjjjkmprsrtv;<=?@BADHIJJIJKKKJKLMNOPPPQR QRPPPOOOPPPOFPPPQSUVVYYZZ[Z[\]^_aaa_]]\ZYXWUTQPNMLKJIIIKLMMOUX[]dhow~ I}ztpmiikjigeddedb^[[WTRQNKIFDB@>BEEFGHIIIHHIIHHHI&JKJKLKLJJJKKMKKLKIKKLMNOPPPRSUVWY[\_bceghiijiffdb`_][XWUSRPOOPPQQTWZ\]bejnsz¾ywxxvuuxwvuvtqmigc`]ZWSOJI}IFA?=@A@ACFHIHHJKLLMKJKLLLMLKKKJIKJKLNOOOPPQTY\]_aceeikmqrqrqpopnmjhfdc`^]\ZYXXXYWXXYZ[\]abejorx{wuuqplfc_\XROJIHD@=;vtqomlkkkiihhfffedba`{wr|=xz{zxw|}|{zxxyz{||~)qrsttuwyywvwwxyvttuvuttuvwvuutv}}|vrrrŻɺ󌙚选w{qtwz}I+^^_`abdefhjlortv;;<=<=<;;vutrqonlkigffeeedbaaa`_^ ^^^^^^_^_  ˂~~~~}|}|}|}~}~ꀐD񅓔3ƾ½#?ϼǾxzrƹsz|zwuuw|zupppûJqtx|~ހ΅Ѐ½򀈐󀊑ĺ* fgjknmnostttwvwxxy~IMMNORUY[[[\]`ccbccddejnrsqppqtvxywusqoooljjiijiknrtvw{~~{z{yz|~B¿zqjd`[UOLI~|yxxw{vuurnkhf}xz{H~{zzz{|}~~~y|}~}||}}|{{|}~|z{z}~{||yºyɶz{|{wwwRwz~ƄȀztxz}>?@BEFFFHHIHHHIJKJIJMPQRQPPQTVVWVTSRQPONONNOOQRVWZZ\\adegjloqqqstJutrrponmljgdca^]\ZYYYXYZZ[\^`cfimqw~5{xvtplga_[WPMJHFA><;uqomkiiihgfeecba_{xsþĿxy}E~|yxyyz{|}||~twxyyz|}~~}~|zz{{{zyxwxxwyywvvuxzyvwwt¼»‚ƿL悐DŽrĿw|nrtwz|~^_`bcdefghjmpru;;;==>?@@ABBA@?>===<<<;:tqpomkkigfddcbba`_^^^^^^_```a_^ ̂~~}|}|}}|}|}~透} ƽǺĻ] ̾ʌ~{nyvyz|~ĽoƼx{~|{xtrrty}臘FI$ü'ȅdffhmmlnuvuvwWyzzz|}}~~}HIIKNPSSTWY[[\\\_aaadihgjrw{yxx{~}{yuusrrtstvy2zxz}ք׀Ŀuph`[VQK}ywvuuutsssrqonljhf|v¾Kļ|z|?{~}}~}|||}~~{{{zzzǼċvɹw~{xy{酕ƿ}~~}{Wuw{negkqtx}IIILNPQSUXYZ[\\[XVROLKKJIIH~{xwvtoljigfeddefhklkkjgeed ^__`bcbceffefffeeeffgjklkknqrsrrqonmmlmlnnooppsv;;;<>?@ABCDGGFHIJMNLMRWYX[]_a`_]]\[[ZYWWUSSRRSTSSUVXYZ\]adddegilqrstuuuvvvwvutusrpmljfdca_][ZZYYYZZ[\`acfjnrvz~0{wumgd]ZTPLIFB???@ABCCEDDBA?=<;*:spnmliggfeca```_^^^__`aba`^^^ɂ~~}|}|}~}~逍\Ʒʿž`ȿФr|wnmpiZYZ[`hquy¾|½\FNȼ„gffinnnpssrtstuvwtxyzy~~|yzzz||zzz{~IJJLOPQRTX[[\^bfgilt|}}~|xwvvxy}}~qld_YRNJ{xspomjijkjkkjiig(fe}w¾ʄUľ}{~;x{}~ }~~~~}{{{ywʡyȳ{kllnr{`t~{tvyz|fgghjkosxJIIIKMNOPPSUXXZZZ[ZYWTQMLKJJJIG~|xvutohfffdefghijjjhfffe___`cccdef gihijkkklnonmmlklklnoprtv;<<=>?@@ACGHHIIKLMPUZ\[_bcdedcdcccabb__]\[[ZQ[[\[\\]^adegimpqsuuuvwwvvwwvvuuttsqokged`]\\[ZXWXVWVWXZ]adjou~@{xplha\XRNKGDA>>@@A@BCCDCBB@><<;:qnlkjhfeec`___^ ^_``a`___^ Â~~}|{{||{|}~}~耍(LJ5¾ƿɽ¿Eʲα~udcfZ]bhjidchinswxvqptw{n{~wrpw膛ļ4'iǾ3„ehghlmoooprstttuvwvwx{z|}|~}~|{zz|~{xxxwNxz}IKMPQUZ_`ahqvwwyz}}wrjgeddeiot|vmi`[VPMzvurmjhfe}zu¿v¾Ouz}~~~}~}~}v|}}θ”yy}שmpvz}{ww{{v~xy¿酘¿􂉌}ľa|vxz~1efijjjklnu}J,LMOOOPQTVVXXWWXXVSQNMLLKKJG}yvusnied†2deeffee_```bccdddefgghikklkllkkjkhiiklnopsttv;<=?@BFIHILPUVWXY[[[]]\]^]]``bcdcca`a``_^^___^]^]\\\[\[\_abcdehikknqtuuuxzzz|zxvvuttrolifd^ZURNMKJJKNPTZ]ahnswO|{xzzsruy{~}y{|yrnjc_ZUPLHFC?=vurnjgedca`_|wupMpÿ Iqtwz|}}{yzyyyz}}|{yyyxr˾{||ɾצ퀌½̀x.qrtxy{~H^_`acfjosv;<=>?@@A.BA@?=<<;;<;:qmljhfedb`^^^^_/^~}|{|}~}~}~耎,ȄJƹɿŽu¸¹}սrzzzYvpos[akv~oさ~}}ùüǿ4󎜦Pſ #dghjjjkmnonoqsssuttuvwz}||~~~}|zwwwvwxyy|KOQU\bikmnqrqopqsw|~~xpheca_`cdehlou{xphb\WTOLJ}xwwtqoljhhgfeee~yy~{xǿvxzyv|~Ðzlľluv䁒ƿ}|}~~ļļD{tvxz~ ceghhihijou~IJJJKLMLMMNOSUVWWXXWVTRPOOONLI}zvsqlhdeeeffeeĿ,^``aaabccdccdeeefeeffgghhhiklklmlklkhggfgghhijlmqstv;rnljifddb`^^^___^^ ~}~}|{|}~}~}~}~쀎o¼ƽ˽Ľſa»֚ťvqqʭyY~}sprtqqvtjpsy_jszp~Ⱦ텒ͿꀎTȽ»;yŸ efffghijjjlnmmnooqqrtwxwx~~~zzxwvuttsrsrttuvxyzLUYZ\^adddbcca^`cegjlkihffikkjjkmpruwy{||{zz|~}|zzwvy|~ {wqolgeda_bcddgmrvń}tmi`[UPLIH}zwuqqpnlkhge~yuvvuۀw{}yxxxyz{{zyyxwv»z}}}}}yϙʬ~yylбp|x´ݶ}¶Vſ½򈘢|vwy|l}dfghhihjovIFJKLOSVWXXXYYXTQOOMLLI~{xtqroifefedddeffgfgghhgggfĿ _`abc dddeegiijl nonnlkkjgffefgijjostv=AEFGHIKKKJ IIIKLMNONMLLMN7OQRTWXYYWWXYZ[[[YYYWWYZ[[]`definorsttvwwvuqlga]YUQOONLJIJLORW\`flsv~{wuutsrpmgecb_]^[Z[[^^__abcdefeeca_]XSPMIFC?=;;utttssrsrrrqqoljifeedcbb``_}xtoŽpqp¿rvy}{wtsrsttuvuttsrq¼рuxxz~~}}}{zxxxt¿ϝԷπû悐˾Żʾqʾýypqsvyz}&~|{zyxwxxxy{}]_` acglrtvvv;<=?@AAB@?><;soljheddc`___^^^^^_`_ ~}|{|{|}~}~}~}~񀐁÷ށ2#ųżüĿÿɚttrzh`^vhijidddeedddcdabbccbefhr{`hvu|y}{tsussw}̺~;{w삒ǻ􃏛7Ȇ\¹ dedefWgghhikqttvxzzz~zwvuutqqpqrsttuvxy{IKKLNRWWWYYWWVXZ\]]\ZXVUUUVUVUWY[]`dfgffhjlnpQrstuvy{~|xvtstsrqomkfeddcbbcdilqw|2xwwuv{x{~}|{tmlcZVRPLJHIh~zwusnlheþ{uvxxyzyyxvvwz}[}|zywvvvz~}||||}r|{{yĽͣ|{z|tq9qz{|z|{{~}zIĺξ|~逎ڄGľ{vxz|~~%}|{zyxyyxz{{}[cefgfeegmwHIIHJLQTXYWYZZXURNLJIII}{xvusommnnmlkkl(kkllmnljiif^^^_``aabdfefikkklnp onmkhfffedefjjlr;<<=>ADDDEED GHHHGFECBCDFGHIKLLKLLMOOQ*RRTVWZ[[[\[]``bbcfgjlmkfc][XWVVUTQQPPOOMLJIJKMORXZ]cgnrtx}5zxxwuuutsqolheb][[YXXWWXXYZZZYYYXWWVSQNJECA?<?ABABCCBA?=<;tomkigffecbbccbaaababa``_~}|{|}|}~~}~}|}~ɾ2ĿžļDgͻ<ӷӬt^pgffhg`ceffeehgegcebcccbdfhpbnrp˳tfgtև´ɵϿu̸u遒BQÅSǽƿehlkmtvvvw{|xwwvtttutttstvvvzHKLLMNLLKLNQRRQQMLKLKKIIIJKLMOQTUWXY\^^^_aacfinrt&vwz}||wqlfddehijmoprrsrppnljgf5ikptu{{xvutssrprpmkiec`\XTPMIHJKLJII|yxwtnif|wuwz|~~||zwvux|~||}~~}|zxvwyyzI{||}}zxvwy{|||{yxyyxwv|}.{{zxww׽ŷrszxŻɸxy珸{~~z{ʻ̹°zŵzþ{tx{}}}~}T|}}}~~}zywvttttuwxyz{}Needdfir~IIIJLNRTVWXY[[YTOLJIJJH~|}|yxwxyxwvvvusrqqqrrqmiif>_`bbcffgggknnorrsqnljihffeffgjqtutu;<==>>==<=??@A@?>=<<;;<==>?ABCDEFHXIJJIKNPRTUXZ[[[\[[\\\[YXURPLJKKLMOOPPQRRQPPPOONLKLLNOPSUY]`dfnruvy~{{{spqomonmoqpstr$pokfda^[ZYWVSRRSRRSQPPPONNLIIHDA?=;;vw;<8;wvsrolkjgeca_|wrĿprtwxyWwwurqpswz}~}{zxwvwxyyzzyxwusqrsttuuvvvwwwurqstuwwwvtWsrqvzx{~{vvvtrrÿ*~ɺ϶μ̸z|~~}|yɼʹƸOꂐynruwz{||}}|||{zy zyxwvvuuuvwxJzzz{zz{yxwvtsqonnnnoqqrtuvxzz{||}}}~~~^ _aekpstuu; =>?@ABBDDCA><;sooolkjjhgghhhgfdbaa_ ~}|{|}|}~~}|}~р􀄇1ŵʽĿ=ʿႈ󀲀yȿøqtoſz[pefhijgggdegghgdhhdefchfhhgdhegba`abksy[eoqkditywj`_dg_s[Wdwsq수􁇋öɭ~uŮ}xqooqvzx;>􁇏ȿ DŽ":fffknnorvxxz}|{xwwvwwwvwvy~IIIKJHHIIIJLMNOPQRRTTWY\^aegkoqrsuuvwwuqjbZSONNPQSUWZ^adegijiklkijjjilkmpruwzzvutsrnlkkjhihc_`^ZYWRPOLJJJIJKLMLMKJI~zwvsnlhf}zvuvyz|}yvwy{|{xuvvvwy{~~|{{zywüx}y{}{zy}|z{|zywv̼뀯{ɾ{}xѪlmw}u||sruyq~τz퇖{|ļ̲{~~z}wz|}}|{zywvutwyz|{{zzy!xyyz{} 'ddedeiq|IIJLNOQWZ[[\]^_[TPN KI}||zwustsrrpkggfſ N__`bccdefiijpppqomlljhffgggfffgggimoppqtvuuuv;;<<;;v;vvv;v9;;<=>>?@@ABBBDFHIIJMOPQSSTUVYYWTNIEB???@AABEFHIKKLMNMNNONO~~벇ɱܻ ⷟ȃz~zŽԻӿ񆕧Vvzqsvxyz{{{zzzywvvutsqpö́(oqstuuvvuuttsrsstuvxz}^2_aekquuv;;;<==?ACEFGHHHE@><<==<;uusrrrqnmnnnmlkkhgeddda``_~}|{|{|}~~}|}~΀􂍑0ý Ǿ¾ʿȀʽѻy{ռΙikikgijkjkkjkijgghkeedhhgkfcfdhecdgecceeba^adkebhqyxm_\^ab`c`w|չǸzuóqg]ep~yJ󅈌\:fggijpsruz{|~}|{yw!vvwwwx~ JLMLLMNKtJLNORTX[\`aabegiklia[TLIGIJKNPSUWYZ[]^`bcceffglopstv}~{uqoifedcb_\[ ZZZXWVRPPOOONOMLI}yvusnif}{xvvvwwx{}}|ywvwxyyxxwwuvwxy{~|{{{zwĿÿ~~=~~~}̸{|½}r|}~~}}|δ˼{Ŭuku?~yvy{{}|{{zxxwvuω>þtvx{}deedfjuJIJLORUWZ\_bbdefd`ZSOOONLJ}|xwtonmlkjgd)```abdeefklkighijhgghiijnpqppsvutsstutuvuv<=>=<=??ABEHIIIJJKKNOOMJGB>;:u6vv;<=>?ABDEFGHIIJJJKKMOPPPRUW[]aekqtz}|xuqlic__][\^_bdccghefgfc__^ZYTPPNMJIHGEDCB@?>>>?>>?P>>=?@ACGHI JIGD@>>=<<;vvuIspooppmkkhfecccbaa`^~~}~~}|{|}~~}|{|}~ſ¾%oºȷ⁆Ǿû~yyĺȄkilllkjmjimiljmkjgihhljjkggihgghhjfhlfiiefaffcdbbca_dccdb_^fddccbi_qm‑ԸȽ~zvqød|ukjnxyׄր¼̀bļ¿?@@@??>=<;<<==>??@BCCDEGHGFDA??@BDDFGHHIIJLNORUY\_dhptw{~{yvsqmhec`\ZZZXWWWUXYYZ\\[[\[YWVQOONLIHGGGFDDEEDDDEFFFE`FEDCA?><;vsqnigfdba`~{yurp˄>qstuwy|~~|{zywuGtrɿ{}{~}~~\Ž»͝腖ހy{y̴}opqqqppnn'ortwy{}~}||{{z{}#^___`el9<=>?ADGHHIJJJHD?=<<;;vtsssqpnljjjhfedca`__^^ 򂋁~~~~}~}|{|}~~}|}~rЄ ½¾¿׿»ȼ܀ƽļ}}||¹~}\hlommnnmnnmnnnlmjlllklljllhgighfjihehikjikheghdfegehdcfgcdfbeedeefecetip~|Ž{rızvw{r}Ƽ,¿eede3fggglsstvx{{}~~IKQTTSQQPOOMLLMMNONOPPOOLG~~~XIIKMOPQQTUWX[]`eiqu}~yrqomnmnpqsstvy}}xwusoojkifdcddeedddgAhhjkkljjihhc_^[XTQPLzwtpmkhgfeeed~{ywy}{zyxvvv|Ŀ~Ŀo zy~|y­x}}¾vy{}~|zxvvut w}*egiijn|NRTVX[]]^acde'd]UMIII~~|zywurppnihge 6^_^^_^__```beeegjlklnmlmnonnpoopsuvwwvvvuttuutsrqrrstvv;=@BBAA@@??>=>>>?>>?@@?@>;sqponnnmmo6pprstuuvv;<=>??@ACCDEGIILORW[]`cfiknpqtuuusrqjfb][WQPPOQSUWYZZ[\\[ZYXVSRPNNMLKIJJIIJJJIJJKLLLKMNOPONMMKKKJGFDB@?=vuqlhfdcba`_____}|zywtrˀty}|zxwutsqqq|ü'û0ē̄ 胔ꂑ¼±ꁍz}Ľpruwxyz{{{zywutrppooonnpv|^` cis>@@@CFHHHI>JJGA<;;;wtolkkihgedccca`_^z{zzz{~}}||{|}~}|}~5½̽ÿۀ½ĿĴy¸[‟ı|žov~qmnpononnnonllnnmmjkmljmjklklkllkkjljjjhgghkgceigeiidgeddcgddfdecb`n`t}ƿzqͶ0w~̄̀ǽe󁊐ތȷ&!ȉfEggfionpuz}{IJOPQPONMMNLNNNOMLNNLI{zxxxwwwxyzz{{yxz{}IIIJKKKJLNOPSXZ_cglpuy}xuttspnoonoqsuvz}{|zusqrpqrpomopqpqsrst=uuuvvvuvtssqmjifb`^YSOK|wqnmlkkjjjknoommnmliffÿ}{zzywv¿uz~{yxƿ4|{z{ɾǿ灞F˹~ㅙq兛ÿĽxȴ}i{~vx{{|zxwvsu|egijjjrLRRRTXZZZ[]__^]\[TK|wuusonjfeed %_```_`adddfjlknrqqrsttsuvuuvuuvuuusqqqrsuvwv ;>>?>>?>>?>=?@BEHIKLORVX[]acdghkjdfb_^[ZZXVTRPOOPPPQTTWY[\\__]^`ba]]^^^[XWWUTSRSQQQPPPQRRRQQRRRSTTUTSSROMLLKIHEA?=vrnkhedcbbbaaabca``~{zywuttrqpuy}|yvts3~{zz򆢫O焟þɼ ⅛Žȶx{þ}|{zzy{||~ortuutrqpm$nuz|~~^`a;eo=?@CFHILORVWWYZ[Z[[Z[=ZZXYWWVUVXYXZ]\^cbcdhhgilkjmoolklnkkkigedb`^]ZZZYVTSRRQQQPPQQRSSRRQPPPOLIIEA?=xuqomihghhiiihgffddaa`Q~}zyyxwwvvutuuttrpt|_zurý}εп񋇅η*ꀀ}{~|Țۖl¸8½x|̈́½}{yyxwwxwPvwwvvuttuvy~rw{}~]^_Nagr<<<=>?>>>?@??>><;tolkjiecba`_^||}~~}~}~~~~}}|||{|}|}~~}}~€2}¹ÿ̀ÿȿƹª|xwuy{}|VxywָǼ{ۂڬãwpbplnonnoppoopponoonnononmmlljlnijmiihjllhgfffhiggdhfigbdefbd]SU|hruv{öztùr|~4¿Ž9˄0fffgfeeffe'ffeeefeefggfffghijimsrsxIHMMKLNMJIIH{vuuutsqpoonoprtuvwy}IJMNOOLKIIJLNQUY\_ehmrssttvvwx|y{{|~||xtqmgfda```a`abcegijjkmjljeeE`[ZVPMJ|xvurmie~~}}}}|||{zx{hijknrvwwusplhwº¶ɳ~iz{y}}~~~}||ժōعvǺ{yy|}ǻz½x}Ҁy|tuuvutù{xwxwy}[xn~III~xwwwtlgfe1 ___`_`aceefiorqt;vv;=>==>>=<<;;uuuttutsrqqopqqrrstttsqrsttuuvvvw;;;<uqkhffefeefffeeedddcdeefgikmpuvw<=>>??>=?@DGHILOPQTUVWYYYZ[Z[4Z[\\`__bbdfgjnpnrzzy|~}zzxvtsokjfd`\[YTPOLKJIJJJKKKLLMNOPPPOJIIHFB?>==@BAACCA@>>>ƽ§๚َǿÿv{pqqqp~yutx~ry ]cghghjjiiknrrpqpnlifb__ 킔~}~}||}}|}|}~}~}~}|{|}|}~}~~À!勖ƻ󀈒ķʽ¿ĴĻĹķ~nɽlz|}wѪyxz|d}~ī}}sҺuo^wtpnpqqpqpopoqpponnooonnonnnonlmlljjillkmkijhilhh_[m`|ſ~{xvrt~Ľz׀ĵs怉ĿƻÀ苞+efeffggghhhjjigeefe.fhjjmvvyLONTXWWZ^]\__\YVUTOJIIH{x!yywvwx{|}~~~JI{xwvussqponmmmlkkjjkklnqtuvx{IIMORX[_eiptvx}}|uqeaZVQKJJKMPSX[\\]]a_^```_^]\\ZSQPOMLJzwurolhgfeghhggfe}w¾{flsw}KKyuqlhý}wžʿxvꅦ~z׳I˵|ӷt s}ÿ~|xzſĴy}{µyý¼z~ux{hoqppsvvuw}~yvvutnf9 _`a`a``_"``aacihjs=?>CFEEFHIHHIHFDCB?<;;vw;vutsqnlk%jijjkllmmlnnopqstttuuuw<?AEHILORUYZ[[[\\\^`addeihgkkklkjmlmoqrsttuvvwyxxwyyxvuvuttstsrpkfd`ZWQLIFD@=@BDFHHHI*HHGGFFDB@@?>=eǽĵɿƿҿӮ쵘zsuun̽ɾqo}|y½ʼ~~ywݷ}snmosrupjǨg\UUurnmnopqoqrrqppopo ppoopoonnoon mmnnljnlmkhikv킎{ʾ~zwtssuxyyxxyyz|}}{ywsqpuzyuqƽ|upopryy˿̽$G膔ƸþeeefhgikkllkkklkifZgjjkvx|QUT\a_`chegihdaa`^WPONNONLKJJJI{zzxxwwvvy}KOOOLI~|ywvvuutbssrqqpqrrrstux{|JLOUY\bfipsv|&vrj`ZTOLJNQVY[[[\\^bbcde=ca^[[[XSOK}xutspmmllkkjiklklmooqqqrqrqnmiifĿz|lt{|vph|wƽ}ά𽠗}~wʷ{xɀu{ƺ{z}xvz}|~yu~rhg0}|ù~{zz|~}ywx{{xʼ}}~ynŹz³xz~tuwz{|~dfkmmptvvvx}~~zwupmmje_^_```abbbcba`aaabikmt@CBFJIIKMKLONJIE@??>?>>=<<<;vvurolk jhhhknopqqrttuuttv=???>@DGHILORUY[\^``acaa`^`]_`]^__`aabdcfiheedbc_&bdffeeeb_\WQNIHC?=wvutsrstuvw=?@CFGGHHIJIHHGEA?DDGIIKMPPRSSPNNMKIGFDEFEDBABA?=BCDB@?==<wvussrstuv<>@CFHIHIIJLMNNOMKKKJIGGB?<;wvvvttuttsuw<=>=>==@ABDEEFHHJLMOSVXYZ[\[@ZYXXVUSQOLKIGFCCDCDEGHIIJLLNONMMNLLKLLJJIJMNORSUWYVSSPMJIGD@>@BEHHIJMOOPQRTUTQQPNLJGA>;tsokjjijkmpqtww=>?@@@??=wurpligfeedcba``ytĻtzbefffedba{v˶~նâƾ񅃴˳C˻ܾƋŽ栩꾽 ꃔ셒»񂌕ŲνѶ'|nnŽyǻw|nnonoopqrtx}`aab(a`_^{zzyxyz{{{ڂ~}|}~}|{|{|}~}|}~}|{|}~~}~ǀ򆆉拎냍`Ϳľ»պƻ~ئ{{ysgbbdgtxyluxS¾ż~~zv̼nʼghqrssrqpoppoqssrtussenn{qyrqrttsr qrqqrropppqqnponooonnnmkjkntXg}¾Ļzvpty}ʱqvld\~ob^^`_^eo}lzuɽпùmĿ\fffhmmrwvwwx|~}}yxwvsqrtqopvuzJJPYY[`fflrqqqrpnfeddeecbabc^ZYUPLIIIHKKJLNOMLNQTVXYXWTRSQONMMMLKLMOSUVVWY#WTPPOONNMLLKJIIIJLNOPRUW[]^dglmprtsuvuuutroligc^ZVSPOMLLKKLMOORUXY]^__`^]\[VTPOMJJJKLNPUY\_`aab_\[YSPOMKLLMNOPRWY[\\\[YYXXZ]^bdgnrvxzskhc^TNKJLPTVZ\[[\WSQL}zz{yzyxusomjh|uĻyfff}{xȯ{ǽ¹߯Ӯ~zy{~v~׿|}º}zIJxҞ{{μiz兘|w{}̶w̶}wnwxyyx|yÀ{uuyŶ¸~w| ݅{tvyffeed¾~{{{zz{{zzz{}__`accegDhmnmlkihgeeefeddfekt<<@FFHILMPQQRQSQPMLJKMLJJIJJIHGC@><;;wurqru<=>=>?>>?ACEFGFECBBA@@?>>==>>@BDEDEF GFECA@@@??>-=<<<=>?@@CEEHIJLMPQRSTSUWWXXYXYWUTQPNLKHFDB@?>#=>>?@BDFGHHIJJHGGGDCA@?==yy=>>?@BEHIHFB@?>==>>??@ADFHHIHGGFEEGHHIKNPSWY[\\\]XTPMIGC?=yusstwx<=@BDFFFEEDB@=wwtqmlkjkkjihfecba`wpȾty_`_~{yws{Ż뻟߂lj^|}ƾ뺾ݑɝǿ퀏쁍Կ˰ʽx|nnĸ}u³ǽtx| ц[opsy~___^^|xvvuvxzzy~}|}~~}|{|{|}|}~}|{|}~~}~΀ļþþ􇑕lɽ샐ÿѽ¹ý¦½˛gmqۖ=űyų~}ǵrwwvwwvvwv.uvvuuvuvuuxZwab\wqqrsrsrssqrqrssrqrq roqppoopponnmmmlhfew`mxzurtw􆒝~ܳ{k_|xrolfcejkq{bis}t낐÷ü򂌖gľ$fefimmuwvww}{xxzxvxIJPQTZ]_dijmrstrpommppnkiljec`]WRQONJKLNNOQQQTUSUVUSTX[[[\]]][[]^]\]^^]][[YWWXY\^__`_bdddb`_\[ZZYWUTRQOOLJJIJLMNPRUY\afinptttututuursnmhc_ZXSQPON+KJIJIKMPQSTRPPL}xxxwyz|}IMPTY[[\[WRPOOMMNOPPQSWYZ[ZYVURQPRTVY\^dhptx~~|zxwusplhfdbbcdbcgikinnihhc^YUOL}ytoiľ{ſw|}zx;ҥtw{◣7||~ñ}νʹpѼz{rsこŽ|z{~󄏛}޸ѯ|sҾrzy|úyķ~»~yn~vx|z{~f___bdcfgghgmrrrqpnnlijkihghgiqw;<@@BGIIKOOOSTTRRQPRSQQPOPOLJIIEAA@?=vuuw=>???@AACCBCDDCCFGHIIHIIHHIIHIIHHGFEFEFHIJKLLKI!HHGGFDCBA@??==<=>??@ADGIJLOQQTUUUV==xwtpnjjjkkkmmqtu<>@BGHI$HEA@??>>???@ABDEGGGFDCA@@ACCEHIJNPRY\ZZZVTRPPNMKJJKKIJMMNOQPMMLIHFC?=vutrrrtuuvvvsqokifda}vsx}~yusɾ~ݱº|}~ƵʴąłÄ燱գĄꈗǽƪ¿򀋓]끍yú}uXv{prv|.~{yutvyzz{򂅁ӂ~}|}~~}|{|{|}~}|{|}~~}~[ûſȾ􅓗ƵͶ¹ʺ۱姉phkq{~t|ߌJɻ}yyҴtuvwvwvwvsrsuml\|utsrsrrssrqrsrqqpppqqprpppoooppnnonnmlig}cpzż~~|Ťxսti_{vsrpquxaelvz|t|÷´ź=4Sfefkmovwwwx}{|{}IIMMOSXY\bbgnqqtxxwz~zxww{wrpnga_\[WQKJJMPSUUYZYY[_bccddedcdefejlkmlkhikmlifefhggfdec`^][[ZWTQONJIIJKNOSV[adhlpqqpmjfe_^ZYWUSSPOMNLKKIIIKMMMLI|ywvwvvwwxz}JOPVYZ[[[ZYTRONLLNNOPPRUVXXXVSQOMMMNOPQUX]cipux{zyxwvuutrqoommnmnnprtuy|}xvnf_WQPNMMMOPOPPQONMKzqiȿ~|zyvvx{~~xʼհ박{ɼrv}珪||ٽǜĿsxy~~|ɪ̶{pͻr{yø{zŸú|ȅtvz}4{|||`_`bddgghhhprrsqrrqnmopm+sv;;>>?BFGHJJMPRRVXZXX[[YWWXXURQMJIHHEA=<=>@5BCDFFGGHGGHIKKKLMMKKJLMMOQOQQPQQPOPPQPOMMLMNOONMMMLLJI^HHECA@?=<>>==<??=>>??@@BCDEEEDBA?>?@ADFGJMQWZZZYYXWVTRPQSTUY[ ZVVQLIE@?>?@??>=xupkea~{ywutrqsvy{}~ysĸֳcʽŶņĄĿ׽† Ļгʵżɾx~þ|vǾyVnqtwz}~~~}|}||{yvwvwy{||₆~}|}~~}|{|{|}~}~}|{|}~~}~>􈐌þĽ􁅆ǻ끏̴¿ùʥ}עznnvxz}x~Mն}z|~{šs|{wxwvwvvvtsrvvr\wuttstrrrsrtrrrppoprrqrqpqoopqpooponnhevhuú뀉ʷxs̶vi]zusswybfru󉔠ӿŻ̻󄑜Tghhjppswvwwx}}|JKJMMNQUTY\\bhllsz}vrnkh`ZVTVXXWVWYZZ[o\\^bdffjmonmmnpstvwy{}}~|~~|yutrrrplkiijjgeedca_[WTQOMLKI~KNQVZZ][YWSTSUUTUSQQOMJJH}|{~IG~ywvtstuuvwx|IMORUXXZXVUPPNLKLLMPPRUWXXWVTPNJKOT[_dghhinAmnnnmmllmllmpqqsuuuxxxzzwvvrppkhfcd`_`_^[XUQKxriǾx·Ƥ߭yx{¿P~ҵ~ʥӊpz}ȿμzDzznŴpszx|¹~}|yǸʻ퀋|]vz|~}*W`aabddegfhhimonmmooonorsrsusu<==>>?@CCFIHKOOOV[\\^a__^`b`_][YURPNJGDDEFGEEFGGGHIHILNOPPQQPQSSUUX[ZZ[\\[\a[ZWVUUTRPOPPPOONLJIIIHFCA@?>=?BCEFGFDC@@>>=>>>@@ADEDB@?<???>7=@DHIIHIIJLLKLKLKJJKKJIIIJKNPPPSTTUTQPQQPQQQPNNMLJJIGB>ytmgc_~wʼວdzu}~յޯDŽ*ɽˆڎǻ¬˽݀肔˸񄎝v~~}}~~|zw˻ʹ~yioqtwz{|~|wtssqpooos|~|yxwyzzz{{~} ~ À~}~}~~}|{|{|}~}~}~}|{|}~}~~}~,Ϳހ zżɷƻ󅑘۽ùˎȲ}ĵܸŽ{|̳yxľlt]Uvwxxyxwxwvvsugso paRvuvwvuvuutuuustuqstrrrsrprrrsqrrqpppwgpw}~ɬ{|׷zpcba`_^^_]adk{eos~{񉞧üλ킔˵лԀ ;egjiknnrtuy}|}~ywxx{||HJKSYYYXWZ[ZZ\\`fiivcvsssttqpppoomligffc_[[\_`cdfknrvvvxxxz{}zxwvwuuvvwwvvwxxvvusrlg`]ZURNKJH~~zwwvvuuuvuv{~~yutssttvvvwy}|wvtrljihhikmruw|IMQVZ\_abcdda^[YZ[[]^_beghjklkhea]UQPNMLKLNOPTUVXYYZ[[]^^^]]]\ZXWWVUVWYZ\__bfhgikhljigfefeedb`^\[XRNJ{qhhkmmkgv~ȏϼـԿpçʳ}|ɵvtl·}ufİ Z|y~Ͳ|Ŀǣ٩}zyyyxyy}r~ހ̻|xκ{vxy\{}~~~~||}|{}~}~yvu~~}{zzz} \_`bbbccfggjmlmopprqrsqnnokikkllmptt;<=BFGFFEHHGGIIKNOOVaccdeefehjhfeedc``\YVTUVURTTSSSRPONNLIJKLNPQSXZYZ[Z[\[YXXXWWXXYZZZ[ZXUSQNJIHEB@>==>>?@BDDEGFFGFGH7GGEDDDCCEFFHJJJLMLNNMONOOMKLJIJIIIHGEA?=?@BDEFHGFFEGHHIHHHFC@?>xuojc~xssyadcb`~yuru¨~瘺逇cΆٔƣĆg߂Աþ¡஠胒耐Ⱦw|zѿ3|}|||{|}ڄno܇obpqonnooonooov{{{}}}|zzvuusrrswyxxx{|}^؁~}~~}|}~~}|{|{|}~}|}~}|{|}~}~~}~*ȺN¾¿¼½큉˺ƽ兖ղ䀇κyyᤥv`a^pkhctehtѺÿ|~zͿxpmvbXUWWVfanvw_|swuwwxwxwwwxwvvwwvvuvuuvutsstsprqpz`vqw|yɮsʮm~{|°}{~wЭ~fia[Z[\^^_^dq_rsvv{hĿ텔ijĿl& lrww{IYJJKMMMNNKMMKHIILRVVZXZ\\[^^`hmkxzuvvvuvz{znd]\[[ZYZ[[\`cGdedb_YVTQPQRSUX\^abddgikkhfdb^ZVQNJI~zyyxvvutrqomlkkklkllnpsuvwxxwwwvwxyz{{zwvsplifeeeefgjnrvx~JNQY_ckovz|xsrpmkkjkprtuwz{~zyxvrmjec`]ZYVTPOK}{ywtssrrsuv}JKNQRSUTTTSQPRRRUXYZ[\\[ZYVSQPPOLK{rkþy|houwvqkg}|}zzz{}ȩǀ}˹}}거wwt}yrt۔xι考~ijzxϾxnjmnk}xƳŸs uzzδzۿv|}ij|w~wtuwz{zzoy{|j끏|y˺ÿ􂉐lw~|yy{~tvw}{zzxuuvx'y{{}efcehikpqvw;<;<<==>>?>?>>>=x;v=wv<<>BEEGFHIIHIIKOPOXdfflnoopprqomgeded^[[Z[[XZ[[]aa^_^^[SKHIHIIIKKKLLMMLJGEDB:DEGHIKLLMNPOOOLKJIHFB@=xvtpnljhgfffeegjmqtv<=?@ABCCCBA@@AAACFFGHGEDA@@??>=vpmfb{uxadfggeb`~||zzywxz}vvz}|||vwyæ}ν»Ҿùĥ LjƄÄĄ„슟øけ;ԶªӀm탐x}uȸ\tz|xuvx{}ǿoprx{ |{zyvutrpqqs&vvwz|__ʁ~~}|}}|}}}~}~}|{|}~}|}~}|{|}~}~~}~~5䁂ǻûǻijļꃌò̃򀉐̾|wv^{{tqrrst{wRetruzȞvxywz¨|vpȱ~wxwgɵU{w|xwx wxxxwxwwwxwvwvvvwuvvvuvuuuvuuutusrsrsstrsrrrpszj|msusnrsteYaqijvѽpvz}sѷl]lr{~}}ķ@ׅ_nsww}IWJLLOPQQRUVURPNNLKLJIIIJOTTUXY[[[^aajmnx~{xuuw|}tmhdc`^\Z[[[\ ]^a]YUQMKJILOQRTUXZ\[[[ZXYWURONLIIJI}xwvusrq pponmmopprstuvwwwxxy z{xwvvrmjheffhknptw|JKNTYbgmrz~uqmgedghjnruxz~{soic^\ZZUPLyuuutrrpqtvw~IJJJIKILMPSWZ\\\^\]^]\ZXUROOL~ytmhÿ~v}gkkhĽ|˽rz{h}̀~yӪ{|}|~̴{ʴ㊋sͯi~w}~|w||Զzntꇗȷw}yɳ|mθ}xŀx|з}xyyy}¿vwy{|~~{xvvtttuuvwwz|eefcdeiknst;;<<;<=>>@@AABCDDBA@?>=><<<==?CDEFGHIHIIJPPPWaeeijmpqrttrpnkgge`\\[[ZYZ[\_`__^cb]WQOMJIIIHHHIGEB@>=<=?@ACDEGGHHHGHGGGEB@??>=<wvsnkifeeeddefhjnruvw<===<=xxwuwv<=>@ADFHIIIHHHGGFD?CA??=wtnifcaxsx`bb`ͼ}±˳菎Ձ⼸惄=ȄɄdžƇĄÄ„̳Ư¿򎢿逊ˀuy}̶~uvu܀vz~qrsuwy{||}~~}|xyvsqqoooppqrrtw{~__`ԁ~~}}}|{|{||}~}~}|}|{|}|}|{|}|}|{|}~}~~}~~6老6ľ􀉍müƻɾɿ󄎚;ιĻÿıͬǣý~ֽmutuuvtsrnmly`Kn}v{z{Ƹzz|qxø~ogǼfipsk˾wxyxxyxwwxxwwvwvvvwwwvvvuvvutsqsrqtsrqor|gvfrkffol}ps~tлw}ytȻu}|trx򀍚øڸotxw}IIJKLPPSRW\\\[YXSPRQNNLKNRUWZZZ^]`celqqt~{y{}~{urpligeda]\\[YXZ[ZXURPLIHIIJKMMNNNMNNNOLMKJJKL9MNNNMMMKI}{xwwwvvvuutttuvxxywxwxxwwxyyz}~|xwvrnjhfffgimrtyIMSYZ`egkuzvpkdb`_abdflquw}|vtoec^\[YRNI~}{{}~~KMMMLKI|zzyz|LQVZ[^aekorvusldXPzuojfffghjiû}wx~g¾|¼ȒŘwzzë~|¿õztst{~wհţ ø˺zxͱτ|}|{ļ|z=x}~|Hºͯwxz{}uvx|}~{yxvuuwwxxy{~eefgdfjknsu;Tw;=>>@@BBFHHIHGFCABA??>>?BDEHHHIIJKKPRQW]__acdghloqrspppnlecc_\[ZZ[\^`^]]b`[XUSPPONJIHGGHIHGECA?=>>???@?>>=>?@@@?>==xwv usronlkiihggfghijjkkkjNkllmoopprrsrqrqpmkjgedba```abdghkotw=?BGHJLNQUZ]ahknpqssppjhb]XQOKIHHIILNORWZ[\ZUPMJIIHFA?,=@DGHJJLOQTWUUPKD@xvqkfda```a}xrtya|¾עܐႈҺᄎļĀŻ÷6򀊖yʮututuvx{}Opqsvwxy{|}~}}zutsqoprrsstwy}~__``䂆́~}|{|}~}~}|}|{|{|}|}|}|}~}~~}~"Zſƿ̄&ĺɾʻ􂔧Ѿѵ􀄀ӾۄڻƖ㷵w·}eogqrsutuusttqvQ{On~tnIJlt|w{yʼ}ifjgnn{rxyyyzyzyxxyxwxwwvxvvwwvuvuuutrprtrorrqrrmnlhjllhlkfgkpzwr|{niihjkihefkZqt|ɻzЀuw}¶ӿY0qvzzIKJNPPQRZ[]YTSVROPOPTYY]^]`cfkjotssuuuw{{~~wroomlllifda\[XVTSSQNMKJI#HIIKNPPPSSSQOKI}zxw vvvwx{~t{wwvsnlkjjjnsvyLOU\bhjrx{wroiecbccginqtux}|wtpjhec_[VQOKJJKNQVY\^_`\VSMyvusrctvwz~LS\gq}zn`UysmhfgeŹz{hpuutrqnjjɾȻ߷{rhzzx{}#Ȩurvsyy¹ wm{ʾ؄Ԁz|􃒟zþż}Ƕׅ%x}}}}~-v|~0~{z|~~eeeffghYegkkqtu<<<;<<==?@@ABGHHHIHGDCDB@@@ADGGHIHJLLOPSVUTWXWYZ[]^`deiprrrprqokheaaa__a][\]]YVSSQPDNLJIIGFDDCB@?>=xvuuvuvvwwx<<==>=<=xwwvvusqomlkjjigghijmnpqqrrrsrrrqrrrqqrsrqsttutsrqnlkgfedbbbcdfhkqvx>@EIKOPTY\abfimorsttrrokgeb\ZUQOMLKLLMOPQVY[[\\\[YURPLLKIHDA@>wuplhffefgilnruy>BFMSZ^ba`]YPJCzrkfca```{uv|~afhggfedcb}ĸἺϥ݂Ǯ鈑ҿ׸逅.вńĀÿȹӂƽĵw~üzij-uz~~|zzz{|apwxyz|~}~zzxuuwxyyy|}___```a傋ȁ~}|{|}|}~}|}|{|}|}~~@û򂌓ǽ¾ʿȿǵ񎢲վӮӻkᕴÿ׷ztussį|wxoqpUqrsdexskjòhjklpuxvieijjnrz g~jitrn{a\[YXurxxwxxxyxxyxwwxwxxvvwwvwvvwvuw|y}ts}xxoopqqpqommlljklklmnnmlmllkfdi\n~ruy¦{rutuuuv~x{ľV/zuv|}JKMJLMONOOOPPSUUSSSRQQSQQUTX]]afcfklrttvvuqlljlloptx}~ukeeedeefdca]YVTRPOL{|~IIJI IJNPRUXWVVSPNJ|xwvw+vvvwwwy}~}}~|{{yxwvusqnlnquw}JPV\aisw~|vsnkgffhmpstux|~yvtspnlgcba^[XXYY[][]begnqttpmg^TKwuspmlmmnrsuuvxyNZcr~znbWx)phĸzx~{z~o|{xvvupomοzzxǷԷxzwxϺõ|qxv:uvwx|vruwv{~̭rӾxrqoo.Ʒqy}Īxz{{{|}}|р|zxĻ}~{ywwxyzyxz~|_y|eeeeggjk fhlltvx==>=>?@AABDCBAABAADDGIIJMLLOPUUWZYWSQPPPQTTWY\_dhiklrvuurqljheeec`^\WQLMMNMONLLJIHFDCA@?xvuuspnopqrtuvwww<=>>>=@BCFHGGFDA@=xvtrnlkjji-jiiihhikkmortvwwwxwwwvvutssrqpqoonommmjjihgfed(egjouw=AEIJOUZ\bdehmpstuustrpnmhed`[YUPPOPRTVY[[\o[YVSQOONMKHHGFEEFGGFIKLMRTUWTPMIC=vpjgeedcdddeeegjklnrv?FKRZ`cc_YQJEysida{usy|{{|{wvzempolkiggeed¶|wwuĴ׼˼ޕ؁Oܾ۶ˇ DŽƀļ˲xþ|ywu¸z~{xvttuvwwux{~}yww}~~____aabb߂ƁԂ~}|{|}|}|}|{|}~}|}~~~~~G񌖗¿ûǷ˾򀊓Ƚþ˽쉜¹¡ͽ̓ʻнzû~pdkWVYVcn|snpqpmmlkrrpFooojhiƫȀrjn`]OwjrprptvvvwvvwxwwwxxxyyyzzyyzyxwxwwxwvwvwW_ejnjgdbdlr||jWvonopqrqoqpoqpoonnonmhbgprpkjeaaeis^pt~ȶٽ|}Pʹ7+w{MOPSRRTRRRQSROOONKLLOOORRZ]^dghnmkpstvStmfdcbaddegipv~od`^\\]_]\ZXVUQOONL~yvuvvwxy|IIJLKIIIKNOPSUWYXYWSPLI|ywwvvvuv$y~~{zxvurrqppqpoonmljnpsvw|NS[`ipu}|{z|xtmhgfeeceeiortyvj`SJ}wtspooqrtuvyx5~LW_jt{}ysj]Rsj~xxz~~z뀇iz|wvvvuuskǽ}жνǷ}|ppropzy|~}{yxx~{FwtvǾ⍢Ż~v{xg&jtz}zxxks|~ٿ}uxzyvƿ~y{|z||zý~}{x.}'eeffeglmpqilpquv>?@CBBCBBBACB@???>>?.BBFIILNMPPPSTVXZ[[YQMLKKJLLMNPTY\^_ajnoqooonnied]SKIHI&HGFDBA@?>xvutpmkiijjklnqsuvw=>>?>=?ACDEFHHHFEA?=wutrnlkjigggfgfgghikmpsvwxxwwwvuusrqomlkhgffeede7dddcccddefgjmsvy?CHJORY]aeehlorrrsrqpnlljjfec`_^]\\[\\]^6]^^_^]\[YXWXWURPMLLLJKLOPQWZ[_ccba]WOICEINUZ[[YSMHBxnfbytsvy~~zv{blpqnjhggfffc}|z̳óǵ¾NùǡͅɄȆDžƀ烉ļȿǮ{orsstsrpý}||zv½x|}xVwyxw{~{xuɾv~|7{}}{__```accdeނƁӂ~}|{|}|}|{|{|}~}~}~~~~~遈ÿ¸ǿ򁉌8ûЄ.þ!ʻ·˸辠Ż􊕞ɀꃙͭߺ̫ǥ~nnwx{gda^^`aryrq||m|ekzmy_pprttsstuttuvwvuvxwxyyyzyxyxyxxxwwxw!vvzavzv|r`uooqqqropqoomksXXqhfjjjevYpy¸}Ǻ»þÿ»GȺ򃦺󃐐+~HIOQW\]^_\[[Z\ZQPPKKKLPOSWYeehoorsrsuuvukcc`\5]]]^bhhjnw~ldc`][[[XVSQNLKKJKI}zxwvwx|IIJKIIJJIJKNOPOOPQTVWZZZYVTSPNKH|xwvutDuvy}~|ywvuspmkihggfefffgghkklnqsvwyJMRY`fnt{{|{{|{~}~ti]RK}z{{z}KOV_irzvi\O|rjhjkh2xirwxwsoorrutohzzұʬҳ{zt}|xx{|}z±rw$yݺxȿ "vtʯmnʸm݁ƽ}ľ~~ꅑuwxyzzyxwuľ~z{~YĽ~쀞x~w||}||~~~eef giikntuvx1psuv<=>?A@BGGLKNRQTUTUVWYWXXWRKILNOQSX]^_`abbccdddec\RNLI8GFDAA?>?>>=wwvusolkkiggghjlntvw<=>>===>>>===>>@AAA@ADEFGHFDDB@>CEHKLMONLLMMKGGFBCCFGFHIMPPPOOQPQQPQQPPPNKIHGLHHHJKLMMOQSTVWZ[][WQOPONLJIIGC@?>=<=>===??@@@ABCGHIHFGGHI HGFCA?=xvsokihhikoruwwxxwwvuspnlj0klmllljhfeca``abcddeefijkmpsuw=?CGJOUZ^`egijlpuxyupie`ZWSPNMOQTY]adeghgfcb^^[ZZ[`deefgfc^YRKF?yvutttuwy?ADDFHFEDDFIMSX]bhihga\TOHC?vniecccbdedddcb`?ysubeheeffdcdefikhdaº|{vtȣٹͳܯ̱л񐤩+͆DŽ2󄕦лý񒤬Ä덩ꇟ´ü{Ԁ|x¿z}vF{}vwvvuvuttuuuwwx|~__`a bddefgllnp႖Ђ~}|}~}|}|{||{{{|{|{|}~}~}~~~}~}~ýļj˾žEľȻȼ¾񂘬􈐜ѾvϽsⲘjjptwz|{t}jbmrehhjgkYXTqssrssrsssrssststtutuvuuvvwwwxyxyxyxwx&wxxvwvtutprsqt|glsuqjůexprsrrrpvbnokljkzjw肉±~~¸げĽȺǾπd낄oIKLTV[efimmnonohbc_\^^b`addffc]]\\\ZZZXXVWXVWXYYZ[[WUTRPPRRPNPPQSTVXZ]`cfiikklllifec^ZVQNMJKJIKLLNNJI~|yxy|}~ILOPTY\^`^_```_abab`]\\[[[\[[[YVSNJ~IIJKIIzwutsttvwy}}yvsnifeehlptwzJPV\itxpke`___afkr{xqjd_\^aadimrpomg`\UPOLJKJMOTZ`fmqrry}}slfb[UO|xusokhfhkquy|xrnnnlifþ~wxjotxz|njmolhinquyuqonkjŴ}{ôx쾥źwxǬ_}y}zơϦ|ruvwtʧrqk&}w}~{uƭ|xӪ}ꁉǷ}}ĺzЀƾľ{ÿ}~yż}d끅vxwxwyyyz{{|}}ffgggiostuwz>www<>>CDHMOOPPPQQQNKKIHIIJJJLKNOLJHHHGFGGFFEEFEFFGHHIHGEDCAACCABDEFFGIKLNOPPPQP NKIHGDA?>=>>?>?@AEGIJKKKJLJIHFCA=wurpqrtvx==>>=AFIOX^dhlnpruuwxyuphd^ZTPLKHIJJMPT[]`cba_\XSOMJHJKLMNRTSSSNIHD@?>===xxvvsttux=>?@ABB@@@?\=<<<=>>>??@BCDGJMNPQPPQPPONJIHGDCBBA@A@@@?==?@@A+?>wvtokigfffgjlosuuutqnjgeca``abehlquwx=/x=>?@ACEHHKNQWY\]`fnyztoie`XPG?upjfedbaaa`abdgkqw@CGFBvjdb`vɼ|fjquuuturkfafgeceffkojha{̿׾ǭ¤ȯտǬӺ̀ՁùǾ~þ¿xu{yý®򆜯Q{pqruvyyzzz{||~___``adffhkmrttu~}~}|{|{|{|{|}~}~}~~~}|}~˻􃒠fµ<ŻҴȮꪅƿ牙񂊓޶sϬr¶~qXQxtvuvwvsvttpmoomqpqqtuttvvtussutttsutrtustssrsrststtuuuvuwvvvwxwvwxyxywwvwxwubq|}yneX|strqrqpqqqrouews^wkkllmvkŁ늞ľ~̻ɾဒ¾Ⱦ󂈍ľ߶v}񈕠܀ILRSUYY]]]^^``addeeddbWTJ}~}zyvuqpqrvy{~IIIIIHHHHIIJOW\^aceeijljjhedb_][ZYVURPNJIJPVYZ[_cglq~zupmjifeecddecba^\XVTQQPSTVXXVSPLIzwvvuuvvw{{xurppoprstwy~JMOOPQRRPQSVY]dq~F{pfc\[ZZ[\`eglopnkgc^XRPKIJJILOTY\`dgmsw~ƸzfVxpjggffhjnswS\ckopkcWwh}w|mtyzyvtuulûkhkp}{sn»ϮxøͽŬqj  xymyr}؉~οʹ}xûýyƿy~y}۶zꄐcſx|tvx~ffnuvvwyvuvuvvx<>BCEGGHIRKKLLJJJFD=sroookkhhfefgikmnprtuvwxxx<AGIIJLNOPPPQPPONMJIIIHGFDB@?ffhjlpuwz>@@ABCCCBBDFHIMV]epwvme`[TNJHIILOPQRQPNJIFB@>xwx<==@CGIIJMPUZ[`gtºvgYMDzqieba```abcfioxBGKNQROJEyiaysÿxwbgkllihhgc»dbdfpnfeԵȾο׾úYɄǀ莞¸呹¿ȼȸȾuĺþ|výv{|vž~߻þvyoqsyz{|}}|~~}~``dfggklprrsʂ~}|{|{|{|}~}~}~~~}~}|}~Tӻ0Yÿǿúꆔ8Ϲ¤Բۅ¾ӱļȾѵ¾wҽu~|ws~mh[]Vpqqrqtvwxzyyyxxvyxxwwyywwwxwuwxvywvuutvutuvsustutuuustsurqrrststuuuvvvwwxwxxyxyxyxxyxxwxxxwv|||zsstttrtrsqrrrtop[\zsy|x~aՂ߁ƻ}ŵၚ򀈉ӻ`낏󈘰»ſʽ԰&CIIJKKMMMOQPTY[]`___XOKxwuurnljhefgiknoqruxy|KMMLKJ,IJMRTVYZ\^`cegghifeeedc^\[ZVPMIIJKJ>>??@BBDHI9JE@>qkiggfdcba_`abcdefghjlorsuvwwx>@???>>=>>>@CEFHHHIKLOPNLLIGB?>xwwvwy>2==>>>?CFHHHIKOQV_ehghihffecb_[YVUUSUTSSRPOMJIIHGGHINGD@>xvspmkihhikmptvwwvvuspnllkiiihjjklpuw=@CEHHHIIHHGIILPT[coy!zrhc\WPNMKJLMNORSRROLJHFDA?ukieeecb`_``aacddeijlntvw>AABC+BBEFEFGFHHHIIIKNNONNOONJIIIHDB@>=wvvvuvwx>?@/ACEGHHIIINU[^abdfhhkmnmkiieda__^]\[ZXTQPNIIIHHGHGGDB@>yvurpmlmnorstssrqonnmlkjjh iklotw=@EIIKMNNMMLJILORZ^hu8zqjb^XURPOPRSVYZYVPLHGEA?>==>???@BB?>=xwy?BGJNTZ]bhjqyȻlZLDzqkfdbaa``aacgoyELRWZZUOKHD@>{zzuogcbba}xwvwz}dgghhfimmigb~x̴߱DZNĀy}{Ǻ퀈ԿဏƷ|nooĽ|yxxxvʼżUwotz{||~_adffghkklmՂ~}|}|{{|}~~}~~}~}~~}~¹􀑑˶ Tɽǿ2ö⹎ذ񰋀炇띴ú]δsȩutni]OJLQZ]eikcRQ}}~~}~~}|~{||z{|{yzzxyzzyxxyvxxxwvuvwwvtutuuvtsssuursrstuuuvuvwwvwwwxxyzyzzzyxwxwvwvwvutttrsqrrtasnsv}񄑝󃌐Ÿ~}ŭʾさɹۅùż¼􀌛i}zxwwxwwxHMLMQNIwurqmjgeffegjkkprttx}KLPSXZZ[[_db_]\[ZYYY[[[\]``aab`]^^\XURPOMIIIJKMLMOPQSXZ\ahBqsstux~xurnec^[ZVSQQQRSUVVSQNJ|yxwwv5uutssrrstvvy~NT[`defgfeedb_aelr}Bź}tme]XVUVURSVYYXXVQOLILPV_fq}hPysqpoqqqrsvzQYelolf_YURRRQQRUWUzkfgilvOQs|ͺWζzַ־Ȳwgcdhrv~{li2xv{􅑛}~|̾~}~սʿʻكvvtƼ|xǿwwĻ|jy}~|}{~uv|efggfeedgmrrtuvwwy pqsstuvvtpqok;jkswxqjheedba_```abcdeeffkpsx>?BEGIHIHJMLKIHIHIJKLLKIIIHHGDB@?>yxwwx=>>?cABCFGIILQVXYYZ\_bddhlnprsrpnjgeeda^\[XTPMIIIGEDCCDFGGGFC@>yvvutuuvutsqomllkjiihhgfffeffghilquy@FIIMPeOKJJLNRV\fpysjda^_adfknpld`[VRMIGEDEDCCDGGGFEB@>ywxx<>@DILS]cks|µu^NAtkedddeeefgikosv{AFKPQPLIFCBABAABDECzkb`abcirtwwx{AB~{hyʹCӼʠ̿Ҫ :Ȅǀ􍛩|~|z̿}ӽ肓ޅ{opnʽ~yuļuu¹y~vz{z|{y|}pqw|}```a`___`deeffijjlՂ~}|{|{{|}~~~}~}~~~}~ź􅃌߼󀎕򀇋$̿Aøꉗ$ƹ۷ձҿȰɴҷzlj]XPXWK[cinlc~}~}z~||}{z}zzyyxzyywywyvuxvvvwwutvsvtssutstsrstrrssrsrssst uvvwvvwxxwxxyxxywwwxwvwvuuutuspop\tlu}}󅎔ľʱ쁑δ{wz倅ǾȻƾ>􀅇(}xwvxIIKMJywuusmkfeegilpqqrsstuvzHLOV[[[^lvuqmljgda`_^_^]__`a_\[\[WTTRQPPOOMNNOLJIIIJKMOSY`egijnpoppsvz}wusnhe`[YSPPOOPRUWWVRRQ*NMKJI{wwvvutsrokjhhgfimrvvzJQX]cded`^[[]bgp*û{tnf]XTOKLNORY_iw὞gWKzrrsv{KMPPQQPORSQUZ_cdglomfUfjptupkhȹikksvwRX]]`ghc^|y±Şzìvpipqcs}}/ >pv}~~|{zž|y«ζ|~|ǾĿ~x|z̾Ľi}yx{zy|~tyzfffggghfeeefntsuvxy{}-ttuuvvwwtrspmkkkjjhjrvw<<>@=xumjgffdca_`abcffef hkmtw>=yxS=>?@BEIKNPQSTUVVVW[]adhklmmiggededa^\[ZTPNKIHFDCBCDEGHHGFDCB@?>=xxwvurpnlkihgffedcba]bdegjntv>CHIKNOOONMJIIHIJOV^itypidcbcekqvx{xvsqkd`\^aa]]ab^YVSMIFDA>?@BGIOXbp~!ίlXLE>rkfefimprsvy=?@@AA@@ABADGIKLMPQPMDp`behifcabb¾cghkr~CGHIKNPMJx|yvȾȸذɢ&JɄDžƂńĀᇝ샑}}{zyſzvԾĀyȾþzux}|wɼ»k{vuyxwz|otu|```a`aa`___`dffghklmo~}|{{|}~~~}~}~~~þݻ􋚝ž偂iȿøـʳɮ큊げƝԗܻƒͪڿһ}yƀ|elNx{~|~}{z{{{zz{{zzxyzxvvwvswuvvutwttuttutstsrsstuuuvvwxwxxyx wwwxwwvwwvuvvut|^qo{늣žտ~Ű{uy偀Ƚȿi瀁JKJII}{zxxw|zutqrolhfgopvvvw~}|{||~IHLQW\][ax~~wtrpomljhiihfda^][XTSRQQRSUWWYYURPNIIKPUY]_acefeleegkpsvz~~zxvvtrrrttuurlgd_[ZWURQQRTVZ]_`_\ZWQNJIzxwvuqnjgefhnty~IOU]bdefgeeddb`_`gox=ʼzy|~sdZZXTSRPRV[aky'իbSLKKLOPQSTRPNLS[ckwu_nilpsyTSOs͹mtx}ykisvxO[bmruwxofϷѼճsfŴG5sy󃊏}|~}ƿz{͸|Ųz}y'žtttʄˀĽyx|ʿ·y}yx{{{!uv{~LJfefqvvyz<=Lxwv.wxz?CGHIKLNNNOOOPSVY[\^`]\[ZZZXXXYZ[ZXTQOJIIHGE4FGIKLLKJIHCA?=xwwvsqolkjgfeca`abeflpt>BFILNOPPO`LKKKNSZbkw|pga^\Z[^bglrttrpniffilorwxoc[VLGFFCBB@BFHIPYctٻ|]JA>>>|ywvvx>?@ABCAA?{wtttu=CGKPU^eiffge_WJveacegknpu}CCA{wvpidhloqlcbgjlrBILQTY[[UN{|˵÷&Ş¥2Ʌǀꈛ򆑘򁇍|{|~|ƿxx˸̺3vünnnÿ}vuz|Ƚw{wvyyy}!pqvy{`_`ehhlmpsuv~}|{{|}~~~}|}~~~Ƽо򅚠¾򀊒h Ѿ$ν˪遐ͿΝȭ򃑟甤§򹕏ʛŵ|uj~|@~{"z{zyxywwywxuwwvyvuwuuvuuttutttssrrstuuvvvwxyzzyxwxwvt}Wt}sg]\comt}퉢ɼʳɶz݊ĺ˺f򇌀SVTRROMJ|xx{~}~|wtnnkkkihfeenswy}~IINSPRW]`abg~~{y{}|yvsmkga\[ZXVUVWX[__^\[XUPMIJMSUqVYZ\]]`aadeggfffec`]\\_afikkheeec_[[YWWY[_cgihfec]ZTPLI~}zxwwuqlifefksyIOT[^defgfgffgfiklp{=ʼurrrtzwngfdcc__aafpvťtd_\ZXTPPNMMMKNPQU[iƷzdQMUVYbs|tg_QtȾkmu{ϾjowV`jppok^U䲒ʟħeŬ/ lyppwu}낍|z{}~öz~~y®©ƻۇuut¾{y{øx|}yp|~}|}eeeeedgtyyJLsCEDBB@?=vvutsqponllnoopqqqmjhddcccba`_`dfjmopvyy==yyyxyADCDGIKLLN]nrnlkjfb`___]]]^^][XURPLIIHHGFGGHIJJIIIHGB@{wvvuvvx=?AEFGHHIIJKLLNOPPOPONNLJLOQSRQPPPMJIIHGHIJLNPPQPPLIIGB@=xwvuronmkkgedba``cgmtx>AFIIMPPPOPPOPPQRSV[cmtxnc\YWVWY[adhmnmmij'jkpswvmcYQONLKLIIKKMRVcoĪxdUKHGGFCA@?>>>{{zzyz=?AABFNZhyzskcZMBvtvz?DDFJU\ZVNHBvicdhrwvuun¶cfi}FKQTVTQJFr}߰Ч׺ҡ  6ɄdžƂńĀ̓ꁋ~{yz|~}·w|}|wȰ󇜻|&non¼~xv~xvyzwпz~{{~~}|{{|}~~~}|}~~~~ D̾ϼӿꉛpϱ˚縶儔׾ªu{f`WT~{{~||{z|zxyyxxuvuxvwustuutststttrqstsuuutvwyxwwxwvvwvvvwbrrd~rrqpw|bt{ꆕ|~ɴzϰ݀ƀ󀄆Žѷo񍔗v[\\ZWQOJ~}zxxwvustrqkjhfffghggfdejoswxzILPPPQRQY``adfijjn~voiec__]^__aca``]\[UNI~xJMPSTUSUVWXZ[[ZWTQOOOQTVXZ\^bdba^]]]_adfhggkjieea\ZTOK~zywwxwwwvtplhegkt{KPU[_degihjjmopqt0wnfe inrznd_WPOX_kxӸscZ\__hlgh~hWrq}strìkQXXXSnyɅϹu}qR(xvħw~|‎}z|}|{º~|}yyκʷ®腤󀔪~txyzyw~zww{ſzżz~|Ʈny|ۀeeffgghgeeefiu{~INRIIIHGB?vpnnmllkkiigddbbb````abbccdbccdefhikmux>CFGGKKNRRTVVXYYY]bghknqqpokheeedegkkjifc][ZXTSRSSRQPOLJIIHEA??=xwvuutqonmnnmnoqtuvwvvwy=?ABCBBA@@???@@ABEFGHHHIJMOQRUVTSQPPPOOLJGC?xurnkjiiijlllmkheca`cgluy@DHIJMOPPSUVY]bgkp~6zqklhkuyvtqpqru{zl_VPNNNOSX\dlvŤueZOH@wrmjilsyDLYh|yrolc[SONOOUWUY`^TH|qhcafqABFGeaegrvxwvtoieɾíˊƓ ¿Ҕ̓|ÿހwҿũø뉠uptvvur}zxvvy~»{ú|}}}zvð|ry!_`bccdefebbcccflnqvx=BE~}|{{|}~~}~~}|}~~~SַƼ녏 ż۾ȳ̀ͯץ΃æƖɴޤ̟sqԷlZUIHHIGHHHHHIHT~~}~{}{{{zzyywzxxwwvvwvtuuttvsrrsrtssttsststuuuvuvwvwwxxxyxxyxxwxvwxwwwvutututrs|Yҗπ񇕠ҽͶ膜Ǭ°®}񑦺÷򁈏®Z냐[\\ZULIwwvvvuuroplfeejkportwxyzyyxwwxxQXXZgopuvtuuttvtonouy}yvutvvvurieb\ZWSLIJJI~zwvsrstt>srrrsuwzHKLMNOOOLLKMLMNOPTY]dhlqqrpmkfdb]ZUPKH{wvuttuvw=vrmheehqxKNQSW\^dhpv~3ýǽriedhqvĤm[Nxvw|LYliνx}dTxqkimvOasxw{ufo}{ȱkuwwuqk¸Ԟܰȱyw|xoe_^^`^_^_^^`^mԂ聎~̸Ϻ鄘z|μق퍠~tvuuɾ}yx~ǿyxʸ}zþwfilqsuwz{|qqsrpu{~IPTIOF@=skkjhgggfdeca``bceeggkklmllkkklmrwxCIHHOSV[[Z[ZYYZYVTUY]_bcefgdccb`cdfjec^\\[^\ZXROMIIHEA???>yxxyxvvtroligfghgihghiiknrtvxy>?@@AAA@???@@@ABDHIJOQTWXXWTRPOMJIGC@=vvsoljgffgikvifeb``bflsx>@DEGIJNQV[^ceksv{~wrqnnqsuyl_VOONOTY_lw˼waQG?wrlijns>FQb|²pe\XZ_chiji_LCvkeccdkuAKUXWYXOwfnmdjkkjhdºџ셂响 %(.ȅƀ˃瀌}̹ķxyҿɮꊩ򏠱{nopo|zvu{ľ|v||uǷxEs{`acefgilmmeefeehmoqvx=BE~~~}~~}}}|||{|{{{|||{|{{|{{|||}}~~}~~}|}~~~~RԴ½􃌑¿ź ؿɣ胕]۶ʷՁܡфɳ}pȻwyYJHIGHFGIHGHIHHHFHHIH&IGIIGGIGIIGHGGJIHHIHIGHHGGHH~~}~}}|zyzzzyzwxywwvvuuvttsuttsstrtstssutuvuwvvwwxxyxyx wwvwvwvvuvvurqa 璦򊜧׼ַyvy}ª¤sͽusӲxr{sڀʹüĿƹX܁丱󇐘R\\\XSKIvwvtonniffensvxzIIINWWZdruvwvutpprnbXX]bdinrvwxyxvwzA~xwy{|{uoid_ZVMHHIJIII{vusomjhhghjklptvzIILNOOONONcOOPSY\bgmprsqnhd_[XROOLI|xvvtsrrsssrolhfiovyKNSY_enu}1̽zqlggouy]LT_qµpUO`~fOV[jiº|ጄwʹʺߘx`_`]^\^`_]___^^___^^]^___^_^T_]`_^^_^``]_^^`_^___`^_^]]_ u֩쒤鄓Ѹٽ}~{~}ѻĨx{yx耉ƀȹ~zxx||z~~ɼ}_ytx{~dddfjoruy|~yvwwvyJLQVIIIGD?>=zxwx>??>{xwuokhffdcb8cddehknruwz??@AAA@ABAA@A@BDGIINQUWYXWVROKIHFDB?=xvtpmkigfxgffedb`behmrvwy>AEHKOTZ^dfkrv~ǿxommptz~se[TOOOSY]hu־lYHzsqrtw?DJTcziϷ}}sTC|tpqvAK\kx~spjcNAFHybþbĿ~yῬ畏ȸϚ  #˅Džƀ¿肐ѹƭₘy|{Ϻ˰ӹՀ}̿{wuuy~zx|{Ȼbwptvy|___`bdfhknpqtuvkhjiikruuw=?CF~}|{|{|{{||}}~~}~~}|}|}~~~~}~Q̴녏Ⱦ;Ǹ샑 Ť`Юɤ~vӤ}zzymyKIGGIIIJHIHHGIHHHIIIGHHGH-GHHIHHGGIIIHHGHGHIHGHHHIIHJIHIGHHIHIIHHGGHHGIHJGI~{||z{{zzyzxyxxxvuwuttstusrttsrsttuvuuwvwxwxxxyyzyxwvwwvuuuv⃘͂Ǿӻ|}ƪyÿo}ׁͽ~~϶˺zfnˋ􊗠؀ɼŽö[񍣮퉍ȶXYXSOJvwsojjjĄejvw~KMTVUTRONNNOOOWWY\gikmnjlhfigWKILOQTY^chlpqtvy}}{{yurnfb\WPMKIJMOMKKIzwslgfeffhjloquvv|IJJKMO`PTW[]bgimnligda]ZVRSSQMJ~xvutqnmlkigffilrvw|IMU\bnu}+ԾzqlmpsxϿuaTNPXbozeϾd[URYf}vxwYxl|{y}ⷸ}Юg`^^__`a_`_^]_1`__]__^__^_^^^__^^^_`___^_^^__^__^__^``^_^_^__`__^_^1_ѹԄ~Ͷ}}ʱwفƶ~}йȿtŸ|׏灍y|~~عYㄗ|gijkloty|}wxxw{ILNRS~GHGDA@EFEECBAA@AABGHHIPQQSTRRPOQOF>AA@@@?zwvsokgdbakbcdffhjlquwxy{???@ABCAAABBCEGHIJMQRUVURQOMJHHFEEDA>wuqlkhgfeeddcbaabefilptvw=AGIMU[_dkqt{FĽ|upmorux~yqj`[TQQSW[amvݤxfVJB?@EKRXakza`LGDCGN[l~wqjpeZ[ZGmdy}}yvտе+ DŽƀѢ}ͷӼ򁐧ℝŶʸÃ}}vy~}}|{{|~}Թ¿`wz|}}abccddfkmprtuvvuwojllknuww<>?CEʂڂ~}|{|}}~~}|}~}~~}|{|||}}~~~}~Oֵ셐ľ¯ʼ솖 QݶҽǼګsek]eMGGHHIGIHGIIIGHGHIHIHHGIHHIGHIHHHIHHHIIHGHIHHGGHGHPGHGHFGHHHGIH~|}{}|z{zyxxwwwtvvtvutwwuustrssstvwyzyyyxwxxwwwvwvvvtvـƶշzõ~wԷtηsk`aw~ƿºd򀉒񀄕ǷMMLJxuuolijhÄfju{KPW_`a^[ZZZYXWWWXXYZZZ\]]\[]]TIMQVZ_dhqv~zwtrrojdb\XTRPLKPSSQPPNL|vqljhhikoruxyz|fJKMOOPPQSVXZ]`dgiiigggdbb^\ZTNJywvsokifeefhkotvw|KPZbir |òiӷndcbjutlcwm¿}yʾ黝tֿ{d]]__`^`__^^__^_`_^_^^_ ^_^_^^_^_`_^_`_^__^_^^___^^__^_^_@^_^_]^_^^^__ ύ􍥻ƹϳ{ȻѿŹչzȺѩ{ƌʋ큋}Ϸ~}%x|煇1eillmqsw~}}xrsssuJK?@?=yusjggedbbb`bhoruvz>CGJJKJIHIHIJJIIJJEyvwxx>@DHIKOQX\aeotrsyxuvsjdda]\ZYYVRONIHGFC@@BFFFDBA?zwwwupjfdccbcdehjmnopruvvwwxyyyzyy{?@@BCDEFGHHIJLOQSSSQQQONNKIIGB?xvsolifedca``abdefjlpuw>CIMRX_djovtqopoonooiee`]]][]`enuumjijighoylþwnbTNNLPW`ktqhbdheae`XTMjczxɾдᾦ <̈́ȄTڢ숗󋡶ϵų؂Ĺ˩ۓNJ~y|Ͷvz_bcddefhprssqssqnnjfgg fiqttvwy>>ڂ~}|{|{||}}}~~}|}~}|{||}}~~~}~OǽB>ƾ̼PŮֱ퀂ú˿߾~kWMff_XKNHIIHIHIHIHHHIIIHIHIHIIHHHIoHHIIHHHIHIIIHHGIIHGHIHHHGHHIIIHGHHHIGGHFGGHHHG~}}{||zyyyzywvvuuvutsvsrstsusutvwwxzyxyxwwxwvvtgk}ȶ۶Ƿ}s˲q܂~ݴmzlgb_`dzbsù톒ſý¼N耊 |zvuonnlkjkifffghjquKQVbeeea]\^\ZWTRQSNKKJJMNPQRTQKIJJHIJMPTY\birw|toljlkkifb_\[YVX]^[YVRPL|wvtrpqptxy}~~|IKO[PPRVY]aeinrttqmida]ZUPJywvsnifffhhiklnsuw}PV_mzŸOygbb_`dgjg`]emeYXTQ~toijjǾøǨthyrdf_^___^_^_`_`_^^_`_`_`___^_`_^___^_^_8^^__^_]]^\^]___]-{v펧̻{Բ˼yǰyށ}åã}Ҹz{ry|}zz{~|Ǻ}¿|zy{}͸~[yxehiikmry~}{xwwtpolggfgipsswxy|~pponmjhedddcbcb`a`abfiruvvz?DHLOONKI2HFCCFA??>?@ABDDFC?==>==>ADFIIMQY\bkpqtz}{yuofc_ZWUT)RPNKJIIHHKKIIHGC@{yxwvpljhgfffjnoqrtwyyxvwusqqsuvy>@ABCDDDCDFHHJMPSVZ[ZXVSOMJIHD?xvtnkifecaaabbcddefhlquzCGLU^dlyĿ'spnoqorsplkmjkmlrvwŶmnd`YPLLJKMPPNKJNRNHGDCyqhdbcc¾·ɴ߽䨑!$݄˄Ƅŀّƃ쌣ŵzԴǷȿ႞儓ʭշ׹yyvwy{{yŹz}ywvxz~}˸Yws~~~_aabcdekonmjijhedca```beghkklnnԂق~}|{|}~~}|}~}~}|{||}}}~~~~Pゅžøƿǻ釜UĨػɽİ}ʷgyp}zYIIHIIHHIHIHIHIHHIHIHIIIHIHIIIHIHIHIHIHIHIIHIIHHIIIHGIIHIIHGHIHHIHGHIHHHGHGHIIH}~{~|z{{{zxy uvtutusttutsrs tvuuvxxwwxyxwubуƒᎪɯζ|z~zݼvps{ԉ䈙~àݻ|cjY^___\i5숙ĺľ̽Ž bkmlkkihffhhjllnqqsuuuww}JJLLPS[ahfdb]Z[[VRPLLLI~JMOOPONPRUVZ[\`fkr}ujedddeege5c_`bed^\\XPKI}yzxyyz~IIIJKKJ|wwwyIKOZPSY_emsuuvuusnhc]XPK~ywwvsokhgfghhijkmmonnprux}MUbwʻ Tî|aZSOOTXTM{~xuwxqr|~tmǺ}ȿwûuc___`_ `__``___`__`_```_`_```___`_ `___`__```_`_^___^__^_`^__^_]_&$w卜ɄڇvҼ}ۼӼί揬䆖}ĥʧstwyzzw͙ːՀǷ}|||~}xõLytz~}~egntsrnkkiŅefggicdcccbaXbbdddffhiiiklnrv>>??BDILQPOKJIIIFDC@?@>vtqqstuwyz>@ACBBBDDGGIIILPTX^bejqttuqhd`[SPOOOPPQP#OLLNPOJIIIE@?{xwurpoonnopruvvxy|??>?ywurnmmosvwx>ABCCCB)DGHLPVZ[\\\[ZVROJIC?xtrnlkigecbaaabbccdddegfhlqy@EO[gr~wvvz Wٻnlj[JFDACFGEAxrqoprmijlggoqrje黪ӫ㸭޾ `DŽƀ׏׊ۆrʶ|۾ƶȶ퉙̭۸שޘҀŶ|}{zyz{}zv5wpuyyy{~`adggfdbcb_``aaԂ~}|{|}~~}|}~}~}|{||}}}~~냋ѺȻTȽ¹툗d۾·ر㼯ھ•ȿƻr_zus\IIHIIIHHHIIHHIHHIIIHHHIIIHHIHIHHHIIHIHIIHIHHIHHHIHHJIHIHIHIHIH-IIIHHHGHIIHIHGGGIHH"|{{{zzyxwyywwxuvvttsurrtrrstsrst vvxxwwxyzyzyxwwv}gmljzВ˳ʹɭڬof^\\dyp~spm``a_mj|􎢳¸Ļǿ[begioqrw~ILTXZ[\`ekrsoe`XYYSKJIHIyuvuuwyzMOQPRWY[\\]\[\_cgmqx~vmea]^^]```aT`acdaa^\VOKIKJJIJJKJIJLOPPNJzxxy}KNOPPPOLJKNRW]bfotuwwwvsmbYPI|x$yxwtuuusrrruvy|~JQ\hx¼Yھzid_cjvq_]YT|}vw|}|t~꺒˶p¹{b`_```__```_` _``__```_`_`_``_``_`a__`_*^_^_`__`^^]^___+|xvt֓ҽĵϵ꽘|vqrxx|ðy˧}{|zyˁ兖˄̀ûο¾瀈vwxz{|z>|}ggf¾:`abeeejpquvvvxx>?DHHIIKORXYVNKHHIE??>>>{vtmkkijlmnrz@BEEFHI9JIIIKOQUY]behkgc`\VOMKKKJLMLLMMLMMOOONJJHB??|xvtttuvvy~@?>;?@@@ADDDA?zwvspnnoruwz?ABDECA@??AFHJNRX[\]\\\ZUMJD>wvtqommomtkkjiighhijknnorsx?DJQ\jy'ȿʸPƼZNMJLRXUHHGDvopkmsqpw|squpiú|纓̗ͷư  ѓ򁓲𑨻˸~ŷխہʹ߹ݭӉۉၑ¿}||~|̾~rssuvwvxyz}~ `a`ڂ~}|{|||}}||}~~}|}~}~}|{|}~~ZտѸƿ{¼H̕߇ǵա~}ź汹ipOH\bXSKIHHIHIHHHIIHIHIHI HIHHIIHIIIHI HHHIIHHIIHIHIIHIIHHIIHIHHIHIIHHIIHIJHTIGGHGGH~~{{{zzzxwwxwywutvststssrrsrrssstsutuuvwwxyyzzyxxxyxwwuukp΃ɷ~~ɪɜzc`dkqzـ㍤žöܡtz؄䀌=݃Ź΄̀ſǼɿˀeejluwxJMNLKNNTYgjmnsv~xmc^\ZQLLLJIIxwvtrrrs~LPPQY[_accc]\\]_adkru{zvrid`\\\[[[ZYXWWTUXZ[\\WROLJ~KQW[ZXV`URPNNNPPPOMJI~|}IJKNOOMKJIJMQX]dkrtuvvsnf`XRK}}HJJNPNQPPW^dt! MʱZQUTU}m~x̝}}ǽ˪zlbw}uoea_`_```a`aa`a``a`a`a` _`__```_``_`_`_`_ ^`__`^_^__^']^ċvz~˼ϼ~ΰۮxvy釢匠}Ÿ鯃ѱى剥~򅘲{üƿ~vz~5``cdhjkuy=A@??@@FIPRTUXZ_aec\TNJIIC?@@?>=xtnlhf"gq|@CDEHJKMNNNJIIJLMPTY[^``^]ZSOMKIHHHFGHIJJKIEB??zvtstvwy?DHJJIHGFDBAACDDCA@?{wwusrqruz?@@ABBB@>{|>@AEHKPUY[\\\[WQMIF@xvutrrtuvwxwvtutwxxz>@?BDACCBGKOZeqQɼŸNǶtgGw{w{CEEFoe{v˞Ƽ߰   "̄ˀ~Ķо׻Ş폢瀊utpkgffelx>ABCGJNPTTRPNONNOPTWZ[^a^]ZWRONLJIIHHHFCA}z?ABDDCA@@|xtsqqtuzCIMRTTRPMJIHFDB@@???}zwwvx{??ACDB?|ywwxxz?BFIMPUYZ[[[XTPLIF@zwwvvvwwz?@BBCEFGGIJKMMQQQRPTZ]erƽͻ ƵLʬkTWUW[YUJqŲxգԲߍ驑  %̈́̀Ƃˋ捥Ż~;ӭԪ󄒦㊡г󃔧샍wĿÿ{|wŸ`쀆r|~~}}}|{|}~~}|}~}~}|}~~ʀ띣ǿƻĺǿځ5ꄕ;ϔϱtuWEIIHIIJIHIHHIJIJJIIJHHIHIIHIHIHIIHIHHIHIHIHHHIIIHHGIHHHGGHGH||~{{zyywxxwvwvuwtuts tuvvuwwvwxyyzyxxwxtol}ދ±ɶ캇Ϝ}pk}rw鍠̙yxַ|t􆐚¼ξAehot~TXYYSPSOW]myyvtrnhkjgcb^QJ~yxvyMRSRX]fkrtskiiedeehpvwvuqlhd^XVSOMK~}|IQ\bgorqok^fa\XPKKPTUSOMIJOW]dekoqttsrnjc\UOKILNPQSUY[_dhmn{}ƿĽ_ѻcky|Ɵv]``a`abb`aaabcdcbabbcdadebbccbbcdcbcddcdbabbdfcbedbddbcaacdcbcbabacaba`aa`_`_*^_^___^^]^^_'w؅ǿijᅬᰎ~y~錞~Ξ~~~ֹy򃌖I냐¾ýG¾ƶゐ} eeefĄÄý`aehqtxFHHHFCEDGIS\cfiosstqfa][ZYUQTSPNMKC?zvrnmjm{AEFFHJPTX[ZTSSPOPPRX\]addda\[YURPKHHGDA?zvuvwwxzxy|zxvtrqrsv?FJNTYZYXVQNJIE@{zy[xxwwvvwww{@CGHGDA>xwwvvvy?DHKOQUXY[[[ZXTOKHC@|z{z{>@BDFHHIILORVV^_aeceefjnrɼ%ɻ üBɦugdMcwƉŵ웻Ʌ؄ŴțǠ񎟪֩@¡􃒦怌4ýGĶw?___`~~}|{|{|}}}~~~~}|}~}}}|||}~}~}|}~~򁒧؁´يϿɼ̽û񊗡.끍û-痂ϰȵ[peYIIIHIJIJIJIJIJIJIHIHIHIIHIIHHIIIHHIHHIIHIHIIGHIH5|{~zzxxwxwvxwvvttusrtrrrstttuvvwwwxyyyzyxxx}`fn΅ïᴆ̟w끔⹔zs􀄆Ƴ񀄌΀󄏝ŽĿ¶:򃏐¾elsK[^b_ZYYW\dz~zy{w}~ytoaYWOKMVY\[afotvwunkje`cbbgot~xsia]XRNzzz{||{{~~}y{{}MSY`fkqpplg^b[SKLQWZZYVQLIJMOTY[`dfotuxyyxuoha\XTSPOMMOQSWY]_bhquƽ@ḛgh㥕~˺ϡlzeabadcddbbabcbcdbdccbcbccbccddcccdcccbcdcdcedbcddccdbdccbcdabcbabbaa``a`a`___`_2``^_^___^___^__^vt}䐼ـx|}}|xƴӿ庎߳퀒⼙zȷ~ |Äŀÿ{ɺ{wegjmprroonhgfeù`diqt?IJKKIHHGIN\aiipsutrlca_]\]\_b`]ZVMHHB?yxvuAHHJIMQWZ\\\VTTPMONNRX[aeeefefdb^[TNJIFB{tpopqrqpqssrpppqstv{BGIMRVYZZVSOKEA|{xwwvvvwwvyAFIIFB>xvwy?BDHIIMPTX[]_``^\XSOKIFGEDBBCEGHIKLOSY\bgkpswxtvuw%ǽ ÷DɽpkNbগì渀  twxyxwsŚʴ]Ťο􀄋¾yƾzȺys|}|||}_`bdeggeedaa`_` ~}||{|}}}~~~~}|}~}|}~}~~ʄ3ƿtɻ󈓘Ž=ּ̀ȰyxykxfGIIJIIIJIJIIJIJIIHIIHIJHHHIIHHIIIHIIHIHHIIHIHIHDJHIIFHHGHI~}|zz{vwxxyxuvuuttsuutstrrssttuvuwywvdix腗Թ̸~ͥrꁇͺxyۃǾV󄆈½is{L\`jieffekv}sk^\ZVQNNLOWZ\]afpwzzvmgf_Z[\Z_cgsz|rnd\VKywvvuttuutrqsvvzMRV\bfgjkigc]^RIJNRX[\\[YUPNOOOQRTWZ]cglquvx}|yuqjda]YZXVWZ[`aefjowɿ ƺFЩSjzڤ̵偂sĜĦdcddcccbcccdcdddcddccddccdedccddcdcdccddccdcbcdecbbcbcccdcbbadaac`a` ___``_```_$`_`_^^_^^a_``\^^]^_|t{‑ywŭǴҫz큆о‖܁~ـ|uvut¾}Vxz{|fintv|||tqolklkihihfbhos@IKRQNPONSZdjqquwutshccb`acceefaZTKIIHEBA@CIIIJMPX]__\VRPLHIJILORZ_ceimmonlga[WPJH@spnlkjihiiihghjlpuyAEHJNRSTUTRPLE@zxwvuttuuv*x|@CHIIJJJIHECCEEFGGHILORV[\]_bdd`_\ZUPMKJI%KJMOQRVY^cgqt}$MϹƽjaEcwئտٳ¨̈́ˀ؁』tz~zsҾǶݸƶ򉠿ㄑրxppooü¾{}8suwxz~`adhjmptuvqnnhfecbbbaaӂ~ }}}~~~}}}||{||}}}~~}|}~}|}~}~~킎ć0ǷƿrŸ鈕޽8ƺͺ½ȭťq`_vOGIJIJIHIHIJIHHIIH(IHHIHHIIIHIIHHHIHHIIHHHIHHHGHJHIHG7~}|zyyyxwxxyvttsuuutssrstsssttsuvuvwwxyzyxvWyxzͲuy݃˿~ֶډý񁊒¿Vꄊ¾firx}KX`rsquv}of]WVTRRQPPQSTWY^choqqied_WYXTYZ_ktxvmbQ|xvtromkiiknswKPW^ceehkiec[P_KI~zwxz}IKORW[]^]\[[ZYYYXY[^adejnpqqrtuwxxvuspkgfddcefhkmmpsx}ǻ >ҳ|uu{r`XrͻٸrպqҾobddc0ddccddcdeefddfffggfgihefeefhggeegeggfgeegedffededcddcccdcbcbcddcccbaabaaa`__^`_.^__^^_]_`^_^^nƒ}􂌘{x|׽ƫ~䁘Ź}غچyzyvyyxv¿tvĿxx}ehmvy~JLNPPN~|yxusonnkiȽ$`bhlp@HKWYWZ\^aiptuxzzulhfe feeeWPKHHHGGFEEFGGIIKNRWYYSPOLHIHPMU[^dglprstrmfc]WND{wurnkgfeedccdehmty@FIMPRRTVUQOKE@?{zywwvspmnpsuwx|~?ADGIILNLI?JLNORUWY[Z[[]^^`^\[YVSSQPOPRSUWWYZ^bknx'ʺлIϰwrmd]YXhr|{vx{i]XMHiĵϯ؄Ĺ̖-مܑă󁊖v|zsѺ{׿Ѹ臕ź«ቢv~|xv|qssspoĽw}sx{~`bdiloux=>@BA?xxtqonlkigeeecb҂~}|}||{{||{|||}}~~}|}~}~~~􈑣zӵȯ³􌝨·#9˧ųվʽаªp]NCD@vgipkp^OHIJIJIJIIJJJIIJJJIIJIJJJIIIJIJIIJIJIJIHI JIJIIHIIIHI HHIHIIHIIIHIHGIHHH}~|{{zyyyxwwuvutuutrttssrsrstuuuvvwxxxyyyupvs~ڼ̱֬Эo|рƸռξŻ󅎘ǿҀ¼񋑗ëTgjswyLQauy}{bZPOOOPOPQPNMNNNRV[^adbdc]\[[]^`ntyFo`WRNI|wsoliijlos{LT[`ceglmkc]YVSQNK|wwvv{IJNPRVYYXYYZ[\;^aefeefgfcdefilortvuutsrqrrsty| Lϼf{v~{zhȫżɻ|mb`_ˈyz}kbdeddheegdhfeeghi@ghmiinokgkiikjhjlkmihijmilkkmlhjkijijihhhfgheeifffgddedddcdccdcdcbbbaabca`a```a` _`__`_`_`_#^^_^^`^^^ɋČ~{z˱ƭڲ濬w|׿~ŷ||x{twvſtǻu˽』¼~efjosvLPPSSUSQMLKI}ustpkg½1acgkn?EMZ\_belotvvv{|ttommkiife\NHDCBCbFEC@BCCEHIKNONOOKJJJLLNW[_begknpqrpomfbYNHFC?yuqmhfdccdeehqwzBGJNOPTXXUQLIHFFDA~zwvsolkmrwwy}@@CFHIKMOPQQRSSRQPQSTWY[\[Z[Z\\_`ggnnrsxz%ǿ}{Ϻ>yb`P~tnipy~vnmmbøȬʲᶣ  ߛψ}v{|{uĬȰ佚 ߁}~܁Ŷz~yux~¾oqqȽ̀oͿ÷~z~``cefhqxx>AADDFEC???=zywvsphffedaՂ~~}|}||{{|{||}}~~}|}~~}~~~徬¾ǹ񎛠ʾ 7¸ͽâƋosdTUEN}xqWFFI JIIIJIJIIJIJIJIHIIJIHIHIIHIIIHHHIHHIIIHIHHHGGHG{||{zzyyxwvxututtvussromnllpruvvuwwxsunp؄ջڹ{qu􀆓Ⱥ}̻qĻ˾ȁ(Ѻ.eeiltvzKNbtzg^PJfKJORQMLLIILORZ`diifikmnnz|upkc\UPKzwusrruw|MTWZ`fhhfca``_][WQMIzwwwy~ILOOPODPRTTUWY[]_```^]\\[[[\]_afimrtvwxyxx|»MҢzqWvk»⽟˓ssckwcdddfgiimjklkjkjhlnnnm8omopompomlpporpqqqnpnpqpnmmonrpknloojklnkjkkommliikgkgffe cddcddccdcbccbabaaba`ab``_`_`^^_]]^]ǃz킑xxǰӵ|Ùz而z|z{zĵ킍{zÿڀµͺx| efiltvwIMOPQQPNMKIJIJJJysspkhP``bdgjn>AMZ]`eisttstux~|vusrpnjffcRKC??>???CGF@?@>|>ADFJNPTTRTUVVW_`cefedegihfd]XUPKHD@zvqnmkihhknsvzCHIINQTURPPOOMLIIGC@ywuqnlnqtvxz~@ACEEEDDEFGHHIIIJLNNNMLKJKKJIJLMOSUXZ\\]`_``bemtx||~5ɼ{x} ?ձ{[XGkc¼ὡӟδ¾މ킏ssԸΦ}xxxx³~xw~ŽȻnƵ}wz{`abdfgjp=?@CBBB@?>===z===xwumffeca~~~}||{|{|}~~}|}~~~~~!􅍑ЍӺŻſȻ6ܼٺѸskmg_xLSUJFEGIIJIJKJ KJKJKJJKJJKJIJI HHIIHIIIHIIHIH IHHHIIGHIHGGII||}{zzyxxvwwuttvqloR[ZXwpttuuwvqny섖̵̱~ϭ}ۀKƻֿԄF摓ʶFgjllqrwyLQgsuy|iXMKOTQOPMHILU]dovsx@~|xuqmorvy}{wrke^XPLKI}|yy|LQZ^_[YZZ\^__]YTPOK~ywy{}ICJJNPQRQPOQTUVUTUUSTTUWY\_cglmnqstxܝϟrk[}j|}}ѵԾކ}ypûowvkiifflklnnnkqporqpppoprqqrnpoqrrqrstrqqttqtrutrsqsssrtqrsutsqqqrusqqrpoqqormn+qmlmmlkokjkhhggfefdedddccddcdcccdbddaabbaba`_`_`___`_^___^_^^^]__jrrpLjz|ѿ{ȮԴ~z z¹~}y|ýtuuıÿ¾~ehkpvwyNOONLJ~~yollhfeefeff¿acddfglot@CPX[^cfjgffhklrv{xrplmkhgihf^TIA?zyyx{DHECC@?{|?@EKQX\[^bbcbefgfeb`^^YXY[]_beedb^ZUPLIEA@?|xusrqqrvy}AGJMMLJJKLMNN LIGFD@{wtpmprtuwy{~?@@ACFGFEDDFHHIHHIIHWIILNQTWWYZ\\_eirw~xvuu{ýI|YTJodû}z{}{еǰ㽒  텍؈ʹzɱ߿낌y~}x|{zvxŹdoqq̾y`acegjmv@*?=yurqopptvvvuqkeddba``a`aa~}||{|{|{|}~~}~~~~ſվ풗ļ¾ĺ񈓖Cɺ1ӶģϳĹʴmzkZEGHIJKJJKJKJKJJKKJKJKJJKKJIIJIHIHIIHHHIHIHGHG||{zyzywxvtno|Nls[{rtusze|ȲƯꁍ􈞳킐¼Ȼ̵󂇉̀Ѱ fgjotvvy|PUhrtuxvuoklnrw}~{z|yzxmUQKOQPPPOLLLMS\bnwv}ytnjgc_X[`bfox}~xusme_ZUSQOJ~yy{~LPQOMMNOQTUU QNNMywwwvvu vx{AJIKNPQQPPOOONOQTXZ\]`dhkprx̻ Bܺuyoj˸½θw|Һ{fgimpoopoprnqsrossstrsstssttsDrsstrsusurqtutsstrqsruutrtstsurstssqsuvsroopropoooqonlolkklmljhfifgedcccdcccdcaedbbabbaa``_``_`_`_`_^_^_^_^_^^gqŭ}Ǝ瀐ʻꁔӀ}{zyyz{z|yzy{vxyywuҼv{}eiltwxINOLIvurompuvvvuqifgeȄegkjmpnkjhǀabdehiilpuv{DGQWZ\][[VTTVX[^cfd`^]^]^cgfd^UHE?xwvvzCGFFDB@@@AEJOW^]`eefedcb_[YTROMJKNORX_cddd_\[XRMIIHFD@|xvspprtv{AEEEDCDEFHHG+EDCB}ysnnmlkkjijjloruwy{}~}||{}~>{yxyz?ADFG2FEDDEFHIIJNOQTVZ[^emsz%wqnmlos|ɸ 3ͪid[vngc²}¾íо៏  낞ģޖ耎õï耑ź{yxwwxxxzww||vxqsttrp˶rwx{`bdfjlq=@@?>wvrjhfedfikjjhfcaa``accdedccb~}||{|{|}~~}~~~ꅗ¼ЯǽѽCڿDɡҢȩʾǣyi{r_|[DGGFEFHIJJJKJKKJKKJJKKKJKJJKJJKJKJKJJKJIJIHIIIHIIHIIHHIHHIIHIIIHIIHIHHGHH}}}{{ysqMeuW~rssqRtu냓öȼ􄋐Ķƻ +ӶE򀊒݌niknruwxyKPWcgjpojd][Z[[^`cefdbefelw}}zvbWOKMOOPOOPPS[alwu|}snkf`_[XUOJJMNR]krrutrnole`ZUSPNKzwb|JII|vuvvvutspnlkmquxKNOPOONOOPQTWY[[\_bbehnt ĸޗ ҬeRznͶø̫s°q~jkkilnoqqsursusrsrssrrrqtrptusstsssrtvuqpqpsppstrtussuuwtusutuuursutttsstsstssussqqtr'prpmpnlmolknjhkijkhgdeddcccdcccbcbcbbdea`_`_^^__^_i°pjɸx~ù~~{y~}z~tvz}zt¨utuuuy{ehkovxzMOOMMztrffhiihfɄʇe fhqrswvvurljicdefilmnruww?EHNPSWWSOJIIIJLMOPQPNQQQV\`a_\NIE|wvut{@ABDCDDEEFJNW^]`dddb[XVRNMJIHD?@BDFLVZ\]]\YXVSNKHHEC@}{xvrommnrtvwxyyyz{}??@~{wqmkjhgfegjpvwxz||{yz||ywwvx{ADDEDDCCEGHIQJMOOQRTY]fpz¿vqjfdflrxо:qbPE{meŰùյǺ  ¦كŏǻՀ~~Ż|ƹ~|}xv{|zw{ĺ~equxzzzupҼqpqqpuw|`adehlnt?@A@?xwkffaaba` bffgkkjigdcb~}||{|{|}~~~~뀎̼Ʒ򖫴Ľ97ɧժŧӭ|uoɳwvhYJpycUQIKKJJKJKLKLKLJKKLJKKKJKKKJKJIIJIJIJIIHGH IHHIIHHHIIGHIIGGI~~~bdmh~lS~ostsspoƽ~k낓˾оƾûȽ׀Ҹ〆१ürkloruwxy|JMUY\abc^ZXWWTRRTX[[Z[]^dllqul[WM}JKOORQS[_kyy~shb]WSRPOMQ]behjhedb]YTNLJ}zxxwvvuwyz||wvuutqljgghkqw|JJJJMPRTXYZ\[]dmz#;ȽϠgR|ķ̪ƫyǞ{Ү~q|xrqsrstqssussrtsqsrqtttqqrttqssqrvrtsustsrsrsrrptuttsvtqrsrtrrqtuprtxqrrsqst#tustrssrsqssqnpspqrolnlkijgjghigeddcdcbcccbaaaba``_``__``__`_^^_^^__]]_|rzvέkǣ{Ʈֵxف~|}ƺ}{̾z{zyyzz}{{~üz~z쀐tuvxy{~|uz|~~}{}yvx}efilqwxzQQRSNJuvkfkmlllmopr|}}yywqnldeefhjlmpsuvx>AGIJLNOKH~GFFGHIHHIJMPVWY\UIHBzvvrsy|?@BDGGHIMV`abhgec\TOLHHGFEB~|zy{EKPRUUTRRPMIFCB@{wvvusrqolkkjkkkloprtuvwwxywusomlkkkjhgedccdeglsvwxwxxxwwwvvuvvwz~@@@~}@CFHIIIJrLNPY`lw{vtsqqrtwûDxaRE|qǽ~˫ѵᶣ΢  λռޅ爞}~||Ǽ|ùy˽wxwvvww}~||~zxy{x{x}nľpprsuvy}~~|w̺quxyzyzywyurty~`abdejln{BBDDA?tggcadddccefghpprtqnmjfedŁ~}||{|||}}}|{|}|}~~~~~~~B념ݽrɼſĽ3˥ɹϻ{ϾsvlIKJK LKKJKKKLLKKL JKMKLKLKLMLKLKLKLKLKLKJKKJJKJKJIJIHHIIHIHIHGIGGHq¶fN|llrttsstqylpxx~hw{||߀ò򁊓¹݀ȷΆ곢큛 ޿ZkkklnprsuwyzKNQX]cba]]YWTQS[^___`accding`YQJ{KOPQX_i~tjaZVURRSPMKIOX[\]^ \YSPLI~|xvFspnmnoqrttvx{}}zxwxxwtplhffhkpuxzywxx{}~~LOUZ\[[[^hs#ƾͽУ{e{Һȶ|úqttqtsotrsurutvvtsprruuvttutstrtwtwuvusvvsusrstuuutuvsssuvrrttrruuwvrrqtrnqto&orquuqrtrrtsrssrqqoqnpokmlnoljjihfgdcdcbdbbbacb`_```_^_^_^]_Ŋοjˌ|›s{~~{}쁊½мy{{xy~}ž~}x{}|C¹uy|xǸwzzyxvuwwyBeilswxKNNPNyurfpwxy{~JKJ|zwtpmjdddeefghhknosux?BEHJONMJJIHGFGJKLLLMNOOPSWRMJE>ywquwxy|@EFGHLTcdgprrlb\UNIHHGFGEBA?~CIIKLLMMLKJHGB?|wvurolkkhfeeefghjkloqtvtrponnmjfedcbcegkopnmoprtuvuuvwxxxvttuwzBEIIJNLKIIKNV^gqy~zyvvvuvwxù 6|^PzoƵ}ȷùǼܴ 盺޺ׁ끅{|뀇~ϻwxxvw{~~zĽ{~{v~yzz}Żptxz|~zssuvutqqrsvz~~`bdgjlq?@@B@zxkffafjlmoprvw{>>>wpolgeeρ~}||{|{|}|}~~~~~~~~A󆑖󀉑|ԿǶû4縊ǘɲ|෬ɯͯZYKKLKLLLKLLKLKLLMMLMMKMOLNMNLOMNNNMMNNMNLMJLNLLMMNMLKKLKKLKJKJKKKJKJKJIJIHI JHHIHHJIIIHIHIHIHGHGHHGa[qptstuuutsutnouyv}k}yꇖʷø􀇊Ͼƾ󂐔½􄒄㶷tlllkjjkkpsuv~KPRY`gmljifc^[`fikjifdbbdeigd`XSPILOQRW]f|xoe`^\Z[[XVTQUXXYXWWVVURRRQPMIwvusqqssqpmlk`mmnopsvy~}ywwslfefijjjlpsvwy{~|xwy|MRY[[[ZYY[^eo~ŻY˞rUv˺㹲}侳Ϸl}rvwststuuussusuttutvtvtswvttrssuvsvuuvuPtsuursutsuuvtsuvtutustsuuusttuttspqtptttqpqrrtsrpsrsursrrroqsqommmnigjjgfgfeccddc dcca_ba`a`___^_`___^_^}xƫ{Ϥv{₏~~|±yyƺx~~Ŷ}xyʿvx{w˻vz~~|zz{}ejmsuu}~{uomgem{KPRQPPMzxvtrpdHccddegiksuz@CEHMQVVTTROLKLQTUTSRPNOOPUSQNIFDytwywz?BDGGGKS`egsvvwqf_ZQNLJIHHFHIHGGHGEC?zxuokkhgghigffef$gikptwxyyxwvvusnlhebabcdddefhlnqsuwx{{xwvtrpqsux}CHIJLJIIIJNT[cnu~¿Ž~Ǿ 8uYGzlôẴñށ   ҺƊ¨넗끕ぎ}|y~}±wvŹv{{Ķ}{vw}ùqsw{zsĵrvy||{zxvvwy}`cdfhinsqrromheda`douvxz>BEDCC@xomkhfe~}||{|{|}|}~~~~}~~~A딟˽/»IŻƺ=Źͷ˶ggGKLKMLLMMNMLMNMPMO6PNORPOONPQRNMPPONOMOOMPRPNNMONMLMQNNPNNNLMMMNMMLKKMLKLKJKJKJJJKJIJJJIHIIHHIHHHIHIIIH"IGHHHGIHUy}`pqxwvsuvuttushzzlƬjzw¾οزᆝ¹ǻ񆒟clzxwurqppsww{QVY\`ipvy|}|xv{}ujfecfmljhdaYMNRQPTY]b`_bjvzslgeba^\\\WTUSTSQONLLKJNPQQQPL|wrnl^kkihgjmsy~yvrlgegjntvwwz|J~yvuuzLOTWWYXXYZ^clv#ǽ|s}m·{ƲŲrzmrsttutvvwsrtvvutsvwvwurtvutuusxvutsvwwusvxustuttruwwtrsutrqsvuuwstustvtuvwu4ttvrvrtqpstqtqrrrquststrstrrroqoqklkljihgegeccdccddcbaab`_```_"]_^_^_^nzÇxǹvz惐zļ|}z|zƸصკڀûȿ}x{~xǾbty||~~|{z{{gilnpponnponlhflLNRVQOOK~~}}}{QmmkiigggillpwyDHIKMSY]^`a__\[_abba`\TQQOQWVVSPNIBBEEDGILONMPV_edovvvtpg`[WURPONMKIHIGEEDCBAADFHIHFB{vsmhfeffefez|~?@A˂~}}||{|{|}|}~~~~}~}~»Į񀌦̳􈒕Mƺȿ蚽biHRQORPPQPKJLLWuvUPQSTRSSTTTSTSSTSSSUTTSSSTSTRTSRQQQRSQRQPROPNNOPONMLMMOPMLLMKLKLKLKJKKJJKJI HIIIHHIHHHIHIHIIHHJIH^loiblQ{{{zxyvvvututrYkʼzkhmwv|ɿ˾Ԯ䆜ɸʸϴㄕҽ񈎑铞kbeedc[TSONMNOVddglnq~xtrponoo{yvvrlgc]SI~wrjgffeeffeitxtqnllkifejrx|KNPPNJIIMPQSWY[\_aemt{&ûNjº덓|vƏqywsvvvwwtpqq}|xxyyy{zyyyxxy zz{xyyzy{z xxzxyzyyyzyyxRwxxzxxuuxtutvvuuvsprswzuvsuuvuutsussvuwtrrttqrsrttqstpmnnnkkkgiiigdcccdcdccbcbcdba`__```^__^`__^a_^zz~woˬhqwƷxswy{}|¹̀ĸ}~||~}̨ㄙ}˺϶⁐y}|~{{Rux{yyz|}}}{z|}vw{}ļ5giklnnqruxztspmhlostsuy{QWWVVWWVTRRRQSSUWZ^kNPPONJFECBBBDGOORVWZ`glpx~y{{}{g_[[ZWXYYfqwu{~vllijrrvvrmfcb^][XUPMF@~~}yvvuvvuvwyzzxwwrmidcbbbab'adkux}~xvpjgfeeedbadhotvwyCGHGEA|xxz|@ADFHIIIJLOPTZ^dgjmqvǾ ˾4Uüꋑ|А﷖Ǣ ㌏ʡ†Ʒz|~{}º̀Ĺz{zz{~{ʩꆚֿ焒w|zz|yz}vqtwz}zutvwxxxwuw{~~yrrwyabdddeffillhgfdbdfiihjlmpxCGHGHFEFGHIK҂~}||{|}|{|}~~~~}~}~~~~ɻ ù¼¼냟ʵ󉜳邏D͜VSNQPSQQMMe{cvcVSTUUTUSRSTSTU3TTUUTTUUTTUSTUTTTSTTSSSRSTQSQRRRPOPOPOPQPOOMNKKMLLLKJKKJJKJJKKJIHIHIHHIHIIJIHHHGZosT{|yxxwxyuussmrcfvv۸|xzx뇘퀇Ļӽܶʼݺw{̻|ÿy僌׿ÿÀwyzyxrjhb]_[Y^ghkoqxtskhjkľ}utsphYMKIJ}{yxyyusnhfghggfefegq`yxusqpsuusoiehqw}HMQUVTPMIJKMNOPRTWZ]djqy ѿ\{~{}||ڨkzuwxxwvsrwŊ}xzyzyzzz{{|zyz{xyyzyyyz{z{zy{{zzyzyxzz|{zy?zxxyxxwxwvuxuvuvvvwvtursttvvtvttsqupnpsrutssttrrsrpppmmqlniegedc bedcdbbb`aa`_`_^_`_^_^^r~Ӟnzrzzħ|}|け{z̷||Ұ}~ݼ}ꀇͽぉxþ|y}~yw|hleefegloqrsvz}J|zvleglr}KLPSW_nrpnkkihfa`a_^_bejpq\^^]]YTSOKMKILRSUWY^krw{}}qe][WTUUixtwxzqkfd^\\[UJDB@@~|zywvvuusoopplifccdddcbÄ(abbbhrwxyxvpkhghkmkjfdbchouwzyz@EHIIIHD~}}AABDEFHIIIJNRX^beffedfkquz|zuursv¾ Kۏ|z}z|{{~۫ꡛԱ𱢞 ϑŃҷ惍』zy̷zzа󀈌áĮ쉦ꄌv¿ztx{}usx{bd````aceffgjmosz>wpmhd`adhpsx|?@BEGLVYWUSTRRPMMNLKLMPSXӂ~}}|}||{|}|{|}~}~~~}~~}~}~}|}|}~}~~ ؽȺŻû샑H콵񊌃кT`WOONSUgmnqioxYRTUTUTTUdizkdSRRRPRTTUTUUTUTUT(UTTTSTTTRRQOPQRQRONPPMLLMNMNKKJKKLKKJJKJKJKJIJIIJIHIHHIIIHIIHIHGGHOyde}{{zyzxyutskcbw\owyϱ؀Ǵ⾥񇔛ɶۻ{Ŀwuκ؃򊕕θ􁄈΀򁉏˿ó煗Ⱦh~~~~y{wuwqopsrttsyphdcuս{strnjb]XSQQPPSSPNKyvvtqomigfueeflnmkifjrw{~ywvx|}zvsmhhpvx}JNTZ\\ZTPMKIIIJMNOPPQRUV]cltz}|}Ȼzvpptoż脅}˶i|wtswisyz}uÃƞ~xyy|zz{z|{zz{{yxywvvy|y{yz|{zzz{zz{z{yyz{zyyzz{{y=xyzywwvwxvxuuuvstsuwvvttprsuurmotptrrtsrsrtsrusronkjlghedeccdcecddbaaa`_`^^]^hsրs|{}ؼ߃zǹٹ個z۾}z剪ưy|v{y~glpvurqtuutrtw{LNSVT~wtljnwzKRY`fosw~xwwvumigc_behpubdcb^_][\YXZ[Z[[[csz{vyxudaYSRR[þ}ska\[[YWPNJGFGFFGGGEA|wwvqlkjhffdcbAbdffedbdhmsvxxwutomptuuurnjfc¾cglquvwx{~AFIMNMIIGECBAABDFHIJMQZ_egjkjfdddfgCijjorx¾gӛ\qhijg烄}̹Ƴہ삉ʧٺ   ÷ݎɌ⃑˷􆒠~y~ƾ~ع}xħűx{~qw|e}uz~adeijgfhiiihikmppsv{@AEGEwrlhdcekox?DHMQVY\_ihda]]\\[URQNLNORW\܂~}}}|}~}||{||{{{||}|{||}}}~}~~~~}|}|}~}~»Ϲ˾􆒝 `⾘ÿƳƼqfpXReoxpen\VUUUTUUVUUTUUm{zoZkkctaURSUTU TTUUUTUUTTUUTRRSSTRSRSPOQOPQPLNMLLNMKLKJKJIHIJHHIIIHIIIHIHHFEOkNQowpf|xxywxwtoknTcjxŁۃIJۊ儘ͶŬĸʿįq¼vეþ􉔟󄖝񎝯 ÷ssstuyz|wzö{rml{vwnid`]]^\YSLzvvtolkkjigffeffggiqwyyyxtollmpuve}}{wqkhhilqtvyKOVYZ[\[ZWSPONNPQSUXZ]]^`dfou~}½eȢz_`gpvnjYuλ°}rmh{{}qrͩ}z{|{{||z{|z{{yz|{z{zzz{z{zxzE|z{{wzzxyz{zzzxwwxyzvuxwvwwrtsuvwwururrsrwturrsursusspppopmljhlhgfdcdcbdbaa`_\]iinŇÿp|ގ冓ͽ㌫တʾ肌ȼµw{x~fyxy{glsvw~KSWWX]acaZZM|zust|NWalu|ysoospgcaZSSW[ag ZZZ[\_bdhlWgd_`]`ly{|~pi`ZXV{ȼ}ofda^egd^YVSPMMOMJIC}xwrlljgeEdcbbabcccdjopppolheefgkqw{~zvuuwwxzxwvsnhdcbdfhjmrvvw{CGIKLMMKJIIHGHIIKMNONOQV\`fkpqqplfedCeeeinqwJ]MMRX]XUJxmƵijļҋ۴ҥįƳ 蛿Ѹܞ󎚙¸~ǼʼǺ惡惓}sy~eutuwzadfhjqsttvuvuvz?DFFGJMNLIIArpnjhiquyBHLT[aefhmh_^ZWWZXQONJEEGJMR܂Ł ~~~}}||}}}~}||{||{{{|}|{|}~}~~~}|}|}~Àwƾɹ񈑓IJ󅌎 EɞnjڼΜzzz~y{ʳldvkTUVUUUTUYZVUuW^lv_U VUUUVUTUUUTUTUUTUTUTRSRSRQPPRPRQMNOMMLMLLKJKLLKJJKKJIJIIIJIHN]]bmldhtz|pr~d__[USKMe~uȾkyzz憚ŷūǪԀ¹ǩ{sֽst~tǾꅐüĺ‌ϵӴ煔2fjmpsʻʽzsnga\XNyvvsmkjkklkiggghikt}xvtuxKNPM}wvuttuvw{JLMMPRW[[\[ZYXWUWY[adghfDeeejrwľJǻdqñȜ|||ɡҽzqԽ{||}{|}}lt{|{|{|}|{z{{||{{z{zz||{y{y|yy{zyyyzzxyxvvyxuwyrvutu-tstvsotvvrutusqrrqssqopmmlnhigdedddccbcccedba`_innq}|ux灂w̦Ǚ}wyvnkcg܋x}~~ၓȹŷ῭~zɻɭz̸z}}}~t{Ľeimsvww{KKNNPSYao}xyxvue_^LPYdnwzfc`][_^XSQKLRYeQTVY[bfkquvxvrlhhekxtn|ž}wtxqjfb]ZUPMIE~yvrmlifedeDdcccddekswy|~~zwspmklowBFGE{xwwx||xupnllkkmotvvw{BDEFHIIJLMMLJIRKMPVXXWUTUY\cflrttuspmjhfffimruw~bǹqhQ|jʠ֯ʰɴ ˁߺ継䅕】´ľĀ~{~xȻ϶˴؁Ŀ{||pw}~`bdgiklouz??AABEHLU^`[\[Z[OKK@}|zwvvw{CHOW\ceddd^PNMJJLKHFD?wxyAEIۂ~~}|}|{||}~~~}}}|{|}|}~}~~~~}|}~€Y̾Ͽž톔󀈍G¥̴z~³||yyŧygfizNUVVVUVUTTTWtpmZ~RUVUUVUVUVUTUTUUTUTTUTSSRRSRTSPQTPPQPPPLLNLMKJKKJJKKJIHHIHCFj^oĵ܊uϷudvtwս䆘Ź£аؼ》Ľϩzĩkox¹󏥲ſ̽¼̃攟̾1amweĽvpgbZP|ywuqonmmlmlmoonouLORSQPK|}KQWZWPKHIMORW[\M[ZYZ\]dehkihghlosxaԲj[Ҽ˽|ɼ~{|ΰtruǫu{{|}{{{|}|{{}z{zō|τpw|{}|{|{|{'|}{zzz{|{{|{z{{{zyz{{|yyyzzz{zzyxyyvwzwvxstxuuuvqrutrntporsuspnonjjhfeddcdccdbcddcbba_Z]pΊwꐦ{Ʈsɸ˄ɯ쉚팝ʵ|ʭĿ{Ѷy}ƽЭӻ}а׀~~ú燚v}ÿfsvvwxxxzRWZ]_hr}x|tljja\YUZbku~yyxvn[YVTPTTL}{}PeNV]bkquyz}{utsszø½vrnf_[WQLFzvtrokhfffe,fggffku|BEHHGFC~xustw~CGLLJGD}|}}~yxxvvuvwy|~`ACFHIILOPPNMJIJLORVY[ZZYZ[[_cfjmqstttrqonnoqsuwx{J{ucVLyǸ񄉄ܾОӍ히ԡ  䕫Ž长°zʮĿy϶w~{żֶιÿĿけº䄖CrxGahjijllmnrwCGHJKQX^erwqgecd`\]YRSRMJHFINSY_bb^^^[VIHHHFGHA~{vrqsv{Dڂ~~~~}|}}}~}}}|}~}~}|}~~~~}|{|}~€wʾȿ E䲏Ͼǰy㼓숆Ƹud{QVVVWVWVRSRPM\nidmazPVVVWVVVUVUVUTUTUTUTSTRRRPRQNOPQPONMKLMK JJKKKJJKJKJIHIDJdpڃزwooƸuklpogpݍwxǽָȨ̀æǼ԰uıkgY]\]^``^\amsux鄕Ž7ĹºэκΆ(׾炕m[žurmhc[UN~}~yvuttxzyy{KNSY[]]^[VQKR^ca^ZTPMJJJJKNPQUX[KZWVY[^adeeedddeilqsx~n[Vrz®|Ş򉈇qŢv}}}~}|||}}{zyxwswqwv}|||}}|{||{{}}||}{||{{{|{||{z{{z|{z{z|{{z{z{zz{zzyxyxwwvuwvuvstusprrupqrqrrtvtsssromojkhkfefdcdcdcccb]e՗x݂}ٵ~vvƳyz~}tϳ}葡|Ȱ|󐣱y}~{ẁƫĥ򀇍}ܽ}ʾյ{ҿ|w{xy{}}|x}y{}ɿ\||¾IjyxxwwwM_egkrzpmmie\ZYWSTRMIJRVdqÿspke_[ZXRMIExwvtsuromllkmqppqyCEIJMNOOLJGC}z{}IOQQOLIHEBBC~dABEHIIILMNMLJIIIMOQSUUUTTUVX[^`cghmqssrrpmkkjkmkmqrutsqpppsuw~HWKJyjzűѫϴԡ߆ѡ ㄏ߾ǭ⎾党󏡮txzyvrѿħ~{ټ{ɾܼȹঙҎ򁃆ȿzCw cqwsml:mr@KNPRWagowtopquzvssjedaeknnmf_XVUSPJIIHGHHB?~{utuy?Eۂ~~}|}}}~~~}}|}~~~~}|}~}~~~~}|{|}~€ǿżꄓ􁒢^뮏޻ἴî~wxx̯—kPWVWWVVVWVV[tmv|xRmuUeSWWVWVVWVWVWU VVVUUUTUUTTTUTUTTSSTSQSRQRORONPNKLKJKJKJIJge~lՏȹtȾvp~znd`jzπw{zx±˪˸Ÿ織yàxx{imbcbcbbb_jrswтýU¿ܰߚ!ƺOŽytqsrrspmcYSMJNOLKPRUZ]_]`bb^[UPLKPY]adc^\XSRSUTQONLMNP`ONONONLIIIMPQTRSTWYZZZXXXYZ[]^_^]\YXY\^ekpu|~wtrqprx{}BnX[chdWmű|ڹ˷z{{ȮʣxΦv}#||}||gzlόy}}|||}}~||~|}|{|{{{|||{{{|z{{zzz{z{z{{zyzzz{zzyxxxyvxuwuuytrstvwvrttuvsusosusrrrsnpplkhgfeeddccbevt،ʻ{}vȦ|soxم{ɞ}ʀ􊚦|{µҼ㹕{~{ij|}Ƚ潙Ұzzx|ҁ섒ƿxDi}wsrtvvwUbdghqxplnqqige^]ZVUTTVUWX[cl=mǻ2}mhb_[\]]^]YRKGDBDEDzx|{{{~CGHJLNOPQMIGDCGKOQRRPOKHHHIIHGGEEFGHHGGHGFDBBBEHIOJJKIIIJLNNOONNMMLLNQUZ]ceiooqplhfc_\[\^_dfigeegmpstuuwxvzbڜWJKRTPJzg|ۼƢ˳ز墩сك 劤ˀߏľ۹뎝ٯՅ􊘤w}{vûʶD⺘愘z|~yó{{Ƚšªڬᓵ񁇑ك邐t}IbpyvlggghklvENOPQXbkq~uj]XUVXXSRPLJIIHFGGGHHKPUނ~~}|}~~}}|}}}~~~~}~}|}~}~~}~~~}|{|}~€Vӽ򁇎3ƻ@տͬݹм|v㼙}hnyQWVVWVSpdiifkk~tXUVWVW VWWWVVWVVWWWVUVVUUVUVVUUUTUUTUUTTU)TTTUUUTTTSSTRPPORPNPMNNNOLKKKLKKKJKKJKKJKJIJIGSr}돪˺ƴssҫtvضsfoŀ¿ƹ˱Ξ贝ݏø恉ȴzwmjqvhgbccbaajeʋȋĿX¾ӱоStrv}yoh`WSUY[ZYVRNNNKJKNRX\]^\\\[XURPONNOQSX[]__\[\]^^\YVTVWY[ZYTPQQOMKIJMOPQPOPRUXZ[[XBWTRPNLKKNSY^dkrux{z~|vslgfdfjoqsuwz^ЭnvȰ˹~ɩy}ݺčuŢw|||{|{z|{x{wsyѾ~{{|}||}|}|}||}}}|}|||{||{|{{{|{{{|{{{z{{z{{z{z{{{yy{xwxuwtsuruuvwurtvvrosqpsssrrrsrpqnkihjihdcdu憡쌥³ȶzzạy{s{фy|w¸~˼zǜ麥Ꮂ{z|证ɝ|zyuבɉyz|þvÿlsxxmlptw{RUUW[k-xqfaYRW]`iz=»Wѹ|qg`\`dglmjc\WOJHILLLKJHFEECBEGIJMPOOONMLJIIHGFHIIINPPPONMOPONLJIJJKMMKIIHIHFDCCEGHIOJLMJIIIJJJIHFDCCCGHKQV[]bceffgged_ZXVVWZ\_^_cdiosvvy{zx}}~Hاncw}|j[lͼ׷逕~߾ќ濡ר:͕߈ܝҰ Θ󏦹ϿͶüӯt{{wr}Ķxȟ@ı钳yx}zݲ֩҆½ҋwxz}r{Kdglvulddeglpt}DFFGIT_i~vngdhjnpg]YQNIGHKMS^egirz邂Ղ~~}|}~~~}}}|}~~}~}~}~~}~~~}|{|}~Ÿ򄑛D忑⿦ҿ䪡z򅊐ȟ}֥bn`WVWWVWVWV\bt|qWsWVWVWVWVWWVUVUVUVVUTTUTUUTUTTTRQSRPRROONNOONLLLKJKJIIIGD`grսļrooȶxtsv޾y爟Źɳ᳉ַ瀓ļ쀇Բ浕vӺutabaem\nwcf~ؗ䁌]¼־ū^½|sg_\]]^^\[UPPLMQX[[[ZVQOPQTVVWUTRRUVY[]bddda^\[[\_c`[XSQQRSUVWSQOMQOOPRTWY[[[\[YVSPLJJOU\bflnqstuw{zuriddeeffginrwAռ\zȴ|̼鴬}뀄Š߰y|{|zyЉm|}{ |{|{{|{{{|{|{|{{{}||}}||}}|{ ||{{|||{{{|{z{zzyyyzyzzwxwxwuuutuvvvwtttqqsqtutqsrqokllkhg`y{񊢺˶yvvĵzʪy{̩~ㄘžy}~~|y{󁎟ƺٯٽ钲~оy~}{̭巚|ʵɖnwvʖؓyˀ}hkkhggfÿiry}|rrtyJNZt¿uc\WNR[bj*4۽rkilotzxske_WQMNOPPOLIIHE|~EHJMLLJIHIJKJIJKNOQUTSRPOMMORTQNJHIZGFFFEHHHIIIKLNOMKJIIGEA|{}CHINRWZ\\^`cdeeb]ZXVVWXXXY[]cfmsv~e㳙zdNp±{Ͽü퀄ɥߕʺ򕩲г  ɵƾǼݻ聄ݺ솔儗txyyxtþ{¿~ر{Ͼw}~~||{xˮɻ𴢣۠ߖxĹĀyaccbaa`cflruvphgimrvy|zxz>CIYeqd\OJHCEJOViz肆ɂ~~~}}|}|}~~}~}~}~~~}~~}~~}|{|}}~~~ļ臛񉖡ʻAո껣ºߕ扙縏vmKRTUWXXXWXWXWRQUY[{UPdUUVVWXWWWVWVWXW VWWVVVWWWVWWWVUVUUVUUVVUUTUUUTUTUTTTUTTR QQPOPONKNMLLLKJKJJKJIPs^n퍠Ο}ŝހ³Ҹ||vusr䏩ɵʾ˸ظ܀򆏔ʷ扢ݿ̽եyz~jzifwcr}wu嗸ZŽ ͱ|rlifcb]YSQPNJMUXZYWSPOOU\_``^[XVSPRY_cefeda__agkljd`[XUTUXY[[ZWTQPPPQRTVYY[\\\ZWRLJILQX]ae ginsuy~ztpie"dcbdfmu~BŴ{_tɳ疯ᄑⷑyowxz||}#|}~}~}wv}lg|z|{}}|{{{}}{|{|{||{ ||{{|||{{|}|}{{|z{}|||z{}{{{y{zz{yzyz{yyxuvuvwvuruwuuvsrtuspttrrusrsppllsowХԭ놦õŻが|zxwɼ{|~~}}{yȼǼzѵ~{ò舞~ӹ㵘{t{哱z{gijjge¾kqu{MQSUMMYt$we]YSSZ_b >üztttvyzwutmd_[WVTQOLIIHGC~zy|~DIIJJIIIHHJOQQQPMILPUWYWUQQPTW[[ZVQMKIJKNMLJIIIHHHIIIJLOOPPMJHFEC~zxy}EIKORWXZ[^beeec]ZXVVUVSSRTW[`fmuiısbOlðüパ仗ɦ݇  󍞪خʻ򀕵ኟĸvxyyxwvtſyҶ|yò|{ҹɯ˪羪􆓠ƅ햲y5wabcba`Vcfipvwy{wtw|ADEFAvv|CIZlxl]QLJFFINPi肆ǂ~~}|}|}|}~~}~}~}~~~}~~}|{|}~¾ü񇓘ʼ9ıょʟ􄏌ϟ~mTWZaXWVUROQPUWXXWWWX WXXWXWWXWXWXWWWVWVWWVWWVWVWVUUVUVUUUTUTUTTUUTSSTRPQPPOOQMNLMKJiȸ~򊔖跐sȺwmlxхvq~tɾ蔶ì¶ڼƦѨn]\]dpqg`^fǽsY邕厡 ķlʾ|xvsmf]WSPRSPMKOUZ[[ZYVTU[adeged_[WTV[_defeedcchruvvsmga\ZYZZYYZYYXTSUTTVVY[\^]]ZTOLI=KPSWY]_birv}~|tmfb_^__]WWZ\cluWөu||\ף}}ǟ˟¾|~~~~zxzy~~~}~~~|}}}|{{z{|}||}|{||{|zz{{}yz{zzz{{{zyzy{zzzyyxwwuvttxtvuvttssrvsvvssstssqqҝʴ҇򉑓軗|||}wzɾ䎬˸yy{}{vƽҷ{~y{}{׿ҭҜomoԺuyppyvy끌w}"fmtyJKNOOU\_a^\XOYd{ʕpigbb`eežwu toledc^\VNIH0ECGIJKLLJIIJNQVYZXUQMIIKNQTWYZXVTUY_bdd_[XSOMLKILNPJMIHFC~{y|DHIKMNQTY_defea\YRQPPNMKKLNSZajsӬslk_efM͡}}ʤϥdz 铭á˽󃕨IJ措ƴtuwxz}~}zvqȿ~ҷz{wz{yֿڶ㬑ÿ凓烠选9sx}Xafimpqruy??@ABFJLMKIH~yCHO^w½raZTSOONQShꂃƂ~}||}~~}~}~}~~~~~}|{|}~ǽ¼Ž;ӑ쐪䄓ᆬɝ|pZPkVYXXYXXYXWXXWWWXXWVWWWVWWVVVWWVVWVWVVWWUVUTUTSSRRRSRNPNNNLMLKJJKHUnsqnxȨvnϵzz˸р°ݾ׾Ţ͜v]`yς^剘 ·xvqe`ZWY[[ZXVRRTUWX[\\\[[\]cefhfeb[Z[]_behjkgdehruxzzwslea\[XTQQPNNNPQRRSTUX[\]\\ZSNJKLPTY_gqy|tib\ZXWURRRUZ`jxvЦ~~抡owtѴ|˾ǟ~rg~}~|}|}||{|}||}}{||{}zz{|{z|{{|}|z{}zyzyzzwyyyzwruvvutvutturssstttrr|ˠx}{x˭}ѾvиϦυ耙~~}ۀѿx~|zwvxxy{~{wv´ո򁉑϶Ǧ۬oq݈¶~ÿwzzv{¿fijmnrzMTVWRKJLMMNOV^deb^]ULTcmϜywtsnty'ýzvutsssrolfda\VPLJLNLLLKHHI1MOPOONOPRVXZZWROLNPQSVZ[[ZWWZ]cfeee`[XSONKIIHGFFGIKOP LIH~||}~~~CEFHILPX_fhjf`[UPMKIH KQ[dmvDͬssyse~牟iomȱ}¶ˤێ͸ ꅊԷ倗ֿ丬⎦~̻ty|~{wurqstuvyz}}zvrpºǻԹ~ηЯ愛ʿ삎svuq̀w~abcefhmw@EFGD??@@@ACHKOPNKJFAFOV`t¾ɽzgc_ ^\\X\^{~~}|||}||}~~}~}~}~~~~}|{|}~ȂȼƼ9˼ƌɖ돁Żұϻ՜reSPgWY ZYYZYZZYZYZYXWXWXW XXWVWWVVWVW VWWVWWVUUWVVVUTUTTTUUTTUTTTSRRPQOOOPMMLLLKLKKKHjbw~}񅗩ͽȧjfwu锵»Ų톖ͻǸsƭrbawwӂȯꏫ_ÿ򀏦쁐ض4ztngdcdhfcca`^[ZZZXXZ\\^^]\\]``acddcrflorrqmkmnpsuvwvrmgb]ZTOLKKMNNOQTY\\\[VM}|~LQX_hrw||xtle`]ZWWVVVZ^eoxFᭌ~u_uυ]Vӹϱͺߪ|mh~~}}|~|{z{|{|}}|||}|||{{{}}z|{{z{|zzyy{yxyzzzxwyuvvusttuutuvtwrrtpt؁~}ɫ̕xu{珬|zy{ʳԿ~Ŵyss}Ԁɳ茧燚rw|~~|xw~eelu{JQ\qfYVUVXSQWaefgcc[[l}ب~y -ƹ~}|wslfb\XVSTXWTTSRPMKKKJJMOPPQP1QRSTVTTUUUV[]`__][[\]`deee`\YTPMIHFEEGGGHIIMO LFxvutvwwwx:zFIKQZ^eggea\XROMJJJKLMQW]dnw~{~D㿉noedsPm񄣮zPL|˶Ӷпਖ਼˺8𐟦끉ȿϴઋȅꏫȽw}~|zutz{u­}|ŵš݄Ҽ兗рɿsxz{zxusy``ciorux?CJX`cb_PIGFGGEEGMPPQOOJIU`gt#ɼrogfb`flw~}||}~~~}~~~}|{|}~}~˂־¿ͼƻ;쟵ɴۨƲǖwㅠṷkeu\YZYZZYYZZZYXWVVWVWVWVWWUUVUUUTUUUTTUTUTTSTSTRORRNPONLMLKKLKKKIThy;wƯ˶עyl|׃􁆊ͿǵӺجrʷ{qqyx~~ϵ써^႐񏡮ƺɻ}mdceltsrqoieb_]\[ZZZ[[\]\\YVVV[begjkjnrtw|{zvttsqsttrppmie`ZSNJIJMORVXVQK{vsqpqrtvwz}MRYafmsvwu(tqmfdb`acehhjmpt{9hiҼuqxXysnĘ|ͱ뉡z׹y|ƞ~~~|{|{{{|}|{|}||}{||{{|{|{zz{{z|zyyxxxvwxuvuutuuvuvtttp{{Ӂоͺ汋{րy}|Ǿ˿|~{z~yƽ{ʸ˴ڱyȻ}}ѹᅜuxzz{|xx{} zuwz|}efkoqlhggjr{PYaitvvw|tigmqtttriv ʱ{qf\WUU[a_^]\ZVRQPONMLMNOOPPOLKJKNSWY[[[\^adggfdbca_`ab`_^\[YRNIHEDEHIIJLKIFxuoljjkkmosuvv9w{GIMSY\adddb]\ZVTSTUWXYZ\]bgpv|{GWvvb˸n^pbMzpmiȟɋęþ%?Ғ덢ν¯ŝӔ܁uy{|xúźw}xutx}ztž}y}±˵⻙Ϳ5®qsuuvwstvxvqsvwytz~acefcbaacfozCHMSZ`jx|xobZZZ]`YRQUXZZZYS\iqxѻĿ~{qk{~~~~}}||}}}~~~}}~~}~~~}|}~}~΂˹뀏CҥқϘѿ㹔txպipWeXZ[ZZZ[[[Z[Z[Z[Z[Z[ZYZYYYZYXWVWVVWVVVWVXWVVWVVUVVUTUTUSSRQQPQNMNNKLKIW`vq`ʉֹǸ|w̻κ『킍͵ѽìο}ű}ī}royt~~Ͻ􂊏Xٍ#þpigputtuuohfffeda^][.YVQOOV]cdimppnllrwzzywutsqnifhjjgd]ZVRQMNMMNMILIKMONMytniffhknsvwx~JNSZ`ehkmlklkjfeeeimorqqoqsyBz|kod{p߹y}ǯxp ~}~{|{{{|{{|||}}}|}|{}|{z{{z|{{zz{zzyz{yxxxvvttvwtvusssp~stݑ|}yͲɻ~~yvwwyxwfkmjĸ|xu˵zǸ}ɵӿz}}눟w}~zuwz|nuvwsopszO`nz Ϳƻyh_YX^abbb^\[YYXVUSRPOOONMLJIHHJPUY[\]]\\]bdfffeeca^]ZY[\\ZWQNKIHGGGFGGDEGHIHG}wtnhedddfgjmquvw|DHIMRY[[\)[[[YY[\\]_^^]]aflqv}KbsX\Vul⾝־ͩÇCڈ̆z{w˲ò򇟹z{u˼rsstsͻr}^aba{yvspʺïxƹҿ¬償끎釛ry|~~}yupruxz|oehjjiffhnuBLU^dglmsx|yz~}ohjmoonibjtyľǹ~~}||}|||}}}~~~}~~}|}~}~ςþν񉘤CہȹáԿez[sW[\[[[\\[\[\[[[\[\\[ Z[[[Z[ZZZ[ZYXWWXXWVVWVVVWV UVUUUTUUTUTUUTTTRRTQPPPMLMMLKK_VKca]kρíͽ؂̶پ܃ίƽɽѹ´ɥyttwtΧkd{ڂ}һ펣߀W¼烛 ƾ|~yuutsleeilpqpoojfd`]ZXRPRUZ\afmold_\^afknnlkif^\[^`ca^][\ZXXX[ZZXRNJ{wuokgffimruwwz}LS[_bcbccddeeed"deiptwvutuv|Rҝloo̸}˹uu~}|}{|}{|~{|{}z{|zz{{{z|{y{yyywvvvtrvvvsszn~z|ͻϾz{y}~}zz˲xhnyviĵxĻǻͪz{~{޹{v舢|Ծ팠yՀx~~{xuwxy{hnx|KU`pz¾ skggeccb]ZYZ[\^_^]^\XVSPMJHIIIMPSX[]\WRPQTY\_^[[ZWQPOQTVTRPOPNKKMOOOLIHD}xvrnifdcdegkmpsuwx|FJNRU/WVVVWXZZZWWZ[^aeedccdgorsux<իhkjŵ~ƨ˺ᵐĂńńăņĂńƘزx~z˻Ȼvwռux{{zyvuŮs`dilmg`{sɼͺǼմΪǼxþtyzzwsqstuw{belpsus5rux?GLW^bcbbbckrwulru{~}||}~~~}|{|}~}~Ђ̾ȼŻ􏛤Yۄ黩ꀂҸtxq{X]]^]\^^]^]]]\]^^]\]]^^\]\]^]]]\[\[\[Z[ZYZZYZYXXYXWXWVWVVW VUVVUVUUUVUTRQOROPOOM__zݰ郋ĵ׊ʽȷվ؁˧¸Խ®yϴkvbeyno|ʶW򃂊øwqgcdfhmsu}{tmga\XUUY[^djke]VSTUXZZYWWTPPQTWZ[\[\[[\^acba^]\ZSK|xwuojhikptvvvuvyOUZ\__abddeeedd fnsuvurrrtw}eƜ_ͳ|~ϸy½ ~}|}{{||{{| }~|{||}||{{|{S|zz{zzzyzzxwxuwvwvwtr߬||˼ÿ́|׽z~~zdzwmWhqtpmaStkȽ~xŹuİ˻ǡ~™~v|̺~녛úľw{jrzKJLNNNOOSW\glmlnrs%žӾ|{ytoje_WVVX[\_cipqmgc]YTOKIILNRX\[WQKIJKLMNNLLKIIHILOOPOPPOPRTVTUTRPMIG|ywvwvurlhfeefhloponpsv{HKNPR.RTTVWYYZXXZ\aeed`^_ceijlpuAãPȲ~ԽϿƄȄDŽƄąÅ„-z~}zɻ}xѹuyyt°sckxCKNQOMGAulfa}xrͽpμ˻ɥܶ軩琱׀ꄘƽſmsv||}cgns{@?ABAABCFHKQTUUWYZ`jrx~||qpv{~}||}}~~~~}|{|}~}~ׂͱƿRŷŰ偆иxۛbiNY^]]\ZZ[_`___^^`^`__^_`__^^_^^^_^^^]_^\]]\]\[Z[[ZYZZZYXXXWXWWXWVWXVWVWVUTUTTTUTUTTUUTSTSPONNN^Yjx}Œ瀋ļ»Ќʾ⇚ƼĪdz扛ǶˬŸ􁅂ǰʷ|p̶z`l_es[j||žc삘Ľwe^]^`cfkv~re\XTSUY_c`ZUQONOOPQOOLILOPSUZZ[[[`ceedba_^\\YSM|yyzxwvspoorwyxwtppsv}MTY[^aaddeefi jhortuusqrstux{f忘y[qm[}~η|qԓxf~}}|z{||{|z{{{zzz{zyyzzxyxvuvvsn}njz|ûõƂjkstlںƻ~zOjxpc[VJulhhdüvywͷòŦwȰtn~؃{ ox~~vv{foxT[^d_XYXVQONKKOVZ`dktv~z{Ͻ}x|ytdVPQQRUY[couwwvqi`XPKIIIMRUSNKIHIIHHIHHGEGIIIKNNOPOTXYYWUUTSPPMIH~}zwwvuuvutpmiijlqttpliilqv{HJMORTUWVXZ[#\`ddda^^adddhms}D⻠ypO^\N~ӽѶӅńɅ 灓דҏxyº˽cbggc{նyi>LYba]ZSNIDAtngc_yuuvuʵ~սϼʸ懤􎜡ꂉk¿svz}~~ytt{`iw@GLRWWWQJIIGB@?}|BGKPSY[[^a`\ZVTW^cy~~~}|}~}|}||}~~~~~~~}|{|}~˂÷偍ǿĸ񅐕DŮþ񩭭ޮܖx^RUVXW_jiYNKT^fZhabababa``aa`_`_^^^__^^]\[ZZ[ZYZYZYXWVUVUSSRTUTTSW[ZZ]WMHP[Zgl|_ᓯѸ~؂凞ۊ􂚽ЮмҲ톓ê۬˻ԼɥͰq{wͽu__qp~~SႪϾ}sg]YVV[`dhpuz~wrh^XRONLJKNRRQQRRRPPPOOOQUZ^eeedb__bed_YRK~ywvzKORSUWZ!_einoomknruv|ƴ}٫ƥۯ見x}yճujgoxu ~}|||{{{z{{|{{|{{z|{yx{|{zyzzy||spvtǟ׊Ȳ}ـ~lurjhsymȸƪ򐝟|r^wk][_chh_Oukeeeſ}vĮ}âжyȠгrtx~~}pz||~zvgwKP\kkid[YXUSVYYZ^djquy}ytty˸DɹuqpqtvqiaYQLJJORX[_dhlqqjfa[RLIIHGF~zwyEIIJIfKORY\[ZXUTVYXTNJG}|ywwvwy~}yvtqorv{FIIIJLOSY\^_]]\^adehlqqpqsyFŔzjm|网rߵɦԓք Έ͇̆ɄˋֈDz߂{dhgbbgpxyxtld~ŀ󏛝wetFS^horrkdYLFEFIKKF>pfa^^^|wqѼ|ã޵˲󅕣ނ􂃁y|y||{zvs|~ajv}@CLTTSOIHHGFGHIILOUY[]`dgec^\[^fqx~~~}}|}}~}}}|}||}}~~~~~}|{|}~~ڂп񀈊ꃐ7̥˲ʴߧ~mrY^^`kdv^tumhihgcbcbcbcbcba`a`_`___^_^^_]]]\\\[\[ZZZ[ZZYZYXWVqWVVUVVURRPSP\hhYSQS[[UfZhfU|ZXdngNNkxÅƼβ޹ϰ֫恎ߖŹ®ֵܾvȡ}wjbfjx{nك򇚫i񃊋ľ<ļxy{wttne^[]`cfgknrssu|{rfYN{~KNfOPPQPRUX\`ceffeeghfd`ZTNLKOQROMKKKKLKIKOPQQTY^ehnolgdckuyҺ|oǫȵ교~y }}~|{{z{m||{yyvywxxy{n}zi~ur~ƭ߼铹ghpw{zqζɣwm\|ýleec_WL}lfnsvwtpifû~ɴչغ}ٵʿ͋uڃ򆗧{z|~|񁉌|z{v}|wƿx~hr{Ucfec]\adioqnkmvJþvrkffgdba]XQOPSVYZ\]accdhllhaYOGyvvv{FHHHIGJMQTXZ\\[[\\\ZUPKHF~{{zFIIJIHFEEFGFEGHIIHINSZ\]^\[ZX\dhptu#wKڬϴkdλǣ٠Դ҄ υ΄ς΄ʆɀ膖̥ᩗ}ĭİ܁abeillg{ġs}csEUfvzkYNJIIFBFOXitvpbTKHB=ric__bgklljfc`_|׺ÿܻܾܵ˅񄕧ɺ|~z{~ǽzdmt?IUXXXWZ`ed_[WV^gs{leccfpv~u|~}|||}||}~~~ }}}~~~~~}|{|}|}~~ׂ˻©õ 3Ĩꁂܹɷ|vgiy^nTpbccedegghefgfffefeffgeeefdedc bccbbbekjda``a``___^^^\]]\\\[ZYYYZYXXYXXWVVbmyph]u|mv]U|ptpik}}쵏ڙɷȴ|ѳ{Љ؁¼÷ʳ򉚭¨ջǺлʨŶٱr}||eljikjqa}xki{nsԮ˖[̻}ƻгEìynhfdehffeegosw~zwuu{q_TKxwwxz{}~}MNPRVZ\\ZWTVY[\`deeeb]YSNJKNPSWYYZ[[\ZXWVVY\`aa][\`egil(nt|Q׽jXpČ}~~ںƌno~}||{z~tͪtk||vw~𼚓ߗ䀌±˹Ųۃчyܿ~flqtsporz[vk[RNJ{usvz}~}xtlgø༝zп۷zѷxs~{vzܛᖩŶ}|üykRanvzye\Zcu ǫzqmf_[XY[Z[[^cfllhfeeirtrbSJF|wutruvHuw}GHIJLOPPONKMNPOPQQPRVX[[[XSOJIHHHIKNOOPPPQSRQPOPOOONNLOQSVURQRV[\9]\_elqtuusqrttx¢vmZL_ʤyt뀁؟٬ƀ򟬢Ŀ낮ꊏ߃ȥ~²©׉v{ֽy`bdeedceirDQ^_XLD@=;uoifefhjllkllieb`~׵y¡͸ǩڶۆစּ뙫ȹĺ|v|ds}ENW\_cktvn]QKJN[lxzridefmt|~}~}}}|}|}||}}}~~~}~~~~~~}|{|}|}~}~ւ˿׽ !Ǩscj^tH~mhjijkhjjiijkkgjjhhgiiggffhhhgfededcddcesgdbbaabaaa`aa``_^]]^ \[\[[Z[[[ZYZZYXWWVuP[[Vx~xgnfwqӭ֧ϵɯuՀ蔳ѽ򅓛迴Ƹ¨վơȝf\aqǶunlmmmjigjZ^ce`bm~m}{{[´z}ݦ-yrkfa^^_cekqw~}yvt}nbVMLNN~wy|OQSUY[\\\[]_cca`_][YY[\beed_\YVSPNNNQRSWY[[YXUTWZ\]^^^]\[XXZ]aeeec__bdfknprzȢ#~ǪЮu|pőb }||frsmĩ˒s{s̫ۮ톉Ȱ̴剚耐~wƵirxvoggm{L^lj[Kz}IPTTM|vwzyui¼׵zz~ηɩ۰zqu ˪Чotvwst~u}{{ļƴ{~w~lO_t]SRZjWж|upmfa][VRRRVZ\aflmkgedkvxm_ULGFHG}wustuvvyIJJLOQRQPPRUXYWWVSPOOOSY[[ZVROLJI^JKKMOQPONLKNPQRUUUTRPOOOSXZ\[YUTX[[]_`chosxxvsqooptw{8꫊qͲ봃؄څلօևՀԀ胋ث٠ͭ庨냆DZֿ{~~~|t³zaegfc`_bj@A=rkhhjifazϰyy}ϺԴǥ š̸󁆋Ȁₐ򁌒񅆂򅑝t{erxCM[grxcLFFJUfuztsu}~}~ Ԃ~}~~~}}}|}|}}~~~}~~~}~~~}|{|}~}~}~Ԃֿkȹ /ݠɤbwi_EtjllklmkklmmmlkmlkkiklkkikjijjkiiihgggeffedcehddaWJMPW_bbbaaa`_^__^^]\[[Z[ZYXXXWWZcp{|afqkiyzz䜰ˣ̫zЭwȸق놕Tꄩ噷Ѷ䈥ʿ²˷ܸvg\^q~xjmnnjk}|]hfmn񆒟ʸ~˰ƾ׺@sc[ZZZ]`gwsyp`XVYZVO{yxyKOPT[]__][^cfdeb][ZZ[`edda\\[[\]`a`^[[\^^]ZVQPRV[\]\[ZZZY[[_deeedddiortuuy}9mҖɧǩtzay{}}xs~xv|冉ܽ{ۓ{Ġб㿳ɀ~ýĺ{hfgtSdniXIyuw}KXejdVI{wqexδIJ߽~Ӯ|prӶӝpέu򆑝ͽ~η䁐熘~-pyZ}kgo|Ϲ~yqkcWONNOSV[irsrnfcgq~xobUNMPOLIxvuuux}HIILPSUVSQUZ\]]\[XSPOORW[[ZWTSQQRSVXVTRQRUVTPLIIJMPQSSQPPOOPQVY\[\ZYZ]acfeei8puwvvtrnnpruw}9DzĻ·֚]~ʗЯڽɻڄڅ4Ÿ„钺߃兇ܾڐ}yĢٻǀ¾ۀʿՀw`__fqAIMKC;nhfhkosvssttu>GOY[TJAvngd`~p˻ӿ嵊ױιƷ݀雹󅐕ƾ~{htxCRdsyyvrgdfed%^[Y_ht}~qc\^jxó҂~}|}|}~~}~}~~~}|{|{||{{|||}~}~}~҂pӽ*Ւ۴ɷz\FxxGymnnopooopoonomjknnnoonmmmlmmlklkjjihkhigci|tʔWcbaaa`_`^]_^]^][\[[ZYVTVYZZZYXYXXWUUZvda~w|ɯ}ۺ~[`k}Ξœ~ȳκꀊ솚ኴN򄓮Ϸ׿」ռк˻}w^ctjllvonoonoommooqk{탎ЬŸ肐넔 Ǽ߄̰F¹zrkf^WPLMLOQSTW[[[WRPPPOPTXZ\\[\^aceghhfeedb]\8[WQJMPPPOOPT[`dklihgefkpuvxyywxwz{{wuvuvvuv|=ߜݜb~sڊ\[^a_ʺŸ݋yad {ؤ||zoЁz~ꏗ|ë}߿ܒnrt᱒բ~}헶ʿòwy»{ixLT`qtdWOMQW[\WTXbqyyhT{snkgǻ~yuzĵ~ѩu|șұցՇӲ񃐟瀐{|yvvy|}xkLR^rzsmf]Z_lze\]{о=ɺsjc^\UMIGFGIJLLNQPONKI#LOPRSQPQSTVYZ[]^^]\[[YVTSSSROKGIELRW\_`^]\\\^deilkkjkmmllhhhgggfhmrtx}y{z~ EkhсSwpӀRQTVUɨᝃЋ¿րއꍔzĭʥɪ Ƚs{}{užwahpu=@HO]][WQIB>=?AEFB@CHPSSKAsjeca`xtp̹yŷNj剏񼶶׺铽ྻø遐xzwttwy|zEvdr|BEMZbcedb_\WRMKOXerxxs_SKL`}ª~~}}}||}|}~~~}|}}}~~~~}~}~~~~}}|{|{|}~}~~҂nü,ܐ̈́ʿʦШ}tlnpxnnklmopopmsFHtnonmnmmmlmlllvrp٨qSdeedccdcccba`_XTQSUU_rzhZVZ[ZXWYkeysadx|Ɛǹךp`hxYsikڄ~ȫꕱѷ򃌑唠OӸꉞѨ˶Էո٩q}jnlagqooolghlqqpopopqpoqpoh}o~Ҩ灎ƽ熡ѰȽ¿Ŀxsmha^bd]VPLMPTY\\[\[[[ZUSOLKKNRX[[[ZYZ[]dioqpniddec]\YUQNKKNONOQW\cehgeeggeglsuv{}|{wvtpjhgijnstw 4hu̽o|taʩЫ莣=`ew淌}x{Αɽzµܣ}̾sm|st܃}˱钫z}Ưz}{}wcx{wsRW\cqweWOILUYZSKHJNRSKtmihihfõ{īϳݯzwØwƂz˥낍}󏥴~ƽꇐhsKR^dfged^YYZ_gu}d__vêʡ5Ƽzpjea]WUXYUNIHHILPSSQRPMKIH/KOQQQPOOQV[_cddd_[[[ZWROLKIHHIIHIJNU[\^]\Padfjnpnnjgdb_]\]_`ddhotw}||zyx}VӿդZnȾkhtneVҲ׳ꃆ˰þ¿Еږ˿z÷毉׳˰fԵ€ㅍӹ𔫴w}yîv}zwzytt{~{vs{fs?BFJOY`b\SJB=;ttKKLMNORUUSQOONOONMKIIJOPQPPONKHHILPQRRQQTVVSPOOPTVWVQPPSY[C^beedddgikosw~u%d~nԢۥױ֠ǪӅ׀㡻ɷ䯪ۀ񻂳䎮Ճۅ۴₡yvablrqkhfginx?CA;lijonkigjs@EHCsga||}tĶӻɕ ʰԒ󆑘䄓szsͽ|tuvyep{DKYmzuj_YTSOMLLRY[$bejlkf`^enrsx´w|~}~}|}|}~}|}}~~~~~}}}|}| }~~~~~}~~}~~~~~}|{|}~~؂'P󃐖!||WxvHBuBSh[MSZYpbSBxyxyxy xxxttyyvxwvwvutssslAjǛrlon'mmllkkjigetpi|ulscquS_Z[ZYXYXXWTSQQPmppuSVjYtz挣ӻ󇊇냨ڄ怎񗪙˧Ϲډý6˷Ѷ՘qxtutnoሞǾɼܱݏ哶Ų򄖧 4|wtrqqmjedfmppngdc\[YUPLLOPQRSTRQPO;QUSPMLPSZ[[[ZWSQPRVZ[[\[\\]][\ZZ[\\\[ZWY[_dehjloqrsqqsu)zՠku׍æyh`_qxjrlks_[֮ʤ{|ɏl|ytuu}؇{}oꌡ·􇉆낤}ǿxrxrnn~V^a_^ZXXWcl{v]JzyKMuȻz˼ʱ١օxـقx{֯읹{~lzUiucXNLT`ed`!YUUVTQR\zǻ9¾uqlhgfec`]\^cfec_\[WSPOKIIIKLLNMMMKvNOOLIHKNRUUURQMKKNORUVVTTUXXWTSRTVVVTPOOSY\]_aaceeeddehihjnswzz{~zxwx{}̿ł)gҏ˰Ԃ칧恔̸ҩᅥؔ󐤮z|ŽufjfcmxDIIHHFEDCHMV^cfha\SF@@@CHLRW[`ckȥeRE>vsu;;re_^^___|sĴ~|׳￈˺↌䂏u~~ڽթ҇w~DbvHXoqi^VKFGKQRKC{rruvvyNd ~~}|||}|}|}~~}}|}~}|}|}|}}}~~~~~}}}|{ ||}}~~~}}}~~m»»ɼյФşea\knW|rWs?xz{||>?>>>?zvvy>>>?>>|>>|||wX|`Ixzyzyyyxyyxwvvvuvuuvrjd_ab_[mhtInqqp*ooononmnmmmlizLcs_v\gqoqZa_ZZ\_`]^][aZ[YZZ[abwNjwqZcRLKKFIPSTNV^nm憦Ϻýʈߊåဒۼŧ{}mrwvvvwwwvvvwuuvvwwuujq琣Pûʹۈ䀇ƴģ؈Cý}tnhfeeed`YQJKMKLQV[\]]\\\YSPNRUYZ[[[`d`b``^_cdfilnjiihgffec_[\^_cddhnpqoiffhmrtttrqtw}{tpopqqopqrvļǼ㿤Ġزzvj^]]]^]]^]^^]^^\ygeg|nfq{tsqkouy{t};Ǻ膣ǴżlsttxORPR^lu`ﻑm\PKLMVWKyǻnnklptriĺelonnrvrhxʳ|Ƈɖz됡~w{vƾǷׂw|kjwi[VOwpnnpu|OmĽ~zvpke`]]]^\YRLHHIIILRWXYXYYXSNKKNPSVUUX[\^^]]\YXZ[]bceddb`_`a_\[YWVVY[]]adedda]]`dehgfddflqrpic0ccddcccekqt%۬áǒ ̮𳻉ʵϥέ恝ñ۟ƷƴĻ{dgggjsy@A@{zBHNU_pᵃ`NF?<<=BB?>yuw}?@??FONE@@?@???HMB@>?>>>={{{={zzyyzxyxwvturA_Vvrsrqrrrqqppo'mfa`hmkffypJfrENc`cgZ]ccbaaa```_^]]\\[UZYVVkPhl`Wp|b~XLi]OMOljh̠҂Ӷ唵هRė工־߀ɲ῱Ƭ􄌓̭ђʌZvw{vwwwvwwwxwwtTuvڃýɼóיр4xsmed_\\[WRNMMNRPLQX\_ba^\o[XY\^a`]]^dinljfedccdffkprssqpnjhfdeehlppmifgjjfdbbentuutposuy}ytqoqsrsuy|ʾºޖw̷wzv``^^`__`a``gopf``b``__`_```_hlb`]^_^]]]`}t"dajfwϼnyqtssƠt󈋀Ѩ{ʰ؊k~Xabbagpst~ͭ{X{v{VnzjNsiifeƿep.{xjx̹~ƪ֝ޢohýw||vvȿ½w|nwOk~ugWrjffmwN[q}ż~vqid^\YXXUQMKJIJMKJNPV\\\[YXYWUUTXZ\\[YZ]`ddec][[\]`ceefhhfeddca]]__cfedcaadda\ZZ]dikjfdddjppohd-ffhjmqu{рhq|̷Җ킨運σܮٲ㼟ƒ۴x}ȰrՆcm|FIKKIMQQTZiª~YCtjgkuBOUL>faa_^_ekonmonhb~tŵ}ɭĄŅĀҀӎ틠txytsŽ󇝴uzfnDWkwkd"`VJ{jecceo{DM\t|rks~~}}}~}}|}|}|||}|}|}||}}|}|}|}~~~~}}|||{|||}}}~~qǺÿ0ԾųƩtwgdiK|@AAA@HRJBccqy?lX`B@A@>@@A@ ?>>>?>>>={=zyx wwwvvuvvvzutsrsqporZsmIkonjn{wesqhabfccacbbbaa```_]\]]\[[[ZYVT[dl}jyyĪdyUY|o荫ȫ{ڗʰ텕⊢׀϶¢Ҙի,˯׻ʴݣxǶatvwxwxwlr~ȿŽ~t󇖭ȋŽƽvmgd`[[[]``^[XYZWPNRUWZ\\^\[Z[^cca`]`deddfjoppkfeegijlkmnrtttsqoliiknstuurmijmnljjkpu|}{xtrt|ysqqstz~%ȿ0[qʺɯ}©|y~l`aab`htkd_lubaba`__a`aa`a``___`^]wcчrϑkoz΀써|ޕ«섒ցg{[hkgadjozyaTJtqyKbyUvomlgfenyvi}ǯű⪂Ϯv}z{{xĿy~}yĸݪw~逌hryQr|wp_vkkppnlot]j{ztof_\[XVWYZYXUTUUQMJOPQTWYZXUSW[\]\[[[]_a`bdeefdc`^acdedeegknkigedddceikjjfdbceecaacflsrqnjhiqtusogcde,hnqtux~恍Rmɺҹ 윻툶ƈ©瘵}򆓚}`k|GMOLHJNOXexzulaSF@?>>>={=zzyxwvuuvut8sttsrrqqlA~koomkkpwzpjkkiigeedddcccbbbaaa_`_^^]\\\[[ZXVVUUTU|smyng]|ǁ퇒億ݟٝ􍥽䋥~鋤˫ķ̏ˣƗ遐)ĸԲǻnuxwxyxwyxuv΅ƲӷƘπǽϵồO¼|qhedc_\[^cda]]]\[TOMNPRUVYZZYWVVZ^ceedcddeffehjkljihknsrqqprsusrqnnqrtuEtttvyvuvw{zyyy|¼2gprnqâ}жӿsϱi_abbbwsŬzyemcccbcabbaacaabba``ba`a``_^\]\Ƙ~{{~t񈒛~~֞ݥ􍢀抡}鉞掤wZ`ers`RyQkvYNJNLnekjgitxxtpnnkfyĦ~ƍк䏿􈝻xxvŸ}yv|yŭÚ}|ozRx'{wqg\N}||wwy~Od}Ծ6~xrhb__\ZYXZ\\\[[[ZVPLIIMPPQSUTSRPQUZ\_^]\]_deed#efkjihfiknpoolggfegjnpnonmlloqommqsut4wxwusolklpstttx7[npcg{ãհܶđ¡Ш ߨ勗ޙ||ԡ籣팢ቝgj{EIKS]hr{zsg\XRIAwrrtsmjp?N\faSD=<>=xmc_bb`afhigdccb_{uٿ~źӛƙĆǀΈuusz}wtyvíʡzgo}F_st%jed]WME{sswxtpqtu{EUfzrpsvxrnzۂ~}|}~}|}|}}~~}| }}}~~~}}|}~~~~~}|{|||}}~~gü/΅指ר}Kn>=yyxyxxwvutttsssqqf\rmoppom!lklkihhgfeddcdcfhbbaa`^__^]\YWVUXZYYWJ=NSk{c䈟}ҹ}另ڇهؾÙٝ􋤴Ⱥƽ谁iƾfxxyyyxxyxxyxyyxv|tʀʻֵJ¿샑ŷİƻvojhe_\\]]\[XTPNNMLNORUUQPPSX\adddedddeeedjlnnoprttutspqttuvwxxuuxwz}z|{z{}zvuvvx{{þ6ljsٮ]k|Ѭwb`bbbv|}maddcccdcddcddccbaaba``a_a``^__^^_]ntdyk|ګ拘ہ؞}׀}换܅풩kzUqpYLpjknqrnknzKTRKQ]gdTqƼitwvoifeǿz̴|췋tִ|~сýz|{xȫ|hnvUfpvxrlo twmf`Uzyyx~^u|nȽvngdc_[XYZ[[ZZYVSPMIIJJJMOPPOONOSZ\\\^^]_`abcdeeggfhjmmomkhhmnprqrqpqrsuuutttuuvutrpnprssu:y||yz}}~}@whyƹap⸨Ï֙تӞٖ񏛦ء˱㇠獢blwDSestoli`QE=tqnfaacefcadj=B@>?>>= yyxyxxxwwwvuuutttsqBmzSrprqppopnononmkjhjihffdccehcba```]ZllelgWZ[ZZYX^wxޓȼȷ电܎̼ܞòꓸþ䍩͠5ʼżŹݽ|xҬƞs[yw}mzӆ鍠ƻιȵᄗ򁇺ľϝӀزfп~rnjfecbbeedb]ZWQPOMNPSTRRTY^`a`bbdeeedddgntuuuttuutsporsuuvz||yx{{}{ut5v}2㧀Ѹi뱏^^~{tԙkbcfhnxlecdcbcbcedcbbcbbccba7`a`___^_]___qśڎЄ哴}¶ͽƼ􅖲ۉkxUkxxm^PMMKrhm{}}OA]f^Oqhgfgr|zurrog|vƸֹ~{سܴrǃڇ↗ſĴŴ~}gi~QVfutncSuqtxNSV^j|5ʼvkded`^\]`a_]ZUQOMJIJNPPOOPVZ\]_`a``_adgnpqqonpqnlhgjlqstuBvuuvtpljlmortuuvx~0ԑv`󼛴恂ݖ؃۲Ę}{ø؅civCPXXQG@>>=rf`ckmlou?FJH?oea__`elnkgffd`zwrٽÝζɀӛᒷ莧凗½³п̼ₒ{cdr}EJVba\TH|mhkr}EIJPYfmkkowyunm~|}}|}~~~}~~~}|}|}~}}~~~~~ ~}|{||}}}~~b¿ʾ-ܘv|O>CBrhUaz}MCENVRlkts_BEDEDCBCBCBA@???>>=>===<FGFEDCDCBABBA@@@??>>>=<<Bvrp|MIus rsrqpqppoonmml|^aChefedccfkktGpm̤kukRQLQn]oxt}ޕܧz܂倈ЧEꕵŹ¢ֺy}Ñdyvxzyrt{m޼Яۄ킘Ǿ󊗛۹󔫹'Ͽ~vrjea_^^]^]YRLNP$QSVVX[\]^\ZYYZ[]^_bddjptutttsqommnnpq7rrrqprsuwzz}xtqrttx.֊ՄmZk_`eecbvժ^eefef gffggffefgffe feedddccddcba`aa`a`___^_^^^`bmh{]c}ײz}t~ȗ׎դ{ėނyvqwlhihľn{~yvnghpwywogŵ|з{ȸø٨zВy|ͯ׀}gkmkf¼hq}|SXZYOXcnlmmsvqjhyk˾}wrkeb][[Z[[YVPKKMMNOPPPSUW[[[ZXWWXYZ[\^`cekopoponligfffikljllmlnkkknrtuuuwyvutniinpsu z$+ʂ솟Ơ޵傮ÌӼՒя֛،ըΣ煗w|~~kfq|shcaa`djmomnljfc`adgjhda{|ӼDZ‘˅˅̀ώ~Ӷރ{cfgfcdjs{|xzyxwuuHLMLGww~KV]\[]ac_ZZe ~~}|||}}}~}~}|}|}|}|}~}|}~~~~}|{|}}~~~~bĵü1ȘljYWWTXhs^ICDWuwa]EHHIGGGHHHGGHGFEDCBA@@@??>>=>>===<<CBwpquutssrrqrqqpoooponls^{hFmhihffedlW˽um}|mmumڷڱ{ªfɈ쑨킖ĻV˯ۺ㾘vupjdxuwyxwyxyvsQyĽ̸煑׽ʊƭ߲ýtkhc^[ZXYXWVQOLMOPPONNOQTWYZYXVWXXYYYZ[]adgnppqrsttspnkifghgfffeefefjoruvvw{~{xusrsuw}!B}ܟnmljmŜjcdyvegjjhghhhghhhiihhigfhgghhhfggfeddcddc bbabaa``aa`_^^^]^db}cuǤɓö׊{|{Ԯ|ʳrߓ펤zknrnºnttrqlhghffq|wjdeúyxvˮܺxƪș{ãf͊Ć|{ƾԽ}lqpoqtsnhhjipQ]b]Pzunkmmy{ty^nMǾzmgc_[YVUUTTROMIKNPOLJKMOQSUWVTTUUUVWWXZ\^behllmooppokgfed!bccejnstttuvvvtpkkmqtuuuvz{%9wʹ̲֏ ڦ߰ůզzԱˀǀwcecdffeeb``a``ekohb__zvtsƬ࿞ո㲞̀Ӎ}}Ľ烎Ŀ{fihgikjgd¼dddizGORPHxsmhfhhpz}xwurmqvQ^jsusrln{ ~~~}}~~~}~}~~}|}|}|}~}~}}}~~~~~}}}~~}|{|}~~~aٽ󄋋½0{iysYkqjfiHCHUkxmSHHIIIHIHGHGFEDC1BBA;oor=AAA@???@>=>>9Bv>=<=GsSHFFFECA>Sjƃ]>>===<xxwwvutsqpogA}}r̦ymilom_oFFDjbƃ܁~ͥxhpvz냙ʑ޾¶ǯѻɲwȭpxi{opwp{ȵʹ\оԧ󻧌큚.ȼ|rlgcbaa^[UOOONPSTUVVUXWXYZ\^__\ZYXYYZZ[\^`ceededcccdeJfhllnllgegkjinostuyƺi{~Ӥĩ۳ӘЭݯhlznpnpoonmonlmnmnlrihijkjiffe_jykhhgfdddcb_wëtۙ_qxx]^_vt؃t``___^_^^^]ˠ惎wشˡxyvs{І|꬀կt}}~vUSogkmiƹȾź͸мɲzu{{킊Ӽq˽óp|wlghglySVxniiȿis\bcku|vrrKvnjda_^]\YRONMMPRSTUUTSSTWVWYZ[\^]\ZYXXYYZ[[\_cddededcbacbdMegiiigdddeedginpsuxŻayzҦϵۺɞ˷櫚ÕͦΈ݀Ɲìڰљݡތ{ꯆὔ􅎓}z{i|DB|rd|}}acdb|ĹѾ˲ת≝ɍкt˽ô~jt}|pfdddgq~IKurhÿeeûeowOUX\cic``k~~} ~~~~}}}~~~}~~~}|}|}~~}|}}~~ ~~~}}~~}|}|}~‚a끍(ozzp~YpljpHMCPVUW_QKLKHW[l[_LHIGB583:H[pybPECGICCLi{˷vÍnEm@?>>?=<<=<xwwvvvutrrpuSze|Ƴxt|{rga敨ኰٲ̐د}|܊罣鉠̀ýijԙuȫjmlitwx؀󈚭ʾúƼ^Į׉ߎܑߔ6ʿxske`^_\ZRONOQRUVWX[ZVRONLMPRTTUWZ[[[\^`_^\[Z[]`aaccdededeCdddefhnsuz(вo|ťo_ejooppуetvxuu|vssrqqyjt}yt~܉~ij޵\]``aa`a``__`___^]^ryȋ~yŜɃ{ťۇvҭ~Ԃs{yvnƮyxxϾzyx}ÿ~ʷΚyѴvzxɴtz{냒ʽþĺ|}|x{{й|{>fkpnhĻpQ]^pmiǿpVg{9}vqhd_]\\XROMPQSUVWXZZVRONMNPSUTUWZ[[[\^``^\[\_aacccdedeFcbccdehostzýȦuf{ĸвԞ۞꜓ƅܹNJȢۣϩ捔׎ܓƤ׮݇muԱ}}~gmkje}u}}uοzu˻vuuyyƵӡƜ򄏚胄ȼ½úpz|zvyzϺzdgkiǼejIPRjge¼kLXhwvw~}~}~}}}~~}~~}|}}}~~~~}~~}|}~~}}~ÂR1ѕƔ򴟖ǣj|@NPPQQRNk[_DRQRQQPOOONO7NMcxmwms܀vslpʵu|򞨞㳜}ƪc9BA@@?>>===<<=<eknid»ĺj}|{wmerXn~}~}~~~}| }}~~~~~~}~~~}}~Ă5̽'Պށ}ԤOSUUVVVUb_eyPVEUTTSNOQRQPQPNYZɒɮ}ynj}ȷ}zfA@BBBA@?>>======<<ûvnfd`[ZYY[\__][XVRRTSSTWYZZWTPOMNMMLKNOOOPQRTWVURQPQQRTUUTSTUWYY[#ZZXXYZZ\_ceinpsuwy}%ùu|n̪lwyyyzyvzySxvnpxwxwwwr~Ňʓrv}߀泥ЇҐ\bcbbbaaba``aaa```_`_^vwչ偕To}}򇛣s{sl̻x}zw~{úx}|ȱ~𸓑wxŷ|[yyymonkɿǾsOSX`b_XR_ν|umed`[ZYZ[\^__\XVUTVVTVZ[[[YURPOONOOOOPPQQQRSSSUXYXXXYYXWVTRSSTUVVUVWVWZZ\\\[[[ZWXYZ[\^behlortuvx|~'ý%Ļsxgط݈ Dь֠逍Ȩ~崨уҔɥ艏̩ぁͯڿ联Fwfg||inid{tywszxuzyȾƯ򀉉󅌓u~~wŸf{xxxhihfûºnHJNTVTOzx~JUo~}~}~~~~}|}~~~~~~Ăɽ7ɤմӣVW[ZY[?ZXcX\YXXTSRQTPKG>ŋ䇘~ܲ}kxɘz¾W6<;DCBA@??>??>===<<KPmdo}pu‚Ҳꅠ合즎ϟ兔őɳ÷ῠꀅ³¨ɸ˹҂ǿeòღǨ∤=żztmec\XUUZadhfedb^ZWUTSTTUTUTROMOPQSTTRRRQPPPQQQPFRRRUTTTSQPNOQSVXZ\`cegjorttvx{}%ՓqЬħxƮتyw{{|{{|yy{|X{{{xozyyutsrutslcݕ爗ẇvz{ƑkZ_\edddccbcbbaa`a`a``aa_``_^`lowvw̳{}ѳ候p^Ҹlq˟qkvoï|x}{}ñ{~yz|zvxx}}w϶Ƿ~Ĺ悑{Ǹz]~}}}ntuqlmijjźpPc|cQSbi`Scɾytlec\YVV[adhhfec_\XXUTUVWXWWTPPPQPRSUSSTUVWVVUTSSTUTSSSTSTRQRQSUTTUUUTSRPOPRTWX[\`ceehmrrstvxxz~)|ōqϠ׶xư󌛟Ǖҟ腊сɶȄȀ~ֹ灗iLXi̤~~fsrcjuqfyvzyz{w|zvwyxstuy}|}zt̴ͽԀù『zǹey}|~~|}hmmjȽhhffg¸lHVp|iXJKV\TKXv~}~}~~}|}~~~~~ÂsżСډlRa@N\]KZY[\]^]]]\\[VVZZZ\tyvubUPMXOou{}~pnuĺskoyypUap`e3ACFEEEDCBA@@?>?=<@GGFEDCBA@??>===;Nxs>idkdyuc[eyϣ޾ƴݛɲôɽʁж򄋉ûԺĬˇ\삏ǽ܀ߨꃑļŲꍵ.uollmlgda_bdfgec_\]^\ZTPnLMNOPPRSTVXZ[]`bdeilnoopsuy}r󞺫|ϺÂgW\isyxz~jidjryu͈v|uyڎ썚ҙ`jddmmmkjihhggeeedcba`aaba`a`a`_^pȗ_wwmw瀳}냐ϙ~ˊ}uSwlujŵzhppiǺxрzywz}~{{ww|{ƯʸѾɂvwyxey}hvzqvUWX]ceXPU\kx}vw}mUV^ffTUpQupmmnmhebbddhjhdb_`a^\XRPQOPPPQSUUXY[\]`bcehlllmnpsvx珮zΏĴ˷㇠͏ɓ閧ߔяƒ緎ȅdo{|~kDYgif_Skcxafebuw|{vtw}{yz}~xxtuzyįȷİυ¾uuxw`x}~epskp{LMORWXOHMS]gkfgmk_MNUZ[LMa~}~}~}~~~}}~~~~}||}~~Ăt¼b̤cxjoxtZjcjhaa```__^[^jienV[er\3339@hȎm|>FGHHGFE DDDCDCCCBCBBA@@?>><;AKApw>owv[?S_Åĝù߿Ӥ蓻򅙤Тĩ΄ϸ􀊒ĺZꅜѡۇ̭·E»vsrmlieedddb`^_[XXYWURO@LNOOPQRTWZZ[\]`dfgfkosuw}uԬanŻtɥpouVWZ^fϘy}hqqqpqoonlkkjjiiihffdddbaaa``a```ab`^]dmc_þ{^urȏăҹ}Üuvꀑү_MRVszyitp̸zz|{xzyzv~yƶ􏥵vwxezywy~x|zijľmwP[kuwyaRaikr|hlty|t~ýxtsonjfe,cb`^[Z[ZYVSNOOPPQSUVYZ[[\]`dfeeilqtuw{~ΟۤZmżƼǺܝνݧ񃉓蔛ӣ稈ݙ̶̄~fu`n|u`H@EFixwahfw}}vӀywu{}wvws{~|{~{||vĵuvxzywy}x~{zDefiqy~HP^ffinypVKU\^blvsoz|o]_fjkfm}~}~}~}||}}~}~~~؂wʽú ۭСmdQČZd9cccb^WY^WSQNM]tkmTxyؾ툉u途HFIIIHGFEDCBABAAA@ANM?v;uPwp[]Ƿǿ⣛ӛ´ȹöþŷ̻L󀍘軅 ̩HĽusrngc``bcb^[VRQOMSLMOPRUVWXYZ^addgjosstwz ʉ||nǀʈĩx{hٷ}}yvsqwoš{|{trttssrrpqnomlmkjkiigfeeeddcbbba`a``_`cqoa^qƎoroqՍ~焘̑\wȪntoɶ瀎|w|}yyzx}~y{~~zȿ|̽xyѿ}{w}y|wxgho5wOZbc^\f}qQacWrEľvtsplecddeeb]ZVTRP:NOPQSVXYZ[[^adeehoqrtuvy}Â|xvkw­򍛅˥Ƥֽ̬jwk~{~胖siĩmI|tk|ehe||ytyzvvwuz{wy{}{xǾ̽wxѿ|zv|\y|xxeekrzHPWWSR[kaJWtmXNcƁ~}~~~ ~}|}|}}~}}}~~~؂x;Ŀ_ڡʛchzYwhcddfefbmQ\M_pdl}ĊǷwݰg@IJJJIIIHGFEDCBADX\G>?=A\jkdЇɫиݧƻَڹIJϏĺų􂄄Dzк怃ƷEԿDZ8ĺ~utroiecb_`\ZUQO~-2NOPQTVWYZ[]_bdhlortvzxϺyяϳ|phtdw|Ęݔ~׿ёҬ~lvxwvuvussuqpppnonlmljijifhfcdccba`d|i_a`cyϛ~qmڭĹ񏙒zrS}dyu~~}~zv}nſy|{~|xxzz{{|}}zvx|}z{{yvxv˺ðwy˻{}z]ɷ}jijvV[\XRTVSQYkwv~k\Q`ȵ7ºxttrnifedd_\YUQ%5OPQSVXY[[[]`bdhlortuv{̭pϒΗΌĿ΅擥Ӵ԰񣚚֑րkh޳ǽ񍗐zjvE_͆Nmiqpopolinvsd|vyxz~yuvwwxxz{zwtvy}{xyywtvuɺñux˼z|y[̺~gfgp~MRRNKLMKJN]oxrfiuwn^QJUsĻ́~} ~~~}~~~}}~~~}~Rο¼ľń&MƏŜwQRbcg]_^ķuoɱytߎ訁ɼo1JKJIJIIIHGFEDCCBCBA?@AA@@?vnkeBrӌנּ󅖣θπɂ̏ڨ҄¾ろˇٽ̀腔ļ邔ĴǮ󈕛G̲ľ끍󐣨ɰ)Ļurpolgec_ZWRON ~{z{zyzz}~F~}}}MOOOQSUVWZ[[]bdfhmruuwz~Sl|ȣhhΐʓ’〆߮togƸ÷]vwxxwwuvttutsrrponmmljjihghdeddbabb`^`_`a`_cӒuyѦ~ʸڃ~|}Ɖiytq\{kŽj}vƴinppuurqvPt˼°{{ȸ{{x~xwz~|ĸ¾μy~{¬~hmsw{Vab\W[al~~k[TVZ\amҺ׼7»{sssqnjeb_ZWRP:OPPRUWWYZ[[[_cdfhmruuvyzcyү„Ǽꭧ籮߳pi`ôźՀosʥŻ󃑜Ͻꊻ~||sSebYIznddpjbegfggffisAixxЀƷx}}xv|vux|zĹ¿¿Ͻ}{ůQ~einsv}MWXRNPV_mn^SLMPSXbxݶһ́~}~ ~}|}}~~~~ }¾ĿĺO΃k[loΝ^s^vgzÁ}jDLLLKLKKKJIHGFGFFEDCBAAA@???ui|̒އߢ𔟑³써ľͳѻž녘ųĺ;Ľ>߂֯HʾxusqkcZTQO~{z}~|{xwNxxxz}~}|{{|{zxxy}MOPQRUUWY[\[_deegjnpstuzpkԶuqytyʷt|㖨jᦟnwxwxxxwxvvxwuvvvuusssqqnplllkihgggdecbaba`aa`a`b``ƽꃛΏsoަ􂈍ս߆tiiny}tnoutkǻ{}}ֹ~}ű{~}x{~|zxz}zx{{wǿµ섑y|KglxO[pʷjWOSYX[g־Rʿ|xvupf^XUS~}}}~LPPQTVWXZ[[\^ceefgimprttv{ejҷ킍ۇϐڕӱƼ䕦c֞٠Րn}j䮐﷓熑iacþelohdeggdxzzҹ{zñx{zvy|zxwx{~|ywyzuǿ·냏z|Kfis~IRcv^OHMRQR\pټuс~~~~~~}}~} ||}~~~܂ŻºĻQȇ{~{uu䨭xސޖrqSPONMMMLLKKKJIHGFEDCBBBAAA@?=ζ̺܂ʹ챂vͣƾہ脘ٻʷǼ䄗ზȾý*󆤿􉝳徯EŽzurj`XRQRQOM}||{xwwxz|}~~{xw xxyxxxwwwxxw@xy{|MNOOPSTWZZ[\_bdddinpstvxt~|~ę͂鱶ziܰ~~zyzwxzyxwwxxvvwvuvvuutssronpomkkihhhgfdcbbbaa```a`^Șͻۀý氅zȢüi~~litsopk{z~z|̹˾ǽǀ⁑y}xx{vǽ}|x|}~{{|{zz};kwS]kujaTf ǻzupd\XVVVSR~~}||~}|{z}PPPQUVXZ[\\^aee$dejnpstuv}n{ۀЧlj쀗eاιv¡ǰ渰ᣴĀȽ၊赌끕ʦž~boodbffeecyw{wyʹɽπ脓w|vw~zvǾ|{w|}|{||{z~Jht|MUavf_XL\ҹôορ~~~}~~~؂˼Ʒމ/闠zѢʄpÉ넗 ÏhlqMOONNNMMMLKKKJIHGFEDCBA@XV|cVöٜ̿t~}zڽ睲ϼ΁֧պѬ;逳򂏜ý󀉏?å߹(ǽvsnha[XWVVSQO~~}|}~~}~{xw xzyzyxwwwvvvwvwvuuuvw=|~NPPQRRTVY[\_cefjjnqtu{On}ۡǐ~|ۓύuw{zxyyyxywuvwvvutsssrqpomnjjhjhfedbbabaa`a_|lj蜾ź՝xǯҁ}Ǻ휯ȶ킌hljjovxxyp||}ʲƦ給닟x|x~yw~{{y}%}{{~AmT]et{c`d`Tcy͸2ɿ}utog_[\\\[WSk|{}|{{yx{~~|zz}|xwwwxz|}PSUVVWXZ[\_aeehjloqtuzרdɻ꤯ŐƊĊ̋ӆݮڵҀ¸ףֿȸꀉbdbcehkjjfzzzɲŦ쾰ڀ񍠫vzw}~|~}yv~|z{xĺ|~||Hk{MU\g~k[Y[WN}|\n͵с~~~} ~~~}}~~~~~ׂ4ѿĽJ􀄇튭,ب딃wʝwʭqjuwׇˮٱJONMLLKJI HIHHHGGGFFFEDCBB>W_>]HGŒ߁|y䶓瘠ꆙΥӆ끠ذ利Ǻʻπ{mvɀ¿@Ŀ˽,»xuqhc\ZXUTSP~|zxxxwvwvvvuvwvwvuuvvvwwxy}-MNNOOPRTVY[]_acegjotwxxwx|~d/θxˇΙ|~…{}zߊĪϯβt|z{{yyxyxwwxvwwvwvvuuuttuutssqqpmnmmjiihgdfccbaaa]|_pȎq˴}쵏~հڇ{qvp̪ͪ冣ȽΗt}}~}|}yy~}|y|xļ}}kx[y~~ud]]`Z]ƺ|upgb^\[[ZW~|z{}~|{yxwxxxy{}~~{xxyz|{zyzxwxxx|PQQRSSUXZ[\_bcde!imqtvxwwwxy|}Zz/~s˞Дτ퐮ɯҳ𮳴۶ڜАkų~ұ⽻勗xûgkg˫툤ƼסЀ||z{xx}|}|x|xƿ}~ity||Tjuopi\WWXS}{|U Ӂ~ ~}||}~~~~~~~ԂJû½4,Ëۡ|ׁԶևÀyƵݤ“ɇznRTTRPPPONNMMMLKJIHGFEDCCCBAGURGPH[q̪٧zrvrޅtв~νzƯ~|ފ¹彘}郛űó೨lԘٻ뇗AǸڤܰŜ2Ƽxtrjd_[YVTQO{xxwvvvuttuvuvuvw9x}MNPRTWZ\]_cdiqstttstw|,jɡ{Ǖavli{ꍚٍ̕Ê}}{||zzzyyxxxwxwwvwwuvuututtstttsrrpomnlkkjggfdecca`hxsirjίy`yǡ륀y}xوyڿ}㊣~}ٵ|낗ĶǶŵ󈍎߶tƽ}{{x|}̲|~z|yz~~xzþljtbiYWZ[Vupu{yqlwXXe$ļzvslfb^[[ZV~|~~||zyxxwwxyyzz{zyxxxzzxxwx?y{~PPSWYZ\_acdgmrtuttstuxࢺ.zfxrą\vfeۓۚǐݷֹɁsTráﮊ聺ۏϵ܃ñ|zط󆙗пϿ濴{|zyvz{˳{~|y{yz~~y{¿jiqZ{}_QQTTPrntx{vojtQR]ف~}|}~ ~~~~~~~~}~тȼľ*ݩЁ戇▁×׭xvJFWWVUSRRPPPONMLMLKJIHHHGGGFEFEDCCCA?@ADDZmڅʛȔ˾|ߜݓLJÏʩܸ晧Ñz薫Źʛ֋õ‹pŀ}Ӫus񀌑녒텖ƻ?做䆻ɵሱ7ο~tspkd]YUQO~{xwwwvvutssrrqrsrsrqrrstttsstttuvw8z|}MOPQTXZ[]cehjmmmprstwֈԻ*龂vsßɴkhuuql_qdwnˈu|钜zen}|||{zxwwwxuvtuvuututttsrrqommlijjgggfdb`^_acd~ۃ{cjpʿڎmvmɪĮ홧ɾվ|ލ˜؉ՀƻÓz}ǟ㼆Уz~{{w}|w{}}|{|}{yZzivxnlVs{rbQ{unmplľnPXp 'ʾ|ywtmd_\ZV}xxyxyxwwwvwxwDxwwxy{|PRTVXZ\^begkmnnoqrstv}ʮ,ݭvpm|緒dcssig[l`vГlvㅌtUsZjŭލfmgͰӿĀꂕ܉›̞Ƿ΀ϩћyzv{{vz|||{||{䀈z{gsvmj~PhpjZL}{{xsmkmkĽm}LRf ׳܁  ~}~ ~~~~ ~~~~~}}}|||}~~~~т/ĺ?(αӪۇޚٕ괓~ҳKLYXXXWVUUUSTRQPPO NNNMLLLKKKJIIIHHHGFEEEDEDDCCCABsnٕԥ⿣ƚ胜Ž˚첑넌ɸ୅}嵺ڼȀ{wmȬpws郁Ժ퀍¯A酒Dzы(ʾ{vtqgd_[WQ~}zxxwwwvusqqonmnooopqpomnnnmoppoooppprsssrrssttvvvw z|~%MNOQSX[\]`cbcegghikpt}Ѱ*׽nȧةyӜ骇vu۾cw~~~}}}{zzyyxxxwxvvvuvutvvuuututsssqpmnljihiffdcdb`bwۑozqͶƝ〕usn鲓~é~ը}绾ʺuٽz~|~y|ywx{ywvý|xw~z{yȲdzyxjrtqx}vljlprsrmpTNtkowwpppklrzVh Ȯ;Ⱦzusngc]Y~}zxwwvvuuvwvuvwxx{}}-PQRTX[]`abdfefghjimpt|Ǧ*ʲfѹ٭{ס„馆rwͨ͵⓴lf`~ȳͥ灔m\X}뷚}ǯ~~||Ԫ˼ɸĪԮ탂xzxvvzxvvľ|xw}z{y˶{zyhmqotxrjijnopoknNI|rimvvnoojjowSaw 㹦ށ~}~~~~}~~~ ҂&п A㿗ۅ1儔ysqWJ[[ZZYYXWWWVVUTTRQQPOPOONNMNMMLLKKKJIHHHGGGFEEEDDCDCB?kd攟x|}ӊͽ͖ޞ}⁋ʫ˟ꂌѤʛ̶{xl{}ćuϏëտͻƽ@脠̰îԮ쉩Extpiec]ZVSQP{xwvusrqqponmkklnopoonmmlklllkkklmnpqsttuv8wwwxz}MNRTVYZ[[]^``aabgms{܌Û~|zuєˊtr{}܂v}|{z{zzzyywxxwwuvvuvuvutrrponlkjihhfddb_zě{ؤ{{}岃ӆ{~oٟ|ĵй{|{Ƞ͢κtԙĮwxzzyyȵx|}y~w³y~}y~~Gjv}ts{}lmplko|~{snyXy1ƿ|vurje`\\[Y~zwvvttuvvwvuvuuttuutuvw'xxxyz|PSWYZ[\^_`abdhnsyѷ~~Ĺwvxrɓΐtq|쓲ʳ͜txҥ鹍؇qzrhۥ{ƲyzyȢ׮ĸϢ߀찝θvwyyxxʷx~|}y~xŷz~{iuzrqw{||jlnkjnz{{xqnxSpκށ~}~~~}~}~҂$&: ̯߀äѲ'磒yfKHX]]\\\[ZZYYXXXWWVVUTSRQPPOONMMMLLKKJKJJIIIHGFEDDD@<6Cwqɔטܻ򃑥ûװͩηىDŽÒʦ׵ʶң¦ūrlqТ|kɞ}|sћĈƻþɾ:탥潹״㈍劽7ɿxtogea[YWTPO|yxwvtrqponlklkklllkklllkjjiiijijkklkllmmnopqr:tuvvwwyy{}~NPRSTTUUUSSWZ^afltww氍uraoq"}vhw~~|}|{yyzywxwwxvvvuuvvutvtutttsrrpnnmkkhggfda[Vhݝڠ۾ÄYeVl~ꌘxSek]sysĸ{ίժŪȰztzⵏsڱz᭩Ԏw{zȽ낈w~{|yν_y}iyvrspǹmpqxxsoqmpaӹ1˾~uupida\\[X{xwvuutuuututsrqqqrrqrrssstuvwxy{|~'STWXXXYYXWWY[_cglsvw}ᩄnl\ko܍чؤ᫝ŷ񁍝vKRJzf~򎘏lqxEPTJwhnri}z~α²߶жѻΧȥʇ욪ɇwzyɿꁇw~{|yż{~hv}}upqnǺlnpwwsnolp\~}~~ ~}~}~}~΂:žH Ǟ䉯ɝ)ތڰMIHPXZ\][\[[ZZYXXWXWWVVUSSRQPPO NNMMMLLKKKJJJIHGFEEEDBIXnPg˙々|ǽ瀅߼ʼԍռʹۯñϻƱڀ§hrxoqra|ӆΒҺȵ<􁎧Ȭ¹Ү􇓊ƿ<û}wutmed_[WSPO~ywvutsrponljiijjkj kjjkkkjhgffgghPggghiiijjjkkjjjklmmnmnprstuvvwwxy|~OPOOPPPOOSWZ[aflmnos}֟vxŭkrs張zx~~}|}{{|{zzyzzywvvvuvuuwuvutuutstsqonmlljhgcmpg々}ȿkjĴû{pTRvnmxxȻ||yy߼ƴʶ~ŬqƮ{wϩzyqŽ㎞ύxv̷}z{~~y{~}zxyzDzǿ|hoz|}vuspntpprxZbӶ/ȿ~vsoid^\[Y{xwvusrts tsstutsqpomnpoopqqqrrsrrtvw y~~&RUSRTTSPRVY[]cglmnnsx̕qsdq½rĻ邈eemy~hwFEyturkfeltlȽzzwx߼Ƶзǰᇌ臆үؑwv͹|z{}~z{~~|yz|̷Ŵ~howzz{vurontpoqwV^yī~}~ ~~}~}~}|}}~~~΂=ɼE -ޒČdrNxse\]]\\\[[ZZZYXXWWWVVUTRRQQPONNNMMLLKJJIIIHHHGFFEDEv\fabªɽߝ񇈁ѵа煕ǿ϶Զĩzx{lĎoqv߀í낔<񊗑繜҆ʸ;ȼvutngc_\YTPP|xwvusppnlkjhgghijhffffgfgfffg0hghhhgghijjkklllnoqqrtuvvwwwxxxzyyy{MMNOQSX\`bffiqwzm ­,㝸utui~}|}||zyyxxwwvutututtsssqopmlliis|xz|ƺн}|x˿Җ^VTUoojǼ|ɻꆔ;ů׻Ǯtաvx}}ýŹw~|y}y|}̻{Ynz}}V^YwssxTU~yyzpq}VZΪUwtohea\[Y~{xwwvvusrpoqrrrssropnnoopponooopqqpoppqrssttuuvwxy{}POOQTV[]acfgjqvٽsj ս᛻tt҇زҍɕtҿ~qnŻȃLHGG{ˀgfcþzɽƱѺς⁑ƿǼw~{~z}}mx~{y}RYVvrrvRR}xxxpq}SW|₂ɂ ~~~}~~~ }}~}}~~}}}~~}~̂KĻø9䤠׏ ͌󉉗ӜŔ`]c]_^^]]]\\\[[ZYWUUTTSRQPOPOOONMNMLLKKKJIIIHHHGFFE@?)/mɭٛͿ퀃屰Ǒܭԩ}Ǘmuz{ӵ{ϑįy։񄐞Ϻ󅑓@͋ǹ뼤@Ȼzusojfc]ZWQzwwvvuusolkgƅ ʄȆȄɅ(ghijkklmnnnpprtuuvwwvwwxz}MSY^`dmu~'濒ӧʪ˹}ݣ1vϸȳ~}||}{yxxwwvwvvwvvwtttuutqlbggQZgƲݖx«rʾz}ݯÑԪ˦|ʀxԹᘵƱֆ{}Ƴ}OklkmuujkktVbuupqh^XR]haQe||nd`ʹ}Ym=þ{utrida[~zxwvtq΄(܄pqqstuuvw/xxz}}~OV[_bfnu~)濒ÀѤͯͼԗ{vŌڮǭbƼ|bu\{ºy|޳Ėԭ̩իĮɽѾ⋧{ͻklkmuujkltT`pzpnne\VP[e_Pczykb_̻~YjĂ‚~}~~}~}~ɂ@ýż @&ϩċ٩&uOCpˋjUlbeddccbbbaa``__^]\\\[ZZZYX WVUTTSRQPPONNNMLLKKJIIHK^TjΊ;⼫~膢ݻ갬ƻdzʬÿ肑۽䃔̾צ̡@Ǽ|vrpljfdb_\YTP|ywvvusromkigȆńƆDŽƆŅƄ˄ghhijklllnpqqrttuvw#xyz{}PU[`ekrx'Ѿ伝}Ŋ|~͌ꮰŹ>ۍseٚv~}||{!zzxwwxxxwvuvvtvvstwlttۇ҄Uqɻڸ邇솟ӵ굱ɿɷ˯¿}Ҷ|½osljmljmv]em}&zmabfuhxzxVlDü~xwsrokfd_[~zwwwvtr· ωpqrrstuuvvw,xwxz~~~SX^dfmry'ѾຝՑ|ȉƇe뛊䴛݀cӤbFi~˿ܻ遅䪅Էųü׻€񅓥~ؽþpsmknmknw\biv(wj_`dpfy|zUjÂ~~~~}~~~~~ʂo¼Ȼ&$񼥉|ٜ|漋kӂ0ӧ{iPUrNv]wkXlfffeedcdcbab``___^^^]]\\[1ZYYYXWWWVVTSRRPPPOOONNMMLLKKJJJHMNlׂȇȵƹꁂФƾƷ̲||ȹ~}|}腌oҹⴍBƿ|tlgeca^][YXURO}xwwwvrnljjihŇąÊąÃ† Ȅghjkjjjklnnpqttuvvvwy|}~OQX^dgrx$𢐉ς嫡߮ɲƯzhlfŴˠqn|z}}|{||zzzyyxxwxwwuvwswfw܂ۜ伟YwƼ÷|}ɢտ¬||~˼~|{{炉|z~z{ľiƿw~U`pmeiz͸}nyydYswdGļztrqokigdda][~ywvuuts͉̄ͅ˄̄pqsts/tuvvwwxxz|}}}~~QV[bejtz$⊚ﴑֿđda}fŶʟقͅ内}uŁԚzcIl¿ƺ{|ʦį솜􁆁򈎏ʀ~}~jx~T_mleixɳ{nuvbYtyd€Ă ~}}}~~~~}~~~~~~ ~~~~~˂OǾل5#ɳYooThzٵg롈䈘yYnsom@A\8lwDkiihhgffeddcccbba``___^]^]]\\\[ZZZYYXWXWVUTTRRQPPOOONNMMMLKKKFh}񎽐Əҷ~ٰ񃌈¨邌ˮ~|¿񂍔n􀅈þļڎՃ̜ܪڤFǼzurhca_\[ZWWURP}zxwwvuqmkhĂÄ‚Ähijlmnoqrtu!vvuuuvx{}NSZ_dimow#tŴΤn{ѫgl{`aZ}Ԛe~~}}|{|{zyyxxxvvvwvryhcUϸ͵{|}~}z}Ь{yɽ遊©}~{y|}y}r}yrrtvzRbrɦ d~i|D½uqnlhedddb_[~xwvt̄˂ʊ̄ʆɅʅ˅orsuvvwxyx{QW]cflqtx#wӻˬˠ嫨ɂܨgm̀‹іs[U}FIJкz||~|z~|ѯ{yĭþz~|ÿszttuw{Sbq¡ di{̀ ~}}~‚~} ~~}~~~~~}~~~̂?ûù؄@ 麱󤶺clj]בâLjp7fqtpoor;lkhhllkjjjihggffedddcbbba``__^^^]]]\\[[ZZZYXXWWWVTUSRRPPOONMMMJT\rݤ˲ؖ}턎зҫɬ샌>)ǻ内šൡSĺwttldd`][ZYWUQP|xwwvtrnlki 9hhikllmnnnpqppqtuvvvxRV[]`ckr!ݜ䝻œu~~Ȩlߒΰ}f۔|Z]~~}}}{{{zzzxwxwvuvԟaӘ녔}}}Ȳ|xɧ~y~{ؿꁊ~>z~|.¾mmmpsw}xXsѪb}ixEû{tqokedddb]\}ywvvtˏɄȅ ɋ:pqrtuvuvuvwwvvvwww{~V[^bceou"ݝئрwfٕᑾԫЍM֝РϚ섒|||ʵ|x˫~y~{«?}񂉍2oppsux|Yşdjyπ ~~ł~~}~}~~~~~˂DǹŽ҄ τJĨҼƫʉڒ |Ӭ{pG:=ronnopnmmlllkkjihggfffeddccbbaa``___^^]]]\\\[ZZYYXXWWVUTSSQPPONNJBa{ƙڬ쵚ԒĬᄺͲlɼ֝𾝒݆Iʼwttogdc`[[ZWTRPP~zxwvuromlkjhg ;gghhjkkklmnpsuwx~NSY[agrzѴƍ ؆egʂ弍̕j\]\\~|}}}{|{zzyxsl̢ᥝ맑uΫϔйꆶ~}{Ѻ};~~yë~}yzxyr}z}|zyǻosyZd{͙d{vYhDļ}vurpjfedc`]\zwwvvvut˄ƊƄȄ;opppssttuuuvwx}RX\_els~δ̪ٕ r{}RwgύѢɔ֯짎ց|mŨӛ~|{Ӿ}}~yǰ{{y{}~~ɾrv}[e|ʚ fz\kҀ~}~~~ʂ?»υ̊ͅˍ̄6膔ځ۬ĨN܇wȀK8<;;:::99rqqponmmllkkjjihggffeeddcbbaa``___^]^]]\\\[ZZYYYXXWVVVSPRPOdjˮi빮⅋ē٠zɼ遍ôş{{n􉐊ŽیڐŷJɼvtsmhdd`\[ZVSP~ywwvvtqmlkkh 3ghijjknsvwx{OU[]cjqyoͰ茚\~ks}ٓp\__^\[[\Y~}z}{z{yyӷwswno򵘢㮩~zzㄎ}yԼz{}}}~}{{}~|~~邇p{floxƼǛ ^ZHƼ|wutqliedb]zwwvvuȅƄņąÅƒÆĄ9nprqqtvwy~TZ_cgnu}ݴqƬnLanwͷŁVkgh󺞨z~~zź䄍}y~򆋇¿thnr{úǝ `\ڀ ~}~~~ʂ>ʾž΄̂˅ʄ ɇʄ5 "ŝ zb?<=<<<;;:O999qppomnmllkjiiihggfeeddcccbba``__^^^]]\\[[[ZYYYXXV`tcUUQNIO{ݑʁ婲֨􊖈|ͥƷս舖|nػǽŻſ􍗛ہ뀔ӱ<ɿzspkgedc][ZVRP~zxwvutromkjńƄ,fggiknruvwzPTX\`djq|"Ս}tɂc```__]^^\RZZ}ysk̇⑽o蝙ɂ݀Ǥ삁쀆|{yʶ膒{}肏{zyy||δ配ksnrR]fovx˯sokX b{N|xvtsogeda]}ywwvĄÌˆInonqtuwx|TY\aeiou"ؗ}oyԋϾ떹핻l䕌ۦms͊쇕ʩ킀}}zκ󅋖턐~||I|ֽǿŽ󉒖>ovrvU`ks{~̯xqm[fހ ΂~}~~~~~˂<Ǽù̄ą„Bç!ЦՠdzΉߍ茒𴓊ǚ|ZN;===<;;:::9"8qoonmmmlkjjjihhgffeddcccbba``___^]\\[ZZZYZad}J[`r_s⣋քƩuvw¤˂ڿɾ|{ဏmǻu}ŷꈑƽ慟󑜞ǺҼ<Ļztrmfdeb][ZVQ}xwwvtrpmkjgĄ ….ilptvwyy}PUY[`hryѸ"˟ИyڳǶz|wНrqoz蹏ns_ba``_^T\\\[\[[Yg|̅xx篹ﻈzz{⾣{{~yyϸ{Ÿ{x}yyzy~}ֿw~nyZbejtobizų~r_\hs y:Ž}vuusojeea}zwwvu΄ă„9ptvy|~VZ]_enu}ʷuyyr"̡њ~纡Ƴ|u͛˹ޫkloqϦَutܗx𿐂©{{~zzӽŻz|{}|Ƚȼ농ÿr~_ghoytgmȵxdamw 䀎 ~}~} ~~~<ƽ˄ ƋC󆕢۩¹!ݪӒǥ=߾ڂyt`hՁgcB?>>>===<<<;;;:9$8qoonmmllkkjjhggffeeddccbba```_^^^]]\[ZW^e[WBWYiwx빓̵Ҷw÷|򃋉lɾŽǽ됓ѻݹZutpmgec][YUP|zwvvusomljQghjmpqrtvy{}OW_dkryѫxbk}kbo!}ԨƄҾנ2򵓆ixplpy~u|̺xzfcdbWa``_^]]\][\\[[ZZ_uw{ykq}ͭȴͳz|y{y{y̹|z؀z{|{~|{ʿ}lllpxY\Yat~wof`i}µvow}Fûyuupied`}zxwvńFopsvwwwy{V\ciqw⺓iVh{^pWa!׍ĹۡleXfn`ytdhsΌͽłĒǃ֓׀ëث_ektrƪͺи}z{z|{ѿÿ}t}~ù􃊎ppqv}^`_fzumfoĸ|v~瀐Ăۂ~}~ RĽþ ׄ%䀌҄ӋՑ$}ɟgy@{vyZϐʰǸl0\F>>===<<<;;;:R9998ponnnllkkjihhgfffedddcbbaa``__^^]]]\\[Ydt]fgԼћƫرŐȘῑu|ފĵһニrɻ󀄃ꁅѻzZ̾{uqmged_\ZUQ~|ywwvusqnlji*iijlmmpsu{NTW\abhqv{Txuqǿrců)wy}ٳ΀y~m|ż|뢢^j`hfeddcbbbaaa_`_^]^\\[\\[[[Y{uuיԘxȗ]ڼyׂzzyɵ{{ſx|=x{{z|}|{Ȼz}|zɶ}󁄅Pw|~]jpvzss|ѸXü{ytrogda|xwwv …Ȅ)qqrtttvx{TX]befmuzՄMtrnļnX)퀭~ɖ勧}pvi}𶇈ڹϾ΋򅆯䝻Ԏi{޺èzNڂ{{zͺ||{=ɼ|~Q|cqv{{ּ쀍 ۂ~~}~~8üǼ̈́ DŽ-ػꈫ!굑뎯ؠ|v|[Hrny8Ǭ瞞zwskyȟՙujxhREBDEDDCBBA@@??>=<;:9N88onmmllkkjiihgfffeedccbbaa`__^^]]Xytyʩ͍λϓϣӓ奌臎ʡ|{xʹ~ɿ􋙪ĻZɼ{vtqjeec\[XT|xwvutrqnlki-%gilrvzNT\`hwưXrr}xncp"竄ՈƔۓŽzrvOڝؘĞuzȀzjhhkihggededdccbaa`___^^^_]\][[[ZZYXGɈæv~ƩnuϷ؝]zdpisƞ{򀒜Ļ|||}}|焅~{~zy~xy~~zzư|{zypvW\]^fxϽkžxvtpled~{ywwvRopsw}SY^dl{ ̵zyrPooxtaYc"箈ގș꜎ؤقʾۣý¸ϧ‘érxaewūƁLgsfR{felxu|䁈􁒛}}}~Ǥ놆р~|򂆈}}~Ҽÿu}1_deeo˹Ľ􀌁Ղ~~~~~~~~}~Oź ̆"ℕ۳׳Ȟ,fx{^:C8;OZ?ϒ}yysgoዮÇFQW_RJlpR:EHHGFFEEDCCCBAA@??>>>===<;:988onnmlllkjjhhggffeddccbaa`b_Y]v`x礠xڔơڨȑϐ÷٧ᐰȀ큉ȿҼZ񂛽ŶڃvǼyvutqjdb^[ZU{wvvtqomlki /hlptyOW[_gr}޸ѵyhng³{h-֪|zse6X{df|à҆z7ly|}ʩ芦u|ys|akmmlljjjhhggffedcbaa```__^^]]\[[ZZ[[XYpɽz`wok}{i˝r֐t״~ԧوhkortqhxɶy|}~~}~|{}s{}ſlw{trqpsy||VfpllrxȸW~vusnge~{xwwv ZnruzV[^djuϪҷi]d^}ľw\-ظȘ͵㋔ꑸJ}wĒ񢪮ʫƖۜVe`|[om~Xȹd璥mͳٮ݈egjlmlezϼ{~qywx.y{^ozvx|пĹȹԂ ~}}~}~~~~}~~PĽʿ 'Ʉ%߀ʽ0╠o\+2Zʫ{{j^Yg|ģߙ?y~wrkWE3*/LxuTNMKMMHFHLKJJIHHGFFEEDDCCBBA@@??>>=<;;;:::9888onnmllkkiihhggfedbjvnb_᛾֞¡z{ʫೞԁȮ욾ֻ󅄃7Ĭ↣lƼ{uusplgc^\YTQ~ywvurnlki Dhjqv|NQTZ`hr{ϝ~|dp0ۋxtTYpͰxo}ńޔאC۩}ѱ~oa[`z}ttrstpmotrqpnnmlkkjjiihhgffedddccbaaa_^^]\\\[[\ZZYYػoȦؘƉȀ}ʲ䀄Āݎ|sǩlpqiŭ䑰otutkȼ~y셎~{x|}{gz~~}lsvw~wunĿuVh{ŻĽ|vsohdczwwvKoqu{RWZ^dmuȹ|zmqq[e0ݏۊٺŵɘˌݏגޥڟ~̫ӀֵŀҌxlҽ񅊊ntpsq}}l¿giieʴ瑭inpxxngĺ{󈑕~uy|yu,`sƺ~~~~~~}~~IǾ97踈oWC@=8Bh\~mǓ尪Аʹ{ӔBŒほ|wrnifb^\Z\\XWUSRQPONMMLKJIIHHGFFEEEDCCCBA@@@??>>=<<<;;;:988onnmllljjihhgfekmo<=oRyjkܻrtԠoHJחyd}h}բȵ́Ⱥ牨к쁒H򁌙ƾׇUĺ}vrokhfb][YS~ywvutqmlj ˄ iqvyQX]`jz翺7嶃v͂keb]ipv»Ԧ}ͼxǑu~ɕRz}ɸ~{{xwuutsrqqpnnmllkjjiiihggfeedddcbaaa``_^^^]]]\[[ZY\]sٱƀݬ}۽e蘧|qu~Xcޗjb\YȶoͼjmŽzނÿrxyvkhû{̽y{yz}~}~}z{~~{Xkrwz|up̾»s}YguzslfdsS¾}zusnieº~yww 2qv|X\aeoܫ8渆ゟˍ絿ۇNj՗}͒xnÿ֒꼏ǃvKPyWTNM³iǹeh|ボÿlttpge}|ty}x-¼|dszsp~~~~~}~~}~~}~~~~M̾ļ2恌@ִ}u]X80=B>UWBDC_uzʸx{ᗇʌ5Ъ{vrnjheb`^\[ZWWUSRQQPONLLKJJIIHGGFFE DDCBBAA@???>>=<;;;:::9888onnmllkkjjhgfgdbcdbZVBQKYIJqko~}lMM|@߮utmp̹ɏ—ɕȲՇ¸ɳ³~H¾횰`ûxtpjeca_\YVR~ywvtqomliSkqvxNTXanvy@ۺѱs`Vdjfnlqv؎wwx۝Ʌ{w{²}{{zxwwutssqqqponmmlkkjjihhhgffeeddcbbba`___^^]]\[\\[ZYZZbqjxhiz}jj_帔xtjluڼls}YsϾt}swyqmlʹyyz~z~+~~|}{yquwvrpÿtx|dtth\oW|wtrnjfd¹|yxv ;swyTY^ft{ݽћAۼӳ鐦𙷆ν縉؏uzІȨŢΩnoYYloҹgmsL{mȺo}wosuljiƷ||}}+~¾y}{ǿ}pvh~~~}~~~}~~}~~~~~׀ׂSǾǽ  )냒ǿֱTȿyrogUXnUaGL]t]^jm`T[NLct~spߐlJpzuqnjheca_^\[YXVTSRQQPONNLKKKJJIHHGGFFFEEDDCCCBA@@@??>>=<;;:::9888pnnmllkiihhgfeddda[SPV`@CTp|aQY}euq3Nк级?Ӊξ~ytpmjhfdb`_][ZYXVUSSRQQPONMMLKKJJIIHHHGFFFED CBBBA@@??>>=<<<;;:99988pnnmmlkkiihhffedddcbb|Dh\g@ykAvz^kˎjFYczˏ揀ޣōԠ˿ǽހ˶|}K¿·醡ĭ؊̷c¿{tqlgd_[XSQ}xvvtromli2jlnpruvw~S]celrz}x}[ֲ~䖜؂Ëwj}zy}xrgilklo~iĪ|t̿it\o}~~||{zyxwwvussrrqqponmmlkjjjiihhgfeeeddcbbaa`__^_^\]\[Zc^^yҘv̀uvnި}ԋ_t_yμ¶juwlku|q~|xyJ½q}zx`uk½xtpiedü~{xwSsuuvxz|Xagkqt}x|լ[״Ꞩ֠ܤׄǓԭ׺°͖ڲϔoĹSih ޽Ոݦ̠ܓ׃ooj䲫Q`oz{kRrǹÿgqsihqwz~{m*{o ~~~~~~}~}}}~}}~~}}~~ԂXĽ*屼2͚{tok`cHRHKwXVMMU7g¥ȚoQGOV"\_b^\`_bgdvq~eӄϮV탈xƺ}woifhifdba_^][ZYXVUTSRRQPPONMMLLKJIJIIHHGCIKFEDCCB@DBAAA@???>>===<;:99988ponlmlkjjihggfeed`^bb`\\]Z^HU{{fe|՞ӎʌ㷡ׂԳ۰ؖ髎HȽixrngcb_[YU~ywvtromlj6ijkossuxT]fpsy}趭ৱ\򻆆|Ƥxq{ruomefa٬߳әƞt|~ތ{wя➃avlJwmyý~|{{{zxwvvtttssqqokstnlkjjhfkigeeedccbba``__^]\\[\[ZZ[Yhu͉¥սsrڛvs伨º}lrmtkv|lm|pѾiouwohhinu|{umǽ^ppprrsxvu~bibYspʽ{yupmf¹~{xw7rstvwwx~Zbkuu~٤७6񽉉ܭҾ¥׊ÜϷԴ"þҝȈ򟎩rĆϒyZlV_qèՍϳ܂䜪pxmƳh^p{y[ngoyuiivl˼fkrskffglrvurjżû+{{z|zrytj~~~~~ ~}~~ ЂVɽHꂓ ̍q}܏uoooR3BDEGGFGF@>>IoZHV`yxsjznTWjafa]_abcegjknssdObcDF~xn}Sܻ|s̿ZXchigecb`_^\[ZYZYVUTSSRQQPOONMOOLKJJINbTC:22/,:JA;;:;>@@@A?>=<;:988onnmmlkjihhggfeedccbaaacaj`Qoc珞ڐߧӳ¿AÿĿy셡󘵼lúxspjfa\[XU|yxwvurnljPjlnpuvv|OVahnuݸeq|~ϒ~xyφ\jmnqooqpjiivsy܃~uy֞mpǒrjny{wd٠}w»m˹ny~}|{{z||wvvusypdZ\XUcsjbb`aegfffedddcccba``_^^]]\\[ZY~oϾǟ򟳜拘tda`Y}z}z|{wjnoowwvxsi¿E}y~shwaƽ~uspkhļ}xx Isuvwxz}V\emsxʡYyqިӀۜ頲ӽٰȆ򼉌Ͽʇ̳qؓ燓ö؀ߠù퍙n|VTSNts{{{}wswup]`lkrrrtogCd¾ÿ~~~~~~~~}~}~πЂVʿ¼ K굻sշ̵Ԁd[uom@EFGHIIJJKKLLLGLOMFG_c~nJuXas~Th_bdeghjlnrtv{nu0~umøh^Pxijihfdcb`_^][]\YVVVTRRQ'ONTZPKC>=<<<;:988oonmllkjhhggfeedccba`]YLOhHUZIffoȧ뱁enĸƂּӾ۷þ>þ{v䄋}ýytqkfd`][W~zwwutromjOjlmnruw{~V[bel{Ѡʃs΢Ưv便Ʈ{qinoqrstuuwwxxxuy|zuw|dnǚžtzztǿ{ͺtf~||~xoh[yZmiĝlvh~gZ\[RZigefeedccbba``__^^]\\\Z[[ZYgswdΣryll\fRSYR{a\Pyo¿0{v½u\`qa|vtqk~{x ]tvvvx{[afkr繏szs׿ΠƱy¨ٻΝ񘳣ړӍĿ޷ހ㇔谞˵٤ęihxPXIJNJ|x|{uyVRHytm½¾.탠nr~~~~~}~~}~}}~~҂`ʿļJĄtݸґꗸٮδƵ̻SY78:?DHIIJJKKLKMMNOPPPQQQOKGBAHNQTVWZZcna]acdfgikmorux|jpxɁbȵpmiǽYWR*V\_``efdcb`_^]\]baYb]WUNLKSPJA@L|]H×؃o{lwtrH:>@<:;<>=;96:<;;;:::99988ponmmlkjjihgffeddcba`_gIhyRFvtƿߘѸ¸ߖŏɾؾǽ»E}zoȿ|vtrkeb\[XV~zxwwvtqnliFhjkmorvwx}~W`djv鼃̰gdttի͊ϯ┹ѦĴùw|ȼЧjaaejnrttuvwxyyz{|}~~{xsryrw}Wvurþomhc{}|xpo|xǒۍzus`dfc_abdba^[_a``__^^]]\\\[ZZhpcğĄƬ䔥tr˿sy|p2|z~}em}Xxtrnj¸}yw Ustuvwx|]dhq{!tؚ_^gtѨΏΰ宷ҹĺ|I򆅁ܻøإۡŧሥЬЈҹǻνoxmƼns|}vm.|Ղ ~~~~}~~}~ҀςF˿ǽ ?눚ÜҰܾ֔̆߄ϡقԩi̔<8>DHIIIJKKKLMMNOOOPPQQRSSTTUVWWYYZZ\\]^^]^bddfgijlnprux|afkrzəh녢ȶxxRӈWKsdgeb^_\QPYI_Nxj`f\r5uŀkirtVOY\8GRK@6>I^mP=>=<=<;;99:9998qponmmlkjihhggeedcbl\G<@Bleƺ{ؤʫ҈ʴ؈£ѿɻB«Yyuqlie`\ZT}ywvvtrnljQhkkotvwzS]bir|࿳y}jtȇ슣ݟ̘{vӰt᪰gbgnststvwxxz{{}}}~mquzuyрɶſʏdhĭzwrvܾyut}~ngp`q|sh]frwdcbaa``__]]\[\[[[Ztvysľ|̼|˯҅ļùlxwzm+{_~fľztrjǾ~{x Drtuwz~Zbhqv֯|oqasۻƒ稣՚~{罣䜗iut؎ҴǾ՟·Ƚ̆ˤܟӅćՖ߃ց鈁ƨռ΂˳āĸӹڈ»ir~}t{}vk%5NŲs~~~~~~}~Ѐ̂cøFЖ੖Ⱥûî޼Ο쿰˜sfxSgpOFIIJJKKLLMMNNOPPQQQRSSTUUVWWXYZZ[[]]^_``abdefhijlmoqsvz|]bgls{ֵŭဉfjeobdratZPhVXV\KVWeuw^hspqUTQyA:;::883UJN58788659998qonmmgfkjiggedlcZXvctƴ첑𶫣ܺ芰ϿԀز ݘtĽyuqlfb`^YV}yxwwuspmkFjmrvwx{U\env׽©l}rzxkd٬Ĩˣ鵣ǐ||~zptuvwxxyy{|}~~~mosw}q}wɺ蘢ukfrsڐ뺝فИv|ymjgh_a`_^\XZ\Y[[YX\[[[pxpδͫﻰůo~NO}xxqlʽ¼}{-wutyrރik|xurm}z Muwx~]amuϲezykqma[Ŀÿԩũѫ賥ʖɕ׳Яq^偈ƪ璇􃏐쿭􎢩鴑܈Ԡ՚󆈅qɺГm˴ɫƼïkz~~JJyvvnjȽ¼M[ÿȅ~~ ~~ ~~}~}~˂hºC퀑溯ڥЉ􌨩ӵڼU=M[746>DBBHKKLLLMNNOPPQQQRRSSTUUVWXYYYZ[[\]^^_`abbdeeghijlmoprtw{|VY_dhnt|ڲֹѾݥslƋgb "Ӿ݌btfqgXGV_~hzFa}⭍tlKtw}ežUW?PKccRXYqpdvH3Q6=MMLW7888oQU8klmkQc;Ntt艱定}øҼʺ@o犚~ꁗǿzvspkfc_[XU{xwutsomlDjnsvwy~OV_gr}גּlz~i̗̔ʬnrd_ainlmtxyzz{{|}~iknruzܻŧzȆxɔ[cѽ܌n׋~vcr{b~ܒ÷w⫉uwɖdɘӼoiysyxpY^dY[[Zuz[s\sʐ튭{oͨļlpnkns{}~xqrwrmknppmjkľ{z}|,~fv}{tqq`pzxtqm¹|RuwzY\fpyɄyӲd|r}eɘϙ֯∨Ę~ڲDZ׋ŎčޓԎʉ䯐㲀ֻʚΞ큁󚭂ܔ٠w}lʩjmkhlqwy{|topuplklooljjĿGj뉗聘v~~~~ ~~~~~~~~}~~}~}~~~}~ɂsú G퉗íȆzۙP \&2-6:AFHJJKKLMMNNOOPPQQRRSSTUUVWWXXYZZ[\\]^^_`abbccdeggiijlmoprsvx{}QTW[_fjou}Ӂʎ\̯ީ|pzk|cr``ip’̯϶͠Ыv{pQlwQI;04<=dXaxEncQuСϟeRnfw¾wvlh4de\kIK9opqnnfPh⒐病˨ǹ󂇆 r|}}||wusqpmhd`][WU~{ywvspnlClpsuvzRY^elou埐fw}l.%X`ekqsvwxyz{||}~gikmptw|mqѤcyUv~p֨ʢߎ|x}}}ҴɎƪϵϡ“mjzl_ckkqzv|jᴫ|i|ϱ|Έ}zZnp\sxꓐ}roƷ򄓞ƽźjmlhmuuy{vsj{~ ~}puoptzyvwsrsp~y~pj~Ľ}xuqmƿ}Nvxz}\`entu|ߛ۔bwxɬZ_ɚ\kEmu첗Τ剫՟ΐꝛҡܞѶҹڮ屷̍ϡĕȽ❒ׄwomĶļĺhkkglttwyurj¿󁄄@s炊턉‚ }|}}}~~~~~~}~}~Ƃzľ¼L󆐚1ፃzzؔÿĪӰ`VEHIJJKKMWOOPPQQQRRSTTTVVWWXYZZZ[\]]]__`aabbcdeffgiijllmpprtvxz}NORVY\`gkpv~翙ໃ֖ۤ{XB^HuIZkn~k{eyxݙ͉ox˓xjEz|trWaVztYZWVNlxkkwjyɷ~mmفhP`^^hnl[hr׊ĉӻʷ䃎ſ~~7¿}Јƽ|utqmjigfda^]ZX~zwvusqmNiloswzRW[`djvlməuɆ´Ƭ֦xpsuvwyy{||}~~fhikmosv{~qltx}ķ٩wn;Օ{rQfw|ڊy|̊x~ӛstqphtʯu߇̦ß臚{v玔ts~򆖣»kormjlok~y|~5|xwzy|ń;¿Žſrycnoq}ytr DtvvzZ_chlr~cmɟuʅʱ`\lic´اwrǟכ镶ق㌩݆֜ﮔֹع{忞۷ґ܀뵕poҿ»imokikokü7S́~~ ~~~~~~~}~ǂy»» Iҧ񃛼ޙꭁ~ǂTbHKLMMNNOPPPQQRRSTTUUVWWXYYZZ[\\]^^__`aabbcdeffghijjlmnopqstvxz|~HJLMOT[WZ]agkpuz ־Vmrv}řwzxgiik7???>>==<<;uttrqqppnmmlkjjiihhgfeeddcbkf`__^cpaUXnlkIyJvyPtdpZ|lơйǺü~|}~~~_xB»zvodee^~{Zyxxxwvvutsrpnlk ~~~}}||{{|{z\{{{|}~kpuwzTZbhkkdcir힦|雺 Bcg‹~o|xֈxЭsr|árhjjklmnopqstvwz|~ˀrsttӠϑȭhۉ˻ހc``a^_aaa``__^^]yxefluv,˱ԾՎԓr|֩Ѽٹqjhj`WSUZ[\UOyvtpqnlgü}}~}}{yxwxzxxzzyxyz{{z~ hlqtvwwz\^^]bhhglmpssw|]ͼüń;`vx|]bjopoigou阨ѿ镀ʀܦ̹Ӆ瓶ɲπopppғ}܁ğ]|ߎâ䈼󃄅̬ᓲ,ܕnv֢Mξy}whebd\TQRWZ[TN{wvttrpj9 J~͂ ~}~~~ ~~~~~~~~~~~ʂւþwxuƼĺ~|{z(]پҧЍr;PZ\ZZ]_^ZWX\YX_deffghhijjjklnnoopqr?slbg?<;?W\gkoЉmEEKLMNNPQSTVWY[]_adhkmquỳʯܤՀ`cSMLKFADGGFEEDCBAA@@?>>==<<<;uusrrqponnmllkjiiihggfeddcbbbiggfGlbPpkylǨsjfqwz{oΆ˱żϽº| Hx|퀋@yvpgb[\Y|zyxwfvutsttsqnnml~}|{z{z{z{zX{}~~lpsuyy~RSSVR^p~ىΡ򃅌ΐݐuaa_^bznx|źyێyffklmnopqrstvwy|}Ȁ|]oveЍ؀jֶtmllgbfiihhgggeeddcbbaa``__^em°~uʃyxwýzqha_]]YVOxvwslþ~~~{~~|||{zwz{~|zzy{}  Ą3knpsuvww|\_bceptw|~<þ`evxy}YYX\Xas|ኹ΢Ֆ򅂂ՂрdfvLclTА񏬜ڪ݅ν Ǜ⎎ƥ~μʯyxrle_]]\YVP|xxvq¿ _~ɂĀ~~ ~~҂ւiɾĿ~ypȻ~|{|}{yyxIT򓝼Ƞo|k7G`r\VfGaim`gijjklmmnoopqrst:;;:;;==EB??=MujpoieLnlDKMNNOPQSTUVXZ\]_adgjlorvz˝“ŌԉutqW4qvWQNOONMMLKJIHHHGFEEDCCBA@@??>>===<;;;:tsrqpponmlllkjihhggfeeccjHLD\V[[S`gdžpbgb~UHw}aƺ½~z~~~}zz} `wx{mxxqljdb_\Xywvwwvutqomnomllk= ~~~}}}|||{zyzU{|}}~~jjkmptz[b{ҿyuf]^^]^_``hfccbp|p`lnoppqssuvwxz|}ʀ鍞a{γ͈zy|yqpqqoonmlmmllkjiihgggfedcccbbaaa___^^gkbz{|ƈ{Ƚvü~yoge`YTQ~yuqlÿ~{{|{z{|~|xuxxxwuuxz~ `ikmqtvww|\^cehotv{}_þŽņ>Utstvw|`e~Şγ᭿֪圑ʫɓꋖTiεԓኙܟ冋աˮɽڗԑ xĸ»}zxulfd`ZVS}xupĿcȂɀʂ~~ ~~~~~~~~~҂ՂT}trѴ|yxyv*-V喻{I62*JTNhihrnjnopqqrst:;;<<<===>??@HA@ABBCRj|sAJFAFp>FMNOOPQSTUVWY[\]_adfiknqtw{񺝶ݾᦐjɸVNfcYZcaMGLTSRQQPN^MLKKIIIHGGGFEDCCBBA@@??>>===<<<;::srqqponmmlkjjjihggeig_gI{__}LDJfrsЎ~{qoxhlxkƻӽ{{|}~}}awx{}}ʽz}ummrolqnorjnw~~wwxri`[Zyz}~}~}|~|zzzyxvuspommj:~}||{{{zyyzzyzyz{{||}~:jpsst{X`w)⒵hvvrnyx]^^__``bscelfefggfwÙenjej`ipqrsstuvwxz{|~ʘnڸ׼㼭sʽwp{{oiovvtstsqrqpo[nnmlkjjjihhgfffedddcbba```_^^]gjbg̲喬ܙvy܇t¼{pie_^^\YSPxvrni¾~}{{|~~~|{zzz{{|}|{yvvwxyzyxxxy{} qjlmnprtvyZ^beioruw}~²ƾ+;tx|{{]e|ћҏ‹쥽`ٶȂښЫ¥΂}ؿumhc^]^]ZUP~xvtnbÂՀ̂~~~ ~~~ЂԂƶwjifjjfmklnnuxtnνwtvwwvvtx||zwz{{|{xwvv2~~~~~~~J턓ƺzƖ|d`}>os::;;<<===>>??@@AAAETDCEEFGEDCA@FKKLLKMNOOPQRTTUVXYZ[]^`bdfikmorvy|ƢיӢgq}{t^FIc{lgpqebb]\^]_\eeKKUPNMMNNNMLKJJIIHHGGFFEDDCBBAA@???>>>==<;;;::srqqponmmlkjjhggisipjkoppm[SodG6;^wiwޜ/޿óþ$}|{}hwwx||Y|qjhkbZZXXXV[XYZZ_cfhdhic]\Yyrmoponmmoruy||ywvttqomppooomkkh~~}|{zyxyzN{{{|}~kqtzV\eqĶ|֥tpàa]^___``abbcccdeffgjyigijjjhggedjpppqoqsttuvvwxy{|}~~ʶюŦ{hoozurrrsrrqqponnmllkkjjiihhggfeeddccbba``__^^]qvtڎz :Ҿvlc^^[VRO{wsokg }}}z{|~~||zxwvxz|}~ ]jllnpsvwx~Z]adfjpsuv|Ŀ9Ltvz\bjvɽ𻠞Ńʼꕀɼ{ɋؼ停xXþsjb]^\XTQ|vurl ,T􂊑뭂րӂ~~~Ђ҂oijphf¾{wvuropz~~ywvuuuvuĄH ~}~J£vJ]VqAB@ABBBCEOTSMHLLJIJKLLMMNNOOPQRRSTUVWXY[\]^_acegikloqtw{~hyS~xqkknligfcba_`ixl_j_a[OPONNNMMLKKJJIIIHGGFFEEDDCBBA@@??>>>==<<;;::srqqqonmllkjh"fdccchia_Ntg`哦Ɨ ƌ`ƺÿ uwx{~||ytrmlkg^ZWyuqnljikptttuvvvuuuromkjhhihK ~}}}|{|{{zyxwwxxwwxyNzz{{|~ouUU^isjűm_d_`^^\^cfgefggghjszyqlqqnnoopqrrstuuvwxyyz{|}}~фҀ€suvvttsrqqpoonnmmllkkjjiiihggfeedccbbaaa`_^^^l}Ռ̈́ʇ޵yhѼuh]XTQzwtolh|||{{|{|~~}~~~|zzz{|}~~~~}~wikmoruwwz}Z\_cgkosuzNʹ»a Sv\\epyjϑٞßݛԆƇ۱ؤq xпth^YVR|wvsnz󄌑먂ۀ؂ ~~~~~ ~~˂ЂZļuqhgcc`|yuopoqv|~wqmlmrvwy{{zywv„U~~~}|}||{{{|{|}}|}~4ꃊc~M^QG?nYoUTFOJ:KOKTVNHGMOKIJKLMMNNNOOPQRRSTTUVWXYZ[\]^_abdfhjkmoqtvy}Äŀ}yvtqolklp^`ca[m^XUVT^TRQQPOONNNMMLLKKJJIHHHGGFFEEDCCBAA@@???>>==<<;;::srrpponlllkjiihgfedqPtńƘ@ķ¾~~Yvwy}w}Y~yqgd_[[WWS||xvrplkllossqkhghilnruv+utsroonmkiiihJ~~}}|{{zyxwwvwvwxwxOyzzz{||}}~pv}SW[dt߀stjK-,Mpzxi^^rupy|sllstpnopqrsttuvvwxyzz{|}~rlijh̭{yxxxvuutssrqqqpoonmmllkkjjjihhggfeedcccbaa``_^^^nʎǝᎵۮ;ǹznaVNzxvtqmli~}|zyyz|~}|{}~~~}~uikmosuvwyXZ]`cfjotuz~ۏy½㻰ƻ񄊎ÄK Nx~\_bk}Ƚꏇȟ˗깡ӄܳٛիա ҲaʼxnaXQ~|yvtsoo릂ڀق~~}}}~~~̂ς\ķzytmmlhda`{vlÿsuwz}~}yyx|s{xwwwv~}|{z{z{z{{{|}|}B󆒜􌓟̜Ātmwrttzn]aJLOQFUlXFRUSOOOPQQRSSTUUVWXYZZ[\]^_`acdfhiklmoqtvy|~|yvtqozlpddc`YWSRPW^\\_]WUUTTSRQPPOOONNMMLLLKJJIIIHGGFFFEDDCCBBA@@??>>>==<<;;ttsrqppnmmlkjiicby}uPp̣?Ĺʽ)~|{z{|~}~}|{|~~~}~~~zuvwy~{aþ|wpifkrx{|{vqkdc]\[YWUSz{xwwvri¿jlnqrsqponpqqnllljg~~~}{{{zyxwvvuuvuvvwvwxwxyGzz{|}~muxXZbmxԨ˅xt̍pruwl|my|zvvwxyy{{|}}~¿Ѭ}|z}}||{zyxxwvvuussrrqqppoonmmlkkkjjiihggfeeddcbbba``_^ܱSoڠ󃇴E͹wne\S}zwtqmjh¿~}{{zywvuvxyzzyxxyzyxwvwy zzyyyz{||{|}~}}|} ~~~gikmqtvwx{Z]^bejnqsv{~NJKĻȸǹs>===EDN\VMNLMS{\jxԾtxw_ƅ梽bҺ»~|{{zz{zzyyyz{z{ zzz{{{||{|}~tvwwz}mosvw{|wuronnkjhfea[Z[YVRPRRUVVPzzxwuspiefehggiklkjjhjiihhgH ~}|{zzyxxyyx wwwvwvvvuuutstttuQvvwxyyzzz{||}}~mrwU`go}UßԷys}Յ~}yxoenkwuvst{pt}|p̆꡽Rtf\T~xvsqomi~}}}| {{zyywvvvuvutuvwwvvvuvwxyyyzyyz{{{|}~~~efhkkmpsuvvwy|UWY[\^aabdehjnnprtvwy{~zͿɄIZw~^jrz֯ƏĦڻWԝ˽ś͕ʣ␬Iֿpd\U}ywvusq  ~瀈ɂ̀[~{uuuplghkkiiifdeadhdcgec|ytljjjfefffjknonmlmlmmnmosuututssq! }~~~~~~~~}~}}}|||{{zyz{N||}~~Q찌ix1'5Gcpi}dO<`6V``\_cddeffghiijklmmnopqstuvxy{}~VWXYZ{YXWV~}{yxvusrqpoommlkjjihggfedccbaa`_^^]]\\[[ZZYX[cwteqorrVY^b[intrꅙgg\^PdyqTͺǸ~~}|||{{zzzxwxyyxwxxxyzyxyxwxyxwxxwwwvwxzz{{|||}~uvwxy}nppqruxz|Eqs{zsnjhhfecba]\ZY[\ZZYXWVSTXUTVVT|xwwwpiihheɄeghjjjihoghjlkjkjkkihhg ~}{{zzyxyxwvutu vvvwwxyyyzH{{{}~npqw{^htQ컭a|bvwȏYejjkklml{kjjjƋ~퍬w{pseƳvw}@DZtla\ZT~}zwrpnli*}|{|{{zzyyxxxyxwwwvuutsstttssststutststtuuttsst sttuwwxyyyz{{|~ {hiklorsuvwwz|~VXXYZ\]_`abcdffhiknoprrsssrstsrqqomlklpqqprssuy{|}~zywvvvsrrrEƾ·-˄̄F Fw{|gr|Q֕핫݉ܥ􇽑}Ѧʰܫˇ抜Ì1˺~pi`\ZT}xutsp!뀊ق ~~ ͂рu~~}~zuojhfceda\[[\]]ddcdij`\[^{urlhgjlnopqqsw{}~~}{xwywwyzxwwwxxxwvuutrrr1~~}}||{{zz{K|}}~~̆R܍_< 0ANQPQR8 )5c@@TR\cddefgghiijjklmnnopqrstuvwxz{}~PRSTUVWXYZ[}ZZYYXWVUTSQP~}|zxwvutsrqponmmlkkjihhggfeddcbba`__^^]]\[ofdzyro[bg\NMZlbygXYgpolfbb昪eøĴ~~}||}|||zyyxwwxyyyxxwwvuutttutuuvvvutuvvwxyzz{|}~rtuvwxz}ghfhiklmnqswxwxz{}}~}}~{{~ytsrrqsxxrqw~ zvvu{chglkjllqmkhdeda^\[YWXXURPPPQRWWUVYYSPPQ|xvsojgfikkllmmortuuvvtspoqqpqrqpooponmlkjihgg"0~}|||{{|||{{zzyz{z yyyxxwxwvuv wvvwvvvwxyyyzF{}~tvuvXmU~k|]n|}gBdjomghijjkklmmnno~nnnmmmlkjjihg||yxpnDZ{kwtt뙨l˵}sf_ZRwroqlii~}|{zzz{zzyyxwxwxwwwuttssrstsrrqqpqrrsssrqrrstttuwwwyzz{{{||}fghjlmoqtvvvwxy}RSTUVXYYZ[\^_``aaabccbcdbeeca`a``accaabfjllmmnljijihfddd7ƻ*DŽ4N}auRܭՋၢ˟yЖة͸Ķ䊛˰Ѣ癅ڨ咊ZԷxoe_[Szuturpo#҂~~΂̀gfddecdcdcefhfhfda_`^^`bdfdfgb`_^\[[`\b]}~~~}yzywwt1- ~~}||{z{|}C~󀎰UΏyo`^_^]^^[\fiefgghhijjkklmmnoppqrstuvwxyz{|~KLMMOPQRSUVWXYYZZ[[[\[[[ZZYYXWVUSRQPONMLK~||zyxwvutsrqpponmlllkjjiihggfedccbbaa`\Wb\WK3/NXcm\VU^pcstdxbijGC=hdLPRbbd^QRRSTTUVVWWXXYYZ[[\\]^_``abcddefghhijjklmmnoppqqrsrrrqqqpponmmlkkjihhgfeedcbaa`_^]]\[[ZZYXXWWVVUTTSRRQQPPOONNMMLLKKJJIIIHHGGGFFEEDDDCCBBA~}|{zyxwvuutsrqpponnmlkkjihhgfa]^`^\[[[^c[ZYiXXWVUUTSRRQPQMGCLkt_ckx`[=haC/&.5MV]TMUigR\zykangyَʎ˱֕պ. ~}||zyzyyy{~3-bcdefgi8iklnprtuwy{~LOQSTWZ]achlqsuyԤ}Ѕyqu|о~ȸׇzs~q`bhjrvư{pj]T}tpvyžö}}|{{zzyyxwwvvut_uuvvwxxxyyzz{{{|}~psvy^]^clu~y>]puwwxyyzz{{|}}~~~~}}||{zzyyxwwvuutssrqqponnnlllkjjiihggfeedcbba`r~~|{zyxwvvrlgre|bsx}wpwu}}搞pwӽiuru|nnmd`" ~~|{{zyxwxxxwxwwxy{}~~<(bccdfgh-ݳב膡η߁r}o`bfgnq¯oi`VP{rort¶]}opsu?ր┛phkǼcgbciabb_^8IĄŇ(ڂւ~3abccefgikmnqruwz}LPRW\`dhlrxJ~wūɚ|v{yg`_SLSCU?mjogfgz{Ø򗭱}ݫġ̹~||{{{zzzyyx\yyzz{{||}}}~M5RdpXUWUWVW-XYYZZ[[\\]]^_`aabccdeffghiijklmmnopqrrsttuvvvwxwvvuuttsrqqponmllkjiihgffedccba``_^^]\\[[ZZYYXWWWVUUTTSSRQQPPOONNMMLLKKKJJIIHHGGFFFEEDDCCBB}||{zyxwvuttrrqponnmlkkjihhgfedbaba`_^^]\[[ZYYXWVVUTTSRONQQORXTTKGILMJTcdfaEHGBCIumqnoqxZ➹ᏧǂǪ˸Ŀ¿~|zzxyxyz|{yz}~ ~~*&6bccdefgikmnprsuxzLOPTX[^adgkqty©ּ~y|̍{sq}^c{~wvxĂ酟fu͹kWRRSWbmjTylɿ[~}}|{{zyyxxwwwvvvuuutututuuuvwwxyyz{|}~LsvxZ_dlqzlSy|z}|}}~-~~}}|{{zzyyxwvuutssrqqpoonmmlkjjihhgffedccbaan~~}{zzxtsutsv|wwmijmnkudgfabgõvuW^j}xk`}{sϾ~}{zywwvvvwxyxwxz{|}~1 -̷̤άֿծ߰̈́`lx}|^NKJJNV\YJ}siƾ5V􀇏lpx=蔠޳ǀpmst}GJQ]w_VNupnjŸ 1>(Ԃ~ւ~4abcdffgjlnpruxz}NRX[`fnvGդ`sejlouV\vmTH`dѓ喊خނbǷơ޶}򅍄}|||{zd{{{|}􀈎놅?ݯ}wr\Z]YYZ]_\\^^^__`abbccdeffghiijkklmnnopqrsttuvwwxyyzzz{{|}}|}|{{zzzyyxwvvutssrqponmmlkjjihggffedccba```_^]]\\[ZZZYYXXWWVVUTTSSRRQPPPOONMMLLKKKJJIIHHGGFFEEDDCCB}|{{yxwvuttsrqpoonmlkkji0hhgfeddcaa`_^^]\\[ZYYXWVUTSRRPOOPPONNMLIHHHJHHGFEaD|nK|qႜë¿ ~~}||{{{zzyyyxwwxwx-yyzz{{||}}~4bbcdeghjlnortwz}MPSWZ_ekr}֩l|rstʳé{xޠȰq~wW|Ե{o[Z]^bWRxm«~gjf hlpqqrtsp!mjf¾ ~||{|{zzyyyxmwwvwwwxyyyz{{|}~~ptvx{~_aenvz~;㿴~~}}|{{zyxxwvuutsrrqqponnmlkjjihhgffeddcba}|zyxvtsrrrqponmjiiijhggfdddcciyy`ҺsdN~jĽkqy~z~|zxytrqpmh~~~~~}}|||{{{zzzyxxyxyyxyz/{{|||}~0޻Ч鄅ѝеƭ㋪ō箣ѹr}xOhʮzld]OOOPSLH}phbdbcgijkkllj0hfcÿh|tw|E;Ħ̅˄ɄȀ j儫߀hLbw{of[RK@nccgmpomommmnkjiigd¿:㉀Ƃ󀐁ӂ~4`acdefijlnpsvzV[enzC켶hd5[\U`[`aabefedfggkw}vյ﷨׹o|]x都ܶѵ懄ȷ}풪󃓘ƿ}{z|w}{yzzzyxwwwyyz}zu|ₑý?LOb_ba`aabdddeffgghiijkllmnnopqrrstuvwwxyzz{||}~~~~}||{zzyxwvvutssrqponmmlkjjiihgfffedccbaa``_^^]]\\[ZZYYXXWWWVVUTTSSRQQPPOONMMLLKKKJIIHHGGFFEEDDC~}|{zywwvutsrqpponmllkjihhgfedcbaa`__^\\[[ZYXXWVVUTSRRQQPOONNMMLLKKJIIHHGGFEslf`\R7.,Sp̒dz̵؇˼ͶMÿ~ ~}|{{zzyxxwvvuuuttsssrqrq7rrrssstuuuvwxxyyzz{|}~5bcdfghjkmpqtwz~QV]enyψjunˈȩԤӸ|зr㎌亘xpf]\^YUTSqĹ~񏢯ioqppnotvusssuywxyyzyvsrojg~|zyxwyzzyxwxxxwvuuuwxyz|~r9uz}ysps{||bkpxJSU`gpiYOID@xqmfcca<˓͂~5`bcegjorwMS_nϢpsijhfjmdgjhjnpqpnljdtcͦΑ¶ĵ°{hj~}~|Ŀx{}}~}{wuy|}=}oqpz~9鲆7\CG@85>FYhjjkllmnnopqrrsttvvwxyyz{{|}~~}|{zzyyxwvvutsrrqpoonmllkjjihhggfeedcccba``_^^]]\[[ZZYYXXWWVVUTTSSRQQPPONNMMLLKKJJIHHGGFFEED~}|{yxxvutsrrqponmmlkjihhgfedcbaa`__^]\\[ZZYXWVVUTTSRRQPPONNNMMLLKJJJIHHHF}k`Ub=Thpz˨̵/๰񁇓/~~~}}|{zyxxwvuuttsrrqqppooonnnm7nnnooppqqrrsttuvwwxyz{||} 6bcefilosyMS]j}ҧuğwļř낎~{zt̾Zuwy€f{}|ûwyz{|{zvuwz{}}s#tsrv{~zywmnovbdccehimqrpry}7նR|\xnfcgm~}}|{{yyxxvvutsrqqpoonmlkkjihhgfeedc~|{zyxwvutssrpponmmllkjjiihgfedʺn·ޅȽglpqwucbev<~~}||{zzyyxxwwvuuuttssrrrqpq9rrrsstuuvwwxyzz{|}~  4uرۣ錱ɟӚ񂊫vrwf}̺|wykMo킏b¿D~։}񌐋XZ\]`^WWZt < Ă~ۀ.beinuP\mˌkazxwxwtpk`MGI=?H7 7QsaږㅇvwvʀƼ³շy`^mh`d^fl}Cÿhkqz-ʱyyjZk.dhnwVfߩجʴxu˿z~qqmedqtYqllpsrrvriĿ˺|pu̱z򁈐nt[Adnoplfaad_bhmnpoqrsuqqrnjigb_Z]dp~7աٯZ`wgZ[[\\]]]^^___``aaabcdcbaaa``___^^]]]\\\[[~}|{zzyxwvutssrqponmlkkjihhgfeS~}|{zyxwvutsrqqppoonmlkkjjiihhg¿Y҉фhpui~|zzyxvvutsrqqqopo؆ lklEmmmnnoopqqqrrsstuuvwyyz{|}~25ޫߵƬǺ©ƺú瀋tJtkggjmkjnke¾ƿֿu|@`jrsusnijnkntxy~y􈑘ٹ̀م`dhb |~݀~)ago|Ti~eJpMroYfYN~{~|f͉߈|z|vtjngaf|~ɆҐɻ«ƺƹՀĢsTtipy~~w{}uuS_ekdhrºFĿ~hqx~IîI8vB-UPJ[drIV=YZ\CCCDDDEEFFFGGGHHIIJJKKKLLMMNNNOOOPQPONMMLLKKKJJIIHHGGGFFFEEDDDCCBB~}|{{zyyxwvvuttsrrqpoonmlkkjiihggfeedccba``_^^]\[[ZZYXXWWVUUTSRRQQPONNMMLKKJIIHE~}|{zyxvvtssrqponmllkjjihgfeedbba`__^]\\[[ZYYXXWVUUTTSSRQQPPOONNNMML)KKE[gzݎ¼}zxuŀghhijjkkllmmoopqrstuvwyyz{}~efgijlnonoopqoonmkjhgfedcba`_9cjq{Qc}뺈pkzxxm{ςԗv~oruokos{z~~|vtkſ˯m±ƶlv||ĿvwGyy~hoo{vofY_dir{;ϿkTmO}dV][\\]]]^^__```aabbccdefggghhhiijijkkjjjkjijjjihhhgggfedddccbbbaa```__^^]]]\\[[Z~~}|{zyxwvutssrqponmlkkjihgfr~}||{zyxwvuutsrqqpoonmmllkkjjiihhFs~⊔ÿ~{yvtsƅǀkkllmnoopqrrstuuwxyzz{|}fgijknopqpqrqqppomljjihffeddc&퐤ΘɤڅܦƵӅfklhýdhy}zxjpzvstnpsorspkjeþӻ򁉎z|~mst,ҷ޴̹ԃʒ¿¿Y;艑#~€܁ր~.X[_erIVj֭j½jUsNnME??@@@AABABCCDCCDCCCDDBA@@?@?><<<;;;:srqrqpommlljiihgffeedcccbba```__^^]]\\~}|{zyxwvutsrqponmlkjjZih~}||zzyxwvvutsrrrqpppoonnmmlkjjjiЈ΅>DGHHIIJLLMNLLNPQRQPQPPQPRSRPRRU[`fhcc[NMQQOORUSQPPRQQQRPPPWXX[]bejpu}}wy|DZwʹyÅի񁚻䒨Yb\vSIHICACFGNPJJHKKNV[`ovy~EEEFGGGHHIIJJKKLLMMNNNOPPPQQRRSSTT***+,-./0/.-,+**TTSSRRQQPPPONNNMLLLKKJJIIHHGGFFFEE~}|{{zyxxwvutsrqponnmlkjiihgffedccba`_^]]\[[ZYXXWVVUTSSRQPPONNC~}|{zyxwvutsrqpponmmlkjjihhgffedccbaa`__^^]\\\[[ZZYYYXXWWWVVUTSRQRQPPQP8NPO\w䈔þ'Ʉʍefghhiijjijkl,mmnnooppqstuwwyz|}~RSUX[4ilov~KNTY]bflqv|ͯĖwnmlkjih¾oy}u}|{yxvutusrpnkigedccegfghghjihijllmmlkmnmllmotx~{|tiiklkkmponlmnipnnotuvy|}{兏Ӗ_^fmxuvxɁpppǨstuplpuw|~yzx||z]]^^__`aabbbcdddeffghhjklmnoprrtuu;<<=>?@@ABCDEEGFFGJIIJKKJKMMNOOONMMLLJIKIHFFFEEECBB??>>=<<;vttrrppmmljjhhgfeeedcccbaa``___^]]~}|{zyxwvutsrqponmlkjjiU~~}{{{zyyxwvvuttssrrqqpononnmlkkklklk6illu働}¾.Մjklm nnnoppqrqqr,srrsstttuuuvwwxyyzz|}~X[]_d2񂈌&fӲެЇPPW^dew|{ ܅֮dx郋'Ȃˀ~/*ʜo__ťmnʺ~dZXWVVUTSSRQPP~~|{zyxwwuussrqpponmmllkjjihhggfeedccbaa``__^^^]]]\\[[[ZZZYXWVUVU VVVUUTSSTTVWWXYXYZZZ[[\]\\]]]^_^^]_`b`__`bb\_ceeddcb^OGQPVahnsrx}~~{zu}yXkwyҳ񇊓ļp}kgegnuwxyz||}~~GHHHIIJJKLLLMNNNOPPPQQRRSSTTUU+,-./012323210/.-,+VUUTTSSRRQQQPPONNMMLLKKJJJIHHGG~}|{zyyxwvutssqpponmlkjjihgfeedcba`__^]\[[ZYYXXWVUTSSRRQP7~}{zzxwvuussrqqponmmlkkjjihhgffeddcbbaa`___^^^]]]\[ZYXWVUUVU0TTT]lHlnopqrstuvvwvwwwvvuutsrqpponmllkjjiihgfeeedcde4fgghhiijlmnoprstuwxy{{|~~{x!z~RV]bglorvz}~MPRX^ekory ԵlsϯĴĨwutsqponnmlkjĿ#~~}|{{{zyxwwvvuuttsssrsrrqponoopoonprqrstutuvvwwxxyzzy{{||}}~ýo̚Ǿ{^__``abbcddeefgghijklnoqrrsuwx<==>?@ACDDEGGHIIIKJMONNQRRTUVXYYZ[\\[]__abbbacab`]^_^\\\ZYVYWTSSRQONNOLKKJIIHGGEDCAA@?>=}}{{zyxwvutssrqpponnmllkkjjihhggffeddcccbaaa```___^^^]\ [[YWVUTTTSRJVVWiԅ%npqstvwxy{|~&~}~}|{O||}~[]`cgmtQ\gr| ξ}~ĭĿ~С|z|||{{{zyxwvuttsrpoqyumk$~~~||{{zzyyyxxxwwvutuutstuuuvvwxxxyyz{{||~kklmzuqqpqniinopqjdfoqqss|``aabbccdeffghjjklnopprtuxyx=>>@ABBEFFGIIJMMNPPRSUUXZ[[_`adegfilnooqqsvwxxxy{zz|xyxyxvvusrqpnnjgfggdca^^\ZWVUTQPPNNMJIIHFFDBA@?>=z=|wwxvsporuniihgfeedccbbaaa`_~~|{zyxwvutsrqponmlkW~}}|{{{zzzyxyxxwwvuutrqonmmmnmpqr|qrstvxyz{}~(Rbdgkqv~X`mw Ū©ȵÿ꺘·a H󂋕~KR怈肐Ȁ򀉁²{a\xPzwwspnptmhRJNNNMLQOJIGFEDMX^degggfedccba`__^]\[[Z\ZXWWVU~}|{zyxwwvuttsrqqppoonmmllkkjjjihhhggfedcccba`_`abcddeeffggghhijjjkkllmmnnoppqqsstuuvwxxzz{|}~VVWXYZZ[[\\\^_`abcdccb__bfhikklnqrrstvwxyz{|}~5LLMMNNOOPQQRRSSTTUUVVWWXXYZZZ--.///0001234445556677788999:::;;;<;:99888767666554443210/ ...--[ZYYXWVUUTTSSRRQQPPONNMML~}|{zyxxvvusrqqonmlkkjihhgfedcba``_^]\[[ZYYXWWV~}|{zyxwwvuutsrrqpoonnmlllkkjjihgfffeeeddba_]\[ZYXXXZ\dt{}zwmorux|ꂆᷩ}qhĽ[]_dhrBPnلPDA;831346436554359ACA?9:@BWȽsmmymqqqpotqlkihgfnx~~}|{zyxwwuttusqpnnm8~}}|{zyxxxyyxwwxxyxxxwxxxyyyzzz{zz{|}~~mnoqrstuuvwwyz{|~~}|`aabccddefgghhjlnpqsuvvwwx{{}>@ABCFHIJLMOPQSUWY[]__dceegjnmnptv{{|}ywrpoomkhedd``_]ZYWTSROMMLJIHEECB@?}|{ywvwvusqpnljihgffeddccbaa~}|{zyxwvutsr[qponm~~|{yxwvtsvw~~~{}{yvqtvx{~wzproƧzqjýaeioyM^}wWVPNKHKLMLM LLQWXTSSSV`  żљ½TĽ}B~{~ɻ㈢⺍قƀ삜Ȁ!$(*3FIPOP`fgigc\NLPYcdfdkȷvyzs|jlThiim^sXOIHFHDwpq{~~~}|{zyyxwvutsrqponmmlk`jjihgfeedcba``_^]\\[ZYY~}|zzyxwwvvuutsrrqppoonnmmllklkjjiiihgfedefgghhiijkkklllmmmnnoopqqrrsttuvvwwyy{{|}~XYZZ[\]^__aabcdefghhijklmnnoqrstuvvxyy{||}~6OOPPQQRSSTTUUVVWWXYYZZ[[\\]]///0001112344455666788999:;;<=>>?@@ABBBDE&FFEEFEDDDCBCBBA@@?>==<;;:9998877665444321000///]]\\[[ZZYYXWWVVUUTTSRRQQPPOON~}|{zzxxwvutsrponmmlkjjhhgfedcba`__^]\[[ZYX,~}|{zyyxwwuuttsrrqppponnmmlkjimu~tux{}~ɀú~|{unknsutwz}|~~zspj_\\WVZ\^bjt~XcuļǶo.BA@E&)*))*+*+)%$$#"#')*+)(%d>;CFMYafwxuyzuniqtv{~xqqqqzqyg_fcc\~}{zzyxwvttsrqpo~}|{{{|{|{||{|}~nopqrstuvxyzz{|}bbcdeeefgiklmnpttvvwwxz~FEFHIKMNMNNRRU[\^accefjlnqtusuv~xvwtusrnkihdcba^[ZUTPONMNLJIGEFE~|zxwwvvtrpnmlkigffeddcbaa}|{zzyxwutsrrpom,ބ݀uvy{}~u{}vrpswxxz~}zqhdc_-^adhmt|_lĦQ_bcf69<:;>?<>=;ؿʽe  Ryľ*¾*򉚰— ŀǀƀIQYҿwrtvtplmii`QLK`~wuxoszG9ppknonmq@@fPFHE@;slh1]YVd|I~~}|{zyyxwvutsrqpofnmlkkjiihffedcbb``_^]\[[~~~~~||{{zzyxwvuuttssrrqqppooonnmml kjihhhgfgghghijklmnoopppqrstttuvxyzzz{|~~[\]^_`abcdeefghijjklmnopqrstuvwxyz{|}}%QRRSTUUUVWWXYYZZ[[\\]^^__``a01123334445566789::;;<<==>?@AABEFGHIJKLLMNO+NONMLKKJIHGGGFFDBBAA?>==<;;::9887665544433321110a``_^^]]\\[[ZZYYXWWVUUUTSSRQ~}|{zyxwvutsqqponmlkkjihgfedcbb`_^^]\[~}|{{zyzywwvuttsrrqponmlkjjjiijjku큅Ƽ~zyywmmnprtx{~󎧾ɳkfikthoiccI[ɳk80)/=CJKOUokSC<@@98;6BhpnqvgOA3(/;;ƴqdmjPV[vaeb[RJ^v~}|{zzyxvuutrrqo~~~}}||}}|}|}~pqrstuvwyzz{|}~cdeefgghkkmortuvvuuwz~IIHGIMNNQTTX\[]ada`__`flruuy}~|xvwqogbc^`ad`[\[[VRPOMLIHIII}yuuuvvusqomkkiggfeedc~}|{zyywvutsrqLp,y|y¹yxxwrstvxy|~r˻+uxynuqmns4ôiQBK[^dhmqq]Whk_[c`pv^JWlmáރʡpfX wyw¿4󉋇霾-Ȯ̀ǀǀł{qe]YXXXY[_cghhllgbbedkja[PACMQPOObprvwx~}lmy}aXfvvulk\~}|{{zyxwvutsqq_ponmlkkjihggffdcbaa`_^~}||{{zyxwvuuttssrrrponppqmnsx~xtqmji hhhiihiiijklmmmnnooopqqrsuy{~{{~~}~~^_`abcdefghijjklmnopqrstuvwxyzz{}~TTTUUVVUVYYZ[\]]]^__``aabbcdd22334G56778::;;<<<=>@@ABDGGIIJJJKKMNOPPQRRSTTTUUTUUTTSSRQQOONMLKJJJIIHFDCA@@><;;;:9776544433322dccbbba``__^]]]\[ZZYYXXWVVUUU~}|{zyxwvutsrqpomllkkjihgffdcca``_~}||{zyywvuuuvxyx{z|ÿiloquy}׾[^mOYUP\gYXylmmjjmkd_ceb\XV[YMHFO^]]1@GIIV]eZIGI@DQVYWWap}ͼ~rhb_`a`bjmqsrtwspqsqyzqkl_[dkjgdrw}|rfn{||uȦk}~}|{zyyxwvutsrq»}|{|}#~~~oprrtuvwxz{|}~]cdddeeffhlpprstuxxyz|GIKMNOSTSWZZ[__`bbehllmptv{|~{yyupmkkgecb`__\ZXVVSSNMLKHG~{yxwvutrqnnkjhhgfeed~||zzyxwutssrqsvy|qürfsndurjiƯ~{y}}{wvwvnhel~}~G]fiisysltjlszz|ǀȺ¾􂐏أ| ¾þЀ¼ȀɿĹَLŰſဎýɶ│Ȁ䂝Ȁulru|pg^SI=i\QJF}{xvvqqx{SXft\eoz{rrldgb^hoqvۻ|h_~}|{{zyxwvutsrqpo}nmlkkjjihfeeccbba`}|{{zyxxwwvuutssrrqqpooonnnmmnnnllptvtttsuvvuusponlihiikmoqqrssrooqooomlmnmlm$nnnppqtuxz{y}!mnljihggilmppqrsstwyyzzz|}~eefgeaba][ZZZ\^^`dmk^[\[Z[[\_^^^__`bccbbccbccddefg4556789989:;<=>?ABDDEFFFHGHHIKKLMMMLLKJJLMNMLLLJJJIHGGGFEDCB@??>=<<;;:99876554hgffeddccbbaa``__^]]\\[ZYYXXWWVV~~}{{zywvutssrqponmlykkjihgfeedcba~}}||{zzyxwvuuusstuwxwxy{~uoppqrsqptvwvuvwz{tmjkPnoqsusomlnoqqnquxxz|}|}~~~QRRSTUUVUW(YZ[[[\\\WVWVRQKLWY078::ASx{qi]MrdXR^dq~dks{ztnnjfkrswھxn5~}}|zyxwvutsrrq+}}~|{{ywxxxz{}~}~~~~}||}~Kwxwu2tuvyz}}~ ooqrqnoolhFkooqu}oknlklmnusrtuux{|~}IJKMORSTUWWYZ]`befhiklnnqprsuxyzz{zyz{{}||{{zzyxwusronnmkjgfdb`_\[YXXVTRPNLKJH}{xxvussrpnmlkiihffeddz~}|{zyxwvutsrq=uvwyzzzy}~|z{{|||_7`bceedeehijiijjlnoooqqpjjkkhiemENQTVcxĀ¿˭þ󃎖Ĭ}ĿRºg܄ޗ€тʀab`agpyHNU`b_\OLA@B?>;;upnifc_^\ZZ[[\\[[XWXWVUUTVVWWY\Z]e_WSX[`^~}{zzyxwvutsrqppopnqtvvavwvtrnjijprrrspmljji}|}|}~||{{zyxxwvrqpooponmllkkkjihgedddccdcbeigfccdjmoostwz}}}~|{yvvwvusnnmmnoqrtutuvwx__```beefgikmnpqstvwwxyz{{}\__[[\\\]\[[^^^_afppdaciknkoomomkottuwBGEDCCB?;pq99:?BMjyvm^QHONLLNU[`_TJECAAAB?>>>==<;;;::99qqonmllkjihgeedccbbaa`___^]]]\[[ZZYYXXWWV~}||zyxvvutsrqponmllkjihggfedcbaa|{xussrqrroonnmllkkjiihhfeddefggghhihjlqvxwxvromlnnnliijjigghhggffghihjkjiijjkiiijklmopqqqppomnomklmqrqpqrrsuvz{~_elllptsrwx}|ywvvqrsttv>wwyy{|}SSTTUVWXYXZ]a`_^_eiipyupi_YW[_^ad^z{vx|\dlytsoa`TTWSPMJyrqnkkklmmkjeceebbba`abceghipkd`dgmia|yxx}~}}}zwvttsÿ~||{{zzxvvvuutssrrrqqqpsvtrqprvyz{|}3~{zz{|}~҄҄Llmmmnprstuwxz|}hlkghjhfglmlnqyxtvTZYXXXWUOMMOV[hwjbiifehnrvvoe_\YYY[XVUUURRQQPPONL}{|zwvusrqpommlkjiihgfeedcc~}|{zyxvvutsrqp?~~}|{zyyxwvutttuuvuuuvvwx||zyxyyyxvuttuutttsttuuvwwvvwwxwvwxxyz|}~}~~}}~foszz{}Iabbcccdddefffgghhhijjijhjpwuustz}~tonrrqx|%̾ѿ¾.ųq=3Ȋǀ̀ր*PPQQQPONMMLKIGEGGKKNPRSTUUTTUUWWXWUTTSTVWWVUUVVTTT~~|{zyyxwvutsrrqponnllljjihggffgfhhgghiigedbabddbG}}~~}~}}}|{zvuqtsqoonmiigffgfeddccbb`a``__ccbcccefghiijlmmllmllljkklmlllm&nnopqqrstvy|||{}^`bcegijknoqtuvwyxzyxxvvtvvwwxxxyyyz|}}XUVVY`bcgigddaabccdekqliiffeb``aabdegjlllkggijklotz~wpmkihhigffeedddccbbaaa``_^^^]_b_\\^^^_]\[[ZZYXVU~~}|||{xwv+vvuuustvvwxxtppmjjihgfffddcba`_^];~}|{zzyywuuuvtuvttuutqpommjihgfefeeedccba```aaababbcdfffhjkijjjkjiijjkknmlntwxwwxxy{{{}{{y{}_`abdeegggjjiijjjgPgiijkklmnopqrrtttuvvwxyz{||}~PQPQQRRQPPONOPPRRRQQQPP``aaa_]\]\YXWUTUVZY\]`bcffeffehhgfeddccefeeccdcbccaaaÿ~}||{zxxyxyxwwUwxwusrqppqqo~|yywvQttsrrqqppooonpqppoppqqrssuvvwxyz_{{{zz{|}}}~~~npqrtvxyz|}bbcdgprtx{yuusqstsuv~~||xxwuqrstvxz}~}}{{zzywwvvtssqqponmlotokionmnkihgffdcba}|{zzywwuutrqponm3.|{zyxxwwvuututssrrqpppooonЄтЅІхۄoqpqqrstuvxyzyyz{|}}~opqrttuwwxyzz{|||z{|}~(` _`aaa`__^]]^_`aa`` 3Ą&¼Z X ׀~΀Ԁ~„*~~}|{zzyywvtrrrqpppnmmlkjiihggfeeddccbb`___]]\[ZYYWW~|{yxwvutsrqpponnllkkjihgfeedddbcba`_``_^^]]^]]\[[ZZZXWXXYYZ[[\\\]]^__``aabcddffghhijjkkllnoopqrstuvwxyzz|}~VWXYZ[a[[\^^_`aabbcdeefghiijklmmnpqrrttvvvwxyz|}}}~RRSTUUV WWWXXYXXYZYXXXYZZZ[ZYYXXWWWXXYXWVVUUVVVUTTSRR}}|||zyxxwvvutssrqppoonmllkkjiihhhggfedcbb`_^^]\]\\ZZYW~}||zyyxvuttsrqpponmllkkjihhfeedcbbaa```_^^]]\\\[[\ZYY !YYYZZ[[[\\]]^___``abbcdefgghijjklmnoppqrrstuvwxyz{~VVVXXXYZZ[]^^_``abccdeeghhijjjkllmnopqqrsttuvwxxyyz{||}}~~~}|{{zyxwwvtssqqponmlkjC~}|{zyyxvvvtsssrrqqpppoonmmllkjυʄDžƄńƂDžȀjjkllmmnooppqqrsstuvwwxyz{|}~jklmnoopqrstuvwxyYzz{|}~__`aabcccdefg feeefgghhggfefddcbccbaba``~}}|{zyyxwusrrqppoomlkjR~}{{zyxwvvuttsrrqqpooonnnmmllkk̄ʂɄ ƄȄʀkklmmmnnoopqqrrsstuuvwxyyzz||}iijllmnooqrstuvwwxyz{K|}~v up~ހ~ }}}~~}~~}}}~}|{zyyxxwvuuutttsrrrqpppooonmmllkkjjjihgfffeeddcbbaa``_^^^]\\[[ZYXXXWVUUTSRRR}|{zyxwvutssrqonmmlkjihggf7eddbcbba`_^^]\\[[YYYWWVUUUTS TTUUVWWXXYZZ[\]]^^``abbcddefgghijklmmnopqsstuvwxyz{|}~SSTUUVWWXYYZ[[\]^,___``abccceefgghijjkklmmmnnopqqqrstuvwy{||~~L~}}}|zzzyxxwvutsssqppponnmllkkjihggfedcbba``__^\]\ZZZYXXWVUTSS~~|{zyxxvvutsrqponmmkkYjihgffedccbaa``_^]\\[ZZYXWWVVUTT STUUVWWXXYYZ\\]^]___abbccdefgghiijllmnnpqrstuvvwyz{|}~NRSSSTUVWWXXXYZ[[\\]]^^_``aabcddeeffgghhijjklklmmnnnoooppqqrsstttuuvvwvwxxxyz{|}~~}}}{zzyxxwvuttsrqpooonmlkjjihg\}|{{yyxvuttrqpqonmmlkkjiihg Äŀggiijkkllnnopqrsttvvwyyz||~hijkkllmnoopqrstuvwwxyz{||}~~S}}|zzzwxvvussrqppommlkjjihM}|{{zxxvvutrqpponmmkkjjihhghiijklmmnnopqrssuvvxyz{{}}sgiijkklmnooopqrsttvvwxyzz{{|}~~҄рh¿φ΀рxτ ̉̓΄πk~ۀ~~~{~{||}{y}xxyxuutvvrstuuqnqutniljjhjlihgefccacbaacb^^^`[Z]]XYXXYWXWWVSRQ}|y}~|xxyvwsutrtvvporpqrnknnkkijgjljdehijffeddhe_ad__aa``_[^`^^`]]]a_]]^_[\[[^`^]`[]Y[`\___`]][[^bc_afbcefcagcabggehgnjlkljlpmpnnppqsqusrvxsww|v|zyw}PRRRTWRW[WXW]X\Z^[`_^`^ac`febcghghijmlmoonopnpottutxvywwwyz|~}~z}}xz~rwtyvqvsposqklnmjkhkfbgedghgcadfcaaZ^\\[Z[ZZXXXWTVUVQS|}~~|t{vxuvspspqqqrooolhjmollmlihffghhjdiddhc_beacc_a`d```]\[]\_[`^Ya^Z^`^\^^`\]\\_\\[^^\Z^a_\_d`abbdeccdgdccdhkfilihimklmjnnopkoptuuqqquwzxzzzwxw~~TRSSVVZ\UYYYW\]Z^]\]_^ca`cfdbcciijihqjgmjkqppooqqqtutrsvxvzz{zy|~{~~~~uſſýž}yz||zwwvysqsunoomomnmmliggǺƿ{}~}w||wwzzywztwyxvwttxzywvwxtwttw{wxytuouytzxyxwwsty~~xz}~}zz|{}~~ƻffgfhmgkqmnltqrouswxtwuy{y{|¾ľڀýĹľ{~}|{~|xxotsussqponmokiljkfg½~z|w{{{|{zzz|xyzxtvwwzuzwsyvswzztx{{uwutxtvtvxuuw{{wy|zx|{}~~|{~~~~gghhkkpslqoqnutquusuvwzyx}~|}ļƀÿa½øŲÿ¿||{{|{|||{{{|{|{{||{{||r[{vovwomlsoksWuqOgN}mfjOroZfd[n}cmi[i_WmeSR}z~{nkhtec@Ydok]u{zv`WnLZTcfcgVdfoWk˘Z``n̗rkdFqvvzǎ|fw`rnxt?psm@nvBi`\a5Z_p}dwuu}U͆cdnV|lpXUIjiưFolQZfyLmO_Uvjug]M\M]zWJVbZ\xdqhd{dZ]iMqLtgG`XhylUwixM^pTP\fkaB[]rxA^thfno^oce}pv^YWclspnzcZosymxkojxep~guv_pviu}m~r|~zOijn}pbu|znsnh~qluu}jP_teO]GxqtxCjro}tqjOa{LqmYbpN_n_BDb]hq{wxMuhghTFgD9м]TfhkCQm|icM]v܎mwzzϩ\qP}~jtu_pl`SLlaps\Gxr6fKCi{kJePeӎjvLjL~pgfh]=\V}{tNPKbvxy`?eQxvpGpkyI{HGi{S^c]Rq`j璂jmbw{Rajg^jjѩhaKjXUhiiMjbzΥmMf_ǽYPƝb^VNi~rDZcYITyPUEkz]aHPu]pjbfbQ~ke_yP_f{a\b`Sykye`qxlMdS]]c{jmiyqXWxe}vgdm}Qskf{|}xw~joni{~sirh}oYyplu`ltypmyoz}}ЫatzkمdQr}lwk|xkyxnyusɝՍ㏑ƽӺ\ǂj|džϚ_ukпby{^feĚі|ؐ}ișKmÉԑ؂hàovxСy~QƷʫm@mgɎ{wÛx~j|qĪՙhբlӵĶxЙvȷ^p^]}wwYkwqqWt]y؅uŴrgr|hfjmznh}dqyseh}al{wjuxsos{{t{n|pt~wjqrtyj~brz|{l݁ik|bznuLktmjxߎ`rvº|q]ʸxZ\p{|zgpyگЃήܜ䈍ܶtٝ鷮vԢsKÚwzl|˪Ǡdropsԕl叉i抒oY玗j}Ԭru|ʷUlgⰩ\~qmVGܘ{kћrܐ֚^yĒz╈pĄּukmz€ڟTta΁ךrczw֛տbhyumw~qgwyqjͽΏgqgruqbz{zyq|yugwqvutm|g{tywsj~рף땋遊ټؾ䙪ڿԑȠٜèɕİ렲Ďۚȹ؄Ϋ𩽧ݑ籬ۊُډȩ粰Ϥֱޫɳٻш᰼Ӳ֨γ㽘ԥ‘՝Ѯŋè־ͩ޸퉂À݄zÅՋ㋏ւ銍􁇆љ཮Ԭĸꮑ݂ġգܷɭ碩ӪԼɗՁ󌶍ﳝë݀գ㠙ιلˆȯ欦˲㛞絑娲ȣ߿ȨЭŽţӂ̫ջ膵پ呎Հzńvuvuvuuvvvuuvuvuvvvuvuv uvuvvuuvvvuvuvutututuututututuuutututuuutututututututuvuvvuuvuvvuvuuuvvvuvvuvuvuvuvuv uuuvvvuuuvuvuvuvuvuvuvuvuvuuvvuvvvuuuvuuvvu vvvuuuvvvuvuuuvuuuvuvuvutuvututtuttutuututututututututuvuvuvuvuvuuvuvu vvuvuvuuuvuvvuuuvuvuvuv[GÂ@xpwxtlodzUdt[sǨoYbSbYJnc]nehi8ķWtdΎjWsi}vojwsWywox{ctzWje`TZHnY\VgXgƖ|mge}aedQl}(d~pd]|JY^{hՅӄƋIjP}ZlP|g׬PgSBxzuQdTOrD`۽JTDNhtejncxhKF2{PD^qfV~tR&eVs*,pȊ\hzDtN{YS_OR*nQoc[Pt^ljoPo[zyyWj\S86}o|ff]lz_k_YޠuQzVy{w\fs|nǑHb|Of\QǨmu嗞ֶxgyS]ohYְy|{`nXVwĪn\wXXVX^anUqCsP^fqbә}?ØndsoifoVEiDAsVhxĖP[\EntgQ}ihgL|Ɵ{BgsgI}Wx`qjli΁qecUR[ĔKSa:hunHj_hhhepe`KY`X܇DwdtV-cRPW(y]k\TzLrLgp@|doi`vny'cVp[QOdSc}PmzmHosUn[/KkmlTWoz^Q=jym[~zugveypj{Ȍse}lumpd\rRd^}|eor}r}hmOű}RBwCvqVenX|ZUŨBja˔xdw[؀\TʤLnqdn\sպ͐q^^hmjϦO֣{|׀ntߊ~DžѠnlɊuzvۀlhͻ׬lμz~ݜpȰ䣎З~~ڄ€džz?ŚawgKmf~fȯŽ}{gtXވu҇x}ꈛ؍訜}攪s}౸{g{Ʉ׍x^eϺ{ig˿nntݱv{wwo~oQtɔ}ija}ӕxקe}WvdN버q񏒐sn~ɍ\sdz{zfmypɚʲuʫ\×~ęȡXtjoyjԶ᪷ڳɗμz倜]ʝdpКuf倶ojkݷ۫Ѡj~tҺwjsnѢzљջឪfѫ¢yȝns᲏\xoгwěmƺ}z̼_څ̚ji~x~nt}ܟrxva϶yZuД|ٖ`Âoަnsk`證rxež:㠴~kjnn}kiy_xx5etš|{swҋsEЉڅꐮì]@Wax|炕vy0Ǐ|yʈ{ujf|~läo{`Ȼ˪]Ⱥ_p~fpΕ训{vР喜kėθحips̻}urõ˒͟˫z{ˆ兂ޯ덖ϟЅˀŪɥĻհӹ˯ⒼƳʻ߰đԼгܰɐ˩р누Ԧ뎜ğǛ¤쑜ķ؋ۻݜƤἑиʦĀٷ~ܣܮѲ،þ绉Ƭ։߻Ā̴۠ț̷ߒࣼӀ՞Ʒ̒΀ؤۚН͜ӽֻܽʾňդ󶤜¿̅׬ǎƞހ트ہȀ튐݉촯תʉȆ΋ᾰ̪Ń틭ˠǺˣ飰ۿŗ繾дĨ袄ӨبҎ㟕圩ϸٵ膋ΐݕȅܺ墋׈ٛ・Ċͤ{䏭谜ߵ˪˽Ӟ΢桟ϏςᬾԛѪƦ뗞⨔녯ѩ恏ν߶¼ܳˇߌŅ޴ϵ兿uuvvuvu vvvuvuuuvvuvuvuvvuuvuvuvutututututtutuuttuuutuutututuutututu tuutuuttsuututututsututu ttsstuutuuutututututuutututtuusututttuttuutuutuutuututtuutututututututuvuvutuvuvuvuvuvuvuvvuvuuvuvvvuuvuvvuuvuuuvuvuuuvuvuuuvuvuvutututututtuttutuuttuuutttuutuuututututtuutttuttutuutututtuttsuutuuttututuutustutuuuttsuutututst uutututustuutuuuttutututttuutuuutututtutututtuuutututututuuvuvuvuvuvuvuvuuvuvuvuvuurMtt}jn7[lvqBƓuonmWkcivwjwmwl~rI|jgNunjswumelrfm8nQmirNG[c~vwwo9fKdRpQT=vbzRVJpH]~NuYqj}fTp[v͘iUcw{]xg^hGYyכ{|mpixX|~E<][nan;KN˚LRus|Ga]al.}qee@B]Fljptxu}YGnEeeؗA="ky@euc]4eoycKcp}/{k;n}<\{wv>_PccCjbnz|nNjxpMꛒkcؚi1}wɿ{fSPQo}RRJcUmSJiIՀOgvxjg{ʃNhzSsaNlX+^ikiiy3wVjbNTiҟWRze1|@lY~weېRVwa;NA{0G[H3qxzqSuzF;qWsnkmma1rf[NOLqPчINNC8zaqӔ|͠izHfѩ^UfRh~SLx`hr]Pl}xhy~i~ngE`ygicSJ|pf_~tEX|cz>9tINjՔŠgjvr{so~}~TChg_yrsylyjmu|\ƧzoXń{vݐ౴qPmǨj˴neٯ~Ö)cb҂b|[@vmesg`zgɯDž{q׆vqlxm}K_}aƉ́v鳖XoѾՖV}ϵwpzxeyf󎔫scǀܐf苮ɔnZeeW݈ғ_j~roz6$ۋZEpOKw~upgc϶Xpkh|{ph伏~蜱Ƕ丑́Ưtiyn}oukszqKعԄ|ge;njxh{cbyv~N[Vytp։Ʀ꜑aSS]u[o`pUmz𘼱|wesnݪdg|oz}xtp~w¿hVqk̨~|iscbРqaRNǔZ|Ʃ󵶞R~¬os}ܥkݱt[栀ɌstfowEXwʞò8wloݝys|hVhw|{wBigle^xzwKmhz~pfWx?{xu_yt~u`}j}뒥ۑhruǐ\xxkӊndmDϏo~ѡkߎm͝xbpazgl}hrq|ks~]Šeǎ}vړחhBotܞ}ϊşӞ᎐ȉ¥ҍ֙ʽț񡘭ڑ؎մʑ´͋؄ްԥ쀏ԜВ∥ր셄͓ù{ñٚй̄ǵ􇙗y{ځܝ엃ӵ֪µ䀾Ӯ皩ӇϤχ҄ح祬ݴʲʿƬяȦⲪƍ޽樌›ꭺਅֺ颭Š锶凐٦؃Ӈي҈󀷏Ćѝ؜dzј̗›Հzђ˛흋辀قۃȺ|󶍈ܢᚲҝκӤ֠}ʊ͉ҋĄ­ʅךxˀ롘혰櫔Η󈏆ХӔւ􄘘ՇάǙӅ񡘈ɵ˂ɛ蒋ː˂ʼ׵{ǢƎ¯駯Δ󻉰ړ˷˱ӄ러ܫ퍰üϟ¨ҏ훤ętutu tttuutuututuuutuutuuutuuttutuututtuuutuuututrttuuutuuututuututtuut utsustutttuututut utttsttstututttsttststuttutttut uuutsttututusst sststtutsst sstttstttstrttuttrmuttssuuttrrtttsttststtststrrstst sttusrstttrtutstttuttuttsttsutstutstttu tuttsstustttutut-utuutuuttututttuttuttuutuututuutuutstttuttuututtutuututuututttuuutttutuuutututtuuutu tuuustuuutu ttuuuvtuusututtutuutu ttututtuututu tttuusuttsuttuutttu tuutuuuttusututtututtrtutututuutststttstuttrtutststssststttsttqstssst rtttsstttutsssustssrtssrstuttsutrturttutqstttutstsststsrtstttst&uutsuttussuutttststttusttstttutuustttststuutttut#ssututrsuttuuutuuttsutttutuuutuuttutuuttuutuuttuttuutututttuuutu ttututuututu#ttuuututuuttuuutuuutsuutsuuutttuuttuK^ŪkoqjT`dcP`]RWʒnodL]ejySgyVAQ`U}dos`[KMJ,U\|GagUNpt|mIȖiguXojLWBR}^mWbOw4}mՃbqdK7XpYqbzI2jY4FD^u~Izu{mOR& ye~`d|ֿ(]TSpnȃ.bUhDgJZ[yWjjsԟAh_fƀqИpuMr]~|dszV{p}clvXzr[ter]ѣwѭbv}⢟o΢㢇ʣz}eu`oȖuj˜vxrŘzKiYb=C{ٗgɹUfgLj`׍w_`m/tuΧ.rZ|‘w!p˴opo}pђv\oͧفp`gfar:Xe恀Zp~gzNyoy^ZpRӲEՒ/·a|sum̦kǙmži㼂Ջz\ۂgsҕmշrCCq귑͵V׃vӁwPrɈ}fwfhȽxjqtm`|uwܓ}ʨ}~p۳pЄTwjSVm{후j]xv}݋hrt|~wixܘׅWwd}myyk[TqtwӜmx[e|ia[XbXՀȁ9\uՃ~pv`ws|߇|Q͖~Vu\¾rTmh_ΤXJRjpc\vkx/fcĀɼtyWslsvYwÕOzcn庎ݴJtDZ vg䅂w{Ƈvv@zg~ӈmw|͎NX[mx}mcYnZz~ɶwlsd}Ti\u㤓^<ƞy{͠Wks]{ᵅH`mI|sXl~|ttNʩTo֍iZ~oGOct~Ȭ죢łܫ徝ȓ˼ز漏ͪݣ񾭅E梑耞墥ڐ淘ɼ翠؅ⵁὐݨψѭþʳ̅֜ѼqףrنŌऒ~͹ǨǬ}ȍ̞̚믽ъ®o䨡ˎѹ钞õҐɼؾ㻀ᢍ|݆ϊ̂챏Φ̑ʬʑؓʶ۔ȍ߅ފ䭠ىҙޥߟ|ڎ㱕􀝊楟v񖜆ݷЅ΃򌏒і͙Տߗ؇ℸꥮܥtꇸɏˆ~ߥz~~㢙ބ؟ʾߛ壴ǀ得ۊyȋ񍼞oɭɱƸ몭בܧ蒲׍ܝѓ˧Ϥƌԧ𞀄Ӈi嬛ު펮٣ӗ꾆ȪװעєݲxڛڄȲ˥餑鯊ʅtststutu ttuuutttuututututututstttuuutuuttutsttuuuttuttuuttutut squtsuttusu tutttuttsttut ststttsustsmtststrstutsrtstssttsststtstuutstsrssutststttqttssstssrtststttstttuttsstssttsrrtssrutrtttssstssstssstrstttstssstssrtsttsstttsssttsttsttsutttsststtssrsutst qttssstststttrsstutstutststttsttstut utsttststtutstuutsttstutstsstststtsuuutttutttuttsuuutusuututtut uttuutuutsttututttuuutuuttututu+tutuutttruuttuutututuutuuttuutttutuuutuutuutWututtututttuttututttstttuttuttutttutuuuttuutttutrttusttuututtuttstsstsstutttstsstuttrsstssutrtsrtstssttstqsstpt rtttstssttsttsstssrtttstststustsststststtststtrttrtttrtttstrt ssutsttsststsstsrtsttssstttst rnttstttstst stutttstuutst utttuutttstsut sttutsttututstuttutuuutruttuututut utuutsutttuttuuut ututsutuuutstuuttuuuttuututtuuutuutuusi9;u2Z{s`xU}waZLT_Ob1b|O$npn\RgYqW{|cmhLSGOodqYz]p5umӦ|.LgY;nuxiyZͯpXU^.1l^XvyE#hᰐPPR5NoQ3'|YegvPHq\{PXF,a`W}>FTyJA_O+s2wc~sWuTUota˕8Ֆ{a@ΛӑQeTtKw>|RjI}cHASbz/Z{7@؀sSVthFs]}SPqao>oKb?xx|~ƴvv!R]?]PRv?[wyth6|ǫ~uw;qɲ߳WaZ{eybUjYRQ3Kz^W>zNQvPE\Vϑixʶe^fra|_w9NPײ{xZWjdZouL;uVJxhS]p|z`4V{yjĪMnJtqX~ceXރYdQ`o*HpencpitC~)Krqss/p|e GrVjxrjDOx]>e폂tnThP\n2@ybeqcS^AowJ,ZrKodaiŀYeF5Wc6ex+d‰~pk^[vǙEKuw[fuiŵ{[Hu6ߟޥ'mP:R~5[~IYdI\bjudso>IW[q[YvT>Teo֡MYQYgLqJ;=yoIdyjDwWLl=c}Hi_yCbpe|UUn8|Zhbwys}V]ͣ{I͘8ݬLs|UNshR;Gm3enI;m|GVq{٠ˋңpV|^râ̔kjhD΂w咏Qi|nj|zf‰lp|դgFӎiDrQwjNwotrtgn{yVs|Ό𒐘ÛL~]͞v^nsUZƁvXا~uᅜ|P uYTet{Тmҙhkm{hʧ爍k8ŲG,yomNmq˽ڮŌ˸{޸塀沿PbklgOWlٌީy`}z~;έ怠qиOpfȚppy}kleXoi}ys̵o+p;nHسl癏MzѵZŪuǩctdyfHͨcЀW|jqW`alċfq{{wyxfz~TՌwkgiqyFzaxÂr#kʧ\x|p䁀ezY}]@œ|zwq㭢$9~[[r$M{Ɩ˔tiQs}]x`n}abednqyªtzyW`œ਀cH{ípGgsxӻvweX:Hܘ7sc}T\Ҹ̵toyUST}i}|dfޗ}|_toc[C|ӣsfd^m~G[_junΤbxc͑Հ}iuÀfu`ޒk{Ֆrq{j }_FQxuytg㕱azLpz]ڙȁ݉Ȟȥ؃۫拃ƹޅ鏝т}ݙ⃋ܻīǚϴے}ʠ㶺Վ慩ԯѤyȩ¿ᠡëびᏼ}sȌƹﴀ悝DŽ̲ܚzƎœ쐧Χɥ㈈ǿǕ梭꺶ٷʼοgֺz\ʢ߸ىȗɆƧĆ巟ѠڀꜲٽ˪֦x⚯ԵђʹӣѲݯ˦ҥǡĝ֮ӡܒ\ѬƄـɪڊ}񤋄ӘàٯԂ~陠ϵ픞ӶLjфЉ뷨ެߛ򵿦Ѣۯ֌ƕsl߁GröӢ֕Πܑ󁫇̿lЩvдɃ߃ʝ°өǜĪ󑦷޳ٻ}½栿߮ҩܯࣧ耴鹽ヂ̰͇ʙˆyĀȬy܂֮㫆ٞ黂놮ōΤ̈uۃ庪͊6tttututuutututtstutttutttsuttstttutttsttuuttututttutuutstuttut sutsttustttutut stttststtrtstsstutssuttsstssttsstut stsstssttstst0stltttstsutttssrssttrstsossrrttststsqsttssttstsstststtsrstts-ttrttrottsttstsststttsrtstsrsstttsststssttrststsssrrsssrsrtttststsrs ttsttsttssuts,ttrsstrsststtstststsrtttstttssusttsttrtsstttsttussststutturststtssutstttutssstuutstsstututuutsuttsttutustut"utttuttututtsuutsttstssttsttutttuutsttutst uutsutttututttuttuttsststutturtttuttututstrtsut3sttutttsstttrtstssttsttsuutsssttstttstttutstrtsrtsst"stqtsststttsstsqrststttrttsttqssts'rsrtttusssrssrsstqsrstssrtrrtsttstrrqms>rsstsqrtstttprrrssttstttsttstutsrsstsststsqpstsrssrssststsstsrststutqttsststtststtustttrtsstststtstststrsttsttut%uuustttssttsutttutttutuststtutsrsttsrtutututstussutsututtstststuttstututut uustustutgLc|YXQXtl|jwIx?ǎesa~4}hyalxdChrJwYUM_C_j׮U{BC6īTpme}bocm]SCS\,]pZ^m+XhFlEhqS+ERfrhsx|{q~cwhW JB:DApN[|siV1b\u`:hȤ0eEMd?\6tHqrF=+su9Gw;=avhau_J^dpaYMQw2ۇ8~QNOlFBZpV/'jCmZBN/i\^Ȕp^|MQxSXpovqJks:0wotN>ZQQ%2I{Cj[x^_ZmJaQM8n3HBt|J̡i6vpHʑxkPmL~2hkwYW8X[tyhVu_OGtemX_fX[CuiB(uuNapkZaq@tœF|`hKs}ioyԎ^Jvl{3k]8nh|ns~ [e~D4cbApʹoaIznJrZx^@fEzG>C_BLUv\|jBUUb\wU({8.^%VhKhtMrJ_btTt{bhk|y̿ϖ~t}JfzȕtҳXg_y>cw֯foonkzhwiwօcVrd}m툚n_n_ߋ|߄{g忟yirxh~^be1vO^x΀~{xq綾ŘVyծmrJ aMȑnj\濩]L|hAՋc跧̹P߰OepVqfqSpgw؍povhfm~ae|z~^蝤ҳ{C[胠#sԠrQ5᜝r\jMe\o΃m[rwN]ݸϷ}eU6ffRYSr@^̐/]c>/#C#TrBK|:[C0sy(i'{k2fMc}db^t)`M_kvNTg/CGt@^߉'/P3FNXDZPM3ێ]oTkGOe_]@q;l؍jlobhjR\~cDcQOR~U~)ͷjsk>ydzsgfӌk]6SL|{ح͎˱Q?صyVyv䶍ېɵsvtK٭zGr~rphH.ra}Tō5%c@Qx<~c-WԋfP_hS^lǀ|ć]R|b凳{8̐nԍډ9WJ꒟x%qʓStcmtڥązVxa߃ʕ\Md٪x{}}wn~pĜB̄c4ч}ߋr淕eid`xMu_s¯@Z߯Zpd|^啜xSހiƙړ^ng͛buߦK~ٝzBr>鍒>ʯOj߫zʦeڠr[뒭ȄViyTIJѦHmYk܅OW|dKԋca:knOrM~vϷsКN6fʽZ訟yq̉hnZqgD#I^Hs"i>umPIYql+l]qZ{B>}O~YWпcxO‘δextR~깈~gńeXcaibs{xKvL3܇TQTlxS~`[nհŚz;ƖYw닉Wϓɛ𝝹眲u͞նǾގڢﱁֳ܃֬e獪־΀ޏŵЙҕpީ֛ŵkهŸۏ땯박׽Āӣ̰ҳיʵ觥̣߳ʵꑶZk~~mxᄸъy􌱑ʓ髕ޕ鋁ǤĒʚҮԀĄ땗՜܀sڥؤه֕ݏ誥ɧļ񧊊—գ֏䷲ϖ|̘ɳʼnɅӾҶ߀ٶoԹՓڍӊԇ⵵ޟݑŻޯ¾㬭՛˫ÅÆ䳝yȅÒ֐۹҂yЎfŬ䍶yvƃԨᔭ᜷|ӀþҸǹⓍŚ‚޷v̪Ϋͦ̇…ւฯ؇{šॕޥކ۽{q؝cȢĶåȲҚއ۞̒ȭՏ{׀񓷇ݼȲѼ}׀ɝ虗ĆּwḀ̊ёڼʳʜĐφ۟삻ɽیӘǰtuststttst stqttsttutsuuttututut ussttsstststqststtutstusstutsrtttsrtsttutttssrtttusttqrttstsstsrtstsssrrstttsrttsstsssttssrstrsstsrtssttsssrssttstsrttrtosttrrsqprsststssrrtsssrtsssqsssrqsrsssqstssosrsrsttrtrrstssrttrpqsstsrqrsssrtrrqssosstqrotrssstrttsqstttsqrrrstttssstssrttsstsrrttststtssrsttrststssrttqs(tostttsstttsstttusstttsttsttrssutstttsrmtst usttsstsssttssttsturturqttsttssrt usttrtttsttstsrtsttutrttuttstttutrstsutsstutstutststtstststsrtttststust srrsstsststsrsstutststtrtstssstts1trstststsrttssststtsrrrstusnstttspqtsqorrssstttrtsrrstrstttssttstsrstssrt6srtsqtttsstssstssrpsstrsqtttsssrttsrsrsrssrqtsrsstsstrs*rrsstssrrsttssrrsrrrssstpsrtsrssstssstrssqsrrttsttsrstqrrrstrtttsrsrrsrrstttsssrttssrrsst rssrrttrstqrsrrtsrstrttutqststttstststttst#stttsttssstsstuttsstttsststtsstttsstsututtsststtsttstusststtutstsstttststttV^7\e3mQj^0H{o$`PO\u_ˇM(^fP7QGYxy}cۚpAX2w͕4V;Svgux^{Jn0iƐbyrЈ΃OK}Nb}s}Ysny^ ڧoTje;C8Zb(5fmP+>UPypQ>MYY4h˝~MfpxSiWiSՠV3s\-QY Z>e#FĠA-ej-,Nw٭`gg|llu&jJ~蔐NEsB2OnOʽ+ˣN?x0%wߝu_QΔbf*|@/=T" N8cxU>7waU}t=͕]FD죫zp_ʧ`knfc^vyO:g]JG`XX\Y1.~GTd{PtJ}rh9GㅼanʫoNO=xVvΒ|GR=%1Y8{d{ /ԙv,elbWNjA%6?K×dI?[IY(u!3e Կ\8AJ@TlH6iAsiR/OW9M˕eVamvO~ț쑆qR rNKGVES:{.iZKB|[faWR%JYOm|f~-.(F΄ӴHf}}y9,L:gZwd]xrgƒkrjrC_YbeX֍uW3ay|ΤP\c:rOzz`ljs:v^DhV~elĕ~ש!ZX-Vlvaxz~iil̎Yϟms`wqWnx݃З˪gL@miNGZy}gƊX̸ґwɝxT{ؽnxVNn}~FsJy~g~Ol撻vjV~Վ:cXLb#7@>BJf^AE4{客rsvH6k][iцƬCFYd2X.!z=*JhTXl׌Ss9zui0s|ovkM1i\fϡvLW经RY]/BMɚ@gͪ#pq\;YCL]pt!lb$:q`t?ĘHozsR|qkiaX6OXKnu˅~7>gV$Vk#rh>V7kڸuUOzgnvPγt`Ϗkuݲ#c/͒{xuhϚkUポ͞ݎݞ]u„kf޸R{9=sQϥwnwpF=lŖߌaמƀƃyG9{Ճ~^qF|eʚqhodQ{lT|ݥʍŽE;v6ߔŮʇͷ֔,ԍhA͉}‚ѢZ᧬m}݋w}jmJQv^ggQlAڧA4Yt{auu3xd`̨Wfj𢵬bÛKXtzms~ׁ~^zGnawmy[ռxuyEͫnmyϚ^eܴ˅̈́6o3{X쪞|n2yܲxTQeސπ~ufxz+vg{hax|vzu^Uф_mk^Ԯΐk~̗Eg܀sw\nip֡n論]qwTmfSzo`pO*d RH5q~gJ@8b~^Sّ]\D;b39{UAa?tZtKQ@GwO0^K1akn;n?޳v|_\WjQpЉgG7JhnaY]JwnɮD5\A$]gdWCkmb\b{|!p@{ycHzڥgTQnk50Fy[yWYl$j<fg3~Lw?>#=qiȮݠŐÞtTtq_,Jaזfvu^ mրT:&ޗ&Gxn{ݠ{ݐouIbr%:v67XJ9+mwR< 'NBY-dl;|AgJkVF`ǤӢmyNw劷a@X>/Ohx1z H]bcg3Հp7cZgP-% 0.秏AoOez]u腇JzsDxWc`~e}tc?͋zlH/[[qn+OyjatofԈq{cɌڣ]l㩀ƘjաaUġkk3e?zYXVdPv)hmoӴpڡȮݏwÝoujmdJF֖S^Ϩe\Lg׀HڎN\{ݠzݏuњvn{yּMj E̞ԀĄZ 穞btncP`:akd h;mӇ{tȂe;OuvgΓiuqplkI(\]6ݭ Se}j~ydbģዶ}npʼnjywJUݚƒ{ֺK٢:j€̀ۂ󈼣fºx䝍yᐑ涏קҏ~|ø|y脂̚ݡuҨm|ˑ瞪徎̤ͤр՗TɩXӳїzWס׻|+*pֲ}̷j{Ƌq⹄踶˧ŕM߱팿y窻𭑵uĘ̸ĮȮdᦽkțǐ˗ݻצ⵿٘ȑ㞫ٺłHŖdžᲭâֻΉҸݻʈ£}⤄蚣ƒ}Ø珰FĄo非܄ևâށיǯذ|遤͹ӈŰԡغ曃|ڨ9Űȕ|߽֩ďzƃz+|wÓԺyҎة֓뜊ZгŊ|܀ۖ晄•䘋і̃}율Ժф̞Γ|^uӢ}nԠ魱%{”氘ߑ讆ۓڄ󂜊zǬڮꗗĽ•ɡ‘٣|Nj涠ǭxϸ~墓ˀƷφ!ststsqrrsstsrsststtstssrttsstsssrtrutssrtstssttsrtttqttrs5tusssttutsssrrssrtspqstussrrrtttrsttsrssrstsrssqmsts psttrtrssprsts,rtsssqossttsrqssrqrrssrsrsrttrssrsststsqrrslrortrsrrqrqsssrqsqrqqrsqpqrpstsqrrtssrsssmprtsqrrnrrrsrqsssrsspsssrsssrssrrsqsspsttqqrrqsttsssqsssprtrrrsr3srsqssrssprprrrqprrssrssrssqrrsspsttrrrqqtsrqrts,qtrssqsrrttsssrssrtspsrssrqrstsqqstqtssstrttstssttrt!rsttrqtrsrrstssststtsrtsttsststtqtsrststsusrrsttssstst(sttrsssttssttrtusrtsstrtstutsstttrtrststst8ssrttstqsttrsrststrsttrssstttssstssttssttsstsrrstsstsrrstrststJstsrrtrttsssttssrsqsqrssrrrtsstrstsrtssrsqqqrstrsssrrstsrrssrstqrssrtsrttqsrstsqrsssnsqssqsssrqrssrsqqrrsqqtsrrqrrs/rrrrqrspsssqsrrqrrssrrqsrtrosssrtrsssrsmprtsqrs-prrssqsssrrsrqropssrqpqqsssqrsqpqrssrptrrqrrqs&qropsspsqstssrpstsrsrtrsstrstsqtttqqs rqssrsrsqpsrtsttsspsstsspstrrtsts rrstsstrrtststtsttsttsqrtrstsrssrsrstssstsAtrttrstsstssttststssttsrtttstmttrssrrtsstsrsrsrtsttssrsststtstssr%MSTbgWVjo8IQwe͡k|Viۗr٫Wux@G~vWsqz6{mFNFe4Z]W7yfepu~\^lhZ*ƆrK_eIhQy7Y^YS(q)]O]`lBTUY=[+AZetD7aomesZm~39b?Z||cHn%]IZj7>iv&yFd9LS{ ||~H<tȻNwҫq.s1,p]aɝj1he VvZ|YذT[A;_Sau/q:mW>wB4P 5 N;@FS`=UbjI~}Μxht\㑫quChpwʂi)fy]$"GxFوpL Ko 2`fjc2mԗvYfimԢXBouHbMxf;!mojSiXxo{}HڇsTa˪_ۄVa6xFӆ:PYCXAn:{.#OQsŞ8ߵKiʇIX?>{@ؔ܈Oۨx.u6u6st_dVSEHMkڋO`u3Sޓ *?玀]lJN1׻^نYR9::PdӂɃщw;yk|uΖu%ƭ HknNFXS|49kh3=k *aoaWI>rW%⬉ᅒPCT[nݳbRqsr`/[]o?^j4:8nDL`VYS6vT2x]m`\1ZRĺY`f *SUV?֨Dv?o{i!$~xtoĠbXc¸xΚ~còO䠵@?zԙen{tc+f+`fzP\n\܁[ťю[ qqc{0ZMZM>C]{kn8RWrzox[փwӳ懗YמتLyro$]|EUY >imvEd9Lk/{v||;8tȻHߞuӪo-~1+jU^kfgcVvPYذ妸fMlzᰘhXMh|MYCHB\`gK|soMNҒĔ|e!af̀+N/f˫{DA?pGfjYKkͱxќPbYȭzЀyQ޸sa:;twvJ>}?0r܀wP}Y}_q hJۀT枼ɏt狐)и'mh2[amvU/k`U?}FFÕy}🽵*e?ϔۅxUBuuust_aVSEHM|h؊O\j3Ev !;Ȏ`b/J9׼^نYM:::P_}ɉhS_v_h|yѡm'ȣߟpv٠^Iܺ}iuJMkhύј኏XŪ偒͌⹂׊{댻ߡWwҥא Zuśxw|˞ҕѬRf;¯ۃ陒˧\.rzٙ@ՠǁ޾ϱHݤzᾙ~ݫŁLjΟ󥔹сɳ˜蜌ْdͮŁ̒򧎱ortsrttstrrtstrrsstttstsstssspstssrrrsttsststrssttssrsstrsssrtssttssstqtstsptsstssttrttssttrtUsttsrsrsrrrsrtsssroqtssstrsqsrttrqsrstqtststrrrtrsttssstsrqtstsrrsrtrsssrqsssqtsqqs%rstsrtrqrsrqqstrssrsqsspqrsrqrssrrssrqssrnsrssorrrqrqsrrssr srprsqsttsorqppsqttrqsssrrpqssrs rrstspsrqsssts`rrrqpqqssrtsrrnsrsttsrtsrsttssrrpsssrrtttrtsssrttsstsssqssrsspsrrqrsssrsrtrrssststrsttpstqrrrs(rstttrtttsqpsstttrtsssrssqsssqstsssptrstsqstssttsstrstrstsstststtsttstsssrttqstssstEsrstststsrsptstsrsrtsqsttsqtssstqtssrrtsrststsssrsrrsrsstttssqrstsstpststttrssqsssrtsstsqrrsrrqsrqsrtrrstttsrrttnrqststqqssrqsrssrrpsssrqssqrsqrsqqrsssqsspsqqrsssrsrrtrssqspqprrrqqqssspqssrtrstt3srssrsqssrtrrsrrsoqssrrqsrrrssqsrsrqsnoqtsqrrsrrqs.tpsrsssnpsrssprqrssprprsqrsstssqsqssrrsprsroqs@trpssqrssssrssstsssrrssrstssqrssrqsrrsrqpsttsrsttrsrsrsrsprtstsrqorssttsrqststsArrttsrrstssrssttrrstssstsstssqstststssrtrsttsstrqsststrsrsttsrsrsttssrrsttsstsstsZSYl-s>M3q՟f2fz[o~Fn>s3Ib]զ~w|r/PV|d{zrm|@R¹s_i<2n7ntJQ|CWqIW'VTP@ڜ1內̀oU}`ŶR,;OG?{Z Jٹ|˫AzAqXW.ZgSR,hnY-^f\mqZ${|]*QCA tQtǑRި"hdJz+Űѽ蔼Wʗ'ȃ~o=錼^f7֐<@dnP6֦h}Wou,MTeq0MHPGEAY3y4ܓox6^8Z^Ɲn|ʐdZSZj$bkCeMׄ>׊z|g0]+=feXֱdy?@nH{Ub9o?gˀI^r_z-)m8Wsbjv L1Z\:-d :I_i1ey #}Fhmvu13I:|tAduY&|~]h9"#򈖄xʀaea^K Skn6}_[aV2EB@XNGhaSȏRA]xC sMge/.W{deeTvĀOS¿o]a b$5ևUa>xMe kĮy֨jƾO7e8hXsktkj[o[{s;T%H# Fu=m7䫁p%m1 ΰǠrmH:Ap~Q/@xW3?KaD?NajtWnuQ̨kef]gXO3.OjkzrZN0kKM[C{RUIZEc{ Ӌ dp]iik*zj^[YA}eL!WOS1id`=}mzKOsXo~4iᜠiJ¢onԇf:|@u£tˊsqzƅKzj²VȖ.lqЁȝlwlڜjƦ֒$獡ǀn@Y"ڮ\ģm?=ZӅڴdǝ__w`KH6hzDbZmmZz|X+QAXnOvtɃǐPި"cbIyve̮ꔼWzŜϩ(qrr>pꌻ^f}#ЋSgMFؙzݵsixqe~caH3qpgZ(2ÖŤҘaـ蠊Ԣ H۠V>ׅkr쏍Li֙~Q^~s蝀]5}Y ))zuqѤu~نi0X~|̓V3}V9fzeڳmz23ƨ*Quu?ˣ{鉉3ޞu ňc,fO݆u\=zw`®Įǖ띤db"5rݤeeTv}OKrYa*a0̅Tٛ,vټШ[xP7Oww_$iXsktkj|Rp[{~`;T%̏!l,Oj6𧠆PYgemt_|R5q~kd\gudJǡѰcؑvS{ۨƈϛ燹΂~̆ʥͯ֎ɒ꫁ħ֗Ĩ{ ݰ䮛}ġkzĒ˚ՌǤ߲ˏʜՒχzƃ~ڨ톄ώǷ쨟z-۲,erߎˤz)XŲXrWEЊؠםIjps̩Ʃyǚ^lѾl҉ȞזX∛q~ꁤǢg8ѥےÆR늑wɥ׭˜|kȶĒ̛rȄ᫶~͍k̥ʦ~ӊ磖Ʊu&܈昕ćňŝʚ뇛sksttrttsrsqptttsssttsttsststtsrstsrtst7ssrsrstusssttsttssqstsstsstssttsttqtttrqsttstttsrtssqstrsrsstsssrrrstrsrrrtstsrsrsrrsqrqts1prqpssrrssrrsnrrrsplrpsrssrrrsrssrrtrpqrrrtssqs#qsrqssrsqsssoqsrssrtrrrqrppsrsnsrqrrrsrpsqosrkqpsrsprsprnrrrsprtqrqrqrkrssrorsqsqtsrpprps ssrprstrqsqsspkqrtsrsqrsrtsqrssrsrsrqsrqoqtrstskqqrtstspsrsrsttsqoqqrssrssrstqqsrsrrprrtssspsrrsqsssrsttsrsrssrrsstsstrrrqsosstshsttsrsqssrtsssrtsstttrqtrstrsttstsstssstsstsssrqqsst]sstttmrrsttsrrtssttrsrstrtrsrsstsrtstrrsttsssostrsttsssrtpssstttsrtstsrrssrrqrrstrqsstststsr&trtsqssrrsstssqtssttssmrsrortssssrrqsr;ssqqsssrroqrrsosrrssrssprsottsrsrsrqrsqrsrrrssrsssrmsrpsrqoqlpsstrpssrrtrqsqssrqmsrrqsrrprsrrqrrrssprsrrpoqqrrnsrsrrssrsssrrrttssrsqrstrrtqrsstsrsqosprsrrrnttsrqptsrqssrrsssqpmrsssrqrsqrqqrsrrststsqsrrsrstsrpsrtsqprssrrrsstsssrssrrtsrsttstrsqsssrsrrssstsrsssrsts)rtssstssstsstsstttsssrqrrstttssrqqsssttqstsqstststsru|vH]J2aw41L_UWvr\saO)rMbHmH5{WGKNiW~Du^Z8>jtNnO?8wvd[?x_0iiEgD'\Fsk[q.B;TbVySֆ׹gyӜ_fZY]cI+yaY_ȀnqktQnN8bfS[(aĀϕpusE@{z̃F=Y0Cz&f  ^Js^Rlj k;p ե?ӏ1u‚t|mYU{[1XN_Y$2@k7(msVS3GQR.&RTfSkpDiM}^/)Ô.NQ_ fboҖ_ݑPIP˜˪]xT{)jsN_ZkHS1SQrKE+O6vWh݀2Z}٥o6>}m3Cj[z:Am[̠#cb_\HM7VWLJf8ae'S%6f"tLH߮a"Lr%b>RQx47 t}*cLsoRsҥΓa]~Q's82^@FNРZ=1w镂E͈^SuRdk̷d5IHZMyqtD8 f 0=MYM]dܤ}4{mXnp_zyTRYwf^HP,zX2(hPjI_8,~~M_wXƞ]:$aHDWrvTrjtNN-woO)tۨAM01sXe>MQiDi& u*ҒޕՈxP>>jzzmGYyV~Mx]š}c*}^mOĚH|͙޴Jo8ȁ툂9JCQZ_JTbhSqR\ps{Ա鿇з‡~~̴u}&axsҖrf՛߹!`d[ZsdI+yaY]Smqkscuf cgEZՃݏxqYaxc8Yc*EWO~1j:g6ɤ̅RYU{}KxȄyk{䏒ؑ䣎U+}sIƊlxu҉ewēx{͡?~mȻϗìCBkÐ߯Ťͥ^T| _eJr>b[&c`~ΐAJ}˺֘ƪ덺ΕCpXχ9Ai[˟Qdb_YFAڠ,g[k)»ƆːDŽ~рlޥSrˆR畞nҢ\\V Q's82Z@FNZ<&nwDΈ\׋7S_РujsX^ڙ`5F*g߀=}^֤~rЈ}ɦ4ǂt_zzFyxdtTG̺֊į[v}{|`5GeuY|zhTrhD_bрȱґ…+Ӽ纇u㺽qՎʍ}ݑ𴤦ςʟǚuVzвՍ칟ʬߎ̝쫒~Ҭ~۴x·契펅嫠ʪ󈤁ޭqʼϩz꿈ɷKˆw~̴q}m%FxzsҖaфђ߹ºmޝ É|ႳՍ۔ɚ`íz€ԊΠ|Ňmuէԉt|w¶˼ߎx՜ݒk틚ۉV{ؑ眦ʂ߬ή{׋߅㷙c݈֯ț|˙z𺢒ſs}nj|Ǔ΍ڠͧv~p쩧΂Qܐ؞ՐƎ£}~ïĚג迧ꉦЂ(Ѳގ/硥uƟ죟{wΡny|Æ̉LJ|рlޥTrˆR瓛ꑊ̠̓ЇIpο〙ڬ{Ӵ{戀vҨ츀‹xޔnƾDŽ׌âؾ֬ل䳒{rё҈|蚚Ք঍ٝ͘gҀȫơ訓ĕʠsrsstuttstsrqsqqststsrstsssts$rtsstsrsrtsrrtrstspstrststtmqtrsttrsqstrsstsspssrststtsrrssorsrossrsttsnsqrssttrssrsrrsssrsrrqqsrrrqsrrlssqssrsqsrsrrqrrtrrqssqsrpqrrrtssrstqrpssrqsspsrprprssrssqrsrsrrpsrqspqqrrlpqrsrqssrssqopqoqqsrrsrqsprrqrqsrqqqsrrrqnqqrqsprnosssZpsspqprrstpqqqrrssrrsqrrrqqstsrspsmsorqrssrrsrprsqrsmtrstsrsstqporrqrrsrsroqqsrsqssrrs/rrsspssstrsrtrsstsstsssrrqssqutsssrorsqrttrpsqts?rsqsssrsstqtssrsrsqrrssqtrsrstssortsprttsststtrstsqstsrqstssrtst/ssttrtsstsrsqtsqqstsropsstststsrrrssistqsqssstr stsorsrstsrrsrsrrqssrrspsstssrttsSrtrtnrrqsstqttssrrttqtrsssrtttrrqrqssrrsrsqsqsssrstrsrqsrssrpststqrssrrttrsssorqqstsqsBrssrstrrrqossrrsqqsqsqrqrqrssqqrrrssqqsssrsssrqqnrrqqrsspqsrqtrrprrsprorqqrqrsr1pprsssrrssqrpqrqrqppkrrrsssqrrsrnrssqqrssrstopsXtrrrsrssqrsrrprssstrsrssrptssstnqqsssrsrstssrtsstqssgssqsttsssrsrrsqrssttssrssrssqrttrrsUtrsqttssostsrqtttssttsrrssstssttsrrqqqrstqtsststrssttrrsststsssrtstsstsssrssortsstsi˜׶Eu]`}/~xSvWQ9QzrOYrX>h(mb|gpVӖgR?aa`ςWh].2tBWU[nyx6ΒԣWoC'h˃ʂC{&>jS^m?l~aoc9܊ͯ(xF PjJg%9GUe80RN{i$ܛTf c騆ЀG">g[(?ҽEo(ºI$?D~s"1B1=\o˂?`rlug5BpxvNkg{y{xjqqtqYf+iɪkGTj.aQ~=\d9ޕs`*JgFbl뢄vf#=?dߧd}_ I95ШKUOrhp,U\,mѺѕYqrچ?j_WwB˰2RuoAV|N*EτSRPFs׀oglh1".KmYoَUfׇ GYDUyLl<xIgR'ONv҆DlƍPicbOFTĂŐwgK~lA9 dygbRxsRwsNM5оa}Űg`ͭײ晘OwуH|μѤJrX6v|qR`z~kjVoЍm~?c]aqYz]i)kMcrQiŀҒǿD_i};_.S^k=l~amc9yrͯ(x~Ϙ昫ʄ~͊zګ齞թĖʎԁmfu߽WketZ~gENӁowJnGv.ϙ8iv{pi͏yϹeevgg`x7#,[Z]bC!.~q}]IX[iD~z䠸L}qxһҎχd۩mĀw耑fڅЧ~gGEoݯbywOi楛z>A쀛a{u@Ʀ>|ލ}-^swWebE;YLxz煥W}XlkwrNwfۭxNTg{z{xjrgٞ|Ȥۍ۶讃΅3e򩁖qqπ9ᖊuͺҗչ؏ɕށ)pdr|)i_WrA}˰2RuoAV|dxɅNhրܑڹR1>hŷ൥гUσBmœ}nZ—,hQ}'EOw~̃kÅyYДvЀŎvr`ᤕȭًĜwnwcОŧ儇úͧ炨͏xκƲ̲EУw\ϼţu|yn~ѻȒ_À֦üѬyݰƕNOЗϊ쓾xnMӼЖ昫ʄߘ~¸ΈgEЧ~l߮թĖˌPofu׻ώឭ鷡ɼҡړߞ8讃W҄wŬƵu䏓ۦ{ݛ̔ƣ΃ֈР睻̸Ӗʪύܥ︇#Ӭ힉ӳ{ĘڦPşwؒڠ쇘ʻiۇxڿކȄ`Ÿxn|BuJԃㅝ参þځ͵˖֫ԚԚy۝j7ۍ|΅3߁erò~s`΀ফᖊuͺҗ淬ӌɕ)w.zq}ۇueąʜtrϮޟч냹xQ€ّڸöѽՖۆvʾ勺𭍀ǧϭu❣Ҕ͟ϔzĄᭇٛƧrφLj‡Wtsrssrsssrtttssrrsqsqrtsrrs6qrttrsstssqssrqsqssrsrststrrsqtsrrsrrqssnrsttqrstssqs&qtorrsstrtsssrtqstsrssrsssrssqsssqqrtr#qqrsrpqsrsqtssroossprqqrsqssrqrrssrsqrqprssqoqrssqpssrprsrpssqrsqrrrsqppprqssr'qppsqrqrsrprrpsrqrrqsqnprrqsrrqqrrsrrsrprsmorsqoknpsrrsqpqrsosirstqrpqqrsqsrsoqmmrsrsrrpqsssosrqrqssrsssosttsrqsrsstsqrpstrsrrttpssrqstsrrsrqrsttrqsmrssrosssqssrqsrrsrqrtssrrsrqsttsrrsrrssrsrqststsqsKtststsssttstrtssttrrrsttsrqssrsttrsttprtssstpsttqsqttrtsrsststssqsqpssrtors trtpssptsssrtstsrs)qsqrssrstrrprpqsssrosrsstsrqqstrtttssqrqs-rtsrrqrtprpprtorsrsssnpssrrsppstsrrsrssrqsqsr stsossstrqos3rqsrrssrqpstrqqorrrqssqrqrsrqrsqqssrrsrstqqprorqsoqssrrsrrsrqsrsrrrs\prrprrrrqqrlpqsqqrrqrrsrsqsssrstsrlroprrqrrpqrqsorrrporpqqqsqoqpstrrqqnrpssttrsqsrrrsr$spqnrtprsrsrqsqsqssoqmtssrrrssqssrpr6sqssrtsqssrrrtsrqssrrprssrrsttrqrrsrrsstsnrssrrssptrrtstrsrrqsstsrstttsrsssmrtttrsqsrssrstrssrrqsstttrssqsrqttsss"`]_߶dxa^lOV؈[(7tx|`C쉁wd%ppֈ!ܬ|qWnSy@P4snԑHt+R(xGvU&dPc^0_Dįq\}JҀIQH_ۭ9J-`Ef~^`8`gqopicS7ⵛoZs:*CnZjhL>owUe {\-܀}xqy(1R>wbhLNJ,|Rljv* F05h6Sq9WFc /ݭL¹f8ȀTŧZ0xJ,H{L;1m66Wclm[onxMb9 ajrtVn[јbgkYAnƬGZN{gǁ~f?TnǪMvk5ia> +taV̎~ʅ5>ȴV}0) Ov:HAgeՅh'{G]KvA0gA1݄aW`x#6ԋ1Vk@Z| μ#,U݃HwW'U,Ty], CVD_-c@ߥwǧ:̿snakӵLz2~dfTНS[f Z,b<|r{Yhv(xB`kK(/?wN@Qs}eY5eJ{]fkP}Ac\ɓWpV#,i.n\wpZ]_Äaxmcǎ|~9w6wZ?x`%pcԌ4٤|qƬ}\܎:gAnu d{LΥ"[kJ…ʉٿƆܮ̕XČŠܧƅ֙ʼntכ򏢼ʎ۶Ƴ݅⫊Шǐm5o{QeO;٥{ƙ-Hքџ~{`akӵLz2~NVgR~ҟUZf+˔և˹؇ِ^ÉP֮yvڪ[V|슈ǞON/f|y|u{wCeFrPfh`ucdśiuGJ"la⯽ݵêқޝ̰uʟx愍pˎǩVᔚᇧ5߄抜&Ɔɹd߀ݨZjʈӿ⨏uwꜚfαUҵ|xȇՍͬ|め7Ǡؚ鳔șTZͦꈒoǜŖʜq}΋w5rƔØє|j˩܈yǐ펐qîݕџ񚁬ȫԣnřỊꇏ ̬ᐧ٩ƌᓧъy⾮♤ɭ߁۝Рꡚ̚ՖѕӃ󖁙xѼ}ǬeqtƠθ摪Ťsږܘҙ̻͂{鵔ƁꨚЪʻƠܨѦƅ֙ʼnt؛򏤶zmᄘƳ調ŐĘʂ=塺qōᙛz2Bքڀʠ̀ӹ¯b dɮ͖y֧ə#ևȷ~vԶτ—ۄv޸k̓Ȝ㒉?Ж췌αم炛z̄˺Þsrssrrsstsrttrsrssqrssqsstsrrsrrsttrssrstsrsrssottsssqqttsstr,ssrsstrqrsrtssrrrtqrtssqsssrrsstrsrsqsssrrsts:qqrnrrqrosrstrrqrsrrrsssrsstrsrsqrtstsrsrrsrqjssrrrpsrsr qrpqqrrsrrrEpssrrrqsqqqsqssmrssqprrosrroosorrsoprqqsrrrmrsrsssrqrqprqsosqrtsZqqrqqsqstrqrosrqssqrprsqsrqrsqqrqossrrssqsqrrsspqrpsosqrsrsqqsrqsrpplrrqrsqqrsqssms.rsopsstrrssrrrssrorsrsrsrqrrstrqrsisrrssrnsqsrspstssrssrqssrtssrsrsrssrsssqqststtststsssirrrsrrpqststssssqsssttsprttrrsrs trsssrrrrsrsrsstrtrssrtsstrrrprssrqstsVostttqprrrssstssrrssrtrrsssrrssrsrrssrsrpqrssrorssqrrssqrsrrrstqsrrsstsssrsqsqqrtrqsqqsrssrrssrrssqqssrqpssrqrqssrqqrrsssrqspnqqspqrqrssrqqqrsqqqrsqrsrqrrqrpsqrrsrnqtsrsorrsqssrrsssqopssqqruorqrqqqrqsqrrqqrsssrqsqrprrnqrrppqqspqrrssrsrpsrrtsrsrsrrsrsrrssprqrsrrorsrqotsrrsqqrpstptssrrnrqrrssossqorqqs rrrssrqrrrs%rqsqrtssqrsrstsrrssqstrpqrsrssrqrssrs prrssqrsqrtoss#rsrtstsrpqpsstpsrttrrsssqrttrsrqsrsrts+tyLÄ[Qkʧ{GÀ̭u[k9Ueik 9þxiZ*؁e}hEd34,O'~iԿ5IR_ȋrɉPf35ff z({pdUfpf1Qn{MSBXJD往6o_~I쫂❌ctjCV⵺skǨ=Nי67ȱ0^G-An963G|~ RoyOB5=W x4[>I逢I^;+O;9^/=GrJi)x B@iS^nf8h$^'nbe=e:(`l[By@LuԫǷĴC^աIo45$"ߥ:p{U^~i =by.U@m0NY1w޼مBϵ?H2w}"z2n iF`ɿVMsmECdDeteM$v̊c"btM#ZH%l>翟{Hy{xXO+tdnǘ^\6`vw Nl<{䦍~pjZji c{Vڶp| ^pe~KTx!dqD^m0Aڬ㔄Q0/S^g5xv{X[N&,srLƐgRhȠ{ ­rKzbRQhLy~m^2uôiMZUVR~2ͲuԯReJU䂏ŧX`:UwEΕ6oWu|I쫂❌ctfCV⵷qȨ낌MΉƅ׉Ů_"Uζ+cvӼۗͅzxլو6붼՗֟ʽҶ󲟑Zܠֶ€‚򺴦srtrstsrssprsqsqststtsrtsrsttsrrs=rrttsssrsttrsprrsurssttsrtrqrssossrrsrsrtsorsssrsrrsssrsrsqrsrrssqtssssrssqrrsrpstsqqsttqrrsrsrrrssqrssrrrtstrqssstsrssrqsrpsqrplsrrrqrrrsqpsrrsrspqprqsrqppssnorsrrorqrssrrsssnqsrsrqrssnrrqssqqrnsprrprrqrrqssrsssrorsqrpqossrrrrrprrstorrrssstssqrlqrorsqrqqprsmrsorrsrqssrrpoqqrorrrrrpqsstsoqnpsqqqVpqoqssqsrorsqsrrssrrroprssrrrrorpsopsrrsrrqqrtstsspssqsrqrrrrtrstrrrsrmrqsrrssrsrosqqqrspsssprnsrrrppstsrsssrsssrttrsrrtsrqsrrs/pssprrtsqqrsptrstsrsrsqrtssorlqsrrsrrksstrtstqsrrrpqsrtssstssqsstssrqsrrssttsrpsrqqssptrrsrqsqqsrrrsrssqrrsrssqssrrssstsoqrtsqpprsssrrrpssrqrpqrtpsrqqqtrsrrjssrrsrqrrsssrqqrrsqpqrsssrsrqsspoqsrpqorrpprqrrrtrrrprqrqqrrrsrqrrrsrrqrsqsrqprsrrssqsssrqrqpspsrqqqrssqrqqssqsrqsrssrpskqssrrrsrqrrrtrqrprsr{qsrssrssrrsqprrrrorplorstqsqqssrtspssrtsssropqssttrstrsrtrqssqssorqssprtrpnsssqrprsrssqstsrpsssrqqqqntsrspsrsssoqstsqstsossrs$tssprsrttrsttqptrsssqrrstssqrstsrssrstsqDz~Ej=?&ƢJ5|WheVѠA^ȶyL wxdLDpdYVfU>}uRH i([ٙb9iPOVa `ߒO[9ívG}IŃΘdvgl_+пJ%a]"G(TƒERTB*}9G_~~XEᙖs4fHegnNP.6dh̀Ř.:/R3O?t(4Jog< (@.ǃ?G]CLS T4D#[M#@IˁHj6f(~噤ߡK̃_dbhͣAHp Y8?kz[9c|/s>Lq=Deۗ_Wi98nfLG#TJOHd|]*b5(oTrgB][^=v=l%wCIKޭZtm뀍std\IZM $ܪ%P+\seBH~h3qQͷ_qׅ|h["7|8T 6l wu4k=5>a~*;xaD.֫I\RϢ츚Մפƫ5c<|q ϡYqƪ1r^q&?q J¤2d/tt(o&E1C~j5$Kx(V4D\c({^]y¬~.fvv"*nxŝUfWLTp8%nWJP]2'葒mOQ/3hk\ɧayN7L⅁Ywwji8Ủ8_lg`ڊ|W{A+kcbtYXm[8CIz0̬aՇ %@~o2dc#4ZmWg2iv:v>_dՋ|kρya똡L[~‹FܴثڎڏŰ{uVjϛ꣮7ҌИ됺Ư啊٘k$wq~ҳQmޗĢ}Ր󽾯ʦmyѺܦQ)۲̕խ秡ڝzIkϢ:˄wpǑѿl䛈֞bֶ⑕ܢwzጛ|<7ְ܊t҅}Ɗߨôހxǹ߀ݳϓקkϓɪ‰;zۈı|ͺּx3jƕTޡ߭˖o\Xqtqtsr srqrqnmrtttqsrssqqttsssortorsirsttrsrrrsqrssrrssrqsqsprrrqrsssrqqqsrqqssqsssrqrsstsstssrrsprrrstqrsssrrssqrqssqrrrorrrqrlssrsprprponqoskqrorporsrEqrqqrrrsorsrrsrsrqqsrrsrssrrqqssrrsorrqpspqrrrsqrrpsrsrrrqrrrqqrqprrprrrqorssspnnnqrnqqsqsrsoqrpspnrrqqsprrrssrsrrsoqrqqrssrrqrrlsssroqrrprqqsssqttsqsmrqpqrsqprqrroqrqrrsqqrrprqssspqq rrqqpqqrsnrsrsssrstsrtrrrsqsrqrqstrqrprstspsrsrrsspssrqrrrssqprqsoprsrqstsrtsroroqssrrsssrtrqnqsttqtsqsttrrrrqnsssqoorrpsrrrpssstqrrrqrrsrsssrsIrrsrrtsssrrsrqrssprrsssrnqsprrtsrrrssrpprspqrrssqrrsrsrqsrstssqrtssrsrrsrsssrsrpptspsqrsqosssqqsrprrrqsrrs3qqsqoqsspssrrnrsrsrpsrqrmrrssrqrrqprsqssqposqrrsrosrrrsrsrspsrpps?qqprrrsqrprtsrqrspsrprrsssqrloprrssqspqsqqssrrrqsrqsrppprrs*prrqtsrorrrssrrrpsqprqrpqrrsrrrqrrtrqqms1rnnnqropqqqrsrqrsoqrqsqsrsqrpmrrrqssqrrsrrs2trrtsstsrrstrrsrsssrqrrtrrtqsshrqqrqsrqsrrrtosrts#rnsrqrsrrqssrrtssqqrrqqtrqqporssrs rttsrsrsssrrs tqnrroqs$zxA\Īvghiw C|)w5ytzsU,` s2`a8ĞԅFբѳB4_IҠaȃc%;9d鹝Ґmu9t>$FOpu)m~wdf(S_5_;Xmy&e2zB:`X@~ϝ^W`ԘۀӛHl˔Cqq%}#1YqKKo Snkj ؃sTUu޷g߀ƨ>€F~ٚƾL]R˵kyXӷ qZ7jrn}^y_ĝP[_a\vFf׼}sF݇{kE|v{Ź߱|}@(sG˜yq㏿ʅԇҙ֕jOn᷀qՁ@˧ѢxѳB5"IҠaȃc%;9d˪ѐ=m]aزMĠ줚 8S¾:)Ae.wC:`X@~ϝ^W`ԘۀӛHl˔Cqq%}#1YqKKo>*\jJu[d~IZb}̅f~? N.զC?^xXkrO?󠠇ňەђu˸גܛ٣7%9epN_X[guK&DK4I)?*Ťȁ2vƆ󀝼郕r`KۃQ9s?4&w <YX9u:LZt<э߂O􅱿\^EZٚƾL]R˵kyXӷ q[}8ihm{+^y^̛MXօ{٭uzҺԧľӆ|Օɮݹ󸪽ǧБ6̝yp}|⏿ɄӋҙԚùW戭~ߨré|Ҥƪᱹ美eߴ3U{زMĠǏàʭֵƤڢތ`ۅn1iɻzWvֲWᓞ˘sȍɍިξцYܐJyb需ܪ]и_`멓ەԲȌɆʚ‹Uě̺d暟ƆѢsҥ|j㜵񚃶匏ܾrƎͫ՝被܂śࠠmxҧf҇ŖZܱ~s󠠆ňەђu˸ג̙Οڍʦ&ӎ1ʏڱ@م{Z~LjΣč|ஞ郗ሥȲٛᘐΎ˟k훿dȷ͹r'װuzі􄱾\񒌴߅n͏ƽۃʹĎȊ^~˟Űˡ̌xҺԧƿӈ}ŒɰԶr쓲ƕJrrprrqrrppsqqsqrssrpsprrsstsrstttsssprqsrqqstrtrrsrstsrsrsrqqtsrqtrsstrprsrqqqsssrsrssplrsrsssrqsqpsssrsqrrrtssprsoqspqqsrsrpsrrrqrqrqsssrprpqssrsrnrsprprqqpssrqqsrqporsqqsssqprrprsqqqnpsorprsstsnqsrqqoqorssqonrrrspssqprmrrqqrppnrrqrqsoqosqqnrpqqroqprpnqprqmlrsqrrrrqqosrrqrrtsrqqbsqrrsrqsropsrtrqtspsrsnqtprqpqrsssqsrqqorssmlq2rttsssqssrpstrororriqqrqoqrsqorrqrsrrrsrqoqqspqqrqosrsrstrssprqsplssrpssrsotstqtsqrqs rrsqrrqqrsprts rrsqsrssqs!rprrrsrqrrrstrsroqoqsqstssrrtsrsmtsprssrqrqrqsstpssqsssrosrsrssqssrrsrqtqrsrqqrsssorstsssrssrrsqqqrssrssrsporrqronsqsrqrssrspqqrstrsspssrqptrqqsrprsqosnorosqrrnrrqrqssqtrqqrrrrqrqorqqnqrssrsqrstrskporrrprpnsroqqsseqrqpsqqrpqrrrpqprpporssrrpssoroqrqqkrspoqrqslpirprrpprqppqpssrsrqrrqrqrrrsrsssrrrpsroqrrtslrsssqmqsqrrqsrrrorsqrprrqrqprlrqrsrqsonqrrpnqqsospprpqrqqrrsrqzrqsqqrsrrrqstrsstsrrrtrtsstrtsrsqrrssrknrrqsrprrstsslrsssrrlrqsrqrrrssrrrqrsrprrsssrorsssqstrrqssrrqrsssrpsrsrrsspsrrK&"Kz/~uk}ɆFDcԓs vlYoJ| y"373}?1;ψ˺Iۍ`fֆB^M' qj(TNLT0jgM6F"n͊kkД)9enݶzָˀn홑ʠ΀瀮ܶšԟ^QT0ˁ*Խ07ڬXDww_;ED&B_ve=.y4g쨨AJiȤ;w ``xyVNj뺬tٍǭ{۟q4RLo{ƿ2A}렻qI[']°WTUSȕģO\۠5{t(&E'!퓤<~P88ƨEԑޢ˅nCz-Kqeɻj=⼭r;⍋ОŒҽ~mD9bשAZYa+aJ| y"173}?1;ЂͲ=Ίtȷy撹ݵշXQ⩒ϤQЋaN5N+m|ʂjjД)9enݶzָˀn홑ʠ΀瀮ܶšԟ^QT0ˁ*Խ07ڬXCww_<>E&Bb턱NQϒɨl򫡲Ԧg9{窭\wɋE{r4RKo{ƿ2A}렻qI[']°WTUSȕĝO\ܠ5{t'x'E'z<vP).!E:ߢeCz+Lqeɻj=Švţ㛒ʠ΀xJِ̽ڭﱴԷ}|ߓʯrㄅ̛ʜr㏮ȶ򫡲ԦJDꩯ:턓Ƅ ǧŅϭwbwՙ7ÍmҙyĎ޶푒Ȃ쐀ӕͥ뛭}rҥŞφƅ(6Ջڡ#~ԧZՈfÁs-r9/Z𲌧;t͙燅Խpϝؖyױڷ󸀟΢؎~ݽȂk{ħfOӑఛt䎛rӀ圝h´.oēݗp☥{̷ٛԊŁȃx做؈,Bԅ[ץǫڨi׬͑$rqrrrqtprsrsqrprrsrsssrrrtsrqssrrosr@srqqrrrssqrsrsstsrrrstssorsssrsrrrltsrrssqrssqrqsoqqstsssqrsrrsrssrspsnstqrrrqrqsssrsqrrrsssnpqrrrosrsqrqprorrssrmrroqrqstqssrqqrqsssqorrrossrprsrrorqpqqprqtsstsqqkkrqrprrsrrsoqpkq#qorqrppkkqnskkrrqsrqlrsqpppqqrqrqqsrrsrsporomnorqrrsqnqqssqqqrrqqprlrrrqqrqqqoqsosoqqsrsnrqssrrsssqrqppqrsrssqrsrsqnqrspnorqnrssqsrrqssnrqrsqrspprrssppqspqrrsqlsqrrsorsorrrqsqrrrksssrsssrsrspssstrrsrsstsprssskrrsprssqrpssorsstrrsssrrprsssrsrqrqsorptrnrqpsqsrrqrps.srqrsrssqsrsqrrsrprrqsrsqssrrtrsrrpsottsposrsqsqsqrqqrtrpntsrrrsssrrqsqrsooprpssqrtpqsqrqpsqrrptrrrpqssrrmprrqprrspssrrrsqsttrprnrsrnqstssorqqsppqsrssqrnqpsrsrqrrrmsqqrpqmpYqpprqrqrsrqprsqrrrqrrrpkrsrqrqqpjqsqrrqpqnprrorqrsrsqrpqnkqrqpqrrrkqtrprsqrrsspssqqrrtr nprsqsrrpsqrorOsqpsrrrtspmsrrqrssqsqqsrrppqqrrrtsqrsororrqpqsssrrssrqsssrsrrqtsrrrqrsqr2qrpsssrsttqqtprrrssststssstssqsssrrnssqssqsrsrsqsqrrrqttoqssqstrntrsrqIYhZS\BJ1TU= bO{c-sm1tD̓M[ "|v=+L3}}Ȼiop筑uηEXTs #4iep^"`򖰷KBM ҟalZYj6kA]P}F@tUI۲)S8Ã빎ԁީ̋+ݶ譳䨉ԼۉIғN:xw +o<;ث;q2JE}/Z4ZO#LVg 5}}8XoXᣮ"8IΒ成sUaYZ-FǀLomRQV09Qrn8`Us⮋oӼٽ5azŀ>4/"曌qޔÙ¡Ԕؿ͘쐙ƅZÿ͸ΕꉁԌɹǶ̋ЦĤqŶof㧟΂&̻ч`ȻȜTߘ2yסŮuvZՀީ̋+ݶ譳\׽Ϭ@ۇepރ՗dxk瞎{ˋxȴGϿ^ʁՀƵʉ͟-rǛ~셋dΏ۹Ǘ댴ⅸϕ͠xѾ駖}}x뽕>܆ďޚѴȃЦ@ʴԼ[՞tۄe\׃ÀhĽe“ќ䬺2Hh )OސdkxWrmtwB@2{ϱʗq腆Э堆ϠҠ叡۟ժҗʉLj(唒絁›لߊ~PV5Bw t@}ƬSO[ԌY'H­s' 5G7gwB'UyGxy8zy[bO|\}}ųy꩓u룕z9gܩɲمˍ!ᱧqYF]kpl顕̱ǞŜk~XS+&NrhNM ߟ3M1%ĄW 5\;-Ӳ6wG$3 ޺\β4_5JοТًߠ̗ˀ6﬒ˇқ牡ٍᒽПڼNlOxeUTL?jpuPE}}A, ? ct=+V‐B[gϼ/{Lۆ[^Ez~Uc[TET9U}иhϟwZpŠs~K^ؕݻԶe}V/կu~${ )OފdkxWrmtwB@2{ϱʗq腆Э堆ϠҠ叡۟ժҗʉLj(唒絁›لߊ~PV5Bw ]~@F޶~ٮ#w򱦅억̵|ΏUڈŀxߓyuv룕y9hܡɲمˍ!~ᱧoYFUgpiƾZm̱ɚjٟŜϪcՅÍ&eϤޔ΃{ΨE`a{9hְC$3 ޺\β4_5JοТًߠ̗ˀ6﬒ˇқ牡ٍᒽПڼNlOxeUTL?jpuP7=MV] 7Ϡۋ¡ꝾߌԌ֜¶پ~ɣR蓓љٛF`ۍ slv,"]:اd͐mȱR{tJkkn-OaΓg>t=)VђxОث깵ٵΑuˏm蝞АԶǞ֕Ȝε@ؕݻ‚h~|~V/֫sVti朚Кkax˔ۢʗ{zЭ堆ϠҠ叡۟ժҗʉLj(唒絁›لdߊ腌ʁћƛuˋĄԡٙب#̵|ΏUڈŀx|셈tΜԢ̧rz{ݰh𒘥gmuGRŷS|ƓQˊ&eϤޔ΃{Ω0dö›=ɩi觶gڲʹ}VТًߠ̗ˀ6﬒ˇқ牡ٍᒽџXڶuҿ皃WӾzʠֿϠۋ¡ꝾߌԌ֜¸ֳkxşR݇Ҕ:ڤڰl}Ƃ㔬9Űς䒸瘱əsrsrnsrsrsrrqrprqrsstttrosrrsnrsrssqrs#qstsrrrssrrrsrsrstrsrsqrssstsqsrpsrWporsrrproqqrrqrqrsrqssqrsrrsorrqrssqrrsprrrqosrrrqsoqrolqrsqrssqqsrqrsrqsorsrrqrsrPqssrrrpssrsqrqsrrrqrrsqqmpsrkrqqrqrnnrrqsroqqoqppprrqnpqpqrojrpqqpqrqppqpqssmprssn(orpqrpnrnrrqsrqqrqqopqqrroqqqrrpn%rrqqsqsqmsnorrpsopqrqqqqsqrq8srrrpqrqqqrrnrtqrrqprqrsrrptrsrsrqssqqrtsrrnsrrsrrrtsrs9rqrssqsrrosroqrpqqqspqprsiqpsqprrsqqsssrqqpqsssrqrrsrspqrrpsrqsrrsrqssqpqstsnqrqsqr9qsqprrnsrpompqrrqoossrspqrrrqrqssqssrsnqppprqssrssroroqrqqpnqrtrorrsrsrsrpqiimqqrrqsprrsrpqoqsqrrprqqsqonqtsqsqoorsqpnqrsrpspprqmqnrnqsorsooprrrmqorsporprqqqqmrprroqrpnqssqonrppqrspprq6rrqrrqsqkrqqroqrrpormrqrqoqrrrsrsqqpoonqoo4rrsoprqpmsrqrmkqrrsrrqqsosrkqrqqsstrqqrqqnsnqqrrsrsssrrrpoqqrqrsrrrmttsrsrqsqsssrqqsrsolsrqqpprqsrrqrpsrorsprssrrssnrrrtqsqrsrsssrrspoorpsrqqrstqsqstpnssrsrttrnrsqsssrsrqrsrrosrorsssrOXe>xeRkC- .Zd#mkzE6=_XGYlbNt{އߕܩτn17-,a$7^r6:]1sxeRkC- .Zd#mkzE6=_XGYlcNyt{މّm4畧͖{eћӞytۀ?Mk&^@>}REdpM\hIa/ɍχIفǘµѓӈ׿Ύȩ½㖑ƬсڴǤⱑӘƩ韛ސאkj׋hI!:~b"ecukhsɢÄ빷y徴Ƹzų덭VрԳ{z҈ƇÍʌףWy)^ԞfR 'ޅ{c8U*Unzv`5|߭Ԓќą޻TŇʓפȠޢ殍ΆׁۃɷНʄ޲FL|9jT=)צǡL$zo+xkiuăţž԰ٱٰcz̈́k<蹈=G(Ӡ {m:g:xrґ5),n Ƽ䉟¯עv囮з낎ʖq[ҒqՐp֪畧Ζ{eћӞytۀlx-w版㕺2PiH΋+ǘµѓӈ׿Ύȩ½㖑ƬсڴǤⱑӘƩyR~tlqhȱtv´MySzɢÄ빷y徴ĵ|}ų덮Vрnw҈ƇeÍʌףWy)^ԞO׍س{ѕМєఒˑѝą޻TŇʓפȠޢ殍ΆׁۃɷНww޲Pɧҡȡˊ뤒蹅zRށƿݝyzţۋž԰ٱٰI|y(ϔp=k;+x͟CjiLrLz&rg-GIY(S)q́""Ź>hXB/T5/lve$8`p]WҴxඦ*؞ĝ㿒㴗͊٭͈׸﯒לڂʫֳ́ꖤwl(Ak )zrX/8_>tW?TCbk\ք#l0ɤ>3b-,ɔ@)F\J ʸ_c!罆Ʃ(͏ƄnRĈc5oSLٹ AP^rLߠqKTłx+qb;L߹Tuǵݽy둟gۏǿăӜ@x^ȒK-mHwN].EI;r@䊐ϗ͑ņۮؒܒܻȇͺڪשĴƆș򳀀$ 䕄+I(,"udŸ@FvD@TXa}؀ү*Ņ፲b܋ƶۃؗ^ڀK綧*߱ӉΕ~Еܗˆ⛟꾁`Ԏ{{ڂup~vǥ蹫WܓK rsBg61T/.lue$8`p]WҴxඦ*؞ĝ㿒㴗͊٭͈׸﯒לڂʫֳ́ꖤwl(Ak )zrX(8]BPXX|M͔p-hjƠ\pس|ɚr㎀֗ષὂ榍(̐|ƄnRĉ\5oSLٹ ƽةܬİӧ꾵r\Ỳ@عUydȵݽy둟gۏǿăӜx~^ǯκƎ߳ρÙͪЊnbio>䊐ϗ͑ņۮؒܒܻȇͺڪשĴƆș|~uⵇŬӿ𩤈rH͐lɯuS{ѡ*Ƅ፲b܋ƶۃؗ^ڀK綧*߱ӉΕ~Еܗˆ⛟꾁`Ԏ{{ڂuncۊnqYTӒp'B؋ް~l~…y_ݥඦ*؞ĝ㿒㴗͊٭͈׸﯒לڂʫֳ́ꖤ{Ȑɦ̽ߕÈ(ȵ4{Zr`vM͒q-hjƠ\pس|ɚr㎀ةὃĦ(Ƌ}|ӞPշqqorssprrsmsrrsstsrs+rsrsssrrqrtrmqstrqrrpponsrsprsqorrqsrqsrsrpmorrlqrssqprrroqrorrrpsrqkrrqsqqrqrssgrrprsrrpnqsrqrqrsrqrsqrsssqrstspsrnqrrqtssrqsprnpprrrpnrqmqrrprpqrsrolrqprrqpoqqsssjosqrqqoprplqrpororqsppqpmqoqqoosrsoqrspsqpqrpmnporsppsrqporjprrqsrrorrqpprqrlqqoqrpqprrqroqqpnsrqsqp5qrorirqrrrrsqorsnsqssrrrsqpsmrpssprprossrrqqrsrq3prtrsqrqsrmqssqpsorsrqqrrrqplprsprrrqsrpoqrqrsrsqrssrsrqororpqpqroprrrrrsnpsnsqqrtrqqtrssrrssopsoqspqsrsrrqsssrrsrorrrssrstkpsqsrqrrqqorrsrsrrqpqropqossqrqqrsqqrqppqrsrGqpssqsrslqsnrssrnrooorqrrsrosrrsrssqqrrqrspstrorpollprqrrrqoqqpk*nqnjrqqqoqnroqmnnpqrposqpqnnpqqspprqnmopphqrrqmpqrqlrrpqnoqprprqqnlpqqsrrqpoqqprrqpqrqorqrqmnorprromrpkqrqsrrqppqqsnqrqrroqorqqpvsrprsmnrqsqpqrrrsroprprorsrssspkqsntsmrqrrqqstsrrrqpmrrsrrprrqpqrtspprsrrsqqsosprorrmrrpqqstrrpqssqsrqsqsqr.srsrqssstrqqoqrrprqssrsssrssqprsqrsrrrspsڨ~֤ͻά~gv;賒\ܙ^ G eJLQ"7;7SV@ddj8 #&c*ZԨ9+=yρ~Q򅻀?4N4͙m#Ӳ2I"àˢ͕΋۾鸘Ġ֖_Ƨ͉ԝ솙µۄŌўـʢuZkHeלK1S%T᛹ cErfq:U;*F-'LzI%bHvp.RlE&Iĥא%XvTm<G=ٶ%fsF:#>Oȩ.EfX%!njx>\QKz?'weFN)ؿu-k`R@K9t`1ҥ)Sv- uӎ-kIvgs=>H\Zv|9ԊДG;qݣ~λZFȟ{ЄÍ򫔆Ђݴ"ٞӘȁΒRpQ򅧀@,N4͙m#Ӳ2I"àˢ͕΋۾鸘Ġ֖_ҫd֝vµۄŌўـʢuZkHeלK1STܗ ̘GU_ 5:ny̠ᣩÔUሗ޹񄹀𱢮~ܐv덌ʆܔÂ訇Hوؑåkd穀Uy)hS'weP s-\a=}@K9t`1ҥ)Sxܘٕ璂=喛ӫ|a1Kڡ#ԛ0ݾҡѣ򷀮㕞w؉s8ԵeӋޑbΎw豷ţ܌ݤ砀ϝ醙 NْCоɒ͙𪌞y\ccպ›̥͛Ά~ơrqtrsqqpsqrsosrrrsnrpqsrrqsprsooqsssqmrspqrrqsrrspssrqrsqtrqrrrpqrrprqrrnssqsqossorrqsrqrssrmrsssorrrprlpqqnpssprqoorsrrsrppmqrtsqrrprrsroqsnppqlqqqproronmqqrrpsprprpnoqrsqssprprrqqqrrorrrmrorporrsrqssrhrrnqqknqqplqsrsrsroqrqsrsprlqqqqrorqrqpsqrbrrppssqprqrorrrqnlpqqpmqrqqnqpqssrqpqqrqprrhrqprsnrrrrsrqnpmrrsrrspqqqsoprqrrrprrsWrrprpqqsrnrprrsrqqqrsrqpsqsqsqrrspppsrossrppnsqrqrrrsrnrqrqnpqqsorrsqqqoqrqprsrfrtrsssqqsrqorrrqrqrsrrsprspqpoqnrsqqpqsssqsqrrmoqprsrqorqsrqrprsqpqqrnrroqrtrrssrppsrsprrqssqs rrrsrrrsrrspsr6prpqrrrqsrqpprqqrrsqprqrrrqpqnorqoprsqpsooqqpmrqqpsqiolrnpqorrpqsqpqrqqrrprrqrppmrqqsrpppmsrrrrnpqorrprqprqpqrqipqpsprrqsnssrqqqtqrqssqprpproqrsrYsrpsnrqqrrnqrrpsqrsprsoqqmqrprrqrpqoqqrsrqooprrqopprqrsqqorprrqorrrorssrsssroqsrprqrqqqsssqsrrsplqrsprrrhoqnrrrrrrsprps;pssstrqrqrprssrrsrrqqssrqqsqpprqppsrpsrrqrsroossrqqrpqqrssnQj7t*S92cQ`R=v#\,(R狠XS3q&Uxc#.4^yG<߇6B?ULW?QԿxu୫?Ƈؗ󮘄̏z9G<0fFm5Qn>&K҅GH͞ɒ򋐀ВГԐ͂í࡫Kкœj l6qJ};>5B?ULWW?QԿxu୫Ƈؗ󮘄|jɦzʣ죟~Ϛɢ.M˚͞ɒ򋐀ВГԐ͂í࡫Kкœj l6qJ};>EWP.Z묠s͇܎ĪܔțLk؅ƜvҡއȜ͢ՃxNjzWǖ׳ݾȜ[}֗bdИӋiW˂Ƈؗ󮘄|jɦzʣ죟~Ϛɢ.M˚͞ɒ򋐀ВГԐ͂ȧbٯbyе㝋݂ڃ˜r|#ˀťdΨbM㡻ސ꫚tӽY‰қӌݽţYdǂSдƢͥݛb΀)┼ n+€ПĕֵѨʝ旅ȏ\eꃈGە͛ಘ՟ҎӁր܊kӮ޿ꥹ淭ٍّ͢ܜ̀ڿҨx֔sݨ ӕ޹厶ZԃߍĪܔțLk؅ƜvҡއȜ͢orqqnrmrsporqsqpqrpsqpsprroqsrrsqsmrpmqrstrrtrorsoqrpsqsslrqkqsrqrspssqpsqoptqpsrsrprqqrqsrnpprstrrqsqsssqrrsmsWrpsrsprrnrqsrprrqqtrkqqqrppqqqkqrporqqqprqnrqrrqqqoqroprnqrsrrqqroqopqqrolonrroqpqrrmrrnrmrnmlmppqqsqqmrssoqrBgqprqrpqorrrprqrkqppqoroqpmprrrsqrqqroprqrqrrqqrsqrnqorqlpqpqrrlrppqrsrqprrqoqrqorrqqqoqqqrqqqskgprrppqlsqqsrpprrrprsrrrsoqtpsssprpsssqsssjqrqqrpsrnrnqsssrsrprrsr\qqrrqlrrqossplrsskqqqrqrqrpqqorssrtqsrrspssrsrsrospkqrsrtqrspqqprqqrprrrmsqrqqstrkrspqrlqsrsrrrrqqsqqrrsrsrtrpsprsqsrqprsrqlsssrqsoqrppprrqqqrrqrrpqqrqqqrsqrqqoorospsqprrroppprrqsrqrpoqdrrprsrmprqqqsrqrqqqoqpqhrrroqooqnqroroqsrrmnsqorqqpqroorrsprrnrmrqrsqlqrqrqqrp"npqqqrqrsrpornqnqpsqqqrpsqpljrslplmrppslrrqnrqjrprrppnrqqqqrspqsqpkpsprrsrtrrrqrrslrspqpoqsrqqrrqrsrqprsrqsrsqssrrrspssqrqqrqrrtssspqstrspqsnssqqsspossqqrssr!sspqrorporpsqsrssrsqsrnrrqrtsqqNïykD so6W:-u(/on ekipG<]6F`n֭N1 :F%X+Ko5Tz*`P/"œ4ʤώڲ٫ܫ̎e<„րՕxկūņ؂븐™ļԈJƗmN{Z;"@3~ƥ C/)thF1 Ne 2-'m&RbpQ[VET, @Édwƈ<:/?YFZ0L`i::]h~N7AƒÈtv򤏭ňɑv̽gBD(r}T>╾ъةۻʯT+HmIsw CA7 Ӏ [his╾ъةۻʯT+HmIsw C@ E9 mf愊ɏ9ٍƧǮù0착үыђո S:ܠ짛5ߓдx卲§꠯kY͋̅ىϩwꍮv*ɴœʤώڲkܦ}+٦ݳڰӿ٥ݻɺɚ+Ҁݔ+۸ڤ]~ūņ؂븐™|~ZΩ٠#®峀ڀڍĥrض 镩ނFNTƄwil݂lxh?v~ҪƱmqݓ򤏭ňɑɅwۄ <֐ƥÅ1ӽR>╾ъةۻʯ繣q؉䞮ɐV}j℉ʇ;ٍƧǮù0착үыђո S:r&sqpqqrsrpssqssrorssoqqprqpqqrqqoqqrvspqqrsqrprsrssrqqrrornrqqmrrrqrrssqrqrqrrrsropsslsrsrqjrnprsqnrqrqpqsqqqprrrsqrpqqqpqppssqqoqrnqjqqrrqrroqrqqqrroqporprrqprrpqsrpkoqssopprqpqsooqprpqqrqrqopqrkpsqrrqqqriqrjpqrooqsrsqrrqqqprrppqjroooqqrsrrreqcqrpsqmlpkpqqrpqqqlprropqnmnlkqqsnrsrrorpponkrrrroprqppqsqrprmoqrpqopmrPqrprqmlrrqrnrqrsrpqrslsrrsssrtrqsrsnroqssrsrprsrprrsssrqorqssrpqqsssrqqqs6rrqqnrsrrprrskqsrqprnsqsrstqqrrnrqpoprsprpkqqksqqsprHssqqoqqpsrssrqpsjpqqqrqrrlqmsrrsqrnqqqrqpqsrqqnsnrrrrppqrqqqpqkrprrrsrrqprqqooqrnqpprprpppkirrpqrqpqoqrrqrrqqqrrpppqpnkpqqqqrqqsqpsprqspqqqrjrohrrrspqo<qqrrprkrssrqrpnqrsrrrostpoqhirsjrsssqqpjqnrrrposrrqpqnqqopqmppnorrproknororpppprrosqrqnErrprqqqqssqssjqsqoqqrprqrprsrrrqoqmqqstrqprqqroopsqosnrqrsrpssrqsrprosrrtrsrrsqqqsrrssqqqqqrsrssrqsprqsrqrq(?OaVgT+,$[]bcwW֙?^Y!]\vHLta`JF {1Vw҃ucQ[یm}z+uMAC0v_Ŏܱ͐͝Ź~f   *r٣zɘاËʮȅޤx֌4p<[S#M,F$f{4w |NX<˿?txF.UVDnwR~l+5T;VNMdűar6+!hډ gw|e^8A{Gѧ˘-|/XׁסĀޥۗ銛ؒץᡯZ_Vpꉉؘ̆֐u=@A#IT'KP6?U_41ǣ0xzcnFâ4UAC@3bȍ>[؟/EҤd@{f>'aNZY@ߝ煙Ϻܤ|DzmݾyƓmЇjE +ySԡlܱ҂"uaO[یm}z+uMAC0vŎܱ͐͝ŹGxDɧ㠏ӭꀃҘ犌ۋ첝ٌܚ‚ɱ|اËʮȅޤx֌4p<[S#M,F$f{4w |NX<˿@uxF.OVFnwO~k+5T;VNM\ar5+!hډ gw|e^8A{Gѧ˘-/XׁסĀޥۗ銛ؒץϼܝُc9(ȅⅠœ޴b쉉iˆؘ֐u=@A#IT'KP6?U_41ǣ0xzcWE6G2=Ǎɀ<́VᕎD̀ߝ煙Ϻܤ|Dzm޷Zv[Փډۤ裘.Ǎ؜Ԧ搇Ŏܱ͐͝ŹGxDɧ㠏ӭꀃҘ犌ۋ첝ٌܚ‚ɱ|اËʮȅޤŨٵΏs{חҎ䇚Ӳɡ֐ٴ|oצ鲶ςɔⳜסѡۏӍSʜn}}סĀޥۗ銛ؒץϼܝُc9(ȅⅠœ޴b쉉iˆؘ֐muʂ:ח͒r!a܌Z₸♅Êx~VVᕎDkrsqsrrsrrporrssrsrssrtqrssrrorrrlqssrrrpqrrqrsrsqsrrrsopoqtsrrrosrsnsqrrnrrrnppssqsrnqqqrrrosrqrsrnsrrrsqrqrrrprqqrrrmqrpqrrqonprrrsqsrrrpqeprspjqsrpqrppsqrrnrpoqqqqrqoqqnroqsppopqrsosorppsnrprqps qmrsrpr2ssrrkprqrsporqrrpqqqprrspqrrqssrpronpqoqrpjrrqsrqmkmiqrprqprqphnrlpknsroookrrqqpqroqmrrropojpsprqssooorrpqoprporrprorqqqkrssrrrsroqsrpqsrrskoqssprsqqsrrssrVqnrrrrrrssqsrrqprprrrqpsrsqsrpsprrsosrpsrrsrqqspsrnrqlsqssqlpsrsssqrqorprrqtsqrsqrqqrrqqnrsrroosrqsprqroqorsrrsrqqrrqssqqrqpoqqoqqrqpormsokpsnsqsrrmnnpsrrrpkprroqpqqqpfkrppqprrrrmhrqqqqnrsrorpqrnnpprqqrrpgporlspsrqsqrrrrsroqknqnqsrqrqqpnrloqrspqoqrrprsrmqrsrnpqnpnnortsrrqprrrqsrmkeKiqrpoqsrqmrqsqsqrpqrporrqpqprrnqpqprrpprrqqrksqrqmpnr oqssonrrpspqsrsrrqssrqrrqrCqsstrqqsrssqsqsrrssqqtrprssqsqsrorsrkrsqrrrqpppsqqqppqosrqsttrsrrqprlqrqonlr{7]耆+.'5'eR(J*:D8PCMrjٝ ^B -t1kw#b;U۰|/KM ++^pYƦޮ{Ab !==.q~񶇈ꭗʄז֔㝠ڨťڪxk։멞3K݃;E:)xڀYq6SNlgqzUsۄёրas㐺_7Ge?,gBU*,NRݧT (QHQ#;@w`D_&٣6׫ϴ$ʠԝɞȖ$Ӟ~E MN*շ񵼚͵ɖ׈Ι֓Íg歔i\"15ķEhQOl)\;}v ,Wms b07!!vlQT}0ym4F&jX_^>$GLB7Z8! 6igSc9NFjQzuJr3L$57VUn#vF<=bM;O?5҆ޒג݉ˆҼ҂ؘDZڈ"UT /9$axL~٪Ҁtب͞Ϣぞ“ۚk־đz ʼnʾ ޔ̄ǖԱԢ·Եӈ¤ňümfQfBo9BzzSY wG0&|gPmYʚ^ќŅڲ݂܏⍼ڊʈƉʫ3̐Ž톉͒ɔŘИ?. SjDE"/!4w蠮ܭ՞Ȩϵ͚ꇽ姧Øˬޔþσۃ붅΅^UYAzlAphY?3x0t> ,Wms b7!!vlQT}-ym4]bX`N=|%HL=􀯻ΙȼꓜکƢɳ2XÕgNú܋ˆV҆ޒג݉ˆҼ҂ؘǶڂ֊Ì}zԦBbZN:بn{ڪ| ѣ͞Ϣぞ“ۚk־đz ʼnʾ ޔ̄ǖԱԢ·ԵԄ{バ夊ΘӌpuɏҢ6pņÅzXUƽ܏⍼ڊʈƉʫ3̐Ž톉͌dXڹϥ͈ujջZ'=ėꖹ߭՞Ȩϵ͚ꇽ姧Øˬޔþσۃ{{Y؆߂ϊ駶ޓЋ“Cۣ=ۥЧ^򯤯rrrqrqrrrqoprprrrqoqorrrqrqrsrqrqssrrrmpqpskrrrppqsssqrqrsrsqpprsssqqsssprrsrprtoprssqsrqsrqsrrqrrposqpsqrpsrqprrsqq#pqprpprorqrpqsrprlorqqqsnqxprrrqppkqrsqsspophjiqrriqrqqprqqrrqrrqrqpqqrprqonrqqooppqqprrrsqsrssqkrpomrqrrrqgimrpromqrpqsq|sqqmrqrpsoqrppsnoslqqrrnpiorosqqrrqqpqqsonrroonqgopqpqroprrrjqkqsssqpqnroqnqrrqjrnqtscqqqqpq{qrqrpproqqoopqrqrrqlqqpsqoomqqsprsoqqqnrlqqrqqrprrorqqtrrrssssrrsrtrqrqrssqrsrpqrrqqrsrqsrrrrrsoprqsrlqqqrppqqrporrpkqprprqmqqrnlnrnqrrslqrprqqrrrplpqqsrrsnqnpqrrqqnrqspoqrporrqsorrrsrqsrrssjpqhoqnpprnprqsqqspioqpqppnrrqrqsjsqqqrrqrproroorqrqprrqpqpqroqrqrrkrrolmqlrprponossskqqqorrqiikkprqloqrrpnqrprsrrqmrqrsroqrrsrqsrqrprnq]rtrnpppsqrqqorrrqrmqsprrprqnokoqrqpkrqrsprnorqrprrrsrrsrqrpoqqppsqqoqrqrXsrqrqrsrrorqqrmrrsssorsqsqqqsrsrtrqqspqrssqrrqrsqrpnrrrrsrmsroqsqrsrrprrspqrrrqssrrM7Px8Ž' Q= =0_U+@;jSN4:>-;@%Ȉ{梫<bicӡÄEԈːڋNj؄Dz۰扅ҙ 4XٹҐ>ؔβڲ嗅DŽޤуàځ݃ȿ.Җ(æ،q蘰ӤֈЉѷ֫طܒűȐΆ͐I0ͩ=r֗񗢑֤ٚЫ۪ړ~oػ/ VyA]\T1愦56qtk&T7;@S5hsI'l_rM7Px8Ž' Q= =0_U+@;jSN4:>-;@%Ȉ{梫<bicӡÄԈːڋNj؄Dz۰扈lۂǰ‚Z+Q r`[Tߘ߄ܙǓފԂͩpñϖΟڲ嗅DŽޤуàځ݃ȿ.Җ(æ،蘰ӤֈЉѷ֫طܒ儿|~ɐEɰro;?>3 ʄU}\֚|ߎ٧ߗԋݨv푻l֗z񗢑֤ٚiЫ۪ړ~oػ/ VyA]\T愦56qtk&T7;@S5hsI'l_r=}WI:̎߻팍~ܐmꡈʕfۄӉגjΗÄԈːڋNj؄Dz۰扈lۂǰ‚dOņl偑 ޑѷʬڀ㗡vܙǓފԂͩpñ,Οڲ嗅DŽޤуꞆځ’xwmչcpފ燔~螧ӤֈЉѷ֫طܒ儿|~ɐɠ؞ݚ”Hն=܆蟖ēʌ݄Ythؒ{ߎ٧ߗԋݨv푻l֗z񗢑֤ٚЫʲZ܀d˫ЌƟ~ já֮ǀŦAoƍジqrrqssrrmroqsrqpqrqrprrnsqrrsOrqrspqqrrqsqonsrpqsrqqsrsqropqssrqroqorsqssrprsqqqrspqlorqpnrorrqsrrqpqqqnrpqqssnrsssqqrqqqqrnqqqrrpqssqosqorrpqsoqnkkorrprqqgpqrornrrrqopqrpqrrqqrqnooqqsqorppqqrrpqqqrqqrpqikVqrssrqqqmqpsorqqrqorshprhrspqqrrqqqprrsrkrqrqopqooqorqqskqrnnsqpssprrprPqrqrqrooqppqrrpqrqqkqorqlqsrlnorrrqqrprqopqsqrsrsrrosrrprnrrrqqpoqrqoqqoqrpsrprprqqrrqnmroqppkmqqroqkkrpprrprprqqnopqqrmrrssrrqnqssjpoqqrqmsqqrpjrqprqlqrmoqrqrqrAqrpprrqorrmnqpqrrrjqrrrrrrqprrrpqmprronqqqsmrqsppsqsrpqrqrqsrqqqonqpoqpqrsqqpprprsrqqrqoqqqqpsmqrrlnnmosqoqqqrjqrrrnrpsrssoponqsqqnoqrqjqroqqjrrsr.pkrkrohqqopqqrrlpqqqpenooqsrrroqqpqrrrpqrqpqqrqrqqqqqosoropqrpppqrppsqqsqkrrroqspsqsqrqqqrmkoqqsqrrropqnnorrosqqrsqrqrqrppqrqmpprrpqrolqrcspqqoqrqrqppqqqrrstrrqqrrrqsspprsqqqrrsqqqospssqnpsstsprqpsrrssqosrtpqprrrsssrqssrsrqr3s'8>b: *N‚j,3>>B}QOTn^؟chCtBv섻Ϟ̞˩ב-€Ģ|Ϋ.!܊ݖ񐦄揄ڤ鵹扣 %멿ԦߣŚꓵ門ݑ菷Ǐߞ՘ެٳÄ඘׋O`/ֽy䚝჈‹ǥ݁줇3bat^)č|!{!0@Z)1%o,M3Ě~2h4٥yc1[3s'8>b: *N‚j,3>>B}QOTn^؟chCtBv섻Ϟ̞˩בs€Ģ۶οÜo؋м풷  n! Bs0…ˬ䃗⦇{ݖ񐦄揄ڤ鵹扣 %멿ԦߣŚꓵ門ݑ菷Ǐߞ՘ެٳÄ඘`gsz̡֞φF [3➔Ɔãؿ纉fƀ䚝჈‹iǥ݁줇3bat^)č|!{!@Z)1%o,M3Ě~2h4٥yc1[Ǿ՝єԪΔvߵ؆ľ͆zrċ)wЖ˩ב€Ģ۶οÜo؋мnuᰆԉ۲↉ո웖昅ڗӿُ/ښƎ‡ˬ䃗"{ݖ񐦄揄ڤ鵹扣 %멿ԦߣŚꓵ門ݑ菷Ǐߞ՘ެٳÄ඘πgsz̡֞#SǓ0ܸƑʼn&ޕdžãؿ纉fƀ䚝჈‹ǥ݁줃ٌ^ʍƤÒ޷_xɈߕLpqqr#qrprpqrssrrsroqrsrsrrqrrsrrrsnnstrqrsrdorqprssrrqrrosposssqrrqqoorpqsrrrppqqrqqslrrqopnorposolqprorrrqrpnrrrqqqoqrorrrqqnprprrprprrspoqqpqprsrrpqgsqqqqrrprsrpnqrnq;qrqrrprsqqqssrsqnqqiqrpsrpporqloqsrnrpqrrosqqoqsq=rqrpsqoqrrrsqrqqqrpqppqrnsrrqqnmokrrkqqmqqrporprropqPrpporrrqrppqposmprppororrrqpqlrrprrqrsqosrsrqrsqsqrrqqrqrpqqsoqrppprrqporrnosrrororrssr rqrqql%rrqrpprooqopqorrrorqrponnsrpsrosrosqqrqrpqsrrqrpnrpmrrrqqmkqrppnqrorpooroqpmkosrrprrrsrrnprrrqqrrqqqrnqqqrrpprrsqqpqsqroqoqprqrrprppqonspqpsqqqronrssqrmljrqsrpqrrqsrponqrlqpqkspoqsrooqqrsplqrqkprssrnoqppnrprororqqpprqrsrorssprsqqrqnqqrnooqqrrrroolpqspqqssosrrprrqrpqsqrqroomomoqsroopnqpqnorrrsrrpsqhqsqrrqpssrrqrrqLqmrsqqpqmqqqrsossqonqrrqoplqqpnqporpqrssrqqrprrosrrpssrqqqppr6sssqqjrrqqsrprsrprprnssqrrsrqqqsssrsrrrqrsnqrrsopsHyp '_d dPrx88Rv;7wjtU9:KMl]𞶾Ύ㟉Ҝ>BYŘ䕘ꄌȓ씝ϳǒӐ½ĥ}֔ƍꭨܫ̪ٲ̿͂B.}Y[ݑNjؿዖ͛ǭͻĩ<Te5(r!TMݜ9 lBahb͂;Hyp '_d dPrx88Rv;7wjtU9:KMl𞶾Ύ㟉Ҝ}VߚÀŢӓiΐnkg!ۄǟִЈ~ؕŘ䕘ꄌȓIϳǒӐ½ĥ֔ƍꭨܫ̪ٲ̿6ʫ裷נ-؀Ĺ.=^sʞ҃ō*ݑNjؿዖ^͛ǭͻĩ<Te5r!TMݜ9 lBahb͂;HƯoЛՋؖ̾쌲Įގ֢ȜA܈𞶾Ύ㟉Ҝ}VߚÀŢӓEΐ󰤢۔쉆ܜ ܡʙԣͿyǟִЈ~ؕŘ䕘kꄌȓ씝ϳǒӐ½ĥ֔ƍꭨܫ̪ٲ̿6ʫ裷נ؀ŨPk٥cŹEˀö안ɮՁʑȑ҆߰רʞ҃ō*ݑNjؿdዖ͛ǭͻƄ󇁀=NTڜT⋪|ƺ©̮HpspqqrrqsqqtnmptrqmqssrqsqsrqqqroqssrrrqrsprrqkpsrorrsrrpqrrrsroorqsqrprqqqnpspqrqsqorqrqpopqnpropoooqprqsoqosrqqrpkprrsmrpsrqrqqoprpohpqrprrprorqqrrqrorqrrrmsErqrqqsropnqqqssrrrqrpqrprsqrsqnqroqqprqrrrrorsrpoqpr qqrrrrqppqpqrpoqorrmprrrpslqqqoqqqpqqqrmnqpqprqsrprqqqroqqqroorqrsrorrqqqrrqrsqrqmpqsorrprqsqprossqsoprnrpqpkpqmorpkrrsqpqssrpsqsqqqrqqprqqonlsrsqprpnoqpqrrnoqqrsqsnroqpopqmoqnnnrporpors;orrpsqnkpqrqqmpoprsrqrrqrrnqprrqsrporoqrlrnrDpqonnqporlprrpoqqqpnorrqrrpprpoooqqropqrpooqroqqpsqqrmporqonqrprqprprrqrqrqprrpqfrrplkqpqqrrqooprrqqqsrppopqlroqrnrqrqrrlrpqrpqqrpompqsrolqqoprrpqrkqlrsrhpqqqqmnqpprpqlprppsmqrnsqqqpprprsrqrrrqqqrrsrmjrqnqrlpronrsrprpqorqrqnsqqqrsrpqkqrprroqqqrqqonnrYqrqrrlpsrorrqprqprqsqnpqprpmorrpqsrqqpsrprrpsrprqnsqspqqrsssqtsppprqsrrrrtqpt֓uig{}mJY& r'4\ţÏŕțėŌ׬(Q᫏W(_Ұ~Ĥ­њԒÐ컃Pʹɦդݴ̥²Ѓ٣Е?ѿť׫ÊӮ7A۱莻ӣXnj˙돆۰ĪƎݿulkCgcԃiނake2֓uig{}mJY& r'4\ţÏŕțėŌ׬[UՆsݛyحdX,ܳȋ䟕ꁔĤ­њԒÐ컃Pʹɦդݴ̥²Ѓ٣Еsѿťɯ?Ӯhقڱ10$oӄ˫K쳳ЭĆ݅۱莻ӣXnj˙돆۰ĪƎݿulkCgcԃiނake2⎖e컈̅Tʊrٛ棺ţIŕțėŌ׬UՆs֟ݛ`[ǁǘ6֭ČˋƩ׎@֩/ړúC|u䟕ꁔ+Ĥ­њԒÐ컃Pʹɦդݴ̥²Ѓ٣Еѿťɯ?Ӯhقڱ{k~š=뼳ŠƑEĘ䚣ȱщһDOԩӄNK쳳ЭĆ݅۱莻ӣXnj˙돆۰ĪƏ䶹lzޖЯ뤸Իproppsrprnqsrrprrsrsrrsppsqqqrorrrrrrsphioqrnqrpqrpqqsoorqonpqirrsrpqokrrqnrnnsnrsrqnmpqrlqnhrsqnqinroqspqqprqqnqpjspprppqrpnqqkrrqoqorqrrqpqsrrqoqmqqprsrnpponrrosooqqmqnnqrirrnoqroqsslqqqqosrjpprq,orqprrqrpqspospqroppsrprqqsq[qqpprqrqrqqsrrpmppoqokpnrqpprqrqrorlnrprrrsrrqosroqqqrqoqprrprrsqqqqqqorpqsrqr#qqpropmorqpssqsrorrqqnqqrnkpqnqqqrsrsqprrnnprq rrrqrsrprqlPsprrpsspnqqqsrrrorsqmmmplqqrqssrrprpprpqoqnrkgqqqprnrpoqmqrpsoopyorrqoqrqssqqrrrmrrrqkoqsqqprprprpigoororqqqopqqrsqrpqoqrqqnoqorrqrrkrrrprsrrrrssslqroqsqp@qqqrrqrqqrqsrrqlrrqrrroqqrrpsqpsqorpqqmqnrqqqprrrpq=rpqsqrpqrrqrropqqrrrjorrrqpknssrqrrqqokrnprrqqqpKrrkqpooorspnqrrrspqrnrnqnsqqrorrrpoqsqqsqqrqrrrqpqmrqoqrsrsoHqpqrrsrrpqprprpqsrrqpsqqssqssqrpqoprrrppoqrsqprpprprosq rrssrsmsrqrpb`xSQ4m`ubX̄[!ڠسؔٝ䧍ގ퀏 ٩*iO,Xެ׈eԬڠݐ򜱘쌐ȕʾ嚈ĹҕԒԚχKՂ؜\ˌ0,`١}Ӎ٫뾕ہüAdX6pb`xSQ4m`ubX̄[!ڠسؔٝ䧍ގ퀏T٩ۣܰڳ놗v T-#Nf/׎ݦԙެ׈eԬڠݐ򜱘쌐ȕʾ嚈ĹҕԒԚχՂ؜Ɍ`M͘t TCƓ ݍ䜀}rӍ٫*뾕ہüAdX6~̋폲Ʉ[yՓxoڠسؔٝ䧍ގ퀏٩ۣܰڳ놚~܂ǎ൘އ˒rǴ۽džɃȎҐτw/׎ݦԙެ׈eԬڠݐ򜱘쌐ȕʾ嚈ĹҕԒԚχՂ؜Ɍ`M͘T͸ӭԨ㣖Ҟψޝ硥Ϳޏؤ˕ފř~gݍ䜀}rWӍ٫뾕ہ|ľk prrpprsrqrrsrrsrrrsroqprJnplrrsrnolqqnrqorrpppqqosrrqrqqqrrnkrsroprqsjromrqrqrprrrqqr psrqrrqkrqqnprprskrqqmqpqpppmqqqrrorqqnrsposqrrnppsrpqsroqqrrqqqqrqrrqrqqpooqrrpqroqposrnpqpqsqsrrrpqpppqrrpsrriplrrpoorqqmrrrpqqqlrqqsqrpsoqkkoppnrrrpqosqnmpsqrrpqrrpoqprrqqrqqqortrspsrrprrqqp/qrorqqkqrrpmrqqrqnrrnspmkfkqmrrrsqslsqoqrroqroopsqeosrqsqrrqrqrppqqppoqosqqsrqqprpromprrprrqqooqqrrrqrlpnkrqqmssororqoprprrqropsqrporpsrrqrorqqosrsqqoqqroqqmrqrqrppoojrspssllssoqpqprnrqrmkrrpqqprqrooqrprqrprqqoqprnrqrqpptrqpirrqqpppprpopqpppsmjnsrrrsr8srqoqmooqlprrrrprprpooqoqorpqsrqrqrrspqqqrmqpjqq/qlqrpnmqoqjqsrplproqkormorqpqnqsqsrphomqrrrqkgrrpsorrqprjsoqsqkfpqqppprsppqrqkqpqsqqrrqorrnqoqqjprnnqsqoroklqrqqppqpqnppqqqqsqr qporrlsrsqrrrosqlqrqsrhorqrorrqoqqrssqsqוؾ來̽čۨ񖅇ՆИ쳠чԔ@a,Jюя梯֮⼚¡΃ɺ貉lƹЃ܌Ѧ밉ƃ̚RxuqǰÖ͎Ŗٰ҆˞וؾ來̽čۨ񖅇ՆИ쳠чGȖ֯%(& J’ŊИօ˘Ԕҩ͑梯֮⼚¡΃$ɺ貉ƹЃ܌Ѧ밉ǃ0柑ó˥ܸ ɍ٣ѐ֓ԘpҢǰÖ͎Ŗ҆8ٰ˞a1zЖ׾來̽čۨ񖅇ՆИ쳠чȖ֯liםӖ҅õƃݥӖ㇆ݟ⩺ϕطضܼܔ’ŊИօ˘cԔҩ͑梯֮⼚¡΃ɺ貉ƹЃ܌Ѧ밉ǃ0柑^ó̤x٢֛֜٢܀Ӊ܂΄ͮ糉Ȑo˻ѐ֓ԘpҀǰÖ͎Ŗ҆ϚٱqArpqorqrqqoqqqrqporrporqrqrpqsqrrrpqrqrsoqkrsrqnprqnppqqqrrrqroprpmpsqrrlprnrqqsprrsqrpmqqprrmprprrqsrrqrqpqqnsqqlnrqkrmsonrrorpqipqqsqqrmrtmrkqqsrnsl,irrrpksrrqrqnqqpqrsrqroorirrpqpsqnoq rrcpqnqkplldjlmkmkmjopjpopoqqrocqrsqrrmopqqprrqqrrrqpqorpsqqqpnroonrqqrrrlhqpopplqqsrrqqprrroprrmmrojnrnrporoq1qoqsrqqqrpqmrpsqnrqpoopppqrqrqppnprq*sslqqqsqrqnrrqqprqporsrspqssnqrqjm1rqqorrrjnqrnqqqprqqrqrqqrqrrmpqqqrsrrrqrrsonpnqrnppsrrqqnmppoqsrrppqrrlqrprqnrrospqqqorrqlpqsrprrmmqqsoppnqqsqqopqqqroqqqrppqpprrrroo)rkrmqqqrpprrpsrosqonqqlipqrjkpjjlnmklkmkjopnqqrpqrpqoqmqssrihoqprrqpprsmprmqrmqqkpqrpkqrqomsrqqsmorrssrqqrqirqqrqprrplrprqqDpklorqoppsrpqorrqqprqpnprrjqprqsqqmpspprpprqsqpr=oprooprsrrprqpprqrrqqsornmqrorsqrqqrsrrqsprprǸƁ̃Ɠǫ앂낎Øۖڻݲ d /|IۙɳÊա˜䩖޿ÀƇIԎȅ񸁜ɽh 5<|ށǷ롬֭屼딽Ŝᶭǖ牕ת㓨ǸƁ̃Ɠǫ앂낎ØۖڻݲLh?bIb߅̩ٗE͔ʵӶǛҪƋʉɦ~螭͔̇ɪÊա˜䩖޿ÀƇԎȅ|ܚ4^Emӕ{+ڟŁ!ʾԢ֖͋Щx}ށǷ롬֭屼딽Ŝ.ᶭǖ牕ת㓨ǸƁ̃Ɠǫ앂낎ØۖڻݲLhCbIb߅̪ٗr\шشźǶ⩓Ë՛ ք+񏯾ލϒģǓwҪƋʉɦ~螭͔̇ɪÊա˜䩖޿ÀƇԎȅ|ܚ4^Emӕ{.ڟŁKyiŧLjԥҺ؝نҡ׍ ĞʉQʽԢ֖͋Щx}ށhǷ롬֭屼딽Ŝᶭǖ牕ת㓨sorppqrrsqiqrrrnrqsrrqsrprsrorqqpiqoprprqoqorpprrqrsppsrprsororoprnpqrpjqrqqirqrrrpqomnsppoprqqnpqrsrlqoqkqjqrqrqnqprnnsqr#oqpmrrrpkrqqqrrnrpqkdrrqqorqnroprsrorsproorpopjmmlkkgkjibe fdjjgjkml+korpnjkqpqrspmpqqjqoqrqrpmrhpqprlqppqrqrqrpnqorqppsqorrrqqnoqroqkqrqrrksrrrqrpplllpqrrrpqqrqrqpnmpsqorqrmonnmpgsqqporrjqpqrrnoq5rqqqrqrrppsrrqrprqklrlmormostqnnormmpsrqpqqrqqrrlqqsnpsrprpqqoprrqmqnrrroqppnpporrqqqrspomnqrrnpssqrirrrpqrlrrmqrqrssrkporokppqorkqqpnsqqrrqrssqoorrrlqrqqiroqrqoqrnmqrmoqdjnfieffaeef jjglmjqrrrproqrrrpqqqpsqqrnkqrklrkolromkrsqrrpqqsqpqqporprprrrpprqpqrsrqlmelornqqrnrlqpqsroqqqoqsrqqhpqppmrrqrrrprqporroqqqqqpsrstrqsprorsookrlqqorqrpoqnoqporrpqqrkqrlpnrmromrqpqqsqrrrľ॑Έ좉ϊϞɸܝ?@ \=7B9aq̡ςڠ։ݗȾT哋̮ЁĪ̈́1-;  eH 5ڠș3ю劊Ä.ϒӌ؊ľ॑Έ좉ϊϞɸܝOm웋 ,!E҉8 ת֍a˱څꎚV'І̡ςڞ։ݗȾs哋̮ЁĪ̈́{IРɅQ̗ϫᄍĞԄff҄,ʜԁށEƚ3ю劊Ä.ϒӌ؊ľ॑Έ좉ϊϞɸܝOm왋5ڜ3݅걩 ]݂ٟ֮⍴Ӈ톕˄ykת֍a˱څꎚV'І̡ςڞ։ݗȾs哋̮ЁĪ̈́{IРɅQ̗ϫᄍĞԄZz׎NљµҡʈMƻjx҄,ʜԁށEƚ3ю劊Ä.ϒӌ؊pqqqqqromsmrqqpqrpsqoqrqqpqrqrqqqqrrrmroqpqqnrpqsrqlrooqsrrsqriqrrrlpqlrrqsrrrorsoqorossqrpqlprqrrrmrprsprrrrrmpronqrnrrqsqpqjmoqnrsr5pnrkorrsqiorrqpqqprsrmrrnqrqrqqrspqo nmijffggejg]pppoqprrqrrmnqnpqlqkqqqrsprrqpponknprrrspoqqrosrqmqqrsrqoprprrpqraqrqqrqppqpqrorrrqqmrsqpqmqrnmnsssrrqprqsqpqrrqqqqrrrrlpopporsrqqqrqssrsqrrqqjRqrpssnpqqqpqpqrqrqsrsqrrrqrqrspqrororrqroqqsrrrrpprsroqoossookqprpnrprpsqsrqqprqqprrqrrZrqkkkroqqqrpkqpkpqrqspeppqrpsrrpprqmqrrlqqppsqssqqqqqiklgjkbffgMknmnoqqqppsqroqqrrrqqopqqoqorrqprsqqoknrsspqqrqop,qrppopnqqrpmrprsppqsrpqorrqqqosrqqsr3qrpqnrrppnrrprrqrspqrqosssopsrqrqrqqmqqrmppl.prrqorrpoqnopsrprqqrprssrqprrponspotqؾ▐ˁ鶔řƂϘɑη΃λĝʌ%.SBӃǜ㋯зݵž睄.̙οǕΪeϫ} bʸ׽趡⊷ʔͦǩӻؾ▐ˁ鶔řƂϘɑη΃λĝ҈2EÃԩ礔֘{zmnT㖽Ƿ͇ީᑬdž˚ܺͣlȃȜ㋯зݵž睄bΗpl~uѩ^Íڂ毕÷Ծ qmeɬǟ/̐׽趡⊷ʔͦǩ)ӻؾ▐ˁ鶔řƂϘɑη΃λĝ҈ZEÃԩ礔֘ԁϮû 稢獔֌ވ٭Ɩpؠ}ᑬI˚ܺͣlȃȜ㋯зݵž睄Ηpl~uѩ^Íڂ毕÷UޙқƏԠؾǁ̄ ̫㋍۶Ӵلɯހɬǟ/̐׽趡W⊷ʔͦǩӻqrqsrlloosqrrkorrqrqqrqrnppqqqlmorqrrsrrqmrpqrrqrorpnrqrnspqqrrorrsrrqpsrrrsqmorqprorsrqqssqrrsprrZqonrsjrorrsqqqpqoqpqqorrpospmmqqrqrokrsqkrppqqqosrprrprprqrrpspqsrroqjk lihgkjejjfjiosqsrrrqnnqqqqoqsrrqrsrplqqrkrpqqqorqrrrpqqppmoorqqrrrqpqrqsnqroqsqnsqqrqssmsqmrrqqqrmrqoprsqrrIsrqqrqnrqpqrrqqporsqnnrsqqsqrrssprqqrrprprprqrrqroqprqsrlprrqqprqrrrqrppoproorrrorqrolrrqqmqrqqrnrqpprqjmprrsproorrmrrprprpqrsrsrsrqrpqqqmqqqrrokpprqoqrsonpprrqrsrsrqsqqprrpqqqspmpopqrnqsmqql hlplij egfhinmpprnrrrrqqqpkppqorsrrppqrppjkrqpsorgprqrrpoorrqqroppprqrprqqrqknqrnrqnsqoqqpnqqrpniqqqpjqrsooqWpqqqjspsqpqrroprqqqsoqsnqpqprqppqrmqsmqnrqrqnqqpsqnqsqrsrqproprd䫢Ɉƚ̽Ťߠޑ 02 ~ !/ QX^xǥ^Ȉ䎟Ž着|ox x F7쐪׌ݝȻ̐†͈ÿe䫢Ɉƚ̽Ťߠފaɻ%ˎܬ4_3ɤ$뇗؏΀Ɋ򜚜۳ܵ೫ŒtjƥwyӇƛ؄LjRаۧ碧أܹǝ„NJߗ3+3-ڮﶥ۾ؚɐxH쐪׌ݝȻ̐†͈ÿe䫢Ɉƚ̽ŤߠފaɻOˎݢ뿼ӂǵ՞҆ ׅ ̦ϒ쐡ÕZ$뇗؏΀Ɋ򜚜۳ܵ೫ŒtjƥwȉӇƛ؄LjRаۧ碧أܹǝ„NJˡ?ƘqӒҬʖ͛Հ֨AIJ򍝤 `۾ؚɐxH쐪׌ݝȻ̐†͈ÿrpqrqoqqrpppronlopmerqrqrnsnqrrqnonrprqrrqrrrrqrsnqqqrsprrpqqrpsrrkqoqpmnpqrqrqonpsrqsrprqrqisrqnsOnpqrqqqrsiqoqsrrqqrrprrorrprsoqsqprroqqqqqrrrlpoooijeh koofoqqq qprnsrrqqsqKrprprpqqrqrkqsqqrqprqorpqrmqpqlprpqpqrqqrnqqpmrqprqqnqrrrpqqsqrsqornnrrrrrmrrqmrrosqrrprrqqrrrsqjrmpqrsproqrrqrprrqqnrrqsqrrqrssoqqhqqrsoqqrsjpposprsjqqprropqpsrqprqlqppporqoprrrrqrrqpqqsspqrpqroqnqrrqqqrsqrprirrnpoppsqnorpqrqqqqpqoqqqnrirrqqoroqknngghkknqqqmqmorrsoospppqrrrrprrqpqoq#psoprrprqoskqsnrqrrsnqpqrqqxlqrorrrspqrorqoprosrrorqoronrqrrqqrqpqqppqoqpqqqqqrrqlorqmssrrrnrqnlrsqsrpqqroqqrlqpoqqlrz꺌ɽҨۣݤȟӽɞ℟ᖬί/oI: i-ؕZ c]l]僤3[!|휬ʆׄTքڷȏӹγέ꺌ɽҨۣݤȟӽɞ℟ᖬ`ߚ֍ס)ͽ۱޶ư3@w䃙ҧΠ֤ꋲ浗ۃӄlŻ4盫nֱԐ-v骓v~wǻ!L͜ҸƔň΅ۣۜӍ+#NIǃܕѠȂƇׄTքڷȏӹγέ꺌ɽҨۣݤȟӽɞ℟ᖬ`ߚ֍סVͽ۱޶æ}⯠ߧ䙛궢̅ߎ¿؟ϓщ䃙ҧΠ֤ꋲ浗ۃӄQlŻ4盫nֱԐv骓v~wǻ!L͜ҸƔň΅>cΔȞ㮚܄Őل˄n世ţņ[ızܕѠȂƇׄTքڷȏӹγέrrrjrrooqqnqqrrpqpgrsqqqqrqnrqqqqrrirqqqrprrmrrqqqopprqsqqqqqpkqqrqrspqqsqoqqpnkrqqqrqrsrspqsp qrqprprqrInrqprrrqqrsqspqnqqprrpnqqpqmqqqsrqrssprqsrsoqprpppqhkkdhkjfroorrprnqpqsrpprrqrrqmprrnrrpoqtprqrqqqqqqqoprsqqrssmrsoqrqqprspqrpporqrmhqoprrlnnegqqqroqpoqqornjkmolrrrkepqpqqqporr7qrsrrqoporrqkpqrprmprrqjkjprroqrrsqrorrphqqpqimrprqrqrntsqnqpnr>nrqrroqoprrqrsqqrrpmooqgopqqqqqrprqprjnrprsqmookeqlfihfbkknjqqrornprqqororpmrrorqsqqrrqqokrpqrtqrnprrrrrrpnpqprrprrqoqqjqsrqqmrrmpqsoqqmTslqpoorsrqnroqrqpqqsoprpqqqqnrssqrrlllrropqrrporpokpqrqorrrqs)Ɂӆ<Șƪ艆ɬʼ}յ - c4N]!s煺ҝ͓ǔ݄)ɁӆwȘƪ艆ɬˁp]ý[ˇչש࿀Ў򱜠HZ9{\LmձYւژڗъ打eҍҗ͇e߃ώʙ΋񦽲"3̱ڥښh꿊ҝ͓ǔ݄)ɁӆȘƪ艆ɬˁp]ý[ˇչש࿀Ў򱜉˃猎ںˎ͝ா珅źɛіIމzP]}փڗъ打eҍҗ͇߃ώʙ΋񦽲⊙ٱ+ϊ¼ǝŠŃ۲oі~۞̱ڥښh꿊ҝ=͓ǔ݄)qpsrqqnsrrqqsroqspoqqqrorrrqqloo?roirrpqjnrnqrsrqqrpppqqqqqpoqnopqqroqomqpqQrqinrrporrsqorqqqpossqqrppqrsorpssrrqrrrhrrqqrsosrnqompqpqqqlqqsronkkjporrmqolqqpnqo|oqrsqqssrqsqnqqrsskrqhjnrjmspsrrqppqnoqnprrrjsrrrqqonrqqrpkppqqqrosrqqppohrqsnqorqriooorrqqkprqrqpqprrqrqqrsrrsqoqoqrppqmpqjrqrrinqrrqqrssrprsqssorrsqqpmqoosqprlpnrqrrqonosoprrqrqqqrprqqqporsprprsrrqrsrr)rrqoqrrorrqrrrnlrrqriigjfklopqsorrqqpqolrsrrpqqsrroproqspqmprposrrripsqsrkrlpqprsqpqrsrpolqrqqrkqqpkerprmmrnrnelroqqrprpsrq=qqrrrprqqpqrnqsqnrqnpqrpooqqqrqsrqprpprqrpqrsnrqkqq&ڟߨݮ@ҳߜW 1\ƪFӄѹޫ±덃κՇȆIJь&ڟߨݮrҳߜ|waٴ׫㺅҂ n&/ӑq̼ᕯʲȞɬՒޑߪǂۗտJۿŐ٧ʦ&%ǥ1څƓӏa򒴐ӄēޫ±덃κՇȆIJь&ڟߨݮҳߜ|waٴ׫㺅{ߪ(ǻݠ讙ϊ đӏˣݑķ͍vq̼ᕯʲȞɬՒޑߪǂۗտۿŐ٧~a!R}߾ϑ!Ͻ纀Μߤ8Η܀ᚗ䥝ڴƢKƽ܅Ɠӏa򒴐ӄēޫ±덃κՇȆIJь&gkrqrqprqprrpqqmqpslrqqqrqppr,rqqnrqrsqqqqpqrokjroqrqssqpqprqqqrrqnrooqrsppqrqponrrpsnqpoorqoqrrqqqrprprrppqrsrpmrrlpqrrppsmppnqqqpoqqrqopqrrroopniii jppqorrqprqlrsrpqqqmqonprsssorqqropknrrrssrqsnmrsqrprrrpnnorsqsqpsrkqrprqrprrqrsrqqnorrprqpqpqoprrrqnropoqmrqqrqooqprosqpqqpqnprqrsroqpqssoqnqirorrqonprqronoqprsrqsoqrorosoprpkrqrqrpqqnrproqqrqrkossrqrpqpsqsrqqqrqqrssorqqrqon qpnrrnllf8ljorqrnqrqsssqqtrqrkmrnrrrpmrspqpsppppprqpposqnpsqssnqpqorrrqrrpoonrohpppoqsprskorqrqrrqqoqoqsqpsqrroqqpqrqprooprpppqrqfqoqqpkqrqqpmorpqnossqoqsrrrqqosm\Ӫ͈ƱǑӻ퇴ػܑЃկZ2/`ہ~ϒ଩Ԕז留ˏӪ͈ƱǑӻ퇴ػܑЃ뺅⌛ӯdsθ6BHIV?槲/ƔͧĀѳ@߅ͦՎҘ=Ħዦإ錏'\ ޿ [݁٥˹Њ縅̆ӎy󫗆ϒ଩Ԕז留Ӫ͈ƱǑӻ퇴ػܑЃ뺅⌛ӯA˒aDȯޠē cڈ䀂߹ܷǐ=Ƴ]Āѳ@߅ͦՎҘmĦዦ٣YjѸ҉􌜺؉篈]߹nr٥˹Њ縅̆ӎy󫗆ϒ଩1Ԕז留ˏ*prqqpqrrrqrrlprrrspqrqlqsplrqprpsrrosrpqqnrqooorsnnnqrsrsploorroosrqrsrrrhrsprqqrsjroqsrpsrrqsqrroqporrqsoqpppgiooqrrrsqprqrqqqrrqronoqrqppqqki jjkjhcqsrroqqqmoqoqprrqnsrrrqsoqooorqqrqrsrqrrrorrssoqgrrofkrqmqpjpsolrqqppoqsqqnqqrqq@oqrrqrlqqqrrorqsrpprrqpqlrrqprrorrprnrrrloqrrqnromqnrrrrorrnonsrqrrspporqqqlponpqpossqsqpoqqmqkqpqqoopqrrjqrrpnrrrqqlorprqnrrqpjcjErpmlrsnprpnqsrsqsoroorpqqrqprmrqsqqpkrqjpprpqpspqnpnqrqhrorplrqrqsrqqrrorroqqprrrsomrqpnsqrrqnrqrornrprpqrporrqrnrqrqnnqrqnpqrpqrsrssrqk6שޅόȩ!ݪ贙oRUW㹂񶅿óۆ̀穫ˊ6שޅόȩ$ݪu6uݘIaܚ*ŦɆ飾㺚8_-&FBaAդvޗ▕ͥťΊƃΛ–ӄ߼ڶo͏/$qҀʿˈ㳳ρqyn󶅿óۆ̀穫ˊ6שޅόȩ$ݪu6uݘIaܚNŦɆ飾㺚Ժ浠ӑ撅Xᓪܲеਛޗ▕ͥťΊƃΛ–ӄ߼ʲ]֓3Í)%ℓɍپ֊쒄႐ߑޜЮ׸ǕFʿˈ㳳ρqyn󶅿ó-ۆ̀穫ˊ6rqqssrqrqmopqpsrppnqqrqrrsqnrqrrrsrppqr$qpqqrqpqqsmprqqoprnqhjqqqrpprrqpqrrrqqpnmqrpq8rslpqjrolsrqssqpqmhpqprqmsrqqkqrrrqporlkXknoqrqqrroprosprrprroqporqrrqpqrrrkropqronrrorqphrrrpsqonrrprsjqrpplqssrrqrnropriqrqpssqorqsrqsqrnrpnorrrpppqopqprrsqqqrpoqrqqmppqroqpsroprrrpsrpooprrpnrqrprpqmspqsssokssppqorjp)rrirrqossprpqpsprqpooporqqqrnqrrsrqrlmlkkkk'qprqrlrqrpqqqrqmqnrbqqrplqspsqproq[pqqqorrrprqonopqoopqprsrqqssroqpnoqpqqjqqrqorpsprrqqppqmrnrsonprsr#qqrqrqrsrrropqpnrqsppsrlqqsrOؗد橎ͥ{K$5_dTɩű裬ݪϝؗد橎ͤsևmܿٓȩЙ˾cmn T;pԯɼ핒ʈ曥气͙Ԇ؄ Ź9iY Ka'޸֍䌻򇆇뷄nɊɩű裬ݪϝؗد橎ͤsևmܿٓȩЙ˾4İҕ҂ȇꊥȠMʖ~ȯ<ɽ㉓ʈU曥氕ͿقՆሇyسܹ֘돨ܨϴѓէĨ֍䌻򇆇뷄nɊɩ(ű裬ݪϝBmrqprrrrqpqrppqjqrspssppoqrqrrrrrrqpnqorpnrqrqbqqpppnqoorqsqrqrqpsorqqrrprnopproqrnpqrsmrqqporpnpippfqpqroqrrpqqqqrqpkijkmljqrqrjppsqqqrprsorsspqorrqssprprqskrprqprqpsqprrrqrprpissrlorrpqrsrromrrqrrorrqpsrppqrsrrqUqpqqsrqsoqqrrppjsqrrqspnoqorrqoqmropmpqpoqmsrrsqprrorrprssrqorqrqqqoqpoqsrqprqmlrnqoppqlrqrrpqrrnrroppjNqqqqrqppssnrqrqppqqsppqprrqqqsrnppssqnrrqqqonqrrpqqrrsrsrqsqqppmnroqprVqqsrsjpppoqnnrrlqrsqrrjqrpnroqrrsssprqqqqsrqqrrrrpqpqqrqpssqrqrrppEᆶΨܭߨ;a05E @旇ԃڛOᆶΨܭ~r|1˖Ȋ~ɿ,/|Zl^ZݳڎݕߣbTϘŽAҭS~픅ՕѡļܑĜߗCĔdۄˌԃڛOᆶΨܭ~r|]˖Ȋ;ݵz怒д񲑟ܔ݉fωko_(ט꒚Ϙ6ѭ撶☭䐵ӵ!Гǘ䱍п⏊щ픅BՕѡļܑĜߗCĔdۄˌԃڛOqrorprnorpqqrqorprprprqqrprqprsnqrrrpnmosrrrjjspmrqqqrorqqprrqporrnssroqprqqrkrGrornpoopsqkmnprrrqrrkrrpqrspqkrsroqqqsrrqqnpmmpnpkk[ilkhrpqrphqrpoprrqsrqrpqrppqrqqrqrrrrmsrqn^otrrrnjqprdoqqprrorqrrooqprqrrrpprqrsqoqqqnprronrqqpqppmqrqrrqrrqprpqrpnprqroqqrrrnrhrsqqroojorrqrpqmqronqrrorrrprrqqrqqpprqrprpprqqromdj!ckmmsqrnqrnpqrqqonrpqrorrqsqrqmnqpoonqqppoprrqmmrrropqqlmfrqqnppsorroprrgmoprrsrprprrkjlqqrqmposqsqqsqsqrsqpnrqrrqpqpsqrrmq9Ǣǒ񯟺zE؝[/ɡ/nĐl՛OǢǖjQϳ7ޢ܅ɑÓќY1dfQÈ葖8 ɷm -R q¢qޞȞĿ䳞遂ǘүƅӞƓn֍pothsǢǖjQϳ7ޢ܅ɑÓќܪagMS-чžƜƔුřۗӄܗˆцڸEВOȮxT눜սʹZAݷƅ웁Ɵ膤ވӀ/őɄڿͫ֡q}zԠȞĿ䳞遂ǘүƅӞƓn֍pothsrqrsrppsporqrqqmonpqsrqpqrqlqqqqpqqrrrqqqqlrqpqrsoprqsppqoprrqnqqrsqoqpnrqoqrprqorrqpqpsojqrnnlnp-qpqosrqrspomjnqrqssoqpikfjjenlnkfprprpsqorrporpqqpqqkrtrqrrqqqrnqrpeqsqrqrqpqqqrpqpqnprrqqmrrqpkppspknrrsrqrqqpmrqsrrprrrkjqprqpopspqrrppmpnhqqpnqskkAsornfpsrrqpqlqpqrqssqqrorropspssnqqrsppqrqqqosploplpnejjnlqqlqpppqprsprpqsqqpprsqr4pqqppqrrrpsfqqopqrosqqsrrrrnrrqqnrrrsprq7nmrlrrqqrqqrrprsprsrssrpjqrkhjnqmonrlqqqorm ت\w &}Dٍ,* iWfO e׆:rыǷѻѫֈɰ͜߉̌%ݏքm چ Turvƫ؂ًҴՒމЮڒȚ脾њٴ e׆:rыǷѻѫֈɰ͜߉̌Oݏք,;ϓӄգnjȴߦƜڙړȰ߄n2ۧʒȤ쯩ؾĭߓ塦ǔԵ鰺Ϩ݄ۉŻہo؂ًҴՒމЮڒȚ脾њٴ qrrqqmsrro:rrrqlrrsrrrqqqsmpnpkrqrqshoqljlprppsrrrolrsrppqOnrpsrqoqqqqpqsrrqpprqpmpoqossrpqmrpqrqqmoropporlnqqrrosqorpogfgjkpoqroqoplmqrqsqrpqrrpqosrprpprrrspqrnqpqmqjrsqprprmfrpomfrpqqnrjqqrkpsqnqqmpqrqpnpqiqornmrnqoqssspqqqoqqqrpnpsqpqsrrrnrrnpsrrmqqpqnrrrnqoqrpprpkkhggkkdqrqqqrqqrrprqqrsrpnrsnpsoosqkqqnrpkprrqorprqrrsqoprprsrsrqkrrrqloqrjqrqqrsrqqnqromqqrrrqprqqqqspqqrqpspjprrrqqnossprsr z qƽوޯבޑɯՏ鏤ɖϊĸβΏP9?ҕꢣȆɤй%́ѩӝ엯QϻƽوޯבޑɯՏ鏤ɖϊĸβ΍͝!ݜӄLȋզʮÜԞܸӶmذۦݪѴΎԙ̲¶V뾠ŇQȕ횣Ȇɤй%́ѩӝ엯Qϻhkqkqrpqpkrqsjqprsrpqrrrqprmqqrqopqrpprnpsppporqsrqsooorrprpnrrqrrrpspppqqsprorpqpqsroqqorqqrpqr!spsrqprpqqpqrrrqqrqlrnjjjkkLpqqqnqqssrlrmnqrrqrohsqrsrrqrqrrpqqrpoqorsqprqqqroqrrpqrqporqmqqjqrsoqoropnpqqqqrqpqrssqqonnroqqqrrsprqrloqnqppqsrprrqqqrsqqmmnqqrqrqoqolkhcjnipsqprosqslooVqrrorqoqrqrsqqrqrrpnqqgmorpqprsrqkrqqqprnsrrqqoqroqqrrqspjqpoomrr%qrqqqrqrrpomqoqqpqqqnqsokkqrqrqqmɠۜڴӬۤֆּ×⻼t,c;2bֱͮ‚ɠۜڴӬۤֆּ×Ӽ8(ޕ긓ږƜϾþˆ،˒ٌԲǮ͇ˠ揟ɂ׻ۢ⊓ۦ龼ьֱ߲ͮ1mnrrroppmpprkngqpropnoqrpqqrrgopsqrdoqskrrrpmpqrmqrlrpirsqrqqoqpoipqnrsoprqrrqqqqrqrsppqrpqqrqqlmojprpsrppniogjoqpqqrqqpnrorosqrqsprqrqsrpoqpqqprqpsrrqrqqrqqqmpqqrsrrqqnrnqrormmpqpqprqrrmsrrqrrqrstrqspprqnppqrrqoqsrrqqsqqrpknmkikiZghijkollnpmnrrqssrhqpprmqsqqqoqsqqqprooopqrqrrmqqrrrsqropqqqqssoq9oorqpmsorocqqqlrrsprqsnorspnrsojrkqqrqroWՇȈۤΘţĄތ놊M93 `XeɕᛕڬҌ겘ų֢ۂՇȈۤΘţĄތ놊əOҧ̖Ǿز∠Ӽ*ǛٯdَظʓКҬǾň櫡ӐEÖᛕڬҌ겘ų֢ۂqqmq~sspprnkppssppspqrrqqrpqomrqrsprqqqqoqrrrqqrosssqrnqrqrrrsroslqppopqqprroqlpmpqrqrrqqqr qrrpqpihilioo*ijsrsoqspoqrqsqqqoppqqsrolrdprrpqqrpqpprrpprrrppqrpqlrprorqorqqpqqrlnpnqqonqqrrrrmrqkrqppjokjjhihrooqoppnqsqrorpstnlqqlssorqpsqpqnqqsqrsrrqqrrnqqossrqprqprslrpqlprrsporqqrqqkrqmqporrrrnqpprnoqpmrorqrrsr Ā=鎰ڍ Z> ݲ̜ı Āo鎰ڍGbϸߗюЬقڻgڄї䲦ڄ߇戴ȴУЂ·Ɍ»ǫ爇Ҫְηݲ̜ ıprqoprqqq rrqrrqqqpqoossrrrlqqnqrqrqsrqsopqqrqrqrqoksqpsnspqriorknqrpqnrpqrmtqrssrrrprqkrqppsqrnoproolkiiiqgossrqqqqqnmnqqprpsrqsrqqqrssrqppqrspqpqoojplmqrqrprrqqnprpqrqrqqrqqqrsnrrqlnmqqgaljgi\kjqqqmpporrrsppmqqppqppnorrmqpqproorrrqnlrrqqqrqrlqprsormosoqssppopoqrqmr)ppprprsqrrppqsoqpsnosslrropos,Žȗɛ*ٸЂėugءKA^~eһŇڈכˡ܍Njև,ŽȗɛTٸ|Ёė}͛Ӊóoﶀׂʮ䞕cڧ˕܇ՐŨɼݱ䉀}ǵϙӊ͢ʌѕΉ~Ňڈכˡ܍Njև,hsqpqpprqoprqrqqnqsrorrrproqqrspqlTppqpnqrpqrqprporrqprqorqrphqmorqrpqrjrlrrorrqqotrrorofrrqoqqqppomihkj nooohirTnoqrorrrssqrrooqpqrrsqppqrolrqsqrqpqsprrrnoqmrrqopnirqnijkkQqnrrrmrrrrsqrrqmjrnrqssqrqpsqslqqprrqpprqossqqpsorprlrrpmspqkq(qrpqqpqqorlrqrrqmqrqskqqssr݊S̄և븟왵ՠ۾Ӏյ K8ݍݛ﨓̡̰̄և븟왵ՠ۾ӁȽuދ•ᄣׁᓏޅՄԜޅΓ ~˭։2ҋݍݛ﨓̡̰1rpprssrqqqporssqmqrqrrqqnrrorrrsqrqppqqosqKrrqssrrrhookgqrprrqrqiqqpnpqqkrsoqooolqnrqqrrqlsqornosrphikikkgkopnpppqpomklilkqqjgkokj hilhTkpporrspqrsopqniprrqrrqrrprpoqmorrqqprrpqnqrmkqqnprosrrorrmpqrpkrpppqrqoqpqrrqqlolqqpoqsCׅҮפDZߪLjN@d  /ʌ/ثn؆񡔆ܦׅҮפ3eńۗt7ņ즰ߜٍ˔߰嗴ſ IˢфطƠˆ3/ث؆񡔆ܦqpqpqsqrqrsr7imqpqrrrlprroqssqqoqrppqsqsroqqqsqqsrpmjrpqpq2pjnqprlrrnqqsrrrsnqqpqrpoqpprrqsqqpjklkijj kkkhcllijIkkilpqsqqqssrjkpqqnpqrrqqosrpqrppporoprqropnnqmk/pqrqqrrpjrhpqrrsrrrnnqqoprssnqrospqrpprrg¾ׄ.ğ^aD6H͵Ϭ.؆n{yxƋā¾۶ׄo抔lp👅0͛`G櫝ǡԤޟ׆𺝖޹ȿʅ"ǡL؀滕㠕˔ˑ{|OʊGړmorqmrrrpomrqqqrrrlronrmqrqqrrqorrqkrrooppqnrqqprpqprrrprorrqrrqrrmrqpqqprpqqrrqpqppqqqrosqqlkabb"`klkqprrprqorrnsoqrpLrpoqpppqorrroqsrromqrrqsqofopsmqoqopmorqrqrpqrrqrorqrpoqrqqrprrs8ܞVz¬ =JԞ@.v =l5݁8whܰ{׭ |v1ةڊچˊͳՕ뤰͚qѶيůĒМ䗳݅Ď耫ߨݣ˼߁ũ`rqrrorrsporlqqqpjsorrsrpplsqrprsqrqorpmrqpoqprprqqqorrqrnpnpqqpsnpsqprprqmrqrnrqppprqrqqkpmla"akqnqpqqqsqqrrpnrpoq rqrpmqr=orpooorprnsproqqqqqqpsrprpqpqqrqqoqrspinpqrrqomn(l8>  n M4 > v债ՓٖÊ˩⾒խٲƣ׌l̜ݒԩΙ܋մ疓Ǝ̭ʜב6rsppslqrpqqornprlqmlrssrpqqqrokrmqrrrqqrsrq<losqroprrrqroqmnqrsrqqrphsrmporprqqrpnmjfelgkijpnprrqrnrroroqrrnrrqqqqsrrrqrrpsrrnsqrprqrsroqsqjdmqppopqjjrrgqonpspirqrrqqr h㭳فٓƕדڬũΜڻݐڸށ̌¶Ζ@өβ莰̹hrqrlrqpsoqqqpprpqpqlpqprroororrorqorqqqpplnpqrnrqqposrqmqpqpqprroqnqppmqpnrqqqqqorrprrohjjgk,pnqrrroornsspqrqronsrpprrqsqmnpprrrrhjqspqemqlpopqrpnsqlrqosrqqbDžƽΌڎݧӍօ屁Ȟܱ$ܰ֊̕Ä1ŋߎܙbornppppsrqqsqrsprqorrsmqpprrqqoqqqpqoprproqqpsqpqsrpqpqqrrronorssoqqnomolkoqrqprorporrqpqpq nspqrqrqrmq-qoioqsrqkmprsrrrrpoooqqrrssqqqAƛ֜䤞[ˢɩƱҥקApqlnsrsqrormrrirqqosrqpnqrprqpqrqqppqrqqoqnsrrrqrrpmprnrmnonie[fljqpqssprnrrssrlpqqprqpmpqnqlrrnrrrppqprqqpqqqrsrqrqsoqrqqrqqqror\瞚¡η㲨ŵέםՄM׊׀čŴ񜃓\kqonrrplprrpqrjpqpqoqrqqosrprpoqorpqqrqqqqpqsqpsrkqirqrorjppjjiigiMnkqpqqqospsrpqqpqonrsrlqqnqrprprrrqlokpqpqqroprqprrpsspqpsqqorq3רȄښғˊ3ۚݧǞ߇Óҩ3qqnssqoqrqprnsqqnrrrsqpsrrrpsoqrrnrppprqsrpprqrsornlkkik3lopqnqorrrpsqqrqnqqoqnorqqsqspoqorpppsqnrrqrqqpqrqqJ߫ӣר隖פٖЬB숱ЉǐJrrsqqookqrrsrrrpsssrqpqmqsrrpqnqpnqrrroqlsqorlqqgkghBllmqqororpnrosqoqqprppplqqrprqrqqprr)ڿЏ└ ȗ夅:Ϧۉ)rrooorprprrqrnrrrqrqrpmsqrrqpr lkpqpqnpll:kkjjgpnmprqroprorpssprrqrqonrqmnnqrprr„ۖ ۅƄqjqjoolllrmprrpokgkqpog kllj jifioopnjqrrqpppoqqkp)᪆)hjfjjdgkkj_cfijjjiikjjkkciҩۺûӽ˹¬ǵ亾ĭΰФϯæ̜׹űּǶͱˬ֚β⿸ģöʵϭ۶ج̸ծɺʹΩꬴȽ°ɵʴ꺫·ѠְҸ˶ٯүȀŚͺñϹԎԼҲªʢͮУȟħԱͯϽ幯ҷȫİڶ⬱թˀɣ¦ƪذ±ϰٹŤǶƿӫʬҗʺïƫ۽˿꨿ױºʝĶɻ̱®ƀ¼Ĺ籸Һƴ˪ǫŝȾîݻ´Ѱɤļκʩڻ窲״Χĥ㬢¼Ƭ淨ֺĴׯкЯΫٯƸ̻֯۰ѰԦŚðзʘתӺƸљʱӖۤŶƴۿͣȟ׼ɼŻѸ̻Ѳº‘ϓѲαdz早ԺĻثùТ§ͬðǼ޻ḰNӲƲﱕ⤻ӹլȸ˯ϯǫԽҪȡ̭ٺȚ׹ڀ奯ॐŢ˵xⱫ²ī¹شϿȢŞǦķ߶ƷжǷʭϿƫƩȖĪݸ­£ڽ̯ΨƫͨӿעĮ՟Ĺ­մĸƗϩϯݔ¾ȧʨÀ¯ĺŵōɳʤʳɝҽæѳʩ÷ɶֳűЬwϣ˧ָŀ۽㰹Ϋ©ԲïԿȞٳàĴٶᠳϬ­€ܬƸݼáſӴζĤؾ湡һڧ˧ʴक़ֶÿ׳~۰׬ʭùɦ÷éɥѩɬ÷Уĸëɝƻɰ‘ЩƯʓïӷȎӞٿѹȜ–̵Ƽ㡾ǷǴŭŒͰƨ𼽬䑟ɯ̸µԾХǺ;ɸ窿˾۱Դ峥ΨƼߦСΰȧzǢƨƬ̭œΰ̀ݖࢪٟïuֱ䤻ĻϺկʹ|µܴ²ƵóɬǵƩοĈƾڶ԰ʭƣīĞʼϖҝӭȣĽƪ֎νš£ȺȸòݼǰȘʶŮIJϯַˬpʝĠմÀݾҵ۬ħĻбιջ›ѯ߿ֳߜŪ⾰㣿¾軦ؙѨ༲عлٿв̲ĤԿ̻۵ϴǼӠţúĶԡͰϰ{ܻթҫǩ߻Ͼǡ閔۾Šɣȫĝ÷Ĝz̾Ŧ‘ʢζȋНյ˷ȝʽDzԽݙô㸽߈ǯɶ϶ȡų̿ɺij穻ƼԮѳܰơøޢЙɨƥ{ļéȭxxxyxwxxwxwxxxexamples/julia.sc0000644000175000017500000000201111301357557013354 0ustar user03user03image { resolution 512 512 aa 0 2 filter gaussian } trace-depths { diff 1 refl 0 refr 0 } % |persp|perspShape camera { type pinhole eye -5 0 0 target 0 0 0 up 0 1 0 fov 58 aspect 1 } % background { color { "sRGB nonlinear" 0.5 0.5 0.5 } } gi { type path samples 16 } shader { name simple1 type diffuse diff { "sRGB nonlinear" 0.5 0.5 0.5 } } light { type spherical color { "sRGB nonlinear" 1 1 .6 } radiance 60 center -5 7 5 radius 2 samples 8 } light { type spherical color { "sRGB nonlinear" .6 .6 1 } radiance 20 center -15 -17 -15 radius 5 samples 8 } object { shader simple1 transform { scaleu 2 rotatey 45 rotatex -55 } type julia name left ## q is the main julia set parameter - it defines its shape % q -0.2 0.4 -0.4 -0.4 % q -1 0.4 0 0 % q -0.08 0.0 -0.83 -0.025 q -0.125 -0.256 0.847 0.0895 ## iterations/epsilon affect the speed and accuracy of the calculation ## comment these lines out for very high quality defaults iterations 8 epsilon 0.001 } examples/bunny_ibl.sc0000644000175000017500001573006711301357557014262 0ustar user03user03image { resolution 640 480 aa 0 1 filter mitchell } camera { type pinhole eye -10.5945 -30.0581 10.967 target 0.0554193 0.00521195 5.38209 up 0 0 1 fov 60 aspect 1.333333 } light { type ibl image sky_small.hdr center 0 -1 0 up 0 0 1 lock true samples 200 } shader { name default-shader type diffuse diff 0.25 0.25 0.25 } object { shader default-shader type mesh name polySurfac 32368 64524 v -2.26733 0.500377 9.61796 0.196149 0.124835 0.972595 0 0 v -2.9623 0.757347 9.71266 0.210785 0.226187 0.951004 0 0 v -5.28531 -2.77168 11.9484 0.052962 -0.594139 0.802617 0 0 v 1.2869 -1.37416 9.83896 -0.0530252 -0.234888 0.970575 0 0 v -0.995144 0.323617 9.41607 -0.199891 0.0910909 0.975575 0 0 v -2.19645 0.768287 9.56886 0.277002 0.154876 0.948305 0 0 v -1.03519 -2.71982 8.08076 -0.388669 -0.659849 0.643067 0 0 v -0.937424 -2.78684 8.08757 -0.453631 -0.635446 0.624842 0 0 v 4.25595 -1.17423 8.97997 0.598851 -0.141793 0.788208 0 0 v -4.77397 2.70656 12.6659 0.872 -0.281303 0.400605 0 0 v 5.52377 -1.26899 7.24416 0.917609 -0.164946 0.361643 0 0 v 6.03096 -0.168193 6.14364 0.977457 -0.0460805 0.206045 0 0 v -1.73401 1.18685 14.2471 0.546873 -0.817866 0.178953 0 0 v -5.7338 -4.34235 9.42617 0.116333 -0.957324 0.26457 0 0 v 5.51829 0.131337 7.52496 0.854908 0.0131058 0.518615 0 0 v 5.23221 1.92911 6.79569 0.777765 0.598359 0.192478 0 0 v -7.54404 -1.26908 10.8869 -0.89806 -0.363119 -0.24826 0 0 v -6.91853 -1.48818 7.72436 -0.901193 -0.36439 -0.234672 0 0 v -5.37145 -0.529204 12.4498 0.0218705 0.0540187 0.9983 0 0 v -6.93218 -1.75059 12.0524 -0.413676 -0.291308 0.862561 0 0 v 2.05236 -2.23137 9.40166 0.0131092 -0.600317 0.799655 0 0 v 2.40885 -2.35968 9.26326 0.14807 -0.636347 0.757059 0 0 v -1.6385 0.560347 9.40176 0.329978 0.151307 0.931784 0 0 v -3.45176 -0.291103 10.9912 0.958783 -0.169199 0.22827 0 0 v -6.33261 -4.11669 10.4091 -0.152853 -0.851213 0.502069 0 0 v 1.08976 -1.88557 9.62746 -0.127358 -0.467422 0.874812 0 0 v -3.03225 -1.56424 9.16707 0.63989 -0.646312 0.415719 0 0 v -0.838214 -2.85194 8.09196 -0.390652 -0.70535 0.5915 0 0 v -6.38639 2.00747 6.18011 -0.730077 0.68192 0.0444099 0 0 v 3.87306 -1.31636 9.24516 0.539194 -0.21302 0.814796 0 0 v -7.50563 0.419297 9.09036 -0.882645 0.468982 0.0315324 0 0 v 5.55306 1.23068 6.95927 0.834305 0.376033 0.403155 0 0 v -7.08202 0.925007 8.52836 -0.654247 0.620032 -0.433037 0 0 v -3.47489 -0.392044 10.9921 0.943631 -0.201042 0.262949 0 0 v -1.73454 1.39123 14.5345 -0.189834 -0.642278 0.742591 0 0 v -6.2339 -3.22121 11.5268 -0.256264 -0.628663 0.734242 0 0 v 3.91876 -1.19038 9.24397 0.560397 -0.165751 0.811469 0 0 v -0.736414 -2.90001 8.09206 -0.288257 -0.768566 0.571152 0 0 v -0.504544 3.22593 14.5378 -0.578186 0.814595 -0.0462192 0 0 v -2.30348 2.22607 13.6408 -0.536723 0.827235 0.166163 0 0 v -0.634294 -2.93353 8.09046 -0.206191 -0.807145 0.553175 0 0 v -1.5217 0.225266 9.40187 0.237405 0.0795262 0.96815 0 0 v 2.55785 -1.83684 9.60877 0.173757 -0.500032 0.848396 0 0 v -3.12107 -0.654694 10.1298 0.854071 -0.0725986 0.515066 0 0 v -1.11515 0.367876 9.39116 -0.160316 0.11178 0.980716 0 0 v 3.26231 -2.09517 9.10557 0.192093 -0.59292 0.782014 0 0 v 3.35675 -2.12802 9.07636 0.0879495 -0.56928 0.817426 0 0 v 3.17946 -2.06532 9.15416 0.376743 -0.569139 0.730853 0 0 v 4.8922 -1.84145 7.99286 0.726675 -0.491731 0.479734 0 0 v 4.72048 -1.77622 8.28897 0.717662 -0.400532 0.56968 0 0 v -2.5348 0.593816 13.4978 0.224429 -0.921906 0.315787 0 0 v -7.39822 0.524716 9.77427 -0.859492 0.509793 -0.0371967 0 0 v -3.85983 -1.69231 11.1374 0.918746 -0.331505 0.214498 0 0 v 5.77944 -0.168183 6.97276 0.915717 -0.0580712 0.397607 0 0 v -3.99196 -0.724094 12.2466 0.532067 -0.0927883 0.841603 0 0 v -0.953574 1.35601 12.4811 0.42953 -0.198114 -0.881053 0 0 v -5.33532 -3.18062 11.5241 0.318747 -0.747749 0.58247 0 0 v -5.63779 -3.6954 10.9651 0.288715 -0.826122 0.483907 0 0 v -5.48781 -1.05782 3.13871 -0.5004 -0.380267 -0.777815 0 0 v -7.52819 0.418187 8.82056 -0.922452 0.379005 0.0737364 0 0 v -6.03374 -4.35618 9.56806 0.154084 -0.987548 -0.0317307 0 0 v -2.53647 0.568566 13.349 0.467744 -0.882685 0.0456325 0 0 v -4.93333 2.79763 12.9778 0.762673 -0.335802 0.552781 0 0 v -1.91551 0.665116 9.48937 0.341935 0.190365 0.92024 0 0 v -3.08828 -0.520114 10.0997 0.857835 -0.0527756 0.511209 0 0 v -5.3119 0.466866 12.3462 0.170988 0.0589308 0.983509 0 0 v -7.69857 -2.88317 8.43626 -0.875882 -0.0753537 -0.476605 0 0 v 2.14566 -2.26429 9.37486 0.0530045 -0.605844 0.793816 0 0 v 2.2331 -2.29675 9.33786 0.0847019 -0.617794 0.781765 0 0 v -1.72769 0.592427 9.43486 0.370147 0.197011 0.907843 0 0 v -4.8201 -0.290684 12.4148 0.0100313 0.0918441 0.995723 0 0 v 4.60052 -1.73138 8.46716 0.691438 -0.396097 0.604169 0 0 v 5.48056 1.62541 6.5267 0.803945 0.558552 0.204186 0 0 v -5.63673 2.62164 13.3341 0.00812816 -0.451826 0.892069 0 0 v -5.74079 2.65226 13.3413 -0.220315 -0.432488 0.874309 0 0 v 0.766326 -2.57546 9.06447 -0.126583 -0.73286 0.668501 0 0 v 4.40663 -3.42243 6.11595 0.539173 -0.820883 0.188267 0 0 v 0.165506 2.13005 13.1867 0.762849 -0.646254 0.0204309 0 0 v -2.83394 0.556286 13.4955 0.0368152 -0.841453 0.539074 0 0 v -1.5091 0.657507 9.34927 0.199534 0.204224 0.958373 0 0 v -2.75744 0.859896 13.8049 -0.303852 -0.52244 0.7967 0 0 v -0.535274 -2.94958 8.09356 -0.216703 -0.816029 0.535851 0 0 v -7.53767 -1.17322 10.3357 -0.938603 -0.186011 0.29056 0 0 v -6.1342 -4.37373 9.56816 0.134583 -0.986372 -0.0946409 0 0 v -0.433484 -2.98148 8.09146 -0.206283 -0.832737 0.513805 0 0 v -7.13338 0.407487 7.17987 -0.933923 0.31117 0.175956 0 0 v -3.49075 -0.491774 10.9913 0.949114 -0.162568 0.269729 0 0 v 4.74239 -2.68062 7.03626 0.554378 -0.725768 0.40734 0 0 v -1.93377 1.02575 13.9486 0.704269 -0.705373 -0.0803436 0 0 v -6.13247 -3.76932 10.9639 -0.0432598 -0.814178 0.579002 0 0 v -6.13187 -3.26591 11.5208 -0.182541 -0.653459 0.734622 0 0 v -2.43198 0.887716 13.935 -0.173497 -0.667055 0.724525 0 0 v -6.99646 0.411567 7.71666 -0.913695 0.391 0.110813 0 0 v 6.04461 -1.06846 5.44187 0.991929 -0.0855035 0.0936326 0 0 v 3.23812 -1.22476 9.55597 0.469372 -0.224319 0.854032 0 0 v 1.46391 -3.7354 0.686335 0.237577 -0.970011 0.0513378 0 0 v 1.56554 -3.71578 0.683395 0.206338 -0.978044 0.0292161 0 0 v 1.66417 -3.6954 0.682415 0.222569 -0.974786 0.0159789 0 0 v -0.0606838 0.562096 9.62296 -0.256248 0.192673 0.947214 0 0 v -5.73635 -3.72191 10.9661 0.222083 -0.829999 0.511645 0 0 v -3.53427 -0.0713036 12.4652 0.25186 -0.880832 0.400877 0 0 v -7.55874 -1.07314 10.3347 -0.954284 -0.1337 0.267331 0 0 v -6.03398 -3.77187 10.9663 0.0255028 -0.820571 0.570975 0 0 v -2.03575 1.74421 14.4966 -0.535907 0.0129835 0.844177 0 0 v 5.58229 0.431557 7.38767 0.863683 0.0970726 0.4946 0 0 v -7.68795 -2.37747 9.51827 -0.981187 -0.0304065 0.19065 0 0 v 5.26484 1.92509 6.65459 0.785677 0.609564 0.105565 0 0 v 5.56478 1.43056 6.67667 0.841957 0.474015 0.257717 0 0 v 4.58116 -2.79993 7.03346 0.591755 -0.636361 0.494845 0 0 v -1.53769 1.5132 14.6895 -0.0497645 -0.659874 0.749727 0 0 v -1.32586 1.54271 14.6993 0.357177 -0.846118 0.395612 0 0 v -5.63368 -4.40438 9.00416 0.130341 -0.990801 0.0364065 0 0 v -5.73477 -3.29079 11.5221 0.10648 -0.71698 0.688913 0 0 v -4.58442 -3.04171 9.79606 0.411525 -0.785356 0.462453 0 0 v -1.6152 0.259346 9.42577 0.316717 0.0902056 0.944221 0 0 v -5.49142 0.240536 12.3882 0.0701063 0.0689372 0.995155 0 0 v 2.73134 -2.33545 9.17836 0.187393 -0.683464 0.705522 0 0 v 0.582466 -1.8496 9.55186 -0.256783 -0.490842 0.832549 0 0 v -5.66225 -2.03304 12.2925 -0.0975729 -0.318805 0.942785 0 0 v 3.44593 -2.30335 8.92696 0.212676 -0.640479 0.73794 0 0 v -2.73595 1.27993 14.011 -0.531122 -0.143464 0.835062 0 0 v -2.90612 1.33928 13.9055 -0.610207 -0.0219984 0.791936 0 0 v -4.23053 -3.72039 0.823515 -0.262754 -0.929103 0.260245 0 0 v -4.13347 -3.73983 0.826605 -0.132549 -0.963098 0.234249 0 0 v -4.03309 -3.74927 0.827225 -0.0413529 -0.970932 0.235757 0 0 v -3.93428 -3.74873 0.827285 0.0415223 -0.976774 0.21021 0 0 v -0.334864 -2.99921 8.09537 -0.122372 -0.857005 0.500568 0 0 v -3.53401 0.00426641 12.6105 0.164072 -0.865886 0.47257 0 0 v -6.03294 -3.28038 11.5235 -0.103631 -0.66788 0.737019 0 0 v 0.143246 2.13107 13.039 0.844905 -0.46651 -0.261732 0 0 v -5.84049 2.44763 13.196 -0.399773 -0.433067 0.807858 0 0 v 5.38242 -1.3686 7.51826 0.872277 -0.190413 0.450418 0 0 v 5.73526 1.42768 6.11945 0.898687 0.313731 0.306487 0 0 v -3.03432 0.392576 13.1989 0.0579063 -0.907456 0.416137 0 0 v -2.83668 0.423566 13.1986 0.257127 -0.925039 0.27962 0 0 v -2.73302 -3.39145 0.790475 0.314321 -0.924314 0.21644 0 0 v -2.63493 -3.35809 0.786505 0.353135 -0.920665 0.16635 0 0 v -5.52097 3.01502 13.502 0.264691 -0.417123 0.869452 0 0 v -1.02596 -3.95329 5.87526 -0.716373 -0.540592 0.441101 0 0 v -2.00494 0.697177 9.52267 0.357528 0.129583 0.924868 0 0 v -7.21183 0.228556 10.7367 -0.898463 0.228197 0.375086 0 0 v -2.08453 2.13744 14.232 -0.588328 0.641791 0.491909 0 0 v -7.40076 -0.196483 6.11343 -0.962793 0.205373 0.175647 0 0 v -1.82286 0.630537 9.46136 0.379545 0.210698 0.900862 0 0 v 3.44359 -2.16116 9.04047 0.16837 -0.582614 0.795118 0 0 v -4.94509 2.07961 12.578 0.762774 -0.314456 0.565061 0 0 v -4.89469 2.06055 12.4601 0.835972 -0.327166 0.440583 0 0 v -4.84351 2.04186 12.349 0.846536 -0.332408 0.41579 0 0 v -5.58102 1.70277 10.6688 -0.226045 0.972477 0.0565018 0 0 v -5.53909 -3.65699 10.964 0.377183 -0.811529 0.446266 0 0 v -6.04154 2.96333 13.3405 -0.572434 -0.347241 0.742794 0 0 v -6.15552 3.24205 13.3487 -0.745312 -0.320106 0.584843 0 0 v 4.47761 -1.82847 8.52457 0.615964 -0.477682 0.626425 0 0 v 4.54108 -1.9955 8.32417 0.642397 -0.480385 0.597124 0 0 v 5.57535 -1.46952 6.96437 0.910056 -0.285089 0.30087 0 0 v -0.233894 -3.00894 8.09406 -0.15287 -0.844078 0.513968 0 0 v -5.83396 -3.29429 11.5254 0.0212031 -0.709289 0.704599 0 0 v -5.83089 -4.24634 8.42097 -0.0396468 -0.880066 -0.473193 0 0 v 2.86489 -2.85209 8.22556 0.133192 -0.858929 0.49447 0 0 v 2.76449 -2.87672 8.22676 0.222305 -0.881299 0.417005 0 0 v -6.74735 -1.89216 7.84986 -0.654601 -0.423603 -0.626146 0 0 v -6.23346 -4.12808 10.4089 -0.0472085 -0.869581 0.491529 0 0 v -0.133384 -3.03244 8.09437 -0.231442 -0.817479 0.527411 0 0 v -2.03434 0.930406 13.947 0.515511 -0.839393 0.172243 0 0 v -2.12989 0.883576 13.9477 0.184386 -0.868856 0.459446 0 0 v -2.23494 0.866046 13.9448 0.0707819 -0.825336 0.560187 0 0 v -2.33432 0.871116 13.9402 -0.035189 -0.767089 0.640575 0 0 v -4.67531 1.97542 8.63267 -0.323417 0.785409 0.527764 0 0 v -5.58146 5.74903 13.4849 -0.898055 0.360557 -0.251984 0 0 v -7.63096 -1.46716 11.437 -0.982563 -0.162414 0.0905082 0 0 v 0.0666961 -3.09556 8.09766 -0.230001 -0.821198 0.522239 0 0 v 0.166996 -3.1194 8.09807 -0.191116 -0.841695 0.504999 0 0 v 0.265736 -3.13715 8.10176 -0.214525 -0.845582 0.488845 0 0 v -0.635314 -2.82161 8.22826 -0.258715 -0.754807 0.602771 0 0 v -7.51567 0.419427 9.50067 -0.824073 0.552333 0.125827 0 0 v 2.56479 -2.92968 8.23046 0.28983 -0.902388 0.318895 0 0 v 4.27967 -1.89644 8.64577 0.513063 -0.526435 0.677962 0 0 v 4.6138 2.40113 7.07237 0.582778 0.755698 0.298815 0 0 v 5.76473 0.430577 6.97116 0.93635 0.0584219 0.346173 0 0 v 1.56542 -3.19406 8.24357 0.137871 -0.880085 0.454359 0 0 v -5.23611 -3.14243 11.5231 0.421744 -0.74977 0.509879 0 0 v 5.75622 0.531217 6.97226 0.948233 0.0908372 0.304307 0 0 v 5.57059 1.32721 6.81595 0.845323 0.419688 0.330591 0 0 v -5.73332 -4.29519 9.56697 0.194449 -0.931583 0.307153 0 0 v -2.64422 0.818686 13.8174 -0.219519 -0.626011 0.748279 0 0 v 1.94801 -0.180643 9.99927 0.0246028 0.0214313 0.999468 0 0 v -4.83538 -2.67088 11.9392 0.229697 -0.761361 0.606274 0 0 v 4.97474 -1.30167 8.20966 0.819722 -0.158736 0.550326 0 0 v 3.64715 -3.16426 0.762955 0.70472 -0.599982 -0.37867 0 0 v 3.26861 -3.88335 6.09236 0.60706 -0.767274 0.206807 0 0 v 2.21763 -0.706504 9.97037 0.105602 -0.0949763 0.989863 0 0 v 0.367676 -3.16723 8.09927 -0.191777 -0.86053 0.471921 0 0 v 5.64491 -1.16816 6.96637 0.913031 -0.166858 0.3722 0 0 v -6.3642 1.26828 8.15767 -0.55249 0.735747 -0.391704 0 0 v -6.28118 1.4733 10.3652 -0.439797 0.882206 0.168198 0 0 v 2.12876 3.03697 7.41247 0.0620615 0.955577 0.288135 0 0 v 2.62763 -1.28583 9.79747 0.262986 -0.251848 0.931349 0 0 v 1.31392 -0.806033 9.93646 -0.0988851 -0.116182 0.988293 0 0 v -2.11957 -0.882173 9.49627 0.213139 -0.255544 0.94301 0 0 v -0.0921139 -0.295524 9.69717 -0.259261 0.0356485 0.965149 0 0 v 2.4694 -1.803 9.64256 0.161263 -0.483702 0.860248 0 0 v -0.697524 -1.69327 9.12356 -0.319283 -0.335491 0.886287 0 0 v -4.69038 0.0987964 12.3851 -0.101529 0.101092 0.989683 0 0 v -3.16828 -1.07917 10.1099 0.829255 -0.203977 0.520318 0 0 v -2.58703 1.23009 14.0811 -0.428316 -0.342689 0.836128 0 0 v -2.3403 1.13881 14.1424 -0.316179 -0.491902 0.811211 0 0 v 0.104826 0.211187 9.71616 -0.233366 0.0925653 0.967973 0 0 v -4.13178 -3.69457 0.960665 -0.182036 -0.900099 0.395835 0 0 v -4.03334 -3.70369 0.963765 -0.0584069 -0.921187 0.384713 0 0 v -3.93192 -3.7093 0.957105 0.0602379 -0.932834 0.355236 0 0 v -3.83399 -3.69097 0.963145 0.167714 -0.915979 0.364492 0 0 v -3.7448 -3.66181 0.969465 0.218141 -0.913234 0.34412 0 0 v -2.63784 0.503106 13.2001 0.483024 -0.873437 0.0616125 0 0 v -7.47203 -1.57383 10.3387 -0.864495 -0.16914 0.473328 0 0 v 0.653206 2.08077 9.02776 -0.179965 0.683374 0.70754 0 0 v -3.23563 -3.49528 0.941455 0.219532 -0.933227 0.284416 0 0 v -3.13373 -3.47677 0.940995 0.180439 -0.941943 0.283169 0 0 v -3.03288 -3.45639 0.939714 0.247233 -0.939109 0.238642 0 0 v -2.73292 -3.36583 0.929495 0.276901 -0.9397 0.200723 0 0 v -2.63381 -3.33734 0.926465 0.35467 -0.917329 0.180875 0 0 v -4.99387 2.81982 13.0682 0.736008 -0.331357 0.590335 0 0 v -1.84902 -0.981373 9.39777 0.202052 -0.347342 0.915712 0 0 v -6.54704 -2.49044 11.9032 -0.376228 -0.457189 0.805873 0 0 v -4.994 0.351616 12.3352 0.0369044 0.14406 0.988881 0 0 v 1.30153 -1.9665 9.59666 0.0391171 -0.502204 0.863864 0 0 v -7.45919 -0.595763 6.11844 -0.995745 -0.0189535 0.0901783 0 0 v 3.6024 -2.21989 8.93637 0.37085 -0.599845 0.708983 0 0 v 3.52602 -2.19176 8.99376 0.292598 -0.587955 0.754119 0 0 v -5.01059 2.10372 12.6579 0.697274 -0.330115 0.636265 0 0 v -1.67784 0.867787 9.34646 0.424906 0.19899 0.883095 0 0 v -1.76871 0.903857 9.37947 0.406486 0.229385 0.884394 0 0 v -1.85695 0.935887 9.41426 0.407913 0.214516 0.887462 0 0 v -1.94942 0.971126 9.44367 0.358833 0.244078 0.900924 0 0 v -2.04318 1.0055 9.46936 0.35288 0.247982 0.902209 0 0 v -6.87191 0.908227 7.43576 -0.826936 0.436863 0.354016 0 0 v -0.134014 -2.94571 8.23256 -0.202758 -0.821521 0.532909 0 0 v 5.73925 -0.569083 6.97456 0.903967 -0.14787 0.401221 0 0 v 5.45896 -1.76885 6.95636 0.876719 -0.400424 0.266503 0 0 v 5.53912 -1.57033 6.96256 0.898837 -0.336146 0.281244 0 0 v 5.47357 -0.768993 7.52516 0.890559 -0.0858032 0.446701 0 0 v -3.73425 0.0012864 12.6132 -0.0724549 -0.759127 0.646897 0 0 v -3.43332 0.0260864 12.6115 0.168572 -0.886513 0.430904 0 0 v -3.3344 0.0433364 12.6094 0.232483 -0.898044 0.373455 0 0 v -2.23339 1.00552 14.0893 -0.161735 -0.68533 0.710045 0 0 v 5.69392 -0.867793 6.96856 0.906986 -0.144081 0.395749 0 0 v 5.99825 -1.26849 5.57855 0.966501 -0.221761 0.129224 0 0 v -1.49289 1.5375 14.7259 -0.194729 -0.620542 0.759611 0 0 v -0.841914 1.28758 12.6001 0.523224 -0.542748 -0.657009 0 0 v 3.86199 -1.74072 9.07996 0.494594 -0.385321 0.779041 0 0 v 0.736576 -0.308423 9.87627 -0.164378 0.0221084 0.98615 0 0 v 5.60164 -1.36979 6.96627 0.914298 -0.234662 0.33014 0 0 v 5.33977 -1.15807 7.66667 0.856103 -0.164928 0.489783 0 0 v -1.23463 -2.42811 8.35006 -0.022261 -0.731032 0.68198 0 0 v -1.0364 -2.44366 8.35336 -0.361308 -0.696326 0.620151 0 0 v -0.636164 -2.70865 8.36557 -0.336382 -0.735116 0.588601 0 0 v -0.534414 -2.75515 8.36516 -0.292321 -0.775633 0.559412 0 0 v -6.0343 -4.20454 8.39546 -0.277034 -0.813046 -0.512062 0 0 v 1.46324 -3.73106 0.967265 0.251085 -0.96086 0.117063 0 0 v 1.56438 -3.71001 0.965164 0.207859 -0.972163 0.108134 0 0 v 1.66369 -3.69174 0.963925 0.195179 -0.969985 0.145033 0 0 v 1.76396 -3.66823 0.961405 0.193778 -0.976203 0.0973569 0 0 v 1.86445 -3.65416 0.960415 0.158506 -0.982441 0.0984196 0 0 v 1.96582 -3.6386 0.957685 0.138813 -0.986297 0.0891536 0 0 v 2.06524 -3.62251 0.956555 0.124835 -0.989707 0.0699707 0 0 v 2.26424 -3.59974 0.954165 0.142681 -0.987178 0.0715681 0 0 v 2.3651 -3.58374 0.952425 0.126498 -0.989579 0.0687896 0 0 v -3.53414 0.0959064 12.7562 0.00346219 -0.820928 0.571022 0 0 v -3.33273 0.115016 12.7597 0.14284 -0.873708 0.465006 0 0 v -3.1336 0.168326 12.7573 0.398704 -0.863662 0.30842 0 0 v 0.566826 -3.20717 8.10266 -0.127148 -0.881034 0.455646 0 0 v 0.666256 -3.21011 8.10426 -0.0168431 -0.893978 0.447795 0 0 v -6.03458 -4.3015 9.99086 0.230969 -0.929386 0.287916 0 0 v 4.21299 -1.3005 8.98447 0.58406 -0.192406 0.788577 0 0 v -4.57705 -1.24664 12.4089 0.192111 -0.100076 0.976257 0 0 v -0.234794 -2.92358 8.23356 -0.119203 -0.845399 0.520664 0 0 v 4.54602 -1.28274 8.71257 0.699767 -0.153087 0.697775 0 0 v 5.31854 1.12758 7.36647 0.819076 0.356644 0.449354 0 0 v -6.72507 1.11815 10.4449 -0.662045 0.68522 0.303596 0 0 v 5.3174 1.73448 6.94676 0.804707 0.502631 0.315926 0 0 v 0.766256 -3.20743 8.10277 0.0425886 -0.887912 0.458038 0 0 v -2.13485 0.849716 13.7971 0.57586 -0.815793 0.0535496 0 0 v -6.03411 -4.36497 9.14286 -0.258535 -0.964908 0.0459524 0 0 v 5.06089 1.64297 7.49927 0.773968 0.366247 0.516563 0 0 v -5.63375 -4.3305 9.42587 0.174181 -0.932151 0.317421 0 0 v 5.66028 -1.06845 6.96827 0.913167 -0.152439 0.378006 0 0 v -5.56951 2.54082 6.19405 -0.346734 0.934744 0.0776435 0 0 v -5.46762 2.57489 6.19625 -0.218428 0.974006 0.0600167 0 0 v -5.86545 2.41599 6.18353 -0.399684 0.911475 0.0972914 0 0 v -5.66586 2.50598 6.19041 -0.389798 0.915796 0.0968234 0 0 v -5.76676 2.45692 6.18703 -0.415578 0.904127 0.0992428 0 0 v -1.22835 1.66358 14.8544 0.40406 -0.797092 0.448754 0 0 v -1.02746 1.81842 14.8454 0.69917 -0.71281 -0.0553488 0 0 v 2.53965 -1.25289 9.83296 0.230133 -0.230687 0.945422 0 0 v -4.45856 0.306756 12.4574 -0.549998 -0.0690068 0.83231 0 0 v -4.73027 0.401606 12.3311 -0.205157 0.160752 0.965437 0 0 v -5.34945 0.334886 12.3649 0.124973 0.0992833 0.98718 0 0 v -2.03147 -0.913863 9.45817 0.210814 -0.294424 0.932133 0 0 v -0.840664 -0.0237735 9.48606 -0.254925 0.0715132 0.964313 0 0 v -5.76946 -3.06534 11.7198 -0.0154809 -0.612777 0.790104 0 0 v -5.67811 2.20483 13.122 -0.130973 -0.451422 0.882646 0 0 v -5.45848 -2.10383 12.2692 -0.0406847 -0.335063 0.941317 0 0 v -6.20535 -2.73763 6.36705 -0.721503 -0.678452 0.138333 0 0 v -2.45884 1.18257 14.1192 -0.370159 -0.420034 0.828586 0 0 v -4.13318 -3.62348 1.09536 -0.201585 -0.83565 0.510933 0 0 v -4.03385 -3.6367 1.09688 -0.073609 -0.871084 0.485586 0 0 v -3.93409 -3.63778 1.09771 0.0134384 -0.877652 0.479111 0 0 v -3.83423 -3.63785 1.09788 0.120796 -0.879831 0.459681 0 0 v -3.73631 -3.6181 1.09328 0.236172 -0.859161 0.453944 0 0 v 5.42335 1.62965 6.80837 0.862237 0.465113 0.200544 0 0 v -7.24228 0.623076 10.3201 -0.733554 0.57514 0.362095 0 0 v -3.33422 -3.4746 1.08173 0.284029 -0.878994 0.383011 0 0 v -3.23445 -3.44808 1.07864 0.200701 -0.89871 0.389922 0 0 v -3.13497 -3.43257 1.07628 0.132504 -0.917886 0.37407 0 0 v -3.03428 -3.42341 1.07652 0.146789 -0.920359 0.36248 0 0 v -2.93515 -3.39645 1.07388 0.283722 -0.916262 0.282783 0 0 v -2.73341 -3.32632 1.06723 0.271427 -0.903676 0.331206 0 0 v -2.63401 -3.31149 1.06541 0.254431 -0.922928 0.288909 0 0 v -2.53266 -3.25153 1.05965 0.40654 -0.894767 0.184706 0 0 v -2.43343 -3.21502 1.05391 0.00729639 -0.978628 0.20551 0 0 v -5.42094 2.25697 13.11 0.361212 -0.453872 0.814571 0 0 v -5.34407 2.22818 13.0523 0.467372 -0.452526 0.759463 0 0 v -5.27204 2.20146 12.984 0.570137 -0.423996 0.703684 0 0 v -5.20649 2.17709 12.904 0.645148 -0.413269 0.642646 0 0 v -5.13967 2.15207 12.8253 0.668627 -0.377444 0.640682 0 0 v -5.07622 2.12812 12.7382 0.676119 -0.36002 0.642844 0 0 v -1.59338 0.839257 9.30836 0.303809 0.238389 0.922426 0 0 v -1.52606 -4.224 0.429725 -0.415354 -0.629362 -0.656798 0 0 v -1.33592 -4.18379 1.15756 -0.320233 -0.790958 0.521379 0 0 v -1.22953 -4.2433 1.15516 -0.421943 -0.644611 0.637527 0 0 v -1.11725 -4.32077 1.1732 -0.430329 -0.669402 0.605573 0 0 v -1.03241 -4.36814 1.17328 -0.346761 -0.783938 0.514975 0 0 v -0.934504 -4.39581 1.17826 -0.225253 -0.874597 0.42935 0 0 v -0.833064 -4.41232 1.17768 -0.0646871 -0.928672 0.365218 0 0 v -0.733704 -4.40867 1.17941 0.0737028 -0.951273 0.299411 0 0 v 2.45881 -0.937463 9.90936 0.176041 -0.146627 0.973401 0 0 v -2.83521 0.477476 13.3467 0.173154 -0.911843 0.372237 0 0 v -2.93443 0.464676 13.3454 0.0186862 -0.87371 0.486088 0 0 v 3.70861 -1.68352 9.19556 0.414692 -0.387875 0.823155 0 0 v -0.860444 1.47823 12.4955 0.447167 -0.184959 -0.875118 0 0 v 0.851106 -0.350534 9.89397 -0.138617 -0.00585543 0.990329 0 0 v 0.163576 -4.12578 1.14876 0.319465 -0.922332 0.217361 0 0 v 0.261736 -4.09598 1.14477 0.330215 -0.918951 0.215608 0 0 v 0.363836 -4.05443 1.14165 0.335709 -0.916001 0.219642 0 0 v 0.461846 -4.02391 1.13723 0.294424 -0.925732 0.237348 0 0 v 0.563266 -3.99231 1.13447 0.313508 -0.908858 0.275119 0 0 v 0.662516 -3.95357 1.13013 0.314196 -0.899447 0.30377 0 0 v 0.761646 -3.92667 1.12701 0.267824 -0.909401 0.318215 0 0 v 0.860926 -3.89956 1.12396 0.296099 -0.907099 0.29916 0 0 v 0.960966 -3.8635 1.1203 0.294818 -0.914582 0.276807 0 0 v 1.06106 -3.8395 1.11837 0.280889 -0.923503 0.261234 0 0 v 1.1614 -3.8012 1.11487 0.32957 -0.9 0.285277 0 0 v 1.26233 -3.76575 1.11225 0.298013 -0.909823 0.288809 0 0 v 1.46328 -3.70279 1.10669 0.248869 -0.943587 0.218422 0 0 v 1.57128 -3.67343 1.10375 0.17748 -0.968856 0.172684 0 0 v 1.66404 -3.65872 1.10319 0.14734 -0.981648 0.121074 0 0 v 1.76518 -3.64208 1.10143 0.162474 -0.984632 0.0640433 0 0 v 1.86516 -3.62048 1.0983 0.101298 -0.994584 0.0232478 0 0 v 1.96568 -3.61396 1.09781 0.108443 -0.993556 -0.0329632 0 0 v 2.16511 -3.59576 1.09594 0.132473 -0.989915 -0.0501835 0 0 v 2.26433 -3.57989 1.09487 0.165528 -0.986008 0.0197274 0 0 v 2.36439 -3.56686 1.09317 0.149128 -0.985521 0.0806832 0 0 v 2.46503 -3.555 1.09094 0.0994569 -0.983583 0.150575 0 0 v -1.61148 0.696806 9.36127 0.280632 0.273251 0.920098 0 0 v 3.36675 -2.759 8.22437 0.198006 -0.923025 0.329877 0 0 v -0.151554 -1.00199 9.62537 -0.308113 -0.216066 0.926489 0 0 v 0.367776 -3.09137 8.23677 -0.232076 -0.837692 0.494382 0 0 v 0.166756 -3.03217 8.23596 -0.225224 -0.824053 0.519818 0 0 v -1.0371 -2.5848 8.22016 -0.337947 -0.68023 0.650445 0 0 v -3.78979 -1.29209 11.293 0.976833 -0.160677 0.141348 0 0 v -4.71832 6.30911 14.0749 0.881888 -0.339231 0.327409 0 0 v -2.298 2.13227 13.9443 -0.588928 0.731505 0.343603 0 0 v -3.87321 -2.48828 9.93836 0.64003 -0.650199 0.409393 0 0 v -5.06406 -3.40512 10.0802 0.836463 -0.461352 0.295777 0 0 v 5.77163 -0.268473 6.97416 0.920704 -0.0618912 0.385323 0 0 v 4.20808 -1.87031 8.71427 0.516298 -0.505431 0.691358 0 0 v -2.3342 0.767596 13.7974 0.218119 -0.89011 0.400159 0 0 v -7.87011 -1.48138 8.83756 -0.932385 -0.236975 -0.27295 0 0 v 6.07185 0.530247 5.72383 0.993635 0.108459 0.0304419 0 0 v 0.866636 -3.2024 8.10026 -0.0212731 -0.899699 0.435992 0 0 v 0.966806 -3.21464 8.10106 -0.142361 -0.890823 0.431473 0 0 v -6.16877 1.40703 8.16607 -0.555783 0.82337 -0.11475 0 0 v -2.59897 2.08398 13.0413 -0.50332 0.861639 -0.0651765 0 0 v -3.5514 -2.80329 3.63157 -0.340353 -0.840047 -0.422471 0 0 v -2.06698 3.32816 6.11694 -0.140381 0.977583 0.156925 0 0 v 1.06629 -3.23245 8.10446 -0.127117 -0.906524 0.402561 0 0 v -5.63712 -3.77453 10.827 0.317297 -0.836706 0.446369 0 0 v -6.94193 -2.0332 11.9395 -0.489738 -0.380522 0.784449 0 0 v 1.16655 -3.24367 8.10456 -0.0908581 -0.92395 0.371566 0 0 v 2.44674 -1.2189 9.85906 0.144071 -0.21729 0.965416 0 0 v -4.60324 0.357916 12.3709 -0.336666 0.094841 0.936836 0 0 v -5.35151 6.24726 13.3445 -0.922753 0.382417 -0.0477993 0 0 v -5.06263 1.97819 12.6469 0.668426 -0.369275 0.645634 0 0 v -4.94471 1.93403 12.4572 0.806459 -0.37239 0.459293 0 0 v 1.40268 -2.2877 9.36106 -0.0395986 -0.667187 0.743837 0 0 v -0.965984 0.0217065 9.44936 -0.243958 0.0715969 0.967139 0 0 v -2.36612 0.536826 9.63516 0.199302 0.0654282 0.977751 0 0 v 2.64505 -1.86819 9.56966 0.192291 -0.518172 0.83338 0 0 v -5.55904 2.01875 13.0219 0.149475 -0.463855 0.87321 0 0 v 3.35955 -2.27409 8.96626 0.0868055 -0.626089 0.774905 0 0 v -5.25985 -2.1749 12.2408 0.0534008 -0.35543 0.933176 0 0 v -4.95766 -2.28039 12.201 0.00592716 -0.359958 0.93295 0 0 v -4.23398 -3.49978 1.22585 -0.337407 -0.767424 0.545176 0 0 v -4.13335 -3.5356 1.22799 -0.178316 -0.756462 0.62926 0 0 v -4.03245 -3.55538 1.22588 -0.0659259 -0.797269 0.600014 0 0 v -3.93388 -3.55517 1.22513 0.0271822 -0.765809 0.642493 0 0 v -3.83461 -3.5462 1.2275 0.0910014 -0.76987 0.63168 0 0 v -3.63695 -3.5038 1.2196 0.281298 -0.765271 0.578992 0 0 v -3.54009 -3.46532 1.21525 0.290539 -0.768497 0.570087 0 0 v -3.43447 -3.43508 1.21843 0.244496 -0.77412 0.583918 0 0 v -3.3362 -3.40439 1.21193 0.248055 -0.801234 0.544512 0 0 v -3.23557 -3.37823 1.20961 0.176811 -0.819041 0.54581 0 0 v -3.13564 -3.36425 1.20797 0.0724485 -0.821798 0.565154 0 0 v -3.0346 -3.35739 1.21027 0.117499 -0.862781 0.491734 0 0 v -2.93481 -3.34405 1.20879 0.227329 -0.846265 0.481827 0 0 v -2.83474 -3.29888 1.20632 0.34838 -0.812926 0.466671 0 0 v -2.73438 -3.25754 1.20102 0.134985 -0.885991 0.443621 0 0 v -2.63324 -3.2641 1.20322 0.194179 -0.922373 0.333951 0 0 v -2.53424 -3.23392 1.19906 0.304923 -0.924542 0.228571 0 0 v -2.43406 -3.18347 1.1939 0.2684 -0.899127 0.345735 0 0 v -2.3333 -3.15178 1.18909 -0.0190119 -0.868157 0.495925 0 0 v 0.0836561 -1.0863 9.66766 -0.260693 -0.19436 0.945655 0 0 v -0.902984 0.581347 9.40286 -0.226913 0.189389 0.955323 0 0 v -1.1539 0.673907 9.33167 -0.132832 0.206987 0.969284 0 0 v -1.27389 0.718477 9.30677 -0.0162038 0.17419 0.984579 0 0 v -1.37246 0.752797 9.31236 0.0618538 0.223807 0.972669 0 0 v -1.49143 0.799437 9.29786 0.131626 0.302831 0.943911 0 0 v -1.43229 -4.09209 1.28479 -0.377488 -0.794832 0.475126 0 0 v -1.33023 -4.12334 1.28569 -0.208662 -0.890551 0.404202 0 0 v -1.23234 -4.1289 1.28857 -0.233782 -0.863907 0.446105 0 0 v -1.13358 -4.16764 1.29418 -0.440734 -0.712927 0.545426 0 0 v -1.03194 -4.2474 1.30064 -0.492507 -0.650488 0.578189 0 0 v -0.932634 -4.32036 1.30887 -0.393562 -0.747624 0.534946 0 0 v -0.832694 -4.35503 1.31211 -0.124226 -0.882138 0.454313 0 0 v -0.733654 -4.35742 1.31351 0.0223273 -0.901645 0.4319 0 0 v -0.536534 -4.33838 1.30961 0.224227 -0.901522 0.370109 0 0 v -5.13424 -3.0693 11.5232 0.508047 -0.737803 0.44445 0 0 v -0.233194 -4.22826 1.29246 0.375702 -0.852142 0.364283 0 0 v -0.135314 -4.18553 1.29129 0.326192 -0.854886 0.403445 0 0 v -0.0383939 -4.15702 1.29017 0.332536 -0.853686 0.400799 0 0 v 0.0633262 -4.11311 1.28711 0.334842 -0.855793 0.394335 0 0 v 0.160476 -4.08077 1.28085 0.324551 -0.846338 0.422348 0 0 v 0.260666 -4.04468 1.27765 0.323306 -0.835499 0.444314 0 0 v 0.361106 -4.00947 1.27429 0.299469 -0.849173 0.434997 0 0 v 0.461726 -3.97439 1.27091 0.301111 -0.847981 0.436189 0 0 v 0.562126 -3.93863 1.26812 0.318647 -0.843584 0.432238 0 0 v 0.662056 -3.90171 1.26436 0.297477 -0.855573 0.423678 0 0 v 0.763006 -3.86724 1.26229 0.262561 -0.869224 0.41894 0 0 v 0.862676 -3.83968 1.26021 0.267171 -0.880888 0.390712 0 0 v 0.963686 -3.80645 1.25758 0.24085 -0.909468 0.33891 0 0 v 1.06349 -3.77949 1.25583 0.269171 -0.921328 0.280537 0 0 v 1.16401 -3.74415 1.25223 0.230594 -0.964695 0.127238 0 0 v 1.264 -3.71744 1.25041 0.194458 -0.980032 -0.0415058 0 0 v 1.36489 -3.69039 1.24675 0.212631 -0.976538 -0.0340921 0 0 v 1.46503 -3.67195 1.24546 0.181003 -0.978728 -0.0965858 0 0 v 1.56514 -3.65778 1.24482 0.0551935 -0.945245 -0.321659 0 0 v 1.66573 -3.6494 1.24231 0.017264 -0.943069 -0.33215 0 0 v 1.76588 -3.64783 1.24294 0.0276122 -0.907406 -0.419347 0 0 v 1.86595 -3.63926 1.24044 0.00935327 -0.871057 -0.491093 0 0 v 1.96566 -3.65017 1.2424 0.00357539 -0.803172 -0.595736 0 0 v 2.06627 -3.63072 1.23772 0.0886926 -0.822936 -0.561169 0 0 v 2.16591 -3.62637 1.23916 0.153685 -0.779017 -0.607876 0 0 v 2.26749 -3.59676 1.23272 0.254249 -0.841558 -0.476589 0 0 v 2.36466 -3.57116 1.2353 0.255998 -0.882176 -0.39526 0 0 v 2.46542 -3.53671 1.23028 0.20583 -0.963017 -0.173872 0 0 v 3.46472 -2.73876 8.22016 0.271038 -0.88917 0.368666 0 0 v 1.47201 -2.6149 9.07026 0.109088 -0.673101 0.731461 0 0 v 2.264 -3.04166 8.23596 0.317421 -0.875198 0.365065 0 0 v 0.466336 -3.10911 8.24066 -0.188788 -0.860215 0.473698 0 0 v 0.266986 -3.0571 8.23677 -0.232106 -0.829545 0.50792 0 0 v -0.939514 -2.63811 8.22546 -0.449728 -0.645962 0.616829 0 0 v -0.435194 -2.78588 8.36997 -0.260605 -0.787872 0.557981 0 0 v -6.33412 -3.00576 11.6646 -0.295074 -0.570897 0.766164 0 0 v -2.93049 -0.877923 9.75996 0.885628 -0.177404 0.429174 0 0 v -6.53104 -4.2716 9.98767 -0.348862 -0.87143 0.344826 0 0 v -3.63353 -0.162154 12.3216 0.352817 -0.842838 0.40638 0 0 v -2.43445 0.758046 13.795 0.0310553 -0.827853 0.560085 0 0 v 5.36883 1.72731 6.80369 0.8395 0.502682 0.20628 0 0 v 5.30592 1.8276 6.79972 0.807305 0.557694 0.192968 0 0 v 1.52935 3.16304 7.27347 0.202384 0.940169 0.274087 0 0 v -5.86547 2.45483 5.8965 -0.404553 0.907862 0.110109 0 0 v -5.76598 2.49448 5.8998 -0.381628 0.91804 0.107535 0 0 v -5.66624 2.5338 5.90312 -0.376153 0.919951 0.110447 0 0 v -5.56426 2.5799 5.90621 -0.279688 0.95462 0.10235 0 0 v -5.36563 2.60909 5.90948 -0.219806 0.966621 0.131642 0 0 v -5.46608 2.59758 5.90834 -0.182228 0.976983 0.110891 0 0 v -1.79506 0.767587 9.42237 0.396435 0.181829 0.899876 0 0 v -2.43566 0.634896 13.4982 0.438442 -0.888019 0.138531 0 0 v -2.32899 0.708456 13.5019 0.618597 -0.782827 -0.0672277 0 0 v 1.03343 -0.560504 9.92087 -0.146801 -0.0460286 0.988094 0 0 v -5.83631 -4.05741 10.4088 0.314545 -0.856054 0.410161 0 0 v 2.34451 -1.18267 9.87117 0.123214 -0.201779 0.97165 0 0 v -0.079064 -1.91108 9.28716 -0.398351 -0.403754 0.823589 0 0 v -5.10371 0.391456 12.3332 0.0593977 0.164135 0.984648 0 0 v -4.99762 1.95419 12.5663 0.735604 -0.394122 0.550958 0 0 v -5.19613 2.02758 12.8054 0.637216 -0.38261 0.669003 0 0 v -0.707034 -4.33933 5.8881 -0.539073 -0.713202 0.448045 0 0 v -7.68521 -2.98311 8.43756 -0.879606 -0.144305 -0.453287 0 0 v 1.11337 -4.31811 6.57925 0.0100896 -0.669938 0.742349 0 0 v -5.18241 1.87758 12.714 0.648859 -0.395865 0.649825 0 0 v 0.238086 -1.72556 9.50156 -0.281431 -0.410577 0.867308 0 0 v 0.122706 -1.68477 9.48617 -0.304996 -0.424078 0.852722 0 0 v 6.23414 -1.47498 3.75245 -0.246271 -0.534449 0.808526 0 0 v -4.23179 -3.40547 1.35279 -0.243173 -0.702171 0.669196 0 0 v -4.13051 -3.42439 1.34763 -0.109128 -0.686526 0.718869 0 0 v -4.03237 -3.4281 1.35134 -0.0225894 -0.689107 0.724307 0 0 v -3.73596 -3.41324 1.34752 0.124932 -0.681914 0.720684 0 0 v -3.63564 -3.39325 1.35179 0.231443 -0.679236 0.696471 0 0 v -3.53539 -3.34411 1.34863 0.263608 -0.668202 0.695713 0 0 v -3.43612 -3.31521 1.34259 0.203806 -0.68399 0.700443 0 0 v -3.33465 -3.29481 1.34518 0.168213 -0.703654 0.690345 0 0 v -3.23426 -3.26869 1.34209 0.158961 -0.712041 0.683907 0 0 v -3.13417 -3.24494 1.34101 0.0242528 -0.738284 0.674054 0 0 v -3.03418 -3.25706 1.34216 -0.00165676 -0.770053 0.637978 0 0 v -2.93396 -3.24818 1.3434 0.196957 -0.796815 0.571222 0 0 v -2.83354 -3.21711 1.34341 0.264245 -0.80917 0.524803 0 0 v -2.73372 -3.18594 1.33726 0.0543388 -0.87691 0.477573 0 0 v -2.63411 -3.19618 1.33716 -0.00355569 -0.91219 0.409751 0 0 v -2.53391 -3.19854 1.33803 0.185618 -0.929048 0.320026 0 0 v -2.43457 -3.16296 1.32958 0.347345 -0.895494 0.278284 0 0 v -2.33396 -3.11699 1.3286 0.0729272 -0.931811 0.355541 0 0 v -5.43706 0.951546 12.4459 0.372142 -0.257218 0.891824 0 0 v -5.7432 -1.71058 12.3713 -0.0836617 -0.224303 0.970922 0 0 v -6.06589 -1.59813 12.3613 -0.166252 -0.178001 0.969885 0 0 v 0.913866 -4.09846 6.72811 -0.0325957 -0.520701 0.853117 0 0 v 4.47656 1.53171 8.31827 0.513954 0.530828 0.673849 0 0 v -7.67265 -2.38371 8.43456 -0.860313 0.150118 -0.487162 0 0 v -1.42808 -4.00172 1.41136 -0.449441 -0.650647 0.612096 0 0 v -1.33136 -4.05443 1.42056 -0.382198 -0.735285 0.559714 0 0 v -1.23054 -4.08808 1.42276 -0.228606 -0.881813 0.412487 0 0 v -1.12903 -4.10867 1.42297 -0.306691 -0.868387 0.389672 0 0 v -1.03096 -4.15059 1.43048 -0.449025 -0.762998 0.464984 0 0 v -0.932914 -4.21311 1.4386 -0.444726 -0.705698 0.551552 0 0 v -0.833174 -4.27237 1.4443 -0.232389 -0.758701 0.608578 0 0 v -0.733294 -4.28256 1.44448 -0.0328675 -0.809987 0.585527 0 0 v -0.634054 -4.28154 1.44363 0.0718028 -0.831971 0.550153 0 0 v -0.535384 -4.26918 1.4425 0.172154 -0.767053 0.618056 0 0 v -0.438004 -4.23894 1.43607 0.284562 -0.789232 0.544185 0 0 v -0.338844 -4.20294 1.43249 0.332166 -0.765408 0.551196 0 0 v -0.238794 -4.15604 1.42762 0.366982 -0.747797 0.553285 0 0 v -0.138214 -4.10961 1.42374 0.305385 -0.770245 0.559877 0 0 v -0.0378539 -4.07372 1.42042 0.311429 -0.763985 0.565101 0 0 v 0.0624261 -4.03809 1.41664 0.339831 -0.737203 0.583992 0 0 v 0.162756 -3.98801 1.41311 0.320777 -0.727081 0.607005 0 0 v 0.262336 -3.95005 1.40864 0.252372 -0.774032 0.580675 0 0 v 0.361766 -3.91925 1.40689 0.244101 -0.8127 0.529088 0 0 v 0.462306 -3.88731 1.4039 0.250637 -0.84893 0.465294 0 0 v 0.563526 -3.85373 1.40287 0.246635 -0.897771 0.364935 0 0 v 0.664866 -3.82205 1.40042 0.192995 -0.96036 0.201151 0 0 v 0.765066 -3.79794 1.39811 0.219173 -0.96215 0.161957 0 0 v 0.865836 -3.77946 1.39557 0.101097 -0.993284 -0.0562733 0 0 v 0.966146 -3.76779 1.39394 0.0839705 -0.970571 -0.2257 0 0 v 1.06628 -3.75788 1.39194 0.0556353 -0.899794 -0.432754 0 0 v 1.16591 -3.75077 1.39117 0.0357993 -0.891499 -0.451605 0 0 v 1.26674 -3.74837 1.389 0.0309152 -0.861833 -0.506249 0 0 v 1.36595 -3.75505 1.39207 0.00675282 -0.805103 -0.593097 0 0 v 1.4657 -3.75604 1.39198 -0.00948693 -0.758492 -0.651614 0 0 v 1.56579 -3.77756 1.39692 -0.115533 -0.68318 -0.721053 0 0 v 1.66655 -3.82229 1.40683 -0.134769 -0.624135 -0.769605 0 0 v 1.76727 -3.85776 1.41461 -0.0885824 -0.619038 -0.780349 0 0 v 1.86683 -3.88218 1.41759 -0.0878705 -0.616479 -0.782453 0 0 v 1.96581 -3.89414 1.41851 -0.0604609 -0.631472 -0.773038 0 0 v 2.06469 -3.90605 1.41947 0.0513212 -0.649093 -0.758976 0 0 v 2.16334 -3.89227 1.42007 0.175753 -0.634107 -0.753007 0 0 v 2.2628 -3.83326 1.41047 0.310277 -0.600988 -0.736574 0 0 v 2.36117 -3.7442 1.40096 0.327961 -0.60978 -0.721533 0 0 v 2.46883 -3.67047 1.38018 0.361878 -0.632419 -0.684902 0 0 v -2.0342 -2.33093 8.34746 -0.0406081 -0.822998 0.566591 0 0 v -1.83606 -2.35073 8.35427 -0.137053 -0.795594 0.590125 0 0 v -1.93446 -2.341 8.34626 -0.0914326 -0.813883 0.573789 0 0 v -3.33347 -2.39413 8.35177 0.171717 -0.703588 0.689548 0 0 v 1.26666 -3.25179 8.10386 -0.0755332 -0.938806 0.336064 0 0 v 5.81043 1.52699 5.28174 0.914308 0.393858 -0.0944283 0 0 v 0.866916 -3.13835 8.23776 0.00876057 -0.897134 0.441671 0 0 v -1.92162 0.226207 9.54666 0.351924 0.0575835 0.934256 0 0 v -5.23567 -3.23263 11.3835 0.504936 -0.732862 0.456019 0 0 v -5.33622 -3.29461 11.384 0.400477 -0.74716 0.530443 0 0 v -6.13286 -3.09107 11.6625 -0.181922 -0.591585 0.78545 0 0 v -2.4218 1.45251 14.2374 -0.482605 -0.19851 0.853045 0 0 v 5.62242 -1.26876 6.96596 0.913453 -0.196098 0.356579 0 0 v -3.63367 -0.0993136 12.4672 0.233344 -0.868962 0.436412 0 0 v 3.54462 -1.62306 9.29156 0.29959 -0.392467 0.869606 0 0 v 0.00285608 -0.0408535 9.70427 -0.241067 0.051098 0.969162 0 0 v 1.36631 -3.26381 8.10446 -0.039828 -0.958746 0.281461 0 0 v -0.765414 -1.37335 9.22006 -0.291823 -0.342813 0.892927 0 0 v 5.57138 -0.968633 7.24586 0.925001 -0.135286 0.355064 0 0 v 4.66693 -2.04348 1.22003 0.425448 -0.764051 -0.484995 0 0 v 4.76663 -1.99366 1.21469 0.25154 -0.840016 -0.48073 0 0 v -3.394 1.56926 12.4362 -0.531254 0.836573 -0.13385 0 0 v -1.55692 3.42252 5.9812 -0.311498 0.931105 0.189769 0 0 v -1.66782 3.39229 5.98019 -0.224031 0.95345 0.20185 0 0 v -1.47112 3.47074 5.98865 -0.664962 0.64068 0.383868 0 0 v -3.4336 0.199946 12.9015 -0.00522214 -0.804169 0.594377 0 0 v -1.70844 0.734517 9.38286 0.392935 0.216394 0.893742 0 0 v -7.36937 -0.570674 12.0049 -0.511 0.0983949 0.85393 0 0 v 4.94656 -1.57617 8.12716 0.767368 -0.330115 0.549701 0 0 v -1.02711 1.84017 15.0077 0.374768 -0.760359 0.530474 0 0 v 4.32454 -3.47952 6.11571 0.565665 -0.809483 0.157357 0 0 v 1.46575 -3.26402 8.10446 0.01092 -0.94793 0.31829 0 0 v 1.8446 -1.00066 9.93766 -0.0108424 -0.142134 0.989788 0 0 v 1.19864 -0.764544 9.92517 -0.115124 -0.0715758 0.990769 0 0 v 2.19637 -1.7042 9.73716 0.0826427 -0.411952 0.90745 0 0 v 2.2892 -1.73784 9.70866 0.097461 -0.433671 0.895785 0 0 v -2.93514 -1.02622 9.64437 0.88107 -0.395445 0.259497 0 0 v -1.36791 0.0228666 9.38566 0.0605962 0.0468593 0.997062 0 0 v -2.56408 0.609367 9.66656 0.165868 0.0824449 0.982696 0 0 v -7.36696 0.718247 9.08647 -0.934325 0.346296 0.0843586 0 0 v 1.18947 -4.04731 6.76779 -0.00699495 -0.472261 0.881431 0 0 v -2.75225 0.712966 13.6968 -0.176287 -0.669508 0.721583 0 0 v -5.05527 1.83058 12.5442 0.711342 -0.414439 0.567656 0 0 v -4.94388 1.78816 12.3436 0.822746 -0.317133 0.471715 0 0 v -4.83899 1.74878 12.1319 0.87374 -0.224867 0.431293 0 0 v -0.848894 -4.1994 5.88458 -0.745982 -0.472549 0.469263 0 0 v -4.13372 -3.2573 1.48311 -0.130204 -0.525134 0.841 0 0 v -4.03432 -3.27168 1.48704 -0.044207 -0.57831 0.814618 0 0 v -3.83416 -3.25624 1.48162 0.0571729 -0.574198 0.816717 0 0 v -3.73448 -3.25606 1.48126 0.0883437 -0.573855 0.814178 0 0 v -3.63437 -3.23122 1.47978 0.190325 -0.544443 0.81692 0 0 v -3.53408 -3.19507 1.47881 0.17275 -0.590835 0.788081 0 0 v -3.4345 -3.16632 1.47233 0.155486 -0.621417 0.767897 0 0 v -3.33406 -3.14365 1.47287 0.07448 -0.669704 0.738884 0 0 v -3.23415 -3.13225 1.47278 0.0901013 -0.719027 0.689117 0 0 v -3.03432 -3.13226 1.47284 -0.0908989 -0.750717 0.65434 0 0 v -2.93422 -3.14506 1.47407 0.06787 -0.783749 0.617358 0 0 v -2.83462 -3.12504 1.47459 0.116967 -0.847402 0.517907 0 0 v -2.73391 -3.11516 1.46926 -0.0331557 -0.904854 0.42443 0 0 v -2.63392 -3.13367 1.4733 -0.0789782 -0.894152 0.440744 0 0 v -2.53394 -3.13351 1.47307 0.159505 -0.883084 0.441271 0 0 v -2.43372 -3.10177 1.47156 0.276318 -0.880712 0.3847 0 0 v -2.3338 -3.07417 1.46842 0.161644 -0.938373 0.305495 0 0 v -2.2344 -3.06175 1.46769 0.000329577 -0.936844 0.349746 0 0 v -2.13506 -3.0722 1.46821 -0.324938 -0.803818 0.498289 0 0 v -1.03554 3.8854 6.18592 -0.45854 0.32684 0.826388 0 0 v -1.46435 0.936127 9.25797 0.13684 0.24841 0.958941 0 0 v -1.56671 0.975917 9.26696 0.283615 0.238477 0.928812 0 0 v -1.65892 1.01083 9.29426 0.372178 0.271229 0.887648 0 0 v -1.74759 1.042 9.32586 0.435112 0.28029 0.855637 0 0 v -1.8354 1.07489 9.36287 0.413914 0.307994 0.85663 0 0 v -1.92822 1.10985 9.39026 0.374931 0.32195 0.869353 0 0 v -1.32992 -3.93298 1.54659 -0.503781 -0.546094 0.669317 0 0 v -1.23044 -4.00443 1.55418 -0.387563 -0.672602 0.630398 0 0 v -1.1321 -4.0434 1.56071 -0.294671 -0.764763 0.572981 0 0 v -1.02859 -4.08381 1.56078 -0.317762 -0.760925 0.565704 0 0 v -0.930524 -4.12465 1.56733 -0.288793 -0.713113 0.638802 0 0 v -0.833484 -4.1536 1.57358 -0.199116 -0.68106 0.704635 0 0 v -0.732844 -4.16141 1.57031 0.0285699 -0.654462 0.755555 0 0 v -0.535184 -4.13769 1.56818 0.14215 -0.61401 0.776392 0 0 v -0.435854 -4.11339 1.5651 0.216983 -0.609026 0.762893 0 0 v -0.335704 -4.07815 1.56259 0.274034 -0.601232 0.750617 0 0 v -0.237874 -4.03619 1.55339 0.275935 -0.621241 0.73343 0 0 v -0.136694 -4.00154 1.55281 0.24948 -0.646764 0.720733 0 0 v -0.0347039 -3.95476 1.55151 0.277711 -0.660475 0.697603 0 0 v 0.0659561 -3.89689 1.54749 0.257629 -0.760769 0.5957 0 0 v 0.166026 -3.86151 1.54489 0.143609 -0.909649 0.389763 0 0 v 0.265876 -3.85029 1.54404 0.0451625 -0.989396 0.138043 0 0 v 0.365766 -3.83827 1.54307 0.0825036 -0.994779 -0.0600605 0 0 v 0.466136 -3.83122 1.54121 0.0492452 -0.976681 -0.208974 0 0 v 0.565976 -3.83245 1.54094 0.0541236 -0.937668 -0.343291 0 0 v 0.663766 -3.81845 1.5363 -0.0587793 -0.858166 -0.509997 0 0 v 0.765116 -3.83507 1.53532 -0.0738108 -0.844951 -0.529726 0 0 v 0.865526 -3.88058 1.54538 -0.122127 -0.71615 -0.687179 0 0 v 0.966076 -3.91157 1.55357 -0.113811 -0.692163 -0.712711 0 0 v 1.06627 -3.94716 1.55748 -0.131512 -0.685569 -0.71603 0 0 v 1.16642 -3.95837 1.55966 -0.0327233 -0.671991 -0.739836 0 0 v 1.26629 -3.96802 1.56475 -0.0470633 -0.672105 -0.738958 0 0 v 1.36779 -3.98965 1.56928 -0.0909118 -0.664793 -0.741475 0 0 v 1.56636 -4.01925 1.56609 -0.131721 -0.645364 -0.752433 0 0 v 1.66662 -4.04225 1.56882 -0.0783416 -0.66798 -0.740044 0 0 v 1.76635 -4.04267 1.56836 -0.0601475 -0.688754 -0.722495 0 0 v 1.86583 -4.0561 1.56793 -0.0645112 -0.700545 -0.710686 0 0 v 1.96559 -4.06503 1.5717 0.0370826 -0.744261 -0.666859 0 0 v 2.06508 -4.0526 1.57106 0.134859 -0.76441 -0.630469 0 0 v 2.16422 -4.0286 1.56806 0.202142 -0.750625 -0.629048 0 0 v 2.26333 -3.99177 1.56507 0.29341 -0.720265 -0.628593 0 0 v 2.36489 -3.93696 1.55428 0.361927 -0.669907 -0.648255 0 0 v 2.46203 -3.8852 1.55323 0.41339 -0.65121 -0.636423 0 0 v 2.55928 -3.80778 1.54837 0.516263 -0.616333 -0.594649 0 0 v -6.13424 -4.04418 10.549 0.0602486 -0.853014 0.518398 0 0 v -6.23344 -4.04381 10.5487 -0.0581788 -0.845463 0.530856 0 0 v -1.73608 -2.37448 8.35487 -0.147348 -0.767827 0.623482 0 0 v 5.00262 -1.5969 8.03436 0.784108 -0.323243 0.529801 0 0 v 0.966046 -3.14618 8.24247 -0.146975 -0.882601 0.446557 0 0 v -6.03482 -4.03288 10.5495 0.137519 -0.85049 0.507695 0 0 v -5.93474 -4.01175 10.5509 0.197498 -0.854443 0.480542 0 0 v -5.83523 -3.98742 10.5502 0.282756 -0.854775 0.435211 0 0 v -5.63547 -3.39384 11.3844 0.183562 -0.752985 0.631916 0 0 v -5.73505 -3.41712 11.3829 0.119992 -0.747725 0.653077 0 0 v -5.23581 -3.03976 11.6626 0.344603 -0.734838 0.584176 0 0 v -5.12395 -2.98999 11.6516 0.464056 -0.751167 0.469468 0 0 v -6.58679 1.80477 6.19225 -0.744532 0.660544 0.0967111 0 0 v -3.23574 0.0328764 12.4625 0.490636 -0.842917 0.220832 0 0 v 5.5442 -0.768453 7.38496 0.910726 -0.104478 0.399578 0 0 v -6.2329 -3.63758 11.1078 -0.175445 -0.743371 0.64546 0 0 v -5.97563 -2.68279 11.9603 -0.11935 -0.524187 0.843198 0 0 v -1.33209 1.55559 14.5452 0.743288 -0.643657 -0.182286 0 0 v 4.76655 -2.08148 1.36731 0.332342 -0.812409 -0.479105 0 0 v 4.8664 -2.05971 1.36291 0.0657906 -0.895574 -0.440021 0 0 v 4.96589 -2.0706 1.36522 -0.0999171 -0.907746 -0.407448 0 0 v 5.06524 -2.08653 1.36474 -0.134606 -0.897149 -0.420719 0 0 v 5.16505 -2.0989 1.36613 -0.139974 -0.883181 -0.447659 0 0 v 5.26577 -2.12119 1.37006 -0.101424 -0.863536 -0.493983 0 0 v 5.36591 -2.12999 1.37361 0.0117975 -0.847796 -0.530192 0 0 v -0.0342439 -2.97232 8.23487 -0.252785 -0.81344 0.523846 0 0 v -3.23489 0.211756 12.903 0.147422 -0.860513 0.487631 0 0 v -2.8286 0.374806 12.9073 0.563849 -0.825666 0.0187009 0 0 v 0.238806 2.21591 13.1829 0.850078 -0.502652 -0.157189 0 0 v 4.74781 -1.35853 8.48167 0.741346 -0.184738 0.645196 0 0 v -2.63431 0.651556 13.6446 -0.00508097 -0.822272 0.569072 0 0 v 5.45278 -1.57085 7.24156 0.886 -0.312201 0.342833 0 0 v 4.51172 -2.87519 7.03426 0.600855 -0.57766 0.552524 0 0 v -1.04332 1.99877 15.1003 -0.186147 -0.458241 0.869117 0 0 v -0.939434 1.99025 15.1387 0.135979 -0.786109 0.602945 0 0 v -0.343374 -0.204183 9.62466 -0.24174 0.0479446 0.969156 0 0 v 1.55385 -1.76182 9.71087 -0.0221255 -0.471251 0.881722 0 0 v 2.47715 -2.53281 9.07407 0.225244 -0.753774 0.617325 0 0 v -5.38428 -2.89259 11.8551 0.0446054 -0.645451 0.762498 0 0 v -5.91212 2.13733 12.9879 -0.489061 -0.438617 0.753946 0 0 v -5.47585 1.98619 12.9781 0.320087 -0.465199 0.825309 0 0 v -2.86101 0.751646 13.6956 -0.260607 -0.59514 0.760192 0 0 v 1.17764 -1.33462 9.83347 -0.0853387 -0.230339 0.969361 0 0 v -4.85988 1.46504 12.069 0.857557 -0.130211 0.497635 0 0 v -5.23056 1.60611 12.5963 0.646015 -0.39227 0.65482 0 0 v -5.4452 1.68626 12.8022 0.387725 -0.470667 0.792554 0 0 v -4.13388 -3.00398 1.60056 -0.194186 -0.327636 0.924633 0 0 v -4.03375 -3.04167 1.60374 -0.168106 -0.389455 0.905575 0 0 v -3.93161 -3.07398 1.61151 -0.00922669 -0.452875 0.891526 0 0 v -3.83392 -3.05519 1.60662 0.076398 -0.483241 0.872147 0 0 v -3.73419 -3.02861 1.60179 0.159458 -0.493602 0.854945 0 0 v -3.63433 -3.01333 1.59687 0.057602 -0.491093 0.8692 0 0 v -3.53385 -3.02436 1.59705 0.00701673 -0.545886 0.83783 0 0 v -3.43417 -3.00347 1.60096 0.0172508 -0.631275 0.775367 0 0 v -3.3337 -3.00266 1.60006 -0.108726 -0.697739 0.708053 0 0 v -3.23405 -3.01743 1.60321 -0.0492591 -0.760671 0.647266 0 0 v -3.1342 -3.01756 1.60336 -0.0383072 -0.812104 0.582254 0 0 v -3.03466 -3.0194 1.60442 -0.155413 -0.839236 0.521085 0 0 v -2.93456 -3.04504 1.60693 -0.126305 -0.858205 0.497524 0 0 v -2.83454 -3.05805 1.60817 -0.060302 -0.925949 0.372802 0 0 v -2.73481 -3.0629 1.60992 -0.0296789 -0.945629 0.323891 0 0 v -2.63435 -3.06385 1.60954 -0.0149915 -0.925079 0.379478 0 0 v -2.53394 -3.05948 1.60824 0.137154 -0.91182 0.387004 0 0 v -2.43331 -3.03939 1.60691 0.143787 -0.933282 0.329106 0 0 v -2.3336 -3.03528 1.60577 0.0801446 -0.964357 0.252174 0 0 v -2.23368 -3.02401 1.60549 0.0783104 -0.958259 0.274966 0 0 v -2.13472 -3.01101 1.60475 -0.0245135 -0.899439 0.436358 0 0 v -2.03711 -3.01619 1.60896 -0.179962 -0.785284 0.592405 0 0 v -5.37614 2.52881 13.2243 0.416258 -0.415024 0.809002 0 0 v -5.29849 2.50036 13.1665 0.467809 -0.377873 0.798979 0 0 v -5.2238 2.47315 13.1055 0.56097 -0.368977 0.741059 0 0 v -5.15367 2.44622 13.0315 0.649785 -0.395188 0.649312 0 0 v -5.09314 2.42375 12.9407 0.710588 -0.380814 0.591647 0 0 v -1.22973 -3.84821 1.677 -0.451492 -0.472258 0.757051 0 0 v -1.1318 -3.9104 1.68598 -0.308729 -0.531785 0.788601 0 0 v -1.03377 -3.9491 1.69327 -0.20219 -0.560792 0.802889 0 0 v -0.932244 -3.98149 1.69235 -0.133729 -0.549463 0.824746 0 0 v -0.833194 -3.98304 1.6942 -0.0217017 -0.540347 0.841162 0 0 v -0.733504 -3.971 1.69196 0.0707955 -0.472842 0.878299 0 0 v -0.534614 -3.94587 1.68879 0.133457 -0.477171 0.868618 0 0 v -0.432934 -3.90233 1.68961 0.134643 -0.506128 0.851884 0 0 v -0.333994 -3.87519 1.68563 0.16231 -0.572645 0.803575 0 0 v -0.234064 -3.84035 1.68338 0.0797656 -0.739404 0.668519 0 0 v -0.134094 -3.81557 1.68141 0.13962 -0.805167 0.576379 0 0 v -0.034234 -3.81614 1.68151 -0.102713 -0.950269 0.294004 0 0 v 0.0659761 -3.84019 1.68385 -0.223825 -0.97136 -0.0797601 0 0 v 0.165036 -3.87052 1.68557 -0.304759 -0.868108 -0.391804 0 0 v 0.265406 -3.92871 1.69185 -0.246669 -0.775818 -0.580742 0 0 v 0.365686 -3.95284 1.69255 -0.118058 -0.75552 -0.6444 0 0 v 0.466536 -3.98119 1.70261 -0.135702 -0.732702 -0.666883 0 0 v 0.567026 -4.01572 1.70744 -0.171943 -0.709033 -0.683891 0 0 v 0.667976 -4.06061 1.7152 -0.175396 -0.706272 -0.685869 0 0 v 0.767266 -4.07648 1.71365 -0.0985586 -0.736084 -0.669677 0 0 v 0.866006 -4.07025 1.70725 -0.0369413 -0.719367 -0.693647 0 0 v 0.966566 -4.07823 1.71244 -0.116677 -0.726062 -0.677658 0 0 v 1.06615 -4.09327 1.71077 -0.118431 -0.712051 -0.692068 0 0 v 1.16704 -4.11275 1.7179 -0.064992 -0.695935 -0.715157 0 0 v 1.26592 -4.10587 1.71157 -0.0764916 -0.678103 -0.730975 0 0 v 1.36699 -4.1258 1.71817 -0.110959 -0.663412 -0.739981 0 0 v 1.46586 -4.14248 1.71447 -0.0830512 -0.669849 -0.737838 0 0 v 1.56632 -4.17484 1.72148 -0.125271 -0.727884 -0.67416 0 0 v 1.6663 -4.18487 1.72425 0.00714247 -0.778856 -0.627163 0 0 v 1.766 -4.18658 1.72278 -0.0458228 -0.793869 -0.60636 0 0 v 1.86591 -4.19023 1.71954 -0.0113594 -0.79169 -0.610818 0 0 v 1.96581 -4.17754 1.71896 0.129455 -0.788155 -0.601708 0 0 v 2.06519 -4.16235 1.71993 0.164958 -0.803018 -0.57267 0 0 v 2.16501 -4.13915 1.71686 0.23369 -0.808827 -0.539619 0 0 v 2.26447 -4.10262 1.71336 0.296411 -0.798576 -0.523848 0 0 v 2.3656 -4.05823 1.70609 0.370173 -0.768307 -0.522183 0 0 v 2.46488 -3.99678 1.70089 0.466725 -0.719491 -0.514297 0 0 v 2.56019 -3.92292 1.70559 0.555133 -0.659365 -0.507016 0 0 v -5.73403 -4.40326 9.14446 0.0516895 -0.990061 0.130793 0 0 v 0.566166 -2.5395 9.06447 -0.159537 -0.701605 0.694477 0 0 v -7.42085 -0.784753 8.01717 -0.583699 -0.138472 -0.800076 0 0 v 1.56539 -3.25822 8.10627 0.0882577 -0.928791 0.359941 0 0 v -5.93401 -4.38787 9.14357 -0.182199 -0.981803 0.0535338 0 0 v -4.2516 -0.347854 12.3897 0.0883375 -0.126916 0.987972 0 0 v -6.13408 -4.32879 9.14186 -0.380845 -0.924466 0.0178549 0 0 v -5.83448 -3.4294 11.3827 0.0495776 -0.742603 0.667895 0 0 v -5.93366 -3.43078 11.3836 -0.013074 -0.73835 0.674291 0 0 v -6.03329 -3.42062 11.3854 -0.0801336 -0.719295 0.690067 0 0 v -6.13279 -3.40744 11.3847 -0.14949 -0.702514 0.695792 0 0 v -5.0308 -2.93383 11.6532 0.421857 -0.781682 0.459359 0 0 v -4.93632 -2.88418 11.6525 0.430628 -0.823843 0.368567 0 0 v -4.84096 -2.83751 11.6529 0.411505 -0.866159 0.283607 0 0 v -4.73118 -2.78383 11.6612 0.351634 -0.895707 0.272145 0 0 v -4.64726 -2.75927 11.6531 0.329291 -0.904221 0.271939 0 0 v 4.76772 -2.16027 1.51641 0.454868 -0.784722 -0.421078 0 0 v 4.86632 -2.12027 1.51386 0.169309 -0.917182 -0.360709 0 0 v 4.96601 -2.12409 1.51244 -0.126665 -0.945195 -0.300935 0 0 v 5.06552 -2.14655 1.51622 -0.174206 -0.941091 -0.289829 0 0 v 5.16401 -2.16681 1.515 -0.19938 -0.931324 -0.304766 0 0 v 5.26463 -2.18903 1.51854 -0.1513 -0.934804 -0.321326 0 0 v 5.36513 -2.20112 1.51952 -0.0886505 -0.923241 -0.373856 0 0 v 5.5659 -2.20739 1.52325 0.0657468 -0.866043 -0.495629 0 0 v -7.41667 -2.26793 11.027 -0.969579 -0.155541 0.189006 0 0 v 1.66511 -3.24432 8.10516 0.178662 -0.898978 0.399897 0 0 v -6.23398 -4.32518 9.99156 0.00510425 -0.95116 0.308656 0 0 v 1.24864 -0.352323 9.95136 -0.101408 -0.00589786 0.994827 0 0 v -4.73655 -2.6429 11.9369 0.251703 -0.762017 0.596637 0 0 v 5.95799 -1.16789 5.99853 0.975215 -0.184195 0.122593 0 0 v 1.76464 -3.21884 8.10366 0.222954 -0.881736 0.415733 0 0 v 5.84515 -0.667923 6.69543 0.929522 -0.13269 0.344067 0 0 v -2.03072 0.982136 14.0958 0.271643 -0.84296 0.464358 0 0 v -0.730364 2.09909 15.1466 0.553081 -0.757948 0.345858 0 0 v 5.82439 -1.56804 6.13135 0.906256 -0.402851 0.128101 0 0 v -1.09212 0.0675965 9.41716 -0.152396 0.0613188 0.986416 0 0 v -2.06668 0.425167 9.58576 0.279426 0.0903359 0.955908 0 0 v -2.6631 0.645627 9.67857 0.146104 0.119366 0.982041 0 0 v -5.77002 2.09112 13.0396 -0.330393 -0.451582 0.828803 0 0 v -5.39496 1.95793 12.9271 0.4685 -0.456635 0.756302 0 0 v -5.32222 1.9303 12.8597 0.534796 -0.419187 0.733673 0 0 v -4.9193 1.48813 12.1599 0.779409 -0.197947 0.594423 0 0 v -5.30088 1.63189 12.6669 0.57914 -0.398092 0.711421 0 0 v -5.53243 1.71645 12.844 0.212986 -0.489325 0.845694 0 0 v -5.73514 1.78344 12.8849 -0.284758 -0.478302 0.830747 0 0 v -4.03436 -2.67456 1.71194 -0.242797 -0.0847006 0.966372 0 0 v 1.86426 -3.19295 8.10196 0.196387 -0.909846 0.36553 0 0 v -3.83127 -2.78934 1.73992 -0.0647968 -0.287114 0.955702 0 0 v -3.73636 -2.84937 1.72518 0.0950478 -0.412068 0.906182 0 0 v -3.63517 -2.81659 1.72754 -0.00773189 -0.499014 0.866559 0 0 v -3.53982 -2.78316 1.73269 -0.0751114 -0.648483 0.757515 0 0 v -3.43511 -2.82822 1.72832 -0.237362 -0.656885 0.715655 0 0 v -3.33491 -2.86639 1.73192 -0.277602 -0.727646 0.627271 0 0 v -3.23571 -2.90737 1.73683 -0.263727 -0.78967 0.553958 0 0 v -3.13548 -2.93179 1.73833 -0.187441 -0.862896 0.469337 0 0 v -3.03368 -2.95241 1.73866 -0.219749 -0.899315 0.378077 0 0 v -2.93509 -2.98265 1.74282 -0.261515 -0.907423 0.328928 0 0 v -2.83481 -3.00751 1.74491 -0.171511 -0.94193 0.288709 0 0 v -2.73455 -3.02013 1.74607 -0.0514107 -0.961409 0.270277 0 0 v -2.6345 -3.02027 1.74589 0.0329733 -0.968447 0.24703 0 0 v -2.53409 -3.0118 1.74561 0.0737399 -0.972787 0.219655 0 0 v -2.33301 -3.0006 1.74441 0.0833969 -0.981898 0.17006 0 0 v -2.23295 -2.99028 1.74388 0.166824 -0.963108 0.211172 0 0 v -2.13213 -2.96414 1.74118 0.196167 -0.940732 0.276664 0 0 v -2.0342 -2.94375 1.73901 0.0244443 -0.912724 0.407845 0 0 v 1.11245 -4.16869 6.69516 0.0142791 -0.560592 0.827969 0 0 v -2.06532 -0.753843 9.50796 0.181428 -0.23019 0.956084 0 0 v 0.836036 -3.61718 6.90906 0.140208 -0.219817 0.965413 0 0 v -2.81399 -0.479663 9.70826 0.570504 -0.232548 0.787684 0 0 v -4.30059 -0.475934 12.3882 0.13793 -0.0530281 0.989021 0 0 v -5.78901 1.36723 12.6331 -0.359341 -0.412405 0.837136 0 0 v -1.13463 -3.66399 1.80937 -0.299878 -0.373431 0.877851 0 0 v -1.03332 -3.71249 1.81026 -0.141111 -0.391134 0.909451 0 0 v -0.934354 -3.71481 1.81416 -0.0686036 -0.357521 0.931382 0 0 v -0.834104 -3.73867 1.81372 0.00629099 -0.395745 0.918339 0 0 v -0.734104 -3.70175 1.81248 -0.0310706 -0.447103 0.893943 0 0 v -0.634054 -3.71373 1.81233 -0.0385234 -0.556116 0.830211 0 0 v -0.535144 -3.69075 1.81107 -0.0789836 -0.727159 0.68191 0 0 v -0.433784 -3.71335 1.81243 -0.103116 -0.798842 0.592637 0 0 v -0.335474 -3.73057 1.81454 -0.208306 -0.924649 0.318798 0 0 v -0.234394 -3.75276 1.81622 -0.342164 -0.938522 -0.0458276 0 0 v -0.134634 -3.79111 1.8198 -0.267027 -0.951368 -0.153607 0 0 v -0.0323938 -3.84875 1.82678 -0.413886 -0.814218 -0.40712 0 0 v 0.0662061 -3.92546 1.83338 -0.47051 -0.753748 -0.458785 0 0 v 0.165806 -4.01007 1.84185 -0.484346 -0.734569 -0.475202 0 0 v 0.262366 -4.07225 1.84775 -0.317725 -0.798065 -0.512 0 0 v 0.366856 -4.09173 1.85159 -0.151055 -0.824479 -0.545359 0 0 v 0.466266 -4.10504 1.85213 -0.148307 -0.831026 -0.536097 0 0 v 0.566146 -4.12876 1.85484 -0.21145 -0.835167 -0.507725 0 0 v 0.666086 -4.15342 1.85673 -0.197148 -0.838522 -0.50795 0 0 v 0.766316 -4.17678 1.85949 -0.138185 -0.845466 -0.515842 0 0 v 0.866676 -4.18764 1.86183 -0.117341 -0.807614 -0.577919 0 0 v 0.965886 -4.21442 1.86214 -0.225853 -0.740824 -0.63259 0 0 v 1.06568 -4.25107 1.86519 -0.198934 -0.71084 -0.674634 0 0 v 1.16607 -4.28555 1.87 -0.178202 -0.70638 -0.685034 0 0 v 1.26621 -4.32042 1.8749 -0.16589 -0.686108 -0.708334 0 0 v 1.36607 -4.34314 1.87927 -0.109347 -0.685409 -0.719901 0 0 v 1.46584 -4.34592 1.8758 0.15992 -0.73159 -0.662723 0 0 v 1.56678 -4.29599 1.86219 0.157921 -0.797975 -0.581634 0 0 v 1.66581 -4.2749 1.86794 0.0658134 -0.871613 -0.485757 0 0 v 1.76586 -4.28141 1.87246 -0.0987732 -0.861814 -0.497513 0 0 v 1.8655 -4.30462 1.87523 -0.0793377 -0.86115 -0.502122 0 0 v 1.96583 -4.29734 1.87136 0.126502 -0.826339 -0.548782 0 0 v 2.06681 -4.26621 1.86492 0.262695 -0.806566 -0.529568 0 0 v 2.16625 -4.22754 1.86273 0.313801 -0.827024 -0.466433 0 0 v 2.26474 -4.18721 1.86166 0.316898 -0.841049 -0.43842 0 0 v 2.36275 -4.14673 1.86026 0.337997 -0.819528 -0.462744 0 0 v 2.46754 -4.09646 1.86423 0.411325 -0.763885 -0.497284 0 0 v -4.73952 2.10508 11.5777 0.980452 0.0630516 -0.186383 0 0 v -7.56479 0.320197 9.09227 -0.822619 0.566509 -0.0486273 0 0 v -4.74444 3.0064 12.8241 0.859403 -0.239939 0.451504 0 0 v -1.1449 4.10845 5.99178 -0.608206 0.431147 0.666482 0 0 v -5.51948 6.15124 13.9076 -0.803376 0.494992 -0.331014 0 0 v -5.93332 -4.31846 9.70916 0.325245 -0.934599 0.144016 0 0 v -4.65748 1.51372 11.1167 0.767866 0.617808 0.169396 0 0 v 4.79172 1.20978 8.20696 0.72603 0.322624 0.607284 0 0 v -3.76911 -1.5941 10.8322 0.96375 -0.20739 0.167858 0 0 v 0.866636 -2.59991 9.06447 -0.140999 -0.768071 0.624648 0 0 v 0.213736 -0.261743 9.77886 -0.2387 0.0507766 0.969765 0 0 v -4.65582 3.50604 12.3542 0.983904 0.0394628 -0.174284 0 0 v -7.0182 -1.18619 7.59227 -0.9393 -0.336857 0.0651433 0 0 v -6.23373 -3.37334 11.3876 -0.243412 -0.671419 0.699962 0 0 v -7.44784 -2.07021 10.8899 -0.993192 -0.107045 -0.0459544 0 0 v -1.16065 -0.934053 9.29537 -0.149579 -0.383267 0.911445 0 0 v -1.41492 0.624426 9.33146 0.139588 0.146149 0.979365 0 0 v 4.86929 -2.17708 1.65904 0.426744 -0.80237 -0.417242 0 0 v 4.96633 -2.1594 1.66057 -0.0302601 -0.964367 -0.26283 0 0 v 5.06549 -2.17415 1.66159 -0.156851 -0.966905 -0.201228 0 0 v 5.16496 -2.19887 1.6645 -0.210772 -0.963051 -0.167654 0 0 v 5.26481 -2.22389 1.66725 -0.221373 -0.959935 -0.17181 0 0 v 5.36454 -2.25176 1.66908 -0.212782 -0.96191 -0.171617 0 0 v 5.46504 -2.26698 1.66928 -0.102599 -0.968014 -0.22896 0 0 v 5.56587 -2.2743 1.67152 -0.0358426 -0.96709 -0.251897 0 0 v -2.43301 -2.41032 8.35446 0.134411 -0.784675 0.60516 0 0 v -7.29835 0.917587 9.08436 -0.912036 0.405297 0.0626558 0 0 v 5.5014 -1.67039 6.96017 0.890685 -0.365294 0.270631 0 0 v -5.93352 -3.29214 11.5231 -0.0515198 -0.692964 0.719129 0 0 v -2.73407 0.497916 13.3491 0.233521 -0.916299 0.325369 0 0 v -5.53179 -4.38665 9.00416 0.148949 -0.988824 0.006483 0 0 v 4.19079 -3.11233 7.03556 0.426798 -0.735913 0.525619 0 0 v -7.26444 0.919357 8.81247 -0.810298 0.50538 -0.29666 0 0 v -7.46406 0.423197 9.77547 -0.837037 0.547012 -0.0120892 0 0 v -1.17849 2.35074 14.9694 -0.629638 0.374187 0.680837 0 0 v -1.5593 0.0931765 9.42126 0.279401 0.0582293 0.958407 0 0 v -5.95593 -1.63618 12.3666 -0.122627 -0.168305 0.978078 0 0 v -4.72554 1.40751 11.7131 0.949923 0.149112 0.274612 0 0 v -4.89349 1.76918 12.2329 0.831182 -0.268307 0.486979 0 0 v -4.79099 1.73076 12.0114 0.940494 -0.144821 0.307406 0 0 v -6.07216 -2.88724 6.37158 -0.664932 -0.716647 0.210434 0 0 v 3.20731 -1.07016 9.61376 0.452752 -0.220341 0.863982 0 0 v 0.963166 -1.25797 9.83737 -0.088488 -0.193268 0.977148 0 0 v 0.629456 -1.13677 9.81046 -0.222035 -0.155817 0.962508 0 0 v -2.32658 -1.25074 9.36876 -0.0161996 -0.413706 0.910266 0 0 v -3.5302 -2.68221 1.8504 -0.404484 -0.470415 0.784284 0 0 v -3.43573 -2.7147 1.86013 -0.438897 -0.653789 0.616384 0 0 v -3.33517 -2.77745 1.86515 -0.458234 -0.766164 0.450572 0 0 v -3.23529 -2.82892 1.87031 -0.396479 -0.835008 0.381531 0 0 v -3.1365 -2.86955 1.87444 -0.346962 -0.877693 0.330564 0 0 v -3.03588 -2.90707 1.87759 -0.335302 -0.909196 0.24685 0 0 v -2.93577 -2.94485 1.88107 -0.314051 -0.926239 0.208455 0 0 v -2.83715 -2.97427 1.8841 -0.252322 -0.952427 0.170931 0 0 v -2.73454 -2.99396 1.88512 -0.107568 -0.983469 0.145663 0 0 v -2.63447 -2.99496 1.8851 0.0132191 -0.995942 0.0890212 0 0 v -2.53408 -2.9893 1.88458 0.0404955 -0.996729 0.0699323 0 0 v -2.43338 -2.98684 1.88444 0.0491456 -0.996979 0.0601501 0 0 v -2.23337 -2.97096 1.88315 0.238162 -0.960171 0.146115 0 0 v -2.13276 -2.93545 1.88005 0.281377 -0.945502 0.16387 0 0 v -2.03351 -2.90616 1.87717 0.261934 -0.94849 0.178207 0 0 v -1.93339 -2.88584 1.87701 0.115039 -0.942441 0.313959 0 0 v -1.83329 -2.87647 1.87786 -0.033458 -0.832035 0.553713 0 0 v 4.58336 -1.15424 8.69436 0.692959 -0.0883839 0.71554 0 0 v 4.65243 -1.18009 8.61937 0.728569 -0.098463 0.677859 0 0 v 4.78491 -1.23017 8.46336 0.751921 -0.110242 0.649971 0 0 v -1.03128 -3.39294 1.91782 -0.126834 -0.36503 0.922316 0 0 v -0.934024 -3.37136 1.92085 -0.16765 -0.484038 0.858837 0 0 v -0.832754 -3.40803 1.92392 -0.317934 -0.538543 0.780313 0 0 v -0.725074 -3.4621 1.9253 -0.419817 -0.65135 0.632058 0 0 v -0.625364 -3.53769 1.93403 -0.489624 -0.670455 0.557457 0 0 v -0.535504 -3.61391 1.94452 -0.540303 -0.801112 0.257472 0 0 v -0.435114 -3.68955 1.95143 -0.528933 -0.847137 -0.0508751 0 0 v -0.333914 -3.77646 1.9599 -0.515821 -0.77077 -0.373956 0 0 v -0.232014 -3.84885 1.96834 -0.447722 -0.734142 -0.510471 0 0 v -0.132514 -3.9105 1.97431 -0.366808 -0.741179 -0.562232 0 0 v -0.0337638 -3.94921 1.97674 -0.342701 -0.780775 -0.522443 0 0 v 0.0693062 -4.00348 1.98546 -0.41785 -0.815671 -0.400103 0 0 v 0.171896 -4.07304 1.99264 -0.488122 -0.825616 -0.283012 0 0 v 0.267686 -4.13758 1.99748 -0.394809 -0.868216 -0.300545 0 0 v 0.364986 -4.16805 1.99722 -0.200819 -0.911631 -0.358609 0 0 v 0.465836 -4.1776 1.99941 -0.157038 -0.912507 -0.377716 0 0 v 0.565686 -4.20211 2.00169 -0.247077 -0.883279 -0.39846 0 0 v 0.665836 -4.23798 2.00546 -0.240951 -0.874579 -0.420779 0 0 v 0.766476 -4.25989 2.00883 -0.187841 -0.877962 -0.440339 0 0 v 0.865126 -4.28815 2.00934 -0.293023 -0.826503 -0.480657 0 0 v 0.967166 -4.34188 2.01836 -0.297408 -0.81584 -0.495936 0 0 v 1.16633 -4.40499 2.02248 -0.265621 -0.831777 -0.487434 0 0 v 1.26587 -4.44251 2.02541 -0.24597 -0.834477 -0.493099 0 0 v 1.36564 -4.46864 2.02695 -0.114733 -0.854225 -0.507086 0 0 v 1.46595 -4.4673 2.02738 0.269179 -0.851183 -0.450589 0 0 v 1.56569 -4.39309 2.02127 0.436291 -0.786568 -0.43699 0 0 v 1.66553 -4.34326 2.01739 0.12496 -0.897066 -0.423861 0 0 v 1.76609 -4.35638 2.01831 -0.128451 -0.913765 -0.385401 0 0 v 1.86534 -4.37727 2.02131 -0.0932987 -0.943149 -0.319005 0 0 v 1.96542 -4.37928 2.02065 0.0841842 -0.948942 -0.304011 0 0 v 2.06629 -4.35917 2.01705 0.319881 -0.888041 -0.33024 0 0 v 2.16768 -4.30233 2.01036 0.432664 -0.847832 -0.306566 0 0 v 2.26643 -4.25037 2.00704 0.309721 -0.90239 -0.299607 0 0 v 2.36409 -4.22082 2.00653 0.228637 -0.894049 -0.38523 0 0 v 2.46591 -4.18968 2.00051 0.297863 -0.827414 -0.476092 0 0 v -5.83413 -4.28059 9.70757 0.312018 -0.922283 0.228122 0 0 v -5.7362 -4.24967 9.70456 0.323761 -0.887201 0.328716 0 0 v 5.80214 1.02889 6.40855 0.90252 0.337509 0.26748 0 0 v -6.03355 -4.35481 9.70986 0.237522 -0.968103 0.0797503 0 0 v 2.16334 -3.07719 8.23696 0.265954 -0.889814 0.370809 0 0 v -6.13507 -4.33882 9.42486 -0.0291488 -0.987268 -0.156372 0 0 v -6.13432 -4.3743 9.70986 0.132435 -0.988704 0.0701882 0 0 v -6.97644 -3.73865 8.26276 -0.344974 -0.732015 -0.587492 0 0 v -7.67387 0.116407 8.55587 -0.883656 0.414816 -0.216978 0 0 v -5.83645 -4.11748 10.2683 0.369142 -0.866823 0.335191 0 0 v -5.9352 -4.15552 10.2701 0.295258 -0.873423 0.387239 0 0 v -6.03417 -4.18282 10.272 0.213304 -0.879617 0.425177 0 0 v -6.13431 -4.2038 10.2712 0.0794438 -0.89277 0.443454 0 0 v 4.86751 1.15117 8.15147 0.748387 0.331419 0.574524 0 0 v 1.96341 -3.17727 8.10067 0.192168 -0.931484 0.308884 0 0 v 1.06669 -2.63583 9.06417 -0.0927374 -0.75333 0.651072 0 0 v 1.07304 -1.73307 9.69776 -0.0864675 -0.41338 0.906444 0 0 v 5.78793 0.629647 6.83097 0.949936 0.140102 0.279271 0 0 v 4.86782 -2.2726 1.81426 0.556494 -0.69909 -0.448986 0 0 v 4.96797 -2.20159 1.80585 0.26902 -0.908406 -0.320041 0 0 v 5.06621 -2.20105 1.80703 -0.0940872 -0.988534 -0.118101 0 0 v 5.16521 -2.21369 1.80906 -0.161733 -0.985101 -0.0584746 0 0 v 5.26492 -2.23645 1.81218 -0.221806 -0.974967 -0.015543 0 0 v 5.36467 -2.26208 1.81452 -0.204783 -0.978807 0.0011036 0 0 v 5.46443 -2.2792 1.81519 -0.174883 -0.983937 -0.0358228 0 0 v 5.56547 -2.29956 1.81801 -0.136405 -0.988734 -0.0616415 0 0 v 5.66626 -2.30301 1.81681 0.00480454 -0.991101 -0.133028 0 0 v 5.76615 -2.29596 1.81807 0.168246 -0.960706 -0.220763 0 0 v -5.53293 -4.26159 8.43507 0.164786 -0.860451 -0.482151 0 0 v 3.84198 -1.16164 9.30206 0.533268 -0.152738 0.832044 0 0 v 3.59607 -1.07075 9.44797 0.397597 -0.142097 0.906491 0 0 v 1.18279 -1.77156 9.70126 -0.0656764 -0.408414 0.910431 0 0 v 5.52094 -0.0685434 7.52666 0.867674 -0.00237771 0.497127 0 0 v 3.72486 -1.83397 9.10997 0.429676 -0.384157 0.817192 0 0 v -0.0615639 1.9059 12.8955 0.717538 -0.394663 -0.573917 0 0 v -6.24001 1.43647 11.6894 -0.954367 0.273481 -0.119967 0 0 v -7.23967 1.01713 8.94696 -0.819644 0.556136 -0.137464 0 0 v -1.07206 0.497927 9.37967 -0.179752 0.171191 0.968702 0 0 v 3.7173 -1.25811 9.35767 0.475348 -0.214265 0.853308 0 0 v -4.98136 1.51141 12.2484 0.761874 -0.260174 0.593176 0 0 v 2.73224 -1.89994 9.53147 0.190272 -0.525552 0.829211 0 0 v 0.00157607 -1.64283 9.46127 -0.379614 -0.411801 0.82844 0 0 v -2.54112 0.925186 13.9288 -0.260622 -0.56883 0.78007 0 0 v -2.65461 0.966176 13.9166 -0.328457 -0.494024 0.80502 0 0 v -5.67667 -1.58708 12.4032 -0.0942021 -0.194117 0.976445 0 0 v -2.59287 -1.60304 9.13107 -0.260557 -0.484668 0.834989 0 0 v -5.52461 0.983416 12.4836 0.21712 -0.296193 0.930123 0 0 v 3.10355 -2.03714 9.22257 0.486435 -0.575197 0.65767 0 0 v -3.42465 -2.61406 1.98663 -0.688658 -0.579352 0.436006 0 0 v -3.33148 -2.7089 1.999 -0.631828 -0.69334 0.346516 0 0 v -3.23244 -2.78575 2.00705 -0.5059 -0.827196 0.244566 0 0 v -3.13577 -2.82972 2.01227 -0.427686 -0.884905 0.184463 0 0 v -3.03516 -2.87901 2.01654 -0.426688 -0.893887 0.137491 0 0 v -2.93375 -2.92685 2.0209 -0.358326 -0.928033 0.101768 0 0 v -2.83639 -2.96014 2.02364 -0.286386 -0.957352 0.0382184 0 0 v -2.73527 -2.98378 2.02598 -0.137121 -0.990481 0.0120182 0 0 v -2.6355 -2.99124 2.02584 -0.0572919 -0.998196 -0.017956 0 0 v -2.53413 -2.99219 2.02593 0.030289 -0.999229 -0.0249615 0 0 v -2.43321 -2.98789 2.02565 0.119908 -0.992785 0.000316191 0 0 v -2.33295 -2.97304 2.02459 0.150243 -0.98719 0.0536948 0 0 v -2.23293 -2.94772 2.02227 0.274029 -0.960528 0.047903 0 0 v -2.13231 -2.92187 2.02017 0.301239 -0.95232 0.0483949 0 0 v -2.03176 -2.88443 2.01662 0.293558 -0.952643 0.0793406 0 0 v -1.93262 -2.85838 2.01502 0.267724 -0.950973 0.154837 0 0 v -1.83018 -2.82453 2.01365 0.327793 -0.918584 0.220806 0 0 v -1.734 -2.78927 2.00815 0.164378 -0.92385 0.345661 0 0 v -4.92103 2.50439 12.7646 0.744515 -0.341709 0.573527 0 0 v -4.8614 2.48277 12.6803 0.789707 -0.296327 0.537172 0 0 v -2.10663 -1.93524 8.92727 0.209487 -0.632652 0.745565 0 0 v -2.01972 -1.96245 8.88496 0.20129 -0.650448 0.732393 0 0 v -1.94179 -1.9938 8.82977 0.206095 -0.656609 0.725527 0 0 v -1.02933 -3.08598 2.04606 -0.573277 -0.543034 0.61357 0 0 v -0.929254 -3.18929 2.04267 -0.484294 -0.615985 0.621306 0 0 v -0.827294 -3.28906 2.0528 -0.727153 -0.641011 0.24567 0 0 v -0.730054 -3.40522 2.06525 -0.73813 -0.66508 0.113282 0 0 v -0.634014 -3.52305 2.07696 -0.733538 -0.676265 -0.0677304 0 0 v -0.532454 -3.64791 2.08921 -0.714961 -0.665466 -0.214442 0 0 v -0.428324 -3.77028 2.10261 -0.686758 -0.66387 -0.296039 0 0 v -0.330804 -3.87302 2.11214 -0.630261 -0.690216 -0.355489 0 0 v -0.231284 -3.96913 2.12178 -0.545198 -0.726025 -0.419102 0 0 v -0.132614 -4.03067 2.12711 -0.356275 -0.808202 -0.468911 0 0 v -0.0330139 -4.05511 2.12901 -0.201447 -0.867284 -0.455233 0 0 v 0.0673762 -4.06616 2.13049 -0.220529 -0.910441 -0.34995 0 0 v 0.167206 -4.10202 2.13406 -0.408963 -0.884329 -0.225191 0 0 v 0.268026 -4.1722 2.1416 -0.438312 -0.878398 -0.190527 0 0 v 0.366576 -4.21225 2.1444 -0.26544 -0.93345 -0.241271 0 0 v 0.464636 -4.22878 2.14374 -0.226792 -0.925726 -0.302649 0 0 v 0.566166 -4.26048 2.14856 -0.294834 -0.897738 -0.327321 0 0 v 0.665986 -4.29722 2.15195 -0.242382 -0.91811 -0.313568 0 0 v 0.766216 -4.32056 2.15471 -0.265415 -0.907754 -0.324867 0 0 v 0.865596 -4.3582 2.15765 -0.364823 -0.876997 -0.312699 0 0 v 0.966166 -4.40464 2.16299 -0.328025 -0.903767 -0.274964 0 0 v 1.06458 -4.4334 2.16407 -0.256192 -0.930223 -0.262776 0 0 v 1.16647 -4.46407 2.16899 -0.286343 -0.931868 -0.222777 0 0 v 1.26638 -4.49974 2.17251 -0.285042 -0.935814 -0.207373 0 0 v 1.36582 -4.52691 2.17419 -0.127315 -0.966965 -0.220837 0 0 v 1.46581 -4.52562 2.17462 0.229612 -0.950812 -0.207928 0 0 v 1.56535 -4.46378 2.16973 0.5093 -0.810175 -0.290224 0 0 v 1.66579 -4.40292 2.16409 0.214067 -0.934566 -0.284185 0 0 v 1.76751 -4.40023 2.15996 -0.055391 -0.976742 -0.207138 0 0 v 1.86604 -4.40671 2.1625 0.0202085 -0.995271 -0.0950091 0 0 v 1.96573 -4.40357 2.1628 0.129625 -0.990813 -0.0385491 0 0 v 2.06601 -4.38217 2.16019 0.296527 -0.951373 -0.0834377 0 0 v 2.16591 -4.33342 2.1555 0.45233 -0.880266 -0.143278 0 0 v 2.26597 -4.27357 2.14973 0.281168 -0.9406 -0.190307 0 0 v 2.36424 -4.26673 2.15156 0.0559431 -0.965762 -0.253324 0 0 v 2.46692 -4.265 2.14716 0.171626 -0.910576 -0.376027 0 0 v 2.56759 -4.24284 2.15846 0.36527 -0.847639 -0.384819 0 0 v 0.265856 -2.45157 9.06137 -0.22612 -0.638234 0.735886 0 0 v 5.18362 1.53002 7.36157 0.841072 0.293353 0.454469 0 0 v -5.93562 -4.26383 9.98967 0.412589 -0.875053 0.253087 0 0 v -4.70041 6.20804 13.9193 0.93906 -0.260901 0.223824 0 0 v 1.96388 -3.12773 8.23897 0.200495 -0.904478 0.37646 0 0 v -2.83442 -2.40381 8.34966 -0.0833113 -0.758886 0.645873 0 0 v -6.33465 -4.37943 9.71037 -0.0775354 -0.994056 0.0764235 0 0 v -6.43476 -4.36625 9.70986 -0.170515 -0.981797 0.0836581 0 0 v 5.18135 2.02929 6.50794 0.744441 0.661254 0.0924672 0 0 v -1.11104 2.64474 14.8201 -0.651141 0.584622 0.483975 0 0 v -0.736414 -2.78535 8.22777 -0.382407 -0.685704 0.619335 0 0 v -6.23374 -4.20233 10.2702 -0.0224275 -0.895986 0.443516 0 0 v -6.33212 -4.19817 10.2679 -0.124722 -0.880643 0.45707 0 0 v -6.43353 -4.16979 10.2713 -0.260562 -0.850203 0.457452 0 0 v -6.52987 -4.13865 10.2666 -0.34192 -0.82658 0.447053 0 0 v 1.50634 -0.0172935 9.97066 -0.0700726 0.0565636 0.995937 0 0 v -1.46611 0.0589666 9.39686 0.166803 0.0496081 0.984742 0 0 v 5.06987 -2.21051 1.94994 0.180375 -0.974096 -0.136387 0 0 v 5.16597 -2.21405 1.95244 -0.108383 -0.99307 0.0454403 0 0 v 5.26514 -2.22605 1.95421 -0.179374 -0.980402 0.0814683 0 0 v 5.3645 -2.25059 1.95705 -0.230922 -0.969755 0.0790609 0 0 v 5.46436 -2.27615 1.95945 -0.219007 -0.973448 0.0665981 0 0 v 5.56513 -2.29874 1.96163 -0.157616 -0.986139 0.0518364 0 0 v 5.66559 -2.31205 1.96245 -0.0450278 -0.998873 -0.0150354 0 0 v 5.76617 -2.31369 1.96211 0.019127 -0.99931 -0.0318418 0 0 v 5.86706 -2.30246 1.96035 0.176097 -0.972809 -0.150443 0 0 v -1.13591 -2.41873 8.35267 -0.120307 -0.738438 0.663503 0 0 v -4.34981 -2.35536 12.0377 0.533208 -0.603355 0.593003 0 0 v -5.04108 -2.84953 11.7926 0.325514 -0.77898 0.535939 0 0 v 4.3619 -3.00881 7.03667 0.460018 -0.691662 0.556765 0 0 v 5.0248 -2.38701 7.03246 0.73852 -0.548884 0.391554 0 0 v 5.77959 0.231267 6.97267 0.916578 0.0822028 0.391316 0 0 v -1.67325 -1.04586 9.32177 0.277584 -0.383083 0.881019 0 0 v -5.37184 1.65774 12.7373 0.487038 -0.441426 0.753616 0 0 v 2.81864 -1.92966 9.49046 0.261895 -0.523727 0.81063 0 0 v -1.43151 -2.18204 8.57756 -0.0817715 -0.67993 0.728703 0 0 v -2.96598 -1.01013 9.77997 0.885253 -0.225466 0.406806 0 0 v 2.89932 -1.95855 9.44046 0.371786 -0.53572 0.758142 0 0 v 2.90268 -2.10433 9.33197 0.401897 -0.55044 0.731775 0 0 v -5.77707 -2.75465 11.9323 -0.0888434 -0.533378 0.841198 0 0 v -4.62967 -2.10312 12.2358 0.149015 -0.284541 0.947012 0 0 v -5.81473 0.356056 12.3796 -0.119332 0.0347562 0.992246 0 0 v -5.59124 -0.451624 12.4432 0.0140056 0.0346962 0.9993 0 0 v -3.32716 -2.65435 2.13435 -0.730319 -0.640462 0.237577 0 0 v -3.2378 -2.74658 2.14696 -0.653207 -0.741776 0.151954 0 0 v -3.13381 -2.81335 2.15099 -0.509758 -0.857952 0.0637655 0 0 v -2.93622 -2.91983 2.16032 -0.425366 -0.904746 -0.0223076 0 0 v -2.83442 -2.96681 2.16514 -0.313973 -0.947343 -0.0629483 0 0 v -2.73626 -2.98735 2.1659 -0.163407 -0.983403 -0.0788415 0 0 v -2.63499 -2.99949 2.16697 -0.0641446 -0.99272 -0.101945 0 0 v -2.5341 -2.99966 2.16674 0.0473888 -0.992578 -0.111997 0 0 v -2.43353 -2.9898 2.16579 0.131544 -0.986355 -0.0989983 0 0 v -2.33181 -2.96686 2.16304 0.171006 -0.982084 -0.0791725 0 0 v -2.23336 -2.95638 2.16383 0.228621 -0.970487 -0.0767333 0 0 v -2.13196 -2.92242 2.16002 0.321038 -0.944645 -0.0676773 0 0 v -2.03401 -2.88914 2.15809 0.331902 -0.942161 -0.04662 0 0 v -1.93416 -2.85175 2.15444 0.354909 -0.934416 -0.0301204 0 0 v -1.83109 -2.80943 2.14919 0.350019 -0.936439 0.0238671 0 0 v -1.73172 -2.77243 2.14744 0.300427 -0.953804 0.000780883 0 0 v -1.63177 -2.74582 2.14286 0.22735 -0.967825 0.107824 0 0 v -1.53305 -2.72746 2.14457 0.106201 -0.949924 0.293881 0 0 v -4.4871 0.605816 12.4052 -0.64668 0.235929 0.725357 0 0 v -4.98022 2.52672 12.8621 0.744749 -0.372171 0.553929 0 0 v -4.81039 2.46392 12.5627 0.849382 -0.266423 0.455596 0 0 v -7.32253 0.819497 9.22077 -0.939096 0.341389 0.0394079 0 0 v -5.25269 -1.73535 12.3896 0.0146655 -0.251229 0.967817 0 0 v -0.935534 -3.14347 2.1878 -0.785422 -0.61478 0.071812 0 0 v -0.826554 -3.30209 2.19889 -0.809154 -0.582271 -0.0789313 0 0 v -0.726174 -3.45394 2.21096 -0.804981 -0.576025 -0.142129 0 0 v -0.628864 -3.58223 2.22374 -0.762443 -0.619197 -0.187818 0 0 v -0.525764 -3.70604 2.23685 -0.742754 -0.637161 -0.205771 0 0 v -0.429104 -3.82242 2.24706 -0.716763 -0.664339 -0.211905 0 0 v -0.332404 -3.92349 2.25589 -0.68607 -0.694424 -0.216988 0 0 v -0.229974 -4.02772 2.26769 -0.595062 -0.764937 -0.246519 0 0 v -0.133624 -4.09287 2.27152 -0.405768 -0.856277 -0.319596 0 0 v -0.032034 -4.12456 2.27668 -0.113878 -0.936508 -0.331639 0 0 v 0.0651161 -4.11974 2.27303 -0.102522 -0.947536 -0.302762 0 0 v 0.167966 -4.13553 2.27775 -0.31823 -0.921416 -0.222986 0 0 v 0.269846 -4.19436 2.28383 -0.44602 -0.876285 -0.182183 0 0 v 0.368096 -4.24484 2.28799 -0.352351 -0.905248 -0.237435 0 0 v 0.465496 -4.27493 2.28865 -0.300707 -0.904266 -0.303115 0 0 v 0.565986 -4.30919 2.29274 -0.258342 -0.921091 -0.291291 0 0 v 0.766276 -4.35615 2.29751 -0.265673 -0.929989 -0.254044 0 0 v 0.865306 -4.39586 2.30005 -0.343114 -0.910083 -0.232427 0 0 v 0.965226 -4.43243 2.3036 -0.243352 -0.957809 -0.15291 0 0 v 1.06626 -4.45264 2.30672 -0.167024 -0.985657 -0.0241406 0 0 v 1.16686 -4.47422 2.30905 -0.279388 -0.959041 0.0467127 0 0 v 1.26714 -4.50796 2.31268 -0.296753 -0.953213 0.0576456 0 0 v 1.36588 -4.53757 2.31419 -0.127529 -0.991397 0.029465 0 0 v 1.46599 -4.53962 2.31471 0.156518 -0.987455 -0.0208512 0 0 v 1.56923 -4.50291 2.31052 0.449786 -0.880271 -0.151046 0 0 v 1.66739 -4.43379 2.30361 0.39197 -0.900595 -0.18785 0 0 v 1.76585 -4.41763 2.30315 0.0990043 -0.992379 -0.0733626 0 0 v 1.86626 -4.40823 2.30165 0.116309 -0.992805 0.0284855 0 0 v 1.96622 -4.39545 2.3005 0.127845 -0.990776 0.0449275 0 0 v 2.06536 -4.3785 2.29994 0.225875 -0.97379 0.0267045 0 0 v 2.16599 -4.34679 2.29593 0.32645 -0.942718 -0.0686538 0 0 v 2.26512 -4.30566 2.2931 0.231962 -0.95378 -0.191045 0 0 v 2.36634 -4.29989 2.29082 -0.0025297 -0.973547 -0.228474 0 0 v 2.46591 -4.30981 2.29251 0.0805884 -0.970705 -0.226358 0 0 v -6.53617 -4.3096 9.42297 -0.275299 -0.921235 -0.27484 0 0 v -6.43539 -4.33288 9.42416 -0.174344 -0.932488 -0.31634 0 0 v -6.33528 -4.3477 9.42426 -0.0459501 -0.950651 -0.306842 0 0 v -6.23569 -4.33817 9.42396 -0.0173967 -0.961634 -0.273782 0 0 v -3.43395 -2.42629 8.34857 0.0890891 -0.76597 0.636673 0 0 v 1.86443 -3.14168 8.24046 0.121915 -0.920576 0.371048 0 0 v -2.93469 -2.39286 8.35096 -0.0719395 -0.751085 0.656274 0 0 v -2.73438 -2.41689 8.35056 -0.0742666 -0.774258 0.628498 0 0 v -1.8354 1.26317 14.3915 -0.0782626 -0.735756 0.672709 0 0 v -6.5346 -4.34105 9.70926 -0.289941 -0.95415 0.0743698 0 0 v -6.63209 -4.30002 9.70747 -0.434576 -0.897143 0.0792322 0 0 v 5.0311 -1.32254 8.11007 0.832182 -0.163561 0.52983 0 0 v -2.151 1.35534 14.3378 -0.370303 -0.403778 0.836564 0 0 v -4.68509 2.70604 12.3553 0.988169 -0.132842 0.0766536 0 0 v 0.557686 3.63048 14.5437 0.87744 -0.358687 0.318501 0 0 v 5.94123 0.0318166 6.55929 0.961932 -0.0359168 0.270919 0 0 v 5.37871 0.831607 7.51747 0.807748 0.340794 0.481043 0 0 v -6.24637 4.63685 13.9524 -0.559483 -0.352329 0.750229 0 0 v -1.53177 1.38345 14.5521 0.391906 -0.836525 0.382931 0 0 v -7.44666 -0.393243 6.65752 -0.992584 0.0565611 0.107603 0 0 v 1.66526 -3.17023 8.24257 0.19069 -0.872082 0.450678 0 0 v -5.93474 -3.7617 10.9681 0.119611 -0.83424 0.538273 0 0 v 5.16751 -2.20311 2.09201 0.0862945 -0.996023 -0.0221549 0 0 v 5.26582 -2.21278 2.09404 -0.182673 -0.976295 0.116097 0 0 v 5.4649 -2.26075 2.09937 -0.222818 -0.96499 0.138373 0 0 v 5.56399 -2.27857 2.10136 -0.18902 -0.973134 0.131463 0 0 v 5.66534 -2.29992 2.10298 -0.139033 -0.984525 0.106679 0 0 v 5.7655 -2.31367 2.10378 -0.0534077 -0.995623 0.0767011 0 0 v 5.86659 -2.3071 2.10228 0.0853516 -0.996345 0.00349474 0 0 v 5.96371 -2.29807 2.08886 0.186336 -0.978532 -0.0880548 0 0 v 3.26649 -2.78316 8.22517 0.235929 -0.903859 0.356899 0 0 v 4.0636 -1.24464 9.10977 0.626097 -0.176322 0.759548 0 0 v 3.94935 -1.34484 9.18606 0.581622 -0.225354 0.781621 0 0 v -1.30589 0.583837 9.33557 -0.0171963 0.185902 0.982418 0 0 v -4.73247 -2.73051 11.8032 0.309634 -0.843524 0.438854 0 0 v -4.63178 -2.69293 11.8024 0.332874 -0.830676 0.446288 0 0 v -7.27916 0.107837 7.05276 -0.904818 0.316414 0.284932 0 0 v -3.0328 0.466246 13.344 -0.0551177 -0.857594 0.511366 0 0 v 3.37504 -1.56116 9.37877 0.420676 -0.36605 0.830084 0 0 v -0.487444 0.138477 9.57316 -0.240525 0.0624159 0.968634 0 0 v -5.68124 -3.24273 11.5602 0.0986516 -0.699266 0.708022 0 0 v -5.62334 1.74926 12.8807 0.0119798 -0.503114 0.864137 0 0 v -5.11952 -1.92893 12.3252 -0.0045258 -0.295128 0.955447 0 0 v -5.3313 -2.29999 12.1983 0.0189882 -0.381622 0.924123 0 0 v 2.97145 -1.98622 9.37456 0.442528 -0.547519 0.710205 0 0 v 0.853646 -1.21772 9.83237 -0.129555 -0.165178 0.977718 0 0 v -4.73376 -0.0313736 12.3943 -0.0553694 0.0939917 0.994032 0 0 v -5.02131 -2.71362 11.9473 0.176939 -0.684376 0.707334 0 0 v -5.93557 0.398656 12.3547 -0.185123 0.0934631 0.978261 0 0 v -0.732044 -1.53301 9.17266 -0.28573 -0.336481 0.897295 0 0 v -5.59639 2.32262 13.1816 0.0615424 -0.45252 0.889628 0 0 v -4.23389 -1.95406 12.1949 0.385038 -0.251013 0.888109 0 0 v -2.93728 -2.93365 2.30163 -0.428983 -0.897503 -0.102286 0 0 v -2.83464 -2.98009 2.30679 -0.308403 -0.944827 -0.110405 0 0 v -2.73501 -3.00748 2.30884 -0.204586 -0.967823 -0.146505 0 0 v -2.63481 -3.02153 2.30972 -0.0577407 -0.98591 -0.156994 0 0 v -2.53418 -3.0186 2.30993 0.0292603 -0.982701 -0.182873 0 0 v -2.43372 -3.01158 2.30795 0.101777 -0.976903 -0.187888 0 0 v -2.333 -2.99896 2.30699 0.18978 -0.960322 -0.204368 0 0 v -2.23236 -2.97394 2.30445 0.232204 -0.95464 -0.186397 0 0 v -2.13297 -2.94411 2.30269 0.335193 -0.927081 -0.167829 0 0 v -2.03123 -2.89753 2.29666 0.358889 -0.924058 -0.131589 0 0 v -1.93352 -2.86614 2.29601 0.358711 -0.927724 -0.103224 0 0 v -1.83213 -2.81924 2.2913 0.36771 -0.923944 -0.105436 0 0 v -1.73154 -2.78409 2.28779 0.322866 -0.942351 -0.0879298 0 0 v -1.63247 -2.75444 2.28622 0.337432 -0.939685 -0.0559674 0 0 v -1.53402 -2.71262 2.28215 0.297383 -0.954757 0.00145858 0 0 v -1.43486 -2.68177 2.27961 0.112669 -0.99233 0.0508574 0 0 v -1.33479 -2.68973 2.28028 -0.30952 -0.950041 0.0402539 0 0 v 0.445246 -1.21549 9.74607 -0.231483 -0.193546 0.953391 0 0 v 0.560316 -1.25676 9.76217 -0.251291 -0.204089 0.94615 0 0 v -1.24606 -0.611044 9.37106 -0.050919 -0.157578 0.986193 0 0 v -5.73868 -2.15664 12.239 -0.0792407 -0.323231 0.942997 0 0 v -6.35068 -1.06167 12.3727 -0.223778 -0.0943103 0.970067 0 0 v -6.41706 4.85043 13.7593 -0.99881 0.026976 -0.0406338 0 0 v -6.16874 2.10637 6.57774 -0.689791 0.673641 0.265322 0 0 v 0.232236 0.598507 9.68957 -0.241807 0.196592 0.9502 0 0 v 1.31895 0.195247 9.93276 -0.0978859 0.0619509 0.993268 0 0 v 1.77198 0.0271865 9.98407 -0.0462014 0.0696977 0.996498 0 0 v -0.137264 -4.13616 2.41268 -0.425055 -0.871047 -0.246182 0 0 v -0.0333138 -4.1639 2.41849 -0.135934 -0.965192 -0.223442 0 0 v 0.0663861 -4.16447 2.41837 -0.0450911 -0.968288 -0.245735 0 0 v 0.167696 -4.17306 2.42057 -0.314571 -0.911113 -0.266305 0 0 v 0.266616 -4.22554 2.42458 -0.464096 -0.842173 -0.274516 0 0 v 0.366676 -4.28519 2.42974 -0.41698 -0.843539 -0.338481 0 0 v 0.462666 -4.32732 2.43018 -0.282492 -0.891463 -0.354248 0 0 v 0.567666 -4.35342 2.4384 -0.214577 -0.914319 -0.343478 0 0 v 0.665086 -4.37258 2.43664 -0.238911 -0.877205 -0.416453 0 0 v 0.764896 -4.39867 2.43829 -0.242569 -0.884145 -0.399309 0 0 v 0.865546 -4.43153 2.44298 -0.138483 -0.950543 -0.278012 0 0 v 0.965286 -4.4455 2.44383 -0.03718 -0.996877 -0.0696749 0 0 v 1.06539 -4.44571 2.44416 -0.010017 -0.997811 0.0653747 0 0 v 1.16604 -4.45315 2.44581 -0.188254 -0.971486 0.144137 0 0 v 1.26518 -4.48157 2.44797 -0.281049 -0.94004 0.193224 0 0 v 1.36613 -4.51299 2.45151 -0.23759 -0.948877 0.207807 0 0 v 1.46595 -4.52879 2.45236 -0.0253699 -0.991341 0.128838 0 0 v 1.56592 -4.5138 2.45146 0.277422 -0.960481 -0.0226388 0 0 v 1.66662 -4.46877 2.4462 0.410672 -0.898827 -0.153162 0 0 v 1.76815 -4.42376 2.44002 0.261104 -0.952877 -0.154434 0 0 v 1.86735 -4.40097 2.43859 0.16287 -0.981458 -0.101061 0 0 v 1.96691 -4.38689 2.43773 0.150589 -0.986321 -0.0670318 0 0 v 2.06633 -4.37248 2.437 0.160344 -0.984836 -0.0662424 0 0 v 2.1669 -4.35146 2.43426 0.205712 -0.97243 -0.109827 0 0 v 2.26613 -4.33528 2.43398 0.142475 -0.977851 -0.153322 0 0 v 2.36579 -4.33387 2.43422 0.0459203 -0.988281 -0.145572 0 0 v 2.46682 -4.32644 2.43238 0.0874758 -0.995195 -0.0439865 0 0 v 2.56522 -4.32001 2.43325 0.168022 -0.981712 -0.0895033 0 0 v 1.96587 -2.53846 9.06386 -0.0602182 -0.807474 0.586821 0 0 v 1.86543 -2.5321 9.06847 0.0515655 -0.782787 0.62015 0 0 v 1.75003 -2.55399 9.06177 0.153422 -0.729207 0.666873 0 0 v 5.59123 2.02479 5.2643 0.899766 0.429563 -0.0767901 0 0 v 2.55289 -0.686554 9.91176 0.264062 -0.0811629 0.961085 0 0 v -1.83475 -2.46652 8.20986 -0.157301 -0.783423 0.601253 0 0 v 1.7641 -3.15231 8.23977 0.147328 -0.899515 0.411298 0 0 v -2.23306 -2.34522 8.34946 0.215996 -0.776048 0.592534 0 0 v -6.6363 -4.27268 9.42237 -0.401544 -0.883652 -0.240668 0 0 v 6.03859 -0.0680233 6.14306 0.975578 -0.0471038 0.214544 0 0 v 2.06319 -3.1531 8.09967 0.244119 -0.921319 0.302619 0 0 v 2.16223 -3.12547 8.09797 0.305536 -0.912928 0.270574 0 0 v 3.8043 -1.86191 9.05807 0.476452 -0.393291 0.78633 0 0 v -3.95511 -0.893094 12.2101 0.614581 -0.0677208 0.785942 0 0 v -0.564784 -1.14821 9.42136 -0.369577 -0.325214 0.87043 0 0 v 1.93309 -1.89825 9.61336 -0.014208 -0.566528 0.82392 0 0 v 1.1339 -0.310314 9.93746 -0.116614 0.011308 0.993113 0 0 v 2.3611 -0.901794 9.92737 0.13116 -0.142666 0.981042 0 0 v -1.38637 0.321677 9.36846 0.0594154 0.0822638 0.994838 0 0 v -0.541454 0.0126265 9.56317 -0.244793 0.0518026 0.968191 0 0 v -1.23885 1.62193 14.6949 0.667013 -0.743431 0.0490347 0 0 v -6.33103 -3.73383 10.9643 -0.254653 -0.748535 0.612248 0 0 v 5.2677 -2.19542 2.23304 0.116628 -0.993032 0.0168954 0 0 v 5.36558 -2.21338 2.23574 -0.204649 -0.965841 0.158968 0 0 v 5.56478 -2.26155 2.24077 -0.186145 -0.97222 0.141911 0 0 v 5.66467 -2.2762 2.24225 -0.131453 -0.979304 0.153896 0 0 v 5.86582 -2.30137 2.24405 -0.0124839 -0.996083 0.0875415 0 0 v 5.96667 -2.30091 2.24353 0.0582852 -0.997534 0.0390956 0 0 v 6.06945 -2.28986 2.2305 0.237419 -0.969845 -0.0550687 0 0 v -6.13414 -3.95816 10.688 0.0213509 -0.837831 0.545511 0 0 v -1.2186 3.70684 6.13832 -0.58702 0.335273 0.736885 0 0 v -1.64565 1.99214 8.77907 0.0475151 0.539471 0.840662 0 0 v -3.2261 0.0799264 12.6145 0.390132 -0.878913 0.274426 0 0 v -0.529874 -4.59842 5.62381 -0.391174 -0.83382 0.389521 0 0 v 3.48999 -1.31673 9.42016 0.25387 -0.288518 0.923205 0 0 v -6.83807 -2.15782 11.9374 -0.415708 -0.397271 0.818145 0 0 v 5.43262 1.52793 6.94887 0.848284 0.394366 0.353399 0 0 v -6.23942 4.90169 14.0978 -0.545508 -0.421488 0.724409 0 0 v 4.66387 -1.89811 8.26707 0.690842 -0.46108 0.556904 0 0 v 4.4132 -1.94654 8.49056 0.590236 -0.494365 0.638142 0 0 v -4.58017 1.40592 11.1167 0.782002 0.576875 0.235985 0 0 v -5.86021 1.83195 12.8419 -0.475076 -0.442588 0.760538 0 0 v -5.08846 -1.06511 12.4528 0.0125177 -0.00515761 0.999908 0 0 v -6.06457 -2.04539 12.2373 -0.133434 -0.318399 0.938519 0 0 v 0.744036 -1.17833 9.82557 -0.157487 -0.163409 0.973907 0 0 v 0.610916 -1.42042 9.74487 -0.231281 -0.254763 0.938938 0 0 v 4.22389 1.82324 8.22577 0.427537 0.64122 0.63722 0 0 v -2.14399 -0.429293 9.58536 0.166163 -0.128373 0.977707 0 0 v -0.139894 0.301377 9.64917 -0.262741 0.125806 0.95663 0 0 v 1.65263 -1.79652 9.69246 0.00829749 -0.522252 0.852751 0 0 v -5.54607 2.59143 13.3099 0.164378 -0.440023 0.882813 0 0 v -2.83643 -2.99761 2.448 -0.351293 -0.926853 -0.132426 0 0 v -2.73516 -3.03238 2.45191 -0.230011 -0.959713 -0.161386 0 0 v -2.63476 -3.04589 2.45269 -0.0754 -0.980942 -0.179074 0 0 v -2.53442 -3.04969 2.45194 -0.00511686 -0.980012 -0.198875 0 0 v -2.43391 -3.04706 2.45222 0.0921811 -0.975041 -0.201984 0 0 v -2.33371 -3.03186 2.45164 0.179716 -0.96319 -0.199917 0 0 v -2.23333 -3.00746 2.44903 0.249158 -0.94834 -0.196397 0 0 v -2.13395 -2.97931 2.44712 0.347942 -0.915018 -0.204152 0 0 v -1.93199 -2.88236 2.43718 0.373993 -0.90924 -0.182789 0 0 v -1.83284 -2.84216 2.43417 0.370842 -0.912735 -0.171436 0 0 v -1.73318 -2.80368 2.4305 0.356462 -0.920818 -0.158207 0 0 v -1.63392 -2.76362 2.4274 0.362518 -0.922025 -0.135831 0 0 v -1.53332 -2.71706 2.42241 0.322235 -0.937522 -0.131216 0 0 v -1.43424 -2.69429 2.42024 0.111433 -0.987521 -0.111285 0 0 v -1.3357 -2.69379 2.4204 -0.309142 -0.948353 -0.0711186 0 0 v -1.23552 -2.75303 2.42631 -0.609316 -0.791162 -0.05289 0 0 v -0.960674 -1.45008 9.13676 -0.267511 -0.320969 0.908525 0 0 v 3.00781 -1.5685 9.58737 0.335275 -0.305949 0.891059 0 0 v -6.66627 -1.39512 12.2445 -0.311578 -0.169329 0.935012 0 0 v -7.91077 -1.17771 9.51606 -0.977073 -0.0474711 0.207543 0 0 v -6.26113 2.00345 6.58196 -0.706875 0.655138 0.266685 0 0 v 2.77114 -0.338823 9.85576 0.348905 -0.0533993 0.935635 0 0 v 3.46896 -0.595724 9.55297 0.438097 -0.0317503 0.898367 0 0 v -0.138494 -4.16929 2.55743 -0.374513 -0.903666 -0.207672 0 0 v -0.0340139 -4.19007 2.55968 -0.116043 -0.970246 -0.212502 0 0 v 0.0681962 -4.19638 2.563 -0.201594 -0.935591 -0.289878 0 0 v -2.12165 1.63142 14.4311 -0.508183 -0.0782263 0.857689 0 0 v 0.365006 -4.35957 2.57509 -0.369042 -0.834069 -0.410044 0 0 v 0.467696 -4.39084 2.58143 -0.268052 -0.868978 -0.415962 0 0 v 0.564316 -4.4226 2.57932 -0.319869 -0.806698 -0.496913 0 0 v 0.666256 -4.47716 2.58749 -0.223295 -0.820654 -0.525991 0 0 v 0.765936 -4.49005 2.58828 -0.0367358 -0.896466 -0.441587 0 0 v 0.866116 -4.48583 2.58977 0.0833684 -0.919179 -0.384916 0 0 v 0.965916 -4.46835 2.58553 0.182278 -0.934856 -0.304661 0 0 v 1.06647 -4.44123 2.58069 0.163485 -0.976955 -0.137226 0 0 v 1.16574 -4.43075 2.58252 -0.0590088 -0.998248 0.00434738 0 0 v 1.26412 -4.45241 2.58365 -0.210067 -0.976948 0.0380075 0 0 v 1.36391 -4.47508 2.58609 -0.255885 -0.965028 0.056955 0 0 v 1.46483 -4.49982 2.58712 -0.206877 -0.978367 0.000581775 0 0 v 1.56577 -4.51103 2.59135 0.0241228 -0.989202 -0.14456 0 0 v 1.66574 -4.48889 2.58882 0.229892 -0.929511 -0.288372 0 0 v 1.76593 -4.45428 2.58489 0.232661 -0.890046 -0.392029 0 0 v 1.86687 -4.43448 2.58105 0.176003 -0.893465 -0.41321 0 0 v 1.96583 -4.418 2.58152 0.160641 -0.901277 -0.402361 0 0 v 2.06608 -4.39549 2.57884 0.186254 -0.917559 -0.351275 0 0 v 2.16642 -4.38472 2.57733 0.197069 -0.939575 -0.279934 0 0 v 2.26676 -4.36209 2.57485 0.165278 -0.958972 -0.230339 0 0 v 2.36651 -4.34879 2.57407 0.197018 -0.971777 -0.129745 0 0 v 2.46787 -4.32883 2.57157 0.17138 -0.985205 7.29629e-005 0 0 v 2.56681 -4.31258 2.57106 0.218646 -0.973986 0.0595486 0 0 v -1.63564 -2.39636 8.35347 -0.0856277 -0.751239 0.654453 0 0 v -0.233744 -2.17136 9.04777 -0.312941 -0.520725 0.794301 0 0 v -0.132044 -2.24528 9.04747 -0.350247 -0.550301 0.757955 0 0 v -5.31383 6.34516 13.0615 -0.943121 0.327485 0.0572402 0 0 v -0.900574 -0.733893 9.41177 -0.283787 -0.21987 0.933339 0 0 v -1.93491 -2.4449 8.21136 -0.105643 -0.784097 0.611581 0 0 v -2.03423 -2.44161 8.20876 -0.0344647 -0.785514 0.617884 0 0 v -1.53492 -2.40541 8.35106 -0.0859773 -0.743158 0.663569 0 0 v 2.06611 -2.5502 9.06367 -0.0451392 -0.828784 0.557746 0 0 v 4.91245 -1.27859 8.29756 0.794356 -0.12176 0.595125 0 0 v -1.9173 1.26828 14.3731 -0.21429 -0.603361 0.768138 0 0 v -4.90808 2.35544 12.6795 0.738666 -0.304832 0.601207 0 0 v -4.9721 2.37876 12.7543 0.716483 -0.323138 0.618251 0 0 v -0.433514 -2.29783 8.91007 -0.301197 -0.552622 0.777103 0 0 v -7.63967 -2.98065 8.35756 -0.828829 -0.125313 -0.545287 0 0 v -4.86579 4.909 12.343 0.883476 0.213755 -0.416869 0 0 v 5.52534 0.729727 7.38057 0.795604 0.272861 0.540889 0 0 v -3.66921 -0.793244 11.6039 0.981976 -0.18898 -0.00310904 0 0 v 4.10709 -3.16694 7.03386 0.507347 -0.682148 0.526567 0 0 v -2.22937 0.633437 9.59877 0.252813 0.0921133 0.96312 0 0 v -0.233694 -2.37481 8.91566 -0.285641 -0.574946 0.766711 0 0 v -4.63601 -2.60727 11.938 0.287562 -0.758127 0.585278 0 0 v -7.72448 -2.07835 9.38037 -0.979328 -0.177671 0.0966893 0 0 v -6.33471 -4.38035 9.56826 -0.0833577 -0.992801 -0.0860151 0 0 v 5.27 -2.19515 2.37326 0.378621 -0.914507 -0.14256 0 0 v 5.36871 -2.18899 2.37377 -0.0803846 -0.986198 0.144744 0 0 v 5.56505 -2.23678 2.37978 -0.230908 -0.945329 0.230294 0 0 v 5.66524 -2.25849 2.38134 -0.141559 -0.970096 0.197169 0 0 v 5.76466 -2.26398 2.38251 -0.0966356 -0.979704 0.175619 0 0 v 5.96596 -2.28718 2.38392 -0.0385786 -0.989363 0.14026 0 0 v 6.0665 -2.28518 2.38336 0.0870184 -0.992174 0.0895414 0 0 v 6.17291 -2.26138 2.36988 0.332402 -0.941685 -0.0523309 0 0 v -6.23418 -4.26811 10.1328 -0.00706061 -0.917861 0.39684 0 0 v -6.3334 -4.2631 10.1305 -0.117017 -0.913538 0.389559 0 0 v -6.43411 -4.24282 10.1318 -0.252026 -0.877971 0.407002 0 0 v -6.23895 -0.230683 3.70447 -0.607983 0.101454 -0.787442 0 0 v -6.04644 3.28564 13.4969 -0.609164 -0.402834 0.683114 0 0 v -2.32347 0.667327 9.62226 0.228274 0.0925674 0.969186 0 0 v 3.40211 -1.28527 9.45867 0.331018 -0.275102 0.902633 0 0 v 2.46244 -3.01103 8.09177 0.351371 -0.918112 0.183328 0 0 v 5.75715 -0.468063 6.97257 0.914117 -0.0983137 0.393349 0 0 v -0.740834 2.1778 15.2968 0.0163002 -0.548009 0.836313 0 0 v -5.9937 1.88418 12.7781 -0.585958 -0.40821 0.700013 0 0 v 0.797906 -3.90489 6.82212 -0.0646448 -0.362593 0.929703 0 0 v 0.803586 -2.07694 9.45186 -0.200126 -0.566353 0.799496 0 0 v -5.13658 -1.19292 12.4495 0.00934283 -0.0245006 0.999656 0 0 v 1.27636 -3.92494 6.82456 -0.0294228 -0.368955 0.928981 0 0 v -4.50416 -2.44667 12.0415 0.320436 -0.609813 0.724879 0 0 v -0.271184 0.349457 9.60237 -0.243711 0.127837 0.961386 0 0 v -0.469134 0.569557 9.51186 -0.24423 0.238344 0.93997 0 0 v -0.637404 -0.242763 9.55857 -0.261407 0.0106531 0.96517 0 0 v -6.54183 -1.43731 12.2844 -0.320354 -0.160223 0.93365 0 0 v -2.83504 -3.01894 2.5911 -0.39048 -0.913331 -0.115547 0 0 v -2.73478 -3.05701 2.5946 -0.24054 -0.9616 -0.132159 0 0 v -2.63494 -3.0718 2.59536 -0.104935 -0.984891 -0.13776 0 0 v -2.53396 -3.08026 2.59722 -0.0343785 -0.987767 -0.1521 0 0 v -2.43407 -3.07245 2.59517 0.0807994 -0.974208 -0.21069 0 0 v -2.33382 -3.0573 2.59415 0.17335 -0.957478 -0.230621 0 0 v -2.23307 -3.03443 2.59121 0.258083 -0.939512 -0.225189 0 0 v -2.13404 -3.00452 2.59023 0.298451 -0.931323 -0.20872 0 0 v -2.03338 -2.96707 2.58591 0.360324 -0.900802 -0.242328 0 0 v -1.93251 -2.91931 2.58092 0.394722 -0.880971 -0.26093 0 0 v -1.834 -2.87757 2.5787 0.377365 -0.892477 -0.247145 0 0 v -1.73568 -2.83507 2.57589 0.381326 -0.896997 -0.223578 0 0 v -1.63351 -2.79057 2.57006 0.358216 -0.911874 -0.200417 0 0 v -1.53319 -2.75372 2.56648 0.338566 -0.920985 -0.19277 0 0 v -1.43414 -2.72437 2.56475 0.183056 -0.969836 -0.160961 0 0 v -1.33444 -2.71311 2.56345 -0.214058 -0.968163 -0.129766 0 0 v -1.23602 -2.76705 2.56756 -0.61256 -0.78591 -0.0843554 0 0 v -0.801144 0.981237 9.32337 -0.146198 0.242844 0.958985 0 0 v -0.907584 1.01797 9.30336 -0.191479 0.300723 0.934292 0 0 v -1.57145 2.24793 14.6755 -0.613367 0.469967 0.634753 0 0 v -6.34648 1.90464 6.58748 -0.713973 0.657204 0.241507 0 0 v 0.489296 0.502877 9.77067 -0.197754 0.167053 0.965912 0 0 v 1.99005 -0.0534035 9.99276 0.0219112 0.0610298 0.997895 0 0 v 2.68289 -0.306814 9.89137 0.3094 -0.0391218 0.950127 0 0 v 3.55546 -0.627744 9.51266 0.4538 -0.0449931 0.889967 0 0 v -0.134324 -4.20279 2.7004 -0.359359 -0.896385 -0.25953 0 0 v -0.0334239 -4.22552 2.70264 -0.175158 -0.92465 -0.338145 0 0 v 0.0647661 -4.24067 2.70282 -0.302738 -0.859086 -0.412699 0 0 v 0.264116 -4.39762 2.71683 -0.381692 -0.806244 -0.451976 0 0 v 0.367826 -4.42727 2.72382 -0.28511 -0.858038 -0.42718 0 0 v 0.464266 -4.47054 2.7232 -0.390007 -0.791315 -0.470866 0 0 v 0.565066 -4.53637 2.73187 -0.333188 -0.816027 -0.472319 0 0 v 0.666356 -4.56072 2.73482 -0.0796342 -0.910815 -0.40506 0 0 v 0.765496 -4.554 2.73125 0.0128552 -0.916297 -0.400294 0 0 v 0.866216 -4.54531 2.729 0.0640448 -0.900539 -0.430032 0 0 v 0.966186 -4.54138 2.73074 0.248558 -0.870573 -0.424642 0 0 v 1.06594 -4.48449 2.72428 0.330231 -0.866838 -0.373551 0 0 v 1.16521 -4.45396 2.7198 0.0405323 -0.965944 -0.255555 0 0 v 1.26616 -4.46516 2.72535 -0.237012 -0.91605 -0.323539 0 0 v 1.36489 -4.49722 2.72556 -0.305898 -0.858308 -0.411987 0 0 v 1.46566 -4.54046 2.73114 -0.179091 -0.87548 -0.448845 0 0 v 1.56582 -4.54998 2.73304 -0.0582348 -0.885332 -0.461299 0 0 v 1.66569 -4.55983 2.73529 -0.00854182 -0.890269 -0.455355 0 0 v 1.76589 -4.56302 2.73375 0.0639178 -0.837013 -0.543436 0 0 v 1.86614 -4.55142 2.73236 0.156234 -0.810853 -0.564012 0 0 v 1.96547 -4.52446 2.73179 0.163471 -0.812831 -0.559092 0 0 v 2.06414 -4.50808 2.73252 0.287716 -0.793008 -0.536989 0 0 v 2.16503 -4.45136 2.72545 0.334152 -0.825628 -0.454622 0 0 v 2.26561 -4.40501 2.71963 0.291589 -0.889957 -0.350646 0 0 v 2.48025 -4.32236 2.71401 0.331558 -0.93829 -0.0983962 0 0 v 2.58126 -4.29681 2.71575 0.326794 -0.944576 0.0313428 0 0 v 0.266826 -2.60144 8.92377 -0.216084 -0.684876 0.695883 0 0 v 0.166406 -2.56428 8.92286 -0.260768 -0.662555 0.702155 0 0 v 0.0671261 -2.52513 8.92006 -0.302689 -0.628412 0.716574 0 0 v -0.0344739 -2.46483 8.92047 -0.335007 -0.595397 0.730255 0 0 v -0.134414 -2.41586 8.92037 -0.301888 -0.59178 0.747436 0 0 v -2.13349 -2.4351 8.21286 0.0750001 -0.776396 0.625767 0 0 v -2.23245 -2.45919 8.21326 0.226444 -0.761769 0.606986 0 0 v -0.433854 -2.08289 9.04377 -0.289729 -0.473416 0.831826 0 0 v 2.16589 -2.55382 9.06656 -0.0589555 -0.817525 0.572868 0 0 v 2.26559 -2.56275 9.06437 -0.0270805 -0.810843 0.584637 0 0 v 2.36521 -2.56137 9.06316 0.0853458 -0.791391 0.605324 0 0 v 0.0650361 -2.99946 8.23716 -0.246804 -0.819165 0.517741 0 0 v 4.87401 -1.4067 8.31506 0.765739 -0.224048 0.602865 0 0 v -2.02178 1.14417 9.41677 0.384105 0.299424 0.873389 0 0 v -2.48977 -0.451643 9.62756 0.156686 -0.229665 0.960574 0 0 v -5.09457 -1.64495 12.3967 0.103757 -0.20601 0.973034 0 0 v 1.35764 -0.392393 9.95967 -0.0993435 -0.00372563 0.995046 0 0 v -1.15796 0.237537 9.39946 -0.149034 0.0985203 0.983912 0 0 v 0.453546 -0.349264 9.83446 -0.177062 0.0154153 0.984079 0 0 v 5.47221 1.5286 6.8109 0.867855 0.432875 0.243819 0 0 v 2.55152 -0.971424 9.88276 0.216577 -0.151352 0.964462 0 0 v -2.02652 1.31074 14.369 -0.313776 -0.492589 0.811727 0 0 v -2.23249 0.790706 13.7988 0.276455 -0.897732 0.343002 0 0 v 5.37184 -2.17193 2.51278 0.354867 -0.934825 0.0130991 0 0 v 5.46767 -2.16618 2.51421 -0.0915403 -0.94898 0.301758 0 0 v 5.56534 -2.19242 2.51785 -0.26037 -0.898112 0.354404 0 0 v 5.66416 -2.21743 2.52077 -0.206992 -0.926045 0.315588 0 0 v 5.76507 -2.23536 2.52098 -0.153372 -0.952061 0.264683 0 0 v 5.8649 -2.24972 2.52237 -0.14184 -0.967536 0.20918 0 0 v 5.96552 -2.26192 2.5231 -0.0721934 -0.982049 0.174261 0 0 v 6.17183 -2.25994 2.50858 0.253712 -0.963349 0.0871105 0 0 v 6.26756 -2.22136 2.50801 0.444137 -0.892034 0.0837654 0 0 v 5.96502 0.429987 6.41959 0.947139 0.15954 0.278344 0 0 v -6.53327 -4.20493 10.1301 -0.356418 -0.840994 0.407057 0 0 v -6.62957 -4.16334 10.126 -0.438706 -0.802091 0.4052 0 0 v -6.43653 -4.178 9.13507 -0.329056 -0.857812 -0.394816 0 0 v -7.09213 0.212597 7.85946 -0.792561 0.329155 -0.513326 0 0 v 5.46208 -0.869273 7.52506 0.887985 -0.120377 0.443838 0 0 v -4.68493 3.6062 12.1978 0.981369 0.036469 -0.188638 0 0 v -5.93375 -4.33125 9.56756 0.197588 -0.972243 0.125313 0 0 v 2.97453 -2.13181 9.26527 0.495623 -0.566278 0.658549 0 0 v 1.07323 -1.29699 9.83846 -0.0707907 -0.230054 0.9706 0 0 v -6.43691 -2.54494 6.36332 -0.62212 -0.782885 0.00760419 0 0 v -6.1667 -2.84886 6.10092 -0.71243 -0.689298 0.131571 0 0 v -1.32461 -1.91929 8.80857 -0.167035 -0.498133 0.85086 0 0 v -3.94253 -1.62543 12.0707 0.805479 -0.227497 0.547219 0 0 v -5.61197 -2.35358 12.1689 -0.0374318 -0.418879 0.90727 0 0 v -4.58623 -2.41794 12.0909 0.246209 -0.531012 0.810807 0 0 v -0.390594 0.393337 9.57427 -0.235476 0.134116 0.962582 0 0 v -5.49533 0.825746 12.4252 0.223371 -0.247991 0.942659 0 0 v -0.740344 0.667387 9.42216 -0.214616 0.236323 0.947677 0 0 v 2.74435 -2.1919 9.31926 0.199562 -0.652304 0.731214 0 0 v -6.18128 -1.55856 12.3454 -0.172604 -0.186648 0.967145 0 0 v -2.83678 -3.03486 2.73272 -0.418403 -0.902258 -0.104257 0 0 v -2.73492 -3.06984 2.73618 -0.23629 -0.964105 -0.12111 0 0 v -2.63506 -3.08427 2.73677 -0.135844 -0.978186 -0.157158 0 0 v -2.53432 -3.09444 2.7386 -0.101286 -0.973715 -0.204011 0 0 v -2.43408 -3.10388 2.74028 -0.0248711 -0.966134 -0.25684 0 0 v -2.33341 -3.10028 2.73691 0.119649 -0.948062 -0.294725 0 0 v -2.234 -3.08049 2.73734 0.248459 -0.91437 -0.319681 0 0 v -2.13419 -3.04192 2.73436 0.307429 -0.89833 -0.313833 0 0 v -2.03258 -3.00806 2.72966 0.339811 -0.897785 -0.280197 0 0 v -1.93216 -2.97059 2.72622 0.405974 -0.881748 -0.240218 0 0 v -1.83142 -2.92142 2.72118 0.399411 -0.892032 -0.211539 0 0 v -1.73447 -2.87666 2.71947 0.412162 -0.886503 -0.21032 0 0 v -1.63834 -2.82899 2.71454 0.384835 -0.901154 -0.199558 0 0 v -1.53466 -2.78708 2.71128 0.364656 -0.908785 -0.202819 0 0 v -1.43419 -2.73984 2.70632 0.246232 -0.950508 -0.189486 0 0 v -1.33482 -2.72885 2.70463 -0.182667 -0.972987 -0.141167 0 0 v -1.236 -2.7797 2.7094 -0.592707 -0.799313 -0.098982 0 0 v -1.14622 -2.8773 2.71622 -0.768513 -0.632127 -0.0990059 0 0 v -6.44132 1.80394 6.59278 -0.686734 0.677104 0.264436 0 0 v 0.608966 0.458646 9.79877 -0.174983 0.150453 0.973008 0 0 v 0.969626 0.324947 9.87576 -0.153224 0.0968222 0.983437 0 0 v 2.59003 -0.272813 9.91757 0.248886 -0.00445008 0.968523 0 0 v 3.63772 -0.658383 9.46467 0.477904 -0.0354957 0.877695 0 0 v -0.133354 -4.26153 2.84573 -0.431462 -0.848987 -0.305061 0 0 v -0.0341739 -4.29861 2.84876 -0.318724 -0.856348 -0.406304 0 0 v 0.265786 -4.46738 2.8637 -0.369267 -0.854605 -0.365091 0 0 v 0.366376 -4.50209 2.86728 -0.359805 -0.857834 -0.366963 0 0 v 0.466606 -4.56028 2.8738 -0.415973 -0.843995 -0.338583 0 0 v 0.565516 -4.60034 2.87596 -0.231556 -0.926342 -0.297106 0 0 v 0.663826 -4.60702 2.87384 -0.0675346 -0.951044 -0.301588 0 0 v 0.766266 -4.61801 2.87997 -0.0889054 -0.938541 -0.333521 0 0 v 0.865996 -4.62594 2.87739 0.0362021 -0.935953 -0.350258 0 0 v 0.966036 -4.612 2.87683 0.21584 -0.902411 -0.372917 0 0 v 1.06582 -4.56378 2.8726 0.327766 -0.839098 -0.434147 0 0 v 1.16655 -4.52401 2.87686 0.000310962 -0.863626 -0.504133 0 0 v 1.27078 -4.5886 2.8826 -0.358718 -0.774059 -0.521684 0 0 v 1.36735 -4.63792 2.8847 -0.28463 -0.816038 -0.503058 0 0 v 1.46641 -4.65628 2.88295 -0.0795224 -0.877954 -0.472095 0 0 v 1.56632 -4.65424 2.88362 -0.0230216 -0.879961 -0.474487 0 0 v 1.76604 -4.66058 2.88112 0.0575549 -0.902891 -0.425999 0 0 v 1.86552 -4.64557 2.88124 0.164486 -0.882134 -0.441343 0 0 v 1.96527 -4.61999 2.87947 0.203731 -0.874598 -0.439968 0 0 v 2.06876 -4.59301 2.86393 0.324825 -0.840769 -0.433125 0 0 v -0.0345539 -2.62986 8.78586 -0.33211 -0.7179 0.611819 0 0 v 1.56499 -2.86143 8.78916 0.150992 -0.760265 0.631821 0 0 v -7.90643 -1.08117 8.83566 -0.972965 -0.051908 -0.225045 0 0 v -0.833454 -2.05659 8.89867 -0.337686 -0.512901 0.789241 0 0 v -0.733234 -2.12009 8.90166 -0.338961 -0.532926 0.775304 0 0 v -0.634154 -2.17187 8.90576 -0.337117 -0.542177 0.769673 0 0 v -3.03451 -2.3898 8.34807 -0.0796381 -0.734227 0.674217 0 0 v -3.2337 -2.3712 8.35316 0.0694117 -0.708175 0.702617 0 0 v -2.33334 -2.49511 8.21326 0.212337 -0.78635 0.580144 0 0 v -2.43273 -2.51177 8.21706 0.121652 -0.812905 0.569549 0 0 v -0.531144 -2.02832 9.03446 -0.315737 -0.467403 0.825739 0 0 v -0.632074 -1.96639 9.03416 -0.316612 -0.447255 0.836492 0 0 v -0.730494 -1.90074 9.02696 -0.333658 -0.428974 0.839437 0 0 v -5.93442 -3.6681 11.1035 0.053338 -0.802401 0.594397 0 0 v -3.84735 -1.49187 11.2917 0.93286 -0.28304 0.222847 0 0 v 3.68237 -1.10263 9.40736 0.43722 -0.133254 0.889428 0 0 v -6.65322 -0.810604 12.3121 -0.276403 -0.0247767 0.960722 0 0 v 2.78002 -0.627234 9.84757 0.323544 -0.0117267 0.94614 0 0 v 5.24916 -1.5709 7.65586 0.832607 -0.286987 0.473712 0 0 v -4.68542 4.10663 12.352 0.967 0.123487 -0.222849 0 0 v -3.04048 1.79394 9.35446 -0.020737 0.604586 0.79627 0 0 v 5.67645 0.929627 6.96576 0.875593 0.333006 0.349919 0 0 v 5.78333 -0.0683134 6.97447 0.917463 -0.0313661 0.396582 0 0 v -5.48244 1.7438 10.5228 -0.188497 0.966493 0.17424 0 0 v -6.92116 0.919377 8.25387 -0.664929 0.554005 -0.500947 0 0 v -0.837324 1.17532 12.7436 0.519027 -0.752266 -0.40584 0 0 v 5.47246 -2.12216 2.65122 0.284268 -0.944881 0.162455 0 0 v 5.56787 -2.12727 2.65245 -0.205726 -0.889337 0.40836 0 0 v 5.66549 -2.16412 2.65656 -0.266118 -0.865518 0.424334 0 0 v 5.7649 -2.18701 2.65865 -0.224491 -0.893217 0.389572 0 0 v 5.86455 -2.21266 2.66099 -0.214194 -0.91282 0.347679 0 0 v 5.9654 -2.23517 2.66211 -0.156342 -0.941541 0.298425 0 0 v 6.06577 -2.24596 2.66257 0.00815873 -0.974614 0.223744 0 0 v 6.16643 -2.23471 2.66125 0.217721 -0.955678 0.198185 0 0 v 6.26759 -2.21164 2.65917 0.278686 -0.953909 0.11132 0 0 v 6.364 -2.16865 2.64545 0.401345 -0.914986 0.0415083 0 0 v -7.08303 0.529916 10.8724 -0.832884 0.310979 0.457817 0 0 v 5.93652 -1.16818 6.13845 0.976171 -0.141521 0.164503 0 0 v -4.80817 5.90604 13.9221 0.85943 -0.302487 0.412168 0 0 v -5.85439 -0.503594 12.4509 -0.0260326 0.00871834 0.999623 0 0 v -2.93323 0.568266 13.4956 -0.139251 -0.768402 0.624635 0 0 v -7.44497 0.518337 9.49907 -0.806185 0.575424 0.137668 0 0 v -4.7198 3.50621 12.0389 0.962822 0.0539534 -0.264693 0 0 v -5.8377 2.72065 13.3416 -0.383311 -0.40967 0.827794 0 0 v -7.72799 -1.68372 8.69837 -0.832268 -0.374773 -0.408503 0 0 v 2.56578 -2.97062 8.09216 0.2836 -0.932252 0.22467 0 0 v 2.66543 -2.94315 8.08986 0.179657 -0.942323 0.282401 0 0 v -4.23436 -1.17817 2.70666 -0.396999 -0.402999 -0.824612 0 0 v 2.76532 -2.92949 8.08877 0.107066 -0.936057 0.335163 0 0 v 2.86535 -2.92723 8.08747 0.0191358 -0.90659 0.421578 0 0 v -5.59129 -1.90958 12.3338 -0.0106895 -0.270543 0.962648 0 0 v 0.508126 -1.09399 9.78467 -0.234049 -0.165693 0.958001 0 0 v -3.89874 -1.64452 11.9577 0.909548 -0.281338 0.305895 0 0 v 3.67355 -2.24583 8.86837 0.450003 -0.63504 0.627871 0 0 v -0.521794 0.441387 9.52676 -0.259247 0.173138 0.950165 0 0 v -0.996744 0.762076 9.33917 -0.199248 0.225947 0.953545 0 0 v -6.17276 -1.2687 12.3884 -0.163223 -0.103278 0.981169 0 0 v -3.51315 -1.83618 10.2036 0.780445 -0.393845 0.485584 0 0 v -2.8348 -3.05639 2.87578 -0.442412 -0.886862 -0.133224 0 0 v -2.73452 -3.09428 2.87914 -0.298304 -0.933931 -0.196943 0 0 v -2.63508 -3.1221 2.88095 -0.191874 -0.948567 -0.251805 0 0 v -2.53494 -3.1367 2.88156 -0.140962 -0.949615 -0.279929 0 0 v -2.43406 -3.15482 2.88537 -0.0490526 -0.963391 -0.263576 0 0 v -2.33362 -3.14993 2.88242 0.0856351 -0.95579 -0.281304 0 0 v -2.23366 -3.13367 2.88197 0.20259 -0.933279 -0.296559 0 0 v -2.13408 -3.106 2.8804 0.31188 -0.897166 -0.312769 0 0 v -2.03432 -3.0675 2.87713 0.398471 -0.868988 -0.293396 0 0 v -1.93272 -3.00746 2.87047 0.483169 -0.843091 -0.236103 0 0 v -1.83348 -2.94205 2.86533 0.461983 -0.872408 -0.159612 0 0 v -1.73463 -2.90158 2.86251 0.393233 -0.910344 -0.129001 0 0 v -1.63412 -2.85217 2.85781 0.377382 -0.909771 -0.172916 0 0 v -1.53424 -2.81331 2.85425 0.330614 -0.92185 -0.202206 0 0 v -1.43408 -2.77829 2.85028 0.267088 -0.936203 -0.228448 0 0 v -1.33366 -2.76167 2.84983 -0.125491 -0.970698 -0.204935 0 0 v -1.23351 -2.80045 2.8531 -0.563412 -0.81485 -0.136331 0 0 v -1.14293 -2.91167 2.86065 -0.77568 -0.624587 -0.0906114 0 0 v 0.849226 0.369507 9.85167 -0.153808 0.0876134 0.984209 0 0 v 1.43369 0.152656 9.94736 -0.103701 0.084734 0.990992 0 0 v 2.29822 -0.165573 9.97266 0.128981 0.00891331 0.991607 0 0 v 3.21346 -0.501983 9.67787 0.357486 -0.0163591 0.933775 0 0 v 3.72 -0.688913 9.41716 0.501276 -0.0414263 0.864295 0 0 v 0.869736 -1.65982 9.71926 -0.157747 -0.396229 0.904499 0 0 v -0.130654 -4.30591 2.99064 -0.544311 -0.814777 -0.199661 0 0 v -0.0307839 -4.36528 2.99624 -0.425716 -0.868738 -0.253102 0 0 v 0.164486 -4.4699 3.00275 -0.488518 -0.843731 -0.222415 0 0 v 0.266436 -4.51427 3.00827 -0.332025 -0.917741 -0.217971 0 0 v 0.367306 -4.5483 3.01151 -0.383796 -0.900322 -0.20523 0 0 v 0.466616 -4.59707 3.01553 -0.364183 -0.918569 -0.153631 0 0 v 0.566366 -4.63336 3.01893 -0.227379 -0.965177 -0.129354 0 0 v 0.665186 -4.6495 3.01923 -0.150224 -0.974061 -0.169229 0 0 v 0.765386 -4.66221 3.0203 -0.0897291 -0.977505 -0.190871 0 0 v 0.865916 -4.6646 3.01957 0.0444865 -0.986377 -0.158371 0 0 v 0.965956 -4.65109 3.01856 0.13969 -0.965419 -0.22012 0 0 v 1.06616 -4.62933 3.02023 0.13649 -0.933289 -0.332177 0 0 v 1.16604 -4.62067 3.0181 -0.0937277 -0.882605 -0.460676 0 0 v 1.2663 -4.65579 3.02172 -0.300718 -0.883064 -0.360231 0 0 v 1.3662 -4.69335 3.02457 -0.211396 -0.934269 -0.287146 0 0 v 1.46595 -4.70603 3.02531 -0.0546064 -0.966853 -0.249428 0 0 v 1.56575 -4.70916 3.0247 -0.0343019 -0.973071 -0.227938 0 0 v 1.76582 -4.71828 3.02642 0.0778163 -0.979722 -0.184633 0 0 v 1.86626 -4.69717 3.02371 0.180945 -0.952893 -0.243419 0 0 v 1.96684 -4.67499 3.02107 0.238136 -0.93814 -0.251365 0 0 v 2.06832 -4.64791 3.02003 0.328114 -0.912527 -0.244205 0 0 v 2.17614 -4.58418 3.00182 0.394946 -0.863608 -0.313367 0 0 v 4.89046 -2.54568 7.03356 0.657452 -0.631365 0.411261 0 0 v 0.0661261 -2.66644 8.78627 -0.285682 -0.730084 0.620776 0 0 v 1.46567 -2.86762 8.79447 0.0413457 -0.790619 0.610911 0 0 v 1.36609 -2.86562 8.79307 -0.0645777 -0.801698 0.594231 0 0 v 1.26625 -2.85204 8.79176 -0.073804 -0.797786 0.598407 0 0 v 1.16621 -2.84236 8.79356 -0.0504312 -0.798769 0.599521 0 0 v 1.06656 -2.83986 8.79186 -0.0727983 -0.787338 0.612209 0 0 v 0.967316 -2.83627 8.78887 -0.0996784 -0.798367 0.593865 0 0 v 0.866916 -2.82536 8.78967 -0.117064 -0.805065 0.581521 0 0 v 0.765986 -2.80591 8.79286 -0.0990085 -0.799847 0.591981 0 0 v -5.07639 1.84479 9.06227 0.0475497 0.998407 -0.0303752 0 0 v -2.56691 3.26403 5.96619 -0.16279 0.986202 -0.0300831 0 0 v -7.91891 -1.38089 8.97246 -0.975487 -0.152978 -0.158186 0 0 v 0.366446 -2.62732 8.92556 -0.197785 -0.697434 0.688815 0 0 v 0.467626 -2.65992 8.92227 -0.14523 -0.730756 0.667011 0 0 v 0.566436 -2.66451 8.92647 -0.0988305 -0.759239 0.643264 0 0 v 0.667116 -2.68608 8.92467 -0.104257 -0.761343 0.639912 0 0 v -7.90549 -1.1814 8.83627 -0.972088 -0.0613556 -0.226451 0 0 v -3.77602 -0.965873 2.48804 -0.381909 -0.282142 -0.88008 0 0 v -4.74248 1.90551 11.8887 0.980934 -0.108299 0.16137 0 0 v -4.76543 3.40587 11.8824 0.92919 0.0736311 -0.362193 0 0 v -6.33179 -3.83767 10.8272 -0.215461 -0.784144 0.581974 0 0 v 5.20469 -1.38655 7.82096 0.837894 -0.187918 0.512465 0 0 v -7.32413 -1.29085 6.65638 -0.928932 -0.329848 0.168182 0 0 v 5.22457 1.23094 7.50746 0.857946 0.338572 0.386391 0 0 v -1.96957 3.24687 6.54498 -0.12958 0.967426 0.217475 0 0 v 5.71009 -1.56786 6.54668 0.852552 -0.396483 0.340524 0 0 v 5.66036 -1.66812 6.54381 0.846083 -0.419715 0.328607 0 0 v 5.61135 -1.76897 6.54112 0.851388 -0.420882 0.313044 0 0 v 5.5705 -2.0667 2.78855 0.139222 -0.95944 0.245136 0 0 v 5.66675 -2.0871 2.79102 -0.158751 -0.89207 0.423095 0 0 v 5.76558 -2.11562 2.7952 -0.273774 -0.827782 0.489719 0 0 v 5.86492 -2.14725 2.79581 -0.247235 -0.854439 0.456955 0 0 v 5.96447 -2.17352 2.79897 -0.21366 -0.869342 0.445639 0 0 v 6.06566 -2.1948 2.79887 -0.0703204 -0.917538 0.39138 0 0 v 6.16607 -2.19524 2.79901 0.081574 -0.946986 0.310746 0 0 v 6.26672 -2.18508 2.79829 0.196512 -0.946178 0.257158 0 0 v 6.36721 -2.15653 2.79525 0.270318 -0.943446 0.191932 0 0 v 6.46747 -2.12086 2.79188 0.337862 -0.936066 0.0981321 0 0 v 6.55538 -2.08799 2.78104 0.365924 -0.929816 0.0392657 0 0 v 5.58649 1.52862 6.39346 0.793554 0.502834 0.342681 0 0 v 4.47577 -1.25615 8.78216 0.668187 -0.111064 0.735657 0 0 v 4.33016 -1.20163 8.91496 0.632906 -0.114128 0.765771 0 0 v 5.63211 1.92576 5.6881 0.831534 0.548656 0.0867623 0 0 v 2.64425 -1.00556 9.85556 0.284249 -0.168677 0.943796 0 0 v -0.975064 4.30261 5.98946 -0.505457 0.554916 0.660743 0 0 v 5.59531 -0.0686434 7.38826 0.888868 -0.0262252 0.457411 0 0 v 2.66675 -2.89831 8.23156 0.223514 -0.917213 0.329792 0 0 v 5.72944 0.730637 6.97007 0.927898 0.177897 0.327655 0 0 v 2.96492 -2.9267 8.08696 0.0940994 -0.871968 0.480435 0 0 v 3.06612 -2.90627 8.08747 0.206514 -0.854534 0.476575 0 0 v -6.09075 -0.421014 12.4102 -0.160242 0.092875 0.982699 0 0 v -4.76705 1.42464 11.844 0.947517 0.00334716 0.319689 0 0 v -5.04198 1.53461 12.3386 0.746055 -0.286035 0.60132 0 0 v -4.33989 -1.40175 2.87167 -0.313984 -0.402984 -0.859662 0 0 v -4.22615 -1.52105 2.90895 -0.194528 -0.424721 -0.884178 0 0 v 3.16496 -2.87698 8.08447 0.25658 -0.853439 0.453662 0 0 v 3.26424 -2.84023 8.08286 0.292916 -0.845729 0.446031 0 0 v -3.81995 -1.85459 2.92143 -0.647243 -0.435897 -0.625356 0 0 v 3.04136 -2.01084 9.30446 0.511006 -0.552725 0.658306 0 0 v -1.75612 -1.01491 9.36836 0.271205 -0.372598 0.887479 0 0 v 2.889 -2.39143 9.07036 0.372314 -0.687104 0.623916 0 0 v -0.653104 0.489807 9.48147 -0.242097 0.192598 0.950944 0 0 v -1.11592 0.805117 9.30667 -0.133693 0.222733 0.965669 0 0 v 1.5824 -4.18447 6.67446 0.198042 -0.552246 0.809817 0 0 v 3.10327 -2.32879 8.97987 0.341454 -0.608817 0.716066 0 0 v 4.14793 -0.990563 9.09286 0.62793 -0.103824 0.771313 0 0 v -2.83374 -3.07988 3.01868 -0.473038 -0.867313 -0.154929 0 0 v -2.73382 -3.13085 3.0231 -0.35176 -0.918681 -0.179697 0 0 v -2.63497 -3.15937 3.02453 -0.214674 -0.95883 -0.185905 0 0 v -2.53359 -3.17854 3.02825 -0.136877 -0.973849 -0.181335 0 0 v -2.43425 -3.18513 3.02704 -0.0422036 -0.986122 -0.160568 0 0 v -2.33401 -3.18384 3.02726 0.0585652 -0.983475 -0.171309 0 0 v -2.2337 -3.17236 3.02589 0.168367 -0.966064 -0.195892 0 0 v -2.13296 -3.14788 3.02352 0.290185 -0.929507 -0.227616 0 0 v -2.03431 -3.10531 3.02099 0.424216 -0.873869 -0.237473 0 0 v -1.93679 -3.04906 3.0177 0.521047 -0.826425 -0.21338 0 0 v -1.83431 -2.97853 3.00982 0.524613 -0.827924 -0.198299 0 0 v -1.7345 -2.91474 3.00405 0.42006 -0.893106 -0.160969 0 0 v -1.63386 -2.87818 3.00046 0.330759 -0.933621 -0.137661 0 0 v -1.53485 -2.84982 2.99872 0.299286 -0.941719 -0.153599 0 0 v -1.43387 -2.81739 2.99431 0.260503 -0.948729 -0.179028 0 0 v -1.33469 -2.79084 2.99221 -0.0512759 -0.980184 -0.191336 0 0 v -1.23259 -2.82425 2.99633 -0.547301 -0.82606 -0.134485 0 0 v -1.14107 -2.92352 3.00242 -0.783001 -0.615636 -0.0888945 0 0 v 1.66343 0.0676665 9.97406 -0.0581331 0.0576136 0.996645 0 0 v 1.54834 0.110436 9.96247 -0.0881218 0.0827153 0.99267 0 0 v 2.19563 -0.127984 9.98286 0.0840529 0.0312524 0.995971 0 0 v 3.12221 -0.468014 9.70916 0.358995 -0.0396227 0.932498 0 0 v 3.80161 -0.719353 9.36836 0.519583 -0.0480146 0.85307 0 0 v 4.81848 -1.1011 8.44136 0.769084 -0.093775 0.632231 0 0 v -4.53368 -1.11752 12.4035 0.245835 -0.0708853 0.966716 0 0 v -0.129774 -4.32838 3.13213 -0.583794 -0.798551 -0.146635 0 0 v -0.0357139 -4.3856 3.13454 -0.375178 -0.922125 -0.0944813 0 0 v -2.27676 1.68758 14.3393 -0.525455 0.0395426 0.849902 0 0 v 0.268206 -4.53369 3.14903 -0.404022 -0.914549 0.0191556 0 0 v 0.366926 -4.57275 3.15227 -0.352146 -0.93526 -0.0357979 0 0 v 0.464406 -4.60283 3.15411 -0.297829 -0.953748 0.0407718 0 0 v 0.566196 -4.63418 3.15757 -0.250141 -0.96708 0.0467585 0 0 v 0.665526 -4.66014 3.15971 -0.190713 -0.981411 0.0214875 0 0 v 0.765056 -4.67651 3.16042 -0.0748316 -0.997112 -0.0129211 0 0 v 0.865296 -4.67772 3.16022 -0.00133348 -0.999999 0.000890628 0 0 v 0.965916 -4.67077 3.16072 0.0474345 -0.996498 -0.0688534 0 0 v 1.06609 -4.66807 3.16112 -0.0257061 -0.985403 -0.168288 0 0 v 1.16595 -4.68333 3.16159 -0.145899 -0.953542 -0.263575 0 0 v 1.2653 -4.7001 3.16197 -0.199279 -0.957141 -0.210163 0 0 v 1.36575 -4.72091 3.16481 -0.106639 -0.986218 -0.126501 0 0 v 1.46547 -4.72537 3.16452 0.00345774 -0.999096 -0.0423751 0 0 v 1.56554 -4.72512 3.16453 -0.0297779 -0.999499 -0.0107427 0 0 v 1.66583 -4.73137 3.16609 -0.0130785 -0.999895 0.00619542 0 0 v 1.7665 -4.72599 3.16519 0.0808734 -0.996708 -0.0057463 0 0 v 1.86716 -4.71501 3.16403 0.15902 -0.986815 -0.0301485 0 0 v 1.96699 -4.69935 3.16288 0.232558 -0.971579 -0.044159 0 0 v 2.06804 -4.66668 3.15992 0.316576 -0.947023 -0.0540987 0 0 v 2.1679 -4.62893 3.15604 0.340394 -0.93481 -0.1013 0 0 v 2.26911 -4.59535 3.15169 0.306825 -0.939191 -0.154203 0 0 v 2.76434 -2.67285 8.64207 0.177847 -0.908922 0.377135 0 0 v -7.15964 1.11974 8.94317 -0.702363 0.683849 -0.19758 0 0 v 0.165226 -2.69467 8.78996 -0.242045 -0.737649 0.630308 0 0 v 0.266686 -2.72787 8.78787 -0.205061 -0.753102 0.62513 0 0 v 0.367066 -2.75106 8.78717 -0.159243 -0.778713 0.606834 0 0 v 0.466386 -2.76635 8.79006 -0.108083 -0.795184 0.596658 0 0 v 0.566746 -2.7765 8.78866 -0.100209 -0.798403 0.593726 0 0 v -7.24158 -1.59979 11.9259 -0.590203 -0.322549 0.740016 0 0 v -5.53694 -3.57176 11.1055 0.318562 -0.796715 0.513578 0 0 v -6.03453 -3.86215 10.8281 0.0461525 -0.844361 0.533783 0 0 v 1.66534 -2.82938 8.79246 0.185523 -0.743491 0.642496 0 0 v 5.93073 -0.667603 6.41863 0.960123 -0.100493 0.260893 0 0 v -4.65512 4.10717 12.5082 0.985229 0.0718528 -0.155441 0 0 v 5.81367 1.32845 5.98501 0.898863 0.365013 0.242509 0 0 v 5.77647 1.42894 5.98259 0.918476 0.2961 0.262159 0 0 v 0.765276 -2.68262 8.93197 -0.0726694 -0.773483 0.629637 0 0 v 0.865966 -2.69248 8.93036 -0.106067 -0.767289 0.632469 0 0 v 0.966646 -2.71317 8.92727 -0.122152 -0.778509 0.615632 0 0 v 1.06629 -2.72676 8.92886 -0.110252 -0.788487 0.60509 0 0 v 1.16694 -2.74754 8.92676 -0.0893493 -0.798781 0.59495 0 0 v 1.36584 -2.76285 8.92866 -0.00952345 -0.77071 0.637114 0 0 v 1.56565 -2.72952 8.93097 0.172427 -0.714809 0.677729 0 0 v -6.42846 -3.80797 10.8228 -0.31713 -0.746606 0.584815 0 0 v -2.04159 0.564777 9.54756 0.280151 0.169019 0.944959 0 0 v 0.0676462 -2.19461 9.18976 -0.343412 -0.533871 0.77269 0 0 v -0.0316239 -2.13028 9.18526 -0.380546 -0.519654 0.764948 0 0 v 0.665636 -2.19793 9.33956 -0.176649 -0.534193 0.8267 0 0 v 0.765826 -2.22224 9.33907 -0.150983 -0.551233 0.820577 0 0 v 5.87489 0.828327 6.41251 0.908863 0.284538 0.304968 0 0 v 5.83997 0.929057 6.41108 0.90229 0.317331 0.291844 0 0 v 5.57009 -2.03584 2.92618 0.478165 -0.865674 0.148211 0 0 v 5.66951 -2.00418 2.92635 0.163899 -0.917677 0.361947 0 0 v 5.76626 -2.02449 2.92824 -0.213463 -0.819316 0.532124 0 0 v 5.86514 -2.07077 2.93067 -0.285224 -0.790293 0.542295 0 0 v 5.96491 -2.0957 2.93305 -0.236768 -0.819792 0.521423 0 0 v 6.06531 -2.1215 2.93506 -0.164997 -0.847934 0.50377 0 0 v 6.16574 -2.13442 2.9359 -0.0337559 -0.890471 0.453787 0 0 v 6.26628 -2.13446 2.93556 0.104823 -0.919814 0.378094 0 0 v 6.3668 -2.12133 2.93408 0.168248 -0.932131 0.320662 0 0 v 6.4685 -2.09959 2.93237 0.247561 -0.937078 0.246166 0 0 v 6.56705 -2.06914 2.92856 0.330756 -0.92415 0.191176 0 0 v 6.66983 -2.0241 2.92489 0.379983 -0.912045 0.154232 0 0 v 1.2141 -2.07385 9.52736 -0.0396216 -0.577312 0.815562 0 0 v 3.36553 -2.80435 8.08197 0.241529 -0.882498 0.40356 0 0 v 3.16728 -1.62729 9.48256 0.507643 -0.348911 0.787756 0 0 v -1.83109 1.12568 14.2508 0.173752 -0.774536 0.608198 0 0 v 5.12207 1.33045 7.64307 0.837566 0.331122 0.434558 0 0 v 3.46523 -2.79094 8.08097 0.193731 -0.912496 0.360304 0 0 v -1.43211 1.45373 14.55 0.542083 -0.820053 0.183464 0 0 v 3.5748 -2.76332 8.08266 0.274211 -0.872215 0.40503 0 0 v -1.20018 0.107157 9.40587 -0.135172 0.0560787 0.989234 0 0 v -2.16455 0.461897 9.60456 0.239515 0.143522 0.960226 0 0 v -2.76668 0.684027 9.68497 0.155693 0.150979 0.976199 0 0 v -5.23096 0.728766 12.3173 0.325697 0.0217251 0.945225 0 0 v 2.95887 -0.978423 9.75376 0.363553 -0.153373 0.918861 0 0 v -5.10314 1.55797 12.4278 0.702955 -0.366303 0.609653 0 0 v -2.29681 2.24637 13.0436 -0.44081 0.884614 -0.152136 0 0 v -2.78966 1.68031 12.1477 -0.199982 0.835653 -0.511558 0 0 v -4.13188 -1.96069 3.06851 -0.177086 -0.443851 -0.878429 0 0 v -4.03449 -1.98997 3.06151 -0.186219 -0.434489 -0.881216 0 0 v -3.93174 -2.05047 3.0722 -0.258883 -0.449055 -0.855178 0 0 v -3.82986 -2.1002 3.07722 -0.341459 -0.51256 -0.787837 0 0 v -3.72295 -2.1927 3.08563 -0.53744 -0.508689 -0.672602 0 0 v -3.62601 -2.32516 3.09814 -0.653593 -0.557341 -0.512043 0 0 v -3.53066 -2.43912 3.1019 -0.674838 -0.639837 -0.367698 0 0 v -5.40753 0.793636 12.3891 0.338656 -0.201887 0.918996 0 0 v -1.23037 0.846977 9.28907 -0.0412153 0.241545 0.969514 0 0 v 2.11746 -1.81922 9.67167 0.0432358 -0.534115 0.844306 0 0 v 1.59298 -2.21069 9.43207 -0.00167177 -0.612762 0.790266 0 0 v 4.22222 -1.01882 9.03096 0.637014 -0.098637 0.764516 0 0 v -2.83216 -3.10248 3.16162 -0.470426 -0.876644 -0.100966 0 0 v -2.73143 -3.15023 3.16654 -0.332913 -0.940315 -0.0705487 0 0 v -2.63248 -3.17683 3.16863 -0.208924 -0.974448 -0.0824693 0 0 v -2.53405 -3.19434 3.16933 -0.141345 -0.985771 -0.0909767 0 0 v -2.43396 -3.20491 3.17063 -0.0352093 -0.99362 -0.107139 0 0 v -2.3342 -3.20285 3.17095 0.0491702 -0.991809 -0.117887 0 0 v -2.23446 -3.19224 3.16946 0.139474 -0.979164 -0.147597 0 0 v -2.13338 -3.17284 3.1665 0.251232 -0.95611 -0.150787 0 0 v -2.0341 -3.14388 3.16481 0.398279 -0.903629 -0.157571 0 0 v -1.93644 -3.08768 3.16112 0.52891 -0.829994 -0.177097 0 0 v -1.83216 -3.00734 3.15157 0.527722 -0.828234 -0.188514 0 0 v -1.73513 -2.9513 3.1481 0.466491 -0.861221 -0.201703 0 0 v -1.63483 -2.90176 3.14374 0.370496 -0.911264 -0.179806 0 0 v -1.53421 -2.86431 3.14017 0.316474 -0.937372 -0.145528 0 0 v -1.43376 -2.83029 3.1359 0.207296 -0.966388 -0.152062 0 0 v -1.33421 -2.81413 3.13548 -0.0723109 -0.977855 -0.196395 0 0 v -1.23423 -2.85224 3.13872 -0.547647 -0.809026 -0.213447 0 0 v -1.13739 -2.95719 3.14719 -0.746386 -0.646869 -0.156423 0 0 v 2.49346 -0.236834 9.93927 0.22857 0.0125374 0.973447 0 0 v 2.39621 -0.201223 9.95766 0.161297 0.0258694 0.986567 0 0 v 3.96107 -0.778473 9.26326 0.578898 -0.0471462 0.814036 0 0 v 4.18606 -0.863003 9.07847 0.626666 -0.0780253 0.775372 0 0 v -3.09804 -0.221394 10.099 0.824374 0.0513565 0.563711 0 0 v 2.60258 -0.847243 9.89017 0.248965 -0.0950212 0.96384 0 0 v -0.131994 -4.3556 3.27306 -0.519129 -0.830355 -0.202525 0 0 v -0.0323938 -4.40373 3.27685 -0.175062 -0.968827 -0.175292 0 0 v 0.0677961 -4.4025 3.27675 -0.283904 -0.958691 0.0176053 0 0 v 0.169656 -4.4499 3.2813 -0.376838 -0.917787 0.125143 0 0 v 0.269586 -4.50731 3.28609 -0.468845 -0.862752 0.189324 0 0 v 0.367526 -4.55959 3.28928 -0.377675 -0.915162 0.140855 0 0 v 0.464726 -4.59056 3.29243 -0.280381 -0.954196 0.104383 0 0 v 0.564236 -4.61675 3.29492 -0.2611 -0.95913 0.10907 0 0 v 0.664176 -4.64133 3.29685 -0.209805 -0.969108 0.129661 0 0 v 0.765646 -4.66044 3.29815 -0.1428 -0.983403 0.111927 0 0 v 0.866026 -4.67258 3.29932 -0.0505336 -0.997925 0.0398969 0 0 v 0.965296 -4.67653 3.29954 -0.0730845 -0.997117 -0.020432 0 0 v 1.06513 -4.68912 3.30027 -0.148664 -0.986095 -0.0742737 0 0 v 1.16581 -4.70759 3.30274 -0.168078 -0.982405 -0.0814299 0 0 v 1.26544 -4.72296 3.30345 -0.120895 -0.990886 -0.0594017 0 0 v 1.36528 -4.72646 3.3035 0.0106236 -0.999926 0.00599223 0 0 v 1.46582 -4.72244 3.30379 0.0940347 -0.99337 0.0661298 0 0 v 1.56598 -4.71233 3.303 0.00137716 -0.995392 0.0958811 0 0 v 1.66574 -4.71888 3.30382 0.00290916 -0.987058 0.160339 0 0 v 1.86642 -4.7117 3.30327 0.0926289 -0.985376 0.143015 0 0 v 1.96689 -4.6885 3.30116 0.223838 -0.964857 0.137651 0 0 v 2.06634 -4.66178 3.29869 0.2887 -0.949025 0.126509 0 0 v 2.16692 -4.6269 3.29548 0.299316 -0.948989 0.099147 0 0 v 2.2666 -4.60147 3.29324 0.278882 -0.957295 0.0762331 0 0 v 2.36849 -4.56951 3.2901 0.339415 -0.939687 0.0422571 0 0 v 2.86608 -2.66809 8.64526 0.100054 -0.905704 0.411934 0 0 v -6.15579 1.43754 12.2458 -0.938424 -0.0505024 0.341775 0 0 v -5.85548 3.6386 12.3718 -0.993387 0.114471 -0.00888787 0 0 v -6.92051 1.207 6.75874 -0.961596 0.258871 0.0912043 0 0 v 5.75966 0.828247 6.82816 0.937503 0.207538 0.279315 0 0 v -6.23516 5.85011 14.3238 -0.563593 0.558589 -0.608557 0 0 v 1.53467 -0.600044 9.97666 -0.0847632 -0.0291102 0.995976 0 0 v -0.234514 -2.537 8.77987 -0.288973 -0.713109 0.638725 0 0 v 1.86474 -2.78698 8.78697 0.214237 -0.733443 0.645107 0 0 v 1.96471 -2.75303 8.78876 0.21585 -0.748053 0.627555 0 0 v 2.06559 -2.72752 8.78767 0.0235089 -0.802073 0.596764 0 0 v 2.16554 -2.73905 8.78777 -0.027961 -0.831435 0.554918 0 0 v 2.26534 -2.73934 8.78816 0.0805973 -0.872531 0.481864 0 0 v -0.535514 -2.84832 8.23057 -0.247473 -0.780558 0.574009 0 0 v -0.297184 2.83305 15.5492 0.3108 -0.370869 0.875134 0 0 v 5.67941 1.82499 5.27207 0.919961 0.381569 -0.089869 0 0 v -3.13284 -1.83106 8.89096 0.337387 -0.744765 0.575756 0 0 v -3.03423 -1.80281 8.88766 0.0871496 -0.692445 0.716188 0 0 v 1.26636 -2.75228 8.93036 -0.0532652 -0.798319 0.599874 0 0 v 1.46555 -2.75211 8.92946 0.10322 -0.731824 0.673632 0 0 v -5.9353 -3.85006 10.8285 0.13842 -0.842726 0.520242 0 0 v -7.70584 -2.78323 8.43796 -0.907822 0.0031045 -0.419343 0 0 v 0.166926 -2.24593 9.19286 -0.274432 -0.562604 0.779849 0 0 v -3.58135 2.04769 9.03036 -0.242915 0.7016 0.669888 0 0 v 3.51233 2.57398 7.60777 0.321775 0.906057 0.274811 0 0 v -7.89242 -0.579933 9.10287 -0.981338 0.178078 0.0725465 0 0 v 5.57525 -2.02527 3.06582 0.689834 -0.723425 0.0280429 0 0 v 5.66807 -1.95551 3.06004 0.398617 -0.874835 0.275259 0 0 v 5.76878 -1.92761 3.06108 0.0556513 -0.869933 0.490019 0 0 v 5.86255 -1.96112 3.0668 -0.304255 -0.754221 0.581876 0 0 v 5.96417 -1.99742 3.06757 -0.271911 -0.769035 0.57849 0 0 v 6.06439 -2.03439 3.07023 -0.237625 -0.799366 0.55186 0 0 v 6.16469 -2.049 3.0718 -0.113097 -0.846652 0.519989 0 0 v 6.26588 -2.06067 3.07197 -0.0196352 -0.876137 0.481663 0 0 v 6.36646 -2.06029 3.07115 0.0870985 -0.905206 0.415952 0 0 v 6.46755 -2.04843 3.06999 0.160633 -0.909929 0.382395 0 0 v 6.56971 -2.02783 3.06906 0.249193 -0.911832 0.32629 0 0 v 6.66908 -1.99806 3.06474 0.314701 -0.902925 0.292729 0 0 v 5.17258 -1.66056 7.72886 0.796369 -0.382697 0.468337 0 0 v 0.912526 -0.516763 9.89837 -0.15947 -0.0263207 0.986852 0 0 v -2.73425 0.566206 13.498 0.0706556 -0.872528 0.483427 0 0 v -3.24089 1.44031 13.5202 -0.690485 0.539036 0.482359 0 0 v -7.75307 -0.0827935 8.69356 -0.962536 0.25762 -0.0845903 0 0 v -7.18489 0.705067 6.36784 -0.871135 0.477158 -0.115951 0 0 v -6.33431 3.5422 13.0722 -0.997332 -0.0713314 0.0155099 0 0 v -6.33346 -4.20796 8.99777 -0.552344 -0.823527 -0.129302 0 0 v 1.74033 -0.962623 9.94317 -0.0572716 -0.143325 0.988017 0 0 v 1.08933 -0.724654 9.91636 -0.105139 -0.076854 0.991483 0 0 v 0.400336 -0.473994 9.82207 -0.208124 -0.0390774 0.977322 0 0 v -0.463324 -0.160513 9.59666 -0.232753 0.0625335 0.970523 0 0 v -1.32 0.151167 9.38266 -0.0598926 0.0604221 0.996374 0 0 v -2.59315 0.913657 9.62996 0.114652 0.208658 0.971245 0 0 v -2.69745 0.951467 9.63227 0.112883 0.212761 0.970562 0 0 v 0.802496 -1.92641 9.55966 -0.194838 -0.516162 0.834036 0 0 v 1.39128 -1.41236 9.83377 -0.0693653 -0.246018 0.96678 0 0 v -4.80946 1.44545 11.959 0.911774 -0.0853919 0.401717 0 0 v -5.17025 1.58333 12.5082 0.661432 -0.383025 0.644825 0 0 v -4.57311 2.77638 7.22687 -0.174854 0.950536 0.256724 0 0 v -5.87601 1.63156 8.17437 -0.52682 0.802383 0.28043 0 0 v -4.76497 2.85031 5.78408 -0.0644714 0.996954 0.0438924 0 0 v -1.57372 3.43772 5.83839 -0.596749 0.706145 0.381117 0 0 v -3.73056 -2.41566 3.24709 -0.290329 -0.556154 -0.778718 0 0 v -3.62816 -2.48819 3.2561 -0.403495 -0.623485 -0.66967 0 0 v -3.52062 -2.54889 3.25053 -0.478071 -0.692422 -0.54037 0 0 v -3.43155 -2.61843 3.2544 -0.590801 -0.688636 -0.420398 0 0 v -0.769484 -0.195383 9.51406 -0.276311 0.0230443 0.960792 0 0 v -0.644064 -1.41574 9.24506 -0.378832 -0.377197 0.845109 0 0 v 0.974076 -1.69664 9.71186 -0.0759111 -0.427468 0.900838 0 0 v -5.09983 2.5707 13.044 0.697593 -0.367414 0.615119 0 0 v -2.83159 -3.11413 3.30339 -0.467747 -0.88225 -0.0533572 0 0 v -2.63402 -3.18182 3.30836 -0.244803 -0.968018 -0.0548897 0 0 v -2.53357 -3.20529 3.3109 -0.174755 -0.981123 -0.0828206 0 0 v -2.43408 -3.21798 3.31199 -0.0557995 -0.993928 -0.0948289 0 0 v -2.33413 -3.21476 3.31018 0.0158371 -0.99461 -0.102465 0 0 v -2.23485 -3.21507 3.31229 0.109322 -0.990245 -0.0863871 0 0 v -2.13333 -3.19828 3.30915 0.257293 -0.962233 -0.0889303 0 0 v -2.03356 -3.15859 3.30601 0.392298 -0.915081 -0.0934319 0 0 v -1.93457 -3.10494 3.302 0.481079 -0.867366 -0.127433 0 0 v -1.8353 -3.04062 3.29658 0.514491 -0.83704 -0.186182 0 0 v -1.73641 -2.98676 3.29272 0.457622 -0.865896 -0.202007 0 0 v -1.63308 -2.9308 3.28563 0.402207 -0.891146 -0.209972 0 0 v -1.5338 -2.89145 3.28257 0.319964 -0.923003 -0.213751 0 0 v -1.43395 -2.85616 3.27863 0.18853 -0.956371 -0.223185 0 0 v -1.33482 -2.85677 3.27858 -0.133662 -0.953556 -0.269936 0 0 v -1.23296 -2.9011 3.28425 -0.532009 -0.814938 -0.229872 0 0 v 2.94689 -0.406924 9.78407 0.346319 -0.0403536 0.937248 0 0 v 3.03519 -0.435743 9.74806 0.39103 -0.0793515 0.916951 0 0 v 4.11119 -0.834483 9.13926 0.633774 -0.072711 0.770093 0 0 v 5.00926 -1.1714 8.18217 0.810523 -0.109818 0.57532 0 0 v 0.615636 -0.264474 9.85396 -0.151447 0.0260674 0.988122 0 0 v -3.15761 -0.197694 10.1892 0.844186 0.0702023 0.531433 0 0 v 6.2359 -1.62168 3.63811 -0.236429 -0.667048 0.706505 0 0 v -0.131084 -4.40107 3.41732 -0.42339 -0.863692 -0.273454 0 0 v -0.0340438 -4.4315 3.4177 -0.105597 -0.949846 -0.294349 0 0 v 0.0648361 -4.42257 3.41624 -0.0118528 -0.987875 -0.154799 0 0 v 0.166116 -4.43084 3.41762 -0.284635 -0.95692 0.0573407 0 0 v 0.267116 -4.47591 3.42172 -0.414093 -0.902858 0.115646 0 0 v 0.366386 -4.52609 3.42596 -0.436669 -0.885651 0.157934 0 0 v 0.466686 -4.57332 3.43003 -0.326394 -0.935537 0.135048 0 0 v 0.565126 -4.602 3.43229 -0.239924 -0.96385 0.115889 0 0 v 0.666216 -4.62249 3.43417 -0.195243 -0.974376 0.111678 0 0 v 0.765116 -4.63918 3.43542 -0.193803 -0.975723 0.102005 0 0 v 0.865546 -4.66096 3.43728 -0.149613 -0.986086 0.0724525 0 0 v 0.965366 -4.67469 3.43837 -0.144919 -0.989167 0.0233837 0 0 v 1.06505 -4.68855 3.43937 -0.1611 -0.986867 0.011869 0 0 v 1.16589 -4.70753 3.4414 -0.166267 -0.985995 0.0129709 0 0 v 1.26565 -4.72308 3.44246 -0.0862162 -0.995829 0.0298546 0 0 v 1.36582 -4.72456 3.44264 0.048722 -0.998128 0.0369838 0 0 v 1.46587 -4.71204 3.44166 0.144316 -0.988496 0.0452597 0 0 v 1.5656 -4.69296 3.44027 0.0943838 -0.989059 0.113379 0 0 v 1.66609 -4.68528 3.43974 0.0813548 -0.980625 0.1782 0 0 v 1.76677 -4.68121 3.43978 0.0611956 -0.970913 0.231479 0 0 v 1.86705 -4.67989 3.43961 0.11536 -0.962819 0.244278 0 0 v 1.96768 -4.65773 3.43761 0.214485 -0.95357 0.211424 0 0 v 2.06736 -4.63272 3.43515 0.260989 -0.949948 0.17171 0 0 v 2.1668 -4.60324 3.43236 0.27193 -0.949543 0.156275 0 0 v 2.26617 -4.57654 3.43023 0.218729 -0.969522 0.110385 0 0 v 2.36706 -4.55479 3.42796 0.291783 -0.955598 0.041183 0 0 v 2.96541 -2.65226 8.64297 0.188232 -0.879614 0.436862 0 0 v 3.06546 -2.62666 8.64137 0.207471 -0.860905 0.464541 0 0 v 3.1659 -2.60369 8.64147 0.18429 -0.83873 0.512415 0 0 v 3.36591 -2.56575 8.63986 0.188751 -0.827775 0.528357 0 0 v -2.35699 0.974477 9.58006 0.221051 0.211556 0.95204 0 0 v -0.937724 -2.30489 8.63216 -0.422122 -0.681779 0.597487 0 0 v 1.80054 -0.554763 9.98986 -0.00531776 -0.0409087 0.999149 0 0 v -0.334444 -2.49926 8.77737 -0.267033 -0.684563 0.678282 0 0 v -0.435034 -2.45273 8.77846 -0.320705 -0.648487 0.690372 0 0 v -0.739194 -2.26852 8.77647 -0.360474 -0.602256 0.712282 0 0 v -0.635424 -2.33867 8.77316 -0.365161 -0.606661 0.70613 0 0 v 2.36555 -2.72895 8.78906 0.146958 -0.884513 0.442764 0 0 v 2.46575 -2.70464 8.78836 0.219571 -0.881373 0.418296 0 0 v -2.16375 0.903397 9.53827 0.308001 0.180207 0.934163 0 0 v 2.76444 -2.61113 8.78156 0.205497 -0.87644 0.435458 0 0 v 2.73188 -1.03772 9.81876 0.301323 -0.186571 0.935091 0 0 v 3.16016 -1.19569 9.61246 0.485056 -0.215454 0.847526 0 0 v -5.73781 -3.8083 10.8255 0.257059 -0.843133 0.472278 0 0 v 0.266286 -2.28497 9.19617 -0.227796 -0.578118 0.78351 0 0 v -7.94581 -1.18006 9.10657 -0.996194 -0.0494299 -0.0717902 0 0 v -3.4684 2.0682 9.04827 -0.177506 0.704663 0.686981 0 0 v 5.94187 -0.567613 6.41899 0.962869 -0.0846486 0.256356 0 0 v 5.58177 -2.02697 3.20628 0.804795 -0.593548 -0.00236315 0 0 v 5.67745 -1.91626 3.20012 0.599803 -0.774204 0.202098 0 0 v 5.77066 -1.86147 3.19614 0.315542 -0.878121 0.359633 0 0 v 5.86769 -1.86271 3.19825 -0.187384 -0.830577 0.524432 0 0 v 6.16498 -1.96944 3.20492 -0.150042 -0.819029 0.553786 0 0 v 6.26533 -1.98167 3.20538 -0.0917505 -0.847856 0.522227 0 0 v 6.36596 -1.99108 3.20444 0.0177349 -0.87101 0.490946 0 0 v 6.4665 -1.98251 3.20535 0.101591 -0.876746 0.470102 0 0 v 6.56675 -1.96766 3.20291 0.194307 -0.876689 0.440069 0 0 v -5.35838 -0.824174 12.4589 0.0245509 0.0152207 0.999583 0 0 v 3.12564 -1.04011 9.66296 0.428433 -0.19915 0.881354 0 0 v -0.595604 3.04917 15.1205 -0.736726 0.59135 0.327932 0 0 v 4.54194 -1.85191 8.44456 0.641719 -0.469077 0.606764 0 0 v 5.31166 0.830137 7.65316 0.840633 0.278862 0.464298 0 0 v 5.39118 0.531407 7.65967 0.835753 0.137499 0.531611 0 0 v -4.63196 3.80655 12.6669 0.999005 -0.0413884 -0.0166022 0 0 v 2.89013 -1.38199 9.68297 0.297519 -0.274307 0.914461 0 0 v 2.25161 -1.14785 9.89577 0.110552 -0.21133 0.971143 0 0 v 1.63072 -0.922724 9.93867 -0.00949252 -0.15673 0.987596 0 0 v 0.974366 -0.682733 9.90236 -0.156424 -0.048047 0.986521 0 0 v 0.279926 -0.430143 9.79596 -0.21867 -0.0116447 0.975729 0 0 v -0.589314 -0.114884 9.56086 -0.23841 0.0691933 0.968696 0 0 v -1.42386 0.189037 9.38367 0.122446 0.0686329 0.990099 0 0 v -2.2907 0.802337 9.59256 0.250789 0.156534 0.955302 0 0 v -2.86447 0.720506 9.69936 0.206692 0.177708 0.962132 0 0 v -4.58493 -0.953844 12.4189 0.114327 0.0156633 0.99332 0 0 v -5.25139 1.90426 12.7898 0.590628 -0.381713 0.710953 0 0 v -5.12138 1.85463 12.6239 0.663901 -0.407538 0.627016 0 0 v -4.99866 1.80877 12.4445 0.780117 -0.341152 0.524435 0 0 v -5.06625 2.77568 5.77803 -0.428334 0.895889 0.117954 0 0 v -4.86637 2.84219 5.78337 -0.136674 0.988639 0.0625497 0 0 v -5.57589 1.82283 8.18637 -0.410135 0.824314 0.390251 0 0 v -4.66546 2.85227 5.78476 -0.124943 0.990989 0.0482705 0 0 v -1.66391 3.4298 5.83419 -0.173254 0.957696 0.229786 0 0 v -2.09984 2.37473 13.4927 -0.559867 0.825837 0.0673905 0 0 v -3.96584 3.1511 5.66331 -0.129187 0.970087 -0.20553 0 0 v -2.665 3.15011 5.66862 -0.183826 0.906998 -0.378897 0 0 v -3.53732 -2.66262 3.40141 -0.35703 -0.729463 -0.583449 0 0 v -3.42281 -2.73536 3.40282 -0.491872 -0.700258 -0.517398 0 0 v -2.98786 0.0263065 9.93357 0.736842 0.133881 0.662677 0 0 v 1.94058 -2.04824 9.51316 -0.00284145 -0.518421 0.855121 0 0 v -3.03325 -3.00341 3.43395 -0.490528 -0.83763 -0.24033 0 0 v -2.83399 -3.11882 3.4434 -0.413141 -0.905403 -0.0977737 0 0 v -2.73467 -3.15866 3.44659 -0.330537 -0.938582 -0.0990379 0 0 v -2.63353 -3.19292 3.45024 -0.268412 -0.957704 -0.103725 0 0 v -2.53373 -3.21819 3.45231 -0.168417 -0.982089 -0.0844798 0 0 v -2.43401 -3.23003 3.45352 -0.0440152 -0.998685 -0.0262952 0 0 v -2.33404 -3.23277 3.45326 0.0362783 -0.998658 -0.0369491 0 0 v -2.23411 -3.22093 3.45231 0.165119 -0.985914 -0.0266419 0 0 v -2.13347 -3.19765 3.44992 0.228577 -0.972177 -0.0512363 0 0 v -2.03509 -3.16633 3.44811 0.33027 -0.937061 -0.113306 0 0 v -1.9334 -3.12182 3.44301 0.407369 -0.89716 -0.170744 0 0 v -1.83458 -3.07962 3.44026 0.467982 -0.860015 -0.203391 0 0 v -1.73414 -3.0173 3.4345 0.462536 -0.861472 -0.209586 0 0 v -1.63353 -2.96771 3.42979 0.409347 -0.889277 -0.204011 0 0 v -1.5345 -2.92707 3.42706 0.284343 -0.934464 -0.214302 0 0 v -1.43392 -2.90121 3.42487 0.138215 -0.953914 -0.266354 0 0 v -1.33312 -2.89904 3.42544 -0.170367 -0.949915 -0.261987 0 0 v -1.23713 -2.93396 3.42498 -0.523756 -0.817309 -0.240177 0 0 v -1.14486 -3.0277 3.43097 -0.775227 -0.582598 -0.244137 0 0 v 3.38472 -0.564803 9.59636 0.435737 -0.0339937 0.899432 0 0 v 4.03727 -0.807244 9.20397 0.610055 -0.0676345 0.789467 0 0 v 5.12745 -1.21448 7.99337 0.830364 -0.143607 0.538399 0 0 v -5.90035 0.821136 12.3778 -0.372755 -0.228477 0.899362 0 0 v 6.0361 -1.53662 3.66932 -0.033313 -0.745993 0.665121 0 0 v 4.00266 -1.79401 8.93777 0.589557 -0.418038 0.691135 0 0 v -6.50204 -0.424384 12.3286 -0.228672 0.104531 0.967875 0 0 v -0.131974 -4.45027 3.56042 -0.385436 -0.871356 -0.303607 0 0 v -0.0328639 -4.48744 3.56291 -0.106831 -0.949067 -0.29641 0 0 v 0.0667561 -4.47476 3.56202 0.229714 -0.926957 -0.296618 0 0 v 0.164536 -4.43771 3.55621 -0.0363986 -0.991322 -0.126318 0 0 v 0.265346 -4.45742 3.55879 -0.295289 -0.952859 -0.0697408 0 0 v 0.363836 -4.50925 3.56271 -0.442932 -0.895543 -0.0425952 0 0 v 0.465336 -4.55316 3.56693 -0.352045 -0.935895 -0.0128234 0 0 v 0.566706 -4.58569 3.57008 -0.259585 -0.965336 0.0272492 0 0 v 0.666216 -4.6106 3.57207 -0.231851 -0.972609 -0.0166416 0 0 v 0.766546 -4.63297 3.57438 -0.204203 -0.978378 -0.0328378 0 0 v 0.865066 -4.65168 3.57497 -0.183773 -0.982257 -0.0374018 0 0 v 0.965896 -4.6717 3.57724 -0.164796 -0.984872 -0.0535568 0 0 v 1.06552 -4.68575 3.57811 -0.145508 -0.988339 -0.0448809 0 0 v 1.26557 -4.71461 3.57972 -0.0754867 -0.997018 -0.0160204 0 0 v 1.36608 -4.71772 3.57992 0.0600913 -0.998191 0.00206651 0 0 v 1.46599 -4.70729 3.58029 0.14663 -0.988853 0.0258651 0 0 v 1.56616 -4.68697 3.57844 0.1981 -0.979384 0.0395348 0 0 v 1.66651 -4.66438 3.57655 0.182878 -0.97667 0.112564 0 0 v 1.76692 -4.64355 3.5751 0.0890409 -0.982464 0.163818 0 0 v 1.86675 -4.64243 3.57486 0.08492 -0.983282 0.161073 0 0 v 1.96674 -4.63104 3.57368 0.168089 -0.979626 0.109906 0 0 v 2.06765 -4.61264 3.57142 0.216475 -0.974204 0.0637498 0 0 v 2.16751 -4.58159 3.56995 0.211405 -0.977292 -0.0144509 0 0 v 2.26624 -4.56555 3.56809 0.141186 -0.986888 -0.0782176 0 0 v 2.36641 -4.5531 3.56707 0.218312 -0.973171 -0.0726535 0 0 v 2.46764 -4.52092 3.56356 0.338232 -0.935057 -0.10615 0 0 v 3.67349 -2.72872 8.08596 0.332813 -0.801605 0.496654 0 0 v -6.23407 -4.38517 9.71006 0.0258633 -0.998035 0.0570809 0 0 v -7.63779 -0.870344 10.8842 -0.966899 -0.00465351 -0.255118 0 0 v 2.3655 -2.79139 8.64937 0.216818 -0.8765 0.429811 0 0 v -5.77934 -0.966884 12.4499 -0.112109 -0.0107934 0.993637 0 0 v -4.03493 -1.44355 12.2126 0.571133 -0.143138 0.808281 0 0 v 2.0239 -1.78464 9.69707 -0.0058308 -0.508364 0.861122 0 0 v -6.25273 -1.68216 12.3052 -0.189728 -0.249043 0.949727 0 0 v -0.839034 -2.21752 8.77387 -0.354548 -0.611655 0.707229 0 0 v -0.935834 -2.17444 8.76616 -0.321528 -0.628564 0.708186 0 0 v -1.93423 -2.06968 8.75746 0.141313 -0.723575 0.675626 0 0 v -2.03379 -2.08552 8.76086 0.117036 -0.754448 0.645841 0 0 v 2.86631 -2.592 8.78397 0.169163 -0.859238 0.482799 0 0 v -3.52597 -0.289803 11.2974 0.936939 -0.300301 0.178785 0 0 v -5.43109 -1.2131 3.17758 -0.533112 -0.382765 -0.754508 0 0 v -3.49516 -0.190313 11.2986 0.944046 -0.325326 0.0542278 0 0 v -6.26478 2.63913 12.5167 -0.988961 -0.0149467 -0.147419 0 0 v -5.81626 -2.28201 12.1902 -0.0768633 -0.377962 0.922625 0 0 v 5.89295 -0.667653 6.55697 0.949962 -0.108206 0.293026 0 0 v 5.8986 -0.568353 6.55901 0.953586 -0.087111 0.288244 0 0 v -7.23785 -0.686073 7.87116 -0.712673 -0.0480302 -0.69985 0 0 v -7.28048 -0.0909033 7.18957 -0.928682 0.156001 0.336473 0 0 v 4.28976 -1.32904 8.92606 0.575826 -0.180128 0.797482 0 0 v -5.4923 -1.94488 12.3181 -0.0350965 -0.287924 0.95701 0 0 v 4.10773 -1.1187 9.10747 0.610608 -0.149619 0.777671 0 0 v 5.86877 -1.7832 3.33047 0.155631 -0.878937 0.45083 0 0 v 5.96606 -1.80627 3.3325 -0.241838 -0.767924 0.593134 0 0 v 6.06488 -1.84255 3.33542 -0.283237 -0.75266 0.594374 0 0 v 6.16415 -1.87037 3.33944 -0.225986 -0.776991 0.587551 0 0 v 6.36577 -1.90493 3.33983 -0.0358108 -0.83947 0.542224 0 0 v 6.46609 -1.90468 3.33949 0.0573241 -0.848562 0.525981 0 0 v 6.5666 -1.89276 3.33873 0.13572 -0.845894 0.515795 0 0 v 6.66779 -1.86986 3.33774 0.217176 -0.859251 0.463166 0 0 v 6.76933 -1.84592 3.33568 0.302055 -0.855077 0.421434 0 0 v 6.87284 -1.80038 3.33349 0.406476 -0.832013 0.377535 0 0 v -2.63418 0.578336 13.4989 0.17868 -0.923519 0.33939 0 0 v 5.72822 0.929867 6.82816 0.901708 0.30293 0.308472 0 0 v -7.23936 0.920036 9.62897 -0.847445 0.457794 0.268816 0 0 v 5.99409 -1.0679 5.85992 0.97786 -0.149968 0.145946 0 0 v 2.86838 -0.659483 9.81196 0.386045 -0.0356874 0.921789 0 0 v -6.23438 2.33833 12.5188 -0.993296 -0.109283 0.0376984 0 0 v 3.21878 -1.50319 9.49207 0.504645 -0.256749 0.824266 0 0 v 2.80242 -1.34946 9.72056 0.320392 -0.268594 0.908409 0 0 v 2.15291 -1.1116 9.91186 0.0716262 -0.210137 0.975045 0 0 v 1.5326 -0.886074 9.94977 -0.0752761 -0.153989 0.985201 0 0 v 0.152986 -0.384563 9.76346 -0.248912 0.0123542 0.968447 0 0 v -0.714924 -0.0694135 9.52376 -0.269659 0.0655944 0.960719 0 0 v -2.48874 0.875257 9.62376 0.156683 0.174521 0.972108 0 0 v -2.38972 0.838977 9.60967 0.208827 0.152822 0.965938 0 0 v 3.26741 -2.24136 8.99347 0.125619 -0.600436 0.789745 0 0 v -6.57473 -1.7244 12.2074 -0.314248 -0.261304 0.912671 0 0 v -6.47838 1.40315 10.0673 -0.527286 0.839698 0.129908 0 0 v -2.57082 3.00279 7.24647 0.134313 0.975188 0.175978 0 0 v -4.56591 2.87793 5.78692 -0.384595 0.92004 0.0749209 0 0 v -4.4653 2.95204 5.7925 -0.585729 0.805269 0.0919991 0 0 v -1.7673 3.40588 5.83694 -0.229208 0.941823 0.245831 0 0 v -6.76801 1.16518 8.44407 -0.546914 0.781404 -0.300489 0 0 v 0.532426 4.61434 5.78881 0.0815647 0.97061 0.226413 0 0 v 0.832766 4.56601 5.78728 0.170172 0.955195 0.242164 0 0 v -5.67521 -1.06523 3.28886 -0.635954 -0.382241 -0.670413 0 0 v -4.57725 2.42313 8.07747 -0.363194 0.822553 0.437603 0 0 v 2.82881 2.84778 7.54896 0.286741 0.93732 0.198015 0 0 v 1.1283 3.23275 7.27447 0.142302 0.956716 0.253858 0 0 v -2.18466 -1.0068 9.46326 0.0864683 -0.339761 0.936529 0 0 v -3.03167 -3.06365 3.58105 -0.388716 -0.8426 -0.372728 0 0 v -2.83381 -3.14356 3.5862 -0.341597 -0.905239 -0.252694 0 0 v -2.73376 -3.18177 3.58952 -0.282469 -0.936705 -0.206871 0 0 v -2.63447 -3.20997 3.59121 -0.193321 -0.973643 -0.121023 0 0 v -2.53336 -3.22721 3.594 -0.0964343 -0.994578 -0.0389297 0 0 v -2.43383 -3.22884 3.59395 -0.00204702 -0.999945 0.0103305 0 0 v -2.33411 -3.22474 3.59238 0.0283878 -0.999545 0.010199 0 0 v -2.234 -3.22036 3.59263 0.0733107 -0.996672 -0.0356339 0 0 v -2.13441 -3.20613 3.59153 0.165972 -0.982258 -0.0873076 0 0 v -2.03527 -3.19047 3.5909 0.201413 -0.970147 -0.135085 0 0 v -1.93541 -3.16645 3.58853 0.352365 -0.912972 -0.205721 0 0 v -1.83529 -3.11614 3.58431 0.46208 -0.862669 -0.205634 0 0 v -1.73461 -3.05433 3.57863 0.484385 -0.852197 -0.197818 0 0 v -1.63516 -3.00182 3.57456 0.415621 -0.88872 -0.193485 0 0 v -1.53436 -2.95342 3.56971 0.278397 -0.938084 -0.20614 0 0 v -1.43418 -2.93915 3.56882 0.0857002 -0.969209 -0.230844 0 0 v -1.33379 -2.94015 3.56868 -0.213743 -0.935779 -0.280413 0 0 v -1.24116 -2.97817 3.56694 -0.577588 -0.761859 -0.293193 0 0 v -1.13138 -3.13432 3.59157 -0.819323 -0.504731 -0.271949 0 0 v 5.06912 -1.19342 8.09167 0.827793 -0.134448 0.544685 0 0 v -0.0666139 -1.32494 9.55857 -0.334516 -0.285402 0.898134 0 0 v 1.56999 -2.49868 9.15706 0.0542241 -0.677496 0.733525 0 0 v -0.391044 -0.331843 9.62097 -0.243645 0.00775393 0.969833 0 0 v -5.12418 2.8682 13.2345 0.58591 -0.340652 0.7353 0 0 v -5.25864 2.77345 13.2711 0.457734 -0.342742 0.82037 0 0 v -0.131014 -4.49473 3.70446 -0.360585 -0.899947 -0.245099 0 0 v -0.0332439 -4.52385 3.70502 -0.0663497 -0.979031 -0.192605 0 0 v 0.0659761 -4.5161 3.70303 0.236865 -0.954808 -0.179545 0 0 v 0.165506 -4.46989 3.69865 0.115714 -0.972605 -0.201616 0 0 v 0.264606 -4.48503 3.69909 -0.349266 -0.910171 -0.222715 0 0 v 0.365176 -4.54185 3.70479 -0.385331 -0.890857 -0.240614 0 0 v 0.467456 -4.57178 3.70877 -0.267141 -0.936756 -0.226107 0 0 v 0.563386 -4.59504 3.70771 -0.268445 -0.931458 -0.245609 0 0 v 0.664716 -4.62773 3.71106 -0.251832 -0.924101 -0.287433 0 0 v 0.765556 -4.64934 3.71376 -0.200532 -0.929032 -0.310945 0 0 v 0.863586 -4.66982 3.7123 -0.196748 -0.921826 -0.333956 0 0 v 0.964806 -4.68946 3.71551 -0.143562 -0.930328 -0.33746 0 0 v 1.06499 -4.70408 3.7158 -0.108482 -0.925862 -0.361954 0 0 v 1.16538 -4.71613 3.71722 -0.0971615 -0.949509 -0.298317 0 0 v 1.26602 -4.72545 3.71907 0.0296675 -0.969263 -0.244234 0 0 v 1.36593 -4.7202 3.71992 0.128533 -0.978055 -0.163972 0 0 v 1.46702 -4.70365 3.71729 0.156868 -0.982682 -0.0986322 0 0 v 1.56668 -4.6886 3.71683 0.213956 -0.972739 -0.0894572 0 0 v 1.66792 -4.65901 3.71376 0.247825 -0.965756 -0.0767952 0 0 v 1.76621 -4.63811 3.71317 0.15957 -0.986476 -0.0374454 0 0 v 1.86652 -4.62907 3.71206 0.0612408 -0.998115 0.00400128 0 0 v 1.96615 -4.62465 3.71219 0.0799453 -0.996602 -0.0198203 0 0 v 2.06657 -4.60699 3.70972 0.126118 -0.990248 -0.0591927 0 0 v 2.16607 -4.60167 3.70996 0.0968029 -0.980064 -0.173502 0 0 v 2.26668 -4.59247 3.70861 0.135093 -0.971226 -0.196139 0 0 v 2.36635 -4.57785 3.7078 0.206621 -0.963253 -0.171615 0 0 v 2.4657 -4.55157 3.70622 0.29797 -0.940959 -0.160652 0 0 v 5.21169 1.43094 7.36487 0.84659 0.281523 0.451697 0 0 v 5.41645 0.931717 7.37786 0.730582 0.41092 0.54534 0 0 v 1.69672 -0.516534 9.99317 -0.0643862 -0.0127504 0.997844 0 0 v 1.95991 -0.756004 9.97787 0.00523567 -0.109772 0.993943 0 0 v -4.53664 -1.40708 12.3735 0.226381 -0.153234 0.96191 0 0 v 3.5123 -1.03966 9.49236 0.374254 -0.160463 0.913338 0 0 v 2.26583 -2.81814 8.65116 0.180599 -0.848846 0.496835 0 0 v 2.16449 -2.83659 8.64786 0.0916878 -0.830145 0.549956 0 0 v 2.06453 -2.83557 8.64676 0.105166 -0.79143 0.602145 0 0 v 1.96527 -2.86572 8.65116 0.256779 -0.752054 0.607025 0 0 v -4.87563 2.77657 12.8788 0.764619 -0.321765 0.558413 0 0 v -1.89311 1.69211 14.5712 -0.463128 -0.112709 0.879096 0 0 v -7.81534 -0.377493 9.50957 -0.972316 0.183856 0.144218 0 0 v -2.13415 -2.09636 8.75977 0.0507677 -0.811607 0.581994 0 0 v -0.0623639 0.128017 9.68376 -0.243878 0.0669946 0.967489 0 0 v -4.85227 2.33441 12.5723 0.833374 -0.283683 0.474355 0 0 v -5.92373 1.41867 12.5692 -0.578231 -0.313775 0.753123 0 0 v 0.468396 -2.35598 9.19226 -0.200513 -0.578723 0.79049 0 0 v 5.87592 -0.768703 6.55815 0.944693 -0.122206 0.304336 0 0 v 5.90917 -0.468203 6.55906 0.953855 -0.081762 0.288922 0 0 v -7.66679 -2.27649 9.65466 -0.966057 -0.0901316 0.242096 0 0 v -5.43226 -4.35831 9.14376 0.31387 -0.930769 0.187497 0 0 v 3.63487 -1.22768 9.40497 0.37428 -0.210963 0.903 0 0 v 5.80318 0.530527 6.83277 0.93407 0.148955 0.324538 0 0 v 5.77497 -1.78467 3.46986 0.597928 -0.789697 0.137331 0 0 v 5.8683 -1.70462 3.46432 0.511131 -0.82636 0.236378 0 0 v 5.96869 -1.69531 3.46574 0.00866944 -0.825673 0.564082 0 0 v 6.06273 -1.71973 3.46995 -0.264689 -0.703414 0.659658 0 0 v 6.16471 -1.76641 3.47044 -0.257733 -0.713067 0.652004 0 0 v 6.26463 -1.7926 3.47371 -0.194686 -0.745394 0.637562 0 0 v 6.36545 -1.81443 3.47268 -0.076151 -0.799512 0.595803 0 0 v 6.46585 -1.81553 3.47339 0.0291932 -0.8013 0.59755 0 0 v 6.56683 -1.80574 3.4742 0.0941252 -0.816873 0.569085 0 0 v 6.66733 -1.79274 3.4728 0.150261 -0.83095 0.535671 0 0 v 6.76844 -1.76909 3.47134 0.25901 -0.817765 0.513979 0 0 v 5.14819 1.63117 7.36096 0.829667 0.30948 0.464624 0 0 v 5.51899 -0.168653 7.52526 0.866217 -0.0433524 0.497784 0 0 v -7.4882 -0.0735135 10.3279 -0.860226 0.145748 0.488639 0 0 v 5.98809 -1.36884 5.43799 0.959889 -0.264136 0.0940456 0 0 v -6.31835 5.7491 14.3237 -0.857906 0.40014 -0.322313 0 0 v 5.92148 -1.56744 5.43281 0.926086 -0.36092 0.110013 0 0 v 1.41951 -0.558304 9.96367 -0.128842 -0.055058 0.990136 0 0 v 3.14354 -1.4755 9.55257 0.475397 -0.233206 0.8483 0 0 v 2.05088 -1.07524 9.92286 0.0422659 -0.203755 0.978109 0 0 v 1.30388 -2.25581 9.38176 -0.0260659 -0.654416 0.755685 0 0 v 2.38182 -1.77111 9.68046 0.130525 -0.468306 0.873872 0 0 v -5.40761 2.10697 13.0194 0.408103 -0.441388 0.799142 0 0 v -5.49 2.13748 13.0667 0.283889 -0.455037 0.844008 0 0 v 0.462326 -1.80692 9.52527 -0.285843 -0.45176 0.845108 0 0 v 0.352446 -1.7675 9.51956 -0.246212 -0.422569 0.872247 0 0 v -4.3872 -1.02463 12.3852 0.199656 -0.0616858 0.977922 0 0 v -4.47709 1.81579 9.06126 0.140927 0.95644 0.25566 0 0 v -0.671344 3.24471 7.26776 0.126226 0.918468 0.374812 0 0 v -1.86706 3.38162 5.83473 -0.175239 0.968403 0.177447 0 0 v -1.96702 3.36858 5.83314 -0.151143 0.982031 0.113006 0 0 v -6.76696 1.11029 8.29597 -0.560313 0.745392 -0.361165 0 0 v -4.55258 -3.55377 0.448255 -0.582606 -0.75327 -0.305213 0 0 v 1.13426 4.52141 5.78696 0.176133 0.965861 0.189974 0 0 v 0.932736 4.55203 5.78611 0.143352 0.959818 0.241245 0 0 v 2.72919 2.87513 7.55046 0.250843 0.946884 0.201216 0 0 v 1.02876 3.23717 7.27486 0.0456735 0.962174 0.26858 0 0 v 2.42895 3.00745 7.26696 0.220427 0.973479 0.0612447 0 0 v -5.57113 1.29357 12.6254 0.117242 -0.447941 0.886343 0 0 v -3.13451 -3.08184 3.72073 -0.377184 -0.831695 -0.407449 0 0 v -3.03335 -3.13011 3.72593 -0.343385 -0.842565 -0.414936 0 0 v -2.93334 -3.16793 3.72922 -0.307603 -0.867089 -0.391838 0 0 v -2.83219 -3.20105 3.73378 -0.224388 -0.909795 -0.349176 0 0 v -2.73366 -3.21837 3.73346 -0.11193 -0.9645 -0.23919 0 0 v -2.63435 -3.2234 3.73274 -0.0126447 -0.995752 -0.091203 0 0 v -2.43419 -3.22425 3.7329 -0.0250145 -0.999209 -0.0309097 0 0 v -2.33423 -3.22991 3.73431 -0.0189539 -0.998474 -0.0518687 0 0 v -2.23434 -3.22984 3.73442 0.00545177 -0.996004 -0.0891405 0 0 v -2.13479 -3.22727 3.7346 0.100566 -0.987231 -0.123539 0 0 v -2.03399 -3.20816 3.73204 0.173642 -0.976304 -0.12915 0 0 v -1.93472 -3.19324 3.73099 0.301527 -0.945934 -0.119545 0 0 v -1.83377 -3.14553 3.72628 0.468802 -0.873738 -0.129638 0 0 v -1.73311 -3.08199 3.72086 0.481205 -0.863501 -0.151022 0 0 v -1.53465 -2.98992 3.71398 0.250799 -0.942927 -0.219061 0 0 v -1.43438 -2.96973 3.71027 0.0213746 -0.968163 -0.249407 0 0 v -1.33337 -2.9904 3.7138 -0.304608 -0.907572 -0.289011 0 0 v -1.2399 -3.03813 3.71398 -0.647002 -0.71143 -0.274328 0 0 v -1.13398 -3.20814 3.73184 -0.838737 -0.484372 -0.248805 0 0 v 4.68578 -1.05078 8.59727 0.734284 -0.0872106 0.673217 0 0 v -1.36884 -0.860503 9.31207 0.101577 -0.326065 0.939874 0 0 v -6.42412 -2.53044 11.9288 -0.30149 -0.475062 0.826692 0 0 v -4.15546 -1.98381 12.1372 0.585566 -0.358088 0.727245 0 0 v -0.663294 -1.85219 9.07336 -0.322198 -0.368622 0.871956 0 0 v -5.33694 2.80279 13.3271 0.434593 -0.37216 0.820138 0 0 v -5.1815 2.74484 13.2131 0.545294 -0.369793 0.752268 0 0 v -0.233944 -4.48007 3.83919 -0.445394 -0.862847 -0.238996 0 0 v -0.134034 -4.52786 3.84318 -0.30306 -0.929148 -0.211752 0 0 v -0.0334738 -4.54905 3.84577 0.0238169 -0.987927 -0.153081 0 0 v 0.0660862 -4.52594 3.84094 0.215919 -0.966994 -0.135281 0 0 v 0.165936 -4.49166 3.84039 0.0215503 -0.977623 -0.209257 0 0 v 0.267376 -4.53815 3.84389 -0.430184 -0.852087 -0.298143 0 0 v 0.364656 -4.59171 3.84698 -0.366786 -0.877144 -0.30998 0 0 v 0.468656 -4.62979 3.85386 -0.310394 -0.883273 -0.351405 0 0 v 0.567336 -4.668 3.85629 -0.332089 -0.851637 -0.4055 0 0 v 0.666026 -4.70769 3.85791 -0.283521 -0.842289 -0.458437 0 0 v 0.764636 -4.73469 3.85807 -0.23265 -0.838504 -0.492733 0 0 v 0.865826 -4.7684 3.86283 -0.186728 -0.842078 -0.506002 0 0 v 0.965646 -4.78175 3.86317 -0.0989613 -0.857894 -0.504206 0 0 v 1.0653 -4.78686 3.86111 -0.0581899 -0.870247 -0.489166 0 0 v 1.16593 -4.79454 3.86391 0.0131707 -0.889992 -0.455786 0 0 v 1.26678 -4.7845 3.86185 0.154368 -0.896466 -0.415354 0 0 v 1.36665 -4.76089 3.86046 0.2035 -0.910912 -0.358924 0 0 v 1.46719 -4.73695 3.85874 0.219008 -0.932093 -0.288512 0 0 v 1.56725 -4.71306 3.8569 0.237267 -0.945295 -0.223878 0 0 v 1.66701 -4.68861 3.85546 0.288643 -0.942065 -0.170878 0 0 v 1.76709 -4.6564 3.85217 0.21938 -0.967978 -0.122029 0 0 v 1.86628 -4.64038 3.85163 0.0792106 -0.990905 -0.108781 0 0 v 1.96632 -4.63141 3.85008 0.0182462 -0.992725 -0.119017 0 0 v 2.06593 -4.63797 3.85179 -0.0100593 -0.978425 -0.206357 0 0 v 2.16632 -4.64003 3.85139 0.0570145 -0.968041 -0.244225 0 0 v 2.26638 -4.62721 3.85041 0.167218 -0.960639 -0.221837 0 0 v 2.36766 -4.60539 3.84809 0.243103 -0.951714 -0.187459 0 0 v 2.46771 -4.56893 3.84545 0.339025 -0.930385 -0.139451 0 0 v 3.3748 -2.64478 8.49287 0.219148 -0.863717 0.453836 0 0 v 3.26527 -2.66388 8.50076 0.170321 -0.87959 0.444198 0 0 v 3.06568 -2.68996 8.50257 0.168155 -0.889452 0.42497 0 0 v 2.96529 -2.71367 8.50307 0.13376 -0.910782 0.39062 0 0 v 3.1658 -2.67878 8.50267 0.136817 -0.888362 0.438285 0 0 v 2.8665 -2.7209 8.50687 0.0560676 -0.933784 0.353417 0 0 v 2.76557 -2.72828 8.50447 0.219612 -0.896441 0.38492 0 0 v 1.96501 -3.0564 8.37866 0.213096 -0.850793 0.480355 0 0 v -3.13328 -2.10024 8.62086 0.0453911 -0.69106 0.721371 0 0 v -3.03442 -2.11263 8.62177 -0.125936 -0.674179 0.727752 0 0 v -2.93437 -2.13496 8.61976 -0.116387 -0.686012 0.718221 0 0 v -2.83445 -2.14775 8.62066 -0.141941 -0.679329 0.719976 0 0 v 1.86489 -2.90328 8.65277 0.238794 -0.762678 0.601082 0 0 v 0.865726 -2.89775 8.65707 -0.129897 -0.846547 0.516222 0 0 v 0.967056 -2.92771 8.65407 -0.173034 -0.835584 0.521401 0 0 v -7.38274 -0.991263 6.79306 -0.965278 -0.209248 0.156376 0 0 v -2.234 -2.09947 8.76237 -0.0151368 -0.82673 0.562396 0 0 v -7.4839 0.0257765 10.3254 -0.865737 0.11399 0.487345 0 0 v 0.183156 0.0381265 9.74837 -0.237074 0.0550345 0.969932 0 0 v 0.0661862 -2.91982 8.37267 -0.284383 -0.825964 0.486735 0 0 v -3.82908 -1.39294 11.4468 0.946012 -0.323966 0.0103673 0 0 v 0.667766 -2.43232 9.19646 -0.155372 -0.603913 0.78176 0 0 v 0.567806 -2.3944 9.19497 -0.226933 -0.588606 0.775915 0 0 v -7.34834 -0.789833 7.06037 -0.937617 -0.133793 0.320895 0 0 v -5.53194 -4.38786 9.14406 0.158719 -0.97905 0.12755 0 0 v -5.37884 1.84769 9.79247 -0.00167313 0.992526 0.122018 0 0 v -5.93624 -4.09193 10.4086 0.252616 -0.862501 0.438494 0 0 v -6.13304 -3.53538 11.2468 -0.120124 -0.737451 0.664632 0 0 v 5.87357 -1.66839 3.60205 0.562653 -0.796629 0.220915 0 0 v 5.9726 -1.59639 3.60072 0.394328 -0.790933 0.467899 0 0 v 6.06865 -1.59446 3.60149 -0.143793 -0.75946 0.634464 0 0 v 6.16546 -1.62812 3.60166 -0.255773 -0.71517 0.650471 0 0 v 6.36535 -1.70024 3.60473 -0.141718 -0.721927 0.677302 0 0 v 6.46543 -1.7038 3.60802 0.000329136 -0.758679 0.651464 0 0 v 6.56636 -1.7043 3.60819 0.0437615 -0.775347 0.630018 0 0 v 6.66649 -1.70003 3.60411 0.141061 -0.775294 0.615647 0 0 v 6.76919 -1.67043 3.60764 0.186743 -0.763568 0.618135 0 0 v 6.86725 -1.65002 3.60019 0.288267 -0.781851 0.552821 0 0 v 4.65857 -2.73555 7.03467 0.531532 -0.737112 0.4173 0 0 v 6.01344 -1.26926 5.43987 0.970442 -0.222728 0.0929281 0 0 v -4.22679 -1.65421 2.95855 -0.143063 -0.402645 -0.904107 0 0 v -7.68862 -2.67747 9.51976 -0.951158 0.0458511 0.305282 0 0 v -7.43902 -0.693433 6.52392 -0.990934 -0.0915913 -0.0982898 0 0 v 5.59857 1.12859 6.96027 0.852592 0.363502 0.375437 0 0 v 5.76825 0.331187 6.97257 0.92258 0.0806816 0.377275 0 0 v 2.97767 -1.41412 9.64627 0.358679 -0.251885 0.898834 0 0 v 2.71956 -1.31842 9.76667 0.30962 -0.253882 0.91634 0 0 v -4.30333 0.249906 12.5621 -0.563296 -0.300667 0.769608 0 0 v 1.38802 -1.99245 9.56816 0.052422 -0.522679 0.850916 0 0 v 3.17809 -2.21122 9.03367 0.317495 -0.598579 0.735459 0 0 v -5.26384 2.05349 12.8822 0.602337 -0.417914 0.680102 0 0 v -5.33058 2.07862 12.961 0.519021 -0.440362 0.732597 0 0 v -7.09612 -1.55433 12.0413 -0.460948 -0.281758 0.84151 0 0 v -6.09148 -2.48883 12.0544 -0.159135 -0.450335 0.878564 0 0 v -5.05724 2.84307 13.1561 0.682482 -0.324768 0.654785 0 0 v -2.471 2.9876 7.24547 0.0936496 0.986489 0.134421 0 0 v -5.27899 1.85401 9.64756 0.0683952 0.996216 -0.0536312 0 0 v -4.18777 1.13301 11.2459 0.24412 0.944549 0.21962 0 0 v -6.3695 1.43582 8.45716 -0.521334 0.800835 -0.294743 0 0 v -0.571344 3.23426 7.26837 0.035999 0.951799 0.304603 0 0 v -5.77231 1.68808 8.46907 -0.325194 0.921035 -0.214342 0 0 v -2.10341 2.35347 13.6423 -0.573575 0.809925 0.12261 0 0 v -5.67527 2.02495 7.61587 -0.444697 0.819626 0.36119 0 0 v -2.76419 3.12946 5.66839 -0.0244679 0.975494 -0.21866 0 0 v 1.03307 4.54069 5.78598 0.121684 0.970256 0.209276 0 0 v 0.633216 4.60549 5.78975 0.112804 0.966208 0.231768 0 0 v 0.928946 3.23927 7.27506 0.067181 0.975877 0.207728 0 0 v 1.23404 4.50558 5.7853 0.189687 0.961657 0.198074 0 0 v -5.28038 1.79936 10.0841 0.0123098 0.991492 0.129582 0 0 v -3.03268 -3.2037 3.87352 -0.354548 -0.86721 -0.349633 0 0 v -2.933 -3.24183 3.87677 -0.248285 -0.914171 -0.320383 0 0 v -2.83373 -3.25732 3.87705 -0.0611208 -0.966604 -0.24888 0 0 v -2.7349 -3.25367 3.87409 0.0601035 -0.982036 -0.178865 0 0 v -2.63395 -3.2429 3.87598 0.105825 -0.986254 -0.1269 0 0 v -2.53406 -3.23426 3.87453 0.036691 -0.994946 -0.0934622 0 0 v -2.33407 -3.24291 3.87572 -0.0402927 -0.996185 -0.0774016 0 0 v -2.2341 -3.24551 3.87554 -0.018179 -0.995108 -0.0971055 0 0 v -2.13425 -3.24497 3.8755 0.0858831 -0.991986 -0.0926709 0 0 v -2.03492 -3.23019 3.87469 0.200165 -0.975356 -0.0928172 0 0 v -1.93494 -3.20571 3.8726 0.310726 -0.947187 -0.0792786 0 0 v -1.83428 -3.15669 3.86797 0.451815 -0.887952 -0.0860472 0 0 v -1.73615 -3.10149 3.86428 0.448644 -0.886458 -0.113625 0 0 v -1.63437 -3.05505 3.85937 0.378014 -0.912742 -0.154944 0 0 v -1.53408 -3.01809 3.85613 0.213276 -0.95809 -0.191253 0 0 v -1.43436 -3.00717 3.85454 -0.0385474 -0.970344 -0.238634 0 0 v -1.33428 -3.03063 3.85712 -0.372167 -0.88929 -0.265811 0 0 v -1.24139 -3.09426 3.87016 -0.705964 -0.653724 -0.272506 0 0 v 5.24108 -1.25602 7.79406 0.844115 -0.162059 0.511084 0 0 v 5.18424 -1.23632 7.90027 0.838982 -0.15445 0.521781 0 0 v 0.0595961 -1.36903 9.59457 -0.329603 -0.280765 0.901406 0 0 v -4.29745 -0.767554 12.3742 0.229787 -0.0217458 0.972998 0 0 v 5.93258 -1.50829 3.88994 0.870576 -0.470668 0.143418 0 0 v 0.992206 -1.8501 9.63256 -0.098588 -0.463573 0.880557 0 0 v -5.58915 2.89539 13.4612 0.160728 -0.417952 0.894138 0 0 v -5.10998 2.71863 13.1443 0.634824 -0.375639 0.6752 0 0 v -4.05556 -0.421114 12.3328 0.243659 -0.254948 0.935752 0 0 v -0.232014 -4.5234 3.98328 -0.402702 -0.884444 -0.235773 0 0 v -0.136364 -4.55567 3.98303 -0.208874 -0.959316 -0.189958 0 0 v -0.0344938 -4.56556 3.98479 0.0201854 -0.984066 -0.176655 0 0 v 0.0670162 -4.54462 3.98171 0.177813 -0.963365 -0.200774 0 0 v 0.156166 -4.53257 3.98707 -0.133088 -0.929666 -0.343523 0 0 v 0.269766 -4.59298 3.9917 -0.387991 -0.849589 -0.357296 0 0 v 0.365066 -4.63887 3.99 -0.354697 -0.888684 -0.29057 0 0 v 0.465936 -4.68414 3.99483 -0.380605 -0.884596 -0.269498 0 0 v 0.568356 -4.73826 4.00122 -0.416793 -0.866685 -0.274117 0 0 v 0.667156 -4.78928 4.00441 -0.350086 -0.889894 -0.292454 0 0 v 0.765016 -4.81838 4.00506 -0.286257 -0.90298 -0.320442 0 0 v 0.866526 -4.8499 4.00889 -0.216621 -0.909479 -0.354857 0 0 v 0.965646 -4.8658 4.00897 -0.094745 -0.924331 -0.369642 0 0 v 1.06545 -4.86925 4.00779 -0.0446341 -0.923242 -0.381618 0 0 v 1.16622 -4.86981 4.00732 0.0498108 -0.930065 -0.364003 0 0 v 1.26654 -4.85622 4.00643 0.157665 -0.909374 -0.384942 0 0 v 1.36746 -4.83278 4.00477 0.263703 -0.888059 -0.376579 0 0 v 1.46957 -4.79098 3.99896 0.307275 -0.88724 -0.344074 0 0 v 1.5671 -4.75944 3.99982 0.347664 -0.897888 -0.270048 0 0 v 1.66821 -4.71581 3.99546 0.383797 -0.908206 -0.166917 0 0 v 1.76838 -4.67067 3.99117 0.264694 -0.958091 -0.109539 0 0 v 1.86621 -4.65116 3.99136 0.069025 -0.991433 -0.110886 0 0 v 1.96575 -4.66166 3.9926 -0.0850369 -0.979355 -0.183395 0 0 v 2.06602 -4.67437 3.99344 -0.0614467 -0.974424 -0.216154 0 0 v 2.16619 -4.67465 3.99348 0.079024 -0.977945 -0.193336 0 0 v 2.26576 -4.65968 3.99299 0.202336 -0.961156 -0.187719 0 0 v 2.36762 -4.62961 3.98934 0.304275 -0.937842 -0.16694 0 0 v -4.68463 6.40756 14.0768 0.928993 -0.282977 0.238528 0 0 v -5.83312 -4.31113 9.56786 0.194265 -0.952747 0.233526 0 0 v 1.06663 -3.02952 8.51786 -0.169426 -0.860143 0.481091 0 0 v 1.16683 -3.04036 8.51696 -0.0732992 -0.863215 0.499487 0 0 v 1.26655 -3.04214 8.51847 -0.0647822 -0.848453 0.525291 0 0 v 1.36617 -3.05529 8.51927 -0.0443839 -0.855488 0.515917 0 0 v 2.46467 -2.82822 8.50887 0.257358 -0.879646 0.399987 0 0 v -3.68339 0.319676 12.9628 -0.311163 -0.609126 0.729482 0 0 v -3.23365 0.405036 13.1988 -0.0903822 -0.805152 0.586142 0 0 v -7.34055 0.623957 9.77326 -0.893218 0.448888 0.0257149 0 0 v -2.7207 2.17884 8.95576 0.093144 0.79168 0.603794 0 0 v -5.83504 -4.37134 8.72106 -0.209329 -0.939293 -0.271864 0 0 v -2.73479 -2.17374 8.62216 -0.162286 -0.684342 0.710873 0 0 v -2.53443 -2.20029 8.62426 0.0106555 -0.747117 0.664607 0 0 v 0.765656 -2.88313 8.65547 -0.0896854 -0.837576 0.538909 0 0 v -5.73437 -4.4106 8.86306 0.0212576 -0.997891 -0.0613402 0 0 v -2.3345 -2.08804 8.76287 -0.0576828 -0.796956 0.601277 0 0 v -3.81282 -0.656764 12.0932 0.775734 -0.161008 0.610175 0 0 v 0.265766 -2.97211 8.37637 -0.217975 -0.85032 0.479001 0 0 v -3.87365 -1.49227 11.446 0.953581 -0.297009 0.0496868 0 0 v 4.84939 -1.25498 8.38387 0.768044 -0.124758 0.628128 0 0 v 4.02158 -1.37177 9.11856 0.631954 -0.223369 0.742118 0 0 v 5.57758 0.830227 7.24326 0.814019 0.30614 0.49361 0 0 v 5.33003 1.33513 7.22066 0.784677 0.299188 0.542925 0 0 v -6.9477 0.511087 7.71617 -0.909539 0.388686 0.147183 0 0 v -1.27344 4.1086 5.85802 -0.677512 0.440759 0.58882 0 0 v 1.2755 -1.80728 9.67766 0.0047601 -0.447009 0.894517 0 0 v -5.93388 -3.55431 11.2424 0.0135527 -0.767487 0.640921 0 0 v -6.03348 -3.54666 11.2461 -0.0581961 -0.749386 0.65957 0 0 v -7.73247 -2.77818 9.38326 -0.969101 0.0384906 0.243641 0 0 v 5.97082 -1.51723 3.73876 0.580077 -0.678669 0.450465 0 0 v 0.571506 2.9215 13.6375 0.958426 -0.284575 0.0208878 0 0 v 5.72903 0.131467 7.11106 0.918868 0.0265989 0.393668 0 0 v 6.36522 -1.55995 3.73464 -0.173364 -0.648189 0.741482 0 0 v 6.76756 -1.56318 3.73664 0.157147 -0.707402 0.689121 0 0 v -2.98339 1.73323 13.517 -0.658224 0.678516 0.326125 0 0 v -3.62403 1.32966 12.9444 -0.707201 0.663933 0.243022 0 0 v 5.69433 1.82559 5.69316 0.894114 0.445219 0.048372 0 0 v -4.82642 5.2074 13.6049 0.872081 -0.159573 0.462613 0 0 v 4.27526 -3.05901 7.03817 0.427763 -0.718669 0.54821 0 0 v 4.13945 -1.84373 8.78977 0.56654 -0.485689 0.665686 0 0 v 3.9347 -1.76826 9.01406 0.562339 -0.404523 0.721205 0 0 v 3.29756 -1.53268 9.43637 0.475192 -0.317937 0.820432 0 0 v 2.09902 -1.66914 9.75527 0.0268633 -0.418254 0.907933 0 0 v -3.91983 0.110506 12.6863 -0.243504 -0.652258 0.71782 0 0 v -4.84411 1.89594 12.235 0.855666 -0.306799 0.416785 0 0 v -4.89382 1.9148 12.3459 0.823109 -0.347855 0.448874 0 0 v -5.12977 2.00323 12.7255 0.657767 -0.347241 0.668405 0 0 v -7.48132 -0.531204 11.919 -0.696039 0.12943 0.706242 0 0 v -1.74395 -1.16771 9.27607 0.273385 -0.445651 0.852441 0 0 v 0.476816 0.0747365 9.81277 -0.186631 0.0770207 0.979406 0 0 v 0.230516 0.165086 9.75086 -0.2211 0.0830198 0.971711 0 0 v -2.37078 2.98385 7.24487 0.00756914 0.97055 0.24078 0 0 v 2.03374 4.23897 5.91187 0.109286 0.955762 0.273085 0 0 v -3.59372 1.43353 12.4341 -0.572771 0.818734 -0.0401094 0 0 v -5.97877 1.7444 9.78736 -0.277772 0.940706 0.194717 0 0 v -6.15575 -1.49841 3.89177 -0.69697 -0.2425 -0.674852 0 0 v -4.12674 -3.05072 4.00469 -0.0137225 -0.785091 -0.619228 0 0 v -2.86474 3.13796 5.66734 0.0578006 0.992637 -0.106444 0 0 v 0.528646 3.27308 7.27476 0.0813319 0.939643 0.332349 0 0 v 2.52827 2.92307 7.55157 0.207065 0.949627 0.235231 0 0 v -3.79287 1.26217 11.9881 -0.392872 0.908088 -0.145008 0 0 v -5.57988 1.76545 10.2292 -0.159088 0.985151 0.0645694 0 0 v 0.828526 3.24817 7.27457 0.0321533 0.982969 0.180935 0 0 v -3.23428 -3.15818 4.00804 -0.345544 -0.857163 -0.38193 0 0 v -3.13298 -3.20466 4.01395 -0.341279 -0.902125 -0.264007 0 0 v -3.03348 -3.24418 4.01648 -0.309861 -0.932148 -0.187313 0 0 v -2.93435 -3.27333 4.01778 -0.207775 -0.964249 -0.164477 0 0 v -2.83409 -3.2854 4.01901 -0.0332644 -0.984988 -0.169385 0 0 v -2.73451 -3.27637 4.01729 0.0991704 -0.977296 -0.187235 0 0 v -2.63418 -3.26245 4.01663 0.13801 -0.975096 -0.173614 0 0 v -2.53403 -3.24743 4.01576 0.084485 -0.986084 -0.14318 0 0 v -2.43419 -3.24509 4.01611 -0.00118384 -0.99473 -0.102522 0 0 v -2.33393 -3.2495 4.01575 -0.0603962 -0.996572 -0.056545 0 0 v -2.23417 -3.25901 4.01692 -0.0230132 -0.998589 -0.0478628 0 0 v -2.1344 -3.25647 4.0171 0.0844667 -0.995595 -0.0406879 0 0 v -2.0335 -3.23712 4.01458 0.213261 -0.974497 -0.06982 0 0 v -1.93379 -3.21048 4.01261 0.307594 -0.949519 -0.0616483 0 0 v -1.834 -3.17084 4.00942 0.423383 -0.903007 -0.0729781 0 0 v -1.73398 -3.11988 4.00503 0.412339 -0.906219 -0.0935081 0 0 v -1.6347 -3.07878 4.00222 0.329427 -0.933786 -0.139722 0 0 v -1.53404 -3.04447 3.99836 0.205216 -0.961183 -0.18443 0 0 v -1.43367 -3.04175 3.99919 -0.116313 -0.96092 -0.251204 0 0 v -1.33694 -3.07446 3.99897 -0.464073 -0.82925 -0.311418 0 0 v -1.24896 -3.14789 3.99946 -0.75778 -0.557864 -0.338464 0 0 v -1.14347 -1.08993 9.21836 -0.228717 -0.399675 0.887664 0 0 v -0.517094 -0.286193 9.58546 -0.25375 -0.00123388 0.967269 0 0 v -3.21456 0.450726 13.267 -0.179903 -0.789604 0.586652 0 0 v -5.41523 2.8319 13.3833 0.347001 -0.391486 0.85225 0 0 v -4.98636 2.67312 12.9659 0.74106 -0.360059 0.566734 0 0 v -5.16301 -0.603684 12.4421 0.0149515 0.0638601 0.997847 0 0 v -0.232294 -4.56024 4.12523 -0.357097 -0.910762 -0.20735 0 0 v -0.133014 -4.58547 4.12673 -0.138803 -0.972997 -0.184419 0 0 v -0.0336939 -4.58752 4.12623 -0.0707039 -0.972823 -0.220491 0 0 v 0.0649561 -4.59273 4.12492 -0.0866527 -0.928305 -0.361581 0 0 v 0.167466 -4.6297 4.13176 -0.264347 -0.855731 -0.444797 0 0 v 0.265266 -4.65064 4.13005 -0.226047 -0.905534 -0.359042 0 0 v 0.365356 -4.67397 4.13228 -0.252537 -0.931184 -0.262911 0 0 v 0.466086 -4.70794 4.13564 -0.326972 -0.932459 -0.153653 0 0 v 0.566356 -4.75497 4.13956 -0.409732 -0.909989 -0.0635625 0 0 v 0.665946 -4.80454 4.1432 -0.400043 -0.914578 -0.059271 0 0 v 0.763986 -4.84514 4.14545 -0.361688 -0.926632 -0.102637 0 0 v 0.866726 -4.88541 4.15021 -0.250405 -0.961121 -0.116376 0 0 v 0.963636 -4.89949 4.1482 -0.143607 -0.978156 -0.150291 0 0 v 1.06573 -4.9142 4.15143 -0.0833218 -0.977037 -0.196103 0 0 v 1.16593 -4.917 4.151 0.0240281 -0.983276 -0.180531 0 0 v 1.26648 -4.90594 4.14966 0.150158 -0.956927 -0.248483 0 0 v 1.36727 -4.88157 4.14773 0.259894 -0.926934 -0.270645 0 0 v 1.46815 -4.84642 4.14468 0.357846 -0.892705 -0.273907 0 0 v 1.56969 -4.8009 4.14041 0.448945 -0.862535 -0.233412 0 0 v 1.66823 -4.73844 4.13627 0.503543 -0.851799 -0.144509 0 0 v 1.76767 -4.68012 4.13174 0.319778 -0.944369 -0.0768711 0 0 v 1.86572 -4.67246 4.13264 -0.014361 -0.992222 -0.123648 0 0 v 1.96586 -4.6901 4.13313 -0.143503 -0.97643 -0.161219 0 0 v 2.06605 -4.7006 4.13433 -0.0374741 -0.989076 -0.142562 0 0 v 2.16634 -4.70011 4.13423 0.090121 -0.989087 -0.116558 0 0 v 2.26766 -4.68052 4.13206 0.21198 -0.968043 -0.134002 0 0 v 2.3676 -4.65355 4.13022 0.305819 -0.942342 -0.13589 0 0 v -0.534804 -2.65566 8.50296 -0.33746 -0.734576 0.588658 0 0 v 0.164316 -2.87436 8.51567 -0.270301 -0.846412 0.458829 0 0 v -0.234344 -2.84397 8.36936 -0.127734 -0.812031 0.569465 0 0 v 0.166416 -2.41198 9.05787 -0.284685 -0.616516 0.734072 0 0 v -5.59909 6.35052 14.331 -0.637357 0.614422 -0.465039 0 0 v -0.037634 -2.77673 8.50906 -0.356222 -0.79674 0.488171 0 0 v 0.0641662 -2.83656 8.51377 -0.36791 -0.804951 0.465506 0 0 v 0.266966 -2.90522 8.51297 -0.192022 -0.868484 0.457015 0 0 v -5.73417 -4.41903 9.00467 0.0212484 -0.999426 0.0263967 0 0 v 2.95494 -0.691804 9.77337 0.382129 -0.00795803 0.924075 0 0 v -5.33531 -3.07796 11.6631 0.25371 -0.738479 0.624724 0 0 v -5.93521 -4.3447 8.72066 -0.182356 -0.956859 -0.226203 0 0 v -2.63432 -2.19833 8.62247 -0.0724272 -0.734784 0.674423 0 0 v 0.665226 -2.87454 8.65797 -0.080903 -0.828742 0.553752 0 0 v -5.63374 -4.40525 8.86366 0.134702 -0.990059 -0.040469 0 0 v -2.43488 -2.07513 8.76247 -0.108041 -0.766422 0.633186 0 0 v -7.78189 -1.58298 8.69997 -0.837734 -0.368181 -0.403291 0 0 v -1.04288 4.00843 6.12889 -0.51591 0.381707 0.766901 0 0 v 0.165786 -2.94634 8.37496 -0.23916 -0.8494 0.470449 0 0 v -7.35918 -0.690093 7.06027 -0.947331 -0.0784202 0.310506 0 0 v -6.63921 -4.21316 9.27306 -0.39027 -0.794408 -0.465409 0 0 v 5.76965 0.931047 6.69068 0.937309 0.254142 0.23846 0 0 v 5.53939 0.930107 7.24086 0.7449 0.379473 0.548748 0 0 v -6.63093 -4.27309 9.84737 -0.429779 -0.867036 0.25207 0 0 v -6.03522 -4.24973 10.1298 0.240464 -0.897581 0.369494 0 0 v 5.99419 -0.868003 6.00072 0.984855 -0.096334 0.144151 0 0 v -6.23124 -3.51867 11.2423 -0.201425 -0.714291 0.670236 0 0 v -6.86605 -1.5872 7.58756 -0.868943 -0.482504 0.110128 0 0 v 5.68117 1.82505 5.83243 0.859594 0.483852 0.164272 0 0 v -4.36608 1.76473 9.14837 0.190265 0.927312 0.322322 0 0 v -3.77606 -1.19196 11.2933 0.985606 -0.137522 0.0983262 0 0 v -7.9295 -0.779034 9.10476 -0.99139 0.130895 0.0033915 0 0 v 5.80123 -1.26894 6.55374 0.909318 -0.206643 0.361163 0 0 v 5.82416 -1.1684 6.55445 0.920172 -0.159975 0.35734 0 0 v 5.9353 -0.0685133 6.56091 0.962855 -0.0345063 0.267804 0 0 v 1.42884 3.18547 7.27347 0.167386 0.962952 0.211434 0 0 v 6.01708 0.131377 6.28267 0.972341 -0.0492219 0.228321 0 0 v 6.00521 -0.0682833 6.28225 0.971632 -0.0413551 0.232855 0 0 v 6.00295 -0.167943 6.28163 0.972429 -0.0484304 0.228114 0 0 v -5.83915 2.16495 13.0449 -0.385333 -0.433572 0.814576 0 0 v -2.42247 0.703566 9.63706 0.178595 0.12374 0.976111 0 0 v 4.88802 -1.55404 8.22497 0.746772 -0.346938 0.56742 0 0 v -7.93461 -1.07798 9.37866 -0.989909 0.00665146 0.141551 0 0 v 1.95878 -2.19637 9.42636 0.0237714 -0.565738 0.824242 0 0 v -3.03412 -0.540353 9.99197 0.868815 -0.0550279 0.492069 0 0 v -1.82714 -1.13651 9.32236 0.237885 -0.429097 0.87137 0 0 v 1.46197 -3.80061 6.85796 0.0527398 -0.283697 0.957462 0 0 v 4.60302 -1.87536 8.35626 0.66236 -0.467357 0.58554 0 0 v 4.72146 -1.92028 8.16897 0.720074 -0.467873 0.512433 0 0 v -2.88014 -0.453643 9.78497 0.709675 -0.184896 0.679834 0 0 v -4.79842 1.8793 12.1136 0.918329 -0.218822 0.329832 0 0 v -5.80625 -1.83491 12.3337 -0.0866708 -0.274934 0.957549 0 0 v 0.490156 3.9074 14.7244 0.544344 0.826477 0.143618 0 0 v -5.66554 -2.94269 11.82 -0.0354588 -0.595894 0.80228 0 0 v 0.710576 -0.0114135 9.85956 -0.183761 0.0509188 0.981651 0 0 v -3.92092 -1.05153 12.1608 0.747425 -0.0891948 0.658332 0 0 v -5.0266 -1.23156 12.4564 0.0487215 -0.0413579 0.997956 0 0 v 1.9341 4.24114 5.91223 0.117543 0.952952 0.279404 0 0 v 1.83309 4.26276 5.91198 0.262507 0.919253 0.293365 0 0 v -3.86483 3.15945 5.66505 0.0316339 0.984785 -0.170872 0 0 v -3.76449 3.14624 5.66452 0.102978 0.980598 -0.166803 0 0 v -3.66416 3.13647 5.66425 0.159093 0.976956 -0.142292 0 0 v -4.33444 -3.15929 4.14785 -0.114554 -0.791874 -0.599845 0 0 v -4.2338 -3.16791 4.15154 0.00868496 -0.825913 -0.563731 0 0 v -4.02342 -3.14354 4.14726 0.0478985 -0.825191 -0.562819 0 0 v -3.93397 -3.14271 4.14938 -0.0326706 -0.837595 -0.545313 0 0 v -3.83408 -3.15689 4.14938 -0.166614 -0.804152 -0.570596 0 0 v -3.71979 -3.19944 4.15306 -0.183693 -0.7639 -0.618639 0 0 v -3.61965 -3.22108 4.15478 -0.126451 -0.769441 -0.626076 0 0 v -3.53391 -3.23214 4.15645 -0.00865261 -0.802578 -0.596484 0 0 v -3.43479 -3.2147 4.14926 0.0866006 -0.798472 -0.595771 0 0 v -3.33444 -3.21133 4.15168 -0.0319387 -0.853529 -0.520066 0 0 v -3.23513 -3.21438 4.15099 -0.152444 -0.926904 -0.342942 0 0 v -3.1338 -3.23289 4.15553 -0.169367 -0.962835 -0.210387 0 0 v -3.03405 -3.25935 4.15738 -0.248861 -0.962626 -0.106861 0 0 v -2.9332 -3.29268 4.16136 -0.21488 -0.972596 -0.0887875 0 0 v -2.8338 -3.30643 4.16214 -0.0965113 -0.990371 -0.0992476 0 0 v -2.73401 -3.30669 4.16218 0.031801 -0.984089 -0.174807 0 0 v -2.63437 -3.29365 4.16101 0.142373 -0.963852 -0.225207 0 0 v -2.53384 -3.27604 4.15791 0.128959 -0.97128 -0.199963 0 0 v -2.43454 -3.26676 4.15898 0.133991 -0.982832 -0.126838 0 0 v -2.33429 -3.25617 4.15768 0.0279175 -0.999182 -0.0292453 0 0 v -2.23372 -3.25682 4.15724 -0.00174263 -0.999375 0.0353051 0 0 v -2.13429 -3.25789 4.15744 0.0262726 -0.999139 0.0321237 0 0 v -2.0339 -3.24851 4.15629 0.169516 -0.984957 -0.033518 0 0 v -1.93371 -3.22267 4.15405 0.303819 -0.95007 -0.0711416 0 0 v -1.83837 -3.18577 4.15261 0.407233 -0.909694 -0.0813461 0 0 v -1.73503 -3.1299 4.14704 0.388891 -0.9159 -0.099453 0 0 v -1.63651 -3.09521 4.14641 0.252152 -0.957861 -0.137557 0 0 v -1.53366 -3.07512 4.14375 0.0748438 -0.973905 -0.214262 0 0 v -1.43225 -3.08951 4.14485 -0.258729 -0.926874 -0.271964 0 0 v -1.34236 -3.13165 4.14099 -0.60918 -0.724408 -0.322697 0 0 v -0.256144 -1.55249 9.37737 -0.40329 -0.435281 0.804915 0 0 v -4.98634 -2.12287 12.2605 0.0544771 -0.332002 0.941704 0 0 v 2.69138 -0.879894 9.85686 0.303306 -0.117277 0.945649 0 0 v -3.09429 -0.811823 10.0621 0.850962 -0.0983548 0.515936 0 0 v -4.92628 2.65101 12.875 0.750795 -0.354609 0.557279 0 0 v 1.95579 -2.34334 9.30696 0.00416937 -0.695077 0.718923 0 0 v -0.333274 -4.53888 4.26169 -0.47363 -0.853351 -0.217869 0 0 v -0.234144 -4.58839 4.26517 -0.312414 -0.930182 -0.192764 0 0 v -0.133714 -4.61152 4.26725 -0.179001 -0.96417 -0.195795 0 0 v -0.0334239 -4.63393 4.26968 -0.226015 -0.932864 -0.280502 0 0 v 0.0671862 -4.66745 4.27278 -0.280432 -0.901225 -0.330381 0 0 v 0.166006 -4.69609 4.27363 -0.208092 -0.923511 -0.322219 0 0 v 0.265716 -4.70961 4.27421 -0.133516 -0.942291 -0.307021 0 0 v 0.366346 -4.71919 4.27558 -0.114533 -0.957076 -0.266246 0 0 v 0.465196 -4.72269 4.27481 -0.17901 -0.965805 -0.187551 0 0 v 0.564026 -4.75048 4.27639 -0.324341 -0.941787 -0.0885471 0 0 v 0.666156 -4.80388 4.28188 -0.389203 -0.920847 0.0236938 0 0 v 0.763686 -4.84739 4.28442 -0.364537 -0.930321 0.0401897 0 0 v 0.864136 -4.88265 4.28751 -0.268203 -0.96303 0.0253145 0 0 v 0.963746 -4.91 4.28925 -0.220273 -0.975389 -0.00985546 0 0 v 1.06554 -4.92741 4.29122 -0.105153 -0.994066 -0.0278563 0 0 v 1.16565 -4.93153 4.29105 -0.0226908 -0.999123 -0.0352028 0 0 v 1.26629 -4.92803 4.29099 0.082303 -0.994271 -0.068207 0 0 v 1.36638 -4.91512 4.29007 0.215906 -0.969399 -0.116837 0 0 v 1.46834 -4.88306 4.28684 0.342493 -0.924856 -0.165346 0 0 v 1.56864 -4.8348 4.28309 0.49744 -0.849167 -0.177394 0 0 v 1.66843 -4.76214 4.27766 0.588792 -0.798591 -0.124805 0 0 v 1.76711 -4.68881 4.27217 0.304529 -0.949512 -0.0754271 0 0 v 1.8665 -4.68955 4.27237 -0.0842975 -0.995538 -0.0424043 0 0 v 1.96584 -4.70983 4.27443 -0.107729 -0.994144 -0.0085199 0 0 v 2.06581 -4.71277 4.27454 -0.00201991 -0.999826 -0.0185468 0 0 v 2.16616 -4.71057 4.27443 0.0668352 -0.997664 0.0141437 0 0 v 2.26576 -4.69664 4.27346 0.181113 -0.983339 -0.0155395 0 0 v 2.36558 -4.67135 4.2716 0.293994 -0.955234 -0.0330982 0 0 v -1.33497 -2.29103 8.48806 -0.0726615 -0.703013 0.707455 0 0 v -0.434734 -2.69364 8.50496 -0.242568 -0.767653 0.593186 0 0 v -0.336364 -2.81418 8.37327 -0.204863 -0.793361 0.573244 0 0 v -0.133374 -2.85473 8.36837 -0.168091 -0.80707 0.566024 0 0 v -0.334824 -2.71989 8.50687 -0.179739 -0.77442 0.606604 0 0 v -0.235304 -2.734 8.50846 -0.161827 -0.78837 0.593536 0 0 v -0.135024 -2.74528 8.50797 -0.198095 -0.818983 0.538541 0 0 v 1.66492 -3.10294 8.37877 0.137316 -0.883296 0.448255 0 0 v 1.56558 -3.11879 8.38126 0.136749 -0.871745 0.47049 0 0 v 1.75334 -0.680283 9.98746 -0.0321281 -0.0992738 0.994541 0 0 v 1.56551 -3.04284 8.51866 0.110916 -0.860011 0.498075 0 0 v 1.66519 -3.02933 8.51737 0.121334 -0.859844 0.49593 0 0 v -5.11517 -2.82923 11.8581 0.249152 -0.71536 0.652827 0 0 v -6.03657 -4.33462 8.71996 -0.260254 -0.94571 -0.194684 0 0 v 0.566056 -2.86864 8.65347 -0.0930874 -0.814652 0.57243 0 0 v -5.53274 -4.38489 8.86276 0.181581 -0.981351 -0.063078 0 0 v -2.53393 -2.06878 8.75666 -0.0926795 -0.718448 0.689379 0 0 v -4.66496 6.50658 14.0772 0.976869 -0.160654 0.141125 0 0 v -2.6256 0.778336 9.65757 0.117685 0.145554 0.982326 0 0 v -1.25227 1.28766 12.3471 0.411126 -0.182047 -0.893216 0 0 v -4.59201 6.92824 13.5976 0.973093 0.0377803 -0.227295 0 0 v -6.53722 -4.25198 9.27767 -0.237775 -0.855203 -0.460533 0 0 v 2.26579 -2.44948 9.20356 0.0290214 -0.728407 0.68453 0 0 v -7.18793 0.0287664 11.0142 -0.885357 0.450405 0.115234 0 0 v -7.85566 -0.578383 9.51027 -0.972689 0.164359 0.163897 0 0 v -2.28059 1.4014 14.2973 -0.424816 -0.294803 0.855934 0 0 v -6.13414 -4.2663 10.132 0.0819405 -0.92185 0.378786 0 0 v -5.83559 -3.65679 11.1046 0.129386 -0.805116 0.578833 0 0 v -6.32828 -3.48966 11.2373 -0.288967 -0.678906 0.67497 0 0 v 5.72405 1.72804 5.83707 0.918261 0.359592 0.165801 0 0 v 4.02975 -3.23143 7.03297 0.559751 -0.686477 0.464143 0 0 v 2.88741 -4.21131 6.09337 0.37581 -0.814524 0.441948 0 0 v -4.76513 5.10697 13.4502 0.926691 -0.105306 0.36077 0 0 v -4.82378 5.90672 12.8118 0.935495 0.0154007 -0.353005 0 0 v -7.46001 -1.97035 10.8892 -0.972028 -0.134038 -0.192861 0 0 v -1.11638 3.90645 6.13031 -0.570005 0.368174 0.734536 0 0 v -5.93014 1.73731 11.2626 -0.764907 0.379489 -0.520485 0 0 v 5.92258 -0.268513 6.56005 0.958509 -0.0646733 0.277629 0 0 v 5.9182 -0.367983 6.55857 0.957088 -0.0663418 0.282101 0 0 v 5.93201 -0.168283 6.55988 0.961175 -0.0624853 0.268773 0 0 v 0.966226 -0.392524 9.90777 -0.173258 -0.0060579 0.984858 0 0 v -5.72572 1.06221 12.5032 -0.151813 -0.345187 0.926174 0 0 v -0.841984 2.18406 15.2643 -0.296523 -0.374771 0.878419 0 0 v -7.88651 -1.38216 8.83617 -0.953588 -0.14852 -0.261936 0 0 v -5.20823 0.428776 12.3352 0.111389 0.116376 0.986939 0 0 v -6.04196 -0.292494 12.4091 -0.126793 0.0960198 0.987271 0 0 v -3.99248 -1.31383 12.2033 0.63961 -0.105071 0.761485 0 0 v 4.34495 -1.776 8.68386 0.544403 -0.438619 0.71501 0 0 v -2.43809 1.03158 14.0403 -0.303394 -0.511883 0.803697 0 0 v -4.27509 -2.23335 12.0909 0.526271 -0.504341 0.684601 0 0 v 2.49188 -2.09835 9.44906 0.171174 -0.587748 0.790729 0 0 v -3.0233 -0.989594 9.88766 0.877984 -0.174596 0.445714 0 0 v 1.06658 -0.142063 9.92346 -0.144998 0.0322267 0.988907 0 0 v 0.951866 -0.0999135 9.90697 -0.152996 0.0405 0.987397 0 0 v 0.831316 -0.0555935 9.88386 -0.165503 0.0440592 0.985224 0 0 v -2.02013 1.15986 14.2649 -0.17541 -0.543315 0.821 0 0 v 0.588986 -3.8306 6.83127 -0.17998 -0.336367 0.924372 0 0 v -0.228184 0.478547 9.59207 -0.230951 0.195752 0.95307 0 0 v -0.353244 0.524586 9.55427 -0.229961 0.239876 0.943174 0 0 v -6.47533 -0.374693 3.8889 -0.735618 0.00593659 -0.67737 0 0 v -4.73376 -3.13169 4.28769 -0.299554 -0.82809 -0.473851 0 0 v -4.63306 -3.16794 4.29187 -0.275944 -0.852024 -0.444872 0 0 v -4.43389 -3.23336 4.2959 -0.240913 -0.868468 -0.433272 0 0 v -4.33326 -3.25554 4.29981 -0.119996 -0.869617 -0.478923 0 0 v -4.23389 -3.25778 4.29872 0.0201462 -0.869205 -0.494041 0 0 v -4.03432 -3.23713 4.29392 0.0539368 -0.854758 -0.516217 0 0 v -3.93413 -3.23447 4.29535 -0.077903 -0.854698 -0.513248 0 0 v -3.8337 -3.25654 4.29955 -0.17652 -0.867635 -0.464813 0 0 v -3.73387 -3.28317 4.30081 -0.213613 -0.882964 -0.418024 0 0 v -3.63302 -3.31396 4.30748 -0.168902 -0.893941 -0.415141 0 0 v -3.53396 -3.32253 4.30316 -0.0630737 -0.908056 -0.414072 0 0 v -3.43426 -3.3161 4.29922 0.106153 -0.863896 -0.492357 0 0 v -3.33375 -3.29372 4.29635 0.159371 -0.866607 -0.472857 0 0 v -3.23413 -3.27809 4.29696 0.128552 -0.928987 -0.34707 0 0 v -3.1341 -3.25965 4.29777 -0.012737 -0.986453 -0.163548 0 0 v -3.03363 -3.26863 4.29912 -0.147744 -0.986952 -0.0640172 0 0 v -2.93404 -3.29742 4.30092 -0.223943 -0.974343 -0.0224644 0 0 v -2.83363 -3.31867 4.30339 -0.160441 -0.984334 -0.0731132 0 0 v -2.73373 -3.33113 4.30464 -0.0898024 -0.986692 -0.135556 0 0 v -2.63414 -3.32974 4.30475 0.0646921 -0.977186 -0.202294 0 0 v -2.53387 -3.31317 4.30158 0.197375 -0.950425 -0.240281 0 0 v -2.43359 -3.28885 4.29937 0.237007 -0.952768 -0.189895 0 0 v -2.33426 -3.25998 4.29773 0.178557 -0.976618 -0.119728 0 0 v -2.23421 -3.24595 4.2967 0.047716 -0.99847 -0.0279329 0 0 v -2.13385 -3.2494 4.29651 0.0235336 -0.999646 0.0124341 0 0 v -2.03422 -3.24669 4.29664 0.0957057 -0.995021 0.0278187 0 0 v -1.93468 -3.23193 4.29566 0.246093 -0.968945 -0.0241511 0 0 v -1.83463 -3.19415 4.29226 0.356838 -0.929772 -0.0905023 0 0 v -1.73356 -3.14731 4.28799 0.362707 -0.920626 -0.144539 0 0 v -1.63409 -3.11834 4.2863 0.188445 -0.968681 -0.161694 0 0 v -1.53231 -3.10863 4.28864 -0.0519647 -0.974007 -0.220478 0 0 v -1.43891 -3.11975 4.28135 -0.363596 -0.88963 -0.276325 0 0 v -1.35742 -3.17422 4.27587 -0.730479 -0.588442 -0.346607 0 0 v -5.39365 -1.24749 12.4568 -0.0392314 -0.0525137 0.997849 0 0 v -4.18283 -1.82638 12.2041 0.392237 -0.237784 0.888599 0 0 v -2.36685 -1.83423 9.04206 -0.108995 -0.634769 0.764976 0 0 v -4.79655 -0.588604 12.4343 0.0736584 0.0131826 0.997196 0 0 v -0.145304 -0.420833 9.68417 -0.273408 -0.0310519 0.961397 0 0 v -5.26721 -0.566364 12.4465 0.0423241 0.0511262 0.997795 0 0 v -0.030194 -1.04444 9.64856 -0.257358 -0.216982 0.94164 0 0 v -0.432454 -4.52561 4.4004 -0.472079 -0.823886 -0.313613 0 0 v -0.334614 -4.57799 4.40272 -0.380837 -0.886202 -0.263835 0 0 v -0.234554 -4.61417 4.40555 -0.254268 -0.943647 -0.211844 0 0 v -0.133734 -4.63567 4.40802 -0.231059 -0.951135 -0.204826 0 0 v -0.0331739 -4.6696 4.41092 -0.297432 -0.931351 -0.210044 0 0 v 0.0674461 -4.70298 4.41417 -0.261257 -0.951625 -0.161726 0 0 v 0.166076 -4.73219 4.41513 -0.228641 -0.960138 -0.160805 0 0 v 0.264656 -4.75 4.41509 -0.167718 -0.963318 -0.209496 0 0 v 0.366476 -4.76604 4.41814 -0.103993 -0.961524 -0.254276 0 0 v 0.465536 -4.76966 4.41773 -0.0938194 -0.957563 -0.272528 0 0 v 0.565246 -4.77134 4.41756 -0.140518 -0.970862 -0.194119 0 0 v 0.664086 -4.78805 4.41823 -0.231281 -0.967556 -0.10171 0 0 v 0.764456 -4.83449 4.42246 -0.320454 -0.944635 0.0705232 0 0 v 0.864366 -4.87055 4.42548 -0.319601 -0.94134 0.108324 0 0 v 0.965286 -4.9036 4.42816 -0.224594 -0.969952 0.0935414 0 0 v 1.0644 -4.92192 4.42971 -0.113657 -0.989664 0.087448 0 0 v 1.16557 -4.93212 4.43054 -0.0299464 -0.997776 0.0595469 0 0 v 1.26637 -4.93128 4.43032 0.0616641 -0.993938 0.0910165 0 0 v 1.36676 -4.91727 4.42912 0.150642 -0.98725 0.0514328 0 0 v 1.46786 -4.8938 4.42708 0.261218 -0.965213 0.0113424 0 0 v 1.56725 -4.86098 4.42423 0.43793 -0.898364 -0.0340413 0 0 v 1.66798 -4.7857 4.41879 0.627849 -0.771855 -0.100222 0 0 v 1.76857 -4.69331 4.41165 0.356628 -0.933644 -0.0335359 0 0 v 1.86617 -4.68967 4.41251 -0.00150128 -0.997398 0.0720713 0 0 v 1.96655 -4.69368 4.41214 -0.0681994 -0.987478 0.142256 0 0 v 2.06589 -4.70203 4.41277 -0.0249642 -0.991518 0.127551 0 0 v 2.16621 -4.70075 4.41277 0.0751028 -0.986905 0.142754 0 0 v 2.26631 -4.68763 4.41159 0.166302 -0.978908 0.118668 0 0 v 2.3673 -4.6651 4.41003 0.279396 -0.955709 0.0925099 0 0 v 2.46609 -4.62523 4.40669 0.428531 -0.900594 0.0727377 0 0 v 1.36615 -3.1345 8.38337 -0.0104768 -0.876413 0.481446 0 0 v 1.16679 -3.11737 8.38047 -0.0957147 -0.879531 0.466116 0 0 v -1.13418 -2.56525 8.21286 -0.116929 -0.730159 0.673198 0 0 v 0.966076 -3.07113 8.38006 -0.181387 -0.86651 0.465036 0 0 v -1.43442 -2.28875 8.48587 -0.061216 -0.695875 0.71555 0 0 v -1.53442 -2.27654 8.48577 -0.0468758 -0.696928 0.715607 0 0 v -1.73467 -2.26831 8.48847 -0.0305569 -0.787797 0.615177 0 0 v -1.83437 -2.26561 8.48567 -0.0549735 -0.838778 0.541691 0 0 v 2.16331 -3.01308 8.37376 0.250002 -0.848378 0.466641 0 0 v 0.365876 -2.92105 8.51567 -0.197928 -0.852107 0.484498 0 0 v 0.567886 -2.97694 8.51336 -0.155553 -0.823237 0.545971 0 0 v 1.46573 -3.05502 8.51896 0.0518797 -0.857879 0.511226 0 0 v -7.14614 -1.74239 11.9357 -0.572101 -0.319076 0.755573 0 0 v -7.43573 -2.97068 10.3421 -0.94102 -0.267866 0.206711 0 0 v -1.53418 -2.13281 8.61736 0.00897613 -0.677257 0.735692 0 0 v 0.164486 -2.79803 8.65376 -0.265494 -0.810592 0.52197 0 0 v -5.43298 -4.36802 8.86267 0.294903 -0.952896 -0.0708562 0 0 v -2.63486 -2.04784 8.76016 -0.162431 -0.664276 0.729626 0 0 v -4.84052 6.20643 14.2349 0.829356 -0.370403 0.418295 0 0 v 2.7939 -4.25246 6.09359 0.330986 -0.812278 0.480263 0 0 v -4.83609 6.10643 12.8102 0.921568 0.0204037 -0.387681 0 0 v -6.43761 -4.26627 9.27787 -0.160448 -0.885306 -0.436452 0 0 v 5.45537 2.12559 5.81549 0.759927 0.584546 0.284281 0 0 v -5.56748 2.53492 6.33787 -0.338002 0.935997 0.0983045 0 0 v -1.00318 -1.88303 8.92546 -0.319599 -0.454591 0.831387 0 0 v 1.15606 0.112117 9.91857 -0.123555 0.0917964 0.988083 0 0 v -5.93521 -4.21616 10.13 0.371932 -0.863614 0.340349 0 0 v -0.193844 -1.28105 9.52456 -0.337377 -0.276978 0.8997 0 0 v -4.7175 -3.39003 0.402275 -0.557878 -0.659746 -0.503496 0 0 v 5.60897 1.92692 5.82768 0.762176 0.612123 0.210699 0 0 v -4.0477 1.94447 8.93967 -0.242238 0.657064 0.713854 0 0 v -2.73385 0.661966 13.6458 -0.0869596 -0.783703 0.615019 0 0 v -7.83117 -1.58336 8.83556 -0.89094 -0.351045 -0.288087 0 0 v 5.65707 -0.168363 7.24976 0.904523 -0.0626889 0.421793 0 0 v -7.37271 -1.09227 6.65811 -0.979833 -0.18887 0.0652267 0 0 v -7.04132 0.725646 10.7304 -0.714871 0.599668 0.359663 0 0 v -4.65621 3.60605 12.3538 0.984953 0.0582532 -0.162707 0 0 v -5.97353 4.5477 13.202 -0.628569 0.40954 -0.661195 0 0 v -7.88289 -0.777584 9.51256 -0.973337 0.135691 0.184942 0 0 v -3.39386 -0.191564 10.8389 0.958896 -0.0664169 0.275876 0 0 v -3.35666 1.04591 13.5228 -0.684506 -0.0720308 0.72544 0 0 v -3.33365 0.302666 13.0485 -0.0379962 -0.803807 0.593675 0 0 v -0.435374 -2.88715 8.23287 -0.252104 -0.790571 0.558069 0 0 v 5.56902 -0.468423 7.38617 0.903613 -0.0700402 0.422584 0 0 v -5.62175 5.34342 13.0649 -0.945456 0.279315 -0.167619 0 0 v -4.8492 0.00987641 12.383 -0.0444569 0.129402 0.990595 0 0 v -0.209124 -1.86366 9.23697 -0.388375 -0.394789 0.83265 0 0 v 4.13066 -1.69796 8.88937 0.579365 -0.418902 0.699183 0 0 v -2.33057 0.989956 14.0456 -0.21788 -0.605984 0.765056 0 0 v -1.1621 -1.52638 9.04437 -0.343799 -0.381725 0.857956 0 0 v -6.06352 0.444026 12.3241 -0.276692 0.123255 0.953021 0 0 v -2.36738 1.29063 14.2143 -0.395516 -0.362954 0.843701 0 0 v -2.24333 1.24615 14.2454 -0.326424 -0.448408 0.832093 0 0 v -2.12945 1.20462 14.2577 -0.281788 -0.513267 0.81065 0 0 v 0.0279361 0.384117 9.67696 -0.242419 0.141028 0.959867 0 0 v -0.103764 0.432887 9.63276 -0.256959 0.17101 0.951172 0 0 v -5.94674 3.17114 13.5052 -0.510671 -0.404437 0.758713 0 0 v -4.76512 2.85243 5.64019 -0.0814245 0.996109 0.0337123 0 0 v -4.83248 -3.16645 4.43292 -0.314595 -0.873904 -0.37057 0 0 v -4.73415 -3.19652 4.43288 -0.271225 -0.891745 -0.362253 0 0 v -4.63259 -3.22997 4.43769 -0.261989 -0.913248 -0.311994 0 0 v -4.53412 -3.25971 4.4381 -0.293938 -0.902683 -0.314268 0 0 v -4.43364 -3.29658 4.44172 -0.271941 -0.902787 -0.333202 0 0 v -4.33403 -3.32276 4.44349 -0.165157 -0.914883 -0.368391 0 0 v -4.23416 -3.33572 4.44453 -0.070845 -0.920032 -0.385386 0 0 v -4.13409 -3.3342 4.44513 0.00903846 -0.902409 -0.430785 0 0 v -4.03426 -3.32524 4.44249 0.0940793 -0.877335 -0.470566 0 0 v -3.93426 -3.31358 4.44087 0.0294618 -0.90281 -0.429028 0 0 v -3.83424 -3.31238 4.44149 -0.109439 -0.932058 -0.345386 0 0 v -3.73355 -3.33205 4.44599 -0.185369 -0.937774 -0.293628 0 0 v -3.63355 -3.35813 4.44776 -0.197719 -0.937279 -0.287082 0 0 v -3.53438 -3.37629 4.44689 -0.157847 -0.932377 -0.325203 0 0 v -3.43415 -3.38645 4.44877 0.011776 -0.929804 -0.367866 0 0 v -3.33424 -3.37397 4.44771 0.225878 -0.893689 -0.387685 0 0 v -3.23403 -3.33874 4.44383 0.344349 -0.876543 -0.336298 0 0 v -3.13399 -3.28737 4.43987 0.256039 -0.948816 -0.184913 0 0 v -3.03408 -3.27055 4.43944 -0.0861818 -0.996232 -0.00974484 0 0 v -2.93378 -3.29514 4.44129 -0.236998 -0.971415 0.0135646 0 0 v -2.83267 -3.32717 4.44455 -0.262951 -0.964295 -0.0314998 0 0 v -2.73286 -3.35149 4.44664 -0.13549 -0.987349 -0.0823641 0 0 v -2.63393 -3.35619 4.44682 -0.0319013 -0.992965 -0.114034 0 0 v -2.53467 -3.35169 4.44749 0.13909 -0.974444 -0.17639 0 0 v -2.43434 -3.32122 4.44347 0.276693 -0.935244 -0.220816 0 0 v -2.33593 -3.28603 4.44267 0.253674 -0.945382 -0.204701 0 0 v -2.23451 -3.27068 4.43931 0.161889 -0.976061 -0.145245 0 0 v -2.13464 -3.25583 4.43818 0.124008 -0.990217 -0.0639679 0 0 v -2.03485 -3.24251 4.43706 0.132794 -0.99099 0.017455 0 0 v -1.93531 -3.22924 4.43608 0.173601 -0.983711 0.0466482 0 0 v -1.83494 -3.20586 4.43387 0.258163 -0.965919 0.0187912 0 0 v -1.73492 -3.17958 4.43212 0.273483 -0.959805 -0.0631011 0 0 v -1.63401 -3.14305 4.4288 0.195918 -0.967842 -0.157792 0 0 v -1.44689 -3.16612 4.4217 -0.498912 -0.7984 -0.337111 0 0 v -5.69065 2.92844 13.4834 -0.0654013 -0.436506 0.897321 0 0 v -5.79301 2.97017 13.483 -0.305939 -0.423227 0.852807 0 0 v -5.92407 3.0177 13.4372 -0.446984 -0.400053 0.800102 0 0 v -0.271004 -0.375454 9.64797 -0.235113 -0.0114536 0.971901 0 0 v -1.84207 1.52969 14.5532 -0.389667 -0.334094 0.85822 0 0 v -6.59223 -0.978774 12.3175 -0.268811 -0.0597286 0.961339 0 0 v -0.433284 -4.58742 4.54353 -0.363555 -0.848381 -0.384807 0 0 v -0.333064 -4.62281 4.54654 -0.280405 -0.897723 -0.339803 0 0 v -0.234344 -4.64982 4.54707 -0.210526 -0.921855 -0.325365 0 0 v -0.135344 -4.66639 4.54703 -0.203555 -0.931316 -0.302019 0 0 v -0.0337839 -4.69574 4.55128 -0.170812 -0.965779 -0.195176 0 0 v 0.0659162 -4.70868 4.55201 -0.19723 -0.976353 -0.0885117 0 0 v 0.166226 -4.74384 4.55478 -0.274032 -0.958933 -0.073172 0 0 v 0.264866 -4.77289 4.55599 -0.250166 -0.961915 -0.110166 0 0 v 0.363706 -4.79708 4.5598 -0.20949 -0.960384 -0.183786 0 0 v 0.465386 -4.81902 4.55995 -0.116958 -0.961608 -0.248257 0 0 v 0.565236 -4.82022 4.55988 -0.0159268 -0.971057 -0.238317 0 0 v 0.665766 -4.8173 4.56024 -0.0287345 -0.993105 -0.113657 0 0 v 0.765776 -4.81807 4.56013 -0.127114 -0.990006 0.0610682 0 0 v 0.864676 -4.84753 4.56264 -0.301154 -0.940869 0.155152 0 0 v 0.964926 -4.883 4.56563 -0.250089 -0.94921 0.190936 0 0 v 1.0642 -4.90163 4.56811 -0.127487 -0.970998 0.202262 0 0 v 1.1654 -4.90918 4.56815 -0.0351518 -0.981853 0.186357 0 0 v 1.26613 -4.90784 4.568 0.0503638 -0.984134 0.170129 0 0 v 1.36641 -4.90362 4.56686 0.133765 -0.97723 0.164706 0 0 v 1.4681 -4.88437 4.56566 0.255271 -0.953192 0.162057 0 0 v 1.56904 -4.84939 4.56285 0.366776 -0.917953 0.151119 0 0 v 1.66778 -4.79748 4.55863 0.534629 -0.84439 0.0343072 0 0 v 1.76615 -4.71007 4.55194 0.544187 -0.835192 -0.0794683 0 0 v 1.86767 -4.66971 4.5491 0.139381 -0.988069 0.0655147 0 0 v 1.96625 -4.66532 4.54887 0.0404948 -0.987113 0.154817 0 0 v 2.06572 -4.6726 4.54919 -0.0275812 -0.975379 0.218806 0 0 v 2.16655 -4.66984 4.55008 0.059004 -0.971789 0.228353 0 0 v 2.26647 -4.66475 4.54905 0.107438 -0.973458 0.202082 0 0 v 2.36629 -4.65036 4.54771 0.24875 -0.953271 0.17146 0 0 v 2.46616 -4.6135 4.5448 0.369245 -0.920165 0.130213 0 0 v -2.43379 -2.30667 8.49016 0.130109 -0.773659 0.6201 0 0 v 1.26692 -3.12649 8.37916 -0.0954227 -0.871905 0.480287 0 0 v -1.23449 -2.55421 8.21356 -0.0969346 -0.772109 0.628053 0 0 v -1.33452 -2.54283 8.21416 -0.0901475 -0.786433 0.611062 0 0 v 1.06578 -3.0993 8.38307 -0.183261 -0.870359 0.457045 0 0 v -2.33228 -2.27406 8.49187 0.212017 -0.784525 0.582726 0 0 v -2.23365 -2.25413 8.48557 0.1007 -0.856972 0.505429 0 0 v -2.13394 -2.24434 8.48687 0.0244658 -0.879515 0.475243 0 0 v -1.63429 -2.27559 8.48487 -0.0268692 -0.732217 0.680541 0 0 v -1.03673 -2.34336 8.49177 -0.385485 -0.742348 0.548015 0 0 v 0.467776 -2.95131 8.51246 -0.199292 -0.828759 0.522916 0 0 v 1.7652 -3.01749 8.51737 0.120146 -0.847673 0.516736 0 0 v 5.77401 0.729247 6.82947 0.951453 0.154377 0.26628 0 0 v -1.04139 1.64603 9.01787 -0.0679187 0.474052 0.877874 0 0 v 5.301 1.03108 7.51196 0.85009 0.369062 0.375687 0 0 v 0.0632462 -2.76308 8.65447 -0.357742 -0.792676 0.493645 0 0 v -2.83404 -2.006 8.75406 -0.12695 -0.651123 0.748279 0 0 v 1.64405 -0.640213 9.98236 -0.0613077 -0.06784 0.995811 0 0 v -4.64331 3.10614 12.3552 0.99668 -0.0527873 -0.0619789 0 0 v 5.46305 -1.6704 7.09946 0.884454 -0.382098 0.267848 0 0 v -6.87621 0.820777 8.11377 -0.6482 0.594625 -0.475666 0 0 v -6.33719 -4.2783 9.27927 -0.160443 -0.915039 -0.370082 0 0 v 2.066 -2.44653 9.20066 -0.0458924 -0.768614 0.638064 0 0 v -6.95636 -2.40905 7.92546 -0.30618 0.168235 -0.93699 0 0 v -7.92793 -1.28053 8.97237 -0.98847 -0.0610547 -0.138563 0 0 v -6.53134 -4.32069 9.84876 -0.324589 -0.917229 0.230939 0 0 v 3.79512 -1.28727 9.30147 0.507369 -0.215548 0.834336 0 0 v -6.03474 -3.94714 10.6886 0.0979588 -0.846416 0.523434 0 0 v -5.83599 -3.912 10.6889 0.215426 -0.84894 0.482588 0 0 v 3.04386 -0.724024 9.73777 0.366864 -0.0171527 0.930116 0 0 v -5.45375 5.94143 12.6384 -0.979504 0.196352 0.0449209 0 0 v -5.5667 -1.62559 12.4109 -0.0523654 -0.211214 0.976036 0 0 v -7.09614 0.903627 6.3621 -0.957295 0.286697 -0.0373058 0 0 v -4.68116 4.60952 12.8238 0.983612 0.130005 -0.124924 0 0 v -2.29074 1.94346 14.2358 -0.60144 0.507728 0.616832 0 0 v 4.71489 1.27483 8.26567 0.701461 0.34761 0.62219 0 0 v 5.15883 1.22987 7.64446 0.83591 0.330777 0.437996 0 0 v 5.19858 1.13058 7.64767 0.82529 0.334359 0.455083 0 0 v -7.04043 -1.68666 7.99836 -0.677363 -0.2036 -0.706913 0 0 v 1.11695 -2.18749 9.43347 -0.0650298 -0.622909 0.779586 0 0 v -0.338044 -1.82128 9.20547 -0.335871 -0.395931 0.854652 0 0 v 3.9921 -1.64624 9.03537 0.568988 -0.358271 0.740199 0 0 v 2.56821 -2.41938 9.15937 0.280884 -0.665908 0.691138 0 0 v -4.39509 -0.732324 12.3897 0.169764 -0.0301689 0.985023 0 0 v -2.66181 1.39438 14.0781 -0.550244 -0.132182 0.824475 0 0 v -2.50283 1.33939 14.1632 -0.482887 -0.193537 0.854028 0 0 v 0.153356 0.337997 9.71546 -0.233378 0.114171 0.96566 0 0 v -5.71808 -1.13404 12.4545 -0.113449 -0.055679 0.991982 0 0 v -4.78817 -2.19314 12.2289 0.0853136 -0.319168 0.94385 0 0 v 0.297526 -4.03304 6.66689 -0.246729 -0.452569 0.856917 0 0 v -4.83398 -3.22122 4.57567 -0.252212 -0.880341 -0.401731 0 0 v -4.73364 -3.2456 4.57805 -0.190641 -0.923423 -0.333085 0 0 v -4.63268 -3.26798 4.58088 -0.221062 -0.939202 -0.262738 0 0 v -4.53136 -3.30209 4.58502 -0.314405 -0.919477 -0.236033 0 0 v -4.43186 -3.34123 4.58765 -0.303107 -0.923798 -0.233929 0 0 v -4.33294 -3.37052 4.58889 -0.218347 -0.940933 -0.258786 0 0 v -4.23412 -3.38713 4.58883 -0.142222 -0.933584 -0.328927 0 0 v -4.13415 -3.39975 4.5899 -0.0943603 -0.910361 -0.402913 0 0 v -4.0341 -3.3999 4.58997 0.0662106 -0.893084 -0.444991 0 0 v -3.93426 -3.37918 4.58575 0.142303 -0.885884 -0.441542 0 0 v -3.8342 -3.36494 4.58555 0.00590569 -0.926892 -0.375281 0 0 v -3.73375 -3.36989 4.58929 -0.116787 -0.939689 -0.321472 0 0 v -3.63406 -3.39854 4.59027 -0.220072 -0.935554 -0.276236 0 0 v -3.53421 -3.42776 4.59133 -0.169698 -0.950498 -0.2603 0 0 v -3.43408 -3.43881 4.59295 0.0101005 -0.977296 -0.211637 0 0 v -3.33365 -3.42806 4.59138 0.221934 -0.943981 -0.244224 0 0 v -3.23413 -3.38634 4.58886 0.405566 -0.879747 -0.248118 0 0 v -3.13528 -3.33075 4.58536 0.482668 -0.848967 -0.215144 0 0 v -3.03404 -3.27319 4.57939 0.109393 -0.990696 -0.0809555 0 0 v -2.93284 -3.28651 4.58161 -0.208866 -0.976364 0.0555686 0 0 v -2.83299 -3.3269 4.58437 -0.298587 -0.951744 0.0709218 0 0 v -2.73287 -3.3536 4.58645 -0.185062 -0.981905 0.0401883 0 0 v -2.63371 -3.36949 4.58764 -0.0557542 -0.998071 -0.0273059 0 0 v -2.53415 -3.36985 4.58792 0.0735558 -0.99715 -0.0167767 0 0 v -2.43483 -3.35172 4.58765 0.20584 -0.974414 -0.0902589 0 0 v -2.33532 -3.32724 4.58599 0.270764 -0.947959 -0.167515 0 0 v -2.23508 -3.29261 4.5824 0.222365 -0.955344 -0.194606 0 0 v -2.13562 -3.26521 4.58066 0.227157 -0.955809 -0.186624 0 0 v -2.0354 -3.24217 4.57795 0.238259 -0.964394 -0.114787 0 0 v -1.93522 -3.21756 4.57572 0.227704 -0.973647 -0.0127464 0 0 v -1.8347 -3.19372 4.57342 0.224889 -0.974384 0.00113246 0 0 v -1.73368 -3.17394 4.57095 0.157358 -0.987526 -0.00548719 0 0 v -1.63231 -3.16078 4.57285 0.112951 -0.992201 -0.0527245 0 0 v -1.54046 -3.16172 4.56541 -0.313903 -0.920012 -0.23461 0 0 v -5.63405 -0.581384 12.4523 -0.0204999 0.0404659 0.998971 0 0 v -5.37089 -3.34417 5.43189 -0.530457 -0.837677 -0.130048 0 0 v -5.15356 -1.77024 12.374 0.0720211 -0.260548 0.962771 0 0 v -5.0472 2.69531 13.0564 0.707585 -0.370781 0.601535 0 0 v -1.71321 1.48398 14.5931 -0.368817 -0.424403 0.826956 0 0 v -7.7842 -0.575794 9.78517 -0.954722 0.0931931 0.282525 0 0 v -7.61875 -2.18315 8.43096 -0.804321 0.267794 -0.530428 0 0 v -0.531984 -4.6215 4.68625 -0.349708 -0.841667 -0.411462 0 0 v -0.433074 -4.65877 4.68815 -0.300775 -0.862737 -0.406471 0 0 v -0.334864 -4.68785 4.68802 -0.262243 -0.867307 -0.423092 0 0 v -0.233714 -4.71925 4.69222 -0.129977 -0.904729 -0.405674 0 0 v -0.133424 -4.72905 4.69354 -0.0137851 -0.955104 -0.295951 0 0 v -0.0344739 -4.72307 4.69129 0.00508219 -0.985688 -0.168502 0 0 v 0.0659261 -4.72107 4.69163 -0.114744 -0.987703 -0.106193 0 0 v 0.165686 -4.74664 4.69345 -0.270582 -0.960514 -0.0647968 0 0 v 0.265836 -4.78146 4.69616 -0.327713 -0.939306 -0.101535 0 0 v 0.365536 -4.81869 4.69863 -0.282233 -0.94995 -0.133941 0 0 v 0.463276 -4.84458 4.70108 -0.144234 -0.980686 -0.132106 0 0 v 0.565876 -4.85306 4.70156 0.000531988 -0.993389 -0.114798 0 0 v 0.665646 -4.84368 4.70063 0.121781 -0.981383 -0.148515 0 0 v 0.765416 -4.82316 4.69914 0.0840824 -0.995068 -0.0526359 0 0 v 0.864806 -4.82722 4.7002 -0.136424 -0.98376 0.11664 0 0 v 0.964936 -4.85058 4.70243 -0.198824 -0.951607 0.234337 0 0 v 1.06456 -4.86531 4.7046 -0.114518 -0.957066 0.266289 0 0 v 1.26586 -4.87898 4.70364 0.0197961 -0.960363 0.278048 0 0 v 1.36625 -4.86714 4.70272 0.136924 -0.945041 0.296899 0 0 v 1.4673 -4.84761 4.70177 0.211278 -0.943748 0.254366 0 0 v 1.56802 -4.82285 4.69925 0.326177 -0.92406 0.199302 0 0 v 1.66926 -4.77898 4.69566 0.379298 -0.920357 0.0952664 0 0 v 1.7681 -4.72841 4.69186 0.493564 -0.868595 -0.0440099 0 0 v 1.86765 -4.6699 4.68741 0.319208 -0.946432 -0.0487131 0 0 v 1.96699 -4.64529 4.6861 0.165993 -0.985648 0.0307219 0 0 v 2.06629 -4.63969 4.68566 0.0352419 -0.98621 0.161703 0 0 v 2.16666 -4.63231 4.68543 0.0799746 -0.97906 0.187206 0 0 v 2.26643 -4.62865 4.68504 0.104602 -0.968554 0.225749 0 0 v 2.36641 -4.61549 4.68396 0.205565 -0.952295 0.225559 0 0 v 2.46633 -4.59129 4.68209 0.305815 -0.932679 0.191279 0 0 v 3.26576 -2.72935 8.36297 0.175254 -0.904484 0.388838 0 0 v 2.8664 -2.7704 8.36647 0.0962812 -0.900263 0.424566 0 0 v -1.43488 -2.53151 8.21437 -0.0751939 -0.804865 0.588675 0 0 v 1.86441 -3.0784 8.37786 0.132782 -0.88586 0.444546 0 0 v 0.766336 -3.08103 8.37916 0.0404423 -0.877265 0.478299 0 0 v -2.83483 -2.28956 8.48687 -0.121012 -0.72527 0.677746 0 0 v -2.03412 -2.24516 8.48757 -0.0165578 -0.88472 0.465828 0 0 v -1.93408 -2.25369 8.48536 -0.0824907 -0.857794 0.507331 0 0 v -0.939644 -2.41042 8.49786 -0.505161 -0.676833 0.535453 0 0 v 0.966956 -2.99926 8.51436 -0.184725 -0.861963 0.472118 0 0 v 1.86465 -3.00309 8.51546 0.195185 -0.826101 0.528639 0 0 v 5.27988 0.632027 7.79716 0.831584 0.202199 0.517285 0 0 v -7.02417 -1.18711 7.72786 -0.925956 -0.307053 -0.219826 0 0 v -1.03627 -2.25189 8.62827 -0.360887 -0.739257 0.56856 0 0 v 0.266746 -2.82955 8.65107 -0.190126 -0.829634 0.524938 0 0 v -6.13284 -3.65947 11.1059 -0.0724589 -0.769906 0.634031 0 0 v -2.93399 -1.99318 8.75326 -0.142716 -0.647036 0.748984 0 0 v 2.01164 -0.631943 9.98656 0.04025 -0.0557663 0.997632 0 0 v -6.22163 2.23819 12.5193 -0.986593 -0.1541 0.0537381 0 0 v 5.37604 -0.969773 7.66347 0.860363 -0.127993 0.493349 0 0 v -3.03455 -1.66324 9.02446 0.359673 -0.685976 0.632512 0 0 v -6.23649 -4.28852 9.28086 -0.19372 -0.956094 -0.219899 0 0 v 1.96598 -2.43675 9.20286 -0.0346887 -0.775109 0.630875 0 0 v -7.32595 -0.0912834 7.05607 -0.946032 0.154349 0.284954 0 0 v -6.43526 -4.34214 9.85137 -0.188405 -0.957754 0.217282 0 0 v -5.93578 -3.9337 10.6874 0.152581 -0.85464 0.496295 0 0 v 1.73015 -0.100194 9.99047 -0.0644467 0.0313816 0.997428 0 0 v -0.204234 0.615736 9.56727 -0.270581 0.233654 0.933912 0 0 v -1.84857 2.24348 14.3823 -0.6093 0.58911 0.530756 0 0 v -3.63399 -0.00642361 12.6094 0.0568106 -0.822023 0.566613 0 0 v -5.717 6.34871 14.4721 -0.586349 0.636712 -0.500793 0 0 v -6.58615 1.70483 6.46521 -0.756439 0.602742 0.253971 0 0 v 4.34779 -1.92263 8.56947 0.549808 -0.513599 0.658732 0 0 v -1.13975 1.71888 14.8601 0.548703 -0.788252 0.27854 0 0 v -5.28295 0.165686 12.3802 0.060506 0.141068 0.988149 0 0 v -5.24562 0.296846 12.3562 0.0819276 0.144381 0.986125 0 0 v 3.84441 -1.59171 9.16247 0.491088 -0.361413 0.792598 0 0 v -4.93584 -1.55531 12.41 0.0872608 -0.189763 0.977945 0 0 v 2.16219 -0.543853 9.98306 0.0478947 -0.0496205 0.997619 0 0 v -6.29748 -2.53088 6.90166 -0.662965 -0.702413 0.259024 0 0 v -2.83343 1.45141 13.9585 -0.617233 0.0516343 0.785084 0 0 v 0.638596 0.159396 9.83317 -0.176363 0.0860449 0.980557 0 0 v 0.518616 0.203507 9.80676 -0.193625 0.0857902 0.977317 0 0 v -6.40576 -0.895664 12.3764 -0.25395 -0.0415869 0.966323 0 0 v -6.17428 -0.975714 12.4071 -0.108325 -0.044288 0.993129 0 0 v -7.83398 -0.782493 8.56406 -0.934721 0.0633331 -0.349692 0 0 v -3.99095 -1.02454 12.2313 0.610139 -0.0600266 0.790017 0 0 v -6.62872 0.0570364 12.2113 -0.33345 0.215796 0.917738 0 0 v -1.06581 4.43087 5.76741 -0.538342 0.670032 0.511121 0 0 v -4.93387 -3.27246 4.72002 -0.240096 -0.848333 -0.471896 0 0 v -4.8332 -3.29503 4.7233 -0.131849 -0.887086 -0.442373 0 0 v -4.73413 -3.29835 4.72182 -0.0277276 -0.926927 -0.374215 0 0 v -4.63504 -3.30245 4.72061 -0.179258 -0.94649 -0.26837 0 0 v -4.53299 -3.33155 4.7262 -0.264308 -0.939907 -0.216138 0 0 v -4.43234 -3.36792 4.72942 -0.299286 -0.940676 -0.159864 0 0 v -4.33472 -3.402 4.72973 -0.307596 -0.93396 -0.181944 0 0 v -4.23163 -3.44166 4.73649 -0.280169 -0.927921 -0.245903 0 0 v -4.13289 -3.46986 4.73819 -0.166009 -0.934227 -0.315692 0 0 v -4.03399 -3.47417 4.73698 -0.0239186 -0.923081 -0.383861 0 0 v -3.93402 -3.4607 4.73632 0.154393 -0.876596 -0.455788 0 0 v -3.83404 -3.43852 4.73308 0.141093 -0.893738 -0.425823 0 0 v -3.73401 -3.42371 4.7326 0.00770267 -0.950214 -0.311503 0 0 v -3.6341 -3.43294 4.73447 -0.163514 -0.967112 -0.194829 0 0 v -3.53421 -3.45202 4.73407 -0.106012 -0.986609 -0.12395 0 0 v -3.43432 -3.46009 4.736 0.0330403 -0.997013 -0.0698156 0 0 v -3.33309 -3.4449 4.73214 0.194363 -0.976674 -0.0912765 0 0 v -3.23623 -3.41771 4.73341 0.361748 -0.922679 -0.133423 0 0 v -3.13791 -3.36662 4.72895 0.512066 -0.841269 -0.173365 0 0 v -3.03309 -3.29107 4.72021 0.342293 -0.934337 -0.099243 0 0 v -2.93412 -3.26953 4.71974 -0.054348 -0.995965 0.071417 0 0 v -2.83362 -3.30439 4.72262 -0.282954 -0.941552 0.182805 0 0 v -2.73373 -3.33376 4.72478 -0.252148 -0.941648 0.22298 0 0 v -2.63349 -3.3569 4.72667 -0.138767 -0.975496 0.170738 0 0 v -2.53338 -3.36693 4.72814 0.00922375 -0.992599 0.121086 0 0 v -2.43715 -3.34866 4.72726 0.092172 -0.995673 -0.0118468 0 0 v -2.33412 -3.33576 4.72511 0.127498 -0.978911 -0.159618 0 0 v -2.23525 -3.31551 4.72561 0.156511 -0.953244 -0.258516 0 0 v -2.13432 -3.31024 4.72325 0.214564 -0.936038 -0.278918 0 0 v -2.03543 -3.281 4.72168 0.331427 -0.913569 -0.235686 0 0 v -1.93352 -3.23615 4.71627 0.34124 -0.928987 -0.143315 0 0 v -1.83477 -3.20546 4.71495 0.240339 -0.967309 -0.0809342 0 0 v -1.7342 -3.17958 4.71287 0.188138 -0.978403 -0.0856212 0 0 v -1.63581 -3.16504 4.70952 -0.076436 -0.991493 -0.105355 0 0 v -1.54191 -3.21039 4.71081 -0.606286 -0.760224 -0.233403 0 0 v -1.44374 -3.33177 4.72105 -0.797806 -0.5443 -0.259313 0 0 v -6.02126 -1.76118 12.3374 -0.153591 -0.234101 0.960003 0 0 v -4.44327 -1.44061 12.3471 0.202176 -0.158095 0.966504 0 0 v -1.97134 1.57666 14.5118 -0.444404 -0.22122 0.868082 0 0 v -1.60046 1.43218 14.6163 -0.206084 -0.582085 0.786579 0 0 v -0.787454 -4.28193 5.88919 -0.623313 -0.643472 0.444326 0 0 v 0.680856 -1.29988 9.78747 -0.212833 -0.22173 0.951598 0 0 v -6.96063 -1.38615 7.72716 -0.921587 -0.312698 -0.229994 0 0 v -7.34598 0.00695662 6.92067 -0.956053 0.187612 0.22531 0 0 v -0.532894 -4.6828 4.82879 -0.38404 -0.872631 -0.301709 0 0 v -0.435614 -4.72457 4.82919 -0.352279 -0.87338 -0.336314 0 0 v -0.333224 -4.76576 4.83485 -0.262801 -0.900259 -0.347087 0 0 v -0.233204 -4.78597 4.8374 -0.0284733 -0.958127 -0.284926 0 0 v -0.134444 -4.77406 4.83305 0.156445 -0.953779 -0.256574 0 0 v -0.0345439 -4.74949 4.83156 0.131725 -0.979846 -0.150168 0 0 v 0.066716 -4.73924 4.83275 -0.0872821 -0.992388 -0.0868789 0 0 v 0.165626 -4.75892 4.83295 -0.305785 -0.945766 -0.109645 0 0 v 0.266476 -4.80247 4.8367 -0.332375 -0.936853 -0.108778 0 0 v 0.364926 -4.83319 4.83834 -0.24265 -0.968319 -0.0589835 0 0 v 0.466106 -4.85251 4.84018 -0.130758 -0.990914 -0.0314873 0 0 v 0.565386 -4.86032 4.84023 0.00394921 -0.99999 0.00203443 0 0 v 0.665826 -4.85418 4.84011 0.142793 -0.989558 -0.0196165 0 0 v 0.865846 -4.81433 4.83776 0.129517 -0.986967 0.095508 0 0 v 0.965306 -4.81322 4.83791 -0.0715464 -0.975057 0.210107 0 0 v 1.06523 -4.82446 4.83902 -0.100238 -0.960909 0.25808 0 0 v 1.16563 -4.83285 4.83918 -0.0153235 -0.958499 0.284684 0 0 v 1.26596 -4.82504 4.83896 0.0530752 -0.960279 0.273947 0 0 v 1.3662 -4.821 4.83819 0.0842953 -0.968114 0.235903 0 0 v 1.4668 -4.81119 4.83737 0.158961 -0.964678 0.210067 0 0 v 1.56782 -4.78908 4.83542 0.190057 -0.97665 0.100165 0 0 v 1.66634 -4.77081 4.83398 0.26633 -0.963793 -0.0131224 0 0 v 1.76835 -4.73006 4.82978 0.362556 -0.928687 -0.0780635 0 0 v 1.86726 -4.69065 4.82692 0.342643 -0.923623 -0.171804 0 0 v 1.96757 -4.65758 4.82459 0.263154 -0.945664 -0.190973 0 0 v 2.06721 -4.63369 4.82322 0.186175 -0.979361 -0.0786838 0 0 v 2.16768 -4.61233 4.82197 0.176616 -0.984223 0.0105927 0 0 v 2.2675 -4.59659 4.82134 0.181346 -0.978602 0.0972171 0 0 v 2.36681 -4.58029 4.82021 0.209422 -0.963439 0.167118 0 0 v 2.46743 -4.5589 4.81892 0.262302 -0.944065 0.199846 0 0 v 3.06509 -2.76301 8.36267 0.134652 -0.892016 0.431481 0 0 v 2.96591 -2.76858 8.36557 0.0586938 -0.911566 0.406944 0 0 v -1.53535 -2.52093 8.21547 -0.10261 -0.78957 0.605022 0 0 v -1.63513 -2.50656 8.21326 -0.137585 -0.789358 0.598318 0 0 v 0.866766 -3.06589 8.37726 -0.00747671 -0.866088 0.499836 0 0 v 0.466686 -3.03159 8.37726 -0.223205 -0.838083 0.497792 0 0 v 0.365226 -2.9996 8.37906 -0.250023 -0.82834 0.50134 0 0 v -1.13564 -2.30323 8.48786 -0.180626 -0.775801 0.604572 0 0 v -0.839574 -2.48494 8.50046 -0.477223 -0.678012 0.559068 0 0 v 0.866526 -2.98059 8.51637 -0.0945934 -0.860246 0.501028 0 0 v 2.16434 -2.92712 8.51196 0.17264 -0.845061 0.506031 0 0 v 5.42583 0.730267 7.51757 0.789887 0.30329 0.533004 0 0 v -1.7472 1.64071 14.6399 -0.430192 -0.224107 0.874477 0 0 v -1.13725 -2.20615 8.62997 -0.242844 -0.757237 0.606316 0 0 v 0.366346 -2.84304 8.65216 -0.144833 -0.839241 0.524116 0 0 v -2.63525 0.526756 13.3492 0.34387 -0.913333 0.218119 0 0 v -2.73521 -2.02386 8.76066 -0.172806 -0.646314 0.743248 0 0 v -6.22836 -1.10304 12.3938 -0.154698 -0.0775557 0.984913 0 0 v -5.83552 -3.82708 10.8295 0.174807 -0.844004 0.50705 0 0 v -0.742434 1.2503 12.7417 0.588449 -0.696975 -0.409822 0 0 v -3.13077 -1.75723 9.03207 0.631482 -0.691373 0.351047 0 0 v -6.13456 -4.31791 9.28297 -0.234451 -0.967677 -0.0929191 0 0 v -7.0778 0.210967 7.58717 -0.935434 0.240389 0.259185 0 0 v -6.33434 -4.35559 9.85226 -0.102744 -0.972019 0.211239 0 0 v -1.43488 -2.41815 8.35196 -0.0697575 -0.747207 0.66092 0 0 v -7.7582 0.0207966 9.09726 -0.936983 0.349313 -0.00653289 0 0 v 2.68773 -0.593353 9.87676 0.316976 -0.0370299 0.94771 0 0 v -6.53404 -2.6755 11.7997 -0.354115 -0.492859 0.794791 0 0 v 6.00787 0.830257 5.85949 0.978444 0.155491 0.135903 0 0 v 3.78583 -1.71246 9.13867 0.453342 -0.3967 0.798192 0 0 v -1.18599 1.30764 12.3881 0.459358 -0.318924 -0.829022 0 0 v -1.11575 2.00365 15.0899 -0.343188 -0.229598 0.910773 0 0 v 3.10579 -2.1845 9.10277 0.439879 -0.597652 0.670313 0 0 v -5.87633 -2.71849 11.9463 -0.0849075 -0.533637 0.841441 0 0 v -2.84553 -1.06648 9.39787 0.391395 -0.504743 0.769445 0 0 v 3.52 -1.47116 9.36226 0.259207 -0.343257 0.902766 0 0 v 3.76751 -1.56257 9.22036 0.44226 -0.374234 0.81508 0 0 v -2.66239 -0.982064 9.45566 -0.0435626 -0.447326 0.893309 0 0 v 1.19684 -1.92278 9.62066 -0.0406135 -0.491694 0.86982 0 0 v 2.36241 -0.616754 9.95597 0.17126 -0.0604553 0.983369 0 0 v -1.44448 -1.7264 8.89526 0.0243625 -0.457565 0.888842 0 0 v 1.67704 -0.223294 9.98296 -0.0745719 0.0120195 0.997143 0 0 v 1.57371 -0.185214 9.98236 -0.0593556 0.00123876 0.998236 0 0 v -6.53226 -0.852364 12.3399 -0.252224 -0.0304952 0.967188 0 0 v -6.66812 1.23177 8.44757 -0.500979 0.810417 -0.303716 0 0 v 3.99895 -0.934983 9.21836 0.614696 -0.0927162 0.783296 0 0 v 4.07486 -0.963443 9.15886 0.618903 -0.100937 0.778955 0 0 v -5.13822 -3.27455 4.86932 -0.392698 -0.83076 -0.394494 0 0 v -5.03548 -3.31444 4.8618 -0.344973 -0.843192 -0.412335 0 0 v -4.93278 -3.35656 4.86978 -0.238307 -0.86832 -0.435006 0 0 v -4.83392 -3.37346 4.86895 -0.0558313 -0.906641 -0.418193 0 0 v -4.73341 -3.3702 4.86994 0.0976692 -0.911514 -0.399503 0 0 v -4.63472 -3.35374 4.86514 -0.0234241 -0.939647 -0.341343 0 0 v -4.53379 -3.36069 4.86774 -0.115377 -0.968518 -0.220593 0 0 v -4.43298 -3.38248 4.8703 -0.247286 -0.96115 -0.12264 0 0 v -4.33259 -3.42104 4.87317 -0.342978 -0.935598 -0.083801 0 0 v -4.2331 -3.46066 4.87599 -0.362088 -0.926794 -0.0997229 0 0 v -4.13415 -3.50219 4.87847 -0.297028 -0.937668 -0.180424 0 0 v -4.03273 -3.53042 4.88364 -0.185168 -0.95373 -0.236882 0 0 v -3.93411 -3.5354 4.88286 0.0527661 -0.946342 -0.318831 0 0 v -3.83475 -3.51422 4.88054 0.234284 -0.902473 -0.361461 0 0 v -3.73446 -3.48329 4.87913 0.249647 -0.918075 -0.307921 0 0 v -3.63357 -3.45807 4.87308 0.0280636 -0.983521 -0.178604 0 0 v -3.53503 -3.45825 4.8758 0.0158615 -0.998284 -0.0563724 0 0 v -3.33412 -3.45176 4.87448 0.128382 -0.989967 -0.0590214 0 0 v -3.23363 -3.4278 4.87214 0.28767 -0.953278 -0.0922356 0 0 v -3.13667 -3.39156 4.87185 0.451148 -0.879513 -0.151402 0 0 v -3.0343 -3.3197 4.8655 0.499001 -0.845922 -0.188186 0 0 v -2.93326 -3.27435 4.86032 0.193243 -0.976238 -0.0980607 0 0 v -2.83417 -3.27743 4.86029 -0.119683 -0.990718 0.0644535 0 0 v -2.73446 -3.28757 4.86141 -0.157549 -0.968417 0.193252 0 0 v -2.63465 -3.31375 4.86349 -0.207785 -0.946812 0.245707 0 0 v -2.53517 -3.32986 4.86437 -0.192544 -0.971492 0.138315 0 0 v -2.43318 -3.34289 4.86663 -0.163044 -0.984894 -0.0583156 0 0 v -2.33386 -3.36849 4.86922 -0.138649 -0.965157 -0.221918 0 0 v -2.23455 -3.3804 4.87062 0.0589903 -0.953061 -0.296975 0 0 v -2.13574 -3.36572 4.87022 0.238227 -0.922298 -0.304325 0 0 v -2.03585 -3.31783 4.86545 0.414937 -0.870378 -0.265085 0 0 v -1.93363 -3.26159 4.85885 0.440335 -0.873132 -0.209153 0 0 v -1.83379 -3.21057 4.85475 0.291864 -0.946045 -0.140762 0 0 v -1.73342 -3.1975 4.85666 0.14174 -0.981826 -0.126204 0 0 v -1.63679 -3.18121 4.8507 -0.203161 -0.964627 -0.167991 0 0 v -1.54423 -3.24973 4.85425 -0.684668 -0.709342 -0.167522 0 0 v -1.43907 -3.41593 4.8706 -0.86154 -0.467644 -0.19763 0 0 v -4.48615 -0.989224 12.4023 0.174331 -0.0298789 0.984234 0 0 v -7.20683 -1.22179 12.0719 -0.450884 -0.174084 0.875442 0 0 v -7.06313 -1.26566 12.1232 -0.383077 -0.170142 0.907912 0 0 v 0.324746 -1.17265 9.71937 -0.274854 -0.179803 0.944524 0 0 v -1.13629 -0.650203 9.37296 -0.137906 -0.182668 0.973455 0 0 v -6.98919 -1.28739 7.72657 -0.929959 -0.311 -0.1961 0 0 v -0.765094 2.65452 15.2705 -0.749188 0.324411 0.577473 0 0 v -0.532254 -4.71771 4.96977 -0.447218 -0.880572 -0.15681 0 0 v -0.433634 -4.76891 4.97275 -0.388153 -0.905574 -0.171091 0 0 v -0.333384 -4.80253 4.97555 -0.226635 -0.961364 -0.156254 0 0 v -0.233834 -4.81511 4.97653 0.0283441 -0.996162 -0.0828091 0 0 v -0.133984 -4.80366 4.97543 0.214496 -0.972315 -0.0927092 0 0 v -0.0330039 -4.76382 4.97152 0.286401 -0.957742 -0.0265486 0 0 v 0.0659461 -4.7457 4.97102 -0.0664969 -0.996075 -0.0584115 0 0 v 0.165776 -4.78224 4.97346 -0.317122 -0.945324 -0.0761366 0 0 v 0.264726 -4.81132 4.97539 -0.257986 -0.966075 -0.0119582 0 0 v 0.364786 -4.8357 4.97719 -0.187578 -0.981194 0.0455321 0 0 v 0.465916 -4.85326 4.97858 -0.0924665 -0.994285 0.0533606 0 0 v 0.565826 -4.85523 4.9788 0.0230306 -0.995431 0.0926602 0 0 v 0.665956 -4.84738 4.97847 0.108454 -0.990724 0.0818745 0 0 v 0.765736 -4.82793 4.97679 0.277766 -0.952367 0.125868 0 0 v 0.865796 -4.78458 4.9739 0.19575 -0.962469 0.187974 0 0 v 0.965606 -4.78533 4.97407 -0.0555201 -0.981247 0.184586 0 0 v 1.06513 -4.79177 4.97514 -0.0774911 -0.982689 0.168277 0 0 v 1.16554 -4.79915 4.97522 -0.0529579 -0.988135 0.144166 0 0 v 1.26576 -4.80172 4.97546 0.00334084 -0.998286 0.0584378 0 0 v 1.36592 -4.79707 4.97493 0.0761959 -0.993915 0.0795429 0 0 v 1.4665 -4.78751 4.97375 0.0837547 -0.995672 0.0402888 0 0 v 1.56675 -4.78688 4.9735 0.0570366 -0.996904 -0.0541285 0 0 v 1.66695 -4.77439 4.97236 0.166493 -0.983474 -0.0711208 0 0 v 1.76714 -4.75142 4.97019 0.238251 -0.959513 -0.150238 0 0 v 1.86692 -4.72565 4.96846 0.24074 -0.94346 -0.227878 0 0 v 1.96697 -4.70261 4.96672 0.25576 -0.927499 -0.27264 0 0 v 2.0682 -4.67084 4.96358 0.284272 -0.921169 -0.265776 0 0 v 2.16648 -4.63969 4.96313 0.280184 -0.934902 -0.217843 0 0 v 2.26776 -4.6082 4.96028 0.274748 -0.94816 -0.159709 0 0 v 2.36878 -4.5743 4.95778 0.283292 -0.956783 -0.0656617 0 0 v 4.93496 -1.42923 8.22016 0.797639 -0.233032 0.556298 0 0 v -0.737914 -2.66054 8.36526 -0.400775 -0.700873 0.590048 0 0 v -0.840974 -2.58882 8.36547 -0.47999 -0.672508 0.563332 0 0 v 0.566486 -3.05713 8.37866 -0.162903 -0.85214 0.497313 0 0 v -0.940944 -2.51424 8.36326 -0.497982 -0.657576 0.565338 0 0 v 1.16644 -3.18241 8.24337 -0.117766 -0.898937 0.421952 0 0 v -2.13379 -2.32949 8.34636 0.0663345 -0.821425 0.566446 0 0 v -1.23603 -2.29328 8.49016 -0.0764781 -0.748876 0.658282 0 0 v -0.738964 -2.54715 8.50277 -0.41096 -0.698687 0.585618 0 0 v 0.767266 -2.9866 8.51256 -0.00269766 -0.829664 0.558257 0 0 v 2.36332 -2.86167 8.50836 0.295425 -0.846659 0.442597 0 0 v -6.13629 -4.29459 8.72647 -0.457778 -0.866762 -0.197897 0 0 v 5.722 1.62735 5.97725 0.910703 0.297551 0.286501 0 0 v 0.467196 -2.86435 8.65057 -0.124067 -0.83131 0.541785 0 0 v 0.0656461 1.97836 13.0427 0.802383 -0.585843 -0.11388 0 0 v -3.03384 -1.95806 8.75506 -0.0619532 -0.670352 0.739453 0 0 v 0.278626 -2.03566 9.35366 -0.234894 -0.499592 0.833806 0 0 v -5.73589 -3.63432 11.1063 0.184608 -0.810218 0.556297 0 0 v 1.61553 -0.0577835 9.97567 -0.0613946 0.0415874 0.997247 0 0 v 4.03312 -1.09064 9.16836 0.627651 -0.132167 0.767193 0 0 v -6.03378 -4.35055 9.28426 -0.252173 -0.966081 0.0556444 0 0 v 1.76305 -2.42572 9.21206 0.0357914 -0.752055 0.658128 0 0 v -6.87405 1.0089 7.30036 -0.870832 0.396516 0.290563 0 0 v -7.2887 0.919937 9.35687 -0.91841 0.395159 0.0192856 0 0 v -6.23405 -4.36442 9.85186 0.0227354 -0.980974 0.192802 0 0 v -7.81004 -2.8801 8.97876 -0.998103 0.00234191 0.0615175 0 0 v -6.43382 -4.12488 8.99497 -0.555498 -0.782049 -0.282526 0 0 v -7.43587 -0.863964 11.9799 -0.606863 -0.0432926 0.793627 0 0 v -6.63478 -2.58728 11.7984 -0.43894 -0.468201 0.76689 0 0 v -6.15003 -3.74982 8.03837 -0.262108 -0.570648 -0.778242 0 0 v -6.23429 -4.38077 9.56816 0.0337961 -0.990042 -0.136657 0 0 v 2.96549 -2.84166 8.22597 0.0943826 -0.866458 0.490248 0 0 v -2.23776 0.772546 13.6472 0.628297 -0.77757 -0.0250677 0 0 v -6.15267 1.73457 11.6869 -0.962007 0.250704 0.108122 0 0 v -5.17632 1.73061 12.6104 0.659271 -0.386003 0.645262 0 0 v -6.13608 -1.72066 12.3178 -0.225049 -0.243055 0.943545 0 0 v 3.26702 -1.3785 9.49496 0.50124 -0.222809 0.836131 0 0 v -4.72347 -2.06949 12.2622 0.12161 -0.268773 0.955496 0 0 v -5.72149 -1.42469 12.4278 -0.0780913 -0.120705 0.989612 0 0 v 0.161246 -1.99601 9.34076 -0.307377 -0.464268 0.830647 0 0 v 2.45996 -0.652523 9.93716 0.208659 -0.0570513 0.976323 0 0 v -5.21266 2.32363 13.0075 0.618721 -0.422779 0.662149 0 0 v 1.79174 -0.265934 9.99567 -0.0674514 0.00714582 0.997697 0 0 v -7.0577 -0.674454 12.1665 -0.358664 0.0518472 0.932026 0 0 v -6.91695 -0.721184 12.2169 -0.342681 0.0241846 0.93914 0 0 v -2.08907 1.31464 9.39857 0.394655 0.301845 0.867835 0 0 v -5.90938 4.24332 12.9268 -0.783176 0.346942 -0.51601 0 0 v 3.84365 -0.877083 9.33246 0.511698 -0.0605748 0.857027 0 0 v 3.92449 -0.907454 9.28217 0.566304 -0.0653505 0.821602 0 0 v -1.27041 -0.896573 9.29576 -0.0300231 -0.374135 0.926888 0 0 v -1.0499 -0.980053 9.29406 -0.212253 -0.347856 0.913206 0 0 v -5.03364 -3.38631 5.01023 -0.336786 -0.868339 -0.364091 0 0 v -4.93492 -3.4163 5.01064 -0.199102 -0.918112 -0.342679 0 0 v -4.83356 -3.43435 5.01515 -0.0421257 -0.953775 -0.297555 0 0 v -4.73433 -3.42894 5.01182 0.101679 -0.945868 -0.308212 0 0 v -4.6344 -3.41193 5.01214 0.134309 -0.94822 -0.287819 0 0 v -4.53349 -3.39381 5.01196 0.0177083 -0.980151 -0.19746 0 0 v -4.43339 -3.39653 5.01126 -0.150308 -0.979916 -0.131041 0 0 v -4.33359 -3.42385 5.01307 -0.304472 -0.950275 -0.0653778 0 0 v -4.23177 -3.46906 5.01758 -0.411941 -0.909675 -0.052874 0 0 v -4.13234 -3.52105 5.02146 -0.380043 -0.922243 -0.0709563 0 0 v -4.03209 -3.55595 5.02499 -0.230979 -0.966724 -0.109968 0 0 v -3.93342 -3.57151 5.02597 -0.00164098 -0.995216 -0.0976892 0 0 v -3.83435 -3.55816 5.02538 0.208147 -0.965813 -0.15453 0 0 v -3.73544 -3.52356 5.02172 0.297305 -0.92751 -0.226571 0 0 v -3.63383 -3.47936 5.01613 0.180424 -0.954905 -0.235804 0 0 v -3.53401 -3.46598 5.01541 0.0613625 -0.965648 -0.252503 0 0 v -3.43387 -3.46675 5.01531 0.0342674 -0.978511 -0.203327 0 0 v -3.33418 -3.46351 5.01582 0.119503 -0.970295 -0.210351 0 0 v -3.23279 -3.44334 5.01268 0.217083 -0.95159 -0.217603 0 0 v -3.13427 -3.41226 5.01202 0.369513 -0.894309 -0.252331 0 0 v -3.03399 -3.36228 5.00688 0.484092 -0.831412 -0.272781 0 0 v -2.93389 -3.29922 5.00245 0.355819 -0.898894 -0.255701 0 0 v -2.83385 -3.27875 5.00014 0.136597 -0.985949 -0.0961599 0 0 v -2.73415 -3.26086 4.99953 -0.053646 -0.99824 0.0252804 0 0 v -2.6326 -3.29052 5.00263 -0.311168 -0.950287 0.0113894 0 0 v -2.53273 -3.34338 5.00678 -0.398658 -0.905458 -0.14566 0 0 v -2.432 -3.39059 5.01156 -0.313718 -0.925588 -0.211819 0 0 v -2.33289 -3.41629 5.01398 -0.142151 -0.969953 -0.197445 0 0 v -2.23423 -3.41753 5.01412 0.0711637 -0.983083 -0.168774 0 0 v -2.13465 -3.39782 5.01125 0.25176 -0.950364 -0.182824 0 0 v -2.03691 -3.36642 5.00985 0.436358 -0.884803 -0.16345 0 0 v -1.93654 -3.30457 5.00463 0.490296 -0.860768 -0.136702 0 0 v -1.83372 -3.24832 4.99844 0.373348 -0.919064 -0.126227 0 0 v -1.73343 -3.21623 4.99732 0.123844 -0.985158 -0.118854 0 0 v -1.63518 -3.21246 4.9951 -0.226285 -0.964095 -0.138982 0 0 v -1.55048 -3.25706 4.9938 -0.704136 -0.700517 -0.116052 0 0 v -7.09445 0.311847 7.45136 -0.93695 0.236138 0.25761 0 0 v -7.55587 -1.9844 8.43327 -0.787803 0.214662 -0.57731 0 0 v -7.05913 -1.08705 7.72886 -0.918185 -0.315084 -0.240122 0 0 v -7.13572 0.110277 7.45287 -0.947279 0.152928 0.281559 0 0 v -7.07068 0.411787 7.44976 -0.940051 0.236332 0.245869 0 0 v -7.12355 0.706027 6.77076 -0.927252 0.310605 0.209111 0 0 v 1.59041 0.238176 9.95607 -0.0849954 0.0971061 0.991638 0 0 v -0.532414 -4.73053 5.10869 -0.468279 -0.883577 -0.00255302 0 0 v -0.434234 -4.78115 5.11219 -0.34674 -0.937883 0.0121027 0 0 v -0.333114 -4.81356 5.11477 -0.176046 -0.983897 0.0308846 0 0 v -0.234424 -4.82059 5.11483 0.0962322 -0.995152 0.0203025 0 0 v -0.134134 -4.79353 5.11301 0.299565 -0.951444 0.0708203 0 0 v -0.032214 -4.75144 5.10812 0.161355 -0.984735 0.0652763 0 0 v 0.0659361 -4.75561 5.11046 -0.203337 -0.979105 -0.0026505 0 0 v 0.165556 -4.78361 5.11236 -0.239532 -0.970192 0.0367682 0 0 v 0.266036 -4.80556 5.11383 -0.183905 -0.979851 0.0779222 0 0 v 0.365256 -4.82188 5.11526 -0.134511 -0.983149 0.123792 0 0 v 0.465406 -4.83642 5.11639 -0.0805911 -0.986896 0.139793 0 0 v 0.566086 -4.83656 5.11657 0.0255461 -0.988229 0.150836 0 0 v 0.666046 -4.83179 5.11594 0.155428 -0.975379 0.156457 0 0 v 0.764856 -4.8023 5.11337 0.322796 -0.933165 0.15813 0 0 v 0.871516 -4.76053 5.10925 0.16731 -0.975909 0.140033 0 0 v 0.965796 -4.75418 5.11062 -0.0936577 -0.987455 0.127127 0 0 v 1.06498 -4.77973 5.11249 -0.182095 -0.981395 0.0608712 0 0 v 1.16557 -4.79674 5.11352 -0.122809 -0.992416 -0.00540189 0 0 v 1.26576 -4.80709 5.11408 -0.0268466 -0.999566 -0.0121614 0 0 v 1.46598 -4.79836 5.11318 0.0271024 -0.998453 -0.0485507 0 0 v 1.56637 -4.79883 5.11308 0.0278211 -0.997054 -0.0714809 0 0 v 1.66686 -4.78982 5.11193 0.107798 -0.987754 -0.112791 0 0 v 1.76694 -4.77659 5.11068 0.142991 -0.978273 -0.15012 0 0 v 1.86694 -4.76239 5.11004 0.175382 -0.965606 -0.191952 0 0 v 1.9681 -4.74309 5.10772 0.22357 -0.951083 -0.213209 0 0 v 2.06742 -4.71531 5.1064 0.305122 -0.92422 -0.229604 0 0 v 2.16695 -4.67686 5.10408 0.331278 -0.912572 -0.239722 0 0 v -5.30923 -2.45876 12.1293 -0.00709617 -0.42455 0.905376 0 0 v 2.76582 -2.7928 8.36627 0.300594 -0.832982 0.464526 0 0 v -7.22911 1.01976 9.35466 -0.849009 0.527651 0.0277171 0 0 v 1.19554 -0.476253 9.94036 -0.0895054 -0.0426683 0.995072 0 0 v -6.53747 -4.14387 9.13276 -0.367002 -0.762736 -0.532487 0 0 v 0.665976 -3.07167 8.38057 -0.0899033 -0.852781 0.514472 0 0 v 5.66313 0.231247 7.24707 0.90514 0.0400355 0.423225 0 0 v 3.16613 -2.74424 8.36477 0.157387 -0.893384 0.420825 0 0 v 1.36598 -3.20719 8.24457 -0.0418644 -0.90933 0.413964 0 0 v 1.26734 -3.20038 8.24117 -0.105106 -0.906822 0.4082 0 0 v -2.53413 -2.30877 8.49226 0.0221197 -0.775697 0.630717 0 0 v -0.635004 -2.60481 8.50046 -0.372206 -0.711433 0.596092 0 0 v 0.666266 -2.98219 8.51707 -0.0587141 -0.816874 0.57382 0 0 v 2.2642 -2.90132 8.51067 0.258699 -0.858026 0.443697 0 0 v -3.43355 -0.0862836 12.3199 0.330648 -0.895246 0.298676 0 0 v -0.958214 0.892947 9.31437 -0.180988 0.210397 0.960717 0 0 v -1.33488 -2.14996 8.62297 -0.146908 -0.705078 0.693746 0 0 v -0.232474 -2.62458 8.63927 -0.262073 -0.780252 0.567913 0 0 v -3.13411 0.402676 13.2008 -0.0297286 -0.863877 0.502824 0 0 v -3.13126 -1.95023 8.75846 0.155879 -0.704771 0.692098 0 0 v -6.56725 1.22901 10.7225 -0.828704 0.554964 0.0725646 0 0 v -5.63658 -3.60917 11.1058 0.251478 -0.807312 0.53386 0 0 v -6.59171 1.03067 11.1395 -0.827735 0.541437 0.147312 0 0 v 0.637946 3.32265 13.7887 0.952375 0.134904 -0.273463 0 0 v -5.93406 -4.37571 9.28477 -0.160273 -0.979587 0.121333 0 0 v 5.63363 1.92709 5.26718 0.909144 0.405858 -0.0934643 0 0 v 2.43533 1.77203 9.28217 0.227567 0.614715 0.755208 0 0 v 5.97807 0.330767 6.42068 0.959328 0.0835595 0.269644 0 0 v -6.13402 -4.3515 9.85107 0.148375 -0.967997 0.202401 0 0 v -5.53606 -3.25246 11.5216 0.178299 -0.741303 0.647054 0 0 v -5.83506 -4.40868 9.00406 -0.131738 -0.991227 0.0107207 0 0 v 5.47233 1.42878 6.95206 0.856024 0.370224 0.360774 0 0 v -2.73426 -2.51985 8.21457 -0.0163681 -0.808242 0.588623 0 0 v 5.64834 -1.56862 6.68466 0.854004 -0.366478 0.369284 0 0 v 5.40767 -0.668743 7.66196 0.857955 -0.0504557 0.511241 0 0 v -2.33314 0.710956 13.6486 0.382732 -0.889569 0.249365 0 0 v 5.74927 0.629887 6.96946 0.94319 0.130805 0.305421 0 0 v -1.84764 0.490597 9.50226 0.370378 0.0871374 0.924785 0 0 v -5.30957 1.78061 12.768 0.549156 -0.422427 0.721099 0 0 v -5.24156 1.75476 12.6908 0.624471 -0.422604 0.656842 0 0 v -4.77528 -1.17595 12.4384 0.106575 -0.036261 0.993643 0 0 v 3.03002 -1.29062 9.65757 0.403249 -0.212759 0.890014 0 0 v -4.92141 -1.9991 12.2937 0.0876865 -0.286638 0.954018 0 0 v -2.2968 -0.521223 9.58807 0.105532 -0.181562 0.9777 0 0 v -4.59941 -2.26358 12.1825 0.173635 -0.377615 0.909537 0 0 v 2.82611 -0.786923 9.82117 0.348523 -0.0583898 0.93548 0 0 v -5.28059 2.34953 13.085 0.525258 -0.426405 0.736399 0 0 v 1.90088 -0.306004 10.0006 0.00230071 -0.00444616 0.999987 0 0 v -7.19565 -0.628084 12.1076 -0.432229 0.0602554 0.899748 0 0 v -5.13582 6.75046 13.485 -0.877538 0.479491 -0.0039125 0 0 v -1.43742 1.07327 9.21856 0.12335 0.255418 0.95893 0 0 v 3.59952 -0.786903 9.48036 0.43932 -0.0582842 0.896438 0 0 v 3.68191 -0.817303 9.43347 0.507488 -0.0499108 0.860212 0 0 v -5.74366 0.776556 12.4151 -0.20884 -0.265127 0.941325 0 0 v -5.65338 0.736786 12.4177 -0.054169 -0.227582 0.972251 0 0 v 1.11013 -3.56549 6.93166 -0.000915395 -0.163855 0.986484 0 0 v -5.24031 2.62288 13.1897 0.519014 -0.399691 0.75556 0 0 v -5.16691 2.59525 13.1233 0.596851 -0.381854 0.705661 0 0 v -5.13234 -3.39645 5.15223 -0.401424 -0.868011 -0.292258 0 0 v -5.03439 -3.43923 5.15376 -0.296254 -0.916269 -0.269602 0 0 v -4.93332 -3.46076 5.15686 -0.146689 -0.960585 -0.236134 0 0 v -4.83343 -3.4706 5.15874 -0.0104296 -0.981864 -0.189297 0 0 v -4.73404 -3.46391 5.15601 0.101558 -0.972216 -0.210908 0 0 v -4.63421 -3.44621 5.1562 0.171151 -0.958737 -0.227005 0 0 v -4.53411 -3.42571 5.153 0.109524 -0.970779 -0.213523 0 0 v -4.4337 -3.42156 5.15365 -0.0819936 -0.985548 -0.148227 0 0 v -4.33298 -3.43359 5.15462 -0.233768 -0.968213 -0.0889738 0 0 v -4.23268 -3.472 5.15723 -0.382302 -0.923621 -0.0277481 0 0 v -4.13225 -3.52116 5.16143 -0.390981 -0.920397 0.0020706 0 0 v -4.03293 -3.56054 5.16423 -0.266158 -0.963907 -0.00661995 0 0 v -3.9337 -3.57619 5.16538 -0.0382218 -0.998234 -0.0454749 0 0 v -3.83422 -3.55703 5.16258 0.128759 -0.984146 -0.121977 0 0 v -3.73401 -3.54205 5.16181 0.13809 -0.967546 -0.211629 0 0 v -3.6339 -3.52977 5.16054 0.126141 -0.941585 -0.312259 0 0 v -3.53408 -3.52835 5.16107 0.0499958 -0.921501 -0.385146 0 0 v -3.43358 -3.52016 5.15874 0.0876624 -0.923327 -0.373875 0 0 v -3.33343 -3.50672 5.1579 0.11786 -0.932376 -0.341736 0 0 v -3.2342 -3.49014 5.15798 0.17335 -0.931933 -0.318513 0 0 v -3.13397 -3.47713 5.157 0.311672 -0.900187 -0.304176 0 0 v -3.03476 -3.42314 5.15385 0.479998 -0.82728 -0.291907 0 0 v -2.9353 -3.35847 5.14862 0.406208 -0.864348 -0.296477 0 0 v -2.83465 -3.31974 5.14541 0.328426 -0.901311 -0.282443 0 0 v -2.73343 -3.281 5.14184 0.0149961 -0.981869 -0.188968 0 0 v -2.63346 -3.30731 5.14409 -0.333447 -0.935687 -0.115338 0 0 v -2.53229 -3.36849 5.14924 -0.441274 -0.893661 -0.0815342 0 0 v -2.43219 -3.40647 5.15228 -0.297787 -0.952444 -0.0645995 0 0 v -2.33281 -3.43053 5.15445 -0.129633 -0.98967 -0.0612212 0 0 v -2.23414 -3.43467 5.15434 0.0288651 -0.996555 -0.0777504 0 0 v -2.13489 -3.42225 5.15321 0.269819 -0.957218 -0.104557 0 0 v -2.03717 -3.3795 5.15042 0.461224 -0.88242 -0.0927789 0 0 v -1.93517 -3.3084 5.14421 0.525926 -0.846689 -0.0807426 0 0 v -1.83407 -3.24787 5.13868 0.377242 -0.923016 -0.0756954 0 0 v -1.73403 -3.22238 5.13674 0.13492 -0.987996 -0.0752378 0 0 v -1.63627 -3.22864 5.13599 -0.28192 -0.94632 -0.158114 0 0 v -1.54717 -3.28967 5.13834 -0.737245 -0.658116 -0.152817 0 0 v -1.42866 -3.52524 5.16459 -0.890088 -0.453538 -0.0452488 0 0 v -7.28162 0.207897 6.91746 -0.89913 0.343512 0.271228 0 0 v -7.3225 0.106217 6.91877 -0.917477 0.300127 0.261075 0 0 v -7.04043 0.708567 7.17406 -0.928688 0.291616 0.229126 0 0 v -7.03874 0.501067 7.44847 -0.887669 0.372892 0.270175 0 0 v -7.40392 -0.891003 6.79326 -0.970637 -0.167235 0.172903 0 0 v -7.41607 -0.791563 6.79354 -0.978369 -0.116051 0.171249 0 0 v 1.47582 0.280606 9.93967 -0.0838703 0.064098 0.994413 0 0 v -0.532764 -4.71928 5.24638 -0.436142 -0.885175 0.162004 0 0 v -0.433764 -4.76903 5.25004 -0.356462 -0.921497 0.154201 0 0 v -0.333684 -4.79223 5.25162 -0.202766 -0.96519 0.16521 0 0 v -0.234464 -4.80951 5.25309 0.0809043 -0.985495 0.149178 0 0 v -0.130794 -4.77513 5.25151 0.302603 -0.947029 0.107555 0 0 v -0.034604 -4.73734 5.24766 0.12271 -0.991614 0.0405409 0 0 v 0.0655861 -4.75035 5.24883 -0.162105 -0.986762 0.00475477 0 0 v 0.165076 -4.7752 5.25052 -0.184861 -0.98201 0.038509 0 0 v 0.265826 -4.79405 5.25179 -0.1436 -0.983602 0.109113 0 0 v 0.366016 -4.80526 5.2525 -0.10058 -0.985995 0.13303 0 0 v 0.465646 -4.81106 5.25329 -0.0541644 -0.983609 0.171986 0 0 v 0.566056 -4.81277 5.25377 0.0205869 -0.989823 0.140808 0 0 v 0.666276 -4.80597 5.25332 0.187184 -0.975742 0.113532 0 0 v 0.766316 -4.78196 5.2509 0.304529 -0.949092 0.0805346 0 0 v 0.865656 -4.74302 5.24825 0.152609 -0.987112 0.0481771 0 0 v 0.965686 -4.7498 5.24878 -0.150725 -0.988573 -0.00231839 0 0 v 1.06488 -4.78072 5.25131 -0.186879 -0.982375 0.00399712 0 0 v 1.1654 -4.79821 5.25209 -0.121494 -0.991589 0.04462 0 0 v 1.2652 -4.80617 5.25387 -0.0195565 -0.994212 0.105645 0 0 v 1.36563 -4.80244 5.25273 0.0213227 -0.998718 0.0459109 0 0 v 1.56609 -4.80373 5.25244 -0.0158972 -0.998211 0.0576381 0 0 v 1.66602 -4.80644 5.25254 0.0443288 -0.998989 -0.00750221 0 0 v 1.76619 -4.79698 5.25177 0.0988817 -0.994926 -0.0185547 0 0 v 1.86656 -4.78579 5.25098 0.132631 -0.990629 -0.0326146 0 0 v 1.96769 -4.76674 5.24903 0.218534 -0.973051 -0.0735896 0 0 v 2.06751 -4.74031 5.24738 0.296274 -0.950084 -0.0977845 0 0 v 2.16735 -4.70296 5.24476 0.319588 -0.940915 -0.111994 0 0 v -6.99412 0.610157 7.44346 -0.887924 0.362832 0.282743 0 0 v 5.40509 -0.768563 7.66036 0.862985 -0.0834917 0.498284 0 0 v 5.43147 -0.268683 7.66267 0.850374 -0.0335094 0.52511 0 0 v -5.4338 -4.30542 8.57997 0.299221 -0.880439 -0.367822 0 0 v -5.93475 -4.3183 8.58006 -0.140935 -0.931286 -0.335922 0 0 v -7.28124 0.318957 8.13317 -0.656083 0.397474 -0.641537 0 0 v -3.43235 -2.29107 8.48607 0.265184 -0.777506 0.570231 0 0 v 2.66314 -2.84973 8.36607 0.303409 -0.850785 0.429078 0 0 v 2.06502 -2.94287 8.51446 0.194785 -0.79798 0.57034 0 0 v 5.14753 1.43069 7.50237 0.843146 0.337601 0.418486 0 0 v -1.23575 -2.17675 8.62527 -0.211293 -0.733797 0.645676 0 0 v -0.134574 -2.66671 8.64466 -0.316113 -0.802024 0.506784 0 0 v -0.444194 -1.19077 9.44707 -0.352307 -0.313134 0.881945 0 0 v 2.59897 -0.561004 9.90956 0.269368 -0.0229455 0.962764 0 0 v -1.62447 1.59298 14.6763 -0.425745 -0.323695 0.844963 0 0 v -4.76066 2.70573 11.7282 0.947151 0.105589 -0.302913 0 0 v 5.78785 0.131357 6.97157 0.920725 0.0248213 0.389423 0 0 v -5.83413 -4.38008 9.28547 -0.0198989 -0.98532 0.169552 0 0 v -4.57519 6.91717 13.7603 0.996911 -0.0757282 -0.0208436 0 0 v -7.35527 -1.19036 6.65714 -0.967613 -0.225669 0.113134 0 0 v 5.98107 0.231217 6.4215 0.965549 0.0213319 0.259347 0 0 v -6.0331 -4.33224 9.85147 0.278865 -0.941646 0.188515 0 0 v -4.65713 4.40726 12.8234 0.997874 0.0650306 0.00418446 0 0 v -5.55459 0.700716 12.4047 0.0978818 -0.174109 0.97985 0 0 v 1.36573 -2.62867 9.06906 0.0640996 -0.69089 0.720112 0 0 v 5.26336 1.13117 7.50987 0.867281 0.334674 0.368532 0 0 v 1.16666 -2.64683 9.06286 -0.0313028 -0.727045 0.685876 0 0 v -2.43183 0.670316 13.6476 0.234153 -0.906548 0.351201 0 0 v -2.53435 0.661176 13.647 0.131854 -0.88631 0.443924 0 0 v -5.46254 1.83579 12.888 0.361227 -0.456494 0.813098 0 0 v -5.38439 1.80667 12.8306 0.484316 -0.413171 0.771186 0 0 v -4.27094 -1.79412 12.2409 0.302963 -0.213133 0.928864 0 0 v 2.76815 -1.1941 9.77226 0.307754 -0.20659 0.928767 0 0 v -5.01515 -1.96584 12.3198 0.0549927 -0.283238 0.957472 0 0 v -2.39067 -0.486823 9.60976 0.101321 -0.20653 0.97318 0 0 v 2.21399 -0.420354 9.98806 0.0756263 -0.00599602 0.997118 0 0 v -5.61836 1.02171 12.5079 0.00678894 -0.337587 0.94127 0 0 v -6.81829 1.40878 6.61641 -0.800308 0.599167 0.0224952 0 0 v 3.42992 -0.724294 9.56667 0.44566 -0.0716613 0.89233 0 0 v 3.51332 -0.754894 9.52087 0.440707 -0.0748525 0.894525 0 0 v -6.59126 -2.17219 12.0449 -0.36262 -0.370853 0.854971 0 0 v -5.46987 2.70675 13.347 0.309718 -0.401192 0.862044 0 0 v -5.39497 2.68067 13.3042 0.37701 -0.369089 0.849492 0 0 v -5.31323 2.65044 13.2555 0.458292 -0.373509 0.80651 0 0 v -0.788724 -4.42937 5.61919 -0.588596 -0.710832 0.385062 0 0 v -6.38834 -4.11835 8.72876 -0.657653 -0.737771 -0.152272 0 0 v -5.14508 -3.42898 5.29329 -0.387242 -0.895706 -0.218527 0 0 v -5.03276 -3.47289 5.2982 -0.252244 -0.948853 -0.189872 0 0 v -4.93395 -3.48837 5.29847 -0.101449 -0.979588 -0.173536 0 0 v -4.83417 -3.49066 5.29802 -0.0162893 -0.983674 -0.17922 0 0 v -4.73416 -3.48832 5.29868 0.04077 -0.976186 -0.21307 0 0 v -4.63413 -3.47768 5.29731 0.120858 -0.957236 -0.262856 0 0 v -4.53412 -3.46244 5.29679 0.153709 -0.942749 -0.295971 0 0 v -4.43433 -3.44478 5.29322 0.0279782 -0.97111 -0.236988 0 0 v -4.33375 -3.44907 5.29564 -0.125096 -0.974597 -0.185771 0 0 v -4.2334 -3.47307 5.29744 -0.295244 -0.951408 -0.0874861 0 0 v -4.13145 -3.51729 5.30161 -0.350654 -0.936478 0.00714308 0 0 v -4.03233 -3.55832 5.30434 -0.26258 -0.964399 0.0314037 0 0 v -3.93395 -3.57752 5.30521 -0.164418 -0.986216 0.0185769 0 0 v -3.83364 -3.58671 5.30632 -0.0462411 -0.994699 -0.0918441 0 0 v -3.73399 -3.58911 5.30652 -0.00512998 -0.981682 -0.190458 0 0 v -3.63418 -3.59116 5.30642 0.00509225 -0.966464 -0.256752 0 0 v -3.53406 -3.59162 5.30622 0.0350461 -0.963732 -0.264562 0 0 v -3.43491 -3.58428 5.30765 0.100929 -0.957173 -0.271356 0 0 v -3.33426 -3.56522 5.30429 0.16114 -0.949301 -0.269929 0 0 v -3.23441 -3.55185 5.30346 0.248073 -0.940803 -0.230976 0 0 v -3.13451 -3.51536 5.3 0.360979 -0.918082 -0.163765 0 0 v -3.03031 -3.46144 5.2938 0.474699 -0.864949 -0.162866 0 0 v -2.93281 -3.39415 5.29122 0.433775 -0.881094 -0.188449 0 0 v -2.83569 -3.36944 5.28948 0.368109 -0.916095 -0.158955 0 0 v -2.73319 -3.31513 5.28401 0.168362 -0.977633 -0.126048 0 0 v -2.63432 -3.31309 5.28429 -0.304466 -0.95237 -0.0171065 0 0 v -2.53298 -3.37111 5.28941 -0.423423 -0.905907 0.00673082 0 0 v -2.43328 -3.41016 5.29217 -0.295993 -0.955145 0.0092972 0 0 v -2.33297 -3.43176 5.29421 -0.165921 -0.986098 -0.00895123 0 0 v -2.23428 -3.44566 5.29497 0.0296654 -0.999556 -0.00288626 0 0 v -2.13571 -3.43071 5.29426 0.2399 -0.970784 0.00513865 0 0 v -2.03713 -3.38987 5.29152 0.442306 -0.896368 0.0298293 0 0 v -1.93662 -3.32766 5.28712 0.478842 -0.877592 -0.0233039 0 0 v -1.83415 -3.27043 5.2817 0.332372 -0.930994 -0.150927 0 0 v -1.73359 -3.24364 5.28012 0.029431 -0.975583 -0.217652 0 0 v -1.6333 -3.27117 5.2817 -0.396782 -0.881365 -0.256437 0 0 v -1.54004 -3.33175 5.2837 -0.716591 -0.679782 -0.156184 0 0 v -1.43003 -3.51155 5.30305 -0.859262 -0.510514 0.0323287 0 0 v 0.526266 0.633556 9.75216 -0.194223 0.225174 0.954764 0 0 v -5.01766 7.0177 14.6067 -0.244673 0.956472 0.159051 0 0 v -7.15688 0.605097 6.77259 -0.902403 0.317921 0.290853 0 0 v -7.77939 -0.277363 9.64546 -0.966432 0.200538 0.160601 0 0 v 1.36726 0.320746 9.93026 -0.113774 0.0783083 0.990416 0 0 v -0.534064 -4.68618 5.38302 -0.394485 -0.883953 0.251014 0 0 v -0.433214 -4.73165 5.38568 -0.355748 -0.890445 0.283816 0 0 v -0.333154 -4.76577 5.38767 -0.204455 -0.935503 0.288153 0 0 v -0.233254 -4.77737 5.38851 0.0415002 -0.967961 0.247648 0 0 v -0.134344 -4.76026 5.38835 0.139607 -0.968255 0.207344 0 0 v -0.0345639 -4.74027 5.38703 0.0267388 -0.998696 0.0434846 0 0 v 0.0659361 -4.75917 5.38814 -0.166871 -0.98591 0.0116126 0 0 v 0.165666 -4.77195 5.38903 -0.082898 -0.995553 0.0447544 0 0 v 0.265336 -4.77575 5.38948 -0.0500739 -0.992968 0.107273 0 0 v 0.365766 -4.78138 5.38943 -0.0301429 -0.976498 0.213406 0 0 v 0.465906 -4.78167 5.38964 -0.102737 -0.974177 0.201056 0 0 v 0.565876 -4.79508 5.39055 -0.0665344 -0.98643 0.150095 0 0 v 0.665746 -4.79753 5.39097 0.0743673 -0.990919 0.112019 0 0 v 0.767096 -4.77391 5.38913 0.196742 -0.979277 0.0480542 0 0 v 0.865976 -4.74773 5.38733 0.0921243 -0.994635 -0.0470556 0 0 v 0.965706 -4.76126 5.38816 -0.163088 -0.985271 -0.0514034 0 0 v 1.06546 -4.77989 5.3896 -0.0789481 -0.996073 0.0400692 0 0 v 1.16561 -4.78148 5.39087 -0.0260205 -0.991395 0.128289 0 0 v 1.26558 -4.78031 5.39045 0.000734017 -0.980458 0.196726 0 0 v 1.36588 -4.78479 5.39048 0.000366192 -0.98041 0.196967 0 0 v 1.46592 -4.78557 5.39022 -0.029161 -0.972138 0.232588 0 0 v 1.56599 -4.79008 5.39099 -0.0240126 -0.98104 0.192315 0 0 v 1.66613 -4.79032 5.39099 0.0200716 -0.980314 0.196421 0 0 v 1.76605 -4.78489 5.39018 0.0781883 -0.986332 0.145037 0 0 v 1.86668 -4.77628 5.38973 0.0828811 -0.98479 0.152705 0 0 v 1.96703 -4.76475 5.3887 0.175568 -0.977597 0.1161 0 0 v 2.06695 -4.7387 5.38685 0.25114 -0.963059 0.0971847 0 0 v 2.16625 -4.71142 5.3848 0.280033 -0.959012 0.0433327 0 0 v 2.26769 -4.67941 5.38268 0.297856 -0.953564 0.0446943 0 0 v -1.04385 0.195847 9.41726 -0.168637 0.0725133 0.983007 0 0 v 0.869656 4.49333 6.01051 0.0978315 0.909894 0.403139 0 0 v 4.58929 -1.58407 8.56446 0.690294 -0.346797 0.635001 0 0 v -1.02061 -0.104454 9.44166 -0.23173 0.0347613 0.972159 0 0 v -6.13402 -4.25683 8.57836 -0.447773 -0.838283 -0.311095 0 0 v 6.04947 -0.969273 5.44233 0.992831 -0.0711801 0.0960167 0 0 v -3.2338 -2.24954 8.48257 0.129176 -0.742999 0.656709 0 0 v -2.93441 -2.27479 8.48417 -0.111326 -0.710078 0.695267 0 0 v -2.73464 -2.30308 8.48796 -0.10948 -0.745902 0.656996 0 0 v 3.3629 -4.1029 5.34137 0.306785 -0.878139 0.367088 0 0 v 3.46309 -4.07775 5.33915 0.219189 -0.911452 0.348154 0 0 v 1.96528 -2.96895 8.51596 0.252982 -0.791245 0.556715 0 0 v -2.8334 0.854877 9.66696 0.148412 0.194444 0.969621 0 0 v -6.02754 0.139596 12.3636 -0.15904 0.097958 0.9824 0 0 v 5.47956 0.531297 7.52277 0.818534 0.178419 0.546048 0 0 v -0.0362039 -2.71022 8.65036 -0.368102 -0.806339 0.462945 0 0 v 4.29823 1.60782 8.38636 0.465852 0.591698 0.657933 0 0 v -5.82469 3.12264 13.5473 -0.353619 -0.421329 0.835126 0 0 v 1.26613 -2.64588 9.06157 0.0175062 -0.714741 0.69917 0 0 v -2.33296 -2.38454 8.35247 0.257172 -0.756433 0.601391 0 0 v -0.0340839 -2.29866 9.05427 -0.361171 -0.573447 0.735332 0 0 v -5.73263 -4.37329 9.28586 0.0847394 -0.975465 0.203191 0 0 v 5.55819 1.92663 5.96486 0.683213 0.640028 0.351544 0 0 v 5.74919 -1.4683 6.54983 0.872916 -0.327885 0.36126 0 0 v 5.9772 0.0317566 6.42042 0.970859 -0.0405961 0.23619 0 0 v -1.27742 0.281437 9.37456 -0.082012 0.085563 0.992952 0 0 v -6.64384 -4.09348 9.13207 -0.371229 -0.732705 -0.570379 0 0 v -7.69664 -2.77706 9.51927 -0.949972 0.0293075 0.310956 0 0 v 3.06564 -2.82998 8.22597 0.143733 -0.881294 0.45018 0 0 v -6.13415 -4.12894 10.4096 0.0667165 -0.868623 0.490962 0 0 v -0.928884 1.90899 15.0076 0.567191 -0.783937 0.252462 0 0 v -6.3372 -4.21534 9.13626 -0.375079 -0.895635 -0.239071 0 0 v -5.54618 1.86699 12.9337 0.200248 -0.48004 0.854085 0 0 v -5.63996 1.8998 12.9632 -0.064625 -0.474899 0.877664 0 0 v 2.40202 -1.06023 9.89236 0.132922 -0.190996 0.972549 0 0 v -4.20728 -0.509934 12.3656 0.258893 -0.114998 0.959036 0 0 v 4.83208 -1.676 8.20397 0.729707 -0.382291 0.566905 0 0 v 3.00079 -0.853863 9.74946 0.370608 -0.0672508 0.926351 0 0 v -5.6154 2.47422 13.2623 0.0665632 -0.452384 0.889336 0 0 v 2.31182 -0.455624 9.97336 0.166873 -0.0435928 0.985014 0 0 v -0.888514 -0.152113 9.48366 -0.261792 0.0313829 0.964614 0 0 v 3.34695 -0.693644 9.61267 0.431187 -0.0633672 0.900035 0 0 v -0.131124 -1.59777 9.41657 -0.395761 -0.430398 0.811252 0 0 v -5.48416 1.2627 12.5851 0.368647 -0.425226 0.826609 0 0 v -5.65827 2.77741 13.4165 0.00998791 -0.434974 0.900388 0 0 v -5.55822 2.73959 13.3861 0.175144 -0.417281 0.89174 0 0 v -2.05822 1.46353 14.4305 -0.414073 -0.310633 0.8556 0 0 v -2.19369 1.51347 14.3795 -0.456772 -0.18646 0.869823 0 0 v -2.34619 1.56953 14.3011 -0.513062 -0.0655646 0.855844 0 0 v -5.23185 -3.42162 5.43398 -0.421186 -0.89685 -0.135137 0 0 v -5.13341 -3.46326 5.43671 -0.365527 -0.919177 -0.146638 0 0 v -5.03219 -3.49713 5.44031 -0.230837 -0.9618 -0.147159 0 0 v -4.93379 -3.51386 5.44067 -0.126118 -0.976923 -0.172385 0 0 v -4.83341 -3.52282 5.44247 -0.0561866 -0.973883 -0.219987 0 0 v -4.73392 -3.52399 5.4423 -0.027529 -0.965602 -0.258562 0 0 v -4.63419 -3.52514 5.44204 0.0276125 -0.951594 -0.306116 0 0 v -4.534 -3.51728 5.44018 0.115598 -0.934981 -0.335331 0 0 v -4.43406 -3.50224 5.43969 0.145436 -0.939019 -0.311594 0 0 v -4.33392 -3.48713 5.43894 -0.0127693 -0.977913 -0.208622 0 0 v -4.23288 -3.494 5.44012 -0.123688 -0.988836 -0.0830968 0 0 v -4.13368 -3.51336 5.44044 -0.236658 -0.971536 0.0105376 0 0 v -4.03268 -3.54847 5.44341 -0.280258 -0.958322 0.055457 0 0 v -3.93341 -3.57454 5.44521 -0.205107 -0.977752 0.0439492 0 0 v -3.83322 -3.59788 5.44734 -0.124324 -0.992112 0.0160487 0 0 v -3.73418 -3.60605 5.44732 -0.0776374 -0.996871 -0.0148625 0 0 v -3.6341 -3.61346 5.44836 -0.0170833 -0.999496 -0.02674 0 0 v -3.53394 -3.60931 5.44728 0.0163342 -0.995797 -0.0901196 0 0 v -3.43459 -3.6121 5.44849 0.0778381 -0.99646 -0.0317468 0 0 v -3.33388 -3.59333 5.4464 0.221181 -0.971879 -0.0808162 0 0 v -3.23401 -3.56645 5.44453 0.313914 -0.94815 -0.0497008 0 0 v -3.132 -3.52013 5.44024 0.423315 -0.905719 -0.021857 0 0 v -3.03255 -3.4677 5.43651 0.431614 -0.902018 -0.00849947 0 0 v -2.93366 -3.42764 5.43359 0.452339 -0.889664 -0.0623462 0 0 v -2.83451 -3.37415 5.42956 0.45218 -0.891837 0.0126652 0 0 v -2.7334 -3.32118 5.42555 0.345055 -0.936984 0.0547476 0 0 v -2.63412 -3.31196 5.42461 -0.210891 -0.97601 0.0541328 0 0 v -2.53443 -3.36296 5.42864 -0.401522 -0.912234 0.0812954 0 0 v -2.43148 -3.40567 5.43197 -0.30806 -0.94909 0.0657824 0 0 v -2.33305 -3.43122 5.43394 -0.145262 -0.988103 0.0505111 0 0 v -2.23412 -3.44403 5.43494 0.0787005 -0.992627 0.0921894 0 0 v -2.13553 -3.41499 5.43331 0.349722 -0.921372 0.16961 0 0 v -2.03071 -3.36609 5.42814 0.397649 -0.911249 0.107239 0 0 v -1.9343 -3.31964 5.42652 0.265944 -0.956827 -0.11729 0 0 v -1.83409 -3.28621 5.42261 0.220433 -0.95271 -0.209173 0 0 v -1.7341 -3.28684 5.42253 -0.112641 -0.921703 -0.371181 0 0 v -1.6348 -3.31431 5.424 -0.368198 -0.832731 -0.413509 0 0 v -1.53181 -3.38404 5.43152 -0.600314 -0.762077 -0.242616 0 0 v -1.42682 -3.50034 5.44141 -0.765857 -0.643007 0.00202364 0 0 v 0.891346 0.498006 9.84356 -0.156976 0.134025 0.978466 0 0 v 0.772066 0.542176 9.81456 -0.178656 0.164751 0.97002 0 0 v 0.645956 0.589146 9.77987 -0.179078 0.188386 0.96563 0 0 v 1.81428 0.154766 9.97506 -0.0273574 0.0866067 0.995867 0 0 v 1.70502 0.195176 9.96986 -0.0468625 0.0908482 0.994762 0 0 v 1.13209 0.408416 9.89106 -0.13536 0.117202 0.98384 0 0 v 1.92336 0.114087 9.97956 0.00881499 0.0775516 0.996949 0 0 v -0.432844 -4.68349 5.5209 -0.322748 -0.881818 0.343846 0 0 v -0.334104 -4.7102 5.52358 -0.224603 -0.909247 0.350461 0 0 v -0.234764 -4.72517 5.5249 -0.0670994 -0.949365 0.306926 0 0 v -0.132884 -4.72831 5.524 -0.0367023 -0.984723 0.170218 0 0 v -0.0338839 -4.73582 5.52556 -0.130901 -0.987864 0.0836024 0 0 v 0.165186 -4.76276 5.52738 -0.0486757 -0.994582 0.0918542 0 0 v 0.266196 -4.75554 5.52645 0.111117 -0.977949 0.176832 0 0 v 0.365916 -4.73463 5.5252 0.0162997 -0.968798 0.247314 0 0 v 0.465526 -4.75029 5.52648 -0.184568 -0.964773 0.187475 0 0 v 0.565506 -4.77524 5.52825 -0.117398 -0.983756 0.1358 0 0 v 0.665396 -4.77824 5.52839 0.0559148 -0.995732 0.0734294 0 0 v 0.766696 -4.76564 5.5278 0.0858692 -0.995865 0.0296465 0 0 v 0.865976 -4.76088 5.52711 0.0245861 -0.99962 -0.0124485 0 0 v 0.965566 -4.76558 5.52731 -0.0527408 -0.997918 0.0371148 0 0 v 1.06583 -4.76482 5.52754 0.0477108 -0.990431 0.129497 0 0 v 1.16589 -4.75668 5.52778 0.0679376 -0.981491 0.179051 0 0 v 1.26582 -4.75006 5.52679 0.0507787 -0.976706 0.208489 0 0 v 1.3662 -4.7424 5.52699 0.0346642 -0.970382 0.239077 0 0 v 1.46611 -4.74351 5.52752 -0.0155346 -0.968131 0.249963 0 0 v 1.56592 -4.74966 5.52695 -0.00390201 -0.955858 0.293803 0 0 v 1.6662 -4.74528 5.52872 0.0135108 -0.941123 0.337794 0 0 v 1.76612 -4.75079 5.52738 0.0127298 -0.954736 0.297182 0 0 v 1.86624 -4.74935 5.52674 0.0740075 -0.950232 0.302627 0 0 v 1.96611 -4.73616 5.52556 0.17311 -0.93848 0.298812 0 0 v 2.06665 -4.71414 5.52452 0.204629 -0.94242 0.264521 0 0 v 2.16756 -4.69273 5.52353 0.241187 -0.940768 0.238294 0 0 v 2.26701 -4.66531 5.52069 0.275001 -0.933314 0.230867 0 0 v -1.43249 1.67411 14.8199 -0.38662 -0.458018 0.800465 0 0 v 5.49964 0.430457 7.52016 0.830228 0.11193 0.54607 0 0 v 4.52458 -1.55972 8.64367 0.662346 -0.318273 0.678233 0 0 v -6.03502 -4.2948 8.57897 -0.296717 -0.906047 -0.301723 0 0 v -3.33196 -2.25543 8.48706 0.220598 -0.786588 0.576728 0 0 v -3.13387 -2.24058 8.48587 -0.0374747 -0.699184 0.713959 0 0 v -3.0345 -2.25263 8.48607 -0.112815 -0.697942 0.707213 0 0 v 3.26377 -4.08337 5.4814 0.471747 -0.832531 0.290426 0 0 v 3.36497 -4.03703 5.47848 0.289923 -0.879546 0.377284 0 0 v 3.46172 -4.02513 5.4741 0.160924 -0.91882 0.360379 0 0 v 3.56502 -4.00027 5.47592 0.221279 -0.927337 0.301798 0 0 v 0.0808261 -0.213684 9.73867 -0.253207 0.0674672 0.965057 0 0 v -5.51681 -3.08442 4.88 -0.476147 -0.808621 -0.345566 0 0 v -0.333584 -2.60175 8.63997 -0.196969 -0.771875 0.604494 0 0 v -1.2773 3.60263 6.13756 -0.636704 0.368328 0.677453 0 0 v 0.532626 1.76895 9.29877 -0.333597 0.620374 0.709823 0 0 v -2.53358 -2.42266 8.35497 0.0507411 -0.787403 0.614347 0 0 v 4.40171 -1.65677 8.70116 0.579194 -0.383702 0.71924 0 0 v -5.63358 -4.36508 9.28456 0.0974977 -0.970205 0.221804 0 0 v -1.42098 3.80522 5.86531 -0.798529 0.282104 0.53176 0 0 v 5.78305 -1.36712 6.55037 0.903484 -0.227821 0.363063 0 0 v 5.97975 0.131427 6.42126 0.966391 -0.0257948 0.255781 0 0 v -1.75987 0.458186 9.46507 0.390608 0.0814924 0.916943 0 0 v 5.14906 1.03082 7.78766 0.789209 0.318971 0.524792 0 0 v -6.24421 -4.26438 9.13766 -0.428671 -0.897001 -0.10784 0 0 v -1.63124 1.28882 14.4004 0.477289 -0.845968 0.237766 0 0 v 5.75187 -1.66959 6.2679 0.871687 -0.442521 0.210564 0 0 v 5.4546 0.631267 7.52146 0.810277 0.223164 0.541895 0 0 v 5.38319 1.62857 6.94646 0.816819 0.454304 0.355547 0 0 v -5.63112 -1.74901 12.3722 -0.0714126 -0.235036 0.96936 0 0 v 2.01034 -0.917114 9.95776 -0.0021753 -0.161622 0.98685 0 0 v -6.44362 -2.39483 6.89666 -0.670939 -0.688925 0.274267 0 0 v -4.93684 1.64019 12.2413 0.808433 -0.251264 0.532262 0 0 v 2.30913 -1.02577 9.91747 0.140321 -0.19619 0.970474 0 0 v -7.07241 0.802397 6.08967 -0.975802 0.200931 -0.086242 0 0 v 4.77173 -1.65287 8.29987 0.724041 -0.376046 0.578234 0 0 v 3.08958 -0.883844 9.71006 0.388593 -0.13078 0.912081 0 0 v 3.9456 -1.9161 8.91737 0.587007 -0.4301 0.685884 0 0 v 2.40921 -0.491143 9.95506 0.209093 -0.0395655 0.977095 0 0 v -7.00244 -0.545924 12.1765 -0.369798 0.0663931 0.926737 0 0 v -5.40995 1.23552 12.5253 0.501806 -0.402462 0.765646 0 0 v -5.89675 2.86082 13.3808 -0.429212 -0.387018 0.816085 0 0 v -1.81469 1.37401 14.4849 -0.302579 -0.528421 0.793232 0 0 v -1.92851 1.41937 14.4689 -0.335076 -0.43107 0.837796 0 0 v -7.88823 -1.3783 9.51686 -0.965754 -0.164951 0.200278 0 0 v -7.22052 -0.187803 7.87207 -0.722147 0.133786 -0.678678 0 0 v -6.24789 2.83837 12.517 -0.898237 0.133792 -0.418652 0 0 v -5.23623 -3.43049 5.57372 -0.447634 -0.893882 -0.0244627 0 0 v -5.13185 -3.48512 5.57875 -0.380812 -0.923453 -0.0470739 0 0 v -5.03369 -3.5143 5.58069 -0.25734 -0.964381 -0.061201 0 0 v -4.93351 -3.53909 5.58277 -0.19773 -0.97479 -0.103381 0 0 v -4.83263 -3.55756 5.5853 -0.140422 -0.97583 -0.167443 0 0 v -4.7341 -3.56671 5.58472 -0.0862788 -0.970885 -0.223467 0 0 v -4.63403 -3.57534 5.58618 0.00416786 -0.97816 -0.207813 0 0 v -4.53393 -3.56825 5.58424 0.127344 -0.970161 -0.206326 0 0 v -4.43463 -3.55415 5.58688 0.244282 -0.95396 -0.174028 0 0 v -4.33409 -3.51496 5.58071 0.163085 -0.977195 -0.135992 0 0 v -4.2337 -3.4972 5.58019 -0.0244957 -0.997431 -0.0673116 0 0 v -4.13355 -3.51122 5.58091 -0.206367 -0.976673 -0.0593565 0 0 v -4.03331 -3.53624 5.58266 -0.176317 -0.984228 0.0143937 0 0 v -3.93354 -3.56229 5.58441 -0.203624 -0.97095 0.125672 0 0 v -3.8341 -3.57975 5.58563 -0.147942 -0.977081 0.153053 0 0 v -3.734 -3.5898 5.58628 -0.111737 -0.981754 0.153862 0 0 v -3.63393 -3.60317 5.58737 -0.076036 -0.98864 0.129654 0 0 v -3.53401 -3.60516 5.58756 0.00255694 -0.993533 0.113513 0 0 v -3.4344 -3.60235 5.58732 0.0789376 -0.983617 0.162072 0 0 v -3.33475 -3.58958 5.58613 0.187127 -0.972153 0.141072 0 0 v -3.23568 -3.56192 5.58392 0.308824 -0.942222 0.129792 0 0 v -3.1335 -3.51747 5.58097 0.411829 -0.90409 0.114098 0 0 v -3.03255 -3.46811 5.57713 0.451933 -0.885479 0.10809 0 0 v -2.93231 -3.41814 5.57331 0.487893 -0.860546 0.146361 0 0 v -2.83754 -3.35256 5.56606 0.489514 -0.854764 0.172496 0 0 v -2.73406 -3.30013 5.56404 0.204441 -0.974271 0.0948717 0 0 v -2.63422 -3.30185 5.56425 -0.198066 -0.980178 0.00463433 0 0 v -2.53333 -3.34639 5.56758 -0.368269 -0.927098 0.0697664 0 0 v -2.43333 -3.38486 5.5704 -0.358074 -0.927694 0.105677 0 0 v -2.33354 -3.42322 5.57348 -0.183844 -0.978447 0.0940409 0 0 v -2.23486 -3.41997 5.57244 0.201806 -0.96297 0.178781 0 0 v -2.13439 -3.36171 5.56956 0.263243 -0.95964 0.0989661 0 0 v -1.93466 -3.3382 5.57033 0.0177697 -0.983409 -0.180528 0 0 v -1.83391 -3.35685 5.57044 -0.14851 -0.895319 -0.419939 0 0 v -1.73331 -3.39521 5.57331 -0.213825 -0.849043 -0.48312 0 0 v -1.63278 -3.41958 5.57536 -0.179673 -0.918494 -0.352259 0 0 v -1.53132 -3.43397 5.57574 -0.351284 -0.931471 -0.0946599 0 0 v -1.42278 -3.50032 5.58097 -0.688538 -0.723946 0.0426487 0 0 v 2.23747 -0.000603471 9.97346 0.106977 0.075731 0.991373 0 0 v 2.33997 -0.0386835 9.96196 0.154649 0.0594992 0.986176 0 0 v 2.43811 -0.0742335 9.94766 0.202282 0.0633601 0.977276 0 0 v 2.5354 -0.109853 9.92846 0.241915 0.0553529 0.968717 0 0 v 2.7213 -0.177804 9.87746 0.289211 0.0383443 0.956497 0 0 v 2.6275 -0.143713 9.90126 0.268767 0.0389275 0.962418 0 0 v 2.0319 0.0736565 9.98157 0.0400191 0.0857358 0.995514 0 0 v 2.13473 0.0365465 9.97756 0.0764517 0.0671929 0.994807 0 0 v 2.98887 -0.276203 9.77526 0.364728 -0.03361 0.930507 0 0 v -0.433074 -4.6245 5.65591 -0.344045 -0.863079 0.369768 0 0 v -0.335354 -4.6541 5.65969 -0.273741 -0.903366 0.330144 0 0 v -0.232774 -4.68175 5.65927 -0.21413 -0.933584 0.287348 0 0 v -0.134094 -4.69885 5.66176 -0.175904 -0.963112 0.203648 0 0 v -0.0335339 -4.71995 5.66281 -0.170036 -0.975469 0.139816 0 0 v 0.165696 -4.74875 5.66493 0.0295691 -0.992805 0.116037 0 0 v 0.264706 -4.73147 5.66389 0.224572 -0.966204 0.126561 0 0 v 0.365876 -4.69822 5.66161 -0.000383797 -0.989276 0.14606 0 0 v 0.464996 -4.73083 5.66417 -0.277189 -0.953961 0.114561 0 0 v 0.565536 -4.76319 5.66621 -0.179229 -0.979468 0.0923019 0 0 v 0.665756 -4.77205 5.66629 -0.0133486 -0.997764 0.0654958 0 0 v 0.765776 -4.76576 5.66642 0.0681287 -0.997296 0.0275677 0 0 v 0.966296 -4.75602 5.66566 0.0610751 -0.994679 0.0829656 0 0 v 1.06623 -4.74293 5.66516 0.120401 -0.981712 0.14746 0 0 v 1.16671 -4.73242 5.66511 0.0860715 -0.983178 0.161097 0 0 v 1.26602 -4.72581 5.6639 0.082008 -0.980142 0.180546 0 0 v 1.3663 -4.71646 5.66375 0.059141 -0.980149 0.189237 0 0 v 1.46595 -4.71042 5.66235 0.0578003 -0.969516 0.238113 0 0 v 1.56629 -4.70337 5.66302 0.0667749 -0.955671 0.286764 0 0 v 1.66652 -4.69582 5.66394 0.0665959 -0.950623 0.303117 0 0 v 1.76633 -4.69242 5.66295 0.0402097 -0.928773 0.368461 0 0 v 1.866 -4.68858 5.66153 0.0989447 -0.904565 0.414696 0 0 v 1.96607 -4.67656 5.66068 0.135124 -0.89851 0.417637 0 0 v 2.06575 -4.6623 5.65914 0.167548 -0.899748 0.402965 0 0 v 2.16606 -4.64003 5.65845 0.206241 -0.896237 0.392714 0 0 v 2.26696 -4.61861 5.65775 0.214965 -0.897262 0.38563 0 0 v 2.36609 -4.59155 5.65492 0.271158 -0.898902 0.344165 0 0 v 2.56608 -2.87103 8.37167 0.245268 -0.873768 0.419968 0 0 v -2.93453 0.405546 13.1993 0.142625 -0.922247 0.359331 0 0 v 2.10632 -0.380783 9.98977 0.0555164 -0.00510818 0.998445 0 0 v -2.9352 0.350266 13.0516 0.285864 -0.914701 0.285663 0 0 v -2.83766 0.381626 13.0509 0.350123 -0.915542 0.197982 0 0 v -3.53335 -2.42918 8.35026 0.0778188 -0.827002 0.556788 0 0 v -7.33423 -0.888963 7.05937 -0.927005 -0.174605 0.331925 0 0 v -5.70229 4.841 12.785 -0.958525 0.223545 -0.176801 0 0 v 3.46341 -3.97142 5.61214 0.11468 -0.925047 0.362127 0 0 v 3.66287 -3.9548 5.61066 0.171869 -0.962643 0.209235 0 0 v -4.84471 -0.716504 12.4368 0.0691456 -0.000402738 0.997607 0 0 v -6.03472 -4.36626 9.00266 -0.305064 -0.95213 -0.0196011 0 0 v -0.536484 -2.53173 8.64207 -0.35061 -0.691748 0.631315 0 0 v 5.6511 1.12932 6.82281 0.886608 0.333259 0.320724 0 0 v -7.23895 -0.486103 7.86916 -0.690208 0.0145679 -0.723464 0 0 v 5.48473 0.828507 7.37656 0.743143 0.373801 0.554987 0 0 v -1.33558 1.64076 14.8451 0.0185165 -0.780915 0.624363 0 0 v -0.619584 0.186627 9.52977 -0.272629 0.073851 0.959281 0 0 v -7.73255 0.0205865 9.36836 -0.942549 0.311089 0.12176 0 0 v 5.40143 1.73185 6.52412 0.820194 0.547477 0.165984 0 0 v 0.569276 3.02211 13.7894 0.881576 -0.380144 0.279845 0 0 v -0.335124 -2.32628 8.91636 -0.248469 -0.582983 0.77356 0 0 v -4.66989 3.30588 12.1985 0.974646 0.0329436 -0.221315 0 0 v 5.5124 1.32966 6.95546 0.851503 0.374098 0.367414 0 0 v -4.87895 1.61797 12.1497 0.83785 -0.192994 0.510647 0 0 v -7.1761 0.822557 8.53427 -0.689521 0.581909 -0.431212 0 0 v -5.14419 -0.175494 12.4059 0.0478464 0.118903 0.991752 0 0 v 1.6889 -0.800564 9.96096 -0.0430055 -0.15171 0.987489 0 0 v 2.11321 -0.954524 9.95076 0.0546118 -0.158816 0.985797 0 0 v 3.17641 -0.915703 9.67087 0.431226 -0.159059 0.888113 0 0 v 0.720506 -1.45986 9.75036 -0.189128 -0.284539 0.939823 0 0 v 2.50238 -0.525464 9.92986 0.227774 -0.0149251 0.9736 0 0 v -0.667534 -1.26008 9.31457 -0.409162 -0.395767 0.822165 0 0 v -7.44699 -0.593263 6.52388 -0.99748 -0.0284234 -0.0650065 0 0 v 2.45134 -0.364124 9.94716 0.23461 -0.0297795 0.971633 0 0 v -5.33596 1.21144 12.4694 0.502343 -0.303233 0.809754 0 0 v -1.46355 2.87508 7.71127 -0.182103 0.760104 0.623763 0 0 v -5.74973 -0.540694 12.445 -0.0112874 -0.00521063 0.999923 0 0 v -4.03629 -1.88266 12.0693 0.794211 -0.372207 0.480303 0 0 v -6.7604 1.11255 7.43267 -0.822134 0.425381 0.378347 0 0 v -5.53479 -3.23771 5.70052 -0.312946 -0.949709 0.0107955 0 0 v -1.41819 1.21289 9.17937 0.100191 0.270033 0.957624 0 0 v -1.51368 1.24969 9.18467 0.172469 0.305871 0.936321 0 0 v -5.23362 -3.42565 5.71498 -0.48401 -0.869069 0.10224 0 0 v -5.13456 -3.47849 5.71908 -0.395894 -0.914121 0.0874715 0 0 v -5.03341 -3.514 5.72175 -0.298361 -0.952178 0.0658572 0 0 v -4.93438 -3.54203 5.72371 -0.274919 -0.961216 0.0219746 0 0 v -4.83271 -3.57356 5.72639 -0.198473 -0.979797 -0.0246135 0 0 v -4.7339 -3.59019 5.7276 -0.114928 -0.992236 -0.0475406 0 0 v -4.6335 -3.59761 5.72906 0.0277973 -0.997927 -0.0580427 0 0 v -4.53394 -3.58468 5.72816 0.156963 -0.986211 -0.0524375 0 0 v -4.43516 -3.55559 5.72432 0.216503 -0.969692 -0.113242 0 0 v -4.33273 -3.51976 5.72086 0.207103 -0.965554 -0.157523 0 0 v -4.23426 -3.51901 5.7214 -0.0390455 -0.971541 -0.233631 0 0 v -4.13431 -3.53413 5.72243 -0.108744 -0.968965 -0.221994 0 0 v -4.03415 -3.54151 5.72378 0.0265605 -0.990324 -0.13621 0 0 v -3.93406 -3.54038 5.7236 -0.0410199 -0.997848 0.051145 0 0 v -3.83401 -3.55183 5.72443 -0.0954914 -0.976124 0.195096 0 0 v -3.73392 -3.56338 5.72512 -0.0947852 -0.963478 0.250452 0 0 v -3.63406 -3.57595 5.72593 -0.0702039 -0.965583 0.250442 0 0 v -3.53416 -3.57714 5.72608 0.0333704 -0.953762 0.298705 0 0 v -3.43391 -3.56851 5.72633 0.0968309 -0.94835 0.302087 0 0 v -3.33418 -3.55416 5.72481 0.192963 -0.938445 0.286505 0 0 v -3.23402 -3.52814 5.72266 0.321194 -0.90533 0.277869 0 0 v -3.13513 -3.48788 5.71937 0.421309 -0.860013 0.287884 0 0 v -3.03594 -3.43508 5.71522 0.462698 -0.835964 0.295085 0 0 v -2.93144 -3.37049 5.71123 0.469226 -0.848612 0.244304 0 0 v -2.8314 -3.32227 5.70758 0.290192 -0.954586 0.0674808 0 0 v -2.73442 -3.29808 5.7051 0.0407479 -0.997361 -0.0600828 0 0 v -2.63446 -3.31147 5.7064 -0.155228 -0.987874 -0.00315582 0 0 v -2.53316 -3.33273 5.70786 -0.319254 -0.943252 0.091393 0 0 v -2.43366 -3.37333 5.71094 -0.353878 -0.932315 0.0745561 0 0 v -2.33511 -3.40719 5.71347 -0.134782 -0.98813 0.0737038 0 0 v -2.23412 -3.38958 5.71217 0.196916 -0.979901 -0.0319194 0 0 v -2.13371 -3.36947 5.71162 0.074825 -0.981622 -0.175558 0 0 v -2.03349 -3.37453 5.71488 -0.0908734 -0.958231 -0.271175 0 0 v -1.93391 -3.39736 5.71411 -0.274037 -0.870948 -0.407865 0 0 v -1.83327 -3.44293 5.71946 -0.175501 -0.910093 -0.375407 0 0 v -1.73393 -3.45062 5.71744 -0.0228353 -0.969015 -0.245943 0 0 v -1.63253 -3.44257 5.71884 0.0501706 -0.988167 -0.144943 0 0 v -1.53495 -3.43612 5.71723 -0.159543 -0.984202 -0.0767568 0 0 v -1.4338 -3.47735 5.71892 -0.552686 -0.829929 0.07587 0 0 v -1.3332 -3.59133 5.7273 -0.791029 -0.566355 0.231334 0 0 v 3.42531 -0.437914 9.58417 0.437775 -0.0337368 0.898452 0 0 v 3.33901 -0.405593 9.62466 0.41445 -0.017831 0.909897 0 0 v 3.25164 -0.373093 9.66236 0.383606 -0.00790916 0.923463 0 0 v 3.16437 -0.340743 9.70037 0.413021 -0.0618227 0.908621 0 0 v 3.08065 -0.310083 9.74467 0.373759 -0.0278866 0.927107 0 0 v 2.90129 -0.243814 9.81147 0.35462 -0.0290687 0.934559 0 0 v 2.81276 -0.211804 9.84676 0.350175 -0.0143572 0.936574 0 0 v -5.70731 3.08211 13.56 -0.0983068 -0.439162 0.893013 0 0 v -0.332784 -4.61136 5.79471 -0.329232 -0.889428 0.317056 0 0 v -0.234284 -4.63966 5.79761 -0.288184 -0.917273 0.274883 0 0 v -0.133544 -4.67265 5.79911 -0.262986 -0.935155 0.237326 0 0 v -0.0345639 -4.70066 5.80183 -0.22341 -0.951995 0.20927 0 0 v 0.066256 -4.72087 5.8025 -0.167126 -0.968091 0.186734 0 0 v 0.165936 -4.73458 5.80357 0.00354764 -0.990088 0.140406 0 0 v 0.264616 -4.71981 5.80239 0.182159 -0.980329 0.0759872 0 0 v 0.366376 -4.69376 5.8003 -0.0156969 -0.998444 0.0535154 0 0 v 0.466016 -4.72115 5.8025 -0.250406 -0.95987 0.126281 0 0 v 0.565776 -4.74767 5.80455 -0.164124 -0.969646 0.181245 0 0 v 0.665906 -4.75839 5.80503 -0.066399 -0.985524 0.155991 0 0 v 0.765846 -4.75998 5.80534 0.0278156 -0.988871 0.14615 0 0 v 0.865986 -4.75165 5.8054 0.0707894 -0.989036 0.129602 0 0 v 0.966276 -4.74057 5.80449 0.12624 -0.983571 0.129043 0 0 v 1.06698 -4.7222 5.80423 0.143701 -0.980235 0.135976 0 0 v 1.16603 -4.71153 5.80219 0.115381 -0.98078 0.157347 0 0 v 1.26689 -4.69634 5.80269 0.0995369 -0.980701 0.168282 0 0 v 1.3654 -4.69327 5.80007 0.0925712 -0.978048 0.186688 0 0 v 1.46618 -4.67756 5.8004 0.11232 -0.971457 0.20894 0 0 v 1.5664 -4.66761 5.80036 0.108478 -0.96777 0.227275 0 0 v 1.66641 -4.65485 5.79942 0.133473 -0.952329 0.274324 0 0 v 1.76574 -4.63861 5.79732 0.152966 -0.929577 0.335393 0 0 v 1.86661 -4.61966 5.79773 0.145579 -0.917211 0.370852 0 0 v 1.96665 -4.60701 5.79696 0.138895 -0.911062 0.388168 0 0 v 2.06629 -4.59278 5.79535 0.17809 -0.894445 0.410185 0 0 v 2.16701 -4.57144 5.79516 0.195476 -0.882238 0.428305 0 0 v 2.26561 -4.55365 5.79156 0.202501 -0.875176 0.439387 0 0 v 2.36631 -4.53253 5.79122 0.220453 -0.87933 0.422113 0 0 v 2.4659 -4.50716 5.78901 0.224224 -0.886342 0.405119 0 0 v 2.56543 -4.48205 5.7873 0.231537 -0.906042 0.354229 0 0 v 1.63468 4.36564 5.77635 0.333973 0.926026 0.175891 0 0 v -3.13463 0.302816 13.0496 0.116678 -0.871927 0.47553 0 0 v 5.29989 -1.37017 7.65897 0.850368 -0.191109 0.490257 0 0 v 2.21096 -0.989833 9.93196 0.10253 -0.169139 0.980245 0 0 v -6.23179 -3.85912 10.8255 -0.0919126 -0.818388 0.567268 0 0 v 3.36561 -3.91941 5.75165 0.334544 -0.873474 0.353728 0 0 v 3.4639 -3.91209 5.74931 0.00106411 -0.939303 0.343087 0 0 v 3.56577 -3.9186 5.74857 -0.00861065 -0.94915 0.314706 0 0 v 3.66438 -3.91896 5.74913 0.0729094 -0.958999 0.27387 0 0 v -5.52647 -1.78555 12.367 -0.0201279 -0.2682 0.963153 0 0 v -6.13346 -3.86172 10.8277 -0.0104098 -0.831736 0.555074 0 0 v -0.434694 -2.57943 8.64147 -0.264192 -0.732837 0.627018 0 0 v -5.43561 -3.33267 11.3849 0.295273 -0.765996 0.57102 0 0 v 5.11175 1.13119 7.78617 0.816953 0.288489 0.499361 0 0 v -6.27987 3.44241 13.2139 -0.921227 -0.234985 0.310037 0 0 v 0.466556 -2.51303 9.06196 -0.21431 -0.650948 0.728243 0 0 v -3.13427 -2.37785 8.34827 -0.0157383 -0.721038 0.692717 0 0 v -1.58258 0.393997 9.39837 0.288939 0.0922764 0.95289 0 0 v -5.53414 -4.35245 9.28406 0.258662 -0.925374 0.277088 0 0 v 1.16611 -2.48213 9.19777 0.0701585 -0.609097 0.789986 0 0 v 5.8497 -0.968523 6.55613 0.93163 -0.142633 0.334247 0 0 v 5.90472 0.530267 6.55695 0.929694 0.185997 0.317921 0 0 v -7.43746 -0.792243 6.65948 -0.989555 -0.138467 0.0400969 0 0 v 5.76087 -1.56783 6.40894 0.873162 -0.39317 0.288105 0 0 v 5.04881 -1.47177 8.02837 0.816969 -0.238232 0.525174 0 0 v 4.11706 1.48609 8.64516 0.543285 0.538372 0.644202 0 0 v -7.69739 -2.68319 8.43597 -0.886303 0.026894 -0.462324 0 0 v -7.63611 -0.969914 10.8849 -0.958229 -0.0895772 -0.271613 0 0 v 5.44629 -1.36865 7.38067 0.89014 -0.192916 0.412836 0 0 v -5.26558 2.64643 5.91234 -0.404539 0.901653 0.152875 0 0 v -6.59901 -0.683044 12.3249 -0.247936 0.0243054 0.968472 0 0 v 3.74696 -1.41205 9.29786 0.472017 -0.270221 0.839155 0 0 v -2.46107 1.0133 9.58737 0.148848 0.26103 0.953786 0 0 v 3.34166 -0.976724 9.57627 0.397793 -0.210058 0.893105 0 0 v -4.67017 -2.38515 12.1371 0.181305 -0.475511 0.860824 0 0 v 3.72371 -0.975284 9.39717 0.482704 -0.0804156 0.872084 0 0 v 0.888266 -1.81243 9.63757 -0.136124 -0.469944 0.872137 0 0 v 2.25163 -0.290963 9.97576 0.0870805 0.0392656 0.995427 0 0 v -5.25707 1.17697 12.4036 0.590797 -0.251156 0.766733 0 0 v -5.9698 -0.463294 12.435 -0.128159 0.077689 0.988706 0 0 v 0.940166 -3.65401 6.90396 0.00273739 -0.252926 0.967482 0 0 v -6.70913 1.21011 7.42827 -0.791151 0.513662 0.332011 0 0 v -7.14932 0.0106466 7.45437 -0.924033 0.128401 0.360106 0 0 v -5.73727 -3.19126 5.83805 -0.400312 -0.915366 -0.0430613 0 0 v -5.63482 -3.22517 5.84128 -0.238117 -0.970919 -0.0248372 0 0 v -5.53471 -3.23756 5.84226 -0.268619 -0.963218 -0.00743154 0 0 v -5.43382 -3.27466 5.84439 -0.398977 -0.910517 0.108522 0 0 v -7.21046 0.427406 10.5974 -0.873632 0.295522 0.386567 0 0 v -5.1352 -3.45488 5.8587 -0.388174 -0.897967 0.207304 0 0 v -4.93361 -3.52708 5.86391 -0.332469 -0.923477 0.191454 0 0 v -4.83289 -3.56217 5.86612 -0.25737 -0.955783 0.142263 0 0 v -4.73391 -3.57928 5.86778 -0.157585 -0.980664 0.116039 0 0 v -4.6341 -3.59224 5.86869 -0.000389455 -0.997853 0.0654911 0 0 v -4.53409 -3.57946 5.86778 0.107208 -0.994037 0.0199218 0 0 v -4.43412 -3.57068 5.86781 0.0416427 -0.996332 -0.074758 0 0 v -4.33406 -3.57538 5.86785 0.017056 -0.974318 -0.224528 0 0 v -4.23397 -3.57983 5.86781 -0.0333862 -0.973446 -0.22647 0 0 v -4.13412 -3.57869 5.86764 0.0415457 -0.986876 -0.156047 0 0 v -4.03398 -3.56906 5.86696 0.182327 -0.979644 -0.0839869 0 0 v -3.93503 -3.55012 5.86554 0.164012 -0.985758 -0.0371739 0 0 v -3.83409 -3.52774 5.86378 0.135731 -0.9831 0.122847 0 0 v -3.7343 -3.52249 5.8627 0.0479895 -0.959242 0.278481 0 0 v -3.63424 -3.52236 5.86256 -0.00746689 -0.93312 0.359487 0 0 v -3.53406 -3.51823 5.86354 0.0143415 -0.936805 0.349557 0 0 v -3.43413 -3.51709 5.86329 0.0699379 -0.943933 0.322643 0 0 v -3.33387 -3.50522 5.86247 0.204449 -0.921794 0.329387 0 0 v -3.23516 -3.47409 5.85945 0.339544 -0.884338 0.3204 0 0 v -3.13176 -3.42115 5.85725 0.416632 -0.863217 0.285087 0 0 v -3.02995 -3.37548 5.85374 0.351178 -0.924507 0.14819 0 0 v -2.93043 -3.33711 5.85085 0.275265 -0.961304 0.0110846 0 0 v -2.83254 -3.32015 5.84888 0.124078 -0.990959 -0.0510477 0 0 v -2.73361 -3.31701 5.84848 0.073208 -0.996984 -0.0257384 0 0 v -2.63397 -3.30907 5.84748 0.000957626 -0.999191 0.0401972 0 0 v -2.53499 -3.31678 5.84813 -0.222181 -0.973148 0.0601639 0 0 v -2.4341 -3.36333 5.85159 -0.368107 -0.927171 0.0696554 0 0 v -2.33354 -3.39858 5.85459 -0.246435 -0.967804 0.0512423 0 0 v -2.23253 -3.40649 5.85598 -0.0705654 -0.995199 -0.0678173 0 0 v -2.13406 -3.41377 5.85531 -0.0826574 -0.964794 -0.249679 0 0 v -2.03305 -3.43095 5.85875 -0.2521 -0.90049 -0.35435 0 0 v -1.9336 -3.47401 5.86096 -0.270228 -0.90293 -0.334205 0 0 v -1.83346 -3.49282 5.86409 0.0282219 -0.983652 -0.177856 0 0 v -1.73371 -3.47991 5.86265 0.0672332 -0.989245 -0.129897 0 0 v -1.63388 -3.47173 5.86081 0.107932 -0.987462 -0.115195 0 0 v -1.53255 -3.45607 5.85989 -0.0261602 -0.996474 -0.0797158 0 0 v -1.43361 -3.46324 5.85932 -0.265505 -0.961658 0.0687115 0 0 v -1.32889 -3.53691 5.86261 -0.654666 -0.708766 0.262798 0 0 v 3.59218 -0.498794 9.49367 0.474079 -0.0150181 0.880354 0 0 v 3.67509 -0.529543 9.44727 0.480773 -0.0211944 0.876589 0 0 v 3.75784 -0.559974 9.40006 0.502089 -0.0376185 0.863998 0 0 v 3.83852 -0.590523 9.34967 0.547446 -0.0378149 0.835986 0 0 v 3.91723 -0.619294 9.29436 0.544766 -0.0275332 0.838136 0 0 v 3.99661 -0.649863 9.24306 0.576521 -0.0205057 0.816825 0 0 v 4.07412 -0.678413 9.18536 0.624271 -0.0437969 0.77998 0 0 v 4.22284 -0.734163 9.05986 0.638716 -0.0535777 0.767575 0 0 v 4.14817 -0.705703 9.12057 0.625511 -0.0520082 0.77848 0 0 v -0.232774 -4.59956 5.93359 -0.374764 -0.848413 0.373828 0 0 v -0.132854 -4.63506 5.9357 -0.281768 -0.904881 0.319056 0 0 v -0.0338739 -4.66133 5.93811 -0.209883 -0.91712 0.338881 0 0 v 0.0672461 -4.68286 5.93939 -0.193537 -0.915149 0.353618 0 0 v 0.165776 -4.70028 5.94148 -0.128506 -0.94132 0.312096 0 0 v 0.267056 -4.7048 5.93954 0.0600873 -0.975793 0.210279 0 0 v 0.366446 -4.69323 5.93954 0.0507388 -0.989253 0.137131 0 0 v 0.465686 -4.70032 5.94136 -0.119433 -0.976259 0.180704 0 0 v 0.565856 -4.7153 5.94266 -0.135531 -0.953337 0.269777 0 0 v 0.665686 -4.72485 5.94304 -0.0602044 -0.960941 0.270127 0 0 v 0.766076 -4.72751 5.94386 -0.00806987 -0.964005 0.265761 0 0 v 0.866036 -4.72833 5.9441 0.0391013 -0.976991 0.209664 0 0 v 0.966056 -4.72342 5.94254 0.120068 -0.969224 0.214913 0 0 v 1.0665 -4.70444 5.94235 0.143101 -0.969868 0.197176 0 0 v 1.26639 -4.67725 5.94013 0.109725 -0.973738 0.199485 0 0 v 1.36604 -4.66478 5.93935 0.116169 -0.973291 0.198015 0 0 v 1.46621 -4.65326 5.93851 0.130148 -0.970155 0.204599 0 0 v 1.56612 -4.63937 5.9375 0.153433 -0.961241 0.229071 0 0 v 1.66646 -4.61896 5.93692 0.197301 -0.947634 0.251122 0 0 v 1.76675 -4.59623 5.93585 0.186932 -0.950396 0.248605 0 0 v 1.86535 -4.57775 5.93357 0.179922 -0.950214 0.254403 0 0 v 1.96651 -4.55727 5.933 0.2074 -0.931594 0.298526 0 0 v 2.06643 -4.53325 5.93172 0.250937 -0.898598 0.359933 0 0 v 2.16568 -4.50573 5.92859 0.261067 -0.865953 0.426579 0 0 v 2.26487 -4.47923 5.92546 0.23249 -0.843636 0.48397 0 0 v 2.36538 -4.4571 5.92504 0.194238 -0.844055 0.499842 0 0 v 2.46608 -4.43557 5.92474 0.165289 -0.864085 0.475433 0 0 v 2.56544 -4.42112 5.92284 0.164407 -0.880757 0.444114 0 0 v 2.66594 -4.39921 5.92248 0.266525 -0.867017 0.421007 0 0 v 2.76558 -4.3626 5.91994 0.421351 -0.817318 0.393008 0 0 v 1.47271 -0.434613 9.97336 -0.0853128 0.0124702 0.996276 0 0 v -5.53364 -4.33079 8.58016 0.166107 -0.919306 -0.356771 0 0 v -5.63364 -4.34689 8.57916 0.0864998 -0.927402 -0.363928 0 0 v -5.73426 -4.34523 8.57977 -0.0978886 -0.902264 -0.419925 0 0 v -5.83445 -4.3319 8.57987 -0.124486 -0.920539 -0.370285 0 0 v 3.36476 -3.8695 5.88868 0.347775 -0.881592 0.319137 0 0 v 3.46491 -3.86744 5.88828 -0.0401224 -0.961817 0.270736 0 0 v 3.56454 -3.87362 5.88721 -0.0371739 -0.961252 0.273153 0 0 v 3.66483 -3.87571 5.88818 0.0279803 -0.969478 0.243578 0 0 v 3.76458 -3.86494 5.88767 0.208677 -0.952141 0.223342 0 0 v -2.63413 -2.42877 8.35046 -0.0294625 -0.799412 0.600061 0 0 v 1.28776 2.26701 8.82277 -0.0145942 0.70505 0.709007 0 0 v -0.837874 -2.3679 8.63507 -0.426822 -0.6481 0.630705 0 0 v -5.53532 -3.37009 11.3853 0.254912 -0.761555 0.595863 0 0 v -4.48846 -1.2794 12.3764 0.228113 -0.104845 0.967973 0 0 v -5.14223 6.74638 13.2008 -0.821173 0.569727 -0.0329498 0 0 v 5.11658 1.72832 7.35556 0.805172 0.369191 0.464107 0 0 v 5.72382 -0.668653 6.97226 0.901167 -0.157827 0.403718 0 0 v 0.0662261 -2.36185 9.05647 -0.344287 -0.592178 0.728554 0 0 v 5.86779 -0.867483 6.55515 0.939856 -0.127514 0.316875 0 0 v 0.589806 3.72095 14.5491 0.964249 -0.103725 0.243854 0 0 v 0.365886 -2.4771 9.06296 -0.197194 -0.651041 0.73298 0 0 v -3.33382 -0.00990362 12.4646 0.314888 -0.903061 0.292107 0 0 v 0.460546 2.72277 13.3331 0.864613 -0.0882964 -0.494619 0 0 v -7.58261 -2.08399 8.43096 -0.811583 0.257657 -0.524353 0 0 v 3.16467 -2.81311 8.22306 0.219459 -0.885436 0.409684 0 0 v 5.3288 -0.568613 7.79736 0.830825 -0.0513476 0.55416 0 0 v -1.70115 -1.78155 8.90277 0.26914 -0.532439 0.802541 0 0 v 3.66485 -1.38156 9.34627 0.405492 -0.284015 0.868857 0 0 v 4.45713 -1.53431 8.72017 0.632918 -0.317799 0.705988 0 0 v 3.25591 -0.945253 9.61837 0.440194 -0.174001 0.880882 0 0 v -4.43082 -2.47579 11.9734 0.46886 -0.658663 0.588501 0 0 v 3.88414 -1.03483 9.29367 0.534673 -0.108253 0.838097 0 0 v -5.55948 -1.04387 12.4605 0.0332713 -0.00482202 0.999435 0 0 v 0.321116 0.420706 9.74366 -0.230186 0.138661 0.963217 0 0 v -4.96369 1.06414 12.143 0.622185 0.0706019 0.77968 0 0 v -5.18621 1.15024 12.3335 0.611417 -0.180244 0.770508 0 0 v -2.185 -1.90297 8.98186 0.15958 -0.645722 0.746711 0 0 v -4.40369 -0.439154 12.3965 0.111352 -0.0188586 0.993602 0 0 v -7.82507 -0.682303 8.56247 -0.946508 0.0602318 -0.31701 0 0 v -5.73715 -3.19116 5.98006 -0.400261 -0.916236 0.0174149 0 0 v -5.63633 -3.22877 5.98288 -0.232697 -0.972404 -0.0168137 0 0 v -5.53751 -3.24563 5.98299 -0.210542 -0.977367 -0.0206191 0 0 v -5.43441 -3.26236 5.98556 -0.217558 -0.97604 -0.00386446 0 0 v -5.33631 -3.29231 5.98813 -0.361661 -0.922713 0.13342 0 0 v -5.24299 -3.3516 5.98 -0.488153 -0.831744 0.264403 0 0 v -5.13375 -3.41381 5.9965 -0.437308 -0.848661 0.29755 0 0 v -5.03354 -3.45125 5.99935 -0.351444 -0.893373 0.279949 0 0 v -4.8346 -3.52994 6.00539 -0.316486 -0.922895 0.219322 0 0 v -4.73434 -3.55537 6.00727 -0.197797 -0.964985 0.172279 0 0 v -4.63324 -3.57385 6.00799 -0.121647 -0.981836 0.145605 0 0 v -4.53405 -3.57909 6.00883 -0.0259373 -0.998269 0.0527811 0 0 v -4.43393 -3.59062 6.00975 -0.0665598 -0.997782 -0.00101134 0 0 v -4.33408 -3.59205 6.00984 -0.0145948 -0.999527 -0.0270753 0 0 v -4.2342 -3.59205 6.00988 0.0189217 -0.999598 0.0211159 0 0 v -4.1342 -3.59071 6.00961 0.072514 -0.99502 0.0683924 0 0 v -4.03466 -3.57727 6.00865 0.211712 -0.974625 0.0726945 0 0 v -3.93479 -3.54036 6.00571 0.316136 -0.93927 0.133533 0 0 v -3.83461 -3.49972 6.00235 0.292688 -0.927716 0.231684 0 0 v -3.73412 -3.46796 6.00108 0.104883 -0.963025 0.248159 0 0 v -3.63413 -3.4673 6.0009 -0.0245068 -0.969239 0.244899 0 0 v -3.53428 -3.47583 6.00177 -0.0599321 -0.986208 0.154279 0 0 v -3.43356 -3.47285 6.00153 0.0838035 -0.994866 0.056734 0 0 v -3.33172 -3.45506 6.0005 0.241509 -0.963358 0.116683 0 0 v -3.2323 -3.43409 5.99863 0.311648 -0.944196 0.106632 0 0 v -3.13225 -3.39478 5.99578 0.291238 -0.956523 0.0156541 0 0 v -3.03168 -3.3708 5.99404 0.211795 -0.975801 -0.0543592 0 0 v -2.93294 -3.3551 5.99276 0.216312 -0.975795 -0.032148 0 0 v -2.83237 -3.34103 5.99561 0.179055 -0.983168 -0.0363211 0 0 v -2.73378 -3.31819 5.98998 0.181853 -0.982754 0.0335213 0 0 v -2.63411 -3.30012 5.98843 0.0154205 -0.997731 0.0655405 0 0 v -2.53405 -3.31177 5.98901 -0.295111 -0.953575 0.0600396 0 0 v -2.43428 -3.35098 5.99199 -0.372847 -0.925732 0.0632951 0 0 v -2.33195 -3.39539 5.99566 -0.319588 -0.947553 0.00245169 0 0 v -2.23339 -3.42493 5.99775 -0.270051 -0.956481 -0.110527 0 0 v -2.13192 -3.45597 6.00099 -0.272268 -0.941466 -0.198776 0 0 v -2.03365 -3.48723 6.00265 -0.263564 -0.946059 -0.188432 0 0 v -1.9332 -3.50873 6.00481 -0.0750792 -0.99494 -0.0667706 0 0 v -1.83327 -3.50385 6.00536 0.108607 -0.993595 -0.031189 0 0 v -1.73406 -3.48232 6.00322 0.117285 -0.990468 -0.0722365 0 0 v -1.63399 -3.47462 6.00185 0.0941262 -0.992496 -0.0780516 0 0 v -1.53401 -3.46384 6.00049 0.0563777 -0.996427 -0.0628847 0 0 v -1.43345 -3.46154 6.00074 -0.1086 -0.989984 -0.0902121 0 0 v -1.3334 -3.49003 6.00252 -0.382706 -0.92314 0.0367155 0 0 v -1.23743 -3.54544 6.00768 -0.572954 -0.781215 0.247845 0 0 v 4.85346 -0.972173 8.42097 0.772618 -0.0679115 0.631229 0 0 v 4.7222 -0.921933 8.57776 0.734857 -0.0777628 0.673749 0 0 v 4.58489 -0.869663 8.72427 0.704953 -0.0747118 0.705308 0 0 v 4.29612 -0.761453 8.99347 0.647092 -0.0588572 0.760137 0 0 v 4.51368 -0.842733 8.79256 0.672082 -0.0668178 0.737456 0 0 v -0.232074 -4.52671 6.06785 -0.437943 -0.74278 0.506443 0 0 v -0.129734 -4.57847 6.07233 -0.319994 -0.81531 0.48257 0 0 v -0.0338139 -4.60276 6.07493 -0.151373 -0.866611 0.47547 0 0 v 0.0661161 -4.61304 6.07376 -0.149912 -0.844375 0.514351 0 0 v 0.166066 -4.63811 6.07654 -0.222761 -0.830536 0.510477 0 0 v 0.266126 -4.66175 6.07814 -0.0929423 -0.912171 0.399131 0 0 v 0.365596 -4.66439 6.07923 -0.0296767 -0.951172 0.307232 0 0 v 0.565546 -4.66599 6.07982 -0.0538963 -0.923779 0.379115 0 0 v 0.666206 -4.67464 6.07919 -0.0656568 -0.914869 0.398376 0 0 v 0.865736 -4.68634 6.07986 0.0124881 -0.93435 0.356137 0 0 v 0.966026 -4.67832 6.08053 0.0929053 -0.927534 0.362008 0 0 v 1.06612 -4.66659 6.07999 0.102647 -0.939454 0.326939 0 0 v 1.26627 -4.64429 6.07901 0.0938883 -0.951722 0.29225 0 0 v 1.36555 -4.6374 6.07649 0.1108 -0.953922 0.278846 0 0 v 1.46638 -4.61809 6.07654 0.148567 -0.948614 0.27939 0 0 v 1.5662 -4.60466 6.07546 0.16034 -0.950139 0.267445 0 0 v 1.66655 -4.58353 6.07497 0.166728 -0.958569 0.23097 0 0 v 1.7663 -4.56895 6.07342 0.183801 -0.957695 0.221446 0 0 v 1.86714 -4.54761 6.07301 0.236177 -0.935785 0.261776 0 0 v 1.96592 -4.51976 6.07003 0.303095 -0.896716 0.322544 0 0 v 2.0655 -4.48155 6.06697 0.356615 -0.848215 0.391609 0 0 v 2.1655 -4.43555 6.06482 0.353001 -0.822129 0.446647 0 0 v 2.26469 -4.39496 6.06012 0.273939 -0.83242 0.481699 0 0 v 2.3649 -4.37199 6.05886 0.180361 -0.848905 0.49682 0 0 v 2.46474 -4.35835 6.05715 0.129448 -0.855534 0.501302 0 0 v 2.56493 -4.34609 6.05621 0.146158 -0.852557 0.501781 0 0 v 2.6653 -4.32541 6.05683 0.278646 -0.823389 0.494355 0 0 v 1.58202 -0.474673 9.97807 -0.0797826 0.00020906 0.996812 0 0 v 4.89453 -1.6996 8.11566 0.73198 -0.384896 0.562192 0 0 v -7.45324 -2.27186 10.6159 -0.991639 0.128647 -0.0101065 0 0 v -5.45497 -1.08101 12.4549 -0.0255039 -0.0164004 0.99954 0 0 v 3.36408 -3.82922 6.02636 0.213361 -0.961212 0.174784 0 0 v 3.46521 -3.83042 6.02658 -0.0576431 -0.984053 0.168277 0 0 v 3.56541 -3.8439 6.02637 -0.0653769 -0.977614 0.199992 0 0 v 3.66407 -3.84649 6.02626 0.0400527 -0.982114 0.183978 0 0 v 3.7633 -3.83612 6.02595 0.228596 -0.948566 0.219011 0 0 v 3.42469 -1.0074 9.53016 0.378051 -0.18817 0.90646 0 0 v -6.03533 -4.11538 10.4086 0.167271 -0.868489 0.466635 0 0 v -0.737804 -2.43115 8.63816 -0.390247 -0.653732 0.648338 0 0 v -5.12964 -3.15308 11.3717 0.625868 -0.698713 0.34654 0 0 v -5.80619 5.85216 14.0447 -0.650837 0.526923 -0.546592 0 0 v 1.4657 -3.20418 8.24306 0.056314 -0.897766 0.436859 0 0 v 3.18093 -2.35748 8.92176 0.233822 -0.611324 0.756049 0 0 v -6.33243 -4.03127 10.548 -0.146109 -0.834058 0.531976 0 0 v -3.42352 0.00951645 11.3005 0.887858 -0.396867 -0.232818 0 0 v -2.11404 1.17994 9.44717 0.373197 0.27243 0.886852 0 0 v 5.8539 0.530207 6.69498 0.920447 0.188679 0.342313 0 0 v 5.94213 0.230977 6.55934 0.954353 0.0289628 0.297273 0 0 v -3.83616 -0.502624 12.164 0.722353 -0.247271 0.645804 0 0 v -6.23307 -3.94883 10.6894 -0.0746485 -0.828878 0.554426 0 0 v -5.83468 -3.54556 11.2456 0.0848553 -0.772829 0.628915 0 0 v 3.76324 -1.13285 9.35767 0.51687 -0.121887 0.847342 0 0 v -1.59715 1.60248 13.6504 0.610364 -0.781901 0.126831 0 0 v -2.25872 0.936687 9.55937 0.264591 0.185382 0.946375 0 0 v -3.91526 -0.762634 12.1932 0.65789 -0.0984181 0.746655 0 0 v -3.79918 0.360246 12.9481 -0.369901 -0.540605 0.755592 0 0 v -5.24091 -1.15607 12.4548 0.073019 -0.0112206 0.997267 0 0 v 3.58183 -1.35065 9.39167 0.281501 -0.294396 0.913284 0 0 v 0.663206 -0.137814 9.85656 -0.16951 0.0534889 0.984076 0 0 v 5.11831 -1.64033 7.83017 0.790395 -0.33687 0.511659 0 0 v 3.96048 -1.06365 9.23536 0.612391 -0.112561 0.782501 0 0 v 2.40444 -2.06642 9.48686 0.0962585 -0.573161 0.813769 0 0 v 5.21812 -1.53513 7.73097 0.831289 -0.261545 0.490463 0 0 v 0.446876 0.374007 9.77926 -0.202227 0.106791 0.973499 0 0 v -7.17231 0.605787 6.0965 -0.86372 0.501529 -0.049572 0 0 v -7.73173 -2.67823 9.38276 -0.969349 0.0488726 0.240778 0 0 v -5.50328 -1.20905 12.4525 0.00124116 -0.0351142 0.999382 0 0 v -6.1016 0.748986 12.2641 -0.478377 0.068508 0.875478 0 0 v -7.64992 -2.28381 8.43356 -0.849799 0.201977 -0.486875 0 0 v -5.63546 -3.22677 6.12503 -0.32114 -0.94696 0.0116541 0 0 v -5.53569 -3.25358 6.1265 -0.20738 -0.976926 -0.0510816 0 0 v -5.43343 -3.27239 6.12771 -0.171111 -0.984567 -0.0367203 0 0 v -5.33583 -3.28056 6.12873 -0.161772 -0.986803 0.00706911 0 0 v -5.23398 -3.31231 6.13074 -0.298957 -0.936818 0.181648 0 0 v -5.1355 -3.35429 6.13433 -0.414453 -0.851359 0.321584 0 0 v -5.03453 -3.40291 6.13754 -0.397301 -0.855774 0.331366 0 0 v -4.93274 -3.44936 6.13959 -0.384178 -0.875269 0.29379 0 0 v -4.73162 -3.53324 6.14476 -0.26144 -0.933776 0.244358 0 0 v -4.63321 -3.54999 6.14681 -0.148374 -0.963297 0.223704 0 0 v -4.53388 -3.5636 6.14822 -0.0895336 -0.976287 0.197098 0 0 v -4.43423 -3.56956 6.14969 -0.0798202 -0.970358 0.228111 0 0 v -4.334 -3.5791 6.14995 -0.00897369 -0.982957 0.183619 0 0 v -4.23387 -3.57143 6.15047 0.0564643 -0.972057 0.227854 0 0 v -4.13423 -3.56499 6.14874 0.119397 -0.963565 0.239346 0 0 v -4.03365 -3.54397 6.14781 0.283816 -0.923275 0.258865 0 0 v -3.93386 -3.50582 6.14517 0.351366 -0.901445 0.25286 0 0 v -3.83398 -3.46729 6.14222 0.280463 -0.936109 0.212229 0 0 v -3.73412 -3.44539 6.14076 0.0456263 -0.991396 0.12269 0 0 v -3.63421 -3.45453 6.14113 -0.1438 -0.989054 0.0330669 0 0 v -3.53434 -3.48085 6.14293 -0.213073 -0.970884 -0.109472 0 0 v -3.43403 -3.50237 6.14436 0.00556524 -0.980855 -0.194658 0 0 v -3.33308 -3.47416 6.14221 0.316072 -0.930685 -0.184188 0 0 v -3.23283 -3.43272 6.13914 0.310711 -0.946658 -0.0854231 0 0 v -3.13291 -3.40568 6.13743 0.234508 -0.971103 -0.0443351 0 0 v -3.03285 -3.3925 6.13649 0.212219 -0.975022 -0.0655308 0 0 v -2.93443 -3.36305 6.1346 0.301866 -0.953333 -0.00576604 0 0 v -2.83375 -3.32603 6.13173 0.264407 -0.961649 0.0729401 0 0 v -2.73516 -3.30117 6.12703 0.206515 -0.973163 0.101515 0 0 v -2.63436 -3.28807 6.1291 0.00755633 -0.992351 0.123215 0 0 v -2.53434 -3.30138 6.12986 -0.255587 -0.960673 0.108551 0 0 v -2.43529 -3.3408 6.13275 -0.406148 -0.909945 0.0839317 0 0 v -2.33104 -3.39362 6.13633 -0.403106 -0.913105 0.0611921 0 0 v -2.23298 -3.43671 6.13963 -0.341695 -0.939326 0.0302045 0 0 v -2.13247 -3.47213 6.14225 -0.274575 -0.960727 0.0401517 0 0 v -2.03211 -3.49394 6.14398 -0.16789 -0.984094 0.0580669 0 0 v -1.9322 -3.50338 6.14508 -0.0357445 -0.998204 0.0480725 0 0 v -1.83343 -3.49765 6.1446 0.0422473 -0.998968 0.0166553 0 0 v -1.73363 -3.49531 6.14494 0.0370792 -0.998102 -0.0491603 0 0 v -1.63361 -3.49503 6.14535 0.040644 -0.992534 -0.114999 0 0 v -1.53356 -3.48266 6.14457 0.0102773 -0.979352 -0.201901 0 0 v -1.43364 -3.48665 6.1439 -0.131409 -0.952347 -0.275257 0 0 v -1.33342 -3.5007 6.14459 -0.227142 -0.950948 -0.210009 0 0 v -1.23419 -3.52858 6.14643 -0.1716 -0.98428 -0.0417791 0 0 v -1.14718 -3.56945 6.15039 -0.386372 -0.837162 0.387138 0 0 v 0.100146 -0.509683 9.74917 -0.271526 -0.0392875 0.961629 0 0 v 4.98142 -1.01913 8.24936 0.798022 -0.0951543 0.595069 0 0 v 5.04197 -1.04141 8.15947 0.820389 -0.0902662 0.564637 0 0 v 5.27927 -1.12784 7.78236 0.836232 -0.161159 0.52416 0 0 v -0.0255139 -0.464274 9.71307 -0.274677 -0.0352606 0.96089 0 0 v 5.22083 -1.10559 7.87417 0.832401 -0.149651 0.533585 0 0 v 5.1028 -1.06276 8.06326 0.825676 -0.105718 0.554151 0 0 v -0.134334 -4.47145 6.20711 -0.362937 -0.713473 0.599361 0 0 v -0.0326638 -4.51493 6.20618 -0.184213 -0.765007 0.617114 0 0 v 0.0664061 -4.51742 6.20806 -0.0671904 -0.797983 0.598923 0 0 v 0.161426 -4.52677 6.21126 -0.157986 -0.736489 0.657741 0 0 v 0.265666 -4.56856 6.21344 -0.265414 -0.724425 0.63621 0 0 v 0.366366 -4.59948 6.21249 -0.0985822 -0.829576 0.549622 0 0 v 0.666016 -4.60211 6.21412 -0.0618562 -0.852826 0.518519 0 0 v 0.765876 -4.61402 6.21463 -0.0712621 -0.86392 0.498562 0 0 v 0.865816 -4.61718 6.21672 -0.0118759 -0.875513 0.483049 0 0 v 0.965746 -4.616 6.21591 0.0340429 -0.881917 0.470174 0 0 v 1.0659 -4.61327 6.21454 0.0642459 -0.880522 0.469632 0 0 v 1.1658 -4.60086 6.2136 0.0904252 -0.892355 0.442183 0 0 v 1.26586 -4.59207 6.21434 0.0621828 -0.901269 0.428774 0 0 v 1.36568 -4.58818 6.21263 0.0884373 -0.908375 0.408697 0 0 v 1.46542 -4.57458 6.21118 0.11413 -0.916282 0.38393 0 0 v 1.56548 -4.5637 6.21099 0.105218 -0.929713 0.352935 0 0 v 1.66583 -4.55406 6.21138 0.155874 -0.923615 0.350199 0 0 v 1.76562 -4.53065 6.21028 0.227911 -0.896365 0.380244 0 0 v 1.86707 -4.4994 6.21021 0.297602 -0.865947 0.401957 0 0 v 1.96571 -4.45947 6.20613 0.376246 -0.820605 0.43017 0 0 v 2.06537 -4.41005 6.20239 0.392668 -0.808125 0.439027 0 0 v 2.16566 -4.36266 6.19998 0.363248 -0.828693 0.425816 0 0 v 2.26376 -4.32379 6.1965 0.297768 -0.847455 0.439493 0 0 v 2.36377 -4.29661 6.19229 0.218258 -0.846325 0.485899 0 0 v 2.46479 -4.27578 6.19272 0.16577 -0.827973 0.535706 0 0 v 2.56447 -4.26218 6.19085 0.177963 -0.798955 0.574456 0 0 v 2.66397 -4.23713 6.18867 0.245563 -0.772983 0.584974 0 0 v 2.76433 -4.20304 6.18781 0.27797 -0.76488 0.581112 0 0 v 2.86276 -4.16497 6.1841 0.33098 -0.769055 0.546815 0 0 v -3.53389 -0.123984 12.3208 0.33643 -0.881214 0.332079 0 0 v 3.36288 -3.81521 6.16635 0.261106 -0.957116 0.125511 0 0 v 3.46456 -3.81401 6.1657 -0.00746431 -0.990384 0.138141 0 0 v 3.56435 -3.82142 6.16542 -0.0573745 -0.985542 0.159424 0 0 v 3.66428 -3.82344 6.16583 0.10352 -0.972336 0.209396 0 0 v 3.76314 -3.79885 6.16389 0.290331 -0.922969 0.252659 0 0 v -5.73446 -4.39555 8.72196 -0.066024 -0.969111 -0.237622 0 0 v -1.734 -2.15006 8.62267 0.112465 -0.713804 0.691256 0 0 v -0.636664 -2.48042 8.63906 -0.359832 -0.674746 0.64439 0 0 v -5.83525 -4.40824 8.86316 -0.133129 -0.983553 -0.122068 0 0 v -4.66566 6.8085 14.3936 0.936726 -0.195284 0.290533 0 0 v 0.598666 3.0201 13.6363 0.973382 -0.154571 -0.169221 0 0 v -6.42603 -4.01 10.5476 -0.282658 -0.800707 0.528178 0 0 v -1.53111 1.37168 14.3989 0.579518 -0.814862 0.0126122 0 0 v -5.45611 0.665276 12.3863 0.246434 -0.121891 0.961464 0 0 v 5.87054 0.431087 6.69722 0.924903 0.151354 0.348777 0 0 v 5.91924 0.430757 6.55861 0.940688 0.146422 0.306049 0 0 v -0.942424 -1.01409 9.31017 -0.257571 -0.339792 0.904543 0 0 v -5.83335 -4.40639 9.14456 -0.0752249 -0.992114 0.100257 0 0 v -6.33071 -3.94234 10.6845 -0.16636 -0.812115 0.55928 0 0 v -5.73557 -3.53173 11.2443 0.142751 -0.780121 0.609125 0 0 v -4.35238 -2.50755 11.6477 0.871945 -0.488796 -0.028103 0 0 v -6.6306 -4.22491 9.98697 -0.41982 -0.837332 0.35018 0 0 v -6.53432 -4.34065 9.56737 -0.326789 -0.938758 -0.109277 0 0 v -5.80792 6.25671 14.4651 -0.510363 0.663041 -0.547637 0 0 v -5.33917 -1.12073 12.4669 -0.00533998 -0.00926565 0.999943 0 0 v 0.429016 -0.0519335 9.81106 -0.205774 0.0596128 0.976782 0 0 v -2.33038 1.11084 9.53637 0.210901 0.292248 0.932798 0 0 v 5.05994 -1.61838 7.92847 0.794683 -0.321145 0.515116 0 0 v -5.40286 -1.5367 12.4272 -0.0157102 -0.164549 0.986244 0 0 v 3.80288 -1.00453 9.34346 0.517426 -0.0742392 0.852501 0 0 v 5.16329 -1.51394 7.83007 0.811697 -0.253984 0.525965 0 0 v 5.14728 -1.3648 7.91296 0.822593 -0.188544 0.536462 0 0 v -5.11159 1.12183 12.2716 0.624347 -0.132164 0.769885 0 0 v -5.03984 1.09394 12.2028 0.63924 -0.0264827 0.768551 0 0 v 2.57585 -2.27227 9.28696 0.205234 -0.647321 0.734067 0 0 v -6.85654 -0.594844 12.2381 -0.357162 0.0494888 0.93273 0 0 v 0.523716 -4.11002 6.68622 -0.204842 -0.506465 0.837576 0 0 v 2.64892 -2.30451 9.22536 0.237025 -0.661049 0.711923 0 0 v -3.07242 2.96586 7.38796 -0.158862 0.89249 0.422166 0 0 v -5.53357 -3.2602 6.26829 -0.282162 -0.957343 0.0622849 0 0 v -5.4326 -3.2816 6.26975 -0.117506 -0.992466 0.0346833 0 0 v -5.33378 -3.2856 6.27007 -0.0746558 -0.995399 0.0600639 0 0 v -5.23356 -3.28521 6.26985 -0.0655914 -0.986999 0.146732 0 0 v -5.13532 -3.304 6.27228 -0.297253 -0.92085 0.252342 0 0 v -5.03289 -3.348 6.27395 -0.398728 -0.861213 0.315163 0 0 v -4.93586 -3.39332 6.2793 -0.390654 -0.856541 0.337236 0 0 v -4.83455 -3.44089 6.28155 -0.385042 -0.847217 0.366013 0 0 v -4.7325 -3.48638 6.28306 -0.293873 -0.880433 0.372123 0 0 v -4.63285 -3.51039 6.28412 -0.152855 -0.914532 0.374521 0 0 v -4.53293 -3.52121 6.28436 -0.0928902 -0.928225 0.360237 0 0 v -4.4341 -3.52786 6.28714 -0.050391 -0.920007 0.388648 0 0 v -4.33399 -3.53481 6.28584 -0.00921255 -0.932377 0.361371 0 0 v -4.23391 -3.52952 6.28776 0.05783 -0.915735 0.3976 0 0 v -4.13457 -3.52515 6.28602 0.146001 -0.899652 0.411472 0 0 v -4.03493 -3.49845 6.28396 0.272128 -0.874571 0.401336 0 0 v -3.93435 -3.46304 6.28225 0.254368 -0.911847 0.322229 0 0 v -3.83406 -3.43748 6.28059 0.0848171 -0.979673 0.181786 0 0 v -3.73403 -3.43938 6.28123 -0.149004 -0.986738 0.0643883 0 0 v -3.63397 -3.46325 6.28284 -0.310526 -0.950565 0.000609827 0 0 v -3.53322 -3.50578 6.28602 -0.251829 -0.967669 -0.0141333 0 0 v -3.43405 -3.52645 6.2874 -0.039276 -0.999183 0.00948516 0 0 v -3.33446 -3.51373 6.28663 0.252059 -0.966765 -0.0427952 0 0 v -3.23185 -3.4585 6.28113 0.415704 -0.907209 -0.0645095 0 0 v -3.12954 -3.4157 6.27964 0.332697 -0.942911 -0.0152353 0 0 v -3.0339 -3.39007 6.27779 0.290375 -0.955042 0.0598061 0 0 v -2.93084 -3.34713 6.27449 0.315492 -0.945995 0.0745582 0 0 v -2.8329 -3.31702 6.27264 0.29505 -0.954835 0.0351501 0 0 v -2.73291 -3.28446 6.27097 0.215031 -0.974646 0.0618581 0 0 v -2.63434 -3.26699 6.26922 0.0282038 -0.996438 0.0794733 0 0 v -2.53479 -3.27894 6.27014 -0.21213 -0.97138 0.106871 0 0 v -2.4335 -3.32316 6.27285 -0.395267 -0.904424 0.160562 0 0 v -2.33226 -3.37117 6.27565 -0.414021 -0.890261 0.189793 0 0 v -2.23058 -3.41745 6.27859 -0.348641 -0.91416 0.206787 0 0 v -2.13229 -3.44644 6.28073 -0.270639 -0.937587 0.218369 0 0 v -2.03263 -3.47204 6.28296 -0.226779 -0.951712 0.206919 0 0 v -1.93399 -3.49016 6.28486 -0.155712 -0.978142 0.137813 0 0 v -1.83369 -3.50072 6.28545 -0.0353882 -0.999048 0.0255286 0 0 v -1.73288 -3.50492 6.28646 -0.0807974 -0.995441 -0.0506789 0 0 v -1.63374 -3.5128 6.28667 -0.113167 -0.980984 -0.15768 0 0 v -1.53384 -3.53734 6.28857 -0.168729 -0.9565 -0.237988 0 0 v -1.43337 -3.5575 6.29044 -0.10601 -0.971823 -0.21053 0 0 v -1.33398 -3.56244 6.2903 -0.026119 -0.995285 -0.093413 0 0 v -1.23308 -3.56184 6.28946 0.250293 -0.95665 0.148913 0 0 v -1.13491 -3.51835 6.29061 0.132225 -0.913681 0.384322 0 0 v -1.03423 -3.51593 6.27881 -0.273681 -0.805088 0.526244 0 0 v -5.13759 0.694896 12.2907 0.258066 0.133628 0.956841 0 0 v -3.0367 -0.246963 10.0162 0.822408 0.0276302 0.568227 0 0 v -1.64227 -0.760134 9.40306 0.275468 -0.186707 0.943005 0 0 v -1.46223 -0.826213 9.33716 0.224435 -0.265888 0.937514 0 0 v 0.179696 -1.41234 9.62177 -0.276315 -0.304793 0.911456 0 0 v 1.56688 -1.91095 9.61686 0.0144971 -0.524939 0.851016 0 0 v 2.22599 -2.1495 9.44087 0.0646687 -0.557771 0.827472 0 0 v 2.03933 -2.08192 9.49436 0.01199 -0.5416 0.840551 0 0 v -0.0344539 -4.38856 6.34309 -0.207203 -0.66567 0.716903 0 0 v 0.0670461 -4.40773 6.33948 -0.0572266 -0.706911 0.704984 0 0 v 0.166646 -4.39746 6.34059 -0.0497551 -0.70331 0.70914 0 0 v 0.263806 -4.41527 6.34776 -0.259183 -0.64223 0.721363 0 0 v 0.366666 -4.47996 6.34188 -0.275967 -0.653745 0.704599 0 0 v 0.466306 -4.50482 6.34695 -0.14262 -0.727111 0.671543 0 0 v 0.566646 -4.51342 6.34465 -0.0161206 -0.790776 0.611894 0 0 v 0.665836 -4.50772 6.34922 -0.0554407 -0.775921 0.628389 0 0 v 0.766186 -4.52759 6.34737 -0.088738 -0.79308 0.602619 0 0 v 0.865726 -4.53142 6.35071 -0.0148731 -0.808611 0.588155 0 0 v 0.965956 -4.53102 6.35016 0.0134516 -0.804244 0.594147 0 0 v 1.06582 -4.52848 6.34828 0.051819 -0.809349 0.585038 0 0 v 1.16576 -4.52365 6.34506 0.044827 -0.81625 0.575957 0 0 v 1.26588 -4.51532 6.34695 0.0350545 -0.844769 0.533981 0 0 v 1.36581 -4.51465 6.34666 0.0479295 -0.848212 0.527483 0 0 v 1.46564 -4.50409 6.34692 0.0667933 -0.862454 0.501709 0 0 v 1.56468 -4.49988 6.34415 0.106767 -0.855223 0.507143 0 0 v 1.66369 -4.47623 6.35009 0.192563 -0.818965 0.540569 0 0 v 1.76522 -4.45678 6.34464 0.219933 -0.810199 0.543329 0 0 v 1.86358 -4.42874 6.34016 0.307876 -0.785484 0.536867 0 0 v 1.96382 -4.38202 6.33827 0.35187 -0.782284 0.514022 0 0 v 2.06514 -4.3376 6.33774 0.336794 -0.815206 0.471178 0 0 v 2.16429 -4.29964 6.33414 0.355588 -0.813634 0.459953 0 0 v 2.26506 -4.25366 6.33276 0.344345 -0.796322 0.49729 0 0 v 2.3642 -4.21517 6.32863 0.300199 -0.774144 0.557299 0 0 v 2.46415 -4.17884 6.32625 0.248792 -0.746708 0.616871 0 0 v 2.56333 -4.15157 6.32174 0.21129 -0.74126 0.637095 0 0 v 2.66259 -4.12479 6.31814 0.225714 -0.744704 0.628068 0 0 v 2.76371 -4.09346 6.31994 0.246868 -0.759616 0.601698 0 0 v -4.25596 -1.50841 12.2944 0.25949 -0.139083 0.955678 0 0 v 3.99398 -1.21865 9.18357 0.626462 -0.163679 0.762072 0 0 v 4.09279 -1.39834 9.04916 0.607582 -0.228213 0.760765 0 0 v 3.26196 -3.83785 6.30689 0.410828 -0.88878 0.203201 0 0 v 3.36451 -3.80363 6.3061 0.191514 -0.971088 0.142515 0 0 v 3.46502 -3.79047 6.30532 0.0483983 -0.987092 0.152667 0 0 v 3.56405 -3.79593 6.30463 0.0076952 -0.980137 0.198171 0 0 v 3.66417 -3.78789 6.30434 0.172745 -0.951555 0.254365 0 0 v 3.76319 -3.7617 6.30207 0.315005 -0.910091 0.269269 0 0 v -1.83379 -2.16668 8.62597 0.0987987 -0.768507 0.632168 0 0 v 1.06705 -2.95106 8.65347 -0.143988 -0.830043 0.538792 0 0 v -5.93406 -4.38847 8.86356 -0.23177 -0.965734 -0.116793 0 0 v -7.20948 -0.388533 7.45926 -0.917674 0.0368861 0.395617 0 0 v -5.30173 -2.88513 4.32187 -0.3416 -0.809043 -0.478287 0 0 v -1.73116 1.23961 14.3957 0.143489 -0.84291 0.518569 0 0 v 2.46533 -2.63898 8.92626 0.20836 -0.8551 0.474752 0 0 v 5.34742 0.929267 7.51186 0.838649 0.350296 0.417085 0 0 v 0.966886 -2.483 9.19857 -0.0904774 -0.637763 0.7649 0 0 v -5.21872 -1.89379 12.3409 0.0690781 -0.297881 0.9521 0 0 v -5.63388 -4.3934 9.14536 0.0929489 -0.987763 0.125237 0 0 v -6.43063 -3.91047 10.6865 -0.324825 -0.766656 0.55383 0 0 v -5.6376 -3.5142 11.2405 0.222742 -0.775166 0.591188 0 0 v 2.41301 -0.777923 9.93617 0.171007 -0.0976973 0.980414 0 0 v -6.43321 -4.29979 9.99037 -0.217328 -0.91779 0.332311 0 0 v 5.2476 1.33021 7.36557 0.851261 0.312843 0.421287 0 0 v 5.26072 0.730187 7.79186 0.818015 0.245973 0.51995 0 0 v 3.9001 -1.46896 9.18127 0.532249 -0.302451 0.790718 0 0 v 4.76428 -1.50771 8.40036 0.730606 -0.320708 0.602795 0 0 v -1.04776 -1.56825 9.06326 -0.323509 -0.374297 0.869047 0 0 v -6.20135 0.492106 12.2662 -0.369455 0.164761 0.914525 0 0 v 3.47112 -0.881913 9.52916 0.410737 -0.101974 0.906033 0 0 v 0.686836 0.285756 9.83417 -0.172564 0.0973513 0.980176 0 0 v 2.63699 -0.432014 9.89426 0.273844 -0.0283039 0.961358 0 0 v 2.72949 -0.466073 9.86616 0.332461 -0.0222954 0.942853 0 0 v 2.81716 -0.498283 9.82967 0.347491 -0.00981304 0.937632 0 0 v 2.90842 -0.532423 9.79807 0.380304 -0.0203317 0.924638 0 0 v 2.99234 -0.563004 9.75527 0.398443 -0.0351332 0.91652 0 0 v -2.25286 -0.684773 9.55826 0.0906887 -0.201988 0.97518 0 0 v -3.73751 -0.981644 11.8087 0.95197 -0.17558 0.250848 0 0 v -7.16858 0.720906 10.3176 -0.736268 0.611552 0.289678 0 0 v -5.63692 -3.19156 6.40624 -0.434781 -0.874571 0.21469 0 0 v -5.53462 -3.23816 6.40848 -0.306515 -0.925904 0.220794 0 0 v -5.43392 -3.26109 6.40979 -0.173577 -0.965083 0.196178 0 0 v -5.33392 -3.27353 6.41081 -0.0458171 -0.987807 0.14879 0 0 v -5.2331 -3.27022 6.40999 -0.0109569 -0.992127 0.124759 0 0 v -5.13426 -3.2756 6.41121 -0.140386 -0.975227 0.170948 0 0 v -5.0345 -3.30172 6.41307 -0.321586 -0.911444 0.256618 0 0 v -4.93231 -3.34604 6.41474 -0.327757 -0.885846 0.328407 0 0 v -4.83472 -3.37816 6.41886 -0.324435 -0.858411 0.397331 0 0 v -4.73195 -3.42045 6.41871 -0.2679 -0.855063 0.443955 0 0 v -4.63374 -3.4381 6.42166 -0.144304 -0.8742 0.463628 0 0 v -4.53342 -3.44985 6.42204 -0.0859808 -0.873192 0.479732 0 0 v -4.43382 -3.46164 6.42249 -0.0518207 -0.87408 0.48301 0 0 v -4.33414 -3.46058 6.42209 0.0320678 -0.862607 0.504858 0 0 v -4.2342 -3.44881 6.4218 0.0817471 -0.847908 0.523803 0 0 v -4.13412 -3.43808 6.42183 0.121997 -0.85824 0.498539 0 0 v -4.03395 -3.41826 6.42192 0.113186 -0.911202 0.396107 0 0 v -3.93408 -3.41301 6.42028 0.0528361 -0.961045 0.271294 0 0 v -3.83398 -3.41356 6.4204 -0.0334479 -0.97365 0.22558 0 0 v -3.73304 -3.42026 6.41997 -0.185591 -0.965374 0.183325 0 0 v -3.63372 -3.45059 6.42303 -0.302223 -0.941452 0.149428 0 0 v -3.53387 -3.48939 6.42571 -0.230214 -0.955243 0.185775 0 0 v -3.43414 -3.50032 6.42634 -0.0388626 -0.978689 0.201637 0 0 v -3.33319 -3.497 6.42709 0.236469 -0.951248 0.198015 0 0 v -3.23098 -3.45151 6.42429 0.405061 -0.899985 0.1611 0 0 v -3.12922 -3.40164 6.42127 0.365387 -0.914202 0.175293 0 0 v -3.0326 -3.36959 6.41806 0.280975 -0.951042 0.128734 0 0 v -2.93112 -3.33653 6.41611 0.245372 -0.968173 0.0493229 0 0 v -2.83303 -3.31793 6.41412 0.269791 -0.962169 0.0379976 0 0 v -2.73229 -3.28457 6.41135 0.24992 -0.967936 0.0252824 0 0 v -2.63405 -3.26559 6.41046 0.0540735 -0.998138 0.0282335 0 0 v -2.53363 -3.2713 6.41057 -0.114624 -0.98763 0.106995 0 0 v -2.43313 -3.29664 6.41186 -0.30757 -0.934968 0.176737 0 0 v -2.33265 -3.3345 6.41453 -0.350305 -0.902964 0.248884 0 0 v -2.23309 -3.37329 6.41723 -0.336279 -0.894478 0.294663 0 0 v -2.13174 -3.40639 6.41832 -0.260949 -0.916593 0.302922 0 0 v -2.0315 -3.43112 6.41998 -0.273325 -0.91546 0.29534 0 0 v -1.93309 -3.46119 6.42338 -0.277728 -0.930003 0.240752 0 0 v -1.8335 -3.48865 6.4257 -0.205568 -0.969886 0.130626 0 0 v -1.73376 -3.51401 6.42746 -0.182742 -0.981453 0.0579258 0 0 v -1.63341 -3.53302 6.42832 -0.164587 -0.984466 0.0611367 0 0 v -1.53374 -3.54751 6.42952 -0.112036 -0.989865 0.0872605 0 0 v -1.43394 -3.55106 6.43056 0.0506258 -0.976968 0.207292 0 0 v -1.33436 -3.53311 6.42842 0.261495 -0.896763 0.356982 0 0 v -1.23417 -3.48444 6.42508 0.405335 -0.79187 0.456777 0 0 v -1.13417 -3.4289 6.4218 0.134693 -0.932677 0.334622 0 0 v -1.03311 -3.43547 6.42177 -0.206675 -0.953976 0.217291 0 0 v 2.66185 -2.16077 9.36516 0.156139 -0.601672 0.783333 0 0 v 0.0665261 -2.10755 9.24037 -0.335646 -0.458889 0.822655 0 0 v -1.52156 -0.952554 9.31486 0.267385 -0.345255 0.899613 0 0 v -7.43429 -2.07282 10.3395 -0.977612 0.101316 0.184418 0 0 v 1.49308 -4.30398 6.59866 0.0868699 -0.661373 0.745009 0 0 v -0.129904 -4.17854 6.45967 -0.293698 -0.462218 0.836718 0 0 v -0.0211439 -4.22938 6.46796 -0.252661 -0.487102 0.835999 0 0 v 0.266746 -4.27716 6.47268 -0.147548 -0.663119 0.733827 0 0 v 0.367786 -4.31328 6.47526 -0.289502 -0.613251 0.734923 0 0 v 0.468036 -4.37069 6.47578 -0.259935 -0.626313 0.73496 0 0 v 0.566786 -4.39539 6.47841 -0.0877657 -0.703854 0.704902 0 0 v 0.666186 -4.39759 6.48075 -0.0286812 -0.715253 0.698276 0 0 v 0.766396 -4.40636 6.47826 -0.0851746 -0.704542 0.704533 0 0 v 0.866426 -4.41846 6.47933 -0.048541 -0.718307 0.694031 0 0 v 0.966096 -4.42038 6.48107 0.00477156 -0.73386 0.679284 0 0 v 1.0661 -4.41878 6.47955 0.0301093 -0.734407 0.678041 0 0 v 1.16588 -4.41008 6.48202 -0.00276404 -0.743826 0.668368 0 0 v 1.26577 -4.41814 6.47921 -0.0137142 -0.777269 0.629019 0 0 v 1.36567 -4.42034 6.48137 0.00904646 -0.774123 0.632971 0 0 v 1.46538 -4.41855 6.47962 0.0550961 -0.77904 0.624549 0 0 v 1.5645 -4.40519 6.47805 0.171632 -0.751852 0.636602 0 0 v 1.66548 -4.37208 6.47898 0.210748 -0.71414 0.667525 0 0 v 1.76295 -4.35485 6.47232 0.210669 -0.70781 0.674258 0 0 v 1.86331 -4.32109 6.47205 0.238632 -0.690413 0.682923 0 0 v 1.96415 -4.28687 6.47185 0.248534 -0.730569 0.636003 0 0 v 2.06254 -4.2593 6.46729 0.287309 -0.734329 0.614991 0 0 v 2.16256 -4.21261 6.4652 0.368351 -0.683071 0.63066 0 0 v 2.26418 -4.15578 6.46485 0.352526 -0.663788 0.659629 0 0 v 2.36326 -4.10478 6.45972 0.305769 -0.685432 0.660824 0 0 v 2.46443 -4.05796 6.45821 0.223857 -0.739809 0.634485 0 0 v 2.56296 -4.04087 6.4538 0.188737 -0.769848 0.609682 0 0 v 2.66446 -4.01013 6.4565 0.178299 -0.797229 0.576745 0 0 v 2.76257 -3.99274 6.45218 0.225308 -0.801894 0.553356 0 0 v 2.8619 -3.95684 6.45094 0.31225 -0.780019 0.542283 0 0 v 2.9623 -3.91214 6.45039 0.374253 -0.792495 0.481546 0 0 v 3.06294 -3.86506 6.44927 0.344743 -0.865511 0.363377 0 0 v 3.16499 -3.83177 6.44911 0.265672 -0.921156 0.284412 0 0 v 3.26493 -3.8055 6.44741 0.266011 -0.937098 0.226019 0 0 v 3.3652 -3.78037 6.4459 0.154842 -0.975073 0.158923 0 0 v 3.46397 -3.77172 6.44387 0.0774728 -0.982725 0.168077 0 0 v 3.56431 -3.76183 6.44323 0.111347 -0.96862 0.222208 0 0 v 3.66334 -3.74846 6.4417 0.240341 -0.933046 0.267696 0 0 v -1.9339 -2.17764 8.62467 0.0243492 -0.838575 0.544242 0 0 v 1.16653 -2.95379 8.65547 -0.03485 -0.818421 0.573561 0 0 v -6.03612 -4.35781 8.86176 -0.287905 -0.947355 -0.140108 0 0 v -1.83407 -2.0449 8.75686 0.203494 -0.665945 0.71771 0 0 v -5.93304 -3.13829 11.659 -0.0938564 -0.624144 0.775652 0 0 v 2.3657 -2.65333 8.92776 0.0982425 -0.849665 0.51809 0 0 v -7.42248 -1.22354 8.14357 -0.55299 -0.291966 -0.780357 0 0 v 1.90945 -0.594594 9.99107 -0.00233127 -0.0620384 0.998071 0 0 v 4.24217 -1.45394 8.92416 0.56217 -0.269476 0.781887 0 0 v -2.627 1.77483 9.33326 0.156056 0.55391 0.817821 0 0 v 1.0192 -0.268273 9.91976 -0.165685 0.00980815 0.98613 0 0 v -5.12168 -3.23961 4.78523 -0.357252 -0.820342 -0.446554 0 0 v 5.19268 0.923537 7.79147 0.790299 0.303484 0.532282 0 0 v 1.08624 -0.436314 9.93406 -0.143944 -0.0123041 0.989509 0 0 v 5.65581 0.431327 7.24926 0.905631 0.0473391 0.421417 0 0 v -6.33286 -4.32011 9.98946 -0.122273 -0.943741 0.307251 0 0 v -7.69683 -2.58328 8.43567 -0.886659 0.0540919 -0.45925 0 0 v -3.0677 3.12771 6.09869 -0.144786 0.988601 -0.0413041 0 0 v -5.47716 1.86405 8.19017 -0.397365 0.811195 0.429026 0 0 v -5.20589 -0.733194 12.4524 0.00601703 0.0407356 0.999152 0 0 v 3.97289 -1.49629 9.11486 0.582444 -0.295627 0.757208 0 0 v -0.319944 0.222157 9.60376 -0.234543 0.0841094 0.96846 0 0 v -2.1362 1.04068 9.49866 0.313563 0.253271 0.915168 0 0 v 4.70297 -1.48433 8.48796 0.71589 -0.258774 0.648488 0 0 v -2.66544 -0.0904935 9.72117 0.279 -0.0254576 0.959953 0 0 v 3.55764 -0.914033 9.48987 0.420672 -0.105371 0.901073 0 0 v -0.514514 -1.46274 9.29486 -0.418335 -0.398097 0.816403 0 0 v 0.927536 0.196456 9.88167 -0.149984 0.092404 0.984361 0 0 v -1.54036 1.11247 9.22486 0.229726 0.253775 0.939587 0 0 v -1.63728 1.1501 9.24366 0.303324 0.288977 0.908012 0 0 v -7.81392 -0.477253 9.64697 -0.961497 0.161066 0.222667 0 0 v -7.32467 -1.08973 6.92566 -0.919553 -0.280757 0.274951 0 0 v 3.08112 -0.595463 9.72046 0.345366 0.000267698 0.938468 0 0 v -1.02307 -1.13224 9.24417 -0.265621 -0.366461 0.891713 0 0 v -5.34878 -1.40996 12.4415 0.00474539 -0.107378 0.994207 0 0 v -5.53747 -3.19357 6.54881 -0.328564 -0.894267 0.303863 0 0 v -5.42786 -3.22499 6.54989 -0.217025 -0.930982 0.293553 0 0 v -5.33472 -3.23913 6.5504 -0.139816 -0.959137 0.245983 0 0 v -5.23431 -3.24983 6.55091 -0.0485099 -0.982394 0.180413 0 0 v -5.13497 -3.25273 6.55153 -0.112138 -0.981494 0.155222 0 0 v -5.03542 -3.26742 6.55277 -0.2274 -0.962157 0.150146 0 0 v -4.93313 -3.29686 6.55346 -0.25467 -0.94315 0.213567 0 0 v -4.83428 -3.31367 6.55521 -0.187617 -0.938558 0.289669 0 0 v -4.73462 -3.34056 6.55761 -0.250531 -0.897035 0.36409 0 0 v -4.63391 -3.36315 6.55831 -0.142437 -0.915198 0.376994 0 0 v -4.53387 -3.3745 6.55876 -0.0638386 -0.910847 0.407778 0 0 v -4.43382 -3.3747 6.55868 -0.0181834 -0.913855 0.405633 0 0 v -4.33452 -3.37123 6.56095 0.0307911 -0.93224 0.360527 0 0 v -4.23408 -3.36515 6.55912 0.0338198 -0.93726 0.346987 0 0 v -4.13417 -3.36762 6.5595 -0.036394 -0.974791 0.220133 0 0 v -4.03419 -3.37604 6.55918 -0.0455055 -0.990683 0.128364 0 0 v -3.9342 -3.37809 6.55992 0.0509486 -0.980489 0.189854 0 0 v -3.83404 -3.37573 6.55912 -0.0151912 -0.960745 0.277018 0 0 v -3.73335 -3.38479 6.55902 -0.221032 -0.940468 0.258196 0 0 v -3.63376 -3.4247 6.56216 -0.293814 -0.924145 0.244193 0 0 v -3.53386 -3.45272 6.56471 -0.194841 -0.94309 0.269476 0 0 v -3.43399 -3.45622 6.56581 -0.0151376 -0.950097 0.311586 0 0 v -3.3341 -3.45232 6.56459 0.204912 -0.928659 0.309199 0 0 v -3.23469 -3.41427 6.56115 0.38597 -0.880159 0.27631 0 0 v -3.13358 -3.36638 6.55926 0.308658 -0.919726 0.242557 0 0 v -3.03453 -3.34901 6.55737 0.14798 -0.968844 0.198603 0 0 v -2.93246 -3.33349 6.55733 0.182708 -0.976818 0.111553 0 0 v -2.83528 -3.3106 6.5541 0.246336 -0.966221 0.0757373 0 0 v -2.73382 -3.27666 6.55271 0.258136 -0.964436 0.0568196 0 0 v -2.63437 -3.25884 6.55105 0.1371 -0.986534 0.0891836 0 0 v -2.53409 -3.25111 6.55112 -0.0139729 -0.983896 0.178195 0 0 v -2.43495 -3.26685 6.55288 -0.21132 -0.951944 0.221691 0 0 v -2.33549 -3.29323 6.55503 -0.292609 -0.923087 0.249579 0 0 v -2.23327 -3.32277 6.55516 -0.305342 -0.916843 0.257224 0 0 v -2.13188 -3.35676 6.55596 -0.242329 -0.927204 0.285604 0 0 v -2.03124 -3.38079 6.55733 -0.271883 -0.905195 0.326653 0 0 v -1.93173 -3.41916 6.56026 -0.356885 -0.878209 0.318407 0 0 v -1.83621 -3.4575 6.5663 -0.303574 -0.913001 0.272527 0 0 v -1.73301 -3.48613 6.56578 -0.204126 -0.946725 0.249087 0 0 v -1.63372 -3.50085 6.56746 -0.12925 -0.960796 0.245286 0 0 v -1.534 -3.5097 6.56728 -0.018511 -0.949839 0.312191 0 0 v -1.43461 -3.50292 6.5654 0.21853 -0.882315 0.41685 0 0 v -1.33438 -3.45776 6.56356 0.367517 -0.822326 0.434409 0 0 v -1.23401 -3.41069 6.5612 0.146001 -0.960978 0.234956 0 0 v -1.13373 -3.42439 6.56248 -0.239794 -0.968048 -0.0733654 0 0 v -1.03363 -3.46298 6.56518 -0.359449 -0.917348 -0.171082 0 0 v -1.34612 -1.01723 9.24126 0.125999 -0.429176 0.894389 0 0 v 5.99279 -1.38386 3.90306 0.783267 -0.490388 0.382116 0 0 v -1.31065 -1.32555 9.07636 -0.116553 -0.457141 0.881724 0 0 v 6.04693 -1.39875 3.80633 0.467158 -0.628145 0.622252 0 0 v -3.94961 -0.604644 12.2426 0.541191 -0.15411 0.826658 0 0 v 6.63366 -1.61939 3.69664 0.0819217 -0.728735 0.679878 0 0 v 6.12631 -1.43574 3.74777 0.0786711 -0.636745 0.76705 0 0 v -0.034144 -3.9454 6.59872 -0.283182 -0.346999 0.894091 0 0 v 5.75497 1.6302 5.84031 0.934069 0.308565 0.179728 0 0 v -7.80252 -2.78044 8.97826 -0.994371 0.0634674 0.0848474 0 0 v -7.93049 -1.18049 8.97156 -0.985613 -0.0434925 -0.163327 0 0 v -3.41935 0.00828644 10.9925 0.99582 0.0135741 0.0903282 0 0 v -5.26943 6.44888 13.4859 -0.918893 0.393355 -0.0301369 0 0 v 0.667076 -4.26236 6.60824 -0.074025 -0.638266 0.766249 0 0 v 0.766706 -4.26159 6.60732 -0.0390442 -0.65685 0.75301 0 0 v 0.866386 -4.27453 6.60965 -0.0792274 -0.637515 0.766354 0 0 v 0.966386 -4.2848 6.60826 -0.0284469 -0.628297 0.777453 0 0 v -4.716 4.00848 12.1912 0.936132 0.132891 -0.325573 0 0 v -4.71551 5.30736 13.135 0.998826 0.042526 -0.023202 0 0 v 1.36546 -4.29555 6.60763 -0.00415752 -0.69928 0.714836 0 0 v 1.56307 -4.28112 6.60386 0.226596 -0.645191 0.729646 0 0 v 1.7627 -4.1998 6.60032 0.19988 -0.617185 0.761007 0 0 v 1.86211 -4.17595 6.59934 0.1715 -0.612577 0.771581 0 0 v 1.96214 -4.15165 6.59688 0.187468 -0.597451 0.779685 0 0 v 2.06064 -4.12417 6.59157 0.270631 -0.541157 0.796183 0 0 v 2.16367 -4.04533 6.59494 0.299837 -0.557266 0.774307 0 0 v 2.26412 -3.99609 6.5922 0.213977 -0.642551 0.73576 0 0 v 2.36453 -3.97277 6.59274 0.136632 -0.746009 0.651768 0 0 v 2.46457 -3.9572 6.59089 0.113357 -0.816532 0.566061 0 0 v 2.56499 -3.93649 6.59278 0.107219 -0.864882 0.490391 0 0 v 2.6637 -3.9304 6.58867 0.128079 -0.889075 0.43948 0 0 v 2.76324 -3.90839 6.59031 0.22364 -0.884651 0.409118 0 0 v 2.8637 -3.87659 6.59059 0.269383 -0.899871 0.343023 0 0 v 2.96263 -3.84892 6.58851 0.282971 -0.916412 0.283048 0 0 v 3.06257 -3.82299 6.58708 0.254672 -0.936508 0.241029 0 0 v 3.16265 -3.79766 6.58661 0.230737 -0.948519 0.21696 0 0 v 3.26393 -3.77449 6.58501 0.186122 -0.964615 0.186755 0 0 v 3.36439 -3.76069 6.58398 0.129984 -0.97708 0.168582 0 0 v 3.46365 -3.74623 6.5825 0.139772 -0.969489 0.201381 0 0 v 3.56322 -3.73341 6.58112 0.186521 -0.947691 0.259021 0 0 v 3.6623 -3.70896 6.5791 0.286517 -0.909843 0.300155 0 0 v 3.76242 -3.67325 6.57662 0.372931 -0.874336 0.310578 0 0 v -2.03382 -2.17923 8.62567 0.0337652 -0.860376 0.50854 0 0 v 1.26634 -2.95405 8.65566 -0.064656 -0.816818 0.573261 0 0 v -6.14466 -4.31248 8.86507 -0.475062 -0.873112 -0.109504 0 0 v -1.73392 -2.00722 8.75566 0.165634 -0.636806 0.753023 0 0 v -2.82242 -1.83517 8.89386 -0.145342 -0.621683 0.769666 0 0 v 2.26537 -2.65983 8.92416 -0.0123995 -0.846576 0.532124 0 0 v 1.85701 -0.718334 9.98157 0.00125581 -0.103549 0.994624 0 0 v 4.31602 -1.48165 8.85886 0.583184 -0.308069 0.751658 0 0 v -4.9838 1.7789 10.0829 0.155685 0.973499 0.167518 0 0 v -3.73481 0.128676 12.7601 -0.14946 -0.713971 0.684037 0 0 v 2.82026 -1.07028 9.78316 0.310079 -0.18877 0.931782 0 0 v 5.22401 1.63106 7.22337 0.826695 0.330224 0.455551 0 0 v -6.23185 -3.75904 10.9653 -0.144287 -0.781815 0.606586 0 0 v -2.72989 0.816356 9.66166 0.119797 0.170484 0.978051 0 0 v -6.13394 -4.31657 9.99217 0.109535 -0.950574 0.290537 0 0 v -5.95269 0.984476 12.3941 -0.516794 -0.23241 0.82396 0 0 v -1.12939 1.80123 14.9908 0.0975601 -0.694186 0.713154 0 0 v -5.77348 1.70433 8.17797 -0.532698 0.772692 0.345225 0 0 v 1.80244 -1.5618 9.80416 0.0100588 -0.37622 0.926476 0 0 v 4.04451 -1.52302 9.04677 0.595702 -0.288571 0.749577 0 0 v -0.445864 0.268196 9.56826 -0.24173 0.103218 0.964838 0 0 v 3.37276 -1.13137 9.51886 0.356017 -0.259 0.89787 0 0 v -3.12921 -0.946213 10.0908 0.840538 -0.138291 0.523805 0 0 v 3.38789 -0.851084 9.57546 0.428512 -0.122893 0.895139 0 0 v -0.381044 -1.50722 9.33837 -0.396444 -0.424192 0.814183 0 0 v -4.8965 -1.71543 12.3652 0.0890504 -0.221994 0.970973 0 0 v -0.921484 -1.6119 9.09877 -0.263347 -0.367774 0.891847 0 0 v -6.34017 0.540126 12.1909 -0.417452 0.246713 0.874566 0 0 v -2.84037 -0.0253235 9.79256 0.51308 0.0183612 0.858145 0 0 v -3.07445 -0.968163 9.99006 0.856074 -0.154917 0.49309 0 0 v -6.3036 -0.638704 12.3913 -0.206649 0.0457533 0.977345 0 0 v -5.90151 4.1361 11.9511 -0.9729 0.160102 0.166831 0 0 v 3.17236 -0.628954 9.68937 0.384128 -0.0268504 0.922889 0 0 v -0.913664 -1.17206 9.25107 -0.247586 -0.364442 0.89771 0 0 v -5.60808 3.04686 13.5405 0.113426 -0.433569 0.893953 0 0 v -5.53657 -3.14057 6.68686 -0.299023 -0.88655 0.353007 0 0 v -5.43354 -3.17125 6.68628 -0.268762 -0.902566 0.336367 0 0 v -5.33421 -3.19893 6.68892 -0.233304 -0.926369 0.29565 0 0 v -5.23334 -3.22166 6.69005 -0.137161 -0.966868 0.215297 0 0 v -5.13574 -3.22973 6.69183 -0.205623 -0.969338 0.134543 0 0 v -5.03528 -3.25403 6.69322 -0.231734 -0.969206 0.0833053 0 0 v -4.9329 -3.28278 6.69383 -0.149935 -0.985084 0.0844335 0 0 v -4.8353 -3.27884 6.69454 -0.0823787 -0.988641 0.125707 0 0 v -4.73402 -3.29984 6.69549 -0.213943 -0.963778 0.159252 0 0 v -4.63405 -3.32568 6.69755 -0.139139 -0.971919 0.189775 0 0 v -4.53309 -3.33219 6.69671 -0.0487441 -0.976289 0.210912 0 0 v -4.43458 -3.32975 6.69844 -0.0485061 -0.984736 0.167158 0 0 v -4.33438 -3.34177 6.69893 -0.0880999 -0.987757 0.128743 0 0 v -4.23411 -3.35086 6.69911 -0.0879044 -0.994555 0.0559782 0 0 v -4.13407 -3.36853 6.70092 -0.132518 -0.991179 -0.00164831 0 0 v -4.03454 -3.38049 6.70109 0.0684827 -0.994752 0.0760114 0 0 v -3.93187 -3.34755 6.70071 0.22223 -0.95583 0.19236 0 0 v -3.83432 -3.3278 6.69783 0.0753672 -0.956914 0.280419 0 0 v -3.73363 -3.34576 6.69736 -0.22581 -0.915055 0.334191 0 0 v -3.63305 -3.38331 6.6995 -0.274942 -0.898921 0.341099 0 0 v -3.53406 -3.40314 6.70274 -0.124404 -0.926528 0.355063 0 0 v -3.43395 -3.40657 6.70429 0.00563002 -0.936621 0.350298 0 0 v -3.33397 -3.40364 6.70324 0.204532 -0.909069 0.362989 0 0 v -3.23423 -3.36558 6.70084 0.351679 -0.870218 0.345026 0 0 v -3.13377 -3.3276 6.69784 0.213243 -0.928716 0.303339 0 0 v -3.03344 -3.31748 6.69775 0.0549088 -0.973568 0.221699 0 0 v -2.93376 -3.31535 6.6971 0.132223 -0.980489 0.145461 0 0 v -2.83276 -3.29556 6.69638 0.222906 -0.967376 0.120397 0 0 v -2.73459 -3.27121 6.69332 0.250474 -0.962536 0.103862 0 0 v -2.63401 -3.23786 6.69155 0.232707 -0.95753 0.170248 0 0 v -2.53413 -3.22421 6.69054 0.0749572 -0.970371 0.229699 0 0 v -2.43527 -3.22956 6.69219 -0.130455 -0.956741 0.260054 0 0 v -2.33497 -3.25086 6.69285 -0.282773 -0.917234 0.280575 0 0 v -2.23468 -3.29035 6.69609 -0.312217 -0.90817 0.278833 0 0 v -2.1339 -3.32528 6.69722 -0.187738 -0.935708 0.298672 0 0 v -2.03284 -3.33439 6.69647 -0.186464 -0.919448 0.346187 0 0 v -1.93337 -3.36125 6.69882 -0.345131 -0.86176 0.371825 0 0 v -1.83254 -3.40962 6.70114 -0.340348 -0.862626 0.374219 0 0 v -1.73455 -3.44022 6.70513 -0.228774 -0.900654 0.369438 0 0 v -1.6332 -3.45899 6.70397 -0.0675832 -0.932193 0.355596 0 0 v -1.53396 -3.45001 6.70477 0.122495 -0.903584 0.410525 0 0 v -1.43518 -3.42306 6.70292 0.258743 -0.883323 0.390887 0 0 v -1.33346 -3.39337 6.70017 0.0638936 -0.972602 0.223524 0 0 v -1.23464 -3.40808 6.70402 -0.24381 -0.969801 -0.00649947 0 0 v -1.13373 -3.45086 6.70567 -0.374338 -0.926065 -0.0476864 0 0 v -1.03266 -3.49666 6.70823 -0.28847 -0.957121 0.0265474 0 0 v -0.932544 -3.52107 6.70952 -0.203813 -0.978892 0.0152153 0 0 v -0.834184 -3.52993 6.71121 -0.0508945 -0.988837 0.140037 0 0 v -0.733644 -3.52235 6.70944 0.084381 -0.975434 0.203492 0 0 v -0.634064 -3.50156 6.70871 0.0216797 -0.978638 0.204442 0 0 v -3.18682 -0.923133 10.1826 0.829457 -0.150981 0.537778 0 0 v -5.03442 -0.214384 12.4146 0.00680807 0.113795 0.993481 0 0 v 6.54606 -1.58989 3.73639 -0.0426284 -0.685017 0.727279 0 0 v -2.58092 -1.75743 9.04027 -0.279016 -0.595596 0.75327 0 0 v -7.02161 -1.79037 8.00216 -0.63655 -0.176454 -0.750778 0 0 v -7.24202 1.01917 9.08226 -0.860439 0.508376 0.0346208 0 0 v -7.82913 -1.68178 8.97186 -0.90605 -0.381633 -0.18284 0 0 v 5.93231 0.330937 6.5596 0.94467 0.104505 0.310928 0 0 v -4.91351 7.02571 13.7728 -0.519114 0.84528 -0.126578 0 0 v -7.24215 -1.18863 7.05726 -0.873075 -0.316001 0.371327 0 0 v -6.303 3.24133 12.9335 -0.993707 -0.0822617 0.0760246 0 0 v -6.43324 -3.58217 7.94456 -0.256914 -0.60785 -0.751341 0 0 v -5.97399 -1.50154 3.72914 -0.59564 -0.23831 -0.767086 0 0 v 0.449866 2.92891 13.3658 0.527954 0.356712 -0.770727 0 0 v -4.81146 2.60673 12.6762 0.818691 -0.320858 0.476231 0 0 v -4.71596 2.90625 12.6671 0.90558 -0.259966 0.335176 0 0 v 0.594466 3.70467 14.0926 0.6528 0.69111 -0.310192 0 0 v -3.61609 -0.492893 11.4508 0.950557 -0.310549 0.00102255 0 0 v -7.45284 -0.495543 6.11734 -0.994633 0.039951 0.0954372 0 0 v 1.86141 -3.98379 6.72212 0.179543 -0.461423 0.868823 0 0 v 1.96404 -3.92326 6.7222 0.149672 -0.468095 0.870911 0 0 v 2.06569 -3.87892 6.72783 0.0846881 -0.58524 0.806426 0 0 v 2.16612 -3.86258 6.72394 0.0606613 -0.714672 0.696825 0 0 v 2.26637 -3.86052 6.72404 -0.0397093 -0.808535 0.587107 0 0 v 2.36654 -3.8709 6.72593 -0.0631051 -0.867422 0.493556 0 0 v 2.4662 -3.87682 6.73032 -0.0485258 -0.916405 0.397299 0 0 v 2.56788 -3.88458 6.72448 0.023887 -0.944295 0.328234 0 0 v 2.66497 -3.87458 6.73063 0.0914821 -0.954361 0.284298 0 0 v 2.76424 -3.86347 6.73084 0.146818 -0.964348 0.220176 0 0 v 2.86318 -3.84698 6.7296 0.226953 -0.955014 0.190896 0 0 v 2.96455 -3.81695 6.72949 0.254329 -0.950366 0.179223 0 0 v 3.06435 -3.79034 6.72731 0.244649 -0.953411 0.176505 0 0 v 3.16532 -3.7682 6.72685 0.222655 -0.95751 0.1833 0 0 v 3.36294 -3.7336 6.72299 0.182883 -0.959807 0.212897 0 0 v 3.46418 -3.71311 6.72147 0.227582 -0.931538 0.283626 0 0 v 3.66201 -3.65915 6.71599 0.299904 -0.882771 0.361626 0 0 v -2.13421 -2.18474 8.62076 0.0127198 -0.884847 0.465709 0 0 v 1.3664 -2.96613 8.65586 -0.0547002 -0.827622 0.558614 0 0 v 2.35855 -0.330154 9.97117 0.159139 0.0132836 0.987167 0 0 v -7.10385 0.627647 10.7329 -0.849544 0.417822 0.322025 0 0 v 1.46587 -3.13038 8.38096 0.0644155 -0.874939 0.47993 0 0 v -2.7208 -1.86146 8.89307 -0.207314 -0.630075 0.748349 0 0 v 2.16591 -2.6431 8.92847 -0.104316 -0.82416 0.556668 0 0 v 5.52187 1.62756 6.38844 0.770642 0.543843 0.332183 0 0 v -0.422064 -0.0308035 9.59177 -0.22801 0.0610274 0.971744 0 0 v 5.65896 -1.36797 6.82626 0.886172 -0.261725 0.382359 0 0 v -5.66104 6.0507 14.0478 -0.709491 0.535686 -0.457888 0 0 v -3.63482 0.113826 12.7618 -0.116598 -0.746294 0.655325 0 0 v -1.93653 0.522707 9.53587 0.309454 0.188526 0.932039 0 0 v -5.73553 2.35545 13.1914 -0.174801 -0.455644 0.87283 0 0 v -5.7109 -2.31845 12.1829 -0.0541934 -0.39662 0.916382 0 0 v 6.02799 -0.267903 6.14287 0.978668 -0.067201 0.194146 0 0 v -4.12203 -2.41573 3.32552 -0.1698 -0.566243 -0.806559 0 0 v -4.68239 3.50585 12.1977 0.978545 0.0303522 -0.203784 0 0 v -5.93585 -4.38401 9.00307 -0.210476 -0.977591 0.00391653 0 0 v 5.342 -0.268744 7.79886 0.824291 -0.0372973 0.564937 0 0 v -3.46621 3.10201 6.09499 0.0412252 0.996602 -0.0713122 0 0 v -3.16731 3.11472 6.09733 -0.0819664 0.994471 -0.0656416 0 0 v 1.7039 -1.52521 9.81756 -0.000738412 -0.320923 0.947105 0 0 v 4.11626 -1.54981 8.97866 0.581494 -0.307658 0.753134 0 0 v -0.564774 0.311976 9.53706 -0.254323 0.112022 0.96061 0 0 v -5.43973 2.40808 13.1913 0.271221 -0.42488 0.863664 0 0 v 3.21885 -0.788733 9.66276 0.414189 -0.0821077 0.90648 0 0 v 3.30228 -0.819554 9.61747 0.419873 -0.125252 0.898899 0 0 v 1.45835 -0.142914 9.97176 -0.0969035 0.0112411 0.99523 0 0 v 1.34404 -0.100533 9.95556 -0.0978152 0.0162513 0.995072 0 0 v 1.23448 -0.0601735 9.94667 -0.0944175 0.0564704 0.99393 0 0 v 1.12037 -0.0182735 9.93177 -0.151835 0.0620298 0.986457 0 0 v 0.993786 0.0283165 9.90187 -0.154244 0.0760939 0.985098 0 0 v 0.385086 -3.91091 6.74104 -0.230754 -0.37314 0.898621 0 0 v -2.00382 1.28602 9.35737 0.446151 0.302067 0.84244 0 0 v -0.799734 -1.21392 9.26916 -0.362958 -0.374324 0.853313 0 0 v -5.4331 -3.12003 6.82446 -0.311767 -0.87796 0.3633 0 0 v -5.33525 -3.15082 6.82816 -0.296953 -0.896862 0.327808 0 0 v -5.23356 -3.1842 6.82896 -0.271731 -0.919949 0.282588 0 0 v -5.13661 -3.20615 6.83297 -0.286107 -0.93692 0.200808 0 0 v -5.03417 -3.24895 6.83356 -0.291032 -0.948635 0.124062 0 0 v -4.9342 -3.27587 6.83557 -0.135334 -0.98178 0.133387 0 0 v -4.835 -3.27766 6.83577 -0.0555701 -0.994527 0.0884751 0 0 v -4.73358 -3.28439 6.83567 -0.156116 -0.975667 0.15395 0 0 v -4.63386 -3.31178 6.83776 -0.141623 -0.975245 0.169825 0 0 v -4.53373 -3.3113 6.83766 -0.086558 -0.982714 0.163647 0 0 v -4.43402 -3.32622 6.83886 -0.118041 -0.987089 0.108263 0 0 v -4.33422 -3.34036 6.84007 -0.119683 -0.988425 0.0932339 0 0 v -4.23408 -3.35268 6.84076 -0.113159 -0.987477 0.10993 0 0 v -4.13405 -3.36522 6.84167 -0.0509317 -0.987567 0.148716 0 0 v -4.03373 -3.3592 6.84236 0.187568 -0.957739 0.21807 0 0 v -3.93401 -3.32809 6.83956 0.281223 -0.935639 0.213292 0 0 v -3.83411 -3.29134 6.83747 0.226522 -0.940538 0.253132 0 0 v -3.73423 -3.28834 6.83667 -0.0793606 -0.925505 0.370328 0 0 v -3.63441 -3.31661 6.83966 -0.244678 -0.868433 0.431227 0 0 v -3.53439 -3.34045 6.84076 -0.148418 -0.881416 0.448417 0 0 v -3.43398 -3.3518 6.84076 0.00529393 -0.902275 0.431129 0 0 v -3.33414 -3.33881 6.83977 0.239448 -0.849491 0.470138 0 0 v -3.23403 -3.30138 6.83757 0.262374 -0.862945 0.431841 0 0 v -3.13378 -3.27752 6.83647 0.0243152 -0.955538 0.293863 0 0 v -2.93402 -3.28903 6.83657 0.0533508 -0.978553 0.198967 0 0 v -2.83231 -3.27329 6.83696 0.166654 -0.974124 0.152675 0 0 v -2.73361 -3.25225 6.83436 0.311974 -0.935962 0.16324 0 0 v -2.6326 -3.20608 6.83217 0.3063 -0.926085 0.220333 0 0 v -2.53409 -3.18435 6.82896 0.075288 -0.958405 0.275303 0 0 v -2.43437 -3.1891 6.83076 -0.116164 -0.948105 0.295979 0 0 v -2.33412 -3.20917 6.83037 -0.224148 -0.918289 0.326347 0 0 v -2.23281 -3.24449 6.83176 -0.268067 -0.884895 0.380921 0 0 v -2.13311 -3.27084 6.83346 -0.145275 -0.893797 0.42429 0 0 v -2.03562 -3.27007 6.83596 -0.134991 -0.89336 0.428586 0 0 v -1.93294 -3.29617 6.83487 -0.289636 -0.856742 0.426737 0 0 v -1.83222 -3.34409 6.83686 -0.332524 -0.82752 0.452369 0 0 v -1.73329 -3.37328 6.84036 -0.243052 -0.851725 0.46421 0 0 v -1.63481 -3.39371 6.84537 -0.0771336 -0.893039 0.443318 0 0 v -1.53442 -3.39253 6.84457 0.11237 -0.91376 0.390404 0 0 v -1.43432 -3.378 6.84267 0.0948261 -0.941765 0.322624 0 0 v -1.33325 -3.36898 6.83956 -0.163094 -0.966196 0.199663 0 0 v -1.23399 -3.40089 6.84337 -0.320978 -0.936665 0.140111 0 0 v -1.13332 -3.45009 6.84636 -0.293213 -0.928289 0.228703 0 0 v -1.03284 -3.47271 6.84746 -0.225763 -0.942167 0.247695 0 0 v -0.933234 -3.48608 6.84836 -0.117778 -0.956767 0.265941 0 0 v -0.833944 -3.49019 6.84957 -0.0163107 -0.967892 0.250838 0 0 v -0.734014 -3.48986 6.84936 0.00108021 -0.983903 0.178699 0 0 v -0.634224 -3.49639 6.84857 -0.020981 -0.993384 0.112905 0 0 v -0.534274 -3.49425 6.84787 0.173531 -0.961727 0.212058 0 0 v -0.334244 -3.43412 6.84736 0.0441916 -0.970241 0.238073 0 0 v -0.234424 -3.43394 6.84797 -0.107511 -0.984757 0.136729 0 0 v 0.0626561 -3.49383 6.85847 -0.0122951 -0.882394 0.470351 0 0 v -4.78303 -1.46438 12.4047 0.122841 -0.1403 0.982459 0 0 v 0.359716 -3.54038 6.87347 -0.223584 -0.504811 0.833772 0 0 v 0.462246 -3.57799 6.87386 -0.193667 -0.492743 0.84835 0 0 v 0.570566 -3.76301 6.84646 -0.196975 -0.319787 0.926789 0 0 v 0.669866 -3.81248 6.84687 -0.0599029 -0.333479 0.940852 0 0 v -5.48831 -2.95951 4.60936 -0.443527 -0.785634 -0.431351 0 0 v -7.5062 0.417417 8.54946 -0.852593 0.470914 -0.226552 0 0 v -7.44887 0.516997 8.54797 -0.792839 0.540766 -0.281031 0 0 v -3.63721 -0.590944 11.2949 0.919966 -0.29735 0.255433 0 0 v 5.27653 0.931327 7.65316 0.830197 0.329082 0.449976 0 0 v -7.31109 -0.988353 7.05857 -0.892614 -0.265062 0.364667 0 0 v 6.08349 -0.469103 5.44443 0.994215 -0.0557036 0.0918354 0 0 v -1.83301 0.194166 9.51206 0.357936 0.0791336 0.930387 0 0 v 5.71812 1.7253 5.27472 0.916182 0.387957 -0.1005 0 0 v 1.7661 -3.67829 6.85726 0.0587045 -0.466703 0.882464 0 0 v 1.86703 -3.67776 6.85716 -0.00722626 -0.521038 0.853503 0 0 v 1.96699 -3.69094 6.85896 -0.121483 -0.622701 0.772972 0 0 v 2.0694 -3.72115 6.85436 -0.248979 -0.707588 0.661308 0 0 v 2.16929 -3.74663 6.86127 -0.194729 -0.780326 0.594283 0 0 v 2.27063 -3.77986 6.86107 -0.201397 -0.836427 0.509734 0 0 v 2.36958 -3.80526 6.86356 -0.187187 -0.870933 0.454353 0 0 v 2.46758 -3.8226 6.86647 -0.173645 -0.896433 0.407745 0 0 v 2.56672 -3.84451 6.86706 -0.0770152 -0.940502 0.330944 0 0 v 2.6657 -3.84599 6.86856 0.0333933 -0.965864 0.25689 0 0 v 2.76425 -3.84153 6.86706 0.114551 -0.959541 0.257216 0 0 v 2.86353 -3.81992 6.86827 0.210984 -0.94609 0.245764 0 0 v 2.96354 -3.79895 6.86746 0.239506 -0.94281 0.231834 0 0 v 3.06169 -3.76773 6.87546 0.243401 -0.943869 0.223309 0 0 v 3.16498 -3.74137 6.86506 0.226391 -0.946678 0.229234 0 0 v 3.26385 -3.72491 6.86297 0.212363 -0.940742 0.264399 0 0 v 3.36317 -3.69756 6.86006 0.258754 -0.910932 0.321325 0 0 v -5.63399 -4.39096 8.72287 0.127357 -0.977607 -0.167526 0 0 v -2.234 -2.17932 8.62547 0.00705821 -0.867351 0.497647 0 0 v 1.46581 -2.96689 8.65627 0.0293161 -0.828744 0.558859 0 0 v -1.07759 0.936337 9.28366 -0.191152 0.241331 0.951431 0 0 v 5.75023 1.5287 5.98021 0.919472 0.277327 0.278679 0 0 v 5.00738 -1.7408 7.92327 0.75912 -0.423222 0.49459 0 0 v -2.63422 -1.89245 8.89256 -0.228768 -0.641416 0.732291 0 0 v 2.06589 -2.62923 8.92737 -0.0373777 -0.841216 0.539406 0 0 v -6.51087 1.80199 6.4596 -0.71039 0.639661 0.293563 0 0 v -6.10305 2.13534 11.8239 -0.972528 -0.0188203 0.232022 0 0 v 5.4853 -1.16893 7.38327 0.902637 -0.150869 0.403094 0 0 v -3.43397 0.103836 12.7594 0.0906924 -0.864007 0.495245 0 0 v -1.48464 0.357287 9.38017 0.182158 0.100949 0.978073 0 0 v -5.28004 1.82724 9.93896 -0.00145377 0.985186 0.171485 0 0 v 4.18103 -1.14616 9.04087 0.613181 -0.14344 0.77681 0 0 v 5.52104 1.42763 6.81332 0.857767 0.422135 0.293322 0 0 v -0.999964 2.84403 13.796 -0.299041 0.902279 -0.310592 0 0 v -2.93766 0.303026 12.9025 0.438381 -0.874986 0.205477 0 0 v -0.367894 0.0945765 9.60096 -0.251837 0.0544635 0.966236 0 0 v -5.87264 2.10874 7.18217 -0.538422 0.74966 0.384852 0 0 v -5.62101 -0.876954 12.4564 -0.0122611 0.027926 0.999535 0 0 v -5.95329 -2.08108 12.2359 -0.128055 -0.310386 0.941946 0 0 v 4.18823 -1.57643 8.91057 0.573191 -0.359643 0.73628 0 0 v -0.696254 0.360047 9.49197 -0.264879 0.121085 0.956649 0 0 v 3.5474 -1.19518 9.44216 0.30712 -0.239872 0.920944 0 0 v 4.50403 -1.40922 8.72107 0.680938 -0.222767 0.697638 0 0 v -5.35666 2.37733 13.1448 0.426099 -0.38866 0.816935 0 0 v -5.14644 2.29902 12.9286 0.696425 -0.392997 0.600454 0 0 v -5.08664 2.27699 12.8373 0.705819 -0.369109 0.60463 0 0 v -5.02348 2.25351 12.7496 0.693727 -0.330676 0.63984 0 0 v -4.95673 2.22879 12.6706 0.734343 -0.341953 0.586352 0 0 v -4.90064 2.20769 12.5703 0.806689 -0.309856 0.503232 0 0 v -4.84783 2.18829 12.4608 0.850686 -0.299461 0.432038 0 0 v -6.40976 -2.8454 11.7409 -0.323861 -0.507463 0.798496 0 0 v -4.84458 -2.62791 11.9882 0.179312 -0.687982 0.703226 0 0 v 0.765296 0.112646 9.86446 -0.172706 0.0756698 0.982062 0 0 v -5.73754 -2.91205 6.95526 -0.453768 -0.808313 0.375132 0 0 v -5.63431 -2.97019 6.95737 -0.441165 -0.803464 0.399774 0 0 v -5.53427 -3.02121 6.96046 -0.369589 -0.834817 0.408026 0 0 v -5.43364 -3.05776 6.96236 -0.349868 -0.843924 0.406675 0 0 v -5.33458 -3.09809 6.96586 -0.352742 -0.858768 0.371606 0 0 v -5.13435 -3.17403 6.97056 -0.347911 -0.888508 0.299185 0 0 v -5.03293 -3.22039 6.97267 -0.314045 -0.901277 0.298457 0 0 v -4.93291 -3.2455 6.97416 -0.182549 -0.934768 0.304769 0 0 v -4.83328 -3.25738 6.97416 -0.0721122 -0.965998 0.248288 0 0 v -4.73354 -3.26291 6.97586 -0.0830256 -0.969644 0.229995 0 0 v -4.63418 -3.27473 6.97687 -0.125839 -0.951754 0.279874 0 0 v -4.53364 -3.28254 6.97617 -0.095301 -0.960682 0.260782 0 0 v -4.43407 -3.29956 6.97826 -0.151992 -0.952053 0.265505 0 0 v -4.33406 -3.31483 6.97986 -0.116565 -0.954672 0.273887 0 0 v -4.23407 -3.32513 6.97996 -0.0678739 -0.961383 0.266712 0 0 v -4.13412 -3.32612 6.98017 0.0323532 -0.942133 0.333674 0 0 v -4.03393 -3.31485 6.97996 0.160058 -0.921261 0.354484 0 0 v -3.93343 -3.29263 6.97967 0.27684 -0.900388 0.335649 0 0 v -3.83345 -3.25164 6.97566 0.253885 -0.90426 0.343302 0 0 v -3.73427 -3.22513 6.97416 0.0499931 -0.915716 0.398704 0 0 v -3.63403 -3.24266 6.97736 -0.15955 -0.871436 0.463836 0 0 v -3.53425 -3.26506 6.97756 -0.145653 -0.849039 0.507856 0 0 v -3.43403 -3.27395 6.97636 0.0557521 -0.832035 0.551914 0 0 v -3.33415 -3.24803 6.97466 0.141402 -0.836347 0.529651 0 0 v -3.23404 -3.2308 6.97167 -0.00832011 -0.93406 0.357018 0 0 v -3.1342 -3.24335 6.97687 -0.138021 -0.966244 0.21754 0 0 v -3.03416 -3.25516 6.97687 -0.0683561 -0.977895 0.197609 0 0 v -2.93332 -3.25791 6.97736 0.0261395 -0.982543 0.18419 0 0 v -2.83343 -3.25442 6.97656 0.173095 -0.965775 0.193176 0 0 v -2.73202 -3.22124 6.97546 0.364388 -0.905364 0.218029 0 0 v -2.63125 -3.17203 6.97276 0.356065 -0.901914 0.244476 0 0 v -2.53344 -3.14207 6.97036 0.171788 -0.93761 0.302284 0 0 v -2.43871 -3.14491 6.97447 -0.0390789 -0.929882 0.365777 0 0 v -2.33402 -3.15852 6.96846 -0.1162 -0.907988 0.402561 0 0 v -2.23426 -3.17342 6.97046 -0.172806 -0.871168 0.45957 0 0 v -2.13457 -3.1884 6.97236 -0.131771 -0.864545 0.484972 0 0 v -2.03375 -3.19708 6.97106 -0.15226 -0.866838 0.474773 0 0 v -1.93489 -3.22733 6.97546 -0.265336 -0.850576 0.454002 0 0 v -1.8357 -3.25553 6.97867 -0.284548 -0.838744 0.464264 0 0 v -1.73446 -3.28867 6.97847 -0.264984 -0.83806 0.476906 0 0 v -1.63447 -3.31561 6.98066 -0.116356 -0.874901 0.470117 0 0 v -1.53408 -3.32497 6.97986 0.0170689 -0.894972 0.445795 0 0 v -1.43319 -3.32014 6.97766 -0.0814058 -0.918953 0.385873 0 0 v -1.33353 -3.33443 6.97936 -0.195536 -0.926009 0.322915 0 0 v -1.23349 -3.37446 6.98266 -0.258246 -0.914344 0.311903 0 0 v -1.13254 -3.39602 6.98276 -0.231623 -0.901752 0.364959 0 0 v -1.03337 -3.41104 6.98417 -0.212529 -0.903375 0.372484 0 0 v -0.933474 -3.43675 6.98616 -0.167024 -0.921973 0.349382 0 0 v -0.834134 -3.45207 6.98816 -0.117393 -0.94023 0.319665 0 0 v -0.733934 -3.46208 6.98816 -0.0671568 -0.963415 0.259464 0 0 v -0.634024 -3.46921 6.99036 0.0552722 -0.954865 0.291854 0 0 v -0.532494 -3.43999 6.98897 0.259309 -0.898028 0.355393 0 0 v -0.434094 -3.41113 6.98506 0.138805 -0.958578 0.248719 0 0 v -0.334124 -3.40798 6.98646 -0.0719095 -0.988271 0.134719 0 0 v -0.234074 -3.42568 6.98626 -0.112095 -0.987598 0.109934 0 0 v -0.0338839 -3.44979 6.98767 0.0496533 -0.941911 0.332172 0 0 v 0.0668162 -3.42501 6.98626 0.176432 -0.894246 0.411335 0 0 v -4.88213 -1.42931 12.4198 0.106107 -0.125655 0.986383 0 0 v -2.23767 -0.395133 9.60957 0.146624 -0.153622 0.977191 0 0 v 0.365676 -3.4546 6.98917 -0.155819 -0.921968 0.354537 0 0 v 0.467146 -3.45644 6.98506 -0.0403781 -0.843716 0.53527 0 0 v 0.566076 -3.45192 6.98796 -0.0836202 -0.833332 0.546412 0 0 v 0.665476 -3.4568 6.99027 -0.0372725 -0.730819 0.681553 0 0 v 0.766126 -3.46343 6.98796 0.156833 -0.585892 0.795069 0 0 v -0.917614 0.149797 9.45026 -0.247245 0.0844355 0.965267 0 0 v -7.27695 -1.08851 7.05787 -0.881665 -0.288156 0.373675 0 0 v -1.63225 1.29394 14.2465 0.728656 -0.678593 -0.0925845 0 0 v 1.26675 -3.45554 6.98577 -0.106015 -0.984192 0.14187 0 0 v 1.46579 -3.48791 6.98927 -0.17222 -0.87202 0.458172 0 0 v 1.56729 -3.49243 6.99017 0.0362253 -0.82016 0.570987 0 0 v 1.66573 -3.48371 6.98577 0.0348767 -0.80641 0.590327 0 0 v 1.7666 -3.49602 6.98567 -0.0521623 -0.81025 0.583759 0 0 v 1.86836 -3.51968 6.98497 -0.16931 -0.711031 0.682473 0 0 v 1.97515 -3.55361 6.98526 -0.286826 -0.703922 0.649788 0 0 v 2.07362 -3.61287 6.98387 -0.357964 -0.699012 0.619067 0 0 v 2.17179 -3.66834 6.99166 -0.336122 -0.732477 0.59203 0 0 v 2.27138 -3.70585 6.99506 -0.263931 -0.776205 0.572578 0 0 v 2.37014 -3.73228 6.99826 -0.228513 -0.79526 0.561555 0 0 v 2.46929 -3.75718 6.99987 -0.214403 -0.816339 0.536305 0 0 v 2.56803 -3.78204 7.00167 -0.16924 -0.839573 0.516212 0 0 v 2.66651 -3.79438 7.00327 -0.0273927 -0.893078 0.449068 0 0 v 2.76467 -3.79245 7.00286 0.103343 -0.873063 0.476531 0 0 v 2.86446 -3.77299 7.00446 0.172767 -0.868331 0.464923 0 0 v 2.96406 -3.74942 7.00386 0.1799 -0.884446 0.43057 0 0 v 3.06282 -3.73259 7.00106 0.225561 -0.886864 0.40323 0 0 v 3.16396 -3.69989 7.00116 0.241256 -0.878137 0.413123 0 0 v 3.26321 -3.67248 6.99846 0.272808 -0.856482 0.438194 0 0 v 3.36347 -3.63716 6.99736 0.296532 -0.83689 0.46009 0 0 v -5.53326 -4.36864 8.72146 0.194968 -0.961067 -0.195799 0 0 v -2.33398 -2.18086 8.62696 0.0569032 -0.839865 0.539805 0 0 v 1.56505 -2.96237 8.65287 0.107213 -0.825226 0.554533 0 0 v -4.07137 -1.28328 12.2551 0.483144 -0.0978934 0.870051 0 0 v -4.63498 3.60679 12.6669 0.995953 -0.00415085 0.0897821 0 0 v 3.26549 -2.48798 8.77727 0.169074 -0.771239 0.61368 0 0 v -2.43534 -1.96135 8.90096 -0.183111 -0.713167 0.676656 0 0 v -2.53456 -1.93155 8.89536 -0.239294 -0.669148 0.703547 0 0 v 1.96568 -2.63731 8.92407 0.0730904 -0.797973 0.598246 0 0 v 5.89688 -1.36752 6.13556 0.949327 -0.28242 0.137904 0 0 v 0.683126 -0.432734 9.86616 -0.15266 -0.0140811 0.988178 0 0 v -7.5448 -0.573353 10.3315 -0.917659 0.151289 0.367441 0 0 v 5.28351 1.22921 7.36647 0.852708 0.31087 0.419821 0 0 v -3.23544 0.135446 12.7556 0.250858 -0.880976 0.401188 0 0 v -5.83602 -3.74694 10.9671 0.160015 -0.835499 0.525678 0 0 v -4.30115 -1.34675 12.3226 0.247573 -0.133532 0.959623 0 0 v 5.5101 -0.268564 7.52676 0.878101 -0.057788 0.474974 0 0 v -5.43241 -4.37165 9.00336 0.277658 -0.960536 0.0166427 0 0 v -3.0339 0.270506 12.9044 0.313735 -0.896295 0.313409 0 0 v -2.5263 0.742827 9.64787 0.153694 0.121705 0.980595 0 0 v 5.66705 0.0316466 7.24926 0.90421 -0.00625688 0.427042 0 0 v 4.26012 -1.60319 8.84276 0.565893 -0.392178 0.725232 0 0 v 4.38724 -1.50806 8.79016 0.608731 -0.322243 0.724987 0 0 v 4.36372 -1.35651 8.86427 0.613787 -0.183797 0.767778 0 0 v 4.43568 -1.38378 8.79686 0.650321 -0.220533 0.726944 0 0 v 2.73778 -0.754473 9.85596 0.315829 -0.0661893 0.946505 0 0 v 2.64515 -0.720233 9.88347 0.262456 -0.0458924 0.963852 0 0 v 2.26485 -0.581284 9.97346 0.115486 -0.0615029 0.991403 0 0 v 1.85319 -0.431163 9.99856 -0.0173805 -0.0273583 0.999475 0 0 v 1.74437 -0.391183 9.99417 -0.0631207 0.00348058 0.998 0 0 v 1.62954 -0.348974 9.98106 -0.084205 0.0102027 0.996396 0 0 v 1.51431 -0.306783 9.96896 -0.0927307 -0.00275786 0.995687 0 0 v 1.40512 -0.266594 9.96176 -0.0872776 -0.00672354 0.996161 0 0 v -5.83593 -2.80789 7.08956 -0.440244 -0.874815 0.202196 0 0 v -5.73493 -2.85778 7.09246 -0.401937 -0.867402 0.29336 0 0 v -5.6374 -2.90115 7.09686 -0.372431 -0.856004 0.358542 0 0 v -5.53504 -2.94689 7.09846 -0.374908 -0.829216 0.414542 0 0 v -5.43516 -2.98531 7.10087 -0.366249 -0.829402 0.421846 0 0 v -5.33395 -3.03325 7.10296 -0.3933 -0.826114 0.403549 0 0 v -5.23337 -3.08285 7.10556 -0.358621 -0.854993 0.37467 0 0 v -5.13419 -3.12263 7.10886 -0.336125 -0.858835 0.386552 0 0 v -5.03342 -3.15894 7.11037 -0.268122 -0.859561 0.435047 0 0 v -4.93333 -3.18282 7.11137 -0.185024 -0.889329 0.418163 0 0 v -4.73404 -3.21123 7.11416 -0.113845 -0.914486 0.38827 0 0 v -4.53369 -3.23515 7.11547 -0.118634 -0.921742 0.369211 0 0 v -4.33408 -3.26188 7.11757 -0.0945505 -0.915706 0.390566 0 0 v -4.23364 -3.26918 7.11586 -0.00276175 -0.913573 0.406666 0 0 v -4.13383 -3.25575 7.11946 0.0674959 -0.907317 0.414994 0 0 v -4.03385 -3.25152 7.11776 0.111004 -0.91031 0.398765 0 0 v -3.83339 -3.19063 7.11477 0.275434 -0.891227 0.360347 0 0 v -3.63414 -3.17537 7.11297 -0.00659482 -0.902028 0.431628 0 0 v -3.53416 -3.17374 7.11197 0.013313 -0.847863 0.530048 0 0 v -3.43419 -3.16321 7.11246 0.0708369 -0.836083 0.54401 0 0 v -3.33454 -3.15164 7.11227 -0.107471 -0.897855 0.426974 0 0 v -3.23422 -3.17488 7.11236 -0.214274 -0.913352 0.346229 0 0 v -3.13397 -3.21129 7.11426 -0.228325 -0.939037 0.257056 0 0 v -3.03435 -3.23082 7.11717 -0.0925796 -0.973553 0.208864 0 0 v -2.93392 -3.23164 7.11727 0.0596832 -0.977297 0.203294 0 0 v -2.83303 -3.21736 7.11606 0.219113 -0.950712 0.2194 0 0 v -2.73425 -3.18701 7.11266 0.394045 -0.887715 0.238098 0 0 v -2.63192 -3.13101 7.11166 0.394303 -0.881599 0.25944 0 0 v -2.53223 -3.09193 7.10906 0.229989 -0.916924 0.326121 0 0 v -2.43362 -3.07863 7.10877 0.0859571 -0.90596 0.414544 0 0 v -2.33414 -3.08631 7.10746 -0.0302048 -0.878228 0.477288 0 0 v -2.23464 -3.0891 7.10906 -0.108457 -0.849524 0.516281 0 0 v -2.13406 -3.10987 7.10806 -0.162774 -0.851412 0.498599 0 0 v -2.03488 -3.12518 7.11006 -0.166806 -0.868884 0.466064 0 0 v -1.93438 -3.14905 7.11096 -0.254565 -0.846239 0.468055 0 0 v -1.8336 -3.18506 7.11207 -0.279205 -0.836405 0.471669 0 0 v -1.7345 -3.21344 7.11557 -0.28277 -0.840499 0.462172 0 0 v -1.63407 -3.24955 7.11686 -0.193484 -0.867209 0.458817 0 0 v -1.43358 -3.2591 7.11586 -0.127612 -0.885493 0.446786 0 0 v -1.33298 -3.2848 7.11727 -0.190223 -0.883306 0.428468 0 0 v -1.23393 -3.31101 7.12026 -0.210374 -0.860128 0.464674 0 0 v -1.13331 -3.32333 7.12026 -0.233851 -0.861749 0.450224 0 0 v -1.03463 -3.35314 7.12417 -0.255326 -0.881621 0.39693 0 0 v -0.933574 -3.38756 7.12437 -0.1937 -0.902832 0.383894 0 0 v -0.833494 -3.3976 7.12457 -0.142081 -0.913141 0.382082 0 0 v -0.734184 -3.41491 7.12756 -0.069766 -0.926166 0.370607 0 0 v -0.633964 -3.41073 7.12566 0.137717 -0.909441 0.392367 0 0 v -0.533904 -3.38699 7.12486 0.132898 -0.941444 0.309872 0 0 v -0.434134 -3.38429 7.12406 -0.0553312 -0.972647 0.225602 0 0 v -0.334104 -3.39617 7.12486 -0.105287 -0.978481 0.177451 0 0 v -0.234104 -3.41344 7.12707 -0.0608227 -0.975403 0.211874 0 0 v -0.133584 -3.40855 7.12586 0.0973264 -0.938931 0.330055 0 0 v -0.0344239 -3.38007 7.12547 0.0424636 -0.936144 0.349044 0 0 v -6.25501 -0.509614 12.3932 -0.181315 0.0856927 0.979685 0 0 v 0.366746 -3.41976 7.12637 0.0055043 -0.979393 0.201886 0 0 v 0.565926 -3.41507 7.12736 -0.0419271 -0.993369 0.107049 0 0 v 0.666516 -3.42237 7.12666 -0.0056633 -0.99378 0.11122 0 0 v 0.666216 -3.14588 8.24177 -0.035092 -0.89689 0.440859 0 0 v 0.965836 -3.43011 7.12846 -0.0767393 -0.992537 -0.094771 0 0 v -7.56892 -0.971594 10.6095 -0.996632 -0.0581371 -0.0578387 0 0 v 1.26601 -3.44886 7.12897 -0.0701974 -0.994954 -0.071679 0 0 v 1.47531 -3.46989 7.11616 0.0144778 -0.992231 0.123566 0 0 v 1.56529 -3.45714 7.12676 0.155051 -0.958264 0.240187 0 0 v 1.66473 -3.44335 7.12527 0.131547 -0.92958 0.34435 0 0 v 1.76665 -3.42701 7.12126 0.130767 -0.887312 0.44224 0 0 v 1.86638 -3.42153 7.12406 -0.0658208 -0.841221 0.53667 0 0 v 1.96862 -3.4547 7.12167 -0.238532 -0.754771 0.611084 0 0 v 2.07112 -3.50339 7.12187 -0.314371 -0.691686 0.650185 0 0 v 2.17529 -3.54879 7.11817 -0.300076 -0.663584 0.685282 0 0 v 2.27135 -3.5817 7.12697 -0.271194 -0.663334 0.697454 0 0 v 2.3693 -3.60952 7.13186 -0.244391 -0.688653 0.682664 0 0 v 2.46933 -3.64488 7.13216 -0.23038 -0.706784 0.668866 0 0 v 2.56892 -3.67974 7.13186 -0.181395 -0.720094 0.669747 0 0 v 2.66704 -3.69526 7.13597 -0.0435847 -0.749087 0.661037 0 0 v 2.76581 -3.68633 7.13816 0.0868035 -0.756679 0.647999 0 0 v 2.86513 -3.67417 7.13806 0.0990611 -0.762527 0.639328 0 0 v 2.96351 -3.66852 7.13417 0.13095 -0.787273 0.602539 0 0 v 3.06334 -3.64505 7.13436 0.194539 -0.766145 0.612517 0 0 v 3.16309 -3.61987 7.13317 0.210085 -0.779995 0.589468 0 0 v 3.26369 -3.58606 7.13356 0.269488 -0.778878 0.566327 0 0 v -5.43265 -4.34593 8.72066 0.290148 -0.93447 -0.20635 0 0 v -2.43416 -2.19215 8.62746 0.0447917 -0.772726 0.633158 0 0 v 1.66521 -2.94107 8.65466 0.150881 -0.803238 0.576233 0 0 v -0.447704 -4.5056 5.89247 -0.423079 -0.79978 0.42586 0 0 v 6.07738 -0.268273 5.72465 0.996561 -0.0620908 0.0548731 0 0 v 3.16497 -2.51167 8.77717 0.212913 -0.758679 0.61569 0 0 v -2.33436 -1.98422 8.89947 -0.0983423 -0.742712 0.662351 0 0 v 1.86508 -2.66066 8.92297 0.173624 -0.728493 0.662686 0 0 v 5.9203 -1.26736 6.13702 0.9675 -0.201282 0.153065 0 0 v 5.41996 -1.16867 7.52027 0.877336 -0.159665 0.452537 0 0 v -3.03473 0.221296 12.7555 0.439539 -0.868997 0.227266 0 0 v 5.18531 1.73112 7.22077 0.825143 0.37262 0.42461 0 0 v 4.82563 -1.53095 8.31287 0.725793 -0.321776 0.608016 0 0 v -2.73447 0.456836 13.2006 0.388944 -0.90698 0.161584 0 0 v -3.73329 -0.115894 12.4709 0.138237 -0.811161 0.568251 0 0 v -0.946074 0.451557 9.41366 -0.22109 0.13706 0.965574 0 0 v -3.13512 0.236666 12.9034 0.249795 -0.879534 0.404997 0 0 v -6.9484 -1.38672 7.59006 -0.946171 -0.317202 0.0643716 0 0 v -4.73338 2.40726 12.3533 0.9437 -0.219566 0.247428 0 0 v -4.74773 1.56504 11.7855 0.981078 0.00470053 0.193555 0 0 v 1.59091 -0.764154 9.97176 -0.0394682 -0.123079 0.991612 0 0 v -1.88761 0.802347 9.45067 0.385832 0.175739 0.905676 0 0 v 4.95333 -1.72103 8.02437 0.747987 -0.420896 0.513188 0 0 v 1.86797 -2.31072 9.34296 0.0125079 -0.662277 0.749154 0 0 v -2.19815 -0.557433 9.57417 0.125894 -0.180067 0.975565 0 0 v -5.36305 0.631126 12.3576 0.262217 -0.0320314 0.964477 0 0 v -3.90251 -1.49497 12.053 0.866372 -0.168218 0.470216 0 0 v -5.49354 -3.15726 11.6208 0.167787 -0.721559 0.671714 0 0 v 1.35621 -1.6903 9.74217 -0.0611498 -0.402875 0.91321 0 0 v -1.11538 -1.24765 9.15917 -0.278832 -0.347774 0.895157 0 0 v -1.00556 -1.28518 9.18447 -0.26212 -0.337505 0.904093 0 0 v -6.49596 -2.04988 12.1264 -0.317172 -0.32101 0.892387 0 0 v -1.1067 -1.99777 8.82026 -0.280461 -0.488391 0.826327 0 0 v -5.83606 -2.78366 7.22977 -0.381563 -0.916598 0.119404 0 0 v -5.73556 -2.82096 7.23216 -0.288082 -0.936925 0.197938 0 0 v -5.63532 -2.8465 7.23396 -0.270303 -0.912743 0.306327 0 0 v -5.53389 -2.88099 7.23536 -0.318507 -0.865449 0.386718 0 0 v -5.43326 -2.91793 7.23706 -0.366938 -0.836297 0.407386 0 0 v -5.3333 -2.96828 7.24007 -0.398415 -0.822335 0.40624 0 0 v -5.23515 -3.01084 7.24446 -0.350003 -0.835994 0.422624 0 0 v -5.13484 -3.0489 7.24686 -0.320826 -0.835408 0.446279 0 0 v -4.83368 -3.13338 7.25007 -0.166153 -0.874197 0.456259 0 0 v -4.73425 -3.14824 7.25216 -0.118503 -0.881761 0.456569 0 0 v -4.63391 -3.16004 7.25226 -0.0983515 -0.877255 0.46984 0 0 v -4.33397 -3.19735 7.25427 -0.0947912 -0.880362 0.464733 0 0 v -4.2341 -3.20144 7.25666 -0.0139845 -0.899057 0.437607 0 0 v -4.13391 -3.20114 7.25627 0.0473528 -0.913341 0.404433 0 0 v -4.03372 -3.19085 7.25666 0.130258 -0.900046 0.415873 0 0 v -3.93421 -3.17332 7.25347 0.238039 -0.89017 0.388504 0 0 v -3.83346 -3.13976 7.25316 0.241933 -0.904279 0.351778 0 0 v -3.73445 -3.12018 7.24917 0.12932 -0.928783 0.347331 0 0 v -3.63336 -3.10411 7.25206 0.130895 -0.908883 0.395977 0 0 v -3.53412 -3.08895 7.25007 0.133595 -0.877165 0.46123 0 0 v -3.43421 -3.07495 7.24866 -0.11118 -0.901098 0.419121 0 0 v -3.33457 -3.09988 7.24987 -0.224842 -0.913642 0.33868 0 0 v -3.23422 -3.13591 7.25146 -0.304127 -0.909007 0.284979 0 0 v -3.13435 -3.17487 7.25407 -0.25926 -0.917318 0.302177 0 0 v -3.0347 -3.19335 7.25656 -0.133844 -0.937336 0.321694 0 0 v -2.93387 -3.2037 7.25676 0.0358054 -0.959749 0.278566 0 0 v -2.83345 -3.18943 7.25546 0.236907 -0.927555 0.288994 0 0 v -2.73213 -3.14311 7.25417 0.408044 -0.873809 0.264494 0 0 v -2.63103 -3.09462 7.25226 0.419765 -0.870935 0.25548 0 0 v -2.53137 -3.04451 7.24966 0.358742 -0.8719 0.333308 0 0 v -2.43354 -3.01222 7.24506 0.193805 -0.875797 0.442063 0 0 v -2.33404 -3.00047 7.24516 0.0435739 -0.859797 0.508773 0 0 v -2.2346 -3.0006 7.24557 -0.128282 -0.853674 0.504762 0 0 v -2.13485 -3.02574 7.24696 -0.193545 -0.838952 0.508625 0 0 v -2.03506 -3.05048 7.24827 -0.189205 -0.837129 0.513241 0 0 v -1.93524 -3.07571 7.24956 -0.228297 -0.830811 0.507577 0 0 v -1.83546 -3.10163 7.25126 -0.283003 -0.820542 0.496609 0 0 v -1.73456 -3.13778 7.25257 -0.287316 -0.828063 0.481415 0 0 v -1.63397 -3.17267 7.25296 -0.185157 -0.847986 0.496625 0 0 v -1.53368 -3.18408 7.25316 -0.0489257 -0.878943 0.474411 0 0 v -1.43397 -3.18589 7.25417 -0.104435 -0.872582 0.477172 0 0 v -1.33395 -3.20997 7.25496 -0.154583 -0.857894 0.490022 0 0 v -1.2349 -3.21486 7.25787 -0.166623 -0.850105 0.499558 0 0 v -1.13419 -3.23975 7.25896 -0.294054 -0.820821 0.489678 0 0 v -1.03555 -3.29263 7.26336 -0.325823 -0.834266 0.444792 0 0 v -0.932464 -3.32106 7.26037 -0.204643 -0.880271 0.42807 0 0 v -0.833184 -3.33513 7.26206 -0.155197 -0.887698 0.433482 0 0 v -0.734384 -3.3531 7.26536 -0.0721807 -0.910498 0.407166 0 0 v -0.633994 -3.3497 7.26386 0.0678537 -0.932178 0.355584 0 0 v -0.534084 -3.34739 7.26307 0.00157847 -0.953916 0.300069 0 0 v -0.434134 -3.35047 7.26436 -0.0874869 -0.955354 0.282214 0 0 v -0.333994 -3.36283 7.26497 -0.0776379 -0.963997 0.254328 0 0 v -0.234094 -3.36432 7.26546 0.0994933 -0.926019 0.36413 0 0 v -0.135824 -3.32726 7.26567 0.0717847 -0.934779 0.3479 0 0 v -0.0338638 -3.33704 7.26366 -0.271732 -0.947379 0.169219 0 0 v 0.0659962 -3.37628 7.26606 -0.245137 -0.964179 0.10132 0 0 v 0.167116 -3.40533 7.26726 -0.0934317 -0.986641 0.133458 0 0 v 0.266646 -3.39609 7.26706 0.021437 -0.987272 0.157587 0 0 v 0.366296 -3.39754 7.26747 -0.0582201 -0.992568 0.106865 0 0 v 0.466546 -3.40748 7.26767 -0.0826392 -0.993336 0.0803409 0 0 v 0.566616 -3.41873 7.26857 -0.101377 -0.99465 0.0198734 0 0 v 0.666486 -3.4235 7.26917 -0.0375004 -0.998268 -0.0453313 0 0 v 0.766696 -3.43144 7.26966 -0.131959 -0.98312 -0.126736 0 0 v 0.866456 -3.4448 7.27076 -0.0936896 -0.988198 -0.121192 0 0 v 0.966576 -3.45417 7.27156 -0.0491785 -0.994521 -0.0922517 0 0 v 1.0663 -3.45608 7.27167 -0.0273066 -0.999155 -0.0307121 0 0 v 1.16581 -3.46153 7.27187 -0.0678666 -0.995826 -0.0610262 0 0 v 1.26539 -3.47012 7.27187 -0.0191714 -0.999417 -0.0282647 0 0 v 1.46362 -3.45233 7.26937 0.261074 -0.946136 0.191488 0 0 v 1.56369 -3.41724 7.26686 0.288969 -0.913399 0.286703 0 0 v 1.66456 -3.38293 7.26467 0.269963 -0.903151 0.333823 0 0 v 1.76426 -3.35447 7.26117 0.192839 -0.910793 0.365061 0 0 v 1.86577 -3.33558 7.26217 0.103003 -0.919434 0.379515 0 0 v 1.96612 -3.3407 7.25806 -0.0252624 -0.864367 0.502226 0 0 v 2.0668 -3.34392 7.25906 -0.089336 -0.765085 0.637703 0 0 v 2.16826 -3.3811 7.25916 -0.22642 -0.654153 0.721677 0 0 v 2.26908 -3.41901 7.26026 -0.284387 -0.622516 0.729108 0 0 v 2.36984 -3.46885 7.26127 -0.300131 -0.634892 0.711923 0 0 v 2.46868 -3.50906 7.26596 -0.258833 -0.67571 0.690232 0 0 v 2.56775 -3.53499 7.26847 -0.150501 -0.703879 0.694193 0 0 v 2.66686 -3.54856 7.27027 -0.0626033 -0.691152 0.719993 0 0 v 2.7663 -3.55692 7.26696 0.0369403 -0.694117 0.718914 0 0 v 2.96487 -3.53384 7.26827 0.098456 -0.699143 0.708171 0 0 v 3.065 -3.51173 7.27017 0.118639 -0.714441 0.689564 0 0 v 3.16311 -3.50485 7.26376 0.157055 -0.728766 0.666509 0 0 v 3.26268 -3.48097 7.26397 0.227938 -0.73547 0.638066 0 0 v 3.36301 -3.44553 7.26426 0.286283 -0.718553 0.633817 0 0 v 1.76451 -2.92663 8.65246 0.158831 -0.777295 0.608757 0 0 v -2.2035 1.80484 14.3721 -0.561734 0.156916 0.812301 0 0 v -7.43798 0.618127 8.81777 -0.890555 0.454863 -0.00345895 0 0 v 3.06593 -2.53984 8.78047 0.258492 -0.777997 0.572627 0 0 v -2.23401 -1.99378 8.89687 0.013913 -0.748726 0.662733 0 0 v 1.66452 -2.71167 8.92516 0.180326 -0.721404 0.668624 0 0 v 5.91948 -0.768033 6.41811 0.955842 -0.112499 0.271497 0 0 v -3.43297 -0.0377636 12.4664 0.271901 -0.896955 0.348629 0 0 v -0.335304 -2.91174 8.23366 -0.165105 -0.826793 0.53773 0 0 v 5.32787 -1.57168 7.51976 0.849089 -0.283091 0.445991 0 0 v 0.898346 -0.224043 9.89806 -0.158222 0.00917789 0.987361 0 0 v 4.81134 -1.3829 8.39637 0.748866 -0.212201 0.62783 0 0 v -6.92105 0.808977 7.43926 -0.875964 0.378458 0.299091 0 0 v -5.93376 -4.35138 9.42587 -0.0336428 -0.993488 0.108853 0 0 v -5.97935 1.61016 8.07937 -0.577472 0.713164 0.397396 0 0 v -2.63412 -2.52021 8.21457 -0.00286357 -0.823751 0.566944 0 0 v -3.33421 0.199066 12.9029 0.0499698 -0.829421 0.556384 0 0 v 4.47772 -1.97033 8.41057 0.618188 -0.491305 0.613565 0 0 v -2.53351 -2.52276 8.21636 0.0335923 -0.826729 0.561597 0 0 v -6.43474 -4.36628 9.56786 -0.193634 -0.974725 -0.111431 0 0 v -3.59383 0.807597 10.6789 0.79353 0.579085 0.187004 0 0 v -4.77938 1.57922 11.9283 0.945056 -0.0913261 0.313892 0 0 v 1.79861 -0.840283 9.96407 -0.0265888 -0.153031 0.987864 0 0 v -1.97672 0.834097 9.48426 0.368048 0.182661 0.911688 0 0 v -1.25419 -0.0189635 9.39916 -0.125815 0.0316928 0.991547 0 0 v -1.13418 -0.0627535 9.42237 -0.153514 0.0254476 0.987819 0 0 v -6.20272 -2.45232 12.0518 -0.251876 -0.446563 0.858569 0 0 v -5.57265 -0.748394 12.4563 -0.0243833 0.0210509 0.999481 0 0 v 2.63976 -2.44696 9.09186 0.259902 -0.728117 0.634268 0 0 v -2.55594 1.07466 14.0171 -0.351428 -0.456593 0.817326 0 0 v 3.28587 -1.09952 9.55836 0.435816 -0.236279 0.868468 0 0 v -5.26599 2.72552 5.48458 -0.409467 0.901163 0.142276 0 0 v -5.16442 2.77303 5.48827 -0.400384 0.909115 0.114901 0 0 v -5.83991 -2.7685 7.36986 -0.329335 -0.94419 0.00658722 0 0 v -5.73608 -2.7992 7.37246 -0.22408 -0.969636 0.0979456 0 0 v -5.63526 -2.80914 7.37336 -0.0919697 -0.976824 0.193277 0 0 v -5.53515 -2.8217 7.37446 -0.218541 -0.930286 0.294633 0 0 v -5.43341 -2.85377 7.37496 -0.333847 -0.876713 0.346297 0 0 v -5.33497 -2.89673 7.37917 -0.382526 -0.842862 0.378493 0 0 v -5.23366 -2.94406 7.38106 -0.332393 -0.849467 0.409781 0 0 v -5.13513 -2.9736 7.38446 -0.283686 -0.854596 0.434957 0 0 v -4.83309 -3.05665 7.38656 -0.171785 -0.856341 0.487002 0 0 v -4.73396 -3.07175 7.38886 -0.108583 -0.858089 0.50189 0 0 v -4.63393 -3.08328 7.38886 -0.0716199 -0.857076 0.510187 0 0 v -4.53417 -3.08522 7.39026 -0.0801294 -0.854483 0.513261 0 0 v -4.43436 -3.09878 7.39147 -0.113447 -0.841407 0.52836 0 0 v -4.23427 -3.12656 7.39426 -0.0709417 -0.845964 0.528501 0 0 v -4.13411 -3.13446 7.39207 0.0106174 -0.869769 0.493344 0 0 v -4.0341 -3.12461 7.39297 0.115222 -0.884519 0.452051 0 0 v -3.93406 -3.11153 7.39196 0.171725 -0.88899 0.424508 0 0 v -3.83381 -3.08717 7.39066 0.145583 -0.922968 0.35628 0 0 v -3.73329 -3.07723 7.39127 0.135392 -0.937371 0.320942 0 0 v -3.63527 -3.05713 7.38707 0.263703 -0.890461 0.370864 0 0 v -3.53427 -3.01361 7.38757 0.120992 -0.911885 0.392209 0 0 v -3.43417 -3.02137 7.38587 -0.182449 -0.922992 0.338819 0 0 v -3.33435 -3.06034 7.38886 -0.311634 -0.90682 0.283833 0 0 v -3.23408 -3.09662 7.39037 -0.262037 -0.9155 0.30528 0 0 v -3.13396 -3.12217 7.39166 -0.19366 -0.906302 0.37565 0 0 v -3.03416 -3.13687 7.39346 -0.112939 -0.905366 0.409337 0 0 v -2.93378 -3.14169 7.39567 -0.00192298 -0.903897 0.427745 0 0 v -2.83366 -3.13883 7.39426 0.189926 -0.896384 0.400529 0 0 v -2.73274 -3.10238 7.39287 0.357441 -0.868571 0.343249 0 0 v -2.63221 -3.05237 7.39026 0.460482 -0.821542 0.336194 0 0 v -2.52974 -2.98528 7.39016 0.43728 -0.819387 0.370664 0 0 v -2.43228 -2.94073 7.38476 0.284559 -0.863853 0.415672 0 0 v -2.3337 -2.91726 7.38437 0.0777708 -0.89614 0.436904 0 0 v -2.2345 -2.92548 7.38286 -0.107416 -0.883827 0.455315 0 0 v -2.1347 -2.94822 7.38306 -0.169226 -0.86675 0.469156 0 0 v -2.0354 -2.96251 7.38476 -0.172335 -0.86416 0.472788 0 0 v -1.9361 -2.9771 7.38687 -0.224421 -0.8563 0.465172 0 0 v -1.83515 -3.01208 7.38747 -0.301777 -0.831071 0.467174 0 0 v -1.73576 -3.05339 7.39137 -0.299618 -0.826208 0.477084 0 0 v -1.43401 -3.11052 7.39156 -0.0736163 -0.864812 0.496669 0 0 v -1.33388 -3.12224 7.39166 -0.163597 -0.845907 0.507619 0 0 v -1.23274 -3.14373 7.39057 -0.200899 -0.858364 0.472071 0 0 v -1.13268 -3.16944 7.39266 -0.280403 -0.854264 0.43773 0 0 v -1.03179 -3.21096 7.39627 -0.349246 -0.811497 0.468508 0 0 v -0.933994 -3.24982 7.39977 -0.238406 -0.848553 0.472357 0 0 v -0.734054 -3.28707 7.40177 -0.144004 -0.889113 0.434443 0 0 v -0.633764 -3.29831 7.40197 -0.0241236 -0.92711 0.374013 0 0 v -0.533954 -3.29841 7.40206 -0.0529048 -0.941066 0.334059 0 0 v -0.434354 -3.30555 7.40486 -0.102557 -0.941156 0.322037 0 0 v -0.334054 -3.32121 7.40296 -0.000265322 -0.940427 0.339996 0 0 v -0.233344 -3.29826 7.40257 0.184306 -0.918308 0.350345 0 0 v -0.133914 -3.28674 7.40177 -0.15394 -0.96329 0.219943 0 0 v -0.0352338 -3.32061 7.40566 -0.336576 -0.930021 0.147572 0 0 v 0.0673061 -3.37026 7.40646 -0.244546 -0.961964 0.121745 0 0 v 0.167756 -3.37966 7.40676 -0.0468397 -0.98634 0.15792 0 0 v 0.266446 -3.3731 7.40717 -0.0596672 -0.989353 0.132744 0 0 v 0.366076 -3.38814 7.40816 -0.0747706 -0.99026 0.117448 0 0 v 0.466866 -3.39467 7.40836 -0.114106 -0.988143 0.10273 0 0 v 0.565716 -3.40432 7.40967 -0.147867 -0.986136 0.0753099 0 0 v 0.665966 -3.4264 7.41067 -0.191413 -0.981471 -0.00866752 0 0 v 0.767136 -3.45218 7.41217 -0.157273 -0.98636 -0.0485625 0 0 v 0.866276 -3.46015 7.41266 -0.0268829 -0.999639 0.000205684 0 0 v 0.966536 -3.45653 7.41256 0.0150484 -0.999533 0.0266073 0 0 v 1.06611 -3.45545 7.41196 -0.0336791 -0.998614 0.0404419 0 0 v 1.16498 -3.46498 7.41247 -0.0343542 -0.995796 0.0849114 0 0 v 1.26435 -3.46584 7.41217 0.079075 -0.981402 0.174918 0 0 v 1.4648 -3.41058 7.40906 0.337757 -0.910181 0.239772 0 0 v 1.56236 -3.37698 7.40627 0.305139 -0.930237 0.203837 0 0 v 1.66396 -3.34473 7.40437 0.272727 -0.945275 0.179096 0 0 v 1.76413 -3.31866 7.40277 0.241425 -0.952573 0.185252 0 0 v 1.86461 -3.29347 7.40036 0.178913 -0.958843 0.220478 0 0 v 1.96513 -3.27066 7.39966 0.205792 -0.920983 0.330817 0 0 v 2.06565 -3.24608 7.39837 0.158128 -0.914011 0.373604 0 0 v 2.1661 -3.24322 7.39627 -0.0575592 -0.871213 0.48752 0 0 v 2.26619 -3.25958 7.39847 -0.142211 -0.780383 0.608916 0 0 v 2.36667 -3.30898 7.39927 -0.285341 -0.636084 0.716922 0 0 v 2.46837 -3.36889 7.39856 -0.272648 -0.60089 0.751395 0 0 v 2.56967 -3.41704 7.39817 -0.185371 -0.632842 0.751763 0 0 v 2.66715 -3.42026 7.40167 -0.0386716 -0.677373 0.734622 0 0 v 2.76668 -3.41718 7.39856 0.0385581 -0.687478 0.72518 0 0 v 2.8657 -3.40714 7.40107 0.0446138 -0.69026 0.722185 0 0 v 2.96511 -3.39614 7.40226 0.0719547 -0.703501 0.707043 0 0 v 3.26435 -3.34668 7.40097 0.191646 -0.701965 0.685942 0 0 v 3.36395 -3.32087 7.39917 0.225659 -0.69806 0.679551 0 0 v 3.46399 -3.28363 7.39786 0.295213 -0.68956 0.66133 0 0 v -1.13398 -2.09485 8.75826 -0.25672 -0.605455 0.753339 0 0 v 2.96518 -2.57604 8.78116 0.241349 -0.813898 0.528508 0 0 v -2.13421 -1.97967 8.89516 0.144234 -0.706819 0.692534 0 0 v 3.87304 -3.01149 7.39366 0.313531 -0.887734 0.337086 0 0 v -2.53703 0.770796 13.8008 -0.0913113 -0.7501 0.65499 0 0 v -1.97323 2.24002 14.2354 -0.623003 0.64151 0.447584 0 0 v -5.94047 2.54357 13.1925 -0.491933 -0.395779 0.775475 0 0 v 5.81336 1.42619 5.84734 0.935473 0.294844 0.194826 0 0 v 1.3917 0.0249965 9.95547 -0.104315 0.0752826 0.991691 0 0 v -7.4403 -2.17317 10.3395 -0.989277 0.0387356 0.140819 0 0 v 1.06699 -3.16996 8.24287 -0.161458 -0.890535 0.425298 0 0 v -0.194744 0.176357 9.64217 -0.274462 0.0769744 0.958512 0 0 v -7.49892 -1.36916 10.8873 -0.950272 -0.228704 -0.211372 0 0 v 5.89608 0.0315366 6.69893 0.946548 -0.00566902 0.322514 0 0 v -4.44568 -2.68253 8.21426 0.185251 -0.919127 -0.347689 0 0 v -7.93054 -0.978053 9.37767 -0.985949 0.0703496 0.15151 0 0 v 4.13923 -1.27278 9.04947 0.596241 -0.185393 0.781106 0 0 v -4.33306 -2.67071 8.21676 0.162607 -0.941657 -0.294688 0 0 v -4.99305 1.66172 12.3409 0.792895 -0.319393 0.518947 0 0 v 1.90259 -0.878064 9.95766 -0.0274835 -0.145806 0.988931 0 0 v 2.49949 -1.09541 9.87247 0.184151 -0.179821 0.966309 0 0 v -2.06999 0.869036 9.51246 0.321642 0.197613 0.92601 0 0 v -2.18709 2.04006 14.2339 -0.582339 0.609602 0.537836 0 0 v -2.35189 -0.648813 9.57286 0.0411356 -0.231088 0.972063 0 0 v 3.6074 -1.5033 9.32366 0.317596 -0.368613 0.873646 0 0 v 3.91988 -1.61932 9.10236 0.531788 -0.351723 0.770385 0 0 v 4.06247 -1.67222 8.96546 0.589449 -0.394227 0.705078 0 0 v 4.20057 -1.72484 8.81546 0.570371 -0.427725 0.701233 0 0 v 4.27214 -1.75145 8.74736 0.533432 -0.430354 0.72818 0 0 v -6.97595 1.2814 9.17857 -0.482359 0.875973 0.000926489 0 0 v -5.00629 6.93179 13.644 -0.620397 0.779533 -0.086232 0 0 v -2.87153 3.00024 7.38886 -0.0853638 0.942829 0.32216 0 0 v -5.77428 1.97195 7.61127 -0.47702 0.806029 0.350383 0 0 v -5.73676 -2.79216 7.51227 0.00289211 -0.99166 -0.128847 0 0 v -5.63593 -2.78076 7.51237 0.0239857 -0.998683 0.0453465 0 0 v -5.55014 -2.78632 7.51196 -0.0747281 -0.990713 0.113597 0 0 v -5.43489 -2.80783 7.51526 -0.257057 -0.938781 0.229374 0 0 v -5.33432 -2.84482 7.51736 -0.317977 -0.899948 0.298301 0 0 v -5.23357 -2.87977 7.51867 -0.30705 -0.882472 0.35632 0 0 v -5.13482 -2.90961 7.52197 -0.242623 -0.889317 0.38762 0 0 v -5.0347 -2.93476 7.52366 -0.218483 -0.87874 0.42436 0 0 v -4.9337 -2.95645 7.52326 -0.166653 -0.87205 0.460169 0 0 v -4.83338 -2.97862 7.52277 -0.138135 -0.853943 0.501697 0 0 v -4.73332 -2.9921 7.52387 -0.0889644 -0.854291 0.512125 0 0 v -4.63396 -2.99467 7.52557 -0.0576948 -0.844131 0.533024 0 0 v -4.53366 -3.00518 7.52467 -0.0760871 -0.839526 0.537966 0 0 v -4.43359 -3.01779 7.52536 -0.0999393 -0.834123 0.542449 0 0 v -4.23425 -3.03516 7.52917 -0.0703707 -0.828761 0.55516 0 0 v -4.13433 -3.03681 7.53036 -0.0469739 -0.822088 0.56742 0 0 v -4.0342 -3.04684 7.52927 0.00636934 -0.851232 0.524751 0 0 v -3.93384 -3.03982 7.53177 0.0835686 -0.889181 0.449859 0 0 v -3.83395 -3.03549 7.52917 0.0738663 -0.898987 0.431702 0 0 v -3.73354 -3.02647 7.53056 0.176456 -0.876311 0.448266 0 0 v -3.63356 -2.99197 7.52966 0.286479 -0.852896 0.436461 0 0 v -3.53452 -2.95949 7.53036 0.0058768 -0.928137 0.372193 0 0 v -3.43501 -2.97877 7.52846 -0.236372 -0.920111 0.31229 0 0 v -3.33387 -3.0207 7.52747 -0.285559 -0.899167 0.331594 0 0 v -3.23425 -3.04804 7.52987 -0.184555 -0.903299 0.387287 0 0 v -3.13407 -3.05897 7.52966 -0.106497 -0.899399 0.423957 0 0 v -3.03431 -3.06349 7.53216 -0.0474324 -0.878411 0.475547 0 0 v -2.93375 -3.06444 7.53277 0.0100785 -0.867191 0.497873 0 0 v -2.83372 -3.06265 7.53177 0.137935 -0.854545 0.500726 0 0 v -2.73297 -3.0385 7.53077 0.314683 -0.826751 0.466323 0 0 v -2.63014 -2.98269 7.53126 0.438313 -0.796449 0.416594 0 0 v -2.52849 -2.92258 7.52896 0.414759 -0.829458 0.374132 0 0 v -2.43158 -2.88222 7.52526 0.301235 -0.877911 0.372197 0 0 v -2.33244 -2.85605 7.52246 0.0913598 -0.922078 0.376065 0 0 v -2.2345 -2.86385 7.52186 -0.0905217 -0.913248 0.397219 0 0 v -2.13506 -2.87572 7.52236 -0.142105 -0.900794 0.410337 0 0 v -2.03608 -2.88975 7.52387 -0.197463 -0.886964 0.417497 0 0 v -1.93483 -2.9228 7.52346 -0.235372 -0.881881 0.408518 0 0 v -1.83573 -2.95147 7.52706 -0.266281 -0.863946 0.427424 0 0 v -1.73474 -2.98544 7.52676 -0.246716 -0.845733 0.473146 0 0 v -1.63417 -3.00884 7.52716 -0.172845 -0.842193 0.51072 0 0 v -1.53564 -3.01638 7.53196 -0.0963739 -0.847613 0.52179 0 0 v -1.43398 -3.03344 7.52807 -0.0901771 -0.851482 0.516573 0 0 v -1.33496 -3.03761 7.53087 -0.141003 -0.850253 0.507137 0 0 v -1.2353 -3.06364 7.53277 -0.277009 -0.826589 0.489916 0 0 v -1.13713 -3.09847 7.54096 -0.303475 -0.843574 0.443042 0 0 v -1.03413 -3.13546 7.53456 -0.281024 -0.852067 0.441596 0 0 v -0.932534 -3.16919 7.53416 -0.2683 -0.831817 0.485897 0 0 v -0.833484 -3.19716 7.53717 -0.200249 -0.855902 0.476794 0 0 v -0.735004 -3.21555 7.54096 -0.191134 -0.86754 0.459175 0 0 v -0.533394 -3.24595 7.53936 -0.0922802 -0.912412 0.398735 0 0 v -0.433904 -3.25914 7.54076 -0.111869 -0.922041 0.370576 0 0 v -0.333204 -3.26795 7.54006 0.0331331 -0.936486 0.349136 0 0 v -0.232614 -3.25307 7.53877 -0.00221067 -0.958754 0.28423 0 0 v -0.134304 -3.26453 7.54286 -0.266601 -0.943507 0.196772 0 0 v -0.034514 -3.30282 7.54497 -0.351647 -0.918038 0.18317 0 0 v 0.0670461 -3.34654 7.54616 -0.239164 -0.947996 0.21001 0 0 v 0.166416 -3.3488 7.54677 -0.0738424 -0.97651 0.202426 0 0 v 0.266836 -3.35787 7.54677 -0.0684847 -0.982057 0.17571 0 0 v 0.366776 -3.37079 7.54796 -0.0859475 -0.981368 0.17184 0 0 v 0.466886 -3.37137 7.54796 -0.153619 -0.97554 0.157234 0 0 v 0.566606 -3.39826 7.54966 -0.224598 -0.969027 0.102678 0 0 v 0.667686 -3.42843 7.55046 -0.208664 -0.970315 0.122259 0 0 v 0.766826 -3.44437 7.55197 -0.101102 -0.981561 0.162223 0 0 v 0.866646 -3.45341 7.55197 -0.0040197 -0.984766 0.173839 0 0 v 0.966106 -3.44522 7.55197 0.0418427 -0.985779 0.162756 0 0 v 1.06568 -3.44301 7.55126 0.0289902 -0.978033 0.206427 0 0 v 1.1654 -3.43376 7.55156 0.0499484 -0.966717 0.250926 0 0 v 1.26444 -3.43072 7.55077 0.137003 -0.950391 0.279261 0 0 v 1.36442 -3.40728 7.54966 0.202785 -0.938733 0.278674 0 0 v 1.46444 -3.38463 7.54857 0.245541 -0.947233 0.206054 0 0 v 1.56382 -3.35714 7.54696 0.261591 -0.952917 0.153357 0 0 v 1.66381 -3.3304 7.54546 0.236743 -0.966941 0.0947466 0 0 v 1.76563 -3.30006 7.54426 0.229612 -0.971525 0.0584588 0 0 v 1.86432 -3.28117 7.54256 0.281555 -0.95794 0.0554698 0 0 v 1.96641 -3.23884 7.54076 0.302686 -0.949458 0.08313 0 0 v 2.06577 -3.21085 7.53887 0.198171 -0.971736 0.128287 0 0 v 2.16544 -3.19652 7.53736 0.0890437 -0.961409 0.260313 0 0 v 2.26526 -3.18026 7.53507 0.169272 -0.934525 0.313066 0 0 v 2.36575 -3.17164 7.53586 -0.0113601 -0.871568 0.490143 0 0 v 2.46619 -3.18175 7.53416 -0.0598429 -0.759715 0.647497 0 0 v 2.56629 -3.19629 7.53546 -0.173305 -0.636489 0.751564 0 0 v 2.66755 -3.25188 7.53106 -0.166389 -0.610311 0.77449 0 0 v 2.76683 -3.2668 7.53367 -0.0398527 -0.66632 0.7446 0 0 v 2.86618 -3.26766 7.53497 0.00662565 -0.700579 0.713544 0 0 v 2.96549 -3.26783 7.53507 0.0324881 -0.712874 0.700539 0 0 v 3.36271 -3.18998 7.52936 0.244877 -0.672308 0.698596 0 0 v 3.4637 -3.14265 7.53026 0.272728 -0.684214 0.676365 0 0 v 3.56536 -3.09608 7.53116 0.37862 -0.704395 0.600396 0 0 v 3.66627 -3.03559 7.52977 0.390164 -0.827269 0.404225 0 0 v 3.76473 -3.00553 7.52516 0.27483 -0.922653 0.270517 0 0 v 3.86756 -2.97648 7.52727 0.239148 -0.937884 0.251359 0 0 v 3.96555 -2.95708 7.52366 0.289071 -0.923162 0.253398 0 0 v -5.83403 -4.35439 9.42676 0.0708732 -0.973802 0.21607 0 0 v 5.66011 -1.76799 6.40243 0.85664 -0.435452 0.276676 0 0 v 5.8437 -0.0683033 6.83606 0.928416 -0.0209932 0.370948 0 0 v 5.10799 1.53012 7.49956 0.814563 0.328742 0.477928 0 0 v -4.23261 -2.64731 8.21576 0.200905 -0.964459 -0.171628 0 0 v -4.13243 -2.6229 8.21537 0.256427 -0.964136 -0.0684593 0 0 v 3.31664 -1.25429 9.50136 0.439906 -0.254076 0.861353 0 0 v 5.6195 1.22657 6.81837 0.869489 0.366264 0.331421 0 0 v -1.65206 0.127597 9.44836 0.32888 0.06103 0.942398 0 0 v -4.03418 -2.59269 8.21877 0.310536 -0.942585 0.122885 0 0 v -5.72474 -4.25207 8.43176 -0.0509176 -0.868425 -0.4932 0 0 v -6.33216 -3.61182 11.1067 -0.287061 -0.713988 0.638606 0 0 v -3.93491 -2.56449 8.21976 0.270868 -0.911638 0.309106 0 0 v -5.04542 1.68188 12.4501 0.714938 -0.347622 0.606649 0 0 v 2.8592 -1.2272 9.74026 0.316607 -0.224782 0.921539 0 0 v 3.10916 -1.32032 9.60437 0.465396 -0.226032 0.855755 0 0 v 3.34978 -1.40895 9.44736 0.417589 -0.235841 0.877496 0 0 v 3.43308 -1.43964 9.40147 0.358383 -0.304664 0.882463 0 0 v -5.13598 0.257526 12.3585 0.0679267 0.143184 0.987362 0 0 v -4.84204 -1.59009 12.3868 0.0850268 -0.191823 0.977739 0 0 v -4.16351 0.196396 12.6353 -0.466358 -0.47294 0.747555 0 0 v -4.29223 1.54787 10.2228 0.471298 0.857354 0.206938 0 0 v -3.16797 3.14256 6.5316 0.0800893 0.995421 0.0521772 0 0 v -0.110464 3.57333 14.9815 -0.666838 0.744121 0.0401325 0 0 v -2.58822 1.72322 12.1554 -0.136096 0.804409 -0.578277 0 0 v 3.02991 2.77451 7.54667 0.347715 0.914839 0.20534 0 0 v -5.63441 -2.79621 7.65156 0.160587 -0.951488 -0.262455 0 0 v -5.53474 -2.77987 7.65336 0.0738719 -0.94394 -0.321747 0 0 v -5.43597 -2.78539 7.65426 -0.118059 -0.970493 -0.210249 0 0 v -5.33599 -2.80587 7.65676 -0.157425 -0.987264 -0.0229841 0 0 v -5.23569 -2.82804 7.65856 -0.257186 -0.947623 0.189384 0 0 v -5.13411 -2.85647 7.65987 -0.18909 -0.945534 0.264974 0 0 v -5.0347 -2.87303 7.66206 -0.163166 -0.916171 0.366071 0 0 v -4.93373 -2.89262 7.66147 -0.0948681 -0.902082 0.421007 0 0 v -4.83425 -2.89628 7.66317 -0.0850058 -0.875648 0.475409 0 0 v -4.734 -2.90598 7.66216 -0.0591085 -0.859991 0.506875 0 0 v -4.63413 -2.90778 7.66347 -0.030164 -0.856911 0.514581 0 0 v -4.53379 -2.91611 7.66116 -0.0477703 -0.83905 0.541952 0 0 v -4.43399 -2.92017 7.66396 -0.0657715 -0.823943 0.562844 0 0 v -4.33418 -2.93181 7.66376 -0.07894 -0.807594 0.584432 0 0 v -4.23398 -2.9432 7.66366 -0.056475 -0.805745 0.589563 0 0 v -4.03433 -2.94937 7.66826 -0.044545 -0.792501 0.608242 0 0 v -3.93404 -2.96171 7.66867 0.0160607 -0.814418 0.580056 0 0 v -3.83395 -2.94985 7.66826 0.0777735 -0.800108 0.594793 0 0 v -3.73406 -2.93705 7.66716 0.150299 -0.810265 0.566464 0 0 v -3.63418 -2.91347 7.66677 0.0987181 -0.872013 0.479425 0 0 v -3.53432 -2.9087 7.66366 -0.0992207 -0.912485 0.396897 0 0 v -3.43437 -2.934 7.66527 -0.212738 -0.891146 0.40075 0 0 v -3.33489 -2.96237 7.66837 -0.198797 -0.872314 0.446708 0 0 v -3.23426 -2.97461 7.66896 -0.101741 -0.861336 0.497744 0 0 v -3.13402 -2.98313 7.66716 -0.0507284 -0.856488 0.513667 0 0 v -3.03413 -2.98446 7.66806 0.0140228 -0.836758 0.547394 0 0 v -2.8324 -2.9678 7.67237 0.122468 -0.814506 0.567081 0 0 v -2.73119 -2.94476 7.67256 0.246819 -0.817101 0.520986 0 0 v -2.62999 -2.908 7.67047 0.354797 -0.818402 0.452037 0 0 v -2.53174 -2.86495 7.66487 0.357649 -0.840543 0.406909 0 0 v -2.43095 -2.82288 7.66617 0.257479 -0.889615 0.377213 0 0 v -2.33312 -2.80572 7.66257 0.119475 -0.919362 0.374833 0 0 v -2.23425 -2.80418 7.66186 -0.0420039 -0.91287 0.406084 0 0 v -2.13528 -2.81596 7.66247 -0.12358 -0.898097 0.422078 0 0 v -2.03484 -2.83487 7.66056 -0.173631 -0.885279 0.431431 0 0 v -1.93785 -2.85677 7.66476 -0.207059 -0.869085 0.44924 0 0 v -1.8359 -2.87628 7.66527 -0.179741 -0.85852 0.480247 0 0 v -1.73506 -2.89852 7.66487 -0.174838 -0.833233 0.524552 0 0 v -1.63551 -2.91418 7.66787 -0.142556 -0.817465 0.558057 0 0 v -1.53452 -2.93506 7.66626 -0.0969433 -0.816298 0.569438 0 0 v -1.43554 -2.94008 7.66957 -0.1124 -0.815387 0.567899 0 0 v -1.33416 -2.95816 7.66607 -0.139834 -0.824835 0.547808 0 0 v -1.2334 -2.98103 7.66556 -0.266661 -0.797294 0.541493 0 0 v -1.13463 -3.02371 7.67096 -0.355302 -0.771938 0.527136 0 0 v -1.03595 -3.06474 7.67506 -0.289923 -0.817814 0.497116 0 0 v -0.935244 -3.08834 7.67547 -0.224871 -0.853291 0.470454 0 0 v -0.734874 -3.13872 7.67796 -0.221453 -0.84893 0.479871 0 0 v -0.634674 -3.16395 7.67927 -0.183207 -0.866569 0.464213 0 0 v -0.533384 -3.18275 7.67717 -0.128092 -0.887963 0.441716 0 0 v -0.434914 -3.1915 7.68136 -0.146859 -0.893927 0.423471 0 0 v -0.334164 -3.21246 7.68077 -0.0538456 -0.925379 0.375199 0 0 v -0.233484 -3.20931 7.67976 -0.111322 -0.946218 0.303775 0 0 v -0.135234 -3.2294 7.68296 -0.258358 -0.924394 0.280617 0 0 v -0.0330739 -3.27108 7.68296 -0.321281 -0.904203 0.281416 0 0 v 0.065796 -3.30123 7.68607 -0.244146 -0.919225 0.308898 0 0 v 0.167556 -3.31826 7.68486 -0.121114 -0.950248 0.286984 0 0 v 0.267306 -3.33123 7.68576 -0.0855892 -0.963039 0.255402 0 0 v 0.366586 -3.33529 7.68717 -0.101708 -0.963487 0.247685 0 0 v 0.467186 -3.34548 7.68696 -0.175445 -0.959248 0.2215 0 0 v 0.567756 -3.37961 7.68807 -0.220742 -0.948705 0.226343 0 0 v 0.666806 -3.39607 7.68996 -0.150189 -0.951424 0.268767 0 0 v 0.766716 -3.40746 7.69016 -0.0867928 -0.95238 0.2923 0 0 v 0.866296 -3.41025 7.69096 0.00233538 -0.946887 0.321557 0 0 v 0.965946 -3.4067 7.68977 0.0446393 -0.94024 0.337575 0 0 v 1.06573 -3.40238 7.68826 0.0380476 -0.941885 0.333775 0 0 v 1.1653 -3.39515 7.68947 0.0773536 -0.952208 0.295495 0 0 v 1.26529 -3.38342 7.68916 0.134171 -0.945395 0.297031 0 0 v 1.36461 -3.36905 7.68846 0.149772 -0.95413 0.259238 0 0 v 1.46397 -3.35415 7.68756 0.188347 -0.954815 0.229901 0 0 v 1.56451 -3.33118 7.68686 0.160305 -0.974913 0.154423 0 0 v 1.6643 -3.31879 7.68646 0.125434 -0.990147 0.0622493 0 0 v 1.76539 -3.29901 7.68586 0.206263 -0.978473 0.00674183 0 0 v 1.86417 -3.28064 7.68437 0.245238 -0.969435 -0.00731814 0 0 v 1.96485 -3.24673 7.68247 0.304552 -0.951895 -0.0338297 0 0 v 2.06435 -3.21937 7.68067 0.286803 -0.956979 -0.0439873 0 0 v 2.16551 -3.18538 7.67907 0.300195 -0.952142 0.0575252 0 0 v 2.26534 -3.14583 7.67626 0.296066 -0.938102 0.179752 0 0 v 2.36486 -3.11783 7.67356 0.242444 -0.916023 0.319565 0 0 v 2.46594 -3.08527 7.67336 0.183835 -0.89904 0.397406 0 0 v 2.56562 -3.08665 7.66767 0.00872263 -0.870448 0.492183 0 0 v 2.66594 -3.0844 7.67276 -0.118232 -0.824606 0.553215 0 0 v 2.7667 -3.11435 7.66886 -0.153291 -0.76981 0.619592 0 0 v 2.8661 -3.12889 7.67066 -0.0608406 -0.783388 0.618548 0 0 v 2.96567 -3.1317 7.67276 0.0195594 -0.812927 0.582037 0 0 v 3.06562 -3.1214 7.67436 0.131432 -0.771009 0.623114 0 0 v 3.16436 -3.10217 7.66816 0.208895 -0.803227 0.557843 0 0 v 3.26533 -3.06967 7.67057 0.234967 -0.773941 0.588052 0 0 v 3.36671 -3.03696 7.67256 0.211494 -0.793001 0.571332 0 0 v 3.46614 -3.02249 7.67027 0.159029 -0.841518 0.516292 0 0 v 3.56577 -3.00896 7.66886 0.231378 -0.861659 0.451672 0 0 v 3.66577 -2.9831 7.66716 0.255542 -0.87033 0.42098 0 0 v 3.86605 -2.93316 7.66466 0.225723 -0.874278 0.429753 0 0 v 5.97563 0.728757 6.13754 0.963758 0.164093 0.210341 0 0 v -3.83346 -2.55507 8.21307 0.0921307 -0.869771 0.484778 0 0 v -3.73344 -2.54424 8.21387 0.0891748 -0.820916 0.564043 0 0 v 4.41331 -1.80308 8.60857 0.591364 -0.469565 0.655589 0 0 v -7.57415 0.320587 9.50237 -0.874002 0.474383 0.10527 0 0 v 5.71087 0.828817 6.96647 0.902964 0.250893 0.348868 0 0 v 5.49347 -0.568373 7.52356 0.884989 -0.0715494 0.460082 0 0 v -3.53173 -2.52539 8.21716 0.0358048 -0.798867 0.600441 0 0 v -5.75123 1.93895 12.9592 -0.306155 -0.455142 0.836131 0 0 v -5.69625 -1.87316 12.339 -0.10477 -0.267976 0.957712 0 0 v 1.25192 -1.65265 9.74796 -0.0376296 -0.35961 0.932344 0 0 v -5.17349 0.125416 12.3785 0.0831747 0.124753 0.988695 0 0 v 1.12785 3.18815 7.56096 0.145306 0.988449 0.0430668 0 0 v -1.89795 2.47264 13.6425 -0.397539 0.916674 0.0408804 0 0 v -4.88372 1.75914 10.0835 0.189615 0.963957 0.186639 0 0 v -5.17767 1.83546 9.35466 -0.0107252 0.999243 0.0374072 0 0 v 2.72925 2.91091 7.40787 0.266987 0.945293 0.187453 0 0 v 0.726096 3.18982 7.70427 -0.139126 0.944415 0.297866 0 0 v -3.43397 -2.53009 8.21336 0.0179669 -0.802065 0.596967 0 0 v -1.8934 2.30247 12.8999 -0.109005 0.896916 -0.428555 0 0 v -5.07376 1.85449 8.62416 -0.172477 0.963145 0.206407 0 0 v -5.53024 -2.85849 7.77606 0.153637 -0.592168 -0.791033 0 0 v -5.23465 -2.82701 7.79687 0.0326019 -0.975254 -0.218671 0 0 v -5.63347 -4.26327 8.43417 -0.00285296 -0.868471 -0.495731 0 0 v -4.94605 -2.8301 7.80017 -0.0133952 -0.95316 0.302169 0 0 v -3.03488 0.325546 13.0514 0.177516 -0.902473 0.392468 0 0 v -4.73401 -2.82874 7.79947 0.0115011 -0.888246 0.459224 0 0 v -4.63411 -2.82774 7.79896 0.00771251 -0.860595 0.509232 0 0 v -4.53414 -2.82157 7.80176 0.00504748 -0.848931 0.528479 0 0 v -4.4342 -2.83099 7.80047 -0.0233055 -0.82957 0.557917 0 0 v -4.33409 -2.83128 7.80056 -0.0235499 -0.811615 0.583718 0 0 v -4.23439 -2.83316 7.80207 -0.0328013 -0.788267 0.614459 0 0 v -4.13413 -2.8424 7.80017 -0.0340664 -0.776909 0.62869 0 0 v -4.03413 -2.84292 7.80056 0.0177533 -0.768254 0.639899 0 0 v -3.934 -2.83957 7.79796 0.00875025 -0.757596 0.652665 0 0 v -3.83425 -2.83601 7.80416 -0.00970323 -0.784584 0.619947 0 0 v -3.73427 -2.8354 7.80377 0.0467615 -0.825407 0.562599 0 0 v -3.63422 -2.83456 7.80227 -0.0462604 -0.846884 0.529762 0 0 v -3.53441 -2.8463 7.80287 -0.0744241 -0.859914 0.504984 0 0 v -3.4346 -2.861 7.80506 -0.124002 -0.839292 0.529351 0 0 v -3.33446 -2.87358 7.80577 -0.113396 -0.807871 0.578348 0 0 v -3.23436 -2.88439 7.80537 -0.0612067 -0.80465 0.590586 0 0 v -3.13433 -2.88569 7.80647 -0.0102477 -0.790985 0.61175 0 0 v -3.03403 -2.88496 7.80577 0.0353226 -0.777563 0.627812 0 0 v -2.83286 -2.86746 7.81067 0.0719145 -0.79126 0.607237 0 0 v -2.7332 -2.86153 7.80577 0.183399 -0.791662 0.582783 0 0 v -2.63193 -2.82833 7.80667 0.270862 -0.791638 0.547671 0 0 v -2.53144 -2.79232 7.80537 0.261771 -0.829466 0.493418 0 0 v -2.43236 -2.766 7.80287 0.199626 -0.869999 0.450835 0 0 v -2.3328 -2.74255 7.80217 0.112487 -0.888261 0.445352 0 0 v -2.23373 -2.73824 7.79966 0.0169604 -0.870133 0.492525 0 0 v -2.13468 -2.74807 7.79916 -0.0785406 -0.855539 0.511746 0 0 v -2.03469 -2.75878 7.79847 -0.117604 -0.833565 0.539758 0 0 v -1.93535 -2.7747 7.80187 -0.17344 -0.808543 0.562297 0 0 v -1.83482 -2.7973 7.80137 -0.139066 -0.813193 0.565135 0 0 v -1.73472 -2.80947 7.80197 -0.122497 -0.807523 0.576976 0 0 v -1.63491 -2.82248 7.80287 -0.0958636 -0.807799 0.581611 0 0 v -1.53517 -2.82691 7.80637 -0.0695306 -0.790979 0.607879 0 0 v -1.43505 -2.83571 7.80416 -0.12004 -0.780052 0.614093 0 0 v -1.3348 -2.85917 7.80406 -0.167945 -0.784592 0.596833 0 0 v -1.23633 -2.87642 7.80856 -0.212308 -0.779395 0.589465 0 0 v -1.13616 -2.91286 7.80897 -0.341468 -0.731118 0.590649 0 0 v -1.03667 -2.96399 7.81216 -0.381829 -0.724622 0.573698 0 0 v -0.834504 -3.03587 7.81306 -0.229514 -0.847187 0.479162 0 0 v -0.634794 -3.0883 7.81676 -0.190638 -0.86338 0.467152 0 0 v -0.434564 -3.12602 7.81836 -0.159937 -0.881729 0.443817 0 0 v -0.333984 -3.14822 7.81826 -0.173556 -0.882276 0.437569 0 0 v -0.235614 -3.16193 7.82106 -0.149173 -0.909361 0.388343 0 0 v -0.133874 -3.18592 7.82057 -0.246497 -0.901566 0.355553 0 0 v -0.0324139 -3.21872 7.82057 -0.278725 -0.88423 0.374765 0 0 v 0.0667761 -3.24744 7.82327 -0.239573 -0.888279 0.391875 0 0 v 0.167376 -3.26909 7.82307 -0.168423 -0.904356 0.392141 0 0 v 0.266976 -3.28367 7.82497 -0.127421 -0.923445 0.361959 0 0 v 0.366936 -3.2929 7.82436 -0.129574 -0.934682 0.331029 0 0 v 0.467936 -3.31452 7.82446 -0.181425 -0.93309 0.310527 0 0 v 0.566416 -3.33584 7.82817 -0.169683 -0.926969 0.334568 0 0 v 0.666466 -3.3464 7.82806 -0.0892716 -0.924999 0.369333 0 0 v 0.769216 -3.35544 7.82487 -0.0434162 -0.922711 0.383039 0 0 v 0.866386 -3.3541 7.82626 0.0399333 -0.899718 0.434642 0 0 v 0.965856 -3.34513 7.82736 0.0226577 -0.915327 0.402074 0 0 v 1.0659 -3.34384 7.82706 -0.0263599 -0.927769 0.372222 0 0 v 1.16561 -3.35074 7.82566 0.0367893 -0.939914 0.339423 0 0 v 1.26557 -3.3418 7.82686 0.0866229 -0.947387 0.308146 0 0 v 1.36545 -3.3302 7.82706 0.108334 -0.956654 0.270327 0 0 v 1.4651 -3.31636 7.82636 0.0630592 -0.980941 0.183791 0 0 v 1.56439 -3.31469 7.82636 0.0479554 -0.994198 0.09628 0 0 v 1.66531 -3.31038 7.82757 0.0649139 -0.993671 0.0916729 0 0 v 1.76351 -3.30264 7.82626 0.148888 -0.985827 0.0773165 0 0 v 1.86427 -3.28195 7.82577 0.231127 -0.969219 0.0848237 0 0 v 1.96292 -3.25349 7.82426 0.295884 -0.950138 0.0984439 0 0 v -6.71705 1.00858 7.70066 -0.843751 0.467178 0.264251 0 0 v 0.666556 -2.79082 8.79047 -0.119785 -0.813326 0.569344 0 0 v 2.3598 -3.08441 7.79926 0.379348 -0.905258 0.191316 0 0 v 2.46503 -3.04334 7.81156 0.232335 -0.94504 0.230044 0 0 v 2.56498 -3.02673 7.80907 0.110226 -0.946602 0.302978 0 0 v 2.66601 -3.02348 7.81226 -0.0087176 -0.940639 0.339297 0 0 v 2.76591 -3.03501 7.81257 -0.145507 -0.897504 0.41631 0 0 v 2.86629 -3.05321 7.81007 -0.106919 -0.889864 0.443521 0 0 v 2.96563 -3.06372 7.80897 0.0187002 -0.891836 0.451971 0 0 v 3.06584 -3.04792 7.81347 0.15646 -0.881182 0.446138 0 0 v 3.16458 -3.02891 7.80897 0.241839 -0.857991 0.453172 0 0 v 3.36568 -2.97006 7.80806 0.175635 -0.87952 0.442263 0 0 v 3.46644 -2.95804 7.80817 0.177404 -0.849092 0.497565 0 0 v 3.5637 -2.93863 7.80276 0.246992 -0.801732 0.544261 0 0 v 3.66584 -2.89443 7.80416 0.259488 -0.798389 0.543361 0 0 v 3.76517 -2.86699 7.80117 0.207622 -0.825217 0.525271 0 0 v 3.86981 -2.83612 7.81347 0.229188 -0.819652 0.525017 0 0 v -6.91312 0.611657 7.71386 -0.919301 0.369881 0.134438 0 0 v -5.43746 -3.22346 11.526 0.262043 -0.74169 0.617437 0 0 v 4.16584 -1.42589 8.98306 0.571814 -0.237841 0.78515 0 0 v 5.62156 1.3275 6.67825 0.869078 0.418626 0.263543 0 0 v 4.81766 -2.61428 7.03577 0.618047 -0.671483 0.408813 0 0 v -3.33397 -2.52011 8.21547 0.0874498 -0.766058 0.636795 0 0 v -2.88229 0.912086 13.7899 -0.363057 -0.436472 0.823214 0 0 v -2.13396 0.986346 14.095 -0.012413 -0.805958 0.591843 0 0 v -4.00063 -2.9847 3.92041 -0.0103119 -0.81162 -0.584095 0 0 v 4.10963 2.9224 6.62457 0.500099 0.776361 0.38362 0 0 v -0.0359139 -2.8755 8.37466 -0.29478 -0.789959 0.537651 0 0 v 5.28707 -1.67086 7.51587 0.810065 -0.396647 0.431817 0 0 v -6.01003 2.03773 12.8564 -0.625745 -0.407914 0.664868 0 0 v 1.59949 -1.48809 9.82486 -0.0719938 -0.292629 0.953512 0 0 v 3.03806 -2.1574 9.17976 0.519972 -0.563766 0.641714 0 0 v -2.9133 -1.03613 9.47816 0.714599 -0.530719 0.455726 0 0 v -5.38734 0.202876 12.3841 0.0756779 0.106149 0.991466 0 0 v -3.48769 1.26871 11.6953 -0.185221 0.900131 -0.39428 0 0 v -1.36923 3.41972 6.27101 -0.401548 0.835787 0.374458 0 0 v 0.826976 3.20816 7.70307 -0.0532996 0.968046 0.245043 0 0 v -5.56536 -3.30013 7.87466 0.250553 -0.252998 -0.93446 0 0 v -2.37276 2.91375 7.67457 -0.0722168 0.945414 0.317769 0 0 v -2.86615 3.19626 6.10431 -0.34741 0.937126 0.0331875 0 0 v -3.38924 1.35228 11.8436 -0.226597 0.899746 -0.372975 0 0 v -3.88997 1.20476 11.8401 -0.339564 0.927977 -0.153474 0 0 v -5.4782 1.84948 9.79237 -0.0685441 0.984856 0.159248 0 0 v -5.16971 2.67891 6.20481 -0.529476 0.847753 0.0311487 0 0 v 5.33951 0.731147 7.65617 0.831255 0.262616 0.489947 0 0 v -6.49197 1.90561 6.18642 -0.708858 0.704121 0.0416294 0 0 v -3.23469 -2.51653 8.21236 0.0645368 -0.737087 0.67271 0 0 v -3.13409 -2.50114 8.20916 8.12447e-005 -0.74495 0.66712 0 0 v -1.92949 1.02915 14.1005 0.491512 -0.827592 0.27112 0 0 v 2.90744 -1.10251 9.74477 0.345664 -0.190999 0.918714 0 0 v -1.67096 0.425997 9.43156 0.35998 0.084039 0.929167 0 0 v -2.73876 0.436436 13.051 0.547549 -0.834633 0.0598209 0 0 v -7.04077 1.22044 8.93887 -0.559386 0.800197 -0.216267 0 0 v -4.6415 -2.75522 7.93017 0.145974 -0.918233 0.368158 0 0 v -4.5346 -2.73949 7.93666 0.0882706 -0.888494 0.450319 0 0 v -4.43411 -2.7313 7.93766 0.0418902 -0.866083 0.498141 0 0 v -4.33408 -2.73079 7.93747 0.0207724 -0.852432 0.522426 0 0 v -4.23399 -2.7283 7.93606 0.0210438 -0.849351 0.527408 0 0 v -4.13405 -2.72849 7.93626 0.0111627 -0.811289 0.584539 0 0 v -4.034 -2.72277 7.94026 0.0143164 -0.812609 0.582634 0 0 v -3.93416 -2.72253 7.93987 0.000974652 -0.812917 0.582379 0 0 v -3.83445 -2.72428 7.94167 -0.0666697 -0.811365 0.580725 0 0 v -3.73411 -2.74425 7.93917 -0.0550931 -0.81518 0.576581 0 0 v -3.63442 -2.74708 7.94126 -0.0249281 -0.808685 0.587714 0 0 v -3.53428 -2.75622 7.93936 -0.0544268 -0.806142 0.589214 0 0 v -3.43432 -2.75811 7.94077 -0.0270193 -0.772405 0.634555 0 0 v -3.3344 -2.76004 7.94267 -0.041166 -0.743184 0.66782 0 0 v -3.23412 -2.76853 7.93976 -0.0249125 -0.742756 0.669099 0 0 v -3.03411 -2.76057 7.94337 0.0234868 -0.71961 0.693981 0 0 v -2.93393 -2.7581 7.94126 0.0195451 -0.736355 0.676312 0 0 v -2.83381 -2.75889 7.94157 0.0520203 -0.741053 0.669428 0 0 v -2.73316 -2.73832 7.94396 0.144327 -0.740981 0.655833 0 0 v -2.63228 -2.7172 7.94527 0.149628 -0.782412 0.604519 0 0 v -2.53269 -2.70065 7.94116 0.143158 -0.825976 0.545224 0 0 v -2.43302 -2.68662 7.93926 0.135015 -0.854452 0.50168 0 0 v -2.33357 -2.67192 7.93707 0.131016 -0.858658 0.495522 0 0 v -2.23339 -2.65186 7.93956 0.109157 -0.841537 0.529056 0 0 v -2.13412 -2.65449 7.93326 0.00571696 -0.820553 0.571541 0 0 v -2.03438 -2.65613 7.93477 -0.0445202 -0.79653 0.602958 0 0 v -1.93552 -2.66212 7.93936 -0.111774 -0.770789 0.627209 0 0 v -1.83519 -2.68508 7.93897 -0.148739 -0.759128 0.63372 0 0 v -1.63395 -2.71634 7.93567 -0.0890432 -0.775851 0.624601 0 0 v -1.53499 -2.7222 7.94057 -0.0579436 -0.779058 0.624269 0 0 v -1.4341 -2.72944 7.93676 -0.109964 -0.776978 0.619849 0 0 v -1.33567 -2.74863 7.94276 -0.180574 -0.763324 0.620265 0 0 v -1.23571 -2.77298 7.94347 -0.180308 -0.758866 0.625788 0 0 v -1.13615 -2.7984 7.94507 -0.287828 -0.720762 0.6306 0 0 v -1.03636 -2.84887 7.94726 -0.409541 -0.679334 0.608919 0 0 v -0.935884 -2.91134 7.94976 -0.399593 -0.714954 0.573731 0 0 v -0.837404 -2.95335 7.95477 -0.301214 -0.796075 0.524914 0 0 v -0.735014 -2.98715 7.95336 -0.2451 -0.837317 0.488698 0 0 v -0.635134 -3.01202 7.95446 -0.2016 -0.850341 0.486084 0 0 v -0.534314 -3.03558 7.95457 -0.208269 -0.845896 0.491004 0 0 v -0.433624 -3.05875 7.95487 -0.169302 -0.869466 0.464076 0 0 v -0.334114 -3.07343 7.95657 -0.156055 -0.86699 0.47326 0 0 v -0.233644 -3.09649 7.95686 -0.193596 -0.851958 0.486506 0 0 v -0.133654 -3.12167 7.95796 -0.235626 -0.854073 0.463723 0 0 v -0.0319039 -3.15418 7.95737 -0.248099 -0.849712 0.465227 0 0 v 0.065796 -3.17488 7.96197 -0.201498 -0.860869 0.46723 0 0 v 0.267166 -3.21935 7.96187 -0.187466 -0.869479 0.457014 0 0 v 0.368166 -3.2408 7.96146 -0.156913 -0.897971 0.411128 0 0 v 0.469966 -3.25851 7.96367 -0.174693 -0.891253 0.418509 0 0 v 0.566146 -3.27486 7.96697 -0.122929 -0.898463 0.421489 0 0 v 0.666516 -3.28428 7.96606 -0.0500551 -0.893505 0.446254 0 0 v 0.766886 -3.28997 7.96326 0.0246509 -0.884749 0.465416 0 0 v 0.866086 -3.2721 7.96576 0.0145059 -0.877102 0.480085 0 0 v 0.966316 -3.28076 7.96447 -0.0702993 -0.897675 0.435014 0 0 v 1.06872 -3.29253 7.96126 -0.0592052 -0.924805 0.375806 0 0 v 1.16613 -3.29482 7.96637 -0.0192778 -0.938718 0.344145 0 0 v 1.26618 -3.29475 7.96656 0.003822 -0.958942 0.283578 0 0 v 1.3658 -3.29328 7.96627 0.0252934 -0.976105 0.215823 0 0 v 1.46567 -3.29512 7.96697 -0.0328079 -0.981275 0.189799 0 0 v 1.56471 -3.30149 7.96617 0.0209826 -0.98304 0.182187 0 0 v 1.66492 -3.2931 7.96656 0.108386 -0.967601 0.228035 0 0 v 1.7642 -3.27922 7.96547 0.198304 -0.941456 0.272647 0 0 v 1.86378 -3.2539 7.96416 0.269152 -0.916136 0.297074 0 0 v 1.9643 -3.21966 7.96306 0.258255 -0.926249 0.274531 0 0 v 2.06371 -3.19253 7.96157 0.289031 -0.925085 0.246332 0 0 v 2.36255 -3.06358 7.95407 0.396287 -0.912895 0.0978777 0 0 v 2.46589 -3.02143 7.95317 0.317001 -0.940539 0.122053 0 0 v 2.56494 -2.99156 7.95037 0.201472 -0.9607 0.190955 0 0 v 2.66573 -2.97943 7.94957 0.102362 -0.962614 0.25079 0 0 v 2.76556 -2.97906 7.94906 -0.0264145 -0.938426 0.34447 0 0 v 2.86572 -2.99218 7.94976 -0.0907719 -0.909884 0.40481 0 0 v 2.96569 -2.99467 7.95096 0.0329697 -0.900621 0.433353 0 0 v 3.06559 -2.9814 7.94976 0.190156 -0.870976 0.453036 0 0 v 3.16666 -2.94908 7.95086 0.250782 -0.854241 0.45539 0 0 v 3.26463 -2.92785 7.94546 0.252447 -0.841608 0.477457 0 0 v 3.36257 -2.89895 7.94157 0.268069 -0.81341 0.51624 0 0 v 3.4648 -2.85302 7.94186 0.245478 -0.814265 0.526036 0 0 v 3.5672 -2.82251 7.94427 0.225171 -0.843351 0.487912 0 0 v 3.66573 -2.80505 7.94067 0.208945 -0.855116 0.474467 0 0 v -1.33521 -2.42083 8.35456 -0.0382627 -0.736304 0.675568 0 0 v -6.25699 2.53901 12.5166 -0.993586 -0.1025 -0.0477551 0 0 v 5.66166 1.22845 6.68152 0.900974 0.355225 0.24912 0 0 v -2.13516 0.599447 9.57476 0.280898 0.106124 0.953852 0 0 v -7.43837 -1.77346 10.3396 -0.86655 -0.13007 0.481843 0 0 v -6.43224 -4.09382 10.409 -0.276743 -0.821461 0.498613 0 0 v -1.9287 1.10282 14.2446 0.145712 -0.782837 0.604925 0 0 v 5.64513 0.531477 7.24966 0.883756 0.122411 0.451653 0 0 v -7.07421 -1.58618 8.00176 -0.669928 -0.211724 -0.711596 0 0 v -1.62521 1.36597 14.5487 0.00112536 -0.812697 0.582685 0 0 v -0.935604 1.93309 14.8518 0.752427 -0.641286 -0.150353 0 0 v -2.93436 -2.51723 8.21266 -0.0491117 -0.759887 0.648197 0 0 v -4.82824 1.59834 12.0393 0.894954 -0.147347 0.421124 0 0 v -5.11402 1.70701 12.5217 0.68936 -0.370032 0.622783 0 0 v 2.68007 -1.16181 9.80857 0.298484 -0.198617 0.933519 0 0 v 2.94328 -1.25851 9.69666 0.347293 -0.221293 0.911272 0 0 v 3.19057 -1.35034 9.55446 0.503433 -0.209754 0.838188 0 0 v -5.43433 2.98401 13.4613 0.383212 -0.357947 0.851483 0 0 v 3.69031 -1.53412 9.27746 0.409256 -0.368892 0.834523 0 0 v -1.46848 3.38062 6.26744 -0.276208 0.924819 0.261571 0 0 v -5.67317 1.97037 7.75606 -0.45643 0.822533 0.339281 0 0 v -2.76765 3.22686 6.10678 -0.221623 0.974026 0.0464368 0 0 v -2.66871 3.24445 6.10865 -0.156678 0.984641 0.0770298 0 0 v -2.96753 3.1512 6.10078 -0.269838 0.962667 0.0214557 0 0 v -3.48964 1.326 11.8424 -0.227128 0.91697 -0.327993 0 0 v -1.69505 2.39774 13.0479 -0.131452 0.915016 -0.3814 0 0 v -3.3668 3.1073 6.09566 -0.0334634 0.99846 -0.0442413 0 0 v -1.37939 3.46775 6.14013 -0.604351 0.67614 0.421418 0 0 v -3.23418 0.300336 13.0508 0.0179767 -0.83895 0.543911 0 0 v -7.82139 -1.4813 8.70287 -0.883594 -0.265766 -0.385525 0 0 v 5.39795 -1.26927 7.52047 0.870249 -0.174608 0.460628 0 0 v -1.83326 1.10413 14.0974 0.637105 -0.770128 -0.0316317 0 0 v -5.53355 -4.30605 9.42517 0.332917 -0.879363 0.340422 0 0 v -2.83454 -2.51965 8.21467 -0.0171415 -0.781809 0.623282 0 0 v -6.63462 -4.29313 9.56586 -0.42476 -0.90059 -0.0922902 0 0 v -5.63324 -4.27088 9.56637 0.240119 -0.893754 0.378876 0 0 v -4.63287 -2.70859 8.07726 0.324645 -0.944372 0.052602 0 0 v -4.53348 -2.68115 8.07616 0.180648 -0.974333 0.134318 0 0 v -4.43362 -2.66914 8.07576 0.0879953 -0.980262 0.177038 0 0 v -4.3331 -2.66016 8.07546 0.0925155 -0.970851 0.22111 0 0 v -4.23376 -2.6543 8.07517 0.0682788 -0.944682 0.320801 0 0 v -4.13388 -2.64232 8.07477 0.0799641 -0.94337 0.321962 0 0 v -4.03379 -2.64317 8.07527 0.0650943 -0.915676 0.396612 0 0 v -3.93373 -2.63471 8.07757 0.0579267 -0.878002 0.475138 0 0 v -3.83384 -2.63471 8.07796 -0.0050524 -0.859041 0.511881 0 0 v -3.73488 -2.64354 8.07636 -0.0347776 -0.818274 0.573775 0 0 v -3.63427 -2.64407 8.07666 0.022398 -0.798158 0.602032 0 0 v -3.53418 -2.64011 8.07347 0.0339261 -0.769207 0.638098 0 0 v -3.43426 -2.62389 8.08037 0.0145072 -0.764044 0.645001 0 0 v -3.33465 -2.62465 8.08117 0.00267886 -0.765097 0.64391 0 0 v -3.23419 -2.63274 8.07796 0.000780831 -0.724295 0.68949 0 0 v -3.13439 -2.62323 8.08037 0.0505796 -0.719392 0.69276 0 0 v -3.03428 -2.62267 8.07976 -0.00894487 -0.730091 0.683292 0 0 v -2.83421 -2.62516 8.08167 0.0336284 -0.756696 0.652901 0 0 v -2.73393 -2.62033 8.07697 0.0476993 -0.782936 0.620272 0 0 v -2.63371 -2.62022 8.07656 0.0451258 -0.811945 0.581987 0 0 v -2.53309 -2.61203 8.07867 0.0581961 -0.836842 0.544343 0 0 v -2.43266 -2.60246 8.08056 0.10928 -0.841732 0.528721 0 0 v -2.33302 -2.58701 8.07767 0.170052 -0.827643 0.534873 0 0 v -2.23328 -2.56213 8.07687 0.162001 -0.805614 0.569861 0 0 v -2.13383 -2.54699 8.07467 0.0616162 -0.787197 0.613615 0 0 v -2.03443 -2.54602 8.07417 -0.0293167 -0.784475 0.619468 0 0 v -1.93548 -2.54945 8.07716 -0.0832064 -0.785041 0.61383 0 0 v -1.83565 -2.56217 8.07757 -0.153713 -0.771302 0.617629 0 0 v -1.73582 -2.58658 8.07837 -0.143465 -0.779269 0.610047 0 0 v -1.63571 -2.59861 8.07847 -0.0964132 -0.796291 0.597182 0 0 v -1.43481 -2.61907 8.07576 -0.101408 -0.804571 0.585134 0 0 v -1.33572 -2.63638 8.08047 -0.152931 -0.785067 0.600235 0 0 v -1.23519 -2.65779 8.07877 -0.142193 -0.767892 0.624599 0 0 v -1.13418 -2.67847 8.07586 -0.218804 -0.731378 0.645918 0 0 v -3.06804 3.13996 6.38773 -0.00599395 0.999972 0.00440178 0 0 v -2.9674 3.14507 6.38832 -0.1137 0.989428 0.0900301 0 0 v -3.26758 3.1545 6.38741 0.0570748 0.997004 -0.0521994 0 0 v -3.56768 3.1606 6.38682 0.000898448 0.985439 -0.170025 0 0 v -3.66796 3.16213 6.38634 -0.0504843 0.991792 -0.117472 0 0 v -3.76796 3.149 6.38527 -0.145065 0.981317 -0.126381 0 0 v -3.86886 3.1272 6.38369 -0.164282 0.986134 -0.0234936 0 0 v 4.14033 -1.98832 8.67297 0.532596 -0.543203 0.649055 0 0 v 4.07278 -1.96282 8.75027 0.581722 -0.5169 0.628023 0 0 v 0.527756 3.22458 7.41647 -0.00805463 0.969023 0.246839 0 0 v -6.4837 1.3415 10.5078 -0.650605 0.75485 0.083156 0 0 v -2.56897 3.20778 6.39639 -0.0369395 0.965567 0.257519 0 0 v -2.66855 3.20497 6.39496 -0.0856264 0.964214 0.250918 0 0 v -0.491594 -4.36067 0.443695 0.276135 -0.883713 -0.37789 0 0 v 2.63008 2.95185 7.26677 0.174082 0.940679 0.291237 0 0 v -4.48563 1.68143 9.93647 0.328663 0.941653 0.0725883 0 0 v -6.27887 1.63194 9.63566 -0.56436 0.815226 0.130018 0 0 v -2.67148 3.00091 7.38967 0.0778706 0.983143 0.165426 0 0 v -5.96491 2.4284 5.45915 -0.605606 0.795482 -0.0212159 0 0 v -5.86267 2.48889 5.46418 -0.450782 0.892629 0.00306216 0 0 v -5.3655 2.68643 5.48127 -0.336695 0.930014 0.147346 0 0 v 2.13045 3.06976 7.27177 0.141676 0.975826 0.166406 0 0 v 2.62866 2.89895 7.55087 0.235097 0.948883 0.210594 0 0 v 2.036 4.27067 5.77213 0.121768 0.975018 0.185777 0 0 v -4.06564 3.09774 5.51544 -0.129226 0.980451 -0.148382 0 0 v -0.696854 2.67775 13.3515 -0.1404 0.816807 -0.559566 0 0 v -3.46398 3.11985 5.52023 -0.1032 0.994388 -0.0232756 0 0 v -5.46341 2.65626 5.4782 -0.341147 0.934021 0.105938 0 0 v -4.66428 2.87597 5.49755 -0.279129 0.958514 0.0577748 0 0 v -5.58119 1.71766 10.5216 -0.258857 0.953241 0.15596 0 0 v -4.61857 -3.15345 8.65277 0.674288 -0.602172 -0.427463 0 0 v 4.41614 -2.09036 8.37856 0.58958 -0.517385 0.620249 0 0 v -3.2309 -0.611034 10.3309 0.869798 -0.0702628 0.48838 0 0 v -1.56886 3.35716 6.26587 -0.179391 0.958233 0.22273 0 0 v -6.67363 1.39916 9.03787 -0.400684 0.910034 -0.106257 0 0 v -1.59832 2.57689 13.4954 -0.255883 0.936938 -0.238056 0 0 v -0.102294 3.15227 13.7991 -0.40622 0.766789 -0.497011 0 0 v -4.08942 1.13628 11.8395 -0.321282 0.946958 0.0069138 0 0 v -5.35721 -1.69841 12.3949 -0.0384834 -0.224439 0.973728 0 0 v -5.35631 2.95429 13.4063 0.446307 -0.365332 0.81691 0 0 v 2.7844 -3.50429 0.590895 0.141746 -0.989821 -0.0127671 0 0 v 2.89431 -3.48576 0.600295 0.17645 -0.984264 -0.00944363 0 0 v 3.00411 -3.46501 0.604295 0.257055 -0.953246 -0.158884 0 0 v -4.76451 2.85528 5.49552 -0.0891688 0.995596 0.0289376 0 0 v -3.46059 -2.77118 3.48261 -0.45635 -0.726816 -0.513307 0 0 v 3.37058 -3.28241 0.618905 0.554089 -0.735972 -0.389012 0 0 v 0.927916 3.21363 7.41737 0.116259 0.988605 0.0956242 0 0 v 3.52595 -3.15582 0.620175 0.551089 -0.613876 -0.565205 0 0 v -7.26746 0.00897661 7.18806 -0.911991 0.225007 0.342994 0 0 v -3.57476 -2.38691 8.80117 0.655425 -0.703967 -0.273584 0 0 v 5.95551 -0.368043 6.4201 0.967155 -0.065956 0.245483 0 0 v 4.31088 -2.93457 7.16956 0.490098 -0.7012 0.517805 0 0 v 4.54447 -2.74686 7.16477 0.523337 -0.757411 0.390445 0 0 v -5.78152 6.15323 14.3268 -0.55111 0.606693 -0.572889 0 0 v -2.76862 3.19096 6.39303 -0.195056 0.956999 0.214721 0 0 v -1.46899 3.34402 6.40884 -0.223123 0.941766 0.251581 0 0 v -5.08427 1.7475 10.5234 0.128361 0.983464 0.127754 0 0 v 0.927676 3.21546 7.56186 0.102779 0.993649 0.0458094 0 0 v -4.68072 1.80452 9.35287 0.180088 0.973554 0.140573 0 0 v 1.42968 3.14033 7.41657 0.279494 0.917539 0.282853 0 0 v -5.0756 2.08918 8.20207 -0.447978 0.763391 0.465349 0 0 v 1.0281 3.1989 7.41667 0.101292 0.986112 0.13162 0 0 v -3.46668 -3.51627 0.322025 0.112659 -0.424431 -0.898424 0 0 v -3.36167 -3.49903 0.323545 0.175956 -0.458585 -0.871056 0 0 v 4.4795 -2.11358 8.29756 0.607429 -0.522265 0.598556 0 0 v 4.35123 -2.06675 8.45866 0.572692 -0.512758 0.639612 0 0 v 4.20973 -2.0156 8.59827 0.483065 -0.546022 0.684477 0 0 v -1.34338 0.451727 9.35667 0.0274073 0.121876 0.992167 0 0 v -1.22916 0.409676 9.37177 -0.0985429 0.128201 0.98684 0 0 v -0.904464 -4.47484 0.560495 0.0484589 -0.995908 -0.0762824 0 0 v -0.787554 -4.46776 0.568585 0.109269 -0.993856 0.0176322 0 0 v -6.07983 1.70857 9.78587 -0.367749 0.906439 0.207676 0 0 v -0.573394 -4.41315 0.586055 0.27203 -0.959457 -0.0737715 0 0 v -0.476284 -4.39186 0.582635 0.27859 -0.959545 -0.0407517 0 0 v -3.76373 3.11594 5.51888 0.0449882 0.986527 -0.157293 0 0 v -3.56369 3.10724 5.51864 -0.049224 0.998695 -0.0136314 0 0 v -0.103014 -4.22117 0.597795 0.35429 -0.933249 -0.0593658 0 0 v -0.00500384 -4.19019 0.599834 0.298053 -0.954013 -0.0319877 0 0 v 0.0974162 -4.16188 0.605105 0.270781 -0.962627 -0.00523701 0 0 v 0.293716 -4.10005 0.610615 0.317532 -0.948245 0.00209784 0 0 v 0.489786 -4.0296 0.619875 0.305245 -0.948977 0.079167 0 0 v -4.16515 3.08258 5.51423 -0.186389 0.978043 -0.0932211 0 0 v 0.689116 -3.96488 0.628525 0.254985 -0.963829 0.0775642 0 0 v 0.792476 -3.9471 0.634205 0.248371 -0.964049 0.0944528 0 0 v 0.889136 -3.91731 0.638585 0.302453 -0.946125 0.115627 0 0 v 0.992586 -3.87896 0.642845 0.293428 -0.950693 0.100413 0 0 v 1.09226 -3.84608 0.646445 0.268027 -0.960606 0.0734705 0 0 v 1.19163 -3.82383 0.651565 0.290264 -0.953172 0.0849142 0 0 v 1.29198 -3.78553 0.654555 0.318079 -0.945033 0.0757524 0 0 v 1.38988 -3.75533 0.658205 0.278625 -0.959299 0.0459768 0 0 v -4.30882 -2.56233 10.358 0.446775 -0.675994 0.586024 0 0 v 5.54435 -1.16823 7.24357 0.924417 -0.150907 0.350256 0 0 v 1.80669 -3.65707 0.678775 0.182016 -0.982217 0.046052 0 0 v 1.91622 -3.64057 0.685275 0.141679 -0.9891 0.0400992 0 0 v 2.02625 -3.62814 0.691545 0.124106 -0.991734 0.0325821 0 0 v 2.136 -3.61265 0.697915 0.149223 -0.988781 -0.00667722 0 0 v 2.02937 3.08823 7.27136 0.195539 0.952779 0.23233 0 0 v 2.47037 -3.563 0.718355 0.155936 -0.987314 -0.029916 0 0 v 2.57962 -3.54355 0.724845 0.177663 -0.981372 -0.0731058 0 0 v 2.68905 -3.52527 0.731395 0.148312 -0.983036 -0.107906 0 0 v 2.90854 -3.49373 0.743975 0.161197 -0.981903 -0.0994128 0 0 v 3.0181 -3.4763 0.750385 0.203329 -0.971288 -0.123519 0 0 v 3.126 -3.45389 0.757685 0.268356 -0.952796 -0.142005 0 0 v 3.21916 -3.41859 0.757525 0.358979 -0.915678 -0.180743 0 0 v 3.31335 -3.37737 0.761735 0.473466 -0.849826 -0.231574 0 0 v 3.39688 -3.32265 0.761815 0.498539 -0.826649 -0.260979 0 0 v 3.48523 -3.27415 0.764345 0.490582 -0.806099 -0.330959 0 0 v 3.57521 -3.22383 0.768135 0.527958 -0.804586 -0.27185 0 0 v 6.04314 0.530117 6.00304 0.974283 0.156813 0.161808 0 0 v -0.407754 2.16855 13.5097 0.302173 -0.725848 0.617929 0 0 v -3.63906 -2.47372 9.37177 0.758452 -0.637226 0.136722 0 0 v -0.310094 2.7212 14.9869 0.775961 -0.629486 -0.0404034 0 0 v -0.746384 2.11889 14.9864 0.778793 -0.588852 -0.216181 0 0 v 4.69682 -2.79177 6.90206 0.614147 -0.640772 0.460689 0 0 v 4.62946 -2.86939 6.90487 0.657766 -0.558916 0.504932 0 0 v -4.76326 3.90774 12.0353 0.898518 0.152987 -0.411412 0 0 v 4.49033 -3.36778 6.11665 0.546492 -0.808771 0.217337 0 0 v -2.86848 3.1783 6.24742 -0.296721 0.951034 0.086546 0 0 v -3.06786 3.14014 6.24363 -0.0922229 0.995183 -0.0332418 0 0 v -3.76747 3.12849 6.24 -0.022182 0.99975 -0.00278035 0 0 v -3.86841 3.13149 6.2402 -0.00155921 0.994675 0.103047 0 0 v -4.36273 2.98778 6.22794 -0.637664 0.770307 -0.00344473 0 0 v -4.45867 2.89395 6.22277 -0.538438 0.841596 0.0424316 0 0 v -4.56499 2.8479 6.21744 -0.313542 0.943216 0.109706 0 0 v -3.41245 -0.160514 12.0375 0.518336 -0.843136 0.143001 0 0 v 1.69938 -3.69015 0.554655 0.18529 -0.981897 0.039323 0 0 v -7.05693 0.908357 6.7671 -0.879312 0.444073 0.172076 0 0 v -6.37949 1.55509 9.63307 -0.490975 0.861354 0.130429 0 0 v -6.31753 -3.20449 7.78117 -0.195952 -0.193206 -0.961392 0 0 v -3.96943 3.1148 6.38289 -0.0914501 0.991377 0.0938514 0 0 v -5.1737 1.83384 8.76876 -0.0301854 0.999543 0.00161873 0 0 v -4.17276 3.0818 6.3814 -0.277537 0.945672 0.169342 0 0 v -3.33693 -2.02687 8.93266 0.885858 -0.454516 0.0931215 0 0 v -4.56524 -2.72826 11.6486 0.457627 -0.861584 0.21966 0 0 v -0.0429438 3.03978 15.1351 0.779349 -0.623676 0.0603617 0 0 v -3.33233 -2.04212 9.50657 0.872198 -0.451206 0.188904 0 0 v 1.49525 -1.44987 9.82876 -0.0355641 -0.262905 0.964166 0 0 v 0.394606 -1.05192 9.76336 -0.249524 -0.176266 0.952191 0 0 v 4.54108 -2.13721 8.20957 0.662675 -0.514836 0.54388 0 0 v -1.89448 2.36902 13.0477 -0.169568 0.917018 -0.361006 0 0 v -3.7156 -3.69646 0.430585 0.104849 -0.821187 -0.560945 0 0 v -3.61095 -3.68179 0.432045 0.181401 -0.908451 -0.376577 0 0 v -3.39555 -3.65144 0.440075 0.227424 -0.874143 -0.429131 0 0 v -3.29374 -3.62102 0.445535 0.268408 -0.891449 -0.365069 0 0 v -3.19121 -3.59311 0.450955 0.256398 -0.924919 -0.280687 0 0 v -3.08912 -3.56477 0.455945 0.272283 -0.869223 -0.41269 0 0 v -2.99175 -3.53267 0.458695 0.297357 -0.876126 -0.37945 0 0 v -2.89122 -3.49969 0.464925 0.27767 -0.912487 -0.300444 0 0 v -2.7943 -0.190223 9.76796 0.428019 -0.0276399 0.903347 0 0 v 1.07623 4.00759 6.51059 0.0423028 0.497688 0.866324 0 0 v -5.03143 0.219386 12.3511 0.0638959 0.131946 0.989195 0 0 v 4.28352 -2.04027 8.53586 0.495641 -0.53634 0.683139 0 0 v -2.46681 3.2478 6.25312 -0.0803766 0.971698 0.222131 0 0 v -1.54538 0.526206 9.37667 0.271918 0.114854 0.955442 0 0 v -1.44736 0.489667 9.35966 0.139539 0.134376 0.981057 0 0 v 4.47036 -1.68187 8.62997 0.624797 -0.378196 0.683079 0 0 v -5.20099 2.89644 13.2927 0.49052 -0.351057 0.797589 0 0 v -0.906134 -4.47699 0.700675 0.0776388 -0.996254 0.0380843 0 0 v -0.789824 -4.45826 0.709195 0.147756 -0.988836 0.0192586 0 0 v -0.685774 -4.43838 0.713405 0.208701 -0.977882 0.0138253 0 0 v -0.582484 -4.41203 0.719535 0.274053 -0.961643 0.0117462 0 0 v -0.484494 -4.38085 0.721395 0.297343 -0.953615 0.0469741 0 0 v -0.382124 -4.35171 0.726375 0.328142 -0.943195 0.052015 0 0 v -0.286064 -4.31284 0.730145 0.398182 -0.917305 0.00145896 0 0 v -0.195694 -4.27042 0.731595 0.383131 -0.922155 -0.0532902 0 0 v -0.0995739 -4.2332 0.734965 0.352523 -0.933803 -0.0611473 0 0 v 0.0985062 -4.169 0.743085 0.297582 -0.954451 -0.021627 0 0 v 0.196966 -4.13935 0.746285 0.33037 -0.943848 -0.00269723 0 0 v 0.292166 -4.09932 0.750385 0.357983 -0.933658 0.0114721 0 0 v 0.388066 -4.06234 0.753304 0.349708 -0.936837 -0.0063291 0 0 v 0.483626 -4.02604 0.756925 0.300848 -0.953245 -0.0285473 0 0 v 0.586816 -4.00064 0.761845 0.273874 -0.961111 -0.0354653 0 0 v 0.688436 -3.97035 0.766735 0.292485 -0.956204 -0.0111998 0 0 v 0.785246 -3.93595 0.770215 0.294133 -0.955524 0.0214515 0 0 v 0.887856 -3.90825 0.775085 0.272593 -0.962128 0.00174598 0 0 v 0.991476 -3.88417 0.779945 0.27075 -0.962502 -0.0168457 0 0 v 1.09298 -3.85304 0.784845 0.289564 -0.957152 -0.00345649 0 0 v 1.19042 -3.82041 0.787995 0.308157 -0.95126 0.0120093 0 0 v 1.29266 -3.79221 0.793085 0.292632 -0.956179 -0.00942165 0 0 v 1.38933 -3.75771 0.796565 0.30239 -0.953181 0.00258173 0 0 v 1.49149 -3.72963 0.801395 0.237594 -0.971225 0.0164549 0 0 v 2.03 -3.62725 0.831395 0.128275 -0.991722 -0.0056575 0 0 v 2.25589 -3.60248 0.845305 0.131792 -0.991181 -0.0138214 0 0 v 2.36549 -3.58531 0.851525 0.146299 -0.989068 -0.0184771 0 0 v 2.47548 -3.57121 0.857915 0.125643 -0.991355 -0.0378125 0 0 v 2.59119 -3.55995 0.865645 0.126564 -0.989726 -0.0665067 0 0 v 2.70105 -3.54373 0.872105 0.143085 -0.986325 -0.0817929 0 0 v 2.81047 -3.52787 0.878195 0.154024 -0.984245 -0.0868238 0 0 v 3.02424 -3.49078 0.888975 0.185127 -0.976938 -0.106397 0 0 v 3.13252 -3.46743 0.895835 0.254412 -0.958765 -0.126665 0 0 v 3.23494 -3.43982 0.900825 0.322276 -0.933314 -0.158315 0 0 v 3.32995 -3.40173 0.904325 0.4384 -0.879692 -0.184246 0 0 v 3.4154 -3.35108 0.904095 0.511356 -0.83839 -0.188724 0 0 v 3.49906 -3.29601 0.903985 0.514792 -0.839046 -0.176043 0 0 v 3.58571 -3.24516 0.906865 0.534192 -0.833207 -0.142848 0 0 v 3.66997 -3.19232 0.906965 0.62121 -0.763738 -0.175505 0 0 v 3.80386 -3.03101 0.898915 0.696021 -0.6178 -0.365894 0 0 v 3.86697 -2.94448 0.894195 0.721168 -0.52302 -0.454276 0 0 v 3.81215 -3.79625 6.11253 0.365225 -0.89767 0.246575 0 0 v 4.58026 -3.1479 6.5135 0.590629 -0.732679 0.338142 0 0 v -7.2471 0.327816 10.5987 -0.858443 0.275625 0.432559 0 0 v 4.13499 -2.27595 0.851485 0.6629 -0.391892 -0.637954 0 0 v -4.56486 2.91401 5.50073 -0.469268 0.879508 0.0790787 0 0 v -6.07387 1.71182 9.20037 -0.310452 0.941285 -0.132673 0 0 v -2.56683 3.2618 6.10987 -0.135806 0.98652 0.0912945 0 0 v -4.86553 2.85529 5.49535 -0.0413489 0.997724 0.0532626 0 0 v -4.67806 2.45006 7.93387 -0.387033 0.840686 0.378752 0 0 v 6.01463 0.828947 5.43897 0.985497 0.118477 -0.121484 0 0 v -1.50072 1.31921 12.2111 0.370039 -0.14993 -0.916838 0 0 v -7.44078 -1.77024 10.7523 -0.903958 -0.0822684 -0.419634 0 0 v -3.89314 -2.63668 9.65517 0.646032 -0.720538 0.251927 0 0 v -4.07112 3.12177 6.23942 -0.153123 0.982611 0.105018 0 0 v -3.96933 3.13127 6.24014 -0.0638092 0.990443 0.122275 0 0 v -4.17059 3.10297 6.23741 -0.282805 0.953987 0.0996482 0 0 v -4.26917 3.05898 6.23313 -0.469546 0.881999 0.0400548 0 0 v -4.80459 7.00702 13.4971 -0.13049 0.939511 -0.316689 0 0 v 1.52905 3.11281 7.41487 0.230402 0.908355 0.349008 0 0 v -3.18913 1.39348 11.8441 -0.254759 0.862011 -0.438218 0 0 v -2.36838 3.21522 6.3964 -0.102994 0.960787 0.257449 0 0 v -3.16745 3.1491 6.38763 0.0606157 0.99797 -0.0195281 0 0 v -3.36757 3.16244 6.38755 0.0325024 0.994066 -0.103812 0 0 v 4.40835 -2.55046 7.83256 0.562365 -0.664199 0.492529 0 0 v -6.11381 2.13687 12.1027 -0.839109 0.0937086 -0.53583 0 0 v -3.98055 -1.9798 11.066 0.839611 -0.540617 -0.0527907 0 0 v -4.25097 -2.29698 11.2125 0.546518 -0.830655 -0.106442 0 0 v -6.5702 -2.3327 11.977 -0.3735 -0.427793 0.823099 0 0 v -5.23566 -3.68249 10.0873 0.771043 -0.584764 0.252079 0 0 v -2.09793 0.731797 9.55077 0.296463 0.153257 0.942667 0 0 v -4.04527 -3.74912 0.547555 -0.0538279 -0.981981 -0.18115 0 0 v -3.92856 -3.74543 0.555315 0.020541 -0.977762 -0.208711 0 0 v -3.81141 -3.74504 0.562255 0.0997734 -0.977628 -0.185174 0 0 v -3.70634 -3.72829 0.566495 0.183603 -0.973726 -0.134714 0 0 v -3.59536 -3.70961 0.577645 0.285778 -0.958204 0.0132665 0 0 v -3.49622 -3.67771 0.577485 0.280736 -0.959345 0.0290591 0 0 v -3.40042 -3.63996 0.580785 0.31381 -0.936399 0.157097 0 0 v -3.29818 -3.60983 0.585415 0.231474 -0.959569 0.160146 0 0 v -3.19393 -3.58708 0.590285 0.218635 -0.966185 0.136697 0 0 v -3.08635 -3.56313 0.594795 0.30961 -0.942137 0.128529 0 0 v -2.99645 -3.52088 0.598545 0.296987 -0.946351 0.127354 0 0 v -2.88729 -3.5036 0.604835 0.291411 -0.94725 0.133406 0 0 v -2.79602 -3.46338 0.607035 0.428484 -0.891221 0.14875 0 0 v -6.81831 1.21019 7.16177 -0.779793 0.53514 0.32488 0 0 v -7.40216 -2.86876 10.6164 -0.928945 -0.3049 0.209994 0 0 v -3.66868 -2.08099 10.2149 0.691105 -0.525078 0.496655 0 0 v 4.32859 -2.61056 7.83506 0.512637 -0.668393 0.538937 0 0 v 4.53656 -1.70649 8.55227 0.665777 -0.394102 0.633581 0 0 v -6.74571 -1.51785 12.1964 -0.326404 -0.206703 0.922352 0 0 v -1.03161 -4.4663 0.831735 -0.0538757 -0.99487 0.0856232 0 0 v -0.907834 -4.47063 0.840785 0.0158738 -0.998423 0.053841 0 0 v -0.790834 -4.46463 0.848145 0.102666 -0.994713 0.00239139 0 0 v -0.680814 -4.44647 0.854755 0.23502 -0.971979 0.00469692 0 0 v -0.583104 -4.4127 0.857965 0.317739 -0.947997 0.0185219 0 0 v -0.486624 -4.37766 0.861015 0.32391 -0.945668 0.0281739 0 0 v -0.389144 -4.34417 0.864435 0.312534 -0.949735 0.0180683 0 0 v -0.287634 -4.31362 0.869334 0.336168 -0.94168 -0.0151801 0 0 v -0.190654 -4.27886 0.872465 0.365071 -0.930713 -0.0222622 0 0 v -0.0993438 -4.23797 0.874365 0.364188 -0.930961 -0.0260565 0 0 v 0.000806123 -4.20352 0.879215 0.31871 -0.947233 -0.0342541 0 0 v 0.0971661 -4.1682 0.882615 0.332174 -0.943194 0.00669878 0 0 v 0.194106 -4.13452 0.886545 0.340193 -0.940087 0.0224747 0 0 v 0.291536 -4.10198 0.889625 0.324446 -0.945894 0.00430836 0 0 v 0.392096 -4.06839 0.894385 0.32619 -0.945297 -0.00374401 0 0 v 0.489646 -4.03668 0.897775 0.28003 -0.959823 -0.0179689 0 0 v 0.591396 -4.00745 0.902635 0.29658 -0.954945 -0.0109423 0 0 v 0.687936 -3.97285 0.906184 0.31866 -0.947844 -0.00695894 0 0 v 0.789796 -3.94275 0.911105 0.290652 -0.956742 -0.0128661 0 0 v 0.887276 -3.91068 0.914715 0.288231 -0.957445 0.014878 0 0 v 0.989656 -3.88229 0.919375 0.291972 -0.955017 0.0519162 0 0 v 1.09129 -3.85098 0.923825 0.30283 -0.951238 0.0586538 0 0 v 1.1879 -3.81764 0.927284 0.294131 -0.953294 0.0686869 0 0 v 1.29076 -3.79064 0.932155 0.306768 -0.948261 0.0818148 0 0 v 1.38747 -3.75495 0.935395 0.296648 -0.952309 0.0714613 0 0 v -3.56366 -2.40703 9.22836 0.791008 -0.602976 0.103564 0 0 v -0.922344 2.03372 13.6531 0.413872 -0.798059 0.437962 0 0 v -4.09567 -2.17142 11.3569 0.72117 -0.686919 0.0897523 0 0 v 3.48661 -2.44802 8.75607 0.285084 -0.754318 0.591381 0 0 v 5.25751 2.5193 5.37642 0.731566 0.679637 0.0538989 0 0 v 2.47379 -3.57081 0.995935 0.0908579 -0.991711 0.0908557 0 0 v 2.58991 -3.56075 1.00347 0.097983 -0.992602 0.0717043 0 0 v 2.69999 -3.54828 1.01003 0.117407 -0.991713 0.0521724 0 0 v 2.81568 -3.53577 1.01737 0.12005 -0.990733 0.0635255 0 0 v 2.92514 -3.51853 1.02367 0.141825 -0.989879 -0.00494944 0 0 v 3.03543 -3.506 1.02997 0.157837 -0.987425 -0.00894627 0 0 v 3.14352 -3.48323 1.03603 0.21926 -0.975005 -0.0359325 0 0 v 3.24626 -3.45653 1.0412 0.300392 -0.952015 -0.0585888 0 0 v 3.34266 -3.42167 1.04441 0.438071 -0.897337 -0.0536613 0 0 v 3.42768 -3.37029 1.04486 0.502092 -0.860882 -0.0823816 0 0 v 3.51397 -3.31781 1.04661 0.551469 -0.828596 -0.0964889 0 0 v 3.59273 -3.25683 1.0455 0.565351 -0.820352 -0.0860322 0 0 v 3.67706 -3.20274 1.04576 0.552045 -0.83034 -0.07604 0 0 v 3.75897 -3.14656 1.04642 0.63823 -0.744788 -0.194816 0 0 v 3.83398 -3.07735 1.04518 0.672542 -0.690549 -0.266137 0 0 v 3.90316 -3.00084 1.04261 0.728608 -0.605478 -0.320198 0 0 v 3.96653 -2.91575 1.03816 0.781903 -0.507579 -0.361928 0 0 v 4.17331 -3.26192 6.77055 0.465779 -0.806961 0.363131 0 0 v 5.23331 -2.51034 6.37046 0.775975 -0.499957 0.384585 0 0 v 5.55432 -1.91938 6.48668 0.854383 -0.431526 0.289507 0 0 v 4.2076 -2.38378 1.00553 0.711976 -0.396778 -0.579359 0 0 v 4.26176 -2.28679 1.00128 0.676615 -0.454174 -0.579584 0 0 v 4.32182 -2.19388 0.991985 0.645971 -0.517844 -0.560856 0 0 v 4.39001 -2.11718 0.990245 0.607717 -0.571476 -0.551449 0 0 v 4.46118 -2.04315 0.985645 0.590173 -0.633171 -0.500789 0 0 v -4.96445 2.85084 5.49455 -0.17576 0.982696 0.0584461 0 0 v -0.437004 1.50447 12.7883 0.637209 -0.616636 -0.462304 0 0 v 0.237516 2.98991 14.248 0.596087 -0.695445 0.401295 0 0 v 3.59421 -3.65662 6.77247 0.322114 -0.857843 0.400436 0 0 v -3.96637 -2.70554 9.65636 0.66861 -0.694165 0.266638 0 0 v -5.09888 -3.87902 8.39417 0.690067 -0.465096 -0.554521 0 0 v -2.2671 3.30133 6.11419 -0.126995 0.982099 0.139118 0 0 v -2.36666 3.28683 6.11255 -0.154399 0.974752 0.161306 0 0 v -3.76634 3.14524 6.09728 0.0626222 0.989724 0.128551 0 0 v -4.87032 2.81135 6.21584 -0.218361 0.964795 0.146591 0 0 v -5.26963 2.61493 6.19932 -0.411459 0.911114 0.0239362 0 0 v -4.76785 2.83142 6.21677 -0.125679 0.983302 0.131612 0 0 v -4.66735 2.84198 6.21763 -0.107743 0.985976 0.127449 0 0 v -3.46698 3.12901 6.24144 -0.0378348 0.985019 -0.168244 0 0 v -3.36699 3.13674 6.24189 -0.0319778 0.984873 -0.170302 0 0 v -2.1681 3.25245 6.39945 -0.165755 0.951124 0.260555 0 0 v -1.49961 2.64103 13.6447 -0.33754 0.927598 -0.160092 0 0 v -4.09437 -2.17273 11.213 0.686389 -0.715279 -0.131329 0 0 v -4.16735 -2.24489 11.2137 0.632366 -0.767591 -0.104487 0 0 v -4.96368 -3.02733 11.2173 0.75728 -0.637588 0.141452 0 0 v 3.94355 -2.22804 8.62617 0.572683 -0.635466 0.517896 0 0 v -1.26711 0.948696 12.6368 0.479462 -0.788577 -0.38505 0 0 v -2.62662 0.463976 11.8908 0.641457 -0.665105 -0.38232 0 0 v 4.78021 -1.79933 8.19246 0.728535 -0.412961 0.546535 0 0 v -4.0407 -3.76658 0.687735 -0.0609866 -0.997978 0.0178923 0 0 v -3.91614 -3.77097 0.696855 0.0467763 -0.998775 0.0161653 0 0 v -3.80522 -3.75927 0.703555 0.187871 -0.980122 0.0637643 0 0 v -3.70737 -3.73028 0.707604 0.281135 -0.955215 0.0923449 0 0 v -3.61065 -3.69471 0.710885 0.365011 -0.919014 0.148933 0 0 v -3.51612 -3.65275 0.713545 0.370443 -0.909336 0.189421 0 0 v -3.42017 -3.61622 0.716725 0.350732 -0.908536 0.227047 0 0 v -3.32393 -3.57972 0.720095 0.261584 -0.930299 0.257133 0 0 v -3.21534 -3.55815 0.725635 0.186716 -0.94359 0.273451 0 0 v -3.11193 -3.53361 0.730585 0.228257 -0.939076 0.256974 0 0 v -3.01041 -3.50238 0.734735 0.334633 -0.915143 0.224796 0 0 v -2.91389 -3.46752 0.738635 0.269538 -0.925505 0.266062 0 0 v -2.81653 -3.436 0.742675 0.330663 -0.907368 0.259508 0 0 v -2.721 -3.39827 0.745705 0.390812 -0.905552 0.165048 0 0 v -5.57756 1.83709 9.79117 -0.145601 0.971341 0.187876 0 0 v -1.06285 2.05658 14.2445 0.691605 -0.710604 -0.129326 0 0 v -0.675954 2.37522 14.3933 0.626331 -0.779135 0.0256578 0 0 v -0.0350739 2.85653 14.3939 0.56153 -0.779037 0.278901 0 0 v -1.72161 1.43234 13.356 0.483064 -0.797297 0.361894 0 0 v -2.12912 0.967596 13.5028 0.793401 -0.511345 -0.330214 0 0 v 1.63953 -3.9036 6.80689 0.191707 -0.362188 0.912178 0 0 v -1.0392 -4.4503 0.968605 -0.0899813 -0.983078 0.159565 0 0 v -0.916824 -4.45927 0.978595 -0.0465971 -0.985354 0.16403 0 0 v -0.793004 -4.45917 0.987355 0.0981037 -0.988866 0.111895 0 0 v -0.687674 -4.43997 0.992065 0.211652 -0.969608 0.122731 0 0 v -0.585404 -4.41125 0.997275 0.311294 -0.948787 0.053843 0 0 v -0.488424 -4.37587 1.00041 0.309674 -0.949632 0.047964 0 0 v -0.386264 -4.3465 1.0051 0.307673 -0.950449 0.0445446 0 0 v -0.192134 -4.27804 1.01227 0.351685 -0.934594 0.0533996 0 0 v -0.0954938 -4.24223 1.01569 0.354563 -0.933706 0.0497772 0 0 v 0.0962761 -4.16801 1.02228 0.34998 -0.933631 0.0764734 0 0 v 0.191596 -4.13032 1.02514 0.328944 -0.941873 0.0683412 0 0 v 0.288996 -4.09738 1.02936 0.336119 -0.938796 0.0754014 0 0 v 0.385086 -4.0616 1.03309 0.303052 -0.948406 0.0932001 0 0 v 0.487426 -4.03338 1.03757 0.268212 -0.958135 0.100201 0 0 v 0.589636 -4.00551 1.0422 0.311493 -0.94152 0.128503 0 0 v 0.686686 -3.97123 1.04531 0.292681 -0.945427 0.1432 0 0 v 0.788196 -3.94072 1.05013 0.30267 -0.943909 0.132008 0 0 v 0.884416 -3.90527 1.05383 0.327779 -0.936105 0.127546 0 0 v 0.981106 -3.86924 1.0574 0.290063 -0.948154 0.129875 0 0 v 1.08312 -3.84025 1.06134 0.30657 -0.943174 0.128208 0 0 v 1.17997 -3.8074 1.06537 0.319228 -0.930186 0.18124 0 0 v 1.27671 -3.77325 1.06843 0.303257 -0.935454 0.181554 0 0 v 1.37711 -3.73864 1.07195 0.301442 -0.931699 0.202656 0 0 v -4.64535 4.20694 12.6661 0.985951 0.123517 -0.112442 0 0 v -4.04152 -2.94691 9.09366 0.680055 -0.721413 -0.130726 0 0 v -3.89463 -2.80871 9.08766 0.669459 -0.728336 -0.146122 0 0 v -2.01955 0.980636 13.8013 0.746322 -0.630438 -0.213427 0 0 v -4.1147 -3.01697 9.23647 0.600219 -0.792936 0.104829 0 0 v -3.75552 -2.65827 9.09096 0.767363 -0.639756 -0.0432064 0 0 v -1.38215 1.63714 14.2456 0.783023 -0.527941 -0.328867 0 0 v -4.86439 -2.79465 7.91537 0.210108 -0.977657 0.00644119 0 0 v 4.47923 -2.30063 8.09857 0.617722 -0.626887 0.474798 0 0 v 2.57481 -3.53891 1.13826 0.0941633 -0.983729 0.153007 0 0 v 2.69089 -3.53049 1.14598 0.105496 -0.973624 0.202306 0 0 v 2.8006 -3.51496 1.15218 0.104955 -0.968969 0.223794 0 0 v 2.91633 -3.50397 1.1597 0.0907776 -0.974453 0.205428 0 0 v 3.02681 -3.49356 1.16631 0.113065 -0.974138 0.19563 0 0 v 3.14155 -3.47851 1.173 0.181335 -0.969841 0.162868 0 0 v 3.24404 -3.45362 1.17794 0.309121 -0.94022 0.142935 0 0 v 3.33597 -3.41398 1.18057 0.407222 -0.905821 0.116872 0 0 v 3.43038 -3.37386 1.18368 0.475863 -0.876394 0.0740734 0 0 v 3.59784 -3.26557 1.18466 0.54852 -0.835942 0.0180869 0 0 v 3.76435 -3.15434 1.18564 0.556173 -0.830181 0.038369 0 0 v 3.84876 -3.10097 1.18728 0.615208 -0.787606 -0.0345798 0 0 v 3.9225 -3.03576 1.18701 0.69175 -0.720051 -0.0548461 0 0 v 3.99153 -2.95385 1.18214 0.773576 -0.606765 -0.182803 0 0 v 4.04904 -2.86321 1.17897 0.799118 -0.536926 -0.27041 0 0 v 4.1073 -2.76956 1.17321 0.794744 -0.485072 -0.364811 0 0 v 4.1597 -2.67143 1.16949 0.754735 -0.467514 -0.460223 0 0 v 4.21954 -2.57838 1.16178 0.72153 -0.456867 -0.520256 0 0 v 4.27283 -2.48101 1.158 0.727868 -0.415862 -0.545222 0 0 v 4.32433 -2.37672 1.1494 0.709992 -0.432198 -0.555982 0 0 v 4.38271 -2.28798 1.14828 0.695452 -0.471904 -0.541898 0 0 v 4.44326 -2.19577 1.13948 0.670239 -0.533699 -0.515698 0 0 v 4.50714 -2.11157 1.13394 0.633373 -0.592887 -0.497317 0 0 v 4.57971 -2.04197 1.13571 0.52295 -0.703249 -0.481627 0 0 v -4.25894 -2.80987 9.93787 0.476349 -0.77609 0.413251 0 0 v -4.9984 -2.9544 8.06476 0.51483 -0.488548 -0.704465 0 0 v -6.26293 2.73922 12.5165 -0.957151 0.0777747 -0.278951 0 0 v -5.3008 -3.76283 10.0895 0.748116 -0.614103 0.251395 0 0 v 6.05249 -0.467853 5.86367 0.993239 -0.0837699 0.0803615 0 0 v -4.87424 2.39184 7.78216 -0.553434 0.791733 0.25859 0 0 v -5.7718 2.17161 7.18597 -0.44231 0.81243 0.379894 0 0 v -1.79746 2.52321 13.4947 -0.346243 0.930848 -0.116784 0 0 v -1.7676 3.35579 6.12073 -0.113436 0.983826 0.138633 0 0 v -1.66822 3.36909 6.12248 -0.196299 0.964476 0.176787 0 0 v -1.86749 3.34392 6.11944 -0.0944451 0.984298 0.149121 0 0 v -1.96706 3.34012 6.11814 -0.0845914 0.987648 0.13189 0 0 v -3.56631 3.12174 6.09625 0.120876 0.992123 0.0328942 0 0 v -3.86701 3.15254 6.09737 0.0214244 0.991634 0.127292 0 0 v -3.96734 3.15106 6.09707 -0.071886 0.990415 0.117944 0 0 v -3.26735 3.14026 6.24236 -0.00467849 0.990498 -0.137444 0 0 v -3.66707 3.12657 6.24007 0.0473014 0.996389 -0.0705095 0 0 v -4.27218 3.05162 6.37801 -0.450566 0.883468 0.128354 0 0 v -2.66816 3.22823 6.25183 -0.11664 0.983237 0.140145 0 0 v 5.54077 -2.07631 6.22422 0.877432 -0.444399 0.180616 0 0 v -5.03061 -3.10598 11.2188 0.737899 -0.648218 0.187933 0 0 v -3.2247 -1.83122 9.50237 0.898036 -0.407472 0.165825 0 0 v -3.94513 -2.5615 9.93676 0.630558 -0.671655 0.388943 0 0 v -0.671844 2.37124 14.2448 0.589381 -0.805385 0.0631294 0 0 v -0.752704 2.31271 14.2448 0.59831 -0.797518 0.0773937 0 0 v -0.425024 2.54227 14.2451 0.514615 -0.830066 0.214853 0 0 v -3.62637 -2.48969 8.94316 0.715516 -0.681835 -0.152112 0 0 v -4.24238 -2.31241 11.789 0.875051 -0.479655 -0.0649453 0 0 v -3.82775 -3.732 0.840765 0.162446 -0.947441 0.275621 0 0 v -3.7185 -3.70894 0.844945 0.247749 -0.933681 0.258573 0 0 v -3.62075 -3.67826 0.849335 0.326263 -0.916814 0.230226 0 0 v -3.53056 -3.63453 0.851925 0.431716 -0.884071 0.178998 0 0 v -3.44064 -3.58883 0.853805 0.410378 -0.887 0.211709 0 0 v -3.24384 -3.51765 0.859495 0.206083 -0.939817 0.272533 0 0 v -3.1392 -3.49797 0.866455 0.18189 -0.944273 0.274344 0 0 v -3.03152 -3.47431 0.871235 0.275677 -0.92744 0.252698 0 0 v -2.94077 -3.43336 0.874295 0.328792 -0.917179 0.225118 0 0 v -2.83888 -3.40284 0.878185 0.274097 -0.933627 0.230678 0 0 v 5.85642 -1.26692 6.4137 0.936688 -0.191323 0.293277 0 0 v -1.36358 1.61786 13.3579 0.359426 -0.745518 0.561263 0 0 v -0.598384 2.43979 14.3933 0.633279 -0.771925 0.0555819 0 0 v 0.045956 2.91405 14.3932 0.572723 -0.760728 0.305421 0 0 v -2.80765 0.361766 12.4805 0.287807 -0.812728 0.506597 0 0 v -3.70755 -2.55093 9.37286 0.725885 -0.669007 0.159754 0 0 v -3.37454 -1.97847 9.78936 0.833064 -0.476755 0.280552 0 0 v -0.938564 -4.42343 1.11315 -0.150239 -0.92771 0.341734 0 0 v -0.814694 -4.43148 1.12323 0.0250013 -0.967295 0.252418 0 0 v -0.594864 -4.39808 1.13495 0.247625 -0.95397 0.169185 0 0 v -0.496264 -4.36633 1.13927 0.277513 -0.945844 0.168422 0 0 v -0.394524 -4.3353 1.14329 0.314359 -0.932181 0.179491 0 0 v -0.297654 -4.30026 1.14689 0.346045 -0.919475 0.186598 0 0 v -0.201504 -4.26397 1.15009 0.339269 -0.915193 0.217527 0 0 v -0.104114 -4.22984 1.15395 0.348698 -0.90632 0.238732 0 0 v -0.0139839 -4.18649 1.15687 0.37232 -0.904036 0.209992 0 0 v -3.22059 -1.67313 9.78176 0.891656 -0.346114 0.291814 0 0 v -3.13455 -1.445 9.77467 0.906391 -0.321561 0.273959 0 0 v 5.40212 2.32452 5.24864 0.825893 0.562558 -0.0378159 0 0 v -3.30468 -1.72793 9.92426 0.840982 -0.338762 0.421888 0 0 v -3.35291 -1.83594 9.92666 0.825202 -0.398278 0.400521 0 0 v -4.11073 -2.14503 11.0672 0.684799 -0.708639 -0.169945 0 0 v -3.69919 -0.273934 12.1794 0.598476 -0.63747 0.485241 0 0 v 5.4524 -2.30359 6.09733 0.89137 -0.426485 0.153525 0 0 v -5.1244 -4.19696 8.82946 0.653352 -0.756737 -0.02192 0 0 v -0.876624 1.96753 13.508 0.346841 -0.761233 0.547929 0 0 v 3.95474 -2.42079 8.35777 0.442991 -0.728211 0.522942 0 0 v 4.16124 -3.59544 6.11567 0.587472 -0.790487 0.173224 0 0 v -3.65118 -0.340524 12.0389 0.713737 -0.516907 0.472638 0 0 v -1.12591 1.97596 13.7992 0.539232 -0.808503 0.235694 0 0 v -1.66208 1.5218 13.7981 0.757021 -0.599141 -0.260671 0 0 v -1.8354 1.24138 13.8004 0.794853 -0.502967 -0.339459 0 0 v -0.362084 2.61079 15.4326 0.710877 -0.53684 0.454375 0 0 v 3.90271 -3.7513 6.11457 0.44698 -0.864757 0.228919 0 0 v -7.8086 -2.98064 8.84496 -0.994913 -0.0892373 -0.0467407 0 0 v -1.20167 1.90743 14.2432 0.751089 -0.601007 -0.273232 0 0 v -1.21781 1.93045 14.0957 0.681179 -0.725702 -0.0967014 0 0 v -0.153404 2.50362 13.8027 0.379128 -0.768739 0.515075 0 0 v 2.56215 -3.52741 1.27191 0.30513 -0.905533 -0.294797 0 0 v 2.66484 -3.5 1.27688 0.272623 -0.960342 -0.0584812 0 0 v 2.77311 -3.47967 1.28381 0.202541 -0.975829 0.0820724 0 0 v 2.88267 -3.46282 1.2903 0.151848 -0.973589 0.17049 0 0 v 2.99817 -3.45196 1.29807 0.0914234 -0.96006 0.264438 0 0 v 3.11299 -3.4398 1.30524 0.135039 -0.945234 0.297148 0 0 v 3.22189 -3.42145 1.31108 0.214592 -0.924921 0.3138 0 0 v 3.3202 -3.39121 1.31507 0.329913 -0.899117 0.287655 0 0 v 3.41513 -3.35217 1.31782 0.404002 -0.873276 0.272346 0 0 v 3.50385 -3.3045 1.31939 0.447368 -0.866832 0.220145 0 0 v 3.59249 -3.25738 1.32132 0.511787 -0.844652 0.15696 0 0 v 3.67391 -3.20107 1.322 0.563684 -0.810567 0.158877 0 0 v 3.75427 -3.14126 1.32112 0.568334 -0.807248 0.15921 0 0 v 3.83647 -3.08703 1.31952 0.584104 -0.796463 0.156429 0 0 v 3.91598 -3.022 1.32099 0.611132 -0.777469 0.148526 0 0 v 3.9942 -2.95972 1.32131 0.649626 -0.758919 0.0450345 0 0 v 4.06581 -2.8864 1.31849 0.722099 -0.679814 -0.128164 0 0 v 4.13511 -2.81017 1.31579 0.721488 -0.645498 -0.250575 0 0 v 4.20262 -2.73249 1.31373 0.711522 -0.60546 -0.356588 0 0 v 4.26975 -2.65477 1.31206 0.705343 -0.562099 -0.431898 0 0 v 4.32928 -2.56185 1.3045 0.730305 -0.484032 -0.482045 0 0 v 4.38582 -2.46614 1.29861 0.734028 -0.450384 -0.508289 0 0 v 4.4417 -2.37587 1.29899 0.743543 -0.437507 -0.505699 0 0 v 4.49351 -2.27175 1.29025 0.720065 -0.493505 -0.48781 0 0 v 4.55758 -2.18722 1.28505 0.6585 -0.577983 -0.481989 0 0 v 4.62733 -2.11245 1.28184 0.547186 -0.676362 -0.493074 0 0 v -3.76472 -2.47073 9.79577 0.658361 -0.674014 0.335062 0 0 v -3.72166 -2.5299 9.51506 0.683594 -0.702904 0.196533 0 0 v -5.16854 -3.43423 10.6513 0.809523 -0.578648 0.0991967 0 0 v -5.10736 -3.3466 10.65 0.84325 -0.531781 0.0783499 0 0 v -1.7452 1.28702 13.9479 0.788155 -0.523933 -0.322965 0 0 v 4.2643 -3.21734 6.77379 0.388069 -0.846513 0.364441 0 0 v -4.87282 2.66961 7.21856 -0.448428 0.827669 0.337456 0 0 v -1.99563 2.34667 13.0461 -0.210882 0.923571 -0.320225 0 0 v -5.56538 2.60967 5.47447 -0.378649 0.923557 0.0605532 0 0 v -5.76443 2.5305 5.46761 -0.378562 0.924699 0.0402918 0 0 v -4.36396 3.02667 5.50978 -0.403762 0.9145 0.0257952 0 0 v -6.82141 -0.480903 4.50196 -0.67638 0.064005 -0.733766 0 0 v -4.7817 1.80334 9.49946 0.204621 0.970381 0.128416 0 0 v -3.66415 3.11092 5.51822 0.0675472 0.993752 -0.088855 0 0 v -5.67476 2.21481 7.19127 -0.408827 0.840619 0.355274 0 0 v -1.46735 3.42098 6.12797 -0.387544 0.879957 0.274746 0 0 v -3.56683 3.11566 6.23943 -0.0112872 0.991894 -0.126563 0 0 v -3.16744 3.13925 6.2429 -0.00499561 0.995732 -0.0921588 0 0 v -2.76805 3.21463 6.25042 -0.232879 0.964389 0.125387 0 0 v -5.0649 2.74695 6.06496 -0.515416 0.855388 0.0515542 0 0 v 4.89064 -3.06757 6.11716 0.643746 -0.713137 0.277536 0 0 v 3.38945 -2.48183 8.75226 0.199421 -0.763187 0.614636 0 0 v -3.61516 -0.220394 12.1809 0.449564 -0.796754 0.403826 0 0 v -5.05362 -3.94802 9.38787 0.732194 -0.588323 0.343174 0 0 v -5.19532 -4.09462 9.39056 0.622376 -0.686685 0.375649 0 0 v -0.590364 2.42959 14.2446 0.575166 -0.808746 0.122942 0 0 v -0.341764 2.59769 14.2456 0.548784 -0.808756 0.211543 0 0 v -2.18967 0.878486 13.5035 0.787153 -0.553028 -0.273039 0 0 v -3.1125 0.106106 12.3289 0.583817 -0.755399 0.29754 0 0 v 1.39465 -3.45745 7.35746 0.21397 -0.960624 0.177251 0 0 v -3.65033 -3.63617 0.984595 0.231886 -0.896192 0.378244 0 0 v -3.5465 -3.61114 0.989275 0.336892 -0.867104 0.366925 0 0 v -3.45733 -3.56382 0.990715 0.404794 -0.85876 0.314123 0 0 v -3.36721 -3.51896 0.993135 0.336533 -0.899289 0.279328 0 0 v -4.21944 -3.03816 8.95066 0.488437 -0.840489 -0.234538 0 0 v -4.75326 -2.77976 7.91887 0.17946 -0.964597 0.193251 0 0 v -4.03094 -1.91628 11.783 0.873094 -0.486365 -0.0339986 0 0 v -2.85407 -3.37988 1.01524 0.299527 -0.927051 0.225522 0 0 v -4.07733 -2.19044 10.639 0.650258 -0.714574 0.257969 0 0 v -7.93833 -1.08034 8.97147 -0.987995 -0.0367863 -0.150045 0 0 v -1.45472 1.57475 13.3555 0.361095 -0.771585 0.523705 0 0 v -0.520244 2.50304 14.3939 0.60002 -0.796466 0.0749548 0 0 v -5.60169 -4.21302 9.66757 0.358747 -0.841351 0.404263 0 0 v 0.126156 2.97327 14.392 0.599186 -0.723395 0.343039 0 0 v -2.10765 1.11078 13.3546 0.761618 -0.627072 -0.163457 0 0 v -2.66222 0.333726 12.4762 0.0812311 -0.810846 0.579595 0 0 v -2.45358 0.379156 12.4827 0.281374 -0.917849 0.279968 0 0 v 6.02588 0.629247 6.00086 0.962055 0.196088 0.189735 0 0 v -2.82082 0.211136 12.1866 0.51879 -0.850251 -0.0890516 0 0 v -3.3307 -2.03002 9.07507 0.846546 -0.518861 -0.118922 0 0 v -0.616894 -4.36643 1.27071 0.153893 -0.931099 0.330713 0 0 v -0.414634 -4.30839 1.2793 0.309434 -0.900169 0.306508 0 0 v -0.319044 -4.27086 1.28319 0.348486 -0.874892 0.336337 0 0 v 5.42226 -1.72756 7.15186 0.863503 -0.412959 0.28953 0 0 v -5.01689 -3.1261 11.0756 0.797824 -0.581441 0.159382 0 0 v -7.78991 -3.08131 8.84476 -0.972019 -0.210872 -0.103496 0 0 v -3.72205 -2.52495 8.80147 0.678618 -0.672779 -0.294697 0 0 v -7.44439 -0.386033 8.01427 -0.615861 0.103836 -0.780982 0 0 v -4.45654 -3.04318 8.65687 0.401008 -0.760715 -0.510397 0 0 v -2.73409 0.259866 12.3331 0.300597 -0.930899 0.207531 0 0 v 5.8594 -1.66746 5.56828 0.901374 -0.393178 0.181484 0 0 v -4.2649 -2.27639 11.0678 0.605503 -0.786148 -0.123848 0 0 v 5.60881 1.42721 6.53594 0.844606 0.479923 0.237307 0 0 v 3.72234 -3.66552 6.64193 0.393442 -0.840277 0.373012 0 0 v 5.38788 -0.869453 7.66396 0.863935 -0.117121 0.489795 0 0 v -3.86908 -1.59375 11.2926 0.957315 -0.21031 0.198287 0 0 v -3.49688 0.606576 10.6812 0.925784 0.34652 0.151157 0 0 v -3.70685 -0.436644 12.0395 0.786913 -0.350627 0.507768 0 0 v -0.691814 2.22762 13.8003 0.437448 -0.817935 0.37366 0 0 v -0.109054 2.95571 15.2827 0.820185 -0.567098 0.0754702 0 0 v -7.12234 0.606527 6.90667 -0.944681 0.242128 0.22125 0 0 v -3.92073 -2.5858 8.51307 0.648998 -0.673616 -0.353613 0 0 v -0.304194 2.68809 15.423 0.767123 -0.562171 0.309009 0 0 v -1.80639 1.19918 13.9486 0.779721 -0.561738 -0.276558 0 0 v -5.47581 -3.8684 10.3723 0.635274 -0.727282 0.259785 0 0 v -4.42356 -2.5823 11.7913 0.690291 -0.683728 0.236674 0 0 v -3.96784 -2.87926 9.23506 0.713321 -0.696851 0.0746412 0 0 v 2.55299 -3.68692 1.43349 0.539413 -0.515905 -0.665489 0 0 v 2.61108 -3.59431 1.4233 0.496795 -0.649465 -0.575665 0 0 v 2.68503 -3.5291 1.41679 0.429313 -0.815231 -0.3887 0 0 v 2.7756 -3.48676 1.4181 0.336997 -0.876012 -0.345015 0 0 v 2.87621 -3.45559 1.42472 0.328637 -0.886986 -0.324428 0 0 v 2.97885 -3.42785 1.43045 0.265613 -0.954848 -0.133097 0 0 v 3.0873 -3.40812 1.43749 0.246756 -0.969004 0.0119349 0 0 v 3.18941 -3.3788 1.44242 0.321018 -0.933405 0.160321 0 0 v 3.29077 -3.34847 1.44739 0.326091 -0.89931 0.291387 0 0 v 3.38609 -3.31052 1.44983 0.386707 -0.863416 0.323991 0 0 v 3.47586 -3.2649 1.45177 0.375481 -0.868097 0.324688 0 0 v 3.57273 -3.23039 1.45527 0.439962 -0.854285 0.276821 0 0 v 3.65707 -3.17652 1.45609 0.5365 -0.816927 0.211656 0 0 v 3.82152 -3.06253 1.45661 0.565111 -0.807571 0.168757 0 0 v 3.90293 -3.00428 1.45709 0.574363 -0.808648 0.127261 0 0 v 3.98595 -2.94892 1.45737 0.522271 -0.850278 0.065282 0 0 v 4.07075 -2.8954 1.45779 0.575959 -0.817033 -0.0269774 0 0 v 4.15044 -2.83485 1.45844 0.607584 -0.779466 -0.152562 0 0 v 4.22706 -2.77008 1.4573 0.640754 -0.723624 -0.256522 0 0 v 4.30151 -2.70218 1.45722 0.659413 -0.676627 -0.327644 0 0 v 4.37198 -2.62731 1.45408 0.702625 -0.591865 -0.394986 0 0 v 4.43436 -2.54145 1.45014 0.73909 -0.507277 -0.443189 0 0 v 4.49068 -2.44611 1.44451 0.761885 -0.453759 -0.462205 0 0 v 4.54173 -2.34165 1.43622 0.752454 -0.458917 -0.472449 0 0 v 4.60212 -2.25422 1.43383 0.685866 -0.558561 -0.466474 0 0 v 4.67154 -2.17852 1.43115 0.572276 -0.68564 -0.449886 0 0 v 4.75399 -2.12241 1.43149 0.401622 -0.808645 -0.429876 0 0 v -4.06073 -2.91731 8.95037 0.667482 -0.706303 -0.235805 0 0 v -4.39423 -2.61421 10.3539 0.383646 -0.71894 0.579604 0 0 v -4.48393 -2.65981 10.3528 0.328684 -0.740161 0.586625 0 0 v -4.54771 -3.26837 9.08937 0.631069 -0.768666 -0.104419 0 0 v 3.53868 -3.22323 7.42377 0.34688 -0.666648 0.659738 0 0 v 5.63606 -2.17556 1.49776 0.245405 -0.756958 -0.605633 0 0 v 5.72688 -2.13212 1.49711 0.359156 -0.683328 -0.635664 0 0 v 5.80985 -2.07455 1.49783 0.449559 -0.63153 -0.631717 0 0 v 5.96721 -1.94933 1.4995 0.465704 -0.57581 -0.671985 0 0 v 6.12045 -1.81847 1.49536 0.465777 -0.588812 -0.660569 0 0 v 6.20165 -1.76043 1.49781 0.485534 -0.594956 -0.640534 0 0 v 6.278 -1.69469 1.49618 0.518204 -0.555656 -0.650162 0 0 v 6.34734 -1.61841 1.49381 0.558783 -0.50601 -0.65705 0 0 v 6.4114 -1.53382 1.48792 0.559382 -0.476608 -0.678186 0 0 v 6.47535 -1.44876 1.48213 0.561235 -0.513767 -0.64889 0 0 v 6.55555 -1.3827 1.49142 0.582009 -0.462976 -0.66852 0 0 v -2.01952 1.16221 13.5016 0.801435 -0.511114 -0.310588 0 0 v -6.9772 -1.2884 7.59057 -0.949413 -0.310284 0.0483541 0 0 v 0.764246 -3.42654 7.05726 -0.027556 -0.950074 0.310805 0 0 v -5.34977 -4.22386 9.38896 0.50491 -0.77856 0.372707 0 0 v -0.00389385 2.46312 13.6581 0.309162 -0.707884 0.635074 0 0 v -0.258474 2.65305 14.246 0.533651 -0.805815 0.256669 0 0 v 3.62197 -3.16842 7.42557 0.4544 -0.593847 0.663978 0 0 v 0.351536 3.00113 14.1023 0.59263 -0.664213 0.455644 0 0 v -3.03535 0.168156 12.3304 0.527936 -0.761725 0.375578 0 0 v -0.466614 2.25372 13.6555 0.3712 -0.764195 0.527463 0 0 v -4.7812 -2.7583 10.7816 0.815129 -0.547897 -0.188078 0 0 v 3.69228 -3.09248 7.42526 0.509249 -0.578675 0.637025 0 0 v -3.59117 -3.54627 1.12084 0.298116 -0.821454 0.486148 0 0 v -3.4952 -3.50852 1.12274 0.294039 -0.824544 0.483391 0 0 v -3.39729 -3.47628 1.12794 0.307102 -0.849569 0.42886 0 0 v 3.76759 -3.02697 7.42506 0.396757 -0.798138 0.453388 0 0 v -0.743074 2.1264 13.6534 0.387158 -0.776669 0.496885 0 0 v -4.03364 -1.91579 11.6373 0.892603 -0.421001 0.161303 0 0 v -4.37778 -3.16106 9.09096 0.476877 -0.870962 -0.118381 0 0 v -2.87741 -3.3476 1.15028 0.345474 -0.870334 0.35095 0 0 v 3.97088 -2.96827 7.42876 0.327402 -0.922606 0.203978 0 0 v -4.83295 -2.86673 11.5024 0.469802 -0.869833 0.15059 0 0 v -1.54518 1.52972 13.3542 0.405298 -0.780595 0.47582 0 0 v -0.194834 2.73557 14.393 0.561016 -0.798141 0.219618 0 0 v 0.346096 3.18078 14.3928 0.67377 -0.62342 0.396713 0 0 v -3.32397 -0.110424 11.8924 0.603055 -0.797514 -0.0172318 0 0 v -4.68669 4.70812 12.8223 0.991024 0.0782553 -0.10839 0 0 v -1.32164 1.02903 12.4881 0.444638 -0.648522 -0.617832 0 0 v 4.32593 -3.30633 6.5109 0.389357 -0.831086 0.397112 0 0 v -4.82399 -2.87959 11.3596 0.515784 -0.854498 0.0616426 0 0 v 4.06666 -2.9304 7.43077 0.351586 -0.906902 0.232199 0 0 v 4.16103 -2.89089 7.43077 0.397976 -0.887811 0.231098 0 0 v 4.251 -2.84768 7.43257 0.475401 -0.855213 0.206408 0 0 v 4.336 -2.79556 7.43507 0.54629 -0.816684 0.185997 0 0 v -4.82152 -2.88171 11.2162 0.627993 -0.777337 0.0370502 0 0 v -4.54963 -2.57593 11.9324 0.340321 -0.739955 0.580214 0 0 v -7.0649 0.708087 7.03947 -0.946018 0.255279 0.199708 0 0 v -3.24801 -0.0445736 11.8915 0.650516 -0.75148 -0.110025 0 0 v -3.17307 0.0227764 11.8909 0.639387 -0.753767 -0.15172 0 0 v -1.21819 1.93203 13.947 0.614424 -0.786606 0.0611096 0 0 v 0.316266 2.34455 13.2336 0.870062 -0.492481 0.0213161 0 0 v 5.65287 1.3301 6.54064 0.899096 0.3815 0.214673 0 0 v -1.86876 1.1119 13.9495 0.75713 -0.624778 -0.190802 0 0 v -4.18792 -2.21099 11.0678 0.65499 -0.737275 -0.16557 0 0 v -0.302314 2.71032 15.1353 0.815081 -0.567441 -0.116848 0 0 v 0.0812362 3.20813 15.1335 0.849645 -0.445464 0.282249 0 0 v 0.205986 2.68536 13.8061 0.39302 -0.724004 0.56688 0 0 v -0.242844 2.45732 13.8025 0.391871 -0.780682 0.486798 0 0 v -0.470724 2.42142 15.2804 0.808875 -0.577992 0.107918 0 0 v -0.0506339 3.0449 15.2815 0.845396 -0.512189 0.151554 0 0 v -0.806494 2.03012 15.1341 0.406292 -0.778091 0.479063 0 0 v 5.27498 -2.04393 7.02546 0.784203 -0.52202 0.335441 0 0 v 4.50008 -2.68217 7.43546 0.610452 -0.759512 0.224698 0 0 v 4.57472 -2.61512 7.43456 0.633888 -0.7185 0.286258 0 0 v 4.65008 -2.54881 7.43376 0.64993 -0.682076 0.335206 0 0 v 2.61098 -3.7725 1.57417 0.59726 -0.598512 -0.533913 0 0 v 2.67874 -3.69467 1.57333 0.540023 -0.582136 -0.607859 0 0 v 2.76593 -3.64545 1.5775 0.433315 -0.660382 -0.613297 0 0 v 2.84959 -3.59052 1.57703 0.43221 -0.698771 -0.570012 0 0 v 2.9322 -3.53399 1.57739 0.457087 -0.731668 -0.5057 0 0 v 3.01062 -3.47323 1.5742 0.428918 -0.808811 -0.402312 0 0 v 3.10005 -3.42705 1.576 0.457024 -0.83379 -0.309715 0 0 v 3.1844 -3.3741 1.57639 0.488919 -0.825136 -0.283034 0 0 v 3.2735 -3.32688 1.57932 0.460557 -0.873599 -0.157202 0 0 v 3.3617 -3.27779 1.58171 0.486442 -0.872185 -0.0516415 0 0 v 3.45115 -3.23087 1.58372 0.464125 -0.885207 0.0315569 0 0 v 3.54569 -3.19235 1.58766 0.401818 -0.911198 0.09089 0 0 v 3.63718 -3.14892 1.58897 0.466282 -0.879941 0.0910201 0 0 v 3.72558 -3.10074 1.59078 0.52254 -0.850893 0.0541626 0 0 v 3.80815 -3.04405 1.59127 0.533006 -0.84607 -0.00833507 0 0 v 3.8941 -2.99228 1.59322 0.516922 -0.856008 0.00646164 0 0 v 3.98469 -2.94814 1.59481 0.463225 -0.884889 -0.0489244 0 0 v 4.07509 -2.90308 1.59647 0.47801 -0.872356 -0.102475 0 0 v 4.16233 -2.85329 1.59883 0.508581 -0.847621 -0.151272 0 0 v 4.24551 -2.79787 1.59906 0.568302 -0.801947 -0.184159 0 0 v 4.32673 -2.73959 1.6002 0.575868 -0.775624 -0.258425 0 0 v 4.4033 -2.67469 1.59907 0.642827 -0.687234 -0.338354 0 0 v 4.47362 -2.59983 1.59616 0.711224 -0.586036 -0.38823 0 0 v 4.53517 -2.51323 1.5926 0.749606 -0.511128 -0.420523 0 0 v 4.59197 -2.41829 1.58671 0.754978 -0.474567 -0.452543 0 0 v 4.64868 -2.32329 1.58071 0.70337 -0.52755 -0.476404 0 0 v 4.71267 -2.23973 1.57533 0.593338 -0.654615 -0.468433 0 0 v 4.79226 -2.17932 1.5785 0.457493 -0.782944 -0.421544 0 0 v 4.72131 -2.47496 7.43386 0.706393 -0.601881 0.372488 0 0 v -4.88577 -3.4877 9.65857 0.760944 -0.464444 0.453052 0 0 v -4.82687 -3.39859 9.65556 0.760161 -0.481311 0.436457 0 0 v -4.76786 -3.30366 9.65617 0.723561 -0.538565 0.431749 0 0 v 4.78533 -2.3906 7.43296 0.723775 -0.573779 0.38331 0 0 v 4.85284 -2.31342 7.43106 0.712337 -0.576204 0.400706 0 0 v 5.6966 -2.25713 1.65069 0.20329 -0.883977 -0.421021 0 0 v 5.78718 -2.22094 1.64874 0.376441 -0.782066 -0.496654 0 0 v 5.87551 -2.17058 1.65107 0.440181 -0.710321 -0.549258 0 0 v 5.95885 -2.11599 1.65052 0.468977 -0.677616 -0.566478 0 0 v 6.11751 -1.99385 1.65045 0.51621 -0.620299 -0.590556 0 0 v 6.26953 -1.86164 1.65001 0.535055 -0.611273 -0.583148 0 0 v 6.34222 -1.78974 1.64508 0.557877 -0.603743 -0.569445 0 0 v 6.41661 -1.72233 1.64636 0.574797 -0.586254 -0.570889 0 0 v 6.4867 -1.64721 1.64463 0.606935 -0.532028 -0.590403 0 0 v 6.61883 -1.4863 1.64005 0.594443 -0.539256 -0.596524 0 0 v 6.68682 -1.40931 1.63856 0.639171 -0.495396 -0.588254 0 0 v 6.74013 -1.30647 1.62769 0.653574 -0.420784 -0.629112 0 0 v 6.79866 -1.21767 1.62787 0.640708 -0.39171 -0.660346 0 0 v 5.47395 -2.15911 6.36062 0.863831 -0.443976 0.238078 0 0 v -3.76305 -2.64782 9.23226 0.762796 -0.634019 0.127128 0 0 v -4.19759 -2.1968 11.643 0.821595 -0.566305 0.0654199 0 0 v -0.372144 2.29448 13.6523 0.353798 -0.757535 0.548604 0 0 v 4.22775 -2.98975 7.16837 0.430911 -0.73387 0.525119 0 0 v 2.26545 -3.13433 7.78367 0.391802 -0.909102 0.141508 0 0 v -1.14022 1.99534 13.9476 0.601751 -0.790291 0.115483 0 0 v -0.175024 2.70809 14.2468 0.51365 -0.816029 0.265067 0 0 v -2.67773 0.531646 12.9123 0.748778 -0.633654 -0.194458 0 0 v -2.83003 0.223126 12.3323 0.345214 -0.872178 0.346603 0 0 v -2.93371 0.197296 12.3306 0.294836 -0.841232 0.453211 0 0 v 3.06425 -4.11664 6.09561 0.585683 -0.698389 0.411373 0 0 v -3.73219 -3.5173 1.24937 0.158495 -0.742936 0.650327 0 0 v 4.98401 -2.15075 7.42787 0.702548 -0.602874 0.378113 0 0 v 3.74825 -2.47384 8.49026 0.444337 -0.781791 0.437455 0 0 v -4.02063 -2.09974 10.7814 0.718029 -0.652384 0.242548 0 0 v -4.70029 -2.87489 10.213 0.493217 -0.69627 0.521483 0 0 v -4.41081 -2.41436 10.6375 0.44846 -0.846474 0.286995 0 0 v 5.24927 -1.8286 7.42316 0.758805 -0.505258 0.41101 0 0 v -4.11547 -3.01482 9.09376 0.594442 -0.797499 -0.10312 0 0 v -3.12731 0.128326 12.4734 0.654329 -0.745735 0.125434 0 0 v -1.63424 1.48233 13.3548 0.42721 -0.797106 0.426747 0 0 v -1.80602 1.37887 13.3545 0.54969 -0.780897 0.296715 0 0 v 0.199936 3.04362 14.3952 0.636435 -0.675153 0.372987 0 0 v 5.74016 1.02964 6.68753 0.908813 0.333985 0.250028 0 0 v -5.72832 -4.20625 9.80607 0.386086 -0.868957 0.309597 0 0 v 0.0384961 2.04522 13.2234 0.51603 -0.726017 0.454545 0 0 v -1.2401 1.08763 12.4898 0.448772 -0.64539 -0.618123 0 0 v -3.46452 -2.19838 9.65276 0.786254 -0.546128 0.289048 0 0 v -1.41608 1.68838 14.0964 0.777733 -0.536403 -0.327725 0 0 v -5.08617 -3.90295 9.52656 0.696943 -0.60067 0.391748 0 0 v 5.56905 0.531407 7.38656 0.846377 0.147601 0.511723 0 0 v -3.92369 -1.89569 11.208 0.938188 -0.344111 -0.0372815 0 0 v -2.38002 0.450126 12.3344 0.51402 -0.805037 -0.296142 0 0 v -5.34338 -3.70872 8.10067 0.463074 -0.339003 -0.818926 0 0 v -0.340724 1.54024 12.9362 0.573872 -0.788027 0.222899 0 0 v -0.423494 1.48387 12.9355 0.522884 -0.779115 0.345792 0 0 v -0.502054 1.42238 12.932 0.471072 -0.757094 0.452659 0 0 v -3.09451 0.0841964 11.8919 0.614456 -0.769196 -0.175445 0 0 v -2.75912 0.473356 12.7657 0.707203 -0.702799 -0.0770546 0 0 v -0.503674 2.47042 14.988 0.783786 -0.581109 -0.219071 0 0 v -0.107174 2.95524 14.9864 0.731827 -0.677686 0.0719072 0 0 v 0.284826 3.44694 14.9866 0.77386 -0.507333 0.379149 0 0 v -5.24247 -3.32887 11.2218 0.589525 -0.709047 0.386926 0 0 v -0.247374 2.79144 15.1304 0.803561 -0.588267 -0.0907251 0 0 v 4.48213 -2.48248 7.83117 0.627471 -0.632303 0.454394 0 0 v -0.332424 2.4112 13.8023 0.398197 -0.789077 0.467757 0 0 v -1.20944 1.92057 13.7986 0.558572 -0.813231 0.163258 0 0 v -1.72422 1.43512 13.7984 0.784218 -0.52561 -0.329753 0 0 v -2.36012 0.603856 12.0392 0.563744 -0.726309 -0.393278 0 0 v -2.28362 0.669516 12.038 0.587953 -0.667711 -0.456589 0 0 v -0.660664 1.29272 12.8041 0.652754 -0.743914 -0.143192 0 0 v 5.59355 0.231367 7.38747 0.887345 0.0178986 0.460759 0 0 v 2.65743 -3.84155 1.721 0.519153 -0.657937 -0.545526 0 0 v 2.74375 -3.79137 1.72592 0.506451 -0.655247 -0.560499 0 0 v 2.82038 -3.72605 1.72425 0.508046 -0.67531 -0.534645 0 0 v 3.06779 -3.55686 1.72571 0.468831 -0.705124 -0.531974 0 0 v 3.14652 -3.49403 1.72166 0.479793 -0.702156 -0.526094 0 0 v 3.23249 -3.44327 1.7274 0.441973 -0.713457 -0.543727 0 0 v 3.31188 -3.38264 1.72338 0.470266 -0.679337 -0.563339 0 0 v 3.38862 -3.31811 1.72225 0.533114 -0.681158 -0.50181 0 0 v 3.4656 -3.2537 1.72139 0.513597 -0.745829 -0.424214 0 0 v 3.55471 -3.20546 1.72834 0.448637 -0.839708 -0.305967 0 0 v 3.64407 -3.15926 1.7302 0.474805 -0.820782 -0.317613 0 0 v 3.7319 -3.11104 1.72821 0.486252 -0.820459 -0.300675 0 0 v 3.819 -3.06119 1.73107 0.534924 -0.78771 -0.305564 0 0 v 3.90143 -3.00451 1.73153 0.496542 -0.84519 -0.197738 0 0 v 3.99003 -2.95684 1.73364 0.467269 -0.866863 -0.173807 0 0 v 4.08523 -2.91864 1.73735 0.42308 -0.890178 -0.169076 0 0 v 4.17451 -2.87227 1.73923 0.484189 -0.851934 -0.199422 0 0 v 4.25827 -2.81791 1.73921 0.516614 -0.825141 -0.228588 0 0 v 4.34654 -2.76938 1.74157 0.491185 -0.830909 -0.261394 0 0 v 4.43019 -2.71474 1.74154 0.543898 -0.773096 -0.326338 0 0 v 4.50683 -2.64929 1.73989 0.65847 -0.64548 -0.387005 0 0 v 4.57254 -2.56965 1.73957 0.722379 -0.555464 -0.41186 0 0 v 4.63417 -2.48354 1.73629 0.739346 -0.518059 -0.430096 0 0 v 4.69413 -2.39103 1.72844 0.70504 -0.547083 -0.451241 0 0 v 4.763 -2.31497 1.72611 0.628429 -0.627789 -0.459301 0 0 v 5.38463 -2.37882 6.23398 0.819762 -0.511399 0.257799 0 0 v -4.466 -3.21046 9.08967 0.538099 -0.838247 -0.0882706 0 0 v -4.58695 -3.21348 9.51516 0.565412 -0.752948 0.336717 0 0 v -4.5041 -3.15765 9.51577 0.471808 -0.821934 0.319095 0 0 v -4.41593 -3.10904 9.51577 0.460526 -0.846659 0.266617 0 0 v -5.02541 -3.98989 9.24736 0.76442 -0.589772 0.260444 0 0 v 4.07953 -3.65336 6.11563 0.522987 -0.828883 0.198587 0 0 v 2.17127 -3.17661 7.78277 0.403192 -0.91019 0.0948177 0 0 v 5.91988 -2.238 1.79392 0.375272 -0.837706 -0.396761 0 0 v 6.00783 -2.18869 1.7962 0.443145 -0.783406 -0.435771 0 0 v 6.09105 -2.13376 1.79602 0.521257 -0.715586 -0.465003 0 0 v 6.24815 -2.00952 1.79749 0.572887 -0.658638 -0.487848 0 0 v 6.32074 -1.93744 1.79342 0.58865 -0.634851 -0.500455 0 0 v 6.39494 -1.86951 1.79467 0.599748 -0.627647 -0.496348 0 0 v 6.46567 -1.79548 1.79215 0.595763 -0.630212 -0.497896 0 0 v 6.54042 -1.72811 1.79288 0.614031 -0.604753 -0.507188 0 0 v 6.60748 -1.64719 1.7871 0.637057 -0.567757 -0.521354 0 0 v 6.74093 -1.48764 1.78277 0.641266 -0.553543 -0.531384 0 0 v 6.80834 -1.41054 1.78323 0.6596 -0.499789 -0.561372 0 0 v 6.86863 -1.31834 1.77536 0.655681 -0.474386 -0.587401 0 0 v -0.409064 1.79327 12.6766 0.383465 -0.00107327 -0.923555 0 0 v 2.46494 2.48575 8.64526 0.123677 0.862573 0.490583 0 0 v -0.540014 2.34444 15.1349 0.819704 -0.543172 -0.181794 0 0 v 4.23601 -3.17738 6.90446 0.40428 -0.813691 0.41769 0 0 v 4.14328 -3.21894 6.90507 0.47676 -0.772569 0.41933 0 0 v 6.04078 0.0317067 6.14359 0.974811 -0.0430972 0.21883 0 0 v -0.117524 2.27628 13.5106 0.260242 -0.704088 0.660708 0 0 v -4.09596 -2.69485 9.93726 0.581425 -0.713534 0.390915 0 0 v -0.168744 2.86844 14.8378 0.682154 -0.719535 0.130136 0 0 v 5.6145 -0.667653 7.24516 0.92144 -0.105643 0.373883 0 0 v 4.56902 -3.30625 6.11756 0.555713 -0.791763 0.253561 0 0 v 4.2505 -2.67278 7.83246 0.467717 -0.687102 0.555997 0 0 v -3.81273 -3.39609 1.3675 0.0414591 -0.66269 0.747745 0 0 v 5.88938 1.22817 5.8496 0.889304 0.41651 0.188831 0 0 v 3.60405 -2.61591 8.35417 0.415183 -0.81666 0.400862 0 0 v 3.51052 -2.65943 8.35617 0.374248 -0.841042 0.390623 0 0 v -3.53845 -0.304853 11.4548 0.913254 -0.404516 -0.0483082 0 0 v -3.95158 -2.02271 10.7807 0.758734 -0.611117 0.225518 0 0 v -3.89126 -1.93409 10.7792 0.826155 -0.516531 0.225087 0 0 v -5.04017 -3.26319 10.3624 0.88086 -0.469473 0.0606732 0 0 v -4.26659 -2.97409 9.65797 0.482416 -0.783009 0.392646 0 0 v -5.18744 -3.40511 10.9381 0.73025 -0.651427 0.205859 0 0 v -4.74154 -2.82424 11.504 0.389319 -0.909139 0.147978 0 0 v -3.06149 0.208566 12.4723 0.727129 -0.68351 0.0640109 0 0 v -2.99039 0.280396 12.4727 0.553421 -0.800046 0.231629 0 0 v -1.96978 1.26431 13.3543 0.642542 -0.750759 0.1533 0 0 v 0.472616 3.33363 14.3933 0.757464 -0.533661 0.376105 0 0 v 5.83863 -1.46856 6.27368 0.922788 -0.322324 0.211113 0 0 v -7.83578 -0.477764 9.51017 -0.974619 0.172022 0.143268 0 0 v -1.10481 1.59487 13.2124 0.25192 -0.652637 0.714564 0 0 v -2.18611 1.05029 13.2067 0.710276 -0.702083 0.0508603 0 0 v -1.98538 0.580156 12.6334 0.347309 -0.921698 0.172769 0 0 v -1.88971 0.619096 12.6337 0.4049 -0.914323 0.00836565 0 0 v -0.116454 2.79833 14.3944 0.576153 -0.775544 0.258032 0 0 v -2.69072 0.553176 12.7644 0.735095 -0.677926 0.00723293 0 0 v -2.23796 0.765176 12.7826 0.0276469 -0.64963 0.759748 0 0 v -1.24849 0.920756 12.7838 0.374134 -0.866229 0.331166 0 0 v -3.37115 0.505876 10.3753 0.924602 0.232059 0.302092 0 0 v -5.87442 4.54424 13.0662 -0.810623 0.335363 -0.480023 0 0 v 0.378866 3.48366 14.8366 0.80715 -0.488599 0.33133 0 0 v -2.20711 0.902796 12.9188 0.271945 -0.733542 0.622867 0 0 v -2.74235 0.448186 12.9127 0.711396 -0.688084 -0.143022 0 0 v -0.440174 2.55643 14.9875 0.789721 -0.586483 -0.179941 0 0 v -0.037634 3.03128 14.9865 0.739043 -0.666668 0.0967952 0 0 v -0.665644 2.17763 15.1332 0.74977 -0.661677 0.00527819 0 0 v -0.176124 2.87801 15.1351 0.762131 -0.646738 -0.0297726 0 0 v -3.4576 0.505916 10.6819 0.92859 0.314416 0.197136 0 0 v -1.38374 1.11223 12.938 0.0522065 -0.557081 0.828816 0 0 v -0.809794 2.03485 14.9851 0.69889 -0.710134 -0.0852196 0 0 v -3.16101 0.0030464 12.0385 0.597355 -0.800713 -0.0450103 0 0 v -3.00215 0.124926 12.0381 0.560652 -0.818551 -0.125079 0 0 v -4.29667 -2.41581 11.7895 0.867817 -0.496841 0.00651016 0 0 v -4.35354 -2.50701 11.7916 0.756791 -0.628838 0.178411 0 0 v 4.70148 -2.97344 6.64198 0.660025 -0.63944 0.394313 0 0 v -1.71787 1.24506 14.0973 0.761173 -0.600903 -0.24399 0 0 v 2.5554 -4.04915 1.87428 0.451854 -0.721215 -0.525049 0 0 v 2.64315 -4.00047 1.8776 0.503205 -0.673309 -0.541701 0 0 v 2.7207 -3.93603 1.87549 0.529585 -0.659598 -0.533357 0 0 v 2.87282 -3.8041 1.87297 0.563927 -0.658598 -0.498231 0 0 v 2.94931 -3.7388 1.87137 0.521213 -0.698897 -0.489776 0 0 v 3.03163 -3.68229 1.87176 0.462163 -0.73828 -0.491272 0 0 v 3.12003 -3.63452 1.87471 0.398495 -0.751599 -0.525643 0 0 v 3.20537 -3.58323 1.87117 0.376999 -0.714594 -0.58926 0 0 v 3.2991 -3.54468 1.87529 0.317923 -0.687253 -0.653153 0 0 v 3.39267 -3.4996 1.87359 0.367806 -0.623132 -0.690235 0 0 v 3.47698 -3.44788 1.88274 0.48348 -0.549034 -0.681769 0 0 v 3.55083 -3.37979 1.88428 0.545605 -0.514946 -0.66117 0 0 v 3.61495 -3.29555 1.87824 0.506769 -0.609248 -0.60992 0 0 v 3.69147 -3.22994 1.8765 0.489637 -0.674068 -0.553071 0 0 v 3.77772 -3.17934 1.88091 0.487839 -0.716182 -0.499096 0 0 v 3.86088 -3.12373 1.88084 0.6027 -0.660401 -0.447911 0 0 v 3.93185 -3.04977 1.877 0.579916 -0.722841 -0.375765 0 0 v 4.00684 -2.98184 1.87651 0.481403 -0.818179 -0.31438 0 0 v 4.10197 -2.94248 1.88031 0.381222 -0.857787 -0.344777 0 0 v 4.19655 -2.90425 1.88462 0.47711 -0.805651 -0.351131 0 0 v 4.28094 -2.851 1.88409 0.479017 -0.828219 -0.290855 0 0 v 4.36934 -2.80406 1.88633 0.43854 -0.837991 -0.324735 0 0 v 4.46042 -2.76056 1.88698 0.43711 -0.818043 -0.37382 0 0 v 4.54366 -2.7051 1.88715 0.584805 -0.703487 -0.403867 0 0 v 4.61359 -2.62981 1.88428 0.696907 -0.581774 -0.419355 0 0 v 4.73868 -2.45804 1.87651 0.702705 -0.554326 -0.446015 0 0 v 4.80314 -2.37403 1.87138 0.659985 -0.600146 -0.451933 0 0 v 4.87631 -2.30494 1.87215 0.604471 -0.672067 -0.427716 0 0 v -4.6814 -3.25135 8.66127 0.79756 -0.474499 -0.37249 0 0 v 3.90935 -3.23321 7.16637 0.50925 -0.635835 0.579981 0 0 v -4.90759 -3.81179 9.24257 0.840907 -0.499666 0.207871 0 0 v -4.96421 -3.90215 9.24546 0.813237 -0.52855 0.243476 0 0 v -7.88459 -0.677953 9.37516 -0.981535 0.172249 0.0831863 0 0 v -2.78234 0.337476 11.8896 0.606803 -0.733659 -0.305835 0 0 v 3.78246 -2.52329 8.35617 0.428451 -0.81353 0.39319 0 0 v 5.94832 -2.27824 1.9373 0.321178 -0.907888 -0.269415 0 0 v 6.04395 -2.24218 1.93959 0.424086 -0.854251 -0.300677 0 0 v 6.12741 -2.18759 1.93966 0.493449 -0.799765 -0.341882 0 0 v 6.209 -2.13005 1.94069 0.55293 -0.742041 -0.379005 0 0 v 6.28686 -2.06671 1.93895 0.582985 -0.703418 -0.40661 0 0 v 6.3625 -2.00043 1.93863 0.610911 -0.675671 -0.412621 0 0 v 6.43622 -1.93164 1.93999 0.605079 -0.668229 -0.432838 0 0 v 6.51057 -1.86401 1.94087 0.587805 -0.662428 -0.464407 0 0 v 6.5845 -1.79346 1.93625 0.58646 -0.639668 -0.49688 0 0 v 6.65588 -1.72 1.93335 0.604397 -0.599645 -0.524529 0 0 v 6.72628 -1.64541 1.93115 0.623537 -0.558757 -0.546802 0 0 v 6.79152 -1.5621 1.92727 0.634154 -0.53604 -0.557234 0 0 v 6.92748 -1.40862 1.92705 0.640379 -0.534268 -0.551791 0 0 v 6.99241 -1.32554 1.92338 0.64999 -0.499587 -0.572648 0 0 v -5.0728 -3.56705 8.24306 0.689704 -0.295986 -0.660833 0 0 v 0.00480619 3.14669 15.2826 0.88017 -0.402474 0.251625 0 0 v 0.274926 2.93608 14.1009 0.544049 -0.709197 0.448387 0 0 v 5.51652 0.226757 7.52776 0.848943 0.0395515 0.527003 0 0 v -6.40399 -2.54723 7.68717 -0.489715 -0.0685996 -0.86918 0 0 v -7.93699 -0.980423 8.97136 -0.989281 0.0478043 -0.137979 0 0 v -4.49344 -2.80831 8.36127 0.262869 -0.741846 -0.616899 0 0 v -3.41496 -0.152694 11.6005 0.789483 -0.574846 -0.215102 0 0 v -5.01223 6.99742 14.2137 -0.659135 0.742486 -0.119398 0 0 v -0.244294 1.75064 12.79 0.646982 -0.25032 -0.720246 0 0 v -1.52705 1.67752 13.7984 0.680419 -0.731754 -0.0395757 0 0 v -7.12719 0.806197 6.36409 -0.913199 0.399095 -0.0824097 0 0 v -4.05652 -2.92603 9.37677 0.696042 -0.675054 0.244598 0 0 v -5.34348 -3.88022 9.94866 0.681969 -0.649354 0.336539 0 0 v 3.98255 -3.16252 7.16266 0.55408 -0.551658 0.623433 0 0 v -4.80924 5.30692 13.6068 0.885876 -0.161816 0.434786 0 0 v -1.63434 0.956566 12.3407 0.451705 -0.684332 -0.57241 0 0 v 4.9553 -2.81442 6.50829 0.67852 -0.632883 0.372921 0 0 v 4.88173 -2.88212 6.50995 0.623837 -0.678672 0.387596 0 0 v -5.88769 -4.15273 10.228 0.407181 -0.86111 0.304457 0 0 v -5.25965 -3.47932 10.9377 0.662882 -0.699841 0.2661 0 0 v -4.91764 -2.91986 11.5007 0.535423 -0.824206 0.184408 0 0 v -4.99844 -2.97936 11.5013 0.558295 -0.780474 0.281367 0 0 v -2.90024 0.324376 12.4754 0.328966 -0.841414 0.428724 0 0 v -2.1665 1.02077 13.355 0.794065 -0.524676 -0.30688 0 0 v -7.23878 -0.386183 7.86897 -0.731698 0.0605444 -0.678934 0 0 v 5.8722 -1.36753 6.2749 0.940926 -0.247284 0.23132 0 0 v -0.822544 2.23569 14.5411 0.729879 -0.662958 -0.166622 0 0 v 0.378456 3.30981 14.5413 0.718932 -0.600155 0.350644 0 0 v -0.366114 1.57801 12.7914 0.607306 -0.57124 -0.552146 0 0 v -5.22243 -4.05125 8.40016 0.630073 -0.543878 -0.55426 0 0 v -0.719134 1.56335 13.072 0.229421 -0.521732 0.821683 0 0 v -1.404 1.32462 13.0661 0.171346 -0.59021 0.788856 0 0 v -2.25359 0.972226 13.0596 0.558487 -0.786888 0.262485 0 0 v -5.23063 -3.51653 10.6535 0.780562 -0.605901 0.153646 0 0 v -2.16641 1.02223 13.0584 0.482974 -0.790249 0.377152 0 0 v -0.00400382 2.98562 14.6906 0.657995 -0.711259 0.247291 0 0 v -0.0961839 2.94178 14.8384 0.695334 -0.700373 0.161208 0 0 v -2.29811 0.860706 12.9142 0.392464 -0.799298 0.455077 0 0 v -2.47811 0.600326 11.8921 0.580177 -0.660382 -0.476749 0 0 v -0.628194 1.60565 13.0774 0.185567 -0.547775 0.815786 0 0 v -2.46285 0.393866 12.3347 0.506263 -0.843071 -0.181465 0 0 v 5.8818 -0.268183 6.6975 0.944935 -0.0723674 0.319158 0 0 v -0.600504 2.25733 15.1329 0.782831 -0.613773 -0.102269 0 0 v -2.03938 2.0457 14.3829 -0.590407 0.522955 0.614766 0 0 v -7.44556 -1.57061 10.7497 -0.94579 -0.0818906 -0.314287 0 0 v -3.40363 -0.167544 11.7462 0.701978 -0.711319 -0.0353892 0 0 v -1.9413 1.22301 13.2067 0.48819 -0.786484 0.378305 0 0 v 3.08268 3.45806 6.18456 0.411355 0.730192 0.545533 0 0 v 5.82765 -1.36901 6.41451 0.919265 -0.254092 0.300648 0 0 v 2.47946 -2.91856 8.32876 0.291452 -0.866406 0.405457 0 0 v 2.52393 -4.18118 2.02344 0.358471 -0.784973 -0.505288 0 0 v 2.61264 -4.1335 2.02612 0.491495 -0.721982 -0.487005 0 0 v 2.69063 -4.0709 2.02308 0.567121 -0.68472 -0.457747 0 0 v 2.84231 -3.93799 2.02145 0.600832 -0.665967 -0.442141 0 0 v 2.91706 -3.87038 2.02149 0.582947 -0.688995 -0.43065 0 0 v 2.99268 -3.80391 2.0205 0.532199 -0.709841 -0.4614 0 0 v 3.07676 -3.7501 2.01921 0.39345 -0.776305 -0.492492 0 0 v 3.17311 -3.71422 2.02204 0.287015 -0.787999 -0.544684 0 0 v 3.2759 -3.6879 2.02629 0.225353 -0.773786 -0.592006 0 0 v 3.37953 -3.66286 2.02943 0.230482 -0.744702 -0.626336 0 0 v 3.48017 -3.63485 2.03603 0.41788 -0.67889 -0.603726 0 0 v 3.55694 -3.56632 2.03594 0.544233 -0.565526 -0.61967 0 0 v 3.62456 -3.48855 2.0351 0.603968 -0.51424 -0.608916 0 0 v 3.68657 -3.40197 2.0321 0.591137 -0.539084 -0.599954 0 0 v 3.76246 -3.33591 2.03079 0.561638 -0.589797 -0.580261 0 0 v 3.83259 -3.26073 2.02745 0.579205 -0.612171 -0.538301 0 0 v 3.9057 -3.19139 2.02877 0.624704 -0.605524 -0.493037 0 0 v 3.96763 -3.10389 2.02565 0.614285 -0.636545 -0.466331 0 0 v 4.05093 -3.04844 2.02539 0.433877 -0.751095 -0.497602 0 0 v 4.14393 -3.00715 2.024 0.375839 -0.782513 -0.496406 0 0 v 4.23519 -2.96389 2.0312 0.517178 -0.71296 -0.473513 0 0 v 4.3092 -2.89313 2.03235 0.491517 -0.764541 -0.416999 0 0 v 4.40177 -2.85068 2.03092 0.367659 -0.819658 -0.439303 0 0 v 4.49732 -2.81406 2.03446 0.42651 -0.791858 -0.437093 0 0 v 4.58105 -2.76126 2.03392 0.572184 -0.698687 -0.429467 0 0 v 4.65132 -2.68669 2.03077 0.677458 -0.598952 -0.426974 0 0 v 4.779 -2.51747 2.02143 0.683111 -0.583965 -0.43857 0 0 v 4.84958 -2.44678 2.02355 0.668085 -0.590975 -0.452118 0 0 v 4.91543 -2.36336 2.0179 0.68375 -0.598068 -0.418092 0 0 v 4.98396 -2.28579 2.01588 0.587937 -0.726038 -0.35665 0 0 v 4.73905 -1.96903 8.09517 0.7311 -0.489847 0.474914 0 0 v -4.942 -3.05319 10.7878 0.87049 -0.492156 0.00545541 0 0 v -4.89367 -3.8331 9.10176 0.867907 -0.47844 0.133542 0 0 v -4.84146 -3.73439 9.09937 0.886667 -0.448799 0.111359 0 0 v -7.40046 -1.57152 10.6117 -0.960557 -0.247084 -0.127595 0 0 v -4.00513 -2.82033 8.80666 0.675921 -0.703338 -0.220105 0 0 v -3.81414 -1.39293 11.6014 0.950827 -0.297486 -0.0861983 0 0 v 6.06077 -2.26613 2.07986 0.365461 -0.905997 -0.213557 0 0 v 6.15626 -2.22998 2.08218 0.448917 -0.857325 -0.251928 0 0 v 6.23944 -2.17574 2.08233 0.538394 -0.798814 -0.268379 0 0 v 6.31731 -2.11242 2.0809 0.597602 -0.72902 -0.333768 0 0 v 6.47136 -1.98408 2.08381 0.575373 -0.727958 -0.372857 0 0 v 6.54965 -1.92118 2.08211 0.553837 -0.717337 -0.42272 0 0 v 6.63207 -1.86473 2.08271 0.529538 -0.71411 -0.45786 0 0 v 6.70982 -1.80102 2.08089 0.570651 -0.65283 -0.498167 0 0 v 6.78543 -1.7346 2.08078 0.597802 -0.614449 -0.514864 0 0 v 6.85504 -1.6595 2.07939 0.649539 -0.548924 -0.5261 0 0 v 6.91942 -1.57597 2.0761 0.661212 -0.548138 -0.512195 0 0 v 7.05145 -1.41551 2.07299 0.688606 -0.518896 -0.506527 0 0 v 7.16891 -1.23013 2.06349 0.75596 -0.444464 -0.480599 0 0 v 5.26799 1.92737 6.51343 0.770748 0.631954 0.0811286 0 0 v -3.83878 -2.53889 9.79667 0.641301 -0.696699 0.321471 0 0 v -0.109754 2.61605 13.9491 0.426227 -0.785655 0.448415 0 0 v -5.122 -4.02545 9.38896 0.680173 -0.638168 0.360702 0 0 v -3.4048 0.407986 11.1367 0.890709 -0.0231305 -0.453985 0 0 v 0.812136 -3.50321 6.93246 0.135392 -0.662525 0.736702 0 0 v -3.69901 -2.55784 8.94466 0.718916 -0.670527 -0.183174 0 0 v -7.77546 -0.182793 8.69456 -0.962222 0.227087 -0.150204 0 0 v 0.607126 3.12171 13.7877 0.96674 -0.228976 0.113944 0 0 v -2.81256 0.557806 11.5993 0.584174 -0.428968 -0.689004 0 0 v -6.98725 0.621767 7.98356 -0.68967 0.536536 -0.486297 0 0 v -3.16169 -1.74534 9.21296 0.883274 -0.459566 0.0928702 0 0 v -3.64903 -2.93952 1.63668 0.0983506 -0.533469 0.840082 0 0 v -1.37142 1.80302 13.9469 0.694739 -0.716163 -0.066701 0 0 v -1.55087 1.01167 12.3399 0.466871 -0.632293 -0.618252 0 0 v -1.47589 1.07925 12.3409 0.493725 -0.56974 -0.656987 0 0 v -7.15641 0.405457 7.04377 -0.909739 0.364871 0.198099 0 0 v -5.07781 -2.83182 7.76537 0.0310098 -0.993142 0.11273 0 0 v -5.79659 -4.10982 10.2302 0.421935 -0.862609 0.279066 0 0 v 2.98089 -4.1712 6.094 0.419592 -0.803404 0.422475 0 0 v 3.82473 -3.28634 7.16326 0.423017 -0.73854 0.52499 0 0 v -5.35852 -4.0259 8.25196 0.483764 -0.574859 -0.659932 0 0 v -2.55042 0.346056 12.4794 0.275759 -0.859739 0.429891 0 0 v -3.40619 -0.167184 11.8928 0.612838 -0.789307 0.0377441 0 0 v 5.90832 -1.16762 6.27698 0.963491 -0.145933 0.224474 0 0 v -0.750504 2.30616 14.5417 0.691567 -0.716344 -0.0926586 0 0 v 5.33264 1.82838 6.66009 0.83891 0.53091 0.11985 0 0 v -1.26439 1.81652 14.2465 0.769027 -0.544532 -0.334787 0 0 v -0.738804 2.28704 14.6907 0.752753 -0.620149 -0.220857 0 0 v 0.0703461 3.05332 14.6905 0.671128 -0.690576 0.269614 0 0 v 5.08631 2.1312 6.63889 0.724139 0.684641 0.0829996 0 0 v -2.32975 0.906456 13.0589 0.65052 -0.741223 0.165565 0 0 v -0.898724 1.99014 14.8387 0.767178 -0.591071 -0.249146 0 0 v -0.451904 2.57586 14.8387 0.749632 -0.658736 -0.0641699 0 0 v -0.0226538 3.0104 14.838 0.693519 -0.694717 0.190787 0 0 v -0.676814 1.32475 12.9277 0.453742 -0.693119 0.560094 0 0 v 0.119256 3.15562 14.8373 0.715642 -0.663812 0.21728 0 0 v -3.01538 0.146296 11.8905 0.589761 -0.77918 -0.212277 0 0 v -2.26185 0.814186 11.8952 0.568531 -0.46951 -0.675524 0 0 v -1.04317 2.03229 13.7993 0.536497 -0.80703 0.246725 0 0 v -5.2894 -4.30626 8.82897 0.453803 -0.886609 -0.0893731 0 0 v -0.176774 2.87912 14.9866 0.718041 -0.693803 0.05526 0 0 v -0.306884 1.92308 12.7432 0.524943 0.0563305 -0.849271 0 0 v -3.25963 -0.0247635 11.7442 0.684514 -0.699736 -0.204475 0 0 v -4.67185 4.6073 12.9806 0.996127 0.0855653 0.0202418 0 0 v -3.71793 -1.83335 10.4919 0.76336 -0.400642 0.506722 0 0 v 5.39455 -2.21668 6.49667 0.804734 -0.497839 0.323355 0 0 v -7.4267 -0.594153 6.38751 -0.997236 -0.0264992 -0.0694144 0 0 v -2.98706 1.63877 13.6635 -0.671376 0.599402 0.435859 0 0 v -3.24413 -0.0524236 12.038 0.578547 -0.815586 0.0101722 0 0 v 6.09387 0.329497 5.4445 0.99172 0.123929 0.0336584 0 0 v 5.36348 1.03071 7.37316 0.791961 0.409615 0.452785 0 0 v 2.65199 -4.19231 2.17102 0.543222 -0.749498 -0.378369 0 0 v 2.72834 -4.12716 2.16984 0.603197 -0.697183 -0.387413 0 0 v 2.87969 -3.9944 2.16808 0.627419 -0.682165 -0.375495 0 0 v 2.95044 -3.92038 2.16468 0.601279 -0.701489 -0.382593 0 0 v 3.03259 -3.86328 2.16533 0.487261 -0.76987 -0.412161 0 0 v 3.12699 -3.82382 2.17034 0.310127 -0.840339 -0.444581 0 0 v 3.23047 -3.79775 2.17442 0.192267 -0.853378 -0.484541 0 0 v 3.33449 -3.77615 2.17487 0.170874 -0.835053 -0.522961 0 0 v 3.44639 -3.75896 2.18471 0.299428 -0.80305 -0.515221 0 0 v 3.53197 -3.70815 2.18155 0.505809 -0.723518 -0.469765 0 0 v 3.60983 -3.64449 2.17959 0.592587 -0.651439 -0.47378 0 0 v 3.68194 -3.57372 2.18256 0.655704 -0.582796 -0.480002 0 0 v 3.74829 -3.49549 2.18375 0.665513 -0.553477 -0.500755 0 0 v 3.81509 -3.41429 2.1787 0.656677 -0.591916 -0.467345 0 0 v 3.88247 -3.33613 2.17773 0.659589 -0.601474 -0.450745 0 0 v 3.95005 -3.2579 2.17678 0.620429 -0.628627 -0.468931 0 0 v 4.0203 -3.18248 2.1737 0.546835 -0.650507 -0.527078 0 0 v 4.1066 -3.13052 2.1712 0.400963 -0.740727 -0.539028 0 0 v 4.1953 -3.0837 2.17315 0.456994 -0.733311 -0.5034 0 0 v 4.27682 -3.02556 2.17487 0.530654 -0.708413 -0.465356 0 0 v 4.35794 -2.96692 2.1765 0.465377 -0.734005 -0.494633 0 0 v 4.44889 -2.92171 2.17797 0.393676 -0.781626 -0.483819 0 0 v 4.53746 -2.87561 2.17924 0.483191 -0.754605 -0.443956 0 0 v 4.61994 -2.81928 2.17979 0.574008 -0.705431 -0.415791 0 0 v 4.82347 -2.58424 2.16925 0.686891 -0.569752 -0.45118 0 0 v 4.8904 -2.50632 2.16828 0.694064 -0.574243 -0.434189 0 0 v 5.08734 -2.26124 2.15684 0.555968 -0.782532 -0.280255 0 0 v 3.57783 -2.40493 8.75967 0.394205 -0.726941 0.56228 0 0 v 3.89806 -3.5676 6.64232 0.505594 -0.758426 0.411295 0 0 v 5.84057 0.231097 6.83467 0.922522 0.0573054 0.381668 0 0 v 5.84702 1.32664 5.84563 0.911198 0.36299 0.194821 0 0 v -4.15482 -2.95461 8.80696 0.579906 -0.768031 -0.27173 0 0 v -4.02389 -2.79134 8.66216 0.656652 -0.671387 -0.34358 0 0 v 6.06535 0.528427 5.44234 0.986065 0.165913 -0.0121843 0 0 v -3.90152 -1.79261 11.2913 0.974691 -0.18925 0.119007 0 0 v 6.16795 -2.2476 2.22025 0.44187 -0.885569 -0.143244 0 0 v 6.25714 -2.20207 2.22209 0.463355 -0.867687 -0.180057 0 0 v 6.34073 -2.14789 2.22195 0.568239 -0.792488 -0.221513 0 0 v 6.42046 -2.08701 2.22371 0.586414 -0.764217 -0.268497 0 0 v 6.50147 -2.02838 2.22505 0.529982 -0.800524 -0.279786 0 0 v 6.5863 -1.97546 2.22479 0.50819 -0.786766 -0.350345 0 0 v 6.67039 -1.92138 2.22434 0.506906 -0.783295 -0.359854 0 0 v 6.75247 -1.86462 2.22497 0.567472 -0.722948 -0.394108 0 0 v 6.82653 -1.79424 2.22067 0.625358 -0.667616 -0.404 0 0 v 6.89976 -1.72524 2.22222 0.681606 -0.609443 -0.404959 0 0 v 7.02658 -1.55624 2.21697 0.72504 -0.564422 -0.394646 0 0 v 7.09197 -1.47325 2.21365 0.73014 -0.569489 -0.377595 0 0 v 7.21363 -1.30108 2.21091 0.783376 -0.494812 -0.376142 0 0 v 7.2717 -1.18501 2.20202 0.835343 -0.378149 -0.399006 0 0 v -2.38747 0.814276 12.9133 0.415359 -0.838385 0.352971 0 0 v -4.59535 -2.83764 8.35497 0.430452 -0.664875 -0.610452 0 0 v -5.40998 -3.43919 11.2198 0.378561 -0.768874 0.515289 0 0 v 3.77613 -3.56692 6.77283 0.467235 -0.760711 0.450567 0 0 v -4.13529 -2.11548 11.6418 0.8121 -0.555961 0.177205 0 0 v 3.61963 -2.46491 8.62557 0.449948 -0.763172 0.463804 0 0 v -7.66688 -1.88205 8.70007 -0.937259 -0.0693505 -0.341666 0 0 v -3.89696 -2.74849 1.73786 -0.309353 -0.0424286 0.95 0 0 v 4.01426 -2.15369 8.62766 0.588197 -0.600814 0.541337 0 0 v -3.99071 -2.66125 8.51536 0.642187 -0.64773 -0.409929 0 0 v 0.227306 2.29887 13.3693 0.614486 -0.651506 0.444912 0 0 v 0.0568261 2.19692 13.3662 0.328754 -0.693015 0.6416 0 0 v -2.70214 0.397186 11.8909 0.604106 -0.723068 -0.335006 0 0 v -4.4598 -2.52987 11.9332 0.501964 -0.706314 0.499152 0 0 v -1.89489 1.15578 13.0632 0.334482 -0.725523 0.601447 0 0 v 5.59719 -1.98073 6.22117 0.856795 -0.479358 0.190045 0 0 v 0.486836 3.13588 14.0951 0.713376 -0.559835 0.42152 0 0 v -5.55837 -3.75173 10.797 0.411254 -0.819458 0.399198 0 0 v -2.3576 0.415206 12.4851 0.407538 -0.912157 0.0433821 0 0 v -1.62001 1.10549 12.9286 0.131575 -0.549947 0.82477 0 0 v 0.755856 -3.41713 7.19127 -0.056117 -0.99723 -0.0488279 0 0 v -0.675944 2.3739 14.5416 0.669298 -0.742036 -0.0377265 0 0 v -5.31922 -4.26767 9.24967 0.530863 -0.800758 0.277438 0 0 v -5.66963 1.33034 12.6391 -0.111823 -0.439959 0.891028 0 0 v 0.0330162 3.10645 14.9872 0.728017 -0.671183 0.13966 0 0 v 5.43257 -0.168623 7.66337 0.851728 -0.0316305 0.523028 0 0 v -3.08554 -1.50431 9.49367 0.906678 -0.366554 0.208744 0 0 v -4.89137 -3.11423 8.21786 0.689648 -0.321978 -0.648626 0 0 v -3.94358 -2.73821 9.51546 0.695353 -0.659061 0.286571 0 0 v -0.834564 2.07087 14.8397 0.768908 -0.563298 -0.302451 0 0 v 4.95945 -2.4701 7.03276 0.696302 -0.590015 0.408712 0 0 v -0.594044 1.38029 12.9293 0.361365 -0.703668 0.611773 0 0 v 4.96497 -3.00017 6.11588 0.690191 -0.672607 0.266902 0 0 v -3.87196 -2.66451 9.51586 0.66318 -0.701178 0.261806 0 0 v -3.36366 -0.0575836 12.3262 0.358944 -0.895408 0.263446 0 0 v -1.40902 1.68315 13.5034 0.456896 -0.789688 0.409437 0 0 v -0.286474 2.34399 13.6578 0.361124 -0.75622 0.545637 0 0 v 1.02989 -3.44969 7.20257 -0.0667715 -0.991876 -0.10828 0 0 v 2.22112 -3.07357 8.19126 0.328433 -0.896475 0.297428 0 0 v -2.81106 0.380966 11.7425 0.611132 -0.664268 -0.430424 0 0 v -4.97124 2.78486 6.21313 -0.345632 0.930895 0.118207 0 0 v -3.21737 -0.253403 10.3047 0.90417 0.0501394 0.42422 0 0 v -7.55122 -0.670014 10.7447 -0.920513 0.309252 -0.238787 0 0 v -0.171494 2.86894 15.2823 0.809786 -0.586599 -0.0121935 0 0 v 5.3405 -1.78338 7.28826 0.823619 -0.435562 0.363233 0 0 v -1.59619 1.42215 14.0962 0.77493 -0.550512 -0.310515 0 0 v -5.27024 -3.98694 9.66937 0.605993 -0.65373 0.453221 0 0 v -3.96954 -2.87693 9.09356 0.692484 -0.710908 -0.122783 0 0 v 2.59363 -4.28485 2.31217 0.363226 -0.892101 -0.268744 0 0 v 2.68232 -4.23804 2.31348 0.532359 -0.802708 -0.268801 0 0 v 2.75936 -4.17407 2.31271 0.63379 -0.712289 -0.301588 0 0 v 2.83141 -4.1015 2.31028 0.646942 -0.701965 -0.297844 0 0 v 2.98197 -3.96768 2.30931 0.594334 -0.737871 -0.319865 0 0 v 3.06412 -3.91092 2.30984 0.437751 -0.835946 -0.33101 0 0 v 3.16011 -3.87432 2.31249 0.233144 -0.901374 -0.364922 0 0 v 3.27453 -3.86443 2.31783 0.115983 -0.911038 -0.395674 0 0 v 3.38844 -3.85329 2.32395 0.200733 -0.894831 -0.398727 0 0 v 3.48469 -3.81785 2.32531 0.38379 -0.838099 -0.38768 0 0 v 3.5732 -3.77024 2.32713 0.554707 -0.749635 -0.361037 0 0 v 3.64558 -3.69819 2.32425 0.638233 -0.674919 -0.370328 0 0 v 3.71875 -3.62871 2.32562 0.683824 -0.633498 -0.362028 0 0 v 3.84981 -3.46719 2.3226 0.711681 -0.594992 -0.37349 0 0 v 3.91523 -3.38451 2.31905 0.6599 -0.642247 -0.389936 0 0 v 3.98808 -3.31466 2.32117 0.567263 -0.694739 -0.442211 0 0 v 4.07038 -3.25601 2.31617 0.482203 -0.716951 -0.50345 0 0 v 4.15818 -3.20755 2.31867 0.487722 -0.73258 -0.474821 0 0 v 4.24084 -3.15133 2.31885 0.5371 -0.722036 -0.436105 0 0 v 4.31951 -3.0892 2.32263 0.530832 -0.731086 -0.428638 0 0 v 4.40454 -3.03588 2.32164 0.450281 -0.777427 -0.439152 0 0 v 4.49288 -2.98843 2.32299 0.453667 -0.784476 -0.422827 0 0 v 4.57673 -2.93425 2.32238 0.515232 -0.750075 -0.414636 0 0 v 4.65459 -2.87049 2.32042 0.569453 -0.698994 -0.432586 0 0 v 4.72918 -2.803 2.32093 0.63615 -0.632698 -0.441595 0 0 v 4.79811 -2.72698 2.31946 0.667286 -0.593025 -0.450612 0 0 v 4.86619 -2.64997 2.31792 0.684706 -0.57683 -0.445471 0 0 v 4.93108 -2.56618 2.31258 0.710515 -0.551285 -0.437326 0 0 v 4.9932 -2.47983 2.3091 0.734675 -0.535971 -0.415919 0 0 v 5.05566 -2.3938 2.30526 0.734804 -0.551365 -0.395043 0 0 v 5.11935 -2.30902 2.30099 0.716482 -0.59817 -0.358951 0 0 v 5.18696 -2.2306 2.29947 0.574542 -0.788369 -0.219946 0 0 v 4.55013 -2.22614 8.09887 0.659757 -0.585111 0.471557 0 0 v -4.07921 -2.88843 8.80656 0.635433 -0.730654 -0.24974 0 0 v 6.05809 -0.368483 5.8644 0.992212 -0.0815544 0.0941543 0 0 v -4.23874 -3.00883 8.80746 0.433544 -0.845406 -0.311975 0 0 v -4.33437 -3.04557 8.80486 0.441167 -0.837917 -0.321352 0 0 v 4.40489 -2.3689 8.10036 0.56982 -0.671669 0.473462 0 0 v -5.26725 -3.63829 10.3704 0.797989 -0.585004 0.144857 0 0 v 6.27212 -2.22325 2.36198 0.449563 -0.889535 -0.0813638 0 0 v 6.35595 -2.17015 2.36237 0.540262 -0.836729 -0.0894486 0 0 v 6.43504 -2.10975 2.36126 0.566879 -0.804802 -0.175904 0 0 v 6.52108 -2.05778 2.3637 0.490306 -0.848566 -0.198837 0 0 v 6.60999 -2.01035 2.36527 0.471998 -0.850128 -0.233454 0 0 v 6.69622 -1.96063 2.36396 0.4871 -0.830036 -0.271611 0 0 v 6.78243 -1.9094 2.3668 0.566494 -0.774581 -0.281263 0 0 v 6.85659 -1.83984 2.3633 0.659645 -0.684466 -0.310442 0 0 v 6.92879 -1.76614 2.3611 0.706588 -0.642451 -0.296629 0 0 v 6.99481 -1.68718 2.36101 0.764283 -0.580321 -0.281245 0 0 v 7.11901 -1.51167 2.35428 0.768644 -0.587121 -0.25392 0 0 v 7.18282 -1.43226 2.35405 0.78208 -0.570181 -0.251484 0 0 v 7.24238 -1.33992 2.34975 0.811259 -0.523862 -0.259668 0 0 v 7.29826 -1.2455 2.34664 0.844262 -0.447079 -0.295537 0 0 v 5.50321 -2.02391 6.48976 0.851864 -0.437875 0.287391 0 0 v 5.45046 -2.12101 6.49381 0.83675 -0.453992 0.30617 0 0 v -2.17863 0.510396 12.628 0.242525 -0.85478 0.458839 0 0 v 2.8761 -2.4428 9.01286 0.299937 -0.762942 0.572676 0 0 v 3.419 -2.69992 8.35196 0.25614 -0.886165 0.38614 0 0 v -0.557124 2.20932 13.6538 0.349922 -0.779024 0.520265 0 0 v 0.101306 3.17868 14.9844 0.761988 -0.61671 0.197595 0 0 v 6.06955 -0.468643 5.58343 0.993275 -0.0769137 0.0865421 0 0 v 5.89729 -0.968303 6.41751 0.950451 -0.12637 0.284031 0 0 v -5.95798 -0.503403 3.46213 -0.711409 -0.0159643 -0.702597 0 0 v -0.0387739 2.1612 13.3648 0.242612 -0.679661 0.692243 0 0 v -1.54648 2.28816 12.7981 -0.0348623 0.815444 -0.577785 0 0 v 0.238296 2.81377 13.9549 0.461282 -0.723411 0.513708 0 0 v 4.81392 -2.07876 7.82866 0.711824 -0.580045 0.396048 0 0 v -3.99416 -1.97055 11.4963 0.878021 -0.36148 0.313705 0 0 v 2.62829 -2.60976 8.87156 0.29566 -0.831735 0.469896 0 0 v -2.33118 0.560126 12.185 0.546461 -0.75709 -0.358044 0 0 v -2.27267 0.469866 12.4823 0.49254 -0.865155 -0.0943967 0 0 v -3.55764 -2.41194 8.94356 0.710933 -0.694908 -0.10806 0 0 v -0.0545138 2.00583 13.224 0.362207 -0.678224 0.639389 0 0 v -1.2065 1.5642 13.2174 0.28157 -0.669277 0.687595 0 0 v -2.25313 0.971716 13.2069 0.728699 -0.675421 -0.113155 0 0 v -3.42029 -2.25765 8.94147 0.84271 -0.537909 -0.0222425 0 0 v -4.18824 -2.21999 11.7869 0.867741 -0.49114 -0.0762042 0 0 v -0.671794 2.36567 14.6907 0.73071 -0.667638 -0.142557 0 0 v 0.212906 3.19812 14.6898 0.707736 -0.6458 0.286448 0 0 v -3.77668 -2.62748 9.37347 0.713755 -0.67178 0.198154 0 0 v -1.06778 1.00988 12.7867 0.447322 -0.831084 0.330458 0 0 v 4.29212 -3.25793 6.64216 0.379856 -0.84637 0.373318 0 0 v -5.04477 -3.26008 10.5054 0.867374 -0.493975 0.0604309 0 0 v -4.89062 -2.94761 10.4988 0.894423 -0.443585 0.0569121 0 0 v -1.89687 1.33338 13.5022 0.745677 -0.661209 -0.0822685 0 0 v -3.12986 -1.62142 9.49617 0.908197 -0.370475 0.194749 0 0 v -6.00315 6.24872 14.7469 -0.745055 0.394509 0.537825 0 0 v -3.32009 -1.88058 9.78747 0.85366 -0.436607 0.28397 0 0 v -3.62338 -2.49593 9.08737 0.75503 -0.655689 -0.000785902 0 0 v -3.26682 -1.78205 9.78487 0.871031 -0.406162 0.276293 0 0 v -4.39131 -2.44123 11.2124 0.893778 -0.429387 -0.129572 0 0 v -0.810004 2.22163 13.9488 0.494597 -0.835447 0.239587 0 0 v -4.7369 -2.64341 10.6359 0.735114 -0.676107 0.0498659 0 0 v -3.57799 -2.38591 9.51377 0.705058 -0.694111 0.14527 0 0 v -3.44205 -2.23089 9.51166 0.80237 -0.573405 0.165556 0 0 v -3.38431 -2.14114 9.50937 0.843302 -0.505699 0.181964 0 0 v -3.17602 -1.55577 9.77936 0.89061 -0.349033 0.291532 0 0 v 2.61074 -4.31015 2.45261 0.370811 -0.925828 -0.0730842 0 0 v 2.6999 -4.26499 2.4533 0.554885 -0.82889 -0.0710179 0 0 v 2.77744 -4.20162 2.45262 0.637206 -0.762338 -0.113178 0 0 v 2.85344 -4.13514 2.45226 0.655968 -0.74125 -0.142321 0 0 v 2.92868 -4.06844 2.45177 0.643606 -0.746758 -0.167702 0 0 v 3.00167 -3.99814 2.44935 0.585028 -0.774055 -0.242035 0 0 v 3.08915 -3.94916 2.45101 0.385092 -0.886936 -0.255046 0 0 v 3.19041 -3.92014 2.4547 0.185199 -0.947127 -0.262016 0 0 v 3.30472 -3.91018 2.45985 0.11461 -0.960623 -0.253115 0 0 v 3.4138 -3.89381 2.46372 0.239317 -0.935375 -0.260384 0 0 v 3.51155 -3.8594 2.46524 0.416108 -0.870564 -0.262627 0 0 v 3.59717 -3.80621 2.46808 0.569563 -0.78339 -0.248793 0 0 v 3.67316 -3.74042 2.46757 0.666461 -0.693783 -0.272938 0 0 v 3.74449 -3.66684 2.46563 0.6965 -0.658815 -0.284344 0 0 v 3.87923 -3.51147 2.46486 0.712007 -0.636227 -0.29709 0 0 v 3.94762 -3.43422 2.46447 0.646404 -0.679045 -0.347935 0 0 v 4.02982 -3.37697 2.46546 0.505213 -0.762184 -0.404767 0 0 v 4.11711 -3.32652 2.46291 0.483962 -0.757467 -0.438206 0 0 v 4.19737 -3.26608 2.45948 0.584004 -0.698734 -0.413171 0 0 v 4.2722 -3.19834 2.46039 0.583907 -0.714602 -0.385222 0 0 v 4.35233 -3.1385 2.46228 0.523335 -0.767807 -0.369585 0 0 v 4.43656 -3.0844 2.46169 0.478141 -0.800367 -0.361654 0 0 v 4.52428 -3.03566 2.46399 0.471731 -0.803889 -0.362259 0 0 v 4.61134 -2.98558 2.46681 0.496491 -0.791178 -0.357119 0 0 v 4.69445 -2.93045 2.46674 0.538967 -0.75097 -0.381522 0 0 v 4.77233 -2.86731 2.46494 0.605955 -0.672836 -0.424394 0 0 v 4.84363 -2.79656 2.46769 0.666058 -0.597652 -0.446295 0 0 v 4.90825 -2.71396 2.46413 0.691698 -0.576293 -0.435248 0 0 v 4.97384 -2.63143 2.46043 0.714729 -0.546509 -0.436452 0 0 v 5.03332 -2.53874 2.45398 0.759922 -0.497336 -0.41854 0 0 v 5.09149 -2.4497 2.45244 0.770845 -0.514265 -0.375938 0 0 v 5.15082 -2.35664 2.44555 0.75713 -0.553306 -0.347284 0 0 v 5.21412 -2.27215 2.44158 0.701446 -0.643285 -0.306852 0 0 v 5.28791 -2.20124 2.44144 0.451982 -0.878512 -0.154689 0 0 v 5.47733 2.22438 5.25468 0.824245 0.561886 -0.0700259 0 0 v -4.70832 4.20761 12.3497 0.952228 0.167184 -0.255561 0 0 v -0.238164 2.80811 15.463 0.761659 -0.53425 0.366678 0 0 v 5.14251 -2.73332 6.2422 0.758223 -0.573168 0.310767 0 0 v -0.311094 2.72309 14.8382 0.70796 -0.702945 0.0682661 0 0 v 1.40633 -3.46942 7.21876 0.0277747 -0.999584 0.00771254 0 0 v -3.31687 -2.05133 9.22066 0.837458 -0.542204 -0.0684031 0 0 v 6.35731 -2.17469 2.49868 0.433648 -0.900935 0.0163025 0 0 v 6.44423 -2.12331 2.50038 0.503626 -0.8609 -0.0721916 0 0 v 6.53232 -2.07499 2.50183 0.456642 -0.881064 -0.123309 0 0 v 6.62325 -2.03167 2.50285 0.4341 -0.887061 -0.1571 0 0 v 6.71415 -1.98794 2.5038 0.466714 -0.866419 -0.177473 0 0 v 6.80109 -1.93778 2.50568 0.559576 -0.813567 -0.158063 0 0 v 6.87865 -1.87363 2.50483 0.661127 -0.719757 -0.211807 0 0 v 6.95012 -1.79998 2.50282 0.727389 -0.658183 -0.194166 0 0 v 7.01472 -1.71611 2.5002 0.789609 -0.57764 -0.207001 0 0 v 7.13552 -1.53777 2.49411 0.805964 -0.566343 -0.172273 0 0 v 7.19769 -1.45221 2.49193 0.779452 -0.60293 -0.170088 0 0 v 7.26029 -1.36704 2.48971 0.795908 -0.570349 -0.203058 0 0 v 7.32329 -1.27558 2.48435 0.853734 -0.466242 -0.231854 0 0 v -3.33075 -0.0988236 11.7455 0.703287 -0.69358 -0.155993 0 0 v 1.01039 -3.43296 7.06567 -0.0115323 -0.988979 0.147603 0 0 v -4.74357 -3.52643 8.95397 0.904426 -0.419016 -0.0802503 0 0 v 0.0704461 2.35354 13.5162 0.298588 -0.677773 0.671914 0 0 v -4.70067 6.306 13.2892 0.991105 -0.063392 -0.117011 0 0 v -5.16192 -4.14416 9.24926 0.670265 -0.677194 0.303568 0 0 v -1.58003 1.57876 13.5034 0.522371 -0.809953 0.266655 0 0 v -4.31075 -3.08173 8.94696 0.445417 -0.856599 -0.260466 0 0 v -1.35391 1.59571 14.3938 0.783506 -0.553085 -0.283224 0 0 v -0.328164 2.05465 13.3612 0.253202 -0.671262 0.696632 0 0 v -3.17734 -1.72975 9.49907 0.896655 -0.412174 0.161622 0 0 v -2.70496 0.911166 11.6093 0.453331 -0.0469443 -0.890105 0 0 v -4.04636 -2.06943 11.4983 0.811344 -0.515891 0.274914 0 0 v -2.16791 0.675676 12.1869 0.551882 -0.738801 -0.386781 0 0 v -3.53379 -0.336204 11.6034 0.874797 -0.480853 -0.0592542 0 0 v -4.40921 -2.60338 11.6488 0.743156 -0.658509 0.118676 0 0 v -1.16169 1.15008 12.486 0.471887 -0.551339 -0.688003 0 0 v -1.08129 1.20855 12.4904 0.454952 -0.503831 -0.734284 0 0 v -1.01131 1.28478 12.4873 0.451693 -0.419329 -0.787488 0 0 v -0.279474 2.68256 14.3947 0.575854 -0.799421 0.171223 0 0 v -3.05416 0.197236 12.6178 0.635564 -0.771655 0.024641 0 0 v 0.191566 2.17895 13.2288 0.616085 -0.664708 0.422615 0 0 v 2.5086 -2.96126 8.19536 0.336869 -0.891367 0.303287 0 0 v -2.54467 0.690706 12.9122 0.683092 -0.730307 -0.00599007 0 0 v -3.45647 -2.04062 9.93016 0.803511 -0.476252 0.357146 0 0 v -0.711434 2.24583 14.8395 0.781091 -0.546718 -0.301655 0 0 v -4.73865 -2.8263 11.2162 0.5472 -0.834923 -0.0589483 0 0 v -1.15726 0.963946 12.7866 0.408693 -0.875961 0.256246 0 0 v 5.52513 -2.05501 6.35766 0.866878 -0.445502 0.22372 0 0 v -4.9388 -3.05592 10.5011 0.894888 -0.445279 0.0300203 0 0 v -4.99116 -3.16164 10.5033 0.883374 -0.466202 0.0480214 0 0 v -4.84056 -2.84754 10.4964 0.836954 -0.524723 0.155481 0 0 v -4.54641 -2.56986 10.4952 0.425785 -0.755151 0.498451 0 0 v -4.45285 -2.52908 10.4933 0.390696 -0.735224 0.553897 0 0 v -4.19825 -2.37103 10.4952 0.500383 -0.691993 0.520348 0 0 v -4.12066 -2.30698 10.497 0.565682 -0.674038 0.475055 0 0 v -4.04558 -2.23979 10.4967 0.588533 -0.657025 0.471112 0 0 v -3.65519 -2.27622 9.93626 0.666383 -0.634526 0.39155 0 0 v -1.87053 1.29731 13.6498 0.795343 -0.512071 -0.324366 0 0 v 3.70754 -2.41562 8.62477 0.468618 -0.743384 0.47726 0 0 v -3.5833 -2.20632 9.93376 0.703427 -0.619034 0.349266 0 0 v -3.50738 -2.3153 9.51246 0.742927 -0.655546 0.135346 0 0 v -0.427144 2.37097 13.8047 0.391259 -0.794408 0.464578 0 0 v -0.153654 2.85067 14.6908 0.652683 -0.732396 0.193909 0 0 v 2.69655 -4.26016 2.59042 0.466044 -0.880849 0.0831187 0 0 v 2.77627 -4.20074 2.58993 0.61702 -0.783051 0.0782086 0 0 v 2.85424 -4.13756 2.59057 0.630361 -0.773769 0.0626607 0 0 v 2.93182 -4.0747 2.5892 0.595994 -0.802831 0.0159513 0 0 v 3.01581 -4.01869 2.59044 0.516276 -0.850094 -0.103918 0 0 v 3.10545 -3.97288 2.5916 0.353017 -0.922315 -0.15721 0 0 v 3.20724 -3.9444 2.59497 0.17542 -0.970669 -0.164407 0 0 v 3.32207 -3.93576 2.60014 0.131927 -0.981569 -0.138264 0 0 v 3.43123 -3.92014 2.60391 0.244829 -0.96059 -0.131629 0 0 v 3.52754 -3.8838 2.6061 0.414912 -0.896046 -0.157952 0 0 v 3.61548 -3.83429 2.60791 0.566148 -0.80644 -0.170676 0 0 v 3.69209 -3.76891 2.60726 0.660124 -0.727109 -0.188543 0 0 v 3.83389 -3.62067 2.60353 0.716126 -0.661611 -0.222337 0 0 v 3.90084 -3.54242 2.60286 0.686995 -0.684444 -0.244079 0 0 v 3.97493 -3.47407 2.60335 0.581244 -0.755074 -0.303345 0 0 v 4.06427 -3.42685 2.60465 0.444251 -0.830305 -0.336503 0 0 v 4.15151 -3.37718 2.60273 0.497437 -0.794475 -0.348376 0 0 v 4.23179 -3.31771 2.60438 0.607492 -0.707685 -0.360743 0 0 v 4.30624 -3.24974 2.60469 0.642933 -0.691855 -0.328594 0 0 v 4.38097 -3.1818 2.6051 0.563534 -0.761934 -0.319195 0 0 v 4.46576 -3.12804 2.60451 0.497398 -0.818698 -0.286931 0 0 v 4.55332 -3.07931 2.60644 0.491794 -0.826236 -0.274725 0 0 v 4.63772 -3.02559 2.6058 0.501601 -0.815777 -0.28793 0 0 v 4.72247 -2.97261 2.60519 0.500413 -0.803517 -0.322408 0 0 v 4.80478 -2.91505 2.60569 0.584513 -0.732924 -0.348091 0 0 v 4.88005 -2.84816 2.6057 0.680075 -0.634744 -0.366876 0 0 v 5.01259 -2.68797 2.60224 0.722707 -0.57705 -0.380405 0 0 v 5.07613 -2.60373 2.5998 0.782193 -0.491289 -0.383158 0 0 v 5.12653 -2.49952 2.59491 0.807916 -0.459762 -0.368634 0 0 v 5.18142 -2.40327 2.59031 0.790504 -0.511155 -0.337378 0 0 v 5.24312 -2.31659 2.58679 0.768313 -0.566738 -0.297494 0 0 v 5.30812 -2.23244 2.58268 0.678777 -0.696911 -0.231464 0 0 v -5.27909 -3.62427 10.5122 0.769885 -0.619199 0.154496 0 0 v -5.21599 -3.53758 10.511 0.81724 -0.562266 0.126399 0 0 v -4.94657 -3.92594 9.10487 0.8375 -0.523444 0.156844 0 0 v -5.00903 -4.01274 9.10647 0.79432 -0.580511 0.179059 0 0 v -5.07194 -4.09878 9.10776 0.759162 -0.617705 0.205217 0 0 v -5.14092 -4.17467 9.10866 0.658583 -0.727016 0.194207 0 0 v -5.15602 -3.44872 10.5093 0.835874 -0.539315 0.102249 0 0 v -5.09959 -3.35171 10.5075 0.857042 -0.509634 0.0758432 0 0 v -2.13144 0.802106 12.0363 0.559598 -0.623228 -0.546294 0 0 v 6.44824 -2.12913 2.63757 0.416783 -0.907509 -0.0521423 0 0 v 6.63362 -2.04735 2.6418 0.420677 -0.902872 -0.0886176 0 0 v 6.72333 -2.00207 2.64305 0.482567 -0.871984 -0.0822979 0 0 v 6.80861 -1.95015 2.64303 0.547077 -0.833856 -0.0734185 0 0 v 6.88932 -1.89058 2.64359 0.63545 -0.764261 -0.11004 0 0 v 7.02919 -1.7405 2.64074 0.803718 -0.572249 -0.162997 0 0 v 7.08765 -1.64771 2.63698 0.821865 -0.545939 -0.162751 0 0 v 7.14711 -1.55601 2.63291 0.80633 -0.565057 -0.174764 0 0 v 7.2086 -1.46925 2.63087 0.777138 -0.606996 -0.16617 0 0 v 7.27689 -1.39324 2.62993 0.771542 -0.614486 -0.16471 0 0 v 7.34004 -1.30857 2.62741 0.834544 -0.519335 -0.183922 0 0 v 5.17621 -2.60399 6.37305 0.78823 -0.500542 0.357981 0 0 v 4.78895 -3.09664 6.25033 0.605153 -0.732224 0.31247 0 0 v -3.47292 -0.243024 11.7473 0.793448 -0.606267 0.0536703 0 0 v -4.78533 -3.63807 8.95676 0.925264 -0.377846 -0.0334522 0 0 v -0.383094 2.65267 14.8386 0.719306 -0.694648 0.00788965 0 0 v 0.259086 2.25714 13.2281 0.748206 -0.608573 0.264247 0 0 v -2.00189 0.959246 12.9162 0.17173 -0.57634 0.798962 0 0 v -1.29204 1.86428 13.7985 0.575757 -0.801254 0.162776 0 0 v 5.9594 -0.268343 6.42122 0.966991 -0.0603598 0.247558 0 0 v -1.22957 1.76974 14.3925 0.77501 -0.535891 -0.334933 0 0 v -0.430334 2.02464 13.3655 0.246096 -0.672281 0.698194 0 0 v -0.521874 1.98271 13.3608 0.262128 -0.691523 0.673116 0 0 v -4.63132 -2.62309 10.4932 0.485704 -0.759722 0.432337 0 0 v -4.11148 -2.14885 11.4997 0.742907 -0.632249 0.219887 0 0 v -3.20963 0.0787264 11.5978 0.666817 -0.649963 -0.364559 0 0 v 4.77207 -2.89976 6.64162 0.636641 -0.645509 0.421907 0 0 v -3.76063 -2.46305 8.36907 0.340937 -0.90476 0.255288 0 0 v -5.63327 -4.16631 9.80627 0.409385 -0.853016 0.323678 0 0 v -5.11272 -3.68535 8.24866 0.666194 -0.327799 -0.669876 0 0 v -4.1683 -2.24471 11.3569 0.655097 -0.749482 0.0955238 0 0 v -2.97943 0.264566 12.6174 0.688895 -0.718201 -0.0980374 0 0 v -0.935904 1.17266 12.6384 0.514266 -0.674202 -0.530077 0 0 v -3.83492 -2.01804 10.4941 0.697144 -0.509744 0.504134 0 0 v 3.95021 -3.29244 7.03626 0.517023 -0.729495 0.447799 0 0 v 2.0671 -3.20243 7.91756 0.319685 -0.927656 0.19302 0 0 v -6.75594 0.918287 7.70686 -0.890264 0.421823 0.171744 0 0 v -2.52357 0.660356 13.0596 0.767511 -0.583052 -0.266415 0 0 v -1.72755 0.739526 12.7745 0.262563 -0.783755 0.56284 0 0 v -5.15614 -3.97478 9.53026 0.656809 -0.627306 0.418436 0 0 v -4.74598 -2.81463 11.0728 0.646974 -0.749067 -0.14256 0 0 v -4.50102 -2.46007 10.6362 0.495466 -0.829235 0.258617 0 0 v -4.84815 -3.18688 9.93626 0.720674 -0.553981 0.416814 0 0 v -4.9716 -3.36137 9.93867 0.763196 -0.490396 0.420765 0 0 v 4.18826 -2.40687 8.22777 0.365035 -0.746267 0.556628 0 0 v -5.49317 -4.01696 9.95046 0.605533 -0.727704 0.322144 0 0 v -5.57213 -4.07966 9.94847 0.519705 -0.792563 0.318982 0 0 v -3.69159 -2.5732 9.08856 0.774465 -0.63215 -0.0242884 0 0 v -5.34747 -3.70171 10.5132 0.700923 -0.685164 0.198133 0 0 v -7.87909 -0.480343 9.10217 -0.984412 0.16266 0.0668934 0 0 v -2.91886 0.179616 12.0382 0.549973 -0.823858 -0.137067 0 0 v -3.37582 -2.14894 8.93857 0.919451 -0.386065 0.0745883 0 0 v 2.39775 -4.35575 2.71605 0.400981 -0.881352 -0.249867 0 0 v -2.05819 0.871576 12.0383 0.570768 -0.539878 -0.618672 0 0 v -3.96967 -1.82128 11.7817 0.875472 -0.482696 -0.0235042 0 0 v 2.68645 -4.24808 2.72288 0.531661 -0.841659 0.0945837 0 0 v 2.76502 -4.18493 2.72351 0.605381 -0.787946 0.112493 0 0 v 2.84417 -4.1238 2.72293 0.584999 -0.808369 0.065695 0 0 v 2.92818 -4.07031 2.7229 0.483451 -0.875177 -0.0184262 0 0 v 3.02156 -4.02864 2.72573 0.399181 -0.911532 -0.0988139 0 0 v 3.11612 -3.98882 2.72832 0.310691 -0.939401 -0.1449 0 0 v 3.21863 -3.96247 2.73141 0.21931 -0.969033 -0.113479 0 0 v 3.32649 -3.94229 2.73559 0.180757 -0.982738 -0.0394211 0 0 v 3.43577 -3.92737 2.73953 0.22606 -0.97374 -0.0269611 0 0 v 3.53733 -3.8982 2.74303 0.379369 -0.924484 -0.0375259 0 0 v 3.62704 -3.85251 2.74417 0.541381 -0.838613 -0.0602868 0 0 v 3.70074 -3.78252 2.74232 0.657212 -0.744863 -0.115118 0 0 v 3.7779 -3.71849 2.74322 0.688927 -0.713939 -0.125185 0 0 v 3.84883 -3.64452 2.74156 0.710388 -0.690851 -0.134435 0 0 v 3.91882 -3.56979 2.73999 0.669289 -0.718485 -0.189293 0 0 v 3.99444 -3.50333 2.73978 0.539688 -0.80454 -0.247895 0 0 v 4.08701 -3.46153 2.74314 0.422847 -0.867126 -0.263237 0 0 v 4.17811 -3.41743 2.74383 0.473022 -0.836135 -0.277721 0 0 v 4.26038 -3.36021 2.74049 0.617657 -0.721869 -0.3121 0 0 v 4.32877 -3.28383 2.74358 0.695719 -0.661975 -0.278862 0 0 v 4.39998 -3.21079 2.74131 0.611304 -0.751944 -0.246754 0 0 v 4.48237 -3.15392 2.74171 0.53432 -0.818207 -0.212227 0 0 v 4.56936 -3.10336 2.74418 0.488774 -0.848313 -0.203631 0 0 v 4.65883 -3.0572 2.74537 0.446552 -0.862852 -0.236809 0 0 v 4.74997 -3.01358 2.74574 0.465397 -0.838122 -0.28453 0 0 v 4.83334 -2.95839 2.74593 0.598606 -0.746966 -0.28933 0 0 v 4.90559 -2.88619 2.74345 0.673512 -0.6784 -0.293522 0 0 v 4.97598 -2.81479 2.7453 0.710576 -0.639735 -0.292951 0 0 v 5.04214 -2.73292 2.74187 0.739405 -0.591339 -0.321866 0 0 v 5.10503 -2.64843 2.73949 0.777938 -0.540166 -0.320988 0 0 v 5.16006 -2.5481 2.73349 0.817413 -0.457412 -0.350157 0 0 v 5.21364 -2.4518 2.73155 0.81993 -0.457528 -0.34407 0 0 v 5.26793 -2.35483 2.72706 0.809385 -0.50311 -0.302946 0 0 v 5.32546 -2.26001 2.72122 0.787684 -0.568946 -0.236336 0 0 v 5.39365 -2.18275 2.71926 0.654784 -0.746963 -0.115347 0 0 v 1.37108 -3.42327 7.49066 0.245702 -0.934577 0.257285 0 0 v -4.85343 -3.71389 9.24037 0.863909 -0.47532 0.16653 0 0 v -4.80065 -3.61497 9.23766 0.866422 -0.48263 0.12799 0 0 v -4.74371 -3.51811 9.23596 0.848538 -0.512017 0.133501 0 0 v -3.35143 -0.0670736 11.5984 0.740855 -0.60158 -0.298721 0 0 v 6.06679 -0.768763 5.4431 0.99365 -0.066512 0.0907526 0 0 v 6.63781 -2.05335 2.77641 0.423556 -0.905544 0.0243009 0 0 v 6.72691 -2.00743 2.77779 0.491984 -0.870572 -0.00750396 0 0 v 6.81241 -1.95656 2.77842 0.531896 -0.846628 -0.0175545 0 0 v 6.8959 -1.9014 2.77895 0.595859 -0.802617 -0.0275478 0 0 v 6.97189 -1.83463 2.77823 0.699293 -0.709195 -0.0896179 0 0 v 7.04111 -1.75843 2.77688 0.76897 -0.625542 -0.131839 0 0 v 7.101 -1.6669 2.7728 0.807822 -0.561805 -0.178323 0 0 v 7.16209 -1.58059 2.77064 0.792753 -0.575484 -0.200899 0 0 v 7.22613 -1.49623 2.76834 0.786278 -0.582016 -0.207423 0 0 v 7.2888 -1.41114 2.76583 0.789367 -0.589316 -0.172066 0 0 v 7.35165 -1.32617 2.7636 0.828607 -0.544047 -0.131997 0 0 v 7.40649 -1.23128 2.76081 0.886031 -0.441737 -0.140771 0 0 v 4.68699 -3.1267 6.38028 0.5977 -0.729539 0.332458 0 0 v -4.21292 -3.05103 9.37726 0.488981 -0.843966 0.220496 0 0 v 5.49282 -2.18245 6.22842 0.881902 -0.438377 0.173419 0 0 v -3.9733 -2.16638 10.4987 0.629247 -0.616624 0.473099 0 0 v -5.81911 -4.2496 9.80406 0.394899 -0.879013 0.267191 0 0 v -2.52266 0.487126 12.0367 0.588842 -0.72416 -0.358968 0 0 v 5.47489 -1.98322 6.62191 0.837891 -0.437914 0.325838 0 0 v 5.28839 -2.58302 6.10818 0.814423 -0.538313 0.216642 0 0 v 2.16207 -3.16339 7.91877 0.384776 -0.908764 0.161542 0 0 v -1.16985 1.85846 14.3928 0.782481 -0.52632 -0.332733 0 0 v -0.617944 1.9453 13.3619 0.282874 -0.701305 0.654334 0 0 v 4.70697 -2.62952 7.16786 0.580165 -0.711506 0.396444 0 0 v -4.18184 -2.22481 11.4998 0.716528 -0.681521 0.148718 0 0 v -3.25083 -0.0440936 12.183 0.508473 -0.849435 0.14112 0 0 v 0.401936 2.92742 13.9548 0.594568 -0.628983 0.500868 0 0 v -4.41973 -2.40241 10.9237 0.669407 -0.740601 -0.0583484 0 0 v -5.50101 -3.48304 11.2176 0.30049 -0.776281 0.55416 0 0 v 3.81134 -3.61837 6.64303 0.456758 -0.794257 0.400659 0 0 v -3.99128 -2.84713 8.95207 0.67399 -0.701024 -0.233028 0 0 v 4.21727 -2.27326 8.36176 0.42051 -0.663181 0.619162 0 0 v -2.04154 1.1935 13.3548 0.721948 -0.69194 0.00325665 0 0 v -4.15943 -2.25026 10.64 0.591527 -0.764101 0.25738 0 0 v 0.347036 3.35372 14.6886 0.749636 -0.577888 0.322631 0 0 v -7.24937 0.407157 6.37225 -0.934441 0.297805 -0.195275 0 0 v -2.46342 0.748966 13.0594 0.788267 -0.56991 -0.23203 0 0 v -1.92876 0.682476 12.7692 0.0992101 -0.677881 0.728447 0 0 v 6.09859 0.130807 5.72629 0.997885 0.0229421 0.0608207 0 0 v -4.88975 -2.9546 11.0731 0.75136 -0.657516 0.0559629 0 0 v -4.9857 -3.15849 10.361 0.884134 -0.463196 0.0612928 0 0 v -7.73514 -1.98052 8.97246 -0.986317 -0.0501295 -0.157057 0 0 v 6.01087 0.331067 6.2836 0.969625 0.0796802 0.231254 0 0 v -5.84135 -4.21858 9.94547 0.453309 -0.857657 0.242765 0 0 v 4.36015 -2.30444 8.22927 0.517242 -0.649835 0.556934 0 0 v 4.27415 -2.35612 8.23277 0.414964 -0.698726 0.582741 0 0 v 5.54986 -0.668893 7.38796 0.904839 -0.0861684 0.416942 0 0 v 6.00319 0.729297 5.99935 0.963774 0.183513 0.193555 0 0 v 5.15815 2.62052 5.22902 0.6969 0.71716 -0.00334531 0 0 v -5.79697 4.23797 12.2291 -0.968909 0.114646 0.219254 0 0 v -5.29465 -3.60241 10.6545 0.743373 -0.636518 0.205527 0 0 v 2.15406 -4.53046 2.85207 0.438636 -0.790492 -0.427458 0 0 v 2.24455 -4.48726 2.85223 0.346313 -0.832326 -0.432782 0 0 v 2.33996 -4.45063 2.85324 0.42106 -0.802525 -0.422684 0 0 v 2.41775 -4.38784 2.85243 0.529589 -0.77199 -0.35152 0 0 v 2.50097 -4.33201 2.85288 0.434653 -0.872395 -0.223616 0 0 v 2.59316 -4.28903 2.85633 0.531514 -0.839471 -0.113051 0 0 v 2.67942 -4.23878 2.85594 0.583831 -0.811828 0.00872602 0 0 v 2.75419 -4.17056 2.8557 0.580213 -0.814043 -0.0262048 0 0 v 2.84261 -4.12243 2.8572 0.484649 -0.870436 -0.0863496 0 0 v 2.93254 -4.07765 2.85814 0.383286 -0.902851 -0.194809 0 0 v 3.02883 -4.04207 2.85997 0.349253 -0.910908 -0.219703 0 0 v 3.12856 -4.00949 2.86428 0.328039 -0.92342 -0.199214 0 0 v 3.22414 -3.97301 2.86621 0.326528 -0.93753 -0.120069 0 0 v 3.32528 -3.94179 2.86975 0.281361 -0.959568 0.00810176 0 0 v 3.43309 -3.92293 2.87386 0.244842 -0.963836 0.105223 0 0 v 3.53076 -3.89067 2.87633 0.359446 -0.928856 0.0895801 0 0 v 3.62663 -3.85354 2.87887 0.470481 -0.879762 0.0683193 0 0 v 3.70877 -3.79558 2.87909 0.6106 -0.791939 0.00038354 0 0 v 3.78387 -3.72817 2.87848 0.681513 -0.729613 -0.0566128 0 0 v 3.85474 -3.65402 2.87692 0.710159 -0.701378 -0.0611793 0 0 v 3.9281 -3.5846 2.87649 0.637136 -0.767384 -0.0719723 0 0 v 4.01243 -3.53097 2.87659 0.491738 -0.858974 -0.142681 0 0 v 4.104 -3.48814 2.87745 0.404491 -0.898684 -0.169571 0 0 v 4.19823 -3.44824 2.88018 0.465718 -0.864662 -0.188324 0 0 v 4.28169 -3.39322 2.88004 0.638851 -0.741022 -0.206776 0 0 v 4.41931 -3.23968 2.87787 0.664553 -0.715429 -0.215709 0 0 v 4.49694 -3.17664 2.87981 0.556915 -0.813745 -0.166327 0 0 v 4.58282 -3.12402 2.87965 0.471779 -0.865253 -0.169592 0 0 v 4.67312 -3.07977 2.87982 0.396449 -0.895989 -0.200081 0 0 v 4.76927 -3.04329 2.88214 0.450817 -0.866053 -0.21614 0 0 v 4.8535 -2.9891 2.88196 0.591244 -0.780161 -0.2044 0 0 v 4.92706 -2.91974 2.88255 0.687066 -0.683596 -0.246245 0 0 v 4.99715 -2.845 2.88085 0.707246 -0.662024 -0.248048 0 0 v 5.06577 -2.76896 2.87977 0.754226 -0.610613 -0.241445 0 0 v 5.19236 -2.60019 2.87542 0.798295 -0.530061 -0.285937 0 0 v 5.24653 -2.50451 2.87265 0.835375 -0.443507 -0.32473 0 0 v 5.29576 -2.39487 2.86607 0.837327 -0.449608 -0.311026 0 0 v 5.35115 -2.29882 2.86133 0.823494 -0.488419 -0.288623 0 0 v 5.47316 -2.1222 2.85382 0.660693 -0.75046 -0.0171618 0 0 v 5.55128 -2.05928 2.85292 0.264397 -0.943884 0.19793 0 0 v -2.93042 0.378866 11.5963 0.607134 -0.55974 -0.563986 0 0 v -4.66231 -3.2802 9.51536 0.670775 -0.652702 0.352193 0 0 v -4.72968 -3.35816 9.51686 0.764046 -0.538584 0.355191 0 0 v -4.84486 -3.54989 9.51827 0.801649 -0.473181 0.36532 0 0 v -4.90055 -3.64718 9.51966 0.788109 -0.469739 0.39778 0 0 v -4.39677 -2.77178 8.36397 0.234048 -0.772564 -0.590226 0 0 v -3.38492 -2.12902 9.07887 0.891835 -0.452354 0.00242059 0 0 v 6.7217 -2.00169 2.91138 0.453916 -0.88667 0.0881835 0 0 v 6.81032 -1.9546 2.9129 0.516974 -0.853973 0.0588933 0 0 v 6.89402 -1.89954 2.91334 0.558337 -0.827402 0.0605451 0 0 v 6.97421 -1.83968 2.91343 0.643855 -0.765052 0.0120845 0 0 v 7.04726 -1.76819 2.91204 0.722495 -0.689696 -0.0481688 0 0 v 7.11608 -1.69177 2.91019 0.77138 -0.627327 -0.106926 0 0 v 7.18096 -1.60866 2.90766 0.783743 -0.601221 -0.15582 0 0 v 7.24365 -1.52323 2.90548 0.80406 -0.571539 -0.1638 0 0 v 7.30431 -1.43659 2.90339 0.826863 -0.545859 -0.135409 0 0 v 7.3615 -1.34305 2.90005 0.854387 -0.510229 -0.0984317 0 0 v 7.41439 -1.24725 2.89687 0.898902 -0.431357 -0.0768522 0 0 v 5.41989 -2.25527 6.36379 0.824046 -0.500745 0.264958 0 0 v -4.78284 -2.75243 10.4958 0.775392 -0.583564 0.24129 0 0 v 5.02166 -2.73314 6.50835 0.724837 -0.586462 0.361488 0 0 v -1.09586 1.05237 12.6385 0.484282 -0.750387 -0.449877 0 0 v -3.84094 -2.35849 10.0786 0.624186 -0.653823 0.427677 0 0 v -1.3721 1.80411 13.7988 0.619584 -0.779216 0.0945404 0 0 v -5.38528 -4.34725 9.10846 0.436355 -0.887331 0.149127 0 0 v 5.39511 -1.87023 7.01987 0.83682 -0.47376 0.274379 0 0 v -0.978094 2.11032 14.3921 0.720871 -0.660692 -0.209361 0 0 v -0.714584 1.90912 13.3617 0.288275 -0.710171 0.642304 0 0 v -5.08175 1.82006 9.93847 0.0851545 0.984014 0.156414 0 0 v -4.25623 -2.28752 11.4998 0.691617 -0.718325 0.0753388 0 0 v -5.50221 -3.83078 10.5154 0.583386 -0.76239 0.280038 0 0 v -5.03946 -3.07665 8.07147 0.57605 -0.286105 -0.765709 0 0 v -6.80075 0.815057 7.70866 -0.849315 0.484747 0.209008 0 0 v -3.21639 -1.84543 9.07266 0.813154 -0.582001 0.0073993 0 0 v -3.55699 -2.41248 9.08547 0.758592 -0.651435 0.0130572 0 0 v 2.31757 -3.03812 8.19326 0.343513 -0.884013 0.317047 0 0 v -4.7885 2.90587 11.7258 0.931656 0.0882767 -0.352453 0 0 v -3.27383 -1.94056 9.07407 0.859584 -0.497817 -0.115303 0 0 v 0.408236 3.44051 14.6888 0.806568 -0.490674 0.329677 0 0 v -7.91398 -0.981063 8.83627 -0.981167 0.00822439 -0.192989 0 0 v -2.40127 0.835166 13.0594 0.703439 -0.710587 -0.0154967 0 0 v -2.07214 0.706986 12.7746 -0.0258808 -0.642828 0.765573 0 0 v 5.57796 -1.95127 6.35453 0.859321 -0.450761 0.241623 0 0 v -4.95191 -3.0413 11.0747 0.800286 -0.590466 0.104364 0 0 v 5.28667 1.93208 6.3747 0.750286 0.624647 0.216535 0 0 v -3.87816 -1.94894 10.6384 0.789162 -0.537757 0.296718 0 0 v -7.31221 0.0075166 7.05437 -0.936093 0.20666 0.284641 0 0 v -4.59877 6.70794 13.7621 0.989882 -0.140956 0.0162875 0 0 v -4.64424 3.2065 12.5107 0.997207 -0.0614166 0.04251 0 0 v -4.00838 -2.11468 10.6405 0.709041 -0.648497 0.276971 0 0 v -2.86266 0.456636 11.5959 0.647211 -0.408042 -0.64391 0 0 v -5.66791 -2.74406 4.39888 -0.532995 -0.725937 -0.434664 0 0 v -5.36674 -3.67614 10.654 0.649044 -0.723757 0.234345 0 0 v -3.79217 -2.60043 8.80336 0.683619 -0.664949 -0.300845 0 0 v -4.36295 -3.00197 8.66236 0.387029 -0.800862 -0.456977 0 0 v 6.08357 0.330407 5.72494 0.997316 0.0664693 0.0307022 0 0 v -3.64888 -2.45554 8.80157 0.666099 -0.687733 -0.288678 0 0 v 2.28172 -4.54354 2.99149 0.3247 -0.874403 -0.36054 0 0 v 2.37616 -4.50471 2.99427 0.416022 -0.824259 -0.384087 0 0 v 2.46209 -4.45341 2.99319 0.522969 -0.741311 -0.420668 0 0 v 2.53848 -4.38766 2.99283 0.610442 -0.694102 -0.381553 0 0 v 2.60847 -4.31529 2.99235 0.67635 -0.688209 -0.262523 0 0 v 2.68197 -4.243 2.99163 0.576312 -0.795655 -0.186543 0 0 v 2.76767 -4.19241 2.99065 0.452051 -0.8488 -0.274204 0 0 v 2.86203 -4.15311 2.99346 0.352974 -0.856943 -0.375578 0 0 v 2.96131 -4.1197 2.99812 0.362187 -0.855216 -0.37071 0 0 v 3.05259 -4.07797 2.99802 0.385056 -0.866245 -0.318358 0 0 v 3.14704 -4.03822 3.00106 0.414111 -0.872393 -0.259697 0 0 v 3.2361 -3.99146 3.00236 0.452324 -0.874253 -0.17631 0 0 v 3.32573 -3.94253 3.00259 0.459306 -0.880264 -0.119047 0 0 v 3.41818 -3.90144 3.00646 0.371297 -0.926621 0.0592607 0 0 v 3.52091 -3.87552 3.00952 0.317315 -0.932019 0.175078 0 0 v 3.61615 -3.83761 3.01164 0.431337 -0.887293 0.163278 0 0 v 3.70518 -3.79081 3.01317 0.530624 -0.836875 0.134452 0 0 v 3.78381 -3.72906 3.01312 0.642034 -0.764399 0.0590456 0 0 v 3.85852 -3.66107 3.01205 0.698572 -0.71554 -0.000197024 0 0 v 3.92869 -3.58643 3.01071 0.606495 -0.794513 -0.0302064 0 0 v 4.01807 -3.54022 3.01215 0.431962 -0.900816 -0.0440488 0 0 v 4.20694 -3.46164 3.01667 0.445856 -0.893456 -0.054306 0 0 v 4.29117 -3.4082 3.01694 0.598275 -0.798714 -0.0642047 0 0 v 4.36678 -3.34138 3.01664 0.694496 -0.705972 -0.13885 0 0 v 4.43585 -3.26529 3.01538 0.710679 -0.678585 -0.185626 0 0 v 4.50699 -3.19172 3.01341 0.588383 -0.7902 -0.17143 0 0 v 4.59499 -3.14336 3.0152 0.45374 -0.876101 -0.162996 0 0 v 4.6891 -3.1037 3.01778 0.404393 -0.905203 -0.13067 0 0 v 4.78156 -3.06281 3.01842 0.468457 -0.875642 -0.117473 0 0 v 4.86504 -3.00712 3.01858 0.551499 -0.821828 -0.142994 0 0 v 4.94488 -2.94697 3.01953 0.651067 -0.73699 -0.18154 0 0 v 5.01549 -2.87264 3.0181 0.71706 -0.663363 -0.213949 0 0 v 5.20977 -2.62663 3.01249 0.785501 -0.585979 -0.19904 0 0 v 5.27268 -2.54212 3.01025 0.822819 -0.519564 -0.230268 0 0 v 5.32488 -2.43989 3.00549 0.843657 -0.45139 -0.290672 0 0 v 5.37638 -2.33707 3.00098 0.826951 -0.466925 -0.313262 0 0 v 5.43078 -2.24019 2.99635 0.841381 -0.457225 -0.288137 0 0 v 5.48533 -2.14281 2.9915 0.811912 -0.560042 -0.164778 0 0 v 4.41868 -3.26507 6.51122 0.445045 -0.816526 0.367722 0 0 v -4.70135 -3.22469 9.65376 0.626199 -0.637242 0.449219 0 0 v -4.62035 -3.16615 9.65316 0.507664 -0.737648 0.445142 0 0 v -4.53487 -3.11345 9.65536 0.4138 -0.786852 0.457857 0 0 v -4.44016 -3.07419 9.65546 0.398342 -0.816296 0.418311 0 0 v -4.35118 -3.02632 9.65527 0.449782 -0.809231 0.377943 0 0 v -5.17296 -3.77623 9.80537 0.71024 -0.542573 0.448524 0 0 v -3.29636 -1.92085 9.64536 0.871851 -0.436788 0.221568 0 0 v 6.71141 -1.98604 3.04362 0.39802 -0.887522 0.232132 0 0 v 6.80138 -1.9417 3.04581 0.46984 -0.864425 0.178939 0 0 v 6.88826 -1.89163 3.04638 0.540664 -0.829473 0.140202 0 0 v 7.04775 -1.77136 3.04693 0.657439 -0.749962 0.0730148 0 0 v 7.11906 -1.69817 3.04571 0.725998 -0.687108 0.0284586 0 0 v 7.18736 -1.61811 3.04364 0.771601 -0.635895 -0.0164034 0 0 v 7.25328 -1.53942 3.04189 0.812706 -0.581636 -0.034771 0 0 v 7.31062 -1.44587 3.03866 0.850957 -0.523726 -0.0397888 0 0 v 7.36599 -1.35083 3.03529 0.871754 -0.488657 -0.0354687 0 0 v 7.41352 -1.25816 3.03727 0.908419 -0.417777 -0.0154032 0 0 v -3.9013 -2.09639 10.4961 0.651117 -0.582438 0.486635 0 0 v -4.78899 -2.90762 8.21027 0.633083 -0.49581 -0.594457 0 0 v -2.9585 0.243316 11.7413 0.631616 -0.68136 -0.369878 0 0 v -1.33956 0.878316 12.7816 0.334675 -0.84752 0.411949 0 0 v 3.97558 -3.50418 6.64318 0.553691 -0.712551 0.430927 0 0 v -0.142754 1.9304 12.8148 0.477273 -0.153824 -0.865187 0 0 v -4.98252 -3.3489 8.23786 0.709431 -0.284122 -0.644967 0 0 v 5.08534 -2.6537 6.50407 0.769694 -0.531027 0.354373 0 0 v -4.9359 -3.94469 8.96486 0.847798 -0.526094 0.0668168 0 0 v -5.4216 -3.77083 10.5142 0.625193 -0.743629 0.236958 0 0 v -0.906664 2.18151 14.393 0.691087 -0.710005 -0.135249 0 0 v 2.37902 -2.95222 8.32977 0.324011 -0.848652 0.418098 0 0 v -4.32368 -2.37032 11.5005 0.842311 -0.532468 -0.0836122 0 0 v 5.68673 1.3284 6.40038 0.909721 0.350385 0.222793 0 0 v -4.99432 -3.68875 8.39686 0.779189 -0.327336 -0.534524 0 0 v 2.53532 -2.82609 8.46616 0.25563 -0.861738 0.438248 0 0 v 0.181036 2.54582 13.6582 0.367623 -0.689605 0.623938 0 0 v -1.29813 1.87206 13.9471 0.63902 -0.76916 0.00676589 0 0 v 4.92234 -2.76672 6.63965 0.66375 -0.624806 0.41116 0 0 v -0.0202239 2.66267 13.9491 0.42999 -0.777163 0.459484 0 0 v -3.82108 -1.59128 11.1376 0.922693 -0.283295 0.2615 0 0 v -3.84996 -2.51207 8.51076 0.587919 -0.777533 -0.223145 0 0 v 0.462336 3.53845 14.6884 0.848098 -0.421981 0.320409 0 0 v -1.5069 1.29564 13.0695 0.168884 -0.636538 0.752528 0 0 v -1.82496 0.706186 12.7717 0.220151 -0.704561 0.674631 0 0 v 4.85422 -2.49034 7.16817 0.671656 -0.617341 0.409595 0 0 v -4.82078 -2.88232 11.0725 0.70511 -0.707749 -0.0437104 0 0 v -5.36762 -3.84635 10.089 0.722766 -0.643347 0.252416 0 0 v 5.46889 -1.26836 7.38057 0.895442 -0.17601 0.408906 0 0 v -3.94092 -2.0362 10.639 0.744546 -0.602301 0.287897 0 0 v -5.28774 -3.43908 11.0806 0.607711 -0.719279 0.336637 0 0 v -5.52758 -3.79543 10.656 0.510138 -0.800179 0.315393 0 0 v -4.54519 -3.08973 8.65486 0.540225 -0.691627 -0.479385 0 0 v 2.07995 -3.21778 7.78087 0.342374 -0.938281 0.0490708 0 0 v -5.44535 -3.73739 10.6556 0.593072 -0.758768 0.269327 0 0 v -7.65378 0.220117 9.22927 -0.857485 0.513195 0.0367408 0 0 v -0.109804 2.95673 15.1349 0.765144 -0.643625 0.0173729 0 0 v 2.40568 -4.54826 3.13333 0.39645 -0.892713 -0.214221 0 0 v 2.49552 -4.50333 3.13485 0.550337 -0.813852 -0.186478 0 0 v 2.57254 -4.43932 3.13154 0.69254 -0.675004 -0.254477 0 0 v 2.63438 -4.34627 3.12664 0.669309 -0.679441 -0.30064 0 0 v 2.70712 -4.28178 3.12843 0.495251 -0.789867 -0.361714 0 0 v 2.80903 -4.25356 3.13186 0.292614 -0.85685 -0.424481 0 0 v 2.90498 -4.2169 3.134 0.365211 -0.829293 -0.422959 0 0 v 2.99382 -4.16938 3.13549 0.438247 -0.812062 -0.38535 0 0 v 3.08189 -4.12081 3.13772 0.468769 -0.821028 -0.325834 0 0 v 3.1705 -4.07278 3.1394 0.509941 -0.824524 -0.245194 0 0 v 3.25357 -4.01745 3.13979 0.518876 -0.829257 -0.207606 0 0 v 3.33786 -3.96443 3.14004 0.560319 -0.810977 -0.168404 0 0 v 3.41459 -3.89981 3.13955 0.549805 -0.828666 -0.105007 0 0 v 3.50453 -3.8541 3.14143 0.443643 -0.896134 0.0111848 0 0 v 3.5974 -3.81217 3.14371 0.454998 -0.88108 0.129133 0 0 v 3.6874 -3.76579 3.14485 0.479289 -0.855974 0.193884 0 0 v 3.77379 -3.71509 3.14603 0.560493 -0.81038 0.170679 0 0 v 3.85364 -3.65428 3.14609 0.626605 -0.769265 0.124886 0 0 v 3.9292 -3.58749 3.14549 0.578642 -0.814307 0.0455818 0 0 v 4.01689 -3.53981 3.14645 0.428031 -0.903409 0.0253478 0 0 v 4.11133 -3.50059 3.14887 0.399138 -0.915534 0.0498575 0 0 v 4.20553 -3.46045 3.1511 0.435684 -0.899563 0.0310792 0 0 v 4.29376 -3.41269 3.15236 0.517885 -0.85537 0.0116933 0 0 v 4.4476 -3.28346 3.15128 0.679946 -0.725731 -0.104825 0 0 v 4.52142 -3.21413 3.15118 0.61201 -0.777996 -0.142009 0 0 v 4.60466 -3.15806 3.15165 0.51182 -0.854373 -0.0899259 0 0 v 4.69108 -3.10948 3.15167 0.438609 -0.897032 -0.0543645 0 0 v 4.78757 -3.07269 3.15375 0.43398 -0.898687 -0.0634217 0 0 v 4.87525 -3.02688 3.1551 0.524903 -0.845458 -0.0983753 0 0 v 4.95665 -2.9647 3.15561 0.630339 -0.767602 -0.116017 0 0 v 5.03058 -2.89635 3.15569 0.700093 -0.697948 -0.150796 0 0 v 5.09952 -2.82108 3.15426 0.756328 -0.628508 -0.18151 0 0 v 5.22549 -2.6521 3.14981 0.792984 -0.578752 -0.190321 0 0 v 5.28755 -2.56201 3.1454 0.811689 -0.557698 -0.173588 0 0 v 5.34673 -2.47467 3.14425 0.820248 -0.538371 -0.193262 0 0 v 5.40644 -2.38245 3.14028 0.826034 -0.50525 -0.249782 0 0 v 5.46205 -2.28805 3.13716 0.869942 -0.418586 -0.260745 0 0 v 5.50464 -2.17219 3.12995 0.896956 -0.396175 -0.196253 0 0 v 5.555 -2.06708 3.12321 0.875087 -0.472509 -0.10468 0 0 v 0.321606 2.869 13.9562 0.501747 -0.69894 0.509639 0 0 v -4.57971 -2.69743 10.3532 0.351964 -0.740893 0.572014 0 0 v -4.67032 -2.74273 10.3515 0.474913 -0.710315 0.51953 0 0 v -4.75135 -2.80123 10.353 0.63923 -0.652953 0.406247 0 0 v -4.82292 -2.87133 10.355 0.730289 -0.599166 0.328143 0 0 v -4.88242 -2.95985 10.3567 0.822215 -0.531424 0.203839 0 0 v 6.68478 -1.94822 3.17399 0.314754 -0.868812 0.382223 0 0 v 6.77957 -1.91016 3.17614 0.361239 -0.866404 0.344747 0 0 v 6.86921 -1.86455 3.17825 0.434894 -0.848504 0.30151 0 0 v 6.95797 -1.81731 3.17965 0.524902 -0.817453 0.237169 0 0 v 7.03751 -1.75625 3.18043 0.643788 -0.747651 0.16296 0 0 v 7.11316 -1.68964 3.1794 0.671144 -0.724267 0.158121 0 0 v 7.18452 -1.61573 3.17843 0.742052 -0.660885 0.1122 0 0 v 7.24969 -1.53236 3.17588 0.792309 -0.6024 0.0967542 0 0 v 7.30917 -1.44444 3.17283 0.837256 -0.542445 0.0689636 0 0 v 7.36542 -1.35026 3.16942 0.870351 -0.490472 0.0438876 0 0 v -4.93544 -3.05849 10.3588 0.864297 -0.48793 0.122127 0 0 v -5.32076 -3.39235 11.2201 0.491422 -0.749568 0.443454 0 0 v -3.76587 -2.29078 10.0779 0.627479 -0.651146 0.426942 0 0 v -2.88553 0.313036 11.7423 0.628693 -0.669171 -0.396175 0 0 v 0.402866 2.57142 13.5168 0.709494 -0.582701 0.39633 0 0 v -1.38675 3.60809 6.00962 -0.732572 0.394497 0.554716 0 0 v -0.200494 1.85092 12.8028 0.571621 -0.190051 -0.798204 0 0 v -0.0628539 2.72245 14.0988 0.472731 -0.800222 0.369011 0 0 v 1.28141 -3.46975 6.93696 -0.0689447 -0.584214 0.808666 0 0 v -4.32153 -2.36783 10.6383 0.489158 -0.820984 0.294467 0 0 v -0.830384 2.24773 14.393 0.654018 -0.754041 -0.0606921 0 0 v -0.901514 1.82833 13.3603 0.305016 -0.707659 0.637325 0 0 v 2.28791 -2.99312 8.32627 0.334836 -0.846698 0.413506 0 0 v -4.36754 -2.4944 11.5057 0.924067 -0.352168 -0.148584 0 0 v -5.41755 -3.60335 10.9381 0.52906 -0.767564 0.361859 0 0 v -5.31999 -3.73815 10.2296 0.744475 -0.641859 0.183778 0 0 v -4.90698 -3.46253 8.38747 0.786608 -0.303382 -0.53778 0 0 v -3.00193 0.308026 11.593 0.634117 -0.526075 -0.566693 0 0 v -7.34502 0.222417 8.13047 -0.638289 0.381197 -0.668787 0 0 v 3.1988 -3.95926 6.09374 0.737108 -0.595792 0.318911 0 0 v 4.63255 -3.22244 6.24845 0.569188 -0.771827 0.283387 0 0 v 3.63465 -2.66198 8.22336 0.403622 -0.811919 0.421755 0 0 v -1.79801 1.19164 13.0639 0.290442 -0.709074 0.642539 0 0 v -1.62447 0.766866 12.7742 0.29764 -0.824576 0.481128 0 0 v -4.58031 -2.7022 11.0737 0.587843 -0.772452 -0.240328 0 0 v -5.44046 -3.91684 10.0905 0.656827 -0.714866 0.239884 0 0 v 5.42342 -1.46934 7.38047 0.883176 -0.237228 0.404627 0 0 v -3.06704 -1.52873 9.35376 0.853775 -0.475454 0.212161 0 0 v 5.05782 -2.43618 6.90026 0.754071 -0.547858 0.362255 0 0 v -4.07005 -2.38053 10.3568 0.562793 -0.652754 0.507126 0 0 v -0.195834 1.68278 12.9453 0.745851 -0.666105 0.00321922 0 0 v -3.54949 -0.308914 11.8946 0.769279 -0.581026 0.265742 0 0 v -6.66976 1.70396 6.19726 -0.785505 0.602343 0.142003 0 0 v -3.5854 -0.435314 11.7506 0.908655 -0.405623 0.099076 0 0 v -6.56146 1.40684 7.41867 -0.709946 0.62261 0.32914 0 0 v 0.0436461 3.26873 15.2844 0.891397 -0.330447 0.310186 0 0 v 3.60701 -3.49731 7.03237 0.41312 -0.750087 0.516431 0 0 v 3.41523 -3.39553 7.29117 0.326068 -0.721138 0.61126 0 0 v 2.62967 2.93871 7.40977 0.272727 0.940249 0.203844 0 0 v 2.49877 -4.5075 3.27014 0.519636 -0.854294 -0.0126443 0 0 v 2.57729 -4.44598 3.26933 0.62653 -0.776424 -0.0680116 0 0 v 2.64987 -4.37569 3.26767 0.624511 -0.759489 -0.182105 0 0 v 2.73948 -4.33079 3.26764 0.347927 -0.876098 -0.333765 0 0 v 2.84467 -4.30632 3.27311 0.295083 -0.879355 -0.373711 0 0 v 2.93989 -4.2681 3.27544 0.453492 -0.82768 -0.330591 0 0 v 3.02715 -4.21761 3.27431 0.5464 -0.794375 -0.265358 0 0 v 3.10476 -4.15514 3.27264 0.575767 -0.787955 -0.218217 0 0 v 3.1846 -4.09465 3.27433 0.557511 -0.809358 -0.184717 0 0 v 3.35518 -3.9899 3.27683 0.542204 -0.813514 -0.210261 0 0 v 3.4331 -3.92688 3.27626 0.608916 -0.759865 -0.227654 0 0 v 3.50869 -3.85994 3.27602 0.570996 -0.812614 -0.116711 0 0 v 3.59139 -3.80399 3.27685 0.58844 -0.801812 -0.104099 0 0 v 3.67546 -3.74965 3.27763 0.527162 -0.848398 0.0481789 0 0 v 3.75925 -3.69485 3.2786 0.576574 -0.809662 0.109586 0 0 v 3.84113 -3.63746 3.27903 0.581288 -0.807164 0.102914 0 0 v 3.92442 -3.58183 3.27948 0.505082 -0.860031 0.0723809 0 0 v 4.01371 -3.53539 3.2807 0.439625 -0.895073 0.0746637 0 0 v 4.10346 -3.49004 3.28227 0.397992 -0.91361 0.083184 0 0 v 4.20164 -3.45459 3.28487 0.438834 -0.894217 0.0883227 0 0 v 4.37511 -3.35522 3.28712 0.572278 -0.8195 0.0302898 0 0 v 4.45316 -3.29239 3.28667 0.639972 -0.76768 -0.0332207 0 0 v 4.5283 -3.22507 3.28594 0.622972 -0.77942 -0.0664075 0 0 v 4.60985 -3.1663 3.2865 0.542812 -0.83858 -0.0462347 0 0 v 4.6936 -3.11489 3.3014 0.456356 -0.889305 -0.0295858 0 0 v 4.78811 -3.07314 3.28917 0.426466 -0.904477 -0.00690083 0 0 v 4.88067 -3.03223 3.29034 0.494673 -0.869036 -0.00865014 0 0 v 4.96497 -2.97782 3.29189 0.591759 -0.80577 -0.0235882 0 0 v 5.03877 -2.90856 3.29036 0.689877 -0.71954 -0.0795711 0 0 v 5.11113 -2.83868 3.29024 0.737644 -0.668701 -0.0933842 0 0 v 5.24087 -2.67271 3.28509 0.79384 -0.595762 -0.122006 0 0 v 5.30148 -2.58618 3.28314 0.817223 -0.555643 -0.152998 0 0 v 5.35851 -2.49243 3.27976 0.818577 -0.552517 -0.157028 0 0 v 5.42119 -2.40776 3.27786 0.81975 -0.552409 -0.151177 0 0 v 5.4795 -2.31489 3.27416 0.891545 -0.427709 -0.149038 0 0 v 5.52065 -2.20056 3.26865 0.936437 -0.328105 -0.124233 0 0 v 5.56122 -2.0771 3.25972 0.901905 -0.422602 -0.0892987 0 0 v 5.6145 -1.97906 3.25491 0.81671 -0.576928 0.0117771 0 0 v 5.68305 -1.90136 3.25201 0.643846 -0.746871 0.166272 0 0 v 5.76246 -1.84006 3.25261 0.405833 -0.86093 0.306755 0 0 v 4.05211 -2.90976 7.56476 0.362548 -0.894298 0.262277 0 0 v -5.05179 -3.24917 10.6482 0.863186 -0.500511 0.0663209 0 0 v -4.99587 -3.15194 10.6464 0.869604 -0.49275 0.0314067 0 0 v -4.9405 -3.0542 10.6444 0.882176 -0.470796 0.0107677 0 0 v -4.89002 -2.95406 10.6422 0.902514 -0.430355 -0.0162196 0 0 v -4.84249 -2.84567 10.6398 0.892778 -0.450042 -0.0202283 0 0 v 4.14786 -2.87285 7.56607 0.366186 -0.892742 0.262527 0 0 v 7.01916 -1.7308 3.31067 0.55798 -0.776376 0.293083 0 0 v 7.09711 -1.66757 3.31126 0.630376 -0.73291 0.255869 0 0 v 7.16974 -1.59829 3.30937 0.719062 -0.655301 0.231365 0 0 v 7.23723 -1.51795 3.30861 0.768523 -0.60629 0.204414 0 0 v 7.30067 -1.4336 3.30641 0.817321 -0.54879 0.175547 0 0 v 7.35721 -1.33935 3.30279 0.854501 -0.497465 0.14952 0 0 v 7.40988 -1.24333 3.29887 0.882604 -0.455612 0.115883 0 0 v 7.46104 -1.14084 3.29471 0.911026 -0.404917 0.0779353 0 0 v -0.766224 1.27883 12.9261 0.327158 -0.656872 0.679328 0 0 v 5.35946 -2.34121 6.36655 0.76473 -0.566982 0.306135 0 0 v -3.03592 0.178516 11.743 0.612894 -0.725467 -0.313142 0 0 v -3.37961 -2.13836 9.22287 0.813803 -0.57694 -0.0697516 0 0 v -6.13739 2.19761 6.43603 -0.637262 0.72284 0.267208 0 0 v 1.13345 -3.43654 7.07046 -0.0267775 -0.99775 0.061467 0 0 v 5.87163 -0.368203 6.69768 0.941969 -0.0760113 0.32698 0 0 v -0.0263639 2.31816 13.515 0.270876 -0.689358 0.671872 0 0 v -0.754674 2.31382 14.3931 0.631619 -0.775197 -0.0112467 0 0 v 4.2382 -2.82956 7.56896 0.454278 -0.857414 0.241813 0 0 v -4.40993 -2.60281 11.5059 0.846319 -0.52998 -0.0535298 0 0 v -5.33558 -3.54597 10.9377 0.58585 -0.748035 0.311806 0 0 v -5.38798 -3.81636 10.2309 0.731955 -0.647079 0.213379 0 0 v -4.86656 -3.34321 8.38356 0.789273 -0.307434 -0.531538 0 0 v 2.3375 -2.89442 8.46487 0.30907 -0.848553 0.429457 0 0 v 4.32505 -2.77973 7.56816 0.520726 -0.823515 0.225095 0 0 v 4.40636 -2.72252 7.56796 0.597481 -0.753399 0.274601 0 0 v -3.52524 -0.174504 12.1815 0.425975 -0.83964 0.336973 0 0 v -0.705554 1.36652 12.6413 0.573062 -0.497303 -0.651375 0 0 v 4.4792 -2.6526 7.56947 0.653958 -0.686134 0.318683 0 0 v -0.600314 2.43997 14.6901 0.687219 -0.724407 -0.05445 0 0 v 3.54507 -2.70848 8.22217 0.372248 -0.837195 0.400669 0 0 v -1.70187 1.22839 13.0635 0.260742 -0.684838 0.680449 0 0 v -2.53484 0.675426 12.768 0.287224 -0.81004 0.511211 0 0 v -2.61879 0.622266 12.7651 0.574919 -0.788104 0.219909 0 0 v -3.35898 -2.16845 8.65836 0.436993 -0.817073 0.37607 0 0 v -4.50642 -2.63444 11.0744 0.757171 -0.59717 -0.264728 0 0 v -5.68418 -4.09414 10.0891 0.47089 -0.838538 0.274076 0 0 v 5.39639 -1.56884 7.37796 0.870435 -0.307138 0.384719 0 0 v -3.11652 -1.6356 9.35446 0.900057 -0.425659 0.0933371 0 0 v 4.5511 -2.58233 7.56677 0.664966 -0.663428 0.343051 0 0 v 4.6219 -2.50878 7.56687 0.681924 -0.6305 0.370741 0 0 v -0.482784 2.43944 15.1357 0.815713 -0.546046 -0.190908 0 0 v -2.24866 0.616556 12.1852 0.55452 -0.750811 -0.358873 0 0 v -1.90964 0.998106 12.9256 0.187988 -0.549814 0.813858 0 0 v 4.6897 -2.43162 7.56476 0.722408 -0.575368 0.383508 0 0 v -5.07355 -4.0968 8.68797 0.75825 -0.581049 -0.295701 0 0 v 5.26636 1.53226 7.21407 0.812023 0.306023 0.496958 0 0 v -0.0769639 2.91339 14.6892 0.65574 -0.721291 0.223034 0 0 v 4.75325 -2.34685 7.56366 0.733278 -0.548075 0.40239 0 0 v 4.81678 -2.26191 7.56257 0.719241 -0.559763 0.411532 0 0 v 2.49653 -4.50504 3.40447 0.447203 -0.894351 -0.012059 0 0 v 2.57941 -4.44866 3.40521 0.546703 -0.834066 -0.073823 0 0 v 2.66545 -4.39931 3.40459 0.404021 -0.885895 -0.227939 0 0 v 2.77269 -4.37909 3.40914 0.243215 -0.922109 -0.300934 0 0 v 2.87415 -4.35012 3.41243 0.36489 -0.896473 -0.251377 0 0 v 2.96371 -4.3038 3.4137 0.546402 -0.816202 -0.187772 0 0 v 3.03997 -4.23926 3.41308 0.610056 -0.770426 -0.185136 0 0 v 3.1169 -4.17393 3.41225 0.606506 -0.777774 -0.16498 0 0 v 3.19838 -4.11579 3.41307 0.532748 -0.824307 -0.191566 0 0 v 3.2828 -4.06206 3.41294 0.504817 -0.835035 -0.218807 0 0 v 3.45641 -3.96153 3.41396 0.581294 -0.776234 -0.244045 0 0 v 3.5303 -3.89187 3.4115 0.619834 -0.739794 -0.261744 0 0 v 3.60833 -3.82908 3.41352 0.648047 -0.7195 -0.24971 0 0 v 3.68061 -3.757 3.41207 0.666445 -0.733729 -0.132261 0 0 v 3.75292 -3.68653 3.41211 0.643335 -0.765429 -0.0154206 0 0 v 3.83407 -3.62827 3.41265 0.566099 -0.823333 0.0406708 0 0 v 3.91722 -3.5727 3.41279 0.54209 -0.838815 0.0502779 0 0 v 4.00589 -3.52457 3.41419 0.453357 -0.886418 0.093442 0 0 v 4.09948 -3.48359 3.41589 0.40744 -0.907813 0.099339 0 0 v 4.19045 -3.44043 3.4177 0.420886 -0.900521 0.109163 0 0 v 4.2803 -3.39537 3.41939 0.478616 -0.868726 0.127445 0 0 v 4.36817 -3.34638 3.42047 0.510049 -0.851881 0.118947 0 0 v 4.45082 -3.29021 3.42088 0.584468 -0.80847 0.0690814 0 0 v 4.53198 -3.2311 3.42114 0.584731 -0.8112 -0.00663824 0 0 v 4.61059 -3.16965 3.42087 0.563343 -0.82498 -0.0453151 0 0 v 4.69606 -3.11898 3.43919 0.484153 -0.873967 -0.0421692 0 0 v 4.78631 -3.06993 3.42329 0.482208 -0.875501 0.0311974 0 0 v 4.87514 -3.02435 3.42451 0.489833 -0.868967 0.0704333 0 0 v 4.96165 -2.97429 3.42532 0.541227 -0.836936 0.0813096 0 0 v 5.04284 -2.91567 3.4256 0.644758 -0.763373 0.0393523 0 0 v 5.11423 -2.84217 3.4243 0.724981 -0.688745 -0.00568183 0 0 v 5.18322 -2.76589 3.42285 0.77308 -0.633856 -0.0239487 0 0 v 5.24715 -2.682 3.42038 0.788772 -0.61353 -0.0376779 0 0 v 5.31083 -2.59772 3.41795 0.798304 -0.597958 -0.0718191 0 0 v 5.37384 -2.51275 3.41574 0.817899 -0.564221 -0.112679 0 0 v 5.43371 -2.42047 3.41211 0.832928 -0.540894 -0.1169 0 0 v 5.48956 -2.33187 3.41039 0.902481 -0.420712 -0.0923597 0 0 v 5.5281 -2.2104 3.40387 0.94631 -0.314309 -0.0755451 0 0 v 5.56681 -2.08564 3.39542 0.919513 -0.385899 -0.074687 0 0 v 5.61965 -1.98805 3.39102 0.868304 -0.492188 -0.0616428 0 0 v 5.67649 -1.89247 3.38609 0.770905 -0.636191 0.0310957 0 0 v 5.74525 -1.81567 3.3839 0.592342 -0.794514 0.133708 0 0 v 4.88341 -2.17941 7.56317 0.688653 -0.604518 0.400395 0 0 v -5.28939 -3.95119 8.24856 0.517168 -0.458336 -0.722817 0 0 v -7.67221 -0.869384 11.0216 -0.9958 -0.00742726 -0.091253 0 0 v 2.25541 -3.11968 7.91906 0.417299 -0.900941 0.119021 0 0 v -0.688954 2.04612 13.5118 0.326449 -0.736517 0.592431 0 0 v 4.9545 -2.10911 7.55987 0.690605 -0.609096 0.389957 0 0 v 5.0203 -2.02601 7.56026 0.726284 -0.558776 0.40035 0 0 v 6.9028 -1.73709 3.43844 0.374843 -0.807631 0.45522 0 0 v 6.99016 -1.68863 3.43878 0.481799 -0.783906 0.391614 0 0 v 7.07396 -1.63519 3.44111 0.574544 -0.721917 0.385661 0 0 v 7.14531 -1.56227 3.44085 0.669299 -0.654037 0.352525 0 0 v 7.21485 -1.48729 3.43932 0.724771 -0.612504 0.315511 0 0 v 7.28015 -1.40431 3.43793 0.778155 -0.556689 0.290813 0 0 v 7.34066 -1.31797 3.43452 0.815949 -0.519813 0.253026 0 0 v 7.39705 -1.22414 3.43094 0.853099 -0.471349 0.223723 0 0 v 7.45062 -1.12244 3.42777 0.882129 -0.425947 0.201043 0 0 v -0.415924 1.65083 13.0742 0.1921 -0.607442 0.770786 0 0 v -0.315284 1.68022 13.0735 0.349185 -0.646652 0.678167 0 0 v -7.44762 -0.395933 6.11677 -0.980733 0.131543 0.144429 0 0 v -1.35213 0.896966 12.6372 0.457553 -0.820714 -0.34216 0 0 v -2.60052 0.423816 12.0386 0.589841 -0.750269 -0.298638 0 0 v 3.8582 -3.51033 6.77261 0.502417 -0.728722 0.465341 0 0 v 2.9737 -3.98461 6.35569 0.41724 -0.701476 0.577791 0 0 v -0.988144 2.12451 14.2444 0.660469 -0.748428 -0.0603084 0 0 v -1.58705 1.51179 9.08406 0.0638621 0.437555 0.896921 0 0 v -1.10919 1.94677 14.3929 0.754496 -0.580453 -0.306284 0 0 v -1.27298 1.66177 13.3599 0.360433 -0.727004 0.584426 0 0 v -4.64523 -2.78769 11.5052 0.38363 -0.916978 0.10945 0 0 v 4.20264 -3.3044 6.64063 0.491427 -0.779597 0.388236 0 0 v -5.61829 -4.0143 10.2307 0.50629 -0.824978 0.251161 0 0 v -4.82444 -3.22457 8.37667 0.773667 -0.349075 -0.528759 0 0 v -4.68119 -3.43124 9.09196 0.860254 -0.509573 -0.0172519 0 0 v 2.24267 -3.10405 8.05597 0.359849 -0.909703 0.207242 0 0 v 2.33889 -3.0676 8.05757 0.373855 -0.914043 0.157346 0 0 v 4.19414 -3.46816 6.37931 0.605005 -0.697723 0.383605 0 0 v -4.9056 -2.93705 11.3596 0.629432 -0.766458 0.127898 0 0 v 5.14876 -1.85627 7.55856 0.727586 -0.542843 0.419452 0 0 v 5.20976 -1.76937 7.55607 0.766233 -0.469517 0.438681 0 0 v -0.525454 2.50771 14.6901 0.680369 -0.732766 -0.0123219 0 0 v 5.86662 -0.467833 6.69587 0.943122 -0.078626 0.323017 0 0 v -1.60441 1.26214 13.0664 0.191036 -0.677212 0.710555 0 0 v -3.49999 -2.31947 8.79996 0.674628 -0.698961 -0.23734 0 0 v -5.45455 -3.55076 11.0794 0.427669 -0.783037 0.451611 0 0 v -4.66458 -2.75693 11.0736 0.562723 -0.797597 -0.217213 0 0 v -5.7702 -4.14441 10.0863 0.446141 -0.856246 0.260386 0 0 v 6.06689 -0.0682333 6.00517 0.990362 -0.0503371 0.129031 0 0 v -3.16708 -1.73568 9.35677 0.908478 -0.409566 0.0832061 0 0 v 6.04282 -0.368163 6.00391 0.98537 -0.0940056 0.14216 0 0 v 6.0346 -0.968803 5.58103 0.990256 -0.0903173 0.106002 0 0 v -0.366144 1.89042 12.7013 0.373833 0.207039 -0.904093 0 0 v 3.51526 -2.31419 8.89217 0.291565 -0.675661 0.677106 0 0 v 3.41827 -2.34961 8.88927 0.181155 -0.699678 0.69111 0 0 v -0.133204 1.76568 12.9356 0.763602 -0.617329 -0.189254 0 0 v -3.60705 -0.403684 11.8952 0.843319 -0.431939 0.319753 0 0 v 4.24276 -3.53737 6.11559 0.578686 -0.795644 0.179088 0 0 v -5.13797 -4.17639 8.68797 0.661143 -0.701471 -0.266137 0 0 v 5.65557 1.52559 6.25368 0.859854 0.37748 0.343744 0 0 v -4.31715 -2.88824 8.52186 0.286634 -0.759257 -0.584269 0 0 v -5.24684 -4.19158 8.54457 0.551729 -0.723068 -0.415654 0 0 v -4.75224 -3.51622 8.81376 0.899187 -0.388142 -0.202013 0 0 v -3.91693 -2.77408 8.94876 0.664288 -0.705932 -0.245727 0 0 v 2.59195 -4.46862 3.54099 0.395519 -0.900321 -0.181621 0 0 v 2.69058 -4.43834 3.54254 0.286736 -0.930317 -0.228676 0 0 v 2.79029 -4.40615 3.54604 0.34855 -0.925257 -0.149706 0 0 v 2.88522 -4.36738 3.54857 0.447981 -0.890584 -0.0785761 0 0 v 2.97156 -4.31736 3.54811 0.550243 -0.834369 -0.0325571 0 0 v 3.05166 -4.25622 3.54888 0.577095 -0.808226 -0.117188 0 0 v 3.12903 -4.1924 3.5483 0.570965 -0.796868 -0.197487 0 0 v 3.2165 -4.14354 3.54991 0.485586 -0.838794 -0.246233 0 0 v 3.38939 -4.04188 3.55125 0.537119 -0.811192 -0.231237 0 0 v 3.55081 -3.92354 3.55007 0.591042 -0.77376 -0.227959 0 0 v 3.63057 -3.86297 3.55176 0.616119 -0.738328 -0.274351 0 0 v 3.70022 -3.78796 3.55024 0.721083 -0.637346 -0.271716 0 0 v 3.76472 -3.70442 3.54799 0.724051 -0.648286 -0.235533 0 0 v 3.83615 -3.63141 3.5466 0.653683 -0.747517 -0.117967 0 0 v 3.91333 -3.5667 3.54639 0.570674 -0.82095 -0.0192823 0 0 v 3.9969 -3.51282 3.5476 0.523799 -0.851759 -0.0118774 0 0 v 4.0878 -3.46859 3.54917 0.446996 -0.890637 0.0834326 0 0 v 4.1819 -3.42808 3.55104 0.429152 -0.893178 0.134394 0 0 v 4.27097 -3.38252 3.5524 0.485471 -0.863804 0.134764 0 0 v 4.35475 -3.32774 3.55329 0.506641 -0.845684 0.167729 0 0 v 4.44246 -3.27853 3.55418 0.48705 -0.865711 0.115441 0 0 v 4.53166 -3.23169 3.55553 0.503184 -0.863078 0.0436043 0 0 v 4.61538 -3.17768 3.55603 0.525872 -0.850274 -0.0221921 0 0 v 4.70159 -3.1255 3.55711 0.535614 -0.84367 -0.0365695 0 0 v 4.78173 -3.06686 3.55706 0.553672 -0.832675 -0.00998091 0 0 v 4.86796 -3.01496 3.5581 0.540043 -0.839883 0.0543116 0 0 v 4.95186 -2.96087 3.55864 0.55307 -0.825147 0.115091 0 0 v 5.03482 -2.90507 3.55897 0.596317 -0.794771 0.112892 0 0 v 5.11095 -2.83914 3.5584 0.689607 -0.718935 0.0870319 0 0 v 5.18031 -2.76373 3.55701 0.745676 -0.663484 0.0612863 0 0 v 5.24679 -2.68161 3.55519 0.772079 -0.634922 0.0277295 0 0 v 5.31298 -2.60373 3.55338 0.778829 -0.627233 -0.00189851 0 0 v 5.37841 -2.5206 3.55112 0.798232 -0.602125 -0.0164871 0 0 v 5.44055 -2.43523 3.54873 0.847192 -0.530515 -0.0286253 0 0 v 5.49547 -2.34047 3.54567 0.904924 -0.424776 -0.0260402 0 0 v 5.53306 -2.2189 3.53984 0.940749 -0.332453 -0.0668316 0 0 v 5.57397 -2.10217 3.53292 0.918936 -0.379171 -0.108564 0 0 v 5.62459 -1.99683 3.52712 0.879988 -0.464354 -0.0999821 0 0 v 5.67935 -1.90011 3.52245 0.831034 -0.551655 -0.0711252 0 0 v 5.74484 -1.81601 3.51905 0.74877 -0.662472 -0.0218006 0 0 v 5.32469 -2.46521 6.23691 0.795926 -0.522356 0.306016 0 0 v 5.26512 -2.55717 6.23873 0.793352 -0.526791 0.305096 0 0 v -3.82159 -2.74119 9.08447 0.720834 -0.686761 -0.0935881 0 0 v -3.48135 -0.232554 11.8933 0.656952 -0.740319 0.142627 0 0 v 4.41263 -3.08208 6.90536 0.488211 -0.73102 0.476718 0 0 v 4.22255 -3.50864 6.24833 0.581868 -0.754651 0.303202 0 0 v -5.0895 -3.17634 8.06997 0.596773 -0.25014 -0.762425 0 0 v 2.77834 -2.47541 9.00797 0.220409 -0.782889 0.581811 0 0 v 7.03537 -1.57887 3.5699 0.53448 -0.698513 0.475826 0 0 v 7.11474 -1.51925 3.56806 0.575142 -0.672848 0.465282 0 0 v 7.18509 -1.44591 3.5677 0.681548 -0.605636 0.410727 0 0 v 7.25033 -1.36358 3.56688 0.735754 -0.555135 0.387931 0 0 v 7.31394 -1.27945 3.56483 0.777432 -0.514019 0.362469 0 0 v 7.37192 -1.18631 3.56204 0.819898 -0.472725 0.322951 0 0 v 7.42759 -1.09214 3.55827 0.848653 -0.41214 0.331555 0 0 v 0.427446 2.71252 13.6622 0.581007 -0.644236 0.497385 0 0 v -7.20114 -0.888343 7.86296 -0.757501 -0.206556 -0.619295 0 0 v 4.14437 -3.57151 6.24778 0.58166 -0.764079 0.279024 0 0 v 4.06377 -3.63097 6.24849 0.530896 -0.809131 0.251906 0 0 v 3.94003 -3.45295 6.77248 0.528671 -0.721025 0.447917 0 0 v 3.73697 -3.33387 7.16366 0.420649 -0.736387 0.529895 0 0 v 5.33746 2.42341 5.38313 0.805561 0.590538 0.0483291 0 0 v -4.93768 -3.94394 8.82477 0.869922 -0.482785 -0.100768 0 0 v -1.04441 2.02721 14.3935 0.742301 -0.612797 -0.271052 0 0 v -1.18351 1.70799 13.3606 0.329382 -0.719399 0.611533 0 0 v 4.62933 -3.04378 6.64514 0.6323 -0.684866 0.362154 0 0 v -4.55466 -2.7437 11.5065 0.510284 -0.858131 0.0567563 0 0 v 4.98439 -2.855 6.37776 0.685153 -0.643072 0.342087 0 0 v -5.53425 -3.95929 10.2317 0.598754 -0.766523 0.232243 0 0 v 5.54126 2.12481 5.39973 0.86799 0.493985 0.0507158 0 0 v -7.38736 0.715287 8.81716 -0.872877 0.483129 -0.0683564 0 0 v 3.51011 -3.35683 7.29107 0.337592 -0.726763 0.598203 0 0 v 4.13265 -2.32658 8.35867 0.365807 -0.697569 0.616103 0 0 v 3.59987 -3.31208 7.29356 0.379513 -0.709075 0.594291 0 0 v -5.13812 -3.30276 11.0786 0.741728 -0.618969 0.258298 0 0 v -0.918984 1.49965 13.074 0.190244 -0.52261 0.831075 0 0 v -4.13151 -2.64329 10.0785 0.551846 -0.705034 0.445414 0 0 v -1.35737 1.78236 14.0944 0.770101 -0.578042 -0.269835 0 0 v -4.74597 -3.16008 9.79296 0.631652 -0.630843 0.450613 0 0 v -5.51638 -3.98428 10.0908 0.582969 -0.776217 0.240073 0 0 v -5.86363 -4.18739 10.0873 0.454575 -0.847127 0.275205 0 0 v -3.69599 -2.56513 9.23096 0.746997 -0.657923 0.0955667 0 0 v -4.66776 3.70647 12.3531 0.987501 0.0544191 -0.147921 0 0 v -3.2105 -1.85304 9.35966 0.911233 -0.401708 0.0910228 0 0 v -5.61656 -3.84418 10.6566 0.404171 -0.831637 0.380821 0 0 v -4.05071 -2.05201 10.9236 0.73435 -0.664313 0.13935 0 0 v -4.19732 -3.07273 9.23576 0.502936 -0.863274 0.0425821 0 0 v 2.93288 -4.10253 6.22764 0.336407 -0.762911 0.552084 0 0 v -5.30193 -4.28754 8.68726 0.439974 -0.858885 -0.26218 0 0 v -5.2172 -4.23548 8.68696 0.540071 -0.808769 -0.232843 0 0 v -0.297944 1.65221 12.7909 0.65254 -0.444619 -0.6136 0 0 v -4.42204 -2.91489 8.50947 0.28719 -0.738654 -0.609846 0 0 v -5.17456 -4.12294 8.54586 0.652892 -0.60413 -0.456902 0 0 v -6.98999 0.715947 8.12376 -0.64298 0.612202 -0.460201 0 0 v -1.98415 0.939636 12.0398 0.547801 -0.507375 -0.665195 0 0 v 2.60869 -4.49303 3.67834 0.341053 -0.926882 -0.156757 0 0 v 2.70518 -4.45819 3.68036 0.385238 -0.918177 -0.0924256 0 0 v 2.79528 -4.41419 3.6814 0.444196 -0.895612 -0.0238486 0 0 v 2.88437 -4.3671 3.6826 0.486794 -0.873502 -0.00509768 0 0 v 2.96888 -4.31381 3.68778 0.494439 -0.866434 -0.0694371 0 0 v 3.0581 -4.26779 3.68387 0.440098 -0.883 -0.16317 0 0 v 3.14735 -4.22069 3.68512 0.487196 -0.846899 -0.213077 0 0 v 3.2363 -4.17379 3.68646 0.482001 -0.847617 -0.221858 0 0 v 3.32423 -4.12497 3.68807 0.528921 -0.831133 -0.171642 0 0 v 3.40595 -4.06819 3.68786 0.578066 -0.800743 -0.157007 0 0 v 3.48306 -4.00299 3.68755 0.578323 -0.78874 -0.208402 0 0 v 3.56768 -3.94927 3.68712 0.500631 -0.824995 -0.262206 0 0 v 3.65443 -3.899 3.68965 0.613633 -0.72303 -0.317305 0 0 v 3.79033 -3.74207 3.68516 0.726197 -0.598435 -0.338397 0 0 v 3.85692 -3.6612 3.6822 0.717399 -0.625297 -0.307152 0 0 v 3.92497 -3.58465 3.68149 0.666018 -0.715486 -0.210947 0 0 v 4.00086 -3.52007 3.68323 0.602611 -0.792975 -0.0897286 0 0 v 4.08366 -3.46182 3.68182 0.53641 -0.843955 -0.00198258 0 0 v 4.16965 -3.41267 3.68414 0.483342 -0.87436 0.0433014 0 0 v 4.25819 -3.3645 3.68521 0.524097 -0.843816 0.115309 0 0 v 4.33964 -3.30673 3.68552 0.532856 -0.834996 0.137282 0 0 v 4.42885 -3.25999 3.68699 0.415272 -0.893872 0.168943 0 0 v 4.52428 -3.22212 3.68858 0.410208 -0.905768 0.106363 0 0 v 4.61557 -3.18015 3.69069 0.467511 -0.883811 0.0176306 0 0 v 4.70356 -3.13046 3.69181 0.489736 -0.871477 -0.0262149 0 0 v 4.78605 -3.0734 3.69201 0.569573 -0.820081 -0.055252 0 0 v 4.86599 -3.01298 3.69234 0.63414 -0.771887 -0.045349 0 0 v 4.9426 -2.94855 3.69195 0.601348 -0.796883 0.0579442 0 0 v 5.02459 -2.89164 3.69232 0.614376 -0.78191 0.105635 0 0 v 5.10145 -2.82677 3.69194 0.683372 -0.72313 0.100425 0 0 v 5.24205 -2.67774 3.68928 0.752642 -0.654935 0.0677564 0 0 v 5.43923 -2.4341 3.68324 0.842985 -0.537832 0.0106874 0 0 v 5.49098 -2.33156 3.67892 0.896894 -0.442211 -0.00561362 0 0 v 5.53731 -2.22654 3.67518 0.91534 -0.399769 -0.0483476 0 0 v 5.58663 -2.12084 3.6699 0.902561 -0.417564 -0.104996 0 0 v 5.6365 -2.01572 3.66429 0.884013 -0.447427 -0.135386 0 0 v 5.6884 -1.91146 3.65812 0.852435 -0.507105 -0.127273 0 0 v 5.74943 -1.82424 3.65514 0.825818 -0.558412 -0.078739 0 0 v 5.80977 -1.73228 3.65145 0.785205 -0.618502 0.0301454 0 0 v -2.99873 1.82776 13.0374 -0.565927 0.821386 0.0710731 0 0 v 5.37028 1.83796 6.37354 0.747609 0.592447 0.300147 0 0 v -7.55839 -0.673214 10.3333 -0.941373 0.113096 0.317848 0 0 v -7.38048 -0.885743 8.01007 -0.597838 -0.174255 -0.782448 0 0 v 4.99813 1.23138 7.92256 0.817497 0.267139 0.51023 0 0 v -4.2555 -2.29256 11.6437 0.834976 -0.545794 -0.0701727 0 0 v -1.66394 1.52472 13.5022 0.560489 -0.802715 0.203718 0 0 v 2.52845 2.97127 7.40977 0.239894 0.952469 0.187759 0 0 v -2.58874 0.576386 13.0608 0.718888 -0.657912 -0.22439 0 0 v -0.594314 2.08683 13.5083 0.315502 -0.733165 0.602434 0 0 v 6.99212 -1.51555 3.69306 0.467479 -0.670111 0.576554 0 0 v 7.07359 -1.45966 3.69367 0.517898 -0.663947 0.539403 0 0 v 7.14815 -1.39389 3.69288 0.641173 -0.582248 0.499885 0 0 v 7.33833 -1.13816 3.69144 0.778308 -0.46433 0.422651 0 0 v 4.59954 -3.00163 6.77515 0.648838 -0.643984 0.405331 0 0 v 4.52527 -3.06942 6.77691 0.598518 -0.696429 0.395932 0 0 v 4.44759 -3.13186 6.7756 0.513512 -0.771767 0.375075 0 0 v 4.09119 -3.31966 6.77092 0.592203 -0.706166 0.388105 0 0 v 4.01784 -3.38964 6.77377 0.597474 -0.681164 0.423132 0 0 v -1.81228 1.38761 13.6501 0.783012 -0.564898 -0.260352 0 0 v -4.81046 -3.24074 9.79646 0.729036 -0.523766 0.440653 0 0 v 0.328396 2.5051 13.5156 0.549792 -0.663271 0.50774 0 0 v -4.09985 -2.85699 8.66317 0.581012 -0.743782 -0.330473 0 0 v -3.59707 -2.3492 8.51217 0.335095 -0.869561 0.362732 0 0 v 3.86563 -3.69632 6.37905 0.403803 -0.864795 0.29845 0 0 v -1.47827 1.42248 14.3939 0.716577 -0.68166 -0.147842 0 0 v -1.29149 1.6824 14.3931 0.771115 -0.557969 -0.306681 0 0 v -1.08798 1.74662 13.3596 0.308589 -0.709741 0.633278 0 0 v -4.76893 5.00791 12.6606 0.943127 0.165649 -0.288221 0 0 v -4.47259 -2.6855 11.5065 0.663424 -0.747406 0.0353916 0 0 v -4.71589 -2.67458 10.495 0.668209 -0.670222 0.322954 0 0 v -5.45791 -3.89285 10.2314 0.664828 -0.713147 0.222317 0 0 v 5.9647 1.1281 5.43433 0.966781 0.235001 -0.100543 0 0 v -1.06856 4.20893 5.98657 -0.574558 0.505312 0.64385 0 0 v -4.85135 -2.81423 8.05947 0.49841 -0.807635 -0.315141 0 0 v 3.68804 -3.26388 7.29307 0.422234 -0.685857 0.592721 0 0 v 2.41314 -3.00007 8.19447 0.340755 -0.884588 0.318419 0 0 v -4.24674 -2.30505 11.3569 0.612858 -0.790098 0.0122944 0 0 v -1.70891 0.708846 12.633 0.41714 -0.884955 -0.206999 0 0 v -2.37632 0.797666 13.2075 0.789579 -0.517659 -0.329536 0 0 v -1.17975 1.69301 14.69 0.738242 -0.664836 -0.113982 0 0 v -0.815294 1.52575 13.0738 0.197744 -0.535088 0.821327 0 0 v 0.240366 3.15814 14.5403 0.672002 -0.66289 0.330135 0 0 v -1.8467 0.914146 12.1899 0.503221 -0.668443 -0.54768 0 0 v -5.39848 -2.86687 7.78516 0.15025 -0.714224 -0.6836 0 0 v -5.59949 -4.04064 10.0904 0.538958 -0.797082 0.27237 0 0 v -3.49491 -2.15507 9.79326 0.776377 -0.556646 0.295607 0 0 v -3.43274 -2.06789 9.79217 0.802636 -0.531259 0.271182 0 0 v -3.26275 -1.95931 9.36267 0.879176 -0.466324 0.0979355 0 0 v -4.79824 -1.47215 3.03038 -0.243886 -0.390729 -0.887609 0 0 v -5.70811 -3.88775 10.6548 0.335959 -0.839638 0.426778 0 0 v 3.76885 -3.20527 7.29166 0.461296 -0.60565 0.648378 0 0 v 5.36791 0.631857 7.65977 0.824922 0.218273 0.521402 0 0 v -4.99735 -3.1507 10.7898 0.848613 -0.527399 0.0413176 0 0 v 5.45681 2.22718 5.5333 0.821366 0.551517 0.145555 0 0 v -0.190744 2.38206 13.6566 0.306715 -0.746015 0.591091 0 0 v -1.57024 1.56179 13.9471 0.777686 -0.536864 -0.327082 0 0 v 2.60165 -2.74611 8.60157 0.287749 -0.877274 0.384175 0 0 v -4.51951 -2.94997 8.50786 0.387691 -0.66867 -0.634489 0 0 v -5.11004 -4.03971 8.54227 0.713893 -0.543724 -0.441272 0 0 v -4.84905 -2.99646 8.21097 0.657313 -0.392824 -0.64314 0 0 v 5.47843 2.22511 5.39462 0.83034 0.554447 0.0558976 0 0 v 2.61521 -4.50551 3.81317 0.40542 -0.910406 -0.0824385 0 0 v 2.70537 -4.46134 3.81419 0.464043 -0.885703 -0.0139568 0 0 v 2.7941 -4.41389 3.81565 0.437548 -0.898825 -0.0257998 0 0 v 2.88748 -4.37146 3.81821 0.408245 -0.907512 -0.0987795 0 0 v 2.98063 -4.33323 3.8183 0.370577 -0.909494 -0.188395 0 0 v 3.07552 -4.29444 3.82094 0.448548 -0.875385 -0.180291 0 0 v 3.16403 -4.24624 3.82257 0.530014 -0.843353 -0.0885456 0 0 v 3.24787 -4.1924 3.82232 0.538061 -0.841032 -0.0561769 0 0 v 3.33054 -4.13619 3.82243 0.554203 -0.83162 -0.0355849 0 0 v 3.41312 -4.07878 3.82265 0.507004 -0.856079 -0.100378 0 0 v 3.49957 -4.02837 3.82512 0.465664 -0.854191 -0.231334 0 0 v 3.75634 -3.8714 3.82646 0.66416 -0.676717 -0.31772 0 0 v 3.82558 -3.79536 3.82521 0.712037 -0.601279 -0.362583 0 0 v 3.8879 -3.70624 3.82023 0.743256 -0.56249 -0.362182 0 0 v 3.95235 -3.62297 3.81815 0.74082 -0.590068 -0.320945 0 0 v 4.01717 -3.54357 3.81844 0.710863 -0.65466 -0.257088 0 0 v 4.08749 -3.46961 3.81709 0.60931 -0.779384 -0.145952 0 0 v 4.17028 -3.41405 3.81803 0.548893 -0.833946 -0.0570151 0 0 v 4.252 -3.3564 3.81823 0.581395 -0.810054 -0.0761114 0 0 v 4.3318 -3.2957 3.81901 0.569901 -0.819933 -0.054059 0 0 v 4.41614 -3.24234 3.81901 0.48686 -0.873396 -0.0121003 0 0 v 4.51053 -3.20312 3.82166 0.385516 -0.920734 0.0602202 0 0 v 4.61023 -3.17072 3.82477 0.364072 -0.928666 0.0709336 0 0 v 4.70805 -3.13839 3.82703 0.458646 -0.888608 0.00439155 0 0 v 4.79224 -3.08447 3.82741 0.538588 -0.841611 -0.0401734 0 0 v 4.873 -3.02445 3.82777 0.62826 -0.771724 -0.0986509 0 0 v 4.94431 -2.95169 3.82629 0.685877 -0.719237 -0.110778 0 0 v 5.01818 -2.88298 3.82579 0.662457 -0.748723 -0.0237574 0 0 v 5.09341 -2.81589 3.82536 0.703931 -0.710268 -0.00101468 0 0 v 5.16587 -2.74354 3.82415 0.735775 -0.676034 0.040156 0 0 v 5.37298 -2.5164 3.81964 0.775161 -0.630954 0.0319725 0 0 v 5.43604 -2.43188 3.8175 0.825058 -0.565007 0.00676267 0 0 v 5.49409 -2.33887 3.81424 0.876492 -0.48031 -0.0326147 0 0 v 5.54465 -2.23574 3.81041 0.891924 -0.445242 -0.0789357 0 0 v 5.59556 -2.1314 3.80542 0.883013 -0.454562 -0.11688 0 0 v 5.64845 -2.02775 3.79934 0.872657 -0.467297 -0.141788 0 0 v 5.70284 -1.93135 3.79517 0.86283 -0.482647 -0.150256 0 0 v 5.7586 -1.8355 3.7908 0.859245 -0.49822 -0.11608 0 0 v 5.81253 -1.73868 3.78674 0.856082 -0.514282 -0.0513485 0 0 v 5.8713 -1.65054 3.78355 0.803268 -0.586635 0.103057 0 0 v -4.58354 -2.5158 10.6356 0.568701 -0.795189 0.210364 0 0 v -3.20789 -1.85532 9.21597 0.904447 -0.422462 -0.0591717 0 0 v -4.13365 -2.11602 11.786 0.872198 -0.487936 -0.0344721 0 0 v -7.43986 -0.995443 6.11957 -0.996198 -0.0682004 0.0542117 0 0 v -7.04657 -1.08767 7.59266 -0.952449 -0.295404 0.0746872 0 0 v 0.193196 2.87897 14.1011 0.498973 -0.74736 0.438724 0 0 v 4.05434 -3.09041 7.16477 0.428842 -0.656962 0.620076 0 0 v 0.266336 2.5972 13.663 0.432208 -0.685525 0.585876 0 0 v 3.48021 -2.61374 8.48726 0.348776 -0.838827 0.418001 0 0 v -3.13962 0.154316 11.5959 0.664543 -0.622985 -0.41264 0 0 v 5.7614 1.62759 5.27778 0.908511 0.404879 -0.103344 0 0 v 5.04684 2.72646 5.231 0.62027 0.784378 0.0039796 0 0 v -7.19606 1.01981 8.80857 -0.704976 0.607069 -0.366711 0 0 v -1.43837 3.70717 5.87004 -0.821749 0.267137 0.503355 0 0 v -7.1774 0.528206 10.5978 -0.883904 0.333865 0.327488 0 0 v -4.3956 -3.1348 8.94736 0.510694 -0.824247 -0.244558 0 0 v -0.147024 2.66923 14.0972 0.494983 -0.800179 0.338681 0 0 v 0.246566 2.44896 13.5145 0.476595 -0.675959 0.562083 0 0 v -3.8298 -2.72619 9.23326 0.74086 -0.652901 0.157629 0 0 v 1.15581 -3.45752 6.93467 -0.0298521 -0.755515 0.65445 0 0 v -0.317664 2.56379 14.0981 0.507913 -0.809043 0.29576 0 0 v -1.24682 1.09724 12.9222 0.118541 -0.555866 0.822776 0 0 v 3.90748 -2.35244 8.49136 0.515137 -0.680615 0.520958 0 0 v -1.40597 2.44665 14.6758 -0.625958 0.55655 0.546286 0 0 v -5.66248 5.54766 13.4855 -0.870869 0.365341 -0.328806 0 0 v -0.601764 2.26093 15.2761 0.541935 -0.744759 0.389411 0 0 v -0.293204 2.69321 15.2826 0.840265 -0.539341 -0.055369 0 0 v -3.66885 -0.693964 11.4492 0.974336 -0.212887 -0.0731295 0 0 v 0.298646 2.37213 13.3721 0.677228 -0.637721 0.366979 0 0 v -1.4144 1.50702 14.3939 0.771008 -0.589662 -0.240512 0 0 v -0.237244 2.0971 13.3658 0.246266 -0.662188 0.707715 0 0 v -5.2055 -4.25394 8.82887 0.566337 -0.823076 -0.0425269 0 0 v -2.73686 0.449236 11.7433 0.639332 -0.572047 -0.513825 0 0 v 5.29459 -2.42449 6.36777 0.747879 -0.555793 0.363003 0 0 v -5.25383 -3.65845 10.2279 0.794723 -0.579416 0.180812 0 0 v 3.8448 -3.13814 7.29156 0.517936 -0.500777 0.693516 0 0 v 6.05885 -0.868993 5.44283 0.992989 -0.0761037 0.0904446 0 0 v -4.73564 -2.83169 11.3606 0.425433 -0.904964 -0.00681968 0 0 v -4.76203 -2.76777 8.06067 0.439296 -0.892591 -0.10149 0 0 v 5.66577 -0.0682534 7.24837 0.910334 -0.0435779 0.411574 0 0 v -1.3071 1.35908 13.0683 0.171744 -0.569265 0.804016 0 0 v -1.79978 0.665856 12.6317 0.435412 -0.896257 -0.0844952 0 0 v -2.31758 0.890876 13.2065 0.775193 -0.56872 -0.275016 0 0 v 3.66193 -2.34998 8.76157 0.45979 -0.698215 0.548716 0 0 v -0.378064 2.64523 14.6899 0.672302 -0.737117 0.0683247 0 0 v -0.142214 1.77951 13.0788 0.45859 -0.707825 0.537288 0 0 v -0.952574 2.07121 14.5414 0.757715 -0.588176 -0.282697 0 0 v -3.69351 -2.39663 9.79657 0.662105 -0.671912 0.331891 0 0 v -5.01106 -3.29995 10.0799 0.827866 -0.473349 0.300962 0 0 v -3.55725 -2.2418 9.79436 0.74764 -0.579524 0.324326 0 0 v -3.31441 -2.05881 9.36496 0.860596 -0.507299 0.0449744 0 0 v -3.4375 -2.23975 9.37196 0.789193 -0.614145 0.00116306 0 0 v -4.5043 -2.64104 11.792 0.500198 -0.790582 0.353246 0 0 v -0.226254 2.77807 14.6898 0.672773 -0.722859 0.157643 0 0 v 2.92571 -2.51807 8.88227 0.288551 -0.783278 0.550648 0 0 v -0.362154 2.61612 15.1357 0.826898 -0.538976 -0.160454 0 0 v -4.92828 -2.87847 8.06117 0.532625 -0.663831 -0.525014 0 0 v 0.633846 3.22272 13.7877 0.987059 -0.118361 -0.108188 0 0 v 5.1908 0.631187 7.94016 0.800903 0.19753 0.565276 0 0 v -4.43418 -2.56016 11.2159 0.897486 -0.41538 -0.148249 0 0 v -4.66457 -3.09362 8.51027 0.686688 -0.518179 -0.509853 0 0 v -4.59776 -3.0138 8.51096 0.558976 -0.590628 -0.581983 0 0 v -5.04835 -3.95258 8.53896 0.745638 -0.497896 -0.442858 0 0 v -4.94026 -3.22881 8.23096 0.694709 -0.318678 -0.644844 0 0 v -4.3692 -2.47461 10.495 0.449494 -0.721213 0.527074 0 0 v -1.05292 1.166 12.9268 0.24995 -0.589954 0.767776 0 0 v 2.53079 -4.55985 3.94706 0.410585 -0.904099 -0.118423 0 0 v 2.61943 -4.51261 3.94842 0.498568 -0.865945 -0.0396048 0 0 v 2.70615 -4.45982 3.94286 0.457535 -0.888631 -0.0315809 0 0 v 2.79881 -4.42188 3.9511 0.350028 -0.930524 -0.107727 0 0 v 2.89619 -4.38808 3.95237 0.299973 -0.935829 -0.18504 0 0 v 2.99734 -4.35923 3.95555 0.422262 -0.894759 -0.145263 0 0 v 3.0822 -4.30601 3.95548 0.569759 -0.821446 -0.0245142 0 0 v 3.16322 -4.24618 3.95692 0.572629 -0.819724 0.012211 0 0 v 3.24209 -4.18545 3.95605 0.550985 -0.834512 -0.00236035 0 0 v 3.32964 -4.13641 3.95641 0.426458 -0.894882 -0.131602 0 0 v 3.42395 -4.09754 3.95866 0.343926 -0.897449 -0.276225 0 0 v 3.52318 -4.06597 3.9592 0.349904 -0.878411 -0.325518 0 0 v 3.617 -4.02442 3.96233 0.45548 -0.83953 -0.296187 0 0 v 3.70151 -3.97038 3.96579 0.593962 -0.770084 -0.232764 0 0 v 3.77946 -3.90647 3.96481 0.640968 -0.731046 -0.233951 0 0 v 3.85171 -3.83356 3.96254 0.700339 -0.664244 -0.261351 0 0 v 3.92047 -3.75737 3.96144 0.751278 -0.587506 -0.300695 0 0 v 3.98048 -3.66597 3.95717 0.78294 -0.5407 -0.30765 0 0 v 4.04047 -3.57894 3.9561 0.764187 -0.586947 -0.267416 0 0 v 4.10725 -3.50056 3.95593 0.671677 -0.69837 -0.247243 0 0 v 4.18292 -3.43396 3.95574 0.573659 -0.787273 -0.226088 0 0 v 4.26759 -3.38013 3.95533 0.52302 -0.801039 -0.291181 0 0 v 4.34711 -3.31988 3.95369 0.571726 -0.774171 -0.271642 0 0 v 4.42667 -3.25898 3.95535 0.547035 -0.785076 -0.290532 0 0 v 4.50972 -3.20301 3.95572 0.450639 -0.883587 -0.127276 0 0 v 4.6024 -3.16082 3.95849 0.423472 -0.895836 -0.134718 0 0 v 4.69843 -3.12436 3.96055 0.401179 -0.915816 -0.0183092 0 0 v 4.79516 -3.08922 3.96251 0.476777 -0.878178 -0.0385617 0 0 v 4.87899 -3.03466 3.9629 0.556837 -0.828952 -0.0526518 0 0 v 4.95823 -2.97341 3.96346 0.639097 -0.755492 -0.144178 0 0 v 5.03007 -2.90096 3.96216 0.697343 -0.692704 -0.184048 0 0 v 5.10061 -2.8266 3.9605 0.732023 -0.662951 -0.156965 0 0 v 5.16772 -2.74545 3.95821 0.78173 -0.616122 -0.0963929 0 0 v 5.49569 -2.34462 3.94982 0.83989 -0.541876 -0.0309111 0 0 v 5.55114 -2.24453 3.94559 0.872625 -0.482135 -0.077921 0 0 v 5.60635 -2.14933 3.94236 0.863154 -0.495457 -0.0974095 0 0 v 5.66254 -2.05382 3.9378 0.863404 -0.485504 -0.137184 0 0 v 5.71812 -1.95114 3.93191 0.873811 -0.466993 -0.135543 0 0 v 5.76922 -1.85304 3.92814 0.881303 -0.458482 -0.114451 0 0 v 5.8193 -1.74802 3.92255 0.894527 -0.438498 -0.0868404 0 0 v 5.87106 -1.64368 3.91747 0.896207 -0.443232 -0.0189419 0 0 v -0.242224 2.79983 14.8383 0.726973 -0.678521 0.105449 0 0 v 3.90549 -3.05122 7.29586 0.470582 -0.624912 0.622927 0 0 v -3.98848 -2.67354 9.79786 0.63742 -0.708136 0.303709 0 0 v -2.61095 0.611616 12.9119 0.746148 -0.640713 -0.18097 0 0 v 3.99259 -2.99983 7.29397 0.346786 -0.829866 0.437107 0 0 v 4.46187 -2.80134 7.16847 0.565751 -0.701075 0.434074 0 0 v 4.3891 -2.87208 7.16596 0.580202 -0.640304 0.503365 0 0 v 3.13624 -4.04459 6.09624 0.69718 -0.600582 0.391461 0 0 v 3.86547 -3.3453 7.03317 0.456151 -0.761637 0.460256 0 0 v 6.00843 0.0315266 6.28319 0.971628 -0.0517916 0.230775 0 0 v 5.55791 2.02679 5.6827 0.806171 0.572733 0.148545 0 0 v -4.84017 5.80708 13.9202 0.848888 -0.274651 0.451615 0 0 v 5.76192 1.22801 6.26358 0.865857 0.398619 0.302314 0 0 v 5.88746 0.928057 6.27206 0.901552 0.307618 0.304262 0 0 v -4.77443 -3.11695 8.37146 0.747641 -0.383739 -0.542012 0 0 v -3.97811 -1.98222 10.9231 0.760661 -0.61949 0.193977 0 0 v -1.44911 1.73936 13.7984 0.637581 -0.769506 0.0367559 0 0 v 1.04631 -3.46976 6.92906 0.0774743 -0.716233 0.693548 0 0 v 0.936116 -3.50101 6.93297 0.0290865 -0.520557 0.853331 0 0 v -4.66872 -3.0954 9.79426 0.518555 -0.71469 0.469381 0 0 v 4.09033 -2.96648 7.29837 0.343982 -0.827905 0.443001 0 0 v 0.0334061 -0.340953 9.73477 -0.260025 0.00999003 0.96555 0 0 v 5.80037 -1.56854 6.27094 0.897223 -0.386074 0.21433 0 0 v -4.65492 -2.94027 10.074 0.443443 -0.767416 0.463067 0 0 v -4.06386 -2.74034 9.79807 0.607221 -0.722753 0.330016 0 0 v 0.053856 2.09993 12.9494 0.665067 -0.12838 -0.735666 0 0 v 0.428736 2.53564 13.3726 0.862157 -0.485068 0.146269 0 0 v 0.369266 2.44694 13.3732 0.714429 -0.640614 0.281433 0 0 v 0.146236 2.24186 13.3683 0.455542 -0.694884 0.556433 0 0 v -0.140674 2.13287 13.3664 0.238984 -0.674181 0.698832 0 0 v -1.13817 1.45405 12.3665 0.360412 -0.0767314 -0.929632 0 0 v -3.44606 -2.39689 8.38286 0.212081 -0.735022 0.644022 0 0 v -3.40501 -2.10958 9.65087 0.821947 -0.501648 0.269726 0 0 v -5.19602 -3.56818 10.2255 0.835132 -0.519743 0.18006 0 0 v -0.00119391 2.03955 12.9074 0.69762 -0.144347 -0.701776 0 0 v -6.60387 0.931346 11.5556 -0.758972 0.560574 0.331238 0 0 v 5.61114 0.729207 7.24276 0.85141 0.229512 0.471621 0 0 v -7.78644 -0.783403 8.42887 -0.929502 0.0114556 -0.36864 0 0 v 3.82552 -2.75975 7.95786 0.26494 -0.792408 0.54945 0 0 v 5.20353 -2.64275 6.24123 0.791756 -0.534087 0.296436 0 0 v -2.83876 0.412076 12.6199 0.696158 -0.71122 0.0976197 0 0 v -1.49014 1.44842 13.2135 0.277232 -0.716724 0.639882 0 0 v -4.69917 4.80767 12.8212 0.974878 0.153092 -0.161788 0 0 v -0.302334 2.71167 14.6898 0.659296 -0.744189 0.107296 0 0 v -0.0658739 1.84436 13.0801 0.666935 -0.677443 0.310272 0 0 v -3.27999 -3.05268 3.81717 -0.464689 -0.823416 -0.325655 0 0 v 4.12509 -3.36853 6.64 0.627617 -0.658305 0.41561 0 0 v 4.81455 -3.13354 6.11747 0.612068 -0.728865 0.306803 0 0 v -3.28457 -1.94348 9.51127 0.876342 -0.450757 0.169834 0 0 v -3.62096 -2.32705 9.79477 0.703431 -0.624277 0.339798 0 0 v -3.37572 -2.15488 9.37087 0.825982 -0.563688 0.00300556 0 0 v -6.74231 1.60479 6.20201 -0.788961 0.594128 0.156692 0 0 v -7.8713 -1.5809 8.97287 -0.934619 -0.322304 -0.150361 0 0 v -2.02989 1.17567 13.2069 0.531251 -0.806531 0.259383 0 0 v 3.01977 -2.476 8.88076 0.332487 -0.712825 0.617522 0 0 v 0.0646861 2.71422 13.9522 0.431053 -0.770688 0.469292 0 0 v 4.43254 -2.23229 8.23207 0.595083 -0.581478 0.554761 0 0 v -5.12583 -3.30456 8.07976 0.611742 -0.262373 -0.746279 0 0 v -4.28819 -3.11517 9.09216 0.46678 -0.874119 -0.134284 0 0 v -4.94305 -3.76233 8.53876 0.829683 -0.382356 -0.406731 0 0 v -4.99164 -3.86264 8.53886 0.78283 -0.448559 -0.431244 0 0 v -5.4069 -4.31799 9.24977 0.410744 -0.8591 0.305346 0 0 v 4.44705 -3.3061 6.38056 0.499439 -0.801947 0.327784 0 0 v -3.71668 -2.01425 10.352 0.704955 -0.464774 0.535746 0 0 v 2.44721 -4.61634 4.08085 0.387876 -0.912029 -0.133246 0 0 v 2.53713 -4.57135 4.08198 0.499794 -0.862404 -0.0804099 0 0 v 2.61967 -4.5145 4.08243 0.515958 -0.853967 -0.067291 0 0 v 2.70876 -4.46818 4.08375 0.368822 -0.920656 -0.127919 0 0 v 2.81049 -4.44051 4.08636 0.239575 -0.947818 -0.210345 0 0 v 2.91683 -4.41707 4.09146 0.354093 -0.914371 -0.196326 0 0 v 3.0014 -4.36478 4.09107 0.56655 -0.817793 -0.101169 0 0 v 3.0823 -4.30526 4.09228 0.587935 -0.802934 -0.0981315 0 0 v 3.15747 -4.23956 4.08995 0.561839 -0.822665 -0.0869443 0 0 v 3.24689 -4.19468 4.08962 0.385099 -0.897856 -0.213432 0 0 v 3.35252 -4.17063 4.09469 0.24563 -0.899597 -0.361097 0 0 v 3.45611 -4.14604 4.09676 0.311128 -0.879905 -0.359119 0 0 v 3.55037 -4.10509 4.09991 0.437832 -0.850892 -0.290319 0 0 v 3.63834 -4.05615 4.1018 0.57711 -0.792367 -0.197736 0 0 v 3.71588 -3.99214 4.10076 0.636396 -0.758201 -0.141886 0 0 v 3.79157 -3.92517 4.1005 0.641673 -0.750656 -0.157388 0 0 v 3.93934 -3.78532 4.09825 0.73248 -0.642053 -0.226365 0 0 v 4.00432 -3.70601 4.09834 0.799827 -0.548094 -0.244685 0 0 v 4.0618 -3.61239 4.09508 0.805887 -0.544395 -0.232768 0 0 v 4.12327 -3.52565 4.09382 0.700443 -0.679822 -0.217304 0 0 v 4.20618 -3.46659 4.09291 0.527274 -0.805531 -0.270374 0 0 v 4.38392 -3.37468 4.09256 0.472428 -0.795684 -0.379075 0 0 v 4.46801 -3.32035 4.09668 0.564047 -0.708945 -0.423377 0 0 v 4.53942 -3.24769 4.09439 0.553531 -0.740301 -0.38152 0 0 v 4.62105 -3.18971 4.09538 0.523516 -0.803327 -0.283896 0 0 v 4.70479 -3.13523 4.09529 0.509009 -0.846468 -0.156211 0 0 v 4.79361 -3.08775 4.09683 0.484783 -0.872981 -0.0537494 0 0 v 4.88264 -3.04074 4.09816 0.515015 -0.85336 -0.0808504 0 0 v 4.96959 -2.991 4.09984 0.567385 -0.818946 -0.0860347 0 0 v 5.04563 -2.92544 4.0992 0.675081 -0.722411 -0.149625 0 0 v 5.11716 -2.85245 4.09767 0.743248 -0.645194 -0.176939 0 0 v 5.18145 -2.76872 4.09532 0.820222 -0.546295 -0.169696 0 0 v 5.23393 -2.66725 4.09124 0.815977 -0.566936 -0.112984 0 0 v 5.30021 -2.58914 4.09003 0.755997 -0.65297 -0.04582 0 0 v 5.37004 -2.51405 4.08857 0.75582 -0.654774 -0.00242846 0 0 v 5.43531 -2.43095 4.08643 0.802807 -0.596223 -0.00436569 0 0 v 5.55897 -2.26013 4.08201 0.855097 -0.514996 -0.0598967 0 0 v 5.61328 -2.15926 4.0777 0.866485 -0.493366 -0.0761226 0 0 v 5.72656 -1.96827 4.06912 0.873628 -0.480647 -0.0758466 0 0 v 5.77668 -1.86296 4.06387 0.889296 -0.450028 -0.0814095 0 0 v 5.82712 -1.76447 4.05965 0.906509 -0.414433 -0.0805444 0 0 v 5.874 -1.65082 4.05323 0.91821 -0.391891 -0.0575469 0 0 v 5.92079 -1.53709 4.04671 0.921511 -0.387588 -0.0243409 0 0 v 5.96752 -1.43041 4.04201 0.924327 -0.380955 0.0222129 0 0 v -7.53141 -0.373864 10.3295 -0.912138 0.0773594 0.402518 0 0 v -6.10044 5.94746 14.3275 -0.415813 0.604188 -0.679747 0 0 v 2.53228 -2.64681 8.87016 0.295888 -0.838826 0.45697 0 0 v -5.19046 -1.06198 3.00125 -0.307691 -0.27074 -0.912155 0 0 v 5.81749 0.430837 6.83416 0.923797 0.119509 0.363755 0 0 v -7.13832 0.527386 10.7333 -0.909959 0.276698 0.308888 0 0 v -3.4844 -2.34309 8.94366 0.726683 -0.679962 -0.0978979 0 0 v -7.03761 0.413267 7.58457 -0.909572 0.323513 0.260802 0 0 v -4.87612 4.6099 12.1846 0.818705 0.248943 -0.517444 0 0 v -1.34452 2.89748 7.73226 -0.245371 0.726937 0.641371 0 0 v -1.23187 2.91955 7.75256 -0.269831 0.717198 0.642509 0 0 v -4.70646 -3.39879 8.80916 0.874789 -0.423907 -0.234621 0 0 v 5.49876 -1.83195 6.7538 0.847606 -0.43074 0.309882 0 0 v -6.91196 -1.48654 7.58906 -0.917287 -0.386949 0.0941061 0 0 v 6.04281 -0.568213 5.86383 0.990781 -0.0914886 0.099915 0 0 v -2.08627 0.733406 12.1882 0.523067 -0.738208 -0.425969 0 0 v -6.6962 -1.61521 4.64781 -0.770734 -0.135276 -0.62263 0 0 v 5.88997 -1.26907 6.27722 0.959578 -0.185807 0.21139 0 0 v -6.30115 1.23611 11.689 -0.890247 0.447075 0.0870908 0 0 v -2.66996 0.528006 11.7436 0.613222 -0.561206 -0.555883 0 0 v -3.10763 -1.47924 9.63417 0.914596 -0.3307 0.232707 0 0 v -1.88574 0.792816 12.3347 0.509777 -0.725547 -0.462287 0 0 v -1.80302 0.849376 12.335 0.469715 -0.736666 -0.486509 0 0 v -1.71599 0.899096 12.3388 0.471032 -0.704668 -0.530634 0 0 v -1.39625 1.13876 12.346 0.461734 -0.460724 -0.757981 0 0 v -3.32695 -0.108724 12.0384 0.520027 -0.849535 0.0886668 0 0 v 2.63699 -2.79797 8.46686 0.299262 -0.842034 0.448799 0 0 v 5.68576 1.82793 5.41177 0.912465 0.405788 -0.0523798 0 0 v -5.13754 -3.47274 10.2246 0.853508 -0.490956 0.174603 0 0 v 5.91566 1.22852 5.71092 0.898201 0.416526 0.140501 0 0 v -3.64333 -0.593274 11.4502 0.965405 -0.258788 -0.0319684 0 0 v -4.33385 -2.353 11.2118 0.704492 -0.699038 -0.122622 0 0 v 5.62964 0.630807 7.24707 0.87089 0.170602 0.460918 0 0 v 3.92133 -2.72281 7.95927 0.272925 -0.770904 0.575516 0 0 v -0.870624 2.13426 13.8002 0.468398 -0.818943 0.331567 0 0 v -0.955814 1.20042 12.9292 0.257643 -0.601922 0.75585 0 0 v 4.08877 -3.4922 6.51013 0.608758 -0.68839 0.394377 0 0 v -2.90906 0.338186 12.6187 0.640386 -0.767906 0.0150578 0 0 v -1.38818 1.47845 13.21 0.265826 -0.700894 0.661879 0 0 v -0.832184 2.25079 14.2445 0.604599 -0.795796 0.0341709 0 0 v -1.11607 1.77716 14.6903 0.750184 -0.62725 -0.209241 0 0 v -4.76994 6.00748 13.9197 0.881579 -0.306547 0.358954 0 0 v -0.518094 1.6224 12.6595 0.480088 -0.230487 -0.846399 0 0 v 4.18441 -2.92607 7.29837 0.423764 -0.804814 0.41557 0 0 v -3.08351 0.0669264 12.0379 0.607181 -0.788369 -0.0990205 0 0 v -4.9509 -3.212 10.0781 0.772967 -0.522908 0.35929 0 0 v -4.22244 -2.86281 9.79737 0.514993 -0.742258 0.428761 0 0 v 5.95974 0.827657 6.13547 0.948733 0.207395 0.238523 0 0 v -3.84696 -2.70269 9.37397 0.702591 -0.66922 0.241889 0 0 v -0.918114 1.67609 13.214 0.25509 -0.634098 0.729966 0 0 v 3.11131 -2.43299 8.88527 0.25501 -0.67233 0.69494 0 0 v -0.737394 1.23173 12.7991 0.581268 -0.807249 0.102357 0 0 v 6.09616 0.0310667 5.72597 0.996823 -0.0186741 0.0774287 0 0 v -7.08432 1.02716 8.66337 -0.591892 0.657946 -0.465587 0 0 v 6.05587 -0.668683 5.58225 0.992467 -0.0743224 0.0973915 0 0 v 5.90236 1.12829 5.99152 0.888519 0.38789 0.245101 0 0 v -4.56377 -2.7287 11.2193 0.57985 -0.80002 -0.154085 0 0 v 5.07008 -1.74428 7.82247 0.762945 -0.441576 0.47215 0 0 v 3.3273 2.10995 8.66557 0.440639 0.584428 0.681382 0 0 v 2.45466 -4.6309 4.21578 0.425625 -0.900978 -0.0841508 0 0 v 2.54228 -4.5805 4.217 0.522119 -0.851094 -0.0550578 0 0 v 2.62693 -4.52908 4.21752 0.45592 -0.885794 -0.0866398 0 0 v 2.72163 -4.49062 4.21947 0.251874 -0.952745 -0.169812 0 0 v 2.83404 -4.47524 4.2247 0.223421 -0.952325 -0.207749 0 0 v 2.93015 -4.43946 4.22653 0.444605 -0.876532 -0.184442 0 0 v 3.01288 -4.38314 4.22682 0.55274 -0.803734 -0.220205 0 0 v 3.08852 -4.31837 4.22591 0.545705 -0.806184 -0.228633 0 0 v 3.1798 -4.27306 4.22713 0.379652 -0.860532 -0.339631 0 0 v 3.28359 -4.24978 4.22865 0.231548 -0.886968 -0.399591 0 0 v 3.38971 -4.22692 4.2336 0.298508 -0.892919 -0.337031 0 0 v 3.4847 -4.18791 4.23646 0.475718 -0.853161 -0.214032 0 0 v 3.56981 -4.13509 4.23622 0.545795 -0.823369 -0.155471 0 0 v 3.65003 -4.07421 4.23781 0.63694 -0.764276 -0.100941 0 0 v 3.72328 -4.00305 4.23538 0.648504 -0.752166 -0.116999 0 0 v 3.80175 -3.94151 4.23699 0.607334 -0.780718 -0.147056 0 0 v 3.87978 -3.87768 4.23602 0.623056 -0.755866 -0.201166 0 0 v 3.95613 -3.81157 4.23527 0.677821 -0.69971 -0.225752 0 0 v 4.02426 -3.73458 4.23452 0.777283 -0.565417 -0.275926 0 0 v 4.07954 -3.63604 4.22857 0.803253 -0.523174 -0.284733 0 0 v 4.13921 -3.55056 4.23148 0.597001 -0.740725 -0.308084 0 0 v 4.32066 -3.46036 4.23254 0.412027 -0.84359 -0.344368 0 0 v 4.41591 -3.42167 4.23525 0.441658 -0.834585 -0.329251 0 0 v 4.50237 -3.37192 4.23313 0.538215 -0.775425 -0.330212 0 0 v 4.57562 -3.30157 4.23426 0.608048 -0.689881 -0.392864 0 0 v 4.65425 -3.23916 4.23293 0.583742 -0.715912 -0.383034 0 0 v 4.73042 -3.1734 4.23264 0.629515 -0.698951 -0.33938 0 0 v 4.80272 -3.10172 4.23069 0.594329 -0.781169 -0.191174 0 0 v 4.88598 -3.04704 4.23365 0.527021 -0.84698 -0.0698181 0 0 v 4.97175 -2.99469 4.23345 0.556367 -0.828936 -0.0576172 0 0 v 5.0528 -2.93636 4.23411 0.624973 -0.777595 -0.0689504 0 0 v 5.12883 -2.8701 4.23366 0.729821 -0.676795 -0.0964869 0 0 v 5.19269 -2.78624 4.23136 0.81065 -0.572662 -0.122088 0 0 v 5.24947 -2.69201 4.22831 0.841848 -0.517169 -0.154361 0 0 v 5.3095 -2.60052 4.22497 0.800793 -0.585846 -0.124565 0 0 v 5.37363 -2.5166 4.22281 0.801906 -0.594745 -0.0567895 0 0 v 5.56013 -2.26061 4.21628 0.824698 -0.56531 -0.0172237 0 0 v 5.61721 -2.17235 4.21437 0.867022 -0.497377 -0.0298308 0 0 v 5.673 -2.07126 4.2092 0.865007 -0.501405 -0.0188641 0 0 v 5.72987 -1.97608 4.20513 0.87446 -0.484594 -0.0221079 0 0 v 5.78284 -1.87219 4.19965 0.885487 -0.461853 -0.0510358 0 0 v 5.83359 -1.77382 4.19593 0.905433 -0.418263 -0.0724412 0 0 v 5.87878 -1.65935 4.18915 0.927298 -0.367682 -0.0702075 0 0 v 5.96695 -1.4292 4.17621 0.935172 -0.353194 -0.0265879 0 0 v 6.00958 -1.31361 4.17025 0.940217 -0.338973 -0.032986 0 0 v -7.37388 -1.77131 10.6134 -0.973771 -0.00267187 -0.227515 0 0 v 5.5919 0.331137 7.38666 0.878124 0.0484643 0.475973 0 0 v 5.35754 -1.6686 7.37516 0.842325 -0.374092 0.388 0 0 v 5.56012 -1.76876 6.679 0.849988 -0.413172 0.326818 0 0 v -3.40472 -1.9349 9.92986 0.82299 -0.411941 0.391142 0 0 v -3.517 -2.12278 9.93517 0.754585 -0.563988 0.335438 0 0 v 5.0482 1.33824 7.77747 0.817119 0.33002 0.472656 0 0 v -3.72619 -2.3507 9.93546 0.636523 -0.650794 0.413891 0 0 v -3.79937 -2.41964 9.93696 0.63383 -0.650203 0.418923 0 0 v -4.77802 2.40837 11.5678 0.94573 0.164371 -0.280316 0 0 v 5.53439 -1.46851 7.10226 0.918319 -0.264853 0.294183 0 0 v 4.01746 -2.68635 7.96097 0.332413 -0.734914 0.591103 0 0 v -0.0944838 2.41893 13.656 0.31655 -0.724973 0.611727 0 0 v -3.76962 -1.19326 11.6022 0.973082 -0.219868 -0.0690661 0 0 v -0.0887938 2.75949 14.2449 0.525907 -0.800214 0.288236 0 0 v 0.159616 2.9265 14.2461 0.5424 -0.756258 0.365891 0 0 v -0.637264 2.32311 13.95 0.494878 -0.812089 0.309205 0 0 v -3.74637 -1.4924 10.831 0.958336 -0.194216 0.209456 0 0 v 5.53994 1.53084 6.5332 0.819922 0.525502 0.227102 0 0 v 4.26925 -2.87408 7.30097 0.494242 -0.801423 0.336817 0 0 v -2.13792 0.629856 12.3316 0.490824 -0.769822 -0.408002 0 0 v -2.05082 0.679806 12.3342 0.490054 -0.756111 -0.433755 0 0 v -3.44324 -0.110684 11.4536 0.858225 -0.45755 -0.23259 0 0 v -3.49248 -0.211694 11.4544 0.871645 -0.461173 -0.165995 0 0 v 4.80676 -2.94892 6.51107 0.634506 -0.663855 0.39585 0 0 v -1.01247 1.98846 13.6522 0.442585 -0.80318 0.398774 0 0 v -3.44408 -2.22156 8.65476 0.532452 -0.828678 0.17259 0 0 v -3.86386 -2.48979 8.36706 0.341215 -0.930094 0.136006 0 0 v -5.08454 -3.37381 10.2221 0.868707 -0.46783 0.162738 0 0 v -7.77735 -2.57986 9.11136 -0.987712 0.0634707 0.142814 0 0 v -1.47526 3.60738 5.87204 -0.808336 0.337487 0.482385 0 0 v -7.76612 -0.0817034 8.82827 -0.943941 0.312576 -0.106164 0 0 v -4.48938 -2.65794 11.2174 0.773102 -0.610491 -0.172088 0 0 v 4.10235 -2.63518 7.96576 0.346577 -0.729473 0.589706 0 0 v -3.98153 -2.50887 10.0772 0.634784 -0.622686 0.457505 0 0 v -4.19527 -2.19801 10.9234 0.670312 -0.732427 0.119302 0 0 v -0.438394 2.56041 14.394 0.571488 -0.813351 0.108911 0 0 v -1.29712 1.52089 13.2142 0.277189 -0.679698 0.6791 0 0 v 0.441856 3.38928 14.5392 0.783711 -0.511093 0.352959 0 0 v -1.0494 1.85635 14.6905 0.766349 -0.574929 -0.286645 0 0 v -7.92001 -0.877974 9.37697 -0.979571 0.13656 0.147624 0 0 v -0.575354 1.52749 12.6418 0.548124 -0.372723 -0.748757 0 0 v -5.04829 -3.0822 11.3607 0.695834 -0.671687 0.254269 0 0 v 5.22833 -2.67973 6.10896 0.803896 -0.552847 0.219341 0 0 v -4.88749 -3.13145 10.075 0.711669 -0.581816 0.393722 0 0 v -4.31025 -2.9112 9.79786 0.415161 -0.782229 0.464499 0 0 v 5.93208 0.930127 6.13583 0.921021 0.27571 0.275143 0 0 v -7.45703 -1.6731 10.3377 -0.852546 -0.157883 0.498235 0 0 v -4.14607 -2.4464 10.3561 0.552288 -0.657005 0.513149 0 0 v 3.60475 -2.26742 8.89266 0.39231 -0.65304 0.64779 0 0 v -1.35499 1.78004 13.6518 0.543224 -0.803562 0.243303 0 0 v 4.27027 -3.40227 6.37886 0.501047 -0.762444 0.409429 0 0 v -5.22001 -3.52164 8.08867 0.522357 -0.281975 -0.804757 0 0 v -4.47724 -2.67728 11.3623 0.751746 -0.649805 -0.11239 0 0 v -4.70576 -3.04177 9.93447 0.544958 -0.737073 0.399679 0 0 v -2.92991 2.18346 8.96167 0.0346374 0.764599 0.643575 0 0 v -2.89866 0.322966 12.7651 0.670769 -0.740039 -0.049104 0 0 v 6.08052 0.429467 5.44382 0.991118 0.132347 0.0129929 0 0 v -4.18743 -2.22023 11.9308 0.858025 -0.505498 0.0909111 0 0 v 5.5195 2.12674 5.53812 0.837844 0.527812 0.139399 0 0 v -4.84763 4.80948 12.3421 0.893021 0.20159 -0.402336 0 0 v -4.78132 -3.10868 9.93447 0.64227 -0.651228 0.404216 0 0 v 2.45796 -4.63486 4.35119 0.446961 -0.894292 0.0216133 0 0 v 2.54212 -4.58206 4.35169 0.50669 -0.862123 0.00299019 0 0 v 2.63017 -4.53384 4.35289 0.366777 -0.928836 -0.0523303 0 0 v 2.73724 -4.51184 4.35678 0.170961 -0.9803 -0.098914 0 0 v 2.84667 -4.49703 4.36026 0.226044 -0.96564 -0.128235 0 0 v 2.94685 -4.4615 4.36387 0.441767 -0.88382 -0.153963 0 0 v 3.02976 -4.40784 4.3643 0.451245 -0.868305 -0.205974 0 0 v 3.1207 -4.36556 4.36454 0.391763 -0.857594 -0.333248 0 0 v 3.22093 -4.33372 4.36836 0.31583 -0.883259 -0.346562 0 0 v 3.3168 -4.29752 4.37031 0.343469 -0.895809 -0.282054 0 0 v 3.41031 -4.25619 4.37315 0.49316 -0.854579 -0.162749 0 0 v 3.49462 -4.2029 4.37302 0.578251 -0.813177 -0.0660913 0 0 v 3.57401 -4.14134 4.37229 0.591557 -0.804002 -0.0603488 0 0 v 3.65415 -4.08155 4.37313 0.596761 -0.799383 -0.0697431 0 0 v 3.73176 -4.01733 4.37231 0.620317 -0.77488 -0.121521 0 0 v 3.81332 -3.95957 4.37282 0.542801 -0.821566 -0.174345 0 0 v 3.89677 -3.90428 4.37302 0.56065 -0.79557 -0.229653 0 0 v 3.97667 -3.84242 4.37137 0.634005 -0.729499 -0.25665 0 0 v 4.05129 -3.77439 4.37126 0.740208 -0.615829 -0.2699 0 0 v 4.11082 -3.68099 4.36736 0.767782 -0.559721 -0.311807 0 0 v 4.17321 -3.60038 4.36851 0.640677 -0.670721 -0.373719 0 0 v 4.26227 -3.55263 4.37041 0.478099 -0.81067 -0.337986 0 0 v 4.34692 -3.49987 4.36938 0.480756 -0.832084 -0.276606 0 0 v 4.43502 -3.45105 4.37112 0.477965 -0.846074 -0.236027 0 0 v 4.52337 -3.40348 4.37269 0.507197 -0.835386 -0.211852 0 0 v 4.60676 -3.34834 4.37269 0.576336 -0.775406 -0.258035 0 0 v 4.68465 -3.28464 4.37162 0.61557 -0.729915 -0.297147 0 0 v 4.75987 -3.21754 4.3717 0.675895 -0.67615 -0.293236 0 0 v 4.82763 -3.13988 4.37087 0.724728 -0.632513 -0.273308 0 0 v 4.894 -3.05894 4.3682 0.629307 -0.758771 -0.168047 0 0 v 4.97589 -3.00156 4.36874 0.584551 -0.806527 -0.0883964 0 0 v 5.05814 -2.94482 4.36924 0.643655 -0.763226 -0.0565133 0 0 v 5.13186 -2.87707 4.36876 0.717891 -0.695072 -0.0388279 0 0 v 5.19928 -2.79575 4.36658 0.78844 -0.612638 -0.0551121 0 0 v 5.26169 -2.71029 4.36418 0.825474 -0.55728 -0.0896203 0 0 v 5.31943 -2.61686 4.36126 0.832431 -0.542961 -0.110687 0 0 v 5.37909 -2.52991 4.3593 0.821644 -0.563165 -0.0880198 0 0 v 5.67177 -2.07017 4.34369 0.883109 -0.469145 0.00465734 0 0 v 5.78314 -1.87839 4.33557 0.867363 -0.497337 0.0183827 0 0 v 5.8395 -1.78277 4.33157 0.890373 -0.455186 0.00643519 0 0 v 5.88724 -1.66954 4.32511 0.926262 -0.374505 -0.0422455 0 0 v 5.92915 -1.5534 4.31858 0.934735 -0.350729 -0.0570911 0 0 v 5.97004 -1.43721 4.31241 0.933855 -0.351142 -0.0679216 0 0 v 6.01274 -1.3215 4.30611 0.936466 -0.344167 -0.0676842 0 0 v 6.05619 -1.20604 4.29969 0.943576 -0.32765 -0.0480667 0 0 v 6.09382 -1.08068 4.29299 0.964295 -0.262637 -0.0340081 0 0 v -3.70283 -1.29239 10.8322 0.874824 -0.312199 0.370425 0 0 v -5.17426 -3.59459 10.0857 0.811451 -0.518487 0.269664 0 0 v 1.39423 -3.45979 7.08336 -0.139486 -0.98392 0.111557 0 0 v -1.51992 1.66714 13.6509 0.635819 -0.758588 0.142402 0 0 v 3.38098 -3.52113 7.15986 0.329465 -0.747372 0.576964 0 0 v 4.1952 -2.59246 7.96246 0.403534 -0.713572 0.572692 0 0 v 4.2797 -2.5394 7.96556 0.45287 -0.725305 0.5185 0 0 v -0.911854 2.19061 14.2444 0.623265 -0.781982 -0.00668973 0 0 v -0.510344 2.48976 14.2462 0.569749 -0.808279 0.148564 0 0 v -2.3344 0.744546 11.8916 0.573243 -0.563847 -0.594532 0 0 v -2.10468 0.930646 12.9184 0.176752 -0.625134 0.760241 0 0 v -2.63628 0.293366 12.3341 0.330751 -0.942568 0.0465684 0 0 v -2.54592 0.337966 12.3349 0.523587 -0.828726 -0.197661 0 0 v -2.29788 0.508426 12.3339 0.534897 -0.773425 -0.340146 0 0 v -2.22046 0.573116 12.3319 0.551081 -0.746869 -0.372151 0 0 v -3.25285 0.142346 11.4504 0.695234 -0.526245 -0.489608 0 0 v -3.32016 0.0642465 11.4507 0.713117 -0.57685 -0.398381 0 0 v -3.38543 -0.0145235 11.4506 0.782278 -0.535612 -0.318058 0 0 v -4.16697 -2.24141 10.7811 0.615997 -0.759442 0.209272 0 0 v -4.09158 -2.17437 10.781 0.678518 -0.692243 0.245792 0 0 v -3.83862 -1.83501 10.7767 0.8687 -0.447271 0.212861 0 0 v -5.0322 -3.27428 10.2196 0.86758 -0.468632 0.166397 0 0 v -5.14705 -3.63613 9.94436 0.764075 -0.539328 0.353998 0 0 v -6.23529 2.10089 6.44285 -0.67426 0.672802 0.304484 0 0 v -5.21094 -3.72184 9.94456 0.736118 -0.585812 0.33905 0 0 v -5.60712 5.24112 12.7831 -0.976308 0.196806 -0.0899474 0 0 v 5.60397 -1.06984 7.10896 0.926166 -0.15027 0.345884 0 0 v -3.55651 -2.06757 10.0741 0.736459 -0.487024 0.469506 0 0 v -4.26935 -2.26847 10.9238 0.653453 -0.749482 0.106189 0 0 v -5.67186 -3.93789 10.5126 0.40884 -0.835331 0.367521 0 0 v -0.246164 1.93261 13.2234 0.234235 -0.606947 0.75944 0 0 v 0.496616 3.49291 14.5426 0.839276 -0.423719 0.340703 0 0 v 3.72299 -2.61289 8.22276 0.413173 -0.800776 0.433641 0 0 v 5.17917 2.02738 6.64958 0.75338 0.654466 0.0639803 0 0 v -0.642084 1.45104 12.6402 0.533245 -0.393825 -0.7487 0 0 v -4.97867 -3.00666 11.3606 0.686845 -0.695525 0.210925 0 0 v -2.00451 0.790776 12.1893 0.547113 -0.691166 -0.472183 0 0 v -4.81583 -3.06103 10.0724 0.630649 -0.654212 0.417479 0 0 v 5.71151 -1.66832 6.40588 0.851062 -0.4438 0.280599 0 0 v -4.22653 -2.50536 10.3577 0.477962 -0.673177 0.564256 0 0 v -3.21014 -1.853 8.93527 0.631288 -0.711615 0.30835 0 0 v 3.68799 -2.21063 8.89266 0.464266 -0.599131 0.652303 0 0 v 4.62848 -2.69233 7.16627 0.531698 -0.756448 0.380898 0 0 v -5.08641 -3.54757 9.94256 0.789464 -0.488004 0.372288 0 0 v 6.04867 -0.769143 5.58206 0.992961 -0.0602596 0.101965 0 0 v -3.51126 -2.29985 8.51497 0.447013 -0.815448 0.367729 0 0 v -5.58594 -3.88659 10.515 0.498506 -0.80364 0.325044 0 0 v -1.14329 1.12213 12.9243 0.19678 -0.558458 0.805855 0 0 v -4.74624 5.30634 13.4515 0.953406 -0.114091 0.279287 0 0 v -5.5469 -4.11641 9.80957 0.463843 -0.809614 0.359687 0 0 v -4.75607 2.206 11.5742 0.975378 0.0837058 -0.204037 0 0 v -4.64582 3.50677 12.6672 0.990052 -0.0789846 0.116442 0 0 v 2.54324 -4.58069 4.48626 0.451886 -0.890927 0.0452476 0 0 v 2.63317 -4.53714 4.48822 0.28365 -0.958515 0.0281217 0 0 v 2.74073 -4.51499 4.49192 0.128275 -0.991718 0.00642162 0 0 v 2.85625 -4.50902 4.49672 0.186398 -0.982163 -0.024708 0 0 v 2.95246 -4.47489 4.49891 0.365959 -0.927245 -0.0793097 0 0 v 3.04826 -4.43813 4.50103 0.330362 -0.926754 -0.178854 0 0 v 3.14876 -4.40631 4.50394 0.361381 -0.915266 -0.178022 0 0 v 3.23967 -4.36344 4.5051 0.372476 -0.912857 -0.167195 0 0 v 3.33547 -4.32571 4.5077 0.458125 -0.880329 -0.123055 0 0 v 3.41912 -4.27131 4.50748 0.601201 -0.797573 -0.0493338 0 0 v 3.49566 -4.20539 4.50721 0.608962 -0.792585 -0.0312161 0 0 v 3.57584 -4.14503 4.50806 0.579122 -0.814283 -0.0395026 0 0 v 3.6588 -4.08892 4.50818 0.551787 -0.830482 -0.0763609 0 0 v 3.74177 -4.03345 4.50858 0.540148 -0.831079 -0.132467 0 0 v 3.8299 -3.9841 4.50999 0.502652 -0.847278 -0.171645 0 0 v 3.91543 -3.93516 4.5094 0.514509 -0.839201 -0.17613 0 0 v 3.99844 -3.87658 4.50984 0.626692 -0.754776 -0.193829 0 0 v 4.06996 -3.80304 4.50814 0.738194 -0.641963 -0.207254 0 0 v 4.13143 -3.71571 4.50649 0.749773 -0.622085 -0.225502 0 0 v 4.20312 -3.64308 4.50458 0.622698 -0.731044 -0.278967 0 0 v 4.28406 -3.58544 4.50541 0.567548 -0.792819 -0.222096 0 0 v 4.3653 -3.52796 4.50613 0.52874 -0.825505 -0.197422 0 0 v 4.45086 -3.47578 4.50834 0.519429 -0.839206 -0.161017 0 0 v 4.53559 -3.42223 4.50843 0.519789 -0.841239 -0.148782 0 0 v 4.62229 -3.37208 4.51014 0.552313 -0.821833 -0.139788 0 0 v 4.70188 -3.31096 4.50912 0.630457 -0.758945 -0.162868 0 0 v 4.77801 -3.24472 4.50871 0.691272 -0.705039 -0.158314 0 0 v 4.84643 -3.16837 4.5078 0.741539 -0.637525 -0.209001 0 0 v 4.91251 -3.08602 4.50446 0.723149 -0.659869 -0.204031 0 0 v 4.98585 -3.01779 4.505 0.654917 -0.742117 -0.142636 0 0 v 5.06229 -2.95233 4.50444 0.68622 -0.724724 -0.0622707 0 0 v 5.13317 -2.87799 4.50299 0.733312 -0.679886 -0.00286199 0 0 v 5.20055 -2.80111 4.50191 0.784808 -0.619739 0.000478558 0 0 v 5.32635 -2.63116 4.49767 0.821651 -0.567786 -0.0500869 0 0 v 5.38447 -2.53848 4.49435 0.828815 -0.552849 -0.0861603 0 0 v 5.44465 -2.44681 4.4913 0.841132 -0.533499 -0.0887458 0 0 v 5.50425 -2.35461 4.48812 0.824842 -0.561955 -0.0619878 0 0 v 5.56565 -2.26861 4.48586 0.829587 -0.556624 -0.0442249 0 0 v 5.6221 -2.17444 4.48296 0.877148 -0.478794 -0.0369846 0 0 v 5.77953 -1.8695 4.46913 0.861784 -0.506258 0.0321172 0 0 v 5.83457 -1.77324 4.465 0.889838 -0.456145 0.0109547 0 0 v 5.8854 -1.6682 4.46001 0.907757 -0.41945 0.00627816 0 0 v 5.93342 -1.56205 4.45486 0.921543 -0.385949 -0.042453 0 0 v 5.97714 -1.44661 4.44841 0.927518 -0.365067 -0.0802256 0 0 v 6.02225 -1.33926 4.44334 0.935238 -0.343261 -0.0866153 0 0 v 6.06233 -1.21464 4.43562 0.950471 -0.302691 -0.0705877 0 0 v 6.09994 -1.08958 4.4288 0.968966 -0.242695 -0.046944 0 0 v 6.12736 -0.952523 4.4202 0.989024 -0.142773 -0.0380352 0 0 v 5.82694 0.829327 6.55131 0.927837 0.251602 0.275345 0 0 v 5.85356 0.729787 6.55341 0.92172 0.229656 0.312553 0 0 v 5.8008 0.928627 6.54935 0.934872 0.271002 0.229287 0 0 v 5.73615 1.12809 6.54486 0.906705 0.36998 0.202486 0 0 v -4.83793 -3.74469 8.82006 0.909245 -0.386284 -0.155108 0 0 v -3.15671 -1.58723 9.63677 0.905707 -0.361074 0.222082 0 0 v 0.519976 2.92832 13.7974 0.770289 -0.499027 0.397022 0 0 v 0.159826 2.39966 13.5169 0.416391 -0.656083 0.629423 0 0 v 3.47014 -3.47536 7.16176 0.36684 -0.742616 0.560313 0 0 v 5.24569 -1.99721 7.16016 0.744807 -0.576249 0.336452 0 0 v 4.3637 -2.48533 7.96746 0.520571 -0.703642 0.483626 0 0 v -1.13486 1.98604 14.2438 0.716877 -0.668503 -0.197966 0 0 v -2.07354 1.06457 13.5021 0.811354 -0.473447 -0.342859 0 0 v -2.25232 0.791086 13.505 0.760979 -0.607655 -0.227303 0 0 v -3.27204 -0.0149136 12.328 0.464922 -0.855533 0.227839 0 0 v -3.18905 0.0409064 12.3285 0.596876 -0.769626 0.226746 0 0 v -3.003 0.484426 11.4506 0.648236 -0.230223 -0.725801 0 0 v -3.06661 0.398286 11.4521 0.530488 -0.461826 -0.710845 0 0 v 5.64443 1.82551 5.97056 0.773015 0.533978 0.342515 0 0 v -3.19043 0.229256 11.4482 0.671888 -0.464595 -0.576818 0 0 v -4.41876 -2.4037 10.7792 0.435264 -0.897864 0.0662162 0 0 v -4.32922 -2.35757 10.7816 0.534572 -0.837896 0.110286 0 0 v -4.24782 -2.29952 10.7816 0.594257 -0.786326 0.168965 0 0 v -4.61205 -2.82618 10.2118 0.381243 -0.739461 0.554843 0 0 v -4.7816 -2.93305 10.2137 0.57684 -0.685815 0.44375 0 0 v -4.85797 -2.99439 10.2165 0.690534 -0.628448 0.358071 0 0 v -4.92347 -3.0787 10.2158 0.789844 -0.54905 0.273296 0 0 v -4.97943 -3.16955 10.219 0.845999 -0.490152 0.209847 0 0 v -0.0862839 3.22271 7.27576 0.0206903 0.930089 0.366751 0 0 v -4.72701 6.3064 13.1296 0.972579 -0.0280313 -0.230879 0 0 v 6.04383 0.330767 6.14425 0.974341 0.0991389 0.202069 0 0 v 5.44932 1.62993 6.66855 0.837839 0.521131 0.162629 0 0 v 5.62368 -0.968963 7.10796 0.924825 -0.14939 0.34983 0 0 v -7.42319 -0.693993 6.388 -0.996388 -0.0787155 -0.0318648 0 0 v -4.34468 -2.3353 10.924 0.639219 -0.763571 0.0914258 0 0 v -3.91642 -1.89379 10.9219 0.825617 -0.532829 0.185609 0 0 v 0.559286 3.22634 14.0885 0.82469 -0.445129 0.348921 0 0 v -0.140974 1.9565 13.2164 0.278819 -0.619195 0.734069 0 0 v 5.66882 -1.89998 6.08497 0.874383 -0.461654 0.149431 0 0 v -2.49907 0.621626 13.2088 0.70261 -0.68048 -0.208052 0 0 v -2.67457 0.523766 12.6239 0.38985 -0.761476 0.517853 0 0 v -4.42111 -2.58006 11.3605 0.898422 -0.41612 -0.140295 0 0 v -4.83317 -3.74624 8.95987 0.897859 -0.439125 0.0319271 0 0 v -4.47442 -2.85025 10.0773 0.397099 -0.794681 0.459123 0 0 v -4.98993 -3.51251 9.80007 0.758578 -0.473655 0.447449 0 0 v 4.35391 -2.8207 7.29896 0.564541 -0.743797 0.357854 0 0 v -6.32166 3.44427 12.9279 -0.958616 0.066462 -0.276836 0 0 v 2.42222 -2.48967 9.13936 0.157128 -0.714329 0.681942 0 0 v -3.76643 -2.6402 8.94816 0.712366 -0.668048 -0.215049 0 0 v -3.28313 -1.92775 8.92906 0.767732 -0.605548 0.20952 0 0 v 3.82424 -2.23192 8.75786 0.535979 -0.648983 0.539951 0 0 v -3.11288 0.113346 11.7442 0.647455 -0.714153 -0.266058 0 0 v -0.511144 1.4363 12.7883 0.643371 -0.668913 -0.372329 0 0 v 4.32257 -2.42613 8.10067 0.464557 -0.728783 0.503052 0 0 v -5.277 -3.79678 9.94977 0.72445 -0.594547 0.348835 0 0 v -3.42912 -2.24579 9.08257 0.88634 -0.446086 0.124133 0 0 v 6.01159 0.930647 5.71883 0.984044 0.155831 0.0858739 0 0 v -4.03847 -2.77606 9.65837 0.672313 -0.669825 0.315168 0 0 v -5.55673 -3.92764 10.3731 0.540352 -0.791482 0.285615 0 0 v -3.91218 -2.43262 10.0773 0.630419 -0.635628 0.445589 0 0 v 5.94184 0.729577 6.27722 0.944737 0.210697 0.251153 0 0 v 2.53593 -4.57101 4.61975 0.408395 -0.904351 0.123945 0 0 v 2.62594 -4.52803 4.62164 0.337156 -0.936065 0.100538 0 0 v 2.73305 -4.50394 4.62503 0.106008 -0.987616 0.115658 0 0 v 2.85404 -4.5044 4.63056 0.162938 -0.980302 0.111621 0 0 v 2.95585 -4.47735 4.6337 0.266239 -0.962407 0.0537522 0 0 v 3.05807 -4.45095 4.63699 0.326463 -0.944803 0.0277431 0 0 v 3.14909 -4.41017 4.63845 0.361188 -0.932245 0.0214936 0 0 v 3.24952 -4.37786 4.64153 0.404091 -0.914681 -0.00837338 0 0 v 3.33483 -4.32682 4.64195 0.508342 -0.860863 0.0224486 0 0 v 3.42079 -4.27344 4.64313 0.586915 -0.809503 -0.0153678 0 0 v 3.49477 -4.20518 4.64198 0.609895 -0.791599 -0.0374091 0 0 v 3.58062 -4.15307 4.64313 0.537712 -0.840866 -0.061722 0 0 v 3.66499 -4.09979 4.64328 0.524767 -0.848328 -0.070426 0 0 v 3.75211 -4.04999 4.64457 0.511191 -0.856327 -0.0733957 0 0 v 3.83655 -3.99661 4.6447 0.497189 -0.863546 -0.0842052 0 0 v 3.92595 -3.94992 4.64594 0.518061 -0.84861 -0.107116 0 0 v 4.00773 -3.89168 4.64655 0.633474 -0.767446 -0.0986759 0 0 v 4.08122 -3.82249 4.6465 0.738412 -0.666255 -0.10417 0 0 v 4.1471 -3.74058 4.64405 0.747786 -0.654085 -0.113966 0 0 v 4.21871 -3.66753 4.64249 0.644656 -0.753485 -0.129151 0 0 v 4.29931 -3.60907 4.64318 0.611641 -0.787171 -0.079103 0 0 v 4.37679 -3.5452 4.64256 0.580113 -0.807617 -0.105942 0 0 v 4.45933 -3.48924 4.64314 0.539189 -0.839081 -0.0722429 0 0 v 4.54466 -3.43662 4.64466 0.531589 -0.844846 -0.0604044 0 0 v 4.62922 -3.38315 4.64498 0.553849 -0.831867 -0.0353423 0 0 v 4.71018 -3.32477 4.64534 0.617875 -0.784133 -0.0580279 0 0 v 4.7855 -3.25594 4.64354 0.666132 -0.741232 -0.0827283 0 0 v 4.92768 -3.11056 4.64223 0.743766 -0.652334 -0.145851 0 0 v 4.99635 -3.03462 4.64107 0.730681 -0.674506 -0.105581 0 0 v 5.06695 -2.96001 4.63963 0.752744 -0.657179 -0.0386243 0 0 v 5.1315 -2.8766 4.63756 0.768749 -0.639481 0.0094221 0 0 v 5.19698 -2.79815 4.63597 0.784665 -0.616931 0.0608028 0 0 v 5.26112 -2.71409 4.63397 0.763079 -0.645709 0.0277609 0 0 v 5.32566 -2.63068 4.63186 0.783323 -0.621135 -0.0244246 0 0 v 5.39135 -2.54791 4.6295 0.809063 -0.584278 -0.0635254 0 0 v 5.45378 -2.46273 4.62742 0.838263 -0.539205 -0.081073 0 0 v 5.50935 -2.36273 4.62326 0.848175 -0.523395 -0.0815917 0 0 v 5.67415 -2.07691 4.614 0.903089 -0.427565 -0.0402292 0 0 v 5.72416 -1.97189 4.60876 0.9006 -0.433907 -0.02537 0 0 v 5.77392 -1.8728 4.60495 0.863515 -0.504279 0.00671428 0 0 v 5.83589 -1.78009 4.60098 0.870862 -0.491435 -0.009553 0 0 v 5.8845 -1.67421 4.59578 0.906709 -0.420848 -0.0276694 0 0 v 5.93509 -1.56916 4.59076 0.902403 -0.430619 -0.0153412 0 0 v 5.98556 -1.46374 4.58577 0.919932 -0.389225 -0.0472151 0 0 v 6.02989 -1.34882 4.57949 0.938785 -0.339794 -0.0567723 0 0 v 6.07008 -1.22424 4.57262 0.957772 -0.283452 -0.0482409 0 0 v 6.10371 -1.09764 4.5652 0.973907 -0.225262 -0.0276059 0 0 v 6.1303 -0.961203 4.55716 0.991565 -0.129391 -0.00748994 0 0 v 5.25138 2.52528 5.23648 0.735792 0.676018 -0.0401233 0 0 v 6.07888 -0.368413 5.58387 0.994489 -0.0643646 0.0827552 0 0 v 6.15891 -0.465053 4.52328 0.995111 -0.0850241 0.0502501 0 0 v -6.86996 0.714237 7.71146 -0.858417 0.468739 0.208336 0 0 v -1.43454 0.839016 12.7821 0.314459 -0.817813 0.481972 0 0 v 5.5918 -0.168323 7.38617 0.893754 -0.0643188 0.443923 0 0 v 0.126696 3.32428 15.1351 0.82025 -0.433027 0.373735 0 0 v 5.41777 -1.90159 6.88676 0.835889 -0.469276 0.284727 0 0 v 5.18028 -2.081 7.16047 0.731989 -0.563379 0.383139 0 0 v 4.44358 -2.42536 7.96537 0.593507 -0.667667 0.449411 0 0 v -1.3238 1.72723 14.2464 0.782374 -0.516633 -0.347824 0 0 v -1.96122 1.25225 13.502 0.782429 -0.575111 -0.238856 0 0 v 4.43279 -2.75962 7.30077 0.555811 -0.783342 0.278296 0 0 v 4.51515 -2.35208 7.96656 0.649156 -0.638843 0.412888 0 0 v -4.72014 -2.67054 10.7802 0.735914 -0.613122 -0.287249 0 0 v -4.64888 -2.59648 10.7793 0.690352 -0.649574 -0.31854 0 0 v -4.58262 -2.51744 10.779 0.701224 -0.686258 -0.193222 0 0 v -4.51197 -2.44536 10.7788 0.619798 -0.780304 -0.0835251 0 0 v -4.42972 -2.73907 10.2172 0.367006 -0.756032 0.541962 0 0 v -4.52151 -2.78108 10.2134 0.343931 -0.761914 0.548815 0 0 v -4.71622 2.50647 12.3546 0.95033 -0.216452 0.223655 0 0 v -7.82098 -1.67906 9.51766 -0.955753 -0.238664 0.171978 0 0 v -1.26827 1.83089 13.6506 0.496055 -0.809578 0.313867 0 0 v 6.0937 0.230237 5.72596 0.995663 0.0823685 0.043254 0 0 v -6.99201 0.509737 7.58067 -0.866763 0.409363 0.284859 0 0 v -3.65377 -0.693814 11.6044 0.981439 -0.191336 -0.0129301 0 0 v 5.92797 0.629537 6.41691 0.940911 0.198651 0.274271 0 0 v 5.51181 1.52919 6.67241 0.84461 0.490329 0.21497 0 0 v -5.98758 1.6361 11.2661 -0.784413 0.502718 -0.363279 0 0 v -4.88675 -2.9614 10.93 0.833969 -0.551811 0.000848346 0 0 v -0.987454 2.12523 14.0958 0.608054 -0.79136 0.0634057 0 0 v -1.83963 0.724496 12.4849 0.463009 -0.760897 -0.454597 0 0 v 0.310746 3.23276 14.5415 0.692372 -0.632655 0.346941 0 0 v -1.26714 1.64415 14.5421 0.760235 -0.599001 -0.251476 0 0 v 3.55911 -3.42835 7.16236 0.385297 -0.744391 0.545369 0 0 v -2.4337 0.702396 13.2088 0.771825 -0.558903 -0.303174 0 0 v -2.76317 0.477006 12.6225 0.419911 -0.821332 0.38612 0 0 v -4.38043 -2.46048 11.3578 0.919086 -0.373902 -0.124415 0 0 v 5.50367 -2.195 6.09463 0.881511 -0.454867 0.126625 0 0 v -5.04851 -3.60178 9.80326 0.745256 -0.496546 0.445011 0 0 v 6.03415 -1.1685 5.44128 0.987156 -0.133631 0.087549 0 0 v -6.65712 1.60426 6.46945 -0.769298 0.609204 0.192484 0 0 v 2.52408 -2.45906 9.13787 0.277367 -0.705908 0.651738 0 0 v -3.84113 -2.7073 8.94837 0.677102 -0.693417 -0.246385 0 0 v 5.85064 -1.56888 5.85049 0.918117 -0.37479 0.128816 0 0 v 4.51618 -2.70454 7.30177 0.539469 -0.790995 0.288618 0 0 v -5.75176 -4.17175 9.94647 0.424884 -0.86655 0.261848 0 0 v -4.89794 -3.65599 8.53526 0.858408 -0.34077 -0.383421 0 0 v 5.30287 0.531267 7.79687 0.834533 0.152184 0.529523 0 0 v -0.902274 1.12166 12.7925 0.498594 -0.858913 0.116926 0 0 v -2.34213 0.744826 12.774 0.164435 -0.667066 0.726626 0 0 v -3.48725 -2.33615 9.08436 0.781202 -0.619357 0.0782366 0 0 v -4.72567 -3.00147 8.35896 0.686464 -0.440644 -0.578446 0 0 v -4.7379 -3.5284 9.09426 0.88583 -0.461278 0.0502911 0 0 v -5.37436 -4.18051 8.39447 0.382801 -0.738858 -0.554573 0 0 v -3.64855 -2.4609 9.51406 0.714827 -0.680281 0.161987 0 0 v -4.67022 4.40695 12.9816 0.983907 -0.0071289 0.178537 0 0 v 2.52226 -4.55324 4.75271 0.348351 -0.921905 0.169536 0 0 v 2.61817 -4.5172 4.75497 0.340652 -0.92818 0.149794 0 0 v 2.71896 -4.48563 4.7575 0.192701 -0.96447 0.180735 0 0 v 2.83351 -4.47541 4.762 0.0939988 -0.965925 0.241148 0 0 v 2.9418 -4.45819 4.76628 0.199243 -0.949925 0.240717 0 0 v 3.04433 -4.43331 4.76999 0.268151 -0.936487 0.226026 0 0 v 3.14094 -4.39866 4.77276 0.322173 -0.926225 0.195732 0 0 v 3.24124 -4.36614 4.77466 0.366788 -0.917881 0.151529 0 0 v 3.33283 -4.32358 4.77647 0.465657 -0.878968 0.102853 0 0 v 3.4204 -4.27434 4.77772 0.547253 -0.83257 0.085677 0 0 v 3.50045 -4.2133 4.77731 0.587996 -0.807828 0.040926 0 0 v 3.58298 -4.15694 4.77797 0.530904 -0.846172 0.0461955 0 0 v 3.66716 -4.10342 4.77848 0.522304 -0.852752 0.00357217 0 0 v 3.75211 -4.05159 4.77884 0.471588 -0.880816 -0.0420576 0 0 v 3.93247 -3.96027 4.78121 0.531774 -0.844688 -0.0609916 0 0 v 4.01394 -3.90155 4.78183 0.650716 -0.759239 -0.0111772 0 0 v 4.08688 -3.83139 4.78151 0.738896 -0.673312 -0.0261481 0 0 v 4.15099 -3.74496 4.77821 0.75887 -0.650431 -0.0325167 0 0 v 4.22168 -3.67354 4.77787 0.690074 -0.72371 -0.00648088 0 0 v 4.29837 -3.60864 4.77771 0.623941 -0.7811 0.0240702 0 0 v 4.37719 -3.54635 4.77725 0.589561 -0.806134 0.050659 0 0 v 4.46142 -3.4932 4.77837 0.54328 -0.838064 0.0499495 0 0 v 4.54359 -3.43609 4.77873 0.546903 -0.836136 0.0421074 0 0 v 4.62841 -3.383 4.7792 0.541616 -0.840051 0.0310876 0 0 v 4.71103 -3.32674 4.77959 0.594315 -0.804155 0.0111588 0 0 v 4.78866 -3.26232 4.77905 0.652768 -0.757246 -0.0217462 0 0 v 4.86576 -3.19721 4.77865 0.683846 -0.728743 -0.0358902 0 0 v 4.93667 -3.12593 4.77837 0.748139 -0.661281 -0.0547264 0 0 v 5.00217 -3.04371 4.77625 0.784386 -0.619297 -0.0347971 0 0 v 5.06698 -2.96016 4.77401 0.790667 -0.61223 0.00446149 0 0 v 5.12752 -2.87333 4.77168 0.818172 -0.570843 0.0687934 0 0 v 5.18827 -2.78261 4.76886 0.759778 -0.646524 0.0688746 0 0 v 5.32927 -2.63764 4.76702 0.754929 -0.655608 -0.0161255 0 0 v 5.39696 -2.56106 4.76563 0.794046 -0.606326 -0.0431325 0 0 v 5.45659 -2.46936 4.76275 0.835327 -0.547334 -0.0515169 0 0 v 5.51432 -2.37624 4.75981 0.846973 -0.527741 -0.0642413 0 0 v 5.57329 -2.28391 4.75659 0.845955 -0.529721 -0.0612773 0 0 v 5.62852 -2.18902 4.75367 0.88623 -0.460904 -0.0465171 0 0 v 5.67901 -2.0855 4.74947 0.905619 -0.422014 -0.0419382 0 0 v 5.72734 -1.97968 4.74471 0.902757 -0.427354 -0.0489643 0 0 v 5.77497 -1.87296 4.73959 0.879809 -0.472366 -0.0529737 0 0 v 5.83373 -1.77851 4.73555 0.861363 -0.50766 -0.0183194 0 0 v 5.88888 -1.68238 4.7319 0.902636 -0.429891 -0.0210145 0 0 v 5.93563 -1.56882 4.72573 0.911498 -0.411007 -0.0156417 0 0 v 5.98664 -1.46375 4.72074 0.91271 -0.408574 0.00530326 0 0 v 6.0316 -1.35613 4.71592 0.941721 -0.336356 0.00508353 0 0 v 6.07127 -1.23169 4.70887 0.961599 -0.274021 0.0155107 0 0 v 6.10439 -1.10507 4.70202 0.976505 -0.215119 0.0127024 0 0 v 6.12756 -0.959883 4.69273 0.993019 -0.10991 0.0428194 0 0 v -3.42835 -2.24574 8.79837 0.778391 -0.613132 -0.134819 0 0 v 2.96159 -2.39156 9.01836 0.419189 -0.665968 0.617063 0 0 v -4.50734 -3.14807 8.80357 0.519604 -0.762872 -0.384756 0 0 v -1.98518 1.11115 13.0613 0.320889 -0.740508 0.59049 0 0 v -4.13546 -2.9845 8.95046 0.582753 -0.777346 -0.236922 0 0 v -7.32602 0.523606 10.322 -0.747627 0.500656 0.436345 0 0 v 4.99278 -2.51955 6.90026 0.708185 -0.595057 0.379976 0 0 v 5.31199 -1.91933 7.15767 0.765305 -0.562764 0.312417 0 0 v 4.58744 -2.28257 7.96367 0.686293 -0.611319 0.39407 0 0 v -1.56999 1.38182 14.2456 0.747082 -0.628656 -0.216008 0 0 v -1.82775 1.40949 13.5022 0.661994 -0.745664 0.0758242 0 0 v 0.887456 -3.42884 7.06107 -0.0377585 -0.977034 0.209713 0 0 v -0.826444 2.2444 14.0965 0.558847 -0.822766 0.103665 0 0 v -0.908694 2.18761 14.0962 0.578454 -0.807929 0.112438 0 0 v -4.88947 -2.95409 10.7858 0.879912 -0.47438 -0.0268047 0 0 v -4.83683 -2.85511 10.7839 0.861529 -0.500105 -0.0875372 0 0 v -4.02866 -2.43895 10.22 0.595079 -0.647706 0.47577 0 0 v -4.1002 -2.51256 10.218 0.581679 -0.637597 0.505093 0 0 v -4.17576 -2.57945 10.2182 0.544347 -0.658113 0.520167 0 0 v -4.25243 -2.64406 10.2168 0.4652 -0.723677 0.509785 0 0 v 4.65317 -2.19946 7.96426 0.726564 -0.560611 0.397266 0 0 v -2.73739 0.265836 12.1861 0.514149 -0.852548 -0.0938784 0 0 v -7.01608 -1.3877 7.86216 -0.820374 -0.272882 -0.502516 0 0 v 5.05625 -2.60884 6.63784 0.770026 -0.530857 0.353907 0 0 v -1.6755 1.53923 13.65 0.660086 -0.750851 0.0225764 0 0 v 4.15571 -2.18384 8.49326 0.402071 -0.636269 0.658407 0 0 v 3.98551 -2.28951 8.49397 0.513497 -0.677413 0.526718 0 0 v -4.20262 -3.06396 9.09237 0.495913 -0.85707 -0.139648 0 0 v -6.77968 0.925927 8.10086 -0.631728 0.585825 -0.507671 0 0 v 5.3869 1.73064 6.66461 0.857174 0.50278 0.111642 0 0 v -6.519 1.03056 11.5538 -0.697907 0.642462 0.316494 0 0 v 5.44692 1.72814 6.38361 0.743951 0.573192 0.343494 0 0 v -4.94416 -3.05194 10.9313 0.839948 -0.538269 0.0689512 0 0 v -1.92653 0.671956 12.4835 0.472071 -0.780346 -0.410133 0 0 v -0.518744 2.4972 14.8386 0.742462 -0.655276 -0.139152 0 0 v -1.20088 1.72315 14.5429 0.765866 -0.582871 -0.271496 0 0 v -0.524244 2.50714 14.5419 0.626002 -0.779346 0.0272389 0 0 v -1.58143 1.40593 13.2098 0.29501 -0.734575 0.611039 0 0 v -3.9665 -2.00604 11.2109 0.886807 -0.458581 -0.0572501 0 0 v -4.32909 -2.36159 11.3563 0.73479 -0.673929 -0.0768289 0 0 v -3.12961 0.304656 11.4531 0.6767 -0.344851 -0.650504 0 0 v -4.2962 -2.75617 10.0778 0.465496 -0.766757 0.442038 0 0 v -3.86523 -2.66956 8.80276 0.686181 -0.666567 -0.29128 0 0 v -4.27223 -2.95827 8.66236 0.384796 -0.816953 -0.429558 0 0 v 3.86804 -2.47206 8.35996 0.436125 -0.777219 0.45357 0 0 v -4.48033 -3.18836 8.94767 0.543657 -0.80132 -0.249645 0 0 v 6.06728 -0.268183 5.86481 0.99414 -0.070172 0.0822348 0 0 v -3.18542 0.0431464 11.7435 0.657805 -0.718066 -0.227318 0 0 v -6.37779 -0.0941332 3.82663 -0.584173 0.10531 -0.804768 0 0 v -5.34643 -4.05317 9.66927 0.580512 -0.6794 0.448801 0 0 v 5.39225 2.32642 5.52798 0.804108 0.574294 0.153614 0 0 v 3.53478 -2.51692 8.62216 0.397266 -0.792047 0.46351 0 0 v -4.85402 -3.54385 8.53316 0.863195 -0.325513 -0.385921 0 0 v -4.81523 -3.41662 8.52566 0.856894 -0.328497 -0.397268 0 0 v -4.66555 -2.91248 8.35837 0.601722 -0.52498 -0.601935 0 0 v 4.86645 -3.03462 6.24782 0.631128 -0.707 0.319106 0 0 v -5.32887 -4.24696 8.54406 0.458862 -0.780279 -0.424983 0 0 v -3.7699 -2.45108 8.51116 0.607678 -0.789452 -0.0865657 0 0 v 4.05528 -3.44383 6.64112 0.60322 -0.674281 0.425995 0 0 v 2.50863 -4.53568 4.88545 0.298052 -0.951063 0.0815114 0 0 v 2.60344 -4.49823 4.8883 0.380545 -0.916094 0.126318 0 0 v 2.70009 -4.46206 4.89025 0.288848 -0.934439 0.208306 0 0 v 2.80685 -4.43941 4.89345 0.159758 -0.943515 0.29027 0 0 v 2.91558 -4.42256 4.89764 0.175274 -0.92643 0.333176 0 0 v 3.01791 -4.39723 4.90166 0.237204 -0.90896 0.342821 0 0 v 3.11921 -4.36634 4.90382 0.273109 -0.904024 0.328865 0 0 v 3.2202 -4.3356 4.90599 0.28821 -0.909911 0.298324 0 0 v 3.31702 -4.30201 4.9093 0.388394 -0.877794 0.280407 0 0 v 3.4063 -4.25541 4.91055 0.506178 -0.830123 0.233837 0 0 v 3.48835 -4.19775 4.91065 0.512412 -0.838682 0.184518 0 0 v 3.66297 -4.09888 4.9124 0.44103 -0.897038 0.028538 0 0 v 3.75643 -4.05859 4.91431 0.415381 -0.909634 -0.00501275 0 0 v 3.84736 -4.01553 4.91584 0.48328 -0.875175 0.0225771 0 0 v 3.93259 -3.96181 4.91625 0.576161 -0.81439 0.0693362 0 0 v 4.01112 -3.89842 4.91619 0.658933 -0.746068 0.0958653 0 0 v 4.08305 -3.82575 4.91518 0.710614 -0.698033 0.0881948 0 0 v 4.15187 -3.74886 4.91374 0.745452 -0.666297 0.0186926 0 0 v 4.22043 -3.67268 4.91217 0.718074 -0.695941 -0.00598133 0 0 v 4.29264 -3.59994 4.9113 0.691701 -0.721086 0.0398084 0 0 v 4.45133 -3.47878 4.91161 0.538539 -0.827313 0.159778 0 0 v 4.53587 -3.42589 4.91194 0.508573 -0.851718 0.126211 0 0 v 4.62426 -3.37781 4.91322 0.518716 -0.849495 0.096396 0 0 v 4.78887 -3.26477 4.91398 0.620532 -0.781891 0.0598937 0 0 v 4.86419 -3.19577 4.91312 0.674792 -0.73588 0.0560042 0 0 v 4.93578 -3.12527 4.91253 0.728769 -0.682836 0.0512952 0 0 v 5.00149 -3.04291 4.91043 0.795543 -0.603971 0.0482713 0 0 v 5.06186 -2.9559 4.90802 0.832479 -0.548392 0.0790237 0 0 v 5.11864 -2.85756 4.90462 0.815293 -0.573343 0.0810876 0 0 v 5.2571 -2.71043 4.9024 0.720652 -0.692413 0.0349992 0 0 v 5.32826 -2.63685 4.90117 0.728019 -0.684551 0.0371128 0 0 v 5.3964 -2.56027 4.89993 0.767112 -0.641498 0.00449178 0 0 v 5.4588 -2.4756 4.89797 0.823278 -0.566334 -0.0384654 0 0 v 5.51177 -2.39354 4.88623 0.840174 -0.539506 -0.0551476 0 0 v 5.57859 -2.29203 4.89192 0.857807 -0.512072 -0.0441642 0 0 v 5.63262 -2.19701 4.88893 0.886531 -0.461684 -0.0301802 0 0 v 5.68051 -2.09227 4.8851 0.902316 -0.429357 -0.0384533 0 0 v 5.7308 -1.98071 4.87897 0.891599 -0.449035 -0.0584732 0 0 v 5.78389 -1.88341 4.87533 0.87618 -0.475288 -0.0800636 0 0 v 5.83952 -1.78755 4.87138 0.87965 -0.469539 -0.0758153 0 0 v 5.89337 -1.67557 4.86889 0.900932 -0.432161 -0.0394701 0 0 v 5.93776 -1.57282 4.8677 0.921696 -0.386913 -0.0278331 0 0 v 5.98384 -1.46506 4.86671 0.927816 -0.371815 0.0301858 0 0 v 6.09849 -1.09438 4.83614 0.981377 -0.17565 0.0777528 0 0 v 2.12843 2.9785 7.55437 0.0314772 0.96636 0.255259 0 0 v -1.62799 1.4664 13.9494 0.778874 -0.516612 -0.355623 0 0 v 5.11209 -2.51458 6.63502 0.809099 -0.499901 0.308961 0 0 v 5.16898 -2.42065 6.63232 0.777076 -0.557071 0.29296 0 0 v 5.23625 -2.33866 6.63265 0.726256 -0.609485 0.31793 0 0 v 5.30318 -2.26121 6.63044 0.753227 -0.559216 0.346306 0 0 v 4.66772 -2.92525 6.77309 0.683325 -0.592783 0.426233 0 0 v 4.92346 -2.59395 6.90117 0.668026 -0.630418 0.395365 0 0 v 5.37 -1.82498 7.15617 0.835353 -0.463328 0.295824 0 0 v -1.49577 1.63232 13.5049 0.50794 -0.79524 0.331044 0 0 v -0.803464 2.20638 14.6897 0.773772 -0.571737 -0.272751 0 0 v -5.11336 -3.33134 10.7938 0.827251 -0.555717 0.0826738 0 0 v -5.17515 -3.42416 10.7945 0.785937 -0.605423 0.12556 0 0 v -3.87536 -2.31085 10.216 0.617801 -0.649181 0.443718 0 0 v -3.95004 -2.37835 10.2169 0.595234 -0.672272 0.440166 0 0 v -4.71453 5.20717 13.1359 0.998902 0.0394939 0.0251815 0 0 v 4.7802 -2.02893 7.96236 0.726466 -0.540969 0.423791 0 0 v 4.84438 -1.94442 7.96206 0.72534 -0.520184 0.450878 0 0 v 3.6477 -3.38102 7.16266 0.408139 -0.744401 0.528478 0 0 v -4.02311 -2.10217 11.2124 0.77197 -0.62899 -0.0918385 0 0 v 4.74884 -2.16247 7.82866 0.726507 -0.577532 0.372351 0 0 v -1.20326 1.38515 13.0681 0.185099 -0.546151 0.816981 0 0 v -4.72654 -2.82148 8.20667 0.589744 -0.618199 -0.519647 0 0 v -5.16978 -3.77494 8.24646 0.598624 -0.40119 -0.693322 0 0 v 4.06775 -2.23209 8.49406 0.450806 -0.655967 0.605377 0 0 v -5.04091 -3.78987 8.39427 0.735951 -0.398773 -0.547134 0 0 v -2.081 1.07376 13.0615 0.419312 -0.76204 0.493429 0 0 v -4.72362 4.30797 12.3488 0.943688 0.160818 -0.289121 0 0 v 6.00563 0.929227 5.43748 0.976493 0.165159 -0.138503 0 0 v 5.6466 1.42668 6.39599 0.873353 0.408673 0.265031 0 0 v -5.06361 -3.2298 10.935 0.831534 -0.542624 0.118786 0 0 v 5.59775 -0.768773 7.24796 0.926251 -0.119047 0.357614 0 0 v -2.18253 0.515106 12.4831 0.463384 -0.85612 -0.228766 0 0 v -0.263844 1.60521 12.9369 0.704932 -0.709058 0.0175408 0 0 v -7.81197 -0.180384 9.09906 -0.975366 0.219703 0.0197773 0 0 v -0.445004 2.56754 14.5416 0.639311 -0.765588 0.0718124 0 0 v -0.439664 1.86143 13.2216 0.188074 -0.610545 0.769326 0 0 v 3.56964 -2.56714 8.48857 0.424323 -0.810697 0.403387 0 0 v 5.71441 -0.267803 7.10906 0.911593 -0.0646483 0.405979 0 0 v -3.85468 -1.81269 10.9194 0.858141 -0.465271 0.217065 0 0 v -3.62079 -2.15275 10.0735 0.675936 -0.57843 0.45665 0 0 v -4.18466 -2.91717 9.65816 0.575938 -0.721356 0.384632 0 0 v 5.66056 -0.668573 7.10996 0.918187 -0.143584 0.36921 0 0 v -1.95521 1.06321 13.8008 0.782558 -0.553692 -0.284655 0 0 v -4.56225 -3.24686 8.94666 0.6662 -0.712502 -0.220269 0 0 v -6.54633 -3.79835 8.31717 -0.0591404 -0.809937 -0.583528 0 0 v -3.31086 -0.651883 10.4612 0.869189 -0.12637 0.478059 0 0 v -3.53356 -0.335854 11.7486 0.86296 -0.494776 0.102456 0 0 v -3.28835 -0.511564 10.4553 0.899557 -0.0903212 0.427363 0 0 v -5.42233 -4.11987 9.66917 0.516582 -0.732409 0.443532 0 0 v -3.58417 -0.436034 11.6053 0.910624 -0.412598 -0.0229441 0 0 v -2.57692 0.386076 12.1834 0.573625 -0.754823 -0.318115 0 0 v 4.14074 -3.03924 7.16287 0.407871 -0.728011 0.551036 0 0 v -4.76946 -3.30669 8.52306 0.831209 -0.360135 -0.42355 0 0 v -4.72449 -3.18895 8.51677 0.778144 -0.429613 -0.458175 0 0 v 0.524846 2.82384 13.6368 0.861901 -0.444165 0.244629 0 0 v -4.22455 -2.8489 8.51816 0.371282 -0.753606 -0.542428 0 0 v -4.14093 -2.79499 8.51696 0.506024 -0.710131 -0.489544 0 0 v 2.21428 -4.63611 5.0128 0.309658 -0.925628 -0.217542 0 0 v 2.31504 -4.60511 5.016 0.319904 -0.925084 -0.204649 0 0 v 2.41 -4.56653 5.018 0.338512 -0.929945 -0.143568 0 0 v 2.50659 -4.53259 5.01977 0.394446 -0.916871 -0.0613098 0 0 v 2.59673 -4.48861 5.02122 0.455166 -0.89014 -0.0217627 0 0 v 2.68562 -4.4411 5.02247 0.437589 -0.89832 0.0392119 0 0 v 2.78032 -4.40241 5.02439 0.35221 -0.915233 0.195696 0 0 v 2.88272 -4.37576 5.02789 0.226215 -0.916912 0.328786 0 0 v 2.98477 -4.34918 5.03194 0.232148 -0.901141 0.366131 0 0 v 3.08638 -4.31997 5.03427 0.256028 -0.893395 0.369182 0 0 v 3.28941 -4.26193 5.03965 0.308214 -0.876315 0.370239 0 0 v 3.37882 -4.2164 5.04143 0.41502 -0.844939 0.337395 0 0 v 3.46789 -4.16899 5.0424 0.401733 -0.878527 0.258461 0 0 v 3.56354 -4.13251 5.04478 0.378761 -0.913204 0.150327 0 0 v 3.66059 -4.09793 5.04742 0.383317 -0.918517 0.0969211 0 0 v 3.7532 -4.05406 5.04817 0.466172 -0.878263 0.106482 0 0 v 3.83802 -4.00201 5.04938 0.532579 -0.836821 0.126846 0 0 v 3.92167 -3.94629 5.04975 0.59541 -0.788617 0.153527 0 0 v 3.99999 -3.88356 5.0492 0.673338 -0.722076 0.158816 0 0 v 4.07094 -3.81018 5.04815 0.682576 -0.713778 0.15688 0 0 v 4.14644 -3.7435 5.04765 0.651783 -0.756179 0.0580686 0 0 v 4.22093 -3.67307 5.04661 0.70654 -0.707405 -0.0194787 0 0 v 4.29355 -3.60374 5.04601 0.74883 -0.662609 -0.0142571 0 0 v 4.35808 -3.52046 5.04399 0.681025 -0.728693 0.0721967 0 0 v 4.43557 -3.45647 5.04379 0.604182 -0.7718 0.198214 0 0 v 4.52239 -3.40692 5.04469 0.456734 -0.863769 0.212832 0 0 v 4.61076 -3.35942 5.0459 0.45227 -0.877721 0.158295 0 0 v 4.69941 -3.31148 5.04708 0.540569 -0.835037 0.102462 0 0 v 4.77964 -3.25107 5.04715 0.638421 -0.765818 0.077081 0 0 v 4.85624 -3.18515 5.04665 0.68863 -0.720903 0.0780219 0 0 v 4.92864 -3.11549 5.04589 0.745001 -0.661769 0.0838745 0 0 v 4.99416 -3.0327 5.04383 0.819382 -0.569317 0.0670079 0 0 v 5.05258 -2.94001 5.04086 0.82846 -0.557719 0.0510232 0 0 v 5.11365 -2.8537 5.03875 0.795925 -0.605324 0.00933693 0 0 v 5.25423 -2.70802 5.03677 0.722266 -0.690675 0.0360442 0 0 v 5.32235 -2.62778 5.03471 0.724171 -0.688617 0.0371901 0 0 v 5.39378 -2.55814 5.03399 0.734778 -0.677395 0.0351833 0 0 v 5.46185 -2.48212 5.03303 0.793391 -0.608611 0.011066 0 0 v 5.52398 -2.39253 5.03006 0.838529 -0.544669 -0.0142861 0 0 v 5.58113 -2.29889 5.02719 0.870219 -0.492345 -0.0177908 0 0 v 5.63224 -2.19631 5.0233 0.893417 -0.449224 -0.00216208 0 0 v 5.68296 -2.09308 5.01951 0.893106 -0.449798 0.00661396 0 0 v 5.73574 -1.99569 5.01582 0.87624 -0.4816 -0.0162706 0 0 v 5.84696 -1.79733 5.00717 0.887425 -0.458197 -0.0503237 0 0 v 5.90066 -1.67896 5.00736 0.922132 -0.385974 -0.0263795 0 0 v 3.88652 -3.72692 6.24668 0.408277 -0.877643 0.251102 0 0 v 5.65212 -1.88467 6.21797 0.863213 -0.46228 0.202882 0 0 v -6.0094 6.24248 14.6079 -0.610359 0.753141 -0.24544 0 0 v 3.05156 -3.92248 6.3583 0.485298 -0.718724 0.497917 0 0 v -3.68778 -2.39358 8.51106 0.512615 -0.854333 0.0856794 0 0 v -7.49334 0.517607 8.81957 -0.907186 0.416969 0.0561359 0 0 v 4.55004 -2.40238 7.83396 0.679549 -0.59191 0.433423 0 0 v -2.47409 0.764486 12.9134 0.65412 -0.741947 0.147108 0 0 v -1.65476 1.33208 14.0958 0.788623 -0.539731 -0.294557 0 0 v 4.88097 -2.00109 7.82657 0.705239 -0.568302 0.423876 0 0 v 3.89704 -2.15955 8.76116 0.582665 -0.590959 0.557915 0 0 v 4.96653 -1.77022 7.95686 0.719662 -0.498695 0.483105 0 0 v 3.81384 -2.56961 8.22587 0.351972 -0.81604 0.458469 0 0 v -1.2369 1.78618 13.504 0.439283 -0.774467 0.455226 0 0 v -2.93319 0.203466 11.8904 0.590141 -0.77225 -0.235294 0 0 v -5.29662 -4.11747 8.40047 0.54959 -0.640277 -0.536653 0 0 v -5.24148 -3.5037 10.7962 0.723917 -0.670697 0.161585 0 0 v -3.80482 -2.23564 10.2171 0.645227 -0.61063 0.459145 0 0 v 5.20592 2.03607 6.36508 0.734063 0.626703 0.261524 0 0 v 5.77343 1.32757 6.12265 0.880851 0.365005 0.301452 0 0 v 6.10709 0.230027 5.44565 0.992453 0.110942 0.0522376 0 0 v 5.01049 -2.89277 6.24559 0.707269 -0.642227 0.295493 0 0 v -2.99528 0.113306 12.1846 0.497044 -0.851274 0.168167 0 0 v 3.65564 -2.51706 8.49267 0.426787 -0.797772 0.425925 0 0 v -6.81349 1.50431 6.20662 -0.778149 0.60157 0.180547 0 0 v -0.864304 2.11818 14.6897 0.774049 -0.564975 -0.285745 0 0 v -2.66099 0.505056 13.0605 0.65591 -0.746622 -0.111072 0 0 v -4.56153 -2.70915 8.20757 0.300774 -0.868264 -0.394529 0 0 v -4.65194 -2.75339 8.20706 0.490566 -0.769918 -0.408131 0 0 v -5.22725 -3.86452 8.24516 0.591277 -0.406751 -0.69638 0 0 v 3.68909 -3.61768 6.77364 0.408215 -0.795156 0.448427 0 0 v -1.74754 1.46992 13.6476 0.722373 -0.681881 -0.114959 0 0 v 3.83052 -2.41691 8.49016 0.517671 -0.708224 0.480038 0 0 v -4.72627 5.40744 13.1347 0.995082 0.0732632 -0.0666614 0 0 v -7.4998 -0.268994 11.7038 -0.850851 0.450745 0.269967 0 0 v -4.30514 -2.39937 11.6458 0.902659 -0.405848 -0.143159 0 0 v -5.12061 -3.32602 10.9365 0.792046 -0.592358 0.147563 0 0 v -5.07882 -3.03882 11.5024 0.597069 -0.716846 0.360056 0 0 v -2.09413 0.564586 12.4836 0.442927 -0.840572 -0.311857 0 0 v -2.22336 0.929326 13.3544 0.788664 -0.506401 -0.348665 0 0 v -4.77713 6.30694 12.9675 0.948417 0.0143989 -0.316699 0 0 v -0.369874 2.63664 14.5426 0.634049 -0.765249 0.111247 0 0 v -0.342804 1.89639 13.223 0.222501 -0.598886 0.769304 0 0 v 4.59698 -2.64613 7.30106 0.579217 -0.752045 0.314541 0 0 v -0.815424 1.17183 12.793 0.54355 -0.834208 0.0930058 0 0 v 4.09434 -2.44777 8.22937 0.346432 -0.756501 0.5547 0 0 v 3.91389 -2.53721 8.22456 0.335219 -0.797666 0.501355 0 0 v -4.7912 -2.74055 10.6376 0.857142 -0.515076 -0.0021899 0 0 v -1.59529 1.60028 13.7985 0.727466 -0.674578 -0.125448 0 0 v -4.63478 -3.32139 8.94827 0.782981 -0.600232 -0.163284 0 0 v 6.08039 0.430037 5.72461 0.996776 0.0752975 0.0277296 0 0 v 4.02389 -2.86853 7.69597 0.298724 -0.837002 0.458466 0 0 v -4.32602 -3.06339 9.51686 0.438914 -0.851726 0.286212 0 0 v -4.23722 -3.01619 9.51747 0.480447 -0.823209 0.302487 0 0 v -4.15381 -2.9616 9.51846 0.586156 -0.745913 0.316284 0 0 v -4.07884 -2.89384 9.51777 0.66781 -0.6753 0.31305 0 0 v -1.26763 2.44896 14.8229 -0.637082 0.490406 0.594666 0 0 v 3.77772 -3.39329 7.03336 0.434627 -0.75883 0.485052 0 0 v 0.109616 2.82448 14.0998 0.478173 -0.77228 0.418252 0 0 v -4.80012 -3.62498 8.81676 0.921879 -0.340276 -0.185341 0 0 v -0.459904 1.70282 12.6592 0.41529 -0.224119 -0.881649 0 0 v 0.0267762 2.59424 13.8047 0.37693 -0.750579 0.542729 0 0 v 4.11468 -2.82692 7.69976 0.320369 -0.835023 0.447326 0 0 v 2.23168 -4.66277 5.14982 0.319612 -0.927334 -0.194676 0 0 v 2.33296 -4.63337 5.15284 0.330131 -0.922991 -0.19774 0 0 v 2.42786 -4.59492 5.15505 0.391046 -0.902214 -0.181914 0 0 v 2.60693 -4.50347 5.15722 0.499012 -0.857585 -0.12464 0 0 v 2.68882 -4.44647 5.15695 0.558899 -0.827917 -0.0467571 0 0 v 2.76756 -4.38505 5.1574 0.523831 -0.851686 0.0152376 0 0 v 2.85917 -4.34183 5.15968 0.420798 -0.899379 0.118519 0 0 v 2.95674 -4.30668 5.16129 0.291929 -0.913959 0.28188 0 0 v 3.05818 -4.27822 5.16405 0.274575 -0.905117 0.324609 0 0 v 3.15562 -4.2456 5.16821 0.2879 -0.888851 0.356451 0 0 v 3.25609 -4.2143 5.17005 0.317136 -0.870062 0.377382 0 0 v 4.21401 -2.79356 7.69886 0.393766 -0.807633 0.438949 0 0 v 3.44722 -4.1402 5.17431 0.312964 -0.898368 0.308201 0 0 v 3.54871 -4.11095 5.17697 0.286089 -0.923911 0.25405 0 0 v 3.64587 -4.07761 5.18041 0.342688 -0.912632 0.222862 0 0 v 3.74024 -4.03724 5.18159 0.441705 -0.870857 0.21565 0 0 v 3.82853 -3.98826 5.18217 0.539172 -0.818566 0.198099 0 0 v 3.98508 -3.86298 5.18222 0.611813 -0.764326 0.203692 0 0 v 4.05893 -3.79317 5.18097 0.619996 -0.78078 0.0773795 0 0 v 4.14439 -3.73982 5.18133 0.53448 -0.845178 -0.00247305 0 0 v 4.22612 -3.68177 5.18175 0.673849 -0.738173 -0.0320693 0 0 v 4.29527 -3.60575 5.18062 0.769216 -0.638892 -0.0111107 0 0 v 4.35745 -3.52009 5.17835 0.801756 -0.596103 0.0429879 0 0 v 4.41523 -3.4297 5.17536 0.700344 -0.699422 0.142575 0 0 v 4.50133 -3.37504 5.17518 0.447504 -0.882948 0.141927 0 0 v 4.59834 -3.33962 5.17809 0.377992 -0.913878 0.148152 0 0 v 4.69158 -3.301 5.18087 0.434761 -0.898044 0.0670824 0 0 v 4.77594 -3.24741 5.18103 0.588827 -0.808256 -0.00204194 0 0 v 4.85221 -3.1813 5.18065 0.706395 -0.70778 -0.00735132 0 0 v 4.92071 -3.10479 5.1794 0.737207 -0.674994 0.0301466 0 0 v 4.99007 -3.02936 5.17796 0.785851 -0.618129 0.0188312 0 0 v 5.05017 -2.93813 5.17524 0.814343 -0.580212 -0.0141159 0 0 v 5.11467 -2.8588 5.17379 0.796116 -0.604854 -0.0187399 0 0 v 5.17943 -2.77124 5.17096 0.745345 -0.666549 0.0131719 0 0 v 5.25038 -2.70105 5.17037 0.717191 -0.695963 0.0356739 0 0 v 5.3212 -2.62691 5.16916 0.728009 -0.684572 0.0369357 0 0 v 5.39213 -2.55682 5.16838 0.730752 -0.681355 0.041913 0 0 v 5.45899 -2.47531 5.16637 0.782823 -0.619213 0.0613555 0 0 v 5.52005 -2.38949 5.16422 0.821491 -0.567582 0.0547939 0 0 v 5.57877 -2.29705 5.16143 0.863874 -0.503019 0.026348 0 0 v 5.6323 -2.19595 5.15781 0.894246 -0.447549 0.00493097 0 0 v 5.68133 -2.09181 5.15373 0.90236 -0.430926 0.00702102 0 0 v 5.7336 -1.98768 5.14918 0.863873 -0.502663 0.0324559 0 0 v 5.79066 -1.89886 5.14644 0.859976 -0.510207 0.01143 0 0 v 5.8988 -1.68394 5.14469 0.932023 -0.362377 -0.00392294 0 0 v 5.70473 -1.78073 6.21474 0.872951 -0.444219 0.201558 0 0 v 6.11714 0.130357 5.44634 0.996739 0.0532907 0.0605853 0 0 v 3.13947 -3.87309 6.35764 0.36637 -0.860097 0.354973 0 0 v 5.2831 -1.87836 7.29016 0.770487 -0.527874 0.35735 0 0 v -3.81797 -1.85991 10.6363 0.821184 -0.469616 0.324219 0 0 v 4.61718 -2.3246 7.83146 0.708972 -0.584604 0.394458 0 0 v 3.83918 -3.65913 6.51168 0.427828 -0.840062 0.333556 0 0 v 3.9278 -3.61085 6.51251 0.485793 -0.802199 0.347103 0 0 v 4.00992 -3.55368 6.51252 0.560083 -0.736385 0.379532 0 0 v 5.33284 -2.30801 6.49685 0.738179 -0.588926 0.329025 0 0 v 4.65428 -3.25329 6.11664 0.530201 -0.795948 0.292153 0 0 v -3.76736 -1.75964 10.6325 0.858525 -0.35466 0.370341 0 0 v 4.77574 -2.729 6.90407 0.572702 -0.701942 0.423426 0 0 v -6.36841 -3.87152 8.26797 -0.589538 -0.527856 -0.611403 0 0 v 5.48393 1.22356 7.09586 0.754164 0.386609 0.53082 0 0 v 3.97586 -3.6798 6.24797 0.471691 -0.846325 0.247471 0 0 v -0.602364 2.27425 13.8008 0.408581 -0.813204 0.41444 0 0 v -1.05771 1.87886 13.5043 0.365502 -0.766317 0.528362 0 0 v -7.87393 -1.57976 9.24267 -0.960368 -0.273703 0.0527315 0 0 v 4.6769 -2.58724 7.29987 0.597144 -0.72695 0.339062 0 0 v -5.31441 -3.57372 10.7977 0.677901 -0.696807 0.234329 0 0 v -3.7361 -2.15883 10.2165 0.655496 -0.584091 0.478709 0 0 v -4.7449 2.80631 12.6665 0.889792 -0.240795 0.38767 0 0 v -1.0603 2.05559 13.9471 0.600006 -0.791865 0.113765 0 0 v -4.10839 -2.85158 9.65857 0.642625 -0.670861 0.370106 0 0 v -3.1097 -1.64273 9.21467 0.853366 -0.496885 0.157707 0 0 v 4.29761 -2.74088 7.70086 0.514181 -0.754677 0.40753 0 0 v 4.37503 -2.67798 7.70226 0.58309 -0.676155 0.450355 0 0 v 4.75302 -2.52186 7.29956 0.664598 -0.648517 0.371128 0 0 v -0.587424 2.42022 14.8386 0.752959 -0.624544 -0.207357 0 0 v -4.9953 -4.0333 8.96687 0.815472 -0.572835 0.0828583 0 0 v -5.55909 -4.272 9.52646 0.300591 -0.859176 0.414079 0 0 v 4.44913 -2.60997 7.70086 0.624665 -0.65001 0.432759 0 0 v -5.17639 -2.8696 7.90616 0.402903 -0.677174 -0.615715 0 0 v -0.698354 2.86693 13.65 -0.184358 0.875641 -0.446392 0 0 v -6.12065 1.70773 7.67107 -0.620952 0.687066 0.377305 0 0 v -4.62243 -3.33611 9.08957 0.772824 -0.63265 -0.0499679 0 0 v -4.73367 4.10853 12.1912 0.935929 0.178281 -0.303731 0 0 v 5.59294 2.02573 5.40421 0.893372 0.449062 0.0151711 0 0 v -3.34223 -0.0895336 12.1842 0.429525 -0.875624 0.220888 0 0 v -5.00368 -3.14643 10.9327 0.824539 -0.554846 0.110823 0 0 v 4.51887 -2.53511 7.70037 0.656054 -0.628231 0.418233 0 0 v -2.00954 0.616556 12.4837 0.488411 -0.804512 -0.337956 0 0 v -2.27876 0.832336 13.3552 0.782368 -0.517136 -0.347088 0 0 v 0.294246 2.73248 13.8058 0.44711 -0.691593 0.567266 0 0 v -0.290594 2.69695 14.5422 0.61059 -0.780963 0.131442 0 0 v -0.886664 2.15093 14.542 0.755747 -0.60824 -0.242674 0 0 v 4.58886 -2.4602 7.70017 0.684008 -0.596428 0.420008 0 0 v 4.03964 -2.36815 8.36137 0.407381 -0.703221 0.582684 0 0 v 4.65505 -2.3816 7.69716 0.722763 -0.546113 0.423525 0 0 v 4.0045 -2.49324 8.22766 0.371599 -0.762029 0.530308 0 0 v -3.77512 -1.92336 10.4959 0.732445 -0.45703 0.504626 0 0 v 4.71557 -2.28996 7.69767 0.727218 -0.550453 0.410069 0 0 v -0.349874 2.59707 15.2816 0.83983 -0.542363 -0.0229967 0 0 v -0.421164 2.52673 15.1356 0.810361 -0.557149 -0.181384 0 0 v -4.69005 -3.42 8.95076 0.878884 -0.461048 -0.122467 0 0 v -0.684394 2.20541 14.9874 0.788033 -0.554737 -0.266967 0 0 v -1.46622 1.40486 12.2284 0.292448 0.0445781 -0.955242 0 0 v 4.84813 -2.12859 7.69546 0.690227 -0.597312 0.408417 0 0 v -0.248034 2.80848 14.9868 0.751719 -0.659396 0.0107421 0 0 v -4.01124 -2.81633 9.51657 0.717596 -0.630179 0.296529 0 0 v -4.958 -3.91321 8.68286 0.844373 -0.441067 -0.304128 0 0 v -5.01133 -4.01131 8.68587 0.798136 -0.524653 -0.296172 0 0 v -4.86239 -3.70541 8.67817 0.892646 -0.342672 -0.292847 0 0 v -4.82602 -3.58498 8.67507 0.897988 -0.336407 -0.283632 0 0 v -4.73567 -3.3578 8.66696 0.852153 -0.411952 -0.322693 0 0 v 4.91766 -2.05287 7.69466 0.686522 -0.593316 0.420314 0 0 v 4.98543 -1.97563 7.69276 0.7133 -0.556462 0.426091 0 0 v 2.2473 -4.68346 5.28688 0.297252 -0.949316 -0.102174 0 0 v 2.34462 -4.65198 5.28863 0.344431 -0.934929 -0.0852936 0 0 v 2.43965 -4.61389 5.29062 0.422492 -0.903274 -0.0748158 0 0 v 2.52825 -4.56616 5.2919 0.461776 -0.884453 -0.0671172 0 0 v 2.61693 -4.51898 5.29332 0.514603 -0.853429 -0.0827208 0 0 v 2.69654 -4.45911 5.29253 0.586449 -0.799954 -0.127084 0 0 v 2.77746 -4.39972 5.29318 0.57283 -0.811427 -0.115987 0 0 v 2.85892 -4.3412 5.29319 0.602839 -0.79658 -0.0452277 0 0 v 2.94042 -4.28331 5.29334 0.456914 -0.885913 0.0799223 0 0 v 3.03345 -4.24373 5.29613 0.385268 -0.907017 0.169964 0 0 v 3.12969 -4.20789 5.29897 0.373448 -0.884936 0.278253 0 0 v 3.22336 -4.16745 5.30043 0.324796 -0.879882 0.346863 0 0 v 5.04776 -1.88957 7.69086 0.732851 -0.538788 0.415496 0 0 v 5.11299 -1.79316 7.69806 0.752569 -0.493253 0.436281 0 0 v 3.62422 -4.04639 5.31152 0.294655 -0.90205 0.315411 0 0 v 3.71985 -4.00881 5.31356 0.42319 -0.856416 0.29574 0 0 v 3.80413 -3.95525 5.31472 0.527217 -0.807332 0.265062 0 0 v 3.88164 -3.89139 5.31392 0.579451 -0.795331 0.178002 0 0 v 3.96615 -3.83718 5.31461 0.474753 -0.875314 0.091841 0 0 v 4.05464 -3.79254 5.31683 0.499187 -0.866343 0.0162028 0 0 v 4.14714 -3.74576 5.3167 0.55174 -0.834002 -0.00483994 0 0 v 4.2281 -3.68688 5.31677 0.690001 -0.7231 0.0320192 0 0 v 4.29409 -3.60465 5.31472 0.787763 -0.613598 0.0540976 0 0 v 4.35545 -3.5183 5.31261 0.819813 -0.568793 0.0661926 0 0 v 4.41273 -3.42495 5.30974 0.711467 -0.702089 0.0297472 0 0 v 4.49652 -3.37114 5.31028 0.468097 -0.883467 0.0192493 0 0 v 4.59181 -3.33362 5.31208 0.331488 -0.943455 -0.00290379 0 0 v 4.69169 -3.30282 5.31496 0.39162 -0.917221 -0.0730707 0 0 v 4.77943 -3.25385 5.31598 0.550124 -0.824439 -0.132904 0 0 v 4.85696 -3.18955 5.3154 0.706657 -0.696398 -0.125163 0 0 v 4.9236 -3.10769 5.31337 0.76701 -0.633205 -0.103669 0 0 v 4.98956 -3.02912 5.31213 0.769443 -0.63533 -0.0656758 0 0 v 5.05601 -2.94678 5.30992 0.807883 -0.58553 -0.0669235 0 0 v 5.11743 -2.86075 5.30799 0.802224 -0.595015 -0.0489187 0 0 v 5.1806 -2.77609 5.30606 0.782045 -0.622561 -0.0286914 0 0 v 5.24858 -2.69953 5.30471 0.741481 -0.670866 0.0120361 0 0 v 5.31821 -2.62434 5.30346 0.739026 -0.672549 0.0389604 0 0 v 5.38567 -2.54725 5.30189 0.75825 -0.648311 0.0689132 0 0 v 5.57506 -2.29449 5.29538 0.848583 -0.526153 0.0554142 0 0 v 5.63135 -2.19488 5.29227 0.884154 -0.465361 0.0413651 0 0 v 5.68091 -2.09705 5.28857 0.90669 -0.420784 0.0292153 0 0 v 5.72926 -1.98507 5.28366 0.875907 -0.480246 0.0463875 0 0 v 5.78896 -1.89759 5.28087 0.843528 -0.534264 0.0549794 0 0 v 5.84514 -1.80195 5.27727 0.879714 -0.472243 0.0555835 0 0 v 5.89311 -1.69594 5.27246 0.929779 -0.364054 0.054549 0 0 v -0.225954 1.72577 13.0752 0.44372 -0.683428 0.579688 0 0 v -5.14939 -3.45286 10.3669 0.850492 -0.51722 0.0956378 0 0 v -7.41839 -0.892473 6.65907 -0.981818 -0.186969 0.0328043 0 0 v -3.52399 -2.28086 8.65396 0.612956 -0.784505 -0.0940072 0 0 v -4.65087 -3.29932 8.80737 0.795861 -0.542676 -0.26853 0 0 v -4.83402 -2.83533 7.77536 -0.00374804 -0.91455 0.404454 0 0 v -2.27813 0.484666 12.6213 0.227336 -0.824687 0.51789 0 0 v 5.19487 -2.45873 6.49943 0.78141 -0.509581 0.360174 0 0 v 1.22844 3.18738 7.41706 0.131692 0.979331 0.153518 0 0 v -3.8984 -2.80324 9.23416 0.719205 -0.682626 0.129483 0 0 v 4.88501 -2.71139 6.77199 0.631056 -0.652318 0.419821 0 0 v 3.98484 -3.3424 6.90587 0.55805 -0.721227 0.410379 0 0 v 4.06172 -3.2772 6.90067 0.563419 -0.731736 0.383564 0 0 v 4.84782 -2.83361 6.64085 0.602032 -0.675472 0.425788 0 0 v 6.02865 0.729377 5.86093 0.973243 0.184796 0.136558 0 0 v 4.30326 -3.44955 6.24769 0.5398 -0.774931 0.328781 0 0 v -0.962714 1.91857 13.5021 0.365335 -0.761273 0.535718 0 0 v -7.37263 -0.272264 10.8771 -0.899431 0.421509 0.115559 0 0 v 4.81999 -2.44065 7.30056 0.701726 -0.584722 0.40704 0 0 v -5.38776 -3.64605 10.7965 0.627785 -0.724691 0.284092 0 0 v 6.04384 0.730037 5.72133 0.987291 0.153745 0.0402489 0 0 v -4.60366 6.80631 13.6023 0.99261 -0.0817883 -0.0896438 0 0 v -0.894664 2.16841 13.9477 0.544393 -0.816556 0.192023 0 0 v -3.50212 -2.31985 9.22677 0.816301 -0.570121 0.0928172 0 0 v -3.44288 -2.22538 9.22446 0.846477 -0.532406 -0.00460714 0 0 v -1.32471 1.73687 13.5053 0.459929 -0.784983 0.41505 0 0 v -4.17593 -2.75442 9.93877 0.531043 -0.747118 0.39976 0 0 v -0.741654 2.29789 14.0955 0.547704 -0.817542 0.177888 0 0 v -5.89201 -0.879893 3.45045 -0.765993 -0.229923 -0.600325 0 0 v -5.12861 -4.19046 8.96937 0.613096 -0.78389 0.0981314 0 0 v -5.05769 -4.11948 8.96846 0.753657 -0.650841 0.0916934 0 0 v 0.349616 2.65238 13.6644 0.53424 -0.657248 0.531613 0 0 v -1.1482 1.83406 13.5031 0.397225 -0.773544 0.493804 0 0 v -5.2207 -2.9758 7.91936 0.461603 -0.327574 -0.82439 0 0 v 2.32818 3.00838 7.41086 0.18428 0.951229 0.247394 0 0 v 4.35859 -3.35394 6.37961 0.442104 -0.814671 0.375307 0 0 v -5.07617 2.53446 7.21197 -0.509382 0.765104 0.393885 0 0 v 5.93741 1.22751 5.43203 0.94875 0.309745 -0.0627048 0 0 v -1.09782 1.93706 13.6491 0.459299 -0.805043 0.375433 0 0 v -4.82915 -2.86628 10.9276 0.797007 -0.594367 -0.107271 0 0 v -3.62743 -2.49282 9.22997 0.759094 -0.643465 0.0986372 0 0 v -1.75523 0.777096 12.4844 0.426475 -0.761287 -0.488426 0 0 v -2.34189 0.745426 13.3566 0.754524 -0.587963 -0.291536 0 0 v -0.532964 2.33571 15.279 0.777081 -0.618728 0.11542 0 0 v -0.213444 2.76195 14.5427 0.62257 -0.763624 0.171129 0 0 v -0.543674 1.83618 13.2205 0.196452 -0.627261 0.753625 0 0 v -5.39643 -3.79322 8.09867 0.44033 -0.36529 -0.820167 0 0 v 5.9925 1.02904 5.71708 0.971826 0.22764 0.0611035 0 0 v 5.63223 -1.85483 6.35105 0.859613 -0.446524 0.248358 0 0 v -5.09245 -3.36242 10.3645 0.867147 -0.491726 0.0791285 0 0 v -1.77917 1.33811 13.7991 0.802696 -0.480581 -0.353158 0 0 v 5.44462 -1.93525 6.7554 0.825806 -0.460405 0.325687 0 0 v 0.164176 3.26474 14.9847 0.793005 -0.529597 0.301114 0 0 v -2.55647 0.539366 11.8883 0.618796 -0.657907 -0.429243 0 0 v -0.00572386 2.81497 14.2454 0.51628 -0.791225 0.327746 0 0 v 5.33515 -1.95124 7.02466 0.779209 -0.554875 0.291458 0 0 v -2.82769 0.396376 12.765 0.712825 -0.689009 -0.130946 0 0 v -1.68732 1.37716 13.9489 0.790171 -0.502458 -0.35095 0 0 v -4.58624 -3.21281 8.80476 0.676507 -0.65665 -0.333391 0 0 v -4.12986 -2.99538 9.37796 0.601859 -0.762536 0.237289 0 0 v -1.14352 1.99874 14.0958 0.656386 -0.754182 -0.0191604 0 0 v -1.18274 1.00187 12.6371 0.462504 -0.793262 -0.396013 0 0 v -2.07558 0.537696 12.6288 0.281921 -0.89972 0.333202 0 0 v -3.13072 0.129536 12.6197 0.507378 -0.842695 0.180094 0 0 v 5.34886 -2.49684 6.10537 0.826455 -0.52499 0.203366 0 0 v 5.36324 1.23073 7.23147 0.770977 0.315591 0.553169 0 0 v -0.986464 1.94253 14.6899 0.771805 -0.562779 -0.295967 0 0 v 4.78356 -2.56451 7.16817 0.626804 -0.672904 0.392832 0 0 v 2.34403 -4.65307 5.42299 0.348957 -0.935062 0.0623454 0 0 v 2.43843 -4.61361 5.42501 0.411945 -0.909565 0.0547083 0 0 v 2.53129 -4.57044 5.42678 0.458065 -0.888675 0.0208242 0 0 v 2.61763 -4.52207 5.42738 0.46057 -0.887303 0.0238344 0 0 v 2.70715 -4.47564 5.42881 0.520924 -0.850179 -0.0763779 0 0 v 2.78887 -4.41768 5.42905 0.592175 -0.798806 -0.106014 0 0 v 2.86691 -4.35462 5.42875 0.655831 -0.7479 -0.102626 0 0 v 2.94036 -4.28494 5.42844 0.571861 -0.820171 -0.0171302 0 0 v 3.02587 -4.23262 5.42914 0.496692 -0.866202 0.0546822 0 0 v 3.11427 -4.18509 5.43053 0.49954 -0.86094 0.0961378 0 0 v 3.19754 -4.13035 5.43161 0.446148 -0.864127 0.232888 0 0 v 5.83027 0.331047 6.83487 0.913399 0.114661 0.390584 0 0 v 4.06696 -2.75921 7.83207 0.31339 -0.771435 0.553782 0 0 v -4.88424 -3.84554 8.96206 0.883456 -0.464678 0.0598371 0 0 v 3.69216 -3.96879 5.44418 0.358591 -0.90749 0.218804 0 0 v 3.78084 -3.92103 5.44512 0.431787 -0.882213 0.18778 0 0 v 3.87196 -3.88537 5.44988 0.443403 -0.894429 0.0582322 0 0 v 3.96928 -3.84214 5.44847 0.42982 -0.902665 -0.0212499 0 0 v 4.05879 -3.79591 5.45035 0.512432 -0.8575 0.0459075 0 0 v 4.14524 -3.74417 5.45073 0.594036 -0.797776 0.103319 0 0 v 4.21985 -3.67599 5.44997 0.712308 -0.689448 0.131451 0 0 v 4.28385 -3.59182 5.44804 0.797492 -0.586581 0.141167 0 0 v 4.34337 -3.50369 5.44556 0.766511 -0.637102 0.0810057 0 0 v 4.41064 -3.4235 5.44386 0.672551 -0.740048 0.00208028 0 0 v 4.49583 -3.37186 5.44422 0.414285 -0.908506 -0.054631 0 0 v 4.59705 -3.34351 5.44682 0.266864 -0.960508 -0.0787871 0 0 v 4.70227 -3.31903 5.45086 0.34127 -0.933871 -0.106865 0 0 v 4.79272 -3.2743 5.45185 0.529281 -0.840151 -0.118356 0 0 v 4.87152 -3.21247 5.45248 0.699605 -0.702635 -0.129834 0 0 v 4.93716 -3.13079 5.45025 0.782424 -0.609502 -0.127751 0 0 v 4.99994 -3.04577 5.44834 0.792043 -0.599745 -0.113903 0 0 v 5.06271 -2.96075 5.44625 0.808646 -0.579735 -0.0999931 0 0 v 5.12208 -2.86879 5.44322 0.824744 -0.559058 -0.0851559 0 0 v 5.18332 -2.7828 5.44118 0.806543 -0.589204 -0.0482371 0 0 v 5.24808 -2.6993 5.4392 0.778201 -0.627963 -0.00811739 0 0 v 5.31424 -2.61688 5.43712 0.765554 -0.642639 0.0306939 0 0 v 5.38035 -2.53896 5.43576 0.787747 -0.613502 0.0553951 0 0 v 5.44495 -2.45552 5.43357 0.79222 -0.60481 0.0811942 0 0 v 5.50933 -2.37154 5.43169 0.813433 -0.575005 0.0877228 0 0 v 5.57024 -2.28566 5.42914 0.840966 -0.531245 0.102741 0 0 v 5.62416 -2.19053 5.42571 0.877878 -0.466365 0.108784 0 0 v 5.67521 -2.08774 5.42223 0.897041 -0.426778 0.114797 0 0 v 5.72279 -1.98138 5.41753 0.891025 -0.442214 0.102574 0 0 v 5.7799 -1.88616 5.41393 0.851645 -0.511151 0.115874 0 0 v 5.83689 -1.79112 5.41052 0.887481 -0.440854 0.134257 0 0 v 5.88339 -1.67229 5.41782 0.922129 -0.363026 0.133753 0 0 v -1.00927 1.45508 13.0712 0.214617 -0.530469 0.820087 0 0 v -3.66234 -2.43074 8.37206 0.23478 -0.873658 0.426146 0 0 v 4.32241 -3.12701 6.90876 0.408815 -0.773594 0.484171 0 0 v -4.21319 -2.70051 10.0787 0.516596 -0.740956 0.429084 0 0 v -3.93487 -2.74544 8.80457 0.70103 -0.66997 -0.244331 0 0 v -4.18323 -2.91144 8.66407 0.498697 -0.776595 -0.384971 0 0 v 3.77014 -3.73462 6.37723 0.338696 -0.893066 0.296174 0 0 v 5.98851 0.828627 5.99781 0.971678 0.15782 0.175884 0 0 v 5.26329 -2.37778 6.50015 0.709147 -0.617855 0.339657 0 0 v -6.36793 1.13471 11.6922 -0.763656 0.604953 0.225526 0 0 v -5.38469 -4.17421 9.53026 0.53208 -0.745346 0.401685 0 0 v 4.95751 -2.64282 6.76974 0.675142 -0.623067 0.394931 0 0 v 5.1467 -2.38965 6.76515 0.776354 -0.555948 0.29698 0 0 v 3.90207 -3.39823 6.90507 0.503632 -0.743975 0.439154 0 0 v -2.4395 0.712736 12.7688 0.31144 -0.730793 0.60741 0 0 v -5.30693 -4.10982 9.53147 0.57686 -0.704386 0.413611 0 0 v -2.40345 0.668056 11.8928 0.599887 -0.573183 -0.558209 0 0 v 0.424676 3.06963 14.1008 0.641465 -0.619705 0.452204 0 0 v -0.780164 2.00352 13.5082 0.321177 -0.749434 0.578959 0 0 v 4.4757 -3.17245 6.64467 0.523401 -0.778201 0.347064 0 0 v 4.95268 -2.28422 7.29506 0.719698 -0.557735 0.413481 0 0 v -5.46963 -3.70333 10.7967 0.511706 -0.791888 0.333274 0 0 v 6.02531 0.830737 5.72015 0.984409 0.161172 0.07044 0 0 v -3.59609 -2.3615 9.65477 0.69376 -0.673843 0.25423 0 0 v -5.33304 -3.72263 10.3707 0.7326 -0.660778 0.163307 0 0 v -4.37732 -3.16265 9.23397 0.438569 -0.893219 0.0990834 0 0 v -2.04145 1.01498 13.6514 0.796545 -0.529019 -0.29267 0 0 v -2.20859 0.736816 12.0381 0.565204 -0.659318 -0.495826 0 0 v -4.28533 -2.42006 10.4966 0.455977 -0.741048 0.492882 0 0 v 4.55416 -3.11038 6.64627 0.599414 -0.72299 0.343495 0 0 v -5.29408 -4.30296 8.96836 0.519466 -0.853386 0.043447 0 0 v -5.21323 -4.24354 8.96877 0.562245 -0.822478 0.086087 0 0 v -0.832374 2.07915 13.6538 0.391898 -0.795325 0.462465 0 0 v 4.16304 -2.72246 7.83377 0.336744 -0.747351 0.572774 0 0 v 5.21383 -2.13074 7.02787 0.763789 -0.535041 0.361051 0 0 v -3.65596 -0.510574 11.8966 0.877428 -0.337829 0.340575 0 0 v -1.50881 1.11917 12.932 0.0523448 -0.561809 0.82561 0 0 v -5.11815 -3.49737 10.0844 0.830574 -0.48115 0.280432 0 0 v 4.04728 -2.55582 8.09676 0.342093 -0.758409 0.554787 0 0 v 4.23332 -2.4735 8.10006 0.391679 -0.752102 0.530028 0 0 v -5.08041 -2.82906 7.90907 0.270847 -0.894974 -0.354491 0 0 v -2.85842 0.271036 11.8903 0.627923 -0.721222 -0.292493 0 0 v -7.4497 -0.592603 6.65899 -0.99551 0.00546716 0.0944976 0 0 v 5.98517 1.03033 5.43538 0.970969 0.201074 -0.129568 0 0 v -0.371984 2.46831 13.9481 0.445015 -0.81422 0.372837 0 0 v -4.76169 -2.78835 10.9266 0.708465 -0.675241 -0.20525 0 0 v 3.69327 -2.56942 8.35527 0.420962 -0.816563 0.394987 0 0 v -1.66577 0.823666 12.4847 0.425232 -0.742586 -0.51744 0 0 v -2.40918 0.666206 13.3574 0.67516 -0.716549 -0.175259 0 0 v -0.231854 2.78077 15.2827 0.826088 -0.563542 -0.000306806 0 0 v -0.134534 2.82266 14.5416 0.613353 -0.763388 0.202575 0 0 v -0.634634 1.79374 13.2155 0.241165 -0.621572 0.74531 0 0 v -1.01603 1.98524 14.5423 0.758412 -0.575005 -0.30689 0 0 v 4.65746 -3.08335 6.51363 0.608703 -0.711523 0.351022 0 0 v 3.43941 -2.55603 8.62236 0.276333 -0.820507 0.500409 0 0 v -3.6923 -2.22259 10.0763 0.634921 -0.635341 0.439564 0 0 v -5.91019 -4.29213 9.80196 0.401122 -0.893826 0.200439 0 0 v -3.57459 -2.38862 9.37087 0.759505 -0.646715 0.0700909 0 0 v -4.39744 -3.13636 9.37527 0.446656 -0.866352 0.223457 0 0 v 5.12027 2.13164 6.36287 0.70785 0.660626 0.250045 0 0 v 4.38715 -3.21971 6.64412 0.399551 -0.841809 0.362927 0 0 v -2.75638 0.296666 12.0379 0.580395 -0.772032 -0.259052 0 0 v -2.83711 0.237386 12.0381 0.566588 -0.79837 -0.20392 0 0 v -4.05489 -2.57792 10.0792 0.597366 -0.666034 0.446713 0 0 v -1.4387 1.72544 13.6508 0.545905 -0.80577 0.229613 0 0 v -3.78021 -2.09489 10.3567 0.663432 -0.543235 0.514542 0 0 v 5.98194 -0.468113 6.28136 0.971046 -0.0708636 0.228139 0 0 v -3.84866 -2.1721 10.3575 0.631896 -0.582572 0.511193 0 0 v -3.9191 -2.2472 10.3564 0.601758 -0.611646 0.513593 0 0 v -4.55485 -2.74141 11.3627 0.578432 -0.813401 -0.0616101 0 0 v -5.05684 -4.11976 8.82806 0.784512 -0.613565 -0.0898884 0 0 v -5.1969 -3.9177 9.66747 0.646666 -0.610836 0.456839 0 0 v -4.94246 -3.58452 9.65936 0.758802 -0.460694 0.460413 0 0 v 5.4038 -2.40751 6.10113 0.860687 -0.472793 0.188907 0 0 v -0.582714 1.36294 12.7883 0.635024 -0.751571 -0.178565 0 0 v 5.01685 -2.19961 7.29406 0.723067 -0.563801 0.399127 0 0 v 2.42932 -4.59913 5.55739 0.353861 -0.91323 0.201974 0 0 v 2.52357 -4.55918 5.55918 0.398609 -0.905154 0.147673 0 0 v 2.61587 -4.51869 5.54948 0.380132 -0.921512 0.0794691 0 0 v 2.71077 -4.48144 5.56389 0.475539 -0.879634 0.0102954 0 0 v 2.79519 -4.42836 5.56462 0.555413 -0.831532 0.00838711 0 0 v 2.87365 -4.36578 5.56425 0.68459 -0.727693 -0.0424272 0 0 v 2.94366 -4.29066 5.56326 0.643907 -0.764639 -0.0266624 0 0 v 3.02478 -4.23186 5.56344 0.529406 -0.848312 -0.00980373 0 0 v 3.11151 -4.18157 5.56429 0.571033 -0.820866 0.00997602 0 0 v 3.19057 -4.12062 5.56494 0.636107 -0.76438 0.105313 0 0 v 3.26462 -4.05179 5.56411 0.53477 -0.803379 0.261923 0 0 v 3.35309 -4.00377 5.56503 0.333213 -0.882645 0.331523 0 0 v -4.29324 -2.74512 8.36757 0.251982 -0.795929 -0.550456 0 0 v -5.17243 -3.41352 8.08387 0.575913 -0.281323 -0.767581 0 0 v 3.78002 -3.92293 5.58009 0.371592 -0.925321 0.0755021 0 0 v 3.87513 -3.88347 5.58148 0.40115 -0.911943 0.0862513 0 0 v 3.96817 -3.84321 5.58371 0.482626 -0.868891 0.110002 0 0 v 4.05113 -3.78561 5.58377 0.588935 -0.79815 0.126933 0 0 v 4.13034 -3.7236 5.58349 0.628158 -0.758347 0.174145 0 0 v 4.20398 -3.65422 5.58238 0.716803 -0.672653 0.183659 0 0 v 4.27135 -3.57681 5.58078 0.762827 -0.631563 0.138646 0 0 v 4.33777 -3.49538 5.57901 0.68626 -0.723885 0.0709867 0 0 v 4.41642 -3.43311 5.57887 0.599534 -0.800294 -0.00946547 0 0 v 4.50044 -3.38141 5.57811 0.393155 -0.918655 -0.0387495 0 0 v 4.60034 -3.34958 5.58194 0.247598 -0.966603 -0.0661382 0 0 v 4.70723 -3.32718 5.58565 0.321059 -0.944031 -0.0756775 0 0 v 4.80051 -3.28629 5.58786 0.534509 -0.844748 -0.0264626 0 0 v 4.87698 -3.22121 5.58732 0.698203 -0.7159 0.000241338 0 0 v 4.94273 -3.13941 5.58517 0.78743 -0.615908 -0.0247225 0 0 v 5.00636 -3.05515 5.58323 0.793125 -0.607734 -0.040148 0 0 v 5.06905 -2.96993 5.58112 0.809703 -0.583873 -0.0589378 0 0 v 5.13033 -2.88425 5.57917 0.829611 -0.554194 -0.0679364 0 0 v 5.18848 -2.79093 5.57623 0.837044 -0.543455 -0.0633489 0 0 v 5.24849 -2.69962 5.57342 0.806463 -0.590942 -0.0201247 0 0 v 5.3122 -2.61996 5.57192 0.786919 -0.616999 0.00844785 0 0 v 5.3774 -2.5369 5.57004 0.810119 -0.585362 0.0325303 0 0 v 5.43827 -2.44575 5.56728 0.808583 -0.584522 0.0672852 0 0 v 5.49943 -2.36539 5.56499 0.822566 -0.558654 0.106262 0 0 v 5.5567 -2.27206 5.56172 0.855713 -0.494867 0.151201 0 0 v 5.60972 -2.17062 5.55851 0.879691 -0.444445 0.169153 0 0 v 5.66052 -2.06723 5.55441 0.891266 -0.422821 0.163912 0 0 v 5.71205 -1.96249 5.55055 0.872341 -0.461822 0.160446 0 0 v 5.76691 -1.86635 5.54685 0.858754 -0.479623 0.180288 0 0 v 5.82156 -1.77003 5.54322 0.885581 -0.42125 0.195688 0 0 v 1.72678 2.9639 7.83947 -0.070612 0.997499 0.003236 0 0 v 5.55103 0.630247 7.38237 0.827138 0.196677 0.526461 0 0 v 5.40356 2.32564 5.38877 0.81534 0.57794 0.0347245 0 0 v -1.50939 1.64987 13.947 0.755005 -0.592776 -0.28033 0 0 v -7.30393 0.0257764 11.4302 -0.720009 0.680011 -0.138461 0 0 v -0.982004 1.06219 12.7897 0.524772 -0.835366 0.163641 0 0 v 4.91216 -2.92397 6.38005 0.649577 -0.673287 0.353178 0 0 v -2.91038 0.165256 12.1862 0.465148 -0.88467 0.031563 0 0 v 5.02449 -2.56198 6.77046 0.738059 -0.568918 0.362769 0 0 v 5.08785 -2.47782 6.76897 0.779944 -0.539871 0.316585 0 0 v 3.81801 -3.4521 6.90307 0.472596 -0.746543 0.468323 0 0 v -3.47549 -0.240374 11.6016 0.827929 -0.548607 -0.116467 0 0 v -3.97035 -2.00356 11.3542 0.898059 -0.412009 0.154074 0 0 v 4.93924 -2.96287 6.24827 0.674833 -0.665615 0.31868 0 0 v -0.661624 2.35792 14.0969 0.560131 -0.809114 0.177731 0 0 v -0.311354 2.20556 13.5088 0.285627 -0.711654 0.641845 0 0 v -4.06474 -2.72963 8.51536 0.609467 -0.654828 -0.446933 0 0 v 5.44085 -2.28474 6.23125 0.857489 -0.475703 0.196008 0 0 v 5.68617 1.42854 6.25842 0.904095 0.321108 0.281961 0 0 v -3.74167 -2.50364 9.65507 0.661149 -0.707344 0.250091 0 0 v -5.40464 -3.7938 10.3725 0.689395 -0.695244 0.203398 0 0 v -4.55018 -3.26586 9.23197 0.629764 -0.77212 0.0850177 0 0 v 2.88377 -4.02883 6.3523 0.295613 -0.752979 0.587908 0 0 v -7.51697 -1.27389 10.3364 -0.936783 -0.161975 0.310165 0 0 v 3.42912 -3.59058 7.03006 0.35268 -0.778883 0.518612 0 0 v -2.65444 0.321906 12.1862 0.530857 -0.811925 -0.242835 0 0 v -2.10471 0.928306 13.653 0.765464 -0.600075 -0.232325 0 0 v 0.0216961 3.11965 15.1344 0.797271 -0.585009 0.148739 0 0 v 0.154626 2.75998 13.953 0.417553 -0.757276 0.502178 0 0 v 5.59449 0.131327 7.38796 0.884209 0.0113574 0.466954 0 0 v -5.46843 -4.22845 9.52887 0.432422 -0.801928 0.412216 0 0 v -5.16771 -3.26038 11.2204 0.682131 -0.655934 0.323182 0 0 v -5.09201 -4.06857 9.24906 0.719393 -0.631031 0.290297 0 0 v -4.30708 -2.40195 11.9305 0.698056 -0.623117 0.352765 0 0 v 4.14277 -2.51736 8.09726 0.338377 -0.764744 0.548332 0 0 v -0.525004 1.63247 13.0767 0.186586 -0.567121 0.802222 0 0 v -4.97525 -2.81087 7.91126 0.220007 -0.950421 -0.219766 0 0 v 0.254266 3.31052 14.8361 0.758538 -0.576477 0.3038 0 0 v 0.983716 4.13079 6.43839 0.0437923 0.584385 0.810294 0 0 v -5.73782 2.73918 11.3752 -0.705818 0.245112 -0.664636 0 0 v 4.92359 -2.41929 7.16387 0.691368 -0.588894 0.418585 0 0 v -4.68738 -2.72054 10.9268 0.649194 -0.695977 -0.30686 0 0 v -5.89189 6.05614 14.3222 -0.454665 0.615792 -0.64349 0 0 v -1.57718 0.871416 12.4867 0.433476 -0.727794 -0.531427 0 0 v 5.43863 -0.0686834 7.65977 0.840795 0.00961232 0.541269 0 0 v -1.13874 1.8099 14.5426 0.783059 -0.543871 -0.301702 0 0 v -0.055824 2.88552 14.543 0.608436 -0.756657 0.239325 0 0 v -1.68098 1.37093 13.2095 0.332119 -0.753195 0.567798 0 0 v -2.11205 1.11852 13.2067 0.618689 -0.771406 0.148854 0 0 v 2.49092 -2.3901 9.21617 0.23879 -0.645956 0.725065 0 0 v -3.20129 -1.70437 9.63966 0.899833 -0.379801 0.214594 0 0 v -4.48196 -3.18883 9.37417 0.524818 -0.820306 0.227297 0 0 v -4.5641 -3.24589 9.37387 0.604984 -0.764831 0.221424 0 0 v -4.63869 -3.31355 9.37446 0.715904 -0.659422 0.229444 0 0 v -4.70202 -3.39948 9.37546 0.808729 -0.535439 0.243439 0 0 v 5.6445 1.92606 5.40833 0.898047 0.439727 -0.0123246 0 0 v -0.956064 2.08272 13.7981 0.469532 -0.82321 0.319164 0 0 v -0.512784 2.32047 13.801 0.423574 -0.796686 0.431134 0 0 v -3.30831 0.303786 11.2912 0.735998 -0.23226 -0.635895 0 0 v 5.88664 -0.168433 6.69938 0.945672 -0.0679665 0.31794 0 0 v -4.03962 -2.94957 9.23586 0.681231 -0.726849 0.0872631 0 0 v -5.05444 -3.24145 10.7918 0.848024 -0.526606 0.0595031 0 0 v -3.69006 -0.591694 11.912 0.891561 -0.228489 0.39104 0 0 v -0.357844 2.61989 14.3936 0.603752 -0.781586 0.156867 0 0 v -5.0015 -3.67342 9.66217 0.733776 -0.487007 0.473706 0 0 v 5.14938 -2.03863 7.29176 0.722641 -0.581264 0.374062 0 0 v -4.23799 -2.31273 10.6393 0.553118 -0.778905 0.29558 0 0 v 5.5137 -0.969313 7.38636 0.905648 -0.12844 0.404111 0 0 v 2.50386 -4.53089 5.69047 0.295031 -0.909074 0.294179 0 0 v 2.59693 -4.49713 5.70334 0.305711 -0.923096 0.233314 0 0 v 2.7013 -4.46796 5.69657 0.390714 -0.90254 0.181009 0 0 v 2.79082 -4.42223 5.69848 0.500351 -0.851863 0.154848 0 0 v 2.87363 -4.36636 5.69891 0.632747 -0.763635 0.128427 0 0 v 2.94109 -4.28754 5.69708 0.656601 -0.750207 0.0778778 0 0 v 3.02657 -4.23561 5.69817 0.519942 -0.854002 0.0184675 0 0 v 3.11176 -4.18321 5.69874 0.599463 -0.800149 0.020126 0 0 v 3.18691 -4.11575 5.69858 0.725335 -0.687063 0.0428062 0 0 v 3.25188 -4.03337 5.69536 0.684616 -0.71332 0.14992 0 0 v 3.32394 -3.96356 5.69796 0.538154 -0.793006 0.285537 0 0 v -5.20709 -3.54917 10.3687 0.834227 -0.537849 0.121589 0 0 v -4.10818 -2.66191 8.36946 0.511372 -0.772324 -0.376848 0 0 v -3.25604 -1.9632 9.21937 0.869577 -0.489521 -0.0648501 0 0 v 3.77075 -3.908 5.71226 0.303205 -0.93235 0.196954 0 0 v 3.86207 -3.8665 5.71475 0.416028 -0.893349 0.169848 0 0 v 3.95232 -3.8202 5.71609 0.461692 -0.867914 0.183211 0 0 v 4.03885 -3.7683 5.7164 0.580958 -0.7951 0.174079 0 0 v 4.11505 -3.70195 5.71581 0.653373 -0.739493 0.16203 0 0 v 4.18912 -3.63347 5.71468 0.702007 -0.695856 0.151561 0 0 v 4.26025 -3.55984 5.71377 0.69763 -0.710567 0.0916923 0 0 v 4.33421 -3.4915 5.71299 0.632124 -0.774238 0.0312009 0 0 v 4.41066 -3.42825 5.71242 0.545489 -0.83811 0.00357953 0 0 v 4.5033 -3.38601 5.71453 0.333033 -0.941214 -0.0566206 0 0 v 4.60667 -3.36156 5.71767 0.275738 -0.961097 -0.0161324 0 0 v 4.71139 -3.33405 5.72081 0.426517 -0.901697 0.0709005 0 0 v 4.79485 -3.27923 5.72132 0.612042 -0.783938 0.104141 0 0 v 4.8705 -3.21244 5.72092 0.688174 -0.714468 0.126305 0 0 v 4.94023 -3.13724 5.71972 0.754684 -0.649926 0.0897071 0 0 v 5.00462 -3.05342 5.71768 0.776174 -0.627289 0.0637328 0 0 v 5.07201 -2.97659 5.71623 0.786665 -0.61673 0.0283406 0 0 v 5.13331 -2.88607 5.71363 0.825213 -0.564822 0.00053463 0 0 v 5.19246 -2.79845 5.71117 0.842886 -0.538002 -0.00984112 0 0 v 5.24974 -2.7049 5.70853 0.830633 -0.556721 -0.0105115 0 0 v 5.31089 -2.61913 5.70631 0.810819 -0.585103 0.01506 0 0 v 5.37338 -2.53414 5.70407 0.827324 -0.55983 0.0460972 0 0 v 5.43032 -2.44051 5.70104 0.846506 -0.526532 0.0786813 0 0 v 5.48658 -2.34656 5.69785 0.858019 -0.494936 0.137264 0 0 v 5.5418 -2.24622 5.69477 0.874081 -0.460936 0.153361 0 0 v 5.59455 -2.15022 5.69091 0.882664 -0.438321 0.169643 0 0 v 5.64447 -2.04546 5.68683 0.886093 -0.432569 0.166503 0 0 v 5.69634 -1.94122 5.68298 0.876563 -0.451715 0.166105 0 0 v 5.74772 -1.84335 5.67878 0.874055 -0.455339 0.169394 0 0 v 5.80081 -1.73955 5.67512 0.887807 -0.422924 0.181475 0 0 v -3.89756 -1.79463 11.1288 0.951871 -0.294418 0.0852105 0 0 v -2.97513 0.256976 12.7654 0.551928 -0.82884 0.0916525 0 0 v -5.22768 -4.04917 9.52926 0.607752 -0.673539 0.420694 0 0 v -0.720854 2.2687 13.9489 0.485255 -0.828878 0.278367 0 0 v 4.38666 -3.39397 6.24844 0.515105 -0.805669 0.292515 0 0 v 5.41926 -2.07875 6.62469 0.81746 -0.46157 0.344548 0 0 v 4.76313 -3.06101 6.37966 0.610708 -0.714215 0.341955 0 0 v -0.926774 2.0316 14.6905 0.774108 -0.556345 -0.302056 0 0 v -0.652834 2.3357 14.8398 0.779104 -0.567921 -0.265448 0 0 v 5.68678 1.72826 5.97546 0.872824 0.373015 0.314704 0 0 v 5.723 1.2277 6.4022 0.904723 0.366528 0.217104 0 0 v 5.20977 -2.30444 6.76348 0.757446 -0.559349 0.336756 0 0 v 3.73495 -3.50687 6.90186 0.463901 -0.737952 0.490125 0 0 v 3.64885 -3.55908 6.90417 0.419438 -0.769203 0.482077 0 0 v -4.66334 4.30718 12.98 0.978432 0.0128608 0.206167 0 0 v -4.93559 5.80428 14.0814 0.793643 -0.336216 0.50704 0 0 v -6.15612 2.15103 12.7253 -0.882249 -0.31304 0.351628 0 0 v -0.576014 2.41019 14.0955 0.501241 -0.830749 0.242101 0 0 v 0.466946 2.65642 13.5182 0.839552 -0.505089 0.200092 0 0 v -6.1514 1.23812 12.2443 -0.893823 -0.0595666 0.444446 0 0 v -4.48214 -2.67276 11.6494 0.655484 -0.740514 0.148254 0 0 v -0.857024 1.23521 12.9244 0.291612 -0.629575 0.720137 0 0 v 5.55663 -2.09782 6.09089 0.870374 -0.468703 0.150889 0 0 v -3.81772 -2.5697 9.65507 0.646688 -0.719839 0.252244 0 0 v -7.79129 -1.68157 8.83677 -0.868316 -0.39255 -0.303203 0 0 v -4.62437 -3.33447 9.23236 0.783469 -0.612716 0.103711 0 0 v -1.98527 1.11218 13.6497 0.805552 -0.488695 -0.335057 0 0 v -3.28213 0.00929642 11.5972 0.677006 -0.655917 -0.333821 0 0 v -3.81888 -2.55946 8.65807 0.679556 -0.654783 -0.330851 0 0 v -3.95652 -2.71337 8.66117 0.705541 -0.623974 -0.335959 0 0 v 5.87344 1.32704 5.7071 0.923405 0.360579 0.131554 0 0 v -2.49407 0.443556 12.1835 0.544803 -0.764657 -0.344223 0 0 v 2.66856 -2.66688 8.73627 0.294155 -0.866755 0.402751 0 0 v 2.56784 -2.69905 8.73666 0.276321 -0.872454 0.403077 0 0 v -4.99542 -4.03305 8.82637 0.820602 -0.563702 -0.0940863 0 0 v -4.64017 -2.79331 11.3622 0.451856 -0.890768 -0.0485739 0 0 v 1.32763 3.17094 7.41577 0.227927 0.947421 0.224594 0 0 v 6.05194 0.230847 6.14416 0.979961 0.0163771 0.198518 0 0 v -5.98051 1.62935 10.3691 -0.360645 0.905398 0.224033 0 0 v -4.30317 -3.09572 9.37607 0.41765 -0.877096 0.237216 0 0 v -7.78362 -1.78151 8.97166 -0.911307 -0.359614 -0.200491 0 0 v -7.71636 -2.0781 9.51777 -0.972936 -0.184691 0.138869 0 0 v -0.994464 2.50514 8.30867 -0.081939 0.801608 0.592208 0 0 v -6.25653 2.74004 12.7968 -0.975619 -0.141551 0.167723 0 0 v -4.60894 -2.66043 10.9283 0.614854 -0.698323 -0.36647 0 0 v -1.2906 1.86093 14.095 0.723394 -0.664033 -0.189105 0 0 v -1.49348 0.926266 12.486 0.429951 -0.722111 -0.54194 0 0 v -4.73841 -2.99555 10.0731 0.544227 -0.71595 0.437302 0 0 v -1.08067 1.90518 14.5411 0.773285 -0.546169 -0.32207 0 0 v -5.21176 -3.37198 11.0799 0.651503 -0.694823 0.304573 0 0 v -1.76809 1.32467 13.2082 0.397173 -0.757037 0.518794 0 0 v -2.57127 0.546186 12.6282 0.0729927 -0.715362 0.694931 0 0 v 0.187196 3.2328 14.8367 0.741789 -0.623086 0.248017 0 0 v -0.408484 2.5078 15.2816 0.807111 -0.588983 0.0408617 0 0 v -3.43472 -0.130944 12.1824 0.39494 -0.875773 0.277569 0 0 v -0.652904 2.1717 13.6545 0.361468 -0.7856 0.502169 0 0 v -7.79956 -2.68049 8.97767 -0.993372 0.0452539 0.105664 0 0 v -0.210014 3.48361 14.9812 -0.667521 0.743393 0.0422154 0 0 v 0.827996 3.22615 7.41777 0.0387587 0.994916 0.0929542 0 0 v -4.76212 -3.49399 9.37586 0.835796 -0.492211 0.243255 0 0 v -4.92948 -3.77965 9.38307 0.802432 -0.532253 0.269834 0 0 v 6.03128 0.430257 6.1432 0.971659 0.128605 0.198342 0 0 v -4.67236 6.60788 13.2862 0.971885 -0.0898824 -0.217624 0 0 v 0.629746 3.42329 14.0914 0.948692 -0.245028 0.199861 0 0 v -4.88149 -2.06738 3.33555 -0.338388 -0.435392 -0.834223 0 0 v -3.42379 -0.0914735 10.992 0.983387 -0.0479169 0.175081 0 0 v 6.02241 -0.568453 6.00303 0.987894 -0.0850073 0.129765 0 0 v 6.06029 0.530627 5.86386 0.984948 0.142871 0.097286 0 0 v -5.06337 -3.76077 9.66356 0.713964 -0.512715 0.476842 0 0 v -3.31715 -2.05248 8.79356 0.841256 -0.470493 0.266317 0 0 v -4.78163 -3.46755 8.66966 0.886573 -0.349787 -0.302717 0 0 v -3.79522 -2.6022 9.51416 0.661643 -0.713472 0.23062 0 0 v 3.69034 -3.44303 7.03407 0.441946 -0.743973 0.501187 0 0 v 2.68017 -4.43643 5.82736 0.291598 -0.897192 0.331689 0 0 v 2.77096 -4.39402 5.83038 0.446448 -0.845659 0.292482 0 0 v 2.85519 -4.34073 5.8315 0.573727 -0.778104 0.255717 0 0 v 2.93371 -4.27809 5.82989 0.514307 -0.845622 0.142868 0 0 v 3.02327 -4.23114 5.83205 0.489698 -0.866671 0.0952763 0 0 v 3.10959 -4.18043 5.83352 0.581182 -0.803833 0.126805 0 0 v 3.18262 -4.11089 5.83198 0.726286 -0.676907 0.119604 0 0 v 3.24473 -4.02504 5.82939 0.784145 -0.601979 0.150789 0 0 v 3.30825 -3.94025 5.82963 0.70484 -0.66562 0.245256 0 0 v -3.07009 0.230706 11.5944 0.645359 -0.599354 -0.473588 0 0 v -4.03055 -2.59972 8.36716 0.557145 -0.806496 -0.197872 0 0 v -4.19634 -2.71031 8.36847 0.354953 -0.798517 -0.486188 0 0 v -4.71774 4.30684 13.1381 0.938708 -0.0669309 0.338152 0 0 v 3.84696 -3.84422 5.84707 0.383798 -0.902134 0.197114 0 0 v 4.0262 -3.75036 5.84953 0.554263 -0.815212 0.167995 0 0 v 4.10579 -3.68948 5.84879 0.640919 -0.753276 0.147641 0 0 v 4.17845 -3.618 5.8483 0.662463 -0.743035 0.0950875 0 0 v 4.25524 -3.55417 5.84726 0.649505 -0.758627 0.0512705 0 0 v 4.32939 -3.48491 5.84694 0.620017 -0.783842 0.0342161 0 0 v 4.41421 -3.43307 5.84787 0.487479 -0.872993 -0.0157562 0 0 v 4.50807 -3.39312 5.84995 0.382475 -0.923046 0.0412138 0 0 v 4.6034 -3.35972 5.85188 0.388872 -0.909222 0.14864 0 0 v 4.69822 -3.31632 5.85377 0.442561 -0.875399 0.194464 0 0 v 4.78315 -3.26261 5.85344 0.593992 -0.779667 0.198224 0 0 v 4.858 -3.1946 5.854 0.669281 -0.717883 0.19159 0 0 v 4.92966 -3.12393 5.85228 0.735997 -0.655697 0.168435 0 0 v 4.99631 -3.04274 5.85103 0.739611 -0.658559 0.138833 0 0 v 5.06701 -2.96822 5.84988 0.754845 -0.642581 0.131527 0 0 v 5.12953 -2.88306 5.84784 0.812308 -0.57301 0.108698 0 0 v 5.18931 -2.79615 5.84537 0.822563 -0.563078 0.0795798 0 0 v 5.2478 -2.70355 5.84259 0.83228 -0.551743 0.0537625 0 0 v 5.30924 -2.61789 5.84035 0.824019 -0.564245 0.0511959 0 0 v 5.36849 -2.52567 5.83783 0.838483 -0.540444 0.0697585 0 0 v 5.4233 -2.43628 5.8346 0.861569 -0.501198 0.0806236 0 0 v 5.47805 -2.33584 5.83114 0.880398 -0.46235 0.105509 0 0 v 5.52755 -2.23272 5.82755 0.892008 -0.4267 0.149161 0 0 v 5.57785 -2.12881 5.8234 0.881912 -0.448743 0.144433 0 0 v 5.63255 -2.02575 5.82028 0.880171 -0.460701 0.114254 0 0 v 5.73631 -1.83062 5.8122 0.892182 -0.438408 0.108673 0 0 v 4.94569 -1.91665 7.82606 0.718462 -0.52913 0.451479 0 0 v -6.08672 1.73697 11.8256 -0.950198 0.265682 0.1629 0 0 v -1.5279 0.802516 12.7766 0.31017 -0.795262 0.520916 0 0 v 3.25139 -3.85982 6.22739 0.531171 -0.826787 0.185151 0 0 v 3.17274 -3.92111 6.22607 0.587556 -0.733953 0.340721 0 0 v 3.1016 -3.99476 6.22614 0.612291 -0.633003 0.473717 0 0 v 3.02476 -4.05904 6.22548 0.494019 -0.705775 0.507766 0 0 v 4.46973 -3.33857 6.24926 0.55462 -0.787653 0.268328 0 0 v 0.312576 3.05677 14.2479 0.617652 -0.667168 0.416405 0 0 v -1.9285 0.856806 12.1884 0.54497 -0.641238 -0.540205 0 0 v 4.8391 -2.99551 6.3793 0.635192 -0.682078 0.362354 0 0 v -3.08179 0.0623264 12.1848 0.557816 -0.817792 0.141626 0 0 v 5.01004 -1.83757 7.82196 0.727883 -0.511202 0.457011 0 0 v -0.376794 2.64256 14.9869 0.782308 -0.610598 -0.123146 0 0 v -3.24926 -1.80504 9.64326 0.888761 -0.40445 0.215696 0 0 v 5.27348 -2.21958 6.76206 0.774165 -0.527267 0.350225 0 0 v 4.56317 -2.95032 6.90386 0.640454 -0.592619 0.488489 0 0 v -7.09025 0.619697 8.12486 -0.682993 0.565007 -0.462912 0 0 v -5.73128 -4.02721 10.3709 0.434571 -0.839907 0.325122 0 0 v -5.07732 -3.21447 11.077 0.793878 -0.571501 0.207712 0 0 v -0.490894 2.46308 14.0966 0.498584 -0.827103 0.259449 0 0 v -7.17121 0.0111366 7.86897 -0.74187 0.173645 -0.647671 0 0 v -7.86434 -0.582573 8.69927 -0.956643 0.132063 -0.259602 0 0 v 5.03253 -2.92328 6.11391 0.739246 -0.624123 0.252954 0 0 v -5.31006 -3.93047 9.80707 0.628814 -0.656813 0.416161 0 0 v -1.18477 1.88612 13.6514 0.503178 -0.801483 0.323166 0 0 v -3.66915 -2.43055 9.65586 0.683771 -0.683444 0.25566 0 0 v -4.95724 -3.73774 9.52376 0.768832 -0.504973 0.3923 0 0 v -4.46778 -3.20911 9.23226 0.516163 -0.849597 0.108443 0 0 v -5.22139 -4.23288 9.10876 0.588433 -0.79485 0.14819 0 0 v -3.27859 -2.10972 8.65836 0.499526 -0.67501 0.542987 0 0 v -0.180064 2.88049 15.4279 0.829097 -0.536297 0.158062 0 0 v -3.89154 -2.62923 8.65727 0.689321 -0.64553 -0.328828 0 0 v -1.44051 1.72659 13.9469 0.729457 -0.657733 -0.18783 0 0 v 4.36018 -3.1812 6.77579 0.385607 -0.83851 0.384977 0 0 v 4.67978 -2.06236 8.09496 0.727874 -0.500254 0.468982 0 0 v -4.13229 -2.1227 11.9296 0.877754 -0.476508 0.0498743 0 0 v -4.07966 -2.02374 11.9279 0.875327 -0.48098 0.049605 0 0 v -0.978634 2.11369 13.947 0.545041 -0.819628 0.176464 0 0 v -5.23928 -3.85536 9.80746 0.679552 -0.588321 0.438279 0 0 v 3.95612 -2.59829 8.09277 0.307964 -0.772067 0.555942 0 0 v -5.4376 -4.27386 9.38966 0.428956 -0.831261 0.353557 0 0 v -5.57778 1.85285 9.64637 -0.0998077 0.99497 0.0085011 0 0 v -5.47786 1.86171 9.64717 -0.02257 0.999673 0.0119765 0 0 v -0.198234 2.56802 13.9499 0.441509 -0.792441 0.42084 0 0 v -4.14327 -2.80064 9.79986 0.576077 -0.724759 0.377968 0 0 v -7.07459 1.21799 9.07607 -0.620446 0.783334 -0.0378856 0 0 v 0.987946 4.33074 6.24185 0.0972595 0.778612 0.619923 0 0 v -7.79214 -2.58026 8.97707 -0.995374 0.0857843 0.0432604 0 0 v -4.53824 -2.58506 10.9269 0.735616 -0.546864 -0.399761 0 0 v -3.14348 0.663926 11.3278 0.51021 0.0114997 -0.859973 0 0 v -1.40549 0.974926 12.4889 0.444042 -0.669036 -0.596002 0 0 v -4.02759 -2.0937 11.3561 0.801971 -0.584369 0.123916 0 0 v 0.0207962 2.9512 14.5436 0.621467 -0.732206 0.278663 0 0 v -0.564404 2.38244 14.9883 0.795456 -0.544318 -0.266398 0 0 v -2.5743 0.553736 13.2093 0.615457 -0.784323 -0.0777769 0 0 v -2.39677 0.482056 12.6173 0.0068587 -0.726077 0.687579 0 0 v 0.0253361 2.77097 14.0978 0.465803 -0.791356 0.395958 0 0 v 5.80008 -1.46851 6.41198 0.90367 -0.316517 0.28844 0 0 v -5.36963 -3.49797 11.0819 0.512578 -0.761362 0.396979 0 0 v -4.4495 -2.53848 11.0714 0.874732 -0.418824 -0.243785 0 0 v 5.3395 2.42482 5.24336 0.805092 0.592645 -0.0244823 0 0 v -4.73225 3.7066 12.0384 0.931216 0.108435 -0.347965 0 0 v -3.21152 -1.50262 9.92076 0.848826 -0.370532 0.377095 0 0 v -7.45476 -0.486023 8.01647 -0.612656 0.0260077 -0.789922 0 0 v -4.99029 -3.86195 9.38717 0.770335 -0.560322 0.304339 0 0 v -4.87053 -3.69048 9.38057 0.836187 -0.488409 0.249496 0 0 v 4.61745 -2.14834 8.09656 0.700445 -0.544346 0.461589 0 0 v -7.43591 -0.293383 6.65656 -0.983215 0.123856 0.133972 0 0 v 4.99049 -2.68696 6.64099 0.699323 -0.601467 0.386244 0 0 v 5.97104 -1.06819 5.99948 0.979244 -0.138606 0.147882 0 0 v 5.73214 1.7261 5.41569 0.918591 0.389809 -0.0651128 0 0 v 5.96331 1.12775 5.71452 0.938049 0.336195 0.0838926 0 0 v -5.46054 -3.8756 8.10776 0.372873 -0.419307 -0.827736 0 0 v 5.1656 -2.75987 6.11214 0.769402 -0.601324 0.215479 0 0 v -5.5111 -4.16779 9.66907 0.417454 -0.795657 0.438932 0 0 v -3.36882 -2.15277 8.79677 0.777048 -0.620695 0.104566 0 0 v -3.25285 -1.96907 8.79507 0.606905 -0.649603 0.457911 0 0 v -1.06719 2.06455 14.0957 0.628681 -0.777364 0.0215592 0 0 v 2.82832 -2.55031 8.87776 0.212164 -0.838881 0.501263 0 0 v 2.72494 -2.57538 8.87436 0.235564 -0.837199 0.493567 0 0 v 2.82756 -4.3011 5.9629 0.428621 -0.812395 0.395346 0 0 v 2.91592 -4.25277 5.96316 0.445185 -0.840092 0.309928 0 0 v 3.00868 -4.21115 5.96363 0.455485 -0.855147 0.247502 0 0 v 3.09394 -4.15892 5.96571 0.590412 -0.756201 0.282089 0 0 v 3.16634 -4.08898 5.96361 0.737798 -0.611497 0.285876 0 0 v 3.22614 -3.9982 5.96183 0.792339 -0.539349 0.285134 0 0 v 3.28594 -3.90798 5.96032 0.702227 -0.659657 0.267825 0 0 v 3.36235 -3.844 5.96051 0.373916 -0.890458 0.259365 0 0 v -7.42474 -2.36991 10.8918 -0.981622 -0.0738041 0.175985 0 0 v -3.94884 -2.54252 8.36736 0.581836 -0.80692 -0.101718 0 0 v 0.451706 2.85418 13.8078 0.635047 -0.607664 0.476927 0 0 v 3.83251 -3.82422 5.97973 0.371695 -0.902959 0.215657 0 0 v 3.92311 -3.77901 5.98142 0.45329 -0.866452 0.209259 0 0 v 4.01113 -3.72966 5.98192 0.539799 -0.819994 0.190335 0 0 v 4.09285 -3.67162 5.9818 0.601018 -0.78653 0.141939 0 0 v 4.17398 -3.61312 5.98178 0.611702 -0.782318 0.117468 0 0 v 4.24932 -3.54633 5.98127 0.617536 -0.782185 0.0826766 0 0 v 4.32916 -3.48572 5.98173 0.575722 -0.817139 0.0287731 0 0 v 4.41504 -3.43392 5.98276 0.502051 -0.862924 0.0575038 0 0 v 4.5007 -3.38324 5.98355 0.503269 -0.856709 0.113003 0 0 v 4.5888 -3.33432 5.98456 0.47642 -0.854352 0.20762 0 0 v 4.67713 -3.28588 5.98547 0.475049 -0.83853 0.266826 0 0 v 4.76068 -3.2311 5.98644 0.560457 -0.780208 0.277782 0 0 v 4.841 -3.17146 5.98565 0.633895 -0.723095 0.274428 0 0 v 4.9121 -3.09767 5.98495 0.699347 -0.670811 0.246835 0 0 v 4.98278 -3.02348 5.98408 0.704815 -0.679888 0.202456 0 0 v 5.05277 -2.94858 5.98266 0.759546 -0.618776 0.200514 0 0 v 5.11536 -2.86331 5.98062 0.782489 -0.596404 0.178922 0 0 v 5.18007 -2.78459 5.97814 0.803834 -0.579253 0.13534 0 0 v 5.2418 -2.69418 5.97625 0.812258 -0.570681 0.120665 0 0 v 5.3016 -2.60745 5.97352 0.831515 -0.540454 0.128424 0 0 v 5.36065 -2.51524 5.97114 0.841987 -0.524569 0.126036 0 0 v 5.4162 -2.42063 5.96809 0.868559 -0.480421 0.121657 0 0 v 5.46604 -2.32299 5.96398 0.897658 -0.418578 0.137853 0 0 v 5.51586 -2.20762 5.96065 0.88907 -0.437412 0.135001 0 0 v 5.56883 -2.11725 5.95688 0.869037 -0.48043 0.11816 0 0 v 5.67826 -1.91831 5.95011 0.880268 -0.461388 0.110675 0 0 v -3.49973 -0.209594 12.0384 0.499875 -0.831053 0.243876 0 0 v 3.46999 -3.65081 6.90106 0.334095 -0.84489 0.417782 0 0 v -3.34959 -2.01235 9.64876 0.846029 -0.479641 0.232766 0 0 v -4.89603 -2.94947 11.2166 0.706878 -0.700191 0.100278 0 0 v -4.80077 3.10237 11.7294 0.898614 0.098282 -0.42759 0 0 v -4.11998 -2.12844 10.9233 0.713293 -0.69116 0.116235 0 0 v -0.231014 2.61515 14.096 0.488064 -0.806721 0.333158 0 0 v 5.85673 -0.567803 6.69583 0.940083 -0.088765 0.329187 0 0 v 5.94012 1.12816 5.8534 0.89343 0.40684 0.190431 0 0 v -3.67649 -2.41257 8.65627 0.653354 -0.711523 -0.258581 0 0 v -3.5807 -0.266663 12.0393 0.584794 -0.732743 0.347999 0 0 v -4.08056 -2.01737 11.6402 0.876095 -0.445396 0.184607 0 0 v 5.33243 -2.12626 6.76061 0.800776 -0.488784 0.346191 0 0 v 4.48932 -3.01819 6.90587 0.569064 -0.640818 0.515284 0 0 v 4.98995 -2.33641 7.16436 0.714975 -0.558298 0.420849 0 0 v -3.81246 -1.3898 11.2914 0.949847 -0.249216 0.188897 0 0 v -3.60527 -2.33933 8.65417 0.597983 -0.792587 -0.119258 0 0 v -0.402404 2.51078 14.0964 0.479312 -0.824332 0.301223 0 0 v -5.23827 -4.20944 9.24916 0.587617 -0.741445 0.323984 0 0 v 5.52427 2.02992 5.823 0.763905 0.592328 0.256119 0 0 v -3.91896 -2.77281 9.37527 0.708964 -0.657467 0.255161 0 0 v -3.08964 -1.67665 9.07526 0.70642 -0.610974 0.357325 0 0 v -0.286904 2.51997 13.9508 0.458115 -0.799223 0.389068 0 0 v -3.52884 -2.28376 9.65347 0.753746 -0.594012 0.2811 0 0 v -5.01875 -3.82511 9.52507 0.717205 -0.561976 0.412068 0 0 v -4.28727 -3.11831 9.23487 0.455769 -0.88693 0.0750328 0 0 v -5.29799 -4.29689 9.10846 0.565916 -0.810637 0.150355 0 0 v -7.24012 0.503657 6.37304 -0.974401 0.117826 -0.19147 0 0 v -4.41853 -3.10012 8.80537 0.471845 -0.811983 -0.343578 0 0 v -3.75015 -2.48245 8.65666 0.660921 -0.686536 -0.30307 0 0 v -4.24482 -2.3159 11.9307 0.809041 -0.549023 0.209825 0 0 v -6.24932 3.34121 13.2175 -0.910946 -0.222849 0.347154 0 0 v -4.04144 -2.0683 11.0674 0.779698 -0.602975 -0.168792 0 0 v 4.52916 -3.24913 6.38055 0.557123 -0.76619 0.32026 0 0 v -5.09866 -3.18362 11.2198 0.743296 -0.624401 0.240073 0 0 v -5.46111 -4.06358 9.80746 0.549894 -0.731485 0.403171 0 0 v 3.85965 -2.63353 8.09046 0.295143 -0.77816 0.554398 0 0 v 3.76513 -2.67447 8.09136 0.366806 -0.756835 0.540975 0 0 v -3.92616 -1.88103 11.0644 0.896463 -0.4393 0.0580445 0 0 v -0.548954 2.37168 13.9495 0.455289 -0.819272 0.348576 0 0 v 5.34565 1.8283 6.51892 0.816798 0.566901 0.107066 0 0 v -7.74931 -0.275964 9.78276 -0.956915 0.204094 0.206542 0 0 v -1.44235 1.54865 14.2457 0.778418 -0.532554 -0.332342 0 0 v -1.96888 3.28269 6.40293 -0.123756 0.966422 0.225195 0 0 v -4.48181 -2.48915 10.925 0.794226 -0.517767 -0.317998 0 0 v -3.16757 0.534956 11.3126 0.471606 -0.240521 -0.848374 0 0 v -0.824114 1.52078 12.5123 0.459889 -0.149434 -0.875312 0 0 v -0.758024 1.59946 12.5334 0.427547 -0.0734258 -0.901006 0 0 v 0.365686 2.44872 13.2378 0.90556 -0.310986 -0.288529 0 0 v 0.0972461 3.01394 14.5408 0.644058 -0.700323 0.307794 0 0 v 3.95426 -3.64869 6.37997 0.475278 -0.828915 0.294975 0 0 v -4.64432 4.30704 12.8236 0.993663 0.110258 0.0218359 0 0 v -1.4404 0.848436 12.6356 0.438573 -0.846455 -0.30194 0 0 v -1.52996 0.801866 12.6347 0.441649 -0.862059 -0.248599 0 0 v 5.36344 -2.17402 6.6275 0.797691 -0.490442 0.350935 0 0 v -4.66122 4.50705 12.8227 0.990923 0.114933 -0.0697258 0 0 v -4.40537 -2.4149 11.0641 0.844073 -0.507842 -0.172156 0 0 v -4.3434 -2.33632 11.0673 0.693358 -0.715846 -0.0825742 0 0 v -3.2599 -1.6108 9.92316 0.841863 -0.342782 0.416853 0 0 v -5.03009 -3.45083 9.94156 0.793073 -0.47471 0.381687 0 0 v -4.66318 -2.57608 10.6361 0.639388 -0.755971 0.140319 0 0 v -4.62904 1.51832 10.9644 0.64864 0.73159 0.209863 0 0 v -1.33329 4.00601 5.85931 -0.718181 0.36326 0.593513 0 0 v -6.06993 1.9646 7.17126 -0.531338 0.782923 0.323591 0 0 v -7.07936 -1.18869 7.86177 -0.774245 -0.285174 -0.564995 0 0 v 4.03818 -3.59437 6.38117 0.535011 -0.779412 0.326006 0 0 v 4.1177 -3.53342 6.37957 0.589687 -0.728883 0.347848 0 0 v -1.85677 1.27669 13.2088 0.438063 -0.77349 0.458056 0 0 v -5.06843 2.74021 6.20895 -0.454078 0.885577 0.0978089 0 0 v 2.58074 -2.54322 9.00756 0.311703 -0.765868 0.562394 0 0 v -5.27019 -3.62807 8.09717 0.479445 -0.350872 -0.804376 0 0 v 2.67628 -2.50468 9.00776 0.267803 -0.784394 0.559471 0 0 v 2.48482 -2.58161 9.00756 0.223599 -0.804848 0.549748 0 0 v -4.65114 -2.77685 11.2179 0.475272 -0.868326 -0.141863 0 0 v -2.469 3.2063 6.39634 -0.0576592 0.963258 0.262317 0 0 v -5.66559 2.49231 6.33392 -0.403157 0.909057 0.105259 0 0 v -5.46956 2.56428 6.3407 -0.182495 0.978126 0.0998291 0 0 v -6.09525 2.03599 11.8238 -0.949589 -0.01384 0.313193 0 0 v 0.607006 3.42299 13.79 0.807599 0.372896 -0.456871 0 0 v -4.63487 4.2068 12.8231 0.995354 0.0163927 0.0948719 0 0 v -5.86574 2.40342 6.32741 -0.444226 0.886523 0.129382 0 0 v -6.07375 1.7794 7.59927 -0.572961 0.745222 0.341114 0 0 v -4.97497 2.36746 7.63617 -0.475288 0.838865 0.265342 0 0 v -6.17166 1.45287 8.31056 -0.346895 0.851193 -0.39387 0 0 v -2.86816 3.16426 6.39076 -0.202685 0.966665 0.15645 0 0 v -4.7941 2.9038 12.8282 0.822697 -0.296986 0.484735 0 0 v -0.0320238 2.12815 12.8954 0.478913 0.130884 -0.86805 0 0 v -6.8269 0.727446 11.0045 -0.700309 0.592924 0.397503 0 0 v -4.75209 4.20776 12.1924 0.917916 0.200365 -0.342468 0 0 v 3.62111 1.11634 0.405735 0.520721 0.690097 -0.50261 0 0 v 3.62084 1.21602 0.405835 0.887063 0.201796 -0.415208 0 0 v 3.57 1.31613 0.400385 0.84004 0.284983 -0.461646 0 0 v 3.53165 1.41568 0.396145 0.696509 0.353179 -0.624612 0 0 v 3.48059 1.51556 0.390605 0.755225 0.334159 -0.563891 0 0 v 3.42952 1.61568 0.385255 0.798566 0.170541 -0.577241 0 0 v 3.42916 1.71553 0.385215 0.843288 0.123249 -0.52314 0 0 v 3.40341 1.8152 0.381965 0.827322 0.174873 -0.533814 0 0 v 3.37789 1.9153 0.379535 0.839487 0.158049 -0.519886 0 0 v 3.35213 2.01501 0.376406 0.830251 0.147164 -0.537612 0 0 v 3.33913 2.11538 0.375135 0.833821 0.101208 -0.542678 0 0 v 3.32578 2.31529 0.373525 0.815125 0.224929 -0.533834 0 0 v 3.16659 2.61169 0.364695 0.636588 0.263767 -0.724695 0 0 v -5.36787 2.57441 6.34141 -0.224978 0.970579 0.0858027 0 0 v 3.52298 -3.07414 0.553815 0.632293 -0.416596 -0.653187 0 0 v 3.58588 -2.97675 0.560435 0.665305 -0.357526 -0.655396 0 0 v 3.6461 -2.87733 0.569185 0.65419 -0.28814 -0.699293 0 0 v 3.68421 -2.77823 0.572925 0.660757 -0.231725 -0.713936 0 0 v 3.72209 -2.67917 0.577305 0.635131 -0.202919 -0.745273 0 0 v 3.76036 -2.58014 0.582935 0.634871 -0.180969 -0.751125 0 0 v 3.77623 -2.48105 0.580755 0.630691 -0.159952 -0.759371 0 0 v -5.76705 2.44462 6.33088 -0.404422 0.908034 0.109164 0 0 v -2.96784 3.15101 6.24498 -0.160174 0.986941 0.0170966 0 0 v -7.35547 -0.989183 6.92566 -0.941096 -0.222087 0.254979 0 0 v -4.78004 4.30816 12.191 0.888588 0.223606 -0.400514 0 0 v -5.73527 3.8198 11.6093 -0.467159 0.0905013 -0.87953 0 0 v 6.01848 -1.16763 5.57962 0.982145 -0.143846 0.121238 0 0 v -4.84408 3.90587 13.2968 0.831809 -0.148573 0.534808 0 0 v -4.6594 3.20666 12.6674 0.976776 -0.0884652 0.195147 0 0 v -4.60225 6.91126 14.0781 0.984495 -0.135841 0.110983 0 0 v -4.67253 4.20683 12.9818 0.959209 -0.0169839 0.282187 0 0 v -5.23227 -1.19246 3.04612 -0.360661 -0.362512 -0.859365 0 0 v -5.96742 2.34303 6.32346 -0.48323 0.863739 0.142981 0 0 v 1.02776 3.20167 7.56116 0.123496 0.992239 0.0144927 0 0 v 0.827236 3.22405 7.56116 -0.00304695 0.998007 0.0630278 0 0 v -1.09874 2.76683 13.6472 -0.22628 0.904202 -0.362238 0 0 v -4.56486 2.82195 6.36004 -0.364671 0.923861 0.116175 0 0 v -1.56975 3.32216 6.40791 -0.165307 0.953323 0.252684 0 0 v 5.66695 0.222977 0.764735 0.454746 0.117379 -0.882852 0 0 v 5.6515 0.322307 0.767705 0.46624 0.127258 -0.875458 0 0 v 5.62416 0.421457 0.768955 0.458853 0.163455 -0.873347 0 0 v 5.61611 0.516427 0.783535 0.455472 0.223908 -0.861633 0 0 v 5.49724 0.620227 0.754795 0.41884 0.30275 -0.856104 0 0 v 5.32606 0.812917 0.751345 0.389026 0.392791 -0.833291 0 0 v 0.582216 3.42253 14.2432 0.881561 -0.354773 0.311427 0 0 v 3.64609 1.21641 0.552325 0.676098 0.323796 -0.661852 0 0 v 3.70362 1.31201 0.566105 0.471937 0.341501 -0.812806 0 0 v 3.61505 1.41276 0.555715 0.680431 0.421032 -0.599788 0 0 v 3.55676 1.51628 0.543215 0.766483 0.324742 -0.554117 0 0 v 3.51847 1.61617 0.539205 0.78072 0.271212 -0.562956 0 0 v 3.49249 1.71607 0.536115 0.831308 0.152995 -0.534341 0 0 v 3.46683 1.81596 0.533315 0.83979 0.189078 -0.508923 0 0 v 3.45187 1.9152 0.533485 0.862917 0.109579 -0.493322 0 0 v 3.4512 2.01543 0.533615 0.854581 0.11812 -0.505706 0 0 v 3.4284 2.11582 0.528775 0.846006 0.155621 -0.509957 0 0 v 3.40526 2.21628 0.524036 0.866969 0.128191 -0.481594 0 0 v 3.39036 2.31585 0.523835 0.866407 0.167001 -0.470584 0 0 v 3.36611 2.4162 0.520155 0.812873 0.258061 -0.522151 0 0 v 3.33891 2.51575 0.518585 0.779586 0.258393 -0.570507 0 0 v 3.29039 2.61666 0.510665 0.73127 0.297053 -0.614007 0 0 v 3.23934 2.717 0.505315 0.686564 0.422794 -0.591502 0 0 v 3.17133 2.81425 0.502195 0.661253 0.485523 -0.57185 0 0 v 3.09305 2.91198 0.495465 0.611349 0.52128 -0.595415 0 0 v 3.00531 3.00529 0.486245 0.538586 0.672605 -0.507473 0 0 v 2.4622 2.01296 9.13336 0.125005 0.502944 0.855231 0 0 v 3.8247 3.0654 6.56158 0.404121 0.900142 0.162574 0 0 v -3.42795 0.406656 10.6827 0.961715 0.194473 0.193093 0 0 v -4.64371 4.10699 12.8241 0.993135 -0.0524783 0.104538 0 0 v 3.59031 -3.17492 0.700835 0.57971 -0.616737 -0.532515 0 0 v 3.66395 -3.07616 0.709815 0.730756 -0.414724 -0.542217 0 0 v 3.7097 -2.98291 0.708195 0.724359 -0.420093 -0.54665 0 0 v 3.7744 -2.88379 0.713745 0.713579 -0.369595 -0.595151 0 0 v 3.82182 -2.7821 0.721025 0.71602 -0.290357 -0.63483 0 0 v 3.8608 -2.68269 0.723715 0.718199 -0.260235 -0.645344 0 0 v 3.90894 -2.58157 0.730925 0.734264 -0.220998 -0.641885 0 0 v 3.93651 -2.48222 0.731565 0.71879 -0.233191 -0.654952 0 0 v 3.96555 -2.38374 0.730185 0.697494 -0.270073 -0.663749 0 0 v -4.56749 2.86728 6.07517 -0.306821 0.94929 0.0686187 0 0 v -3.25059 -0.292163 10.3812 0.927789 0.0255555 0.37223 0 0 v -2.46684 3.27448 6.11132 -0.128159 0.983894 0.124615 0 0 v -7.35947 -0.390693 7.05906 -0.974583 0.0641061 0.214659 0 0 v 0.588036 3.8257 14.5494 0.852816 0.519589 0.0522702 0 0 v 0.499086 3.62314 14.6969 0.866477 -0.374535 0.330062 0 0 v 5.65661 0.331337 7.24956 0.912729 0.0288246 0.407548 0 0 v -4.70982 2.9056 12.0425 0.975627 0.00536223 -0.21937 0 0 v -7.09994 0.707057 6.90546 -0.943877 0.259002 0.204972 0 0 v -2.0686 3.26771 6.40107 -0.150612 0.962922 0.223825 0 0 v -4.79765 6.30639 14.235 0.831677 -0.390827 0.39442 0 0 v -7.7219 -2.18157 8.70327 -0.95865 0.218634 -0.182182 0 0 v -6.37329 1.57345 9.33907 -0.522911 0.850747 -0.0528418 0 0 v -5.37851 1.85943 9.64737 0.0365099 0.999013 -0.0253105 0 0 v -5.27451 1.84386 8.91556 -0.00757761 0.998586 -0.0526161 0 0 v -1.86793 3.29096 6.40286 -0.090175 0.970731 0.222599 0 0 v 6.08081 0.0238769 0.959585 0.485903 0.0662897 -0.871495 0 0 v 6.05431 0.123337 0.958705 0.480896 0.140888 -0.865384 0 0 v 5.96644 0.322947 0.945645 0.481189 0.172264 -0.859525 0 0 v 5.916 0.422597 0.939355 0.496139 0.194363 -0.846209 0 0 v 5.87636 0.521167 0.937665 0.502242 0.218115 -0.836767 0 0 v 5.82332 0.618647 0.935515 0.483225 0.309792 -0.818855 0 0 v 5.72397 0.720077 0.920055 0.465579 0.448595 -0.762888 0 0 v 5.61972 0.816887 0.913135 0.479948 0.450985 -0.752504 0 0 v 5.53662 0.909977 0.914965 0.514367 0.46028 -0.723581 0 0 v 5.42422 1.00928 0.901755 0.42253 0.485525 -0.765333 0 0 v -3.282 0.00721649 10.3793 0.922673 0.15149 0.354578 0 0 v 3.8492 1.41821 0.717115 0.44221 0.537234 -0.718213 0 0 v 3.71987 1.51558 0.706425 0.597495 0.425759 -0.679507 0 0 v 3.67149 1.61726 0.698415 0.698127 0.305823 -0.647372 0 0 v 3.62196 1.71742 0.691865 0.754898 0.218273 -0.618454 0 0 v 3.60603 1.81647 0.692835 0.771514 0.210818 -0.600268 0 0 v 3.56227 1.9177 0.682285 0.790605 0.209091 -0.575521 0 0 v 3.53851 2.01775 0.678585 0.837975 0.160181 -0.52167 0 0 v 3.49796 2.21706 0.675795 0.856655 0.149771 -0.493671 0 0 v 3.48439 2.31715 0.674545 0.857561 0.14146 -0.494549 0 0 v 3.45974 2.41757 0.671055 0.834122 0.214684 -0.508087 0 0 v 3.42341 2.51854 0.665645 0.823307 0.247056 -0.511007 0 0 v 3.39291 2.61749 0.665865 0.799467 0.290333 -0.52589 0 0 v 3.3457 2.7203 0.657375 0.750096 0.390212 -0.533939 0 0 v 3.27862 2.81896 0.653375 0.690158 0.498298 -0.524767 0 0 v 3.18004 2.92335 0.640055 0.639263 0.582862 -0.501613 0 0 v 3.06428 3.02372 0.629775 0.571539 0.705298 -0.419401 0 0 v 0.460256 4.14118 6.44439 0.0561566 0.556745 0.828783 0 0 v -7.56795 -2.73368 8.24027 -0.747827 0.00450679 -0.663879 0 0 v -3.5381 0.706966 10.6803 0.884942 0.442944 0.143799 0 0 v -4.71471 4.70774 12.6633 0.974104 0.116835 -0.193575 0 0 v -1.37228 3.22099 7.26477 -0.186727 0.931121 0.313285 0 0 v -7.87392 -1.0821 8.69946 -0.960213 -0.0551658 -0.273764 0 0 v 3.73641 -3.08324 0.854555 0.757611 -0.534797 -0.374189 0 0 v 3.89812 -2.88115 0.872775 0.739765 -0.43648 -0.512087 0 0 v 3.95971 -2.78046 0.880125 0.777957 -0.340024 -0.528363 0 0 v 3.98818 -2.68238 0.880305 0.800522 -0.25768 -0.541078 0 0 v 4.01512 -2.58294 0.881475 0.785371 -0.273908 -0.555127 0 0 v 4.0651 -2.48264 0.886445 0.739096 -0.326297 -0.589294 0 0 v 4.10765 -2.38494 0.886375 0.704648 -0.350469 -0.616962 0 0 v -7.37219 -0.0883634 8.01486 -0.650896 0.181358 -0.737186 0 0 v -7.3316 0.0131966 8.00817 -0.654052 0.243846 -0.716069 0 0 v -7.94262 -1.28017 9.10737 -0.996906 -0.0680519 -0.0393388 0 0 v -5.75024 2.25004 11.2172 -0.619452 0.286816 -0.730764 0 0 v -4.7978 6.62313 14.5473 0.811825 -0.365662 0.455226 0 0 v -4.70102 2.50569 12.0445 0.992752 -0.0496604 -0.109437 0 0 v 5.32157 2.42073 5.52111 0.761226 0.626061 0.169063 0 0 v 0.536066 3.72518 14.7016 0.878707 -0.241318 0.411873 0 0 v -4.63505 6.7069 14.0763 0.984487 -0.152943 0.0859845 0 0 v -4.69946 3.00568 12.0435 0.971462 -0.00186121 -0.237186 0 0 v 0.627996 3.22257 7.41616 0.0127742 0.987052 0.159894 0 0 v -4.87447 1.84153 8.76976 -0.128024 0.971027 0.201784 0 0 v -2.56779 3.23941 6.25284 -0.0897814 0.978143 0.187551 0 0 v 6.34828 -0.574033 1.12651 0.542833 -0.0585017 -0.837801 0 0 v 6.3754 -0.374433 1.12328 0.541594 -0.0763463 -0.837166 0 0 v 6.38607 -0.274363 1.12593 0.545145 -0.0146658 -0.838213 0 0 v 6.40448 -0.174483 1.13631 0.569432 0.044785 -0.820818 0 0 v 6.36774 0.0245869 1.13227 0.56859 0.0940899 -0.817223 0 0 v 6.36338 0.123447 1.13762 0.55891 0.127116 -0.819428 0 0 v 6.32676 0.222407 1.1351 0.540735 0.159124 -0.826006 0 0 v 6.26993 0.323937 1.1186 0.530174 0.205489 -0.822612 0 0 v 6.2376 0.420017 1.12722 0.512252 0.226034 -0.828557 0 0 v 6.16416 0.520317 1.1145 0.50536 0.256304 -0.823966 0 0 v 6.10161 0.619367 1.10643 0.503721 0.311534 -0.805737 0 0 v 6.02303 0.715607 1.10285 0.460503 0.454184 -0.762663 0 0 v 5.85502 0.810987 1.08883 0.439516 0.56491 -0.698357 0 0 v 5.68872 0.922987 1.05146 0.538344 0.502864 -0.67625 0 0 v 5.51628 1.11418 1.04416 0.488786 0.546453 -0.680057 0 0 v 4.40851 2.60153 6.88567 0.521082 0.829705 0.200161 0 0 v -7.2468 0.817647 9.76816 -0.828758 0.508922 0.232718 0 0 v 3.96656 1.50514 0.885875 0.487958 0.65424 -0.577812 0 0 v 3.8293 1.61214 0.866645 0.646932 0.495031 -0.58002 0 0 v 3.74783 1.71854 0.849355 0.758023 0.365669 -0.540082 0 0 v 3.71204 1.81846 0.844185 0.824154 0.27472 -0.495276 0 0 v 3.67281 1.9179 0.841105 0.830442 0.289822 -0.475784 0 0 v 3.63709 2.01793 0.835686 0.843646 0.239609 -0.480468 0 0 v 3.60044 2.11809 0.830485 0.848765 0.177196 -0.498197 0 0 v 3.56232 2.31805 0.826036 0.858841 0.128636 -0.495828 0 0 v 3.54818 2.41782 0.825365 0.849468 0.168273 -0.500089 0 0 v 3.52319 2.51854 0.821915 0.8275 0.217005 -0.517835 0 0 v 3.49558 2.61827 0.820305 0.806443 0.242309 -0.539385 0 0 v 3.45845 2.71956 0.815045 0.767115 0.327162 -0.551815 0 0 v 3.39538 2.8207 0.807455 0.705085 0.433661 -0.561065 0 0 v 3.32637 2.91778 0.804845 0.642242 0.525644 -0.557874 0 0 v 3.22431 3.01784 0.794265 0.561393 0.639704 -0.524992 0 0 v 3.12079 3.09504 0.798065 0.438832 0.764815 -0.471683 0 0 v 2.35638 2.01437 9.13756 0.0422672 0.516972 0.854958 0 0 v -7.40064 -1.19319 6.25374 -0.967618 -0.240704 0.0760086 0 0 v 0.450386 2.61215 13.3416 0.921201 -0.201382 -0.332917 0 0 v -7.67547 0.118217 8.82547 -0.895514 0.444827 -0.0135481 0 0 v -7.57208 0.317277 8.82217 -0.885212 0.463355 0.0412501 0 0 v -3.28156 -0.790894 10.3784 0.857283 -0.152117 0.49186 0 0 v -4.78627 5.70823 13.7614 0.878961 -0.246039 0.408525 0 0 v -4.72243 1.80525 11.5785 0.997693 0.0346562 -0.0583745 0 0 v -3.78859 -1.29233 11.602 0.973399 -0.211706 -0.0876059 0 0 v -3.68096 0.906236 10.6761 0.704877 0.676085 0.214608 0 0 v -4.70702 4.60826 12.6631 0.972206 0.152403 -0.177734 0 0 v -4.83499 5.00903 12.4987 0.905482 0.215346 -0.365689 0 0 v -4.67964 4.00725 12.351 0.977132 0.0777646 -0.197903 0 0 v 4.03848 -2.78149 1.02993 0.825401 -0.397114 -0.401265 0 0 v 4.08037 -2.68357 1.03139 0.81902 -0.332788 -0.467396 0 0 v 4.1206 -2.58457 1.03351 0.759378 -0.382956 -0.526013 0 0 v 4.18167 -2.4835 1.04048 0.72991 -0.388543 -0.562375 0 0 v -4.61678 6.91238 14.2366 0.982412 -0.131955 0.132113 0 0 v -4.68899 3.00658 12.6668 0.94455 -0.176094 0.277157 0 0 v -4.64695 6.9165 14.3974 0.955659 -0.148344 0.254381 0 0 v -5.31638 6.3485 13.4859 -0.904386 0.421926 -0.0637552 0 0 v -4.76635 4.40747 13.2922 0.915836 -0.0778887 0.393925 0 0 v -5.84617 -1.71947 3.71064 -0.553934 -0.324655 -0.766653 0 0 v -4.69967 2.80582 12.0438 0.972699 0.083881 -0.216379 0 0 v -3.39264 -1.19113 10.376 0.797581 -0.241029 0.552964 0 0 v 0.557786 3.82158 14.7055 0.917635 0.243527 0.314072 0 0 v 5.54018 2.12422 5.26008 0.868941 0.489293 -0.0743914 0 0 v -3.60485 -0.491734 11.6048 0.944038 -0.329284 -0.0191092 0 0 v -6.41151 -2.25224 7.60046 -0.79564 -0.52212 -0.307159 0 0 v -5.16662 2.67355 6.05911 -0.513769 0.856058 0.0566244 0 0 v 6.56842 -0.673633 1.28373 0.591999 -0.0929857 -0.800557 0 0 v 6.5922 -0.573573 1.28653 0.588508 -0.0782957 -0.804691 0 0 v 6.59418 -0.473813 1.28324 0.574754 -0.0786498 -0.814538 0 0 v 6.61558 -0.373693 1.28877 0.607826 -0.0141773 -0.793944 0 0 v 6.61227 -0.273373 1.29248 0.613892 0.0373098 -0.788508 0 0 v 6.60037 -0.173773 1.29019 0.630099 0.0610175 -0.774114 0 0 v 6.59788 -0.0739731 1.29325 0.643019 0.093107 -0.76017 0 0 v 6.58411 0.0256069 1.29346 0.642192 0.135848 -0.75441 0 0 v 6.55758 0.124967 1.29379 0.648548 0.133383 -0.749396 0 0 v 6.53293 0.224727 1.29162 0.640435 0.145001 -0.7542 0 0 v 6.51781 0.323577 1.29381 0.622105 0.163461 -0.76568 0 0 v 6.46244 0.424057 1.28134 0.591934 0.209006 -0.778416 0 0 v 6.43629 0.522247 1.28134 0.56822 0.265731 -0.77879 0 0 v 6.35439 0.622057 1.26971 0.537566 0.336612 -0.77312 0 0 v 6.27805 0.719787 1.26455 0.51282 0.394038 -0.762725 0 0 v 6.20761 0.811387 1.27004 0.433052 0.501648 -0.748876 0 0 v 6.06526 0.905407 1.26275 0.397851 0.490569 -0.775278 0 0 v 4.7411 2.40544 6.6974 0.554106 0.819001 0.149011 0 0 v -1.94077 2.41533 8.41796 0.0519143 0.657734 0.751459 0 0 v 5.28079 1.97795 6.30232 0.698185 0.602796 0.386231 0 0 v 3.93163 1.62597 1.00594 0.56623 0.585522 -0.580127 0 0 v 3.85653 1.71476 1.01041 0.654301 0.45078 -0.607197 0 0 v 3.78127 1.82308 0.989826 0.742087 0.34337 -0.575677 0 0 v 3.73967 1.92011 0.988855 0.78551 0.320511 -0.529383 0 0 v 3.70398 2.01983 0.982975 0.836828 0.233795 -0.495034 0 0 v 3.68363 2.1205 0.977545 0.858412 0.151075 -0.49021 0 0 v 3.68214 2.21727 0.987675 0.864865 0.118912 -0.487717 0 0 v 3.66093 2.31795 0.982205 0.856543 0.143328 -0.495774 0 0 v 3.64668 2.41785 0.981725 0.857076 0.149964 -0.492881 0 0 v 3.57083 2.71864 0.973325 0.828358 0.232779 -0.509546 0 0 v 3.53037 2.81802 0.970605 0.758774 0.36139 -0.541903 0 0 v 3.47507 2.91548 0.967465 0.688516 0.46005 -0.560624 0 0 v 3.36706 3.02183 0.950845 0.584655 0.588813 -0.558101 0 0 v 0.0272262 4.12175 6.42284 -0.171381 0.489532 0.854978 0 0 v -6.58512 1.20773 7.69297 -0.701289 0.55681 0.445147 0 0 v -4.74692 3.10565 11.8836 0.956574 0.0422823 -0.288406 0 0 v -7.72316 0.0192565 8.82637 -0.916315 0.394368 -0.0695794 0 0 v -7.62771 0.216927 8.82426 -0.88439 0.466399 0.0180812 0 0 v -4.73995 3.00547 11.8863 0.964066 0.0362643 -0.263176 0 0 v 0.610906 3.1196 13.6386 0.943065 -0.0299724 -0.331255 0 0 v -4.79087 5.40659 13.6084 0.892326 -0.182839 0.412703 0 0 v -5.51337 -1.16459 3.21306 -0.544925 -0.407277 -0.732927 0 0 v -4.79604 5.50763 12.816 0.94878 0.113086 -0.295006 0 0 v -4.8001 5.60714 12.8164 0.94306 0.0780872 -0.323326 0 0 v -4.72013 1.60594 11.5797 0.995811 0.0473036 0.0782496 0 0 v -4.82309 5.60668 13.7642 0.862614 -0.248721 0.440493 0 0 v -4.80699 4.40941 12.1888 0.861295 0.245483 -0.44487 0 0 v 0.157346 -4.15323 0.525965 0.302182 -0.943659 -0.134886 0 0 v -5.72811 -0.908133 3.25465 -0.667896 -0.271661 -0.692904 0 0 v -3.93006 -1.79256 11.445 0.958639 -0.226398 0.172495 0 0 v -3.86356 -1.79032 10.9822 0.864842 -0.450679 0.221217 0 0 v -7.22678 0.213967 8.00156 -0.687264 0.345345 -0.639066 0 0 v -5.58042 6.15312 14.0466 -0.746025 0.52893 -0.404573 0 0 v -7.56704 -0.872014 10.6093 -0.994464 0.0557552 -0.0890666 0 0 v -2.57832 2.03186 13.6582 -0.580401 0.758323 0.296783 0 0 v -6.50247 1.30823 7.68877 -0.664026 0.594881 0.452974 0 0 v -6.88254 -3.83966 8.38227 -0.22019 -0.86227 -0.456077 0 0 v -4.68764 2.80636 12.5102 0.951669 -0.191628 0.24001 0 0 v 0.627336 3.73125 14.3954 0.981469 0.0821874 0.173099 0 0 v -4.63294 7.01547 14.3959 0.929059 0.144295 0.340628 0 0 v -7.29901 -1.08534 8.01087 -0.555313 -0.288403 -0.780033 0 0 v -4.7465 2.50598 11.7297 0.981573 0.0656352 -0.179459 0 0 v -5.68675 4.83937 12.6443 -0.980658 0.17025 -0.0965643 0 0 v -3.31523 0.206997 10.3777 0.925301 0.140919 0.35208 0 0 v -4.76232 3.80692 13.137 0.861174 -0.142863 0.48782 0 0 v -1.88405 1.0052 12.0807 0.542383 -0.361056 -0.75859 0 0 v -4.66659 7.12073 13.8731 -0.0261348 0.986772 -0.159993 0 0 v -4.76107 2.30705 12.353 0.916664 -0.24245 0.31772 0 0 v 5.73658 1.72783 5.55576 0.928469 0.371124 -0.01455 0 0 v 6.70155 -0.973253 1.43831 0.619246 -0.22384 -0.752616 0 0 v 6.73748 -0.872933 1.44183 0.616637 -0.17554 -0.767427 0 0 v 6.77071 -0.772483 1.44798 0.638031 -0.0874505 -0.765029 0 0 v 6.7731 -0.672863 1.44471 0.645208 -0.0801727 -0.759789 0 0 v 6.80601 -0.472623 1.45089 0.642096 -0.0688487 -0.763526 0 0 v 6.81666 -0.372513 1.45378 0.660288 0.00707164 -0.750979 0 0 v 6.79407 -0.172783 1.4484 0.651178 0.0782497 -0.75488 0 0 v 6.77879 -0.0730432 1.45053 0.64601 0.134746 -0.751342 0 0 v 6.74252 0.0266469 1.44646 0.653356 0.175777 -0.736361 0 0 v 6.70812 0.126687 1.44051 0.669045 0.154251 -0.727039 0 0 v 6.69443 0.226417 1.44086 0.675852 0.140692 -0.723485 0 0 v 6.66942 0.326107 1.43885 0.685398 0.132017 -0.716101 0 0 v 6.66261 0.424127 1.44621 0.667572 0.186717 -0.720753 0 0 v 6.61742 0.523727 1.43791 0.643944 0.256751 -0.720704 0 0 v 6.5665 0.621617 1.43573 0.613176 0.339832 -0.713112 0 0 v 6.50582 0.719567 1.43022 0.58619 0.402682 -0.703014 0 0 v 6.43056 0.815817 1.42693 0.560318 0.456541 -0.691096 0 0 v 6.34151 0.909587 1.42482 0.502459 0.524159 -0.687599 0 0 v 4.05643 2.75356 7.02896 0.457182 0.79834 0.391967 0 0 v 1.49825 2.17281 8.92027 -0.142238 0.659403 0.738211 0 0 v -4.7799 4.80844 12.5022 0.926756 0.204581 -0.315073 0 0 v 4.1377 1.61609 1.1814 0.567725 0.559234 -0.604107 0 0 v 4.06922 1.71156 1.18021 0.60359 0.39882 -0.690378 0 0 v 3.98281 1.81566 1.16798 0.596291 0.331871 -0.730957 0 0 v 3.90971 1.91769 1.15651 0.602971 0.310317 -0.734935 0 0 v 3.82825 2.02043 1.14006 0.637286 0.265812 -0.723333 0 0 v 3.78303 2.12105 1.13021 0.692409 0.200818 -0.692995 0 0 v 3.75766 2.22086 1.12789 0.746614 0.176504 -0.641416 0 0 v 3.74094 2.31936 1.1307 0.799522 0.216799 -0.560145 0 0 v 3.71929 2.42053 1.12625 0.869623 0.170526 -0.463333 0 0 v 3.70351 2.52033 1.12729 0.879063 0.209288 -0.428306 0 0 v 3.67799 2.62073 1.12552 0.893317 0.243103 -0.378003 0 0 v 3.6532 2.72131 1.12321 0.907694 0.254303 -0.333798 0 0 v 3.62495 2.82093 1.12205 0.875621 0.326343 -0.356073 0 0 v 3.58023 2.91844 1.12079 0.823165 0.42446 -0.377137 0 0 v 3.5243 3.01499 1.11729 0.728915 0.546921 -0.411777 0 0 v 3.42431 3.1159 1.1064 0.573469 0.690368 -0.44105 0 0 v 3.21259 2.70233 7.54436 0.324983 0.905799 0.271872 0 0 v -1.93813 4.06578 0.358785 0.0112603 0.998294 -0.0572887 0 0 v -5.30914 -1.8809 3.45107 -0.469228 -0.374042 -0.799948 0 0 v 5.69679 1.82688 5.55238 0.897056 0.441795 -0.0103436 0 0 v -5.9733 3.13666 12.0961 -0.911722 0.0707953 0.404661 0 0 v -6.80609 0.916326 10.722 -0.589819 0.733526 0.337717 0 0 v -7.74629 -2.17954 9.10876 -0.998565 0.00455078 0.053364 0 0 v 0.603036 3.22411 13.6368 0.88807 0.219967 -0.403666 0 0 v -4.7722 6.10656 12.973 0.951147 -0.000322879 -0.308737 0 0 v -4.67475 4.0067 12.981 0.955055 -0.0661946 0.288944 0 0 v 0.188246 2.42955 13.0636 0.471059 0.182835 -0.862945 0 0 v -4.76581 5.80668 13.7639 0.91404 -0.218188 0.341942 0 0 v 0.563756 3.1242 13.939 0.842516 -0.42535 0.330521 0 0 v 0.505046 3.0275 13.9365 0.732316 -0.524604 0.434171 0 0 v 5.70069 1.52902 6.1183 0.899093 0.298519 0.320184 0 0 v -4.65012 6.5065 13.9207 0.989113 -0.124297 0.0787796 0 0 v -3.68931 -0.891774 11.6035 0.971624 -0.236025 -0.0154684 0 0 v -7.01734 -3.10774 7.92626 -0.328407 -0.171352 -0.928863 0 0 v -5.93512 -4.22978 8.39256 -0.126649 -0.860197 -0.493985 0 0 v -3.95555 -1.89371 11.4449 0.928412 -0.282615 0.241205 0 0 v 5.64302 1.92523 5.54804 0.874756 0.484235 0.0178291 0 0 v -3.35103 0.607636 10.2252 0.876816 0.315561 0.362787 0 0 v -3.31279 0.506077 10.2232 0.881987 0.257143 0.394939 0 0 v -3.33897 -1.00076 10.3847 0.816446 -0.236203 0.526901 0 0 v -3.67266 -0.888523 11.1368 0.838971 -0.376164 0.393229 0 0 v -7.32968 -2.58267 8.04906 -0.495964 0.107163 -0.861705 0 0 v -4.64663 3.90631 12.5095 0.992569 0.0353804 -0.116426 0 0 v -3.30177 -0.879673 10.3805 0.830847 -0.201741 0.518646 0 0 v 0.595186 3.82766 14.3799 0.740102 0.665515 -0.0966393 0 0 v 5.58009 2.02501 5.54278 0.851689 0.516535 0.0884192 0 0 v -6.98964 1.00523 6.76231 -0.85862 0.476606 0.18873 0 0 v -5.0447 -1.25596 3.01582 -0.308243 -0.351474 -0.883998 0 0 v -0.357614 -4.34697 0.564225 0.3635 -0.922915 -0.126872 0 0 v 0.534676 3.0252 13.4905 0.813207 0.0945548 -0.574241 0 0 v 5.81167 1.52796 5.56193 0.941309 0.336185 0.0302767 0 0 v -4.79446 3.60803 11.8735 0.87905 0.137011 -0.456616 0 0 v 5.89039 1.32844 5.56787 0.916749 0.391729 0.0782243 0 0 v 6.84543 -1.07254 1.59389 0.638876 -0.316584 -0.701151 0 0 v 6.89395 -0.972563 1.59798 0.648414 -0.245034 -0.720776 0 0 v 6.92945 -0.872273 1.60152 0.675845 -0.135178 -0.724542 0 0 v 6.93123 -0.772753 1.59945 0.68743 -0.0685012 -0.723013 0 0 v 6.95303 -0.672043 1.60383 0.685532 -0.0922087 -0.722179 0 0 v 6.97463 -0.571893 1.60832 0.699629 -0.0947182 -0.708201 0 0 v 6.98556 -0.471773 1.61015 0.699622 -0.043195 -0.713206 0 0 v 6.9854 -0.371663 1.60978 0.708524 0.0148439 -0.70553 0 0 v 6.97612 -0.272243 1.60545 0.693079 0.0517151 -0.719005 0 0 v 6.97108 -0.172253 1.60992 0.693578 0.0800168 -0.715923 0 0 v 6.94116 0.0268468 1.6137 0.661888 0.1479 -0.734867 0 0 v 6.90617 0.126387 1.60902 0.640659 0.172333 -0.748236 0 0 v 6.87139 0.226507 1.60338 0.644437 0.161163 -0.747481 0 0 v 6.82892 0.327667 1.59111 0.654468 0.175145 -0.735524 0 0 v 6.80391 0.427367 1.5893 0.674749 0.17667 -0.71659 0 0 v 6.77623 0.525807 1.59041 0.66915 0.255563 -0.6978 0 0 v 6.73571 0.623287 1.5908 0.651131 0.330725 -0.683117 0 0 v 6.67437 0.721137 1.58556 0.619433 0.419646 -0.663476 0 0 v 6.50392 0.917147 1.57082 0.569699 0.531097 -0.6272 0 0 v 6.40183 1.00994 1.56756 0.549905 0.545257 -0.632692 0 0 v 6.15696 1.21958 1.54451 0.492096 0.587772 -0.642157 0 0 v 5.36154 1.92261 6.25077 0.672231 0.60644 0.42466 0 0 v 3.73111 3.11051 6.61579 0.462426 0.875168 0.142278 0 0 v 5.96726 1.12899 5.57407 0.963678 0.266985 -0.00662044 0 0 v 1.29359 2.55941 8.53417 -0.249765 0.701785 0.667169 0 0 v 4.23825 1.71617 1.33579 0.662835 0.268556 -0.698948 0 0 v 4.18727 1.81732 1.33005 0.639694 0.27196 -0.718908 0 0 v 4.15689 1.91627 1.33376 0.621718 0.219887 -0.751742 0 0 v 4.11849 2.0163 1.33022 0.591151 0.205643 -0.779904 0 0 v 4.07929 2.11599 1.32793 0.566587 0.223139 -0.793214 0 0 v 4.01703 2.21635 1.32003 0.557552 0.257729 -0.789121 0 0 v 3.94175 2.31598 1.31023 0.538859 0.269974 -0.797963 0 0 v 3.80231 2.42548 1.26855 0.691991 0.286273 -0.662719 0 0 v 3.77053 2.52451 1.27199 0.669956 0.261469 -0.694834 0 0 v 3.73235 2.62405 1.27101 0.77214 0.355794 -0.526508 0 0 v 3.69256 2.72381 1.27042 0.866706 0.357375 -0.348 0 0 v 3.65801 2.81938 1.27238 0.902794 0.372652 -0.214693 0 0 v 3.61814 2.91881 1.26904 0.885021 0.445266 -0.135929 0 0 v 3.56069 3.0243 1.26167 0.839359 0.526992 -0.133253 0 0 v 3.48898 3.11768 1.25677 0.691404 0.710638 -0.130212 0 0 v 4.52901 2.68941 6.40534 0.642798 0.649768 0.405725 0 0 v 6.58324 0.702897 3.76218 -0.0276764 0.679928 0.732756 0 0 v -4.77095 6.20644 12.9713 0.950187 0.00594113 -0.311624 0 0 v 7.07471 0.990527 2.87052 0.804592 0.570573 0.164555 0 0 v -0.780864 3.07019 7.70387 -0.145347 0.852693 0.501786 0 0 v -7.4451 -2.27342 10.3411 -0.992958 0.0782447 0.0889464 0 0 v -7.7449 -2.07961 9.10837 -0.999812 0.0175019 -0.00839114 0 0 v -7.74882 -1.98015 9.10747 -0.989308 -0.126933 -0.0718109 0 0 v -4.73481 3.10419 12.8293 0.884763 -0.185253 0.427641 0 0 v -4.67682 3.90702 12.9803 0.948727 -0.0644284 0.309459 0 0 v 0.165526 2.33117 13.0425 0.675506 -0.0364389 -0.736453 0 0 v 0.163036 2.22218 13.0293 0.750772 -0.112474 -0.650916 0 0 v -4.73905 5.90712 13.7633 0.934135 -0.215014 0.284888 0 0 v 0.629346 3.32208 13.9408 0.984746 -0.150679 0.0870163 0 0 v 0.598876 3.22156 13.9412 0.922646 -0.30644 0.234134 0 0 v -4.62239 6.70732 13.92 0.975323 -0.188771 0.114497 0 0 v -4.28585 -2.68696 3.58115 -0.260397 -0.668827 -0.696321 0 0 v -3.71832 -0.991674 11.6031 0.967983 -0.250436 -0.0170726 0 0 v -4.88415 5.80655 12.6551 0.903359 0.0513896 -0.425796 0 0 v -4.82258 4.00723 13.2919 0.841429 -0.136271 0.522903 0 0 v -3.85673 -1.49346 11.6006 0.921168 -0.373193 -0.110343 0 0 v -3.81737 -1.69228 10.984 0.908444 -0.357967 0.215847 0 0 v -3.38345 0.706376 10.2222 0.878878 0.313319 0.35973 0 0 v -3.16865 0.306567 10.0742 0.814835 0.208521 0.54089 0 0 v -3.42152 0.108556 11.1464 0.988975 -0.0899008 -0.11767 0 0 v -5.39299 -1.83316 3.48517 -0.477013 -0.355707 -0.803698 0 0 v -4.75366 4.70816 12.5042 0.940864 0.200015 -0.27344 0 0 v -1.46235 3.06191 7.50736 -0.23 0.76195 0.605419 0 0 v -6.84341 -3.57379 8.06186 -0.186795 -0.559934 -0.807206 0 0 v -4.93287 -3.09404 4.37901 -0.40015 -0.802015 -0.443454 0 0 v -3.87266 -1.59213 11.9096 0.953519 -0.285258 0.0971023 0 0 v -4.79838 5.20769 12.6592 0.935711 0.114986 -0.333503 0 0 v -2.10339 1.00829 11.9257 0.528736 -0.22532 -0.818333 0 0 v -4.72798 2.00562 11.8891 0.990226 -0.103407 0.0935876 0 0 v -4.71347 2.20534 11.8893 0.999402 -0.0331655 0.00978976 0 0 v -1.80678 1.20993 12.0794 0.462027 -0.0582223 -0.884952 0 0 v -4.76816 2.104 12.1881 0.935442 -0.239557 0.259924 0 0 v 6.94237 -1.17246 1.7436 0.654914 -0.423212 -0.626083 0 0 v 7.00363 -1.07322 1.74803 0.678899 -0.337163 -0.65224 0 0 v 7.05209 -0.972933 1.75216 0.718273 -0.240258 -0.652963 0 0 v 7.0844 -0.871503 1.75869 0.746506 -0.129115 -0.652731 0 0 v 7.09712 -0.771723 1.75873 0.750961 -0.0738127 -0.656209 0 0 v 7.09787 -0.671463 1.7584 0.759341 -0.0698675 -0.646931 0 0 v 7.11814 -0.571193 1.76313 0.762423 -0.0949021 -0.640082 0 0 v 7.12986 -0.471123 1.76376 0.760204 -0.0311064 -0.648939 0 0 v 7.12835 -0.271273 1.7646 0.756123 0.0207967 -0.654099 0 0 v 7.12739 -0.171403 1.76515 0.77065 0.0618562 -0.634249 0 0 v 7.09901 0.0278469 1.76614 0.751371 0.120342 -0.648814 0 0 v 7.07785 0.128067 1.76048 0.731726 0.136766 -0.667736 0 0 v 7.05496 0.228017 1.7568 0.712819 0.167329 -0.681095 0 0 v 7.03648 0.326567 1.7614 0.703048 0.21348 -0.678343 0 0 v 6.99063 0.426407 1.75343 0.696917 0.259814 -0.668434 0 0 v 6.95123 0.524477 1.75247 0.699668 0.304655 -0.646258 0 0 v 6.89235 0.624397 1.74489 0.681925 0.358335 -0.637632 0 0 v 6.8306 0.722297 1.73984 0.673212 0.427848 -0.603102 0 0 v 6.75626 0.819707 1.73418 0.639468 0.492495 -0.590365 0 0 v 6.66046 0.918917 1.72423 0.604472 0.522331 -0.601485 0 0 v 6.56286 1.01634 1.71576 0.597503 0.556022 -0.57778 0 0 v 6.3596 1.21409 1.69348 0.555389 0.604354 -0.571227 0 0 v -6.76953 -1.94075 7.88876 -0.521458 -0.197992 -0.829989 0 0 v 4.41391 1.71415 1.49765 0.552997 0.476993 -0.683135 0 0 v 4.35256 1.81832 1.48913 0.694453 0.278145 -0.663605 0 0 v 4.32271 1.9171 1.49037 0.703165 0.200279 -0.682237 0 0 v 4.29032 2.01961 1.48077 0.709507 0.163032 -0.68558 0 0 v 4.27441 2.11882 1.48221 0.692539 0.186048 -0.696976 0 0 v 4.23615 2.2188 1.47822 0.654975 0.225978 -0.72107 0 0 v 4.1979 2.31846 1.47507 0.60577 0.243803 -0.757366 0 0 v 4.17488 2.41354 1.48553 0.621239 0.237743 -0.746686 0 0 v 4.11628 2.51392 1.47428 0.55536 0.309919 -0.771703 0 0 v 4.03649 2.60959 1.47308 0.49334 0.453947 -0.741989 0 0 v 3.77675 2.73275 1.41114 0.57238 0.506878 -0.644559 0 0 v 3.69203 2.83468 1.4065 0.68096 0.523295 -0.512304 0 0 v 3.63267 2.92094 1.41376 0.746501 0.565998 -0.349833 0 0 v 3.55252 3.03125 1.41566 0.754218 0.644075 -0.127762 0 0 v 1.95784 2.5256 8.68497 0.0409567 0.656249 0.753432 0 0 v -0.0493639 3.30472 6.97497 0.0444923 0.986071 0.160262 0 0 v 3.64487 3.15211 6.65396 0.405708 0.893145 0.194148 0 0 v 1.48899 4.27003 6.18611 0.298443 0.83164 0.468301 0 0 v -0.895034 3.05429 7.68867 -0.133886 0.847028 0.514411 0 0 v -7.74809 -2.27944 9.10956 -0.993101 0.0493787 0.106363 0 0 v -6.26839 -3.37289 7.80596 -0.155583 -0.293455 -0.943227 0 0 v -4.74378 2.20623 12.1989 0.961731 -0.183644 0.203343 0 0 v -4.72134 6.00644 13.7641 0.967219 -0.169412 0.189173 0 0 v -4.73737 2.00517 11.5777 0.984425 0.0785977 -0.157256 0 0 v 0.650656 3.42519 13.9384 0.979286 0.0277586 -0.200569 0 0 v 6.05408 -0.267983 6.00457 0.986628 -0.073766 0.145337 0 0 v -7.42767 -0.271173 11.8354 -0.7336 0.450138 0.509123 0 0 v -5.48952 6.6495 14.6153 -0.626809 0.711464 -0.317695 0 0 v -3.74294 -1.09252 11.6027 0.974103 -0.220042 -0.0520062 0 0 v -4.85082 5.50815 12.655 0.907451 0.137838 -0.396904 0 0 v -4.70959 3.10543 12.0421 0.969021 0.0529771 -0.241231 0 0 v -4.68623 6.70825 14.3907 0.914847 -0.232476 0.330167 0 0 v -3.72328 -1.19067 10.9837 0.918329 -0.262584 0.296179 0 0 v -7.17532 -1.28802 7.99847 -0.649745 -0.259049 -0.714651 0 0 v -6.98231 1.20559 6.35362 -0.885985 0.441413 0.142073 0 0 v -3.43661 -0.00288355 11.1462 0.984326 -0.160031 0.0741101 0 0 v -6.33481 -3.6097 7.93877 -0.211964 -0.625574 -0.750818 0 0 v -7.90586 -0.780793 8.83457 -0.989682 0.044747 -0.136116 0 0 v -4.70373 2.70712 12.5094 0.935782 -0.213545 0.280553 0 0 v -3.9042 -1.69115 11.9084 0.927745 -0.366297 0.0715279 0 0 v -3.6615 -0.691604 11.758 0.963917 -0.195118 0.181088 0 0 v -3.70591 -0.891334 11.7571 0.962898 -0.207141 0.172972 0 0 v -3.90474 -1.691 11.7542 0.928714 -0.361831 -0.0810442 0 0 v -1.33307 3.50726 6.14699 -0.573961 0.594632 0.563012 0 0 v -3.66245 -1.39155 10.6777 0.838042 -0.321893 0.440533 0 0 v -3.6128 -1.28881 10.6751 0.811756 -0.365186 0.455732 0 0 v -4.60485 7.02007 14.2371 0.961364 0.178287 0.209746 0 0 v 7.08624 -1.17199 1.89833 0.701133 -0.430812 -0.568166 0 0 v 7.14389 -1.07081 1.90574 0.760958 -0.313004 -0.568306 0 0 v 7.1719 -0.972333 1.90478 0.797071 -0.212985 -0.56508 0 0 v 7.1954 -0.871563 1.90725 0.812902 -0.141642 -0.564914 0 0 v 7.21487 -0.770693 1.91288 0.82443 -0.0667087 -0.562019 0 0 v 7.21725 -0.671073 1.91071 0.823114 -0.0736189 -0.563084 0 0 v 7.24045 -0.470873 1.91301 0.834335 -0.0451676 -0.549404 0 0 v 7.23993 -0.270643 1.91301 0.833627 0.0160976 -0.552093 0 0 v 7.23681 -0.170753 1.91465 0.847279 0.0737588 -0.526001 0 0 v 7.22415 -0.0709131 1.91331 0.835846 0.112391 -0.537335 0 0 v 7.21103 0.0288969 1.91242 0.840369 0.141533 -0.52321 0 0 v 7.18759 0.128897 1.90927 0.833092 0.14948 -0.532553 0 0 v 7.17407 0.228557 1.90863 0.832452 0.1776 -0.524864 0 0 v 7.14625 0.327197 1.9082 0.81943 0.239757 -0.520625 0 0 v 7.11071 0.427317 1.90428 0.793576 0.317893 -0.518827 0 0 v 7.06224 0.526437 1.89913 0.778404 0.362884 -0.512253 0 0 v 7.006 0.628017 1.89064 0.744252 0.430773 -0.510415 0 0 v 6.8695 0.824407 1.87976 0.7131 0.491949 -0.499474 0 0 v 6.79489 0.922057 1.87429 0.647973 0.574181 -0.500447 0 0 v 6.67743 1.02349 1.86035 0.630653 0.594989 -0.498261 0 0 v 6.58964 1.11903 1.85442 0.631658 0.605889 -0.48364 0 0 v 6.48177 1.21819 1.84309 0.583052 0.688197 -0.431782 0 0 v -1.4627 1.64659 9.02086 -0.0217317 0.460622 0.887331 0 0 v 4.45363 3.00048 5.75192 0.592894 0.791906 0.146158 0 0 v 4.55193 1.71298 1.65533 0.601968 0.619114 -0.504314 0 0 v 4.48297 1.82217 1.6408 0.73116 0.320882 -0.602029 0 0 v 4.44608 1.92192 1.63596 0.764054 0.198806 -0.613756 0 0 v 4.39382 2.1209 1.63161 0.768541 0.194995 -0.609362 0 0 v 4.36781 2.22063 1.62953 0.774494 0.196582 -0.601261 0 0 v 4.34275 2.32084 1.62661 0.750389 0.214211 -0.625324 0 0 v 4.28391 2.51749 1.62733 0.715744 0.281227 -0.639235 0 0 v 4.23503 2.61817 1.62081 0.634799 0.422697 -0.646805 0 0 v 4.14206 2.71405 1.61745 0.553172 0.51318 -0.656237 0 0 v 4.03762 2.80866 1.6136 0.466763 0.526969 -0.710237 0 0 v 3.85492 2.91653 1.58347 0.427268 0.560697 -0.709268 0 0 v 4.9806 2.23981 6.54498 0.672752 0.7366 0.0694655 0 0 v 6.68923 0.703067 3.76273 0.031275 0.665426 0.745809 0 0 v 0.448046 2.36586 8.73227 -0.0986105 0.735143 0.670702 0 0 v 0.332946 2.35321 8.72246 -0.131693 0.735249 0.664881 0 0 v 0.887126 4.24494 6.35326 0.0501694 0.691598 0.720538 0 0 v 5.52701 1.81909 6.15432 0.676537 0.570216 0.465996 0 0 v -6.02014 -0.428933 3.53431 -0.720619 -0.0424321 -0.692032 0 0 v -4.74917 5.60656 13.6076 0.945529 -0.15206 0.287842 0 0 v -4.76385 5.50693 13.6068 0.915322 -0.175818 0.362318 0 0 v -2.76556 0.600286 11.602 0.56913 -0.354643 -0.741835 0 0 v 5.68342 -0.568253 7.11027 0.905422 -0.147884 0.397921 0 0 v -4.70648 6.10643 13.7641 0.975959 -0.188209 0.109916 0 0 v -1.16921 3.80745 6.13673 -0.563455 0.324955 0.759554 0 0 v 6.04743 0.627367 5.44082 0.978372 0.196829 -0.0636184 0 0 v -5.30211 -2.95655 4.44901 -0.352359 -0.807666 -0.472778 0 0 v -4.69506 4.60712 13.1358 0.972714 -0.00876655 0.231843 0 0 v -1.83203 1.10731 12.0788 0.482581 -0.254818 -0.837964 0 0 v -5.3458 -1.25721 3.147 -0.476852 -0.414968 -0.774864 0 0 v -5.59623 -1.11573 3.24888 -0.581643 -0.41839 -0.697596 0 0 v -3.31504 -0.191863 10.536 0.956881 0.0435458 0.287198 0 0 v -3.68558 -1.08902 10.983 0.841048 -0.348559 0.413697 0 0 v -3.26558 0.307366 10.2271 0.875936 0.188663 0.444008 0 0 v -4.63422 4.00666 12.6664 0.999343 0.0112577 -0.0344621 0 0 v -7.33473 -1.88696 8.24646 -0.593585 0.04768 -0.803358 0 0 v -2.72822 0.806136 11.6045 0.509047 -0.0598084 -0.858658 0 0 v -4.64489 3.80672 12.5095 0.994789 -0.00878002 -0.101581 0 0 v -3.84582 -1.49177 11.9095 0.946261 -0.214861 0.241714 0 0 v -3.688 -0.792034 11.758 0.95783 -0.21041 0.195679 0 0 v -3.33297 0.00836648 10.5341 0.950745 0.163156 0.263562 0 0 v -3.35231 0.107396 10.5319 0.960919 0.131646 0.243523 0 0 v -3.14312 0.205926 10.0726 0.811073 0.165226 0.561125 0 0 v -3.70067 -1.49314 10.6791 0.873724 -0.270102 0.404539 0 0 v -3.48287 0.805746 10.3727 0.83453 0.410595 0.367383 0 0 v -5.10251 -1.10341 2.97502 -0.360479 -0.308081 -0.880421 0 0 v 7.19258 -1.1707 2.05062 0.781298 -0.383646 -0.49233 0 0 v 7.23933 -1.0703 2.05561 0.827236 -0.29656 -0.477213 0 0 v 7.27435 -0.969863 2.05983 0.85904 -0.207846 -0.467815 0 0 v 7.29084 -0.870883 2.05812 0.882763 -0.123685 -0.453245 0 0 v 7.30093 -0.770573 2.06013 0.889738 -0.0743734 -0.450372 0 0 v 7.31054 -0.670143 2.06234 0.884561 -0.0875223 -0.458139 0 0 v 7.32283 -0.570353 2.0629 0.905615 -0.05909 -0.419964 0 0 v 7.32509 -0.470453 2.06153 0.906567 -0.0393435 -0.420225 0 0 v 7.32703 -0.370373 2.06026 0.895304 -0.00854389 -0.445373 0 0 v 7.32592 -0.270213 2.06054 0.895276 0.0334174 -0.444258 0 0 v 7.32091 -0.170273 2.06256 0.90035 0.10763 -0.421647 0 0 v 7.3069 -0.0706331 2.06238 0.897087 0.136601 -0.420209 0 0 v 7.28695 0.0300568 2.05763 0.898096 0.14274 -0.415992 0 0 v 7.27072 0.129277 2.05789 0.890145 0.19051 -0.413941 0 0 v 7.24735 0.229327 2.05498 0.898124 0.203477 -0.389834 0 0 v 7.22087 0.328317 2.0535 0.887376 0.262423 -0.379076 0 0 v 7.18706 0.429157 2.04887 0.865935 0.333568 -0.372678 0 0 v 7.13977 0.529247 2.0433 0.835843 0.393406 -0.382881 0 0 v 7.08894 0.628037 2.03967 0.820617 0.462863 -0.335179 0 0 v 6.95626 0.827427 2.02603 0.776071 0.500818 -0.383268 0 0 v 6.8907 0.923107 2.02292 0.721476 0.564873 -0.400488 0 0 v 6.78573 1.02473 2.01041 0.664149 0.603204 -0.441646 0 0 v 6.69633 1.11852 2.00543 0.63127 0.63074 -0.451293 0 0 v 6.45088 1.31983 1.99104 0.537638 0.764606 -0.35542 0 0 v 3.92839 1.34929 8.88707 0.508464 0.420761 0.751282 0 0 v -2.33308 3.90836 0.195455 -0.181888 0.751162 -0.634565 0 0 v 4.6716 1.72211 1.80361 0.702538 0.480911 -0.524562 0 0 v 4.60841 1.82185 1.79745 0.722102 0.39659 -0.56682 0 0 v 4.55994 1.92263 1.79071 0.779966 0.245934 -0.575473 0 0 v 4.54234 2.02037 1.79283 0.816753 0.181008 -0.547861 0 0 v 4.52436 2.11923 1.7944 0.805889 0.233963 -0.543879 0 0 v 4.47414 2.22244 1.77988 0.808765 0.248113 -0.533235 0 0 v 4.44869 2.3229 1.77757 0.838102 0.206884 -0.504761 0 0 v 4.4293 2.4209 1.77981 0.848918 0.24557 -0.46801 0 0 v 4.39274 2.5213 1.77502 0.804524 0.303348 -0.510609 0 0 v 4.3431 2.62227 1.76943 0.774458 0.392254 -0.496338 0 0 v 4.2842 2.71751 1.76915 0.690966 0.477186 -0.54301 0 0 v 4.20803 2.81705 1.76213 0.657138 0.506634 -0.558115 0 0 v 4.11782 2.9146 1.75459 0.564798 0.582093 -0.584954 0 0 v 5.05669 2.17066 6.47815 0.708414 0.695908 0.117738 0 0 v 4.74205 1.61092 8.01797 0.671497 0.478247 0.566013 0 0 v -0.669944 2.04949 8.82436 0.00926281 0.631842 0.775042 0 0 v -0.463084 2.13467 8.71517 0.00265016 0.657116 0.753785 0 0 v 4.12188 1.96286 8.15786 0.531751 0.64067 0.55388 0 0 v 0.671386 3.4568 0.413785 0.111463 0.92808 -0.355307 0 0 v -3.82961 2.43788 8.44846 -0.210669 0.847415 0.487347 0 0 v -4.59409 6.80775 13.7633 0.990073 -0.134011 -0.0423789 0 0 v -4.73676 5.70687 13.6069 0.970412 -0.118884 0.210158 0 0 v -3.33207 0.306157 10.3765 0.925525 0.180643 0.332825 0 0 v 5.6959 -0.468233 7.11086 0.908418 -0.107378 0.404038 0 0 v -4.64553 4.00689 12.824 0.991143 -0.0220093 0.130959 0 0 v 0.649626 3.63108 14.2385 0.996918 0.0163527 0.0767252 0 0 v -4.59597 6.80818 13.9195 0.982277 -0.160466 0.0968665 0 0 v -4.75871 2.30629 11.573 0.975742 0.0804879 -0.203589 0 0 v -4.88005 5.70728 12.6537 0.901949 0.0912667 -0.422088 0 0 v -3.41717 0.207806 11.1451 0.953166 -0.095096 -0.28711 0 0 v -3.76915 -1.49361 10.9865 0.975852 -0.170365 0.136707 0 0 v -3.22843 0.106356 10.2243 0.878371 0.133174 0.459052 0 0 v 5.77217 1.62685 5.41879 0.927923 0.371797 -0.0269493 0 0 v -3.46354 -0.191564 11.1456 0.965061 -0.196148 0.173733 0 0 v -5.40592 1.41134 0.259605 -0.543623 0.665251 -0.511776 0 0 v -2.7258 0.703336 11.6043 0.573631 -0.139623 -0.807126 0 0 v -5.22584 2.07051 11.1022 0.101016 0.375014 -0.921499 0 0 v -4.6436 3.70668 12.5097 0.992957 0.063329 -0.100127 0 0 v -3.8253 -1.39308 11.9118 0.957422 -0.192667 0.214993 0 0 v -4.73496 2.40396 11.7364 0.981338 0.076674 -0.176343 0 0 v -3.35992 0.206816 10.5296 0.957643 0.139319 0.252013 0 0 v -3.38015 0.307447 10.5312 0.953079 0.175294 0.246803 0 0 v -5.68858 4.83863 12.365 -0.977206 0.151601 0.148613 0 0 v -3.54256 0.903806 10.37 0.765838 0.51047 0.391041 0 0 v -3.96296 -1.79085 11.5984 0.920325 -0.382465 0.0819909 0 0 v -7.1961 -0.0883634 7.87057 -0.703314 0.173238 -0.689447 0 0 v 7.31156 -1.07008 2.2026 0.888943 -0.266735 -0.372334 0 0 v 7.33634 -0.970133 2.20454 0.918084 -0.179144 -0.353594 0 0 v 7.35128 -0.870763 2.20404 0.929475 -0.118012 -0.349498 0 0 v 7.36307 -0.770563 2.20517 0.929955 -0.0933389 -0.355627 0 0 v 7.37181 -0.670003 2.20747 0.934036 -0.0672403 -0.350792 0 0 v 7.37452 -0.570383 2.2061 0.933253 -0.0611147 -0.353982 0 0 v 7.38571 -0.470073 2.20732 0.927992 -0.0558636 -0.36839 0 0 v 7.38838 -0.370053 2.20596 0.929894 -0.0377262 -0.365888 0 0 v 7.3939 -0.269803 2.20948 0.931626 0.0403887 -0.361168 0 0 v 7.3819 -0.169943 2.20831 0.923091 0.126752 -0.363094 0 0 v 7.36046 -0.0693232 2.20444 0.921371 0.16228 -0.353186 0 0 v 7.34451 0.0299068 2.20471 0.928541 0.159772 -0.335089 0 0 v 7.32979 0.129497 2.20409 0.924306 0.195488 -0.327784 0 0 v 7.29775 0.230197 2.1989 0.912419 0.253541 -0.321262 0 0 v 7.27112 0.329537 2.19726 0.913407 0.27041 -0.304248 0 0 v 7.2355 0.429967 2.19318 0.891945 0.337279 -0.301127 0 0 v 7.01403 0.826627 2.17291 0.813496 0.504726 -0.288922 0 0 v 6.95202 0.924947 2.16786 0.790126 0.532077 -0.304294 0 0 v 6.87059 1.02633 2.15832 0.744533 0.569523 -0.348302 0 0 v 6.8041 1.12028 2.15504 0.683184 0.625418 -0.376978 0 0 v 6.66318 1.23154 2.13595 0.585974 0.726787 -0.35835 0 0 v 0.955656 2.69967 8.29277 -0.0154021 0.692268 0.721477 0 0 v 1.05789 2.69654 8.28997 -0.00445568 0.698541 0.715557 0 0 v -7.56289 0.317507 8.55157 -0.86683 0.448887 -0.217041 0 0 v -7.73405 -2.08039 8.97327 -0.993308 0.0739077 -0.0887569 0 0 v 4.72977 1.81806 1.95585 0.7088 0.4351 -0.555239 0 0 v 4.68035 1.92025 1.94997 0.778009 0.322733 -0.539023 0 0 v 4.639 2.02521 1.94067 0.822873 0.278923 -0.495057 0 0 v 4.60673 2.12137 1.94069 0.854978 0.265133 -0.445778 0 0 v 4.56984 2.22167 1.93651 0.842377 0.306791 -0.443035 0 0 v 4.53222 2.32207 1.93224 0.85609 0.296852 -0.42307 0 0 v 4.4949 2.42224 1.92838 0.877053 0.302177 -0.373452 0 0 v 4.42002 2.62317 1.92039 0.866718 0.354423 -0.350976 0 0 v 4.37005 2.72399 1.91492 0.813429 0.436787 -0.384122 0 0 v 4.3074 2.82559 1.90844 0.75448 0.505972 -0.418034 0 0 v 4.23537 2.91932 1.90604 0.681248 0.602319 -0.416068 0 0 v 4.13486 3.01992 1.89565 0.583243 0.71541 -0.384729 0 0 v 0.554086 2.37146 8.73716 -0.0563478 0.763802 0.642986 0 0 v -0.0283839 2.0652 8.83377 -0.236723 0.464871 0.853146 0 0 v 4.82271 1.65086 7.86906 0.705473 0.528413 0.472322 0 0 v 4.27509 2.39559 7.44307 0.401804 0.766407 0.501172 0 0 v 6.47314 0.696067 3.75568 -0.0754518 0.683588 0.725957 0 0 v 0.984466 3.34471 6.82787 0.127222 0.71488 0.687577 0 0 v -4.27515 1.81995 9.01736 -0.00609777 0.823879 0.566733 0 0 v -1.37389 1.51434 9.08277 0.00600619 0.362735 0.931873 0 0 v -4.6328 4.10665 12.6665 0.999568 0.0188738 -0.0225284 0 0 v -4.72219 5.80684 13.6064 0.982773 -0.136439 0.124664 0 0 v -3.35398 0.406826 10.377 0.921297 0.192731 0.337738 0 0 v -4.78106 5.40825 12.8159 0.946509 0.16312 -0.278412 0 0 v -4.72172 5.10713 13.2929 0.987564 0.00457302 0.157149 0 0 v -4.7319 5.70697 13.1337 0.994667 -0.00790087 -0.102834 0 0 v -7.18043 0.314697 7.99777 -0.718819 0.338488 -0.607228 0 0 v -4.58258 6.91796 13.9196 0.990671 -0.125366 0.0534182 0 0 v -3.92805 -1.69306 11.5993 0.959259 -0.281843 0.0196412 0 0 v -4.44331 -2.44302 3.41791 -0.234271 -0.59257 -0.7707 0 0 v -3.31853 -0.0917535 10.5346 0.958337 0.0871899 0.272006 0 0 v -3.78597 -1.5931 10.9853 0.958087 -0.235886 0.162562 0 0 v -3.24349 0.206096 10.2239 0.860037 0.150132 0.487644 0 0 v -2.40347 0.907306 11.7692 0.503541 -0.149904 -0.850867 0 0 v 6.01841 0.231097 6.28295 0.970948 0.0149019 0.238827 0 0 v -3.64384 -1.59295 10.5263 0.810996 -0.292279 0.506812 0 0 v -3.48422 -0.289954 11.1437 0.944871 -0.238426 0.224437 0 0 v -6.35085 -2.01774 4.46565 -0.66016 -0.445263 -0.604922 0 0 v 0.655056 3.63013 14.0884 0.901155 0.375657 -0.216338 0 0 v -1.57554 3.0403 7.48797 -0.296209 0.758992 0.579819 0 0 v -4.63189 3.60661 12.51 0.99633 0.0673846 -0.0527809 0 0 v -3.81275 -1.2925 11.9117 0.944287 -0.119552 0.306641 0 0 v -4.71362 2.10534 11.7338 0.998531 -0.0273252 -0.0467946 0 0 v -3.39633 0.407166 10.5301 0.954529 0.175722 0.240822 0 0 v -3.41603 0.505386 10.5278 0.924895 0.276064 0.261454 0 0 v -3.79115 -1.69135 10.8293 0.935041 -0.304525 0.181557 0 0 v 5.71564 0.331007 7.10986 0.924886 0.0547163 0.376286 0 0 v 5.50732 -1.76773 6.81685 0.863428 -0.399333 0.308262 0 0 v -3.83916 -1.4936 11.7561 0.954035 -0.299629 -0.00629362 0 0 v 7.32994 -1.17211 2.3405 0.891906 -0.345719 -0.291516 0 0 v 7.36278 -1.07051 2.34491 0.918344 -0.253313 -0.304098 0 0 v 7.38507 -0.970073 2.3475 0.941838 -0.157202 -0.297033 0 0 v 7.39895 -0.870333 2.34789 0.943315 -0.134448 -0.303448 0 0 v 7.4123 -0.770453 2.34823 0.937743 -0.113105 -0.328399 0 0 v 7.42217 -0.669993 2.35001 0.937879 -0.0721496 -0.339379 0 0 v 7.4318 -0.569683 2.35162 0.935463 -0.0753065 -0.345309 0 0 v 7.44427 -0.369513 2.35234 0.940911 -0.00163678 -0.338651 0 0 v 7.43086 -0.169553 2.35128 0.932091 0.0948639 -0.349581 0 0 v 7.41658 -0.0697032 2.35047 0.91948 0.1681 -0.355386 0 0 v 7.39525 0.0308868 2.34706 0.918704 0.19036 -0.346042 0 0 v 7.37049 0.130727 2.34459 0.925496 0.202059 -0.320359 0 0 v 7.34741 0.231207 2.34162 0.912718 0.256472 -0.31807 0 0 v 7.31347 0.331717 2.33742 0.90717 0.283553 -0.310872 0 0 v 7.28309 0.429517 2.33691 0.893243 0.333868 -0.30108 0 0 v 7.23666 0.530617 2.33135 0.8611 0.411439 -0.298706 0 0 v 7.18517 0.628837 2.32769 0.82475 0.484801 -0.291127 0 0 v 7.11648 0.730777 2.31945 0.824744 0.488658 -0.284624 0 0 v 7.06228 0.827047 2.31653 0.82324 0.492813 -0.2818 0 0 v 6.99428 0.929547 2.30803 0.810033 0.517731 -0.27532 0 0 v 6.9311 1.02698 2.30309 0.780162 0.56364 -0.271398 0 0 v 6.85605 1.12402 2.29675 0.738494 0.622997 -0.257879 0 0 v 6.75258 1.22223 2.28109 0.630115 0.729157 -0.266992 0 0 v 0.0486161 1.72164 9.07617 -0.212192 0.655088 0.725145 0 0 v 0.315916 2.59836 8.38777 0.04821 0.845557 0.531704 0 0 v -7.91303 -0.680023 9.10357 -0.981976 0.179657 0.0587133 0 0 v -7.65197 0.218516 9.09446 -0.820648 0.565985 -0.0787271 0 0 v 4.9547 1.71123 2.12072 0.636752 0.578275 -0.510044 0 0 v 4.84897 1.82303 2.10408 0.67389 0.504118 -0.540126 0 0 v 4.77634 1.92474 2.09473 0.743868 0.427817 -0.513452 0 0 v 4.72358 2.02323 2.09091 0.799268 0.3818 -0.464111 0 0 v 4.66707 2.12601 2.08168 0.84253 0.342598 -0.415656 0 0 v 4.63693 2.22395 2.08173 0.870852 0.303788 -0.386432 0 0 v 4.59717 2.32307 2.07905 0.855747 0.358526 -0.373037 0 0 v 4.55437 2.42118 2.07696 0.863666 0.386639 -0.323405 0 0 v 4.50739 2.5226 2.07133 0.890314 0.375199 -0.258005 0 0 v 4.46908 2.62248 2.06735 0.904696 0.375412 -0.20147 0 0 v 4.42175 2.72489 2.06223 0.875735 0.429785 -0.219939 0 0 v 4.36941 2.82482 2.05753 0.829579 0.519846 -0.203861 0 0 v 4.30285 2.92328 2.05233 0.727168 0.667411 -0.160591 0 0 v 4.1885 3.02351 2.04128 0.622696 0.774953 -0.108153 0 0 v -1.24999 1.65045 9.02297 0.0362307 0.450961 0.891808 0 0 v 0.223276 2.34133 8.71186 -0.12212 0.708981 0.694574 0 0 v 0.00292611 2.32079 8.69446 -0.151774 0.575368 0.803689 0 0 v -1.46054 2.97079 7.61167 -0.236488 0.720921 0.651419 0 0 v 2.63161 1.73925 9.24957 0.200441 0.536348 0.81985 0 0 v 2.25516 2.67345 8.44917 0.272524 0.770337 0.576465 0 0 v 0.175976 1.86391 9.02017 -0.308485 0.535068 0.786473 0 0 v 6.07693 0.429657 5.86494 0.990883 0.104293 0.0852848 0 0 v 6.08082 0.330547 5.86548 0.997597 0.0477958 0.050162 0 0 v -4.70516 6.0063 13.6063 0.995015 -0.0861 0.0503174 0 0 v -4.70795 5.90714 13.6062 0.992326 -0.0887935 0.0860529 0 0 v -4.68828 2.7058 12.0443 0.987074 -0.027935 -0.157809 0 0 v -4.77974 4.30727 13.2926 0.879345 -0.104417 0.464596 0 0 v -7.95335 -1.07881 9.24116 -0.996629 -0.0138113 0.0808679 0 0 v 0.644436 3.52017 13.9396 0.94648 0.17262 -0.272723 0 0 v -4.87129 5.70797 13.9185 0.826834 -0.285039 0.48487 0 0 v -4.80775 4.10699 13.2924 0.862377 -0.115115 0.493006 0 0 v -4.84336 4.51115 12.1834 0.834413 0.281277 -0.473961 0 0 v -3.80833 -1.29231 11.4482 0.977383 -0.21147 -0.00189127 0 0 v 5.78411 -1.06795 6.69202 0.905225 -0.160595 0.393418 0 0 v -3.30792 -0.391943 10.5334 0.934653 -0.0653193 0.349511 0 0 v -4.89328 5.90495 14.0807 0.817203 -0.341728 0.464113 0 0 v 5.96326 0.628787 6.27768 0.959007 0.177887 0.220595 0 0 v -3.51148 -0.390134 11.1429 0.934197 -0.2386 0.265228 0 0 v -6.08014 -1.92602 4.02347 -0.65778 -0.401738 -0.637129 0 0 v -4.89033 5.30905 12.4949 0.870565 0.180475 -0.457762 0 0 v -6.62059 1.40572 7.28556 -0.728803 0.619945 0.290713 0 0 v 6.06816 0.330547 6.00514 0.988932 0.0763932 0.127193 0 0 v -4.63135 3.50637 12.5101 0.998698 -0.0306369 -0.0407787 0 0 v -4.7233 2.00526 11.7337 0.999408 -0.0166667 -0.0301006 0 0 v -4.7251 1.90521 11.734 0.99747 -0.0500918 0.0504476 0 0 v -7.79022 -0.0800335 9.09826 -0.966108 0.258135 0.000810041 0 0 v -7.1182 0.505417 7.04187 -0.935462 0.307524 0.17418 0 0 v 0.0722761 1.95936 8.92137 -0.285602 0.469505 0.835462 0 0 v 7.36881 -1.17334 2.48207 0.901138 -0.353139 -0.251483 0 0 v 7.4096 -1.06972 2.48871 0.93712 -0.243193 -0.250324 0 0 v 7.42437 -0.970463 2.48885 0.944445 -0.180248 -0.274835 0 0 v 7.44556 -0.869533 2.49172 0.9378 -0.169327 -0.303084 0 0 v 7.46641 -0.769083 2.49452 0.941748 -0.128278 -0.310896 0 0 v 7.47229 -0.669803 2.49259 0.942899 -0.0896525 -0.320788 0 0 v 7.48412 -0.569783 2.49364 0.940018 -0.0801869 -0.331568 0 0 v 7.49168 -0.469223 2.4956 0.940289 -0.0498903 -0.3367 0 0 v 7.49401 -0.269013 2.49441 0.933475 0.0224744 -0.357937 0 0 v 7.49075 -0.168963 2.4954 0.928621 0.0937917 -0.358979 0 0 v 7.47561 -0.0692832 2.49504 0.917027 0.162408 -0.364261 0 0 v 7.45235 0.0305768 2.49248 0.913749 0.214583 -0.344988 0 0 v 7.40099 0.229747 2.48813 0.908784 0.240652 -0.340878 0 0 v 7.36844 0.330807 2.48324 0.891657 0.292471 -0.345554 0 0 v 7.33223 0.430397 2.48006 0.881442 0.337082 -0.330811 0 0 v 7.29125 0.528417 2.47777 0.863591 0.395219 -0.31307 0 0 v 7.11225 0.828507 2.45955 0.819329 0.497848 -0.284336 0 0 v 7.04978 0.926677 2.45419 0.806836 0.526624 -0.267734 0 0 v 6.97824 1.02644 2.44686 0.777109 0.574993 -0.255899 0 0 v 6.89394 1.12599 2.43862 0.734535 0.641585 -0.220969 0 0 v 6.8055 1.22038 2.43147 0.689436 0.69611 -0.20027 0 0 v -1.94665 2.30801 8.50727 0.0226995 0.675563 0.736953 0 0 v -7.36325 0.620647 8.54336 -0.711743 0.600763 -0.364014 0 0 v -7.93215 -1.38052 9.10776 -0.989089 -0.146158 -0.0184666 0 0 v 3.4815 2.45299 8.05467 0.365281 0.858597 0.359697 0 0 v 5.0689 1.71355 2.27099 0.697204 0.529265 -0.483514 0 0 v 4.98727 1.81294 2.26808 0.669107 0.522211 -0.528764 0 0 v 4.89284 1.91896 2.254 0.683199 0.507812 -0.524754 0 0 v 4.80956 2.0223 2.2417 0.747984 0.425787 -0.509142 0 0 v 4.75718 2.1214 2.23798 0.768738 0.407663 -0.492801 0 0 v 4.69917 2.22407 2.22918 0.828012 0.372681 -0.418934 0 0 v 4.66555 2.31983 2.22976 0.852671 0.39916 -0.33708 0 0 v 4.60755 2.42286 2.22226 0.834696 0.477916 -0.273641 0 0 v 4.54551 2.52351 2.21603 0.85387 0.482326 -0.195622 0 0 v 4.48807 2.6268 2.20956 0.892009 0.440098 -0.103117 0 0 v 4.44561 2.72479 2.20653 0.898615 0.433856 -0.0652704 0 0 v 4.39126 2.82297 2.20207 0.837405 0.545895 -0.0274094 0 0 v 4.30407 2.9248 2.19379 0.708719 0.70471 0.0331715 0 0 v 4.1727 3.02054 2.18203 0.604123 0.794746 0.0584306 0 0 v -1.43327 1.99411 8.77886 -0.0676916 0.584697 0.808423 0 0 v -0.965324 1.3888 9.14947 -0.160356 0.362412 0.91812 0 0 v 2.16165 2.51413 8.67316 0.143908 0.724052 0.674566 0 0 v 4.09927 3.30278 5.27236 0.627467 0.754893 0.190843 0 0 v -2.2438 2.44603 8.44777 0.0126374 0.71726 0.696691 0 0 v 0.640856 1.68209 9.40307 -0.247233 0.531131 0.810417 0 0 v -7.68061 -2.47721 9.51946 -0.976044 -0.0123234 0.217224 0 0 v -7.76874 -0.177743 9.50777 -0.960968 0.258519 0.0985301 0 0 v 5.7754 1.62862 5.69994 0.944118 0.325038 0.0546915 0 0 v -4.69492 6.10703 13.6058 0.993373 -0.11327 0.0194991 0 0 v -4.71993 3.30582 12.0398 0.965598 0.00640767 -0.259959 0 0 v -4.70239 3.70655 12.9815 0.925129 -0.11637 0.361378 0 0 v -4.75577 5.20759 12.8183 0.969069 0.0852241 -0.231606 0 0 v -6.36913 -2.11286 4.55498 -0.609215 -0.487562 -0.625412 0 0 v -6.87696 -0.930363 4.5807 -0.731291 -0.227881 -0.642871 0 0 v 5.80401 1.52955 5.70236 0.95239 0.289155 0.0966567 0 0 v -4.67203 2.70611 12.2 0.996909 -0.0779333 -0.00995769 0 0 v -3.78828 -1.19185 11.4488 0.979434 -0.20114 -0.0158772 0 0 v 6.09126 0.130867 5.86623 0.996356 -0.0213725 0.0825763 0 0 v -4.84351 6.00802 14.0758 0.826743 -0.356703 0.435039 0 0 v -7.30488 0.304397 6.37762 -0.889073 0.437042 -0.136172 0 0 v -6.07997 1.5158 8.08517 -0.685437 0.693607 0.221554 0 0 v -4.71846 5.30693 13.2932 0.994724 -0.0346244 0.0965644 0 0 v -3.57178 -1.39327 10.5288 0.787575 -0.299705 0.538426 0 0 v -3.53566 -0.491444 11.1436 0.916568 -0.232382 0.325426 0 0 v -1.50172 -4.12203 0.358015 -0.245741 -0.386452 -0.888969 0 0 v -4.86785 5.20836 12.4988 0.882354 0.173615 -0.437388 0 0 v 6.0113 -0.468613 6.14314 0.982986 -0.0726354 0.168709 0 0 v -4.74174 2.60551 12.5105 0.888679 -0.265704 0.373699 0 0 v -3.78778 -1.09183 11.911 0.937887 -0.167091 0.304053 0 0 v -7.16137 0.519227 8.12866 -0.725384 0.476134 -0.497106 0 0 v -4.72863 1.80547 11.7335 0.996607 -0.0381094 0.0729566 0 0 v -7.85635 -0.380343 9.10096 -0.977474 0.206846 0.0419374 0 0 v -4.79904 4.90782 12.5031 0.90575 0.231094 -0.355265 0 0 v -4.76352 1.7049 11.8902 0.977085 -0.0638127 0.203059 0 0 v -6.17466 1.4149 8.08937 -0.710885 0.699402 0.074021 0 0 v 7.40819 -1.16907 2.62779 0.908301 -0.367644 -0.199565 0 0 v 7.43867 -1.07148 2.62863 0.937412 -0.274766 -0.213922 0 0 v 7.47193 -0.970013 2.63236 0.950708 -0.211545 -0.226722 0 0 v 7.48733 -0.870403 2.6326 0.95533 -0.186281 -0.229445 0 0 v 7.50825 -0.769683 2.63518 0.959972 -0.140648 -0.242223 0 0 v 7.52056 -0.669633 2.63594 0.95708 -0.118343 -0.264562 0 0 v 7.54046 -0.469063 2.6386 0.96223 -0.0665664 -0.263976 0 0 v 7.54344 -0.368953 2.63768 0.953795 -0.0433197 -0.29732 0 0 v 7.5507 -0.268813 2.63984 0.951617 0.0223157 -0.306475 0 0 v 7.54234 -0.168353 2.63769 0.948223 0.0932919 -0.303595 0 0 v 7.52877 -0.0685432 2.63669 0.933031 0.180764 -0.311091 0 0 v 7.47792 0.130227 2.63563 0.920412 0.239657 -0.308881 0 0 v 7.42674 0.330317 2.62805 0.916047 0.266999 -0.299283 0 0 v 7.39148 0.430307 2.62431 0.885038 0.346118 -0.311303 0 0 v 7.34271 0.530107 2.61976 0.854937 0.416995 -0.308543 0 0 v 7.29057 0.627787 2.61596 0.831677 0.473213 -0.290486 0 0 v 7.22283 0.730167 2.6082 0.818017 0.504886 -0.275569 0 0 v 7.16233 0.829637 2.60241 0.806831 0.539224 -0.241373 0 0 v 7.08962 0.929237 2.5954 0.807784 0.545613 -0.223142 0 0 v 7.02428 1.02529 2.59022 0.792289 0.569204 -0.219739 0 0 v -4.89615 2.09036 8.32527 -0.372936 0.730454 0.57215 0 0 v -7.27056 0.721537 8.53906 -0.680113 0.608412 -0.409001 0 0 v -7.90812 -1.48045 9.10757 -0.969624 -0.24424 -0.0132369 0 0 v -3.04992 1.67758 9.43357 0.0023757 0.523328 0.852128 0 0 v 5.15126 1.72234 2.41523 0.77247 0.4582 -0.439708 0 0 v 5.09554 1.81936 2.41371 0.734993 0.477547 -0.481387 0 0 v 5.03341 1.91224 2.41698 0.692343 0.502377 -0.517956 0 0 v 4.92333 2.02271 2.39331 0.701921 0.470396 -0.534822 0 0 v 4.87832 2.11792 2.39451 0.742609 0.42094 -0.520904 0 0 v 4.80415 2.21927 2.38519 0.724079 0.482002 -0.49334 0 0 v 4.71518 2.32774 2.36965 0.762355 0.514561 -0.392482 0 0 v 4.64853 2.42538 2.3655 0.782108 0.565044 -0.262739 0 0 v 4.57152 2.52472 2.35907 0.804978 0.569568 -0.166142 0 0 v 4.50124 2.62858 2.35171 0.829696 0.551485 -0.0864235 0 0 v 4.43625 2.72778 2.34637 0.854146 0.519517 0.0231528 0 0 v 4.37277 2.82838 2.34068 0.76558 0.639911 0.0663408 0 0 v 4.27097 2.92935 2.33146 0.669357 0.742076 0.0358327 0 0 v 4.05204 3.11356 2.29952 0.740638 0.647566 -0.179202 0 0 v 3.98615 3.22325 2.30467 0.83439 0.489499 -0.253346 0 0 v 3.92408 3.32449 2.29822 0.802057 0.522249 -0.28976 0 0 v -0.503824 4.5019 6.00764 -0.180537 0.79126 0.584221 0 0 v 2.26387 2.50637 8.66547 0.108982 0.79325 0.599064 0 0 v 2.79347 2.90058 7.35177 0.159098 0.922645 0.351305 0 0 v -6.62619 1.12872 10.7239 -0.857728 0.498302 0.126482 0 0 v -7.03912 0.822166 10.4536 -0.71131 0.678622 0.183059 0 0 v -7.80609 -1.78077 9.10737 -0.937704 -0.337036 -0.0843664 0 0 v 0.0253761 3.16902 7.41407 -0.0953738 0.888627 0.448603 0 0 v -0.283684 4.32778 6.23099 -0.0834488 0.597783 0.797303 0 0 v -4.95472 -2.03952 3.3544 -0.358069 -0.418288 -0.834759 0 0 v -7.26798 -3.27537 8.09157 -0.476955 -0.369922 -0.79729 0 0 v 6.08338 0.0312567 5.86599 0.994742 -0.0465913 0.0911989 0 0 v -4.71186 3.40576 12.0414 0.965209 0.030205 -0.259731 0 0 v 5.42112 2.22893 5.67272 0.784206 0.573988 0.235711 0 0 v -4.75754 5.30758 12.8184 0.960494 0.114246 -0.25377 0 0 v -4.68313 6.20745 13.7625 0.983562 -0.169919 0.0610966 0 0 v -7.59656 -3.15742 8.37056 -0.760357 -0.344466 -0.550637 0 0 v -3.70797 -0.690634 11.91 0.915345 -0.199078 0.350015 0 0 v -4.68745 2.50631 12.1997 0.990334 -0.137364 0.0192016 0 0 v -7.22736 -1.19443 8.00356 -0.58116 -0.297137 -0.757603 0 0 v -7.047 0.313527 7.85706 -0.835048 0.315449 -0.450763 0 0 v -3.42266 -0.391514 10.8381 0.927557 -0.175528 0.32989 0 0 v -6.10665 2.23549 11.8232 -0.987333 0.00869091 0.158421 0 0 v -1.26962 2.15279 14.9718 -0.618538 0.177612 0.765418 0 0 v -4.71762 5.40706 13.2927 0.999724 0.0223255 0.00733461 0 0 v -3.56176 -0.592014 11.1438 0.895916 -0.239558 0.374096 0 0 v -1.41067 -4.15831 0.337825 -0.258319 -0.340249 -0.904158 0 0 v -6.7345 1.509 6.6113 -0.729949 0.682769 0.031639 0 0 v 6.00643 -0.567843 6.14221 0.978156 -0.101471 0.181425 0 0 v -4.76128 2.50704 12.5081 0.883906 -0.235849 0.403837 0 0 v -4.79991 2.40605 12.5095 0.869717 -0.259024 0.420117 0 0 v -4.73805 1.70514 11.7342 0.989962 -0.0486077 0.132709 0 0 v -5.28366 -1.03015 3.01671 -0.355921 -0.289595 -0.888513 0 0 v -6.21662 1.60839 7.67567 -0.643687 0.626394 0.439657 0 0 v -6.65575 1.10734 7.69607 -0.756441 0.517719 0.399705 0 0 v -4.73595 4.0071 13.1362 0.896371 -0.100639 0.431731 0 0 v 5.54803 -1.66887 6.82016 0.872225 -0.367816 0.32239 0 0 v 7.43392 -1.1693 2.76823 0.927288 -0.350283 -0.132055 0 0 v 7.47055 -1.06951 2.77136 0.9545 -0.275943 -0.11307 0 0 v 7.49011 -0.971193 2.77141 0.97095 -0.215143 -0.104731 0 0 v 7.51771 -0.869013 2.77562 0.969101 -0.212027 -0.126046 0 0 v 7.53457 -0.770033 2.77575 0.972871 -0.17999 -0.145346 0 0 v 7.55477 -0.669063 2.77825 0.973584 -0.145321 -0.176113 0 0 v 7.56509 -0.568753 2.77945 0.983085 -0.0829824 -0.163274 0 0 v 7.57085 -0.469293 2.77837 0.979578 -0.0670004 -0.189573 0 0 v 7.59057 -0.268543 2.78106 0.982117 -0.0257219 -0.186506 0 0 v 7.58056 -0.168173 2.77915 0.968497 0.0955449 -0.229967 0 0 v 7.56669 -0.0677532 2.77814 0.959176 0.154348 -0.236976 0 0 v 7.55011 0.0314868 2.77776 0.953436 0.201889 -0.224056 0 0 v 7.52527 0.131277 2.77536 0.934075 0.252091 -0.252891 0 0 v 7.49284 0.232377 2.77143 0.930711 0.274048 -0.242227 0 0 v 7.4645 0.331007 2.76971 0.932462 0.29569 -0.207564 0 0 v 7.43003 0.431687 2.7659 0.917604 0.343389 -0.200218 0 0 v 7.39153 0.530617 2.76266 0.885633 0.421514 -0.194884 0 0 v 7.33798 0.627647 2.75844 0.838947 0.510958 -0.187319 0 0 v 7.26922 0.728937 2.75134 0.813069 0.563943 -0.144527 0 0 v 7.19989 0.830967 2.74435 0.816772 0.564339 -0.120021 0 0 v 7.12463 0.928517 2.73756 0.80387 0.589965 -0.0757188 0 0 v 7.05385 1.0295 2.7308 0.808245 0.583427 -0.0797071 0 0 v -3.6721 2.95158 7.24047 -0.168746 0.875006 0.45375 0 0 v -5.08193 1.7875 10.0846 0.0959053 0.982566 0.159271 0 0 v -7.69086 -1.78266 8.69946 -0.883348 -0.269475 -0.38351 0 0 v 5.28604 1.61652 2.56951 0.840339 0.391889 -0.374504 0 0 v 5.24358 1.71585 2.56888 0.814867 0.39508 -0.42415 0 0 v 5.17703 1.82331 2.55804 0.769254 0.450059 -0.453536 0 0 v 5.11862 1.9188 2.55768 0.757635 0.472093 -0.450685 0 0 v 5.06232 2.01508 2.55621 0.7292 0.489526 -0.478154 0 0 v 4.97023 2.12065 2.54177 0.72812 0.47124 -0.49777 0 0 v 4.90555 2.21926 2.53587 0.726196 0.50053 -0.471284 0 0 v 4.82921 2.31887 2.52834 0.686084 0.570978 -0.450858 0 0 v 4.70938 2.42441 2.51285 0.66555 0.63184 -0.397267 0 0 v 4.60043 2.52859 2.50088 0.708838 0.638826 -0.299081 0 0 v 4.52094 2.62544 2.49535 0.762706 0.615104 -0.199815 0 0 v 4.43568 2.72829 2.48684 0.801852 0.583264 -0.129752 0 0 v 4.36272 2.83093 2.47968 0.792119 0.600791 -0.107698 0 0 v 4.27753 2.92384 2.47364 0.730652 0.666449 -0.148303 0 0 v 4.17877 3.02617 2.46369 0.732535 0.646513 -0.213105 0 0 v 4.1 3.12353 2.45683 0.743238 0.604145 -0.287414 0 0 v 4.02665 3.2256 2.44898 0.811987 0.508882 -0.285861 0 0 v 3.97396 3.32439 2.44477 0.828747 0.50372 -0.243813 0 0 v 3.90905 3.42382 2.4392 0.770492 0.595855 -0.226494 0 0 v 2.63762 3.82224 6.15048 0.380049 0.699412 0.605299 0 0 v 3.8917 2.57333 7.42226 0.212961 0.826367 0.521311 0 0 v -0.366664 1.82958 8.99337 0.0364464 0.63058 0.775268 0 0 v -6.22552 3.43973 12.7936 -0.662278 0.3483 -0.663381 0 0 v 1.82806 2.98629 7.55267 0.131195 0.947622 0.291206 0 0 v -7.77182 -1.88043 9.10737 -0.955345 -0.274599 -0.109137 0 0 v 6.08049 -0.0684733 5.86575 0.99461 -0.0638551 0.0816854 0 0 v -4.72253 1.70532 11.5788 0.999729 0.016243 0.0166955 0 0 v -5.16457 2.69529 5.91588 -0.499746 0.854948 0.138989 0 0 v 6.07165 -0.168753 5.8653 0.995123 -0.060083 0.0782263 0 0 v -6.87703 0.530296 11.4222 -0.895942 0.442862 0.0340684 0 0 v 5.93548 -1.26804 5.99749 0.96868 -0.221016 0.113185 0 0 v -4.69143 4.80722 13.1366 0.981882 0.00429391 0.189444 0 0 v -4.6696 6.30746 13.7623 0.985307 -0.167492 0.0334106 0 0 v -7.09085 0.807407 6.7693 -0.934898 0.316658 0.160291 0 0 v -7.01992 1.10628 6.35667 -0.910373 0.395104 0.122938 0 0 v -4.71463 2.406 12.1996 0.98918 -0.134551 0.0584764 0 0 v -5.42338 -1.94586 3.55114 -0.46597 -0.389597 -0.79441 0 0 v 2.33726 1.78831 9.29807 0.148526 0.644907 0.74969 0 0 v -3.59364 1.83368 9.20997 -0.266113 0.606061 0.749583 0 0 v -7.75445 -2.58253 8.57146 -0.944298 0.0633619 -0.322934 0 0 v -4.71844 5.50693 13.2923 0.999917 0.00830811 0.00987331 0 0 v -3.4914 -1.19142 10.5281 0.818898 -0.309489 0.483345 0 0 v -3.58323 -0.689833 11.1404 0.872506 -0.271076 0.40651 0 0 v -1.31571 -4.18912 0.325885 -0.11443 -0.286517 -0.951217 0 0 v -4.73759 4.60867 12.504 0.953989 0.166217 -0.249554 0 0 v -4.71848 4.50958 12.5034 0.951398 0.205309 -0.229542 0 0 v 5.60654 -1.66689 6.68054 0.85462 -0.388031 0.345045 0 0 v -4.70948 6.61083 14.3867 0.873013 -0.317203 0.370446 0 0 v -7.41732 -0.294473 6.38549 -0.981267 0.118231 -0.152103 0 0 v -3.40568 -0.591924 10.6853 0.902611 -0.183636 0.389321 0 0 v -0.801114 2.55409 15.2676 -0.71668 0.296551 0.631211 0 0 v -7.23509 0.606047 6.37095 -0.962678 0.241642 -0.121902 0 0 v -4.69651 3.80656 12.196 0.966967 0.0813064 -0.241585 0 0 v -7.6652 -1.07273 8.28497 -0.724591 -0.243704 -0.644651 0 0 v -3.72634 -2.51302 3.31054 -0.216605 -0.589097 -0.77849 0 0 v 5.63654 -0.868743 7.10896 0.926715 -0.125346 0.354243 0 0 v -7.55614 -1.46896 11.0255 -0.932035 0.0813446 -0.353119 0 0 v 7.44534 -1.16881 2.90776 0.942831 -0.3312 -0.0370977 0 0 v 7.47496 -1.07058 2.90952 0.962377 -0.268252 -0.0432656 0 0 v 7.50017 -0.970643 2.91129 0.965656 -0.249719 -0.071758 0 0 v 7.52467 -0.870363 2.91347 0.971093 -0.225796 -0.0774239 0 0 v 7.55058 -0.770723 2.91518 0.969846 -0.225119 -0.0933814 0 0 v 7.5719 -0.669543 2.91755 0.984129 -0.141512 -0.107073 0 0 v 7.58224 -0.568973 2.91878 0.989707 -0.090983 -0.110466 0 0 v 7.60167 -0.368293 2.92106 0.994695 -0.0629009 -0.0813967 0 0 v 7.60603 -0.268003 2.92068 0.99618 -0.0362452 -0.0794426 0 0 v 7.60624 -0.167693 2.92044 0.993575 0.0420427 -0.105073 0 0 v 7.60088 -0.0677632 2.92057 0.98065 0.141067 -0.135743 0 0 v 7.57731 0.0324268 2.91819 0.964531 0.221112 -0.144183 0 0 v 7.55258 0.132397 2.91564 0.959379 0.251512 -0.127799 0 0 v 7.52612 0.231857 2.91364 0.948081 0.293044 -0.123564 0 0 v 7.49239 0.334817 2.91786 0.938269 0.329606 -0.104935 0 0 v 7.45578 0.432577 2.90676 0.92094 0.380763 -0.0829962 0 0 v 7.40743 0.532997 2.90252 0.893552 0.444522 -0.0629705 0 0 v 7.35403 0.629857 2.89767 0.835536 0.547926 -0.0407033 0 0 v 7.28071 0.728647 2.89091 0.789506 0.6134 -0.0205006 0 0 v 7.18979 0.832837 2.88251 0.758107 0.643167 0.107755 0 0 v 7.11022 0.936077 2.87583 0.802425 0.579457 0.142633 0 0 v -6.57603 1.30924 7.55717 -0.704772 0.601258 0.376542 0 0 v -7.58705 0.222696 9.77777 -0.891755 0.439796 0.106547 0 0 v -7.87688 -0.682253 8.69977 -0.952634 0.0977052 -0.287996 0 0 v 5.39041 1.52019 2.71858 0.78469 0.554209 -0.277695 0 0 v 5.34769 1.61795 2.71681 0.86698 0.348258 -0.356457 0 0 v 5.31116 1.72151 2.71336 0.858606 0.327006 -0.394795 0 0 v 5.27067 1.82038 2.71139 0.808341 0.406194 -0.426136 0 0 v 5.20177 1.92353 2.70099 0.752404 0.495431 -0.434092 0 0 v 5.12775 2.02463 2.69273 0.77847 0.470506 -0.415461 0 0 v 5.07203 2.12109 2.69037 0.753085 0.511855 -0.413361 0 0 v 5.005 2.21823 2.68598 0.746264 0.536259 -0.394355 0 0 v 4.91798 2.31928 2.67716 0.724324 0.567923 -0.390919 0 0 v 4.83008 2.41997 2.66838 0.665831 0.613505 -0.424596 0 0 v 4.72356 2.51483 2.66197 0.616778 0.639467 -0.458985 0 0 v 4.58319 2.62489 2.64141 0.644185 0.622504 -0.444426 0 0 v 4.47528 2.73059 2.6287 0.705473 0.610904 -0.359311 0 0 v 4.40751 2.82674 2.62526 0.77974 0.555999 -0.287872 0 0 v 4.33699 2.92094 2.62124 0.756733 0.574785 -0.311413 0 0 v 4.25295 3.02371 2.61103 0.733941 0.576825 -0.358614 0 0 v 4.17484 3.12311 2.60523 0.736364 0.568878 -0.366261 0 0 v 4.09772 3.22196 2.59818 0.74552 0.586478 -0.316614 0 0 v 4.01413 3.32728 2.58943 0.792436 0.560684 -0.240163 0 0 v 3.94299 3.42228 2.59134 0.737328 0.661638 -0.136316 0 0 v 4.64438 2.00061 7.63476 0.54048 0.663386 0.517495 0 0 v 4.22062 3.08537 6.02378 0.477734 0.79827 0.366792 0 0 v -1.13403 1.76785 8.94436 -0.0139723 0.515657 0.856681 0 0 v -7.79856 -0.282563 8.69557 -0.955699 0.21531 -0.200701 0 0 v -7.82095 -0.382394 8.69647 -0.955083 0.188644 -0.228538 0 0 v -6.83723 -1.78875 7.85596 -0.632181 -0.444889 -0.634367 0 0 v 6.02246 -0.768563 5.86227 0.989045 -0.091063 0.116177 0 0 v -7.43932 -0.373414 10.742 -0.917749 0.3893 0.0786211 0 0 v -6.13901 -2.66644 7.61047 -0.504119 -0.452681 -0.735489 0 0 v -5.28767 6.65008 14.193 -0.802006 0.546723 -0.240582 0 0 v -7.35605 0.720447 9.35937 -0.949802 0.309277 0.0471641 0 0 v -4.68287 6.20718 13.6053 0.990421 -0.13198 -0.040578 0 0 v -7.37148 -0.890513 6.92707 -0.952738 -0.171209 0.250952 0 0 v -4.65313 6.40719 13.7625 0.989957 -0.138421 0.0287113 0 0 v -1.68922 1.52025 9.09466 0.237873 0.473071 0.848304 0 0 v -4.64515 3.80677 12.8243 0.986006 -0.0669212 0.152686 0 0 v -4.68607 2.60605 12.1999 0.996658 -0.0772782 -0.026489 0 0 v -4.71944 1.60683 11.4241 0.976427 0.213516 -0.0316494 0 0 v 2.76987 2.18105 8.91807 0.289678 0.673151 0.680407 0 0 v -4.7333 6.0067 13.1328 0.98044 -0.0181635 -0.19598 0 0 v -7.87028 -1.1819 8.70096 -0.952472 -0.0777253 -0.294545 0 0 v 4.12044 1.58495 8.55147 0.585073 0.549515 0.596425 0 0 v -3.67095 -0.689164 11.2926 0.923323 -0.302309 0.23682 0 0 v -4.72691 5.60698 13.292 0.998687 0.0104842 -0.0501375 0 0 v -3.45398 -1.0899 10.5263 0.837581 -0.280123 0.469029 0 0 v -3.62429 -0.790133 11.14 0.833073 -0.355076 0.424158 0 0 v -1.21224 -4.20802 0.329635 9.87386e-006 -0.269313 -0.963053 0 0 v -5.83259 -0.658763 3.3149 -0.750102 0.0247219 -0.66086 0 0 v -4.69533 4.40742 12.5065 0.966782 0.149794 -0.207108 0 0 v -7.37874 -1.67147 10.6134 -0.983527 -0.124622 -0.130931 0 0 v -6.98148 -1.97256 8.01457 -0.515034 -0.0665988 -0.854579 0 0 v -5.56222 -2.11624 3.72619 -0.479198 -0.462319 -0.746077 0 0 v -3.35318 -0.291584 10.6853 0.954561 -0.0334449 0.296133 0 0 v -3.35146 -0.191914 10.6861 0.969218 0.00726213 0.246099 0 0 v -6.37012 1.60582 7.40906 -0.673967 0.661088 0.329745 0 0 v -1.34496 -4.2983 0.393575 -0.249773 -0.561123 -0.789148 0 0 v 7.44656 -1.16879 3.04628 0.937722 -0.346668 -0.0223422 0 0 v 7.48388 -1.06945 3.04938 0.949144 -0.310661 -0.0511327 0 0 v 7.51342 -0.970643 3.05094 0.963139 -0.260019 -0.0689432 0 0 v 7.53611 -0.870123 3.05305 0.967456 -0.240465 -0.0787813 0 0 v 7.58409 -0.669263 3.05733 0.984627 -0.156304 -0.0779688 0 0 v 7.59514 -0.568833 3.05822 0.993069 -0.0929523 -0.0719319 0 0 v 7.60297 -0.468253 3.05944 0.997209 -0.0570892 -0.0481141 0 0 v 7.60678 -0.368113 3.05931 0.998022 -0.0555338 -0.029456 0 0 v 7.61587 -0.267853 3.06036 0.998209 -0.046134 -0.0380804 0 0 v 7.61655 -0.162673 3.05518 0.997819 0.0657562 -0.00570196 0 0 v 7.60651 -0.0669732 3.05958 0.991514 0.12904 0.0157933 0 0 v 7.59023 0.0328268 3.0581 0.9774 0.211334 -0.00529546 0 0 v 7.5642 0.132377 3.0557 0.961238 0.275141 0.0178404 0 0 v 7.53206 0.233827 3.05262 0.953293 0.300664 0.0288884 0 0 v 7.4966 0.334247 3.04935 0.931151 0.361274 0.049379 0 0 v 7.45229 0.436527 3.04526 0.919327 0.389651 0.0548667 0 0 v 7.40725 0.532797 3.04109 0.891644 0.449827 0.0512585 0 0 v 7.35351 0.629557 3.03606 0.839267 0.541733 0.0464292 0 0 v 7.26918 0.728947 3.02811 0.732599 0.676318 0.0767583 0 0 v 7.14545 0.835757 3.01825 0.682785 0.717624 0.137188 0 0 v -6.25172 1.90565 6.99296 -0.631684 0.727719 0.267209 0 0 v -6.6574 1.20834 7.56037 -0.769572 0.53166 0.353689 0 0 v -5.26786 2.61175 6.34396 -0.428241 0.896477 0.113753 0 0 v -4.2918 1.51397 10.5177 0.51019 0.858048 0.0588204 0 0 v 5.49769 1.42688 2.86818 0.780723 0.611214 -0.129955 0 0 v 5.44745 1.52558 2.86274 0.858427 0.430304 -0.279181 0 0 v 5.40698 1.6252 2.85984 0.886358 0.317586 -0.336911 0 0 v 5.37676 1.72296 2.85905 0.886866 0.301457 -0.350132 0 0 v 5.33711 1.82184 2.85605 0.856849 0.369951 -0.359091 0 0 v 5.28815 1.92156 2.85023 0.793141 0.483612 -0.370199 0 0 v 5.20426 2.02517 2.84053 0.769232 0.525427 -0.363606 0 0 v 5.14882 2.12186 2.8374 0.769232 0.554664 -0.317223 0 0 v 5.05249 2.22581 2.82634 0.757287 0.599359 -0.259393 0 0 v 4.97567 2.32545 2.81937 0.781248 0.567951 -0.259006 0 0 v 4.90619 2.42035 2.81565 0.759812 0.574199 -0.304928 0 0 v 4.82143 2.52378 2.80586 0.712308 0.597282 -0.368609 0 0 v 4.73786 2.61666 2.80258 0.66492 0.598947 -0.446255 0 0 v 4.65287 2.7071 2.7997 0.59692 0.661213 -0.454405 0 0 v 4.47147 2.83024 2.77095 0.675819 0.643832 -0.358816 0 0 v 4.39587 2.92839 2.7646 0.776873 0.558823 -0.290148 0 0 v 4.32917 3.02552 2.75995 0.773585 0.56322 -0.290432 0 0 v 4.25177 3.12447 2.75356 0.736482 0.613449 -0.285087 0 0 v 4.15582 3.22987 2.74371 0.700035 0.677789 -0.224838 0 0 v 4.04905 3.32756 2.73456 0.724246 0.674682 -0.142379 0 0 v 3.30749 1.69571 9.02357 0.364166 0.606957 0.70639 0 0 v -3.43401 2.66531 8.08997 0.107541 0.859413 0.499844 0 0 v -7.08063 0.0124466 7.72467 -0.982433 0.0826049 -0.167339 0 0 v 3.57996 1.60073 8.93567 0.439919 0.496693 0.748176 0 0 v -7.84373 -0.482343 8.69766 -0.943925 0.209982 -0.254782 0 0 v 2.99346 3.58764 6.11789 0.559451 0.573393 0.598527 0 0 v -7.87781 -1.58178 9.10737 -0.956398 -0.291987 -0.00673593 0 0 v -7.74431 -2.28162 8.70446 -0.965357 0.193306 -0.175266 0 0 v 6.06973 0.0313267 6.00551 0.982777 -0.0421474 0.179923 0 0 v -4.68125 3.40604 12.1977 0.977887 0.0672622 -0.198022 0 0 v -7.0267 0.905617 6.90106 -0.866844 0.459434 0.193657 0 0 v -4.76869 5.90658 12.973 0.961213 0.0237203 -0.274784 0 0 v 0.334236 2.52396 13.1832 0.659635 0.139725 -0.738483 0 0 v -4.66889 3.80663 12.3527 0.987663 0.0229054 -0.154907 0 0 v -4.6375 6.50684 13.7628 0.992088 -0.123991 0.0196842 0 0 v -1.3463 2.35115 14.8255 -0.624224 0.440941 0.644915 0 0 v -4.66023 3.60673 12.8241 0.974299 -0.0600834 0.217099 0 0 v -4.67037 2.80603 12.1998 0.995135 -0.0339797 -0.092471 0 0 v -4.68784 1.50884 11.4264 0.919023 0.384398 0.087377 0 0 v -4.65562 6.40762 13.9196 0.982458 -0.161728 0.092847 0 0 v 5.80222 1.19952 3.06218 0.121011 0.86561 0.485875 0 0 v -7.44658 -0.585553 8.01316 -0.591587 -0.0354768 -0.80546 0 0 v -7.69593 -2.08281 8.70317 -0.947675 0.233866 -0.217298 0 0 v -4.35416 -3.53676 0.321855 -0.129187 -0.426844 -0.89505 0 0 v -7.39401 -0.188093 8.01746 -0.636942 0.133957 -0.759184 0 0 v -6.09837 -2.02119 4.11217 -0.68591 -0.443569 -0.576866 0 0 v -3.42472 -0.990224 10.528 0.863671 -0.233685 0.446614 0 0 v -3.7215 -0.991174 11.1388 0.909275 -0.288884 0.299608 0 0 v -3.7456 -1.09298 11.1407 0.958781 -0.176215 0.222907 0 0 v -5.76855 -0.726953 3.24913 -0.710431 -0.08153 -0.699029 0 0 v -4.64231 3.40643 12.5106 0.999746 -0.00503809 0.0219601 0 0 v -4.63322 3.30684 12.5102 0.999803 -0.00917445 0.0176103 0 0 v -1.19763 4.00915 5.99695 -0.640028 0.380579 0.667476 0 0 v -7.95155 -0.979513 9.10577 -0.996392 0.0622889 -0.0576403 0 0 v -5.13555 -1.21941 3.03671 -0.298736 -0.336311 -0.893113 0 0 v -6.49321 -1.14746 4.21622 -0.793735 -0.190441 -0.577682 0 0 v -3.72884 -0.992534 11.7575 0.97565 -0.191482 0.106969 0 0 v -7.1884 -2.00594 8.13757 -0.518129 0.209374 -0.829279 0 0 v -0.385794 1.59769 9.14977 -0.0704474 0.493779 0.866729 0 0 v -3.61363 1.0031 10.3669 0.720267 0.561441 0.40743 0 0 v -4.68183 6.30693 13.9203 0.964106 -0.220453 0.147988 0 0 v 7.40878 -1.26785 3.1814 0.903197 -0.427503 0.0384165 0 0 v 7.45096 -1.1705 3.18499 0.924073 -0.382201 0.00348389 0 0 v 7.48831 -1.07048 3.188 0.944509 -0.328146 -0.0149597 0 0 v 7.52234 -0.969733 3.19105 0.958058 -0.284705 -0.0326692 0 0 v 7.54886 -0.870163 3.19321 0.96735 -0.249524 -0.0444061 0 0 v 7.57255 -0.769703 3.19501 0.975258 -0.217469 -0.0397391 0 0 v 7.59334 -0.668633 3.19689 0.988459 -0.148221 -0.0312855 0 0 v 7.60298 -0.568323 3.19787 0.998073 -0.0607766 -0.0124773 0 0 v 7.60478 -0.468213 3.19792 0.999455 -0.0321003 0.00772705 0 0 v 7.60818 -0.367993 3.19819 0.99838 -0.0567485 0.00414221 0 0 v 7.61603 -0.267603 3.19887 0.999299 -0.0185398 0.0325237 0 0 v 7.6139 -0.167433 3.19888 0.990648 0.10577 0.0861896 0 0 v 7.59539 -0.0663132 3.19733 0.977565 0.17605 0.115646 0 0 v 7.57658 0.0325268 3.19523 0.962271 0.231581 0.142845 0 0 v 7.54496 0.133817 3.19275 0.945444 0.285541 0.156853 0 0 v 7.51697 0.232957 3.18984 0.932675 0.330768 0.143911 0 0 v 7.47489 0.334147 3.1849 0.916305 0.370372 0.152349 0 0 v 7.4386 0.435757 3.18336 0.910093 0.389082 0.142641 0 0 v 7.38986 0.535907 3.17902 0.882419 0.452273 0.129559 0 0 v 7.33625 0.633957 3.17361 0.823704 0.56152 0.0787879 0 0 v 7.25102 0.733507 3.16587 0.698553 0.715129 0.0247955 0 0 v -6.47077 1.12976 11.4139 -0.686067 0.698257 0.204324 0 0 v -7.16257 -0.0890534 7.45597 -0.895828 0.183533 0.404732 0 0 v -6.7077 1.11005 7.56437 -0.854458 0.414505 0.313188 0 0 v -7.52915 0.321977 9.77656 -0.86137 0.504797 0.0567672 0 0 v -7.28337 0.305107 6.10426 -0.91732 0.384361 0.103883 0 0 v 5.54028 1.42025 3.01351 0.842954 0.466165 -0.268551 0 0 v 5.49304 1.52357 3.00904 0.888146 0.360779 -0.284669 0 0 v 5.45661 1.6249 3.00531 0.902909 0.314072 -0.293452 0 0 v 5.42239 1.72612 3.00099 0.91031 0.300673 -0.284484 0 0 v 5.39105 1.82376 2.99968 0.887029 0.376936 -0.266643 0 0 v 5.34086 1.92403 2.99492 0.845353 0.477015 -0.240489 0 0 v 5.27611 2.02284 2.98929 0.78341 0.570394 -0.246818 0 0 v 5.1908 2.12503 2.98047 0.747937 0.62637 -0.21966 0 0 v 5.09176 2.22719 2.97034 0.734453 0.658021 -0.166094 0 0 v 5.00542 2.32881 2.96184 0.809125 0.569063 -0.146572 0 0 v 4.94234 2.42875 2.95595 0.819504 0.543658 -0.181242 0 0 v 4.87225 2.52395 2.95149 0.785893 0.57811 -0.219456 0 0 v 4.7982 2.6256 2.94389 0.775329 0.579504 -0.251076 0 0 v 4.72011 2.72461 2.93737 0.665698 0.68474 -0.296611 0 0 v 4.56951 2.82637 2.92308 0.573494 0.770411 -0.278516 0 0 v 4.44391 2.92736 2.91186 0.722039 0.666937 -0.183999 0 0 v 4.36116 3.03273 2.90351 0.783008 0.61436 -0.097261 0 0 v 4.28441 3.13241 2.8977 0.742274 0.668575 -0.0451293 0 0 v 4.18928 3.22635 2.8903 0.674259 0.7383 -0.0169707 0 0 v 4.05077 3.33672 2.87743 0.641918 0.766465 0.0217623 0 0 v 6.57961 1.08156 3.34594 0.107753 0.798362 0.592459 0 0 v -6.854 -1.68788 7.45116 -0.81797 -0.483238 0.312101 0 0 v -7.08844 -0.0880834 7.73637 -0.962008 0.115226 -0.247513 0 0 v 3.49148 1.63867 8.96877 0.427076 0.534034 0.729667 0 0 v -5.92287 4.64578 13.2055 -0.71229 0.379903 -0.590184 0 0 v -7.84331 -1.68179 9.10737 -0.938536 -0.342875 -0.0398227 0 0 v -7.76479 -2.38213 8.70597 -0.97837 0.141203 -0.151173 0 0 v -7.60289 -0.784503 8.15636 -0.655607 -0.123744 -0.744894 0 0 v -5.31025 6.01258 12.2565 -0.178994 0.626807 -0.758336 0 0 v -4.09892 -2.31404 3.24563 -0.167754 -0.510008 -0.843653 0 0 v -4.71984 5.60679 13.4497 0.997211 -0.0385342 0.0639201 0 0 v -4.73352 5.40683 13.4507 0.978181 -0.0810685 0.191282 0 0 v 5.99321 1.02928 5.57619 0.969894 0.242255 -0.0248456 0 0 v -4.77383 6.00647 12.9737 0.962078 0.0183333 -0.272157 0 0 v -5.24102 6.54542 13.2027 -0.933889 0.354831 0.0441247 0 0 v -4.74815 3.80771 12.0366 0.923995 0.12528 -0.361299 0 0 v -4.6211 6.60681 13.7628 0.98167 -0.190331 0.00995031 0 0 v -3.35324 -0.0922436 10.6857 0.968073 0.0732186 0.239738 0 0 v -4.67161 3.50647 12.8253 0.959006 -0.0937223 0.267439 0 0 v -4.66965 2.90591 12.1997 0.987113 -0.00474848 -0.159953 0 0 v -4.64728 1.4082 11.4271 0.853659 0.479287 0.203838 0 0 v -6.18192 -0.615963 3.67946 -0.565436 -0.0924725 -0.819592 0 0 v -7.80321 -2.98058 8.97927 -0.994432 -0.0593013 0.0871147 0 0 v -7.10226 0.111387 7.58846 -0.967858 0.121128 0.220405 0 0 v -3.37906 0.107896 10.6856 0.973161 0.130431 0.189594 0 0 v 0.596266 3.3224 14.0918 0.903829 -0.331022 0.271141 0 0 v -6.30778 -0.162553 3.76578 -0.58999 0.121236 -0.798257 0 0 v -7.41767 -0.287653 8.01787 -0.615875 0.14794 -0.773829 0 0 v -3.40381 -0.892224 10.5324 0.861472 -0.208762 0.462909 0 0 v -3.76806 -1.29405 11.1408 0.986301 -0.0963145 0.13392 0 0 v -4.65344 4.00704 12.5085 0.987147 0.0523752 -0.150986 0 0 v -4.65767 3.00627 12.5108 0.988399 -0.113403 0.101035 0 0 v -4.82136 2.30828 12.5053 0.857186 -0.283733 0.4298 0 0 v 5.64324 -0.368263 7.24846 0.898142 -0.0837067 0.431663 0 0 v -7.95226 -1.07948 9.10647 -0.998945 -0.0284967 -0.036003 0 0 v -6.42059 -1.51205 4.21895 -0.783575 -0.293246 -0.547737 0 0 v -2.07948 1.11126 11.9293 0.482952 0.040489 -0.87471 0 0 v 5.69148 1.23019 6.54325 0.90625 0.367239 0.209396 0 0 v -6.88091 -2.23126 7.94486 -0.35798 0.162589 -0.919464 0 0 v -4.76808 6.20659 14.0776 0.853548 -0.339052 0.395599 0 0 v -3.39973 0.605567 10.3743 0.895844 0.320601 0.3077 0 0 v -4.80139 6.1083 14.0756 0.849945 -0.326106 0.413822 0 0 v -3.74438 -0.992574 11.4485 0.96379 -0.240994 -0.114156 0 0 v 7.48663 -1.06999 3.32688 0.934407 -0.346241 0.0836691 0 0 v 7.5225 -0.969643 3.32999 0.953003 -0.295218 0.0680554 0 0 v 7.54985 -0.870413 3.33244 0.968519 -0.244989 0.044182 0 0 v 7.57368 -0.769753 3.33413 0.976651 -0.202415 0.071979 0 0 v 7.593 -0.668443 3.33563 0.993006 -0.0919319 0.0740805 0 0 v 7.60319 -0.467743 3.33631 0.996973 -0.0403793 0.0664418 0 0 v 7.60582 -0.367643 3.33675 0.997594 -0.0226019 0.0655349 0 0 v 7.60493 -0.267273 3.33649 0.990415 0.0618447 0.123507 0 0 v 7.59244 -0.166993 3.33558 0.972714 0.165934 0.162152 0 0 v 7.56999 -0.0663132 3.33378 0.959534 0.218314 0.17786 0 0 v 7.54603 0.0340368 3.33185 0.949192 0.255259 0.18406 0 0 v 7.49076 0.232297 3.32579 0.928027 0.322796 0.185926 0 0 v 7.44845 0.334297 3.32292 0.91581 0.358438 0.181148 0 0 v 7.4101 0.433727 3.3192 0.909752 0.379005 0.169428 0 0 v 7.36691 0.536977 3.31625 0.905975 0.403774 0.127187 0 0 v 7.32326 0.633257 3.31121 0.855519 0.504138 0.118038 0 0 v 7.25682 0.728117 3.30359 0.753163 0.654972 0.061287 0 0 v -7.07976 0.228576 11.4263 -0.692035 0.708274 -0.139413 0 0 v -6.98492 0.329876 11.4246 -0.79205 0.602575 -0.0977776 0 0 v -7.18563 -0.189053 7.45696 -0.903044 0.172105 0.393561 0 0 v -7.13891 -0.288183 7.72757 -0.964849 0.172352 -0.198396 0 0 v -7.78716 -0.382953 8.56106 -0.967295 0.145328 -0.207897 0 0 v -7.43156 -1.09364 6.12007 -0.984493 -0.17515 0.00980653 0 0 v 5.59068 1.42152 3.15894 0.863251 0.440496 -0.246497 0 0 v 5.54438 1.52431 3.15407 0.891236 0.344004 -0.295568 0 0 v 5.46831 1.7245 3.14699 0.893458 0.34267 -0.290362 0 0 v 5.42827 1.82359 3.14388 0.877983 0.417196 -0.234722 0 0 v 5.36862 1.9255 3.13726 0.839659 0.509222 -0.188854 0 0 v 5.29714 2.02851 3.12895 0.811441 0.557484 -0.175428 0 0 v 5.22673 2.12377 3.12498 0.740463 0.645759 -0.186305 0 0 v 5.11775 2.22771 3.11331 0.707987 0.683612 -0.177283 0 0 v 5.0202 2.33062 3.10351 0.790695 0.592087 -0.155677 0 0 v 4.95959 2.43244 3.09727 0.850508 0.506801 -0.140672 0 0 v 4.90318 2.52825 3.09386 0.810816 0.563218 -0.159258 0 0 v 4.82546 2.62746 3.08708 0.80251 0.574381 -0.161446 0 0 v 4.75844 2.7251 3.08194 0.739251 0.653274 -0.163526 0 0 v 4.65876 2.8123 3.07595 0.565134 0.810733 -0.152756 0 0 v 4.46031 2.93286 3.0548 0.62625 0.776347 -0.0713866 0 0 v 4.36766 3.02767 3.04745 0.712037 0.700243 0.0516138 0 0 v 4.26797 3.12959 3.03935 0.699414 0.705474 0.114565 0 0 v -7.77196 -0.475914 9.78437 -0.971049 0.0815818 0.224519 0 0 v -6.67074 0.828036 11.5553 -0.804339 0.51401 0.298046 0 0 v -7.52172 -1.27058 10.611 -0.958249 -0.282425 -0.0446634 0 0 v -7.45589 -2.37294 10.3411 -0.995234 0.0885949 0.0407488 0 0 v -7.1293 -0.187883 7.59127 -0.9365 0.232439 0.262564 0 0 v -7.86714 -1.27747 9.65386 -0.955984 -0.104999 0.273991 0 0 v -7.83684 -0.676953 9.64846 -0.958157 0.137603 0.251 0 0 v 5.97974 0.529927 6.28003 0.954383 0.188678 0.231415 0 0 v -7.62024 -0.486093 8.15927 -0.730753 0.063788 -0.679655 0 0 v -6.68196 1.02483 10.7237 -0.772634 0.592437 0.228154 0 0 v 3.55142 3.17882 6.67701 0.309116 0.933732 0.180534 0 0 v -7.83871 -1.3826 8.70036 -0.914504 -0.178444 -0.363099 0 0 v -4.72934 5.506 13.4513 0.985192 -0.0824327 0.150336 0 0 v -7.90744 -0.977443 9.51427 -0.978013 0.080061 0.192562 0 0 v -4.75967 5.70682 12.9753 0.971741 0.0520254 -0.230244 0 0 v -4.75024 5.50738 12.9751 0.970649 0.085465 -0.224802 0 0 v -4.74253 5.10758 12.8195 0.980548 0.0980241 -0.170048 0 0 v -4.65755 3.70641 12.8248 0.980986 -0.073815 0.179494 0 0 v -4.68137 3.40583 12.8271 0.940381 -0.11289 0.320841 0 0 v -4.69772 3.30572 12.826 0.933137 -0.0991117 0.34559 0 0 v -4.66907 3.10558 12.1991 0.983413 -0.00369143 -0.181342 0 0 v -4.56208 1.3096 11.4295 0.731028 0.644528 0.22401 0 0 v -6.19902 -3.96155 8.20556 -0.432228 -0.574911 -0.694735 0 0 v -7.46175 -2.37175 10.6162 -0.99914 0.0341414 0.0235163 0 0 v 5.99552 0.930147 5.85853 0.978876 0.158332 0.129357 0 0 v 4.71493 2.88231 5.63857 0.443251 0.890409 0.103439 0 0 v -7.66791 -1.98162 8.70007 -0.950395 0.12374 -0.285374 0 0 v -6.0651 -2.41145 4.48612 -0.680481 -0.584334 -0.442153 0 0 v 5.50857 -1.36859 7.24226 0.913866 -0.18894 0.359375 0 0 v -5.69622 -0.788913 3.19505 -0.630852 -0.151082 -0.761052 0 0 v -3.35327 -0.691064 10.5306 0.875029 -0.176991 0.450553 0 0 v -3.75476 -1.1938 11.1409 0.978538 -0.130891 0.159157 0 0 v -4.73403 2.30545 11.7321 0.986661 0.052863 -0.153963 0 0 v -4.67186 2.90642 12.5108 0.972392 -0.141159 0.185816 0 0 v 6.01469 -0.667703 6.00167 0.982125 -0.118268 0.146434 0 0 v 5.81628 1.22938 6.12716 0.869611 0.395058 0.296153 0 0 v -6.76795 1.20921 7.29457 -0.79877 0.508556 0.321461 0 0 v -3.2663 -0.0922935 10.3804 0.920182 0.102236 0.377907 0 0 v -4.6458 3.40636 12.3549 0.989908 0.0418845 -0.135377 0 0 v -4.71329 2.30568 11.889 0.996892 0.0218296 -0.0756949 0 0 v -2.57465 0.605546 11.7707 0.60976 -0.512553 -0.604552 0 0 v -6.12088 2.03642 12.104 -0.841417 0.104255 -0.530234 0 0 v -3.56946 -1.18885 10.6767 0.828535 -0.364108 0.425387 0 0 v -3.53385 -1.09154 10.6815 0.85404 -0.331621 0.400803 0 0 v 5.9351 1.22666 5.57161 0.933535 0.355284 0.0477994 0 0 v 7.46491 -1.07075 3.46467 0.907998 -0.356277 0.220468 0 0 v 7.50065 -0.970143 3.46754 0.92493 -0.311932 0.217263 0 0 v 7.53295 -0.868693 3.46954 0.944875 -0.255809 0.204384 0 0 v 7.55694 -0.768653 3.47129 0.9554 -0.202009 0.215414 0 0 v 7.57125 -0.668803 3.47288 0.972998 -0.148506 0.176695 0 0 v 7.5838 -0.568353 3.47373 0.985454 -0.0715117 0.154165 0 0 v 7.58566 -0.468153 3.47429 0.986491 -0.0290066 0.161224 0 0 v 7.59116 -0.367483 3.47386 0.986737 0.00735199 0.162163 0 0 v 7.58259 -0.266833 3.47365 0.973885 0.107499 0.199981 0 0 v 7.56922 -0.166613 3.47218 0.963597 0.176486 0.200833 0 0 v 7.54604 -0.0662132 3.47052 0.959517 0.215244 0.181652 0 0 v 7.52199 0.0341468 3.46841 0.947157 0.263935 0.182294 0 0 v 7.45931 0.234037 3.46244 0.923515 0.327321 0.199953 0 0 v 7.42359 0.334147 3.45953 0.923803 0.336568 0.182512 0 0 v 7.38678 0.434067 3.45579 0.91817 0.355085 0.175722 0 0 v 7.3507 0.534667 3.4534 0.8846 0.416656 0.209477 0 0 v 7.29925 0.633357 3.44808 0.822062 0.521638 0.228269 0 0 v -7.5137 -0.267943 11.5679 -0.930226 0.362981 -0.0540809 0 0 v -7.19953 -0.288683 7.45877 -0.912886 0.11035 0.393017 0 0 v -7.10449 -0.187483 7.72696 -0.938336 0.238921 -0.249883 0 0 v -7.52672 -1.783 8.42736 -0.779615 -0.139163 -0.610601 0 0 v -7.51962 -1.88314 8.42537 -0.76605 0.0624902 -0.639737 0 0 v 5.62359 1.42623 3.3006 0.911956 0.362332 -0.192489 0 0 v 5.5851 1.52601 3.29728 0.916131 0.311515 -0.252312 0 0 v 5.55728 1.62494 3.29545 0.909418 0.318143 -0.267852 0 0 v 5.51731 1.72412 3.29249 0.87942 0.405708 -0.24904 0 0 v 5.46727 1.82432 3.28763 0.862338 0.449919 -0.232261 0 0 v 5.40291 1.92357 3.28189 0.827457 0.509287 -0.23652 0 0 v 5.3321 2.02668 3.27375 0.808741 0.531112 -0.252699 0 0 v 5.26556 2.12457 3.26878 0.756837 0.596858 -0.266379 0 0 v 5.16523 2.2252 3.25946 0.689398 0.669213 -0.27728 0 0 v 5.0651 2.32628 3.24944 0.736213 0.622636 -0.265169 0 0 v 4.99245 2.42837 3.24213 0.816114 0.53788 -0.211291 0 0 v 4.92922 2.52922 3.23693 0.817807 0.550567 -0.167535 0 0 v 4.85221 2.629 3.23055 0.787186 0.598697 -0.147987 0 0 v 4.78404 2.72552 3.22517 0.754134 0.648414 -0.104121 0 0 v 4.68781 2.81651 3.21796 0.593418 0.798634 -0.100195 0 0 v 4.43999 2.94102 3.19511 0.553723 0.831996 0.0342502 0 0 v 4.34149 3.0275 3.18687 0.633417 0.760242 0.144278 0 0 v -6.65401 0.932546 11.2795 -0.823746 0.566078 0.0315906 0 0 v -5.77402 4.23892 12.3685 -0.981865 0.163197 0.0964764 0 0 v -6.72111 0.730386 11.5571 -0.831041 0.515702 0.208381 0 0 v -2.52893 2.23198 8.81527 0.241238 0.833903 0.496396 0 0 v -7.48647 -1.37033 10.6115 -0.941271 -0.333671 -0.0516885 0 0 v -7.34216 -1.2617 11.9784 -0.592859 -0.2145 0.776214 0 0 v -7.1054 -0.0879334 7.59006 -0.9585 0.132039 0.252671 0 0 v -5.67528 6.54155 14.9012 -0.575098 0.562908 0.59363 0 0 v -7.48317 0.517947 8.68386 -0.86678 0.478792 -0.139467 0 0 v -7.78546 -2.58208 8.70786 -0.988521 0.050187 -0.142502 0 0 v -7.61666 -0.584813 8.15316 -0.719275 -0.00598081 -0.6947 0 0 v 2.8999 2.75083 7.96296 0.393093 0.887684 0.239781 0 0 v 1.07956 1.71462 9.42697 0.0907958 0.592615 0.800352 0 0 v -0.458194 3.08107 7.71376 0.0296342 0.828416 0.559328 0 0 v -7.1738 1.12125 9.07957 -0.782775 0.622305 0.000412373 0 0 v -4.72055 5.70695 13.4493 0.99848 -0.031557 0.0451763 0 0 v 6.01741 0.929357 5.57843 0.986346 0.163148 -0.0224508 0 0 v -4.73069 6.10835 13.9185 0.913277 -0.282967 0.293011 0 0 v -4.76812 5.80678 12.9733 0.958089 0.0312739 -0.284757 0 0 v -1.98765 -3.8257 0.575765 -0.808135 -0.576584 -0.120288 0 0 v -6.34441 5.65276 14.3197 -0.987418 0.155572 -0.0283515 0 0 v -7.18682 0.916947 9.76546 -0.797864 0.51075 0.320229 0 0 v -6.91917 0.434256 11.4237 -0.88201 0.469786 -0.0368792 0 0 v -4.44972 -3.50599 0.333915 -0.246738 -0.441396 -0.862722 0 0 v -7.09759 0.507647 7.17736 -0.94319 0.298639 0.145631 0 0 v -7.11678 -1.48432 8.00886 -0.662118 -0.241012 -0.709586 0 0 v -7.45571 0.516747 9.08897 -0.900789 0.42958 0.0635699 0 0 v 3.66938 3.51176 5.47026 0.502821 0.808048 0.306967 0 0 v -7.59706 -1.66903 11.1631 -0.982483 -0.15159 -0.108386 0 0 v -7.4541 -2.57117 10.6169 -0.993697 -0.0573467 0.0963193 0 0 v -5.61872 -0.845103 3.15047 -0.575806 -0.191757 -0.794781 0 0 v -3.33626 -0.591684 10.5326 0.896493 -0.155835 0.414747 0 0 v -4.64774 -3.11427 4.21692 -0.286645 -0.767439 -0.573474 0 0 v -4.56506 7.02168 13.9208 0.933311 -0.326156 0.150177 0 0 v -7.48326 -1.96912 11.0281 -0.945418 -0.311963 -0.0941454 0 0 v 6.05655 0.430377 6.00412 0.979116 0.130933 0.155527 0 0 v -3.56025 -0.388004 11.2953 0.922161 -0.332215 0.198122 0 0 v 0.550806 2.92414 13.4856 0.907632 0.031453 -0.418587 0 0 v -4.714 2.40547 11.8888 0.995967 0.0249793 -0.0861761 0 0 v -4.72642 2.50537 11.8881 0.987638 0.067287 -0.141579 0 0 v -5.29833 -2.81309 4.20475 -0.350927 -0.792943 -0.498088 0 0 v -6.10512 -0.677203 3.63067 -0.623284 -0.107054 -0.774633 0 0 v 7.46001 -0.968533 3.6017 0.885426 -0.3081 0.347987 0 0 v 7.48766 -0.869733 3.60536 0.900643 -0.255633 0.351417 0 0 v 7.51179 -0.769313 3.6071 0.906328 -0.239304 0.348285 0 0 v 7.54063 -0.667463 3.60724 0.933611 -0.199196 0.297813 0 0 v 7.55714 -0.571883 3.60958 0.964547 -0.0910714 0.2477 0 0 v 7.56015 -0.467483 3.61086 0.959171 -0.0109456 0.282616 0 0 v 7.55799 -0.367343 3.61021 0.960852 0.0376288 0.274494 0 0 v 7.54866 -0.266473 3.61029 0.952326 0.10674 0.2858 0 0 v 7.53563 -0.166113 3.60899 0.951694 0.14644 0.269876 0 0 v 7.52104 -0.0661632 3.607 0.947037 0.196997 0.253599 0 0 v 7.49529 0.0336768 3.60432 0.926593 0.274297 0.257269 0 0 v 7.46255 0.134807 3.60262 0.906023 0.317382 0.279984 0 0 v 7.42623 0.235097 3.59944 0.911768 0.315427 0.263028 0 0 v 7.39611 0.332907 3.59488 0.894128 0.34327 0.287579 0 0 v 7.35301 0.435717 3.59373 0.888207 0.373427 0.267659 0 0 v 7.31137 0.533097 3.58788 0.822443 0.462071 0.33178 0 0 v -5.42066 6.04531 13.2039 -0.948213 0.315184 -0.0393751 0 0 v -5.85461 1.93448 11.2617 -0.696099 0.271824 -0.664498 0 0 v -7.70936 -3.0775 9.38447 -0.932003 -0.210735 0.294891 0 0 v -7.35008 -0.984453 8.01177 -0.58175 -0.236139 -0.778335 0 0 v -2.27241 2.92375 7.67457 -0.0803971 0.945365 0.315946 0 0 v -7.5562 -1.68899 8.42316 -0.730407 -0.266627 -0.628821 0 0 v 5.68751 1.326 3.44667 0.91292 0.37814 -0.15358 0 0 v 5.64678 1.42561 3.44374 0.935101 0.301641 -0.186007 0 0 v 5.6274 1.52353 3.44372 0.940226 0.256466 -0.224054 0 0 v 5.59531 1.62506 3.43926 0.9203 0.305944 -0.243815 0 0 v 5.49687 1.8266 3.42926 0.867038 0.45041 -0.213016 0 0 v 5.44472 1.92581 3.425 0.855455 0.458155 -0.241433 0 0 v 5.39062 2.02391 3.42118 0.825979 0.487651 -0.282765 0 0 v 5.32736 2.12342 3.41539 0.778992 0.553433 -0.29476 0 0 v 5.24142 2.2257 3.40659 0.705344 0.639625 -0.305564 0 0 v 5.14538 2.31972 3.40064 0.684982 0.660115 -0.308298 0 0 v 5.0406 2.42762 3.38839 0.741074 0.622102 -0.252584 0 0 v 4.95698 2.53204 3.37983 0.791196 0.587614 -0.169466 0 0 v 4.8874 2.62702 3.37526 0.762731 0.634782 -0.123665 0 0 v 4.79708 2.72616 3.36752 0.717054 0.69468 -0.0570469 0 0 v 4.69194 2.82195 3.35868 0.533013 0.846093 -0.00488321 0 0 v 4.40568 2.94654 3.33234 0.58163 0.81246 0.0401791 0 0 v 4.29722 3.03574 3.32329 0.678503 0.734514 -0.0110825 0 0 v 4.21987 3.11541 3.3129 0.665202 0.746001 -0.0314353 0 0 v 4.07527 3.22789 3.30406 0.591079 0.801199 -0.0933052 0 0 v -1.79608 1.42536 9.19127 0.378309 0.40621 0.831791 0 0 v -2.06387 1.53079 9.28967 0.410782 0.422344 0.808012 0 0 v -5.56123 5.64043 12.3596 -0.962192 0.249175 0.109992 0 0 v -7.10259 0.0114966 7.58937 -0.973854 0.0494902 0.22172 0 0 v -7.69598 -2.87675 9.51966 -0.936071 -0.0576688 0.347053 0 0 v -7.8011 -0.278013 9.50836 -0.966968 0.222865 0.123712 0 0 v -7.53661 0.416317 8.68617 -0.903733 0.424307 -0.0568266 0 0 v -7.78777 -2.68184 8.70807 -0.989489 0.0437241 -0.137838 0 0 v -7.72499 -0.175963 9.78176 -0.949625 0.251589 0.186858 0 0 v -1.3146 3.93869 0.447955 0.240887 0.969739 0.039739 0 0 v -7.79816 -0.181974 8.82967 -0.947545 0.286033 -0.142631 0 0 v 5.27712 1.82223 6.90867 0.791613 0.541385 0.283286 0 0 v -5.33493 6.34324 12.7782 -0.94009 0.340894 -0.00466145 0 0 v -4.70628 5.90692 13.4489 0.995497 -0.0926389 -0.0201013 0 0 v -4.7191 5.80688 13.4489 0.998233 -0.0590155 -0.00687857 0 0 v -4.75629 2.00585 12.0437 0.957271 -0.192056 0.216208 0 0 v 5.97217 -0.568313 6.28126 0.971552 -0.089549 0.219245 0 0 v -4.73803 5.4079 12.9761 0.980193 0.112734 -0.162829 0 0 v -7.44273 -2.67092 10.6174 -0.978389 -0.137959 0.15402 0 0 v -2.95911 0.707816 11.4512 0.61097 -0.058383 -0.789498 0 0 v -3.55161 -2.73405 3.50334 -0.327875 -0.799343 -0.503536 0 0 v -5.65129 3.76756 11.5701 -0.331646 0.0252569 -0.943066 0 0 v -5.8236 -0.947553 3.38858 -0.747997 -0.303618 -0.590184 0 0 v -0.264404 1.8244 8.98867 0.0723751 0.660603 0.747239 0 0 v -0.933824 -4.37999 0.401535 0.0147805 -0.569814 -0.82164 0 0 v -1.77487 -4.01226 0.417774 -0.548237 -0.519662 -0.655277 0 0 v -3.70131 -0.788704 11.2918 0.948707 -0.288611 0.129064 0 0 v -4.71825 4.20698 13.1379 0.927427 -0.0469296 0.371048 0 0 v 5.6216 -0.568463 7.24887 0.913922 -0.111173 0.390367 0 0 v 1.35705 3.02608 7.84916 0.315516 0.84574 0.430318 0 0 v 6.04322 0.729517 5.58062 0.9874 0.148145 -0.0556336 0 0 v 0.639506 3.71751 14.2456 0.849355 0.482603 -0.213755 0 0 v -3.49615 0.706347 10.5269 0.875374 0.394356 0.279651 0 0 v -3.553 0.806256 10.5254 0.820976 0.48912 0.294548 0 0 v 0.538416 2.52638 8.50697 0.00700065 0.864287 0.502951 0 0 v -6.0495 -2.25432 4.26082 -0.706334 -0.521919 -0.478219 0 0 v -7.40764 -1.51203 8.23847 -0.562645 -0.2611 -0.784383 0 0 v -3.47933 -3.14731 4.07279 -0.0430084 -0.702564 -0.71032 0 0 v -4.73902 4.7073 13.292 0.94051 -0.0378314 0.337653 0 0 v -3.4681 -0.890094 10.6811 0.906876 -0.211379 0.364548 0 0 v -4.70319 6.91007 14.5475 0.90376 -0.0169552 0.427703 0 0 v -4.72272 4.10724 13.1359 0.922339 -0.059493 0.381774 0 0 v -1.59895 -4.09456 0.368145 -0.311152 -0.461532 -0.830766 0 0 v -5.08196 -1.37901 3.07062 -0.319838 -0.404353 -0.856856 0 0 v -6.26962 3.34028 12.7935 -0.814531 0.243772 -0.526417 0 0 v 7.42221 -0.875503 3.7403 0.827397 -0.271237 0.491777 0 0 v 7.45263 -0.769823 3.74227 0.861536 -0.241417 0.446625 0 0 v 7.50675 -0.571873 3.74454 0.883027 -0.151045 0.444352 0 0 v 7.51043 -0.467863 3.74585 0.907892 -0.00589692 0.419163 0 0 v 7.50947 -0.367133 3.74522 0.901881 0.0456793 0.429564 0 0 v 7.50073 -0.266403 3.74627 0.90924 0.0939781 0.405525 0 0 v 7.48904 -0.165743 3.74558 0.919323 0.136426 0.369098 0 0 v 7.473 -0.0662632 3.74213 0.894025 0.206865 0.397399 0 0 v 7.44705 0.0335167 3.73945 0.880002 0.278027 0.385095 0 0 v 7.41244 0.134307 3.73721 0.854934 0.306569 0.418453 0 0 v 7.3823 0.231977 3.73165 0.834505 0.32062 0.448112 0 0 v -7.39192 0.00610667 6.65301 -0.977749 0.17449 0.116449 0 0 v 1.44821 2.99703 7.82096 0.354594 0.860739 0.365229 0 0 v -5.99187 3.53455 11.8183 -0.940111 0.0632498 -0.334949 0 0 v -4.65022 6.60665 14.0779 0.982195 -0.154609 0.106722 0 0 v -6.87204 -1.58898 7.72256 -0.862437 -0.43883 -0.252251 0 0 v -6.94524 0.610357 7.57796 -0.889955 0.360614 0.279172 0 0 v 5.79848 1.12712 3.59144 0.909983 0.406245 -0.083045 0 0 v 5.75347 1.22768 3.59272 0.921484 0.359384 -0.147344 0 0 v 5.72121 1.32502 3.59113 0.934366 0.285879 -0.212681 0 0 v 5.68979 1.42313 3.59008 0.924991 0.286607 -0.249494 0 0 v 5.65902 1.52548 3.5856 0.936384 0.250205 -0.246134 0 0 v 5.63214 1.62498 3.58318 0.921389 0.318595 -0.222576 0 0 v 5.59319 1.72422 3.57984 0.883148 0.420571 -0.207773 0 0 v 5.53321 1.82602 3.57366 0.871838 0.453194 -0.185778 0 0 v 5.48417 1.92673 3.56876 0.880876 0.428257 -0.201625 0 0 v 5.43445 2.02754 3.56381 0.858537 0.47113 -0.20236 0 0 v 5.37737 2.12336 3.56041 0.806548 0.556931 -0.198262 0 0 v 5.29338 2.22705 3.55171 0.74097 0.645789 -0.184175 0 0 v 5.20152 2.3244 3.54438 0.702508 0.688127 -0.181561 0 0 v 5.09151 2.42845 3.53386 0.697121 0.693188 -0.183065 0 0 v 4.99031 2.52861 3.52495 0.732678 0.667539 -0.13257 0 0 v 4.90848 2.62356 3.51875 0.731017 0.679784 -0.0592316 0 0 v 4.80627 2.7226 3.50962 0.682968 0.730306 -0.0144519 0 0 v 4.68983 2.8191 3.4995 0.556172 0.831051 0.00528911 0 0 v 4.4141 2.9404 3.47298 0.58726 0.798064 -0.134983 0 0 v 4.33781 3.0233 3.4686 0.723858 0.652967 -0.222854 0 0 v 4.25864 3.11991 3.46234 0.711011 0.653877 -0.258665 0 0 v 4.1617 3.21059 3.45588 0.58656 0.766415 -0.261832 0 0 v -4.12663 1.63357 9.40187 0.285216 0.921845 0.262398 0 0 v 3.49736 3.00747 7.08027 0.331426 0.710731 0.620498 0 0 v -2.64082 1.65121 9.40647 0.148462 0.430857 0.890124 0 0 v -1.51363 2.32996 8.52467 -0.00829088 0.67867 0.734396 0 0 v -7.07364 0.113777 7.72276 -0.966893 0.240729 -0.0846573 0 0 v -7.58197 0.316207 8.68756 -0.886471 0.461779 -0.0304938 0 0 v -7.79227 -2.78155 8.70786 -0.97725 0.0428076 -0.207723 0 0 v -7.63827 0.215907 8.68937 -0.890545 0.454886 -0.00292037 0 0 v -7.68524 0.117207 8.69076 -0.92365 0.382404 -0.02525 0 0 v -7.72515 -0.584603 8.29386 -0.849948 0.0535946 -0.524134 0 0 v -7.83085 -0.282493 8.83116 -0.965297 0.227872 -0.127577 0 0 v 5.41391 -1.67105 7.23906 0.866048 -0.365237 0.341412 0 0 v -7.3795 0.717907 8.95136 -0.910755 0.404377 0.0836951 0 0 v -5.99333 3.43481 11.8181 -0.927179 0.0691451 -0.368181 0 0 v -4.72662 2.20542 12.0445 0.992718 -0.0922307 0.0774842 0 0 v -4.7299 2.10623 12.044 0.972785 -0.164318 0.163365 0 0 v 5.89615 -0.0684333 6.69907 0.948541 -0.0418177 0.31388 0 0 v -4.71871 5.20722 12.9776 0.992334 0.0388012 -0.11734 0 0 v -5.79906 -0.840803 3.31377 -0.746415 -0.202327 -0.633979 0 0 v -4.7338 1.70596 11.4231 0.978351 0.126182 -0.164035 0 0 v -2.98534 0.605276 11.4495 0.705085 -0.224401 -0.67268 0 0 v -3.56662 1.33361 13.0882 -0.708983 0.623516 0.3295 0 0 v -5.75148 -1.00928 3.3345 -0.681245 -0.370313 -0.631485 0 0 v -3.39344 -0.0917235 10.8392 0.973234 0.0566473 0.222726 0 0 v -3.4018 0.00838644 10.84 0.983721 0.0519874 0.172017 0 0 v -6.19615 4.54525 13.3462 -0.496122 0.433477 -0.752303 0 0 v -6.77253 0.731446 11.1436 -0.84452 0.525148 0.104905 0 0 v -4.65759 2.80595 12.3555 0.992114 -0.119326 0.0383562 0 0 v -7.88262 -0.981863 8.69987 -0.965463 -0.0336023 -0.258363 0 0 v -3.92657 -1.89383 11.2911 0.956101 -0.276699 0.096485 0 0 v -7.41005 0.616937 9.08727 -0.894383 0.433548 0.110065 0 0 v -3.79359 -1.49094 11.1378 0.942615 -0.234232 0.237933 0 0 v -3.72976 -1.59314 10.678 0.911284 -0.257944 0.320978 0 0 v -3.3059 -0.291964 10.5343 0.945187 0.0385415 0.324246 0 0 v -3.61292 0.903986 10.5221 0.738026 0.591579 0.324579 0 0 v -3.7629 -1.09161 11.4488 0.976978 -0.204428 -0.0610222 0 0 v -3.3809 -0.491354 10.6847 0.908951 -0.181882 0.375136 0 0 v -3.36523 -0.391674 10.6857 0.928588 -0.12811 0.348299 0 0 v -4.68915 2.60655 12.3546 0.974394 -0.157991 0.159984 0 0 v -5.82418 -4.16465 8.28127 -0.062113 -0.773141 -0.631186 0 0 v -5.72057 -4.18065 8.29006 -0.00616781 -0.803335 -0.595495 0 0 v 6.05757 0.629707 5.5818 0.988578 0.145694 -0.0385691 0 0 v 0.620986 3.52433 14.2419 0.928832 -0.278235 0.244657 0 0 v -4.86894 -3.2778 0.490715 -0.77783 -0.62667 -0.0476012 0 0 v -1.84991 -3.95833 0.457135 -0.664593 -0.579109 -0.472175 0 0 v -5.47873 -1.79001 3.51445 -0.475967 -0.364901 -0.800189 0 0 v 5.8513 1.02825 6.27006 0.88484 0.347134 0.310734 0 0 v 5.81293 1.1282 6.26712 0.870797 0.383785 0.307281 0 0 v 7.39912 -0.668083 3.87388 0.767677 -0.251203 0.58955 0 0 v 7.42647 -0.566853 3.87773 0.794761 -0.12665 0.59356 0 0 v 7.42717 -0.454653 3.88011 0.799877 0.000939184 0.600164 0 0 v 5.62501 -1.46954 6.82546 0.881327 -0.307321 0.358909 0 0 v 5.70141 -1.16906 6.83056 0.902741 -0.178141 0.391568 0 0 v 7.32658 0.133677 3.86813 0.714635 0.31214 0.625991 0 0 v 7.28605 0.231607 3.86175 0.685369 0.335824 0.646136 0 0 v 5.67707 0.730287 7.10716 0.895443 0.203913 0.395729 0 0 v 5.71186 0.530377 7.10806 0.928545 0.0730996 0.363951 0 0 v -1.95464 1.72457 9.09706 0.382479 0.626624 0.679008 0 0 v -6.41673 1.40587 7.68306 -0.644228 0.622452 0.444437 0 0 v -6.73608 -1.78713 7.71916 -0.785758 -0.561169 -0.260143 0 0 v -6.81033 -1.68824 7.72096 -0.801801 -0.527467 -0.280881 0 0 v -7.08035 -1.08784 7.45807 -0.901231 -0.301735 0.311029 0 0 v 5.85496 1.02781 3.7422 0.917666 0.385098 -0.0979253 0 0 v 5.81422 1.12681 3.7388 0.931499 0.327871 -0.157512 0 0 v 5.77791 1.22747 3.73519 0.931902 0.308095 -0.191408 0 0 v 5.75015 1.32675 3.73323 0.942943 0.261134 -0.20656 0 0 v 5.72564 1.42639 3.73062 0.945213 0.246546 -0.21398 0 0 v 5.69986 1.52682 3.72846 0.935459 0.279755 -0.215993 0 0 v 5.66961 1.62485 3.72672 0.915847 0.354768 -0.188052 0 0 v 5.61998 1.72516 3.72205 0.881882 0.4438 -0.159143 0 0 v 5.56099 1.82715 3.71598 0.867158 0.475614 -0.147747 0 0 v 5.45932 2.0274 3.707 0.866845 0.487208 -0.105863 0 0 v 5.39598 2.12783 3.70136 0.822282 0.564353 -0.073196 0 0 v 5.3169 2.22561 3.69485 0.744545 0.667004 -0.0275481 0 0 v 5.2151 2.32531 3.68601 0.70613 0.708069 0.00438659 0 0 v 5.11498 2.4266 3.67721 0.707238 0.706956 -0.00522934 0 0 v 5.01316 2.52662 3.66844 0.709165 0.704296 -0.0324587 0 0 v 4.91065 2.6256 3.65953 0.688477 0.724513 -0.0328677 0 0 v 4.79605 2.72549 3.64971 0.633404 0.773629 0.0172742 0 0 v 4.65964 2.82947 3.63722 0.581864 0.81328 -0.00319461 0 0 v 4.4835 2.93127 3.62084 0.631444 0.744106 -0.218141 0 0 v 4.32288 3.12176 3.60895 0.701182 0.635065 -0.324092 0 0 v 4.2305 3.2173 3.6027 0.609454 0.739714 -0.285287 0 0 v -1.07663 1.37343 9.13776 -0.0956945 0.351253 0.931377 0 0 v 0.882036 3.35253 6.83496 0.151709 0.710202 0.687458 0 0 v -2.74309 1.65768 9.41337 0.156447 0.444137 0.882194 0 0 v -7.46284 -2.47329 10.3414 -0.997977 0.0591242 0.0233494 0 0 v -7.03871 0.214287 7.72006 -0.964105 0.265157 -0.0139195 0 0 v 3.67153 1.57341 8.90767 0.426495 0.4928 0.758452 0 0 v -7.79049 -2.98202 8.70916 -0.970306 -0.125133 -0.206996 0 0 v -7.35568 0.715507 8.68116 -0.758121 0.579326 -0.29939 0 0 v -6.0457 4.44853 13.2012 -0.543184 0.426102 -0.723456 0 0 v -7.84662 -0.381343 8.83156 -0.967516 0.21798 -0.128052 0 0 v 0.563076 3.50789 13.8054 0.492036 0.611892 -0.619265 0 0 v -7.34376 0.817827 8.94966 -0.92098 0.38961 0.000210158 0 0 v -7.2998 0.917737 8.94907 -0.890386 0.449451 -0.0721599 0 0 v -4.82765 6.00632 12.8131 0.930861 0.0473336 -0.362294 0 0 v -4.72017 5.20716 13.2932 0.988799 -0.0346251 0.145179 0 0 v -4.7001 2.60565 12.0443 0.989509 -0.0445879 -0.137423 0 0 v -2.42238 0.810256 11.7765 0.546756 -0.301967 -0.780944 0 0 v -4.72784 5.30733 12.9767 0.987039 0.0832645 -0.137192 0 0 v 5.97797 1.02855 5.85614 0.942976 0.271149 0.193064 0 0 v -6.23411 -3.63135 7.93956 -0.12331 -0.646975 -0.752475 0 0 v -7.73786 -1.97796 9.51727 -0.955932 -0.248026 0.15709 0 0 v -4.76119 4.5067 13.2949 0.910663 -0.0840604 0.404509 0 0 v -4.6625 4.50708 12.98 0.991637 -0.00228252 0.129034 0 0 v -5.4449 -3.29508 7.91506 0.331388 -0.263459 -0.905964 0 0 v -3.40571 0.108156 10.8391 0.980488 0.11462 0.159702 0 0 v -4.8189 2.80742 12.8213 0.817226 -0.286406 0.500113 0 0 v -1.57141 3.9672 0.677695 0.201153 0.977771 0.0591794 0 0 v -7.6165 -2.78381 8.29987 -0.820682 -0.00804851 -0.571329 0 0 v -4.65515 3.00598 12.3557 0.996189 -0.0661602 -0.0568327 0 0 v -4.7415 4.90679 13.2964 0.939029 -0.0770399 0.335095 0 0 v -3.3203 -0.491873 10.5337 0.915775 -0.134676 0.378441 0 0 v -6.41285 -3.17365 7.79257 -0.227187 -0.184432 -0.956227 0 0 v -7.71118 0.119987 9.09597 -0.888503 0.457096 -0.0403337 0 0 v -4.79037 4.60931 12.3444 0.887418 0.23304 -0.397721 0 0 v -5.02543 -3.20052 4.64987 -0.317053 -0.818276 -0.479481 0 0 v -3.75308 -0.990504 11.2924 0.981595 -0.179159 0.0661331 0 0 v -3.42253 -0.691344 10.6839 0.910765 -0.189967 0.366633 0 0 v -3.44896 -0.791734 10.6839 0.904765 -0.21646 0.366803 0 0 v -6.46212 -3.91031 8.41516 -0.543849 -0.692103 -0.474575 0 0 v -6.73962 -3.21109 7.87577 -0.235014 -0.213534 -0.948247 0 0 v 0.539866 3.18546 13.5265 0.492288 0.381808 -0.782225 0 0 v 5.66966 1.62623 6.11364 0.855684 0.363081 0.368751 0 0 v -3.59975 -0.488914 11.2947 0.911738 -0.330505 0.243928 0 0 v 0.510866 3.90684 14.6454 0.494613 0.868765 0.0246245 0 0 v -7.38174 -1.87156 10.6128 -0.981691 0.11421 -0.152441 0 0 v -6.52471 -1.26199 4.28055 -0.775629 -0.157178 -0.611306 0 0 v -4.6859 6.50632 13.2875 0.972714 -0.0947495 -0.211779 0 0 v -4.76421 3.30747 12.9781 0.863965 -0.138048 0.484259 0 0 v -7.22161 0.0278564 10.8759 -0.901419 0.359876 0.240693 0 0 v -5.94089 3.6409 12.6494 -0.80362 0.270308 -0.530216 0 0 v -4.70517 4.50692 13.1373 0.953194 -0.0588037 0.296587 0 0 v -3.30296 0.108356 10.3819 0.917581 0.157907 0.364842 0 0 v -3.88567 -1.69313 11.2918 0.968995 -0.201674 0.142743 0 0 v 5.58828 -1.56979 6.82344 0.873743 -0.348501 0.339294 0 0 v -7.20562 0.122936 11.4291 -0.682489 0.720068 -0.125343 0 0 v 5.25252 1.73311 7.08467 0.817328 0.399722 0.414966 0 0 v 5.53197 1.12675 7.09426 0.794631 0.391922 0.463636 0 0 v -7.44137 -0.665764 11.9718 -0.654326 0.115085 0.747404 0 0 v -7.36937 -0.590243 7.06006 -0.959538 -0.0217641 0.280738 0 0 v -7.13867 -0.887493 7.45947 -0.916699 -0.265027 0.299038 0 0 v -7.09473 -0.986683 7.73007 -0.895992 -0.34902 -0.27456 0 0 v -7.19529 -0.587913 7.45967 -0.912164 -0.134937 0.386973 0 0 v -7.17787 -0.688393 7.46057 -0.928837 -0.0855771 0.360469 0 0 v -7.43199 -2.26974 10.8906 -0.993014 -0.048605 0.10752 0 0 v 5.87453 1.02554 3.88491 0.934031 0.336219 -0.120595 0 0 v 5.84054 1.12724 3.88125 0.94633 0.279235 -0.162748 0 0 v 5.81573 1.22758 3.87905 0.943925 0.263917 -0.198378 0 0 v 5.78734 1.32664 3.87678 0.937938 0.27982 -0.204874 0 0 v 5.75529 1.42872 3.87268 0.947448 0.263334 -0.181649 0 0 v 5.72855 1.52819 3.87077 0.935193 0.317032 -0.157811 0 0 v 5.68853 1.62742 3.86753 0.911135 0.395078 -0.117241 0 0 v 5.63808 1.72783 3.86314 0.882118 0.461295 -0.09526 0 0 v 5.58464 1.82653 3.85872 0.86582 0.492437 -0.0886595 0 0 v 5.5246 1.92857 3.85318 0.865118 0.499201 -0.0486673 0 0 v 5.47133 2.0271 3.84877 0.837483 0.546448 0.00413393 0 0 v 5.39418 2.12647 3.84214 0.776222 0.629151 0.0405947 0 0 v 5.29609 2.22958 3.834 0.691572 0.71457 0.105441 0 0 v 5.19246 2.328 3.82494 0.689761 0.711734 0.132905 0 0 v 5.09503 2.43189 3.81684 0.726146 0.678147 0.113262 0 0 v 5.00582 2.53163 3.80899 0.733305 0.674591 0.0847929 0 0 v 4.91233 2.6274 3.8006 0.704077 0.709713 0.0241381 0 0 v 4.80479 2.72141 3.7915 0.633135 0.772567 -0.0477467 0 0 v 4.65659 2.82564 3.77834 0.637624 0.76642 -0.0776943 0 0 v 4.54562 2.92905 3.7678 0.716358 0.670965 -0.191409 0 0 v 4.47626 3.02294 3.76309 0.761538 0.590142 -0.267942 0 0 v 4.39024 3.12613 3.7544 0.714744 0.635227 -0.292622 0 0 v 4.29366 3.21736 3.74901 0.612578 0.749324 -0.251517 0 0 v 2.85931 2.05296 8.98507 0.348806 0.574514 0.740452 0 0 v -1.39977 1.36605 9.13457 0.0409888 0.303963 0.951802 0 0 v -1.50253 1.37198 9.13997 0.089161 0.347319 0.933499 0 0 v -7.04372 0.228736 11.1491 -0.872293 0.453627 0.182559 0 0 v -7.8165 -0.776194 9.78616 -0.941499 0.154394 0.299569 0 0 v -7.1179 1.01778 9.76346 -0.746708 0.563664 0.353144 0 0 v -7.02325 0.313267 7.71986 -0.971046 0.231968 0.0570977 0 0 v -6.97416 1.02508 8.52496 -0.625437 0.685142 -0.373377 0 0 v -7.79883 -2.88174 8.70936 -0.985016 -0.00725686 -0.172313 0 0 v -7.42579 0.617307 8.68237 -0.823293 0.529572 -0.204309 0 0 v -7.87599 -0.482083 8.83327 -0.970103 0.205492 -0.129122 0 0 v -4.72803 2.30583 12.1998 0.974644 -0.167463 0.148406 0 0 v -7.4697 0.517707 8.95416 -0.90995 0.403061 0.0976358 0 0 v -7.43421 0.617487 8.95156 -0.904549 0.417583 0.0861113 0 0 v -4.68769 3.70594 12.1978 0.978319 0.0512294 -0.200667 0 0 v -4.70411 6.00658 13.4486 0.998691 -0.0489547 -0.0148301 0 0 v -6.07918 2.23851 12.0911 -0.836251 0.193264 -0.51316 0 0 v -4.71706 3.60656 12.9812 0.90138 -0.145235 0.407947 0 0 v -4.79334 3.19336 12.9755 0.831582 -0.222055 0.50908 0 0 v -1.248 3.90827 6.00096 -0.678332 0.351186 0.645394 0 0 v -1.6976 1.00441 12.2382 0.516102 -0.559387 -0.648633 0 0 v -3.42408 0.207936 10.8381 0.979359 0.143634 0.142213 0 0 v -3.41198 0.512376 11.1319 0.846502 0.0840882 -0.525703 0 0 v -7.75601 -2.8825 8.57287 -0.946176 -0.0115261 -0.323446 0 0 v -2.32604 2.11749 8.89717 0.298143 0.816417 0.494544 0 0 v -7.44356 -0.685443 8.01707 -0.585988 -0.0751105 -0.806831 0 0 v -5.9779 -2.84066 7.66226 -0.109178 -0.626309 -0.771892 0 0 v -5.48623 -2.74782 4.23107 -0.377493 -0.779164 -0.500403 0 0 v -3.9145 -1.69299 11.4455 0.972436 -0.196871 0.124938 0 0 v 0.520266 3.11988 13.505 0.583553 0.223576 -0.780692 0 0 v -5.82037 3.93919 12.5095 -0.978177 0.145278 -0.148542 0 0 v -3.36695 0.00758647 10.6853 0.968016 0.1287 0.215364 0 0 v -4.73794 4.40839 12.3484 0.929168 0.193363 -0.315053 0 0 v -3.4954 -0.990264 10.6806 0.881355 -0.282387 0.378776 0 0 v 6.0328 -0.868583 5.72179 0.990433 -0.0828165 0.110383 0 0 v -3.35894 1.97637 9.15066 -0.139585 0.65686 0.74098 0 0 v -4.72595 2.60525 11.888 0.986041 0.00700309 -0.166353 0 0 v 0.542846 2.81549 13.4891 0.94511 -0.135973 -0.297115 0 0 v -7.44826 -0.692293 6.65955 -0.997246 -0.0519083 0.0529773 0 0 v 6.05248 -0.568223 5.72303 0.994118 -0.0672515 0.0848903 0 0 v -3.63163 -0.592234 11.6044 0.967007 -0.254716 -0.00408444 0 0 v -3.44621 -0.492264 10.8391 0.929559 -0.176524 0.323665 0 0 v 6.05785 -0.468613 5.7237 0.994295 -0.0865912 0.0622887 0 0 v 5.97335 -1.36827 5.57692 0.954411 -0.262877 0.141403 0 0 v -0.039104 2.02576 12.8767 0.550519 0.00782826 -0.834786 0 0 v 5.55829 -1.36828 7.10307 0.929173 -0.1918 0.31599 0 0 v 5.58997 -1.16975 7.10756 0.929478 -0.157828 0.33341 0 0 v -6.89543 1.40324 6.2114 -0.79883 0.573204 0.182503 0 0 v -2.1255 1.94465 14.3795 -0.596835 0.408547 0.690563 0 0 v -7.43254 -2.17163 10.6153 -0.985158 0.160234 -0.061547 0 0 v -6.14019 1.83481 11.6865 -0.987298 0.115783 0.1088 0 0 v -6.2594 1.33 8.09157 -0.677748 0.729277 -0.093875 0 0 v 5.49233 2.12529 5.67686 0.809234 0.556093 0.189476 0 0 v -7.78588 -0.683573 8.42846 -0.941901 0.00730144 -0.33581 0 0 v -7.36291 -0.490573 7.06027 -0.970854 0.0513984 0.234097 0 0 v -7.44247 -1.4707 10.6117 -0.945126 -0.320711 -0.0623046 0 0 v -7.1716 -0.787043 7.45967 -0.924171 -0.195942 0.327895 0 0 v -7.20806 -0.488063 7.45947 -0.921678 -0.0739471 0.380844 0 0 v 5.98138 0.827627 4.03374 0.886043 0.450155 -0.110851 0 0 v 5.93095 0.928097 4.02939 0.905778 0.397641 -0.146449 0 0 v 5.88957 1.02678 4.02626 0.93983 0.308057 -0.147719 0 0 v 5.86508 1.12738 4.02373 0.955193 0.248041 -0.161497 0 0 v 5.84175 1.22783 4.02117 0.954253 0.259228 -0.149004 0 0 v 5.81355 1.3272 4.01917 0.945629 0.299521 -0.12678 0 0 v 5.77848 1.42788 4.01561 0.94592 0.307634 -0.102939 0 0 v 5.7498 1.52684 4.0134 0.935916 0.343816 -0.0764991 0 0 v 5.70197 1.62827 4.00899 0.895584 0.441588 -0.0541293 0 0 v 5.65031 1.72775 4.00451 0.873173 0.486983 -0.0204208 0 0 v 5.5937 1.82423 3.99989 0.862899 0.505292 -0.00917062 0 0 v 5.53216 1.9254 3.99448 0.83527 0.549217 0.0261772 0 0 v 5.45825 2.02712 3.9883 0.806326 0.586968 0.0728569 0 0 v 5.38041 2.12568 3.98145 0.73008 0.675793 0.101424 0 0 v 5.26828 2.22762 3.97219 0.646935 0.746697 0.154655 0 0 v 5.15429 2.32792 3.96265 0.686348 0.702635 0.187696 0 0 v 5.06733 2.42958 3.95546 0.753967 0.63611 0.164008 0 0 v 4.98778 2.52661 3.94813 0.749856 0.649633 0.125271 0 0 v 4.90041 2.62815 3.94059 0.746733 0.658586 0.0930294 0 0 v 4.80921 2.72594 3.93272 0.720804 0.693017 -0.0129816 0 0 v 4.70173 2.82009 3.92434 0.663925 0.732802 -0.149017 0 0 v 4.58467 2.92984 3.91193 0.738246 0.645439 -0.195964 0 0 v 4.5173 3.02608 3.90701 0.775896 0.603183 -0.184812 0 0 v 4.43 3.12798 3.89899 0.734565 0.658479 -0.163765 0 0 v 4.3364 3.2232 3.89226 0.636663 0.75308 -0.165926 0 0 v 2.81144 3.93321 5.87215 0.427271 0.798381 0.424296 0 0 v 2.95323 2.02823 8.96136 0.355416 0.600921 0.715942 0 0 v -1.00072 2.01913 8.79986 -0.170266 0.555997 0.813558 0 0 v -5.49935 -2.26037 3.77711 -0.475875 -0.482101 -0.735609 0 0 v -5.63085 5.14101 12.7836 -0.965499 0.226873 -0.127829 0 0 v -7.15027 -0.288123 7.59286 -0.960781 0.121965 0.249048 0 0 v -5.86175 2.48678 5.60876 -0.411686 0.909388 0.059403 0 0 v -7.77238 -3.08074 8.71067 -0.951032 -0.22847 -0.208182 0 0 v -7.26126 0.823207 8.67316 -0.740213 0.554059 -0.380923 0 0 v -6.9486 0.817506 10.7242 -0.57399 0.732848 0.365336 0 0 v -7.70921 -1.98118 8.83726 -0.972748 0.0612542 -0.223627 0 0 v -7.71858 -2.08121 8.83826 -0.977985 0.146414 -0.148689 0 0 v -7.56184 0.318487 8.95696 -0.869693 0.492437 0.033768 0 0 v -7.51423 0.417077 8.95547 -0.904273 0.420943 0.0713919 0 0 v -0.119064 1.97223 12.8233 0.485145 0.0108434 -0.874366 0 0 v -4.69283 6.10701 13.4483 0.997392 -0.0635835 -0.0341395 0 0 v 0.296276 2.3101 13.1907 0.852684 -0.3473 -0.390274 0 0 v -5.82321 -3.71381 7.95217 3.69268e-005 -0.359196 -0.933262 0 0 v -4.69918 4.90763 12.979 0.9936 0.105839 -0.0394685 0 0 v 5.81129 0.728897 6.69074 0.945093 0.190089 0.265829 0 0 v -7.18989 0.923377 8.66926 -0.700022 0.56018 -0.442908 0 0 v -1.58822 1.1054 12.2371 0.501583 -0.417643 -0.75762 0 0 v -4.21326 -2.95724 3.89942 -0.0658345 -0.796606 -0.600903 0 0 v -3.43907 0.307646 10.8376 0.987224 0.132837 0.0879982 0 0 v -4.65087 6.70688 14.2349 0.969311 -0.185078 0.161811 0 0 v -1.49936 2.65067 13.9415 -0.496094 0.863953 0.0864614 0 0 v 6.01113 -1.06872 5.7205 0.986897 -0.107657 0.120187 0 0 v -4.64632 3.10673 12.5104 0.992465 -0.0792895 0.0934163 0 0 v 5.78639 -0.668543 6.83467 0.903388 -0.151091 0.401325 0 0 v -4.73086 5.90678 13.1326 0.987308 0.0113363 -0.158415 0 0 v -7.94552 -1.17933 9.24166 -0.995573 -0.0756931 0.0557155 0 0 v 6.06934 -0.368583 5.7243 0.994439 -0.0827047 0.0652046 0 0 v -7.471 -2.77221 10.3422 -0.988035 -0.0892791 0.125764 0 0 v -4.77002 2.0056 11.4188 0.965025 0.087044 -0.247284 0 0 v -7.50414 -1.17398 8.18196 -0.565568 -0.300039 -0.768186 0 0 v -7.11867 -2.07458 8.07536 -0.463539 0.156663 -0.872117 0 0 v -3.74314 -1.09245 11.7574 0.971543 -0.183041 0.150335 0 0 v -3.76697 -1.19318 11.7577 0.973787 -0.202311 0.103967 0 0 v -4.72563 2.70548 11.8877 0.976394 0.0314842 -0.213688 0 0 v -4.7363 2.80537 11.8862 0.972027 0.0777026 -0.221646 0 0 v -4.73726 2.90561 11.8857 0.967927 0.0293016 -0.249516 0 0 v -4.70709 4.40717 13.1365 0.953264 -0.0333279 0.300293 0 0 v 5.99705 -1.16816 5.7193 0.971607 -0.182232 0.1509 0 0 v -3.76464 -2.70222 3.48699 0.00258762 -0.749509 -0.66199 0 0 v -3.89789 -1.59347 11.5994 0.953952 -0.294228 -0.0583523 0 0 v 5.79818 -0.968523 6.69366 0.916089 -0.145515 0.373639 0 0 v 5.97579 -1.26866 5.71821 0.957424 -0.235769 0.166587 0 0 v 5.84801 1.42701 5.28486 0.933965 0.35062 -0.0690992 0 0 v 5.94466 -1.46686 5.57432 0.932551 -0.331037 0.144097 0 0 v 6.02468 -1.06889 5.5806 0.989721 -0.0892306 0.111755 0 0 v -4.79128 2.0074 12.1965 0.915922 -0.256096 0.309034 0 0 v 6.08207 -0.268933 5.58425 0.99619 -0.0585038 0.064676 0 0 v 5.85117 1.42821 5.42483 0.923636 0.383056 -0.0128167 0 0 v 5.89852 1.32697 5.42879 0.927083 0.373959 -0.0259223 0 0 v -7.32282 0.817677 8.81527 -0.835007 0.504472 -0.21971 0 0 v -5.27812 6.44563 13.0608 -0.939857 0.337731 0.0510622 0 0 v -4.75465 3.30561 11.8849 0.9496 0.054666 -0.308661 0 0 v -7.57187 -0.872834 10.3344 -0.965925 -0.0156654 0.258349 0 0 v -1.13023 4.30735 5.84425 -0.585332 0.574773 0.571859 0 0 v 6.09266 0.627087 4.18327 0.935942 0.351794 0.0159181 0 0 v 6.05292 0.726347 4.18018 0.908955 0.414083 -0.0483386 0 0 v 6.00036 0.825487 4.17631 0.903678 0.410227 -0.122797 0 0 v 5.95757 0.928527 4.1717 0.914851 0.362057 -0.178782 0 0 v 5.91901 1.02833 4.16804 0.930951 0.298236 -0.210679 0 0 v 5.89545 1.12463 4.16899 0.940712 0.280753 -0.190365 0 0 v 5.864 1.22707 4.16416 0.941841 0.309215 -0.131609 0 0 v 5.82629 1.32693 4.16056 0.932406 0.352101 -0.0815078 0 0 v 5.78884 1.42726 4.1571 0.932482 0.360123 -0.0280689 0 0 v 5.75045 1.5271 4.15378 0.932422 0.361336 0.00500437 0 0 v 5.70744 1.62457 4.14981 0.89189 0.451471 0.0265532 0 0 v 5.64698 1.72597 4.14486 0.855488 0.515783 0.0459177 0 0 v 5.5829 1.82546 4.13913 0.83249 0.547763 0.0831627 0 0 v 5.51183 1.92903 4.13358 0.806406 0.579923 0.115749 0 0 v 5.43763 2.03086 4.12777 0.790724 0.59931 0.124832 0 0 v 5.36379 2.12187 4.11985 0.680623 0.718207 0.144676 0 0 v 5.2294 2.22681 4.10952 0.625416 0.761295 0.171125 0 0 v 5.10905 2.33273 4.1002 0.718219 0.6762 0.164058 0 0 v 5.03988 2.42754 4.0935 0.78902 0.600892 0.127968 0 0 v 4.96166 2.52593 4.08672 0.778111 0.621402 0.0916626 0 0 v 4.87922 2.63102 4.07971 0.78676 0.614988 0.0529019 0 0 v 4.8093 2.72599 4.07354 0.813493 0.581468 -0.0111227 0 0 v 4.73075 2.824 4.06708 0.739313 0.662152 -0.122355 0 0 v 4.63105 2.92589 4.05817 0.723651 0.664596 -0.186125 0 0 v 4.54425 3.02772 4.05013 0.747646 0.646752 -0.150788 0 0 v 4.45345 3.12632 4.04282 0.724161 0.683466 -0.0920073 0 0 v 4.36 3.22164 4.03589 0.669242 0.738956 -0.077837 0 0 v 2.98696 3.85621 5.79801 0.547618 0.7381 0.394109 0 0 v -7.40447 -0.0935834 6.65423 -0.986365 0.116825 0.11591 0 0 v -7.76493 -2.77887 9.24667 -0.982579 0.0614946 0.175379 0 0 v -7.45453 -0.764394 11.9743 -0.610038 0.0181665 0.792164 0 0 v -7.45596 -1.47046 10.7495 -0.958154 -0.245068 -0.147925 0 0 v 0.283386 1.69142 9.23307 -0.398055 0.650051 0.647291 0 0 v -7.15347 -0.387573 7.59366 -0.976725 0.0756684 0.200705 0 0 v -5.36441 2.6585 5.62357 -0.316582 0.932967 0.171311 0 0 v -7.69943 -0.0771935 9.78067 -0.950031 0.270026 0.15661 0 0 v -3.6033 -0.595693 2.40527 -0.851458 -0.175619 -0.494142 0 0 v -2.51977 2.15666 8.93367 0.209866 0.809456 0.548395 0 0 v -7.71518 -1.8819 8.83556 -0.946831 -0.148963 -0.285168 0 0 v -7.7456 -1.78132 8.83657 -0.89328 -0.329534 -0.305709 0 0 v -7.69099 0.120977 8.96016 -0.869359 0.479035 -0.121411 0 0 v -7.6336 0.220427 8.95897 -0.842094 0.536517 -0.0550291 0 0 v -7.74802 -2.18009 8.97377 -0.993578 0.112644 -0.0107093 0 0 v 5.83206 -0.767963 6.69434 0.924149 -0.133414 0.35798 0 0 v -4.72896 5.50726 13.1341 0.995019 0.0425935 -0.0901258 0 0 v -4.69148 6.2067 13.448 0.996406 -0.0646382 -0.0547534 0 0 v 5.94796 -1.36789 5.71593 0.941144 -0.28939 0.174648 0 0 v -1.43909 -4.26577 0.406785 -0.443508 -0.642442 -0.624955 0 0 v -4.72562 5.10796 12.9776 0.992578 0.0280247 -0.118339 0 0 v -4.71281 5.00763 12.9785 0.989715 0.112271 -0.0886563 0 0 v 0.348176 2.70788 13.2359 0.47413 0.194489 -0.858705 0 0 v -7.5624 -0.964604 11.8459 -0.8279 -0.0804986 0.555069 0 0 v 5.98274 -0.768223 6.14099 0.982959 -0.0890136 0.160834 0 0 v -1.56549 1.19611 12.2193 0.438853 -0.229525 -0.86875 0 0 v -6.91316 -3.4337 7.99376 -0.249378 -0.416014 -0.874496 0 0 v -3.48136 0.507226 10.8363 0.959522 0.28118 0.0159892 0 0 v 6.07549 0.131137 6.00529 0.98929 -0.0408519 0.140127 0 0 v -7.06682 0.518687 7.98846 -0.708821 0.437042 -0.553685 0 0 v -7.22852 0.415477 8.13487 -0.691967 0.438467 -0.573522 0 0 v 5.90089 -1.56911 5.57161 0.912522 -0.376287 0.160351 0 0 v -7.08669 0.607167 7.04066 -0.947677 0.252729 0.195028 0 0 v -4.72518 1.90491 11.5784 0.996904 0.0398461 -0.0677781 0 0 v -3.70101 1.01057 10.5143 0.656548 0.636155 0.405281 0 0 v -6.33252 -1.92258 4.37613 -0.735715 -0.409783 -0.539261 0 0 v -4.67289 3.10634 12.6677 0.955728 -0.159933 0.246992 0 0 v 5.63233 -0.468223 7.24837 0.902355 -0.0878448 0.421946 0 0 v -4.70063 4.90712 13.1372 0.989783 0.0324874 0.138833 0 0 v -4.77669 2.80585 11.7278 0.947661 0.103294 -0.302109 0 0 v -4.82377 5.80676 12.8131 0.934401 0.0509787 -0.352555 0 0 v -6.72053 -2.3344 7.86167 -0.387075 0.083274 -0.91828 0 0 v -4.63097 6.80766 14.2367 0.976587 -0.162602 0.140851 0 0 v -2.4887 0.705846 11.7721 0.593545 -0.385558 -0.706434 0 0 v 5.84849 1.42722 5.5647 0.923508 0.379352 0.0567912 0 0 v -5.37337 -0.992473 3.03929 -0.424343 -0.280733 -0.860884 0 0 v -5.45631 -0.943553 3.07456 -0.457919 -0.235772 -0.857159 0 0 v 0.443366 2.82892 13.3345 0.799033 0.0894892 -0.59459 0 0 v -4.66686 6.7159 13.2803 0.970283 -0.0609272 -0.234175 0 0 v -4.68947 6.40657 13.2892 0.982898 -0.0699555 -0.170348 0 0 v -4.70641 6.10674 13.2908 0.993211 -0.0318217 -0.11189 0 0 v -4.69263 6.51012 14.2312 0.88925 -0.340699 0.305219 0 0 v 6.07106 0.530167 5.58287 0.992145 0.124102 -0.0156895 0 0 v -4.70161 3.20655 12.8245 0.912094 -0.162025 0.376608 0 0 v -7.55438 -0.771953 10.6077 -0.985919 0.155559 -0.0613657 0 0 v -5.96024 -0.806363 3.51742 -0.751717 -0.178233 -0.634944 0 0 v -5.78995 2.54375 11.372 -0.795079 0.142829 -0.589448 0 0 v -4.66991 3.90659 12.3529 0.98314 0.0533017 -0.174915 0 0 v 6.16951 0.128607 4.32926 0.983925 0.0589583 0.168571 0 0 v 6.16081 0.228907 4.32931 0.987035 0.0959861 0.128641 0 0 v 6.15427 0.327927 4.32807 0.988493 0.128851 0.0792457 0 0 v 6.13558 0.428857 4.32713 0.977437 0.199503 0.0693968 0 0 v 6.11683 0.527257 4.32538 0.97144 0.226307 0.0713417 0 0 v 6.08966 0.626677 4.32329 0.954574 0.295578 0.0377167 0 0 v 6.05397 0.727177 4.32077 0.947612 0.317969 -0.0304541 0 0 v 6.01736 0.827617 4.31721 0.936987 0.331965 -0.108875 0 0 v 5.98823 0.926337 4.31549 0.942865 0.293995 -0.156756 0 0 v 5.95549 1.0282 4.31176 0.937647 0.289984 -0.191645 0 0 v 5.92843 1.12753 4.3095 0.928335 0.318423 -0.191837 0 0 v 5.87986 1.22815 4.30506 0.913841 0.385978 -0.126156 0 0 v 5.83963 1.32743 4.30185 0.909514 0.407996 -0.0795223 0 0 v 5.78893 1.42741 4.29703 0.9017 0.431188 -0.0318291 0 0 v 5.74185 1.5293 4.29335 0.904972 0.423967 0.0357378 0 0 v 5.69492 1.62446 4.28896 0.863665 0.499635 0.0666965 0 0 v 5.63369 1.7256 4.28382 0.830193 0.550533 0.0877136 0 0 v 5.5605 1.82739 4.27794 0.795017 0.593408 0.125758 0 0 v 5.41891 2.02603 4.26582 0.768688 0.621365 0.15174 0 0 v 5.19985 2.22289 4.24731 0.636885 0.757569 0.143066 0 0 v 5.09041 2.32737 4.23837 0.79945 0.59977 0.0339865 0 0 v 5.02641 2.42676 4.23293 0.806613 0.591049 -0.00607488 0 0 v 4.95033 2.52691 4.2264 0.791748 0.610787 -0.00863299 0 0 v 4.87434 2.62706 4.21995 0.806893 0.590658 0.0068146 0 0 v 4.8019 2.72988 4.21316 0.849895 0.526918 -0.00600625 0 0 v 4.75323 2.82203 4.21023 0.825588 0.56053 -0.0648866 0 0 v 4.67484 2.91992 4.20405 0.743978 0.654687 -0.13372 0 0 v 4.57778 3.0237 4.19507 0.707807 0.697131 -0.114098 0 0 v 4.47374 3.12118 4.18643 0.694631 0.716941 -0.0590206 0 0 v 4.36958 3.21806 4.17793 0.669261 0.743014 -0.00431757 0 0 v -2.05412 1.83118 9.00957 0.334276 0.673558 0.659226 0 0 v -7.41767 -0.192883 6.65548 -0.980665 0.13907 0.137681 0 0 v -7.29409 0.127516 10.6004 -0.873108 0.204309 0.442652 0 0 v -5.75109 4.33891 12.3677 -0.981014 0.180753 0.0702767 0 0 v -6.64469 1.50473 7.01367 -0.692883 0.660986 0.288115 0 0 v -0.280094 1.60159 9.15426 -0.0422436 0.539353 0.84102 0 0 v -7.16031 -0.487693 7.59467 -0.978147 -0.0614393 0.198631 0 0 v -3.19708 1.71334 12.7358 -0.552287 0.833629 0.00651681 0 0 v -7.57785 -0.286603 8.15466 -0.722311 0.16452 -0.671714 0 0 v -7.60038 -0.386033 8.15557 -0.715423 0.121661 -0.688018 0 0 v 4.38342 1.46577 8.44277 0.507029 0.560384 0.654898 0 0 v -4.59033 7.00876 14.0793 0.986725 -0.0985347 0.12909 0 0 v -7.74237 -2.18158 8.83926 -0.977885 0.1849 -0.0977437 0 0 v -7.74583 0.0198366 8.96187 -0.902896 0.412557 -0.120729 0 0 v -7.76471 -2.28057 8.97466 -0.992642 0.110641 0.049197 0 0 v 5.96663 -0.667723 6.27999 0.975217 -0.084365 0.204536 0 0 v -4.6826 6.30709 13.4478 0.988355 -0.114643 -0.100054 0 0 v -4.80383 3.60672 13.1373 0.839087 -0.178241 0.513968 0 0 v -4.63483 6.50462 13.6061 0.993808 -0.103404 -0.040659 0 0 v 0.327046 2.633 13.2107 0.627305 0.152955 -0.763605 0 0 v -4.38462 -1.47884 2.91988 -0.217631 -0.420956 -0.880587 0 0 v -4.70215 -1.50238 3.01887 -0.249803 -0.406142 -0.879003 0 0 v -3.45594 0.406986 10.8367 0.979066 0.194863 0.0588073 0 0 v -7.28485 0.112977 8.00596 -0.662556 0.310068 -0.681819 0 0 v -7.12479 0.417787 7.99177 -0.719381 0.375348 -0.584469 0 0 v -3.60912 -0.489914 11.7582 0.927767 -0.344522 0.143367 0 0 v -3.64446 -0.592614 11.7589 0.951675 -0.254144 0.172412 0 0 v -7.45634 -2.87301 10.3441 -0.968866 -0.180126 0.169862 0 0 v -4.70626 6.00679 13.2911 0.994869 -0.0504935 -0.0876755 0 0 v -4.88898 -1.43576 3.05058 -0.289049 -0.380353 -0.878511 0 0 v -4.72272 6.50824 13.1256 0.965784 -0.0325092 -0.257303 0 0 v 5.72949 0.0314866 7.11117 0.916455 -0.0312001 0.398919 0 0 v 5.71005 0.431537 7.11276 0.929035 0.0181144 0.369547 0 0 v 0.473796 3.90031 14.8233 0.693923 0.604421 0.391338 0 0 v -3.72933 -1.39318 10.8325 0.939041 -0.205669 0.275503 0 0 v -5.31253 6.27457 12.4846 -0.54049 0.629468 -0.558248 0 0 v -5.17146 -1.34179 3.09319 -0.352075 -0.400545 -0.845935 0 0 v -2.14603 0.908146 11.93 0.576735 -0.39959 -0.712534 0 0 v -5.90665 -3.28511 7.79636 0.162665 -0.264905 -0.950455 0 0 v -5.53965 -0.899513 3.1069 -0.538844 -0.232183 -0.809777 0 0 v -5.03237 -2.35541 3.57784 -0.351466 -0.569586 -0.742996 0 0 v -7.17191 -1.67854 8.10207 -0.60648 -0.169512 -0.776819 0 0 v -4.36828 -3.6882 0.534135 -0.319337 -0.925748 -0.202518 0 0 v -4.71805 5.90685 13.291 0.995024 -0.0598282 -0.0796729 0 0 v -4.72038 5.70712 13.2915 0.99882 -0.0215954 -0.0434877 0 0 v -3.68609 -0.793114 11.4497 0.968942 -0.219292 -0.11429 0 0 v -3.65214 -1.18972 10.8304 0.81746 -0.388174 0.425535 0 0 v 6.08048 0.429717 5.58348 0.995234 0.0974208 0.00436349 0 0 v 5.91211 -1.46846 5.7136 0.920495 -0.347861 0.177997 0 0 v 6.17126 -0.270443 4.47049 0.997131 -0.0164576 0.0738827 0 0 v 6.16898 -0.170683 4.46996 0.997235 0.0461174 0.0582724 0 0 v 6.16071 -0.0708033 4.46962 0.996933 0.0332859 0.0708337 0 0 v 6.16374 0.0288468 4.46933 0.998633 0.0175957 0.0492109 0 0 v 6.15776 0.128817 4.4691 0.995747 0.0554929 0.0735408 0 0 v 6.12961 0.427667 4.46659 0.981819 0.18332 0.0492525 0 0 v 6.10509 0.527837 4.46458 0.975093 0.220755 0.0214604 0 0 v 6.05714 0.728267 4.46051 0.972395 0.231842 -0.0264201 0 0 v 6.03868 0.826727 4.45965 0.966265 0.243731 -0.0832328 0 0 v 6.00718 0.928497 4.45627 0.953543 0.275638 -0.121573 0 0 v 5.98129 1.02854 4.45387 0.951146 0.286038 -0.116203 0 0 v 5.94997 1.12627 4.45204 0.918821 0.380116 -0.106209 0 0 v 5.85053 1.32661 4.44299 0.893813 0.442452 -0.0730389 0 0 v 5.79899 1.42628 4.43877 0.875875 0.480288 -0.0465427 0 0 v 5.7401 1.52833 4.43346 0.873469 0.48688 0.000996883 0 0 v 5.69019 1.62132 4.42902 0.86436 0.500992 0.0434592 0 0 v 5.62099 1.72537 4.42341 0.806938 0.585324 0.0790383 0 0 v 5.53456 1.82758 4.416 0.788757 0.606589 0.0995575 0 0 v 5.46199 1.92991 4.41037 0.797905 0.594574 0.0991439 0 0 v 5.3842 2.02869 4.40372 0.742934 0.661737 0.100765 0 0 v 5.29137 2.12541 4.39591 0.680163 0.731615 0.0460162 0 0 v 5.16578 2.22648 4.38539 0.758719 0.646349 -0.0811151 0 0 v 5.1031 2.32686 4.37959 0.839065 0.515379 -0.174224 0 0 v 5.04152 2.4289 4.37445 0.805036 0.578407 -0.131767 0 0 v 4.96731 2.52079 4.36982 0.774573 0.625175 -0.0958859 0 0 v 4.88228 2.62368 4.36201 0.813857 0.574254 -0.0887082 0 0 v 4.8114 2.72764 4.3553 0.843748 0.525215 -0.110628 0 0 v 4.75812 2.82592 4.35102 0.847934 0.523111 -0.0858108 0 0 v 4.69129 2.92345 4.34585 0.766448 0.63851 -0.0697334 0 0 v 4.60039 3.02124 4.33836 0.693805 0.717862 -0.0575316 0 0 v -3.15133 1.5383 13.5195 -0.716098 0.577933 0.391403 0 0 v -6.73304 1.50743 6.47481 -0.754996 0.63616 0.159001 0 0 v 5.76741 1.16983 3.43014 0.884145 0.464293 -0.0521537 0 0 v -5.2653 6.82681 14.8796 -0.204186 0.702731 0.681526 0 0 v -6.72697 1.40415 7.01777 -0.736497 0.6041 0.30436 0 0 v -7.24403 0.307207 6.91467 -0.876388 0.393907 0.277094 0 0 v -7.14266 -0.587583 7.59397 -0.978366 -0.115671 0.171523 0 0 v -7.13062 -0.690993 7.59886 -0.992537 -0.0141321 0.121118 0 0 v -7.13878 -0.788653 7.59757 -0.992671 -0.0959813 0.0734251 0 0 v -7.55622 -0.186343 8.15286 -0.710245 0.192383 -0.677156 0 0 v 1.19283 3.33574 6.82058 0.015047 0.617905 0.786109 0 0 v -7.787 -2.4814 8.84166 -0.99614 0.0855559 -0.0196091 0 0 v -7.75747 -2.28079 8.83967 -0.982375 0.172601 -0.0717479 0 0 v -7.8336 -0.281213 8.96556 -0.976089 0.215251 -0.0303003 0 0 v -7.8099 -0.181433 8.96447 -0.963147 0.263954 -0.0517282 0 0 v -7.76841 -2.38025 8.97536 -0.993045 0.0872753 0.0790182 0 0 v -7.03984 1.22021 9.34877 -0.641439 0.766971 0.0176672 0 0 v 5.90275 0.729507 6.41524 0.923169 0.247711 0.293937 0 0 v -4.65239 6.50708 13.4475 0.980978 -0.112958 -0.157869 0 0 v -4.66801 6.40714 13.4477 0.982784 -0.131576 -0.129701 0 0 v 5.88853 0.330487 6.69579 0.931984 0.111052 0.34507 0 0 v 5.8943 0.231317 6.69817 0.938785 0.0413409 0.342015 0 0 v -4.63634 6.60664 13.6047 0.989177 -0.127468 -0.0726686 0 0 v -2.16994 3.20865 6.54183 -0.200199 0.952635 0.228927 0 0 v -3.46493 -0.0910536 11.2995 0.939868 -0.335127 -0.0658682 0 0 v -7.5753 -3.05258 8.28516 -0.746658 -0.23321 -0.622989 0 0 v -3.47878 -0.691404 10.8367 0.925108 -0.208972 0.317026 0 0 v 5.87546 -1.5688 5.71096 0.906975 -0.384886 0.171051 0 0 v -3.80518 -1.39133 11.7559 0.973698 -0.224433 0.0392641 0 0 v -3.87108 -1.59275 11.7551 0.94403 -0.322868 -0.0675587 0 0 v 6.00229 0.429857 6.28112 0.959878 0.162914 0.228238 0 0 v 5.73819 1.72874 5.6972 0.928667 0.366126 0.0594047 0 0 v -7.62181 -1.16822 11.0241 -0.944863 -0.296877 -0.138197 0 0 v -5.54298 5.84812 13.4855 -0.879269 0.41936 -0.225882 0 0 v -7.90861 -0.880663 8.83447 -0.985266 0.0202226 -0.16983 0 0 v -7.54821 -0.367944 11.5749 -0.952321 0.291757 -0.0892322 0 0 v 5.95018 -1.26851 5.85754 0.961392 -0.238749 0.136837 0 0 v -7.61372 -1.23747 8.29637 -0.672453 -0.275303 -0.687033 0 0 v 5.72459 0.230837 7.10906 0.920908 0.0723028 0.383016 0 0 v 5.65111 0.829637 7.10517 0.866879 0.281403 0.411501 0 0 v 5.39847 1.4297 7.09007 0.780966 0.341514 0.522934 0 0 v 5.92446 -1.36842 5.85566 0.94964 -0.287285 0.125105 0 0 v -6.29326 3.23967 12.7945 -0.932795 0.158846 -0.323514 0 0 v -5.80884 2.04234 11.2403 -0.737025 0.169289 -0.65432 0 0 v -4.66567 4.10713 12.9794 0.97271 -0.025387 0.23063 0 0 v -3.37476 0.107176 11.2996 0.834611 -0.371796 -0.406439 0 0 v 5.78854 1.52884 5.84209 0.944001 0.272485 0.186047 0 0 v -3.25048 -0.392103 10.3812 0.913105 -0.00697679 0.407665 0 0 v 5.97304 -1.16828 5.859 0.969152 -0.19813 0.146591 0 0 v 6.00093 -0.768773 6.00196 0.984581 -0.0961649 0.146128 0 0 v -4.70009 4.70714 13.1383 0.976433 -0.0184458 0.215033 0 0 v 0.152656 4.35686 6.26231 -0.0475469 0.682579 0.729263 0 0 v -5.7173 6.44934 14.6124 -0.585707 0.703382 -0.402742 0 0 v 3.68001 1.68119 8.82506 0.41166 0.532117 0.739857 0 0 v -7.19125 0.703967 6.50408 -0.886499 0.45601 0.0785796 0 0 v 6.15527 -0.470023 4.60975 0.996576 -0.0672901 0.0480529 0 0 v 6.15943 -0.370213 4.61012 0.997127 -0.0539169 0.0532099 0 0 v 6.16502 -0.270003 4.61036 0.998723 -0.0209209 0.0459819 0 0 v 6.16583 -0.170543 4.61021 0.999202 0.0154681 0.0368211 0 0 v 6.15919 -0.0705032 4.60978 0.998711 0.0463508 0.020702 0 0 v 6.15632 0.0291067 4.60951 0.998112 0.0484191 0.0377994 0 0 v 6.14664 0.129467 4.60866 0.997455 0.0703601 0.0115563 0 0 v 6.14239 0.228887 4.60815 0.997359 0.0647108 0.0329887 0 0 v 6.13405 0.328987 4.60722 0.993501 0.109647 0.0305525 0 0 v 6.12 0.428787 4.60637 0.988038 0.154149 -0.00437115 0 0 v 6.10449 0.528077 4.60473 0.984852 0.173334 0.00471297 0 0 v 6.08844 0.627357 4.60377 0.980728 0.194426 -0.019277 0 0 v 6.06669 0.727957 4.60158 0.976334 0.212781 -0.0386828 0 0 v 6.04365 0.828437 4.59959 0.978386 0.20336 -0.037481 0 0 v 6.02596 0.926937 4.59833 0.965802 0.254155 -0.0512985 0 0 v 5.99306 1.02824 4.59515 0.949678 0.307365 -0.0603241 0 0 v 5.95965 1.12513 4.59292 0.927159 0.372342 -0.0416939 0 0 v 5.91273 1.22636 4.58849 0.896546 0.441929 -0.0300488 0 0 v 5.86194 1.32607 4.58427 0.879001 0.475944 -0.0289029 0 0 v 5.8069 1.42366 4.57993 0.869387 0.493997 -0.0115801 0 0 v 5.74524 1.52411 4.57454 0.852345 0.522462 -0.0232573 0 0 v 5.67608 1.6282 4.56851 0.832692 0.553736 -0.000206486 0 0 v 5.60709 1.72468 4.56296 0.78671 0.617315 0.00326249 0 0 v 5.52256 1.82749 4.55575 0.818275 0.573368 -0.0409276 0 0 v 5.45598 1.92533 4.55042 0.82236 0.564565 -0.0706411 0 0 v 5.38005 2.02546 4.54419 0.782083 0.610865 -0.123251 0 0 v 5.29102 2.12532 4.53684 0.74732 0.645056 -0.159424 0 0 v 5.20581 2.22859 4.52876 0.778477 0.580367 -0.239057 0 0 v 5.14465 2.3304 4.52303 0.80908 0.523097 -0.267881 0 0 v 5.0835 2.42235 4.52067 0.773287 0.595129 -0.218744 0 0 v 4.99119 2.5201 4.51368 0.744173 0.64343 -0.179457 0 0 v 4.89857 2.62662 4.50349 0.811202 0.562116 -0.161171 0 0 v 4.84627 2.72562 4.49946 0.840822 0.519701 -0.151423 0 0 v 4.78264 2.82542 4.49411 0.814572 0.569946 -0.107863 0 0 v 4.71107 2.91822 4.48889 0.737367 0.674703 -0.032646 0 0 v 4.59424 3.02846 4.47872 0.675141 0.736964 0.0327017 0 0 v -7.75725 -0.0785635 9.36977 -0.959163 0.255492 0.121368 0 0 v -7.38709 -1.19205 6.38842 -0.97246 -0.198936 0.121435 0 0 v -6.82675 1.40589 6.48016 -0.788921 0.604995 0.107636 0 0 v -7.31804 0.0275265 10.6015 -0.887848 0.20699 0.410952 0 0 v -1.01381 2.74753 14.8239 -0.658175 0.615389 0.433707 0 0 v -7.00647 0.809177 7.17206 -0.89659 0.358067 0.260605 0 0 v -7.71337 -2.47793 9.38216 -0.974559 0.0388584 0.220738 0 0 v -6.65952 1.02687 10.8626 -0.86471 0.469426 0.178647 0 0 v -7.11325 -0.886543 7.59497 -0.950996 -0.308228 0.0245496 0 0 v -7.51467 -0.0851734 8.14787 -0.697292 0.228218 -0.679485 0 0 v -4.74455 6.40823 14.2329 0.839588 -0.397637 0.370104 0 0 v -7.77678 -2.38124 8.84076 -0.992118 0.123443 -0.0215321 0 0 v -7.88003 -0.480784 8.96746 -0.983337 0.181167 -0.0150952 0 0 v -7.85699 -0.380633 8.96667 -0.971878 0.233366 -0.0315162 0 0 v 0.321036 2.41536 13.1828 0.79619 -0.203947 -0.569638 0 0 v -7.42691 -0.394503 6.38632 -0.994664 0.0607378 -0.083391 0 0 v -7.36764 -1.29308 6.25294 -0.936223 -0.348779 0.0428907 0 0 v -4.6327 6.71056 13.4443 0.981502 -0.116453 -0.151962 0 0 v -4.64619 6.60716 13.446 0.989191 -0.0721341 -0.127667 0 0 v 1.93278 4.28416 5.77056 0.146918 0.96712 0.207593 0 0 v 5.79158 0.829917 6.69099 0.952712 0.196701 0.231623 0 0 v -4.73316 3.5068 12.9801 0.891982 -0.148077 0.427132 0 0 v 5.85697 1.13043 6.13086 0.879928 0.374165 0.292793 0 0 v -3.55461 -0.989093 10.8321 0.852989 -0.336233 0.399197 0 0 v -4.64295 3.30604 12.3547 0.99676 0.00577131 -0.0802209 0 0 v -3.19565 -0.0923635 10.228 0.855195 0.133634 0.500783 0 0 v 5.76387 1.12875 6.40589 0.897773 0.36985 0.239194 0 0 v -3.59459 -0.890354 10.9868 0.831094 -0.362258 0.421961 0 0 v -3.5316 -0.692434 10.9911 0.922486 -0.221232 0.316348 0 0 v -3.50551 -0.591854 10.9907 0.933757 -0.192101 0.301984 0 0 v -3.43275 0.108106 10.9922 0.992634 0.106928 0.0569593 0 0 v -3.4371 0.208346 10.992 0.998759 0.0423809 -0.026154 0 0 v 5.90176 1.02827 6.13229 0.895436 0.339042 0.288522 0 0 v -7.07552 -0.988963 7.59317 -0.946683 -0.315286 0.0662196 0 0 v 5.22818 2.52711 5.51569 0.707879 0.689065 0.15523 0 0 v 5.80589 -0.567823 6.83366 0.916176 -0.122433 0.381618 0 0 v 5.81973 -0.368003 6.83496 0.927516 -0.0773544 0.365692 0 0 v 5.58233 1.02677 7.09746 0.818499 0.363767 0.444671 0 0 v 5.69807 0.629827 7.10677 0.907439 0.161194 0.388034 0 0 v -2.36884 3.17834 6.53796 -0.114773 0.971481 0.207489 0 0 v 2.07689 4.16833 6.09485 0.258953 0.870223 0.419112 0 0 v -7.4567 0.518037 9.36166 -0.824535 0.565772 0.00664413 0 0 v -3.28664 0.402736 11.2844 0.668842 -0.173657 -0.722838 0 0 v -4.6698 6.60748 14.2339 0.960669 -0.201816 0.19075 0 0 v -3.48524 1.7445 9.31406 -0.204619 0.604785 0.769653 0 0 v -6.96511 1.00479 6.89707 -0.881713 0.443878 0.159855 0 0 v 5.48581 -1.46925 7.24177 0.899996 -0.249582 0.357374 0 0 v -6.04253 2.43458 11.683 -0.823558 0.159741 -0.544274 0 0 v -7.33323 0.818717 9.08517 -0.938185 0.341053 0.0590936 0 0 v 6.13198 -0.769833 4.74815 0.995814 -0.0373072 0.0834369 0 0 v 6.13453 -0.670053 4.74825 0.997399 -0.0474114 0.0542892 0 0 v 6.14125 -0.569693 4.74856 0.996668 -0.0592234 0.0560767 0 0 v 6.14583 -0.469913 4.74897 0.995506 -0.0632671 0.0704669 0 0 v 6.1536 -0.369643 4.74939 0.99714 -0.0430317 0.0621376 0 0 v 6.15908 -0.170233 4.75014 0.998482 -0.0264172 0.0483337 0 0 v 6.15871 -0.0703733 4.74973 0.999339 0.0337305 0.0135568 0 0 v 6.15052 0.0296267 4.74894 0.999507 0.0307445 0.00635825 0 0 v 6.15243 0.129137 4.74953 0.998938 0.0458677 0.00439255 0 0 v 6.145 0.229177 4.74855 0.997408 0.0718174 -0.00447599 0 0 v 6.12945 0.428617 4.74718 0.993213 0.114464 -0.0206567 0 0 v 6.09218 0.628197 4.74376 0.980901 0.193998 -0.0140596 0 0 v 6.06834 0.728257 4.7417 0.97927 0.202446 -0.00672769 0 0 v 6.05028 0.827157 4.74033 0.973462 0.228792 -0.00513885 0 0 v 6.02565 0.926907 4.73777 0.971079 0.238226 0.0159638 0 0 v 5.99824 1.02606 4.73581 0.952328 0.303643 0.0295248 0 0 v 5.96255 1.12631 4.7325 0.923359 0.380962 0.0477123 0 0 v 5.91336 1.22674 4.72857 0.898171 0.437216 0.0461614 0 0 v 5.86118 1.32567 4.72436 0.879307 0.475246 0.0309955 0 0 v 5.79901 1.42613 4.71931 0.876583 0.481175 -0.00855252 0 0 v 5.74548 1.5246 4.71515 0.874692 0.482291 -0.0480557 0 0 v 5.69098 1.62234 4.71109 0.837491 0.540296 -0.0817911 0 0 v 5.61894 1.72441 4.7051 0.814629 0.56915 -0.111567 0 0 v 5.54063 1.82309 4.699 0.82735 0.534263 -0.173365 0 0 v 5.48757 1.92213 4.6958 0.854008 0.469236 -0.224697 0 0 v 5.42871 2.02464 4.68986 0.815068 0.502961 -0.287566 0 0 v 5.36263 2.12275 4.68541 0.752232 0.558469 -0.349656 0 0 v 5.26814 2.22767 4.67468 0.746652 0.546937 -0.378644 0 0 v 5.21043 2.32233 4.67288 0.76732 0.53362 -0.355627 0 0 v 5.12421 2.42433 4.66451 0.732654 0.607638 -0.306585 0 0 v 5.03227 2.522 4.65784 0.720638 0.638903 -0.269229 0 0 v 4.94426 2.62274 4.64963 0.759157 0.594832 -0.264302 0 0 v 4.87324 2.72713 4.64211 0.800217 0.568226 -0.191759 0 0 v 4.79635 2.82674 4.6361 0.755078 0.651255 -0.0756558 0 0 v 4.71202 2.91827 4.62955 0.691023 0.722627 0.0172322 0 0 v 4.577 3.02319 4.61828 0.622107 0.778219 0.0857836 0 0 v -7.75838 -1.97841 9.38017 -0.964036 -0.255866 0.0718846 0 0 v -7.3935 -1.09423 6.38827 -0.98454 -0.111163 0.135363 0 0 v -6.89169 1.30888 6.48484 -0.837908 0.530162 0.129761 0 0 v -5.59575 5.44283 13.0647 -0.945368 0.287449 -0.153792 0 0 v -7.55355 -1.36834 11.0255 -0.931481 -0.153289 -0.329916 0 0 v -5.91681 6.34637 14.7474 -0.671646 0.740806 -0.00985197 0 0 v -6.87795 1.20965 7.02847 -0.844113 0.454102 0.285069 0 0 v -6.90967 1.10793 7.02986 -0.941482 0.270555 0.201025 0 0 v -6.99524 0.908737 7.03546 -0.876094 0.440815 0.195296 0 0 v -7.41298 -2.07144 10.6144 -0.983841 0.158054 -0.0841149 0 0 v -7.29964 0.720596 9.77117 -0.901979 0.411159 0.131844 0 0 v -7.47667 0.0125966 8.15006 -0.681026 0.28321 -0.675274 0 0 v 1.82036 2.00187 9.13277 -0.0855716 0.665442 0.741529 0 0 v -7.67776 -2.17652 9.65417 -0.971146 -0.121512 0.205208 0 0 v -7.70856 -1.97819 9.65546 -0.952092 -0.202636 0.229039 0 0 v -7.89426 -0.580103 8.96816 -0.986084 0.164947 -0.0207549 0 0 v 0.524656 3.42327 14.3937 0.836268 -0.422376 0.34965 0 0 v -6.32961 1.99996 6.44807 -0.694851 0.64867 0.310499 0 0 v -4.34417 -2.46778 3.4137 -0.203472 -0.600965 -0.772943 0 0 v -0.0935439 -4.2 0.419455 0.270319 -0.777352 -0.568024 0 0 v -1.37212 3.90618 5.86298 -0.752039 0.332341 0.569199 0 0 v -4.75977 5.20631 13.4519 0.937656 -0.106076 0.330983 0 0 v -3.50421 -0.792034 10.8372 0.924549 -0.206668 0.320152 0 0 v -3.52351 -0.890414 10.8344 0.896544 -0.266486 0.353829 0 0 v -3.50842 0.607716 10.8354 0.940896 0.338694 -0.000751814 0 0 v -3.21893 0.0079965 10.2302 0.859581 0.154005 0.48724 0 0 v -4.79708 -2.21489 3.39229 -0.313257 -0.50134 -0.806553 0 0 v -5.86559 -0.772573 3.37768 -0.778012 -0.164928 -0.606214 0 0 v -3.49345 -3.6502 0.413595 0.144969 -0.783538 -0.604195 0 0 v -3.61146 -3.64057 0.388735 0.0484323 -0.619598 -0.783424 0 0 v -3.44025 0.307786 10.9919 0.991203 0.0579281 -0.118999 0 0 v -3.59796 -1.08907 10.8307 0.82243 -0.38466 0.419101 0 0 v -4.74843 3.90688 13.1369 0.880097 -0.12096 0.459128 0 0 v -1.68972 -4.0564 0.388455 -0.480868 -0.523707 -0.703205 0 0 v -7.53671 -0.671484 10.6077 -0.970381 0.240503 -0.0227874 0 0 v 5.84016 -0.167943 6.83447 0.930338 -0.0632658 0.361206 0 0 v 5.72145 -0.0685834 7.11266 0.916496 -0.0466328 0.397315 0 0 v -5.80649 4.03876 12.5092 -0.976875 0.161836 -0.139729 0 0 v -6.79878 -1.68982 7.58506 -0.819014 -0.554946 0.145779 0 0 v -3.57245 2.96806 7.24367 -0.115682 0.877745 0.464952 0 0 v -5.73316 5.95114 14.0465 -0.698299 0.51798 -0.494039 0 0 v -7.89731 -1.48155 8.97227 -0.964147 -0.228127 -0.135567 0 0 v 6.08954 0.329547 5.5844 0.994834 0.0955286 0.0343499 0 0 v 6.1007 0.229777 5.58534 0.995387 0.0795358 0.0536522 0 0 v 6.10586 0.130527 5.58584 0.997523 0.0240406 0.0661004 0 0 v 6.02262 -1.36862 4.88022 0.942273 -0.329442 0.0599144 0 0 v 6.05115 -1.26962 4.88251 0.957914 -0.277052 0.0751119 0 0 v 6.08062 -1.16815 4.88431 0.971009 -0.221287 0.0904037 0 0 v 6.11062 -0.969493 4.88668 0.99079 -0.0855762 0.104933 0 0 v 6.11217 -0.869853 4.88686 0.993346 -0.0378792 0.108761 0 0 v 6.11934 -0.769683 4.88715 0.99341 -0.0698987 0.0908382 0 0 v 6.12783 -0.669123 4.88749 0.995335 -0.0593477 0.0760693 0 0 v 6.13394 -0.469733 4.888 0.994491 -0.0543794 0.0896128 0 0 v 6.14307 -0.369513 4.8886 0.994283 -0.0627727 0.0863791 0 0 v 6.14579 -0.269773 4.88877 0.996142 -0.0502953 0.0719168 0 0 v 6.15425 -0.169683 4.88956 0.997052 -0.0483992 0.0595319 0 0 v 6.15642 -0.0700833 4.88973 0.999066 -0.000561452 0.0432031 0 0 v 6.15436 0.0298767 4.88943 0.999126 0.0342486 0.0239834 0 0 v 6.14665 0.129707 4.88865 0.997991 0.0577602 0.0260232 0 0 v 6.14284 0.229177 4.88843 0.997568 0.0671458 0.0187025 0 0 v 6.13431 0.329477 4.88737 0.996113 0.082541 0.0307552 0 0 v 6.12862 0.428607 4.88685 0.987776 0.149736 0.0433261 0 0 v 6.09066 0.627907 4.88323 0.978698 0.200016 0.0463086 0 0 v 6.06784 0.728397 4.88134 0.977908 0.207756 0.0230717 0 0 v 6.04972 0.826857 4.87937 0.965346 0.252122 0.0673939 0 0 v 6.01681 0.927937 4.87702 0.950494 0.292837 0.103961 0 0 v 5.98548 1.02585 4.8738 0.924199 0.351307 0.149799 0 0 v 5.94085 1.12781 4.8709 0.907421 0.392606 0.149829 0 0 v 5.89987 1.22671 4.86759 0.91437 0.39568 0.0858176 0 0 v 5.84949 1.32649 4.86347 0.90528 0.424591 0.0137709 0 0 v 5.80151 1.42769 4.85951 0.906468 0.421342 -0.0280331 0 0 v 5.76041 1.52602 4.85659 0.898813 0.432587 -0.0707364 0 0 v 5.70958 1.62609 4.85261 0.860201 0.498221 -0.108767 0 0 v 5.63982 1.72264 4.84808 0.846693 0.506797 -0.16207 0 0 v 5.58313 1.82641 4.84279 0.856629 0.457405 -0.238678 0 0 v 5.533 1.9268 4.83825 0.864705 0.409885 -0.29031 0 0 v 5.48799 2.02295 4.83686 0.842511 0.439175 -0.311929 0 0 v 5.42896 2.1252 4.83052 0.809544 0.482902 -0.333833 0 0 v 5.36932 2.21952 4.82965 0.759194 0.52993 -0.377886 0 0 v 5.28681 2.32294 4.8199 0.740868 0.538741 -0.40109 0 0 v 5.20632 2.41961 4.81556 0.699293 0.604617 -0.381351 0 0 v 5.01692 2.61928 4.79844 0.694228 0.626894 -0.353624 0 0 v 4.91331 2.72959 4.78564 0.711777 0.6596 -0.241458 0 0 v 4.82725 2.81892 4.78084 0.672907 0.729492 -0.122625 0 0 v 4.69085 2.92227 4.76851 0.608482 0.792197 0.046613 0 0 v -7.42604 -0.894613 6.25339 -0.991662 -0.0109907 0.128397 0 0 v -5.40783 6.65136 14.4745 -0.677911 0.644943 -0.352825 0 0 v -7.40473 -0.993593 6.38815 -0.98644 -0.0594714 0.15297 0 0 v -6.83318 0.631726 11.145 -0.83397 0.516151 0.195147 0 0 v -6.1246 1.64018 11.8285 -0.89964 0.429634 0.0778646 0 0 v -6.25282 4.24246 13.21 -0.574964 0.376427 -0.726443 0 0 v -5.71668 5.1439 13.2066 -0.904472 0.316511 -0.285922 0 0 v -6.93827 1.01001 7.03266 -0.899928 0.396695 0.181007 0 0 v -7.38762 0.617716 9.36007 -0.879963 0.473302 0.0406312 0 0 v -7.47339 -2.57302 10.3419 -0.997467 0.0567491 0.0428814 0 0 v -6.36865 1.23135 8.09647 -0.626011 0.750723 -0.211008 0 0 v -6.49406 1.14914 8.09797 -0.492589 0.764416 -0.415961 0 0 v -7.9027 -0.681343 8.83426 -0.986506 0.110394 -0.120913 0 0 v -4.67066 2.81117 6.36096 -0.16334 0.960873 0.223702 0 0 v -1.24187 2.25122 14.9689 -0.612683 0.28928 0.735484 0 0 v -7.91521 -0.680363 8.96896 -0.988491 0.14337 -0.0482681 0 0 v -4.70349 5.00707 13.1365 0.998573 0.0440079 0.0302586 0 0 v -4.8399 4.50757 13.4473 0.855787 -0.110176 0.50546 0 0 v -7.44769 -0.895253 6.1195 -0.994271 -0.0375809 0.100063 0 0 v -3.57618 -0.391964 11.4514 0.922863 -0.385052 -0.00769397 0 0 v -4.67584 4.70725 12.9793 0.997439 0.0615591 0.0364028 0 0 v -4.81845 2.10725 12.3516 0.877519 -0.291071 0.381102 0 0 v -4.45222 -3.17254 4.2048 -0.208248 -0.808848 -0.549907 0 0 v -5.93236 -0.698723 3.44545 -0.776521 -0.108524 -0.620675 0 0 v -5.77738 -3.57611 7.91537 0.07314 -0.3176 -0.9454 0 0 v -6.15508 -1.86983 4.07093 -0.689974 -0.387973 -0.611075 0 0 v -7.14291 0.509917 6.91046 -0.910314 0.329481 0.250542 0 0 v -3.75577 -1.3936 10.9865 0.984262 -0.109602 0.138622 0 0 v -4.70953 1.50533 11.5795 0.963068 0.218115 0.15788 0 0 v 6.02694 0.728367 5.43969 0.978084 0.1793 -0.105841 0 0 v -4.71041 3.20581 12.0418 0.967548 0.038253 -0.249776 0 0 v -4.72381 5.00726 13.2926 0.970574 -0.0712052 0.230034 0 0 v -3.45688 0.409366 10.9897 0.972682 0.108128 -0.205422 0 0 v -3.73006 -0.888804 11.2915 0.94923 -0.28033 0.142753 0 0 v -4.65665 2.90585 12.3553 0.999446 -0.0320567 -0.00898488 0 0 v -4.77916 3.70726 13.1353 0.848744 -0.173358 0.499581 0 0 v -5.13741 6.18111 12.3826 0.248386 0.543068 -0.802111 0 0 v -4.72354 3.60595 12.0398 0.954158 0.059964 -0.293235 0 0 v 5.71767 -0.168233 7.11086 0.915724 -0.0485563 0.398863 0 0 v -4.76372 4.50891 12.346 0.908615 0.232242 -0.347106 0 0 v 5.98889 -0.668773 6.14231 0.978843 -0.108479 0.173492 0 0 v -5.42137 1.84125 10.9737 -0.153092 0.509268 -0.846882 0 0 v -5.51105 6.5466 14.4756 -0.64923 0.638767 -0.412889 0 0 v 5.30155 1.63183 7.08677 0.800507 0.390051 0.455026 0 0 v -6.16839 -0.297793 3.64606 -0.598568 -0.00777881 -0.801034 0 0 v 5.94404 -1.56699 5.01496 0.942754 -0.332891 0.0199843 0 0 v 5.97194 -1.46823 5.01684 0.948316 -0.316097 0.0279211 0 0 v 6.00855 -1.36815 5.01927 0.944225 -0.324636 0.0552322 0 0 v 6.03684 -1.26903 5.02133 0.961613 -0.264961 0.0713898 0 0 v 6.06218 -1.1693 5.02312 0.971467 -0.215538 0.0989742 0 0 v 6.07908 -1.07034 5.02463 0.982436 -0.152933 0.106913 0 0 v 6.09563 -0.969123 5.02534 0.98878 -0.0848573 0.122936 0 0 v 6.11324 -0.669153 5.02606 0.992918 -0.0640192 0.100073 0 0 v 6.11881 -0.569483 5.02684 0.994878 -0.0403974 0.0926594 0 0 v 6.14666 -0.0697933 5.02879 0.996819 -0.0141071 0.078442 0 0 v 6.14681 0.0299467 5.02884 0.998302 0.0022999 0.0582089 0 0 v 6.14512 0.129907 5.02853 0.998595 0.0369936 0.03793 0 0 v 6.14154 0.229377 5.02792 0.996114 0.0710825 0.0519956 0 0 v 6.1302 0.329097 5.0271 0.991729 0.116158 0.0545923 0 0 v 6.11695 0.428637 5.02574 0.987264 0.133821 0.0860313 0 0 v 6.10164 0.528017 5.0241 0.978256 0.182969 0.0976666 0 0 v 6.07925 0.628147 5.02211 0.971428 0.210503 0.10962 0 0 v 6.06132 0.726487 5.01988 0.957162 0.250533 0.145168 0 0 v 6.02316 0.829917 5.01828 0.92311 0.323611 0.207712 0 0 v 5.99159 0.927937 5.01493 0.918807 0.327179 0.220788 0 0 v 5.95306 1.0279 5.01192 0.920607 0.338549 0.194597 0 0 v 5.91565 1.12805 5.00917 0.945834 0.31023 0.0956877 0 0 v 5.88532 1.22639 5.01024 0.952632 0.304125 0.00013402 0 0 v 5.85026 1.32722 5.00406 0.933976 0.35526 -0.0384597 0 0 v 5.81164 1.42689 5.00099 0.920564 0.381887 -0.082004 0 0 v 5.77164 1.52587 4.99818 0.909908 0.404541 -0.091729 0 0 v 5.72022 1.62551 4.99415 0.889565 0.442479 -0.113516 0 0 v 5.66889 1.7252 4.99046 0.878399 0.449405 -0.162637 0 0 v 5.62647 1.82405 4.9883 0.894204 0.392563 -0.215159 0 0 v 5.58203 1.92632 4.983 0.888992 0.3911 -0.23819 0 0 v 5.53962 2.02426 4.98072 0.871907 0.422504 -0.247526 0 0 v 5.48132 2.12638 4.9743 0.840843 0.478483 -0.253057 0 0 v 5.42518 2.2232 4.97151 0.824081 0.500116 -0.266034 0 0 v 5.36109 2.32209 4.96667 0.799578 0.530437 -0.281623 0 0 v 5.29395 2.4188 4.96255 0.730339 0.605225 -0.316714 0 0 v 5.18573 2.52313 4.95144 0.697159 0.641849 -0.319373 0 0 v 5.10371 2.61708 4.94679 0.685835 0.667134 -0.290795 0 0 v 4.99062 2.71671 4.93646 0.624903 0.736053 -0.260236 0 0 v -7.42297 -1.09361 6.25433 -0.980634 -0.131221 0.145389 0 0 v -7.42852 -0.994533 6.25429 -0.99222 -0.0258108 0.121791 0 0 v -2.19447 3.29111 1.44038 -0.438966 0.384529 0.812063 0 0 v -7.41433 -0.793893 6.38786 -0.997397 -0.0707067 0.014169 0 0 v -7.15756 1.11915 9.35237 -0.750797 0.658949 0.045712 0 0 v -5.4312 6.04164 12.6366 -0.967344 0.250845 0.0363594 0 0 v -6.71439 0.832216 11.1423 -0.857071 0.511066 0.0651192 0 0 v -6.42316 1.13039 11.5526 -0.689119 0.67762 0.2568 0 0 v -6.24603 1.33253 11.4117 -0.762602 0.646222 0.0288987 0 0 v -6.22925 3.24308 13.2146 -0.895105 -0.226723 0.383906 0 0 v -7.24469 0.208047 7.05047 -0.90258 0.339752 0.264421 0 0 v -7.3987 -1.97151 10.6142 -0.982698 0.122226 -0.139162 0 0 v -7.47417 -2.67302 10.3425 -0.997433 0.00386588 0.0715038 0 0 v 1.71436 1.99821 9.12907 -0.100376 0.681529 0.724875 0 0 v -7.7915 -2.58072 8.84196 -0.99768 0.0563197 -0.0382558 0 0 v -7.80004 -2.68119 8.84307 -0.996861 0.0703082 -0.0364013 0 0 v -7.12542 0.724766 10.4563 -0.787635 0.576927 0.2163 0 0 v -7.9262 -0.780443 8.96996 -0.993954 0.0755757 -0.0796419 0 0 v -4.83258 4.61727 13.4542 0.860811 -0.107027 0.497543 0 0 v -4.80829 4.80714 13.4499 0.8934 -0.0598755 0.445255 0 0 v -4.70615 3.90721 12.1936 0.953087 0.0999746 -0.285709 0 0 v -4.75565 3.40575 12.9833 0.872911 -0.147666 0.464996 0 0 v -4.6444 3.7064 12.667 0.998952 -0.00992157 0.044681 0 0 v -3.33094 0.206736 11.2992 0.784296 -0.290535 -0.548151 0 0 v -5.01161 -1.14015 2.95481 -0.317884 -0.342378 -0.884153 0 0 v -3.55186 0.707406 10.8341 0.894642 0.446466 -0.0168333 0 0 v -3.7464 -1.29235 10.9853 0.967222 -0.163601 0.194207 0 0 v -3.41101 0.307076 11.1415 0.907762 -0.10574 -0.405941 0 0 v -4.68469 4.5075 12.6646 0.969527 0.180859 -0.16525 0 0 v -4.67121 4.40727 12.6652 0.986032 0.11116 -0.124034 0 0 v 5.94413 -0.867813 6.27881 0.968077 -0.112164 0.224154 0 0 v -4.79573 1.81089 11.261 0.932154 0.189808 -0.30832 0 0 v -3.46558 0.507856 10.9912 0.953498 0.20713 -0.218948 0 0 v -3.49921 0.610186 10.9882 0.922782 0.323324 -0.209604 0 0 v -4.64793 3.40673 12.6669 0.991278 -0.0293486 0.128475 0 0 v 6.07612 0.230697 6.00521 0.99269 0.0448943 0.112031 0 0 v 5.50107 -1.57005 7.10186 0.904319 -0.32249 0.279656 0 0 v 0.606256 3.6253 14.3958 0.928118 -0.258749 0.267667 0 0 v -4.64854 3.30708 12.6666 0.985442 -0.0568882 0.16021 0 0 v 5.72137 1.327 6.26029 0.896386 0.343742 0.279881 0 0 v -1.25969 1.20093 12.3838 0.442302 -0.459836 -0.770013 0 0 v -4.78823 2.20676 12.353 0.904156 -0.258284 0.34028 0 0 v -4.62033 6.80696 14.0775 0.980436 -0.169617 0.0998794 0 0 v 5.86374 -1.76983 5.14851 0.902121 -0.431481 -0.00117448 0 0 v 5.93752 -1.56918 5.15425 0.944572 -0.327975 0.0147103 0 0 v 5.9745 -1.46911 5.15704 0.952778 -0.303253 0.0158953 0 0 v 6.0304 -1.26757 5.16101 0.971686 -0.231269 0.0483772 0 0 v 6.04853 -1.16909 5.16223 0.982376 -0.171945 0.0733033 0 0 v 6.0696 -1.06883 5.16347 0.986952 -0.125899 0.10037 0 0 v 6.07496 -0.969753 5.16404 0.990428 -0.0822133 0.110872 0 0 v 6.08212 -0.869083 5.16425 0.992066 -0.0664302 0.106733 0 0 v 6.10436 -0.569213 5.16552 0.993142 -0.0619567 0.099153 0 0 v 6.10738 -0.469183 5.16597 0.994969 -0.0413513 0.0912515 0 0 v 6.12154 -0.269413 5.16705 0.993369 -0.0690511 0.091921 0 0 v 6.12998 -0.169263 5.16744 0.994116 -0.0566637 0.0923158 0 0 v 6.13343 -0.0695533 5.16786 0.995092 -0.050235 0.0852493 0 0 v 6.14159 0.0302367 5.16811 0.997624 -0.00864246 0.0683543 0 0 v 6.13516 0.130137 5.16787 0.995838 0.0485065 0.0771547 0 0 v 6.11792 0.329257 5.16604 0.98403 0.149432 0.0967245 0 0 v 6.10018 0.430047 5.16496 0.978878 0.173855 0.107574 0 0 v 6.08317 0.529117 5.16319 0.966579 0.221933 0.128338 0 0 v 6.05491 0.628327 5.16058 0.950095 0.270053 0.156177 0 0 v 6.02414 0.726667 5.1577 0.944284 0.294848 0.146263 0 0 v 5.98784 0.827127 5.15434 0.945435 0.311991 0.0938881 0 0 v 5.95244 0.926737 5.15039 0.960297 0.27544 0.0443075 0 0 v 5.92921 1.02842 5.15057 0.974495 0.218797 -0.0498732 0 0 v 5.89198 1.22887 5.14751 0.964755 0.246165 -0.0930039 0 0 v 5.86378 1.32756 5.14635 0.945907 0.305422 -0.109439 0 0 v 5.83234 1.42547 5.1436 0.928219 0.352278 -0.119624 0 0 v 5.78638 1.52714 5.13944 0.908435 0.398927 -0.124912 0 0 v 5.74371 1.6253 5.13688 0.905267 0.405768 -0.125876 0 0 v 5.69817 1.7272 5.13214 0.906147 0.392609 -0.157341 0 0 v 5.61501 1.92442 5.12681 0.904024 0.393332 -0.167426 0 0 v 5.56738 2.02547 5.12221 0.890988 0.422906 -0.165201 0 0 v 5.51713 2.1255 5.11794 0.858627 0.48493 -0.166139 0 0 v 5.45435 2.22571 5.11279 0.837231 0.527925 -0.142616 0 0 v 5.32811 2.42588 5.10227 0.789661 0.597986 -0.137286 0 0 v 5.23831 2.52489 5.09511 0.71713 0.678866 -0.157683 0 0 v 5.14487 2.62007 5.08858 0.707498 0.690831 -0.148995 0 0 v 5.04185 2.72185 5.08906 0.640884 0.751989 -0.154207 0 0 v -4.0499 1.67028 9.24867 0.0578181 0.862024 0.503559 0 0 v -1.34787 3.7074 6.00607 -0.730087 0.315657 0.60608 0 0 v -7.7922 -0.377004 9.64627 -0.973542 0.139178 0.181232 0 0 v -7.06489 1.00515 6.3596 -0.950069 0.308817 0.0447292 0 0 v -7.40593 -0.894083 6.388 -0.994767 -0.0613114 0.0817266 0 0 v -7.71586 -2.17836 9.38107 -0.9876 -0.0930242 0.126464 0 0 v -7.53119 -0.475024 10.3321 -0.920462 0.0995122 0.377951 0 0 v -6.24439 2.43893 12.5177 -0.995619 -0.0888304 -0.0291853 0 0 v -3.07413 1.63636 13.5184 -0.695861 0.627354 0.349579 0 0 v -5.89346 1.83643 11.2602 -0.744403 0.320601 -0.58573 0 0 v -7.36359 -0.172724 10.604 -0.904205 0.333892 0.266328 0 0 v -7.03457 0.809927 7.03866 -0.921413 0.332966 0.200327 0 0 v -5.38052 6.74838 14.6168 -0.66615 0.695668 -0.26887 0 0 v -7.42383 0.114517 8.14437 -0.664248 0.330999 -0.670234 0 0 v -7.08232 1.12648 8.80107 -0.571976 0.718153 -0.396358 0 0 v -7.80885 -2.78101 8.84367 -0.997495 0.0591308 -0.0388339 0 0 v -7.81091 -2.88105 8.84426 -0.999142 -0.00157107 -0.0413979 0 0 v 1.35601 3.73868 6.63436 0.0767071 0.483859 0.871778 0 0 v -7.92848 -0.880163 8.97037 -0.991655 0.0614749 -0.113321 0 0 v -4.73722 4.80715 13.2929 0.949249 0.00435221 0.314494 0 0 v -4.7871 5.00625 13.4536 0.893296 -0.15755 0.420952 0 0 v -4.80341 4.90666 13.4525 0.904521 -0.103589 0.413656 0 0 v 6.08953 -0.168403 5.58446 0.994764 -0.0690163 0.0753717 0 0 v -7.75044 -1.8814 8.97136 -0.952375 -0.237667 -0.191042 0 0 v -4.7048 5.10714 13.1358 0.999331 0.036566 -0.00024871 0 0 v -4.61015 6.70792 13.6048 0.979951 -0.170441 -0.103178 0 0 v -4.79957 -3.34348 0.431215 -0.6315 -0.708581 -0.314835 0 0 v -4.7462 1.80591 11.4218 0.968779 0.10226 -0.225855 0 0 v -4.2671 -2.59216 3.49215 -0.211055 -0.631347 -0.746228 0 0 v -3.89208 -1.59131 11.4451 0.97533 -0.191518 0.109783 0 0 v -3.03238 1.99884 9.16846 -0.0130138 0.710836 0.703238 0 0 v -4.82833 5.40757 12.6583 0.910824 0.174831 -0.373945 0 0 v -4.81214 5.30798 12.6585 0.919198 0.156464 -0.361378 0 0 v 0.645916 3.52571 14.0946 0.995117 -0.0837121 0.0522881 0 0 v -0.472474 1.82931 8.99366 0.00984858 0.604253 0.796731 0 0 v -3.65842 -2.93424 3.86596 0.0371798 -0.792802 -0.608344 0 0 v 0.537926 3.32322 14.2423 0.824313 -0.433784 0.363786 0 0 v -3.77252 -1.39283 11.1398 0.974476 -0.14486 0.171499 0 0 v -4.72317 2.20537 11.7333 0.986397 0.0912634 -0.136717 0 0 v -4.67003 4.20703 12.5077 0.970136 0.148758 -0.191593 0 0 v 5.91773 0.829787 6.2757 0.923313 0.259668 0.282957 0 0 v -2.99541 0.601986 11.4352 0.697854 -0.154225 -0.699438 0 0 v -4.7318 5.80667 13.1333 0.98599 0.00986924 -0.166512 0 0 v -4.44758 -1.33496 2.86797 -0.228896 -0.379741 -0.896328 0 0 v -3.15446 0.602346 11.3189 0.458563 0.00741781 -0.888631 0 0 v 0.477086 3.22774 14.2389 0.733413 -0.544874 0.406469 0 0 v 5.97139 -1.4679 5.29672 0.945824 -0.318106 0.064997 0 0 v 5.99956 -1.36882 5.29908 0.964766 -0.257763 0.0527684 0 0 v 6.02438 -1.26881 5.30078 0.977062 -0.205552 0.0556557 0 0 v 6.04315 -1.16803 5.30193 0.990242 -0.129568 0.0513126 0 0 v 6.05058 -1.06946 5.30242 0.990694 -0.112856 0.07609 0 0 v 6.06144 -0.969253 5.30314 0.992628 -0.0819117 0.089332 0 0 v 6.07386 -0.769493 5.304 0.994754 -0.0690562 0.0754668 0 0 v 6.08207 -0.669153 5.3043 0.992777 -0.0786349 0.0906143 0 0 v 6.09278 -0.568913 5.3049 0.993625 -0.0687167 0.0893684 0 0 v 6.12774 0.0303467 5.30708 0.996715 -0.0168647 0.0792196 0 0 v 6.12285 0.130107 5.30702 0.995934 0.0606758 0.0665901 0 0 v 6.11767 0.229567 5.30623 0.991414 0.0984995 0.0860011 0 0 v 6.0883 0.428207 5.3031 0.984675 0.161331 0.0662394 0 0 v 6.06755 0.528587 5.30191 0.97141 0.230683 0.0561014 0 0 v 6.03749 0.627407 5.29931 0.962945 0.269298 0.014652 0 0 v 6.01083 0.723947 5.29659 0.979066 0.199983 -0.0379094 0 0 v 5.99237 0.828927 5.29618 0.976898 0.196212 -0.0846771 0 0 v 5.97117 0.929807 5.29349 0.964858 0.20788 -0.160734 0 0 v 5.95452 1.02884 5.29363 0.967118 0.1795 -0.180172 0 0 v 5.9373 1.12831 5.29243 0.964627 0.196698 -0.175515 0 0 v 5.91635 1.22866 5.28999 0.958013 0.247154 -0.145347 0 0 v 5.8876 1.32763 5.28797 0.938067 0.329408 -0.107336 0 0 v -5.31017 -0.696324 12.4545 0.032795 0.0355817 0.998828 0 0 v -2.37354 -1.68313 9.14567 -0.100693 -0.523207 0.846236 0 0 v -2.10844 0.295126 9.59997 0.298272 0.0416654 0.953571 0 0 v -6.15042 4.34587 13.2046 -0.507531 0.422001 -0.751217 0 0 v -2.52426 0.00510652 9.69426 0.17433 -0.0349821 0.984066 0 0 v -6.94832 -0.418004 12.1887 -0.368472 0.0984393 0.924412 0 0 v -5.35807 -0.0984436 12.4136 0.0473155 0.101105 0.99375 0 0 v -2.20214 0.329186 9.62586 0.243055 0.0564595 0.968368 0 0 v -2.29622 0.363347 9.64746 0.182334 0.107292 0.977365 0 0 v -4.75936 6.92909 14.6419 0.700015 0.00935735 0.714067 0 0 v -4.82812 6.93531 14.7248 0.717758 0.137194 0.682643 0 0 v -5.85231 2.23323 11.4031 -0.815805 0.204513 -0.540958 0 0 v -7.69425 -2.18355 8.56927 -0.913437 0.235409 -0.331987 0 0 v -5.42008 -0.657344 12.4541 0.00859395 0.0386658 0.999215 0 0 v -1.6562 -1.19977 9.23846 0.270568 -0.470012 0.840168 0 0 v -5.91277 0.0989564 12.3822 -0.115976 0.0876714 0.989375 0 0 v -2.40371 0.404287 9.65386 0.169662 0.120013 0.978167 0 0 v -2.50274 0.440147 9.66986 0.168598 0.0891471 0.981645 0 0 v -4.74178 6.76481 14.551 0.858837 -0.257216 0.442988 0 0 v -4.79578 6.78361 14.6574 0.794189 -0.143991 0.590364 0 0 v -4.85622 6.80702 14.7482 0.692646 -0.140273 0.707506 0 0 v -4.92814 6.83613 14.819 0.611512 -0.0745298 0.787717 0 0 v -5.01545 6.87927 14.8661 0.237436 0.297695 0.924663 0 0 v -7.78351 -2.77936 9.11306 -0.985792 0.0687581 0.15325 0 0 v -7.7736 -2.67914 9.11246 -0.987269 0.0388627 0.154242 0 0 v -3.07035 -1.2695 9.78337 0.905395 -0.352129 0.237204 0 0 v -3.82506 -0.942984 12.0438 0.852643 -0.137842 0.503984 0 0 v -6.00509 -0.888524 12.4335 -0.0862599 -0.015255 0.996156 0 0 v -3.35666 -1.44959 10.2283 0.786938 -0.270007 0.55482 0 0 v -2.6016 0.476507 9.68536 0.185855 0.0620186 0.980618 0 0 v -2.70045 0.512617 9.69856 0.1831 0.100404 0.977954 0 0 v -4.84358 6.65566 14.6566 0.768068 -0.366909 0.524833 0 0 v -4.90351 6.67773 14.7469 0.682546 -0.339625 0.647137 0 0 v -4.97463 6.70511 14.8185 0.562013 -0.208678 0.800372 0 0 v -5.05686 6.73429 14.8692 0.421183 -0.12728 0.898 0 0 v -5.14402 6.76706 14.9047 0.175701 0.286927 0.941702 0 0 v -2.62273 0.0413165 9.71147 0.22038 -0.00437352 0.975404 0 0 v -2.19795 -1.59605 9.18347 0.140737 -0.484115 0.863612 0 0 v -5.89455 -0.926914 12.4359 -0.0726022 -0.022957 0.997097 0 0 v -2.79817 0.549466 9.71426 0.210515 0.137921 0.967813 0 0 v -2.89489 0.586416 9.72936 0.286504 0.177285 0.941534 0 0 v -4.79631 6.49403 14.4272 0.799364 -0.417698 0.431909 0 0 v -4.84717 6.51231 14.5352 0.768811 -0.431474 0.471974 0 0 v -4.90122 6.5319 14.6414 0.723997 -0.438615 0.532395 0 0 v -4.96268 6.55333 14.7243 0.647105 -0.423977 0.63364 0 0 v -5.03165 6.5782 14.802 0.580254 -0.380987 0.719829 0 0 v -5.10546 6.60618 14.8666 0.479052 -0.269304 0.835455 0 0 v -5.18796 6.63667 14.9138 0.354933 -0.159433 0.921197 0 0 v -5.28052 6.6703 14.9378 0.184846 -0.00530581 0.982753 0 0 v -7.06396 1.21995 9.21146 -0.631241 0.772857 0.0650061 0 0 v -2.98736 0.620816 9.75337 0.353378 0.223746 0.908329 0 0 v -2.29143 -1.5645 9.21326 0.0309286 -0.47892 0.877314 0 0 v -7.66576 -3.08782 8.43476 -0.842215 -0.244845 -0.480338 0 0 v -4.80391 6.35186 14.2976 0.823837 -0.406949 0.39457 0 0 v -4.85093 6.36893 14.4148 0.785712 -0.415188 0.458558 0 0 v -4.90466 6.38816 14.5144 0.740434 -0.435805 0.511694 0 0 v -4.96264 6.40922 14.6115 0.67446 -0.484612 0.557005 0 0 v -5.02336 6.43086 14.7005 0.623794 -0.495584 0.604383 0 0 v -5.09029 6.4553 14.7784 0.577149 -0.453265 0.679301 0 0 v -5.16018 6.47984 14.8503 0.493562 -0.374498 0.784951 0 0 v -5.24137 6.50758 14.9045 0.394762 -0.241684 0.886426 0 0 v -5.31942 6.53735 14.9499 0.294796 -0.190891 0.936299 0 0 v -5.43283 6.58749 14.9663 0.0102176 0.151915 0.988341 0 0 v -5.52027 6.59974 14.9552 -0.337488 0.357106 0.870963 0 0 v -2.99046 -0.854944 9.85736 0.86743 -0.122455 0.482255 0 0 v -7.0831 -0.372274 12.1257 -0.427192 0.152064 0.891282 0 0 v -5.03907 0.659326 12.2762 0.160609 0.225021 0.961025 0 0 v -4.53627 -2.13647 12.2097 0.135485 -0.304953 0.942681 0 0 v -4.85702 6.22631 14.2849 0.811529 -0.398779 0.427078 0 0 v -4.9066 6.24351 14.3948 0.763515 -0.436101 0.476299 0 0 v -4.96358 6.26422 14.4926 0.703302 -0.456313 0.54511 0 0 v -5.02464 6.28632 14.5811 0.641902 -0.464494 0.610087 0 0 v -5.15511 6.33438 14.7449 0.545769 -0.522515 0.655069 0 0 v -5.22483 6.35867 14.8163 0.498022 -0.499009 0.7092 0 0 v -5.30009 6.38492 14.8796 0.416823 -0.410255 0.811141 0 0 v -5.38165 6.41244 14.9262 0.294211 -0.269734 0.916888 0 0 v -5.46715 6.44051 14.9634 0.0877585 -0.134398 0.987034 0 0 v -5.58989 6.49667 14.9438 -0.32026 0.145391 0.936106 0 0 v -4.2037 -0.801524 12.3495 0.288233 -0.0300177 0.95709 0 0 v -4.3497 -1.47445 12.3204 0.224082 -0.143842 0.963897 0 0 v -1.80982 -1.29143 9.24097 0.29338 -0.406451 0.865289 0 0 v -5.28334 -2.01862 12.3099 0.099537 -0.342061 0.934391 0 0 v 0.153536 -0.965974 9.71137 -0.275178 -0.17694 0.944971 0 0 v -4.85715 6.08343 14.1624 0.816058 -0.362132 0.450455 0 0 v -4.91164 6.10149 14.2713 0.774511 -0.405935 0.485128 0 0 v -4.96589 6.12025 14.3722 0.7331 -0.445038 0.514301 0 0 v -5.02571 6.14151 14.462 0.664376 -0.467057 0.583491 0 0 v -5.08704 6.16376 14.5503 0.600972 -0.492343 0.629628 0 0 v -5.22451 6.21534 14.7019 0.56246 -0.50829 0.652135 0 0 v -5.29441 6.2398 14.7728 0.488583 -0.513775 0.705211 0 0 v -5.36638 6.26572 14.8416 0.444777 -0.515354 0.732518 0 0 v -5.4426 6.29242 14.9036 0.346478 -0.414835 0.841347 0 0 v -5.53133 6.32532 14.9458 0.0531295 -0.268883 0.961706 0 0 v -5.64021 6.36784 14.9321 -0.130328 -0.0258516 0.991134 0 0 v -5.74989 6.4154 14.9173 -0.492432 0.356325 0.794068 0 0 v -3.878 -0.631834 12.1735 0.712679 -0.153763 0.684431 0 0 v -4.15703 -1.25298 12.302 0.364985 -0.0995114 0.92568 0 0 v -7.75522 -2.37991 9.10997 -0.988844 0.0798136 0.12577 0 0 v -6.20012 3.23846 12.6551 -0.653168 0.373822 -0.658505 0 0 v -4.89273 -0.844374 12.4382 0.0658515 0.00118464 0.997829 0 0 v -3.88415 -0.920304 12.1408 0.769327 -0.102475 0.630582 0 0 v 0.0332161 -0.922354 9.68556 -0.241055 -0.150762 0.95873 0 0 v -3.51442 -1.68508 10.3158 0.75371 -0.344405 0.559738 0 0 v -6.42082 -2.68875 11.8323 -0.316259 -0.49211 0.811054 0 0 v -2.09162 -1.04008 9.43397 0.232425 -0.340048 0.911233 0 0 v -4.91023 5.95758 14.1501 0.791239 -0.37118 0.485969 0 0 v -4.96416 5.97553 14.2525 0.738717 -0.40373 0.539722 0 0 v -5.0252 5.99645 14.3427 0.685923 -0.464447 0.560176 0 0 v -5.0856 6.01839 14.4391 0.635653 -0.480699 0.604048 0 0 v -5.15465 6.04493 14.5139 0.584776 -0.480922 0.653262 0 0 v -5.22066 6.06859 14.5928 0.548021 -0.498852 0.671431 0 0 v -5.29006 6.09254 14.6644 0.520288 -0.508698 0.68595 0 0 v -5.35905 6.11912 14.7391 0.473418 -0.512461 0.716421 0 0 v -5.43566 6.14676 14.798 0.404844 -0.510099 0.758881 0 0 v -5.51233 6.17409 14.8573 0.328166 -0.510287 0.79493 0 0 v -5.59964 6.20387 14.9031 0.171051 -0.376259 0.910588 0 0 v -5.68575 6.23162 14.9239 -0.0527669 -0.190999 0.980171 0 0 v -5.83596 6.30719 14.889 -0.289122 -0.127505 0.948763 0 0 v -5.89762 6.31491 14.8724 -0.637572 0.338974 0.691809 0 0 v -4.92762 -2.59702 12.0363 0.131311 -0.602312 0.787387 0 0 v -0.0812239 -0.880724 9.66676 -0.251776 -0.131642 0.958791 0 0 v -2.70248 -1.56387 9.12516 -0.196264 -0.518051 0.832528 0 0 v -3.90249 -0.477444 12.2435 0.607655 -0.271058 0.746513 0 0 v -5.79886 -2.44181 12.1126 -0.0785183 -0.459322 0.884793 0 0 v -6.03109 -2.20702 12.1882 -0.142677 -0.336843 0.930688 0 0 v -6.75329 -1.96898 12.0598 -0.378411 -0.336996 0.862113 0 0 v -2.71569 0.0756865 9.73726 0.320305 -0.00136452 0.947314 0 0 v -2.80415 0.107747 9.77007 0.360327 0.0924084 0.928238 0 0 v -2.88882 0.141177 9.81056 0.509359 0.156196 0.84626 0 0 v -1.07616 -1.4097 9.12216 -0.289886 -0.33099 0.898004 0 0 v -6.62555 -2.01052 12.0968 -0.333875 -0.337075 0.880288 0 0 v -2.97536 0.172547 9.85996 0.674527 0.224053 0.70343 0 0 v -7.00255 -0.106694 12.0965 -0.472691 0.252383 0.844314 0 0 v -3.03748 0.199766 9.92917 0.764555 0.217456 0.606769 0 0 v -3.10285 0.225436 10.0081 0.797308 0.19417 0.571488 0 0 v -0.207494 -0.836094 9.63196 -0.310185 -0.125829 0.942312 0 0 v -2.86465 0.613576 13.5619 -0.121902 -0.740442 0.660974 0 0 v -6.17494 -2.00697 12.2314 -0.228488 -0.286238 0.930517 0 0 v -4.60652 -0.366524 12.4167 0.0385859 0.0334591 0.998695 0 0 v -5.42193 -1.82217 12.3618 -0.0666243 -0.254945 0.964658 0 0 v -2.97485 0.646196 13.5655 -0.24054 -0.657579 0.713954 0 0 v 0.446586 3.81479 14.95 0.817157 0.154877 0.555219 0 0 v -7.18783 0.328596 10.736 -0.896384 0.240977 0.372056 0 0 v -4.00692 -1.60022 12.1517 0.656038 -0.189722 0.730493 0 0 v -2.2213 1.09817 14.1621 -0.271322 -0.537552 0.798387 0 0 v -0.116564 0.00281651 9.67547 -0.249616 0.0516864 0.966964 0 0 v -4.96219 5.83147 14.1452 0.760063 -0.382816 0.525125 0 0 v -5.02041 5.85131 14.2376 0.697283 -0.408838 0.588767 0 0 v -5.08671 5.87487 14.3175 0.64431 -0.426143 0.635033 0 0 v -5.15303 5.89815 14.3968 0.624464 -0.475482 0.619646 0 0 v -5.21766 5.9214 14.484 0.564705 -0.487764 0.665729 0 0 v -5.28584 5.94544 14.5552 0.528328 -0.497673 0.687889 0 0 v -5.35761 5.9713 14.6242 0.476883 -0.503514 0.720456 0 0 v -5.4313 5.99965 14.6893 0.43989 -0.535021 0.721283 0 0 v -5.50466 6.02764 14.7545 0.380746 -0.523969 0.761899 0 0 v -5.58593 6.056 14.8053 0.338159 -0.506919 0.792894 0 0 v -5.66787 6.08342 14.8604 0.209873 -0.457078 0.864311 0 0 v -5.75857 6.11175 14.8808 -0.120988 -0.297524 0.947017 0 0 v -5.88381 6.1675 14.844 -0.442295 -0.137 0.886344 0 0 v 2.22893 3.05804 7.26907 0.162535 0.978086 0.130119 0 0 v -4.07912 -1.57284 12.2199 0.499631 -0.174599 0.84846 0 0 v -5.05463 -1.80544 12.3582 0.0553647 -0.230201 0.971567 0 0 v -5.53454 0.110206 12.3981 0.0303863 0.0976191 0.99476 0 0 v 3.48063 -1.74184 9.25737 0.300615 -0.403051 0.864396 0 0 v -5.84076 -0.799914 12.4467 -0.0494072 -0.00885039 0.998739 0 0 v 3.92822 3.23269 5.97179 0.31237 0.887184 0.339602 0 0 v -4.06753 -0.990294 12.2854 0.457318 -0.0410705 0.888354 0 0 v -1.86239 -1.5704 9.11816 0.334108 -0.484378 0.808548 0 0 v -3.77147 -0.526984 12.083 0.786699 -0.237878 0.569665 0 0 v -5.59484 5.53929 12.2203 -0.96795 0.247428 0.0430333 0 0 v -5.80182 4.13881 12.2306 -0.963092 0.12273 0.239564 0 0 v 1.92527 -1.74971 9.71447 0.00408276 -0.499033 0.866574 0 0 v -4.03604 -0.574494 12.2898 0.405399 -0.155792 0.900767 0 0 v -5.66358 5.23773 12.2229 -0.966243 0.167652 0.195621 0 0 v -4.83822 1.30961 11.9971 0.851962 -0.0303764 0.522721 0 0 v -3.97729 -0.449884 12.3063 0.407796 -0.32042 0.855005 0 0 v -4.89557 1.33357 12.0894 0.788137 -0.137909 0.599851 0 0 v 1.10008 -4.01222 6.7859 -0.0121717 -0.430523 0.902497 0 0 v 1.29925 -4.08284 6.75343 -0.0629644 -0.47735 0.876454 0 0 v 1.39866 -4.11909 6.73969 0.0258825 -0.486137 0.873499 0 0 v -3.26802 -1.18769 10.2117 0.793815 -0.227151 0.564145 0 0 v -3.15237 -1.38367 9.91556 0.862526 -0.346047 0.369188 0 0 v -6.89914 -0.287544 12.189 -0.360729 0.184819 0.914175 0 0 v -1.09142 -0.813533 9.34466 -0.152065 -0.268772 0.951125 0 0 v -5.7684 -0.242784 12.4351 -0.0633901 0.0959384 0.993367 0 0 v -0.148614 -4.03219 6.52459 -0.294962 -0.398866 0.868276 0 0 v -4.9624 1.35859 12.1684 0.724195 -0.174588 0.667129 0 0 v -5.02892 1.38389 12.2472 0.756921 -0.220576 0.615156 0 0 v -5.21688 -2.95301 11.7574 0.311027 -0.739239 0.597317 0 0 v -5.09627 -0.771794 12.4534 0.0421737 0.0184679 0.99894 0 0 v -4.86886 -2.76602 11.8267 0.299846 -0.809918 0.504108 0 0 v -5.19759 -2.65183 12.0251 0.0369102 -0.546011 0.836964 0 0 v -5.70365 -2.47743 12.1042 -0.0459762 -0.469867 0.881539 0 0 v -6.34621 -2.25168 12.0935 -0.263243 -0.384699 0.884709 0 0 v -4.6498 -0.495724 12.423 0.0562201 0.0113632 0.998354 0 0 v -6.86205 -0.154034 12.1706 -0.371735 0.213262 0.903511 0 0 v -6.71628 -0.204464 12.2331 -0.306312 0.163394 0.937804 0 0 v -6.33268 -0.337074 12.3573 -0.220241 0.108849 0.969353 0 0 v -6.21216 -0.378884 12.3854 -0.185978 0.0985923 0.977595 0 0 v -5.08769 1.4064 12.3442 0.716668 -0.261311 0.64661 0 0 v -5.15555 1.43185 12.4172 0.663148 -0.290899 0.689647 0 0 v -3.47339 0.246416 12.9488 -0.130558 -0.751062 0.647194 0 0 v -5.22329 1.4576 12.4943 0.652679 -0.348775 0.672581 0 0 v -6.29901 -1.52092 12.3357 -0.179821 -0.179 0.967276 0 0 v -5.84585 -1.67452 12.3719 -0.0898861 -0.218283 0.971737 0 0 v -3.62703 -1.79052 10.3952 0.746054 -0.366147 0.556183 0 0 v -3.68612 -1.76571 10.4921 0.775964 -0.328022 0.538778 0 0 v -5.28936 1.48278 12.5735 0.600617 -0.393547 0.695974 0 0 v 0.456706 3.66899 14.8513 0.91842 -0.219953 0.328824 0 0 v 0.417386 3.68442 14.981 0.894806 -0.148908 0.42089 0 0 v 0.372966 3.71154 15.1062 0.829739 -0.0528663 0.555642 0 0 v -5.43657 2.44861 11.2091 -0.00704181 0.251183 -0.967914 0 0 v -3.34963 0.347986 13.0999 -0.140811 -0.758542 0.636228 0 0 v -0.232384 -1.11951 9.56037 -0.361179 -0.273126 0.891601 0 0 v -3.6834 -1.91767 10.3815 0.727443 -0.408221 0.551527 0 0 v -6.84576 -0.892274 12.2448 -0.318926 -0.00823364 0.947744 0 0 v -5.35907 1.50792 12.6452 0.526507 -0.438137 0.728579 0 0 v -4.95454 5.6846 14.0363 0.756905 -0.311682 0.574412 0 0 v -5.01682 5.70629 14.1254 0.71147 -0.377087 0.592972 0 0 v -5.08042 5.72893 14.213 0.676215 -0.413795 0.609514 0 0 v -5.14582 5.7516 14.2937 0.614466 -0.422566 0.666236 0 0 v -5.21081 5.77421 14.3748 0.58785 -0.467821 0.659982 0 0 v -5.2801 5.79993 14.4507 0.535211 -0.485374 0.691347 0 0 v -5.35322 5.82459 14.5146 0.484517 -0.506202 0.713444 0 0 v -5.42487 5.85308 14.5861 0.454007 -0.518311 0.724729 0 0 v -5.5005 5.88 14.6464 0.416439 -0.508327 0.753779 0 0 v -5.57763 5.90842 14.7046 0.373869 -0.519142 0.768579 0 0 v -5.65472 5.93686 14.7619 0.324056 -0.521223 0.789503 0 0 v -5.74138 5.96507 14.808 0.189046 -0.481697 0.855704 0 0 v -5.83215 5.99621 14.8361 -0.131526 -0.319013 0.938579 0 0 v -5.95416 6.04857 14.8005 -0.376568 -0.0790634 0.923009 0 0 v -7.26442 -1.50589 11.9491 -0.577822 -0.306854 0.756282 0 0 v 2.74546 -1.472 9.70077 0.308847 -0.297425 0.903411 0 0 v -5.43166 1.53546 12.7122 0.423081 -0.41776 0.804039 0 0 v -7.79175 -2.87966 9.11347 -0.989052 0.0174296 0.146535 0 0 v -6.28907 -1.96585 12.2094 -0.209772 -0.2835 0.935747 0 0 v -3.45348 0.383746 13.1094 -0.231626 -0.700399 0.675122 0 0 v -5.57129 -2.97689 11.7942 0.0189894 -0.630149 0.776242 0 0 v -5.479 -2.7035 11.9917 -0.0393812 -0.534186 0.844449 0 0 v -0.898854 -4.10897 5.87888 -0.73036 -0.485437 0.480546 0 0 v 0.198816 -4.15137 6.57142 -0.178811 -0.536794 0.824548 0 0 v -5.37957 -2.73772 11.9749 0.000704318 -0.559011 0.82916 0 0 v -5.46295 -0.787154 12.4605 0.0018845 0.0191893 0.999814 0 0 v 2.49347 -2.24221 9.33397 0.197856 -0.609952 0.767341 0 0 v -1.34153 -1.76209 8.88696 -0.115074 -0.417007 0.901589 0 0 v -1.23207 -1.80081 8.89157 -0.228148 -0.41007 0.883058 0 0 v -5.51939 1.567 12.7507 0.248209 -0.461669 0.851619 0 0 v -5.60803 1.59794 12.7894 0.048608 -0.494781 0.867657 0 0 v -6.44016 -2.37347 12.0098 -0.295452 -0.435595 0.850273 0 0 v -5.27805 2.92504 13.3509 0.460943 -0.364149 0.809275 0 0 v 0.693026 -3.86841 6.82857 -0.0983429 -0.367128 0.924957 0 0 v 0.902596 -3.94197 6.81712 -0.00892447 -0.392502 0.919708 0 0 v -4.64391 -1.66011 12.353 0.167871 -0.197395 0.965844 0 0 v -4.73765 -1.62642 12.3795 0.130716 -0.196288 0.971794 0 0 v 1.65904 -4.21229 6.6246 0.256201 -0.588369 0.766931 0 0 v -3.05356 -1.43004 9.48786 0.881571 -0.378052 0.282683 0 0 v -6.37274 -2.09164 12.1522 -0.241341 -0.332973 0.911528 0 0 v -6.72541 -0.639624 12.2874 -0.320311 0.024302 0.947001 0 0 v -4.1178 -1.41303 12.2611 0.412456 -0.130676 0.901556 0 0 v 2.50599 -0.811913 9.91107 0.22196 -0.0902353 0.970871 0 0 v -5.77215 1.73589 8.61827 -0.233262 0.947437 -0.218981 0 0 v -7.27073 -0.751934 12.0703 -0.461469 0.028054 0.886713 0 0 v -6.47194 -1.01995 12.3452 -0.240614 -0.0619291 0.968643 0 0 v -5.99734 -1.18271 12.4236 -0.132822 -0.0712976 0.988572 0 0 v -5.67183 -2.78951 11.9243 -0.0827692 -0.536568 0.839788 0 0 v -5.595 -2.51042 12.0877 -0.0699881 -0.463334 0.883416 0 0 v -6.22427 -2.29189 12.1194 -0.227312 -0.379412 0.89687 0 0 v -5.71516 1.63495 12.7961 -0.242075 -0.489042 0.837996 0 0 v -6.69753 0.371506 12.089 -0.435269 0.355121 0.827303 0 0 v -3.18117 -0.336124 10.2394 0.87359 0.0316378 0.485633 0 0 v 0.100256 -4.26965 6.47488 -0.123364 -0.615628 0.778321 0 0 v 0.501316 -0.222563 9.83636 -0.166259 0.0619866 0.984132 0 0 v -5.46183 -1.66193 12.4001 -0.0123482 -0.221283 0.975131 0 0 v -5.86462 -3.02973 11.744 -0.0693049 -0.580496 0.811308 0 0 v 2.82545 -2.22046 9.27016 0.27453 -0.637308 0.72005 0 0 v -5.84272 1.67904 12.7626 -0.458211 -0.449366 0.766885 0 0 v 3.39766 -1.71123 9.30507 0.354467 -0.409777 0.840497 0 0 v 3.09122 -1.59965 9.54216 0.456834 -0.310146 0.833734 0 0 v -1.40277 -0.700604 9.36076 0.10406 -0.188979 0.976452 0 0 v 1.77432 -2.27787 9.37067 0.0130308 -0.652113 0.75801 0 0 v -6.78785 -1.35326 12.2181 -0.305494 -0.183863 0.934274 0 0 v -2.76594 -0.953543 9.47427 0.201685 -0.579259 0.789799 0 0 v 6.34862 -1.51631 3.76673 -0.213702 -0.588331 0.779871 0 0 v -1.25227 -1.05135 9.21396 -0.0670025 -0.435662 0.897613 0 0 v 0.147686 -3.8317 6.7022 -0.318821 -0.358184 0.877529 0 0 v 0.364446 3.56104 14.9689 0.825832 -0.440676 0.35186 0 0 v 0.322896 3.57657 15.0909 0.809139 -0.470418 0.352138 0 0 v 0.280726 3.59107 15.2151 0.739547 -0.115994 0.663035 0 0 v -0.332944 -0.791773 9.59717 -0.29582 -0.158735 0.941963 0 0 v -0.453134 -0.747693 9.56676 -0.342106 -0.180935 0.922077 0 0 v -4.42756 -2.32602 12.0965 0.319982 -0.512171 0.797052 0 0 v -4.03386 -0.862694 12.2618 0.524626 -0.0532571 0.849665 0 0 v -3.62553 -1.94042 10.2899 0.742761 -0.41911 0.522162 0 0 v -6.6737 -0.0731936 12.2256 -0.324918 0.191694 0.926111 0 0 v -2.61011 -1.4478 9.21206 -0.195583 -0.487241 0.851084 0 0 v 0.815276 -4.06238 6.75351 -0.0180051 -0.489284 0.871938 0 0 v -4.89034 5.5184 13.8334 0.849753 -0.234431 0.472188 0 0 v -4.94409 5.53613 13.9424 0.79353 -0.296322 0.531511 0 0 v -5.00322 5.5566 14.0341 0.723225 -0.316019 0.614066 0 0 v -5.06976 5.58033 14.1134 0.672364 -0.317093 0.668864 0 0 v -5.13654 5.60444 14.1929 0.646453 -0.396406 0.65189 0 0 v -5.20156 5.62771 14.2783 0.576415 -0.414953 0.70396 0 0 v -5.27722 5.65509 14.338 0.530763 -0.442102 0.723074 0 0 v -5.34765 5.68007 14.4086 0.50588 -0.485964 0.712688 0 0 v -5.42028 5.70665 14.4761 0.464154 -0.493708 0.7354 0 0 v -5.49459 5.73504 14.5407 0.439688 -0.510405 0.739027 0 0 v -5.56995 5.76131 14.6019 0.387572 -0.526071 0.756992 0 0 v -5.64573 5.78785 14.6629 0.345763 -0.529417 0.774703 0 0 v -5.72843 5.81868 14.7097 0.290379 -0.528615 0.797651 0 0 v -5.81105 5.84848 14.7584 0.140936 -0.507456 0.850074 0 0 v -5.90969 5.8821 14.778 -0.198221 -0.370688 0.907358 0 0 v -6.02748 5.93378 14.7428 -0.34602 -0.251055 0.904014 0 0 v -5.77207 -1.99408 12.2849 -0.110861 -0.299807 0.947536 0 0 v -6.32878 -1.80395 12.2514 -0.192454 -0.276256 0.941618 0 0 v -6.82827 -1.63925 12.1329 -0.365767 -0.248881 0.896812 0 0 v 1.20619 -4.20281 6.66918 -0.0369402 -0.580749 0.813244 0 0 v -0.306714 -1.97758 9.14137 -0.317421 -0.446459 0.836612 0 0 v -0.578634 -0.702264 9.52926 -0.34217 -0.16932 0.924257 0 0 v -6.89698 -1.68866 7.85846 -0.705779 -0.34456 -0.618994 0 0 v -7.78836 -2.97924 9.11347 -0.987694 -0.0583635 0.145103 0 0 v -7.77001 -0.376334 9.78306 -0.974414 0.112278 0.194706 0 0 v -3.22336 2.57149 8.19107 0.0655866 0.916255 0.39519 0 0 v -7.28016 0.920967 9.21897 -0.895185 0.44445 0.0332932 0 0 v -4.8406 -2.47505 12.1095 0.0986539 -0.526826 0.844229 0 0 v -6.40783 -1.9294 12.2029 -0.248418 -0.295034 0.922629 0 0 v -7.66572 0.0227265 9.77956 -0.929964 0.340862 0.137769 0 0 v -6.24096 -0.0771236 12.3492 -0.211944 0.136393 0.967717 0 0 v -6.32455 -2.41223 12.0253 -0.296541 -0.428337 0.853575 0 0 v 1.03924 -3.68912 6.88827 -0.00339736 -0.290769 0.956787 0 0 v -6.54196 -0.118564 12.2734 -0.286584 0.151732 0.945964 0 0 v -6.1209 -0.848394 12.4202 -0.120364 -0.0244048 0.99243 0 0 v -4.73249 -1.04627 12.4281 0.0787565 0.00516954 0.996881 0 0 v -6.44865 1.03221 11.6921 -0.743941 0.60498 0.283815 0 0 v -4.15722 -0.382574 12.3725 0.209067 -0.19388 0.958489 0 0 v -2.18569 -1.75144 9.09396 0.136783 -0.541981 0.829184 0 0 v -7.10301 0.705057 6.0907 -0.901173 0.43017 -0.0532971 0 0 v -5.63401 -2.19274 12.2331 -0.0560273 -0.360862 0.930935 0 0 v -6.43025 -0.595194 12.3557 -0.223742 0.0617087 0.972693 0 0 v -5.19664 -2.8037 11.9107 0.148031 -0.6438 0.750738 0 0 v -0.710744 -0.656054 9.48446 -0.313772 -0.174399 0.933345 0 0 v 0.474116 -3.78951 6.81169 -0.239566 -0.334814 0.911322 0 0 v -4.35847 -1.76214 12.2775 0.212067 -0.18715 0.959168 0 0 v -4.45762 -1.727 12.2933 0.173186 -0.17385 0.969424 0 0 v -3.86006 -1.07546 12.0713 0.850366 -0.120954 0.512102 0 0 v -5.03953 -1.51876 12.4177 0.0501731 -0.172241 0.983776 0 0 v -5.1397 -1.48392 12.4328 0.0566839 -0.130127 0.989876 0 0 v -5.95031 -0.761284 12.441 -0.0918185 -0.0281251 0.995378 0 0 v -4.98818 0.928186 12.1853 0.485222 0.1819 0.855262 0 0 v -6.36878 -1.64269 12.2898 -0.224269 -0.250426 0.941802 0 0 v -5.49029 -2.54701 12.0824 -0.0585502 -0.463257 0.884288 0 0 v -5.84341 -2.12021 12.2441 -0.102604 -0.300736 0.948172 0 0 v -1.56249 -1.38248 9.09776 0.288033 -0.450297 0.845145 0 0 v -2.75712 -0.0562035 9.74926 0.354916 -0.00675193 0.934874 0 0 v -2.22778 -1.28613 9.35337 0.0593953 -0.415253 0.907765 0 0 v -0.609784 -0.985233 9.44836 -0.352609 -0.239802 0.904523 0 0 v -3.40809 -1.7285 10.1123 0.819353 -0.353334 0.451459 0 0 v -6.5519 -0.553324 12.3314 -0.216522 0.0659307 0.974049 0 0 v -6.4634 -2.21362 12.0803 -0.301799 -0.374797 0.87661 0 0 v -1.8746 -1.41609 9.20786 0.298879 -0.416989 0.858366 0 0 v 2.65822 -1.44056 9.74026 0.275844 -0.297769 0.913917 0 0 v -2.82964 -1.22021 9.31496 0.276443 -0.453925 0.847072 0 0 v -4.5148 -0.109024 12.4077 -0.0527593 -0.00399291 0.998599 0 0 v -0.831054 -0.613033 9.45767 -0.290818 -0.188007 0.938125 0 0 v -2.48227 -0.897953 9.50556 -0.00456575 -0.330182 0.943906 0 0 v -6.28627 -2.88477 11.7659 -0.266061 -0.536166 0.801085 0 0 v 2.90036 -2.24769 9.21066 0.427821 -0.627458 0.650589 0 0 v -0.484974 -1.6198 9.23416 -0.35664 -0.379261 0.853796 0 0 v -7.7129 -1.28597 8.42787 -0.779453 -0.21737 -0.587541 0 0 v -2.96617 3.15321 5.81211 -0.058171 0.997632 -0.0366968 0 0 v -7.72074 0.0177666 8.69217 -0.945975 0.3201 -0.0516462 0 0 v -7.88241 -0.881833 8.69937 -0.970506 -0.0163388 -0.240523 0 0 v -1.5009 -0.665154 9.37996 0.219983 -0.137113 0.965819 0 0 v -5.4068 -0.952644 12.458 -0.0192487 0.00247169 0.999812 0 0 v -6.07475 1.03714 12.3168 -0.691633 -0.109635 0.713879 0 0 v -4.92123 0.180126 12.3554 -0.0208459 0.164011 0.986238 0 0 v 3.57942 -1.76278 9.21206 0.328128 -0.388997 0.860821 0 0 v -3.14853 -0.496453 10.1897 0.850763 -0.0157445 0.525313 0 0 v -1.86024 -1.72347 9.00976 0.30961 -0.549432 0.776058 0 0 v -4.99574 -1.68048 12.3809 0.0628535 -0.21993 0.973489 0 0 v -5.40591 0.500666 12.3666 0.185224 -0.00150563 0.982695 0 0 v -5.50433 0.536536 12.3851 0.142227 -0.0643545 0.98774 0 0 v -5.6086 0.573926 12.3924 -0.0124243 -0.0708692 0.997408 0 0 v -5.71797 0.613546 12.3839 -0.151924 -0.116583 0.981493 0 0 v 0.256556 3.45681 15.0489 0.766589 -0.507501 0.393424 0 0 v 0.208776 3.47564 15.1664 0.753579 -0.526743 0.393269 0 0 v 0.157676 3.49819 15.281 0.636102 -0.253643 0.728725 0 0 v 0.0880661 3.52668 15.3588 0.570549 0.174948 0.802413 0 0 v -5.07296 0.959606 12.229 0.527125 0.0235244 0.849462 0 0 v -5.57219 -2.82416 11.9072 -0.0306957 -0.569115 0.821685 0 0 v -7.37777 -0.0968933 6.11169 -0.976673 0.179908 0.117227 0 0 v -6.30875 -2.57112 11.9473 -0.302542 -0.46965 0.829396 0 0 v -5.83139 0.654776 12.3635 -0.256095 -0.105918 0.960831 0 0 v -4.87566 5.36728 13.7498 0.850785 -0.191298 0.489458 0 0 v -4.93096 5.38649 13.8504 0.798351 -0.244981 0.550109 0 0 v -4.99295 5.40871 13.9336 0.740782 -0.282666 0.609377 0 0 v -5.05559 5.43059 14.0226 0.721113 -0.320061 0.614456 0 0 v -5.11934 5.45324 14.1099 0.643689 -0.31667 0.696696 0 0 v -5.19275 5.47977 14.1772 0.565503 -0.341106 0.750902 0 0 v -5.26484 5.50626 14.245 0.552384 -0.429435 0.714463 0 0 v -5.33811 5.53354 14.311 0.520425 -0.415176 0.746182 0 0 v -5.40987 5.55949 14.3797 0.508963 -0.42024 0.751236 0 0 v -5.48553 5.58646 14.4406 0.45382 -0.439739 0.775034 0 0 v -5.56129 5.61362 14.5007 0.428934 -0.473923 0.769034 0 0 v -5.63822 5.64166 14.5591 0.369621 -0.474072 0.799147 0 0 v -5.7211 5.67308 14.6046 0.290253 -0.511886 0.808533 0 0 v -5.80275 5.70123 14.6564 0.221847 -0.541825 0.810685 0 0 v -5.89075 5.73426 14.6932 0.0246395 -0.529794 0.847769 0 0 v -5.99976 5.77225 14.706 -0.242977 -0.411859 0.878256 0 0 v -6.10796 5.81888 14.6798 -0.375648 -0.328412 0.866622 0 0 v -5.95927 0.699136 12.3321 -0.335749 -0.0676678 0.939518 0 0 v -5.15304 0.991166 12.282 0.571151 -0.0935346 0.815499 0 0 v -5.98783 -1.92208 12.2911 -0.116044 -0.319244 0.940541 0 0 v -5.87632 -1.95771 12.29 -0.0897705 -0.308022 0.947135 0 0 v -6.44521 -1.76491 12.2372 -0.265143 -0.26556 0.926918 0 0 v -1.96682 -0.788804 9.48796 0.183917 -0.247593 0.951248 0 0 v -0.957344 -0.567993 9.42366 -0.268896 -0.173077 0.947491 0 0 v 2.57072 -1.40823 9.77797 0.245538 -0.282824 0.927212 0 0 v -6.9449 -1.58815 7.85997 -0.778968 -0.307268 -0.546621 0 0 v -0.907324 3.93519 6.23645 -0.432757 0.335616 0.83671 0 0 v 4.03795 1.63902 8.59946 0.607624 0.526318 0.594796 0 0 v 5.92921 0.955037 3.41971 0.277692 0.832827 0.478838 0 0 v -5.22943 1.01991 12.3423 0.573143 -0.142393 0.806989 0 0 v -4.90084 -0.551474 12.44 0.049425 0.033404 0.998219 0 0 v -5.03366 -2.40539 12.1513 0.0150157 -0.40011 0.916344 0 0 v -4.93475 -2.44115 12.136 0.0416322 -0.451996 0.891048 0 0 v -6.53549 -1.88728 12.1667 -0.307023 -0.296 0.9045 0 0 v -5.30618 1.04907 12.401 0.5043 -0.210284 0.837533 0 0 v -5.69397 0.896486 12.4604 -0.100511 -0.289275 0.951954 0 0 v 0.733376 -4.18365 6.67575 -0.0483784 -0.579835 0.813296 0 0 v -6.52508 -1.14781 12.3304 -0.262042 -0.0746811 0.962163 0 0 v -1.07174 -0.526583 9.40636 -0.196445 -0.151962 0.968668 0 0 v -1.21586 -1.95916 8.81557 -0.237297 -0.488939 0.839422 0 0 v -4.10087 -1.85743 12.1498 0.595173 -0.298823 0.745972 0 0 v -6.59881 0.193226 12.1873 -0.334655 0.25859 0.906166 0 0 v -6.73987 0.241266 12.1151 -0.399247 0.31045 0.862683 0 0 v -4.75153 -2.50983 12.0756 0.151528 -0.5721 0.806065 0 0 v -4.63043 -1.37313 12.3989 0.130705 -0.146899 0.980478 0 0 v -4.35793 -2.20333 12.1401 0.337712 -0.411225 0.846667 0 0 v -6.116 -1.43386 12.3786 -0.147319 -0.135207 0.979804 0 0 v -1.1863 -0.485303 9.39197 -0.121833 -0.119426 0.98534 0 0 v -4.34426 -0.895564 12.3778 0.218318 -0.0346118 0.975264 0 0 v 4.34778 -2.20911 8.33467 0.510423 -0.602977 0.613096 0 0 v -3.81007 -1.09636 11.9608 0.892836 -0.14658 0.425862 0 0 v 4.28154 -2.18385 8.41326 0.485339 -0.599378 0.636547 0 0 v -3.25524 -1.34178 10.1207 0.81565 -0.270533 0.511397 0 0 v -3.11883 -1.39983 9.76456 0.923721 -0.309371 0.225896 0 0 v -2.90597 -1.49174 9.14646 0.269301 -0.637162 0.722151 0 0 v -2.80721 -1.52588 9.12896 -0.0800637 -0.53648 0.840107 0 0 v -6.0032 -2.36655 12.1275 -0.15325 -0.40516 0.90131 0 0 v 4.13837 -2.13149 8.55167 0.430411 -0.60353 0.671192 0 0 v 4.06923 -2.10366 8.62776 0.524251 -0.603037 0.601254 0 0 v 4.00875 -2.08249 8.71777 0.607796 -0.552158 0.570705 0 0 v -7.43049 -0.170564 11.7029 -0.776114 0.552048 0.304779 0 0 v 3.88523 -2.03649 8.89266 0.574475 -0.5098 0.640377 0 0 v 3.81461 -2.0108 8.96177 0.513162 -0.480979 0.710862 0 0 v -3.45722 -1.70851 10.2167 0.792394 -0.369802 0.485137 0 0 v 3.74296 -1.98408 9.02896 0.467761 -0.460253 0.754564 0 0 v -3.01192 -0.108333 9.96757 0.780463 0.0558423 0.622704 0 0 v 3.6655 -1.95516 9.08517 0.401493 -0.416836 0.815507 0 0 v -7.22862 -0.786273 7.86936 -0.742783 -0.096618 -0.662524 0 0 v 1.38815 2.16289 8.91226 -0.0220385 0.692245 0.721326 0 0 v -0.601444 1.58448 9.13836 -0.118349 0.440943 0.889698 0 0 v -7.39513 -0.690963 6.92707 -0.972901 -0.0439754 0.227 0 0 v 3.58799 -1.92489 9.14006 0.360307 -0.403568 0.841018 0 0 v 3.50156 -1.89438 9.18117 0.263572 -0.410631 0.872876 0 0 v 3.41526 -1.86256 9.21926 0.260533 -0.446447 0.856042 0 0 v 3.33085 -1.83138 9.26606 0.334476 -0.496505 0.801005 0 0 v -7.1617 0.308937 7.18237 -0.907259 0.34218 0.244529 0 0 v -5.36046 6.55082 14.192 -0.770228 0.563708 -0.298298 0 0 v -3.20429 1.68116 13.0372 -0.576719 0.804766 0.140522 0 0 v -5.67435 1.76945 8.18217 -0.468163 0.814991 0.341487 0 0 v 0.986386 1.83334 9.35126 0.0823278 0.638975 0.764809 0 0 v -6.07515 1.83669 11.8246 -0.964832 -0.0211398 0.262018 0 0 v -6.09122 1.93533 11.8248 -0.966529 0.0294572 0.254859 0 0 v 3.25308 -1.80255 9.32347 0.431905 -0.480184 0.763467 0 0 v -6.26535 1.33637 11.6878 -0.965956 0.25774 -0.0223457 0 0 v 3.18158 -1.77665 9.39306 0.500506 -0.471348 0.726172 0 0 v -5.38331 1.07805 12.4585 0.467658 -0.246661 0.848796 0 0 v -2.57258 -0.125093 9.69477 0.225635 -0.0840068 0.970583 0 0 v -4.19793 0.351966 12.7006 -0.600819 -0.303266 0.739626 0 0 v 3.10894 -1.74933 9.45966 0.483483 -0.438385 0.75767 0 0 v 3.03209 -1.72113 9.51787 0.383867 -0.386495 0.838611 0 0 v -6.24946 0.362716 12.2647 -0.336132 0.170685 0.926219 0 0 v -6.38686 0.411476 12.2076 -0.359564 0.225157 0.905549 0 0 v -6.18064 -2.76549 11.8702 -0.192499 -0.52384 0.82978 0 0 v -3.57526 -1.66097 10.4052 0.746123 -0.313897 0.58717 0 0 v 2.94616 -1.69059 9.55886 0.322748 -0.355426 0.877215 0 0 v 0.193086 3.34115 15.0314 0.773763 -0.506557 0.380381 0 0 v 0.0990361 3.37348 15.2578 0.821832 -0.381879 0.4228 0 0 v 0.0526762 3.39528 15.4057 0.725172 -0.0353565 0.687659 0 0 v -0.0191239 3.40736 15.4413 0.0634656 0.436536 0.897445 0 0 v -7.18456 0.126086 10.8739 -0.895259 0.316392 0.3137 0 0 v -4.51084 -2.29542 12.1446 0.232003 -0.457978 0.858155 0 0 v -4.82846 -1.30266 12.4311 0.0795891 -0.107943 0.990966 0 0 v 2.86281 -1.65929 9.60376 0.321418 -0.315541 0.892818 0 0 v -0.862334 -0.896284 9.37777 -0.304744 -0.290245 0.907132 0 0 v 2.77572 -1.62768 9.64357 0.291298 -0.295907 0.909717 0 0 v -4.85859 5.21669 13.6605 0.841093 -0.188806 0.506868 0 0 v -4.91545 5.23603 13.7605 0.806365 -0.227232 0.546022 0 0 v -4.97661 5.25753 13.8507 0.759639 -0.249632 0.600527 0 0 v -5.04032 5.27992 13.9383 0.734302 -0.262288 0.626104 0 0 v -5.10584 5.3032 14.0185 0.675111 -0.297395 0.675116 0 0 v -5.17246 5.32706 14.0977 0.617231 -0.335227 0.711793 0 0 v -5.24636 5.35426 14.163 0.521316 -0.314941 0.793122 0 0 v -5.32654 5.3847 14.2171 0.51805 -0.353589 0.778845 0 0 v -5.39662 5.40975 14.2886 0.527028 -0.413397 0.742526 0 0 v -5.46925 5.43678 14.3549 0.486256 -0.424457 0.763801 0 0 v -5.54571 5.46618 14.4143 0.429005 -0.412126 0.803807 0 0 v -5.62616 5.49373 14.4646 0.372579 -0.452918 0.80997 0 0 v -5.70344 5.52268 14.5214 0.315014 -0.47273 0.822978 0 0 v -5.79041 5.55515 14.5583 0.215349 -0.481123 0.849791 0 0 v -5.87768 5.5884 14.5949 0.120025 -0.498775 0.858381 0 0 v -5.9782 5.62558 14.6222 -0.0872769 -0.489116 0.867841 0 0 v -6.07841 5.6622 14.6203 -0.330263 -0.437717 0.83626 0 0 v -6.19489 5.71022 14.5892 -0.474651 -0.349659 0.807741 0 0 v -6.05667 -1.3085 12.4011 -0.148747 -0.112404 0.982466 0 0 v -4.76393 -2.35289 12.1665 0.113318 -0.413737 0.903316 0 0 v -5.15566 -2.21006 12.2326 -0.0135718 -0.338612 0.940828 0 0 v -5.35379 -2.14132 12.2659 0.00325551 -0.37218 0.928155 0 0 v -5.55754 -2.06904 12.2864 -0.00229108 -0.319725 0.947508 0 0 v -6.09875 -1.88394 12.2863 -0.195619 -0.283575 0.938785 0 0 v -4.2224 -2.25188 11.9966 0.742283 -0.566122 0.358499 0 0 v 2.51318 -1.53096 9.75627 0.211103 -0.29623 0.931495 0 0 v -6.97991 -1.48774 7.86146 -0.802151 -0.287416 -0.523399 0 0 v -6.90276 -1.58876 7.45316 -0.858604 -0.407584 0.310925 0 0 v -7.15412 -0.386873 7.72976 -0.963162 0.0684778 -0.260058 0 0 v -7.15109 -0.487363 7.73246 -0.93158 -0.0422753 -0.361071 0 0 v -7.14212 -0.686843 7.73056 -0.962182 0.00629834 -0.272335 0 0 v -7.23769 0.406287 6.10083 -0.930864 0.34058 0.132276 0 0 v -2.32116 3.24516 1.39404 -0.456003 0.503951 0.733549 0 0 v -7.77407 -0.283473 8.56076 -0.964378 0.17486 -0.198493 0 0 v 2.4203 -1.49725 9.78376 0.175187 -0.303552 0.936571 0 0 v -1.70282 -1.62925 9.01157 0.293419 -0.505283 0.811538 0 0 v -5.05315 -0.642054 12.4467 0.0155379 0.046331 0.998805 0 0 v -5.23224 -2.33552 12.1829 0.000555706 -0.375375 0.926873 0 0 v -6.65685 -1.84865 12.1432 -0.332354 -0.288537 0.897935 0 0 v -4.41238 -1.88823 12.2655 0.192915 -0.219214 0.956415 0 0 v 2.32723 -1.46292 9.80977 0.0915432 -0.30993 0.946342 0 0 v -7.24453 -0.317194 12.0269 -0.475316 0.258241 0.841063 0 0 v -6.67872 -0.510164 12.2936 -0.277315 0.108153 0.954673 0 0 v -5.88755 -2.56331 12.0378 -0.0788812 -0.496581 0.864399 0 0 v -3.43264 -1.27122 10.4003 0.783132 -0.250142 0.569327 0 0 v -5.61525 -0.151834 12.4295 0.00638804 0.0929667 0.995649 0 0 v -6.45395 0.142486 12.2506 -0.30064 0.21037 0.930247 0 0 v 2.22939 -1.42739 9.82717 0.0884564 -0.288725 0.953317 0 0 v -1.89648 -1.25975 9.27947 0.26845 -0.403073 0.87491 0 0 v -7.06729 0.0547564 11.9942 -0.625927 0.409354 0.66381 0 0 v -6.4092 -0.164604 12.3172 -0.252343 0.11876 0.960322 0 0 v -4.53789 -0.825864 12.4072 0.157075 -0.0207933 0.987368 0 0 v -4.0536 0.299366 12.7688 -0.446246 -0.415465 0.792624 0 0 v 2.13165 -1.3921 9.84706 0.0888942 -0.264392 0.96031 0 0 v -2.87504 -0.159053 9.81606 0.634107 -0.0259293 0.77281 0 0 v -2.6209 -0.255194 9.69416 0.247045 -0.164813 0.954885 0 0 v -2.33645 -0.359094 9.62586 0.125667 -0.163184 0.978559 0 0 v -1.20063 -0.773904 9.34056 -0.0895303 -0.250429 0.963986 0 0 v -5.009 0.790826 12.2354 0.307633 0.247682 0.918703 0 0 v -5.46656 1.11044 12.5016 0.374967 -0.314307 0.87213 0 0 v -5.72525 -0.112874 12.4226 -0.0625519 0.113725 0.991541 0 0 v 2.03353 -1.35681 9.86477 0.0655893 -0.252647 0.965333 0 0 v -7.45223 0.225956 10.3252 -0.859471 0.183951 0.476939 0 0 v 1.93581 -1.32136 9.88167 0.0606879 -0.237851 0.969404 0 0 v -5.24376 6.54673 13.0619 -0.919589 0.39284 -0.00578042 0 0 v -7.35807 0.204467 6.3801 -0.93947 0.326488 -0.103935 0 0 v -7.84219 -1.68071 9.24257 -0.953374 -0.300859 0.0237067 0 0 v -7.92316 -1.38019 9.24247 -0.982717 -0.16937 0.0747083 0 0 v 2.47784 -1.374 9.80476 0.202485 -0.275837 0.939635 0 0 v 1.8371 -1.28448 9.89446 -0.0408312 -0.236495 0.970774 0 0 v 1.7275 -1.24534 9.89106 -0.0548875 -0.211483 0.975839 0 0 v 1.51404 -1.16786 9.89116 -0.091539 -0.187801 0.977932 0 0 v -7.20776 0.606087 6.64091 -0.877947 0.39195 0.274926 0 0 v -7.02279 1.00327 6.62809 -0.868968 0.462654 0.175629 0 0 v -6.40468 1.70391 7.13696 -0.674226 0.674791 0.300129 0 0 v -7.39257 -0.491413 6.92566 -0.972044 0.0647097 0.225704 0 0 v -6.49234 1.60784 7.14316 -0.717371 0.640866 0.273258 0 0 v -2.52815 1.76026 9.31966 0.210629 0.536478 0.817207 0 0 v -2.43005 1.74348 9.30246 0.241872 0.529935 0.812815 0 0 v -6.90829 0.709067 7.57526 -0.884333 0.375674 0.277172 0 0 v -6.8618 0.809677 7.57367 -0.812166 0.472059 0.342852 0 0 v -5.67799 1.81618 9.79076 -0.224261 0.951462 0.210776 0 0 v 1.22829 3.12787 7.70346 0.306312 0.910816 0.276743 0 0 v -4.8669 2.82801 6.0711 -0.191933 0.979882 0.0547004 0 0 v -7.71044 -2.28234 8.56866 -0.931345 0.183671 -0.314422 0 0 v -7.6603 -2.08325 8.56816 -0.888355 0.280071 -0.363847 0 0 v -7.62928 -1.98256 8.56577 -0.905748 0.164551 -0.390568 0 0 v -5.79719 0.0582364 12.3974 -0.0923451 0.095146 0.991171 0 0 v -2.3914 -1.52796 9.22816 -0.13254 -0.456388 0.879854 0 0 v -2.3807 -0.195243 9.65437 0.171264 -0.0999028 0.980147 0 0 v 2.38996 -1.34113 9.83957 0.155645 -0.246741 0.956501 0 0 v 2.29228 -1.30605 9.85756 0.0996456 -0.230706 0.967908 0 0 v -5.75406 0.188526 12.3889 -0.0756696 0.0627671 0.995155 0 0 v -6.10556 0.312816 12.3299 -0.262602 0.128209 0.956348 0 0 v -5.54389 1.1357 12.5372 0.209804 -0.385498 0.898539 0 0 v -5.64679 1.17346 12.5727 -0.0481396 -0.414366 0.908836 0 0 v -5.21097 -0.00644364 12.3949 0.0768006 0.1018 0.991836 0 0 v 1.40434 -1.12809 9.88687 -0.0591275 -0.172149 0.983295 0 0 v 1.30593 -1.09132 9.89847 -0.044046 -0.159078 0.986283 0 0 v 1.19101 -1.05029 9.88527 -0.107328 -0.124964 0.986339 0 0 v 0.0130461 3.2643 15.3934 0.848406 -0.244973 0.469251 0 0 v -0.0489739 3.28489 15.5021 0.39958 0.194122 0.895909 0 0 v -7.85869 -1.28203 8.70116 -0.934535 -0.133496 -0.329883 0 0 v 3.3158 -1.68183 9.35446 0.453143 -0.401537 0.795883 0 0 v -6.49133 -1.60304 12.2681 -0.289313 -0.22547 0.930302 0 0 v -6.65728 -1.10344 12.2857 -0.277724 -0.0797271 0.957347 0 0 v -3.92656 -1.33969 12.1231 0.794582 -0.113835 0.59639 0 0 v 1.0811 -1.01025 9.88046 -0.0512547 -0.112513 0.992328 0 0 v -4.89989 5.08468 13.6772 0.836257 -0.179224 0.518221 0 0 v -4.96028 5.10597 13.7679 0.778014 -0.211486 0.59158 0 0 v -5.02231 5.12797 13.857 0.727312 -0.25068 0.638887 0 0 v -5.15607 5.17618 14.0141 0.628308 -0.278518 0.7264 0 0 v -5.22764 5.20189 14.0834 0.571247 -0.333649 0.749904 0 0 v -5.30097 5.23293 14.1456 0.520547 -0.342738 0.782024 0 0 v -5.37798 5.25748 14.2071 0.495462 -0.313316 0.810154 0 0 v -5.45546 5.28635 14.264 0.493146 -0.348417 0.797128 0 0 v -5.5327 5.31528 14.3215 0.453501 -0.391576 0.800628 0 0 v -5.60957 5.34381 14.379 0.390537 -0.42259 0.817862 0 0 v -5.69134 5.37494 14.4255 0.331811 -0.403636 0.852631 0 0 v -5.7739 5.40514 14.4735 0.250682 -0.463961 0.849646 0 0 v -5.85308 5.43956 14.5134 0.19043 -0.4673 0.863347 0 0 v -5.95226 5.46906 14.5443 -0.0182794 -0.461447 0.886979 0 0 v -6.05459 5.51013 14.5466 -0.271955 -0.458597 0.846008 0 0 v -6.17329 5.55615 14.5206 -0.469876 -0.419795 0.776524 0 0 v -5.10402 -2.68293 11.995 0.125267 -0.620337 0.774267 0 0 v -4.85812 -2.31723 12.189 0.0378767 -0.379235 0.924525 0 0 v -4.69478 -2.22676 12.2027 0.121895 -0.338041 0.933204 0 0 v -6.61894 -1.56057 12.2338 -0.335077 -0.202395 0.920196 0 0 v -5.73098 -0.838284 12.4524 -0.0543373 0.0240022 0.998234 0 0 v -3.21003 -1.21091 10.1199 0.817976 -0.248611 0.518755 0 0 v -7.75555 -2.68248 8.57187 -0.954582 0.0087138 -0.29782 0 0 v 2.19429 -1.27003 9.87366 0.0821717 -0.236825 0.968071 0 0 v 2.09653 -1.23454 9.89076 0.0621194 -0.217409 0.974102 0 0 v -7.37199 0.106627 6.65141 -0.975728 0.195508 0.0986502 0 0 v -7.72173 -0.0777435 9.64357 -0.937362 0.307461 0.163766 0 0 v -6.66358 0.930656 11.1411 -0.859114 0.505049 0.0827591 0 0 v -4.64961 2.08244 8.50527 -0.387208 0.71403 0.583294 0 0 v -6.94618 -1.48655 7.45386 -0.903587 -0.323785 0.280524 0 0 v -6.97405 -1.38827 7.45527 -0.915589 -0.27356 0.294722 0 0 v -7.13925 -0.586833 7.73117 -0.954795 -0.0658071 -0.289888 0 0 v -7.78846 -1.67857 9.65497 -0.936575 -0.239892 0.255498 0 0 v -7.57349 -0.766044 10.7434 -0.946242 0.177939 -0.270117 0 0 v -7.80062 -0.482583 8.56137 -0.95559 0.158476 -0.248463 0 0 v 0.977396 -0.972504 9.88366 -0.111799 -0.103864 0.988288 0 0 v -5.75694 1.21312 12.5671 -0.254807 -0.388083 0.8857 0 0 v -5.88714 1.26463 12.5246 -0.469296 -0.305743 0.828422 0 0 v -1.62471 -1.66137 8.95987 0.223281 -0.534407 0.815202 0 0 v -5.19353 -1.6106 12.4194 0.0717037 -0.201805 0.976798 0 0 v -4.60474 -1.81965 12.3074 0.146193 -0.238788 0.960004 0 0 v -4.51134 -1.8534 12.2812 0.148347 -0.208173 0.966777 0 0 v -5.29834 -1.57407 12.4254 -0.0175661 -0.162038 0.986628 0 0 v -6.68834 -2.44915 11.8512 -0.43028 -0.460224 0.776565 0 0 v -5.98687 -2.52652 12.0513 -0.123042 -0.481648 0.867684 0 0 v -5.38243 -1.98329 12.3252 -0.0469738 -0.289667 0.955974 0 0 v -5.50527 -0.190974 12.4311 0.0322972 0.0791018 0.996343 0 0 v -0.0546339 -2.06566 9.21467 -0.372006 -0.466755 0.802341 0 0 v -7.7314 -2.38265 8.57007 -0.940589 0.156873 -0.301138 0 0 v -7.72889 -0.684213 8.29237 -0.870503 0.00260679 -0.492156 0 0 v -0.943904 1.52936 9.09146 -0.158183 0.426689 0.890458 0 0 v 1.07263 -3.85199 6.84437 -0.0341794 -0.302498 0.952537 0 0 v -5.578 -2.66905 12.0081 -0.0763588 -0.502305 0.861313 0 0 v 1.99361 -1.19777 9.90246 0.0666013 -0.203755 0.976754 0 0 v -4.2058 -1.38096 12.2997 0.274285 -0.136732 0.951878 0 0 v -4.71061 -0.329404 12.4191 0.0321398 0.0548164 0.997979 0 0 v 1.89572 -1.16182 9.91807 0.0201617 -0.173167 0.984686 0 0 v -6.19708 0.0532964 12.3373 -0.208947 0.14265 0.967467 0 0 v -1.39203 -1.44529 9.01306 0.100529 -0.402301 0.909971 0 0 v -3.74007 -0.832154 11.9117 0.922684 -0.176051 0.343018 0 0 v -7.10857 0.131816 11.151 -0.814482 0.579862 0.0194763 0 0 v -7.59606 -1.36861 11.1613 -0.966942 -0.0364213 -0.252383 0 0 v -6.57924 1.0304 11.2779 -0.795503 0.602101 0.0681806 0 0 v -5.85585 3.93988 12.6491 -0.905126 0.224775 -0.360865 0 0 v -6.02732 2.33656 12.0833 -0.932232 0.180905 -0.313395 0 0 v -7.38007 0.104577 6.38172 -0.981217 0.169026 -0.0929676 0 0 v -7.39328 0.00534665 6.38279 -0.986521 0.105608 -0.124993 0 0 v -7.39955 -0.0952834 6.38401 -0.985178 0.0768743 -0.153345 0 0 v -7.40547 -0.194343 6.38423 -0.982355 0.106392 -0.153817 0 0 v -7.84396 -1.57907 9.51756 -0.957101 -0.222448 0.185673 0 0 v -7.61354 -2.58458 8.30096 -0.80992 0.057978 -0.583668 0 0 v -7.59558 -2.48382 8.29696 -0.765946 0.129384 -0.629751 0 0 v -7.23997 0.604307 6.5076 -0.948016 0.31488 0.0459981 0 0 v -7.26888 0.501977 6.50426 -0.979482 0.183835 -0.0825847 0 0 v -7.28249 0.406437 6.5105 -0.95439 0.290091 -0.0706128 0 0 v -7.07795 0.906467 6.63232 -0.910662 0.394953 0.121273 0 0 v -6.31363 1.90801 6.72367 -0.722653 0.676201 0.143266 0 0 v -7.39109 -0.790443 6.92676 -0.963014 -0.112292 0.244939 0 0 v -7.38164 -0.391403 6.92476 -0.979638 0.0588276 0.191962 0 0 v -7.37207 -0.191553 6.92337 -0.976776 0.0737784 0.20116 0 0 v -6.57543 1.50765 7.14746 -0.705723 0.648093 0.286235 0 0 v -6.66864 1.40573 7.15137 -0.731825 0.612716 0.298348 0 0 v -2.33537 1.72029 9.28027 0.333199 0.520018 0.786485 0 0 v -3.26114 1.77433 9.33937 -0.12581 0.592897 0.79539 0 0 v -6.79719 0.907007 7.56877 -0.813305 0.464522 0.350363 0 0 v -6.74189 1.0105 7.56677 -0.879282 0.38888 0.275019 0 0 v -6.70153 0.914837 7.97597 -0.691649 0.719216 -0.0659548 0 0 v -7.69367 -2.17785 9.51807 -0.981495 -0.122215 0.147411 0 0 v -6.49371 1.32702 10.7204 -0.716162 0.694359 0.0705565 0 0 v -7.75012 -2.78242 8.57027 -0.952298 0.000614833 -0.305169 0 0 v -5.68169 0.0170064 12.4097 -0.0303411 0.0956303 0.994954 0 0 v 0.402646 -0.764344 9.80486 -0.181234 -0.074537 0.980611 0 0 v -1.6455 -1.35103 9.14316 0.324786 -0.459453 0.82669 0 0 v -2.95755 -1.32183 9.36337 0.755144 -0.375388 0.53744 0 0 v -3.04498 -1.28264 9.61227 0.916118 -0.323754 0.236456 0 0 v -2.90753 -1.19055 9.37096 0.707641 -0.352312 0.612471 0 0 v 4.01105 -1.93982 8.83797 0.619951 -0.483963 0.617608 0 0 v -5.55787 -1.33581 12.4448 -0.0444634 -0.081359 0.995693 0 0 v -5.39112 -2.58282 12.0676 -0.0105288 -0.486693 0.873509 0 0 v -5.10655 -0.0438336 12.3902 0.0573876 0.10923 0.992359 0 0 v -4.99669 -0.0830036 12.3938 -0.00751464 0.144606 0.989461 0 0 v -5.3205 0.0342664 12.402 0.0541566 0.10702 0.992781 0 0 v 0.287926 -0.722783 9.78827 -0.23371 -0.0870897 0.968398 0 0 v -0.0326039 3.1396 15.3942 0.870658 -0.349027 0.346603 0 0 v -0.0820738 3.16326 15.5164 0.578058 -0.0841099 0.81165 0 0 v -7.07447 0.821106 10.3162 -0.708901 0.663005 0.240591 0 0 v -6.95571 0.0226764 12.0817 -0.479231 0.297075 0.825884 0 0 v 0.161436 -0.677534 9.75376 -0.28396 -0.0908003 0.954527 0 0 v 0.0415761 -0.634163 9.72507 -0.279633 -0.0827211 0.956537 0 0 v -4.82551 4.9129 13.4963 0.873343 -0.105211 0.475607 0 0 v -4.87889 4.93189 13.5987 0.844399 -0.130777 0.519507 0 0 v -4.93919 4.95219 13.6955 0.791474 -0.167366 0.587841 0 0 v -5.00199 4.9753 13.778 0.73833 -0.201558 0.643617 0 0 v -5.13617 5.02333 13.9352 0.674057 -0.256881 0.692574 0 0 v -5.20512 5.04836 14.0112 0.567617 -0.267873 0.778495 0 0 v -5.28366 5.07763 14.0669 0.537878 -0.283266 0.794007 0 0 v -5.35873 5.10487 14.1278 0.517335 -0.29943 0.801689 0 0 v -5.43474 5.13258 14.1877 0.475316 -0.331918 0.814804 0 0 v -5.58977 5.19019 14.3018 0.441759 -0.344985 0.828151 0 0 v -5.67083 5.21958 14.3515 0.358507 -0.370493 0.856859 0 0 v -5.75393 5.25143 14.3959 0.226462 -0.40324 0.88663 0 0 v -5.83872 5.28411 14.4187 0.157859 -0.442879 0.882575 0 0 v -5.93407 5.31731 14.4636 0.047793 -0.479728 0.876115 0 0 v -6.04573 5.36661 14.4728 -0.272272 -0.465598 0.842073 0 0 v -6.15514 5.4043 14.4395 -0.425277 -0.4572 0.781094 0 0 v 3.24008 -1.65473 9.41567 0.511207 -0.385225 0.76829 0 0 v -0.0845939 -0.588853 9.68976 -0.278706 -0.0675935 0.957995 0 0 v -5.18975 -2.05128 12.2814 0.0511113 -0.332706 0.941645 0 0 v -5.8333 -1.09375 12.4404 -0.105192 -0.0351115 0.993832 0 0 v -5.94315 -1.05542 12.4348 -0.0902534 -0.0368903 0.995235 0 0 v -6.28451 -0.937054 12.4013 -0.154339 -0.0470877 0.986895 0 0 v -0.210414 -0.543424 9.65326 -0.259756 -0.0615265 0.963712 0 0 v -7.00304 1.10468 6.49124 -0.90462 0.399246 0.149218 0 0 v 7.21225 0.378887 3.83832 0.482657 0.484819 0.729378 0 0 v -7.04954 1.00404 6.49416 -0.904182 0.40857 0.124602 0 0 v -7.34966 0.206477 6.65002 -0.951141 0.282898 0.123695 0 0 v -7.33814 -0.0737235 10.6028 -0.914009 0.232876 0.3322 0 0 v -6.19419 1.53759 11.8271 -0.891023 0.452933 0.0304936 0 0 v -7.50572 -1.37402 10.337 -0.925371 -0.129194 0.356367 0 0 v -1.48425 2.3484 14.6774 -0.640035 0.505235 0.578872 0 0 v -7.00198 -1.28969 7.45656 -0.899858 -0.318547 0.297964 0 0 v -7.14663 -0.787473 7.72976 -0.945681 -0.0585327 -0.319785 0 0 v -7.62688 -0.0851735 8.28666 -0.823739 0.23502 -0.515965 0 0 v -5.68331 5.24479 13.2055 -0.924487 0.285861 -0.252204 0 0 v -7.60291 0.0142066 8.28616 -0.803003 0.288399 -0.521548 0 0 v 1.82651 -1.71547 9.73326 0.0355812 -0.47529 0.879109 0 0 v -3.30897 -1.6198 10.0033 0.827852 -0.33492 0.449988 0 0 v -6.35161 -0.767844 12.388 -0.207401 0.0341424 0.97766 0 0 v -0.324314 -0.501793 9.63446 -0.2229 -0.0484208 0.973638 0 0 v -4.70396 -1.7841 12.3233 0.118023 -0.258295 0.95883 0 0 v -3.10255 -1.25454 9.91757 0.860638 -0.294993 0.415068 0 0 v -6.19237 -2.61 11.963 -0.203843 -0.49934 0.842085 0 0 v -4.93316 -1.26574 12.4373 0.0977964 -0.0649706 0.993083 0 0 v -3.87043 -1.36291 12.0302 0.890493 -0.125812 0.437257 0 0 v 0.610876 -3.99098 6.76465 -0.160483 -0.42493 0.890887 0 0 v -5.39561 -0.230554 12.4291 0.0267752 0.0823821 0.996241 0 0 v -0.195534 -2.02329 9.16646 -0.404888 -0.458628 0.791028 0 0 v -0.450544 -0.456364 9.59916 -0.295134 -0.0493968 0.954178 0 0 v -6.14741 0.181276 12.3339 -0.230314 0.123152 0.965292 0 0 v 0.824226 -2.37624 9.25566 -0.111113 -0.540405 0.834036 0 0 v 0.922986 -2.41341 9.24196 -0.0891293 -0.553062 0.828359 0 0 v 1.30227 -2.54703 9.14276 0.0344678 -0.612768 0.789511 0 0 v 1.39049 -2.58215 9.10936 0.0744621 -0.628224 0.774461 0 0 v -6.32296 0.0972264 12.3002 -0.261756 0.182652 0.947693 0 0 v 0.944866 -1.54048 9.77186 -0.0904655 -0.301493 0.949167 0 0 v -5.58901 0.860006 12.4518 0.0711281 -0.291319 0.953978 0 0 v 1.01439 -2.29904 9.32817 -0.0656456 -0.601515 0.79616 0 0 v 0.909736 -2.2637 9.33586 -0.136788 -0.573659 0.807592 0 0 v -0.576904 -0.411184 9.56406 -0.277821 -0.081089 0.957204 0 0 v -0.696514 -0.367984 9.53587 -0.283275 -0.0738782 0.956189 0 0 v 5.00595 1.12829 7.95637 0.81876 0.248299 0.517667 0 0 v -6.30043 2.1054 6.17452 -0.73305 0.679651 0.0266991 0 0 v -6.20601 2.20736 6.16881 -0.709261 0.703494 0.0452212 0 0 v -5.82816 2.33327 11.4021 -0.755524 0.266809 -0.598328 0 0 v -7.64926 -1.26693 11.4356 -0.998936 -0.0258774 -0.0381703 0 0 v -7.58036 -0.467514 11.7054 -0.947014 0.281963 0.153821 0 0 v -5.91461 4.0362 11.9516 -0.971643 0.153563 0.179799 0 0 v -7.42103 0.326536 10.3256 -0.835329 0.285478 0.469816 0 0 v -7.38438 0.425306 10.3236 -0.800792 0.384885 0.458907 0 0 v -5.64123 5.33838 12.2224 -0.967189 0.198493 0.158572 0 0 v -6.21231 2.63814 12.3789 -0.82304 0.18557 -0.536813 0 0 v -7.72958 -2.97731 9.38346 -0.944358 -0.14217 0.296607 0 0 v 4.70224 1.15886 8.34287 0.702756 0.354889 0.616593 0 0 v -6.10448 2.33542 11.8226 -0.99762 0.0180465 0.0665456 0 0 v -7.53621 -0.367664 11.7045 -0.905579 0.3664 0.213722 0 0 v -7.3187 0.307197 6.51233 -0.929341 0.368262 -0.0266238 0 0 v -7.11496 0.807137 6.63478 -0.913253 0.379387 0.14844 0 0 v -6.21599 2.00627 6.71747 -0.701238 0.686885 0.190931 0 0 v -6.40094 1.81115 6.72961 -0.718888 0.680838 0.14021 0 0 v -6.50278 1.7055 6.73375 -0.673051 0.722994 0.155825 0 0 v -7.36692 -0.0929233 6.92177 -0.969957 0.127583 0.207136 0 0 v -7.37967 -0.292173 6.92386 -0.982553 0.0585674 0.176519 0 0 v -6.54054 1.60774 7.00947 -0.700856 0.671771 0.239842 0 0 v -6.45426 1.70545 7.00377 -0.71305 0.670581 0.204647 0 0 v -3.3712 1.76362 9.33037 -0.161504 0.607689 0.77758 0 0 v -7.10262 0.409827 7.31476 -0.94151 0.265692 0.207282 0 0 v -6.46752 1.1285 7.95577 -0.674956 0.725366 0.135197 0 0 v -4.66737 2.84437 6.07333 -0.126426 0.991421 0.0331847 0 0 v -7.80148 -1.28289 8.56507 -0.868773 -0.179368 -0.461584 0 0 v -5.57205 -0.0218536 12.4161 0.0154547 0.109428 0.993875 0 0 v -0.822304 -0.322533 9.49876 -0.270789 -0.042109 0.961717 0 0 v -6.14166 -2.16928 12.1835 -0.184954 -0.327511 0.926568 0 0 v -6.18214 -0.680634 12.4158 -0.139241 0.0182227 0.990091 0 0 v -2.8946 -1.34563 9.28207 0.582384 -0.516271 0.627928 0 0 v -1.48002 -1.4134 9.05077 0.28162 -0.415474 0.864911 0 0 v -2.99773 -1.15264 9.60437 0.903076 -0.364425 0.22726 0 0 v -4.6675 -0.199674 12.4112 0.00784089 0.0442018 0.998992 0 0 v -4.88703 -0.121724 12.4013 -0.0110898 0.122663 0.992386 0 0 v 1.47778 -3.56438 6.94136 -0.140163 -0.434035 0.889926 0 0 v 1.1771 -3.88988 6.84076 -0.022591 -0.337819 0.94094 0 0 v -6.5615 0.319666 12.1633 -0.35931 0.272236 0.892627 0 0 v -6.42389 0.278226 12.2258 -0.317999 0.230325 0.919688 0 0 v -0.948914 -0.277353 9.46576 -0.278117 -0.0276462 0.960149 0 0 v -0.0858739 3.01881 15.3876 0.859672 -0.44496 0.250946 0 0 v -0.122284 3.0322 15.5148 0.662911 -0.281656 0.693699 0 0 v -7.41259 -0.376444 11.0194 -0.821257 0.56741 -0.059867 0 0 v -1.4223 -1.88128 8.82016 -0.0784175 -0.501006 0.861883 0 0 v -4.88704 -2.1578 12.2448 0.0346992 -0.309705 0.950199 0 0 v -2.83091 -0.919594 9.53986 0.594115 -0.512616 0.619881 0 0 v -1.07441 -0.231713 9.43037 -0.210743 -0.020974 0.977316 0 0 v -1.18843 -0.190363 9.41226 -0.15654 -0.0133022 0.987582 0 0 v -4.85556 4.78001 13.5272 0.853204 -0.0986511 0.512163 0 0 v -4.9141 4.8013 13.6193 0.811825 -0.12129 0.571165 0 0 v -4.97754 4.82357 13.7072 0.759037 -0.143968 0.63493 0 0 v -5.11152 4.87134 13.8653 0.675579 -0.175997 0.715973 0 0 v -5.25587 4.92404 14.0012 0.575295 -0.250886 0.778519 0 0 v -5.33332 4.95387 14.0586 0.514082 -0.263698 0.8162 0 0 v -5.40752 4.98227 14.1229 0.517227 -0.289378 0.805442 0 0 v -5.48686 5.00906 14.1758 0.431562 -0.302748 0.849763 0 0 v -5.56944 5.03963 14.2224 0.405386 -0.342864 0.847412 0 0 v -5.64766 5.06869 14.2789 0.382594 -0.37291 0.845316 0 0 v -5.73391 5.10018 14.3188 0.248955 -0.385236 0.888603 0 0 v -5.82816 5.13139 14.3544 0.107708 -0.406699 0.90719 0 0 v -5.91385 5.1697 14.379 0.0409916 -0.457289 0.888373 0 0 v -6.01183 5.20706 14.3944 -0.239638 -0.482078 0.842719 0 0 v -6.12905 5.25431 14.3651 -0.425029 -0.466616 0.775641 0 0 v -6.24699 5.30455 14.3245 -0.569029 -0.391374 0.72321 0 0 v 3.87661 -1.88935 8.99137 0.55655 -0.424348 0.714269 0 0 v 0.413256 -4.07242 6.68246 -0.238972 -0.486392 0.840426 0 0 v -5.91056 -1.79868 12.3388 -0.0817476 -0.256803 0.963 0 0 v -5.60806 -1.17228 12.4606 -0.0183317 -0.065716 0.99767 0 0 v -1.30251 -0.148493 9.39646 -0.0344217 0.00616732 0.999388 0 0 v -1.41063 -0.108263 9.39466 0.0965598 0.0390184 0.994562 0 0 v -1.50383 -0.0742035 9.41617 0.273626 0.0268018 0.961463 0 0 v 7.20757 0.232997 3.92489 0.53079 0.371534 0.761725 0 0 v 7.11787 0.265377 3.96091 0.394666 0.421401 0.816492 0 0 v -7.08713 0.904787 6.49682 -0.931148 0.359474 0.0611784 0 0 v -7.31504 0.305997 6.64786 -0.936677 0.331134 0.113961 0 0 v -7.78156 -0.178114 9.37077 -0.955437 0.269186 0.121159 0 0 v -7.58146 -1.26918 11.0237 -0.93229 -0.291485 -0.214179 0 0 v -6.98388 0.529206 11.0073 -0.742295 0.413195 0.527511 0 0 v -6.08099 6.15234 14.7491 -0.695823 0.438415 0.568878 0 0 v -7.04546 -1.18815 7.45717 -0.901528 -0.332356 0.277105 0 0 v -7.1383 -0.885933 7.73287 -0.924593 -0.255678 -0.282413 0 0 v -3.86484 1.13148 12.8008 -0.727969 0.625107 0.281607 0 0 v -4.62787 -1.08355 12.4272 0.113327 -0.0361014 0.992902 0 0 v -1.68939 -0.00581349 9.46996 0.349238 0.0443942 0.935982 0 0 v -6.41 -1.18782 12.3486 -0.204061 -0.0782999 0.975822 0 0 v -3.0134 -1.4447 9.35466 0.783867 -0.493458 0.376897 0 0 v -4.32448 -1.92042 12.2287 0.267956 -0.239975 0.933066 0 0 v -5.89098 -1.51223 12.3997 -0.128852 -0.173066 0.976445 0 0 v -1.77759 0.0266465 9.50546 0.363732 0.0302559 0.931012 0 0 v -3.15553 -1.23282 10.0112 0.825768 -0.274983 0.492434 0 0 v -5.28592 -0.270024 12.4306 0.0649574 0.0865662 0.994126 0 0 v -1.01982 -1.72723 9.00557 -0.337211 -0.41872 0.843186 0 0 v -5.76508 -2.90802 11.836 -0.0800827 -0.560963 0.823959 0 0 v -5.54811 -0.321224 12.4366 0.0289999 0.0488201 0.998387 0 0 v -1.86637 0.0588865 9.53976 0.344001 0.0450827 0.937887 0 0 v 1.47648 -2.4671 9.18606 0.0411889 -0.657844 0.752027 0 0 v 1.38854 -2.43267 9.21987 0.00671904 -0.642799 0.766005 0 0 v 1.28955 -2.40108 9.24106 0.0220352 -0.638675 0.769161 0 0 v 1.20707 -2.36623 9.28287 0.0435426 -0.628951 0.776225 0 0 v -5.31961 0.760966 12.3517 0.368621 -0.10916 0.923148 0 0 v 0.835596 -1.50098 9.76637 -0.194073 -0.287117 0.93803 0 0 v 1.14794 -1.61446 9.75257 -0.0766149 -0.338932 0.937686 0 0 v 1.04925 -1.57829 9.76686 -0.0295311 -0.327745 0.944305 0 0 v -2.76944 -0.794684 9.56637 0.512634 -0.388414 0.765729 0 0 v -2.68338 -0.826583 9.53006 0.168531 -0.409349 0.896677 0 0 v 1.79154 -1.12361 9.92246 -0.0502145 -0.162865 0.98537 0 0 v 5.12876 0.939137 7.86996 0.77597 0.307163 0.550928 0 0 v 5.06388 0.963547 7.95076 0.795124 0.285856 0.53485 0 0 v 5.00065 0.988657 8.03267 0.817723 0.264605 0.511189 0 0 v 4.93836 1.0061 8.12846 0.81137 0.283847 0.510989 0 0 v 4.86757 1.03225 8.22537 0.750365 0.334891 0.569912 0 0 v -6.10285 2.29802 6.16115 -0.595312 0.796394 0.106586 0 0 v 2.72102 3.9653 5.90259 0.337728 0.851867 0.400326 0 0 v -4.16509 1.82837 9.02397 -0.0771658 0.778762 0.622556 0 0 v -6.10434 2.43551 11.822 -0.998904 0.0190174 -0.0427666 0 0 v 4.42807 1.18971 8.59517 0.597369 0.366016 0.713571 0 0 v 4.3474 1.22115 8.64477 0.586493 0.34506 0.732775 0 0 v -7.42395 -0.794693 6.25315 -0.991632 -0.00326099 0.129053 0 0 v -7.42671 -0.694663 6.25248 -0.993554 -0.0683131 0.0904602 0 0 v -7.43677 -0.594773 6.25256 -0.993868 -0.0303251 0.106338 0 0 v -7.43534 -0.495453 6.25222 -0.990754 0.100191 0.0914782 0 0 v -7.13887 0.112467 7.86347 -0.781826 0.253271 -0.569738 0 0 v 5.71023 1.22262 3.07805 0.496751 0.839612 0.219748 0 0 v -6.06191 2.29556 6.30755 -0.538415 0.821732 0.186724 0 0 v -6.1423 1.13757 12.247 -0.853562 -0.032844 0.519955 0 0 v -7.38187 0.105747 6.51692 -0.979199 0.201895 0.0201812 0 0 v -7.16183 0.706927 6.63801 -0.884381 0.409551 0.223917 0 0 v -6.93364 1.20684 6.62258 -0.904441 0.407456 0.126361 0 0 v -6.87935 1.30896 6.6203 -0.855874 0.516659 0.0233064 0 0 v -6.6226 1.60567 6.74047 -0.667905 0.734257 0.121531 0 0 v -6.73163 1.5069 6.74701 -0.722672 0.681474 0.115492 0 0 v -1.12909 2.45087 14.9711 -0.670482 0.373779 0.640893 0 0 v -7.40527 -0.273784 10.6036 -0.926816 0.33128 0.176821 0 0 v -6.35874 1.80521 6.99836 -0.689463 0.691181 0.216587 0 0 v -7.90118 -1.27839 9.51686 -0.973516 -0.108966 0.20098 0 0 v -6.40398 4.74627 13.625 -0.876042 0.246181 -0.414663 0 0 v -7.13361 0.308247 7.31597 -0.945716 0.2246 0.234896 0 0 v -7.15039 0.209917 7.31796 -0.91787 0.265293 0.295184 0 0 v -7.18373 0.109477 7.31907 -0.903891 0.242116 0.352648 0 0 v -6.06465 1.61232 7.94566 -0.701565 0.625722 0.340995 0 0 v -4.76709 2.84261 6.07271 -0.0814899 0.995875 0.0398963 0 0 v -7.81521 -1.18287 8.56386 -0.895682 -0.147109 -0.419658 0 0 v -1.95912 0.0933265 9.56806 0.29048 0.0522806 0.955452 0 0 v 0.407646 -4.2261 6.56259 -0.269653 -0.589171 0.761686 0 0 v -3.05537 0.0559265 9.99616 0.767562 0.149784 0.623228 0 0 v -3.46413 -1.55613 10.3184 0.754924 -0.291996 0.587221 0 0 v -3.40559 -1.57937 10.2269 0.797144 -0.337168 0.500879 0 0 v -3.00304 -1.30052 9.48977 0.877219 -0.307809 0.36843 0 0 v -5.84029 -0.0722836 12.407 -0.0963244 0.109734 0.989283 0 0 v -5.44759 -1.37419 12.4501 -0.0170762 -0.0865565 0.996101 0 0 v 1.65758 -2.52757 9.11666 0.13149 -0.712292 0.689456 0 0 v -4.56333 -0.236884 12.4074 0.0223093 0.0323314 0.999228 0 0 v -4.09177 -2.00799 12.056 0.787691 -0.45593 0.414331 0 0 v -6.78239 0.110476 12.1429 -0.384737 0.251164 0.888197 0 0 v -4.6977 -0.624064 12.423 0.0860223 -0.00814867 0.99626 0 0 v -2.52783 -0.289364 9.66907 0.181872 -0.151674 0.971554 0 0 v -4.66885 -2.53931 12.0258 0.251788 -0.652986 0.714292 0 0 v -0.181194 2.91459 15.4981 0.761162 -0.486766 0.428593 0 0 v -7.3666 -1.2935 6.11765 -0.940672 -0.335952 -0.0476748 0 0 v -2.2405 0.195977 9.64367 0.239867 0.0400746 0.969978 0 0 v -6.29149 -2.72766 11.8643 -0.287933 -0.497399 0.818345 0 0 v -3.89346 -1.20794 12.1003 0.848494 -0.0994948 0.519769 0 0 v -2.33896 0.232207 9.66086 0.19214 0.0379173 0.980635 0 0 v 1.68196 -1.08434 9.91947 -0.0535701 -0.162686 0.985223 0 0 v -4.88851 4.64779 13.5562 0.831324 -0.117484 0.543229 0 0 v -4.94945 4.66941 13.6462 0.77721 -0.132585 0.615115 0 0 v -5.01451 4.69328 13.7267 0.745978 -0.138062 0.651503 0 0 v -5.15486 4.7438 13.8723 0.611272 -0.190256 0.768212 0 0 v -5.22784 4.77038 13.9389 0.565995 -0.214667 0.79597 0 0 v -5.30533 4.79989 13.9964 0.497299 -0.260627 0.827507 0 0 v -5.38213 4.82797 14.0539 0.462561 -0.280606 0.84101 0 0 v -5.46325 4.85784 14.1036 0.43648 -0.306611 0.845857 0 0 v -5.54591 4.88847 14.1515 0.368685 -0.332957 0.867877 0 0 v -5.62704 4.91833 14.2005 0.3415 -0.376458 0.861195 0 0 v -5.70904 4.94798 14.2498 0.297972 -0.410544 0.861781 0 0 v -5.7968 4.9815 14.2853 0.106828 -0.422478 0.900056 0 0 v -5.89517 5.01858 14.3009 -0.0209882 -0.441894 0.896822 0 0 v -5.99288 5.05662 14.3153 -0.229122 -0.463953 0.855717 0 0 v -6.11717 5.10433 14.2783 -0.413248 -0.458882 0.786545 0 0 v -6.22221 5.15463 14.2502 -0.505839 -0.458638 0.730601 0 0 v -2.43767 0.268436 9.67717 0.162521 0.0612315 0.984803 0 0 v -4.50234 -0.403624 12.4101 0.0908988 0.00261612 0.995857 0 0 v -2.53665 0.304227 9.69217 0.160917 0.0958249 0.982305 0 0 v -5.2894 -1.28451 12.4583 0.0169873 -0.0714431 0.9973 0 0 v -2.27338 -1.86909 9.01666 0.0129191 -0.645441 0.7637 0 0 v -5.29015 -2.92122 11.8228 0.152468 -0.693681 0.70396 0 0 v -2.64439 0.345006 9.69596 0.164285 0.0877737 0.9825 0 0 v 7.41907 0.00276677 3.80697 0.821087 0.247575 0.514318 0 0 v 7.35468 0.0273567 3.88904 0.70825 0.238499 0.664455 0 0 v 7.27548 0.0598368 3.94133 0.612234 0.265898 0.744626 0 0 v 7.19474 0.0870567 3.99698 0.518597 0.261352 0.814096 0 0 v 7.10637 0.120257 4.03483 0.393864 0.319294 0.86193 0 0 v 7.00843 0.159267 4.05481 0.252069 0.364153 0.896579 0 0 v -7.13448 0.804337 6.50003 -0.886192 0.46059 0.050204 0 0 v -7.28376 0.402897 6.64067 -0.935473 0.330982 0.12386 0 0 v 3.17558 3.43025 6.15778 0.34229 0.780733 0.522774 0 0 v -5.656 5.34352 13.2062 -0.925806 0.296897 -0.233957 0 0 v -1.19151 2.54857 14.8233 -0.663075 0.528768 0.529845 0 0 v -7.11261 -0.986693 7.45866 -0.907492 -0.282278 0.311089 0 0 v -2.73717 0.379467 9.71937 0.252067 0.0571406 0.966021 0 0 v -2.83259 0.416537 9.73697 0.285849 0.129828 0.949439 0 0 v -5.11017 -2.52939 12.098 0.0288586 -0.488575 0.872044 0 0 v 0.0150661 -1.20671 9.62066 -0.304844 -0.233681 0.923289 0 0 v -3.20312 -1.36317 10.0183 0.829464 -0.309441 0.465011 0 0 v -4.16059 -0.961634 12.3184 0.350954 -0.0701144 0.933764 0 0 v 0.875076 -3.77966 6.87096 -0.0240009 -0.288108 0.957297 0 0 v -2.92269 0.451897 9.76297 0.353297 0.15417 0.92272 0 0 v -3.01351 0.479026 9.80396 0.596745 0.232453 0.768025 0 0 v -5.18148 -0.307314 12.4246 0.0422801 0.0865453 0.99535 0 0 v -1.14563 -1.68275 8.96776 -0.317063 -0.403592 0.858245 0 0 v -4.79725 -1.75083 12.3494 0.109333 -0.244078 0.963573 0 0 v -3.28636 -0.588994 10.4308 0.872667 -0.1156 0.474435 0 0 v -2.95297 -0.720783 9.83037 0.854136 -0.11137 0.507986 0 0 v -2.89675 -0.743473 9.73167 0.835255 -0.159261 0.526293 0 0 v -2.83693 -0.767713 9.64226 0.651432 -0.280157 0.705087 0 0 v -0.981814 -0.854284 9.35196 -0.241663 -0.286006 0.927254 0 0 v 3.03186 -2.29595 9.05066 0.468688 -0.599848 0.64847 0 0 v -6.66586 -1.88815 7.71617 -0.828643 -0.504827 -0.24187 0 0 v -1.29574 -0.445573 9.38766 -0.0282927 -0.0843176 0.996037 0 0 v -7.42384 -0.296353 6.11496 -0.961099 0.207075 0.182778 0 0 v -4.44005 -2.17331 12.1888 0.247739 -0.365831 0.897103 0 0 v 5.12355 0.795747 7.95346 0.780526 0.276334 0.560731 0 0 v 5.05865 0.820397 8.03426 0.810603 0.255723 0.52681 0 0 v 4.8722 0.884877 8.30186 0.776229 0.278771 0.565469 0 0 v 4.80189 0.911677 8.37187 0.714871 0.293676 0.634598 0 0 v 4.72775 0.936717 8.43836 0.687659 0.298692 0.661746 0 0 v 4.65241 0.965957 8.49796 0.644571 0.303549 0.701702 0 0 v 4.50763 1.02604 8.60296 0.610083 0.303209 0.732026 0 0 v 4.41501 1.05295 8.66077 0.59826 0.297596 0.74399 0 0 v 4.33699 1.08083 8.71767 0.582517 0.303227 0.75414 0 0 v 4.17154 1.14173 8.81186 0.566782 0.30982 0.763393 0 0 v -1.2077 4.2079 5.8512 -0.642306 0.502465 0.578768 0 0 v -6.95635 1.30411 6.21568 -0.864977 0.473283 0.166788 0 0 v -7.41392 -0.395353 6.25049 -0.984267 0.16756 0.0560565 0 0 v -7.36807 0.00399668 6.24639 -0.989452 0.100119 -0.104697 0 0 v -7.35686 0.103637 6.245 -0.978626 0.165006 -0.122735 0 0 v -6.18902 2.20169 6.30358 -0.653407 0.73412 0.184735 0 0 v -3.96012 0.842126 12.9506 -0.738627 0.178167 0.650143 0 0 v -7.35957 0.205557 6.51548 -0.959921 0.278873 0.0279596 0 0 v -7.40474 0.00594663 6.51863 -0.989035 0.147655 -0.00286974 0 0 v -7.41734 -0.0938434 6.51952 -0.993472 0.11089 -0.0267758 0 0 v -7.7378 -2.07923 9.24306 -0.991979 -0.117515 0.0465664 0 0 v -7.8088 -1.78045 9.24257 -0.955914 -0.293632 -0.00285709 0 0 v -6.81756 1.40859 6.75239 -0.796317 0.59607 0.102855 0 0 v -6.91188 0.627746 11.0047 -0.686544 0.529597 0.498181 0 0 v -7.44498 -0.371893 10.6052 -0.922498 0.362081 0.133771 0 0 v -7.48925 -0.472033 10.6061 -0.960714 0.270894 0.060367 0 0 v -1.02785 1.77033 8.94647 -0.106806 0.490676 0.864771 0 0 v -7.87225 -0.578183 9.37427 -0.984431 0.158242 0.0765168 0 0 v -7.49329 -1.4736 10.3375 -0.890931 -0.156696 0.426249 0 0 v -7.06674 -1.28784 7.32187 -0.852183 -0.29959 0.428988 0 0 v -6.49105 1.40796 7.55216 -0.679483 0.634338 0.368671 0 0 v -2.36764 3.25289 6.25485 -0.138848 0.959568 0.244847 0 0 v -7.62841 -1.78223 8.56536 -0.852754 -0.194695 -0.484669 0 0 v -7.61775 -1.8827 8.56507 -0.87184 0.0363879 -0.488437 0 0 v -5.77758 -1.2596 12.4345 -0.0863296 -0.0790565 0.993125 0 0 v 0.523256 -4.26591 6.57837 -0.208951 -0.590492 0.779525 0 0 v -1.7262 -1.32234 9.19407 0.323573 -0.43846 0.838483 0 0 v -7.21168 -0.182444 11.9954 -0.502228 0.353464 0.789196 0 0 v -2.72022 -1.411 9.20946 -0.149619 -0.508319 0.848072 0 0 v -2.81928 -1.37314 9.22186 0.137087 -0.563161 0.814897 0 0 v -3.92569 0.253696 12.8048 -0.359781 -0.539619 0.761163 0 0 v 2.82331 -2.07711 9.38307 0.292176 -0.57107 0.767145 0 0 v -5.65832 -0.281874 12.4384 0.00702736 0.0690699 0.997587 0 0 v -4.77728 -0.160844 12.4072 -0.0130449 0.0820101 0.996546 0 0 v -7.05846 -1.71697 12.0033 -0.475669 -0.303943 0.825444 0 0 v -6.91578 0.154736 12.0596 -0.504533 0.323303 0.800576 0 0 v 1.03006 -4.13697 6.71868 -0.0371828 -0.517178 0.85507 0 0 v 1.49233 -4.15231 6.71208 0.100849 -0.539609 0.835854 0 0 v -4.92994 -0.251154 12.4134 0.013561 0.0953012 0.995356 0 0 v 1.57818 -1.04615 9.92367 -0.0519558 -0.173111 0.983531 0 0 v 2.74112 -2.04656 9.43027 0.200208 -0.569677 0.79711 0 0 v -3.05914 -1.1232 9.90836 0.883244 -0.238677 0.403625 0 0 v -4.98421 -1.10227 12.4491 0.073217 -0.000557677 0.997316 0 0 v -1.93755 -1.69378 9.06627 0.301 -0.555457 0.775156 0 0 v -3.95568 -1.18296 12.1831 0.705423 -0.0881593 0.703283 0 0 v -1.39886 -0.407633 9.39336 0.0799092 -0.0776446 0.993774 0 0 v -4.92493 4.51736 13.576 0.79609 -0.143794 0.587847 0 0 v -4.98905 4.54108 13.6573 0.759495 -0.158307 0.630957 0 0 v -5.0541 4.56349 13.7433 0.717772 -0.154398 0.678944 0 0 v -5.12508 4.5895 13.8123 0.625179 -0.165347 0.762766 0 0 v -5.20011 4.61753 13.873 0.589447 -0.183241 0.786749 0 0 v -5.27489 4.64465 13.9371 0.518423 -0.201251 0.831105 0 0 v -5.35594 4.67499 13.9866 0.463599 -0.215133 0.859531 0 0 v -5.43756 4.70513 14.0354 0.447216 -0.25309 0.857871 0 0 v -5.51926 4.73535 14.0884 0.38145 -0.286645 0.878824 0 0 v -5.60321 4.76731 14.1284 0.29092 -0.320133 0.901599 0 0 v -5.69087 4.80096 14.1624 0.237152 -0.386643 0.891216 0 0 v -5.77996 4.83184 14.2045 0.187035 -0.420498 0.887806 0 0 v -5.87029 4.86744 14.2287 -0.0155386 -0.411508 0.911274 0 0 v -6.09217 4.95288 14.2065 -0.408901 -0.447318 0.795429 0 0 v -6.20721 5.00206 14.1742 -0.499969 -0.394149 0.771153 0 0 v 2.65434 -2.01531 9.46917 0.170366 -0.562654 0.808947 0 0 v -6.16278 -0.250174 12.3839 -0.17388 0.0838946 0.981187 0 0 v -5.185 -1.32151 12.4521 0.0577914 -0.0446936 0.997328 0 0 v -2.4781 -1.79961 9.04186 -0.221746 -0.615516 0.756286 0 0 v -4.68123 -1.21004 12.4173 0.103671 -0.0700684 0.992141 0 0 v -5.20974 -2.49402 12.1141 -0.00805518 -0.441956 0.897001 0 0 v 7.4675 -0.164123 3.78908 0.857458 0.13476 0.496594 0 0 v 7.40694 -0.138723 3.87316 0.777292 0.140186 0.613322 0 0 v 7.33408 -0.112793 3.94254 0.665587 0.162109 0.728501 0 0 v 7.25637 -0.0838333 4.0022 0.579893 0.181735 0.794164 0 0 v 7.17082 -0.0540733 4.04648 0.462468 0.179056 0.868368 0 0 v 7.08127 -0.0166132 4.08295 0.374148 0.204992 0.904429 0 0 v 6.98575 0.0181468 4.1071 0.232241 0.251225 0.939654 0 0 v 6.88029 0.0577868 4.11195 0.115464 0.294094 0.948776 0 0 v 6.77008 0.0998168 4.10732 0.00861009 0.294586 0.955586 0 0 v 6.65504 0.143447 4.08965 -0.0748459 0.302338 0.950258 0 0 v -7.25123 0.504517 6.64292 -0.925752 0.315555 0.208346 0 0 v -7.93389 -1.17868 9.37916 -0.990074 -0.0443515 0.133369 0 0 v -7.57058 -0.973044 10.3346 -0.970119 -0.0526182 0.236855 0 0 v 3.51108 2.0519 8.61106 0.382766 0.620727 0.684242 0 0 v 2.57107 -1.98297 9.51287 0.189588 -0.555463 0.80964 0 0 v 1.31083 -4.23685 6.66046 -0.0360494 -0.602093 0.797612 0 0 v -2.34977 -1.09266 9.43717 -0.0114063 -0.351157 0.936247 0 0 v 0.912446 -1.96461 9.56326 -0.154467 -0.520637 0.839689 0 0 v -1.49673 -0.371353 9.40897 0.225582 -0.0849903 0.97051 0 0 v -1.58924 -0.336903 9.43676 0.320555 -0.0469919 0.946063 0 0 v 1.58048 -3.58802 6.92716 0.0767499 -0.435282 0.897017 0 0 v -5.07729 -0.344164 12.4245 0.0154406 0.0798398 0.996688 0 0 v -1.25987 -1.64117 8.94937 -0.226459 -0.372979 0.899779 0 0 v -1.69455 -1.93596 8.80256 0.173606 -0.549362 0.817351 0 0 v -3.7245 -0.398164 12.0839 0.711203 -0.395987 0.580847 0 0 v -0.239204 -1.70724 9.29887 -0.383068 -0.42317 0.821088 0 0 v -0.365724 -1.66337 9.26316 -0.367751 -0.406273 0.836482 0 0 v -1.40945 -1.29039 9.09386 0.148986 -0.49088 0.858394 0 0 v -1.49191 -1.25986 9.14147 0.284749 -0.487651 0.825296 0 0 v -3.08655 0.546666 13.4302 -0.195639 -0.72737 0.657768 0 0 v -6.72059 -0.935234 12.2838 -0.289112 -0.048223 0.95608 0 0 v 2.9676 -2.27438 9.13356 0.476699 -0.62099 0.622197 0 0 v 5.43093 0.544937 7.59137 0.827822 0.164846 0.536224 0 0 v -2.11269 1.05675 14.166 -0.116223 -0.645316 0.755023 0 0 v 2.78344 -0.913894 9.82756 0.315478 -0.136277 0.939097 0 0 v 1.3593 -0.966344 9.91196 -0.0442852 -0.154332 0.987026 0 0 v 5.11398 0.655147 8.02697 0.778766 0.210895 0.590801 0 0 v 5.04847 0.679437 8.10716 0.816785 0.192083 0.544028 0 0 v 4.9875 0.697967 8.20366 0.821499 0.18089 0.540756 0 0 v 4.85752 0.742937 8.37036 0.757345 0.189324 0.624967 0 0 v 4.78795 0.769807 8.44076 0.720837 0.211498 0.660048 0 0 v 4.71518 0.795527 8.50797 0.662459 0.225178 0.714453 0 0 v 4.56073 0.852097 8.62316 0.61358 0.235186 0.753795 0 0 v 4.48025 0.883457 8.67307 0.591931 0.245836 0.767582 0 0 v 4.40117 0.910827 8.72827 0.615212 0.260169 0.744195 0 0 v 4.321 0.942717 8.77936 0.569866 0.269173 0.776401 0 0 v 4.23817 0.972917 8.82607 0.560451 0.275184 0.781133 0 0 v 4.07623 1.03054 8.92797 0.583091 0.274677 0.764564 0 0 v 3.99486 1.0616 8.97717 0.570077 0.305122 0.762832 0 0 v 3.90573 1.09503 9.02596 0.541836 0.334079 0.771236 0 0 v -6.99545 1.20552 6.21884 -0.914851 0.382232 0.13018 0 0 v -7.04312 1.10514 6.22174 -0.95063 0.299688 0.080558 0 0 v -7.06298 1.00421 6.22368 -0.986132 0.16153 -0.0380917 0 0 v -7.37123 -0.0951233 6.24682 -0.992916 0.0660297 -0.0987802 0 0 v -6.37199 2.00555 6.31574 -0.732616 0.658231 0.173224 0 0 v 0.103016 2.21664 8.78556 -0.198458 0.549483 0.811593 0 0 v -7.63896 -1.36675 11.4361 -0.995666 -0.0927578 0.00675178 0 0 v -5.80428 2.4333 11.4014 -0.754624 0.0622894 -0.653194 0 0 v -7.42858 -0.193613 6.52091 -0.988256 0.143994 -0.0511472 0 0 v -7.44637 -0.294113 6.52219 -0.991935 0.0951755 -0.0837095 0 0 v -7.90109 -1.48068 9.24257 -0.96878 -0.239551 0.0638871 0 0 v -7.78227 -1.87962 9.24277 -0.965367 -0.259467 -0.0272749 0 0 v -6.43072 1.32454 10.9956 -0.666386 0.69974 0.257474 0 0 v -7.57123 -0.772894 10.3337 -0.95584 0.0619474 0.287286 0 0 v -7.29817 -1.28891 6.78981 -0.921088 -0.319693 0.222246 0 0 v 3.87596 1.92687 8.49576 0.553275 0.582295 0.595668 0 0 v -1.48056 1.51348 9.08457 0.00568923 0.394856 0.918725 0 0 v -5.61642 5.23935 12.5024 -0.980791 0.168784 0.0977775 0 0 v -7.03926 -1.38642 7.32007 -0.85659 -0.284219 0.430666 0 0 v -6.18806 1.41608 7.95346 -0.719957 0.638556 0.271861 0 0 v -7.60236 -1.26825 11.1613 -0.974058 -0.167996 -0.151617 0 0 v -7.69761 -1.57413 8.55087 -0.780131 -0.338509 -0.526125 0 0 v -7.74518 -1.48297 8.56446 -0.805035 -0.303434 -0.509751 0 0 v -4.45372 -0.275824 12.4097 0.0471884 -0.0121904 0.998812 0 0 v 0.303986 -4.18648 6.56383 -0.214467 -0.606027 0.765986 0 0 v -5.86978 0.229636 12.375 -0.131216 0.0672024 0.989073 0 0 v 0.381216 -0.178494 9.80867 -0.203433 0.0761663 0.976122 0 0 v -5.10259 0.826046 12.2633 0.385211 0.124863 0.914342 0 0 v -2.0454 -0.464663 9.56647 0.187704 -0.124526 0.9743 0 0 v -4.36539 0.417836 12.5584 -0.707406 -0.0446848 0.705393 0 0 v 0.255196 -0.132683 9.77496 -0.235468 0.0754709 0.968947 0 0 v -2.27439 -1.71731 9.12807 0.0470974 -0.534672 0.843746 0 0 v -7.14874 -1.38847 12.0616 -0.448329 -0.2317 0.863317 0 0 v -5.78065 -1.55029 12.4051 -0.0794116 -0.178084 0.980806 0 0 v 1.35298 -3.79997 6.87257 0.0294183 -0.273325 0.961472 0 0 v -5.48243 -3.01105 11.7591 0.0741348 -0.665713 0.742516 0 0 v -4.38978 -1.31429 12.3581 0.220014 -0.122502 0.967774 0 0 v 1.14392 -3.72605 6.88307 -0.0323075 -0.267734 0.962951 0 0 v 2.92133 -1.53661 9.62597 0.292099 -0.306663 0.90589 0 0 v 1.25483 -0.928113 9.91526 -0.106754 -0.131319 0.985575 0 0 v -7.32544 0.203547 6.10717 -0.945086 0.323682 0.0451982 0 0 v -0.635744 2.79238 15.3445 -0.684543 0.363236 0.632028 0 0 v 1.00134 -3.97676 6.79985 -0.0161736 -0.401192 0.915851 0 0 v -7.39098 0.619087 9.22247 -0.916197 0.39622 0.0599342 0 0 v -4.49047 -0.698084 12.4101 0.132647 -0.0205747 0.99095 0 0 v -4.03167 -1.15397 12.2431 0.539168 -0.0885987 0.837525 0 0 v -6.30392 3.54273 13.2131 -0.934946 -0.218753 0.279326 0 0 v -7.72297 -2.57822 9.38256 -0.9658 0.0811374 0.246267 0 0 v -4.90001 4.3653 13.5063 0.805365 -0.151821 0.573008 0 0 v -4.96302 4.38867 13.5884 0.772778 -0.143081 0.618338 0 0 v -5.02746 4.41098 13.6753 0.742811 -0.156587 0.650932 0 0 v -5.09467 4.43528 13.7536 0.670816 -0.183475 0.71857 0 0 v -5.16723 4.46161 13.8212 0.600756 -0.175912 0.779838 0 0 v -5.24363 4.48997 13.88 0.540041 -0.182559 0.821601 0 0 v -5.32416 4.51854 13.9327 0.481423 -0.192614 0.855062 0 0 v -5.4035 4.54921 13.9841 0.448948 -0.189609 0.873209 0 0 v -5.48628 4.58025 14.0297 0.377314 -0.224221 0.898532 0 0 v -5.57259 4.61256 14.0697 0.286918 -0.27725 0.916957 0 0 v -5.66045 4.6452 14.1065 0.19704 -0.308596 0.930561 0 0 v -5.75516 4.6813 14.1304 0.196745 -0.348694 0.916354 0 0 v -5.84746 4.71485 14.1713 0.0346499 -0.384557 0.922451 0 0 v -5.94268 4.75535 14.1697 -0.252608 -0.41712 0.873041 0 0 v -6.06755 4.80108 14.1356 -0.422766 -0.428939 0.798298 0 0 v -4.93294 1.19855 12.1134 0.727654 -0.0410037 0.684718 0 0 v -6.23672 -0.808174 12.4059 -0.135424 -0.00413372 0.990779 0 0 v -6.37505 -0.468074 12.3636 -0.222452 0.0861596 0.971129 0 0 v -5.08599 -1.3568 12.4422 0.0360565 -0.0959496 0.994733 0 0 v -2.69621 -1.71726 9.02436 -0.242388 -0.575284 0.781214 0 0 v -6.69753 -2.29059 11.9396 -0.406408 -0.434973 0.803512 0 0 v 1.14 -0.887084 9.90296 -0.0969213 -0.128072 0.987018 0 0 v -5.00325 1.22653 12.1832 0.69853 -0.0990012 0.708699 0 0 v 7.44766 -0.303853 3.84264 0.828614 0.0638657 0.556165 0 0 v 7.38201 -0.279413 3.92332 0.731405 0.0727592 0.67805 0 0 v 7.30979 -0.250363 3.98851 0.634219 0.0860084 0.768355 0 0 v 7.229 -0.218903 4.04204 0.507702 0.0891699 0.856906 0 0 v 7.14251 -0.188433 4.0866 0.422949 0.0930182 0.901366 0 0 v 7.05203 -0.156093 4.12049 0.337771 0.133421 0.931724 0 0 v 6.95332 -0.117543 4.14257 0.211327 0.164477 0.963477 0 0 v 6.8525 -0.0813233 4.15155 0.0880754 0.197934 0.97625 0 0 v 6.74207 -0.0392433 4.14683 -0.0319195 0.227055 0.973359 0 0 v 6.62167 0.00768675 4.12308 -0.0828773 0.232577 0.96904 0 0 v 6.50334 0.0542667 4.09854 -0.0920786 0.267187 0.959236 0 0 v 6.39022 0.101277 4.07388 0.116193 0.248485 0.961642 0 0 v -7.25628 -1.28991 6.92396 -0.888402 -0.355285 0.290713 0 0 v -7.29732 -1.18812 6.92366 -0.900159 -0.30892 0.307056 0 0 v -7.34331 0.720697 9.49576 -0.943403 0.311338 0.114281 0 0 v -5.07036 1.25245 12.2617 0.714715 -0.18091 0.675613 0 0 v -5.39403 -3.03999 11.7178 0.16433 -0.702767 0.692181 0 0 v -1.52003 -2.00205 8.73127 0.0167161 -0.592413 0.805461 0 0 v -4.07242 -0.704254 12.3055 0.438073 -0.028528 0.898487 0 0 v -4.16601 -0.670474 12.3314 0.318009 -0.0342841 0.947468 0 0 v -4.25499 -0.637944 12.3648 0.239934 -0.0620861 0.968802 0 0 v -4.34866 -0.604174 12.3874 0.178194 -0.0478017 0.982834 0 0 v -4.96742 -0.382854 12.4318 0.00592058 0.091487 0.995789 0 0 v -1.36349 -1.60325 8.95307 0.000116281 -0.375502 0.926821 0 0 v -1.77694 -1.90561 8.85027 0.256121 -0.585729 0.768976 0 0 v -3.78505 -0.374684 12.1733 0.657602 -0.455362 0.600171 0 0 v -0.113584 -1.75248 9.33616 -0.420614 -0.409676 0.809475 0 0 v -4.34662 -0.0236336 12.4439 -0.227145 -0.239123 0.944047 0 0 v -4.23154 -0.0644936 12.4599 -0.204847 -0.341213 0.917394 0 0 v -4.12076 -0.103234 12.4646 -0.127741 -0.454028 0.881783 0 0 v -3.92927 -0.176234 12.4268 0.0675662 -0.606183 0.79245 0 0 v -3.84184 -0.205324 12.3862 0.213479 -0.691354 0.690258 0 0 v -4.02289 -0.141264 12.452 -0.0569235 -0.541213 0.838956 0 0 v -7.18765 -0.927604 12.1182 -0.42398 -0.0603101 0.903662 0 0 v -5.1385 1.27895 12.3348 0.651167 -0.266935 0.710442 0 0 v 5.41213 0.405477 7.65146 0.830754 0.10628 0.546399 0 0 v 5.35049 0.427337 7.74096 0.836665 0.0966657 0.539117 0 0 v 5.29009 0.446197 7.83807 0.842948 0.0874511 0.53084 0 0 v 5.22882 0.468027 7.92806 0.817178 0.105462 0.566655 0 0 v 5.16471 0.492507 8.00906 0.787778 0.112129 0.605667 0 0 v 5.09861 0.516707 8.08907 0.795997 0.132998 0.590508 0 0 v 5.03403 0.538177 8.17617 0.825016 0.133388 0.549141 0 0 v 4.9716 0.559817 8.26506 0.816493 0.114624 0.565862 0 0 v 4.90608 0.581097 8.35126 0.780201 0.126256 0.612654 0 0 v 4.83805 0.607697 8.42277 0.747396 0.132533 0.651025 0 0 v 4.76903 0.631167 8.49907 0.706732 0.143764 0.69272 0 0 v 4.69447 0.659937 8.55937 0.658778 0.160902 0.73493 0 0 v 4.61779 0.688357 8.61736 0.636467 0.193647 0.746599 0 0 v 4.53936 0.716207 8.67387 0.60396 0.208887 0.769154 0 0 v 4.46034 0.743597 8.72906 0.624099 0.21362 0.751577 0 0 v 4.38455 0.772327 8.78887 0.615257 0.226908 0.754965 0 0 v 4.30352 0.803587 8.83816 0.567174 0.254499 0.78329 0 0 v 4.13898 0.864887 8.93406 0.581522 0.253226 0.773116 0 0 v 4.05981 0.892697 8.98866 0.599879 0.251844 0.759421 0 0 v 3.9808 0.924817 9.04146 0.597855 0.281893 0.750404 0 0 v 3.89936 0.951437 9.09297 0.561592 0.312211 0.76625 0 0 v -6.9123 1.02263 8.38757 -0.663504 0.66002 -0.35233 0 0 v -7.08375 0.903317 6.22592 -0.970493 0.208098 -0.121817 0 0 v -7.38182 -0.195183 6.2479 -0.988626 0.145501 -0.0380578 0 0 v -6.29501 2.10058 6.30981 -0.720323 0.670437 0.177902 0 0 v -6.47366 1.90047 6.32032 -0.709436 0.679007 0.188814 0 0 v -6.56022 1.80279 6.32642 -0.738085 0.639782 0.214264 0 0 v -7.43536 -2.16989 10.8905 -0.997836 -0.0524839 0.0396073 0 0 v -7.46351 0.125956 10.3258 -0.864115 0.142008 0.482846 0 0 v -7.44821 -0.393963 6.52274 -0.997989 0.0215103 -0.0596247 0 0 v -7.43363 -2.16874 11.028 -0.979058 -0.181895 0.0914296 0 0 v -7.75762 -1.97893 9.24296 -0.97491 -0.21877 -0.0411135 0 0 v -7.69568 -0.0839335 8.42287 -0.889488 0.243002 -0.386989 0 0 v -7.61824 0.116377 8.41887 -0.843457 0.395379 -0.36367 0 0 v -7.39398 -0.192323 6.78929 -0.983543 0.0831732 0.160391 0 0 v -7.38819 -0.0935934 6.78796 -0.982283 0.121748 0.14247 0 0 v -0.495874 1.58767 9.14177 -0.0971595 0.44272 0.89138 0 0 v -6.52963 1.12905 11.1379 -0.793145 0.571031 0.211764 0 0 v -7.00434 -1.48695 7.31937 -0.858683 -0.327201 0.394464 0 0 v -6.12369 1.51305 7.94887 -0.78164 0.552091 0.290232 0 0 v -6.28537 1.31766 7.95796 -0.699016 0.683461 0.210373 0 0 v -7.24991 0.0301265 11.2915 -0.714509 0.627162 -0.310072 0 0 v -5.3962 6.14591 13.3447 -0.925018 0.371039 -0.0816791 0 0 v -7.8332 -1.08233 8.56587 -0.925586 -0.0961734 -0.366116 0 0 v -4.35525 -0.311194 12.3981 0.0458547 -0.0720922 0.996343 0 0 v -0.0191438 -4.07091 6.55359 -0.277841 -0.404014 0.871537 0 0 v -5.20397 1.30379 12.415 0.620463 -0.302673 0.723474 0 0 v -1.63079 -0.468934 9.44377 0.353257 -0.117738 0.928088 0 0 v -1.30471 -0.736633 9.34507 0.0128285 -0.233989 0.972155 0 0 v -3.8019 0.214216 12.8254 -0.237826 -0.66047 0.712192 0 0 v -3.5725 0.281606 12.9659 -0.195163 -0.707 0.679752 0 0 v -1.94474 -1.54006 9.16617 0.235942 -0.471428 0.849757 0 0 v -1.6141 -1.81281 8.86407 0.143604 -0.520498 0.841701 0 0 v -5.27912 1.33288 12.4839 0.589187 -0.351 0.727776 0 0 v 0.627936 -4.148 6.68292 -0.148661 -0.526309 0.837197 0 0 v -1.29324 -1.48113 8.99806 -0.203914 -0.381826 0.901459 0 0 v -5.46785 -0.0589536 12.4136 0.0371836 0.100795 0.994212 0 0 v -5.34473 1.35777 12.5584 0.537458 -0.392601 0.746327 0 0 v -6.87224 -1.47562 12.1593 -0.368265 -0.211817 0.90527 0 0 v -3.63713 -1.63641 10.4937 0.758541 -0.291688 0.582695 0 0 v -5.424 1.38555 12.6116 0.466616 -0.403495 0.787059 0 0 v -0.443274 2.58103 15.4788 0.248352 -0.406646 0.879182 0 0 v -0.518674 2.6079 15.4798 -0.386368 -0.0653561 0.920026 0 0 v -0.712264 2.66604 15.3339 -0.661745 0.242323 0.709489 0 0 v 1.03634 -0.848764 9.90457 -0.0895218 -0.0950048 0.991443 0 0 v -4.15509 -2.13069 12.0313 0.800327 -0.493518 0.340464 0 0 v -5.5113 -0.915804 12.4601 -0.00297163 -0.00277361 0.999992 0 0 v -4.11438 -1.1238 12.2921 0.394355 -0.071116 0.916202 0 0 v -5.50281 1.41322 12.6723 0.313688 -0.450321 0.835949 0 0 v -4.82055 4.19349 13.3349 0.834806 -0.120705 0.53715 0 0 v -4.87937 4.21504 13.4265 0.827136 -0.143182 0.543456 0 0 v -4.93936 4.23557 13.5236 0.797561 -0.162789 0.580858 0 0 v -5.00112 4.25756 13.6124 0.746074 -0.169153 0.644019 0 0 v -5.06949 4.283 13.6843 0.681977 -0.190416 0.706151 0 0 v -5.13922 4.30862 13.7555 0.64065 -0.199602 0.741436 0 0 v -5.21213 4.33487 13.8227 0.56815 -0.204273 0.797169 0 0 v -5.28989 4.36372 13.88 0.494091 -0.208314 0.844085 0 0 v -5.36945 4.39314 13.9329 0.46304 -0.210095 0.861077 0 0 v -5.45148 4.42379 13.9809 0.38164 -0.218594 0.898091 0 0 v -5.53866 4.45647 14.017 0.270198 -0.238515 0.932793 0 0 v -5.63045 4.49071 14.0463 0.19707 -0.276131 0.940699 0 0 v -5.72329 4.52557 14.0738 0.139732 -0.304019 0.942363 0 0 v -5.81664 4.56045 14.1 0.0579212 -0.358567 0.931705 0 0 v -5.92092 4.59832 14.1088 -0.241912 -0.38651 0.889994 0 0 v -6.04607 4.64631 14.0713 -0.431806 -0.360669 0.826717 0 0 v -5.58932 1.44724 12.7051 0.0672689 -0.46232 0.884158 0 0 v -1.68176 -0.598444 9.44236 0.349008 -0.162055 0.923001 0 0 v 1.00054 -2.0026 9.54807 -0.118814 -0.527772 0.841035 0 0 v -4.11343 -0.833934 12.3178 0.427107 -0.10136 0.898502 0 0 v -6.13358 -0.551714 12.4171 -0.146627 0.0544892 0.98769 0 0 v -4.98136 -1.39367 12.4352 0.0784006 -0.114588 0.990314 0 0 v -5.69565 1.48115 12.718 -0.175251 -0.46159 0.86961 0 0 v -5.19261 -1.02818 12.4561 0.0294307 -0.00957735 0.999521 0 0 v -5.81818 1.52436 12.6922 -0.430765 -0.412131 0.802863 0 0 v -5.95195 1.57646 12.6276 -0.595599 -0.397255 0.698177 0 0 v 7.35324 -0.415413 3.95864 0.687291 0.0095084 0.72632 0 0 v 7.27753 -0.386623 4.02083 0.58528 0.0287127 0.810323 0 0 v 7.19378 -0.355803 4.0703 0.453378 0.0482513 0.890012 0 0 v 7.10498 -0.322623 4.10901 0.400309 0.030192 0.915883 0 0 v 7.015 -0.289713 4.14416 0.311594 0.0492029 0.948941 0 0 v 6.92001 -0.255123 4.16829 0.189616 0.0894312 0.977777 0 0 v 6.81474 -0.215013 4.17493 0.0518933 0.130747 0.990057 0 0 v 6.70394 -0.173293 4.16944 -0.0491241 0.15709 0.986362 0 0 v 6.58384 -0.127053 4.14373 -0.100893 0.183875 0.977758 0 0 v 6.47622 -0.0867032 4.13191 -0.0627116 0.185876 0.98057 0 0 v 6.36295 -0.0390332 4.11091 0.213334 0.209372 0.954281 0 0 v 6.28059 -0.00732327 4.14406 0.571866 0.1617 0.804253 0 0 v 6.20621 0.0147868 4.21352 0.863786 0.104749 0.492849 0 0 v 6.17126 0.0257268 4.35425 0.988805 0.0449016 0.142299 0 0 v 3.64674 -1.80426 9.16547 0.393491 -0.393435 0.830887 0 0 v -1.42245 -2.0367 8.71446 -0.111469 -0.612048 0.782925 0 0 v -2.53555 -1.17674 9.38107 -0.152905 -0.432902 0.888378 0 0 v -2.42543 -1.21485 9.38437 -0.111329 -0.421246 0.900087 0 0 v -1.96258 -1.38429 9.24607 0.24481 -0.411081 0.878112 0 0 v -1.71358 -1.47779 9.10717 0.34509 -0.459495 0.818399 0 0 v -1.63205 -1.50655 9.05626 0.283932 -0.444998 0.849329 0 0 v -1.54431 -1.53879 9.01927 0.238148 -0.45357 0.858813 0 0 v -1.45696 -1.5697 8.98007 0.186027 -0.414794 0.890696 0 0 v -2.01964 -1.81363 9.00016 0.254835 -0.603004 0.75594 0 0 v -3.84981 -0.349124 12.2539 0.575422 -0.482106 0.660654 0 0 v 0.0181161 -1.7982 9.38416 -0.369126 -0.424693 0.826669 0 0 v -4.45763 0.0148364 12.4286 -0.219852 -0.125194 0.967466 0 0 v -2.92118 -0.586054 9.80036 0.825852 -0.128587 0.54903 0 0 v -3.96358 -1.47081 12.1428 0.735163 -0.158928 0.658997 0 0 v 1.49405 -2.17736 9.45137 -0.0103891 -0.580976 0.813854 0 0 v 1.31323 -2.10664 9.50716 0.0220896 -0.573367 0.819001 0 0 v -1.67709 -0.304594 9.47376 0.352963 -0.0270372 0.935247 0 0 v 5.45462 0.246777 7.61446 0.828122 0.0579313 0.557546 0 0 v 5.39152 0.266067 7.70946 0.825738 0.0683405 0.559898 0 0 v 5.32973 0.290617 7.79276 0.828686 0.0569674 0.556807 0 0 v 5.26725 0.309777 7.88787 0.814825 0.0407401 0.578273 0 0 v 5.14023 0.355927 8.05786 0.795541 0.0534023 0.603541 0 0 v 5.07631 0.380287 8.13916 0.811262 0.0608138 0.581511 0 0 v 4.95016 0.423767 8.31577 0.804888 0.0637812 0.58999 0 0 v 4.88473 0.447917 8.39586 0.767387 0.0820405 0.635914 0 0 v 4.81599 0.471657 8.47287 0.738224 0.0928259 0.668138 0 0 v 4.74476 0.497797 8.54137 0.707546 0.115632 0.697143 0 0 v 4.6728 0.524017 8.60987 0.682445 0.152759 0.714796 0 0 v 4.59834 0.550247 8.67387 0.634068 0.172238 0.753852 0 0 v 4.51965 0.581477 8.72596 0.608786 0.187792 0.770787 0 0 v 4.44073 0.609917 8.78136 0.637789 0.19676 0.744655 0 0 v 4.36464 0.638877 8.84067 0.619839 0.209408 0.756273 0 0 v 4.28621 0.667277 8.89627 0.582464 0.235226 0.778077 0 0 v 4.12084 0.728037 8.99077 0.576614 0.242715 0.780132 0 0 v 4.04104 0.755787 9.04456 0.62622 0.245888 0.739856 0 0 v 3.96596 0.785387 9.10557 0.614428 0.253228 0.747231 0 0 v 3.88557 0.816887 9.15596 0.573862 0.264887 0.77493 0 0 v 3.80249 0.847117 9.20256 0.547645 0.289889 0.784888 0 0 v 3.63478 0.911647 9.29177 0.507643 0.30789 0.804676 0 0 v 3.54943 0.939657 9.33307 0.462446 0.348609 0.81524 0 0 v -7.10748 0.807647 6.22641 -0.934299 0.300335 -0.192051 0 0 v -7.40107 -0.295493 6.24945 -0.986633 0.162693 0.00924412 0 0 v -7.33419 0.203267 6.24354 -0.938046 0.32866 -0.109779 0 0 v -7.28447 0.306077 6.23952 -0.888859 0.454568 -0.0574268 0 0 v -6.64244 1.70149 6.33118 -0.771136 0.591534 0.23545 0 0 v -6.7122 1.60023 6.33533 -0.777507 0.581272 0.240013 0 0 v -7.35782 -1.2926 6.38771 -0.953536 -0.284398 0.0994316 0 0 v -2.57244 2.51422 8.32407 -0.0372913 0.860488 0.508104 0 0 v -7.5669 -1.5687 11.0261 -0.951717 0.0358575 -0.304874 0 0 v -6.7466 0.829496 11.0039 -0.76634 0.586092 0.263095 0 0 v -6.32617 3.64297 13.2121 -0.960775 -0.182082 0.209183 0 0 v -0.994774 3.7109 6.27574 -0.456095 0.308562 0.834725 0 0 v -7.08917 0.719177 8.26107 -0.675561 0.57266 -0.464412 0 0 v -7.40411 -0.292613 6.79023 -0.973516 0.101217 0.204993 0 0 v -6.17547 2.00447 6.86737 -0.618373 0.749333 0.236888 0 0 v -5.77313 2.14542 11.2216 -0.655993 0.15656 -0.738351 0 0 v -7.22925 -0.787603 7.32486 -0.884359 -0.170599 0.434517 0 0 v -7.24464 -0.688443 7.32637 -0.887985 -0.130204 0.441054 0 0 v -6.37108 1.21966 7.96187 -0.694963 0.665337 0.272678 0 0 v -2.14673 1.76504 9.13547 0.389643 0.639369 0.662862 0 0 v -6.01291 6.14418 14.4707 -0.448154 0.687006 -0.571997 0 0 v -7.82082 -0.583003 8.56317 -0.952199 0.110293 -0.284874 0 0 v -7.65584 -1.68317 8.56247 -0.814431 -0.317876 -0.485445 0 0 v -5.29713 -2.61848 12.0446 0.0108087 -0.500485 0.865678 0 0 v 0.0895962 -4.11284 6.56405 -0.236014 -0.44031 0.86627 0 0 v 2.81615 -2.36173 9.13616 0.26167 -0.700116 0.664354 0 0 v -2.43452 -0.323634 9.64557 0.155696 -0.164258 0.974052 0 0 v -1.54529 -0.500744 9.40937 0.270232 -0.114683 0.955941 0 0 v -1.45192 -0.534673 9.38356 0.138273 -0.105286 0.984782 0 0 v -3.13789 -0.0616835 10.1436 0.809594 0.12401 0.573741 0 0 v 0.275876 -3.87283 6.73422 -0.260365 -0.368762 0.892314 0 0 v -3.77301 -0.964874 11.941 0.907012 -0.168336 0.385994 0 0 v -2.66646 3.24998 5.9647 -0.198258 0.977538 -0.0715094 0 0 v -5.01623 -2.5643 12.0732 0.0829653 -0.544425 0.834696 0 0 v -3.28522 -1.03269 10.2925 0.798053 -0.221591 0.560365 0 0 v 1.69899 -3.77818 6.83297 0.209234 -0.330234 0.920417 0 0 v 1.54584 -3.87002 6.83387 0.0887994 -0.334412 0.938234 0 0 v -0.504224 2.46156 15.4355 0.385396 -0.553261 0.738493 0 0 v -0.605204 2.506 15.4266 -0.379781 -0.106286 0.91895 0 0 v -0.750224 2.55801 15.3245 -0.648232 0.177984 0.740349 0 0 v -4.12005 -0.541824 12.3283 0.339659 -0.161027 0.926662 0 0 v -4.21456 -2.10905 12.1148 0.562835 -0.429428 0.706264 0 0 v -4.00521 -1.89594 11.9432 0.875389 -0.475388 0.0877582 0 0 v 0.500596 -3.95188 6.75833 -0.228227 -0.385206 0.894164 0 0 v -4.85561 4.06298 13.3556 0.817614 -0.140436 0.558378 0 0 v -4.91658 4.08478 13.4455 0.804143 -0.15239 0.57457 0 0 v -4.97824 4.10681 13.535 0.767779 -0.179329 0.615107 0 0 v -5.0425 4.13025 13.6168 0.70701 -0.196424 0.679378 0 0 v -5.11223 4.15526 13.6924 0.649804 -0.20867 0.730898 0 0 v -5.18381 4.18132 13.7611 0.582363 -0.220153 0.782551 0 0 v -5.26014 4.20949 13.82 0.524837 -0.230347 0.819442 0 0 v -5.42105 4.26889 13.923 0.409233 -0.239014 0.880569 0 0 v -5.50345 4.30003 13.9691 0.299198 -0.250941 0.920603 0 0 v -5.68844 4.3696 14.0236 0.115847 -0.278403 0.953452 0 0 v -5.78735 4.4045 14.0439 0.0238875 -0.317336 0.948012 0 0 v -5.8917 4.44353 14.0495 -0.186895 -0.347944 0.918698 0 0 v -6.01179 4.48953 14.0229 -0.387575 -0.33643 0.858254 0 0 v -6.1335 4.53924 13.9799 -0.491207 -0.341201 0.801435 0 0 v -5.78298 -2.59857 12.031 -0.0792586 -0.503099 0.860586 0 0 v -1.76943 -0.566114 9.48016 0.288264 -0.176543 0.941136 0 0 v -5.98463 0.270216 12.3559 -0.166427 0.090524 0.98189 0 0 v -1.76543 -0.272424 9.50826 0.311041 -0.00138498 0.950396 0 0 v -5.90261 -0.632394 12.4477 -0.0483051 -0.000311939 0.998833 0 0 v -4.49671 -1.56719 12.336 0.219246 -0.180599 0.958809 0 0 v -4.25066 -0.929364 12.3518 0.272738 -0.0564986 0.960428 0 0 v -2.51786 -1.33111 9.29846 -0.184559 -0.477717 0.858909 0 0 v -1.91483 -1.1048 9.36007 0.239377 -0.395263 0.886829 0 0 v -5.9267 -0.332714 12.4262 -0.124785 0.0959226 0.987536 0 0 v 7.38962 -0.577723 3.91642 0.712847 -0.124174 0.690238 0 0 v 7.31875 -0.551583 3.98762 0.656517 -0.0925211 0.748615 0 0 v 7.24238 -0.522913 4.04825 0.55153 -0.0455491 0.83291 0 0 v 7.15849 -0.492143 4.0965 0.418308 -0.00777209 0.908272 0 0 v 7.06585 -0.456833 4.12689 0.343524 0.0230115 0.938862 0 0 v 6.97617 -0.423803 4.16151 0.274433 0.00501904 0.961593 0 0 v 6.87753 -0.386643 4.18143 0.152972 0.0119541 0.988158 0 0 v 6.77608 -0.349113 4.19202 0.0234539 0.0504226 0.998453 0 0 v 6.66068 -0.305173 4.18071 -0.068286 0.0777679 0.99463 0 0 v 6.55125 -0.263963 4.17007 -0.0955213 0.118626 0.988334 0 0 v 6.43517 -0.217883 4.14556 -0.031479 0.152893 0.987741 0 0 v 6.3323 -0.176153 4.14077 0.189159 0.141563 0.971689 0 0 v 6.25214 -0.146333 4.18251 0.649296 0.0903216 0.755153 0 0 v 6.19567 -0.127323 4.2782 0.949357 0.0558498 0.309197 0 0 v 6.16864 -0.106043 4.4297 0.988994 0.0577043 0.136241 0 0 v -2.74778 -1.10178 9.38297 -0.0611867 -0.488691 0.870309 0 0 v -2.64472 -1.13846 9.37646 -0.147699 -0.448152 0.881672 0 0 v -2.55941 -1.0196 9.45057 -0.0992325 -0.404574 0.909106 0 0 v -3.35747 -1.74978 10.002 0.815043 -0.3541 0.458605 0 0 v -2.96057 -1.16789 9.47917 0.835218 -0.313702 0.451666 0 0 v -6.25771 -2.13079 12.1683 -0.251645 -0.317753 0.91417 0 0 v -2.45367 -1.05526 9.44226 -0.068361 -0.367599 0.927469 0 0 v -2.47797 -1.64484 9.14937 -0.233084 -0.490652 0.839602 0 0 v -3.91963 -0.326594 12.3274 0.373137 -0.510955 0.774399 0 0 v 0.146156 -1.83982 9.41607 -0.333413 -0.424992 0.841556 0 0 v -5.44883 0.370336 12.3762 0.119412 0.0504529 0.991562 0 0 v -2.85899 -0.610413 9.71286 0.682589 -0.200625 0.702725 0 0 v -5.94114 -1.34805 12.4171 -0.118033 -0.108883 0.987022 0 0 v -1.20319 -2.11253 8.72217 -0.259886 -0.631513 0.730514 0 0 v -4.55046 -1.69371 12.3258 0.223815 -0.195053 0.954914 0 0 v -3.26303 -0.745673 10.3611 0.855259 -0.132369 0.50101 0 0 v 2.13752 -2.40862 9.24296 0.0130688 -0.693553 0.720287 0 0 v -1.31859 -2.07375 8.70866 -0.210167 -0.641813 0.7375 0 0 v -3.84934 -0.787964 12.1134 0.788124 -0.111228 0.605383 0 0 v 5.36759 0.132077 7.75217 0.82146 0.0460007 0.568407 0 0 v 5.30433 0.153887 7.84026 0.816442 0.041864 0.575908 0 0 v 4.92361 0.287517 8.36207 0.790899 0.0399234 0.610642 0 0 v 4.85858 0.311537 8.44207 0.774664 0.0493139 0.630448 0 0 v 4.79118 0.338267 8.51466 0.743486 0.0840351 0.663451 0 0 v 4.72272 0.362737 8.59066 0.717009 0.098227 0.690108 0 0 v 4.64942 0.389327 8.65646 0.67224 0.108806 0.732294 0 0 v 4.57401 0.418297 8.71607 0.633986 0.131384 0.762102 0 0 v 4.49782 0.447137 8.77487 0.645018 0.160916 0.747033 0 0 v 4.42239 0.476487 8.83506 0.63916 0.175217 0.748848 0 0 v 4.26623 0.533437 8.94786 0.590275 0.195544 0.783159 0 0 v 4.18272 0.563667 8.99407 0.581406 0.226939 0.781323 0 0 v 4.10447 0.592197 9.04996 0.60861 0.234636 0.757984 0 0 v 4.02573 0.620297 9.10546 0.617066 0.220035 0.755522 0 0 v 3.94649 0.652227 9.15827 0.590431 0.204876 0.780652 0 0 v 3.86763 0.680337 9.21287 0.584935 0.218869 0.780992 0 0 v 3.78605 0.711177 9.26177 0.545257 0.21856 0.809275 0 0 v 3.70397 0.742127 9.30976 0.53955 0.239112 0.807286 0 0 v 3.62069 0.771867 9.35516 0.497233 0.243838 0.832648 0 0 v 3.53257 0.803807 9.39137 0.463205 0.288736 0.837898 0 0 v 3.44516 0.836347 9.42967 0.455636 0.291975 0.84092 0 0 v 3.35414 0.871277 9.46046 0.417643 0.326052 0.848095 0 0 v 3.26543 0.902677 9.49506 0.417752 0.334063 0.844917 0 0 v -7.21983 0.409927 6.23447 -0.959592 0.27724 -0.0481888 0 0 v -7.20526 0.503647 6.23469 -0.993435 0.0651143 -0.0940576 0 0 v -7.60767 -2.87356 8.29457 -0.792536 -0.055153 -0.607325 0 0 v -5.69443 6.24973 14.3304 -0.627897 0.590081 -0.507494 0 0 v -7.6081 -0.669184 10.8823 -0.895354 0.333137 -0.295568 0 0 v -7.42132 -2.46954 10.8915 -0.974212 -0.0923446 0.205873 0 0 v -5.70964 4.63862 12.5059 -0.987204 0.157705 -0.0235909 0 0 v -5.91384 2.43444 11.5406 -0.75506 0.178333 -0.630937 0 0 v -7.63575 -0.770934 10.8839 -0.945292 0.142433 -0.29349 0 0 v -7.32793 -0.172673 10.8792 -0.887233 0.44392 0.125507 0 0 v -7.9118 -1.07737 9.51586 -0.979784 0.0132914 0.199617 0 0 v -7.42786 -0.691553 6.79342 -0.979279 -0.0498975 0.19627 0 0 v -6.29169 1.9101 6.85966 -0.682696 0.712379 0.162609 0 0 v -6.57789 1.02977 11.4156 -0.753196 0.640869 0.148264 0 0 v -7.26836 -0.488893 7.32627 -0.913967 -0.0528072 0.402339 0 0 v -7.26889 -0.389133 7.32596 -0.923002 0.0280354 0.383773 0 0 v -7.20625 0.207877 7.18387 -0.889991 0.326952 0.317834 0 0 v 3.78544 1.8679 8.62567 0.457361 0.576219 0.677342 0 0 v -7.75158 -2.98221 8.57467 -0.929043 -0.126677 -0.34761 0 0 v -5.52935 -2.22876 12.2262 -0.0199245 -0.367004 0.930006 0 0 v -3.78938 -0.811624 12.0227 0.85026 -0.144487 0.506144 0 0 v 1.82399 -4.12602 6.63936 0.193203 -0.554653 0.809341 0 0 v -1.79563 -1.44773 9.15487 0.340506 -0.4462 0.827624 0 0 v -1.71605 -0.437553 9.48856 0.35287 -0.102808 0.930007 0 0 v -0.484194 -1.03008 9.48557 -0.351744 -0.249704 0.902177 0 0 v -3.07536 -0.0849335 10.0551 0.814167 0.0947164 0.572853 0 0 v -0.905184 -1.76813 9.02217 -0.285887 -0.420056 0.861291 0 0 v -6.47887 -0.724814 12.353 -0.23346 0.0301651 0.971898 0 0 v -1.12248 -1.8441 8.90287 -0.287824 -0.4407 0.850259 0 0 v -7.34668 -0.875124 12.0314 -0.487067 -0.0410383 0.8724 0 0 v -4.59355 -0.661114 12.4155 0.0733956 0.00282745 0.997299 0 0 v -5.89867 -2.40523 12.1266 -0.0950256 -0.441767 0.892083 0 0 v -4.74051 -0.753754 12.4291 0.066091 0.017409 0.997662 0 0 v 1.79274 -3.81133 6.80546 0.151697 -0.378468 0.913099 0 0 v -3.01796 -1.14105 9.78576 0.900333 -0.344735 0.265627 0 0 v -3.22584 -1.05596 10.2018 0.808079 -0.19574 0.555603 0 0 v -0.574354 2.3454 15.3821 0.334126 -0.621294 0.708769 0 0 v -0.683864 2.3827 15.3849 -0.294263 -0.274919 0.91533 0 0 v -0.824524 2.44208 15.2937 -0.654687 0.119343 0.746419 0 0 v 1.74089 -4.09379 6.68468 0.243497 -0.491321 0.836249 0 0 v 0.827126 -4.2166 6.64879 -0.0229609 -0.586707 0.809474 0 0 v -4.28862 -2.08263 12.1776 0.344396 -0.347502 0.872143 0 0 v -1.98043 -1.22877 9.32576 0.262585 -0.391114 0.882088 0 0 v -2.09767 -1.78225 9.05516 0.223203 -0.572538 0.788911 0 0 v 2.4836 -1.95149 9.55136 0.154468 -0.536499 0.829644 0 0 v -4.89324 3.93265 13.3747 0.804452 -0.158347 0.572524 0 0 v -4.95344 3.9545 13.4651 0.774326 -0.176264 0.607742 0 0 v -5.01801 3.97813 13.5463 0.724407 -0.198016 0.660321 0 0 v -5.08641 4.00288 13.6237 0.656401 -0.22412 0.720353 0 0 v -5.15832 4.02885 13.6924 0.606228 -0.235793 0.759533 0 0 v -5.23177 4.05571 13.7584 0.547529 -0.239809 0.801688 0 0 v -5.30999 4.08458 13.8151 0.506302 -0.261355 0.821798 0 0 v -5.38698 4.11372 13.8716 0.438029 -0.237536 0.867011 0 0 v -5.47331 4.14539 13.9115 0.331645 -0.245074 0.911016 0 0 v -5.56102 4.17809 13.9485 0.219132 -0.257947 0.940981 0 0 v -5.75131 4.24963 13.9911 0.0151333 -0.303634 0.952669 0 0 v -5.85586 4.28744 14 -0.15161 -0.327303 0.932677 0 0 v -5.9708 4.33075 13.9841 -0.332415 -0.323907 0.885768 0 0 v -6.09383 4.3799 13.9423 -0.506969 -0.298396 0.808667 0 0 v -0.611054 -1.57558 9.19757 -0.356182 -0.336104 0.871876 0 0 v -4.80571 0.139026 12.3698 -0.0859814 0.141438 0.986206 0 0 v -5.79816 -0.669494 12.4424 -0.000423099 0.000524665 1 0 0 v -4.30511 -1.63598 12.2897 0.242033 -0.17112 0.955059 0 0 v -3.20502 -0.474513 10.2893 0.886259 -0.00492315 0.463165 0 0 v -2.73107 -1.25695 9.30157 -0.115687 -0.489048 0.864551 0 0 v -6.81004 -0.464704 12.2452 -0.323508 0.106868 0.940171 0 0 v -1.85904 -0.238033 9.53436 0.282988 -0.0158617 0.958992 0 0 v 7.40647 -0.730923 3.83323 0.79629 -0.249103 0.551244 0 0 v 7.34421 -0.708023 3.91832 0.716607 -0.231489 0.657942 0 0 v 7.276 -0.683313 3.99783 0.63443 -0.189551 0.749379 0 0 v 7.19928 -0.654853 4.05873 0.523806 -0.150617 0.838416 0 0 v 7.11606 -0.624263 4.10801 0.426739 -0.109555 0.897715 0 0 v 7.02701 -0.590783 4.14435 0.309543 -0.00884862 0.950844 0 0 v 6.93291 -0.555503 4.17059 0.219037 0.00253147 0.975713 0 0 v 6.83238 -0.518463 4.18565 0.0892224 0.000796907 0.996011 0 0 v 6.72719 -0.479013 4.18987 -0.00139305 -0.0145967 0.999893 0 0 v 6.61766 -0.437733 4.18444 -0.0910925 0.0262393 0.995497 0 0 v 6.50331 -0.394283 4.16729 -0.0717259 0.0236842 0.997143 0 0 v 6.39835 -0.352713 4.1636 0.0533113 0.0583288 0.996873 0 0 v 6.29951 -0.313493 4.16968 0.336266 0.110892 0.935215 0 0 v 6.22188 -0.288013 4.22681 0.822656 0.028284 0.567835 0 0 v 6.18256 -0.276673 4.36688 0.985769 0.003793 0.168061 0 0 v 2.39671 -1.91943 9.58827 0.121443 -0.531888 0.838061 0 0 v -4.34142 -1.18664 12.3593 0.225832 -0.111492 0.967765 0 0 v -1.95211 -0.203924 9.56266 0.260906 -0.0387652 0.964586 0 0 v -5.06376 0.0852864 12.3752 0.0573394 0.125978 0.990375 0 0 v -4.95896 0.0484764 12.3748 -0.00230489 0.133107 0.991099 0 0 v -4.30131 -0.185554 12.416 -0.0775062 -0.19294 0.978145 0 0 v -4.19713 -0.222664 12.4109 0.00651847 -0.27518 0.961371 0 0 v -4.40491 -0.147084 12.4112 -0.0678753 -0.10937 0.991681 0 0 v -4.09284 -0.253654 12.3913 0.090127 -0.360093 0.928553 0 0 v -4.00578 -0.291424 12.3668 0.146806 -0.408774 0.900751 0 0 v 0.266756 -1.88282 9.44306 -0.273824 -0.440351 0.85505 0 0 v -5.55271 0.407926 12.3834 0.0686931 0.000592281 0.997638 0 0 v -2.78657 -0.638254 9.64637 0.512031 -0.264682 0.817171 0 0 v -5.50715 -1.49986 12.4318 -0.021661 -0.142992 0.989487 0 0 v -4.76816 0.270456 12.35 -0.142885 0.177736 0.97365 0 0 v -2.54899 -0.577504 9.60437 0.137187 -0.276318 0.951225 0 0 v -2.45592 -0.611723 9.57916 0.0714655 -0.252145 0.965047 0 0 v -2.6423 -0.543434 9.62957 0.176473 -0.292598 0.939811 0 0 v -2.73289 -0.510313 9.66047 0.374418 -0.265359 0.888479 0 0 v 2.40664 -2.21391 9.37566 0.140849 -0.602687 0.785449 0 0 v -5.81465 0.934796 12.456 -0.274203 -0.299245 0.913928 0 0 v 5.34353 -0.00441338 7.80096 0.818204 0.0320161 0.574036 0 0 v 5.28041 0.0198166 7.88277 0.797517 0.0268787 0.602697 0 0 v 5.21587 0.0419366 7.96996 0.80266 0.0231874 0.595986 0 0 v 5.15116 0.0660366 8.05086 0.802911 0.0260819 0.595528 0 0 v 4.96226 0.132067 8.31606 0.805516 0.0228555 0.592133 0 0 v 4.83417 0.178177 8.48436 0.773866 0.0465065 0.631639 0 0 v 4.76593 0.203227 8.56036 0.731605 0.0493746 0.679938 0 0 v 4.69566 0.230157 8.62917 0.7045 0.054214 0.70763 0 0 v 4.62418 0.257197 8.69716 0.672578 0.0793474 0.73576 0 0 v 4.5495 0.286187 8.75786 0.662598 0.106625 0.741346 0 0 v 4.47466 0.312807 8.82217 0.652965 0.122478 0.74742 0 0 v 4.39847 0.341487 8.88116 0.632317 0.132111 0.763362 0 0 v 4.32203 0.370427 8.93976 0.64181 0.153217 0.751402 0 0 v 4.24393 0.399217 8.99626 0.596652 0.189132 0.779895 0 0 v 4.16436 0.427136 9.05017 0.586654 0.19431 0.786181 0 0 v 4.08403 0.457847 9.10126 0.598645 0.185449 0.779251 0 0 v 4.005 0.486577 9.15596 0.583874 0.186452 0.790143 0 0 v 3.92347 0.517317 9.20457 0.584354 0.174623 0.792488 0 0 v 3.84588 0.546357 9.26177 0.574399 0.165796 0.80161 0 0 v 3.76357 0.576907 9.30917 0.519851 0.168383 0.837497 0 0 v 3.67837 0.610137 9.35086 0.508891 0.173451 0.843176 0 0 v 3.51172 0.670237 9.44256 0.471445 0.184423 0.862397 0 0 v 3.42384 0.702407 9.47877 0.467281 0.20856 0.859157 0 0 v 3.3392 0.731517 9.52206 0.432457 0.23617 0.870175 0 0 v 3.24778 0.766156 9.55077 0.412232 0.263232 0.872224 0 0 v 3.15716 0.801637 9.58366 0.420716 0.284976 0.86127 0 0 v 3.06814 0.832686 9.61716 0.381112 0.31076 0.870737 0 0 v 2.97224 0.870216 9.63966 0.329882 0.34929 0.877026 0 0 v 2.87509 0.907007 9.65936 0.317746 0.33599 0.88665 0 0 v 2.78094 0.939247 9.68106 0.281439 0.351359 0.892938 0 0 v 4.03401 2.09079 8.09046 0.552062 0.696701 0.458078 0 0 v -5.0739 6.84793 13.4856 -0.797009 0.602533 -0.0416087 0 0 v -7.34114 -0.172074 10.7404 -0.897409 0.414131 0.152158 0 0 v -6.67395 0.929156 11.0023 -0.850995 0.498022 0.166682 0 0 v -7.66327 -0.769164 11.0209 -0.984743 0.140275 -0.102981 0 0 v -7.45606 -2.06861 11.0276 -0.968638 -0.248471 0.00169662 0 0 v -7.52082 -0.273634 10.3291 -0.880748 0.116274 0.459089 0 0 v -6.53993 1.70646 6.59931 -0.697057 0.685921 0.208864 0 0 v -7.42456 -0.492323 6.79212 -0.978612 0.04053 0.201681 0 0 v -6.3844 1.80694 6.86416 -0.7243 0.677577 0.127587 0 0 v -6.47982 1.70672 6.86967 -0.705074 0.695192 0.139924 0 0 v -7.54711 -1.17141 10.6105 -0.978952 -0.194544 -0.0616846 0 0 v -7.06798 -1.48929 7.18757 -0.837763 -0.35621 0.413844 0 0 v -7.25622 -0.588603 7.32627 -0.903511 -0.0961397 0.417643 0 0 v -7.2353 0.109657 7.18716 -0.903404 0.279392 0.325273 0 0 v -7.31573 -0.589593 7.19367 -0.922154 -0.0710998 0.380232 0 0 v 4.62443 1.2169 8.39666 0.675827 0.351579 0.647804 0 0 v -7.75406 -0.182923 8.55906 -0.970994 0.160893 -0.176875 0 0 v -7.74307 -0.0830135 8.55816 -0.948978 0.250442 -0.191625 0 0 v 1.3811 -3.96103 6.81803 0.0316784 -0.370545 0.928274 0 0 v -5.27367 -3.37635 5.83389 -0.515799 -0.831355 0.206884 0 0 v -7.03963 -0.975134 12.1791 -0.350968 -0.0330011 0.935806 0 0 v 0.721636 -4.02725 6.7661 -0.0984964 -0.440947 0.892112 0 0 v -4.16517 -1.5408 12.2609 0.334869 -0.161247 0.928366 0 0 v -2.9144 0.00154647 9.85736 0.681348 0.0875177 0.726708 0 0 v -2.28209 -0.231183 9.63737 0.167003 -0.0856363 0.98223 0 0 v -1.85787 -0.533213 9.51447 0.249006 -0.16304 0.95468 0 0 v -0.818904 -1.65118 9.09916 -0.2477 -0.367546 0.896412 0 0 v -6.2687 0.807786 12.1568 -0.557574 0.185336 0.809174 0 0 v -5.92073 -2.24482 12.1925 -0.137115 -0.342429 0.929484 0 0 v -1.87829 -0.821553 9.45467 0.242648 -0.240501 0.93983 0 0 v -2.04582 -0.169963 9.58986 0.259787 -0.0745368 0.962785 0 0 v -4.6365 -0.790794 12.4238 0.0956149 0.00682732 0.995395 0 0 v -7.11804 -0.801824 12.1447 -0.399773 0.0191276 0.916414 0 0 v -1.78477 -1.60032 9.06167 0.340647 -0.51854 0.784268 0 0 v -1.61293 -0.920334 9.34726 0.238582 -0.309629 0.920439 0 0 v -2.9423 -0.429413 9.87167 0.810046 -0.0886918 0.57962 0 0 v -0.918344 2.33339 15.2197 -0.57619 0.0953108 0.811739 0 0 v 0.177376 -3.41092 7.21397 -0.126287 -0.988473 0.0835094 0 0 v -0.570934 -1.73623 9.15786 -0.327723 -0.346495 0.878942 0 0 v -4.38355 -2.04523 12.206 0.261553 -0.295099 0.918971 0 0 v -2.70865 -0.222533 9.72877 0.362391 -0.143607 0.920896 0 0 v -5.99462 1.14831 12.4162 -0.627099 -0.253833 0.736421 0 0 v -2.1393 -0.135563 9.61416 0.202157 -0.0450207 0.978318 0 0 v -4.86913 3.78148 13.2976 0.809302 -0.176462 0.56026 0 0 v -4.93162 3.80353 13.3868 0.76974 -0.200704 0.605986 0 0 v -4.99636 3.82652 13.4733 0.739108 -0.21233 0.639246 0 0 v -5.06279 3.85083 13.5528 0.668819 -0.227668 0.707707 0 0 v -5.13354 3.87661 13.6227 0.616178 -0.248234 0.747465 0 0 v -5.20575 3.90289 13.6907 0.584674 -0.254966 0.770161 0 0 v -5.28026 3.93068 13.7543 0.519666 -0.244346 0.818683 0 0 v -5.36222 3.96104 13.803 0.477092 -0.238814 0.845784 0 0 v -5.43952 3.99004 13.8587 0.397521 -0.267225 0.87782 0 0 v -5.5261 4.02159 13.8984 0.265964 -0.264914 0.926868 0 0 v -5.61837 4.05638 13.9262 0.126096 -0.269479 0.954715 0 0 v -5.71655 4.09328 13.9418 0.0387844 -0.27202 0.96151 0 0 v -5.82138 4.1303 13.9529 -0.124147 -0.28788 0.949585 0 0 v -5.93613 4.174 13.9352 -0.304533 -0.317245 0.898117 0 0 v -6.05526 4.21975 13.9069 -0.446455 -0.318546 0.836186 0 0 v -6.18634 4.27285 13.8372 -0.645969 -0.287234 0.707262 0 0 v -2.23799 -0.0997835 9.63247 0.193836 -0.0454194 0.979982 0 0 v -3.15212 -0.789473 10.161 0.850634 -0.111309 0.513841 0 0 v -4.217 -1.66782 12.253 0.309124 -0.197239 0.930344 0 0 v -2.4259 -0.0309435 9.67807 0.184429 -0.0618416 0.980898 0 0 v 1.3744 -3.49616 6.92577 -0.171884 -0.576733 0.798645 0 0 v -5.58157 -3.12837 11.6612 0.0649069 -0.678781 0.731467 0 0 v 7.36131 -0.861653 3.84204 0.757476 -0.282419 0.588617 0 0 v 7.29791 -0.838423 3.9247 0.669598 -0.263102 0.694562 0 0 v 7.22699 -0.812733 3.99567 0.586383 -0.258987 0.767516 0 0 v 7.1512 -0.785333 4.05842 0.501138 -0.206812 0.840292 0 0 v 7.06829 -0.754773 4.10858 0.431077 -0.195362 0.880912 0 0 v 6.98331 -0.723933 4.15373 0.320698 -0.149843 0.935254 0 0 v 6.88822 -0.687793 4.18012 0.174338 -0.100378 0.979556 0 0 v 6.78809 -0.650033 4.19103 0.035847 -0.0660282 0.997174 0 0 v 6.67835 -0.608843 4.18632 -0.0653122 -0.0657283 0.995698 0 0 v 6.56818 -0.567163 4.17965 -0.0897605 -0.06078 0.994107 0 0 v 6.45615 -0.524923 4.16697 -0.126431 -0.0589342 0.990223 0 0 v 6.35259 -0.484043 4.16493 0.106877 -0.0987012 0.989361 0 0 v 6.26545 -0.450933 4.19535 0.517319 -0.0146472 0.855667 0 0 v 6.19557 -0.427803 4.27592 0.913267 -0.0188022 0.406927 0 0 v 6.16848 -0.420583 4.43929 0.991363 -0.0635177 0.114743 0 0 v 3.83319 3.25543 5.99361 0.302804 0.882231 0.360526 0 0 v -5.7053 0.317056 12.3869 -0.0334645 0.0200145 0.999239 0 0 v -5.5959 0.277796 12.3916 0.0119925 0.0583076 0.998227 0 0 v 1.58424 -2.3531 9.29736 0.0164326 -0.697158 0.716729 0 0 v 1.49627 -2.32038 9.33336 -0.00496393 -0.679977 0.733217 0 0 v 1.01822 -2.15176 9.44936 -0.134698 -0.596951 0.79089 0 0 v 0.913726 -2.11494 9.45536 -0.172543 -0.583957 0.793236 0 0 v 0.589506 -2.00045 9.45176 -0.195038 -0.548893 0.81282 0 0 v 0.485776 -1.96175 9.45477 -0.212801 -0.498249 0.840514 0 0 v -2.70708 -0.668393 9.59836 0.318161 -0.335748 0.886593 0 0 v -4.24851 -1.22006 12.3316 0.270623 -0.0970196 0.957784 0 0 v -4.64697 0.228466 12.3789 -0.199769 0.107666 0.97391 0 0 v 1.76686 -2.12964 9.47247 0.072599 -0.532174 0.843517 0 0 v 1.86556 -2.16269 9.45236 0.0173289 -0.533269 0.845768 0 0 v 1.6788 -2.09523 9.50636 0.0594639 -0.530127 0.84583 0 0 v 1.58 -2.06283 9.52746 -0.0158949 -0.526209 0.850207 0 0 v -1.7854 -0.855024 9.42517 0.256527 -0.262004 0.930348 0 0 v -1.701 -0.887853 9.38477 0.317815 -0.272179 0.908247 0 0 v 3.74665 -2.12965 8.92047 0.488593 -0.56269 0.666826 0 0 v 5.378 -0.160413 7.75166 0.836027 -0.0162399 0.548448 0 0 v 5.31679 -0.138583 7.84136 0.802801 -0.00507854 0.596225 0 0 v 5.25207 -0.114263 7.92186 0.798389 0.00427467 0.602127 0 0 v 4.87206 0.0227766 8.43796 0.800027 0.023714 0.599495 0 0 v 4.80691 0.0455365 8.52256 0.750841 0.0152884 0.660306 0 0 v 4.73755 0.0726666 8.59276 0.721839 0.0199272 0.691774 0 0 v 4.66735 0.0974865 8.66636 0.712267 0.0317502 0.70119 0 0 v 4.59514 0.124377 8.73357 0.684461 0.0531486 0.727109 0 0 v 4.52304 0.151217 8.80087 0.669504 0.0731754 0.739196 0 0 v 4.44831 0.180417 8.86157 0.647294 0.0817386 0.757845 0 0 v 4.37221 0.209257 8.92066 0.656869 0.101778 0.747104 0 0 v 4.29967 0.236187 8.98757 0.651283 0.120922 0.749138 0 0 v 4.22147 0.264647 9.04387 0.585982 0.138622 0.798379 0 0 v 4.13986 0.295287 9.09266 0.583864 0.149679 0.797934 0 0 v 4.06206 0.324037 9.14896 0.596183 0.151702 0.788386 0 0 v 3.98196 0.352007 9.20246 0.558891 0.147767 0.815969 0 0 v 3.89989 0.382547 9.25047 0.569474 0.144158 0.80927 0 0 v 3.81923 0.413837 9.30057 0.542289 0.137193 0.828915 0 0 v 3.65406 0.474907 9.39466 0.497348 0.161529 0.852381 0 0 v 3.56835 0.507697 9.43556 0.480498 0.15149 0.863813 0 0 v 3.22234 0.634867 9.59356 0.413965 0.18376 0.891552 0 0 v 3.13428 0.666847 9.62977 0.415586 0.190302 0.889423 0 0 v 3.04622 0.698887 9.66516 0.397882 0.199689 0.895441 0 0 v 2.95397 0.732997 9.69387 0.348638 0.252827 0.902513 0 0 v 2.86083 0.766567 9.71966 0.303201 0.261775 0.916266 0 0 v 2.76033 0.806616 9.73507 0.276826 0.29965 0.913005 0 0 v -7.60389 -1.46813 11.1621 -0.973955 0.0279545 -0.225012 0 0 v -7.14781 0.710097 6.22857 -0.859021 0.458929 -0.226863 0 0 v -6.13954 1.03782 12.245 -0.787793 0.0422401 0.61449 0 0 v -6.85912 1.40326 6.34506 -0.805169 0.561139 0.191902 0 0 v -6.89235 0.531366 11.1463 -0.843722 0.454225 0.286029 0 0 v -7.34572 -1.29146 6.52202 -0.953509 -0.280405 0.110425 0 0 v -6.62812 1.61043 6.60581 -0.726896 0.676027 0.120871 0 0 v -7.42683 -0.591913 6.79283 -0.981233 0.0113605 0.192491 0 0 v -7.37605 0.618187 9.49727 -0.901264 0.416193 0.120444 0 0 v -6.58658 1.60578 6.87487 -0.663024 0.724025 0.190231 0 0 v -6.95758 0.808837 7.30497 -0.878555 0.379801 0.289641 0 0 v -6.91145 0.909677 7.30316 -0.875354 0.401006 0.270094 0 0 v -7.3124 -0.688793 7.19277 -0.916372 -0.0921739 0.389572 0 0 v -1.47153 3.20572 7.26246 -0.234255 0.927373 0.291725 0 0 v 0.932096 4.51487 5.92592 0.083456 0.957541 0.275952 0 0 v 1.29454 4.11416 6.42253 0.141916 0.587584 0.796621 0 0 v -5.42034 5.93445 12.2219 -0.399318 0.598731 -0.69431 0 0 v 0.974126 -3.8148 6.85526 0.0320947 -0.294642 0.955069 0 0 v 3.6754 -2.10303 8.98757 0.430127 -0.546268 0.718736 0 0 v 3.26868 -2.38678 8.88167 0.150657 -0.666676 0.729963 0 0 v -6.27795 0.226876 12.2854 -0.302276 0.198003 0.932429 0 0 v -3.11774 0.0847165 10.0714 0.799525 0.163099 0.578065 0 0 v 1.53006 -1.60717 9.77987 -0.0441062 -0.349587 0.935865 0 0 v -2.0941 -0.299693 9.58876 0.205785 -0.0860558 0.974806 0 0 v 3.60217 -2.07425 9.05186 0.370953 -0.50761 0.777641 0 0 v -6.17467 -2.9221 11.7702 -0.176279 -0.545435 0.819406 0 0 v -6.07255 -0.719254 12.4246 -0.118427 -0.00402346 0.992955 0 0 v -5.25412 -0.861324 12.4536 0.0268396 0.020267 0.999434 0 0 v 3.52048 -2.04445 9.09986 0.244788 -0.491859 0.835556 0 0 v 1.20149 -4.35293 6.54508 -0.0353377 -0.694968 0.718172 0 0 v 3.3451 -1.97916 9.17417 0.186296 -0.520125 0.833525 0 0 v -6.34726 -1.35447 12.3468 -0.194813 -0.102989 0.975418 0 0 v -7.05508 -0.234644 12.1017 -0.449203 0.261188 0.854399 0 0 v 3.25843 -1.94992 9.21597 0.303342 -0.578333 0.757307 0 0 v -0.978244 2.21543 15.1834 -0.586653 -0.0166441 0.809667 0 0 v -1.17232 2.2844 15.0107 -0.604945 0.225442 0.763687 0 0 v 1.73325 -1.68064 9.75797 0.0269029 -0.423115 0.905676 0 0 v -4.47147 -2.01298 12.2428 0.145697 -0.262267 0.953933 0 0 v -4.93585 -0.974084 12.4431 0.0669139 0.0153918 0.99764 0 0 v -5.35468 0.920796 12.3979 0.419263 -0.19293 0.887129 0 0 v 3.18329 -1.92007 9.27996 0.448093 -0.562743 0.694646 0 0 v -4.91242 3.6528 13.3121 0.774966 -0.212611 0.595168 0 0 v -4.9752 3.67549 13.3946 0.751717 -0.226728 0.619287 0 0 v -5.03954 3.69866 13.4812 0.692482 -0.23879 0.68077 0 0 v -5.10894 3.72435 13.5527 0.604663 -0.260629 0.752632 0 0 v -5.18131 3.75091 13.6207 0.595523 -0.27384 0.755225 0 0 v -5.25559 3.7782 13.6855 0.534261 -0.282507 0.796715 0 0 v -5.33239 3.80674 13.7434 0.493287 -0.309582 0.812912 0 0 v -5.41009 3.83564 13.7993 0.444101 -0.26877 0.854715 0 0 v -5.5837 3.90033 13.8757 0.184841 -0.297768 0.936572 0 0 v -5.68267 3.93487 13.8973 0.0765011 -0.284242 0.955696 0 0 v -5.78161 3.97126 13.9134 -0.0854287 -0.289714 0.953293 0 0 v -5.89764 4.01351 13.8993 -0.318572 -0.307899 0.896499 0 0 v -6.02194 4.06176 13.8609 -0.436849 -0.334362 0.835084 0 0 v -6.14716 4.11464 13.8048 -0.615128 -0.317221 0.721795 0 0 v -4.44695 -0.568664 12.4021 0.120009 -0.0111849 0.99271 0 0 v 3.0416 -1.86929 9.41947 0.462021 -0.527301 0.713085 0 0 v -5.68353 -2.63323 12.0149 -0.0700263 -0.500275 0.86303 0 0 v -4.40335 -1.60097 12.3091 0.167405 -0.170562 0.971022 0 0 v -3.30366 -1.47141 10.1267 0.825557 -0.325727 0.460824 0 0 v -2.62223 -1.29387 9.30367 -0.168054 -0.483379 0.859129 0 0 v 2.96817 -1.84051 9.48426 0.388493 -0.45653 0.800408 0 0 v 7.37181 -1.01178 3.74884 0.783152 -0.359444 0.507418 0 0 v 7.31001 -0.989833 3.83234 0.721953 -0.346833 0.598741 0 0 v 7.24667 -0.966763 3.92085 0.64776 -0.33709 0.683211 0 0 v 7.17447 -0.940663 3.98605 0.56474 -0.314337 0.76306 0 0 v 7.09995 -0.913663 4.05219 0.489453 -0.284985 0.824148 0 0 v 7.01609 -0.882343 4.10116 0.360095 -0.269496 0.893143 0 0 v 6.92719 -0.849553 4.13726 0.195875 -0.260298 0.945451 0 0 v 6.83252 -0.814383 4.1612 0.0699649 -0.218148 0.973405 0 0 v 6.72795 -0.776143 4.1698 -0.0662865 -0.183524 0.980778 0 0 v 6.61869 -0.734093 4.16138 -0.0977996 -0.155637 0.982961 0 0 v 6.51019 -0.694403 4.16052 -0.190461 -0.166492 0.967473 0 0 v 6.38527 -0.647293 4.13369 -0.114072 -0.244466 0.962925 0 0 v 6.30274 -0.614913 4.15652 0.392731 -0.259347 0.882327 0 0 v 6.23163 -0.587003 4.22196 0.773237 -0.142593 0.617876 0 0 v 6.17511 -0.567733 4.32839 0.956583 -0.0740817 0.281889 0 0 v 6.15075 -0.556893 4.47234 0.994651 -0.0687509 0.0770893 0 0 v 2.88734 -1.81207 9.53426 0.343018 -0.418242 0.841078 0 0 v 1.6721 -2.38567 9.26126 0.0405447 -0.712736 0.70026 0 0 v 0.461896 -0.640403 9.82647 -0.164477 -0.0506236 0.985081 0 0 v -2.25148 -1.12894 9.41957 0.032046 -0.365228 0.930366 0 0 v -1.26303 -3.62338 5.86508 -0.763376 -0.526807 0.373807 0 0 v -6.3041 0.674036 12.1742 -0.468535 0.241417 0.849819 0 0 v -6.15108 0.620716 12.2639 -0.394924 0.167043 0.9034 0 0 v -6.01459 0.572536 12.3244 -0.283982 0.090215 0.954576 0 0 v -5.89189 0.529086 12.3438 -0.206285 0.0519122 0.977114 0 0 v -5.76633 0.484606 12.3804 -0.153986 0.0382762 0.987331 0 0 v -2.61429 -0.701913 9.57107 0.0963127 -0.329941 0.939076 0 0 v -6.0768 0.0111064 12.3662 -0.169713 0.121106 0.978024 0 0 v -4.51819 0.182566 12.4238 -0.353074 -0.0118633 0.93552 0 0 v 1.48113 -2.02759 9.54426 -0.00436457 -0.530594 0.847615 0 0 v -5.43022 -2.26381 12.2117 -0.0200856 -0.376692 0.926121 0 0 v -5.61134 -1.46313 12.4334 -0.0721692 -0.117883 0.990402 0 0 v -6.79267 -1.8051 12.1003 -0.388431 -0.283602 0.87675 0 0 v -3.46066 -1.85747 10.1014 0.792989 -0.395108 0.463744 0 0 v -4.72931 -1.33785 12.415 0.141145 -0.124092 0.982181 0 0 v 2.80481 -1.78134 9.58127 0.260241 -0.423186 0.867864 0 0 v 5.28802 -0.270203 7.87356 0.804479 -0.021463 0.593594 0 0 v 5.16164 -0.226073 8.05017 0.804915 -0.00673956 0.593351 0 0 v 5.09916 -0.203703 8.13896 0.811749 -0.0117897 0.583888 0 0 v 4.97216 -0.157583 8.30857 0.806648 0.00283503 0.591025 0 0 v 4.90817 -0.135303 8.39576 0.797199 -0.00201384 0.603714 0 0 v 4.8438 -0.112233 8.48137 0.773289 -0.00925279 0.633987 0 0 v 4.77708 -0.0852834 8.55346 0.73901 -0.0002151 0.673695 0 0 v 4.42087 0.0478666 8.89956 0.660969 0.0664149 0.747468 0 0 v 4.34602 0.0769465 8.96066 0.668212 0.0707446 0.7406 0 0 v 4.27209 0.103617 9.02536 0.633738 0.0784707 0.769558 0 0 v 4.19394 0.132107 9.08146 0.583715 0.0937925 0.806524 0 0 v 4.11517 0.160797 9.13666 0.589323 0.0997639 0.801714 0 0 v 4.03546 0.191627 9.18807 0.567713 0.103576 0.816685 0 0 v 3.95422 0.222427 9.23786 0.559671 0.111693 0.821154 0 0 v 3.87486 0.250806 9.29187 0.553371 0.120978 0.824103 0 0 v 3.7098 0.311947 9.38616 0.523232 0.123555 0.843186 0 0 v 3.62726 0.342477 9.43326 0.498285 0.11695 0.85909 0 0 v 3.54183 0.375136 9.47497 0.462559 0.140655 0.87536 0 0 v 3.45413 0.407737 9.51236 0.457799 0.137015 0.878435 0 0 v 3.37007 0.437617 9.55597 0.462855 0.115479 0.87888 0 0 v 3.28314 0.469977 9.59517 0.436482 0.137441 0.889153 0 0 v 3.10701 0.534257 9.66757 0.404235 0.160351 0.90049 0 0 v 3.01566 0.568947 9.69846 0.384898 0.157801 0.909369 0 0 v 2.92707 0.600637 9.73217 0.361067 0.167586 0.917358 0 0 v 2.73733 0.670977 9.77907 0.278729 0.233731 0.931493 0 0 v 2.64023 0.707416 9.79946 0.259397 0.256843 0.930991 0 0 v 2.54213 0.742616 9.81476 0.196683 0.276485 0.940676 0 0 v 2.4392 0.780867 9.82236 0.166231 0.289734 0.942561 0 0 v 2.33544 0.819197 9.82446 0.126334 0.299993 0.945539 0 0 v 2.23179 0.857497 9.82827 0.129894 0.286903 0.949112 0 0 v -7.20663 0.612787 6.23483 -0.935593 0.314257 -0.160958 0 0 v -6.78613 1.50206 6.34053 -0.77129 0.60148 0.208166 0 0 v -7.60576 -1.56845 11.1625 -0.98261 -0.034154 -0.182514 0 0 v -7.38091 -1.0927 6.52298 -0.986401 -0.137407 0.0901789 0 0 v -7.90613 -0.777934 9.37576 -0.97579 0.186413 0.114387 0 0 v -7.36958 0.00680664 6.78709 -0.973358 0.169199 0.154743 0 0 v -7.357 0.106027 6.78548 -0.958528 0.223106 0.177336 0 0 v -6.69387 1.50561 6.88057 -0.697196 0.677697 0.233764 0 0 v -7.11161 -1.38756 7.18757 -0.846406 -0.318956 0.426455 0 0 v -6.99505 0.709627 7.30816 -0.897701 0.338958 0.281497 0 0 v -6.80215 0.818757 7.97876 -0.750874 0.617503 -0.234264 0 0 v -6.90068 0.720347 7.98197 -0.692383 0.607442 -0.389384 0 0 v -7.5463 -1.17044 10.7483 -0.959857 -0.257901 -0.110285 0 0 v -7.77786 -1.38252 8.56557 -0.860183 -0.223262 -0.45852 0 0 v -7.84191 -0.882573 8.56587 -0.942553 0.00119483 -0.334054 0 0 v -7.83619 -0.982493 8.56417 -0.93982 -0.0460326 -0.338555 0 0 v -7.73165 -3.08236 8.57387 -0.910604 -0.224217 -0.34717 0 0 v -3.47819 1.42749 13.0865 -0.683855 0.66588 0.298238 0 0 v -2.69266 1.93382 13.6591 -0.622025 0.710341 0.329396 0 0 v -5.24851 -0.138004 12.4146 0.0689054 0.10902 0.991648 0 0 v 2.54215 -1.68524 9.69456 0.200461 -0.396462 0.895898 0 0 v -3.18228 0.110137 10.1504 0.812828 0.145001 0.564168 0 0 v 1.32166 -1.53176 9.78996 -0.0591735 -0.304263 0.950748 0 0 v 1.43136 -1.57141 9.79537 -0.0512932 -0.323296 0.944907 0 0 v -3.00712 -0.698813 9.93126 0.861961 -0.084537 0.499877 0 0 v -3.05903 -0.669713 10.0243 0.8628 -0.06745 0.501025 0 0 v -2.88707 -0.896444 9.63826 0.8025 -0.303695 0.513579 0 0 v -4.54551 -0.533384 12.4178 0.106145 -0.0118328 0.99428 0 0 v -1.85401 -1.87365 8.90416 0.276247 -0.581315 0.76535 0 0 v 2.45033 -1.65228 9.72416 0.15621 -0.384288 0.909902 0 0 v -5.14441 -0.900134 12.4569 0.0278525 0.00649082 0.999591 0 0 v -6.23157 -1.39427 12.3627 -0.16775 -0.130767 0.977118 0 0 v -6.58916 -1.2719 12.2939 -0.310485 -0.127075 0.942046 0 0 v 2.35736 -1.61838 9.75116 0.110171 -0.360123 0.926377 0 0 v -0.923404 2.05312 15.1758 -0.171264 -0.404534 0.898343 0 0 v -1.06159 2.10184 15.1143 -0.467339 -0.0441886 0.882973 0 0 v -1.21236 2.15841 15.0157 -0.564636 0.135003 0.814224 0 0 v -7.08215 -1.79176 5.93122 -0.808972 -0.574 -0.12684 0 0 v -0.542974 -1.89491 9.10017 -0.306036 -0.403812 0.862136 0 0 v -2.15661 -1.16415 9.39906 0.164723 -0.400372 0.901426 0 0 v -4.5707 -1.97812 12.2586 0.138868 -0.253916 0.957206 0 0 v -1.52674 -1.84737 8.83097 0.0577286 -0.514123 0.855771 0 0 v -4.29368 -1.05878 12.3596 0.282405 -0.066657 0.956977 0 0 v 2.25954 -1.5835 9.77046 0.106046 -0.337269 0.935417 0 0 v -4.89153 3.50142 13.2326 0.782739 -0.199227 0.589601 0 0 v -4.95683 3.52542 13.313 0.740901 -0.223014 0.633507 0 0 v -5.01911 3.54792 13.4015 0.710254 -0.253984 0.65653 0 0 v -5.0868 3.57271 13.4793 0.630929 -0.294867 0.717623 0 0 v -5.15786 3.5988 13.5492 0.582856 -0.274254 0.764895 0 0 v -5.38867 3.68372 13.7241 0.450246 -0.310764 0.837081 0 0 v -5.46683 3.7134 13.7788 0.341464 -0.32383 0.882347 0 0 v -5.55404 3.74593 13.8162 0.235012 -0.324095 0.916369 0 0 v -5.64672 3.78007 13.8438 0.105764 -0.312116 0.944138 0 0 v -5.74579 3.81544 13.864 -0.0661565 -0.336884 0.939219 0 0 v -5.86313 3.85611 13.8542 -0.287724 -0.349811 0.891542 0 0 v -6.11354 3.95706 13.7573 -0.555221 -0.336331 0.760665 0 0 v 2.16681 -1.54952 9.79756 0.101994 -0.320843 0.941625 0 0 v 2.0701 -1.51499 9.81767 0.0536267 -0.319431 0.946091 0 0 v -4.43976 -1.15136 12.3783 0.176413 -0.0910158 0.980099 0 0 v -4.59027 -1.53355 12.3627 0.180231 -0.166702 0.969395 0 0 v -3.2544 -1.49216 10.0077 0.819744 -0.36889 0.438111 0 0 v -2.40812 -1.37018 9.30456 -0.145991 -0.451058 0.880473 0 0 v 1.87169 -1.44256 9.84846 0.000865287 -0.300537 0.95377 0 0 v 7.31559 -1.13805 3.72838 0.707537 -0.466127 0.531146 0 0 v 7.25413 -1.11591 3.81856 0.65998 -0.439997 0.608958 0 0 v 7.19017 -1.0933 3.90064 0.604777 -0.438034 0.66511 0 0 v 7.1184 -1.06769 3.97179 0.506722 -0.404082 0.761545 0 0 v 7.04081 -1.0395 4.03124 0.431948 -0.37241 0.821421 0 0 v 6.9575 -1.00917 4.0803 0.25923 -0.360734 0.895919 0 0 v 6.76845 -0.938413 4.13102 0.0444414 -0.313117 0.948674 0 0 v 6.66317 -0.899313 4.13601 -0.0709897 -0.248182 0.966109 0 0 v 6.56005 -0.858663 4.13533 -0.211314 -0.237854 0.948036 0 0 v 6.4402 -0.812793 4.10518 -0.290541 -0.255917 0.922005 0 0 v 6.32005 -0.767643 4.07819 0.136591 -0.36634 0.920401 0 0 v 6.24446 -0.739923 4.13767 0.645626 -0.331282 0.688054 0 0 v 6.18818 -0.720243 4.2372 0.897254 -0.228548 0.377758 0 0 v 6.15642 -0.709183 4.38993 0.986424 -0.0948977 0.134021 0 0 v 6.14307 -0.705813 4.57518 0.997991 -0.0414776 0.0478929 0 0 v -7.88625 -0.782123 8.70096 -0.970218 0.0332338 -0.239942 0 0 v 1.24814 -3.7629 6.87787 -0.027822 -0.266311 0.963485 0 0 v -6.71679 -1.22947 12.2604 -0.268631 -0.130834 0.954316 0 0 v -1.41647 -1.13874 9.19517 0.201612 -0.480835 0.853317 0 0 v -1.50316 -1.10818 9.23557 0.277674 -0.451316 0.848063 0 0 v -1.93779 -0.948273 9.43227 0.201722 -0.32964 0.922304 0 0 v -2.2137 -0.847073 9.52007 0.0644404 -0.260348 0.963362 0 0 v -2.31868 -0.809943 9.52507 -0.00126374 -0.279012 0.960287 0 0 v -2.41727 -0.773153 9.53736 0.0332964 -0.268111 0.962812 0 0 v -2.51547 -0.737424 9.55427 0.0606551 -0.283424 0.957075 0 0 v 0.180676 -2.15026 9.25956 -0.267976 -0.499091 0.824073 0 0 v -4.39154 0.138066 12.4719 -0.393477 -0.202736 0.896701 0 0 v 0.783946 -1.77457 9.64217 -0.173969 -0.451735 0.875026 0 0 v -2.28441 -0.970114 9.47597 0.00296692 -0.316603 0.948553 0 0 v -5.06622 0.522616 12.3092 0.0964911 0.167562 0.981128 0 0 v -5.2693 0.596806 12.3334 0.231184 0.0461223 0.971816 0 0 v -3.81413 0.0740164 12.6793 -0.153295 -0.709726 0.687597 0 0 v 1.76778 -1.40456 9.85286 -0.0234141 -0.278814 0.96006 0 0 v -3.31128 -1.3192 10.2209 0.801573 -0.240354 0.547458 0 0 v 0.175166 -3.99247 6.64278 -0.283064 -0.399306 0.872026 0 0 v 1.6689 -1.36837 9.86767 -0.0453417 -0.23244 0.971553 0 0 v 5.13097 -0.357793 8.08086 0.810445 -0.0333194 0.584867 0 0 v 5.07011 -0.335653 8.17096 0.812955 -0.0201314 0.581978 0 0 v 4.94295 -0.291143 8.34647 0.796159 -0.0118743 0.604971 0 0 v 4.87868 -0.266433 8.42686 0.783464 -0.0206607 0.621094 0 0 v 4.81279 -0.243024 8.51047 0.768496 -0.015717 0.639661 0 0 v 4.74806 -0.217843 8.58967 0.745322 -0.0013021 0.666704 0 0 v 4.67927 -0.190664 8.66047 0.728541 0.00655849 0.684971 0 0 v 4.60937 -0.165524 8.73487 0.699202 0.00831359 0.714876 0 0 v 4.53765 -0.138633 8.80287 0.688381 0.0185965 0.725111 0 0 v 4.46546 -0.111803 8.87006 0.668401 0.0316253 0.743128 0 0 v 4.39168 -0.0827234 8.93187 0.662433 0.0399074 0.748058 0 0 v 4.31828 -0.0557634 8.99786 0.65484 0.0376965 0.754826 0 0 v 4.24252 -0.0291535 9.06056 0.603393 0.0531287 0.795672 0 0 v 4.16333 0.00167652 9.11236 0.587377 0.0626531 0.806885 0 0 v 4.08529 0.0302065 9.16856 0.588442 0.0725968 0.805274 0 0 v 4.00654 0.0585566 9.22416 0.580535 0.0960522 0.80855 0 0 v 3.92599 0.0896365 9.27396 0.568187 0.104816 0.816197 0 0 v 3.8471 0.118077 9.32857 0.538532 0.103131 0.83627 0 0 v 3.76276 0.151107 9.37186 0.527835 0.111622 0.841981 0 0 v 3.68264 0.179476 9.42376 0.494892 0.0905227 0.864226 0 0 v 3.59646 0.212047 9.46397 0.473197 0.0967434 0.875628 0 0 v 3.42662 0.274716 9.54926 0.447039 0.101618 0.888724 0 0 v 3.33915 0.307367 9.58696 0.450993 0.106508 0.88615 0 0 v 3.2517 0.339506 9.62506 0.426333 0.119649 0.896618 0 0 v 3.07709 0.404417 9.70077 0.401859 0.110873 0.908964 0 0 v 2.98826 0.436377 9.73547 0.369264 0.135733 0.919359 0 0 v 2.89608 0.472847 9.76417 0.35419 0.129951 0.9261 0 0 v 2.80691 0.501846 9.79547 0.31521 0.140592 0.93855 0 0 v 2.71059 0.538377 9.81776 0.272549 0.163754 0.948104 0 0 v 2.61698 0.571396 9.83976 0.253832 0.168277 0.952498 0 0 v 2.51933 0.606867 9.85636 0.18202 0.203481 0.962011 0 0 v 2.41283 0.647786 9.86117 0.155584 0.216562 0.963792 0 0 v 2.31397 0.682586 9.87056 0.12009 0.251543 0.960367 0 0 v 2.20539 0.723707 9.86696 0.0962206 0.236958 0.966743 0 0 v -6.06531 2.33938 6.03254 -0.53151 0.843613 0.0762451 0 0 v 1.7302 2.40502 8.76157 -0.0947578 0.647158 0.756444 0 0 v -6.05836 1.53548 11.2691 -0.792922 0.569945 -0.215492 0 0 v -7.39121 -0.992573 6.52284 -0.990044 -0.136625 0.0338644 0 0 v -7.36141 -1.19311 6.52269 -0.97471 -0.194526 0.110002 0 0 v -7.6311 0.122566 9.77907 -0.928093 0.354189 0.114862 0 0 v -6.96089 0.909647 7.16987 -0.858669 0.438524 0.2653 0 0 v -7.24448 0.401347 6.77764 -0.868478 0.397162 0.296662 0 0 v -6.77816 1.40651 6.88567 -0.737145 0.626801 0.252464 0 0 v -6.8549 1.30979 6.89097 -0.798062 0.555177 0.234255 0 0 v -7.2249 -0.286553 7.86967 -0.746136 0.0964308 -0.658773 0 0 v -7.03256 0.610447 7.31067 -0.897809 0.356546 0.258483 0 0 v -7.07906 0.509867 7.31317 -0.923875 0.318962 0.211466 0 0 v -6.39617 1.50864 7.54797 -0.660206 0.655416 0.366821 0 0 v -6.59131 1.01245 7.97116 -0.663568 0.738201 -0.121391 0 0 v -7.74009 -2.87767 9.38286 -0.968309 -0.00677566 0.249663 0 0 v -7.67961 -2.97784 9.52226 -0.914921 -0.154948 0.372708 0 0 v -7.92371 -1.2789 9.37986 -0.985982 -0.111233 0.124365 0 0 v -1.63818 2.15038 14.6793 -0.593491 0.371208 0.714123 0 0 v -7.76186 -1.77746 9.65437 -0.937284 -0.246323 0.246624 0 0 v -7.45065 0.520416 9.22427 -0.864192 0.502738 0.0206261 0 0 v -7.50763 0.420657 9.22577 -0.84175 0.536973 -0.0558256 0 0 v -7.58486 0.319497 9.22736 -0.818536 0.572453 -0.0479196 0 0 v -5.8115 -0.373114 12.4435 -0.0671676 0.0888654 0.993776 0 0 v -7.26698 -1.05151 12.0668 -0.496514 -0.112669 0.860685 0 0 v -6.77156 -1.06306 12.2643 -0.272032 -0.0664345 0.959992 0 0 v 0.374486 -1.33673 9.70537 -0.266476 -0.241838 0.933008 0 0 v -0.779834 -0.777034 9.43796 -0.307141 -0.220118 0.925858 0 0 v 1.11346 -1.45638 9.80017 -0.0616165 -0.25557 0.964825 0 0 v 1.22277 -1.4961 9.80546 -0.0708181 -0.286028 0.955601 0 0 v -1.80869 -0.403743 9.51777 0.277994 -0.0690067 0.958101 0 0 v -4.75356 -0.459364 12.4239 0.0539515 0.0402775 0.997731 0 0 v 1.55934 -1.32866 9.86247 -0.0758635 -0.227649 0.970784 0 0 v -5.50728 -2.38829 12.1593 -0.0415043 -0.419345 0.906878 0 0 v -0.421084 -1.93586 9.12317 -0.309194 -0.400862 0.862386 0 0 v -0.735124 -0.940084 9.41066 -0.357071 -0.268445 0.894672 0 0 v -6.4773 -1.31307 12.3227 -0.250071 -0.116744 0.961164 0 0 v 1.45511 -1.29076 9.86726 -0.0626441 -0.196316 0.978538 0 0 v 1.34548 -1.25148 9.86456 -0.0359355 -0.192877 0.980565 0 0 v 1.24164 -1.21344 9.86937 -0.0663966 -0.188099 0.979903 0 0 v -1.29598 2.04472 14.9637 -0.595141 0.00356743 0.803613 0 0 v -1.08688 -3.8736 5.87214 -0.735087 -0.544552 0.403869 0 0 v 1.72834 -3.93658 6.77261 0.257508 -0.385854 0.885893 0 0 v 1.13728 -1.1753 9.87376 -0.0602298 -0.159286 0.985393 0 0 v 1.02775 -1.1359 9.86817 -0.0836572 -0.148038 0.985437 0 0 v -4.81231 3.32987 13.0546 0.826527 -0.173701 0.535426 0 0 v -4.93326 3.37283 13.242 0.721706 -0.227179 0.653858 0 0 v -4.99976 3.39722 13.3212 0.713051 -0.245098 0.656875 0 0 v -5.06614 3.42153 13.4004 0.639767 -0.259555 0.723415 0 0 v -5.13796 3.44809 13.4695 0.59663 -0.294275 0.746615 0 0 v -5.21126 3.47506 13.5359 0.561314 -0.329746 0.759074 0 0 v -5.28398 3.50216 13.6026 0.516797 -0.331468 0.789335 0 0 v -5.3607 3.53135 13.6602 0.488982 -0.296761 0.820262 0 0 v -5.44253 3.56074 13.7088 0.344842 -0.339455 0.875131 0 0 v -5.52922 3.59258 13.748 0.26963 -0.369109 0.889415 0 0 v -5.61703 3.6231 13.7905 0.155144 -0.365067 0.917963 0 0 v -5.71652 3.65951 13.8072 -0.0509088 -0.356887 0.932759 0 0 v -5.82618 3.70117 13.7997 -0.28429 -0.354894 0.890634 0 0 v -5.9531 3.74722 13.7643 -0.438785 -0.350472 0.827428 0 0 v -6.08282 3.79736 13.7091 -0.602378 -0.342913 0.720799 0 0 v 0.918356 -1.09623 9.86247 -0.132057 -0.146205 0.9804 0 0 v -0.846124 -1.49226 9.15557 -0.235244 -0.326851 0.91533 0 0 v 1.2092 -3.60022 6.91616 0.0118165 -0.222279 0.974912 0 0 v -4.68933 -1.49836 12.3803 0.163367 -0.14347 0.976078 0 0 v 0.802946 -1.05463 9.84787 -0.158851 -0.103552 0.981857 0 0 v -2.30379 -1.40669 9.29746 -0.0190306 -0.446757 0.894453 0 0 v -6.11376 -0.121634 12.3825 -0.162786 0.121393 0.979165 0 0 v 7.25107 -1.26145 3.69543 0.6958 -0.521207 0.494171 0 0 v 7.18984 -1.23932 3.78574 0.612522 -0.506022 0.607255 0 0 v 7.12378 -1.21566 3.86631 0.544897 -0.514655 0.66198 0 0 v 7.05256 -1.19032 3.93689 0.446422 -0.502547 0.740374 0 0 v 6.97476 -1.16175 3.99546 0.354284 -0.473428 0.806442 0 0 v 6.89629 -1.13703 4.03582 0.163904 -0.448183 0.878788 0 0 v 6.69789 -1.0585 4.08357 0.0125602 -0.392894 0.919498 0 0 v 6.59911 -1.0212 4.09789 -0.175104 -0.343044 0.922854 0 0 v 6.47944 -0.974783 4.06638 -0.282164 -0.30759 0.90872 0 0 v 6.36659 -0.933723 4.05501 -0.260969 -0.289179 0.921016 0 0 v 6.25004 -0.888933 4.03451 0.342498 -0.430336 0.835168 0 0 v 6.18619 -0.865103 4.12895 0.768019 -0.368786 0.523587 0 0 v 6.14886 -0.852333 4.2561 0.956554 -0.230086 0.179067 0 0 v 6.13739 -0.849043 4.44208 0.993607 -0.110981 0.0207213 0 0 v -1.58501 -1.0776 9.28316 0.27246 -0.395953 0.876919 0 0 v -1.32343 -1.16967 9.16187 0.0338977 -0.465135 0.884591 0 0 v -1.22474 -1.20809 9.15246 -0.16364 -0.398656 0.902383 0 0 v 0.573316 -0.971453 9.81546 -0.193886 -0.106523 0.975224 0 0 v -5.76915 -3.21318 11.6 0.0471074 -0.667089 0.743487 0 0 v 1.11516 -2.48378 9.20086 0.0073205 -0.616328 0.787455 0 0 v 1.02189 -2.4489 9.22616 -0.0351878 -0.575172 0.817275 0 0 v 0.458706 -0.930064 9.79807 -0.199257 -0.132233 0.970985 0 0 v 0.290986 -2.18874 9.26377 -0.205678 -0.524598 0.826132 0 0 v -4.25688 0.0947064 12.5158 -0.385112 -0.379245 0.841346 0 0 v 0.673666 -1.73654 9.63966 -0.202215 -0.43307 0.878385 0 0 v -2.58554 -0.861463 9.51246 -0.017869 -0.359738 0.932882 0 0 v -5.17043 0.560756 12.3182 0.163743 0.120972 0.979058 0 0 v 0.343866 -0.888393 9.78157 -0.224795 -0.145568 0.963471 0 0 v -5.66391 -1.00704 12.4636 -0.0415733 0.00903213 0.999095 0 0 v -2.76037 -0.351983 9.71776 0.47374 -0.251037 0.844127 0 0 v -2.8368 -0.323444 9.77777 0.554664 -0.127653 0.822224 0 0 v -2.90836 -0.294684 9.84426 0.736495 -0.0601965 0.673759 0 0 v -2.97397 -0.270303 9.92817 0.795928 -0.0120653 0.605272 0 0 v -4.94422 -2.74179 11.888 0.232359 -0.748377 0.621242 0 0 v 0.223486 -0.845213 9.75576 -0.28711 -0.134204 0.94845 0 0 v 5.28988 -0.558393 7.85326 0.822454 -0.0316005 0.567953 0 0 v 5.16475 -0.513683 8.03036 0.807723 -0.0230619 0.589111 0 0 v 4.91334 -0.424363 8.38346 0.781086 -0.0242887 0.62395 0 0 v 4.71686 -0.348504 8.61917 0.744904 -0.0207632 0.666849 0 0 v 4.64858 -0.322803 8.69536 0.707385 -0.0198037 0.706551 0 0 v 4.57754 -0.294503 8.75937 0.689786 -0.020349 0.723727 0 0 v 4.43445 -0.242243 8.89977 0.676331 0.00778315 0.736557 0 0 v 4.36108 -0.215394 8.96626 0.661606 0.015705 0.749687 0 0 v 4.21116 -0.159603 9.08977 0.610827 0.017625 0.791568 0 0 v 4.13429 -0.130903 9.14726 0.591926 0.0274428 0.805525 0 0 v 4.05595 -0.100113 9.20117 0.600742 0.04533 0.798157 0 0 v 3.97944 -0.0735535 9.26177 0.578968 0.0557819 0.81344 0 0 v 3.89753 -0.0430535 9.31036 0.541836 0.0656026 0.83792 0 0 v 3.73397 0.0183666 9.40666 0.504342 0.0775207 0.860018 0 0 v 3.30648 0.176346 9.61446 0.45015 0.0654212 0.890553 0 0 v 3.22313 0.206677 9.65946 0.433072 0.0826211 0.897565 0 0 v 3.13296 0.241426 9.69297 0.408472 0.1037 0.906861 0 0 v 2.95591 0.305287 9.76237 0.355487 0.103221 0.928964 0 0 v 2.8642 0.340026 9.79286 0.330382 0.108331 0.93761 0 0 v 2.77132 0.373877 9.81927 0.296142 0.106237 0.949217 0 0 v 2.67792 0.407466 9.84336 0.263281 0.109341 0.958503 0 0 v 2.58067 0.443457 9.86227 0.23831 0.124736 0.963146 0 0 v 2.48344 0.479457 9.88116 0.181527 0.140958 0.973231 0 0 v 2.38065 0.517127 9.88957 0.14517 0.158226 0.976673 0 0 v 2.28241 0.551966 9.90126 0.10962 0.182692 0.97704 0 0 v 2.06505 0.634457 9.89676 0.0723983 0.199057 0.97731 0 0 v 1.96107 0.672706 9.89886 0.0525087 0.217638 0.974616 0 0 v 1.6291 0.796836 9.87006 -0.0616651 0.270423 0.960765 0 0 v -7.41186 -0.892593 6.52367 -0.986422 -0.15544 -0.0530101 0 0 v -7.42643 -0.793173 6.52365 -0.987351 -0.135413 -0.0824731 0 0 v -1.34864 3.0798 7.52436 -0.204219 0.780719 0.59057 0 0 v -7.19402 0.505657 6.77542 -0.860493 0.384113 0.334677 0 0 v -7.28846 0.305387 6.78117 -0.901266 0.355766 0.247286 0 0 v 6.47517 0.989517 3.4536 -0.0529537 0.749582 0.65979 0 0 v -5.83876 6.35092 14.6103 -0.554517 0.71361 -0.428103 0 0 v -5.60865 6.54843 14.6126 -0.613162 0.683695 -0.39572 0 0 v -6.52672 1.50707 7.28137 -0.697329 0.652911 0.295703 0 0 v -7.19979 -0.888543 7.32637 -0.862243 -0.256744 0.436599 0 0 v -4.96598 2.79983 6.06846 -0.345871 0.935337 0.0742807 0 0 v -7.76367 -1.87883 9.51766 -0.950219 -0.261094 0.170042 0 0 v -7.11671 -1.08911 7.86206 -0.7927 -0.306104 -0.527187 0 0 v -5.23066 6.54762 13.4858 -0.920846 0.389622 -0.0153782 0 0 v -6.12463 1.61238 7.81106 -0.700705 0.595796 0.392479 0 0 v -7.78447 -0.983013 8.43086 -0.893023 -0.0977339 -0.43927 0 0 v -7.76541 -1.08321 8.42927 -0.844689 -0.188735 -0.500878 0 0 v -7.74115 -1.18299 8.43006 -0.810129 -0.203673 -0.549735 0 0 v -7.29621 -1.36138 11.9795 -0.569367 -0.26865 0.776948 0 0 v -7.23061 1.02023 9.21727 -0.848694 0.527 0.0446023 0 0 v -7.1617 1.12207 9.21486 -0.755724 0.653013 0.0495521 0 0 v -2.47444 -0.160814 9.67706 0.169235 -0.100152 0.980474 0 0 v -4.57514 0.0581664 12.4041 -0.183067 0.015013 0.982986 0 0 v 0.0972061 -0.799894 9.72046 -0.282669 -0.126957 0.950779 0 0 v 0.254976 -1.29311 9.67556 -0.286276 -0.227913 0.930646 0 0 v 1.83962 -1.86568 9.64166 0.0334823 -0.559368 0.828243 0 0 v 3.62681 -1.65351 9.24387 0.358095 -0.401679 0.842865 0 0 v 0.905086 -1.38084 9.81026 -0.106281 -0.21816 0.970109 0 0 v 1.00926 -1.41878 9.80517 -0.0465326 -0.232731 0.971427 0 0 v -1.9959 -0.335233 9.56766 0.226237 -0.0648955 0.971908 0 0 v -3.03927 -0.834973 9.96906 0.872735 -0.109484 0.475759 0 0 v 1.65719 -4.0617 6.7298 0.224569 -0.478406 0.848939 0 0 v 1.74007 -4.24464 6.56854 0.227972 -0.630862 0.741648 0 0 v 3.45792 -1.59185 9.33187 0.315016 -0.3681 0.874796 0 0 v -6.88739 -1.92627 12.0148 -0.422462 -0.327109 0.845296 0 0 v -0.0226438 -0.756383 9.69156 -0.253182 -0.101175 0.962114 0 0 v 1.61077 -3.74595 6.86897 0.162983 -0.329585 0.929952 0 0 v -3.77362 -0.234584 12.3105 0.418844 -0.719765 0.553632 0 0 v -6.28358 -0.208254 12.3561 -0.218661 0.102701 0.970381 0 0 v -0.143084 -0.713274 9.66587 -0.276211 -0.0755431 0.958124 0 0 v -1.22182 1.86943 14.9891 -0.445501 -0.209618 0.870396 0 0 v -1.37374 1.93034 14.9025 -0.550607 -0.033019 0.834111 0 0 v -1.52477 1.98691 14.8045 -0.546683 0.0889732 0.8326 0 0 v -1.69539 2.04829 14.6779 -0.584173 0.225544 0.779661 0 0 v -0.972234 -4.35459 4.7901 -0.767001 -0.577962 -0.278693 0 0 v -1.19587 -1.36629 9.09206 -0.303838 -0.364955 0.880051 0 0 v -0.269104 -0.668053 9.62996 -0.245903 -0.0954129 0.964587 0 0 v 0.226556 -0.555304 9.78407 -0.233431 -0.0351043 0.97174 0 0 v -4.85209 3.1997 13.0724 0.796787 -0.231094 0.558324 0 0 v -4.91264 3.22169 13.1625 0.738678 -0.247907 0.626815 0 0 v -4.97914 3.24612 13.2421 0.691191 -0.262122 0.673458 0 0 v -5.04627 3.27074 13.3207 0.675482 -0.275992 0.683778 0 0 v -5.11349 3.29532 13.3989 0.618403 -0.284001 0.732749 0 0 v -5.18955 3.32387 13.4615 0.544765 -0.284017 0.789028 0 0 v -5.26473 3.35145 13.5223 0.506825 -0.321452 0.799873 0 0 v -5.34106 3.37939 13.5818 0.469629 -0.372151 0.800595 0 0 v -5.41811 3.40869 13.6392 0.380429 -0.371489 0.846918 0 0 v -5.50536 3.44014 13.6774 0.27394 -0.35786 0.892689 0 0 v -5.59293 3.47274 13.7143 0.201099 -0.366548 0.908406 0 0 v -5.68598 3.5071 13.7415 0.0265394 -0.383399 0.923201 0 0 v -5.79303 3.54324 13.7521 -0.231463 -0.371578 0.899086 0 0 v -5.91893 3.58999 13.7169 -0.423443 -0.358166 0.832114 0 0 v -6.04625 3.64139 13.6622 -0.560207 -0.332739 0.758586 0 0 v -0.383604 -0.626303 9.61236 -0.282478 -0.109175 0.953041 0 0 v -1.53268 -1.69207 8.92797 0.137007 -0.504277 0.852604 0 0 v 1.31369 -3.63739 6.91086 0.0309676 -0.188055 0.98167 0 0 v -3.98746 -1.75453 12.0711 0.808729 -0.311913 0.498666 0 0 v -4.12912 -1.70018 12.2162 0.442171 -0.210151 0.871964 0 0 v -0.515424 -0.579894 9.56627 -0.333438 -0.105563 0.936844 0 0 v -2.2101 -1.4417 9.27316 0.127339 -0.462175 0.877598 0 0 v -5.99887 -0.161884 12.401 -0.122874 0.106381 0.986704 0 0 v -0.640484 -0.534794 9.52757 -0.302112 -0.132848 0.94397 0 0 v 7.12325 -1.36081 3.7503 0.552415 -0.559802 0.617624 0 0 v 7.0539 -1.33743 3.82285 0.468996 -0.568824 0.675635 0 0 v 6.98139 -1.3108 3.89176 0.373499 -0.574231 0.728531 0 0 v 6.90056 -1.28343 3.94356 0.268495 -0.545231 0.794124 0 0 v 6.81519 -1.24891 3.98579 0.106631 -0.509991 0.853545 0 0 v 6.72104 -1.21268 4.00982 0.0114132 -0.479025 0.877727 0 0 v 6.62243 -1.17645 4.02664 -0.0849232 -0.445937 0.891026 0 0 v 6.51337 -1.13527 4.01948 -0.254268 -0.373007 0.892308 0 0 v 6.39913 -1.09305 4.00466 -0.271568 -0.350668 0.89626 0 0 v 6.28143 -1.04905 3.97868 -0.0871031 -0.396618 0.913842 0 0 v 6.18577 -1.01151 4.00788 0.609422 -0.454534 0.649618 0 0 v 6.13736 -0.994783 4.12188 0.870071 -0.363818 0.332585 0 0 v 6.11618 -0.987833 4.28703 0.973513 -0.227386 0.0238278 0 0 v -0.761024 -0.491313 9.50186 -0.273268 -0.141287 0.951505 0 0 v 2.57466 -2.12919 9.40247 0.177637 -0.599365 0.780517 0 0 v -6.36 -0.0358536 12.3173 -0.254773 0.153471 0.954745 0 0 v -6.52613 0.459166 12.1332 -0.393393 0.306312 0.866842 0 0 v 0.0605662 -3.95168 6.6255 -0.275089 -0.35755 0.892459 0 0 v -0.881194 -0.447524 9.47437 -0.287847 -0.126098 0.949338 0 0 v -3.82755 -0.0647436 12.532 -0.0162533 -0.722026 0.691675 0 0 v -3.9208 -0.0294836 12.557 -0.133845 -0.658832 0.740288 0 0 v -4.0314 0.00709637 12.5549 -0.238706 -0.584106 0.775784 0 0 v -4.14702 0.0480664 12.5399 -0.322641 -0.495452 0.806492 0 0 v 0.565436 -1.69549 9.62996 -0.286392 -0.414037 0.864033 0 0 v -6.88678 0.289886 12.0172 -0.518126 0.37014 0.771065 0 0 v -6.03828 0.867536 12.3197 -0.533621 -0.131755 0.835398 0 0 v -1.00713 -0.402673 9.43997 -0.258002 -0.105502 0.960367 0 0 v -2.68275 -0.389494 9.68157 0.253376 -0.238226 0.937576 0 0 v -2.09939 -0.593193 9.55556 0.156227 -0.194062 0.968469 0 0 v -2.0057 -0.627014 9.52906 0.186621 -0.199153 0.962035 0 0 v -1.12799 -0.359344 9.41586 -0.182365 -0.0749216 0.980372 0 0 v 5.31996 -0.712563 7.79417 0.83755 -0.0574404 0.543333 0 0 v 5.2608 -0.691923 7.89167 0.834811 -0.0426456 0.548882 0 0 v 5.19928 -0.669913 7.98127 0.811403 -0.0285254 0.58379 0 0 v 4.68552 -0.479093 8.64856 0.719887 -0.0351321 0.693201 0 0 v 4.61577 -0.452293 8.71836 0.699409 -0.0326912 0.713973 0 0 v 4.54492 -0.426913 8.79166 0.707541 -0.0198144 0.706395 0 0 v 4.47426 -0.400023 8.86047 0.682004 -0.028596 0.730789 0 0 v 4.40283 -0.372923 8.92876 0.668372 -0.0308431 0.743187 0 0 v 4.32889 -0.345823 8.99376 0.63249 -0.0264913 0.774115 0 0 v 4.17663 -0.288933 9.11187 0.608021 -0.0143845 0.79379 0 0 v 4.09922 -0.259713 9.16926 0.597962 0.00279394 0.80152 0 0 v 3.94512 -0.201913 9.28467 0.567786 0.00679355 0.823148 0 0 v 3.86646 -0.173293 9.33996 0.550663 0.0181426 0.834531 0 0 v 3.70148 -0.112153 9.43446 0.490071 0.0483074 0.870343 0 0 v 3.6159 -0.0800634 9.47546 0.470407 0.054044 0.880793 0 0 v 3.53625 -0.0596135 9.52057 0.473506 0.0470447 0.879534 0 0 v 3.44608 -0.0169635 9.56116 0.447006 0.0739735 0.891467 0 0 v 3.36131 0.0134565 9.60336 0.444743 0.0658732 0.893233 0 0 v 3.18742 0.0781765 9.68137 0.434381 0.0636834 0.898475 0 0 v 3.10038 0.110567 9.71937 0.40803 0.0749668 0.909886 0 0 v 3.01309 0.140867 9.75687 0.392579 0.0805986 0.91618 0 0 v 2.92413 0.174836 9.79156 0.355116 0.0924514 0.930239 0 0 v 2.73882 0.243097 9.84586 0.281295 0.092217 0.95518 0 0 v 2.64172 0.278897 9.86507 0.25811 0.0883441 0.962068 0 0 v 2.54849 0.312526 9.88937 0.239252 0.0932724 0.966467 0 0 v 2.45084 0.348596 9.90757 0.172694 0.119449 0.977706 0 0 v 2.24574 0.423646 9.92396 0.129116 0.148463 0.980453 0 0 v 2.14232 0.461427 9.92867 0.0706114 0.182266 0.980711 0 0 v 1.92991 0.540697 9.92576 0.0537715 0.178612 0.982449 0 0 v 1.82083 0.581877 9.92356 0.00663577 0.193197 0.981138 0 0 v 1.7059 0.625526 9.91137 -0.0377583 0.205506 0.977927 0 0 v 1.5975 0.665127 9.89956 -0.0769463 0.202813 0.976189 0 0 v 1.47719 0.710506 9.87617 -0.0969874 0.221905 0.970233 0 0 v 1.36128 0.761337 9.85167 -0.094024 0.244353 0.965117 0 0 v 1.24306 0.798077 9.83307 -0.102872 0.241925 0.964826 0 0 v 1.12327 0.843207 9.80717 -0.123157 0.275181 0.953471 0 0 v -7.83604 -0.378423 9.37236 -0.977551 0.178465 0.112003 0 0 v -7.81421 -0.278333 9.37177 -0.966256 0.234479 0.106627 0 0 v -7.32336 0.205647 6.78348 -0.917371 0.329121 0.223853 0 0 v 3.76152 1.53636 8.87607 0.456886 0.480574 0.748534 0 0 v -7.84949 -0.478124 9.37356 -0.980032 0.173859 0.0964877 0 0 v 3.78844 1.96642 8.53207 0.464255 0.628752 0.623809 0 0 v 3.95881 1.88226 8.45337 0.669551 0.506751 0.543052 0 0 v -7.17265 -0.987493 7.32437 -0.863945 -0.254813 0.43436 0 0 v -7.13994 -1.08856 7.32467 -0.856499 -0.293512 0.424572 0 0 v -7.23067 -0.0901734 7.32207 -0.899856 0.175865 0.399162 0 0 v -7.20755 0.00948659 7.32077 -0.893092 0.212376 0.396589 0 0 v -7.24614 -0.189403 7.32427 -0.905198 0.163836 0.392141 0 0 v -1.86464 1.6904 9.06527 0.422069 0.559567 0.713262 0 0 v -7.16144 -0.987883 7.86486 -0.71929 -0.321417 -0.615884 0 0 v -5.9816 3.63486 11.8164 -0.848451 0.0686842 -0.524798 0 0 v -7.79549 -1.77823 9.51727 -0.949345 -0.266041 0.16723 0 0 v -6.16321 2.43759 12.2449 -0.772886 0.183865 -0.607323 0 0 v -5.59218 5.33904 12.5018 -0.973004 0.191705 0.128502 0 0 v -1.40726 2.25011 14.8226 -0.629756 0.34708 0.694941 0 0 v -3.30698 1.34226 13.5227 -0.738654 0.348328 0.577112 0 0 v -6.28651 2.93994 12.6545 -0.984644 0.0185367 -0.173588 0 0 v -1.24197 -0.317924 9.40057 -0.108645 -0.0502051 0.992812 0 0 v -5.70161 -0.411994 12.4505 0.0223674 0.026573 0.999397 0 0 v -4.54234 0.481276 12.3926 -0.523988 0.13584 0.840824 0 0 v 2.04936 -2.3741 9.27726 -0.0131492 -0.700344 0.713685 0 0 v 0.788906 -1.34008 9.80007 -0.178453 -0.225636 0.957728 0 0 v -0.274924 -0.962774 9.58757 -0.344606 -0.197518 0.917733 0 0 v -1.34927 -0.572843 9.37456 0.0283378 -0.128069 0.99136 0 0 v 1.55691 -4.03066 6.76502 0.14048 -0.431265 0.891222 0 0 v -1.35083 -0.277793 9.39507 0.0315151 -0.0406678 0.998676 0 0 v -7.14863 -0.0609236 11.9794 -0.59615 0.390811 0.701336 0 0 v -3.71289 -0.256473 12.2195 0.514979 -0.698778 0.496493 0 0 v -1.44876 -0.241514 9.40876 0.150543 -0.0151363 0.988488 0 0 v -2.94465 -0.133584 9.88957 0.746855 0.00412979 0.664974 0 0 v -4.82244 -2.03433 12.2779 0.0908263 -0.266295 0.959603 0 0 v -1.54653 -0.205803 9.42776 0.271217 -0.00572752 0.962501 0 0 v -1.30703 1.74588 14.9245 -0.253442 -0.425607 0.868692 0 0 v -1.45068 1.81508 14.8414 -0.525186 -0.122121 0.842179 0 0 v -1.59311 1.86911 14.7645 -0.533309 -0.0414527 0.844904 0 0 v -1.76539 1.93079 14.6466 -0.552664 0.103421 0.826963 0 0 v -0.711664 -4.49374 5.62165 -0.535786 -0.740886 0.404995 0 0 v -0.963204 -4.03218 5.87783 -0.695836 -0.534556 0.479648 0 0 v -6.97858 -1.1437 12.1835 -0.38968 -0.14147 0.91002 0 0 v -4.85687 -1.87571 12.3268 0.0872478 -0.250522 0.964172 0 0 v -1.72722 -0.138833 9.49027 0.317259 0.03623 0.947647 0 0 v -4.78112 3.03029 12.8814 0.807484 -0.248778 0.534864 0 0 v -4.83778 3.05063 12.9813 0.794417 -0.27928 0.539355 0 0 v -4.89635 3.07236 13.0734 0.750795 -0.287147 0.594855 0 0 v -4.95969 3.0951 13.1615 0.727469 -0.28096 0.625979 0 0 v -5.02625 3.11962 13.241 0.698934 -0.260326 0.666124 0 0 v -5.09507 3.14498 13.3176 0.629749 -0.270423 0.728208 0 0 v -5.16657 3.17102 13.387 0.570691 -0.32384 0.754612 0 0 v -5.24138 3.1996 13.4502 0.487166 -0.331072 0.808122 0 0 v -5.31947 3.22798 13.507 0.450724 -0.346213 0.82279 0 0 v -5.39967 3.258 13.5571 0.415552 -0.349375 0.839794 0 0 v -5.48092 3.28784 13.6068 0.366927 -0.36544 0.855464 0 0 v -5.56407 3.31885 13.6532 0.237365 -0.356133 0.903785 0 0 v -5.65641 3.35244 13.6817 0.0747866 -0.369387 0.926262 0 0 v -5.7621 3.38866 13.693 -0.188925 -0.379382 0.905747 0 0 v -5.89012 3.434 13.6588 -0.406149 -0.372928 0.834246 0 0 v -6.01198 3.484 13.6139 -0.504408 -0.351016 0.788899 0 0 v -1.81597 -0.106664 9.52367 0.328078 0.0043753 0.94464 0 0 v -3.35755 -1.59946 10.1149 0.828681 -0.362372 0.426583 0 0 v 1.4203 -3.67496 6.89417 -0.0201137 -0.250267 0.967968 0 0 v -3.94697 -1.77197 11.9564 0.895664 -0.394237 0.205824 0 0 v -2.99395 -1.60912 9.07006 0.261331 -0.681947 0.683121 0 0 v -5.67033 -3.09466 11.6968 0.0265693 -0.652042 0.757717 0 0 v -1.90894 -0.0721634 9.55237 0.319092 -0.0246912 0.947402 0 0 v -1.99741 -0.0398835 9.58716 0.2727 -0.0120982 0.962023 0 0 v 6.97733 -1.45516 3.76658 0.412428 -0.651871 0.63637 0 0 v 6.90084 -1.42776 3.82633 0.28973 -0.642625 0.709288 0 0 v 6.82144 -1.39561 3.87961 0.180985 -0.622054 0.76177 0 0 v 6.73398 -1.36374 3.91758 0.0501964 -0.568202 0.821357 0 0 v 6.6356 -1.33081 3.93882 -0.0135318 -0.536263 0.843942 0 0 v 6.54196 -1.29265 3.95893 -0.154396 -0.471965 0.867992 0 0 v 6.42738 -1.25093 3.94531 -0.261224 -0.413965 0.872006 0 0 v 6.31314 -1.20793 3.92835 -0.285238 -0.388532 0.876175 0 0 v 6.19773 -1.16485 3.91185 0.106293 -0.491701 0.864252 0 0 v 6.1175 -1.13248 3.97308 0.623771 -0.543121 0.562076 0 0 v 6.08145 -1.12149 4.11884 0.914119 -0.380172 0.140913 0 0 v -2.09588 -0.00413347 9.60617 0.214776 0.00385108 0.976656 0 0 v -7.43182 -1.87034 10.7519 -0.94568 -0.0446617 -0.322015 0 0 v -2.38356 -0.933634 9.48937 0.00966193 -0.308931 0.951035 0 0 v -3.00393 -0.405443 9.96037 0.833811 -0.0467868 0.550063 0 0 v -3.0612 -0.383363 10.0592 0.846654 0.00500765 0.53212 0 0 v -3.75362 -0.680254 12.0023 0.854395 -0.170955 0.490698 0 0 v -0.405054 -1.35206 9.40947 -0.398347 -0.361599 0.842951 0 0 v -0.146334 -1.4416 9.49076 -0.359817 -0.366215 0.858148 0 0 v -0.0335838 -1.48479 9.51256 -0.354058 -0.355287 0.865109 0 0 v 0.0927262 -1.52865 9.54826 -0.326763 -0.360876 0.873496 0 0 v 0.214416 -1.57044 9.57176 -0.267951 -0.383799 0.883686 0 0 v 0.330036 -1.61112 9.58616 -0.281048 -0.390637 0.876593 0 0 v 0.444086 -1.65312 9.60517 -0.285457 -0.413091 0.864795 0 0 v -2.28356 0.0645265 9.65517 0.196074 -0.00740743 0.980561 0 0 v -1.73076 -0.727784 9.43917 0.290796 -0.200449 0.935552 0 0 v -0.697524 -1.10271 9.37656 -0.404955 -0.333532 0.851333 0 0 v -0.829074 -1.05699 9.32926 -0.339607 -0.351771 0.872309 0 0 v 0.644636 -1.57974 9.69876 -0.206862 -0.339908 0.917426 0 0 v 0.529736 -1.53817 9.68217 -0.27286 -0.328111 0.904373 0 0 v 0.414916 -1.49654 9.66407 -0.274874 -0.333682 0.901721 0 0 v 5.34702 -0.866383 7.73267 0.842402 -0.0999857 0.529491 0 0 v 5.23075 -0.823723 7.92266 0.8351 -0.07469 0.545004 0 0 v 5.1696 -0.801613 8.01266 0.809186 -0.0537937 0.585085 0 0 v 5.04554 -0.756543 8.19057 0.807716 -0.0479326 0.58762 0 0 v 4.7224 -0.635233 8.60137 0.746272 -0.0418902 0.664322 0 0 v 4.51153 -0.557343 8.81787 0.681453 -0.0464905 0.730384 0 0 v 4.43923 -0.528783 8.88157 0.663861 -0.0508097 0.746128 0 0 v 4.29366 -0.474773 9.01476 0.63406 -0.0466147 0.771877 0 0 v 4.21829 -0.446023 9.07497 0.632192 -0.0295878 0.774247 0 0 v 4.14366 -0.419023 9.13907 0.61827 -0.0113717 0.785884 0 0 v 3.98997 -0.361393 9.25526 0.575721 -0.0113488 0.817568 0 0 v 3.90967 -0.330974 9.30606 0.558281 -0.0141636 0.829531 0 0 v 3.83146 -0.302134 9.36207 0.52692 0.00224828 0.849912 0 0 v 3.58317 -0.210693 9.50257 0.470976 0.0221092 0.881869 0 0 v 3.49742 -0.178314 9.54356 0.46639 0.0252692 0.884218 0 0 v 3.41408 -0.147703 9.58937 0.435631 0.0373141 0.899351 0 0 v 3.32607 -0.115204 9.62566 0.441668 0.0366762 0.896429 0 0 v 3.24237 -0.0847335 9.67046 0.427657 0.01911 0.903739 0 0 v 3.15502 -0.0526435 9.70836 0.422828 0.0314657 0.905664 0 0 v 3.06749 -0.0204735 9.74647 0.393395 0.0507337 0.917969 0 0 v 2.97971 0.0119265 9.78216 0.373478 0.0444219 0.926575 0 0 v 2.88795 0.0461365 9.81277 0.317644 0.0623745 0.946156 0 0 v 2.41403 0.219296 9.92517 0.173354 0.0964738 0.980123 0 0 v 2.21353 0.292136 9.94647 0.110362 0.116478 0.987043 0 0 v 2.111 0.329817 9.95506 0.0794655 0.125846 0.988862 0 0 v 2.00209 0.370806 9.95216 0.015294 0.143009 0.989603 0 0 v 1.78359 0.452887 9.94516 -0.00755673 0.126813 0.991898 0 0 v 1.67494 0.492876 9.93577 -0.0438667 0.151584 0.987471 0 0 v 1.44012 0.581297 9.89856 -0.0955052 0.183679 0.978336 0 0 v 1.32568 0.624036 9.88146 -0.100332 0.199822 0.974682 0 0 v 1.20546 0.669037 9.85717 -0.115413 0.204123 0.972118 0 0 v 0.965856 0.758646 9.80316 -0.141766 0.243056 0.959597 0 0 v 0.846476 0.802767 9.77357 -0.166676 0.240015 0.956353 0 0 v -7.45995 0.316037 8.27837 -0.704297 0.436556 -0.559807 0 0 v -7.48315 -1.87044 10.8885 -0.925911 -0.223735 -0.304354 0 0 v -7.51639 -0.367204 11.4313 -0.923959 0.298964 -0.238581 0 0 v -7.25715 0.0273665 10.7386 -0.909579 0.284048 0.303286 0 0 v 2.995 2.97023 7.23237 -0.00627946 0.688147 0.725544 0 0 v -7.55952 -1.07172 10.6097 -0.99154 -0.12058 -0.048045 0 0 v -7.24463 -0.988473 7.19226 -0.856088 -0.264174 0.444213 0 0 v -7.27702 -0.888003 7.19197 -0.870352 -0.226667 0.437161 0 0 v -7.21698 -1.08749 7.19006 -0.850348 -0.283878 0.443083 0 0 v -6.90482 1.01137 7.16796 -0.897083 0.370594 0.240629 0 0 v -6.86943 1.11283 7.16616 -0.876591 0.382758 0.291692 0 0 v -7.2658 -0.289553 7.32437 -0.915192 0.10504 0.389088 0 0 v -7.19126 0.410137 6.91306 -0.860199 0.426269 0.279914 0 0 v -6.94496 1.10745 6.7605 -0.933182 0.327179 0.148747 0 0 v -6.88583 1.30635 6.75563 -0.886489 0.456545 0.0755249 0 0 v -2.17586 1.84609 14.3786 -0.586787 0.267289 0.764354 0 0 v -5.83309 3.83949 12.5099 -0.954834 0.188823 -0.22943 0 0 v -7.68878 -2.27739 9.51777 -0.98784 -0.0439856 0.149125 0 0 v -6.49387 0.623796 12.085 -0.479478 0.366153 0.797517 0 0 v -5.55264 6.63998 14.8851 -0.606859 0.690637 0.393374 0 0 v -5.19856 6.65125 13.2008 -0.897956 0.435468 0.0635882 0 0 v -6.61205 1.22461 10.4453 -0.69966 0.684393 0.205137 0 0 v -6.18226 1.64725 11.6844 -0.946812 0.320999 0.022512 0 0 v -7.1636 0.428196 10.7347 -0.909878 0.238159 0.339709 0 0 v -2.15908 -0.719544 9.53346 0.170066 -0.199461 0.965035 0 0 v -2.97418 -1.46381 9.22317 0.605001 -0.627794 0.489743 0 0 v -5.27267 0.889696 12.3492 0.484213 -0.150537 0.861903 0 0 v -5.19075 0.858926 12.3002 0.469995 -0.0316352 0.882102 0 0 v -0.534454 -0.865564 9.50276 -0.349576 -0.222383 0.910133 0 0 v -0.402624 -0.911673 9.54916 -0.359915 -0.215124 0.907845 0 0 v -0.653624 -0.821594 9.47406 -0.336479 -0.217034 0.91634 0 0 v -1.02115 -0.691523 9.38737 -0.212345 -0.205266 0.955393 0 0 v -5.4782 -2.85981 11.8838 0.0013767 -0.60325 0.797551 0 0 v -5.43035 0.0734164 12.3991 0.0383566 0.112877 0.992868 0 0 v 1.51154 -3.71122 6.88796 0.0113549 -0.324269 0.945897 0 0 v -6.42213 -1.48098 12.3162 -0.248934 -0.169428 0.953586 0 0 v 1.63428 -1.64538 9.77496 -0.0363818 -0.394718 0.918082 0 0 v -2.00315 -1.07204 9.39576 0.223616 -0.353752 0.908216 0 0 v -2.57949 0.173107 9.70226 0.201045 0.0103956 0.979527 0 0 v -2.67354 0.206976 9.72406 0.20129 0.0993585 0.974479 0 0 v -1.54047 1.70342 14.7638 -0.494095 -0.238919 0.835935 0 0 v -1.67718 1.75595 14.6962 -0.488499 -0.136164 0.861875 0 0 v -1.83482 1.81105 14.6102 -0.491814 0.00949374 0.870649 0 0 v -1.98243 1.86687 14.524 -0.5435 0.137675 0.828042 0 0 v -6.83676 -1.1883 12.2316 -0.334019 -0.144636 0.931403 0 0 v -4.95564 -1.84072 12.3425 0.0901324 -0.232645 0.968376 0 0 v -5.84728 1.09478 12.4988 -0.391922 -0.299374 0.869927 0 0 v -2.77687 0.248456 9.73106 0.313303 0.120067 0.942033 0 0 v -4.82835 2.9035 12.8802 0.792613 -0.291626 0.535461 0 0 v -5.00923 2.96952 13.1582 0.71659 -0.292423 0.633236 0 0 v -5.07274 2.99294 13.245 0.6412 -0.294302 0.708695 0 0 v -5.14477 3.01977 13.3129 0.534672 -0.321282 0.781604 0 0 v -5.22101 3.04772 13.3722 0.503091 -0.333347 0.797358 0 0 v -5.29788 3.07653 13.4298 0.449867 -0.340186 0.825768 0 0 v -5.38001 3.10664 13.4778 0.424726 -0.350959 0.834527 0 0 v -5.45793 3.13619 13.5339 0.388506 -0.367155 0.84514 0 0 v -5.53921 3.16595 13.5831 0.267544 -0.391753 0.880312 0 0 v -5.63228 3.19959 13.6115 0.0879214 -0.40768 0.908882 0 0 v -5.73327 3.23303 13.6321 -0.136764 -0.414357 0.89978 0 0 v -5.85418 3.2774 13.6086 -0.38329 -0.387504 0.838409 0 0 v -5.97798 3.32701 13.5655 -0.48142 -0.373193 0.793071 0 0 v -2.86193 0.281637 9.76796 0.381968 0.125259 0.915648 0 0 v -2.50058 -1.48718 9.21887 -0.23597 -0.446822 0.862942 0 0 v -6.0185 -0.592054 12.436 -0.128629 0.00867757 0.991655 0 0 v -4.04975 -1.72993 12.1602 0.627051 -0.248102 0.738412 0 0 v -2.80622 -1.67942 9.02026 -0.116707 -0.608543 0.784891 0 0 v -5.29697 -0.991274 12.462 0.0417225 0.0174395 0.998977 0 0 v -3.24369 -0.900813 10.2821 0.831067 -0.17426 0.528167 0 0 v -2.95647 0.309887 9.80627 0.501144 0.193147 0.843534 0 0 v 6.96123 -1.59334 3.61932 0.418877 -0.747208 0.515967 0 0 v 6.89117 -1.57074 3.69125 0.28434 -0.718946 0.634245 0 0 v 6.64272 -1.47903 3.83376 0.0529242 -0.645872 0.761609 0 0 v 6.54926 -1.44453 3.86032 -0.0795153 -0.592582 0.801576 0 0 v 6.44466 -1.40667 3.86698 -0.213748 -0.513959 0.830757 0 0 v 6.33589 -1.36493 3.85929 -0.278094 -0.472879 0.836092 0 0 v 6.22232 -1.32172 3.84227 -0.11942 -0.5042 0.85529 0 0 v 6.12769 -1.28537 3.8662 0.331604 -0.504795 0.797007 0 0 v 6.05013 -1.25673 3.92452 0.725005 -0.489038 0.484985 0 0 v 6.0283 -1.24918 4.09839 0.920439 -0.385798 0.062871 0 0 v -3.0274 0.339496 9.86217 0.743842 0.210862 0.634221 0 0 v -6.06926 -2.95839 11.7655 -0.113734 -0.551676 0.826268 0 0 v 0.490296 -1.37727 9.71827 -0.237289 -0.244372 0.9402 0 0 v -1.43392 -0.984183 9.27587 0.219165 -0.383885 0.896994 0 0 v -0.537194 -1.30629 9.36347 -0.415103 -0.383711 0.824897 0 0 v -6.81651 -0.0245536 12.1564 -0.377906 0.217165 0.900015 0 0 v -5.9553 -0.0318036 12.3886 -0.119617 0.117984 0.985785 0 0 v -4.85784 -0.422064 12.4314 0.0469434 0.069007 0.996511 0 0 v 1.68643 -2.24312 9.40396 0.0389345 -0.635219 0.77135 0 0 v 1.11511 -2.03831 9.54346 -0.0995915 -0.543881 0.833232 0 0 v -5.86407 -3.18206 11.6295 -0.0252351 -0.643287 0.765209 0 0 v -3.21551 -0.176034 10.2877 0.889932 0.0795171 0.449107 0 0 v -1.54973 -0.794414 9.37617 0.254035 -0.240276 0.936874 0 0 v 0.294766 -1.45354 9.63767 -0.279057 -0.322162 0.904621 0 0 v 1.47379 -1.87657 9.64226 0.00381703 -0.528442 0.848961 0 0 v 1.75367 -1.9797 9.56506 0.0701943 -0.539797 0.838864 0 0 v 1.3747 -1.84158 9.65996 0.00548763 -0.491283 0.870983 0 0 v 1.84219 -2.01405 9.53166 0.03642 -0.534437 0.844423 0 0 v 0.754026 -1.61942 9.70506 -0.204182 -0.352599 0.913227 0 0 v 5.31494 -0.996683 7.75536 0.847264 -0.120728 0.51727 0 0 v 5.25702 -0.975963 7.85426 0.838807 -0.118698 0.531332 0 0 v 5.19812 -0.955183 7.95196 0.823394 -0.1116 0.556388 0 0 v 5.07472 -0.910413 8.13076 0.813468 -0.0848007 0.575394 0 0 v 4.7549 -0.791223 8.55017 0.753665 -0.0501783 0.655341 0 0 v 4.61891 -0.740474 8.70226 0.709566 -0.0501008 0.702856 0 0 v 4.4055 -0.659454 8.90776 0.668459 -0.0584057 0.741452 0 0 v 4.33223 -0.632603 8.97416 0.651291 -0.0436803 0.75757 0 0 v 4.18359 -0.576923 9.10047 0.635467 -0.0350395 0.771332 0 0 v 4.10819 -0.547863 9.15987 0.60609 -0.0258391 0.794976 0 0 v 3.95341 -0.490363 9.27427 0.567261 -0.020215 0.82329 0 0 v 3.79634 -0.432644 9.38536 0.510436 -0.0181033 0.859725 0 0 v 3.71208 -0.400453 9.42816 0.475858 0.00101746 0.879522 0 0 v 3.46279 -0.308893 9.56627 0.449062 0.00709905 0.893472 0 0 v 3.37688 -0.276543 9.60767 0.426392 0.00565286 0.904521 0 0 v 3.28962 -0.244153 9.64576 0.421877 -0.0013993 0.906652 0 0 v 3.20515 -0.213774 9.68836 0.409221 -0.00286412 0.912431 0 0 v 3.11419 -0.179583 9.72097 0.392126 0.00214132 0.919909 0 0 v 3.03091 -0.149123 9.76587 0.389086 -0.0176261 0.921033 0 0 v 2.93913 -0.114894 9.79626 0.356587 0.00505413 0.934248 0 0 v 2.85116 -0.0828935 9.83196 0.338473 0.0193679 0.940777 0 0 v 2.66479 -0.0150735 9.88317 0.266506 0.0725184 0.961101 0 0 v 2.56762 0.0210065 9.90257 0.250048 0.0877713 0.964247 0 0 v 2.47468 0.0547965 9.92706 0.233066 0.0760332 0.969484 0 0 v 2.37727 0.0905765 9.94596 0.171268 0.0904456 0.981064 0 0 v 2.27481 0.128486 9.95576 0.129256 0.0941493 0.987132 0 0 v 2.17688 0.163377 9.96646 0.0929381 0.0949913 0.99113 0 0 v 2.06885 0.202896 9.96667 0.056705 0.0878689 0.994517 0 0 v 1.96532 0.241466 9.97066 0.00972934 0.100778 0.994861 0 0 v 1.85085 0.284727 9.96037 -0.0190641 0.123056 0.992217 0 0 v 1.7417 0.325336 9.95486 -0.0284469 0.102147 0.994362 0 0 v 1.63256 0.365706 9.94677 -0.052874 0.0831432 0.995134 0 0 v 1.52354 0.406166 9.93986 -0.0779414 0.124316 0.989177 0 0 v 1.28871 0.493677 9.89956 -0.11883 0.151739 0.981252 0 0 v 1.05468 0.580907 9.85606 -0.14223 0.190338 0.971361 0 0 v 0.808346 0.673297 9.79797 -0.179508 0.204577 0.96225 0 0 v 0.683226 0.719916 9.76037 -0.190213 0.205983 0.959891 0 0 v 0.557936 0.766666 9.72346 -0.222604 0.222174 0.949256 0 0 v -7.35876 -1.0909 6.79242 -0.951286 -0.25065 0.179526 0 0 v -6.58139 1.34096 10.0662 -0.486149 0.850403 0.201181 0 0 v -5.27605 1.88751 8.33626 -0.403457 0.809219 0.427069 0 0 v -0.571884 3.19438 7.40927 -0.0571313 0.971212 0.231266 0 0 v -4.888 1.69455 10.6694 0.252031 0.957602 0.139567 0 0 v -3.17232 2.95293 7.38677 -0.150121 0.880421 0.449804 0 0 v -4.9768 2.1418 8.20636 -0.421861 0.761364 0.492299 0 0 v -6.45827 -3.30928 7.83316 -0.26031 -0.268135 -0.927547 0 0 v -5.47268 1.80383 8.32916 -0.338486 0.892317 0.298659 0 0 v -6.07908 1.65488 10.0773 -0.37314 0.921019 0.11176 0 0 v -3.37184 2.91382 7.38337 -0.11753 0.913684 0.38906 0 0 v -0.997624 2.71585 13.4987 -0.176159 0.865363 -0.469164 0 0 v 3.53439 3.19345 6.56454 0.27864 0.953153 0.117726 0 0 v -3.69303 1.30316 11.9888 -0.369149 0.903282 -0.218658 0 0 v 0.0884661 3.67815 14.538 -0.583229 0.779587 -0.228226 0 0 v -0.399434 2.93429 13.6501 -0.274319 0.83839 -0.47101 0 0 v -1.19855 2.74111 13.6468 -0.263999 0.912295 -0.313085 0 0 v -3.96449 3.10903 5.51677 -0.0912181 0.974616 -0.204455 0 0 v -4.85219 -0.739453 0.268025 -0.447134 -0.403712 -0.798178 0 0 v -4.78894 -0.825413 0.282115 -0.526058 -0.430466 -0.733459 0 0 v -4.95804 -1.66426 0.328135 -0.641175 0.167634 -0.748861 0 0 v -5.10053 -1.93664 0.359645 -0.880369 0.195555 -0.432099 0 0 v -5.18374 -2.18278 0.405375 -0.945332 0.142483 -0.293337 0 0 v -5.18285 -2.32178 0.418325 -0.943681 -0.164749 -0.286921 0 0 v -5.16645 -2.44341 0.427565 -0.960082 -0.0730974 -0.269999 0 0 v -5.14205 -2.70398 0.452195 -0.967921 -0.193901 -0.159788 0 0 v -5.11407 -2.81728 0.461305 -0.942412 -0.313605 -0.11624 0 0 v -4.46355 2.9747 5.50571 -0.484456 0.87414 0.0343834 0 0 v -4.98166 -3.10407 0.476795 -0.87336 -0.486057 0.0314715 0 0 v -6.6872 1.1835 10.357 -0.636422 0.731631 0.2443 0 0 v -4.79726 -3.34958 0.490185 -0.668693 -0.743495 -0.00808909 0 0 v -4.72135 -3.41568 0.492914 -0.683691 -0.725232 -0.0812742 0 0 v -4.64271 -3.49589 0.489525 -0.666377 -0.739359 -0.0963819 0 0 v -4.49312 -3.61286 0.496675 -0.551167 -0.824744 -0.126539 0 0 v -4.28484 -3.69277 0.488385 -0.216982 -0.932207 -0.28967 0 0 v -4.17687 -3.71874 0.488085 -0.160377 -0.933326 -0.321218 0 0 v -4.04713 -3.73297 0.480115 -0.0379712 -0.946426 -0.320681 0 0 v 0.306796 -3.44821 6.93066 -0.263095 -0.825876 0.498708 0 0 v -6.32646 -4.19357 8.86607 -0.56204 -0.814968 -0.141201 0 0 v -1.96627 3.39095 5.69028 -0.227574 0.96318 0.14316 0 0 v -6.27914 -2.46685 7.59417 -0.685551 -0.403634 -0.605887 0 0 v -6.38195 1.40668 10.5096 -0.535811 0.844247 0.0124428 0 0 v 3.63348 3.16429 6.56235 0.359263 0.927856 0.100063 0 0 v -0.313824 3.38563 14.9819 -0.677912 0.73127 0.0753629 0 0 v -2.39751 2.15965 12.8925 -0.388579 0.893607 -0.224661 0 0 v 3.43396 3.22043 6.56652 0.18232 0.96982 0.161891 0 0 v -1.07074 3.36184 6.69858 -0.124501 0.96904 0.213216 0 0 v 0.726876 3.2149 7.56106 -0.0808905 0.991307 0.103767 0 0 v -6.18147 1.56915 10.2208 -0.497067 0.835273 0.235041 0 0 v -5.97966 1.70738 9.93317 -0.295613 0.935948 0.191351 0 0 v -3.47255 2.90397 7.38347 -0.0815787 0.941066 0.328237 0 0 v 3.33325 3.23158 6.56646 0.104781 0.966058 0.23612 0 0 v -4.98116 1.82075 9.64717 0.114362 0.993337 0.0142795 0 0 v -3.27159 2.93708 7.38386 -0.147153 0.890535 0.430458 0 0 v 3.73448 3.11559 6.56005 0.456902 0.878222 0.141304 0 0 v -2.19586 2.24688 12.8946 -0.222942 0.905145 -0.361953 0 0 v -0.902974 -4.26486 0.341095 -0.0224289 -0.347409 -0.937445 0 0 v -7.07366 -3.78346 8.40206 -0.426864 -0.745384 -0.512045 0 0 v -5.27955 1.84853 9.79346 0.0276268 0.996177 0.0828773 0 0 v 0.228066 3.20874 7.41346 -0.157065 0.887472 0.433271 0 0 v -5.72169 0.243517 0.348705 -0.764089 -0.300273 -0.570967 0 0 v -5.69096 0.130827 0.358655 -0.841866 -0.335854 -0.422449 0 0 v -5.64394 0.0384069 0.362565 -0.769107 -0.493538 -0.406072 0 0 v -5.58271 -0.0409931 0.363385 -0.718657 -0.613574 -0.327199 0 0 v -5.51825 -0.128533 0.357225 -0.703615 -0.605908 -0.371216 0 0 v -5.4525 -0.195043 0.371655 -0.760616 -0.649085 -0.0123593 0 0 v -5.26391 -0.431213 0.382015 -0.688562 -0.667952 -0.282353 0 0 v -5.19755 -0.506133 0.383205 -0.67026 -0.686167 -0.282712 0 0 v -5.12241 -0.573733 0.386395 -0.666849 -0.662602 -0.340987 0 0 v -5.05177 -0.644413 0.388435 -0.685573 -0.697726 -0.207771 0 0 v -4.98601 -0.719073 0.388685 -0.691409 -0.713522 -0.11331 0 0 v -4.91211 -0.786613 0.391815 -0.734681 -0.662878 -0.144349 0 0 v -4.86029 -0.876933 0.400775 -0.801877 -0.585184 -0.120639 0 0 v -4.7963 -0.947583 0.395435 -0.818392 -0.574016 0.0272101 0 0 v -4.36601 -2.56692 3.49705 -0.227771 -0.646258 -0.728334 0 0 v -4.9761 -1.55425 0.472935 -0.949532 0.313409 0.0128015 0 0 v -5.06781 -1.78543 0.500525 -0.928973 0.343166 -0.138729 0 0 v -5.13398 -1.99159 0.524185 -0.978617 0.205486 -0.00916718 0 0 v -5.17425 -2.17227 0.544155 -0.960994 0.110318 0.253613 0 0 v -5.18485 -2.30205 0.553195 -0.967074 -0.0271078 0.253046 0 0 v -5.15773 -2.42437 0.564845 -0.979128 -0.0602146 0.194118 0 0 v -5.15496 -2.57138 0.580775 -0.987494 -0.101725 0.120448 0 0 v -5.12958 -2.68547 0.588744 -0.963389 -0.198732 0.179962 0 0 v -5.10566 -2.80598 0.599185 -0.932472 -0.303313 0.196209 0 0 v -5.06165 -2.90285 0.605385 -0.876447 -0.423635 0.228853 0 0 v -4.95903 -3.08068 0.616515 -0.850054 -0.442995 0.284894 0 0 v -4.91194 -3.17669 0.621305 -0.851163 -0.443059 0.281461 0 0 v -4.85744 -3.26401 0.625885 -0.799046 -0.571934 0.185519 0 0 v -4.7944 -3.34311 0.629565 -0.707553 -0.691467 0.145745 0 0 v -4.71682 -3.40709 0.630205 -0.671722 -0.731229 0.118718 0 0 v -4.64249 -3.47429 0.632745 -0.663255 -0.72893 0.16957 0 0 v -4.57285 -3.54624 0.634325 -0.659352 -0.741739 0.12279 0 0 v -4.49559 -3.61154 0.635275 -0.62568 -0.765763 0.148768 0 0 v -4.41352 -3.66915 0.636075 -0.5092 -0.856271 0.0866904 0 0 v -4.31124 -3.71161 0.632514 -0.328994 -0.944332 -0.000291464 0 0 v -4.20437 -3.74332 0.629585 -0.198986 -0.974389 -0.104744 0 0 v -6.65231 -3.91919 8.57246 0.1268 -0.9583 -0.256093 0 0 v -6.29462 -2.58574 5.01209 -0.629745 -0.672184 -0.389345 0 0 v -6.53796 -4.07857 10.3637 -0.385552 -0.782007 0.489709 0 0 v -6.09581 1.78419 12.5877 -0.83076 -0.326703 0.450669 0 0 v -6.17798 -2.86389 5.96652 -0.68886 -0.715444 0.116666 0 0 v -4.9746 1.82948 8.76937 -0.0405876 0.990208 0.133569 0 0 v -2.76904 -3.45495 0.509415 0.414956 -0.903578 -0.106572 0 0 v -2.5037 -3.34334 0.477474 0.12686 -0.986401 -0.104501 0 0 v -2.37212 -3.35385 0.465435 -0.487341 -0.843181 -0.227035 0 0 v -2.30745 -3.41778 0.474385 -0.740507 -0.661943 -0.116109 0 0 v 1.53208 4.40962 5.77741 0.367825 0.905673 0.210858 0 0 v 1.83396 4.30076 5.77198 0.260807 0.944527 0.199622 0 0 v 1.62845 3.14606 7.27146 0.164309 0.942273 0.291759 0 0 v -1.56462 -4.22989 0.499604 -0.578267 -0.792306 -0.194572 0 0 v -1.40939 -4.35811 0.504165 -0.579815 -0.768391 -0.270906 0 0 v -1.21121 -4.43841 0.504134 -0.184822 -0.938679 -0.29107 0 0 v -1.08956 -4.45722 0.498765 -0.130704 -0.870147 -0.475142 0 0 v -7.62142 -1.63224 8.47676 -0.748378 -0.303922 -0.589544 0 0 v -6.10239 -2.92912 5.96847 -0.655252 -0.749432 0.0948531 0 0 v -6.53458 -2.39852 5.14131 -0.764472 -0.588922 -0.262211 0 0 v -6.18753 -2.88021 5.69936 -0.657826 -0.753016 -0.0152268 0 0 v -6.28858 -2.71217 5.28833 -0.617925 -0.747925 -0.24244 0 0 v -6.09277 2.93554 13.2819 -0.720249 -0.345204 0.601728 0 0 v -5.97955 2.76855 13.2842 -0.542873 -0.378888 0.749488 0 0 v -5.74025 0.801197 0.431435 -0.924651 0.0864296 0.370879 0 0 v -5.72903 0.692637 0.440715 -0.969887 -0.0325049 0.241377 0 0 v -5.72044 0.552117 0.456555 -0.998213 0.0585232 0.0120779 0 0 v -5.7445 0.360887 0.482525 -0.994751 0.0736784 0.071012 0 0 v -5.74211 0.222557 0.495385 -0.964608 -0.257698 0.0558772 0 0 v -5.71069 0.119287 0.501345 -0.865694 -0.49047 0.100063 0 0 v -5.64813 0.0382569 0.505105 -0.741038 -0.653279 0.155207 0 0 v -5.57055 -0.0316531 0.509195 -0.705375 -0.669621 0.232495 0 0 v -5.50425 -0.103113 0.510335 -0.678468 -0.676353 0.286753 0 0 v -5.43315 -0.173073 0.512845 -0.689823 -0.622832 0.369086 0 0 v -5.37157 -0.251213 0.523495 -0.823528 -0.457155 0.335873 0 0 v -5.32932 -0.350543 0.522105 -0.814952 -0.525499 0.244344 0 0 v -5.26183 -0.427523 0.524575 -0.737893 -0.649624 0.183036 0 0 v -5.19874 -0.503093 0.527865 -0.691848 -0.693282 0.201759 0 0 v -5.1201 -0.567633 0.527625 -0.655617 -0.734819 0.173805 0 0 v -5.04224 -0.631363 0.530265 -0.629798 -0.738044 0.242168 0 0 v -4.96439 -0.694993 0.530675 -0.599796 -0.740297 0.303653 0 0 v -4.88429 -0.756573 0.532115 -0.63253 -0.669374 0.389671 0 0 v -4.81922 -0.835063 0.537325 -0.693704 -0.596794 0.403251 0 0 v -4.74565 -0.898683 0.540695 -0.638572 -0.623069 0.451676 0 0 v -4.6806 -0.974943 0.540285 -0.728638 -0.494264 0.47412 0 0 v -4.63002 -1.0673 0.544725 -0.772864 0.0271981 0.633988 0 0 v -4.95224 -1.52643 0.608005 -0.640117 0.530778 0.55545 0 0 v -5.00984 -1.724 0.630195 -0.850441 0.366274 0.377615 0 0 v -5.10151 -1.95516 0.657675 -0.896011 0.275868 0.347938 0 0 v -5.12478 -2.11904 0.674755 -0.908917 0.0610666 0.412481 0 0 v -5.10579 -2.24102 0.684385 -0.873048 -0.00366838 0.487621 0 0 v -5.10355 -2.37914 0.697495 -0.903343 0.0813484 0.421135 0 0 v -5.12301 -2.53509 0.713934 -0.949832 0.0109274 0.31257 0 0 v -5.10637 -2.65744 0.724415 -0.936787 -0.182436 0.298574 0 0 v -5.07644 -2.77105 0.733185 -0.901915 -0.292989 0.317342 0 0 v -5.02697 -2.86292 0.740895 -0.854117 -0.414919 0.31357 0 0 v -4.97585 -2.95486 0.747335 -0.829678 -0.468971 0.302823 0 0 v -4.92158 -3.04612 0.746975 -0.829678 -0.461376 0.314273 0 0 v -4.8728 -3.13571 0.753385 -0.859282 -0.399739 0.31913 0 0 v -4.82778 -3.23199 0.759265 -0.840966 -0.460329 0.284381 0 0 v -4.77221 -3.31778 0.763595 -0.749578 -0.620642 0.230078 0 0 v -4.70483 -3.391 0.766415 -0.661543 -0.722244 0.201802 0 0 v -4.62082 -3.44886 0.766645 -0.625085 -0.748564 0.221179 0 0 v -4.54683 -3.5153 0.768175 -0.638049 -0.725832 0.257022 0 0 v -4.47644 -3.58638 0.770245 -0.627679 -0.728875 0.273423 0 0 v -4.39839 -3.65012 0.771164 -0.544475 -0.804299 0.238013 0 0 v -4.30631 -3.70514 0.770965 -0.42166 -0.886218 0.191886 0 0 v -4.19947 -3.739 0.767015 -0.224951 -0.969153 0.100698 0 0 v -6.75605 -1.84298 7.42217 -0.750363 -0.57545 0.325289 0 0 v -6.01534 -2.73504 4.87551 -0.57801 -0.709434 -0.403247 0 0 v -5.28262 -3.27077 5.01851 -0.45086 -0.826004 -0.338293 0 0 v -2.16536 3.34011 5.68588 -0.313523 0.942227 -0.117946 0 0 v -6.83895 -3.957 10.2227 -0.573716 -0.699879 0.425463 0 0 v -6.80572 -0.992403 4.52571 -0.700178 -0.206861 -0.683344 0 0 v -0.171494 3.22391 7.27027 0.00589903 0.955622 0.294536 0 0 v -2.49478 -3.32813 0.619365 0.215265 -0.957705 0.190948 0 0 v -2.37366 -3.34685 0.612325 -0.576658 -0.806067 0.133123 0 0 v -2.31742 -3.42441 0.617395 -0.774237 -0.632864 0.00628869 0 0 v -2.25181 -3.49576 0.618715 -0.757829 -0.652331 0.0126371 0 0 v -2.18883 -3.57345 0.622225 -0.753947 -0.655792 -0.0387378 0 0 v -2.11971 -3.64468 0.624295 -0.761428 -0.64594 -0.054671 0 0 v -2.05873 -3.72431 0.627475 -0.801121 -0.598429 -0.0093876 0 0 v -2.00446 -3.81131 0.632275 -0.845601 -0.533619 -0.0144712 0 0 v -1.9448 -3.8949 0.637675 -0.812348 -0.57934 -0.0667501 0 0 v -1.88498 -3.97635 0.640785 -0.80086 -0.582071 -0.140774 0 0 v -1.82774 -4.06124 0.646305 -0.733118 -0.675242 -0.0811532 0 0 v -1.75125 -4.12713 0.646645 -0.532263 -0.842534 -0.0826581 0 0 v -1.65531 -4.17319 0.644944 -0.515204 -0.856165 -0.039311 0 0 v -1.57025 -4.23046 0.644685 -0.639058 -0.76912 0.00766563 0 0 v -1.49999 -4.30193 0.646815 -0.69655 -0.717505 -0.0021971 0 0 v -1.4297 -4.37464 0.649005 -0.600946 -0.799248 -0.00821185 0 0 v -1.34051 -4.42809 0.648285 -0.362991 -0.929515 -0.0651079 0 0 v -1.22892 -4.45044 0.645935 -0.159066 -0.986953 -0.0249372 0 0 v -0.978744 -4.48459 0.632874 -0.0577741 -0.997696 -0.0355614 0 0 v -5.51418 -3.21163 5.29159 -0.524246 -0.824811 -0.211786 0 0 v -6.97761 -1.96141 6.20952 -0.790459 -0.611475 -0.0356744 0 0 v -2.36485 3.25917 5.67875 -0.32149 0.870274 -0.373186 0 0 v -0.591834 -4.41351 4.3632 -0.483516 -0.798315 -0.359035 0 0 v -6.428 -3.37313 11.3045 -0.407325 -0.633974 0.657392 0 0 v -6.04471 -2.8919 5.29117 -0.52765 -0.800234 -0.284975 0 0 v -4.07047 3.10425 6.38242 -0.184481 0.970965 0.152297 0 0 v 2.22897 3.02551 7.41247 0.1395 0.949055 0.28255 0 0 v -4.36834 2.98119 6.37199 -0.588819 0.804693 0.075904 0 0 v -4.46364 2.90049 6.36686 -0.608154 0.793416 0.0252916 0 0 v -6.46354 1.19997 8.15497 -0.45039 0.766602 -0.457679 0 0 v -6.98071 -3.81433 8.38516 -0.292276 -0.833301 -0.469237 0 0 v -4.82397 -1.20542 2.92663 -0.271395 -0.347838 -0.897415 0 0 v -4.15271 1.67248 9.25256 0.11483 0.920683 0.373038 0 0 v -1.19675 2.23514 8.62306 -0.0658979 0.610424 0.789329 0 0 v -5.68437 0.846447 0.573735 -0.913916 0.224108 0.338427 0 0 v -5.67373 0.716587 0.585025 -0.912668 0.053794 0.405147 0 0 v -5.68021 0.569427 0.598895 -0.921497 0.0599034 0.383737 0 0 v -5.73769 0.372097 0.620825 -0.93991 0.140533 0.311157 0 0 v -5.71838 0.250517 0.630855 -0.949997 -0.192139 0.246148 0 0 v -5.68038 0.150047 0.639275 -0.83198 -0.467563 0.298654 0 0 v -5.61105 0.0751969 0.643005 -0.693932 -0.643225 0.323605 0 0 v -5.54118 0.0046069 0.644985 -0.63061 -0.689448 0.35636 0 0 v -5.46175 -0.0581131 0.645915 -0.611696 -0.68676 0.392669 0 0 v -5.38861 -0.126113 0.647215 -0.628734 -0.664223 0.404353 0 0 v -5.31985 -0.195673 0.649745 -0.73398 -0.503168 0.456174 0 0 v -5.28114 -0.291183 0.656175 -0.8079 -0.342156 0.479821 0 0 v -5.23264 -0.391363 0.662125 -0.709932 -0.541493 0.450313 0 0 v -5.15836 -0.462863 0.663755 -0.652433 -0.639304 0.406967 0 0 v -5.09077 -0.534283 0.666455 -0.614392 -0.67062 0.415681 0 0 v -5.00832 -0.594333 0.665895 -0.549208 -0.722268 0.420357 0 0 v -4.92738 -0.654683 0.666095 -0.491572 -0.74407 0.452456 0 0 v -4.83644 -0.705263 0.664305 -0.577139 -0.674564 0.460298 0 0 v -4.7745 -0.784753 0.667425 -0.631699 -0.60476 0.484996 0 0 v -4.69882 -0.850283 0.670285 -0.629158 -0.610058 0.481653 0 0 v -4.6336 -0.926613 0.671835 -0.632345 -0.552655 0.542874 0 0 v -4.5715 -1.00583 0.675305 -0.564438 -0.59811 0.568924 0 0 v -4.46821 -1.05072 0.674155 -0.745307 -0.386328 0.543385 0 0 v -4.89981 -1.68798 0.742005 -0.77676 0.543054 0.318962 0 0 v -5.00715 -1.93587 0.799185 -0.872893 0.350813 0.339098 0 0 v -5.03792 -2.06114 0.803975 -0.912317 0.114616 0.393116 0 0 v -5.03292 -2.19014 0.809705 -0.88655 -0.0390241 0.460984 0 0 v -5.02676 -2.31876 0.821925 -0.910537 0.167497 0.377978 0 0 v -5.07242 -2.4972 0.842465 -0.937013 0.0935684 0.336529 0 0 v -5.06241 -2.61959 0.854965 -0.923719 -0.141639 0.355925 0 0 v -5.03013 -2.72472 0.863485 -0.895312 -0.259366 0.362141 0 0 v -4.9937 -2.82904 0.870765 -0.871331 -0.346067 0.347878 0 0 v -4.95105 -2.92638 0.877605 -0.848766 -0.426779 0.312181 0 0 v -4.84466 -3.10232 0.887194 -0.847585 -0.431644 0.308678 0 0 v -4.80237 -3.20316 0.892825 -0.865859 -0.397703 0.303514 0 0 v -4.75214 -3.29336 0.898475 -0.779255 -0.566738 0.267524 0 0 v -4.6847 -3.36696 0.901665 -0.649525 -0.722541 0.236753 0 0 v -4.60688 -3.4311 0.902875 -0.59682 -0.76704 0.235492 0 0 v -4.51958 -3.48584 0.902195 -0.564131 -0.771197 0.294979 0 0 v -4.44089 -3.5495 0.903475 -0.591695 -0.727609 0.347105 0 0 v -4.36718 -3.61621 0.904755 -0.558954 -0.746234 0.361531 0 0 v -4.28128 -3.67436 0.905485 -0.409116 -0.835081 0.367781 0 0 v -5.79856 -2.67414 4.45384 -0.594512 -0.680851 -0.427781 0 0 v -7.24594 -3.21863 10.6104 -0.805437 -0.495955 0.324501 0 0 v -5.48084 -3.03684 4.73711 -0.456271 -0.788961 -0.41153 0 0 v -7.1117 -3.51305 10.481 -0.725649 -0.568752 0.387239 0 0 v -6.7448 -3.85538 10.494 -0.52528 -0.69027 0.497602 0 0 v -1.31658 -3.30185 4.31641 -0.823 -0.425766 -0.376025 0 0 v -6.50005 -2.36792 5.00317 -0.717377 -0.601892 -0.35085 0 0 v -5.87021 -2.60417 4.4509 -0.647149 -0.640282 -0.413807 0 0 v -2.41903 -3.26435 0.752495 -0.192104 -0.945308 0.263607 0 0 v -2.36225 -3.32646 0.752534 -0.794282 -0.581827 0.174909 0 0 v -2.31049 -3.41175 0.756595 -0.796334 -0.588465 0.139858 0 0 v -2.2458 -3.48505 0.758905 -0.795846 -0.597807 0.0962014 0 0 v -2.1917 -3.57174 0.763475 -0.783647 -0.616885 0.0731433 0 0 v -2.12491 -3.64491 0.765975 -0.723632 -0.687725 0.0582308 0 0 v -2.05025 -3.71235 0.767585 -0.79702 -0.593552 0.111599 0 0 v -2.00392 -3.80683 0.773504 -0.869356 -0.488365 0.0756305 0 0 v -1.95051 -3.89476 0.778025 -0.845342 -0.534044 0.0138895 0 0 v -1.89652 -3.98328 0.783075 -0.810525 -0.583881 0.0461779 0 0 v -1.83094 -4.06052 0.786135 -0.717953 -0.692905 0.0665284 0 0 v -1.75616 -4.12832 0.787585 -0.595485 -0.80034 0.0696638 0 0 v -1.56892 -4.2236 0.786585 -0.534755 -0.839257 0.0984076 0 0 v -1.49597 -4.29108 0.787995 -0.647063 -0.730521 0.218286 0 0 v -1.422 -4.36236 0.788764 -0.636111 -0.742203 0.210944 0 0 v -1.33324 -4.41585 0.788174 -0.442382 -0.87742 0.18556 0 0 v -1.22506 -4.44742 0.784055 -0.227187 -0.967115 0.114348 0 0 v -1.10207 -4.4633 0.777895 -0.128725 -0.989106 0.0714074 0 0 v 4.03769 3.27579 5.7081 0.43777 0.873877 0.211418 0 0 v -0.0829539 -3.69572 6.67169 -0.287137 -0.39406 0.87308 0 0 v -7.77829 -3.08267 9.10856 -0.965375 -0.187814 0.181042 0 0 v -6.90665 -3.00352 11.2918 -0.514185 -0.571813 0.639252 0 0 v -7.30096 -1.42745 6.45894 -0.911294 -0.40215 0.0884231 0 0 v -7.25448 -1.52283 6.46299 -0.873139 -0.477879 0.0962302 0 0 v -7.20126 -1.61091 6.46632 -0.865597 -0.489025 0.107689 0 0 v -7.15059 -1.7002 6.47031 -0.848584 -0.521942 0.0864992 0 0 v -1.1057 -3.79177 4.47968 -0.829746 -0.398404 -0.390892 0 0 v -3.86376 3.11747 5.51817 -0.0231503 0.976981 -0.212068 0 0 v -6.36835 1.36631 8.30976 -0.489853 0.761642 -0.4242 0 0 v -1.36877 3.36876 6.41072 -0.226132 0.927738 0.29693 0 0 v -4.14786 -3.57459 0.329425 -0.0184536 -0.460201 -0.887623 0 0 v -4.91142 6.97155 13.4972 -0.372512 0.912508 -0.16901 0 0 v -5.17601 1.84501 9.06196 0.0117834 0.999714 -0.0207963 0 0 v -5.07375 1.83345 8.76816 -0.00888954 0.995891 0.0901172 0 0 v 2.59216 2.86452 7.88146 0.26859 0.95253 0.14334 0 0 v -5.59661 0.754387 0.705645 -0.877349 0.164029 0.450947 0 0 v -5.63039 0.622547 0.731205 -0.904132 -0.0532851 0.423917 0 0 v -5.5859 0.526447 0.737285 -0.877466 0.102159 0.468634 0 0 v -5.67727 0.294927 0.764155 -0.889026 0.0505773 0.455054 0 0 v -5.64665 0.191207 0.777095 -0.817486 -0.387795 0.42583 0 0 v -5.58356 0.110327 0.780485 -0.662955 -0.63736 0.392764 0 0 v -5.50311 0.0464869 0.781045 -0.598002 -0.688763 0.409877 0 0 v -5.42725 -0.0207331 0.780665 -0.603635 -0.694933 0.390761 0 0 v -5.34931 -0.0826331 0.781605 -0.608191 -0.684385 0.402145 0 0 v -5.27549 -0.150433 0.781925 -0.687634 -0.589973 0.423192 0 0 v -5.2243 -0.234423 0.787485 -0.784376 -0.39388 0.479179 0 0 v -5.17463 -0.332253 0.791055 -0.728902 -0.462119 0.505121 0 0 v -5.10598 -0.406493 0.790835 -0.640907 -0.588981 0.49228 0 0 v -5.0392 -0.480003 0.795065 -0.578913 -0.647349 0.495782 0 0 v -4.96074 -0.542313 0.795995 -0.502915 -0.703558 0.502078 0 0 v -4.87336 -0.596723 0.795355 -0.484808 -0.71899 0.498011 0 0 v -4.79495 -0.659773 0.796865 -0.5702 -0.656522 0.493812 0 0 v -4.71544 -0.721783 0.797165 -0.541578 -0.62206 0.565451 0 0 v -4.64901 -0.796283 0.796625 -0.555093 -0.605 0.57083 0 0 v -4.5624 -0.852463 0.796905 -0.52574 -0.594099 0.608805 0 0 v -4.49851 -0.931533 0.798805 -0.576186 -0.549695 0.604851 0 0 v -4.42643 -1.01456 0.806355 -0.730858 -0.214989 0.647785 0 0 v -5.91865 -3.01616 6.3753 -0.622952 -0.757726 0.194375 0 0 v 1.12883 3.19173 7.41767 0.0822951 0.98436 0.155764 0 0 v -4.99451 -2.0084 0.927245 -0.927583 0.115894 0.355187 0 0 v -4.98545 -2.12771 0.940265 -0.918207 -0.0697809 0.389905 0 0 v -4.966 -2.23964 0.951895 -0.92851 0.0642372 0.365708 0 0 v -5.02911 -2.4531 0.972625 -0.935801 0.125584 0.329401 0 0 v -5.01805 -2.57414 0.985205 -0.918908 -0.103135 0.380751 0 0 v -4.99307 -2.68715 0.994525 -0.893124 -0.228507 0.387445 0 0 v -4.95703 -2.79147 1.00204 -0.86849 -0.312435 0.384851 0 0 v -4.91001 -2.89287 1.01294 -0.829236 -0.406513 0.383556 0 0 v -4.81094 -3.06535 1.01992 -0.829526 -0.4138 0.375041 0 0 v -4.76542 -3.1614 1.02563 -0.845986 -0.371946 0.382052 0 0 v -4.72053 -3.2573 1.03158 -0.798584 -0.464553 0.382693 0 0 v -4.65873 -3.33718 1.03513 -0.681861 -0.652713 0.330201 0 0 v -4.58322 -3.40376 1.0378 -0.566112 -0.758217 0.323457 0 0 v -4.49295 -3.45481 1.03613 -0.505387 -0.799482 0.324674 0 0 v -4.40561 -3.50923 1.03606 -0.505757 -0.7652 0.398346 0 0 v -4.32523 -3.56979 1.03569 -0.502448 -0.734083 0.456801 0 0 v -4.23875 -3.62581 1.03628 -0.353246 -0.808483 0.470715 0 0 v -7.09427 -1.78604 6.47359 -0.819452 -0.564537 0.0989714 0 0 v -7.29946 -3.13099 10.6076 -0.853437 -0.426456 0.299635 0 0 v -1.28257 -3.81186 5.04357 -0.90454 -0.420373 -0.0713732 0 0 v -2.6369 1.3212 14.0793 -0.51966 -0.195481 0.83171 0 0 v -4.86475 2.85036 5.6392 -0.0786756 0.995882 0.0450482 0 0 v -6.56289 -2.28966 4.99953 -0.748122 -0.578188 -0.325594 0 0 v -3.71856 -3.62749 0.376865 0.0459668 -0.521448 -0.852044 0 0 v -2.39801 -3.23317 0.890785 -0.184253 -0.959555 0.212848 0 0 v -2.34553 -3.30702 0.891635 -0.777242 -0.584375 0.233241 0 0 v -2.29019 -3.3868 0.893185 -0.822929 -0.515081 0.239747 0 0 v -2.23527 -3.4708 0.897535 -0.793128 -0.575703 0.19878 0 0 v -2.17513 -3.55133 0.901295 -0.781863 -0.584471 0.216988 0 0 v -2.11449 -3.63107 0.904985 -0.710035 -0.674324 0.202824 0 0 v -2.03821 -3.69761 0.905765 -0.743678 -0.616146 0.259436 0 0 v -1.98787 -3.78697 0.910915 -0.867289 -0.430178 0.250514 0 0 v -1.93982 -3.88144 0.916645 -0.844481 -0.488454 0.21969 0 0 v -1.88457 -3.96839 0.921105 -0.782762 -0.573344 0.241992 0 0 v -1.81833 -4.04427 0.924535 -0.695536 -0.676154 0.242992 0 0 v -1.74132 -4.11008 0.926225 -0.539475 -0.799167 0.26514 0 0 v -1.64825 -4.15855 0.923955 -0.428498 -0.868567 0.248959 0 0 v -1.55191 -4.19438 0.923025 -0.442056 -0.850104 0.286199 0 0 v -1.4627 -4.25433 0.920935 -0.58405 -0.725612 0.363831 0 0 v -1.39397 -4.32764 0.924045 -0.585169 -0.71249 0.387214 0 0 v -1.30902 -4.3888 0.925295 -0.435004 -0.824942 0.36089 0 0 v -1.21032 -4.42943 0.922095 -0.277423 -0.919905 0.277149 0 0 v -1.09528 -4.45286 0.916095 -0.176111 -0.965766 0.190475 0 0 v -6.91432 -2.03012 6.48254 -0.784443 -0.61086 0.107232 0 0 v -6.84998 -2.10752 6.48496 -0.74974 -0.653144 0.106274 0 0 v -1.16615 -3.43878 4.18023 -0.792645 -0.486054 -0.368056 0 0 v -6.37633 -2.31627 7.30126 -0.718131 -0.683559 0.13052 0 0 v -7.69844 -3.13805 9.37646 -0.911514 -0.283584 0.297862 0 0 v -1.34562 -3.46294 4.60605 -0.84959 -0.445272 -0.282719 0 0 v -0.710754 -4.52056 4.6566 -0.456765 -0.768751 -0.447647 0 0 v -7.56174 -3.42954 9.38356 -0.786166 -0.52819 0.320872 0 0 v -1.38908 -3.3662 4.60134 -0.85844 -0.440878 -0.262121 0 0 v -5.55285 -3.11588 5.0183 -0.488205 -0.832692 -0.261303 0 0 v -5.63959 -3.06088 5.01837 -0.498491 -0.817532 -0.288354 0 0 v -6.78348 -2.18136 6.48753 -0.749908 -0.648269 0.131853 0 0 v -6.71954 -2.25901 6.49012 -0.75322 -0.648134 0.112165 0 0 v -6.65156 -2.33194 6.49274 -0.715382 -0.686941 0.127828 0 0 v -6.51007 -2.47262 6.49686 -0.689139 -0.711892 0.135269 0 0 v -6.43704 -2.54031 6.49856 -0.642855 -0.755633 0.12552 0 0 v -1.19656 2.68563 13.4996 -0.193821 0.889779 -0.41319 0 0 v -4.1905 1.06877 11.9863 -0.416837 0.894684 0.160586 0 0 v -2.26842 3.22887 6.39783 -0.187299 0.941468 0.280281 0 0 v 3.23222 3.23999 6.56562 0.100925 0.958239 0.267567 0 0 v -6.6937 -2.25437 5.81055 -0.809919 -0.586447 -0.0105795 0 0 v -6.96099 -3.94044 10.0825 -0.61631 -0.69568 0.36904 0 0 v -5.54741 0.825187 0.839045 -0.893354 0.221413 0.391017 0 0 v -5.57349 0.665047 0.856595 -0.894158 0.0204588 0.447284 0 0 v -5.53812 0.570417 0.866965 -0.870611 -0.105271 0.480578 0 0 v -5.58969 0.370387 0.880965 -0.838738 0.217104 0.499383 0 0 v -5.58656 0.242707 0.905925 -0.809889 -0.161699 0.563856 0 0 v -5.53182 0.165987 0.912365 -0.665044 -0.558808 0.495428 0 0 v -5.46208 0.0926869 0.915185 -0.633816 -0.620866 0.461306 0 0 v -5.38716 0.0241169 0.914605 -0.598388 -0.685458 0.414824 0 0 v -5.31099 -0.0408531 0.917255 -0.611807 -0.681081 0.402269 0 0 v -5.23607 -0.107043 0.916255 -0.633872 -0.654478 0.412147 0 0 v -5.1707 -0.183353 0.917665 -0.728667 -0.491465 0.476975 0 0 v -5.11891 -0.271473 0.923565 -0.717382 -0.445664 0.535487 0 0 v -5.06195 -0.357333 0.925885 -0.631059 -0.564598 0.531971 0 0 v -4.90447 -0.483133 0.928255 -0.482564 -0.655882 0.580475 0 0 v -4.81834 -0.538943 0.929195 -0.490901 -0.660657 0.567934 0 0 v -4.73853 -0.600643 0.929105 -0.476268 -0.666057 0.574054 0 0 v -4.65155 -0.655113 0.929115 -0.462036 -0.635214 0.618891 0 0 v -4.57836 -0.722713 0.928105 -0.495707 -0.597708 0.630095 0 0 v -4.49843 -0.784393 0.927825 -0.505922 -0.576424 0.641699 0 0 v -4.41985 -0.847673 0.929305 -0.472692 -0.550205 0.688359 0 0 v -6.15815 -2.53373 7.31497 -0.701786 -0.710613 0.0502581 0 0 v -5.83938 -3.07755 6.37656 -0.565296 -0.797741 0.209882 0 0 v -7.09892 -3.20604 10.8865 -0.676127 -0.539879 0.501381 0 0 v -4.91469 -2.17737 1.08412 -0.92735 0.0135385 0.37395 0 0 v -7.54037 -1.80749 11.2633 -0.911882 -0.387027 0.136679 0 0 v -4.96566 -2.52095 1.11313 -0.900563 -0.0834449 0.426642 0 0 v -4.90763 -2.73133 1.14103 -0.820921 -0.254325 0.51128 0 0 v -4.86781 -2.83644 1.14033 -0.826597 -0.313881 0.467137 0 0 v -4.82158 -2.93198 1.14597 -0.802821 -0.401793 0.440501 0 0 v -4.76999 -3.02061 1.15128 -0.804253 -0.423329 0.417096 0 0 v -4.72152 -3.11515 1.15558 -0.810167 -0.390308 0.437365 0 0 v -4.67429 -3.20697 1.16389 -0.776104 -0.421254 0.469263 0 0 v -4.61881 -3.29335 1.16734 -0.687487 -0.562035 0.459868 0 0 v -4.54899 -3.36547 1.17032 -0.551894 -0.722478 0.416459 0 0 v -4.46181 -3.42063 1.17048 -0.44357 -0.793037 0.417538 0 0 v -4.35804 -3.46056 1.16871 -0.403876 -0.795264 0.45215 0 0 v -6.35654 -2.60112 6.49949 -0.596492 -0.795684 0.105286 0 0 v -6.27163 -2.65811 6.50067 -0.619901 -0.779469 0.0902786 0 0 v -7.48136 -3.04524 10.0568 -0.941401 -0.241769 0.235187 0 0 v -6.08454 2.65771 13.1443 -0.678716 -0.341042 0.650411 0 0 v -1.10439 -3.65476 4.33185 -0.787711 -0.476234 -0.390784 0 0 v -6.4759 1.52103 9.62996 -0.365033 0.91623 0.16515 0 0 v -5.59754 -2.89329 4.59663 -0.442489 -0.801122 -0.402998 0 0 v -6.74904 -3.12887 11.2953 -0.496275 -0.585815 0.640727 0 0 v -4.036 -2.9248 1.65262 -0.276734 -0.209466 0.937839 0 0 v -0.985604 -4.23266 4.64535 -0.815262 -0.422902 -0.395603 0 0 v -6.19411 -2.72215 6.50248 -0.676109 -0.726453 0.123056 0 0 v -2.32428 -3.27823 1.02622 -0.668796 -0.681029 0.29818 0 0 v -2.2606 -3.35338 1.03103 -0.792996 -0.510029 0.333209 0 0 v -2.21312 -3.44308 1.03495 -0.794666 -0.509298 0.330336 0 0 v -2.152 -3.52391 1.03852 -0.747632 -0.586244 0.312034 0 0 v -2.08315 -3.59624 1.04135 -0.684583 -0.662418 0.304217 0 0 v -2.01468 -3.65838 1.04817 -0.67601 -0.646305 0.353977 0 0 v -1.95018 -3.74773 1.04462 -0.803615 -0.445602 0.394515 0 0 v -1.90656 -3.84436 1.0512 -0.803096 -0.428291 0.414251 0 0 v -1.85048 -3.93083 1.05468 -0.727925 -0.544637 0.416529 0 0 v -1.78256 -4.00427 1.05849 -0.633868 -0.651424 0.416963 0 0 v -1.70632 -4.07098 1.06108 -0.553044 -0.724543 0.411315 0 0 v -1.62503 -4.13116 1.06078 -0.411015 -0.830303 0.376382 0 0 v -1.5162 -4.1615 1.05437 -0.365699 -0.853429 0.371379 0 0 v -1.42159 -4.20927 1.0538 -0.476659 -0.750275 0.45813 0 0 v -1.34217 -4.27148 1.05445 -0.485045 -0.669056 0.563113 0 0 v -1.25825 -4.3323 1.05729 -0.446523 -0.704229 0.551977 0 0 v -1.16905 -4.38427 1.0556 -0.337829 -0.834201 0.435868 0 0 v -1.06435 -4.42532 1.05245 -0.238989 -0.901342 0.361201 0 0 v -6.12397 -2.7941 6.50444 -0.671945 -0.719831 0.174167 0 0 v -7.20875 -3.62234 10.0723 -0.850671 -0.470504 0.234488 0 0 v -6.05074 -2.86152 6.50543 -0.652222 -0.721813 0.231502 0 0 v -6.92085 -4.06268 9.40117 -0.6058 -0.761792 -0.229521 0 0 v -7.07039 -3.46868 10.6155 -0.70517 -0.556445 0.439436 0 0 v -0.935464 -4.32264 4.6479 -0.725833 -0.562772 -0.395542 0 0 v -1.29532 -3.55233 4.60891 -0.828167 -0.479199 -0.290703 0 0 v -6.97089 -1.69556 5.37879 -0.894518 -0.337169 -0.29352 0 0 v -7.09441 -1.48303 7.13796 -0.84444 -0.37957 0.377952 0 0 v -5.72823 -3.00884 5.01701 -0.49516 -0.819848 -0.287517 0 0 v -6.23738 2.91969 12.9964 -0.925844 -0.202928 0.318798 0 0 v -7.65839 -3.24086 9.37896 -0.884639 -0.364967 0.290194 0 0 v -5.97385 -2.92616 6.50745 -0.641283 -0.727549 0.243782 0 0 v -6.62858 -1.99899 7.42676 -0.735376 -0.627458 0.255967 0 0 v -5.90138 -2.99417 6.50875 -0.618707 -0.747587 0.241486 0 0 v -5.81796 -3.05303 6.51098 -0.537851 -0.802889 0.257069 0 0 v -5.73106 -3.10756 6.51198 -0.491075 -0.828672 0.268603 0 0 v -5.64217 -3.1584 6.51162 -0.449952 -0.850459 0.272514 0 0 v -3.89891 -2.97793 1.64919 -0.0809247 -0.377705 0.922383 0 0 v -7.46671 -3.47046 9.52337 -0.760019 -0.554224 0.33942 0 0 v -7.08139 -3.93539 9.53426 -0.766695 -0.636406 -0.0846564 0 0 v -7.22563 -3.82264 8.72226 -0.578247 -0.795837 -0.179648 0 0 v -5.49135 0.740917 0.978075 -0.847475 0.119607 0.517184 0 0 v -5.47526 0.630827 0.993935 -0.833526 -0.169501 0.525836 0 0 v -5.43963 0.545397 1.01096 -0.824358 -0.00781662 0.566014 0 0 v -5.49349 0.334197 1.02041 -0.773727 0.124757 0.621114 0 0 v -5.47727 0.222937 1.04219 -0.710917 -0.34024 0.615496 0 0 v -5.40857 0.149747 1.04583 -0.6308 -0.522239 0.573898 0 0 v -5.34392 0.0711869 1.0471 -0.627894 -0.590429 0.507092 0 0 v -5.2705 0.00311692 1.05267 -0.60588 -0.650715 0.457688 0 0 v -5.19682 -0.0643131 1.05206 -0.573476 -0.657242 0.489037 0 0 v -5.12088 -0.130233 1.04984 -0.608575 -0.595033 0.524949 0 0 v -5.05988 -0.209193 1.0535 -0.653577 -0.499756 0.568402 0 0 v -4.98896 -0.281253 1.05643 -0.523905 -0.558809 0.64285 0 0 v -4.90905 -0.342623 1.05653 -0.441788 -0.581766 0.682914 0 0 v -4.82958 -0.404913 1.05679 -0.443468 -0.586207 0.67801 0 0 v -4.75035 -0.467063 1.0572 -0.428304 -0.613798 0.663181 0 0 v -4.57509 -0.575123 1.05633 -0.413815 -0.588082 0.694922 0 0 v -4.49516 -0.635893 1.05535 -0.425774 -0.559501 0.711109 0 0 v -4.42154 -0.703063 1.05251 -0.414185 -0.550245 0.725039 0 0 v -4.33517 -0.758803 1.05384 -0.406093 -0.544102 0.734194 0 0 v -6.09541 3.50846 13.5627 -0.660866 -0.344013 0.667017 0 0 v -5.75306 -3.13256 6.37755 -0.497318 -0.838681 0.222012 0 0 v -0.881934 -4.27364 4.50408 -0.707669 -0.549711 -0.443872 0 0 v -6.17356 3.42557 13.4197 -0.793989 -0.301302 0.528014 0 0 v -7.19108 -1.48545 5.64444 -0.844879 -0.427485 -0.321614 0 0 v -4.77128 -2.8789 1.27582 -0.756271 -0.349693 0.552964 0 0 v -4.67307 -3.06251 1.28646 -0.747689 -0.385034 0.541027 0 0 v -4.62144 -3.15123 1.29227 -0.705675 -0.421803 0.569303 0 0 v -4.56137 -3.23253 1.29742 -0.636164 -0.48193 0.602526 0 0 v -4.49671 -3.30899 1.29833 -0.550631 -0.605388 0.574727 0 0 v -4.4169 -3.37013 1.29822 -0.379788 -0.715914 0.585857 0 0 v -4.31455 -3.41062 1.29793 -0.357265 -0.718571 0.596671 0 0 v -6.80742 -2.09351 5.53421 -0.850592 -0.522471 -0.059315 0 0 v -6.69264 -2.26395 5.54195 -0.812794 -0.582004 -0.0252403 0 0 v -6.97006 -1.95727 6.07315 -0.771638 -0.631303 -0.0776641 0 0 v -5.83452 3.83559 11.685 -0.668601 0.121189 -0.73368 0 0 v -5.81187 3.98597 11.6955 -0.674694 0.143408 -0.724032 0 0 v -2.06613 3.36565 5.68765 -0.262408 0.964427 0.031981 0 0 v -5.97503 -2.77391 6.90767 -0.564895 -0.786896 0.248371 0 0 v 0.128166 3.24795 7.27237 -0.169979 0.895715 0.410855 0 0 v -6.85522 -2.11714 6.35021 -0.763502 -0.645363 0.0239147 0 0 v -2.28105 -3.22927 1.15793 -0.498704 -0.649849 0.573577 0 0 v -2.22278 -3.31182 1.16342 -0.746551 -0.465079 0.475777 0 0 v -2.17196 -3.39881 1.16898 -0.773293 -0.447833 0.448847 0 0 v -2.11036 -3.47911 1.17313 -0.737016 -0.523327 0.427711 0 0 v -2.0529 -3.56195 1.17964 -0.665363 -0.631588 0.397981 0 0 v -1.97315 -3.62504 1.17557 -0.583879 -0.67776 0.446909 0 0 v -1.90384 -3.69591 1.1788 -0.682832 -0.528312 0.504605 0 0 v -1.85428 -3.7898 1.18187 -0.746477 -0.400614 0.5313 0 0 v -1.79598 -3.8721 1.18795 -0.694324 -0.484023 0.532574 0 0 v -1.73239 -3.95051 1.19019 -0.60387 -0.58066 0.546054 0 0 v -1.6551 -4.0157 1.19266 -0.53657 -0.642342 0.547256 0 0 v -1.57472 -4.07704 1.19271 -0.42912 -0.754191 0.497043 0 0 v -1.47382 -4.12076 1.19374 -0.350348 -0.834494 0.425295 0 0 v -6.8399 -2.10914 6.07802 -0.75685 -0.644246 -0.110118 0 0 v -6.4962 -2.49767 5.28207 -0.779791 -0.607377 -0.151722 0 0 v -7.14104 -3.8823 8.72316 -0.493561 -0.849976 -0.184223 0 0 v -0.627514 -4.40087 5.88855 -0.533575 -0.719963 0.443792 0 0 v -2.5648 3.19574 5.67344 -0.275125 0.856509 -0.436691 0 0 v -1.1941 -3.87148 4.76711 -0.882645 -0.347855 -0.316124 0 0 v -3.52507 0.554726 13.2176 -0.400665 -0.519847 0.754471 0 0 v -6.84318 -4.12703 9.40237 -0.604966 -0.762682 -0.228761 0 0 v -6.9984 -3.99868 9.39956 -0.65042 -0.739323 -0.174229 0 0 v -7.07023 -3.92893 9.39767 -0.705269 -0.706398 -0.0599718 0 0 v -0.865974 -4.39483 4.64956 -0.646803 -0.652011 -0.395637 0 0 v -6.63854 -2.33676 5.94985 -0.786387 -0.617576 -0.013967 0 0 v -2.80452 1.14992 13.9324 -0.46854 -0.290624 0.834271 0 0 v -5.93992 -2.7268 7.31387 -0.498914 -0.864834 0.0560956 0 0 v -5.74724 -2.62545 4.31296 -0.584078 -0.664182 -0.466599 0 0 v -7.23612 -3.82278 9.12546 -0.589739 -0.798472 0.121034 0 0 v -6.68227 -2.12825 4.99496 -0.782641 -0.539964 -0.309696 0 0 v -0.0237939 -3.48853 6.80536 -0.252608 -0.801843 0.541513 0 0 v -6.67505 -2.25354 5.2715 -0.807958 -0.569078 -0.15282 0 0 v -7.05615 -3.92208 9.26027 -0.534932 -0.841643 -0.0740608 0 0 v -7.32799 -2.87131 10.8745 -0.855901 -0.371729 0.359515 0 0 v -6.08186 1.51181 12.4523 -0.809896 -0.256269 0.527631 0 0 v -4.97452 1.8712 8.62586 -0.166488 0.927643 0.334305 0 0 v -6.15728 -2.85849 5.42813 -0.593743 -0.776091 -0.212491 0 0 v -5.98965 -2.97216 5.43057 -0.506317 -0.831452 -0.22876 0 0 v -1.3562 -3.60603 4.8935 -0.879661 -0.421091 -0.221084 0 0 v -0.350174 -3.5174 6.67478 -0.19828 -0.733662 0.649942 0 0 v -1.10199 -3.59839 6.13872 -0.497416 -0.657312 0.566144 0 0 v -7.4042 -3.3998 9.79366 -0.823613 -0.505733 0.256702 0 0 v -5.34558 0.493257 1.14451 -0.778783 -0.00419142 0.62728 0 0 v -5.37905 0.315637 1.15658 -0.700745 0.0135269 0.713283 0 0 v -5.33719 0.220577 1.17289 -0.621919 -0.304439 0.72148 0 0 v -5.27361 0.146847 1.18206 -0.577402 -0.445197 0.684403 0 0 v -5.21433 0.0630069 1.18049 -0.552461 -0.535363 0.638884 0 0 v -5.13661 -0.000793151 1.18311 -0.491266 -0.560424 0.66677 0 0 v -5.05818 -0.0646031 1.18525 -0.48931 -0.54987 0.676918 0 0 v -4.98454 -0.132493 1.18393 -0.484703 -0.536963 0.690459 0 0 v -4.89939 -0.189633 1.18701 -0.412747 -0.551738 0.724724 0 0 v -4.81788 -0.248683 1.18427 -0.389624 -0.559854 0.73127 0 0 v -4.65728 -0.370373 1.18139 -0.373608 -0.550795 0.746352 0 0 v -4.48272 -0.479263 1.18157 -0.365834 -0.554281 0.747622 0 0 v -4.395 -0.532923 1.18082 -0.358043 -0.547849 0.756087 0 0 v -4.30787 -0.587863 1.18136 -0.386502 -0.524539 0.758601 0 0 v -4.23511 -0.655363 1.179 -0.395339 -0.512956 0.76196 0 0 v 4.1386 3.22558 5.70482 0.486613 0.862949 0.136115 0 0 v -0.387304 -4.49615 4.22312 -0.532906 -0.82374 -0.193555 0 0 v -7.47519 -3.6381 8.98547 -0.707886 -0.705383 0.03651 0 0 v 0.0737962 -3.53714 6.80309 -0.257209 -0.577434 0.774863 0 0 v -6.1762 -2.74551 5.15088 -0.553627 -0.77212 -0.311975 0 0 v -1.76484 3.44932 5.69352 -0.271637 0.933156 0.235442 0 0 v -6.36186 4.65987 13.8282 -0.849433 -0.24807 0.465751 0 0 v -7.46779 -3.62682 9.11926 -0.701712 -0.702624 0.117982 0 0 v -7.39968 -3.70507 8.98746 -0.661015 -0.748974 0.0457834 0 0 v -5.38066 -3.35024 5.56698 -0.560068 -0.828385 0.0100835 0 0 v -4.6491 -2.89571 1.40543 -0.657135 -0.276848 0.701091 0 0 v -4.59958 -2.98501 1.41427 -0.595089 -0.308919 0.741915 0 0 v -4.54593 -3.07261 1.41875 -0.561304 -0.362745 0.743877 0 0 v -4.48372 -3.15179 1.42169 -0.52302 -0.417332 0.743158 0 0 v -4.41334 -3.22236 1.42336 -0.415879 -0.484368 0.769697 0 0 v -4.32592 -3.27578 1.42195 -0.273574 -0.558328 0.783216 0 0 v -4.23023 -3.32245 1.42156 -0.228402 -0.577495 0.783794 0 0 v -6.81221 -4.09867 9.26797 -0.527098 -0.742606 -0.413164 0 0 v -6.79677 -2.04196 6.88657 -0.715278 -0.653366 0.247973 0 0 v -0.997414 -4.37582 4.9317 -0.815169 -0.567294 -0.116945 0 0 v -6.7462 -1.91472 4.84777 -0.812924 -0.393914 -0.428937 0 0 v -6.43252 -2.57494 5.28546 -0.731665 -0.655063 -0.188568 0 0 v -5.76664 4.18502 11.6958 -0.592868 0.156724 -0.789902 0 0 v -2.46418 3.21989 5.67608 -0.261387 0.874534 -0.408494 0 0 v -6.72671 -4.15557 9.26857 -0.475149 -0.75607 -0.450101 0 0 v -6.27143 5.75159 14.5495 -0.774379 -0.144999 0.615883 0 0 v -7.33461 -2.30155 11.2755 -0.89329 -0.267188 0.361447 0 0 v -3.59295 1.42027 12.2865 -0.503349 0.855529 -0.121282 0 0 v -6.78385 -2.07969 5.26343 -0.852663 -0.500461 -0.150015 0 0 v -2.22294 -3.16853 1.28949 -0.535439 -0.667696 0.517192 0 0 v -2.16166 -3.24677 1.29294 -0.711784 -0.429203 0.556011 0 0 v -2.11132 -3.33367 1.29912 -0.746739 -0.373188 0.550555 0 0 v -2.06596 -3.43138 1.30514 -0.715094 -0.445096 0.539008 0 0 v -2.00348 -3.51073 1.30831 -0.607828 -0.599134 0.521137 0 0 v -1.92196 -3.5709 1.30701 -0.544167 -0.645231 0.536246 0 0 v -1.84216 -3.63261 1.30727 -0.547889 -0.590745 0.592315 0 0 v -1.78214 -3.71389 1.31258 -0.661752 -0.390668 0.639893 0 0 v -1.73296 -3.80617 1.31455 -0.62896 -0.442394 0.639294 0 0 v -1.66029 -3.87475 1.32176 -0.562244 -0.504043 0.655608 0 0 v -1.58957 -3.94642 1.32402 -0.54947 -0.581406 0.600042 0 0 v -1.51696 -4.01529 1.32396 -0.493521 -0.655367 0.57178 0 0 v -0.657204 -4.28568 6.02164 -0.543216 -0.66855 0.507896 0 0 v -7.20279 -3.46714 10.3416 -0.819474 -0.489566 0.297973 0 0 v -5.42264 -3.13302 4.87823 -0.441428 -0.825603 -0.351456 0 0 v -6.72333 -1.95619 7.29027 -0.715655 -0.636591 0.287385 0 0 v -1.37241 -3.48594 4.74766 -0.868505 -0.43153 -0.243888 0 0 v -7.48754 -3.34649 9.65507 -0.814441 -0.476624 0.330931 0 0 v -6.93204 -1.79923 5.38491 -0.911527 -0.377706 -0.162653 0 0 v -6.85398 -3.67684 10.6245 -0.552014 -0.65469 0.516393 0 0 v -7.53659 -3.25224 9.65337 -0.854598 -0.379734 0.35421 0 0 v -4.77434 1.83206 8.91397 -0.113842 0.9887 0.0975282 0 0 v -7.57676 -3.14963 9.65137 -0.874857 -0.301402 0.379186 0 0 v -1.24002 -3.74552 5.73172 -0.825731 -0.498046 0.264797 0 0 v -7.20907 -3.78478 9.39466 -0.666011 -0.733759 0.134263 0 0 v -1.21787 -3.48651 4.32538 -0.788053 -0.473948 -0.392869 0 0 v -6.85437 -1.80494 7.28476 -0.763618 -0.562183 0.31755 0 0 v -6.58269 -2.172 4.85626 -0.707917 -0.568169 -0.419568 0 0 v -6.87746 -1.832 7.15047 -0.761976 -0.590138 0.266703 0 0 v -7.15046 -3.88061 9.12656 -0.487506 -0.867445 0.0993868 0 0 v -0.460464 -3.50749 6.66778 -0.0636199 -0.905959 0.418557 0 0 v -0.488994 -4.55146 5.75737 -0.408062 -0.821581 0.398109 0 0 v -6.08736 -2.90631 6.23763 -0.697554 -0.70092 0.148759 0 0 v 0.154656 -3.59588 6.80053 -0.254994 -0.454342 0.853552 0 0 v -6.42023 -3.51045 11.1702 -0.372488 -0.670199 0.64194 0 0 v -6.97847 -3.07929 11.157 -0.567033 -0.571008 0.593653 0 0 v -7.0479 -3.00734 11.1537 -0.62844 -0.520295 0.578235 0 0 v -7.27789 -2.95999 10.8787 -0.806627 -0.442939 0.391355 0 0 v -7.22407 -3.04783 10.8816 -0.753286 -0.504803 0.421585 0 0 v -6.73712 -3.40776 11.0314 -0.503463 -0.621661 0.600053 0 0 v -0.935854 -4.4554 4.93494 -0.738939 -0.661053 -0.130304 0 0 v -6.03088 2.57084 13.1436 -0.618864 -0.372157 0.691742 0 0 v -0.863194 -3.92507 6.14481 -0.610129 -0.530501 0.588482 0 0 v -6.10695 -2.54894 4.72842 -0.607255 -0.635272 -0.477149 0 0 v -5.17508 0.245627 1.30589 -0.507557 -0.282167 0.814106 0 0 v -5.11364 0.175887 1.30267 -0.436933 -0.394861 0.808192 0 0 v -5.03466 0.104127 1.30887 -0.432885 -0.44296 0.78511 0 0 v -4.96277 0.0341369 1.30868 -0.402221 -0.472046 0.784469 0 0 v -4.87686 -0.0225431 1.31201 -0.378998 -0.473647 0.794996 0 0 v -4.80499 -0.0915631 1.31117 -0.351807 -0.494342 0.794895 0 0 v -4.7164 -0.144513 1.309 -0.335742 -0.501098 0.797608 0 0 v -4.63624 -0.205233 1.30681 -0.31551 -0.491005 0.812015 0 0 v -4.46095 -0.312573 1.30545 -0.350086 -0.493881 0.79594 0 0 v -4.38159 -0.374503 1.30529 -0.354183 -0.512645 0.782144 0 0 v -4.29387 -0.428593 1.3048 -0.354382 -0.526502 0.772793 0 0 v -4.21363 -0.489673 1.30343 -0.366326 -0.51938 0.772042 0 0 v -4.11995 -0.538213 1.30663 -0.35778 -0.517833 0.777073 0 0 v -4.03937 -0.598803 1.30455 -0.381393 -0.514298 0.768139 0 0 v -7.2572 -1.52739 6.32736 -0.881902 -0.470161 0.0346208 0 0 v -7.33166 -1.33255 5.90936 -0.918064 -0.381694 -0.107086 0 0 v -6.9428 -3.95663 8.99446 -0.20386 -0.978126 0.0413623 0 0 v 2.92985 2.81335 7.54837 0.334539 0.919889 0.204667 0 0 v -6.97796 -2.93357 11.2908 -0.587842 -0.528416 0.612551 0 0 v -1.09552 -4.19167 4.92315 -0.893378 -0.429627 -0.131516 0 0 v -3.46098 0.761826 13.3571 -0.564462 -0.258595 0.783907 0 0 v -7.31167 -2.56534 11.1429 -0.839487 -0.309568 0.446575 0 0 v -0.556264 -4.38268 4.22054 -0.567437 -0.776509 -0.273951 0 0 v -4.48036 -2.86358 1.53246 -0.472196 -0.196394 0.859337 0 0 v -4.41952 -2.94385 1.53825 -0.382586 -0.251395 0.889061 0 0 v -4.34955 -3.01497 1.54067 -0.329692 -0.302203 0.894414 0 0 v -4.26247 -3.08334 1.54539 -0.245481 -0.391425 0.886863 0 0 v -4.17544 -3.1248 1.5431 -0.185755 -0.434361 0.881377 0 0 v -6.45804 -4.04735 8.72676 -0.700668 -0.692243 -0.172814 0 0 v -5.55483 -2.98774 4.73667 -0.481025 -0.77957 -0.401105 0 0 v -6.70766 -2.25944 6.08301 -0.756421 -0.649241 -0.079454 0 0 v -0.662524 -4.61086 4.79677 -0.419912 -0.849054 -0.320597 0 0 v -1.15846 -3.9533 5.60141 -0.838649 -0.478028 0.261069 0 0 v -6.66814 -4.21896 9.95426 -0.472083 -0.825002 0.31066 0 0 v -6.60987 -3.85814 10.6309 -0.474972 -0.705267 0.526308 0 0 v -0.836824 -4.50222 4.79636 -0.610976 -0.736445 -0.290443 0 0 v -6.50676 -2.48698 5.95445 -0.737079 -0.670696 0.0829547 0 0 v -6.17965 1.6971 9.63886 -0.455371 0.88076 0.129999 0 0 v -2.16328 -3.10079 1.4172 -0.355512 -0.744125 0.565588 0 0 v -2.09543 -3.17779 1.42359 -0.6629 -0.442133 0.60422 0 0 v -2.0496 -3.27134 1.42802 -0.7042 -0.365842 0.608492 0 0 v -1.99591 -3.35862 1.43255 -0.668025 -0.397484 0.629086 0 0 v -1.93527 -3.43965 1.4372 -0.594303 -0.509689 0.622111 0 0 v -1.86506 -3.51075 1.4398 -0.496521 -0.643268 0.582815 0 0 v -1.77529 -3.56242 1.43684 -0.432287 -0.656982 0.617659 0 0 v -1.70168 -3.63028 1.43558 -0.523358 -0.494897 0.693667 0 0 v -1.6413 -3.71089 1.44008 -0.56158 -0.395698 0.726671 0 0 v -1.57545 -3.78633 1.44829 -0.568643 -0.382952 0.728006 0 0 v -1.51845 -3.87079 1.44857 -0.550942 -0.473783 0.687017 0 0 v -1.443 -3.93843 1.45361 -0.500107 -0.547823 0.670658 0 0 v -7.3216 -3.76965 8.98977 -0.620638 -0.782848 0.0442513 0 0 v -1.36155 -3.58925 5.58653 -0.828452 -0.5517 0.0964072 0 0 v -7.38344 -2.93246 10.602 -0.90622 -0.353816 0.231474 0 0 v -7.19005 -3.30473 10.6124 -0.763418 -0.529655 0.369674 0 0 v -7.12987 -3.38561 10.6161 -0.737959 -0.523432 0.425952 0 0 v -7.00248 -3.54221 10.6196 -0.639198 -0.608488 0.470284 0 0 v -6.91458 -2.03954 6.21217 -0.773955 -0.631462 -0.047419 0 0 v -5.85028 -3.10993 5.70138 -0.529044 -0.842227 -0.103762 0 0 v -7.17971 -3.73719 9.93937 -0.858093 -0.466348 0.214932 0 0 v -6.57732 -2.42647 5.68273 -0.803698 -0.595003 0.00640523 0 0 v -1.29446 -3.65878 5.72808 -0.831565 -0.501631 0.238464 0 0 v -7.28594 -3.72048 9.39347 -0.631816 -0.751133 0.191334 0 0 v -6.21342 3.52422 13.4146 -0.813744 -0.308766 0.492427 0 0 v -6.10528 -2.61429 7.17507 -0.645424 -0.742371 0.179758 0 0 v -6.09897 1.21377 12.3213 -0.791337 -0.132851 0.596771 0 0 v -5.48681 -3.18869 5.15417 -0.509044 -0.826377 -0.240779 0 0 v -7.04536 -3.91776 9.12656 -0.313114 -0.949714 0.00188006 0 0 v -7.58043 -1.70627 11.2617 -0.933974 -0.341921 0.103837 0 0 v -1.26961 -3.79976 4.90201 -0.893299 -0.393856 -0.216552 0 0 v -6.85181 -2.1181 6.2152 -0.763645 -0.642265 -0.0658973 0 0 v -6.86307 -1.88186 5.11872 -0.892467 -0.38137 -0.240958 0 0 v -5.45626 -3.28193 5.69978 -0.517501 -0.85262 0.0723223 0 0 v -7.23997 -3.83018 8.99127 -0.594913 -0.802762 0.0406478 0 0 v -6.21233 2.22726 12.5816 -0.963734 -0.195036 0.182148 0 0 v -6.59514 -2.31843 5.13863 -0.774452 -0.583149 -0.245278 0 0 v -6.82103 -3.34962 11.0263 -0.48251 -0.631275 0.607187 0 0 v -7.0427 -3.14692 11.0219 -0.624437 -0.569914 0.534113 0 0 v -7.66179 -3.4018 8.84367 -0.82051 -0.563901 -0.0936952 0 0 v -6.14627 3.88504 13.6986 -0.668402 -0.3502 0.6562 0 0 v -0.672014 -4.15616 6.15527 -0.570937 -0.545639 0.61344 0 0 v -6.43218 -2.22712 7.43456 -0.759153 -0.643342 0.098984 0 0 v -6.94217 -2.46366 11.6912 -0.54429 -0.480523 0.687638 0 0 v -5.66556 2.55876 5.61522 -0.371708 0.926514 0.0583456 0 0 v -1.05029 -4.28772 4.92798 -0.866587 -0.485805 -0.114111 0 0 v -7.15752 -1.55447 6.87067 -0.848196 -0.480716 0.222431 0 0 v -6.77589 -2.18661 6.08091 -0.751802 -0.651732 -0.10019 0 0 v -4.75624 0.102157 1.42907 -0.300895 -0.387868 0.871218 0 0 v -4.66918 0.0473669 1.42979 -0.275856 -0.392515 0.877402 0 0 v -4.58957 -0.0142032 1.42922 -0.302341 -0.40046 0.864998 0 0 v -4.50263 -0.0693731 1.42992 -0.28711 -0.423412 0.859238 0 0 v -4.4144 -0.122683 1.42876 -0.335819 -0.433874 0.83605 0 0 v -4.34266 -0.191823 1.42688 -0.380143 -0.434527 0.816503 0 0 v -4.2638 -0.254023 1.4279 -0.377966 -0.469934 0.797687 0 0 v -4.17797 -0.310493 1.43126 -0.41279 -0.49733 0.763064 0 0 v -4.09844 -0.372143 1.43105 -0.399038 -0.537229 0.74307 0 0 v -4.0194 -0.434623 1.43182 -0.429128 -0.544283 0.720837 0 0 v -3.94016 -0.496923 1.43255 -0.437581 -0.551238 0.710394 0 0 v -3.86145 -0.559373 1.43337 -0.473558 -0.540447 0.695456 0 0 v -3.78398 -0.622913 1.43604 -0.538326 -0.523378 0.660515 0 0 v -0.730734 -4.40565 4.50843 -0.493159 -0.748972 -0.442533 0 0 v -6.86148 -4.14102 9.54016 -0.618513 -0.779333 -0.100408 0 0 v -0.162314 -3.63333 6.67214 -0.317052 -0.400602 0.859649 0 0 v -0.549854 -4.50967 4.50634 -0.430035 -0.79562 -0.426684 0 0 v -7.21154 -2.60217 11.2823 -0.767394 -0.379245 0.516991 0 0 v -6.03029 1.8549 12.7293 -0.707367 -0.393214 0.587379 0 0 v -4.21151 -2.71032 1.64403 -0.332036 -0.0209765 0.943034 0 0 v -4.14675 -2.80952 1.64903 -0.297323 -0.188178 0.936049 0 0 v -3.97955 0.514196 12.9202 -0.582433 -0.220827 0.782309 0 0 v -6.33891 -3.27803 11.4355 -0.29828 -0.643716 0.70474 0 0 v -1.15106 -4.10188 5.05761 -0.887814 -0.459955 -0.0151118 0 0 v -7.20292 -1.62518 6.05982 -0.85384 -0.517548 -0.0556898 0 0 v -6.5771 1.48293 9.62897 -0.338893 0.92273 0.183632 0 0 v -6.25193 -2.80826 5.56245 -0.680351 -0.728513 -0.0799523 0 0 v -6.57628 -2.41979 5.81674 -0.782173 -0.622496 0.0265317 0 0 v 0.0896661 3.73972 14.8344 -0.604605 0.792724 -0.0777264 0 0 v -1.13968 -4.09511 4.91846 -0.89459 -0.411817 -0.173539 0 0 v -6.98295 -2.21953 11.8189 -0.541162 -0.420829 0.728043 0 0 v -2.02728 -3.10418 1.55112 -0.525101 -0.538505 0.659001 0 0 v -1.96684 -3.18507 1.55619 -0.643255 -0.374619 0.667745 0 0 v -1.91347 -3.27183 1.56088 -0.632759 -0.376745 0.67652 0 0 v -1.85254 -3.35364 1.56599 -0.596025 -0.431128 0.677409 0 0 v -1.7862 -3.43862 1.56967 -0.465962 -0.582111 0.666353 0 0 v -1.70215 -3.48156 1.56612 -0.363449 -0.647437 0.669873 0 0 v -1.6041 -3.53043 1.56469 -0.40564 -0.591556 0.69679 0 0 v -1.53655 -3.60128 1.56841 -0.524362 -0.441369 0.728174 0 0 v -1.47324 -3.6812 1.57121 -0.567095 -0.36116 0.740247 0 0 v -1.41974 -3.76701 1.57477 -0.575189 -0.368639 0.730249 0 0 v -1.35801 -3.84878 1.57941 -0.545257 -0.437792 0.714866 0 0 v -6.0546 2.11711 12.8693 -0.673526 -0.415958 0.611017 0 0 v -0.700504 -4.63966 5.07678 -0.464997 -0.884814 -0.0296815 0 0 v -6.21931 -2.65185 5.01147 -0.570689 -0.718481 -0.397618 0 0 v -7.47278 -1.87627 11.4014 -0.849219 -0.446357 0.282121 0 0 v -7.60404 -1.58344 11.3958 -0.925687 -0.326554 0.190959 0 0 v -7.70259 -3.1723 8.56947 -0.872107 -0.322194 -0.368268 0 0 v -7.05851 -3.94085 8.85987 -0.302781 -0.952078 -0.0432665 0 0 v -6.13916 -2.81319 6.3701 -0.721224 -0.669222 0.178827 0 0 v -7.39825 -3.70744 8.85277 -0.651094 -0.757412 -0.0490209 0 0 v -3.60198 0.618806 13.2112 -0.499437 -0.366434 0.785041 0 0 v -7.43526 -3.58545 9.38986 -0.71565 -0.648523 0.259352 0 0 v -0.736424 -4.22822 6.02218 -0.603291 -0.605932 0.518544 0 0 v -0.494844 -4.40729 6.02787 -0.44252 -0.7458 0.497954 0 0 v -1.23106 -3.767 4.76078 -0.870827 -0.371303 -0.32217 0 0 v -6.93247 -3.94693 9.12667 -0.361545 -0.916789 -0.169654 0 0 v -7.6102 -3.22294 8.43456 -0.80154 -0.362527 -0.475507 0 0 v -6.93898 -3.96137 8.72676 -0.203317 -0.969837 -0.134453 0 0 v -6.67523 -3.97729 8.99247 -0.176829 -0.932339 -0.315399 0 0 v -1.20657 -3.7089 5.86778 -0.772076 -0.492783 0.401328 0 0 v -3.14518 0.658706 13.5082 -0.354274 -0.567772 0.743051 0 0 v -6.52264 -3.97475 8.72297 -0.526506 -0.825706 -0.202485 0 0 v -6.9005 -3.28775 11.0251 -0.530809 -0.607962 0.590445 0 0 v -6.97254 -3.21813 11.0246 -0.589409 -0.57639 0.566014 0 0 v -5.57814 -3.08662 6.77762 -0.368589 -0.845309 0.386774 0 0 v -6.19165 3.98159 13.6986 -0.685952 -0.312679 0.65704 0 0 v -6.23406 4.07963 13.6953 -0.761919 -0.299451 0.57429 0 0 v -0.741134 -4.08444 6.15211 -0.671662 -0.445445 0.591987 0 0 v -0.792314 -3.99537 6.14588 -0.652872 -0.476736 0.588627 0 0 v -3.22526 0.719896 13.5076 -0.439823 -0.484693 0.756061 0 0 v -1.19728 -3.99594 5.32969 -0.837344 -0.532392 0.12415 0 0 v -1.15535 -3.97513 4.77308 -0.869802 -0.38756 -0.305357 0 0 v -0.870754 -4.528 5.07517 -0.645677 -0.76357 -0.0079106 0 0 v -7.20456 -1.45916 6.86696 -0.881122 -0.404188 0.245472 0 0 v -6.51016 -2.50692 5.41625 -0.787176 -0.610617 -0.0866029 0 0 v -4.49995 0.219537 1.54404 -0.32467 -0.355433 0.876503 0 0 v -4.42427 0.154437 1.5505 -0.403122 -0.345455 0.847439 0 0 v -4.35351 0.0838068 1.55066 -0.447643 -0.414327 0.792432 0 0 v -4.28887 0.00643688 1.54986 -0.506126 -0.432112 0.746402 0 0 v -4.21811 -0.0643331 1.55166 -0.533732 -0.472698 0.701204 0 0 v -4.15094 -0.138323 1.55714 -0.519103 -0.505409 0.68927 0 0 v -4.07961 -0.208743 1.55838 -0.575499 -0.538085 0.615846 0 0 v -4.01399 -0.284273 1.55773 -0.503298 -0.560156 0.657964 0 0 v -3.93511 -0.346953 1.55866 -0.508504 -0.604734 0.612961 0 0 v -3.85739 -0.410663 1.5611 -0.534856 -0.597501 0.597429 0 0 v -3.78646 -0.480803 1.56281 -0.56868 -0.579305 0.583959 0 0 v -3.71638 -0.551933 1.56498 -0.617659 -0.560722 0.551441 0 0 v -3.64686 -0.623373 1.56774 -0.680577 -0.495938 0.539315 0 0 v -6.22035 -2.75703 6.23291 -0.747005 -0.643799 0.16585 0 0 v -0.981154 -4.34854 5.34347 -0.827275 -0.529538 0.18763 0 0 v -6.21116 2.80489 12.9978 -0.910566 -0.186242 0.36903 0 0 v -1.24526 -3.90535 5.3252 -0.889657 -0.443143 0.110155 0 0 v -7.5996 -3.47532 9.11476 -0.795673 -0.595416 0.111284 0 0 v -6.14274 5.89522 14.6902 -0.549229 -0.244718 0.799037 0 0 v -7.04921 -1.57938 7.14207 -0.827354 -0.443757 0.344332 0 0 v -7.79639 -3.09212 8.97426 -0.983102 -0.177427 0.0450565 0 0 v -7.15414 -3.88814 8.99296 -0.523293 -0.851063 0.0430885 0 0 v -7.66111 -3.08575 9.51637 -0.894231 -0.238344 0.378871 0 0 v -0.871334 3.26813 7.26776 -0.0204324 0.929802 0.367494 0 0 v -6.87136 -2.53402 11.6919 -0.493938 -0.490005 0.718276 0 0 v -6.19876 3.25407 13.2779 -0.85968 -0.243268 0.44919 0 0 v -1.14572 -4.09611 5.19538 -0.845952 -0.524061 0.0986175 0 0 v -7.36194 -1.60911 11.8099 -0.682645 -0.35977 0.636052 0 0 v -7.10418 -2.77699 11.2881 -0.664865 -0.463977 0.585389 0 0 v -6.83075 -1.85177 4.97944 -0.869668 -0.363598 -0.333877 0 0 v -5.20246 6.29447 12.4867 -0.143583 0.686697 -0.712623 0 0 v -1.10453 -4.04068 5.60511 -0.825642 -0.499394 0.262527 0 0 v -7.03918 -2.13376 11.8205 -0.598051 -0.400118 0.694435 0 0 v -6.53923 -2.11451 4.72058 -0.671267 -0.506383 -0.541273 0 0 v -1.9436 -3.0191 1.67964 -0.470388 -0.591586 0.654798 0 0 v -1.88119 -3.09621 1.68187 -0.595323 -0.397752 0.698129 0 0 v -1.82705 -3.18306 1.6849 -0.599133 -0.364516 0.712859 0 0 v -1.77367 -3.2709 1.68969 -0.566741 -0.390139 0.72567 0 0 v -1.70398 -3.34437 1.69548 -0.45036 -0.532268 0.716845 0 0 v -1.61747 -3.3984 1.69458 -0.355016 -0.621708 0.698171 0 0 v -1.52132 -3.44431 1.69304 -0.43328 -0.586778 0.684076 0 0 v -1.4487 -3.51221 1.69121 -0.522709 -0.521154 0.674665 0 0 v -1.37924 -3.58419 1.69491 -0.552874 -0.449029 0.701928 0 0 v -1.32679 -3.67299 1.70112 -0.547233 -0.357972 0.756566 0 0 v -1.2704 -3.75758 1.70068 -0.512789 -0.385873 0.766909 0 0 v -0.975474 -3.464 6.40651 -0.444137 -0.867285 0.224855 0 0 v -7.20289 -2.44914 11.4167 -0.762279 -0.396209 0.51181 0 0 v -7.28919 -2.25214 11.4135 -0.850284 -0.33096 0.409247 0 0 v -6.07658 1.94821 12.7325 -0.780137 -0.326743 0.533504 0 0 v -5.27913 -3.39688 5.43069 -0.474536 -0.867496 -0.14922 0 0 v -6.74702 -2.98158 11.4274 -0.504362 -0.562466 0.655173 0 0 v -5.93739 -3.05571 5.70102 -0.548073 -0.833012 -0.0755441 0 0 v -6.72525 -1.80803 7.55586 -0.810469 -0.559763 0.172639 0 0 v -1.18561 -3.83281 5.73501 -0.8016 -0.516307 0.301436 0 0 v -7.14207 -3.86365 9.25886 -0.631069 -0.771587 0.0800284 0 0 v -7.49685 -3.50515 9.38766 -0.750152 -0.589805 0.299002 0 0 v -1.10138 -4.19563 5.06257 -0.889433 -0.455409 0.038878 0 0 v -6.15829 2.00178 12.5842 -0.932826 -0.229019 0.278183 0 0 v -7.64184 -3.37043 9.24607 -0.858694 -0.450775 0.243817 0 0 v -1.35824 -3.3401 4.46107 -0.837434 -0.441941 -0.321547 0 0 v -6.40383 -4.00015 8.45677 -0.64727 -0.66501 -0.372563 0 0 v -6.69671 -2.00407 4.84961 -0.771776 -0.457927 -0.441207 0 0 v -6.83467 -3.98638 9.12847 -0.40151 -0.875221 -0.269774 0 0 v -6.43548 -2.44488 5.00736 -0.691451 -0.625468 -0.361504 0 0 v -1.07428 -4.00565 5.74052 -0.774389 -0.49596 0.392868 0 0 v -6.50665 -3.45555 11.1682 -0.457847 -0.633964 0.62327 0 0 v -7.10696 -2.92388 11.1556 -0.655897 -0.503776 0.562146 0 0 v 1.22822 3.16344 7.55997 0.252739 0.951488 0.175482 0 0 v -0.880274 -3.51155 6.4069 -0.531544 -0.746599 0.400064 0 0 v -7.06251 -1.77697 5.79429 -0.801729 -0.566595 -0.190266 0 0 v -1.05268 -4.12925 5.60903 -0.810135 -0.511821 0.285869 0 0 v -6.30004 4.00649 13.5497 -0.842624 -0.292758 0.45197 0 0 v -6.51419 -2.48083 6.3617 -0.665646 -0.745715 0.0287077 0 0 v -1.3083 -3.67659 5.59036 -0.86781 -0.479878 0.128929 0 0 v -7.0449 -3.92909 8.72457 -0.33248 -0.929185 -0.161468 0 0 v -7.45628 -3.31164 9.79037 -0.85451 -0.430135 0.2912 0 0 v -0.800564 -3.57139 6.40725 -0.49905 -0.768223 0.400977 0 0 v -0.600824 -4.22619 6.1568 -0.525028 -0.597017 0.606561 0 0 v -7.25896 -1.53568 6.19197 -0.879175 -0.476499 0.000929153 0 0 v -7.24112 -3.66077 9.80066 -0.857003 -0.484196 0.176353 0 0 v -6.42498 -3.07856 11.5682 -0.35552 -0.581582 0.731688 0 0 v -6.16647 -2.60362 4.87123 -0.576313 -0.670806 -0.466779 0 0 v -5.7778 -3.17122 5.83855 -0.508208 -0.859768 -0.0502292 0 0 v -6.63474 -2.34209 5.67929 -0.81748 -0.575947 -0.00337923 0 0 v -4.261 0.180427 1.675 -0.706795 -0.361222 0.608243 0 0 v -4.20516 0.0938269 1.67777 -0.709589 -0.436145 0.553409 0 0 v -4.15214 0.00557685 1.68223 -0.706254 -0.491488 0.509554 0 0 v -4.09193 -0.0753932 1.68703 -0.657932 -0.556706 0.507152 0 0 v -4.02245 -0.147563 1.68961 -0.656568 -0.608246 0.446044 0 0 v -3.95255 -0.219203 1.69221 -0.610749 -0.624263 0.487116 0 0 v -3.87901 -0.287353 1.69222 -0.600441 -0.667815 0.439881 0 0 v -3.80185 -0.351343 1.69409 -0.599488 -0.669798 0.43816 0 0 v -3.72809 -0.419113 1.69424 -0.631407 -0.638159 0.440544 0 0 v -3.65868 -0.490583 1.69695 -0.700671 -0.5912 0.399428 0 0 v -3.59716 -0.570063 1.70024 -0.746937 -0.511425 0.424888 0 0 v -3.29341 1.63384 12.4372 -0.48927 0.851358 -0.189221 0 0 v -4.16529 3.10664 5.66008 -0.258272 0.955975 -0.139308 0 0 v -1.21907 -3.3506 4.17618 -0.801584 -0.470739 -0.368603 0 0 v -0.896914 -4.25142 5.74986 -0.716853 -0.559575 0.41593 0 0 v -6.98047 -1.84142 5.66092 -0.795576 -0.567136 -0.21311 0 0 v -6.57414 -4.01781 8.99247 -0.404667 -0.827417 -0.389392 0 0 v -0.605194 -4.68663 5.07667 -0.475435 -0.878561 -0.0457395 0 0 v -3.19326 1.68468 12.4383 -0.442168 0.865774 -0.234355 0 0 v -3.67869 -2.32164 1.86263 -0.696163 -0.275672 0.662844 0 0 v -3.63362 -2.42035 1.86395 -0.657245 -0.352158 0.666344 0 0 v -3.58346 -2.51615 1.86572 -0.661845 -0.349869 0.662988 0 0 v -3.52766 -2.6116 1.88105 -0.584737 -0.435624 0.684335 0 0 v -0.722444 -3.63575 6.40984 -0.483755 -0.581922 0.653718 0 0 v -0.919434 -4.42641 5.34782 -0.740785 -0.631367 0.229376 0 0 v -3.33885 0.603506 13.3615 -0.434513 -0.533527 0.725636 0 0 v -1.86654 3.41726 5.69331 -0.269067 0.947429 0.173151 0 0 v -7.2216 -3.80279 9.25876 -0.599684 -0.783178 0.164351 0 0 v -4.58362 1.73165 9.64437 0.265055 0.955111 0.132323 0 0 v -6.69606 -4.2598 9.54346 -0.510378 -0.851814 -0.118012 0 0 v -5.31748 -3.30065 5.15723 -0.493736 -0.82361 -0.27909 0 0 v -7.24257 -1.52547 5.91823 -0.875186 -0.462454 -0.142078 0 0 v -4.23436 -1.20919 2.72181 -0.236055 -0.542211 -0.806403 0 0 v -1.86755 -2.93363 1.80436 -0.270769 -0.727462 0.630462 0 0 v -1.79597 -3.00318 1.80453 -0.495006 -0.441703 0.748243 0 0 v -1.73432 -3.08829 1.81104 -0.521522 -0.367518 0.770029 0 0 v -1.66537 -3.15974 1.81507 -0.50371 -0.372659 0.77936 0 0 v -1.60309 -3.23887 1.81798 -0.425694 -0.430325 0.795993 0 0 v -1.52514 -3.30257 1.82099 -0.374525 -0.521163 0.76689 0 0 v -1.44497 -3.36361 1.81954 -0.400234 -0.494594 0.771485 0 0 v -1.37403 -3.43383 1.82065 -0.406737 -0.450541 0.794718 0 0 v -1.30266 -3.50418 1.82149 -0.389611 -0.433526 0.812563 0 0 v -1.22335 -3.56665 1.82198 -0.389628 -0.400409 0.829374 0 0 v -4.2547 -1.2196 2.7367 -0.34121 -0.335491 -0.878078 0 0 v -5.88684 4.23539 11.8098 -0.943938 0.195461 -0.266038 0 0 v -7.14964 -2.5362 11.4196 -0.719792 -0.432023 0.543375 0 0 v -5.95872 -2.94793 5.29092 -0.517735 -0.812495 -0.267959 0 0 v -7.17263 -1.60378 5.78642 -0.841687 -0.496791 -0.21157 0 0 v -6.63187 -3.94681 8.72206 -0.042173 -0.984138 -0.172318 0 0 v -6.94106 -1.93695 5.79919 -0.797577 -0.579434 -0.167712 0 0 v -6.81749 -1.97732 5.12362 -0.851301 -0.476121 -0.220445 0 0 v -3.00984 1.0832 13.7891 -0.530264 -0.196766 0.824683 0 0 v -6.92017 -1.91829 5.6611 -0.82508 -0.539982 -0.166319 0 0 v -1.01759 -4.08841 5.74607 -0.736307 -0.525691 0.426029 0 0 v -7.13727 -3.85518 9.39537 -0.742922 -0.66851 0.0340758 0 0 v -7.3637 -3.65618 9.39167 -0.656983 -0.720509 0.2219 0 0 v -7.34467 -2.45541 11.1416 -0.886348 -0.250568 0.389363 0 0 v -7.47086 -3.63759 8.85017 -0.706502 -0.704904 -0.0629757 0 0 v -1.0906 -4.17867 5.19888 -0.868902 -0.483054 0.108023 0 0 v -0.663434 -3.71786 6.4034 -0.439541 -0.463472 0.769413 0 0 v -6.32597 -4.06378 8.45816 -0.53141 -0.736851 -0.417916 0 0 v -6.49299 -2.86014 11.6966 -0.373684 -0.536381 0.75674 0 0 v -6.74602 -4.03723 9.13177 -0.373223 -0.80401 -0.462896 0 0 v -7.17386 -2.8502 11.1503 -0.699744 -0.465406 0.541992 0 0 v -7.37421 -3.51494 9.66086 -0.798523 -0.524945 0.294609 0 0 v -7.02057 -3.70861 10.3518 -0.686545 -0.593117 0.420557 0 0 v -7.6003 -3.48234 8.84606 -0.800515 -0.592155 -0.0923525 0 0 v -7.15316 -1.71165 6.19925 -0.847408 -0.530849 -0.00995979 0 0 v -0.624774 -4.54886 5.62267 -0.454875 -0.799995 0.391276 0 0 v -0.587314 -3.78238 6.41013 -0.466361 -0.367912 0.804455 0 0 v -6.23191 4.36772 13.8335 -0.68165 -0.308171 0.663615 0 0 v -7.09194 -1.79777 6.06748 -0.824485 -0.563463 -0.0522792 0 0 v -7.19105 -1.6181 5.9237 -0.849558 -0.509863 -0.135241 0 0 v -6.17675 2.41434 12.8633 -0.904057 -0.23659 0.355958 0 0 v -6.40399 -4.12906 8.86446 -0.660642 -0.737898 -0.138056 0 0 v -6.96382 -3.35473 10.8897 -0.594442 -0.606322 0.528216 0 0 v -1.14911 -3.7945 5.86951 -0.759388 -0.524778 0.384627 0 0 v -5.85969 -3.11485 5.83691 -0.56916 -0.822075 -0.0157998 0 0 v -2.73531 1.07869 13.9363 -0.387333 -0.412826 0.824347 0 0 v -4.20608 0.236377 1.80441 -0.839563 -0.341514 0.422496 0 0 v -4.16374 0.138997 1.81143 -0.855527 -0.390164 0.340359 0 0 v -4.11279 0.0496069 1.81717 -0.793132 -0.511115 0.331215 0 0 v -4.05205 -0.0312932 1.82115 -0.722468 -0.600146 0.343314 0 0 v -3.98188 -0.102823 1.82335 -0.704969 -0.633557 0.318784 0 0 v -3.91683 -0.179733 1.82521 -0.686569 -0.649086 0.327583 0 0 v -3.84606 -0.250243 1.82722 -0.639201 -0.704133 0.309223 0 0 v -3.76923 -0.314603 1.82905 -0.650965 -0.706716 0.277122 0 0 v -3.69647 -0.383473 1.83014 -0.697191 -0.676362 0.237613 0 0 v -3.62684 -0.454983 1.83252 -0.737144 -0.6389 0.220057 0 0 v -3.56613 -0.534353 1.83617 -0.822061 -0.506027 0.261061 0 0 v -7.34892 -1.34357 6.18338 -0.922078 -0.386517 -0.0194141 0 0 v -7.42961 -3.42837 9.65886 -0.78758 -0.521355 0.328491 0 0 v -6.58601 -4.13134 10.2288 -0.413911 -0.799101 0.436022 0 0 v -7.30129 -1.44153 6.05167 -0.904894 -0.419417 -0.0724956 0 0 v 0.0288361 3.23105 7.26927 -0.141426 0.904307 0.402776 0 0 v -7.09233 -1.6689 5.65285 -0.829314 -0.469849 -0.302456 0 0 v -5.81007 -3.07675 5.42942 -0.494057 -0.840211 -0.223502 0 0 v -5.72146 -3.12887 5.43028 -0.487831 -0.849085 -0.202672 0 0 v -3.62125 -2.27359 1.99218 -0.859632 -0.345634 0.376259 0 0 v -3.57548 -2.36994 1.99779 -0.810148 -0.440293 0.387044 0 0 v -3.51736 -2.45276 2.00324 -0.773361 -0.487172 0.405679 0 0 v -3.46232 -2.54051 2.00715 -0.759237 -0.469679 0.450511 0 0 v -0.477104 -3.95569 6.41148 -0.48382 -0.366218 0.79486 0 0 v -0.408074 -4.02748 6.41603 -0.423301 -0.421432 0.802005 0 0 v -0.331384 -4.09148 6.42094 -0.425817 -0.43424 0.793799 0 0 v -0.261154 -4.1628 6.42384 -0.347714 -0.485039 0.802391 0 0 v -6.64257 -2.09128 4.85414 -0.754006 -0.519647 -0.401798 0 0 v -5.17237 2.47787 7.20607 -0.46625 0.807774 0.36071 0 0 v -6.59227 -3.91948 8.58106 -0.192402 -0.94197 -0.275091 0 0 v -6.51062 -3.02294 11.5653 -0.431889 -0.567111 0.701325 0 0 v -7.75049 -3.19837 9.10647 -0.934471 -0.296581 0.196988 0 0 v -7.7097 -3.3008 9.10936 -0.894995 -0.409778 0.176253 0 0 v -5.93388 -3.03517 6.24143 -0.621044 -0.771209 0.139788 0 0 v -0.166604 -4.2101 6.42683 -0.329414 -0.555907 0.763187 0 0 v -0.0857039 -4.26866 6.42289 -0.273299 -0.576168 0.770284 0 0 v -1.67151 -2.8788 1.93078 -0.319844 -0.54893 0.772254 0 0 v -1.60843 -2.95858 1.93324 -0.403139 -0.35767 0.842349 0 0 v -1.54575 -3.03732 1.93656 -0.354649 -0.338234 0.871678 0 0 v -1.38926 -3.16354 1.93899 -0.243858 -0.355987 0.902112 0 0 v -1.29312 -3.20942 1.9382 -0.196625 -0.37067 0.907713 0 0 v -1.17931 -3.23857 1.93711 -0.212385 -0.339793 0.916206 0 0 v -3.43773 0.499976 13.2216 -0.355515 -0.589522 0.725309 0 0 v -6.51087 -2.48195 6.2262 -0.644382 -0.763796 -0.037253 0 0 v -6.96878 -2.7798 11.4245 -0.573758 -0.515968 0.636065 0 0 v -7.24961 -2.3543 11.4148 -0.809618 -0.35508 0.467372 0 0 v -7.33053 -2.15518 11.409 -0.852663 -0.37139 0.367471 0 0 v -7.52109 -1.78248 11.4002 -0.868389 -0.420675 0.262553 0 0 v -7.04824 -1.72839 6.87687 -0.807767 -0.546369 0.221344 0 0 v -0.971214 3.26643 7.26696 -0.0447249 0.936691 0.347289 0 0 v -6.76949 -3.73475 10.6287 -0.508941 -0.679063 0.529011 0 0 v -6.18566 2.11431 12.5827 -0.946834 -0.244118 0.209554 0 0 v -0.829504 -4.32522 5.7538 -0.634456 -0.669133 0.386945 0 0 v -6.86383 -1.96699 6.88547 -0.741907 -0.626869 0.237928 0 0 v -7.14354 -3.85579 9.53237 -0.807462 -0.588808 -0.0361984 0 0 v -7.60442 -3.48424 8.98067 -0.79526 -0.605832 0.0229834 0 0 v -6.32291 -2.73878 5.55993 -0.739325 -0.672544 -0.0328957 0 0 v -6.7911 1.02477 10.5011 -0.618032 0.713278 0.330562 0 0 v -7.01508 -4.00209 9.81016 -0.689827 -0.709364 0.144714 0 0 v -0.851214 -4.05706 6.01413 -0.725068 -0.479727 0.494103 0 0 v -5.8602 -3.11062 5.97249 -0.569818 -0.821609 0.0163273 0 0 v -6.61421 -2.33333 5.27446 -0.79486 -0.589089 -0.145503 0 0 v -6.67068 -3.3368 11.1631 -0.500152 -0.610314 0.6143 0 0 v -5.75817 4.92931 11.9388 -0.977636 0.188971 -0.0922905 0 0 v -7.50498 -1.91929 11.1294 -0.921625 -0.384717 0.0509851 0 0 v -6.58324 -2.25165 6.89447 -0.681801 -0.6825 0.263325 0 0 v -7.1127 -3.0754 11.0193 -0.662646 -0.550911 0.507343 0 0 v -6.22384 3.80185 13.5549 -0.78053 -0.313608 0.540762 0 0 v -3.20659 1.02559 13.6462 -0.592982 -0.176476 0.785639 0 0 v -6.0186 -2.98265 6.10479 -0.624055 -0.776044 0.09116 0 0 v -5.94551 -2.73623 7.17776 -0.505528 -0.85455 0.119101 0 0 v -5.94443 -3.05297 5.9717 -0.590887 -0.8061 0.0324879 0 0 v -7.2108 -3.18167 10.7446 -0.763395 -0.502347 0.406049 0 0 v -7.44643 -3.14947 10.0605 -0.907071 -0.333284 0.257185 0 0 v -6.34107 5.11777 14.1146 -0.73613 -0.331993 0.589825 0 0 v -6.20089 2.0942 12.4431 -0.98361 -0.158439 0.0860685 0 0 v -7.19533 -3.75643 9.80316 -0.869355 -0.475925 0.133104 0 0 v -6.73618 -2.04122 4.99073 -0.8103 -0.491053 -0.319814 0 0 v -0.894744 -4.39808 5.48351 -0.695948 -0.658593 0.286203 0 0 v -0.750594 -4.53607 5.48638 -0.579628 -0.747968 0.323383 0 0 v -2.0947 2.39185 13.3441 -0.443181 0.892839 -0.0801874 0 0 v -6.47402 -2.4803 5.14747 -0.723786 -0.631659 -0.277742 0 0 v -6.63157 -4.02886 10.3601 -0.473848 -0.750266 0.461052 0 0 v -7.29516 -3.57387 9.79827 -0.834667 -0.503378 0.223475 0 0 v -4.08727 0.0784668 1.95317 -0.828104 -0.508578 0.235779 0 0 v -4.0254 -0.00105314 1.95653 -0.770258 -0.594486 0.230844 0 0 v -3.9612 -0.0788932 1.95937 -0.709911 -0.665053 0.231798 0 0 v -3.88638 -0.145093 1.96129 -0.70869 -0.675133 0.204828 0 0 v -3.82252 -0.222673 1.96391 -0.715535 -0.670882 0.194748 0 0 v -3.75201 -0.293583 1.96623 -0.699538 -0.699048 0.148256 0 0 v -3.68123 -0.364033 1.96812 -0.731296 -0.668189 0.136853 0 0 v -3.61632 -0.441193 1.97091 -0.744653 -0.657481 0.114942 0 0 v -3.54845 -0.513623 1.9735 -0.792901 -0.596617 0.123922 0 0 v -3.49476 -0.613463 1.97763 -0.935779 -0.333532 0.114339 0 0 v -0.398864 -4.59949 5.75551 -0.387851 -0.850846 0.354447 0 0 v -7.16413 -2.69645 11.2837 -0.716487 -0.425718 0.55264 0 0 v -2.5051 2.08758 13.6404 -0.55567 0.796085 0.239749 0 0 v -7.31482 -3.75901 9.12376 -0.622601 -0.772197 0.126811 0 0 v -5.2576 -3.37729 5.29489 -0.447036 -0.864048 -0.231475 0 0 v -5.34694 -3.32706 5.2937 -0.50307 -0.832213 -0.233114 0 0 v -5.4336 -3.27172 5.29368 -0.55177 -0.80439 -0.220242 0 0 v -3.59516 -2.24497 2.12614 -0.908585 -0.37024 0.193381 0 0 v -3.54757 -2.3358 2.13204 -0.860902 -0.460518 0.216265 0 0 v -3.49311 -2.42436 2.13654 -0.820391 -0.537027 0.196368 0 0 v -3.43296 -2.50585 2.14039 -0.806398 -0.558979 0.19304 0 0 v -3.37479 -2.59143 2.14385 -0.786193 -0.572142 0.233567 0 0 v -7.2587 -3.37182 10.3378 -0.841674 -0.46488 0.274719 0 0 v -1.20376 -3.60759 4.47093 -0.795381 -0.482767 -0.366477 0 0 v -3.06485 -2.85167 2.14674 -0.474773 -0.880055 0.00967974 0 0 v -7.15163 -3.26273 10.7488 -0.71487 -0.55649 0.423415 0 0 v -6.713 -3.96962 10.3607 -0.526408 -0.716134 0.458309 0 0 v -7.38445 -3.69738 8.71826 -0.651274 -0.739561 -0.169974 0 0 v -7.45608 -3.62674 8.71587 -0.700211 -0.684808 -0.201847 0 0 v -7.69351 -3.29817 8.70687 -0.873158 -0.424835 -0.238979 0 0 v -7.73836 -3.18873 8.70637 -0.913421 -0.32771 -0.24139 0 0 v -6.57179 -3.96746 10.4994 -0.395161 -0.760272 0.515591 0 0 v -6.72171 -2.66704 11.6951 -0.484538 -0.496398 0.720286 0 0 v -1.57151 -2.76263 2.05251 -0.106955 -0.793118 0.599604 0 0 v -1.44797 -2.78908 2.04868 -0.175734 -0.621839 0.763174 0 0 v -1.33717 -2.82898 2.05033 -0.292922 -0.504096 0.812455 0 0 v -1.25072 -2.88284 2.05014 -0.366912 -0.542872 0.755424 0 0 v -1.16434 -2.93687 2.0503 -0.438247 -0.50493 0.74363 0 0 v -1.09335 -3.00732 2.05185 -0.559801 -0.531571 0.635653 0 0 v -6.31151 4.28401 13.6906 -0.792702 -0.278158 0.54245 0 0 v -5.77918 -3.1682 5.9738 -0.523193 -0.851891 0.0234761 0 0 v -0.579604 -4.34902 6.02414 -0.520846 -0.691992 0.499866 0 0 v -6.96115 -1.62978 7.27797 -0.826729 -0.413945 0.381009 0 0 v -6.75026 -2.17902 5.53818 -0.824802 -0.564343 -0.0348939 0 0 v -1.2593 -3.52495 4.47011 -0.801225 -0.495012 -0.336158 0 0 v -7.32202 -2.71918 11.0095 -0.854768 -0.317669 0.410436 0 0 v -7.53993 -3.56411 8.84806 -0.761845 -0.643153 -0.077109 0 0 v -1.185 -3.9993 4.91364 -0.896428 -0.409158 -0.170312 0 0 v -6.66681 -1.89102 7.56957 -0.818058 -0.557563 0.141081 0 0 v 0.0797361 -3.38953 7.07717 -0.085374 -0.985119 0.149171 0 0 v -1.02808 -4.27119 4.78888 -0.841547 -0.466068 -0.273091 0 0 v -6.6769 -4.24447 9.40597 -0.505382 -0.821444 -0.264231 0 0 v -6.76318 -4.18845 9.40456 -0.550132 -0.799569 -0.240923 0 0 v -5.64802 -3.19521 5.56532 -0.429593 -0.89153 -0.143614 0 0 v -6.3941 -2.3376 7.16667 -0.679169 -0.697116 0.229691 0 0 v -6.535 -2.19598 7.16236 -0.694302 -0.669105 0.265033 0 0 v -6.38807 -2.66277 5.5566 -0.752998 -0.657796 -0.0172747 0 0 v -7.58687 -3.45783 9.24846 -0.792083 -0.569909 0.21865 0 0 v -5.37848 -3.09329 4.73837 -0.405165 -0.809527 -0.424862 0 0 v -7.61268 -3.33703 9.38227 -0.85096 -0.412669 0.324918 0 0 v -7.4051 -3.55021 9.52586 -0.758048 -0.575144 0.307526 0 0 v -7.61026 -3.35862 8.57207 -0.794683 -0.49511 -0.351205 0 0 v -5.07509 2.21488 7.91736 -0.478518 0.825495 0.299297 0 0 v 2.53393 4.07067 5.7578 0.377994 0.893674 0.241799 0 0 v -7.22331 -2.75706 11.1501 -0.765617 -0.388227 0.512944 0 0 v -6.2449 -2.54076 4.87031 -0.579934 -0.664501 -0.47129 0 0 v -6.3521 4.38203 13.6871 -0.841167 -0.268639 0.469331 0 0 v -7.54674 -1.81868 11.1272 -0.931032 -0.363967 0.0265951 0 0 v -0.999004 -4.3733 5.07014 -0.841373 -0.539762 0.027365 0 0 v -1.16235 4.35138 5.75864 -0.598249 0.619966 0.507681 0 0 v -3.16264 0.927806 13.6484 -0.524056 -0.287711 0.801615 0 0 v -6.28105 3.73741 13.4102 -0.872425 -0.262231 0.412444 0 0 v -6.49077 -2.13962 7.56767 -0.800929 -0.598474 -0.0184679 0 0 v -7.5608 -1.76923 11.0261 -0.951106 -0.221026 -0.215743 0 0 v -7.48664 -1.59761 11.6691 -0.766175 -0.392889 0.508541 0 0 v -6.91819 -3.89434 10.2207 -0.57874 -0.692253 0.431098 0 0 v -6.09641 -2.91925 6.10343 -0.661515 -0.743609 0.097177 0 0 v -1.32782 -3.70499 5.31517 -0.90181 -0.425408 0.0759386 0 0 v -6.27894 5.47013 14.4026 -0.696332 -0.362166 0.619643 0 0 v -1.2084 -3.85977 5.59832 -0.85455 -0.464653 0.232038 0 0 v -0.960394 -4.32301 5.47984 -0.7937 -0.561547 0.233892 0 0 v -1.2873 -3.81099 5.18203 -0.911926 -0.410332 -0.00428961 0 0 v -7.27968 -3.73936 8.58437 -0.598754 -0.749925 -0.281258 0 0 v -7.00702 -1.59088 5.3734 -0.847671 -0.348731 -0.3998 0 0 v -6.79161 -3.61075 10.7607 -0.521563 -0.651534 0.550887 0 0 v -4.06672 0.100897 2.09048 -0.859135 -0.467565 0.208015 0 0 v -4.0072 0.0202469 2.0942 -0.801013 -0.57618 0.162464 0 0 v -3.94674 -0.0600831 2.09774 -0.761827 -0.637286 0.116128 0 0 v -3.87785 -0.132573 2.10008 -0.748235 -0.660079 0.066629 0 0 v -3.81297 -0.209193 2.10315 -0.741897 -0.667953 0.058546 0 0 v -3.67316 -0.352203 2.10731 -0.739573 -0.671915 0.0395127 0 0 v -3.60971 -0.430323 2.11086 -0.757833 -0.652147 0.0198222 0 0 v -3.54233 -0.503173 2.11302 -0.822268 -0.569055 -0.00715953 0 0 v -3.48647 -0.607733 2.11692 -0.955486 -0.271596 -0.115251 0 0 v -7.22913 -2.0457 11.6818 -0.723327 -0.408033 0.557052 0 0 v -6.35408 -2.60781 6.22842 -0.658334 -0.7513 0.0463149 0 0 v -6.81227 -2.09602 5.67029 -0.814114 -0.579051 -0.0437879 0 0 v -6.23547 -2.79584 5.42667 -0.615715 -0.763341 -0.195464 0 0 v -7.20031 -3.76606 9.66667 -0.835874 -0.546284 0.0537375 0 0 v -7.1263 -3.67644 10.2114 -0.774223 -0.52344 0.355794 0 0 v -6.05313 1.68693 12.591 -0.767421 -0.334077 0.547227 0 0 v -3.57848 -2.22503 2.26244 -0.928121 -0.35474 0.112917 0 0 v -3.53616 -2.32266 2.26846 -0.882977 -0.457953 0.103103 0 0 v -3.48261 -2.41105 2.27292 -0.833698 -0.54398 0.0950387 0 0 v -3.42448 -2.4937 2.27686 -0.816027 -0.57391 0.0687641 0 0 v -3.36308 -2.57421 2.28039 -0.792698 -0.604162 0.0813492 0 0 v -3.29873 -2.65317 2.28318 -0.759133 -0.642987 0.10141 0 0 v -3.23322 -2.72962 2.28596 -0.723802 -0.687195 0.0622306 0 0 v -3.15724 -2.79657 2.28717 -0.608559 -0.793427 0.0113754 0 0 v -3.07459 -2.85602 2.28722 -0.539405 -0.840615 -0.0490807 0 0 v -2.98539 -2.90764 2.28707 -0.472179 -0.877081 -0.0881839 0 0 v -6.07709 -2.91869 5.42997 -0.544352 -0.8086 -0.223263 0 0 v -7.52387 -3.55309 8.71427 -0.759864 -0.612793 -0.217007 0 0 v -3.29307 0.792646 13.5018 -0.5512 -0.340629 0.761676 0 0 v -6.79772 -3.91168 10.3567 -0.554643 -0.701414 0.447649 0 0 v -7.08932 -3.93885 9.67116 -0.77063 -0.636916 0.0216249 0 0 v -6.6807 -2.05903 7.15707 -0.69602 -0.661558 0.2791 0 0 v -6.43357 -3.23176 11.4342 -0.380767 -0.612165 0.693016 0 0 v -0.870294 -4.52294 5.21382 -0.674699 -0.728164 0.12066 0 0 v -1.34896 -2.69646 2.17919 -0.221705 -0.882336 0.415125 0 0 v -1.26881 -2.75473 2.17931 -0.545993 -0.743625 0.385893 0 0 v -1.19082 -2.81876 2.18057 -0.651898 -0.688683 0.317404 0 0 v -1.12772 -2.89668 2.18339 -0.733154 -0.637956 0.235577 0 0 v -1.05936 -2.96921 2.18645 -0.795911 -0.588033 0.144021 0 0 v -1.00427 -3.0559 2.19047 -0.800108 -0.583863 0.137591 0 0 v -0.959494 -3.59078 6.27001 -0.546048 -0.569682 0.614242 0 0 v -0.896514 -3.67187 6.27109 -0.553742 -0.459582 0.694374 0 0 v -0.0102639 -3.76513 6.66908 -0.300977 -0.348351 0.88773 0 0 v -6.2338 -2.7751 6.09836 -0.75206 -0.643375 0.143085 0 0 v -5.92849 -2.92085 5.15494 -0.545847 -0.790806 -0.276907 0 0 v -6.31183 5.28718 14.2623 -0.798247 -0.311569 0.515486 0 0 v -6.01015 -2.98948 5.56595 -0.531324 -0.834642 -0.145149 0 0 v -3.40958 0.673416 13.3598 -0.488317 -0.42826 0.760355 0 0 v -1.07197 -4.17501 4.78429 -0.87386 -0.389494 -0.290968 0 0 v -6.24603 -2.79155 5.96401 -0.741237 -0.659504 0.124989 0 0 v -5.28905 -3.39655 5.70095 -0.503732 -0.858158 0.099091 0 0 v -5.28204 -3.13837 4.73823 -0.390462 -0.810273 -0.437032 0 0 v -6.87189 -3.84427 10.3572 -0.591516 -0.676465 0.438753 0 0 v -6.46845 -2.27073 7.16346 -0.684363 -0.689223 0.237945 0 0 v -3.64028 0.435446 13.0755 -0.387523 -0.534476 0.751107 0 0 v -7.22153 -1.50981 5.78095 -0.864556 -0.443411 -0.236497 0 0 v -5.26614 2.62171 6.05515 -0.361214 0.927622 0.0950881 0 0 v -6.45375 -2.58828 5.55453 -0.770309 -0.637537 -0.0130786 0 0 v -2.8673 3.18924 5.95952 -0.292831 0.952124 -0.0878065 0 0 v -6.30799 -4.17911 8.73116 -0.55547 -0.816733 -0.156206 0 0 v -6.65275 -2.23372 5.13368 -0.794411 -0.559838 -0.235569 0 0 v -6.62661 -2.34093 5.40931 -0.807084 -0.585298 -0.0777318 0 0 v -6.51472 -2.32459 6.89466 -0.680101 -0.682761 0.267021 0 0 v -7.46546 -2.01728 11.1312 -0.929755 -0.357517 0.0879584 0 0 v -7.58228 -1.71561 11.1257 -0.962009 -0.270348 -0.0380888 0 0 v -7.34931 -3.22651 8.13047 -0.586876 -0.349388 -0.730414 0 0 v -7.56601 -1.68696 11.3976 -0.903497 -0.368988 0.218041 0 0 v -7.4209 -1.964 11.4042 -0.842174 -0.424477 0.332509 0 0 v -6.34645 5.39701 14.2543 -0.897248 -0.152468 0.414366 0 0 v -6.49823 -3.59244 11.0336 -0.422981 -0.664073 0.616517 0 0 v -7.22613 -3.64219 9.93676 -0.868184 -0.458632 0.189505 0 0 v -1.3029 2.73018 14.2393 -0.512043 0.846481 0.145881 0 0 v -6.0139 1.30115 12.46 -0.66993 -0.245421 0.700687 0 0 v -5.74301 -3.14792 5.56586 -0.45454 -0.873124 -0.176205 0 0 v -5.84306 3.56476 11.6869 -0.595464 0.0117371 -0.803296 0 0 v -6.63285 -2.34428 5.54473 -0.807555 -0.58931 -0.0238439 0 0 v -7.06477 -3.90566 9.94516 -0.735421 -0.630006 0.249495 0 0 v -6.38097 -2.66014 5.42312 -0.736341 -0.670178 -0.0930757 0 0 v -0.773284 -4.17496 4.21648 -0.740243 -0.525179 -0.419793 0 0 v -0.822624 -4.46724 5.4852 -0.645851 -0.695144 0.315676 0 0 v -1.33329 -3.71508 5.17719 -0.89571 -0.444605 0.00540954 0 0 v -7.72007 -3.31303 8.97567 -0.875111 -0.48255 0.0364033 0 0 v -5.97047 2.49071 13.1452 -0.540506 -0.397725 0.741396 0 0 v -6.23196 3.35462 13.2708 -0.869591 -0.264276 0.417097 0 0 v 2.22807 2.97302 7.55316 0.116046 0.965129 0.234648 0 0 v -3.99831 0.0322268 2.23277 -0.829488 -0.557304 0.036903 0 0 v -3.94439 -0.0548632 2.23745 -0.786997 -0.616642 0.0197049 0 0 v -3.87795 -0.128523 2.2394 -0.762659 -0.646494 -0.0199168 0 0 v -3.81541 -0.207273 2.24287 -0.753126 -0.653191 -0.0783743 0 0 v -3.74596 -0.279053 2.24475 -0.729166 -0.668512 -0.14632 0 0 v -3.67888 -0.352593 2.24645 -0.763821 -0.622985 -0.168725 0 0 v -3.61762 -0.432083 2.24991 -0.769739 -0.59838 -0.222358 0 0 v -3.55568 -0.512193 2.25777 -0.836797 -0.457144 -0.301315 0 0 v -3.51725 -0.618693 2.26019 -0.900504 -0.115244 -0.419299 0 0 v -3.58382 -0.967303 2.29569 -0.92661 0.160301 -0.340143 0 0 v -3.6264 -1.14737 2.31249 -0.939035 0.184352 -0.29022 0 0 v -3.672 -1.33688 2.33138 -0.973025 0.14509 -0.179364 0 0 v -3.69241 -1.50041 2.34669 -0.991726 0.0722639 -0.106098 0 0 v -6.22639 5.66788 14.5495 -0.652987 -0.366502 0.662785 0 0 v -7.08443 -2.46849 11.5543 -0.666196 -0.447693 0.596451 0 0 v -7.10273 -1.54189 5.50984 -0.815294 -0.429123 -0.388779 0 0 v -3.61371 -2.11129 2.39218 -0.953267 -0.302124 0.00188854 0 0 v -3.57555 -2.21609 2.39926 -0.925255 -0.378727 0.0216468 0 0 v -3.52975 -2.31237 2.40468 -0.881295 -0.47111 0.0370808 0 0 v -3.47655 -2.40092 2.40904 -0.852444 -0.522345 0.0222234 0 0 v -3.42278 -2.48884 2.41378 -0.817082 -0.575988 0.0247942 0 0 v -3.36123 -2.56898 2.41713 -0.781421 -0.623316 0.0293071 0 0 v -3.29488 -2.64407 2.41936 -0.759409 -0.649938 0.0296482 0 0 v -3.23029 -2.72249 2.4222 -0.753702 -0.656979 0.0176664 0 0 v -3.1607 -2.79536 2.42432 -0.67838 -0.734681 -0.00669349 0 0 v -3.0803 -2.85804 2.42503 -0.59605 -0.801441 -0.0491615 0 0 v -2.99757 -2.91658 2.4256 -0.514162 -0.853269 -0.0870031 0 0 v -6.88695 -4.03482 9.26316 -0.540109 -0.764495 -0.351894 0 0 v -7.31752 -3.60049 9.66246 -0.791491 -0.559349 0.246314 0 0 v -7.58223 -3.46864 8.71057 -0.783053 -0.581255 -0.221291 0 0 v -6.90151 -1.90771 5.52668 -0.867131 -0.475905 -0.146961 0 0 v -7.50529 -3.07311 9.92626 -0.942061 -0.226576 0.247353 0 0 v -1.41592 -3.51803 5.02799 -0.894263 -0.429256 -0.12662 0 0 v -7.43527 -1.8339 11.5377 -0.800372 -0.449093 0.39714 0 0 v -5.46469 2.63325 5.62137 -0.264519 0.957112 0.118182 0 0 v -5.85916 -2.86194 4.87684 -0.571398 -0.733235 -0.368607 0 0 v -1.25446 -2.73671 2.31666 -0.601494 -0.796336 0.0636749 0 0 v -1.18309 -2.80629 2.31861 -0.744785 -0.665653 0.0469228 0 0 v -1.12007 -2.88493 2.32173 -0.794593 -0.606903 0.017043 0 0 v -1.06492 -2.97184 2.32634 -0.82767 -0.561156 -0.00815998 0 0 v -1.00597 -3.05341 2.3299 -0.832141 -0.554059 -0.02366 0 0 v -0.954184 -3.14243 2.33453 -0.835866 -0.546553 -0.0510754 0 0 v -0.893584 -3.22266 2.33789 -0.810036 -0.585228 -0.0367313 0 0 v -0.836234 -3.30782 2.34234 -0.821167 -0.56891 -0.0450185 0 0 v -0.777574 -3.38925 2.34546 -0.838453 -0.542045 -0.0564272 0 0 v -0.727334 -3.48201 2.35171 -0.833941 -0.551342 -0.0237338 0 0 v -0.667794 -3.56282 2.35473 -0.809013 -0.585221 -0.0549062 0 0 v -0.607674 -3.64361 2.35782 -0.792927 -0.600012 -0.106081 0 0 v -0.545614 -3.72262 2.36108 -0.768811 -0.626131 -0.129961 0 0 v -0.479384 -3.79704 2.36249 -0.746736 -0.645176 -0.161658 0 0 v -0.412024 -3.87214 2.36705 -0.721589 -0.668328 -0.180686 0 0 v -0.271054 -4.01358 2.37144 -0.667378 -0.719182 -0.193347 0 0 v -0.193694 -4.07846 2.37163 -0.600894 -0.76883 -0.218693 0 0 v -6.87743 1.33671 9.32827 -0.505346 0.859569 -0.0759447 0 0 v -5.91865 -2.64793 4.59491 -0.632407 -0.646497 -0.426735 0 0 v -5.86163 -3.10775 6.1081 -0.58297 -0.810476 0.0572175 0 0 v -6.23491 -4.24577 8.86677 -0.533484 -0.834749 -0.13634 0 0 v -5.36547 2.59496 6.05294 -0.197868 0.976675 0.0833951 0 0 v -7.26727 -1.41377 5.77625 -0.884485 -0.403517 -0.234222 0 0 v -7.06941 -3.81735 8.45247 -0.377647 -0.822644 -0.425017 0 0 v -6.59259 -3.10989 11.4343 -0.480515 -0.583942 0.654306 0 0 v -7.39292 -3.69424 9.12176 -0.649947 -0.749357 0.126626 0 0 v -5.72084 -2.73812 4.4542 -0.539276 -0.729863 -0.420097 0 0 v -7.36234 -2.76163 10.8733 -0.891881 -0.28595 0.350401 0 0 v -7.16156 -3.12706 10.8841 -0.705279 -0.541048 0.458092 0 0 v -7.09399 -2.62254 11.4207 -0.682783 -0.449949 0.575633 0 0 v -7.4762 -3.1836 9.92447 -0.903024 -0.342247 0.259643 0 0 v -0.841754 -3.75871 6.27336 -0.561835 -0.391105 0.728957 0 0 v -0.503234 -4.46617 4.36412 -0.506403 -0.801418 -0.318253 0 0 v -4.0657 3.13393 5.66223 -0.199401 0.96294 -0.181622 0 0 v -6.51401 -2.50827 5.55143 -0.797423 -0.603341 -0.00974889 0 0 v -5.28965 -3.40344 5.5664 -0.478006 -0.877653 -0.0351356 0 0 v -6.27903 4.46394 13.8347 -0.685934 -0.335657 0.645622 0 0 v -6.65678 -2.74218 11.6919 -0.472534 -0.508516 0.719807 0 0 v -6.84666 -1.99784 5.39531 -0.894105 -0.436566 -0.0999367 0 0 v -7.32753 -3.46069 9.93186 -0.845764 -0.477923 0.237218 0 0 v -6.75532 -4.16407 9.95247 -0.548107 -0.781279 0.298634 0 0 v -6.66722 -2.89767 11.5614 -0.483291 -0.550749 0.680519 0 0 v -7.66227 -3.26969 8.57027 -0.836659 -0.411288 -0.361723 0 0 v -0.569694 -4.63985 5.48809 -0.405128 -0.857546 0.316996 0 0 v -0.664354 -4.59144 5.48751 -0.470832 -0.821164 0.322499 0 0 v -0.756514 -4.56227 4.79839 -0.50124 -0.810614 -0.30276 0 0 v -6.76052 -2.1768 5.94457 -0.773868 -0.627385 -0.0866905 0 0 v -2.26466 3.29791 5.68199 -0.374931 0.884352 -0.278117 0 0 v -6.91941 -1.79239 5.24929 -0.945208 -0.295919 -0.137895 0 0 v -3.55169 0.383526 13.0765 -0.275308 -0.645464 0.712448 0 0 v -7.28872 -1.4098 6.59416 -0.904765 -0.396683 0.155061 0 0 v -7.24147 -1.50489 6.59782 -0.871384 -0.464511 0.15786 0 0 v -3.83668 -0.224103 2.38435 -0.751493 -0.619915 -0.225752 0 0 v -6.18522 -2.8749 5.83217 -0.684266 -0.724966 0.0787638 0 0 v -3.63724 -0.729413 2.41616 -0.803248 0.12556 -0.58226 0 0 v -3.68656 -0.918883 2.4348 -0.705352 -0.0511562 -0.707008 0 0 v -3.67693 -1.06574 2.45566 -0.748059 -0.0894692 -0.657573 0 0 v -3.68713 -1.20409 2.46055 -0.90282 0.00904586 -0.429923 0 0 v -3.70245 -1.35936 2.47365 -0.962836 0.0290266 -0.268522 0 0 v -3.7096 -1.5063 2.48564 -0.977464 -0.00486121 -0.211046 0 0 v -3.70964 -1.64494 2.49653 -0.987257 -0.0484801 -0.151572 0 0 v -3.69874 -1.77494 2.5069 -0.985292 -0.122663 -0.118966 0 0 v -3.68105 -1.89731 2.51582 -0.971673 -0.215471 -0.0970757 0 0 v -3.64992 -2.00353 2.52238 -0.956764 -0.27768 -0.0865866 0 0 v -3.61785 -2.11528 2.53066 -0.941841 -0.333129 -0.0442888 0 0 v -3.57695 -2.21367 2.53638 -0.910826 -0.412726 -0.00726429 0 0 v -3.53146 -2.31005 2.54203 -0.882581 -0.470108 -0.00701849 0 0 v -3.48093 -2.40012 2.54675 -0.84895 -0.528466 -0.00277031 0 0 v -3.42148 -2.48167 2.54994 -0.816884 -0.576789 -0.003856 0 0 v -3.36292 -2.56657 2.5543 -0.783614 -0.621114 -0.0129104 0 0 v -3.29721 -2.64179 2.5566 -0.768626 -0.639348 -0.0211883 0 0 v -3.23302 -2.7205 2.55968 -0.745583 -0.666213 -0.0163426 0 0 v -3.16389 -2.79354 2.56194 -0.715022 -0.698608 -0.0262875 0 0 v -3.08968 -2.86163 2.56406 -0.63711 -0.76904 -0.0516699 0 0 v -3.00948 -2.92373 2.56472 -0.557195 -0.828127 -0.0611441 0 0 v -2.91676 -2.97786 2.56252 -0.454623 -0.885748 -0.0936396 0 0 v -7.18883 -1.59322 6.60152 -0.862211 -0.479716 0.162682 0 0 v -7.6433 -3.38774 8.70846 -0.813264 -0.532295 -0.235084 0 0 v -6.60998 -2.12938 7.15937 -0.666378 -0.688894 0.285245 0 0 v -7.00549 -1.72645 5.51756 -0.836339 -0.464121 -0.291768 0 0 v -1.26483 -3.39147 4.31956 -0.802848 -0.45702 -0.382842 0 0 v -0.953064 -4.16609 5.74771 -0.742933 -0.497764 0.447528 0 0 v -7.49656 -1.90281 11.2654 -0.889805 -0.420752 0.176678 0 0 v -5.38007 1.787 10.2302 -0.068836 0.994762 0.0755638 0 0 v -7.14083 -1.6875 6.60529 -0.850805 -0.499498 0.163194 0 0 v -1.18651 -2.80577 2.45828 -0.752848 -0.655952 -0.0542774 0 0 v -1.12352 -2.88391 2.46175 -0.784692 -0.619713 -0.014649 0 0 v -1.06455 -2.96588 2.46496 -0.834141 -0.551363 -0.0144178 0 0 v -1.0113 -3.0534 2.46924 -0.84541 -0.533785 -0.0188494 0 0 v -0.957074 -3.14064 2.47394 -0.829058 -0.559123 -0.00669579 0 0 v -0.897644 -3.22173 2.47708 -0.823064 -0.567399 -0.0249671 0 0 v -0.840694 -3.30735 2.48187 -0.819093 -0.573399 -0.0173234 0 0 v -0.782644 -3.39207 2.48647 -0.828036 -0.560669 -0.00237935 0 0 v -0.721814 -3.47198 2.48983 -0.826388 -0.563089 0.00374732 0 0 v -0.668634 -3.56019 2.49417 -0.842989 -0.537067 -0.0304735 0 0 v -0.614844 -3.64746 2.49868 -0.821782 -0.567982 -0.0454953 0 0 v -0.556734 -3.72951 2.50168 -0.804697 -0.589126 -0.0734446 0 0 v -0.497574 -3.81091 2.50479 -0.786109 -0.604954 -0.126746 0 0 v -0.433534 -3.88901 2.50822 -0.748465 -0.645472 -0.152206 0 0 v -0.364414 -3.96114 2.51012 -0.708922 -0.678654 -0.191983 0 0 v -0.293274 -4.03184 2.51228 -0.682666 -0.690368 -0.239498 0 0 v -0.221764 -4.10183 2.51461 -0.614079 -0.756131 -0.226215 0 0 v -7.08374 -1.77279 6.608 -0.807985 -0.567478 0.158519 0 0 v 0.216576 -4.2281 2.50451 -0.445033 -0.812168 -0.377263 0 0 v 0.304126 -4.28212 2.50435 -0.47185 -0.78086 -0.409409 0 0 v -6.33264 5.69938 14.3859 -0.968595 -0.000915105 0.248643 0 0 v -7.54221 -3.56223 8.98316 -0.753528 -0.656511 0.0344915 0 0 v -7.15755 -3.76379 8.45037 -0.484125 -0.750918 -0.449161 0 0 v -6.17725 1.69382 9.34507 -0.42548 0.898049 -0.111687 0 0 v -7.0965 -3.79166 10.0789 -0.756895 -0.5713 0.317374 0 0 v -6.94953 -3.77998 10.3541 -0.605102 -0.661943 0.442361 0 0 v -7.17618 -2.13369 11.6844 -0.700812 -0.405615 0.586804 0 0 v -6.33106 -3.12516 11.5701 -0.289371 -0.609282 0.738268 0 0 v -6.89789 -2.84997 11.4259 -0.511902 -0.542213 0.666304 0 0 v -6.82448 -2.91789 11.4243 -0.493233 -0.555968 0.669044 0 0 v -6.75393 -2.17402 5.80783 -0.78774 -0.615569 -0.0232279 0 0 v -7.83226 -1.17621 9.78986 -0.94266 -0.0640581 0.327549 0 0 v -6.17603 -2.87321 5.56371 -0.614858 -0.778619 -0.125309 0 0 v -6.90135 -2.01277 6.61713 -0.775162 -0.60869 0.169176 0 0 v -7.38038 -3.37281 9.92887 -0.841275 -0.468575 0.269617 0 0 v -6.8371 -2.09016 6.61935 -0.746351 -0.643144 0.17125 0 0 v -5.75787 -3.03515 5.15366 -0.507952 -0.826214 -0.24363 0 0 v -6.23657 -2.45909 7.30627 -0.701721 -0.702503 0.118647 0 0 v -6.76993 -2.16361 6.6222 -0.728615 -0.653871 0.203894 0 0 v -6.56809 -2.42496 5.41361 -0.810212 -0.581423 -0.0741891 0 0 v -7.02216 -4.0134 9.67336 -0.701095 -0.712369 0.0315701 0 0 v -1.11206 -4.07201 4.77739 -0.869557 -0.387067 -0.306676 0 0 v -7.04516 -2.8602 11.2857 -0.629708 -0.504964 0.590322 0 0 v -6.70428 -2.23966 6.62409 -0.730235 -0.650836 0.207772 0 0 v -7.66485 -3.40063 8.97806 -0.82143 -0.569689 0.026595 0 0 v -6.31987 -2.72806 5.82726 -0.768193 -0.633499 0.0925129 0 0 v -6.63671 -2.33967 5.814 -0.814579 -0.580052 -0.000630262 0 0 v -6.81783 -2.09595 5.8047 -0.779008 -0.625305 -0.0462616 0 0 v -6.80379 -4.06687 10.0866 -0.566773 -0.727593 0.386494 0 0 v -7.20687 -1.62082 6.33145 -0.865524 -0.499614 0.0354008 0 0 v -6.72412 -2.26779 6.35537 -0.743693 -0.667604 0.0349921 0 0 v -6.35707 -2.60647 6.36434 -0.59953 -0.800126 0.0190369 0 0 v -7.03789 -1.8788 6.20569 -0.802666 -0.595745 -0.0285549 0 0 v -5.45215 -3.2856 5.42956 -0.569962 -0.812467 -0.122638 0 0 v -1.0446 -3.82786 6.0058 -0.72201 -0.491117 0.487345 0 0 v -6.50332 -2.47875 6.08969 -0.685324 -0.728211 0.00629587 0 0 v -6.37218 5.22533 14.1105 -0.922978 -0.154169 0.352623 0 0 v -6.63502 -2.31155 6.62641 -0.687078 -0.683938 0.24526 0 0 v -3.9893 -1.0736 2.60245 -0.229713 -0.440169 -0.868034 0 0 v -3.91043 -1.13622 2.60357 -0.362364 -0.352475 -0.862818 0 0 v -3.83808 -1.20387 2.61037 -0.452668 -0.39739 -0.798231 0 0 v -3.76427 -1.27727 2.61103 -0.728816 -0.252742 -0.636356 0 0 v -3.75115 -1.40713 2.6218 -0.833851 -0.164753 -0.526829 0 0 v -3.74555 -1.53777 2.62903 -0.922202 -0.140513 -0.360276 0 0 v -3.73639 -1.66812 2.63858 -0.956634 -0.120928 -0.265006 0 0 v -3.71951 -1.79028 2.6471 -0.961581 -0.18979 -0.198348 0 0 v -3.6951 -1.90454 2.65458 -0.95375 -0.254195 -0.160458 0 0 v -3.66373 -2.01663 2.66305 -0.935467 -0.332792 -0.118961 0 0 v -3.62302 -2.11471 2.66818 -0.912783 -0.403147 -0.0655758 0 0 v -3.53296 -2.30777 2.67963 -0.888529 -0.456951 -0.0413799 0 0 v -3.48265 -2.39806 2.6841 -0.850693 -0.523341 -0.0493412 0 0 v -3.4276 -2.485 2.6887 -0.816301 -0.576312 -0.0389585 0 0 v -3.36628 -2.56549 2.69197 -0.782871 -0.621672 -0.0252524 0 0 v -3.30404 -2.64474 2.69537 -0.775206 -0.630814 -0.0335964 0 0 v -3.17159 -2.79653 2.70071 -0.714628 -0.697898 -0.0473856 0 0 v -3.09945 -2.86649 2.70296 -0.6291 -0.775969 -0.0458801 0 0 v -3.0148 -2.92585 2.70224 -0.564718 -0.823809 -0.0493237 0 0 v -2.92661 -2.98127 2.70157 -0.496717 -0.865521 -0.0643944 0 0 v -6.78576 -1.94783 4.9844 -0.839871 -0.439889 -0.317984 0 0 v -3.84465 0.650466 13.0597 -0.56345 -0.190862 0.803801 0 0 v -6.71935 -4.12582 10.0905 -0.503738 -0.770434 0.390743 0 0 v -5.87326 1.73821 8.76317 -0.232109 0.966234 -0.111884 0 0 v -6.81002 -2.75847 11.5607 -0.496593 -0.53576 0.682903 0 0 v -7.19314 -2.29517 11.5505 -0.75092 -0.39664 0.528012 0 0 v -7.36781 -3.06176 10.4683 -0.904258 -0.351592 0.242281 0 0 v -6.02047 -2.07622 4.06728 -0.642897 -0.458977 -0.613207 0 0 v -6.49223 -2.45088 6.63007 -0.670534 -0.699088 0.248314 0 0 v -1.2003 -2.81247 2.6014 -0.726614 -0.683911 -0.065558 0 0 v -1.1244 -2.88077 2.60151 -0.779241 -0.624013 -0.0582291 0 0 v -1.07194 -2.96952 2.60583 -0.830185 -0.553948 -0.0627317 0 0 v -1.0117 -3.05014 2.60896 -0.831571 -0.554243 -0.0361122 0 0 v -0.959374 -3.13853 2.61339 -0.838041 -0.544075 -0.0408661 0 0 v -0.902744 -3.22434 2.61805 -0.81597 -0.577597 -0.0239963 0 0 v -0.840964 -3.3039 2.62117 -0.815815 -0.578249 -0.00857689 0 0 v -0.785424 -3.39054 2.62579 -0.832547 -0.552993 -0.0326148 0 0 v -0.675144 -3.5638 2.63478 -0.838487 -0.543234 -0.0428622 0 0 v -0.617244 -3.64564 2.63807 -0.828569 -0.558378 -0.0410898 0 0 v -0.562434 -3.73251 2.64254 -0.833467 -0.550333 -0.0496612 0 0 v -0.509104 -3.82021 2.64712 -0.820352 -0.568808 -0.0589841 0 0 v -0.449324 -3.90119 2.65037 -0.790907 -0.604661 -0.0940856 0 0 v -0.389074 -3.98162 2.65345 -0.775629 -0.610361 -0.160805 0 0 v -0.326564 -4.06023 2.65692 -0.722641 -0.663434 -0.194024 0 0 v -0.249404 -4.12494 2.65731 -0.576571 -0.783306 -0.232373 0 0 v -6.41784 -2.51816 6.63293 -0.64232 -0.728688 0.237568 0 0 v -6.34341 -2.58361 6.63373 -0.634499 -0.745621 0.203618 0 0 v -6.26633 -2.64895 6.63598 -0.624641 -0.76666 0.148516 0 0 v 0.174266 -4.27126 2.64267 -0.474153 -0.783402 -0.401822 0 0 v 0.248006 -4.33595 2.64797 -0.511386 -0.717004 -0.473697 0 0 v 0.337746 -4.38622 2.6503 -0.335449 -0.829207 -0.447091 0 0 v -6.18642 -2.71032 6.63685 -0.631156 -0.756574 0.170989 0 0 v -6.10658 -2.772 6.63789 -0.598179 -0.768482 0.227194 0 0 v -6.32805 4.55363 13.8301 -0.78225 -0.319586 0.534742 0 0 v -6.60949 -1.98417 7.70416 -0.83371 -0.487407 -0.25954 0 0 v -7.15596 -3.71026 10.0752 -0.813544 -0.516688 0.266796 0 0 v -6.88161 -2.01789 5.80194 -0.784799 -0.611856 -0.0986085 0 0 v -5.95285 3.88814 11.819 -0.908177 0.280156 -0.311011 0 0 v -6.75281 -2.17699 5.67295 -0.809701 -0.586819 -0.00538143 0 0 v -6.02745 -2.83409 6.63905 -0.604622 -0.749702 0.269035 0 0 v -0.935144 -4.18546 4.50008 -0.787825 -0.440648 -0.430303 0 0 v -7.17477 -2.99589 11.0169 -0.710682 -0.481208 0.513196 0 0 v -5.68667 4.85968 11.7783 -0.417052 0.223641 -0.880938 0 0 v -5.95082 -2.89906 6.64132 -0.634506 -0.719904 0.281319 0 0 v -6.47707 -3.71824 10.9035 -0.365625 -0.709407 0.602544 0 0 v -5.87692 -2.96538 6.64166 -0.587855 -0.751285 0.299996 0 0 v -5.79266 -3.02301 6.64359 -0.508777 -0.800381 0.317074 0 0 v -5.70096 -3.07496 6.64602 -0.491779 -0.812765 0.312358 0 0 v -6.37018 4.93811 13.9688 -0.839158 -0.243378 0.486396 0 0 v -6.29756 5.01978 14.1179 -0.711266 -0.339636 0.615425 0 0 v -0.542334 -4.45789 5.89217 -0.463065 -0.774841 0.430341 0 0 v -4.56598 2.89195 5.64371 -0.449997 0.887653 0.0978503 0 0 v -6.51345 -2.17028 7.29716 -0.72804 -0.654499 0.203934 0 0 v -5.57924 -3.13758 5.15613 -0.485733 -0.841032 -0.238179 0 0 v -6.25747 -2.81034 5.69615 -0.730642 -0.682617 0.0140346 0 0 v -6.10667 2.205 12.867 -0.77453 -0.340669 0.532961 0 0 v -0.131744 -3.44818 6.94296 -0.166881 -0.975416 0.143923 0 0 v -6.02391 -2.9959 5.83483 -0.573412 -0.819261 0.0032644 0 0 v -6.03942 -2.62263 4.73519 -0.607842 -0.650889 -0.454832 0 0 v -4.66525 2.86467 5.64113 -0.175265 0.981901 0.0717737 0 0 v 2.42748 2.90008 7.83907 0.166403 0.982886 0.0790315 0 0 v -1.5985 2.61328 13.6446 -0.328065 0.937491 -0.116118 0 0 v -5.29629 6.38685 12.628 -0.640357 0.665442 -0.383575 0 0 v -5.09759 6.7644 13.0613 -0.522723 0.800076 -0.294347 0 0 v -0.772144 3.19923 7.41096 0.0737924 0.912712 0.401886 0 0 v -0.972494 3.19984 7.41086 -0.0572215 0.926784 0.37121 0 0 v -1.8691 3.25615 6.54508 -0.0781584 0.971146 0.225314 0 0 v -5.39054 -3.14763 7.89157 0.360531 -0.237805 -0.901923 0 0 v -3.82992 -3.61998 0.357005 0.0719314 -0.527827 -0.846301 0 0 v -0.198804 3.02068 13.6529 -0.353314 0.784783 -0.5092 0 0 v -4.31098 -1.24501 2.79683 -0.404907 -0.281731 -0.869872 0 0 v -4.08317 -1.30277 2.76463 -0.194793 -0.403247 -0.894118 0 0 v -4.01246 -1.37398 2.76682 -0.219045 -0.340181 -0.914492 0 0 v -3.9333 -1.43667 2.76787 -0.385879 -0.414804 -0.824036 0 0 v -3.85475 -1.49924 2.76901 -0.572397 -0.404876 -0.713048 0 0 v -3.79876 -1.59212 2.78056 -0.71498 -0.27787 -0.641554 0 0 v -3.78086 -1.70803 2.78312 -0.793778 -0.296671 -0.530945 0 0 v -3.74721 -1.81367 2.78869 -0.858717 -0.317253 -0.402437 0 0 v -3.7189 -1.92674 2.79646 -0.892887 -0.348554 -0.285066 0 0 v -3.67817 -2.02501 2.80085 -0.892172 -0.408493 -0.192775 0 0 v -3.59111 -2.21921 2.81199 -0.883813 -0.440334 -0.158052 0 0 v -3.54316 -2.31408 2.81822 -0.871139 -0.474533 -0.126238 0 0 v -3.49189 -2.40352 2.82258 -0.82825 -0.552761 -0.0919661 0 0 v -3.37064 -2.56509 2.82932 -0.788113 -0.613693 -0.0475272 0 0 v -3.30795 -2.64452 2.83272 -0.765287 -0.642323 -0.041915 0 0 v -3.10382 -2.8666 2.8404 -0.653071 -0.756294 -0.0389616 0 0 v -3.02114 -2.92872 2.83956 -0.578845 -0.812754 -0.0661064 0 0 v -2.93706 -2.98634 2.84098 -0.537406 -0.839133 -0.0839662 0 0 v -5.61718 -3.12833 6.6444 -0.410585 -0.850912 0.327671 0 0 v -7.45115 -1.99849 11.2675 -0.898416 -0.394642 0.192629 0 0 v -7.49273 -3.52561 8.57737 -0.733469 -0.595563 -0.327608 0 0 v -0.922474 -3.90212 4.20432 -0.828463 -0.42313 -0.366893 0 0 v -6.73807 -2.82825 11.561 -0.514537 -0.53708 0.668429 0 0 v -5.78363 -3.05549 5.29197 -0.506538 -0.832249 -0.225346 0 0 v -7.48766 -1.74562 11.5345 -0.821631 -0.426589 0.37808 0 0 v -7.32617 -3.15923 10.4725 -0.872732 -0.41303 0.260278 0 0 v -6.22461 -2.59894 6.90307 -0.656334 -0.713485 0.245284 0 0 v -1.07971 -2.97383 2.74672 -0.803945 -0.587993 -0.0890847 0 0 v -1.02196 -3.05629 2.74986 -0.829092 -0.551902 -0.089505 0 0 v -0.965984 -3.1425 2.7543 -0.816312 -0.574843 -0.0564804 0 0 v -0.846724 -3.30396 2.7607 -0.823785 -0.564614 -0.0508878 0 0 v -0.736154 -3.47744 2.76951 -0.840363 -0.540924 -0.0345315 0 0 v -0.681744 -3.56478 2.77406 -0.841412 -0.538429 -0.0460439 0 0 v -0.625874 -3.65113 2.77863 -0.824833 -0.563455 -0.0465671 0 0 v -0.565774 -3.73151 2.78191 -0.823423 -0.5669 -0.0244749 0 0 v -0.510144 -3.8176 2.78644 -0.833742 -0.551329 -0.0301875 0 0 v -0.455124 -3.90164 2.78927 -0.839074 -0.538543 -0.0769834 0 0 v -0.401084 -3.98895 2.79377 -0.815486 -0.569132 -0.105222 0 0 v -0.341414 -4.07053 2.7965 -0.784267 -0.608685 -0.12012 0 0 v -0.275564 -4.14621 2.80046 -0.647845 -0.738558 -0.186624 0 0 v -6.58728 -2.41709 6.22457 -0.699381 -0.714491 -0.0191971 0 0 v -6.18901 2.68866 13.0016 -0.874145 -0.239497 0.422506 0 0 v -1.05766 -3.74996 4.33758 -0.81443 -0.414935 -0.405627 0 0 v 0.114556 -4.3251 2.79161 -0.481744 -0.747732 -0.456968 0 0 v 0.188076 -4.39009 2.79672 -0.534792 -0.733369 -0.419723 0 0 v -6.20034 2.52782 12.8599 -0.925893 -0.217161 0.309134 0 0 v -1.27008 3.347 6.55381 -0.205476 0.958179 0.199178 0 0 v -7.03944 -1.75682 5.65626 -0.809612 -0.526871 -0.258718 0 0 v -7.65919 -3.3906 9.11277 -0.840401 -0.525838 0.131227 0 0 v -6.78797 -2.19032 6.35273 -0.756686 -0.65264 0.0385698 0 0 v -7.38504 -3.56462 8.44496 -0.652158 -0.625286 -0.428612 0 0 v -2.95675 0.995176 13.7899 -0.441474 -0.344368 0.82856 0 0 v -6.2556 -2.80468 5.82999 -0.730392 -0.679341 0.0708751 0 0 v -5.37469 -3.3403 5.70019 -0.553845 -0.82213 0.131749 0 0 v -1.76865 3.26717 6.54574 -0.0653169 0.965418 0.252392 0 0 v -5.76502 2.51919 5.61177 -0.344843 0.937282 0.0508529 0 0 v -7.23 -2.90947 11.0149 -0.743795 -0.461856 0.483175 0 0 v -6.18744 3.69625 13.5559 -0.759075 -0.284992 0.585307 0 0 v -3.10093 0.847956 13.6504 -0.443821 -0.412923 0.79531 0 0 v -6.55646 -2.41768 5.27904 -0.798516 -0.581799 -0.154539 0 0 v -7.28119 -3.40706 10.2035 -0.853743 -0.461084 0.241918 0 0 v -7.05729 -3.93629 8.99417 -0.340107 -0.937037 0.0793009 0 0 v -5.62774 -2.99389 6.91217 -0.432096 -0.811924 0.392521 0 0 v -7.24578 -3.70386 8.45116 -0.575534 -0.698013 -0.426074 0 0 v -6.6433 -2.33651 6.08579 -0.759727 -0.64813 -0.0523621 0 0 v -6.22995 2.49057 12.7188 -0.963773 -0.14325 0.22499 0 0 v -0.672054 3.1941 7.40887 -0.0148576 0.954751 0.297033 0 0 v -7.04788 -1.85632 11.9538 -0.501791 -0.34683 0.79241 0 0 v -6.45102 -2.5811 5.68786 -0.769736 -0.63648 0.0489836 0 0 v -6.11822 2.47738 13.0039 -0.76644 -0.308471 0.563396 0 0 v -6.04148 -2.69616 7.04177 -0.56352 -0.804715 0.186757 0 0 v -6.78171 -4.20266 9.54207 -0.577475 -0.809454 -0.106338 0 0 v 0.188786 -3.42293 6.93467 -0.0669619 -0.871571 0.485674 0 0 v -6.86847 -2.01014 5.6664 -0.843845 -0.524848 -0.111623 0 0 v -0.637654 -4.45551 4.5056 -0.441477 -0.767536 -0.464743 0 0 v -3.69166 1.26313 11.8397 -0.302167 0.912547 -0.275596 0 0 v -6.0771 -2.81636 7.66507 -0.219252 -0.484082 -0.847109 0 0 v -6.05596 -1.82439 3.94437 -0.645061 -0.360301 -0.673854 0 0 v -5.07424 1.90912 8.48207 -0.32689 0.846533 0.420148 0 0 v -1.16991 3.34564 6.6967 -0.190362 0.964218 0.184513 0 0 v -5.96872 1.55588 8.31637 -0.459345 0.874846 -0.153775 0 0 v -1.46877 3.305 6.54928 -0.235176 0.942625 0.236961 0 0 v -5.17982 1.84358 9.64767 0.0860444 0.995418 -0.041694 0 0 v -4.88194 1.80624 9.64656 0.183691 0.98052 0.0695541 0 0 v -3.19003 -3.09101 3.79617 -0.414487 -0.830179 -0.372832 0 0 v -2.20332 2.30374 13.4925 -0.514878 0.853963 0.0751538 0 0 v -5.88136 1.65763 10.3726 -0.28951 0.935205 0.203899 0 0 v -3.79092 1.23453 11.8398 -0.276641 0.936847 -0.213982 0 0 v -6.1307 1.88886 12.5856 -0.896333 -0.264152 0.356105 0 0 v -4.16814 -1.66164 2.95993 -0.207006 -0.381201 -0.901019 0 0 v -4.03604 -1.67388 2.9305 -0.325692 -0.370616 -0.86981 0 0 v -3.97387 -1.7536 2.9339 -0.299412 -0.39105 -0.870306 0 0 v -3.87638 -1.7948 2.92528 -0.498604 -0.479873 -0.721884 0 0 v -3.75612 -1.95905 2.9377 -0.672647 -0.484561 -0.559238 0 0 v -3.70635 -2.04911 2.94067 -0.770989 -0.46053 -0.439872 0 0 v -3.66124 -2.14535 2.94661 -0.82471 -0.448321 -0.344764 0 0 v -3.60985 -2.23448 2.95041 -0.8234 -0.481995 -0.299488 0 0 v -3.56219 -2.32919 2.95762 -0.817043 -0.528508 -0.230477 0 0 v -3.50399 -2.41135 2.96037 -0.785914 -0.5979 -0.157655 0 0 v -3.44088 -2.49023 2.96415 -0.757032 -0.634892 -0.154318 0 0 v -3.37862 -2.56974 2.9677 -0.768923 -0.630065 -0.108514 0 0 v -3.31555 -2.64855 2.97138 -0.763607 -0.639598 -0.0884229 0 0 v -3.18395 -2.80034 2.97696 -0.713664 -0.69621 -0.0773004 0 0 v -3.10861 -2.8675 2.97761 -0.673036 -0.737895 -0.0503285 0 0 v -3.03459 -2.93534 2.98005 -0.627892 -0.773979 -0.081906 0 0 v -2.94989 -2.99471 2.97923 -0.563799 -0.817306 -0.118917 0 0 v -6.90568 -2.03471 6.07617 -0.758472 -0.64528 -0.0912929 0 0 v -6.33369 -2.62036 5.14821 -0.660759 -0.688832 -0.298174 0 0 v -5.60609 -3.15968 5.29377 -0.482178 -0.84735 -0.222489 0 0 v -0.873474 -3.99203 4.20652 -0.813244 -0.436332 -0.385031 0 0 v -6.88801 -2.69538 11.5582 -0.496101 -0.539775 0.680093 0 0 v -5.87102 -3.0013 5.29152 -0.514703 -0.822197 -0.243049 0 0 v -7.18013 -3.58921 10.2088 -0.815458 -0.48914 0.309467 0 0 v -7.53477 -1.65111 11.5339 -0.843561 -0.39031 0.368869 0 0 v -7.0719 -2.31224 11.6842 -0.657063 -0.426044 0.621896 0 0 v -5.57223 -1.01393 3.16985 -0.554492 -0.34626 -0.756731 0 0 v -1.09208 -2.98129 2.88755 -0.808912 -0.581766 -0.0849135 0 0 v -0.978014 -3.14966 2.89483 -0.811562 -0.578103 -0.0846418 0 0 v -0.853974 -3.30819 2.90142 -0.800133 -0.595518 -0.0717315 0 0 v -0.797274 -3.39411 2.9061 -0.824678 -0.563965 -0.043008 0 0 v -0.740444 -3.4766 2.90893 -0.844872 -0.533386 -0.0411243 0 0 v -0.687454 -3.56818 2.91508 -0.845628 -0.531772 -0.0461679 0 0 v -0.631884 -3.65134 2.91783 -0.820588 -0.569218 -0.0512533 0 0 v -0.572464 -3.73207 2.92099 -0.829685 -0.552269 -0.0813734 0 0 v -0.518094 -3.81948 2.92528 -0.851025 -0.514193 -0.106592 0 0 v -0.468264 -3.91241 2.93149 -0.847699 -0.51862 -0.111529 0 0 v -0.412344 -3.99569 2.9339 -0.825297 -0.552685 -0.115859 0 0 v -0.356004 -4.08113 2.93872 -0.781674 -0.613805 -0.110585 0 0 v -0.291714 -4.15802 2.94272 -0.718223 -0.690444 -0.0862705 0 0 v -0.216994 -4.22465 2.94283 -0.633051 -0.760188 -0.146153 0 0 v -0.997784 -4.21558 5.61223 -0.780541 -0.531066 0.329734 0 0 v 0.060286 -4.37449 2.93897 -0.405973 -0.842101 -0.355037 0 0 v 0.142046 -4.43184 2.94176 -0.547322 -0.770821 -0.325997 0 0 v -6.67466 1.4134 9.18537 -0.387859 0.917509 -0.0879957 0 0 v -6.11203 6.03625 14.7389 -0.621451 0.0820642 0.779143 0 0 v -6.25238 -4.25941 9.00187 -0.509346 -0.856738 -0.0810419 0 0 v -7.01087 -2.39171 11.687 -0.585036 -0.463901 0.665228 0 0 v -4.08413 1.55569 9.63947 0.363944 0.918758 0.153065 0 0 v -6.58605 -2.41163 6.35983 -0.706912 -0.705247 0.05387 0 0 v -7.4534 -3.4916 8.44426 -0.710274 -0.549689 -0.43972 0 0 v -6.16463 -4.31296 9.00397 -0.484485 -0.87329 -0.0513684 0 0 v -7.14443 -3.84627 9.80617 -0.826248 -0.5493 0.124835 0 0 v -5.69637 4.97701 11.8026 -0.591908 0.277798 -0.75662 0 0 v -6.96833 -3.97569 9.26107 -0.503833 -0.828727 -0.243648 0 0 v -6.79958 -2.60316 11.6917 -0.464288 -0.508442 0.725206 0 0 v -3.02894 0.778846 13.6494 -0.361272 -0.497476 0.78867 0 0 v 0.303636 -3.43566 7.06977 -0.0969657 -0.986912 0.128852 0 0 v -6.88139 -1.89581 5.2551 -0.911116 -0.393439 -0.122778 0 0 v -0.775124 -4.56472 5.35119 -0.584955 -0.780217 0.221559 0 0 v -6.28371 4.74273 13.9743 -0.641963 -0.346758 0.683844 0 0 v -6.69895 -2.25637 5.94726 -0.789111 -0.611682 -0.0561128 0 0 v -6.56388 -2.07618 7.42917 -0.749165 -0.635413 0.187088 0 0 v -6.01985 -2.66638 7.31237 -0.620929 -0.783411 0.0267248 0 0 v -6.36931 -4.10309 8.59397 -0.638887 -0.724473 -0.258771 0 0 v -6.99415 -3.9772 9.94726 -0.657656 -0.700926 0.276026 0 0 v -0.826544 -4.08716 4.21244 -0.78871 -0.457434 -0.41072 0 0 v -7.11365 -1.78255 11.945 -0.552077 -0.334495 0.763757 0 0 v -3.67643 -2.59121 1.7549 -0.288815 -0.168124 0.942507 0 0 v -0.913574 -3.9789 6.01169 -0.664585 -0.571777 0.481039 0 0 v -7.37969 -3.67668 9.25606 -0.647524 -0.739792 0.182811 0 0 v -5.18774 -3.3179 5.01739 -0.400663 -0.844639 -0.355043 0 0 v -6.38339 -2.65034 5.82452 -0.764963 -0.637588 0.0911755 0 0 v -2.59343 1.97742 12.5919 -0.350653 0.858401 -0.374419 0 0 v -5.97352 2.0335 7.17797 -0.567379 0.745283 0.350191 0 0 v -6.58337 1.27411 10.3586 -0.641252 0.747266 0.174325 0 0 v -2.40195 2.18698 13.491 -0.517708 0.848269 0.111436 0 0 v -1.50127 2.60124 14.2381 -0.53857 0.812565 0.222892 0 0 v -5.48131 1.76982 10.3769 -0.127978 0.987123 0.0959646 0 0 v -3.99457 1.15144 12.2831 -0.578853 0.810531 0.0892701 0 0 v -4.6888 7.00972 13.4951 0.173568 0.916248 -0.361059 0 0 v -6.26195 1.34666 8.16146 -0.560221 0.783605 -0.268545 0 0 v -5.17848 1.83181 9.50086 0.0329526 0.99921 -0.0222114 0 0 v -5.17634 2.02672 8.19916 -0.440499 0.769867 0.461806 0 0 v 1.92821 2.97824 7.55367 0.0230449 0.972081 0.233511 0 0 v -1.09989 2.81808 13.7953 -0.286473 0.923408 -0.255443 0 0 v -2.40002 2.18809 13.0423 -0.458747 0.881188 -0.114276 0 0 v -2.68739 1.70983 12.1546 -0.174407 0.822105 -0.541965 0 0 v -4.16747 3.12184 5.94976 -0.329848 0.943224 0.0390972 0 0 v 1.92731 2.96511 7.69647 -0.0181379 0.99939 -0.0298305 0 0 v -6.68695 -2.26079 5.40653 -0.810555 -0.580606 -0.0767872 0 0 v -5.77561 -3.16338 6.10909 -0.492117 -0.869356 0.0451802 0 0 v -7.08434 -3.63004 10.3497 -0.722446 -0.575244 0.383623 0 0 v -6.44631 -2.24488 7.29886 -0.709375 -0.67317 0.208875 0 0 v -0.774884 -3.83232 6.27933 -0.521529 -0.421687 0.741746 0 0 v -0.716194 -3.91614 6.27547 -0.544034 -0.405959 0.734319 0 0 v -3.46167 -2.50742 3.10188 -0.68144 -0.673434 -0.286576 0 0 v -3.39336 -2.5806 3.10403 -0.734031 -0.64514 -0.212115 0 0 v -3.32871 -2.65794 3.10868 -0.726056 -0.658327 -0.198616 0 0 v -3.264 -2.73455 3.11307 -0.697891 -0.69791 -0.160839 0 0 v -3.11843 -2.87307 3.11602 -0.669913 -0.735464 -0.101538 0 0 v -3.04454 -2.94117 3.11855 -0.644249 -0.759383 -0.0909955 0 0 v -2.96572 -3.00463 3.11969 -0.600725 -0.792996 -0.10143 0 0 v -2.88499 -3.06573 3.12094 -0.554237 -0.824046 -0.117344 0 0 v -7.49904 -3.2101 9.78906 -0.888283 -0.351263 0.29592 0 0 v -6.95892 -1.95073 5.93668 -0.76791 -0.629856 -0.116599 0 0 v -6.26159 -2.68932 5.15134 -0.592447 -0.742697 -0.312102 0 0 v -6.49705 -2.1499 7.43196 -0.748812 -0.648658 0.136101 0 0 v -0.636704 -4.32124 4.21865 -0.579676 -0.735329 -0.351095 0 0 v -6.96395 -2.63078 11.5537 -0.589601 -0.499169 0.63498 0 0 v -1.20062 -4.00469 5.19151 -0.883335 -0.467904 0.0280211 0 0 v -7.35607 -3.67317 8.58366 -0.641635 -0.702572 -0.307731 0 0 v -7.57948 -1.55475 11.5313 -0.878654 -0.366042 0.306563 0 0 v -7.23937 -3.83384 8.85656 -0.590384 -0.805576 -0.0499378 0 0 v -3.72651 0.491486 13.0693 -0.422396 -0.476635 0.770974 0 0 v -1.04264 -3.06868 3.03123 -0.828473 -0.552954 -0.0887349 0 0 v -0.927264 -3.23579 3.03866 -0.784172 -0.611431 -0.105952 0 0 v -0.862864 -3.31367 3.04235 -0.788079 -0.606142 -0.107351 0 0 v -0.802314 -3.39367 3.04541 -0.817888 -0.566224 -0.10222 0 0 v -0.748074 -3.48128 3.04988 -0.840596 -0.525173 -0.132636 0 0 v -0.693994 -3.5687 3.05458 -0.840713 -0.525966 -0.128693 0 0 v -0.641244 -3.65682 3.05868 -0.835355 -0.528252 -0.152094 0 0 v -0.587584 -3.74468 3.06308 -0.836517 -0.517994 -0.178668 0 0 v -0.533684 -3.83197 3.06743 -0.842324 -0.505842 -0.18605 0 0 v -0.480594 -3.91988 3.07188 -0.832978 -0.523777 -0.17834 0 0 v -0.428314 -4.0082 3.07606 -0.807881 -0.56711 -0.160358 0 0 v -0.364864 -4.08469 3.07664 -0.759638 -0.635644 -0.137498 0 0 v -0.298184 -4.16023 3.0809 -0.716221 -0.683377 -0.141503 0 0 v -0.227674 -4.23124 3.0831 -0.671593 -0.730004 -0.126715 0 0 v -1.22769 -3.8972 4.9068 -0.900773 -0.391196 -0.188611 0 0 v -1.56915 3.28194 6.54805 -0.174029 0.950461 0.25756 0 0 v 0.120866 -4.45062 3.08239 -0.49322 -0.86606 -0.0817004 0 0 v 0.204426 -4.50348 3.08455 -0.461683 -0.886315 -0.0359743 0 0 v -4.77976 1.81858 9.35367 0.11419 0.99018 0.0806431 0 0 v -6.26876 1.42131 8.31067 -0.402345 0.827934 -0.390697 0 0 v -4.97116 2.75924 6.35695 -0.304794 0.918613 0.251496 0 0 v -7.03475 -3.28413 10.8877 -0.643496 -0.578929 0.500754 0 0 v -4.77392 1.86509 8.77007 -0.240797 0.914174 0.326041 0 0 v -5.47945 1.77458 10.2295 -0.112969 0.990916 0.0729678 0 0 v -7.20108 -3.77149 9.53047 -0.763956 -0.643494 0.0478153 0 0 v -7.26968 -3.69866 9.52847 -0.720066 -0.679234 0.141939 0 0 v -5.22482 -3.3517 5.15511 -0.436456 -0.853869 -0.283572 0 0 v -7.22946 -3.49564 10.2068 -0.851829 -0.452015 0.264708 0 0 v -7.4134 -1.52065 11.8054 -0.675071 -0.356616 0.645835 0 0 v -6.06039 -2.71725 6.90597 -0.530306 -0.812975 0.240512 0 0 v -6.56982 -3.66811 10.8989 -0.461394 -0.665753 0.586421 0 0 v -6.37822 4.49716 13.6856 -0.898601 -0.203404 0.388772 0 0 v -6.99559 -3.82927 10.2176 -0.653111 -0.643803 0.398701 0 0 v -7.05044 -1.49392 5.36935 -0.791404 -0.419285 -0.444837 0 0 v -6.83569 -1.99148 5.2599 -0.883572 -0.454209 -0.113992 0 0 v -6.50413 -3.96039 8.58716 -0.568068 -0.766694 -0.299131 0 0 v -7.13822 -2.38151 11.5519 -0.707057 -0.428388 0.562632 0 0 v -4.09885 -2.88642 1.64796 -0.248426 -0.271232 0.929902 0 0 v -1.03156 -4.25644 5.34048 -0.866312 -0.47401 0.157539 0 0 v -6.48653 -2.29244 7.02967 -0.668629 -0.695722 0.262501 0 0 v -0.251604 -4.4419 6.15967 -0.403831 -0.71211 0.5743 0 0 v -7.12253 -2.22067 11.6872 -0.678245 -0.395468 0.619346 0 0 v -0.516114 -4.28325 6.16075 -0.481098 -0.636906 0.602408 0 0 v -1.08166 -4.16675 5.33594 -0.855659 -0.500148 0.133041 0 0 v -6.73114 -2.16767 5.26725 -0.825714 -0.539173 -0.1658 0 0 v -7.15387 -1.70872 6.33495 -0.847457 -0.529989 0.0304743 0 0 v -5.18629 -3.43115 5.83457 -0.49975 -0.842204 0.202343 0 0 v -6.10847 -2.93888 5.83402 -0.611888 -0.789629 0.0456103 0 0 v -5.97216 1.72024 9.05437 -0.264094 0.962757 -0.0579018 0 0 v -4.97384 2.60727 7.21506 -0.528255 0.762317 0.373925 0 0 v -6.06853 1.50222 8.31427 -0.476887 0.852761 -0.213021 0 0 v -3.97367 2.69707 7.94577 -0.188399 0.893683 0.407231 0 0 v 1.62763 2.98691 7.69597 0.17028 0.956808 0.235634 0 0 v -2.79811 1.95627 12.8892 -0.467783 0.879872 -0.0836896 0 0 v 0.189476 3.70438 14.3903 -0.571688 0.762344 -0.303324 0 0 v 2.42825 2.91353 7.69557 0.189189 0.971636 0.141881 0 0 v -7.36422 -1.69281 8.25337 -0.612695 -0.147275 -0.776476 0 0 v -4.38569 1.6662 9.64187 0.357388 0.923214 0.141243 0 0 v -0.0115338 3.66397 14.9824 -0.645686 0.763092 0.0279275 0 0 v -3.79592 1.28746 12.4324 -0.579938 0.81404 0.0317793 0 0 v -1.89249 2.22557 12.7509 -0.0737912 0.846074 -0.527934 0 0 v 2.12783 2.96419 7.69717 0.0921432 0.994646 0.0467776 0 0 v -1.00164 2.89642 13.944 -0.352124 0.916145 -0.191541 0 0 v -1.29409 2.35561 12.903 -0.0411099 0.826776 -0.561027 0 0 v 2.02794 2.96618 7.69717 0.0102664 0.999819 0.0160249 0 0 v -4.06789 3.15114 5.95235 -0.200148 0.978392 0.0518642 0 0 v -4.67481 2.75236 7.22576 -0.322886 0.897415 0.30065 0 0 v 2.72814 2.84802 7.69297 0.270489 0.949087 0.161463 0 0 v -4.27497 -3.65855 0.401535 -0.146187 -0.77798 -0.611046 0 0 v -0.890044 -3.51531 6.54677 -0.33448 -0.941974 -0.0284295 0 0 v -0.776794 -3.54225 6.54471 -0.191352 -0.955525 0.224402 0 0 v -6.18121 1.97306 12.4452 -0.973932 -0.173816 0.145754 0 0 v -0.649954 -3.5492 6.54499 -0.17157 -0.863248 0.474727 0 0 v -0.534434 -3.58496 6.54163 -0.292743 -0.680345 0.671887 0 0 v -0.460074 -3.65435 6.53741 -0.430491 -0.461631 0.775613 0 0 v -0.413884 -3.74677 6.53716 -0.429152 -0.332738 0.839711 0 0 v -0.656054 -3.99663 6.2806 -0.566456 -0.413047 0.713105 0 0 v -0.587644 -4.069 6.28549 -0.510642 -0.466741 0.722079 0 0 v -3.35502 -2.68111 3.24827 -0.637492 -0.690359 -0.342066 0 0 v -3.28516 -2.75228 3.25102 -0.613566 -0.731957 -0.29627 0 0 v -3.20708 -2.81618 3.25219 -0.636393 -0.738735 -0.221978 0 0 v -3.13451 -2.88524 3.25535 -0.629436 -0.755006 -0.183783 0 0 v -3.05644 -2.94905 3.25659 -0.633082 -0.76186 -0.137029 0 0 v -2.9774 -3.01302 3.25774 -0.59294 -0.797464 -0.111683 0 0 v -2.89587 -3.07275 3.2595 -0.55466 -0.82883 -0.0734318 0 0 v -0.351374 -3.82749 6.53947 -0.391126 -0.343966 0.853644 0 0 v -6.66549 -3.91805 10.4956 -0.491232 -0.719 0.491661 0 0 v -6.87132 1.1421 8.58727 -0.566783 0.737075 -0.368072 0 0 v -4.15895 0.467476 12.772 -0.6246 -0.217516 0.750041 0 0 v -0.708994 -4.25147 4.21549 -0.675627 -0.625302 -0.390544 0 0 v -7.0269 -2.55272 11.5525 -0.620592 -0.471666 0.626416 0 0 v -6.43831 -4.03071 8.59256 -0.70425 -0.668764 -0.238298 0 0 v -6.07442 2.38125 13.0058 -0.712933 -0.337301 0.61478 0 0 v -6.13401 1.45731 12.3139 -0.912657 -0.145622 0.381905 0 0 v -1.05548 -3.07652 3.17135 -0.820476 -0.554744 -0.138124 0 0 v -0.999594 -3.16264 3.17617 -0.823216 -0.547581 -0.149901 0 0 v -0.942664 -3.24827 3.18133 -0.79021 -0.586876 -0.17648 0 0 v -0.881704 -3.32831 3.18441 -0.803479 -0.554414 -0.216903 0 0 v -0.770254 -3.50123 3.19428 -0.818139 -0.521113 -0.243086 0 0 v -0.716924 -3.58909 3.19855 -0.82663 -0.499796 -0.258625 0 0 v -0.664434 -3.67768 3.20287 -0.82686 -0.499219 -0.259002 0 0 v -0.613194 -3.76669 3.20654 -0.822762 -0.488338 -0.290843 0 0 v -0.562984 -3.85621 3.21003 -0.814735 -0.506474 -0.282297 0 0 v -0.507184 -3.94225 3.21503 -0.802817 -0.530811 -0.271523 0 0 v -0.449894 -4.02471 3.21677 -0.77851 -0.562559 -0.278298 0 0 v -0.390474 -4.10613 3.21926 -0.730128 -0.616229 -0.295255 0 0 v -0.320004 -4.17761 3.22141 -0.655214 -0.699716 -0.284768 0 0 v -0.246694 -4.24588 3.2245 -0.632902 -0.73438 -0.245196 0 0 v -0.170664 -4.31257 3.22468 -0.628866 -0.751146 -0.200768 0 0 v -0.202224 -3.95915 6.54072 -0.316055 -0.363757 0.876236 0 0 v -6.69287 -1.92145 7.42457 -0.751035 -0.595181 0.285842 0 0 v -0.461724 -3.47993 6.80801 0.186655 -0.930841 0.314157 0 0 v 0.211486 -4.48999 3.22253 -0.486826 -0.857175 0.16808 0 0 v -0.263264 -3.44224 6.80599 -0.0271997 -0.892513 0.450202 0 0 v -6.02476 -2.99272 5.97025 -0.609603 -0.790255 0.0623066 0 0 v -7.32857 -3.31253 10.2012 -0.868361 -0.431619 0.244244 0 0 v -7.4549 -3.60977 9.25327 -0.680782 -0.70908 0.183685 0 0 v -3.99613 1.12478 12.4309 -0.633852 0.751324 0.183696 0 0 v -0.799154 -4.14589 6.01878 -0.722793 -0.474326 0.502579 0 0 v -5.89872 -2.83005 6.91166 -0.526446 -0.792976 0.306667 0 0 v -7.3406 -3.62873 9.52717 -0.708982 -0.662031 0.243021 0 0 v -6.21876 -4.23445 8.73067 -0.546662 -0.821109 -0.164137 0 0 v -7.53668 -3.5539 9.11687 -0.757515 -0.644738 0.10239 0 0 v -6.2913 -2.38763 7.44827 -0.762831 -0.639765 -0.0937503 0 0 v -6.92716 -3.60842 10.6244 -0.582529 -0.640398 0.50055 0 0 v -6.81774 -3.97607 8.99446 -0.160197 -0.980549 -0.113404 0 0 v -6.64862 -3.60565 10.8972 -0.50073 -0.634799 0.588473 0 0 v -6.69441 -2.26116 5.67633 -0.809463 -0.587035 0.0126126 0 0 v -7.20596 -1.62364 6.19573 -0.861935 -0.506994 0.00497758 0 0 v -6.24781 3.63094 13.4127 -0.849501 -0.271654 0.452274 0 0 v -0.138374 -3.45984 6.80222 -0.233149 -0.845884 0.47971 0 0 v -3.34044 0.454686 13.224 -0.271731 -0.700627 0.659761 0 0 v -7.38703 -1.78105 11.6733 -0.750325 -0.407698 0.520379 0 0 v -6.79303 -1.80745 4.85408 -0.852688 -0.287883 -0.435944 0 0 v -6.83529 -4.10242 9.95096 -0.595311 -0.75083 0.286111 0 0 v -1.13363 -4.07849 5.33191 -0.832815 -0.53941 0.12432 0 0 v -1.00911 -3.70382 4.1909 -0.830146 -0.430339 -0.354495 0 0 v -6.60987 -1.97515 7.56196 -0.786277 -0.603825 0.13101 0 0 v -7.35817 -2.90015 10.7403 -0.890475 -0.362857 0.274572 0 0 v -5.67352 -3.04066 6.77735 -0.459857 -0.806044 0.372592 0 0 v -0.347874 -4.39707 6.16044 -0.391652 -0.728972 0.561434 0 0 v -0.436134 -4.34402 6.16027 -0.447749 -0.683557 0.57643 0 0 v -3.78906 0.569246 13.0697 -0.506792 -0.309993 0.804404 0 0 v -1.01559 -4.23677 5.47668 -0.834408 -0.520806 0.180344 0 0 v -5.84358 -2.97846 5.15408 -0.539649 -0.803475 -0.251409 0 0 v -6.11657 2.04838 12.7243 -0.836697 -0.326857 0.439434 0 0 v -4.10329 0.388236 12.7798 -0.486321 -0.375395 0.789031 0 0 v -4.56715 2.86753 5.93083 -0.325662 0.944852 0.0346364 0 0 v -4.9751 1.83161 8.91467 0.0318638 0.999487 -0.00310479 0 0 v -3.09237 1.58482 12.1405 -0.291988 0.835246 -0.465948 0 0 v -5.77842 -1.48454 3.59246 -0.532491 -0.278277 -0.799384 0 0 v 2.23052 2.95281 7.70037 0.133645 0.986503 0.0946105 0 0 v 2.32825 2.93848 7.69657 0.208587 0.970397 0.12174 0 0 v -5.27444 2.41799 7.20397 -0.431682 0.829902 0.353432 0 0 v 2.52787 2.89868 7.69446 0.191819 0.972673 0.130816 0 0 v -5.21266 6.90119 14.79 -0.336749 0.790047 0.512276 0 0 v -4.58551 1.6949 10.0825 0.264682 0.947375 0.180068 0 0 v -6.24878 -3.72349 8.04286 -0.176667 -0.707298 -0.684484 0 0 v -5.7781 1.79159 9.78947 -0.209459 0.958161 0.195075 0 0 v -3.26666 3.11876 5.95323 -0.049102 0.992275 0.113927 0 0 v -3.76551 3.16674 5.95458 0.0708763 0.995086 0.0691438 0 0 v -3.96732 3.16554 5.95371 -0.054325 0.995665 0.075498 0 0 v -5.81346 -1.60475 3.64881 -0.525324 -0.263002 -0.809237 0 0 v 2.82731 2.81998 7.69106 0.307096 0.934124 0.181947 0 0 v -4.96751 2.81828 5.78137 -0.352652 0.93126 0.0916011 0 0 v -7.3185 -3.77015 8.85467 -0.617831 -0.784233 -0.0571338 0 0 v -4.46534 2.96514 5.64896 -0.539265 0.840132 0.058057 0 0 v -6.65681 -2.18403 6.89107 -0.684652 -0.683433 0.253319 0 0 v -5.77178 4.74519 11.8052 -0.820972 0.245239 -0.515618 0 0 v -4.77639 1.82766 9.06087 -0.0405667 0.998792 0.0277327 0 0 v -6.7041 -4.26251 9.68106 -0.518501 -0.854405 0.0338767 0 0 v -7.39305 -3.07979 10.3376 -0.908672 -0.340277 0.241924 0 0 v -6.85843 -4.12967 9.81446 -0.616859 -0.768594 0.169555 0 0 v -7.01815 -3.41257 10.7531 -0.662565 -0.568025 0.488217 0 0 v -0.517544 -4.13981 6.2878 -0.474993 -0.500968 0.723473 0 0 v -3.32929 -2.79347 3.3924 -0.515829 -0.722049 -0.461048 0 0 v -3.24164 -2.84713 3.39315 -0.493448 -0.758814 -0.425101 0 0 v -3.16054 -2.90727 3.39579 -0.539128 -0.776108 -0.327103 0 0 v -3.0755 -2.96504 3.39506 -0.563962 -0.79344 -0.228909 0 0 v -2.90103 -3.07763 3.39571 -0.513065 -0.852609 -0.0991066 0 0 v -3.06813 3.13635 6.53153 0.0685687 0.994871 0.0743631 0 0 v -7.08215 -3.92666 9.80877 -0.760781 -0.632189 0.1468 0 0 v -1.07181 3.25865 7.26767 -0.0446348 0.934739 0.352519 0 0 v -7.40789 -2.09481 11.27 -0.890691 -0.379528 0.250254 0 0 v -7.27676 -3.2527 10.474 -0.838039 -0.456111 0.299423 0 0 v -7.24058 -2.20064 11.5495 -0.78491 -0.376299 0.492256 0 0 v -5.93769 -2.79883 4.87594 -0.584506 -0.719986 -0.37413 0 0 v -6.19478 2.96798 13.1376 -0.882424 -0.236026 0.406963 0 0 v -6.31272 -2.73197 5.42535 -0.683784 -0.71642 -0.138494 0 0 v -0.440154 -4.20349 6.29159 -0.457425 -0.538296 0.707813 0 0 v -6.86992 -3.54767 10.7585 -0.546083 -0.633228 0.548467 0 0 v -1.1293 -3.00539 3.31166 -0.758689 -0.624609 -0.185082 0 0 v -1.07617 -3.09481 3.31582 -0.8367 -0.508959 -0.20222 0 0 v -1.02439 -3.18398 3.31981 -0.821034 -0.525061 -0.224083 0 0 v -0.965444 -3.26542 3.32226 -0.79705 -0.548192 -0.253372 0 0 v -0.910584 -3.35225 3.32692 -0.808644 -0.506767 -0.2988 0 0 v -0.857274 -3.44028 3.33129 -0.805954 -0.501447 -0.314624 0 0 v -0.804004 -3.52797 3.33561 -0.807053 -0.486832 -0.334156 0 0 v -0.754784 -3.61813 3.33847 -0.812181 -0.476387 -0.336775 0 0 v -0.651934 -3.79966 3.34966 -0.807239 -0.488487 -0.331279 0 0 v -0.598484 -3.88741 3.35394 -0.797699 -0.499434 -0.337997 0 0 v -0.545364 -3.97521 3.35828 -0.787695 -0.498571 -0.361889 0 0 v -0.492344 -4.06314 3.36225 -0.76286 -0.523353 -0.379666 0 0 v -0.433974 -4.14536 3.364 -0.700189 -0.599425 -0.387846 0 0 v -0.363064 -4.21668 3.36628 -0.595186 -0.70163 -0.39175 0 0 v -0.283154 -4.27759 3.36791 -0.562522 -0.75269 -0.342091 0 0 v -0.202444 -4.33737 3.36979 -0.561495 -0.775819 -0.287799 0 0 v -6.63318 -3.73559 10.7637 -0.504729 -0.663404 0.552397 0 0 v -1.12784 -3.91809 5.73714 -0.792211 -0.49775 0.353053 0 0 v 0.232456 -4.46954 3.35754 -0.464626 -0.869289 0.168699 0 0 v -7.03264 -1.8786 6.06999 -0.793842 -0.604964 -0.0619117 0 0 v -7.30547 -1.44029 6.18761 -0.905097 -0.425205 -0.000552212 0 0 v -4.96494 2.83666 5.63795 -0.239165 0.966534 0.0928019 0 0 v -5.32308 -2.34036 3.72713 -0.419828 -0.539882 -0.72957 0 0 v -6.45621 -2.32858 4.8638 -0.68017 -0.583864 -0.443251 0 0 v -2.84777 1.2469 13.9302 -0.549931 -0.166465 0.818453 0 0 v 0.626096 3.17593 7.70257 -0.172374 0.935172 0.30942 0 0 v -6.15565 2.58211 13.0045 -0.83322 -0.296959 0.466433 0 0 v -7.30538 -3.76205 8.72166 -0.613664 -0.768464 -0.181328 0 0 v -1.06533 -3.89458 4.48724 -0.83992 -0.352583 -0.412577 0 0 v -7.35188 -3.19104 10.3346 -0.882579 -0.39194 0.259688 0 0 v -7.75491 -3.21068 8.83766 -0.943092 -0.30775 -0.125966 0 0 v -1.15414 -3.65364 6.00098 -0.675636 -0.564406 0.474301 0 0 v -6.69189 -4.24747 9.81837 -0.505997 -0.838244 0.203259 0 0 v -6.8064 -3.48021 10.8935 -0.523194 -0.634383 0.569057 0 0 v -6.1877 2.25635 12.7222 -0.931258 -0.212884 0.295701 0 0 v -0.980284 -4.08935 4.49519 -0.819821 -0.397128 -0.412532 0 0 v -0.606214 3.15095 14.6855 -0.598414 0.800725 0.0271986 0 0 v 0.926896 3.20301 7.70537 0.0930965 0.969609 0.226254 0 0 v -7.26922 -2.66189 11.1473 -0.797976 -0.358346 0.484584 0 0 v -1.0249 -3.99286 4.49046 -0.827699 -0.390177 -0.403332 0 0 v -3.33847 0.889136 13.5018 -0.624397 -0.231299 0.746076 0 0 v -6.02209 -2.99775 5.70064 -0.559926 -0.826731 -0.0547595 0 0 v -5.66505 -3.20633 5.70184 -0.375233 -0.920718 -0.107137 0 0 v -6.63345 -1.94645 4.70992 -0.705413 -0.402975 -0.583098 0 0 v -1.40096 -3.24119 4.45259 -0.775768 -0.516332 -0.362748 0 0 v -6.31776 5.56524 14.4027 -0.848275 -0.210245 0.486031 0 0 v -6.20823 2.37699 12.7214 -0.947967 -0.196487 0.250504 0 0 v -5.56367 2.60489 5.61874 -0.341319 0.936191 0.0839515 0 0 v -6.27687 4.17708 13.6933 -0.768 -0.284207 0.573936 0 0 v -1.03554 -3.67178 6.13827 -0.64961 -0.459805 0.605464 0 0 v -0.926024 -3.84647 6.14298 -0.645041 -0.462475 0.608308 0 0 v -6.37467 -2.6379 5.95915 -0.744808 -0.655321 0.125761 0 0 v -1.12369 -4.06209 5.46949 -0.8323 -0.527447 0.170518 0 0 v -0.607514 -4.68489 5.21494 -0.463438 -0.882375 0.0814843 0 0 v -0.936724 -4.44766 5.21126 -0.775721 -0.614096 0.14541 0 0 v -0.996684 -4.36806 5.20758 -0.845403 -0.524192 0.102551 0 0 v -7.43007 -3.27919 9.92737 -0.867868 -0.418637 0.267483 0 0 v -4.26799 3.07136 5.9459 -0.474639 0.877775 0.0650312 0 0 v -4.66557 2.85088 5.92897 -0.127663 0.99138 0.0294445 0 0 v -4.76661 2.84274 5.92801 -0.0915695 0.995338 0.0302705 0 0 v -4.86709 2.8309 5.92688 -0.179732 0.982203 0.0545252 0 0 v -4.96535 2.81157 5.92486 -0.310952 0.948193 0.065115 0 0 v -5.06506 2.75991 5.92087 -0.479018 0.872917 0.0925034 0 0 v -3.6652 3.1534 5.95409 0.147948 0.988216 0.039239 0 0 v -3.46557 3.11686 5.95208 0.0675302 0.996483 0.0496069 0 0 v -3.06651 3.13736 5.95527 -0.167677 0.983445 0.0686984 0 0 v -2.9663 3.16063 5.95743 -0.23428 0.971932 -0.0214897 0 0 v -3.16728 3.11991 5.95377 -0.0746197 0.989456 0.124135 0 0 v -7.14272 -3.57169 8.20196 -0.512841 -0.582024 -0.631065 0 0 v -4.49006 1.61364 10.3726 0.302438 0.94589 0.117573 0 0 v -3.69369 1.35349 12.2855 -0.539967 0.839345 -0.0627308 0 0 v -4.1726 2.70668 7.79996 -0.264886 0.924491 0.274138 0 0 v -4.97643 1.83694 9.06227 0.0582021 0.997933 -0.0272292 0 0 v -5.16564 2.72347 5.77384 -0.471833 0.86896 0.149268 0 0 v -0.361684 -4.26611 6.29338 -0.418237 -0.588461 0.691947 0 0 v -6.74739 -1.9839 7.15626 -0.716471 -0.641005 0.275286 0 0 v -6.09601 -2.93374 5.56539 -0.571148 -0.810778 -0.128176 0 0 v -6.78987 -4.20598 9.67916 -0.602911 -0.796714 0.0417726 0 0 v -4.40727 0.579586 12.4922 -0.746934 0.206414 0.632047 0 0 v -7.29944 -2.40586 11.2796 -0.85653 -0.309855 0.412731 0 0 v 3.43333 3.25192 6.42349 0.229725 0.935735 0.267631 0 0 v -0.266554 4.68297 5.78693 -0.0984268 0.883766 0.457461 0 0 v 1.22907 3.21308 7.27457 0.13794 0.971142 0.194564 0 0 v -3.29814 -2.91746 3.54453 -0.444837 -0.765459 -0.464965 0 0 v -3.2129 -2.95513 3.539 -0.405009 -0.796662 -0.448662 0 0 v -3.11174 -2.99905 3.53483 -0.421532 -0.822003 -0.382913 0 0 v -1.69629 -4.1345 0.492795 -0.564167 -0.771265 -0.294729 0 0 v -2.9242 -3.09266 3.53731 -0.406105 -0.875758 -0.26101 0 0 v -0.267024 -4.31408 6.29601 -0.349882 -0.64786 0.676654 0 0 v -6.20839 -2.77293 5.28999 -0.576768 -0.774306 -0.260363 0 0 v -7.05537 -1.63707 5.51557 -0.832839 -0.423925 -0.355901 0 0 v -6.80443 -3.97227 8.72567 -0.00338526 -0.995996 -0.0893326 0 0 v -7.25782 -2.50743 11.2802 -0.809563 -0.353772 0.468459 0 0 v -7.2256 -3.34167 10.4782 -0.813344 -0.47802 0.331615 0 0 v -7.28557 -2.10552 11.5465 -0.79962 -0.38857 0.457844 0 0 v -7.34225 -1.33876 6.04649 -0.920593 -0.381903 -0.0815954 0 0 v -6.16033 2.86184 13.1393 -0.827122 -0.276567 0.489265 0 0 v -6.78598 -2.1925 6.21712 -0.746914 -0.663005 -0.0504318 0 0 v -2.49789 2.14573 13.0423 -0.444189 0.890808 -0.0956917 0 0 v -7.2578 -3.52871 10.0701 -0.866384 -0.437487 0.2408 0 0 v -1.1003 -3.11321 3.45637 -0.84344 -0.480767 -0.239733 0 0 v -1.05244 -3.20795 3.46231 -0.833599 -0.481965 -0.269858 0 0 v -1.00097 -3.2967 3.46603 -0.818161 -0.495318 -0.292014 0 0 v -0.950174 -3.38596 3.46948 -0.828921 -0.463512 -0.313125 0 0 v -0.900394 -3.47935 3.47649 -0.805695 -0.483049 -0.342812 0 0 v -0.847294 -3.56755 3.48048 -0.804648 -0.486354 -0.340591 0 0 v -0.742734 -3.74431 3.48849 -0.811626 -0.481214 -0.331203 0 0 v -0.691994 -3.83366 3.49161 -0.807379 -0.475087 -0.349903 0 0 v -0.641874 -3.92677 3.49907 -0.802517 -0.47468 -0.361448 0 0 v -0.539434 -4.10497 3.50566 -0.783667 -0.502106 -0.365725 0 0 v -0.480724 -4.18725 3.50735 -0.71207 -0.592011 -0.377464 0 0 v -0.414264 -4.26235 3.51275 -0.593621 -0.718662 -0.362132 0 0 v -0.326934 -4.31641 3.51286 -0.504511 -0.784797 -0.359947 0 0 v -0.239874 -4.37076 3.51289 -0.499677 -0.801607 -0.328251 0 0 v -5.96892 1.77556 12.7313 -0.601183 -0.420463 0.679552 0 0 v -7.25656 -3.68037 9.66467 -0.806471 -0.568306 0.163194 0 0 v -7.76391 -3.21604 8.97266 -0.93841 -0.343978 0.032643 0 0 v -3.77348 2.78655 7.80686 -0.166417 0.932217 0.321366 0 0 v -6.29046 -4.16577 8.59606 -0.525457 -0.792801 -0.308807 0 0 v -5.27836 1.83812 9.50117 0.0420358 0.996991 -0.0651346 0 0 v -1.35847 -4.38314 0.484294 -0.375735 -0.802653 -0.463218 0 0 v -6.788 -1.87925 7.28857 -0.733187 -0.608293 0.303999 0 0 v -6.7851 -3.94924 8.59276 0.0109628 -0.967213 -0.253729 0 0 v -6.91127 -3.93344 8.59326 -0.181228 -0.928463 -0.324212 0 0 v -6.27611 -2.66694 6.36532 -0.667415 -0.741267 0.0712787 0 0 v -5.06597 2.81515 5.49188 -0.358245 0.9305 0.0763558 0 0 v -6.55671 -3.86839 8.44676 -0.15587 -0.903861 -0.398421 0 0 v -7.71493 -3.31382 8.84096 -0.888712 -0.44376 -0.115188 0 0 v -6.13563 3.03323 13.2802 -0.776351 -0.276336 0.566495 0 0 v -7.15323 -3.89273 8.85807 -0.509499 -0.859342 -0.0440597 0 0 v -6.72887 -3.54436 10.8969 -0.516332 -0.632362 0.577511 0 0 v -0.183974 -4.36956 6.28976 -0.369679 -0.645363 0.668464 0 0 v -1.25925 -3.77053 5.59401 -0.865833 -0.465704 0.182901 0 0 v -1.05287 -4.28595 5.06628 -0.864795 -0.500992 0.0337116 0 0 v -0.970184 -3.94355 4.34685 -0.821571 -0.389184 -0.416601 0 0 v -6.81794 -1.76337 7.41937 -0.773443 -0.53335 0.342526 0 0 v -5.92401 4.05744 11.8132 -0.916664 0.0338723 -0.39822 0 0 v -5.72343 5.07659 11.9354 -0.93547 0.272293 -0.225283 0 0 v -6.11755 1.33533 12.318 -0.866267 -0.119652 0.485042 0 0 v -0.617304 -4.56994 4.65424 -0.4004 -0.797976 -0.45046 0 0 v -6.1467 3.59797 13.5596 -0.731831 -0.311007 0.606382 0 0 v -5.77368 -3.15522 6.24357 -0.540224 -0.829231 0.143296 0 0 v -6.18054 -2.5479 7.17287 -0.670521 -0.710356 0.213998 0 0 v -7.52435 -3.53727 9.25076 -0.747622 -0.632783 0.201611 0 0 v -6.57529 -2.41487 5.95261 -0.744746 -0.666725 0.0288112 0 0 v -7.15131 -3.55601 10.3453 -0.786149 -0.523766 0.328084 0 0 v -1.1787 -3.97507 5.46623 -0.846821 -0.495892 0.192318 0 0 v -5.54913 -3.23589 5.56512 -0.402601 -0.914242 -0.0455369 0 0 v -0.701084 -4.63547 5.21495 -0.493974 -0.864736 0.0906656 0 0 v -5.18117 1.79582 10.0839 0.0510353 0.985612 0.161132 0 0 v -6.74351 -3.26864 11.1638 -0.498915 -0.606126 0.619431 0 0 v -6.95226 -1.81845 5.52384 -0.842862 -0.491276 -0.219617 0 0 v -6.14027 -2.7143 5.01261 -0.570774 -0.725956 -0.383673 0 0 v -6.01505 -3.27232 7.78166 0.0888443 -0.260674 -0.96133 0 0 v -4.98491 1.73604 10.5236 0.187645 0.977815 0.0930956 0 0 v -4.17223 2.81274 7.22996 -0.126725 0.973517 0.190278 0 0 v -4.07312 2.83998 7.23266 -0.266884 0.920127 0.2866 0 0 v -3.87408 2.90476 7.23847 -0.279284 0.873448 0.39886 0 0 v -3.77292 2.92838 7.23957 -0.211613 0.880331 0.424544 0 0 v 1.93339 4.20218 6.0522 0.114068 0.952535 0.282251 0 0 v -3.97407 2.86715 7.23547 -0.307042 0.881288 0.359245 0 0 v -6.28348 1.4746 10.8059 -0.464301 0.879173 0.107143 0 0 v -6.27209 1.61119 8.90127 -0.442869 0.893593 -0.0731994 0 0 v -1.60017 2.57468 14.089 -0.500345 0.850613 0.161591 0 0 v 2.62816 2.87435 7.69387 0.244883 0.959046 0.142345 0 0 v 3.02637 2.75429 7.68746 0.364076 0.912429 0.186872 0 0 v -5.87855 1.76859 9.78857 -0.238849 0.952338 0.189745 0 0 v -1.00612 -4.2462 0.337405 -0.00407251 -0.29422 -0.955729 0 0 v -3.98668 1.0824 11.248 0.271112 0.962181 0.0265817 0 0 v -5.18229 1.78281 10.2301 0.0798818 0.994327 0.0702304 0 0 v -5.47346 1.81141 8.76777 -0.137123 0.978999 -0.150855 0 0 v -5.87208 1.91761 7.60656 -0.487499 0.802639 0.343679 0 0 v -5.76361 2.51514 5.7562 -0.376754 0.922584 0.0830325 0 0 v -6.25472 5.20812 14.2635 -0.60285 -0.430593 0.671686 0 0 v -6.93685 -4.06604 9.81227 -0.618606 -0.765321 0.177792 0 0 v -6.86558 -4.14152 9.67727 -0.626905 -0.777988 0.0415411 0 0 v -6.9458 -4.07983 9.67556 -0.637848 -0.769018 0.041959 0 0 v -0.936304 -4.29485 5.61519 -0.736191 -0.604695 0.30392 0 0 v -0.584034 -4.50416 5.75695 -0.461331 -0.786497 0.410605 0 0 v 2.32906 3.03435 7.26847 0.243225 0.967237 0.0727583 0 0 v -5.17376 2.16247 7.91347 -0.446435 0.835542 0.320258 0 0 v -0.865804 -4.36515 5.61697 -0.649799 -0.673719 0.351943 0 0 v -6.71136 -2.15257 5.13128 -0.808038 -0.544306 -0.225402 0 0 v -6.04717 3.41355 13.5593 -0.623913 -0.333895 0.706574 0 0 v -2.76672 3.22467 5.96238 -0.291146 0.948591 -0.124134 0 0 v -6.89205 -2.02406 5.93851 -0.752551 -0.651495 -0.0960252 0 0 v -7.08234 -3.33495 10.752 -0.67622 -0.583279 0.450014 0 0 v -6.03157 -2.68078 7.17656 -0.606028 -0.78349 0.13738 0 0 v -7.17301 -3.43333 10.4779 -0.78234 -0.511188 0.355854 0 0 v -7.33259 -2.01081 11.5447 -0.794608 -0.425532 0.433037 0 0 v -6.32499 -2.73707 5.69374 -0.746943 -0.664593 0.0197948 0 0 v -5.95791 2.21742 13.0034 -0.524736 -0.413949 0.74384 0 0 v -6.72107 -2.26927 6.22005 -0.754213 -0.653552 -0.063497 0 0 v -6.82779 -3.21128 11.1593 -0.489928 -0.603183 0.629397 0 0 v -5.77885 -2.92212 4.8789 -0.502606 -0.789021 -0.353316 0 0 v -0.0893639 -4.41587 6.29077 -0.317421 -0.67271 0.66836 0 0 v -1.08437 -3.23346 3.60374 -0.840907 -0.476579 -0.256413 0 0 v -1.03093 -3.32102 3.60791 -0.838715 -0.470359 -0.274443 0 0 v -0.935524 -3.51059 3.62008 -0.820853 -0.492457 -0.289286 0 0 v -0.830004 -3.68699 3.6282 -0.829798 -0.467829 -0.304255 0 0 v -0.732704 -3.8714 3.63745 -0.82172 -0.467556 -0.325834 0 0 v -0.628504 -4.04839 3.64487 -0.815936 -0.482844 -0.317977 0 0 v -0.579214 -4.14134 3.65176 -0.795847 -0.523718 -0.303886 0 0 v -0.520894 -4.22329 3.65361 -0.719377 -0.620288 -0.312633 0 0 v -0.450904 -4.29459 3.65554 -0.613481 -0.736855 -0.284053 0 0 v -0.366134 -4.35217 3.65442 -0.510947 -0.809547 -0.28908 0 0 v -0.282214 -4.40645 3.65837 -0.476112 -0.833864 -0.279263 0 0 v -7.26456 -3.09083 10.7456 -0.808089 -0.466269 0.359979 0 0 v -0.811964 -4.3453 4.5057 -0.589819 -0.668469 -0.453059 0 0 v -0.865134 -4.52603 4.937 -0.62593 -0.769029 -0.129638 0 0 v -6.36453 -2.64717 5.28753 -0.690024 -0.694929 -0.202338 0 0 v -0.759804 -4.29776 4.36108 -0.615288 -0.661308 -0.42906 0 0 v -0.359504 -4.55797 5.89237 -0.423393 -0.802603 0.420198 0 0 v -3.6955 1.3545 12.4331 -0.58349 0.812108 0.00448451 0 0 v -4.26491 3.07909 5.65797 -0.375741 0.923363 -0.0788656 0 0 v -6.8148 -1.91081 7.15296 -0.736262 -0.619023 0.273365 0 0 v -7.01631 -3.90189 8.59017 -0.316632 -0.886027 -0.338676 0 0 v -6.98716 -1.8082 6.87986 -0.787029 -0.568055 0.240624 0 0 v -7.03197 -3.86915 10.0804 -0.700291 -0.624318 0.346149 0 0 v -7.2084 -1.8798 11.8152 -0.638875 -0.383307 0.667019 0 0 v -7.31591 -3.00211 10.7418 -0.853824 -0.418884 0.309065 0 0 v -7.28914 -1.42967 5.91351 -0.897911 -0.414923 -0.146954 0 0 v -5.86644 2.43108 6.03986 -0.400871 0.908429 0.118572 0 0 v -6.90755 -1.71731 7.28147 -0.807944 -0.479824 0.342047 0 0 v -7.15276 -1.96625 11.8149 -0.626775 -0.384875 0.677513 0 0 v -6.18875 1.96106 12.3053 -0.993458 -0.111907 0.02276 0 0 v -6.17891 1.83101 12.3071 -0.991392 -0.0989843 0.0856916 0 0 v -0.828064 -4.22481 4.3601 -0.704152 -0.550828 -0.448061 0 0 v -6.16116 1.85174 12.4462 -0.960803 -0.183496 0.207814 0 0 v -6.12885 -2.83382 5.29166 -0.563046 -0.776851 -0.281927 0 0 v -6.7778 -4.19073 9.81606 -0.57041 -0.797911 0.194858 0 0 v -6.90773 -2.28385 11.8245 -0.460249 -0.461255 0.758561 0 0 v -7.4276 -3.60267 8.58106 -0.689195 -0.65022 -0.319725 0 0 v -1.16133 -3.57269 4.33091 -0.765305 -0.517661 -0.382539 0 0 v -7.01704 -4.01233 9.53646 -0.7074 -0.702247 -0.0802145 0 0 v -6.02883 2.83978 13.2841 -0.614571 -0.372233 0.695517 0 0 v -1.37857 -3.61607 5.31091 -0.884762 -0.457523 0.0887076 0 0 v -5.16534 2.74876 5.63112 -0.440545 0.885093 0.150102 0 0 v -6.4909 -4.0764 8.99276 -0.603913 -0.738475 -0.299906 0 0 v -7.09964 -1.79588 6.33849 -0.819811 -0.571945 0.028079 0 0 v -7.25444 -1.53233 6.05499 -0.87999 -0.470176 -0.0674754 0 0 v -5.07657 1.99032 8.34356 -0.40178 0.770382 0.49506 0 0 v -1.23034 -3.88646 5.46198 -0.88004 -0.436837 0.18629 0 0 v -3.98594 1.51108 9.63677 0.376114 0.917037 0.132597 0 0 v -5.81455 -2.95328 5.01736 -0.54282 -0.787711 -0.291305 0 0 v -5.89554 -2.89376 5.01502 -0.564477 -0.767522 -0.303769 0 0 v -5.97593 -2.83311 5.01305 -0.562531 -0.757135 -0.332122 0 0 v -6.05977 -2.77475 5.01485 -0.549814 -0.76585 -0.333435 0 0 v -7.47223 -0.745763 8.04636 -0.591314 -0.143844 -0.793509 0 0 v -4.42029 -2.34147 3.33839 -0.224926 -0.539522 -0.811372 0 0 v -5.87149 1.6604 8.46847 -0.320931 0.89931 -0.297062 0 0 v -6.58101 1.31151 10.2117 -0.582094 0.78949 0.194605 0 0 v -6.38075 1.45999 10.217 -0.523048 0.840225 0.142978 0 0 v -4.57653 2.01465 8.63636 -0.340699 0.743532 0.5754 0 0 v -3.07168 3.0307 7.24777 -0.0858737 0.930428 0.356271 0 0 v -0.598724 2.88107 13.6502 -0.186362 0.863783 -0.468132 0 0 v 2.92871 2.786 7.69067 0.320129 0.928833 0.18651 0 0 v -3.19087 1.55429 12.1419 -0.311469 0.839479 -0.445266 0 0 v -2.89135 1.64738 12.1434 -0.247883 0.853184 -0.458946 0 0 v -4.87499 1.82337 8.91437 -0.00185021 0.999069 0.0431058 0 0 v -5.46437 2.61893 5.7648 -0.214483 0.968515 0.126398 0 0 v -5.26613 2.67324 5.77001 -0.41274 0.896018 0.163697 0 0 v -5.36403 2.63122 5.7661 -0.27323 0.949554 0.153923 0 0 v -5.5657 2.58442 5.76214 -0.307853 0.947862 0.0823616 0 0 v -5.66352 2.55352 5.759 -0.347285 0.935182 0.0694848 0 0 v -5.9631 2.42556 5.74901 -0.507827 0.859243 0.0617471 0 0 v -5.86504 2.46698 5.75233 -0.419312 0.903829 0.0852731 0 0 v -3.39207 1.54035 12.2885 -0.427545 0.855058 -0.293397 0 0 v -6.80745 -3.97375 8.85926 -0.012139 -0.999232 -0.037263 0 0 v -6.65757 -3.95954 8.85856 -0.108912 -0.986253 -0.124269 0 0 v -6.54769 -3.99485 8.85866 -0.493682 -0.847072 -0.196842 0 0 v -6.47104 -4.05829 8.85997 -0.677519 -0.718618 -0.156703 0 0 v -6.41604 -2.36334 7.03186 -0.677681 -0.689303 0.256145 0 0 v -6.34523 -2.43378 7.03376 -0.6797 -0.688806 0.252098 0 0 v -5.46137 -3.29031 5.56535 -0.558497 -0.82939 -0.0139292 0 0 v -7.42035 -3.12199 10.1957 -0.900253 -0.35686 0.24939 0 0 v -7.17879 -1.4305 7.00057 -0.870177 -0.367266 0.328494 0 0 v -7.27206 -1.38997 6.72864 -0.897582 -0.386628 0.211816 0 0 v -5.00366 6.90353 13.3513 -0.59141 0.792548 -0.148668 0 0 v -6.36292 -3.03235 7.76056 -0.212883 -0.191134 -0.958201 0 0 v -6.07609 1.72905 9.34697 -0.27753 0.955453 -0.100431 0 0 v -7.22512 -1.48523 6.73224 -0.877505 -0.440092 0.190534 0 0 v -0.593154 -4.66699 5.35194 -0.432202 -0.875794 0.214912 0 0 v -4.57691 1.82743 9.06187 0.0606916 0.983245 0.171888 0 0 v -7.30607 -3.2861 10.3373 -0.859186 -0.440566 0.260195 0 0 v -7.4538 -3.01168 10.1934 -0.943977 -0.239986 0.226525 0 0 v -6.97984 -1.95953 6.34468 -0.792547 -0.609354 0.0236103 0 0 v -6.9794 -3.66421 10.4865 -0.646635 -0.625451 0.436662 0 0 v -7.53578 -3.10613 9.78536 -0.915443 -0.260925 0.306403 0 0 v -6.38779 -2.65886 5.69075 -0.774282 -0.63158 0.0399194 0 0 v -7.13011 -1.5251 7.00337 -0.848221 -0.435312 0.301703 0 0 v -1.28826 -3.80824 5.32027 -0.919171 -0.386847 0.0739847 0 0 v -6.57662 -2.41161 6.08844 -0.705388 -0.707061 -0.0499318 0 0 v -7.12199 -1.66293 6.74021 -0.843298 -0.500755 0.195173 0 0 v -1.11181 -3.25664 3.74623 -0.851091 -0.457156 -0.258172 0 0 v -1.06645 -3.35258 3.75132 -0.859462 -0.429058 -0.277909 0 0 v -1.01875 -3.44728 3.75745 -0.840079 -0.47323 -0.265182 0 0 v -0.966094 -3.53528 3.76147 -0.821899 -0.518336 -0.236242 0 0 v -0.912464 -3.62317 3.76576 -0.841084 -0.479087 -0.251105 0 0 v -0.866564 -3.71875 3.77081 -0.851202 -0.449853 -0.270348 0 0 v -0.815934 -3.80803 3.77463 -0.848643 -0.444682 -0.286466 0 0 v -0.770594 -3.90412 3.77996 -0.831441 -0.472818 -0.291803 0 0 v -0.663254 -4.07909 3.78843 -0.816048 -0.506306 -0.278782 0 0 v -0.551334 -4.24935 3.79464 -0.723884 -0.643757 -0.248133 0 0 v -0.480524 -4.3199 3.79693 -0.61471 -0.754894 -0.22862 0 0 v -0.398474 -4.37825 3.79931 -0.519371 -0.819246 -0.243086 0 0 v -0.305464 -4.4283 3.79703 -0.480303 -0.843915 -0.238993 0 0 v -7.06581 -1.74891 6.74301 -0.810436 -0.548792 0.204991 0 0 v -5.78344 1.64667 10.8128 -0.283037 0.955919 -0.0781551 0 0 v -6.54751 -3.79236 10.7672 -0.412474 -0.714411 0.565227 0 0 v -4.36466 3.02697 5.65397 -0.456848 0.889483 -0.0104734 0 0 v -6.58239 -2.09791 7.29457 -0.688573 -0.681075 0.249008 0 0 v -6.65293 -2.02703 7.29246 -0.699507 -0.661662 0.269988 0 0 v -5.96447 2.4274 5.60419 -0.55815 0.829407 0.0235138 0 0 v -6.77677 1.41543 9.47887 -0.435374 0.899842 -0.0271093 0 0 v -7.30453 -1.43678 6.32337 -0.90336 -0.427377 0.0359121 0 0 v -7.11252 -3.85639 8.58806 -0.431067 -0.835492 -0.340783 0 0 v -7.07829 -1.61339 7.00746 -0.824817 -0.48882 0.284134 0 0 v -4.68281 1.75739 9.64487 0.228349 0.967603 0.107707 0 0 v -6.43199 -2.54874 6.09171 -0.702977 -0.70693 0.0779306 0 0 v -6.56181 -2.22648 7.02676 -0.672961 -0.692332 0.260385 0 0 v -5.83574 -3.09702 5.56704 -0.502037 -0.847984 -0.169944 0 0 v -0.309414 -4.50344 6.02599 -0.433945 -0.760225 0.483476 0 0 v -7.55329 -3.44467 8.57596 -0.765505 -0.545362 -0.341441 0 0 v -6.14067 2.30972 12.8644 -0.872633 -0.255001 0.416517 0 0 v -6.85596 -2.00313 5.53106 -0.883064 -0.459116 -0.0970071 0 0 v -7.0077 -1.83359 6.74524 -0.796053 -0.569089 0.206002 0 0 v -7.0238 -1.70046 7.01027 -0.799506 -0.532246 0.278397 0 0 v -6.13517 1.73826 12.4483 -0.919043 -0.223925 0.324374 0 0 v -7.27383 -3.54795 9.93447 -0.855474 -0.477352 0.200747 0 0 v -5.7624 -3.16328 5.70205 -0.458865 -0.878841 -0.130699 0 0 v -6.99225 -1.94241 11.9528 -0.515187 -0.35661 0.779366 0 0 v -5.70469 5.12441 12.0774 -0.976096 0.196018 0.0938833 0 0 v -6.75921 -4.01937 10.2241 -0.536977 -0.725152 0.431057 0 0 v -6.36265 -2.62105 6.09394 -0.735414 -0.663439 0.137896 0 0 v -4.31372 0.585896 12.6238 -0.797164 0.184225 0.57497 0 0 v -5.6802 -3.20304 6.24402 -0.426275 -0.896912 0.117635 0 0 v -6.9284 -1.89166 6.88156 -0.759935 -0.600496 0.248805 0 0 v -7.36584 -2.19133 11.2737 -0.902151 -0.305708 0.30441 0 0 v -5.63323 -3.18172 5.43075 -0.456574 -0.874663 -0.162805 0 0 v -4.38709 1.5963 10.2267 0.389801 0.903515 0.17809 0 0 v -0.850494 -4.49944 5.35072 -0.671047 -0.70169 0.23943 0 0 v -5.46309 -3.16622 5.02023 -0.47313 -0.834906 -0.281212 0 0 v -6.14851 -2.66453 6.90536 -0.57308 -0.78145 0.24681 0 0 v -6.13705 3.31981 13.4205 -0.774481 -0.294134 0.560057 0 0 v -0.791894 -4.46158 4.65386 -0.560154 -0.711525 -0.424216 0 0 v -1.19437 -3.73496 4.61835 -0.84168 -0.428384 -0.328728 0 0 v -1.32721 -3.7157 5.0389 -0.899394 -0.426611 -0.0953577 0 0 v -6.12662 -2.63883 7.04017 -0.577329 -0.783132 0.231075 0 0 v -3.66472 3.14814 5.8094 0.148958 0.986382 -0.0697337 0 0 v -3.56495 3.13112 5.80895 0.179124 0.980956 -0.0751003 0 0 v -3.26529 3.14587 5.81115 -0.0994673 0.991552 0.08325 0 0 v -3.16562 3.15005 5.81188 -0.0576939 0.994358 0.089019 0 0 v -3.36539 3.1254 5.80928 -0.121371 0.99203 0.0338439 0 0 v -3.46514 3.11661 5.80816 -0.0124518 0.999751 -0.0185293 0 0 v -6.06492 2.33905 5.7426 -0.650685 0.759162 0.01683 0 0 v -2.67092 3.0175 7.24747 0.136601 0.969289 0.204497 0 0 v -6.07389 1.6885 9.05197 -0.303588 0.951658 -0.0467039 0 0 v -6.87787 1.32522 9.18037 -0.432154 0.901168 -0.0337491 0 0 v -6.27366 1.63755 9.34196 -0.502815 0.861904 -0.0655622 0 0 v -2.47351 2.84042 7.81627 -0.101547 0.891391 0.441714 0 0 v -5.67504 1.90972 7.89947 -0.473528 0.807256 0.35229 0 0 v -1.87222 3.06853 7.25447 -0.264996 0.87512 0.404898 0 0 v -1.97156 3.04092 7.25137 -0.208012 0.900638 0.381553 0 0 v -2.17098 2.99979 7.24727 -0.17302 0.943416 0.282895 0 0 v -4.87612 1.82907 9.06167 0.0339011 0.999113 -0.02498 0 0 v -2.07152 3.01701 7.24997 -0.180187 0.927035 0.328846 0 0 v -2.27118 2.97812 7.24657 -0.057407 0.977249 0.204178 0 0 v -6.94647 -1.91321 6.74818 -0.775001 -0.600948 0.195541 0 0 v -5.96778 1.2053 12.4607 -0.537217 -0.275547 0.797165 0 0 v -6.09363 -2.67171 4.87501 -0.576146 -0.69663 -0.427508 0 0 v -6.18331 -2.48425 4.72926 -0.574056 -0.644427 -0.505147 0 0 v -0.472034 3.2075 7.41047 -0.0593181 0.976806 0.205745 0 0 v -0.594354 -4.68018 4.93718 -0.44846 -0.879636 -0.158506 0 0 v -5.40051 -3.24467 5.15394 -0.516911 -0.812847 -0.268481 0 0 v -5.84375 -2.71475 4.59346 -0.604515 -0.687215 -0.402861 0 0 v -7.28196 -2.82132 11.0111 -0.814925 -0.366804 0.448723 0 0 v -7.40097 -3.2453 10.0636 -0.864027 -0.427362 0.266118 0 0 v -6.88473 -1.99241 6.75091 -0.752956 -0.620532 0.219084 0 0 v -6.81949 -2.06871 6.75266 -0.723121 -0.652838 0.225608 0 0 v -6.6799 -2.21119 6.75712 -0.700316 -0.664892 0.259761 0 0 v -6.60956 -2.28209 6.75939 -0.676035 -0.684855 0.271937 0 0 v -0.909274 -4.43326 4.79357 -0.693462 -0.65169 -0.307264 0 0 v -1.11211 -3.52636 4.18436 -0.784269 -0.496916 -0.37148 0 0 v -6.09277 -2.59796 7.31006 -0.686985 -0.724652 0.0541461 0 0 v -6.39128 -2.40505 4.86895 -0.641649 -0.625139 -0.444397 0 0 v -7.09975 -2.05382 11.8171 -0.607999 -0.392519 0.69012 0 0 v -6.90238 -3.72905 10.4898 -0.592663 -0.660694 0.460689 0 0 v -5.95724 -2.75063 7.04146 -0.527263 -0.829342 0.184892 0 0 v -6.12837 2.7549 13.1424 -0.769031 -0.279288 0.574969 0 0 v -6.53667 -2.35043 6.76035 -0.674613 -0.687132 0.269717 0 0 v -6.04881 1.4064 12.4566 -0.780572 -0.197255 0.593125 0 0 v -1.14097 -3.28063 3.88805 -0.855528 -0.445111 -0.264478 0 0 v -1.09631 -3.37673 3.89301 -0.85488 -0.446603 -0.264056 0 0 v -1.04572 -3.4701 3.89998 -0.822753 -0.511385 -0.24812 0 0 v -0.989894 -3.55252 3.90124 -0.822134 -0.513597 -0.245588 0 0 v -0.938784 -3.64568 3.90834 -0.855752 -0.443381 -0.266651 0 0 v -0.894274 -3.74224 3.9131 -0.859128 -0.43442 -0.270514 0 0 v -0.849954 -3.83861 3.91835 -0.860694 -0.427731 -0.276138 0 0 v -0.747414 -4.01642 3.92523 -0.809804 -0.512577 -0.28545 0 0 v -0.638424 -4.19062 3.93429 -0.790774 -0.55129 -0.266 0 0 v -0.577184 -4.27054 3.93712 -0.707981 -0.665808 -0.235503 0 0 v -0.503104 -4.33849 3.93658 -0.628482 -0.747368 -0.215527 0 0 v -0.421874 -4.39901 3.93844 -0.555193 -0.801455 -0.222328 0 0 v -0.334874 -4.45432 3.93834 -0.483137 -0.840528 -0.245134 0 0 v -6.46629 -2.42128 6.76275 -0.672254 -0.691198 0.265178 0 0 v -6.94758 -3.48365 10.7554 -0.574832 -0.62471 0.528494 0 0 v -6.39276 -2.48921 6.76612 -0.657803 -0.706377 0.261393 0 0 v -6.93504 -3.95839 8.85946 -0.149858 -0.988648 -0.0108564 0 0 v -0.780304 -4.58425 4.93663 -0.51715 -0.842228 -0.152342 0 0 v -7.62029 -3.19883 9.51467 -0.862577 -0.347549 0.367657 0 0 v -6.44681 -2.58481 5.41958 -0.759551 -0.643989 -0.0914298 0 0 v -2.77178 3.00387 7.39066 0.0280991 0.969407 0.243845 0 0 v -7.19949 -3.80111 8.58687 -0.542535 -0.783207 -0.303716 0 0 v -5.06771 2.79322 5.63514 -0.400013 0.907711 0.126693 0 0 v -0.474724 -4.44179 4.22293 -0.542391 -0.80606 -0.23681 0 0 v -6.67182 -3.19299 11.2988 -0.499118 -0.593605 0.63128 0 0 v -0.789654 -4.58349 5.21476 -0.576929 -0.809192 0.111182 0 0 v -3.25118 0.548556 13.3649 -0.335331 -0.640762 0.690635 0 0 v -1.30868 -3.43083 4.46377 -0.831592 -0.444296 -0.333251 0 0 v -6.10616 -2.94012 5.70003 -0.579071 -0.81415 -0.0428485 0 0 v -6.79941 -2.09232 5.40004 -0.853007 -0.513437 -0.0936002 0 0 v -5.53847 -3.22963 5.43005 -0.498186 -0.855427 -0.141619 0 0 v -0.403544 3.22777 14.2424 -0.477703 0.834232 -0.275422 0 0 v -0.688374 -4.61993 5.35201 -0.485221 -0.849672 0.206444 0 0 v -6.24457 -2.62359 6.77034 -0.641808 -0.731329 0.230739 0 0 v -7.12827 -3.82677 9.94277 -0.802341 -0.541901 0.250185 0 0 v -6.17096 -2.69028 6.77116 -0.600526 -0.767412 0.224605 0 0 v -5.32855 -3.18177 4.87645 -0.429829 -0.822997 -0.37138 0 0 v -6.08402 -2.74512 6.77204 -0.539872 -0.800461 0.260385 0 0 v -6.77417 -2.01515 7.02087 -0.718822 -0.643455 0.263173 0 0 v -6.70552 -2.08733 7.02357 -0.690476 -0.676567 0.25593 0 0 v -1.43835 -3.27275 4.59923 -0.777821 -0.557766 -0.289641 0 0 v -7.68327 -3.27284 9.24177 -0.895335 -0.362859 0.258281 0 0 v -7.72109 -3.17095 9.24417 -0.924107 -0.297182 0.240228 0 0 v -1.0602 -3.61498 4.18792 -0.802199 -0.481331 -0.353267 0 0 v -7.30172 -3.42857 10.0691 -0.860045 -0.443437 0.252362 0 0 v -1.27417 -3.78945 5.45719 -0.897773 -0.41323 0.15246 0 0 v -1.04462 -4.27424 5.20342 -0.881409 -0.458519 0.113482 0 0 v -7.14942 -3.85608 9.66927 -0.824781 -0.565215 0.0163705 0 0 v -5.3704 -3.2173 5.01771 -0.48055 -0.820227 -0.310322 0 0 v -6.27107 5.88869 14.5371 -0.90793 0.0698637 0.413259 0 0 v -1.02705 -4.13035 4.6377 -0.84485 -0.374413 -0.382157 0 0 v -1.06817 -4.03227 4.63432 -0.839712 -0.402266 -0.364781 0 0 v -1.11543 -3.94199 4.63312 -0.852221 -0.374675 -0.365156 0 0 v -1.15256 -3.83282 4.62228 -0.863328 -0.353057 -0.360576 0 0 v -1.2379 -3.90819 5.04822 -0.909439 -0.410994 -0.0632818 0 0 v -5.68977 -2.84242 4.60003 -0.501631 -0.766131 -0.401757 0 0 v -7.28231 -1.95785 11.6794 -0.728764 -0.425241 0.536724 0 0 v -2.56579 3.2482 5.82103 -0.219339 0.947183 -0.233956 0 0 v -2.6654 3.22167 5.81872 -0.282227 0.913133 -0.294169 0 0 v -2.7763 3.18277 5.81394 -0.231486 0.928691 -0.289738 0 0 v -5.07786 1.83356 9.35466 0.0189594 0.998979 0.0410175 0 0 v -3.87514 2.76716 7.80766 -0.16236 0.940668 0.297964 0 0 v 1.52583 2.93853 7.98236 -0.181216 0.956239 0.229714 0 0 v -5.77372 1.90745 7.75287 -0.484847 0.802373 0.348025 0 0 v -6.97704 1.26996 9.03036 -0.459799 0.879017 -0.12615 0 0 v -1.67079 3.14027 7.25726 -0.286807 0.889309 0.35619 0 0 v -1.77128 3.1041 7.25556 -0.296701 0.867861 0.39848 0 0 v -4.07425 2.72527 7.80357 -0.204771 0.936644 0.284195 0 0 v -1.27144 3.24433 7.26567 -0.19155 0.924489 0.329588 0 0 v -1.17198 3.25823 7.26727 -0.0852771 0.929056 0.359977 0 0 v -4.05621 -0.157853 2.52411 -0.435457 -0.190709 -0.879777 0 0 v -0.771564 3.26664 7.26767 0.0904823 0.922363 0.375579 0 0 v -5.97471 1.56497 8.17037 -0.539077 0.817485 0.202765 0 0 v -5.6719 1.78294 8.76637 -0.173466 0.97577 -0.133354 0 0 v -2.97161 2.98767 7.38767 -0.143154 0.916092 0.374543 0 0 v 1.63314 4.33844 5.9165 0.315513 0.913919 0.255351 0 0 v -5.99978 -2.80338 6.77407 -0.581158 -0.762652 0.283931 0 0 v -7.09692 -1.79741 6.20288 -0.824427 -0.565709 -0.0171218 0 0 v -0.944614 -4.46023 5.07394 -0.765286 -0.643439 0.0179969 0 0 v -6.43294 -2.54537 6.22732 -0.636181 -0.77147 -0.0103846 0 0 v -1.32008 -3.69394 5.45275 -0.887203 -0.445877 0.118593 0 0 v -6.88911 -1.89647 5.38918 -0.901701 -0.419802 -0.10345 0 0 v -6.90122 -3.14344 11.1605 -0.523367 -0.586789 0.617872 0 0 v -7.34132 -3.02953 10.6059 -0.88769 -0.380777 0.258873 0 0 v -0.790264 -4.58913 5.07651 -0.544764 -0.838501 -0.0122206 0 0 v -0.398334 -4.45194 6.02712 -0.417012 -0.770759 0.481697 0 0 v -6.94132 -4.07887 9.53796 -0.628121 -0.771597 -0.100511 0 0 v -0.233954 -3.56487 6.67359 -0.273364 -0.571424 0.773787 0 0 v -4.66003 1.60462 10.7604 0.37979 0.893174 0.240833 0 0 v -6.31704 -2.47156 4.86701 -0.594078 -0.65425 -0.468005 0 0 v -7.06505 -3.75671 10.2145 -0.724831 -0.585609 0.362881 0 0 v -6.82887 -3.79711 10.4897 -0.556705 -0.678517 0.479264 0 0 v -0.982634 -3.90704 6.00871 -0.685969 -0.558448 0.466457 0 0 v -1.37374 -3.61987 5.03405 -0.901854 -0.420427 -0.0995008 0 0 v -5.96602 2.39154 6.03655 -0.421789 0.899196 0.116363 0 0 v -5.9219 -2.86721 6.77605 -0.606 -0.734679 0.304977 0 0 v -1.12915 -3.40662 4.03711 -0.828796 -0.469143 -0.304963 0 0 v -1.07539 -3.49429 4.04155 -0.805676 -0.514108 -0.294244 0 0 v -1.02208 -3.58217 4.04565 -0.823687 -0.475641 -0.308717 0 0 v -0.974654 -3.67724 4.05153 -0.841068 -0.449789 -0.30049 0 0 v -0.925884 -3.76747 4.05419 -0.853498 -0.4369 -0.284006 0 0 v -0.880464 -3.8633 4.05925 -0.850967 -0.427488 -0.305138 0 0 v -0.834154 -3.95875 4.06504 -0.825254 -0.468241 -0.315763 0 0 v -0.782814 -4.04779 4.06827 -0.803225 -0.495541 -0.330559 0 0 v -0.726594 -4.13103 4.06917 -0.7734 -0.533762 -0.34198 0 0 v -0.667814 -4.21509 4.07544 -0.743961 -0.589105 -0.315402 0 0 v -0.604004 -4.29281 4.07925 -0.663382 -0.693798 -0.280302 0 0 v -0.528304 -4.35879 4.07931 -0.615698 -0.753193 -0.231553 0 0 v -0.448514 -4.42069 4.08068 -0.569831 -0.79301 -0.215469 0 0 v -0.366934 -4.47908 4.08293 -0.508222 -0.833429 -0.217042 0 0 v -5.84584 -2.93014 6.77463 -0.551363 -0.762222 0.33914 0 0 v -5.75969 -2.98537 6.77596 -0.500567 -0.788192 0.35803 0 0 v -2.78969 3.5816 0.278265 -0.794021 0.485581 0.365706 0 0 v -2.88334 3.51092 0.333235 -0.83691 0.529743 0.137674 0 0 v -2.91853 3.38501 0.335765 -0.932132 0.353686 0.0776914 0 0 v -2.96922 3.28913 0.337655 -0.848352 0.515354 0.121284 0 0 v -3.03338 3.18973 0.344295 -0.919593 0.390115 -0.0464695 0 0 v -3.0644 3.08105 0.358305 -0.949308 0.310924 -0.0462748 0 0 v -3.08824 2.97924 0.362305 -0.974479 0.223 -0.0257314 0 0 v -3.10785 2.87685 0.366435 -0.972303 0.23247 0.0241845 0 0 v -3.13933 2.7747 0.372305 -0.97511 0.213551 0.0596328 0 0 v -3.15207 2.67487 0.374145 -0.94402 0.309403 0.114437 0 0 v -3.20278 2.57474 0.380315 -0.928943 0.339594 0.147448 0 0 v -3.22815 2.47473 0.383445 -0.941234 0.265134 0.209245 0 0 v -3.25342 2.3752 0.386385 -0.953511 0.212278 0.213905 0 0 v -3.27867 2.27519 0.389955 -0.686943 0.429632 0.586111 0 0 v -7.02146 1.21411 9.62226 -0.66919 0.686473 0.284501 0 0 v -7.11661 1.11602 9.62506 -0.721402 0.63123 0.284831 0 0 v -7.32114 0.720397 9.63286 -0.932814 0.330834 0.142853 0 0 v -7.82573 -0.576993 9.64756 -0.962796 0.123004 0.240611 0 0 v -7.81056 -1.57815 9.65487 -0.948322 -0.195804 0.249692 0 0 v -7.69156 -2.07676 9.65427 -0.967162 -0.165089 0.193245 0 0 v 1.89837 3.01959 7.46507 0.0806134 0.895866 0.43695 0 0 v 4.61286 1.09578 8.47107 0.653569 0.345759 0.673274 0 0 v 0.229936 4.00821 6.5058 -0.129164 0.423095 0.896832 0 0 v 4.37831 1.36507 8.53407 0.562593 0.481 0.672404 0 0 v 2.00942 3.17881 6.86347 0.25262 0.82133 0.511469 0 0 v -7.80897 -1.37674 9.79056 -0.923168 -0.148508 0.35455 0 0 v -7.78825 -1.47736 9.79146 -0.934117 -0.158972 0.319613 0 0 v -7.76714 -2.87872 9.24757 -0.984348 0.0120533 0.175822 0 0 v -2.69327 3.67368 0.462226 -0.515746 0.728119 0.451496 0 0 v -2.80754 3.58384 0.475645 -0.763202 0.590025 0.263426 0 0 v -2.8604 3.47567 0.480665 -0.915519 0.3052 0.262065 0 0 v -2.88568 3.37577 0.484005 -0.913185 0.307845 0.267066 0 0 v -2.92096 3.27374 0.488086 -0.835751 0.498857 0.229485 0 0 v -2.98926 3.16969 0.496005 -0.853955 0.489158 0.17744 0 0 v -3.05066 3.07557 0.502986 -0.919343 0.368008 0.13921 0 0 v -3.08015 2.97727 0.506205 -0.969462 0.202802 0.137895 0 0 v -3.09573 2.8777 0.506915 -0.972271 0.157309 0.173039 0 0 v -3.11409 2.77542 0.511175 -0.950004 0.261809 0.170144 0 0 v -3.15008 2.67484 0.515055 -0.930924 0.33764 0.139208 0 0 v -3.17753 2.57567 0.518395 -0.935806 0.29938 0.186115 0 0 v -3.21559 2.4755 0.522975 -0.945151 0.278892 0.170027 0 0 v -3.24086 2.37577 0.526205 -0.972758 0.164886 0.162954 0 0 v -3.24663 2.22974 0.527075 -0.99216 -0.0143714 0.124144 0 0 v -6.52776 -1.63602 4.45881 -0.754221 -0.275302 -0.59612 0 0 v -7.70262 -0.983043 8.29647 -0.7901 -0.189449 -0.582968 0 0 v -7.65714 -0.186113 8.29016 -0.838793 0.201703 -0.505709 0 0 v -7.51409 0.214277 8.28246 -0.767148 0.37064 -0.523555 0 0 v -7.25858 0.521177 8.26616 -0.638927 0.564094 -0.523039 0 0 v -7.17457 0.620757 8.26377 -0.681852 0.562788 -0.467277 0 0 v 6.52812 0.201877 4.05542 -0.0822681 0.329361 0.940613 0 0 v 1.54288 2.97271 7.79857 0.23017 0.925307 0.30138 0 0 v 0.876526 2.19445 8.94386 0.0615249 0.722905 0.688202 0 0 v 0.472046 4.35719 6.26416 0.0433349 0.754476 0.654896 0 0 v 4.46262 3.04998 4.83495 0.593814 0.779702 0.198622 0 0 v -5.42399 1.08012 0.762675 -0.605712 0.732048 0.311798 0 0 v -5.5051 0.978017 0.772495 -0.789391 0.500893 0.35492 0 0 v -5.55518 0.883517 0.782915 -0.892713 0.32713 0.309917 0 0 v -7.77465 -1.5766 9.79117 -0.927776 -0.200513 0.314685 0 0 v -6.40845 4.54486 13.6273 -0.986539 -0.110033 0.120966 0 0 v -6.33808 4.2454 13.6294 -0.868904 -0.257073 0.422988 0 0 v -6.23099 3.94518 13.6325 -0.783509 -0.313717 0.536372 0 0 v -3.98151 0.741906 12.9486 -0.707682 0.100829 0.699299 0 0 v 4.1228 1.77788 8.35806 0.546191 0.603581 0.580832 0 0 v -2.86517 3.17016 5.81442 -0.13185 0.97425 -0.182901 0 0 v -2.89596 1.73664 13.6601 -0.674622 0.634253 0.377636 0 0 v -3.17943 1.34398 13.6655 -0.691572 0.229456 0.684893 0 0 v -7.74389 -1.67797 9.79227 -0.921363 -0.229463 0.313748 0 0 v -7.72456 -1.77558 9.79006 -0.920254 -0.241164 0.308178 0 0 v -0.168514 1.71393 9.07336 0.0435982 0.624766 0.779594 0 0 v -5.36055 6.34823 13.7685 -0.8698 0.451963 -0.197935 0 0 v -5.53299 6.04912 13.7751 -0.83156 0.464707 -0.304229 0 0 v -5.62941 5.85068 13.765 -0.815731 0.445045 -0.369484 0 0 v -5.74746 5.65059 13.7649 -0.764313 0.453678 -0.45826 0 0 v -7.69229 -1.87248 9.79227 -0.92458 -0.232627 0.301722 0 0 v -4.4687 -1.12442 0.673955 -0.83452 0.273285 0.478427 0 0 v -4.51659 -1.22396 0.679525 -0.743013 0.526964 0.412603 0 0 v -4.66071 -1.42388 0.695555 -0.706912 0.596888 0.379474 0 0 v -4.74461 -1.52366 0.705255 -0.737885 0.592673 0.3229 0 0 v -4.81671 -1.62365 0.713355 -0.657067 0.687429 0.309361 0 0 v -7.65651 -2.0757 9.79076 -0.936592 -0.179639 0.300875 0 0 v -7.63503 -2.17601 9.79156 -0.938538 -0.144663 0.313398 0 0 v -7.62284 -2.2757 9.79187 -0.938877 -0.116136 0.324073 0 0 v -7.61114 -2.37581 9.79197 -0.933985 -0.0920954 0.34524 0 0 v -6.36527 4.34495 13.6292 -0.911099 -0.229204 0.342584 0 0 v -5.10094 6.85389 13.9207 -0.807263 0.582742 -0.0934746 0 0 v -5.57838 6.05054 13.9071 -0.792177 0.492745 -0.360082 0 0 v -5.84211 5.65177 13.9041 -0.644105 0.502239 -0.576962 0 0 v -6.35116 5.25068 13.8993 -0.700768 0.43227 -0.56751 0 0 v -7.15356 0.229276 10.8742 -0.884658 0.272258 0.378491 0 0 v -2.40368 2.03812 13.9473 -0.615003 0.705296 0.352603 0 0 v -6.23651 2.84006 12.9384 -0.951749 -0.169527 0.255801 0 0 v -5.88962 5.75229 14.0436 -0.536531 0.560339 -0.630995 0 0 v -2.80562 1.83313 13.6592 -0.651238 0.673412 0.349865 0 0 v -5.50561 6.3517 14.1899 -0.720452 0.580412 -0.379567 0 0 v -2.4177 1.74592 14.2356 -0.632314 0.265204 0.727906 0 0 v -7.60015 -2.47599 9.79266 -0.931462 -0.0630348 0.358336 0 0 v -6.3102 5.85107 14.464 -0.950092 0.306989 0.0555166 0 0 v -6.2118 6.05135 14.6052 -0.80453 0.578276 0.135385 0 0 v -6.25573 5.95331 14.6088 -0.892195 0.0862653 0.443335 0 0 v -7.56039 -0.569984 10.8825 -0.812502 0.52183 -0.259873 0 0 v -7.73198 -2.27874 9.24376 -0.989564 -0.0157756 0.143229 0 0 v -7.73371 -2.3791 9.24466 -0.98305 0.0674865 0.170466 0 0 v -2.65133 3.67254 0.598475 -0.544297 0.787336 0.289557 0 0 v -2.74926 3.57889 0.611745 -0.679469 0.632686 0.371525 0 0 v -2.81518 3.48024 0.619665 -0.835847 0.362545 0.412214 0 0 v -2.83649 3.37653 0.621285 -0.86845 0.294248 0.399015 0 0 v -2.88903 3.25584 0.628285 -0.757122 0.576266 0.307708 0 0 v -2.98359 3.17392 0.635915 -0.817843 0.532512 0.21809 0 0 v -3.02246 3.07453 0.640725 -0.896853 0.365121 0.249685 0 0 v -3.05073 2.97643 0.644635 -0.939229 0.207138 0.273758 0 0 v -3.06456 2.87641 0.646555 -0.948638 0.109757 0.296716 0 0 v -3.07628 2.77612 0.648065 -0.912404 0.225788 0.341378 0 0 v -3.1147 2.6763 0.652675 -0.868924 0.370324 0.328376 0 0 v -3.15225 2.57641 0.656995 -0.919031 0.283133 0.274257 0 0 v -3.1776 2.47628 0.660245 -0.919578 0.260442 0.294187 0 0 v -3.20281 2.37653 0.663615 -0.918712 0.233101 0.318798 0 0 v -3.22815 2.27661 0.666735 -0.960318 0.167737 0.222833 0 0 v -7.1889 1.01742 9.62786 -0.802687 0.526517 0.280131 0 0 v -7.72337 -0.883483 8.29737 -0.823868 -0.079748 -0.561143 0 0 v -4.87029 2.78452 6.35878 -0.191209 0.939506 0.284197 0 0 v 0.527926 3.15638 7.69847 -0.232814 0.892092 0.387259 0 0 v -7.75653 -0.177403 9.64457 -0.951915 0.261363 0.159836 0 0 v -1.54634 2.73635 7.95897 0.0102558 0.953076 0.302557 0 0 v -5.14115 1.47647 0.869345 -0.5772 0.594493 0.559838 0 0 v -5.21238 1.37101 0.883155 -0.743147 0.379064 0.5514 0 0 v -5.34078 1.07386 0.889776 -0.565904 0.701097 0.433838 0 0 v -5.43029 0.977137 0.902665 -0.680798 0.555053 0.477944 0 0 v -5.4863 0.880427 0.912585 -0.788113 0.378701 0.485247 0 0 v -7.59567 -2.67566 9.79217 -0.930526 -0.0357321 0.364478 0 0 v -7.58588 -2.77567 9.79276 -0.936942 -0.0605237 0.344205 0 0 v -7.58406 -2.87504 9.79307 -0.933187 -0.10149 0.344764 0 0 v -7.56336 -2.97537 9.79397 -0.929009 -0.18024 0.323197 0 0 v -6.27027 3.63987 12.9345 -0.718389 0.289383 -0.632594 0 0 v -6.06476 3.94344 12.9268 -0.591957 0.364008 -0.719086 0 0 v -5.95661 4.14314 12.9271 -0.723552 0.337264 -0.602267 0 0 v -5.81047 4.54177 12.9273 -0.909479 0.246471 -0.334814 0 0 v -5.78671 4.6419 12.927 -0.930833 0.23767 -0.277603 0 0 v -5.76244 4.74184 12.9265 -0.937735 0.24799 -0.243218 0 0 v -5.73744 4.8414 12.9263 -0.936418 0.267844 -0.226676 0 0 v -5.70367 4.9422 12.9255 -0.937071 0.263981 -0.228498 0 0 v -5.67966 5.04219 12.925 -0.946152 0.253776 -0.200984 0 0 v -5.63134 5.24198 12.9244 -0.956387 0.248901 -0.152877 0 0 v -5.60617 5.3415 12.924 -0.95878 0.254409 -0.126559 0 0 v -5.57271 5.44231 12.9236 -0.948449 0.291756 -0.123782 0 0 v -7.6418 -2.77638 9.65606 -0.929414 -0.0331288 0.367549 0 0 v -4.43243 -1.1231 0.809945 -0.853945 0.270294 0.444657 0 0 v -4.49282 -1.22337 0.816705 -0.736722 0.584045 0.340781 0 0 v -4.58876 -1.32329 0.827295 -0.710083 0.659924 0.245524 0 0 v -4.68455 -1.4229 0.837685 -0.74062 0.638141 0.210374 0 0 v -4.75661 -1.52303 0.845915 -0.759498 0.621178 0.193131 0 0 v -4.84058 -1.62301 0.855335 -0.73593 0.649785 0.190225 0 0 v -4.91166 -1.71997 0.864825 -0.84267 0.462716 0.27532 0 0 v -4.94806 -1.81884 0.869625 -0.89719 0.367407 0.245075 0 0 v -4.98674 -1.91836 0.877895 -0.902661 0.300545 0.308021 0 0 v -7.45405 -2.37065 10.7538 -0.994276 -0.00554863 0.106696 0 0 v -6.07048 4.65042 13.3393 -0.506168 0.447714 -0.73712 0 0 v -6.33939 5.54845 14.3244 -0.958091 -0.12576 0.257384 0 0 v -1.66915 3.26935 6.54697 -0.088374 0.960433 0.264119 0 0 v -7.63151 -2.87636 9.65707 -0.919232 -0.0944057 0.382231 0 0 v -6.28191 2.94041 12.7948 -0.988282 -0.121052 0.0929754 0 0 v -6.15452 3.5398 12.793 -0.596445 0.371467 -0.711523 0 0 v -5.87011 4.14104 12.7883 -0.870484 0.243483 -0.427754 0 0 v -5.55806 5.44103 12.7822 -0.970443 0.237205 -0.044432 0 0 v -0.663934 2.1544 8.73286 0.0625363 0.715766 0.695535 0 0 v 0.307346 2.01476 8.97077 -0.296495 0.516984 0.803006 0 0 v -3.49092 0.945066 13.3807 -0.655672 -0.112881 0.74656 0 0 v -7.83828 -1.07597 9.78767 -0.946049 -0.0409135 0.321431 0 0 v -5.9875 4.75045 13.3398 -0.575812 0.454159 -0.679838 0 0 v -5.31349 6.34654 13.3445 -0.926627 0.375952 -0.00469241 0 0 v -5.26761 6.44732 13.3446 -0.923721 0.382563 0.0196397 0 0 v -6.2546 5.95832 14.4532 -0.803422 0.532001 -0.267372 0 0 v -6.13089 6.1453 14.6047 -0.733867 0.678729 -0.0276862 0 0 v -5.82878 4.84562 13.2052 -0.823647 0.355235 -0.442056 0 0 v -5.62158 5.44398 13.2057 -0.925465 0.316086 -0.208815 0 0 v -5.27944 6.44895 13.6269 -0.887715 0.447559 -0.107946 0 0 v 0.0541661 1.82883 8.98996 -0.260939 0.547109 0.795351 0 0 v -5.84475 3.73341 11.6818 -0.647645 0.0320823 -0.761266 0 0 v -5.81698 4.63592 11.9481 -0.972342 0.184167 0.143641 0 0 v -7.73353 -2.17892 9.24357 -0.993482 -0.0300442 0.109958 0 0 v -7.78406 -0.583744 8.42826 -0.943791 0.0793233 -0.320883 0 0 v -7.76101 -0.384253 8.42706 -0.947975 0.136263 -0.287707 0 0 v -2.53302 3.67955 0.730955 -0.528389 0.735801 0.423558 0 0 v -2.65959 3.57877 0.744275 -0.615235 0.615902 0.492087 0 0 v -2.72514 3.4804 0.752705 -0.738147 0.40196 0.541819 0 0 v -2.75901 3.37682 0.754135 -0.796328 0.30703 0.521147 0 0 v -2.80337 3.2753 0.755865 -0.699232 0.584157 0.41211 0 0 v -2.92512 3.17781 0.772575 -0.735893 0.578543 0.351781 0 0 v -2.96218 3.07688 0.776365 -0.860121 0.322232 0.395421 0 0 v -3.00015 2.97721 0.780645 -0.881789 0.218489 0.417984 0 0 v -3.0127 2.87695 0.782735 -0.907653 0.0835362 0.411325 0 0 v -3.01281 2.7772 0.782995 -0.89907 0.118038 0.421593 0 0 v -3.03827 2.67692 0.786215 -0.811964 0.365935 0.454759 0 0 v -3.09883 2.57596 0.791745 -0.829363 0.352082 0.433814 0 0 v -3.12413 2.47629 0.795015 -0.882499 0.244134 0.401988 0 0 v -3.14878 2.37541 0.797845 -0.897704 0.22502 0.378806 0 0 v -3.16975 2.27061 0.798205 -0.84112 0.330895 0.427816 0 0 v -7.35584 0.619587 9.63496 -0.913569 0.393256 0.103644 0 0 v -1.57189 3.16874 7.26047 -0.301573 0.900035 0.314627 0 0 v -5.77002 1.65916 8.32306 -0.483355 0.87542 0.00291931 0 0 v -6.64929 0.929966 11.417 -0.814822 0.559607 0.151344 0 0 v -7.42413 -1.97283 10.3391 -0.954031 0.033428 0.297839 0 0 v -7.42646 -1.87319 10.3396 -0.917034 -0.0474076 0.395981 0 0 v -4.99125 1.4707 0.985445 -0.400414 0.62214 0.672764 0 0 v -5.08304 1.37858 1.00494 -0.522596 0.518915 0.676476 0 0 v -5.13567 1.28122 1.0153 -0.688855 0.287012 0.66566 0 0 v -5.15588 1.17885 1.0141 -0.729258 0.329714 0.599559 0 0 v -5.23313 1.07483 1.01616 -0.596645 0.59235 0.54142 0 0 v -5.32332 0.978777 1.03173 -0.598231 0.548288 0.58438 0 0 v -5.39438 0.877887 1.0385 -0.663964 0.441496 0.603518 0 0 v -5.43788 0.779287 1.04809 -0.768134 0.242594 0.592553 0 0 v -5.44853 0.678807 1.0492 -0.824384 -0.047569 0.564028 0 0 v -5.42993 0.577687 1.04341 -0.817235 -0.184425 0.545998 0 0 v -6.29711 0.937056 12.1094 -0.688236 0.307624 0.657037 0 0 v -5.57998 5.33964 12.6412 -0.970112 0.241295 0.0256679 0 0 v -7.61882 -2.97608 9.65697 -0.907882 -0.16692 0.384561 0 0 v -6.95513 0.723846 10.8651 -0.607854 0.627431 0.486667 0 0 v -7.74671 0.0209465 9.23166 -0.939768 0.330925 0.0855835 0 0 v -5.13722 6.75127 13.6271 -0.874004 0.484947 -0.0307204 0 0 v -5.33592 6.3472 13.6272 -0.888898 0.439156 -0.130391 0 0 v -5.52294 5.95093 13.626 -0.860928 0.426997 -0.276545 0 0 v -4.01344 1.02498 12.6534 -0.729612 0.623203 0.281576 0 0 v -4.09491 0.927156 12.6494 -0.770576 0.531096 0.352348 0 0 v -2.80215 2.57 8.18757 -0.0507655 0.931823 0.359344 0 0 v -4.31342 -0.923153 0.937645 -0.491068 -0.448489 0.7468 0 0 v -4.27633 -1.02272 0.933375 -0.590176 0.05437 0.805441 0 0 v -4.32453 -1.1228 0.938845 -0.628152 0.336063 0.701774 0 0 v -4.38436 -1.22245 0.945605 -0.590463 0.536156 0.603233 0 0 v -4.49261 -1.32229 0.957025 -0.571408 0.604121 0.555456 0 0 v -4.57673 -1.4225 0.966395 -0.593809 0.575916 0.561881 0 0 v -4.66062 -1.52247 0.975695 -0.607845 0.559687 0.563273 0 0 v -4.75688 -1.62241 0.985925 -0.596765 0.588309 0.545678 0 0 v -4.83606 -1.71992 0.997795 -0.674168 0.495021 0.548134 0 0 v -4.88477 -1.81917 1.00305 -0.765588 0.372155 0.524761 0 0 v -4.9238 -1.91938 1.00846 -0.80451 0.321584 0.499346 0 0 v -4.95774 -2.02072 1.01151 -0.868295 0.143741 0.474765 0 0 v -3.01488 2.57058 8.18737 -0.000893728 0.963278 0.268506 0 0 v -4.94176 -2.22182 1.00947 -0.936693 0.121379 0.32844 0 0 v -4.97081 -2.31865 1.01307 -0.916566 0.2765 0.288886 0 0 v -2.5219 1.86781 9.23166 0.158706 0.596699 0.786615 0 0 v -0.428584 4.05312 6.35393 -0.218898 0.361077 0.906481 0 0 v 4.30545 1.80988 8.20117 0.387422 0.635288 0.668067 0 0 v 3.60344 2.02283 8.58467 0.35896 0.63872 0.680577 0 0 v -5.7229 4.53844 12.3667 -0.983825 0.137655 0.114626 0 0 v -5.78582 4.13867 12.369 -0.992224 0.105982 0.065272 0 0 v -6.23164 2.43869 12.3777 -0.968671 0.0267333 -0.246904 0 0 v -6.23079 2.33822 12.3789 -0.982809 -0.0975228 -0.156769 0 0 v 4.56108 1.49417 8.28016 0.584428 0.479568 0.654568 0 0 v -5.30292 6.44938 13.7683 -0.873253 0.459639 -0.161742 0 0 v -6.32113 5.75638 14.4579 -0.957488 -0.0875761 0.274857 0 0 v -6.97651 1.11804 9.89727 -0.709295 0.640804 0.293719 0 0 v -6.34831 3.74318 13.2113 -0.981968 -0.157089 0.105171 0 0 v -7.06039 1.0193 9.90026 -0.750866 0.59468 0.287324 0 0 v -6.23386 2.439 12.6579 -0.977054 -0.154375 0.146747 0 0 v -7.13166 0.918967 9.90277 -0.77281 0.581537 0.254124 0 0 v -7.20256 0.818927 9.90526 -0.768198 0.615311 0.176815 0 0 v -4.26607 3.05792 5.51196 -0.278488 0.960075 -0.026473 0 0 v -6.56878 1.10361 7.82817 -0.684009 0.594444 0.42281 0 0 v -2.43006 3.67831 0.861645 -0.537507 0.708019 0.458033 0 0 v -2.54348 3.57761 0.873055 -0.59256 0.592885 0.545308 0 0 v -2.61993 3.47764 0.881585 -0.652977 0.41543 0.633277 0 0 v -2.66104 3.37877 0.887865 -0.697259 0.374395 0.611276 0 0 v -2.71742 3.27449 0.889665 -0.645681 0.602976 0.468525 0 0 v -2.84844 3.17796 0.906016 -0.670707 0.601537 0.433942 0 0 v -2.89973 3.07806 0.911955 -0.812633 0.324467 0.484097 0 0 v -2.92515 2.97833 0.914805 -0.851363 0.206971 0.482021 0 0 v -2.93677 2.87783 0.916335 -0.865337 0.0932885 0.492432 0 0 v -2.94944 2.77777 0.918165 -0.868149 0.116486 0.48244 0 0 v -2.96214 2.6779 0.919955 -0.840566 0.292083 0.45622 0 0 v -3.01303 2.57761 0.925425 -0.802853 0.343742 0.487103 0 0 v -3.05099 2.47766 0.929855 -0.819277 0.290996 0.494071 0 0 v -3.08501 2.37628 0.931855 -0.841104 0.288494 0.457509 0 0 v -3.11658 2.27498 0.934935 -0.888705 0.227825 0.397868 0 0 v -3.13413 2.17239 0.936565 -0.697015 0.628706 0.344817 0 0 v -3.3748 2.07299 0.962355 -0.228975 0.943683 0.238814 0 0 v 1.03196 4.51255 5.92518 0.126082 0.956035 0.264766 0 0 v 1.72192 2.20315 8.94757 -0.193703 0.646865 0.737594 0 0 v -7.31344 -0.290253 7.19146 -0.951287 0.0971026 0.292616 0 0 v -7.32449 -0.489703 7.19256 -0.937259 -0.0148276 0.348318 0 0 v -7.2976 -0.787883 7.19166 -0.898988 -0.153532 0.41018 0 0 v -4.90721 1.37217 1.11492 -0.37228 0.553453 0.745049 0 0 v -4.99636 1.2773 1.13229 -0.468624 0.437765 0.767302 0 0 v -5.05658 1.17721 1.1393 -0.601849 0.30183 0.739375 0 0 v -5.10097 1.07521 1.13983 -0.57125 0.41226 0.709729 0 0 v -5.19533 0.973647 1.14825 -0.507504 0.489506 0.7091 0 0 v -5.25053 0.878847 1.1633 -0.530704 0.436405 0.72657 0 0 v -5.3223 0.778477 1.17061 -0.590787 0.336583 0.733269 0 0 v -5.35077 0.679727 1.17828 -0.716136 0.0529114 0.695952 0 0 v -5.33749 0.579057 1.17635 -0.759482 -0.0930908 0.643833 0 0 v -7.2904 0.722187 9.90897 -0.824723 0.56228 0.0606161 0 0 v -7.35966 0.621987 9.91057 -0.833745 0.550257 -0.0456748 0 0 v -7.41933 0.523906 9.91206 -0.848323 0.524595 -0.0717516 0 0 v -5.94058 3.43736 12.0947 -0.913578 0.0772146 0.399267 0 0 v -5.93769 3.5369 12.0936 -0.915099 0.0818212 0.39484 0 0 v -5.92671 3.63698 12.0935 -0.916461 0.0887039 0.390167 0 0 v -5.91468 3.73705 12.0928 -0.920883 0.129863 0.367573 0 0 v -7.47701 0.424656 9.91327 -0.893879 0.448246 -0.00748414 0 0 v -4.21838 -0.823903 1.0695 -0.401287 -0.527773 0.748615 0 0 v -4.131 -0.921123 1.05586 -0.465445 -0.335715 0.818936 0 0 v -4.09623 -1.0218 1.05496 -0.518917 0.123395 0.845872 0 0 v -4.15661 -1.12206 1.0616 -0.508087 0.398518 0.763565 0 0 v -4.22855 -1.22183 1.06953 -0.507443 0.505559 0.69779 0 0 v -4.33671 -1.32194 1.08113 -0.48923 0.577279 0.65376 0 0 v -4.43253 -1.4218 1.0915 -0.504061 0.511363 0.69601 0 0 v -4.52857 -1.52176 1.10189 -0.522089 0.517501 0.67795 0 0 v -4.60067 -1.62181 1.1098 -0.527216 0.502241 0.685417 0 0 v -4.69656 -1.72158 1.12012 -0.520137 0.513622 0.682385 0 0 v -4.76119 -1.81908 1.13096 -0.604349 0.420121 0.676949 0 0 v -4.82165 -1.91896 1.1371 -0.663822 0.342684 0.664762 0 0 v -4.85971 -2.02004 1.14243 -0.718178 0.293211 0.631069 0 0 v -4.88556 -2.11987 1.14603 -0.838836 0.16701 0.518133 0 0 v -4.90284 -2.22149 1.14482 -0.893321 0.192766 0.405978 0 0 v -4.92985 -2.3214 1.14936 -0.880542 0.219248 0.42021 0 0 v -4.95268 -2.42177 1.15141 -0.887175 0.0938522 0.451788 0 0 v -4.94435 -2.52363 1.15388 -0.827271 -0.0945966 0.553782 0 0 v -4.93034 -2.62355 1.15191 -0.843208 -0.159142 0.513492 0 0 v -7.59621 -3.07579 9.65716 -0.892287 -0.229269 0.38892 0 0 v -7.52251 0.324657 9.91436 -0.905158 0.414815 0.0928326 0 0 v -7.57597 0.223596 9.91497 -0.90371 0.404567 0.140122 0 0 v -6.47726 0.826816 11.9611 -0.677004 0.482837 0.555458 0 0 v -5.85769 3.53876 12.372 -0.987542 0.123069 -0.098056 0 0 v -6.2132 2.23764 12.3787 -0.988615 -0.0697999 -0.133296 0 0 v -6.19748 2.03771 12.3812 -0.995193 -0.097808 0.00495045 0 0 v -7.61106 0.124036 9.91586 -0.929729 0.320289 0.181713 0 0 v -5.46182 6.15135 13.7668 -0.833106 0.484614 -0.266616 0 0 v -5.18397 6.64885 13.3436 -0.897631 0.439816 0.0286352 0 0 v -7.64503 0.0240565 9.91656 -0.928039 0.296627 0.225292 0 0 v -1.81067 2.14595 14.5275 -0.61107 0.496163 0.616778 0 0 v -3.80962 1.1363 12.9456 -0.724094 0.587864 0.3607 0 0 v -7.67761 -0.0764035 9.91726 -0.932961 0.257941 0.251098 0 0 v -7.58909 -0.871284 10.7471 -0.955124 0.0137774 -0.295887 0 0 v -3.20563 1.14655 13.6652 -0.638061 -0.0149498 0.769841 0 0 v -7.7 -0.176353 9.91737 -0.939588 0.20599 0.273389 0 0 v -5.27952 6.55081 13.9095 -0.851016 0.488481 -0.192764 0 0 v -7.75429 -2.57931 9.24546 -0.982059 0.0526201 0.181081 0 0 v -7.71871 -0.184033 8.42377 -0.927075 0.184092 -0.326562 0 0 v -6.49497 1.20141 7.82166 -0.653251 0.582363 0.483856 0 0 v -2.42035 3.58138 1.00555 -0.622311 0.566988 0.539679 0 0 v -2.48044 3.47829 1.00921 -0.671924 0.392507 0.628058 0 0 v -2.52694 3.37433 1.01106 -0.652099 0.449759 0.610315 0 0 v -2.60491 3.27658 1.02102 -0.573635 0.672797 0.467212 0 0 v -2.75928 3.17848 1.03834 -0.657571 0.600094 0.455508 0 0 v -2.80058 3.0797 1.04523 -0.76795 0.329242 0.549411 0 0 v -2.83776 2.97966 1.04888 -0.787625 0.26298 0.557215 0 0 v -2.86353 2.87896 1.05215 -0.846033 0.10882 0.521907 0 0 v -2.86246 2.77913 1.05218 -0.838824 0.113474 0.532446 0 0 v -2.88769 2.67876 1.05476 -0.812667 0.277884 0.512204 0 0 v -2.93703 2.57841 1.05965 -0.783768 0.371548 0.497655 0 0 v -2.99945 2.37844 1.06606 -0.788969 0.318808 0.525251 0 0 v -3.0457 2.2754 1.06868 -0.800384 0.325616 0.503348 0 0 v -3.08027 2.17333 1.06981 -0.85936 0.232989 0.455211 0 0 v -3.08543 2.10532 1.09292 -0.613416 0.629981 0.476283 0 0 v 4.03936 3.15006 6.08408 0.363479 0.858078 0.362748 0 0 v -1.66905 3.31018 6.40663 -0.104755 0.960915 0.256257 0 0 v -5.51753 6.25093 14.0489 -0.767815 0.536311 -0.350472 0 0 v -7.30161 -0.190773 7.19037 -0.929264 0.16117 0.332404 0 0 v -6.92668 1.10459 6.89376 -0.958121 0.258138 0.123971 0 0 v -6.91061 1.20875 6.89417 -0.936823 0.31779 0.146195 0 0 v -4.76422 1.27336 1.23937 -0.345885 0.46354 0.815778 0 0 v -4.86077 1.17479 1.25107 -0.399513 0.368235 0.839519 0 0 v -4.91187 1.0775 1.26257 -0.46473 0.317084 0.826731 0 0 v -4.98134 0.976107 1.26649 -0.432625 0.388385 0.81363 0 0 v -5.06532 0.875977 1.27483 -0.420657 0.404166 0.812217 0 0 v -5.13908 0.777357 1.28641 -0.44166 0.339662 0.830401 0 0 v -5.17919 0.679637 1.29667 -0.478775 0.233031 0.846446 0 0 v -5.20516 0.579037 1.30313 -0.561601 0.0854794 0.822981 0 0 v -5.21477 0.479157 1.30136 -0.655849 -0.0369173 0.753989 0 0 v -5.20437 0.378467 1.30287 -0.605942 -0.0412579 0.794438 0 0 v -7.72269 -0.276073 9.91817 -0.937726 0.196848 0.286218 0 0 v -7.73685 -0.375614 9.92006 -0.950454 0.135622 0.279722 0 0 v -7.74767 -0.475403 9.92056 -0.966916 0.0469831 0.25073 0 0 v -6.02455 2.13741 11.9604 -0.999938 0.00785892 0.00788908 0 0 v -6.0232 2.0393 11.9681 -0.980533 0.0665745 -0.184724 0 0 v -6.03908 1.9369 11.963 -0.980888 0.15592 -0.116395 0 0 v -6.06263 1.83707 11.9639 -0.952958 0.216952 -0.211665 0 0 v -6.11901 1.73666 11.9651 -0.874316 0.363248 -0.321903 0 0 v -7.7477 -0.575534 9.92107 -0.962102 0.029555 0.271084 0 0 v -4.11062 -0.723413 1.1985 -0.372843 -0.509562 0.775458 0 0 v -3.96874 -0.824573 1.18746 -0.410033 -0.499226 0.763313 0 0 v -3.89244 -0.921293 1.17388 -0.578744 -0.152526 0.801119 0 0 v -3.90459 -1.02125 1.17559 -0.610583 0.216794 0.761701 0 0 v -3.95274 -1.12137 1.18111 -0.525426 0.417451 0.741392 0 0 v -4.04851 -1.22096 1.19127 -0.478318 0.518151 0.709036 0 0 v -4.15661 -1.32111 1.20286 -0.460095 0.555051 0.692987 0 0 v -4.32441 -1.52092 1.22104 -0.459194 0.484385 0.744656 0 0 v -4.43269 -1.62108 1.2324 -0.464977 0.443649 0.766141 0 0 v -4.50481 -1.7211 1.2403 -0.442472 0.49577 0.747282 0 0 v -4.6128 -1.82085 1.25166 -0.485812 0.460913 0.742661 0 0 v -4.67398 -1.92028 1.26044 -0.546174 0.341032 0.765109 0 0 v -4.721 -2.02103 1.26368 -0.55526 0.338561 0.759646 0 0 v -4.78396 -2.11983 1.27331 -0.609273 0.309469 0.73008 0 0 v -4.8197 -2.22035 1.27697 -0.69362 0.238932 0.679561 0 0 v -4.84475 -2.32061 1.28031 -0.743161 0.168748 0.647484 0 0 v -4.85559 -2.4209 1.2815 -0.765718 0.0201117 0.642862 0 0 v -4.84308 -2.52114 1.28015 -0.73694 -0.0887744 0.670104 0 0 v -4.83131 -2.62134 1.27974 -0.738196 -0.144931 0.658834 0 0 v -4.80852 -2.72203 1.27874 -0.774212 -0.145651 0.615939 0 0 v -4.79663 -2.82371 1.27787 -0.776991 -0.215261 0.591563 0 0 v -7.74871 -0.675184 9.92197 -0.946011 0.0528797 0.319791 0 0 v -5.79715 4.03863 12.3695 -0.988867 0.144191 0.0367619 0 0 v -6.15064 1.73698 12.3848 -0.970123 -0.151279 0.189672 0 0 v -3.50068 1.04417 13.3781 -0.709203 0.0721505 0.701302 0 0 v -7.7611 -0.775263 9.92316 -0.910733 0.16429 0.378912 0 0 v -5.91545 4.84921 13.3424 -0.666873 0.440168 -0.601276 0 0 v -5.22997 6.54681 13.344 -0.925122 0.378075 0.034779 0 0 v -7.78404 -0.875144 9.92377 -0.90415 0.139708 0.403726 0 0 v -7.42338 -1.97057 10.7518 -0.978637 0.0328911 -0.202949 0 0 v -7.48855 -1.36995 10.7494 -0.96861 -0.232759 -0.0872865 0 0 v -5.85667 3.73927 12.5105 -0.937981 0.225663 -0.263186 0 0 v -7.79521 -0.975294 9.92457 -0.929397 0.0239131 0.368306 0 0 v -7.7854 -1.07512 9.92576 -0.918388 -0.0450688 0.393107 0 0 v 0.189736 1.98761 8.94706 -0.271447 0.493492 0.826307 0 0 v -7.78289 -1.1753 9.92496 -0.913183 -0.0875116 0.398043 0 0 v 0.0903761 3.74337 14.9719 -0.58717 0.806292 0.0715836 0 0 v -7.75732 -2.6788 9.24636 -0.984774 0.044296 0.168101 0 0 v -7.66305 0.0163365 8.42087 -0.878975 0.305753 -0.365948 0 0 v -2.30512 3.581 1.13571 -0.605906 0.547559 0.577111 0 0 v -2.36024 3.4829 1.14444 -0.697651 0.418075 0.581805 0 0 v -2.41603 3.37812 1.14441 -0.685245 0.463854 0.561497 0 0 v -2.50642 3.27941 1.15534 -0.540987 0.703553 0.460811 0 0 v -2.66389 3.18298 1.17513 -0.610006 0.618147 0.495769 0 0 v -2.70993 3.07955 1.1766 -0.76211 0.282467 0.582581 0 0 v -2.73658 2.97996 1.1807 -0.750069 0.271766 0.602943 0 0 v -2.77337 2.8793 1.18373 -0.794156 0.154726 0.587687 0 0 v -2.77586 2.78006 1.18671 -0.815784 0.121615 0.565426 0 0 v -2.80061 2.67999 1.18913 -0.787242 0.25209 0.562762 0 0 v -2.83634 2.57942 1.19121 -0.747375 0.363765 0.555972 0 0 v -2.8864 2.47933 1.19644 -0.7924 0.280843 0.541506 0 0 v -2.91164 2.37957 1.19925 -0.797155 0.267182 0.54144 0 0 v -2.94592 2.27724 1.20082 -0.764089 0.33608 0.550653 0 0 v -2.99983 2.17196 1.2009 -0.788513 0.299982 0.536897 0 0 v -1.72423 2.61755 8.22756 -0.0709558 0.796993 0.599806 0 0 v -4.77011 2.79887 6.35995 -0.154633 0.945283 0.287278 0 0 v -1.76799 3.30254 6.40393 -0.0915823 0.96865 0.230931 0 0 v 5.39154 1.05199 7.31937 0.689564 0.433546 0.580121 0 0 v -7.3242 -0.390113 7.19236 -0.949056 0.0504518 0.311044 0 0 v -7.06719 0.808137 6.90396 -0.922744 0.328196 0.202066 0 0 v -4.2672 1.49259 1.33077 -0.389228 0.651484 0.651207 0 0 v -4.40825 1.37805 1.3514 -0.440206 0.526247 0.727518 0 0 v -4.47152 1.28145 1.36373 -0.436773 0.450751 0.778494 0 0 v -4.5769 1.179 1.36994 -0.407199 0.399043 0.821556 0 0 v -4.75281 0.976117 1.38022 -0.389497 0.346155 0.853504 0 0 v -4.81431 0.877007 1.38967 -0.391542 0.341409 0.854479 0 0 v -4.88779 0.778287 1.40033 -0.37559 0.32007 0.869763 0 0 v -4.9459 0.678117 1.40285 -0.386288 0.219704 0.89583 0 0 v -4.99442 0.578887 1.40946 -0.385175 0.175244 0.906052 0 0 v -5.01931 0.480017 1.41456 -0.441678 0.0489901 0.895835 0 0 v -5.00999 0.379707 1.41942 -0.384894 -0.148624 0.910916 0 0 v -4.88153 0.176107 1.41674 -0.354578 -0.352955 0.86585 0 0 v -7.76461 -1.2758 9.92746 -0.897447 -0.13706 0.41929 0 0 v -7.41681 -2.66957 10.7538 -0.961961 -0.178805 0.206544 0 0 v -7.7521 -1.37591 9.92737 -0.902756 -0.124645 0.411698 0 0 v -7.60368 -1.46504 11.5729 -0.888663 -0.282363 0.361316 0 0 v -7.61862 -1.36616 11.5735 -0.946241 -0.161437 0.280296 0 0 v -7.73961 -1.47579 9.92717 -0.898054 -0.149251 0.413791 0 0 v -3.96705 -0.623103 1.32399 -0.407662 -0.502492 0.762439 0 0 v -3.8715 -0.722903 1.31481 -0.451167 -0.490599 0.745494 0 0 v -3.78785 -0.821793 1.3072 -0.567846 -0.38062 0.729849 0 0 v -3.76037 -0.920533 1.30123 -0.720404 0.000373659 0.693555 0 0 v -3.7725 -1.02039 1.30283 -0.7387 0.196722 0.644688 0 0 v -3.80829 -1.12032 1.30727 -0.675657 0.380913 0.631184 0 0 v -3.88067 -1.22035 1.31463 -0.577623 0.483638 0.657606 0 0 v -3.96445 -1.32018 1.32369 -0.492204 0.512156 0.703869 0 0 v -4.07237 -1.42022 1.33517 -0.468705 0.497946 0.729634 0 0 v -4.14451 -1.5203 1.34291 -0.507235 0.399812 0.763455 0 0 v -4.21656 -1.62014 1.35059 -0.467065 0.39399 0.791595 0 0 v -4.27676 -1.72034 1.3572 -0.428895 0.431983 0.793372 0 0 v -4.39672 -1.82024 1.36978 -0.400111 0.488763 0.775256 0 0 v -4.48067 -1.92005 1.37871 -0.454679 0.338874 0.823669 0 0 v -4.52879 -2.02022 1.38409 -0.472956 0.309837 0.824811 0 0 v -4.58881 -2.12031 1.39066 -0.473533 0.301203 0.827674 0 0 v -4.63687 -2.22033 1.39603 -0.473379 0.280444 0.835023 0 0 v -4.697 -2.32002 1.40241 -0.511787 0.214765 0.831836 0 0 v -4.72069 -2.42001 1.40552 -0.590097 0.071556 0.804155 0 0 v -4.71253 -2.52046 1.40913 -0.635644 -0.0699171 0.76881 0 0 v -4.6984 -2.6206 1.4062 -0.628096 -0.0845568 0.773528 0 0 v -4.69641 -2.72008 1.40438 -0.66098 -0.0523626 0.748574 0 0 v -4.67565 -2.82125 1.40591 -0.643745 -0.203453 0.737698 0 0 v -7.71836 -1.57589 9.92787 -0.89053 -0.192584 0.412149 0 0 v -5.87002 4.34164 12.9284 -0.852015 0.284933 -0.439185 0 0 v -6.38492 4.54402 13.4881 -0.888072 0.1776 -0.424013 0 0 v -5.58957 6.252 14.1889 -0.695233 0.571308 -0.436186 0 0 v -2.43045 1.64751 14.2364 -0.591178 0.126447 0.796567 0 0 v -7.43683 -2.56956 10.7533 -0.97654 -0.133771 0.168747 0 0 v -7.69627 -1.67638 9.92846 -0.89823 -0.201721 0.390501 0 0 v -6.24854 3.14049 12.6527 -0.780464 0.295433 -0.550995 0 0 v -5.72298 4.53907 12.5062 -0.981597 0.17485 -0.0767755 0 0 v -7.6709 -1.77559 9.92787 -0.89393 -0.232341 0.383285 0 0 v -7.64679 -1.87503 9.92776 -0.915498 -0.185622 0.356941 0 0 v -7.62602 -1.97568 9.92857 -0.904703 -0.204616 0.373691 0 0 v -3.81548 0.942316 13.0933 -0.721305 0.230128 0.653269 0 0 v -1.88483 3.97581 0.684435 -0.172384 0.969893 0.172024 0 0 v -6.12716 1.93442 11.6859 -0.966675 0.210249 -0.146066 0 0 v -7.75139 -3.07757 9.24736 -0.945197 -0.218075 0.242994 0 0 v -7.76596 -2.97851 9.24787 -0.974779 -0.0853446 0.206208 0 0 v -7.5644 0.217667 8.41616 -0.849139 0.412536 -0.329814 0 0 v -7.51918 0.317697 8.41436 -0.849425 0.426514 -0.310746 0 0 v -2.25461 3.48173 1.27384 -0.618511 0.479815 0.622271 0 0 v -2.30898 3.38535 1.28367 -0.657065 0.451776 0.603461 0 0 v -2.36523 3.29018 1.28821 -0.597643 0.61504 0.514343 0 0 v -2.54207 3.17854 1.29888 -0.512623 0.630161 0.583193 0 0 v -2.59825 3.08184 1.30996 -0.669256 0.296811 0.681175 0 0 v -2.62229 2.98076 1.31124 -0.696709 0.239944 0.676035 0 0 v -2.65953 2.88031 1.31455 -0.701803 0.244707 0.669023 0 0 v -2.68473 2.78007 1.31761 -0.751965 0.141743 0.643784 0 0 v -2.6979 2.67978 1.31823 -0.759768 0.199108 0.618958 0 0 v -2.73404 2.57981 1.32202 -0.716739 0.328944 0.614883 0 0 v -2.78649 2.48069 1.32973 -0.714797 0.317017 0.623351 0 0 v -2.81198 2.38021 1.33239 -0.746251 0.264344 0.610927 0 0 v -2.84846 2.2802 1.33545 -0.750112 0.289357 0.594646 0 0 v -2.8948 2.17771 1.33761 -0.727946 0.347853 0.590841 0 0 v 2.06093 2.24744 8.98396 -0.0619783 0.676691 0.733654 0 0 v 2.82007 2.62003 8.21066 0.231043 0.81812 0.526591 0 0 v -5.93145 3.9415 12.7881 -0.77585 0.300699 -0.55465 0 0 v 1.74859 2.71966 8.49337 -0.0740912 0.771168 0.632306 0 0 v -3.97032 1.58735 1.45316 -0.523956 0.755213 0.393858 0 0 v -4.08067 1.48911 1.4671 -0.537314 0.66683 0.516363 0 0 v -4.20789 1.38222 1.47595 -0.513846 0.581099 0.6311 0 0 v -4.28268 1.28425 1.48725 -0.557994 0.44693 0.699211 0 0 v -4.35277 1.1825 1.49275 -0.546866 0.385638 0.743116 0 0 v -4.41016 1.08058 1.49608 -0.509983 0.331651 0.793678 0 0 v -4.46981 0.980567 1.50223 -0.457369 0.338266 0.822429 0 0 v -4.54255 0.880917 1.51012 -0.425964 0.29451 0.855464 0 0 v -4.60074 0.780027 1.51368 -0.387431 0.256923 0.885374 0 0 v -4.68244 0.678987 1.51589 -0.365087 0.182727 0.912865 0 0 v -4.68517 0.580497 1.52333 -0.352585 0.0977045 0.930665 0 0 v -4.70919 0.480837 1.52598 -0.330128 0.0339921 0.943324 0 0 v -4.67529 0.379967 1.52912 -0.326273 -0.114327 0.938336 0 0 v -4.61613 0.278167 1.52709 -0.308318 -0.268327 0.912656 0 0 v -7.60199 -2.07537 9.92836 -0.907442 -0.176619 0.381255 0 0 v -5.72097 3.2341 11.5358 -0.5991 0.113738 -0.792555 0 0 v -5.74504 3.13418 11.5367 -0.718199 0.195479 -0.667815 0 0 v -5.78082 3.03401 11.5373 -0.737587 0.197639 -0.645681 0 0 v -5.80472 2.93419 11.5381 -0.76594 0.167405 -0.620734 0 0 v -5.81537 2.83362 11.54 -0.77293 0.194865 -0.603827 0 0 v -7.56964 -2.27534 9.92966 -0.909489 -0.131778 0.394291 0 0 v -3.70193 -0.720363 1.43571 -0.600582 -0.444995 0.66429 0 0 v -3.64322 -0.820443 1.43136 -0.752357 -0.177229 0.634467 0 0 v -3.64062 -0.919943 1.42981 -0.825592 0.176983 0.535793 0 0 v -3.67658 -1.01995 1.43412 -0.812704 0.293671 0.503258 0 0 v -3.71249 -1.11963 1.43822 -0.812578 0.345837 0.469162 0 0 v -3.76053 -1.21957 1.4434 -0.7569 0.413336 0.506217 0 0 v -3.80859 -1.3195 1.44857 -0.703476 0.417047 0.575494 0 0 v -3.86886 -1.41979 1.45503 -0.586375 0.473864 0.656976 0 0 v -3.96464 -1.5197 1.46517 -0.541755 0.405582 0.73621 0 0 v -4.0125 -1.61969 1.4706 -0.537112 0.344453 0.769976 0 0 v -4.07261 -1.71975 1.47708 -0.497454 0.379024 0.780307 0 0 v -4.15651 -1.81962 1.48596 -0.423273 0.44865 0.787117 0 0 v -4.2528 -1.91968 1.4959 -0.417848 0.360165 0.834077 0 0 v -4.30066 -2.01981 1.50135 -0.430227 0.280158 0.858147 0 0 v -4.37274 -2.11962 1.50892 -0.421224 0.276583 0.863755 0 0 v -4.40901 -2.21936 1.51287 -0.428589 0.231077 0.87345 0 0 v -4.45686 -2.31933 1.51823 -0.418058 0.187326 0.888896 0 0 v -4.48087 -2.41951 1.52119 -0.333607 0.0962255 0.937788 0 0 v -4.52862 -2.5193 1.52654 -0.405127 0.0143456 0.914148 0 0 v -4.51655 -2.61921 1.52588 -0.375742 0.0462137 0.925571 0 0 v -4.52087 -2.72098 1.53285 -0.48909 -0.042348 0.871205 0 0 v -7.54519 -2.47533 9.92976 -0.919342 -0.0638486 0.388244 0 0 v -5.83017 5.34936 13.624 -0.719033 0.44424 -0.534455 0 0 v -6.02813 5.64703 14.0479 -0.423853 0.577346 -0.697869 0 0 v -6.39936 4.44439 13.4878 -0.95612 0.145119 -0.25451 0 0 v -5.67275 6.15099 14.1882 -0.668361 0.569057 -0.479028 0 0 v -2.44472 1.54983 14.2375 -0.571869 -0.00440541 0.820333 0 0 v -5.20456 6.64759 13.0586 -0.837775 0.53581 -0.10508 0 0 v -3.65763 0.844166 13.2349 -0.624607 -0.0744345 0.777384 0 0 v -5.62934 5.1395 12.503 -0.982982 0.166028 0.0786263 0 0 v -4.12998 0.541086 12.8112 -0.648069 -0.103736 0.754483 0 0 v -7.54259 -2.57517 9.92946 -0.934552 -0.0203054 0.355247 0 0 v -7.53416 -2.67516 9.93087 -0.946084 -0.00804967 0.32382 0 0 v -5.31207 6.34509 13.2029 -0.939799 0.341715 -0.00290966 0 0 v -3.81696 0.743106 13.0957 -0.619526 -0.0977624 0.778864 0 0 v -3.81814 0.842786 13.0964 -0.695891 0.0420517 0.716915 0 0 v -2.78092 2.51923 8.33006 0.0898093 0.92748 0.362925 0 0 v -6.83071 1.01552 10.4464 -0.642801 0.707893 0.292737 0 0 v -6.35803 4.84336 13.6287 -0.650996 0.401262 -0.644355 0 0 v -7.4645 0.419447 8.41096 -0.778565 0.51671 -0.356157 0 0 v -6.65321 1.00501 7.83426 -0.708334 0.630251 0.317879 0 0 v -7.06591 0.608827 7.17586 -0.942597 0.286282 0.171914 0 0 v -2.45358 3.07895 1.43195 -0.439 0.347655 0.828501 0 0 v -2.48113 2.98067 1.43799 -0.452131 0.198635 0.869553 0 0 v -2.52869 2.87949 1.43843 -0.470024 0.244303 0.848171 0 0 v -2.5559 2.78005 1.44443 -0.581371 0.186064 0.792079 0 0 v -2.58121 2.68007 1.44772 -0.566461 0.20548 0.79806 0 0 v -2.66442 2.47733 1.44976 -0.626547 0.290653 0.72316 0 0 v -2.68674 2.38256 1.46475 -0.648992 0.281754 0.706699 0 0 v -2.74418 2.27869 1.46362 -0.665193 0.273956 0.694598 0 0 v -2.76245 2.18355 1.47171 -0.669154 0.399486 0.626613 0 0 v -2.26895 3.19092 6.53924 -0.146113 0.965802 0.214189 0 0 v -7.45111 -1.36542 11.8436 -0.68302 -0.288874 0.670847 0 0 v 2.91773 2.60356 8.19566 0.289923 0.819151 0.49491 0 0 v -3.87728 1.59139 1.58395 -0.563684 0.769212 0.300953 0 0 v -3.99548 1.48716 1.59563 -0.649595 0.668312 0.36247 0 0 v -4.08019 1.38691 1.60521 -0.674164 0.593882 0.439098 0 0 v -4.15369 1.28637 1.6138 -0.69925 0.511478 0.499439 0 0 v -4.21352 1.18523 1.62052 -0.738447 0.408163 0.536748 0 0 v -4.25925 1.08357 1.62394 -0.74622 0.347459 0.567827 0 0 v -4.29515 0.983147 1.62814 -0.747695 0.297806 0.593519 0 0 v -4.33068 0.883007 1.63215 -0.708454 0.270026 0.652058 0 0 v -4.35617 0.784097 1.63558 -0.699467 0.158392 0.696891 0 0 v -4.36508 0.681807 1.63619 -0.660597 0.118893 0.741267 0 0 v -4.38723 0.581377 1.63714 -0.564629 0.0577546 0.823322 0 0 v -4.37795 0.480597 1.63938 -0.575398 -0.0305851 0.817301 0 0 v -4.35937 0.376607 1.64586 -0.615264 -0.1448 0.774909 0 0 v -4.32791 0.273827 1.64514 -0.597214 -0.293911 0.746292 0 0 v -7.53988 -2.77479 9.93007 -0.943378 -0.0296748 0.330391 0 0 v -7.53048 -2.87481 9.93077 -0.952081 -0.0807556 0.294991 0 0 v -7.52559 -2.97371 9.92997 -0.961276 -0.110293 0.252553 0 0 v -3.90893 -1.03315 2.5678 -0.342381 -0.283609 -0.895735 0 0 v -6.22685 2.53845 12.3783 -0.93075 0.0583476 -0.360972 0 0 v -6.16723 1.53779 12.2448 -0.9681 -0.024262 0.249386 0 0 v -3.58714 -0.721093 1.56697 -0.753436 -0.408892 0.514919 0 0 v -3.54817 -0.819143 1.56193 -0.911755 -0.00457918 0.41071 0 0 v -3.57349 -0.917033 1.56485 -0.894119 0.229677 0.384447 0 0 v -3.60922 -1.01765 1.56902 -0.858454 0.371018 0.354123 0 0 v -3.65575 -1.11778 1.57366 -0.870549 0.373872 0.319944 0 0 v -3.69191 -1.21743 1.57807 -0.87186 0.370272 0.320561 0 0 v -3.73748 -1.31849 1.58235 -0.858111 0.368334 0.357736 0 0 v -3.77403 -1.4186 1.58663 -0.841064 0.357996 0.405525 0 0 v -3.81217 -1.51739 1.5919 -0.776024 0.366528 0.513268 0 0 v -3.85673 -1.61882 1.59535 -0.716265 0.307158 0.626593 0 0 v -3.9047 -1.71898 1.60076 -0.646024 0.33766 0.684572 0 0 v -3.95272 -1.81891 1.6059 -0.580652 0.313929 0.751193 0 0 v -4.01267 -1.91871 1.61231 -0.474984 0.323643 0.818318 0 0 v -4.0729 -2.01883 1.61864 -0.44666 0.225395 0.865848 0 0 v -4.10848 -2.11877 1.62287 -0.40411 0.184304 0.89595 0 0 v -4.15694 -2.21899 1.62801 -0.361632 0.179808 0.914818 0 0 v -4.20486 -2.31885 1.63324 -0.362065 0.157746 0.918709 0 0 v -4.21699 -2.41857 1.6349 -0.354747 0.0213879 0.934718 0 0 v -4.19291 -2.61857 1.63362 -0.375606 0.063211 0.924621 0 0 v -5.6988 2.83819 11.3774 -0.697087 0.230376 -0.678968 0 0 v -7.03266 0.628626 10.8697 -0.717195 0.490174 0.495338 0 0 v -2.52611 1.93485 13.9449 -0.629335 0.661375 0.408069 0 0 v -7.18687 0.626326 10.4586 -0.817901 0.488204 0.304458 0 0 v -6.39885 4.34431 13.4883 -0.999127 -0.0417809 -0.000289427 0 0 v -5.83299 5.95633 14.1817 -0.557476 0.562819 -0.610291 0 0 v -5.75768 6.05231 14.1863 -0.638699 0.56008 -0.527612 0 0 v -5.86357 4.94673 13.3453 -0.750861 0.402535 -0.523615 0 0 v 6.35195 1.24502 3.10701 -0.0376417 0.825296 0.563444 0 0 v -5.44269 6.04268 12.4957 -0.951975 0.306089 0.00730043 0 0 v 6.36367 1.07242 3.33558 -0.0991116 0.78999 0.605056 0 0 v -4.08483 0.838066 12.8016 -0.801861 0.324461 0.50174 0 0 v -5.87935 3.6393 12.5112 -0.942149 0.154373 -0.297531 0 0 v -0.160654 1.91771 8.88826 -0.0359829 0.603811 0.796315 0 0 v 4.39073 2.99756 5.94035 0.57291 0.774972 0.266819 0 0 v -6.2689 2.7399 12.6552 -0.995838 -0.084706 0.0336251 0 0 v 0.196356 2.65918 8.25797 -0.0566332 0.876237 0.478541 0 0 v -7.24594 0.526316 10.4594 -0.811163 0.416851 0.410182 0 0 v -1.45807 2.15044 14.8227 -0.603949 0.20834 0.769311 0 0 v -7.38318 0.518487 8.40936 -0.670834 0.605978 -0.42752 0 0 v -6.73498 0.912487 7.84057 -0.807276 0.570795 0.149998 0 0 v -2.03409 3.17897 1.52868 -0.288745 0.238902 0.92712 0 0 v -2.14455 2.98694 1.5522 -0.297832 0.230461 0.926382 0 0 v -2.21211 2.87963 1.54662 -0.31825 0.200982 0.926457 0 0 v -2.34681 2.67779 1.5502 -0.325495 0.213334 0.921163 0 0 v -2.38618 2.57768 1.55948 -0.350968 0.215701 0.911205 0 0 v -5.73784 4.8222 11.8017 -0.787187 0.257389 -0.560435 0 0 v -6.4141 0.725756 12.089 -0.551226 0.378732 0.743446 0 0 v -6.12764 1.73405 11.5474 -0.893594 0.235627 -0.38206 0 0 v -2.75717 2.07558 1.60778 -0.417265 0.827337 0.376036 0 0 v -7.72564 -0.783923 8.29496 -0.871154 -0.0285687 -0.490178 0 0 v 0.142616 3.10487 7.54716 -0.189676 0.840785 0.507055 0 0 v 0.674586 4.24449 6.35147 0.0222194 0.618934 0.785128 0 0 v 3.01247 2.57898 8.17546 0.348665 0.815845 0.461334 0 0 v -3.93598 1.4882 1.72886 -0.695389 0.687709 0.208542 0 0 v -4.01849 1.38567 1.73714 -0.765757 0.582268 0.273095 0 0 v -4.08944 1.28419 1.74417 -0.774274 0.552391 0.30881 0 0 v -4.15273 1.18556 1.75207 -0.841198 0.439081 0.315585 0 0 v -4.19105 1.08557 1.75656 -0.8628 0.374577 0.339511 0 0 v -4.23775 0.984697 1.76176 -0.882452 0.325975 0.339145 0 0 v -4.26201 0.884807 1.76499 -0.910433 0.227368 0.345566 0 0 v -4.28571 0.784047 1.76797 -0.907331 0.181444 0.379248 0 0 v -4.29696 0.682367 1.77018 -0.921802 0.0526523 0.384069 0 0 v -4.2951 0.581347 1.76969 -0.897137 -0.0139657 0.441531 0 0 v -4.28892 0.479617 1.77249 -0.882352 -0.0980387 0.460264 0 0 v -4.27514 0.378677 1.77054 -0.85493 -0.2091 0.474733 0 0 v -4.24107 0.276397 1.76818 -0.829801 -0.322488 0.455447 0 0 v -6.78218 0.630896 11.5585 -0.821352 0.550546 0.149265 0 0 v -7.51817 -0.467594 11.2952 -0.902134 0.413666 -0.122614 0 0 v -7.56994 -0.568814 11.295 -0.917079 0.396806 0.0388776 0 0 v -7.60726 -0.667664 11.295 -0.944354 0.302781 0.128525 0 0 v -7.63117 -0.767694 11.2958 -0.965993 0.201421 0.162135 0 0 v -7.6522 -0.867884 11.2962 -0.987713 0.0512271 0.147645 0 0 v -7.64466 -0.967924 11.2971 -0.994248 -0.0574853 0.0903644 0 0 v -7.82252 -1.27649 9.79107 -0.932502 -0.117859 0.341392 0 0 v -3.57026 -0.618853 1.70284 -0.812246 -0.446031 0.375917 0 0 v -3.5156 -0.719613 1.69924 -0.935239 -0.22377 0.274327 0 0 v -3.51211 -0.818523 1.69854 -0.981411 0.0942403 0.167186 0 0 v -3.53475 -0.917983 1.70099 -0.955023 0.243928 0.168615 0 0 v -3.56234 -1.01654 1.70449 -0.923403 0.338302 0.181326 0 0 v -3.61007 -1.11542 1.71069 -0.89156 0.417699 0.175063 0 0 v -3.65745 -1.21627 1.7151 -0.910648 0.364629 0.194333 0 0 v -3.69314 -1.31696 1.71872 -0.917112 0.332362 0.220096 0 0 v -3.72904 -1.41685 1.7231 -0.909383 0.325218 0.259336 0 0 v -3.76319 -1.51744 1.72669 -0.920657 0.25907 0.292015 0 0 v -3.78578 -1.61798 1.72949 -0.910073 0.191951 0.367318 0 0 v -3.79803 -1.71785 1.73115 -0.855764 0.198419 0.477806 0 0 v -3.83152 -1.81828 1.73382 -0.776499 0.196394 0.598731 0 0 v -3.83353 -1.91806 1.73588 -0.744826 0.0932004 0.660718 0 0 v -3.8558 -2.01829 1.7374 -0.60348 0.164162 0.780296 0 0 v -3.86799 -2.11816 1.73889 -0.585409 0.024833 0.810358 0 0 v -3.85521 -2.21788 1.73764 -0.535146 -0.00568083 0.844741 0 0 v -3.8564 -2.31806 1.73961 -0.435543 -0.0249206 0.899823 0 0 v -3.83252 -2.41809 1.73759 -0.368919 -0.133049 0.919889 0 0 v -3.77217 -2.51837 1.73234 -0.401087 -0.13147 0.906557 0 0 v -5.99636 4.04491 12.9246 -0.652924 0.348775 -0.672343 0 0 v -7.28349 0.427186 10.4615 -0.796168 0.356823 0.488665 0 0 v -5.96481 5.15393 13.6183 -0.520494 0.50434 -0.689005 0 0 v -6.20935 5.54766 14.0454 -0.440414 0.573653 -0.690621 0 0 v -6.38717 4.24417 13.4891 -0.97279 -0.159671 0.167882 0 0 v -6.24736 3.54228 13.3562 -0.877433 -0.268689 0.397388 0 0 v -5.81594 5.04648 13.3455 -0.804917 0.381314 -0.454651 0 0 v -5.49482 5.83845 12.4988 -0.959561 0.249383 0.130577 0 0 v -5.46117 5.93922 12.4982 -0.966021 0.237834 0.101182 0 0 v -5.64955 5.03864 12.5034 -0.989242 0.119691 0.0841043 0 0 v -5.74543 4.4388 12.5069 -0.980764 0.172008 -0.0922782 0 0 v -5.78996 4.94448 13.2065 -0.865376 0.324176 -0.382144 0 0 v -0.466904 1.93698 8.90707 0.0664745 0.66333 0.745369 0 0 v 3.28682 3.34849 6.27 0.17936 0.894104 0.410376 0 0 v 3.39199 2.7265 7.37977 0.244181 0.712233 0.658104 0 0 v -6.27842 2.84018 12.6545 -0.997111 -0.0550356 -0.0523439 0 0 v 6.15166 0.687257 3.74594 0.0601016 0.737212 0.672984 0 0 v 4.35243 2.52109 7.18546 0.423858 0.787502 0.44742 0 0 v 4.44294 2.48878 7.15527 0.46212 0.793034 0.396917 0 0 v -1.85583 1.89908 8.88317 0.223154 0.634861 0.739698 0 0 v -1.53929 3.37574 1.61983 -0.225297 0.570633 0.789696 0 0 v -1.64063 3.27773 1.63127 -0.341505 0.38253 0.858513 0 0 v -1.69568 3.18206 1.64846 -0.385324 0.300347 0.872535 0 0 v -1.82191 2.98179 1.66033 -0.362393 0.287127 0.886696 0 0 v -1.87164 2.88151 1.66306 -0.376143 0.245242 0.893517 0 0 v -1.94504 2.78061 1.66221 -0.3587 0.190859 0.913733 0 0 v -2.08519 2.4802 1.67625 -0.34291 0.189541 0.920047 0 0 v -2.14 2.28729 1.70413 -0.328489 0.370034 0.869005 0 0 v 3.44484 3.2034 6.70404 0.21035 0.965295 0.154784 0 0 v -2.5548 2.08618 1.7388 -0.211908 0.866793 0.451404 0 0 v -7.40498 0.521556 9.63667 -0.835585 0.536224 0.119424 0 0 v 3.75509 3.46975 5.4316 0.497703 0.80193 0.330453 0 0 v 0.397196 3.01198 7.83547 -0.316175 0.765286 0.560688 0 0 v -0.427804 2.58472 8.37947 -0.169025 0.62344 0.763382 0 0 v -3.91104 1.48743 1.86598 -0.743025 0.658178 0.121305 0 0 v -3.98953 1.38254 1.87282 -0.814544 0.563202 0.139003 0 0 v -4.0444 1.28661 1.87981 -0.832881 0.525311 0.174235 0 0 v -4.11435 1.18516 1.88683 -0.853601 0.473419 0.217345 0 0 v -4.15346 1.08573 1.89171 -0.909296 0.366261 0.197568 0 0 v -4.19025 0.985287 1.89552 -0.918123 0.330942 0.218007 0 0 v -4.22718 0.885017 1.90006 -0.942234 0.235624 0.23807 0 0 v -4.24017 0.784327 1.90245 -0.957594 0.156669 0.241803 0 0 v -4.25957 0.682827 1.90416 -0.959489 0.045165 0.278102 0 0 v -4.24941 0.582087 1.904 -0.949249 -0.104473 0.296667 0 0 v -4.23522 0.481537 1.90335 -0.927032 -0.158059 0.340042 0 0 v -4.21627 0.379077 1.90281 -0.898334 -0.247323 0.363082 0 0 v -4.18291 0.277237 1.90144 -0.892433 -0.312545 0.32539 0 0 v -5.93447 3.93567 11.9526 -0.983841 0.176458 0.0303098 0 0 v -6.34395 0.829426 12.0937 -0.647912 0.28936 0.704614 0 0 v -7.66438 -0.968693 11.1593 -0.993268 -0.0976474 0.0623116 0 0 v -7.6744 -0.868614 11.1589 -0.997374 0.00696858 0.0720811 0 0 v -7.66308 -0.768764 11.1581 -0.981596 0.164169 0.097561 0 0 v -7.63922 -0.669414 11.1575 -0.947965 0.297158 0.114278 0 0 v -7.59094 -0.570204 11.1574 -0.875182 0.477086 0.0802794 0 0 v -5.55437 5.43946 12.641 -0.978926 0.19045 0.0737056 0 0 v -3.51996 -0.621643 1.83946 -0.892725 -0.387239 0.23041 0 0 v -3.49115 -0.718483 1.83674 -0.981723 -0.113116 0.153049 0 0 v -3.50086 -0.817383 1.8379 -0.985266 0.152595 0.0772434 0 0 v -3.5236 -0.916833 1.84045 -0.969314 0.239478 0.0555055 0 0 v -3.55153 -1.01566 1.8437 -0.931662 0.36035 0.0464124 0 0 v -3.59795 -1.1155 1.84872 -0.922485 0.380841 0.0631053 0 0 v -3.63574 -1.21483 1.85289 -0.928708 0.356598 0.101684 0 0 v -3.67061 -1.31562 1.85716 -0.947222 0.296079 0.122912 0 0 v -3.69542 -1.41564 1.86039 -0.951852 0.270282 0.144657 0 0 v -3.72746 -1.5168 1.86366 -0.956371 0.214036 0.198856 0 0 v -3.7398 -1.61699 1.86564 -0.963372 0.112093 0.243616 0 0 v -3.75015 -1.71745 1.86671 -0.953943 0.0668549 0.292445 0 0 v -3.75044 -1.8173 1.86759 -0.922988 0.0420721 0.382521 0 0 v -3.74951 -1.9174 1.86789 -0.913857 -0.0648061 0.400832 0 0 v -3.73857 -2.01761 1.86807 -0.851093 -0.0236943 0.52448 0 0 v -3.72973 -2.11858 1.8692 -0.811652 -0.12003 0.571676 0 0 v -3.71423 -2.21791 1.86658 -0.760228 -0.179865 0.624261 0 0 v -6.21193 1.53473 11.6885 -0.94755 0.308326 -0.0841684 0 0 v -6.10214 2.03453 11.6854 -0.973743 0.137932 -0.181106 0 0 v -6.08824 2.13403 11.6853 -0.928433 0.112847 -0.353947 0 0 v -6.71795 0.925586 10.8634 -0.743977 0.607646 0.277965 0 0 v -6.55218 1.22688 10.8604 -0.808565 0.564246 0.166879 0 0 v -6.36248 4.14447 13.4896 -0.937252 -0.221172 0.269523 0 0 v -2.61836 1.83946 13.9475 -0.654118 0.581965 0.483163 0 0 v -6.41243 4.64875 13.6218 -0.998869 0.0169581 -0.0444261 0 0 v -7.65579 -2.37651 9.65527 -0.962021 -0.0722443 0.263243 0 0 v -3.48869 1.14312 13.3779 -0.748818 0.171546 0.640191 0 0 v -6.2796 3.64321 13.3532 -0.900891 -0.245582 0.357888 0 0 v -5.76896 5.14654 13.3456 -0.841808 0.367523 -0.395331 0 0 v 4.68045 2.41035 6.89226 0.561438 0.803118 0.199471 0 0 v -3.65742 0.943536 13.2335 -0.678115 0.0654577 0.732035 0 0 v -5.37409 1.84409 8.91536 -0.0619032 0.997389 -0.0372013 0 0 v -6.36022 3.84267 13.2109 -0.996685 -0.0443146 -0.0682333 0 0 v -6.36033 3.94268 13.2105 -0.960393 0.0781703 -0.267458 0 0 v -6.78737 0.816007 7.84356 -0.890292 0.454777 0.023634 0 0 v -2.16984 3.1805 6.6831 -0.178591 0.971729 0.154427 0 0 v -0.829214 1.5474 9.10637 -0.190236 0.436855 0.879186 0 0 v 3.8639 2.18215 8.17607 0.537703 0.75948 0.36615 0 0 v 2.23258 1.69779 9.39937 0.142866 0.635595 0.758689 0 0 v -1.68727 2.84685 7.68556 -0.093257 0.870775 0.482757 0 0 v 4.86818 2.26502 6.94437 0.599003 0.765128 0.236167 0 0 v 4.94806 2.21229 6.89717 0.658655 0.722133 0.211418 0 0 v -1.34355 3.29883 1.77258 -0.598151 0.659694 0.454993 0 0 v -1.41985 3.19345 1.77847 -0.651532 0.412154 0.636895 0 0 v -1.49655 3.09052 1.76306 -0.609072 0.36114 0.706123 0 0 v -1.54589 2.98393 1.7811 -0.585845 0.35372 0.729155 0 0 v -1.64516 2.8828 1.78799 -0.473038 0.336064 0.81443 0 0 v -1.69561 2.78299 1.79334 -0.529342 0.148843 0.83525 0 0 v -1.67034 2.68296 1.79164 -0.584006 0.0700912 0.808718 0 0 v -1.72121 2.58268 1.79669 -0.477255 0.293996 0.828127 0 0 v -1.78439 2.48287 1.803 -0.446843 0.23912 0.862063 0 0 v -1.82238 2.38285 1.80701 -0.44067 0.237779 0.865604 0 0 v -1.88587 2.28275 1.81329 -0.419419 0.223762 0.879783 0 0 v -1.95766 2.17898 1.81264 -0.293048 0.304978 0.906152 0 0 v 4.13021 2.77826 6.86437 0.512734 0.790603 0.334738 0 0 v 1.60426 1.98836 9.12097 -0.121267 0.676812 0.726099 0 0 v 6.05257 0.702737 3.76224 0.518207 0.76456 0.383288 0 0 v 4.89939 1.59226 7.81457 0.755686 0.490161 0.434375 0 0 v 0.522866 3.05225 7.85277 -0.298377 0.789501 0.536338 0 0 v -3.77861 1.5867 1.99029 -0.625269 0.780408 -0.00177214 0 0 v -3.89443 1.48357 2.00126 -0.723073 0.689872 0.0352458 0 0 v -3.96783 1.38481 2.00955 -0.810353 0.583882 0.0490954 0 0 v -4.03187 1.28642 2.01815 -0.864582 0.500214 0.0477788 0 0 v -4.08136 1.18691 2.02363 -0.892098 0.440276 0.101576 0 0 v -4.12882 1.08623 2.02877 -0.905176 0.40589 0.126133 0 0 v -4.17514 0.984977 2.03366 -0.945079 0.303268 0.121875 0 0 v -4.19366 0.886107 2.03639 -0.96467 0.216115 0.150686 0 0 v -4.217 0.784407 2.03918 -0.974539 0.125696 0.185671 0 0 v -4.22516 0.683397 2.04044 -0.974287 0.00323798 0.225286 0 0 v -4.21316 0.582757 2.04003 -0.958407 -0.149111 0.243356 0 0 v -4.16961 0.380007 2.03782 -0.934171 -0.224487 0.277362 0 0 v -4.14514 0.279127 2.03679 -0.929735 -0.268393 0.252109 0 0 v -4.1111 0.177597 2.03475 -0.907607 -0.349997 0.231844 0 0 v 4.72875 2.14044 7.39197 0.573981 0.66814 0.473429 0 0 v -3.1213 2.56932 8.18676 -0.00851041 0.949187 0.314599 0 0 v -5.68039 -1.8159 3.64023 -0.49016 -0.360093 -0.793773 0 0 v -5.67275 1.93385 11.1209 -0.447287 0.417566 -0.790932 0 0 v -5.74646 1.83981 11.1089 -0.490083 0.498022 -0.715397 0 0 v -5.82964 1.73486 11.1241 -0.648784 0.606661 -0.459392 0 0 v -2.05001 1.74683 9.11747 0.264536 0.717947 0.643874 0 0 v -6.05419 2.33442 11.6837 -0.862638 0.106648 -0.494451 0 0 v -3.47562 -0.717143 1.97538 -0.997566 0.0397589 0.0572892 0 0 v -3.49915 -0.816553 1.97808 -0.976237 0.216322 0.0128771 0 0 v -3.51614 -0.915243 1.97979 -0.966667 0.255781 -0.0114605 0 0 v -3.5505 -1.015 1.98342 -0.937886 0.345893 -0.0269807 0 0 v -3.58666 -1.11497 1.98766 -0.944198 0.328801 0.0194685 0 0 v -3.65829 -1.31535 1.99587 -0.956669 0.284633 0.0613848 0 0 v -3.68272 -1.4154 1.99892 -0.967352 0.246289 0.0597709 0 0 v -3.7053 -1.51586 2.00194 -0.978181 0.18503 0.0944771 0 0 v -3.71595 -1.61646 2.0034 -0.989532 0.0719445 0.1251 0 0 v -3.71624 -1.71665 2.00396 -0.98523 0.00881153 0.171007 0 0 v -3.71395 -1.81686 2.00453 -0.97505 -0.0658728 0.211988 0 0 v -3.70204 -1.91668 2.00394 -0.964646 -0.108736 0.240073 0 0 v -3.69028 -2.01704 2.00314 -0.952956 -0.149363 0.263752 0 0 v -3.66782 -2.11769 2.00207 -0.91715 -0.249897 0.310465 0 0 v -0.546704 4.02791 6.32881 -0.258015 0.366257 0.894027 0 0 v 1.24971 3.73896 6.63517 0.084852 0.474718 0.876038 0 0 v 1.48099 1.67151 9.38497 0.0397586 0.621256 0.782599 0 0 v -6.60414 1.1301 10.8623 -0.871537 0.466248 0.151778 0 0 v -6.07421 3.64139 12.7899 -0.599758 0.377633 -0.705467 0 0 v -5.84282 4.23995 12.7892 -0.900089 0.245899 -0.359685 0 0 v -5.81882 4.34037 12.7885 -0.925167 0.2269 -0.304273 0 0 v -4.80557 7.10484 14.0544 -0.359509 0.930785 -0.0662757 0 0 v -6.695 -1.99352 7.84446 -0.68103 -0.258203 -0.685222 0 0 v -5.94064 5.85693 14.1794 -0.45242 0.577355 -0.679689 0 0 v -6.92394 1.11334 10.032 -0.653099 0.683198 0.326652 0 0 v -5.85183 5.14731 13.4855 -0.727799 0.440014 -0.52602 0 0 v -5.1927 6.64761 13.6271 -0.906777 0.419781 -0.0392255 0 0 v -5.70727 5.44635 13.4867 -0.862643 0.361584 -0.353702 0 0 v -1.87521 2.04729 14.5287 -0.599448 0.385637 0.701389 0 0 v -5.67187 5.23221 11.9125 -0.795467 0.391394 -0.462648 0 0 v 4.21291 2.02342 8.02816 0.365178 0.706407 0.606328 0 0 v -1.79358 2.84708 7.68527 0.153818 0.888552 0.432221 0 0 v -1.88467 2.87659 7.71396 0.286123 0.873527 0.393807 0 0 v -1.57325 2.86309 7.70077 -0.126565 0.816238 0.563681 0 0 v 4.03187 1.52825 8.68456 0.586886 0.484679 0.648576 0 0 v -1.2314 3.3875 1.89192 -0.804627 0.593653 0.0122858 0 0 v -1.30956 3.28834 1.90007 -0.815436 0.576509 0.0519718 0 0 v -1.37539 3.18953 1.90823 -0.863111 0.490282 0.121086 0 0 v -1.412 3.08764 1.91194 -0.905141 0.380535 0.18951 0 0 v -1.45562 2.98334 1.91383 -0.92332 0.247624 0.293534 0 0 v -1.45567 2.88369 1.91403 -0.886486 0.229748 0.401695 0 0 v -1.49361 2.7838 1.91791 -0.830637 0.334803 0.444914 0 0 v -1.54432 2.6836 1.9229 -0.841509 0.183663 0.508065 0 0 v -1.557 2.58337 1.92484 -0.831857 0.230559 0.504833 0 0 v -1.59569 2.48395 1.92906 -0.760607 0.290528 0.580578 0 0 v -1.62061 2.38371 1.9319 -0.769059 0.27336 0.577774 0 0 v -1.64783 2.28439 1.93534 -0.755509 0.366515 0.543021 0 0 v -1.69822 2.19027 1.94083 -0.827642 0.301029 0.473699 0 0 v -7.48233 0.420627 9.63777 -0.806573 0.571456 0.151252 0 0 v 2.52822 1.6517 9.35456 0.2865 0.599415 0.747409 0 0 v 4.95688 2.28115 6.39623 0.659666 0.706659 0.255877 0 0 v -4.28292 2.27307 8.48857 -0.285381 0.753136 0.592742 0 0 v 0.637076 3.07188 7.89137 -0.248669 0.81509 0.523251 0 0 v -3.79331 1.59168 2.13289 -0.678375 0.722328 -0.134347 0 0 v -3.89537 1.4851 2.14389 -0.776674 0.625747 -0.0722367 0 0 v -3.97042 1.3869 2.1513 -0.836271 0.547995 -0.0187628 0 0 v -4.02993 1.28603 2.15764 -0.887952 0.458657 0.0342894 0 0 v -4.1545 0.986877 2.17129 -0.939049 0.329936 0.0965895 0 0 v -4.18106 0.886607 2.17422 -0.975285 0.203872 0.0851807 0 0 v -4.19367 0.785317 2.1764 -0.989017 0.0972589 0.111292 0 0 v -4.1947 0.683787 2.17646 -0.988992 -0.037307 0.14319 0 0 v -4.18281 0.582447 2.17639 -0.973598 -0.189421 0.127384 0 0 v -4.11137 0.279247 2.17093 -0.951856 -0.284131 0.115068 0 0 v -4.08216 0.180617 2.16854 -0.922962 -0.363483 0.126575 0 0 v -4.03503 0.0790268 2.16467 -0.851342 -0.513154 0.109042 0 0 v -7.01227 1.01805 10.0367 -0.726045 0.622605 0.291927 0 0 v -7.57097 -1.66909 11.0258 -0.966889 -0.0556879 -0.249047 0 0 v -1.71088 2.24644 14.5299 -0.599901 0.544102 0.586577 0 0 v -7.08555 0.920087 10.0399 -0.731831 0.632395 0.253969 0 0 v -7.13772 0.127596 11.0124 -0.870309 0.437928 0.225346 0 0 v -5.77232 4.83684 11.9458 -0.974651 0.222458 -0.0238458 0 0 v -3.47203 -0.716033 2.11596 -0.995904 0.0552263 -0.0715914 0 0 v -3.50007 -0.815013 2.11831 -0.957012 0.249683 -0.147601 0 0 v -3.52808 -0.914403 2.12078 -0.95083 0.272974 -0.146313 0 0 v -3.56262 -1.01429 2.12476 -0.94315 0.307015 -0.127319 0 0 v -3.58919 -1.1135 2.12767 -0.956081 0.280697 -0.0843761 0 0 v -3.62338 -1.21431 2.13187 -0.964083 0.26276 -0.0387304 0 0 v -3.64666 -1.31453 2.13479 -0.966009 0.258394 -0.00762261 0 0 v -3.67965 -1.41537 2.13922 -0.975379 0.220052 0.0145882 0 0 v -3.69474 -1.51545 2.14102 -0.991374 0.116949 0.0591667 0 0 v -3.70347 -1.61598 2.14252 -0.996646 0.0394326 0.0717064 0 0 v -3.70241 -1.71581 2.14318 -0.99463 -0.0560865 0.0869804 0 0 v -3.69116 -1.81615 2.14261 -0.9876 -0.109313 0.112678 0 0 v -3.68218 -1.91709 2.143 -0.983832 -0.124166 0.129063 0 0 v -3.66569 -2.01624 2.14152 -0.962397 -0.220776 0.158272 0 0 v -3.63812 -2.11501 2.13887 -0.938559 -0.299865 0.170844 0 0 v -7.59757 -0.666904 11.4328 -0.963357 0.260636 -0.0633437 0 0 v -7.00806 0.329386 11.5628 -0.768137 0.631433 -0.106103 0 0 v -6.24944 1.03714 12.1085 -0.77769 0.255394 0.574432 0 0 v -6.24725 2.53926 12.6569 -0.982704 -0.125076 0.136558 0 0 v -5.58137 5.53886 12.3609 -0.971524 0.190833 0.140439 0 0 v -5.60332 5.4382 12.3614 -0.968893 0.190555 0.157909 0 0 v -5.61718 5.33893 12.3622 -0.97546 0.15374 0.157614 0 0 v -5.78679 4.44107 12.7869 -0.93802 0.224692 -0.263877 0 0 v -3.06275 2.49691 8.49997 -0.0267671 0.921177 0.388221 0 0 v -2.20804 2.13313 14.0867 -0.578198 0.695661 0.426312 0 0 v -2.31547 2.03988 14.0915 -0.600213 0.664862 0.444637 0 0 v -6.17576 5.73911 14.195 -0.43031 0.59001 -0.68317 0 0 v -5.37614 6.24949 13.6267 -0.889529 0.432487 -0.14729 0 0 v -5.91157 5.04782 13.4848 -0.638708 0.467461 -0.611172 0 0 v -5.43399 6.14854 13.627 -0.877115 0.445255 -0.180046 0 0 v -5.74598 5.34791 13.4852 -0.837223 0.373384 -0.399553 0 0 v -1.94785 1.94695 14.5236 -0.554234 0.290453 0.780039 0 0 v -5.62578 5.64688 13.4859 -0.883145 0.358775 -0.302217 0 0 v -1.21394 2.64411 14.6749 -0.64482 0.639138 0.419176 0 0 v -5.55595 6.64357 14.7527 -0.623122 0.773107 -0.118427 0 0 v 3.5969 2.28783 8.27427 0.417378 0.777217 0.470881 0 0 v 3.77615 2.22083 8.21247 0.488589 0.781681 0.387629 0 0 v 3.94677 1.57512 8.72637 0.530978 0.500609 0.683705 0 0 v -1.97907 2.89935 7.73566 0.207519 0.879477 0.428318 0 0 v 6.03149 0.863327 3.53132 0.0435616 0.780566 0.623554 0 0 v -1.10592 3.58997 2.01819 -0.709089 0.687578 -0.156303 0 0 v -1.19307 3.48718 2.02755 -0.803449 0.576895 -0.147181 0 0 v -1.25773 3.3875 2.03415 -0.841959 0.526545 -0.117709 0 0 v -1.31976 3.28629 2.04064 -0.854705 0.517244 -0.0440179 0 0 v -1.38384 3.18649 2.04699 -0.902611 0.430093 -0.0177193 0 0 v -1.41824 3.08431 2.05062 -0.938074 0.342133 -0.0544297 0 0 v -1.44356 2.98414 2.05343 -0.98414 0.163581 -0.068633 0 0 v -1.45623 2.88436 2.05515 -0.970477 0.217001 -0.105282 0 0 v -1.48158 2.78422 2.05798 -0.971716 0.219039 -0.0882645 0 0 v -1.50688 2.68434 2.06098 -0.964465 0.261783 0.0357215 0 0 v -1.53217 2.58417 2.0635 -0.982426 0.166488 0.0843912 0 0 v -1.54487 2.48423 2.0653 -0.964978 0.237814 0.110729 0 0 v -1.57344 2.38562 2.06879 -0.926807 0.368549 0.0721157 0 0 v -1.62623 2.28661 2.07426 -0.913213 0.406461 0.0288164 0 0 v -1.67449 2.19346 2.0793 -0.912374 0.408528 0.0260494 0 0 v -7.55019 0.320336 9.63896 -0.843966 0.517047 0.142771 0 0 v 3.91379 1.22636 8.95796 0.49268 0.392196 0.776819 0 0 v 5.11693 2.17351 6.29694 0.680665 0.615935 0.396634 0 0 v -3.82691 1.68691 9.26517 -0.208706 0.694449 0.688609 0 0 v 0.0544861 2.9587 7.78746 -0.0355256 0.883732 0.466642 0 0 v -3.83214 1.59333 2.27391 -0.735809 0.657259 -0.16308 0 0 v -3.90965 1.48695 2.28396 -0.822748 0.555872 -0.118707 0 0 v -3.97007 1.38613 2.29021 -0.878926 0.473557 -0.0568595 0 0 v -4.01914 1.2866 2.29507 -0.919818 0.392333 0.00322452 0 0 v -4.05837 1.18815 2.29912 -0.918068 0.395705 0.0238589 0 0 v -4.10567 1.08784 2.30436 -0.919753 0.39147 0.0283755 0 0 v -4.1443 0.987897 2.30834 -0.94954 0.312276 0.0292709 0 0 v -4.1723 0.887737 2.31118 -0.981734 0.187844 0.0302066 0 0 v -4.18101 0.786337 2.31281 -0.997223 0.0744359 0.00222899 0 0 v -4.18254 0.684837 2.31318 -0.998981 -0.0313952 -0.0324322 0 0 v -4.17578 0.583657 2.31235 -0.993742 -0.108684 -0.0257694 0 0 v -4.15884 0.482197 2.31192 -0.976388 -0.180791 -0.118246 0 0 v -4.11403 0.279587 2.30754 -0.954634 -0.273791 -0.117095 0 0 v -4.07584 0.179317 2.3045 -0.924421 -0.367831 -0.10073 0 0 v -4.03449 0.0809068 2.30203 -0.86467 -0.497452 -0.0699094 0 0 v -3.96445 -0.0214132 2.2957 -0.815618 -0.574093 -0.0720109 0 0 v -3.88932 -0.120293 2.28997 -0.788585 -0.603291 -0.119051 0 0 v -7.35829 0.00358668 6.11014 -0.987741 0.148938 0.0467407 0 0 v -7.34577 0.103137 6.10882 -0.982106 0.18499 0.0352947 0 0 v -7.83935 -0.976123 9.78736 -0.963363 0.0470911 0.264033 0 0 v -5.54153 5.53927 12.6404 -0.981404 0.181406 0.0627592 0 0 v -6.83172 1.02603 8.24506 -0.625525 0.613104 -0.482517 0 0 v -3.51037 -0.716173 2.25481 -0.920713 0.0890521 -0.379944 0 0 v -3.5397 -0.814753 2.25991 -0.885617 0.193084 -0.422375 0 0 v -3.55474 -0.913583 2.2605 -0.908709 0.200387 -0.366187 0 0 v -3.61027 -1.11437 2.269 -0.961251 0.232381 -0.148311 0 0 v -3.63345 -1.21448 2.27229 -0.961553 0.223565 -0.159484 0 0 v -3.65814 -1.31459 2.27532 -0.969914 0.22617 -0.0900806 0 0 v -3.67602 -1.4137 2.27653 -0.988845 0.142915 -0.0419653 0 0 v -3.68825 -1.51463 2.2787 -0.995339 0.0963759 -0.0033502 0 0 v -3.69608 -1.61517 2.28054 -0.999981 0.00139463 -0.00608145 0 0 v -3.69297 -1.71527 2.28108 -0.998139 -0.058897 0.0158167 0 0 v -3.68319 -1.816 2.28077 -0.991074 -0.132287 0.0164897 0 0 v -3.66905 -1.91621 2.28022 -0.981319 -0.182163 0.0618812 0 0 v -3.64436 -2.01612 2.27843 -0.960681 -0.263601 0.0872181 0 0 v -3.6164 -2.11468 2.27652 -0.946865 -0.311377 0.0805678 0 0 v -7.44896 -0.695473 6.11834 -0.991536 -0.0509844 0.119402 0 0 v -7.10098 0.226436 11.5637 -0.735228 0.677586 -0.017831 0 0 v -7.12808 0.328977 10.873 -0.88417 0.224676 0.409589 0 0 v -7.40942 -1.06247 11.9762 -0.584973 -0.162691 0.794568 0 0 v -5.73687 4.43847 12.3673 -0.987234 0.136995 0.0812543 0 0 v -5.77325 4.54093 12.7868 -0.958105 0.180245 -0.22259 0 0 v 2.82359 3.76822 6.09994 0.456461 0.676754 0.577623 0 0 v -2.41679 1.94058 14.0917 -0.638096 0.588766 0.496174 0 0 v -3.40309 1.34042 13.3777 -0.763253 0.446325 0.467161 0 0 v -6.28341 5.64872 14.1784 -0.607534 0.532209 -0.589624 0 0 v -5.73254 5.24587 13.3461 -0.878077 0.334997 -0.341699 0 0 v 4.84793 2.31455 6.80176 0.578024 0.796855 0.175813 0 0 v -3.64526 1.04272 13.2348 -0.719933 0.230625 0.654606 0 0 v -6.19762 3.14182 13.2178 -0.872544 -0.237206 0.427084 0 0 v -6.31364 4.14286 13.2096 -0.715443 0.29027 -0.635519 0 0 v -6.34588 4.04414 13.2081 -0.864694 0.1849 -0.467029 0 0 v -1.10696 2.74776 14.6791 -0.62508 0.694914 0.355486 0 0 v -5.42786 6.74764 14.7557 -0.63035 0.77478 -0.0487318 0 0 v -7.33052 0.327426 10.4621 -0.810254 0.270812 0.519759 0 0 v -0.557264 3.14816 14.9731 -0.703393 0.684849 0.190319 0 0 v 2.65516 2.5332 8.50337 0.120185 0.923073 0.365366 0 0 v 3.68747 2.25605 8.24427 0.445025 0.776404 0.446262 0 0 v 0.973096 2.27107 8.82806 0.129657 0.748849 0.649934 0 0 v -2.07775 2.90943 7.74747 0.0247449 0.893259 0.448861 0 0 v 4.47374 2.94951 5.89479 0.546947 0.808058 0.218842 0 0 v -1.04061 3.6881 2.15389 -0.636916 0.741201 -0.212035 0 0 v -1.14194 3.5871 2.16387 -0.741996 0.647209 -0.17482 0 0 v -1.22068 3.4887 2.17102 -0.831131 0.539238 -0.13581 0 0 v -1.27221 3.38866 2.17606 -0.885467 0.454741 -0.0957014 0 0 v -1.32138 3.28721 2.18139 -0.882498 0.467691 -0.0496217 0 0 v -1.38169 3.18573 2.18802 -0.876898 0.478599 -0.0446526 0 0 v -1.44593 3.08603 2.19407 -0.915199 0.391193 -0.0968416 0 0 v -1.47189 2.98588 2.19734 -0.97019 0.217195 -0.107507 0 0 v -1.4947 2.88512 2.19999 -0.972834 0.195136 -0.124563 0 0 v -1.50738 2.78519 2.20152 -0.981518 0.15693 -0.10952 0 0 v -1.52007 2.68492 2.20308 -0.98107 0.162472 -0.105374 0 0 v -1.53263 2.58535 2.20453 -0.986671 0.143314 -0.0770817 0 0 v -1.55798 2.48525 2.20746 -0.950985 0.297715 -0.0836247 0 0 v -1.60871 2.38507 2.21238 -0.903611 0.412322 -0.116096 0 0 v -1.63945 2.28715 2.21536 -0.927111 0.368007 -0.0709678 0 0 v -4.05756 2.40193 8.41667 -0.21446 0.815377 0.537743 0 0 v -7.60696 0.220847 9.64007 -0.895505 0.430494 0.112901 0 0 v 5.19608 2.11686 6.24399 0.692488 0.600095 0.400432 0 0 v 4.64785 2.87063 5.81906 0.404082 0.894161 0.192858 0 0 v -0.0508339 2.95853 7.78627 0.0605179 0.911459 0.406916 0 0 v -3.86596 1.59075 2.41677 -0.742496 0.636887 -0.207545 0 0 v -3.93806 1.48969 2.42429 -0.846902 0.495258 -0.19359 0 0 v -3.98705 1.3888 2.42841 -0.901376 0.400443 -0.164824 0 0 v -4.02392 1.28906 2.43332 -0.937989 0.326353 -0.116924 0 0 v -4.06094 1.18926 2.43763 -0.920326 0.380317 -0.0914287 0 0 v -4.10655 1.0899 2.42915 -0.926491 0.371351 -0.0609372 0 0 v -4.14463 0.988607 2.44625 -0.948724 0.311966 -0.0510008 0 0 v -4.17371 0.891137 2.4499 -0.965111 0.244694 -0.093194 0 0 v -4.19806 0.791007 2.45272 -0.989441 0.0897273 -0.113822 0 0 v -4.19336 0.686147 2.45176 -0.988995 -0.00325172 -0.147915 0 0 v -4.18932 0.585747 2.45262 -0.979426 -0.0291567 -0.199688 0 0 v -4.18171 0.484617 2.45066 -0.95123 -0.0438231 -0.305354 0 0 v -4.17025 0.383967 2.44903 -0.862379 -0.0812809 -0.499695 0 0 v -4.14646 0.282617 2.44759 -0.85885 -0.229421 -0.457976 0 0 v -4.11643 0.183937 2.44737 -0.829374 -0.309094 -0.465403 0 0 v -4.065 0.0851868 2.44409 -0.782034 -0.410561 -0.468895 0 0 v -3.99979 -0.0126032 2.44151 -0.751614 -0.418626 -0.509734 0 0 v -3.92581 -0.109833 2.43397 -0.693356 -0.47113 -0.545247 0 0 v -3.85936 -0.214193 2.42781 -0.746749 -0.530472 -0.401206 0 0 v -3.77526 -0.314203 2.42062 -0.749376 -0.606582 -0.265506 0 0 v -3.70316 -0.414223 2.41452 -0.777369 -0.532649 -0.334638 0 0 v -3.64308 -0.514233 2.40953 -0.774472 -0.474687 -0.418169 0 0 v -7.18738 0.815817 10.041 -0.719638 0.668746 0.186813 0 0 v -7.28312 0.717137 10.0448 -0.750932 0.647635 0.129117 0 0 v -7.35895 0.622137 10.0478 -0.8063 0.584473 0.0909479 0 0 v -7.42773 0.522986 10.0492 -0.870501 0.484912 0.0841927 0 0 v -7.47412 0.423916 10.0502 -0.916507 0.380939 0.122067 0 0 v -7.50909 0.324537 10.0511 -0.939145 0.319898 0.125185 0 0 v -7.54216 0.224327 10.052 -0.921085 0.323438 0.216774 0 0 v -7.57717 0.124706 10.0527 -0.924102 0.257556 0.282313 0 0 v -7.60068 0.0250165 10.0539 -0.915689 0.231026 0.328849 0 0 v -7.62395 -0.0747435 10.0546 -0.907226 0.224451 0.355757 0 0 v -7.64572 -0.174713 10.0551 -0.910864 0.149734 0.384586 0 0 v -3.69379 -1.71486 2.42023 -0.993986 -0.0737111 -0.0809823 0 0 v -3.68988 -1.81437 2.42138 -0.991081 -0.123024 -0.0512099 0 0 v -3.66835 -1.91505 2.41941 -0.973172 -0.226449 -0.0407041 0 0 v -3.64174 -2.01429 2.41792 -0.964231 -0.264713 -0.0136399 0 0 v -7.65958 -0.274563 10.0565 -0.88579 0.169002 0.43222 0 0 v -7.68695 -0.375334 10.0547 -0.881086 0.156688 0.446247 0 0 v -7.20443 0.121816 11.5639 -0.701979 0.708567 0.0718152 0 0 v -7.31106 0.0224565 11.5656 -0.72329 0.684771 0.0891083 0 0 v -7.71126 0.120687 9.23086 -0.907227 0.413924 0.0748683 0 0 v -5.84374 4.43603 11.8085 -0.830902 0.163941 -0.53172 0 0 v -7.69978 -0.475024 10.0561 -0.915188 0.0727004 0.396416 0 0 v -5.5114 5.64143 12.7813 -0.979601 0.199885 -0.0206803 0 0 v -5.11294 6.85984 14.0628 -0.786995 0.605163 -0.120071 0 0 v -2.49517 1.84386 14.0939 -0.655552 0.493809 0.571318 0 0 v -3.33145 1.43976 13.3787 -0.700105 0.593767 0.396604 0 0 v -3.23647 1.53403 13.3746 -0.665418 0.658065 0.352378 0 0 v -6.30515 3.74325 13.3527 -0.917076 -0.243677 0.315584 0 0 v -7.35282 0.227046 10.4628 -0.82069 0.196252 0.536612 0 0 v -7.37437 0.126987 10.4634 -0.843535 0.14822 0.516216 0 0 v -5.65378 4.93941 12.504 -0.991289 0.12356 0.0456063 0 0 v -5.76092 4.33921 12.5072 -0.984063 0.154379 -0.0882476 0 0 v -5.75399 5.04446 13.2065 -0.88822 0.325336 -0.324378 0 0 v -1.30509 2.54659 14.6762 -0.631178 0.599063 0.492684 0 0 v -5.67839 6.54659 14.7522 -0.676686 0.729132 -0.102285 0 0 v -0.479784 3.24563 14.8259 -0.663512 0.744681 0.0721233 0 0 v -0.457984 3.24996 14.9739 -0.696213 0.70472 0.136593 0 0 v -0.362244 3.34329 14.9726 -0.689923 0.71543 0.1103 0 0 v 3.50494 2.31682 8.30167 0.387172 0.785637 0.482569 0 0 v 0.441496 2.2625 8.82406 -0.116323 0.652317 0.748967 0 0 v 1.18166 2.26618 8.82257 -0.00416665 0.729617 0.683843 0 0 v 3.69408 1.8988 8.65407 0.390269 0.600953 0.697528 0 0 v -0.0732439 1.60266 9.15776 -0.0819545 0.623975 0.777135 0 0 v -1.09209 3.68788 2.29983 -0.700116 0.660268 -0.271815 0 0 v -1.1694 3.58848 2.3072 -0.797992 0.572271 -0.188985 0 0 v -1.24252 3.48651 2.31526 -0.871614 0.477735 -0.109808 0 0 v -1.29332 3.38644 2.3201 -0.905183 0.41927 -0.0696958 0 0 v -1.33406 3.28772 2.324 -0.899347 0.433441 -0.057475 0 0 v -1.38484 3.18776 2.32891 -0.865863 0.49656 -0.0609151 0 0 v -1.44579 3.08653 2.33523 -0.937288 0.348553 0.00135211 0 0 v -1.47202 2.98686 2.33797 -0.963598 0.267355 0.000243261 0 0 v -1.49865 2.88699 2.34053 -0.965452 0.247851 -0.0804464 0 0 v -1.52058 2.78587 2.34356 -0.972392 0.194725 -0.128595 0 0 v -1.54588 2.68589 2.34634 -0.97981 0.142659 -0.140076 0 0 v -1.54592 2.58596 2.34713 -0.989237 0.0925105 -0.11337 0 0 v -1.55864 2.48583 2.3485 -0.93334 0.335762 -0.127045 0 0 v -1.62195 2.38571 2.35495 -0.926309 0.367348 -0.0837066 0 0 v -1.65297 2.28768 2.35722 -0.944916 0.322409 -0.0564486 0 0 v -1.68707 2.19056 2.35988 -0.916572 0.399266 -0.0219634 0 0 v -7.3866 0.0272065 10.4644 -0.857982 0.134463 0.495768 0 0 v 4.63474 2.49875 6.60013 0.611339 0.758505 0.225687 0 0 v 0.755046 1.70075 9.41877 -0.195609 0.521435 0.830567 0 0 v -0.350064 2.99117 7.81837 0.0954094 0.819379 0.565256 0 0 v -3.81865 1.69266 2.55059 -0.674026 0.692789 -0.256382 0 0 v -3.91246 1.5893 2.56092 -0.786321 0.56995 -0.238446 0 0 v -3.97412 1.48927 2.56672 -0.855412 0.465222 -0.227679 0 0 v -4.02547 1.39047 2.57103 -0.904402 0.354148 -0.237983 0 0 v -4.04987 1.28996 2.57397 -0.926108 0.288104 -0.243558 0 0 v -4.08536 1.18924 2.5769 -0.917343 0.327579 -0.226217 0 0 v -4.12109 1.08981 2.58167 -0.926127 0.324878 -0.191682 0 0 v -4.15827 0.989887 2.58464 -0.912454 0.342749 -0.223498 0 0 v -4.19649 0.889837 2.58818 -0.929812 0.258313 -0.262154 0 0 v -4.2122 0.787347 2.59235 -0.920808 0.163784 -0.353958 0 0 v -4.22815 0.687457 2.5923 -0.878087 0.104243 -0.467008 0 0 v -4.24064 0.587147 2.59385 -0.821952 0.132382 -0.553959 0 0 v -4.2692 0.486907 2.59289 -0.735719 0.163006 -0.657378 0 0 v -4.29601 0.385797 2.5939 -0.732869 0.0475498 -0.678706 0 0 v -4.28308 0.285137 2.59205 -0.664269 -0.137026 -0.734827 0 0 v -4.239 0.173477 2.58625 -0.584288 -0.13463 -0.800302 0 0 v -4.20621 0.0800968 2.57744 -0.541795 -0.199791 -0.81642 0 0 v -4.15657 -0.0205232 2.57459 -0.536175 -0.141448 -0.832171 0 0 v -4.14595 -0.126313 2.55954 -0.415866 -0.0246754 -0.909091 0 0 v -7.39968 -0.0724335 10.4659 -0.859819 0.175445 0.47951 0 0 v -7.43122 -0.173053 10.4655 -0.873897 0.19792 0.443995 0 0 v -7.44229 -0.274014 10.4681 -0.912998 0.230435 0.336651 0 0 v -7.47333 -0.374653 10.4682 -0.932706 0.23398 0.274432 0 0 v -7.49026 -0.472313 10.4687 -0.967879 0.158958 0.194789 0 0 v -7.51348 -0.572163 10.4695 -0.968008 0.203467 0.146838 0 0 v -3.94401 -1.01341 2.57893 -0.410765 -0.233489 -0.881337 0 0 v -6.37058 5.0439 13.7678 -0.671359 0.436853 -0.598696 0 0 v -5.38489 6.14379 12.9207 -0.958077 0.286251 0.0121673 0 0 v -5.32598 6.34413 12.9188 -0.947357 0.313838 0.0634025 0 0 v -7.1054 0.429386 10.8726 -0.879274 0.218286 0.423354 0 0 v -7.70374 -0.674714 10.0587 -0.911327 0.0105644 0.411548 0 0 v -3.7161 -1.71392 2.56216 -0.979134 -0.114837 -0.167657 0 0 v -7.70238 -0.774534 10.0588 -0.909012 0.0540869 0.413245 0 0 v -7.7158 -0.874373 10.0604 -0.879701 0.119232 0.460337 0 0 v -7.72427 -0.974424 10.0595 -0.868337 0.0144881 0.495764 0 0 v -7.72395 -1.07454 10.0599 -0.864449 -0.0273986 0.501974 0 0 v -7.71439 -1.17443 10.0612 -0.849392 -0.118665 0.514249 0 0 v -7.69441 -1.27472 10.0632 -0.851153 -0.12291 0.510326 0 0 v -2.71702 1.83559 13.8019 -0.630386 0.658098 0.411729 0 0 v -5.41639 6.04468 12.3488 -0.665723 0.608076 -0.432501 0 0 v -5.82724 4.53457 11.8103 -0.889868 0.180063 -0.419179 0 0 v -5.86493 4.33531 11.8105 -0.835908 0.193338 -0.513692 0 0 v -7.40605 -0.467904 11.9697 -0.609692 0.221991 0.760917 0 0 v -5.49653 5.74037 12.7808 -0.973972 0.226662 -0.00132728 0 0 v -6.32232 5.45226 14.0356 -0.665314 0.486357 -0.566404 0 0 v -2.57383 1.72834 14.0908 -0.658324 0.366371 0.657557 0 0 v -3.45238 1.24189 13.3784 -0.750639 0.345761 0.563019 0 0 v -7.68223 -1.37464 10.063 -0.846142 -0.130186 0.516813 0 0 v -7.6618 -1.47512 10.0646 -0.852744 -0.132654 0.505203 0 0 v -1.29323 1.36657 9.13157 -0.0125434 0.300426 0.953723 0 0 v -7.6479 -1.57471 10.0635 -0.866806 -0.145234 0.477026 0 0 v -5.89307 3.53958 12.5113 -0.903809 0.21211 -0.371669 0 0 v -5.55261 5.64523 13.2046 -0.942297 0.292176 -0.163431 0 0 v -5.7975 6.44839 14.7346 -0.636118 0.770715 -0.0367638 0 0 v -0.596264 3.14789 14.8259 -0.656369 0.744199 0.123885 0 0 v -3.97375 0.642016 12.9534 -0.658394 -0.0512839 0.750924 0 0 v -0.655334 3.0452 14.9713 -0.718287 0.648484 0.252058 0 0 v -0.00636387 3.6425 15.1241 -0.6415 0.751245 0.155268 0 0 v 0.551436 2.27358 8.83367 -0.128916 0.668606 0.732357 0 0 v 3.60105 1.92448 8.67897 0.340236 0.625445 0.702181 0 0 v 0.157116 1.64794 9.19547 -0.350118 0.647054 0.677302 0 0 v -0.953334 3.8898 2.42733 -0.588541 0.694758 -0.413438 0 0 v -1.06767 3.78966 2.43795 -0.692271 0.623905 -0.362635 0 0 v -1.14421 3.68905 2.44561 -0.799443 0.532166 -0.278728 0 0 v -1.20708 3.58857 2.45174 -0.875298 0.447892 -0.182337 0 0 v -1.24753 3.48933 2.45557 -0.904616 0.410186 -0.115833 0 0 v -1.29618 3.38794 2.46175 -0.908034 0.405601 -0.104702 0 0 v -1.34495 3.28723 2.46666 -0.88072 0.459083 -0.116507 0 0 v -1.40637 3.18615 2.47245 -0.918963 0.394286 -0.00672673 0 0 v -1.43559 3.08811 2.47503 -0.950858 0.308886 0.0214045 0 0 v -1.47388 2.98808 2.47918 -0.923133 0.380031 -0.05833 0 0 v -1.52279 2.88722 2.48426 -0.952263 0.290739 -0.0930903 0 0 v -1.53842 2.78803 2.48544 -0.964637 0.234083 -0.121168 0 0 v -1.56477 2.68985 2.48808 -0.970022 0.16253 -0.180668 0 0 v -1.57183 2.58649 2.49016 -0.956286 0.149898 -0.251093 0 0 v -1.59713 2.48667 2.49293 -0.927984 0.280103 -0.245742 0 0 v -1.62244 2.38671 2.49562 -0.952329 0.266134 -0.149138 0 0 v -1.66049 2.28661 2.49955 -0.949888 0.291595 -0.112634 0 0 v -1.68576 2.18682 2.50218 -0.891763 0.426583 -0.150952 0 0 v 4.716 2.44475 6.5479 0.609819 0.771754 0.180325 0 0 v -4.26585 1.74595 9.13696 0.15808 0.899004 0.408415 0 0 v -0.456474 2.99518 7.82106 0.0469283 0.789825 0.611535 0 0 v 6.45836 1.2445 3.10732 0.0302415 0.839589 0.542379 0 0 v -3.87626 1.68961 2.69639 -0.733525 0.635503 -0.240993 0 0 v -3.95153 1.59147 2.70258 -0.820795 0.523154 -0.229358 0 0 v -4.01131 1.49053 2.70857 -0.853546 0.467695 -0.229612 0 0 v -4.06831 1.38837 2.71528 -0.897703 0.370074 -0.239111 0 0 v -4.10454 1.28849 2.71892 -0.916991 0.305265 -0.256789 0 0 v -4.13272 1.19043 2.71981 -0.888074 0.319969 -0.330068 0 0 v -4.16381 1.09078 2.71907 -0.785973 0.401176 -0.47043 0 0 v -4.21279 0.994287 2.72163 -0.778934 0.327127 -0.535024 0 0 v -4.25877 0.892537 2.72802 -0.754957 0.312168 -0.576707 0 0 v -4.31328 0.798207 2.72094 -0.697344 0.286154 -0.657136 0 0 v -4.33082 0.698797 2.71361 -0.687999 0.165765 -0.706526 0 0 v -4.35399 0.599357 2.70727 -0.615192 0.202466 -0.761936 0 0 v -7.53583 -0.672354 10.4699 -0.975686 0.200261 0.0890647 0 0 v -7.55622 -0.772614 10.4708 -0.985901 0.153988 0.0654799 0 0 v -7.56745 -0.872474 10.4713 -0.999342 0.0257077 0.0255813 0 0 v -7.55958 -0.972144 10.4718 -0.996172 -0.0873465 0.00333028 0 0 v -7.55182 -1.07161 10.474 -0.987365 -0.157975 -0.0124229 0 0 v -7.52779 -1.17285 10.4728 -0.973107 -0.228971 -0.0252009 0 0 v -5.9666 2.36705 6.17996 -0.462467 0.876228 0.135458 0 0 v -2.40324 2.16183 13.6406 -0.556174 0.805092 0.206149 0 0 v 3.23298 3.28963 6.42535 0.133189 0.925788 0.353805 0 0 v -7.62783 -1.67512 10.0653 -0.871035 -0.180226 0.456964 0 0 v -7.60455 -1.77513 10.0653 -0.882435 -0.17776 0.435557 0 0 v -7.50399 -1.27277 10.4732 -0.967592 -0.252053 0.0153108 0 0 v -7.4723 -1.37329 10.4734 -0.95465 -0.277542 0.107766 0 0 v -7.44451 -1.47218 10.4738 -0.940642 -0.259531 0.218715 0 0 v -6.40769 4.74572 13.7663 -0.974468 -0.117588 0.191272 0 0 v -7.59037 -1.87437 10.0642 -0.884211 -0.177076 0.432222 0 0 v -7.56641 -1.97416 10.0639 -0.870544 -0.218409 0.440966 0 0 v -7.5367 -2.07468 10.0661 -0.882865 -0.181685 0.433059 0 0 v -7.52268 -2.17447 10.0653 -0.904694 -0.130155 0.405695 0 0 v -6.82301 0.822996 10.8632 -0.605241 0.685967 0.403898 0 0 v -6.29108 3.14112 12.9342 -0.976146 -0.141336 0.164811 0 0 v -4.70537 7.09549 13.7791 -0.191297 0.963032 -0.189669 0 0 v -5.40953 6.24897 13.768 -0.853385 0.464339 -0.236904 0 0 v -5.63157 5.43947 12.0791 -0.906861 0.358762 -0.221118 0 0 v -5.58042 5.55597 12.0724 -0.768333 0.4176 -0.485051 0 0 v -5.77088 5.7514 13.9048 -0.710063 0.488479 -0.507148 0 0 v -5.89576 4.04159 12.7878 -0.831477 0.259197 -0.491389 0 0 v -5.59046 5.34018 12.783 -0.964853 0.250465 -0.0795323 0 0 v -5.91147 4.13509 11.8125 -0.943433 0.170651 -0.284275 0 0 v -7.3623 -0.368094 11.9713 -0.600393 0.287429 0.746266 0 0 v -5.83458 3.73918 12.3709 -0.986973 0.160827 0.00425017 0 0 v -5.46409 5.84137 12.7804 -0.972387 0.232944 0.0141319 0 0 v -6.37652 5.34787 14.0434 -0.926398 0.284385 -0.246805 0 0 v -6.35252 5.54788 14.1842 -0.932151 0.300718 -0.201652 0 0 v -3.1467 1.63181 13.3732 -0.68837 0.66086 0.299016 0 0 v -6.13556 1.63748 12.385 -0.949233 -0.131296 0.285866 0 0 v -6.16607 1.63776 12.2439 -0.988654 -0.0283254 0.147517 0 0 v -5.8832 3.43823 12.234 -0.966121 0.107891 0.234456 0 0 v -6.48294 0.931166 11.8296 -0.761312 0.5621 0.323184 0 0 v -6.66999 0.727206 11.8286 -0.681995 0.669713 0.293883 0 0 v -7.50281 -2.27459 10.0665 -0.923603 -0.116568 0.365197 0 0 v -6.22189 2.74027 12.9385 -0.939837 -0.188154 0.285141 0 0 v -5.52532 5.74373 13.2046 -0.93631 0.317362 -0.150348 0 0 v -0.705014 3.04254 14.8238 -0.664803 0.713907 0.219941 0 0 v -0.737144 2.95058 14.973 -0.705815 0.6336 0.316822 0 0 v -0.672004 2.95047 15.1194 -0.73215 0.57022 0.372567 0 0 v -3.15931 2.42463 8.62056 -0.0772355 0.869047 0.488664 0 0 v -1.75776 1.88311 8.86757 0.164934 0.595735 0.786064 0 0 v 3.85 2.24284 8.04576 0.503043 0.795542 0.337729 0 0 v -0.938484 3.98774 2.56877 -0.566033 0.701596 -0.432863 0 0 v -1.05294 3.88782 2.57884 -0.665774 0.63366 -0.39398 0 0 v -1.13202 3.79017 2.58473 -0.775648 0.537501 -0.330851 0 0 v -1.19391 3.68814 2.59173 -0.865839 0.420398 -0.271272 0 0 v -1.23361 3.58926 2.59523 -0.891241 0.384127 -0.241114 0 0 v -1.28231 3.48785 2.60042 -0.88778 0.383491 -0.254521 0 0 v -1.32008 3.38799 2.60443 -0.896417 0.374907 -0.236393 0 0 v -1.36915 3.28707 2.61017 -0.936647 0.319444 -0.143694 0 0 v -1.38461 3.18845 2.61152 -0.951878 0.295121 -0.082656 0 0 v -1.43621 3.08886 2.61625 -0.915633 0.396039 -0.0690557 0 0 v -1.48649 2.98854 2.62131 -0.912455 0.400917 -0.0818037 0 0 v -1.5249 2.88847 2.62499 -0.945762 0.317459 -0.0689512 0 0 v -1.56281 2.78881 2.62866 -0.932858 0.335899 -0.130185 0 0 v -1.60081 2.68845 2.63266 -0.941567 0.268239 -0.203713 0 0 v -1.6231 2.58727 2.6358 -0.943561 0.216563 -0.250587 0 0 v -1.64836 2.48743 2.63839 -0.951229 0.194216 -0.239674 0 0 v -1.661 2.38768 2.64007 -0.940838 0.228272 -0.25043 0 0 v -1.68633 2.28758 2.64267 -0.922054 0.302433 -0.241559 0 0 v -7.41376 -1.5725 10.4742 -0.935161 -0.260651 0.239863 0 0 v 4.2164 2.73723 6.82607 0.510965 0.797805 0.320034 0 0 v 3.37136 3.39653 6.12706 0.254657 0.868707 0.424851 0 0 v -0.665074 2.99821 7.82487 -0.0748529 0.774392 0.628262 0 0 v 3.07895 3.63818 5.97663 0.55472 0.623767 0.550637 0 0 v 2.35625 3.80423 6.3218 0.337599 0.628347 0.700861 0 0 v 2.40149 4.15204 5.69451 0.429101 0.881496 0.197071 0 0 v 4.46159 1.31655 8.48987 0.596192 0.420391 0.683978 0 0 v -4.09188 1.394 2.84991 -0.897065 0.363401 -0.251423 0 0 v -4.12962 1.29658 2.85198 -0.781621 0.43768 -0.444416 0 0 v -4.27342 1.12128 2.82868 -0.486375 0.356157 -0.797867 0 0 v -4.28092 1.02495 2.82213 -0.595953 0.279298 -0.752883 0 0 v -7.38929 -1.67239 10.4746 -0.951034 -0.170676 0.257689 0 0 v -2.56941 3.15735 6.53689 -0.0780206 0.953476 0.291198 0 0 v -2.76854 3.15144 6.53431 -0.091697 0.95799 0.271747 0 0 v -7.37921 -1.77232 10.475 -0.975184 -0.0532132 0.214905 0 0 v -7.38078 -1.87197 10.4757 -0.989328 0.0588215 0.133307 0 0 v -6.48333 1.35508 10.3612 -0.581411 0.803293 0.129161 0 0 v 2.02867 3.03566 7.41186 0.0809365 0.925988 0.368777 0 0 v 3.53513 3.21857 6.42283 0.326504 0.922217 0.207147 0 0 v -1.29443 2.45518 13.0532 -0.0786851 0.878237 -0.471708 0 0 v 0.327966 3.2217 7.41467 -0.105269 0.915464 0.388387 0 0 v -2.16851 3.28231 6.25861 -0.101852 0.975269 0.196157 0 0 v -2.26754 3.27732 6.25681 -0.157264 0.959647 0.233123 0 0 v -5.68112 1.67844 10.6677 -0.270928 0.962334 0.022601 0 0 v -7.4909 -2.37445 10.0668 -0.955968 -0.0509992 0.289007 0 0 v -7.48964 -2.47442 10.0668 -0.969264 0.00825256 0.245886 0 0 v -7.48986 -2.57439 10.0676 -0.976749 0.0463835 0.209307 0 0 v -5.86813 5.45279 13.7617 -0.631952 0.504395 -0.588407 0 0 v -6.12253 5.24458 13.7688 -0.425511 0.520001 -0.740635 0 0 v -6.41369 4.94643 13.765 -0.91138 0.227215 -0.343161 0 0 v -6.38649 4.64587 13.7675 -0.923232 -0.217814 0.316543 0 0 v -7.3899 -1.97202 10.4764 -0.98592 0.124338 0.111809 0 0 v -7.51484 -1.27091 10.7481 -0.949056 -0.309015 -0.061659 0 0 v -7.8543 -1.3774 9.65376 -0.945812 -0.168686 0.277462 0 0 v -2.48905 2.03289 13.8015 -0.592375 0.730332 0.340157 0 0 v -4.14147 0.641256 12.8099 -0.683474 0.026654 0.729488 0 0 v -4.02723 0.937706 12.804 -0.775477 0.479746 0.410462 0 0 v -5.80598 5.55037 13.7648 -0.730708 0.452743 -0.510969 0 0 v -5.47452 5.84171 12.9217 -0.961892 0.271432 -0.032994 0 0 v -7.49776 -2.67444 10.0674 -0.975288 0.0173998 0.22025 0 0 v -7.65346 -2.47669 9.65497 -0.957486 -0.0410209 0.285549 0 0 v -5.19807 6.65139 13.7682 -0.876954 0.472775 -0.0862259 0 0 v -7.31504 -0.270464 11.9677 -0.603978 0.383313 0.698772 0 0 v -7.0472 0.123836 11.9642 -0.668335 0.417355 0.615746 0 0 v -5.88015 3.43889 12.3729 -0.977232 0.181747 -0.109478 0 0 v -5.84406 4.44091 12.9287 -0.874495 0.279444 -0.396446 0 0 v -6.38666 5.24714 14.0447 -0.994311 0.102535 0.0288652 0 0 v -6.37 5.44713 14.1836 -0.995494 0.0577656 0.0752044 0 0 v -3.04591 1.73117 13.3736 -0.655541 0.716549 0.238376 0 0 v -7.49832 -2.77437 10.068 -0.980019 -0.00660396 0.198794 0 0 v -6.17266 1.73745 12.2438 -0.990983 -0.102601 0.0861685 0 0 v -6.32043 1.13549 11.8308 -0.831391 0.490766 0.260648 0 0 v -6.26185 1.33583 11.8293 -0.984484 0.145992 0.0973531 0 0 v -6.40425 1.03546 11.8318 -0.735812 0.601479 0.311133 0 0 v -7.49567 -2.87388 10.0681 -0.981792 -0.0455825 0.184411 0 0 v -7.49125 -2.97289 10.0674 -0.967195 -0.133762 0.215967 0 0 v -5.49039 5.84444 13.2044 -0.941213 0.317519 -0.115325 0 0 v -0.818724 2.94238 14.8224 -0.653753 0.697821 0.292666 0 0 v -0.911724 2.74839 14.9714 -0.698581 0.554954 0.451676 0 0 v -0.825704 2.8506 14.9726 -0.698991 0.60009 0.388979 0 0 v -0.815544 2.75357 15.1216 -0.732507 0.491489 0.471032 0 0 v -0.749154 2.8509 15.1203 -0.731402 0.541573 0.414428 0 0 v -3.26981 2.41603 8.61317 -0.112921 0.883675 0.454278 0 0 v 2.27365 2.24772 8.98177 0.0600221 0.662445 0.746702 0 0 v -2.73491 2.86948 7.70777 -0.119102 0.890118 0.439893 0 0 v -0.910924 4.08538 2.70892 -0.544979 0.75185 -0.371106 0 0 v -1.04068 3.98874 2.71853 -0.648375 0.671222 -0.359265 0 0 v -1.1196 3.89115 2.72447 -0.743676 0.569848 -0.349598 0 0 v -1.19607 3.79045 2.73167 -0.81887 0.463363 -0.338742 0 0 v -1.23585 3.69115 2.73508 -0.877192 0.359959 -0.31775 0 0 v -1.28571 3.58991 2.74 -0.867774 0.391049 -0.306673 0 0 v -1.33483 3.48927 2.74607 -0.891937 0.353802 -0.281554 0 0 v -1.37224 3.3888 2.74978 -0.936347 0.282822 -0.208004 0 0 v -1.39768 3.28897 2.75256 -0.944789 0.255553 -0.205103 0 0 v -1.42318 3.18885 2.75554 -0.916768 0.309076 -0.253 0 0 v -1.45874 3.08828 2.75985 -0.908624 0.366315 -0.200541 0 0 v -1.49811 2.98982 2.75078 -0.928874 0.331094 -0.166043 0 0 v -1.535 2.88832 2.76737 -0.924412 0.346799 -0.15872 0 0 v -1.57527 2.78932 2.77068 -0.902934 0.387895 -0.18506 0 0 v -1.62635 2.6893 2.77572 -0.92184 0.321407 -0.216584 0 0 v -1.64899 2.58808 2.77893 -0.951794 0.216641 -0.21715 0 0 v -1.67426 2.48838 2.78164 -0.939237 0.248092 -0.237244 0 0 v -1.71236 2.388 2.78557 -0.872675 0.305582 -0.380866 0 0 v -1.72494 2.28834 2.78697 -0.840735 0.259714 -0.475094 0 0 v 4.30216 2.69514 6.78741 0.543422 0.782035 0.305144 0 0 v -3.13849 1.99578 9.16586 -0.0369892 0.715724 0.697403 0 0 v -2.40096 3.886 0.380675 -0.414542 0.877582 0.240841 0 0 v -0.558604 2.99908 7.82537 0.00681353 0.77269 0.634747 0 0 v 0.279176 2.9861 7.81167 -0.248691 0.777633 0.577442 0 0 v 0.964026 3.09193 7.90956 0.096504 0.822391 0.560679 0 0 v 1.77534 4.20308 6.12467 0.23468 0.889104 0.392962 0 0 v 3.1861 3.35966 6.27951 0.224353 0.865405 0.44804 0 0 v 2.51194 3.2177 6.71201 -0.0189971 0.848301 0.529174 0 0 v -5.01596 1.18975 3.07565 -0.350465 0.299322 -0.887457 0 0 v -5.11293 1.08973 3.08342 -0.472237 0.285149 -0.834076 0 0 v -5.1988 0.981677 3.10761 -0.506846 0.216742 -0.834344 0 0 v -2.46869 3.16575 6.53684 -0.0953838 0.96705 0.236042 0 0 v -2.66885 3.15396 6.53539 -0.0612343 0.949257 0.308482 0 0 v -2.86846 3.1402 6.5333 -0.119074 0.970379 0.210206 0 0 v -2.96815 3.1262 6.53162 0.0140945 0.987595 0.156391 0 0 v -5.68748 1.72982 10.9594 -0.383699 0.80626 -0.450245 0 0 v -0.826534 -4.38919 0.415515 0.0211754 -0.655088 -0.755256 0 0 v -1.7685 3.33323 6.26331 -0.119777 0.974014 0.192223 0 0 v -1.86814 3.31985 6.26185 -0.0854669 0.978887 0.185676 0 0 v -1.96755 3.31552 6.26042 -0.11371 0.973058 0.200568 0 0 v -2.06841 3.29505 6.25967 -0.154207 0.965801 0.208444 0 0 v -4.36832 2.9816 6.08342 -0.631154 0.773582 0.056714 0 0 v -4.16867 3.11186 6.09345 -0.359132 0.931436 0.0587536 0 0 v -4.06816 3.13811 6.09586 -0.190517 0.976721 0.0985852 0 0 v -4.26836 3.05867 6.08924 -0.563222 0.824318 0.0572764 0 0 v -5.47368 1.83271 8.91467 -0.150307 0.986784 -0.0605372 0 0 v -5.10099 6.4656 12.6268 -0.0734602 0.674841 -0.734298 0 0 v -6.06524 2.33921 5.88743 -0.647447 0.762079 -0.00697651 0 0 v -2.06884 3.22909 6.54228 -0.173865 0.959746 0.220588 0 0 v -5.52308 5.64449 12.9284 -0.964341 0.254952 -0.0710339 0 0 v -5.4977 5.74145 12.9222 -0.975062 0.219816 -0.0305731 0 0 v -5.44124 5.94265 12.9214 -0.967721 0.251781 0.0110903 0 0 v -5.41638 6.04228 12.921 -0.961624 0.273201 0.0253118 0 0 v -7.50324 -0.571063 10.7354 -0.919211 0.382063 -0.0952847 0 0 v -7.43771 -0.267724 11.2932 -0.863862 0.363777 -0.348438 0 0 v -7.46359 -0.366054 11.2932 -0.887946 0.397052 -0.232169 0 0 v -7.4113 -2.07199 10.4767 -0.981668 0.173333 0.0792722 0 0 v -2.81276 1.74228 13.8072 -0.662886 0.597871 0.450703 0 0 v -3.00277 1.44497 13.807 -0.687765 0.22763 0.689321 0 0 v -6.25856 2.94047 12.9365 -0.960051 -0.178433 0.215554 0 0 v -4.72554 7.06751 13.6479 0.0153588 0.960113 -0.279191 0 0 v -7.3876 -0.170154 11.2945 -0.803326 0.437059 -0.404534 0 0 v -6.25804 2.63945 12.6562 -0.989485 -0.113968 0.0890558 0 0 v -2.95289 1.54455 13.8086 -0.684224 0.394798 0.613165 0 0 v -3.01692 1.24742 13.8097 -0.614763 -0.0331772 0.788014 0 0 v -5.51424 5.84469 12.357 -0.967442 0.250886 0.0333508 0 0 v -6.85698 0.425696 11.9607 -0.609724 0.478162 0.632138 0 0 v -5.89408 3.33922 12.3732 -0.969305 0.176989 -0.170654 0 0 v -7.44568 -2.4706 10.7547 -0.988699 -0.0636687 0.135722 0 0 v -2.61926 1.64534 14.0909 -0.623609 0.274559 0.731935 0 0 v -0.798314 2.84202 13.6492 -0.208831 0.877704 -0.431306 0 0 v -7.22087 0.504217 6.09958 -0.965592 0.250607 0.0694907 0 0 v -5.70045 3.3348 11.5272 -0.589036 0.152737 -0.793542 0 0 v -6.18343 1.83744 12.2431 -0.99944 -0.0112216 -0.0315247 0 0 v -6.28453 1.23574 11.8296 -0.940287 0.297779 0.16489 0 0 v -6.56599 0.830466 11.8296 -0.70461 0.623263 0.339216 0 0 v -7.73683 -1.87542 9.65316 -0.936098 -0.255864 0.241359 0 0 v -5.33341 6.34186 12.6358 -0.877828 0.463877 -0.119316 0 0 v -5.27645 6.44535 13.2026 -0.938109 0.345585 0.0228423 0 0 v -0.922034 2.84459 14.8226 -0.662393 0.659359 0.355642 0 0 v 6.78225 0.966327 3.43334 0.281505 0.810756 0.513254 0 0 v -6.33599 3.64203 13.0718 -0.984371 0.00816129 -0.175919 0 0 v -0.227054 3.44807 15.1203 -0.670776 0.723487 0.163176 0 0 v -4.17205 2.29852 8.51077 -0.283656 0.767468 0.574919 0 0 v -3.58522 2.23034 8.82146 -0.22529 0.755163 0.615608 0 0 v -2.84421 2.85544 7.69636 -0.150029 0.881928 0.446871 0 0 v 4.39703 2.05714 7.87327 0.48031 0.717931 0.503862 0 0 v -0.990424 4.08905 2.85556 -0.589272 0.746702 -0.308536 0 0 v -1.10641 3.99217 2.86531 -0.712752 0.646839 -0.271265 0 0 v -1.18737 3.89458 2.87006 -0.770392 0.55927 -0.306128 0 0 v -1.25833 3.7903 2.87932 -0.842245 0.432398 -0.321956 0 0 v -1.29549 3.68932 2.88365 -0.876297 0.339834 -0.341492 0 0 v -1.33309 3.58899 2.8873 -0.910173 0.307207 -0.277865 0 0 v -1.3706 3.48889 2.89124 -0.947711 0.256418 -0.189982 0 0 v -1.38562 3.38998 2.89269 -0.944942 0.275225 -0.177019 0 0 v -1.4364 3.28977 2.89704 -0.89898 0.363442 -0.244426 0 0 v -1.50996 3.0892 2.90544 -0.911945 0.305485 -0.273927 0 0 v -1.53532 2.98912 2.908 -0.923454 0.288242 -0.253278 0 0 v -1.57544 2.88998 2.91061 -0.887182 0.367204 -0.279409 0 0 v -1.61704 2.79137 2.91433 -0.876464 0.389744 -0.282684 0 0 v -1.66688 2.69114 2.91851 -0.908757 0.304434 -0.285447 0 0 v -1.68762 2.58892 2.92334 -0.935094 0.203668 -0.29003 0 0 v -1.71291 2.48902 2.92592 -0.847709 0.420571 -0.323279 0 0 v -1.80505 2.40722 2.9192 -0.851748 0.440059 -0.284382 0 0 v 3.68445 2.95564 7.03246 0.369967 0.739975 0.561749 0 0 v -0.280584 3.19926 7.44677 0.140864 0.952743 0.269144 0 0 v 4.63618 2.26197 7.31757 0.573646 0.703923 0.418835 0 0 v -2.15414 3.95728 0.455515 -0.329024 0.887066 0.323818 0 0 v 0.165966 2.96438 7.79257 -0.158695 0.832653 0.53057 0 0 v 2.14615 3.62165 6.52473 0.260856 0.469561 0.843485 0 0 v 0.961896 2.80516 8.20356 0.02256 0.621145 0.783371 0 0 v 1.29189 4.30176 6.21562 0.160607 0.831149 0.532351 0 0 v 4.54747 3.00738 4.79647 0.506891 0.841682 0.186099 0 0 v 6.8934 0.689017 3.75047 0.206904 0.680258 0.703164 0 0 v -5.11394 1.3069 3.20092 -0.504295 0.609868 -0.611348 0 0 v -5.23157 1.20023 3.21901 -0.571654 0.393538 -0.719958 0 0 v -5.31374 1.09812 3.22796 -0.56724 0.367176 -0.737171 0 0 v -5.39489 0.994997 3.23926 -0.597854 0.32791 -0.731468 0 0 v -5.45018 0.890987 3.25053 -0.581601 0.288168 -0.760723 0 0 v -5.51984 0.789627 3.25985 -0.557568 0.329737 -0.761834 0 0 v -4.09298 1.09731 12.1349 -0.513495 0.851495 0.106201 0 0 v -6.4598 -0.966873 4.02441 -0.814318 -0.318079 -0.485501 0 0 v -6.59139 -1.19367 4.34419 -0.761383 -0.132508 -0.634616 0 0 v -5.56567 2.55752 6.04957 -0.29336 0.95088 0.0988272 0 0 v -5.76474 2.47848 6.04321 -0.401666 0.90825 0.117243 0 0 v -5.87269 1.74592 9.05567 -0.237798 0.971007 -0.0244318 0 0 v -5.57419 1.81305 8.91327 -0.167266 0.985211 -0.0371781 0 0 v 1.72748 2.97476 7.69587 0.0736684 0.990721 0.114211 0 0 v -6.68337 1.23375 10.2102 -0.601788 0.756175 0.257003 0 0 v 1.82746 2.96261 7.69536 0.05383 0.996824 0.0586946 0 0 v -6.27227 1.49354 8.45857 -0.426977 0.828176 -0.363063 0 0 v -5.96687 2.40584 5.89265 -0.499985 0.862759 0.0752456 0 0 v -4.27048 0.639326 12.6646 -0.768866 0.213461 0.602726 0 0 v -6.15186 0.937106 12.2317 -0.66501 0.042235 0.745639 0 0 v -6.58878 0.520926 12.0781 -0.455196 0.399016 0.795979 0 0 v -5.47463 5.84021 12.6391 -0.96634 0.245404 0.0772326 0 0 v -5.29321 6.44885 12.917 -0.937966 0.338352 0.0757443 0 0 v -5.2528 6.54727 12.9162 -0.860061 0.509651 -0.0234855 0 0 v -5.17985 6.63434 12.9215 -0.694317 0.681073 -0.232514 0 0 v -5.597 1.92064 11.0806 -0.348417 0.393324 -0.850824 0 0 v -2.60486 1.93579 13.8029 -0.617023 0.695891 0.367448 0 0 v -2.88915 1.64354 13.8079 -0.70407 0.489427 0.514536 0 0 v -7.43073 -2.17255 10.4774 -0.9891 0.140794 0.0431084 0 0 v -7.44142 -2.2725 10.4781 -0.9907 0.135364 -0.0138169 0 0 v -5.16006 6.7513 13.9103 -0.84538 0.51764 -0.131836 0 0 v -5.39749 6.34951 13.9091 -0.82742 0.50043 -0.254845 0 0 v -6.2154 2.53861 12.8001 -0.960672 -0.168142 0.22099 0 0 v -6.29269 3.04066 12.794 -0.99645 -0.0825993 0.0162478 0 0 v -6.00546 3.74271 12.7871 -0.674545 0.314867 -0.667718 0 0 v -5.63078 5.23906 12.3628 -0.977455 0.145036 0.153451 0 0 v -6.92932 0.326696 11.9649 -0.68079 0.45735 0.572151 0 0 v -5.91664 3.23864 12.3735 -0.931435 0.238871 -0.274536 0 0 v -6.27479 3.03978 12.654 -0.915851 0.164006 -0.366496 0 0 v -2.64608 1.54693 14.092 -0.592635 0.0866321 0.800798 0 0 v -5.62764 5.7497 13.6265 -0.850517 0.417953 -0.319272 0 0 v -7.55896 0.114547 8.28376 -0.779539 0.352619 -0.517667 0 0 v -7.4606 -2.37265 10.4785 -0.994804 0.0975458 -0.029149 0 0 v -6.18338 1.93737 12.2422 -0.992025 -0.0175887 -0.124811 0 0 v -5.99538 2.63474 11.6817 -0.78232 0.150193 -0.604498 0 0 v -5.84577 4.43673 11.9486 -0.975463 0.169693 0.140273 0 0 v -5.37607 6.24633 12.6336 -0.916935 0.392067 -0.074249 0 0 v -3.77615 1.04062 13.0903 -0.728704 0.346718 0.590574 0 0 v -3.71577 1.1395 13.0901 -0.723372 0.483417 0.492992 0 0 v -6.31272 3.842 13.0707 -0.790487 0.231038 -0.567231 0 0 v -6.33499 3.74364 13.0678 -0.910651 0.120431 -0.395236 0 0 v -0.880354 2.65443 15.1231 -0.72499 0.42968 0.538297 0 0 v -7.46334 -2.47215 10.4792 -0.999343 -0.0138279 0.0334931 0 0 v -1.34254 1.77357 8.95117 0.00341078 0.550287 0.834969 0 0 v -0.225814 2.286 8.66517 -0.220381 0.533445 0.81662 0 0 v -2.62395 2.87491 7.71396 -0.0875088 0.88788 0.451677 0 0 v -1.05629 4.09227 3.00161 -0.639671 0.729126 -0.243305 0 0 v -1.23407 3.89203 3.01762 -0.773312 0.588409 -0.236142 0 0 v -1.31131 3.79243 3.02439 -0.835309 0.46752 -0.289283 0 0 v -1.35827 3.68993 3.03034 -0.910642 0.262994 -0.318692 0 0 v -1.37106 3.5898 3.03206 -0.931916 0.213848 -0.292918 0 0 v -1.3965 3.48983 3.035 -0.941673 0.196061 -0.273517 0 0 v -1.42186 3.38954 3.03734 -0.903723 0.330205 -0.272487 0 0 v -1.47252 3.28973 3.04234 -0.910196 0.353039 -0.21658 0 0 v -1.55077 3.09029 3.04926 -0.91747 0.314823 -0.243179 0 0 v -1.57821 2.99097 3.05195 -0.896692 0.336165 -0.287987 0 0 v -1.62751 2.89078 3.05647 -0.883387 0.369293 -0.288531 0 0 v -1.66697 2.79244 3.06012 -0.880391 0.386437 -0.274916 0 0 v -1.71751 2.69178 3.06415 -0.9189 0.2929 -0.264256 0 0 v -1.7389 2.58975 3.06864 -0.934133 0.221786 -0.279655 0 0 v -1.76433 2.48961 3.07138 -0.883911 0.357441 -0.301558 0 0 v -1.78953 2.38986 3.07379 -0.883139 0.432657 -0.181309 0 0 v -0.182244 3.18114 7.43067 0.158845 0.935371 0.315988 0 0 v 4.80857 2.17974 7.24146 0.554371 0.707015 0.439093 0 0 v 4.72187 2.22032 7.27947 0.549969 0.713198 0.434607 0 0 v -0.463484 3.7109 0.294005 0.235933 0.781627 -0.577404 0 0 v 2.00324 3.25768 6.74858 0.130338 0.721548 0.679985 0 0 v 5.43861 1.95644 6.09385 0.655736 0.605446 0.451049 0 0 v 1.58357 4.24602 6.16354 0.287659 0.833751 0.471287 0 0 v 3.11994 2.731 7.56857 0.361968 0.910489 0.19997 0 0 v -5.28254 1.30434 3.35767 -0.567662 0.573537 -0.590605 0 0 v -5.38945 1.20199 3.36941 -0.606778 0.50335 -0.615191 0 0 v -5.47408 1.10093 3.37665 -0.621727 0.451811 -0.639783 0 0 v -5.55488 0.998087 3.38727 -0.619522 0.40361 -0.673269 0 0 v -5.63617 0.896327 3.39699 -0.571927 0.388399 -0.722527 0 0 v -5.70118 0.800727 3.39679 -0.520731 0.357583 -0.775225 0 0 v -5.97836 -1.87924 3.89939 -0.618447 -0.3761 -0.68998 0 0 v -6.28192 1.51595 10.219 -0.478535 0.857309 0.189806 0 0 v -5.22299 3.39138 11.4592 0.272207 0.243822 -0.930835 0 0 v -5.94781 0.191727 3.42893 -0.66843 0.160291 -0.726298 0 0 v -5.97654 0.0905968 3.43856 -0.713726 0.0763747 -0.696249 0 0 v -5.97943 0.00332677 3.43685 -0.743479 -0.0370872 -0.667731 0 0 v -6.56694 1.29755 8.45137 -0.519989 0.801989 -0.293981 0 0 v -1.86667 3.36634 5.97683 -0.101069 0.987347 0.122192 0 0 v -1.76847 3.37223 5.97922 -0.147234 0.976494 0.157423 0 0 v -1.96691 3.35465 5.97561 -0.111496 0.987684 0.109766 0 0 v -2.09573 2.32093 13.0457 -0.225537 0.934067 -0.276863 0 0 v -2.19289 2.30103 13.0467 -0.367451 0.903164 -0.221978 0 0 v -4.37226 2.80171 7.22847 -0.107017 0.974716 0.196153 0 0 v -4.46665 2.92889 5.93519 -0.551186 0.828922 0.0953031 0 0 v 3.70426 2.53126 7.56976 0.245985 0.878378 0.409808 0 0 v -5.88942 3.93701 12.0913 -0.936097 0.130023 0.326827 0 0 v -5.87726 4.03681 12.0906 -0.939844 0.149993 0.306912 0 0 v -5.85627 4.13719 12.0904 -0.929953 0.160912 0.330598 0 0 v -3.32577 2.58125 8.19956 0.139264 0.87954 0.454989 0 0 v -2.62079 1.88226 9.24537 0.136951 0.63658 0.758953 0 0 v -3.13088 1.44387 13.666 -0.722429 0.374453 0.581276 0 0 v 5.04482 1.45251 7.68586 0.801302 0.410526 0.435183 0 0 v -4.11565 0.740786 12.8077 -0.75799 0.266464 0.595355 0 0 v -3.01674 1.34692 13.8095 -0.671843 0.109469 0.732559 0 0 v -6.27787 3.0412 12.9348 -0.963419 -0.153909 0.219399 0 0 v -4.6595 7.09524 14.3573 0.490956 0.83386 0.252269 0 0 v -7.46314 -2.5721 10.4795 -0.998007 0.0102885 0.0622643 0 0 v -7.46074 -2.67161 10.4795 -0.991274 -0.0687759 0.112453 0 0 v -5.64069 5.9523 13.9055 -0.765187 0.487556 -0.42045 0 0 v -5.91511 5.55335 13.9013 -0.526758 0.54083 -0.655766 0 0 v -6.40043 5.14668 13.9049 -0.921432 0.268651 -0.280694 0 0 v -5.6439 5.13912 12.3636 -0.972733 0.163343 0.164648 0 0 v -5.94234 3.13945 12.3733 -0.857644 0.287555 -0.426332 0 0 v -4.275 0.540416 12.6692 -0.720846 -0.0564489 0.690793 0 0 v -2.64681 1.44819 14.0935 -0.550263 0.00797917 0.834953 0 0 v -5.77143 5.44987 13.6243 -0.782253 0.414972 -0.464628 0 0 v -5.95223 5.35371 13.7596 -0.502056 0.542845 -0.673245 0 0 v -6.19306 2.03762 12.2416 -0.974609 -0.0161433 -0.22333 0 0 v -6.87253 0.527396 11.8317 -0.72735 0.619834 0.294564 0 0 v -5.9453 2.83416 11.682 -0.735845 0.178555 -0.653184 0 0 v -5.97094 2.7344 11.6814 -0.760574 0.178793 -0.624147 0 0 v 3.13733 2.34144 8.51027 0.29386 0.820249 0.490753 0 0 v -5.40768 6.14217 12.6358 -0.962371 0.269822 0.0322325 0 0 v -6.25436 3.14183 13.075 -0.928763 -0.205483 0.308505 0 0 v -6.2735 3.94087 13.0724 -0.671469 0.311637 -0.672318 0 0 v -5.83676 4.64346 13.067 -0.854674 0.3069 -0.418743 0 0 v -0.941074 2.55315 15.1206 -0.706754 0.365867 0.605508 0 0 v -7.44955 -2.77128 10.4797 -0.974166 -0.156788 0.162539 0 0 v -3.05339 2.42797 8.62297 0.00950788 0.863199 0.504774 0 0 v -0.457094 2.24006 8.62426 -0.126513 0.628961 0.767074 0 0 v 3.04961 2.10137 8.84367 0.379968 0.633517 0.674003 0 0 v -0.980704 4.19327 3.13598 -0.622091 0.749198 -0.227388 0 0 v -1.09485 4.09284 3.14611 -0.698452 0.69101 -0.186198 0 0 v -1.19466 3.99106 3.15585 -0.738233 0.646635 -0.192028 0 0 v -1.27313 3.89273 3.16205 -0.762301 0.611312 -0.212592 0 0 v -1.40286 3.69385 3.17287 -0.878384 0.325188 -0.350278 0 0 v -1.43507 3.5905 3.17871 -0.894522 0.193489 -0.402979 0 0 v -1.44771 3.49057 3.18023 -0.905414 0.171325 -0.388425 0 0 v -1.4731 3.39019 3.18277 -0.896845 0.253126 -0.362761 0 0 v -1.49842 3.29049 3.18552 -0.928993 0.226395 -0.292775 0 0 v -1.53646 3.19062 3.18938 -0.903802 0.361721 -0.228694 0 0 v -1.58953 3.09124 3.19357 -0.891482 0.379763 -0.247064 0 0 v -1.62832 2.99176 3.19644 -0.899971 0.353057 -0.255738 0 0 v -1.66671 2.89166 3.20019 -0.914523 0.339529 -0.219927 0 0 v -1.70701 2.79284 3.20374 -0.888722 0.39116 -0.239097 0 0 v -1.74577 2.69294 3.20729 -0.914346 0.301665 -0.270129 0 0 v -1.7776 2.59055 3.21289 -0.855054 0.365391 -0.367929 0 0 v -1.83178 2.50165 3.20899 -0.788601 0.397865 -0.468841 0 0 v 2.56045 3.03795 7.10847 -0.172701 0.82896 0.531977 0 0 v 3.4009 2.93403 7.19926 0.268894 0.657529 0.703812 0 0 v 4.17814 3.24642 5.21853 0.641029 0.748717 0.168836 0 0 v 4.79746 2.39059 6.49601 0.619308 0.767584 0.165145 0 0 v 5.52166 1.90705 6.04763 0.654133 0.612826 0.443345 0 0 v 2.40571 3.21521 6.70944 0.0180853 0.756961 0.65321 0 0 v 5.93402 0.902827 3.95244 0.896702 0.432317 -0.0950177 0 0 v 1.16465 3.0683 7.88737 0.208939 0.831086 0.515403 0 0 v -5.32779 1.402 3.50146 -0.533346 0.575234 -0.6202 0 0 v -5.42792 1.30486 3.50666 -0.591636 0.533919 -0.604067 0 0 v -5.53306 1.20112 3.52002 -0.633653 0.505 -0.586054 0 0 v -5.62631 1.09901 3.53107 -0.626126 0.503437 -0.595414 0 0 v -5.7108 0.999407 3.53771 -0.588379 0.506456 -0.630327 0 0 v -5.81876 0.898437 3.54723 -0.585458 0.490124 -0.645769 0 0 v -5.9052 0.802547 3.55207 -0.710877 0.40758 -0.573178 0 0 v -5.95994 0.694417 3.56546 -0.751447 0.272762 -0.600773 0 0 v -4.67459 1.84724 8.91427 -0.121757 0.977554 0.171943 0 0 v -6.06755 0.393187 3.57595 -0.780266 0.199156 -0.592892 0 0 v -6.08851 0.291897 3.5805 -0.789393 0.121847 -0.601674 0 0 v -6.09165 0.192387 3.57883 -0.778759 0.0364366 -0.626265 0 0 v -6.08035 0.0922168 3.57784 -0.804205 -0.0323472 -0.593471 0 0 v -6.07497 -0.0197532 3.57432 -0.787479 -0.0188363 -0.616053 0 0 v -2.46718 3.27831 5.96743 -0.179347 0.983785 -0.00156544 0 0 v -2.36647 3.30041 5.96957 -0.181212 0.982442 0.0443855 0 0 v -3.17114 3.02528 7.24527 -0.116297 0.911712 0.394025 0 0 v -4.78831 1.68908 10.5216 0.267962 0.959567 0.0861792 0 0 v -5.3749 1.9231 8.19177 -0.42705 0.785559 0.4478 0 0 v -3.3715 2.98955 7.24377 -0.120553 0.883803 0.452061 0 0 v -5.37188 1.80038 8.47497 -0.263344 0.957699 0.116032 0 0 v -5.68063 1.74457 10.2288 -0.248558 0.962842 0.105613 0 0 v -2.72091 2.80047 7.83387 -0.130165 0.851881 0.507303 0 0 v -7.43319 -2.07072 10.7525 -0.988467 0.0663238 -0.136142 0 0 v -7.4742 -0.473474 10.7441 -0.9445 0.325344 0.0455099 0 0 v -6.35775 1.42026 10.8556 -0.583319 0.797332 0.154921 0 0 v -5.84267 4.2371 12.0894 -0.93759 0.142515 0.317198 0 0 v -6.20448 3.74129 12.9313 -0.607007 0.331542 -0.722234 0 0 v -5.87503 4.74517 13.2056 -0.771667 0.375777 -0.513148 0 0 v -3.95799 1.02897 12.8002 -0.730803 0.598605 0.328023 0 0 v -7.64509 -2.57664 9.65626 -0.947905 -0.028991 0.317231 0 0 v -6.31478 3.34161 12.9328 -0.996275 -0.0618634 -0.0600782 0 0 v -5.2197 6.65096 13.9101 -0.842615 0.510629 -0.171047 0 0 v -5.45925 6.25112 13.908 -0.807351 0.501696 -0.310621 0 0 v -7.42785 -2.87103 10.4801 -0.949162 -0.243189 0.199879 0 0 v -7.39654 -2.97129 10.4808 -0.917386 -0.326855 0.227088 0 0 v -6.84472 1.11738 10.1704 -0.628416 0.717951 0.299401 0 0 v -7.56781 -1.07015 10.7479 -0.964362 -0.171351 -0.201606 0 0 v -5.45071 5.94109 12.7799 -0.98339 0.176415 0.0426893 0 0 v -5.42812 6.0415 12.7796 -0.966813 0.250094 0.0522162 0 0 v -5.44883 6.04898 13.4855 -0.91209 0.372309 -0.17169 0 0 v -6.95137 1.01677 10.1727 -0.681997 0.660839 0.313323 0 0 v -4.79871 7.10425 14.3282 -0.171535 0.977538 0.122452 0 0 v -7.28719 0.820017 9.63237 -0.893145 0.392273 0.22003 0 0 v 1.39361 4.29161 6.20709 0.210889 0.824658 0.524847 0 0 v -6.19379 2.1376 12.2404 -0.952153 0.0218543 -0.304838 0 0 v -6.93568 0.430816 11.8349 -0.789997 0.544373 0.282067 0 0 v -5.88836 3.03472 11.6783 -0.739318 0.136452 -0.659386 0 0 v -5.92002 2.93377 11.6827 -0.73167 0.165323 -0.661307 0 0 v -5.88824 4.23565 11.9506 -0.96999 0.161506 0.181757 0 0 v -7.03663 0.918907 10.1762 -0.709423 0.64725 0.278901 0 0 v -5.49755 5.74018 12.6394 -0.97755 0.201434 0.0618098 0 0 v -6.27848 3.24188 13.0744 -0.950169 -0.177249 0.25644 0 0 v -6.20464 4.04172 13.0704 -0.575826 0.370831 -0.728635 0 0 v -5.80189 4.74367 13.0663 -0.884439 0.302895 -0.354996 0 0 v -5.76756 4.84421 13.0659 -0.912863 0.281432 -0.295766 0 0 v -0.178774 3.4414 15.2723 -0.622765 0.660644 0.419181 0 0 v -2.84818 2.41595 8.60996 0.138769 0.884789 0.44485 0 0 v -1.84019 2.31251 8.51176 -0.0981347 0.663808 0.741437 0 0 v -0.896134 1.92041 8.89436 -0.172501 0.522618 0.834934 0 0 v 4.1854 1.21943 8.76836 0.560073 0.360949 0.745677 0 0 v -1.02267 4.19764 3.27901 -0.668564 0.688895 -0.280082 0 0 v -1.12307 4.09587 3.28897 -0.716488 0.657724 -0.232474 0 0 v -1.22441 3.99503 3.29831 -0.736178 0.646511 -0.200163 0 0 v -1.40284 3.79493 3.31404 -0.770336 0.591303 -0.238629 0 0 v -1.47832 3.69379 3.3212 -0.865359 0.399856 -0.302108 0 0 v -1.50494 3.59373 3.32359 -0.929368 0.197195 -0.312072 0 0 v -1.52436 3.49133 3.32782 -0.908902 0.215816 -0.356821 0 0 v -1.54979 3.39118 3.33056 -0.91316 0.159066 -0.375282 0 0 v -1.54977 3.29128 3.33103 -0.92783 0.141474 -0.345132 0 0 v -1.57514 3.1911 3.33347 -0.891296 0.328751 -0.312273 0 0 v -1.62591 3.09105 3.33832 -0.913025 0.335074 -0.232616 0 0 v -1.66384 2.99145 3.3421 -0.917788 0.335062 -0.213067 0 0 v -1.69303 2.89282 3.34349 -0.891122 0.381526 -0.245643 0 0 v -1.75634 2.79281 3.3495 -0.880932 0.407594 -0.240469 0 0 v -1.80085 2.69567 3.35131 -0.871624 0.412053 -0.265489 0 0 v -1.85549 2.59992 3.35358 -0.82328 0.488664 -0.288822 0 0 v 2.78073 3.0584 7.12717 -0.0970459 0.735608 0.67042 0 0 v 2.67447 3.05096 7.12277 -0.0766036 0.7982 0.597502 0 0 v 3.20566 3.06242 7.13147 0.136089 0.740584 0.658039 0 0 v 4.46914 2.59989 6.69709 0.600912 0.75554 0.26089 0 0 v 4.87665 2.3372 6.44874 0.634476 0.747714 0.195867 0 0 v 5.35536 2.00936 6.14381 0.663746 0.597825 0.449496 0 0 v 5.98342 0.786637 3.84285 0.843265 0.537039 -0.0221995 0 0 v 1.27205 2.79804 8.19606 -0.113591 0.796217 0.594252 0 0 v 1.066 3.08263 7.90107 0.15814 0.833864 0.528832 0 0 v -5.47023 1.41514 3.63164 -0.52608 0.494148 -0.69214 0 0 v -5.58396 1.30245 3.65747 -0.611667 0.402893 -0.680838 0 0 v -5.65377 1.20218 3.66522 -0.610689 0.467746 -0.638962 0 0 v -5.76854 1.09732 3.68101 -0.567685 0.524313 -0.634688 0 0 v -5.8773 0.999427 3.68898 -0.598321 0.489292 -0.634512 0 0 v -5.95814 0.894657 3.70141 -0.695611 0.398335 -0.597875 0 0 v -6.00636 0.794167 3.70585 -0.772852 0.315309 -0.550709 0 0 v -6.05427 0.693697 3.71075 -0.792103 0.300813 -0.531116 0 0 v -6.08903 0.593307 3.71531 -0.811753 0.23822 -0.533205 0 0 v -6.11385 0.493277 3.71709 -0.810218 0.228245 -0.539863 0 0 v -6.14159 0.394427 3.71677 -0.789948 0.226817 -0.569681 0 0 v -6.17682 0.293587 3.72085 -0.768 0.149338 -0.622796 0 0 v -5.57465 1.96096 7.90257 -0.428999 0.835468 0.343444 0 0 v -3.27171 3.00436 7.24567 -0.144842 0.895338 0.421177 0 0 v -5.38147 1.76426 10.5235 -0.0955997 0.982649 0.158941 0 0 v -5.28222 1.76495 10.5242 0.0320411 0.990575 0.133171 0 0 v -6.08004 1.56384 10.5151 -0.398745 0.916701 0.0257128 0 0 v -5.47468 -2.15543 3.70152 -0.465213 -0.46286 -0.754544 0 0 v -4.91529 -2.28603 3.4838 -0.325956 -0.525809 -0.78567 0 0 v -4.47775 1.85936 8.91947 -0.0537603 0.92672 0.371886 0 0 v -4.67666 1.83167 9.06097 0.00677009 0.995486 0.0946622 0 0 v -7.14128 0.816696 10.1781 -0.682831 0.677214 0.274086 0 0 v -7.23721 0.717916 10.1808 -0.702442 0.646576 0.297513 0 0 v -7.32367 0.621406 10.184 -0.73103 0.609052 0.307654 0 0 v -7.44209 -1.67009 10.7512 -0.901478 -0.05101 -0.429809 0 0 v -6.16143 1.6387 11.9643 -0.904861 0.373518 -0.204231 0 0 v -5.80886 4.43734 12.0886 -0.949317 0.140275 0.281281 0 0 v -5.79547 4.5371 12.0878 -0.952892 0.142265 0.267874 0 0 v -5.77366 4.63748 12.0874 -0.959358 0.133519 0.248605 0 0 v -5.08597 6.85079 13.7688 -0.805352 0.590328 -0.054043 0 0 v -5.58076 5.95102 13.7662 -0.831392 0.443723 -0.334509 0 0 v -5.68739 5.75039 13.7656 -0.788622 0.455476 -0.413058 0 0 v -3.33461 1.24432 13.5253 -0.734282 0.210636 0.645339 0 0 v -7.44029 -2.17082 10.753 -0.998393 0.0545139 -0.0154668 0 0 v -5.70948 5.8502 13.9064 -0.740232 0.483197 -0.467522 0 0 v -6.37945 4.84716 13.9045 -0.89069 -0.215965 0.400038 0 0 v -6.40955 5.05499 13.895 -0.997143 0.0517949 0.0549815 0 0 v -7.15291 0.129166 11.29 -0.694564 0.682633 -0.227142 0 0 v -2.69642 1.74173 13.9493 -0.643683 0.520028 0.561465 0 0 v -5.18507 6.75347 14.0516 -0.808556 0.563623 -0.169015 0 0 v -5.48703 5.94998 13.4849 -0.897535 0.394859 -0.19626 0 0 v -5.5787 5.84881 13.6261 -0.86026 0.422595 -0.285246 0 0 v 3.32266 3.67196 5.62244 0.540618 0.788887 0.292213 0 0 v -2.87875 1.82957 13.5144 -0.647088 0.702502 0.296258 0 0 v -7.29423 -0.0719936 10.74 -0.89921 0.370891 0.232079 0 0 v -6.18378 2.23795 12.2389 -0.903753 0.0874387 -0.419029 0 0 v -7.00516 0.328946 11.8341 -0.809783 0.513887 0.283146 0 0 v -5.85955 3.23361 11.682 -0.699045 0.125335 -0.704008 0 0 v -5.87579 3.13429 11.6784 -0.71306 0.132525 -0.688464 0 0 v -5.94904 3.83588 11.9531 -0.966716 0.156131 0.202691 0 0 v -7.3966 0.524746 10.1867 -0.81389 0.502541 0.291609 0 0 v -5.60552 5.24004 12.642 -0.979546 0.199915 0.0228896 0 0 v -3.64974 1.23332 13.0874 -0.740318 0.548256 0.38903 0 0 v -0.980824 2.6531 14.9749 -0.683819 0.525953 0.505732 0 0 v -0.318324 3.35731 15.1244 -0.695975 0.683855 0.219001 0 0 v -0.978154 2.45299 15.1197 -0.694514 0.277459 0.663827 0 0 v -2.04909 2.31499 8.51417 0.235392 0.635058 0.735726 0 0 v -0.563524 2.23845 8.62317 0.0381788 0.713986 0.699118 0 0 v -0.262464 1.92456 8.89497 0.064266 0.678816 0.731491 0 0 v 4.10085 1.26735 8.81116 0.556044 0.381702 0.738321 0 0 v -0.988224 4.30147 3.41431 -0.650722 0.643409 -0.40322 0 0 v -1.10025 4.19848 3.42559 -0.701786 0.60012 -0.383864 0 0 v -1.17574 4.09719 3.43334 -0.74274 0.578614 -0.336961 0 0 v -1.26135 3.99446 3.44312 -0.769827 0.585173 -0.254831 0 0 v -1.35072 3.8948 3.45084 -0.739705 0.63837 -0.212887 0 0 v -1.44032 3.79501 3.45867 -0.794235 0.581774 -0.175302 0 0 v -1.50348 3.69434 3.46454 -0.913817 0.382673 -0.136013 0 0 v -1.53196 3.59519 3.46669 -0.94535 0.275429 -0.174506 0 0 v -1.56917 3.49415 3.47191 -0.923127 0.310852 -0.226289 0 0 v -1.60494 3.39334 3.47467 -0.944518 0.158393 -0.287746 0 0 v -1.61365 3.2922 3.47714 -0.934568 0.172818 -0.310994 0 0 v -1.63907 3.19201 3.47984 -0.931977 0.222858 -0.285926 0 0 v -1.65187 3.09197 3.48163 -0.919132 0.291106 -0.265432 0 0 v -1.70254 2.99204 3.48618 -0.886227 0.367091 -0.282569 0 0 v -1.74333 2.89302 3.4891 -0.914441 0.328813 -0.235965 0 0 v -1.77318 2.79506 3.49029 -0.899256 0.390709 -0.196685 0 0 v -1.82639 2.69677 3.49434 -0.833765 0.485834 -0.2623 0 0 v -1.87926 2.60374 3.49781 -0.795172 0.501961 -0.340201 0 0 v 4.00189 1.18688 8.92297 0.530921 0.359409 0.76743 0 0 v 2.89455 3.07245 7.14146 -0.0751018 0.732948 0.676126 0 0 v 3.59078 2.98107 7.05597 0.361999 0.734262 0.574296 0 0 v 3.77586 2.92559 7.00397 0.399636 0.763664 0.507059 0 0 v 4.55183 2.54756 6.64572 0.590162 0.782607 0.198078 0 0 v 4.25753 3.19385 5.17172 0.63774 0.760897 0.119684 0 0 v 4.96923 1.42111 7.84297 0.795485 0.372192 0.478202 0 0 v 0.751446 3.08799 7.90596 -0.138921 0.831464 0.537929 0 0 v 0.861756 3.09616 7.91417 -0.0226341 0.827663 0.560769 0 0 v 4.3077 3.0458 5.98614 0.545984 0.776494 0.314577 0 0 v -5.56578 1.52194 3.76921 -0.394601 0.518511 -0.758575 0 0 v -5.70327 1.40855 3.78948 -0.483846 0.321659 -0.813897 0 0 v -5.78889 1.29468 3.82282 -0.532877 0.259135 -0.805538 0 0 v -5.85542 1.19899 3.82198 -0.501966 0.395036 -0.7694 0 0 v -5.9606 1.09653 3.83317 -0.549628 0.380295 -0.743831 0 0 v -6.04181 0.994367 3.84478 -0.650167 0.307961 -0.694581 0 0 v -6.08925 0.893847 3.84945 -0.7143 0.247832 -0.654488 0 0 v -6.11484 0.794557 3.85103 -0.720325 0.258851 -0.643528 0 0 v -6.15428 0.695727 3.85192 -0.708371 0.26717 -0.653323 0 0 v -6.19211 0.596537 3.85412 -0.690361 0.249038 -0.679251 0 0 v -6.23802 0.495857 3.85986 -0.634774 0.251838 -0.730506 0 0 v -6.27539 0.396287 3.86176 -0.63554 0.23271 -0.736162 0 0 v -2.97134 3.03973 7.24717 -0.0640035 0.948103 0.311456 0 0 v -2.87121 3.04126 7.24787 -0.00213849 0.965084 0.261931 0 0 v -6.42262 0.0929568 3.88258 -0.64388 0.126688 -0.754566 0 0 v -6.43653 -0.00678324 3.88226 -0.665403 0.0969733 -0.740159 0 0 v -6.45795 -0.107543 3.88724 -0.693382 0.088815 -0.715076 0 0 v -6.47096 -0.207133 3.88769 -0.747825 0.0418656 -0.662575 0 0 v -6.47283 -0.507483 3.88769 -0.746854 -0.0562419 -0.662605 0 0 v -6.46192 -0.607643 3.88651 -0.741166 -0.121098 -0.660309 0 0 v -4.36725 3.01888 5.79767 -0.539757 0.840415 0.0486263 0 0 v -4.26786 3.085 5.80274 -0.424095 0.905579 -0.00839686 0 0 v -4.1681 3.12405 5.80529 -0.324147 0.945228 -0.0383733 0 0 v -4.06736 3.15019 5.80771 -0.230898 0.971061 -0.0610424 0 0 v -3.96584 3.173 5.80936 -0.114211 0.992173 -0.0504788 0 0 v -3.8647 3.1743 5.81005 0.0343467 0.999152 -0.0227009 0 0 v -3.76514 3.16413 5.80989 0.129456 0.989192 -0.0688513 0 0 v -7.44218 0.425096 10.1872 -0.875835 0.386741 0.288693 0 0 v -6.53037 0.930486 11.6923 -0.74684 0.587294 0.311955 0 0 v -6.20695 1.53794 11.9656 -0.960296 0.278579 0.0149964 0 0 v -7.62986 -0.765934 11.7076 -0.97914 0.0985617 0.177681 0 0 v -7.63176 -0.865694 11.7086 -0.971105 0.0237087 0.237473 0 0 v -5.76948 4.73666 12.0866 -0.969975 0.140774 0.198319 0 0 v -5.68638 5.23657 12.0838 -0.970519 0.240835 -0.00952143 0 0 v -5.66766 5.33915 12.0811 -0.967272 0.249033 -0.0486477 0 0 v -6.25363 5.14419 13.7684 -0.476812 0.503608 -0.720437 0 0 v 0.425226 2.04195 8.99446 -0.25914 0.595072 0.760747 0 0 v -6.23756 2.63928 12.7985 -0.964559 -0.17725 0.195468 0 0 v -6.06504 5.44783 13.9062 -0.410184 0.57262 -0.709828 0 0 v -6.39757 4.94667 13.9058 -0.963498 -0.0971027 0.249486 0 0 v -6.33845 4.04422 13.4905 -0.914273 -0.23124 0.332616 0 0 v -2.77457 1.64432 13.9509 -0.665843 0.383776 0.63982 0 0 v -6.38105 5.14704 14.0446 -0.944256 -0.149035 0.293545 0 0 v -5.72313 5.54926 13.625 -0.816133 0.400929 -0.416152 0 0 v -6.33621 3.84406 13.351 -0.930228 -0.231182 0.28501 0 0 v -5.48805 -2.88909 4.48094 -0.403777 -0.800415 -0.443058 0 0 v -6.12883 2.53769 12.2404 -0.709329 0.255216 -0.657052 0 0 v -7.06458 0.228506 11.8346 -0.797544 0.525284 0.296647 0 0 v -5.84698 3.33361 11.6825 -0.678619 0.0666035 -0.731464 0 0 v -4.7861 2.29256 8.13066 -0.408243 0.774148 0.483768 0 0 v -5.97166 3.73587 11.9537 -0.976545 0.135086 0.167666 0 0 v -6.21829 1.13653 12.1042 -0.870278 0.18866 0.454998 0 0 v -5.62051 5.1409 12.6426 -0.983303 0.181842 0.0069734 0 0 v -6.29424 3.34162 13.0739 -0.960072 -0.180944 0.213355 0 0 v -1.06653 2.55179 14.9722 -0.676503 0.456406 0.57796 0 0 v -7.48601 0.325006 10.1879 -0.910083 0.300552 0.285336 0 0 v -1.02517 2.35224 15.1152 -0.657234 0.254439 0.709439 0 0 v -0.357524 3.25263 15.2688 -0.712254 0.604291 0.357108 0 0 v -2.95083 2.42443 8.61786 0.0838954 0.871269 0.483582 0 0 v -0.0461439 1.93359 8.89997 -0.203642 0.499023 0.842322 0 0 v 3.84017 1.38844 8.92197 0.46687 0.437915 0.768286 0 0 v -1.10064 4.29942 3.56599 -0.657404 0.621499 -0.426097 0 0 v -1.18104 4.20208 3.57098 -0.720163 0.542469 -0.432541 0 0 v -1.26331 4.09553 3.58197 -0.775782 0.469097 -0.422031 0 0 v -1.3049 3.99904 3.58511 -0.785614 0.492687 -0.374259 0 0 v -1.39129 3.89664 3.59464 -0.784966 0.54979 -0.285585 0 0 v -1.46535 3.79492 3.60208 -0.829234 0.512722 -0.222458 0 0 v -1.51595 3.69447 3.60696 -0.921913 0.341443 -0.18301 0 0 v -1.6286 3.39339 3.61846 -0.944911 0.265691 -0.191187 0 0 v -1.65246 3.29257 3.6216 -0.930426 0.255586 -0.262645 0 0 v -1.67773 3.19277 3.62405 -0.932171 0.205147 -0.298282 0 0 v -1.75387 2.99259 3.63128 -0.909506 0.31465 -0.271651 0 0 v -1.7717 2.89492 3.6325 -0.900993 0.318733 -0.294315 0 0 v -1.82358 2.79559 3.63577 -0.814513 0.466946 -0.344283 0 0 v -1.89241 2.70661 3.63337 -0.745935 0.554138 -0.369476 0 0 v 1.76454 3.14341 7.20826 0.135272 0.963832 0.22963 0 0 v 2.43302 1.67408 9.37507 0.23925 0.603973 0.760247 0 0 v 3.30728 3.05185 7.12177 0.209067 0.712012 0.670321 0 0 v -3.24898 1.98715 9.15967 -0.10035 0.690167 0.716659 0 0 v -2.82369 1.99569 9.16457 0.0291555 0.705432 0.708178 0 0 v -4.34824 1.93223 0.497255 -0.323944 0.905579 0.273838 0 0 v -0.251784 2.97935 7.80657 0.13765 0.858476 0.494036 0 0 v -0.152824 2.96712 7.79407 0.150708 0.893099 0.423864 0 0 v 2.13256 4.25756 5.778 0.246222 0.947879 0.202238 0 0 v -1.10429 3.45357 6.35267 -0.292116 0.789709 0.53947 0 0 v -5.82662 1.61234 3.94043 -0.417569 0.528148 -0.739389 0 0 v -5.95535 1.5064 3.9575 -0.511171 0.406875 -0.757071 0 0 v -6.03603 1.4013 3.96907 -0.536388 0.24102 -0.808824 0 0 v -6.08047 1.29713 3.97858 -0.498853 0.276844 -0.821281 0 0 v -6.16154 1.19498 3.98577 -0.547319 0.227352 -0.805452 0 0 v -6.18673 1.0947 3.99084 -0.634736 0.123907 -0.76273 0 0 v -6.20492 0.992717 3.99905 -0.70175 0.121012 -0.702071 0 0 v -6.23369 0.894377 3.997 -0.719596 0.221698 -0.658051 0 0 v -6.27655 0.797017 3.99503 -0.659686 0.33391 -0.673289 0 0 v -6.33264 0.696077 4.00286 -0.618488 0.307849 -0.72298 0 0 v -6.38871 0.594307 4.01131 -0.602815 0.281041 -0.746746 0 0 v -6.4485 0.494247 4.01689 -0.614771 0.279261 -0.737611 0 0 v -6.5252 0.285467 4.01791 -0.698298 0.180665 -0.692633 0 0 v -6.54493 0.193837 4.02589 -0.74399 0.0889168 -0.662248 0 0 v -6.55852 0.0939268 4.02609 -0.753281 0.0855646 -0.652109 0 0 v -6.5696 -0.00625321 4.02841 -0.799271 0.0405265 -0.599602 0 0 v -6.57796 -0.106483 4.03223 -0.826638 0.0496985 -0.560535 0 0 v -6.58242 -0.206263 4.03025 -0.853727 0.0141706 -0.520528 0 0 v -6.58225 -0.306373 4.03081 -0.854492 -0.0181419 -0.519148 0 0 v -6.58044 -0.406743 4.03253 -0.867997 -0.0347726 -0.49535 0 0 v -6.57828 -0.506533 4.03408 -0.888299 -0.0691968 -0.454022 0 0 v -6.56729 -0.606523 4.0333 -0.861482 -0.119429 -0.493544 0 0 v -6.51487 -0.802663 4.01625 -0.833683 -0.242354 -0.496223 0 0 v 2.63437 4.03418 5.75672 0.25346 0.938098 0.236073 0 0 v -2.16655 3.34037 5.8294 -0.153959 0.985937 0.0649904 0 0 v -2.26565 3.32528 5.82789 -0.222308 0.97435 -0.0349442 0 0 v -2.3657 3.29838 5.82553 -0.25641 0.958585 -0.12397 0 0 v -2.46561 3.27397 5.82319 -0.238395 0.953704 -0.183349 0 0 v -7.50853 0.224986 10.1884 -0.930112 0.208777 0.302164 0 0 v -5.94632 2.3334 11.5442 -0.768079 0.149583 -0.622639 0 0 v -7.63796 -1.26578 11.5722 -0.976334 -0.109793 0.186326 0 0 v -7.6525 -1.06625 11.5717 -0.995651 -0.0364513 0.0857283 0 0 v -7.63061 -0.965754 11.7085 -0.953797 -0.02959 0.298992 0 0 v -7.55467 -1.36636 11.7131 -0.829383 -0.231538 0.508442 0 0 v -7.52728 -1.46452 11.7106 -0.754097 -0.320436 0.573288 0 0 v 6.47364 1.08176 3.34535 -0.0503174 0.799242 0.598899 0 0 v -7.53058 0.125186 10.1889 -0.914306 0.193689 0.355709 0 0 v -5.06984 2.71748 6.35295 -0.427127 0.882511 0.196818 0 0 v -6.30607 3.14035 12.7945 -0.992131 0.0164702 -0.124118 0 0 v -7.54371 0.0255665 10.1902 -0.906215 0.151949 0.394572 0 0 v -6.30482 3.94405 13.4924 -0.870772 -0.280505 0.403822 0 0 v -2.81313 1.54586 13.9516 -0.664346 0.230697 0.710931 0 0 v -5.3135 6.55036 14.0511 -0.823236 0.520272 -0.227157 0 0 v -6.10405 5.05046 13.6212 -0.441109 0.524731 -0.728066 0 0 v -6.2539 4.94423 13.628 -0.482548 0.475033 -0.735861 0 0 v 0.441756 2.4499 8.62387 -0.093638 0.817837 0.567781 0 0 v -6.36102 3.94376 13.3506 -0.968417 -0.164982 0.186949 0 0 v -6.05247 2.63879 12.2272 -0.716223 0.298501 -0.63081 0 0 v -7.13407 0.126296 11.8336 -0.758882 0.532842 0.374404 0 0 v -7.181 0.122946 11.6994 -0.748182 0.638787 0.179373 0 0 v -7.58761 -0.174384 10.1909 -0.889204 0.143849 0.434309 0 0 v -7.5902 -0.273883 10.1926 -0.893617 0.0789855 0.441826 0 0 v -6.20133 1.23698 12.1073 -0.935473 0.0241204 0.352574 0 0 v -5.64274 5.0404 12.6431 -0.980885 0.191708 -0.0333641 0 0 v -6.31527 3.44189 13.073 -0.972372 -0.176803 0.152424 0 0 v -0.417514 3.24873 15.1206 -0.713414 0.659252 0.237546 0 0 v -7.60068 -0.374154 10.1928 -0.868307 0.104933 0.484801 0 0 v -6.07537 2.23389 11.6852 -0.886135 0.140741 -0.441539 0 0 v -6.26913 2.84014 12.7958 -0.981747 -0.132251 0.136685 0 0 v -4.04504 2.14758 8.74946 -0.275293 0.691787 0.667566 0 0 v 0.989786 4.23918 6.34817 0.0677639 0.705719 0.705244 0 0 v -0.786294 1.93113 8.90377 -0.0956876 0.539637 0.836442 0 0 v -1.19085 4.30079 3.71429 -0.669282 0.626605 -0.399285 0 0 v -1.279 4.19915 3.72289 -0.734441 0.538359 -0.413239 0 0 v -1.35201 4.09621 3.73141 -0.781949 0.458034 -0.422801 0 0 v -1.41167 3.99366 3.73889 -0.817303 0.410467 -0.404391 0 0 v -1.4506 3.89405 3.74239 -0.821869 0.451679 -0.347156 0 0 v -1.52596 3.79333 3.74929 -0.853139 0.412629 -0.319203 0 0 v -1.55141 3.69332 3.75198 -0.902146 0.288862 -0.320455 0 0 v -1.58944 3.59361 3.75575 -0.901944 0.313475 -0.297035 0 0 v -1.6275 3.49349 3.75918 -0.914641 0.29165 -0.279949 0 0 v -1.65481 3.39409 3.7615 -0.914162 0.299 -0.273691 0 0 v -1.70373 3.29336 3.76656 -0.906386 0.300058 -0.297372 0 0 v -1.72914 3.19357 3.76937 -0.915001 0.251776 -0.315248 0 0 v -1.75456 3.09345 3.77193 -0.90121 0.307744 -0.305145 0 0 v -1.79259 2.99359 3.77552 -0.881665 0.344742 -0.322209 0 0 v -1.84483 2.8943 3.77953 -0.826642 0.404017 -0.391706 0 0 v -1.87988 2.79954 3.7766 -0.828721 0.423531 -0.365845 0 0 v 1.96492 3.11871 7.18637 0.162079 0.964323 0.209311 0 0 v 1.86637 3.13314 7.20047 0.136447 0.973436 0.18386 0 0 v 3.40299 3.03136 7.10267 0.301715 0.731165 0.611855 0 0 v -0.684114 3.14378 7.58427 -0.135214 0.920539 0.366503 0 0 v -1.00851 2.96039 7.79266 -0.153834 0.768259 0.621379 0 0 v -0.885404 2.97933 7.80766 -0.147521 0.769049 0.621933 0 0 v -0.774634 2.98623 7.81406 -0.114697 0.773056 0.623882 0 0 v 3.27566 1.34896 9.25837 0.384179 0.422769 0.820776 0 0 v 3.3667 1.31698 9.22896 0.430378 0.424314 0.796701 0 0 v 3.10573 2.55314 8.14967 0.364388 0.812946 0.454247 0 0 v -5.92276 1.71179 4.08892 -0.430339 0.659316 -0.616531 0 0 v -6.04109 1.60798 4.10158 -0.57501 0.554976 -0.601137 0 0 v -6.13933 1.5081 4.10876 -0.611251 0.481729 -0.62794 0 0 v -6.22046 1.40401 4.11826 -0.608672 0.41461 -0.676474 0 0 v -6.30397 1.30755 4.12402 -0.633426 0.331525 -0.699187 0 0 v -6.34267 1.19529 4.13932 -0.709982 0.119815 -0.693952 0 0 v -6.35302 1.09462 4.14226 -0.744488 -0.0198152 -0.667342 0 0 v -6.33198 0.995177 4.13812 -0.758232 0.0214841 -0.651631 0 0 v -6.3486 0.893307 4.14709 -0.712832 0.288085 -0.639436 0 0 v -6.42707 0.796027 4.14733 -0.615592 0.458857 -0.6407 0 0 v -6.51375 0.697437 4.15185 -0.612517 0.380294 -0.692965 0 0 v -6.57198 0.596927 4.15714 -0.699732 0.230861 -0.676075 0 0 v -6.60076 0.493147 4.16805 -0.735883 0.171036 -0.655151 0 0 v -6.62793 0.394377 4.16788 -0.771286 0.168118 -0.613885 0 0 v -6.654 0.294707 4.16868 -0.812711 0.125792 -0.568926 0 0 v -6.66315 0.194127 4.17214 -0.848397 0.0306359 -0.528472 0 0 v -6.66606 0.0943968 4.1711 -0.879355 -0.043127 -0.474209 0 0 v -6.65285 -0.00576327 4.17146 -0.907692 -0.0465643 -0.417045 0 0 v -6.65415 -0.105703 4.17157 -0.91891 0.00787977 -0.394389 0 0 v -6.65152 -0.305943 4.17384 -0.940859 -0.0278876 -0.337647 0 0 v -6.64296 -0.405973 4.17174 -0.926967 -0.0812878 -0.366229 0 0 v -6.63197 -0.506193 4.17103 -0.935889 -0.0957222 -0.339041 0 0 v -6.62012 -0.606403 4.17038 -0.938614 -0.0941955 -0.33186 0 0 v -6.61334 -0.705393 4.17415 -0.922833 -0.138302 -0.359516 0 0 v -6.58552 -0.807123 4.16772 -0.880041 -0.260293 -0.397209 0 0 v -6.54814 -0.907263 4.16599 -0.856521 -0.292251 -0.425396 0 0 v -6.51034 -1.00682 4.16469 -0.827561 -0.304071 -0.471893 0 0 v -6.4675 -1.10829 4.15844 -0.828993 -0.272336 -0.488471 0 0 v 2.73667 4.01315 5.75645 0.283675 0.925522 0.250873 0 0 v -0.471454 3.22843 7.27077 0.00308465 0.969677 0.24437 0 0 v -0.371414 3.23351 7.26876 0.0129836 0.972694 0.231727 0 0 v -0.271314 3.22416 7.27007 0.0753809 0.961522 0.264185 0 0 v -4.10133 -2.82344 3.67158 -0.107071 -0.813938 -0.571 0 0 v -7.61267 -0.473763 10.1938 -0.843202 0.132005 0.521139 0 0 v -5.85046 2.73362 11.5419 -0.771861 0.214013 -0.598689 0 0 v -7.65186 -0.966504 11.5714 -0.999251 0.0187777 0.0338489 0 0 v -7.60414 -0.567584 11.5692 -0.969077 0.221169 -0.10943 0 0 v -7.57191 -0.466893 11.5695 -0.95039 0.261118 -0.169045 0 0 v -7.63344 -0.574163 10.194 -0.863797 0.0710447 0.498805 0 0 v -7.62817 -0.673203 10.1967 -0.887024 0.0398763 0.459998 0 0 v -3.1941 1.24567 13.6667 -0.681589 0.114088 0.722786 0 0 v -7.63686 -0.773664 10.1965 -0.897592 0.019442 0.440398 0 0 v -5.96826 3.84218 12.788 -0.728089 0.300066 -0.616317 0 0 v -5.37436 6.45127 14.0502 -0.804326 0.530658 -0.267324 0 0 v -7.63468 -0.873723 10.1961 -0.881942 0.00437498 0.471338 0 0 v -4.83424 7.10231 14.1933 -0.30512 0.95231 -0.00284765 0 0 v -7.62639 -0.973673 10.1978 -0.874161 -0.0184587 0.485286 0 0 v -5.26331 6.75031 14.3349 -0.780711 0.566742 -0.263237 0 0 v -6.37224 4.04366 13.35 -0.994798 -0.0926639 0.0423204 0 0 v -6.21334 2.33815 12.6595 -0.973701 -0.154357 0.167574 0 0 v -5.99745 2.74112 12.2325 -0.811989 0.263157 -0.520982 0 0 v -7.20765 0.0269464 11.8351 -0.716928 0.548446 0.430374 0 0 v -7.62737 -1.07386 10.1989 -0.862826 -0.0584735 0.502108 0 0 v -5.99394 3.53576 11.9553 -0.979852 0.0885483 0.179023 0 0 v -6.20341 1.33702 12.1074 -0.953106 0.0277714 0.301361 0 0 v -6.11348 4.14459 13.0657 -0.553505 0.398868 -0.73112 0 0 v -0.509404 3.15169 15.1211 -0.7193 0.636163 0.279114 0 0 v -5.38592 6.14588 13.2035 -0.936036 0.350174 -0.0348512 0 0 v -4.16694 1.92072 8.91986 -0.181562 0.716689 0.673344 0 0 v -0.669854 2.23988 8.62617 0.0280477 0.756533 0.653353 0 0 v -1.01001 1.90144 8.87757 -0.1586 0.508135 0.846549 0 0 v 5.20896 1.81276 7.08747 0.79198 0.491008 0.362876 0 0 v -1.17593 4.39977 3.85576 -0.642274 0.67632 -0.360659 0 0 v -1.27522 4.29686 3.86613 -0.742081 0.57577 -0.343226 0 0 v -1.4192 4.09893 3.87661 -0.81214 0.475052 -0.338754 0 0 v -1.46843 3.99642 3.88124 -0.844186 0.395094 -0.362285 0 0 v -1.51768 3.89637 3.88744 -0.839032 0.425698 -0.338831 0 0 v -1.57917 3.79518 3.89388 -0.863308 0.393315 -0.316233 0 0 v -1.61871 3.69567 3.89724 -0.883005 0.307385 -0.354706 0 0 v -1.64441 3.59574 3.89972 -0.891917 0.274716 -0.359187 0 0 v -1.67894 3.49407 3.90448 -0.907162 0.249848 -0.338575 0 0 v -1.7073 3.39507 3.90551 -0.894655 0.306021 -0.325491 0 0 v -1.74238 3.29421 3.91059 -0.911956 0.276802 -0.302848 0 0 v -1.80595 3.09426 3.91703 -0.885118 0.309652 -0.347392 0 0 v -1.84991 2.99619 3.91756 -0.838568 0.419046 -0.348144 0 0 v -1.90892 2.90232 3.9112 -0.847133 0.409218 -0.338978 0 0 v 1.19242 4.31387 6.22735 0.138226 0.813733 0.564564 0 0 v -0.785594 3.13211 7.56057 -0.06744 0.907907 0.413712 0 0 v -1.10884 2.95084 7.78126 -0.219441 0.744081 0.631022 0 0 v -3.24642 2.71507 7.94456 0.180787 0.860409 0.476458 0 0 v 2.14769 2.01724 9.14067 0.0311641 0.551794 0.833398 0 0 v 3.456 1.28325 9.19646 0.460188 0.409652 0.787662 0 0 v 1.95013 3.65365 6.55517 0.15946 0.415083 0.8957 0 0 v -0.215464 2.39953 8.58186 -0.193969 0.615933 0.763546 0 0 v -6.06547 1.70837 4.24269 -0.620172 0.628812 -0.469023 0 0 v -6.17169 1.60594 4.2532 -0.632157 0.603248 -0.486281 0 0 v -6.26876 1.50605 4.26052 -0.660179 0.554263 -0.506909 0 0 v -6.36293 1.40342 4.26945 -0.697657 0.513065 -0.500039 0 0 v -6.43312 1.30149 4.27994 -0.78635 0.336276 -0.51824 0 0 v -6.46351 1.19604 4.28466 -0.813068 0.137232 -0.565762 0 0 v -6.46313 1.09583 4.28539 -0.811307 0.00123375 -0.584619 0 0 v -6.46002 0.994987 4.28776 -0.75694 0.0699955 -0.649725 0 0 v -6.49681 0.895347 4.29064 -0.668529 0.367135 -0.646747 0 0 v -6.58048 0.795237 4.29778 -0.642016 0.484795 -0.593961 0 0 v -6.65699 0.697987 4.30098 -0.724806 0.370979 -0.580544 0 0 v -6.69128 0.596297 4.30504 -0.783996 0.215808 -0.582046 0 0 v -6.71696 0.496207 4.30646 -0.796681 0.133426 -0.589489 0 0 v -6.71505 0.395457 4.30814 -0.824382 0.075021 -0.56104 0 0 v -6.7299 0.295447 4.30783 -0.832883 0.0890333 -0.546241 0 0 v -6.73951 0.194897 4.31079 -0.823066 -0.0380636 -0.566669 0 0 v -6.72489 0.0949768 4.3121 -0.859893 -0.125078 -0.494914 0 0 v -6.70626 -0.00523324 4.30777 -0.882912 -0.125121 -0.452562 0 0 v -6.69384 -0.105263 4.30785 -0.918492 -0.0590676 -0.391002 0 0 v -6.69248 -0.205093 4.30911 -0.931094 -0.0389914 -0.362691 0 0 v -6.68722 -0.305063 4.31236 -0.92584 -0.0236491 -0.377175 0 0 v -6.69029 -0.405053 4.3115 -0.914437 -0.0186744 -0.404297 0 0 v -6.67722 -0.505083 4.31151 -0.888984 -0.0793213 -0.451016 0 0 v -6.66135 -0.605683 4.30576 -0.905002 -0.07895 -0.418017 0 0 v -6.65865 -0.705933 4.30738 -0.848988 -0.0719669 -0.523489 0 0 v -6.64384 -0.805833 4.3087 -0.823371 -0.192945 -0.533697 0 0 v -6.61435 -0.907503 4.3022 -0.829062 -0.218703 -0.514612 0 0 v -6.59493 -1.006 4.30642 -0.823363 -0.223589 -0.521614 0 0 v -6.56397 -1.10717 4.30105 -0.783456 -0.172789 -0.596943 0 0 v 1.73317 4.3363 5.77359 0.297627 0.941472 0.158266 0 0 v -4.47517 2.4701 8.07787 -0.337995 0.829325 0.444949 0 0 v -0.206124 3.44361 14.5387 -0.585615 0.793391 -0.16609 0 0 v -4.77576 1.93822 8.63096 -0.331712 0.810144 0.483358 0 0 v -0.952134 -4.46494 0.492075 -0.00540636 -0.888371 -0.459095 0 0 v -7.61558 -1.17386 10.1988 -0.842425 -0.122147 0.524786 0 0 v -7.61816 -1.56793 11.3 -0.983882 -0.178813 0.00115554 0 0 v -7.62666 -1.46754 11.2993 -0.99431 -0.0430501 -0.097444 0 0 v -5.89932 2.53387 11.5421 -0.793214 0.120374 -0.596927 0 0 v -5.95907 2.2337 11.5441 -0.775735 0.18573 -0.603108 0 0 v -5.99246 2.13283 11.5462 -0.792059 0.209783 -0.573265 0 0 v -7.39569 -0.0720736 11.567 -0.791417 0.605633 0.0828739 0 0 v -6.92852 0.432506 11.5616 -0.829361 0.553341 -0.0772909 0 0 v -6.2553 5.34597 13.9065 -0.472208 0.54989 -0.688941 0 0 v -5.58127 5.64074 12.2174 -0.948996 0.308392 -0.0655821 0 0 v -5.66414 5.03861 12.3638 -0.980479 0.118313 0.157042 0 0 v -5.4457 6.35065 14.0497 -0.777097 0.548409 -0.308818 0 0 v -7.60323 -1.2738 10.199 -0.833669 -0.125952 0.537709 0 0 v -2.96054 2.49341 8.49477 0.102845 0.911929 0.397252 0 0 v -7.58461 -1.37447 10.2014 -0.840727 -0.102202 0.531726 0 0 v -7.58054 -1.47382 10.2 -0.85243 -0.0848162 0.515916 0 0 v -5.69458 5.34531 13.3464 -0.897732 0.322025 -0.300628 0 0 v -5.51084 5.73975 12.4998 -0.970482 0.200168 0.134529 0 0 v -5.86996 3.53813 12.2331 -0.970293 0.0912763 0.224056 0 0 v -7.48569 -0.369124 11.8366 -0.773712 0.375269 0.510434 0 0 v -6.88128 0.533546 11.6987 -0.790998 0.611369 -0.0234385 0 0 v -5.73891 4.32084 11.7097 -0.502444 0.140404 -0.853134 0 0 v -6.00746 3.43589 11.9555 -0.984747 0.119203 0.126742 0 0 v -6.19991 1.43667 12.106 -0.973723 0.0372339 0.224671 0 0 v -5.70141 4.73991 12.6448 -0.977418 0.181457 -0.108292 0 0 v -6.02916 4.24472 13.0659 -0.58582 0.422016 -0.691894 0 0 v -7.44565 -2.27099 10.7534 -0.99648 0.0484032 0.0684444 0 0 v -7.57982 -0.970643 10.7472 -0.96664 -0.0899652 -0.23982 0 0 v 3.78662 2.66847 7.32447 0.22541 0.777547 0.587036 0 0 v -1.12018 1.89087 8.86837 -0.0529464 0.541596 0.83897 0 0 v 5.28096 1.73933 7.01936 0.797361 0.472921 0.374916 0 0 v -1.2438 4.40474 4.00145 -0.69059 0.641147 -0.334689 0 0 v -1.33115 4.30218 4.00975 -0.739767 0.571128 -0.355748 0 0 v -1.40572 4.19925 4.01696 -0.785317 0.521881 -0.333044 0 0 v -1.47219 4.10052 4.02155 -0.804948 0.486444 -0.339752 0 0 v -1.53485 3.99918 4.02794 -0.8747 0.362217 -0.322023 0 0 v -1.56202 3.89982 4.0272 -0.880633 0.383354 -0.278434 0 0 v -1.6238 3.79846 4.03612 -0.864351 0.426971 -0.265691 0 0 v -1.67333 3.6987 4.04218 -0.895829 0.346701 -0.278007 0 0 v -1.7099 3.59737 4.04488 -0.899268 0.290083 -0.327367 0 0 v -1.73035 3.49481 4.04953 -0.901477 0.246184 -0.355996 0 0 v -1.76834 3.39494 4.05301 -0.884681 0.274887 -0.376533 0 0 v -1.79386 3.29485 4.05576 -0.906308 0.257496 -0.335116 0 0 v -1.83193 3.19486 4.05927 -0.891923 0.309096 -0.330049 0 0 v -1.86992 3.09522 4.06291 -0.884384 0.320754 -0.339091 0 0 v -1.90118 2.9973 4.06351 -0.853481 0.400997 -0.332824 0 0 v 2.91438 3.73627 6.06968 0.504741 0.663168 0.55267 0 0 v 1.52475 3.02757 7.66317 0.332495 0.898895 0.285367 0 0 v -1.40923 2.42259 8.42206 0.0694592 0.717523 0.693063 0 0 v 3.26046 3.57421 5.91667 0.418854 0.757257 0.501123 0 0 v 3.16923 3.60566 5.94609 0.450303 0.708099 0.543896 0 0 v -3.34174 2.73077 7.96167 0.148597 0.870254 0.469655 0 0 v 1.85271 2.80693 8.38847 0.00730071 0.814165 0.580587 0 0 v 2.05355 2.78938 8.37077 0.156694 0.844503 0.512114 0 0 v 2.15452 2.77694 8.36037 0.23111 0.811832 0.536206 0 0 v 1.18787 1.81202 9.33006 0.205762 0.687442 0.69648 0 0 v 1.30133 3.24803 6.92657 0.0916683 0.896067 0.43435 0 0 v 1.7536 3.6855 6.58604 0.173467 0.455919 0.872953 0 0 v -6.1612 1.7081 4.38924 -0.63864 0.663959 -0.38897 0 0 v -6.27861 1.60459 4.40058 -0.678897 0.623556 -0.387657 0 0 v -6.36385 1.50496 4.40673 -0.72634 0.577407 -0.37287 0 0 v -6.4428 1.39953 4.41633 -0.783804 0.507532 -0.357857 0 0 v -6.50494 1.29996 4.42068 -0.826429 0.409731 -0.386181 0 0 v -6.55243 1.20102 4.42669 -0.863548 0.227629 -0.449966 0 0 v -6.56846 1.09562 4.43111 -0.838869 0.136875 -0.526844 0 0 v -6.59147 0.995307 4.43356 -0.785165 0.230879 -0.57464 0 0 v -6.62905 0.895727 4.43601 -0.744273 0.3862 -0.544891 0 0 v -6.70047 0.795537 4.44231 -0.747138 0.451974 -0.487345 0 0 v -6.75139 0.696857 4.44498 -0.812715 0.336579 -0.475615 0 0 v -6.78804 0.597037 4.44778 -0.825342 0.270973 -0.495362 0 0 v -6.82337 0.496547 4.45125 -0.834662 0.153511 -0.528937 0 0 v -6.83244 0.396627 4.45685 -0.840344 0.0724399 -0.537191 0 0 v -6.84441 0.296347 4.45694 -0.830536 0.0994104 -0.548022 0 0 v -6.854 0.195417 4.45842 -0.814195 -0.00437095 -0.580575 0 0 v -6.83171 0.0956067 4.45636 -0.773392 -0.171809 -0.610202 0 0 v -6.79886 -0.00437322 4.45209 -0.78092 -0.142112 -0.60825 0 0 v -6.78511 -0.104443 4.45286 -0.781197 -0.0974054 -0.616639 0 0 v -6.7647 -0.204353 4.44918 -0.821566 -0.0783967 -0.564697 0 0 v -6.75988 -0.304423 4.45296 -0.793863 -0.00784854 -0.608046 0 0 v -6.76175 -0.404313 4.45203 -0.760483 0.0369519 -0.648306 0 0 v -6.77305 -0.504303 4.45401 -0.792095 0.0384569 -0.609185 0 0 v -6.78411 -0.604373 4.45589 -0.723109 0.00944299 -0.690669 0 0 v -6.77483 -0.804613 4.45411 -0.685422 -0.0960384 -0.721785 0 0 v -6.74285 -0.905753 4.4481 -0.682723 -0.183739 -0.707198 0 0 v -5.26473 2.69687 5.62701 -0.409519 0.897145 0.165607 0 0 v -3.56442 3.1077 5.66286 0.0512379 0.996455 -0.0667259 0 0 v -3.46435 3.11993 5.66433 -0.0962549 0.995228 0.0160137 0 0 v -3.36518 3.12604 5.66509 -0.088464 0.996006 0.0120837 0 0 v -3.26537 3.14009 5.66641 -0.12946 0.991213 -0.0271322 0 0 v -3.16502 3.14971 5.66767 -0.053345 0.998164 -0.0286882 0 0 v -5.2809 1.78811 10.2308 0.0168188 0.998221 0.057195 0 0 v -7.56889 -1.57375 10.2001 -0.843054 -0.126036 0.522852 0 0 v -7.61715 -0.666954 11.5698 -0.984361 0.165763 -0.0596422 0 0 v -6.16213 6.04976 14.4653 -0.53136 0.683208 -0.500883 0 0 v -7.62676 -1.36746 11.2989 -0.98993 -0.0113979 -0.141099 0 0 v -7.62721 -1.26752 11.2983 -0.990688 -0.0544693 -0.124785 0 0 v -7.63053 -1.16771 11.2977 -0.995428 -0.0768008 -0.05679 0 0 v -6.71834 0.828466 11.4182 -0.850284 0.491458 0.188379 0 0 v -6.76826 0.729606 11.4198 -0.857594 0.484107 0.173704 0 0 v -6.85737 0.533306 11.5604 -0.807048 0.589766 0.0291448 0 0 v -7.55542 -1.67337 10.1998 -0.840727 -0.151149 0.519935 0 0 v -7.44165 -0.962994 11.9733 -0.633473 -0.0858294 0.76899 0 0 v -6.77394 0.525276 11.9618 -0.568168 0.523888 0.634607 0 0 v -5.66817 4.93929 12.3645 -0.981246 0.121563 0.149593 0 0 v -5.36189 6.24417 12.778 -0.950179 0.305755 0.0606053 0 0 v -5.41039 6.14771 13.4857 -0.909291 0.398563 -0.119734 0 0 v -0.781994 3.97686 6.27764 -0.329635 0.36981 0.868666 0 0 v 1.50075 3.31898 6.80535 0.147942 0.635551 0.757752 0 0 v -5.65883 5.44524 13.3461 -0.895295 0.349695 -0.275972 0 0 v -5.86837 3.63801 12.2326 -0.960126 0.0734392 0.269749 0 0 v -7.52704 -0.465844 11.8428 -0.820099 0.282216 0.497786 0 0 v -6.78467 0.632746 11.6969 -0.743135 0.667869 0.0412443 0 0 v -5.65596 4.62317 11.6996 -0.381586 0.172058 -0.908178 0 0 v -6.19978 1.53684 12.1054 -0.98759 0.0720601 0.139549 0 0 v -5.72286 4.6396 12.6453 -0.972336 0.193356 -0.13106 0 0 v -5.96592 4.34241 13.069 -0.668009 0.389143 -0.634296 0 0 v -3.35938 1.14505 13.5253 -0.723538 0.110479 0.681386 0 0 v -7.53419 -1.77348 10.2008 -0.839838 -0.16465 0.517264 0 0 v -7.5117 -1.87368 10.2011 -0.843165 -0.172728 0.509155 0 0 v 3.58942 2.69747 7.35187 0.201219 0.740464 0.641267 0 0 v 3.0047 2.65529 8.06256 0.405999 0.811474 0.420327 0 0 v 1.6367 2.79875 8.38157 -0.125637 0.797342 0.590306 0 0 v -1.32877 4.40078 4.15224 -0.695131 0.644815 -0.317815 0 0 v -1.40013 4.30773 4.15506 -0.766125 0.541395 -0.346329 0 0 v -1.46295 4.20331 4.15757 -0.784522 0.503445 -0.362034 0 0 v -1.53754 4.10146 4.16746 -0.828619 0.437971 -0.348672 0 0 v -1.57428 3.99867 4.17327 -0.895627 0.30052 -0.327934 0 0 v -1.61052 3.89906 4.17583 -0.892314 0.347347 -0.288316 0 0 v -1.65958 3.7979 4.18145 -0.883511 0.405086 -0.235188 0 0 v -1.70136 3.69993 4.18314 -0.850851 0.431195 -0.300207 0 0 v -1.76232 3.59834 4.1899 -0.870728 0.32457 -0.36944 0 0 v -1.83248 3.39555 4.19911 -0.910456 0.208082 -0.357452 0 0 v -1.8452 3.29579 4.20077 -0.930347 0.205278 -0.303834 0 0 v -1.88335 3.19562 4.20424 -0.912207 0.318357 -0.257929 0 0 v -1.92136 3.09593 4.2079 -0.895214 0.363664 -0.257565 0 0 v -1.97337 2.99645 4.21228 -0.871728 0.419122 -0.253824 0 0 v 1.08681 3.33607 6.82022 0.0438862 0.575835 0.816387 0 0 v 4.04383 2.81934 6.90256 0.520623 0.770667 0.367457 0 0 v 3.79776 3.3685 5.72171 0.368287 0.89893 0.237254 0 0 v -3.44749 2.73588 7.96467 0.0649882 0.889313 0.452657 0 0 v -3.56164 2.74515 7.96057 -0.0409541 0.891585 0.450999 0 0 v 1.95494 2.80125 8.38297 0.125747 0.822935 0.554045 0 0 v 3.30578 2.43641 8.22556 0.281472 0.854279 0.437014 0 0 v 3.49566 2.38967 8.18407 0.388497 0.8232 0.414019 0 0 v -4.03736 1.60431 9.36997 0.27238 0.877101 0.395605 0 0 v -2.25139 1.58006 9.33747 0.279035 0.464964 0.840207 0 0 v 1.65503 3.70027 6.59835 0.174854 0.448873 0.876322 0 0 v 3.32786 2.29729 8.46837 0.346407 0.765182 0.542677 0 0 v -6.33784 1.60356 4.54254 -0.724753 0.625965 -0.287925 0 0 v -6.42509 1.50552 4.54792 -0.755486 0.576247 -0.311738 0 0 v -6.49407 1.40122 4.55488 -0.809584 0.498356 -0.310184 0 0 v -6.56195 1.2977 4.56359 -0.860899 0.429188 -0.273223 0 0 v -6.60817 1.19761 4.56744 -0.893062 0.335376 -0.299938 0 0 v -6.64472 1.09783 4.57151 -0.88636 0.282293 -0.366982 0 0 v -6.67635 0.996487 4.57539 -0.866376 0.299695 -0.399469 0 0 v -6.7137 0.896667 4.57761 -0.835488 0.397073 -0.379858 0 0 v -6.77352 0.796717 4.58281 -0.841931 0.428312 -0.328177 0 0 v -6.82284 0.697127 4.58634 -0.875372 0.365015 -0.316998 0 0 v -6.85942 0.598027 4.58828 -0.882011 0.328606 -0.33775 0 0 v -6.8975 0.497917 4.59155 -0.907107 0.19225 -0.374429 0 0 v -6.90194 0.396407 4.5947 -0.887963 0.139553 -0.438232 0 0 v -6.92732 0.296177 4.59822 -0.851763 0.177241 -0.493036 0 0 v -6.95019 0.196137 4.60055 -0.853181 0.102481 -0.511449 0 0 v -6.94885 0.0961167 4.60194 -0.826483 -0.0659748 -0.559082 0 0 v -6.93287 -0.00408325 4.60441 -0.781914 -0.0968818 -0.615812 0 0 v -6.92447 -0.103623 4.60193 -0.760246 -0.0354785 -0.648666 0 0 v -6.92585 -0.203533 4.60151 -0.728722 -0.00570613 -0.684786 0 0 v -6.9265 -0.303853 4.60173 -0.710532 0.00496601 -0.703647 0 0 v -6.92416 -0.403953 4.60403 -0.718239 0.0122115 -0.695689 0 0 v -6.95074 -0.603813 4.60502 -0.734439 0.0463792 -0.677088 0 0 v -6.94925 -0.703393 4.60641 -0.753092 -0.0632767 -0.654866 0 0 v -6.93558 -0.803023 4.60719 -0.761735 -0.156308 -0.628751 0 0 v 0.728666 3.24992 7.27476 0.076403 0.971493 0.22442 0 0 v -1.66634 3.46557 5.69751 -0.484383 0.750794 0.449091 0 0 v -6.79534 -1.20343 4.59604 -0.787871 -0.338203 -0.514663 0 0 v -6.75026 -1.30411 4.59138 -0.797796 -0.330857 -0.504039 0 0 v -6.70242 -1.4041 4.58819 -0.815737 -0.283377 -0.504252 0 0 v -6.66529 -1.50244 4.58505 -0.797058 -0.219647 -0.562543 0 0 v -3.06443 3.15557 5.66874 0.00335166 0.999398 -0.0345456 0 0 v -2.96476 3.14813 5.66806 0.0742054 0.996094 -0.0478487 0 0 v -7.49002 -1.97388 10.2019 -0.874189 -0.157058 0.459484 0 0 v -7.43361 -0.370184 11.1576 -0.799229 0.56859 -0.194778 0 0 v -3.63443 0.745476 13.2359 -0.570198 -0.212276 0.793607 0 0 v -0.841324 -4.46753 0.512785 0.0602286 -0.938095 -0.341102 0 0 v -5.56774 2.44301 11.2218 -0.303028 0.306757 -0.902261 0 0 v -7.64257 -1.06796 11.2972 -0.997571 -0.0692904 0.00711057 0 0 v -6.16538 1.4349 11.4106 -0.834303 0.502899 -0.225901 0 0 v -6.82693 0.629076 11.4207 -0.860969 0.492384 0.127633 0 0 v -6.24772 1.3341 11.5508 -0.914944 0.397764 -0.0682685 0 0 v 5.47348 1.0024 7.27347 0.67305 0.426046 0.604557 0 0 v -5.9582 3.83506 11.8148 -0.927904 0.125667 -0.351003 0 0 v -6.68616 0.620316 11.9549 -0.557687 0.536468 0.633394 0 0 v -5.97735 3.03978 12.3732 -0.737118 0.358093 -0.573085 0 0 v -5.36367 6.24825 13.4858 -0.906706 0.411794 -0.0911658 0 0 v -5.14254 6.84922 14.1944 -0.765244 0.61618 -0.186342 0 0 v -5.9865 4.951 13.4803 -0.53792 0.479563 -0.693298 0 0 v 1.26234 3.05048 7.87127 0.283636 0.841731 0.459391 0 0 v 3.85874 1.6099 8.75997 0.492216 0.508261 0.706678 0 0 v -7.40295 -2.7681 10.7534 -0.943069 -0.236611 0.233742 0 0 v -5.55683 5.53925 12.5007 -0.969557 0.193678 0.14983 0 0 v -7.541 -0.564974 11.8448 -0.837935 0.165256 0.520149 0 0 v -2.35672 1.84611 14.2385 -0.617793 0.398871 0.677668 0 0 v -6.18543 1.63664 12.1049 -0.988369 0.14668 0.0401371 0 0 v -5.74493 4.53906 12.6464 -0.967856 0.193725 -0.160394 0 0 v -5.74131 4.94337 13.0662 -0.924665 0.270571 -0.26793 0 0 v -7.8764 -1.1769 9.65286 -0.961481 -0.0508926 0.270118 0 0 v -7.23633 0.128406 10.7382 -0.910749 0.235835 0.338997 0 0 v -7.52828 0.419506 9.36377 -0.833113 0.5531 -0.00207419 0 0 v 1.46241 2.93953 7.95057 0.0467548 0.947167 0.317316 0 0 v 3.09431 2.62154 8.02876 0.425915 0.845775 0.321343 0 0 v 2.33919 2.81391 8.20777 0.301177 0.811273 0.501127 0 0 v -1.38085 4.40263 4.29771 -0.692375 0.680426 -0.240077 0 0 v -1.4719 4.30366 4.30465 -0.753279 0.582489 -0.305414 0 0 v -1.53826 4.20459 4.30904 -0.798317 0.504746 -0.328514 0 0 v -1.60132 4.10205 4.31422 -0.853349 0.400691 -0.333531 0 0 v -1.6392 4.00105 4.31784 -0.903549 0.259329 -0.341098 0 0 v -1.65527 3.89641 4.32345 -0.900771 0.288698 -0.324445 0 0 v -1.70215 3.80072 4.32438 -0.834014 0.448421 -0.321463 0 0 v -1.78605 3.69831 4.3335 -0.826323 0.459835 -0.325179 0 0 v -1.82054 3.59643 4.33835 -0.903045 0.314059 -0.293048 0 0 v -1.85841 3.49665 4.34136 -0.920793 0.274042 -0.277564 0 0 v -1.88388 3.39673 4.34423 -0.959532 0.115906 -0.256639 0 0 v -1.88395 3.29669 4.34502 -0.960545 0.155316 -0.230719 0 0 v -1.90923 3.19668 4.34707 -0.933628 0.288987 -0.211721 0 0 v -1.94748 3.0963 4.35098 -0.921613 0.357295 -0.151559 0 0 v -1.99109 3.00615 4.34926 -0.927394 0.373366 -0.0231971 0 0 v 3.95664 2.85927 6.94027 0.493845 0.765499 0.412465 0 0 v 5.92198 1.04419 3.30667 0.149842 0.812168 0.563853 0 0 v -3.14435 2.70294 7.93437 0.0559316 0.872404 0.485575 0 0 v -0.0123039 2.66325 8.26276 0.108405 0.808968 0.57777 0 0 v 0.0939162 2.66166 8.26157 0.0285424 0.856998 0.51453 0 0 v 3.2099 2.45725 8.24597 0.290016 0.849662 0.440414 0 0 v -2.54251 1.63414 9.38857 0.215256 0.429158 0.877205 0 0 v -5.83522 2.20518 4.63776 -0.737253 0.587471 -0.33367 0 0 v -5.90055 2.10508 4.64033 -0.782894 0.520795 -0.340367 0 0 v -5.96945 2.00699 4.64757 -0.709343 0.610268 -0.352712 0 0 v -1.83323 3.3835 1.5354 -0.250174 0.370471 0.894519 0 0 v -6.29292 1.7082 4.67222 -0.702668 0.642979 -0.304689 0 0 v -6.38931 1.60662 4.68009 -0.725299 0.618494 -0.302336 0 0 v -6.48453 1.50442 4.68864 -0.77515 0.562833 -0.286986 0 0 v -6.54415 1.40319 4.6938 -0.855794 0.442946 -0.267237 0 0 v -6.58787 1.29949 4.70081 -0.890249 0.396073 -0.224905 0 0 v -6.64316 1.19785 4.70611 -0.886795 0.399054 -0.23313 0 0 v -6.6831 1.09924 4.7079 -0.90061 0.349147 -0.258839 0 0 v -6.72554 0.997257 4.71347 -0.90318 0.332319 -0.271718 0 0 v -6.761 0.896897 4.717 -0.905313 0.360066 -0.225299 0 0 v -6.80668 0.795997 4.72104 -0.901121 0.401073 -0.164684 0 0 v -6.85403 0.695787 4.72557 -0.902797 0.398948 -0.160619 0 0 v -6.89972 0.595077 4.73025 -0.900968 0.390978 -0.188129 0 0 v -6.94504 0.494027 4.73506 -0.921423 0.304025 -0.241967 0 0 v -6.97588 0.396897 4.73528 -0.902993 0.278594 -0.327092 0 0 v -7.00303 0.297767 4.73651 -0.8957 0.238387 -0.375357 0 0 v -7.02625 0.197497 4.73898 -0.897564 0.131063 -0.420954 0 0 v -7.03446 0.0966867 4.74172 -0.8965 0.0313081 -0.441937 0 0 v -7.03148 -0.00330326 4.74393 -0.872132 -0.0289503 -0.488414 0 0 v -7.03312 -0.103123 4.74373 -0.83975 0.0422411 -0.541328 0 0 v -7.04686 -0.203153 4.74426 -0.815432 0.0778285 -0.573597 0 0 v -7.0581 -0.303023 4.74624 -0.816514 0.0499955 -0.575157 0 0 v -7.05963 -0.403133 4.7458 -0.827304 -0.0441251 -0.560019 0 0 v -7.04562 -0.502963 4.74672 -0.814371 0.00754942 -0.580295 0 0 v -7.05668 -0.602623 4.74829 -0.85808 0.00704185 -0.513468 0 0 v -7.05674 -0.702483 4.74886 -0.870943 -0.109757 -0.47897 0 0 v -7.03447 -0.802493 4.74672 -0.84574 -0.192831 -0.497533 0 0 v -7.00703 -0.901423 4.74729 -0.840075 -0.253561 -0.479563 0 0 v -6.97292 -1.00166 4.74439 -0.821785 -0.29909 -0.48499 0 0 v -6.92786 -1.1025 4.74 -0.804756 -0.377747 -0.457903 0 0 v -6.87817 -1.20197 4.73796 -0.80959 -0.428184 -0.401524 0 0 v -6.82133 -1.30314 4.73265 -0.832135 -0.363712 -0.418646 0 0 v -6.77867 -1.40422 4.72668 -0.857491 -0.206689 -0.471158 0 0 v -6.76601 -1.50406 4.72654 -0.823792 -0.112823 -0.555551 0 0 v -6.76271 -1.60318 4.7289 -0.817744 -0.0968916 -0.567368 0 0 v -6.74126 -1.70399 4.72599 -0.795691 -0.202493 -0.570853 0 0 v 2.42933 2.94042 7.55306 0.174038 0.957918 0.228263 0 0 v 4.12197 1.872 8.25886 0.527762 0.613982 0.586935 0 0 v -7.52039 -0.472334 11.1576 -0.8175 0.575512 -0.0219126 0 0 v -0.621824 4.28497 6.18711 -0.252784 0.538143 0.804054 0 0 v -5.85712 3.73805 12.2321 -0.957982 0.127791 0.256787 0 0 v -5.65702 2.34071 11.2217 -0.496153 0.378774 -0.781257 0 0 v -6.15121 1.43309 11.2713 -0.702009 0.711524 0.0302735 0 0 v -6.10766 1.53507 11.4072 -0.837894 0.431096 -0.334799 0 0 v -7.38797 -0.0699236 11.4308 -0.793327 0.581162 -0.181338 0 0 v -6.21182 1.43415 11.5501 -0.908082 0.367652 -0.20055 0 0 v -6.58143 0.723406 11.958 -0.590265 0.557672 0.5836 0 0 v -6.05036 2.94 12.374 -0.62848 0.404884 -0.66414 0 0 v -5.18471 6.64919 13.4857 -0.90104 0.433134 -0.0228383 0 0 v -5.22533 6.74796 14.1941 -0.792283 0.57085 -0.215449 0 0 v -6.0921 4.84957 13.4814 -0.471682 0.491694 -0.731951 0 0 v -5.33688 6.65178 14.3336 -0.738898 0.597212 -0.312038 0 0 v -5.6756 5.64922 13.6254 -0.838506 0.402522 -0.367267 0 0 v -6.30266 3.54178 12.9312 -0.843415 0.229266 -0.485889 0 0 v -5.67463 4.83908 12.5047 -0.983122 0.18272 0.00914624 0 0 v -5.82253 4.0383 12.2306 -0.948401 0.149352 0.279697 0 0 v -7.5728 -0.765034 11.8444 -0.878313 0.0262514 0.477365 0 0 v -5.43285 6.451 14.1911 -0.755941 0.559946 -0.339137 0 0 v -5.29862 6.45155 12.7819 -0.858652 0.492142 -0.143227 0 0 v -6.04413 3.13576 11.9574 -0.989433 0.109997 0.0944672 0 0 v -6.17716 1.73683 12.1046 -0.987047 0.098296 -0.126789 0 0 v -5.7602 4.44016 12.6464 -0.97289 0.171219 -0.155466 0 0 v -5.71483 5.04264 13.0665 -0.929207 0.273765 -0.248249 0 0 v -0.436714 3.15523 15.2707 -0.713386 0.589447 0.378988 0 0 v -0.748504 3.54226 6.43814 -0.280023 0.381418 0.88097 0 0 v 4.38783 1.57035 8.35287 0.487549 0.554711 0.674234 0 0 v -7.78068 -0.0789035 9.23277 -0.956166 0.269601 0.114292 0 0 v 3.18498 2.58908 7.99887 0.377125 0.880537 0.28711 0 0 v 2.24328 2.83394 8.22746 0.234416 0.850178 0.471429 0 0 v -3.95807 2.48978 8.30727 -0.17053 0.839124 0.516518 0 0 v -2.93423 1.79623 9.35557 0.00368387 0.594157 0.804341 0 0 v -1.41999 4.40389 4.44236 -0.657444 0.742203 -0.130007 0 0 v -1.52395 4.30461 4.45073 -0.757731 0.629434 -0.172209 0 0 v -1.58852 4.20288 4.45447 -0.829376 0.520335 -0.20344 0 0 v -1.65115 4.10199 4.4611 -0.869001 0.435017 -0.235789 0 0 v -1.69179 4.00262 4.46394 -0.919763 0.281017 -0.273981 0 0 v -1.71623 3.90108 4.46203 -0.927582 0.274665 -0.253282 0 0 v -1.75542 3.80095 4.47321 -0.89033 0.440985 -0.113337 0 0 v -1.82468 3.69891 4.47779 -0.900182 0.425085 -0.0947378 0 0 v -1.86171 3.59812 4.48206 -0.931308 0.343631 -0.120763 0 0 v -1.90987 3.3974 4.48706 -0.97739 0.167218 -0.129409 0 0 v -1.92267 3.29713 4.48874 -0.966976 0.195227 -0.163839 0 0 v -1.94801 3.19705 4.49096 -0.97289 0.199639 -0.116746 0 0 v -1.96068 3.09727 4.49267 -0.983803 0.178909 -0.0111035 0 0 v -1.97334 2.99745 4.494 -0.923348 0.383381 -0.0211679 0 0 v 0.469836 4.25734 6.36205 0.0271505 0.630117 0.776026 0 0 v -0.421894 2.69126 8.29036 -0.137982 0.69324 0.707375 0 0 v -5.79941 2.30598 4.77141 -0.688433 0.643241 -0.335113 0 0 v -5.89686 2.20645 4.77816 -0.736774 0.580449 -0.346761 0 0 v -5.97066 2.1078 4.78286 -0.747541 0.545739 -0.378619 0 0 v -6.04334 2.00925 4.78786 -0.672022 0.614699 -0.412955 0 0 v 0.659906 2.37497 8.73967 -0.00733552 0.800819 0.598862 0 0 v -6.37571 1.70555 4.81541 -0.738843 0.573002 -0.354655 0 0 v -6.44539 1.60292 4.82253 -0.757959 0.585252 -0.288061 0 0 v -6.53098 1.50322 4.82819 -0.784795 0.542542 -0.299576 0 0 v -6.58887 1.40106 4.83336 -0.854261 0.39776 -0.3347 0 0 v -6.62516 1.30115 4.83629 -0.845413 0.387883 -0.367183 0 0 v -6.67512 1.20188 4.83996 -0.844327 0.376629 -0.381133 0 0 v -6.72004 1.10006 4.8443 -0.876292 0.318039 -0.36189 0 0 v -6.75896 0.997007 4.85246 -0.916275 0.26141 -0.303487 0 0 v -6.78466 0.897437 4.85424 -0.919335 0.296194 -0.259021 0 0 v -6.82167 0.797897 4.85683 -0.907392 0.359726 -0.21734 0 0 v -6.86922 0.697617 4.86071 -0.90449 0.390776 -0.170858 0 0 v -6.91666 0.597437 4.86466 -0.904954 0.401856 -0.139896 0 0 v -6.96297 0.496877 4.86904 -0.912383 0.384778 -0.139655 0 0 v -7.00857 0.396287 4.87368 -0.922037 0.354783 -0.154846 0 0 v -7.04871 0.297627 4.87565 -0.921196 0.331927 -0.203032 0 0 v -7.08192 0.197267 4.87944 -0.946239 0.205323 -0.249948 0 0 v -7.09433 0.0973967 4.88078 -0.96338 0.0523593 -0.262978 0 0 v -7.09573 -0.00221324 4.88072 -0.950503 0.0595028 -0.304966 0 0 v -7.11627 -0.202823 4.88479 -0.929442 0.113935 -0.350936 0 0 v -7.13205 -0.302303 4.88478 -0.940828 0.0842319 -0.32825 0 0 v -7.14026 -0.402433 4.88761 -0.952039 -0.0139798 -0.305656 0 0 v -7.1267 -0.502183 4.88742 -0.924377 -0.0547976 -0.377525 0 0 v -7.12645 -0.601883 4.88807 -0.954427 -0.0629364 -0.291734 0 0 v -7.11627 -0.701543 4.88745 -0.946116 -0.121434 -0.300198 0 0 v -7.095 -0.801813 4.88534 -0.928881 -0.210563 -0.304703 0 0 v -7.04283 -1.00017 4.88458 -0.903392 -0.274206 -0.329687 0 0 v -7.00577 -1.09981 4.88319 -0.847396 -0.402101 -0.346748 0 0 v -6.94628 -1.19979 4.87929 -0.817572 -0.471577 -0.330442 0 0 v -6.88181 -1.30221 4.87205 -0.875913 -0.336697 -0.345561 0 0 v -6.8559 -1.40174 4.8716 -0.897097 -0.150646 -0.415358 0 0 v -6.85818 -1.50237 4.87107 -0.889956 -0.024811 -0.45537 0 0 v -6.85576 -1.60194 4.87284 -0.892403 -0.11247 -0.436997 0 0 v -6.83469 -1.70232 4.87015 -0.863987 -0.221802 -0.45203 0 0 v 3.69706 1.99789 8.56076 0.397248 0.648542 0.649297 0 0 v -7.47152 -2.07406 10.2034 -0.938377 -0.0506843 0.341877 0 0 v -5.92315 1.63233 11.1282 -0.702236 0.666789 -0.249514 0 0 v -6.05355 1.53068 11.1307 -0.601417 0.797875 0.0411543 0 0 v -6.2374 1.42128 11.1311 -0.531759 0.811573 0.242035 0 0 v -7.46841 -2.17373 10.2029 -0.958511 -0.056283 0.279446 0 0 v -7.46636 -2.27375 10.2028 -0.983205 -0.00265894 0.182488 0 0 v -6.29106 1.32906 11.2727 -0.595876 0.764221 0.246774 0 0 v -7.13398 -1.85967 8.11117 -0.596894 -0.0499983 -0.800761 0 0 v -7.44931 -0.167024 11.4304 -0.864964 0.45201 -0.218001 0 0 v -6.17601 1.53391 11.5493 -0.906262 0.293538 -0.30418 0 0 v -6.41659 0.935976 11.9713 -0.727397 0.469664 0.50031 0 0 v -6.143 2.83858 12.3767 -0.661538 0.304818 -0.685167 0 0 v -6.24 4.74289 13.4897 -0.486269 0.469833 -0.736749 0 0 v -5.42165 6.55215 14.3321 -0.715102 0.597003 -0.363616 0 0 v 3.77059 1.64921 8.79527 0.473181 0.496992 0.727392 0 0 v -4.79228 7.08406 14.45 -0.0889487 0.971083 0.221553 0 0 v -3.60774 1.14078 13.2336 -0.74824 0.314398 0.584201 0 0 v -5.68853 4.73931 12.5053 -0.987264 0.159089 0.000179083 0 0 v -5.78337 4.33767 12.2282 -0.957488 0.16463 0.236882 0 0 v -7.57288 -0.864914 11.8448 -0.811466 -0.037768 0.583179 0 0 v -3.45565 0.845746 13.3822 -0.603343 -0.206295 0.770337 0 0 v -6.05716 3.03611 11.9577 -0.9633 0.112256 0.243825 0 0 v -6.16092 1.83687 12.1042 -0.919534 0.174037 -0.352376 0 0 v -5.78336 4.33969 12.6472 -0.961658 0.192824 -0.195019 0 0 v -5.91926 4.44313 13.0679 -0.760276 0.342096 -0.552224 0 0 v -5.89048 5.2508 13.622 -0.62179 0.479987 -0.618861 0 0 v -0.513274 3.05557 15.2711 -0.723418 0.538873 0.431605 0 0 v -7.28079 0.619797 8.40487 -0.654416 0.604248 -0.454559 0 0 v -7.46525 -2.37352 10.2033 -0.993065 0.0157284 0.116509 0 0 v -7.80302 -0.179044 9.23377 -0.96794 0.232695 0.0945751 0 0 v 3.27677 2.5594 7.97037 0.329078 0.905974 0.266307 0 0 v 2.1425 2.846 8.23757 0.178373 0.876928 0.446296 0 0 v -3.84354 2.50601 8.32226 -0.182841 0.850721 0.49279 0 0 v 0.146686 4.24888 6.353 -0.0738312 0.622303 0.779287 0 0 v -1.42271 4.40721 4.5837 -0.648277 0.75923 -0.0575055 0 0 v -1.53891 4.30686 4.59308 -0.767416 0.640841 -0.0198692 0 0 v -1.61299 4.20387 4.60008 -0.827648 0.557746 -0.0626005 0 0 v -1.67952 4.10431 4.60517 -0.877727 0.474645 -0.0656325 0 0 v -1.72118 4.00488 4.60814 -0.962947 0.263977 -0.0552216 0 0 v -1.73198 3.90117 4.6121 -0.977394 0.2082 -0.0367905 0 0 v -1.75495 3.8003 4.61452 -0.950928 0.308322 -0.0259544 0 0 v -1.80234 3.70046 4.617 -0.889091 0.450718 0.0798206 0 0 v -1.87311 3.59829 4.62419 -0.917596 0.394325 0.0502469 0 0 v -1.8987 3.49805 4.62652 -0.980147 0.198008 0.0102241 0 0 v -1.91354 3.39892 4.628 -0.981664 0.189902 -0.0165103 0 0 v -1.93589 3.29802 4.6303 -0.976731 0.204892 -0.063365 0 0 v -1.9486 3.19809 4.63215 -0.965635 0.201745 -0.163856 0 0 v -1.96125 3.09823 4.63331 -0.937239 0.222869 -0.268166 0 0 v -4.68626 7.13184 14.221 0.222354 0.953905 0.201552 0 0 v 3.78419 2.75543 7.21927 0.247355 0.745405 0.61902 0 0 v -0.311374 2.70015 8.29826 0.0108276 0.686566 0.726987 0 0 v 3.4022 2.41596 8.20796 0.322544 0.83973 0.436829 0 0 v -0.988434 2.42354 8.42097 -0.0239463 0.795635 0.605303 0 0 v -0.882284 2.42401 8.42087 -0.0050966 0.769987 0.638039 0 0 v -5.87599 2.30831 4.91226 -0.683653 0.595255 -0.422243 0 0 v -5.95751 2.2074 4.9184 -0.720666 0.560073 -0.408606 0 0 v -6.04373 2.10933 4.92355 -0.682414 0.592356 -0.428281 0 0 v -6.14931 2.00804 4.93265 -0.606054 0.658271 -0.446518 0 0 v -6.37296 1.8036 4.95224 -0.744639 0.536256 -0.39742 0 0 v -6.42894 1.70015 4.95878 -0.805008 0.49065 -0.333505 0 0 v -6.50572 1.60313 4.96254 -0.744939 0.591644 -0.308259 0 0 v -6.59255 1.5052 4.96723 -0.76098 0.558723 -0.329755 0 0 v -6.65605 1.40463 4.96877 -0.777686 0.463232 -0.424994 0 0 v -6.7209 1.30192 4.97819 -0.753965 0.412962 -0.510881 0 0 v -6.76689 1.20294 4.97794 -0.78799 0.300784 -0.537215 0 0 v -6.79792 1.09823 4.9889 -0.827538 0.194128 -0.526778 0 0 v -6.81723 0.997657 4.99409 -0.851472 0.165093 -0.497735 0 0 v -6.84299 0.897707 4.99474 -0.848274 0.230136 -0.476937 0 0 v -6.86885 0.798177 4.99572 -0.855153 0.265348 -0.445314 0 0 v -6.89727 0.699737 4.996 -0.883044 0.276361 -0.379287 0 0 v -6.93564 0.600397 4.99839 -0.874588 0.350363 -0.335175 0 0 v -6.97894 0.498907 5.00382 -0.903276 0.318872 -0.287078 0 0 v -7.01404 0.398447 5.00685 -0.905134 0.350428 -0.240691 0 0 v -7.06366 0.299407 5.01109 -0.915499 0.34225 -0.211485 0 0 v -7.09939 0.199027 5.0136 -0.978121 0.166646 -0.124536 0 0 v -7.1088 0.0985067 5.01573 -0.991484 0.0915666 -0.092604 0 0 v -7.12342 -0.0033333 5.01915 -0.985241 0.121301 -0.120773 0 0 v -7.14693 -0.202433 5.02307 -0.989121 0.102921 -0.105101 0 0 v -7.15245 -0.301843 5.02169 -0.995754 0.0505241 -0.0769496 0 0 v -7.16167 -0.501183 5.02431 -0.99628 -0.0266792 -0.0819446 0 0 v -7.15257 -0.601033 5.0235 -0.990111 -0.085102 -0.111523 0 0 v -7.14071 -0.700773 5.02315 -0.98638 -0.122334 -0.10995 0 0 v -7.12543 -0.800163 5.02369 -0.974872 -0.16684 -0.147614 0 0 v -7.10373 -0.900233 5.0222 -0.953251 -0.235586 -0.18924 0 0 v -7.07824 -0.999453 5.02155 -0.946351 -0.262584 -0.188334 0 0 v -7.04555 -1.1003 5.01888 -0.899523 -0.368859 -0.234099 0 0 v -6.99171 -1.19813 5.01854 -0.842702 -0.453455 -0.290227 0 0 v -6.92382 -1.30327 5.00732 -0.880088 -0.350594 -0.320202 0 0 v -6.9126 -1.40219 5.00833 -0.942483 -0.0547089 -0.329747 0 0 v -6.91886 -1.50174 5.01023 -0.9625 -0.0278821 -0.269846 0 0 v -6.90888 -1.60195 5.00934 -0.947346 -0.110387 -0.300585 0 0 v -6.89232 -1.70129 5.01073 -0.924934 -0.225324 -0.306148 0 0 v -6.85888 -1.80179 5.00783 -0.898243 -0.304065 -0.31734 0 0 v -7.46809 -2.4735 10.2042 -0.994115 0.0493506 0.0964381 0 0 v -3.71818 1.2297 12.9424 -0.700257 0.650959 0.293075 0 0 v -6.31634 1.23158 11.5514 -0.753707 0.643188 0.135036 0 0 v -7.35906 -0.0746936 11.7003 -0.736034 0.609517 0.29452 0 0 v -6.36197 1.32758 11.134 -0.632872 0.720454 0.283581 0 0 v -7.47507 -2.57371 10.2046 -0.995933 0.0569089 0.0698427 0 0 v -6.41025 1.22859 11.274 -0.674329 0.705039 0.219546 0 0 v -6.49697 1.13134 11.2765 -0.745857 0.649863 0.146204 0 0 v -6.05052 -1.44576 3.77535 -0.635253 -0.226331 -0.738395 0 0 v -7.53912 -0.467173 11.4317 -0.951918 0.266291 -0.151466 0 0 v -6.15306 1.6345 11.548 -0.899634 0.259077 -0.35148 0 0 v -6.01428 3.23456 11.8205 -0.820795 0.101517 -0.562129 0 0 v -6.32092 1.03633 11.9699 -0.80499 0.444157 0.39334 0 0 v -6.18428 2.73837 12.3785 -0.73222 0.244004 -0.635859 0 0 v -6.38415 4.14306 13.3497 -0.990156 -0.0347683 -0.13558 0 0 v -5.50315 6.45054 14.3322 -0.685168 0.598062 -0.415773 0 0 v 0.224206 3.25255 7.30447 -0.122205 0.906478 0.404182 0 0 v -5.79266 5.24761 13.4856 -0.790531 0.404103 -0.460174 0 0 v -3.56121 1.24085 13.2348 -0.741077 0.453966 0.494691 0 0 v -5.76254 4.43835 12.2283 -0.961927 0.124256 0.243426 0 0 v -7.51731 -1.16448 11.8469 -0.740489 -0.211276 0.637996 0 0 v -7.54972 -1.06438 11.8455 -0.772696 -0.171057 0.611293 0 0 v -6.07039 2.93616 11.9581 -0.968015 0.0899261 0.23422 0 0 v -6.14403 1.93658 12.1047 -0.875855 0.129978 -0.46474 0 0 v -5.79527 4.23969 12.6477 -0.959248 0.162305 -0.2313 0 0 v -5.65515 5.24259 13.0655 -0.946606 0.264731 -0.183996 0 0 v 0.539036 2.06145 9.01157 -0.201649 0.6555 0.727776 0 0 v -0.585154 2.93091 15.2932 -0.72569 0.48431 0.488691 0 0 v -6.03077 3.03491 11.8194 -0.880577 0.133573 -0.45469 0 0 v -0.850704 1.40707 9.16376 -0.18542 0.368889 0.910791 0 0 v 2.04368 2.85901 8.25067 0.210003 0.852382 0.478899 0 0 v -3.72917 2.52203 8.33677 -0.149256 0.871382 0.46735 0 0 v 7.05263 0.868997 3.34281 0.49492 0.832409 0.249297 0 0 v -1.33014 4.50448 4.71694 -0.686315 0.722092 -0.0869158 0 0 v -1.44295 4.40133 4.7275 -0.707395 0.706778 0.00758205 0 0 v -1.52453 4.30555 4.73442 -0.786739 0.610517 0.0911621 0 0 v -1.6005 4.20387 4.74082 -0.804515 0.586544 0.0933892 0 0 v -1.67426 4.10131 4.74703 -0.887622 0.45276 0.0844779 0 0 v -1.71295 4.00114 4.75024 -0.962853 0.264263 0.0554955 0 0 v -1.73804 3.90074 4.75288 -0.962377 0.270196 -0.0287161 0 0 v -1.76239 3.79984 4.75514 -0.966033 0.256889 -0.0280866 0 0 v -1.78394 3.69887 4.75775 -0.955121 0.294103 0.0353305 0 0 v -1.83476 3.59893 4.76187 -0.884266 0.450172 0.124172 0 0 v -1.88651 3.49904 4.76666 -0.938531 0.328879 0.104876 0 0 v -1.91587 3.40026 4.76892 -0.959968 0.280108 -0.000364318 0 0 v -1.9474 3.30248 4.77106 -0.907682 0.404539 -0.111631 0 0 v -2.01475 3.21591 4.77229 -0.873 0.40073 -0.278005 0 0 v -4.22381 1.97512 0.539095 -0.31782 0.908295 0.272014 0 0 v 3.59111 2.79413 7.25497 0.281827 0.687427 0.669341 0 0 v 4.48736 1.74693 8.14296 0.486937 0.577075 0.65565 0 0 v 1.98854 4.01545 6.33284 0.25559 0.645776 0.719478 0 0 v -1.19671 2.42453 8.42297 -0.0107804 0.809167 0.58748 0 0 v -2.64748 2.3927 8.58807 0.176875 0.879621 0.441568 0 0 v -2.74908 2.40339 8.59717 0.158515 0.890745 0.425965 0 0 v -5.97971 2.30674 5.05797 -0.709252 0.570376 -0.414286 0 0 v -6.05263 2.2073 5.06289 -0.715885 0.563624 -0.412112 0 0 v -6.14658 2.10566 5.07067 -0.660327 0.638017 -0.39611 0 0 v -6.25698 2.00789 5.07741 -0.627821 0.690816 -0.358628 0 0 v -6.36862 1.9086 5.08354 -0.71389 0.620365 -0.32482 0 0 v -6.43758 1.80685 5.09121 -0.831705 0.465383 -0.302796 0 0 v -6.48548 1.70415 5.09245 -0.836705 0.475613 -0.27151 0 0 v -6.55479 1.6045 5.10138 -0.758608 0.604782 -0.242391 0 0 v -6.65027 1.50484 5.10833 -0.714485 0.634515 -0.294793 0 0 v -6.74475 1.40346 5.11572 -0.732389 0.574034 -0.366185 0 0 v -6.82065 1.30518 5.11866 -0.766401 0.488154 -0.417534 0 0 v -6.88263 1.19934 5.12879 -0.806467 0.341482 -0.482702 0 0 v -6.91633 1.09811 5.13316 -0.835046 0.174422 -0.5218 0 0 v -6.92577 0.997587 5.13607 -0.82204 0.160067 -0.546469 0 0 v -6.9513 0.898147 5.13768 -0.789145 0.225938 -0.571141 0 0 v -6.98618 0.798227 5.142 -0.792917 0.183947 -0.580902 0 0 v -6.99107 0.699627 5.13883 -0.77766 0.211042 -0.592204 0 0 v -7.03376 0.597877 5.14516 -0.77293 0.230681 -0.591071 0 0 v -7.05043 0.499307 5.14397 -0.806501 0.189292 -0.560111 0 0 v -7.07684 0.400027 5.14475 -0.833806 0.21998 -0.506336 0 0 v -7.10282 0.300107 5.14646 -0.908718 0.138144 -0.393887 0 0 v -7.10713 0.198757 5.15067 -0.959579 0.0273223 -0.280111 0 0 v -7.11513 0.0985367 5.15327 -0.974676 0.0628291 -0.214612 0 0 v -7.12816 -0.00165327 5.15312 -0.980913 0.104712 -0.163846 0 0 v -7.14134 -0.101223 5.15505 -0.977881 0.114505 -0.175036 0 0 v -7.15098 -0.201313 5.15693 -0.985515 0.0696698 -0.154618 0 0 v -7.15324 -0.300873 5.15659 -0.988704 0.033941 -0.145991 0 0 v -7.16052 -0.400613 5.15729 -0.994867 -0.00343043 -0.101132 0 0 v -7.16007 -0.500313 5.15964 -0.9975 -0.0383254 -0.059366 0 0 v -7.15372 -0.600573 5.1582 -0.99591 -0.0754697 -0.0496656 0 0 v -7.14427 -0.700533 5.15716 -0.993474 -0.0720846 -0.088388 0 0 v -7.13446 -0.800763 5.15642 -0.984598 -0.0965206 -0.145774 0 0 v -7.12615 -0.899483 5.15927 -0.963872 -0.173653 -0.201978 0 0 v -7.09703 -1.00038 5.15544 -0.942282 -0.223409 -0.249387 0 0 v -7.07271 -1.10039 5.15462 -0.915705 -0.272983 -0.294897 0 0 v -7.03461 -1.19968 5.15361 -0.87146 -0.316726 -0.374489 0 0 v -6.99804 -1.29953 5.15196 -0.818353 -0.341365 -0.46235 0 0 v -6.94881 -1.40225 5.14447 -0.906157 -0.188055 -0.378833 0 0 v -6.94134 -1.50309 5.14274 -0.962836 -0.0869793 -0.255697 0 0 v -6.94037 -1.60028 5.14844 -0.975739 -0.0984738 -0.195543 0 0 v -6.92721 -1.70007 5.14821 -0.96011 -0.199716 -0.195712 0 0 v -6.89795 -1.80185 5.14497 -0.928726 -0.306866 -0.208087 0 0 v -7.48225 -2.67367 10.2045 -0.994768 0.0470735 0.0906636 0 0 v -7.66053 -0.969334 11.0222 -0.988163 -0.100666 -0.115762 0 0 v -7.64776 -1.0689 11.0229 -0.974442 -0.193395 -0.114288 0 0 v -7.48338 -0.266954 11.4307 -0.916537 0.31755 -0.243151 0 0 v -6.45633 1.22702 11.1357 -0.738546 0.62423 0.25473 0 0 v -7.35621 -2.36822 11.1667 -0.917846 -0.216715 0.332557 0 0 v -5.65061 2.93734 11.3688 -0.506658 0.255198 -0.823512 0 0 v -2.14679 1.24664 11.9265 0.439297 0.173017 -0.881523 0 0 v -7.46605 -0.169824 11.5678 -0.869732 0.493006 0.0225868 0 0 v 4.64591 1.4407 8.23407 0.639867 0.426398 0.639339 0 0 v -6.95134 0.432236 11.6995 -0.819583 0.572922 -0.00669823 0 0 v -7.57268 -0.665294 11.8437 -0.837848 0.123247 0.53181 0 0 v -5.96852 2.83787 12.2288 -0.93674 0.208372 -0.281248 0 0 v -6.38469 4.2434 13.349 -0.924037 0.117649 -0.363751 0 0 v 0.445736 3.2643 7.31876 0.0319818 0.932747 0.359111 0 0 v -6.57926 1.22866 10.5839 -0.787138 0.608107 0.103049 0 0 v -7.48498 -2.77351 10.2051 -0.994726 -0.0276635 0.0987632 0 0 v -3.48458 1.3371 13.232 -0.721755 0.560109 0.40663 0 0 v -5.78628 4.13961 12.5083 -0.981395 0.159216 -0.107308 0 0 v -5.75851 4.5378 12.2271 -0.962064 0.136072 0.236467 0 0 v -7.49248 -1.26357 11.8455 -0.735641 -0.238291 0.634074 0 0 v -5.71182 4.63847 12.366 -0.987343 0.0938137 0.12788 0 0 v -6.0791 2.83611 11.9591 -0.96155 0.0600675 0.267982 0 0 v -6.00218 2.4393 12.0964 -0.905616 0.23568 -0.352582 0 0 v -5.81677 4.13919 12.6487 -0.944306 0.189207 -0.269235 0 0 v -5.53532 5.64265 13.064 -0.954888 0.274828 -0.112509 0 0 v -0.651964 2.85498 15.2705 -0.723519 0.491362 0.484854 0 0 v 4.5738 1.70612 8.10526 0.5448 0.559305 0.624797 0 0 v -7.84812 -0.379063 9.23557 -0.980286 0.183085 0.0742858 0 0 v -3.5129 2.5328 8.34597 0.0356217 0.876964 0.479233 0 0 v -3.61911 2.532 8.34537 -0.0543301 0.876333 0.478632 0 0 v -4.28935 2.35748 8.37697 -0.280896 0.788081 0.547747 0 0 v -1.33604 4.51076 4.85949 -0.727119 0.685583 -0.0356808 0 0 v -1.42449 4.40805 4.8675 -0.764218 0.643971 0.0356687 0 0 v -1.51127 4.30467 4.87506 -0.798132 0.592992 0.106516 0 0 v -1.57633 4.20577 4.88043 -0.814686 0.557535 0.159501 0 0 v -1.65141 4.10372 4.88682 -0.823927 0.540688 0.169709 0 0 v -1.69859 4.00119 4.8908 -0.912845 0.402452 0.0688918 0 0 v -1.74858 3.90042 4.89476 -0.953213 0.302266 -0.00454627 0 0 v -1.77177 3.79956 4.89696 -0.983255 0.182203 -0.00337682 0 0 v -1.78459 3.69947 4.89872 -0.955396 0.295065 -0.0124362 0 0 v -1.82264 3.5996 4.90186 -0.939174 0.343318 0.00921517 0 0 v -1.86391 3.50061 4.90561 -0.919272 0.383768 0.0875306 0 0 v -1.90607 3.40291 4.90898 -0.917733 0.393948 0.0506966 0 0 v -1.95433 3.30833 4.91136 -0.832972 0.550817 -0.0525276 0 0 v -2.12867 3.91521 0.619146 -0.29381 0.930542 0.218555 0 0 v -0.799394 1.8056 8.97457 -0.162467 0.476595 0.86398 0 0 v 3.76241 2.28195 8.08217 0.514332 0.789495 0.334903 0 0 v 4.03738 1.82023 8.39727 0.637107 0.553208 0.536708 0 0 v -1.09464 2.42064 8.41887 -0.00481227 0.80783 0.589396 0 0 v -2.54941 2.37416 8.57136 0.229669 0.843505 0.485542 0 0 v -1.73245 2.22173 8.61507 -0.0730577 0.649367 0.756957 0 0 v -1.62604 2.22371 8.61687 0.00664985 0.646706 0.76271 0 0 v -5.95482 2.40754 5.19402 -0.661598 0.711652 -0.236304 0 0 v -6.04989 2.30536 5.20098 -0.739001 0.615856 -0.27313 0 0 v -6.12388 2.20691 5.20556 -0.73671 0.606513 -0.298998 0 0 v -6.21886 2.10618 5.21238 -0.698593 0.663853 -0.266959 0 0 v -6.31712 2.00757 5.21871 -0.705115 0.675099 -0.216918 0 0 v -6.41057 1.90485 5.22637 -0.787774 0.588722 -0.181161 0 0 v -6.47387 1.80721 5.23013 -0.866191 0.464117 -0.185225 0 0 v -6.51828 1.70462 5.23505 -0.851084 0.488109 -0.193408 0 0 v -6.59744 1.60132 5.24226 -0.733857 0.650249 -0.196548 0 0 v -6.7075 1.50323 5.2491 -0.706541 0.680032 -0.195849 0 0 v -6.79279 1.40421 5.25462 -0.751301 0.625725 -0.209796 0 0 v -6.87578 1.30299 5.26111 -0.786372 0.562915 -0.254451 0 0 v -6.94547 1.20132 5.26727 -0.866032 0.411651 -0.283781 0 0 v -6.98114 1.10049 5.27038 -0.904908 0.270242 -0.328803 0 0 v -7.01294 0.999387 5.27522 -0.877523 0.277275 -0.391245 0 0 v -7.04891 0.899147 5.27738 -0.846956 0.310229 -0.431768 0 0 v -7.08574 0.799767 5.28038 -0.824917 0.288473 -0.486102 0 0 v -7.13251 0.699267 5.28501 -0.801574 0.301549 -0.516282 0 0 v -7.16735 0.599377 5.28824 -0.814353 0.227475 -0.533933 0 0 v -7.18889 0.498577 5.29115 -0.814991 0.148556 -0.560108 0 0 v -7.19381 0.399847 5.28928 -0.828852 0.074252 -0.554519 0 0 v -7.19467 0.300007 5.28933 -0.853033 -0.0472296 -0.519716 0 0 v -7.18096 0.199997 5.28988 -0.872987 -0.0985621 -0.47768 0 0 v -7.1644 0.0995267 5.29165 -0.912076 -0.0358911 -0.408447 0 0 v -7.16476 -0.000363283 5.2917 -0.902333 0.0783686 -0.423856 0 0 v -7.17889 -0.100153 5.29206 -0.88405 0.127656 -0.449621 0 0 v -7.19274 -0.199843 5.29261 -0.873701 0.035903 -0.485138 0 0 v -7.19002 -0.299913 5.2943 -0.907503 -0.0848904 -0.411378 0 0 v -7.17517 -0.399803 5.29483 -0.94609 -0.111483 -0.304114 0 0 v -7.17289 -0.499683 5.29609 -0.959318 -0.0187845 -0.281701 0 0 v -7.16569 -0.599783 5.29384 -0.955422 -0.0204254 -0.294537 0 0 v -7.16046 -0.699953 5.29177 -0.955875 -0.0142694 -0.293428 0 0 v -7.16726 -0.799603 5.29463 -0.912957 -0.0153655 -0.407766 0 0 v -7.16057 -0.900183 5.29267 -0.912174 -0.0951775 -0.398596 0 0 v -7.14667 -0.999943 5.29318 -0.892876 -0.141967 -0.427338 0 0 v -7.13392 -1.0999 5.29307 -0.872122 -0.170603 -0.458583 0 0 v -7.11001 -1.19969 5.29199 -0.851032 -0.201637 -0.484859 0 0 v -7.09475 -1.29897 5.29319 -0.831117 -0.232338 -0.505237 0 0 v -7.06347 -1.39683 5.29528 -0.784119 -0.360133 -0.505432 0 0 v -6.99716 -1.50199 5.28294 -0.852344 -0.303572 -0.425857 0 0 v -6.96912 -1.60088 5.28362 -0.936485 -0.210451 -0.280545 0 0 v -6.948 -1.702 5.28207 -0.957525 -0.23249 -0.17057 0 0 v -7.47661 -2.87369 10.2062 -0.979824 -0.130299 0.151548 0 0 v -7.02466 0.431196 11.0105 -0.816002 0.309149 0.488434 0 0 v -7.59158 -0.570934 11.0199 -0.841391 0.530175 -0.104767 0 0 v -7.38544 -2.46807 11.0282 -0.937492 -0.171437 0.30285 0 0 v -7.24636 -0.0641436 11.1525 -0.823005 0.516463 -0.236493 0 0 v -7.37903 -2.26821 11.1662 -0.936031 -0.210823 0.281779 0 0 v -6.87997 0.531876 11.2842 -0.901577 0.430527 0.0424924 0 0 v -6.06133 1.63634 11.4059 -0.825817 0.326429 -0.459859 0 0 v -7.63064 -0.866994 11.4335 -0.992866 0.119205 -0.0026039 0 0 v -7.39826 -0.272174 10.7422 -0.902288 0.41271 0.124688 0 0 v -7.09962 0.226846 11.6998 -0.791979 0.595782 0.133464 0 0 v -7.0207 0.330526 11.7 -0.808621 0.58678 0.0426848 0 0 v -7.36875 -0.174574 11.8332 -0.70831 0.510792 0.487225 0 0 v -5.91798 3.13842 12.235 -0.9871 0.146559 0.0644566 0 0 v -3.93527 0.940896 12.9496 -0.763316 0.328953 0.556002 0 0 v -6.36126 4.34358 13.3488 -0.775026 0.27877 -0.567117 0 0 v -1.6984 3.00883 7.45877 -0.189079 0.805887 0.561067 0 0 v -6.65022 1.12789 10.5853 -0.763559 0.601136 0.235824 0 0 v -6.94932 1.21304 9.75716 -0.67913 0.658718 0.323842 0 0 v -3.40834 1.43261 13.2302 -0.707538 0.625671 0.32852 0 0 v -5.91874 3.44008 12.5102 -0.863514 0.237708 -0.444791 0 0 v -5.73802 4.63817 12.2272 -0.968876 0.112398 0.220557 0 0 v -7.40113 -1.46298 11.8465 -0.652011 -0.323082 0.68593 0 0 v -5.48059 5.94394 12.3547 -0.906355 0.412286 -0.0924117 0 0 v -5.70082 4.73872 12.3657 -0.979723 0.141867 0.141481 0 0 v -5.98199 2.6379 12.0979 -0.989563 0.0673501 0.127393 0 0 v -5.8319 4.03989 12.6485 -0.937179 0.182869 -0.297077 0 0 v -5.50106 5.74313 13.0636 -0.95756 0.276447 -0.0815846 0 0 v -7.68598 -2.57762 9.51827 -0.966842 0.0292133 0.253697 0 0 v -7.86196 -0.478433 9.23657 -0.983439 0.161253 0.0827327 0 0 v -3.71198 1.8076 9.18777 -0.253482 0.65157 0.714985 0 0 v 3.61828 3.43589 5.78331 0.468255 0.831334 0.299366 0 0 v -1.34571 4.50673 5.00239 -0.739226 0.671743 0.0480259 0 0 v -1.41401 4.40994 5.00851 -0.819627 0.567302 0.0798797 0 0 v -1.48846 4.30671 5.01471 -0.81894 0.55971 0.126737 0 0 v -1.54918 4.20435 5.01999 -0.861125 0.479347 0.169382 0 0 v -1.60122 4.10466 5.02476 -0.798 0.554777 0.23541 0 0 v -1.6859 4.00157 5.03087 -0.821653 0.537694 0.189136 0 0 v -1.73886 3.90287 5.03569 -0.920848 0.375786 0.104038 0 0 v -1.76313 3.80119 5.03777 -0.968357 0.242836 0.0575879 0 0 v -1.79943 3.7007 5.04094 -0.949944 0.310018 0.0386603 0 0 v -1.82321 3.60026 5.04287 -0.95932 0.278099 0.0486316 0 0 v -1.85078 3.50158 5.04567 -0.929037 0.365813 0.0554157 0 0 v -1.90146 3.4014 5.04962 -0.85141 0.523055 -0.0389288 0 0 v -1.96689 3.31171 5.05319 -0.804827 0.585759 -0.0956036 0 0 v 2.8202 3.57143 6.29181 0.511743 0.559454 0.65202 0 0 v 3.81739 3.3163 5.85973 0.342047 0.883126 0.321081 0 0 v 4.73997 2.84061 5.79013 0.470376 0.858915 0.202515 0 0 v 3.41778 2.07791 8.63556 0.387797 0.591231 0.707149 0 0 v -0.101264 2.41683 8.59667 -0.132179 0.679342 0.72182 0 0 v -1.84226 2.2129 8.60787 -0.0634699 0.682115 0.728485 0 0 v -4.39828 2.06611 8.67737 -0.291167 0.70917 0.642106 0 0 v -6.09409 2.30195 5.34158 -0.729385 0.667522 -0.149706 0 0 v -6.17035 2.20568 5.34583 -0.754584 0.633889 -0.169671 0 0 v -6.25586 2.10701 5.35179 -0.736171 0.660053 -0.149607 0 0 v -6.35142 2.00639 5.35838 -0.751967 0.649939 -0.110109 0 0 v -6.43388 1.90465 5.3647 -0.807481 0.58339 -0.0873491 0 0 v -6.50199 1.80169 5.37081 -0.871142 0.481056 -0.0984717 0 0 v -6.55031 1.70215 5.37442 -0.8387 0.529655 -0.126679 0 0 v -6.62488 1.60457 5.37896 -0.732026 0.666777 -0.139807 0 0 v -6.72955 1.50211 5.38702 -0.723244 0.680246 -0.119094 0 0 v -6.82559 1.40218 5.39358 -0.737566 0.660445 -0.140744 0 0 v -6.9105 1.30263 5.39946 -0.813848 0.566251 -0.130428 0 0 v -6.96852 1.20135 5.40423 -0.892026 0.435456 -0.121111 0 0 v -7.01374 1.09996 5.40865 -0.921248 0.358637 -0.150604 0 0 v -7.05032 1.00015 5.41114 -0.914677 0.364341 -0.174989 0 0 v -7.09838 0.900277 5.41482 -0.883703 0.409884 -0.225975 0 0 v -7.14533 0.799767 5.41863 -0.88804 0.383739 -0.253238 0 0 v -7.18336 0.700647 5.4211 -0.89108 0.361975 -0.273769 0 0 v -7.22877 0.600117 5.4253 -0.897294 0.317602 -0.306581 0 0 v -7.2637 0.499667 5.42872 -0.915623 0.215789 -0.33922 0 0 v -7.28249 0.399117 5.4324 -0.916548 0.09998 -0.387226 0 0 v -7.28228 0.299787 5.43336 -0.920572 -0.0307453 -0.389361 0 0 v -7.26959 0.199907 5.43358 -0.880342 -0.0918704 -0.465357 0 0 v -7.25793 0.100067 5.43376 -0.853358 -0.026633 -0.520644 0 0 v -7.26991 -0.000163316 5.43506 -0.832926 0.141875 -0.534888 0 0 v -7.2953 -0.0998133 5.43681 -0.821783 0.150926 -0.549449 0 0 v -7.30783 -0.199353 5.43744 -0.854286 0.0252721 -0.519189 0 0 v -7.30068 -0.299213 5.43524 -0.824377 -0.127587 -0.551475 0 0 v -7.27184 -0.398793 5.43642 -0.802203 -0.251279 -0.541598 0 0 v -7.22777 -0.499093 5.43188 -0.867463 -0.106257 -0.486023 0 0 v -7.2374 -0.598953 5.43424 -0.872459 0.0635446 -0.484539 0 0 v -7.25386 -0.699353 5.43349 -0.843328 0.0840229 -0.53079 0 0 v -7.26322 -0.799043 5.43623 -0.846746 -0.0125109 -0.53185 0 0 v -7.25326 -0.899113 5.43484 -0.842803 -0.0991462 -0.529011 0 0 v -7.23979 -0.998663 5.43544 -0.849209 -0.126061 -0.512788 0 0 v -7.22648 -1.09842 5.43608 -0.855048 -0.163399 -0.492131 0 0 v -7.20359 -1.19845 5.43408 -0.856591 -0.214789 -0.469167 0 0 v -7.1777 -1.29764 5.43403 -0.857195 -0.237411 -0.457004 0 0 v -7.14168 -1.39745 5.43219 -0.835355 -0.361643 -0.414 0 0 v 0.427606 3.2256 7.41667 -0.018853 0.940711 0.338685 0 0 v -7.6544 -1.06871 11.1598 -0.989292 -0.142431 0.0318617 0 0 v -7.62833 -1.16854 11.1604 -0.978486 -0.202948 -0.0371212 0 0 v -7.33361 -0.0691536 11.2929 -0.765646 0.525792 -0.370579 0 0 v -5.62673 5.43718 12.2221 -0.972192 0.205429 0.112437 0 0 v -7.05798 0.330206 11.0107 -0.866031 0.285626 0.410374 0 0 v -7.64202 -0.668444 11.02 -0.935345 0.33889 -0.10141 0 0 v -7.4002 -2.369 11.0288 -0.959531 -0.140032 0.24432 0 0 v -7.30472 -0.165603 11.1538 -0.8398 0.480061 -0.253531 0 0 v -5.96818 3.73453 11.8165 -0.921684 0.10479 -0.37352 0 0 v -6.91872 0.432896 11.2853 -0.906062 0.419101 0.0583581 0 0 v -6.03419 1.73461 11.4063 -0.80125 0.286013 -0.525542 0 0 v -7.63906 -0.967214 11.4341 -0.999337 0.0326463 -0.0161209 0 0 v -6.01825 2.03351 11.546 -0.807581 0.238453 -0.539401 0 0 v -7.27451 0.0219864 11.6983 -0.714418 0.650629 0.257468 0 0 v -6.09488 2.53566 11.821 -0.982183 0.076571 -0.171621 0 0 v -7.28839 -0.0742735 11.8334 -0.686477 0.551321 0.474124 0 0 v -5.90563 3.23851 12.2343 -0.983175 0.137552 0.120192 0 0 v -5.57749 5.43845 12.5008 -0.969338 0.191024 0.154578 0 0 v -6.30231 4.44368 13.3481 -0.599677 0.389485 -0.699063 0 0 v -7.06411 0.900477 6.08902 -0.991392 0.120385 -0.0514805 0 0 v -6.74931 1.01912 10.5847 -0.650094 0.68691 0.324857 0 0 v -7.25023 -0.173774 11.9612 -0.611285 0.457625 0.645686 0 0 v -3.31278 1.53148 13.2328 -0.662926 0.68893 0.293095 0 0 v -5.94511 3.34077 12.5099 -0.777932 0.30766 -0.547876 0 0 v -5.73509 4.73778 12.2259 -0.967013 0.111616 0.228972 0 0 v -7.34494 -1.56291 11.8475 -0.641625 -0.329373 0.692698 0 0 v -7.60789 -1.16531 11.71 -0.894063 -0.180445 0.409989 0 0 v -6.07824 2.63605 11.9604 -0.95171 0.00036037 0.306997 0 0 v -5.98146 2.73848 12.0968 -0.957741 0.0613474 0.281014 0 0 v -5.883 3.8407 12.6487 -0.869254 0.260179 -0.420361 0 0 v -5.47572 5.8428 13.0631 -0.955396 0.290112 -0.0552488 0 0 v -0.484294 2.95408 15.4142 -0.689883 0.419987 0.589638 0 0 v -6.88589 0.912246 10.584 -0.587646 0.757475 0.284436 0 0 v -7.87436 -0.578354 9.23727 -0.985642 0.148556 0.0802596 0 0 v -0.200734 4.08771 6.38862 -0.193004 0.424757 0.884495 0 0 v 4.03898 1.91691 8.30116 0.665782 0.542634 0.512135 0 0 v -1.32369 4.50979 5.14334 -0.73339 0.668147 0.125374 0 0 v -1.40253 4.40889 5.14944 -0.827612 0.547014 0.125829 0 0 v -1.46239 4.30656 5.15433 -0.841371 0.511341 0.175 0 0 v -1.52392 4.20434 5.15946 -0.864019 0.462826 0.198149 0 0 v -1.56425 4.10565 5.16362 -0.863562 0.454298 0.218803 0 0 v -1.63632 4.00281 5.16867 -0.765274 0.570839 0.297487 0 0 v -1.71137 3.90272 5.17427 -0.828753 0.470679 0.302705 0 0 v -1.75222 3.80307 5.17843 -0.928611 0.284058 0.238733 0 0 v -1.77273 3.701 5.17972 -0.929225 0.285686 0.234359 0 0 v -1.81103 3.60108 5.18271 -0.922218 0.338031 0.187746 0 0 v -1.848 3.50016 5.18608 -0.876542 0.474019 0.0835428 0 0 v -1.91748 3.40819 5.19133 -0.771382 0.632347 -0.0714631 0 0 v -1.98282 3.31082 5.19586 -0.810706 0.56537 -0.15203 0 0 v 0.650586 3.25132 7.30617 0.0921426 0.951571 0.293296 0 0 v -7.89012 -1.47974 9.38006 -0.967688 -0.22388 0.116004 0 0 v -7.91019 -1.37899 9.37967 -0.978362 -0.165725 0.123871 0 0 v -4.47035 -3.60169 0.412845 -0.456806 -0.714262 -0.530243 0 0 v 4.29463 1.50475 8.47777 0.503732 0.569253 0.649773 0 0 v -2.43382 2.20958 8.79407 0.287989 0.835123 0.468649 0 0 v -4.52141 2.03386 8.64886 -0.335132 0.709665 0.619727 0 0 v -6.10798 2.304 5.47851 -0.725016 0.686978 -0.0491182 0 0 v -6.1932 2.20537 5.48435 -0.754378 0.653216 -0.0649866 0 0 v -6.27742 2.10476 5.49042 -0.758974 0.647879 -0.0648936 0 0 v -6.36051 2.00419 5.49614 -0.795678 0.605475 0.0172561 0 0 v -6.44162 1.90191 5.50234 -0.811038 0.583774 0.0377594 0 0 v -6.5042 1.80398 5.50625 -0.85947 0.511112 -0.00865883 0 0 v -6.56471 1.70471 5.51034 -0.793227 0.603115 -0.0839197 0 0 v -6.65144 1.60786 5.51539 -0.720955 0.675846 -0.153152 0 0 v -6.74398 1.50455 5.52261 -0.721529 0.673369 -0.161152 0 0 v -6.84818 1.40162 5.53053 -0.761921 0.635702 -0.123932 0 0 v -6.92082 1.30194 5.53556 -0.839026 0.538085 -0.0806266 0 0 v -6.97982 1.20152 5.54014 -0.897293 0.438033 -0.054703 0 0 v -7.0242 1.09982 5.54398 -0.925739 0.375417 -0.0454831 0 0 v -7.0616 1.00028 5.54665 -0.910106 0.410748 -0.0547025 0 0 v -7.11947 0.899527 5.5509 -0.893464 0.446903 -0.0447089 0 0 v -7.16828 0.799997 5.55469 -0.899707 0.431814 -0.0637478 0 0 v -7.21668 0.700027 5.55842 -0.908951 0.406159 -0.0940317 0 0 v -7.25484 0.601197 5.56088 -0.930834 0.349442 -0.106945 0 0 v -7.28883 0.500987 5.56399 -0.948143 0.287075 -0.136431 0 0 v -7.32034 0.400347 5.56707 -0.969126 0.168348 -0.180152 0 0 v -7.32715 0.299987 5.5696 -0.979709 0.0512362 -0.193767 0 0 v -7.32718 0.199907 5.57031 -0.956437 0.00928127 -0.291792 0 0 v -7.3274 0.100067 5.57095 -0.918856 0.0621894 -0.389661 0 0 v -7.34516 0.000206674 5.57089 -0.899412 0.179688 -0.398461 0 0 v -7.36906 -0.0987033 5.57203 -0.914456 0.141317 -0.379209 0 0 v -7.37749 -0.198503 5.57423 -0.940463 0.0218552 -0.339194 0 0 v -7.3759 -0.298303 5.57558 -0.92227 -0.079392 -0.378305 0 0 v -7.35654 -0.398543 5.57365 -0.875821 -0.204911 -0.436976 0 0 v -7.32342 -0.498373 5.57203 -0.847956 -0.135082 -0.512566 0 0 v -7.32345 -0.598403 5.57264 -0.865091 0.0783551 -0.495458 0 0 v -7.34466 -0.698513 5.57526 -0.877422 0.0786048 -0.473236 0 0 v -7.34457 -0.798573 5.57556 -0.899416 -0.0240034 -0.436435 0 0 v -7.34045 -0.897963 5.57776 -0.892429 -0.104335 -0.438959 0 0 v -7.32017 -0.997683 5.57587 -0.882167 -0.166341 -0.440582 0 0 v -7.29973 -1.09785 5.57432 -0.881221 -0.209282 -0.423853 0 0 v -7.26705 -1.19845 5.57116 -0.877115 -0.260131 -0.403733 0 0 v -7.23701 -1.29648 5.57257 -0.87692 -0.295839 -0.378801 0 0 v -6.01086 2.53483 11.6808 -0.80029 0.149477 -0.580684 0 0 v -7.62152 -1.06908 10.8862 -0.938704 -0.203933 -0.277933 0 0 v -7.50893 -1.7691 10.8901 -0.905656 -0.166139 -0.390108 0 0 v -7.40835 -2.5694 10.8916 -0.950836 -0.185035 0.24834 0 0 v -6.60186 0.830086 11.693 -0.753664 0.597576 0.273666 0 0 v -6.50615 1.22836 10.9981 -0.763706 0.590976 0.259807 0 0 v -7.51564 -0.475424 11.0198 -0.740015 0.660106 -0.128987 0 0 v -7.36385 -2.56815 11.0288 -0.903298 -0.244967 0.3522 0 0 v -7.36016 -0.267174 11.1551 -0.842052 0.484808 -0.236452 0 0 v -5.79495 4.73638 11.9468 -0.979797 0.194592 0.0461804 0 0 v -6.9743 0.330606 11.2861 -0.851773 0.522446 0.0391472 0 0 v -5.99782 1.8342 11.4052 -0.78089 0.297563 -0.549242 0 0 v -7.64592 -1.06697 11.4344 -0.999193 0.00442494 -0.039914 0 0 v -7.61733 -0.666254 11.7066 -0.980317 0.10494 0.167229 0 0 v -6.06218 2.83467 11.8218 -0.912051 0.127141 -0.389869 0 0 v -6.08979 2.63521 11.8216 -0.94687 0.0916446 -0.308283 0 0 v -5.95093 2.93774 12.2361 -0.959139 0.244473 -0.142428 0 0 v -5.92963 3.03848 12.2354 -0.988386 0.151607 0.010395 0 0 v -5.61518 5.54684 13.3453 -0.904741 0.343356 -0.252092 0 0 v 2.94967 2.39226 8.55697 0.394225 0.760943 0.515318 0 0 v -7.01209 0.819756 10.5895 -0.657778 0.715039 0.236746 0 0 v -6.46928 1.327 10.8587 -0.710631 0.67958 0.182137 0 0 v -3.20739 1.62728 13.2297 -0.654982 0.703316 0.276305 0 0 v -5.99357 3.24205 12.5096 -0.661307 0.388391 -0.641737 0 0 v -5.7156 4.83835 12.2262 -0.965041 0.147761 0.216479 0 0 v -7.29808 -1.66242 11.8474 -0.638776 -0.340023 0.690181 0 0 v -5.72255 5.03689 12.0847 -0.9711 0.167096 0.170423 0 0 v -7.64441 -1.16662 11.5729 -0.990776 -0.0809979 0.108634 0 0 v -6.02924 2.23778 11.9592 -0.986351 0.0361927 0.16063 0 0 v -5.96609 3.03751 12.0967 -0.929736 0.0587243 0.363515 0 0 v -6.1203 3.33995 12.6519 -0.587272 0.391972 -0.708145 0 0 v -5.44435 5.94412 13.0629 -0.957842 0.283603 -0.0459075 0 0 v -0.535234 2.85497 15.413 -0.70429 0.403553 0.584055 0 0 v -7.09148 0.726776 10.5942 -0.801096 0.554718 0.224796 0 0 v -7.94039 -0.878693 9.23977 -0.985937 0.142985 0.0865059 0 0 v -7.78724 -0.883253 8.42906 -0.922874 -0.00535236 -0.385065 0 0 v 3.96024 1.97865 8.35767 0.636962 0.579371 0.508536 0 0 v -1.29614 4.5091 5.28308 -0.690754 0.687151 0.225129 0 0 v -1.37588 4.41076 5.29 -0.804773 0.558009 0.202401 0 0 v -1.42744 4.30924 5.29459 -0.871326 0.448915 0.198158 0 0 v -1.47813 4.20803 5.29854 -0.852634 0.461006 0.245944 0 0 v -1.53611 4.10423 5.30206 -0.878963 0.401199 0.257804 0 0 v -1.57567 4.00509 5.30595 -0.832118 0.458787 0.3116 0 0 v -1.63934 3.90477 5.31141 -0.784194 0.490431 0.380154 0 0 v -1.68932 3.80506 5.31584 -0.841112 0.365085 0.399053 0 0 v -1.72561 3.70359 5.31795 -0.887181 0.283269 0.364238 0 0 v -1.75403 3.60345 5.32225 -0.862427 0.375212 0.339758 0 0 v -1.80552 3.49633 5.34052 -0.759041 0.615818 0.211245 0 0 v -1.95481 3.40563 5.33533 -0.629787 0.767897 -0.117062 0 0 v -2.01721 3.32297 5.33829 -0.767541 0.553978 -0.322475 0 0 v -7.83929 -1.67854 9.38006 -0.960861 -0.261846 0.0904608 0 0 v -7.86528 -1.57956 9.38017 -0.962225 -0.257247 0.0891506 0 0 v -7.0494 1.21765 9.48637 -0.680783 0.726941 0.0899518 0 0 v 4.63588 1.33207 8.31787 0.663196 0.396926 0.634524 0 0 v -6.83825 0.717637 7.84566 -0.841091 0.537416 -0.0612418 0 0 v -1.93941 2.14605 14.3845 -0.610536 0.567289 0.552657 0 0 v 1.28404 2.07053 9.01277 0.0503725 0.710381 0.702012 0 0 v 0.874706 2.28368 8.84027 0.148467 0.739838 0.656199 0 0 v -6.10568 2.30191 5.61493 -0.696146 0.717884 0.00491373 0 0 v -6.19613 2.20797 5.62091 -0.735455 0.677129 -0.0245399 0 0 v -6.28789 2.104 5.62723 -0.809226 0.587292 0.0155303 0 0 v -6.348 2.00395 5.63135 -0.829807 0.554436 0.0634083 0 0 v -6.41798 1.90261 5.63635 -0.794646 0.601786 0.079946 0 0 v -6.4945 1.80658 5.64068 -0.789924 0.613025 0.0148468 0 0 v -6.5795 1.7082 5.64585 -0.717156 0.689602 -0.100674 0 0 v -6.68949 1.61067 5.65213 -0.683815 0.703501 -0.193604 0 0 v -6.78406 1.50846 5.65919 -0.731196 0.642994 -0.22784 0 0 v -6.86471 1.40492 5.66553 -0.799202 0.569283 -0.192857 0 0 v -6.93426 1.30318 5.67137 -0.863115 0.482692 -0.14846 0 0 v -6.98079 1.20248 5.67502 -0.914691 0.393791 -0.0909318 0 0 v -7.0266 1.10156 5.67875 -0.935691 0.350608 -0.039445 0 0 v -7.06229 1.00263 5.69606 -0.937256 0.342107 0.0671896 0 0 v -7.10708 0.900087 5.68477 -0.88513 0.443999 0.13932 0 0 v -7.16455 0.798607 5.68854 -0.872717 0.474828 0.113594 0 0 v -7.21559 0.699697 5.69177 -0.897117 0.434816 0.0782043 0 0 v -7.26325 0.600317 5.69584 -0.929311 0.36556 0.0524086 0 0 v -7.29879 0.500617 5.69886 -0.948496 0.315941 0.0231865 0 0 v -7.33077 0.400237 5.70113 -0.977452 0.211042 0.00700855 0 0 v -7.34461 0.301127 5.70274 -0.987108 0.127979 -0.0961202 0 0 v -7.36366 0.200747 5.70483 -0.97967 0.139889 -0.143796 0 0 v -7.37659 0.101147 5.70591 -0.974249 0.139089 -0.177465 0 0 v -7.3899 0.00170669 5.70703 -0.968052 0.173383 -0.181147 0 0 v -7.40909 -0.0988433 5.70972 -0.972907 0.137757 -0.185672 0 0 v -7.41895 -0.198493 5.71132 -0.982121 0.0384048 -0.184291 0 0 v -7.41244 -0.297873 5.7104 -0.969964 -0.0482197 -0.238423 0 0 v -7.40774 -0.398023 5.71224 -0.956832 -0.0699002 -0.282109 0 0 v -7.39642 -0.497753 5.7125 -0.917822 -0.0837982 -0.388047 0 0 v -7.39648 -0.597673 5.71332 -0.920969 0.0627613 -0.384547 0 0 v -7.40377 -0.697703 5.71134 -0.93845 0.00838003 -0.345312 0 0 v -7.40192 -0.797573 5.71256 -0.939283 -0.0398202 -0.340824 0 0 v -7.39688 -0.896873 5.71461 -0.944343 -0.105809 -0.311481 0 0 v -7.37822 -0.997163 5.71269 -0.924031 -0.189857 -0.331845 0 0 v -7.35667 -1.09699 5.7115 -0.921046 -0.222964 -0.319315 0 0 v -7.32967 -1.19556 5.7123 -0.907174 -0.269913 -0.322772 0 0 v -7.29718 -1.29576 5.7104 -0.888715 -0.324512 -0.323849 0 0 v -7.25665 -1.39347 5.70981 -0.871137 -0.37839 -0.312956 0 0 v -7.03533 1.11725 9.76067 -0.699555 0.624911 0.346568 0 0 v -7.59052 -1.16931 10.8861 -0.907838 -0.32626 -0.263409 0 0 v -7.51946 -1.66913 10.89 -0.916094 -0.0279466 -0.399988 0 0 v -7.38376 -2.6684 10.8911 -0.924135 -0.240203 0.297116 0 0 v -6.24551 1.4382 11.829 -0.9616 0.272892 0.029251 0 0 v -6.57841 1.12923 10.9999 -0.838274 0.495516 0.227511 0 0 v -7.3057 -0.172113 11.0176 -0.869216 0.49107 0.0575645 0 0 v -7.18156 0.0324964 11.1523 -0.811217 0.571317 -0.124594 0 0 v -3.07795 1.54195 13.6642 -0.713339 0.501058 0.489988 0 0 v -7.04635 0.230556 11.2876 -0.785074 0.614928 -0.0743096 0 0 v -5.88834 2.13355 11.4036 -0.798917 0.252822 -0.545722 0 0 v -7.64415 -1.1674 11.4354 -0.998834 -0.0218448 -0.0430489 0 0 v -7.60495 -0.566724 11.706 -0.953829 0.199675 0.224368 0 0 v -6.07836 2.73509 11.821 -0.940875 0.119781 -0.31687 0 0 v -6.23267 1.43781 11.9679 -0.966499 0.171778 0.190713 0 0 v -6.18131 2.338 12.2394 -0.873089 0.0779266 -0.481293 0 0 v -6.14393 3.84107 12.9316 -0.582567 0.331493 -0.74211 0 0 v -0.364804 1.93025 8.90017 0.0848466 0.691572 0.717307 0 0 v -7.13902 0.627486 10.5954 -0.88162 0.398035 0.253603 0 0 v -5.55129 5.74553 13.3455 -0.923453 0.328215 -0.198771 0 0 v -5.00359 7.03254 14.4765 -0.342514 0.935489 0.086857 0 0 v -4.87923 7.0168 13.6338 -0.389841 0.902846 -0.181367 0 0 v -3.09511 1.72783 13.2301 -0.635006 0.745632 0.201989 0 0 v -6.08603 3.14037 12.512 -0.589348 0.409035 -0.696677 0 0 v -5.702 4.9381 12.2252 -0.964154 0.143067 0.223468 0 0 v -1.3684 3.32876 6.55099 -0.208908 0.953169 0.218691 0 0 v -7.63749 -0.766974 11.5703 -0.991341 0.128632 -0.0263971 0 0 v -7.64975 -0.866874 11.5707 -0.99702 0.0738177 -0.0223921 0 0 v -6.03541 2.3375 11.9591 -0.947151 -0.0759054 0.311678 0 0 v -5.9776 2.93779 12.0971 -0.929406 0.0853106 0.359062 0 0 v -6.02985 3.44338 12.6467 -0.630457 0.363954 -0.68561 0 0 v 1.34232 3.08852 7.72147 0.329984 0.884751 0.32913 0 0 v -7.91845 -0.778434 9.23897 -0.97449 0.200136 0.101566 0 0 v 3.93857 1.46336 8.80867 0.531938 0.469713 0.704565 0 0 v -2.42004 1.85986 9.22307 0.234628 0.567916 0.788937 0 0 v -4.71703 1.81564 0.382165 -0.402718 0.894811 0.192694 0 0 v -1.32448 4.41068 5.42842 -0.704316 0.62611 0.334552 0 0 v -1.39813 4.30689 5.43304 -0.832734 0.480809 0.274549 0 0 v -1.4405 4.2091 5.43796 -0.875311 0.420427 0.238896 0 0 v -1.48889 4.10563 5.44 -0.880215 0.397278 0.2596 0 0 v -1.52541 4.00538 5.44365 -0.8828 0.369684 0.289822 0 0 v -1.57432 3.90411 5.44723 -0.834225 0.425332 0.350944 0 0 v -1.66152 3.70355 5.45414 -0.855417 0.305901 0.417954 0 0 v -1.69886 3.60318 5.45759 -0.844107 0.428647 0.322096 0 0 v -1.75041 3.50517 5.46154 -0.700301 0.692645 0.172687 0 0 v -1.9988 3.39577 5.47977 -0.487047 0.871207 -0.0615189 0 0 v -3.67754 2.1937 0.353175 -0.221709 0.969756 0.102066 0 0 v -7.58697 0.320976 9.36496 -0.872955 0.48452 0.0564752 0 0 v -7.80854 -1.77961 9.38017 -0.959232 -0.276673 0.0576769 0 0 v -7.14524 1.1193 9.48956 -0.763242 0.63227 0.133029 0 0 v -7.57898 -2.38537 8.29997 -0.777641 0.182756 -0.60156 0 0 v -6.8988 0.617437 7.84816 -0.856143 0.485878 -0.175904 0 0 v -7.24587 -0.586353 7.87397 -0.684975 -0.028412 -0.728012 0 0 v 1.299 3.33595 6.82097 0.0770603 0.605428 0.792161 0 0 v 0.661826 2.2841 8.84206 -0.0742422 0.718033 0.692038 0 0 v -6.10496 2.30112 5.75107 -0.699185 0.71494 -0.000432727 0 0 v -6.20377 2.20427 5.7576 -0.741232 0.671246 0.00234271 0 0 v -6.27865 2.10639 5.76215 -0.817035 0.576543 -0.0071724 0 0 v -6.33672 2.0049 5.76646 -0.847253 0.531189 0.000366348 0 0 v -6.41031 1.90656 5.77106 -0.780074 0.625037 -0.0285156 0 0 v -6.49708 1.8096 5.7757 -0.721473 0.681912 -0.120306 0 0 v -6.58731 1.71735 5.77996 -0.649109 0.735558 -0.193937 0 0 v -6.73686 1.60838 5.79139 -0.66145 0.718087 -0.216416 0 0 v -6.8407 1.50573 5.79888 -0.75476 0.622034 -0.208353 0 0 v -6.91186 1.40495 5.8039 -0.827441 0.527813 -0.191716 0 0 v -6.96802 1.30397 5.81178 -0.903443 0.400911 -0.151857 0 0 v -7.00239 1.20451 5.8188 -0.9416 0.317692 -0.111634 0 0 v -7.02915 1.10294 5.81336 -0.969818 0.240747 -0.0386645 0 0 v -7.04948 1.00195 5.81569 -0.980096 0.197295 0.0220469 0 0 v -7.07448 0.902377 5.81714 -0.938087 0.311388 0.151755 0 0 v -7.12959 0.799887 5.8205 -0.844845 0.476056 0.244147 0 0 v -7.18925 0.699197 5.82437 -0.845343 0.474896 0.244681 0 0 v -7.23997 0.601037 5.82868 -0.890868 0.396886 0.220986 0 0 v -7.3094 0.401017 5.83278 -0.925813 0.319646 0.201735 0 0 v -7.34181 0.300997 5.83538 -0.962473 0.245787 0.115043 0 0 v -7.36431 0.201077 5.83847 -0.98033 0.188057 0.0598961 0 0 v -7.38015 0.102317 5.83976 -0.985462 0.167063 0.0308865 0 0 v -7.40071 0.00209665 5.84183 -0.976584 0.214762 0.0126913 0 0 v -7.42171 -0.0981033 5.84377 -0.988035 0.153025 -0.0192255 0 0 v -7.43498 -0.197763 5.84483 -0.995996 0.0838613 -0.0309863 0 0 v -7.43857 -0.297233 5.84526 -0.991746 0.0406726 -0.121594 0 0 v -7.44503 -0.397133 5.847 -0.98645 0.0234506 -0.162375 0 0 v -7.43872 -0.496953 5.84614 -0.965794 -0.0180577 -0.258682 0 0 v -7.44557 -0.596913 5.84811 -0.971747 0.0389982 -0.232781 0 0 v -7.44796 -0.697063 5.84842 -0.981846 -0.0226259 -0.188327 0 0 v -7.44057 -0.797053 5.84762 -0.975358 -0.0590542 -0.212578 0 0 v -7.43491 -0.896683 5.84925 -0.97906 -0.0997635 -0.177451 0 0 v -7.42117 -0.995833 5.84956 -0.959344 -0.180644 -0.216855 0 0 v -7.39445 -1.09696 5.84672 -0.941129 -0.253121 -0.224066 0 0 v -7.36712 -1.19574 5.84717 -0.940675 -0.275274 -0.19838 0 0 v -7.33901 -1.29365 5.84726 -0.920109 -0.340448 -0.193634 0 0 v 3.60593 2.54671 7.58406 0.254938 0.884416 0.390917 0 0 v -7.41244 -0.376254 10.8808 -0.892005 0.439276 0.106602 0 0 v -7.51528 -1.56865 10.8906 -0.906511 0.0796891 -0.414594 0 0 v -3.42418 2.59388 8.21247 0.129243 0.869225 0.477225 0 0 v -6.62525 1.02879 11.0012 -0.87131 0.458635 0.174567 0 0 v -7.23711 -0.0707335 11.0158 -0.869745 0.488955 0.0668301 0 0 v -4.66004 2.33522 8.16936 -0.387143 0.783723 0.485693 0 0 v -6.99473 0.329286 11.1464 -0.859651 0.443604 0.253409 0 0 v -7.43846 -2.06906 11.1657 -0.925204 -0.344802 0.158459 0 0 v -6.78154 0.730096 11.2816 -0.872855 0.487596 0.0193687 0 0 v -5.92223 2.03259 11.4061 -0.798995 0.24481 -0.54925 0 0 v -7.61957 -0.767044 11.433 -0.983232 0.180309 -0.0272623 0 0 v -6.05738 1.93462 11.5454 -0.813178 0.291933 -0.503504 0 0 v -6.05268 2.93485 11.8208 -0.892596 0.144226 -0.427166 0 0 v -6.24944 1.33648 11.9681 -0.979907 0.0859109 0.180005 0 0 v -6.38911 4.44487 13.6287 -0.974748 -0.127337 0.183444 0 0 v -6.30309 4.14493 13.6308 -0.847432 -0.286222 0.447143 0 0 v -3.87322 1.03951 12.9483 -0.750191 0.489885 0.444102 0 0 v -5.57934 5.64706 13.3449 -0.920314 0.314596 -0.232488 0 0 v -5.23199 6.54933 13.6278 -0.902669 0.420863 -0.0897884 0 0 v -7.00693 0.820747 8.25657 -0.661721 0.561055 -0.497336 0 0 v -6.16933 3.03994 12.5135 -0.630225 0.381725 -0.676093 0 0 v -5.68914 5.03808 12.2243 -0.971433 0.123908 0.2024 0 0 v -5.74873 4.8375 12.0859 -0.966949 0.167081 0.192596 0 0 v -7.627 -1.06538 11.708 -0.933621 -0.0997885 0.344083 0 0 v -7.5837 -1.26518 11.7096 -0.861399 -0.210458 0.462277 0 0 v -6.04981 2.43658 11.9603 -0.934961 -0.0323407 0.353274 0 0 v -5.97846 2.83785 12.0975 -0.920503 0.0298857 0.389591 0 0 v -5.98122 3.542 12.6481 -0.708702 0.328014 -0.624618 0 0 v -5.38498 6.14478 13.0622 -0.947158 0.320272 0.0178176 0 0 v 1.85196 3.66963 6.57066 0.207638 0.423354 0.881849 0 0 v -7.89424 -0.678753 9.23816 -0.9719 0.211815 0.102692 0 0 v -6.20295 1.50749 7.81167 -0.682709 0.57151 0.455285 0 0 v -0.869694 3.50752 6.40416 -0.265217 0.579871 0.770331 0 0 v -1.24641 4.41038 5.56652 -0.647454 0.642748 0.409485 0 0 v -1.33518 4.30802 5.57263 -0.727445 0.551475 0.408288 0 0 v -1.39837 4.20687 5.5772 -0.805009 0.466507 0.366513 0 0 v -1.45036 4.10692 5.58181 -0.867602 0.379425 0.321409 0 0 v -1.52316 3.90438 5.58641 -0.879136 0.327665 0.346057 0 0 v -1.55997 3.80376 5.58892 -0.849503 0.340458 0.40303 0 0 v -1.59655 3.70342 5.59146 -0.861023 0.282286 0.423029 0 0 v -1.6226 3.60353 5.59412 -0.785549 0.439099 0.43601 0 0 v 3.03134 1.78403 9.10477 0.381726 0.511891 0.76958 0 0 v -7.64339 0.221237 9.36637 -0.874296 0.478222 0.0831292 0 0 v -7.1848 0.719677 8.40117 -0.674384 0.590285 -0.443587 0 0 v -7.78229 -1.87846 9.38006 -0.964837 -0.255941 0.0598666 0 0 v -7.21772 1.02051 9.49216 -0.828814 0.542359 0.137527 0 0 v -7.79429 -0.675783 9.78556 -0.940101 0.139211 0.311176 0 0 v -6.94805 0.518027 7.84906 -0.861957 0.434181 -0.261759 0 0 v -5.40474 6.1421 12.4953 -0.871297 0.444758 -0.207444 0 0 v -3.58282 1.94722 9.12626 -0.27452 0.627707 0.728439 0 0 v -3.46892 1.96594 9.14186 -0.171861 0.650801 0.739541 0 0 v -6.20312 2.20396 5.89429 -0.733519 0.678922 -0.0318503 0 0 v -6.29006 2.10654 5.89995 -0.819036 0.571994 -0.0447465 0 0 v -6.34213 2.00993 5.90292 -0.804313 0.583464 -0.112478 0 0 v -6.42741 1.91154 5.90772 -0.7103 0.681734 -0.175251 0 0 v -6.54424 1.80943 5.91527 -0.656362 0.722419 -0.217486 0 0 v -6.6633 1.70921 5.92316 -0.658661 0.730954 -0.178527 0 0 v -6.77058 1.60889 5.92922 -0.724527 0.685024 -0.0761725 0 0 v -6.8626 1.50446 5.93716 -0.792568 0.609735 -0.00763429 0 0 v -6.93452 1.40415 5.94191 -0.864347 0.501819 -0.0328973 0 0 v -6.98226 1.30396 5.94519 -0.914956 0.402201 -0.0330027 0 0 v -7.02 1.20178 5.94017 -0.957578 0.283775 -0.0501673 0 0 v -7.04034 1.10332 5.94991 -0.980262 0.189419 -0.0566345 0 0 v -7.05062 1.0032 5.95132 -0.994253 0.104512 -0.0232188 0 0 v -7.05538 0.901017 5.95219 -0.98871 0.149146 0.014409 0 0 v -7.08764 0.802777 5.95368 -0.928637 0.339702 0.149119 0 0 v -7.1366 0.703567 5.95772 -0.840421 0.487578 0.23656 0 0 v -7.19428 0.602657 5.96182 -0.872072 0.441637 0.210823 0 0 v -7.23781 0.501077 5.96486 -0.922984 0.323131 0.209015 0 0 v -7.27319 0.401177 5.96715 -0.912502 0.344365 0.2208 0 0 v -7.30815 0.300947 5.96989 -0.923071 0.334109 0.190554 0 0 v -7.34305 0.201567 5.97273 -0.95315 0.259873 0.154824 0 0 v -7.36739 0.102237 5.97431 -0.974745 0.176432 0.136908 0 0 v -7.38227 0.0033467 5.9755 -0.964846 0.210868 0.156865 0 0 v -7.41237 -0.0971233 5.97807 -0.963597 0.216529 0.156832 0 0 v -7.4271 -0.196533 5.97932 -0.982985 0.15682 0.095642 0 0 v -7.44794 -0.296713 5.98115 -0.987662 0.153362 0.0316975 0 0 v -7.45861 -0.396473 5.98231 -0.997479 0.0703244 -0.00953064 0 0 v -7.46205 -0.496533 5.98265 -0.998729 0.015379 -0.0480034 0 0 v -7.46119 -0.596323 5.98317 -0.999756 -0.0096288 -0.0198833 0 0 v -7.45775 -0.795913 5.9843 -0.998566 -0.0454768 -0.0282643 0 0 v -7.44971 -0.896173 5.98427 -0.994852 -0.0862725 -0.053171 0 0 v -7.43855 -0.996033 5.98414 -0.989178 -0.126681 -0.0740125 0 0 v -7.42264 -1.09503 5.98465 -0.961024 -0.250443 -0.117095 0 0 v -7.38922 -1.19464 5.98313 -0.941989 -0.309755 -0.129262 0 0 v -7.35426 -1.2941 5.98224 -0.935815 -0.336997 -0.103358 0 0 v 3.23469 2.32251 8.49277 0.321609 0.77659 0.541735 0 0 v -7.26853 -0.0727435 10.8771 -0.87014 0.459232 0.17878 0 0 v -7.47577 -0.472474 10.8817 -0.837643 0.540777 -0.0769024 0 0 v -7.49578 -1.469 10.889 -0.946427 -0.0155706 -0.322542 0 0 v -6.68611 0.730596 11.6948 -0.753364 0.62887 0.192261 0 0 v -5.92923 1.62302 10.9906 -0.484924 0.871893 -0.0681978 0 0 v -7.08886 0.227796 11.0103 -0.87049 0.362089 0.333374 0 0 v -7.35118 -0.271864 11.0179 -0.891433 0.450088 0.0526107 0 0 v -7.52373 -1.86836 11.0268 -0.925915 -0.342742 -0.158774 0 0 v -6.93973 0.431176 11.1472 -0.84779 0.425472 0.316584 0 0 v -7.40225 -2.16842 11.166 -0.933445 -0.276897 0.228053 0 0 v -6.72258 0.830796 11.2806 -0.853667 0.520765 0.00752666 0 0 v -5.95163 1.93481 11.4027 -0.777366 0.302278 -0.551661 0 0 v -7.56307 -0.567014 11.432 -0.949463 0.281934 -0.137964 0 0 v -6.09235 1.83417 11.5465 -0.855713 0.262775 -0.445763 0 0 v -6.02594 3.13431 11.821 -0.889435 0.0870574 -0.448694 0 0 v -6.24681 1.23577 11.9681 -0.949634 0.138396 0.281144 0 0 v -7.70351 -0.385123 8.29156 -0.846351 0.15123 -0.510705 0 0 v -6.34567 4.64258 13.4899 -0.641824 0.374143 -0.669387 0 0 v -5.50546 5.84652 13.3451 -0.908435 0.383868 -0.165501 0 0 v -5.46827 5.94576 13.3449 -0.934387 0.340159 -0.105892 0 0 v 0.0426861 4.34784 6.25299 -0.154059 0.66009 0.735219 0 0 v -5.48287 6.04887 13.6266 -0.878258 0.415461 -0.236762 0 0 v -7.36677 0.423077 8.26837 -0.627593 0.528511 -0.571667 0 0 v -6.22967 2.9398 12.5141 -0.771068 0.282312 -0.570749 0 0 v -5.67715 5.1382 12.2238 -0.97187 0.141166 0.188521 0 0 v -6.06883 2.53612 11.9605 -0.911709 -0.0719634 0.404484 0 0 v -5.98002 2.53762 12.0984 -0.988513 0.117587 -0.0949518 0 0 v -5.91635 3.73979 12.6497 -0.854407 0.248371 -0.456399 0 0 v -0.714944 2.75493 15.2706 -0.737151 0.427654 0.523183 0 0 v -6.98802 0.917956 10.3128 -0.684127 0.679959 0.263867 0 0 v -7.95121 -0.978803 9.24047 -0.996851 0.0532781 0.0587357 0 0 v -6.30767 1.40444 7.81367 -0.621032 0.608181 0.494403 0 0 v -3.24663 2.08538 9.06177 -0.0486061 0.731229 0.680398 0 0 v -1.24461 4.30737 5.70913 -0.653281 0.573403 0.494401 0 0 v -1.31257 4.20952 5.71712 -0.708601 0.501268 0.496603 0 0 v -1.37752 4.10938 5.72279 -0.758335 0.437804 0.482966 0 0 v -1.42598 4.00735 5.72493 -0.80737 0.344302 0.479176 0 0 v -1.46287 3.90634 5.72658 -0.849496 0.299111 0.434614 0 0 v -1.48811 3.80533 5.72861 -0.860995 0.263389 0.435102 0 0 v -1.52407 3.70574 5.73105 -0.836984 0.293221 0.462037 0 0 v -1.55138 3.6076 5.73468 -0.810187 0.340815 0.476908 0 0 v -1.58827 3.51412 5.74575 -0.713417 0.416538 0.563499 0 0 v 1.07567 2.2649 8.82176 0.0269538 0.752078 0.658523 0 0 v 1.63608 2.61389 8.58216 -0.14006 0.666965 0.731806 0 0 v -7.68929 0.121217 9.36786 -0.896465 0.4225 0.133581 0 0 v -7.00856 0.922677 8.39146 -0.675799 0.619736 -0.399027 0 0 v -7.10096 0.819407 8.39746 -0.693687 0.580247 -0.426745 0 0 v -6.93788 0.915366 10.4486 -0.640218 0.732255 0.232216 0 0 v -7.2782 0.920977 9.49446 -0.896716 0.417476 0.14702 0 0 v -7.61949 0.220757 9.50327 -0.907524 0.4044 0.113405 0 0 v -7.00811 0.415737 7.86396 -0.84476 0.371146 -0.385528 0 0 v -3.94071 1.85841 9.04906 -0.254205 0.663397 0.703764 0 0 v -4.05315 2.32299 8.53257 -0.251888 0.79098 0.557588 0 0 v -6.10909 2.30595 6.02573 -0.667548 0.744493 0.0104827 0 0 v -6.20744 2.20815 6.03185 -0.724996 0.688751 -0.00151893 0 0 v -6.29176 2.10846 6.03721 -0.774086 0.631203 -0.0487241 0 0 v -6.47213 1.90901 6.04798 -0.708983 0.693885 -0.125961 0 0 v -6.58768 1.80551 6.05567 -0.693663 0.715265 -0.0850178 0 0 v -6.68327 1.70542 6.0619 -0.749744 0.661152 0.0276014 0 0 v -6.76691 1.60482 6.06743 -0.770335 0.628495 0.107605 0 0 v -6.8486 1.50308 6.07259 -0.783556 0.605121 0.140955 0 0 v -6.91925 1.40276 6.07721 -0.837622 0.535817 0.106256 0 0 v -6.98082 1.30361 6.08156 -0.907491 0.411727 0.0833105 0 0 v -7.01706 1.20418 6.08413 -0.941228 0.334216 0.0488795 0 0 v -7.05322 1.10409 6.08642 -0.981071 0.191965 -0.0254883 0 0 v -7.06193 1.00363 6.08782 -0.996726 0.0755938 -0.0286784 0 0 v 6.99044 0.671177 3.73392 0.267811 0.688756 0.673715 0 0 v -2.17732 3.42992 1.37496 -0.51058 0.45588 0.729028 0 0 v -6.15296 -2.43948 4.63765 -0.602202 -0.614884 -0.509186 0 0 v -0.159004 3.04226 7.67776 0.230511 0.819662 0.524423 0 0 v -1.80589 2.92038 7.56567 0.119539 0.835858 0.535773 0 0 v 1.04495 3.75396 6.64875 0.0222937 0.472951 0.880806 0 0 v -0.622804 1.44482 9.19636 -0.156052 0.3951 0.905286 0 0 v 2.22634 2.89104 8.09466 0.199858 0.919404 0.338752 0 0 v 0.574306 4.35236 6.2602 0.0465189 0.743031 0.667638 0 0 v 5.83024 1.06551 3.32736 0.642511 0.713555 0.279318 0 0 v 3.78139 2.84323 7.11416 0.316889 0.739476 0.593934 0 0 v -0.984604 2.24221 8.62967 -0.0221058 0.696129 0.717576 0 0 v 3.99534 3.36327 2.97518 0.593816 0.783859 0.181517 0 0 v 2.07583 3.88264 6.39483 0.340944 0.522006 0.781836 0 0 v 3.90929 3.04065 6.54865 0.322336 0.925658 0.198135 0 0 v 4.55923 2.04329 7.67437 0.590787 0.693219 0.412817 0 0 v -3.38095 1.64758 9.41096 -0.115616 0.559384 0.820806 0 0 v -1.51359 2.52282 8.32717 0.0807447 0.736357 0.671758 0 0 v -1.61609 2.52753 8.33207 0.0206022 0.724189 0.689293 0 0 v -2.24578 2.53896 8.34527 -0.0287685 0.779883 0.625264 0 0 v 4.0045 3.0177 6.52666 0.359035 0.904159 0.231497 0 0 v 4.09432 2.98454 6.49611 0.442573 0.84742 0.293272 0 0 v 1.71547 2.09856 9.03767 -0.139782 0.65134 0.7458 0 0 v 4.30771 1.99864 8.00557 0.371567 0.686184 0.625372 0 0 v 1.84077 2.22629 8.96597 -0.16769 0.678513 0.715193 0 0 v 0.102076 3.30009 7.16426 -0.204709 0.933599 0.294089 0 0 v 6.13132 1.22271 3.08475 -0.114078 0.81001 0.575213 0 0 v -3.45754 2.20986 0.371595 -0.23876 0.887975 0.393057 0 0 v 3.75259 3.06268 6.75833 0.434292 0.854247 0.285748 0 0 v -1.36337 3.15928 7.40846 -0.155248 0.855519 0.493948 0 0 v 2.22619 4.22925 5.76395 0.40656 0.893716 0.189686 0 0 v 4.18424 2.94971 6.46081 0.465661 0.838056 0.284292 0 0 v 4.30583 2.0885 7.90257 0.378852 0.718075 0.583815 0 0 v -3.08803 2.54035 8.35077 -0.0747751 0.969933 0.2316 0 0 v 4.97277 1.51939 7.74806 0.791386 0.438078 0.426376 0 0 v 7.13971 0.829487 3.3051 0.577307 0.80636 0.128452 0 0 v 4.03849 2.01153 8.20296 0.625886 0.622287 0.470133 0 0 v -1.08909 2.33968 8.53197 -0.0124575 0.753933 0.656834 0 0 v 0.0692461 3.7035 6.59498 -0.169231 0.328739 0.929135 0 0 v -2.06938 3.2048 6.68468 -0.192437 0.966353 0.170677 0 0 v 0.297096 3.73869 6.62943 -0.115575 0.346069 0.931063 0 0 v 4.47022 1.43002 8.40757 0.551979 0.504763 0.663727 0 0 v 0.872786 2.37578 8.73887 0.0873822 0.777212 0.623142 0 0 v 0.971576 2.36336 8.72717 0.155982 0.741594 0.652464 0 0 v 1.07362 2.35361 8.71767 0.0615157 0.74231 0.667227 0 0 v 2.06255 2.71351 8.48667 0.199185 0.779067 0.594458 0 0 v 0.460776 4.52995 6.04081 0.134205 0.848846 0.511321 0 0 v -2.14515 2.62207 8.23337 0.000482839 0.828479 0.560021 0 0 v -2.16696 3.55027 1.28986 -0.496754 0.5596 0.663388 0 0 v -1.58303 3.66652 1.41039 -0.124403 0.678324 0.724155 0 0 v 7.08496 0.648657 3.71326 0.3887 0.6961 0.60362 0 0 v -1.67537 1.64382 9.02086 0.127871 0.527892 0.83963 0 0 v 4.27107 2.91155 6.42776 0.529792 0.803269 0.272176 0 0 v 1.06555 2.52599 8.50456 -0.0822936 0.818279 0.5689 0 0 v 4.35542 2.86275 6.37831 0.565819 0.769316 0.29665 0 0 v 7.17425 0.612567 3.67951 0.507916 0.640454 0.576055 0 0 v 3.30238 2.94911 7.21287 0.189112 0.661908 0.725337 0 0 v 3.19581 2.76022 7.41057 0.24112 0.775496 0.583496 0 0 v 7.25846 0.570607 3.63982 0.654989 0.564119 0.502751 0 0 v -1.11763 2.74628 7.96836 -0.144972 0.714327 0.684631 0 0 v -1.4075 2.51936 8.32357 0.107098 0.758253 0.643103 0 0 v 3.99949 2.48469 7.52606 0.254888 0.806723 0.533132 0 0 v 1.17084 2.98972 8.00086 0.204072 0.758857 0.618458 0 0 v -0.313574 2.7908 8.19466 -0.0295921 0.792242 0.609489 0 0 v -2.8834 2.53211 8.33956 0.119984 0.950778 0.285702 0 0 v 1.91735 1.70331 9.40876 -0.0569085 0.593302 0.802966 0 0 v 3.57395 2.42456 8.02997 0.404255 0.836649 0.36959 0 0 v 4.43973 2.81896 6.33885 0.576279 0.732834 0.361742 0 0 v 0.562576 4.1341 6.43807 0.0697478 0.544948 0.835564 0 0 v 1.52623 2.60258 8.57216 -0.181912 0.678827 0.711408 0 0 v -2.45429 2.35402 8.55157 0.100401 0.813823 0.572374 0 0 v 4.42788 3.04064 5.60014 0.57251 0.816867 0.0704314 0 0 v 4.52447 2.98664 5.54902 0.491457 0.866748 0.0849549 0 0 v 6.0287 1.03785 3.30066 -0.0697746 0.794815 0.602827 0 0 v 3.04697 2.00304 8.93746 0.383601 0.601242 0.700969 0 0 v 5.64706 1.33481 3.19684 0.850509 0.501265 -0.159273 0 0 v -2.73589 2.33526 8.72326 0.164943 0.847481 0.504548 0 0 v -3.93782 1.58882 9.36047 0.124716 0.862598 0.490276 0 0 v 2.62792 3.52073 6.43222 0.286716 0.544973 0.787908 0 0 v -3.46703 2.8056 7.82227 0.0252096 0.937687 0.346564 0 0 v -3.36582 2.79772 7.81977 0.115232 0.919711 0.375303 0 0 v -1.69374 3.65372 1.3966 -0.172909 0.637529 0.750772 0 0 v 4.52975 2.44824 7.11737 0.555822 0.763501 0.328829 0 0 v 5.84854 1.00779 3.46807 0.80886 0.582352 0.0813142 0 0 v 3.9497 2.13735 8.13387 0.572949 0.722776 0.386424 0 0 v 4.5232 2.7713 6.29385 0.592958 0.692517 0.410878 0 0 v 3.65906 3.24102 6.16705 0.368978 0.857587 0.35833 0 0 v 4.6075 2.72433 6.24926 0.580336 0.671696 0.460472 0 0 v 4.69187 2.68142 6.20973 0.583439 0.64778 0.489878 0 0 v -0.424034 2.66671 15.5092 0.134505 -0.291057 0.947203 0 0 v -0.325004 2.74139 15.5119 0.354403 -0.468616 0.809195 0 0 v 4.85995 2.59097 6.12488 0.597266 0.648127 0.472445 0 0 v -1.75121 3.24141 1.60411 -0.310811 0.30298 0.900888 0 0 v 4.44832 2.74416 6.45753 0.638417 0.671387 0.376381 0 0 v 5.03195 2.31173 6.23893 0.654236 0.589625 0.473621 0 0 v 2.24195 3.59904 6.50486 0.282438 0.489472 0.825013 0 0 v 3.4123 1.9728 8.72427 0.362659 0.60408 0.709624 0 0 v -1.14483 3.87854 0.794185 0.140459 0.989564 -0.032158 0 0 v 2.11799 2.95199 7.97667 0.181699 0.963271 0.197725 0 0 v 3.84247 3.43046 5.39431 0.460418 0.823247 0.332084 0 0 v 0.746926 2.52084 8.50106 -0.0324458 0.845879 0.532387 0 0 v -4.50611 1.43731 1.25411 -0.392541 0.535769 0.747572 0 0 v 4.94579 2.54546 6.08184 0.618694 0.642575 0.452012 0 0 v 2.76569 3.20818 6.89396 -0.118757 0.948169 0.294741 0 0 v 3.46523 2.51068 7.92517 0.323756 0.8943 0.308884 0 0 v 1.37896 1.67734 9.39077 0.140327 0.630897 0.763071 0 0 v -0.228604 3.27086 7.13696 0.0483579 0.94275 0.329976 0 0 v -0.362474 2.02729 8.80167 0.0299459 0.657889 0.752519 0 0 v 2.16199 2.60787 8.57407 0.234669 0.745191 0.624195 0 0 v 0.339646 3.26162 7.31727 -0.0510577 0.927116 0.371281 0 0 v 0.357876 4.14855 6.45022 -0.0131635 0.569182 0.822106 0 0 v 3.78753 2.05679 8.43047 0.464089 0.675343 0.573179 0 0 v 2.67429 2.38795 8.73907 0.285514 0.739375 0.60976 0 0 v 2.26948 2.42414 8.77447 0.0324318 0.808907 0.587041 0 0 v 6.68979 0.897897 3.56151 0.100198 0.771648 0.628108 0 0 v 6.14333 1.05694 3.3189 -0.142946 0.791736 0.593903 0 0 v 5.0279 2.49622 6.03551 0.646196 0.610483 0.457975 0 0 v 2.16043 2.42152 8.77307 -0.00389662 0.768747 0.639542 0 0 v 2.71192 2.80135 8.00877 0.306349 0.90282 0.301772 0 0 v -1.83446 2.60994 8.22066 -0.0428164 0.78703 0.615427 0 0 v 4.9791 1.71035 7.55367 0.71918 0.445225 0.533437 0 0 v 1.59874 3.2998 6.78738 0.25058 0.656933 0.71109 0 0 v -2.03946 3.59536 1.33532 -0.345054 0.600901 0.72101 0 0 v -1.47146 3.67487 1.4198 -0.0606887 0.71538 0.696095 0 0 v -3.03793 2.27226 8.85566 -0.0139666 0.79213 0.610193 0 0 v 5.02972 2.40162 6.13503 0.665117 0.55936 0.494708 0 0 v -3.71917 1.60216 9.37376 -0.114378 0.701346 0.703584 0 0 v 5.10718 2.43987 5.9822 0.707327 0.546354 0.448538 0 0 v 5.18434 2.37656 5.92242 0.72512 0.539538 0.427902 0 0 v -0.537644 2.76279 8.16967 -0.232894 0.79388 0.561707 0 0 v -0.423774 2.78116 8.18626 -0.171402 0.802301 0.571781 0 0 v 5.26133 2.31827 5.86759 0.706413 0.583564 0.400542 0 0 v 5.3419 2.26274 5.81507 0.722226 0.6002 0.343728 0 0 v 4.9391 2.77932 5.34973 0.51537 0.849471 0.113106 0 0 v 5.03736 2.2254 6.34431 0.667398 0.657644 0.349406 0 0 v -0.505804 2.82099 15.4686 -0.598969 0.2252 0.768454 0 0 v -0.380004 2.90283 15.5319 -0.365211 0.0876984 0.926785 0 0 v -0.236574 2.93279 15.5561 0.166218 -0.0879225 0.982161 0 0 v -4.7526 1.36628 1.18438 -0.327833 0.548597 0.769134 0 0 v -4.13233 2.02951 0.392085 -0.311621 0.913357 0.262052 0 0 v -2.13746 2.44637 8.44777 0.194724 0.67201 0.714482 0 0 v 0.668466 4.51256 6.02912 0.107303 0.86996 0.481307 0 0 v -3.36636 2.33887 8.73167 -0.097722 0.841298 0.531665 0 0 v -1.9743 1.49725 9.25737 0.475792 0.38353 0.791534 0 0 v 3.04854 2.28535 8.64307 0.361372 0.742083 0.564556 0 0 v 4.65965 1.84256 7.86047 0.627789 0.630654 0.456242 0 0 v 1.84308 2.8829 8.27286 -0.0124247 0.869691 0.49344 0 0 v 2.33171 1.68464 9.38747 0.162335 0.617407 0.769711 0 0 v 0.446636 4.01789 6.51589 0.0449319 0.456323 0.888679 0 0 v -1.70938 4.00269 0.503225 0.113523 0.984078 0.136759 0 0 v 1.50977 3.24163 6.92137 0.136444 0.901147 0.411482 0 0 v -0.126394 3.26867 7.13217 -0.00991609 0.957061 0.289718 0 0 v -1.41073 3.95521 0.469475 0.198687 0.976707 0.0810364 0 0 v 2.73132 3.79746 6.12735 0.367434 0.689868 0.623759 0 0 v -0.664544 4.00273 6.30389 -0.294567 0.371346 0.88053 0 0 v 6.80079 1.27148 2.74628 0.541503 0.839162 0.0508186 0 0 v 2.3721 2.4198 8.76997 0.0688056 0.822303 0.564874 0 0 v 7.08069 0.734697 3.60189 0.406138 0.757588 0.510991 0 0 v 7.16976 0.701547 3.57095 0.520026 0.712703 0.470772 0 0 v 0.766296 2.37643 8.73986 -0.0281279 0.80895 0.587203 0 0 v 1.17989 2.35448 8.71797 -0.0223028 0.748033 0.663287 0 0 v -2.13951 2.53659 8.34267 0.0793918 0.748035 0.658894 0 0 v 3.12251 1.7525 9.07637 0.406749 0.544717 0.733375 0 0 v -3.49031 2.39825 8.59787 -0.0621877 0.882159 0.466828 0 0 v 1.38644 1.88062 9.20827 0.0616606 0.701224 0.710269 0 0 v -4.46935 1.9025 0.464905 -0.364693 0.896325 0.252192 0 0 v 0.0689262 2.89146 7.91236 0.0657825 0.863298 0.50039 0 0 v 4.16962 2.58344 7.24437 0.375556 0.788337 0.487321 0 0 v 0.969756 3.00995 8.02006 0.0817986 0.760555 0.6441 0 0 v -0.0333739 2.90115 7.92096 0.13513 0.893027 0.429236 0 0 v 4.6984 2.35449 7.02787 0.556156 0.780886 0.284442 0 0 v -2.14149 2.46965 1.65991 -0.255249 0.161471 0.953297 0 0 v -0.209054 2.50463 8.49117 -0.100241 0.731351 0.674595 0 0 v -1.72619 2.32749 8.52377 -0.0599035 0.672731 0.737459 0 0 v 4.37282 3.05407 5.80465 0.597824 0.780864 0.181268 0 0 v -0.739484 4.25891 6.16091 -0.352168 0.482681 0.801871 0 0 v -2.9317 2.70693 7.93727 -0.0217583 0.821468 0.56984 0 0 v 6.25971 0.976157 3.43972 -0.0859679 0.755772 0.649167 0 0 v 6.147 0.968107 3.4302 -0.124435 0.772893 0.622215 0 0 v -0.333204 3.05705 15.5086 -0.467413 0.361622 0.806693 0 0 v -0.192714 3.11001 15.5454 -0.101954 0.251748 0.962408 0 0 v 0.285536 2.90276 7.92217 -0.230541 0.781699 0.579481 0 0 v -1.88748 1.45696 9.22057 0.456494 0.386729 0.801283 0 0 v -4.16827 2.11542 8.72117 -0.301218 0.691789 0.656274 0 0 v -3.25108 2.11898 0.881995 -0.37922 0.887378 0.262205 0 0 v -3.03431 2.0904 9.06487 -0.0151019 0.735586 0.677263 0 0 v -2.83465 2.34882 8.73676 0.127871 0.846141 0.517393 0 0 v -2.53913 2.30367 8.69347 0.257606 0.841697 0.474537 0 0 v 2.86595 2.25335 8.79917 0.336981 0.694477 0.635725 0 0 v 2.95941 2.2277 8.77477 0.37631 0.691584 0.616525 0 0 v 4.72509 1.38943 8.18526 0.676998 0.386102 0.626578 0 0 v 1.58061 3.9549 6.46324 0.216121 0.521576 0.825379 0 0 v 0.213706 2.60155 8.39167 -0.0315636 0.875587 0.482029 0 0 v 3.22325 2.39214 8.37136 0.269018 0.850243 0.452456 0 0 v -0.978674 4.39217 5.89781 -0.478262 0.66413 0.574628 0 0 v 4.82244 2.36114 6.66401 0.577372 0.808473 0.114074 0 0 v 0.710106 3.33707 7.01156 0.187698 0.951963 0.241942 0 0 v -1.09082 2.23928 8.62697 -0.0630928 0.648435 0.758651 0 0 v 3.79862 3.53071 5.10293 0.465418 0.884864 0.0200505 0 0 v -4.16551 2.21355 8.62197 -0.305936 0.722312 0.620216 0 0 v 4.05219 3.39614 4.97349 0.547194 0.833606 0.0753613 0 0 v 6.94546 1.13622 2.62099 0.728115 0.661045 -0.181297 0 0 v 3.59238 2.89068 7.15816 0.34139 0.682516 0.646239 0 0 v 3.9525 1.68081 8.63846 0.551831 0.540533 0.635064 0 0 v 4.55297 1.38659 8.36537 0.611839 0.443836 0.654723 0 0 v -1.72225 2.52669 8.33147 -0.0440798 0.724075 0.688311 0 0 v -1.83236 2.51809 8.32477 -0.0805108 0.72174 0.687466 0 0 v 6.84465 1.16642 3.0347 0.521479 0.753522 0.40033 0 0 v 2.0595 2.52132 8.67957 0.0570021 0.676927 0.73384 0 0 v 2.25703 4.10258 6.03062 0.479662 0.765142 0.429513 0 0 v -1.5199 2.22576 8.61786 -0.0254085 0.636842 0.770575 0 0 v -1.41312 2.6036 8.21326 0.177332 0.779118 0.601272 0 0 v -1.92464 3.61548 1.35645 -0.278152 0.601594 0.74881 0 0 v -1.77249 2.79657 7.82796 0.165318 0.920074 0.355154 0 0 v -1.56774 2.78504 7.81587 -0.0315875 0.891432 0.452052 0 0 v 2.53102 2.77155 8.16866 0.306221 0.761587 0.571152 0 0 v 4.17944 3.20838 3.02245 0.625726 0.759321 0.178603 0 0 v 3.86695 2.89457 6.97456 0.427231 0.765737 0.480749 0 0 v -1.80972 3.8361 1.16683 -0.167447 0.824464 0.540574 0 0 v 1.17996 2.54008 8.51696 -0.165933 0.748488 0.642053 0 0 v 6.11807 0.555517 4.20232 0.958143 0.276549 0.0740477 0 0 v 6.16846 0.440557 4.0934 0.875761 0.390756 0.283466 0 0 v -2.13922 1.9701 8.94897 0.478193 0.617794 0.624229 0 0 v 6.24294 0.374557 4.03015 0.601613 0.4613 0.652122 0 0 v 6.33434 0.342587 3.9991 0.265433 0.399344 0.877536 0 0 v -0.326444 3.17008 15.4157 -0.640207 0.526993 0.55894 0 0 v -0.182884 3.25096 15.4833 -0.383868 0.479205 0.789308 0 0 v 3.93771 2.20588 8.01277 0.498263 0.782251 0.373921 0 0 v 6.44234 0.342267 3.99672 -0.0333948 0.405382 0.913537 0 0 v 0.757206 3.00836 8.01907 -0.0973939 0.764269 0.637501 0 0 v 2.81647 3.47206 6.38628 0.392041 0.613504 0.685505 0 0 v -2.42454 2.7393 1.51118 -0.359022 0.177116 0.91637 0 0 v 2.26149 3.82768 6.34411 0.329931 0.571286 0.751517 0 0 v -3.9312 2.16657 8.76587 -0.248262 0.699827 0.669782 0 0 v -1.85704 2.75182 7.97317 0.0924213 0.906155 0.412725 0 0 v 0.735666 2.67986 8.27517 -0.12915 0.697564 0.704787 0 0 v -2.14283 1.8687 9.04317 0.501393 0.564713 0.655518 0 0 v -2.22947 1.9092 9.08066 0.490123 0.563527 0.664993 0 0 v 1.77724 3.92226 6.43195 0.15911 0.518215 0.84032 0 0 v 1.18249 4.00686 6.5091 0.101483 0.496341 0.862176 0 0 v 0.851366 2.79851 8.19916 -0.0535829 0.602441 0.796363 0 0 v 3.92411 2.26875 7.88337 0.392407 0.811874 0.432293 0 0 v 6.55383 0.350257 4.00274 -0.0679736 0.400979 0.913562 0 0 v 3.1993 2.52661 8.12566 0.328942 0.842488 0.426628 0 0 v -0.00257391 2.591 8.38317 -0.014069 0.851857 0.523586 0 0 v -1.60398 3.42371 1.57886 -0.217468 0.471644 0.854552 0 0 v -2.71885 2.08882 9.06126 0.0757817 0.73594 0.672793 0 0 v 4.96236 1.31443 7.93037 0.786401 0.325108 0.52524 0 0 v -2.94771 1.67182 9.42857 0.0344066 0.469055 0.882498 0 0 v -1.18626 1.36907 9.13336 -0.0199628 0.327166 0.944756 0 0 v 6.65973 0.351637 4.00529 -0.0175977 0.423174 0.905877 0 0 v 2.86354 2.34111 8.69506 0.343239 0.740927 0.577248 0 0 v 4.56916 1.97459 7.79697 0.613178 0.677082 0.406906 0 0 v -3.94306 1.76059 9.14707 -0.17658 0.731258 0.658848 0 0 v 6.76553 0.351867 4.00531 0.0525244 0.450014 0.891476 0 0 v 6.86683 0.344867 3.9994 0.141003 0.444358 0.884683 0 0 v -4.51726 2.12903 8.54696 -0.362107 0.710158 0.603783 0 0 v 4.23484 2.68275 6.96157 0.470761 0.833533 0.28915 0 0 v -2.03891 2.62013 8.23096 0.0796002 0.807653 0.584261 0 0 v -3.26652 2.78405 7.81237 0.177317 0.913449 0.366291 0 0 v -3.06217 2.77234 7.80817 -0.0718601 0.914315 0.398577 0 0 v -1.3012 2.33471 8.52837 -0.0694942 0.722982 0.687363 0 0 v -1.41158 2.32564 8.52127 0.00570134 0.709566 0.704616 0 0 v 3.93446 3.35617 3.16158 0.627799 0.759061 0.172321 0 0 v 6.96449 0.329717 3.98553 0.247833 0.442047 0.862075 0 0 v -1.72172 2.29197 14.4723 -0.60047 0.58785 0.542096 0 0 v -1.59429 2.36462 14.5348 -0.614166 0.581982 0.533008 0 0 v -1.43406 2.46445 14.6206 -0.625986 0.601577 0.496233 0 0 v -3.13451 2.62918 8.05546 0.0659848 0.873621 0.482112 0 0 v 4.32197 2.64267 6.92376 0.489699 0.835056 0.250752 0 0 v 4.30717 1.9039 8.10367 0.379396 0.668008 0.640175 0 0 v 6.25701 0.879357 3.54139 -0.0368584 0.74246 0.668876 0 0 v -2.92807 2.09175 9.06557 -0.000737627 0.733171 0.680044 0 0 v 6.97791 0.837377 3.50472 0.368195 0.814322 0.448679 0 0 v -0.316604 3.26879 15.3192 -0.663674 0.602911 0.442758 0 0 v -0.177744 3.35371 15.3919 -0.477029 0.617829 0.625085 0 0 v -2.93023 2.62208 8.04597 -0.0111077 0.874645 0.484637 0 0 v 2.1693 2.34362 8.88587 -0.0243839 0.774656 0.631913 0 0 v 0.867556 3.0133 8.02337 0.017023 0.762723 0.646501 0 0 v 1.6969 3.28304 6.77169 0.151526 0.703622 0.694231 0 0 v 2.04148 2.01795 9.14357 -0.00813799 0.588929 0.808144 0 0 v -3.81306 2.19275 8.78867 -0.201331 0.719562 0.664602 0 0 v 2.53935 2.60378 8.38417 0.32907 0.811813 0.482361 0 0 v 0.967766 2.91415 8.11836 0.0805439 0.668358 0.739466 0 0 v 4.01447 1.30815 8.84896 0.521424 0.425978 0.739364 0 0 v 4.18252 3.19324 5.74549 0.484566 0.853675 0.190879 0 0 v 6.78874 0.885127 3.54947 0.18381 0.782257 0.595221 0 0 v -0.412724 4.66152 5.77324 -0.189813 0.874191 0.446947 0 0 v 7.15965 0.776587 3.44946 0.532542 0.782516 0.322594 0 0 v -0.174004 1.60437 9.15676 -0.021859 0.576086 0.817097 0 0 v -4.80315 1.0631 1.31955 -0.388906 0.351747 0.851485 0 0 v -0.234724 3.65263 0.402445 0.293762 0.838615 -0.458724 0 0 v 4.01787 2.24338 7.86036 0.320333 0.781598 0.535248 0 0 v -0.108834 2.59119 8.38377 0.0374582 0.788784 0.613528 0 0 v 0.397106 3.09689 7.72856 -0.283205 0.81858 0.499722 0 0 v -5.57082 0.904117 0.667835 -0.727484 0.473 0.497029 0 0 v 1.19866 3.25532 6.93326 0.077694 0.94895 0.305707 0 0 v -2.34677 1.6025 9.35677 0.247852 0.448423 0.85877 0 0 v 4.89803 1.49497 7.91097 0.775077 0.387743 0.49891 0 0 v 2.95672 2.31455 8.67027 0.388832 0.738578 0.550739 0 0 v -1.54676 3.983 0.306685 0.175462 0.86672 -0.466914 0 0 v 0.183346 3.72111 6.6127 -0.204894 0.319998 0.924997 0 0 v 3.94557 3.17511 6.10701 0.318506 0.878681 0.355632 0 0 v 3.75478 3.21889 6.14966 0.3008 0.891173 0.339602 0 0 v 4.01774 3.35549 5.32517 0.559197 0.802723 0.207206 0 0 v 2.91464 2.83485 7.48347 0.291998 0.914053 0.281504 0 0 v -1.93868 2.51475 8.32177 0.0554748 0.714153 0.697788 0 0 v -3.37967 2.40571 8.60437 -0.111992 0.896511 0.428633 0 0 v -1.49374 3.43686 1.59396 -0.181197 0.521603 0.833725 0 0 v 0.969256 2.45161 8.62236 0.0660867 0.801112 0.594855 0 0 v 0.866776 2.45531 8.62617 -0.000896393 0.842214 0.539143 0 0 v 0.756576 2.44888 8.62066 -0.0173951 0.849463 0.527361 0 0 v 2.76707 2.08217 9.01077 0.297279 0.601313 0.741652 0 0 v -1.56928 1.64347 9.01777 -0.0206866 0.484572 0.874507 0 0 v -2.1501 2.13589 14.1573 -0.570595 0.685955 0.451539 0 0 v -1.87232 2.29477 14.2943 -0.594697 0.653716 0.467964 0 0 v -1.58461 2.45471 14.4325 -0.610381 0.673539 0.416869 0 0 v -1.43104 2.54842 14.5146 -0.601005 0.696803 0.391482 0 0 v -1.29515 2.62495 14.5798 -0.610098 0.682865 0.401842 0 0 v -0.996894 2.80951 14.7405 -0.625384 0.703739 0.337114 0 0 v 6.79155 0.697537 3.75864 0.104896 0.671286 0.733738 0 0 v 1.08731 1.91769 9.24376 0.208662 0.731673 0.648933 0 0 v -1.21716 3.43422 6.3351 -0.236806 0.856311 0.458971 0 0 v -2.81977 2.62736 8.05186 -0.118492 0.86484 0.487864 0 0 v -0.0249739 3.50875 15.3715 -0.22214 0.618233 0.753951 0 0 v -1.1548 2.16251 12.6998 0.126554 0.665713 -0.735398 0 0 v 0.770926 4.12813 6.43414 -0.0546865 0.548056 0.834652 0 0 v -1.22936 2.82667 7.85467 -0.183661 0.742429 0.644257 0 0 v 3.54468 3.40985 5.9491 0.4408 0.811379 0.383873 0 0 v 3.59609 1.82031 8.76857 0.372312 0.590743 0.715826 0 0 v -1.17316 3.85256 0.267115 0.374786 0.672645 -0.638031 0 0 v -2.51442 2.07251 9.04457 0.15916 0.766227 0.622547 0 0 v 6.8865 0.866997 3.53292 0.3133 0.803831 0.505666 0 0 v 2.64013 3.7332 6.25569 0.330696 0.682717 0.651566 0 0 v 2.73216 3.70386 6.22835 0.375371 0.689538 0.619381 0 0 v 3.14406 2.17108 8.72207 0.363077 0.683113 0.633665 0 0 v 4.80416 1.33224 8.13266 0.722775 0.336452 0.603653 0 0 v 3.15384 3.76407 5.71196 0.592363 0.715722 0.369928 0 0 v 4.89811 1.67605 7.70686 0.739898 0.498368 0.451864 0 0 v 5.04838 1.54448 7.58566 0.793382 0.37998 0.475563 0 0 v 0.725976 3.75116 6.64507 -0.0212423 0.406662 0.913332 0 0 v 0.763416 2.09103 9.03617 -0.0792309 0.715958 0.693633 0 0 v -1.81287 4.00926 0.508546 -0.00404466 0.980792 0.195016 0 0 v 3.07396 3.81632 5.76006 0.586098 0.721021 0.36962 0 0 v -3.60502 1.61834 9.38667 -0.160681 0.623414 0.765204 0 0 v 0.976756 2.09342 9.03647 0.079634 0.776929 0.624532 0 0 v 0.545456 2.16634 8.92127 -0.170608 0.639474 0.749644 0 0 v -2.239 2.17186 8.75916 0.260182 0.810459 0.524844 0 0 v 2.30342 3.22456 6.71803 0.12971 0.689005 0.713055 0 0 v 4.30139 2.17119 7.79317 0.415241 0.750552 0.514049 0 0 v 0.132416 3.19081 7.42347 -0.161026 0.87233 0.46164 0 0 v -2.44394 2.28154 8.67267 0.225799 0.829913 0.510157 0 0 v -2.24523 2.25203 8.64516 0.207679 0.772762 0.599756 0 0 v 3.87365 1.82925 8.59097 0.564568 0.529478 0.633179 0 0 v -2.03706 2.53145 8.33737 0.142424 0.698993 0.700803 0 0 v 2.05885 2.41802 8.77087 -0.00905035 0.715193 0.698868 0 0 v -2.63733 2.32078 8.70936 0.208384 0.84469 0.493027 0 0 v 1.0739 2.44876 8.62007 0.00681452 0.762182 0.647327 0 0 v 0.403426 3.73909 6.63093 -0.0506103 0.354134 0.933824 0 0 v 2.52841 4.00597 5.93977 0.340734 0.86694 0.36375 0 0 v 0.327166 2.43708 8.61287 -0.0840931 0.788369 0.609428 0 0 v 3.51232 2.23973 8.41467 0.417235 0.730748 0.540298 0 0 v -0.329434 2.38099 8.56567 -0.249743 0.577372 0.777348 0 0 v -0.447284 2.35369 8.54047 -0.23836 0.568963 0.787061 0 0 v -2.16024 2.19828 14.0313 -0.564243 0.745848 0.354035 0 0 v -2.02211 2.27235 14.0951 -0.604042 0.707325 0.367186 0 0 v -1.88008 2.36689 14.1759 -0.575191 0.734532 0.360025 0 0 v -1.5986 2.50875 14.3001 -0.573411 0.750737 0.328016 0 0 v -1.4501 2.59513 14.3764 -0.578135 0.765336 0.28288 0 0 v -1.31374 2.67163 14.4411 -0.574604 0.767989 0.282883 0 0 v -1.16071 2.76504 14.5243 -0.607005 0.746986 0.271213 0 0 v -3.23677 2.64038 8.06467 0.149707 0.858 0.491349 0 0 v -2.36742 2.69052 8.10907 -0.116397 0.82617 0.551267 0 0 v -2.26121 2.69258 8.11047 -0.035423 0.841693 0.538793 0 0 v -0.561094 2.33568 8.52487 -0.107642 0.647031 0.754827 0 0 v -4.27648 1.90708 8.90917 -0.124629 0.781172 0.61175 0 0 v -0.667444 2.3339 8.52407 -0.00412203 0.719002 0.694996 0 0 v -0.0472439 3.57662 15.2283 -0.591201 0.734958 0.33214 0 0 v 0.0866961 3.63088 15.2868 -0.114662 0.650996 0.750371 0 0 v 0.196486 3.63617 15.2894 0.360832 0.274991 0.891168 0 0 v -0.774044 2.33567 8.52676 0.0147665 0.74716 0.66448 0 0 v 5.18682 2.28709 6.02726 0.699665 0.560585 0.44296 0 0 v 4.13071 3.11901 6.05462 0.417022 0.827524 0.375895 0 0 v 3.00644 2.80696 7.45486 0.29839 0.87432 0.382789 0 0 v 3.35834 3.46508 6.00099 0.320548 0.81084 0.489681 0 0 v 5.0407 2.09035 6.97106 0.721683 0.640883 0.261614 0 0 v 0.757156 4.00607 6.50915 -0.00823013 0.543589 0.839311 0 0 v -0.0447038 3.68682 6.57877 -0.220406 0.327502 0.918784 0 0 v -0.880304 2.3347 8.52637 0.010436 0.754976 0.655669 0 0 v 7.25412 0.655487 3.52706 0.717768 0.600459 0.352503 0 0 v 0.754536 2.91285 8.11836 -0.0962013 0.639435 0.762803 0 0 v 4.09438 3.23034 5.78251 0.418998 0.879762 0.22463 0 0 v 1.07953 2.08714 9.02987 0.105491 0.781696 0.614673 0 0 v 0.301886 3.36055 7.03677 -0.0928685 0.988565 0.118803 0 0 v 5.15225 2.59138 5.55403 0.658706 0.734858 0.161523 0 0 v 2.93218 2.5402 8.32457 0.348974 0.842862 0.409635 0 0 v -0.306554 4.074 6.37174 -0.181079 0.394313 0.900959 0 0 v -2.03238 3.97961 0.483276 -0.23381 0.903123 0.360142 0 0 v -1.59115 3.85231 1.18391 -0.0358712 0.859898 0.509204 0 0 v -1.62426 2.3233 8.52046 -0.0105222 0.676629 0.736249 0 0 v -4.82031 0.364366 12.3262 -0.0315681 0.14629 0.988738 0 0 v -2.14369 2.33927 8.53716 0.195521 0.649972 0.734376 0 0 v -2.24551 2.34823 8.54597 0.111337 0.715147 0.69005 0 0 v 0.640496 2.51965 8.50016 0.015418 0.859674 0.51061 0 0 v -4.24314 0.745496 12.6309 -0.751093 0.446698 0.486127 0 0 v 3.67576 2.3228 8.12027 0.471058 0.796312 0.379463 0 0 v -3.03238 2.62561 8.05047 0.0300053 0.87232 0.488014 0 0 v -2.48655 2.75107 7.97726 -0.148724 0.835672 0.528709 0 0 v -3.66456 2.73708 7.95887 -0.109111 0.896048 0.430341 0 0 v 2.36594 2.49786 8.65707 0.130572 0.827396 0.546229 0 0 v 0.769436 1.82214 9.34357 -0.207634 0.610991 0.763923 0 0 v -2.04863 2.69425 8.11156 0.0503777 0.860779 0.50648 0 0 v -2.46783 2.07485 13.7438 -0.580343 0.754984 0.305287 0 0 v -2.31576 2.16952 13.8274 -0.577855 0.769049 0.273215 0 0 v -2.1769 2.24241 13.8912 -0.55819 0.779106 0.285338 0 0 v -2.03386 2.32279 13.9614 -0.58887 0.759419 0.276612 0 0 v -1.90303 2.40677 14.0294 -0.567948 0.771708 0.286185 0 0 v -1.26724 1.51601 9.08327 0.0136974 0.368378 0.929575 0 0 v -4.72016 7.13521 14.0548 -0.141739 0.988424 -0.0541064 0 0 v -2.15429 1.56293 9.31966 0.327204 0.463089 0.823703 0 0 v -3.75146 2.65795 8.08547 -0.101586 0.869288 0.483754 0 0 v -3.53627 2.67169 8.09647 0.0229917 0.871377 0.490075 0 0 v -3.33555 2.65302 8.07757 0.181864 0.84149 0.508744 0 0 v -1.16512 1.51004 9.07786 0.0176779 0.388306 0.921361 0 0 v -1.05874 1.51229 9.07997 -0.0855681 0.408387 0.90879 0 0 v -1.94625 2.68989 8.10637 0.0592081 0.862383 0.502783 0 0 v -4.62101 1.52217 1.12931 -0.362146 0.62244 0.693843 0 0 v -4.50057 1.55462 1.1619 -0.323822 0.667882 0.670129 0 0 v -1.84002 2.6894 8.10597 0.00612731 0.873394 0.486975 0 0 v 0.0748461 3.70364 15.1573 -0.518907 0.79982 0.3017 0 0 v 0.191706 3.7363 15.194 0.018638 0.771255 0.636253 0 0 v -2.59124 2.66005 8.08197 -0.143512 0.846517 0.512654 0 0 v -1.73384 2.69233 8.10776 -0.0368791 0.897494 0.439482 0 0 v 1.18213 1.70803 9.42027 0.143433 0.619538 0.771751 0 0 v 1.68327 3.103 7.35767 0.159632 0.912908 0.375655 0 0 v -1.54341 1.98487 8.77186 -0.00636621 0.555237 0.831668 0 0 v 0.973746 4.01384 6.51508 0.0144917 0.480374 0.876944 0 0 v 0.655016 4.01194 6.51198 0.0255641 0.541309 0.840435 0 0 v -0.454214 3.90568 6.40333 -0.213727 0.333755 0.918111 0 0 v 0.324866 4.65762 5.77202 0.276201 0.881372 0.383271 0 0 v 6.89264 0.784577 3.6484 0.225855 0.742546 0.630567 0 0 v 6.58534 0.803827 3.66502 -0.0207187 0.714606 0.69922 0 0 v 0.530826 2.88207 8.08967 -0.281874 0.661794 0.694677 0 0 v 3.44137 3.50969 5.85636 0.444616 0.81359 0.374683 0 0 v -1.00354 2.76488 7.98547 -0.23308 0.663532 0.710914 0 0 v -1.11967 2.65107 8.06797 -0.0254676 0.778329 0.62734 0 0 v 0.519786 2.77012 8.17397 -0.171927 0.648431 0.741605 0 0 v 0.635276 2.78584 8.18727 -0.151818 0.573565 0.804969 0 0 v -4.13554 1.55042 1.3643 -0.411437 0.688333 0.597426 0 0 v 4.97454 1.61095 7.64726 0.761218 0.439698 0.476669 0 0 v 4.73066 2.05491 7.49917 0.556246 0.625323 0.547323 0 0 v 2.13085 2.91021 8.11467 0.225521 0.899302 0.374695 0 0 v -4.98653 0.551456 12.2983 0.0343063 0.222668 0.97429 0 0 v -4.87648 0.562016 12.3031 0.00870768 0.265852 0.963975 0 0 v -4.77468 0.558056 12.3033 -0.033679 0.282123 0.958787 0 0 v -4.6703 0.562616 12.3067 -0.248896 0.332422 0.909696 0 0 v -4.53811 0.625746 12.3557 -0.528092 0.399731 0.749222 0 0 v -4.3741 0.737406 12.4411 -0.684337 0.479379 0.549435 0 0 v -4.21688 0.853496 12.5371 -0.694641 0.595733 0.403208 0 0 v 2.86444 2.15742 8.89587 0.343564 0.635097 0.69182 0 0 v -3.55768 1.38834 12.9773 -0.679562 0.700644 0.217473 0 0 v -3.40025 1.50397 13.0723 -0.662026 0.714511 0.226264 0 0 v -3.24347 1.61789 13.1668 -0.632644 0.743385 0.21712 0 0 v 2.95792 2.13161 8.87117 0.380663 0.634497 0.672689 0 0 v -2.93152 1.83501 13.3579 -0.639492 0.744518 0.191684 0 0 v -2.77179 1.94537 13.4563 -0.604987 0.768247 0.209256 0 0 v 2.23491 1.79578 9.30616 0.10995 0.663959 0.739641 0 0 v 1.59643 1.78609 9.30307 -0.0972458 0.637597 0.764208 0 0 v 4.89869 1.77285 7.61006 0.689087 0.496061 0.528283 0 0 v 4.81834 1.82401 7.65756 0.6454 0.567812 0.510929 0 0 v 0.650646 1.79609 9.32227 -0.269113 0.614604 0.741512 0 0 v -0.552404 2.83219 8.04556 -0.170555 0.834852 0.523387 0 0 v -1.75481 2.74506 7.96627 0.0626552 0.935675 0.347255 0 0 v -1.95965 2.75736 7.97947 0.113901 0.875422 0.469748 0 0 v -2.3772 2.76476 7.98877 -0.0874467 0.855765 0.509921 0 0 v -3.76975 2.72558 7.95397 -0.127985 0.898319 0.420289 0 0 v 2.44526 1.88566 9.20267 0.151809 0.511023 0.846055 0 0 v 1.28436 1.88817 9.21587 0.124856 0.725301 0.677016 0 0 v -1.45739 2.79077 7.82227 -0.134455 0.859284 0.49351 0 0 v -0.142014 2.04566 8.81517 -0.18595 0.475335 0.85993 0 0 v 4.81707 2.00994 7.45717 0.588213 0.616792 0.523043 0 0 v 0.179506 3.78954 15.0637 -0.381404 0.881803 0.277406 0 0 v 0.295886 3.8154 15.0887 -0.0604136 0.884844 0.461955 0 0 v 0.386896 3.79763 15.0681 0.710405 0.461956 0.530963 0 0 v -1.27016 3.91394 0.255725 0.305918 0.715623 -0.627931 0 0 v 1.69738 3.04056 7.48566 0.181157 0.908385 0.376854 0 0 v -0.945354 3.38055 6.66828 -0.0293716 0.97536 0.218655 0 0 v -0.567844 3.88794 6.38582 -0.259487 0.324282 0.909674 0 0 v -0.843254 3.37589 6.66234 0.0421781 0.974572 0.220071 0 0 v 6.79362 0.797657 3.6605 0.153765 0.751782 0.641233 0 0 v 6.69145 0.804337 3.66613 0.0651056 0.725829 0.684787 0 0 v 1.28097 3.99227 6.49643 0.12972 0.494032 0.859712 0 0 v 1.38329 3.98538 6.49081 0.143721 0.502333 0.852646 0 0 v 0.522626 1.65488 9.38017 -0.287807 0.514901 0.807493 0 0 v -0.390004 4.51893 6.02458 -0.176586 0.802434 0.570015 0 0 v 7.24101 0.727757 3.40354 0.705266 0.683734 0.187373 0 0 v -3.82903 1.592 9.36486 -0.0712183 0.797431 0.599193 0 0 v 3.85081 1.50302 8.84426 0.478035 0.493564 0.726551 0 0 v -2.48149 2.67259 8.09267 -0.165732 0.828423 0.535022 0 0 v 3.6464 2.44632 7.86517 0.480502 0.832818 0.274831 0 0 v -4.63086 1.39608 1.21345 -0.358221 0.523733 0.772905 0 0 v 0.611166 3.34881 7.02447 0.0983395 0.970924 0.218255 0 0 v -0.740824 3.36986 6.65642 -0.0573767 0.981051 0.18506 0 0 v -4.96047 0.702746 12.2505 0.143302 0.333715 0.931718 0 0 v -4.85892 0.695646 12.2398 0.0772598 0.427908 0.900514 0 0 v -4.75275 0.698666 12.2405 0.00548786 0.489642 0.871906 0 0 v -4.64713 0.702976 12.2431 -0.20581 0.554748 0.806162 0 0 v -4.53018 0.731946 12.2646 -0.448163 0.60213 0.660749 0 0 v -4.38079 0.817326 12.332 -0.586566 0.646639 0.487647 0 0 v -4.22421 0.922076 12.4182 -0.64171 0.677145 0.360116 0 0 v -4.07123 1.02915 12.5071 -0.683946 0.666301 0.297086 0 0 v -3.90234 1.15879 12.6163 -0.686838 0.690058 0.228195 0 0 v -3.58686 1.4018 12.8155 -0.659957 0.73444 0.158287 0 0 v -3.42213 1.52253 12.9167 -0.647163 0.748249 0.145954 0 0 v -3.25988 1.64517 13.0189 -0.623882 0.762912 0.169519 0 0 v -3.11397 1.73773 13.0985 -0.595784 0.793228 0.12582 0 0 v 1.37274 2.88378 8.08657 -0.113201 0.889528 0.442634 0 0 v 1.27081 2.8816 8.08737 0.131144 0.774418 0.618933 0 0 v 1.16853 2.89185 8.09677 0.13216 0.706646 0.695115 0 0 v 1.07009 2.90614 8.11037 0.130512 0.67218 0.728794 0 0 v 0.865286 2.91941 8.12306 -0.0215466 0.648437 0.760963 0 0 v 1.48619 1.77642 9.29556 -0.0119218 0.647913 0.761621 0 0 v 1.70648 1.79574 9.31077 -0.13827 0.633931 0.760929 0 0 v 1.38464 1.7821 9.30157 0.106352 0.666249 0.738106 0 0 v -0.660994 2.81712 8.03297 -0.161575 0.78123 0.60297 0 0 v -1.41358 2.22692 8.61827 0.00250395 0.644779 0.764365 0 0 v 3.26362 3.48852 6.02367 0.336189 0.759711 0.556611 0 0 v 3.39595 2.64452 7.48777 0.295252 0.864424 0.406937 0 0 v -4.05317 1.74918 9.13766 -0.0803241 0.800705 0.59365 0 0 v -3.82496 1.78649 9.16897 -0.261095 0.673791 0.691256 0 0 v 2.83938 1.8245 9.14446 0.25625 0.474468 0.84215 0 0 v 1.62408 2.40178 8.75817 -0.119106 0.635077 0.76321 0 0 v -0.635304 3.37406 6.65917 -0.0747004 0.971556 0.224719 0 0 v -1.47272 3.77058 1.30997 -0.0234153 0.789433 0.61339 0 0 v -0.525054 3.38236 6.66796 -0.0790085 0.946824 0.3119 0 0 v 0.158146 3.79138 14.907 -0.518349 0.854906 0.0212215 0 0 v 0.264216 3.84406 14.9379 -0.37792 0.913883 0.148302 0 0 v 0.381636 3.87473 14.9614 0.302194 0.806529 0.508123 0 0 v -1.46912 3.14611 7.39657 -0.260469 0.836725 0.481713 0 0 v -0.414344 3.38785 6.67496 -0.0711405 0.906127 0.41698 0 0 v -4.00016 2.07178 0.440355 -0.345813 0.904203 0.25066 0 0 v -0.201614 3.38833 6.67629 -0.0379772 0.840593 0.540334 0 0 v -0.0955938 3.38944 6.67752 -0.0738642 0.740796 0.667657 0 0 v 3.17087 3.51408 6.04813 0.419987 0.702877 0.574087 0 0 v 2.16968 3.85836 6.37171 0.385221 0.555855 0.736634 0 0 v 1.48214 3.97027 6.4769 0.190268 0.521559 0.83173 0 0 v -0.997584 2.87132 7.89587 -0.181228 0.691643 0.699133 0 0 v 0.0188861 3.40506 6.69305 -0.106776 0.613804 0.782204 0 0 v -0.0689239 1.70868 9.06887 -0.0313507 0.656796 0.753416 0 0 v 0.129126 3.41533 6.70301 -0.141899 0.55518 0.819536 0 0 v 2.43552 3.56087 6.47033 0.253145 0.50198 0.827003 0 0 v -4.01813 1.5874 1.39932 -0.445091 0.736895 0.508803 0 0 v 2.20281 3.14223 6.82857 0.136966 0.838797 0.526935 0 0 v 4.46723 2.16521 7.60077 0.531472 0.700151 0.476787 0 0 v -0.464514 3.33043 6.99296 0.0131993 0.969406 0.245109 0 0 v 0.242636 3.43478 6.72137 -0.214793 0.537388 0.815524 0 0 v -4.94043 0.837386 12.1901 0.302353 0.347364 0.887649 0 0 v -4.84395 0.822216 12.1715 0.220142 0.468315 0.855697 0 0 v -4.74631 0.808406 12.1568 0.0764622 0.561838 0.823706 0 0 v -4.63639 0.817106 12.1596 -0.115616 0.631652 0.766583 0 0 v -4.51764 0.842206 12.1775 -0.344512 0.72316 0.598624 0 0 v -4.38551 0.893606 12.2198 -0.484256 0.767637 0.419796 0 0 v -4.24025 0.971726 12.2855 -0.56994 0.751342 0.332647 0 0 v -4.09433 1.06137 12.3602 -0.630347 0.740103 0.234331 0 0 v 3.07254 2.66878 7.88287 0.438391 0.865828 0.241152 0 0 v 2.98631 2.70996 7.92517 0.453108 0.867049 0.207168 0 0 v 2.80676 2.77761 7.98666 0.310755 0.892722 0.326311 0 0 v 2.4235 2.86152 8.06627 0.239678 0.911416 0.334479 0 0 v 1.80708 1.69348 9.40127 -0.119032 0.572932 0.810913 0 0 v 1.51003 2.9113 8.11917 -0.217615 0.928254 0.301644 0 0 v 1.93543 2.01384 9.13937 -0.0782267 0.622227 0.778919 0 0 v -1.44886 1.77146 8.94977 -0.0473484 0.578768 0.814117 0 0 v 0.982476 2.01409 9.14886 0.0819755 0.803643 0.589438 0 0 v 0.644226 2.90274 8.10866 -0.169279 0.626981 0.760421 0 0 v 0.291276 2.82034 8.03327 -0.218464 0.779405 0.587198 0 0 v -0.323954 2.86398 8.07316 -0.0853425 0.892148 0.443609 0 0 v -0.437794 2.84882 8.06067 -0.160212 0.875012 0.456822 0 0 v 4.26773 3.15049 5.70676 0.544841 0.830446 0.116218 0 0 v 1.32333 3.13555 7.56636 0.295732 0.924307 0.241244 0 0 v 2.66911 2.4696 8.62947 0.223722 0.833939 0.504474 0 0 v -0.168544 3.11788 7.55936 0.238393 0.855286 0.46006 0 0 v -0.573964 3.15223 7.59256 -0.0393534 0.899051 0.436071 0 0 v -1.12111 3.11733 7.55877 -0.142425 0.83203 0.536135 0 0 v -1.2349 3.09868 7.54157 -0.202968 0.812254 0.546852 0 0 v 1.82132 1.81136 9.32266 -0.103267 0.62981 0.769854 0 0 v 6.25849 0.691307 3.75041 -0.0177496 0.709879 0.7041 0 0 v 0.357916 3.44654 6.73412 -0.140112 0.593057 0.792876 0 0 v 0.244926 3.84013 14.7826 -0.51869 0.853899 -0.0426273 0 0 v 0.368396 3.90754 14.8334 -0.26193 0.959616 0.102616 0 0 v 0.577146 3.46698 6.75293 -0.0565706 0.561989 0.825208 0 0 v 0.683146 3.47227 6.75818 -0.0749579 0.476434 0.876009 0 0 v -1.1004 2.50101 8.30527 -0.0375275 0.836072 0.547334 0 0 v 0.793606 3.48241 6.77059 -0.033801 0.444901 0.894942 0 0 v -4.62023 1.89739 0.256516 -0.231549 0.972815 -0.00413814 0 0 v -4.74563 1.85751 0.215955 -0.529141 0.704359 -0.473169 0 0 v 0.900006 3.48335 6.77325 0.015692 0.401222 0.915846 0 0 v -0.207014 2.78981 8.19347 0.168738 0.773567 0.610836 0 0 v 2.54695 3.85387 6.18058 0.346956 0.691511 0.633589 0 0 v -4.69963 1.77941 0.545015 -0.301606 0.929781 0.21105 0 0 v 6.94683 0.197397 4.05269 0.175502 0.379426 0.908424 0 0 v 5.05257 2.01933 7.09167 0.735908 0.603422 0.307117 0 0 v -2.05125 2.21564 8.61057 0.22529 0.709111 0.668136 0 0 v 0.00873607 2.42713 8.60547 -0.091119 0.700935 0.707381 0 0 v 1.03155 3.47381 6.76986 0.0221749 0.346966 0.937616 0 0 v -2.66232 2.07932 1.67703 -0.307309 0.859072 0.409336 0 0 v 1.11177 3.48175 6.76708 0.0500948 0.361064 0.931194 0 0 v -0.885454 2.60108 8.20927 -0.211338 0.736411 0.642678 0 0 v 1.21433 3.47648 6.76492 0.0314742 0.385293 0.922257 0 0 v -0.108364 3.96506 6.46233 -0.211827 0.366074 0.906156 0 0 v 6.31383 0.208137 4.0619 0.40096 0.298274 0.866178 0 0 v 1.34026 3.46229 6.76035 0.0862495 0.37934 0.921229 0 0 v -4.91771 0.978606 12.1298 0.484505 0.282754 0.827832 0 0 v -4.82942 0.945596 12.096 0.350706 0.486318 0.800312 0 0 v -4.73226 0.929686 12.0786 0.173448 0.620455 0.764822 0 0 v -4.63437 0.913706 12.0623 0.101109 0.774624 0.624287 0 0 v -4.5234 0.920546 12.0663 -0.178018 0.856138 0.485116 0 0 v -4.39901 0.953006 12.0937 -0.360338 0.848487 0.387591 0 0 v -4.27788 0.994576 12.1261 -0.478946 0.833236 0.276277 0 0 v -0.393914 4.31875 6.22148 -0.168431 0.57175 0.802953 0 0 v 3.2532 2.60328 7.82266 0.327662 0.887093 0.325122 0 0 v 3.16187 2.63369 7.85197 0.398533 0.875749 0.27246 0 0 v 1.19224 4.12264 6.43049 0.106751 0.594065 0.797302 0 0 v 3.98291 3.31298 5.66931 0.36389 0.912321 0.187761 0 0 v -4.24985 1.69055 9.26777 0.258686 0.921968 0.288196 0 0 v 5.07131 2.6463 5.60707 0.593024 0.786922 0.170516 0 0 v 0.780936 4.24512 6.35274 -0.00863662 0.650312 0.759618 0 0 v -1.72423 2.42763 8.42877 -0.0476442 0.687602 0.724523 0 0 v 3.97204 2.706 7.17187 0.344482 0.784027 0.516365 0 0 v 3.87937 2.7333 7.19827 0.321138 0.764638 0.558748 0 0 v 3.49331 2.8115 7.27156 0.265809 0.659278 0.703348 0 0 v 6.41794 0.199267 4.05008 0.0132518 0.311266 0.95023 0 0 v -3.41048 2.52456 8.33857 0.0996079 0.884586 0.455615 0 0 v 0.0411161 1.61905 9.16947 -0.241562 0.646596 0.723575 0 0 v -1.14785 1.64444 9.01787 0.0271243 0.482489 0.875482 0 0 v 4.66038 1.66582 8.06787 0.607855 0.522095 0.598271 0 0 v -1.72948 4.03932 0.357025 0.140952 0.968617 -0.204729 0 0 v -5.25737 6.74615 14.9408 0.013895 0.365059 0.930881 0 0 v 2.25035 2.01453 9.13997 0.0300323 0.531127 0.84676 0 0 v 6.24185 1.23573 3.097 -0.140825 0.814182 0.563272 0 0 v -3.82321 1.8861 9.07336 -0.286806 0.644625 0.708661 0 0 v -1.84428 2.11347 8.70397 -0.00682436 0.643927 0.765056 0 0 v -3.14422 2.27114 8.85547 -0.029405 0.78597 0.617565 0 0 v 2.83564 2.55985 8.34177 0.210782 0.903396 0.373424 0 0 v 0.313496 3.86886 14.6366 -0.485485 0.865455 -0.12366 0 0 v 0.427996 3.92616 14.6772 -0.0249796 0.999534 -0.0175373 0 0 v -3.36804 3.16683 6.53209 0.0545466 0.99834 0.0184886 0 0 v -6.22724 -1.4363 3.94653 -0.724886 -0.240004 -0.645707 0 0 v 2.35648 2.57173 8.54006 0.201352 0.819853 0.536003 0 0 v 2.91257 2.68445 8.08786 0.348888 0.808133 0.47455 0 0 v 0.851956 3.1676 7.79466 -0.045862 0.887879 0.457785 0 0 v -1.83429 2.41837 8.42087 -0.0839429 0.678509 0.72978 0 0 v -1.60479 3.92254 1.04438 -0.00195966 0.933542 0.358464 0 0 v -1.50142 3.91778 1.03944 0.0913853 0.947103 0.307645 0 0 v -1.39862 3.90794 1.03286 0.11722 0.96435 0.237252 0 0 v 3.55729 2.48212 7.89687 0.399595 0.869641 0.289912 0 0 v 2.72175 2.72949 8.12796 0.272417 0.777443 0.566896 0 0 v 2.62386 2.7467 8.14347 0.292138 0.755916 0.585873 0 0 v -1.96917 2.82785 7.85707 0.195803 0.862137 0.467313 0 0 v -2.17413 2.83853 7.86867 -0.0118394 0.874656 0.484599 0 0 v -2.28015 2.83754 7.86797 -0.0581056 0.885938 0.46015 0 0 v 2.49658 2.88441 7.90217 0.201726 0.967859 0.150187 0 0 v 2.68607 2.83781 7.85807 0.287666 0.948949 0.129399 0 0 v 3.05562 2.7245 7.75337 0.393984 0.871767 0.291202 0 0 v 3.80231 2.51469 7.55457 0.233075 0.847201 0.477416 0 0 v 0.253256 4.24898 6.35325 -0.0271051 0.645627 0.763172 0 0 v -2.35194 3.09368 1.4527 -0.284665 0.2831 0.915871 0 0 v 1.41917 3.46292 6.75378 0.115286 0.380248 0.917672 0 0 v 4.28341 2.84236 6.54922 0.56203 0.730521 0.387893 0 0 v -0.238734 2.16009 8.73507 -0.200556 0.487331 0.849874 0 0 v -3.59902 1.72543 9.29757 -0.214342 0.6337 0.743291 0 0 v -0.772294 2.89513 7.91707 -0.136708 0.734668 0.66451 0 0 v 1.28065 1.6933 9.40587 0.216533 0.624188 0.750668 0 0 v 2.87555 3.21516 6.90217 0.00336653 0.938547 0.345135 0 0 v -0.883894 2.5125 8.31516 -0.0837188 0.761848 0.642323 0 0 v -1.96461 3.92708 0.843365 -0.245029 0.948673 0.19995 0 0 v -0.767544 2.62805 8.23347 -0.262254 0.689374 0.675268 0 0 v -0.655244 2.65015 8.25407 -0.251233 0.690926 0.677867 0 0 v 1.71846 2.98887 7.62686 0.174783 0.951918 0.251602 0 0 v 2.85221 2.50246 8.47437 0.328287 0.824278 0.461296 0 0 v 1.51833 3.44817 6.73975 0.236405 0.392938 0.888658 0 0 v -4.89043 1.12772 12.0776 0.694228 0.133227 0.707317 0 0 v -4.8137 1.07008 12.0236 0.611467 0.379148 0.694518 0 0 v -4.71889 1.02665 11.9843 0.417148 0.63492 0.65028 0 0 v -4.63972 0.995596 11.9528 0.385103 0.772381 0.505098 0 0 v -4.53767 0.985366 11.9426 -0.00301437 0.896229 0.443582 0 0 v -4.42697 0.995426 11.9498 -0.218627 0.914063 0.341599 0 0 v -4.29649 1.02859 11.9822 -0.3544 0.903458 0.241174 0 0 v 6.04051 0.780187 3.64313 0.238351 0.814947 0.528252 0 0 v 3.8129 2.44383 7.67457 0.319405 0.809238 0.493066 0 0 v 5.1929 1.96146 6.85006 0.752584 0.616848 0.230471 0 0 v -0.0866139 4.10473 6.40562 -0.183208 0.486327 0.854354 0 0 v 4.9283 2.26244 6.75505 0.639274 0.754667 0.147671 0 0 v 4.59782 2.45933 6.93817 0.587284 0.780972 0.212557 0 0 v 4.51507 2.51087 6.98937 0.568937 0.792236 0.22062 0 0 v 4.42958 2.55363 7.02816 0.49249 0.820982 0.288866 0 0 v 4.25212 2.62624 7.09637 0.437735 0.82555 0.356167 0 0 v 4.16043 2.65655 7.12556 0.392844 0.817572 0.42101 0 0 v 2.22359 3.07555 6.96926 0.154506 0.954246 0.256013 0 0 v 3.30208 3.1346 7.01226 0.17631 0.85841 0.481712 0 0 v 3.39819 2.83397 7.29256 0.239793 0.64155 0.728638 0 0 v 2.99439 2.87785 7.33147 0.111512 0.830207 0.546188 0 0 v 2.62301 1.62853 9.33326 0.27381 0.583169 0.764815 0 0 v 0.404926 4.69532 5.61702 0.406098 0.792558 0.454902 0 0 v 1.79623 3.02718 7.47197 0.132323 0.883857 0.448651 0 0 v 1.1327 3.18439 7.62436 0.246701 0.950384 0.189495 0 0 v 1.03437 3.19909 7.63877 0.145466 0.981194 0.126879 0 0 v 2.83844 3.23837 6.73146 -0.0255826 0.984573 0.173093 0 0 v 0.417096 4.6304 5.74334 0.249586 0.917174 0.310644 0 0 v 6.22763 0.250017 4.1049 0.680482 0.291531 0.672275 0 0 v 1.39019 2.07167 9.01297 -0.0163797 0.712695 0.701283 0 0 v 1.50416 2.27873 8.83206 -0.132338 0.645431 0.752267 0 0 v 1.85082 2.52604 8.68507 -0.0466507 0.631372 0.774075 0 0 v 2.73599 2.57242 8.35446 0.154945 0.914269 0.374305 0 0 v -0.0141639 2.75169 8.15777 0.215527 0.774744 0.594408 0 0 v 0.892366 3.28542 6.95696 0.154612 0.948677 0.275875 0 0 v -2.26954 3.16677 6.68159 -0.135162 0.979512 0.149292 0 0 v 4.48917 1.93527 7.94607 0.511433 0.666007 0.54302 0 0 v 1.61502 3.427 6.71579 0.253473 0.399095 0.881178 0 0 v 1.71329 3.41022 6.69972 0.163535 0.423395 0.891063 0 0 v 1.05621 3.15446 7.78167 0.185399 0.904629 0.383761 0 0 v 3.53048 3.47385 5.82045 0.469745 0.81734 0.333608 0 0 v 1.81246 3.39668 6.68895 0.198314 0.46725 0.861597 0 0 v 1.74256 2.80161 8.38356 -0.0614391 0.801571 0.594734 0 0 v -2.05956 3.85999 0.979946 -0.368455 0.867057 0.335339 0 0 v -1.93373 3.89032 1.01427 -0.244833 0.901717 0.356318 0 0 v -1.8238 3.90556 1.02808 -0.162859 0.911428 0.377856 0 0 v -1.71221 3.91771 1.04027 -0.0920774 0.920356 0.380086 0 0 v 1.90807 3.37673 6.67236 0.163699 0.469364 0.867698 0 0 v 1.98717 3.07585 7.33096 0.151583 0.937459 0.313357 0 0 v -2.19274 2.27565 1.68426 -0.291011 0.341603 0.893655 0 0 v -2.29244 2.26559 1.65601 -0.244053 0.369146 0.896755 0 0 v -2.4088 2.24728 1.6402 -0.289793 0.376756 0.879815 0 0 v -2.5338 2.2093 1.60733 -0.347065 0.520059 0.780439 0 0 v -2.66218 2.16835 1.56336 -0.498694 0.496102 0.710765 0 0 v -1.51161 2.61874 8.22777 0.118674 0.785552 0.607309 0 0 v -1.61769 2.62114 8.22967 0.0113063 0.78338 0.62144 0 0 v 2.24931 2.75457 8.33867 0.297038 0.775357 0.557306 0 0 v 2.72284 2.63772 8.22896 0.223102 0.80915 0.5436 0 0 v -0.656194 2.73825 8.14736 -0.235806 0.77661 0.584185 0 0 v 1.52909 2.69766 8.47427 -0.20808 0.740887 0.638584 0 0 v -1.11477 3.03276 7.66896 -0.195248 0.775716 0.600119 0 0 v 4.45192 2.34551 7.39166 0.411538 0.749123 0.519087 0 0 v 6.96518 0.907467 3.37961 0.434249 0.822997 0.366202 0 0 v 0.412666 2.66967 8.26696 0.00904882 0.813191 0.581926 0 0 v 0.957766 3.16661 7.79446 0.0818593 0.88394 0.460379 0 0 v 4.61185 2.64078 6.35968 0.629836 0.636493 0.445178 0 0 v 2.01001 3.36913 6.66572 0.134704 0.480991 0.866315 0 0 v -1.63194 2.11562 8.70427 0.0305342 0.57067 0.820612 0 0 v -4.39983 2.15708 8.57156 -0.298948 0.736484 0.606813 0 0 v 4.47677 2.09577 7.72336 0.573478 0.71384 0.401939 0 0 v -0.775774 2.80144 8.01836 -0.199416 0.738794 0.643752 0 0 v 2.61835 2.82424 8.03406 0.269649 0.875594 0.400779 0 0 v 0.745246 2.79566 8.19606 -0.103645 0.579118 0.808629 0 0 v 2.10859 3.35408 6.65243 0.160514 0.481439 0.861657 0 0 v 2.21115 3.34721 6.64574 0.157728 0.501091 0.850899 0 0 v 2.5337 2.6852 8.27407 0.326998 0.770315 0.547437 0 0 v -4.04666 2.04709 8.84556 -0.277903 0.659449 0.698496 0 0 v 0.306406 2.66798 8.26596 -0.065389 0.853561 0.516873 0 0 v 2.30928 3.32908 6.62725 0.195492 0.554182 0.809114 0 0 v -4.80039 1.18674 11.9456 0.823764 0.215917 0.524207 0 0 v -4.72848 1.11967 11.8836 0.64152 0.550331 0.534404 0 0 v -4.64636 1.07252 11.8396 0.52143 0.664873 0.534841 0 0 v -4.55515 1.04194 11.8115 0.233484 0.845631 0.479993 0 0 v -4.44901 1.04216 11.8105 -0.0757259 0.931336 0.356201 0 0 v -4.33381 1.05914 11.8246 -0.221988 0.939403 0.261236 0 0 v -4.19983 1.0942 11.8467 -0.294423 0.945188 0.141187 0 0 v 3.71906 2.46958 7.69767 0.357612 0.838882 0.410353 0 0 v 4.82454 2.79484 5.74529 0.567001 0.799832 0.196924 0 0 v 0.149206 4.54098 6.0504 -0.000737102 0.811194 0.584777 0 0 v 3.6353 1.21715 9.13316 0.441169 0.441733 0.78118 0 0 v 0.629306 3.29999 7.16317 0.135798 0.941642 0.30801 0 0 v 0.826566 3.27171 7.13487 0.134864 0.97046 0.200048 0 0 v 1.23312 3.24006 7.11967 0.192694 0.975014 0.110531 0 0 v 1.92508 3.13205 7.00677 0.26001 0.937965 0.229381 0 0 v 2.32635 3.06701 6.96856 -0.00404555 0.93963 0.342167 0 0 v 3.39693 3.11199 6.99056 0.273124 0.836194 0.475587 0 0 v 3.58504 3.06211 6.94476 0.397385 0.792697 0.462295 0 0 v 3.76815 3.00272 6.89036 0.402072 0.808926 0.428926 0 0 v 4.11739 2.84411 6.73794 0.528988 0.744317 0.407632 0 0 v 4.69916 2.50538 6.41978 0.653304 0.668059 0.356218 0 0 v 5.11169 2.25549 6.18639 0.683654 0.574144 0.450528 0 0 v 5.51386 1.98745 5.93388 0.692544 0.629608 0.352103 0 0 v -0.118334 2.84969 8.06137 0.215767 0.844212 0.490664 0 0 v 6.21191 0.124797 4.17891 0.849238 0.175405 0.498024 0 0 v 2.73221 3.23528 6.72932 -0.0770701 0.971759 0.223036 0 0 v -1.58859 3.55203 1.50083 -0.181488 0.56862 0.80233 0 0 v 4.53538 2.94882 5.69939 0.5003 0.85006 0.164615 0 0 v 1.39395 2.26962 8.82456 -0.0872511 0.654894 0.750667 0 0 v -4.77265 -2.11206 3.31499 -0.299749 -0.463051 -0.834107 0 0 v -4.67445 -2.57572 3.61288 -0.249552 -0.686967 -0.682496 0 0 v 0.0347961 1.51298 9.25837 -0.275643 0.564444 0.77809 0 0 v 2.41163 3.32156 6.62047 0.118911 0.610188 0.783282 0 0 v -1.00558 3.04495 7.68027 -0.114089 0.813225 0.570656 0 0 v 0.519176 2.66999 8.26717 -0.0325076 0.772311 0.634412 0 0 v 2.90455 3.5265 6.2497 0.536742 0.60868 0.584309 0 0 v 1.41214 2.58482 8.55657 -0.225946 0.683557 0.694044 0 0 v 2.51001 3.30774 6.6081 0.155767 0.640675 0.751846 0 0 v 3.73268 2.40515 7.82387 0.476271 0.815202 0.329562 0 0 v 3.82208 2.36996 7.79227 0.417161 0.806346 0.419264 0 0 v 3.91375 2.34046 7.76437 0.306106 0.801286 0.514042 0 0 v 4.01056 2.3216 7.74736 0.255008 0.807912 0.531272 0 0 v -0.344634 2.91691 7.93477 -0.0339899 0.894499 0.445775 0 0 v -0.450794 2.91246 7.93257 -0.0478791 0.843679 0.534708 0 0 v 3.88464 2.65185 7.30896 0.241849 0.795027 0.556274 0 0 v 3.68768 2.68217 7.33747 0.216067 0.760235 0.612664 0 0 v 3.87295 2.10909 8.29347 0.518523 0.70207 0.488091 0 0 v -2.46197 2.52205 8.33117 -0.0860589 0.823636 0.560551 0 0 v 4.74057 1.7962 7.81736 0.656764 0.608608 0.445261 0 0 v 4.81975 1.7392 7.76497 0.706975 0.562005 0.429344 0 0 v -2.35212 2.53267 8.33996 -0.0935618 0.799051 0.593939 0 0 v -0.0774139 4.22216 6.32583 -0.148117 0.592494 0.791841 0 0 v 7.21546 0.770587 3.25088 0.659838 0.750767 0.0310347 0 0 v 2.72311 3.49747 6.41052 0.35371 0.565859 0.744777 0 0 v 1.39811 3.32558 6.81073 0.0999214 0.604298 0.790468 0 0 v 3.60518 2.11936 8.48837 0.391847 0.668715 0.631883 0 0 v 3.51391 2.15052 8.51717 0.408388 0.652372 0.638459 0 0 v 4.73535 1.504 8.10536 0.663362 0.417882 0.620746 0 0 v 4.6535 1.55408 8.15147 0.624243 0.446526 0.641042 0 0 v 1.29229 2.64745 8.42916 -0.270742 0.772127 0.574907 0 0 v 1.17395 2.62232 8.40666 -0.209989 0.787087 0.579999 0 0 v 2.44957 3.77817 6.29658 0.343073 0.637545 0.68981 0 0 v -0.913464 3.19398 7.44426 -0.0230531 0.912735 0.407901 0 0 v -3.88091 2.10672 0.473115 -0.302633 0.923093 0.237301 0 0 v -2.22651 3.12829 1.48556 -0.332854 0.309629 0.890695 0 0 v 2.61236 3.29955 6.6009 0.129459 0.706302 0.695973 0 0 v 1.15378 3.13606 7.76587 0.263576 0.885234 0.383261 0 0 v 1.41301 3.10886 7.55107 0.351629 0.899035 0.260946 0 0 v 4.53887 2.61257 6.5195 0.644097 0.683167 0.344126 0 0 v 4.27923 3.09908 3.11549 0.653993 0.73439 0.18156 0 0 v 2.71124 3.28572 6.58754 0.10751 0.789529 0.604223 0 0 v 0.366316 3.51097 0.451765 0.161953 0.969696 -0.182923 0 0 v 3.59485 2.6162 7.46327 0.212533 0.838868 0.501129 0 0 v 4.09372 2.45957 7.50296 0.369263 0.787943 0.492738 0 0 v 4.02608 2.16802 7.97667 0.440466 0.766465 0.467463 0 0 v 1.83057 2.11408 9.04957 -0.159301 0.602908 0.781745 0 0 v 2.62586 2.65644 8.24656 0.314518 0.749481 0.582544 0 0 v 3.30413 2.67273 7.51567 0.348023 0.880877 0.320835 0 0 v -1.61799 2.42902 8.42897 -0.0196505 0.684221 0.72901 0 0 v 0.548486 4.01143 6.51104 0.015167 0.486605 0.87349 0 0 v 2.81344 3.27781 6.58048 0.138336 0.878369 0.457528 0 0 v -4.78161 1.31689 11.8772 0.910943 0.0413056 0.410458 0 0 v -4.72507 1.21635 11.7873 0.799155 0.341515 0.494691 0 0 v -4.64565 1.16949 11.7431 0.592424 0.592369 0.546015 0 0 v -4.55816 1.12811 11.7067 0.46003 0.686148 0.563536 0 0 v -4.46643 1.09806 11.6787 0.240937 0.852368 0.464132 0 0 v -4.36016 1.09822 11.6778 -0.0407571 0.951526 0.304857 0 0 v -4.24542 1.10887 11.6913 -0.154955 0.96913 0.191771 0 0 v 3.62759 2.50018 7.72647 0.378364 0.880709 0.284942 0 0 v 1.39306 4.09956 6.40917 0.181949 0.592145 0.785022 0 0 v 2.20125 3.23192 6.72461 0.138406 0.665221 0.733707 0 0 v 0.216246 3.31634 7.18026 -0.125715 0.92919 0.347565 0 0 v 0.936166 3.27546 7.14236 -0.00608259 0.989594 0.143758 0 0 v 1.43965 3.21932 7.09246 0.102389 0.98188 0.159461 0 0 v 1.83085 3.15794 7.02957 0.230457 0.944676 0.233404 0 0 v 2.12427 3.09502 6.97667 0.164328 0.951302 0.260807 0 0 v 0.625236 2.6709 8.26777 -0.0685222 0.728665 0.681434 0 0 v 3.4936 3.09148 6.97267 0.336356 0.787191 0.516909 0 0 v 3.67544 3.03023 6.91496 0.402254 0.802117 0.441362 0 0 v 1.9273 1.8137 9.32446 -0.00433338 0.654374 0.756159 0 0 v 2.54217 3.7503 6.27163 0.303456 0.658048 0.689121 0 0 v -4.7728 2.03564 8.48106 -0.381121 0.744942 0.547548 0 0 v 0.879566 1.83387 9.35347 -0.0734926 0.624616 0.777466 0 0 v 1.08546 1.82098 9.33987 0.147868 0.659537 0.736984 0 0 v -3.86796 2.6429 8.08317 -0.146053 0.860824 0.487495 0 0 v 2.91258 3.26667 6.56845 0.123087 0.924083 0.361828 0 0 v -2.15871 3.65983 1.19413 -0.491228 0.640883 0.589885 0 0 v -2.82574 2.70959 7.93907 -0.110635 0.810749 0.574845 0 0 v 1.18002 2.16987 8.91986 0.0648026 0.735591 0.674319 0 0 v -2.04016 3.79513 1.12473 -0.38112 0.769492 0.512474 0 0 v 3.01845 3.26447 6.56786 0.0678869 0.962247 0.263574 0 0 v 3.12661 3.25658 6.56449 0.140487 0.95056 0.276947 0 0 v -0.0782039 1.49308 9.24077 -0.150275 0.543488 0.825856 0 0 v -2.24148 1.69591 9.25737 0.34259 0.576088 0.742129 0 0 v -4.18962 2.52936 8.15706 -0.253565 0.826124 0.503213 0 0 v -4.07635 2.54964 8.17466 -0.204363 0.838764 0.504689 0 0 v 2.53311 3.54396 6.45317 0.255729 0.526846 0.810578 0 0 v 0.0364661 4.23958 6.34284 -0.164334 0.597889 0.784553 0 0 v 1.55329 3.70936 6.60929 0.208595 0.462965 0.861482 0 0 v 3.23674 3.71571 5.66627 0.571725 0.758705 0.312246 0 0 v -1.19508 2.33777 8.53096 -0.0189682 0.735411 0.677356 0 0 v -0.982604 2.3387 8.53016 0.0221367 0.755405 0.654884 0 0 v 3.60325 2.20822 8.38526 0.411028 0.731461 0.544078 0 0 v 3.6941 2.17659 8.35597 0.444852 0.725965 0.524483 0 0 v -1.36145 3.84836 1.18897 0.0404056 0.894241 0.445758 0 0 v 2.06494 2.62293 8.58787 0.149232 0.71604 0.681921 0 0 v 2.10406 3.15518 6.84126 0.218309 0.820015 0.529071 0 0 v 1.40371 3.24321 6.92106 0.0563399 0.936867 0.345117 0 0 v 0.801276 3.31233 6.98467 0.301919 0.907839 0.290988 0 0 v 0.187736 3.34429 7.02057 -0.205582 0.976364 0.0667006 0 0 v 1.9515 2.42091 8.77387 0.00361884 0.669784 0.742547 0 0 v 3.9564 1.77988 8.54517 0.633966 0.516661 0.575455 0 0 v 2.34311 1.89324 9.21076 0.0983133 0.564976 0.819229 0 0 v -1.91809 3.72721 1.26294 -0.261132 0.694545 0.670386 0 0 v 4.3995 1.96895 7.97757 0.423315 0.679097 0.599693 0 0 v -1.01056 3.12398 7.56567 -0.0737806 0.849952 0.521669 0 0 v -1.44031 2.73592 7.95927 -0.0169125 0.929966 0.367257 0 0 v 0.849936 2.69644 8.29007 -0.0804046 0.704391 0.705243 0 0 v 4.56909 1.60168 8.19477 0.551274 0.503955 0.664925 0 0 v 4.48187 1.64163 8.23147 0.497317 0.539691 0.679271 0 0 v 2.75476 2.52063 8.49107 0.208795 0.88897 0.4076 0 0 v -4.02731 1.75566 1.15396 -0.32648 0.77769 0.537223 0 0 v -1.34055 2.99503 7.63126 -0.236376 0.736187 0.634157 0 0 v 3.49605 2.91136 7.17787 0.292874 0.667433 0.684659 0 0 v -4.49474 1.93729 0.297275 -0.403361 0.914541 0.0302413 0 0 v 0.851776 2.60533 8.39277 -0.0406079 0.79469 0.605656 0 0 v 0.432276 2.52268 8.50437 -0.0415197 0.853323 0.519727 0 0 v -1.86157 1.7918 8.97246 0.327577 0.638744 0.696204 0 0 v 4.04062 3.25231 3.27794 0.601952 0.798496 0.00761648 0 0 v 3.05114 2.19782 8.74726 0.388841 0.67603 0.625928 0 0 v 3.3299 2.20868 8.57156 0.384875 0.675586 0.628852 0 0 v 2.76428 2.4478 8.60897 0.305679 0.788282 0.534015 0 0 v 4.57525 1.89403 7.90787 0.58844 0.643424 0.489637 0 0 v -0.866034 4.21847 6.12179 -0.418615 0.475281 0.773867 0 0 v -3.20646 2.52621 8.33256 -0.0916537 0.956903 0.275566 0 0 v 5.47842 1.10862 7.18417 0.702774 0.431299 0.565765 0 0 v 4.7441 1.70837 7.92227 0.660749 0.560466 0.499289 0 0 v 0.881196 4.13603 6.44129 -0.0145351 0.569968 0.821538 0 0 v 1.69221 4.06009 6.37308 0.17933 0.624288 0.760332 0 0 v -0.293814 1.47871 9.22816 -0.0957925 0.474594 0.874977 0 0 v -4.71004 1.33909 11.7128 0.905707 0.197274 0.375204 0 0 v -4.64668 1.25965 11.6415 0.723082 0.493917 0.482906 0 0 v -4.56519 1.21323 11.6004 0.563983 0.672214 0.479637 0 0 v -4.47823 1.1696 11.5634 0.474876 0.784982 0.397865 0 0 v -4.37924 1.14855 11.5438 0.247748 0.932275 0.263598 0 0 v -4.28265 1.13418 11.5371 0.0811883 0.988915 0.124324 0 0 v 3.53741 2.53341 7.75666 0.390302 0.889808 0.236445 0 0 v 4.90562 2.746 5.70443 0.586651 0.788756 0.183586 0 0 v 6.75421 1.19921 3.06526 0.389225 0.808002 0.442309 0 0 v 0.322356 3.31769 7.18147 -0.0244946 0.934197 0.355915 0 0 v -0.655344 2.54719 8.34547 -0.228551 0.617203 0.752878 0 0 v -4.60349 7.09847 14.1853 0.852787 0.449174 0.266453 0 0 v 1.33468 3.2266 7.09337 0.0967819 0.98781 0.121918 0 0 v -4.17619 2.37787 8.39467 -0.255319 0.795914 0.548938 0 0 v 2.02345 3.10671 6.98107 0.24043 0.945113 0.221255 0 0 v 2.43349 3.08891 6.97787 -0.248111 0.854602 0.456175 0 0 v 2.91079 3.63613 6.16369 0.567545 0.536545 0.62451 0 0 v 4.77771 2.54353 6.26883 0.606812 0.597957 0.523667 0 0 v 0.202936 2.11216 8.87586 -0.241273 0.510411 0.825389 0 0 v 6.16701 0.341007 4.19254 0.942679 0.205876 0.262625 0 0 v -0.776274 2.04754 8.82357 -0.0589405 0.607519 0.792115 0 0 v -0.403464 1.46697 9.21627 -0.144356 0.44984 0.881365 0 0 v 1.05988 2.60654 8.39277 -0.0684637 0.778516 0.623879 0 0 v -0.774484 2.52418 8.32576 -0.191284 0.67962 0.708186 0 0 v 2.63428 2.58066 8.36217 0.221911 0.870358 0.439582 0 0 v -4.51512 1.73292 0.918985 -0.29277 0.848484 0.440863 0 0 v -0.0119038 3.28126 7.14707 -0.121872 0.958017 0.25952 0 0 v 1.88819 3.0869 7.34356 0.124159 0.916695 0.379809 0 0 v -0.517744 1.44877 9.20217 -0.11768 0.433549 0.893413 0 0 v -1.30719 2.22835 8.61857 -0.0457544 0.616649 0.785908 0 0 v 3.64791 1.33354 9.05887 0.435255 0.443694 0.783383 0 0 v 2.34007 3.58276 6.48878 0.225127 0.48144 0.847073 0 0 v 1.61977 3.00438 7.64127 0.241101 0.926065 0.2903 0 0 v -0.393934 3.61747 6.50905 -0.25997 0.308603 0.914975 0 0 v 6.36727 0.886557 3.54884 -0.0915994 0.731023 0.676176 0 0 v 0.959446 2.52481 8.50407 0.0116766 0.834875 0.550315 0 0 v -4.28565 2.08747 8.69637 -0.282848 0.71664 0.637514 0 0 v -3.70366 2.20445 8.79887 -0.226449 0.737561 0.63618 0 0 v 4.88327 2.20532 7.07787 0.613584 0.726243 0.309977 0 0 v 4.79719 2.25049 7.12137 0.549642 0.760855 0.344954 0 0 v -2.82888 2.26652 8.84927 0.0961569 0.802186 0.58928 0 0 v 4.55886 2.90486 5.85022 0.478086 0.859444 0.18108 0 0 v 4.96386 2.14989 7.02566 0.680756 0.677032 0.279641 0 0 v -4.16321 1.74193 9.13127 0.00891879 0.835137 0.54997 0 0 v -0.343934 2.25952 8.64207 -0.247483 0.541798 0.803248 0 0 v 2.55256 2.53833 8.50916 0.199534 0.888332 0.413585 0 0 v -2.58207 2.58802 8.20346 -0.0910226 0.851719 0.516032 0 0 v -3.52672 2.59969 8.21856 0.0269586 0.876252 0.481098 0 0 v -3.63257 2.59662 8.21637 -0.0775549 0.877106 0.473994 0 0 v -3.74265 2.58793 8.20877 -0.117444 0.867056 0.48417 0 0 v -1.77347 1.66011 9.03707 0.340814 0.526416 0.77893 0 0 v 2.54365 1.87025 9.18797 0.178203 0.480803 0.858529 0 0 v -3.71349 1.70759 9.28307 -0.212246 0.658793 0.721764 0 0 v 0.216066 4.74568 5.66289 0.113092 0.913017 0.391931 0 0 v 1.38418 1.97134 9.10757 0.00528179 0.720156 0.693792 0 0 v 0.938536 3.75202 6.64527 0.0334963 0.483787 0.874544 0 0 v 0.835996 3.75892 6.65158 -0.00363176 0.423147 0.906054 0 0 v 3.87586 2.02193 8.39787 0.524684 0.636955 0.564796 0 0 v 3.61277 3.17828 6.48855 0.326042 0.935048 0.139216 0 0 v 3.70454 3.14929 6.45949 0.390832 0.907082 0.156375 0 0 v 1.67868 3.93823 6.44672 0.181265 0.514761 0.837952 0 0 v 6.9874 0.760627 3.62573 0.330088 0.759274 0.560844 0 0 v 2.57103 2.973 7.23067 0.0827495 0.952168 0.294157 0 0 v 4.34824 3.09602 5.65378 0.589866 0.803931 0.0758441 0 0 v 3.79188 3.11021 6.4219 0.408369 0.885537 0.221493 0 0 v 3.88335 3.08057 6.39298 0.335443 0.907356 0.253343 0 0 v 3.55848 1.37122 9.09017 0.460225 0.424174 0.779916 0 0 v 3.97574 3.05239 6.36451 0.318479 0.901326 0.293569 0 0 v 4.28326 1.29871 8.65547 0.556803 0.42946 0.71101 0 0 v 2.44551 2.62985 8.40816 0.293829 0.814554 0.500166 0 0 v 4.07123 3.02909 6.34714 0.378239 0.89091 0.251426 0 0 v -1.74809 1.99727 8.78367 0.0689381 0.568843 0.819552 0 0 v 5.60441 1.76557 6.10466 0.75529 0.481196 0.444958 0 0 v 1.96083 2.72256 8.49516 0.0811271 0.776114 0.625352 0 0 v 4.21104 1.73902 8.32236 0.455832 0.615467 0.642976 0 0 v -4.14846 1.72539 1.12375 -0.314881 0.778064 0.543568 0 0 v -4.38732 1.67571 1.07316 -0.275892 0.787567 0.551019 0 0 v 3.10138 2.97094 7.23307 0.0462282 0.684508 0.727538 0 0 v 2.88874 2.96853 7.23116 0.00349344 0.756557 0.653919 0 0 v 1.16632 2.79269 8.19167 0.0480697 0.709512 0.703052 0 0 v 2.99289 3.49123 6.21565 0.452375 0.696179 0.557396 0 0 v 4.16051 2.99368 6.31145 0.441104 0.861135 0.252734 0 0 v -1.47609 3.94633 0.655585 0.222932 0.972463 0.067954 0 0 v -3.1498 2.35156 8.74127 -0.0497282 0.836448 0.545786 0 0 v -3.2606 2.34491 8.73547 -0.0838216 0.839161 0.537386 0 0 v 4.24877 2.95665 6.27937 0.482696 0.836292 0.260039 0 0 v 2.67354 2.29402 8.83757 0.26535 0.701895 0.661009 0 0 v 4.33755 2.91923 6.2431 0.476824 0.826 0.300603 0 0 v 4.29129 1.40569 8.57136 0.52466 0.544805 0.654156 0 0 v -2.48835 3.78938 0.501705 -0.485485 0.839529 0.243916 0 0 v 4.20894 2.19945 7.82007 0.332924 0.753212 0.567303 0 0 v 1.16819 2.70454 8.29647 -0.104275 0.764632 0.635976 0 0 v 5.39745 1.15822 7.23067 0.706661 0.388139 0.591589 0 0 v 0.953546 2.60419 8.39127 -0.00344994 0.776567 0.630025 0 0 v -4.535 1.79288 0.769055 -0.294191 0.902596 0.31428 0 0 v 1.45805 3.7313 6.62693 0.176106 0.491255 0.853027 0 0 v 1.39975 2.37457 8.73497 -0.146969 0.649504 0.746019 0 0 v 3.95699 2.06211 8.24967 0.633265 0.638435 0.437465 0 0 v 4.42593 2.88382 6.21138 0.503411 0.807211 0.308202 0 0 v -4.65045 1.34762 11.5375 0.808604 0.471704 0.351646 0 0 v -4.57336 1.29208 11.4895 0.676589 0.650274 0.345501 0 0 v -4.49297 1.2283 11.433 0.603321 0.764597 0.226704 0 0 v -4.40912 1.17918 11.3894 0.484889 0.864405 0.13299 0 0 v -4.31572 1.15146 11.3662 0.267103 0.957022 0.112985 0 0 v 3.44475 2.56065 7.78447 0.32994 0.902004 0.27844 0 0 v 4.98888 2.69206 5.6466 0.564208 0.804864 0.184017 0 0 v 2.10235 3.24534 6.73713 0.204094 0.682801 0.701518 0 0 v 5.00599 2.20396 6.70152 0.679539 0.725203 0.110935 0 0 v -0.383024 3.20345 7.45197 0.00634938 0.967799 0.251644 0 0 v 4.51301 2.84424 6.17383 0.516414 0.789646 0.331324 0 0 v 4.60056 2.8049 6.13652 0.516112 0.771985 0.371036 0 0 v -1.8046 3.64158 1.38353 -0.231457 0.604575 0.762179 0 0 v 0.175306 2.89268 7.91317 -0.0767777 0.824249 0.560998 0 0 v 4.07645 2.61032 7.26887 0.340862 0.80433 0.486689 0 0 v 2.12999 1.70379 9.40497 0.0866052 0.651346 0.753822 0 0 v -0.132024 2.91453 7.93417 0.134541 0.9144 0.381799 0 0 v 4.78298 2.31096 6.98876 0.5506 0.788295 0.274647 0 0 v -2.26055 2.44136 1.63016 -0.297965 0.192763 0.934912 0 0 v -2.37874 2.4124 1.59837 -0.304813 0.232492 0.9236 0 0 v 4.68599 2.76264 6.09759 0.547834 0.738368 0.393308 0 0 v -3.92802 2.07245 8.86747 -0.255874 0.669488 0.697362 0 0 v -4.16003 1.80478 0.993945 -0.307803 0.819447 0.483492 0 0 v -4.63541 1.70018 0.886985 -0.30633 0.842349 0.443408 0 0 v 4.77033 2.71627 6.05324 0.589813 0.704898 0.394004 0 0 v -4.28185 2.18346 8.59507 -0.304047 0.713533 0.631211 0 0 v -2.03824 3.70047 1.2353 -0.338147 0.676561 0.654157 0 0 v -1.80283 3.74647 1.28336 -0.182337 0.731433 0.657084 0 0 v 0.406946 2.9383 7.95487 -0.327211 0.755923 0.567022 0 0 v 4.85217 2.66656 6.00686 0.622125 0.689151 0.371526 0 0 v 3.89041 3.46218 2.87429 0.530958 0.840907 0.104684 0 0 v 3.80645 3.5057 2.91305 0.512141 0.851756 0.110557 0 0 v 1.91054 3.1925 6.87707 0.18441 0.881496 0.434693 0 0 v -2.619 2.34589 1.53044 -0.469299 0.286776 0.835175 0 0 v 2.67409 2.20187 8.93666 0.240347 0.666475 0.705723 0 0 v -2.29339 3.68939 1.01966 -0.566294 0.674121 0.474207 0 0 v -1.87063 2.8142 7.84356 0.177655 0.887356 0.425485 0 0 v -3.93411 1.96473 8.95747 -0.271515 0.635993 0.722352 0 0 v 2.41923 3.1506 6.83727 -0.204668 0.88934 0.408884 0 0 v -1.21958 3.52088 6.21914 -0.445608 0.579989 0.681943 0 0 v -1.09501 3.57151 6.27063 -0.442004 0.407723 0.798996 0 0 v -0.966034 3.62286 6.32099 -0.397802 0.326859 0.857273 0 0 v 2.91081 1.56561 9.27446 0.293122 0.492069 0.819724 0 0 v 5.17582 2.0186 6.71525 0.744343 0.64996 0.153318 0 0 v -0.840274 3.66448 6.36142 -0.382058 0.290169 0.877402 0 0 v -1.69707 2.92288 7.56646 -0.165466 0.79893 0.578214 0 0 v 1.08516 2.00445 9.13927 0.176576 0.770073 0.613032 0 0 v -2.36166 2.60912 8.22196 -0.101907 0.823914 0.557478 0 0 v -2.47202 2.59878 8.21307 -0.133376 0.829132 0.54291 0 0 v -4.53877 2.37088 8.20117 -0.346654 0.794438 0.498698 0 0 v -2.32553 1.83537 9.19996 0.385241 0.553304 0.738542 0 0 v -2.23508 1.80284 9.16936 0.455535 0.546376 0.702824 0 0 v 2.57768 2.40595 8.75637 0.212582 0.765698 0.607055 0 0 v 2.47772 2.41742 8.76727 0.0883068 0.822157 0.56237 0 0 v 1.55159 4.36851 5.895 0.321147 0.907836 0.269626 0 0 v 6.84869 0.211217 4.06279 0.0990066 0.369836 0.923807 0 0 v 1.18557 1.9005 9.22727 0.20463 0.741925 0.638493 0 0 v 1.17273 4.46131 5.98302 0.193213 0.893142 0.40616 0 0 v 4.93443 2.61753 5.96081 0.590631 0.714739 0.374569 0 0 v 5.02186 2.57777 5.92322 0.587297 0.70591 0.395946 0 0 v 1.87998 3.91626 6.42737 0.112172 0.519627 0.846997 0 0 v 0.365816 4.35728 6.26393 -0.000408116 0.697343 0.716738 0 0 v -4.62671 7.13198 14.0459 0.448217 0.893829 0.0131258 0 0 v 3.57 1.4866 9.01447 0.447374 0.465186 0.763844 0 0 v 3.39324 1.56058 9.08337 0.438038 0.464435 0.76969 0 0 v 3.48104 1.52487 9.04757 0.474565 0.450919 0.75595 0 0 v 3.30179 1.59148 9.11137 0.37034 0.543654 0.753186 0 0 v 3.20729 1.61554 9.13387 0.357282 0.536732 0.764375 0 0 v -0.588394 1.70963 9.06957 -0.121065 0.508717 0.852379 0 0 v -0.478424 1.71994 9.07806 -0.0452058 0.535312 0.843444 0 0 v -0.376524 1.7159 9.07516 0.00202429 0.568348 0.822786 0 0 v 0.988196 1.93273 9.25817 0.129535 0.737562 0.662739 0 0 v 0.877436 1.93376 9.26247 -0.0341019 0.738406 0.673494 0 0 v 0.652156 1.8949 9.22806 -0.270342 0.697394 0.663744 0 0 v -0.0602939 1.81199 8.97686 -0.0781005 0.624734 0.776922 0 0 v 0.767686 4.50275 6.01814 0.132357 0.88953 0.437284 0 0 v 5.10596 2.53054 5.87833 0.675641 0.635553 0.373607 0 0 v 5.18128 2.46578 5.81717 0.73922 0.576488 0.34816 0 0 v 4.39216 1.67474 8.26287 0.446457 0.580168 0.681235 0 0 v 4.81379 1.44647 8.05217 0.715511 0.372634 0.590921 0 0 v 4.89019 1.38143 7.99296 0.765502 0.33574 0.548894 0 0 v -4.50395 1.65406 1.05095 -0.296403 0.762516 0.575078 0 0 v -4.62499 1.6226 1.01929 -0.321139 0.750817 0.577186 0 0 v 0.156026 1.54868 9.28796 -0.354524 0.570625 0.740743 0 0 v 5.1079 2.3487 6.08563 0.698923 0.543173 0.465263 0 0 v 1.78585 3.09569 7.35097 0.115944 0.917067 0.381503 0 0 v -0.714614 3.70617 6.40213 -0.275963 0.289465 0.916545 0 0 v 3.74845 2.34568 7.95587 0.527496 0.791412 0.308893 0 0 v 3.48158 3.16044 6.84897 0.311787 0.880706 0.356575 0 0 v 5.25622 2.40082 5.75573 0.74402 0.585872 0.321229 0 0 v -0.276934 3.64414 6.53703 -0.222666 0.315746 0.922347 0 0 v 5.0478 2.68952 5.45581 0.560732 0.815078 0.1457 0 0 v 4.88065 2.78531 5.54701 0.545164 0.832995 0.0944203 0 0 v 6.47747 0.895917 3.55824 -0.0791138 0.73704 0.671203 0 0 v 1.82736 2.9473 8.13647 -0.016577 0.956905 0.289926 0 0 v -3.35461 2.17332 8.95506 -0.0970025 0.760061 0.642571 0 0 v 2.57842 2.31534 8.85697 0.253188 0.704984 0.66249 0 0 v -2.61498 1.98805 9.15526 0.0979977 0.68468 0.722225 0 0 v -1.60483 1.37976 9.14967 0.161479 0.403836 0.900467 0 0 v 4.19701 1.33967 8.69337 0.539629 0.462334 0.703596 0 0 v -3.52523 2.11228 0.676495 -0.103915 0.976602 0.188281 0 0 v 4.10019 2.2221 7.84206 0.299871 0.754037 0.584385 0 0 v -2.16607 3.74741 1.07697 -0.482641 0.748269 0.455139 0 0 v 4.66148 1.75767 7.96767 0.604887 0.596229 0.527847 0 0 v -0.601024 3.72382 6.42076 -0.247672 0.277339 0.928301 0 0 v -6.40543 -1.86498 4.42528 -0.680402 -0.382233 -0.625261 0 0 v -1.33384 2.73677 7.95987 -0.00846327 0.872775 0.488049 0 0 v -4.52855 2.29516 8.32107 -0.346481 0.762815 0.545953 0 0 v 5.88157 1.43598 2.69857 -0.122172 0.876394 0.465841 0 0 v 5.33208 2.33637 5.69475 0.759323 0.593214 0.267443 0 0 v 0.870256 1.71767 9.43127 -0.0973139 0.526751 0.844431 0 0 v 1.85462 2.72302 8.49617 0.00431527 0.763078 0.646292 0 0 v -4.509 1.27743 11.2908 0.704901 0.695494 0.139289 0 0 v -4.4319 1.21595 11.2339 0.509419 0.831866 0.220207 0 0 v -4.34294 1.18457 11.208 0.31834 0.889482 0.327844 0 0 v -4.2463 1.16586 11.1915 0.272901 0.885329 0.376454 0 0 v 3.89116 3.3421 5.69865 0.350828 0.912666 0.209669 0 0 v 0.0418061 3.02373 7.65897 -0.0895738 0.876923 0.472211 0 0 v -1.91922 4.00116 0.503915 -0.133151 0.950965 0.279171 0 0 v -0.0644239 3.02272 7.65817 0.121163 0.856696 0.50139 0 0 v 0.623836 3.7569 6.64778 -0.0427931 0.414348 0.909112 0 0 v -3.15784 2.76793 7.80596 0.0727466 0.919266 0.386856 0 0 v -2.95688 2.78242 7.81237 -0.107825 0.888066 0.446892 0 0 v -1.6705 2.78613 7.82017 0.0290689 0.920408 0.389876 0 0 v 2.43335 2.78954 8.18477 0.276334 0.803284 0.527612 0 0 v 0.647606 2.99643 8.00827 -0.212639 0.762361 0.611221 0 0 v 5.90339 0.924887 3.77597 0.891291 0.450502 -0.0514667 0 0 v 5.02415 2.73622 5.31134 0.577943 0.808031 0.114315 0 0 v 4.07544 3.31243 2.9289 0.606815 0.784001 0.130836 0 0 v -2.35043 2.44296 8.44516 -0.0244327 0.757837 0.651986 0 0 v 3.2011 2.86471 7.32136 0.165648 0.657746 0.7348 0 0 v 1.75063 2.62789 8.59397 -0.095082 0.683006 0.724198 0 0 v -1.69197 3.75916 1.29688 -0.133704 0.74945 0.64842 0 0 v -1.00529 2.66538 8.08117 -0.217882 0.74467 0.630867 0 0 v 0.526876 3.30927 7.17057 0.0916263 0.946292 0.31006 0 0 v 3.10042 3.14785 7.02746 0.0747989 0.882949 0.463472 0 0 v -3.81513 2.09316 8.88597 -0.248347 0.692795 0.677022 0 0 v 2.77901 2.81042 7.83486 0.316901 0.937082 0.146464 0 0 v 4.53231 1.15229 8.52167 0.632774 0.35546 0.687928 0 0 v -4.02953 1.66771 1.27225 -0.360918 0.760765 0.53942 0 0 v 3.58277 3.55198 5.50854 0.503343 0.81591 0.284494 0 0 v -1.65239 2.74076 7.96087 0.0282391 0.952801 0.30228 0 0 v 4.65072 1.92421 7.75027 0.608532 0.674995 0.417218 0 0 v 4.48457 2.01789 7.83676 0.542417 0.695155 0.471745 0 0 v 2.45715 2.55912 8.52867 0.210328 0.841194 0.498151 0 0 v 2.25842 2.58932 8.55657 0.233006 0.767513 0.597186 0 0 v -3.71083 2.37782 8.58057 -0.14813 0.817827 0.556073 0 0 v 6.63869 0.210587 4.06359 -0.0672521 0.362415 0.929587 0 0 v 6.14984 0.881787 3.54133 -0.0801359 0.760455 0.644427 0 0 v -1.63625 4.01376 0.336355 0.19512 0.969406 -0.148933 0 0 v 4.62999 2.90789 5.67559 0.401295 0.902727 0.155067 0 0 v -1.95058 2.11153 8.70277 0.102662 0.693809 0.712804 0 0 v 3.83493 2.30444 7.91777 0.480691 0.807218 0.342541 0 0 v 0.0323961 3.09397 7.53717 -0.0531441 0.845602 0.531162 0 0 v -1.57432 2.95109 7.59387 -0.235274 0.747049 0.621743 0 0 v 3.19994 3.14365 7.02016 0.0908382 0.894874 0.436977 0 0 v -2.25155 2.61824 8.23027 -0.0655757 0.836822 0.543533 0 0 v -2.98191 2.54216 8.35167 0.0445975 0.968192 0.246202 0 0 v 2.16924 4.1405 6.06715 0.446345 0.776693 0.444437 0 0 v 1.8898 4.03109 6.34688 0.171989 0.661249 0.730184 0 0 v 2.35814 3.9021 6.22577 0.364471 0.697596 0.616863 0 0 v 0.0894262 2.09216 8.85737 -0.256975 0.480809 0.838324 0 0 v -3.18552 -3.15176 3.92905 -0.423437 -0.839357 -0.340852 0 0 v 2.3055 3.13592 6.82274 0.00380957 0.860031 0.510228 0 0 v -3.03842 1.89338 9.25927 -0.0226088 0.674549 0.737884 0 0 v -2.9281 1.90239 9.26587 0.0174185 0.678962 0.733966 0 0 v -2.82569 1.89646 9.25996 0.077824 0.672873 0.735653 0 0 v 1.18338 1.98694 9.12227 0.204952 0.743729 0.636287 0 0 v 0.885546 4.33847 6.24897 0.0697586 0.761013 0.644975 0 0 v 2.72991 1.72415 9.23487 0.243225 0.500166 0.831069 0 0 v -4.56762 7.05686 13.975 0.969888 0.196756 0.143543 0 0 v 0.0750461 2.81577 8.02857 0.130399 0.821544 0.555033 0 0 v -1.02741 3.8563 0.400715 0.281516 0.915587 -0.28714 0 0 v -0.483504 3.74927 6.44544 -0.238776 0.27941 0.930008 0 0 v -0.365554 3.77429 6.46889 -0.227723 0.313639 0.921831 0 0 v -0.251294 3.79182 6.48732 -0.222334 0.334047 0.915958 0 0 v -0.133554 3.8171 6.51211 -0.228618 0.330331 0.915759 0 0 v -0.356094 3.07312 7.70657 0.145348 0.806427 0.573193 0 0 v 2.81811 2.70795 8.10966 0.283581 0.787152 0.547698 0 0 v 3.00104 3.07435 7.14306 0.0229009 0.741132 0.670969 0 0 v 3.10347 3.07083 7.13927 0.0803871 0.754551 0.651299 0 0 v 0.857296 2.52731 8.50677 -0.023766 0.838995 0.543619 0 0 v 0.771136 1.9203 9.24957 -0.200456 0.72786 0.655772 0 0 v 0.534046 1.86672 9.20366 -0.347022 0.650081 0.675996 0 0 v -0.689724 3.85468 6.3535 -0.28082 0.329637 0.901377 0 0 v -0.806624 3.82883 6.32674 -0.369142 0.312173 0.875376 0 0 v 0.321456 2.13775 8.89667 -0.229354 0.543648 0.807368 0 0 v -0.931134 1.65582 9.02577 -0.15311 0.471772 0.868325 0 0 v -0.732034 4.46882 5.97377 -0.299024 0.74497 0.596326 0 0 v 2.48002 2.33091 8.87217 0.167325 0.715318 0.678471 0 0 v 2.37782 2.33853 8.87977 0.0840247 0.74379 0.663111 0 0 v -4.73989 1.59694 0.994065 -0.320924 0.71871 0.616818 0 0 v -4.86967 1.56366 0.959965 -0.364888 0.726728 0.581999 0 0 v -2.05245 1.64827 9.21277 0.357416 0.584035 0.728805 0 0 v -2.01002 3.9456 0.648686 -0.272625 0.944201 0.184827 0 0 v -0.0701839 3.10037 7.54356 0.137296 0.859623 0.492136 0 0 v 1.7105 3.21864 6.90027 0.141795 0.920642 0.363749 0 0 v 2.67598 3.10595 0.382455 0.264271 0.636263 -0.724796 0 0 v 0.208466 3.86888 6.56311 -0.178458 0.355277 0.917568 0 0 v 0.410736 1.73302 9.26746 -0.357054 0.639758 0.680604 0 0 v 3.84291 3.03021 6.7238 0.403487 0.87884 0.254634 0 0 v -2.04772 2.03446 8.81997 0.374663 0.677312 0.633148 0 0 v -1.9523 2.01329 8.80046 0.223285 0.68742 0.691085 0 0 v -0.162664 3.66153 6.55398 -0.240801 0.31509 0.918005 0 0 v -1.55327 1.87107 8.85676 -0.0340306 0.610686 0.791141 0 0 v -1.44321 1.8808 8.86446 -0.0858836 0.603315 0.792865 0 0 v 2.26421 3.92687 6.24911 0.387754 0.638281 0.665014 0 0 v 3.64668 3.30793 6.04447 0.39063 0.833694 0.390336 0 0 v 0.772196 2.29191 8.84817 -0.00124482 0.736676 0.676245 0 0 v -2.31948 1.9424 9.11167 0.369123 0.631815 0.681585 0 0 v -2.41382 1.96662 9.13406 0.279393 0.652475 0.704426 0 0 v -2.51271 1.98117 9.14816 0.150896 0.67223 0.724802 0 0 v -5.3378 6.81265 14.8275 -0.547339 0.810338 0.209217 0 0 v -0.147684 3.31641 6.98837 0.121937 0.960929 0.248489 0 0 v 6.65993 1.22371 3.08804 0.268386 0.830309 0.488421 0 0 v 2.34625 4.06775 5.99853 0.440137 0.786766 0.432756 0 0 v 1.064 2.79918 8.19777 0.0588684 0.662996 0.746305 0 0 v 4.00228 3.25995 5.80658 0.361534 0.890499 0.276232 0 0 v -2.04984 3.4747 1.4204 -0.355099 0.502537 0.788265 0 0 v 2.96362 2.75372 7.78246 0.365398 0.901143 0.233293 0 0 v 1.26901 2.97239 7.98477 0.267222 0.764205 0.587012 0 0 v -0.257584 3.05853 7.69286 0.206849 0.813645 0.543319 0 0 v 4.03848 1.73036 8.49977 0.607923 0.576341 0.546132 0 0 v -0.887474 2.69247 8.10557 -0.254847 0.730886 0.633135 0 0 v -4.53096 1.32706 11.1551 0.693076 0.672205 0.260357 0 0 v -4.44696 1.28224 11.116 0.454972 0.754471 0.473048 0 0 v -4.35428 1.25513 11.0916 0.345573 0.771921 0.533589 0 0 v -4.26124 1.22681 11.0646 0.338418 0.79831 0.498172 0 0 v -4.16587 1.20421 11.0431 0.355057 0.801184 0.481704 0 0 v -4.07328 1.1775 11.0195 0.445618 0.792855 0.4157 0 0 v 3.34937 2.58165 7.80567 0.289667 0.905833 0.309128 0 0 v -4.6502 2.25992 8.28937 -0.394784 0.743349 0.53998 0 0 v 1.49222 4.08469 6.39642 0.216433 0.598698 0.771179 0 0 v 5.35122 1.57448 7.05317 0.783284 0.383029 0.489647 0 0 v 0.867556 4.01355 6.51481 -0.011703 0.49127 0.870929 0 0 v 4.69283 1.0455 8.42336 0.677066 0.345435 0.649812 0 0 v 4.98589 1.91444 7.36887 0.657023 0.560475 0.504171 0 0 v 2.26376 2.13506 9.06367 0.0357098 0.556232 0.830259 0 0 v 2.05548 2.13736 9.06607 -0.0419471 0.568095 0.821893 0 0 v 1.09236 4.23257 6.34252 0.0772405 0.720629 0.689005 0 0 v 4.90147 1.96243 7.41317 0.601858 0.60698 0.518981 0 0 v 2.16152 2.13847 9.06587 0.00557232 0.552885 0.833239 0 0 v 2.36988 2.13432 9.06087 0.0609793 0.576996 0.814468 0 0 v 2.47209 2.12753 9.05406 0.165727 0.593181 0.787827 0 0 v -2.16448 2.76739 7.99087 -0.00957812 0.857811 0.513876 0 0 v -3.81665 1.99283 8.98226 -0.284004 0.643448 0.710857 0 0 v 3.07271 3.19458 6.87777 0.104419 0.967578 0.229977 0 0 v -4.86998 1.4547 1.06314 -0.349894 0.610853 0.710234 0 0 v -4.7419 1.49032 1.09776 -0.339914 0.617551 0.709288 0 0 v -4.37899 1.5843 1.19108 -0.323082 0.66496 0.673384 0 0 v -4.1436 1.64131 1.24693 -0.351151 0.73678 0.577797 0 0 v 3.49852 1.74515 8.88416 0.383151 0.575613 0.722403 0 0 v 3.58907 1.71313 8.85457 0.434262 0.530831 0.727761 0 0 v 1.411 2.6724 8.45167 -0.26216 0.74761 0.610205 0 0 v 1.63833 2.71017 8.48547 -0.119592 0.741792 0.659881 0 0 v 2.43688 2.70417 8.29107 0.307373 0.773102 0.554829 0 0 v 2.34439 2.73215 8.31767 0.323547 0.777621 0.539094 0 0 v 6.10043 0.614427 4.06489 0.898437 0.436191 0.0504748 0 0 v -3.59584 2.39231 8.59387 -0.127194 0.850462 0.510428 0 0 v -0.187664 4.21297 6.31612 -0.114151 0.547139 0.829221 0 0 v 3.0424 2.36479 8.53197 0.353013 0.779292 0.51777 0 0 v 0.316076 4.72597 5.64693 0.278962 0.871845 0.402574 0 0 v 3.19784 1.50216 9.21386 0.367783 0.466925 0.804187 0 0 v -4.26324 1.60799 1.21487 -0.311967 0.724414 0.614737 0 0 v 0.112616 2.52647 8.50916 -0.052113 0.803392 0.593165 0 0 v 0.219156 2.52472 8.50727 0.0236095 0.791762 0.610373 0 0 v 1.94854 2.87739 8.26927 0.145815 0.857587 0.493237 0 0 v 4.87901 1.26651 8.07237 0.751568 0.31731 0.578325 0 0 v -2.82347 2.18307 8.96037 0.0385741 0.781075 0.623245 0 0 v -1.67052 3.98399 0.691736 0.0764757 0.993938 0.078982 0 0 v -4.59851 1.85222 0.414205 -0.387963 0.887456 0.248808 0 0 v 4.29034 3.10295 5.85074 0.550704 0.804624 0.222048 0 0 v -3.3649 1.86965 9.24007 -0.151992 0.633936 0.758303 0 0 v -3.25041 1.88743 9.25467 -0.151384 0.642963 0.750787 0 0 v -3.1406 1.89813 9.26326 -0.0543812 0.666798 0.743251 0 0 v 6.74111 1.2687 2.93433 0.392386 0.861334 0.322703 0 0 v 6.83013 1.2359 2.90826 0.519004 0.81889 0.245059 0 0 v 6.91112 1.18725 2.86241 0.648109 0.747759 0.144264 0 0 v 6.9844 1.12174 2.80088 0.731032 0.682279 0.00931143 0 0 v 6.1743 0.520307 3.97306 0.732944 0.582165 0.351961 0 0 v 6.24514 0.484507 3.94241 0.317595 0.654415 0.686203 0 0 v -0.886544 2.03763 8.81546 -0.135149 0.585434 0.799376 0 0 v 4.8201 1.5588 7.96856 0.708543 0.455277 0.539156 0 0 v 1.28209 4.37633 6.09318 0.207833 0.860867 0.464449 0 0 v 1.18352 4.39152 6.10749 0.1905 0.847868 0.494803 0 0 v 1.08425 4.40446 6.12017 0.142576 0.837338 0.527766 0 0 v 0.982206 4.41591 6.12916 0.110053 0.836137 0.537367 0 0 v 0.777416 4.42964 6.14171 0.0862018 0.836815 0.540657 0 0 v 0.674876 4.43493 6.14632 0.0587965 0.821285 0.56748 0 0 v 0.568706 4.4372 6.14759 0.0640589 0.805445 0.589199 0 0 v 0.466246 4.44464 6.15415 0.101785 0.779318 0.618307 0 0 v 0.367766 4.45571 6.16416 0.0809996 0.762845 0.641488 0 0 v 0.257136 4.45398 6.16162 -0.00226866 0.750332 0.661058 0 0 v 0.155056 4.45545 6.16277 -0.036856 0.758421 0.650723 0 0 v 0.0448762 4.44774 6.15482 -0.102472 0.731366 0.674243 0 0 v -0.0649138 4.4367 6.14292 -0.136162 0.707125 0.693855 0 0 v -0.317244 2.59222 8.38546 -0.0588758 0.674865 0.735589 0 0 v -4.38137 1.82451 9.02007 -0.02167 0.889899 0.455643 0 0 v 0.160596 1.74417 9.09767 -0.336951 0.628527 0.701012 0 0 v 2.92403 1.68713 9.20156 0.236546 0.479658 0.84497 0 0 v 0.119706 3.99928 6.49634 -0.143224 0.406253 0.902466 0 0 v -0.173434 4.52867 6.0363 0.00334879 0.762791 0.646637 0 0 v -2.27758 3.92165 0.418035 -0.387837 0.897 0.212068 0 0 v 2.27524 2.34303 8.88426 0.0500856 0.758711 0.649499 0 0 v -3.14262 2.18043 8.96067 -0.0366579 0.7508 0.659512 0 0 v -3.03206 2.18545 8.96397 -0.0120846 0.754864 0.65577 0 0 v 6.35127 0.470537 3.9291 0.108388 0.538887 0.835376 0 0 v 0.322616 3.88571 6.57924 -0.0793598 0.399004 0.913508 0 0 v 0.428856 3.88636 6.58021 0.000890744 0.395166 0.918609 0 0 v -0.769944 2.71901 8.13017 -0.251273 0.752499 0.608774 0 0 v -2.46772 3.75381 0.667875 -0.486221 0.819149 0.304277 0 0 v -2.08979 3.89554 0.807745 -0.320148 0.925447 0.202615 0 0 v 4.36803 2.36763 7.41637 0.392731 0.748542 0.534273 0 0 v 0.0429761 4.54092 6.04956 -0.0847947 0.7884 0.60929 0 0 v -1.11423 2.5715 8.18246 -0.0735403 0.837547 0.541393 0 0 v 3.00623 1.54337 9.25467 0.264652 0.452717 0.851473 0 0 v 0.977186 1.72075 9.43357 0.0188871 0.550868 0.834379 0 0 v 1.6137 2.28976 8.84206 -0.160923 0.635208 0.75539 0 0 v -2.41533 2.05814 9.03107 0.244341 0.753396 0.610485 0 0 v -1.6604 1.86917 8.85537 0.0496348 0.58602 0.808775 0 0 v 1.59845 1.88414 9.21007 -0.0983804 0.670132 0.735693 0 0 v 1.82294 1.90925 9.22937 -0.067079 0.696148 0.714758 0 0 v -1.77832 3.98713 0.689545 -0.0356891 0.989299 0.141468 0 0 v -0.192694 4.68003 5.79256 -0.0321252 0.882883 0.468493 0 0 v 6.46096 0.475257 3.93078 -0.0664297 0.51032 0.857415 0 0 v 6.57152 0.483867 3.93904 -0.0530288 0.508486 0.859436 0 0 v -2.72124 1.98989 9.15856 0.0644014 0.688302 0.72256 0 0 v 6.67738 0.483747 3.93783 0.0423562 0.530603 0.846562 0 0 v 1.49435 1.97937 9.11407 -0.0775544 0.691101 0.718585 0 0 v 4.38125 2.21035 7.64337 0.520471 0.7377 0.430011 0 0 v 6.8808 0.470137 3.92674 0.125747 0.543202 0.830132 0 0 v 0.531306 3.88009 6.57575 -0.0227047 0.439391 0.898009 0 0 v -0.015954 2.19135 8.76507 -0.225713 0.490725 0.841571 0 0 v 4.14483 2.71615 6.99267 0.454748 0.825924 0.333248 0 0 v 0.641126 3.88924 6.58598 -0.0429105 0.454311 0.889809 0 0 v 3.31948 2.00222 8.75056 0.447977 0.540228 0.71237 0 0 v 6.97894 0.455627 3.91395 0.237416 0.538956 0.808183 0 0 v -4.53743 1.40345 11.0391 0.61017 0.685974 0.3964 0 0 v -4.44912 1.37073 11.011 0.358785 0.749578 0.556243 0 0 v -4.25967 1.3221 10.9657 0.392222 0.720448 0.571941 0 0 v -4.17137 1.28481 10.9316 0.468446 0.742219 0.479239 0 0 v -4.08475 1.24782 10.9004 0.559301 0.741066 0.371489 0 0 v -4.00275 1.19389 10.8502 0.698649 0.684341 0.20873 0 0 v -7.58316 -1.12336 8.22276 -0.613767 -0.273371 -0.740647 0 0 v 5.06512 1.85695 7.31497 0.725899 0.511526 0.459797 0 0 v 0.296876 2.74081 8.14646 -0.168451 0.810809 0.560547 0 0 v 7.07281 0.432327 3.89244 0.371792 0.486653 0.790531 0 0 v -2.83163 1.79012 9.34947 0.108517 0.570844 0.813856 0 0 v 7.16179 0.395257 3.8595 0.483274 0.465945 0.741176 0 0 v 7.24834 0.360677 3.82553 0.621573 0.426925 0.656797 0 0 v 7.32634 0.304257 3.77255 0.779283 0.362831 0.510952 0 0 v -3.28611 0.457646 10.1947 0.85265 0.243312 0.462371 0 0 v -1.30884 2.505 8.30997 0.162514 0.795489 0.583769 0 0 v -2.22597 2.01052 8.98596 0.445032 0.678436 0.584527 0 0 v -2.5626 2.442 8.44536 0.0797227 0.868516 0.489209 0 0 v -0.297484 4.20426 6.30701 -0.131528 0.498058 0.857111 0 0 v 4.20783 1.64025 8.41637 0.50122 0.601825 0.62176 0 0 v 0.398926 4.77779 5.50256 0.312254 0.871161 0.378915 0 0 v 0.488196 4.74623 5.46715 0.343787 0.851483 0.395964 0 0 v 3.29371 2.74269 7.39497 0.262271 0.780327 0.567718 0 0 v -4.39105 1.89132 8.89536 -0.199351 0.818159 0.539328 0 0 v -4.50546 1.87652 8.88177 -0.157011 0.855577 0.493291 0 0 v -1.85355 1.99963 8.78817 0.111026 0.638509 0.761564 0 0 v 3.30895 1.79202 8.92787 0.367906 0.641523 0.673122 0 0 v 3.13068 1.86383 8.99337 0.471881 0.509528 0.71952 0 0 v 4.12982 3.24977 5.41759 0.587597 0.805484 0.0769793 0 0 v 1.59019 4.06934 6.38156 0.189615 0.621009 0.760522 0 0 v 3.40461 1.7694 8.90767 0.325711 0.626224 0.708347 0 0 v 3.21766 1.82354 8.95677 0.473905 0.552302 0.68584 0 0 v 4.39958 1.87746 8.07837 0.405084 0.655872 0.636977 0 0 v 3.04084 1.89671 9.02446 0.380221 0.552599 0.741665 0 0 v 1.28227 2.72106 8.31137 -0.25324 0.795575 0.55039 0 0 v 2.82477 3.6774 6.20286 0.4639 0.628534 0.624293 0 0 v -2.31779 2.04102 9.01416 0.326189 0.736841 0.592171 0 0 v -0.234184 2.92109 7.94057 0.0351095 0.925287 0.377638 0 0 v -0.557014 2.91014 7.93107 -0.0488844 0.791477 0.609242 0 0 v -0.662654 2.90542 7.92687 -0.077161 0.753579 0.652813 0 0 v 4.29341 2.2488 7.67956 0.457008 0.762075 0.458678 0 0 v 4.10967 2.30744 7.73396 0.320061 0.787008 0.527427 0 0 v 1.51869 2.85065 8.25597 -0.270654 0.819598 0.504981 0 0 v 1.626 2.87469 8.26517 -0.143276 0.875575 0.461346 0 0 v -1.94827 3.36396 1.51442 -0.270199 0.353767 0.895456 0 0 v 5.34931 2.18235 5.92829 0.689462 0.598688 0.407696 0 0 v 4.11652 3.18297 5.92626 0.393227 0.867656 0.304214 0 0 v 2.32519 2.87772 8.08117 0.199051 0.916456 0.347111 0 0 v -2.62751 2.24713 8.82977 0.179478 0.836912 0.517074 0 0 v 4.33917 3.20304 4.57748 0.591408 0.796736 0.124288 0 0 v -3.47423 1.85807 9.22966 -0.198677 0.614004 0.763889 0 0 v 4.10385 3.37973 4.76576 0.606158 0.794169 0.0432161 0 0 v 6.44844 1.31969 2.98308 0.0816497 0.877627 0.47234 0 0 v 6.5503 1.31118 2.97605 0.129495 0.885805 0.445623 0 0 v 6.64888 1.29659 2.96254 0.279173 0.877146 0.390739 0 0 v 2.82588 1.70281 9.21646 0.237362 0.487538 0.840218 0 0 v 1.85266 4.23849 5.96557 0.209973 0.930132 0.301273 0 0 v 1.6658 4.28892 6.01549 0.320801 0.876786 0.358237 0 0 v 1.57239 4.31639 6.03958 0.301497 0.877851 0.372126 0 0 v 1.47587 4.33773 6.05678 0.301699 0.878591 0.37021 0 0 v 1.38048 4.35954 6.07794 0.238102 0.869282 0.433194 0 0 v 6.02643 1.13138 3.19346 -0.0775406 0.797775 0.597949 0 0 v 6.13704 1.13889 3.20106 -0.138153 0.79209 0.594564 0 0 v 6.35757 1.15915 3.22157 -0.081967 0.800009 0.594363 0 0 v 6.46421 1.16277 3.22537 -0.0205799 0.822152 0.568896 0 0 v 6.57011 1.16107 3.22475 0.104492 0.837049 0.537057 0 0 v 6.66953 1.14682 3.21155 0.259025 0.814076 0.519795 0 0 v 6.76363 1.12154 3.18825 0.370568 0.794068 0.481805 0 0 v 6.85381 1.08857 3.15757 0.52315 0.743264 0.41698 0 0 v 6.93498 1.03878 3.11053 0.654169 0.677554 0.33613 0 0 v 7.01354 0.978077 3.05096 0.727833 0.630079 0.270666 0 0 v 7.08647 0.911237 2.98817 0.762423 0.600095 0.242068 0 0 v 2.05905 2.33543 8.87947 -0.0920582 0.783952 0.613958 0 0 v 3.23996 2.66647 7.70037 0.324575 0.904854 0.275481 0 0 v -0.175564 4.43018 6.13655 -0.0142508 0.703186 0.710863 0 0 v -0.277434 4.43548 6.1399 -0.0211886 0.69891 0.714896 0 0 v -2.93013 1.99478 9.16466 0.0276141 0.725158 0.688029 0 0 v 1.43637 4.44533 5.77274 0.355962 0.915797 0.186029 0 0 v 1.3406 4.48472 5.79606 0.29912 0.929121 0.217395 0 0 v 1.28248 1.97565 9.11177 0.118861 0.743066 0.658578 0 0 v 0.465786 3.49746 0.444595 0.130071 0.915724 -0.380172 0 0 v -2.5908 2.51207 1.4906 -0.432864 0.249194 0.866332 0 0 v -1.4498 3.96007 0.293895 0.172187 0.950457 -0.25881 0 0 v -2.23126 2.09425 8.87537 0.373297 0.74465 0.553304 0 0 v -2.13729 2.06862 8.85167 0.380059 0.71858 0.582407 0 0 v -4.40171 1.96986 8.77797 -0.267488 0.75943 0.593057 0 0 v -4.52106 1.94702 8.75697 -0.25971 0.794597 0.548786 0 0 v -3.69655 2.11891 8.90817 -0.273085 0.715429 0.643107 0 0 v -2.45667 2.43861 8.44236 0.024537 0.805741 0.59176 0 0 v 3.42105 2.27096 8.44377 0.386195 0.744756 0.544235 0 0 v 3.7061 3.39851 5.75094 0.426519 0.86356 0.268972 0 0 v 0.747506 3.89077 6.58849 -0.00602466 0.478179 0.878242 0 0 v 0.628106 3.14318 7.77057 -0.210188 0.85869 0.46741 0 0 v -0.670764 3.07942 7.71247 -0.081953 0.840577 0.535457 0 0 v 0.216816 2.23566 8.80207 -0.212168 0.585206 0.782636 0 0 v 3.66311 3.09731 6.78936 0.401522 0.85467 0.329119 0 0 v 0.260026 3.13248 7.57227 -0.242038 0.864749 0.44003 0 0 v 1.72852 2.30616 8.85557 -0.139205 0.677761 0.721984 0 0 v -1.33298 1.88929 8.87016 -0.0155019 0.58064 0.814013 0 0 v 1.70776 1.89616 9.22086 -0.138497 0.664971 0.733915 0 0 v 2.03567 1.91268 9.23037 0.0434419 0.655095 0.754296 0 0 v 0.126596 4.68449 5.79886 0.0265688 0.900756 0.433512 0 0 v 0.229356 4.67741 5.79233 0.183597 0.883163 0.431641 0 0 v -0.0867939 4.68317 5.79571 -0.022118 0.888236 0.458854 0 0 v 3.11273 3.86763 5.42266 0.446944 0.890306 0.087155 0 0 v 3.20043 3.83097 5.39188 0.486553 0.866399 0.112337 0 0 v 5.42699 2.12462 5.87378 0.716266 0.591867 0.369671 0 0 v -2.84166 1.67306 9.42826 0.0956531 0.462322 0.881538 0 0 v 5.02652 2.15025 6.83757 0.70927 0.680925 0.18242 0 0 v -4.16466 2.0205 8.82257 -0.256646 0.682622 0.684222 0 0 v 6.92589 1.11996 2.99324 0.661306 0.667616 0.342 0 0 v -2.39269 2.17072 1.69059 -0.192708 0.595649 0.779786 0 0 v -2.09838 2.65892 1.64165 -0.300148 0.19051 0.934675 0 0 v -2.22222 2.62515 1.60694 -0.313539 0.197322 0.928847 0 0 v 3.23361 2.04377 8.78936 0.484063 0.544468 0.685009 0 0 v 3.57298 3.13084 6.82013 0.384981 0.866472 0.317829 0 0 v -4.41219 2.32454 8.34737 -0.323021 0.770044 0.550172 0 0 v 3.45416 3.44205 5.97954 0.371738 0.826709 0.422332 0 0 v -4.54836 1.47495 10.9202 0.454262 0.791437 0.408991 0 0 v -4.45393 1.45072 10.898 0.29883 0.831662 0.468016 0 0 v -4.35876 1.42952 10.8799 0.33039 0.801794 0.497965 0 0 v -4.26638 1.40128 10.8525 0.444407 0.783449 0.434408 0 0 v -4.1773 1.36332 10.817 0.511938 0.762086 0.396415 0 0 v -4.09575 1.31857 10.7811 0.661001 0.70465 0.257965 0 0 v -3.9475 1.189 10.6685 0.737812 0.659589 0.143444 0 0 v -3.86898 1.11714 10.5984 0.644023 0.725915 0.241415 0 0 v -3.78732 1.06649 10.5533 0.611748 0.699947 0.368563 0 0 v -0.916524 3.34822 6.82796 -0.0359352 0.988803 0.144832 0 0 v -5.51979 -2.35695 3.86314 -0.46319 -0.53226 -0.708629 0 0 v -0.810104 3.34923 6.82906 -0.0365916 0.99394 0.103658 0 0 v -7.20748 -3.42528 8.14396 -0.514122 -0.468552 -0.718427 0 0 v -3.34703 0.648766 10.18 0.840775 0.324008 0.433723 0 0 v -3.27731 0.573346 10.1127 0.817556 0.309767 0.485434 0 0 v -3.20485 0.498217 10.0457 0.795756 0.270129 0.542035 0 0 v -3.13382 0.423116 9.97837 0.785491 0.228607 0.575102 0 0 v 1.18194 2.07903 9.02166 0.142921 0.741923 0.655075 0 0 v 6.7172 1.31675 2.79129 0.435356 0.889643 0.137839 0 0 v 6.62686 1.34827 2.81547 0.328545 0.92096 0.209502 0 0 v 6.4344 1.38608 2.8507 0.0990251 0.922874 0.372154 0 0 v 6.54139 1.36674 2.84626 0.229505 0.929366 0.289147 0 0 v 0.583776 4.721 5.44988 0.240337 0.864056 0.442318 0 0 v -2.82168 2.09284 9.06537 0.040081 0.734459 0.677468 0 0 v 1.26852 4.44309 5.96317 0.223777 0.906222 0.358728 0 0 v 3.72456 3.3429 5.88729 0.382819 0.857069 0.344792 0 0 v -0.0670639 4.52907 6.03782 -0.0777879 0.773592 0.628892 0 0 v -2.04924 2.12589 8.71626 0.276912 0.718627 0.637883 0 0 v -5.60844 -4.19206 8.31007 0.0970674 -0.805821 -0.584149 0 0 v -0.991814 3.4746 6.37259 -0.3048 0.702729 0.64286 0 0 v 0.277676 1.58501 9.32047 -0.381632 0.554602 0.739441 0 0 v 2.89986 3.89781 5.84019 0.497154 0.768532 0.402737 0 0 v 2.75779 1.96885 9.09247 0.257688 0.513732 0.818337 0 0 v -0.407444 4.19473 6.29631 -0.172503 0.457725 0.872199 0 0 v -1.28631 3.90214 0.611296 0.212222 0.972906 0.0917368 0 0 v -2.42111 2.14047 8.91847 0.248402 0.815613 0.522563 0 0 v 4.20679 1.5435 8.51317 0.514381 0.586494 0.62565 0 0 v -0.629284 3.56524 6.45942 -0.233814 0.337537 0.911811 0 0 v -3.49088 1.63623 9.40127 -0.172444 0.588214 0.790106 0 0 v 3.93202 3.39522 5.3573 0.480095 0.833119 0.274629 0 0 v 3.40829 1.87222 8.81546 0.32387 0.61402 0.719783 0 0 v -0.988494 4.17429 6.07594 -0.506601 0.459319 0.729645 0 0 v 4.79929 2.83654 5.59332 0.538478 0.838461 0.0838132 0 0 v -2.0664 3.33553 1.48377 -0.35198 0.326707 0.877139 0 0 v 2.37578 2.24148 8.97516 0.101091 0.664622 0.740309 0 0 v 4.20507 3.1459 5.88972 0.487588 0.835438 0.253576 0 0 v 5.8985 1.27844 2.94099 -0.0751535 0.825969 0.558684 0 0 v 6.01357 1.29326 2.95656 -0.165521 0.8223 0.54445 0 0 v 6.12492 1.30758 2.96936 -0.101101 0.826143 0.554316 0 0 v 6.23125 1.31103 2.9727 -0.0981926 0.843919 0.527408 0 0 v 6.34253 1.32455 2.98503 -0.0499221 0.867958 0.494121 0 0 v 2.33207 4.13346 5.86938 0.47852 0.819194 0.316133 0 0 v 2.24565 4.17407 5.90336 0.439626 0.836488 0.327135 0 0 v 2.15541 4.20684 5.93771 0.351226 0.875579 0.331666 0 0 v 0.255706 4.54244 6.05221 0.0181837 0.841449 0.54003 0 0 v 2.85839 2.42276 8.58546 0.372964 0.761654 0.529887 0 0 v 1.36603 4.42333 5.9472 0.276908 0.887388 0.368597 0 0 v -0.696244 3.36746 6.84617 -0.0187188 0.993502 0.112263 0 0 v 5.68506 1.31965 3.37756 0.893388 0.435256 -0.111405 0 0 v 5.73703 1.19529 3.25697 0.802368 0.59683 0.000871828 0 0 v 5.81738 1.13768 3.20178 0.347923 0.855351 0.383828 0 0 v 5.91234 1.12031 3.18523 0.0154732 0.839729 0.542785 0 0 v 0.404026 1.62798 9.35747 -0.325292 0.54131 0.775351 0 0 v 6.28774 0.0642968 4.11955 0.537774 0.212573 0.81585 0 0 v 1.68088 4.22708 6.14728 0.28011 0.854314 0.437819 0 0 v 1.09304 3.26152 6.93497 0.119645 0.930281 0.346789 0 0 v 5.1906 2.20335 6.13767 0.683174 0.581478 0.441764 0 0 v 4.77904 2.45374 6.3724 0.633679 0.663427 0.397889 0 0 v 4.20506 2.80763 6.7055 0.511895 0.746688 0.424759 0 0 v 3.85886 2.9715 6.86107 0.459877 0.79903 0.387383 0 0 v 5.90658 1.20062 3.06079 -0.046247 0.849909 0.524895 0 0 v 0.869816 2.09581 9.03957 -0.0467036 0.751789 0.657748 0 0 v 0.765676 2.18867 8.93987 -0.060635 0.686713 0.724395 0 0 v 3.68595 2.77187 7.23407 0.262542 0.730884 0.629985 0 0 v 4.06617 2.68124 7.14846 0.359004 0.803329 0.475161 0 0 v 1.79042 4.04377 6.35816 0.175951 0.632953 0.753931 0 0 v 4.57629 1.80415 8.01056 0.560113 0.597315 0.574011 0 0 v 2.3501 2.65132 8.42816 0.288762 0.778814 0.556835 0 0 v -0.387854 4.42699 6.13103 -0.153365 0.701578 0.695894 0 0 v 0.505536 3.35503 7.02627 0.074431 0.977479 0.197469 0 0 v -2.14307 2.15159 8.74016 0.316425 0.757846 0.570566 0 0 v -1.73823 2.11365 8.70306 -0.0108364 0.604197 0.796761 0 0 v 1.15125 4.51047 5.83729 0.197964 0.951839 0.23412 0 0 v 0.281856 1.77975 9.12866 -0.360989 0.636245 0.681821 0 0 v 0.853966 3.88993 6.58618 0.0713594 0.487372 0.870274 0 0 v 0.181256 2.811 8.02497 -0.0263288 0.81359 0.580843 0 0 v -3.73358 2.10252 0.672615 -0.128282 0.961575 0.242727 0 0 v 6.68438 0.983357 3.44885 0.157701 0.80408 0.573224 0 0 v 0.103806 2.59274 8.38417 -0.0503515 0.878101 0.475818 0 0 v 3.38517 3.33229 6.25512 0.247368 0.884544 0.395462 0 0 v 5.06064 1.76332 7.41467 0.734684 0.443282 0.513556 0 0 v 3.14229 2.07488 8.81787 0.399867 0.628836 0.666837 0 0 v 3.50638 1.94824 8.70097 0.3443 0.613861 0.710375 0 0 v -1.21079 2.11396 8.70067 -0.0638092 0.565685 0.822149 0 0 v 3.29467 2.50496 8.10476 0.315524 0.86711 0.385442 0 0 v 3.08138 3.54884 6.08125 0.473248 0.678222 0.562184 0 0 v -1.24332 3.89111 0.807805 0.159344 0.987176 -0.00964099 0 0 v 1.36386 2.95079 7.96377 0.208294 0.822742 0.528876 0 0 v 3.1465 2.69323 7.72367 0.376983 0.883968 0.27656 0 0 v 3.11562 1.64595 9.16057 0.36095 0.528093 0.768657 0 0 v 0.952376 3.87511 6.57298 0.023415 0.457375 0.888965 0 0 v 1.06229 3.88355 6.58082 0.0116745 0.464546 0.885472 0 0 v -0.854694 4.43656 5.94157 -0.391096 0.718886 0.574671 0 0 v -1.51137 3.97352 0.475515 0.224607 0.973284 0.0476424 0 0 v -1.21614 2.57343 8.18487 0.0854853 0.823862 0.560307 0 0 v -0.124344 2.17808 8.75027 -0.188986 0.478093 0.857736 0 0 v 1.83874 2.31501 8.86167 -0.11636 0.703455 0.70115 0 0 v -2.67866 2.51279 8.32316 0.0409208 0.89203 0.45012 0 0 v 1.92908 1.91211 9.23136 -0.0216486 0.684726 0.728479 0 0 v 0.0198762 4.68443 5.79779 -0.0169798 0.893825 0.448093 0 0 v -0.878444 4.5824 5.68973 -0.317878 0.835107 0.448943 0 0 v -0.759774 4.60539 5.71418 -0.24185 0.879943 0.408911 0 0 v 3.03177 3.90195 5.46114 0.485013 0.872807 0.0544934 0 0 v -4.03133 2.1199 0.275895 -0.359587 0.93273 -0.0266835 0 0 v 1.16481 3.8766 6.57548 0.08942 0.463033 0.881819 0 0 v 3.79271 2.58762 7.43597 0.200379 0.825404 0.527785 0 0 v -1.58053 3.76778 1.30647 -0.0632523 0.783364 0.618336 0 0 v -2.66461 2.45182 8.45397 0.116736 0.900766 0.418322 0 0 v -1.3434 2.80866 7.83856 -0.182153 0.809268 0.558485 0 0 v 1.07218 3.00382 8.01406 0.15735 0.756326 0.63499 0 0 v 3.49049 2.71145 7.36526 0.218856 0.717336 0.661461 0 0 v 0.659996 2.18454 8.93666 -0.123365 0.670737 0.731363 0 0 v -1.70458 3.53353 1.48208 -0.216879 0.540239 0.813084 0 0 v -1.81947 3.51389 1.46151 -0.246956 0.524076 0.815081 0 0 v 1.28603 2.16879 8.91777 0.0307362 0.705253 0.708289 0 0 v 4.90327 2.30301 6.60514 0.63084 0.772369 0.0740718 0 0 v -2.33925 2.18507 8.77156 0.23036 0.833455 0.502281 0 0 v -2.34627 2.26295 8.65656 0.201931 0.780336 0.591861 0 0 v -4.64984 1.57883 10.8302 0.488257 0.831054 0.266371 0 0 v -4.56093 1.54316 10.7956 0.376277 0.85682 0.352526 0 0 v -4.46729 1.51735 10.7728 0.29276 0.872779 0.390573 0 0 v -4.37076 1.49705 10.7561 0.333593 0.870367 0.362184 0 0 v -4.28044 1.46446 10.7261 0.439522 0.84852 0.294675 0 0 v -4.19259 1.4276 10.6946 0.54547 0.807149 0.22577 0 0 v -4.11262 1.37119 10.6432 0.659201 0.743302 0.113827 0 0 v -4.03736 1.2969 10.5723 0.729891 0.681937 0.0471395 0 0 v -3.96674 1.22133 10.5058 0.672048 0.71927 0.176074 0 0 v -3.88481 1.18271 10.476 0.50204 0.763529 0.406178 0 0 v -3.79535 1.14503 10.4405 0.5274 0.703734 0.476034 0 0 v -3.71169 1.10151 10.401 0.640125 0.61717 0.457539 0 0 v -3.47749 0.921956 10.2388 0.77691 0.488018 0.397805 0 0 v -3.40734 0.839826 10.166 0.848057 0.376658 0.372731 0 0 v -3.34361 0.761486 10.0947 0.825998 0.350196 0.44169 0 0 v -3.26996 0.688487 10.0296 0.778864 0.357409 0.515393 0 0 v -3.19275 0.614816 9.96526 0.777479 0.323512 0.53932 0 0 v -3.12114 0.547226 9.90296 0.766732 0.308668 0.562892 0 0 v 0.654436 2.45385 8.62586 0.0149166 0.847717 0.530239 0 0 v 4.13222 3.34118 4.91981 0.626888 0.773895 0.0899821 0 0 v 4.20862 3.2816 4.86562 0.669253 0.73947 0.0726954 0 0 v 4.28532 3.21578 4.79745 0.676888 0.729909 0.0951604 0 0 v 6.32828 1.39051 2.85147 0.00486488 0.913258 0.407353 0 0 v 6.22113 1.38851 2.84949 -0.0239749 0.878733 0.476712 0 0 v 6.11412 1.38299 2.84501 -0.0995578 0.862483 0.496197 0 0 v 6.0031 1.37213 2.83436 -0.136945 0.843466 0.519434 0 0 v 5.89205 1.36056 2.82346 -0.10225 0.844121 0.526311 0 0 v 5.78153 1.34984 2.81219 -0.053275 0.875288 0.480658 0 0 v -3.84933 2.07818 0.648915 -0.288249 0.925783 0.244618 0 0 v 1.58659 1.67397 9.38676 -0.0776424 0.590596 0.803223 0 0 v -0.226204 3.93988 6.43779 -0.218967 0.34167 0.913956 0 0 v 5.57207 1.35673 2.82296 0.329062 0.91597 0.229601 0 0 v 5.6771 1.35524 2.81311 0.0943299 0.912463 0.398138 0 0 v 0.547866 2.45387 8.62656 -0.0104289 0.833275 0.55276 0 0 v 6.74798 0.217917 4.06755 -0.00126616 0.370274 0.928922 0 0 v 2.85244 1.94549 9.07067 0.29679 0.522715 0.799178 0 0 v 0.414446 1.92866 9.07757 -0.369271 0.58507 0.722033 0 0 v 0.287846 1.88569 9.04087 -0.333961 0.554746 0.762054 0 0 v 0.536126 1.96414 9.10827 -0.268137 0.676436 0.685957 0 0 v 0.764866 2.00185 9.14006 -0.175076 0.759375 0.626656 0 0 v 0.880156 2.01805 9.15337 -0.0637361 0.80604 0.588419 0 0 v 0.513776 3.74828 6.64 -0.0726845 0.396994 0.914938 0 0 v -4.52334 2.21304 8.43486 -0.349527 0.738263 0.576886 0 0 v 2.94348 2.47215 8.44596 0.408459 0.782682 0.46965 0 0 v -0.513384 4.57733 5.88543 -0.150623 0.847653 0.50872 0 0 v 0.221056 2.43417 8.61106 -0.01657 0.753309 0.657459 0 0 v 5.69057 1.28352 2.94373 0.185966 0.885736 0.425309 0 0 v 5.79433 1.28188 2.94072 0.044451 0.86151 0.505791 0 0 v 2.79668 3.99695 5.74213 0.388547 0.87329 0.293931 0 0 v 3.21456 1.72544 9.04906 0.392913 0.590583 0.704863 0 0 v 2.42028 4.09611 5.83226 0.431913 0.847463 0.308638 0 0 v -1.51184 2.43001 8.42947 0.0505108 0.712119 0.700239 0 0 v 4.55597 2.12676 7.56607 0.5005 0.664342 0.555112 0 0 v 0.362186 4.54102 6.05223 0.069144 0.853812 0.515969 0 0 v -4.77604 2.21687 8.25086 -0.39639 0.733863 0.551652 0 0 v 0.114596 2.4317 8.60927 -0.0709973 0.689359 0.720932 0 0 v -3.56553 2.20643 0.366445 -0.0549619 0.959062 0.27781 0 0 v -1.19077 3.8853 0.589415 0.19118 0.979026 0.0704113 0 0 v 3.83215 3.46211 3.06828 0.564272 0.819014 0.103987 0 0 v -0.776374 2.42666 8.42377 -0.0504912 0.73383 0.677454 0 0 v -0.665724 2.43366 8.42906 -0.132924 0.644111 0.753295 0 0 v -0.551344 2.45099 8.44367 -0.20466 0.575703 0.791632 0 0 v -0.437964 2.46994 8.46107 -0.228346 0.578673 0.78294 0 0 v 1.3999 4.20942 6.32053 0.208449 0.700351 0.682684 0 0 v 1.495 4.18811 6.29994 0.273814 0.740964 0.613187 0 0 v 1.6904 4.15164 6.26814 0.220778 0.796334 0.563125 0 0 v 1.78938 4.13782 6.25534 0.191263 0.811529 0.552123 0 0 v 1.88786 4.12206 6.24062 0.180099 0.794676 0.579702 0 0 v 1.98781 4.1109 6.22943 0.201136 0.793123 0.574891 0 0 v 2.08481 4.09072 6.21177 0.359107 0.720347 0.593415 0 0 v 2.17617 4.05884 6.18183 0.438873 0.706777 0.554849 0 0 v 2.26472 4.02416 6.14927 0.469706 0.694191 0.545413 0 0 v 2.35251 3.98559 6.11249 0.428401 0.745896 0.510011 0 0 v 2.44741 3.96181 6.09049 0.331188 0.785652 0.522557 0 0 v 2.54299 3.94104 6.07054 0.339138 0.792452 0.506956 0 0 v 1.92862 2.94461 8.13356 0.080078 0.950253 0.30101 0 0 v -0.209124 2.69221 8.29036 0.0988207 0.707671 0.699598 0 0 v -1.12076 3.88835 0.420885 0.22739 0.962224 -0.149725 0 0 v -1.76922 3.22858 6.68695 -0.0386667 0.980931 0.190471 0 0 v -0.616634 4.39446 6.09838 -0.203638 0.68103 0.70337 0 0 v -0.729954 4.37597 6.07936 -0.297799 0.648487 0.700557 0 0 v -0.589814 3.36445 6.84617 0.0341376 0.987887 0.151375 0 0 v -0.323934 2.48892 8.47817 -0.178687 0.63512 0.751461 0 0 v 2.78237 2.96575 7.22916 -0.00798333 0.816956 0.576645 0 0 v 0.408216 1.8231 9.16586 -0.401751 0.644247 0.6508 0 0 v 0.848636 4.54471 5.86562 0.157059 0.945452 0.285398 0 0 v 0.750306 4.56256 5.88088 0.190153 0.936638 0.294196 0 0 v -0.103704 2.51146 8.49756 -0.0642894 0.787626 0.61279 0 0 v 5.45998 1.43447 2.68225 0.561498 0.82747 0.00376906 0 0 v -2.71113 2.72643 7.95457 -0.165578 0.816769 0.552695 0 0 v 6.03773 0.959487 3.42042 -0.0333646 0.809847 0.585692 0 0 v 5.06111 1.94524 7.21027 0.739006 0.559131 0.375822 0 0 v 4.89936 2.05176 7.30906 0.60121 0.634133 0.486231 0 0 v 4.12107 1.68095 8.45427 0.58663 0.570482 0.574817 0 0 v -0.256634 2.02883 8.80257 -0.0776007 0.563915 0.822179 0 0 v -0.511724 3.59236 6.48533 -0.255874 0.319628 0.912341 0 0 v 3.91295 3.41147 3.02167 0.584466 0.793476 0.169692 0 0 v -2.8618 2.48133 8.48186 0.167057 0.907592 0.385186 0 0 v -1.71886 3.40413 1.5584 -0.253706 0.422738 0.870015 0 0 v 0.00323606 3.61441 0.550665 0.267419 0.953593 -0.138374 0 0 v 0.568886 3.49035 0.446116 0.122774 0.937552 -0.325457 0 0 v 0.122756 4.75072 5.66102 0.0189295 0.918992 0.393822 0 0 v 0.00701618 2.51808 8.50257 -0.0820267 0.802334 0.591212 0 0 v 0.325916 2.52195 8.50427 0.0199126 0.814905 0.579253 0 0 v -2.02348 3.01247 1.57891 -0.28955 0.252056 0.923379 0 0 v 3.93596 3.0028 6.7001 0.443549 0.835454 0.324468 0 0 v 2.39828 2.90083 7.91707 0.199153 0.972247 0.122774 0 0 v 0.742416 3.15796 7.78586 -0.15354 0.877136 0.455036 0 0 v 3.5858 2.35661 8.15106 0.424119 0.812022 0.400928 0 0 v 4.97366 2.08144 7.15016 0.687082 0.64002 0.343938 0 0 v -0.535874 2.67336 8.27427 -0.222781 0.685801 0.692853 0 0 v -0.888044 2.88262 7.90596 -0.157915 0.712326 0.683853 0 0 v 3.98094 2.6313 7.28867 0.292653 0.809393 0.509153 0 0 v 4.21413 1.93184 8.12926 0.393034 0.665357 0.634684 0 0 v 4.96411 2.73964 5.50805 0.532191 0.834298 0.143941 0 0 v 2.17429 3.96027 6.28074 0.44733 0.604321 0.659312 0 0 v -0.638824 4.15128 6.25189 -0.30219 0.394019 0.868004 0 0 v -2.70542 2.64434 8.06746 -0.172695 0.849385 0.49872 0 0 v -0.527074 4.64508 5.75588 -0.202562 0.899039 0.388199 0 0 v 6.58364 0.899477 3.56235 -0.0041685 0.751461 0.659764 0 0 v 0.411096 2.75749 8.16177 -0.12173 0.757619 0.641245 0 0 v 1.26701 3.86842 6.56717 0.115521 0.47398 0.872925 0 0 v -1.13478 3.18285 7.43087 -0.112983 0.880262 0.46084 0 0 v 0.273196 3.06832 7.70027 -0.292228 0.802219 0.520622 0 0 v -2.83039 2.78832 7.82346 -0.107679 0.850111 0.515477 0 0 v 0.330626 2.25465 8.81896 -0.153605 0.630812 0.76058 0 0 v 1.36608 3.85534 6.55823 0.116462 0.499181 0.858636 0 0 v -2.04305 2.42332 8.42617 0.17121 0.642584 0.746842 0 0 v -0.456034 3.2783 7.13187 0.0215538 0.938116 0.345649 0 0 v 2.78331 3.14942 7.02707 -0.120754 0.83838 0.531543 0 0 v 0.247616 4.13965 6.44125 -0.0994339 0.523546 0.846175 0 0 v 4.71086 2.2915 7.15927 0.545497 0.757656 0.358316 0 0 v -4.5902 1.6024 10.6646 0.324712 0.920275 0.218304 0 0 v 0.524536 2.5923 8.38176 -0.0142028 0.854571 0.519141 0 0 v -4.39186 1.54515 10.6151 0.374682 0.902294 0.213258 0 0 v -4.30205 1.51057 10.5847 0.453525 0.876244 0.162825 0 0 v -4.21756 1.46595 10.5464 0.570037 0.818978 0.0658202 0 0 v -4.14535 1.41001 10.4773 0.640469 0.767024 0.0383972 0 0 v -4.06134 1.34157 10.4303 0.651245 0.740974 0.163819 0 0 v -3.98215 1.28706 10.3839 0.504871 0.774568 0.380986 0 0 v -3.89117 1.25785 10.3579 0.399955 0.769303 0.498206 0 0 v -3.79835 1.22803 10.33 0.47543 0.717089 0.509656 0 0 v -3.71599 1.1881 10.2949 0.615248 0.649291 0.447091 0 0 v -3.63541 1.12796 10.24 0.711689 0.588186 0.384104 0 0 v -3.55727 1.06982 10.1877 0.71552 0.58356 0.384043 0 0 v -3.48036 1.00495 10.1292 0.783008 0.50762 0.359473 0 0 v -3.34039 0.860757 9.99956 0.797175 0.452232 0.399997 0 0 v -3.26088 0.789326 9.93646 0.748959 0.457567 0.479264 0 0 v -3.18524 0.729857 9.88167 0.720877 0.411475 0.557696 0 0 v -3.11266 0.661987 9.81886 0.647462 0.313926 0.694438 0 0 v 3.63386 3.37519 5.91759 0.435541 0.824761 0.360657 0 0 v 4.36168 3.15623 4.74277 0.633155 0.760268 0.145283 0 0 v 4.44323 3.10672 4.69668 0.576984 0.794566 0.189086 0 0 v -1.30695 2.41916 8.41847 0.0188649 0.775798 0.630699 0 0 v 2.64527 1.86114 9.17667 0.171296 0.476706 0.862212 0 0 v 2.24035 1.89835 9.21537 0.0760641 0.603845 0.793464 0 0 v -0.404304 4.5901 5.89741 -0.187524 0.84334 0.503599 0 0 v 7.00148 1.06144 2.93913 0.751176 0.603414 0.26763 0 0 v 2.13788 1.90542 9.22276 0.085704 0.624327 0.776448 0 0 v 0.972366 4.48679 6.00449 0.101634 0.909862 0.40227 0 0 v 3.56382 3.60872 5.37009 0.478463 0.842996 0.245826 0 0 v 1.74054 2.51672 8.67776 -0.11825 0.613279 0.780964 0 0 v 6.25909 0.788267 3.64885 -0.0477979 0.735277 0.676079 0 0 v -1.48363 3.85242 1.18515 0.0152075 0.880723 0.473387 0 0 v 4.84484 2.82288 5.38829 0.442463 0.894262 0.0672453 0 0 v 6.36942 0.791467 3.65159 -0.0748487 0.71783 0.692183 0 0 v 6.47946 0.800017 3.66026 -0.0784109 0.704852 0.705007 0 0 v 1.15077 3.75237 6.64479 0.0696749 0.450334 0.890137 0 0 v -0.935804 3.77875 6.27713 -0.417871 0.308098 0.854669 0 0 v -0.865034 4.51434 5.82026 -0.368663 0.791946 0.486734 0 0 v -0.736634 4.54939 5.85732 -0.285502 0.834222 0.471765 0 0 v -0.623384 4.56759 5.87573 -0.182453 0.841212 0.508993 0 0 v 1.28302 1.79224 9.31256 0.202186 0.684284 0.700625 0 0 v 2.53249 1.75434 9.26406 0.23784 0.572075 0.78496 0 0 v 2.02971 1.81038 9.32197 0.0571348 0.661756 0.747539 0 0 v -1.62362 2.69716 8.11347 -0.00662583 0.911403 0.411462 0 0 v 2.17126 2.25311 8.98676 0.0147524 0.64588 0.763296 0 0 v 2.47754 2.23178 8.96496 0.157567 0.662184 0.732588 0 0 v 3.73828 3.27802 6.01497 0.346084 0.862226 0.369854 0 0 v 3.02114 1.66975 9.18277 0.299415 0.498272 0.81368 0 0 v -1.20786 3.37781 6.46942 -0.2175 0.926599 0.30677 0 0 v -1.084 3.40526 6.49921 -0.201618 0.942359 0.267039 0 0 v -0.974254 3.41589 6.50872 -0.12132 0.924288 0.361903 0 0 v -0.868364 3.4181 6.51089 0.00447754 0.909222 0.416287 0 0 v -0.761824 3.41715 6.51073 -0.0928465 0.821293 0.562901 0 0 v -0.491644 3.3566 6.83406 0.022594 0.984964 0.171278 0 0 v -0.651944 3.42765 6.52114 -0.166066 0.738087 0.65395 0 0 v -0.538284 3.44546 6.53815 -0.221876 0.679666 0.699161 0 0 v 1.80208 0.799556 9.87257 0.0077606 0.269994 0.962831 0 0 v 1.90449 0.794137 9.86937 0.0326144 0.288391 0.956957 0 0 v 2.0107 0.795256 9.86747 0.0360928 0.26477 0.963636 0 0 v 2.11333 0.790177 9.86436 0.0861284 0.251396 0.964044 0 0 v -0.419124 3.46746 6.55948 -0.228534 0.619533 0.750967 0 0 v -0.300884 3.49068 6.58207 -0.205763 0.510294 0.835022 0 0 v -0.184644 3.51071 6.599 -0.201074 0.396707 0.895652 0 0 v -0.0699638 3.53768 6.62691 -0.232766 0.335978 0.912655 0 0 v 0.154116 3.56506 6.65376 -0.207567 0.307742 0.928553 0 0 v -1.20648 2.50008 8.30486 0.0136604 0.84145 0.540163 0 0 v 3.91048 3.28907 5.83581 0.343107 0.889941 0.30047 0 0 v 0.084626 2.7374 8.14406 0.102998 0.819453 0.563815 0 0 v 1.85646 2.63177 8.59727 0.0076971 0.688834 0.724878 0 0 v -3.47175 2.24885 8.83807 -0.16019 0.77377 0.612877 0 0 v 3.68725 1.7889 8.73977 0.405033 0.553016 0.728094 0 0 v 1.45892 4.39822 5.91961 0.357193 0.889638 0.284531 0 0 v 2.63723 3.91675 6.04791 0.320519 0.793121 0.517906 0 0 v 2.73064 3.89033 6.02371 0.427302 0.733087 0.529147 0 0 v -0.110804 2.67815 8.27697 0.219936 0.737801 0.638184 0 0 v 0.272176 3.5908 6.67923 -0.176268 0.30838 0.934789 0 0 v -2.04923 4.05577 0.346556 -0.180525 0.982922 0.0357115 0 0 v 0.381826 3.59976 6.6883 -0.0895226 0.345502 0.934138 0 0 v 2.03323 2.9278 8.13047 0.194471 0.916902 0.348528 0 0 v -0.857454 4.33697 6.04127 -0.417085 0.605559 0.677745 0 0 v -0.188344 1.4829 9.23326 -0.0859037 0.504585 0.859078 0 0 v 1.09043 4.3243 6.23642 0.115602 0.791158 0.600588 0 0 v 3.94676 2.932 6.82063 0.504243 0.7719 0.387182 0 0 v 0.651506 4.57583 5.89428 0.128039 0.928078 0.349683 0 0 v 0.549656 4.58507 5.90149 0.105617 0.935622 0.336833 0 0 v 0.447336 4.59437 5.90866 0.105442 0.942991 0.315675 0 0 v 0.345106 4.60323 5.91621 0.132293 0.925964 0.353678 0 0 v -4.34054 1.72209 9.29677 0.344208 0.908679 0.236269 0 0 v 5.98804 1.44391 2.70439 -0.10379 0.887586 0.448796 0 0 v 4.98118 2.00198 7.26297 0.671561 0.60237 0.431459 0 0 v 3.38906 2.48106 8.08247 0.325561 0.870875 0.36822 0 0 v -2.7569 3.7071 0.407085 -0.696236 0.610685 0.377252 0 0 v -1.10093 2.12401 8.70897 -0.125096 0.57005 0.812031 0 0 v 0.602586 3.61725 6.7038 -0.0705056 0.353344 0.932833 0 0 v 0.708686 3.61899 6.7076 -0.0382857 0.38558 0.92188 0 0 v -3.93433 2.3471 8.55427 -0.221474 0.807978 0.546004 0 0 v 0.814616 3.62064 6.71049 -0.0455362 0.404036 0.913609 0 0 v 1.60583 2.08681 9.02657 -0.148925 0.676814 0.720933 0 0 v 0.920996 3.62284 6.71545 -0.0203145 0.402957 0.914994 0 0 v 1.46835 3.84688 6.54931 0.172055 0.493784 0.852393 0 0 v 4.02382 2.96473 6.6632 0.486847 0.804621 0.33995 0 0 v 2.87062 2.78058 7.80557 0.351723 0.920671 0.169282 0 0 v 1.03104 3.63058 6.72158 0.0432673 0.41417 0.909171 0 0 v 1.12982 3.61429 6.70442 0.0749714 0.413541 0.907394 0 0 v 3.66317 2.39002 7.99896 0.494734 0.804489 0.328687 0 0 v -1.11103 2.85242 7.87837 -0.258441 0.662288 0.703266 0 0 v 1.56717 3.83282 6.53797 0.191381 0.494274 0.847978 0 0 v 1.66538 3.81576 6.51985 0.181473 0.508856 0.841507 0 0 v -4.36988 1.97704 0.337645 -0.228111 0.950377 0.211542 0 0 v 1.23605 3.61608 6.7083 0.0519407 0.420329 0.905884 0 0 v -0.521284 4.17725 6.27857 -0.2422 0.431191 0.869145 0 0 v 6.58198 0.991167 3.45564 0.0574862 0.772766 0.632082 0 0 v 0.418376 2.59172 8.38127 0.0255747 0.844568 0.534837 0 0 v 4.73131 1.96025 7.59737 0.573124 0.621157 0.534503 0 0 v 4.98339 1.81588 7.46436 0.684917 0.489297 0.539886 0 0 v 1.49621 2.07455 9.01507 -0.0977438 0.708344 0.699067 0 0 v 1.33861 3.60877 6.70235 0.0745951 0.422655 0.903215 0 0 v 3.90035 2.49836 7.53937 0.223245 0.826155 0.517329 0 0 v -0.579554 1.8267 8.99157 -0.0814112 0.573089 0.81544 0 0 v 4.04219 3.30969 5.47149 0.500114 0.859369 0.106633 0 0 v 1.44089 3.60128 6.69454 0.147831 0.407523 0.90115 0 0 v 4.55141 2.30842 7.36166 0.504538 0.709963 0.491318 0 0 v 5.12851 2.63824 5.40947 0.651547 0.751446 0.103993 0 0 v 5.52538 1.73175 6.26133 0.705132 0.546365 0.451967 0 0 v 5.44728 1.78425 6.30977 0.687319 0.583075 0.433147 0 0 v 4.6265 2.33536 7.19907 0.572715 0.735603 0.361781 0 0 v -0.270114 1.71749 9.07567 0.0145526 0.595856 0.802959 0 0 v 0.359656 4.25004 6.35497 -0.0258764 0.650409 0.759143 0 0 v 0.630886 2.59326 8.38206 -0.0268851 0.840897 0.540528 0 0 v -3.1774 2.48858 8.48886 -0.133124 0.926603 0.351688 0 0 v -4.7755 2.1277 8.35806 -0.415555 0.713193 0.564509 0 0 v -3.47629 2.32923 8.72316 -0.133172 0.833076 0.536888 0 0 v -4.16553 1.43717 10.3284 0.561906 0.807761 0.17828 0 0 v -4.08158 1.39385 10.2955 0.496593 0.801723 0.332619 0 0 v -3.99227 1.36043 10.2687 0.381092 0.802913 0.458367 0 0 v -3.89803 1.33658 10.246 0.356267 0.799198 0.484104 0 0 v -3.80564 1.3083 10.2184 0.475507 0.76232 0.439046 0 0 v -3.72154 1.26488 10.1795 0.6447 0.678539 0.352061 0 0 v -3.64186 1.19889 10.1181 0.701189 0.636884 0.320489 0 0 v -3.56316 1.14539 10.071 0.688669 0.643487 0.334154 0 0 v -3.48638 1.09139 10.0229 0.739118 0.610007 0.28565 0 0 v -3.41346 1.01209 9.95116 0.778502 0.540779 0.318578 0 0 v -3.33797 0.946167 9.89207 0.722855 0.524057 0.450384 0 0 v -3.26127 0.886366 9.83767 0.665729 0.486764 0.565567 0 0 v -3.18551 0.827487 9.78427 0.58466 0.440242 0.681439 0 0 v -3.09533 0.787926 9.74736 0.495594 0.373083 0.784344 0 0 v -3.00207 0.763317 9.72107 0.311623 0.280248 0.907938 0 0 v 1.5391 3.58538 6.67934 0.253033 0.397995 0.881802 0 0 v 1.63421 3.56737 6.65751 0.209016 0.373373 0.903828 0 0 v 4.2343 3.23939 5.01914 0.677298 0.729375 0.0963305 0 0 v 4.15831 3.29926 5.07346 0.64768 0.751926 0.122958 0 0 v 4.08056 3.36015 5.13445 0.63415 0.75836 0.150812 0 0 v 3.99947 3.41081 5.18092 0.55616 0.816647 0.154187 0 0 v 3.91345 3.45428 5.22567 0.516157 0.838837 0.173018 0 0 v 3.82975 3.50046 5.27082 0.497566 0.83813 0.223533 0 0 v 3.74039 3.53878 5.2997 0.466239 0.838312 0.282583 0 0 v 3.38902 3.68606 5.4455 0.510071 0.83067 0.223194 0 0 v 3.30602 3.7341 5.49115 0.566748 0.79101 0.230435 0 0 v 6.153 0.787327 3.64508 0.00933727 0.750967 0.660274 0 0 v 2.56985 2.48201 8.64156 0.108528 0.880416 0.461617 0 0 v 1.83345 3.53666 6.63046 0.196414 0.360239 0.911948 0 0 v 1.92928 3.51546 6.61444 0.151852 0.367626 0.917492 0 0 v 5.604 1.31527 2.96678 0.643879 0.764722 0.0248874 0 0 v 2.54153 3.18232 6.86836 -0.210554 0.922197 0.324375 0 0 v 4.61904 2.56072 6.47211 0.650264 0.682247 0.334209 0 0 v 2.03183 3.5085 6.60852 0.159434 0.384358 0.909313 0 0 v -0.279104 3.35711 6.83627 0.010813 0.982774 0.184496 0 0 v -0.335284 0.593677 9.53767 -0.228189 0.25447 0.939774 0 0 v -0.172544 3.35322 6.83517 0.112013 0.967 0.228833 0 0 v -0.0956139 0.657436 9.59066 -0.268203 0.251164 0.930045 0 0 v 0.022166 0.685627 9.61506 -0.2538 0.246148 0.935413 0 0 v 0.139926 0.713277 9.63816 -0.257063 0.244884 0.934853 0 0 v 0.261966 0.749107 9.66737 -0.24482 0.249573 0.936897 0 0 v 0.375686 0.768776 9.68446 -0.192278 0.266304 0.944517 0 0 v 0.489486 0.788047 9.70057 -0.215707 0.248972 0.944184 0 0 v 0.612686 0.822657 9.72576 -0.224364 0.231982 0.946491 0 0 v 0.726056 0.842556 9.74366 -0.179819 0.243764 0.953019 0 0 v 1.39461 0.923747 9.80857 -0.0814436 0.320456 0.943756 0 0 v 1.50484 0.933647 9.81497 -0.0622883 0.368379 0.927587 0 0 v 1.72133 0.946007 9.82246 -0.0352563 0.365381 0.93019 0 0 v 1.82766 0.947797 9.82236 0.0187782 0.365664 0.930557 0 0 v 1.92988 0.942906 9.81917 0.020786 0.353059 0.93537 0 0 v 2.03615 0.944227 9.81786 0.0478806 0.343021 0.938107 0 0 v 2.24123 0.931287 9.80466 0.118215 0.335787 0.93449 0 0 v 2.34009 0.916667 9.79107 0.159023 0.331623 0.929913 0 0 v 2.4419 0.908517 9.77966 0.167893 0.34814 0.922285 0 0 v 2.63626 0.871756 9.74926 0.225624 0.334717 0.914909 0 0 v 2.12962 3.49147 6.59124 0.187581 0.409268 0.892924 0 0 v 2.22844 3.4772 6.57905 0.262789 0.446617 0.855263 0 0 v 2.32253 3.45138 6.55314 0.229317 0.468674 0.853087 0 0 v 2.42114 3.43686 6.54061 0.20004 0.499543 0.842876 0 0 v 5.94193 0.888697 3.55095 0.541323 0.767178 0.344104 0 0 v 2.51984 3.42169 6.52684 0.189131 0.53257 0.824984 0 0 v -2.76334 2.46465 8.46677 0.168411 0.905363 0.389814 0 0 v 3.09037 3.3798 6.29942 0.354764 0.796202 0.490106 0 0 v 2.81845 3.85225 5.98708 0.466081 0.735609 0.491577 0 0 v 2.90785 3.81837 5.95548 0.504256 0.714583 0.484868 0 0 v 1.7675 3.80807 6.51266 0.165588 0.512838 0.842365 0 0 v -2.18075 4.00322 0.292516 -0.383299 0.909047 -0.163448 0 0 v 1.08979 4.1304 6.43781 0.0531146 0.597452 0.800144 0 0 v 4.34056 2.58878 7.05986 0.462202 0.82337 0.329289 0 0 v 3.40776 3.6293 5.58328 0.51969 0.80919 0.274106 0 0 v -1.92 3.82155 1.15216 -0.240316 0.803544 0.544578 0 0 v 0.155786 3.04003 7.67467 -0.225179 0.844302 0.48626 0 0 v 4.29161 2.76721 6.66759 0.57089 0.718545 0.397212 0 0 v 4.86289 2.40606 6.32733 0.619504 0.659485 0.425787 0 0 v -0.0198938 2.83289 8.04576 0.213607 0.825589 0.522279 0 0 v 0.242716 4.61205 5.9236 0.125477 0.884249 0.449844 0 0 v 0.143696 4.62223 5.93467 0.0447603 0.86856 0.493558 0 0 v 6.09943 1.45171 2.71322 -0.0641818 0.902236 0.42644 0 0 v 6.20668 1.45451 2.71582 0.0119886 0.918192 0.395954 0 0 v 6.30978 1.44806 2.70987 0.10724 0.932113 0.345926 0 0 v 1.60809 3.22599 6.90687 0.157342 0.929893 0.332478 0 0 v -2.14866 2.23422 8.62877 0.225302 0.712998 0.663982 0 0 v 2.61846 3.40638 6.51248 0.222964 0.574358 0.787655 0 0 v 4.30132 3.04398 3.25525 0.648482 0.746689 0.148076 0 0 v 3.4947 2.62941 7.47367 0.183326 0.848414 0.496574 0 0 v -0.0782739 3.33215 6.81418 0.139052 0.93979 0.312184 0 0 v 0.424316 3.31684 7.17727 0.0584249 0.941664 0.331445 0 0 v 4.7345 1.87675 7.70607 0.624011 0.640287 0.447932 0 0 v 4.19712 2.88345 6.58753 0.511134 0.764446 0.392892 0 0 v -3.03803 2.70528 7.93607 -0.0231171 0.852404 0.522372 0 0 v -5.48246 6.6965 14.8874 -0.465366 0.718748 0.516561 0 0 v -5.36476 6.74589 14.92 -0.272091 0.516832 0.811696 0 0 v -4.39285 -2.23467 3.26534 -0.238203 -0.484642 -0.841654 0 0 v 2.71646 3.38995 6.49757 0.241079 0.624071 0.743247 0 0 v 2.81795 3.36741 6.47569 0.341832 0.650688 0.678053 0 0 v 1.61247 2.18941 8.93427 -0.16547 0.659163 0.733569 0 0 v -3.54499 2.14519 0.514255 -0.0922019 0.957142 0.274549 0 0 v -3.77119 2.13726 0.497305 -0.185491 0.951429 0.245715 0 0 v -3.94871 2.41642 8.42816 -0.208079 0.834427 0.510328 0 0 v 0.0194861 4.75168 5.66069 0.00245613 0.918229 0.396043 0 0 v -2.61822 2.17107 8.94786 0.152786 0.798324 0.582524 0 0 v 4.77072 0.980767 8.36627 0.712258 0.35014 0.608351 0 0 v -1.70367 1.39498 9.16506 0.284767 0.415561 0.863839 0 0 v 3.14341 2.26192 8.62127 0.316124 0.749299 0.581908 0 0 v 3.69782 2.09288 8.46327 0.423771 0.686349 0.591052 0 0 v -2.06797 2.83863 7.86897 0.0712709 0.865428 0.495939 0 0 v 0.0566761 3.30658 6.97636 -0.13689 0.987582 0.0770916 0 0 v -1.83016 4.04989 0.361355 0.0931087 0.984418 -0.149172 0 0 v -1.94074 2.6098 8.22106 0.0874006 0.780854 0.61857 0 0 v 5.20369 1.88887 6.97016 0.76561 0.564255 0.308961 0 0 v 1.9451 2.12841 9.05956 -0.115463 0.579045 0.807078 0 0 v 1.86599 3.79309 6.49986 0.151294 0.487747 0.859775 0 0 v -0.541764 2.56626 8.36267 -0.220384 0.60504 0.765087 0 0 v -0.882444 4.08377 6.18552 -0.409432 0.398863 0.820533 0 0 v 5.60393 1.66804 6.20201 0.769535 0.470418 0.431882 0 0 v 4.54258 2.38245 7.24377 0.527804 0.750561 0.397595 0 0 v 3.54369 1.24345 9.16097 0.433487 0.432912 0.790365 0 0 v 6.87353 0.935877 3.40438 0.397453 0.809636 0.431881 0 0 v 0.741516 2.59871 8.38677 -0.0826148 0.807575 0.58395 0 0 v -3.28704 2.47273 8.47727 -0.134955 0.928426 0.346139 0 0 v -4.6444 2.17665 8.40257 -0.398545 0.715844 0.573349 0 0 v -3.58594 2.31784 8.71346 -0.183579 0.799065 0.572533 0 0 v -4.18491 1.49365 10.2044 0.462305 0.831606 0.307743 0 0 v -4.09464 1.46068 10.1743 0.407646 0.842896 0.351214 0 0 v -4.00247 1.43108 10.1456 0.35286 0.859764 0.369183 0 0 v -3.90816 1.40685 10.123 0.358184 0.864008 0.353829 0 0 v -3.81709 1.37523 10.0939 0.473728 0.824999 0.308154 0 0 v -3.73262 1.33139 10.0551 0.629509 0.735986 0.249083 0 0 v -3.65423 1.26926 9.99757 0.684858 0.690284 0.233406 0 0 v -3.57815 1.20835 9.94367 0.685199 0.693893 0.221391 0 0 v -3.49847 1.14624 9.88657 0.701447 0.662711 0.262272 0 0 v -3.42068 1.08706 9.83397 0.637351 0.628779 0.445445 0 0 v -3.33987 1.04138 9.79156 0.562641 0.531166 0.633481 0 0 v -3.26268 0.987607 9.73937 0.540032 0.416245 0.731509 0 0 v -3.16699 0.954176 9.71276 0.405881 0.389836 0.826612 0 0 v -3.07078 0.936397 9.69106 0.278378 0.291141 0.915283 0 0 v -2.97167 0.921547 9.67447 0.165771 0.232249 0.958426 0 0 v 2.90578 3.34478 6.45393 0.277646 0.741513 0.610796 0 0 v 0.0200261 3.31964 6.80131 0.0212805 0.922025 0.386544 0 0 v 4.54405 1.27296 8.44697 0.627371 0.39387 0.671768 0 0 v -1.78392 1.54326 9.11547 0.389744 0.469687 0.792145 0 0 v -1.87293 1.58077 9.14796 0.466761 0.455926 0.757803 0 0 v 0.125966 3.32214 6.80307 -0.178343 0.917743 0.354883 0 0 v -2.14319 2.33766 1.6784 -0.312721 0.257976 0.914141 0 0 v -3.31248 2.52052 8.33016 0.00110114 0.927121 0.374762 0 0 v 0.436036 2.15498 8.91087 -0.157766 0.609264 0.777114 0 0 v 3.10368 1.52655 9.23707 0.294921 0.462858 0.835933 0 0 v 3.00207 3.3245 6.43512 0.233315 0.81413 0.531748 0 0 v 3.22233 3.78145 5.53673 0.558294 0.795207 0.236547 0 0 v 3.14128 3.83219 5.58343 0.565478 0.798231 0.207512 0 0 v 2.97163 3.92198 5.67277 0.531207 0.804949 0.264339 0 0 v 2.88582 3.9625 5.7111 0.475687 0.836791 0.271113 0 0 v 6.36972 0.984277 3.44776 -0.0950152 0.750775 0.653689 0 0 v -0.216664 2.86385 8.07477 0.0773762 0.883291 0.462396 0 0 v 3.10068 3.31063 6.42113 0.198746 0.884058 0.423014 0 0 v -0.538914 0.705757 9.45926 -0.22215 0.263001 0.938872 0 0 v -0.302184 0.759916 9.50126 -0.242725 0.29021 0.925669 0 0 v -0.184704 0.788306 9.52646 -0.267774 0.281116 0.921559 0 0 v -0.0671339 0.816007 9.55026 -0.271247 0.290606 0.917591 0 0 v 0.0555761 0.851487 9.57876 -0.264214 0.27926 0.92315 0 0 v 0.167896 0.872047 9.59926 -0.261278 0.273914 0.925584 0 0 v 0.291096 0.907136 9.62586 -0.236086 0.283545 0.929444 0 0 v 0.409576 0.934237 9.64686 -0.210874 0.275522 0.937881 0 0 v 0.522996 0.953656 9.66436 -0.222542 0.268054 0.937348 0 0 v 0.641506 0.980677 9.68536 -0.202042 0.284684 0.937088 0 0 v 0.755056 1.0005 9.70276 -0.184315 0.291837 0.938541 0 0 v 0.868966 1.01965 9.71946 -0.139824 0.273747 0.951584 0 0 v 0.979176 1.03019 9.72707 -0.106714 0.294062 0.94981 0 0 v 1.19943 1.05155 9.74387 -0.0871033 0.332767 0.938978 0 0 v 1.30969 1.06176 9.75056 -0.0490095 0.371818 0.927011 0 0 v 1.41618 1.06451 9.75277 -0.0284064 0.407074 0.912953 0 0 v 1.52199 1.06759 9.75537 -0.0485658 0.428947 0.902023 0 0 v 1.63262 1.07676 9.76057 -0.0336666 0.450615 0.892083 0 0 v 1.84511 1.08102 9.76227 -0.00877738 0.442061 0.896942 0 0 v 1.95147 1.08254 9.76116 0.00285705 0.419398 0.907798 0 0 v 2.05781 1.08335 9.75896 0.0432925 0.405845 0.912916 0 0 v 2.2627 1.07102 9.74686 0.134423 0.399355 0.906888 0 0 v 2.36144 1.05586 9.73227 0.180719 0.391915 0.902077 0 0 v 2.45997 1.04085 9.71786 0.184684 0.391687 0.901373 0 0 v 2.55867 1.02602 9.70407 0.204712 0.391143 0.897274 0 0 v 2.65719 1.01051 9.68857 0.241436 0.398003 0.885044 0 0 v 2.84921 0.970206 9.64777 0.324657 0.365786 0.872238 0 0 v 2.94046 0.938817 9.62046 0.349296 0.378236 0.85728 0 0 v 3.03464 0.914657 9.59686 0.362279 0.383519 0.84951 0 0 v 3.30149 3.2881 6.39936 0.185891 0.918869 0.34803 0 0 v 3.40014 3.27258 6.38454 0.246971 0.906574 0.342241 0 0 v 3.49677 3.25024 6.36765 0.337736 0.894364 0.293338 0 0 v -3.25043 2.26729 8.85306 -0.0771862 0.803395 0.590422 0 0 v 3.33254 2.63926 7.67207 0.343432 0.911777 0.225205 0 0 v -0.361914 3.15182 7.59317 0.0993004 0.887159 0.450653 0 0 v -0.266754 3.13712 7.57607 0.225556 0.85202 0.472426 0 0 v 2.99509 3.7788 5.91792 0.590792 0.662458 0.460558 0 0 v 3.07726 3.72981 5.87152 0.575731 0.660711 0.481659 0 0 v 3.16139 3.68328 5.82686 0.529102 0.714711 0.457426 0 0 v -1.22092 3.90937 0.425275 0.293688 0.953912 -0.0616352 0 0 v -1 2.58532 8.19527 -0.171684 0.799576 0.575502 0 0 v 1.84477 2.41878 8.77127 -0.0952638 0.647928 0.755721 0 0 v 3.58593 3.21693 6.33242 0.377483 0.893046 0.244898 0 0 v 1.96754 3.78422 6.4899 0.184112 0.461561 0.867792 0 0 v 2.06298 3.76184 6.47053 0.297082 0.476509 0.827455 0 0 v -2.04974 1.93578 8.91716 0.372436 0.63139 0.680174 0 0 v 4.1211 2.05356 8.05647 0.441092 0.700071 0.561551 0 0 v 1.87677 4.19233 6.11624 0.15067 0.91156 0.382566 0 0 v 2.61813 3.21977 6.71396 -0.0632925 0.937121 0.343218 0 0 v 0.0332561 4.6188 5.92907 -0.0631238 0.86152 0.503784 0 0 v -0.072814 4.61389 5.92463 -0.0279448 0.843968 0.535664 0 0 v -0.179264 4.61397 5.92315 -0.0356704 0.849758 0.525965 0 0 v 3.12569 2.41002 8.38767 0.334833 0.830628 0.444909 0 0 v 3.4128 2.34589 8.32767 0.37296 0.79839 0.472731 0 0 v 3.31901 2.3714 8.35126 0.304659 0.836473 0.455517 0 0 v 2.00818 2.96715 7.98207 0.128887 0.978344 0.161961 0 0 v 3.67934 3.18978 6.30883 0.344734 0.899342 0.268965 0 0 v 3.77376 3.16587 6.28678 0.324414 0.888928 0.323363 0 0 v 3.86795 3.14067 6.2639 0.324077 0.87928 0.349058 0 0 v -4.27805 2.00031 8.80457 -0.246849 0.730196 0.637087 0 0 v 2.15724 3.73763 6.44743 0.330669 0.497213 0.802145 0 0 v 3.96172 3.11495 6.24069 0.336119 0.871757 0.35646 0 0 v -2.37003 3.1562 6.68129 -0.136442 0.976831 0.164879 0 0 v 4.05304 3.08452 6.21141 0.39729 0.851795 0.341475 0 0 v 4.14397 3.0527 6.1814 0.445388 0.82554 0.346572 0 0 v 0.244286 3.34486 6.82616 -0.193471 0.929909 0.312792 0 0 v 4.23153 3.01457 6.14487 0.478324 0.807315 0.345614 0 0 v 4.31992 2.97674 6.10778 0.499652 0.800968 0.329847 0 0 v -4.24858 2.00779 0.369665 -0.348126 0.923125 0.163242 0 0 v -3.65841 2.13732 0.501875 -0.0669408 0.956589 0.283647 0 0 v 3.03412 2.43969 8.41567 0.392755 0.802723 0.448752 0 0 v -3.0436 2.35405 8.74327 0.000707111 0.835519 0.549462 0 0 v -2.93747 2.35353 8.74227 0.0418356 0.846497 0.530747 0 0 v 2.77113 2.27659 8.82076 0.28833 0.693018 0.660751 0 0 v -1.95554 1.816 8.99527 0.280889 0.697778 0.658943 0 0 v 3.23751 2.23666 8.59776 0.374104 0.690221 0.619388 0 0 v 3.09933 2.87361 7.32946 0.138207 0.733483 0.665508 0 0 v 4.02248 3.208 5.94918 0.338206 0.883564 0.323931 0 0 v -1.22199 2.65772 8.07437 0.110298 0.790591 0.602329 0 0 v -1.96187 1.61596 9.18277 0.452094 0.487523 0.746948 0 0 v 4.36745 2.79507 6.50448 0.624382 0.68877 0.368433 0 0 v -1.95424 1.91376 8.89687 0.270111 0.663306 0.6979 0 0 v 4.40548 2.93441 6.06889 0.519649 0.805861 0.283817 0 0 v 1.43411 3.05944 7.69297 0.36223 0.881931 0.30164 0 0 v -0.760364 4.11776 6.21816 -0.339983 0.401751 0.850299 0 0 v 4.26869 2.47544 7.33137 0.392895 0.770526 0.501919 0 0 v 4.36073 2.44611 7.30327 0.390005 0.778705 0.491442 0 0 v 3.90767 2.42098 7.65306 0.258914 0.797804 0.544492 0 0 v -3.9413 1.66959 9.25067 -0.0448809 0.78886 0.612932 0 0 v 0.496806 4.66697 5.58846 0.244234 0.883644 0.399403 0 0 v -3.4016 2.4594 8.46416 -0.0283914 0.912511 0.408066 0 0 v 1.17777 2.44404 8.61446 -0.0647755 0.727315 0.68324 0 0 v -3.70527 2.29563 8.69367 -0.185583 0.774548 0.604677 0 0 v -4.20309 1.54774 10.065 0.41857 0.877158 0.235355 0 0 v -4.11256 1.51524 10.0353 0.386427 0.89456 0.224582 0 0 v -4.02145 1.48358 10.0061 0.344476 0.90721 0.241467 0 0 v -3.9281 1.45633 9.98257 0.360401 0.913053 0.190906 0 0 v -3.83716 1.42479 9.95306 0.463751 0.869767 0.168642 0 0 v -3.7516 1.37913 9.90956 0.573413 0.808062 0.135032 0 0 v -3.67349 1.32292 9.86247 0.64197 0.752795 0.145517 0 0 v -3.59497 1.26438 9.80977 0.613621 0.749671 0.247917 0 0 v -3.51225 1.21531 9.76477 0.531986 0.708488 0.463719 0 0 v -3.42688 1.17304 9.72597 0.517838 0.608063 0.60175 0 0 v -3.3423 1.13489 9.69926 0.337777 0.579277 0.741852 0 0 v -3.23554 1.12829 9.68357 0.275364 0.394428 0.876699 0 0 v -3.14096 1.10407 9.66076 0.246052 0.269606 0.931005 0 0 v -3.04292 1.08806 9.64217 0.192181 0.249202 0.949192 0 0 v -2.94073 1.08058 9.63146 0.125041 0.238825 0.962979 0 0 v -2.63743 1.05184 9.60026 0.133256 0.26168 0.955911 0 0 v 4.49313 2.89551 6.0318 0.481782 0.833516 0.27044 0 0 v 2.88918 3.15322 7.02996 -0.0672308 0.833616 0.548238 0 0 v 2.99536 3.15633 7.03237 0.0374983 0.880631 0.472317 0 0 v 0.186826 2.73185 8.13837 -0.0229647 0.834312 0.550813 0 0 v 1.95039 2.2396 8.97866 -0.11901 0.68598 0.717822 0 0 v -3.36066 2.25803 8.84487 -0.111191 0.792952 0.599053 0 0 v 3.77925 1.76192 8.71307 0.454539 0.529674 0.716128 0 0 v 1.29006 2.36274 8.72437 -0.114589 0.704426 0.700466 0 0 v 3.42337 2.60763 7.64237 0.372775 0.909611 0.183429 0 0 v 2.90727 3.4402 6.35639 0.421464 0.665278 0.616257 0 0 v 4.58264 2.86155 6.00083 0.452314 0.850973 0.266942 0 0 v 4.67321 2.82941 5.97083 0.462575 0.839591 0.284801 0 0 v 4.76144 2.7913 5.93379 0.546408 0.7847 0.292717 0 0 v 4.84072 2.73764 5.88572 0.621758 0.732012 0.278524 0 0 v 1.79972 3.27841 6.76739 0.137161 0.679825 0.720433 0 0 v 4.92313 2.68556 5.83428 0.584591 0.755084 0.29682 0 0 v -0.736854 0.825067 9.38107 -0.191241 0.265095 0.945067 0 0 v -0.623214 0.844117 9.39787 -0.198002 0.280818 0.939115 0 0 v -0.154874 0.945406 9.48156 -0.264043 0.332023 0.905562 0 0 v -0.0374839 0.973667 9.50667 -0.298045 0.327855 0.896482 0 0 v 0.0844161 1.00931 9.53677 -0.285227 0.31738 0.904387 0 0 v 0.201506 1.03787 9.56287 -0.256973 0.316576 0.913096 0 0 v 0.320676 1.06415 9.58147 -0.241207 0.311359 0.919171 0 0 v 0.438716 1.09143 9.60396 -0.233632 0.292416 0.927312 0 0 v 0.557066 1.11885 9.62566 -0.205084 0.300413 0.9315 0 0 v 0.671026 1.13746 9.64037 -0.195437 0.306531 0.931581 0 0 v 0.898456 1.17649 9.67527 -0.130635 0.318629 0.938835 0 0 v 1.11911 1.19585 9.68737 -0.0600075 0.334606 0.940445 0 0 v 1.22494 1.19877 9.69067 -0.0281186 0.374737 0.926705 0 0 v 1.33133 1.2008 9.69087 0.0235727 0.423039 0.905805 0 0 v 1.43355 1.19613 9.68806 0.0192539 0.460656 0.88737 0 0 v 1.53988 1.19811 9.68847 -0.0169268 0.491478 0.870726 0 0 v 1.86279 1.2108 9.69387 -0.0502388 0.461835 0.885542 0 0 v 1.9692 1.21348 9.69576 -0.019338 0.442231 0.896693 0 0 v 2.48036 1.17784 9.65456 0.204704 0.420403 0.883944 0 0 v 2.5761 1.1562 9.63747 0.233641 0.437324 0.868424 0 0 v 2.67429 1.14073 9.62167 0.247868 0.447225 0.85939 0 0 v 2.76926 1.11759 9.60116 0.295648 0.439777 0.84805 0 0 v 2.95805 1.06961 9.55517 0.358324 0.427884 0.829771 0 0 v 3.04945 1.03832 9.52767 0.349659 0.426762 0.834034 0 0 v 3.14351 1.01392 9.50407 0.374628 0.42263 0.82525 0 0 v 3.32469 0.949107 9.44396 0.419434 0.37881 0.824971 0 0 v 3.4152 0.916817 9.41366 0.428151 0.362946 0.827621 0 0 v 5.00826 2.63964 5.78979 0.573141 0.773615 0.270238 0 0 v 5.09178 2.59571 5.75017 0.621995 0.74075 0.253795 0 0 v 5.17144 2.53941 5.69701 0.706361 0.66727 0.236231 0 0 v 3.68491 2.86234 7.13176 0.320318 0.69492 0.643804 0 0 v -4.89666 2.18018 8.21817 -0.421444 0.752187 0.506556 0 0 v -0.331074 3.27632 7.14297 0.038731 0.939458 0.340469 0 0 v 1.59902 3.0561 7.50017 0.241695 0.902992 0.35523 0 0 v 3.25173 3.65083 5.79649 0.489519 0.769394 0.41037 0 0 v 3.33942 3.61206 5.75919 0.49264 0.799246 0.344255 0 0 v 4.48993 1.84492 8.04807 0.474993 0.629295 0.615117 0 0 v 3.37049 2.53373 7.94716 0.315925 0.900789 0.297943 0 0 v 5.24723 2.47056 5.62941 0.739451 0.633439 0.227961 0 0 v 4.55773 1.60089 1.43308 0.259542 0.858897 -0.441513 0 0 v 4.03159 2.88841 6.7811 0.547507 0.741051 0.388689 0 0 v 4.37459 2.71875 6.6219 0.626436 0.686941 0.368362 0 0 v 4.9477 2.35943 6.28367 0.617056 0.618959 0.485934 0 0 v -0.352944 2.14183 8.71966 -0.128902 0.567756 0.813042 0 0 v -0.569384 1.94246 8.91206 -0.00175505 0.620563 0.784155 0 0 v -3.69894 2.01976 9.00517 -0.2993 0.655934 0.692943 0 0 v -0.567394 2.04213 8.81687 0.104824 0.687933 0.718164 0 0 v -4.05487 1.83943 9.03297 -0.164739 0.719294 0.674891 0 0 v -0.289914 4.60802 5.91618 -0.126991 0.852757 0.506636 0 0 v -0.984714 4.47642 5.78397 -0.432571 0.751557 0.49804 0 0 v -3.35237 2.0824 9.05897 -0.100669 0.703178 0.703851 0 0 v -3.7051 1.91332 9.09717 -0.303358 0.624093 0.720057 0 0 v -4.40487 1.75169 0.936455 -0.240246 0.850631 0.467664 0 0 v 0.680646 4.35 6.25868 0.0492933 0.748912 0.660833 0 0 v -1.60662 3.99238 0.497515 0.175552 0.979796 0.0958226 0 0 v 5.40826 1.28031 7.15546 0.738733 0.327761 0.588936 0 0 v -2.59849 3.72822 0.467675 -0.458468 0.841327 0.286314 0 0 v 2.25157 3.71307 6.42429 0.253875 0.538441 0.80351 0 0 v 4.48382 2.99878 4.9804 0.548493 0.8258 0.131184 0 0 v 1.9816 3.90717 6.41821 0.233165 0.529235 0.815809 0 0 v 2.59838 3.20422 0.451045 0.328688 0.837596 -0.436345 0 0 v -5.01112 6.97453 14.7885 -0.06904 0.889789 0.45112 0 0 v -4.91437 6.96177 14.7719 0.294495 0.734354 0.611553 0 0 v 0.358526 3.36268 6.84316 -0.123931 0.96054 0.249007 0 0 v 5.87653 0.972587 3.62965 0.865755 0.500457 -0.00331141 0 0 v -3.43139 2.1542 0.526675 -0.194152 0.956161 0.219227 0 0 v -2.10766 3.15668 1.51512 -0.28875 0.261151 0.921099 0 0 v 1.50463 3.07982 7.52236 0.313679 0.900988 0.29971 0 0 v 4.11901 3.20453 3.21587 0.58949 0.795743 0.138902 0 0 v 4.95177 1.19985 8.01056 0.799231 0.276767 0.533508 0 0 v 3.42236 2.18107 8.54527 0.397505 0.650798 0.646879 0 0 v 0.524426 2.96551 7.98007 -0.318727 0.758436 0.568496 0 0 v -0.890244 2.78424 8.00327 -0.196149 0.695917 0.690815 0 0 v -1.3204 2.67128 8.08747 0.1605 0.830834 0.532874 0 0 v 2.15773 2.69207 8.46626 0.268361 0.757692 0.594883 0 0 v 4.69481 2.59247 6.31428 0.621158 0.613022 0.488228 0 0 v 3.10084 2.78279 7.43257 0.32908 0.850316 0.410693 0 0 v -0.702924 1.69285 9.05647 -0.169699 0.490575 0.854715 0 0 v 5.96205 0.832267 3.69023 0.782161 0.608413 0.134381 0 0 v 4.10024 2.38053 7.61556 0.327877 0.793115 0.513289 0 0 v 2.08563 3.99696 6.31468 0.375689 0.603178 0.703587 0 0 v 3.3499 3.5406 5.8846 0.422099 0.790995 0.442898 0 0 v 3.85044 3.1974 6.12856 0.291484 0.891235 0.347473 0 0 v -3.50376 2.46423 8.46986 0.0105071 0.883506 0.468303 0 0 v 1.29221 2.46023 8.62846 -0.199331 0.678248 0.707282 0 0 v -3.81444 2.28202 8.68217 -0.179983 0.777407 0.602697 0 0 v -0.986294 2.14069 8.72236 -0.118789 0.611402 0.782354 0 0 v 3.13781 1.97121 8.90807 0.448798 0.550757 0.703738 0 0 v 5.43229 2.04238 5.9859 0.676275 0.606143 0.41862 0 0 v -1.76691 1.76838 8.95096 0.2517 0.585988 0.770237 0 0 v -3.87627 1.45862 9.79047 0.415592 0.904972 0.0911536 0 0 v -3.77906 1.41483 9.75397 0.50649 0.857055 0.0944642 0 0 v -3.69775 1.36183 9.70916 0.457841 0.838633 0.295088 0 0 v -3.61029 1.32569 9.68147 0.468641 0.750469 0.466017 0 0 v -3.5206 1.29516 9.65626 0.277383 0.702709 0.655179 0 0 v -3.41959 1.28098 9.63737 0.244126 0.568322 0.785756 0 0 v -3.31667 1.27498 9.63017 0.0918731 0.447855 0.889374 0 0 v -3.21349 1.26985 9.62506 0.0840478 0.370263 0.925117 0 0 v -3.11122 1.26312 9.61796 0.157796 0.279156 0.947192 0 0 v -3.01653 1.23937 9.59577 0.159644 0.252249 0.954402 0 0 v -2.91091 1.23979 9.59046 0.108039 0.24892 0.962479 0 0 v -2.81232 1.22458 9.57566 0.128853 0.232677 0.96398 0 0 v -2.70992 1.21723 9.56676 0.158478 0.249033 0.955441 0 0 v -2.50953 1.19427 9.54177 0.160272 0.302176 0.939682 0 0 v -2.41135 1.17915 9.52726 0.168085 0.308984 0.936096 0 0 v -2.31337 1.16422 9.51326 0.220844 0.302895 0.927083 0 0 v -3.91054 2.15067 0.307175 -0.175948 0.980016 0.092801 0 0 v -0.618814 4.48995 5.99241 -0.192525 0.776605 0.599849 0 0 v 6.56132 1.24009 3.10289 0.126392 0.849778 0.511764 0 0 v 2.62773 3.9868 5.90631 0.273019 0.895166 0.352334 0 0 v -0.279874 4.52869 6.0356 -0.0765039 0.782694 0.617687 0 0 v 0.468596 3.37126 6.85186 -0.0398072 0.929405 0.366909 0 0 v 1.19819 4.23032 6.3406 0.109149 0.728178 0.676641 0 0 v 3.86656 1.72195 8.67666 0.542124 0.498791 0.676246 0 0 v 6.01729 0.761557 4.0123 0.867103 0.492559 -0.0742841 0 0 v -1.38169 0.893467 9.26007 -0.0103821 0.295701 0.955224 0 0 v -1.16921 0.900937 9.27676 -0.11357 0.28448 0.951931 0 0 v 6.07701 0.658057 3.91212 0.79066 0.608389 0.0686955 0 0 v 6.15211 0.597207 3.85583 0.351432 0.767089 0.536721 0 0 v 6.25795 0.590867 3.84859 0.0823343 0.65328 0.752626 0 0 v -0.707484 0.982857 9.33766 -0.177119 0.264612 0.94795 0 0 v -0.593874 1.00211 9.35497 -0.182325 0.272169 0.944818 0 0 v -0.480314 1.02172 9.37236 -0.19507 0.29664 0.934854 0 0 v -0.360854 1.0474 9.39007 -0.198186 0.320895 0.926147 0 0 v -0.247734 1.06735 9.40867 -0.222173 0.341573 0.913218 0 0 v -0.134974 1.08753 9.42806 -0.259285 0.36303 0.894975 0 0 v -0.0125338 1.12324 9.45747 -0.30665 0.371772 0.876214 0 0 v 0.110096 1.1581 9.48536 -0.298402 0.376909 0.876867 0 0 v 0.227446 1.18636 9.51056 -0.278478 0.362358 0.889464 0 0 v 0.350076 1.22106 9.53827 -0.275729 0.339358 0.899338 0 0 v 0.468096 1.2485 9.56077 -0.228643 0.344215 0.910625 0 0 v 0.582016 1.26761 9.57687 -0.201107 0.350682 0.914646 0 0 v 0.700496 1.29425 9.59727 -0.205922 0.33584 0.919134 0 0 v 0.809716 1.30633 9.61047 -0.165896 0.338722 0.926146 0 0 v 0.924126 1.32422 9.62296 -0.131376 0.355241 0.925497 0 0 v 1.03427 1.33483 9.63157 -0.0613671 0.387006 0.920033 0 0 v 1.14041 1.33716 9.63307 -0.00980208 0.398212 0.917241 0 0 v 1.24667 1.3377 9.63087 0.0409864 0.426727 0.903451 0 0 v 1.34897 1.33072 9.62296 0.0966235 0.460297 0.882491 0 0 v 1.45132 1.32426 9.61657 0.0637446 0.499135 0.864176 0 0 v 1.55355 1.32033 9.61487 0.0216599 0.534228 0.845063 0 0 v 1.65966 1.32269 9.61637 -0.0427496 0.50993 0.859153 0 0 v 1.77012 1.33136 9.62107 -0.0915398 0.488605 0.86769 0 0 v 1.88047 1.34164 9.62826 -0.0652051 0.465999 0.882379 0 0 v 1.98637 1.34498 9.63227 -0.0425081 0.460445 0.88667 0 0 v 2.09309 1.34717 9.63337 0.0462393 0.458334 0.887576 0 0 v 2.19551 1.3396 9.62437 0.09659 0.460943 0.882158 0 0 v 2.29783 1.33228 9.61547 0.157278 0.441413 0.883413 0 0 v 2.39664 1.3184 9.60347 0.181287 0.451088 0.873873 0 0 v 2.49476 1.30183 9.58616 0.25668 0.450443 0.855112 0 0 v 2.59021 1.27962 9.56747 0.240349 0.454096 0.857922 0 0 v 2.68799 1.26291 9.54937 0.276588 0.460208 0.843628 0 0 v 2.8772 1.21561 9.50536 0.336164 0.467225 0.817737 0 0 v 2.97113 1.191 9.48137 0.364578 0.48092 0.79737 0 0 v 3.06306 1.16037 9.45487 0.362214 0.466632 0.80688 0 0 v 3.15662 1.13555 9.43017 0.363738 0.473215 0.802348 0 0 v 3.42949 1.03973 9.34316 0.417828 0.432764 0.798834 0 0 v 3.52059 1.00781 9.31417 0.419465 0.43549 0.79649 0 0 v 3.60989 0.974197 9.28127 0.482594 0.378152 0.790003 0 0 v 3.69654 0.933597 9.24397 0.523744 0.333331 0.783954 0 0 v 6.36111 0.588207 3.84734 -0.0138626 0.616231 0.787443 0 0 v -1.22778 2.73743 7.96036 -0.00894942 0.814345 0.580313 0 0 v 0.574796 3.37196 6.85307 0.0419364 0.931992 0.360046 0 0 v 3.73748 1.30032 9.02677 0.458432 0.418585 0.783981 0 0 v 1.72445 2.94067 8.13567 -0.0678695 0.94834 0.309911 0 0 v 2.72043 1.61087 9.31517 0.267778 0.550501 0.790724 0 0 v 3.42653 3.57297 5.72161 0.495774 0.816888 0.294791 0 0 v 3.59985 3.49272 5.64544 0.505198 0.82102 0.265897 0 0 v 7.10612 0.857307 3.13473 0.677988 0.731123 0.0761021 0 0 v 7.02839 0.917877 3.19434 0.624104 0.758236 0.188606 0 0 v 6.94794 0.968737 3.24106 0.572279 0.762243 0.302459 0 0 v 6.86293 1.01103 3.28024 0.462717 0.780348 0.420653 0 0 v 1.95902 2.62698 8.59256 0.0541027 0.696918 0.715107 0 0 v -0.878354 2.2433 8.62977 -0.012366 0.729407 0.683969 0 0 v -2.93145 2.27332 8.85606 0.0437908 0.791473 0.609633 0 0 v -3.4692 2.15785 8.94217 -0.179113 0.751057 0.635477 0 0 v 2.3503 3.69851 6.4107 0.269153 0.558427 0.784676 0 0 v 4.11777 2.13785 7.94857 0.356951 0.747151 0.56067 0 0 v -2.34798 2.35464 8.55206 0.0807342 0.780715 0.61965 0 0 v 6.47111 0.592627 3.84971 -0.0721142 0.621177 0.780345 0 0 v -1.69817 3.84642 1.17794 -0.10572 0.840544 0.531327 0 0 v -3.79385 2.17225 0.330245 -0.133231 0.985469 -0.105354 0 0 v 5.44281 1.87252 6.20446 0.653613 0.600785 0.460269 0 0 v -2.49936 2.37445 1.5583 -0.336871 0.270197 0.901949 0 0 v 4.38543 3.10811 4.88924 0.680387 0.720489 0.134048 0 0 v -3.63235 2.10617 0.671195 -0.0625583 0.97733 0.202269 0 0 v -2.36528 3.83981 0.549575 -0.422498 0.865624 0.268684 0 0 v 2.44513 3.67499 6.38904 0.289947 0.5837 0.758435 0 0 v 4.89458 2.1342 7.19836 0.616001 0.678056 0.400977 0 0 v 6.58131 0.601207 3.85777 -0.0240734 0.632742 0.773988 0 0 v -4.8237 7.01903 14.6458 0.326256 0.753553 0.570714 0 0 v -4.73914 6.98168 14.6063 0.760774 0.340874 0.552294 0 0 v 6.68346 0.595187 3.85335 0.0622498 0.626685 0.776782 0 0 v 6.78559 0.588877 3.84835 0.0878583 0.620259 0.779461 0 0 v 6.88736 0.580507 3.84053 0.151319 0.614371 0.774371 0 0 v 5.26748 2.23669 5.98006 0.669777 0.594426 0.445035 0 0 v -1.34129 3.90981 0.822425 0.190651 0.9816 0.0106543 0 0 v 4.19924 3.15391 3.16933 0.632894 0.75701 0.162421 0 0 v 3.27311 3.41275 6.14198 0.22384 0.856808 0.464517 0 0 v 0.409066 2.84788 8.05827 -0.281949 0.718218 0.636135 0 0 v 6.01972 1.21334 3.07574 -0.141217 0.813067 0.564783 0 0 v -1.41864 2.68561 8.10106 0.135888 0.875093 0.464486 0 0 v -1.521 2.69471 8.10927 0.0563203 0.908401 0.41429 0 0 v 4.94582 2.45385 6.1844 0.614531 0.587354 0.526657 0 0 v 4.81455 2.09477 7.34897 0.575735 0.653955 0.490788 0 0 v -2.90874 2.57103 8.18766 0.0121153 0.957585 0.287895 0 0 v 4.64251 2.18492 7.43357 0.521766 0.667835 0.530808 0 0 v 4.55312 2.21897 7.46487 0.45345 0.677941 0.578601 0 0 v 4.46237 2.25085 7.49457 0.435312 0.704515 0.560502 0 0 v 4.3736 2.28597 7.52707 0.472054 0.73419 0.487986 0 0 v 4.2835 2.32067 7.56027 0.435231 0.773892 0.460071 0 0 v 3.5691 3.27471 6.19814 0.419206 0.839156 0.34653 0 0 v 0.664636 4.12688 6.43183 0.0441058 0.559556 0.827618 0 0 v 2.82025 2.85942 7.50627 0.270341 0.936816 0.222016 0 0 v 2.99804 3.40832 6.32663 0.387063 0.752195 0.533278 0 0 v -3.60959 2.45928 8.46686 -0.0605504 0.861593 0.503976 0 0 v 1.40567 2.48044 8.64667 -0.201987 0.640501 0.740918 0 0 v -3.92854 2.26457 8.66667 -0.239616 0.738504 0.630234 0 0 v -0.880674 2.14511 8.72696 -0.070969 0.667542 0.741182 0 0 v -1.22095 1.99855 8.78246 -0.0667617 0.584369 0.808737 0 0 v 3.22568 1.93543 8.87346 0.526511 0.492237 0.693173 0 0 v -1.66534 1.75928 8.94067 0.0497093 0.572945 0.818085 0 0 v -3.89849 1.48055 9.63327 0.346015 0.923616 0.164946 0 0 v -3.8085 1.44789 9.59907 0.356747 0.870008 0.340321 0 0 v -3.71373 1.42378 9.58197 0.148666 0.82797 0.540708 0 0 v -3.61155 1.41581 9.57437 0.222259 0.737151 0.638129 0 0 v -3.51013 1.4068 9.56667 0.0766481 0.620509 0.780445 0 0 v -3.40457 1.40673 9.56467 0.0199519 0.525373 0.850638 0 0 v -3.30219 1.40048 9.55826 -0.000214774 0.464009 0.885831 0 0 v -3.19178 1.41114 9.56616 -0.0403321 0.409596 0.911375 0 0 v -3.08533 1.41256 9.56667 0.0907429 0.342481 0.935132 0 0 v -2.9869 1.39743 9.55206 0.128721 0.308735 0.942398 0 0 v -2.88483 1.391 9.54486 0.102969 0.310632 0.944937 0 0 v -2.78233 1.38428 9.53767 0.140927 0.297258 0.94434 0 0 v -2.68426 1.36721 9.51756 0.209588 0.298233 0.931198 0 0 v -2.58609 1.35169 9.50196 0.16928 0.297104 0.93972 0 0 v -2.48766 1.33655 9.48687 0.171474 0.304547 0.936935 0 0 v -2.38617 1.32841 9.47556 0.162092 0.304422 0.938644 0 0 v -2.28826 1.31295 9.46117 0.250662 0.307851 0.917821 0 0 v 6.98581 0.566187 3.82745 0.234716 0.603277 0.762211 0 0 v 7.08288 0.548997 3.81125 0.375041 0.594868 0.710969 0 0 v -1.9223 1.19392 9.35317 0.407883 0.346299 0.844813 0 0 v -1.83156 1.16114 9.32247 0.397611 0.357031 0.845243 0 0 v -1.74119 1.12862 9.29116 0.399832 0.316179 0.860328 0 0 v -3.17801 2.15934 0.871585 -0.536705 0.661753 0.52348 0 0 v 1.29752 4.21833 6.33 0.149503 0.727535 0.669583 0 0 v -1.35204 1.05178 9.21877 0.0261628 0.258667 0.965612 0 0 v -1.13444 1.06425 9.22806 -0.12762 0.300756 0.945124 0 0 v -1.02039 1.08338 9.24537 -0.196958 0.353897 0.914311 0 0 v -0.906854 1.10329 9.26467 -0.216844 0.366825 0.904664 0 0 v -0.793994 1.1237 9.28577 -0.188487 0.312563 0.931008 0 0 v -0.680494 1.14356 9.30467 -0.180142 0.304459 0.935336 0 0 v -0.565514 1.16104 9.31547 -0.162455 0.303424 0.938905 0 0 v -0.450654 1.17874 9.32736 -0.16347 0.305707 0.937988 0 0 v -0.335974 1.19679 9.34116 -0.169166 0.330079 0.928671 0 0 v -0.222054 1.21563 9.35727 -0.184635 0.366583 0.911881 0 0 v -0.108434 1.23556 9.37467 -0.23884 0.405723 0.882238 0 0 v 0.00912619 1.26332 9.39897 -0.297484 0.432364 0.851214 0 0 v 0.130816 1.29928 9.42947 -0.315044 0.431342 0.845394 0 0 v 0.247656 1.32795 9.45607 -0.31591 0.41081 0.85524 0 0 v 0.370446 1.36295 9.48446 -0.286935 0.396483 0.872049 0 0 v 0.488716 1.3897 9.50646 -0.214483 0.408365 0.887263 0 0 v 0.603036 1.40852 9.52227 -0.234464 0.396026 0.8878 0 0 v 0.721006 1.43583 9.54517 -0.205167 0.373713 0.904569 0 0 v 0.834776 1.45447 9.55957 -0.146279 0.376341 0.914861 0 0 v 1.26407 1.4684 9.56567 0.097087 0.462354 0.881364 0 0 v 1.36275 1.45495 9.55397 0.154249 0.508268 0.847273 0 0 v 1.46123 1.44202 9.54357 0.103959 0.526892 0.843551 0 0 v 1.56348 1.4357 9.53696 -0.022154 0.524109 0.851363 0 0 v 1.8935 1.46569 9.55927 -0.0942582 0.49539 0.863542 0 0 v 2.00428 1.47431 9.56467 -0.0189163 0.491626 0.870601 0 0 v 2.11827 1.46503 9.56107 0.0543215 0.479726 0.875735 0 0 v 2.21266 1.46824 9.55497 0.107363 0.472243 0.874906 0 0 v 2.31145 1.45455 9.54347 0.154639 0.484727 0.860887 0 0 v 2.4135 1.44718 9.53456 0.20512 0.490573 0.846915 0 0 v 2.50865 1.42454 9.51457 0.261947 0.492005 0.83025 0 0 v 2.60668 1.4085 9.49876 0.256171 0.492353 0.831844 0 0 v 2.79595 1.36127 9.45436 0.321599 0.500158 0.804 0 0 v 2.89064 1.33732 9.43176 0.356893 0.504122 0.78644 0 0 v 2.98151 1.30596 9.40356 0.370834 0.482274 0.793659 0 0 v 3.07353 1.27548 9.37757 0.360263 0.483519 0.797759 0 0 v 3.16757 1.25101 9.35337 0.329405 0.454243 0.827741 0 0 v 3.25808 1.23096 9.32666 0.384273 0.438035 0.812687 0 0 v 3.35215 1.19397 9.29967 0.418511 0.424652 0.80282 0 0 v 3.4426 1.16148 9.26917 0.453694 0.42752 0.781913 0 0 v 3.53185 1.12317 9.23727 0.419956 0.46011 0.782263 0 0 v 3.62377 1.09675 9.20917 0.429446 0.445544 0.785536 0 0 v 3.71152 1.05692 9.17407 0.500747 0.395227 0.770096 0 0 v 3.79796 1.016 9.13586 0.531151 0.348004 0.77251 0 0 v 7.17202 0.512027 3.77723 0.5231 0.525563 0.670932 0 0 v -2.72671 2.25955 8.84196 0.131177 0.825741 0.548584 0 0 v 2.99764 3.69187 6.02746 0.616037 0.577168 0.536075 0 0 v -0.112584 2.76853 8.17347 0.253728 0.766873 0.589514 0 0 v -0.352194 3.32892 7.00106 0.0331147 0.959712 0.279027 0 0 v 2.89224 2.88617 7.33857 0.177893 0.894079 0.411068 0 0 v -0.689174 1.81604 8.98347 -0.0959182 0.545139 0.832841 0 0 v 3.6842 3.44807 5.60576 0.498172 0.830857 0.247994 0 0 v 3.77066 3.4066 5.56245 0.447854 0.863747 0.231015 0 0 v 3.85662 3.3731 5.53768 0.392488 0.894824 0.212704 0 0 v 3.95194 3.34454 5.50248 0.37453 0.909801 0.178857 0 0 v 6.77285 1.04389 3.31066 0.342747 0.804448 0.485168 0 0 v 6.67589 1.06453 3.32894 0.244169 0.80068 0.547077 0 0 v 4.33568 3.12823 5.11487 0.686078 0.725833 0.0496341 0 0 v -0.0714739 4.33046 6.23569 -0.128141 0.652957 0.746476 0 0 v -0.177494 4.32893 6.23301 -0.0267419 0.640725 0.767305 0 0 v 3.96701 2.78857 7.06317 0.411789 0.773199 0.48228 0 0 v 2.56077 1.99856 9.12006 0.180275 0.492855 0.851231 0 0 v -0.215114 2.58857 8.38196 0.0297926 0.710523 0.703043 0 0 v 0.407366 3.36477 7.03887 0.0167912 0.985421 0.169302 0 0 v 0.563136 4.52062 6.03282 0.101784 0.855697 0.507368 0 0 v 7.07102 0.810967 3.48088 0.421555 0.814134 0.399346 0 0 v 2.54221 3.65674 6.3708 0.282912 0.621771 0.730317 0 0 v 7.25635 0.470277 3.7374 0.59795 0.495234 0.630238 0 0 v -3.97726 2.04474 0.610515 -0.34494 0.90589 0.245724 0 0 v -2.24642 3.88365 0.589395 -0.37348 0.896517 0.238264 0 0 v 2.63817 3.63623 6.35206 0.303888 0.5867 0.750624 0 0 v 7.33097 0.411987 3.68196 0.797925 0.406673 0.444897 0 0 v 0.677236 3.36542 6.84677 0.0425241 0.880919 0.471353 0 0 v 1.49226 1.88049 9.20706 -0.0452434 0.683728 0.728333 0 0 v -4.73988 7.06456 14.5079 0.572597 0.685517 0.449666 0 0 v -2.61643 2.08169 9.05367 0.130645 0.754394 0.643289 0 0 v -1.86997 3.21289 1.57477 -0.2838 0.260419 0.922843 0 0 v 1.94912 2.32551 8.87066 -0.0923849 0.742031 0.663969 0 0 v 2.43589 4.03392 5.96751 0.397687 0.832161 0.386463 0 0 v 3.87413 2.81554 7.08776 0.379848 0.756045 0.533021 0 0 v -1.52944 2.10961 8.69897 -0.00387196 0.56353 0.826087 0 0 v 2.73261 3.61171 6.32959 0.416311 0.597555 0.685283 0 0 v 2.04954 3.63905 6.54331 0.222833 0.435958 0.871944 0 0 v -4.15636 2.08029 0.235025 -0.273068 0.907108 -0.320294 0 0 v -2.61074 2.81025 7.84266 -0.116709 0.867057 0.484346 0 0 v -1.3561 3.93252 0.271186 0.177336 0.927312 -0.329613 0 0 v -1.47774 3.56378 1.51363 -0.131183 0.604738 0.785546 0 0 v -0.904424 3.12542 7.56706 -0.0382386 0.857826 0.512516 0 0 v -2.68766 2.58218 8.20016 -0.083073 0.886725 0.454773 0 0 v 3.47971 3.30847 6.23292 0.358617 0.859243 0.364823 0 0 v 1.89849 3.26394 6.75393 0.163786 0.723621 0.670483 0 0 v 5.3456 1.46154 7.13657 0.760585 0.327117 0.560807 0 0 v 5.49024 1.32164 7.00677 0.813189 0.355672 0.460674 0 0 v -1.38516 3.45298 1.61003 -0.187005 0.560095 0.807045 0 0 v -0.0868739 3.64851 0.581136 0.268394 0.939934 -0.210922 0 0 v -3.71538 2.4557 8.46457 -0.129761 0.847601 0.514524 0 0 v 1.5205 2.49614 8.65996 -0.169031 0.626682 0.760722 0 0 v -4.0477 2.2405 8.64596 -0.263151 0.740706 0.618147 0 0 v -0.770184 2.15354 8.73306 -0.0231971 0.707999 0.705832 0 0 v 3.31173 1.89069 8.83397 0.398102 0.576634 0.713448 0 0 v 5.13831 1.78998 7.25337 0.786133 0.455982 0.417225 0 0 v -1.55516 1.76817 8.94667 -0.0541946 0.573511 0.817403 0 0 v -4.01695 1.54916 9.50757 0.363834 0.889793 0.275486 0 0 v -3.92395 1.52158 9.48497 0.197336 0.912424 0.358526 0 0 v -3.82202 1.51355 9.47756 0.123544 0.854797 0.504042 0 0 v -3.72043 1.50549 9.47097 0.0733154 0.786534 0.61318 0 0 v -3.61099 1.51123 9.47597 -0.0224314 0.698266 0.715487 0 0 v -3.50458 1.51426 9.47797 -0.0975828 0.587748 0.803138 0 0 v -3.39072 1.53106 9.49077 -0.074319 0.525694 0.847421 0 0 v -3.28439 1.53342 9.49277 -0.0732802 0.488506 0.869478 0 0 v -3.17424 1.54348 9.50006 -0.082054 0.470196 0.878739 0 0 v -3.06405 1.55347 9.50706 0.0444954 0.445079 0.894385 0 0 v -2.96541 1.53832 9.49347 0.118551 0.406766 0.905807 0 0 v -2.86296 1.53169 9.48627 0.0735151 0.381087 0.921612 0 0 v -2.76075 1.52521 9.47927 0.167933 0.371487 0.913124 0 0 v -2.66242 1.51017 9.46437 0.157967 0.344413 0.925433 0 0 v -2.56043 1.50114 9.45247 0.185293 0.335508 0.923635 0 0 v -2.46253 1.48525 9.43616 0.194006 0.349886 0.916483 0 0 v -2.26672 1.4537 9.40427 0.259343 0.379681 0.888022 0 0 v -2.1727 1.42992 9.38177 0.309366 0.368367 0.876697 0 0 v -2.07929 1.40539 9.35816 0.414947 0.36123 0.835064 0 0 v -1.99281 1.36509 9.32117 0.482546 0.32144 0.814755 0 0 v -1.90428 1.32587 9.28766 0.434736 0.35199 0.82892 0 0 v -1.72005 1.26834 9.23057 0.33099 0.352065 0.875498 0 0 v -1.62393 1.24599 9.21097 0.23933 0.329615 0.913277 0 0 v 1.63008 2.50755 8.67027 -0.110496 0.632101 0.766968 0 0 v 0.783446 3.36459 6.84646 0.0927494 0.810176 0.578803 0 0 v -1.32253 1.20949 9.17577 -0.0130855 0.268644 0.963151 0 0 v -1.21166 1.21915 9.18107 -0.0487437 0.285708 0.957076 0 0 v -1.10514 1.2216 9.18486 -0.104458 0.30296 0.947261 0 0 v -0.990244 1.23944 9.19736 -0.168387 0.326511 0.930073 0 0 v -0.875464 1.25777 9.21247 -0.197292 0.347427 0.916717 0 0 v -0.648684 1.29703 9.24857 -0.199165 0.351316 0.914828 0 0 v -0.535324 1.31752 9.26887 -0.167311 0.368995 0.914248 0 0 v -0.426374 1.33017 9.28397 -0.150766 0.385298 0.910393 0 0 v -0.316284 1.34128 9.29257 -0.127202 0.399131 0.908028 0 0 v -0.200664 1.35609 9.29926 -0.128646 0.434884 0.89125 0 0 v -0.0915438 1.36828 9.31107 -0.194143 0.471553 0.860201 0 0 v 0.0209561 1.38953 9.33127 -0.287004 0.490606 0.82276 0 0 v 0.143056 1.42475 9.36077 -0.343475 0.481675 0.806234 0 0 v 0.270196 1.46696 9.39507 -0.349354 0.465608 0.813118 0 0 v 0.392206 1.50215 9.42536 -0.289838 0.457801 0.840483 0 0 v 0.506446 1.52168 9.44216 -0.233494 0.441261 0.86647 0 0 v 0.742136 1.57603 9.48796 -0.223021 0.431077 0.874319 0 0 v 0.856836 1.59379 9.50157 -0.117103 0.452553 0.884015 0 0 v 0.962706 1.59732 9.50546 -0.0308319 0.472426 0.880831 0 0 v 1.06946 1.59923 9.50597 0.0160631 0.478264 0.878069 0 0 v 1.17536 1.59921 9.50296 0.127986 0.551004 0.824629 0 0 v 1.3727 1.57043 9.47647 0.159551 0.568798 0.806853 0 0 v 1.47479 1.56341 9.46877 0.0785582 0.561773 0.823553 0 0 v 1.57702 1.55885 9.46547 -0.0222348 0.551375 0.833961 0 0 v 1.79746 1.57746 9.47806 -0.11318 0.535048 0.837206 0 0 v 1.90737 1.5896 9.48907 -0.102795 0.536885 0.83737 0 0 v 2.0181 1.59756 9.49347 -0.018551 0.531771 0.846685 0 0 v 2.12416 1.5991 9.49347 0.0420004 0.570144 0.820471 0 0 v 2.22637 1.59103 9.48426 0.148326 0.554496 0.818861 0 0 v 2.32496 1.57595 9.46977 0.181702 0.554026 0.812428 0 0 v 2.42353 1.56114 9.45567 0.237462 0.548477 0.801739 0 0 v 2.51906 1.53909 9.43606 0.261479 0.541702 0.798866 0 0 v 2.6166 1.52205 9.41856 0.289244 0.553772 0.780816 0 0 v 2.71136 1.49878 9.39676 0.298589 0.545934 0.782816 0 0 v 2.80609 1.4754 9.37546 0.33718 0.512927 0.78944 0 0 v 2.89781 1.44515 9.34906 0.350631 0.511176 0.784702 0 0 v 2.99218 1.42059 9.32587 0.329338 0.490556 0.806778 0 0 v 3.08693 1.39684 9.30357 0.293618 0.450475 0.843126 0 0 v 3.18371 1.37975 9.28506 0.313301 0.426015 0.848737 0 0 v 2.2552 3.10822 0.298315 0.132653 0.541719 -0.830026 0 0 v 1.85566 3.24289 0.306855 0.154321 0.57506 -0.803425 0 0 v 1.75691 3.25289 0.296745 0.123515 0.560709 -0.818749 0 0 v 1.6557 3.29104 0.307385 0.0494351 0.682438 -0.72927 0 0 v 1.55595 3.27632 0.307125 0.115143 0.570548 -0.813152 0 0 v 1.45743 3.31682 0.298785 0.132602 0.629053 -0.765969 0 0 v 1.35777 3.31922 0.296815 0.00578305 0.662058 -0.74943 0 0 v 1.25683 3.32208 0.312885 0.0908579 0.669265 -0.737448 0 0 v 1.15797 3.347 0.296825 0.127213 0.680959 -0.721188 0 0 v 1.05762 3.35301 0.301415 0.0566934 0.709201 -0.702723 0 0 v 0.958006 3.35858 0.297075 0.111764 0.708978 -0.696319 0 0 v 0.858076 3.38137 0.292275 0.115429 0.726583 -0.677313 0 0 v 0.758486 3.39384 0.293186 0.0421157 0.75762 -0.651336 0 0 v -2.46893 3.13872 6.67847 -0.162151 0.969722 0.182609 0 0 v -2.56936 3.11745 6.67778 -0.141491 0.967232 0.210813 0 0 v -2.66954 3.10701 6.67687 -0.0583724 0.973793 0.219816 0 0 v -2.76925 3.10565 6.67596 -0.0284853 0.979441 0.199712 0 0 v 0.158096 3.50694 0.302595 0.130854 0.801165 -0.583963 0 0 v -0.0422238 3.54477 0.305775 0.142103 0.779581 -0.609967 0 0 v -2.8687 3.1038 6.67492 -0.0298362 0.987543 0.154497 0 0 v -2.96874 3.10329 6.67433 0.0834945 0.992719 0.0868149 0 0 v -3.06861 3.12041 6.67534 0.116917 0.988265 0.0983004 0 0 v -0.733424 3.76584 0.309065 0.144465 0.751307 -0.643947 0 0 v -0.836864 3.78729 0.316836 0.156103 0.81336 -0.560426 0 0 v -1.03558 3.82172 0.316915 0.171694 0.71031 -0.682628 0 0 v 2.94172 2.98157 0.422125 0.47424 0.552069 -0.685796 0 0 v 2.851 3.05506 0.419255 0.417227 0.633446 -0.651666 0 0 v 2.74089 3.12047 0.427865 0.317266 0.801076 -0.507562 0 0 v -3.36869 3.15163 6.67547 0.0690604 0.993013 0.0956877 0 0 v 2.4568 3.22607 0.429395 0.180551 0.800883 -0.570953 0 0 v 2.25701 3.2642 0.432385 0.161173 0.851818 -0.498427 0 0 v 2.15673 3.28851 0.434865 0.178432 0.852407 -0.491492 0 0 v 2.0576 3.30634 0.434176 0.184832 0.795118 -0.577602 0 0 v 1.95753 3.32949 0.437105 0.17168 0.888796 -0.424933 0 0 v 1.85881 3.34891 0.436635 0.176574 0.869837 -0.460658 0 0 v 1.75766 3.37005 0.439105 0.150193 0.888126 -0.434366 0 0 v 1.65782 3.38352 0.439606 0.113875 0.920957 -0.372654 0 0 v 1.55769 3.39408 0.441165 0.112071 0.881264 -0.459144 0 0 v 1.45764 3.40683 0.442005 0.0793899 0.902443 -0.423431 0 0 v 1.3573 3.41526 0.443795 0.0391981 0.911632 -0.409135 0 0 v 1.25736 3.41833 0.442695 0.107955 0.90273 -0.416442 0 0 v 1.15755 3.43047 0.443665 0.0751724 0.920446 -0.383574 0 0 v 1.05765 3.43583 0.441545 0.0541813 0.924743 -0.376715 0 0 v 0.957406 3.44345 0.443845 0.0920982 0.927667 -0.361873 0 0 v 0.857666 3.44754 0.442155 0.0738831 0.940286 -0.332269 0 0 v -3.56909 3.16909 6.53145 0.011681 0.999601 0.0257109 0 0 v -3.66954 3.16848 6.53128 -0.0363271 0.998715 0.0353444 0 0 v 0.255846 3.53631 0.452815 0.167479 0.96337 -0.209452 0 0 v 0.155426 3.56177 0.454736 0.245616 0.937822 -0.245282 0 0 v 0.0561061 3.59102 0.456385 0.218165 0.949718 -0.224587 0 0 v -3.4689 3.15521 6.67557 0.0265106 0.994406 0.102247 0 0 v -3.56956 3.15725 6.6757 -0.00134002 0.995599 0.0937078 0 0 v -3.67021 3.15523 6.67511 -0.0638142 0.990559 0.121324 0 0 v -0.344014 3.70581 0.466205 0.296829 0.940417 -0.165858 0 0 v -0.445554 3.73637 0.470635 0.242395 0.961312 -0.130861 0 0 v -0.546114 3.75877 0.473185 0.225948 0.961929 -0.153751 0 0 v -0.643614 3.78341 0.472335 0.23438 0.959081 -0.158836 0 0 v -0.743414 3.80914 0.474315 0.210054 0.965141 -0.156144 0 0 v -0.843884 3.83034 0.476965 0.204966 0.972264 -0.112661 0 0 v -0.944114 3.85616 0.478905 0.225607 0.962474 -0.150816 0 0 v -1.04331 3.87366 0.479425 0.166234 0.986086 0.00112322 0 0 v -3.77194 3.14761 6.67493 -0.147998 0.978687 0.142364 0 0 v -5.21084 -2.27776 3.62427 -0.416278 -0.513252 -0.750523 0 0 v 0.196466 3.34401 13.7998 -0.448284 0.67945 -0.580852 0 0 v -0.301784 3.05097 13.7977 -0.352357 0.80839 -0.47154 0 0 v -1.20168 2.78369 13.7944 -0.342928 0.916995 -0.203766 0 0 v -3.87272 3.12845 6.67181 -0.308467 0.938002 0.158114 0 0 v -3.76844 3.16112 6.53042 -0.131756 0.991234 0.00978336 0 0 v -3.97188 3.07902 6.66973 -0.408141 0.894528 0.18232 0 0 v -0.500154 3.05894 13.9472 -0.339718 0.840372 -0.422334 0 0 v -1.20168 2.80719 13.9434 -0.417393 0.905383 -0.0778745 0 0 v -1.70124 2.53935 13.9408 -0.469768 0.872532 0.134185 0 0 v -4.07206 3.02706 6.66644 -0.406491 0.877274 0.255257 0 0 v -4.17537 2.98301 6.66633 -0.351331 0.870694 0.344177 0 0 v -6.67053 1.27524 8.59437 -0.477251 0.832884 -0.280243 0 0 v -4.27384 2.95348 6.66173 -0.362403 0.852732 0.376181 0 0 v -4.37506 2.9059 6.65809 -0.471716 0.817971 0.329252 0 0 v -4.47405 2.84036 6.65221 -0.434796 0.886575 0.157916 0 0 v -4.37556 2.62511 7.79777 -0.356696 0.871554 0.336396 0 0 v -4.83874 1.73459 0.242435 -0.344563 0.9367 -0.0622039 0 0 v -3.2913 1.5148 12.1405 -0.320211 0.851471 -0.415285 0 0 v -5.04932 1.68143 0.220075 -0.360518 0.852118 -0.37937 0 0 v -5.24904 1.5311 0.207035 -0.599474 0.615288 -0.51191 0 0 v -1.29887 2.65511 13.4962 -0.194279 0.90582 -0.376491 0 0 v -1.49821 2.60203 13.4958 -0.245376 0.922946 -0.296583 0 0 v -4.57129 2.79695 6.6481 -0.368971 0.929347 -0.0132291 0 0 v 2.9547 3.07584 0.560495 0.496415 0.760956 -0.417754 0 0 v 2.85621 3.14151 0.565235 0.424757 0.834378 -0.351276 0 0 v 2.75817 3.18409 0.567415 0.338737 0.900557 -0.272497 0 0 v 2.65764 3.22115 0.571155 0.326557 0.902953 -0.279348 0 0 v 2.55676 3.25453 0.575346 0.237335 0.955733 -0.173914 0 0 v 2.4581 3.27485 0.575125 0.177783 0.977329 -0.114986 0 0 v 2.3572 3.29487 0.578015 0.162755 0.979244 -0.1208 0 0 v 2.25736 3.30919 0.578505 0.195751 0.972778 -0.124035 0 0 v 2.15704 3.33232 0.580985 0.216878 0.96585 -0.141768 0 0 v 2.0566 3.35537 0.583205 0.187696 0.97248 -0.138029 0 0 v 1.95696 3.36987 0.583975 0.182209 0.975328 -0.124639 0 0 v 1.8567 3.39433 0.586195 0.182354 0.97533 -0.124411 0 0 v 1.75633 3.4041 0.587265 0.132905 0.983298 -0.12434 0 0 v 1.65678 3.41955 0.587875 0.142459 0.978556 -0.148773 0 0 v 1.5569 3.43333 0.588585 0.110631 0.97976 -0.166827 0 0 v 1.35669 3.45325 0.591115 0.0880057 0.980618 -0.175053 0 0 v 1.25699 3.46033 0.589785 0.0956819 0.974809 -0.201474 0 0 v 1.15697 3.46995 0.590925 0.0654118 0.976382 -0.205914 0 0 v 1.05674 3.47136 0.590485 0.0760677 0.970671 -0.22806 0 0 v 0.956976 3.48411 0.591295 0.0827882 0.965204 -0.248048 0 0 v 0.756946 3.49502 0.591935 0.0956867 0.961349 -0.25817 0 0 v 0.656976 3.50924 0.592356 0.123359 0.9606 -0.249058 0 0 v 0.556726 3.51986 0.593635 0.108644 0.968897 -0.222338 0 0 v 0.355156 3.54772 0.598375 0.156653 0.962169 -0.222914 0 0 v 0.255806 3.56657 0.598065 0.192302 0.962923 -0.189209 0 0 v 0.155396 3.59053 0.600195 0.233868 0.956023 -0.176992 0 0 v 0.0544861 3.61232 0.602965 0.228065 0.955937 -0.184851 0 0 v -4.66852 2.75271 6.64446 -0.374903 0.925285 -0.0573982 0 0 v -0.246154 3.70001 0.610685 0.266909 0.948704 -0.169471 0 0 v -0.345674 3.72702 0.612506 0.252384 0.956987 -0.143099 0 0 v -0.445834 3.75086 0.614985 0.228272 0.965015 -0.128989 0 0 v -0.545724 3.77801 0.616906 0.236015 0.962996 -0.130133 0 0 v -0.643894 3.79817 0.616965 0.203247 0.972681 -0.11217 0 0 v -0.744624 3.81801 0.619045 0.158868 0.984833 -0.0697433 0 0 v -0.844464 3.83132 0.619705 0.175148 0.983786 -0.038585 0 0 v -0.945064 3.85153 0.621865 0.134264 0.990937 0.00409967 0 0 v -1.04429 3.85725 0.621365 0.112758 0.993447 0.0186532 0 0 v -4.76944 2.71692 6.64205 -0.310183 0.950431 0.0216101 0 0 v 1.8258 2.97599 7.98457 -0.0159589 0.995446 0.0939849 0 0 v -6.27247 1.61077 9.04797 -0.471351 0.880988 -0.0410963 0 0 v -6.27116 1.63268 9.19597 -0.463556 0.882878 -0.0751069 0 0 v -4.87003 2.68014 6.63964 -0.307972 0.943707 0.120707 0 0 v -4.97327 2.64897 6.63898 -0.31713 0.924671 0.210743 0 0 v -5.07183 2.61962 6.63594 -0.350787 0.899772 0.259537 0 0 v -5.17107 2.58011 6.63321 -0.376398 0.89652 0.233617 0 0 v -5.27047 2.54182 6.63002 -0.289348 0.927053 0.238435 0 0 v 2.12966 2.9712 7.84247 0.119154 0.992477 0.0281559 0 0 v -1.99163 2.10986 12.6013 -0.0892438 0.820494 -0.564647 0 0 v -5.36763 2.5218 6.62697 -0.213557 0.939178 0.268955 0 0 v -5.46939 2.50025 6.62638 -0.244543 0.922605 0.298328 0 0 v -5.56894 2.4733 6.62416 -0.339395 0.895935 0.286552 0 0 v -5.66952 2.4236 6.62094 -0.40938 0.866627 0.285247 0 0 v -3.86999 3.13844 6.5284 -0.255199 0.966879 -0.00432936 0 0 v -5.76798 2.38189 6.61697 -0.411171 0.864542 0.288974 0 0 v -0.0062539 3.4086 14.0948 -0.515112 0.739157 -0.433944 0 0 v -1.29992 2.69993 14.386 -0.546272 0.807079 0.224078 0 0 v -1.00259 2.90971 14.0921 -0.422825 0.904325 -0.0584438 0 0 v -2.89727 1.89282 12.7385 -0.442759 0.888245 -0.122414 0 0 v -3.24046 2.18199 0.440575 -0.772877 0.465659 0.431073 0 0 v -3.34014 2.19446 0.441536 -0.10161 0.919252 0.380331 0 0 v -5.86946 2.33291 6.61419 -0.443332 0.847479 0.29195 0 0 v -5.96818 2.27976 6.60956 -0.555626 0.78066 0.286094 0 0 v 1.62607 2.96039 7.98246 -0.125162 0.984301 0.124441 0 0 v 2.22674 2.92605 7.98406 0.20265 0.95705 0.207336 0 0 v -6.07093 2.19385 6.60527 -0.637247 0.713416 0.29147 0 0 v -1.79866 2.12849 12.6113 -0.049226 0.797279 -0.601601 0 0 v -0.804864 2.99752 14.6848 -0.601778 0.78076 0.168159 0 0 v -3.57309 2.8931 7.38286 -0.107779 0.936307 0.334235 0 0 v -3.67454 2.88287 7.38267 -0.137003 0.939459 0.31408 0 0 v -5.07543 1.83463 8.91527 0.0340123 0.99878 -0.035794 0 0 v -3.57309 2.81064 7.80846 -0.0486929 0.948915 0.311753 0 0 v -6.77526 1.37444 9.18336 -0.39909 0.912548 -0.0893475 0 0 v -3.7739 2.86752 7.38026 -0.189629 0.935781 0.297244 0 0 v -4.67654 2.38352 8.07427 -0.382458 0.816537 0.432427 0 0 v -4.83885 1.77184 0.392645 -0.341367 0.939836 0.0133385 0 0 v -4.93867 1.73338 0.387975 -0.268394 0.962308 0.0439134 0 0 v -5.03611 1.70251 0.385615 -0.387439 0.920886 0.0431212 0 0 v -5.14111 1.64908 0.377735 -0.504235 0.863564 0.00201385 0 0 v -5.23892 1.59485 0.372665 -0.585923 0.809434 -0.0388523 0 0 v -5.34382 1.50664 0.361415 -0.741135 0.6701 -0.0410449 0 0 v -5.4387 1.3668 0.346285 -0.824971 0.518577 0.224724 0 0 v 3.96145 1.03301 0.493215 0.211044 0.573236 -0.791745 0 0 v 3.86169 1.11371 0.501975 0.397299 0.565907 -0.722428 0 0 v 3.76115 1.16783 0.507595 0.158199 0.688725 -0.707553 0 0 v -3.39627 1.57007 12.7338 -0.619501 0.782178 0.06645 0 0 v -0.498164 2.81855 13.5013 -0.206415 0.821607 -0.53137 0 0 v -1.09712 2.69985 13.4998 -0.151602 0.882794 -0.444625 0 0 v -3.2918 1.43749 11.9906 -0.243259 0.87728 -0.413769 0 0 v -5.77335 1.77177 9.05686 -0.230119 0.973163 -0.000120772 0 0 v 2.95741 3.1327 0.707505 0.429541 0.82987 -0.356104 0 0 v 2.85461 3.17628 0.714545 0.326843 0.906349 -0.267778 0 0 v 2.75668 3.20768 0.714495 0.279142 0.935341 -0.217294 0 0 v 2.65748 3.23477 0.716025 0.230315 0.961222 -0.151681 0 0 v 2.55655 3.25793 0.718756 0.160356 0.984018 -0.0774187 0 0 v 2.45652 3.26898 0.719916 0.117205 0.993009 -0.0139826 0 0 v 2.35669 3.28278 0.720595 0.161916 0.986758 0.00962488 0 0 v 2.25633 3.30621 0.722746 0.225588 0.974217 0.00334855 0 0 v 2.15636 3.33199 0.724915 0.200292 0.977969 0.0588257 0 0 v 2.05542 3.3519 0.726755 0.17227 0.982927 0.0646286 0 0 v 1.956 3.36728 0.727585 0.183921 0.980269 0.0724316 0 0 v 1.85585 3.39235 0.729945 0.205327 0.974857 0.0865688 0 0 v 1.75641 3.40993 0.730995 0.168861 0.984757 0.0416963 0 0 v 1.65574 3.42906 0.732785 0.158443 0.98665 0.0376533 0 0 v 1.45573 3.45253 0.734245 0.138763 0.990314 -0.0048481 0 0 v 1.35588 3.46882 0.735536 0.14661 0.987972 -0.0491633 0 0 v 1.25605 3.4825 0.736585 0.12687 0.988743 -0.079319 0 0 v 1.1561 3.49515 0.737305 0.100655 0.987366 -0.122379 0 0 v 1.05606 3.50745 0.738265 0.121359 0.983834 -0.131692 0 0 v 0.955986 3.5187 0.739115 0.086465 0.985689 -0.144708 0 0 v 0.856206 3.52179 0.738445 0.0929286 0.984161 -0.150969 0 0 v 0.755946 3.54179 0.741165 0.117782 0.979914 -0.160925 0 0 v 0.656236 3.54613 0.740355 0.0839649 0.985195 -0.149466 0 0 v 0.555766 3.55618 0.741395 0.116729 0.9823 -0.146498 0 0 v 0.455976 3.57007 0.742015 0.11177 0.983092 -0.14504 0 0 v 0.355656 3.58085 0.742946 0.114903 0.986295 -0.118406 0 0 v 0.254956 3.59123 0.744115 0.198558 0.971664 -0.128235 0 0 v 0.155466 3.62007 0.745795 0.244911 0.957938 -0.149576 0 0 v -0.0447539 3.67004 0.750325 0.266955 0.948635 -0.169782 0 0 v -0.244104 3.72317 0.754445 0.25033 0.956328 -0.150906 0 0 v -0.346284 3.75266 0.758325 0.234245 0.961006 -0.146957 0 0 v -0.444674 3.77165 0.758585 0.229555 0.961898 -0.148513 0 0 v -0.544424 3.79878 0.760525 0.213738 0.967577 -0.134577 0 0 v -0.645194 3.8191 0.763065 0.156461 0.98108 -0.114026 0 0 v -0.745414 3.8296 0.763705 0.121509 0.988018 -0.0951667 0 0 v -0.844854 3.8442 0.764485 0.138802 0.987048 -0.0804399 0 0 v -0.945014 3.85658 0.765085 0.0786651 0.995988 -0.042662 0 0 v -1.04422 3.86249 0.765055 0.101954 0.993688 -0.046792 0 0 v -3.89432 1.21938 12.2832 -0.556106 0.830912 0.0182112 0 0 v -6.29109 -0.377383 3.72879 -0.574726 0.000967695 -0.818345 0 0 v -3.87416 2.84164 7.37817 -0.263464 0.922775 0.281198 0 0 v -1.64501 3.97966 0.773865 0.113075 0.991087 0.0704308 0 0 v -1.74474 3.97493 0.773865 -0.0531893 0.989257 0.136168 0 0 v -1.84522 3.96374 0.772535 -0.145103 0.972834 0.180385 0 0 v -5.57228 1.76542 8.32707 -0.345518 0.916068 0.20356 0 0 v -1.39801 2.56645 13.3465 -0.189246 0.902668 -0.386493 0 0 v -2.24569 3.84791 0.759085 -0.391212 0.889197 0.237239 0 0 v -2.34496 3.79583 0.753145 -0.483822 0.821233 0.302477 0 0 v -2.44523 3.73292 0.746806 -0.519254 0.759117 0.392578 0 0 v -3.93745 -3.60708 0.345325 0.00223738 -0.469375 -0.882996 0 0 v -3.97359 2.81484 7.37576 -0.224977 0.940591 0.254313 0 0 v -5.98199 1.59447 10.5168 -0.346908 0.933444 0.0913062 0 0 v -5.08093 1.83543 9.79366 0.103915 0.993149 0.0534557 0 0 v -1.10295 2.8587 14.0919 -0.451563 0.891829 -0.0270702 0 0 v -1.49446 2.35876 12.8998 -0.055258 0.875009 -0.480942 0 0 v -3.24122 2.18242 0.586285 -0.691084 0.716445 0.0954441 0 0 v -3.33975 2.18003 0.585126 -0.20401 0.964665 0.166735 0 0 v -3.44081 2.14389 0.581695 -0.216544 0.957694 0.189553 0 0 v -4.07204 2.79756 7.37287 -0.172414 0.965064 0.197294 0 0 v -2.8981 1.90497 12.8886 -0.497167 0.867435 -0.0195336 0 0 v -2.50357 2.12543 13.4908 -0.536382 0.830971 0.147585 0 0 v -5.17282 1.83701 8.62247 -0.187768 0.97881 0.0816985 0 0 v -6.6705 1.16823 8.29627 -0.479252 0.794305 -0.37336 0 0 v -4.13727 1.99562 0.561945 -0.330403 0.909803 0.251181 0 0 v -6.78517 1.10023 10.3536 -0.651003 0.699496 0.29479 0 0 v -4.53653 1.85414 0.546235 -0.382239 0.892153 0.240743 0 0 v -4.63236 1.80365 0.542625 -0.386972 0.896744 0.214718 0 0 v -6.27987 1.55434 9.92676 -0.561868 0.811062 0.162735 0 0 v -4.83316 1.74543 0.533365 -0.28819 0.936901 0.197898 0 0 v -4.93545 1.71261 0.529876 -0.32526 0.925177 0.195587 0 0 v -5.03369 1.68169 0.525885 -0.353478 0.909834 0.217383 0 0 v -5.13327 1.63644 0.521015 -0.438939 0.877163 0.194725 0 0 v -5.23537 1.57734 0.515545 -0.569291 0.797261 0.200704 0 0 v -5.33618 1.48724 0.506105 -0.719763 0.648979 0.246511 0 0 v -5.43753 1.35324 0.490835 -0.848607 0.440139 0.293502 0 0 v -5.55275 1.06384 0.457685 -0.823765 0.53306 0.193024 0 0 v -5.63832 0.961727 0.445835 -0.78948 0.595431 0.148941 0 0 v 4.86054 0.883877 0.631385 0.262657 0.414112 -0.871506 0 0 v 4.75714 0.996707 0.657015 0.215578 0.552623 -0.805067 0 0 v 4.65709 1.06152 0.665425 0.220877 0.586086 -0.779562 0 0 v 4.55848 1.09215 0.662475 0.197995 0.607621 -0.769152 0 0 v 4.36305 1.11104 0.638715 0.204263 0.619221 -0.758183 0 0 v 4.26509 1.14497 0.634075 0.211459 0.629797 -0.747423 0 0 v 4.16234 1.20115 0.654115 0.241384 0.646161 -0.724023 0 0 v 4.06148 1.25166 0.662795 0.146867 0.664574 -0.732647 0 0 v 3.96069 1.24996 0.664176 0.274514 0.593232 -0.756781 0 0 v 3.86024 1.34431 0.674335 0.390507 0.522332 -0.758073 0 0 v -5.57415 1.80989 9.05927 -0.172281 0.985022 0.00718715 0 0 v -0.0988739 2.94651 13.5032 -0.26492 0.733237 -0.626243 0 0 v -0.798014 2.75423 13.4997 -0.165793 0.846889 -0.505264 0 0 v -3.97006 3.10147 6.52624 -0.279236 0.955481 0.0953057 0 0 v 3.05633 3.15776 0.855175 0.361806 0.821123 -0.441423 0 0 v 2.95708 3.19841 0.857215 0.306541 0.863949 -0.399531 0 0 v 2.85828 3.22767 0.857785 0.253195 0.887105 -0.385925 0 0 v 2.75761 3.25352 0.860755 0.177341 0.91711 -0.357015 0 0 v 2.65728 3.266 0.861905 0.114949 0.944517 -0.307693 0 0 v 2.55652 3.27657 0.863645 0.057533 0.965024 -0.255773 0 0 v 2.45686 3.27791 0.863165 0.0598367 0.973436 -0.221004 0 0 v 2.35635 3.28799 0.864406 0.119143 0.977031 -0.176676 0 0 v 2.25584 3.30573 0.866926 0.115435 0.989905 -0.0822314 0 0 v 2.15657 3.31325 0.866445 0.13704 0.988981 -0.0559999 0 0 v 2.05598 3.33497 0.868465 0.181208 0.983436 -0.0042476 0 0 v 1.95543 3.35475 0.870606 0.133091 0.990978 0.0157998 0 0 v 1.85634 3.36173 0.870495 0.163537 0.983581 0.0763175 0 0 v 1.75531 3.39287 0.873285 0.199369 0.97467 0.101338 0 0 v 1.65543 3.40656 0.874195 0.168815 0.979528 0.109664 0 0 v 1.55485 3.42754 0.875955 0.184331 0.978083 0.0968341 0 0 v 1.45556 3.44557 0.877255 0.185406 0.980713 0.0618628 0 0 v 1.35521 3.46773 0.879215 0.179946 0.982237 0.0531897 0 0 v 1.15578 3.49784 0.881095 0.140623 0.989825 0.0217053 0 0 v 1.05566 3.5127 0.881885 0.151043 0.988258 0.023086 0 0 v 0.955406 3.53161 0.884116 0.0930584 0.99557 0.0134117 0 0 v 0.855586 3.53419 0.883535 0.0921829 0.99572 -0.00668191 0 0 v 0.755416 3.54498 0.884606 0.088026 0.994848 0.0502929 0 0 v 0.655426 3.55733 0.885455 0.111503 0.99275 0.0448717 0 0 v 0.555436 3.56951 0.886035 0.113642 0.992561 0.0436848 0 0 v 0.455786 3.57572 0.885415 0.084019 0.996243 0.0209767 0 0 v 0.355486 3.58523 0.886485 0.147634 0.98866 0.027485 0 0 v 0.254966 3.60761 0.888565 0.253886 0.967228 -0.00334616 0 0 v 0.0550662 3.65957 0.892635 0.280137 0.959828 -0.0158878 0 0 v -0.0454739 3.69586 0.896056 0.288181 0.957291 -0.0233469 0 0 v -0.145354 3.72179 0.898275 0.236863 0.970231 -0.0504829 0 0 v -0.245884 3.74441 0.900375 0.253956 0.9668 -0.0283656 0 0 v -0.345334 3.77262 0.902535 0.24137 0.968616 -0.0593548 0 0 v -0.445544 3.7972 0.904665 0.233267 0.970909 -0.0540648 0 0 v -0.645384 3.83495 0.907276 0.149675 0.988311 -0.0289512 0 0 v -0.745484 3.84553 0.907965 0.1136 0.992941 -0.0341003 0 0 v -0.845594 3.85631 0.908745 0.0884776 0.996058 0.00633612 0 0 v -0.945074 3.86139 0.908755 0.0677659 0.997394 0.024768 0 0 v -1.04517 3.87192 0.909325 0.117208 0.993105 0.00205044 0 0 v -1.2457 3.89581 0.911546 0.129531 0.991368 0.0202583 0 0 v -1.34576 3.90812 0.911615 0.172023 0.98323 0.0605566 0 0 v -1.44605 3.93034 0.912886 0.197834 0.976151 0.0893953 0 0 v -1.54614 3.95247 0.914025 0.120095 0.977117 0.175556 0 0 v -1.64549 3.9579 0.914875 -0.00790358 0.977504 0.21077 0 0 v -1.74486 3.95525 0.913715 -0.108894 0.96776 0.227118 0 0 v -1.8457 3.9372 0.912955 -0.188476 0.952822 0.237921 0 0 v -1.94694 3.91474 0.911175 -0.257545 0.933412 0.249826 0 0 v -2.04572 3.88563 0.907005 -0.319229 0.914843 0.247295 0 0 v -2.14468 3.84677 0.901805 -0.402199 0.860861 0.311695 0 0 v -2.24082 3.80134 0.894785 -0.495344 0.782693 0.376863 0 0 v -2.34624 3.7211 0.889965 -0.550357 0.71884 0.424708 0 0 v 2.22643 2.94705 7.83977 0.213481 0.973061 0.0870527 0 0 v -3.49763 1.4902 12.7332 -0.626916 0.773506 0.0930851 0 0 v -5.08556 1.72781 10.8194 0.128886 0.989448 -0.0661903 0 0 v -5.89487 -1.55605 3.68589 -0.55735 -0.255978 -0.789833 0 0 v -6.36075 -0.309203 3.78966 -0.630029 0.0594197 -0.774295 0 0 v -0.503414 3.12643 14.0938 -0.412759 0.841608 -0.348319 0 0 v -5.89282 -0.572583 3.39726 -0.726565 0.0430495 -0.685748 0 0 v -4.78255 1.78214 9.64586 0.243889 0.96532 0.0931425 0 0 v -3.24183 2.15748 0.729235 -0.608046 0.760302 0.228518 0 0 v -3.34003 2.14174 0.726425 -0.226023 0.944885 0.236867 0 0 v -3.44016 2.11534 0.723385 -0.178664 0.964353 0.195198 0 0 v -3.53751 2.10405 0.719005 -0.111899 0.973101 0.201376 0 0 v -3.63854 2.0947 0.718375 -0.0794638 0.964454 0.25202 0 0 v -3.7395 2.0878 0.718775 -0.159435 0.942811 0.292725 0 0 v -3.83881 2.06137 0.715225 -0.278253 0.91162 0.30253 0 0 v -3.93645 2.03024 0.710425 -0.345158 0.884728 0.313246 0 0 v -4.03789 1.98329 0.706195 -0.377098 0.866914 0.325972 0 0 v -4.13818 1.94585 0.702255 -0.332178 0.883678 0.329805 0 0 v -4.23842 1.90834 0.698355 -0.324182 0.885893 0.331813 0 0 v -4.33577 1.87683 0.692745 -0.30355 0.901662 0.307997 0 0 v -4.43498 1.84974 0.689705 -0.302429 0.904009 0.302166 0 0 v -4.53603 1.81382 0.686205 -0.347128 0.901228 0.259405 0 0 v -4.63575 1.77529 0.682125 -0.328084 0.91734 0.225497 0 0 v -4.73366 1.74463 0.679025 -0.282081 0.929032 0.239436 0 0 v -4.83226 1.71617 0.673255 -0.325266 0.907996 0.264094 0 0 v -4.93497 1.67401 0.670705 -0.360405 0.886057 0.291568 0 0 v -5.03231 1.63251 0.666125 -0.370984 0.880456 0.295243 0 0 v -5.13112 1.59636 0.660945 -0.466776 0.831453 0.301341 0 0 v -5.23118 1.522 0.653225 -0.666823 0.65964 0.34673 0 0 v -5.3208 1.41121 0.636775 -0.80172 0.41632 0.428862 0 0 v -5.43937 1.09772 0.608775 -0.724298 0.587167 0.361424 0 0 v -5.54128 1.03117 0.601765 -0.710229 0.637601 0.298395 0 0 v -5.63875 0.921727 0.588215 -0.721051 0.599286 0.347766 0 0 v -4.27127 2.78147 7.37046 -0.123186 0.968619 0.215874 0 0 v -0.472674 3.17022 7.55236 -0.0304464 0.940297 0.338992 0 0 v 5.25626 0.961767 0.796325 0.320342 0.445164 -0.836188 0 0 v 5.15555 1.05216 0.809865 0.288661 0.531458 -0.796383 0 0 v 5.05585 1.10389 0.816515 0.224837 0.603109 -0.765316 0 0 v 4.9571 1.13312 0.815215 0.218034 0.628868 -0.746315 0 0 v 4.85752 1.17425 0.817835 0.213128 0.635951 -0.741716 0 0 v 4.75823 1.18818 0.817545 0.159937 0.716763 -0.678727 0 0 v 4.65774 1.21281 0.821375 0.171678 0.751024 -0.637565 0 0 v 4.45924 1.26175 0.817065 0.181318 0.759945 -0.624185 0 0 v 4.36178 1.27328 0.806675 0.224597 0.736602 -0.637944 0 0 v 4.25968 1.31846 0.819435 0.256607 0.736632 -0.625721 0 0 v 4.15857 1.36891 0.827815 0.288285 0.748095 -0.5977 0 0 v 4.05895 1.41085 0.830505 0.315869 0.723119 -0.614268 0 0 v -6.3792 1.48594 9.92377 -0.52058 0.840717 0.148967 0 0 v -4.58589 1.71592 9.93647 0.285115 0.954753 0.0845909 0 0 v -0.199084 2.90921 13.5018 -0.274453 0.751959 -0.599361 0 0 v -0.897144 2.73921 13.5005 -0.162742 0.860698 -0.482404 0 0 v -3.59173 1.34158 11.9894 -0.321127 0.906695 -0.27346 0 0 v -4.37292 2.76307 7.37107 -0.176767 0.943392 0.28065 0 0 v 3.25627 3.14691 0.998485 0.453291 0.742361 -0.493383 0 0 v 3.15693 3.19853 1.00231 0.370742 0.813437 -0.448185 0 0 v 3.05868 3.24214 1.00318 0.302285 0.845636 -0.439913 0 0 v 2.85582 3.31169 1.01278 0.224018 0.872178 -0.434881 0 0 v 2.65577 3.33793 1.01413 0.0614657 0.898611 -0.434418 0 0 v 2.55567 3.33932 1.0131 0.00529104 0.900759 -0.434286 0 0 v 2.45548 3.33949 1.01295 0.00160371 0.919629 -0.392785 0 0 v 2.3552 3.3352 1.01364 -0.0184577 0.931437 -0.363435 0 0 v 2.25565 3.32967 1.01053 0.0402726 0.960034 -0.27697 0 0 v 2.15525 3.34126 1.01156 0.0962205 0.956251 -0.27627 0 0 v 2.05533 3.34982 1.0132 0.105477 0.968418 -0.225925 0 0 v 1.95565 3.36167 1.01421 0.0653419 0.978391 -0.196167 0 0 v 1.85541 3.36152 1.0139 0.116966 0.977041 -0.178072 0 0 v 1.75584 3.37822 1.01477 0.158055 0.969376 -0.187958 0 0 v 1.65541 3.39761 1.01695 0.127343 0.986391 -0.104002 0 0 v 1.55559 3.41205 1.01778 0.173742 0.982417 -0.0683445 0 0 v 1.45492 3.43473 1.01992 0.157137 0.987399 -0.018753 0 0 v 1.35582 3.45077 1.02054 0.189786 0.981788 0.00853755 0 0 v 1.255 3.47239 1.02285 0.197528 0.979815 -0.0307556 0 0 v 1.15535 3.48686 1.02341 0.148217 0.984509 -0.0936726 0 0 v 0.955056 3.51289 1.02467 0.134306 0.988546 -0.0688364 0 0 v 0.854786 3.52304 1.0261 0.0717462 0.996088 -0.0515866 0 0 v 0.754616 3.5283 1.02799 0.0406531 0.994389 -0.097661 0 0 v 0.654976 3.53424 1.02657 0.0830452 0.996518 0.00746371 0 0 v 0.555396 3.54275 1.02498 0.120221 0.992706 -0.00901718 0 0 v 0.454976 3.56044 1.02815 0.111481 0.993573 0.0196105 0 0 v 0.355186 3.57487 1.02869 0.138687 0.990329 0.00389355 0 0 v 0.255786 3.59125 1.02939 0.211545 0.976173 0.0483117 0 0 v 0.154886 3.62356 1.03286 0.268931 0.961291 0.0599691 0 0 v -0.0442739 3.67682 1.0372 0.273037 0.958101 0.0865629 0 0 v -0.146304 3.70705 1.04039 0.258996 0.9598 0.108193 0 0 v -0.345394 3.76223 1.04477 0.262884 0.9583 0.112037 0 0 v -0.446514 3.79356 1.04727 0.219119 0.967992 0.122388 0 0 v -0.545944 3.81056 1.04871 0.147451 0.977666 0.14976 0 0 v -0.645424 3.82547 1.05005 0.110844 0.982463 0.149932 0 0 v -0.846004 3.84411 1.05015 0.0609926 0.987737 0.143722 0 0 v -0.945674 3.84763 1.05056 0.078563 0.980024 0.182706 0 0 v -1.246 3.88459 1.05295 0.110519 0.970989 0.21205 0 0 v -1.34618 3.89676 1.05352 0.1209 0.969371 0.213783 0 0 v -4.47242 2.74775 7.36937 -0.192767 0.920541 0.339771 0 0 v 3.33611 3.19382 6.85526 0.123774 0.954997 0.269558 0 0 v 3.23123 3.19145 6.85107 0.0225961 0.985982 0.165315 0 0 v 3.13093 3.19081 6.85037 0.106597 0.988122 0.110691 0 0 v 2.93045 3.22574 6.85076 0.0468636 0.979714 0.194846 0 0 v 2.8304 3.2256 6.85047 -0.050405 0.9836 0.173177 0 0 v 2.62999 3.20186 6.84916 -0.149321 0.943558 0.295639 0 0 v 1.92629 2.97497 7.98487 0.0556141 0.991981 0.11349 0 0 v -5.87869 1.70197 10.2258 -0.257224 0.953062 0.159715 0 0 v -4.57322 2.72391 7.36847 -0.255793 0.892989 0.370325 0 0 v 0.0278662 -4.18289 0.465525 0.264783 -0.906968 -0.327565 0 0 v -0.603324 3.07645 14.0932 -0.395884 0.868674 -0.297794 0 0 v -1.20188 2.8063 14.0915 -0.475504 0.878237 0.0509455 0 0 v 0.125726 2.50247 13.0894 0.116011 0.515198 -0.849184 0 0 v -4.07293 3.07024 6.52599 -0.287289 0.929701 0.230479 0 0 v -3.34094 2.10468 0.868305 -0.196436 0.951163 0.238122 0 0 v -3.43981 2.0875 0.864785 -0.166881 0.958904 0.229465 0 0 v -3.53897 2.06955 0.861136 -0.161304 0.951429 0.262229 0 0 v -3.63849 2.05627 0.858815 -0.137793 0.943082 0.30267 0 0 v -3.74053 2.0393 0.859375 -0.251617 0.893019 0.373104 0 0 v -3.83863 2.00848 0.853535 -0.310295 0.85682 0.411796 0 0 v -3.93875 1.97226 0.850525 -0.347996 0.845842 0.40429 0 0 v -4.03687 1.92963 0.844265 -0.345632 0.86003 0.375348 0 0 v -4.13762 1.89331 0.841055 -0.332903 0.864662 0.376213 0 0 v -4.23879 1.85776 0.838145 -0.294923 0.878894 0.374922 0 0 v -4.33716 1.82805 0.833205 -0.287113 0.871606 0.397326 0 0 v -4.43793 1.79232 0.830235 -0.261698 0.894476 0.362528 0 0 v -4.17398 3.04472 6.52401 -0.283701 0.913164 0.292653 0 0 v -4.63714 1.72783 0.822695 -0.330721 0.885822 0.325487 0 0 v -4.73576 1.69955 0.818325 -0.301031 0.880567 0.366036 0 0 v -4.83611 1.66243 0.814755 -0.346558 0.851987 0.392447 0 0 v -4.93558 1.62456 0.810395 -0.364995 0.835913 0.409911 0 0 v -5.03381 1.5861 0.805115 -0.378091 0.828861 0.412356 0 0 v -5.13255 1.53643 0.799335 -0.535402 0.721551 0.438986 0 0 v -5.22905 1.44274 0.787635 -0.77646 0.455616 0.435343 0 0 v -5.35575 1.11922 0.766795 -0.709926 0.581799 0.396881 0 0 v -6.17138 1.6585 9.05066 -0.353863 0.934566 -0.0369829 0 0 v -0.572364 3.1684 7.55126 -0.0552496 0.961009 0.27094 0 0 v 5.31405 1.0633 0.886075 0.357798 0.546641 -0.757076 0 0 v -5.6463 0.877187 0.653355 -0.684393 0.40061 0.609195 0 0 v -4.67494 2.68813 7.36737 -0.342318 0.847574 0.405508 0 0 v 5.35557 1.13828 0.959175 0.371009 0.622074 -0.689475 0 0 v 5.25574 1.1906 0.965275 0.278774 0.67256 -0.685528 0 0 v 5.15848 1.22262 0.962395 0.219924 0.72142 -0.656647 0 0 v 4.9589 1.27826 0.965625 0.181273 0.772402 -0.608716 0 0 v 4.85803 1.29924 0.972595 0.126819 0.80256 -0.582936 0 0 v 4.75829 1.31342 0.973085 0.105965 0.810752 -0.575718 0 0 v 4.6578 1.32487 0.975425 0.170207 0.800559 -0.574574 0 0 v 4.55697 1.35991 0.982595 0.195642 0.799914 -0.567328 0 0 v 4.45904 1.37399 0.972456 0.213924 0.79331 -0.569996 0 0 v 4.3574 1.41963 0.982705 0.210974 0.80922 -0.548319 0 0 v 4.25592 1.44421 0.986805 0.220457 0.833369 -0.506848 0 0 v 4.15903 1.46604 0.982295 0.28727 0.825296 -0.486172 0 0 v 4.06068 1.51138 0.983455 0.464209 0.718971 -0.517291 0 0 v -4.77484 2.64762 7.36397 -0.388143 0.821733 0.417252 0 0 v 1.82658 2.97183 7.83947 -0.040515 0.998291 -0.0421187 0 0 v -4.68951 -1.09822 0.416665 -0.8467 -0.325402 0.420966 0 0 v -0.598064 2.79316 13.5005 -0.156495 0.842216 -0.515928 0 0 v 3.35371 3.18254 1.14822 0.487754 0.808735 -0.328701 0 0 v 3.25436 3.23408 1.15225 0.400782 0.851019 -0.339325 0 0 v 3.05721 3.31738 1.15638 0.339861 0.887666 -0.310714 0 0 v 2.95518 3.35075 1.16105 0.298527 0.890587 -0.343127 0 0 v 2.85404 3.38465 1.16536 0.23414 0.911835 -0.337248 0 0 v 2.75521 3.40282 1.16474 0.138003 0.914916 -0.379321 0 0 v 2.65519 3.41757 1.16466 0.0907736 0.920055 -0.381129 0 0 v 2.55457 3.42422 1.16715 -0.00527766 0.93663 -0.350281 0 0 v 2.45435 3.4155 1.16412 -0.0477133 0.912455 -0.406387 0 0 v 2.35468 3.41015 1.16575 -0.0390918 0.927628 -0.371455 0 0 v 2.25466 3.40154 1.16214 -0.0103256 0.914093 -0.405374 0 0 v 2.15481 3.40155 1.16185 0.0595417 0.912122 -0.405571 0 0 v 2.05514 3.40651 1.15943 0.0962095 0.893548 -0.438538 0 0 v 1.95515 3.4171 1.16083 0.0894587 0.87315 -0.479172 0 0 v 1.85482 3.42618 1.16289 0.0829523 0.863099 -0.498176 0 0 v 1.75481 3.43691 1.1645 0.0841411 0.85329 -0.514604 0 0 v 1.65541 3.43287 1.1596 0.0625936 0.903135 -0.42477 0 0 v 1.55569 3.44473 1.16101 0.0831774 0.89338 -0.441535 0 0 v 1.45598 3.44521 1.16001 0.0895251 0.910992 -0.402591 0 0 v 1.35506 3.4642 1.16412 0.228766 0.867789 -0.441145 0 0 v 1.25466 3.4998 1.16848 0.228416 0.837133 -0.497026 0 0 v 1.15608 3.52171 1.16546 0.174605 0.790684 -0.586798 0 0 v 1.0556 3.53468 1.16577 0.127614 0.824447 -0.551364 0 0 v 0.955336 3.55097 1.16498 0.106174 0.817927 -0.565441 0 0 v 0.754306 3.56617 1.17107 0.020981 0.789226 -0.613744 0 0 v 0.654366 3.56288 1.16595 0.0204441 0.86802 -0.496109 0 0 v 0.554286 3.57146 1.16813 0.0316927 0.86863 -0.494446 0 0 v 0.454716 3.57055 1.16841 0.0523048 0.929803 -0.364323 0 0 v 0.354846 3.57878 1.17092 0.0539547 0.884691 -0.463046 0 0 v 0.254786 3.58971 1.17236 0.197115 0.939646 -0.279664 0 0 v 0.155036 3.61587 1.17418 0.195717 0.895081 -0.400655 0 0 v 0.0550762 3.641 1.1766 0.200835 0.93816 -0.281996 0 0 v -0.0445439 3.66815 1.17892 0.17863 0.943818 -0.278028 0 0 v -0.145324 3.69028 1.18145 0.17469 0.977515 -0.1181 0 0 v -0.245414 3.71418 1.18389 0.196995 0.980396 -0.00404449 0 0 v -0.345684 3.73928 1.18612 0.140817 0.980042 0.140314 0 0 v -0.446204 3.76167 1.18777 0.212748 0.945692 0.245775 0 0 v -0.546794 3.78187 1.18865 0.148576 0.955682 0.254159 0 0 v -0.645914 3.79175 1.19099 0.105916 0.960666 0.256716 0 0 v -0.746264 3.80202 1.19128 0.0808227 0.956733 0.279516 0 0 v -0.846324 3.81159 1.1913 0.0527018 0.962 0.267916 0 0 v -0.946274 3.81208 1.19099 0.0109728 0.944273 0.328979 0 0 v -1.0464 3.81921 1.18944 0.0666155 0.928359 0.365666 0 0 v -1.14653 3.82959 1.18933 0.0884095 0.917273 0.388322 0 0 v -1.2468 3.84176 1.18991 0.0804884 0.906127 0.415277 0 0 v -4.27296 3.01516 6.52095 -0.392041 0.87696 0.27793 0 0 v -4.97714 2.51026 7.35736 -0.520645 0.705904 0.480239 0 0 v -5.17359 2.21289 7.77127 -0.428363 0.841749 0.328579 0 0 v 1.92651 2.98185 7.84016 -0.0131892 0.999363 -0.0331533 0 0 v -5.17391 1.87011 8.47937 -0.343711 0.879498 0.32916 0 0 v -5.27281 1.82851 8.47637 -0.300315 0.934406 0.191564 0 0 v -0.902064 2.95919 14.0929 -0.413559 0.900602 -0.133735 0 0 v -6.47972 1.39099 10.2145 -0.569922 0.809061 0.143559 0 0 v -5.87504 1.75168 9.20247 -0.201066 0.975713 -0.0869246 0 0 v -4.48204 1.75689 9.35096 0.275202 0.943265 0.185783 0 0 v -5.07668 2.44715 7.35517 -0.434977 0.77051 0.46595 0 0 v -2.39095 2.04609 12.5974 -0.217695 0.857776 -0.465649 0 0 v -0.702814 3.03703 14.0931 -0.338173 0.914643 -0.221512 0 0 v -5.17733 2.39748 7.35087 -0.394925 0.819674 0.414933 0 0 v -5.08035 1.83359 9.64746 0.0944936 0.9953 -0.0212042 0 0 v -3.44038 2.04977 1.00645 -0.201079 0.93356 0.296705 0 0 v -3.54039 2.02417 1.00336 -0.218979 0.913148 0.343815 0 0 v -3.63825 2.006 0.998576 -0.25592 0.876417 0.407918 0 0 v -3.74081 1.96316 0.997095 -0.33818 0.816894 0.467245 0 0 v -3.84048 1.92543 0.993155 -0.297444 0.828752 0.474023 0 0 v -3.93946 1.8974 0.988436 -0.309343 0.827211 0.469072 0 0 v -4.03678 1.86618 0.981935 -0.323121 0.823312 0.466637 0 0 v -4.23778 1.79116 0.974855 -0.28752 0.840951 0.458404 0 0 v -5.78044 1.69233 10.3733 -0.257634 0.946948 0.192128 0 0 v -4.17168 2.74305 7.65727 -0.218573 0.954694 0.201953 0 0 v -4.37331 2.96409 6.51665 -0.534203 0.820958 0.201631 0 0 v -4.7367 1.62575 0.955875 -0.316783 0.808555 0.495871 0 0 v -5.03497 1.48617 0.940265 -0.41916 0.696559 0.582331 0 0 v -6.9673 -3.2738 7.95516 -0.280018 -0.288608 -0.915585 0 0 v -5.2561 1.12088 0.916275 -0.753551 0.428601 0.49846 0 0 v -1.69247 2.12891 12.594 -0.00828727 0.76963 -0.638436 0 0 v -5.08303 1.77059 10.2301 0.118467 0.989896 0.0779186 0 0 v -1.40255 2.66659 14.2388 -0.541142 0.82251 0.175051 0 0 v -4.46791 2.89101 6.5097 -0.601138 0.78459 0.151829 0 0 v -2.70101 2.02127 13.19 -0.554613 0.831775 0.0235372 0 0 v -4.57194 2.81056 6.50508 -0.437305 0.889931 0.12957 0 0 v -3.09724 1.77689 12.737 -0.512515 0.857824 -0.0383026 0 0 v -3.26792 3.15376 6.53179 0.111557 0.992755 0.0446426 0 0 v 5.6609 0.999237 1.0807 0.551425 0.502129 -0.666181 0 0 v 5.55952 1.1333 1.09643 0.514733 0.584764 -0.626978 0 0 v 5.4541 1.23165 1.11603 0.405248 0.677486 -0.61383 0 0 v 5.3548 1.28533 1.12076 0.310811 0.743936 -0.59157 0 0 v 5.25552 1.32451 1.12498 0.221138 0.793519 -0.566944 0 0 v 5.15674 1.3412 1.12401 0.166246 0.823312 -0.542696 0 0 v 5.05685 1.36504 1.12857 0.174327 0.824496 -0.538347 0 0 v 4.95738 1.38098 1.12784 0.142078 0.829762 -0.53973 0 0 v 4.8572 1.40454 1.13174 0.122799 0.839489 -0.529319 0 0 v 4.75668 1.4161 1.13362 0.125909 0.839338 -0.528827 0 0 v 4.65613 1.44197 1.13605 0.194516 0.820218 -0.537964 0 0 v 4.55692 1.46109 1.134 0.186529 0.838211 -0.512453 0 0 v 4.45375 1.49787 1.14897 0.160464 0.874898 -0.456952 0 0 v 4.35606 1.50052 1.13852 0.147497 0.886396 -0.438802 0 0 v 4.25765 1.52131 1.13517 0.24232 0.854031 -0.460339 0 0 v 4.1627 1.54542 1.1292 0.416784 0.735084 -0.534735 0 0 v -5.1768 1.84639 9.20827 -0.0205504 0.998909 0.0419237 0 0 v -1.77685 -4.08627 0.523235 -0.686872 -0.673116 -0.274083 0 0 v -4.97334 -1.62847 0.359325 -0.854766 0.166941 -0.491433 0 0 v -0.299014 2.87144 13.5013 -0.234075 0.798255 -0.554976 0 0 v -4.39179 1.56319 10.5181 0.378724 0.918027 0.117452 0 0 v -4.48835 1.59507 10.52 0.31585 0.939638 0.131602 0 0 v 3.35392 3.22223 1.2952 0.528312 0.84287 -0.102259 0 0 v 3.25395 3.27328 1.29975 0.432226 0.890859 -0.139823 0 0 v 3.1556 3.31442 1.30236 0.385619 0.907399 -0.167107 0 0 v 3.05564 3.35358 1.30527 0.360675 0.910074 -0.204156 0 0 v 2.95395 3.39953 1.31074 0.32288 0.922534 -0.211375 0 0 v 2.85478 3.42752 1.31203 0.224565 0.953087 -0.202966 0 0 v 2.75585 3.44589 1.31098 0.170378 0.962067 -0.213068 0 0 v 2.65401 3.46357 1.31515 0.0858349 0.974833 -0.205749 0 0 v 2.55401 3.4645 1.3142 0.0301626 0.976125 -0.215103 0 0 v 2.45384 3.46342 1.31398 0.00501755 0.951758 -0.306809 0 0 v 2.35381 3.46178 1.31415 0.0272625 0.922803 -0.384307 0 0 v 2.25387 3.46341 1.31268 0.0594731 0.902043 -0.427529 0 0 v 2.15445 3.48159 1.31021 0.180338 0.837796 -0.51534 0 0 v 2.05438 3.50526 1.31268 0.209285 0.776999 -0.593693 0 0 v 1.9548 3.53335 1.31188 0.148631 0.742802 -0.652805 0 0 v 1.85515 3.53581 1.30828 0.121852 0.713307 -0.690177 0 0 v 1.75394 3.56742 1.31683 0.118972 0.671416 -0.731469 0 0 v 1.65376 3.57924 1.31787 0.0603309 0.687963 -0.723234 0 0 v 1.5545 3.58362 1.31352 0.0548741 0.671082 -0.739349 0 0 v 1.45485 3.58657 1.31049 0.128666 0.64624 -0.752209 0 0 v 1.35339 3.65025 1.32833 0.207717 0.629737 -0.748522 0 0 v 1.25401 3.69113 1.32842 0.224881 0.640446 -0.734342 0 0 v 1.15339 3.74019 1.33413 0.195753 0.646649 -0.737242 0 0 v 1.05265 3.77409 1.34145 0.154403 0.654951 -0.739729 0 0 v 0.952926 3.80194 1.34104 0.0851698 0.680442 -0.727835 0 0 v 0.753046 3.81405 1.3414 0.0115352 0.714174 -0.699873 0 0 v 0.653276 3.81147 1.34315 -0.0879023 0.681047 -0.726945 0 0 v 0.553066 3.77712 1.3354 -0.0848181 0.68408 -0.724459 0 0 v 0.453026 3.7629 1.33504 -0.0285616 0.679748 -0.732889 0 0 v 0.353276 3.76218 1.33504 -0.0454327 0.69828 -0.714382 0 0 v 0.253116 3.74029 1.32967 0.0238252 0.710618 -0.703174 0 0 v 0.153206 3.75054 1.33208 0.0245951 0.747149 -0.664202 0 0 v 0.0534661 3.74474 1.32693 -0.0028289 0.804087 -0.594505 0 0 v -0.0469239 3.74372 1.32794 -0.0438098 0.864739 -0.500307 0 0 v -0.146664 3.73092 1.32756 -0.0443847 0.92085 -0.387382 0 0 v -0.246694 3.72685 1.32814 -0.0379056 0.96627 -0.254727 0 0 v -0.346484 3.71705 1.32696 -0.0869017 0.98152 -0.170489 0 0 v -0.447034 3.71883 1.3269 0.066105 0.997036 0.0393689 0 0 v -0.546574 3.73589 1.32829 0.16089 0.969549 0.184632 0 0 v -0.646694 3.7497 1.32966 0.0328266 0.968322 0.247539 0 0 v -0.746764 3.75887 1.32932 0.0630595 0.944004 0.323851 0 0 v -0.846894 3.76116 1.32987 0.00198056 0.929772 0.368129 0 0 v -0.946574 3.7595 1.3284 -0.062457 0.8955 0.440658 0 0 v -1.04657 3.75573 1.32591 -0.0282423 0.8724 0.487976 0 0 v -1.14667 3.75745 1.3266 0.0186358 0.849063 0.527963 0 0 v -1.24689 3.75737 1.32578 0.000858297 0.820923 0.571038 0 0 v -1.34665 3.75631 1.32424 -0.000835226 0.785402 0.618986 0 0 v -3.19134 1.63194 12.2908 -0.367189 0.848562 -0.380941 0 0 v -4.58223 1.75889 9.49846 0.230053 0.959466 0.16279 0 0 v 0.297976 3.40636 13.8014 -0.388887 0.704631 -0.593517 0 0 v -4.91916 -1.17547 2.93843 -0.275054 -0.352026 -0.894664 0 0 v -1.38729 2.34716 12.8915 0.00698249 0.835397 -0.549602 0 0 v -1.91978 -3.89859 0.503735 -0.751224 -0.610493 -0.25092 0 0 v -5.92829 -4.14709 8.27427 -0.153239 -0.756061 -0.63631 0 0 v -7.54383 -3.31784 8.40726 -0.761364 -0.446298 -0.470258 0 0 v -3.04584 2.08874 1.16257 -0.558966 0.700833 0.443158 0 0 v -3.24125 2.04126 1.1528 -0.248291 0.905477 0.344183 0 0 v -3.33921 2.02143 1.14781 -0.212357 0.915193 0.34253 0 0 v -3.43966 1.99713 1.14578 -0.255419 0.893755 0.368733 0 0 v -3.5404 1.96186 1.14282 -0.304505 0.859553 0.410421 0 0 v -3.63765 1.93047 1.13615 -0.351394 0.816708 0.457724 0 0 v -3.73895 1.88339 1.13268 -0.350279 0.80517 0.478545 0 0 v -3.84044 1.84853 1.13057 -0.311669 0.805816 0.503511 0 0 v -1.07018 3.33305 6.84017 -0.103063 0.983544 0.148392 0 0 v -1.1704 3.32048 6.83907 -0.15146 0.981674 0.115654 0 0 v -1.26961 3.30545 6.83757 -0.19084 0.975816 0.106595 0 0 v -4.37533 2.57298 7.93936 -0.357871 0.85594 0.373224 0 0 v -3.29451 1.64681 12.5848 -0.530046 0.845485 -0.0648569 0 0 v -6.87557 1.32205 9.03347 -0.398466 0.909958 -0.114901 0 0 v -7.09599 -3.36149 8.03197 -0.411102 -0.369685 -0.833264 0 0 v -1.36965 3.28017 6.83567 -0.259605 0.959182 0.112141 0 0 v -1.46954 3.2542 6.83357 -0.251917 0.961317 0.111385 0 0 v -1.57012 3.23078 6.83197 -0.177952 0.978899 0.100447 0 0 v -1.66954 3.21565 6.83027 -0.125965 0.984729 0.120173 0 0 v -1.76991 3.20477 6.82957 -0.0544404 0.986432 0.154883 0 0 v -1.87008 3.20487 6.82937 -0.0775322 0.978844 0.189348 0 0 v -0.902554 2.97036 14.3887 -0.505077 0.862685 0.025912 0 0 v -2.07024 3.18009 6.82726 -0.150797 0.967968 0.200743 0 0 v -2.16983 3.16511 6.82546 -0.167964 0.969486 0.178565 0 0 v -2.27067 3.14403 6.82487 -0.164313 0.962604 0.215395 0 0 v 5.96311 0.895797 1.21124 0.343456 0.526175 -0.777931 0 0 v 5.86644 0.953937 1.21128 0.434981 0.519514 -0.735457 0 0 v 5.75831 1.10653 1.24153 0.456932 0.536446 -0.709534 0 0 v 5.64935 1.2386 1.27125 0.453615 0.61271 -0.647163 0 0 v 5.55271 1.31062 1.27231 0.394991 0.723427 -0.566247 0 0 v 5.45199 1.36101 1.27928 0.316946 0.80292 -0.504841 0 0 v 5.35451 1.39256 1.27813 0.266417 0.833209 -0.484546 0 0 v 5.25517 1.41954 1.27986 0.187712 0.854674 -0.484042 0 0 v 5.15641 1.43669 1.27927 0.210465 0.83427 -0.509606 0 0 v 5.05638 1.47189 1.28525 0.16416 0.841993 -0.513905 0 0 v 4.95638 1.48406 1.28639 0.0929347 0.875815 -0.473615 0 0 v 4.85622 1.4964 1.28759 0.0807379 0.901401 -0.425392 0 0 v 4.75575 1.5089 1.2887 0.150716 0.903045 -0.402238 0 0 v 4.55646 1.54408 1.28796 0.16466 0.906099 -0.389708 0 0 v 4.45221 1.55744 1.29685 0.123688 0.915443 -0.382969 0 0 v 4.35822 1.56708 1.28407 0.237419 0.857001 -0.457364 0 0 v 4.26365 1.60403 1.27792 0.399827 0.736526 -0.54559 0 0 v 4.1827 1.64855 1.25196 0.598672 0.491208 -0.632698 0 0 v -5.87282 1.79179 7.89087 -0.511282 0.77848 0.364087 0 0 v -2.37053 3.13068 6.82346 -0.139796 0.968093 0.207975 0 0 v -2.47002 3.11774 6.82206 -0.137854 0.968538 0.207198 0 0 v -4.6719 2.76182 6.50211 -0.298431 0.929075 0.218537 0 0 v 3.44932 3.14173 1.43336 0.647961 0.761217 -0.0263548 0 0 v 3.35137 3.22004 1.43965 0.566125 0.824319 -0.000779599 0 0 v 3.25351 3.28642 1.44487 0.517031 0.853246 -0.0681869 0 0 v 3.15479 3.33948 1.44896 0.423642 0.897942 -0.119283 0 0 v 3.05176 3.38356 1.45457 0.392199 0.9052 -0.163688 0 0 v 2.9552 3.41754 1.45467 0.325922 0.920424 -0.215858 0 0 v 2.85638 3.44674 1.45546 0.260918 0.919454 -0.294153 0 0 v 2.7545 3.46849 1.45794 0.186962 0.913389 -0.361616 0 0 v 2.65402 3.48065 1.4582 0.127998 0.900595 -0.415384 0 0 v 2.55404 3.49586 1.45753 0.13834 0.861736 -0.488133 0 0 v 2.45382 3.5204 1.45933 0.1103 0.836071 -0.537419 0 0 v 2.354 3.53441 1.45887 0.0853642 0.825252 -0.558276 0 0 v 2.25421 3.54619 1.4598 0.176023 0.799933 -0.573693 0 0 v 2.1541 3.593 1.4663 0.309986 0.746265 -0.589065 0 0 v 2.05378 3.65494 1.47251 0.350292 0.699701 -0.622668 0 0 v 1.95405 3.70637 1.47642 0.269271 0.700714 -0.660676 0 0 v 1.8537 3.75594 1.48125 0.231493 0.692 -0.683774 0 0 v 1.75299 3.78106 1.48279 0.121035 0.708966 -0.694779 0 0 v 1.65281 3.79358 1.48369 0.108403 0.701669 -0.704208 0 0 v 1.55251 3.81676 1.4872 0.113894 0.687774 -0.716935 0 0 v 1.45267 3.83016 1.48733 0.098734 0.694698 -0.712493 0 0 v 1.35218 3.83956 1.49088 0.101257 0.729789 -0.676132 0 0 v 1.25268 3.8563 1.48796 0.190649 0.752733 -0.630116 0 0 v 1.15251 3.89373 1.49207 0.178285 0.797708 -0.576088 0 0 v 1.0521 3.91486 1.49648 0.105942 0.851992 -0.512724 0 0 v 0.852246 3.92126 1.49216 0.0908592 0.851942 -0.515693 0 0 v 0.751936 3.94446 1.49507 0.0265168 0.891988 -0.451281 0 0 v 0.651976 3.92964 1.49428 -0.108645 0.842821 -0.527114 0 0 v 0.551796 3.90748 1.48924 -0.109985 0.815484 -0.568233 0 0 v 0.451896 3.90598 1.48949 -0.0239957 0.81004 -0.585884 0 0 v 0.251726 3.90542 1.48874 -0.0210652 0.798816 -0.601206 0 0 v 0.152016 3.90212 1.49046 -0.0311884 0.832561 -0.553054 0 0 v 0.0519462 3.8915 1.48741 -0.120709 0.794164 -0.595594 0 0 v -0.0479339 3.86583 1.48478 -0.15767 0.799126 -0.580119 0 0 v -0.147814 3.8396 1.48234 -0.171321 0.821253 -0.544236 0 0 v -0.248174 3.8156 1.47911 -0.167115 0.839394 -0.517194 0 0 v -0.348214 3.79074 1.4767 -0.20038 0.851641 -0.484309 0 0 v -0.448234 3.75783 1.47328 -0.207507 0.889922 -0.406177 0 0 v -0.549204 3.73594 1.47116 -0.122648 0.977194 -0.173349 0 0 v -0.648164 3.71637 1.47001 -0.217337 0.975428 -0.036134 0 0 v -0.746154 3.70432 1.46759 -0.0997472 0.972004 0.212742 0 0 v -0.846924 3.69554 1.4663 -0.116735 0.930682 0.346703 0 0 v -0.947824 3.6745 1.46538 -0.201957 0.889552 0.409769 0 0 v -1.04665 3.65632 1.46075 -0.12937 0.847531 0.514737 0 0 v -1.14675 3.65619 1.45994 -0.0933203 0.783827 0.613927 0 0 v -1.247 3.64425 1.45867 -0.0635504 0.739746 0.669879 0 0 v -1.34697 3.64452 1.45848 -0.05165 0.700155 0.71212 0 0 v -2.56913 3.09827 6.81898 -0.0977227 0.988204 0.117915 0 0 v -5.0071 6.98593 14.0798 -0.694456 0.711536 -0.106992 0 0 v -2.66954 3.08962 6.81882 -0.0331416 0.996161 0.0810232 0 0 v -5.88015 1.62582 10.665 -0.276193 0.960343 0.0381977 0 0 v -2.7693 3.09067 6.81844 0.00512979 0.997562 0.0695937 0 0 v -2.29195 2.22385 12.897 -0.362559 0.886059 -0.288877 0 0 v -1.99407 2.29265 12.898 -0.152699 0.901937 -0.403971 0 0 v -2.86931 3.09192 6.81825 0.03937 0.998703 0.032297 0 0 v -3.84831 -3.71768 0.441294 0.0547573 -0.882613 -0.4669 0 0 v -5.00881 6.95719 13.9291 -0.706712 0.701302 -0.0934501 0 0 v -6.29845 -1.36913 4.00653 -0.760331 -0.213256 -0.61353 0 0 v 0.300956 3.62612 14.091 -0.474628 0.734779 -0.484591 0 0 v -2.9691 3.10088 6.81795 0.0777514 0.996346 0.03535 0 0 v -2.95598 2.0722 1.3134 -0.619271 0.628734 0.470316 0 0 v -3.04343 2.04551 1.30079 -0.266857 0.91477 0.303287 0 0 v -3.13987 2.0259 1.29595 -0.264094 0.911904 0.314143 0 0 v -3.24114 1.98859 1.29302 -0.274457 0.90723 0.318757 0 0 v -3.34002 1.9598 1.28875 -0.257566 0.905574 0.33704 0 0 v -3.44094 1.93757 1.28725 -0.309322 0.876588 0.368664 0 0 v -3.54246 1.89007 1.28334 -0.376165 0.841002 0.388865 0 0 v -3.63982 1.84752 1.27674 -0.412465 0.811985 0.41298 0 0 v -3.73982 1.79722 1.2714 -0.385071 0.808142 0.445676 0 0 v -3.83881 1.75712 1.26561 -0.358244 0.808234 0.467353 0 0 v -3.93872 1.71869 1.26114 -0.346184 0.788225 0.508781 0 0 v -3.06915 3.10594 6.81835 0.0800315 0.994984 0.0600148 0 0 v -3.16934 3.11738 6.81873 0.0771171 0.992242 0.0975082 0 0 v -5.98057 1.66982 10.2254 -0.311908 0.932155 0.183852 0 0 v -3.26929 3.12763 6.81867 0.0879336 0.98888 0.119937 0 0 v -3.36942 3.13719 6.81847 0.0442175 0.987552 0.150949 0 0 v -5.87907 1.73124 9.93386 -0.236288 0.952135 0.193923 0 0 v -2.20373 2.2899 13.6417 -0.529453 0.837793 0.133354 0 0 v -3.46981 3.13672 6.82065 0.00823738 0.981094 0.193357 0 0 v -3.57004 3.14187 6.81914 -0.0235258 0.983968 0.176784 0 0 v -6.08845 -0.354043 3.60082 -0.613136 -0.0626114 -0.787493 0 0 v -5.50954 -1.90307 3.57996 -0.4756 -0.364167 -0.800742 0 0 v -3.79581 1.27219 12.5803 -0.636925 0.758401 0.138396 0 0 v -0.407604 3.29311 14.5381 -0.597469 0.797104 -0.0875019 0 0 v -3.67075 3.12983 6.8184 -0.1173 0.966291 0.229176 0 0 v -2.30025 2.2638 13.1927 -0.508177 0.860001 -0.0464092 0 0 v -3.77095 3.11567 6.8166 -0.185221 0.948126 0.258362 0 0 v 6.15897 1.01406 1.3785 0.469854 0.514192 -0.717526 0 0 v 6.05597 1.13209 1.39634 0.411855 0.533398 -0.738825 0 0 v 5.95176 1.21979 1.41221 0.338958 0.568673 -0.749479 0 0 v 5.85272 1.28603 1.41811 0.346404 0.608201 -0.71421 0 0 v 5.75436 1.3417 1.4205 0.296651 0.700978 -0.648558 0 0 v 5.65476 1.36975 1.42156 0.248026 0.792942 -0.55653 0 0 v 5.55264 1.40234 1.42942 0.252118 0.847359 -0.467354 0 0 v 5.45439 1.43343 1.42835 0.290374 0.850698 -0.438174 0 0 v 5.35455 1.47271 1.43244 0.253953 0.867544 -0.427639 0 0 v 5.25486 1.50008 1.43424 0.23169 0.877397 -0.420113 0 0 v 5.15536 1.53626 1.43918 0.209602 0.898085 -0.386666 0 0 v 5.05609 1.55203 1.43877 0.0657542 0.946462 -0.316047 0 0 v 4.95574 1.54947 1.43869 0.000314751 0.962026 -0.272959 0 0 v 4.85521 1.54638 1.43889 0.0304538 0.971914 -0.233357 0 0 v 4.75416 1.55833 1.44083 0.125131 0.974638 -0.185533 0 0 v 4.65379 1.57727 1.4406 0.241582 0.933616 -0.264575 0 0 v -3.87219 3.09174 6.81546 -0.310523 0.913829 0.26171 0 0 v 4.45774 1.6189 1.4358 0.246089 0.774705 -0.582471 0 0 v 4.30062 1.6679 1.38527 0.533167 0.545668 -0.646514 0 0 v -3.97247 3.05294 6.81267 -0.430223 0.869749 0.241755 0 0 v -4.07293 2.98975 6.80883 -0.495174 0.825826 0.269842 0 0 v -4.17312 2.92727 6.80476 -0.428439 0.841473 0.329185 0 0 v -4.27177 2.88721 6.80094 -0.340494 0.883695 0.321165 0 0 v 3.75538 2.94713 1.55753 0.418919 0.628099 -0.655742 0 0 v 3.65582 3.0113 1.56314 0.466956 0.68653 -0.557341 0 0 v 3.556 3.07514 1.56903 0.495756 0.754652 -0.429797 0 0 v 3.45196 3.1463 1.57741 0.496291 0.809999 -0.312404 0 0 v 3.34835 3.21685 1.58329 0.545987 0.800842 -0.246071 0 0 v 3.25256 3.299 1.59029 0.51982 0.823868 -0.225893 0 0 v 3.15465 3.35297 1.59378 0.479307 0.839154 -0.25707 0 0 v 3.056 3.41682 1.59801 0.480825 0.793211 -0.373663 0 0 v 2.95791 3.47478 1.59986 0.414239 0.76904 -0.486809 0 0 v 2.85628 3.53568 1.60511 0.333511 0.7602 -0.557554 0 0 v 2.75225 3.59075 1.61516 0.255539 0.7645 -0.59181 0 0 v 2.65235 3.6284 1.61823 0.207647 0.768281 -0.605498 0 0 v 2.55234 3.65416 1.61982 0.150506 0.773865 -0.615208 0 0 v 2.45319 3.65876 1.61679 0.0821171 0.781524 -0.618447 0 0 v 2.35299 3.66961 1.61849 0.0613625 0.792731 -0.606476 0 0 v 2.2525 3.68007 1.62034 0.166765 0.801394 -0.574419 0 0 v 2.15244 3.7172 1.62372 0.343605 0.790708 -0.506672 0 0 v 2.05076 3.78896 1.63271 0.39097 0.813468 -0.430594 0 0 v 1.95162 3.82937 1.6344 0.363765 0.834799 -0.413262 0 0 v 1.85036 3.87667 1.63999 0.291071 0.847702 -0.443485 0 0 v 1.75266 3.89578 1.63846 0.179118 0.857548 -0.482212 0 0 v 1.6517 3.9178 1.64149 0.1826 0.828476 -0.529419 0 0 v 1.55151 3.94376 1.64317 0.159892 0.840654 -0.517432 0 0 v 1.45162 3.95698 1.64344 0.047616 0.860555 -0.507127 0 0 v 1.35124 3.95412 1.6444 0.0349063 0.870505 -0.49092 0 0 v 1.25171 3.95858 1.64204 0.081996 0.889677 -0.449167 0 0 v 1.14896 3.96492 1.63985 0.105525 0.910869 -0.398977 0 0 v 1.05137 3.97921 1.64492 0.0575525 0.93635 -0.346319 0 0 v 0.951516 3.98324 1.64321 0.0474722 0.939646 -0.338839 0 0 v 0.851466 3.9916 1.64559 0.0574308 0.947762 -0.313765 0 0 v 0.751006 3.98647 1.64067 0.0220698 0.953369 -0.300997 0 0 v 0.651236 3.99532 1.64278 -0.00412024 0.933301 -0.359071 0 0 v 0.550896 3.98645 1.639 -0.063283 0.897717 -0.436003 0 0 v 0.451196 3.98329 1.63988 -0.0200175 0.89832 -0.438886 0 0 v 0.251316 3.98044 1.64031 0.00872015 0.894554 -0.446874 0 0 v 0.150876 3.98256 1.63866 0.0265129 0.878354 -0.477274 0 0 v 0.0508462 3.98161 1.63859 -0.135273 0.861129 -0.49006 0 0 v -0.149204 3.92935 1.63346 -0.195735 0.849589 -0.489783 0 0 v -0.250004 3.90687 1.6294 -0.19859 0.854313 -0.480324 0 0 v -0.349924 3.8804 1.62709 -0.227565 0.856079 -0.464051 0 0 v -0.449734 3.85486 1.62463 -0.289143 0.845407 -0.449091 0 0 v -0.550654 3.80768 1.61944 -0.350827 0.841437 -0.41098 0 0 v -0.649274 3.76309 1.61759 -0.373816 0.867107 -0.329223 0 0 v -0.747454 3.71202 1.61182 -0.375294 0.905051 -0.200091 0 0 v -0.847664 3.67181 1.60796 -0.342416 0.939353 0.019177 0 0 v -0.949574 3.62561 1.60431 -0.40593 0.899736 0.160301 0 0 v -1.0422 3.58311 1.5949 -0.338042 0.876843 0.341869 0 0 v -1.14186 3.53563 1.59262 -0.333694 0.829525 0.447813 0 0 v -1.24547 3.51501 1.58809 -0.221408 0.746428 0.627554 0 0 v -1.34492 3.50009 1.58253 -0.180797 0.631949 0.753627 0 0 v -4.3726 2.8515 6.79791 -0.28785 0.942038 0.172356 0 0 v -5.78213 1.64383 10.6663 -0.25404 0.965044 0.064454 0 0 v -3.29825 1.63668 12.8849 -0.59888 0.795797 0.0897213 0 0 v -2.59723 2.06946 12.8913 -0.438471 0.8823 -0.171145 0 0 v -0.600734 3.02164 13.9462 -0.267891 0.891813 -0.364559 0 0 v -1.30128 2.75555 13.9428 -0.446215 0.893437 -0.0515933 0 0 v -1.80038 2.4869 13.9398 -0.46595 0.866613 0.178529 0 0 v -6.30597 -3.49735 7.86357 -0.179277 -0.446204 -0.87679 0 0 v -4.77198 2.73833 6.5007 -0.172419 0.939774 0.29512 0 0 v -1.87191 2.94947 7.53347 0.139409 0.903193 0.405965 0 0 v -5.97207 1.79039 7.74457 -0.553941 0.755105 0.350664 0 0 v -4.47196 2.82549 6.79516 -0.221246 0.974639 0.0336045 0 0 v -2.84756 2.07599 1.45282 -0.594677 0.689868 0.412845 0 0 v -2.94211 2.0299 1.44425 -0.368367 0.897709 0.241711 0 0 v -3.04023 2.0003 1.43995 -0.270446 0.931199 0.244391 0 0 v -3.13995 1.9724 1.43673 -0.278309 0.922911 0.266046 0 0 v -3.24137 1.94952 1.4351 -0.279149 0.922655 0.266053 0 0 v -3.34127 1.91159 1.43082 -0.295973 0.917355 0.266196 0 0 v -3.44225 1.87673 1.42807 -0.35795 0.89405 0.269343 0 0 v -3.541 1.83703 1.42359 -0.41811 0.864129 0.280117 0 0 v -3.63992 1.78414 1.41733 -0.468043 0.825352 0.3158 0 0 v -3.73832 1.73159 1.41093 -0.437474 0.829508 0.347178 0 0 v -3.83929 1.68223 1.40586 -0.419698 0.821824 0.385305 0 0 v -3.9392 1.63171 1.40017 -0.436815 0.789516 0.431111 0 0 v -4.57261 2.80112 6.79261 -0.236544 0.9711 -0.0317971 0 0 v -6.97014 1.06008 8.58417 -0.562112 0.714836 -0.41598 0 0 v -6.37415 1.56199 9.19217 -0.525981 0.848332 -0.0606391 0 0 v -4.67014 2.78159 6.79067 -0.280537 0.95176 -0.124303 0 0 v -4.77169 2.74698 6.78799 -0.37042 0.913549 -0.167979 0 0 v -3.88811 1.08208 10.9528 0.586274 0.804741 0.093138 0 0 v -3.98658 1.15133 10.9538 0.555835 0.792557 0.2508 0 0 v -2.69603 1.93172 12.5891 -0.332292 0.878828 -0.342408 0 0 v -2.99666 1.81692 12.5873 -0.413337 0.88337 -0.220929 0 0 v -2.89448 1.86481 12.589 -0.374844 0.886764 -0.270447 0 0 v -0.00486392 3.55677 14.3925 -0.592478 0.750644 -0.292411 0 0 v -0.503494 3.2127 14.3903 -0.528942 0.836749 -0.141672 0 0 v -1.89616 2.42184 13.1962 -0.229132 0.935423 -0.269226 0 0 v -2.09672 2.35954 13.1945 -0.340072 0.923262 -0.178714 0 0 v -4.86801 2.69984 6.78494 -0.406806 0.901152 -0.149778 0 0 v 6.26096 1.11276 1.53236 0.515491 0.547208 -0.659418 0 0 v -4.87176 2.72404 6.49972 -0.190861 0.931974 0.308216 0 0 v 6.05301 1.3314 1.56561 0.423164 0.66444 -0.615996 0 0 v 5.95195 1.3948 1.57446 0.328975 0.747149 -0.577533 0 0 v 5.8542 1.42554 1.57434 0.257764 0.802349 -0.538325 0 0 v 5.75426 1.45077 1.57716 0.181262 0.83908 -0.512921 0 0 v 5.65463 1.46473 1.57765 0.153826 0.847734 -0.507627 0 0 v 5.55515 1.47945 1.5777 0.192276 0.85288 -0.485413 0 0 v 5.4542 1.51571 1.58284 0.226979 0.872097 -0.433505 0 0 v 5.35425 1.53944 1.58547 0.179823 0.913715 -0.364401 0 0 v 5.25454 1.56096 1.5882 0.147877 0.95125 -0.27066 0 0 v 5.15496 1.57268 1.58836 0.08309 0.981124 -0.174619 0 0 v 5.05579 1.57649 1.5864 0.0290156 0.986565 -0.16077 0 0 v 4.95554 1.57665 1.58588 -0.0417378 0.983978 -0.173336 0 0 v 4.8535 1.56739 1.58764 0.0384155 0.985087 -0.167716 0 0 v 4.7544 1.57096 1.58357 0.222136 0.954684 -0.198078 0 0 v 4.649 1.62335 1.59418 0.432148 0.846009 -0.312278 0 0 v -4.9694 2.65211 6.78157 -0.441586 0.893264 -0.0841535 0 0 v -5.06855 2.59924 6.77793 -0.436628 0.897742 0.058432 0 0 v -6.17973 1.60523 10.0753 -0.504193 0.853116 0.134095 0 0 v 4.15997 2.7744 1.68276 0.577044 0.497442 -0.647743 0 0 v 4.05382 2.90932 1.70043 0.498103 0.572964 -0.65085 0 0 v 3.95438 2.99897 1.70747 0.461314 0.615081 -0.639426 0 0 v 3.8501 3.08157 1.72019 0.396326 0.65715 -0.641155 0 0 v 3.75472 3.12648 1.71755 0.350574 0.674517 -0.649711 0 0 v 3.65495 3.1782 1.72124 0.337008 0.680097 -0.651071 0 0 v 3.55417 3.22714 1.72667 0.298849 0.699812 -0.648809 0 0 v 3.45541 3.25427 1.7276 0.287452 0.728789 -0.62148 0 0 v 3.35399 3.30281 1.73349 0.384214 0.729925 -0.565322 0 0 v 3.25215 3.36256 1.74047 0.404232 0.760114 -0.508747 0 0 v 3.15469 3.43115 1.74298 0.511914 0.715208 -0.475838 0 0 v 3.05215 3.5411 1.75515 0.541588 0.705678 -0.456838 0 0 v 2.95276 3.61851 1.7613 0.443403 0.784096 -0.434267 0 0 v 2.85172 3.66706 1.76642 0.332908 0.852155 -0.403737 0 0 v 2.75305 3.69599 1.76666 0.265698 0.882417 -0.388259 0 0 v 2.65325 3.72326 1.76758 0.262753 0.876873 -0.40256 0 0 v 2.55188 3.75805 1.77201 0.205515 0.873499 -0.441319 0 0 v 2.45229 3.77323 1.77134 0.0997933 0.871194 -0.480689 0 0 v 2.35229 3.77227 1.77142 0.0293716 0.866208 -0.49882 0 0 v 2.25234 3.77155 1.77129 0.0929549 0.867529 -0.488623 0 0 v 2.15292 3.78478 1.77227 0.241846 0.878142 -0.412767 0 0 v 2.05255 3.82123 1.77607 0.306815 0.907346 -0.287382 0 0 v 1.94875 3.87331 1.7841 0.393751 0.896019 -0.205207 0 0 v 1.85009 3.92772 1.7874 0.360599 0.912702 -0.192208 0 0 v 1.75164 3.95933 1.78838 0.259252 0.939486 -0.22395 0 0 v 1.55127 4.00973 1.79205 0.151146 0.965451 -0.212271 0 0 v 1.45058 4.018 1.79332 0.0583064 0.972484 -0.225558 0 0 v 1.35076 4.01933 1.7927 0.0679589 0.957099 -0.281679 0 0 v 1.25053 4.02875 1.79409 0.0604324 0.955935 -0.287292 0 0 v 1.15112 4.02496 1.79 0.013472 0.940637 -0.339147 0 0 v 1.05092 4.02202 1.79039 0.0280083 0.947302 -0.319116 0 0 v 0.950846 4.02369 1.78937 0.0542084 0.936248 -0.347133 0 0 v 0.851096 4.02775 1.78709 0.0766935 0.918113 -0.388827 0 0 v 0.750986 4.03731 1.78868 0.0663675 0.917442 -0.392294 0 0 v 0.550556 4.05591 1.79254 0.0374117 0.885226 -0.463654 0 0 v 0.450526 4.05846 1.79081 -0.0198832 0.860679 -0.50876 0 0 v 0.350256 4.04819 1.78768 -0.00772529 0.879319 -0.476171 0 0 v 0.250696 4.05692 1.79065 0.0312295 0.88627 -0.462115 0 0 v 0.150546 4.06854 1.79166 0.0237715 0.901127 -0.432902 0 0 v 0.0505061 4.0668 1.79219 -0.0373224 0.904019 -0.425859 0 0 v -0.251644 3.9848 1.77877 -0.239936 0.856354 -0.457262 0 0 v -0.351084 3.95712 1.77725 -0.280659 0.864517 -0.416942 0 0 v -0.450804 3.91828 1.77381 -0.329597 0.867434 -0.372725 0 0 v -0.550054 3.87827 1.77079 -0.400063 0.849647 -0.343585 0 0 v -0.652244 3.81911 1.76334 -0.44576 0.834401 -0.324151 0 0 v -0.750614 3.76547 1.75973 -0.470446 0.830416 -0.298479 0 0 v -0.850214 3.69995 1.75417 -0.483491 0.840367 -0.24499 0 0 v -0.950924 3.63867 1.748 -0.510144 0.842018 -0.175384 0 0 v -1.05038 3.57431 1.74211 -0.558723 0.827901 -0.049066 0 0 v -1.14624 3.49176 1.733 -0.575561 0.804227 0.148149 0 0 v -1.24508 3.40994 1.70622 -0.599696 0.711262 0.366703 0 0 v -1.34013 3.33314 1.71037 -0.294793 0.69273 0.658196 0 0 v -5.16877 2.54908 6.7747 -0.391694 0.909907 0.136547 0 0 v -6.07086 1.69528 8.90647 -0.30302 0.952435 -0.0323461 0 0 v -5.11083 6.69466 12.9207 -0.403654 0.802018 -0.440261 0 0 v -6.826 -2.86124 7.84337 -0.166932 -0.0470952 -0.984843 0 0 v -1.9722 2.96968 7.53697 0.0733581 0.965093 0.251423 0 0 v -2.07192 2.9747 7.53427 -0.0397595 0.988291 0.14731 0 0 v -5.26916 2.51145 6.77204 -0.344831 0.923482 0.168142 0 0 v -4.21075 1.16766 2.84265 -0.491067 0.521542 -0.697744 0 0 v -4.27885 0.974047 2.77867 -0.705483 0.347584 -0.617639 0 0 v -4.9712 2.70883 6.49829 -0.25249 0.911747 0.323984 0 0 v -5.36914 2.47396 6.7699 -0.289062 0.929371 0.229594 0 0 v -5.46935 2.44926 6.76819 -0.2787 0.917207 0.284705 0 0 v -2.84072 2.05147 1.59123 -0.357351 0.921708 0.150847 0 0 v -2.94272 2.00438 1.58825 -0.348151 0.932457 0.0965103 0 0 v -3.04109 1.97375 1.58388 -0.332779 0.934333 0.127592 0 0 v -3.14055 1.93481 1.58007 -0.293524 0.938411 0.182287 0 0 v -3.24041 1.90828 1.57676 -0.278601 0.942752 0.183301 0 0 v -3.34138 1.88566 1.57477 -0.282623 0.944701 0.166326 0 0 v -3.44089 1.84796 1.57086 -0.380949 0.909507 0.166355 0 0 v -3.54106 1.79871 1.56619 -0.480996 0.856597 0.186775 0 0 v -3.64121 1.73636 1.56031 -0.508711 0.834292 0.212533 0 0 v -3.7383 1.68148 1.55305 -0.485333 0.838901 0.246369 0 0 v -3.83633 1.62854 1.5463 -0.485524 0.824585 0.290389 0 0 v -5.5685 2.42127 6.7651 -0.351472 0.883805 0.308796 0 0 v -5.27537 2.16562 7.76986 -0.418704 0.840701 0.343377 0 0 v -5.66986 2.37295 6.76281 -0.414756 0.85672 0.306608 0 0 v -2.49082 1.93397 12.4475 -0.205365 0.834518 -0.511278 0 0 v -2.79623 1.94168 12.7399 -0.389788 0.904068 -0.175289 0 0 v -6.12594 -1.39 3.82238 -0.660671 -0.241258 -0.71085 0 0 v -4.37862 -3.63918 0.398035 -0.300566 -0.768151 -0.565336 0 0 v -5.74044 -3.14473 7.79607 0.183226 -0.283097 -0.941427 0 0 v -5.78021 1.71836 10.2277 -0.205322 0.970823 0.123879 0 0 v -5.37354 1.82217 8.76886 -0.0894055 0.987601 -0.129036 0 0 v 0.293576 3.77841 14.3923 -0.527207 0.788657 -0.316343 0 0 v -1.49559 2.49681 13.1991 -0.138524 0.918274 -0.370923 0 0 v -1.69522 2.45746 13.1983 -0.159007 0.924134 -0.347409 0 0 v -5.77073 2.32305 6.75957 -0.418021 0.855864 0.304556 0 0 v -5.87194 2.27349 6.75671 -0.466689 0.831134 0.302354 0 0 v 6.24975 1.31573 1.71259 0.507534 0.708536 -0.490292 0 0 v 6.14956 1.39454 1.72091 0.460757 0.765489 -0.449143 0 0 v 6.05154 1.43781 1.72297 0.367244 0.853578 -0.369508 0 0 v 5.95167 1.47679 1.72738 0.295297 0.869206 -0.396586 0 0 v 5.85387 1.50823 1.72754 0.28077 0.862625 -0.420768 0 0 v 5.75467 1.53719 1.72912 0.221626 0.85636 -0.466401 0 0 v 5.65341 1.56724 1.73618 0.126123 0.8815 -0.455027 0 0 v 5.54687 1.57762 1.73951 0.0978834 0.91507 -0.391235 0 0 v 5.45527 1.58397 1.73416 0.0768214 0.947316 -0.310951 0 0 v 5.35536 1.59033 1.7356 0.0258407 0.976856 -0.212331 0 0 v 5.25535 1.58692 1.73516 0.0177332 0.989663 -0.142311 0 0 v 5.15493 1.59023 1.73382 0.0566929 0.990209 -0.127563 0 0 v 5.05482 1.60184 1.73454 0.0381203 0.991729 -0.122561 0 0 v 4.95202 1.6047 1.73748 0.0254883 0.990979 -0.131568 0 0 v 4.85376 1.5934 1.73325 0.0259972 0.976135 -0.215603 0 0 v 4.75459 1.61513 1.73184 0.345585 0.883907 -0.315087 0 0 v 4.65578 1.68156 1.73609 0.603385 0.654981 -0.454892 0 0 v -5.97242 2.20949 6.75254 -0.560415 0.77179 0.300457 0 0 v -6.78656 1.21052 10.0637 -0.58376 0.735355 0.344207 0 0 v -5.78693 1.67843 10.9591 -0.375405 0.887244 -0.268086 0 0 v -6.07382 2.13416 6.7477 -0.620835 0.734136 0.274968 0 0 v -6.16907 2.05179 6.73996 -0.674799 0.699069 0.236536 0 0 v 4.054 3.05049 1.85763 0.507575 0.709395 -0.489006 0 0 v 3.95495 3.12737 1.86395 0.520412 0.741087 -0.424219 0 0 v 3.85314 3.20159 1.87082 0.485432 0.750342 -0.448712 0 0 v 3.7527 3.26436 1.87595 0.449926 0.721745 -0.525976 0 0 v 3.6554 3.32002 1.8765 0.41148 0.683285 -0.603163 0 0 v 3.55228 3.39112 1.88633 0.304592 0.689399 -0.657231 0 0 v 3.45445 3.42121 1.88404 0.264738 0.68998 -0.673678 0 0 v 3.35298 3.46898 1.89054 0.245289 0.709445 -0.660698 0 0 v 3.25266 3.49351 1.89355 0.26132 0.744356 -0.614529 0 0 v 3.15109 3.54055 1.89996 0.398176 0.767222 -0.502819 0 0 v 3.05198 3.60583 1.90417 0.442743 0.825729 -0.3495 0 0 v 2.95172 3.65681 1.90855 0.383771 0.889758 -0.247085 0 0 v 2.85319 3.69811 1.91044 0.331584 0.916557 -0.223552 0 0 v 2.75178 3.73287 1.91474 0.324768 0.905999 -0.271462 0 0 v 2.6514 3.77039 1.91785 0.326846 0.890751 -0.315808 0 0 v 2.55157 3.80902 1.92031 0.275312 0.899694 -0.338754 0 0 v 2.45241 3.8386 1.9207 0.186542 0.89937 -0.395393 0 0 v 2.35222 3.8531 1.92021 0.088517 0.891494 -0.444302 0 0 v 2.25124 3.86088 1.92286 0.0802723 0.881165 -0.465944 0 0 v 2.1507 3.86994 1.92518 0.0443105 0.90779 -0.417078 0 0 v 2.04378 3.86904 1.9233 0.150713 0.95068 -0.271094 0 0 v 1.95152 3.88534 1.92529 0.274452 0.947049 -0.166657 0 0 v 1.85061 3.93255 1.9301 0.333262 0.940435 -0.067222 0 0 v 1.74998 3.96826 1.93323 0.252438 0.967334 0.0232268 0 0 v 1.65015 3.99467 1.93498 0.213321 0.975522 0.0533909 0 0 v 1.55088 4.01047 1.93562 0.157471 0.987023 0.0314551 0 0 v 1.4499 4.03053 1.93779 0.16706 0.985803 -0.01684 0 0 v 1.35031 4.04653 1.93804 0.152322 0.984146 -0.0908514 0 0 v 1.25032 4.05846 1.93879 0.157922 0.975561 -0.152778 0 0 v 1.15053 4.07074 1.9395 0.107901 0.955546 -0.274389 0 0 v 1.05871 4.08575 1.94049 0.130344 0.923106 -0.361783 0 0 v 0.950656 4.09996 1.93966 0.143039 0.888638 -0.435732 0 0 v 0.850896 4.11422 1.93921 0.123771 0.864281 -0.487544 0 0 v 0.750926 4.12663 1.93995 0.114387 0.842557 -0.526321 0 0 v 0.650536 4.13814 1.94092 0.109575 0.815887 -0.567734 0 0 v 0.550106 4.14947 1.94165 0.0684368 0.816529 -0.573233 0 0 v 0.449406 4.15455 1.93833 -0.0114905 0.805535 -0.592437 0 0 v 0.349076 4.1422 1.93656 -0.111145 0.831494 -0.544302 0 0 v 0.249226 4.12471 1.93706 -0.0704496 0.885409 -0.459442 0 0 v 0.149316 4.12363 1.93713 0.0164225 0.914449 -0.404367 0 0 v 0.0497262 4.13181 1.94036 0.0110567 0.904489 -0.426353 0 0 v -0.0517439 4.12552 1.93539 -0.144296 0.880887 -0.450796 0 0 v -0.152424 4.09967 1.93273 -0.240012 0.860721 -0.448948 0 0 v -0.252044 4.0722 1.93095 -0.292626 0.850696 -0.436676 0 0 v -0.353444 4.02369 1.9251 -0.346656 0.845951 -0.405212 0 0 v -0.452104 3.9822 1.92285 -0.385891 0.845513 -0.369047 0 0 v -0.551154 3.92934 1.9187 -0.438717 0.840231 -0.318653 0 0 v -0.650294 3.87711 1.91443 -0.476572 0.835497 -0.273539 0 0 v -0.750264 3.81428 1.90814 -0.502353 0.825036 -0.258762 0 0 v -0.949874 3.68643 1.89564 -0.548669 0.802592 -0.234114 0 0 v -1.04922 3.60974 1.88876 -0.613776 0.764373 -0.197517 0 0 v -1.1477 3.5209 1.87971 -0.722501 0.682374 -0.111169 0 0 v -5.67507 2.15121 7.33257 -0.425137 0.826933 0.368022 0 0 v -5.57779 1.84157 9.50067 -0.0949015 0.990504 -0.0994809 0 0 v -1.30058 2.74377 13.7943 -0.378429 0.913924 -0.146745 0 0 v -0.902094 2.9707 14.241 -0.481288 0.875605 -0.0409655 0 0 v -2.17217 2.96631 7.53466 -0.0914605 0.984759 0.147936 0 0 v -2.27247 2.95438 7.53386 -0.0881658 0.982926 0.161502 0 0 v -5.27435 1.8269 8.76896 -0.0780088 0.995272 -0.0578636 0 0 v -2.04578 2.20102 1.75621 -0.238128 0.425209 0.873208 0 0 v -2.14575 2.18779 1.75482 -0.216054 0.537554 0.81508 0 0 v -2.24592 2.13718 1.7496 -0.204892 0.622702 0.755157 0 0 v -2.34581 2.11175 1.74681 -0.101014 0.787032 0.608585 0 0 v -2.44564 2.09889 1.74534 -0.0598794 0.87413 0.481987 0 0 v -5.06986 2.67948 6.49485 -0.351095 0.881674 0.31525 0 0 v -2.64359 2.06756 1.73946 -0.171273 0.96811 0.182833 0 0 v -2.74186 2.05135 1.73687 -0.194939 0.972955 0.123926 0 0 v -2.94272 2.00227 1.73387 -0.323407 0.945912 0.0256374 0 0 v -3.04275 1.96462 1.73017 -0.37765 0.925694 0.0216871 0 0 v -3.14139 1.92279 1.72564 -0.361472 0.929212 0.0768272 0 0 v -3.24127 1.88433 1.72131 -0.271369 0.954637 0.122583 0 0 v -3.3419 1.86181 1.7192 -0.294371 0.947443 0.125288 0 0 v -3.44421 1.82768 1.71666 -0.414082 0.903045 0.114221 0 0 v -3.54227 1.77465 1.71054 -0.516 0.848665 0.116243 0 0 v -3.64118 1.71044 1.70397 -0.544684 0.828225 0.131768 0 0 v -3.73958 1.64569 1.69719 -0.525865 0.837127 0.150614 0 0 v -3.83934 1.58301 1.6907 -0.58122 0.791866 0.187436 0 0 v -5.47569 1.82334 9.20677 -0.110504 0.993625 -0.0223192 0 0 v -4.38413 1.72699 9.34867 0.33408 0.922073 0.195377 0 0 v -3.2955 1.647 12.7346 -0.569497 0.821682 0.0226003 0 0 v -1.69304 2.24078 12.7507 -0.0896362 0.832319 -0.547002 0 0 v -1.79339 2.22994 12.749 -0.0799522 0.840482 -0.535909 0 0 v -0.504454 3.17719 14.242 -0.456937 0.857136 -0.237754 0 0 v -0.704804 3.06427 14.2413 -0.432085 0.889311 -0.149759 0 0 v -1.00326 2.90897 14.2402 -0.489058 0.87225 -0.00125391 0 0 v -2.37199 2.95003 7.53206 -0.00472231 0.982353 0.186975 0 0 v -1.2954 2.52209 13.2008 -0.128958 0.900904 -0.414417 0 0 v -5.21327 6.90121 14.6449 -0.57941 0.812822 -0.060034 0 0 v -2.69843 2.03113 13.0402 -0.51403 0.857289 -0.0287856 0 0 v -3.69885 1.34459 12.5811 -0.603501 0.792643 0.0866256 0 0 v -1.59917 2.53461 14.2362 -0.548546 0.790717 0.271779 0 0 v 6.34819 1.32798 1.85683 0.519885 0.756899 -0.39601 0 0 v 6.25125 1.38586 1.8599 0.467024 0.818682 -0.334138 0 0 v 6.15182 1.43992 1.86459 0.410201 0.865936 -0.286165 0 0 v 5.95038 1.52782 1.87497 0.366945 0.87433 -0.317647 0 0 v 5.85147 1.58096 1.87942 0.342023 0.881075 -0.326691 0 0 v 5.75204 1.61587 1.88243 0.184009 0.943727 -0.27481 0 0 v 5.65359 1.62023 1.88087 0.0326734 0.977062 -0.210435 0 0 v 5.55433 1.61917 1.88014 0.00170112 0.981222 -0.192872 0 0 v 5.45526 1.6162 1.87922 -0.0425717 0.991017 -0.126781 0 0 v 5.35522 1.60721 1.87712 -0.0460731 0.993402 -0.105021 0 0 v 5.25508 1.60602 1.87673 -0.00298731 0.9954 -0.0957587 0 0 v 5.15439 1.60642 1.87624 0.0506217 0.995959 -0.0741873 0 0 v 5.0514 1.61807 1.881 0.0434557 0.995274 -0.0868361 0 0 v 4.95171 1.60556 1.87727 0.0696592 0.991237 -0.112231 0 0 v 4.85147 1.63465 1.8795 0.328815 0.892232 -0.309522 0 0 v 4.75557 1.6948 1.8801 0.600487 0.61424 -0.511981 0 0 v -4.87675 1.97847 8.48917 -0.336587 0.782869 0.523282 0 0 v -5.58931 1.76094 10.9565 -0.232847 0.787503 -0.570632 0 0 v -3.29193 1.58132 12.289 -0.400847 0.854176 -0.331218 0 0 v -7.597 -1.52035 8.39777 -0.700312 -0.275698 -0.658448 0 0 v -4.77673 2.33271 8.07127 -0.435818 0.792001 0.427548 0 0 v 4.05131 3.11147 2.00628 0.545953 0.816513 -0.187725 0 0 v 3.95394 3.17789 2.01062 0.601947 0.777096 -0.183797 0 0 v 3.85788 3.25833 2.01467 0.635262 0.703142 -0.319426 0 0 v 3.75769 3.36057 2.02212 0.593804 0.653399 -0.469539 0 0 v 3.65119 3.46652 2.03612 0.477805 0.690995 -0.542428 0 0 v 3.55302 3.52127 2.0377 0.34341 0.750298 -0.564909 0 0 v 3.45397 3.56296 2.03857 0.306277 0.749837 -0.586463 0 0 v 3.35292 3.60027 2.042 0.206676 0.775453 -0.596621 0 0 v 3.25208 3.62277 2.04586 0.167937 0.794325 -0.583819 0 0 v 3.1523 3.63601 2.04644 0.20324 0.830916 -0.51795 0 0 v 3.05002 3.66404 2.04838 0.248682 0.876777 -0.411606 0 0 v 2.95132 3.69619 2.05314 0.300222 0.889387 -0.344757 0 0 v 2.85182 3.73554 2.05569 0.352628 0.874291 -0.33357 0 0 v 2.75186 3.78713 2.05922 0.371253 0.858239 -0.354396 0 0 v 2.65272 3.82709 2.06212 0.323891 0.875189 -0.359358 0 0 v 2.55166 3.86274 2.06538 0.30241 0.882631 -0.359877 0 0 v 2.45152 3.90162 2.06813 0.230054 0.900974 -0.367861 0 0 v 2.35105 3.91898 2.0669 0.139237 0.912244 -0.385257 0 0 v 2.25 3.9354 2.072 0.0854951 0.913803 -0.397057 0 0 v 2.15012 3.93876 2.07062 -0.0764154 0.932191 -0.35381 0 0 v 2.04997 3.9219 2.07032 -0.0429443 0.949901 -0.309587 0 0 v 1.95128 3.91847 2.06734 0.146613 0.96979 -0.194967 0 0 v 1.85039 3.93804 2.07022 0.22849 0.963192 -0.141609 0 0 v 1.75017 3.95923 2.07296 0.174041 0.970907 -0.164465 0 0 v 1.65005 3.97155 2.07369 0.156927 0.984342 -0.080284 0 0 v 1.5493 3.99281 2.07572 0.19291 0.981137 -0.0124991 0 0 v 1.44984 4.02146 2.07734 0.258716 0.96391 -0.0627965 0 0 v 1.35047 4.04949 2.07883 0.276316 0.950085 -0.14487 0 0 v 1.24961 4.0841 2.08231 0.284289 0.923721 -0.256748 0 0 v 1.15051 4.11328 2.08296 0.236222 0.914914 -0.327311 0 0 v 1.05009 4.13775 2.08496 0.223701 0.908296 -0.353491 0 0 v 0.950636 4.17559 2.08828 0.235951 0.901493 -0.362818 0 0 v 0.850366 4.2013 2.09043 0.216279 0.902211 -0.373147 0 0 v 0.748966 4.23286 2.09434 0.217336 0.890904 -0.398816 0 0 v 0.651596 4.25562 2.09281 0.161839 0.891231 -0.423692 0 0 v 0.550026 4.26748 2.09425 0.103267 0.887626 -0.448839 0 0 v 0.449816 4.27739 2.09573 0.000999696 0.915227 -0.402938 0 0 v 0.348106 4.26519 2.09316 -0.170734 0.855227 -0.489323 0 0 v 0.248436 4.22529 2.08881 -0.223793 0.835782 -0.501384 0 0 v 0.148256 4.19958 2.08578 -0.0494319 0.883747 -0.465347 0 0 v -0.0522238 4.20005 2.08426 -0.0982467 0.894847 -0.435427 0 0 v -0.152684 4.17556 2.08116 -0.263577 0.866292 -0.424342 0 0 v -0.252814 4.13602 2.07784 -0.323141 0.860163 -0.394587 0 0 v -0.352374 4.09617 2.0749 -0.375477 0.846667 -0.377058 0 0 v -0.452724 4.04554 2.0699 -0.41854 0.834562 -0.358232 0 0 v -0.551514 3.99254 2.06579 -0.484029 0.809565 -0.332145 0 0 v -0.652504 3.91796 2.05806 -0.511117 0.804168 -0.303435 0 0 v -0.751804 3.85326 2.05216 -0.519905 0.809833 -0.271788 0 0 v -0.850844 3.78898 2.04658 -0.526497 0.813912 -0.24566 0 0 v -1.04962 3.64759 2.03352 -0.651905 0.734355 -0.189055 0 0 v -0.305284 3.3791 14.5387 -0.578974 0.802536 -0.143965 0 0 v -6.32035 -1.09728 3.9081 -0.700182 -0.296768 -0.649364 0 0 v -5.20783 6.45085 12.6321 -0.289454 0.687287 -0.666223 0 0 v -1.74664 2.10004 1.89064 -0.591135 0.316999 0.741668 0 0 v -1.84637 2.02382 1.88365 -0.286633 0.705729 0.64791 0 0 v -1.94599 2.02372 1.88302 -0.0218861 0.794464 0.606916 0 0 v -2.04615 2.03619 1.88373 0.00143379 0.822796 0.568335 0 0 v -2.14634 2.02345 1.88203 -0.0688942 0.843023 0.533447 0 0 v -2.24625 2.03587 1.88302 0.0518368 0.912744 0.405231 0 0 v -2.34608 2.04838 1.88353 0.0397955 0.960846 0.274212 0 0 v -2.44624 2.04826 1.88319 0.060218 0.973889 0.218895 0 0 v -2.54631 2.06076 1.88372 -0.0111326 0.991598 0.128876 0 0 v -2.64628 2.04796 1.88219 -0.128617 0.991374 0.0252088 0 0 v -2.74414 2.03959 1.88049 -0.0984324 0.995127 0.00581977 0 0 v -2.84341 2.02541 1.87938 -0.189329 0.981364 -0.0328684 0 0 v -2.94483 2.00266 1.87763 -0.294494 0.95528 -0.0267038 0 0 v -3.04471 1.96715 1.87371 -0.404082 0.914585 -0.015871 0 0 v -3.14217 1.91458 1.86857 -0.41864 0.908148 -0.00270855 0 0 v -3.24169 1.87187 1.86401 -0.324655 0.945518 0.0243801 0 0 v -3.34164 1.84685 1.86082 -0.290216 0.955361 0.0553072 0 0 v -3.44223 1.81116 1.85734 -0.389827 0.918342 0.0684319 0 0 v -3.54239 1.76165 1.85225 -0.52527 0.848203 0.0681412 0 0 v -3.64458 1.68962 1.8457 -0.545413 0.834741 0.0757067 0 0 v -3.7402 1.6334 1.83943 -0.558831 0.824624 0.0877691 0 0 v -3.83904 1.5573 1.83171 -0.6456 0.754593 0.117432 0 0 v -5.77445 2.09895 7.32867 -0.487113 0.789596 0.373174 0 0 v -5.57595 1.8232 9.35337 -0.108887 0.989107 -0.0990487 0 0 v -1.00348 2.83026 14.6842 -0.60242 0.741123 0.296356 0 0 v -1.99233 2.21134 12.7511 -0.128161 0.845042 -0.519114 0 0 v -0.303154 3.28992 14.2434 -0.499906 0.806089 -0.316724 0 0 v -2.47222 2.95117 7.53187 0.00835152 0.960405 0.278484 0 0 v -2.57194 2.9602 7.53087 0.0675331 0.956301 0.284478 0 0 v -0.796394 2.5525 13.2004 -0.0917948 0.817806 -0.568126 0 0 v -4.97495 1.94856 8.48466 -0.300264 0.816919 0.492427 0 0 v -5.11106 6.95841 14.5001 -0.602755 0.794311 -0.0758743 0 0 v -2.67209 2.96301 7.53177 0.01096 0.942945 0.332767 0 0 v -5.87298 2.03319 7.32316 -0.529403 0.767903 0.360634 0 0 v 6.54693 1.24768 1.99265 0.591189 0.702303 -0.396568 0 0 v -5.16925 2.62714 6.49098 -0.414823 0.873211 0.255784 0 0 v 6.34757 1.39364 2.00612 0.462322 0.830386 -0.310995 0 0 v 6.24712 1.44342 2.01056 0.41232 0.867167 -0.279308 0 0 v 6.14965 1.48844 2.0134 0.395132 0.880689 -0.261261 0 0 v 6.04834 1.53779 2.01873 0.375848 0.893767 -0.244784 0 0 v 5.95014 1.57885 2.0209 0.349719 0.916892 -0.192368 0 0 v 5.8505 1.61367 2.02365 0.252873 0.962254 -0.100609 0 0 v 5.75217 1.62965 2.02345 0.0974148 0.994273 -0.0439513 0 0 v 5.65346 1.63351 2.02264 -0.00911932 0.999628 -0.0257055 0 0 v 5.45513 1.62874 2.02081 -0.0639029 0.997808 0.0171841 0 0 v 5.35458 1.61822 2.01942 -0.0722698 0.997384 0.00161441 0 0 v 5.25331 1.61435 2.01972 -0.0157417 0.998876 0.0447125 0 0 v 5.15015 1.61052 2.02152 0.0546073 0.998499 -0.0042107 0 0 v 5.04682 1.62275 2.02476 0.192196 0.978379 -0.0763918 0 0 v 4.95156 1.6378 2.02164 0.348548 0.88387 -0.311911 0 0 v 4.8633 1.71582 2.01961 0.60495 0.604076 -0.518775 0 0 v -1.49693 2.54965 13.3475 -0.15374 0.930338 -0.33292 0 0 v -5.10311 6.80906 13.3589 -0.781361 0.622698 -0.0414963 0 0 v -4.87863 1.82792 9.35507 0.0744719 0.99537 0.060765 0 0 v 2.32888 2.91853 7.84106 0.212493 0.971937 0.100921 0 0 v -3.98763 -2.76022 3.57006 -0.134563 -0.740753 -0.658163 0 0 v 4.04259 3.11575 2.15056 0.615211 0.788323 -0.00787004 0 0 v 3.95332 3.20325 2.1547 0.755389 0.622989 -0.203153 0 0 v 3.85555 3.34422 2.16548 0.738559 0.577575 -0.347762 0 0 v 3.74908 3.49023 2.1811 0.639526 0.660498 -0.393382 0 0 v 3.64939 3.56696 2.18749 0.471961 0.792819 -0.385605 0 0 v 3.5502 3.61874 2.19107 0.416739 0.81965 -0.393069 0 0 v 3.45138 3.67325 2.19467 0.345169 0.848448 -0.401241 0 0 v 3.35244 3.70386 2.19475 0.244039 0.877167 -0.413549 0 0 v 3.25193 3.72866 2.19641 0.156901 0.88734 -0.4336 0 0 v 3.1511 3.73857 2.19771 0.110938 0.896081 -0.429804 0 0 v 3.05028 3.74719 2.1995 0.161002 0.894136 -0.417851 0 0 v 2.94997 3.77106 2.20189 0.245839 0.884465 -0.396592 0 0 v 2.85345 3.80218 2.20121 0.348275 0.858275 -0.37692 0 0 v 2.74171 3.85604 2.20794 0.335199 0.881062 -0.333723 0 0 v 2.65213 3.89074 2.20884 0.301284 0.909896 -0.285163 0 0 v 2.55128 3.92556 2.21292 0.299235 0.918469 -0.258599 0 0 v 2.4514 3.95491 2.21445 0.230555 0.940763 -0.248616 0 0 v 2.35022 3.97743 2.21661 0.170557 0.949595 -0.263019 0 0 v 2.24955 3.99019 2.21733 0.0551464 0.964445 -0.258465 0 0 v 2.14905 3.98699 2.21756 -0.0957297 0.966525 -0.238043 0 0 v 2.04917 3.96543 2.21389 -0.121769 0.951724 -0.28177 0 0 v 1.94974 3.95502 2.21136 0.0810014 0.955972 -0.282058 0 0 v 1.84905 3.98468 2.21663 0.250318 0.911773 -0.325592 0 0 v 1.74908 4.00928 2.21866 0.154216 0.916658 -0.368721 0 0 v 1.64969 4.01171 2.21772 0.0479575 0.923355 -0.38094 0 0 v 1.55003 4.01426 2.21672 0.180889 0.944287 -0.274958 0 0 v 1.44915 4.04702 2.22063 0.286455 0.912378 -0.292419 0 0 v 1.34989 4.08837 2.22297 0.369934 0.875413 -0.311127 0 0 v 1.25004 4.13913 2.22643 0.34372 0.878478 -0.331863 0 0 v 1.14943 4.17481 2.23028 0.219785 0.924493 -0.311459 0 0 v 1.05003 4.19032 2.23042 0.193196 0.943999 -0.26747 0 0 v 0.949046 4.21179 2.23316 0.188014 0.962082 -0.197606 0 0 v 0.848736 4.23569 2.23512 0.244068 0.955476 -0.165821 0 0 v 0.749086 4.26339 2.2365 0.260801 0.950358 -0.169715 0 0 v 0.649476 4.29053 2.23833 0.203339 0.962802 -0.177947 0 0 v 0.548556 4.31231 2.24065 0.133875 0.973129 -0.187341 0 0 v 0.448576 4.31716 2.23907 0.0328198 0.983562 -0.177561 0 0 v 0.347856 4.31504 2.239 -0.0556825 0.969939 -0.236891 0 0 v 0.247946 4.29951 2.23783 -0.165758 0.919558 -0.356283 0 0 v 0.147716 4.27596 2.23398 -0.119829 0.894293 -0.43114 0 0 v 0.0474362 4.27561 2.23342 -0.0103423 0.903473 -0.428521 0 0 v -0.0518939 4.27177 2.23456 -0.106585 0.901928 -0.418528 0 0 v -0.251654 4.20768 2.22812 -0.343412 0.84619 -0.407469 0 0 v -0.352504 4.15857 2.22236 -0.370962 0.836154 -0.404023 0 0 v -0.452994 4.10851 2.21692 -0.436923 0.810498 -0.390117 0 0 v -0.553404 4.04543 2.21062 -0.478622 0.8028 -0.355575 0 0 v -0.652304 3.98037 2.20538 -0.507945 0.780238 -0.364995 0 0 v -0.750914 3.91491 2.20005 -0.521539 0.772837 -0.361551 0 0 v -0.851434 3.83924 2.1925 -0.550959 0.766148 -0.33085 0 0 v -0.951584 3.76361 2.18496 -0.576391 0.773335 -0.264057 0 0 v 1.62679 2.96079 7.83867 0.0020516 0.993702 0.112039 0 0 v -4.48597 1.69004 9.79006 0.333392 0.940316 0.0682328 0 0 v -0.704784 3.07366 14.6852 -0.617284 0.780833 0.096234 0 0 v -0.688334 -4.29131 0.364795 0.103906 -0.432069 -0.895835 0 0 v -0.501324 2.97512 13.7965 -0.252973 0.865308 -0.432721 0 0 v 0.0941162 3.4837 14.096 -0.513765 0.742575 -0.429684 0 0 v -6.07988 1.6302 10.2232 -0.434908 0.872889 0.221178 0 0 v -1.74704 2.02411 2.02624 -0.747573 0.624288 0.226713 0 0 v -1.84646 1.97344 2.02143 -0.199655 0.959541 0.198542 0 0 v -1.94643 1.97312 2.02081 0.0471182 0.98903 0.14 0 0 v -2.04643 1.98556 2.02158 0.101208 0.973837 0.203466 0 0 v -2.1466 1.99808 2.02201 0.111099 0.987101 0.115272 0 0 v -2.44677 2.03558 2.02418 0.123481 0.991562 0.0394675 0 0 v -2.54677 2.0481 2.02508 0.0991009 0.994908 0.0183459 0 0 v -2.64661 2.06055 2.02562 -0.00402868 0.999276 -0.0378196 0 0 v -2.74614 2.04226 2.02414 -0.106985 0.989218 -0.100007 0 0 v -2.84454 2.03852 2.02365 -0.154762 0.983971 -0.0885967 0 0 v -2.94447 2.01501 2.0212 -0.307188 0.946559 -0.0982957 0 0 v -3.04562 1.96795 2.01628 -0.374786 0.919104 -0.12159 0 0 v -3.14509 1.91771 2.01161 -0.420512 0.892387 -0.163755 0 0 v -3.24291 1.87736 2.00769 -0.329402 0.930296 -0.16138 0 0 v -3.34278 1.84526 2.00198 -0.328671 0.93381 -0.141327 0 0 v -3.44645 1.80538 1.99941 -0.412029 0.90677 -0.089443 0 0 v -3.54625 1.75447 1.99451 -0.524987 0.849423 -0.05357 0 0 v -3.64082 1.68434 1.98487 -0.571224 0.820572 -0.0191048 0 0 v -5.67729 1.82893 9.49977 -0.148345 0.984863 -0.0896628 0 0 v -5.19858 6.56564 12.7715 -0.510167 0.741855 -0.43518 0 0 v -4.58286 6.89683 13.6881 0.991897 -0.0327083 -0.122761 0 0 v -2.19274 2.17674 12.7474 -0.180325 0.865627 -0.46709 0 0 v 0.403046 3.77618 14.2422 -0.431048 0.808578 -0.400499 0 0 v -0.595984 2.58742 13.204 -0.127276 0.792947 -0.595849 0 0 v -6.33804 -0.510683 3.76579 -0.61718 -0.0713034 -0.783584 0 0 v -1.10156 2.85513 14.2398 -0.525119 0.847861 0.0733639 0 0 v -6.77181 1.27623 8.74006 -0.411309 0.849 -0.331698 0 0 v -5.272 1.82119 8.62187 -0.158759 0.986958 -0.0266339 0 0 v -5.26823 2.58702 6.48743 -0.331633 0.919174 0.212458 0 0 v 6.54914 1.3181 2.14012 0.54375 0.77788 -0.315022 0 0 v 6.44907 1.38464 2.14644 0.488192 0.824679 -0.285609 0 0 v 6.34917 1.43688 2.15123 0.413767 0.87549 -0.249628 0 0 v 6.24776 1.48519 2.15655 0.385716 0.896196 -0.219216 0 0 v 6.14904 1.52665 2.15902 0.357334 0.918517 -0.16923 0 0 v 6.04917 1.5643 2.16205 0.283897 0.957297 -0.0546404 0 0 v 5.95051 1.59111 2.16288 0.237394 0.971171 0.0217088 0 0 v 5.85104 1.614 2.16346 0.162251 0.983245 0.0830935 0 0 v 5.75264 1.62774 2.16358 0.0669705 0.993905 0.0875647 0 0 v 5.65356 1.62885 2.16251 -0.0327032 0.991505 0.125891 0 0 v 5.55413 1.62135 2.16185 -0.0606261 0.986798 0.150181 0 0 v 5.45463 1.61522 2.15999 -0.10684 0.976423 0.187572 0 0 v 5.35259 1.6027 2.16003 -0.0752007 0.975223 0.208049 0 0 v 5.25063 1.59149 2.16001 0.123145 0.986399 0.108868 0 0 v 5.14479 1.60629 2.16516 0.197446 0.979593 -0.0375738 0 0 v 5.04935 1.64892 2.1662 0.513907 0.7895 -0.335543 0 0 v -1.40043 2.70288 13.9423 -0.451378 0.892069 0.0216864 0 0 v -7.1338 -1.55238 8.04486 -0.627115 -0.196673 -0.753688 0 0 v -4.9072 6.94542 13.3543 -0.274321 0.921177 -0.27601 0 0 v -4.1717 -3.67932 0.404775 -0.128577 -0.760671 -0.636276 0 0 v -5.97265 1.96871 7.31876 -0.526062 0.783522 0.330685 0 0 v -3.38315 1.28513 11.6955 -0.127843 0.886897 -0.443926 0 0 v -2.17325 2.86564 7.81807 -0.0458708 0.890589 0.452491 0 0 v -5.3754 1.83775 9.06106 -0.0619969 0.997778 0.0243923 0 0 v 4.14836 3.03423 2.2834 0.654342 0.753763 -0.0606493 0 0 v -5.36719 2.55934 6.48491 -0.184746 0.964547 0.188461 0 0 v -5.47371 1.82912 9.06036 -0.12923 0.991281 0.0257117 0 0 v 3.85073 3.44269 2.31778 0.734922 0.616451 -0.282628 0 0 v 3.748 3.55352 2.32815 0.594901 0.77624 -0.208675 0 0 v 3.65143 3.60941 2.33147 0.477837 0.861926 -0.169576 0 0 v 3.5488 3.66834 2.33722 0.435915 0.889556 -0.136628 0 0 v 3.45038 3.71082 2.34 0.354849 0.929602 -0.0996097 0 0 v 3.35015 3.74861 2.34291 0.309584 0.942264 -0.127654 0 0 v 3.25032 3.77568 2.34462 0.210159 0.961926 -0.174734 0 0 v 3.15068 3.79107 2.34448 0.165643 0.95742 -0.236453 0 0 v 3.04933 3.81072 2.34727 0.186049 0.945412 -0.267548 0 0 v 2.95049 3.82931 2.34709 0.252652 0.93273 -0.257259 0 0 v 2.84848 3.87054 2.35237 0.293062 0.936069 -0.194651 0 0 v 2.75117 3.89284 2.35215 0.262848 0.953163 -0.149635 0 0 v 2.65059 3.91561 2.3542 0.261615 0.956852 -0.126459 0 0 v 2.54938 3.95006 2.35746 0.265716 0.96119 -0.0742205 0 0 v 2.44983 3.97819 2.35924 0.263096 0.962197 -0.0704045 0 0 v 2.34938 4.00382 2.36127 0.184273 0.978925 -0.0880327 0 0 v 2.24895 4.01596 2.36172 0.0550778 0.993786 -0.0967284 0 0 v 2.14875 4.01498 2.36123 -0.04053 0.992426 -0.115965 0 0 v 2.049 4.00281 2.35887 -0.0866061 0.979246 -0.183242 0 0 v 1.94922 4.00248 2.35787 0.169988 0.945461 -0.277863 0 0 v 1.84855 4.04739 2.36339 0.34807 0.862472 -0.367409 0 0 v 1.74874 4.08644 2.36596 0.210612 0.879406 -0.426952 0 0 v 1.64915 4.10176 2.36595 0.0412076 0.893937 -0.446295 0 0 v 1.54908 4.08905 2.36439 0.0654794 0.887762 -0.455622 0 0 v 1.44769 4.10784 2.36785 0.23171 0.891973 -0.388193 0 0 v 1.34852 4.14881 2.36995 0.337458 0.8864 -0.316886 0 0 v 1.24896 4.18923 2.37235 0.277944 0.929563 -0.242196 0 0 v 1.14823 4.21116 2.37499 0.179547 0.960362 -0.21323 0 0 v 1.0484 4.22594 2.37536 0.117387 0.973403 -0.196743 0 0 v 0.949046 4.23037 2.37412 0.145047 0.97308 -0.179101 0 0 v 0.848666 4.25192 2.37669 0.210014 0.968205 -0.135916 0 0 v 0.747756 4.28485 2.38071 0.245555 0.965377 -0.0880335 0 0 v 0.649196 4.30411 2.38047 0.208329 0.975094 -0.0760962 0 0 v 0.547696 4.32544 2.38264 0.145222 0.985259 -0.0904171 0 0 v 0.447556 4.3361 2.38364 0.0653747 0.991034 -0.116527 0 0 v 0.347756 4.33977 2.38235 0.0536107 0.984842 -0.164963 0 0 v 0.247676 4.34025 2.38156 0.0119975 0.96582 -0.258938 0 0 v 0.147176 4.34059 2.38056 -0.0031551 0.927601 -0.373558 0 0 v 0.0467361 4.34152 2.37931 0.00562319 0.904993 -0.425389 0 0 v -0.0532139 4.33811 2.37996 -0.100532 0.893987 -0.436669 0 0 v -0.153874 4.31409 2.37652 -0.255735 0.867441 -0.426787 0 0 v -0.254254 4.27585 2.37279 -0.32538 0.845472 -0.423444 0 0 v -0.353154 4.23458 2.37014 -0.356629 0.833589 -0.421835 0 0 v -0.451374 4.1928 2.36834 -0.407008 0.808533 -0.424992 0 0 v -0.653824 4.05815 2.35227 -0.48053 0.765502 -0.427899 0 0 v -0.751974 3.99129 2.34779 -0.509998 0.75071 -0.419924 0 0 v -0.852244 3.91575 2.34045 -0.547994 0.728742 -0.410654 0 0 v -0.953854 3.82863 2.33131 -0.594353 0.706297 -0.384563 0 0 v -5.67291 1.79425 9.05847 -0.180055 0.983599 0.0106658 0 0 v -1.39666 2.63555 13.4979 -0.258926 0.911822 -0.318649 0 0 v -5.58019 1.75271 10.3754 -0.242624 0.956808 0.160161 0 0 v -3.79437 1.28649 12.2845 -0.539011 0.841785 -0.0294155 0 0 v -0.580904 -4.30452 0.376665 0.0562359 -0.471187 -0.880239 0 0 v -1.39984 2.70359 13.7939 -0.354856 0.928342 -0.110717 0 0 v -4.48515 1.70279 9.64306 0.298797 0.943516 0.143171 0 0 v -1.7476 1.99889 2.16638 -0.62067 0.778935 -0.0896003 0 0 v -1.84731 1.97334 2.16354 -0.104199 0.99192 -0.0723637 0 0 v -1.94719 1.97314 2.16335 0.0232476 0.999576 -0.0175133 0 0 v -2.04724 1.97295 2.16283 0.121608 0.991709 -0.0415183 0 0 v -2.14735 1.99813 2.16481 0.193884 0.975821 -0.100907 0 0 v -2.2471 2.01061 2.16549 0.0985486 0.992715 -0.0693154 0 0 v -2.34722 2.02306 2.16588 0.181748 0.979717 -0.0843925 0 0 v -2.44722 2.04825 2.16808 0.121246 0.988882 -0.0860884 0 0 v -2.54755 2.04813 2.16741 0.0818034 0.994044 -0.0720088 0 0 v -2.64723 2.06064 2.1684 0.100999 0.991152 -0.0861257 0 0 v -2.74688 2.06859 2.16899 -0.0648672 0.990385 -0.122189 0 0 v -2.84722 2.05549 2.16785 -0.152093 0.97997 -0.128557 0 0 v -2.9456 2.02874 2.16517 -0.27799 0.948561 -0.151503 0 0 v -3.04571 1.99226 2.16126 -0.281444 0.942012 -0.182765 0 0 v -3.14736 1.97108 2.15821 -0.314748 0.911778 -0.26381 0 0 v -3.24722 1.9201 2.15286 -0.31792 0.891182 -0.323607 0 0 v -3.3467 1.89303 2.15108 -0.350199 0.883662 -0.310648 0 0 v -3.44653 1.84233 2.14613 -0.455506 0.851978 -0.258163 0 0 v -3.54623 1.77924 2.13935 -0.547084 0.812591 -0.200986 0 0 v -3.64547 1.70184 2.13229 -0.57368 0.801253 -0.169955 0 0 v -3.74204 1.63441 2.12661 -0.596642 0.787645 -0.153729 0 0 v -4.97594 2.03915 8.34577 -0.355949 0.764647 0.537229 0 0 v -5.17611 1.93842 8.33986 -0.404703 0.795373 0.451218 0 0 v -4.80452 6.96766 13.3518 -0.0277427 0.942862 -0.332027 0 0 v -2.59536 2.0299 12.7417 -0.394187 0.878756 -0.269081 0 0 v 0.294036 3.71432 14.2445 -0.514982 0.759167 -0.398069 0 0 v -0.232654 -4.2794 0.482755 0.364841 -0.868416 -0.335773 0 0 v -7.43167 -2.87168 8.10657 -0.631732 -0.0632012 -0.772606 0 0 v -6.17604 1.66717 9.19707 -0.376305 0.920359 -0.106463 0 0 v -3.5967 1.40763 12.7323 -0.638508 0.761722 0.109945 0 0 v -6.07192 1.90376 7.31436 -0.533265 0.781049 0.324948 0 0 v -5.46722 2.54597 6.48346 -0.235961 0.949084 0.208713 0 0 v 6.64546 1.30091 2.28271 0.553299 0.79418 -0.251273 0 0 v 6.54724 1.36902 2.2881 0.529721 0.815637 -0.232663 0 0 v 6.44645 1.43247 2.2943 0.44328 0.871762 -0.208649 0 0 v 6.34797 1.47411 2.297 0.364497 0.917131 -0.161284 0 0 v 6.2484 1.51238 2.29983 0.322883 0.940553 -0.105386 0 0 v 6.14997 1.54161 2.30127 0.24205 0.969935 -0.02526 0 0 v 6.0515 1.55853 2.30189 0.139428 0.986209 0.0891735 0 0 v 5.95141 1.58026 2.30233 0.156716 0.973711 0.165309 0 0 v 5.85204 1.5923 2.30219 0.100395 0.967485 0.232152 0 0 v 5.75282 1.60126 2.30128 0.00832172 0.963112 0.26897 0 0 v 5.55407 1.58943 2.2988 -0.10506 0.940301 0.323722 0 0 v 5.45241 1.57109 2.29914 -0.108701 0.938967 0.32638 0 0 v 5.35104 1.55778 2.29857 0.0787135 0.967071 0.242028 0 0 v 5.2423 1.56711 2.30286 0.240108 0.960917 0.137793 0 0 v 5.1559 1.62283 2.30243 0.589734 0.778974 -0.213105 0 0 v 0.242916 3.51582 0.313415 0.144786 0.83136 -0.536542 0 0 v -5.50994 5.5853 12.0503 -0.376449 0.474328 -0.795801 0 0 v -5.22251 -1.92364 3.42311 -0.421371 -0.403184 -0.812336 0 0 v -4.57519 -1.41801 2.9442 -0.239854 -0.42083 -0.874855 0 0 v -2.77178 2.96195 7.53097 -0.0856314 0.912689 0.399582 0 0 v -2.87304 2.94224 7.53227 -0.157472 0.885736 0.436663 0 0 v 0.682906 3.40325 0.315275 0.0371787 0.770861 -0.635917 0 0 v 0.526686 3.18913 7.55907 -0.144541 0.957613 0.249167 0 0 v -5.67317 1.79808 8.91196 -0.185114 0.981846 -0.0413589 0 0 v 3.8486 3.492 2.46402 0.661315 0.737313 -0.137956 0 0 v 3.74801 3.56735 2.47055 0.532831 0.844049 -0.0605971 0 0 v 3.64976 3.62132 2.47448 0.430208 0.902721 0.0040195 0 0 v 3.5515 3.6636 2.47776 0.371514 0.926303 0.0627718 0 0 v 3.45114 3.70141 2.4809 0.37696 0.922668 0.0811519 0 0 v 3.349 3.74738 2.48468 0.35611 0.93129 0.0767153 0 0 v 3.24872 3.78506 2.48741 0.293637 0.955414 0.0310056 0 0 v 3.14944 3.81279 2.48938 0.23302 0.972043 -0.0288893 0 0 v 3.04806 3.83381 2.491 0.182939 0.981924 -0.0485707 0 0 v 2.94921 3.85006 2.49162 0.222835 0.974083 -0.0388113 0 0 v 2.85079 3.87115 2.49246 0.261656 0.96516 -0.00143414 0 0 v 2.74808 3.91003 2.49666 0.266313 0.963886 0.00134114 0 0 v 2.64971 3.9287 2.49759 0.193582 0.980996 -0.0131251 0 0 v 2.54985 3.94247 2.49843 0.230914 0.972677 0.0240451 0 0 v 2.44906 3.97807 2.50108 0.274135 0.96116 0.0319698 0 0 v 2.34891 4.00412 2.50283 0.193206 0.980208 0.043161 0 0 v 2.24884 4.01839 2.5033 0.103462 0.994367 0.0230199 0 0 v 2.1487 4.02801 2.50384 0.0433817 0.999028 -0.00781413 0 0 v 2.04995 4.01919 2.50128 0.0432929 0.990565 -0.130028 0 0 v 1.94827 4.04963 2.50494 0.40146 0.882002 -0.246783 0 0 v 1.8479 4.11142 2.51015 0.4147 0.853537 -0.315433 0 0 v 1.74751 4.14808 2.51333 0.226062 0.916755 -0.329328 0 0 v 1.64822 4.16438 2.51286 0.10732 0.939568 -0.325108 0 0 v 1.5482 4.16681 2.51158 0.0369911 0.922258 -0.384802 0 0 v 1.44804 4.16882 2.51037 0.13808 0.9261 -0.351103 0 0 v 1.34883 4.18985 2.5136 0.221335 0.933213 -0.283061 0 0 v 1.24832 4.21509 2.51569 0.230919 0.939072 -0.2546 0 0 v 1.14793 4.24037 2.51729 0.177953 0.948439 -0.262289 0 0 v 1.04857 4.25371 2.51746 0.145975 0.940824 -0.305845 0 0 v 0.948496 4.26896 2.51807 0.0791264 0.932492 -0.352417 0 0 v 0.847796 4.26644 2.51846 0.137251 0.963485 -0.229909 0 0 v 0.747656 4.28927 2.52073 0.17119 0.966397 -0.191757 0 0 v 0.647546 4.31556 2.52267 0.198811 0.969984 -0.14002 0 0 v 0.547196 4.33681 2.52498 0.150495 0.982418 -0.110484 0 0 v 0.447326 4.34977 2.52548 0.147819 0.977449 -0.15081 0 0 v 0.347606 4.36811 2.52481 0.174302 0.953913 -0.244272 0 0 v 0.247126 4.38967 2.52731 0.165088 0.924509 -0.343555 0 0 v 0.147026 4.40452 2.52722 0.13063 0.896259 -0.423857 0 0 v 0.0463161 4.41741 2.52712 0.018377 0.892773 -0.450132 0 0 v -0.0536639 4.41336 2.52837 -0.122052 0.888082 -0.443186 0 0 v -0.254704 4.35171 2.52082 -0.33368 0.841283 -0.425324 0 0 v -0.354004 4.31135 2.51802 -0.349951 0.837244 -0.420186 0 0 v -0.454554 4.26118 2.51263 -0.397495 0.819294 -0.413225 0 0 v -0.554054 4.2095 2.50811 -0.444201 0.794473 -0.414123 0 0 v -0.653964 4.1458 2.50191 -0.470851 0.769595 -0.431303 0 0 v -0.752074 4.07984 2.49736 -0.508501 0.744378 -0.432814 0 0 v -0.852614 4.00417 2.48971 -0.546429 0.717946 -0.431241 0 0 v -5.56821 2.51047 6.48131 -0.348908 0.915043 0.202386 0 0 v -5.68061 1.71741 10.3744 -0.273704 0.94472 0.180528 0 0 v -2.39014 1.95644 12.4503 -0.15401 0.829088 -0.537489 0 0 v -4.48971 1.56853 10.6635 0.310197 0.913733 0.262433 0 0 v -5.34204 -2.43541 3.81524 -0.411677 -0.581709 -0.701525 0 0 v -1.49881 2.66287 13.7935 -0.43188 0.900749 -0.0461643 0 0 v -1.74831 2.07494 2.31558 -0.787339 0.603375 -0.126632 0 0 v -1.84795 1.99886 2.30858 -0.279888 0.933931 -0.222339 0 0 v -1.94782 1.98585 2.30679 -0.00172046 0.985211 -0.171339 0 0 v -2.04812 1.99828 2.30737 0.139515 0.977881 -0.155835 0 0 v -2.14772 2.02335 2.30926 0.159146 0.977032 -0.141708 0 0 v -2.2477 2.02328 2.30871 0.072393 0.987767 -0.138112 0 0 v -2.44824 2.06096 2.31118 0.0920743 0.99194 -0.0870516 0 0 v -2.64832 2.08597 2.3126 0.0871078 0.990925 -0.102373 0 0 v -2.74794 2.08581 2.31238 -0.0478496 0.990663 -0.127658 0 0 v -2.84711 2.06772 2.31173 -0.128579 0.978897 -0.158831 0 0 v -2.94828 2.05661 2.31032 -0.186908 0.960622 -0.205598 0 0 v -3.04659 2.02866 2.308 -0.262476 0.931407 -0.252166 0 0 v -3.14671 2.00496 2.30489 -0.209002 0.946868 -0.244457 0 0 v -3.24645 1.97969 2.30238 -0.273965 0.917106 -0.289586 0 0 v -3.34595 1.95407 2.2999 -0.354799 0.884489 -0.302981 0 0 v -3.44623 1.89182 2.29337 -0.504139 0.818985 -0.274057 0 0 v -3.54508 1.82656 2.28766 -0.563779 0.790969 -0.237743 0 0 v -3.6466 1.74068 2.2783 -0.58211 0.781407 -0.224834 0 0 v -3.74379 1.67396 2.27308 -0.616387 0.762203 -0.197773 0 0 v 2.53001 3.12056 6.98547 -0.213247 0.84339 0.493173 0 0 v -5.66665 2.46887 6.47745 -0.411132 0.889773 0.198179 0 0 v -2.4965 2.07072 12.7416 -0.371979 0.874153 -0.312232 0 0 v -0.350714 -4.30482 0.433435 0.288762 -0.74003 -0.607431 0 0 v -4.00269 -3.06411 4.03696 0.0148544 -0.819729 -0.572559 0 0 v -4.18463 1.11973 11.3965 0.163218 0.986343 0.0220647 0 0 v -6.18442 1.51733 10.8078 -0.403511 0.911963 0.0741781 0 0 v -4.93073 -3.02168 4.2574 -0.388226 -0.774393 -0.499597 0 0 v -5.76872 2.42172 6.47513 -0.410459 0.888948 0.203212 0 0 v 6.74394 1.27325 2.42299 0.59571 0.78182 -0.184084 0 0 v 6.64934 1.33346 2.42619 0.53649 0.827671 -0.164738 0 0 v 6.54539 1.40541 2.43354 0.496908 0.860038 -0.115832 0 0 v 6.44549 1.45618 2.43788 0.386973 0.92034 -0.0567954 0 0 v 6.34846 1.48855 2.43952 0.307688 0.951395 -0.0132523 0 0 v 6.25028 1.51793 2.44143 0.21342 0.97438 0.0709593 0 0 v 6.15009 1.53766 2.44148 0.141279 0.982312 0.122895 0 0 v 6.05153 1.54517 2.44207 0.0308515 0.980043 0.196375 0 0 v 5.95217 1.54506 2.44059 0.0207515 0.965269 0.260432 0 0 v 5.85257 1.54677 2.44068 0.0104061 0.944402 0.32863 0 0 v 5.75288 1.54451 2.43907 -0.0370458 0.919331 0.391738 0 0 v 5.65342 1.54013 2.4363 -0.0768529 0.903071 0.422559 0 0 v 5.5518 1.52753 2.43611 -0.088003 0.908356 0.408834 0 0 v 5.45048 1.51661 2.4364 0.0722021 0.944492 0.320502 0 0 v 5.33051 1.51923 2.44276 0.184134 0.960801 0.20726 0 0 v 5.25466 1.56163 2.43871 0.663677 0.72753 -0.173877 0 0 v -5.87027 2.37271 6.472 -0.455775 0.867059 0.201192 0 0 v -6.47986 1.43334 9.92267 -0.435813 0.876954 0.202532 0 0 v -0.719114 -4.40253 0.427625 0.101091 -0.710926 -0.695963 0 0 v -4.76199 -1.35269 2.97272 -0.266632 -0.396652 -0.878393 0 0 v -4.67063 -1.38825 2.95507 -0.279175 -0.420024 -0.863505 0 0 v -2.97259 2.92709 7.52956 -0.200906 0.872475 0.445448 0 0 v -5.9693 2.31989 6.46781 -0.493196 0.847529 0.196092 0 0 v -4.78426 1.76869 9.93797 0.196011 0.973493 0.117863 0 0 v -1.07227 3.19605 7.40857 -0.0465389 0.913213 0.404816 0 0 v 3.84877 3.50605 2.60671 0.58326 0.812196 -0.0120359 0 0 v 3.7495 3.57094 2.61206 0.457464 0.887523 0.0550431 0 0 v 3.65137 3.61387 2.61547 0.375874 0.921042 0.101985 0 0 v 3.55096 3.652 2.61884 0.345642 0.932339 0.106189 0 0 v 3.34868 3.72287 2.62389 0.337992 0.928659 0.152822 0 0 v 3.24808 3.75949 2.6267 0.354414 0.915973 0.188105 0 0 v 3.14813 3.79785 2.62951 0.304927 0.939444 0.156412 0 0 v 3.04881 3.82538 2.63164 0.224815 0.967714 0.113961 0 0 v 2.95031 3.8439 2.63259 0.204246 0.975918 0.0765956 0 0 v 2.84915 3.86649 2.63427 0.255177 0.963273 0.0836068 0 0 v 2.74899 3.89151 2.63585 0.283295 0.952636 0.110582 0 0 v 2.64806 3.92509 2.63854 0.21603 0.974028 0.0678191 0 0 v 2.54917 3.94188 2.63953 0.229158 0.972 0.0519787 0 0 v 2.44842 3.96502 2.64113 0.223736 0.971689 0.0759105 0 0 v 2.3481 3.99085 2.64282 0.190621 0.976062 0.104721 0 0 v 2.24867 4.0065 2.64347 0.130156 0.987609 0.0876753 0 0 v 2.14938 4.01874 2.6436 0.139342 0.988396 0.0604713 0 0 v 2.04974 4.03064 2.64396 0.252178 0.965001 -0.0719728 0 0 v 1.94847 4.08969 2.6492 0.515035 0.839695 -0.172196 0 0 v 1.84632 4.16 2.65625 0.434479 0.875201 -0.212724 0 0 v 1.74747 4.1895 2.6574 0.24121 0.935729 -0.25735 0 0 v 1.64872 4.20722 2.65647 0.135369 0.944973 -0.297828 0 0 v 1.54805 4.21971 2.65666 0.0828129 0.940641 -0.329145 0 0 v 1.44687 4.22644 2.65906 0.108643 0.934036 -0.340254 0 0 v 1.34722 4.24016 2.65932 0.207905 0.908943 -0.361383 0 0 v 1.24774 4.26817 2.66021 0.214849 0.906004 -0.364688 0 0 v 1.1474 4.29112 2.66253 0.216239 0.905531 -0.365039 0 0 v 1.04688 4.32683 2.66636 0.243623 0.876606 -0.414982 0 0 v 0.946416 4.34965 2.66896 0.0697118 0.895583 -0.439398 0 0 v 0.846646 4.34097 2.66637 -0.0292832 0.903406 -0.427784 0 0 v 0.747096 4.33119 2.66411 0.0480441 0.943832 -0.326915 0 0 v 0.646886 4.34041 2.66575 0.090293 0.958722 -0.26963 0 0 v 0.547156 4.35431 2.66583 0.158834 0.957625 -0.240264 0 0 v 0.447236 4.37925 2.66751 0.242196 0.930859 -0.273574 0 0 v 0.346286 4.41256 2.67175 0.295921 0.89581 -0.331594 0 0 v 0.246246 4.45048 2.6748 0.281292 0.873393 -0.397567 0 0 v 0.146576 4.48169 2.6743 0.170804 0.88934 -0.424147 0 0 v 0.0460361 4.49099 2.67589 -0.0165294 0.930594 -0.365679 0 0 v -0.054354 4.48336 2.67342 -0.100428 0.92293 -0.371637 0 0 v -0.154874 4.46636 2.67273 -0.221403 0.894866 -0.38755 0 0 v -0.255234 4.4281 2.66858 -0.338926 0.846911 -0.40972 0 0 v -0.355824 4.37806 2.66317 -0.349101 0.842237 -0.410811 0 0 v -0.455584 4.33852 2.65999 -0.395941 0.821785 -0.409756 0 0 v -0.557234 4.27748 2.65267 -0.435987 0.805294 -0.401767 0 0 v -0.655084 4.22287 2.64966 -0.456372 0.795764 -0.398101 0 0 v -0.751594 4.16703 2.64719 -0.504889 0.766294 -0.397342 0 0 v -0.855644 4.08367 2.63607 -0.526942 0.74724 -0.404925 0 0 v -5.30744 6.79063 14.8925 -0.227091 0.719004 0.656858 0 0 v -3.78632 1.01746 11.2486 0.301649 0.916402 -0.263089 0 0 v -3.07418 2.89541 7.53087 -0.191758 0.866574 0.460737 0 0 v -2.9972 1.84152 12.7382 -0.492481 0.867036 -0.0755653 0 0 v -6.3266 -1.47751 4.07801 -0.758024 -0.238763 -0.606952 0 0 v -6.13031 -3.64983 7.94587 -0.0773578 -0.624638 -0.777073 0 0 v -2.29042 2.06945 12.5996 -0.156028 0.845689 -0.510358 0 0 v -0.303394 3.22762 14.0948 -0.425697 0.821311 -0.379777 0 0 v -1.749 2.08773 2.45922 -0.700884 0.69322 -0.167951 0 0 v -1.84893 2.02401 2.45292 -0.30346 0.927636 -0.217724 0 0 v -1.94853 2.02391 2.45276 -0.0530797 0.974537 -0.217855 0 0 v -2.04874 2.01095 2.45083 0.139474 0.975749 -0.168706 0 0 v -2.14838 2.0487 2.45398 0.13617 0.978406 -0.155496 0 0 v -2.24839 2.04866 2.45355 0.120724 0.982847 -0.139422 0 0 v -2.34871 2.06116 2.45422 0.0596454 0.995264 -0.0767561 0 0 v -2.44924 2.06748 2.45591 0.102777 0.993116 -0.0561839 0 0 v -2.5492 2.07977 2.45662 0.146371 0.984376 -0.0978786 0 0 v -2.64895 2.09319 2.45727 0.113127 0.984948 -0.130693 0 0 v -2.74865 2.10493 2.45822 0.032926 0.983065 -0.180277 0 0 v -2.84764 2.1004 2.45856 -0.0722976 0.977113 -0.20006 0 0 v -2.94745 2.0917 2.45604 -0.0944462 0.965104 -0.244243 0 0 v -3.04686 2.07765 2.45507 -0.218359 0.929215 -0.298126 0 0 v -3.14769 2.04324 2.45061 -0.225468 0.925155 -0.305372 0 0 v -3.24569 2.02623 2.45055 -0.253944 0.923782 -0.286598 0 0 v -3.3466 1.99147 2.44566 -0.358765 0.8988 -0.251885 0 0 v -3.44604 1.94093 2.44094 -0.509068 0.824572 -0.246841 0 0 v -3.54578 1.86511 2.4335 -0.573022 0.783277 -0.241088 0 0 v -3.64472 1.78767 2.4267 -0.58989 0.772027 -0.23665 0 0 v -3.74408 1.71183 2.41936 -0.614735 0.753051 -0.234551 0 0 v -5.9778 1.76736 9.64177 -0.268162 0.958275 0.0989805 0 0 v 1.73084 3.18912 6.98856 0.187766 0.956333 0.223988 0 0 v -4.58617 1.62412 10.521 0.287811 0.950858 0.114164 0 0 v -2.39243 2.12519 12.7459 -0.310248 0.88111 -0.35692 0 0 v 0.0933061 3.56002 14.2439 -0.54111 0.751012 -0.378392 0 0 v -0.469554 -4.31191 0.396595 0.169942 -0.576836 -0.798987 0 0 v -5.39204 -2.7798 4.21839 -0.342471 -0.803036 -0.487696 0 0 v -4.08506 1.10495 11.3963 0.140958 0.988665 -0.051701 0 0 v -6.88257 1.32956 9.62337 -0.594461 0.78037 0.194008 0 0 v 1.63001 3.20979 6.98786 0.15943 0.966413 0.201562 0 0 v 6.84657 1.21109 2.55848 0.666025 0.72999 -0.153377 0 0 v 6.74321 1.29833 2.56687 0.562229 0.819315 -0.112348 0 0 v 6.647 1.35633 2.5709 0.490238 0.869922 -0.0538815 0 0 v 6.54656 1.40715 2.57495 0.400245 0.91515 0.0480013 0 0 v 6.44883 1.4501 2.57816 0.338341 0.935824 0.0987893 0 0 v 6.35006 1.47921 2.57997 0.235076 0.957433 0.167517 0 0 v 6.24986 1.49965 2.58004 0.112568 0.963355 0.243468 0 0 v 6.15143 1.50421 2.58028 0.0488357 0.959822 0.276327 0 0 v 6.0521 1.5054 2.57969 -0.0498958 0.937211 0.345175 0 0 v 5.95234 1.49417 2.57851 -0.0588279 0.92335 0.379427 0 0 v 5.85257 1.49154 2.57669 -0.0760137 0.907906 0.412224 0 0 v 5.75275 1.47656 2.57403 -0.112234 0.882013 0.457665 0 0 v 5.65074 1.46929 2.57148 -0.0565763 0.893351 0.445783 0 0 v 5.54848 1.4597 2.57309 0.0304524 0.92404 0.38108 0 0 v 5.42168 1.46202 2.58152 0.32104 0.925692 0.200067 0 0 v 5.35351 1.50611 2.57705 0.64019 0.759304 -0.116684 0 0 v 1.53026 3.22424 6.98886 0.119097 0.976773 0.178131 0 0 v -5.77739 1.76267 9.93437 -0.2187 0.955245 0.19919 0 0 v -5.38101 1.77669 10.3769 -0.070693 0.994427 0.0782163 0 0 v -3.17259 2.87794 7.52707 -0.0603105 0.905844 0.419295 0 0 v -3.27234 2.87637 7.52557 -0.018065 0.955869 0.293236 0 0 v -6.47064 1.50246 9.04307 -0.478958 0.876619 -0.0462361 0 0 v -6.57509 1.45534 9.18727 -0.414565 0.907595 -0.0663921 0 0 v -5.5717 1.74916 8.47227 -0.216015 0.974684 -0.0577009 0 0 v -4.18149 1.65966 9.34776 0.24533 0.951305 0.186631 0 0 v -6.47341 1.53002 9.48426 -0.398096 0.917309 -0.00795279 0 0 v -1.96981 3.21967 6.6865 -0.130677 0.975536 0.176783 0 0 v -5.1754 1.83774 8.91527 0.0374953 0.998332 -0.0439041 0 0 v 3.94828 3.43018 2.74219 0.638571 0.769556 0.00308071 0 0 v 3.85147 3.499 2.74762 0.520125 0.851125 0.0711052 0 0 v 3.74745 3.55617 2.75214 0.43064 0.896577 0.103436 0 0 v 3.65227 3.59186 2.75515 0.373866 0.919436 0.121909 0 0 v 3.54753 3.63265 2.75797 0.337482 0.933746 0.119268 0 0 v 3.44975 3.66358 2.76046 0.329778 0.938838 0.0991399 0 0 v 3.34847 3.69862 2.76288 0.307452 0.948669 0.0741679 0 0 v 3.24936 3.72631 2.76476 0.324626 0.9407 0.0984984 0 0 v 3.14647 3.76905 2.7682 0.358245 0.92895 0.093336 0 0 v 3.0485 3.80112 2.77046 0.292751 0.95425 0.0608568 0 0 v 2.94821 3.8259 2.77213 0.237715 0.970942 0.0276089 0 0 v 2.84819 3.85171 2.77383 0.231215 0.972414 0.030823 0 0 v 2.74816 3.87766 2.77565 0.261434 0.964355 0.0409005 0 0 v 2.64669 3.9092 2.77847 0.27103 0.961471 0.0460004 0 0 v 2.54677 3.93549 2.78011 0.247034 0.968981 0.00709357 0 0 v 2.44662 3.95952 2.78191 0.212138 0.976609 -0.0351118 0 0 v 2.34915 3.97238 2.78133 0.188985 0.981488 -0.0310853 0 0 v 2.24817 3.99204 2.78296 0.184453 0.982321 -0.0319871 0 0 v 2.14785 4.01405 2.78476 0.226645 0.968444 -0.103672 0 0 v 2.05048 4.04591 2.78558 0.418781 0.893398 -0.162671 0 0 v 1.94968 4.10625 2.79069 0.535982 0.829238 -0.15839 0 0 v 1.8463 4.18766 2.79905 0.470245 0.86874 -0.155435 0 0 v 1.74841 4.2311 2.8009 0.321396 0.920559 -0.221981 0 0 v 1.64714 4.25426 2.80285 0.182032 0.943096 -0.278272 0 0 v 1.54711 4.2684 2.80301 0.117745 0.94427 -0.307392 0 0 v 1.44616 4.27992 2.80382 0.175271 0.921838 -0.345679 0 0 v 1.34581 4.31305 2.80793 0.236935 0.898271 -0.370097 0 0 v 1.24697 4.33082 2.80708 0.190984 0.906782 -0.375861 0 0 v 1.14573 4.35178 2.81014 0.256079 0.889281 -0.37895 0 0 v 1.0468 4.39418 2.81181 0.263094 0.891195 -0.36953 0 0 v 0.945996 4.41652 2.8145 0.105731 0.928762 -0.355277 0 0 v 0.845666 4.41448 2.8144 -0.0309364 0.921523 -0.38709 0 0 v 0.745756 4.40502 2.81205 -0.0605063 0.909816 -0.410577 0 0 v 0.646366 4.39413 2.80963 0.0263717 0.930723 -0.364773 0 0 v 0.546186 4.40478 2.81116 0.162786 0.918974 -0.359148 0 0 v 0.446856 4.43097 2.81255 0.294129 0.881102 -0.370335 0 0 v 0.345646 4.47614 2.81811 0.349391 0.852785 -0.388179 0 0 v 0.246366 4.51957 2.81914 0.286441 0.880028 -0.378817 0 0 v 0.145556 4.54396 2.8213 0.0507069 0.943139 -0.328507 0 0 v 0.0443162 4.53664 2.81845 -0.0799296 0.964222 -0.25276 0 0 v -0.0549239 4.52962 2.81969 -0.0957543 0.961545 -0.257414 0 0 v -0.155134 4.51526 2.81876 -0.168357 0.953352 -0.250552 0 0 v -0.255644 4.49112 2.81576 -0.282445 0.901755 -0.327205 0 0 v -0.355524 4.45206 2.81189 -0.341797 0.865909 -0.365207 0 0 v -0.454484 4.41153 2.80895 -0.386656 0.842226 -0.375702 0 0 v -0.556664 4.35208 2.80123 -0.451194 0.811903 -0.370455 0 0 v -0.654684 4.29757 2.79798 -0.462325 0.807464 -0.366411 0 0 v -0.754074 4.23307 2.79237 -0.513862 0.781288 -0.35431 0 0 v -0.854884 4.15854 2.78465 -0.541979 0.765142 -0.347587 0 0 v -1.86923 3.22915 6.68677 -0.0442061 0.983225 0.176958 0 0 v -5.27655 1.83823 9.20776 -0.0479104 0.998023 0.0406737 0 0 v -4.78635 1.71342 10.2279 0.213897 0.963881 0.158689 0 0 v -1.19486 2.45825 13.0526 -0.0176344 0.87634 -0.48137 0 0 v -1.09511 2.45082 13.0498 0.0139074 0.856284 -0.516318 0 0 v -0.599184 2.95699 13.7985 -0.200614 0.888328 -0.413071 0 0 v -0.208424 3.47036 14.6861 -0.63471 0.763469 -0.119408 0 0 v -4.25125 -3.55552 0.325535 -0.0685234 -0.45103 -0.889874 0 0 v -1.7497 2.15103 2.60672 -0.668156 0.67324 -0.316725 0 0 v -1.84939 2.07481 2.5996 -0.375937 0.849356 -0.370495 0 0 v -1.94928 2.06193 2.59824 -0.097714 0.94842 -0.301583 0 0 v -2.04904 2.0491 2.59672 0.0372351 0.96729 -0.250926 0 0 v -2.14912 2.06157 2.5976 0.0794569 0.977156 -0.197113 0 0 v -2.24935 2.07404 2.59815 0.025799 0.981186 -0.191336 0 0 v -2.35004 2.06699 2.59908 0.0344557 0.993271 -0.110566 0 0 v -2.45004 2.07979 2.59963 0.166858 0.972328 -0.163511 0 0 v -2.55019 2.10348 2.60184 0.179035 0.96743 -0.178957 0 0 v -2.65033 2.12351 2.60477 0.174437 0.961881 -0.21061 0 0 v -2.75004 2.13695 2.60555 0.0483627 0.967247 -0.249188 0 0 v -2.84928 2.12936 2.60274 -0.0395294 0.967815 -0.248539 0 0 v -2.94889 2.12828 2.60251 -0.0701304 0.961499 -0.26571 0 0 v -3.04845 2.12402 2.60238 -0.124006 0.95406 -0.27275 0 0 v -3.14684 2.10183 2.59988 -0.220147 0.918951 -0.327207 0 0 v -3.24635 2.07655 2.59737 -0.272678 0.901812 -0.335234 0 0 v -3.34854 2.03237 2.59049 -0.39911 0.866763 -0.299053 0 0 v -3.44765 1.98025 2.58597 -0.498398 0.830928 -0.247301 0 0 v -3.5449 1.91367 2.58104 -0.56714 0.789604 -0.234259 0 0 v -3.74277 1.76005 2.56762 -0.59263 0.766431 -0.247738 0 0 v 1.1298 3.25801 6.98807 0.129583 0.9913 -0.0230688 0 0 v -5.07404 2.26442 7.77447 -0.444499 0.833787 0.327445 0 0 v -6.77918 1.40578 9.62566 -0.477443 0.861751 0.171561 0 0 v -2.29262 2.1511 12.7464 -0.24976 0.870142 -0.424821 0 0 v -0.00438395 3.49347 14.2448 -0.555738 0.751592 -0.355338 0 0 v -6.47539 1.50855 9.33657 -0.437079 0.895545 -0.0834333 0 0 v 1.02939 3.2684 6.98776 0.103784 0.992508 0.064478 0 0 v 6.84756 1.2392 2.70308 0.616165 0.785245 -0.0610734 0 0 v 6.7478 1.30554 2.7085 0.50484 0.863199 -0.00486986 0 0 v 6.6472 1.35627 2.71228 0.386689 0.918147 0.0864765 0 0 v 6.54782 1.39529 2.71478 0.314778 0.937694 0.147122 0 0 v 6.44879 1.42242 2.71666 0.220119 0.947589 0.231568 0 0 v -6.97771 1.26962 9.32547 -0.553708 0.832688 0.00612896 0 0 v -7.52065 -1.5815 8.34496 -0.651725 -0.255094 -0.71427 0 0 v -6.86973 -2.45137 7.89677 -0.301823 0.151382 -0.941269 0 0 v 5.75127 1.40102 2.71216 -0.0764692 0.886329 0.456698 0 0 v 5.6493 1.3975 2.71095 0.0174088 0.911642 0.410617 0 0 v 5.52595 1.40088 2.72011 0.25318 0.928868 0.270378 0 0 v -6.08103 1.58043 10.3688 -0.452806 0.86579 0.213015 0 0 v -6.18223 1.51647 10.3663 -0.4608 0.871428 0.168154 0 0 v -5.57822 1.80007 9.93637 -0.177381 0.963304 0.201447 0 0 v -1.50181 2.62781 14.09 -0.508665 0.850948 0.130949 0 0 v -2.9933 1.7003 12.2903 -0.258095 0.867057 -0.426144 0 0 v -5.10807 6.89553 14.2152 -0.732762 0.661308 -0.160408 0 0 v -4.08432 1.59026 9.49226 0.406139 0.885953 0.223915 0 0 v 2.32553 2.90821 7.98177 0.200192 0.961703 0.187217 0 0 v -6.18027 1.6199 9.92937 -0.484784 0.858193 0.168787 0 0 v -5.01331 7.02289 14.3572 -0.564708 0.821868 -0.0750833 0 0 v -6.5754 1.49399 9.48237 -0.352409 0.933927 -0.0599047 0 0 v -6.26929 1.59362 8.75597 -0.468797 0.864743 -0.180134 0 0 v 0.427076 3.17456 7.55737 -0.173072 0.92316 0.343253 0 0 v -6.57574 1.46884 9.33467 -0.380331 0.919453 -0.099769 0 0 v 3.94901 3.4197 2.8828 0.596679 0.791797 0.130509 0 0 v 3.74945 3.53537 2.89182 0.428382 0.899559 0.0853332 0 0 v 3.64911 3.57356 2.89468 0.391211 0.917358 0.0735395 0 0 v 3.54678 3.61968 2.89821 0.404429 0.914569 0.00032702 0 0 v 3.44805 3.66101 2.9009 0.366388 0.926263 -0.0882942 0 0 v 3.34744 3.69751 2.90386 0.312855 0.943269 -0.111197 0 0 v 3.24925 3.7277 2.90551 0.353352 0.924023 -0.146027 0 0 v 3.14675 3.77186 2.90943 0.365244 0.919598 -0.144692 0 0 v 3.04881 3.81215 2.91127 0.313625 0.927395 -0.203907 0 0 v 2.94774 3.83938 2.91286 0.226426 0.948642 -0.220928 0 0 v 2.84865 3.8559 2.91414 0.191333 0.960102 -0.203952 0 0 v 2.74812 3.87927 2.91603 0.258342 0.945515 -0.198141 0 0 v 2.64661 3.9118 2.91933 0.287089 0.933122 -0.216478 0 0 v 2.54766 3.94086 2.92061 0.296145 0.91848 -0.262094 0 0 v 2.45516 3.97277 2.91722 0.246576 0.921458 -0.300193 0 0 v 2.34989 3.99911 2.91904 0.199151 0.926756 -0.318533 0 0 v 2.2466 4.0215 2.92198 0.180057 0.935254 -0.304763 0 0 v 2.14731 4.04257 2.92547 0.270731 0.914734 -0.299944 0 0 v 2.04657 4.08836 2.93188 0.409852 0.863904 -0.292731 0 0 v 1.94681 4.13946 2.9355 0.484105 0.838105 -0.251441 0 0 v 1.84597 4.20089 2.94112 0.475731 0.852017 -0.21851 0 0 v 1.74578 4.26478 2.94606 0.37343 0.896633 -0.237906 0 0 v 1.64762 4.29531 2.94663 0.24004 0.92948 -0.280083 0 0 v 1.54566 4.31515 2.94956 0.148487 0.942519 -0.299348 0 0 v 1.4465 4.33189 2.94938 0.203887 0.940702 -0.271127 0 0 v 1.34534 4.36545 2.95311 0.278795 0.918484 -0.280466 0 0 v 1.24626 4.39481 2.954 0.227368 0.918095 -0.324663 0 0 v 1.14745 4.41224 2.95438 0.234879 0.919968 -0.313833 0 0 v 1.04602 4.44461 2.95824 0.211666 0.94322 -0.255995 0 0 v 0.945356 4.46448 2.96029 0.109124 0.960456 -0.256155 0 0 v 0.844806 4.46797 2.95941 0.0228606 0.965242 -0.260355 0 0 v 0.745236 4.46809 2.95882 -0.0146117 0.947339 -0.319898 0 0 v 0.645516 4.45794 2.95658 0.00409246 0.924173 -0.381952 0 0 v 0.537406 4.47048 2.95928 0.185336 0.91019 -0.370411 0 0 v 0.445706 4.5026 2.96127 0.308741 0.885914 -0.346171 0 0 v 0.345416 4.54249 2.96381 0.327344 0.892358 -0.310714 0 0 v 0.246196 4.57433 2.96405 0.233385 0.929367 -0.286021 0 0 v 0.144776 4.59253 2.96741 0.0215957 0.955721 -0.29348 0 0 v 0.0446561 4.57139 2.96381 -0.146285 0.941015 -0.305108 0 0 v -0.0558938 4.55723 2.96245 -0.151972 0.960528 -0.233005 0 0 v -0.456754 4.46664 2.95299 -0.380697 0.865025 -0.326805 0 0 v -0.557044 4.41508 2.9482 -0.451103 0.826392 -0.337018 0 0 v -0.657724 4.35256 2.94175 -0.474888 0.815497 -0.330826 0 0 v -0.754464 4.29651 2.93898 -0.523209 0.791816 -0.315085 0 0 v -0.854384 4.22045 2.93194 -0.571239 0.765757 -0.295469 0 0 v -4.29156 1.52574 10.3707 0.512982 0.854102 0.0857826 0 0 v -1.49444 2.43064 13.0514 -0.120572 0.895819 -0.427751 0 0 v 0.0952162 3.26946 13.7977 -0.449894 0.691995 -0.56457 0 0 v -0.699884 2.93369 13.7973 -0.241036 0.884643 -0.399134 0 0 v -1.60041 2.60295 13.7929 -0.431374 0.901549 0.0335427 0 0 v -1.7505 2.20177 2.75344 -0.674577 0.646212 -0.35687 0 0 v -1.85053 2.16363 2.75001 -0.362685 0.836037 -0.411705 0 0 v -1.94996 2.11275 2.74491 -0.20322 0.874299 -0.440798 0 0 v -2.04996 2.09993 2.74363 -0.0613293 0.923142 -0.379537 0 0 v -2.1501 2.09965 2.74313 0.0695469 0.948242 -0.309839 0 0 v -2.25004 2.11218 2.74389 -0.0389373 0.940873 -0.336515 0 0 v -2.34998 2.09547 2.74349 0.0170129 0.966806 -0.254943 0 0 v -2.45075 2.11557 2.74625 0.15033 0.958023 -0.244114 0 0 v -2.55098 2.12834 2.74702 0.19145 0.956384 -0.220629 0 0 v -2.65114 2.16177 2.75078 0.19955 0.953508 -0.225836 0 0 v -2.75059 2.17477 2.75138 0.103621 0.96785 -0.229191 0 0 v -2.85002 2.17859 2.75009 0.0223397 0.956154 -0.292011 0 0 v -2.94941 2.1782 2.74945 -0.0749236 0.946593 -0.313606 0 0 v -3.14717 2.15099 2.74694 -0.147278 0.958187 -0.24533 0 0 v -3.24805 2.1302 2.74325 -0.246745 0.930049 -0.272261 0 0 v -3.34803 2.09357 2.73908 -0.408398 0.862109 -0.299965 0 0 v -3.44748 2.02994 2.73324 -0.530536 0.798261 -0.28515 0 0 v -3.54614 1.95213 2.72657 -0.560346 0.784821 -0.264703 0 0 v -3.74721 1.80204 2.71196 -0.568897 0.770159 -0.288463 0 0 v -3.84477 1.72419 2.70569 -0.654456 0.709235 -0.262057 0 0 v -4.77778 2.46079 7.78826 -0.505342 0.810411 0.296417 0 0 v -2.09328 2.19097 12.7472 -0.132237 0.855439 -0.500738 0 0 v -0.105074 3.4187 14.2435 -0.527502 0.780755 -0.334907 0 0 v -3.37197 2.87516 7.52467 -0.0326799 0.977368 0.209004 0 0 v -3.47189 2.87323 7.52357 -0.0587462 0.981568 0.181857 0 0 v -5.46765 -3.71064 8.02976 0.36141 -0.328346 -0.872681 0 0 v -1.27051 3.32233 6.69569 -0.194693 0.969033 0.151885 0 0 v -4.37258 2.68215 7.65387 -0.304052 0.912646 0.273185 0 0 v -3.09342 1.73603 12.4394 -0.364506 0.882882 -0.296067 0 0 v -1.99082 2.00525 12.4563 0.0639775 0.787228 -0.613334 0 0 v -0.570424 3.33203 6.98567 0.047913 0.973115 0.225279 0 0 v -0.670424 3.33489 6.98637 0.0646513 0.975761 0.20907 0 0 v -6.43065 -0.241133 3.84939 -0.633322 0.0609177 -0.771487 0 0 v -0.770334 3.34415 6.98577 -0.0573329 0.990184 0.127472 0 0 v -0.870584 3.3345 6.98526 -0.0599563 0.99189 0.112073 0 0 v -0.970974 3.32636 6.98487 -0.0702536 0.991723 0.10747 0 0 v -4.977 2.21818 8.06467 -0.482606 0.792291 0.373319 0 0 v -1.07087 3.32219 6.98346 -0.0872536 0.991322 0.0983222 0 0 v -1.17077 3.30885 6.98217 -0.135789 0.986811 0.0881239 0 0 v -1.27039 3.29277 6.98057 -0.201061 0.976477 0.0778962 0 0 v -1.37014 3.267 6.97847 -0.270584 0.959688 0.0760443 0 0 v -1.47143 3.23379 6.97667 -0.238379 0.967455 0.0848943 0 0 v -1.57061 3.21826 6.97507 -0.181793 0.977861 0.103629 0 0 v -2.60175 2.08473 13.3402 -0.55724 0.826017 0.0847281 0 0 v -1.67118 3.19525 6.97366 -0.173783 0.976177 0.129916 0 0 v -6.08521 1.54465 10.9558 -0.437208 0.893436 0.103062 0 0 v -4.18788 1.57427 9.78607 0.344698 0.934653 0.087219 0 0 v -4.91122 7.04629 13.9283 -0.565897 0.81773 -0.105249 0 0 v -3.39154 1.4097 11.9904 -0.304307 0.878221 -0.368952 0 0 v -4.91303 7.06113 14.0706 -0.491497 0.867175 -0.0802354 0 0 v -1.79351 2.31671 12.9 -0.117719 0.877343 -0.4652 0 0 v -3.77321 2.82543 7.66476 -0.181365 0.96821 0.172267 0 0 v -1.77134 3.18333 6.97317 -0.116197 0.978146 0.17242 0 0 v -1.87126 3.17035 6.97196 -0.142039 0.961279 0.236153 0 0 v -6.16998 1.60698 8.61166 -0.396053 0.873132 -0.284221 0 0 v -6.27213 1.54714 8.60717 -0.488327 0.825933 -0.281731 0 0 v -1.9714 3.15835 6.97136 -0.158332 0.94386 0.28993 0 0 v -2.16995 3.12599 6.96666 -0.188996 0.925953 0.326944 0 0 v 3.74337 3.52702 3.03256 0.506588 0.861866 0.0235626 0 0 v 3.64953 3.57496 3.03489 0.502464 0.856691 -0.116661 0 0 v 3.54641 3.6459 3.04175 0.47346 0.86113 -0.185175 0 0 v 3.44558 3.69523 3.04566 0.39135 0.894076 -0.217884 0 0 v 3.34596 3.73418 3.04829 0.352117 0.900861 -0.253894 0 0 v 3.1456 3.82232 3.0551 0.380255 0.878074 -0.290503 0 0 v 3.04805 3.86729 3.05692 0.328564 0.896514 -0.297169 0 0 v 2.9465 3.90146 3.0603 0.222718 0.923043 -0.313669 0 0 v 2.84639 3.91608 3.05947 0.182761 0.929154 -0.32136 0 0 v 2.74682 3.94128 3.0615 0.284315 0.895234 -0.343104 0 0 v 2.64459 3.98356 3.06808 0.333422 0.865673 -0.373417 0 0 v 2.54569 4.02581 3.06968 0.311006 0.868878 -0.38513 0 0 v 2.44959 4.05229 3.06734 0.225987 0.89627 -0.381616 0 0 v 2.34722 4.07258 3.06768 0.169357 0.904987 -0.390278 0 0 v 2.24585 4.08527 3.06858 0.15413 0.905034 -0.39643 0 0 v 2.14654 4.10654 3.07213 0.268748 0.87905 -0.393758 0 0 v 2.04813 4.14692 3.07442 0.381033 0.846146 -0.372628 0 0 v 1.94593 4.20329 3.08171 0.4279 0.832053 -0.352971 0 0 v 1.84587 4.2535 3.08594 0.410624 0.860236 -0.302296 0 0 v 1.74443 4.30159 3.09063 0.367807 0.891262 -0.265273 0 0 v 1.64874 4.34392 3.09312 0.252659 0.928761 -0.271231 0 0 v 1.54573 4.35694 3.09345 0.0554496 0.977042 -0.205705 0 0 v 1.44594 4.35885 3.09291 0.22297 0.961332 -0.16163 0 0 v 1.34411 4.40188 3.09755 0.326452 0.939277 -0.105771 0 0 v 1.24402 4.43854 3.10033 0.233725 0.959875 -0.154963 0 0 v 1.1447 4.45484 3.10105 0.186597 0.975112 -0.119741 0 0 v 1.0449 4.46922 3.10169 0.177398 0.979818 -0.0921282 0 0 v 0.944566 4.49396 3.10336 0.135643 0.985874 -0.0982542 0 0 v 0.844836 4.4976 3.1027 0.0601273 0.987779 -0.143794 0 0 v 0.744546 4.50916 3.10328 0.0813686 0.986962 -0.138871 0 0 v 0.645416 4.51232 3.10244 0.0415154 0.976528 -0.211352 0 0 v 0.545336 4.52134 3.10326 0.185024 0.960126 -0.20958 0 0 v 0.444856 4.54434 3.10514 0.28495 0.937123 -0.201503 0 0 v 0.344736 4.58092 3.10821 0.312108 0.928585 -0.200796 0 0 v 0.245386 4.61083 3.1092 0.214068 0.95986 -0.181228 0 0 v 0.143806 4.63121 3.1116 0.126928 0.974154 -0.186852 0 0 v 0.0439562 4.62985 3.11145 -0.0547845 0.944565 -0.323721 0 0 v -0.0562439 4.60797 3.10772 -0.22626 0.89684 -0.380111 0 0 v -0.156864 4.57033 3.10396 -0.236449 0.906616 -0.349484 0 0 v -0.257194 4.55648 3.10219 -0.136615 0.957133 -0.255407 0 0 v -0.357464 4.54433 3.10062 -0.17116 0.948267 -0.267384 0 0 v -0.457734 4.5185 3.09778 -0.308071 0.900517 -0.306859 0 0 v -0.559384 4.4699 3.0922 -0.4116 0.844678 -0.342206 0 0 v -0.657444 4.41456 3.08908 -0.495798 0.798218 -0.3421 0 0 v -0.756654 4.34978 3.08342 -0.539352 0.787308 -0.298741 0 0 v -0.855804 4.27263 3.07686 -0.591932 0.760083 -0.268125 0 0 v -2.27054 3.10338 6.96576 -0.158667 0.926099 0.342295 0 0 v 2.027 2.9757 7.84096 0.0625024 0.997947 0.0139589 0 0 v -4.28137 1.68612 9.34927 0.322291 0.92761 0.188862 0 0 v -0.994884 2.45789 13.0539 0.00194211 0.85777 -0.51403 0 0 v -0.801094 2.89818 13.7958 -0.251573 0.899922 -0.356161 0 0 v -1.6985 2.561 13.792 -0.423773 0.902696 0.0745394 0 0 v -2.47048 3.07169 6.96437 -0.0143295 0.950755 0.309613 0 0 v -1.85129 2.22691 2.89733 -0.539774 0.70207 -0.464481 0 0 v -1.95065 2.20161 2.89498 -0.19257 0.884014 -0.425953 0 0 v -2.05079 2.18854 2.89322 -0.120972 0.874815 -0.469111 0 0 v -2.15051 2.16326 2.89095 -0.0136641 0.891422 -0.452968 0 0 v -2.25048 2.17549 2.89142 -0.0963546 0.898526 -0.428213 0 0 v -2.35065 2.14605 2.89031 -0.058066 0.92873 -0.366182 0 0 v -2.45109 2.15454 2.89242 0.078819 0.938229 -0.336917 0 0 v -2.55174 2.16652 2.893 0.169884 0.935952 -0.308436 0 0 v -2.65161 2.18958 2.89547 0.182178 0.940304 -0.287472 0 0 v -2.75221 2.2098 2.89817 0.141959 0.940678 -0.308178 0 0 v -2.85062 2.22556 2.89792 0.0552775 0.95134 -0.303144 0 0 v -2.94967 2.22679 2.89704 -0.0547676 0.949923 -0.307646 0 0 v -3.04975 2.20564 2.89316 -0.212823 0.920246 -0.328412 0 0 v -3.14976 2.18287 2.88968 -0.212154 0.944658 -0.250225 0 0 v -3.25011 2.15927 2.88688 -0.20875 0.957494 -0.19907 0 0 v -3.34991 2.13308 2.88411 -0.361682 0.903183 -0.231185 0 0 v -3.44824 2.0802 2.8798 -0.523156 0.817128 -0.242096 0 0 v -3.54796 2.00457 2.87288 -0.551963 0.794289 -0.253854 0 0 v -3.64641 1.93909 2.86766 -0.536289 0.796373 -0.279615 0 0 v -3.74758 1.86512 2.8601 -0.569592 0.772424 -0.280938 0 0 v -3.84759 1.78918 2.85291 -0.685247 0.687189 -0.241264 0 0 v -3.94524 1.66118 2.8421 -0.788917 0.582979 -0.194281 0 0 v -4.03656 1.50188 2.82963 -0.85284 0.469215 -0.22913 0 0 v -2.5699 3.07709 6.96256 0.0324724 0.974436 0.222306 0 0 v -2.6699 3.08552 6.96177 0.0492384 0.993879 0.0988962 0 0 v -3.57268 2.86411 7.52377 -0.0877485 0.982586 0.163784 0 0 v -3.6731 2.85237 7.52277 -0.124262 0.980364 0.153117 0 0 v -5.64823 -1.70246 3.57652 -0.505327 -0.290557 -0.81254 0 0 v -4.33052 -3.02425 3.99483 -0.0883983 -0.762016 -0.641496 0 0 v -3.9848 1.09168 11.3961 0.116447 0.98395 -0.135214 0 0 v -2.86991 3.09311 6.96246 0.0397634 0.997599 0.0567004 0 0 v -4.87759 1.83511 9.20877 0.0531427 0.998471 0.0152054 0 0 v -6.37007 1.55668 8.89907 -0.51697 0.851635 -0.0863689 0 0 v -4.97951 1.82315 9.50067 0.0699323 0.996208 0.0517625 0 0 v -2.96998 3.09477 6.96226 0.0375389 0.995845 0.0829659 0 0 v -3.06995 3.10197 6.96197 0.0525309 0.993773 0.098266 0 0 v -3.16999 3.10233 6.96167 0.00577461 0.988424 0.151609 0 0 v -5.47536 1.94888 8.04797 -0.425071 0.80434 0.415154 0 0 v -5.575 1.81078 9.20607 -0.144756 0.988505 -0.0436359 0 0 v -4.58551 1.65902 10.2281 0.256648 0.94787 0.188879 0 0 v -5.87818 1.71412 10.0792 -0.21538 0.970959 0.10416 0 0 v -4.98148 1.82324 9.79336 0.175559 0.983167 0.0506217 0 0 v -4.69852 1.57769 10.9583 0.585193 0.804801 0.0992208 0 0 v -3.27021 3.10526 6.96226 0.013486 0.981243 0.192303 0 0 v -3.37031 3.10585 6.96226 0.00629508 0.96966 0.244377 0 0 v -2.30094 2.26282 13.3423 -0.491675 0.869737 0.0425802 0 0 v -3.77335 2.83955 7.52156 -0.185368 0.972268 0.142593 0 0 v -3.47071 3.10625 6.96246 -0.0276418 0.956151 0.291567 0 0 v -3.98961 1.50631 9.78376 0.34743 0.934019 0.083076 0 0 v -1.30091 2.75335 14.091 -0.487452 0.87116 0.058912 0 0 v -5.27732 1.83502 9.35436 -0.00554179 0.999961 0.00693195 0 0 v -6.27349 1.64992 9.48956 -0.541643 0.840608 -0.00107373 0 0 v -6.28005 1.54039 10.0731 -0.545155 0.829903 0.118605 0 0 v -3.97304 2.78563 7.66116 -0.200261 0.967391 0.155083 0 0 v -3.87427 2.80298 7.66366 -0.192237 0.96495 0.178654 0 0 v -4.674 2.56937 7.64786 -0.399864 0.85749 0.323758 0 0 v -3.8736 2.81483 7.52007 -0.21351 0.969591 0.119613 0 0 v -6.07078 1.6461 8.61366 -0.325404 0.905375 -0.27278 0 0 v -3.57051 3.10179 6.96066 -0.0655732 0.952877 0.296185 0 0 v -3.6709 3.09 6.95976 -0.144505 0.928794 0.341262 0 0 v -3.77285 3.06892 6.95987 -0.217887 0.908135 0.357513 0 0 v 3.8465 3.44355 3.16733 0.683746 0.729494 0.0181484 0 0 v 3.74438 3.54245 3.17551 0.626788 0.762282 -0.161441 0 0 v 3.64947 3.6137 3.17945 0.548106 0.804744 -0.227965 0 0 v 3.54809 3.67591 3.18396 0.4679 0.85557 -0.221516 0 0 v 3.44536 3.73418 3.19017 0.408425 0.880863 -0.239309 0 0 v 3.3468 3.77622 3.19231 0.370787 0.900468 -0.227319 0 0 v 3.24559 3.82444 3.19668 0.396956 0.895848 -0.199705 0 0 v 3.14677 3.86596 3.19876 0.373728 0.905251 -0.202111 0 0 v 3.04693 3.90487 3.20145 0.332109 0.923729 -0.19086 0 0 v 2.94609 3.94042 3.20464 0.227507 0.95683 -0.180881 0 0 v 2.84737 3.95717 3.20478 0.234318 0.952923 -0.19244 0 0 v 2.74637 3.99273 3.2082 0.336753 0.920925 -0.196202 0 0 v 2.64423 4.03647 3.21275 0.354833 0.921473 -0.158054 0 0 v 2.54445 4.07502 3.21556 0.326125 0.933067 -0.151753 0 0 v 2.44611 4.10564 3.21676 0.283407 0.938697 -0.196286 0 0 v 2.34694 4.13452 3.21788 0.22853 0.939977 -0.253411 0 0 v 2.24558 4.15454 3.22016 0.200912 0.935478 -0.290716 0 0 v 2.14486 4.17802 3.22205 0.279028 0.914006 -0.29451 0 0 v 2.04517 4.21642 3.22507 0.38311 0.883149 -0.270694 0 0 v 1.94521 4.26754 3.22913 0.377886 0.901509 -0.210911 0 0 v 1.84522 4.30521 3.23197 0.356784 0.920466 -0.159525 0 0 v 1.74557 4.34423 3.23424 0.349024 0.929342 -0.120439 0 0 v 1.64609 4.38049 3.23785 0.205399 0.972936 -0.105862 0 0 v 1.5448 4.38215 3.23735 -0.0106938 0.994948 -0.0998186 0 0 v 1.44588 4.37474 3.23593 0.116159 0.989367 -0.0875192 0 0 v 1.34478 4.39691 3.23753 0.220221 0.974089 0.051508 0 0 v 1.24458 4.43432 3.24036 0.262401 0.959593 0.101624 0 0 v 1.14458 4.45768 3.24209 0.174364 0.979023 0.10541 0 0 v 1.04425 4.46964 3.24283 0.185494 0.977883 0.0966242 0 0 v 0.943936 4.49281 3.24446 0.144827 0.985844 0.0844849 0 0 v 0.743726 4.51628 3.24558 0.0764815 0.99626 0.0402049 0 0 v 0.644086 4.52011 3.24491 0.135673 0.990753 0.000845495 0 0 v 0.543336 4.54044 3.24679 0.229348 0.971454 -0.0606412 0 0 v 0.443746 4.56808 3.24848 0.326675 0.941628 -0.0813597 0 0 v 0.343906 4.60672 3.25114 0.277903 0.95772 -0.0744442 0 0 v 0.245266 4.62456 3.25127 0.218346 0.974168 -0.0576396 0 0 v 0.143296 4.6549 3.25488 0.247628 0.957663 -0.146842 0 0 v 0.0434161 4.68255 3.25632 0.148918 0.95824 -0.244128 0 0 v -0.0566438 4.67559 3.25315 -0.134382 0.919402 -0.369649 0 0 v -0.157694 4.64736 3.25111 -0.257807 0.861208 -0.438014 0 0 v -0.258324 4.61004 3.24691 -0.214311 0.875881 -0.432323 0 0 v -0.359624 4.58642 3.24311 -0.186638 0.906435 -0.37887 0 0 v -0.458194 4.56911 3.24307 -0.258222 0.90126 -0.347926 0 0 v -0.558124 4.5299 3.2396 -0.374782 0.862078 -0.341115 0 0 v -0.655964 4.48802 3.2376 -0.46812 0.813445 -0.345213 0 0 v -0.758504 4.40258 3.22815 -0.562618 0.749521 -0.348827 0 0 v -0.856304 4.32325 3.22238 -0.602282 0.731915 -0.31868 0 0 v -0.956944 4.23515 3.21394 -0.629333 0.729027 -0.269184 0 0 v -3.87292 3.04159 6.95757 -0.307387 0.878088 0.366707 0 0 v -5.08414 1.76852 10.3768 0.140708 0.986525 0.0834854 0 0 v -1.99849 2.43574 13.4933 -0.405475 0.913592 -0.0306571 0 0 v -3.88106 -2.84793 3.70199 0.0285697 -0.881073 -0.472117 0 0 v -0.899034 2.87968 13.7972 -0.243778 0.910314 -0.334515 0 0 v -3.97303 3.00276 6.95407 -0.429033 0.832006 0.351704 0 0 v -1.85198 2.30314 3.04616 -0.640798 0.690317 -0.335918 0 0 v -1.95144 2.26511 3.04262 -0.19485 0.882331 -0.428399 0 0 v -2.05145 2.25226 3.04133 -0.0666127 0.905485 -0.419118 0 0 v -2.15148 2.25203 3.04087 -0.0356681 0.888717 -0.457067 0 0 v -2.25099 2.24508 3.04352 -0.119439 0.883627 -0.452701 0 0 v -2.35121 2.22087 3.04033 -0.100026 0.886295 -0.45219 0 0 v -2.45149 2.21965 3.04023 0.0346733 0.892921 -0.448877 0 0 v -2.55204 2.22882 3.0418 0.118564 0.897619 -0.424528 0 0 v -2.65244 2.25059 3.04488 0.159741 0.90234 -0.400332 0 0 v -2.75185 2.26636 3.04411 0.0712322 0.924064 -0.375542 0 0 v -2.85115 2.26649 3.04332 0.0196055 0.949599 -0.312854 0 0 v -2.95078 2.26986 3.04146 -0.0242419 0.951191 -0.307648 0 0 v -3.0496 2.26683 3.04185 -0.163703 0.931847 -0.323824 0 0 v -3.1523 2.22729 3.03381 -0.328463 0.882567 -0.336434 0 0 v -3.25058 2.18476 3.03146 -0.284065 0.92914 -0.236655 0 0 v -3.34982 2.17049 3.02988 -0.324078 0.932791 -0.157718 0 0 v -3.44878 2.11843 3.02538 -0.513522 0.843994 -0.154823 0 0 v -3.5497 2.04382 3.01797 -0.556257 0.813513 -0.169632 0 0 v -3.64829 1.97889 3.01279 -0.518792 0.833336 -0.190802 0 0 v -3.74833 1.91434 3.00679 -0.566859 0.792609 -0.224592 0 0 v -3.8434 1.83462 3.00096 -0.725569 0.662824 -0.184968 0 0 v -3.94034 1.69362 2.98994 -0.775099 0.616536 -0.138219 0 0 v -4.04051 1.55574 2.97819 -0.724044 0.610742 -0.320554 0 0 v -4.1324 1.40695 2.96195 -0.62774 0.534849 -0.565579 0 0 v -4.24967 1.31994 2.951 -0.30889 0.5596 -0.769048 0 0 v -4.34166 1.28204 2.96063 -0.268512 0.566777 -0.778888 0 0 v -4.44517 1.23755 2.96559 -0.196397 0.486744 -0.851181 0 0 v -4.54737 1.21355 2.95912 -0.0859449 0.440701 -0.89353 0 0 v -4.64451 1.22132 2.96895 -0.151497 0.444624 -0.882813 0 0 v -4.73896 1.16353 2.96923 -0.192955 0.358855 -0.913231 0 0 v -4.8382 1.13972 2.97157 -0.31659 0.236373 -0.918639 0 0 v -4.07294 2.77413 7.51616 -0.177415 0.977693 0.11243 0 0 v -4.173 2.76197 7.51546 -0.127231 0.979344 0.157155 0 0 v -6.37866 1.47042 10.0701 -0.538393 0.836866 0.0989369 0 0 v -2.48927 1.84067 12.3023 -0.13063 0.838417 -0.529144 0 0 v -1.04124 -4.36601 0.389945 -0.0691912 -0.58247 -0.809902 0 0 v -4.18774 1.56567 9.93267 0.381216 0.917383 0.114379 0 0 v -4.07384 2.9406 6.95016 -0.495174 0.811272 0.31087 0 0 v 0.191246 3.78991 14.6871 -0.582824 0.799015 -0.14796 0 0 v -4.77827 1.82942 9.20796 0.0526823 0.998166 0.029821 0 0 v -6.46945 1.48888 8.89606 -0.528637 0.834666 -0.15452 0 0 v -5.37808 1.84053 9.50137 0.0388369 0.994448 -0.097796 0 0 v -4.17338 2.87779 6.94597 -0.386102 0.884517 0.261831 0 0 v -5.47751 1.84794 9.50186 -0.00696618 0.994572 -0.103816 0 0 v -4.27254 2.85176 6.94316 -0.215896 0.958627 0.185534 0 0 v -4.37167 2.83854 6.94116 -0.117924 0.986919 0.109934 0 0 v -4.47127 2.82376 6.93917 -0.152136 0.986627 0.0584992 0 0 v -4.48721 1.63147 10.2271 0.294535 0.939084 0.177116 0 0 v -6.68271 1.28794 10.0646 -0.511769 0.807643 0.292925 0 0 v -4.57147 2.81119 6.93757 -0.155647 0.987812 0.00130123 0 0 v -4.67706 2.51133 7.79116 -0.400278 0.852471 0.336261 0 0 v -4.67106 2.7964 6.93626 -0.194201 0.980897 -0.0112828 0 0 v -6.44375 -3.66897 8.05587 -0.300547 -0.818166 -0.49018 0 0 v -1.79714 2.48666 13.3457 -0.255156 0.934164 -0.249466 0 0 v -4.77103 2.76951 6.93407 -0.336271 0.941699 -0.0111863 0 0 v -4.0863 1.53904 9.78557 0.350536 0.932427 0.0877744 0 0 v -4.27219 2.74647 7.51376 -0.230767 0.94511 0.231331 0 0 v -6.25924 -1.98775 4.31697 -0.765993 -0.438198 -0.470359 0 0 v -6.17775 1.70633 9.49236 -0.394453 0.918791 -0.0151572 0 0 v -6.36925 1.52898 8.75277 -0.562085 0.79965 -0.211234 0 0 v -4.37397 2.71363 7.51327 -0.245954 0.928268 0.27897 0 0 v -4.07307 2.76061 7.65956 -0.200472 0.965165 0.16813 0 0 v -4.77699 2.51059 7.64606 -0.532369 0.789777 0.304688 0 0 v -5.87984 1.63924 10.5177 -0.295353 0.946761 0.128098 0 0 v -4.86875 2.72491 6.93217 -0.411789 0.910922 -0.0255022 0 0 v -1.273 3.17256 7.40767 -0.155537 0.865518 0.476116 0 0 v 3.94287 3.3262 3.29945 0.693878 0.718803 -0.0430644 0 0 v 3.84538 3.46857 3.3107 0.776185 0.610943 -0.155839 0 0 v 3.74726 3.58518 3.31952 0.659224 0.71618 -0.229151 0 0 v 3.64699 3.66194 3.32535 0.526736 0.816553 -0.236201 0 0 v 3.44452 3.77261 3.33474 0.371526 0.907713 -0.195001 0 0 v 3.34564 3.80037 3.3359 0.333761 0.931775 -0.142823 0 0 v 3.24393 3.84733 3.34052 0.384854 0.916738 -0.107142 0 0 v 3.14535 3.88956 3.34271 0.373081 0.922284 -0.101004 0 0 v 3.04526 3.92697 3.34552 0.316154 0.943139 -0.102639 0 0 v 2.94526 3.95269 3.34728 0.228456 0.967394 -0.109345 0 0 v 2.84403 3.97422 3.34935 0.24986 0.960552 -0.122102 0 0 v 2.74471 4.00248 3.35085 0.268324 0.961867 -0.0530446 0 0 v 2.64583 4.03153 3.35244 0.30528 0.950342 0.0604509 0 0 v 2.54386 4.07557 3.35667 0.372093 0.924959 0.0774427 0 0 v 2.44505 4.11726 3.35945 0.357162 0.932617 0.0515765 0 0 v 2.34514 4.15545 3.36234 0.291391 0.956538 0.011254 0 0 v 2.24519 4.18107 3.36383 0.246664 0.968562 -0.0323286 0 0 v 2.14486 4.20564 3.36558 0.294098 0.955202 -0.0330983 0 0 v 2.04399 4.2413 3.36835 0.328103 0.944412 0.0208337 0 0 v 1.94562 4.27184 3.37022 0.309952 0.946654 0.088186 0 0 v 1.84502 4.30747 3.373 0.327447 0.936799 0.12323 0 0 v 1.7433 4.34052 3.37572 0.343381 0.928912 0.138609 0 0 v 1.64414 4.38191 3.37891 0.213244 0.970017 0.11659 0 0 v 1.54374 4.39344 3.37949 0.0548759 0.996998 0.0546178 0 0 v 1.44497 4.38679 3.37865 0.00411947 0.999763 -0.021373 0 0 v 1.34474 4.38778 3.37803 0.0831879 0.996061 0.0306981 0 0 v 1.24376 4.40549 3.37904 0.191256 0.977355 0.0905492 0 0 v 1.14446 4.42231 3.37966 0.188442 0.972106 0.139642 0 0 v 1.0436 4.44388 3.38142 0.200075 0.97388 0.107365 0 0 v 0.944256 4.46255 3.3819 0.207151 0.975629 0.0723707 0 0 v 0.843506 4.48129 3.38367 0.173202 0.984739 0.017055 0 0 v 0.743486 4.49521 3.38415 0.118208 0.99233 0.0361657 0 0 v 0.643506 4.50694 3.38468 0.143214 0.989348 0.0260843 0 0 v 0.543686 4.53269 3.38653 0.290532 0.956779 -0.0128193 0 0 v 0.444556 4.57285 3.38916 0.33718 0.940545 -0.0410351 0 0 v 0.343056 4.60568 3.39204 0.240785 0.970549 -0.00752502 0 0 v 0.244886 4.62528 3.39217 0.318582 0.944737 -0.0773182 0 0 v 0.143286 4.67127 3.39632 0.360262 0.920566 -0.150894 0 0 v 0.0428061 4.70898 3.39892 0.238046 0.960835 -0.141877 0 0 v -0.0570639 4.72302 3.39939 0.0596469 0.978253 -0.198653 0 0 v -0.157444 4.71901 3.39944 -0.097978 0.950457 -0.295013 0 0 v -0.257824 4.69601 3.39617 -0.210758 0.891881 -0.400161 0 0 v -0.358354 4.67158 3.39311 -0.238439 0.874292 -0.422801 0 0 v -0.458984 4.63355 3.38902 -0.289644 0.866698 -0.406128 0 0 v -0.558644 4.59438 3.38573 -0.381278 0.839645 -0.386812 0 0 v -0.660994 4.53343 3.37847 -0.437064 0.822511 -0.363938 0 0 v -0.758604 4.4783 3.37551 -0.516914 0.772524 -0.36879 0 0 v -0.858144 4.40122 3.36908 -0.579267 0.715395 -0.390716 0 0 v -0.953684 4.3078 3.36337 -0.648702 0.666792 -0.366843 0 0 v -4.97012 2.67829 6.92787 -0.482139 0.875725 -0.0254584 0 0 v -5.06668 2.60943 6.92307 -0.547478 0.836806 0.0048309 0 0 v -4.98491 1.7452 10.3765 0.225538 0.971539 0.0724217 0 0 v -4.54467 -3.47503 0.345825 -0.351859 -0.515017 -0.781635 0 0 v -6.18675 1.49311 10.9546 -0.455796 0.874022 0.168332 0 0 v -1.89829 2.45888 13.7905 -0.440686 0.89018 0.115654 0 0 v -5.00773 6.94466 13.7862 -0.716159 0.694122 -0.0728756 0 0 v -5.16633 2.54417 6.91817 -0.471509 0.879995 0.0573432 0 0 v -1.85296 2.41757 3.19849 -0.717755 0.479899 -0.504503 0 0 v -1.95224 2.34139 3.19126 -0.313733 0.828519 -0.463819 0 0 v -2.05218 2.3284 3.18989 -0.0551195 0.898345 -0.435818 0 0 v -2.15233 2.32806 3.18921 -0.0291861 0.903229 -0.428166 0 0 v -2.25225 2.32342 3.19112 -0.0897246 0.906551 -0.41245 0 0 v -2.35226 2.30873 3.19049 -0.0853841 0.883317 -0.460935 0 0 v -2.45244 2.306 3.19118 -9.96143e-005 0.896198 -0.443655 0 0 v -2.55254 2.30564 3.19092 0.0846938 0.893698 -0.440603 0 0 v -2.6528 2.31988 3.19071 0.136405 0.887083 -0.440995 0 0 v -2.75243 2.33418 3.19033 0.0296254 0.891908 -0.451246 0 0 v -2.85204 2.32362 3.18776 -0.0377947 0.906857 -0.419741 0 0 v -2.95111 2.31978 3.18872 -0.140987 0.916266 -0.374939 0 0 v -3.05035 2.30651 3.18703 -0.105211 0.952359 -0.286258 0 0 v -3.1498 2.29386 3.18552 -0.273176 0.905061 -0.325944 0 0 v -3.25354 2.24029 3.1764 -0.407023 0.8401 -0.358559 0 0 v -3.3525 2.18642 3.17269 -0.43816 0.86153 -0.25648 0 0 v -3.44919 2.13096 3.16861 -0.522609 0.839954 -0.146144 0 0 v -3.54766 2.06548 3.16385 -0.539281 0.831624 -0.132577 0 0 v -3.64741 2.0021 3.15762 -0.506338 0.850168 -0.144347 0 0 v -3.74537 1.94898 3.15369 -0.516873 0.840961 -0.160084 0 0 v -3.84708 1.87554 3.14621 -0.672354 0.702942 -0.231975 0 0 v -3.93856 1.71548 3.1375 -0.697048 0.629986 -0.342406 0 0 v -4.03798 1.62945 3.1224 -0.442415 0.749779 -0.492037 0 0 v -4.15067 1.58839 3.11869 -0.280986 0.682616 -0.674598 0 0 v -4.24932 1.55993 3.11863 -0.205508 0.620079 -0.757145 0 0 v -4.34915 1.53118 3.11834 -0.192761 0.584376 -0.788256 0 0 v -4.4486 1.50268 3.11709 -0.199719 0.57604 -0.792648 0 0 v -4.54783 1.46055 3.11508 -0.180428 0.577318 -0.796335 0 0 v -4.64777 1.42075 3.11043 -0.16924 0.596354 -0.784678 0 0 v -4.74838 1.38217 3.10312 -0.254585 0.573541 -0.778613 0 0 v -4.84857 1.31602 3.09481 -0.239813 0.548889 -0.800756 0 0 v -4.94301 1.30709 3.1052 -0.23122 0.537319 -0.811065 0 0 v -5.04564 1.23167 3.09095 -0.410734 0.422969 -0.80771 0 0 v -5.27112 2.48951 6.91617 -0.410619 0.90413 0.118074 0 0 v -0.603244 3.14898 14.3901 -0.524616 0.847156 -0.0842882 0 0 v -4.47463 2.68877 7.51217 -0.256781 0.911945 0.32003 0 0 v -4.57442 2.66077 7.50957 -0.325336 0.875041 0.358414 0 0 v -2.19114 2.08373 12.5999 -0.119567 0.833441 -0.539518 0 0 v -2.69059 1.79604 12.2964 -0.22136 0.848956 -0.479868 0 0 v -1.2451 -4.32391 0.388875 -0.145313 -0.563699 -0.813098 0 0 v -4.0883 1.52332 9.93036 0.3569 0.923175 0.142723 0 0 v -5.87448 1.71752 8.03357 -0.536463 0.738238 0.408916 0 0 v -5.77476 1.78203 8.03747 -0.488475 0.77553 0.399931 0 0 v -4.67888 1.8181 9.20716 0.104433 0.989686 0.0980538 0 0 v -6.67108 1.38115 8.89227 -0.41235 0.885867 -0.212621 0 0 v -6.56806 1.43197 8.89446 -0.467875 0.862324 -0.193624 0 0 v -5.37055 2.45069 6.91297 -0.372691 0.913214 0.164748 0 0 v -6.87277 1.29096 8.88597 -0.394365 0.884551 -0.249088 0 0 v -6.77344 1.33231 8.88787 -0.391296 0.885396 -0.250921 0 0 v -6.97017 1.2468 8.88527 -0.468003 0.816189 -0.338834 0 0 v -4.68518 1.68283 10.2285 0.25763 0.948717 0.1832 0 0 v -6.071 1.58399 8.46547 -0.347205 0.849942 -0.396292 0 0 v -6.8831 1.27511 9.76956 -0.623175 0.719678 0.306132 0 0 v -6.78084 1.35408 9.77187 -0.502847 0.805738 0.312941 0 0 v -5.99775 -0.624463 3.51483 -0.733842 -0.0820398 -0.674348 0 0 v -5.58082 -2.786 4.37078 -0.436706 -0.778924 -0.450073 0 0 v -0.997124 2.62825 13.349 -0.131085 0.855812 -0.500402 0 0 v -2.40201 2.20072 13.3417 -0.510981 0.858654 0.0401455 0 0 v -5.29442 -2.73761 4.086 -0.33338 -0.754191 -0.565732 0 0 v -5.47245 2.40357 6.91156 -0.360329 0.903339 0.232685 0 0 v -0.197814 2.78211 13.3528 -0.181407 0.74618 -0.640552 0 0 v -4.67682 2.61356 7.50846 -0.38192 0.847329 0.369012 0 0 v -4.38815 1.57094 10.373 0.397465 0.910632 0.113008 0 0 v -6.07735 1.74216 9.49407 -0.267116 0.962969 -0.0366132 0 0 v -4.38538 1.6463 9.93577 0.351047 0.934116 0.0647534 0 0 v -4.57403 2.60843 7.65037 -0.352397 0.875519 0.330579 0 0 v -3.07408 2.82038 7.67156 -0.135335 0.904745 0.403882 0 0 v -2.97324 2.8405 7.67037 -0.186513 0.868112 0.459993 0 0 v -4.87543 2.43156 7.64026 -0.57948 0.769726 0.267813 0 0 v -5.56956 2.37183 6.90727 -0.387742 0.879374 0.276329 0 0 v 4.0454 3.27906 3.43707 0.554477 0.804673 -0.212267 0 0 v 3.94863 3.34604 3.44134 0.711976 0.668239 -0.215745 0 0 v 3.83978 3.52739 3.45826 0.773909 0.60944 -0.172184 0 0 v 3.74396 3.63354 3.46576 0.643517 0.750901 -0.148435 0 0 v 3.64559 3.69891 3.47024 0.514457 0.841291 -0.166021 0 0 v 3.54761 3.75382 3.47293 0.446499 0.875949 -0.182624 0 0 v 3.44823 3.79534 3.47608 0.305084 0.938644 -0.160843 0 0 v 3.34682 3.819 3.47826 0.286791 0.948153 -0.136954 0 0 v 3.24558 3.85387 3.4811 0.363166 0.924728 -0.113966 0 0 v 3.14386 3.89991 3.48522 0.389378 0.912057 -0.128595 0 0 v 3.04509 3.94141 3.48766 0.335522 0.928499 -0.159107 0 0 v 2.94329 3.97443 3.49094 0.266667 0.942519 -0.20136 0 0 v 2.84573 3.99668 3.48976 0.206699 0.953176 -0.220751 0 0 v 2.74469 4.00756 3.48997 0.0981223 0.9858 -0.136271 0 0 v 2.6442 4.01536 3.49266 0.120428 0.99238 -0.0260644 0 0 v 2.54303 4.04977 3.49552 0.31872 0.94292 0.096534 0 0 v 2.44325 4.08796 3.49821 0.369904 0.917392 0.146844 0 0 v 2.3433 4.12711 3.5012 0.352297 0.92322 0.153468 0 0 v 2.24281 4.16326 3.50375 0.323926 0.941681 0.0911515 0 0 v 2.14397 4.19257 3.50544 0.288472 0.957123 0.0264609 0 0 v 2.04465 4.22012 3.50722 0.254957 0.965647 0.0502243 0 0 v 1.94487 4.24589 3.50925 0.245858 0.964258 0.0987937 0 0 v 1.84452 4.27083 3.51112 0.260505 0.952136 0.159921 0 0 v 1.74318 4.30394 3.5136 0.305245 0.928043 0.213451 0 0 v 1.6424 4.33898 3.51572 0.296662 0.922995 0.245094 0 0 v 1.54246 4.36505 3.51754 0.198768 0.955172 0.219402 0 0 v 1.44357 4.38306 3.51889 0.0942926 0.991055 0.0944428 0 0 v 1.34442 4.38799 3.51836 0.10046 0.994701 0.0218689 0 0 v 1.24461 4.39953 3.51872 0.173259 0.984755 -0.0154497 0 0 v 1.14241 4.4152 3.52028 0.236171 0.967201 -0.0935177 0 0 v 1.04483 4.44492 3.52083 0.287574 0.940739 -0.179755 0 0 v 0.943406 4.47443 3.52203 0.230439 0.946394 -0.226353 0 0 v 0.843086 4.49755 3.52492 0.144574 0.965033 -0.218653 0 0 v 0.742496 4.50601 3.52575 0.0893498 0.975653 -0.200294 0 0 v 0.644126 4.51435 3.52492 0.181912 0.963888 -0.194492 0 0 v 0.543856 4.5479 3.52784 0.281908 0.947939 -0.14812 0 0 v 0.442276 4.58012 3.53111 0.285037 0.953318 -0.0996934 0 0 v 0.342596 4.6068 3.53255 0.328964 0.93066 -0.160171 0 0 v 0.245006 4.6521 3.53434 0.410321 0.875712 -0.254493 0 0 v 0.143116 4.69852 3.53878 0.283034 0.93808 -0.199743 0 0 v 0.0422761 4.72209 3.5407 0.206661 0.966405 -0.152815 0 0 v -0.0581138 4.74465 3.54274 0.0955753 0.982842 -0.157758 0 0 v -0.158384 4.74886 3.54188 0.00592023 0.988628 -0.150267 0 0 v -0.258454 4.74698 3.54143 -0.104493 0.971693 -0.211883 0 0 v -0.359614 4.72625 3.53784 -0.208735 0.936102 -0.283094 0 0 v -0.459754 4.69947 3.53528 -0.264614 0.904944 -0.333249 0 0 v -0.560424 4.66072 3.53132 -0.35785 0.854542 -0.376432 0 0 v -0.660974 4.60966 3.52612 -0.426903 0.816344 -0.38902 0 0 v -0.758754 4.55426 3.52302 -0.497977 0.773564 -0.391941 0 0 v -0.957804 4.40035 3.50994 -0.602209 0.69072 -0.400313 0 0 v -5.67097 2.32343 6.90487 -0.408084 0.866934 0.28617 0 0 v -3.99118 1.16682 11.8396 -0.283941 0.955499 -0.0799896 0 0 v -4.88554 1.71982 10.3759 0.227378 0.971446 0.067765 0 0 v -5.76959 2.28234 6.90127 -0.409979 0.869037 0.276932 0 0 v -5.86976 2.23149 6.89756 -0.479877 0.834082 0.272077 0 0 v -0.697644 2.77894 13.5012 -0.16786 0.836786 -0.521165 0 0 v -1.95314 2.43036 3.34079 -0.543421 0.705321 -0.45521 0 0 v -2.05329 2.392 3.33757 -0.145728 0.890378 -0.431265 0 0 v -2.15297 2.39174 3.3371 -0.0447915 0.930033 -0.364737 0 0 v -2.25274 2.38359 3.33993 -0.0917981 0.928609 -0.359526 0 0 v -2.35291 2.37246 3.33782 -0.063003 0.926823 -0.370176 0 0 v -2.45344 2.3711 3.33793 0.0412614 0.916751 -0.397322 0 0 v -2.55352 2.38115 3.33993 0.134605 0.884708 -0.446287 0 0 v -2.65372 2.40177 3.34402 0.137569 0.874172 -0.465724 0 0 v -2.75304 2.40999 3.33948 0.0482426 0.883783 -0.465402 0 0 v -2.85252 2.40884 3.33958 -0.0441692 0.882211 -0.468778 0 0 v -2.9526 2.39962 3.33611 -0.184816 0.855655 -0.483422 0 0 v -3.05254 2.35042 3.33062 -0.228889 0.870837 -0.435032 0 0 v -3.15223 2.33702 3.3293 -0.214833 0.907617 -0.360662 0 0 v -3.2547 2.30413 3.32368 -0.367042 0.864353 -0.343765 0 0 v -3.35035 2.2584 3.32283 -0.483756 0.799922 -0.355112 0 0 v -3.45112 2.17093 3.31426 -0.555314 0.757163 -0.343992 0 0 v -3.54914 2.09211 3.30843 -0.520743 0.789561 -0.324685 0 0 v -3.65018 2.03026 3.30208 -0.467891 0.816987 -0.33706 0 0 v -3.75088 1.96785 3.29595 -0.456574 0.816998 -0.352212 0 0 v -3.8464 1.91138 3.2942 -0.466241 0.790943 -0.396269 0 0 v -3.93661 1.84507 3.28161 -0.466081 0.682603 -0.562869 0 0 v -4.0517 1.7661 3.27652 -0.279234 0.658703 -0.698669 0 0 v -4.15054 1.75094 3.27735 -0.148558 0.680547 -0.717486 0 0 v -4.25051 1.73655 3.27789 -0.161288 0.678192 -0.716967 0 0 v -4.34968 1.70916 3.27792 -0.172415 0.664992 -0.726677 0 0 v -4.65115 1.59958 3.26049 -0.216782 0.636116 -0.740514 0 0 v -4.74831 1.56716 3.2644 -0.263702 0.635045 -0.726071 0 0 v -4.85332 1.51204 3.25617 -0.324451 0.626293 -0.708865 0 0 v -4.94958 1.45119 3.24951 -0.351023 0.647812 -0.676108 0 0 v -5.0473 1.39197 3.24759 -0.41938 0.656906 -0.626574 0 0 v -6.0726 2.08214 6.88907 -0.61445 0.732826 0.292263 0 0 v -0.804804 3.0242 14.3892 -0.51032 0.859984 0.000772144 0 0 v -1.00163 2.90518 14.3881 -0.54742 0.834622 0.0611443 0 0 v -0.896544 2.65017 13.3519 -0.135347 0.829456 -0.541926 0 0 v -1.10366 2.84971 13.9432 -0.388244 0.911167 -0.137988 0 0 v -0.309944 3.38381 14.6859 -0.629232 0.774534 -0.0645312 0 0 v -2.58863 1.8267 12.302 -0.194532 0.837765 -0.510203 0 0 v -6.06274 -0.556033 3.58097 -0.682514 -0.0486399 -0.729253 0 0 v -2.89378 1.80145 12.4403 -0.316456 0.868075 -0.382495 0 0 v -4.57973 1.80726 9.20657 0.156441 0.976322 0.149403 0 0 v -4.38096 1.7573 9.20366 0.274129 0.939242 0.206585 0 0 v -4.73395 -1.24349 2.90325 -0.281933 -0.379584 -0.881153 0 0 v -4.47972 1.78692 9.20617 0.249836 0.948969 0.192455 0 0 v -2.79315 1.83834 12.4417 -0.280796 0.86973 -0.40586 0 0 v -4.57555 -2.60218 3.60739 -0.24884 -0.692336 -0.67731 0 0 v -2.79429 1.90202 12.5898 -0.313331 0.898882 -0.306324 0 0 v -2.89182 1.73505 12.2933 -0.266933 0.85785 -0.439137 0 0 v -1.14099 -4.34242 0.393044 -0.0855994 -0.605555 -0.791186 0 0 v -3.89337 1.21928 12.1358 -0.49361 0.86922 -0.0283914 0 0 v -1.0966 2.61307 13.3498 -0.119491 0.872168 -0.47439 0 0 v -1.89713 2.46046 13.3452 -0.281485 0.942976 -0.177658 0 0 v -5.82984 -2.57466 4.3511 -0.618616 -0.63497 -0.46274 0 0 v -4.19845 -2.28933 3.24981 -0.151799 -0.517274 -0.84225 0 0 v -6.56693 1.23046 8.30247 -0.466031 0.791368 -0.395666 0 0 v -4.87641 2.28093 8.06777 -0.468821 0.788833 0.397428 0 0 v -2.79996 1.95732 13.0396 -0.544207 0.838951 0.000297684 0 0 v -4.08675 1.10937 11.2477 0.243728 0.960215 0.136324 0 0 v -3.4727 2.85056 7.66747 -0.0365468 0.979977 0.195725 0 0 v -3.17257 2.81221 7.66656 0.0590155 0.934042 0.352254 0 0 v -3.67326 2.8383 7.66587 -0.110848 0.978837 0.172022 0 0 v -1.36892 3.30327 6.69286 -0.246467 0.954957 0.165258 0 0 v -5.86899 1.60722 8.31917 -0.432352 0.890932 -0.138965 0 0 v -4.89989 6.81457 13.0628 -0.0394219 0.857638 -0.512741 0 0 v 4.14355 3.26586 3.57846 0.510781 0.827322 -0.233756 0 0 v 4.04467 3.3302 3.5829 0.575451 0.780453 -0.244437 0 0 v 3.9447 3.41909 3.58973 0.718575 0.659281 -0.221357 0 0 v 3.83758 3.55105 3.60197 0.722136 0.684717 -0.0983995 0 0 v 3.74334 3.64636 3.60816 0.641757 0.765353 -0.0488174 0 0 v 3.64395 3.72335 3.61402 0.560117 0.825442 -0.0701086 0 0 v 3.54756 3.78148 3.61746 0.449684 0.888044 -0.0957143 0 0 v 3.44792 3.8218 3.62009 0.299662 0.947731 -0.10958 0 0 v 3.34639 3.84525 3.62162 0.288952 0.94803 -0.133215 0 0 v 3.24591 3.88162 3.62451 0.375894 0.914768 -0.147999 0 0 v 3.14488 3.92933 3.628 0.413282 0.895693 -0.164109 0 0 v 3.04317 3.97659 3.63246 0.389165 0.895616 -0.215461 0 0 v 2.94394 4.0169 3.63488 0.32634 0.906299 -0.26856 0 0 v 2.84853 4.05128 3.63626 0.147847 0.950965 -0.271675 0 0 v 2.74689 4.04447 3.63343 -0.0429432 0.960691 -0.274279 0 0 v 2.64501 4.0229 3.63265 0.0430354 0.980133 -0.193616 0 0 v 2.5427 4.03839 3.6355 0.19246 0.953581 -0.231609 0 0 v 2.44124 4.07177 3.63881 0.33364 0.930619 -0.150441 0 0 v 2.34233 4.11356 3.64113 0.376124 0.920573 -0.105249 0 0 v 2.2419 4.16312 3.64509 0.38912 0.904519 -0.174444 0 0 v 2.14297 4.2045 3.64721 0.289218 0.934309 -0.208373 0 0 v 2.04396 4.22011 3.64772 0.201695 0.955157 -0.216784 0 0 v 1.94237 4.24005 3.64993 0.159418 0.968934 -0.189086 0 0 v 1.84255 4.2542 3.65062 0.164236 0.967742 -0.191056 0 0 v 1.74252 4.27971 3.65219 0.225355 0.971909 -0.0678842 0 0 v 1.643 4.3066 3.65392 0.275484 0.961008 -0.0239154 0 0 v 1.54309 4.33325 3.65561 0.245344 0.96927 -0.0179301 0 0 v 1.44259 4.35663 3.65714 0.21606 0.976305 -0.0121144 0 0 v 1.34287 4.38318 3.65879 0.234512 0.969202 -0.0751777 0 0 v 1.2426 4.41958 3.66132 0.308869 0.926466 -0.215083 0 0 v 1.1421 4.45556 3.66421 0.353116 0.888569 -0.292837 0 0 v 1.04181 4.50586 3.66824 0.307581 0.903856 -0.297386 0 0 v 0.942076 4.53215 3.6697 0.19801 0.943132 -0.26701 0 0 v 0.842336 4.5475 3.6699 0.102673 0.966644 -0.234645 0 0 v 0.741806 4.55736 3.67098 0.0892721 0.966518 -0.24057 0 0 v 0.642146 4.56225 3.66917 0.124923 0.963712 -0.23591 0 0 v 0.543336 4.57316 3.67018 0.212767 0.953061 -0.215419 0 0 v 0.441196 4.60579 3.67404 0.345025 0.901367 -0.261717 0 0 v 0.341866 4.65746 3.67753 0.452078 0.821295 -0.347995 0 0 v 0.243816 4.71444 3.67984 0.284998 0.907664 -0.308095 0 0 v 0.143356 4.72698 3.68056 0.155628 0.967767 -0.19801 0 0 v 0.0424762 4.75172 3.68265 0.177894 0.97012 -0.164988 0 0 v -0.0585738 4.76208 3.68406 0.0852083 0.985192 -0.148782 0 0 v -0.158724 4.76868 3.68547 -0.0262853 0.99266 -0.118047 0 0 v -0.259064 4.7605 3.68328 -0.0474421 0.993764 -0.100905 0 0 v -0.359044 4.75876 3.68315 -0.0923245 0.984553 -0.148764 0 0 v -0.459994 4.73763 3.67924 -0.173206 0.954516 -0.242692 0 0 v -0.559424 4.72167 3.67844 -0.268842 0.911878 -0.310166 0 0 v -0.661654 4.67456 3.67214 -0.402322 0.841905 -0.359628 0 0 v -0.761314 4.62162 3.66784 -0.477466 0.802644 -0.357476 0 0 v -0.859554 4.55472 3.66331 -0.524999 0.770348 -0.361857 0 0 v -1.05912 4.38864 3.64893 -0.623522 0.682455 -0.381413 0 0 v -2.99446 1.76389 12.4392 -0.30595 0.889265 -0.340005 0 0 v -4.78613 1.69299 10.3753 0.263272 0.960945 0.0852775 0 0 v -5.08489 1.72463 10.6707 0.11218 0.991459 0.066524 0 0 v -1.99662 2.40599 13.7892 -0.555223 0.81127 0.183217 0 0 v -3.97407 2.75075 7.80496 -0.203046 0.935301 0.289801 0 0 v -1.61359 -4.1836 0.451655 -0.512526 -0.701484 -0.495214 0 0 v -0.799704 -4.28399 0.345035 0.0363883 -0.395145 -0.917898 0 0 v -1.95444 2.48112 3.48755 -0.530207 0.739887 -0.414062 0 0 v -2.05376 2.48099 3.48721 -0.204161 0.872079 -0.444743 0 0 v -2.15368 2.44266 3.4833 -0.130639 0.908991 -0.395813 0 0 v -2.25375 2.44244 3.48308 -0.0673221 0.925119 -0.373662 0 0 v -2.35413 2.42261 3.48428 -0.0428757 0.920341 -0.388759 0 0 v -2.45442 2.43529 3.48533 0.123994 0.898703 -0.420665 0 0 v -2.55445 2.45902 3.48787 0.198525 0.873134 -0.445224 0 0 v -2.65461 2.48234 3.49053 0.128801 0.882893 -0.451565 0 0 v -2.75378 2.48876 3.48693 0.0144869 0.893376 -0.449075 0 0 v -2.85279 2.4848 3.48814 -0.055245 0.899644 -0.433116 0 0 v -2.95374 2.47817 3.4838 -0.138083 0.896461 -0.42106 0 0 v -3.0535 2.45308 3.48078 -0.297424 0.856646 -0.421542 0 0 v -3.15409 2.41608 3.47675 -0.324277 0.864901 -0.383133 0 0 v -3.25478 2.36617 3.47174 -0.396597 0.855112 -0.333908 0 0 v -3.35271 2.31201 3.46832 -0.4524 0.835025 -0.313157 0 0 v -3.44986 2.2559 3.4657 -0.474545 0.799861 -0.367464 0 0 v -3.54774 2.1889 3.46248 -0.435 0.761263 -0.480888 0 0 v -3.64816 2.12633 3.45663 -0.336865 0.753499 -0.56459 0 0 v -3.75353 2.07198 3.44538 -0.280385 0.721735 -0.632837 0 0 v -3.85384 2.0216 3.43999 -0.264194 0.677242 -0.686692 0 0 v -3.95378 1.9835 3.43639 -0.217722 0.654544 -0.723996 0 0 v -4.05195 1.96735 3.43805 -0.179335 0.623084 -0.761318 0 0 v -4.1516 1.94059 3.43752 -0.163431 0.606188 -0.778349 0 0 v -4.25269 1.89256 3.42875 -0.147929 0.614478 -0.774941 0 0 v -4.35327 1.85646 3.42236 -0.150554 0.620423 -0.769681 0 0 v -4.45292 1.843 3.42153 -0.100875 0.610895 -0.785259 0 0 v -4.55367 1.8063 3.41652 -0.18576 0.604847 -0.774373 0 0 v -4.65274 1.77811 3.41701 -0.212493 0.582334 -0.784687 0 0 v -4.75422 1.7302 3.40855 -0.315147 0.597334 -0.737479 0 0 v -4.85231 1.67559 3.40872 -0.35662 0.625284 -0.694149 0 0 v -4.94616 1.63 3.41646 -0.419157 0.620513 -0.662775 0 0 v -5.04869 1.5298 3.40013 -0.484388 0.615452 -0.621762 0 0 v -5.14999 1.43736 3.38921 -0.490873 0.638553 -0.592701 0 0 v -5.24927 1.35565 3.38217 -0.516636 0.625865 -0.584278 0 0 v -6.76932 1.21941 8.59246 -0.490595 0.808788 -0.324311 0 0 v -1.20081 2.76475 14.387 -0.547186 0.819958 0.168096 0 0 v -1.60151 2.5908 13.9415 -0.464733 0.880095 0.0972468 0 0 v -5.11072 6.9337 14.3575 -0.690518 0.706186 -0.15648 0 0 v -2.27296 2.8633 7.81646 -0.0651172 0.905702 0.418885 0 0 v -5.75492 -2.12675 3.86952 -0.523582 -0.469702 -0.710804 0 0 v -2.38941 1.85351 12.3035 -0.107636 0.812983 -0.572252 0 0 v -3.68512 1.06469 11.3963 0.0507737 0.874241 -0.482831 0 0 v -1.58939 1.78461 12.3406 0.225993 0.513642 -0.827707 0 0 v -0.00961381 3.59989 14.5385 -0.618396 0.751104 -0.231145 0 0 v -5.48719 -2.81926 4.35737 -0.367368 -0.806684 -0.462928 0 0 v -4.1882 1.18636 11.0981 0.288762 0.883528 0.368774 0 0 v -1.60245 2.53244 13.3481 -0.19716 0.928167 -0.315649 0 0 v -4.29118 1.58664 10.0774 0.415858 0.887766 0.197315 0 0 v -6.62306 -3.51932 7.96897 -0.232316 -0.570793 -0.787543 0 0 v -6.68179 1.34185 9.91956 -0.406814 0.85498 0.321733 0 0 v -6.58169 1.38189 9.92056 -0.407781 0.867115 0.286054 0 0 v 0.295706 3.83593 14.5415 -0.52897 0.815769 -0.233904 0 0 v -4.38426 1.64655 9.78927 0.353366 0.933146 0.066123 0 0 v 0.193236 3.54888 14.0958 -0.515392 0.732383 -0.444956 0 0 v -5.09418 6.29511 12.4826 0.1864 0.624467 -0.758482 0 0 v -3.99231 1.16362 12.1354 -0.5054 0.86231 0.0314846 0 0 v -0.296604 2.76565 13.3554 -0.154673 0.759864 -0.631414 0 0 v -1.9979 2.42419 13.3443 -0.310834 0.937773 -0.154803 0 0 v -2.20676 2.25432 13.7919 -0.548966 0.806814 0.218375 0 0 v -4.28725 1.61346 9.78726 0.351739 0.934223 0.0592199 0 0 v -5.18051 1.84746 9.79377 0.0652559 0.99563 0.0667987 0 0 v -4.77407 2.56948 7.50326 -0.48892 0.775818 0.398829 0 0 v -5.07456 2.16305 8.05937 -0.472356 0.803217 0.362937 0 0 v -4.58609 1.63476 10.3746 0.25459 0.960058 0.116071 0 0 v -5.67143 1.72426 8.47126 -0.291117 0.951016 -0.104014 0 0 v -3.37264 2.8531 7.66886 0.0471125 0.969073 0.242233 0 0 v -3.27281 2.83448 7.67117 0.151375 0.933312 0.325598 0 0 v -3.87464 2.71399 7.94896 -0.146986 0.905384 0.398339 0 0 v -4.80984 7.09291 13.9275 -0.336125 0.93359 -0.124217 0 0 v -5.77653 1.81468 9.49817 -0.187127 0.980183 -0.0649973 0 0 v 4.24398 3.24155 3.718 0.493819 0.84274 -0.214316 0 0 v 4.14429 3.2917 3.72163 0.510887 0.834572 -0.206118 0 0 v 4.03914 3.37504 3.72999 0.631035 0.745535 -0.21441 0 0 v 3.9439 3.47026 3.73551 0.678754 0.715086 -0.167168 0 0 v 3.84286 3.55774 3.74253 0.652333 0.754214 -0.0749911 0 0 v 3.74177 3.64507 3.74944 0.609168 0.792862 0.0168751 0 0 v 3.64328 3.72398 3.75535 0.569098 0.820867 0.0480023 0 0 v 3.5439 3.7887 3.76017 0.450497 0.892502 0.022185 0 0 v 3.44531 3.83006 3.76304 0.348998 0.937121 -0.00215054 0 0 v 3.34296 3.86327 3.76567 0.340297 0.938639 -0.056177 0 0 v 3.24292 3.90144 3.76819 0.399023 0.914236 -0.0703739 0 0 v 3.14325 3.95285 3.7719 0.464699 0.884034 -0.0503859 0 0 v 3.04219 4.01414 3.77669 0.436744 0.892078 -0.115978 0 0 v 2.94363 4.0567 3.77935 0.347712 0.932064 -0.10175 0 0 v 2.84427 4.08343 3.78104 0.187399 0.970444 -0.152055 0 0 v 2.74117 4.09891 3.78289 0.105832 0.971467 -0.212254 0 0 v 2.64183 4.09988 3.78367 0.0520229 0.932905 -0.356346 0 0 v 2.54275 4.10596 3.78104 0.191691 0.894312 -0.404303 0 0 v 2.44106 4.13673 3.78589 0.274689 0.871651 -0.405919 0 0 v 2.34234 4.16637 3.78616 0.349648 0.847492 -0.39938 0 0 v 2.24228 4.21777 3.7897 0.372084 0.8434 -0.387595 0 0 v 2.14177 4.26682 3.79376 0.300252 0.869093 -0.393099 0 0 v 2.04094 4.30142 3.79756 0.189946 0.897201 -0.398687 0 0 v 1.94219 4.3072 3.79538 0.0800192 0.918457 -0.387343 0 0 v 1.8411 4.31408 3.79712 0.0786006 0.928046 -0.364077 0 0 v 1.74131 4.31608 3.79632 0.15127 0.930322 -0.334094 0 0 v 1.64222 4.34574 3.79718 0.252279 0.906245 -0.339229 0 0 v 1.5424 4.37177 3.7988 0.19614 0.921671 -0.334741 0 0 v 1.44292 4.38655 3.79887 0.198419 0.926604 -0.31943 0 0 v 1.34175 4.41806 3.8028 0.294337 0.909472 -0.293642 0 0 v 1.23948 4.46523 3.80641 0.347835 0.903483 -0.25046 0 0 v 1.14156 4.50772 3.80917 0.337409 0.921095 -0.194263 0 0 v 1.04231 4.53657 3.81057 0.246541 0.959542 -0.136003 0 0 v 0.941746 4.55888 3.8124 0.140322 0.985065 -0.0997862 0 0 v 0.842796 4.5646 3.81073 0.111122 0.98936 -0.0939074 0 0 v 0.741166 4.58215 3.8138 0.163098 0.972523 -0.166129 0 0 v 0.641496 4.59628 3.81416 0.194493 0.939843 -0.280832 0 0 v 0.543986 4.61539 3.81275 0.242643 0.917428 -0.315357 0 0 v 0.442146 4.66059 3.81818 0.438273 0.845631 -0.304672 0 0 v 0.341406 4.73576 3.82427 0.404211 0.873012 -0.27288 0 0 v 0.241706 4.75176 3.82404 0.104362 0.974045 -0.20086 0 0 v 0.142606 4.75287 3.82386 0.103538 0.980756 -0.165524 0 0 v 0.0411962 4.7736 3.82611 0.171283 0.970619 -0.168997 0 0 v -0.0594439 4.78859 3.82637 0.0390596 0.9836 -0.176082 0 0 v -0.159384 4.77867 3.82417 -0.061857 0.986176 -0.153724 0 0 v -0.259214 4.77571 3.82424 -0.0672633 0.982759 -0.172223 0 0 v -0.361194 4.76774 3.82255 -0.0112791 0.992971 -0.117822 0 0 v -0.459714 4.77343 3.82409 -0.04457 0.981246 -0.187538 0 0 v -0.560124 4.76164 3.82237 -0.16477 0.956448 -0.240952 0 0 v -0.660834 4.73601 3.81949 -0.336557 0.892811 -0.299363 0 0 v -0.761194 4.68482 3.8146 -0.463968 0.820277 -0.334483 0 0 v -0.863674 4.61126 3.80656 -0.517426 0.788164 -0.333269 0 0 v -0.958864 4.55319 3.80458 -0.544579 0.765525 -0.342645 0 0 v -1.05962 4.46506 3.79647 -0.600257 0.709742 -0.368724 0 0 v -6.67177 1.33027 8.74267 -0.439585 0.845882 -0.302074 0 0 v -4.68729 1.66526 10.3742 0.275091 0.956998 0.0920854 0 0 v -5.18368 1.73866 10.6711 0.0662432 0.995442 0.0686054 0 0 v -6.47577 -2.48492 7.74327 -0.539032 0.0160802 -0.842132 0 0 v -2.10343 2.32663 13.7909 -0.562861 0.800435 0.206136 0 0 v -5.00595 6.79981 13.066 -0.301552 0.864748 -0.401593 0 0 v -5.55889 -3.98355 8.13766 0.22605 -0.533137 -0.815271 0 0 v -5.37275 1.79895 8.62127 -0.186591 0.97981 -0.0718074 0 0 v -1.95521 2.6334 3.64205 -0.638421 0.631213 -0.440441 0 0 v -2.05478 2.55705 3.63515 -0.333068 0.831057 -0.445432 0 0 v -2.1544 2.51909 3.63201 -0.264766 0.871432 -0.412923 0 0 v -2.25431 2.49327 3.62905 -0.0757644 0.921484 -0.380956 0 0 v -2.35525 2.49803 3.63336 0.0133443 0.91461 -0.404118 0 0 v -2.45499 2.50185 3.63106 0.15782 0.8924 -0.422747 0 0 v -2.55596 2.5343 3.63668 0.206597 0.8776 -0.432592 0 0 v -2.6552 2.5503 3.63552 0.135209 0.884742 -0.446039 0 0 v -2.75454 2.56282 3.6361 0.0197008 0.87882 -0.476746 0 0 v -2.85429 2.55407 3.6327 -0.106675 0.892368 -0.43852 0 0 v -2.95385 2.54094 3.6311 -0.202028 0.905675 -0.372743 0 0 v -3.05256 2.51194 3.62973 -0.335394 0.890505 -0.307428 0 0 v -3.15254 2.46232 3.6245 -0.391954 0.878102 -0.274424 0 0 v -3.35404 2.36359 3.61437 -0.402912 0.861187 -0.30987 0 0 v -3.45193 2.3075 3.61189 -0.339659 0.852041 -0.39832 0 0 v -3.55274 2.27177 3.60763 -0.255291 0.825484 -0.503392 0 0 v -3.65329 2.24744 3.60465 -0.185699 0.785781 -0.58997 0 0 v -3.75173 2.24131 3.60923 -0.0754341 0.753846 -0.652707 0 0 v -3.85259 2.24259 3.60859 -0.0458136 0.71779 -0.694751 0 0 v -3.95276 2.22909 3.60877 -0.120909 0.637127 -0.761216 0 0 v -4.05315 2.18193 3.6 -0.120308 0.595269 -0.794469 0 0 v -4.15316 2.15612 3.59857 -0.116092 0.573691 -0.810803 0 0 v -4.25305 2.13113 3.59593 -0.0785431 0.558875 -0.825524 0 0 v -4.35361 2.13053 3.59691 -0.0952664 0.534294 -0.839913 0 0 v -4.45489 2.06104 3.57866 -0.106733 0.536126 -0.837363 0 0 v -4.55205 2.07904 3.59068 -0.133556 0.548009 -0.825742 0 0 v -4.65269 2.04144 3.58744 -0.232454 0.544538 -0.805881 0 0 v -4.75022 1.98751 3.5861 -0.357653 0.525449 -0.772003 0 0 v -4.84853 1.87229 3.57667 -0.424292 0.52762 -0.73593 0 0 v -4.94692 1.79451 3.57154 -0.399045 0.564841 -0.722301 0 0 v -5.05211 1.69851 3.55607 -0.463676 0.552318 -0.692784 0 0 v -5.1505 1.59588 3.54658 -0.489466 0.560785 -0.66779 0 0 v -5.24314 1.52442 3.54802 -0.496141 0.584523 -0.64201 0 0 v 1.7258 2.97372 7.98367 -0.0762703 0.994316 0.0742836 0 0 v -2.47304 2.90378 7.67487 -0.0751897 0.927303 0.366681 0 0 v -4.88061 1.81906 9.50037 0.106239 0.991862 0.0701598 0 0 v -2.20153 2.31511 13.3431 -0.500537 0.865359 0.0248315 0 0 v -5.20816 6.83486 14.3587 -0.72994 0.648148 -0.217005 0 0 v -4.27366 2.67128 7.79886 -0.337094 0.892984 0.298239 0 0 v -4.98733 1.71782 10.6702 0.191177 0.977346 0.0908105 0 0 v -5.10514 -2.80063 4.06094 -0.332977 -0.745643 -0.577184 0 0 v -5.39574 -2.92298 4.46248 -0.371934 -0.803164 -0.465395 0 0 v -3.78524 1.06286 11.3962 0.0493317 0.945631 -0.321479 0 0 v -5.4758 1.83091 9.35397 -0.0406211 0.99666 -0.0708501 0 0 v -5.98333 1.59547 10.8106 -0.325277 0.945617 0.00181198 0 0 v -1.70059 2.51175 14.0885 -0.52581 0.821098 0.222084 0 0 v -1.79907 2.44638 14.0876 -0.494802 0.827583 0.265099 0 0 v -4.87458 2.49387 7.49897 -0.584346 0.716515 0.380981 0 0 v -4.97233 2.41434 7.49266 -0.494279 0.775354 0.393084 0 0 v -5.0752 2.36872 7.49187 -0.361462 0.856717 0.367942 0 0 v -5.17245 2.33845 7.48787 -0.351993 0.864504 0.358795 0 0 v -5.27486 2.29165 7.48707 -0.406206 0.836467 0.367857 0 0 v -5.37525 2.24165 7.48407 -0.425226 0.826932 0.367922 0 0 v -5.57493 2.13853 7.47707 -0.423914 0.831696 0.358579 0 0 v -4.38818 1.62857 10.0801 0.369817 0.913609 0.168979 0 0 v -1.89884 2.47529 13.4938 -0.361432 0.930127 -0.065047 0 0 v -0.396544 2.73963 13.3552 -0.175587 0.786569 -0.592012 0 0 v -1.19696 2.60101 13.3488 -0.114259 0.88821 -0.445003 0 0 v -6.26127 -0.566373 3.71995 -0.544751 -0.100948 -0.8325 0 0 v -5.0766 2.31926 7.63447 -0.39404 0.864776 0.31128 0 0 v -3.88508 1.0469 11.2482 0.318401 0.943213 -0.0947065 0 0 v -6.1813 1.51286 10.5136 -0.450989 0.892362 -0.0172577 0 0 v -5.67191 2.09543 7.47197 -0.436881 0.822448 0.3643 0 0 v -6.88496 1.20909 9.91557 -0.64314 0.690398 0.331243 0 0 v -3.57247 2.84884 7.66636 -0.0582914 0.980949 0.185312 0 0 v -4.17592 2.57468 8.08567 -0.258849 0.84277 0.471949 0 0 v -5.07921 1.83296 9.50117 0.0437166 0.998885 0.0178043 0 0 v -5.4768 2.12932 7.62336 -0.43716 0.821587 0.365904 0 0 v -3.09425 1.77409 12.5873 -0.44352 0.884817 -0.142788 0 0 v 4.24318 3.27971 3.86276 0.499729 0.842097 -0.20284 0 0 v 4.14532 3.33333 3.86607 0.532441 0.821152 -0.205465 0 0 v 4.04462 3.40891 3.87211 0.621641 0.763124 -0.176651 0 0 v 3.94447 3.49754 3.87898 0.622202 0.773903 -0.11806 0 0 v 3.83928 3.57893 3.88617 0.575402 0.816831 -0.04123 0 0 v 3.74384 3.63676 3.88988 0.51573 0.855666 0.0431032 0 0 v 3.64044 3.70777 3.89518 0.557733 0.82068 0.124171 0 0 v 3.54119 3.77234 3.90014 0.497684 0.856965 0.133871 0 0 v 3.44214 3.82508 3.90405 0.409272 0.908203 0.0875381 0 0 v 3.34347 3.8658 3.90725 0.367263 0.92867 0.051856 0 0 v 3.24333 3.90342 3.9099 0.385774 0.921335 0.0481779 0 0 v 3.14445 3.94416 3.91259 0.444328 0.893377 0.0667026 0 0 v 3.04268 4.00433 3.91697 0.466533 0.881068 0.077885 0 0 v 2.94238 4.0547 3.92083 0.373146 0.925473 0.0652755 0 0 v 2.83933 4.09658 3.92362 0.271827 0.961601 0.0378561 0 0 v 2.74262 4.11975 3.9251 0.228258 0.973401 -0.0197326 0 0 v 2.64059 4.15111 3.92756 0.270231 0.954751 -0.124203 0 0 v 2.54186 4.1798 3.929 0.281854 0.926965 -0.247575 0 0 v 2.4401 4.21442 3.93235 0.358636 0.895753 -0.262691 0 0 v 2.33693 4.2616 3.93874 0.36367 0.881785 -0.300332 0 0 v 2.24057 4.29119 3.9376 0.316021 0.900841 -0.297686 0 0 v 2.04084 4.35522 3.94187 0.182924 0.942472 -0.279796 0 0 v 1.94092 4.3682 3.94231 0.106709 0.950142 -0.29299 0 0 v 1.84047 4.37863 3.94357 0.0940893 0.938237 -0.332955 0 0 v 1.74145 4.38551 3.94126 0.185586 0.911373 -0.367366 0 0 v 1.64071 4.41853 3.94519 0.238672 0.904293 -0.353964 0 0 v 1.54078 4.44394 3.94691 0.178536 0.920018 -0.348844 0 0 v 1.44094 4.45716 3.94725 0.142787 0.930562 -0.337143 0 0 v 1.3426 4.4666 3.94428 0.188 0.941093 -0.281069 0 0 v 1.24236 4.48965 3.94742 0.236009 0.955462 -0.177176 0 0 v 1.14074 4.52052 3.95109 0.244311 0.966408 -0.0797933 0 0 v 1.04106 4.54719 3.95264 0.206278 0.977931 -0.0331662 0 0 v 0.941756 4.56195 3.95284 0.138981 0.989446 -0.0409884 0 0 v 0.841626 4.57428 3.95339 0.216133 0.969783 -0.113167 0 0 v 0.740746 4.60939 3.95636 0.351083 0.905685 -0.237646 0 0 v 0.641036 4.65907 3.95916 0.232643 0.919787 -0.31602 0 0 v 0.542216 4.66176 3.95264 0.227602 0.927935 -0.295186 0 0 v 0.441676 4.70063 3.9605 0.393711 0.897797 -0.197363 0 0 v 0.340486 4.76076 3.96735 0.312639 0.945157 -0.0945325 0 0 v 0.241796 4.77836 3.96735 0.0984042 0.990019 -0.100893 0 0 v 0.140946 4.77571 3.96743 0.14285 0.975787 -0.165633 0 0 v 0.0404861 4.80239 3.96897 0.17265 0.96859 -0.178956 0 0 v -0.0598438 4.81504 3.96951 0.0676472 0.984795 -0.160007 0 0 v -0.160034 4.81364 3.96909 -0.0181755 0.98001 -0.198116 0 0 v -0.260364 4.81349 3.96845 -0.0759373 0.972302 -0.221048 0 0 v -0.360914 4.79334 3.96523 -0.0395779 0.973691 -0.224411 0 0 v -0.460754 4.80122 3.9664 -0.0150856 0.973043 -0.23013 0 0 v -0.562204 4.7919 3.96409 -0.134214 0.968193 -0.21116 0 0 v -0.661704 4.7758 3.96322 -0.249492 0.942033 -0.224337 0 0 v -0.762104 4.73683 3.95958 -0.413743 0.8707 -0.265892 0 0 v -0.860124 4.68144 3.95582 -0.518101 0.803079 -0.29434 0 0 v -0.960914 4.60641 3.94883 -0.54244 0.789571 -0.286944 0 0 v -1.0584 4.53933 3.94473 -0.569178 0.765606 -0.299806 0 0 v -1.1589 4.45226 3.93619 -0.613151 0.715413 -0.335008 0 0 v -4.67357 1.89061 8.77057 -0.238811 0.880003 0.410567 0 0 v -4.57493 1.92228 8.77477 -0.233457 0.840068 0.489678 0 0 v -5.28276 1.74001 10.671 -0.0346805 0.98951 0.140244 0 0 v -6.14363 -2.35668 4.53123 -0.653241 -0.569975 -0.498402 0 0 v -6.20268 -2.52183 7.54767 -0.66065 -0.566535 -0.492523 0 0 v -4.27335 2.61967 7.94016 -0.348021 0.855088 0.384326 0 0 v -2.05555 2.62084 3.78265 -0.43989 0.802054 -0.403988 0 0 v -2.15515 2.58249 3.7788 -0.278079 0.859074 -0.429725 0 0 v -2.25508 2.55711 3.77681 -0.0993515 0.904415 -0.414926 0 0 v -2.356 2.56096 3.78105 0.0688902 0.89568 -0.439331 0 0 v -2.45616 2.57707 3.78022 0.177169 0.884563 -0.431462 0 0 v -2.55709 2.60787 3.78604 0.223396 0.878007 -0.423318 0 0 v -2.65601 2.63402 3.78677 0.173986 0.872319 -0.456934 0 0 v -2.75502 2.65084 3.78545 0.0180739 0.891405 -0.452848 0 0 v -2.85566 2.63272 3.77989 -0.203621 0.873997 -0.441212 0 0 v -2.95535 2.60356 3.77927 -0.329846 0.874606 -0.355341 0 0 v -3.05439 2.55308 3.77368 -0.404173 0.873323 -0.27194 0 0 v -3.15405 2.50189 3.76934 -0.420576 0.875506 -0.23792 0 0 v -3.25192 2.4582 3.76708 -0.387896 0.885983 -0.25411 0 0 v -3.35358 2.40998 3.7621 -0.263731 0.909117 -0.322418 0 0 v -3.45386 2.38448 3.75972 -0.203972 0.891253 -0.405047 0 0 v -3.55359 2.37896 3.7619 -0.0451601 0.8517 -0.522081 0 0 v -3.65485 2.36325 3.75534 -0.0869996 0.793437 -0.602403 0 0 v -3.75443 2.3588 3.75769 -0.0070455 0.780165 -0.625534 0 0 v -3.85466 2.3588 3.75787 0.0373775 0.772825 -0.633517 0 0 v -3.95464 2.37133 3.75894 0.0552916 0.750301 -0.65878 0 0 v -4.05453 2.38233 3.76132 0.0271449 0.71008 -0.703597 0 0 v -4.15421 2.40338 3.76748 -0.000800794 0.686225 -0.727389 0 0 v -4.2535 2.39296 3.76358 -0.0508449 0.6674 -0.742961 0 0 v -4.35367 2.38343 3.75871 -0.0338497 0.670617 -0.741031 0 0 v -4.45297 2.38178 3.75988 -0.155023 0.650269 -0.743719 0 0 v -4.55367 2.33333 3.75352 -0.256765 0.617038 -0.743865 0 0 v -4.6522 2.26859 3.74764 -0.342757 0.610535 -0.713979 0 0 v -4.75197 2.20554 3.74208 -0.385783 0.613791 -0.688791 0 0 v -4.85095 2.12825 3.7366 -0.438277 0.5677 -0.696872 0 0 v -4.94625 2.04658 3.73705 -0.426467 0.541815 -0.724267 0 0 v -5.04635 1.95592 3.72951 -0.449636 0.529802 -0.719122 0 0 v -5.14742 1.84675 3.72089 -0.465735 0.512726 -0.721251 0 0 v -5.24651 1.72082 3.70552 -0.471977 0.498313 -0.72727 0 0 v -5.34621 1.60334 3.69571 -0.531369 0.517055 -0.671045 0 0 v -5.44317 1.52046 3.69832 -0.451331 0.579633 -0.678473 0 0 v -4.08707 1.14929 11.0998 0.344168 0.884057 0.316213 0 0 v -6.78359 1.28923 9.91786 -0.53216 0.771747 0.348156 0 0 v -4.37673 2.42315 8.22297 -0.317134 0.802906 0.504746 0 0 v 0.516656 3.89921 14.5478 0.392526 0.912319 -0.116609 0 0 v -0.703284 3.08503 14.5371 -0.567584 0.82307 0.0201011 0 0 v -6.39183 -1.03523 3.96232 -0.760915 -0.309614 -0.570217 0 0 v -4.80896 -2.80725 3.92232 -0.271931 -0.730874 -0.626 0 0 v -3.88521 1.07503 11.3963 0.177964 0.965945 -0.18783 0 0 v -5.92288 -3.68913 7.95526 -0.0574547 -0.393158 -0.917674 0 0 v -5.57549 2.07644 7.61916 -0.433225 0.821167 0.371485 0 0 v -4.0677 -3.69694 0.409195 -0.0560986 -0.750565 -0.658411 0 0 v -5.77431 2.03557 7.46996 -0.493815 0.793125 0.356511 0 0 v -5.87447 1.97195 7.46607 -0.501546 0.800002 0.329315 0 0 v -5.97067 1.91556 7.46017 -0.527013 0.785922 0.323395 0 0 v -0.0117939 3.65184 14.8341 -0.640951 0.765217 -0.0602147 0 0 v -3.59677 1.423 12.5821 -0.61666 0.785189 0.0566379 0 0 v -0.401234 3.09928 13.9466 -0.379465 0.808181 -0.450389 0 0 v -2.49128 2.02295 12.5953 -0.277517 0.86957 -0.408452 0 0 v -3.45117 -2.96677 3.87903 -0.321622 -0.797155 -0.510982 0 0 v -3.98652 1.11035 11.1007 0.392455 0.898531 0.196524 0 0 v -0.604094 -4.40208 0.455925 0.194803 -0.795303 -0.57406 0 0 v -0.497244 2.71698 13.3524 -0.15918 0.809088 -0.56572 0 0 v -6.22243 -2.30524 4.5705 -0.634021 -0.547887 -0.545744 0 0 v -3.58991 1.29943 11.8417 -0.280313 0.910402 -0.304289 0 0 v -5.37905 1.82256 9.93746 -0.0503901 0.98184 0.182898 0 0 v -4.88357 1.72512 10.2302 0.20301 0.970305 0.131514 0 0 v -2.79218 1.7621 12.2931 -0.253388 0.851835 -0.458445 0 0 v -2.30165 2.24991 13.4917 -0.512775 0.853489 0.0928379 0 0 v -4.2743 2.54513 8.08177 -0.308504 0.834615 0.456337 0 0 v -1.79795 2.52329 13.6432 -0.402981 0.915066 0.0161328 0 0 v 4.24379 3.30714 4.0064 0.541731 0.829106 -0.138238 0 0 v 4.14237 3.36869 4.0112 0.552935 0.816617 -0.165525 0 0 v 4.04084 3.44279 4.01711 0.580652 0.802909 -0.134832 0 0 v 3.94431 3.51178 4.02168 0.559147 0.826791 -0.0614077 0 0 v 3.84491 3.57657 4.02666 0.519873 0.854111 -0.0150356 0 0 v 3.74177 3.63475 4.03124 0.440614 0.89657 0.0449635 0 0 v 3.64504 3.68005 4.03505 0.47034 0.872944 0.12942 0 0 v 3.53785 3.7413 4.03785 0.50494 0.840832 0.195031 0 0 v 3.44122 3.79917 4.04327 0.467054 0.861138 0.200756 0 0 v 3.34027 3.84797 4.04621 0.393681 0.900959 0.182451 0 0 v 3.24117 3.88806 4.04967 0.407101 0.898164 0.16604 0 0 v 3.14027 3.93655 4.05278 0.452141 0.881175 0.138199 0 0 v 3.0397 3.98628 4.05632 0.432299 0.880586 0.194129 0 0 v 2.93948 4.03641 4.05989 0.389728 0.899909 0.195641 0 0 v 2.84232 4.06887 4.06293 0.300917 0.932351 0.200423 0 0 v 2.74251 4.09518 4.06448 0.280935 0.940724 0.190038 0 0 v 2.64038 4.12772 4.06661 0.341999 0.924485 0.168414 0 0 v 2.54302 4.17105 4.06923 0.439775 0.897474 0.0337369 0 0 v 2.44066 4.22993 4.07373 0.478052 0.870886 -0.114125 0 0 v 2.3406 4.2809 4.07742 0.41445 0.894699 -0.16657 0 0 v 2.23945 4.32917 4.08181 0.354158 0.917665 -0.180173 0 0 v 2.1412 4.3597 4.08246 0.268318 0.946488 -0.179351 0 0 v 2.04035 4.38218 4.08434 0.171464 0.972248 -0.159168 0 0 v 1.94068 4.39757 4.08467 0.171366 0.967323 -0.186869 0 0 v 1.84027 4.42018 4.08676 0.17141 0.957935 -0.230172 0 0 v 1.74069 4.43632 4.08659 0.196063 0.951323 -0.237789 0 0 v 1.64013 4.45867 4.08885 0.225144 0.949427 -0.218858 0 0 v 1.54046 4.48478 4.09015 0.191994 0.956472 -0.219773 0 0 v 1.44094 4.50108 4.0903 0.135441 0.963637 -0.230347 0 0 v 1.34073 4.51268 4.09103 0.0943661 0.97351 -0.208263 0 0 v 1.24156 4.51523 4.09044 0.102553 0.982918 -0.152826 0 0 v 1.14091 4.52556 4.09134 0.176946 0.976186 -0.125501 0 0 v 1.04049 4.54739 4.09349 0.209097 0.968092 -0.138119 0 0 v 0.940276 4.57201 4.09489 0.215836 0.960185 -0.177367 0 0 v 0.840296 4.59723 4.09668 0.340948 0.910931 -0.232293 0 0 v 0.741856 4.65419 4.09925 0.427031 0.871099 -0.242549 0 0 v 0.640776 4.7006 4.10381 0.263762 0.945061 -0.193106 0 0 v 0.540186 4.71178 4.10462 0.140095 0.965784 -0.218252 0 0 v 0.439276 4.72121 4.10559 0.239336 0.962432 -0.128228 0 0 v 0.338886 4.75749 4.10834 0.267342 0.962413 -0.0478486 0 0 v 0.239706 4.78622 4.10973 0.198476 0.977509 -0.0713006 0 0 v 0.139116 4.80873 4.11125 0.200414 0.973671 -0.108627 0 0 v 0.0393662 4.82393 4.11203 0.136517 0.986763 -0.0875324 0 0 v -0.0608839 4.83611 4.11258 0.0700191 0.992472 -0.100482 0 0 v -0.160744 4.83796 4.11198 -0.00324538 0.994601 -0.103719 0 0 v -0.360704 4.835 4.11135 -0.0105355 0.987743 -0.155731 0 0 v -0.460974 4.83734 4.11061 -0.0104308 0.988613 -0.150121 0 0 v -0.561834 4.82717 4.10883 -0.153198 0.967982 -0.198851 0 0 v -0.663094 4.80354 4.10603 -0.229611 0.955618 -0.184587 0 0 v -0.762864 4.77516 4.10388 -0.366449 0.909353 -0.196958 0 0 v -0.862534 4.72296 4.0992 -0.491663 0.843303 -0.217041 0 0 v -0.960654 4.65621 4.09431 -0.553792 0.796354 -0.243178 0 0 v -1.06037 4.57976 4.08753 -0.555492 0.794111 -0.24661 0 0 v -1.15885 4.51432 4.08243 -0.569682 0.778114 -0.264579 0 0 v -1.25514 4.43399 4.0771 -0.650353 0.683991 -0.330451 0 0 v -5.38242 1.73037 10.6704 -0.0864735 0.991748 0.0946519 0 0 v -5.00256 6.7148 12.9208 -0.0831337 0.766281 -0.637105 0 0 v -4.17288 2.65619 7.94186 -0.24941 0.886919 0.388805 0 0 v 2.42922 3.01212 7.12507 0.00695945 0.955961 0.29341 0 0 v -1.95662 2.78639 3.93862 -0.748089 0.563204 -0.350947 0 0 v -2.05647 2.69712 3.93086 -0.36181 0.839039 -0.406335 0 0 v -2.1563 2.67154 3.92832 -0.289584 0.846076 -0.447545 0 0 v -2.25576 2.63335 3.92472 -0.121563 0.886112 -0.447245 0 0 v -2.35652 2.64003 3.92754 0.0362935 0.915783 -0.40003 0 0 v -2.45645 2.64236 3.92611 0.140942 0.921842 -0.361031 0 0 v -2.65638 2.70145 3.93164 0.206636 0.910552 -0.358045 0 0 v -2.75583 2.71751 3.93102 0.0241004 0.949323 -0.313378 0 0 v -2.85591 2.70686 3.92906 -0.238602 0.904084 -0.354543 0 0 v -2.95621 2.65796 3.92373 -0.417265 0.84336 -0.338576 0 0 v -3.05638 2.59427 3.91813 -0.468278 0.832881 -0.295001 0 0 v -3.15543 2.54173 3.91417 -0.434986 0.858483 -0.271651 0 0 v -3.25489 2.48892 3.91009 -0.34719 0.897157 -0.273072 0 0 v -3.35462 2.4601 3.90879 -0.212017 0.929003 -0.30332 0 0 v -3.45451 2.45407 3.91057 -0.0256193 0.918656 -0.394226 0 0 v -3.55543 2.46771 3.91139 0.1113 0.905549 -0.409381 0 0 v -3.6562 2.48247 3.91136 0.0515375 0.875522 -0.480421 0 0 v -3.75647 2.49143 3.91489 0.0605024 0.854018 -0.516714 0 0 v -3.85649 2.49251 3.9148 0.0868537 0.824787 -0.558733 0 0 v -3.95617 2.5076 3.91395 0.106275 0.803678 -0.585498 0 0 v -4.05579 2.51683 3.91725 0.0624252 0.806517 -0.587906 0 0 v -4.25555 2.51242 3.90894 -0.0455784 0.80265 -0.594706 0 0 v -4.35569 2.50254 3.90533 -0.0799276 0.80781 -0.583999 0 0 v -4.45567 2.48914 3.90419 -0.146209 0.811618 -0.565597 0 0 v -4.55508 2.46212 3.90293 -0.27546 0.771933 -0.572923 0 0 v -4.65485 2.4113 3.89827 -0.38133 0.696037 -0.608375 0 0 v -4.75435 2.33468 3.89195 -0.405919 0.659063 -0.63314 0 0 v -4.85561 2.26052 3.88328 -0.408072 0.64621 -0.644895 0 0 v -4.95285 2.20584 3.88284 -0.40938 0.623312 -0.66625 0 0 v -5.15066 2.03863 3.8706 -0.431162 0.570048 -0.699389 0 0 v -5.24784 1.98317 3.87248 -0.421921 0.562293 -0.711202 0 0 v -5.34085 1.91403 3.87443 -0.510844 0.493089 -0.704203 0 0 v -5.4467 1.67935 3.84464 -0.473516 0.496691 -0.727379 0 0 v -5.54891 1.61744 3.83628 -0.338397 0.590787 -0.732433 0 0 v -5.64544 1.58736 3.83991 -0.293371 0.595177 -0.748129 0 0 v 2.33014 3.02447 7.12437 0.22319 0.971228 0.0830795 0 0 v -4.97198 2.32467 7.77637 -0.508897 0.816658 0.2722 0 0 v 0.416466 3.89993 14.5471 -0.187663 0.960194 -0.206907 0 0 v -5.2123 6.863 14.5006 -0.666038 0.723109 -0.18305 0 0 v -6.97627 -3.88202 8.52746 -0.276815 -0.863697 -0.421189 0 0 v -4.08729 -2.73696 3.57263 -0.177098 -0.684574 -0.707103 0 0 v -6.40882 -0.448973 3.8222 -0.663848 7.0286e-006 -0.747867 0 0 v -4.98379 -1.40492 3.0635 -0.251866 -0.376256 -0.891625 0 0 v -0.211714 3.48573 14.8337 -0.64322 0.764128 -0.0487518 0 0 v -4.27334 2.70966 7.65637 -0.293961 0.926285 0.235761 0 0 v -3.78458 -3.01094 3.94602 0.0176196 -0.800456 -0.599132 0 0 v -0.110484 3.54913 14.686 -0.643391 0.753101 -0.137428 0 0 v -1.10298 2.80508 14.536 -0.588048 0.780481 0.212247 0 0 v 2.22926 3.05677 7.12476 0.226472 0.971512 0.0698152 0 0 v -6.16965 1.77396 7.45087 -0.600155 0.724133 0.339773 0 0 v -4.91272 7.06992 14.3604 -0.319629 0.945421 0.0633767 0 0 v -4.19508 1.00365 12.2823 -0.566621 0.785359 0.249304 0 0 v -4.86106 -1.32693 2.97982 -0.25337 -0.39032 -0.885129 0 0 v -5.29043 5.93693 12.2063 -0.0520709 0.521891 -0.851421 0 0 v -5.65 -0.958533 3.21444 -0.614121 -0.30753 -0.726829 0 0 v -7.31267 -3.48404 8.26226 -0.582359 -0.536872 -0.610431 0 0 v -3.68634 1.15865 11.5455 -0.150608 0.881862 -0.446807 0 0 v 2.12965 3.08469 7.12656 0.225185 0.971242 0.0773337 0 0 v -5.97448 1.71711 7.88787 -0.593468 0.714756 0.370025 0 0 v -0.605514 3.15107 14.5379 -0.569804 0.821425 -0.0241601 0 0 v -2.69365 1.86497 12.4418 -0.272227 0.868252 -0.414766 0 0 v -7.07105 1.08808 8.73116 -0.554282 0.685345 -0.472306 0 0 v -5.47189 1.78331 8.62056 -0.162634 0.981691 -0.0991584 0 0 v -5.48078 1.72465 10.6702 -0.161902 0.98489 0.0614807 0 0 v -4.68841 1.63387 10.6674 0.320392 0.931886 0.17011 0 0 v -5.00695 6.92746 13.4967 -0.590663 0.80166 -0.0919711 0 0 v 2.03016 3.11258 7.12837 0.211205 0.97584 0.0559403 0 0 v 4.24001 3.32853 4.1501 0.602436 0.797506 -0.0324688 0 0 v 4.1436 3.39734 4.15481 0.575015 0.815414 -0.066767 0 0 v 4.04372 3.461 4.15958 0.527116 0.84872 -0.0426981 0 0 v 3.94128 3.52086 4.16412 0.502551 0.864472 0.0113859 0 0 v 3.84077 3.58345 4.16855 0.429834 0.898554 0.0885602 0 0 v 3.64166 3.66137 4.1744 0.390701 0.909526 0.141827 0 0 v 3.53952 3.70796 4.17691 0.462228 0.868258 0.180201 0 0 v 3.44116 3.76232 4.18164 0.469385 0.860418 0.198389 0 0 v 3.34116 3.81295 4.18514 0.402183 0.891539 0.208341 0 0 v 3.24187 3.85243 4.18827 0.393497 0.893753 0.215329 0 0 v 3.03988 3.9505 4.1948 0.404191 0.888511 0.217203 0 0 v 2.94153 3.9925 4.19838 0.380093 0.891335 0.247086 0 0 v 2.84226 4.03185 4.20114 0.327883 0.911653 0.247753 0 0 v 2.73938 4.06375 4.20268 0.334413 0.921303 0.198414 0 0 v 2.6389 4.10079 4.20513 0.488751 0.866448 0.101936 0 0 v 2.54148 4.1821 4.21133 0.588604 0.807171 -0.0449469 0 0 v 2.44477 4.25148 4.2146 0.544184 0.830098 -0.12166 0 0 v 2.34113 4.30876 4.22062 0.421044 0.893424 -0.156572 0 0 v 2.24079 4.3477 4.22301 0.318227 0.939716 -0.125161 0 0 v 2.13949 4.38167 4.22577 0.234682 0.967838 -0.0906275 0 0 v 2.04064 4.3998 4.2262 0.193718 0.977041 -0.08868 0 0 v 1.93985 4.42183 4.22802 0.222573 0.967635 -0.118931 0 0 v 1.83965 4.44534 4.2297 0.200215 0.970143 -0.136878 0 0 v 1.74031 4.46218 4.22989 0.196485 0.968352 -0.153908 0 0 v 1.63972 4.48488 4.23189 0.211147 0.967501 -0.139135 0 0 v 1.5392 4.50823 4.23349 0.198624 0.971631 -0.128384 0 0 v 1.44012 4.52635 4.23358 0.135907 0.982081 -0.130565 0 0 v 1.33956 4.53528 4.23462 0.077241 0.987741 -0.135656 0 0 v 1.23985 4.54286 4.23269 0.139787 0.971673 -0.190555 0 0 v 1.14031 4.56252 4.23497 0.214932 0.944548 -0.24826 0 0 v 1.04013 4.58635 4.23637 0.235092 0.930859 -0.279704 0 0 v 0.939766 4.61165 4.23821 0.242576 0.926012 -0.289239 0 0 v 0.841416 4.64233 4.2394 0.323948 0.915279 -0.239421 0 0 v 0.739336 4.68685 4.24409 0.340122 0.929519 -0.142518 0 0 v 0.640726 4.71755 4.245 0.23478 0.965811 -0.109943 0 0 v 0.539876 4.74002 4.24726 0.140831 0.981329 -0.130995 0 0 v 0.441216 4.74568 4.24687 0.161056 0.979529 -0.120768 0 0 v 0.339786 4.76612 4.24885 0.207797 0.975742 -0.0689098 0 0 v 0.239396 4.78941 4.25047 0.20696 0.978052 -0.0241359 0 0 v 0.138996 4.81241 4.25209 0.185164 0.982674 -0.00812236 0 0 v 0.0390461 4.82837 4.25286 0.144096 0.989563 -0.00138784 0 0 v -0.0610338 4.84412 4.25363 0.0876194 0.996049 0.0144832 0 0 v -0.161394 4.84809 4.25358 -0.0105069 0.999814 -0.0161851 0 0 v -0.261284 4.84088 4.25247 -0.0251744 0.99893 -0.0388069 0 0 v -0.361684 4.84245 4.25179 0.0467807 0.997634 -0.0503712 0 0 v -0.461664 4.85157 4.25244 0.0406774 0.997901 -0.0503908 0 0 v -0.561864 4.85044 4.252 -0.104469 0.991712 -0.0747903 0 0 v -0.663014 4.82811 4.24928 -0.236892 0.96631 -0.100638 0 0 v -0.762734 4.80102 4.24682 -0.327209 0.937594 -0.117692 0 0 v -0.864434 4.75183 4.24171 -0.468016 0.870713 -0.15106 0 0 v -0.960684 4.69356 4.23828 -0.535121 0.829686 -0.158953 0 0 v -1.05971 4.62901 4.23294 -0.558228 0.810606 -0.176915 0 0 v -1.15987 4.55267 4.22642 -0.55582 0.807804 -0.196258 0 0 v -1.25741 4.48657 4.22117 -0.598211 0.770352 -0.220685 0 0 v -6.2713 1.68679 7.44657 -0.636744 0.690955 0.342255 0 0 v 1.83081 3.14339 7.13096 0.180685 0.978067 0.103625 0 0 v -5.98154 1.59211 10.6635 -0.284595 0.958645 0.00240192 0 0 v -4.8932 6.70902 12.9137 0.234507 0.640687 -0.731113 0 0 v 0.295766 3.52366 13.9476 -0.439433 0.717864 -0.539971 0 0 v -1.94342 2.94409 4.09848 -0.834169 0.440892 -0.331325 0 0 v -2.05714 2.7608 4.07796 -0.500365 0.795734 -0.341235 0 0 v -2.15701 2.74794 4.07671 -0.275469 0.90953 -0.311241 0 0 v -2.25665 2.69698 4.07179 -0.199992 0.924592 -0.324241 0 0 v -2.35757 2.68947 4.07348 -0.0145074 0.959051 -0.28286 0 0 v -2.45749 2.69195 4.07257 0.141915 0.952727 -0.268649 0 0 v -2.6571 2.74402 4.07502 0.17591 0.958213 -0.225573 0 0 v -2.75674 2.75458 4.07607 0.00434606 0.980584 -0.196053 0 0 v -2.85677 2.74634 4.0737 -0.197165 0.958943 -0.203848 0 0 v -2.95776 2.71109 4.06948 -0.403954 0.885917 -0.227974 0 0 v -3.05614 2.65594 4.06596 -0.475675 0.838 -0.267376 0 0 v -3.15546 2.59137 4.0608 -0.402426 0.855462 -0.325943 0 0 v -3.25389 2.54506 4.06019 -0.302482 0.863092 -0.404446 0 0 v -3.35583 2.51285 4.0544 -0.127741 0.891036 -0.435589 0 0 v -3.4562 2.51186 4.05478 0.0411764 0.901431 -0.43096 0 0 v -3.55669 2.51922 4.0579 0.0819105 0.898033 -0.432236 0 0 v -3.65733 2.53095 4.05903 0.131803 0.88897 -0.438588 0 0 v -3.75758 2.55662 4.06112 0.148714 0.869688 -0.470667 0 0 v -3.85681 2.57365 4.05948 0.184368 0.837192 -0.514897 0 0 v -3.95679 2.5992 4.06111 0.125996 0.83905 -0.529264 0 0 v -4.05654 2.61092 4.06233 0.0863899 0.852751 -0.515123 0 0 v -4.1562 2.62335 4.06279 0.0506816 0.845684 -0.531272 0 0 v -4.25578 2.62218 4.06315 -0.0646184 0.84376 -0.532817 0 0 v -4.3559 2.60015 4.05808 -0.157422 0.84881 -0.504718 0 0 v -4.45537 2.58597 4.05743 -0.162072 0.849943 -0.501328 0 0 v -4.55684 2.55365 4.05041 -0.217662 0.833127 -0.508451 0 0 v -4.65587 2.52562 4.04942 -0.254492 0.794705 -0.551069 0 0 v -4.75525 2.48617 4.04709 -0.310558 0.725211 -0.61451 0 0 v -4.85311 2.44586 4.0475 -0.333568 0.672067 -0.661103 0 0 v -5.14994 2.23836 4.03272 -0.434877 0.580834 -0.688123 0 0 v -5.2496 2.14957 4.02489 -0.432545 0.576175 -0.69349 0 0 v -5.34902 2.06092 4.01773 -0.450892 0.583274 -0.675639 0 0 v -5.44756 1.99409 4.01868 -0.459418 0.533328 -0.710279 0 0 v -5.53333 1.92214 4.02226 -0.46447 0.487814 -0.739124 0 0 v -5.65569 1.70008 3.97642 -0.365927 0.614929 -0.698541 0 0 v -5.74861 1.69193 3.98553 -0.257548 0.701812 -0.664176 0 0 v 1.72989 3.16296 7.13047 0.177684 0.969667 0.167854 0 0 v 1.6303 3.17755 7.13106 0.167629 0.963321 0.209557 0 0 v -0.902814 2.95739 14.5365 -0.556974 0.819753 0.133358 0 0 v -2.69762 2.01879 12.8907 -0.490825 0.860464 -0.136719 0 0 v -5.30888 6.77515 14.502 -0.704468 0.655826 -0.271325 0 0 v -5.77345 1.77473 8.91057 -0.240401 0.969873 -0.0394277 0 0 v -6.47375 1.50666 9.18976 -0.453106 0.890612 -0.0387987 0 0 v -0.689554 2.57286 13.2008 -0.111714 0.797172 -0.593327 0 0 v -0.895574 2.54814 13.2029 -0.0623038 0.833759 -0.548602 0 0 v -1.09602 2.5381 13.2002 -0.0407945 0.877006 -0.478744 0 0 v -1.39655 2.50278 13.1973 -0.116273 0.918272 -0.378493 0 0 v -1.59579 2.47239 13.198 -0.180613 0.910119 -0.372911 0 0 v -0.00767383 3.64776 14.6866 -0.626024 0.767784 -0.136384 0 0 v -1.99545 2.39459 13.196 -0.275438 0.928316 -0.249728 0 0 v -2.19503 2.3299 13.1946 -0.371596 0.923618 -0.0940532 0 0 v -2.40167 2.20162 13.1922 -0.495217 0.867662 -0.0438407 0 0 v -2.50043 2.14791 13.1914 -0.460836 0.887218 -0.0217855 0 0 v -3.43912 1.21732 11.5797 -0.0780432 0.825966 -0.558291 0 0 v -5.67105 1.72463 8.32467 -0.460456 0.880873 0.109738 0 0 v -3.79215 1.28488 12.1368 -0.494013 0.86536 -0.0842818 0 0 v -3.58626 1.1719 11.5464 -0.128223 0.86616 -0.483039 0 0 v -4.78261 1.77369 9.79257 0.248048 0.967109 0.056318 0 0 v -0.299554 2.97174 13.651 -0.32843 0.798371 -0.504715 0 0 v -4.97466 2.27791 7.92057 -0.515951 0.804282 0.294831 0 0 v -4.77561 2.40689 7.92886 -0.469883 0.80838 0.354587 0 0 v -2.70375 2.01077 13.3393 -0.562149 0.821837 0.0925858 0 0 v -1.59548 2.41048 13.0486 -0.141106 0.91068 -0.388266 0 0 v -6.97152 1.15562 8.73407 -0.508279 0.729547 -0.457618 0 0 v -5.57178 1.77081 8.62027 -0.143255 0.978823 -0.146231 0 0 v -0.902154 2.9238 13.944 -0.300323 0.922112 -0.24396 0 0 v -5.77738 1.81652 9.64437 -0.224635 0.972095 0.0676096 0 0 v 1.52965 3.19873 7.13106 0.174118 0.963036 0.205537 0 0 v 4.44061 3.1525 4.27848 0.648936 0.760797 -0.00836862 0 0 v 4.3374 3.23765 4.28469 0.628275 0.775799 0.0583677 0 0 v 4.2402 3.31715 4.29054 0.630218 0.773342 0.0690491 0 0 v 4.13792 3.40282 4.29691 0.562447 0.825246 0.0512148 0 0 v 4.04188 3.45937 4.30111 0.496738 0.865505 0.0644343 0 0 v 3.93933 3.51834 4.30521 0.443751 0.891749 0.0887065 0 0 v 3.84172 3.56106 4.30848 0.408464 0.907148 0.101192 0 0 v 3.74132 3.5988 4.31104 0.34278 0.931365 0.122725 0 0 v 3.64164 3.63764 4.31389 0.369222 0.91802 0.144615 0 0 v 3.5418 3.67659 4.31665 0.434695 0.888527 0.146832 0 0 v 3.43938 3.73483 4.32034 0.464205 0.871807 0.15642 0 0 v 3.33933 3.78497 4.32349 0.406206 0.899041 0.163471 0 0 v 3.23897 3.82287 4.32648 0.406386 0.902406 0.143227 0 0 v 3.14224 3.86737 4.33021 0.437953 0.888195 0.138945 0 0 v 3.04197 3.91821 4.33399 0.434279 0.896387 0.0888374 0 0 v 2.94191 3.95712 4.33701 0.363973 0.928387 0.0749803 0 0 v 2.84159 3.9938 4.33875 0.341178 0.934726 0.0994205 0 0 v 2.74144 4.03139 4.3413 0.382536 0.918515 0.0999797 0 0 v 2.64336 4.0848 4.34519 0.540185 0.840899 0.0330011 0 0 v 2.5399 4.18055 4.35229 0.66301 0.748386 -0.0183197 0 0 v 2.43928 4.28151 4.35978 0.579513 0.813786 -0.0437867 0 0 v 2.33982 4.33364 4.36353 0.40429 0.91316 -0.0518531 0 0 v 2.24114 4.36264 4.36535 0.25906 0.965346 -0.0315326 0 0 v 2.13956 4.38414 4.36679 0.199048 0.979683 0.0245144 0 0 v 2.0391 4.40804 4.36837 0.243003 0.969962 0.0111364 0 0 v 1.93902 4.43427 4.37015 0.253022 0.967133 -0.0251742 0 0 v 1.83959 4.4617 4.3717 0.242554 0.969307 -0.0401375 0 0 v 1.73869 4.48382 4.37334 0.187896 0.981129 -0.0456139 0 0 v 1.63922 4.49843 4.37367 0.195647 0.979249 -0.0528494 0 0 v 1.53884 4.52244 4.3753 0.201875 0.977932 -0.0538046 0 0 v 1.43991 4.53997 4.37587 0.1359 0.989478 -0.0496397 0 0 v 1.33957 4.55101 4.37626 0.151452 0.984832 -0.0846688 0 0 v 1.23912 4.57395 4.37788 0.258088 0.951253 -0.168844 0 0 v 1.14025 4.60431 4.37885 0.292119 0.926061 -0.23891 0 0 v 1.03899 4.6373 4.382 0.262357 0.922664 -0.282594 0 0 v 0.941346 4.65825 4.38118 0.187015 0.944335 -0.270661 0 0 v 0.840786 4.67041 4.38201 0.199866 0.959326 -0.199367 0 0 v 0.738766 4.6997 4.38588 0.247931 0.962293 -0.111906 0 0 v 0.639156 4.72908 4.38737 0.221336 0.974009 -0.0481251 0 0 v 0.538706 4.75116 4.38921 0.148979 0.988611 -0.0212804 0 0 v 0.438686 4.764 4.38998 0.148411 0.988324 -0.0344844 0 0 v 0.338686 4.77701 4.39046 0.130145 0.991417 0.0124602 0 0 v 0.238606 4.78978 4.3913 0.164366 0.984895 0.0544548 0 0 v 0.138046 4.81013 4.39256 0.136742 0.985765 0.0978232 0 0 v 0.0378461 4.822 4.39311 0.112756 0.984773 0.132321 0 0 v -0.061704 4.83023 4.39327 0.107629 0.983355 0.146389 0 0 v -0.161824 4.8424 4.39386 0.0669104 0.992145 0.105696 0 0 v -0.261934 4.84356 4.39354 0.0219831 0.999092 0.0364956 0 0 v -0.361934 4.84804 4.39346 0.0538969 0.998477 0.011755 0 0 v -0.462184 4.85253 4.39327 0.0381869 0.999193 0.0124955 0 0 v -0.563594 4.85442 4.39271 -0.0875832 0.996157 -0.001142 0 0 v -0.665104 4.83321 4.39015 -0.236026 0.971575 -0.0182808 0 0 v -0.765464 4.80614 4.38748 -0.291488 0.956416 -0.0174202 0 0 v -0.862494 4.77301 4.38526 -0.436698 0.898737 -0.0395878 0 0 v -0.959664 4.71708 4.38092 -0.537942 0.840785 -0.0608224 0 0 v -1.06067 4.64276 4.37452 -0.550735 0.834255 -0.0266511 0 0 v -1.16085 4.57957 4.36883 -0.543413 0.835231 -0.0842122 0 0 v -1.25896 4.51353 4.36351 -0.572792 0.811465 -0.115903 0 0 v -1.35892 4.43746 4.35706 -0.611258 0.778795 -0.140864 0 0 v -2.49745 2.12118 12.8921 -0.427139 0.88212 -0.198535 0 0 v -6.0812 1.56343 10.6427 -0.309204 0.950992 0.00276393 0 0 v 0.195216 3.45855 13.9485 -0.470061 0.721797 -0.507987 0 0 v -2.60255 2.05998 13.4895 -0.563883 0.808379 0.168998 0 0 v -2.05796 2.82446 4.22499 -0.656291 0.695663 -0.292122 0 0 v -2.15763 2.77343 4.22021 -0.34796 0.900686 -0.260169 0 0 v -2.25735 2.73527 4.21703 -0.261489 0.938127 -0.227028 0 0 v -2.35732 2.72234 4.21574 -0.0325416 0.973353 -0.22699 0 0 v -2.45804 2.7279 4.21768 0.138344 0.962769 -0.232242 0 0 v -2.65772 2.77062 4.21866 0.13629 0.971443 -0.194224 0 0 v -2.75757 2.78009 4.21985 -0.0193988 0.981975 -0.188012 0 0 v -2.85674 2.76815 4.21826 -0.202692 0.964287 -0.170489 0 0 v -2.95819 2.73567 4.21384 -0.366252 0.914911 -0.169698 0 0 v -3.05054 2.6924 4.23427 -0.385326 0.895756 -0.221686 0 0 v -3.15597 2.63996 4.20778 -0.26134 0.904528 -0.336942 0 0 v -3.25554 2.62428 4.20787 -0.117301 0.880222 -0.459837 0 0 v -3.35671 2.6139 4.20573 -0.0651458 0.828364 -0.556389 0 0 v -3.45733 2.60531 4.20202 0.00498755 0.822668 -0.568501 0 0 v -3.55759 2.61312 4.20525 0.0765176 0.805775 -0.587257 0 0 v -3.65798 2.62477 4.2064 0.13247 0.794966 -0.592014 0 0 v -3.75733 2.64107 4.20489 0.169501 0.791691 -0.586937 0 0 v -3.85784 2.67637 4.20904 0.164622 0.803068 -0.572697 0 0 v -3.95773 2.6891 4.20941 0.075901 0.839005 -0.538804 0 0 v -4.05744 2.6922 4.20702 0.0741646 0.839322 -0.538553 0 0 v -4.15733 2.70526 4.20705 0.0347344 0.844735 -0.534057 0 0 v -4.25724 2.70617 4.20629 -0.0861001 0.848725 -0.521778 0 0 v -4.55685 2.64047 4.20091 -0.156231 0.8733 -0.461454 0 0 v -4.65778 2.61799 4.19668 -0.165639 0.852697 -0.495452 0 0 v -4.75681 2.602 4.19687 -0.214196 0.810708 -0.544861 0 0 v -4.8578 2.56621 4.19192 -0.258409 0.77216 -0.580511 0 0 v -4.95549 2.53618 4.19256 -0.322337 0.746498 -0.5821 0 0 v -5.05451 2.4716 4.18802 -0.414168 0.663616 -0.62296 0 0 v -5.15333 2.40709 4.18394 -0.389672 0.672408 -0.629304 0 0 v -5.25225 2.34202 4.17972 -0.414067 0.621749 -0.664813 0 0 v -5.3505 2.26403 4.17485 -0.488096 0.571917 -0.659297 0 0 v -5.45328 2.15362 4.16142 -0.45225 0.60648 -0.653951 0 0 v -5.54787 2.09685 4.16333 -0.484422 0.587442 -0.648265 0 0 v -5.64035 2.00241 4.1626 -0.562002 0.517817 -0.644995 0 0 v -5.75728 1.83554 4.13353 -0.443465 0.612561 -0.654299 0 0 v -5.85118 1.78029 4.13335 -0.389167 0.70932 -0.587719 0 0 v -5.95124 1.71961 4.12522 -0.51784 0.665306 -0.537782 0 0 v 1.1293 3.27299 7.13327 0.169554 0.981136 0.0928681 0 0 v 1.02908 3.28509 7.13356 0.0135662 0.994213 0.106571 0 0 v -6.90327 -2.02815 7.96856 -0.463276 -0.023607 -0.8859 0 0 v -6.97724 1.2821 9.47297 -0.610885 0.791427 0.0215261 0 0 v -6.17201 1.63614 8.75736 -0.383023 0.909752 -0.160138 0 0 v -1.19563 2.53539 13.201 -0.0790521 0.900166 -0.428314 0 0 v -5.87251 1.71226 8.61657 -0.262857 0.930964 -0.253402 0 0 v -5.97246 1.67555 8.61436 -0.311275 0.910438 -0.272416 0 0 v -1.797 2.4378 13.1959 -0.170443 0.933186 -0.316407 0 0 v -3.67133 0.971836 11.2512 0.402501 0.805423 -0.435072 0 0 v -2.59883 2.09471 13.1904 -0.527344 0.849623 -0.00700385 0 0 v -5.48713 5.84572 12.1899 -0.706158 0.480031 -0.520491 0 0 v -2.69648 1.98218 12.7393 -0.409317 0.880968 -0.237393 0 0 v -6.0122 -4.02856 8.17507 -0.199608 -0.658664 -0.725478 0 0 v -0.802554 3.02216 14.2413 -0.423438 0.902263 -0.0813764 0 0 v -4.63669 -3.44025 0.365285 -0.521062 -0.589506 -0.617234 0 0 v -6.67807 1.40309 9.77256 -0.369848 0.876182 0.309058 0 0 v -4.87562 2.34263 7.92497 -0.51712 0.796684 0.31286 0 0 v -5.1754 2.10125 8.05657 -0.455783 0.801957 0.386169 0 0 v -4.28586 1.62804 9.64077 0.330611 0.928732 0.167788 0 0 v -5.98014 1.6822 10.0788 -0.295947 0.948855 0.109958 0 0 v -2.07261 2.93998 7.67747 0.0563293 0.948844 0.310679 0 0 v -5.67748 1.841 9.65057 -0.174328 0.984042 0.0356399 0 0 v 4.53958 3.07589 4.41434 0.619999 0.784204 0.0250325 0 0 v 4.43913 3.15161 4.41975 0.597933 0.799096 0.0626272 0 0 v 4.14087 3.38257 4.43707 0.592692 0.800338 0.0904149 0 0 v 4.03984 3.44464 4.44141 0.473896 0.875497 0.0944843 0 0 v 3.9401 3.49601 4.44501 0.455457 0.88218 0.119654 0 0 v 3.74058 3.58652 4.45124 0.381054 0.922107 0.0672053 0 0 v 3.64244 3.61538 4.45349 0.333181 0.941068 0.0581549 0 0 v 3.53976 3.66017 4.45628 0.418917 0.905813 0.0633396 0 0 v 3.44099 3.71398 4.46036 0.464844 0.883237 0.0617476 0 0 v 3.33952 3.76145 4.46349 0.425167 0.903289 0.0574685 0 0 v 3.24106 3.80288 4.46632 0.436795 0.899039 0.0306531 0 0 v 3.14001 3.86451 4.47081 0.508451 0.860493 -0.0320692 0 0 v 3.0403 3.92901 4.47557 0.452282 0.886792 -0.0950845 0 0 v 2.94093 3.96898 4.47701 0.350656 0.928868 -0.119353 0 0 v 2.84247 3.99843 4.47831 0.317242 0.938982 -0.132928 0 0 v 2.7418 4.03366 4.48209 0.429973 0.889295 -0.15581 0 0 v 2.64266 4.09795 4.48684 0.572946 0.80935 -0.12917 0 0 v 2.54068 4.18332 4.49352 0.60626 0.795231 0.00750766 0 0 v 2.43722 4.26687 4.49976 0.581165 0.8088 0.0899459 0 0 v 2.33962 4.33371 4.50473 0.376014 0.925667 0.0418922 0 0 v 2.23962 4.36088 4.50636 0.195777 0.979435 0.0487652 0 0 v 2.13899 4.37324 4.50711 0.154846 0.98362 0.0922769 0 0 v 2.03831 4.39505 4.5082 0.242931 0.962248 0.12273 0 0 v 1.93883 4.4233 4.51024 0.293926 0.949618 0.108784 0 0 v 1.83804 4.45837 4.51242 0.264066 0.961094 0.0810442 0 0 v 1.73964 4.47778 4.51371 0.204743 0.978137 0.0364581 0 0 v 1.53851 4.52334 4.51614 0.188055 0.98186 0.0242006 0 0 v 1.43919 4.53959 4.51658 0.167804 0.985767 0.0102999 0 0 v 1.34052 4.557 4.51693 0.245413 0.96886 -0.032889 0 0 v 1.23773 4.59658 4.5209 0.363066 0.927224 -0.0918578 0 0 v 1.1387 4.63867 4.52324 0.375453 0.915117 -0.146954 0 0 v 1.03931 4.67885 4.52548 0.28656 0.942346 -0.172821 0 0 v 0.938126 4.70125 4.52748 0.153224 0.969336 -0.192118 0 0 v 0.838946 4.7051 4.52692 0.110372 0.975522 -0.190195 0 0 v 0.738286 4.71453 4.52776 0.121645 0.984615 -0.125446 0 0 v 0.637936 4.72668 4.52831 0.103543 0.99458 -0.00950047 0 0 v 0.538026 4.74201 4.52921 0.133388 0.987953 0.0784672 0 0 v 0.437576 4.76072 4.53059 0.13034 0.987645 0.0869991 0 0 v 0.338516 4.76789 4.53039 0.0866315 0.992685 0.0840969 0 0 v 0.238116 4.77813 4.53084 0.136233 0.989431 0.0496637 0 0 v 0.137916 4.78928 4.53132 0.104801 0.993487 0.0447235 0 0 v 0.0381861 4.79221 4.53098 0.0872102 0.994663 0.0551355 0 0 v -0.0622639 4.8046 4.53188 0.0978552 0.991988 0.0799023 0 0 v -0.162194 4.81824 4.53222 0.100434 0.98805 0.116918 0 0 v -0.262494 4.82817 4.53266 0.0923711 0.99056 0.10128 0 0 v -0.362664 4.83801 4.53296 0.0853273 0.994456 0.0614582 0 0 v -0.462624 4.84942 4.53371 0.0835914 0.99643 0.0118034 0 0 v -0.563184 4.85212 4.53338 -0.0705014 0.997469 -0.00926307 0 0 v -0.666034 4.83354 4.53074 -0.242659 0.970077 -0.00817153 0 0 v -0.765444 4.80533 4.52862 -0.304364 0.952373 0.0186794 0 0 v -0.862654 4.77234 4.52592 -0.40731 0.91324 0.00958386 0 0 v -0.962464 4.70833 4.52055 -0.54497 0.837777 -0.0337221 0 0 v -1.06322 4.63355 4.51377 -0.519212 0.84846 -0.102638 0 0 v -1.16261 4.58137 4.50942 -0.499979 0.86234 -0.0799376 0 0 v -1.2591 4.52559 4.50547 -0.560085 0.824378 -0.0818938 0 0 v -1.35967 4.45077 4.4989 -0.597338 0.798881 -0.0705433 0 0 v -4.0889 1.13008 11.6918 -0.143335 0.98833 -0.0515743 0 0 v -2.59052 1.90756 12.4471 -0.264275 0.851006 -0.453815 0 0 v -3.09774 1.77671 12.8869 -0.559807 0.827285 0.0470723 0 0 v 0.0965461 3.39295 13.9491 -0.500668 0.705743 -0.501257 0 0 v -2.57264 2.8999 7.67267 -0.0317337 0.91335 0.405937 0 0 v -2.05844 2.863 4.36971 -0.675856 0.727502 -0.11815 0 0 v -2.15837 2.82451 4.36649 -0.363958 0.886964 -0.284303 0 0 v -2.25825 2.77342 4.3618 -0.296776 0.899173 -0.321577 0 0 v -2.35824 2.75354 4.36241 -0.0415489 0.959781 -0.277657 0 0 v -2.45908 2.76447 4.36317 0.128423 0.95104 -0.281123 0 0 v -2.55877 2.77977 4.36311 0.161703 0.957374 -0.239347 0 0 v -2.65832 2.80395 4.36488 0.122924 0.96804 -0.218607 0 0 v -2.75807 2.80653 4.36365 -0.0258391 0.977917 -0.207389 0 0 v -2.85788 2.79653 4.36182 -0.191945 0.956123 -0.221329 0 0 v -2.9587 2.76176 4.3574 -0.314494 0.917156 -0.244783 0 0 v -3.05767 2.71979 4.35496 -0.274494 0.912552 -0.303152 0 0 v -3.15685 2.70184 4.35553 -0.134576 0.918794 -0.371089 0 0 v -3.25738 2.70232 4.35505 0.0199518 0.901542 -0.432232 0 0 v -3.358 2.71676 4.35519 0.0756317 0.879604 -0.469656 0 0 v -3.45862 2.72771 4.35632 0.0724143 0.848287 -0.524562 0 0 v -3.55855 2.74163 4.35645 0.141302 0.827395 -0.543555 0 0 v -3.65889 2.76346 4.35942 0.13485 0.822217 -0.55297 0 0 v -3.75882 2.77582 4.35995 0.132992 0.827853 -0.544951 0 0 v -3.95828 2.7996 4.36187 0.0781941 0.839658 -0.537457 0 0 v -4.05791 2.80304 4.35946 0.0306624 0.858883 -0.511253 0 0 v -4.15802 2.80663 4.35758 -0.0177001 0.887551 -0.460369 0 0 v -4.25952 2.8006 4.35352 -0.104457 0.885624 -0.452503 0 0 v -4.35806 2.78171 4.35417 -0.231761 0.872346 -0.430464 0 0 v -4.45791 2.74319 4.35088 -0.278985 0.867622 -0.411581 0 0 v -4.55883 2.71401 4.35 -0.177252 0.901133 -0.395653 0 0 v -4.65744 2.7019 4.34805 -0.119911 0.912044 -0.392171 0 0 v -4.85746 2.66554 4.34338 -0.232552 0.868364 -0.438023 0 0 v -5.05709 2.58843 4.33673 -0.404921 0.776067 -0.483487 0 0 v -5.15708 2.51272 4.3301 -0.410765 0.753819 -0.512863 0 0 v -5.2533 2.47961 4.33318 -0.372721 0.76687 -0.522484 0 0 v -5.35355 2.41897 4.32572 -0.511162 0.670561 -0.537644 0 0 v -5.45446 2.30599 4.31501 -0.536678 0.631149 -0.560025 0 0 v -5.54905 2.23676 4.3151 -0.496132 0.652275 -0.573053 0 0 v -5.64708 2.14651 4.30856 -0.577381 0.595801 -0.558259 0 0 v -5.74612 2.03181 4.29991 -0.625189 0.558129 -0.545556 0 0 v -5.84656 1.91805 4.29412 -0.525482 0.659821 -0.537126 0 0 v -5.95355 1.83566 4.27491 -0.527017 0.693014 -0.49192 0 0 v -5.9262 -1.66976 3.74957 -0.588751 -0.314034 -0.744819 0 0 v -4.68078 1.77483 9.49946 0.217858 0.963704 0.154312 0 0 v -5.96923 0.294297 3.46956 -0.648213 0.131822 -0.749962 0 0 v -5.67423 1.7955 9.20506 -0.183486 0.981621 -0.0524726 0 0 v -6.17055 1.54432 8.46256 -0.380789 0.831116 -0.405273 0 0 v -2.8993 1.8913 13.1878 -0.594595 0.800988 0.0698236 0 0 v -2.80126 1.95812 13.1887 -0.548479 0.835559 0.0318039 0 0 v -4.91245 7.0733 14.2144 -0.439573 0.897742 -0.0289063 0 0 v -1.70043 2.46005 14.2364 -0.548929 0.768595 0.328541 0 0 v -5.47824 1.81149 9.93677 -0.105225 0.97555 0.19295 0 0 v -0.113614 3.56444 14.8339 -0.652258 0.756701 -0.0443138 0 0 v -2.29096 1.9715 12.4497 -0.130303 0.832947 -0.537793 0 0 v -7.28806 -1.74875 8.20536 -0.594899 -0.107608 -0.796565 0 0 v -5.68332 1.68343 10.8148 -0.287978 0.941135 -0.177015 0 0 v -0.106014 3.4695 14.3912 -0.571718 0.778053 -0.260331 0 0 v -4.18853 1.11633 11.6925 -0.0809219 0.991288 0.103924 0 0 v -3.98879 1.15255 11.6914 -0.164516 0.969948 -0.179261 0 0 v -3.49237 1.37047 11.9894 -0.299763 0.895786 -0.32819 0 0 v -5.70583 4.80521 11.7695 -0.375726 0.240897 -0.894873 0 0 v -3.09192 1.67138 12.2914 -0.31963 0.852183 -0.414271 0 0 v -0.906554 2.91012 14.6855 -0.625177 0.736184 0.259205 0 0 v 4.54059 3.06509 4.55521 0.609424 0.783832 0.119204 0 0 v 4.43881 3.13926 4.56018 0.576466 0.809666 0.110127 0 0 v 1.62489 2.93831 8.12656 -0.157488 0.9526 0.260289 0 0 v 4.2403 3.28127 4.57088 0.630215 0.770834 0.0929682 0 0 v 4.13888 3.36812 4.57705 0.603498 0.792832 0.084901 0 0 v 4.04063 3.43473 4.58212 0.462876 0.883657 0.0699696 0 0 v 3.94104 3.47364 4.58464 0.437187 0.894749 0.0910629 0 0 v 3.83824 3.53142 4.58856 0.496745 0.86528 0.0673423 0 0 v 3.74112 3.58896 4.59314 0.369247 0.929301 0.00745412 0 0 v 3.64116 3.61636 4.59474 0.349255 0.936918 -0.014335 0 0 v 3.54279 3.65746 4.59726 0.432595 0.90121 -0.0261216 0 0 v 3.44025 3.71416 4.60157 0.465496 0.884673 -0.0258033 0 0 v 3.3417 3.7672 4.60519 0.454788 0.888633 -0.0591532 0 0 v 3.24088 3.81656 4.60871 0.498512 0.861104 -0.0999307 0 0 v 3.13773 3.88746 4.61405 0.533273 0.84087 -0.0925072 0 0 v 3.04251 3.94738 4.61754 0.477249 0.874605 -0.0854403 0 0 v 2.93813 4.00234 4.62212 0.391486 0.913043 -0.114412 0 0 v 2.84278 4.03818 4.62388 0.37189 0.914134 -0.161419 0 0 v 2.74023 4.08304 4.62736 0.419568 0.892135 -0.167506 0 0 v 2.63846 4.12995 4.63078 0.459651 0.884782 -0.0766935 0 0 v 2.53948 4.18278 4.63449 0.462849 0.885923 0.0301817 0 0 v 2.43721 4.24248 4.63865 0.587728 0.80331 0.0962726 0 0 v 2.33834 4.32125 4.6445 0.45498 0.884532 0.102941 0 0 v 2.24001 4.35097 4.64697 0.167776 0.980944 0.0979756 0 0 v 2.03832 4.37252 4.64747 0.196243 0.970637 0.139111 0 0 v 1.93835 4.39897 4.64925 0.290428 0.943352 0.160433 0 0 v 1.8378 4.43436 4.65131 0.315444 0.932553 0.175612 0 0 v 1.73678 4.46856 4.65338 0.275078 0.951323 0.138985 0 0 v 1.53884 4.51406 4.65601 0.234248 0.970995 0.0479298 0 0 v 1.43816 4.53742 4.65743 0.224132 0.974315 -0.021812 0 0 v 1.33993 4.55597 4.65781 0.289356 0.955942 -0.0494817 0 0 v 1.23816 4.60076 4.66157 0.400293 0.915355 -0.0434746 0 0 v 1.13808 4.65144 4.66517 0.403156 0.914273 -0.0396259 0 0 v 1.03803 4.6898 4.66762 0.313139 0.948952 -0.0378801 0 0 v 0.936786 4.72284 4.6703 0.200413 0.978111 -0.0559841 0 0 v 0.836966 4.7373 4.67091 0.110401 0.990054 -0.0872024 0 0 v 0.737396 4.73988 4.67038 -0.00642524 0.99624 -0.086398 0 0 v 0.637146 4.72562 4.6689 -0.0256626 0.999426 -0.0221197 0 0 v 0.537446 4.72563 4.66852 0.0475655 0.998722 -0.0170617 0 0 v 0.437366 4.73917 4.66906 0.14103 0.98963 0.0272635 0 0 v 0.337766 4.75344 4.66968 0.177257 0.984132 -0.0080629 0 0 v 0.237946 4.78081 4.67108 0.20978 0.971401 -0.111228 0 0 v 0.139376 4.79556 4.67013 0.138403 0.97496 -0.174062 0 0 v 0.0383061 4.80561 4.66737 0.071196 0.976708 -0.202417 0 0 v -0.0628139 4.80456 4.67185 -0.019327 0.992623 -0.119694 0 0 v -0.162934 4.80372 4.67149 0.0409259 0.994559 -0.0958019 0 0 v -0.262854 4.81628 4.67208 0.110437 0.993025 -0.0412849 0 0 v -0.363354 4.83156 4.67302 0.136267 0.990492 -0.0188848 0 0 v -0.463274 4.85208 4.67413 0.100054 0.994606 -0.027368 0 0 v -0.563894 4.85403 4.6739 -0.0759285 0.997109 -0.00303584 0 0 v -0.663974 4.83993 4.67265 -0.234548 0.972086 -0.00598501 0 0 v -0.764854 4.80242 4.66912 -0.352831 0.935621 -0.011146 0 0 v -0.864224 4.76247 4.6656 -0.367697 0.929767 0.0182064 0 0 v -0.962884 4.72148 4.66198 -0.423152 0.904945 -0.0449137 0 0 v -1.06262 4.67016 4.65781 -0.480205 0.863353 -0.155 0 0 v -1.16512 4.61058 4.65196 -0.500209 0.844455 -0.191537 0 0 v -1.26351 4.54392 4.6458 -0.578433 0.798915 -0.164775 0 0 v -1.3611 4.46466 4.64067 -0.633414 0.767208 -0.100892 0 0 v -5.47151 1.77372 8.47316 -0.247203 0.968161 0.039438 0 0 v -6.07987 1.66999 9.93167 -0.379988 0.907711 0.17796 0 0 v -2.99801 1.84041 12.8884 -0.524217 0.851456 0.0148072 0 0 v -0.707714 2.9952 13.9456 -0.274297 0.907664 -0.31766 0 0 v -2.0592 2.87561 4.5126 -0.416321 0.896886 -0.149238 0 0 v -2.15887 2.86275 4.51112 -0.196413 0.951561 -0.236545 0 0 v -2.25903 2.83713 4.50879 -0.258924 0.907922 -0.329601 0 0 v -2.35866 2.81165 4.50653 -0.0799237 0.93127 -0.355456 0 0 v -2.45939 2.81572 4.50918 0.0511283 0.948043 -0.314008 0 0 v -2.55914 2.82066 4.50733 0.112741 0.952204 -0.283897 0 0 v -2.65887 2.83509 4.50743 0.0812168 0.960827 -0.26498 0 0 v -2.75859 2.83773 4.50622 0.00922193 0.956707 -0.290907 0 0 v -2.85862 2.83265 4.50717 -0.102418 0.941554 -0.320916 0 0 v -2.95853 2.80772 4.5046 -0.204715 0.902262 -0.379492 0 0 v -3.05823 2.782 4.50258 -0.184267 0.876586 -0.44457 0 0 v -3.15866 2.77078 4.50049 -0.0607715 0.886384 -0.458944 0 0 v -3.25879 2.76977 4.5005 0.0576843 0.893839 -0.444662 0 0 v -3.35911 2.78038 4.50178 0.0810352 0.897328 -0.433862 0 0 v -3.45918 2.79152 4.50318 0.11999 0.902447 -0.413753 0 0 v -3.55951 2.81639 4.50485 0.174439 0.901927 -0.395093 0 0 v -3.65903 2.83308 4.50367 0.158936 0.906689 -0.390709 0 0 v -3.75953 2.85446 4.50636 0.157997 0.896187 -0.41459 0 0 v -3.85909 2.87043 4.50577 0.0978941 0.918406 -0.383337 0 0 v -3.95894 2.87942 4.50735 0.0542091 0.923752 -0.379135 0 0 v -4.05877 2.88226 4.50584 -0.0282036 0.937778 -0.346089 0 0 v -4.15887 2.87123 4.50403 -0.0948734 0.932891 -0.347439 0 0 v -4.2589 2.8594 4.50241 -0.148756 0.940721 -0.304822 0 0 v -4.35913 2.83376 4.49985 -0.241994 0.921859 -0.302678 0 0 v -4.46029 2.80004 4.49497 -0.274589 0.904252 -0.327 0 0 v -4.55876 2.76978 4.49384 -0.246448 0.905398 -0.345713 0 0 v -4.6591 2.74494 4.49132 -0.135017 0.94357 -0.302402 0 0 v -4.75847 2.74221 4.49182 -0.133285 0.95123 -0.278204 0 0 v -4.8591 2.71991 4.48832 -0.225194 0.934419 -0.275952 0 0 v -4.95888 2.69257 4.48638 -0.291184 0.912781 -0.286431 0 0 v -5.05933 2.65555 4.48243 -0.33136 0.884953 -0.327199 0 0 v -5.15681 2.61225 4.48073 -0.428648 0.815806 -0.388229 0 0 v -5.2583 2.55156 4.47394 -0.408439 0.819196 -0.402611 0 0 v -5.35773 2.4998 4.47032 -0.484946 0.780795 -0.393939 0 0 v -5.45554 2.42047 4.4656 -0.55481 0.710974 -0.43209 0 0 v -5.55106 2.35205 4.46334 -0.520579 0.714585 -0.467296 0 0 v -5.64849 2.27362 4.45875 -0.563823 0.668805 -0.484564 0 0 v -5.74273 2.17993 4.45488 -0.649592 0.583387 -0.487535 0 0 v -5.85089 2.02338 4.43508 -0.671211 0.595741 -0.441099 0 0 v -5.94923 1.93222 4.42778 -0.605588 0.703059 -0.372787 0 0 v -6.05148 1.83255 4.4182 -0.639247 0.678725 -0.361518 0 0 v -1.0861 3.84868 0.334436 0.315712 0.758846 -0.56963 0 0 v -1.46988 3.27009 6.69152 -0.262158 0.948492 0.177864 0 0 v -3.19487 1.71136 12.5861 -0.52414 0.846112 -0.09681 0 0 v -0.571004 3.29205 7.12637 0.0872316 0.936612 0.339335 0 0 v -5.31531 6.81892 14.6445 -0.63497 0.753451 -0.17066 0 0 v -4.47323 2.64556 7.65197 -0.317309 0.893704 0.317188 0 0 v -0.670854 3.30497 7.12687 0.119233 0.945884 0.301808 0 0 v -3.00347 1.80676 13.1877 -0.614501 0.777488 0.133792 0 0 v -5.07712 1.84511 9.20866 0.0427146 0.998667 0.0289812 0 0 v -6.1734 -1.9648 4.1596 -0.727668 -0.427548 -0.536378 0 0 v -5.67815 1.77604 9.93527 -0.192907 0.961744 0.194515 0 0 v -4.487 1.6674 10.0819 0.309394 0.936217 0.16665 0 0 v -6.98335 1.24849 9.62027 -0.641174 0.730768 0.234254 0 0 v -4.98246 1.80844 9.93877 0.153664 0.974455 0.163782 0 0 v -4.08962 1.12032 11.9867 -0.434701 0.894428 0.105041 0 0 v -0.505664 3.22648 14.6857 -0.618369 0.785888 -0.000474808 0 0 v -4.87495 1.89312 8.62727 -0.277491 0.8584 0.431448 0 0 v -5.57612 1.89908 8.04537 -0.429164 0.807439 0.404796 0 0 v -0.771044 3.31754 7.12726 0.040674 0.972336 0.230018 0 0 v 4.63804 2.97377 4.69004 0.566725 0.814508 0.124098 0 0 v 4.5447 3.03334 4.69525 0.559543 0.809121 0.17954 0 0 v -0.870964 3.31794 7.12707 -0.0377888 0.972976 0.227793 0 0 v -0.971044 3.30935 7.12707 -0.0537636 0.975397 0.213801 0 0 v 4.23855 3.26711 4.71113 0.65016 0.755047 0.084826 0 0 v 4.14284 3.34909 4.71778 0.631497 0.773474 0.0543141 0 0 v 4.04068 3.42308 4.72276 0.51118 0.858198 0.0468026 0 0 v 3.94193 3.46414 4.72558 0.404978 0.912912 0.0508423 0 0 v 3.84166 3.51459 4.72926 0.488292 0.868516 0.085152 0 0 v 3.73827 3.58434 4.73385 0.446351 0.892072 0.0705641 0 0 v 3.64019 3.62644 4.73682 0.394 0.918798 0.0239775 0 0 v 3.54125 3.66698 4.73951 0.438682 0.898518 0.0149298 0 0 v 3.43665 3.72093 4.74327 0.488634 0.872489 0.000442917 0 0 v 3.34098 3.78002 4.74745 0.50276 0.864178 -0.0207321 0 0 v 3.24296 3.83468 4.75105 0.499143 0.866211 -0.0230959 0 0 v 3.13971 3.89257 4.75539 0.499773 0.865849 0.0230739 0 0 v 3.03802 3.95304 4.75965 0.46858 0.881598 0.0567266 0 0 v 2.93765 4.00329 4.76316 0.433719 0.899252 0.0568617 0 0 v 2.83747 4.05346 4.76655 0.413685 0.909811 0.0332987 0 0 v 2.73954 4.09612 4.76971 0.391339 0.919561 0.0355138 0 0 v 2.63911 4.1331 4.77203 0.388574 0.9202 0.0473627 0 0 v 2.53609 4.17847 4.7748 0.418754 0.90446 0.0812197 0 0 v 2.43963 4.22279 4.77854 0.518147 0.848395 0.108394 0 0 v 2.33876 4.30491 4.78447 0.492148 0.85702 0.152667 0 0 v 2.23834 4.3357 4.78649 0.207712 0.970651 0.12121 0 0 v 2.14056 4.34331 4.78735 0.0933482 0.990477 0.1012 0 0 v 2.0387 4.35172 4.78709 0.166784 0.980112 0.107528 0 0 v 1.93862 4.3767 4.78844 0.280946 0.953737 0.107025 0 0 v 1.83699 4.40856 4.78999 0.293357 0.948809 0.117059 0 0 v 1.73768 4.43622 4.79191 0.325316 0.940446 0.0986469 0 0 v 1.63821 4.47564 4.79431 0.346434 0.937595 0.0299856 0 0 v 1.53803 4.5134 4.79668 0.352967 0.931796 -0.0846775 0 0 v 1.437 4.55083 4.79858 0.283198 0.943582 -0.171615 0 0 v 1.33992 4.5703 4.7992 0.248072 0.956051 -0.156291 0 0 v 1.23825 4.60322 4.80202 0.363705 0.92594 -0.101752 0 0 v 1.1371 4.65133 4.80591 0.364497 0.929473 -0.0567648 0 0 v 1.03655 4.68647 4.8084 0.258983 0.965743 0.0163807 0 0 v 0.936586 4.71248 4.81008 0.218581 0.973086 0.0729787 0 0 v 0.836406 4.73639 4.81154 0.159791 0.9863 0.0409851 0 0 v 0.736576 4.75028 4.81207 0.0398649 0.999199 -0.00338073 0 0 v 0.636906 4.74292 4.81072 -0.0577566 0.995319 -0.0774858 0 0 v 0.536606 4.73974 4.8103 0.0475771 0.996715 -0.065538 0 0 v 0.436486 4.75076 4.81065 0.174891 0.979069 -0.104105 0 0 v 0.236326 4.81315 4.81489 0.282881 0.934063 -0.217956 0 0 v 0.137236 4.84559 4.81567 0.202813 0.948656 -0.242733 0 0 v 0.0369762 4.86018 4.81646 0.00873626 0.970679 -0.240222 0 0 v -0.0616838 4.8395 4.81561 -0.0875813 0.959199 -0.268823 0 0 v -0.163944 4.83668 4.81592 -0.00382713 0.973566 -0.228373 0 0 v -0.263764 4.83795 4.81464 0.0263475 0.989059 -0.14515 0 0 v -0.364134 4.8419 4.81425 0.108443 0.991392 -0.073358 0 0 v -0.464304 4.85522 4.81503 0.0478733 0.998399 -0.0301389 0 0 v -0.564534 4.85501 4.81479 -0.100846 0.994844 -0.0107216 0 0 v -0.665974 4.83309 4.81249 -0.233135 0.972435 0.00427234 0 0 v -0.762594 4.8082 4.8103 -0.335389 0.942077 0.00226379 0 0 v -0.864724 4.76342 4.80625 -0.382017 0.924029 -0.0152927 0 0 v -0.964444 4.72393 4.80274 -0.355524 0.934633 -0.00799437 0 0 v -1.0616 4.69094 4.80119 -0.388106 0.920657 -0.0420048 0 0 v -1.16261 4.64219 4.79646 -0.485403 0.869479 -0.0916009 0 0 v -1.26345 4.58201 4.79069 -0.609946 0.784998 -0.10837 0 0 v -1.07071 3.30487 7.12556 -0.075386 0.975556 0.206414 0 0 v 0.627276 3.20962 7.55907 -0.103248 0.979412 0.173473 0 0 v -5.30268 6.12094 12.3504 -0.316062 0.650309 -0.690799 0 0 v -6.48203 1.33881 10.6548 -0.69897 0.71515 0.000815907 0 0 v -3.19953 1.70198 12.8862 -0.569288 0.818778 0.074253 0 0 v -0.00420395 3.31813 13.9473 -0.483247 0.716309 -0.503363 0 0 v -1.69837 2.55121 13.495 -0.272272 0.948251 -0.163365 0 0 v -2.05986 2.9012 4.65645 -0.570891 0.716253 -0.401329 0 0 v -2.15973 2.9012 4.65632 -0.125712 0.931782 -0.340555 0 0 v -2.25959 2.88823 4.65483 -0.15146 0.929414 -0.336525 0 0 v -2.35933 2.8626 4.65214 -0.127113 0.92457 -0.359184 0 0 v -2.45973 2.86234 4.65179 0.0385021 0.949222 -0.312243 0 0 v -2.55957 2.87046 4.65361 0.0956784 0.946787 -0.30731 0 0 v -2.65958 2.88386 4.65384 0.0969711 0.947032 -0.306148 0 0 v -2.75973 2.89408 4.65502 0.00897234 0.955292 -0.295529 0 0 v -2.8591 2.89136 4.65529 -0.0347832 0.96195 -0.271002 0 0 v -2.95955 2.88417 4.65247 -0.0869528 0.939297 -0.331904 0 0 v -3.05948 2.87747 4.64938 -0.114157 0.909216 -0.400369 0 0 v -3.1593 2.86458 4.65274 -0.0432244 0.902903 -0.427665 0 0 v -3.25978 2.85503 4.65077 -0.00295197 0.875964 -0.482368 0 0 v -3.35962 2.85725 4.6495 0.0431177 0.879806 -0.473374 0 0 v -3.46012 2.85505 4.65 0.0884549 0.87428 -0.477295 0 0 v -3.56001 2.86876 4.65027 0.134414 0.875199 -0.464714 0 0 v -3.6593 2.88638 4.64856 0.163188 0.875974 -0.453915 0 0 v -3.75977 2.90873 4.65103 0.116049 0.896176 -0.428254 0 0 v -3.85952 2.91273 4.64907 0.0665558 0.909238 -0.410922 0 0 v -3.95966 2.92019 4.65152 0.0288436 0.901215 -0.432412 0 0 v -4.05972 2.92372 4.64983 -0.044945 0.916413 -0.397702 0 0 v -4.16053 2.91435 4.64748 -0.158798 0.922316 -0.352301 0 0 v -4.26173 2.89117 4.64434 -0.182429 0.935321 -0.30314 0 0 v -4.35986 2.87297 4.64464 -0.234026 0.931839 -0.277324 0 0 v -4.45988 2.84688 4.64229 -0.234435 0.934544 -0.267708 0 0 v -4.56058 2.82422 4.63895 -0.216095 0.929621 -0.298509 0 0 v -4.65649 2.79787 4.63691 -0.222787 0.918851 -0.325697 0 0 v -4.76086 2.7737 4.63393 -0.18892 0.945111 -0.266599 0 0 v -4.85881 2.7546 4.63419 -0.217384 0.951799 -0.216385 0 0 v -4.95881 2.72922 4.63172 -0.278113 0.934333 -0.22288 0 0 v -5.05954 2.69276 4.62766 -0.306498 0.923032 -0.23253 0 0 v -5.15763 2.66307 4.62657 -0.354684 0.899211 -0.256162 0 0 v -5.25796 2.61354 4.6219 -0.428794 0.85238 -0.299305 0 0 v -5.35725 2.56144 4.61798 -0.45995 0.829874 -0.315841 0 0 v -5.45649 2.49728 4.6131 -0.538734 0.772801 -0.335476 0 0 v -5.55186 2.4278 4.61059 -0.525537 0.771872 -0.357804 0 0 v -5.65422 2.35283 4.60327 -0.55176 0.741739 -0.381294 0 0 v -5.75103 2.27657 4.59775 -0.646185 0.659809 -0.383533 0 0 v -5.84255 2.16808 4.59422 -0.74204 0.547654 -0.38659 0 0 v -5.95249 1.98636 4.57247 -0.714671 0.619023 -0.325664 0 0 v -6.0508 1.89511 4.56579 -0.639909 0.707448 -0.300055 0 0 v -6.15 1.80492 4.5587 -0.644672 0.701702 -0.303336 0 0 v -6.24756 1.71405 4.55246 -0.684222 0.66674 -0.295462 0 0 v -1.17143 3.29699 7.12556 -0.0989281 0.979069 0.177868 0 0 v -3.88915 1.06575 11.1005 0.473455 0.874009 0.109312 0 0 v -3.49561 1.5021 12.5827 -0.604859 0.796055 0.0210225 0 0 v -5.11301 6.96519 14.6471 -0.440452 0.895837 0.058977 0 0 v -1.27133 3.28321 7.12427 -0.197344 0.966566 0.163724 0 0 v 0.402636 3.8484 14.3931 -0.359387 0.872853 -0.330105 0 0 v -1.3713 3.25645 7.12187 -0.250019 0.952775 0.172364 0 0 v -1.47068 3.23021 7.11977 -0.251795 0.961085 0.113644 0 0 v -5.37674 1.83246 9.35407 -0.0117404 0.999728 -0.0201257 0 0 v -0.404014 3.2767 14.3907 -0.534184 0.824497 -0.186687 0 0 v -1.57029 3.20288 7.11737 -0.250952 0.958142 0.137791 0 0 v -4.88297 1.78526 9.93857 0.201985 0.970823 0.129251 0 0 v -5.37581 1.83468 9.20757 -0.0618524 0.997967 0.0153701 0 0 v -0.499144 2.90801 13.65 -0.21858 0.859133 -0.462724 0 0 v -5.58411 1.69905 10.8151 -0.205159 0.960874 -0.186095 0 0 v -4.09224 1.08115 12.2819 -0.574198 0.805123 0.148574 0 0 v -3.49223 1.47349 12.2871 -0.487482 0.848842 -0.20452 0 0 v -5.47584 2.06425 7.76407 -0.429923 0.831096 0.352769 0 0 v -3.62779 -2.541 3.30205 -0.256057 -0.680232 -0.686818 0 0 v -5.2754 1.8446 9.06157 -0.0437653 0.998937 0.014453 0 0 v 4.74034 2.88849 4.82591 0.49392 0.869116 0.0260757 0 0 v 4.64259 2.94288 4.82991 0.512735 0.847012 0.140264 0 0 v -1.67018 3.17693 7.11557 -0.217182 0.957094 0.19184 0 0 v -1.77123 3.1556 7.11496 -0.223046 0.939869 0.258646 0 0 v -1.8714 3.13046 7.11326 -0.229028 0.915252 0.331451 0 0 v -1.97139 3.10511 7.11156 -0.206326 0.902044 0.379139 0 0 v -2.07028 3.08737 7.10796 -0.212107 0.88611 0.412092 0 0 v 4.03695 3.41825 4.86362 0.488033 0.870025 0.069859 0 0 v 3.9392 3.46001 4.86653 0.413359 0.909222 0.0495051 0 0 v 3.83998 3.49976 4.86931 0.448151 0.893783 0.0176555 0 0 v 3.73917 3.56198 4.87361 0.479641 0.874943 0.0664724 0 0 v 3.64232 3.60657 4.87677 0.428626 0.900993 0.0670127 0 0 v 3.54086 3.65459 4.88 0.437321 0.898643 0.0345137 0 0 v 3.43675 3.70977 4.88367 0.501477 0.864909 0.021272 0 0 v 3.33768 3.77548 4.88847 0.49218 0.869362 0.0443674 0 0 v 3.23917 3.82941 4.89239 0.469049 0.878982 0.085931 0 0 v 3.03992 3.93299 4.89961 0.448256 0.884872 0.126761 0 0 v 2.93823 3.98019 4.90267 0.425497 0.890967 0.158525 0 0 v 2.83816 4.03099 4.90618 0.408784 0.892264 0.19173 0 0 v 2.73916 4.07193 4.90922 0.409434 0.889431 0.203168 0 0 v 2.63843 4.1206 4.91236 0.398398 0.90251 0.16357 0 0 v 2.5384 4.15883 4.91501 0.413804 0.901055 0.129873 0 0 v 2.4382 4.2091 4.91834 0.453262 0.882064 0.128516 0 0 v 2.34007 4.26403 4.92281 0.486645 0.852127 0.192502 0 0 v 2.23503 4.31659 4.92501 0.281778 0.946581 0.156799 0 0 v 2.13999 4.33169 4.92748 0.120214 0.990385 0.0684505 0 0 v 2.03841 4.34008 4.92725 0.165389 0.98587 0.0265696 0 0 v 1.93849 4.36528 4.92832 0.265245 0.963891 0.0236409 0 0 v 1.83832 4.40219 4.93056 0.324032 0.945726 0.0246307 0 0 v 1.73851 4.43998 4.93299 0.385687 0.922277 -0.0255097 0 0 v 1.63647 4.48541 4.93579 0.435803 0.896517 -0.0795781 0 0 v 1.53484 4.54494 4.94046 0.460324 0.874438 -0.15317 0 0 v 1.43905 4.59411 4.9427 0.294034 0.935596 -0.195459 0 0 v 1.3378 4.60376 4.94341 0.197054 0.960847 -0.194786 0 0 v 1.23479 4.63316 4.94617 0.312623 0.932381 -0.181472 0 0 v 1.13693 4.66617 4.94737 0.273335 0.952135 -0.136847 0 0 v 1.03816 4.68594 4.94694 0.170466 0.97764 -0.123132 0 0 v 0.937856 4.69988 4.94858 0.16442 0.984578 -0.0597617 0 0 v 0.836506 4.72021 4.95034 0.163421 0.986284 0.0231655 0 0 v 0.735926 4.73954 4.95162 0.123322 0.99017 0.0659872 0 0 v 0.636576 4.74644 4.95128 0.0194531 0.999649 0.0179818 0 0 v 0.537006 4.74607 4.95084 0.131445 0.989601 -0.058409 0 0 v 0.435436 4.7745 4.95346 0.285831 0.946414 -0.150338 0 0 v 0.337076 4.80823 4.95462 0.30571 0.944727 -0.11846 0 0 v 0.236336 4.84232 4.95722 0.274309 0.956024 -0.103792 0 0 v 0.135906 4.86696 4.95877 0.17957 0.981708 -0.0632759 0 0 v 0.0358662 4.88109 4.95944 0.103844 0.994482 -0.0149182 0 0 v -0.0644538 4.88765 4.96018 -0.028119 0.990591 -0.133933 0 0 v -0.164474 4.87959 4.95862 -0.103004 0.979088 -0.175434 0 0 v -0.264664 4.86678 4.95734 -0.0956947 0.988171 -0.119836 0 0 v -0.364974 4.85641 4.95607 -0.00214501 0.997752 -0.066977 0 0 v -0.465334 4.85734 4.95588 -0.0288505 0.999171 0.0287026 0 0 v -0.565144 4.85435 4.95537 -0.0891291 0.994522 0.0546047 0 0 v -0.664864 4.83952 4.9537 -0.224299 0.973632 0.0416057 0 0 v -0.765914 4.80353 4.95066 -0.326081 0.944001 0.0503402 0 0 v -0.866014 4.76519 4.94734 -0.358099 0.933304 0.0266342 0 0 v -1.06483 4.68576 4.94023 -0.374614 0.926969 0.0198077 0 0 v -1.16481 4.6463 4.93681 -0.455067 0.890253 0.0190481 0 0 v -1.26353 4.58175 4.93121 -0.602255 0.797963 0.02331 0 0 v -2.17195 3.05801 7.10947 -0.199838 0.892057 0.405337 0 0 v -2.27089 3.04098 7.10636 -0.123859 0.915065 0.383815 0 0 v -6.18152 1.526 10.661 -0.401965 0.915623 -0.00771128 0 0 v -2.6731 2.89072 7.67377 -0.0831316 0.896862 0.434427 0 0 v -4.57553 2.49613 7.93457 -0.360896 0.853904 0.37497 0 0 v -0.801544 2.96093 13.9444 -0.328895 0.894575 -0.302594 0 0 v -2.37062 3.02791 7.10487 -0.081691 0.93735 0.338677 0 0 v -2.06098 3.0793 4.81195 -0.703206 0.504479 -0.501 0 0 v -2.16049 2.99047 4.80482 -0.385585 0.725103 -0.570569 0 0 v -2.26058 2.93913 4.80026 -0.211613 0.878 -0.429343 0 0 v -2.36013 2.93908 4.80021 -0.137523 0.912518 -0.385225 0 0 v -2.46018 2.91016 4.79867 -0.0560106 0.928256 -0.367701 0 0 v -2.56016 2.91422 4.79694 0.0760688 0.93443 -0.34793 0 0 v -2.66004 2.92651 4.79755 0.0584365 0.944073 -0.324517 0 0 v -2.76092 2.92382 4.79789 -0.0416416 0.956151 -0.289898 0 0 v -2.8602 2.92352 4.79767 -0.0462158 0.970821 -0.23531 0 0 v -2.96028 2.92014 4.79777 -0.0483215 0.97361 -0.223044 0 0 v -3.06031 2.91043 4.79621 -0.0375915 0.965272 -0.258528 0 0 v -3.16036 2.91853 4.79754 0.11791 0.936604 -0.329956 0 0 v -3.26072 2.9314 4.79817 0.106177 0.898091 -0.4268 0 0 v -3.36028 2.94939 4.79691 0.111482 0.861395 -0.49555 0 0 v -3.46014 2.96405 4.79684 0.115826 0.853284 -0.50842 0 0 v -3.56038 2.97478 4.79784 0.105967 0.847461 -0.520174 0 0 v -3.66055 2.98713 4.79867 0.111025 0.861433 -0.495588 0 0 v -3.76049 2.99795 4.79975 0.0919058 0.866325 -0.490952 0 0 v -3.86028 3.01145 4.79996 0.0970879 0.858393 -0.503722 0 0 v -3.96024 3.02366 4.80077 -0.0357991 0.883094 -0.467827 0 0 v -4.06169 3.00549 4.79591 -0.114756 0.885174 -0.450885 0 0 v -4.16091 2.98865 4.7957 -0.207752 0.88438 -0.417984 0 0 v -4.2616 2.95244 4.79172 -0.263231 0.88776 -0.377614 0 0 v -4.36165 2.92625 4.78962 -0.291015 0.901178 -0.321231 0 0 v -4.46112 2.88682 4.78658 -0.285583 0.921928 -0.261708 0 0 v -4.56097 2.86129 4.78432 -0.190403 0.956676 -0.220267 0 0 v -4.6607 2.84758 4.78298 -0.181235 0.953918 -0.239153 0 0 v -4.76095 2.82273 4.78055 -0.250349 0.926382 -0.281322 0 0 v -4.86192 2.78628 4.77724 -0.271767 0.925023 -0.265472 0 0 v -4.96109 2.75889 4.77469 -0.268397 0.936125 -0.227228 0 0 v -5.16091 2.69462 4.76867 -0.325838 0.916289 -0.232905 0 0 v -5.26064 2.65544 4.76586 -0.384474 0.887727 -0.253219 0 0 v -5.36129 2.60607 4.76081 -0.426212 0.857302 -0.288749 0 0 v -5.4592 2.55092 4.75773 -0.493098 0.805532 -0.328592 0 0 v -5.55988 2.47571 4.75093 -0.507627 0.784983 -0.355129 0 0 v -5.6562 2.42047 4.74862 -0.522976 0.769217 -0.367154 0 0 v -5.7539 2.34198 4.74368 -0.623898 0.699439 -0.348621 0 0 v -2.47052 3.02765 7.10456 0.0707758 0.956386 0.283403 0 0 v -2.57035 3.04042 7.10487 0.113908 0.958568 0.261098 0 0 v -6.148 1.86611 4.7078 -0.627563 0.690902 -0.358915 0 0 v -6.24929 1.76611 4.69859 -0.664126 0.667423 -0.336872 0 0 v -2.77049 3.07419 7.10507 0.0939778 0.976367 0.194618 0 0 v -5.7792 1.72909 10.0805 -0.223531 0.966697 0.124625 0 0 v -4.5811 1.78278 9.35247 0.213443 0.961402 0.173635 0 0 v -0.106914 3.52064 14.5387 -0.614366 0.76115 -0.207858 0 0 v -2.8704 3.07816 7.10557 0.0189284 0.986019 0.165552 0 0 v -2.50037 2.14653 13.3409 -0.496436 0.866502 0.0522102 0 0 v -0.310714 3.39634 14.8336 -0.669274 0.742699 -0.0216911 0 0 v 0.0900061 3.7141 14.6868 -0.590127 0.795588 -0.137074 0 0 v -3.07072 3.07809 7.10507 -0.0128709 0.974475 0.224126 0 0 v -6.20978 -4.1226 8.44586 -0.507349 -0.746281 -0.430885 0 0 v -5.41672 1.9778 11.0468 -0.0976719 0.379427 -0.920052 0 0 v -3.1705 3.0746 7.10366 -0.0475987 0.961235 0.271591 0 0 v -3.78655 1.13574 11.5436 -0.169097 0.881857 -0.440152 0 0 v -5.18245 1.77565 10.3775 0.0889156 0.993358 0.0730268 0 0 v -0.898414 2.81642 13.6488 -0.219232 0.885829 -0.408955 0 0 v -5.48281 1.71999 10.8175 -0.193155 0.959696 -0.204143 0 0 v -5.38396 1.7369 10.8171 -0.098928 0.972735 -0.209762 0 0 v -6.27998 -1.64629 4.09667 -0.761076 -0.301718 -0.574221 0 0 v -3.27075 3.06501 7.10387 -0.0829014 0.940533 0.329432 0 0 v 4.83966 2.83797 4.9643 0.529909 0.843088 -0.0916402 0 0 v 4.74132 2.88019 4.96718 0.36217 0.930634 0.052468 0 0 v 4.6373 2.92322 4.96968 0.44394 0.887155 0.12599 0 0 v 4.43705 3.03787 4.97761 0.680235 0.724937 0.108381 0 0 v 4.33783 3.14089 4.98521 0.703987 0.704334 0.0911934 0 0 v -3.37137 3.05731 7.10497 -0.0622746 0.923677 0.378077 0 0 v -3.4709 3.05271 7.10276 -0.0854949 0.908585 0.408857 0 0 v 3.93879 3.46052 5.00809 0.461126 0.887065 0.0218574 0 0 v 3.83761 3.50983 5.01154 0.448023 0.893736 -0.0226148 0 0 v 3.74111 3.55452 5.01464 0.441757 0.897121 -0.00497918 0 0 v 3.63755 3.61106 5.01825 0.455677 0.88992 -0.0200231 0 0 v 3.54233 3.6587 5.02178 0.459699 0.887888 -0.0182239 0 0 v 3.43853 3.71505 5.02544 0.476391 0.87921 0.00641381 0 0 v 3.33849 3.76561 5.02899 0.448006 0.893406 0.0334046 0 0 v 3.23712 3.81409 5.03211 0.436074 0.897969 0.0590918 0 0 v 3.04023 3.9097 5.03918 0.437779 0.895477 0.0804453 0 0 v 2.93793 3.95613 5.04195 0.401891 0.911942 0.0827427 0 0 v 2.8383 3.99511 5.0445 0.344249 0.930009 0.128748 0 0 v 2.73793 4.03225 5.04719 0.387421 0.898942 0.20447 0 0 v 2.63744 4.0818 5.05045 0.454382 0.865217 0.211981 0 0 v 2.53809 4.13434 5.05415 0.454332 0.875289 0.165687 0 0 v 2.43902 4.18666 5.05815 0.432664 0.890179 0.14277 0 0 v 2.33725 4.23473 5.061 0.428699 0.884629 0.183433 0 0 v 2.23611 4.28323 5.06386 0.405045 0.888836 0.214265 0 0 v 2.13719 4.32439 5.06677 0.27445 0.953964 0.12095 0 0 v 2.0373 4.35071 5.06859 0.216613 0.976042 0.0205191 0 0 v 1.93851 4.36707 5.06959 0.257604 0.965506 0.0379329 0 0 v 1.83653 4.39886 5.07108 0.354007 0.934062 0.0469849 0 0 v 1.73531 4.4467 5.07422 0.443577 0.896066 0.0174893 0 0 v 1.63542 4.49794 5.0778 0.497968 0.86686 -0.024132 0 0 v 1.53567 4.56145 5.08198 0.510682 0.858963 -0.0372311 0 0 v 1.43696 4.61572 5.08566 0.317937 0.945774 -0.0665385 0 0 v 1.33408 4.634 5.08704 0.249865 0.961572 -0.113782 0 0 v 1.23603 4.6658 5.08866 0.310425 0.939723 -0.14338 0 0 v 1.13707 4.69685 5.09042 0.232815 0.963797 -0.129971 0 0 v 1.03576 4.7171 5.0918 0.143532 0.982517 -0.118569 0 0 v 0.935016 4.724 5.09191 0.0643777 0.992895 -0.100078 0 0 v 0.836056 4.72139 5.09165 0.0617577 0.997011 -0.0464155 0 0 v 0.735716 4.73001 5.09163 0.0811353 0.996316 -0.0277663 0 0 v 0.635476 4.74113 5.092 0.106771 0.992938 -0.0517163 0 0 v 0.536096 4.75639 5.09269 0.230665 0.968038 -0.0984713 0 0 v 0.336106 4.81973 5.09646 0.251068 0.967464 -0.0312919 0 0 v 0.235746 4.84408 5.09803 0.18638 0.981481 0.04423 0 0 v 0.134806 4.86273 5.09947 0.131954 0.987211 0.0894581 0 0 v 0.0353761 4.87112 5.0996 0.111217 0.988827 0.0992544 0 0 v -0.065194 4.88426 5.10022 0.0770184 0.993826 0.0798603 0 0 v -0.165114 4.88902 5.10005 -0.0740258 0.996902 0.0265749 0 0 v -0.265694 4.86939 5.09847 -0.158727 0.986714 0.0346633 0 0 v -0.365644 4.85533 5.09687 -0.105099 0.991992 0.0700516 0 0 v -0.464744 4.84943 5.09572 -0.0879204 0.985779 0.143211 0 0 v -0.565114 4.83959 5.09491 -0.115011 0.982246 0.14821 0 0 v -0.664344 4.82344 5.09291 -0.243638 0.956112 0.162759 0 0 v -0.765834 4.7899 5.09015 -0.319181 0.937886 0.135987 0 0 v -0.866844 4.75399 5.08741 -0.30504 0.945806 0.111364 0 0 v -0.965204 4.72396 5.08428 -0.329598 0.938627 0.101706 0 0 v -1.06501 4.68522 5.08087 -0.393409 0.916089 0.0775297 0 0 v -1.16555 4.63519 5.07677 -0.476939 0.875202 0.0809379 0 0 v -3.6712 3.02666 7.10067 -0.163161 0.88648 0.433049 0 0 v -6.28289 1.47476 10.659 -0.443746 0.895797 -0.0252564 0 0 v -3.77278 3.00421 7.10016 -0.236511 0.86663 0.439334 0 0 v -1.57132 3.10332 7.39946 -0.302348 0.815856 0.492914 0 0 v -0.103124 3.25328 13.9474 -0.460145 0.74038 -0.490003 0 0 v -3.87494 2.96998 7.09967 -0.3018 0.853821 0.424155 0 0 v -2.06182 3.16879 4.96097 -0.638011 0.738681 -0.217467 0 0 v -2.16173 3.13043 4.9575 -0.436265 0.769562 -0.466312 0 0 v -2.26104 3.04152 4.95011 -0.445722 0.731754 -0.515624 0 0 v -2.36112 2.99022 4.94582 -0.200325 0.873121 -0.444443 0 0 v -2.461 2.97713 4.94412 -0.0854602 0.911423 -0.402499 0 0 v -2.56122 2.97864 4.94365 0.0618129 0.926988 -0.369964 0 0 v -2.66108 2.98812 4.94489 0.00853701 0.939387 -0.342752 0 0 v -2.7608 2.98257 4.94598 -0.0918079 0.942706 -0.320745 0 0 v -2.86095 2.96443 4.9414 -0.106499 0.936075 -0.335294 0 0 v -2.96088 2.94765 4.94135 -0.0613345 0.952219 -0.299195 0 0 v -3.06079 2.94933 4.94012 0.0775418 0.934946 -0.346213 0 0 v -3.16111 2.97298 4.94222 0.192018 0.891177 -0.411014 0 0 v -3.2612 2.99963 4.94362 0.165474 0.899703 -0.403922 0 0 v -3.46116 3.03675 4.94567 0.120323 0.915657 -0.38353 0 0 v -3.66099 3.06307 4.9463 0.102094 0.922975 -0.371071 0 0 v -3.76108 3.0747 4.94711 0.0902598 0.935635 -0.341234 0 0 v -3.86108 3.08668 4.94786 0.0629999 0.953795 -0.29378 0 0 v -3.96108 3.08873 4.9467 -0.077385 0.973582 -0.214823 0 0 v -4.06225 3.06787 4.94341 -0.166334 0.947069 -0.274578 0 0 v -4.16113 3.05023 4.94305 -0.214351 0.934295 -0.284861 0 0 v -4.26279 3.01639 4.9387 -0.32582 0.89744 -0.297395 0 0 v -4.36241 2.97707 4.9357 -0.357714 0.893212 -0.272421 0 0 v -4.46264 2.92696 4.9312 -0.380526 0.894135 -0.236057 0 0 v -4.56347 2.89158 4.92731 -0.260883 0.950043 -0.17134 0 0 v -4.6606 2.87102 4.92723 -0.153359 0.979358 -0.131675 0 0 v -4.76058 2.85777 4.92587 -0.16963 0.971867 -0.163405 0 0 v -4.86117 2.8346 4.92314 -0.26845 0.934505 -0.23374 0 0 v -4.96255 2.79929 4.91927 -0.305283 0.918028 -0.253035 0 0 v -5.26178 2.69517 4.91043 -0.361559 0.90145 -0.238042 0 0 v -5.36067 2.65451 4.90757 -0.366531 0.895346 -0.253005 0 0 v -5.45862 2.6121 4.90496 -0.417911 0.857954 -0.298772 0 0 v -5.55701 2.55881 4.90177 -0.463 0.812609 -0.353974 0 0 v -5.6565 2.49498 4.89672 -0.483631 0.778631 -0.399793 0 0 v -5.75615 2.41972 4.89044 -0.600812 0.685965 -0.410459 0 0 v -3.97482 2.93136 7.09617 -0.386824 0.837093 0.386837 0 0 v -4.98431 1.75531 10.2296 0.215665 0.969806 0.11386 0 0 v -4.07243 2.88729 7.09027 -0.392836 0.867213 0.305977 0 0 v -6.14899 1.95553 4.85746 -0.585451 0.678618 -0.443536 0 0 v -6.2454 1.87591 4.85312 -0.625222 0.649737 -0.432364 0 0 v -4.17092 2.84605 7.08627 -0.276398 0.935138 0.221631 0 0 v -5.67933 1.75457 10.0819 -0.203487 0.972354 0.114548 0 0 v -7.46957 -1.05405 8.11637 -0.550608 -0.258593 -0.793701 0 0 v -6.57222 1.45092 9.04057 -0.447514 0.890393 -0.0832571 0 0 v -4.97839 1.83503 9.35476 0.0361791 0.998628 0.0378573 0 0 v -5.97143 1.62302 8.46606 -0.335058 0.874828 -0.349876 0 0 v -5.59666 -3.72787 7.99806 0.25505 -0.355682 -0.899133 0 0 v -0.410024 3.3066 14.8335 -0.664177 0.747342 0.0186773 0 0 v -4.27232 2.82668 7.08606 -0.111158 0.981544 0.155615 0 0 v -4.79719 6.90047 13.2067 0.0341252 0.893685 -0.447395 0 0 v -4.37155 2.82425 7.08477 -0.0798721 0.990082 0.115578 0 0 v -3.88642 1.11399 11.5422 -0.0342281 0.95696 -0.288194 0 0 v -6.578 1.4422 9.77347 -0.325538 0.90187 0.284001 0 0 v -1.2998 2.70603 13.6453 -0.296386 0.917003 -0.266946 0 0 v -1.69973 2.56497 13.6438 -0.380769 0.923455 -0.0473925 0 0 v -4.95357 -1.29218 2.99623 -0.308678 -0.401958 -0.86206 0 0 v -4.5725 2.80173 7.08266 -0.133553 0.984982 0.109425 0 0 v 4.93779 2.79788 5.10356 0.509955 0.857794 -0.0643033 0 0 v 4.8397 2.83913 5.1062 0.373467 0.927481 0.0173447 0 0 v 4.73791 2.87391 5.10844 0.303157 0.952109 0.0397937 0 0 v 4.64005 2.90365 5.11046 0.371935 0.927155 0.045259 0 0 v 4.53929 2.95281 5.11372 0.51102 0.859569 5.97846e-005 0 0 v 4.4386 3.02807 5.11897 0.647329 0.762188 0.00595051 0 0 v -1.67117 3.06445 7.39667 -0.309809 0.80702 0.50273 0 0 v -4.67241 2.78595 7.08117 -0.248362 0.957969 0.143566 0 0 v -5.31854 -1.14928 3.07488 -0.479132 -0.341662 -0.808517 0 0 v -4.7734 2.74908 7.07877 -0.367474 0.917207 0.153926 0 0 v -4.87335 2.70927 7.07577 -0.411747 0.895556 0.168652 0 0 v -4.9729 2.65693 7.07217 -0.521083 0.833198 0.18508 0 0 v 3.73771 3.56217 5.15661 0.45136 0.890212 0.061618 0 0 v 3.53665 3.6618 5.16312 0.453671 0.888015 0.0749152 0 0 v 3.43622 3.71185 5.16637 0.469892 0.880194 0.0667907 0 0 v 3.33711 3.76483 5.17016 0.430455 0.901488 0.0450198 0 0 v 3.23865 3.80604 5.17302 0.436977 0.899292 0.0180391 0 0 v 3.13806 3.85568 5.17589 0.442596 0.896711 0.00420506 0 0 v 3.0384 3.90734 5.17982 0.437674 0.899105 0.00715785 0 0 v 2.93714 3.95567 5.18287 0.387289 0.921926 -0.00772175 0 0 v 2.83884 3.98576 5.18383 0.285659 0.957545 -0.0388296 0 0 v 2.73832 4.01046 5.18538 0.291756 0.956396 0.0136361 0 0 v 2.63932 4.0512 5.18845 0.413173 0.907004 0.0814322 0 0 v 2.53742 4.10959 5.19324 0.479976 0.870032 0.112552 0 0 v 2.43574 4.16923 5.19695 0.435883 0.890988 0.127066 0 0 v 2.33598 4.2079 5.19967 0.371659 0.918249 0.136705 0 0 v 2.23687 4.24853 5.20261 0.376898 0.908329 0.181343 0 0 v 2.13724 4.28895 5.20537 0.36434 0.905412 0.217911 0 0 v 2.0352 4.33279 5.20758 0.294162 0.937385 0.186488 0 0 v 1.93596 4.3608 5.20942 0.275055 0.951021 0.141078 0 0 v 1.836 4.38646 5.21117 0.336054 0.929015 0.154913 0 0 v 1.73412 4.43303 5.21365 0.453274 0.878084 0.153334 0 0 v 1.6358 4.48731 5.21788 0.516119 0.846531 0.130407 0 0 v 1.53335 4.55899 5.2223 0.512634 0.846433 0.144074 0 0 v 1.43462 4.61227 5.22607 0.346602 0.930227 0.120602 0 0 v 1.33559 4.64086 5.22819 0.320554 0.944931 0.0659554 0 0 v 1.23555 4.67935 5.23083 0.282977 0.956595 0.0696465 0 0 v 1.13478 4.7029 5.23194 0.196161 0.97555 0.0991082 0 0 v 1.03424 4.72412 5.23285 0.146002 0.983598 0.105917 0 0 v 0.934306 4.73656 5.2335 0.0877291 0.9937 0.0697358 0 0 v 0.834816 4.74172 5.2337 0.0502997 0.998702 0.00795575 0 0 v 0.735226 4.74433 5.23373 0.092975 0.995639 0.00768916 0 0 v 0.635326 4.75668 5.23414 0.146555 0.98889 -0.0248538 0 0 v 0.536696 4.77352 5.23522 0.240092 0.97063 -0.015237 0 0 v 0.434226 4.80155 5.23635 0.234567 0.972089 -0.0047247 0 0 v 0.335586 4.81948 5.23781 0.17766 0.983366 0.0377804 0 0 v 0.235556 4.83306 5.2384 0.112673 0.991558 0.0641623 0 0 v 0.134626 4.84251 5.23855 0.105374 0.987395 0.118096 0 0 v 0.0343461 4.85454 5.23915 0.119803 0.981572 0.148872 0 0 v -0.0657739 4.86761 5.23967 0.0944643 0.985981 0.137541 0 0 v -0.166094 4.87182 5.24029 -0.0520313 0.988639 0.141017 0 0 v -0.266204 4.85553 5.23826 -0.179888 0.973235 0.14302 0 0 v -0.366504 4.83091 5.23612 -0.176795 0.967541 0.180577 0 0 v -0.466514 4.81851 5.23482 -0.125986 0.967204 0.220554 0 0 v -0.567294 4.80762 5.23398 -0.128527 0.966521 0.222075 0 0 v -0.666404 4.7907 5.2318 -0.215769 0.956164 0.197974 0 0 v -0.766194 4.76433 5.22906 -0.272706 0.947506 0.166925 0 0 v -0.865624 4.73692 5.22639 -0.291576 0.944593 0.150755 0 0 v -0.966674 4.70116 5.22345 -0.350808 0.922683 0.15997 0 0 v -1.06648 4.66197 5.22002 -0.391075 0.907299 0.154493 0 0 v -1.16422 4.61971 5.21571 -0.472788 0.865705 0.164398 0 0 v -1.26306 4.55471 5.21029 -0.598938 0.78732 0.14629 0 0 v -5.11194 6.59896 12.7755 -0.213258 0.792542 -0.571313 0 0 v -6.38403 1.4222 10.6572 -0.554406 0.832158 -0.0121613 0 0 v -5.17041 2.52566 7.06287 -0.511962 0.838098 0.188378 0 0 v -3.78872 1.0005 11.1004 0.515767 0.85669 -0.00820207 0 0 v -0.203794 3.19137 13.9459 -0.404024 0.780298 -0.477388 0 0 v -5.27013 2.47431 7.05937 -0.438584 0.873751 0.210247 0 0 v -2.06249 3.19438 5.10438 -0.508402 0.856232 -0.0916164 0 0 v -2.16226 3.1815 5.10283 -0.250021 0.953939 -0.165804 0 0 v -2.26216 3.14316 5.09953 -0.406302 0.854329 -0.3241 0 0 v -2.36213 3.07938 5.09439 -0.347828 0.834109 -0.42811 0 0 v -2.46182 3.05379 5.092 -0.206752 0.89596 -0.393077 0 0 v -2.56129 3.02982 5.08912 -0.0454392 0.942346 -0.331542 0 0 v -2.66159 3.0317 5.08793 -0.0315897 0.960651 -0.275958 0 0 v -2.76141 3.02448 5.08967 -0.0441082 0.951743 -0.303709 0 0 v -2.86163 3.01717 5.08657 -0.0633244 0.942483 -0.3282 0 0 v -2.96155 3.01491 5.08683 0.0160952 0.918031 -0.396181 0 0 v -3.06171 3.02759 5.08724 0.142152 0.898663 -0.414967 0 0 v -3.16209 3.04915 5.08998 0.154267 0.911483 -0.381314 0 0 v -3.26212 3.06043 5.09074 0.11139 0.934713 -0.337498 0 0 v -3.36192 3.07566 5.09048 0.109874 0.947302 -0.30091 0 0 v -3.4621 3.08538 5.09156 0.0903888 0.964249 -0.249105 0 0 v -3.5617 3.09609 5.08917 0.0891057 0.968645 -0.23192 0 0 v -3.66187 3.10409 5.09065 0.0170223 0.988179 -0.152358 0 0 v -3.76183 3.10322 5.09019 0.0218298 0.993806 -0.108965 0 0 v -3.86202 3.10368 5.08982 0.00278295 0.997386 -0.0721978 0 0 v -3.96193 3.10279 5.08953 -0.0651785 0.997246 -0.0353803 0 0 v -4.06191 3.08981 5.08801 -0.132087 0.98755 -0.0854248 0 0 v -4.16166 3.07488 5.08687 -0.184388 0.975095 -0.123254 0 0 v -4.26257 3.05219 5.08419 -0.312439 0.93787 -0.150934 0 0 v -4.3649 3.00699 5.07906 -0.390258 0.90805 -0.152131 0 0 v -4.4634 2.96548 5.07625 -0.426522 0.892361 -0.147549 0 0 v -4.56256 2.91265 5.07207 -0.360453 0.925126 -0.119231 0 0 v -4.66115 2.88343 5.07032 -0.207434 0.976625 -0.0563384 0 0 v -4.76137 2.8711 5.06868 -0.0984412 0.99459 -0.0331795 0 0 v -4.86207 2.86084 5.06704 -0.174229 0.979873 -0.0974295 0 0 v -4.96211 2.8347 5.06484 -0.297187 0.941894 -0.156571 0 0 v -5.16409 2.76297 5.05739 -0.309421 0.936382 -0.165671 0 0 v -5.26248 2.73338 5.05559 -0.340973 0.924711 -0.169253 0 0 v -5.36434 2.68658 5.05081 -0.369006 0.916178 -0.15637 0 0 v -5.46117 2.6542 5.04928 -0.362251 0.918248 -0.159988 0 0 v -5.56209 2.60505 5.04455 -0.421968 0.883595 -0.202983 0 0 v -5.65928 2.56106 5.04204 -0.437787 0.868601 -0.232111 0 0 v -5.75774 2.50909 5.03844 -0.511947 0.806821 -0.294873 0 0 v -5.85555 2.43072 5.03327 -0.627664 0.683283 -0.373044 0 0 v -5.37099 2.42505 7.05677 -0.430177 0.873715 0.22709 0 0 v -5.47148 2.37529 7.05386 -0.41552 0.870884 0.262496 0 0 v -5.57111 2.32394 7.05036 -0.430825 0.847089 0.311175 0 0 v -6.25043 1.96904 4.9998 -0.60359 0.667208 -0.436477 0 0 v -5.67221 2.27479 7.04787 -0.396768 0.86176 0.316141 0 0 v -5.77471 1.79753 9.35147 -0.176849 0.977018 -0.118999 0 0 v -5.57863 1.77467 10.0823 -0.178701 0.976572 0.11989 0 0 v -2.80249 1.94573 13.3387 -0.584987 0.802932 0.114413 0 0 v -1.77212 3.02954 7.39606 -0.263513 0.836163 0.481033 0 0 v -5.77049 2.23289 7.04377 -0.411019 0.851883 0.324591 0 0 v -5.8709 2.18267 7.04067 -0.53379 0.783595 0.31788 0 0 v -5.97049 2.10546 7.03537 -0.599693 0.724694 0.339393 0 0 v -3.70051 1.31634 12.7328 -0.665209 0.724251 0.181543 0 0 v -5.88315 1.6202 10.8119 -0.281623 0.957581 -0.0610417 0 0 v -5.10278 6.79754 13.2161 -0.624707 0.761515 -0.172735 0 0 v -5.0112 6.86453 13.2093 -0.406218 0.862308 -0.302343 0 0 v -4.19292 1.04333 12.1341 -0.48385 0.856558 0.179434 0 0 v -3.98626 1.11356 11.543 -0.00634272 0.986704 -0.162406 0 0 v -6.477 1.46823 9.77507 -0.378942 0.889778 0.254359 0 0 v -6.37836 1.52488 9.77797 -0.517635 0.825454 0.225121 0 0 v -6.07178 2.01782 7.03027 -0.571052 0.760056 0.310184 0 0 v -5.18511 1.73865 10.8204 0.104949 0.984806 -0.138355 0 0 v -6.16825 1.96239 7.02466 -0.555296 0.774057 0.304109 0 0 v -4.9773 1.83579 9.20866 0.0438562 0.998888 0.0173267 0 0 v 4.94012 2.79038 5.245 0.463754 0.882509 0.078168 0 0 v 4.83784 2.83781 5.24815 0.348199 0.936255 0.0467277 0 0 v 4.73966 2.86699 5.24973 0.344544 0.938728 0.00886154 0 0 v 4.63595 2.90998 5.25272 0.418179 0.90712 -0.0475331 0 0 v 4.43615 3.03816 5.26153 0.619011 0.784935 -0.026508 0 0 v 4.33869 3.1184 5.26696 0.60853 0.792115 0.04739 0 0 v -6.17092 1.65884 8.90427 -0.387928 0.919402 -0.0648937 0 0 v -4.78481 1.74328 10.0828 0.183933 0.965313 0.18531 0 0 v -1.87198 3.00443 7.39426 -0.130573 0.920582 0.368076 0 0 v 3.63746 3.58825 5.29982 0.446356 0.867957 0.217754 0 0 v 3.53711 3.63856 5.30288 0.452923 0.874677 0.172629 0 0 v 3.43754 3.69015 5.30655 0.482842 0.86114 0.159061 0 0 v 3.33671 3.75268 5.31077 0.51317 0.851364 0.108789 0 0 v 3.23572 3.81456 5.31471 0.462799 0.886402 -0.0103751 0 0 v 3.13883 3.85838 5.31782 0.422325 0.906444 0.00112609 0 0 v 3.03724 3.90669 5.32065 0.463636 0.885895 0.0151811 0 0 v 2.9354 3.96637 5.32482 0.409146 0.911656 -0.0385091 0 0 v 2.83596 4.00584 5.32745 0.298695 0.950965 -0.0802893 0 0 v 2.73709 4.02136 5.32804 0.226727 0.971801 -0.064794 0 0 v 2.63791 4.04883 5.32984 0.358424 0.933491 -0.0112191 0 0 v 2.53718 4.0982 5.33319 0.425125 0.904607 0.0308977 0 0 v 2.43668 4.14785 5.33649 0.445354 0.892975 0.0652307 0 0 v 2.33467 4.1936 5.33928 0.383964 0.922294 0.0441028 0 0 v 2.23766 4.22657 5.34193 0.33182 0.942038 0.0495971 0 0 v 2.13669 4.26248 5.34025 0.317031 0.944619 0.0847688 0 0 v 2.03713 4.29127 5.34633 0.284687 0.949101 0.134758 0 0 v 1.93602 4.32557 5.34801 0.293113 0.931907 0.213622 0 0 v 1.83462 4.35924 5.34961 0.31887 0.924315 0.209675 0 0 v 1.73437 4.39701 5.35196 0.426468 0.878546 0.215132 0 0 v 1.63682 4.45306 5.35682 0.480355 0.845223 0.234215 0 0 v 1.53488 4.51295 5.36022 0.484543 0.825924 0.288213 0 0 v 1.43299 4.57223 5.36319 0.429562 0.842454 0.325189 0 0 v 1.33436 4.61335 5.36676 0.33246 0.893157 0.302888 0 0 v 1.23364 4.64947 5.36854 0.275323 0.912404 0.302848 0 0 v 1.13332 4.67219 5.36915 0.170023 0.930813 0.323543 0 0 v 1.03489 4.68276 5.37214 0.141071 0.940337 0.309621 0 0 v 0.833976 4.71334 5.37188 0.123475 0.944382 0.30479 0 0 v 0.734026 4.72697 5.37278 0.120402 0.954596 0.272489 0 0 v 0.634466 4.74189 5.37387 0.200225 0.94882 0.244236 0 0 v -1.66937 3.22985 6.68766 -0.0856553 0.979181 0.184032 0 0 v 0.432676 4.79332 5.37868 0.249457 0.958953 0.134837 0 0 v 0.333386 4.81384 5.37715 0.141795 0.976509 0.162247 0 0 v 0.233266 4.8247 5.37742 0.0642073 0.989322 0.130841 0 0 v 0.0338861 4.82988 5.37781 0.0803047 0.980165 0.181182 0 0 v -0.0662738 4.84408 5.37895 0.0794641 0.97542 0.205527 0 0 v -0.166824 4.84621 5.37935 -0.0787159 0.977244 0.196971 0 0 v -0.267074 4.8324 5.37776 -0.19684 0.961101 0.19375 0 0 v -0.366744 4.80411 5.37474 -0.218307 0.955244 0.199627 0 0 v -0.467784 4.78309 5.374 -0.157137 0.957995 0.239905 0 0 v -0.566534 4.77765 5.37164 -0.118995 0.956786 0.265333 0 0 v -0.666544 4.7646 5.37009 -0.190491 0.945521 0.264013 0 0 v -0.766294 4.73816 5.36763 -0.236299 0.943581 0.231987 0 0 v -0.866014 4.71192 5.36508 -0.300511 0.928297 0.218994 0 0 v -0.966734 4.67484 5.36239 -0.362818 0.901995 0.234027 0 0 v -1.066 4.635 5.3586 -0.397312 0.886272 0.238045 0 0 v -1.16524 4.5828 5.35374 -0.523772 0.810726 0.261507 0 0 v -1.26151 4.51468 5.34664 -0.606697 0.738175 0.294987 0 0 v -1.97205 2.99242 7.39347 -0.0851165 0.974392 0.208124 0 0 v -5.37713 1.83994 8.33426 -0.369768 0.853799 0.366467 0 0 v -2.0715 2.98806 7.39127 -0.0999314 0.983774 0.149005 0 0 v -5.11211 -2.87979 4.17344 -0.380136 -0.76904 -0.513882 0 0 v -5.87252 1.74755 8.90917 -0.254537 0.966532 -0.0320431 0 0 v -6.77668 1.39 9.33076 -0.411237 0.903781 -0.118588 0 0 v -2.06566 3.2031 5.25136 -0.603213 0.76504 -0.225494 0 0 v -2.16449 3.18457 5.24403 -0.213757 0.976301 -0.0338448 0 0 v -2.26517 3.16215 5.24168 -0.237286 0.971233 -0.0200455 0 0 v -2.36258 3.14315 5.24112 -0.284086 0.949591 -0.13256 0 0 v -2.46282 3.10549 5.23759 -0.290868 0.930497 -0.222644 0 0 v -2.56326 3.07266 5.23326 -0.134484 0.967594 -0.213721 0 0 v -2.66263 3.06981 5.23312 -0.00365437 0.979168 -0.203017 0 0 v -2.76218 3.07597 5.23502 0.0400259 0.976855 -0.210123 0 0 v -2.8625 3.06974 5.23209 -0.00827621 0.949474 -0.313736 0 0 v -2.96241 3.0773 5.23373 0.0809369 0.945902 -0.314194 0 0 v -3.06242 3.08542 5.23518 0.106075 0.950529 -0.291964 0 0 v -3.16256 3.09958 5.23548 0.0804182 0.970281 -0.228226 0 0 v -3.26248 3.10602 5.2337 0.0391326 0.978678 -0.201637 0 0 v -3.36252 3.10845 5.23307 0.0500112 0.986329 -0.157014 0 0 v -3.46246 3.11407 5.23429 0.0261553 0.996327 -0.0815363 0 0 v -3.56254 3.11822 5.23352 0.0191631 0.998889 -0.0430507 0 0 v -3.66235 3.11501 5.23338 -0.0513845 0.998516 0.0180109 0 0 v -3.76257 3.10566 5.23188 -0.0405688 0.999164 0.00501765 0 0 v -3.96255 3.10214 5.23119 -0.0439429 0.997871 0.0481914 0 0 v -4.06293 3.09207 5.22966 -0.0860135 0.996235 0.0108235 0 0 v -4.16202 3.0872 5.22938 -0.132952 0.990958 -0.0180718 0 0 v -4.26304 3.06492 5.22697 -0.28614 0.956613 -0.0549149 0 0 v -4.3629 3.02631 5.22362 -0.410795 0.909453 -0.0643642 0 0 v -4.46336 2.97628 5.21938 -0.439054 0.897281 -0.0460275 0 0 v -4.56337 2.92593 5.21515 -0.417456 0.908248 -0.0285788 0 0 v -4.66331 2.88817 5.21207 -0.271774 0.962358 0.00262383 0 0 v -4.76361 2.86459 5.20972 -0.123051 0.992085 0.0250098 0 0 v -4.86322 2.86302 5.20906 -0.0650783 0.99788 -0.000272036 0 0 v -4.96331 2.84994 5.20773 -0.242892 0.968516 -0.0545864 0 0 v -5.06461 2.81469 5.20417 -0.325569 0.942566 -0.0746597 0 0 v -5.16264 2.78315 5.20206 -0.335705 0.940264 -0.0566173 0 0 v -5.26237 2.74425 5.199 -0.355938 0.933386 -0.0458064 0 0 v -5.3621 2.70607 5.19538 -0.38767 0.920827 -0.0423005 0 0 v -5.46428 2.65924 5.1913 -0.361665 0.931849 -0.0292535 0 0 v -5.56084 2.6267 5.18911 -0.388963 0.920386 -0.0399629 0 0 v -5.66123 2.57681 5.18482 -0.435011 0.8978 -0.0687076 0 0 v -5.76176 2.52679 5.18047 -0.451427 0.888215 -0.085366 0 0 v -5.85943 2.47222 5.17679 -0.544106 0.824343 -0.156229 0 0 v -5.362 6.77827 14.8727 -0.487177 0.798901 0.352726 0 0 v -1.89537 2.44134 13.9371 -0.506297 0.83791 0.203888 0 0 v -2.17167 2.97632 7.39037 -0.120206 0.987227 0.104567 0 0 v -1.56978 3.24536 6.68937 -0.190354 0.965417 0.178145 0 0 v 3.33305 3.20802 6.7096 0.0361975 0.991089 0.128187 0 0 v -5.47796 1.7932 10.082 -0.120355 0.984905 0.124406 0 0 v -0.727714 -4.46273 0.541225 0.187298 -0.968327 -0.165112 0 0 v -3.39322 1.58047 12.5839 -0.579829 0.814515 -0.0190565 0 0 v -3.89679 1.20798 12.4314 -0.627893 0.770359 0.110892 0 0 v -0.201764 3.10048 13.7989 -0.384687 0.789559 -0.478135 0 0 v -6.87772 1.35015 9.47587 -0.546218 0.837569 -0.0111076 0 0 v -6.07327 1.67602 8.75916 -0.340178 0.925369 -0.167245 0 0 v -5.97352 1.73574 9.20147 -0.207998 0.973105 -0.0990128 0 0 v 3.23115 3.21064 6.70655 0.0476656 0.984844 0.166764 0 0 v -3.59179 1.39317 12.1386 -0.415166 0.879119 -0.234067 0 0 v -4.08619 1.1165 11.5438 0.058584 0.995913 -0.0687401 0 0 v -4.1858 1.12096 11.5441 0.0444763 0.998971 -0.00883125 0 0 v -6.27797 1.60426 9.78127 -0.557257 0.80429 0.206352 0 0 v -0.301904 3.15057 13.947 -0.374504 0.794909 -0.477354 0 0 v -4.69304 1.60329 10.8118 0.396028 0.898075 0.191374 0 0 v -3.89176 1.21933 11.988 -0.425952 0.902553 -0.0629474 0 0 v 3.13142 3.21633 6.70784 0.129336 0.970994 0.201104 0 0 v 0.303206 3.77627 15.1404 0.255144 0.611405 0.749056 0 0 v 3.03138 3.24322 6.70989 0.140158 0.971735 0.189967 0 0 v 4.73687 2.87533 5.39186 0.414409 0.909565 -0.0309194 0 0 v 4.6346 2.92128 5.39511 0.457304 0.887719 -0.0531759 0 0 v 4.53623 2.97565 5.39896 0.518519 0.853971 -0.0432572 0 0 v 4.43769 3.04165 5.4035 0.562863 0.826513 0.00787928 0 0 v 4.33968 3.10828 5.40819 0.569925 0.821146 0.0300807 0 0 v 2.93177 3.24541 6.7111 0.0222238 0.986969 0.15937 0 0 v -1.6963 2.5107 13.3465 -0.210461 0.930859 -0.298678 0 0 v 2.52676 2.88466 7.83777 0.219325 0.971741 0.0872737 0 0 v -3.1928 1.4673 11.9896 -0.286234 0.847243 -0.447492 0 0 v -4.04063 -3.58792 0.341325 -0.00765444 -0.475863 -0.879486 0 0 v -1.00334 2.88182 14.5363 -0.596994 0.779942 0.187853 0 0 v -2.27185 2.96654 7.39007 -0.0387574 0.994942 0.0926708 0 0 v -0.205174 3.28099 14.0941 -0.469363 0.777063 -0.41937 0 0 v -0.802944 2.99921 14.093 -0.370171 0.911604 -0.178748 0 0 v -2.17249 2.93522 7.67516 -0.0885675 0.943231 0.320111 0 0 v -6.37477 1.57605 9.48606 -0.531121 0.846772 0.0297897 0 0 v -2.37132 2.97303 7.38867 0.0602944 0.993154 0.100053 0 0 v 2.93798 3.96057 5.46581 0.497821 0.867177 0.0133228 0 0 v 2.83577 4.01996 5.46965 0.317791 0.948059 -0.0138789 0 0 v 2.73601 4.03377 5.47014 0.2098 0.977407 -0.0256906 0 0 v 2.63527 4.05709 5.47145 0.306331 0.95175 -0.018267 0 0 v 2.5352 4.09511 5.47399 0.403626 0.914911 0.00496041 0 0 v 2.4353 4.1463 5.47724 0.455023 0.890422 -0.0101474 0 0 v 2.33627 4.19942 5.48116 0.375487 0.926827 -0.0014313 0 0 v 2.23784 4.23006 5.4831 0.326625 0.945014 -0.0162722 0 0 v 2.13518 4.2615 5.4848 0.276806 0.960655 -0.0228162 0 0 v 2.03534 4.28783 5.48655 0.200896 0.979518 -0.0136454 0 0 v 1.93586 4.30189 5.48711 0.19681 0.979073 0.0517794 0 0 v 1.83558 4.32621 5.4887 0.285042 0.953194 0.100854 0 0 v 1.73553 4.36342 5.4911 0.369797 0.919018 0.13659 0 0 v 1.63588 4.4151 5.49495 0.444723 0.874169 0.195063 0 0 v 1.53455 4.46311 5.49745 0.400249 0.883258 0.244245 0 0 v 1.43626 4.50483 5.50113 0.397213 0.861401 0.316561 0 0 v 1.33442 4.55178 5.50317 0.339866 0.86934 0.358803 0 0 v 1.23352 4.58724 5.50467 0.26662 0.88548 0.380576 0 0 v 1.13293 4.61071 5.50544 0.186729 0.902458 0.388204 0 0 v 0.833766 4.6528 5.5087 0.140862 0.924431 0.354379 0 0 v 0.734266 4.66801 5.51027 0.13171 0.928042 0.34841 0 0 v 0.634836 4.68255 5.51172 0.141458 0.915514 0.376594 0 0 v -6.57141 1.38267 8.74597 -0.467866 0.839794 -0.275405 0 0 v -5.6714 1.75852 8.61957 -0.184621 0.966337 -0.179185 0 0 v -6.38201 1.42067 10.3632 -0.506122 0.8502 0.144914 0 0 v 0.232546 4.79893 5.51543 0.138663 0.950627 0.277633 0 0 v 0.0333862 4.80382 5.51637 0.0274657 0.961913 0.271972 0 0 v -0.0670138 4.80689 5.51732 0.0529758 0.951775 0.302189 0 0 v -0.166544 4.81381 5.51557 -0.038493 0.955885 0.291207 0 0 v -0.266614 4.80172 5.51452 -0.170295 0.942661 0.287036 0 0 v -0.366794 4.77714 5.51271 -0.250749 0.928416 0.27417 0 0 v -0.467764 4.74292 5.51114 -0.210989 0.930947 0.298029 0 0 v -0.566664 4.72601 5.50831 -0.160063 0.928101 0.336166 0 0 v -0.666924 4.71364 5.50716 -0.160014 0.922703 0.350735 0 0 v -0.766794 4.69998 5.50529 -0.199959 0.920917 0.334556 0 0 v -0.865594 4.67147 5.50171 -0.319296 0.886822 0.334061 0 0 v -0.968134 4.6265 5.5001 -0.349446 0.879551 0.322921 0 0 v -1.06452 4.59389 5.49476 -0.435831 0.834627 0.336821 0 0 v -1.16339 4.52922 5.48918 -0.580337 0.72698 0.367028 0 0 v -3.67383 2.80264 7.80917 -0.11119 0.938855 0.325865 0 0 v -4.7892 1.66767 10.6682 0.29181 0.943046 0.159721 0 0 v -3.88853 1.16527 11.6915 -0.222394 0.937278 -0.268422 0 0 v -3.78934 1.19473 11.691 -0.223746 0.925575 -0.305365 0 0 v -3.69085 1.21082 11.6898 -0.216539 0.912774 -0.346346 0 0 v -5.77272 1.76108 8.76476 -0.221792 0.967278 -0.123209 0 0 v -2.05416 3.31929 5.39992 -0.66375 0.668045 -0.336381 0 0 v -2.16345 3.19491 5.38723 -0.469043 0.821216 -0.324967 0 0 v -2.26324 3.15642 5.38393 -0.305217 0.937827 -0.165298 0 0 v -2.36348 3.13066 5.38168 -0.209093 0.975686 -0.0657087 0 0 v -2.46334 3.1182 5.38003 -0.248148 0.967276 -0.0529111 0 0 v -2.56306 3.09155 5.37781 -0.174483 0.981999 -0.0723363 0 0 v -2.66328 3.08186 5.37622 0.0171763 0.99568 -0.0912443 0 0 v -2.76301 3.09502 5.37659 0.122889 0.987899 -0.094627 0 0 v -2.86308 3.10517 5.37719 0.0882733 0.980072 -0.17795 0 0 v -2.96315 3.11508 5.37827 0.0770562 0.975312 -0.206951 0 0 v -3.06305 3.11847 5.37725 0.0565706 0.979411 -0.193788 0 0 v -3.26304 3.12833 5.37779 -0.0363381 0.993333 -0.109408 0 0 v -3.36338 3.11849 5.37617 -0.0373542 0.996634 -0.0729747 0 0 v -3.46309 3.11661 5.37602 -0.0724081 0.997224 -0.017372 0 0 v -3.56324 3.10658 5.37463 -0.0378516 0.998674 0.0348938 0 0 v -3.66316 3.10479 5.37407 -0.0159369 0.999812 0.0110015 0 0 v -3.7631 3.10078 5.3737 -0.0410598 0.998324 -0.0407799 0 0 v -3.86316 3.09169 5.37252 -0.0519923 0.997599 -0.0457597 0 0 v -3.96319 3.08996 5.37196 -0.0325982 0.999012 -0.0302028 0 0 v -4.06298 3.08898 5.37159 -0.0746747 0.997206 -0.00218719 0 0 v -4.1641 3.07997 5.37009 -0.118351 0.992659 0.0249212 0 0 v -4.2647 3.06762 5.36868 -0.246036 0.968903 0.0263323 0 0 v -4.36502 3.02993 5.36553 -0.409749 0.912196 -0.00185261 0 0 v -4.46464 2.97777 5.36156 -0.47016 0.882532 0.00936075 0 0 v -4.56386 2.92559 5.35736 -0.434453 0.900398 0.0230869 0 0 v -4.66458 2.87741 5.35319 -0.298558 0.953862 0.0317835 0 0 v -4.76285 2.85959 5.35169 -0.0838696 0.99597 0.0317889 0 0 v -4.86434 2.86486 5.35142 -0.0286428 0.999261 0.0256363 0 0 v -4.96498 2.85323 5.35005 -0.214085 0.976811 0.00279884 0 0 v -5.06387 2.82286 5.34766 -0.329634 0.944079 -0.007528 0 0 v -5.16341 2.78366 5.34416 -0.355315 0.934552 0.0190724 0 0 v -5.26366 2.74647 5.34099 -0.385959 0.921376 0.0458352 0 0 v -5.3658 2.70013 5.33735 -0.37066 0.927197 0.0540132 0 0 v -5.4652 2.66046 5.33387 -0.391115 0.920089 0.0215581 0 0 v -5.56395 2.61931 5.33034 -0.36852 0.928857 0.0376593 0 0 v -5.6631 2.57924 5.32691 -0.406538 0.913454 0.0181115 0 0 v -5.76422 2.53032 5.32259 -0.417225 0.908669 -0.0156202 0 0 v -5.8619 2.48772 5.31921 -0.481571 0.874963 -0.050299 0 0 v -5.96081 2.42262 5.31428 -0.628798 0.770018 -0.108101 0 0 v -5.78053 1.66556 10.5194 -0.267575 0.953957 0.135534 0 0 v -6.07898 1.73384 9.64027 -0.330421 0.938162 0.103316 0 0 v -4.57538 1.85447 8.91617 -0.0855359 0.951049 0.296966 0 0 v -5.97166 1.72033 8.90777 -0.258784 0.965785 -0.017024 0 0 v -5.97549 1.75251 9.34857 -0.207627 0.971972 -0.110283 0 0 v -5.37968 1.79932 10.0835 -0.0419394 0.992629 0.113706 0 0 v -5.40209 -1.10125 3.109 -0.480853 -0.363535 -0.797886 0 0 v -0.603044 3.12483 14.2416 -0.478424 0.853549 -0.206312 0 0 v -6.86818 1.08504 8.43997 -0.619069 0.721863 -0.309302 0 0 v -1.4014 2.69099 14.0904 -0.518275 0.848428 0.107517 0 0 v -5.1118 6.95293 14.7941 -0.349474 0.849301 0.395673 0 0 v -5.97325 1.71382 8.76147 -0.289536 0.946626 -0.141664 0 0 v -6.13779 -0.488373 3.63765 -0.586419 -0.0420748 -0.808915 0 0 v -4.68435 1.72108 10.0832 0.245878 0.951022 0.187351 0 0 v -3.69197 1.33858 12.1379 -0.463288 0.873009 -0.152383 0 0 v -3.49209 1.43407 12.139 -0.374228 0.879768 -0.293192 0 0 v -3.3922 1.47545 12.1396 -0.359662 0.859936 -0.36215 0 0 v -4.68488 1.74345 9.93716 0.24796 0.963208 0.10366 0 0 v -6.18076 1.65939 9.78417 -0.469704 0.85592 0.216283 0 0 v -6.37273 1.48088 8.60336 -0.552769 0.792846 -0.256595 0 0 v -3.95982 -3.71004 0.421165 0.00700225 -0.780283 -0.625388 0 0 v -3.99102 1.16363 11.9875 -0.406327 0.913702 0.00679265 0 0 v -6.47194 1.3992 8.59966 -0.559707 0.794268 -0.23636 0 0 v -5.18085 1.82405 9.93877 0.0455772 0.9863 0.158543 0 0 v 4.73613 2.87529 5.53632 0.457854 0.888596 0.0276876 0 0 v 4.63801 2.92962 5.54044 0.471772 0.880967 0.0364433 0 0 v -2.47159 2.98004 7.39027 0.0777777 0.986089 0.146898 0 0 v 4.33866 3.10834 5.55229 0.571054 0.820556 0.0241827 0 0 v 4.23953 3.17367 5.55691 0.554487 0.831291 0.0387185 0 0 v 4.13676 3.24594 5.56144 0.539296 0.838848 0.074116 0 0 v 4.03644 3.30933 5.56589 0.440246 0.89033 0.11617 0 0 v -0.304664 3.34101 14.3908 -0.5459 0.806181 -0.228177 0 0 v -2.57156 2.99157 7.39027 0.098252 0.983714 0.15051 0 0 v -6.77449 1.3606 9.03576 -0.376789 0.919423 -0.112654 0 0 v -6.66279 1.09196 8.15127 -0.502869 0.699366 -0.507946 0 0 v -5.28124 1.78453 10.3768 0.0106667 0.99736 0.0718244 0 0 v -1.99363 2.43965 13.6407 -0.466212 0.881294 0.0772457 0 0 v -6.19749 -2.13276 4.36771 -0.738185 -0.494718 -0.458624 0 0 v -4.27578 2.4594 8.22406 -0.290728 0.81752 0.49713 0 0 v 3.03627 3.89443 5.60473 0.542309 0.830202 0.129093 0 0 v 2.93594 3.95817 5.60896 0.492625 0.862845 0.113222 0 0 v 2.8351 4.00774 5.61188 0.325016 0.93797 0.120737 0 0 v 2.73577 4.03527 5.61351 0.23754 0.968701 0.0720693 0 0 v 2.63523 4.05921 5.61465 0.311387 0.947005 0.0788644 0 0 v 2.53518 4.09686 5.61712 0.419524 0.905737 0.0603295 0 0 v 2.43569 4.14909 5.62066 0.438887 0.894582 0.0842687 0 0 v 2.33688 4.19024 5.62371 0.3984 0.91483 0.0660645 0 0 v 2.23609 4.24001 5.62667 0.352788 0.935696 0.00362471 0 0 v 2.137 4.26999 5.62881 0.242291 0.969458 0.0380361 0 0 v 2.03553 4.29224 5.62976 0.150618 0.986758 0.060196 0 0 v 1.93496 4.30273 5.63003 0.176572 0.98165 0.0720134 0 0 v 1.83463 4.32577 5.63115 0.27395 0.957542 0.0898005 0 0 v 1.73508 4.35212 5.63294 0.303513 0.946702 0.107869 0 0 v 1.63523 4.39043 5.63543 0.398049 0.90523 0.148713 0 0 v 1.53333 4.4366 5.63759 0.360555 0.917174 0.169683 0 0 v 1.43506 4.46625 5.64034 0.343796 0.921892 0.178662 0 0 v 1.33478 4.50336 5.64228 0.297563 0.93146 0.209377 0 0 v 1.23443 4.52972 5.64437 0.241974 0.93242 0.268406 0 0 v 1.13414 4.55495 5.64572 0.185521 0.938814 0.290191 0 0 v 1.03406 4.56749 5.64636 0.158036 0.93968 0.303359 0 0 v 0.933366 4.58963 5.64667 0.150071 0.938403 0.311252 0 0 v 0.833296 4.60274 5.64737 0.186337 0.940941 0.282682 0 0 v 0.732896 4.62607 5.64792 0.15296 0.951148 0.268182 0 0 v 0.634776 4.63411 5.65101 0.100113 0.959381 0.263754 0 0 v -6.56522 1.15662 8.15786 -0.414714 0.776255 -0.474805 0 0 v -6.57267 1.33224 8.59606 -0.504743 0.827441 -0.246123 0 0 v -4.32147 -1.62302 2.9721 -0.213451 -0.387802 -0.896688 0 0 v -3.58814 1.24341 11.6938 -0.2584 0.895735 -0.361785 0 0 v -1.39896 2.6779 13.6454 -0.295758 0.929637 -0.219777 0 0 v -0.167544 4.75331 5.65409 -0.0243033 0.908408 0.417377 0 0 v -0.266784 4.74971 5.65198 -0.145421 0.912115 0.383273 0 0 v -0.367364 4.72705 5.65125 -0.228193 0.903251 0.363408 0 0 v -0.467304 4.70164 5.64916 -0.225245 0.915151 0.334311 0 0 v -0.566964 4.67448 5.6459 -0.210112 0.913072 0.349502 0 0 v -0.667484 4.65184 5.64516 -0.170739 0.908155 0.382233 0 0 v -0.767444 4.63814 5.64343 -0.210637 0.887597 0.409638 0 0 v -0.866934 4.61013 5.63986 -0.300141 0.868921 0.393564 0 0 v -0.967514 4.57382 5.63785 -0.369897 0.833929 0.40956 0 0 v -1.06634 4.5206 5.63256 -0.499725 0.745853 0.440429 0 0 v -1.16279 4.45238 5.6244 -0.589641 0.670189 0.450744 0 0 v -4.41657 -1.59299 2.98344 -0.256343 -0.402592 -0.878753 0 0 v -5.11326 -2.95003 4.29634 -0.382813 -0.79423 -0.47186 0 0 v -1.26482 -4.41519 0.471855 -0.179651 -0.7861 -0.591416 0 0 v -1.39466 2.44418 13.0518 -0.0819865 0.884849 -0.458606 0 0 v -1.76391 3.48804 5.55413 -0.579473 0.775325 0.251162 0 0 v -1.86971 3.43325 5.53347 -0.369403 0.925073 0.0882065 0 0 v -1.96682 3.40394 5.54728 -0.323552 0.944538 0.0562357 0 0 v -2.06253 3.35779 5.54391 -0.456579 0.880956 -0.124302 0 0 v -2.16149 3.30378 5.54036 -0.513078 0.787725 -0.34094 0 0 v -2.26402 3.22077 5.53241 -0.423634 0.800812 -0.423361 0 0 v -2.364 3.16959 5.52825 -0.325753 0.863264 -0.385566 0 0 v -2.46465 3.13406 5.52482 -0.269574 0.903979 -0.331891 0 0 v -2.56372 3.09392 5.52181 -0.230682 0.933921 -0.273089 0 0 v -2.66352 3.09044 5.52179 0.0452471 0.985712 -0.162248 0 0 v -2.7637 3.10622 5.52204 0.104955 0.980512 -0.166074 0 0 v -2.86389 3.12841 5.5238 0.143871 0.98126 -0.128184 0 0 v -2.96376 3.14159 5.52418 0.0731402 0.990825 -0.113646 0 0 v -3.06363 3.14371 5.52372 0.0242661 0.994227 -0.104514 0 0 v -3.16404 3.14645 5.5231 -0.0336838 0.996601 -0.0751845 0 0 v -3.26432 3.13547 5.52169 -0.0874119 0.995842 -0.025666 0 0 v -3.36382 3.13142 5.52157 -0.0779257 0.996629 -0.0256618 0 0 v -2.11928 4.00471 0.208405 -0.156592 0.568376 -0.80773 0 0 v -2.02391 3.97486 0.196445 0.0275579 0.524876 -0.850732 0 0 v -1.93295 3.93826 0.176415 0.0503743 0.451648 -0.890773 0 0 v -1.82854 3.92149 0.180585 0.0862647 0.44991 -0.888898 0 0 v -1.71957 3.91161 0.192705 0.0611099 0.503367 -0.861909 0 0 v -1.62871 3.87531 0.172765 0.00754701 0.394313 -0.918945 0 0 v -1.52923 3.8523 0.168885 0.0582985 0.419496 -0.905883 0 0 v -2.48721 3.90243 0.222725 -0.2682 0.489471 -0.829751 0 0 v -2.39585 3.86567 0.202645 -0.156253 0.0606384 -0.985854 0 0 v -2.30088 3.83594 0.190745 -0.0823599 0.215162 -0.973099 0 0 v -2.20063 3.81286 0.186855 -0.0049059 0.0500241 -0.998736 0 0 v -2.10126 3.78947 0.182975 -0.0262258 0.060643 -0.997815 0 0 v -1.9967 3.773 0.187166 -0.0144121 0.0171152 -0.99975 0 0 v -1.89679 3.74981 0.183275 -0.0392368 -0.000233187 -0.99923 0 0 v -1.79708 3.72666 0.179415 0.0270335 0.0264066 -0.999286 0 0 v -1.69258 3.71018 0.183575 -0.0306631 0.000419383 -0.99953 0 0 v -1.49319 3.66355 0.175835 -0.0253967 -0.0300792 -0.999225 0 0 v -1.29367 3.6175 0.168065 0.0836666 0.0894712 -0.992469 0 0 v -1.18932 3.60063 0.172265 0.123877 0.223626 -0.966771 0 0 v -1.08501 3.58445 0.176425 0.0443722 0.182586 -0.982188 0 0 v -0.985164 3.56122 0.172555 0.049744 0.221901 -0.9738 0 0 v -0.880944 3.54456 0.176735 0.0267456 0.222684 -0.974524 0 0 v -0.781224 3.52145 0.172865 0.0397325 0.154544 -0.987187 0 0 v -0.676794 3.50497 0.177035 0.0371012 0.142133 -0.989152 0 0 v -0.576964 3.48163 0.173175 0.0215665 0.185434 -0.98242 0 0 v -0.472684 3.46533 0.177336 0.019699 0.140405 -0.989898 0 0 v -0.372874 3.44212 0.173476 0.137248 0.253977 -0.957423 0 0 v -0.264234 3.43213 0.185726 0.0861859 0.334443 -0.938467 0 0 v -0.0555338 3.39912 0.194065 0.0302217 0.227792 -0.973241 0 0 v 0.0397262 3.36925 0.182165 0.056011 0.267142 -0.962028 0 0 v 0.148366 3.35936 0.194405 0.075571 0.207258 -0.975363 0 0 v 0.252926 3.34258 0.198585 0.0510325 0.277379 -0.959404 0 0 v 0.352566 3.31945 0.194725 0.0517784 0.262328 -0.963589 0 0 v 0.457126 3.30297 0.198895 0.095457 0.387354 -0.916976 0 0 v 0.556596 3.28011 0.195016 0.0329051 0.211488 -0.976827 0 0 v 0.661376 3.26327 0.199265 0.0526801 0.278352 -0.959033 0 0 v 0.769876 3.25352 0.211445 0.0641826 0.237501 -0.969265 0 0 v 0.869856 3.2302 0.207555 0.0302381 0.238659 -0.970633 0 0 v 0.969266 3.20735 0.203685 0.052122 0.300572 -0.952334 0 0 v 1.07369 3.19045 0.207895 0.0301619 0.211399 -0.976934 0 0 v 1.17348 3.16748 0.204015 0.0927264 0.195281 -0.976354 0 0 v 1.28261 3.15776 0.216255 0.0357536 0.213507 -0.976287 0 0 v 1.3864 3.14126 0.220435 0.01156 0.184631 -0.98274 0 0 v 1.48191 3.11123 0.208505 0.0652963 0.170302 -0.983226 0 0 v 1.59075 3.1014 0.220745 0.0463457 0.216294 -0.975228 0 0 v 1.69487 3.08497 0.224916 0.0232718 0.0794613 -0.996566 0 0 v 1.79544 3.06282 0.221635 0.0961116 0.220422 -0.970658 0 0 v 1.90021 3.04486 0.236235 0.0373449 0.143232 -0.988984 0 0 v 2.00119 3.02632 0.223385 0.0550521 0.266442 -0.962278 0 0 v 2.21145 2.99687 0.233495 0.0689996 0.12898 -0.989244 0 0 v 2.3219 2.98967 0.246845 0.148751 0.192654 -0.969927 0 0 v 2.41591 2.95466 0.255125 0.0860021 0.181675 -0.979591 0 0 v 2.52604 2.94921 0.259885 0.119883 0.297782 -0.947076 0 0 v 2.62906 2.93065 0.272665 0.130474 0.247056 -0.960177 0 0 v 2.73721 2.92217 0.285345 0.228115 0.326524 -0.917249 0 0 v 2.84073 2.90751 0.320855 0.315301 0.373464 -0.872416 0 0 v -2.6598 3.74747 0.220975 -0.477435 0.657702 -0.582652 0 0 v -2.56464 3.71778 0.209066 -0.0534957 0.127369 -0.990412 0 0 v -2.46459 3.69446 0.205155 -0.0869334 0.0979725 -0.991385 0 0 v -2.3736 3.65772 0.185135 -0.0922918 0.0616324 -0.993823 0 0 v -2.16918 3.61778 0.185425 -0.0501088 0.024399 -0.998446 0 0 v -2.0738 3.58778 0.173606 0.0139486 0.0166505 -0.999764 0 0 v -1.96548 3.57798 0.185825 -0.00230445 0.00744565 -0.99997 0 0 v -1.87017 3.54813 0.173905 -0.0205507 -0.00174883 -0.999787 0 0 v -1.66158 3.51534 0.182315 -0.00760821 -0.00258478 -0.999968 0 0 v -1.45724 3.4752 0.182645 -0.0220284 -0.018465 -0.999587 0 0 v -1.35758 3.45212 0.178805 -0.0062409 -0.0374451 -0.999279 0 0 v -1.25343 3.43565 0.183005 -0.00556508 -0.037654 -0.999275 0 0 v -1.15322 3.41239 0.179155 0.00384638 -0.0269622 -0.999629 0 0 v -1.04909 3.39612 0.183355 0.0202889 -0.0400848 -0.99899 0 0 v -0.945004 3.37946 0.187565 0.00486048 -0.0506892 -0.998703 0 0 v -0.845224 3.35612 0.183705 -0.0223589 -0.0485474 -0.998571 0 0 v -0.740904 3.33956 0.187905 0.0205354 -0.0412036 -0.99894 0 0 v -0.636564 3.32314 0.192115 -0.00796968 -0.0407161 -0.999139 0 0 v -0.536654 3.29996 0.188245 -0.0224605 -0.0494658 -0.998523 0 0 v -0.436784 3.27655 0.184405 -0.0222074 -0.0490451 -0.99855 0 0 v -0.332294 3.26025 0.188615 0.0567027 -0.0555132 -0.996847 0 0 v -0.124064 3.22685 0.197035 0.0212343 -0.0462806 -0.998703 0 0 v -0.0197739 3.21058 0.201245 0.0136937 -0.0651266 -0.997783 0 0 v 0.0845861 3.19405 0.205436 0.000298884 -0.07526 -0.997164 0 0 v 0.184216 3.17051 0.201615 0.00453684 -0.0521233 -0.99863 0 0 v 0.288646 3.15423 0.205805 0.0161363 -0.0649559 -0.997758 0 0 v 0.497036 3.12126 0.214215 -0.0274793 -0.0742139 -0.996864 0 0 v 0.597296 3.09806 0.210365 -0.00522805 -0.0756402 -0.997121 0 0 v 0.701246 3.08146 0.214575 0.0422094 -0.0672586 -0.996842 0 0 v 0.805526 3.06473 0.218785 -0.0227455 -0.0504228 -0.998469 0 0 v 0.905576 3.04133 0.214935 -0.00903353 -0.0516589 -0.998624 0 0 v 1.1141 3.00832 0.223365 0.0259853 -0.0792353 -0.996517 0 0 v 1.21853 2.99201 0.227525 7.44156e-005 -0.0765213 -0.997068 0 0 v 1.31828 2.96886 0.223695 0.00430911 -0.0532526 -0.998572 0 0 v 1.4222 2.95224 0.227895 -0.0126757 -0.0646049 -0.99783 0 0 v 1.52645 2.93578 0.232105 0.00484895 -0.0541234 -0.998523 0 0 v 1.62654 2.91237 0.228255 0.00270909 -0.0302089 -0.99954 0 0 v 1.8307 2.87276 0.228596 0.0240001 -0.0394906 -0.998932 0 0 v 1.93486 2.85612 0.232816 -0.00563215 -0.0347101 -0.999382 0 0 v 2.03954 2.84029 0.237315 0.0263363 -0.0372396 -0.998959 0 0 v 2.14458 2.82565 0.242375 -0.00035186 -0.000259692 -1 0 0 v 2.24527 2.80355 0.239125 0.0574809 0.00656122 -0.998325 0 0 v 2.35499 2.79613 0.252505 0.0448591 0.0351399 -0.998375 0 0 v 2.4557 2.77428 0.249255 0.0423585 0.0413825 -0.998245 0 0 v 2.56066 2.75928 0.255375 0.0555624 0.051123 -0.997146 0 0 v 2.66627 2.74473 0.259425 0.0861265 0.0571339 -0.994645 0 0 v 2.77119 2.73036 0.264465 0.0714772 0.0963144 -0.992781 0 0 v 2.87173 2.70843 0.261255 0.124328 0.126082 -0.984198 0 0 v 2.98879 2.71363 0.297335 0.387393 0.287754 -0.875856 0 0 v 3.07597 2.69324 0.344325 0.514027 0.346254 -0.784783 0 0 v -2.81454 3.61912 0.251285 -0.830163 0.47401 -0.293504 0 0 v -2.73287 3.56973 0.215266 -0.313911 0.182332 -0.931781 0 0 v -2.6463 3.52607 0.187045 -0.122357 0.11168 -0.986183 0 0 v -2.55044 3.4961 0.175135 -0.0102719 0.0671638 -0.997689 0 0 v -2.4463 3.47989 0.179345 -0.0304268 0.0417779 -0.998664 0 0 v -2.34674 3.45638 0.175505 0.00323373 0.00846327 -0.999959 0 0 v -2.24225 3.44 0.179725 0.00302756 0.00835965 -0.99996 0 0 v -2.14265 3.41654 0.175896 -0.021342 0.00462991 -0.999762 0 0 v -2.03817 3.39978 0.180145 0.0497204 -0.0181841 -0.998598 0 0 v -1.93381 3.38339 0.184345 -0.0289789 -0.0112759 -0.999516 0 0 v -1.83395 3.36035 0.180525 0.00436585 -0.0254801 -0.999666 0 0 v -1.72962 3.34339 0.184745 0.00943153 -0.0260641 -0.999616 0 0 v -1.63021 3.32042 0.180915 -0.00543767 -0.0368738 -0.999305 0 0 v -1.52547 3.30385 0.185125 0.00527448 -0.0503078 -0.99872 0 0 v -1.42564 3.28035 0.181376 0.00181006 -0.0758353 -0.997119 0 0 v -1.32172 3.26414 0.185535 -0.00473091 -0.103645 -0.994603 0 0 v -1.22155 3.24075 0.181736 -0.0189205 -0.10364 -0.994435 0 0 v -1.01327 3.2077 0.190195 0.0357865 -0.118782 -0.992275 0 0 v -0.908874 3.1908 0.194495 -0.0264126 -0.144219 -0.989193 0 0 v -0.809334 3.16772 0.190645 -0.0458317 -0.162901 -0.985577 0 0 v -0.709414 3.14457 0.186795 -0.0175931 -0.172823 -0.984796 0 0 v -0.604924 3.12806 0.191005 0.000175575 -0.149008 -0.988836 0 0 v -0.500584 3.11131 0.195246 -0.0518571 -0.19239 -0.979947 0 0 v -0.401194 3.08807 0.191475 0.00660213 -0.193249 -0.981128 0 0 v -0.292214 3.07825 0.203735 0.0374347 -0.188709 -0.981319 0 0 v -0.187914 3.06187 0.207885 -0.0356561 -0.188714 -0.981385 0 0 v -0.0879839 3.0386 0.204115 0.00700316 -0.193278 -0.981119 0 0 v 0.0203661 3.0287 0.216385 -0.00579586 -0.174589 -0.984624 0 0 v 0.120306 3.00526 0.212605 -0.031099 -0.173007 -0.984429 0 0 v 0.433116 2.9556 0.225285 -0.0247715 -0.159587 -0.986873 0 0 v 0.533076 2.93247 0.221425 -0.0227006 -0.159537 -0.986931 0 0 v 0.741426 2.89914 0.229935 -0.0333266 -0.173769 -0.984222 0 0 v 0.841206 2.87612 0.226045 -0.0623174 -0.174538 -0.982677 0 0 v 0.941366 2.85284 0.222215 -0.0330353 -0.228258 -0.97304 0 0 v 1.0456 2.83634 0.226455 0.0477401 -0.163077 -0.985458 0 0 v 1.15421 2.82641 0.238725 -0.00625427 -0.175906 -0.984387 0 0 v 1.25391 2.8029 0.234985 -0.0313554 -0.174348 -0.984185 0 0 v 1.35856 2.78653 0.239115 -0.0236008 -0.168472 -0.985424 0 0 v 1.4579 2.76336 0.235305 -0.0663517 -0.182163 -0.981027 0 0 v 1.55771 2.73992 0.231545 -0.0329755 -0.184444 -0.98229 0 0 v 1.66217 2.72373 0.235635 -0.00634674 -0.183317 -0.983033 0 0 v 1.76631 2.70673 0.240005 -0.0019258 -0.176813 -0.984243 0 0 v 1.87063 2.69037 0.244155 -0.0336941 -0.174849 -0.984019 0 0 v 1.9704 2.66697 0.240356 -0.0590628 -0.149438 -0.987005 0 0 v 2.07055 2.64401 0.236395 -0.0667235 -0.110667 -0.991615 0 0 v 2.17002 2.62069 0.232595 -0.0282622 -0.0825414 -0.996187 0 0 v 2.27426 2.60395 0.236845 0.00218062 -0.0585648 -0.998281 0 0 v 2.37419 2.58085 0.232985 0.0100773 -0.0332022 -0.999398 0 0 v 2.48413 2.57362 0.246405 0.0201452 -7.29272e-006 -0.999797 0 0 v 2.58492 2.55134 0.243195 0.0558188 0.0291095 -0.998016 0 0 v 2.69939 2.55126 0.264955 0.0725368 0.036342 -0.996703 0 0 v 2.80003 2.52967 0.261725 0.0146229 0.0346608 -0.999292 0 0 v 2.90538 2.51477 0.266836 0.125545 0.0165798 -0.991949 0 0 v 3.01057 2.49995 0.272015 0.231941 0.0634572 -0.970658 0 0 v 3.12225 2.50398 0.315895 0.467847 0.165448 -0.868185 0 0 v 3.20787 2.49307 0.372955 0.580055 0.334436 -0.742757 0 0 v -2.88302 3.44819 0.253515 -0.735775 0.325482 -0.593883 0 0 v -2.81436 3.37845 0.192995 -0.247336 0.173605 -0.95325 0 0 v -2.71855 3.34836 0.181025 -0.0444877 0.0432595 -0.998073 0 0 v -2.61882 3.32529 0.177215 -0.0210652 0.00589427 -0.999761 0 0 v -2.51468 3.3086 0.181455 0.0101086 -0.0242514 -0.999655 0 0 v -2.41505 3.28502 0.177665 -0.00481663 -0.0349137 -0.999379 0 0 v -2.31058 3.26874 0.181885 0.00305262 -0.0333607 -0.999439 0 0 v -2.21099 3.24547 0.178065 0.00197028 -0.0426007 -0.99909 0 0 v -2.00223 3.21189 0.186615 0.00588315 -0.0491055 -0.998776 0 0 v -1.90235 3.18876 0.182835 0.0125766 -0.088915 -0.99596 0 0 v -1.79808 3.17221 0.187105 0.0318441 -0.146615 -0.988681 0 0 v -1.69364 3.15576 0.191336 0.0231594 -0.203282 -0.978846 0 0 v -1.58979 3.13901 0.195695 0.0133088 -0.267009 -0.963602 0 0 v -1.48511 3.12269 0.199855 0.0222281 -0.309604 -0.950606 0 0 v -1.3768 3.11242 0.212365 0.0292272 -0.351001 -0.935919 0 0 v -1.27228 3.0958 0.216615 -0.073317 -0.387938 -0.918765 0 0 v -1.1726 3.07267 0.212785 -0.0591776 -0.46916 -0.881128 0 0 v -1.06842 3.05606 0.217085 0.0124566 -0.398703 -0.916996 0 0 v -0.959634 3.04598 0.229535 0.01037 -0.468749 -0.88327 0 0 v -0.855064 3.0294 0.233755 -0.0574097 -0.481967 -0.874306 0 0 v -0.751154 3.01294 0.237925 -0.0597738 -0.474294 -0.878335 0 0 v -0.542424 2.97952 0.246575 -0.0731259 -0.494386 -0.866161 0 0 v -0.442514 2.9565 0.242635 -0.0903507 -0.556569 -0.825874 0 0 v -0.338594 2.93993 0.246885 -0.0563562 -0.550223 -0.833114 0 0 v -0.129744 2.90675 0.255355 -0.060437 -0.509044 -0.858616 0 0 v -0.0256639 2.88998 0.259745 -0.0837147 -0.509716 -0.85626 0 0 v 0.0740261 2.86688 0.255845 -0.0976826 -0.454906 -0.885166 0 0 v 0.387096 2.8169 0.268695 -0.0957844 -0.53249 -0.840999 0 0 v 0.486916 2.79388 0.264726 -0.0968621 -0.505545 -0.857346 0 0 v 0.695496 2.76063 0.273245 -0.0829062 -0.521638 -0.849129 0 0 v 0.795426 2.73718 0.269675 -0.116676 -0.51412 -0.849746 0 0 v 0.899536 2.72088 0.273635 -0.0650811 -0.501667 -0.862609 0 0 v 1.10786 2.68743 0.282445 -0.0664036 -0.541005 -0.838394 0 0 v 1.20798 2.66437 0.278395 -0.116695 -0.51407 -0.849773 0 0 v 1.41621 2.63091 0.287205 -0.0900314 -0.534855 -0.840133 0 0 v 1.51607 2.6078 0.283265 -0.12238 -0.542301 -0.831224 0 0 v 1.62043 2.59117 0.287555 -0.0763699 -0.573136 -0.815894 0 0 v 1.72015 2.56814 0.283515 -0.109854 -0.560741 -0.820671 0 0 v 1.82458 2.55144 0.287795 -0.103493 -0.52953 -0.841954 0 0 v 1.92411 2.52801 0.284175 -0.164144 -0.478687 -0.862505 0 0 v 2.02427 2.50486 0.280105 -0.178145 -0.461759 -0.868932 0 0 v 2.11961 2.47497 0.268215 -0.189727 -0.427018 -0.884115 0 0 v 2.21949 2.45179 0.264305 -0.127883 -0.379869 -0.916158 0 0 v 2.31935 2.42847 0.260445 -0.162279 -0.294396 -0.941805 0 0 v 2.41877 2.40515 0.256646 -0.11829 -0.184561 -0.975676 0 0 v 2.51442 2.37539 0.244635 -0.125822 -0.0981916 -0.987181 0 0 v 2.61395 2.35218 0.240805 0.000972195 -0.0344985 -0.999404 0 0 v 2.71881 2.33641 0.245345 0.0218559 0.0156098 -0.999639 0 0 v 2.82415 2.32142 0.250565 0.115132 0.00950728 -0.993305 0 0 v 2.94369 2.32858 0.280725 0.125335 -0.00213859 -0.992112 0 0 v 3.04879 2.31384 0.285905 0.171911 0.0155397 -0.98499 0 0 v 3.16327 2.31383 0.307715 0.204923 0.105269 -0.973101 0 0 v 3.26841 2.29927 0.312846 0.449281 0.159274 -0.879078 0 0 v -6.74251 -3.59602 8.06226 -0.121651 -0.628559 -0.768189 0 0 v -2.96909 3.25064 0.223055 -0.754918 0.344545 -0.558022 0 0 v -2.88691 3.20044 0.186725 -0.258647 0.096276 -0.961162 0 0 v -2.79178 3.17097 0.174855 -0.0467214 0.0358215 -0.998265 0 0 v -2.68745 3.1541 0.179135 0.0273065 -0.0152842 -0.99951 0 0 v -2.47874 3.12099 0.187706 0.0215796 -0.0362675 -0.999109 0 0 v -2.37449 3.10436 0.191985 0.00593596 -0.0468269 -0.998885 0 0 v -2.17037 3.06396 0.192525 0.0466342 -0.0924165 -0.994628 0 0 v -2.06621 3.04742 0.196845 0.0478225 -0.125677 -0.990918 0 0 v -1.96168 3.0308 0.201285 0.100803 -0.218898 -0.970527 0 0 v -1.84842 3.02751 0.221795 0.126315 -0.348497 -0.928759 0 0 v -1.73978 3.01758 0.234225 0.102596 -0.453902 -0.885126 0 0 v -1.62659 3.01438 0.254555 0.0759222 -0.53266 -0.842917 0 0 v -1.5183 3.0041 0.267215 0.0231776 -0.564118 -0.825369 0 0 v -1.40918 2.99421 0.279555 0.0478305 -0.618207 -0.784559 0 0 v -1.30078 2.98443 0.291725 -0.00917071 -0.659732 -0.751445 0 0 v -1.19635 2.96757 0.296395 -0.0525076 -0.710147 -0.702093 0 0 v -1.08753 2.95773 0.308535 -0.0168412 -0.726083 -0.687401 0 0 v -0.979004 2.94777 0.320875 -0.0276837 -0.748677 -0.662357 0 0 v -0.874894 2.93111 0.325305 -0.0816952 -0.789512 -0.608274 0 0 v -0.561734 2.88115 0.338315 -0.0866048 -0.790454 -0.606367 0 0 v -0.453164 2.87122 0.350455 -0.105557 -0.797379 -0.594175 0 0 v -0.353244 2.848 0.346635 -0.135391 -0.785335 -0.604085 0 0 v -0.145024 2.81459 0.355465 -0.144868 -0.781526 -0.60682 0 0 v -0.0451538 2.79153 0.351385 -0.138122 -0.773844 -0.618132 0 0 v 0.267726 2.74169 0.364115 -0.161047 -0.774975 -0.611128 0 0 v 0.367556 2.7183 0.360585 -0.149408 -0.76598 -0.625261 0 0 v 0.576276 2.6851 0.369005 -0.11668 -0.780571 -0.61408 0 0 v 0.680546 2.66841 0.373305 -0.149509 -0.767479 -0.623396 0 0 v 0.780016 2.64519 0.369625 -0.128656 -0.7771 -0.616087 0 0 v 0.988756 2.61201 0.377995 -0.122286 -0.790546 -0.60007 0 0 v 1.09304 2.59547 0.382115 -0.149348 -0.767288 -0.62367 0 0 v 1.19272 2.57207 0.378635 -0.135148 -0.785094 -0.604452 0 0 v 1.29706 2.55546 0.382935 -0.090529 -0.826878 -0.555046 0 0 v 1.40131 2.53889 0.387055 -0.158021 -0.809298 -0.565743 0 0 v 1.5011 2.51567 0.383345 -0.101698 -0.846514 -0.522562 0 0 v 1.60971 2.50561 0.395755 -0.136452 -0.835795 -0.531815 0 0 v 1.70958 2.48232 0.391965 -0.193882 -0.818361 -0.541013 0 0 v 1.80947 2.45906 0.387975 -0.272254 -0.74743 -0.605992 0 0 v 1.90476 2.42911 0.376255 -0.234343 -0.740081 -0.630368 0 0 v 2.00455 2.40592 0.372265 -0.274882 -0.731267 -0.62425 0 0 v 2.19523 2.346 0.348635 -0.285879 -0.705765 -0.648204 0 0 v 2.29056 2.31608 0.336585 -0.40845 -0.594643 -0.692509 0 0 v 2.37726 2.27306 0.308185 -0.361003 -0.434944 -0.824925 0 0 v 2.46806 2.2365 0.288195 -0.355865 -0.357047 -0.863642 0 0 v 2.55896 2.20008 0.268135 -0.282576 -0.231673 -0.930848 0 0 v 2.65424 2.17004 0.256225 -0.151085 -0.0851212 -0.984849 0 0 v 2.75426 2.14659 0.252415 -0.016742 -0.0255673 -0.999533 0 0 v 2.85861 2.13 0.256745 0.112208 0.00543555 -0.99367 0 0 v 2.96734 2.12084 0.269385 0.11873 0.0275016 -0.992546 0 0 v 3.08242 2.12082 0.291345 0.174281 0.0136846 -0.984601 0 0 v 3.19245 2.11328 0.304925 0.143363 -0.0096047 -0.989624 0 0 v 3.30669 2.11318 0.326745 0.545735 0.0519138 -0.836348 0 0 v -3.02425 3.09931 0.249355 -0.773616 0.201204 -0.600862 0 0 v -2.9596 3.02326 0.180365 -0.369429 0.112805 -0.922387 0 0 v -2.85992 2.99962 0.176585 -0.00387892 -0.00164686 -0.999991 0 0 v -2.54673 2.94983 0.189535 0.026149 -0.0128859 -0.999575 0 0 v -2.44273 2.93322 0.193835 0.0510463 -0.0156853 -0.998573 0 0 v -2.33868 2.91677 0.198135 0.0327354 -0.0486449 -0.99828 0 0 v -2.23438 2.89965 0.202545 0.0883381 -0.112365 -0.989733 0 0 v -2.12527 2.8898 0.215086 0.151248 -0.216323 -0.964535 0 0 v -2.0124 2.88664 0.235515 0.214035 -0.343805 -0.914323 0 0 v -1.89013 2.89627 0.272545 0.286894 -0.451476 -0.844903 0 0 v -1.76839 2.90621 0.309155 0.234481 -0.586003 -0.775641 0 0 v -1.65046 2.90944 0.337885 0.145424 -0.668031 -0.729786 0 0 v -1.53724 2.90618 0.358275 0.079696 -0.709732 -0.699949 0 0 v -1.42434 2.90271 0.378905 0.0999702 -0.776449 -0.6222 0 0 v -1.31093 2.89921 0.399525 0.00843274 -0.799484 -0.600628 0 0 v -1.20224 2.88924 0.411835 -0.0259816 -0.812497 -0.582386 0 0 v -1.09822 2.87276 0.416015 -0.00399242 -0.838202 -0.545345 0 0 v -0.985174 2.86916 0.436875 -0.00456952 -0.85699 -0.515312 0 0 v -0.667554 2.82596 0.457635 -0.101147 -0.872878 -0.477339 0 0 v -0.563314 2.80916 0.462175 -0.11744 -0.857462 -0.500966 0 0 v -0.459034 2.79244 0.466615 -0.130177 -0.843846 -0.520555 0 0 v -0.355144 2.77603 0.470575 -0.130711 -0.843608 -0.520807 0 0 v -0.250634 2.75924 0.475025 -0.134344 -0.840507 -0.52488 0 0 v -0.150754 2.73605 0.471135 -0.193283 -0.831446 -0.520902 0 0 v 0.161676 2.68601 0.484295 -0.154418 -0.845556 -0.511067 0 0 v 0.261866 2.66265 0.480645 -0.166513 -0.850377 -0.499131 0 0 v 0.470286 2.62932 0.489185 -0.166207 -0.850545 -0.498948 0 0 v 0.569756 2.60616 0.485415 -0.148207 -0.846722 -0.510975 0 0 v 0.674166 2.58946 0.489705 -0.148354 -0.847029 -0.510424 0 0 v 0.882956 2.55618 0.498155 -0.14831 -0.847215 -0.510128 0 0 v 0.982806 2.53289 0.494455 -0.161726 -0.832689 -0.529598 0 0 v 1.08674 2.51638 0.498595 -0.13041 -0.84332 -0.521349 0 0 v 1.19095 2.49979 0.502825 -0.100508 -0.852452 -0.513053 0 0 v 1.29972 2.48951 0.515595 -0.0689161 -0.860869 -0.504138 0 0 v 1.4039 2.4729 0.519895 -0.104149 -0.868067 -0.485399 0 0 v 1.51281 2.4629 0.532135 -0.123223 -0.867367 -0.482173 0 0 v 1.71238 2.41632 0.524475 -0.280341 -0.791975 -0.542387 0 0 v 1.80332 2.37985 0.504495 -0.313181 -0.776997 -0.546071 0 0 v 1.90309 2.35652 0.500735 -0.232876 -0.814839 -0.530854 0 0 v 2.18912 2.26667 0.465056 -0.394301 -0.708869 -0.584835 0 0 v 2.27985 2.23024 0.444965 -0.589671 -0.559116 -0.582818 0 0 v 2.35761 2.17399 0.400275 -0.566456 -0.497332 -0.657106 0 0 v 2.43951 2.12401 0.364165 -0.575469 -0.343269 -0.742295 0 0 v 2.51691 2.06781 0.319805 -0.544967 -0.145231 -0.825784 0 0 v 2.59449 2.01151 0.275395 -0.408646 -0.0563262 -0.910953 0 0 v 2.69011 1.9816 0.263425 -0.160388 -0.0366225 -0.986374 0 0 v 2.78553 1.95155 0.251575 0.00596311 -0.029118 -0.999558 0 0 v 2.89409 1.9417 0.263965 0.0639539 -0.0116296 -0.997885 0 0 v 2.99836 1.92506 0.268305 0.154751 3.56824e-006 -0.987953 0 0 v 3.11632 1.92787 0.297025 0.191155 -0.0107264 -0.981501 0 0 v 3.23046 1.92705 0.318625 0.163633 -0.0143556 -0.986417 0 0 v 3.34023 1.91992 0.332165 0.526933 0.103033 -0.843638 0 0 v -5.96006 -3.81204 8.01377 -0.186457 -0.478318 -0.858164 0 0 v -3.07902 2.94861 0.275175 -0.885181 0.21892 -0.410523 0 0 v -3.02363 2.85938 0.190105 -0.458488 0.117126 -0.880948 0 0 v -2.92789 2.82919 0.178155 -0.0319315 -0.0176255 -0.999335 0 0 v -2.6153 2.77899 0.191156 0.0113092 -0.0219171 -0.999696 0 0 v -2.5154 2.75598 0.187405 0.0474577 -0.0376475 -0.998164 0 0 v -2.40665 2.74571 0.199905 0.106851 -0.0773744 -0.99126 0 0 v -2.29784 2.73556 0.212495 0.170153 -0.149743 -0.973974 0 0 v -2.18067 2.73871 0.241145 0.297617 -0.276153 -0.913873 0 0 v -2.05414 2.75517 0.286175 0.348928 -0.443198 -0.825727 0 0 v -1.92755 2.77172 0.331175 0.366626 -0.556902 -0.745282 0 0 v -1.79642 2.7949 0.384205 0.36625 -0.600724 -0.710628 0 0 v -1.6655 2.81785 0.437205 0.235641 -0.6963 -0.677967 0 0 v -1.55243 2.81448 0.457826 0.176538 -0.769912 -0.613246 0 0 v -1.43027 2.82413 0.494726 0.116549 -0.804098 -0.58296 0 0 v -1.32183 2.81414 0.507185 0.0471212 -0.819487 -0.571158 0 0 v -1.20864 2.81065 0.527805 0.0250029 -0.845973 -0.53264 0 0 v -1.09513 2.80714 0.548415 0.0260489 -0.844543 -0.534854 0 0 v -0.986674 2.79718 0.560725 -0.0249943 -0.810132 -0.585715 0 0 v -0.877924 2.78697 0.573215 -0.0760375 -0.740726 -0.66749 0 0 v -0.773714 2.77034 0.577555 -0.0452935 -0.761601 -0.646461 0 0 v -0.664764 2.76026 0.589905 -0.115936 -0.759025 -0.640656 0 0 v -0.565304 2.73697 0.586225 -0.138441 -0.766285 -0.627408 0 0 v -0.461124 2.72061 0.590315 -0.126988 -0.743611 -0.656443 0 0 v -0.361264 2.69695 0.586865 -0.0953582 -0.749035 -0.655632 0 0 v -0.252324 2.68708 0.599065 -0.129179 -0.74262 -0.657136 0 0 v -0.152474 2.66366 0.595425 -0.125603 -0.761229 -0.636203 0 0 v 0.160046 2.61382 0.608295 -0.116439 -0.716993 -0.687287 0 0 v 0.368516 2.58012 0.617185 -0.14228 -0.72814 -0.670498 0 0 v 0.468536 2.55677 0.613455 -0.156741 -0.752377 -0.639814 0 0 v 0.572606 2.54027 0.617685 -0.126519 -0.740804 -0.659699 0 0 v 0.672336 2.51708 0.613865 -0.11767 -0.725083 -0.678534 0 0 v 0.881116 2.48351 0.622696 -0.145021 -0.749346 -0.646104 0 0 v 0.980906 2.46062 0.618605 -0.142324 -0.785535 -0.602228 0 0 v 1.08494 2.44383 0.623065 -0.130481 -0.760136 -0.636528 0 0 v 1.18488 2.4205 0.619335 -0.0963091 -0.748498 -0.656107 0 0 v 1.29365 2.41036 0.631795 -0.0625366 -0.734549 -0.675668 0 0 v 1.39792 2.39364 0.636135 -0.0851501 -0.704712 -0.704366 0 0 v 1.50207 2.37697 0.640445 -0.147255 -0.639589 -0.754481 0 0 v 1.70197 2.33049 0.632695 -0.270411 -0.63618 -0.722602 0 0 v 1.79711 2.3007 0.620816 -0.221007 -0.669263 -0.709397 0 0 v 1.89694 2.27723 0.617095 -0.257042 -0.659453 -0.706435 0 0 v 1.99212 2.2473 0.605235 -0.307531 -0.634083 -0.709481 0 0 v 2.08729 2.21741 0.593365 -0.333452 -0.630855 -0.700594 0 0 v 2.17841 2.18088 0.573225 -0.419431 -0.505485 -0.754031 0 0 v 2.26498 2.13763 0.544925 -0.553176 -0.450993 -0.70043 0 0 v 2.33787 2.07455 0.492655 -0.68412 -0.324523 -0.653195 0 0 v 2.4112 2.01179 0.439775 -0.715124 -0.145512 -0.683685 0 0 v 2.47525 1.93543 0.371195 -0.689773 0.000695509 -0.724025 0 0 v 2.54401 1.86599 0.310545 -0.493795 0.0485405 -0.868222 0 0 v 2.62611 1.81634 0.274315 -0.268571 0.0576373 -0.961534 0 0 v 2.72165 1.78633 0.262455 -0.0402946 -0.00180436 -0.999186 0 0 v 2.82564 1.76964 0.266765 0.0145282 -0.00670634 -0.999872 0 0 v 2.92545 1.74632 0.263015 0.0634626 0.00948421 -0.997939 0 0 v 3.03858 1.74268 0.283575 0.17922 0.0147245 -0.983699 0 0 v 3.15205 1.73962 0.304235 0.190011 0.0234131 -0.981503 0 0 v 3.26503 1.73594 0.324725 0.0997765 0.0182195 -0.994843 0 0 v 3.36458 1.71292 0.320965 0.443127 0.0722109 -0.893546 0 0 v -3.12934 2.80446 0.308865 -0.920999 0.296876 -0.25224 0 0 v -3.09169 2.68885 0.191425 -0.383471 0.179527 -0.905936 0 0 v -2.9919 2.66522 0.187665 -0.0423427 -0.0158752 -0.998977 0 0 v -2.89193 2.64206 0.183905 -0.0270496 -0.0179475 -0.999473 0 0 v -2.78755 2.62513 0.188285 0.057881 -0.0140008 -0.998225 0 0 v -2.57933 2.59175 0.197015 0.0592394 -0.0484389 -0.997068 0 0 v -2.47047 2.5817 0.209575 0.161219 -0.113204 -0.980404 0 0 v -2.35736 2.57821 0.230305 0.250711 -0.219334 -0.942887 0 0 v -2.2354 2.58819 0.267135 0.404493 -0.355106 -0.842784 0 0 v -2.09537 2.62426 0.336855 0.493118 -0.478733 -0.726395 0 0 v -1.95112 2.66715 0.414205 0.445263 -0.592003 -0.671769 0 0 v -1.81592 2.69638 0.475655 0.39699 -0.645498 -0.65248 0 0 v -1.68467 2.71966 0.528675 0.32503 -0.704883 -0.630473 0 0 v -1.55851 2.73565 0.573726 0.219728 -0.7161 -0.662511 0 0 v -1.44066 2.73885 0.602405 0.13334 -0.687541 -0.713798 0 0 v -1.32318 2.74219 0.630935 0.0803568 -0.665621 -0.741951 0 0 v -1.21429 2.73203 0.643445 0.0185277 -0.596963 -0.802055 0 0 v -1.10577 2.72163 0.655955 -7.8116e-005 -0.528981 -0.848634 0 0 v -1.00183 2.70481 0.660325 -0.0388499 -0.47764 -0.877696 0 0 v -0.897474 2.6882 0.664655 -0.065288 -0.389532 -0.918696 0 0 v -0.797794 2.66493 0.660895 -0.0484415 -0.421688 -0.905446 0 0 v -0.688804 2.65506 0.673305 -0.00980782 -0.391449 -0.920148 0 0 v -0.588854 2.63156 0.669585 -0.0728598 -0.380594 -0.921867 0 0 v -0.380684 2.59843 0.678275 -0.0578515 -0.455423 -0.888393 0 0 v -0.276384 2.58179 0.682615 -0.0421034 -0.396243 -0.91718 0 0 v -0.176654 2.55828 0.678885 -0.061838 -0.317424 -0.946265 0 0 v 0.136216 2.50806 0.691985 -0.0558662 -0.381245 -0.922785 0 0 v 0.236266 2.48492 0.688225 -0.0546741 -0.336985 -0.939921 0 0 v 0.340216 2.46805 0.692586 -0.0666753 -0.357485 -0.931536 0 0 v 0.440056 2.44488 0.688825 -0.056989 -0.361638 -0.930575 0 0 v 0.648456 2.41129 0.697605 -0.0304109 -0.404639 -0.913971 0 0 v 0.752636 2.39464 0.701935 -0.0572216 -0.361456 -0.930632 0 0 v 0.856976 2.37826 0.706245 -0.0105506 -0.394865 -0.918679 0 0 v 0.961256 2.36152 0.710605 -0.0648574 -0.454785 -0.888236 0 0 v 1.06575 2.34477 0.714955 -0.081104 -0.414585 -0.906389 0 0 v 1.16541 2.32158 0.711216 -0.017678 -0.435927 -0.899808 0 0 v 1.27411 2.31122 0.723715 -0.0235865 -0.369025 -0.92912 0 0 v 1.37408 2.28783 0.719966 -0.0957459 -0.410596 -0.906777 0 0 v 1.47375 2.26473 0.716155 -0.120453 -0.373909 -0.91961 0 0 v 1.57337 2.24147 0.712415 -0.0927107 -0.323565 -0.941653 0 0 v 1.67348 2.2179 0.708615 -0.170421 -0.356124 -0.918767 0 0 v 1.76856 2.18817 0.696745 -0.185823 -0.341784 -0.921224 0 0 v 1.86846 2.16487 0.692955 -0.151433 -0.343588 -0.926831 0 0 v 1.96363 2.13462 0.681125 -0.268871 -0.357413 -0.894407 0 0 v 2.05448 2.09845 0.661075 -0.289342 -0.292829 -0.911336 0 0 v 2.14555 2.06196 0.640985 -0.381963 -0.290762 -0.877247 0 0 v 2.23194 2.01855 0.612815 -0.537864 -0.191785 -0.820926 0 0 v 2.30503 1.95585 0.560275 -0.676419 -0.109302 -0.728361 0 0 v 2.36919 1.87965 0.491475 -0.755427 0.0770012 -0.650693 0 0 v 2.42436 1.79041 0.406635 -0.701561 0.206855 -0.681926 0 0 v 2.48016 1.70069 0.321205 -0.500764 0.216458 -0.838082 0 0 v 2.56207 1.65124 0.285035 -0.276842 0.137962 -0.95096 0 0 v 2.6488 1.60777 0.256955 -0.0878764 0.0393696 -0.995353 0 0 v 2.75294 1.59111 0.261285 0.00356725 0.00661024 -0.999972 0 0 v 2.85255 1.568 0.257535 0.00426088 0.00648367 -0.99997 0 0 v 2.95713 1.55128 0.261946 0.0770845 0.0175251 -0.996871 0 0 v 3.06572 1.54091 0.274455 0.167964 0.0445632 -0.984785 0 0 v 3.18313 1.54435 0.303155 0.199046 0.0489586 -0.978766 0 0 v 3.29633 1.54063 0.323756 0.0810793 0.024247 -0.996413 0 0 v 3.39592 1.51771 0.320005 0.380982 0.119949 -0.916769 0 0 v -6.43411 -3.7287 8.20847 -0.362726 -0.751393 -0.551215 0 0 v -7.14628 -2.88252 7.94407 -0.394503 -0.0486592 -0.917605 0 0 v -3.22418 2.59467 0.261505 -0.891354 0.40785 -0.197855 0 0 v -3.15986 2.51818 0.192625 -0.24089 0.117452 -0.963419 0 0 v -3.05987 2.49493 0.188895 -0.00551666 0.0256324 -0.999656 0 0 v -2.95559 2.47802 0.193235 -0.0236107 0.0151402 -0.999607 0 0 v -2.86015 2.44856 0.181445 -0.00788781 0.00416918 -0.99996 0 0 v -2.64713 2.42135 0.198375 0.0687012 -0.0257466 -0.997305 0 0 v -2.53875 2.41111 0.210975 0.222709 -0.0898664 -0.970734 0 0 v -2.4165 2.42093 0.248125 0.373166 -0.227032 -0.899557 0 0 v -2.28131 2.45061 0.309405 0.502202 -0.374302 -0.779545 0 0 v -2.12823 2.50629 0.403426 0.571905 -0.47841 -0.666369 0 0 v -1.97496 2.56224 0.497345 0.504083 -0.561575 -0.656151 0 0 v -1.83951 2.59183 0.558625 0.41881 -0.591492 -0.68901 0 0 v -1.69972 2.62785 0.627955 0.318234 -0.531142 -0.785248 0 0 v -1.58194 2.63077 0.656745 0.132968 -0.393351 -0.909722 0 0 v -1.46902 2.62714 0.677326 0.118461 -0.352741 -0.928192 0 0 v -1.36026 2.61697 0.689815 0.0720332 -0.268098 -0.960695 0 0 v -1.25596 2.60032 0.694156 -0.0179285 -0.194133 -0.980811 0 0 v -1.15656 2.57712 0.690425 -0.00540158 -0.0978796 -0.995184 0 0 v -1.05224 2.56022 0.694815 -0.0139587 -0.131019 -0.991282 0 0 v -0.952394 2.53704 0.691085 -0.0033474 -0.101581 -0.994822 0 0 v -0.848124 2.52016 0.695445 -0.0318936 -0.101296 -0.994345 0 0 v -0.748094 2.49723 0.691725 0.00199593 -0.0548331 -0.998494 0 0 v -0.644094 2.48015 0.696086 -0.0227557 -0.0798515 -0.996547 0 0 v -0.544444 2.45696 0.692345 -0.0152319 -0.0498606 -0.99864 0 0 v -0.335534 2.42358 0.701145 0.0409966 -0.0632582 -0.997155 0 0 v -0.231604 2.40703 0.705505 -0.026281 -0.0739108 -0.996918 0 0 v -0.131624 2.38339 0.701785 -0.00257655 -0.0649107 -0.997888 0 0 v -0.027624 2.36658 0.706145 0.0180684 -0.0517434 -0.998497 0 0 v 0.076546 2.34987 0.710545 0.0436555 -0.0666604 -0.99682 0 0 v 0.181196 2.33327 0.714955 0.0126541 -0.0892917 -0.995925 0 0 v 0.285366 2.31657 0.719305 -0.0138505 -0.0885012 -0.99598 0 0 v 0.385126 2.29327 0.715585 -0.0154158 -0.0885 -0.995957 0 0 v 0.489546 2.27649 0.719975 0.011341 -0.0502344 -0.998673 0 0 v 0.593676 2.26007 0.724385 0.0561374 -0.105021 -0.992884 0 0 v 0.702166 2.24953 0.736825 -0.0136235 -0.0729623 -0.997242 0 0 v 0.797556 2.2198 0.725015 -0.00848142 -0.0792353 -0.99682 0 0 v 0.906476 2.2096 0.737485 0.0292399 -0.0598076 -0.997782 0 0 v 1.00593 2.18645 0.733765 0.00597308 -0.0547004 -0.998485 0 0 v 1.11024 2.16985 0.738155 0.00495258 -0.0574864 -0.998334 0 0 v 1.21439 2.15282 0.742515 0.0370752 -0.0391 -0.998547 0 0 v 1.319 2.13597 0.746925 0.0316851 -0.0417524 -0.998625 0 0 v 1.42322 2.11946 0.751265 -0.0438442 -0.0710588 -0.996508 0 0 v 1.51841 2.08939 0.739446 -0.0459038 -0.089034 -0.99497 0 0 v 1.62272 2.0729 0.743785 -0.0532471 -0.11455 -0.991989 0 0 v 1.71819 2.04284 0.731895 -0.148144 -0.133051 -0.979975 0 0 v 1.81356 2.01295 0.720035 -0.13373 -0.10608 -0.985324 0 0 v 1.91312 1.98976 0.716255 -0.179786 -0.1223 -0.976074 0 0 v 2.00413 1.95282 0.696305 -0.187454 -0.143954 -0.971668 0 0 v 2.09936 1.92299 0.684365 -0.292256 -0.16164 -0.942581 0 0 v 2.18562 1.88015 0.656245 -0.470697 -0.0734342 -0.879233 0 0 v 2.2632 1.82392 0.611805 -0.663795 0.0997834 -0.741228 0 0 v 2.3096 1.7211 0.510315 -0.735298 0.308698 -0.603359 0 0 v 2.34727 1.60564 0.392705 -0.652705 0.383411 -0.653432 0 0 v 2.39815 1.50957 0.299405 -0.396407 0.282797 -0.873434 0 0 v 2.48468 1.46612 0.271225 -0.155173 0.113042 -0.981398 0 0 v 2.58022 1.43657 0.259385 -0.0304172 0.0351055 -0.998921 0 0 v 2.68451 1.41989 0.263755 0.00866817 0.0270977 -0.999595 0 0 v 2.78447 1.39622 0.260025 0.00766687 0.0271831 -0.999601 0 0 v 2.88873 1.3795 0.264375 0.0186321 0.0156953 -0.999703 0 0 v 2.98831 1.35625 0.260675 0.0553529 0.0225253 -0.998213 0 0 v 3.09727 1.34604 0.273245 0.136529 0.0585168 -0.988906 0 0 v 3.21001 1.3429 0.293875 0.199232 0.0824647 -0.976476 0 0 v 3.32795 1.34573 0.322615 0.0952565 0.0672213 -0.993181 0 0 v 3.42758 1.32247 0.318905 0.126125 0.162541 -0.978608 0 0 v 3.53153 1.3059 0.323295 0.490885 0.290677 -0.821303 0 0 v -3.31894 2.38468 0.213685 -0.724109 0.493125 -0.482175 0 0 v -3.22368 2.35482 0.201825 -0.116868 0.0821915 -0.989741 0 0 v -3.13239 2.31806 0.181805 -0.0693896 0.0446771 -0.996589 0 0 v -3.0325 2.29487 0.178105 0.0201951 0.0230615 -0.99953 0 0 v -2.92844 2.27816 0.182515 0.0162841 0.00222963 -0.999865 0 0 v -2.82423 2.2611 0.186965 0.087494 -0.0263939 -0.995815 0 0 v -2.71556 2.25137 0.199485 0.0640503 -0.0243853 -0.997649 0 0 v -2.61108 2.23442 0.204115 0.215628 -0.0659621 -0.974245 0 0 v -2.4805 2.25718 0.257345 0.457895 -0.167661 -0.873053 0 0 v -2.33185 2.30656 0.343236 0.59229 -0.325242 -0.737164 0 0 v -2.16971 2.37549 0.453695 0.61448 -0.445428 -0.651159 0 0 v -2.00766 2.44425 0.563985 0.53029 -0.451559 -0.717556 0 0 v -1.86772 2.48056 0.633415 0.357779 -0.402167 -0.842767 0 0 v -1.74572 2.49009 0.670355 0.259698 -0.265532 -0.928466 0 0 v -1.63278 2.48632 0.690975 0.0841383 -0.145282 -0.985806 0 0 v -1.53287 2.46305 0.687265 0.0271399 -0.0749198 -0.99682 0 0 v -1.42885 2.44651 0.691665 0.0374624 -0.0260246 -0.998959 0 0 v -1.32448 2.42977 0.696065 0.00523834 0.0104035 -0.999932 0 0 v -1.22452 2.40638 0.692325 -0.0185362 0.0150112 -0.999716 0 0 v -1.02054 2.36634 0.693045 0.0194835 0.0190085 -0.999629 0 0 v -0.916354 2.34917 0.697415 0.0191393 0.0183968 -0.999648 0 0 v -0.816594 2.32614 0.693695 -0.0184634 0.0146454 -0.999722 0 0 v -0.512544 2.26285 0.690675 0.0263662 -0.00364376 -0.999646 0 0 v -0.408394 2.2458 0.695115 0.0773906 -0.00880742 -0.996962 0 0 v -0.299644 2.23567 0.707605 0.0291122 0.00701103 -0.999552 0 0 v -0.200284 2.21209 0.703905 0.0101222 0.002269 -0.999946 0 0 v 0.00405607 2.17241 0.704615 0.039701 -0.00527357 -0.999198 0 0 v 0.112596 2.16219 0.717145 0.0545311 0.00332127 -0.998507 0 0 v 0.217056 2.14543 0.721536 0.0190017 0.016997 -0.999675 0 0 v 0.316856 2.1218 0.717835 0.00449698 0.00858957 -0.999953 0 0 v 0.421206 2.10514 0.722215 0.0251847 -0.00455552 -0.999672 0 0 v 0.624816 2.06501 0.722915 0.0330211 0.0259987 -0.999116 0 0 v 0.725026 2.04199 0.719235 0.0181094 0.0172941 -0.999686 0 0 v 1.03776 1.99144 0.732405 0.0147639 0.017693 -0.999734 0 0 v 1.13743 1.96817 0.728685 -0.00689375 0.0179083 -0.999816 0 0 v 1.23688 1.94493 0.724975 0.0419127 0.00970899 -0.999074 0 0 v 1.3458 1.93496 0.737535 0.0564635 0.0212456 -0.998179 0 0 v 1.45018 1.91779 0.741955 0.0285327 0.00430766 -0.999584 0 0 v 1.5542 1.90144 0.746355 0.0262016 -0.0170948 -0.99951 0 0 v 1.65853 1.88468 0.750745 -0.0191012 -0.0268606 -0.999457 0 0 v 1.75832 1.8609 0.746995 -0.0935017 -0.0648682 -0.993504 0 0 v 1.94913 1.80117 0.723255 -0.108809 -0.0438843 -0.993094 0 0 v 2.04864 1.77796 0.719495 -0.230371 -0.0396435 -0.972295 0 0 v 2.13066 1.72847 0.683185 -0.449819 0.135001 -0.882858 0 0 v 2.1949 1.65227 0.614205 -0.659978 0.3407 -0.669591 0 0 v 2.2236 1.52337 0.480085 -0.690478 0.454079 -0.563074 0 0 v 2.24764 1.38782 0.338025 -0.555054 0.408726 -0.72447 0 0 v 2.31645 1.31829 0.277245 -0.242952 0.18222 -0.95277 0 0 v 2.41195 1.2886 0.265375 -0.0770123 0.0864275 -0.993277 0 0 v 2.60707 1.23495 0.249765 -0.00196562 0.0406952 -0.99917 0 0 v 2.70682 1.21165 0.246035 -0.00221153 0.040024 -0.999196 0 0 v 2.81115 1.19514 0.250465 0.0368723 0.0462175 -0.998251 0 0 v 2.91529 1.17824 0.254855 0.0369361 0.0461354 -0.998252 0 0 v 3.01964 1.16158 0.259275 0.0269863 0.0575036 -0.99798 0 0 v 3.11978 1.13818 0.255635 0.105202 0.0727756 -0.991784 0 0 v 3.23256 1.13442 0.276245 0.169903 0.0954939 -0.980823 0 0 v 3.34588 1.13083 0.296945 0.108763 0.106304 -0.988367 0 0 v 3.45022 1.11418 0.301395 0.0754997 0.0684557 -0.994793 0 0 v 3.5542 1.0976 0.305795 0.324168 0.204463 -0.923639 0 0 v 3.65828 1.08099 0.310215 0.205471 0.51783 -0.830442 0 0 v -3.59951 2.24164 0.197575 -0.215995 0.725515 -0.653432 0 0 v -3.49563 2.22496 0.201995 -0.0943028 0.670181 -0.736183 0 0 v -3.39591 2.20168 0.198275 -0.0619037 0.107742 -0.99225 0 0 v -3.30508 2.16525 0.178275 -0.0826874 0.0867811 -0.99279 0 0 v -3.20533 2.14157 0.174555 -0.0258615 0.050405 -0.998394 0 0 v -3.10067 2.12491 0.179025 0.0513208 -0.0111325 -0.99862 0 0 v -2.99654 2.10827 0.183445 0.0238257 -0.031226 -0.999228 0 0 v -2.89249 2.09143 0.187885 0.071118 -0.0206477 -0.997254 0 0 v -2.7837 2.0811 0.200485 0.082907 -0.0297287 -0.996114 0 0 v -2.6794 2.0645 0.204995 0.160608 -0.062649 -0.985028 0 0 v -2.55762 2.07384 0.242085 0.456351 -0.152776 -0.876586 0 0 v -2.40434 2.12967 0.336435 0.648803 -0.245025 -0.720428 0 0 v -2.20682 2.25093 0.512175 0.665765 -0.371208 -0.647273 0 0 v -2.04911 2.31314 0.614306 0.439141 -0.38252 -0.812917 0 0 v -1.92254 2.32951 0.659365 0.284738 -0.235004 -0.929353 0 0 v -1.81422 2.31933 0.671925 0.138992 -0.0902863 -0.986169 0 0 v -1.70539 2.30899 0.684506 0.0757033 -0.0167 -0.996991 0 0 v -1.60109 2.29253 0.688945 0.0198999 0.0205018 -0.999592 0 0 v -1.49712 2.27571 0.693365 0.00990617 0.0311111 -0.999467 0 0 v -1.39712 2.25218 0.689635 -0.00128129 0.0437128 -0.999043 0 0 v -1.29715 2.22908 0.685965 -0.00108167 0.0441134 -0.999026 0 0 v -1.19336 2.21183 0.690355 0.00804934 0.0315401 -0.99947 0 0 v -1.09342 2.18846 0.686625 -0.0263408 0.0465703 -0.998568 0 0 v -0.993684 2.16524 0.682945 0.0372135 0.0492925 -0.998091 0 0 v -0.889494 2.14864 0.687385 0.0124684 0.0516345 -0.998588 0 0 v -0.784904 2.1318 0.691805 0.0205869 0.038663 -0.99904 0 0 v -0.685214 2.10839 0.688115 0.0148138 0.0205478 -0.999679 0 0 v -0.581014 2.09151 0.692545 0.0153886 0.0240423 -0.999593 0 0 v -0.372574 2.05813 0.701415 0.0344613 0.0203248 -0.999199 0 0 v -0.272854 2.03473 0.697725 0.0331046 0.028728 -0.999039 0 0 v -0.164274 2.02429 0.710285 0.0324497 0.0089074 -0.999434 0 0 v -0.0644739 2.00111 0.706585 0.0128597 0.0115507 -0.999851 0 0 v 0.0400161 1.98426 0.711005 0.0288701 0.0141552 -0.999483 0 0 v 0.139706 1.96099 0.707315 0.016454 0.040527 -0.999043 0 0 v 0.244006 1.94448 0.711765 0.0321294 0.0301026 -0.99903 0 0 v 0.348036 1.9274 0.716185 0.0357699 0.0263447 -0.999013 0 0 v 0.452536 1.91044 0.720595 0.007711 0.0295961 -0.999532 0 0 v 0.552136 1.88711 0.716895 0.00880147 0.0299683 -0.999512 0 0 v 0.656696 1.8707 0.721375 0.0434321 0.0149694 -0.998944 0 0 v 0.760846 1.85374 0.725765 0.0266202 0.0136318 -0.999553 0 0 v 1.06916 1.79665 0.730965 0.0278219 0.00377059 -0.999606 0 0 v 1.17342 1.78 0.735405 0.0260411 -0.0169217 -0.999518 0 0 v 1.27725 1.76338 0.739825 0.0223357 -0.0226356 -0.999494 0 0 v 1.37713 1.73975 0.736125 0.027668 0.00546942 -0.999602 0 0 v 1.48594 1.72969 0.748685 0.0428712 0.0141017 -0.998981 0 0 v 1.58592 1.7062 0.744995 0.0084438 0.0287923 -0.99955 0 0 v 1.69015 1.68967 0.749445 0.0328913 0.02495 -0.999148 0 0 v 1.79425 1.67309 0.753785 -0.112279 0.0130464 -0.993591 0 0 v 1.88511 1.63657 0.733785 -0.17069 0.0197689 -0.985127 0 0 v 1.97588 1.60002 0.713775 -0.225862 0.12233 -0.966448 0 0 v 2.05766 1.55003 0.677405 -0.483892 0.328242 -0.811237 0 0 v 2.09988 1.44125 0.567585 -0.649893 0.478989 -0.590091 0 0 v 2.10626 1.2795 0.392715 -0.634843 0.484717 -0.601684 0 0 v 2.15745 1.18397 0.299335 -0.388712 0.315637 -0.865607 0 0 v 2.24386 1.14058 0.271145 -0.165297 0.156755 -0.973707 0 0 v 2.33494 1.10417 0.251155 -0.0686939 0.09126 -0.993455 0 0 v 2.4345 1.08049 0.247415 -0.0519283 0.0660176 -0.996466 0 0 v 2.53445 1.05712 0.243725 0.0209153 0.0515101 -0.998453 0 0 v 2.63886 1.04061 0.248155 -0.00199335 0.0409523 -0.999159 0 0 v 2.73837 1.01705 0.244445 -0.00171859 0.041368 -0.999143 0 0 v 2.83804 0.993817 0.240745 0.0231794 0.0386112 -0.998985 0 0 v 2.94261 0.976827 0.245165 0.0233941 0.0376167 -0.999018 0 0 v 3.04244 0.953867 0.241515 0.0445719 0.0136733 -0.998913 0 0 v 3.15119 0.943477 0.254085 0.0905119 0.0068513 -0.995872 0 0 v 3.25525 0.926547 0.258555 0.113268 0.0403198 -0.992746 0 0 v 3.3683 0.923227 0.279285 0.116931 0.0797941 -0.989929 0 0 v 3.48124 0.919677 0.300005 0.0997266 0.0951574 -0.990454 0 0 v 3.58585 0.902907 0.304456 0.0672173 0.0907179 -0.993606 0 0 v 3.69001 0.885947 0.308875 0.0803666 0.0761176 -0.993855 0 0 v 3.79439 0.869147 0.313535 0.265313 0.216441 -0.939554 0 0 v 3.94277 0.918397 0.399365 0.304442 0.415728 -0.857021 0 0 v 4.07792 0.947767 0.460835 0.215328 0.440274 -0.871661 0 0 v 4.19166 0.945417 0.482135 0.160414 0.486339 -0.858919 0 0 v 4.30202 0.937417 0.495775 0.212249 0.465282 -0.859339 0 0 v 4.40881 0.921447 0.523235 0.249981 0.428749 -0.86815 0 0 v 4.53888 0.945517 0.565645 0.227867 0.440948 -0.868125 0 0 v 4.66135 0.954357 0.612635 0.221638 0.414721 -0.882544 0 0 v 5.00526 0.952317 0.702775 0.240486 0.465796 -0.851587 0 0 v 5.12012 0.954207 0.744185 0.292592 0.425394 -0.856405 0 0 v -3.96288 2.1485 0.217425 -0.152534 0.660313 -0.735337 0 0 v -3.86722 2.11884 0.205625 0.0513389 0.622081 -0.781268 0 0 v -3.76779 2.09587 0.201985 -0.108981 0.497571 -0.86055 0 0 v -3.66809 2.07196 0.198206 -0.0993854 0.103194 -0.989684 0 0 v -3.58135 2.02894 0.170055 -0.0643776 0.0853085 -0.994273 0 0 v -3.47735 2.01239 0.174525 0.0416465 0.081906 -0.99577 0 0 v -3.37277 1.99527 0.178955 -0.0175781 0.0399524 -0.999047 0 0 v -3.27299 1.97169 0.175265 -0.0241004 -0.002566 -0.999706 0 0 v -3.17358 1.94865 0.171575 0.0469637 -0.01056 -0.998841 0 0 v -3.06008 1.94494 0.192355 0.072014 -0.013793 -0.997308 0 0 v -2.96019 1.92143 0.188685 0.00781245 -0.0174474 -0.999817 0 0 v -2.74743 1.89437 0.205845 0.155852 -0.0307518 -0.987302 0 0 v -2.62988 1.89713 0.234926 0.381927 -0.0790329 -0.920807 0 0 v -2.47263 1.9595 0.337266 0.665415 -0.202089 -0.718598 0 0 v -2.27506 2.08063 0.513305 0.704473 -0.282493 -0.651088 0 0 v -2.09482 2.17572 0.656295 0.379761 -0.226752 -0.896864 0 0 v -1.99072 2.15906 0.660785 0.109315 -0.0861271 -0.990269 0 0 v -1.77366 2.13837 0.685955 0.0424272 0.00409829 -0.999091 0 0 v -1.67362 2.11501 0.682255 -0.0133955 0.0342011 -0.999325 0 0 v -1.57431 2.09184 0.678575 -0.00820428 0.0582662 -0.998267 0 0 v -1.47416 2.06836 0.674895 0.00334477 0.064858 -0.997889 0 0 v -1.36989 2.05156 0.679325 0.00334914 0.0648576 -0.997889 0 0 v -1.2702 2.02817 0.675655 0.0228469 0.0622646 -0.997798 0 0 v -1.16617 2.01148 0.680095 -0.0133613 0.0563663 -0.998321 0 0 v -1.07068 1.98159 0.668275 -0.0045358 0.0446675 -0.998992 0 0 v -0.961824 1.97142 0.680835 0.0207086 0.0419465 -0.998905 0 0 v -0.866474 1.941 0.669075 0.0204866 0.0401683 -0.998983 0 0 v -0.758064 1.93079 0.681625 0.0469861 0.0380778 -0.99817 0 0 v -0.653844 1.91405 0.686085 0.0336391 0.0399377 -0.998636 0 0 v -0.449574 1.87405 0.686885 0.0640686 0.0440057 -0.996975 0 0 v -0.345484 1.85725 0.691345 0.0325585 0.0314743 -0.998974 0 0 v -0.241474 1.84028 0.695785 0.047661 0.0350351 -0.998249 0 0 v -0.136964 1.82365 0.700275 0.0479649 0.0416274 -0.997981 0 0 v 0.375066 1.72658 0.706265 0.0194211 0.0449897 -0.998799 0 0 v 0.479436 1.70958 0.710715 0.00927161 0.0311578 -0.999472 0 0 v 0.579066 1.68638 0.707025 0.031471 0.0276708 -0.999122 0 0 v 0.688136 1.6763 0.719645 0.0608469 0.035073 -0.997531 0 0 v 0.996136 1.61899 0.724875 0.0372072 0.0316044 -0.998808 0 0 v 1.30882 1.56875 0.738265 0.0183793 0.031032 -0.999349 0 0 v 1.40885 1.54516 0.734585 0.0329059 0.0268484 -0.999098 0 0 v 1.51279 1.52839 0.739035 0.00871747 0.0297408 -0.99952 0 0 v 1.61248 1.50536 0.735345 -0.00373217 0.0410343 -0.999151 0 0 v 1.71693 1.48847 0.739775 -0.0285559 0.0950513 -0.995063 0 0 v 1.81239 1.45868 0.727875 -0.159276 0.140342 -0.977208 0 0 v 1.89854 1.41531 0.699636 -0.347623 0.286414 -0.892819 0 0 v 1.95408 1.3265 0.614365 -0.573111 0.454816 -0.681679 0 0 v 1.9825 1.19794 0.480405 -0.661938 0.503676 -0.555112 0 0 v 1.99802 1.0496 0.321515 -0.550435 0.41762 -0.722921 0 0 v 2.07142 0.986337 0.268565 -0.258036 0.226957 -0.9391 0 0 v 2.16238 0.950137 0.248605 -0.108203 0.12944 -0.985666 0 0 v 2.2579 0.919977 0.236765 -0.0313299 0.076639 -0.996567 0 0 v 2.36169 0.902917 0.241235 -0.00100076 0.00714004 -0.999974 0 0 v 2.45746 0.873267 0.229375 -0.0325721 -0.0420833 -0.998583 0 0 v 2.56168 0.856267 0.233835 0.0050138 -0.0607379 -0.998141 0 0 v 2.6612 0.833047 0.230135 -0.00979079 -0.0756559 -0.997086 0 0 v 2.76564 0.816177 0.234625 0.0158167 -0.071272 -0.997332 0 0 v 2.86953 0.799437 0.239075 0.0489279 -0.140247 -0.988907 0 0 v 2.9742 0.782447 0.243725 0.0760891 -0.240007 -0.967785 0 0 v 3.08264 0.772227 0.256325 0.0477528 -0.32845 -0.943313 0 0 v 3.18689 0.755267 0.260825 -0.0467244 -0.304301 -0.951429 0 0 v 3.29121 0.738637 0.265085 -0.0839427 -0.200379 -0.976116 0 0 v 3.38667 0.708527 0.253305 -0.0662043 -0.0846047 -0.994213 0 0 v 3.49064 0.692157 0.257695 0.02074 0.0177242 -0.999628 0 0 v 3.59959 0.681617 0.270365 0.0937577 0.0786786 -0.992481 0 0 v 3.71241 0.678047 0.291075 0.11077 0.0919565 -0.989583 0 0 v 3.81664 0.661547 0.295595 0.123632 0.150689 -0.98082 0 0 v 3.92092 0.644547 0.300015 0.133043 0.23117 -0.963774 0 0 v 4.02521 0.627887 0.304575 0.179067 0.21506 -0.960044 0 0 v 4.15179 0.643917 0.349835 0.202822 0.283964 -0.937138 0 0 v 4.26501 0.639957 0.370655 0.228212 0.277164 -0.933327 0 0 v 4.39148 0.656407 0.415975 0.247102 0.29493 -0.923015 0 0 v 4.50895 0.659357 0.444885 0.189438 0.336681 -0.922366 0 0 v 4.61799 0.649507 0.457785 0.225776 0.335585 -0.914553 0 0 v 4.73976 0.660937 0.504025 0.287829 0.319593 -0.902782 0 0 v 5.00356 0.711297 0.604485 0.280778 0.325995 -0.902713 0 0 v 5.11565 0.708257 0.635425 0.294128 0.301929 -0.906823 0 0 v 5.23611 0.718987 0.682305 0.319105 0.331694 -0.887779 0 0 v -5.6141 -1.58315 3.51794 -0.537039 -0.30414 -0.786821 0 0 v -4.35246 2.01632 0.188105 -0.214283 0.668799 -0.711893 0 0 v -4.25252 1.99301 0.184445 -0.109593 0.650654 -0.751425 0 0 v -4.14855 1.97631 0.188916 -0.0377546 0.303713 -0.952015 0 0 v -4.04453 1.96004 0.193455 0.00629292 0.130594 -0.991416 0 0 v -3.94862 1.9296 0.181556 -0.0441138 0.125461 -0.991117 0 0 v -3.84926 1.90625 0.177885 -0.0261935 0.102743 -0.994363 0 0 v -3.75377 1.87611 0.166045 -0.00616942 0.0768242 -0.997025 0 0 v -3.64957 1.85911 0.170515 -0.043276 0.0424297 -0.998162 0 0 v -3.54952 1.83565 0.166865 0.0241086 0.00504468 -0.999697 0 0 v -3.34119 1.80221 0.175835 0.0287331 -0.00664472 -0.999565 0 0 v -3.23697 1.78547 0.180305 -0.00897856 -0.0196356 -0.999767 0 0 v -3.13727 1.76188 0.176645 0.0479805 -0.0012302 -0.998848 0 0 v -3.02842 1.75197 0.189305 0.0574677 0.00920758 -0.998305 0 0 v -2.81992 1.71787 0.198345 0.104093 -0.0115314 -0.994501 0 0 v -2.70697 1.71448 0.219175 0.2341 -0.0187047 -0.972033 0 0 v -2.58048 1.73033 0.264885 0.609354 -0.0989071 -0.786705 0 0 v -2.34329 1.91078 0.514165 0.729362 -0.226116 -0.64568 0 0 v -2.16776 1.99904 0.649355 0.406003 -0.169625 -0.897991 0 0 v -2.0593 1.98835 0.661975 0.0527984 -0.012725 -0.998524 0 0 v -1.95488 1.97184 0.666505 0.0858825 -0.00510681 -0.996292 0 0 v -1.74665 1.93808 0.675445 -0.0204383 0.0320264 -0.999278 0 0 v -1.44692 1.86775 0.664385 -0.0158375 0.0363562 -0.999213 0 0 v -1.34751 1.84478 0.660725 0.00692339 0.04702 -0.99887 0 0 v -1.13908 1.81083 0.669685 -0.01624 0.0368439 -0.999189 0 0 v -1.03885 1.78755 0.666035 0.0338482 0.0308591 -0.99895 0 0 v -0.935104 1.77096 0.670505 0.0200151 0.0217633 -0.999563 0 0 v -0.830544 1.75412 0.674985 0.0307831 0.00997939 -0.999476 0 0 v -0.731044 1.73042 0.671315 0.00912187 0.0327666 -0.999421 0 0 v -0.626674 1.71352 0.675805 0.0193153 0.020565 -0.999602 0 0 v -0.526644 1.69039 0.672175 0.0282513 0.00761548 -0.999572 0 0 v -0.418274 1.68014 0.684785 0.0693381 0.0158553 -0.997467 0 0 v -0.214074 1.63967 0.685615 0.0563304 0.0354988 -0.997781 0 0 v -0.105494 1.6296 0.698235 0.034086 0.0277591 -0.999033 0 0 v -0.00558394 1.60618 0.694575 -0.0149315 0.0327673 -0.999351 0 0 v 0.0986661 1.58919 0.699065 0.0585641 0.0263336 -0.997936 0 0 v 0.510846 1.51543 0.708825 -0.00468886 0.023013 -0.999724 0 0 v 0.610886 1.49221 0.705175 0.0226436 0.0401963 -0.998935 0 0 v 0.714766 1.475 0.709635 0.033301 0.032727 -0.998909 0 0 v 0.923536 1.44161 0.718615 0.0151808 0.0202924 -0.999679 0 0 v 1.02332 1.41813 0.714955 0.000202008 0.0255397 -0.999674 0 0 v 1.1273 1.40122 0.719445 0.0591066 0.0248612 -0.997942 0 0 v 1.23177 1.38444 0.723925 0.0166816 0.0355307 -0.999229 0 0 v 1.33591 1.36769 0.728425 0.0480232 0.0365955 -0.998176 0 0 v 1.44025 1.35095 0.732915 0.0344729 0.0280112 -0.999013 0 0 v 1.54459 1.33413 0.737335 -0.0380669 0.0564617 -0.997679 0 0 v 1.63978 1.30432 0.725505 -0.0934055 0.0981284 -0.990781 0 0 v 1.73059 1.26779 0.705475 -0.208492 0.200719 -0.957206 0 0 v 1.80791 1.21141 0.660985 -0.474479 0.373008 -0.79733 0 0 v 1.85014 1.10254 0.550805 -0.639479 0.481047 -0.599717 0 0 v 1.86549 0.954517 0.392135 -0.647773 0.470792 -0.598953 0 0 v 1.91197 0.852257 0.290385 -0.44818 0.31593 -0.836255 0 0 v 1.99426 0.802507 0.253955 -0.19599 0.159013 -0.967627 0 0 v 2.08505 0.766087 0.233985 -0.0558909 0.0573139 -0.996791 0 0 v 2.18508 0.742327 0.230335 -0.00843494 -0.000944254 -0.999964 0 0 v 2.28932 0.725407 0.234915 0.109909 -0.0554569 -0.992393 0 0 v 2.40252 0.722097 0.255645 0.105642 -0.200672 -0.973946 0 0 v 2.50674 0.705167 0.260205 0.00030881 -0.350722 -0.93648 0 0 v 2.61063 0.688227 0.264805 -0.0236146 -0.399088 -0.916609 0 0 v 2.81946 0.654657 0.273875 0.0461612 -0.456943 -0.888297 0 0 v 2.93236 0.651017 0.294695 0.163922 -0.524762 -0.835317 0 0 v 3.05429 0.660347 0.331975 0.164481 -0.670086 -0.723831 0 0 v 3.16314 0.650047 0.344325 -0.184051 -0.630347 -0.75418 0 0 v 3.25826 0.620217 0.332425 -0.265011 -0.508079 -0.819528 0 0 v 3.34898 0.583507 0.312535 -0.361529 -0.384348 -0.849455 0 0 v 3.44026 0.547127 0.292285 -0.273792 -0.314861 -0.908791 0 0 v 3.53114 0.510337 0.272415 -0.202801 -0.222903 -0.953513 0 0 v 3.6266 0.480817 0.260525 -0.0613158 -0.101942 -0.992899 0 0 v 3.73514 0.470437 0.273115 -0.00981339 0.0358658 -0.999308 0 0 v 3.83512 0.447137 0.269505 0.0417076 0.0838355 -0.995606 0 0 v 3.94372 0.436927 0.282165 0.12112 0.0644674 -0.990542 0 0 v 4.05205 0.426667 0.294785 0.145836 0.0819304 -0.98591 0 0 v 4.16092 0.416037 0.307445 0.135942 0.130254 -0.982117 0 0 v 4.2698 0.406047 0.320205 0.18124 0.156869 -0.970847 0 0 v 4.38711 0.409077 0.349145 0.172107 0.198832 -0.964803 0 0 v 4.49144 0.391797 0.353625 0.137231 0.21553 -0.966806 0 0 v 4.60875 0.394767 0.382605 0.272328 0.208703 -0.939298 0 0 v 4.7457 0.425547 0.439145 0.300791 0.227488 -0.926161 0 0 v 4.97722 0.430247 0.517145 0.306582 0.229579 -0.923743 0 0 v 5.10571 0.451417 0.565575 0.31594 0.219603 -0.923015 0 0 v 5.24108 0.481027 0.615855 0.3432 0.212428 -0.914925 0 0 v 5.36678 0.500207 0.670065 0.359555 0.209262 -0.909357 0 0 v 5.49736 0.527287 0.731335 0.396432 0.187945 -0.89862 0 0 v -5.53265 -1.63255 3.48076 -0.530087 -0.315156 -0.7872 0 0 v -5.98878 -3.92435 8.08897 -0.229638 -0.547378 -0.804763 0 0 v -4.62903 1.88113 0.179295 -0.102528 0.499842 -0.860027 0 0 v -4.52448 1.86409 0.183805 -0.0944869 0.45792 -0.883958 0 0 v -4.42031 1.84731 0.188275 -0.0252307 0.0548357 -0.998177 0 0 v -4.32488 1.81752 0.176465 -0.050002 0.0585245 -0.997033 0 0 v -4.22546 1.79402 0.172805 -0.035132 0.0666184 -0.99716 0 0 v -4.13001 1.76383 0.160965 0.00269322 0.0677743 -0.997697 0 0 v -4.02544 1.74706 0.165455 -0.0100922 0.0603743 -0.998125 0 0 v -3.92607 1.72337 0.161815 0.0120501 0.0386687 -0.999179 0 0 v -3.82145 1.7069 0.166345 0.00642702 0.0186149 -0.999806 0 0 v -3.71764 1.68975 0.170826 0.0180826 0.00673394 -0.999814 0 0 v -3.61767 1.66639 0.167195 0.0140218 -0.0153703 -0.999784 0 0 v -3.51328 1.64983 0.171705 0.0218825 -0.0302986 -0.999301 0 0 v -3.40903 1.63254 0.176205 0.0291169 -0.00573063 -0.99956 0 0 v -3.30491 1.61573 0.180705 0.0177346 0.00623257 -0.999823 0 0 v -3.10117 1.57589 0.181565 0.0554943 -0.00164161 -0.998458 0 0 v -2.89224 1.54197 0.190685 0.0983935 -0.00671004 -0.995125 0 0 v -2.77934 1.53836 0.211505 0.149689 0.00262929 -0.98873 0 0 v -2.67099 1.52813 0.224175 0.316754 -0.0282846 -0.948086 0 0 v -2.45139 1.68183 0.441365 0.764661 -0.221567 -0.605146 0 0 v -2.23131 1.83519 0.658545 0.36528 -0.13902 -0.920458 0 0 v -2.12727 1.81867 0.663055 0.0442966 0.0181112 -0.998854 0 0 v -2.02765 1.79523 0.659416 0.0435055 0.0131743 -0.998966 0 0 v -1.91874 1.78453 0.672076 0.0616826 0.00929945 -0.998052 0 0 v -1.81916 1.7612 0.668425 -0.00396995 0.0264283 -0.999643 0 0 v -0.903174 1.57692 0.668165 0.0357444 0.0317735 -0.998856 0 0 v -0.799104 1.5598 0.672645 0.00949813 0.0337276 -0.999386 0 0 v -0.699304 1.53635 0.669005 0.0332204 0.0308844 -0.998971 0 0 v -0.590674 1.52647 0.681695 0.0406811 0.0164176 -0.999037 0 0 v -0.490714 1.50285 0.678046 0.0197912 0.0214596 -0.999574 0 0 v -0.386804 1.48617 0.682545 0.0245481 0.0422947 -0.998804 0 0 v -0.0737539 1.43538 0.696025 -0.00405279 0.0451524 -0.998972 0 0 v 0.0211861 1.40527 0.684245 0.0210994 0.0424737 -0.998875 0 0 v 0.130056 1.39512 0.696925 0.0471665 0.0388462 -0.998131 0 0 v 0.537976 1.31464 0.698635 -0.0147772 0.035794 -0.99925 0 0 v 0.637816 1.29131 0.695005 0.0442635 0.0175566 -0.998866 0 0 v 0.746376 1.28104 0.707675 0.0697002 0.0152421 -0.997451 0 0 v 0.954906 1.24748 0.716695 -0.00497516 0.0231854 -0.999719 0 0 v 1.05465 1.22397 0.713045 0.0326264 0.02878 -0.999053 0 0 v 1.16359 1.21334 0.725665 0.028975 0.0279367 -0.99919 0 0 v 1.25891 1.1837 0.713935 0.00523862 0.0317098 -0.999483 0 0 v 1.36737 1.17344 0.726575 0.0472349 0.0377687 -0.99817 0 0 v 1.46721 1.14981 0.722865 -0.0478881 0.0698959 -0.996404 0 0 v 1.56253 1.11995 0.710985 -0.148607 0.131882 -0.980063 0 0 v 1.64883 1.07681 0.682735 -0.349836 0.270912 -0.896784 0 0 v 1.71319 1.00105 0.613525 -0.571977 0.427472 -0.700078 0 0 v 1.73722 0.866207 0.471245 -0.675373 0.474079 -0.564907 0 0 v 1.76597 0.737637 0.336575 -0.597196 0.402919 -0.693551 0 0 v 1.8306 0.661647 0.267305 -0.353994 0.232335 -0.90593 0 0 v 1.9169 0.618517 0.239175 -0.151262 0.0818849 -0.985096 0 0 v 2.01259 0.588557 0.227455 0.0206335 -0.0389823 -0.999027 0 0 v 2.12099 0.578307 0.240105 0.0333256 -0.142175 -0.98928 0 0 v 2.2256 0.561647 0.244645 0.0859004 -0.16677 -0.982247 0 0 v 2.33845 0.557767 0.265755 0.36169 -0.311452 -0.878737 0 0 v 2.47388 0.586917 0.327385 0.184659 -0.556352 -0.810169 0 0 v 2.58222 0.576817 0.339895 0.0131356 -0.593097 -0.805024 0 0 v 2.69088 0.566527 0.352595 0.0259362 -0.643393 -0.765097 0 0 v 2.91707 0.559057 0.394345 0.199927 -0.754122 -0.625563 0 0 v 3.04792 0.581557 0.447935 0.0157199 -0.777494 -0.628693 0 0 v 3.14327 0.551587 0.436085 -0.339202 -0.603814 -0.721353 0 0 v 3.23418 0.515057 0.416065 -0.398274 -0.497453 -0.770661 0 0 v 3.31646 0.465077 0.379815 -0.411972 -0.437748 -0.79916 0 0 v 3.40706 0.428717 0.359815 -0.407153 -0.486855 -0.772786 0 0 v 3.58919 0.355597 0.319545 -0.384972 -0.398812 -0.832313 0 0 v 3.67565 0.312567 0.291315 -0.36299 -0.227087 -0.903698 0 0 v 3.76235 0.269347 0.263175 -0.268325 -0.0623178 -0.961311 0 0 v 3.86183 0.245807 0.259535 0.0481511 0.0223767 -0.998589 0 0 v 3.97494 0.242017 0.280355 0.108632 0.0580264 -0.992387 0 0 v 4.07935 0.225387 0.284925 0.0896951 0.0788008 -0.992847 0 0 v 4.18797 0.215187 0.297615 0.118982 0.064577 -0.990794 0 0 v 4.2923 0.198327 0.302185 0.114331 0.0791116 -0.990288 0 0 v 4.40503 0.194757 0.322995 0.113122 0.108816 -0.987604 0 0 v 4.50929 0.177787 0.327525 0.151576 0.0992717 -0.983448 0 0 v 4.62267 0.173777 0.348455 0.228111 0.11365 -0.966979 0 0 v 4.74022 0.176987 0.377595 0.268901 0.151083 -0.951245 0 0 v 4.87116 0.199297 0.431165 0.320971 0.167419 -0.932174 0 0 v 4.99758 0.215387 0.476605 0.332527 0.174358 -0.926836 0 0 v 5.12315 0.232057 0.527325 0.357761 0.154357 -0.920967 0 0 v 5.26182 0.267737 0.590535 0.364298 0.144062 -0.920072 0 0 v 5.38945 0.288467 0.641085 0.376738 0.140093 -0.915665 0 0 v 5.52062 0.315927 0.701975 0.417191 0.127144 -0.899881 0 0 v -5.45007 -1.68131 3.44475 -0.500307 -0.383981 -0.776049 0 0 v -6.43226 -2.35353 7.69396 -0.657161 -0.23131 -0.71738 0 0 v -5.44338 -3.98174 8.17347 0.348256 -0.49832 -0.793974 0 0 v -7.56679 -1.40685 8.32337 -0.638491 -0.281394 -0.716342 0 0 v -4.29731 -2.26439 3.25461 -0.219051 -0.492567 -0.842255 0 0 v -4.89651 1.7587 0.186555 -0.113958 0.658892 -0.743556 0 0 v -4.79204 1.74204 0.191085 -0.152368 0.370444 -0.916273 0 0 v -4.69245 1.71894 0.187435 -0.0752561 0.10119 -0.992017 0 0 v -4.5928 1.69536 0.183785 -0.0255693 0.0531756 -0.998258 0 0 v -4.49721 1.66525 0.171955 -0.0250719 0.055842 -0.998125 0 0 v -4.39757 1.64163 0.168305 -0.038821 0.04655 -0.998161 0 0 v -4.29775 1.61823 0.164655 -0.0177371 0.0223057 -0.999594 0 0 v -4.19797 1.59497 0.161015 -0.0353453 0.0128233 -0.999293 0 0 v -4.09346 1.57761 0.165535 0.0183033 0.00800025 -0.9998 0 0 v -3.99392 1.55459 0.161915 -0.00740688 0.0105679 -0.999917 0 0 v -3.88962 1.53736 0.166445 0.0279957 -0.00469532 -0.999597 0 0 v -3.78959 1.514 0.162815 0.00255107 -0.00287015 -0.999993 0 0 v -3.68559 1.49728 0.167365 0.054052 -0.0069775 -0.998514 0 0 v -3.57697 1.48664 0.180045 0.0385169 -0.0176134 -0.999103 0 0 v -3.47726 1.46358 0.176405 -0.0124407 -0.0125914 -0.999843 0 0 v -3.37743 1.4398 0.172785 0.00798593 -0.00517908 -0.999955 0 0 v -3.27308 1.42326 0.177325 0.0270252 -0.00294919 -0.99963 0 0 v -3.1688 1.40636 0.181865 0.0297398 -0.00545881 -0.999543 0 0 v -3.06461 1.38927 0.186405 0.0544519 -0.00793823 -0.998485 0 0 v -2.85646 1.35574 0.195465 0.0599439 0.00717593 -0.998176 0 0 v -2.74763 1.34531 0.208225 0.130154 0.0446967 -0.990486 0 0 v -2.63479 1.34177 0.229115 0.164582 0.0667233 -0.984104 0 0 v -2.29102 1.67865 0.675825 0.252395 -0.200757 -0.946569 0 0 v -2.20893 1.6288 0.639445 -0.0242781 0.0299284 -0.999257 0 0 v -2.10022 1.61842 0.652155 0.0650875 -0.00403997 -0.997871 0 0 v -1.6833 1.55102 0.670295 0.00202896 0.0306554 -0.999528 0 0 v -1.58345 1.52776 0.666645 -0.0163218 0.019494 -0.999677 0 0 v -1.48355 1.50425 0.662995 -0.0456729 0.0202386 -0.998751 0 0 v -1.384 1.4807 0.659355 -0.0194422 0.0171921 -0.999663 0 0 v -1.2841 1.4572 0.655705 -0.00875338 0.00435811 -0.999952 0 0 v -1.18406 1.43388 0.652085 -0.00881991 0.00363003 -0.999954 0 0 v -1.08015 1.41687 0.656605 0.0319753 0.0113544 -0.999424 0 0 v -0.876214 1.37685 0.657495 0.0252992 0.0438785 -0.998717 0 0 v -0.771814 1.35991 0.662025 0.0103687 0.0350401 -0.999332 0 0 v -0.672274 1.33624 0.658386 0.0453182 0.0394964 -0.998192 0 0 v -0.563444 1.32623 0.671105 0.0368081 0.051994 -0.997969 0 0 v -0.463594 1.30243 0.667465 0.0251511 0.0434009 -0.998741 0 0 v -0.359654 1.28553 0.671995 0.0335437 0.0338264 -0.998865 0 0 v -0.255294 1.26892 0.676545 0.0337412 0.0338854 -0.998856 0 0 v -0.151234 1.25183 0.681065 0.0385282 0.0514705 -0.997931 0 0 v -0.0514539 1.2283 0.677415 -0.0106233 0.0576641 -0.99828 0 0 v 0.0530362 1.21155 0.681965 0.052556 0.0592787 -0.996857 0 0 v 0.157336 1.19495 0.686525 0.0503576 0.0496464 -0.997497 0 0 v 0.365866 1.16093 0.695565 0.0204823 0.0467596 -0.998696 0 0 v 0.569796 1.12062 0.696495 0.0320325 0.00970157 -0.99944 0 0 v 0.673846 1.10376 0.701015 0.0469853 0.0244484 -0.998596 0 0 v 0.882506 1.07009 0.710085 0.0148617 0.0532194 -0.998472 0 0 v 0.981846 1.04641 0.706435 -0.0104781 0.0562478 -0.998362 0 0 v 1.08184 1.0231 0.702825 0.059804 0.0465637 -0.997123 0 0 v 1.19073 1.01267 0.715495 0.0105105 0.0522231 -0.99858 0 0 v 1.29034 0.989307 0.711895 0.0476497 0.0382228 -0.998133 0 0 v 1.39427 0.972597 0.716395 -0.0581863 0.0820793 -0.994926 0 0 v 1.48982 0.942917 0.704545 -0.218027 0.172298 -0.960613 0 0 v 1.56275 0.879907 0.651765 -0.470445 0.331641 -0.817738 0 0 v 1.61396 0.784467 0.557775 -0.656525 0.426531 -0.622131 0 0 v 1.63819 0.649827 0.415215 -0.697786 0.416253 -0.582948 0 0 v 1.68017 0.541277 0.305285 -0.555897 0.289979 -0.779032 0 0 v 1.75818 0.484977 0.260485 -0.299172 0.111255 -0.947691 0 0 v 1.84875 0.448447 0.240525 -0.138343 0.0474714 -0.989246 0 0 v 1.94892 0.424997 0.236995 0.0770887 -0.0077645 -0.996994 0 0 v 2.07069 0.433877 0.274365 0.211445 -0.19272 -0.958201 0 0 v 2.17501 0.417047 0.278935 0.029206 -0.319178 -0.947245 0 0 v 2.2833 0.406817 0.292305 0.40034 -0.535653 -0.743507 0 0 v 2.45857 0.495097 0.427005 0.449146 -0.683688 -0.575186 0 0 v 3.39209 0.336647 0.459665 -0.500521 -0.59776 -0.626228 0 0 v 3.47412 0.287007 0.423265 -0.482475 -0.497653 -0.720805 0 0 v 3.56083 0.243677 0.394925 -0.535959 -0.320406 -0.781081 0 0 v 3.63833 0.187667 0.350365 -0.55899 -0.214024 -0.801077 0 0 v 3.71577 0.131437 0.305915 -0.555263 -0.203031 -0.806512 0 0 v 3.7981 0.0814569 0.269605 -0.330287 -0.261883 -0.906823 0 0 v 3.89321 0.0515069 0.257785 -0.0992976 -0.154594 -0.982975 0 0 v 3.99765 0.0345969 0.262185 -0.022682 -0.013029 -0.999658 0 0 v 4.102 0.0179269 0.266795 0.124275 0.0341875 -0.991659 0 0 v 4.21928 0.0209269 0.295805 0.100196 0.0398616 -0.994169 0 0 v 4.31906 -0.00285305 0.292185 0.0750073 0.0511692 -0.995869 0 0 v 4.42777 -0.0130631 0.304925 0.130087 0.035085 -0.990882 0 0 v 4.54108 -0.0169931 0.325865 0.172134 0.03069 -0.984595 0 0 v 4.65401 -0.020493 0.346745 0.162969 0.0591136 -0.984859 0 0 v 4.76273 -0.0310131 0.359545 0.237136 0.0810363 -0.968091 0 0 v 4.88463 -0.0215231 0.396835 0.298863 0.110352 -0.947894 0 0 v 5.01547 0.000916938 0.450515 0.373901 0.108387 -0.921114 0 0 v 5.28229 0.0542069 0.567745 0.382935 0.102238 -0.9181 0 0 v 5.42074 0.0894869 0.631795 0.420594 0.0757521 -0.904081 0 0 v 5.55076 0.116897 0.695865 0.452998 0.0567347 -0.889705 0 0 v 5.69901 0.166397 0.776115 0.45884 0.0366926 -0.887761 0 0 v 5.82304 0.208707 0.840655 0.452096 0.0855558 -0.887857 0 0 v -5.27848 -1.76799 3.38581 -0.463333 -0.401427 -0.79005 0 0 v -6.17175 -1.21526 3.80798 -0.650514 -0.236889 -0.721606 0 0 v -6.09442 -1.27498 3.76014 -0.616114 -0.212992 -0.758313 0 0 v -6.54218 -3.63943 8.06287 -0.213135 -0.784775 -0.581981 0 0 v -5.15938 1.64333 0.201775 -0.282732 0.458969 -0.842265 0 0 v -5.05957 1.62016 0.198165 -0.0792591 0.13428 -0.987769 0 0 v -4.9552 1.60307 0.202665 -0.0286796 0.0408827 -0.998752 0 0 v -4.85991 1.57303 0.190815 -0.0945156 0.0520796 -0.99416 0 0 v -4.76882 1.53646 0.170795 -0.115328 0.0841415 -0.989757 0 0 v -4.67382 1.50669 0.159045 -0.0231839 0.0607571 -0.997883 0 0 v -4.56942 1.4894 0.163605 0.0117001 0.0413455 -0.999076 0 0 v -4.46525 1.47259 0.168155 0.0171618 0.00888804 -0.999813 0 0 v -4.36547 1.44899 0.164535 -0.0238805 0.00155736 -0.999714 0 0 v -4.26153 1.43231 0.169085 -0.0348299 0.0136408 -0.9993 0 0 v -4.166 1.40231 0.157285 0.00162775 -0.00122364 -0.999998 0 0 v -4.06163 1.3854 0.161825 -0.0119611 -0.0118968 -0.999858 0 0 v -3.96197 1.36199 0.158235 0.0388687 -0.0164623 -0.999109 0 0 v -3.85312 1.35158 0.170945 0.0124666 -0.0137952 -0.999827 0 0 v -3.75359 1.32806 0.167345 0.014673 -0.0138043 -0.999797 0 0 v -3.64914 1.31134 0.171915 0.0575139 -0.00456318 -0.998334 0 0 v -3.54511 1.2944 0.176475 0.031535 -0.00552699 -0.999487 0 0 v -3.23683 1.23704 0.181945 0.0146311 -0.014481 -0.999788 0 0 v -3.13717 1.21349 0.178365 0.0389623 -0.0175398 -0.999087 0 0 v -3.02859 1.20305 0.191095 0.0700406 -0.0195758 -0.997352 0 0 v -2.82436 1.16301 0.192035 0.0450496 0.0164849 -0.998849 0 0 v -2.72033 1.14599 0.196605 0.0945017 0.0368873 -0.994841 0 0 v -2.61146 1.13586 0.209505 0.128725 0.0817211 -0.988307 0 0 v -2.48105 1.15825 0.263105 0.272736 0.176606 -0.945741 0 0 v -2.16398 1.45539 0.661105 0.0308439 -0.0668096 -0.997289 0 0 v -2.06403 1.43172 0.657475 0.0411511 0.000473029 -0.999153 0 0 v -1.95952 1.41504 0.662055 0.0344357 0.0365542 -0.998738 0 0 v -1.85546 1.39803 0.666585 0.0103107 0.0362371 -0.99929 0 0 v -1.75568 1.3744 0.662955 -0.00351141 0.0277878 -0.999608 0 0 v -1.65594 1.35127 0.659345 0.00738218 0.0156648 -0.99985 0 0 v -1.55179 1.33399 0.663855 -0.0464822 0.0216505 -0.998684 0 0 v -1.45653 1.30391 0.652085 -0.0195091 0.0184939 -0.999639 0 0 v -1.35243 1.28734 0.656635 0.0290017 -0.00893708 -0.999539 0 0 v -1.24812 1.27033 0.661195 -0.0129945 -0.0167155 -0.999776 0 0 v -1.14824 1.24711 0.657565 -0.0236892 -0.00410867 -0.999711 0 0 v -1.04854 1.2235 0.653935 -0.0107681 0.0114532 -0.999876 0 0 v -0.948444 1.19979 0.650335 -0.00529969 -0.00491364 -0.999974 0 0 v -0.844404 1.18303 0.654875 0.0323385 0.0122316 -0.999402 0 0 v -0.640414 1.1426 0.655825 0.0440996 0.0116834 -0.998959 0 0 v -0.536074 1.12609 0.660385 0.0124806 0.0225464 -0.999668 0 0 v -0.327964 1.09209 0.669495 0.0217356 0.0229173 -0.999501 0 0 v -0.228194 1.06858 0.665865 0.0188385 0.0400007 -0.999022 0 0 v -0.123644 1.0518 0.670415 0.000402383 0.0469465 -0.998897 0 0 v -0.0240338 1.0284 0.666795 0.00995755 0.0338638 -0.999377 0 0 v 0.0756661 1.00472 0.663185 0.0320824 0.0283711 -0.999082 0 0 v 0.184316 0.994477 0.675925 0.0644318 0.0464742 -0.996839 0 0 v 0.288516 0.977567 0.680495 0.0633699 0.0487698 -0.996798 0 0 v 0.392966 0.960437 0.685065 0.0376405 0.0297527 -0.998848 0 0 v 0.496836 0.943697 0.689615 0.0339752 0.0339166 -0.998847 0 0 v 0.601196 0.926777 0.694175 0.0251943 0.0429994 -0.998757 0 0 v 0.701066 0.903597 0.690575 0.012622 0.0445395 -0.998928 0 0 v 0.805476 0.886527 0.695105 0.025012 0.0422293 -0.998795 0 0 v 0.905276 0.863177 0.691515 0.000122199 0.0446301 -0.999004 0 0 v 1.00935 0.846067 0.696075 0.0462608 0.0190506 -0.998748 0 0 v 1.11332 0.829067 0.700595 0.0089819 0.0333572 -0.999403 0 0 v 1.21307 0.805687 0.696995 0.0358436 0.049249 -0.998143 0 0 v 1.32185 0.795607 0.709685 -0.040106 0.0734753 -0.99649 0 0 v 1.40838 0.752647 0.681425 -0.281561 0.190629 -0.940417 0 0 v 1.48143 0.689907 0.628585 -0.555374 0.327514 -0.764391 0 0 v 1.52322 0.581307 0.518695 -0.706057 0.383574 -0.595277 0 0 v 1.55649 0.459727 0.392135 -0.712355 0.324191 -0.622455 0 0 v 1.61215 0.370847 0.306315 -0.5276 0.163355 -0.833639 0 0 v 1.69443 0.321277 0.269835 -0.325742 0.0895396 -0.941209 0 0 v 1.7808 0.277827 0.241675 -0.182644 0.0410561 -0.982321 0 0 v 1.87614 0.248217 0.229885 -0.0363422 0.00677674 -0.999316 0 0 v 1.98026 0.230977 0.234465 0.233438 0.0204476 -0.972157 0 0 v 2.13758 0.292917 0.337375 0.378903 -0.372188 -0.847295 0 0 v 2.30388 0.367607 0.456695 0.564608 -0.784096 -0.257704 0 0 v 3.60543 0.0693569 0.417675 -0.613557 -0.254894 -0.74738 0 0 v 3.68334 0.0127769 0.373105 -0.5243 -0.363962 -0.769833 0 0 v 3.76959 -0.030323 0.345075 -0.421202 -0.467787 -0.777023 0 0 v 3.86047 -0.0665431 0.324805 -0.417978 -0.35057 -0.83809 0 0 v 3.94705 -0.109533 0.296525 -0.3538 -0.151095 -0.923036 0 0 v 4.03381 -0.152593 0.268375 -0.152925 -0.0609125 -0.986359 0 0 v 4.13768 -0.169503 0.272935 0.0844607 -0.0113673 -0.996362 0 0 v 4.24638 -0.179873 0.285705 0.0967488 0.00854968 -0.995272 0 0 v 4.46389 -0.200583 0.311255 0.137619 -0.0139311 -0.990387 0 0 v 4.5724 -0.211083 0.324005 0.126922 -0.00496736 -0.9919 0 0 v 4.68105 -0.221543 0.336825 0.181148 -0.0206714 -0.983239 0 0 v 4.79868 -0.218723 0.365975 0.23058 -0.0389059 -0.972275 0 0 v 4.9119 -0.222793 0.387135 0.314238 -0.0291761 -0.948896 0 0 v 5.04697 -0.193863 0.448935 0.381297 0.00952092 -0.924404 0 0 v 5.18504 -0.164603 0.506775 0.401057 0.0142296 -0.915942 0 0 v 5.31313 -0.142303 0.564935 0.447183 -0.00283505 -0.894438 0 0 v 5.45301 -0.103433 0.639855 0.461521 -0.0109278 -0.887062 0 0 v 6.01734 0.0583269 0.929925 0.457218 0.0803943 -0.885714 0 0 v -6.53696 -2.64572 7.75037 -0.448388 0.0202548 -0.893609 0 0 v -6.37715 -0.637363 3.81541 -0.64238 -0.128645 -0.755512 0 0 v -6.30108 -0.693463 3.76799 -0.585727 -0.135917 -0.79903 0 0 v -6.22561 -0.749083 3.72097 -0.57696 -0.119278 -0.808016 0 0 v -5.23206 1.46848 0.193225 -0.1839 0.128847 -0.974464 0 0 v -5.12766 1.45153 0.197745 -0.052224 0.0612279 -0.996757 0 0 v -5.03646 1.41445 0.177696 -0.0634787 0.0707979 -0.995469 0 0 v -4.93665 1.39119 0.174075 -0.0442723 0.0794628 -0.995854 0 0 v -4.83679 1.36754 0.170425 -0.0767779 0.0636711 -0.995013 0 0 v -4.6373 1.321 0.163245 0.0066036 -0.0152133 -0.999863 0 0 v -4.53784 1.29756 0.159645 0.0410257 0.00250456 -0.999155 0 0 v -4.42893 1.28682 0.172395 -0.0013514 -0.000431958 -0.999999 0 0 v -4.33351 1.25679 0.160605 -0.0511558 0.00360944 -0.998684 0 0 v -4.23373 1.23376 0.157035 0.00194892 -0.000715047 -0.999998 0 0 v -4.12515 1.22313 0.169785 0.048882 -0.0282418 -0.998405 0 0 v -4.02535 1.19963 0.166195 -0.0165202 -0.0340789 -0.999283 0 0 v -3.92128 1.18253 0.170755 0.0149675 -0.0128734 -0.999805 0 0 v -3.82149 1.15905 0.167185 0.0150595 -0.0130936 -0.999801 0 0 v -3.71702 1.14222 0.171765 0.0280967 -0.0244937 -0.999305 0 0 v -3.4047 1.09147 0.185505 -0.011662 -0.0113927 -0.999867 0 0 v -3.30477 1.06785 0.181915 0.0149722 -0.013524 -0.999796 0 0 v -3.2005 1.05103 0.186505 0.0260459 -0.0262716 -0.999316 0 0 v -3.09646 1.03428 0.191085 0.0407011 -0.016038 -0.999043 0 0 v -2.99208 1.01703 0.195645 0.0187761 0.00858537 -0.999787 0 0 v -2.89226 0.994027 0.192075 -0.00667185 0.0111309 -0.999916 0 0 v -2.78845 0.976757 0.196625 0.0341339 0.0175153 -0.999264 0 0 v -2.68418 0.960267 0.201235 0.00196151 0.0536786 -0.998556 0 0 v -2.58859 0.930027 0.189475 0.099192 0.102468 -0.989778 0 0 v -2.47542 0.926247 0.210465 0.124174 0.138449 -0.982554 0 0 v -2.36721 0.915937 0.223215 0.100286 0.157527 -0.982409 0 0 v -2.03248 1.23878 0.654475 0.0120539 0.0379772 -0.999206 0 0 v -1.93228 1.21501 0.650875 0.0314442 0.0406821 -0.998677 0 0 v -1.82819 1.19828 0.655455 0.0108554 0.0392168 -0.999172 0 0 v -1.72394 1.18132 0.660045 0.0462247 0.0245547 -0.998629 0 0 v -1.61972 1.16447 0.664575 -0.00951608 0.0088422 -0.999916 0 0 v -1.52459 1.13422 0.652815 -0.0510215 0.00151123 -0.998696 0 0 v -1.42048 1.11756 0.657395 0.0297484 -0.00606161 -0.999539 0 0 v -1.3162 1.10071 0.661975 0.00831342 0.0181578 -0.999801 0 0 v -1.21652 1.07706 0.658365 -0.0116891 0.0208739 -0.999714 0 0 v -1.11654 1.05362 0.654765 -0.00252908 0.00760529 -0.999968 0 0 v -1.01214 1.03642 0.659325 0.00233261 -0.00459661 -0.999987 0 0 v -0.912314 1.01308 0.655715 -0.0123286 -0.014226 -0.999823 0 0 v -0.812724 0.989807 0.652125 -0.00656171 -0.0101966 -0.999927 0 0 v -0.708454 0.972967 0.656715 0.0191877 0.0100883 -0.999765 0 0 v -0.604524 0.955717 0.661285 0.0215006 -0.000838725 -0.999768 0 0 v -0.196484 0.874997 0.663235 -0.0139516 0.0212017 -0.999678 0 0 v -0.0963939 0.851527 0.659685 0.032331 0.014886 -0.999366 0 0 v 0.0119762 0.841127 0.672415 0.0263004 -0.007643 -0.999625 0 0 v 0.111896 0.817887 0.668795 0.00194133 -0.00536573 -0.999984 0 0 v 0.211696 0.794237 0.665235 0.0299325 0.0126852 -0.999471 0 0 v 0.320296 0.783837 0.677995 0.0758407 0.019914 -0.996921 0 0 v 0.424296 0.766697 0.682565 0.0223444 0.0263958 -0.999402 0 0 v 0.524176 0.743407 0.678975 0.0221002 0.0251255 -0.99944 0 0 v 0.628266 0.726677 0.683555 0.0284809 0.0251608 -0.999278 0 0 v 0.836856 0.692907 0.692725 -0.00302731 0.0287982 -0.999581 0 0 v 0.936696 0.669167 0.689145 0.0457742 0.0233781 -0.998678 0 0 v 1.04532 0.658727 0.701865 0.0184362 0.0258946 -0.999495 0 0 v 1.14076 0.629067 0.690115 -0.0487469 0.0336939 -0.998243 0 0 v 1.33539 0.575587 0.674675 -0.371404 0.206417 -0.905235 0 0 v 1.39981 0.499867 0.605375 -0.614529 0.31356 -0.723902 0 0 v 1.4463 0.397967 0.503385 -0.724652 0.317467 -0.611633 0 0 v 1.4885 0.289677 0.393105 -0.701742 0.233685 -0.673015 0 0 v 1.55298 0.213557 0.323645 -0.547438 0.151968 -0.822933 0 0 v 1.62586 0.150857 0.270975 -0.35471 0.0867253 -0.930946 0 0 v 1.71736 0.114197 0.250845 -0.191442 0.0226176 -0.981243 0 0 v 1.81261 0.0841669 0.239095 -0.0679663 -0.0097502 -0.99764 0 0 v 1.9124 0.0610169 0.235435 -0.0294254 -0.0666393 -0.997343 0 0 v 2.00736 0.0311869 0.223675 -0.126673 -0.0200227 -0.991742 0 0 v 3.74563 -0.135183 0.428375 -0.545919 -0.304313 -0.780619 0 0 v 3.81882 -0.197893 0.375525 -0.575639 -0.0886134 -0.812888 0 0 v 3.89205 -0.260723 0.322725 -0.4829 -0.100122 -0.869933 0 0 v 3.97862 -0.303783 0.294485 -0.331691 -0.148469 -0.931632 0 0 v 4.07391 -0.333923 0.282665 -0.123106 -0.082521 -0.988957 0 0 v 4.17366 -0.357093 0.279045 0.0441141 -0.0590965 -0.997277 0 0 v 4.39121 -0.378023 0.304705 0.134923 -0.0529225 -0.989442 0 0 v 4.50408 -0.382023 0.325675 0.145392 -0.0642402 -0.987286 0 0 v 4.61278 -0.392043 0.338465 0.186764 -0.111433 -0.976065 0 0 v 4.73037 -0.389413 0.367705 0.251663 -0.161512 -0.954243 0 0 v 4.84761 -0.386733 0.396845 0.253021 -0.183038 -0.949988 0 0 v 4.9699 -0.377523 0.434375 0.324039 -0.187305 -0.927316 0 0 v 5.09189 -0.368333 0.471875 0.373134 -0.110276 -0.9212 0 0 v 5.22691 -0.339883 0.533865 0.456469 -0.108637 -0.883082 0 0 v 5.37069 -0.297923 0.613045 0.449676 -0.0829229 -0.889334 0 0 v 5.50129 -0.273783 0.669155 0.447308 -0.0575712 -0.892525 0 0 v 5.64937 -0.224743 0.750275 0.464531 -0.011917 -0.885477 0 0 v 5.91958 -0.161813 0.874995 0.429269 0.00223829 -0.903174 0 0 v 6.06306 -0.119523 0.947635 0.448454 0.0244597 -0.893471 0 0 v -5.1922 -1.81097 3.35686 -0.431991 -0.383096 -0.816469 0 0 v -5.10479 -1.85234 3.33077 -0.416037 -0.391692 -0.820665 0 0 v -6.78138 -3.3411 7.92407 -0.250401 -0.35112 -0.902227 0 0 v -5.01682 -1.89409 3.30493 -0.37659 -0.412948 -0.829249 0 0 v -5.46303 1.40028 0.265565 -0.597791 0.727133 -0.337527 0 0 v -5.39001 1.33766 0.212805 -0.30859 0.228351 -0.923379 0 0 v -5.29898 1.30099 0.192765 -0.155943 0.0714495 -0.985179 0 0 v -5.20337 1.27076 0.180935 -0.0539009 0.0597814 -0.996755 0 0 v -5.10369 1.24747 0.177345 -0.0396063 0.0489397 -0.998016 0 0 v -5.00397 1.22381 0.173705 -0.0604077 0.0178375 -0.998014 0 0 v -4.90884 1.19379 0.161935 -0.0640185 0.0260655 -0.997608 0 0 v -4.80866 1.17043 0.158335 -0.0224344 0.00189767 -0.999747 0 0 v -4.50051 1.11303 0.163915 0.0126765 -0.0133862 -0.99983 0 0 v -4.3964 1.09607 0.168475 -0.0236006 0.00200238 -0.99972 0 0 v -4.29687 1.07286 0.164875 -0.0273444 -0.021139 -0.999403 0 0 v -4.19698 1.04925 0.161295 0.0490643 -0.0280956 -0.9984 0 0 v -4.08851 1.0385 0.174075 0.0235022 -0.0255799 -0.999396 0 0 v -3.98844 1.01504 0.170455 -0.0274345 -0.0211872 -0.999399 0 0 v -3.88864 0.991887 0.166895 0.0253728 -0.0252309 -0.99936 0 0 v -3.78031 0.981647 0.179645 0.0367455 -0.0332668 -0.998771 0 0 v -3.68034 0.958027 0.176045 -0.00361435 0.00244185 -0.99999 0 0 v -3.57604 0.941137 0.180645 0.034252 0.0183676 -0.999244 0 0 v -3.47189 0.923877 0.185205 0.0324913 0.0181948 -0.999306 0 0 v -3.37198 0.900457 0.181625 -0.0065587 0.0122822 -0.999903 0 0 v -3.26802 0.883577 0.186205 0.0344368 0.0185209 -0.999235 0 0 v -3.16402 0.866517 0.190795 0.0322756 0.0183804 -0.99931 0 0 v -3.06427 0.842967 0.187175 -0.00372769 0.0336496 -0.999427 0 0 v -2.95962 0.826417 0.191775 0.00205462 0.0537647 -0.998551 0 0 v -2.85989 0.802847 0.188165 0.00217408 0.0542992 -0.998522 0 0 v -2.76016 0.779347 0.184555 0.00217653 0.0542448 -0.998525 0 0 v -2.66051 0.755997 0.180965 -0.0126339 0.0453953 -0.998889 0 0 v -2.55617 0.739007 0.185535 0.049034 0.0477528 -0.997655 0 0 v -2.45628 0.715387 0.181965 0.0413997 0.0900516 -0.995076 0 0 v -2.35228 0.698467 0.186555 0.0516678 0.0470096 -0.997557 0 0 v -2.24839 0.681737 0.191135 0.00435925 -0.000171336 -0.99999 0 0 v -1.89604 1.03037 0.655325 -0.0339217 0.0144805 -0.99932 0 0 v -1.8007 1.00037 0.643505 0.0221809 0.0509769 -0.998454 0 0 v -1.69178 0.989957 0.656305 0.0679313 0.0406174 -0.996863 0 0 v -1.58769 0.972917 0.660885 -0.0150003 0.0424416 -0.998986 0 0 v -1.48806 0.949227 0.657275 0.00652144 0.019352 -0.999792 0 0 v -1.38812 0.926097 0.653665 -0.0145519 0.0253452 -0.999573 0 0 v -1.28835 0.902537 0.650065 -0.0125162 0.0339272 -0.999346 0 0 v -1.08444 0.861747 0.651055 0.0189603 0.00850818 -0.999784 0 0 v -0.979994 0.844997 0.655645 0.0190283 0.00844595 -0.999783 0 0 v -0.876044 0.828127 0.660225 0.00292297 -0.0021156 -0.999994 0 0 v -0.775984 0.804357 0.656595 -0.0222942 0.00121117 -0.999751 0 0 v -0.572244 0.763957 0.657575 -0.00411845 0.0319512 -0.999481 0 0 v -0.472654 0.740867 0.653995 0.0329668 0.016673 -0.999317 0 0 v -0.368254 0.723767 0.658595 0.0299148 0.0149086 -0.999441 0 0 v -0.0602539 0.666397 0.664165 0.0439393 0.00583596 -0.999017 0 0 v 0.0443761 0.649157 0.668775 0.0336693 0.0176823 -0.999277 0 0 v 0.148226 0.632457 0.673345 0.00304068 -0.00231467 -0.999993 0 0 v 0.248296 0.608797 0.669755 0.0252426 0.0127694 -0.9996 0 0 v 0.456616 0.575147 0.678945 0.0307901 0.0157368 -0.999402 0 0 v 0.560556 0.558377 0.683525 0.00880866 0.020174 -0.999758 0 0 v 0.660326 0.534937 0.679925 0.0301695 0.0159159 -0.999418 0 0 v 0.764846 0.517967 0.684505 0.00830721 0.0201373 -0.999763 0 0 v 0.864636 0.494267 0.680925 0.00887948 0.0200843 -0.999759 0 0 v 0.968886 0.477267 0.685515 0.0466342 0.0262669 -0.998567 0 0 v 1.07301 0.460507 0.690085 -0.0143028 0.0441475 -0.998923 0 0 v 1.17266 0.436797 0.686415 -0.0840109 0.0728252 -0.9938 0 0 v 1.26341 0.400437 0.666365 -0.41509 0.194282 -0.888794 0 0 v 1.32759 0.324447 0.597105 -0.636002 0.254215 -0.728612 0 0 v 1.37863 0.229267 0.503255 -0.731153 0.244579 -0.636865 0 0 v 1.42972 0.134377 0.409435 -0.705553 0.186358 -0.683714 0 0 v 1.48953 0.0517469 0.331995 -0.58896 0.107936 -0.800922 0 0 v 1.56705 -0.00426307 0.287395 -0.394291 0.0215971 -0.918732 0 0 v 1.6536 -0.0475131 0.259095 -0.284013 0.0170589 -0.958669 0 0 v 1.74453 -0.083783 0.239055 -0.12787 0.00435088 -0.991781 0 0 v 1.849 -0.100873 0.243635 0.0514072 0.0106575 -0.998621 0 0 v 1.96228 -0.104753 0.264285 -0.19514 0.0269756 -0.980404 0 0 v 2.03064 -0.173623 0.203595 -0.398331 0.0206305 -0.91701 0 0 v 3.77771 -0.327593 0.424845 -0.612261 -0.141434 -0.777903 0 0 v 3.85532 -0.383513 0.380145 -0.562181 -0.1142 -0.819092 0 0 v 3.93311 -0.439873 0.335415 -0.436369 -0.0150514 -0.899642 0 0 v 4.01519 -0.489343 0.299085 -0.232068 0.0623117 -0.970702 0 0 v 4.1151 -0.512753 0.295515 0.0180469 -0.0536428 -0.998397 0 0 v 4.21933 -0.529893 0.300175 0.0858008 -0.0916886 -0.992084 0 0 v 4.43648 -0.550683 0.325825 0.17507 -0.120126 -0.9772 0 0 v 4.5493 -0.554673 0.346795 0.193511 -0.145746 -0.970212 0 0 v 4.67156 -0.545073 0.384265 0.299454 -0.166584 -0.939456 0 0 v 4.79321 -0.536333 0.421665 0.293556 -0.205384 -0.933618 0 0 v 5.15916 -0.508503 0.533985 0.360977 -0.19242 -0.912508 0 0 v 5.29434 -0.479683 0.595985 0.42858 -0.128598 -0.894305 0 0 v 5.42523 -0.457603 0.649875 0.39651 -0.0785101 -0.914667 0 0 v 5.55915 -0.428743 0.714255 0.442773 -0.0474804 -0.895376 0 0 v 5.8374 -0.358993 0.841245 0.41392 -0.0346926 -0.909652 0 0 v 5.96918 -0.331003 0.900325 0.421074 -0.0208027 -0.906788 0 0 v 6.10911 -0.296113 0.962095 0.466305 -0.0288348 -0.884154 0 0 v 6.25477 -0.246903 1.04753 0.497171 -0.00955305 -0.8676 0 0 v -6.14653 -0.804263 3.67736 -0.562341 -0.167997 -0.80966 0 0 v -5.54135 5.62933 12.1016 -0.688562 0.480832 -0.542847 0 0 v -7.06686 -3.7014 8.28346 -0.445427 -0.687455 -0.573585 0 0 v -4.89201 -2.1844 3.40459 -0.316777 -0.496579 -0.808123 0 0 v -5.53491 1.22645 0.257045 -0.824978 0.239979 -0.511685 0 0 v -5.45283 1.17666 0.220545 -0.395454 0.121737 -0.910382 0 0 v -5.37052 1.12733 0.184165 -0.183734 0.0795534 -0.979752 0 0 v -5.17536 1.07354 0.168765 -0.0186925 0.0339524 -0.999249 0 0 v -5.07103 1.05667 0.173325 -0.0030686 0.033949 -0.999419 0 0 v -4.97138 1.03324 0.169725 -0.0350343 0.00885525 -0.999347 0 0 v -4.77189 0.986357 0.162545 0.018904 -0.0126467 -0.999741 0 0 v -4.56338 0.952217 0.171715 -0.0114153 -0.0102173 -0.999883 0 0 v -4.46373 0.928837 0.168115 -0.0113625 -0.0102839 -0.999883 0 0 v -4.36388 0.905297 0.164545 0.000330579 -0.0233336 -0.999728 0 0 v -4.26007 0.888257 0.169145 0.0223588 -0.0489729 -0.99855 0 0 v -4.15581 0.871337 0.173725 0.0366717 -0.0379937 -0.998605 0 0 v -4.0514 0.854607 0.178305 -0.00731679 -0.0154925 -0.999853 0 0 v -3.9519 0.831167 0.174715 0.000979699 -0.0172633 -0.99985 0 0 v -3.8476 0.814257 0.179305 0.0173923 -0.0194189 -0.99966 0 0 v -3.64807 0.766877 0.172105 -0.0227704 0.0012099 -0.99974 0 0 v -3.5481 0.743467 0.168515 0.018218 0.0296561 -0.999394 0 0 v -3.43969 0.733247 0.181285 0.0350141 0.0399619 -0.998588 0 0 v -3.34001 0.709817 0.177685 0.00736858 0.0216026 -0.999739 0 0 v -3.24025 0.686147 0.174075 0.0180348 0.029577 -0.9994 0 0 v -3.13134 0.675627 0.186845 0.0077395 0.0429361 -0.999048 0 0 v -3.03579 0.645657 0.175055 -0.0294214 0.0350452 -0.998953 0 0 v -2.93603 0.622317 0.171485 -0.00265623 0.0307763 -0.999523 0 0 v -2.832 0.605517 0.176085 0.0329561 0.0250164 -0.999144 0 0 v -2.72804 0.588377 0.180665 0.00385936 -0.00067063 -0.999992 0 0 v -2.62824 0.564957 0.177065 0.00313196 -0.00120147 -0.999994 0 0 v -2.52405 0.547817 0.181665 0.0321168 -0.00452739 -0.999474 0 0 v -2.2158 0.490597 0.187265 0.0171628 -0.005058 -0.99984 0 0 v -2.11181 0.473717 0.191865 0.0415995 -0.0149028 -0.999023 0 0 v -2.00759 0.456417 0.196445 0.00458355 3.36322e-005 -0.99999 0 0 v -1.66425 0.792007 0.644336 0.021071 0.0822337 -0.99639 0 0 v -1.56417 0.768277 0.640745 0.0538661 0.0683808 -0.996204 0 0 v -1.45565 0.757707 0.653495 0.0191077 0.0382268 -0.999086 0 0 v -1.25617 0.710837 0.646305 0.0231849 0.0304386 -0.999268 0 0 v -1.15176 0.693827 0.650915 0.0338097 0.0182622 -0.999261 0 0 v -1.04762 0.676857 0.655485 0.00899442 0.0208028 -0.999743 0 0 v -0.947824 0.653457 0.651915 0.0232182 0.0303571 -0.999269 0 0 v -0.644264 0.589757 0.649285 -0.0174305 0.0233735 -0.999575 0 0 v -0.544474 0.566117 0.645705 0.0440814 0.0063509 -0.999008 0 0 v -0.435744 0.555577 0.658465 0.0178767 0.00903994 -0.999799 0 0 v -0.336144 0.532167 0.654885 0.0181046 0.0306623 -0.999366 0 0 v -0.231614 0.515317 0.659495 0.0291257 0.0143868 -0.999472 0 0 v -0.127424 0.497987 0.664055 0.0145209 0.0133373 -0.999806 0 0 v -0.0280239 0.474557 0.660485 0.0190771 0.0084073 -0.999783 0 0 v 0.0765061 0.457547 0.665085 0.0336494 0.0179657 -0.999272 0 0 v 0.180546 0.440647 0.669645 -0.00217706 0.0326754 -0.999464 0 0 v 0.280496 0.417137 0.666095 0.0304915 0.016143 -0.999405 0 0 v 0.488616 0.383327 0.675245 0.00922679 0.0259873 -0.99962 0 0 v 0.588266 0.359697 0.671645 0.0364483 0.0392941 -0.998563 0 0 v 0.696946 0.349467 0.684455 0.046559 0.0266261 -0.998561 0 0 v 0.797096 0.326037 0.680875 0.00837562 0.0203313 -0.999758 0 0 v 0.901196 0.308837 0.685435 0.00872416 0.0203448 -0.999755 0 0 v 1.00079 0.285767 0.681845 -0.00247782 0.032508 -0.999468 0 0 v 1.10048 0.262127 0.678225 -0.0660703 0.0504302 -0.99654 0 0 v 1.19587 0.232257 0.666305 -0.350417 0.140976 -0.925923 0 0 v 1.26442 0.162817 0.605295 -0.620454 0.187433 -0.761515 0 0 v 1.31989 0.0742669 0.519675 -0.733526 0.144421 -0.66414 0 0 v 1.37525 -0.0146631 0.434145 -0.745353 0.076798 -0.662232 0 0 v 1.43986 -0.0904131 0.364615 -0.64776 0.0202136 -0.761576 0 0 v 1.5132 -0.152763 0.311705 -0.493454 0.00455147 -0.86976 0 0 v 1.59521 -0.202263 0.275335 -0.332659 -0.0143224 -0.942938 0 0 v 1.68595 -0.239093 0.255355 -0.242466 -0.0225494 -0.969898 0 0 v 1.77718 -0.275583 0.235305 -0.142108 -0.00636842 -0.989831 0 0 v 1.87228 -0.305533 0.223545 -0.0569853 0.0292698 -0.997946 0 0 v 1.98099 -0.315803 0.236195 -0.180287 -0.0197876 -0.983415 0 0 v 2.05838 -0.371793 0.191695 -0.28046 -0.0869905 -0.955916 0 0 v 3.74093 -0.450123 0.482295 -0.606565 0.0694916 -0.791991 0 0 v 3.80523 -0.526193 0.412975 -0.536366 0.130836 -0.833782 0 0 v 3.87425 -0.595313 0.351735 -0.518801 0.188253 -0.83391 0 0 v 3.94296 -0.664323 0.290915 -0.253072 0.0894165 -0.963306 0 0 v 4.04269 -0.687723 0.287345 0.0606427 -0.0441664 -0.997182 0 0 v 4.15563 -0.691673 0.308335 0.119788 -0.081659 -0.989435 0 0 v 4.26445 -0.702433 0.321225 0.121165 -0.107887 -0.986752 0 0 v 4.3731 -0.712723 0.334095 0.185273 -0.141944 -0.972381 0 0 v 4.495 -0.703403 0.371425 0.202696 -0.193564 -0.95992 0 0 v 4.60357 -0.713723 0.384255 0.255546 -0.190149 -0.947913 0 0 v 4.7301 -0.698523 0.430055 0.321911 -0.174178 -0.93061 0 0 v 4.852 -0.689233 0.467435 0.289071 -0.180204 -0.940194 0 0 v 4.97375 -0.680233 0.504855 0.309854 -0.17655 -0.934249 0 0 v 5.09567 -0.670933 0.542245 0.310335 -0.1796 -0.933507 0 0 v 5.22202 -0.655293 0.587915 0.389694 -0.151621 -0.908378 0 0 v 5.35309 -0.633153 0.641865 0.365535 -0.142912 -0.919761 0 0 v 5.47491 -0.623933 0.679325 0.390098 -0.12485 -0.91227 0 0 v 5.61444 -0.588703 0.749505 0.440382 -0.0927918 -0.893002 0 0 v 5.75193 -0.555893 0.813605 0.415494 -0.0674268 -0.907093 0 0 v 5.88541 -0.527903 0.869985 0.436616 -0.0840339 -0.895714 0 0 v 6.02355 -0.493343 0.934805 0.438043 -0.0913067 -0.894305 0 0 v 6.17246 -0.444513 1.01506 0.490324 -0.0655878 -0.869069 0 0 v 6.31483 -0.402143 1.08968 0.510283 -0.0695414 -0.857191 0 0 v -4.92403 -1.92677 3.28839 -0.339152 -0.418692 -0.842421 0 0 v -6.06566 -0.859293 3.63511 -0.623782 -0.17654 -0.7614 0 0 v -5.18973 -2.68617 3.96856 -0.344898 -0.688375 -0.638111 0 0 v -6.78385 -3.86465 8.37936 -0.102885 -0.873801 -0.475276 0 0 v -5.57203 1.04792 0.286825 -0.860495 0.422442 -0.284766 0 0 v -5.52319 1.00557 0.214485 -0.426483 0.180799 -0.886241 0 0 v -5.43226 0.968757 0.194425 -0.205242 0.0251343 -0.978388 0 0 v -5.34099 0.932517 0.174395 -0.115143 -0.00787702 -0.993318 0 0 v -5.2419 0.907827 0.169805 -0.0639407 0.0127916 -0.997872 0 0 v -5.14244 0.883377 0.165215 -0.0324826 -0.0109075 -0.999413 0 0 v -5.04295 0.859757 0.161135 -0.0139521 -0.0158414 -0.999777 0 0 v -4.93909 0.842677 0.165725 0.00300998 -0.00443262 -0.999986 0 0 v -4.83901 0.819387 0.162135 -0.00252593 -0.0250084 -0.999684 0 0 v -4.7351 0.802337 0.166735 0.0231378 -0.0271468 -0.999364 0 0 v -4.63063 0.784987 0.171325 0.0156469 -0.0129432 -0.999794 0 0 v -4.53111 0.761927 0.167735 -0.013084 -0.0109202 -0.999855 0 0 v -4.42682 0.744727 0.172345 0.0263685 -0.0251414 -0.999336 0 0 v -4.32268 0.727847 0.176945 0.0267764 -0.0258208 -0.999308 0 0 v -4.21858 0.710827 0.181535 0.0148636 -0.0134702 -0.999799 0 0 v -4.11895 0.687567 0.177935 -0.0219329 0.00259208 -0.999756 0 0 v -3.91478 0.646637 0.178935 0.0283916 0.000244757 -0.999597 0 0 v -3.81054 0.630077 0.183535 -0.00182206 0.00165397 -0.999997 0 0 v -3.61094 0.582727 0.176305 -0.0563507 -0.0188943 -0.998232 0 0 v -3.51546 0.552637 0.164565 -0.0175015 -0.0142066 -0.999746 0 0 v -3.41138 0.535617 0.169175 0.0431087 0.0055636 -0.999055 0 0 v -3.30272 0.525447 0.181895 -0.000999175 -0.00103819 -0.999999 0 0 v -3.20744 0.495247 0.170195 0.0209654 -0.0305413 -0.999314 0 0 v -3.10323 0.478297 0.174785 -0.00647197 -0.0544032 -0.998498 0 0 v -2.99924 0.461127 0.179425 -7.82559e-005 -0.0893361 -0.996001 0 0 v -2.89951 0.437657 0.175815 -0.00622189 -0.101463 -0.99482 0 0 v -2.69109 0.403737 0.184995 -0.0278919 -0.0878341 -0.995745 0 0 v -2.59142 0.380567 0.181355 -0.0122256 -0.075511 -0.99707 0 0 v -2.48725 0.363477 0.185955 0.0025446 -0.0420927 -0.999111 0 0 v -2.2831 0.322877 0.186955 -0.00200837 0.0116489 -0.99993 0 0 v -2.17912 0.305887 0.191565 0.0554335 -0.00508799 -0.998449 0 0 v -1.97518 0.265447 0.192565 0.0425308 0.000136312 -0.999095 0 0 v -1.8666 0.255307 0.205385 0.0831247 0.0145856 -0.996432 0 0 v -1.5322 0.577197 0.636935 0.0876856 0.0540664 -0.99468 0 0 v -1.4278 0.560147 0.641515 0.00333884 0.0610233 -0.998131 0 0 v -1.3281 0.536307 0.637905 0.0024675 0.0542909 -0.998522 0 0 v -1.22362 0.519377 0.642545 0.0617883 0.0367099 -0.997414 0 0 v -1.11966 0.502527 0.647125 0.0232278 0.0306198 -0.999261 0 0 v -1.01969 0.479047 0.643545 -0.00203927 0.0331949 -0.999447 0 0 v -0.915554 0.462207 0.648155 0.035755 0.0419086 -0.998481 0 0 v -0.811664 0.444977 0.652725 0.0170387 0.0396584 -0.999068 0 0 v -0.711954 0.421527 0.649135 -0.0173737 0.0236189 -0.99957 0 0 v -0.612084 0.397997 0.645545 0.028936 -0.00302076 -0.999577 0 0 v -0.503484 0.387587 0.658325 0.0173172 0.00951382 -0.999805 0 0 v -0.407794 0.357417 0.646565 -0.0178154 0.0237274 -0.99956 0 0 v -0.303964 0.340547 0.651165 0.0556934 -0.00669475 -0.998425 0 0 v -0.199804 0.323377 0.655745 0.0174145 0.00770769 -0.999819 0 0 v -0.0951639 0.306557 0.660365 0.0231478 0.0297306 -0.99929 0 0 v 0.00880611 0.289557 0.664945 0.032134 0.0173787 -0.999332 0 0 v 0.108316 0.266207 0.661355 -0.0144815 0.0252729 -0.999576 0 0 v 0.208236 0.242897 0.657775 0.0259453 0.0135906 -0.999571 0 0 v 0.316776 0.232037 0.670565 0.0688343 0.00368606 -0.997621 0 0 v 0.421186 0.215127 0.675125 -0.0301168 0.0316525 -0.999045 0 0 v 0.516496 0.185387 0.663375 -0.0180496 0.0235676 -0.999559 0 0 v 0.620506 0.168337 0.667975 0.0581672 0.0144348 -0.998203 0 0 v 0.724826 0.151157 0.672575 0.0231095 0.0295555 -0.999296 0 0 v 0.828816 0.134427 0.677175 0.015108 0.0277819 -0.9995 0 0 v 0.928596 0.110767 0.673565 0.00375314 0.0364319 -0.999329 0 0 v 1.0327 0.0938069 0.678165 -0.0298431 0.0358308 -0.998912 0 0 v 1.12819 0.0636369 0.666245 -0.290647 0.0993571 -0.951658 0 0 v 1.20581 0.0076869 0.621585 -0.526606 0.0781496 -0.84651 0 0 v 1.27441 -0.0611731 0.560665 -0.698862 0.0509337 -0.713441 0 0 v 1.33448 -0.143483 0.482995 -0.749643 0.0403076 -0.660614 0 0 v 1.3944 -0.225853 0.405555 -0.70231 0.00891559 -0.711816 0 0 v 1.46306 -0.294903 0.344585 -0.588513 -0.0128253 -0.808386 0 0 v 1.54061 -0.350843 0.299955 -0.419647 -0.0298103 -0.907197 0 0 v 1.62751 -0.394063 0.271605 -0.291847 -0.0313627 -0.955951 0 0 v 1.71855 -0.430583 0.251585 -0.209335 -0.0356135 -0.977195 0 0 v 1.90898 -0.490653 0.228025 -0.0933507 -0.0380318 -0.994907 0 0 v 2.01305 -0.507363 0.232605 -0.0502645 -0.120682 -0.991418 0 0 v 2.10829 -0.537283 0.220815 -0.0298621 -0.159296 -0.986779 0 0 v 3.66025 -0.638293 0.457565 -0.384318 0.207874 -0.899493 0 0 v 3.74192 -0.687723 0.421285 -0.447449 0.214523 -0.868199 0 0 v 3.80192 -0.770073 0.343695 -0.502258 0.282854 -0.817148 0 0 v 3.87971 -0.825963 0.299105 -0.0979072 0.0474412 -0.994064 0 0 v 3.98391 -0.843123 0.303745 0.0552942 -0.0900372 -0.994402 0 0 v 4.09243 -0.853483 0.316535 0.1295 -0.118175 -0.984512 0 0 v 4.20109 -0.864053 0.329395 0.14119 -0.130935 -0.981286 0 0 v 4.31416 -0.867873 0.350425 0.227448 -0.178686 -0.957256 0 0 v 4.54907 -0.862803 0.408895 0.203635 -0.205958 -0.957139 0 0 v 4.79294 -0.844923 0.483865 0.299112 -0.188875 -0.935339 0 0 v 4.91036 -0.842433 0.513105 0.288645 -0.178348 -0.940678 0 0 v 5.03706 -0.826393 0.558765 0.307503 -0.177912 -0.934767 0 0 v 5.15439 -0.823903 0.588065 0.332993 -0.187229 -0.924154 0 0 v 5.28535 -0.801673 0.641995 0.392184 -0.17196 -0.903671 0 0 v 5.41597 -0.779883 0.695845 0.368625 -0.185419 -0.910898 0 0 v 5.54214 -0.764053 0.741415 0.398155 -0.183364 -0.898805 0 0 v 5.67304 -0.742103 0.795385 0.409173 -0.141527 -0.901414 0 0 v 5.80477 -0.717653 0.850325 0.432155 -0.153964 -0.888559 0 0 v 5.95267 -0.668593 0.932305 0.433983 -0.133236 -0.891015 0 0 v 6.07536 -0.655023 0.974505 0.434724 -0.122415 -0.892205 0 0 v 6.22475 -0.606463 1.05345 0.477422 -0.0790477 -0.875111 0 0 v -4.73685 -2.00165 3.24893 -0.294948 -0.422275 -0.85714 0 0 v -4.02582 -2.4439 3.31675 -0.157511 -0.561886 -0.81208 0 0 v -4.10909 -2.97238 3.9069 -0.0379999 -0.7961 -0.603971 0 0 v -5.66197 0.903397 0.269795 -0.699399 0.332988 -0.632423 0 0 v -5.58333 0.848677 0.226485 -0.402572 0.0354912 -0.9147 0 0 v -5.49673 0.806097 0.198775 -0.222603 0.0190873 -0.974722 0 0 v -5.40125 0.775777 0.186445 -0.107813 -0.025953 -0.993832 0 0 v -5.302 0.751227 0.181885 -0.0658984 -0.0383091 -0.997091 0 0 v -5.10352 0.702577 0.172735 -0.0381972 -0.0405257 -0.998448 0 0 v -4.90104 0.660167 0.171345 0.0116311 -0.0400196 -0.999131 0 0 v -4.79764 0.641737 0.174475 -0.00863152 -0.0344779 -0.999368 0 0 v -4.69824 0.618467 0.170885 0.00628553 -0.01951 -0.99979 0 0 v -4.494 0.577777 0.171915 -0.00990485 -0.00769927 -0.999921 0 0 v -4.39 0.560557 0.176515 0.0283512 -0.00278527 -0.999594 0 0 v -4.29001 0.537057 0.172935 0.00337902 -0.000354534 -0.999994 0 0 v -4.1858 0.520447 0.177505 -0.00647973 0.0129654 -0.999895 0 0 v -4.08603 0.496487 0.173925 -0.00639269 0.0129079 -0.999896 0 0 v -3.9821 0.479857 0.178525 0.00947123 0.0223335 -0.999706 0 0 v -3.88206 0.456427 0.174955 0.0184835 0.0325154 -0.9993 0 0 v -3.67813 0.415717 0.175955 -0.00109882 0.0121016 -0.999926 0 0 v -3.57414 0.398587 0.180545 -0.014045 -0.0126462 -0.999821 0 0 v -3.47456 0.375187 0.176985 0.0116059 -0.0767995 -0.996979 0 0 v -3.37439 0.351477 0.173565 0.0520616 -0.171962 -0.983727 0 0 v -3.27065 0.334497 0.178255 0.0917755 -0.319728 -0.943054 0 0 v -3.15757 0.330537 0.199335 0.0113158 -0.374429 -0.927187 0 0 v -3.05782 0.307187 0.195695 -0.023502 -0.470956 -0.881844 0 0 v -2.94877 0.296647 0.208385 -0.062013 -0.491043 -0.868925 0 0 v -2.84908 0.273377 0.204635 -0.0974212 -0.560747 -0.822236 0 0 v -2.74512 0.256117 0.209455 -0.106516 -0.447652 -0.887841 0 0 v -2.64537 0.232587 0.205835 -0.15272 -0.438718 -0.885552 0 0 v -2.54552 0.209197 0.202075 -0.155973 -0.350814 -0.923365 0 0 v -2.45018 0.179047 0.190345 -0.161155 -0.279938 -0.946395 0 0 v -2.35055 0.155367 0.186785 -0.119712 -0.194157 -0.973639 0 0 v -2.2508 0.132157 0.183055 -0.0310869 -0.115192 -0.992857 0 0 v -2.14225 0.121687 0.195835 -0.00448647 -0.0242303 -0.999696 0 0 v -2.04256 0.0979669 0.192225 -0.00657421 0.0122345 -0.999904 0 0 v -1.93816 0.0810469 0.196865 0.0693373 0.00481421 -0.997582 0 0 v -1.83404 0.0639069 0.201465 0.0221972 -0.00812492 -0.999721 0 0 v -1.73428 0.0404369 0.197865 -0.0432298 -0.0319339 -0.998555 0 0 v -1.40013 0.362447 0.629515 -0.0222104 0.0573676 -0.998106 0 0 v -1.29995 0.338917 0.625955 0.0678516 0.0414773 -0.996833 0 0 v -1.19151 0.328057 0.638715 0.0613568 0.0371262 -0.997425 0 0 v -1.08724 0.311277 0.643315 0.0119249 0.0419395 -0.999049 0 0 v -0.987734 0.287597 0.639725 -0.00203365 0.0333958 -0.99944 0 0 v -0.887784 0.264437 0.636145 0.0231192 0.0296838 -0.999292 0 0 v -0.783824 0.247427 0.640745 0.0233332 0.0301764 -0.999272 0 0 v -0.679584 0.230257 0.645355 0.0340351 0.0185116 -0.999249 0 0 v -0.575344 0.213077 0.649955 0.0336024 0.0185944 -0.999262 0 0 v -0.475324 0.189557 0.646385 -0.00634162 0.0115726 -0.999913 0 0 v -0.371444 0.172477 0.650975 0.0544643 -0.00608467 -0.998497 0 0 v -0.262894 0.162257 0.663785 0.0151686 0.00750394 -0.999857 0 0 v -0.167394 0.132377 0.651985 -0.0475993 0.028601 -0.998457 0 0 v -0.0675339 0.108727 0.648425 0.036127 0.0202825 -0.999141 0 0 v 0.0412661 0.0984669 0.661195 0.031308 0.018238 -0.999343 0 0 v 0.244776 0.0574469 0.662215 0.0436025 0.00639763 -0.999028 0 0 v 0.448706 0.0172869 0.663235 0.00787973 0.0210904 -0.999747 0 0 v 0.552966 0.000146911 0.667845 0.0303632 -0.0035707 -0.999533 0 0 v 0.657256 -0.0170031 0.672435 0.0191127 0.00865916 -0.99978 0 0 v 0.961176 -0.0808431 0.669845 -0.0176275 0.0234029 -0.999571 0 0 v 1.0606 -0.104093 0.666225 -0.154018 0.0291162 -0.987639 0 0 v 1.15127 -0.140923 0.646265 -0.442475 0.0253272 -0.896423 0 0 v 1.22468 -0.203443 0.593265 -0.616127 0.0222517 -0.787333 0 0 v 1.28885 -0.279023 0.524175 -0.729107 0.00417379 -0.684387 0 0 v 1.35346 -0.354433 0.454615 -0.731131 -0.0399536 -0.681066 0 0 v 1.41771 -0.430393 0.385505 -0.676732 -0.0536642 -0.734271 0 0 v 1.49108 -0.492823 0.332535 -0.534373 -0.103465 -0.838892 0 0 v 1.57307 -0.542383 0.296125 -0.412243 -0.0815845 -0.907414 0 0 v 1.65971 -0.585313 0.267875 -0.279863 -0.0802646 -0.956679 0 0 v 1.75479 -0.615273 0.256095 -0.153745 -0.0606563 -0.986247 0 0 v 1.85034 -0.645333 0.244245 -0.125514 -0.0684614 -0.989727 0 0 v 1.94559 -0.675703 0.232485 -0.0685678 -0.04625 -0.996574 0 0 v 2.04978 -0.692353 0.237125 0.0787667 -0.0445942 -0.995895 0 0 v 2.16715 -0.690083 0.266275 0.100532 0.0233966 -0.994659 0 0 v 2.26241 -0.719723 0.254525 0.20285 0.00388649 -0.979202 0 0 v 3.58347 -0.819503 0.441235 -0.291823 0.343254 -0.892757 0 0 v 3.66562 -0.869093 0.404675 -0.378962 0.398827 -0.83506 0 0 v 3.7126 -0.971003 0.302635 -0.202519 0.182132 -0.962192 0 0 v 3.81224 -0.994413 0.299095 0.0365325 -0.0394711 -0.998553 0 0 v 3.92063 -1.00508 0.311935 0.116536 -0.0959044 -0.988545 0 0 v 4.02964 -1.01557 0.324845 0.141323 -0.130819 -0.981282 0 0 v 4.14251 -1.01955 0.345895 0.183754 -0.182062 -0.965965 0 0 v 4.25565 -1.02331 0.366955 0.226754 -0.231584 -0.946019 0 0 v 4.37714 -1.01456 0.404365 0.257754 -0.242852 -0.935193 0 0 v 4.4903 -1.01858 0.425465 0.2133 -0.24802 -0.944981 0 0 v 4.61209 -1.00937 0.462835 0.270179 -0.253267 -0.928902 0 0 v 4.72977 -1.00665 0.492105 0.278934 -0.241927 -0.929337 0 0 v 4.85168 -0.997983 0.529665 0.270852 -0.228729 -0.935052 0 0 v 4.96921 -0.995173 0.558885 0.296933 -0.217461 -0.929807 0 0 v 5.0954 -0.979773 0.604555 0.332858 -0.205545 -0.920303 0 0 v 5.2218 -0.963903 0.650175 0.36348 -0.218384 -0.905644 0 0 v 5.3482 -0.948493 0.695945 0.382425 -0.188178 -0.904621 0 0 v 5.4786 -0.926433 0.749685 0.392148 -0.191001 -0.899855 0 0 v 5.87227 -0.857753 0.912635 0.451432 -0.173738 -0.875228 0 0 v 6.01059 -0.823233 0.977765 0.428511 -0.168921 -0.887606 0 0 v 6.14891 -0.788653 1.04282 0.426804 -0.158604 -0.890327 0 0 v 6.27747 -0.768203 1.09087 0.476386 -0.113843 -0.871835 0 0 v 6.43954 -0.698483 1.19788 0.562849 -0.0897612 -0.821672 0 0 v -5.28213 -2.65264 3.98588 -0.339752 -0.685556 -0.643881 0 0 v -7.67041 -1.45834 8.45387 -0.727288 -0.305608 -0.614538 0 0 v -6.39953 -2.29281 4.74874 -0.627754 -0.575844 -0.523764 0 0 v -5.79031 -3.28621 7.82817 0.199668 -0.246938 -0.948237 0 0 v -5.77158 0.844267 0.379435 -0.973741 0.203234 -0.102587 0 0 v -5.70553 0.771237 0.312635 -0.70439 -0.0710206 -0.706251 0 0 v -5.63949 0.698217 0.246145 -0.589759 -0.00559026 -0.80756 0 0 v -5.55687 0.649377 0.210665 -0.331075 -0.0534556 -0.942089 0 0 v -5.46142 0.619047 0.198345 -0.126364 -0.0361452 -0.991325 0 0 v -5.3625 0.594687 0.193795 -0.0804889 -0.0272552 -0.996383 0 0 v -5.26753 0.564207 0.181535 -0.0942201 -0.0262079 -0.995206 0 0 v -5.16839 0.540147 0.176975 -0.0173165 -0.0496152 -0.998618 0 0 v -5.06458 0.521447 0.180155 -0.0260816 -0.0549837 -0.998147 0 0 v -4.86221 0.479187 0.178775 -0.00179765 -0.033716 -0.99943 0 0 v -4.76309 0.454837 0.174245 -0.0254237 -0.03082 -0.999202 0 0 v -4.55613 0.418207 0.180555 -0.0320668 -0.0241788 -0.999193 0 0 v -4.46117 0.387757 0.168355 -0.00823693 -0.01157 -0.999899 0 0 v -4.35275 0.376897 0.180655 0.0226724 -0.0101281 -0.999692 0 0 v -4.25307 0.353487 0.177055 -0.0245834 -0.00209813 -0.999696 0 0 v -4.15345 0.329617 0.173475 -0.0243667 0.00117991 -0.999702 0 0 v -4.05381 0.306397 0.169875 -0.0226048 0.00179804 -0.999743 0 0 v -3.95407 0.282827 0.166285 -0.00657249 0.0118213 -0.999909 0 0 v -3.7454 0.248737 0.175505 0.0221693 -0.00807285 -0.999722 0 0 v -3.6457 0.225047 0.172005 0.0425695 -0.0825098 -0.995681 0 0 v -3.54136 0.208097 0.176775 0.134703 -0.19131 -0.972242 0 0 v -3.42397 0.210437 0.206265 0.244189 -0.351123 -0.903927 0 0 v -3.30221 0.219657 0.243605 0.279683 -0.541677 -0.792693 0 0 v -3.17613 0.235157 0.289145 0.103868 -0.688263 -0.717987 0 0 v -3.06752 0.224677 0.301965 -0.0120068 -0.748164 -0.663405 0 0 v -2.96292 0.207577 0.306615 -0.108661 -0.73731 -0.666759 0 0 v -2.85889 0.190527 0.311195 -0.149599 -0.747746 -0.646913 0 0 v -2.76388 0.160527 0.299525 -0.245577 -0.69966 -0.670946 0 0 v -2.664 0.137037 0.295775 -0.243378 -0.685281 -0.686409 0 0 v -2.56857 0.107167 0.283755 -0.271679 -0.641777 -0.717156 0 0 v -2.47339 0.0771169 0.272025 -0.322436 -0.614466 -0.720047 0 0 v -2.38231 0.0403569 0.252165 -0.33729 -0.588341 -0.734909 0 0 v -2.29147 0.00366696 0.232255 -0.38185 -0.528844 -0.757968 0 0 v -2.2005 -0.0325931 0.211945 -0.255746 -0.335848 -0.906532 0 0 v -2.10989 -0.069033 0.191975 -0.284975 -0.237342 -0.928686 0 0 v -2.01017 -0.0925131 0.188315 -0.0523844 -0.0557085 -0.997072 0 0 v -1.90131 -0.103093 0.201115 0.0691731 0.00506963 -0.997592 0 0 v -1.79702 -0.120093 0.205715 -0.00654618 0.0112714 -0.999915 0 0 v -1.69725 -0.143783 0.202185 0.0594773 0.0103453 -0.998176 0 0 v -1.58453 -0.147453 0.223185 0.212982 0.00114886 -0.977055 0 0 v -1.26345 0.154087 0.630255 0.0243224 0.038572 -0.99896 0 0 v -1.16355 0.130507 0.626685 0.0273202 0.0515896 -0.998295 0 0 v -1.05952 0.113597 0.631295 0.0273328 0.0515533 -0.998296 0 0 v -0.955354 0.0965869 0.635915 0.0372951 0.0389287 -0.998546 0 0 v -0.850994 0.0793769 0.640495 0.0232928 0.0297414 -0.999286 0 0 v -0.751194 0.0561469 0.636945 0.0337639 0.0187797 -0.999253 0 0 v -0.646964 0.0389569 0.641565 0.034158 0.0186549 -0.999242 0 0 v -0.542984 0.0221069 0.646175 0.0340344 0.0186477 -0.999247 0 0 v -0.438874 0.00484689 0.650755 0.00912994 0.0211695 -0.999734 0 0 v -0.339144 -0.0187531 0.647175 0.0364641 0.0395132 -0.998554 0 0 v -0.234774 -0.0354231 0.651785 -0.00350349 0.0330433 -0.999448 0 0 v -0.031114 -0.0761631 0.652815 0.0448275 0.010823 -0.998936 0 0 v 0.0730361 -0.0929031 0.657435 0.034004 0.0184356 -0.999252 0 0 v 0.177396 -0.109963 0.662045 0.00904001 0.0209769 -0.999739 0 0 v 0.277056 -0.133833 0.658445 0.00176048 0.035434 -0.99937 0 0 v 0.377126 -0.157053 0.654905 0.044364 0.010951 -0.998955 0 0 v 0.485506 -0.167803 0.667665 0.0330807 0.0187148 -0.999277 0 0 v 0.585256 -0.191393 0.664085 0.0182406 0.031011 -0.999353 0 0 v 0.789146 -0.231743 0.665115 0.0189146 0.00882148 -0.999782 0 0 v 0.893506 -0.248743 0.669705 -0.0176662 0.0237117 -0.999563 0 0 v 0.993176 -0.272413 0.666115 -0.0178096 0.0234831 -0.999566 0 0 v 1.09298 -0.295723 0.662425 -0.225361 -0.00817531 -0.974241 0 0 v 1.17931 -0.338773 0.634165 -0.555783 -0.0245513 -0.830965 0 0 v 1.24797 -0.408123 0.573225 -0.662678 -0.0528221 -0.747039 0 0 v 1.31695 -0.476933 0.511885 -0.728595 -0.113027 -0.675555 0 0 v 1.38121 -0.552733 0.442855 -0.726855 -0.163107 -0.667142 0 0 v 1.45436 -0.615313 0.390015 -0.655478 -0.177843 -0.733976 0 0 v 1.52768 -0.677913 0.337125 -0.559989 -0.162421 -0.812424 0 0 v 1.6099 -0.727493 0.300645 -0.434828 -0.20219 -0.877522 0 0 v 1.70044 -0.763653 0.280625 -0.283086 -0.18344 -0.941388 0 0 v 1.79158 -0.800093 0.260515 -0.204189 -0.118122 -0.971779 0 0 v 1.89161 -0.823713 0.256835 -0.156655 -0.105708 -0.98198 0 0 v 1.98259 -0.860173 0.236925 -0.0814447 -0.100272 -0.991621 0 0 v 2.08663 -0.877203 0.241505 0.0268596 -0.0508963 -0.998343 0 0 v 2.18628 -0.900783 0.238035 0.120527 -0.0215701 -0.992476 0 0 v 2.32608 -0.865613 0.308255 0.259235 0.0745046 -0.962936 0 0 v 2.42593 -0.889343 0.304625 0.0765187 0.116042 -0.990292 0 0 v 2.52513 -0.912653 0.301065 0.0805807 0.0148005 -0.996638 0 0 v 3.41165 -0.970723 0.436565 -0.38198 0.536862 -0.752243 0 0 v 3.46305 -1.06607 0.342415 -0.217497 0.424882 -0.878732 0 0 v 3.54061 -1.12195 0.297955 -0.0991481 0.177517 -0.97911 0 0 v 3.64494 -1.13902 0.302575 0.0501379 -0.0605127 -0.996907 0 0 v 3.74886 -1.15616 0.307205 0.0444187 -0.0771302 -0.996031 0 0 v 3.97046 -1.17081 0.341165 0.196263 -0.179448 -0.963991 0 0 v 4.0836 -1.17471 0.362255 0.224611 -0.228986 -0.947162 0 0 v 4.2055 -1.16572 0.399745 0.257099 -0.294729 -0.920345 0 0 v 4.32285 -1.16312 0.428955 0.278517 -0.318003 -0.906258 0 0 v 4.44475 -1.15425 0.466445 0.207796 -0.328677 -0.921299 0 0 v 4.55767 -1.15798 0.487375 0.243614 -0.310467 -0.918837 0 0 v 4.67954 -1.14917 0.524905 0.258439 -0.293685 -0.920303 0 0 v 4.79732 -1.14664 0.554275 0.279546 -0.290774 -0.915043 0 0 v 4.91924 -1.13745 0.591665 0.258419 -0.293757 -0.920286 0 0 v 5.03661 -1.13513 0.621005 0.319995 -0.269435 -0.908299 0 0 v 5.41535 -1.08879 0.758065 0.374261 -0.244318 -0.89456 0 0 v 5.54606 -1.0666 0.811905 0.397925 -0.213048 -0.892337 0 0 v 5.67719 -1.0447 0.865385 0.425023 -0.229316 -0.875654 0 0 v 5.80675 -1.02199 0.921665 0.417081 -0.238849 -0.876923 0 0 v 5.94443 -0.990883 0.983435 0.4435 -0.233084 -0.865436 0 0 v 6.07766 -0.963853 1.04004 0.418365 -0.222263 -0.880664 0 0 v 6.21116 -0.936443 1.0967 0.426889 -0.218557 -0.877495 0 0 v 6.34222 -0.908263 1.1571 0.515214 -0.188545 -0.836066 0 0 v 6.50775 -0.839393 1.25951 0.580486 -0.133923 -0.803182 0 0 v -5.99165 -0.920413 3.58214 -0.682533 -0.199498 -0.703099 0 0 v -5.9088 -2.52294 4.39006 -0.666801 -0.613443 -0.423159 0 0 v -5.47151 -4.09497 8.24796 0.287682 -0.644699 -0.708239 0 0 v -5.30591 -3.10008 4.69426 -0.372284 -0.792403 -0.483221 0 0 v -5.58991 4.4096 11.6597 -0.169496 0.142824 -0.975127 0 0 v -5.73266 0.663717 0.386535 -0.970208 -0.132366 -0.202918 0 0 v -5.68294 0.566017 0.288785 -0.774006 -0.0615001 -0.630185 0 0 v -5.60475 0.511407 0.245615 -0.503099 -0.0623633 -0.861976 0 0 v -5.51786 0.468657 0.217815 -0.280361 -0.0498702 -0.958598 0 0 v -5.42683 0.432417 0.197785 -0.142214 -0.0362281 -0.989173 0 0 v -5.32767 0.407817 0.193275 -0.0693332 -0.0392483 -0.996821 0 0 v -5.12503 0.365417 0.191935 -0.0412076 -0.0484541 -0.997975 0 0 v -5.02589 0.340937 0.187415 -0.0328298 -0.0401722 -0.998653 0 0 v -4.82317 0.298047 0.186085 -0.0367736 -0.0304224 -0.99886 0 0 v -4.72405 0.273937 0.181575 -0.00647077 -0.0325768 -0.999448 0 0 v -4.52169 0.231217 0.180245 -0.0666607 -0.0190597 -0.997594 0 0 v -4.42234 0.206917 0.175725 0.0149616 -0.0217227 -0.999652 0 0 v -4.31906 0.188457 0.178935 -0.0090269 -0.0163965 -0.999825 0 0 v -4.21987 0.163987 0.174415 -0.0237711 -0.0238478 -0.999433 0 0 v -4.11654 0.145827 0.177605 -0.0302764 -0.00891267 -0.999502 0 0 v -4.01677 0.122227 0.174015 -0.0264375 -0.00698904 -0.999626 0 0 v -3.91671 0.0985969 0.170445 0.0123376 -0.017621 -0.999769 0 0 v -3.81272 0.081837 0.175085 0.106866 -0.064047 -0.992209 0 0 v -3.70414 0.0714469 0.187935 0.196451 -0.217563 -0.956072 0 0 v -3.58659 0.0736269 0.217425 0.213335 -0.401684 -0.890583 0 0 v -3.46507 0.0824969 0.254895 0.389317 -0.489281 -0.780407 0 0 v -3.32959 0.111277 0.317075 0.40313 -0.608339 -0.683674 0 0 v -3.19479 0.139807 0.378915 0.26239 -0.690705 -0.673853 0 0 v -3.08177 0.135767 0.399965 -0.0275944 -0.738325 -0.673881 0 0 v -2.9776 0.118737 0.404585 -0.0613438 -0.752033 -0.656265 0 0 v -2.86901 0.108207 0.417425 -0.208172 -0.763415 -0.611442 0 0 v -2.77368 0.0781769 0.405615 -0.277022 -0.719446 -0.636911 0 0 v -2.58301 0.0181069 0.381995 -0.298221 -0.68491 -0.664802 0 0 v -2.48727 -0.0122331 0.370285 -0.32741 -0.690088 -0.645431 0 0 v -2.39189 -0.0423231 0.358405 -0.38916 -0.672584 -0.629433 0 0 v -2.30132 -0.0789231 0.338545 -0.518758 -0.581483 -0.626712 0 0 v -2.21911 -0.128193 0.301755 -0.522446 -0.527737 -0.669734 0 0 v -2.13726 -0.177983 0.265725 -0.562988 -0.471518 -0.67876 0 0 v -2.05509 -0.227263 0.228965 -0.480663 -0.385099 -0.787821 0 0 v -1.97314 -0.276633 0.192515 -0.316556 -0.261164 -0.911913 0 0 v -1.86874 -0.293653 0.197125 -0.100984 -0.0606426 -0.993038 0 0 v -1.76907 -0.317323 0.193565 0.0176358 0.00928313 -0.999801 0 0 v -1.66058 -0.328013 0.206395 0.170304 0.00518593 -0.985378 0 0 v -1.54322 -0.325233 0.235655 0.203246 0.0311288 -0.978633 0 0 v -1.2355 -0.0435131 0.618195 0.0311813 0.0359949 -0.998865 0 0 v -1.13125 -0.0608031 0.622795 0.0184078 0.0317135 -0.999327 0 0 v -1.0315 -0.0841031 0.619225 0.0121372 0.0422887 -0.999032 0 0 v -0.927434 -0.101283 0.623825 0.0415331 0.0601377 -0.997326 0 0 v -0.823074 -0.118353 0.628505 0.0847766 0.0347206 -0.995795 0 0 v -0.714704 -0.128493 0.641295 0.043567 0.0070825 -0.999025 0 0 v -0.614634 -0.152343 0.637725 0.0194517 0.0093013 -0.999768 0 0 v -0.510764 -0.169303 0.642315 0.00866903 0.02143 -0.999733 0 0 v -0.411004 -0.192713 0.638745 0.00928134 0.0213373 -0.999729 0 0 v -0.306644 -0.209763 0.643365 0.0341464 0.0187675 -0.999241 0 0 v -0.202614 -0.226853 0.647985 0.034106 0.0186722 -0.999244 0 0 v -0.0981638 -0.243803 0.652585 0.0135348 0.00522671 -0.999895 0 0 v 0.0016461 -0.267483 0.649025 0.019479 0.00905016 -0.999769 0 0 v 0.105586 -0.284663 0.653625 0.0191049 0.00843471 -0.999782 0 0 v 0.205136 -0.307783 0.650035 -0.0188601 0.0229871 -0.999558 0 0 v 0.309516 -0.325233 0.654675 0.0445365 0.00654596 -0.998986 0 0 v 0.413606 -0.342263 0.659285 0.0293473 -0.00363203 -0.999563 0 0 v 0.513526 -0.365493 0.655695 -0.00679283 0.0103881 -0.999923 0 0 v 0.721976 -0.399513 0.664945 0.0327946 0.0012113 -0.999461 0 0 v 0.921366 -0.446933 0.657755 -0.00932147 0.0183714 -0.999788 0 0 v 1.02532 -0.464003 0.662355 -0.00716282 0.0114629 -0.999909 0 0 v 1.12508 -0.487083 0.658685 -0.312986 0.00780359 -0.949726 0 0 v 1.20685 -0.536923 0.622385 -0.467933 -0.0966688 -0.878461 0 0 v 1.28457 -0.593083 0.577755 -0.639764 -0.149941 -0.753803 0 0 v 1.35343 -0.662043 0.516705 -0.70802 -0.216336 -0.67224 0 0 v 1.42235 -0.731103 0.455545 -0.720327 -0.242044 -0.650034 0 0 v 1.49549 -0.793293 0.402575 -0.654165 -0.289975 -0.698558 0 0 v 1.57327 -0.849343 0.357835 -0.530458 -0.302301 -0.791977 0 0 v 1.65965 -0.892393 0.329645 -0.44814 -0.25915 -0.855577 0 0 v 1.74209 -0.942243 0.293215 -0.393411 -0.247421 -0.885444 0 0 v 1.83698 -0.972183 0.281465 -0.183736 -0.197105 -0.963011 0 0 v 1.93241 -1.00197 0.269565 -0.160193 -0.180016 -0.970532 0 0 v 2.03209 -1.02553 0.265985 -0.0760551 -0.166943 -0.983029 0 0 v 2.13224 -1.04927 0.262375 -0.0800221 -0.123383 -0.989127 0 0 v 2.23199 -1.07244 0.258805 0.0771281 -0.0406305 -0.996193 0 0 v 2.33622 -1.08947 0.263505 0.0911974 0.0470858 -0.994719 0 0 v 2.45346 -1.08741 0.292675 0.147811 0.0440269 -0.988035 0 0 v 2.56623 -1.09105 0.313725 0.0758645 0.0973043 -0.992359 0 0 v 2.662 -1.12125 0.301845 -0.0353528 0.117979 -0.992387 0 0 v 2.75698 -1.15155 0.290055 -0.140991 0.0532668 -0.988577 0 0 v 2.84356 -1.19452 0.261915 -0.062416 -0.10048 -0.992979 0 0 v 2.94791 -1.21147 0.266515 -0.00876009 -0.140194 -0.990085 0 0 v 3.05181 -1.22825 0.271105 0.0255603 -0.113712 -0.993185 0 0 v 3.15635 -1.24567 0.275805 0.0669115 -0.102648 -0.992465 0 0 v 3.26465 -1.25624 0.288595 -0.0178784 0.114698 -0.99324 0 0 v 3.36914 -1.27319 0.293215 -0.0090445 0.0562504 -0.998376 0 0 v 3.47333 -1.2902 0.297875 0.0756541 -0.0421445 -0.996243 0 0 v 3.58183 -1.30039 0.310685 0.0990217 -0.0556899 -0.993526 0 0 v 3.69044 -1.31108 0.323505 0.0797789 -0.0921185 -0.992547 0 0 v 3.79442 -1.32797 0.328135 0.115528 -0.129905 -0.984773 0 0 v 3.9077 -1.33237 0.349485 0.284823 -0.198473 -0.937808 0 0 v 4.03385 -1.31696 0.395145 0.304917 -0.310519 -0.900335 0 0 v 4.27768 -1.29872 0.470015 0.277413 -0.34413 -0.897004 0 0 v 4.39917 -1.28988 0.507415 0.252723 -0.34899 -0.902406 0 0 v 4.51213 -1.29397 0.528495 0.183171 -0.360804 -0.914477 0 0 v 4.62996 -1.29132 0.557775 0.239831 -0.330558 -0.912805 0 0 v 4.74733 -1.28909 0.587155 0.273488 -0.323882 -0.905707 0 0 v 4.86918 -1.27984 0.624495 0.266354 -0.331562 -0.905054 0 0 v 4.98674 -1.2777 0.653975 0.267794 -0.330556 -0.904997 0 0 v 5.10853 -1.26848 0.691085 0.322156 -0.329456 -0.88751 0 0 v 5.23488 -1.25303 0.737025 0.348589 -0.295107 -0.889605 0 0 v 5.48733 -1.22238 0.828535 0.376367 -0.277194 -0.884031 0 0 v 5.61299 -1.2064 0.875315 0.418225 -0.273376 -0.866229 0 0 v 5.75263 -1.1715 0.945085 0.431582 -0.275453 -0.858989 0 0 v 5.87745 -1.15532 0.993575 0.42843 -0.272559 -0.861487 0 0 v 6.02073 -1.11707 1.06358 0.42654 -0.262547 -0.865524 0 0 v 6.14911 -1.09655 1.11209 0.428641 -0.274533 -0.860755 0 0 v 6.28787 -1.06294 1.17671 0.458835 -0.274306 -0.845119 0 0 v 6.43401 -1.01255 1.24441 0.536288 -0.227177 -0.812887 0 0 v 6.58244 -0.965893 1.34147 0.597095 -0.199122 -0.777063 0 0 v -3.99937 -2.33783 3.24276 -0.146973 -0.513841 -0.845202 0 0 v -6.88053 -3.76723 8.25317 -0.194673 -0.789798 -0.581655 0 0 v -6.59876 -3.1066 7.82397 -0.2172 -0.184451 -0.958542 0 0 v -7.47665 -1.7567 8.36446 -0.695143 -0.150995 -0.702834 0 0 v -5.71849 0.446677 0.346955 -0.884041 0.121358 -0.451379 0 0 v -5.65648 0.367687 0.272595 -0.550103 -0.0369282 -0.83428 0 0 v -5.57401 0.318677 0.237195 -0.319967 -0.0794302 -0.944093 0 0 v -5.48266 0.282097 0.217065 -0.236019 -0.098424 -0.966751 0 0 v -5.38782 0.251777 0.204835 -0.11144 -0.0870169 -0.989954 0 0 v -5.28872 0.227557 0.200315 -0.0492969 -0.0647471 -0.996683 0 0 v -5.185 0.209197 0.203495 -0.0332549 -0.0534291 -0.998018 0 0 v -5.09023 0.178787 0.191295 -0.0914978 -0.0403098 -0.994989 0 0 v -4.8876 0.136117 0.190005 -0.0282276 -0.0383394 -0.998866 0 0 v -4.78828 0.111377 0.185535 -0.0237734 -0.0331066 -0.999169 0 0 v -4.68487 0.0934069 0.188735 -0.0129142 -0.0277766 -0.999531 0 0 v -4.48683 0.0444769 0.179735 -0.0265423 -0.0305797 -0.99918 0 0 v -4.38313 0.0262369 0.182985 0.0145603 -0.0222561 -0.999646 0 0 v -4.2802 0.00798695 0.186215 -0.0121464 -0.0211431 -0.999703 0 0 v -4.1807 -0.016863 0.181675 -0.0638051 -0.0163382 -0.997829 0 0 v -4.08564 -0.0471431 0.169455 -0.0469233 -0.00571994 -0.998882 0 0 v -3.9824 -0.0654831 0.172685 0.00625156 -0.00689403 -0.999957 0 0 v -3.87909 -0.0838131 0.175965 0.111702 -0.0237032 -0.993459 0 0 v -3.76218 -0.0828431 0.203985 0.260139 -0.0401073 -0.964738 0 0 v -3.61815 -0.0411031 0.282515 0.347815 -0.19326 -0.917429 0 0 v -3.50127 -0.0385531 0.311695 0.362591 -0.325995 -0.873072 0 0 v -3.34407 0.0223169 0.414935 0.482282 -0.634906 -0.603571 0 0 v -2.40656 -0.131143 0.456585 -0.403136 -0.647866 -0.646337 0 0 v -2.32007 -0.174173 0.428335 -0.495527 -0.564164 -0.660433 0 0 v -2.23777 -0.223973 0.391855 -0.583957 -0.492969 -0.644962 0 0 v -2.06944 -0.316493 0.327275 -0.641786 -0.435791 -0.631029 0 0 v -2.0006 -0.385423 0.266105 -0.641619 -0.273887 -0.716457 0 0 v -1.92719 -0.448013 0.213175 -0.514619 -0.0829872 -0.853393 0 0 v -1.83171 -0.477983 0.201335 -0.12802 -0.0282869 -0.991368 0 0 v -1.62327 -0.512213 0.210675 0.156443 0.00720671 -0.987661 0 0 v -1.51507 -0.522793 0.223505 0.161774 -0.0203072 -0.986619 0 0 v -1.0987 -0.251543 0.618905 -0.00171124 0.0338902 -0.999424 0 0 v -0.999284 -0.275183 0.615335 0.00785029 0.0212934 -0.999742 0 0 v -0.899414 -0.298623 0.611785 0.0654138 0.00316765 -0.997853 0 0 v -0.786384 -0.302493 0.632815 0.105177 0.0121376 -0.994379 0 0 v -0.682334 -0.319663 0.637435 0.0342858 0.0190439 -0.999231 0 0 v -0.577974 -0.336813 0.642045 0.0193723 0.0094214 -0.999768 0 0 v -0.478434 -0.360573 0.638455 -0.00647549 0.0120658 -0.999906 0 0 v -0.374044 -0.377433 0.643075 0.0194533 0.00939934 -0.999767 0 0 v -0.274464 -0.400843 0.639505 0.0194725 0.00940162 -0.999766 0 0 v -0.0660938 -0.434903 0.648765 0.0196204 0.00929254 -0.999764 0 0 v 0.0381861 -0.452153 0.653405 0.055528 -0.00549445 -0.998442 0 0 v 0.142276 -0.468983 0.657985 -0.0397697 -0.00839491 -0.999174 0 0 v 0.237676 -0.499263 0.646235 -0.000802717 -0.000995658 -0.999999 0 0 v 0.346116 -0.509533 0.659055 0.0586466 0.0159053 -0.998152 0 0 v 0.450636 -0.526973 0.663655 0.0164698 0.00725248 -0.999838 0 0 v 0.550336 -0.550323 0.660105 0.00423598 -0.00098517 -0.999991 0 0 v 0.654346 -0.567663 0.664735 0.0621208 -0.000571508 -0.998068 0 0 v 0.958106 -0.631533 0.662145 0.00978281 -0.0128911 -0.999869 0 0 v 1.05775 -0.654933 0.658555 -0.0881786 -0.0188542 -0.995926 0 0 v 1.15741 -0.678473 0.654905 -0.235114 -0.115687 -0.965059 0 0 v 1.24383 -0.721823 0.626715 -0.503291 -0.18224 -0.844682 0 0 v 1.32577 -0.771353 0.590365 -0.592884 -0.254288 -0.764085 0 0 v 1.39912 -0.833863 0.537425 -0.683484 -0.294613 -0.667872 0 0 v 1.47229 -0.896283 0.484585 -0.692602 -0.323969 -0.644473 0 0 v 1.54564 -0.958653 0.431575 -0.617424 -0.376492 -0.690682 0 0 v 1.62779 -1.00838 0.395165 -0.570168 -0.368907 -0.734041 0 0 v 1.70982 -1.05793 0.358815 -0.521033 -0.398737 -0.754675 0 0 v 1.7964 -1.10062 0.330355 -0.396324 -0.369725 -0.840375 0 0 v 1.88726 -1.13739 0.310445 -0.285236 -0.302567 -0.909447 0 0 v 1.98266 -1.16716 0.298545 -0.191207 -0.226721 -0.955006 0 0 v 2.07798 -1.19735 0.286765 -0.173735 -0.164807 -0.970904 0 0 v 2.17341 -1.22762 0.275065 -0.0704524 -0.138979 -0.987786 0 0 v 2.27734 -1.2444 0.279605 -0.0330994 -0.11126 -0.99324 0 0 v 2.37715 -1.26787 0.276025 0.0277196 -0.0429004 -0.998695 0 0 v 2.48137 -1.28509 0.280635 0.0322209 0.0323368 -0.998958 0 0 v 2.5812 -1.30852 0.277075 -0.003246 0.0678573 -0.99769 0 0 v 2.68548 -1.32566 0.281665 -0.0108523 0.00841882 -0.999906 0 0 v 2.78501 -1.34934 0.278135 -0.0198979 -0.0353366 -0.999177 0 0 v 2.89349 -1.3595 0.290915 0.027148 -0.0904134 -0.995534 0 0 v 2.99346 -1.38324 0.287365 -0.0102879 -0.0744357 -0.997173 0 0 v 3.20151 -1.41744 0.296615 0.0557591 -0.0653992 -0.9963 0 0 v 3.51426 -1.46844 0.310525 0.0766462 -0.068419 -0.994708 0 0 v 3.62272 -1.47923 0.323405 0.145395 -0.081755 -0.98599 0 0 v 3.73596 -1.48312 0.344515 0.181772 -0.156917 -0.97074 0 0 v 3.84895 -1.48715 0.365745 0.316387 -0.26537 -0.910757 0 0 v 3.98381 -1.45884 0.427785 0.396479 -0.330163 -0.856619 0 0 v 4.11016 -1.44354 0.473575 0.323592 -0.363499 -0.873589 0 0 v 4.23177 -1.43443 0.510895 0.266916 -0.367361 -0.890956 0 0 v 4.34944 -1.43195 0.540235 0.276254 -0.353436 -0.893738 0 0 v 4.47137 -1.42337 0.577885 0.217402 -0.381451 -0.898461 0 0 v 4.58423 -1.42718 0.598815 0.196021 -0.407088 -0.892107 0 0 v 4.70293 -1.42687 0.624415 0.251423 -0.400814 -0.880985 0 0 v 4.82374 -1.41588 0.665665 0.276018 -0.384236 -0.881009 0 0 v 4.94103 -1.41372 0.694195 0.259307 -0.386361 -0.885147 0 0 v 5.06311 -1.4047 0.732235 0.29069 -0.378825 -0.87863 0 0 v 5.1846 -1.39576 0.769595 0.312102 -0.352758 -0.88213 0 0 v 5.30639 -1.38649 0.808295 0.34128 -0.326155 -0.881562 0 0 v 5.43276 -1.3714 0.853155 0.367692 -0.324821 -0.871375 0 0 v 5.56288 -1.3488 0.908325 0.411669 -0.318721 -0.853783 0 0 v 5.69365 -1.32681 0.962265 0.431642 -0.315193 -0.845185 0 0 v 5.82925 -1.29899 1.02313 0.422079 -0.312595 -0.85096 0 0 v 5.95968 -1.27692 1.07767 0.418054 -0.299074 -0.85778 0 0 v 6.09253 -1.25016 1.1342 0.440324 -0.284268 -0.85165 0 0 v 6.23036 -1.21579 1.20028 0.458803 -0.313463 -0.831409 0 0 v 6.36376 -1.18875 1.25713 0.479431 -0.317112 -0.818282 0 0 v 6.51225 -1.14093 1.33818 0.574986 -0.283408 -0.767509 0 0 v 6.66624 -1.07736 1.44103 0.62038 -0.278984 -0.733005 0 0 v -5.70071 -4.08419 8.19417 -0.00711613 -0.674301 -0.738422 0 0 v -4.04908 -2.54492 3.39754 -0.193182 -0.614116 -0.765207 0 0 v -7.42816 -3.17306 8.17536 -0.655291 -0.30421 -0.691412 0 0 v -5.77034 0.302547 0.374105 -0.941281 -0.0629205 -0.33171 0 0 v -5.61762 0.187077 0.279675 -0.520241 -0.204098 -0.829273 0 0 v -5.53491 0.138497 0.244055 -0.344544 -0.18962 -0.91942 0 0 v -5.43997 0.108057 0.231795 -0.195449 -0.166581 -0.966463 0 0 v -5.34462 0.0773669 0.219485 -0.167405 -0.124223 -0.978031 0 0 v -5.24944 0.0472369 0.207225 -0.0689146 -0.0771639 -0.994634 0 0 v -5.14637 0.0287369 0.210495 -0.0772839 -0.062308 -0.99506 0 0 v -5.05118 -0.0019931 0.198275 -0.0504002 -0.064538 -0.996642 0 0 v -4.9478 -0.0203031 0.201515 -0.0350355 -0.0523416 -0.998014 0 0 v -4.64584 -0.0871631 0.195775 -0.0221811 -0.0346645 -0.999153 0 0 v -4.44781 -0.136303 0.186815 -0.0362299 -0.0171358 -0.999197 0 0 v -4.34862 -0.160693 0.182335 0.00418996 -0.00935993 -0.999947 0 0 v -4.24508 -0.178783 0.185585 -0.0111944 -0.0197707 -0.999742 0 0 v -4.14587 -0.203593 0.181095 -0.0795984 -0.0260652 -0.996486 0 0 v -4.04679 -0.227893 0.176605 -0.0362629 -0.017779 -0.999184 0 0 v -3.94773 -0.251913 0.172125 0.0484509 -0.0357677 -0.998185 0 0 v -3.83988 -0.264423 0.183145 0.0379678 -0.00329857 -0.999274 0 0 v -3.74107 -0.288663 0.178685 0.154902 0.140614 -0.977872 0 0 v -2.17456 -0.368873 0.445395 -0.550261 -0.490209 -0.67595 0 0 v -2.09248 -0.418383 0.408935 -0.724402 -0.28962 -0.625589 0 0 v -2.02368 -0.487493 0.347815 -0.803408 -0.137493 -0.579336 0 0 v -1.97257 -0.582673 0.253855 -0.686196 0.0323076 -0.726699 0 0 v -1.89921 -0.644873 0.200905 -0.345032 0.0138456 -0.938489 0 0 v -1.79492 -0.662293 0.205525 -0.00456298 -0.00572264 -0.999973 0 0 v -1.69527 -0.685413 0.201965 0.0831217 -0.0266328 -0.996183 0 0 v -1.58207 -0.689883 0.223135 0.202002 -0.0711688 -0.976796 0 0 v -1.46468 -0.687463 0.252665 0.378135 -0.149477 -0.913603 0 0 v -1.17042 -0.425283 0.610355 0.00209097 0.0484111 -0.998825 0 0 v -1.07062 -0.449133 0.606825 0.0372628 0.0408656 -0.99847 0 0 v -0.962244 -0.459313 0.619645 0.0761609 -0.00899724 -0.997055 0 0 v -0.858304 -0.476333 0.624265 0.065205 -0.0174035 -0.99772 0 0 v -0.753944 -0.493633 0.628905 0.0344208 0.0193038 -0.999221 0 0 v -0.649954 -0.510713 0.633535 0.0592576 0.0168181 -0.998101 0 0 v -0.545814 -0.527713 0.638165 -0.00631309 0.0122658 -0.999905 0 0 v -0.445614 -0.551393 0.634605 0.0151658 0.0143944 -0.999781 0 0 v -0.341824 -0.568363 0.639215 0.0323432 -0.00443918 -0.999467 0 0 v -0.0335738 -0.626033 0.644925 0.0589037 0.00570417 -0.998247 0 0 v 0.0747661 -0.636793 0.657725 0.044281 0.0102947 -0.998966 0 0 v 0.174856 -0.660393 0.654135 -0.0492583 0.00438925 -0.998776 0 0 v 0.274436 -0.683983 0.650545 -0.00255067 0.0111203 -0.999935 0 0 v 0.374026 -0.707553 0.646995 0.046911 0.0277704 -0.998513 0 0 v 0.482916 -0.717833 0.659815 0.0317502 0.0188361 -0.999318 0 0 v 0.582416 -0.741663 0.656265 0.0434124 0.00708781 -0.999032 0 0 v 0.691236 -0.752293 0.669035 0.00725363 0.00798269 -0.999942 0 0 v 0.786236 -0.782123 0.657295 -0.0383106 -0.00373516 -0.999259 0 0 v 1.09462 -0.839813 0.662985 -0.0112245 -0.0351926 -0.999318 0 0 v 1.19866 -0.856743 0.667515 -0.188488 -0.110051 -0.97589 0 0 v 1.28934 -0.893243 0.647535 -0.448826 -0.186292 -0.873986 0 0 v 1.37154 -0.943053 0.611045 -0.522765 -0.275077 -0.806876 0 0 v 1.44903 -0.998873 0.566465 -0.625768 -0.346912 -0.698618 0 0 v 1.52674 -1.05485 0.521765 -0.624838 -0.436382 -0.647416 0 0 v 1.60434 -1.11081 0.477125 -0.605036 -0.444026 -0.660888 0 0 v 1.68658 -1.16037 0.440555 -0.555379 -0.452765 -0.697538 0 0 v 1.7685 -1.20975 0.404135 -0.491545 -0.461028 -0.738808 0 0 v 1.94166 -1.29607 0.347785 -0.374879 -0.412198 -0.830396 0 0 v 2.03269 -1.33283 0.327835 -0.345537 -0.385133 -0.855732 0 0 v 2.12322 -1.36895 0.307695 -0.272753 -0.340822 -0.899692 0 0 v 2.22305 -1.39252 0.304035 -0.161826 -0.230864 -0.959434 0 0 v 2.31838 -1.42242 0.292195 -0.12153 -0.153986 -0.980571 0 0 v 2.41814 -1.44612 0.288625 -0.0647857 -0.113302 -0.991446 0 0 v 2.5183 -1.46999 0.285075 -0.0403603 -0.0724658 -0.996554 0 0 v 2.82621 -1.52751 0.290725 0.0368435 -0.0387709 -0.998569 0 0 v 3.02994 -1.56781 0.291755 0.0217871 -0.0377778 -0.999049 0 0 v 3.13415 -1.58531 0.296425 0.0755909 -0.0416487 -0.996269 0 0 v 3.24283 -1.59588 0.309255 0.0557806 -0.0463621 -0.997366 0 0 v 3.34702 -1.61277 0.313895 0.0559688 -0.0464018 -0.997354 0 0 v 3.55989 -1.64024 0.331435 0.123307 -0.0786902 -0.989244 0 0 v 3.67256 -1.64455 0.352535 0.290475 -0.140414 -0.946524 0 0 v 3.79882 -1.62921 0.398315 0.380986 -0.27113 -0.883933 0 0 v 3.93402 -1.60106 0.460625 0.436148 -0.329852 -0.837241 0 0 v 4.06481 -1.57906 0.514535 0.353169 -0.346198 -0.869148 0 0 v 4.19328 -1.56605 0.554395 0.284251 -0.357282 -0.889691 0 0 v 4.30905 -1.56428 0.584855 0.281465 -0.39436 -0.87479 0 0 v 4.43193 -1.55555 0.622165 0.276016 -0.436851 -0.85614 0 0 v 4.54882 -1.552 0.652385 0.232996 -0.479588 -0.845996 0 0 v 4.66521 -1.54857 0.684355 0.219843 -0.51912 -0.825944 0 0 v 4.78293 -1.54582 0.713805 0.236503 -0.495374 -0.835865 0 0 v 4.89978 -1.5422 0.744975 0.24132 -0.464 -0.852331 0 0 v 5.0224 -1.53508 0.779825 0.260679 -0.44561 -0.856433 0 0 v 5.13906 -1.53152 0.811375 0.279631 -0.428592 -0.859136 0 0 v 5.26052 -1.52224 0.849185 0.316098 -0.413947 -0.853657 0 0 v 5.38692 -1.50679 0.894925 0.329837 -0.398181 -0.855955 0 0 v 5.50846 -1.49779 0.933065 0.391664 -0.373095 -0.84107 0 0 v 5.64295 -1.4691 0.996115 0.432793 -0.371067 -0.821583 0 0 v 5.77364 -1.44694 1.0502 0.43266 -0.384305 -0.815546 0 0 v 5.909 -1.419 1.11217 0.399559 -0.385108 -0.831892 0 0 v 6.03516 -1.40285 1.15802 0.415599 -0.366032 -0.832645 0 0 v 6.1728 -1.3687 1.22405 0.487165 -0.346163 -0.801774 0 0 v 6.31678 -1.32836 1.29608 0.48432 -0.383116 -0.786547 0 0 v 6.45358 -1.29367 1.36304 0.534409 -0.38432 -0.752798 0 0 v 6.61239 -1.2323 1.461 0.618261 -0.354309 -0.701583 0 0 v -3.58671 -3.12943 4.06333 -0.0797976 -0.665826 -0.741828 0 0 v -6.55701 -1.74467 4.52964 -0.703998 -0.258531 -0.661474 0 0 v -5.28862 -2.86504 7.82857 0.368346 -0.585389 -0.722247 0 0 v -5.33115 -2.99194 7.87767 0.359577 -0.343018 -0.867781 0 0 v -6.50364 -3.13702 7.81247 -0.240618 -0.18949 -0.951944 0 0 v -3.46429 -2.84662 3.60244 -0.494301 -0.763303 -0.415974 0 0 v -5.57041 0.0189869 0.302215 -0.548054 -0.383191 -0.743506 0 0 v -5.48339 -0.0238631 0.274365 -0.40156 -0.372474 -0.836668 0 0 v -5.39247 -0.0603431 0.254205 -0.335024 -0.27038 -0.902582 0 0 v -5.30124 -0.0964231 0.233955 -0.263754 -0.210069 -0.941438 0 0 v -5.2066 -0.127013 0.221805 -0.130404 -0.142843 -0.981117 0 0 v -5.10741 -0.151473 0.217315 -0.0990783 -0.0994258 -0.9901 0 0 v -5.00769 -0.176043 0.212805 -0.0643024 -0.0747179 -0.995129 0 0 v -4.90869 -0.200413 0.208345 -0.0447094 -0.0656422 -0.996841 0 0 v -4.8095 -0.224883 0.203865 -0.0747371 -0.0617064 -0.995292 0 0 v -4.71033 -0.249173 0.199395 -0.0421156 -0.0343754 -0.998521 0 0 v -4.41281 -0.322393 0.185995 -0.0257271 -0.0288547 -0.999252 0 0 v -4.30918 -0.341163 0.189305 0.0152097 -0.0204414 -0.999675 0 0 v -4.20606 -0.359263 0.192555 -0.0479695 -0.0047168 -0.998838 0 0 v -4.11092 -0.389583 0.180335 -0.0726498 -0.00200841 -0.997355 0 0 v -4.01164 -0.414413 0.175955 0.0363023 -0.0224106 -0.99909 0 0 v -3.90046 -0.420583 0.194695 -0.0029991 0.0203676 -0.999788 0 0 v -3.80541 -0.450853 0.182495 -0.0838465 0.0500205 -0.995222 0 0 v -2.05552 -0.602443 0.413125 -0.861731 0.0365884 -0.506045 0 0 v -2.01744 -0.716753 0.294295 -0.753205 0.0682831 -0.654233 0 0 v -1.94888 -0.786023 0.233405 -0.546936 -0.0410922 -0.836165 0 0 v -1.86185 -0.828813 0.205045 -0.204161 -0.0577689 -0.977231 0 0 v -1.76233 -0.852563 0.201535 0.045271 -0.0509629 -0.997674 0 0 v -1.64936 -0.856473 0.222615 0.221977 -0.0942754 -0.970484 0 0 v -1.53197 -0.854163 0.252035 0.427586 -0.173187 -0.88723 0 0 v -1.37051 -0.787153 0.363635 0.707253 -0.259693 -0.657535 0 0 v -1.14241 -0.622683 0.598225 0.20635 -0.0715543 -0.975858 0 0 v -1.03858 -0.639743 0.602855 0.113172 -0.0232455 -0.993303 0 0 v -0.925514 -0.643943 0.623925 0.0980425 -0.0201057 -0.994979 0 0 v -0.721684 -0.684503 0.624965 0.0319003 0.0194268 -0.999302 0 0 v -0.612734 -0.695403 0.637805 0.0739202 0.0166549 -0.997125 0 0 v -0.304884 -0.753033 0.643515 0.0308227 -0.00269138 -0.999521 0 0 v -0.200574 -0.770063 0.648145 0.0267213 -0.00062244 -0.999643 0 0 v -0.100884 -0.793653 0.644595 -0.0110383 -0.0106131 -0.999883 0 0 v 0.00299615 -0.810583 0.649205 0.043755 0.0028331 -0.999038 0 0 v 0.410966 -0.892123 0.651335 0.0584572 -0.00333544 -0.998284 0 0 v 0.515236 -0.908843 0.655975 0.0285939 -0.000436329 -0.999591 0 0 v 0.619136 -0.926153 0.660605 0.0583371 -0.00345971 -0.998291 0 0 v 0.723226 -0.943093 0.665235 -0.0127667 -0.0112055 -0.999856 0 0 v 0.927426 -0.983893 0.666315 0.0524622 -0.0279892 -0.998231 0 0 v 1.03139 -1.00071 0.670915 -0.0200733 -0.0342148 -0.999213 0 0 v 1.13124 -1.02445 0.667355 0.0107673 -0.0368017 -0.999265 0 0 v 1.23521 -1.04164 0.671985 -0.114534 -0.0883972 -0.989479 0 0 v 1.33508 -1.06518 0.668345 -0.271339 -0.215939 -0.937947 0 0 v 1.42128 -1.10802 0.640185 -0.427998 -0.346751 -0.834614 0 0 v 1.50812 -1.15105 0.611665 -0.560192 -0.400217 -0.725266 0 0 v 1.58566 -1.20721 0.567315 -0.577953 -0.476628 -0.662417 0 0 v 1.74984 -1.30643 0.494615 -0.54954 -0.547972 -0.63066 0 0 v 1.92286 -1.3923 0.437915 -0.49318 -0.550873 -0.673285 0 0 v 2.00933 -1.43545 0.409835 -0.452906 -0.526929 -0.719181 0 0 v 2.09564 -1.47814 0.381455 -0.447926 -0.536232 -0.715414 0 0 v 2.18676 -1.51481 0.361355 -0.365292 -0.459366 -0.809657 0 0 v 2.27309 -1.55775 0.333165 -0.349429 -0.395234 -0.849523 0 0 v 2.36829 -1.58784 0.321405 -0.221419 -0.332514 -0.916738 0 0 v 2.46387 -1.61791 0.309465 -0.218131 -0.248999 -0.94362 0 0 v 2.55918 -1.6481 0.297685 -0.127935 -0.158802 -0.978986 0 0 v 2.65894 -1.67156 0.294065 -0.0355294 -0.0951726 -0.994827 0 0 v 2.76305 -1.68835 0.298655 -0.0333001 -0.0583719 -0.997739 0 0 v 2.86276 -1.71227 0.295105 0.00467358 -0.0409239 -0.999151 0 0 v 2.9669 -1.72895 0.299715 0.00799309 -0.0335359 -0.999406 0 0 v 3.1754 -1.76339 0.309005 0.0489379 -0.0306814 -0.99833 0 0 v 3.27941 -1.78051 0.313645 0.0666009 -0.0176467 -0.997624 0 0 v 3.3883 -1.7908 0.326535 0.0981641 -0.0397682 -0.994375 0 0 v 3.49684 -1.80171 0.339365 0.0889006 -0.0438054 -0.995077 0 0 v 3.60087 -1.81871 0.344195 0.290508 -0.110279 -0.950497 0 0 v 3.74051 -1.78376 0.414655 0.467174 -0.214501 -0.857752 0 0 v 3.87969 -1.74935 0.485025 0.478939 -0.285261 -0.830207 0 0 v 4.015 -1.72079 0.547165 0.374047 -0.315465 -0.872107 0 0 v 4.14311 -1.70697 0.589485 0.330407 -0.320027 -0.887927 0 0 v 4.26439 -1.69817 0.627455 0.334771 -0.370017 -0.866612 0 0 v 4.39549 -1.67799 0.679175 0.345667 -0.42175 -0.838237 0 0 v 4.51708 -1.66832 0.718455 0.306017 -0.496703 -0.812182 0 0 v 4.63829 -1.65947 0.756235 0.258482 -0.572503 -0.778092 0 0 v 4.75548 -1.65719 0.785795 0.190275 -0.615052 -0.765184 0 0 v 4.86755 -1.65872 0.810315 0.168376 -0.598433 -0.78328 0 0 v 4.98506 -1.65722 0.838635 0.218738 -0.545939 -0.808767 0 0 v 5.10229 -1.65387 0.869225 0.246244 -0.521726 -0.816802 0 0 v 5.22396 -1.64529 0.906325 0.275484 -0.496661 -0.823065 0 0 v 5.34639 -1.63714 0.942865 0.304934 -0.462692 -0.832425 0 0 v 5.46709 -1.62695 0.982705 0.34863 -0.448901 -0.822767 0 0 v 5.59735 -1.60504 1.03696 0.431099 -0.43739 -0.789204 0 0 v 5.73186 -1.57636 1.09989 0.441423 -0.429252 -0.787965 0 0 v 5.86798 -1.5488 1.16062 0.418477 -0.451791 -0.787884 0 0 v 5.99303 -1.53254 1.20818 0.369746 -0.469738 -0.801645 0 0 v 6.11944 -1.51126 1.25926 0.464705 -0.432492 -0.772658 0 0 v 6.26925 -1.46717 1.33633 0.516492 -0.428496 -0.741368 0 0 v 6.41086 -1.42555 1.41167 0.524301 -0.464103 -0.713945 0 0 v -5.91621 -0.980713 3.52927 -0.705133 -0.266173 -0.657221 0 0 v -3.76446 -2.85058 3.73072 0.0955997 -0.858115 -0.504479 0 0 v -6.9261 -3.14428 7.90686 -0.241503 -0.224569 -0.944058 0 0 v -6.83063 -3.17482 7.89586 -0.245001 -0.20925 -0.946672 0 0 v -5.16114 -2.50907 3.77408 -0.37845 -0.625638 -0.682167 0 0 v -5.84623 -1.04415 3.47402 -0.712264 -0.300578 -0.634297 0 0 v -5.42769 -0.179573 0.312125 -0.535811 -0.427664 -0.728018 0 0 v -5.34093 -0.221913 0.284095 -0.395268 -0.381221 -0.835723 0 0 v -5.2501 -0.258723 0.264205 -0.346324 -0.329193 -0.878459 0 0 v -5.15888 -0.295363 0.244035 -0.278171 -0.246443 -0.928379 0 0 v -5.06411 -0.325723 0.231805 -0.176373 -0.153195 -0.972329 0 0 v -4.9687 -0.355893 0.219495 -0.0910415 -0.114416 -0.989252 0 0 v -4.8656 -0.374643 0.222815 -0.0927965 -0.072214 -0.993063 0 0 v -4.77039 -0.404733 0.210565 -0.0810491 -0.0476742 -0.995569 0 0 v -4.572 -0.453893 0.201665 -0.0645966 -0.0316298 -0.99741 0 0 v -4.37391 -0.502623 0.192785 -0.0253935 -0.0279262 -0.999287 0 0 v -4.2744 -0.527283 0.188315 -0.0472918 -0.00375338 -0.998874 0 0 v -4.17545 -0.551653 0.183865 -0.0664791 0.021058 -0.997566 0 0 v -4.07628 -0.576193 0.179425 -0.0049674 0.00425885 -0.999979 0 0 v -3.97295 -0.594793 0.182755 -0.0505122 0.0162142 -0.998592 0 0 v -3.88626 -0.636953 0.154955 -0.316045 0.0898138 -0.944483 0 0 v -2.06253 -0.851413 0.334925 -0.738396 0.0261529 -0.67386 0 0 v -1.99361 -0.920063 0.273795 -0.582916 0.00331484 -0.812526 0 0 v -1.82038 -1.00654 0.217445 -0.0720821 -0.0321601 -0.99688 0 0 v -1.71629 -1.02342 0.222195 0.173019 -0.0704933 -0.982392 0 0 v -1.5946 -1.01455 0.259775 0.394518 -0.117896 -0.911294 0 0 v -1.4466 -0.966753 0.346475 0.712913 -0.244619 -0.657203 0 0 v -1.2099 -0.789943 0.597795 0.468663 -0.176408 -0.865584 0 0 v -1.10105 -0.800283 0.610705 0.0935102 -0.000997765 -0.995618 0 0 v -0.992694 -0.810893 0.623535 0.115207 -0.00255082 -0.993338 0 0 v -0.888284 -0.828343 0.628145 0.0158305 0.00758832 -0.999846 0 0 v -0.788634 -0.851603 0.624565 -0.0194744 -0.000137563 -0.99981 0 0 v -0.689174 -0.875383 0.621035 0.0525912 -0.00659238 -0.998594 0 0 v -0.580444 -0.885733 0.633885 0.034065 0.00532307 -0.999405 0 0 v -0.476384 -0.903223 0.638525 0.0586451 -0.00292336 -0.998275 0 0 v -0.372344 -0.920053 0.643155 0.0156997 -0.0125642 -0.999798 0 0 v -0.272194 -0.943763 0.639635 0.0279774 -0.00310837 -0.999604 0 0 v -0.164104 -0.954503 0.652435 0.0277519 -0.00308913 -0.99961 0 0 v -0.0640939 -0.977853 0.648855 -0.0110225 -0.0105151 -0.999884 0 0 v 0.0356862 -1.00172 0.645325 0.0152651 -0.0139366 -0.999786 0 0 v 0.139656 -1.01873 0.649925 -0.0112495 -0.0112367 -0.999874 0 0 v 0.239616 -1.04222 0.646375 0.00163958 -0.0177533 -0.999841 0 0 v 0.656326 -1.11062 0.664945 0.0308729 -0.0273294 -0.99915 0 0 v 0.859996 -1.1512 0.666015 0.0361819 -0.0382539 -0.998613 0 0 v 0.968346 -1.16195 0.678855 0.0360689 -0.0382458 -0.998617 0 0 v 1.06821 -1.18569 0.675285 -0.0161745 -0.034377 -0.999278 0 0 v 1.17247 -1.20236 0.679895 0.0216623 -0.037483 -0.999063 0 0 v 1.3761 -1.24311 0.680975 -0.0559866 -0.10434 -0.992965 0 0 v 1.47583 -1.26677 0.677395 -0.322924 -0.287495 -0.901702 0 0 v 1.56707 -1.30357 0.657335 -0.329793 -0.380904 -0.863799 0 0 v 1.65329 -1.34639 0.629125 -0.537348 -0.463363 -0.704664 0 0 v 1.73531 -1.39599 0.592825 -0.501947 -0.496297 -0.708335 0 0 v 1.82204 -1.43895 0.564445 -0.466409 -0.597639 -0.652143 0 0 v 1.90838 -1.48183 0.536185 -0.54044 -0.592538 -0.597347 0 0 v 1.99042 -1.53134 0.499815 -0.500724 -0.601136 -0.622825 0 0 v 2.08119 -1.56788 0.479885 -0.46792 -0.607462 -0.641904 0 0 v 2.16781 -1.61078 0.451435 -0.484257 -0.583188 -0.652217 0 0 v 2.34102 -1.69692 0.394925 -0.404947 -0.540964 -0.737141 0 0 v 2.43189 -1.73366 0.375045 -0.390289 -0.476411 -0.78785 0 0 v 2.51827 -1.77666 0.346855 -0.406606 -0.405161 -0.81885 0 0 v 2.60932 -1.81301 0.326665 -0.282703 -0.348308 -0.893734 0 0 v 2.70467 -1.84326 0.314835 -0.234053 -0.200509 -0.951323 0 0 v 2.79976 -1.87317 0.303015 -0.105946 -0.06997 -0.991907 0 0 v 2.90416 -1.89022 0.307635 0.000411921 -0.0237353 -0.999718 0 0 v 3.00377 -1.91366 0.304085 0.0101417 -0.0125653 -0.99987 0 0 v 3.21193 -1.94778 0.313355 0.052815 -0.0278952 -0.998215 0 0 v 3.31644 -1.96504 0.318055 0.0866429 -0.0286159 -0.995828 0 0 v 3.53345 -1.98626 0.343885 0.257773 -0.0717215 -0.96354 0 0 v 3.67275 -1.95162 0.414265 0.499562 -0.146054 -0.853877 0 0 v 3.8169 -1.91054 0.493105 0.515 -0.179572 -0.83817 0 0 v 3.96531 -1.86288 0.579925 0.44709 -0.247292 -0.859626 0 0 v 4.08865 -1.85576 0.614535 0.362363 -0.323737 -0.874006 0 0 v 4.2191 -1.83372 0.668605 0.389719 -0.395761 -0.83156 0 0 v 4.34373 -1.81719 0.716975 0.388341 -0.442006 -0.808593 0 0 v 4.47543 -1.7966 0.769265 0.401771 -0.487001 -0.775507 0 0 v 4.60517 -1.77357 0.825075 0.364651 -0.582259 -0.726639 0 0 v 4.73154 -1.75919 0.869885 0.246458 -0.658217 -0.711342 0 0 v 4.84871 -1.75639 0.899565 0.143553 -0.705606 -0.693911 0 0 v 4.95718 -1.7644 0.914975 0.120894 -0.704348 -0.699485 0 0 v 5.07461 -1.7638 0.943025 0.147431 -0.638071 -0.755731 0 0 v 5.19183 -1.76149 0.972295 0.227881 -0.570214 -0.789257 0 0 v 5.30857 -1.75826 1.00305 0.250925 -0.542205 -0.801904 0 0 v 5.43037 -1.74969 1.04042 0.353436 -0.503446 -0.788432 0 0 v 5.69154 -1.70636 1.14801 0.438717 -0.47649 -0.761895 0 0 v 5.82642 -1.67793 1.21016 0.442458 -0.478379 -0.758541 0 0 v 5.96133 -1.64973 1.27264 0.392289 -0.513736 -0.76301 0 0 v 6.08122 -1.63708 1.31483 0.413438 -0.529548 -0.740708 0 0 v 6.22527 -1.59796 1.38627 0.512023 -0.485175 -0.708829 0 0 v -5.46024 3.70356 11.5371 -0.120327 0.188209 -0.97473 0 0 v -4.45639 -2.09049 3.21312 -0.261669 -0.44799 -0.854889 0 0 v -5.61956 -3.44768 7.89816 0.264961 -0.266076 -0.926822 0 0 v -5.7805 -3.96148 8.10176 -0.00645609 -0.600075 -0.799918 0 0 v -6.85253 -1.19687 4.68685 -0.796304 -0.370393 -0.478236 0 0 v -4.22511 -2.39521 3.32387 -0.185638 -0.575011 -0.796807 0 0 v -6.02986 -0.738653 3.57882 -0.687478 -0.160742 -0.708192 0 0 v -6.73102 -2.89182 7.83197 -0.206541 -0.0532072 -0.97699 0 0 v -5.77172 -1.10524 3.42177 -0.695437 -0.359381 -0.622264 0 0 v -4.3208 -2.36661 3.33347 -0.223185 -0.557026 -0.799944 0 0 v -5.36345 -0.323513 0.365355 -0.720392 -0.568031 -0.397965 0 0 v -5.2811 -0.371833 0.329735 -0.489338 -0.467294 -0.736332 0 0 v -5.19422 -0.414423 0.301825 -0.493066 -0.475504 -0.728547 0 0 v -5.10752 -0.457043 0.274045 -0.427385 -0.408558 -0.806488 0 0 v -5.01662 -0.493663 0.253995 -0.292972 -0.274033 -0.91601 0 0 v -4.9216 -0.523973 0.241675 -0.185267 -0.1772 -0.96658 0 0 v -4.83055 -0.560553 0.221625 -0.207436 -0.13134 -0.969392 0 0 v -4.73126 -0.585203 0.217165 -0.100618 -0.0776806 -0.991888 0 0 v -4.63208 -0.609393 0.212695 -0.0848517 -0.0467847 -0.995295 0 0 v -4.53727 -0.640153 0.200515 -0.106623 -0.0410082 -0.993453 0 0 v -4.43814 -0.664413 0.196085 -0.0139738 -0.0396218 -0.999117 0 0 v -4.33469 -0.683043 0.199415 -0.0688532 -0.0354684 -0.996996 0 0 v -4.23956 -0.713373 0.187175 -0.11609 -0.0082936 -0.993204 0 0 v -4.1444 -0.744133 0.175015 -0.0357098 -0.0157214 -0.999239 0 0 v -4.04143 -0.762553 0.178365 0.0154317 -0.0200466 -0.99968 0 0 v -3.93812 -0.780733 0.181695 -0.290937 0.0384932 -0.955967 0 0 v -3.86786 -0.847233 0.122705 -0.505364 -0.161819 -0.847598 0 0 v -2.10331 -0.979073 0.383885 -0.747162 0.0650537 -0.661451 0 0 v -2.04764 -1.06781 0.298055 -0.651029 0.0527592 -0.757217 0 0 v -1.96989 -1.12365 0.253315 -0.432891 -0.00244917 -0.901443 0 0 v -1.88747 -1.17278 0.216905 -0.218741 0.0342166 -0.975183 0 0 v -1.78368 -1.19014 0.221555 0.101658 -0.0300578 -0.994365 0 0 v -1.67038 -1.19451 0.242885 0.323283 -0.074797 -0.943342 0 0 v -1.53579 -1.16591 0.304855 0.645443 -0.153917 -0.74814 0 0 v -1.27247 -0.950203 0.605525 0.302784 -0.108938 -0.946813 0 0 v -1.17729 -0.980143 0.593795 0.0205926 0.031195 -0.999301 0 0 v -1.07307 -0.997733 0.598515 0.118353 0.0232591 -0.992699 0 0 v -0.960384 -1.00158 0.619525 0.0966845 -0.00906465 -0.995274 0 0 v -0.855994 -1.01901 0.624185 0.0310295 -0.002213 -0.999516 0 0 v -0.751854 -1.03579 0.628835 0.0266807 -0.0252421 -0.999325 0 0 v -0.647774 -1.05318 0.633465 0.0263176 -0.0250365 -0.99934 0 0 v -0.547764 -1.0769 0.629965 0.0401837 -0.015218 -0.999076 0 0 v -0.439564 -1.08747 0.642755 0.0554079 -0.00447753 -0.998454 0 0 v -0.335144 -1.10443 0.647395 0.013458 -0.0132923 -0.999821 0 0 v -0.235374 -1.12814 0.643875 0.0250296 -0.0262307 -0.999343 0 0 v -0.131584 -1.14533 0.648495 0.0114507 -0.0156129 -0.999813 0 0 v -0.0272939 -1.16244 0.653145 0.0235229 -0.0275544 -0.999343 0 0 v 0.0768061 -1.17934 0.657765 0.000612868 -0.023441 -0.999725 0 0 v 0.176666 -1.20277 0.654215 0.0106932 -0.0361404 -0.99929 0 0 v 0.280946 -1.22002 0.658875 0.0133411 -0.0466068 -0.998824 0 0 v 0.593436 -1.27141 0.672775 0.0167604 -0.0263621 -0.999512 0 0 v 0.797126 -1.31216 0.673885 0.0235456 -0.027785 -0.999337 0 0 v 0.901336 -1.3292 0.678535 0.0548303 -0.0300568 -0.998043 0 0 v 1.10511 -1.37017 0.679625 0.0218444 -0.0373581 -0.999063 0 0 v 1.20899 -1.38692 0.684235 0.00714867 -0.0393053 -0.999202 0 0 v 1.3136 -1.40446 0.688925 0.0560127 -0.0459413 -0.997373 0 0 v 1.51732 -1.44506 0.690005 -0.0531336 -0.125502 -0.99067 0 0 v 1.62144 -1.46234 0.694585 -0.243277 -0.25569 -0.935649 0 0 v 1.71234 -1.49874 0.674625 -0.27976 -0.403513 -0.871155 0 0 v 1.80751 -1.52878 0.662875 -0.326018 -0.4772 -0.816083 0 0 v 1.98064 -1.61478 0.606385 -0.473329 -0.591083 -0.653131 0 0 v 2.06705 -1.65777 0.578195 -0.484 -0.621646 -0.615873 0 0 v 2.41302 -1.8298 0.465145 -0.530272 -0.546643 -0.648069 0 0 v 2.49513 -1.87915 0.428605 -0.499823 -0.482397 -0.719355 0 0 v 2.58159 -1.92198 0.400225 -0.488765 -0.389689 -0.780545 0 0 v 2.66355 -1.97164 0.363895 -0.508144 -0.237763 -0.827803 0 0 v 2.75 -2.01466 0.335615 -0.383076 -0.138981 -0.913202 0 0 v 2.83656 -2.05773 0.307325 -0.203374 -0.0154798 -0.978979 0 0 v 2.93652 -2.08117 0.303765 -0.00607353 0.0122763 -0.999906 0 0 v 3.04062 -2.09837 0.308415 0.0540025 -0.00662337 -0.998519 0 0 v 3.1449 -2.11565 0.313095 0.0716001 -0.0177062 -0.997276 0 0 v 3.25359 -2.12585 0.325945 0.0766156 -0.0305122 -0.996594 0 0 v 3.35741 -2.1434 0.330595 0.070622 -0.0272095 -0.997132 0 0 v 3.46617 -2.15383 0.343595 0.218127 -0.071211 -0.973319 0 0 v 3.58799 -2.1449 0.381275 0.445488 -0.119557 -0.887269 0 0 v 3.74051 -2.09126 0.476355 0.527398 -0.127885 -0.839939 0 0 v 3.88439 -2.04987 0.555025 0.551674 -0.162104 -0.818155 0 0 v 4.02616 -2.02441 0.651315 0.497712 -0.278358 -0.821462 0 0 v 4.17218 -1.9677 0.712105 0.468078 -0.399401 -0.788277 0 0 v 4.30615 -1.93854 0.775995 0.442157 -0.48711 -0.753141 0 0 v 4.43599 -1.91689 0.831355 0.433394 -0.547347 -0.715948 0 0 v 4.57528 -1.88056 0.901815 0.461425 -0.620355 -0.634229 0 0 v 4.71119 -1.85285 0.963335 0.31688 -0.719903 -0.617516 0 0 v 4.83375 -1.84563 0.999375 0.152997 -0.782904 -0.603037 0 0 v 4.9466 -1.84899 1.02123 0.0407075 -0.771154 -0.635346 0 0 v 5.05063 -1.86405 1.02776 -0.00577484 -0.737018 -0.675848 0 0 v 5.16396 -1.86993 1.0474 0.127782 -0.692102 -0.710399 0 0 v 5.2808 -1.86666 1.07815 0.179914 -0.645829 -0.741981 0 0 v 5.39793 -1.86446 1.10761 0.273156 -0.586176 -0.762747 0 0 v 5.52351 -1.84971 1.15292 0.366796 -0.548673 -0.751278 0 0 v 5.65408 -1.82858 1.20661 0.429034 -0.51931 -0.739085 0 0 v 5.79431 -1.79485 1.27542 0.445273 -0.526588 -0.72418 0 0 v 5.9236 -1.77149 1.3318 0.430912 -0.533281 -0.72796 0 0 v 6.05236 -1.74653 1.38936 0.421211 -0.565493 -0.709083 0 0 v 6.19189 -1.71531 1.45228 0.461283 -0.564974 -0.684121 0 0 v -5.49086 4.38928 11.6553 0.0745727 0.176455 -0.98148 0 0 v -3.89666 -2.35842 3.24357 -0.135103 -0.54363 -0.82838 0 0 v -6.42911 -1.22163 4.14571 -0.820225 -0.194444 -0.53798 0 0 v 5.41636 0.740407 0.762335 0.383729 0.317813 -0.867033 0 0 v -6.18605 -3.84986 8.11617 -0.403197 -0.506171 -0.76238 0 0 v -5.74002 -2.54465 4.2019 -0.580284 -0.618547 -0.529783 0 0 v -6.18304 -1.60623 3.9634 -0.71495 -0.273296 -0.643549 0 0 v -6.13196 -2.27538 4.42096 -0.714604 -0.529873 -0.456702 0 0 v -7.4432 -1.63719 8.29907 -0.607628 -0.224651 -0.761788 0 0 v -5.45098 -2.49331 3.92454 -0.431966 -0.56991 -0.699004 0 0 v -7.58689 -2.28813 8.34537 -0.762549 0.230138 -0.604613 0 0 v -7.17315 -2.6914 7.95677 -0.387434 0.120575 -0.913979 0 0 v -6.64025 -2.92834 7.81196 -0.270429 -0.0941265 -0.958127 0 0 v -6.27233 -3.06893 7.74067 -0.178727 -0.192485 -0.964887 0 0 v -5.25923 -3.12904 7.94976 0.464833 -0.247219 -0.850184 0 0 v -5.85996 -2.17929 3.9865 -0.564853 -0.471923 -0.676927 0 0 v -6.55443 -1.37061 4.35132 -0.789912 -0.241383 -0.563714 0 0 v -5.0443 -0.603743 0.321595 -0.561359 -0.523373 -0.641059 0 0 v -4.96364 -0.651683 0.290055 -0.487901 -0.466054 -0.73807 0 0 v -4.78332 -0.728243 0.243705 -0.245837 -0.22603 -0.942589 0 0 v -4.69237 -0.764693 0.223605 -0.227119 -0.163669 -0.960015 0 0 v -4.59327 -0.789353 0.219215 -0.138874 -0.0819676 -0.986912 0 0 v -4.49813 -0.819603 0.206955 -0.0762937 -0.05949 -0.995309 0 0 v -4.39461 -0.838503 0.210315 -0.0511304 -0.0239761 -0.998404 0 0 v -4.29979 -0.868613 0.198135 -0.106627 -0.0204232 -0.994089 0 0 v -4.20451 -0.899293 0.185925 -0.0861983 -0.0464582 -0.995194 0 0 v -4.10108 -0.917683 0.189295 -0.0134025 -0.0391436 -0.999144 0 0 v -4.00228 -0.942553 0.184925 -0.0800291 -0.0758444 -0.993903 0 0 v -3.8986 -0.961033 0.188165 -0.147559 -0.248288 -0.957381 0 0 v -2.09255 -1.20178 0.338495 -0.615215 0.0343662 -0.78761 0 0 v -2.01927 -1.26419 0.285535 -0.531442 0.1302 -0.837029 0 0 v -1.95017 -1.3331 0.224525 -0.269416 0.0908621 -0.958728 0 0 v -1.85081 -1.35682 0.221015 0.0592233 -0.0629258 -0.996259 0 0 v -1.74215 -1.36764 0.234005 0.252759 -0.117216 -0.960403 0 0 v -1.61171 -1.3455 0.287865 0.534055 -0.179975 -0.826071 0 0 v -1.34398 -1.1235 0.596835 0.547882 -0.097089 -0.830903 0 0 v -1.24891 -1.15372 0.585105 -0.00727556 0.0123268 -0.999898 0 0 v -1.14026 -1.16463 0.598045 0.136285 -0.0443928 -0.989675 0 0 v -0.923104 -1.18563 0.623735 0.0549317 -0.0295292 -0.998053 0 0 v -0.818804 -1.20299 0.628395 0.026787 -0.0250042 -0.999328 0 0 v -0.714994 -1.22002 0.633045 0.052757 -0.0269492 -0.998244 0 0 v -0.610894 -1.2373 0.637685 0.011256 -0.035839 -0.999294 0 0 v -0.506614 -1.25456 0.642335 0.0261696 -0.0249581 -0.999346 0 0 v -0.407054 -1.27816 0.638795 0.0399943 -0.0152263 -0.999084 0 0 v -0.298214 -1.28883 0.651665 0.0511683 -0.0274709 -0.998312 0 0 v -0.194274 -1.30577 0.656285 0.0168114 -0.0424296 -0.998958 0 0 v 0.0094561 -1.34639 0.657375 0.0256813 -0.0257366 -0.999339 0 0 v 0.109556 -1.37008 0.653865 0.00909277 -0.0369477 -0.999276 0 0 v 0.217686 -1.38079 0.666685 0.0521346 -0.0389469 -0.99788 0 0 v 0.729936 -1.4794 0.673525 0.0180017 -0.0367659 -0.999162 0 0 v 1.04243 -1.5307 0.687475 0.00819785 -0.0330791 -0.999419 0 0 v 1.14623 -1.54811 0.692115 0.0113171 -0.0363235 -0.999276 0 0 v 1.24633 -1.57174 0.688615 0.0365031 -0.0380918 -0.998607 0 0 v 1.35442 -1.58208 0.701415 0.0633963 -0.0402815 -0.997175 0 0 v 1.45878 -1.59952 0.706105 0.0325932 -0.0632914 -0.997463 0 0 v 1.56286 -1.61661 0.710745 0.00153602 -0.0863125 -0.996267 0 0 v 1.66272 -1.64009 0.707185 -0.0684284 -0.127744 -0.989444 0 0 v 1.76671 -1.65737 0.711845 -0.0549849 -0.202143 -0.977811 0 0 v 1.8663 -1.68102 0.708305 -0.189178 -0.325282 -0.926501 0 0 v 1.96152 -1.7111 0.696545 -0.263934 -0.413493 -0.871414 0 0 v 2.05262 -1.74765 0.676575 -0.39552 -0.507374 -0.765595 0 0 v 2.22583 -1.83355 0.619915 -0.486077 -0.573843 -0.659116 0 0 v 2.39857 -1.91964 0.563545 -0.581997 -0.492459 -0.64712 0 0 v 2.4761 -1.97555 0.518975 -0.622981 -0.427485 -0.655096 0 0 v 2.55391 -2.03149 0.474025 -0.658227 -0.264183 -0.704943 0 0 v 2.62711 -2.09382 0.421055 -0.627268 -0.101087 -0.772215 0 0 v 2.70061 -2.15607 0.367975 -0.523723 0.0697439 -0.849029 0 0 v 2.77821 -2.21211 0.323365 -0.334875 0.0936488 -0.937597 0 0 v 2.86927 -2.24859 0.303375 -0.112237 0.0386933 -0.992928 0 0 v 2.96899 -2.27218 0.299865 0.0583969 0.017301 -0.998143 0 0 v 3.07747 -2.28262 0.312715 0.0592796 0.0164755 -0.998106 0 0 v 3.18155 -2.29978 0.317385 0.0911052 0.019227 -0.995656 0 0 v 3.2902 -2.31078 0.330245 0.0829124 0.0134673 -0.996466 0 0 v 3.39439 -2.32773 0.335015 0.182797 -0.0168703 -0.983006 0 0 v 3.52039 -2.31246 0.380805 0.425168 -0.118125 -0.897373 0 0 v 3.6598 -2.27791 0.451315 0.526977 -0.178115 -0.831005 0 0 v 3.81493 -2.22457 0.543645 0.579028 -0.195361 -0.791556 0 0 v 3.96783 -2.16451 0.651085 0.606044 -0.254236 -0.753708 0 0 v 4.11994 -2.10791 0.748005 0.568262 -0.3686 -0.735672 0 0 v 4.2642 -2.06787 0.826445 0.532843 -0.484517 -0.693774 0 0 v 4.40619 -2.02387 0.906605 0.521767 -0.596528 -0.609847 0 0 v 4.56695 -1.96727 1.00577 0.490464 -0.703356 -0.514524 0 0 v 4.7003 -1.93557 1.0706 0.335723 -0.793045 -0.508301 0 0 v 4.82843 -1.92489 1.11305 0.123881 -0.837325 -0.532486 0 0 v 4.93655 -1.93237 1.12825 -0.0342466 -0.820666 -0.570382 0 0 v 5.04056 -1.94671 1.13486 -0.0372122 -0.812411 -0.581897 0 0 v 5.14931 -1.95946 1.14622 0.0332401 -0.782284 -0.622034 0 0 v 5.26214 -1.96463 1.16693 0.0632389 -0.740596 -0.668968 0 0 v 5.37496 -1.96863 1.18837 0.166231 -0.694378 -0.700148 0 0 v 5.49643 -1.96024 1.22588 0.290114 -0.629961 -0.720405 0 0 v 5.62053 -1.94326 1.27449 0.388328 -0.571722 -0.722727 0 0 v 5.88741 -1.88306 1.39677 0.444338 -0.53934 -0.715315 0 0 v -6.76229 -1.16781 4.5371 -0.743948 -0.236538 -0.624972 0 0 v -4.98352 -2.1485 3.42303 -0.366892 -0.463814 -0.806392 0 0 v -5.20398 -2.845 4.19212 -0.34917 -0.789633 -0.504539 0 0 v -4.61162 -2.85994 3.91251 -0.275425 -0.72248 -0.634164 0 0 v -6.36478 -3.34101 7.81787 -0.217298 -0.273648 -0.936962 0 0 v -6.76231 -3.69571 8.15536 -0.0486401 -0.721078 -0.691144 0 0 v -7.52447 -2.12752 8.33837 -0.711119 0.2706 -0.648911 0 0 v -5.01052 -2.83207 4.04883 -0.323995 -0.730044 -0.601717 0 0 v -5.69055 -3.00289 7.76386 0.207294 -0.288366 -0.934813 0 0 v -7.45232 -3.27871 8.25886 -0.697017 -0.381187 -0.607342 0 0 v -5.02163 -2.9851 4.27716 -0.396371 -0.786412 -0.473757 0 0 v -7.53293 -2.37838 8.24817 -0.704546 0.204332 -0.679606 0 0 v -7.09132 -2.73977 7.91906 -0.34534 0.0587063 -0.93664 0 0 v -7.47054 -2.99536 8.16217 -0.662506 -0.156158 -0.732599 0 0 v -6.17279 -3.09331 7.73786 -0.0436496 -0.195635 -0.979705 0 0 v -4.26595 -2.15113 3.18999 -0.180422 -0.455918 -0.871543 0 0 v -6.05811 -2.64511 7.42956 -0.660213 -0.731362 -0.170964 0 0 v -5.1876 -2.176 3.54453 -0.40501 -0.480137 -0.778097 0 0 v -7.74099 -1.39537 8.51136 -0.790988 -0.25408 -0.556581 0 0 v -3.36285 -3.0776 3.9803 -0.304339 -0.787108 -0.536506 0 0 v -3.45958 -3.04692 3.98577 -0.20688 -0.718459 -0.664091 0 0 v -4.93868 -2.38755 3.56388 -0.336837 -0.552258 -0.762595 0 0 v -4.73171 -0.890023 0.273485 -0.576628 -0.282505 -0.76661 0 0 v -4.64495 -0.932303 0.245515 -0.355199 -0.139783 -0.92428 0 0 v -4.55394 -0.968813 0.225475 -0.208969 -0.0518152 -0.976549 0 0 v -4.45879 -0.999473 0.213255 -0.0960983 -0.0327895 -0.994832 0 0 v -4.36387 -1.03004 0.201085 -0.0678452 -0.0352087 -0.997074 0 0 v -4.26028 -1.0487 0.204465 -0.0757672 -0.0589563 -0.995381 0 0 v -4.1653 -1.07903 0.192285 -0.0763215 -0.0524362 -0.995704 0 0 v -4.06624 -1.10362 0.187925 -0.00503687 -0.0518002 -0.998645 0 0 v -3.95873 -1.11632 0.199155 0.0605723 -0.0446007 -0.997167 0 0 v -3.85135 -1.1289 0.210195 -0.295366 -0.0863855 -0.951471 0 0 v -3.77303 -1.18296 0.166915 -0.313363 -0.0852368 -0.9458 0 0 v -2.15087 -1.35535 0.354385 -0.472194 0.151275 -0.868418 0 0 v -2.09071 -1.437 0.276765 -0.542718 0.289154 -0.788573 0 0 v -2.0166 -1.4981 0.225175 -0.14904 0.0725854 -0.986164 0 0 v -1.91298 -1.51671 0.228695 0.0769047 -0.0720581 -0.994431 0 0 v -1.80048 -1.52114 0.249785 0.236229 -0.143404 -0.961057 0 0 v -1.67865 -1.51237 0.287525 0.517792 -0.229416 -0.824172 0 0 v -1.49954 -1.41956 0.432055 0.718246 -0.197061 -0.6673 0 0 v -1.31152 -1.31426 0.592815 0.222003 -0.0536241 -0.97357 0 0 v -1.20734 -1.33135 0.597565 0.132611 -0.0668178 -0.988913 0 0 v -1.09457 -1.33557 0.618595 0.123585 -0.066525 -0.990102 0 0 v -0.990084 -1.35277 0.623305 0.0636247 -0.0395391 -0.99719 0 0 v -0.882054 -1.3631 0.636115 0.0363689 -0.0373291 -0.998641 0 0 v -0.782264 -1.38695 0.632555 0.0241214 -0.0249649 -0.999397 0 0 v -0.673344 -1.39754 0.645425 0.0496395 -0.0275709 -0.998387 0 0 v -0.574054 -1.42138 0.641905 0.0221148 -0.0491151 -0.998548 0 0 v -0.469634 -1.43842 0.646545 -0.00603985 -0.0475166 -0.998852 0 0 v -0.365304 -1.45558 0.651215 0.0634264 -0.0396749 -0.997198 0 0 v -0.157354 -1.48987 0.660505 0.001775 -0.0425961 -0.999091 0 0 v -0.0576239 -1.51361 0.656985 0.0320958 -0.0625844 -0.997523 0 0 v 0.0507362 -1.52426 0.669825 0.00458659 -0.0603224 -0.998168 0 0 v 0.150856 -1.54788 0.666285 0.0210876 -0.0491365 -0.998569 0 0 v 0.254656 -1.56516 0.670915 -0.0158277 -0.0337141 -0.999306 0 0 v 0.354776 -1.58856 0.667375 0.022209 -0.0494058 -0.998532 0 0 v 0.458856 -1.60591 0.672035 0.0179305 -0.0573805 -0.998191 0 0 v 0.562826 -1.62298 0.676675 0.0237162 -0.0274851 -0.999341 0 0 v 0.666716 -1.64017 0.681335 0.0373817 -0.0379763 -0.998579 0 0 v 0.771006 -1.65713 0.685985 0.0205231 -0.0464385 -0.99871 0 0 v 0.979176 -1.69165 0.695305 0.0156479 -0.0330493 -0.999331 0 0 v 1.07893 -1.71524 0.691745 0.00650765 -0.0310092 -0.999498 0 0 v 1.18315 -1.73222 0.696395 0.0258322 -0.052326 -0.998296 0 0 v 1.28754 -1.74933 0.701065 0.0519054 -0.0489062 -0.997454 0 0 v 1.39156 -1.76658 0.705745 0.0634762 -0.04014 -0.997176 0 0 v 1.50002 -1.77726 0.718605 0.0634713 -0.0401686 -0.997175 0 0 v 1.60407 -1.79439 0.723265 0.031934 -0.06935 -0.997081 0 0 v 1.81231 -1.82891 0.732595 0.00854153 -0.108727 -0.994035 0 0 v 1.91662 -1.8462 0.737245 -0.0346381 -0.126069 -0.991417 0 0 v 2.01625 -1.86947 0.733655 -0.132612 -0.230069 -0.964097 0 0 v 2.11575 -1.89295 0.730085 -0.227787 -0.320131 -0.919581 0 0 v 2.20683 -1.9299 0.710065 -0.397171 -0.378111 -0.836234 0 0 v 2.29332 -1.97254 0.681725 -0.4541 -0.38491 -0.803515 0 0 v 2.37518 -2.02196 0.645375 -0.585194 -0.310494 -0.749094 0 0 v 2.45313 -2.07803 0.600445 -0.662926 -0.236651 -0.7103 0 0 v 2.52162 -2.14704 0.539605 -0.741698 -0.0503897 -0.668839 0 0 v 2.58169 -2.22845 0.461984 -0.721179 0.172327 -0.670973 0 0 v 2.63313 -2.32325 0.367665 -0.541132 0.266161 -0.797706 0 0 v 2.71114 -2.37918 0.322945 -0.252811 0.141881 -0.957056 0 0 v 2.80177 -2.41553 0.302995 -0.126363 0.0773218 -0.988966 0 0 v 2.89742 -2.44585 0.291265 0.0121696 0.017552 -0.999772 0 0 v 3.00566 -2.45624 0.304105 0.0523211 -0.000299184 -0.99863 0 0 v 3.10576 -2.48004 0.300595 0.0677292 0.0256692 -0.997373 0 0 v 3.3228 -2.50152 0.326415 0.150437 -0.0134685 -0.988528 0 0 v 3.43557 -2.50553 0.347625 0.389533 -0.0782696 -0.917681 0 0 v 3.59266 -2.44516 0.451065 0.552228 -0.143338 -0.821279 0 0 v 3.75684 -2.38691 0.546815 0.578024 -0.190526 -0.793466 0 0 v 3.90837 -2.32527 0.656295 0.645818 -0.230133 -0.727982 0 0 v 4.05761 -2.26138 0.767455 0.649212 -0.320872 -0.689613 0 0 v 4.22634 -2.18889 0.884325 0.611409 -0.478357 -0.63036 0 0 v -3.36409 -3.00789 3.85187 -0.480262 -0.797487 -0.365189 0 0 v -6.60855 -2.59197 7.80047 -0.375777 0.0659222 -0.924363 0 0 v 4.82084 -1.99505 1.23264 0.0670809 -0.867667 -0.4926 0 0 v 4.93044 -2.00578 1.24528 -0.0648219 -0.869607 -0.489471 0 0 v 5.03945 -2.02145 1.2552 -0.0927395 -0.856449 -0.507833 0 0 v 5.14375 -2.03779 1.26052 -0.0673243 -0.836482 -0.543842 0 0 v 5.24779 -2.05254 1.26713 -0.0207315 -0.800843 -0.598515 0 0 v 5.3605 -2.06012 1.28581 0.0963342 -0.754198 -0.649543 0 0 v 5.47295 -2.06146 1.30955 0.191891 -0.726822 -0.659475 0 0 v 5.59317 -2.05093 1.34937 0.312767 -0.672586 -0.670675 0 0 v 5.72312 -2.02998 1.40314 0.413778 -0.585849 -0.696827 0 0 v 5.85727 -2.00203 1.46576 0.460438 -0.562097 -0.687055 0 0 v -5.65574 -2.58956 4.17137 -0.517199 -0.629258 -0.58012 0 0 v -5.96533 -3.13092 7.74966 0.101206 -0.223821 -0.969361 0 0 v -5.642 -2.50113 4.07366 -0.521677 -0.589787 -0.616446 0 0 v -6.0691 -3.11231 7.74376 0.0321436 -0.210803 -0.977 0 0 v -6.8134 -3.45858 7.99026 -0.20236 -0.453877 -0.867782 0 0 v -7.40695 -2.28997 8.16807 -0.566876 0.269702 -0.778404 0 0 v -7.02342 -2.57462 7.92307 -0.316409 0.154942 -0.935884 0 0 v -7.47078 -2.21859 8.24146 -0.637205 0.284873 -0.716112 0 0 v -7.33971 -2.3633 8.09857 -0.511648 0.239192 -0.825229 0 0 v -7.18791 -2.47768 7.99766 -0.382099 0.162201 -0.909775 0 0 v -6.94139 -2.62304 7.88596 -0.292724 0.132388 -0.946988 0 0 v -6.4995 -2.82366 7.75987 -0.326894 -0.111788 -0.938426 0 0 v -6.12288 -2.95198 7.70576 -0.0509124 -0.226637 -0.972648 0 0 v -4.43238 -3.00727 3.99196 -0.198343 -0.744646 -0.637309 0 0 v -6.78743 -2.49971 7.85956 -0.296854 0.132052 -0.945748 0 0 v -5.09813 -2.21411 3.522 -0.418612 -0.469775 -0.777223 0 0 v -7.47222 -2.45637 8.16776 -0.648312 0.164349 -0.743425 0 0 v -6.73949 -2.12567 7.89366 -0.515929 0.00176356 -0.85663 0 0 v -4.30119 1.23103 2.89293 -0.28188 0.491523 -0.823984 0 0 v -3.97142 -2.22938 3.17135 -0.167327 -0.494284 -0.853044 0 0 v -7.45705 -2.67024 8.12777 -0.643258 0.0494923 -0.764048 0 0 v -3.87168 -2.25276 3.16921 -0.185882 -0.500462 -0.845568 0 0 v -6.96708 -2.96639 7.89546 -0.290668 -0.150162 -0.944967 0 0 v -6.2223 -3.23488 7.76986 -0.11458 -0.208273 -0.971336 0 0 v -5.31857 -3.28514 7.96246 0.420468 -0.255665 -0.870541 0 0 v -5.87343 -2.78281 7.53406 -0.223623 -0.908008 -0.35428 0 0 v -4.7627 -1.00313 0.338765 -0.875418 -0.198968 -0.440517 0 0 v -4.69634 -1.07529 0.271605 -0.459314 -0.00896717 -0.888229 0 0 v -4.60982 -1.1178 0.243835 -0.319652 0.000413776 -0.947535 0 0 v -4.51904 -1.1543 0.223835 -0.135426 -0.0223102 -0.990536 0 0 v -4.41944 -1.17916 0.219445 -0.0727508 -0.0576461 -0.995683 0 0 v -4.32045 -1.20359 0.215085 -0.0463155 -0.057419 -0.997275 0 0 v -4.22099 -1.22808 0.210695 -0.0750245 -0.0667729 -0.994944 0 0 v -4.02291 -1.2773 0.201985 -0.0197247 -0.0620763 -0.997877 0 0 v -3.92362 -1.30177 0.197595 -0.0836703 -0.0289697 -0.996072 0 0 v -3.82463 -1.32655 0.193285 -0.0969541 -0.134967 -0.986095 0 0 v -3.72971 -1.35665 0.181045 -0.23301 -0.136259 -0.962881 0 0 v -2.31232 -1.49021 0.366865 0.0638657 0.300445 -0.951658 0 0 v -2.21313 -1.51479 0.362285 -0.400155 0.348336 -0.847666 0 0 v -2.18009 -1.63536 0.232905 -0.201374 0.14688 -0.968439 0 0 v -1.97327 -1.67237 0.239845 0.0694445 -0.0812055 -0.994275 0 0 v -1.8658 -1.68492 0.251235 0.223678 -0.127965 -0.966226 0 0 v -1.74104 -1.67217 0.295205 0.488762 -0.198445 -0.849547 0 0 v -1.5711 -1.59246 0.423085 0.701072 -0.253182 -0.666631 0 0 v -1.37428 -1.47418 0.600485 0.394682 -0.175321 -0.901936 0 0 v -1.27426 -1.49792 0.597075 0.104645 -0.0642261 -0.992434 0 0 v -1.15691 -1.49588 0.626315 0.11469 -0.0708674 -0.99087 0 0 v -0.948804 -1.53001 0.635625 0.0490476 -0.0503042 -0.997529 0 0 v -0.845004 -1.54708 0.640265 -0.0157035 -0.0333741 -0.99932 0 0 v -0.744954 -1.57069 0.636745 0.0614521 -0.0401631 -0.997302 0 0 v -0.636454 -1.58182 0.649635 0.0613093 -0.0401311 -0.997312 0 0 v -0.528004 -1.59244 0.662465 0.0157789 -0.0503812 -0.998605 0 0 v -0.432894 -1.62244 0.650725 0.00243281 -0.0603247 -0.998176 0 0 v -0.324404 -1.63286 0.663585 0.0485428 -0.050382 -0.99755 0 0 v -0.116064 -1.66731 0.672925 0.022044 -0.0498881 -0.998512 0 0 v -0.0115639 -1.68439 0.677555 0.0117568 -0.0363169 -0.999271 0 0 v 0.0880961 -1.70822 0.674045 0.00598686 -0.0304412 -0.999519 0 0 v 0.291596 -1.74912 0.675135 0.0213909 -0.048368 -0.998601 0 0 v 0.400246 -1.75981 0.688005 0.0320354 -0.0625525 -0.997527 0 0 v 0.500046 -1.78325 0.684435 -0.0211491 -0.0585843 -0.998058 0 0 v 0.599746 -1.80685 0.680905 0.0321297 -0.0625883 -0.997522 0 0 v 0.708456 -1.81799 0.693785 0.0321322 -0.0620301 -0.997557 0 0 v 0.808026 -1.84144 0.690245 0.00639337 -0.0616249 -0.998079 0 0 v 0.911926 -1.85873 0.694895 0.0180048 -0.0573881 -0.99819 0 0 v 1.01609 -1.87594 0.699565 0.0228488 -0.0490196 -0.998536 0 0 v 1.32876 -1.92742 0.713585 0.0439046 -0.0734749 -0.99633 0 0 v 1.43288 -1.94424 0.718205 0.0447032 -0.0766107 -0.996058 0 0 v 1.53681 -1.96175 0.722905 0.059763 -0.0650018 -0.996094 0 0 v 1.64554 -1.97226 0.735765 0.07268 -0.0645187 -0.995266 0 0 v 2.05768 -2.04767 0.746195 -0.0392779 -0.0712498 -0.996685 0 0 v 2.16154 -2.06443 0.750815 -0.141579 -0.118129 -0.982853 0 0 v 2.25674 -2.09465 0.739005 -0.354942 -0.151201 -0.92258 0 0 v 2.3388 -2.14416 0.702545 -0.469916 -0.0957298 -0.877505 0 0 v 2.41635 -2.2 0.657905 -0.634608 0.0137965 -0.772711 0 0 v 2.47645 -2.28162 0.580285 -0.752892 0.19805 -0.627638 0 0 v 2.51003 -2.40218 0.453125 -0.697003 0.420172 -0.58107 0 0 v 2.55262 -2.50955 0.342615 -0.325796 0.322464 -0.888748 0 0 v 2.63957 -2.55256 0.314295 -0.141851 0.153942 -0.977845 0 0 v 2.7302 -2.5893 0.294355 -0.0680915 0.0682391 -0.995343 0 0 v 2.83005 -2.61281 0.290815 -0.0151655 0.0182843 -0.999718 0 0 v 3.14239 -2.66434 0.304835 0.0505179 -0.0488788 -0.997526 0 0 v 3.25107 -2.67504 0.317805 0.169247 -0.0594006 -0.983782 0 0 v 3.36821 -2.67303 0.347185 0.327484 -0.115895 -0.937722 0 0 v 3.50301 -2.64497 0.409405 0.538529 -0.142019 -0.830552 0 0 v 3.66479 -2.57801 0.521324 0.563697 -0.138673 -0.814258 0 0 v -6.70087 -2.54245 7.83086 -0.284077 0.0698776 -0.956252 0 0 v -5.69637 -1.16163 3.37485 -0.657606 -0.394399 -0.641876 0 0 v -5.58003 -2.85409 4.5002 -0.441988 -0.792376 -0.42046 0 0 v -4.5609 -2.51231 3.51182 -0.244218 -0.636534 -0.731561 0 0 v -4.82344 -2.32096 3.46631 -0.312546 -0.524971 -0.791656 0 0 v -5.79472 -2.32167 4.0398 -0.542787 -0.523506 -0.656752 0 0 v -2.06032 -3.71018 0.501655 -0.784166 -0.593259 -0.182014 0 0 v -4.31292 -2.86181 3.7794 -0.181929 -0.7698 -0.611809 0 0 v -4.7522 -2.45369 3.5329 -0.279216 -0.595062 -0.753617 0 0 v -6.48185 -0.690473 3.9311 -0.758394 -0.170729 -0.629039 0 0 v 5.4631 -2.14647 1.41488 0.132163 -0.810166 -0.571108 0 0 v 5.57975 -2.14307 1.44556 0.245733 -0.710935 -0.658928 0 0 v -6.41281 -0.758223 3.87045 -0.696183 -0.188969 -0.692546 0 0 v -6.33942 -0.814473 3.82154 -0.646146 -0.190963 -0.738938 0 0 v -6.26269 -0.875463 3.77169 -0.597452 -0.207282 -0.774652 0 0 v -5.56871 -2.63152 4.14353 -0.473894 -0.652329 -0.591516 0 0 v -6.18287 -0.924903 3.7331 -0.563615 -0.217327 -0.796936 0 0 v -3.64136 -2.62738 3.40121 -0.122067 -0.742155 -0.659019 0 0 v -6.96158 -3.64602 8.16066 -0.308814 -0.649875 -0.694475 0 0 v -6.87601 -3.00304 7.87536 -0.238775 -0.151458 -0.959191 0 0 v -6.22247 -2.92696 7.70846 -0.118676 -0.182839 -0.975954 0 0 v -6.58612 -2.78083 7.78856 -0.336645 -0.0767797 -0.938496 0 0 v -6.10329 -0.980213 3.6897 -0.60268 -0.188635 -0.775367 0 0 v -5.77292 3.44289 11.6287 -0.608981 0.120849 -0.783924 0 0 v -4.55062 -3.1447 4.21008 -0.275691 -0.783711 -0.556588 0 0 v -7.10558 -2.52627 7.96036 -0.34799 0.149465 -0.925507 0 0 v -6.85459 -2.66553 7.85726 -0.23404 0.0851899 -0.968488 0 0 v -4.52982 -2.97703 4.00016 -0.307084 -0.711052 -0.632538 0 0 v -4.88097 -2.60839 3.72867 -0.302736 -0.684845 -0.662827 0 0 v -5.57827 -3.01006 7.78707 0.285042 -0.239031 -0.928232 0 0 v -6.24554 -1.8989 4.21918 -0.777231 -0.396469 -0.488594 0 0 v -7.21015 -1.80383 8.15947 -0.576912 -0.0948384 -0.811282 0 0 v -6.02562 -1.04005 3.64136 -0.616102 -0.218492 -0.756756 0 0 v -5.94868 -1.09116 3.59836 -0.634744 -0.255348 -0.729313 0 0 v -5.87133 -1.15128 3.54848 -0.658304 -0.277892 -0.69958 0 0 v -4.6507 1.1468 2.94813 -0.17797 0.269039 -0.946544 0 0 v -4.56343 1.10191 2.91791 -0.15936 0.330669 -0.930195 0 0 v -4.48098 1.05107 2.88311 -0.215919 0.32858 -0.919464 0 0 v -4.40384 1.00008 2.85552 -0.262392 0.259055 -0.929538 0 0 v -4.32496 0.922997 2.80853 -0.51872 0.327558 -0.789706 0 0 v -5.79471 -1.20683 3.50244 -0.647018 -0.311624 -0.695887 0 0 v -6.84539 -0.815623 4.51633 -0.687695 -0.127591 -0.7147 0 0 v -6.123 -3.2596 7.76717 0.0149025 -0.210173 -0.977551 0 0 v -5.18261 -3.25963 8.03086 0.502112 -0.237141 -0.831653 0 0 v -5.71902 -1.26269 3.45554 -0.636129 -0.327541 -0.69861 0 0 v -5.64047 -1.31777 3.41157 -0.601788 -0.385104 -0.699676 0 0 v -4.74408 -1.21211 0.305525 -0.787424 0.185339 -0.587888 0 0 v -4.66961 -1.27255 0.254175 -0.314214 0.092493 -0.944836 0 0 v -4.08286 -1.43211 0.212465 -0.00707498 -0.0734279 -0.997275 0 0 v -3.97949 -1.45056 0.215915 -0.028997 -0.111765 -0.993311 0 0 v -3.88023 -1.47528 0.211605 -0.0457333 -0.124504 -0.991165 0 0 v -3.77721 -1.49369 0.215035 -0.160686 -0.135388 -0.977676 0 0 v -3.69015 -1.53629 0.187215 -0.213782 -0.198434 -0.956515 0 0 v -3.58715 -1.55517 0.190745 -0.0958549 -0.207986 -0.973424 0 0 v -2.86817 -1.69114 0.207265 0.0283317 -0.028781 -0.999184 0 0 v -2.76478 -1.7097 0.210725 -0.032211 -0.107534 -0.993679 0 0 v -2.67391 -1.74615 0.190795 0.0187302 -0.256575 -0.966343 0 0 v -2.55382 -1.74088 0.225585 0.106031 -0.0173444 -0.994212 0 0 v -2.45072 -1.75982 0.229115 0.074357 0.0918195 -0.992996 0 0 v -2.34316 -1.77191 0.240375 -0.0288299 0.120471 -0.992298 0 0 v -2.24015 -1.7909 0.243875 -0.0157652 -0.0511447 -0.998567 0 0 v -2.14081 -1.81537 0.239535 -0.00841152 -0.0563935 -0.998373 0 0 v -2.03754 -1.83389 0.243055 0.0831704 -0.0688868 -0.994152 0 0 v -1.92607 -1.84052 0.262225 0.212775 -0.119302 -0.969791 0 0 v -1.80615 -1.8354 0.297325 0.4568 -0.207711 -0.86498 0 0 v -1.6513 -1.77834 0.397875 0.681044 -0.253011 -0.687142 0 0 v -1.44134 -1.64103 0.599945 0.463465 -0.159435 -0.871654 0 0 v -1.33718 -1.65783 0.604635 0.0954712 -0.0761681 -0.992514 0 0 v -1.22401 -1.66253 0.625795 0.149588 -0.0863135 -0.984974 0 0 v -1.01174 -1.69029 0.643295 0.0207163 -0.0457809 -0.998737 0 0 v -0.907454 -1.7075 0.647955 0.0113002 -0.0354518 -0.999307 0 0 v -0.807944 -1.73121 0.644415 0.021494 -0.0479845 -0.998617 0 0 v -0.699244 -1.7418 0.657295 0.0579292 -0.0632127 -0.996317 0 0 v -0.599674 -1.76541 0.653755 0.045533 -0.0523368 -0.997591 0 0 v -0.491144 -1.77621 0.666645 0.0191199 -0.0496268 -0.998585 0 0 v -0.386744 -1.79362 0.671315 0.0322341 -0.0622555 -0.99754 0 0 v -0.286964 -1.81719 0.667775 0.000179929 -0.049571 -0.998771 0 0 v -0.0787039 -1.85155 0.677075 0.0113149 -0.0363225 -0.999276 0 0 v 0.0210261 -1.87491 0.673575 0.00911875 -0.0365298 -0.999291 0 0 v 0.129526 -1.88593 0.686405 0.0358952 -0.040887 -0.998519 0 0 v 0.333046 -1.92665 0.687545 0.0519316 -0.0483898 -0.997478 0 0 v 0.437056 -1.94366 0.692195 0.0228837 -0.0486774 -0.998552 0 0 v 0.541396 -1.96124 0.696885 0.00673336 -0.0607361 -0.998131 0 0 v 0.645336 -1.97819 0.701545 0.0599321 -0.0640312 -0.996147 0 0 v 0.749726 -1.99533 0.706215 0.00660716 -0.0608284 -0.998126 0 0 v 0.853756 -2.01265 0.710885 0.0163768 -0.0747848 -0.997065 0 0 v 1.05779 -2.05344 0.712015 0.0475669 -0.0778457 -0.99583 0 0 v 1.16183 -2.07056 0.716675 0.01127 -0.0733863 -0.99724 0 0 v 1.26606 -2.08776 0.721385 0.0730659 -0.0643368 -0.99525 0 0 v 1.37419 -2.09842 0.734225 0.0598981 -0.0648241 -0.996097 0 0 v 1.47857 -2.11578 0.738915 0.0445897 -0.0764166 -0.996078 0 0 v 1.58246 -2.13315 0.743565 0.0338287 -0.0623104 -0.997483 0 0 v 1.79067 -2.16718 0.752895 0.0305312 -0.0327667 -0.998997 0 0 v 1.89499 -2.18432 0.757575 0.0555523 -0.0218862 -0.998216 0 0 v 1.99931 -2.20144 0.762165 -0.0266461 -0.0600537 -0.997839 0 0 v 2.09441 -2.23181 0.750455 -0.0701245 -0.0719794 -0.994938 0 0 v 2.19408 -2.25518 0.746825 -0.17898 -0.0287392 -0.983433 0 0 v 2.28478 -2.29168 0.726865 -0.375858 -0.00042936 -0.926677 0 0 v 2.35795 -2.35398 0.674025 -0.631953 0.176481 -0.754646 0 0 v 2.41372 -2.44223 0.587905 -0.764469 0.372764 -0.52596 0 0 v 2.36852 -2.67866 0.312765 -0.235424 0.321325 -0.917238 0 0 v 2.46355 -2.70879 0.301005 -0.0712635 0.151993 -0.985809 0 0 v 2.55905 -2.73898 0.289215 -0.0491466 0.0752757 -0.995951 0 0 v 2.65868 -2.76227 0.285685 -0.0114263 0.0452396 -0.998911 0 0 v 2.76305 -2.77949 0.290355 0.0290818 0.000466258 -0.999577 0 0 v 2.86693 -2.79706 0.295035 0.0594731 -0.0274417 -0.997853 0 0 v 2.97098 -2.81418 0.299725 0.0885487 -0.0426042 -0.99516 0 0 v 3.07941 -2.82483 0.312595 0.0738838 -0.0529802 -0.995859 0 0 v 3.18827 -2.83537 0.325555 0.156069 -0.0927843 -0.983379 0 0 v 3.30107 -2.84001 0.346805 0.303456 -0.149713 -0.94101 0 0 v 3.43145 -2.81829 0.400755 0.477942 -0.181311 -0.859475 0 0 v 3.58424 -2.76452 0.496205 0.579885 -0.172248 -0.796281 0 0 v -5.55947 -1.36752 3.37351 -0.581177 -0.393682 -0.712213 0 0 v -5.47778 -1.41701 3.3367 -0.553712 -0.42025 -0.718883 0 0 v -5.74841 4.05183 11.6577 -0.429612 0.121859 -0.894754 0 0 v -7.32582 -1.56126 8.20037 -0.577857 -0.207939 -0.789204 0 0 v -4.14872 -2.52054 3.40131 -0.185602 -0.593074 -0.783464 0 0 v -5.84418 -3.43371 7.85156 0.125156 -0.330176 -0.935585 0 0 v -5.71331 3.60354 11.6049 -0.470076 0.0400681 -0.881716 0 0 v -5.47902 -2.66991 4.12207 -0.426951 -0.698979 -0.573709 0 0 v -6.74965 -1.83071 4.79252 -0.792482 -0.294517 -0.534071 0 0 v -5.21025 -3.062 4.55836 -0.370172 -0.79488 -0.480769 0 0 v -5.39571 -1.46597 3.3 -0.539327 -0.402454 -0.739701 0 0 v -5.31194 -1.51377 3.26597 -0.470775 -0.408257 -0.782111 0 0 v -5.22408 -1.55275 3.24146 -0.442579 -0.39327 -0.805892 0 0 v -5.73225 -3.4406 7.87476 0.162479 -0.273129 -0.948157 0 0 v -6.45644 -1.6979 4.40322 -0.751624 -0.300119 -0.587359 0 0 v -6.38262 -3.96439 8.36957 -0.621366 -0.606964 -0.49548 0 0 v -5.13785 -1.59568 3.21242 -0.392934 -0.427942 -0.813922 0 0 v -5.67717 4.45183 11.6875 -0.395101 0.104594 -0.912664 0 0 v -5.5388 -2.45206 3.95148 -0.479419 -0.558966 -0.676546 0 0 v -7.26697 -2.42312 8.04296 -0.450946 0.187724 -0.872587 0 0 v -7.30623 -1.15279 8.04046 -0.543103 -0.300856 -0.783916 0 0 v -7.55103 -1.00453 8.15477 -0.60013 -0.229851 -0.766168 0 0 v -4.50549 -2.80556 3.79682 -0.288662 -0.71231 -0.639757 0 0 v -3.82328 -2.48736 3.31606 -0.16136 -0.557612 -0.814268 0 0 v -5.9813 -2.39202 4.32108 -0.682887 -0.577093 -0.447915 0 0 v -7.37364 -3.33248 8.21346 -0.622562 -0.419838 -0.660419 0 0 v -6.48492 -2.1882 7.66276 -0.771256 -0.418366 -0.479722 0 0 v -5.14342 -2.4156 3.68414 -0.407245 -0.568251 -0.715012 0 0 v -6.01933 -2.9709 7.71177 0.0191725 -0.273625 -0.961645 0 0 v -5.45287 -2.99838 7.83596 0.293425 -0.279782 -0.914124 0 0 v -5.11662 -3.09333 4.54129 -0.363308 -0.802107 -0.473953 0 0 v -4.95584 -1.66851 3.17296 -0.365323 -0.424771 -0.828317 0 0 v -4.98065 1.09704 3.02938 -0.349516 0.100894 -0.931482 0 0 v -4.89175 1.0628 3.00259 -0.401086 0.0413374 -0.915107 0 0 v -4.81802 0.998997 2.95526 -0.337725 0.182365 -0.923409 0 0 v -4.73672 0.950047 2.91572 -0.283411 0.245011 -0.927172 0 0 v -4.65539 0.890697 2.87281 -0.274773 0.261181 -0.925356 0 0 v -4.57548 0.842617 2.83847 -0.222236 0.247606 -0.943028 0 0 v -4.49425 0.790657 2.80813 -0.188303 0.195608 -0.962434 0 0 v -4.40538 0.736307 2.78348 -0.450401 0.212586 -0.867148 0 0 v -4.86454 -1.70499 3.15344 -0.33009 -0.417626 -0.846539 0 0 v -4.77352 -1.74116 3.13412 -0.281292 -0.377264 -0.882352 0 0 v -4.67913 -1.77219 3.12013 -0.242482 -0.381677 -0.891922 0 0 v -4.73385 -3.00382 4.12141 -0.265855 -0.742466 -0.61487 0 0 v -5.83838 -2.07919 3.90475 -0.556621 -0.446811 -0.70038 0 0 v -4.48825 -1.83255 3.09745 -0.241232 -0.34484 -0.907134 0 0 v -4.89075 -1.32447 0.343595 -0.837626 0.493187 -0.234838 0 0 v -4.81221 -1.37863 0.300075 -0.404133 0.1795 -0.896915 0 0 v -4.73344 -1.43313 0.256505 -0.245484 0.0924873 -0.964979 0 0 v -4.63852 -1.46381 0.244365 -0.108198 0.00798777 -0.994097 0 0 v -4.44029 -1.5132 0.235725 -0.0304013 -0.0277244 -0.999153 0 0 v -4.34123 -1.53788 0.231415 -0.0473155 -0.0631874 -0.996879 0 0 v -4.14258 -1.58679 0.222775 -0.00857808 -0.0727676 -0.997312 0 0 v -4.03504 -1.59956 0.234115 0.0483267 -0.0864146 -0.995086 0 0 v -3.93179 -1.61792 0.237565 -0.024306 -0.0874147 -0.995875 0 0 v -3.8326 -1.64278 0.233285 -0.0298581 -0.111705 -0.993293 0 0 v -3.73359 -1.66722 0.228945 -0.121446 -0.179756 -0.976186 0 0 v -3.6346 -1.69182 0.224615 -0.114518 -0.223171 -0.968029 0 0 v -3.5395 -1.7224 0.212445 -0.149116 -0.238262 -0.959685 0 0 v -3.44013 -1.74712 0.208125 -0.133439 -0.238395 -0.961957 0 0 v -3.34098 -1.77173 0.203845 -0.0519351 -0.222706 -0.973501 0 0 v -3.23764 -1.79028 0.207295 -0.0427415 -0.248081 -0.967796 0 0 v -3.13893 -1.81467 0.202975 -0.0754481 -0.2589 -0.962953 0 0 v -3.0355 -1.83375 0.206615 0.00966495 -0.22611 -0.974054 0 0 v -2.82906 -1.87066 0.213545 0.0685217 -0.176192 -0.981968 0 0 v -2.71737 -1.87756 0.232795 0.0128441 -0.21284 -0.977003 0 0 v -2.60979 -1.89031 0.244135 0.0658201 -0.167662 -0.983645 0 0 v -2.50654 -1.90872 0.247625 0.0044014 -0.0888186 -0.996038 0 0 v -2.40345 -1.92743 0.251135 0.0206793 -0.0671495 -0.997529 0 0 v -2.20077 -1.97083 0.250345 0.0135179 -0.0403219 -0.999095 0 0 v -2.09762 -1.98922 0.253865 0.0601601 -0.0670113 -0.995937 0 0 v -1.99004 -2.00176 0.265315 0.202435 -0.106458 -0.973492 0 0 v -1.87012 -1.99665 0.300525 0.442553 -0.182332 -0.87801 0 0 v -1.71354 -1.93774 0.405895 0.67226 -0.27116 -0.688868 0 0 v -1.5171 -1.82017 0.582935 0.510533 -0.197069 -0.836971 0 0 v -1.39964 -1.81814 0.612315 0.177235 -0.0703362 -0.981652 0 0 v -1.28666 -1.8222 0.633375 0.120168 -0.0778302 -0.989698 0 0 v -1.07435 -1.85018 0.650935 0.0214272 -0.0359219 -0.999125 0 0 v -0.974494 -1.87411 0.647425 0.0223987 -0.0487332 -0.998561 0 0 v -0.870184 -1.89106 0.652075 0.0187399 -0.0739332 -0.997087 0 0 v -0.766054 -1.90848 0.656795 0.058113 -0.0638953 -0.996263 0 0 v -0.657944 -1.91895 0.669635 0.0473292 -0.0512784 -0.997562 0 0 v -0.553624 -1.93649 0.674305 0.0183189 -0.0557403 -0.998277 0 0 v -0.454004 -1.96002 0.670785 0.0366298 -0.0371666 -0.998638 0 0 v -0.345574 -1.97083 0.683665 0.0196184 -0.0491983 -0.998596 0 0 v -0.245924 -1.99433 0.680115 0.0142294 -0.0754945 -0.997045 0 0 v -0.141674 -2.01173 0.684785 0.00585763 -0.0603753 -0.998159 0 0 v -0.0376439 -2.02906 0.689475 0.00469916 -0.0608305 -0.998137 0 0 v 0.0623761 -2.05258 0.685935 0.0163881 -0.0744722 -0.997088 0 0 v 0.166516 -2.06994 0.690605 0.010633 -0.0607428 -0.998097 0 0 v 0.478806 -2.12109 0.704575 0.00689593 -0.0600208 -0.998173 0 0 v 0.578516 -2.14494 0.701085 0.0323293 -0.0623996 -0.997528 0 0 v 0.686866 -2.15589 0.713955 0.0323216 -0.0617497 -0.997568 0 0 v 0.786596 -2.17943 0.710415 0.0196099 -0.0494396 -0.998585 0 0 v 0.895176 -2.18993 0.723265 0.0345762 -0.0428222 -0.998484 0 0 v 0.994986 -2.21363 0.719775 0.0304604 -0.0740173 -0.996792 0 0 v 1.10334 -2.22464 0.732645 0.0445213 -0.0876553 -0.995156 0 0 v 1.30737 -2.26561 0.733795 0.0520835 -0.0484553 -0.997467 0 0 v 1.41109 -2.28263 0.738445 0.0634304 -0.0396788 -0.997197 0 0 v 1.52002 -2.29352 0.751325 0.0365123 -0.0376957 -0.998622 0 0 v 1.61962 -2.31729 0.747835 0.0222551 -0.049453 -0.998528 0 0 v 1.7239 -2.33429 0.752445 -0.00102049 -0.0727388 -0.997351 0 0 v 1.82356 -2.35788 0.748965 0.0316769 -0.0673142 -0.997229 0 0 v 1.93174 -2.36858 0.761825 0.0958053 -0.0682328 -0.993059 0 0 v 2.04061 -2.37927 0.774675 -0.00174539 -0.107638 -0.994189 0 0 v 2.13986 -2.40287 0.771164 -0.126311 -0.11586 -0.985201 0 0 v 1.99759 -2.78124 0.314705 -0.062756 0.105646 -0.992422 0 0 v 2.09307 -2.811 0.302925 -0.0747563 0.0651023 -0.995074 0 0 v 2.18809 -2.84098 0.291175 -0.0438496 0.0536067 -0.997599 0 0 v 2.28793 -2.86494 0.287595 -0.0334442 0.0785938 -0.996346 0 0 v 2.38791 -2.8884 0.284075 0.00816563 0.075542 -0.997109 0 0 v 2.49197 -2.90554 0.288724 0.00677227 0.0222562 -0.999729 0 0 v 2.59162 -2.92913 0.285185 -0.0226813 0.00274171 -0.999739 0 0 v 2.69565 -2.94671 0.289865 0.056435 -0.00435215 -0.998397 0 0 v 2.90811 -2.97433 0.307435 0.097266 -0.0564336 -0.993657 0 0 v 3.01672 -2.98532 0.320355 0.0861655 -0.0657225 -0.994111 0 0 v 3.12089 -3.00249 0.325115 0.172386 -0.116301 -0.97814 0 0 v 3.23842 -3.0006 0.354685 0.307265 -0.198166 -0.930762 0 0 v 3.36858 -2.97914 0.408625 0.452389 -0.246375 -0.857114 0 0 v 3.50799 -2.94455 0.479185 0.57037 -0.270179 -0.775681 0 0 v -4.39339 -1.86338 3.08432 -0.238069 -0.345005 -0.907907 0 0 v -5.8731 -1.82627 3.78294 -0.573046 -0.374544 -0.728927 0 0 v -6.94767 -0.862983 4.64152 -0.77436 -0.226505 -0.590814 0 0 v -5.95312 -1.77281 3.82534 -0.614356 -0.350598 -0.706858 0 0 v -6.6435 -1.40416 4.49635 -0.785838 -0.301076 -0.540197 0 0 v -3.88386 -2.77907 3.57435 -0.0307123 -0.809009 -0.586994 0 0 v -3.19521 -3.02891 3.65852 -0.376452 -0.837706 -0.395643 0 0 v -5.79077 3.66155 11.6537 -0.507598 -0.0314471 -0.86102 0 0 v -5.38909 -2.70679 4.09805 -0.368935 -0.725247 -0.581295 0 0 v -5.63285 3.55612 11.5524 -0.384937 0.188573 -0.903473 0 0 v -4.29758 -1.89317 3.07381 -0.191492 -0.363106 -0.911858 0 0 v -6.31766 -2.58895 7.65766 -0.382757 -0.258104 -0.887062 0 0 v -4.20239 -1.92353 3.06227 -0.207261 -0.390687 -0.896887 0 0 v -6.35174 -2.41058 7.63897 -0.699029 -0.268031 -0.662961 0 0 v -3.27388 -3.11398 3.95552 -0.467306 -0.807382 -0.360221 0 0 v -6.43653 -1.60661 4.30968 -0.795321 -0.343385 -0.499551 0 0 v -5.53637 -1.26596 3.29356 -0.588952 -0.40541 -0.699127 0 0 v -6.58521 -2.23949 7.79396 -0.592936 -0.136288 -0.793633 0 0 v -3.65213 -2.71107 3.50594 -0.0649162 -0.815327 -0.57535 0 0 v -3.37202 -2.81155 3.45517 -0.46859 -0.718712 -0.51369 0 0 v -5.07596 -2.10734 3.44482 -0.403844 -0.442925 -0.800454 0 0 v -5.45599 -1.31945 3.25217 -0.552034 -0.423625 -0.718192 0 0 v -7.25163 -2.6369 8.00266 -0.442989 0.11597 -0.888995 0 0 v -5.88851 -3.94757 8.08807 -0.0809056 -0.600251 -0.795709 0 0 v -6.87337 -1.8681 7.92376 -0.515417 -0.281803 -0.809279 0 0 v -7.50159 -0.550143 8.05426 -0.631351 -0.011083 -0.775418 0 0 v -5.75208 -3.85045 8.02577 0.0615212 -0.49531 -0.866535 0 0 v -6.94137 -3.54551 8.06886 -0.297977 -0.547723 -0.781799 0 0 v -6.76372 -2.70215 7.83727 -0.205976 0.0222434 -0.978304 0 0 v -6.41265 -2.86603 7.73126 -0.255888 -0.164916 -0.952536 0 0 v -5.91083 -2.98315 7.72616 0.074209 -0.32224 -0.943745 0 0 v -6.62001 -2.05743 7.78377 -0.730427 -0.218364 -0.647142 0 0 v -5.1337 0.977567 3.07076 -0.383273 0.107035 -0.917412 0 0 v -5.04285 0.920947 3.0467 -0.325831 0.112006 -0.93877 0 0 v -4.96543 0.865107 3.00208 -0.434795 0.246765 -0.86606 0 0 v -4.89694 0.807417 2.93714 -0.400633 0.266206 -0.876714 0 0 v -4.81871 0.740677 2.89616 -0.310302 0.205677 -0.928122 0 0 v -4.73467 0.701797 2.85351 -0.327559 0.216261 -0.919748 0 0 v -4.65426 0.652647 2.81827 -0.213318 0.143463 -0.966392 0 0 v -4.56327 0.605397 2.80308 -0.196816 0.142763 -0.969991 0 0 v -4.47724 0.562177 2.77486 -0.3491 0.211025 -0.913016 0 0 v -4.4038 0.500257 2.72194 -0.529205 0.217759 -0.820075 0 0 v -4.34387 0.418237 2.64436 -0.626907 0.110803 -0.771175 0 0 v -5.91936 -2.02954 3.94247 -0.581834 -0.435003 -0.687198 0 0 v -7.31799 -3.10988 8.06216 -0.561378 -0.193808 -0.804545 0 0 v -6.83492 -1.10116 4.59683 -0.759753 -0.262871 -0.594705 0 0 v -6.13445 -1.76931 3.98889 -0.665142 -0.363213 -0.652429 0 0 v -4.95482 -1.48461 0.345895 -0.84161 0.401727 -0.360982 0 0 v -4.88036 -1.54532 0.294365 -0.47773 0.132521 -0.868454 0 0 v -4.79749 -1.59355 0.258655 -0.285782 0.0510165 -0.956936 0 0 v -4.70252 -1.62394 0.246505 -0.0888573 0.00772132 -0.996014 0 0 v -4.40079 -1.69213 0.241455 -0.00129138 -0.0237146 -0.999718 0 0 v -4.29748 -1.71088 0.244975 -0.00253023 -0.0251362 -0.999681 0 0 v -4.19854 -1.73553 0.240695 -0.0443414 -0.058171 -0.997321 0 0 v -4.09931 -1.76002 0.236395 0.0125649 -0.0578302 -0.998247 0 0 v -3.89283 -1.79727 0.243495 0.0349422 -0.0620369 -0.997462 0 0 v -3.78526 -1.81026 0.254895 0.0288483 -0.0894578 -0.995573 0 0 v -3.68203 -1.82879 0.258425 -0.0304003 -0.115616 -0.992829 0 0 v -3.58312 -1.85324 0.254125 -0.0944318 -0.142069 -0.985342 0 0 v -3.48359 -1.87775 0.249735 -0.0935191 -0.184415 -0.978389 0 0 v -3.38863 -1.90841 0.237655 -0.0835548 -0.212467 -0.973589 0 0 v -3.18212 -1.94586 0.244765 -0.0529008 -0.224107 -0.973128 0 0 v -3.08291 -1.97058 0.240515 -0.0119049 -0.237225 -0.971382 0 0 v -2.97549 -1.9833 0.251875 0.0122869 -0.208935 -0.977852 0 0 v -2.87218 -2.00169 0.255415 0.0106549 -0.200302 -0.979676 0 0 v -2.76464 -2.01452 0.266765 0.0313733 -0.159065 -0.986769 0 0 v -2.66544 -2.03895 0.262435 -0.0400647 -0.0997077 -0.99421 0 0 v -2.56657 -2.06366 0.258154 -0.0552351 -0.0465395 -0.997388 0 0 v -2.4674 -2.08851 0.253865 0.00317364 -0.0261517 -0.999653 0 0 v -2.26483 -2.13171 0.253125 0.00953922 -0.0510024 -0.998653 0 0 v -2.16146 -2.15023 0.256695 0.0498416 -0.0534352 -0.997327 0 0 v -2.05436 -2.1631 0.268105 0.172622 -0.071477 -0.982391 0 0 v -1.93439 -2.15783 0.303285 0.423746 -0.148239 -0.893568 0 0 v -1.78574 -2.11102 0.393515 0.663953 -0.234032 -0.710208 0 0 v -1.57938 -1.98021 0.590615 0.529469 -0.224281 -0.818144 0 0 v -1.46682 -1.98429 0.611625 0.16203 -0.130919 -0.978063 0 0 v -1.35377 -1.98886 0.632795 0.145156 -0.0793928 -0.986218 0 0 v -1.24508 -1.99944 0.645665 0.0707642 -0.0763418 -0.994567 0 0 v -1.14122 -2.01668 0.650335 0.043368 -0.059534 -0.997284 0 0 v -1.03716 -2.03413 0.655055 0.0603323 -0.0625581 -0.996216 0 0 v -0.928394 -2.04494 0.667955 0.0563715 -0.0877059 -0.99455 0 0 v -0.824334 -2.06217 0.672595 0.00211172 -0.0850831 -0.996372 0 0 v -0.724624 -2.08566 0.669075 0.0147734 -0.0665175 -0.997676 0 0 v -0.516804 -2.12026 0.678425 0.0137782 -0.061099 -0.998037 0 0 v -0.412724 -2.13759 0.683125 0.0601213 -0.0635561 -0.996166 0 0 v -0.308524 -2.15463 0.687785 0.0323001 -0.0620375 -0.997551 0 0 v -0.199974 -2.16557 0.700675 0.00280378 -0.0600731 -0.99819 0 0 v -0.104324 -2.1954 0.688955 0.00293559 -0.0601456 -0.998185 0 0 v 0.00370619 -2.20634 0.701815 0.0457753 -0.0777263 -0.995923 0 0 v 0.108226 -2.22351 0.706475 0.0101099 -0.0793457 -0.996796 0 0 v 0.207566 -2.24699 0.702935 -0.00464061 -0.090253 -0.995908 0 0 v 0.312016 -2.26429 0.707625 0.0224112 -0.0704935 -0.99726 0 0 v 0.416136 -2.28148 0.712305 0.047757 -0.0775136 -0.995847 0 0 v 0.520206 -2.29862 0.716975 0.0140001 -0.0990391 -0.994985 0 0 v 0.624026 -2.31623 0.721675 0.0171143 -0.0861939 -0.996131 0 0 v 0.828096 -2.35708 0.722825 0.0306503 -0.0730486 -0.996857 0 0 v 0.931876 -2.37431 0.727475 0.0323488 -0.0623506 -0.99753 0 0 v 1.04064 -2.38474 0.740375 0.0752392 -0.0521951 -0.995799 0 0 v 1.14456 -2.40239 0.745055 -0.00535305 -0.0477433 -0.998845 0 0 v 1.24468 -2.42595 0.741535 0.0209763 -0.0769826 -0.996812 0 0 v 1.45289 -2.46009 0.750865 0.0562996 -0.0904248 -0.994311 0 0 v 1.5569 -2.47758 0.755625 0.0448088 -0.100545 -0.993923 0 0 v 1.66504 -2.48803 0.768455 0.0643284 -0.128414 -0.989632 0 0 v 1.76915 -2.50526 0.773135 -0.00819568 -0.139636 -0.990169 0 0 v 1.87326 -2.52248 0.777815 0.0740563 -0.150275 -0.985867 0 0 v 1.72242 -2.91309 0.304855 -0.0177338 0.086151 -0.996124 0 0 v 1.82634 -2.93026 0.309515 -0.0127294 0.10873 -0.99399 0 0 v 1.92173 -2.96058 0.297715 -0.0461621 0.0872733 -0.995114 0 0 v 2.02168 -2.98391 0.294175 -0.0341969 0.0734369 -0.996713 0 0 v 2.12138 -3.00775 0.290615 -0.0275483 0.0379927 -0.998898 0 0 v 2.22089 -3.03151 0.287055 -0.0498471 0.00514437 -0.998744 0 0 v 2.31628 -3.06183 0.275315 -0.0395812 -0.00974908 -0.999169 0 0 v 2.42018 -3.0786 0.279965 0.0665445 -0.0174567 -0.997631 0 0 v 2.52915 -3.08977 0.292825 -0.00485565 -0.0231349 -0.999721 0 0 v 2.62408 -3.11977 0.281145 0.0192944 -0.050953 -0.998515 0 0 v 2.73298 -3.13053 0.294105 0.108763 -0.0939484 -0.989618 0 0 v 2.84145 -3.14123 0.307005 0.117423 -0.133996 -0.984 0 0 v 2.94957 -3.15233 0.320015 0.1256 -0.178294 -0.975928 0 0 v 3.05839 -3.16311 0.333125 0.20976 -0.250173 -0.945206 0 0 v 3.18443 -3.14781 0.378815 0.347105 -0.318252 -0.882175 0 0 v 3.31063 -3.13286 0.424915 0.467318 -0.380252 -0.798137 0 0 v 3.45417 -3.09215 0.503635 0.549158 -0.431301 -0.715825 0 0 v -5.99347 -3.54967 7.88737 0.084675 -0.423954 -0.901717 0 0 v -3.09908 -3.12774 3.77588 -0.39364 -0.82752 -0.400322 0 0 v -6.20071 -1.32879 3.87414 -0.704274 -0.236473 -0.669386 0 0 v -6.94134 -1.84569 7.95976 -0.559122 -0.265854 -0.785306 0 0 v -5.42559 -3.58125 8.00667 0.39411 -0.296022 -0.870085 0 0 v 4.80498 0.950257 0.639675 0.275913 0.460779 -0.843537 0 0 v -3.37647 -2.95429 3.6994 -0.50725 -0.795712 -0.330968 0 0 v -6.55165 -2.12417 7.71977 -0.783296 -0.316334 -0.535145 0 0 v -6.21365 -4.20024 8.56616 -0.525422 -0.776145 -0.348611 0 0 v -5.37154 -1.3639 3.22126 -0.496205 -0.43979 -0.748576 0 0 v -5.90248 -2.44583 4.27667 -0.63923 -0.596132 -0.485811 0 0 v -7.05803 -3.23703 7.97656 -0.36694 -0.259795 -0.893231 0 0 v -7.4873 -1.46192 8.27887 -0.588479 -0.267532 -0.762967 0 0 v -6.11325 -2.11047 4.20876 -0.713392 -0.483667 -0.507087 0 0 v -5.66742 4.22497 11.6531 -0.356015 0.158044 -0.921019 0 0 v -5.58051 4.19179 11.6296 -0.164498 0.155538 -0.974037 0 0 v -6.20806 -1.71274 4.03722 -0.717024 -0.322537 -0.617937 0 0 v -6.24533 -2.47226 4.78565 -0.579945 -0.63112 -0.515123 0 0 v -6.32752 -2.42533 4.81738 -0.587243 -0.626117 -0.512955 0 0 v -5.64671 -2.06913 3.75981 -0.503793 -0.45764 -0.732638 0 0 v -5.71048 -2.36604 4.00932 -0.519836 -0.541472 -0.660741 0 0 v -5.80259 -2.99875 7.73786 0.161396 -0.333392 -0.928871 0 0 v -3.79074 -3.09218 4.05739 -0.0992081 -0.764097 -0.637427 0 0 v -4.42191 -2.92259 3.88735 -0.220082 -0.745846 -0.628711 0 0 v -5.06891 -2.54326 3.75664 -0.344938 -0.659546 -0.667845 0 0 v -4.63561 -3.03141 4.11599 -0.289767 -0.721829 -0.628489 0 0 v -6.5991 -1.56916 4.51933 -0.765785 -0.222357 -0.603432 0 0 v -6.42844 -1.96253 4.51122 -0.629163 -0.42519 -0.650667 0 0 v -6.10893 -1.66703 3.91097 -0.656706 -0.328994 -0.678602 0 0 v -6.6727 -2.73848 7.81717 -0.326363 -0.0010131 -0.945244 0 0 v -6.31731 -2.8964 7.71977 -0.195183 -0.181573 -0.963813 0 0 v -6.68988 -3.07008 7.84397 -0.221609 -0.140688 -0.964933 0 0 v -5.34408 0.931617 3.18272 -0.529224 0.242453 -0.813104 0 0 v -5.2712 0.859747 3.12616 -0.464247 0.188967 -0.865313 0 0 v -5.1937 0.804247 3.08089 -0.375476 0.210639 -0.902579 0 0 v -5.11923 0.740707 3.02996 -0.367727 0.267779 -0.890545 0 0 v -5.04495 0.687817 2.97713 -0.444358 0.321388 -0.836215 0 0 v -4.97805 0.620457 2.91473 -0.322448 0.225162 -0.919418 0 0 v -4.89049 0.567027 2.88757 -0.300914 0.160343 -0.940075 0 0 v -4.8105 0.521137 2.83934 -0.336721 0.17344 -0.925493 0 0 v -4.72608 0.468207 2.8145 -0.235807 0.15908 -0.958691 0 0 v -4.64404 0.419017 2.77807 -0.241567 0.196789 -0.950221 0 0 v -4.5576 0.375977 2.74981 -0.287959 0.207904 -0.934802 0 0 v -4.47557 0.326687 2.71336 -0.38633 0.176546 -0.905307 0 0 v -4.3977 0.270727 2.66856 -0.435222 0.0350723 -0.89964 0 0 v -4.31563 0.221467 2.63208 -0.455322 -0.0501152 -0.888916 0 0 v -5.28009 -1.41473 3.19365 -0.448632 -0.442141 -0.776685 0 0 v -5.09473 -2.71716 3.95655 -0.322662 -0.712982 -0.622533 0 0 v -6.34873 -3.69946 8.04436 -0.285649 -0.75637 -0.58848 0 0 v -4.31823 -2.94224 3.89152 -0.100084 -0.79173 -0.602617 0 0 v -4.85743 -1.7478 0.268475 -0.219425 0.0445247 -0.974613 0 0 v -4.6673 -1.80901 0.244175 -0.0819485 -0.0206074 -0.996423 0 0 v -4.56798 -1.83337 0.239895 -0.0108164 -0.033358 -0.999385 0 0 v -4.46474 -1.85226 0.243455 -0.0109597 -0.033495 -0.999379 0 0 v -4.36577 -1.87716 0.239205 0.00034667 -0.0141544 -0.9999 0 0 v -4.26228 -1.89586 0.242775 -0.000836693 -0.0314894 -0.999504 0 0 v -4.15889 -1.91415 0.246335 0.0147422 -0.0355857 -0.999258 0 0 v -4.05574 -1.93279 0.249905 0.038925 -0.0586668 -0.997518 0 0 v -3.9525 -1.95168 0.253495 0.00145331 -0.0487763 -0.998809 0 0 v -3.84945 -1.97063 0.257075 0.0421337 -0.0401224 -0.998306 0 0 v -3.74619 -1.989 0.260645 0.0192815 -0.0130471 -0.999729 0 0 v -3.64255 -2.0078 0.264205 0.00188558 -0.0245204 -0.999698 0 0 v -3.54344 -2.03226 0.259965 -0.00300368 -0.0477722 -0.998854 0 0 v -3.43616 -2.04505 0.271355 -0.0134032 -0.0794048 -0.996752 0 0 v -3.33698 -2.06971 0.267095 -0.00611312 -0.0916806 -0.99577 0 0 v -3.13027 -2.10738 0.274255 -0.012696 -0.105179 -0.994372 0 0 v -3.02712 -2.1262 0.277825 0.0131487 -0.105297 -0.994354 0 0 v -2.92794 -2.15066 0.273515 -0.0604686 -0.0712579 -0.995623 0 0 v -2.82908 -2.17508 0.269245 0.0131554 -0.0379549 -0.999193 0 0 v -2.72583 -2.19376 0.272815 -0.0226885 -0.0230491 -0.999477 0 0 v -2.62647 -2.21882 0.268524 -0.0665989 -0.032489 -0.997251 0 0 v -2.53151 -2.24904 0.256385 -0.0563944 -0.0460814 -0.997345 0 0 v -2.42805 -2.26777 0.259965 0.0113001 -0.04009 -0.999132 0 0 v -2.3247 -2.28641 0.263545 0.00712437 -0.0379732 -0.999253 0 0 v -2.2216 -2.30547 0.267105 0.0148934 -0.03871 -0.99914 0 0 v -2.11833 -2.32399 0.270715 0.0900707 -0.0227114 -0.995676 0 0 v -2.00652 -2.33072 0.290294 0.322898 -0.0264052 -0.946065 0 0 v -1.8583 -2.28427 0.380395 0.654228 -0.150588 -0.741153 0 0 v -1.6553 -2.15896 0.573485 0.625415 -0.200728 -0.754032 0 0 v -1.52055 -2.13117 0.635625 0.18246 -0.126985 -0.974979 0 0 v -1.41639 -2.14874 0.640385 0.116084 -0.103932 -0.987787 0 0 v -1.19932 -2.17034 0.666155 0.0358296 -0.102508 -0.994087 0 0 v -1.0997 -2.19404 0.662655 0.0122793 -0.0854312 -0.996268 0 0 v -0.783184 -2.23923 0.684905 0.0215192 -0.0764892 -0.996838 0 0 v -0.574964 -2.27351 0.694255 -0.00253314 -0.0797591 -0.996811 0 0 v -0.474864 -2.29718 0.690765 0.015692 -0.0733065 -0.997186 0 0 v -0.366634 -2.30811 0.703615 0.0324911 -0.0620486 -0.997544 0 0 v -0.266754 -2.33183 0.700105 0.0324195 -0.0620738 -0.997545 0 0 v -0.162634 -2.34891 0.704775 0.00159183 -0.085655 -0.996324 0 0 v -0.0586638 -2.36651 0.709475 0.0292163 -0.0864939 -0.995824 0 0 v 0.149626 -2.40061 0.718825 0.0151239 -0.0757886 -0.997009 0 0 v 0.253426 -2.41785 0.723495 -0.00442325 -0.0902068 -0.995913 0 0 v 0.353376 -2.4415 0.719985 0.0282786 -0.0865009 -0.99585 0 0 v 0.461736 -2.45273 0.732895 0.0565192 -0.0879908 -0.994517 0 0 v 0.565956 -2.46987 0.737565 0.0132946 -0.0860659 -0.996201 0 0 v 0.769546 -2.51043 0.738685 0.00787599 -0.0747261 -0.997173 0 0 v 0.874056 -2.52783 0.743355 0.0121152 -0.0996225 -0.994952 0 0 v 0.973576 -2.55146 0.739835 -0.00111155 -0.0879963 -0.99612 0 0 v 1.07769 -2.56893 0.744565 0.0459246 -0.0775551 -0.99593 0 0 v 1.18164 -2.58613 0.749265 0.0446234 -0.100279 -0.993958 0 0 v 1.29015 -2.59672 0.762125 0.0771945 -0.133132 -0.988088 0 0 v 1.39411 -2.61388 0.766805 0.0518141 -0.122493 -0.991116 0 0 v 1.50261 -2.62469 0.779735 0.0724063 -0.168495 -0.983039 0 0 v 1.36519 -2.99568 0.331275 -0.0709667 0.164797 -0.983771 0 0 v 1.45139 -3.03892 0.303095 -0.0802123 0.127358 -0.988608 0 0 v 1.55136 -3.06223 0.299555 -0.0213796 0.0599878 -0.99797 0 0 v 1.65122 -3.08625 0.295955 -0.0419489 0.0482605 -0.997954 0 0 v 1.74644 -3.11602 0.284245 -0.0272767 0.0565856 -0.998025 0 0 v 1.85045 -3.13355 0.288904 0.0120827 0.0432012 -0.998993 0 0 v 2.04961 -3.18076 0.281835 0.00447655 -0.00704204 -0.999965 0 0 v 2.15409 -3.198 0.286515 0.0110662 -0.0374671 -0.999237 0 0 v 2.25818 -3.21543 0.291185 -0.0225658 -0.0587913 -0.998015 0 0 v 2.35782 -3.2391 0.287695 0.0136027 -0.0997988 -0.994915 0 0 v 2.46166 -3.25619 0.292375 0.0629159 -0.133683 -0.989025 0 0 v 2.56595 -3.27371 0.297185 0.0283834 -0.189312 -0.981507 0 0 v 2.67428 -3.28437 0.310085 0.14304 -0.253965 -0.956578 0 0 v 2.78721 -3.28872 0.331255 0.163749 -0.310424 -0.936388 0 0 v 2.90037 -3.29322 0.352565 0.183637 -0.364074 -0.913087 0 0 v 3.0174 -3.29115 0.381935 0.245926 -0.433415 -0.86699 0 0 v 3.13935 -3.2824 0.419625 0.377188 -0.492798 -0.784142 0 0 v 3.26959 -3.26099 0.473585 0.474167 -0.519481 -0.710848 0 0 v 3.42657 -3.20099 0.577145 0.566315 -0.58425 -0.581326 0 0 v -4.20435 -2.80229 3.66929 -0.182595 -0.750098 -0.635619 0 0 v -5.38792 -2.19814 3.67317 -0.46251 -0.467639 -0.753258 0 0 v -6.90343 -1.03326 4.65927 -0.774554 -0.286871 -0.563711 0 0 v -7.64415 -1.35083 8.37066 -0.689074 -0.284349 -0.666575 0 0 v -5.52187 -3.85902 8.07967 0.277383 -0.424781 -0.861754 0 0 v -6.50923 -2.29495 7.74677 -0.60051 -0.163218 -0.782782 0 0 v -5.57752 3.94881 11.5837 -0.152374 0.159771 -0.975323 0 0 v -5.58414 -2.2143 3.80987 -0.501133 -0.478256 -0.721205 0 0 v -5.85288 -3.13793 7.77286 0.173803 -0.254576 -0.951306 0 0 v -4.23787 -3.12946 4.10261 -0.0132178 -0.773008 -0.634259 0 0 v -5.19585 -1.44441 3.17062 -0.415365 -0.447532 -0.791952 0 0 v -6.45815 -1.33538 4.21107 -0.799316 -0.151553 -0.581485 0 0 v -6.5548 -2.43633 7.78427 -0.452676 -0.0130362 -0.89158 0 0 v -6.63842 -2.38277 7.82456 -0.404988 0.038078 -0.913529 0 0 v -7.12321 -3.47202 8.10907 -0.449244 -0.48433 -0.750736 0 0 v -6.24681 -1.159 3.85533 -0.678149 -0.276558 -0.680903 0 0 v -3.88264 -2.91735 3.82561 0.00207376 -0.832585 -0.553894 0 0 v -6.28535 -3.91936 8.23116 -0.52682 -0.527005 -0.666878 0 0 v -7.32343 -3.57164 8.37187 -0.609377 -0.60834 -0.50851 0 0 v -5.10918 -1.48699 3.14276 -0.420647 -0.418075 -0.805152 0 0 v -5.3033 -3.02691 4.57232 -0.360627 -0.804099 -0.472623 0 0 v -6.45415 -2.68758 7.71916 -0.350289 -0.131172 -0.927411 0 0 v -5.76176 -2.85901 7.69497 0.25761 -0.664033 -0.701924 0 0 v -5.51154 -3.15242 7.85107 0.304724 -0.250968 -0.918781 0 0 v -5.86038 -3.83676 8.01157 -0.0455614 -0.491242 -0.869831 0 0 v -6.68121 -1.89351 4.73611 -0.743676 -0.361853 -0.562146 0 0 v -5.89821 -1.92922 3.86051 -0.577052 -0.421095 -0.699779 0 0 v -5.12317 -2.31918 3.59769 -0.422215 -0.508849 -0.750205 0 0 v -5.0186 -1.52363 3.12224 -0.323299 -0.409925 -0.8529 0 0 v -4.69919 -2.74835 3.8143 -0.235457 -0.73216 -0.639141 0 0 v -6.12997 -2.58241 7.49246 -0.722684 -0.642998 -0.253539 0 0 v -5.41138 0.754767 3.17906 -0.501424 0.294605 -0.813499 0 0 v -5.34618 0.679137 3.11084 -0.445648 0.292632 -0.846029 0 0 v -5.27749 0.619827 3.04991 -0.392356 0.277839 -0.876848 0 0 v -5.1956 0.571057 3.01155 -0.393514 0.300664 -0.868763 0 0 v -5.13121 0.496057 2.94121 -0.389149 0.271482 -0.880262 0 0 v -5.0484 0.446307 2.90514 -0.230713 0.11536 -0.966159 0 0 v -4.95767 0.400177 2.88717 -0.322598 0.163665 -0.932279 0 0 v -4.88411 0.337667 2.83407 -0.343974 0.194633 -0.918586 0 0 v -4.80227 0.288467 2.7977 -0.275194 0.159638 -0.948042 0 0 v -4.7154 0.245587 2.76934 -0.270855 0.142855 -0.951961 0 0 v -4.63342 0.195927 2.73285 -0.306904 0.179365 -0.934686 0 0 v -4.54716 0.153297 2.70468 -0.276409 0.141621 -0.950548 0 0 v -4.46046 0.110247 2.67637 -0.27175 0.0845177 -0.958649 0 0 v -4.37419 0.0670368 2.64812 -0.325082 0.0736011 -0.942817 0 0 v -4.28761 0.0238768 2.61983 -0.309033 0.00375833 -0.951044 0 0 v -4.2012 -0.0187432 2.59164 -0.319723 0.00506277 -0.947498 0 0 v -7.22869 -3.52864 8.23127 -0.517546 -0.548222 -0.656962 0 0 v -6.53793 -3.71078 8.20176 -0.0229499 -0.852801 -0.521731 0 0 v -5.47432 3.92847 11.5758 -0.0106039 0.171288 -0.985164 0 0 v -5.00803 -1.86522 0.298095 -0.548759 0.216749 -0.807393 0 0 v -4.91706 -1.90187 0.278065 -0.203107 0.0279811 -0.978757 0 0 v -4.72694 -1.96309 0.253805 -0.0667621 -0.00949364 -0.997724 0 0 v -4.62762 -1.98774 0.249555 -0.0380614 -0.0306781 -0.998804 0 0 v -4.52465 -2.00654 0.253145 0.00447571 -0.0224528 -0.999738 0 0 v -4.42556 -2.03084 0.248885 -0.000853393 -0.0451357 -0.998981 0 0 v -4.22324 -2.07453 0.248245 0.0105827 -0.0463111 -0.998871 0 0 v -4.11957 -2.09336 0.251875 0.039291 -0.0365814 -0.998558 0 0 v -4.01243 -2.10618 0.263325 0.0556507 -0.0359488 -0.997803 0 0 v -3.80999 -2.14946 0.262655 -0.000519837 -0.0221981 -0.999753 0 0 v -3.71071 -2.17391 0.258425 0.0284625 -0.0251331 -0.999279 0 0 v -3.60349 -2.18671 0.269865 0.0126161 -0.0356054 -0.999286 0 0 v -3.50446 -2.21161 0.265625 0.0133469 -0.0366584 -0.999239 0 0 v -3.40077 -2.23026 0.269245 0.0152727 -0.0365465 -0.999215 0 0 v -3.29777 -2.24907 0.272835 0.0116841 -0.0380373 -0.999208 0 0 v -3.19424 -2.26746 0.276405 0.00418017 -0.0233245 -0.999719 0 0 v -3.09549 -2.29221 0.272165 0.016637 -0.0137163 -0.999768 0 0 v -2.98813 -2.3053 0.283645 -0.00243944 -0.0247246 -0.999691 0 0 v -2.8927 -2.33564 0.271515 -0.0555524 -0.0447508 -0.997452 0 0 v -2.78969 -2.35419 0.275095 -0.018608 -0.0270904 -0.99946 0 0 v -2.58722 -2.39764 0.274435 -0.0395019 -0.034219 -0.998633 0 0 v -2.48784 -2.42267 0.270155 -0.0367048 -0.0414008 -0.998468 0 0 v -2.38885 -2.44717 0.265925 -0.0012399 -0.0238818 -0.999714 0 0 v -2.18649 -2.49027 0.265255 0.00895485 -0.00210525 -0.999958 0 0 v -2.08328 -2.50926 0.268875 0.0985842 0.0288974 -0.994709 0 0 v -1.96782 -2.50997 0.296105 0.386222 0.0382271 -0.921614 0 0 v -1.73684 -2.34475 0.543935 0.69851 -0.162777 -0.696841 0 0 v -1.58283 -2.29116 0.643155 0.239712 -0.118582 -0.963575 0 0 v -1.48316 -2.31489 0.639735 0.0753722 -0.0659436 -0.994973 0 0 v -1.36631 -2.31293 0.669025 0.16552 -0.0821844 -0.982776 0 0 v -1.25754 -2.32342 0.681925 0.0444304 -0.0777941 -0.995979 0 0 v -1.15804 -2.34736 0.678415 -0.0261485 -0.08339 -0.996174 0 0 v -1.05389 -2.36443 0.683105 0.0727198 -0.0996571 -0.992361 0 0 v -0.949624 -2.38171 0.687795 0.0163499 -0.0943778 -0.995402 0 0 v -0.845484 -2.39907 0.692485 0.0153195 -0.0754012 -0.997036 0 0 v -0.741304 -2.41622 0.697175 0.0479173 -0.0769233 -0.995885 0 0 v -0.637324 -2.43363 0.701875 0.018497 -0.0729542 -0.997164 0 0 v -0.433464 -2.47469 0.703035 0.031057 -0.0725994 -0.996878 0 0 v -0.329264 -2.49196 0.707784 0.057168 -0.0882697 -0.994455 0 0 v -0.221144 -2.50271 0.720625 0.040622 -0.0997589 -0.994182 0 0 v -0.116844 -2.51997 0.725285 -0.00882196 -0.0715615 -0.997397 0 0 v -0.0171438 -2.54376 0.721785 0.00708452 -0.0596453 -0.998195 0 0 v 0.0867861 -2.56099 0.726485 0.0458355 -0.074557 -0.996163 0 0 v 0.295346 -2.5954 0.735855 0.00918104 -0.0855977 -0.996287 0 0 v 0.399296 -2.61275 0.740545 0.0457876 -0.074516 -0.996168 0 0 v 0.503146 -2.62982 0.745225 0.0457258 -0.0746928 -0.996158 0 0 v 0.607196 -2.64727 0.749934 -0.0150717 -0.0981407 -0.995058 0 0 v 0.707006 -2.67063 0.746355 -0.00326487 -0.113099 -0.993578 0 0 v 0.811036 -2.68782 0.751045 0.0584925 -0.115525 -0.991581 0 0 v 0.919426 -2.69861 0.763965 0.0178467 -0.140707 -0.98989 0 0 v 1.01951 -2.72237 0.760455 0.0208418 -0.130752 -0.991196 0 0 v 1.12763 -2.73313 0.773355 0.0723502 -0.168277 -0.983081 0 0 v 0.990396 -3.10396 0.324835 -0.0390611 0.0968256 -0.994535 0 0 v 1.08572 -3.13404 0.313055 -0.113943 0.113055 -0.987034 0 0 v 1.18103 -3.16402 0.301355 0.023694 0.0952658 -0.99517 0 0 v 1.2848 -3.18115 0.306005 -0.0720189 0.1229 -0.989802 0 0 v 1.37594 -3.21809 0.286025 -0.0387829 0.0562541 -0.997663 0 0 v 1.47993 -3.23524 0.290675 -0.00106709 0.0351377 -0.999382 0 0 v 1.57939 -3.25904 0.287145 0.0100176 0.0232966 -0.999678 0 0 v 1.68368 -3.27605 0.291805 -0.0412329 -0.0075079 -0.999121 0 0 v 1.77879 -3.30632 0.280085 0.0192872 -0.0502771 -0.998549 0 0 v 1.8874 -3.31698 0.292975 0.0159925 -0.075768 -0.996997 0 0 v 1.9874 -3.34071 0.289505 0.0390381 -0.130896 -0.990627 0 0 v 2.09549 -3.35165 0.302414 0.0299355 -0.156808 -0.987175 0 0 v 2.1955 -3.37537 0.298914 -0.00255858 -0.19031 -0.981721 0 0 v 2.29944 -3.39244 0.303565 0.0484558 -0.249495 -0.967163 0 0 v 2.40796 -3.40344 0.316605 0.109374 -0.31807 -0.941737 0 0 v 2.52083 -3.40776 0.337725 0.111648 -0.391049 -0.913573 0 0 v 2.62922 -3.41856 0.350675 0.156203 -0.473106 -0.867047 0 0 v 2.74641 -3.41668 0.380165 0.204024 -0.497929 -0.842877 0 0 v 2.86374 -3.4146 0.409585 0.219215 -0.595068 -0.7732 0 0 v 2.98116 -3.41257 0.439245 0.276813 -0.695688 -0.662867 0 0 v 3.10727 -3.39758 0.485175 0.37023 -0.755711 -0.540213 0 0 v 3.25094 -3.35699 0.564055 0.496358 -0.76189 -0.416117 0 0 v -3.89856 -3.07519 4.04734 -0.0470932 -0.816754 -0.57506 0 0 v -4.4098 -2.83488 3.78642 -0.280616 -0.703668 -0.652767 0 0 v -6.40132 -3.46643 7.87476 -0.231308 -0.404045 -0.885011 0 0 v -7.14459 -3.19433 8.00506 -0.371475 -0.278441 -0.885707 0 0 v -6.31752 -2.34185 4.71142 -0.588783 -0.585783 -0.55695 0 0 v -5.05151 -2.4509 3.66565 -0.360546 -0.598104 -0.715737 0 0 v -6.46787 -2.15511 4.68776 -0.611232 -0.529203 -0.588506 0 0 v -5.6658 3.99242 11.6132 -0.364522 0.143427 -0.920083 0 0 v -6.2298 -1.80922 4.12326 -0.75857 -0.365526 -0.539409 0 0 v -5.98126 -2.70039 7.39117 -0.508792 -0.85231 -0.12124 0 0 v -7.45759 -1.96424 8.33687 -0.67761 0.180282 -0.712982 0 0 v -5.85194 -2.8532 7.66417 0.0228463 -0.704398 -0.709437 0 0 v -7.65963 -0.753423 8.20757 -0.747523 -0.0414003 -0.662945 0 0 v -6.27245 -2.07242 4.42054 -0.705026 -0.47341 -0.528035 0 0 v -6.12288 -4.09223 8.28767 -0.363882 -0.70907 -0.603994 0 0 v -6.02804 -4.12305 8.27617 -0.245608 -0.741427 -0.62447 0 0 v -5.37549 4.13989 11.6206 0.0672601 0.260771 -0.963055 0 0 v -4.92825 -1.56079 3.10115 -0.308521 -0.387714 -0.868615 0 0 v -6.63875 -3.6138 8.06956 -0.149627 -0.713244 -0.684759 0 0 v -7.39496 -2.03874 8.26146 -0.595613 0.248521 -0.76386 0 0 v -6.36355 -2.72462 7.69847 -0.250073 -0.170108 -0.953167 0 0 v -5.64612 -2.84837 7.72976 0.241779 -0.575513 -0.781234 0 0 v -4.84158 -3.12922 4.35969 -0.347447 -0.826897 -0.442179 0 0 v -6.66546 -3.79705 8.27996 0.0959821 -0.808244 -0.580972 0 0 v -5.81538 -1.97786 3.82464 -0.562391 -0.425749 -0.70884 0 0 v -6.10795 -3.99879 8.18526 -0.350432 -0.602621 -0.71697 0 0 v -5.58814 -4.09487 8.21447 0.131114 -0.661426 -0.738461 0 0 v -7.19114 -1.0873 7.93096 -0.612108 -0.287071 -0.736827 0 0 v -7.29235 -3.38149 8.17507 -0.548886 -0.454661 -0.701432 0 0 v -4.83786 -3.0571 4.24252 -0.347471 -0.771489 -0.532981 0 0 v -5.61207 0.731317 3.30982 -0.575522 0.333407 -0.746736 0 0 v -5.56015 0.645557 3.21896 -0.562055 0.314619 -0.764924 0 0 v -5.4968 0.562057 3.14544 -0.500912 0.278937 -0.819318 0 0 v -5.42199 0.509017 3.09492 -0.460064 0.256807 -0.849936 0 0 v -5.35323 0.439957 3.03364 -0.441388 0.277642 -0.853283 0 0 v -5.28215 0.379847 2.97528 -0.412499 0.277308 -0.867724 0 0 v -5.20192 0.322167 2.93161 -0.287543 0.153544 -0.94538 0 0 v -5.1157 0.269827 2.90675 -0.243327 0.133825 -0.960668 0 0 v -5.03374 0.220227 2.87025 -0.343068 0.2038 -0.916935 0 0 v -4.95576 0.164597 2.82545 -0.315259 0.135675 -0.939257 0 0 v -4.86945 0.121567 2.79725 -0.276083 0.105235 -0.955355 0 0 v -4.7827 0.0783268 2.76881 -0.308661 0.146042 -0.939894 0 0 v -4.52768 -0.0567032 2.67589 -0.248928 0.12691 -0.960171 0 0 v -4.44549 -0.105993 2.6394 -0.242549 0.106813 -0.964241 0 0 v -4.3547 -0.142553 2.6194 -0.216095 0.0722971 -0.973692 0 0 v -4.26389 -0.179373 2.59936 -0.270668 0.0856477 -0.958855 0 0 v -4.18176 -0.228453 2.5629 -0.306501 0.085166 -0.948053 0 0 v -4.09515 -0.271343 2.53462 -0.285131 0.0373225 -0.957762 0 0 v -6.12402 -2.19382 4.3138 -0.732471 -0.509014 -0.452096 0 0 v -5.06367 -2.01283 0.315415 -0.643588 0.0998266 -0.758834 0 0 v -4.98118 -2.06157 0.279665 -0.250802 0.0445497 -0.967013 0 0 v -4.68759 -2.14161 0.258995 -0.0640154 -0.0151446 -0.997834 0 0 v -4.59249 -2.17201 0.246895 -0.0225541 -0.0192944 -0.999559 0 0 v -4.48903 -2.19086 0.250575 0.0291902 -0.0228678 -0.999312 0 0 v -4.38189 -2.20359 0.262045 0.0381011 -0.0356722 -0.998637 0 0 v -4.28258 -2.22818 0.257805 -0.0261549 -0.042933 -0.998736 0 0 v -4.17944 -2.24688 0.261425 0.000169269 -0.0446559 -0.999002 0 0 v -4.08056 -2.27193 0.257215 0.038118 -0.0360252 -0.998624 0 0 v -3.97288 -2.28486 0.268715 0.0249383 -0.0327921 -0.999151 0 0 v -3.7703 -2.32786 0.268115 0.0159135 -0.0343611 -0.999283 0 0 v -3.66738 -2.34672 0.271745 0.0303929 -0.0238458 -0.999254 0 0 v -3.56401 -2.36565 0.275395 0.0293579 -0.024535 -0.999268 0 0 v -3.46064 -2.38416 0.279035 0.0157891 -0.0353978 -0.999249 0 0 v -3.35742 -2.4031 0.282645 0.00437438 -0.0233189 -0.999719 0 0 v -3.25855 -2.4278 0.278405 -0.00607048 -0.0101624 -0.99993 0 0 v -3.1553 -2.44659 0.282045 -0.00650051 -0.0108335 -0.99992 0 0 v -3.05599 -2.4715 0.277825 0.0421791 -0.0142645 -0.999008 0 0 v -2.94869 -2.48433 0.289295 -0.0102449 -0.0126628 -0.999867 0 0 v -2.84965 -2.50853 0.285075 -0.0485691 -0.014391 -0.998716 0 0 v -2.75428 -2.53962 0.272945 -0.0352509 -0.00736481 -0.999351 0 0 v -2.65134 -2.55797 0.276575 0.00493337 0.00445973 -0.999978 0 0 v -2.34949 -2.62608 0.271705 -0.00237435 -0.0201673 -0.999794 0 0 v -2.25053 -2.65111 0.267485 -0.0175519 -0.0270313 -0.99948 0 0 v -2.14734 -2.66989 0.271115 -0.0232095 -0.0223299 -0.999481 0 0 v -2.05197 -2.70014 0.259025 0.0329885 -0.0050783 -0.999443 0 0 v -1.94464 -2.71314 0.270445 0.00366126 -0.0178552 -0.999834 0 0 v -1.85 -2.74356 0.258375 -0.106266 -0.0794989 -0.991155 0 0 v -1.54086 -2.46619 0.656415 -0.0202806 -0.101912 -0.994587 0 0 v -1.43712 -2.48506 0.660135 0.156103 -0.0673755 -0.98544 0 0 v -1.32437 -2.48975 0.681255 0.112606 -0.0230301 -0.993373 0 0 v -1.21589 -2.50036 0.694145 0.0519503 -0.0435834 -0.997698 0 0 v -1.11629 -2.52429 0.690695 0.0646546 -0.0997784 -0.992907 0 0 v -1.00334 -2.52876 0.711795 0.0477883 -0.113514 -0.992386 0 0 v -0.903704 -2.5522 0.708235 -0.0431508 -0.0959433 -0.994451 0 0 v -0.803794 -2.5761 0.704775 0.0284212 -0.0859829 -0.995891 0 0 v -0.695614 -2.58704 0.717635 0.0174889 -0.0724163 -0.997221 0 0 v -0.595844 -2.6107 0.714135 0.0145951 -0.0750211 -0.997075 0 0 v -0.491744 -2.62769 0.718795 -0.000781528 -0.0815589 -0.996668 0 0 v -0.387514 -2.64525 0.723545 0.056778 -0.0881926 -0.994484 0 0 v -0.279084 -2.65577 0.736395 0.0541963 -0.0884276 -0.994607 0 0 v -0.179314 -2.67953 0.732855 -0.03766 -0.0699045 -0.996843 0 0 v -0.0796539 -2.70356 0.729385 -0.00864844 -0.0716415 -0.997393 0 0 v 0.0245461 -2.72068 0.734085 0.0441904 -0.0747201 -0.996225 0 0 v 0.132646 -2.73159 0.746985 0.070768 -0.0766238 -0.994545 0 0 v 0.237086 -2.74883 0.751655 0.00955341 -0.0966481 -0.995273 0 0 v 0.336706 -2.77234 0.748125 -0.00306072 -0.112906 -0.993601 0 0 v 0.440486 -2.7898 0.752865 0.0586943 -0.11531 -0.991594 0 0 v 0.548926 -2.80039 0.765755 0.064623 -0.127792 -0.989693 0 0 v 0.653016 -2.81767 0.770455 -0.00827858 -0.139296 -0.990216 0 0 v 0.757106 -2.83495 0.775145 0.0434376 -0.177016 -0.983249 0 0 v 0.623956 -3.199 0.334785 -0.106652 0.180392 -0.977796 0 0 v 0.706036 -3.24815 0.298355 -0.0905046 0.106583 -0.990176 0 0 v 0.814716 -3.25935 0.311235 0.0271849 0.114101 -0.993097 0 0 v 0.914516 -3.28282 0.307725 0.00518706 0.109366 -0.993988 0 0 v 1.01392 -3.30664 0.304175 -0.0800344 0.0983666 -0.991927 0 0 v 1.10515 -3.34303 0.284185 -0.0485043 0.0624441 -0.996869 0 0 v 1.20933 -3.36054 0.288845 0.0137598 0.0438577 -0.998943 0 0 v 1.30879 -3.38438 0.285355 -0.00559831 0.0130295 -0.999899 0 0 v 1.41307 -3.40154 0.290035 0.0218047 -0.0500012 -0.998511 0 0 v 1.51253 -3.42522 0.286545 0.00271724 -0.0907948 -0.995866 0 0 v 1.61659 -3.4422 0.291175 0.0369087 -0.136207 -0.989993 0 0 v 1.72075 -3.45958 0.295915 0.0281352 -0.189242 -0.981527 0 0 v 1.8293 -3.47064 0.308935 0.0753018 -0.246406 -0.966237 0 0 v 1.93361 -3.48785 0.313665 0.0385031 -0.30988 -0.949996 0 0 v 2.04216 -3.49883 0.326715 0.0889379 -0.369771 -0.924856 0 0 v 2.15014 -3.50951 0.339515 0.0597808 -0.44741 -0.892329 0 0 v 2.25876 -3.52027 0.352415 0.0705286 -0.499842 -0.86324 0 0 v 2.37169 -3.52478 0.373755 0.14581 -0.631339 -0.761676 0 0 v 2.48481 -3.52908 0.394895 0.181539 -0.74725 -0.639266 0 0 v 2.60174 -3.52708 0.424625 0.180613 -0.850791 -0.493491 0 0 v 2.72322 -3.51675 0.462655 0.211993 -0.87854 -0.428049 0 0 v 2.84833 -3.49875 0.509465 0.238743 -0.939884 -0.24417 0 0 v 3.12668 -3.43167 0.650065 0.326714 -0.924808 -0.194908 0 0 v -4.58977 -2.69011 3.70527 -0.277312 -0.709503 -0.647846 0 0 v -7.10372 -3.06567 7.95477 -0.320516 -0.194576 -0.927044 0 0 v -5.98617 -2.46558 4.44123 -0.680413 -0.604907 -0.413673 0 0 v -3.28774 -2.99505 3.67731 -0.416746 -0.820152 -0.392011 0 0 v -4.38102 -2.65709 3.59196 -0.240717 -0.684503 -0.688121 0 0 v -6.52819 -3.55096 7.95657 -0.277723 -0.584337 -0.762509 0 0 v -5.02682 -3.27146 4.77316 -0.308581 -0.832574 -0.459998 0 0 v -6.03706 -2.16971 4.15729 -0.669399 -0.49271 -0.556005 0 0 v -5.63877 -3.8588 8.04646 0.194606 -0.452531 -0.870255 0 0 v -6.25528 -1.54445 4.01796 -0.7376 -0.26473 -0.62118 0 0 v -6.52761 -2.00825 4.63856 -0.653867 -0.425628 -0.625538 0 0 v -3.69074 -3.10968 4.0592 -0.0772161 -0.697829 -0.71209 0 0 v -4.3002 -2.77595 3.6778 -0.261041 -0.69854 -0.666258 0 0 v -5.90845 -4.04849 8.18017 -0.0764222 -0.667064 -0.741071 0 0 v -7.47056 -3.37812 8.35207 -0.718127 -0.43984 -0.539291 0 0 v -4.20734 -2.87976 3.78584 -0.0905097 -0.829869 -0.550569 0 0 v -5.0201 -2.91441 4.1547 -0.372418 -0.77044 -0.517424 0 0 v -7.54194 -2.93508 8.21936 -0.740175 -0.101589 -0.664695 0 0 v -6.34468 -2.32319 7.52907 -0.795677 -0.586641 -0.150834 0 0 v -7.33108 -2.11252 8.18747 -0.528776 0.285505 -0.799302 0 0 v -6.26861 -2.756 7.68537 -0.231909 -0.236287 -0.943603 0 0 v -4.83093 -2.9775 4.1299 -0.282581 -0.750075 -0.597942 0 0 v -4.74406 -3.08665 4.22683 -0.305307 -0.764073 -0.568313 0 0 v -6.44831 -3.8194 8.31196 -0.483209 -0.621895 -0.616244 0 0 v -4.83358 -1.59172 3.08732 -0.241462 -0.367556 -0.898108 0 0 v -1.10949 -4.22699 0.333474 -0.0574946 -0.269134 -0.961385 0 0 v -6.38636 -1.76524 4.3419 -0.758846 -0.344874 -0.552462 0 0 v -3.99076 -2.90605 3.81147 -0.0199944 -0.845507 -0.53359 0 0 v -6.2994 -1.74196 4.18477 -0.786762 -0.352344 -0.506812 0 0 v -5.8768 0.782207 3.5106 -0.628486 0.342112 -0.698545 0 0 v -5.82024 0.684347 3.42217 -0.582107 0.207268 -0.786251 0 0 v -5.74891 0.661157 3.3799 -0.55913 0.237327 -0.794386 0 0 v -5.69177 0.544477 3.28558 -0.610086 0.253942 -0.750539 0 0 v -5.6259 0.477157 3.22057 -0.607207 0.222484 -0.762758 0 0 v -5.56674 0.396167 3.1419 -0.561872 0.222041 -0.796867 0 0 v -5.49578 0.326107 3.08193 -0.524293 0.236773 -0.817958 0 0 v -5.43071 0.251197 3.01365 -0.506443 0.233505 -0.830055 0 0 v -5.35506 0.198007 2.95849 -0.397382 0.140785 -0.906789 0 0 v -5.27394 0.139387 2.92635 -0.299226 0.0821869 -0.950636 0 0 v -5.18663 0.104897 2.89752 -0.315659 0.136049 -0.939069 0 0 v -5.10511 0.0466568 2.86146 -0.307461 0.114855 -0.944604 0 0 v -5.01845 0.00405681 2.83316 -0.311173 0.117776 -0.943027 0 0 v -4.93622 -0.0454532 2.79659 -0.301398 0.140063 -0.943155 0 0 v -4.85411 -0.0948732 2.76004 -0.355294 0.169318 -0.919292 0 0 v -4.77665 -0.150323 2.71547 -0.270682 0.102344 -0.957213 0 0 v -4.68565 -0.186933 2.69541 -0.235022 0.0415834 -0.9711 0 0 v -4.59904 -0.229773 2.66714 -0.270098 0.0832645 -0.959226 0 0 v -4.50843 -0.266433 2.64716 -0.225437 0.0498986 -0.972979 0 0 v -4.42164 -0.309503 2.61885 -0.216676 0.0268058 -0.975875 0 0 v -4.33105 -0.346023 2.59891 -0.274545 0.0343983 -0.960959 0 0 v -4.24433 -0.388733 2.57058 -0.273362 -0.0302106 -0.961437 0 0 v -4.15349 -0.425273 2.55059 -0.270461 -0.0603026 -0.960841 0 0 v -6.67476 -3.87351 8.39627 0.121944 -0.900918 -0.416505 0 0 v -5.11947 -2.16052 0.332735 -0.564459 0.0428104 -0.82435 0 0 v -5.03671 -2.20907 0.296815 -0.404893 -0.0167445 -0.914211 0 0 v -4.94997 -2.25131 0.268905 -0.24501 -0.0323005 -0.968982 0 0 v -4.85474 -2.2824 0.256755 -0.0763278 -0.0143964 -0.996979 0 0 v -4.75142 -2.30085 0.260405 0.0058276 -0.0193555 -0.999796 0 0 v -4.65196 -2.32585 0.256205 -0.0365794 -0.0283966 -0.998927 0 0 v -4.54899 -2.34434 0.259845 -0.00305143 -0.0380991 -0.999269 0 0 v -4.4499 -2.36939 0.255645 0.0314312 -0.00967619 -0.999459 0 0 v -4.34247 -2.38198 0.267185 0.0179216 -0.00984323 -0.999791 0 0 v -4.24313 -2.40692 0.262985 0.00557202 -0.0198748 -0.999787 0 0 v -4.14027 -2.42559 0.266635 0.0160984 -0.0327564 -0.999334 0 0 v -4.03679 -2.44409 0.270305 0.0308397 -0.0222651 -0.999276 0 0 v -3.93344 -2.4631 0.273954 -0.00667973 -0.00896667 -0.999937 0 0 v -3.83418 -2.48763 0.269755 0.00569337 -0.020753 -0.999768 0 0 v -3.73111 -2.50676 0.273425 0.0149102 -0.0339526 -0.999312 0 0 v -3.63205 -2.5315 0.269225 0.0124504 -0.0355521 -0.99929 0 0 v -3.52477 -2.54448 0.280745 0.0312732 -0.013373 -0.999421 0 0 v -3.42563 -2.56911 0.276535 0.00646238 -0.000577911 -0.999979 0 0 v -3.32228 -2.58784 0.280195 -0.00555511 -0.00913113 -0.999943 0 0 v -3.22303 -2.61236 0.275975 -0.00600138 -0.009809 -0.999934 0 0 v -3.11986 -2.63132 0.279655 0.0306496 -0.0237089 -0.999249 0 0 v -3.01647 -2.65005 0.283285 0.00381607 -0.0226709 -0.999736 0 0 v -2.91743 -2.67486 0.279074 -0.0412586 0.0130579 -0.999063 0 0 v -2.71899 -2.72424 0.270634 -0.0338328 -0.00838902 -0.999392 0 0 v -2.61591 -2.74294 0.274285 0.0127256 -0.0287746 -0.999505 0 0 v -2.51667 -2.76772 0.270075 -0.0254402 -0.023789 -0.999393 0 0 v -2.31048 -2.80509 0.277395 -0.0211579 -0.0210192 -0.999555 0 0 v -2.21118 -2.82997 0.273175 -0.000395859 -0.0226108 -0.999744 0 0 v -2.10799 -2.84862 0.276835 -0.00147841 -0.0476849 -0.998861 0 0 v -2.00446 -2.86734 0.280475 2.76965e-005 -0.0474701 -0.998873 0 0 v -1.90568 -2.8923 0.276275 -0.0549729 -0.0444735 -0.997497 0 0 v -1.80655 -2.91684 0.272045 -0.0651275 -0.0821729 -0.994488 0 0 v -1.71156 -2.94738 0.259925 -0.162536 -0.117602 -0.979669 0 0 v -1.3902 -2.65287 0.682205 0.0710105 -0.0344603 -0.99688 0 0 v -1.29076 -2.6778 0.678035 0.107065 0.0124484 -0.994174 0 0 v -1.17443 -2.67761 0.706385 0.101674 -0.0596671 -0.993027 0 0 v -1.06578 -2.68851 0.719325 0.0975787 -0.0556106 -0.993673 0 0 v -0.961614 -2.70536 0.723975 -0.00523529 -0.0468146 -0.99889 0 0 v -0.862174 -2.72918 0.720475 0.00169778 -0.0847045 -0.996405 0 0 v -0.757814 -2.74646 0.725145 0.00148168 -0.0846459 -0.99641 0 0 v -0.658564 -2.7705 0.721675 0.0173787 -0.0724601 -0.99722 0 0 v -0.549704 -2.7811 0.734555 0.0282554 -0.0860021 -0.995894 0 0 v -0.450054 -2.8047 0.731035 0.00238844 -0.0848946 -0.996387 0 0 v -0.345984 -2.82233 0.735795 0.0797181 -0.0693759 -0.9944 0 0 v -0.237714 -2.83308 0.748674 0.0158708 -0.0732423 -0.997188 0 0 v -0.137804 -2.85694 0.745205 -0.00280759 -0.111306 -0.993782 0 0 v -0.0336939 -2.87424 0.749875 -0.00848884 -0.13973 -0.990153 0 0 v 0.0656362 -2.89753 0.746295 0.0366653 -0.123768 -0.991634 0 0 v 0.174096 -2.90838 0.759235 0.0872373 -0.111936 -0.989879 0 0 v 0.282576 -2.91926 0.772185 0.0195421 -0.131981 -0.99106 0 0 v 0.386656 -2.93656 0.776885 0.043515 -0.176933 -0.983261 0 0 v 0.250566 -3.30478 0.329525 -0.069722 0.126889 -0.989464 0 0 v 0.337486 -3.34734 0.301715 -0.0896783 0.0363002 -0.995309 0 0 v 0.440796 -3.36574 0.305405 0.0285276 0.0576387 -0.99793 0 0 v 0.543986 -3.38401 0.309375 -0.0652227 0.104658 -0.992367 0 0 v 0.639266 -3.41416 0.297595 -0.0910925 0.050714 -0.99455 0 0 v 0.734596 -3.44461 0.285835 -0.0182631 0.0400983 -0.999029 0 0 v 0.834336 -3.46802 0.282295 0.0119476 0.0361796 -0.999274 0 0 v 0.938696 -3.48566 0.286985 0.00861944 0.0171914 -0.999815 0 0 v 1.03844 -3.50914 0.283474 -0.014511 -0.0379323 -0.999175 0 0 v 1.14245 -3.52657 0.288175 0.0123255 -0.10616 -0.994273 0 0 v 1.24224 -3.55017 0.284695 0.0205091 -0.151489 -0.988246 0 0 v 1.35044 -3.56112 0.297654 0.0968487 -0.205747 -0.973801 0 0 v 1.45914 -3.57198 0.310635 0.0837321 -0.29144 -0.952918 0 0 v 1.56721 -3.58307 0.323694 0.0747153 -0.387568 -0.918808 0 0 v 1.67581 -3.5939 0.336715 0.0877948 -0.48595 -0.869566 0 0 v 1.78419 -3.60463 0.349565 0.0846894 -0.525248 -0.846724 0 0 v 1.89739 -3.60906 0.370825 0.118174 -0.662563 -0.739625 0 0 v 2.0101 -3.6134 0.391805 0.125883 -0.785122 -0.606413 0 0 v 2.12299 -3.61784 0.413325 0.110602 -0.873952 -0.473261 0 0 v 2.23996 -3.61587 0.442895 0.134154 -0.910408 -0.391357 0 0 v 2.36558 -3.59699 0.489815 0.220015 -0.951329 -0.215792 0 0 v 2.50435 -3.55939 0.560725 0.212958 -0.97593 -0.046999 0 0 v 2.64849 -3.52206 0.638735 0.17212 -0.984405 -0.0363586 0 0 v -6.65766 -1.79144 4.65564 -0.737001 -0.243878 -0.630359 0 0 v -6.58473 -1.85276 4.60173 -0.69461 -0.327622 -0.640453 0 0 v -6.69224 -1.23501 4.47578 -0.766505 -0.228126 -0.600357 0 0 v -6.00052 -1.98003 3.98019 -0.611834 -0.428801 -0.664672 0 0 v -6.6444 -3.24192 7.86447 -0.208548 -0.227861 -0.951098 0 0 v -5.66979 -3.58937 7.93007 0.176277 -0.301191 -0.937129 0 0 v -5.55914 3.73126 11.5549 -0.187923 0.0950838 -0.977571 0 0 v -7.40298 -2.52257 8.10426 -0.572437 0.13231 -0.809203 0 0 v -4.73456 -1.61659 3.08255 -0.205359 -0.364052 -0.908457 0 0 v -6.55127 -2.04519 7.59857 -0.833413 -0.545948 -0.0858112 0 0 v -6.45818 -3.00154 7.77197 -0.240432 -0.189676 -0.951954 0 0 v -6.29943 -4.01206 8.33286 -0.519606 -0.671828 -0.527879 0 0 v -7.19471 -2.25189 8.05497 -0.406498 0.254842 -0.877391 0 0 v -6.17265 -2.78565 7.67636 -0.246449 -0.329358 -0.911475 0 0 v -5.67659 -3.98005 8.10857 0.0592331 -0.577677 -0.814113 0 0 v -4.18696 -2.71303 3.57559 -0.205474 -0.667492 -0.715706 0 0 v -6.1687 -3.39808 7.80207 0.0148631 -0.33324 -0.942725 0 0 v -6.34805 -3.77185 8.17906 -0.508151 -0.662964 -0.549783 0 0 v -6.12744 -4.17035 8.40896 -0.443382 -0.769373 -0.459867 0 0 v -5.93478 0.619277 3.5224 -0.689637 0.193009 -0.69796 0 0 v -5.87412 0.537817 3.44574 -0.631039 0.170625 -0.756754 0 0 v -5.81434 0.456617 3.3681 -0.654172 0.174084 -0.736039 0 0 v -5.75184 0.382797 3.2962 -0.654869 0.174162 -0.7354 0 0 v -5.68973 0.308667 3.22397 -0.645989 0.204649 -0.735403 0 0 v -5.62862 0.234997 3.15092 -0.608494 0.186553 -0.771319 0 0 v -5.56307 0.159787 3.08213 -0.584645 0.162115 -0.794927 0 0 v -5.49392 0.0911868 3.02097 -0.529902 0.104347 -0.841615 0 0 v -5.41412 0.0348668 2.9787 -0.417492 0.0590634 -0.906759 0 0 v -5.33201 -0.0146732 2.94216 -0.381204 0.0986356 -0.919214 0 0 v -5.25411 -0.0707132 2.89739 -0.35196 0.12169 -0.928071 0 0 v -5.16764 -0.113313 2.86911 -0.318144 0.117469 -0.940737 0 0 v -5.08991 -0.169013 2.82441 -0.327 0.113968 -0.938127 0 0 v -5.00366 -0.212293 2.79618 -0.324101 0.0979159 -0.940942 0 0 v -4.92159 -0.261573 2.7597 -0.33418 0.0740929 -0.939593 0 0 v -4.83508 -0.304323 2.73146 -0.255954 -0.0236994 -0.966398 0 0 v -4.74393 -0.340823 2.71132 -0.302043 0.0146828 -0.953181 0 0 v -4.6618 -0.390203 2.67486 -0.282535 0.0159149 -0.959125 0 0 v -4.57066 -0.426923 2.65479 -0.246693 -0.0358121 -0.968432 0 0 v -4.4798 -0.463353 2.63481 -0.208279 -0.0858812 -0.974292 0 0 v -4.38458 -0.493553 2.62301 -0.228149 -0.0767207 -0.970599 0 0 v -4.29363 -0.530043 2.60294 -0.27708 -0.0780794 -0.957669 0 0 v -4.20741 -0.572713 2.57476 -0.305334 -0.066555 -0.949916 0 0 v -4.47997 -2.63106 3.59714 -0.25714 -0.67872 -0.687909 0 0 v -5.16249 -2.29076 0.373475 -0.700212 -0.095247 -0.707553 0 0 v -5.08815 -2.35043 0.321745 -0.576116 -0.0971423 -0.811575 0 0 v -5.0012 -2.39308 0.293735 -0.347792 -0.0303008 -0.937082 0 0 v -4.91003 -2.42975 0.273685 -0.185143 -0.0396177 -0.981913 0 0 v -4.81505 -2.46038 0.261645 -0.037367 -0.035085 -0.998685 0 0 v -4.7118 -2.47914 0.265295 -0.0402868 -0.0296804 -0.998747 0 0 v -4.61262 -2.5036 0.261085 -0.0302821 -0.00383949 -0.999534 0 0 v -4.41033 -2.54745 0.260605 0.0530485 -0.00521297 -0.998578 0 0 v -4.30685 -2.56609 0.264304 0.0191867 -0.00588042 -0.999799 0 0 v -4.20359 -2.58521 0.268005 0.0228942 -0.00986418 -0.999689 0 0 v -4.10045 -2.60373 0.271675 0.000880105 0.0156826 -0.999877 0 0 v -4.00155 -2.6284 0.267485 0.0248799 0.0134959 -0.999599 0 0 v -3.89808 -2.6472 0.271195 0.0106628 0.00327257 -0.999938 0 0 v -3.79483 -2.66614 0.274915 0.0596285 -0.00150851 -0.998219 0 0 v -3.6877 -2.679 0.286485 0.0257563 -0.025292 -0.999348 0 0 v -3.58845 -2.70413 0.282265 -0.0212414 -0.0186244 -0.999601 0 0 v -3.38618 -2.74741 0.281775 0.0193089 -0.00733785 -0.999787 0 0 v -3.2829 -2.76611 0.285455 -0.00554142 -0.0086821 -0.999947 0 0 v -3.18349 -2.79113 0.281305 0.0187134 -0.0105845 -0.999769 0 0 v -3.07645 -2.80414 0.292845 0.0334226 -0.00194812 -0.999439 0 0 v -2.97736 -2.82862 0.288645 -0.0681687 0.00735935 -0.997647 0 0 v -2.88213 -2.85935 0.276555 -0.0172454 0.00371561 -0.999844 0 0 v -2.77888 -2.87832 0.280245 -0.0215914 -0.019974 -0.999567 0 0 v -2.67968 -2.90302 0.276105 0.0362006 -0.0593574 -0.99758 0 0 v -2.57222 -2.91589 0.287585 -0.0360401 -0.0685427 -0.996997 0 0 v -2.47755 -2.94639 0.275545 -0.0468231 -0.0788908 -0.995783 0 0 v -2.37435 -2.96516 0.279225 -0.0273459 -0.0450434 -0.998611 0 0 v -2.27517 -2.99022 0.275045 -0.000523562 -0.0368422 -0.999321 0 0 v -2.06862 -3.02781 0.282425 -0.010355 -0.0332935 -0.999392 0 0 v -1.96949 -3.05234 0.278215 -0.00979184 -0.0334728 -0.999392 0 0 v -1.86624 -3.07125 0.281915 0.000225021 -0.0463102 -0.998927 0 0 v -1.76282 -3.09029 0.285585 -0.0646536 -0.0700786 -0.995444 0 0 v -1.66795 -3.12081 0.273535 -0.0707622 -0.107072 -0.99173 0 0 v -1.56475 -3.13977 0.277225 -0.039335 -0.103683 -0.993832 0 0 v -1.46574 -3.16402 0.272995 -0.0262751 -0.108599 -0.993738 0 0 v -1.13627 -2.85833 0.711644 0.112713 -0.00184553 -0.993626 0 0 v -1.02891 -2.87126 0.723255 0.0644516 -0.00859588 -0.997884 0 0 v -0.924394 -2.88868 0.728005 0.0367907 -0.0444988 -0.998332 0 0 v -0.816364 -2.89948 0.740915 0.0268868 -0.0946468 -0.995148 0 0 v -0.716674 -2.9232 0.737375 -0.0277215 -0.0918348 -0.995388 0 0 v -0.612594 -2.94051 0.742075 0.0566071 -0.0875664 -0.994549 0 0 v -0.508514 -2.95782 0.746785 0.00226526 -0.0849654 -0.996381 0 0 v -0.300354 -2.99244 0.756195 0.049235 -0.0937393 -0.994379 0 0 v -0.195794 -3.00981 0.760945 0.0282924 -0.0947573 -0.995098 0 0 v -0.0878039 -3.02066 0.773855 0.0455714 -0.158729 -0.98627 0 0 v 0.0162761 -3.03798 0.778555 0.00839656 -0.206077 -0.9785 0 0 v -0.131504 -3.42062 0.305244 0.00194898 0.0218364 -0.99976 0 0 v -0.0322539 -3.44576 0.301035 -0.0370934 0.0314109 -0.998818 0 0 v 0.0709662 -3.46438 0.304725 0.0149062 0.0801396 -0.996672 0 0 v 0.169996 -3.48914 0.300535 0.0081834 0.0876539 -0.996117 0 0 v 0.273266 -3.50771 0.304225 -0.0309005 0.064475 -0.997441 0 0 v 0.372256 -3.53242 0.300025 -0.0211633 0.0332009 -0.999225 0 0 v 0.471356 -3.55719 0.295825 -0.00610526 0.04213 -0.999094 0 0 v 0.570476 -3.58237 0.291625 -0.035578 0.0228405 -0.999106 0 0 v 0.669796 -3.60705 0.287455 -0.00935382 -0.036337 -0.999296 0 0 v 0.772886 -3.62573 0.291145 0.0191249 -0.0985056 -0.994953 0 0 v 0.876186 -3.64464 0.294895 0.0397151 -0.151109 -0.987719 0 0 v 0.979926 -3.6624 0.299274 0.0492228 -0.219028 -0.974476 0 0 v 1.08836 -3.67337 0.312265 0.0853689 -0.289083 -0.95349 0 0 v 1.1969 -3.68423 0.325255 0.0794567 -0.394259 -0.915558 0 0 v 1.30542 -3.6951 0.338265 0.118766 -0.505329 -0.854715 0 0 v 1.4183 -3.69976 0.359655 0.152329 -0.52774 -0.835635 0 0 v 1.53535 -3.6977 0.389165 0.201086 -0.721779 -0.662269 0 0 v 1.64795 -3.69922 0.410995 0.162274 -0.860185 -0.483476 0 0 v 1.76856 -3.6861 0.450325 0.152685 -0.895125 -0.418854 0 0 v 1.89464 -3.67075 0.495805 0.177435 -0.980381 -0.0858473 0 0 v 2.02865 -3.63623 0.557985 0.167406 -0.985879 -0.00414191 0 0 v 2.16861 -3.60546 0.627475 0.133531 -0.990714 0.0256101 0 0 v 2.30459 -3.58724 0.689355 0.145618 -0.98923 0.0147974 0 0 v -6.26315 -3.81579 8.14576 -0.425169 -0.597031 -0.680283 0 0 v -6.87251 -3.3052 7.94267 -0.238966 -0.296797 -0.924558 0 0 v -6.86631 -3.6768 8.14936 -0.195684 -0.673734 -0.712594 0 0 v -6.0713 -2.48888 4.60011 -0.641439 -0.611019 -0.463908 0 0 v -5.37575 4.62386 11.7239 0.283406 0.202072 -0.937469 0 0 v -6.23456 -2.39014 4.67501 -0.60114 -0.594981 -0.533506 0 0 v -6.05718 -2.33554 4.36784 -0.708792 -0.55747 -0.43225 0 0 v -7.5238 -2.59779 8.19846 -0.707448 0.0791751 -0.702317 0 0 v -3.86902 -2.6897 3.47788 -0.101083 -0.677879 -0.728191 0 0 v -4.49416 -2.71949 3.6944 -0.250674 -0.709515 -0.658598 0 0 v -7.53453 -1.28758 8.25536 -0.594014 -0.300993 -0.746023 0 0 v -5.4496 -2.05259 3.62413 -0.457382 -0.440143 -0.772706 0 0 v -6.78496 -3.03921 7.85526 -0.215983 -0.143551 -0.965787 0 0 v -7.05637 -3.61446 8.17286 -0.405074 -0.616064 -0.67556 0 0 v -6.82198 -2.07719 7.93066 -0.44326 -0.0192046 -0.896187 0 0 v -5.62783 -3.15148 7.81926 0.202662 -0.274825 -0.939893 0 0 v -6.4499 -2.06323 4.59327 -0.627855 -0.450134 -0.634963 0 0 v -7.03868 -2.36026 7.96277 -0.331795 0.204481 -0.920923 0 0 v -4.39546 -2.74587 3.68925 -0.269813 -0.695414 -0.666033 0 0 v -5.16095 -2.06954 3.4715 -0.412443 -0.428308 -0.804017 0 0 v -5.30127 -2.24005 3.64553 -0.430164 -0.498477 -0.752648 0 0 v -5.43055 -2.39531 3.84072 -0.433601 -0.544005 -0.718366 0 0 v -6.18707 -2.05337 4.25679 -0.749007 -0.465944 -0.471046 0 0 v -4.44865 -1.70709 3.04739 -0.260678 -0.359513 -0.89599 0 0 v -6.10188 -3.53809 7.87076 0.0263198 -0.491239 -0.870627 0 0 v -6.04978 0.553587 3.62317 -0.789478 0.242679 -0.563765 0 0 v -5.99701 0.459297 3.53006 -0.661911 0.208141 -0.720105 0 0 v -5.93287 0.376657 3.4568 -0.630521 0.146988 -0.762127 0 0 v -5.86583 0.316817 3.39837 -0.646821 0.158101 -0.746074 0 0 v -5.80955 0.228817 3.31274 -0.67876 0.186267 -0.710345 0 0 v -5.75051 0.148067 3.23392 -0.67425 0.144528 -0.724223 0 0 v -5.68635 0.0732968 3.16386 -0.643696 0.107264 -0.757726 0 0 v -5.61741 0.0118568 3.1068 -0.610657 0.0653347 -0.789195 0 0 v -5.54964 -0.0567632 3.04369 -0.579473 0.0273275 -0.814533 0 0 v -5.47574 -0.119303 2.9906 -0.519004 0.0279541 -0.854315 0 0 v -5.39767 -0.175523 2.94603 -0.481669 0.0737204 -0.873247 0 0 v -5.31948 -0.230623 2.90113 -0.391409 0.0564304 -0.918485 0 0 v -5.23494 -0.279963 2.86867 -0.354009 0.0453045 -0.934144 0 0 v -5.14836 -0.323093 2.84035 -0.331336 0.010344 -0.943456 0 0 v -5.06638 -0.372323 2.80393 -0.358078 0.01838 -0.933511 0 0 v -4.97972 -0.415263 2.77563 -0.294367 -0.0453055 -0.954618 0 0 v -4.88864 -0.451563 2.75551 -0.269645 -0.0771108 -0.959867 0 0 v -4.80238 -0.494843 2.72737 -0.292034 -0.105019 -0.950625 0 0 v -4.43849 -0.640803 2.64719 -0.250557 -0.134842 -0.958665 0 0 v -4.3475 -0.677383 2.62714 -0.271048 -0.156723 -0.949722 0 0 v -4.25691 -0.713663 2.60717 -0.258633 -0.224886 -0.939434 0 0 v -7.50216 -2.80568 8.16887 -0.702154 -0.0159554 -0.711846 0 0 v -6.08293 -3.89114 8.10337 -0.313754 -0.517133 -0.796324 0 0 v -5.12937 -2.48022 0.363144 -0.711784 -0.0573727 -0.700051 0 0 v -5.0638 -2.5405 0.308145 -0.494154 -0.0736717 -0.866247 0 0 v -4.96573 -2.57693 0.290535 -0.279988 -0.0859347 -0.95615 0 0 v -4.87461 -2.61332 0.270535 -0.137651 -0.0630568 -0.988472 0 0 v -4.67628 -2.66302 0.262135 -0.0619477 -0.0126383 -0.997999 0 0 v -4.57755 -2.68754 0.257955 -0.00874008 -0.0287239 -0.999549 0 0 v -4.47401 -2.70668 0.261705 0.0129768 -0.0287202 -0.999503 0 0 v -4.16835 -2.76907 0.264935 -0.0212072 0.020935 -0.999556 0 0 v -4.06911 -2.79377 0.260825 0.0358577 0.00272451 -0.999353 0 0 v -3.96216 -2.80662 0.272415 0.0203982 -0.00737055 -0.999765 0 0 v -3.86288 -2.83155 0.268235 0.00674918 0.00911246 -0.999936 0 0 v -3.7598 -2.85053 0.271965 0.0727731 0.00918708 -0.997306 0 0 v -3.65217 -2.86357 0.283585 0.0232806 0.0138028 -0.999634 0 0 v -3.55292 -2.88797 0.279435 -0.0147626 0.00587831 -0.999874 0 0 v -3.44964 -2.90721 0.283125 0.0111752 0.00336841 -0.999932 0 0 v -3.35056 -2.932 0.278985 0.00649386 0.00817216 -0.999945 0 0 v -3.24768 -2.9505 0.282685 -0.00446312 -0.00717778 -0.999964 0 0 v -3.1483 -2.97528 0.278515 0.00801768 0.00119844 -0.999967 0 0 v -3.0451 -2.99412 0.282225 0.0096536 0.000597437 -0.999953 0 0 v -2.94612 -3.01872 0.278045 -0.0362635 -0.0313521 -0.99885 0 0 v -2.84264 -3.03762 0.281785 0.0382691 -0.0593374 -0.997504 0 0 v -2.7393 -3.05675 0.285595 0.0555815 -0.110615 -0.992308 0 0 v -2.63214 -3.06987 0.297235 0.032268 -0.153189 -0.98767 0 0 v -2.53296 -3.0945 0.293045 -0.0555107 -0.182206 -0.981692 0 0 v -2.42998 -3.11347 0.296795 -0.0795259 -0.192789 -0.978012 0 0 v -2.33465 -3.14395 0.284655 -0.0851985 -0.181483 -0.979697 0 0 v -2.2317 -3.1629 0.288375 -0.0338928 -0.171207 -0.984652 0 0 v -2.1285 -3.18145 0.292044 -0.0507877 -0.0814111 -0.995386 0 0 v -2.02934 -3.20617 0.287855 -0.0259751 -0.0435194 -0.998715 0 0 v -1.92599 -3.22507 0.291575 0.010296 -0.0585992 -0.998228 0 0 v -1.82681 -3.24978 0.287405 -0.0160706 -0.0577975 -0.998199 0 0 v -1.7234 -3.26871 0.291135 -0.00554178 -0.0704338 -0.997501 0 0 v -1.6202 -3.28765 0.294845 -0.020149 -0.0822808 -0.996405 0 0 v -1.5213 -3.31227 0.290665 -0.0206006 -0.0825025 -0.996378 0 0 v -1.41782 -3.33162 0.294415 -0.0015581 -0.08982 -0.995957 0 0 v -1.31877 -3.35613 0.290235 -0.0358192 -0.0860086 -0.99565 0 0 v -1.21554 -3.3752 0.293945 -0.0149743 -0.0568898 -0.998268 0 0 v -1.11667 -3.3995 0.289765 0.0226326 -0.0521366 -0.998383 0 0 v -1.00513 -3.40663 0.309325 0.107512 0.00711773 -0.994178 0 0 v -0.897684 -3.41965 0.320935 -0.00306378 0.067093 -0.997742 0 0 v -0.802794 -3.45023 0.308855 -0.0341904 0.034051 -0.998835 0 0 v -0.703244 -3.4751 0.304645 -0.0206733 -0.02101 -0.999566 0 0 v -0.604124 -3.50011 0.300505 -0.0245312 -0.0368789 -0.999019 0 0 v -0.500914 -3.51873 0.304225 0.0101786 -0.000168771 -0.999948 0 0 v -0.398094 -3.53743 0.307955 -0.00678056 0.0386502 -0.99923 0 0 v -0.298904 -3.56221 0.303745 -0.0303512 0.0477111 -0.9984 0 0 v -0.0964639 -3.6058 0.303275 -0.0522478 0.0268694 -0.998273 0 0 v -0.0014739 -3.63672 0.291205 -0.00237165 0.00939062 -0.999953 0 0 v 0.101886 -3.65571 0.294925 -0.0163239 -0.00201257 -0.999865 0 0 v 0.201116 -3.68006 0.290745 0.0197013 -0.018261 -0.999639 0 0 v 0.304296 -3.69935 0.294495 -0.0113635 -0.0422952 -0.999041 0 0 v 0.403286 -3.72406 0.290355 -0.00467487 -0.082012 -0.99662 0 0 v 0.506796 -3.74284 0.294095 0.0231096 -0.151278 -0.988221 0 0 v 0.609836 -3.76173 0.297865 0.0252311 -0.221142 -0.974915 0 0 v 0.717166 -3.77459 0.309495 0.0825979 -0.286995 -0.954364 0 0 v 0.824706 -3.78749 0.321145 0.0867249 -0.359677 -0.929038 0 0 v 0.936206 -3.79476 0.340905 0.136846 -0.441498 -0.886765 0 0 v 1.0481 -3.80086 0.361145 0.119336 -0.495944 -0.860116 0 0 v 1.16102 -3.8052 0.382365 0.20414 -0.632498 -0.747177 0 0 v 1.2827 -3.79674 0.420035 0.198997 -0.704696 -0.681031 0 0 v 1.39724 -3.78693 0.449295 0.283545 -0.921861 -0.264149 0 0 v 1.53759 -3.73066 0.533755 0.250831 -0.967311 -0.037321 0 0 v -6.77755 -3.78771 8.25816 -0.0602942 -0.802616 -0.593441 0 0 v -3.65158 -2.85065 3.75644 -0.00515463 -0.844168 -0.536054 0 0 v -6.03385 -4.27314 8.52637 -0.280239 -0.865719 -0.414726 0 0 v -7.40716 -1.81932 8.30527 -0.666859 -0.0249715 -0.744765 0 0 v -7.06086 -1.91692 8.05906 -0.565332 -0.0400672 -0.82389 0 0 v -6.31416 -1.83552 4.27663 -0.783833 -0.379322 -0.491651 0 0 v -5.56417 -1.74658 3.54463 -0.476942 -0.352479 -0.805161 0 0 v -5.20965 -2.98976 4.43122 -0.36711 -0.797735 -0.478381 0 0 v -5.00985 -2.25474 3.49704 -0.353004 -0.506975 -0.786361 0 0 v -6.22746 -2.62614 7.63547 -0.38872 -0.386943 -0.836165 0 0 v -4.92585 -2.94685 4.14185 -0.33802 -0.757076 -0.559088 0 0 v -6.30404 -2.25337 4.61313 -0.60713 -0.540446 -0.582504 0 0 v -3.46046 -2.90835 3.73517 -0.484766 -0.80409 -0.344152 0 0 v -4.92899 -3.16077 4.51488 -0.353444 -0.840812 -0.410014 0 0 v -4.35722 -1.74309 3.0288 -0.22643 -0.359319 -0.905328 0 0 v -6.08322 -1.56005 3.83769 -0.65054 -0.261023 -0.713207 0 0 v -4.73754 -2.34799 3.4527 -0.29067 -0.541546 -0.788821 0 0 v -5.87765 -2.27369 4.07536 -0.604174 -0.511318 -0.61117 0 0 v -3.65349 -2.77994 3.62924 -0.0192861 -0.879113 -0.476222 0 0 v -5.70884 -1.92432 3.70985 -0.511788 -0.416937 -0.751157 0 0 v -3.54936 -2.93934 3.88418 -0.14736 -0.803505 -0.576771 0 0 v -6.48677 -1.44364 4.28269 -0.804768 -0.25645 -0.535334 0 0 v -5.37556 4.38205 11.6708 0.246558 0.211955 -0.945666 0 0 v -3.67262 -3.02109 3.96467 0.0153343 -0.750105 -0.661141 0 0 v -6.28793 -2.16255 4.51718 -0.639032 -0.502063 -0.582728 0 0 v -3.84669 -2.59051 3.39493 -0.132299 -0.605211 -0.784994 0 0 v -7.09402 -1.73411 8.05597 -0.625374 -0.165103 -0.762659 0 0 v -4.09933 -2.8938 3.79797 -0.0491038 -0.845827 -0.531193 0 0 v -5.57787 -2.71312 4.25001 -0.456122 -0.715736 -0.528843 0 0 v -4.26551 -1.7642 3.0229 -0.175802 -0.379886 -0.908174 0 0 v -5.41098 -2.29922 3.7534 -0.445445 -0.527687 -0.723274 0 0 v -5.23244 -2.37719 3.70689 -0.404865 -0.561638 -0.721559 0 0 v -6.62363 -1.30299 4.41331 -0.772021 -0.240273 -0.588432 0 0 v -5.89306 -2.36334 4.1711 -0.625319 -0.55148 -0.552129 0 0 v -5.97211 -2.30948 4.21522 -0.660173 -0.539252 -0.522857 0 0 v -4.84722 -2.42302 3.54498 -0.322862 -0.571017 -0.754785 0 0 v -5.86437 0.0820068 3.33603 -0.681031 0.0765235 -0.728245 0 0 v -5.79914 0.00727678 3.26719 -0.708768 0.0507093 -0.703617 0 0 v -5.73649 -0.0741232 3.19195 -0.674885 -0.0172576 -0.737721 0 0 v -5.66547 -0.129653 3.14038 -0.639875 -0.0778407 -0.764526 0 0 v -5.59277 -0.185343 3.09055 -0.639738 -0.068956 -0.765493 0 0 v -5.52027 -0.253983 3.03285 -0.627365 -0.00901235 -0.778673 0 0 v -5.44979 -0.322573 2.97292 -0.565085 -0.0194721 -0.824803 0 0 v -5.37347 -0.372943 2.9299 -0.484926 -0.0581621 -0.872619 0 0 v -5.29054 -0.427753 2.88985 -0.398893 -0.0867706 -0.912883 0 0 v -5.20233 -0.470313 2.86458 -0.387844 -0.0545185 -0.920111 0 0 v -5.11828 -0.514563 2.8312 -0.349097 -0.0858278 -0.933148 0 0 v -5.03063 -0.556413 2.80412 -0.290362 -0.142018 -0.946319 0 0 v -4.9383 -0.592753 2.788 -0.303466 -0.140009 -0.9425 0 0 v -4.85147 -0.635563 2.75968 -0.277275 -0.189474 -0.941923 0 0 v -4.75651 -0.665993 2.74801 -0.232126 -0.192066 -0.953535 0 0 v -4.66553 -0.702533 2.728 -0.272897 -0.203871 -0.940193 0 0 v -4.48371 -0.775493 2.68795 -0.282986 -0.252819 -0.925204 0 0 v -4.39285 -0.812023 2.66794 -0.252089 -0.25746 -0.932826 0 0 v -4.29732 -0.842113 2.65609 -0.220688 -0.274001 -0.936066 0 0 v -4.20232 -0.871893 2.64429 -0.207132 -0.290617 -0.934151 0 0 v -6.01695 -1.33109 3.71398 -0.608859 -0.195682 -0.768765 0 0 v -5.14992 -2.59092 0.430725 -0.920843 -0.117801 -0.371714 0 0 v -5.09906 -2.66469 0.357525 -0.668884 -0.136447 -0.730737 0 0 v -5.0172 -2.71834 0.315255 -0.358958 -0.110084 -0.926839 0 0 v -4.92647 -2.75491 0.295225 -0.272014 -0.112825 -0.955656 0 0 v -4.831 -2.78512 0.282975 -0.116922 -0.0594602 -0.99136 0 0 v -4.73591 -2.81579 0.270895 -0.107591 -0.0336558 -0.993625 0 0 v -4.63707 -2.84054 0.266745 -0.0246694 -0.038659 -0.998948 0 0 v -4.53362 -2.85971 0.270495 0.0122605 -0.0411546 -0.999078 0 0 v -4.33135 -2.90337 0.270094 -0.0116171 -0.0158553 -0.999807 0 0 v -4.13286 -2.95291 0.261815 0.0165154 -0.0297036 -0.999422 0 0 v -4.02544 -2.966 0.273435 0.0400175 -0.0295124 -0.998763 0 0 v -3.92667 -2.99065 0.269285 -0.0042994 -0.0140008 -0.999893 0 0 v -3.72009 -3.02822 0.276815 0.035893 0.00297566 -0.999351 0 0 v -3.61692 -3.04717 0.280555 0.00982979 0.00456456 -0.999941 0 0 v -3.51771 -3.072 0.276405 -0.00462124 -0.00643554 -0.999969 0 0 v -3.41431 -3.09128 0.280175 0.0248217 -0.0109819 -0.999632 0 0 v -3.20816 -3.12869 0.287675 0.00017531 -0.0431858 -0.999067 0 0 v -3.10886 -3.1536 0.283565 0.0332631 -0.0829675 -0.995997 0 0 v -3.00155 -3.16682 0.295255 0.0100748 -0.122602 -0.992405 0 0 v -2.90252 -3.1916 0.291175 0.0299838 -0.179025 -0.983388 0 0 v -2.79524 -3.20432 0.302774 0.111246 -0.243145 -0.963589 0 0 v -2.68357 -3.21177 0.322555 0.114212 -0.304205 -0.945735 0 0 v -2.57609 -3.22462 0.334175 0.0270585 -0.411544 -0.910988 0 0 v -2.47292 -3.24359 0.337945 -0.103016 -0.449972 -0.887081 0 0 v -2.37992 -3.27295 0.333825 -0.179099 -0.627222 -0.757968 0 0 v -2.27478 -3.29311 0.329495 -0.201273 -0.367538 -0.907968 0 0 v -2.17981 -3.32392 0.317435 -0.200844 -0.234772 -0.951075 0 0 v -2.08899 -3.36041 0.297395 -0.210608 -0.172 -0.96232 0 0 v -1.98971 -3.38488 0.293185 -0.0296919 -0.0859961 -0.995853 0 0 v -1.88237 -3.39793 0.304835 0.00892214 -0.0583427 -0.998257 0 0 v -1.7832 -3.42274 0.300695 -0.0095744 -0.068901 -0.997578 0 0 v -1.47744 -3.48558 0.304055 0.0122351 -0.0579169 -0.998246 0 0 v -1.37438 -3.50432 0.307775 -0.015869 -0.0574584 -0.998222 0 0 v -1.27514 -3.5292 0.303615 -0.0420031 -0.055206 -0.997591 0 0 v -1.0727 -3.57265 0.303225 0.0430836 -0.0298317 -0.998626 0 0 v -0.969684 -3.59154 0.306955 0.0240848 0.00922857 -0.999667 0 0 v -0.870404 -3.6165 0.302805 -0.0370411 0.0258129 -0.99898 0 0 v -0.767564 -3.63543 0.306555 0.0252002 0.0105716 -0.999627 0 0 v -0.664074 -3.65418 0.310295 -0.0153632 0.00150024 -0.999881 0 0 v -0.565194 -3.67886 0.306145 -0.0153457 0.00197601 -0.99988 0 0 v -0.465964 -3.70346 0.301975 -0.0254572 0.0146186 -0.999569 0 0 v -0.366604 -3.72849 0.297805 -0.0250682 0.0136892 -0.999592 0 0 v -0.267564 -3.75345 0.293685 -0.00455463 -0.0122407 -0.999915 0 0 v -0.164314 -3.77191 0.297395 -0.00501231 -0.0125103 -0.999909 0 0 v -0.0651838 -3.79679 0.293285 0.0160752 -0.036567 -0.999202 0 0 v 0.0421561 -3.81018 0.304975 0.0309975 -0.0877075 -0.995664 0 0 v 0.141236 -3.83487 0.300885 0.0158004 -0.13063 -0.991305 0 0 v 0.248726 -3.84807 0.312615 0.0526292 -0.186743 -0.980998 0 0 v 0.351746 -3.86651 0.316265 0.0423928 -0.268069 -0.962467 0 0 v 0.459006 -3.87953 0.327975 0.097849 -0.366539 -0.925243 0 0 v 0.570486 -3.88668 0.347605 0.0821385 -0.457846 -0.885229 0 0 v 0.677886 -3.89975 0.359395 0.100105 -0.497406 -0.861723 0 0 v 0.793566 -3.90091 0.386855 0.169281 -0.648983 -0.741731 0 0 v 0.905066 -3.90812 0.406864 0.189428 -0.788306 -0.585398 0 0 v 1.02362 -3.89745 0.444375 0.237929 -0.881086 -0.408751 0 0 v 1.14638 -3.87249 0.492955 0.278947 -0.958326 -0.0616407 0 0 v -6.44091 -0.866383 3.94147 -0.740433 -0.261009 -0.619381 0 0 v -6.36995 -0.928623 3.8864 -0.709287 -0.259174 -0.655546 0 0 v -6.29475 -0.989713 3.83507 -0.645691 -0.268251 -0.71493 0 0 v -5.21398 -3.13477 4.67524 -0.365111 -0.794494 -0.485256 0 0 v -5.96977 -2.7562 7.54476 -0.409114 -0.779234 -0.474784 0 0 v -4.98919 -2.66381 3.84031 -0.321492 -0.706086 -0.630939 0 0 v -4.89387 -2.69426 3.82857 -0.287864 -0.719156 -0.632415 0 0 v -5.39759 -2.99469 4.58495 -0.383141 -0.798413 -0.464477 0 0 v -5.46744 -2.58476 4.01857 -0.42075 -0.636937 -0.645973 0 0 v -5.49984 4.61278 11.6981 0.0836948 0.168808 -0.982089 0 0 v -4.79795 -2.72207 3.81921 -0.242183 -0.727386 -0.642072 0 0 v -6.21722 -1.04487 3.79051 -0.612342 -0.240983 -0.752971 0 0 v -6.92167 -2.83088 7.85487 -0.26677 -0.0548769 -0.962197 0 0 v -6.02632 -3.66768 7.95327 -0.072671 -0.518303 -0.852104 0 0 v -6.13793 -1.10024 3.74729 -0.605102 -0.222511 -0.764422 0 0 v -6.20526 -3.52151 7.86177 -0.0756669 -0.485107 -0.871175 0 0 v -7.54758 -0.689593 8.09537 -0.640694 -0.0693227 -0.76466 0 0 v -4.78508 -2.63683 3.71882 -0.254683 -0.707557 -0.659166 0 0 v -6.39466 -1.40964 4.14025 -0.788011 -0.192354 -0.584841 0 0 v -4.7053 -2.2504 3.37415 -0.296598 -0.517299 -0.802765 0 0 v -4.86572 -2.51778 3.63349 -0.297023 -0.651507 -0.69808 0 0 v -6.6608 -1.12093 4.41174 -0.738717 -0.14786 -0.657597 0 0 v -7.62716 -0.948253 8.20266 -0.673057 -0.163856 -0.721211 0 0 v -6.05959 -1.15538 3.70212 -0.589779 -0.228776 -0.774482 0 0 v -3.77499 -2.78532 3.59184 0.0945972 -0.854399 -0.510934 0 0 v -5.98103 -1.20552 3.66164 -0.602987 -0.209968 -0.769623 0 0 v -5.9038 -1.26585 3.61285 -0.609738 -0.211536 -0.763853 0 0 v -7.31038 -2.79052 8.01736 -0.488524 -0.00816858 -0.872512 0 0 v -7.4334 -0.928333 8.05686 -0.574597 -0.175514 -0.799395 0 0 v -3.74596 -2.61062 3.3956 -0.110364 -0.672097 -0.732192 0 0 v -5.82487 -1.32045 3.56855 -0.593717 -0.250372 -0.764731 0 0 v -5.74746 -1.3715 3.5268 -0.584745 -0.301251 -0.753207 0 0 v -5.66446 -2.67099 4.27803 -0.532075 -0.68899 -0.492127 0 0 v -5.66658 -1.42534 3.48551 -0.575071 -0.340277 -0.743979 0 0 v -5.58635 -1.47502 3.44674 -0.555163 -0.367034 -0.746378 0 0 v -5.50275 -1.5232 3.41198 -0.550974 -0.364345 -0.750786 0 0 v -5.42166 -1.57263 3.37405 -0.549962 -0.35883 -0.754177 0 0 v -5.33945 -1.62181 3.33716 -0.492899 -0.389858 -0.777857 0 0 v -5.25399 -1.66487 3.30794 -0.445545 -0.429612 -0.785445 0 0 v -5.16427 -1.7026 3.28596 -0.405027 -0.447085 -0.797538 0 0 v -6.03881 0.0904268 3.5102 -0.808247 -0.0192702 -0.588528 0 0 v -5.20547 -2.91631 4.31465 -0.35785 -0.800462 -0.480837 0 0 v -5.91024 -0.0523132 3.37631 -0.712893 -0.0299356 -0.700634 0 0 v -5.84209 -0.126933 3.30973 -0.71446 -0.0530791 -0.69766 0 0 v -5.77368 -0.189293 3.25205 -0.680869 -0.163049 -0.714026 0 0 v -5.70096 -0.257713 3.19456 -0.696695 -0.16691 -0.69768 0 0 v -5.63223 -0.326253 3.1332 -0.724095 -0.0587583 -0.687193 0 0 v -5.5657 -0.394833 3.06919 -0.669294 -0.0248131 -0.742583 0 0 v -5.49201 -0.450473 3.02004 -0.572828 -0.0926415 -0.814424 0 0 v -5.41513 -0.506523 2.97349 -0.523796 -0.131993 -0.841556 0 0 v -5.33301 -0.556393 2.93592 -0.484246 -0.121373 -0.866472 0 0 v -5.25431 -0.611723 2.89229 -0.421352 -0.143135 -0.89553 0 0 v -5.16444 -0.648913 2.86976 -0.35025 -0.203958 -0.914181 0 0 v -5.07527 -0.691523 2.84596 -0.313829 -0.204175 -0.927267 0 0 v -4.98443 -0.727863 2.82568 -0.294221 -0.227055 -0.928375 0 0 v -4.89224 -0.763703 2.80854 -0.295486 -0.247011 -0.922861 0 0 v -4.80164 -0.800173 2.7886 -0.278041 -0.219141 -0.935238 0 0 v -4.7105 -0.836823 2.76858 -0.240222 -0.238543 -0.940952 0 0 v -4.61529 -0.866723 2.75673 -0.253519 -0.251121 -0.934166 0 0 v -4.33826 -0.970073 2.70499 -0.250993 -0.320455 -0.913406 0 0 v -4.24301 -0.999943 2.69316 -0.212596 -0.310864 -0.926373 0 0 v -7.35529 -2.92617 8.05906 -0.555163 -0.120133 -0.82302 0 0 v -5.07466 -1.74035 3.26373 -0.397905 -0.411124 -0.820151 0 0 v -5.05844 -2.84259 0.362675 -0.663955 -0.255392 -0.702808 0 0 v -4.97364 -2.89005 0.327705 -0.513906 -0.216238 -0.830146 0 0 v -4.88669 -2.93238 0.299584 -0.306442 -0.119417 -0.944369 0 0 v -4.79156 -2.96278 0.287425 -0.161972 -0.0637638 -0.984733 0 0 v -4.69658 -2.99388 0.275385 -0.0845835 -0.0542589 -0.994938 0 0 v -4.59725 -3.01835 0.271215 -0.0250208 -0.0329765 -0.999143 0 0 v -4.49389 -3.03727 0.274975 -0.00779599 -0.0211151 -0.999747 0 0 v -4.39481 -3.06193 0.270855 -0.00725206 -0.0211496 -0.99975 0 0 v -4.29165 -3.08097 0.274625 -0.0106788 -0.00270056 -0.999939 0 0 v -4.19249 -3.10578 0.270505 -0.0154199 -0.0244111 -0.999583 0 0 v -4.08955 -3.12469 0.274285 0.0442305 -0.0276759 -0.998638 0 0 v -3.78378 -3.18742 0.277705 0.00521503 -0.010053 -0.999936 0 0 v -3.68483 -3.21219 0.273575 0.0206774 -0.00125969 -0.999785 0 0 v -3.57712 -3.22536 0.285275 0.0295015 -0.0140782 -0.999466 0 0 v -3.47803 -3.25023 0.281184 0.0140122 -0.0488241 -0.998709 0 0 v -3.37497 -3.26908 0.284975 0.0366247 -0.0887488 -0.995381 0 0 v -3.27176 -3.28809 0.288835 0.0684975 -0.119218 -0.990502 0 0 v -3.16444 -3.30099 0.300535 0.0809379 -0.200966 -0.976249 0 0 v -3.05729 -3.31435 0.312395 0.0851698 -0.275237 -0.957596 0 0 v -2.94997 -3.32701 0.323955 0.0745999 -0.330838 -0.940734 0 0 v -2.8384 -3.33452 0.343885 0.182845 -0.433397 -0.882459 0 0 v -2.72091 -3.33898 0.370035 0.158846 -0.503126 -0.84949 0 0 v -2.61205 -3.34005 0.392105 0.212948 -0.652274 -0.727456 0 0 v -2.49476 -3.33082 0.423645 0.145326 -0.822796 -0.549442 0 0 v -2.3006 -3.39814 0.403265 -0.577017 -0.630636 -0.518989 0 0 v -2.21667 -3.44401 0.373135 -0.468334 -0.449988 -0.760378 0 0 v -2.12824 -3.48473 0.346605 -0.387284 -0.39675 -0.832227 0 0 v -2.03737 -3.52129 0.326495 -0.332872 -0.313361 -0.889382 0 0 v -1.9465 -3.55768 0.306385 -0.190828 -0.186711 -0.963703 0 0 v -1.84306 -3.57662 0.310045 -0.0331876 -0.0625285 -0.997491 0 0 v -1.7398 -3.59524 0.313814 0.00550695 -0.0422122 -0.999093 0 0 v -1.64062 -3.62013 0.309695 -0.0169633 -0.0408343 -0.999022 0 0 v -1.53721 -3.63892 0.313445 -0.00136869 -0.0309311 -0.999521 0 0 v -1.43849 -3.66413 0.309345 0.00277371 -0.0376383 -0.999288 0 0 v -1.33514 -3.68304 0.313095 -0.0345078 -0.0230867 -0.999138 0 0 v -1.23602 -3.70772 0.308985 0.00212861 -0.0378507 -0.999281 0 0 v -1.1329 -3.72651 0.312755 -0.0125197 -0.049205 -0.99871 0 0 v -1.0338 -3.75136 0.308615 -0.00830488 -0.0252007 -0.999648 0 0 v -0.930594 -3.77013 0.312395 -0.0459785 -0.0103726 -0.998889 0 0 v -0.835224 -3.80101 0.300325 -0.0312434 -0.000451249 -0.999512 0 0 v -0.731924 -3.81983 0.304085 0.0121238 0.00759572 -0.999898 0 0 v -0.632844 -3.84484 0.299985 -0.00238751 -0.00376881 -0.99999 0 0 v -0.529904 -3.86372 0.303745 -0.0187133 -0.0136858 -0.999731 0 0 v -0.430824 -3.8886 0.299605 -0.0184194 -0.013402 -0.999741 0 0 v -0.327434 -3.90738 0.303405 0.028145 -0.0407639 -0.998772 0 0 v -0.223954 -3.92659 0.307235 0.0166465 -0.0925021 -0.995573 0 0 v -0.124924 -3.95124 0.303175 0.0138093 -0.153821 -0.988002 0 0 v -0.0174639 -3.96427 0.314955 0.110427 -0.221715 -0.968838 0 0 v 0.0895062 -3.97747 0.326755 0.0663595 -0.311248 -0.948009 0 0 v 0.202576 -3.99125 0.341855 0.127101 -0.411607 -0.902455 0 0 v 0.308406 -3.99768 0.358305 0.115602 -0.466431 -0.876971 0 0 v 0.424086 -3.99882 0.385845 0.178478 -0.610481 -0.77166 0 0 v 0.539506 -4.00005 0.413485 0.191098 -0.750461 -0.632685 0 0 v 0.654916 -4.00117 0.441085 0.220076 -0.872371 -0.436504 0 0 v 0.777726 -3.96748 0.496275 0.246434 -0.962085 -0.116891 0 0 v 0.905896 -3.92696 0.557864 0.289064 -0.955282 0.0622753 0 0 v -4.98674 -1.78171 3.2385 -0.366969 -0.399756 -0.839957 0 0 v -4.8951 -1.81763 3.21991 -0.350718 -0.409724 -0.842094 0 0 v -6.87755 -3.90781 8.52457 -0.204289 -0.896643 -0.392807 0 0 v -4.80506 -1.85491 3.19796 -0.323852 -0.417262 -0.849124 0 0 v -6.62708 -1.0058 4.34881 -0.751594 -0.17098 -0.637081 0 0 v -5.27728 -2.13846 3.56681 -0.437194 -0.44863 -0.779482 0 0 v -5.69129 -2.27067 3.92168 -0.520752 -0.494669 -0.695787 0 0 v -5.37084 -3.4335 7.98307 0.383919 -0.273641 -0.881888 0 0 v -7.24132 -3.61825 8.33956 -0.516833 -0.655385 -0.550776 0 0 v -7.39402 -3.43251 8.30546 -0.652246 -0.512592 -0.558412 0 0 v -7.05806 -2.92952 7.91547 -0.323057 -0.109328 -0.940043 0 0 v -6.87039 -0.621983 4.53474 -0.673844 0.0146381 -0.738728 0 0 v -6.80314 -0.688373 4.47004 -0.647957 -0.0170725 -0.761486 0 0 v -6.48196 -1.80518 4.47716 -0.701288 -0.29756 -0.647806 0 0 v -4.52042 -1.94697 3.16041 -0.270769 -0.426053 -0.863228 0 0 v -7.0037 -2.7825 7.89196 -0.322171 0.0365857 -0.945974 0 0 v -5.60639 -2.31457 3.89139 -0.496491 -0.51368 -0.699735 0 0 v -6.47911 -2.23929 4.79288 -0.647222 -0.573598 -0.502085 0 0 v -4.42884 -1.98267 3.14186 -0.280116 -0.412135 -0.866994 0 0 v -4.3336 -2.01291 3.13008 -0.207077 -0.425504 -0.880946 0 0 v -3.96912 -2.66637 3.48021 -0.169866 -0.645847 -0.74433 0 0 v -6.49675 -3.43582 7.88627 -0.252233 -0.371126 -0.893669 0 0 v -4.23439 -2.03734 3.12583 -0.166576 -0.43328 -0.885732 0 0 v -6.05572 -2.71608 7.57256 -0.545679 -0.598472 -0.586571 0 0 v -4.46217 -2.53813 3.50645 -0.234801 -0.645403 -0.726859 0 0 v -4.34206 -3.11232 4.09673 -0.116737 -0.75258 -0.648071 0 0 v -4.13501 -2.06189 3.12103 -0.18162 -0.456101 -0.871198 0 0 v -6.8029 -2.28569 7.89896 -0.377184 0.140588 -0.915406 0 0 v -5.02349 -3.05687 4.39949 -0.403415 -0.794491 -0.453916 0 0 v -4.03916 -2.09108 3.11191 -0.184413 -0.447729 -0.874946 0 0 v -6.5147 0.525777 4.08806 -0.656114 0.239975 -0.715491 0 0 v -6.39641 0.348087 3.9218 -0.583652 0.222314 -0.780978 0 0 v -6.26579 0.206017 3.788 -0.611571 0.168595 -0.773018 0 0 v -6.19463 0.130127 3.72287 -0.699652 0.0508318 -0.712673 0 0 v -3.94017 -2.11603 3.10675 -0.149945 -0.467264 -0.87131 0 0 v -4.4455 -3.09279 4.09232 -0.198794 -0.760016 -0.618754 0 0 v -6.01199 -0.105333 3.49612 -0.760974 -0.0445649 -0.64725 0 0 v -5.94977 -0.179983 3.42482 -0.73831 -0.0551475 -0.672204 0 0 v -5.88124 -0.248313 3.36319 -0.677865 -0.134615 -0.722757 0 0 v -5.80364 -0.304133 3.31826 -0.64235 -0.189975 -0.742493 0 0 v -5.72785 -0.366143 3.26754 -0.725378 -0.0637612 -0.685391 0 0 v -5.66823 -0.453623 3.18536 -0.747956 0.0644322 -0.660613 0 0 v -5.60855 -0.529243 3.11057 -0.646269 0.00240239 -0.763106 0 0 v -5.53313 -0.584283 3.06368 -0.543764 -0.090279 -0.834368 0 0 v -5.45442 -0.633763 3.02259 -0.518045 -0.103571 -0.84906 0 0 v -5.37567 -0.689393 2.97896 -0.484346 -0.149754 -0.861965 0 0 v -5.29117 -0.732963 2.94746 -0.410531 -0.229159 -0.882582 0 0 v -5.20519 -0.776393 2.91798 -0.38602 -0.223945 -0.894895 0 0 v -5.11699 -0.818723 2.89151 -0.320659 -0.280474 -0.904716 0 0 v -5.02396 -0.854563 2.8759 -0.314071 -0.262884 -0.912278 0 0 v -4.93397 -0.891873 2.85288 -0.312725 -0.230104 -0.92155 0 0 v -4.84312 -0.928223 2.83278 -0.284405 -0.25955 -0.922902 0 0 v -4.7519 -0.964793 2.81347 -0.262815 -0.288883 -0.920584 0 0 v -4.65617 -0.993953 2.80404 -0.245201 -0.26839 -0.931581 0 0 v -4.56485 -1.03075 2.78402 -0.252363 -0.292688 -0.922305 0 0 v -4.46986 -1.06063 2.77222 -0.203715 -0.315358 -0.926849 0 0 v -4.37428 -1.09118 2.76054 -0.244215 -0.323436 -0.914193 0 0 v -4.27937 -1.12087 2.7487 -0.352972 -0.284152 -0.891442 0 0 v -7.27332 -2.97455 8.02077 -0.502989 -0.0934295 -0.859228 0 0 v -3.84021 -2.13962 3.10406 -0.236022 -0.469731 -0.850674 0 0 v -6.96253 -2.18288 7.98307 -0.375947 0.161592 -0.912443 0 0 v -5.06957 -2.93721 0.443895 -0.88174 -0.406373 -0.239575 0 0 v -5.00775 -3.00588 0.382075 -0.723696 -0.313001 -0.615056 0 0 v -4.92969 -3.06033 0.337955 -0.521877 -0.296382 -0.799876 0 0 v -4.84303 -3.10272 0.309965 -0.388318 -0.2211 -0.894608 0 0 v -4.75203 -3.13903 0.289795 -0.213645 -0.182332 -0.959745 0 0 v -4.65261 -3.16398 0.285605 -0.137952 -0.133209 -0.98144 0 0 v -4.55771 -3.19469 0.273565 -0.0674418 -0.0802154 -0.994493 0 0 v -4.45429 -3.2136 0.277335 -0.0272468 -0.0517352 -0.998289 0 0 v -4.35529 -3.2384 0.273215 -0.0381993 -0.0389048 -0.998513 0 0 v -4.25589 -3.26306 0.269085 -0.00426117 -0.0305578 -0.999524 0 0 v -3.94632 -3.32 0.280485 0.00181706 -0.0501271 -0.998741 0 0 v -3.84734 -3.34512 0.276455 0.00620466 -0.0982988 -0.995138 0 0 v -3.74401 -3.36403 0.280225 -0.0284955 -0.126013 -0.991619 0 0 v -3.64504 -3.38898 0.276215 0.0213348 -0.132267 -0.990985 0 0 v -3.53759 -3.40176 0.287885 0.0653284 -0.138264 -0.988238 0 0 v -3.43054 -3.41505 0.299715 0.0699396 -0.168331 -0.983246 0 0 v -3.32312 -3.42804 0.311475 0.139575 -0.26757 -0.953376 0 0 v -3.21157 -3.43535 0.331265 0.154222 -0.361069 -0.919698 0 0 v -3.09625 -3.43662 0.358794 0.166728 -0.492376 -0.854265 0 0 v -2.98453 -3.44382 0.378515 0.117109 -0.583729 -0.803458 0 0 v -2.87291 -3.4522 0.397965 0.249981 -0.690551 -0.678711 0 0 v -2.74668 -3.43098 0.451124 0.303053 -0.784763 -0.540654 0 0 v -2.64261 -3.39742 0.489625 0.360854 -0.923303 -0.131513 0 0 v -6.65383 -3.70614 8.17216 0.0170731 -0.777805 -0.628274 0 0 v -5.95758 -2.22043 4.11839 -0.637197 -0.500317 -0.586228 0 0 v -7.23626 -3.1584 8.02396 -0.426177 -0.283085 -0.859206 0 0 v -2.22174 -3.52085 0.478185 -0.719096 -0.652535 -0.238956 0 0 v -2.14677 -3.58097 0.426855 -0.653935 -0.605716 -0.453295 0 0 v -2.0675 -3.63193 0.389385 -0.579698 -0.451532 -0.678283 0 0 v -1.98626 -3.67789 0.359365 -0.456653 -0.397819 -0.795744 0 0 v -1.89455 -3.71683 0.332915 -0.343949 -0.319735 -0.882875 0 0 v -1.80368 -3.75335 0.312875 -0.199079 -0.188481 -0.961687 0 0 v -1.70022 -3.77246 0.316655 -0.0654804 -0.0817632 -0.994498 0 0 v -1.60112 -3.79744 0.312525 -0.0240719 -0.0293687 -0.999279 0 0 v -1.498 -3.81641 0.316315 0.0093654 -0.00697637 -0.999932 0 0 v -1.39493 -3.83497 0.320135 -0.0181942 -0.00550827 -0.999819 0 0 v -1.29964 -3.8658 0.308085 -0.0199043 -0.00456658 -0.999792 0 0 v -1.19241 -3.87882 0.319805 0.0422513 -0.0215792 -0.998874 0 0 v -1.09302 -3.9037 0.315655 -0.0591266 -0.0141019 -0.998151 0 0 v -0.993994 -3.92852 0.311524 -0.0166688 -0.00515221 -0.999848 0 0 v -0.894904 -3.95342 0.307395 -0.0590935 -0.0143163 -0.99815 0 0 v -0.796074 -3.97838 0.303295 0.00444589 -0.0310845 -0.999507 0 0 v -0.692454 -3.997 0.307095 0.0257946 -0.0575155 -0.998011 0 0 v -0.589284 -4.01623 0.310905 -0.00630881 -0.082477 -0.996573 0 0 v -0.490254 -4.04093 0.306785 -0.0400306 -0.111547 -0.992953 0 0 v -0.391144 -4.06576 0.302745 0.0275185 -0.169181 -0.985201 0 0 v -0.283724 -4.07867 0.314465 0.121425 -0.234256 -0.964562 0 0 v -0.172184 -4.08619 0.334345 0.104961 -0.348254 -0.931505 0 0 v -0.0591439 -4.09885 0.350305 0.175652 -0.472397 -0.863706 0 0 v 0.0549762 -4.09642 0.380305 0.158676 -0.535354 -0.829589 0 0 v 0.165046 -4.09927 0.402755 0.211189 -0.693379 -0.68893 0 0 v 0.282736 -4.08875 0.440635 0.239596 -0.831787 -0.500723 0 0 v 0.405206 -4.07391 0.484515 0.26321 -0.944225 -0.197888 0 0 v 0.537686 -4.03216 0.551075 0.264514 -0.964147 0.021274 0 0 v -5.88141 -3.55737 7.90937 0.0428323 -0.366597 -0.929393 0 0 v -5.47984 4.16262 11.6187 0.0393785 0.197849 -0.979441 0 0 v -6.3635 -1.30053 4.07049 -0.796538 -0.191381 -0.573499 0 0 v -5.29552 -3.56478 8.06486 0.403996 -0.305062 -0.862394 0 0 v -6.77811 -3.92861 8.52337 -0.0108681 -0.94366 -0.330737 0 0 v -6.73194 -1.05336 4.47225 -0.712182 -0.18176 -0.678056 0 0 v -6.66265 -2.18514 7.84067 -0.567126 -0.0394412 -0.822686 0 0 v -5.62317 -1.9678 3.68017 -0.480805 -0.40819 -0.776021 0 0 v -6.69654 -0.938333 4.41076 -0.717581 -0.179623 -0.672914 0 0 v -5.53676 -2.01043 3.65199 -0.473092 -0.425627 -0.771379 0 0 v -6.21159 -4.05248 8.31017 -0.473859 -0.704578 -0.52823 0 0 v -3.54541 -2.86866 3.76635 -0.238101 -0.839287 -0.488779 0 0 v -6.50689 -1.91203 4.55137 -0.657707 -0.380991 -0.649821 0 0 v -6.50491 -1.53885 4.3721 -0.788348 -0.322101 -0.524174 0 0 v -4.2449 -2.49278 3.40943 -0.212893 -0.608052 -0.76482 0 0 v -6.2098 -2.2173 4.47195 -0.685346 -0.51127 -0.518559 0 0 v -5.81064 -2.41203 4.13471 -0.554166 -0.571046 -0.605645 0 0 v -5.59441 4.64372 11.7014 -0.0624522 0.193443 -0.979122 0 0 v -5.59333 -1.85524 3.61393 -0.468654 -0.36693 -0.803571 0 0 v -5.94301 -2.12823 4.02615 -0.616835 -0.463656 -0.636033 0 0 v -6.4093 -1.12541 4.05737 -0.830351 -0.318018 -0.457584 0 0 v -5.02203 -3.12837 4.53235 -0.366122 -0.808872 -0.460088 0 0 v -7.21126 -1.49647 8.09167 -0.592697 -0.239275 -0.769063 0 0 v -5.77584 -2.2239 3.9553 -0.533206 -0.490614 -0.689195 0 0 v -4.6859 -2.66212 3.71445 -0.236919 -0.720499 -0.651728 0 0 v -7.25692 -1.32141 8.07016 -0.567948 -0.265047 -0.779221 0 0 v -6.34109 -1.19854 3.99004 -0.777579 -0.29851 -0.553409 0 0 v -7.26129 -1.94366 8.19316 -0.545905 0.114701 -0.829958 0 0 v -3.94988 -2.5703 3.39247 -0.148045 -0.609808 -0.778599 0 0 v -5.95243 -3.42094 7.83707 0.104636 -0.360733 -0.926781 0 0 v -6.54931 -2.96505 7.79196 -0.26689 -0.143064 -0.953049 0 0 v -5.93994 -1.38652 3.66832 -0.586668 -0.21761 -0.780043 0 0 v -7.39607 -3.05542 8.10796 -0.614959 -0.172626 -0.769432 0 0 v -6.45539 0.195257 3.93602 -0.667905 0.143608 -0.73026 0 0 v -6.32226 0.0527468 3.80639 -0.572321 0.092328 -0.814815 0 0 v -6.2471 -0.0098332 3.75262 -0.57975 0.104383 -0.808081 0 0 v -6.18076 -0.0773133 3.68867 -0.677799 0.0890216 -0.729838 0 0 v -6.11683 -0.158293 3.61486 -0.696895 0.0537336 -0.715157 0 0 v -6.05001 -0.233453 3.54615 -0.710815 -0.0519708 -0.701456 0 0 v -5.91824 -0.369693 3.41815 -0.662916 -0.0881642 -0.743484 0 0 v -5.84449 -0.430583 3.3673 -0.65045 -0.00369955 -0.75954 0 0 v -5.77822 -0.513963 3.2927 -0.711684 0.135171 -0.689372 0 0 v -5.72193 -0.595513 3.21183 -0.701941 0.0935625 -0.706062 0 0 v -5.6559 -0.661943 3.14851 -0.608633 -0.0422659 -0.792325 0 0 v -5.57781 -0.717663 3.10344 -0.541204 -0.0957501 -0.835422 0 0 v -5.50021 -0.773073 3.05869 -0.50568 -0.126236 -0.853436 0 0 v -5.33084 -0.860123 2.99607 -0.407385 -0.197682 -0.891605 0 0 v -5.24314 -0.902833 2.96955 -0.331461 -0.258429 -0.907385 0 0 v -5.15139 -0.938723 2.95141 -0.338749 -0.286103 -0.896323 0 0 v -5.06476 -0.981403 2.92302 -0.364369 -0.240389 -0.899694 0 0 v -4.97486 -1.01894 2.90045 -0.317271 -0.271849 -0.908536 0 0 v -4.88357 -1.05535 2.88124 -0.253151 -0.321038 -0.912606 0 0 v -4.78753 -1.08463 2.87117 -0.280333 -0.323618 -0.903706 0 0 v -4.69759 -1.12198 2.84969 -0.280871 -0.298581 -0.912119 0 0 v -4.60244 -1.1527 2.83556 -0.24664 -0.309261 -0.918437 0 0 v -4.50717 -1.18327 2.82316 -0.205057 -0.336014 -0.919264 0 0 v -4.41095 -1.21206 2.81611 -0.224007 -0.331653 -0.916421 0 0 v -5.55575 -2.54514 4.04171 -0.490553 -0.59453 -0.637096 0 0 v -7.19457 -3.02879 7.97556 -0.417494 -0.128326 -0.899573 0 0 v -6.27239 -1.26147 3.93342 -0.740337 -0.259157 -0.620273 0 0 v -4.94635 -3.15566 0.417385 -0.762741 -0.468197 -0.446114 0 0 v -4.87726 -3.21877 0.364055 -0.616146 -0.45435 -0.643375 0 0 v -4.79067 -3.26124 0.336025 -0.400907 -0.47641 -0.7825 0 0 v -4.6957 -3.29203 0.323995 -0.256638 -0.369479 -0.893097 0 0 v -4.60475 -3.32871 0.303935 -0.30672 -0.297877 -0.903987 0 0 v -4.50954 -3.35924 0.291765 -0.1342 -0.23031 -0.963819 0 0 v -4.41082 -3.38404 0.287675 -0.103155 -0.182498 -0.97778 0 0 v -4.3116 -3.40878 0.283515 -0.0705763 -0.181203 -0.98091 0 0 v -4.21244 -3.43342 0.279335 -0.0423286 -0.23011 -0.972244 0 0 v -4.10891 -3.45249 0.283185 0.00852816 -0.250096 -0.968183 0 0 v -4.00572 -3.4716 0.287105 0.0215836 -0.234223 -0.971943 0 0 v -3.89852 -3.48471 0.298865 0.0467174 -0.254357 -0.965981 0 0 v -3.79104 -3.49769 0.310545 0.0359239 -0.313659 -0.948856 0 0 v -3.68783 -3.51704 0.314635 -0.0370744 -0.384283 -0.922471 0 0 v -3.57873 -3.53891 0.318995 0.0536362 -0.420922 -0.90551 0 0 v -5.7146 -3.7266 7.96676 0.143158 -0.368715 -0.918453 0 0 v -7.38427 -2.73018 8.07196 -0.574998 0.0415145 -0.817101 0 0 v -3.24233 -3.54589 0.393465 0.222339 -0.562571 -0.796291 0 0 v -4.48786 -2.2039 3.27802 -0.258202 -0.459916 -0.849594 0 0 v -6.54934 -3.27263 7.85317 -0.238341 -0.236111 -0.942043 0 0 v -3.99371 -2.83717 3.68355 -0.0465983 -0.861261 -0.506022 0 0 v -4.54134 -3.06314 4.10303 -0.299037 -0.725034 -0.620405 0 0 v -6.21805 -2.46999 7.38476 -0.731661 -0.681366 -0.0203298 0 0 v -3.562 -3.02944 3.97881 -0.0677283 -0.706289 -0.704677 0 0 v -4.95986 -2.48597 3.64706 -0.34925 -0.601796 -0.718238 0 0 v -5.37614 -2.62034 3.99934 -0.368086 -0.652932 -0.661961 0 0 v -5.86108 -1.43652 3.62816 -0.55022 -0.250259 -0.796636 0 0 v -2.00009 -3.77141 0.441345 -0.681776 -0.553753 -0.478058 0 0 v -1.92161 -3.82245 0.403195 -0.59071 -0.467775 -0.657455 0 0 v -1.84134 -3.87239 0.365705 -0.46207 -0.445785 -0.76666 0 0 v -1.74744 -3.90702 0.347415 -0.329428 -0.362574 -0.87179 0 0 v -1.65648 -3.9433 0.327285 -0.269443 -0.250827 -0.929778 0 0 v -1.56157 -3.97415 0.315325 -0.114833 -0.174694 -0.977904 0 0 v -1.46244 -3.99897 0.311185 -0.0623043 -0.108885 -0.9921 0 0 v -1.35923 -4.01826 0.314995 -0.0568271 -0.0554047 -0.996845 0 0 v -1.25995 -4.04274 0.310915 0.0377494 -0.0468157 -0.99819 0 0 v -1.15286 -4.05579 0.322605 -0.016008 -0.0431331 -0.998941 0 0 v -1.05801 -4.08686 0.310635 -0.0451517 -0.0693822 -0.996568 0 0 v -0.954804 -4.10555 0.314415 -0.0230227 -0.0974021 -0.994979 0 0 v -0.855394 -4.13036 0.310305 -0.0277917 -0.125144 -0.991749 0 0 v -0.752494 -4.14951 0.314195 0.0613006 -0.167858 -0.983903 0 0 v -0.645134 -4.1628 0.326035 0.0396933 -0.212903 -0.976267 0 0 v -0.541974 -4.18157 0.329825 0.0303949 -0.271051 -0.962085 0 0 v -0.434484 -4.19459 0.341615 0.0837765 -0.388711 -0.917543 0 0 v -0.321844 -4.20493 0.358895 0.178204 -0.529633 -0.829296 0 0 v -0.206974 -4.20482 0.388435 0.196381 -0.592409 -0.781336 0 0 v -3.15398 1.26763 11.6226 -0.0444226 0.767818 -0.639126 0 0 v -5.40825 4.96896 11.7869 0.254202 0.217373 -0.942407 0 0 v -3.31991 1.06524 11.4258 0.0701477 0.612831 -0.787094 0 0 v -4.60219 6.87514 13.5466 0.957427 0.106971 -0.268123 0 0 v -0.0733739 2.25674 12.9225 0.221376 0.399604 -0.889555 0 0 v -5.36512 5.19068 11.8514 0.342768 0.259577 -0.902846 0 0 v -0.897654 1.85354 12.5542 0.259809 0.371403 -0.891381 0 0 v -5.33498 1.9307 11.0306 0.0644064 0.473727 -0.878313 0 0 v -5.047 6.06794 12.391 0.729961 0.311574 -0.608341 0 0 v -2.82085 1.51375 11.9069 -0.0861134 0.793008 -0.603094 0 0 v -4.88981 3.64731 11.7392 0.760121 0.208164 -0.615536 0 0 v -2.27941 1.40457 11.9121 0.301941 0.420332 -0.855659 0 0 v -0.978344 1.91202 12.5624 0.226282 0.479681 -0.847763 0 0 v -4.80595 2.58805 11.5887 0.884758 0.176119 -0.431491 0 0 v -1.27464 2.31726 12.8501 0.0252797 0.781742 -0.62309 0 0 v 0.518626 3.86859 14.4019 0.217851 0.941446 -0.257332 0 0 v -4.79734 1.95981 11.3146 0.908343 0.147985 -0.39117 0 0 v -5.01301 5.62582 12.374 0.899606 0.102859 -0.424417 0 0 v -3.79725 1.02442 10.6481 0.688585 0.685138 0.237564 0 0 v -1.59421 1.62134 12.2392 0.261214 0.393632 -0.881375 0 0 v -4.84604 1.90197 11.1894 0.75675 0.276341 -0.592423 0 0 v -4.99257 3.8496 11.7062 0.637464 0.256597 -0.726496 0 0 v -3.65822 0.848436 10.8168 0.722259 0.691602 0.00539918 0 0 v -0.974344 2.07377 12.6657 0.190437 0.571827 -0.797965 0 0 v -4.71671 1.62762 10.7573 0.327891 0.921327 0.208912 0 0 v -1.28056 1.52784 12.3249 0.344292 0.0925242 -0.934292 0 0 v -0.176094 2.1253 12.842 0.259327 0.319177 -0.911524 0 0 v -3.49906 0.999406 11.3499 0.167364 0.644501 -0.746062 0 0 v -4.95903 2.08795 11.1655 0.447482 0.349776 -0.823053 0 0 v 0.550806 3.65531 13.9786 0.291516 0.777161 -0.557709 0 0 v -4.81857 2.25923 11.3828 0.810328 0.234083 -0.537191 0 0 v -2.98367 1.59959 12.0976 -0.258312 0.840527 -0.476225 0 0 v -5.27268 3.98676 11.6005 0.218485 0.192514 -0.956662 0 0 v -1.45951 1.46245 12.2503 0.335784 0.161856 -0.927929 0 0 v -0.889204 2.17717 12.7609 0.117437 0.627121 -0.770018 0 0 v -0.282154 1.98721 12.771 0.343138 0.188635 -0.920148 0 0 v -3.59272 1.03858 11.3697 0.120138 0.756365 -0.643023 0 0 v -5.00833 4.32014 11.8707 0.700258 0.258694 -0.665369 0 0 v -4.7663 6.71101 13.0244 0.78234 0.334303 -0.525534 0 0 v -5.12387 1.73843 10.8574 0.20007 0.919718 -0.337774 0 0 v -4.89814 2.64698 11.4393 0.740067 0.240845 -0.627928 0 0 v -5.52135 2.49558 11.2313 -0.17412 0.284497 -0.942732 0 0 v 0.328946 2.92063 13.3566 -0.0483243 0.546254 -0.836225 0 0 v -4.63137 6.99318 13.5196 0.724786 0.624109 -0.291843 0 0 v -5.15066 2.49465 11.2557 0.242927 0.304108 -0.921143 0 0 v -4.90008 4.12685 11.8993 0.768667 0.256908 -0.58579 0 0 v -3.25426 0.512526 11.2855 0.43373 -0.184217 -0.88201 0 0 v -4.94299 2.26971 11.2613 0.530052 0.32212 -0.7844 0 0 v -4.9208 4.75011 12.1713 0.816187 0.235184 -0.527757 0 0 v 0.0308861 2.54206 13.1105 0.0236667 0.574285 -0.818314 0 0 v 0.100206 2.30985 13.0067 0.397125 0.20583 -0.894386 0 0 v -4.88694 6.57353 12.792 0.661551 0.417496 -0.622934 0 0 v -5.13041 5.32137 12.0444 0.779712 0.0825817 -0.620669 0 0 v -5.0331 2.15599 11.1683 0.357674 0.371278 -0.856868 0 0 v -3.05717 1.51319 11.9917 -0.251598 0.845107 -0.471691 0 0 v -1.67526 1.67987 12.2479 0.254889 0.443568 -0.859232 0 0 v -4.8715 4.80687 12.293 0.86123 0.20933 -0.463102 0 0 v -5.2947 5.76341 12.1096 0.0573768 0.451694 -0.890326 0 0 v -0.160814 2.4592 13.0458 0.0447878 0.612899 -0.788891 0 0 v -3.05401 1.24057 11.5941 0.03187 0.677899 -0.734464 0 0 v -2.36013 1.4647 11.9188 0.225146 0.54075 -0.810493 0 0 v -5.10673 2.71597 11.3266 0.36295 0.226344 -0.9039 0 0 v -5.44561 5.24888 11.8594 0.0831047 0.408931 -0.908773 0 0 v -2.64165 1.58343 11.9789 -0.0315353 0.767652 -0.64009 0 0 v -1.20177 2.3994 12.9568 0.0104769 0.818248 -0.57477 0 0 v -1.86677 1.43724 12.0809 0.377518 0.233752 -0.896013 0 0 v -5.56697 2.768 11.3075 -0.195713 0.215026 -0.956797 0 0 v -1.92863 1.68153 12.176 0.211558 0.529614 -0.821433 0 0 v -2.30961 1.83139 12.2598 -0.0190799 0.766023 -0.64253 0 0 v -5.20026 5.71752 12.0874 0.420151 0.366842 -0.83 0 0 v -5.07285 5.38737 12.1603 0.87856 0.102815 -0.466435 0 0 v -2.75208 0.972276 11.587 0.449349 0.053318 -0.891764 0 0 v 0.424676 3.19751 13.5451 -0.0741921 0.603794 -0.79368 0 0 v -4.85596 4.01193 11.9226 0.809469 0.205122 -0.550168 0 0 v -5.148 4.80292 11.9121 0.678563 0.235412 -0.695797 0 0 v -2.16322 2.00224 12.4721 -0.0836229 0.81852 -0.568359 0 0 v -3.42016 1.09554 11.4508 0.0479415 0.686482 -0.725564 0 0 v 0.127926 2.8167 13.3052 -0.115738 0.622269 -0.7742 0 0 v -0.887054 2.02492 12.6517 0.1636 0.528505 -0.833017 0 0 v -2.63875 1.11634 11.6566 0.406342 0.194492 -0.892782 0 0 v -2.53542 1.56153 11.9498 0.0756781 0.699826 -0.710293 0 0 v -5.28591 4.795 11.8021 0.485618 0.212387 -0.847978 0 0 v -0.743814 1.71146 12.5469 0.346276 0.173797 -0.921893 0 0 v -0.710344 2.24241 12.8343 0.0784794 0.623141 -0.778162 0 0 v -5.00613 2.35601 11.2562 0.433791 0.295348 -0.851231 0 0 v -5.14445 5.62959 12.099 0.655235 0.230403 -0.719431 0 0 v -5.22603 4.70757 11.8128 0.541905 0.250559 -0.802221 0 0 v -1.50266 1.73382 12.3291 0.246001 0.488526 -0.837153 0 0 v -3.57632 0.774296 10.9685 0.834414 0.534032 -0.136246 0 0 v -1.84799 1.62256 12.1676 0.271169 0.44756 -0.852149 0 0 v -4.66647 6.81483 13.2729 0.898837 0.219578 -0.379312 0 0 v 0.291246 3.32275 13.7134 -0.35808 0.68255 -0.637106 0 0 v -2.79459 1.39924 11.7742 0.0697424 0.694259 -0.716338 0 0 v -0.546234 1.97619 12.7046 0.188468 0.411316 -0.891796 0 0 v -2.27442 1.56966 12.0146 0.194781 0.567867 -0.799742 0 0 v -1.70042 1.48382 12.1669 0.335354 0.232933 -0.912842 0 0 v -3.07813 0.887746 11.4032 0.432088 0.21792 -0.875106 0 0 v -5.03878 5.76044 12.3364 0.89375 0.0991016 -0.437482 0 0 v -2.28272 1.71343 12.1302 0.0967493 0.690678 -0.716662 0 0 v -3.05253 1.0836 11.4866 0.223171 0.451105 -0.864117 0 0 v 0.212166 3.077 13.5041 -0.288493 0.64381 -0.708718 0 0 v -2.75515 1.59716 12.0134 -0.0965068 0.811406 -0.576461 0 0 v 0.0263261 2.38178 13.0049 0.178783 0.439974 -0.880034 0 0 v -2.95413 1.20739 11.5724 0.175478 0.564124 -0.806828 0 0 v -0.800024 1.97574 12.6376 0.206167 0.464566 -0.861205 0 0 v -3.58912 0.775786 10.8132 0.819608 0.572913 0.00366699 0 0 v -3.49078 0.705076 11.1231 0.771188 0.40779 -0.488853 0 0 v 0.225716 2.94027 13.3881 -0.176038 0.597702 -0.782153 0 0 v -3.87311 1.06961 10.8145 0.711029 0.699222 0.0743385 0 0 v -2.2099 1.80376 12.2322 0.0450078 0.720595 -0.691894 0 0 v -4.72833 6.43098 13.109 0.957721 -0.0125873 -0.287423 0 0 v -5.09494 4.70529 11.9281 0.703855 0.266022 -0.658651 0 0 v -4.98659 6.14279 12.5043 0.805798 0.156306 -0.571191 0 0 v -5.01694 1.71842 10.8287 0.232715 0.967924 -0.0946905 0 0 v -4.57594 7.03483 13.8035 0.960682 0.248851 -0.123137 0 0 v -3.31699 1.351 11.8146 -0.159533 0.886423 -0.434516 0 0 v -5.34776 5.37235 11.9425 0.162757 0.395157 -0.90408 0 0 v -5.0324 4.78085 12.0403 0.757942 0.239145 -0.606904 0 0 v 0.0883461 3.06936 13.553 -0.329839 0.686231 -0.648301 0 0 v -0.167974 2.60117 13.1634 -0.0370503 0.671762 -0.73984 0 0 v -2.70681 1.19388 11.6536 0.305912 0.38546 -0.870539 0 0 v 0.0584261 3.17118 13.6932 -0.415125 0.726298 -0.547871 0 0 v 0.639156 3.57758 13.984 0.866534 0.382136 -0.321077 0 0 v -1.93919 1.50833 12.0771 0.322942 0.368856 -0.871581 0 0 v -2.46205 1.64997 12.0533 0.0321954 0.719223 -0.694033 0 0 v -4.83594 6.77993 13.0244 0.356336 0.704337 -0.61395 0 0 v -4.7206 6.90582 13.26 0.479835 0.735305 -0.478629 0 0 v 0.355126 3.54786 13.9343 -0.397756 0.714333 -0.575777 0 0 v 0.128756 2.66499 13.1946 0.0173826 0.561482 -0.827306 0 0 v -5.43535 5.41914 11.9595 0.0150393 0.449729 -0.893039 0 0 v -4.88376 4.47003 12.0919 0.804341 0.287062 -0.520221 0 0 v -1.41179 2.00369 12.5243 0.183403 0.571795 -0.799634 0 0 v -4.65091 1.47091 11.2695 0.837187 0.531113 0.130525 0 0 v -0.274044 2.62363 13.1926 -0.0880734 0.717199 -0.691281 0 0 v -5.27319 3.16055 11.3944 0.204301 0.237102 -0.94976 0 0 v -4.97801 3.0425 11.494 0.605494 0.22232 -0.764167 0 0 v -5.43607 1.79366 10.9472 -0.106085 0.743866 -0.659856 0 0 v -4.95429 4.22342 11.8856 0.719565 0.299591 -0.626475 0 0 v -4.82091 1.65451 10.7876 0.305094 0.942617 0.135613 0 0 v -3.02307 0.791286 11.4169 0.509932 0.124294 -0.851187 0 0 v -0.650964 2.46565 13.059 -0.0387224 0.766614 -0.64094 0 0 v -5.31979 5.57248 12.0259 0.112573 0.359923 -0.926166 0 0 v -5.06963 2.436 11.2477 0.321925 0.304031 -0.896621 0 0 v -1.2381 1.90527 12.4957 0.200909 0.522684 -0.828515 0 0 v -0.187684 2.72531 13.2897 -0.127033 0.71766 -0.684709 0 0 v 0.227126 2.78739 13.2786 -0.0133702 0.539417 -0.841932 0 0 v -1.58494 1.94834 12.4438 0.176029 0.585278 -0.791495 0 0 v -2.36208 1.61759 12.0301 0.120865 0.642836 -0.756409 0 0 v -3.42695 0.776786 11.2369 0.483158 0.41273 -0.772148 0 0 v -3.22641 1.02557 11.4062 0.160967 0.538844 -0.826884 0 0 v -1.87165 2.05451 12.512 -0.0300792 0.784663 -0.619193 0 0 v -3.00703 1.43937 11.8359 -0.149181 0.827877 -0.540707 0 0 v -3.26663 1.27934 11.6587 -0.0867888 0.842545 -0.531588 0 0 v -0.0101039 2.94574 13.4707 -0.257533 0.700201 -0.665879 0 0 v -0.570944 2.55831 13.1621 -0.100334 0.769689 -0.630485 0 0 v -5.29719 3.45944 11.4619 0.185709 0.273729 -0.943708 0 0 v -5.33107 1.78013 10.9134 -0.0304471 0.830294 -0.556493 0 0 v -2.87999 1.13747 11.5722 0.318209 0.358406 -0.87766 0 0 v -4.86998 3.33995 11.6764 0.778567 0.148984 -0.609621 0 0 v -5.04006 6.53937 12.7044 0.0823096 0.703067 -0.706344 0 0 v -4.80664 1.64658 10.9416 0.488545 0.868091 -0.0879903 0 0 v -5.66109 3.0839 11.4305 -0.512998 0.279897 -0.811475 0 0 v -4.00404 1.25757 10.6309 0.738954 0.665006 0.108227 0 0 v 0.194386 3.19855 13.6323 -0.364292 0.693378 -0.621706 0 0 v -1.24814 2.2018 12.7198 0.102983 0.709603 -0.697035 0 0 v -5.06286 2.93739 11.3973 0.45704 0.257917 -0.851231 0 0 v -0.344634 2.22998 12.8684 0.124873 0.493201 -0.860906 0 0 v -4.98215 1.74219 10.9677 0.390607 0.775884 -0.495409 0 0 v 0.00336614 2.17446 12.9217 0.436911 0.195311 -0.878045 0 0 v -5.03859 2.63818 11.3295 0.422841 0.265418 -0.866464 0 0 v -0.982524 2.21732 12.78 0.135378 0.663942 -0.735427 0 0 v 0.385026 3.44291 13.7979 -0.315588 0.698329 -0.642449 0 0 v -2.25758 1.12782 11.8474 0.451781 0.0568003 -0.890319 0 0 v -4.86823 6.87439 13.1649 -0.0581268 0.877113 -0.476753 0 0 v 0.409476 3.32829 13.6677 -0.206249 0.682711 -0.700976 0 0 v -2.56878 1.67101 12.0842 -0.0693559 0.778209 -0.624164 0 0 v -5.13061 3.01466 11.3945 0.364024 0.263526 -0.893331 0 0 v -0.378664 2.63944 13.2282 -0.108923 0.749995 -0.652414 0 0 v -4.74942 4.135 12.1622 0.888461 0.184228 -0.420354 0 0 v -4.77706 3.28176 11.8245 0.896516 0.0896851 -0.433839 0 0 v 0.455366 3.6677 14.0165 -0.285983 0.791625 -0.539947 0 0 v -2.13051 1.89742 12.3342 0.00762673 0.745696 -0.666243 0 0 v -5.38927 5.79832 12.1358 -0.145871 0.483454 -0.86313 0 0 v -2.10985 1.77198 12.2081 0.105314 0.665706 -0.738745 0 0 v -1.95126 1.96228 12.409 0.040565 0.739793 -0.67161 0 0 v 0.507516 3.30921 13.6358 0.164945 0.657683 -0.735015 0 0 v -1.61966 2.20634 12.6907 0.00917588 0.773934 -0.6332 0 0 v -5.34227 4.06261 11.6026 0.14963 0.206659 -0.966904 0 0 v -4.72214 7.0294 13.5377 0.18952 0.936085 -0.296354 0 0 v -1.42299 1.67363 12.3244 0.257063 0.399361 -0.880017 0 0 v -3.86358 1.06165 10.975 0.63091 0.775776 0.01114 0 0 v -4.71485 1.58176 11.0881 0.744976 0.666143 0.035562 0 0 v -4.92464 2.94535 11.5089 0.707503 0.206932 -0.675736 0 0 v -1.42035 2.14723 12.639 0.0999125 0.696157 -0.710903 0 0 v -5.00076 3.34116 11.5597 0.563596 0.246096 -0.788541 0 0 v 0.0298561 2.6938 13.2217 -0.0866927 0.618806 -0.780745 0 0 v -5.52216 4.81278 11.7316 0.0069137 0.224717 -0.9744 0 0 v -1.06129 2.1229 12.6804 0.161619 0.619061 -0.768533 0 0 v -5.11634 4.51437 11.8407 0.617894 0.277099 -0.735814 0 0 v -4.89354 6.4103 12.6936 0.780435 0.234035 -0.579784 0 0 v 0.436506 2.87244 13.3274 0.379291 0.37308 -0.846729 0 0 v -5.68593 2.76952 11.3484 -0.528716 0.244155 -0.812925 0 0 v -5.40406 2.98816 11.3374 -0.0693031 0.244105 -0.967269 0 0 v -3.7306 0.923476 10.8139 0.699958 0.713771 0.0242798 0 0 v -1.07108 1.79472 12.4787 0.265794 0.389497 -0.881842 0 0 v 0.567466 3.80322 14.2423 0.38728 0.829997 -0.401396 0 0 v -0.829924 2.40068 12.9838 0.0163263 0.771645 -0.635844 0 0 v -2.18905 1.67459 12.1094 0.148062 0.624068 -0.767214 0 0 v -5.60119 4.85825 11.7518 -0.139287 0.215498 -0.966519 0 0 v -3.08047 1.35279 11.7298 -0.112473 0.807206 -0.579455 0 0 v -5.50626 3.61375 11.5224 -0.236039 0.193464 -0.952291 0 0 v -0.708814 2.08924 12.7264 0.173694 0.528721 -0.830834 0 0 v 0.488136 3.56578 13.8784 -0.166982 0.726325 -0.66676 0 0 v -0.246264 2.35323 12.9526 0.0823642 0.563923 -0.82171 0 0 v -4.60094 7.01656 13.6599 0.742806 0.591469 -0.313692 0 0 v -0.873234 1.55258 12.4937 0.31483 0.0183057 -0.948972 0 0 v -5.34643 4.88284 11.7914 0.390893 0.212155 -0.895652 0 0 v -4.90981 4.92325 12.2658 0.8473 0.233802 -0.476885 0 0 v -4.93903 3.75273 11.7215 0.695023 0.258322 -0.670979 0 0 v -4.93886 5.37569 12.4377 0.87253 0.172131 -0.457234 0 0 v -0.903384 2.31153 12.8799 0.082314 0.709618 -0.699762 0 0 v -0.431894 2.27861 12.8832 0.08028 0.564174 -0.821743 0 0 v -5.16999 5.43725 12.0168 0.593602 0.242773 -0.767266 0 0 v -2.10166 1.62536 12.0959 0.214025 0.558482 -0.801431 0 0 v -4.92182 2.46161 11.3515 0.649478 0.282392 -0.705998 0 0 v -4.97769 2.55125 11.3382 0.531688 0.281921 -0.798641 0 0 v -0.253754 2.49721 13.0675 -0.00536878 0.660491 -0.750815 0 0 v -2.78727 1.25422 11.6591 0.248733 0.508788 -0.824176 0 0 v -0.645364 1.84774 12.6297 0.253357 0.326662 -0.91055 0 0 v -5.02606 5.44367 12.2834 0.903549 0.141377 -0.404489 0 0 v -5.05827 1.96288 11.0804 0.356918 0.330959 -0.873542 0 0 v -1.7565 1.73618 12.2581 0.221694 0.524637 -0.821954 0 0 v -2.80659 1.06854 11.5726 0.377934 0.221254 -0.899007 0 0 v -1.17447 1.66667 12.3934 0.333023 0.262297 -0.905702 0 0 v -0.490894 2.65183 13.2638 -0.12861 0.779817 -0.612654 0 0 v -4.81313 3.90526 11.9442 0.827595 0.195746 -0.526089 0 0 v -0.974074 2.51587 13.1599 -0.0180556 0.860032 -0.509921 0 0 v -4.63144 6.8506 13.4073 0.960772 0.0989974 -0.259068 0 0 v -0.530074 2.15467 12.7991 0.111584 0.506104 -0.855224 0 0 v -2.0162 1.73046 12.1904 0.155613 0.591231 -0.791348 0 0 v 0.517736 3.73971 14.1237 0.0928105 0.874095 -0.476806 0 0 v -5.12811 5.81151 12.1897 0.655544 0.302989 -0.691708 0 0 v -5.0324 3.1391 11.4793 0.521235 0.187349 -0.832595 0 0 v -5.13733 4.32328 11.7523 0.541653 0.269314 -0.796293 0 0 v -1.34842 1.60563 12.3219 0.299307 0.272594 -0.914389 0 0 v -0.466194 1.91834 12.6954 0.192575 0.315831 -0.929067 0 0 v -4.77002 6.85376 13.1355 0.451798 0.6879 -0.568042 0 0 v -4.92151 1.68331 10.8106 0.325582 0.945389 0.0153922 0 0 v -1.93057 1.83484 12.2857 0.118793 0.638421 -0.760465 0 0 v -1.49979 2.05179 12.5396 0.118367 0.643743 -0.756032 0 0 v -5.07414 3.74593 11.6072 0.450456 0.270048 -0.850978 0 0 v -4.77295 2.95456 11.774 0.928266 0.0644899 -0.366282 0 0 v -4.95794 6.01857 12.5388 0.881178 0.0580967 -0.469201 0 0 v -4.81826 6.33364 12.8542 0.925722 0.0203695 -0.377657 0 0 v -2.05088 1.99051 12.4361 -0.029566 0.781 -0.623831 0 0 v -4.80514 1.78492 11.2132 0.844105 0.351682 -0.404729 0 0 v -4.71162 6.76933 13.1447 0.815758 0.294336 -0.497901 0 0 v -5.01015 4.97244 12.1252 0.783516 0.235149 -0.575159 0 0 v -1.16928 1.42508 12.3608 0.349321 -0.224027 -0.909828 0 0 v -4.91321 3.45532 11.6527 0.702302 0.159216 -0.693846 0 0 v -5.31656 2.93913 11.3239 0.116069 0.241523 -0.963429 0 0 v -0.159024 2.30477 12.9371 0.114491 0.506218 -0.854772 0 0 v -4.5916 1.38231 11.2769 0.778892 0.606508 0.159613 0 0 v -4.96731 4.04236 11.79 0.691847 0.228177 -0.685042 0 0 v -0.439324 2.42186 12.9992 0.00730285 0.674428 -0.738304 0 0 v -0.0608939 2.42826 13.0208 0.0551224 0.558875 -0.827418 0 0 v -5.09719 5.5233 12.1313 0.819082 0.183479 -0.543543 0 0 v -0.0753738 2.7135 13.254 -0.127699 0.674691 -0.72697 0 0 v -0.458894 2.54554 13.1265 -0.0644317 0.743137 -0.66603 0 0 v -3.86755 1.09985 10.6445 0.706609 0.675391 0.21107 0 0 v -4.84613 3.54058 11.7622 0.817914 0.169684 -0.549749 0 0 v -4.67104 6.95557 13.3859 0.534146 0.732651 -0.421794 0 0 v -5.22862 4.209 11.6624 0.298251 0.275572 -0.913842 0 0 v -2.3056 1.20995 11.8311 0.430454 0.201932 -0.879735 0 0 v -3.29892 0.605816 11.251 0.534673 0.0767728 -0.841564 0 0 v -4.77178 6.39085 12.9787 0.941734 0.00480194 -0.336325 0 0 v -1.23387 2.06702 12.6005 0.147398 0.600596 -0.785849 0 0 v -5.46672 2.73811 11.2829 -0.137483 0.223403 -0.964982 0 0 v -5.18816 2.28255 11.1791 0.189368 0.30672 -0.932771 0 0 v -5.51128 3.33782 11.4589 -0.343092 0.247199 -0.90619 0 0 v -5.01615 5.94279 12.4251 0.886567 0.0922243 -0.453313 0 0 v -2.91906 0.925206 11.4995 0.456251 0.142592 -0.878352 0 0 v -5.52103 1.99717 11.0784 -0.291858 0.32889 -0.898137 0 0 v 0.334876 3.08166 13.4602 -0.13005 0.591665 -0.795625 0 0 v -5.08696 3.23612 11.4649 0.420448 0.243748 -0.873963 0 0 v -4.8776 2.83878 11.5289 0.788748 0.17522 -0.589215 0 0 v -0.810074 2.27508 12.8568 0.0568543 0.675474 -0.735188 0 0 v -3.8038 0.993486 10.8171 0.69394 0.718607 0.0452773 0 0 v -1.00301 2.34357 12.9035 0.0686712 0.753068 -0.654349 0 0 v -1.10238 2.37284 12.9293 0.0435651 0.793677 -0.606777 0 0 v -4.95203 2.74397 11.4243 0.63271 0.244363 -0.734823 0 0 v -3.62558 1.14172 11.5082 -0.0939463 0.81396 -0.573274 0 0 v -5.24856 5.00675 11.8743 0.592006 0.201211 -0.780412 0 0 v -4.90361 6.07642 12.6577 0.898704 0.0517097 -0.435496 0 0 v -3.40655 0.957276 11.3329 0.153114 0.584396 -0.796892 0 0 v -0.359424 2.51836 13.0986 -0.0306911 0.703447 -0.710085 0 0 v -1.32415 1.80023 12.4033 0.190269 0.492296 -0.849378 0 0 v -2.61331 1.3113 11.7393 0.247156 0.48787 -0.837196 0 0 v 0.0165961 2.82813 13.3413 -0.19025 0.675964 -0.711953 0 0 v -5.26675 5.31458 11.933 0.41127 0.286517 -0.865312 0 0 v -5.6188 2.50901 11.2771 -0.1632 0.354099 -0.920858 0 0 v -1.5993 2.08329 12.5633 0.100646 0.700811 -0.706212 0 0 v -5.02963 6.24985 12.4801 0.631851 0.303212 -0.713321 0 0 v -1.32693 2.10758 12.619 0.123471 0.643737 -0.75522 0 0 v -3.49678 0.847596 11.2401 0.42149 0.582269 -0.695204 0 0 v -0.257574 2.18158 12.8533 0.130772 0.449459 -0.883677 0 0 v -4.87502 5.94244 12.6941 0.906355 0.0485406 -0.419719 0 0 v -4.85632 3.03115 11.6178 0.819446 0.12513 -0.559331 0 0 v -4.98307 4.67468 12.0594 0.778598 0.252454 -0.574501 0 0 v -5.21299 5.21724 11.9496 0.650422 0.124675 -0.749272 0 0 v -5.23878 5.51427 12.0148 0.37755 0.327339 -0.866202 0 0 v -4.76481 1.66585 11.2354 0.915524 0.370418 -0.156862 0 0 v -1.14636 2.01888 12.5854 0.174267 0.553211 -0.81461 0 0 v -4.74278 6.58096 13.0623 0.931481 0.0287074 -0.362655 0 0 v -5.42136 3.29644 11.3998 -0.0894564 0.28046 -0.955688 0 0 v 0.429506 3.04491 13.435 0.314539 0.435607 -0.843393 0 0 v -5.18778 6.05747 12.2872 0.149069 0.594716 -0.789995 0 0 v 0.452786 3.81543 14.2758 -0.11895 0.900637 -0.417975 0 0 v -2.18742 1.51926 12.0025 0.24002 0.50382 -0.829792 0 0 v -1.67228 1.99601 12.4596 0.136399 0.649666 -0.747883 0 0 v -4.8441 4.19273 12.0167 0.817469 0.248768 -0.51948 0 0 v -4.93486 4.56833 12.0793 0.788332 0.29868 -0.537887 0 0 v -5.04595 3.94695 11.6907 0.566985 0.233782 -0.789857 0 0 v -5.06254 5.07848 12.1082 0.785419 0.219717 -0.578655 0 0 v -5.39349 2.17799 11.124 -0.0309784 0.340448 -0.939753 0 0 v -5.22493 1.76284 10.8825 0.104198 0.883018 -0.457627 0 0 v -5.45142 4.74744 11.723 0.201009 0.19397 -0.960193 0 0 v -5.63625 5.12274 11.8378 -0.490304 0.362331 -0.792665 0 0 v -4.77162 2.47138 11.6155 0.934913 0.143261 -0.324676 0 0 v -5.05602 3.43806 11.546 0.501234 0.182449 -0.845859 0 0 v 0.392646 3.73426 14.1742 -0.365139 0.805469 -0.46679 0 0 v -4.71169 1.56396 11.2549 0.863716 0.50322 0.0276529 0 0 v -5.47538 5.04452 11.789 0.125478 0.241989 -0.962131 0 0 v -5.05742 4.42606 11.8517 0.658552 0.266185 -0.703885 0 0 v -3.18339 0.753686 11.3242 0.3954 0.152282 -0.905798 0 0 v -2.71501 1.49637 11.8736 0.0226002 0.736459 -0.676104 0 0 v -0.624594 2.34777 12.9288 0.0504281 0.677539 -0.733756 0 0 v 0.492186 3.44039 13.7562 -0.0563191 0.719017 -0.692707 0 0 v -4.91968 1.81281 11.0826 0.607325 0.476454 -0.635726 0 0 v -2.86041 0.814156 11.5167 0.520978 0.0478785 -0.852226 0 0 v -5.17418 5.10083 11.9782 0.728676 0.153369 -0.667464 0 0 v -0.442684 2.10596 12.784 0.1658 0.443051 -0.881031 0 0 v -0.617284 2.20218 12.8154 0.124945 0.560198 -0.818882 0 0 v 0.107636 2.94521 13.4266 -0.237069 0.658938 -0.713862 0 0 v -5.22468 2.56269 11.2585 0.166173 0.25264 -0.953184 0 0 v -1.00326 1.71701 12.4816 0.316392 0.273812 -0.908253 0 0 v -2.44782 1.51383 11.9343 0.196424 0.605558 -0.771179 0 0 v -4.96132 3.56177 11.6327 0.6438 0.18611 -0.742216 0 0 v -0.868694 2.4989 13.1265 -0.0271788 0.834845 -0.549813 0 0 v -3.63993 0.859786 10.9606 0.738477 0.660573 -0.135257 0 0 v -1.03514 2.44891 13.0419 -0.014497 0.837355 -0.546466 0 0 v -5.59335 2.23775 11.1729 -0.241253 0.211077 -0.947229 0 0 v -3.51271 1.13116 11.4735 -0.0131381 0.778625 -0.627352 0 0 v -2.94004 1.51686 11.9469 -0.188955 0.826635 -0.530066 0 0 v -3.94412 1.14168 10.8188 0.682274 0.72133 0.119102 0 0 v -2.89436 1.42875 11.7998 -0.057075 0.789468 -0.611132 0 0 v -5.3211 3.75456 11.5426 0.0703302 0.241083 -0.967953 0 0 v -2.70087 1.36015 11.7541 0.162542 0.594117 -0.787785 0 0 v -3.72222 0.956376 10.6456 0.670138 0.690448 0.272391 0 0 v -5.60509 3.35089 11.4856 -0.324362 0.128083 -0.937221 0 0 v -1.92481 1.19648 12.0268 0.438884 -0.00523231 -0.898528 0 0 v -4.82632 3.72342 11.851 0.814252 0.209809 -0.54127 0 0 v -3.33361 1.20038 11.547 -0.0239033 0.767098 -0.641085 0 0 v -5.15293 1.84143 10.9946 0.24317 0.607036 -0.756555 0 0 v -5.73625 2.53811 11.2825 -0.47102 0.191696 -0.861042 0 0 v -5.04355 4.60819 11.9442 0.725448 0.272545 -0.632016 0 0 v -1.41668 1.84032 12.4207 0.190127 0.5141 -0.836393 0 0 v -4.95828 6.33488 12.5839 0.680257 0.309982 -0.6642 0 0 v -5.0663 5.88606 12.3022 0.819072 0.159254 -0.551144 0 0 v -4.99361 1.88136 11.0869 0.418028 0.449958 -0.789171 0 0 v -1.52033 2.17729 12.6645 0.0407811 0.739682 -0.67172 0 0 v -5.00774 2.84038 11.4109 0.559054 0.204247 -0.80358 0 0 v -3.43331 0.609386 11.1365 0.774004 0.305189 -0.554776 0 0 v -4.84108 6.47441 12.8134 0.865528 0.174726 -0.469396 0 0 v -4.87972 2.18346 11.2675 0.666432 0.329934 -0.668589 0 0 v -3.3252 0.900696 11.3214 0.224347 0.44823 -0.865308 0 0 v -2.37409 1.28701 11.8292 0.361988 0.323273 -0.874334 0 0 v -0.795734 2.13775 12.7412 0.121224 0.585063 -0.801877 0 0 v -4.94121 3.25366 11.5697 0.66625 0.214504 -0.714212 0 0 v -5.40145 3.81352 11.5533 0.0520979 0.196675 -0.979084 0 0 v -4.95738 5.02993 12.2455 0.832704 0.263861 -0.486808 0 0 v -1.2977 1.29193 12.3341 0.359416 -0.326141 -0.87433 0 0 v -3.19902 1.35271 11.7721 -0.187301 0.85298 -0.48718 0 0 v -2.03043 1.86744 12.3087 0.0576007 0.69505 -0.71665 0 0 v -5.35576 2.3902 11.2009 0.038877 0.299429 -0.953326 0 0 v -5.36462 3.53307 11.4759 -0.024029 0.299061 -0.953932 0 0 v -5.45741 3.56981 11.5082 -0.185832 0.222753 -0.956999 0 0 v -5.24238 2.87123 11.3212 0.213453 0.243405 -0.946146 0 0 v -5.60764 5.31793 11.9241 -0.687614 0.465689 -0.557064 0 0 v -1.81123 1.3406 12.095 0.409745 0.108995 -0.905665 0 0 v -2.38282 1.74536 12.154 0.000550927 0.754727 -0.656039 0 0 v -5.1035 5.19407 12.0831 0.811517 0.0939513 -0.576727 0 0 v -5.3408 3.23794 11.3917 0.189029 0.216616 -0.957781 0 0 v -4.7901 4.25075 12.137 0.850832 0.241559 -0.466619 0 0 v -3.54888 0.792856 11.1139 0.742146 0.53426 -0.404704 0 0 v -1.07551 2.25698 12.7993 0.0973356 0.70877 -0.698692 0 0 v -1.24697 1.73446 12.397 0.263954 0.383225 -0.885137 0 0 v -4.77478 3.78101 11.9728 0.871941 0.162159 -0.461978 0 0 v -5.04257 5.26158 12.1946 0.86883 0.112517 -0.482156 0 0 v -5.19729 4.41117 11.7416 0.469216 0.259343 -0.844143 0 0 v -5.26722 1.73523 10.7477 -0.00554548 0.994725 -0.102424 0 0 v -3.52284 0.676876 10.9823 0.89541 0.411642 -0.169679 0 0 v -1.05975 1.96929 12.5716 0.202967 0.507514 -0.837397 0 0 v -5.10761 2.22421 11.171 0.2259 0.34621 -0.910553 0 0 v -4.9512 5.20189 12.3436 0.862038 0.198078 -0.466535 0 0 v -4.99101 4.51008 11.9609 0.736793 0.300262 -0.605787 0 0 v -4.7852 1.65356 11.0914 0.757163 0.631612 -0.166646 0 0 v -4.82185 6.64845 12.904 0.603774 0.405803 -0.686135 0 0 v -3.24506 0.840836 11.3158 0.329136 0.278697 -0.902218 0 0 v -1.15719 1.84759 12.4861 0.229013 0.474089 -0.850172 0 0 v -5.73669 1.98952 11.1837 -0.484112 0.196493 -0.852658 0 0 v -5.20603 3.9092 11.6015 0.286057 0.234547 -0.929064 0 0 v -4.86312 4.97113 12.3918 0.87766 0.270156 -0.395891 0 0 v -1.52134 1.54929 12.2416 0.329024 0.233813 -0.914918 0 0 v -1.84309 1.78672 12.2703 0.193038 0.564922 -0.802246 0 0 v -2.22979 1.92317 12.3629 -0.0636625 0.793828 -0.604801 0 0 v -4.75792 3.47363 11.9122 0.922214 0.0909504 -0.375832 0 0 v -0.627624 2.03196 12.7153 0.203004 0.455324 -0.866873 0 0 v -4.83518 3.21465 11.7072 0.832273 0.152462 -0.53299 0 0 v 0.219916 2.61655 13.1756 0.199572 0.428183 -0.88138 0 0 v -5.48728 2.21734 11.143 -0.157795 0.287871 -0.94458 0 0 v -3.12435 1.43601 11.8799 -0.25343 0.846391 -0.468397 0 0 v -5.37961 2.68927 11.2694 0.0357935 0.220973 -0.974623 0 0 v -4.61791 7.12127 13.9555 0.544897 0.828635 -0.128264 0 0 v -1.1076 1.58371 12.405 0.361961 0.134355 -0.92246 0 0 v -5.15493 3.3135 11.462 0.360951 0.242529 -0.900496 0 0 v -4.80765 3.41633 11.7896 0.873039 0.117135 -0.473373 0 0 v -5.19852 3.09242 11.3918 0.307296 0.235621 -0.921983 0 0 v -4.81202 2.42377 11.4852 0.867237 0.232152 -0.44046 0 0 v -4.85343 2.5395 11.4609 0.816501 0.223872 -0.532172 0 0 v -4.95709 5.6929 12.4927 0.891969 0.0862245 -0.443798 0 0 v -0.723974 2.37813 12.9542 0.00232147 0.72905 -0.684456 0 0 v -4.63461 7.10171 13.808 0.375336 0.892766 -0.249184 0 0 v -4.86396 2.36584 11.3623 0.734644 0.280638 -0.61769 0 0 v -0.101964 2.83139 13.3827 -0.202458 0.71305 -0.671245 0 0 v -1.32506 1.95441 12.5099 0.147539 0.556327 -0.81776 0 0 v -5.24495 1.88309 11.0137 0.0797311 0.573587 -0.815255 0 0 v -0.362854 2.04566 12.7791 0.182904 0.404442 -0.896087 0 0 v -4.78989 2.77154 11.6815 0.905415 0.122857 -0.406362 0 0 v -2.85976 1.61014 12.0494 -0.189041 0.835581 -0.515818 0 0 v -0.928954 1.64911 12.4792 0.288252 0.224068 -0.93097 0 0 v -0.033134 3.05626 13.6062 -0.332466 0.741896 -0.582286 0 0 v -2.10828 1.45841 11.9984 0.320113 0.3741 -0.870389 0 0 v -4.89471 1.69354 10.9547 0.40241 0.875339 -0.268046 0 0 v -3.61639 0.870646 11.1109 0.663647 0.686591 -0.296927 0 0 v -0.545274 2.44408 13.0289 -0.0353834 0.717259 -0.695907 0 0 v -2.97404 0.684756 11.4363 0.685465 -0.0661381 -0.725096 0 0 v -5.3068 2.12892 11.1103 0.0979967 0.337179 -0.936326 0 0 v -4.82292 2.90553 11.6483 0.875114 0.136492 -0.464268 0 0 v -4.85178 1.73568 11.0843 0.60656 0.669479 -0.428816 0 0 v -4.82829 2.08623 11.2828 0.788851 0.237575 -0.566808 0 0 v -5.1288 4.99429 12.0001 0.729911 0.219409 -0.647371 0 0 v -4.83547 4.35747 12.116 0.828613 0.24868 -0.501557 0 0 v -1.1752 2.28814 12.8242 0.0674416 0.744078 -0.66468 0 0 v -4.98882 5.31883 12.3148 0.885437 0.150527 -0.439707 0 0 v 0.591316 3.39006 13.7381 0.647405 0.43962 -0.622576 0 0 v -3.68995 0.939466 11.1134 0.608108 0.779515 -0.150205 0 0 v -1.63872 1.39674 12.1755 0.369368 0.0980135 -0.9241 0 0 v -3.36026 0.695726 11.245 0.502612 0.281672 -0.817338 0 0 v -1.4474 2.26338 12.7694 0.0459064 0.784514 -0.61841 0 0 v -2.68225 1.68408 12.1194 -0.122853 0.79699 -0.591367 0 0 v -5.03147 6.4013 12.5875 0.248992 0.561829 -0.788892 0 0 v -3.5577 1.21847 11.6205 -0.188275 0.867474 -0.460479 0 0 v -5.0046 5.14505 12.2238 0.838307 0.201679 -0.506525 0 0 v -5.55538 5.0904 11.8076 -0.129576 0.312383 -0.941078 0 0 v -2.02037 1.56758 12.0866 0.248933 0.487237 -0.837038 0 0 v -3.14072 1.1315 11.5017 0.134196 0.589452 -0.796579 0 0 v -0.725324 1.9096 12.633 0.255654 0.368298 -0.893867 0 0 v -0.531384 2.31007 12.907 0.0422396 0.622977 -0.781099 0 0 v -4.89192 4.29865 11.9975 0.782247 0.262526 -0.564951 0 0 v -4.92131 3.93532 11.8117 0.741517 0.211646 -0.636678 0 0 v 0.586116 3.53269 13.853 0.461247 0.627717 -0.627075 0 0 v -4.69843 6.62763 13.1905 0.949595 -0.0386998 -0.31108 0 0 v -2.20649 1.33448 11.9139 0.390284 0.270864 -0.87995 0 0 v -2.52645 1.41732 11.8327 0.21225 0.580602 -0.786035 0 0 v -0.345704 2.38511 12.9762 0.0402583 0.625627 -0.779083 0 0 v -5.29885 2.63047 11.2612 0.153925 0.20711 -0.966133 0 0 v -4.84074 2.71362 11.5581 0.854462 0.159316 -0.494483 0 0 v -4.79116 6.52342 12.9386 0.907484 0.0845368 -0.411493 0 0 v -5.29741 4.28558 11.6643 0.260543 0.229789 -0.937718 0 0 v -3.78626 0.998296 10.9661 0.626643 0.776378 -0.0674955 0 0 v -2.4467 1.35766 11.8267 0.304238 0.457753 -0.835405 0 0 v -3.14588 0.965716 11.4006 0.291693 0.397208 -0.870139 0 0 v -4.60268 1.34344 11.4538 0.713377 0.640597 0.284128 0 0 v -0.0688339 2.57269 13.1358 -0.0349013 0.625644 -0.779327 0 0 v -1.75766 1.89174 12.3648 0.144761 0.603524 -0.784094 0 0 v -1.77474 1.55214 12.1695 0.309218 0.354034 -0.882635 0 0 v -5.05951 5.56913 12.2514 0.905928 0.136265 -0.400907 0 0 v -5.19698 4.9088 11.8932 0.646253 0.20525 -0.735003 0 0 v -5.1705 4.61105 11.8258 0.622804 0.237781 -0.74537 0 0 v -5.14106 3.82439 11.6017 0.370556 0.248442 -0.894966 0 0 v -1.97953 1.29268 12.0124 0.414471 0.1439 -0.898614 0 0 v -3.23372 1.17137 11.5215 0.0480224 0.694341 -0.718042 0 0 v -0.577334 1.76998 12.6328 0.311574 0.100038 -0.944941 0 0 v -4.89829 2.00034 11.1744 0.63222 0.24785 -0.734076 0 0 v -4.77373 2.30723 11.5115 0.933121 0.158356 -0.322815 0 0 v -5.1898 5.89829 12.1807 0.345723 0.397115 -0.850162 0 0 v -1.85137 1.93164 12.3844 0.0854198 0.674564 -0.733258 0 0 v -5.13884 2.02155 11.0887 0.166969 0.396816 -0.902584 0 0 v -0.929604 2.42833 13.011 0.0299953 0.813139 -0.581297 0 0 v -4.95234 6.49791 12.6832 0.468564 0.522495 -0.712353 0 0 v -5.30335 5.10356 11.86 0.49069 0.190781 -0.850191 0 0 v -4.87031 6.27634 12.7341 0.894962 0.023547 -0.44552 0 0 v -5.18092 3.61103 11.5331 0.266646 0.274163 -0.923977 0 0 v -5.02184 4.139 11.7757 0.638635 0.275361 -0.718555 0 0 v -5.01401 3.65827 11.6172 0.552568 0.247813 -0.795775 0 0 v -2.62083 1.45768 11.8524 0.10198 0.657451 -0.746564 0 0 v -1.49784 1.89848 12.4305 0.210846 0.531706 -0.820264 0 0 v -1.9844 2.06989 12.5449 -0.029161 0.806713 -0.590223 0 0 v -5.08558 5.70367 12.2136 0.85247 0.158546 -0.498155 0 0 v -5.07078 1.78801 10.9822 0.320525 0.71816 -0.617664 0 0 v -5.07909 4.88777 12.0194 0.745642 0.205856 -0.633752 0 0 v -4.07242 1.33451 10.6279 0.719882 0.689212 0.0821981 0 0 v -2.04052 1.38067 12.0025 0.376582 0.220109 -0.899855 0 0 v -4.92829 6.20962 12.6192 0.857957 0.0742925 -0.508321 0 0 v -4.96775 4.8568 12.1503 0.805425 0.202165 -0.557154 0 0 v -4.93249 5.87555 12.5784 0.882658 0.0589068 -0.466309 0 0 v -5.07859 4.23482 11.7641 0.600727 0.294246 -0.743334 0 0 v -4.87414 3.82946 11.8315 0.776781 0.231566 -0.585652 0 0 v -5.62617 1.99061 11.1349 -0.379613 0.350723 -0.856088 0 0 v -1.34751 2.23396 12.7433 0.0702351 0.753968 -0.653146 0 0 v -4.93997 4.40458 11.9785 0.769049 0.248065 -0.589091 0 0 v -4.90456 5.08644 12.3671 0.869434 0.226421 -0.43911 0 0 v -5.10536 4.03475 11.6792 0.494075 0.233584 -0.837454 0 0 v -1.67072 1.84173 12.3515 0.212963 0.543494 -0.811949 0 0 v -5.40281 5.61904 12.0423 -0.109087 0.437034 -0.892805 0 0 v -5.2551 3.67911 11.5367 0.226985 0.252024 -0.940724 0 0 v -4.56272 7.03951 13.9516 0.98559 0.167408 0.0242309 0 0 v -4.89396 3.14733 11.59 0.746428 0.163777 -0.644998 0 0 v -5.16257 4.13035 11.669 0.43274 0.236586 -0.869921 0 0 v -1.77216 2.02779 12.4831 0.0236193 0.722206 -0.691275 0 0 v -5.11143 3.5347 11.532 0.391389 0.222373 -0.892953 0 0 v -5.16823 2.80329 11.3185 0.282532 0.210008 -0.935987 0 0 v -0.756454 2.48417 13.0922 -0.0654157 0.805138 -0.589469 0 0 v -2.97886 1.01257 11.4878 0.377304 0.280851 -0.882477 0 0 v -2.97453 1.33424 11.6979 -0.0117032 0.746303 -0.665504 0 0 v -1.2313 1.42182 12.3448 0.318034 -0.0371804 -0.94735 0 0 v -3.57567 0.907556 11.2461 0.402086 0.705341 -0.583798 0 0 v -4.75999 3.96253 12.0655 0.88625 0.182163 -0.425885 0 0 v -5.52272 5.45534 11.9832 -0.33399 0.474719 -0.814305 0 0 v -5.10473 6.00292 12.2735 0.666877 0.345731 -0.660111 0 0 v 0.316226 3.20728 13.583 -0.26526 0.670082 -0.693272 0 0 v -4.92383 5.55835 12.528 0.883678 0.124836 -0.451143 0 0 v -0.824584 1.78256 12.5557 0.257713 0.330969 -0.907768 0 0 v -4.78463 2.13402 11.4125 0.931088 0.147045 -0.333846 0 0 v -4.96873 6.62524 12.8066 0.125072 0.759575 -0.638281 0 0 v -4.80105 4.07766 12.0408 0.858618 0.200803 -0.471649 0 0 v -5.26854 2.34119 11.1874 0.10203 0.312122 -0.944547 0 0 v -5.25894 4.4982 11.7324 0.454233 0.229534 -0.860806 0 0 v -0.700044 1.59495 12.5666 0.455329 -0.0984737 -0.884861 0 0 v -5.5298 5.2937 11.8825 -0.177446 0.446555 -0.876984 0 0 v -1.58698 1.30246 12.1968 0.293326 0.0595547 -0.954156 0 0 v -2.48878 1.76453 12.186 -0.092891 0.796351 -0.597659 0 0 t 18927 18926 18159 t 8230 8311 13269 t 14331 12038 4638 t 14332 14331 4638 t 18643 18644 18722 t 20974 13630 20701 t 27520 24539 27471 t 6540 6542 19159 t 11479 11392 11730 t 11453 4180 15116 t 19706 20519 18765 t 18848 19706 18765 t 2839 2967 98 t 1459 1358 2967 t 2839 1459 2967 t 3907 8538 2227 t 905 3907 2227 t 1459 4776 5604 t 1358 1459 5604 t 5604 4776 5136 t 5007 1998 711 t 5136 5007 711 t 1998 2624 2268 t 711 1998 2268 t 2624 13583 13572 t 15374 3740 15373 t 2268 2624 13572 t 3907 905 13966 t 14736 1379 1462 t 14117 14118 14242 t 10586 14290 10428 t 14369 14368 14242 t 4297 2589 4416 t 13562 3204 13545 t 2589 2433 13966 t 4297 4416 1484 t 13583 15038 15035 t 13572 13583 15035 t 15038 13149 13127 t 15035 15038 13127 t 13149 14864 15269 t 13127 13149 15269 t 14864 13305 14872 t 15269 14864 14872 t 13305 4520 15202 t 14872 13305 15202 t 4520 4788 4911 t 15202 4520 4911 t 4788 5384 5385 t 4911 4788 5385 t 13950 14019 14020 t 20834 27776 27775 t 14903 13881 15037 t 14502 14501 14368 t 6288 6287 6199 t 14410 14285 13189 t 15236 15235 15103 t 19845 19844 19760 t 20678 20677 20582 t 15787 15788 15869 t 13822 13939 13481 t 1276 13072 13672 t 14337 12836 14223 t 11776 11777 14007 t 13213 13212 13115 t 18172 14074 14468 t 14665 14903 15324 t 5384 15012 12939 t 20030 20120 20119 t 5385 5384 12939 t 15012 14097 2961 t 12939 15012 2961 t 14097 14030 13908 t 2961 14097 13908 t 14030 3324 13054 t 13908 14030 13054 t 19940 19941 20029 t 184 80 607 t 18860 18859 13369 t 20871 20870 20778 t 3324 14745 13631 t 2015 1252 14376 t 13054 3324 13631 t 32262 32093 32218 t 13631 14745 14024 t 19194 32174 18287 t 32041 31873 32028 t 54 14025 13101 t 92 2562 9070 t 32013 32304 32180 t 15870 15953 15952 t 4517 5380 13687 t 14193 13821 11257 t 420 13790 14991 t 5334 10506 18991 t 20217 20310 20216 t 18601 18672 18671 t 5381 14165 1559 t 12953 15303 1559 t 15303 15033 1559 t 13674 14490 14358 t 11984 13475 20798 t 3687 13674 1254 t 20028 20029 20118 t 19521 11948 11537 t 28572 28653 28652 t 11392 11479 10058 t 13407 13408 13518 t 18828 18827 16678 t 14903 15037 15324 t 14020 14019 4972 t 18307 18381 18306 t 13106 13107 13203 t 6087 2546 13022 t 12879 12878 12863 t 12994 14860 13851 t 14757 14894 14893 t 13648 13765 13764 t 13647 13648 13764 t 11414 12327 12418 t 14126 14249 14248 t 324 2585 228 t 498 2116 391 t 15165 15299 15298 t 15164 15165 15298 t 14755 14756 14892 t 4408 17209 13849 t 14893 15027 15026 t 2782 1138 2916 t 2038 13081 1532 t 4781 2015 14376 t 14033 13911 2958 t 13911 3080 2958 t 1252 14477 201 t 15298 15299 2968 t 1777 1896 423 t 32114 31931 32037 t 13201 14662 14663 t 20871 20959 20870 t 1251 14252 13961 t 18087 2184 14325 t 13448 18087 14325 t 12875 19018 18936 t 15143 15144 15279 t 12845 12857 12844 t 20310 20406 20309 t 14638 8321 8228 t 27072 17714 17715 t 25457 25458 27068 t 12245 12156 4638 t 12038 12245 4638 t 20044 19177 19176 t 18190 10336 16913 t 19160 10336 18190 t 15115 11453 15116 t 15115 15116 6177 t 19705 19619 20519 t 14232 3809 14026 t 1387 1808 3821 t 13790 2266 2504 t 14118 14369 14242 t 15131 3251 4047 t 14901 1354 1248 t 19843 19844 19935 t 19937 19936 19844 t 3791 3006 3005 t 13838 13555 13667 t 13040 13121 13120 t 15162 15163 15296 t 1254 13674 14358 t 13039 13040 13120 t 2308 2752 11919 t 5145 1423 1061 t 18847 19713 18846 t 5139 1353 12934 t 3787 14665 12825 t 19789 12121 13949 t 13881 2827 15037 t 14369 14502 14368 t 13204 13310 13309 t 14665 15324 12825 t 18404 15008 14877 t 13203 13204 13309 t 31932 32326 32330 t 13107 13204 13203 t 717 12950 12946 t 21061 28295 28356 t 13037 13036 12964 t 9519 6706 6602 t 28380 28379 28316 t 392 2584 147 t 19706 19705 20519 t 3188 98 22936 t 20393 20394 20489 t 1562 1459 2839 t 2840 1562 2839 t 1562 4898 4776 t 1459 1562 4776 t 14892 14893 15026 t 12997 14022 14006 t 3080 14871 13126 t 18601 18602 18672 t 16113 17393 16933 t 2958 3080 13126 t 1242 5136 4776 t 4898 1242 4776 t 20063 2586 19973 t 2835 5485 4765 t 2266 15193 15194 t 13143 792 3809 t 14502 14754 14624 t 14501 14502 14624 t 14755 14892 14891 t 3085 302 2963 t 13199 18745 20954 t 14289 13062 13455 t 11086 30768 30524 t 14507 14508 14629 t 12836 13153 13252 t 14340 14089 13905 t 12857 12856 12844 t 12600 5150 146 t 13062 13564 13455 t 13765 13878 13997 t 13658 14168 15141 t 1242 1329 5007 t 13764 13765 13997 t 5136 1242 5007 t 2110 1998 5007 t 1329 2110 5007 t 2110 1461 2624 t 1998 2110 2624 t 11742 12114 2706 t 14893 14894 15027 t 13912 14871 3080 t 14991 13790 2504 t 13868 13869 13988 t 13989 14118 14117 t 4047 1355 15203 t 1355 15204 15203 t 15101 15100 14966 t 19761 19845 19760 t 13043 14110 13026 t 14624 14623 14500 t 15297 3791 4107 t 1281 1485 3868 t 5146 5147 1423 t 15296 15297 4107 t 2828 5245 2187 t 15163 15297 15296 t 13121 13218 13217 t 336 13915 1240 t 13382 12035 13493 t 14405 792 13143 t 13555 6755 907 t 20728 14718 3206 t 1431 1413 1412 t 13667 13555 907 t 8554 20728 3206 t 20406 20405 20309 t 32174 32094 18287 t 13449 11394 11314 t 20684 20683 20588 t 18126 18125 10196 t 13130 18126 10196 t 20397 20493 20492 t 3373 3173 907 t 15027 15165 15164 t 15659 6184 20814 t 3565 3439 2116 t 15026 15027 15164 t 31949 32017 32207 t 14756 14893 14892 t 1063 4300 5595 t 2585 498 391 t 1997 13506 14656 t 1532 1997 14656 t 8854 7638 8751 t 1461 13584 13583 t 2624 1461 13583 t 13584 15052 15038 t 13583 13584 15038 t 15052 13172 13149 t 1558 13631 14152 t 15038 15052 13149 t 2504 2266 15194 t 2348 14746 14256 t 32354 32340 31944 t 15193 2748 3816 t 18927 19789 18926 t 17876 20728 8554 t 20420 18289 31976 t 2752 4977 11919 t 12902 12925 12924 t 12901 12902 12924 t 15372 15371 15237 t 249 2038 5252 t 20955 13199 20954 t 15371 15105 15237 t 24118 24221 24220 t 14070 18860 13369 t 3863 3862 15371 t 15372 3863 15371 t 4657 1686 3862 t 3863 4657 3862 t 4657 3202 1686 t 12996 12997 14006 t 14931 14938 12892 t 29131 23840 23756 t 1808 5476 18239 t 13172 1415 14864 t 13149 13172 14864 t 1415 13803 13305 t 14864 1415 13305 t 13803 3455 4520 t 13305 13803 4520 t 13631 14024 14152 t 3455 2623 4788 t 13911 13912 3080 t 4736 14999 4735 t 13474 14337 14223 t 14955 15089 14954 t 13988 13989 14117 t 18110 17915 17078 t 15204 15198 15062 t 12822 10332 11412 t 14501 14624 14500 t 15225 15224 15088 t 1281 3187 1485 t 20217 20216 20127 t 3865 1281 3868 t 3187 3325 3447 t 1971 14792 1854 t 5245 13068 2187 t 14407 14405 13143 t 115 12972 5960 t 13203 13309 13308 t 4296 14932 13655 t 13106 13203 13202 t 6755 3373 907 t 14670 19 15001 t 1561 13744 1458 t 12173 32015 12198 t 1531 1880 3774 t 1432 13744 815 t 8571 5478 8675 t 2710 2588 4411 t 3202 2588 2710 t 5153 3202 2710 t 13081 2038 4411 t 13517 14938 14931 t 13506 13517 14931 t 18416 17876 8554 t 15369 15233 15100 t 814 1326 3529 t 12434 11597 15329 t 12257 11323 11241 t 4520 3455 4788 t 2623 14920 5384 t 4788 2623 5384 t 4654 2961 13797 t 14920 4838 15012 t 15194 15193 3816 t 91 5597 475 t 14873 14736 1462 t 2748 13912 13911 t 14897 14901 1248 t 9174 10219 3173 t 3373 9174 3173 t 1354 3251 15131 t 14077 14709 11783 t 24232 24233 25459 t 12151 14077 11783 t 22071 21765 21764 t 11948 18848 18765 t 12925 12966 12965 t 2836 2710 249 t 2038 1532 5252 t 4411 2038 249 t 3202 5153 4782 t 2710 4411 249 t 17938 13449 11541 t 5153 2710 2836 t 14025 14130 13101 t 14287 931 13675 t 1377 12939 4654 t 2961 13908 13797 t 5384 14920 15012 t 4838 13473 14097 t 15012 4838 14097 t 13473 14159 14030 t 583 5385 1377 t 12939 2961 4654 t 13881 13008 1765 t 15168 13561 14764 t 15287 10240 15151 t 13636 13637 13752 t 15089 15225 15088 t 10073 8412 10074 t 19159 19160 18190 t 5733 3688 2224 t 14444 14570 14443 t 13752 13753 13865 t 911 1236 423 t 13866 13986 13985 t 24232 25459 25458 t 13821 13708 12424 t 3325 5272 5271 t 3447 3325 5271 t 5271 5272 2300 t 5272 4380 2300 t 3421 14792 14926 t 4380 1955 3057 t 14539 3421 14926 t 14928 15062 117 t 30841 30840 30720 t 6691 10101 12248 t 24106 24107 23826 t 20727 8769 20821 t 12035 18035 18192 t 13833 11317 13720 t 20881 9596 20518 t 19848 19940 19847 t 1280 1687 3628 t 19764 19848 19847 t 3202 4782 1587 t 3744 1280 3628 t 1686 3202 1587 t 1686 1587 3862 t 20867 20955 20866 t 12744 13130 3743 t 15105 15371 15104 t 13130 10196 3743 t 20955 20954 20866 t 17640 386 17585 t 12447 8657 6066 t 14097 13473 14030 t 14159 15031 3324 t 14030 14159 3324 t 15031 14094 14745 t 13908 13054 13055 t 3324 15031 14745 t 4733 4734 4856 t 13797 13908 13055 t 16926 13853 17015 t 32096 32349 32047 t 1248 1354 15131 t 13869 13989 13988 t 19190 14322 10126 t 3251 1355 4047 t 1248 15131 14994 t 22823 14966 15100 t 14897 1248 937 t 14881 14897 937 t 599 1996 14005 t 13414 13450 14881 t 19845 19937 19844 t 20026 20025 19936 t 15102 15101 14966 t 32270 8467 10566 t 15234 15369 15101 t 15102 15234 15101 t 3744 3628 15369 t 13755 13869 13868 t 13545 3204 1276 t 13639 13755 13868 t 3816 2748 13911 t 13231 15265 15266 t 4911 5385 583 t 5034 4911 583 t 32357 10866 10725 t 1893 16956 1894 t 12954 243 13919 t 7268 13261 9368 t 15202 4911 5034 t 15201 15202 5034 t 12679 2687 10983 t 14891 14892 15025 t 14635 14764 13791 t 13072 13239 13672 t 13042 13169 13306 t 14570 14694 14443 t 2461 13169 13042 t 2224 2461 13042 t 1884 13920 5976 t 1037 91 2960 t 14023 2666 686 t 12355 11262 22395 t 14536 14537 13582 t 10733 12352 12679 t 32047 31935 31894 t 24227 24232 25458 t 32173 11845 12185 t 25954 26941 24232 t 3057 1955 5375 t 13527 13639 13638 t 2300 4380 3057 t 1955 2339 5375 t 15336 15203 14928 t 117 2346 14539 t 13688 4047 15336 t 15062 2346 117 t 14994 15131 13688 t 15203 15062 14928 t 937 1248 14994 t 4047 15203 15336 t 1530 814 599 t 15131 4047 13688 t 2937 5029 5601 t 2937 5601 1687 t 1280 2937 1687 t 5029 5028 5601 t 5028 5029 814 t 1326 4768 3529 t 3529 4768 488 t 488 2108 1996 t 1996 2108 14106 t 15369 15368 15233 t 15101 15369 15100 t 12385 12384 12294 t 10432 5495 11845 t 13321 13428 13427 t 14872 15202 15201 t 13054 13631 1558 t 5385 12939 1377 t 4277 2302 3247 t 13055 13054 1558 t 2824 820 1452 t 6283 5130 6196 t 15203 15204 15062 t 3204 13072 1276 t 12151 11783 13827 t 15198 2347 2346 t 2016 4174 2507 t 13828 12151 13827 t 14866 14865 13689 t 13690 2016 1011 t 1011 2016 2507 t 13689 13690 1011 t 14106 13450 13414 t 14005 14106 13414 t 13450 14897 14881 t 1996 14106 14005 t 3529 488 599 t 488 1996 599 t 5145 5146 1423 t 4107 3791 3005 t 3421 3444 14792 t 3549 32270 10233 t 13672 13239 14873 t 3787 12825 13961 t 15869 15870 15952 t 2827 13881 1765 t 15191 14337 13474 t 15269 14872 13164 t 15267 15269 13164 t 13427 13428 13537 t 12852 12865 12851 t 13046 13011 13022 t 12865 12864 12851 t 13127 15269 15267 t 13099 13127 15267 t 68 67 14291 t 13306 14724 14673 t 13088 13181 4592 t 14724 200 42 t 4595 67 68 t 4414 4595 68 t 67 15130 14291 t 20778 20870 20869 t 2467 13853 19 t 10653 10737 11426 t 13334 16462 17477 t 29131 29226 23841 t 31969 24896 32049 t 4401 12905 2555 t 14385 11859 14260 t 2152 13219 13201 t 13526 13527 13638 t 13415 13416 13526 t 13921 13405 13404 t 2823 14419 13237 t 5375 2339 2226 t 2226 13921 13404 t 13405 14876 14875 t 13404 13405 14875 t 14876 718 3 t 14875 14876 3 t 718 14865 14866 t 3 718 14866 t 5274 814 1530 t 14865 13690 13689 t 5028 814 5274 t 814 3529 599 t 5601 5028 5027 t 5027 5028 5274 t 5601 1118 1800 t 1118 5601 5027 t 1687 1800 3498 t 1687 5601 1800 t 3628 1687 3498 t 323 324 5147 t 3628 3498 15368 t 3052 1953 1762 t 5842 12357 11866 t 30142 30141 30045 t 2570 3532 5262 t 2449 4841 2448 t 15030 15035 13099 t 12824 2587 13845 t 14892 15026 15025 t 13164 14872 15201 t 14131 5328 13617 t 14000 13562 13545 t 13157 21645 4298 t 14754 14755 14891 t 15062 15198 2346 t 24537 32360 27395 t 19673 19674 19763 t 2347 14409 14539 t 14754 14753 14623 t 19940 19939 19847 t 30721 30720 30594 t 14624 14754 14623 t 20206 20207 20299 t 12760 11423 2687 t 2838 5090 13150 t 13903 2002 1455 t 32072 32195 32032 t 4174 2002 13903 t 401 15789 15704 t 2507 4174 13903 t 2831 13331 14107 t 15266 1883 13963 t 3564 3565 498 t 13242 4055 15033 t 31929 11677 10936 t 10240 15287 11919 t 14033 2958 491 t 14162 14033 491 t 15026 15164 15163 t 14252 3787 13961 t 13563 13572 15030 t 15035 13127 13099 t 3007 2268 13563 t 13572 15035 15030 t 24233 25460 25459 t 10271 12526 10655 t 13845 14339 14156 t 822 5500 3777 t 20677 20676 20581 t 711 2268 3007 t 13254 14635 13791 t 4900 4963 203 t 4888 3688 5733 t 5976 4888 5733 t 14361 14399 4414 t 13865 13866 13985 t 3183 1310 3062 t 20392 20393 20488 t 18742 18824 18741 t 493 608 392 t 16940 26941 25954 t 2342 3079 13581 t 13581 13575 14924 t 14167 1872 2342 t 2463 224 14167 t 1872 3079 2342 t 20814 16940 25954 t 15332 15334 2463 t 3579 2152 13201 t 13308 13416 13415 t 13307 13308 13415 t 13202 13308 13307 t 2962 13400 1251 t 13416 13527 13526 t 3865 3868 15365 t 13401 13402 3692 t 15366 15365 15231 t 13400 14252 1251 t 29949 30045 29948 t 15098 15231 15097 t 13402 2823 3692 t 3184 2203 7777 t 4401 12978 13910 t 14368 14367 14241 t 14032 4401 13910 t 13043 13026 829 t 14242 14368 14241 t 14501 14500 14367 t 5146 323 5147 t 14368 14501 14367 t 1323 3207 2711 t 2360 13402 13401 t 31279 26818 31278 t 12905 4407 14293 t 1762 5842 11866 t 12640 12641 12723 t 9548 3784 9434 t 1953 5842 1762 t 32054 32063 31882 t 13536 13648 13647 t 13535 13536 13647 t 26941 24233 24232 t 1144 1251 13961 t 15953 16038 16037 t 24132 32001 32116 t 32132 27073 31830 t 2346 2347 14539 t 18916 13833 18915 t 14409 3444 3421 t 14754 14891 14890 t 11317 20518 13720 t 14116 14117 14241 t 14753 14754 14890 t 13581 13582 13575 t 13613 13729 14984 t 20887 20976 20510 t 19670 19760 19759 t 20604 20887 20510 t 19599 13593 19534 t 15098 15097 14964 t 21873 22993 22992 t 20317 16081 20413 t 14965 15098 14964 t 12978 4401 2555 t 3817 2360 13401 t 20604 20510 18923 t 19760 19844 19843 t 494 2115 2585 t 12970 14473 15034 t 13808 13302 13100 t 12900 12923 12899 t 14991 4593 15331 t 14863 14991 15331 t 15025 15026 15163 t 13821 12424 11257 t 2312 5604 12955 t 5147 324 5148 t 2585 391 228 t 32043 32282 31908 t 5604 5136 12955 t 424 911 423 t 2268 13572 13563 t 31090 31089 30960 t 15164 15298 15297 t 12918 12917 12895 t 13031 13112 13030 t 8836 15185 15051 t 5083 5082 4962 t 12928 12968 12927 t 19627 19599 18835 t 13630 20044 20701 t 14119 14120 14243 t 2676 16471 15962 t 14102 14110 3817 t 3530 2803 2676 t 31932 32330 31863 t 2803 1203 1318 t 6093 1318 1203 t 1203 4526 6093 t 6093 1213 17233 t 10268 9282 10243 t 31889 32303 32326 t 224 1872 14167 t 13637 13753 13752 t 4525 16791 16044 t 4525 2679 473 t 16349 1548 1547 t 473 1547 4525 t 14419 2152 3579 t 1117 6064 15473 t 6265 14727 14598 t 13237 14419 3579 t 5957 6265 14598 t 14727 5383 712 t 14598 14727 712 t 2564 3322 224 t 5383 2564 15334 t 712 5383 15334 t 20207 20300 20299 t 15334 2564 224 t 6084 24570 26589 t 17991 18065 17990 t 8625 18916 14456 t 13475 11984 20973 t 13481 13482 13827 t 12679 12760 2687 t 27343 6640 17129 t 12245 13336 13335 t 18916 18915 14456 t 8358 2084 3068 t 22179 7688 8421 t 12724 12803 12802 t 12723 12724 12802 t 12429 1953 3052 t 12083 12429 3052 t 13177 13613 14984 t 18520 18521 18600 t 13217 13218 13323 t 31940 32061 32071 t 13218 13324 13323 t 13654 13221 13222 t 2447 2571 2040 t 15298 2968 3791 t 2958 13126 13571 t 15297 15298 3791 t 14539 14409 3421 t 13422 13532 13421 t 13905 13904 15138 t 3444 4714 14792 t 13409 11330 13729 t 10101 11568 12248 t 13987 13988 14116 t 18057 18056 17982 t 1353 13616 12934 t 13613 13409 13729 t 4729 14605 497 t 12926 12927 12967 t 13582 13574 13575 t 18115 18196 21534 t 14536 13582 13581 t 3079 14536 13581 t 224 3322 1872 t 15327 14536 3079 t 3322 15327 1872 t 1872 15327 3079 t 5380 14797 1883 t 474 5369 15004 t 18766 20604 18923 t 3564 1136 3565 t 2115 498 2585 t 13352 13461 14098 t 13516 12816 13403 t 6266 3371 1272 t 1661 6266 1272 t 18847 18846 18125 t 11537 11948 18765 t 2967 2966 98 t 14028 3083 14027 t 13409 1731 11330 t 3064 4846 1731 t 3061 3805 3920 t 25320 25321 25422 t 22410 22529 27501 t 13525 13637 13636 t 10347 12519 10869 t 15163 15164 15297 t 12890 13355 13168 t 13239 14736 14873 t 12967 12968 13039 t 13568 13413 5381 t 13336 4031 7083 t 13605 3184 3253 t 3431 1549 3530 t 17955 17711 27274 t 1549 2933 2803 t 3530 1549 2803 t 2933 1204 1203 t 2803 2933 1203 t 1204 5494 4526 t 1203 1204 4526 t 5494 1110 1212 t 4526 5494 1212 t 19794 17288 17300 t 1110 3185 1212 t 4649 473 3065 t 3185 4649 3065 t 1445 1547 473 t 4649 1445 473 t 1116 1117 1547 t 1445 1116 1547 t 28431 23843 30649 t 1116 6064 1117 t 17813 21329 17814 t 31815 31874 32281 t 23084 23083 17334 t 23833 21632 20824 t 712 15334 15332 t 14274 12289 14398 t 14802 14869 5957 t 3064 10379 2086 t 13201 13219 14662 t 13424 13425 13534 t 32236 32197 6346 t 13016 13015 13295 t 9517 7577 8580 t 2962 1251 14662 t 11500 3306 13724 t 12904 12927 12926 t 13945 14071 10105 t 12903 12904 12926 t 3311 16318 5151 t 12608 10791 12802 t 12803 12608 12802 t 8937 12429 12083 t 8938 8937 12083 t 18510 18439 18438 t 18438 18437 18512 t 20310 20309 20216 t 9398 32090 8966 t 13464 30902 18416 t 30902 17876 18416 t 11541 13449 11314 t 3661 7954 15239 t 2967 1358 2966 t 1036 14033 14162 t 3791 2968 3006 t 15303 13242 15033 t 491 2958 13571 t 31967 31815 32307 t 4846 3064 2086 t 266 591 13011 t 13868 13988 13987 t 20727 20821 2687 t 14039 14036 14407 t 14117 14242 14241 t 13137 2382 13200 t 15060 14036 14039 t 2301 4884 5612 t 4762 4884 2301 t 5497 1995 598 t 5612 5497 598 t 15334 224 2463 t 3988 3981 15362 t 15363 3988 15362 t 4981 13708 8131 t 15137 6656 474 t 14233 2831 14107 t 15099 15098 14965 t 20347 18552 13465 t 13863 13981 2828 t 1136 829 3565 t 12816 14723 13403 t 3371 14991 14863 t 1272 3371 14863 t 20779 20778 20683 t 18456 18455 18380 t 11650 11730 4180 t 30474 30473 30353 t 12248 11568 20984 t 2310 11732 15107 t 5156 5035 5157 t 15106 2310 15107 t 26544 26545 26674 t 10223 5970 19694 t 15433 26076 16941 t 14233 14107 13740 t 13788 13787 12840 t 18217 18216 18137 t 2383 13740 4055 t 26686 26807 26685 t 4176 4299 14041 t 27594 26062 26574 t 16962 17048 16961 t 14110 14102 13026 t 15413 1994 16331 t 834 7267 15837 t 3805 3061 2933 t 1549 3805 2933 t 3061 1205 1204 t 2933 3061 1204 t 1205 1434 5494 t 1204 1205 5494 t 1434 1109 1110 t 5494 1434 1110 t 3307 3185 1110 t 1109 3307 1110 t 4770 4649 3185 t 3307 4770 3185 t 1444 1445 4649 t 4770 1444 4649 t 1115 1116 1445 t 1444 1115 1445 t 24 6064 1116 t 1115 24 1116 t 4396 4515 6064 t 24 4396 6064 t 4522 4646 4515 t 4396 4522 4515 t 1735 1852 4646 t 4522 1735 4646 t 16574 16833 5730 t 1735 1331 1852 t 16270 2622 17742 t 1331 5730 16833 t 13693 13751 13377 t 14869 6265 5957 t 598 1995 13693 t 471 16318 16253 t 13751 14802 13377 t 12373 12374 12461 t 11613 11693 11692 t 11757 11852 10791 t 12608 11757 10791 t 1858 8937 8938 t 12335 1858 8938 t 14454 8115 18512 t 20304 20400 20399 t 10336 16855 16913 t 20701 20044 19176 t 18644 24760 24873 t 1358 5604 2312 t 11453 11650 4180 t 25760 27344 27343 t 2966 1358 2312 t 4593 15195 15196 t 2086 10379 12094 t 14165 12953 1559 t 500 1036 14162 t 14358 14490 13247 t 13986 14115 14114 t 19673 19588 19589 t 3005 3006 3937 t 13639 13868 13867 t 26583 32167 32106 t 15059 15060 14039 t 14110 2360 3817 t 185 4019 1801 t 13167 3696 6354 t 3178 4762 2301 t 4884 5497 5612 t 14753 14890 14889 t 12094 14854 13897 t 15363 15362 15095 t 15229 15363 15095 t 725 834 15837 t 15893 15814 327 t 15232 15231 15098 t 15099 15232 15098 t 9862 21 8984 t 13981 5245 2828 t 3195 5848 5737 t 13804 1775 9153 t 14925 6266 1661 t 20302 20397 20396 t 20120 20210 20209 t 18035 14331 14332 t 19693 14070 19685 t 2203 15115 6177 t 20584 20585 20679 t 6148 12070 6643 t 8282 8281 8185 t 26184 16944 2123 t 26675 26797 26796 t 25890 26010 25311 t 26076 15433 27712 t 11423 20727 2687 t 13242 2383 4055 t 17983 18057 17982 t 17468 19593 16269 t 3692 2823 13237 t 13833 13720 18915 t 14036 14405 14407 t 13867 13868 13987 t 14547 221 1774 t 19849 19941 19940 t 3920 3182 3061 t 1994 3805 1549 t 3182 1206 1205 t 3061 3182 1205 t 3435 1434 1205 t 1206 3435 1205 t 3435 2183 1109 t 1434 3435 1109 t 3429 3307 1109 t 2183 3429 1109 t 813 4770 3307 t 3429 813 3307 t 813 1443 1444 t 4770 813 1444 t 1443 1114 1115 t 1444 1443 1115 t 161 24 1115 t 1114 161 1115 t 677 4396 24 t 161 677 24 t 4402 4522 4396 t 677 4402 4396 t 4142 1735 4522 t 4402 4142 4522 t 4890 1331 1735 t 4142 4890 1735 t 691 5730 1331 t 4890 691 1331 t 2682 2810 5730 t 691 2682 5730 t 16411 16387 3179 t 2682 908 2810 t 14623 14753 14622 t 31965 23741 32345 t 17668 17491 2118 t 3787 13573 14665 t 10891 10965 11040 t 132 10573 9831 t 8672 12782 8997 t 5837 8672 8997 t 20302 20303 20397 t 19705 19100 19619 t 20583 20582 20489 t 20299 20300 20393 t 1664 1562 2840 t 1460 22934 23054 t 1664 5023 4898 t 1562 1664 4898 t 5023 4034 1242 t 4898 5023 1242 t 1242 4034 1329 t 4034 2228 2110 t 1329 4034 2110 t 13192 13201 14663 t 20303 20398 20397 t 20398 20494 20493 t 20397 20398 20493 t 2228 2014 1461 t 14854 13722 1380 t 2110 2228 1461 t 14325 2184 14454 t 18192 18035 14332 t 14718 13180 14782 t 13950 17531 14019 t 15331 4593 15196 t 20589 20684 20588 t 13247 13808 13100 t 15195 1036 500 t 14512 3687 2876 t 18150 18151 18230 t 2203 6177 7777 t 2752 1165 4977 t 13219 14661 14662 t 20116 20207 20206 t 13897 14854 1380 t 13754 13639 13867 t 11583 19288 17912 t 20777 20776 20681 t 18990 18991 12205 t 19943 19942 19850 t 20959 4981 8131 t 22215 21586 21731 t 25956 27454 31988 t 14842 18080 11288 t 18746 13976 20952 t 15229 15095 15096 t 18827 18826 18744 t 12499 7394 12928 t 14129 13903 14537 t 32164 32259 31903 t 15367 15366 15231 t 15232 15367 15231 t 32313 31868 31843 t 32208 32267 10268 t 13722 11565 20068 t 13506 14925 14921 t 13199 13939 13822 t 3864 1586 3863 t 18162 18159 11985 t 2014 13615 13584 t 1461 2014 13584 t 2118 17327 17316 t 20212 20211 20121 t 17403 2483 17423 t 16416 26184 2123 t 7083 4031 6691 t 4181 16460 16255 t 8769 14708 20821 t 4766 16556 31478 t 25816 25812 26140 t 2117 609 2584 t 13988 14117 14116 t 18314 18324 19082 t 1491 16819 1492 t 8758 12907 12333 t 793 3305 3182 t 3920 793 3182 t 3305 1000 1206 t 3182 3305 1206 t 1000 83 3435 t 1206 1000 3435 t 1001 2183 3435 t 83 1001 3435 t 1001 3554 3429 t 2183 1001 3429 t 3554 4892 813 t 3429 3554 813 t 4892 2808 1443 t 813 4892 1443 t 2808 1007 1114 t 1443 2808 1114 t 1007 3803 161 t 1114 1007 161 t 3803 676 677 t 161 3803 677 t 1339 4402 677 t 676 1339 677 t 4148 4142 4402 t 1339 4148 4402 t 89 4890 4142 t 4148 89 4142 t 3176 691 4890 t 89 3176 4890 t 2442 2682 691 t 3176 2442 691 t 797 908 2682 t 2442 797 2682 t 90 35 908 t 797 90 908 t 90 576 35 t 8160 9991 8639 t 10965 11115 11040 t 9593 3312 7687 t 9700 8672 5837 t 20212 20304 20211 t 3312 9700 7687 t 18441 18442 18516 t 13615 15057 15052 t 14503 14625 14754 t 13584 13615 15052 t 26780 26900 26779 t 14502 14503 14754 t 19177 15241 20417 t 12590 14851 27723 t 15057 13225 13172 t 30044 30140 30043 t 11677 31929 32342 t 1380 13722 20068 t 12782 1858 12335 t 7687 9700 5837 t 8997 12782 12335 t 18445 18446 18520 t 9599 9715 9593 t 15052 15057 13172 t 11565 18440 16742 t 13225 15270 1415 t 13172 13225 1415 t 5479 5361 2554 t 498 3565 2116 t 1586 4657 3863 t 5252 1532 14656 t 1165 1061 4977 t 15196 15195 500 t 14794 14928 2002 t 12965 13037 12964 t 2876 3687 1254 t 14866 13689 5847 t 19758 19757 31624 t 27502 24235 24234 t 13638 13639 13754 t 18991 10506 12205 t 10489 8760 12252 t 3988 1801 3981 t 12505 12418 13559 t 2451 4841 2450 t 20068 11565 16742 t 13472 13136 14665 t 15228 15361 15094 t 5030 5031 2834 t 25828 32249 31959 t 20953 20952 20864 t 27724 27208 17423 t 14835 14963 14834 t 12418 13557 13559 t 10883 10377 10378 t 2507 13903 14129 t 25 2507 14129 t 3866 3865 15366 t 15367 3866 15366 t 26586 25455 25948 t 18440 18206 18169 t 14329 11366 14206 t 24566 24007 24125 t 12070 17520 17426 t 26325 24434 17425 t 16945 25708 27689 t 27079 5851 25144 t 26808 26931 26807 t 24899 25816 26140 t 12156 12245 13335 t 26199 26200 25338 t 27722 6163 25812 t 3899 2795 3416 t 32117 12615 26070 t 2795 4757 4880 t 31955 32260 32151 t 32246 32151 31898 t 19965 19256 20054 t 4028 281 793 t 122 207 15621 t 3425 3305 793 t 281 3425 793 t 3305 3425 1000 t 60 83 1000 t 998 1001 83 t 60 998 83 t 998 3677 3554 t 1001 998 3554 t 3677 271 4892 t 3554 3677 4892 t 271 2680 2808 t 4892 271 2808 t 2680 1006 1007 t 2808 2680 1007 t 1006 4390 3803 t 1007 1006 3803 t 4390 681 676 t 3803 4390 676 t 681 3067 1339 t 676 681 1339 t 3067 1839 4148 t 1339 3067 4148 t 1839 102 89 t 4148 1839 89 t 89 102 3176 t 2566 2442 3176 t 796 797 2442 t 2566 796 2442 t 128 90 797 t 796 128 797 t 576 4759 13083 t 128 576 90 t 10593 12195 12116 t 12022 12344 11930 t 5837 8997 11021 t 7687 5837 11021 t 9715 3312 9593 t 21889 21269 21481 t 16742 18440 18169 t 18558 18634 18633 t 32243 32143 8738 t 15270 12993 13803 t 1415 15270 13803 t 12993 910 3455 t 13803 12993 3455 t 910 13093 2623 t 3455 910 2623 t 13093 14919 14920 t 2623 13093 14920 t 14919 13913 4838 t 14920 14919 4838 t 14625 14756 14755 t 829 720 3439 t 27630 22313 27504 t 2968 15299 1447 t 27460 31854 23909 t 31854 31928 23909 t 6336 11757 12608 t 11757 9599 11852 t 9593 7687 6681 t 12725 12804 12724 t 6336 12608 12803 t 10668 11513 10518 t 10794 12085 12001 t 13913 13619 13473 t 4838 13913 13473 t 1535 2965 2837 t 1421 1535 2837 t 3203 2588 3202 t 5485 249 339 t 11999 15152 15151 t 15336 14928 14794 t 1691 15336 14794 t 3423 3326 3325 t 20115 20116 20206 t 14874 14875 2003 t 3 14866 14726 t 14836 14835 14702 t 18838 18837 18075 t 10378 10377 12505 t 18080 18075 11288 t 14166 14167 2342 t 18206 18931 18930 t 17838 17839 18286 t 17126 31829 24213 t 16367 16193 17370 t 31923 24453 32005 t 23661 26193 17417 t 29539 10522 29641 t 12901 12900 12884 t 14963 15096 14962 t 29311 29310 29213 t 13301 17846 140 t 14701 22953 22952 t 13903 1455 14537 t 20069 13301 140 t 1799 1281 3865 t 1011 2507 25 t 14091 4887 5010 t 3866 1799 3865 t 8769 2950 14708 t 117 14539 14538 t 15381 11128 23210 t 4657 3203 3202 t 13209 13208 13111 t 25096 25097 25204 t 25205 25321 25320 t 31321 31320 31205 t 24656 24765 24764 t 17379 5507 17668 t 15414 15877 2352 t 25775 25776 25900 t 15414 2352 2351 t 16283 15414 2351 t 23747 27525 16992 t 3660 2667 2795 t 3899 3660 2795 t 2667 4637 4757 t 2795 2667 4757 t 4637 5017 4028 t 4757 4637 4028 t 5017 791 281 t 4028 5017 281 t 3550 3425 281 t 791 3550 281 t 5488 1000 3425 t 3550 5488 3425 t 5488 1553 60 t 1000 5488 60 t 1553 900 998 t 60 1553 998 t 2539 995 900 t 998 900 3677 t 9749 3677 900 t 31913 31924 32022 t 271 1105 2680 t 1105 2938 2680 t 2680 2938 1006 t 1005 2441 4390 t 1006 1005 4390 t 2441 682 681 t 4390 2441 681 t 682 3186 3067 t 681 682 3067 t 3186 1969 1839 t 3067 3186 1839 t 1969 1224 102 t 1839 1969 102 t 1623 3176 102 t 1224 1623 102 t 2565 2566 3176 t 1623 2565 3176 t 795 796 2566 t 2565 795 2566 t 923 128 796 t 795 923 796 t 4759 923 15328 t 156 923 794 t 2570 12356 3532 t 8997 12335 9072 t 12083 3052 1012 t 12471 12558 12470 t 12558 12642 12641 t 10518 10794 12001 t 7747 7843 7842 t 26834 16831 32023 t 24655 24656 24764 t 13277 85 7175 t 9715 9599 11757 t 12386 12471 12385 t 13619 14158 14159 t 11021 8997 9072 t 14370 14503 14502 t 14754 14625 14755 t 14369 14370 14502 t 12296 12295 12215 t 12216 12296 12215 t 11261 11403 11995 t 10517 12614 11083 t 30047 30143 30046 t 30476 30475 30355 t 477 11738 476 t 10247 10246 28294 t 12124 12216 12215 t 12804 6336 12803 t 30249 30248 30142 t 11492 11261 10099 t 11403 8256 11995 t 13473 13619 14159 t 14158 13453 15031 t 3939 1535 1421 t 14159 14158 15031 t 2588 4529 4411 t 2965 12954 13919 t 19789 19786 18926 t 339 249 5252 t 13579 13688 1691 t 11317 20881 20518 t 3187 3423 3325 t 14928 117 2002 t 14875 3 2003 t 3326 5273 5272 t 22951 14702 22952 t 2003 3 14726 t 12074 7681 12161 t 15362 15361 15228 t 20677 20678 20772 t 14667 2463 14166 t 15095 15362 15228 t 2342 13581 13686 t 14166 2342 393 t 14842 11288 18805 t 11914 9966 12508 t 19851 19850 19765 t 19766 19851 19765 t 12901 12924 12900 t 20777 20869 20776 t 30141 30140 30044 t 14963 14962 14834 t 18048 18053 18834 t 20772 20773 20864 t 11538 18684 19870 t 1026 1011 25 t 20583 20678 20582 t 3423 3187 1281 t 14726 14866 5847 t 2002 117 14538 t 1799 3423 1281 t 22222 12250 11677 t 6774 5717 5596 t 21401 24685 26824 t 31945 11016 10499 t 31384 30011 31256 t 6185 26011 17408 t 24765 24877 24764 t 24877 24989 24988 t 9501 26522 11180 t 26184 16416 24461 t 27680 27679 27555 t 18995 10276 10235 t 20741 20742 27650 t 18386 32016 9852 t 27645 31953 31839 t 4267 2549 2667 t 3660 4267 2667 t 2549 4512 4637 t 2667 2549 4637 t 3556 5017 4637 t 4512 3556 4637 t 3556 4521 791 t 5017 3556 791 t 3673 3550 791 t 4521 3673 791 t 3673 5719 5488 t 3550 3673 5488 t 5719 2539 1553 t 5488 5719 1553 t 995 183 996 t 1553 2539 900 t 1099 1098 991 t 1099 1200 1098 t 992 1099 991 t 1200 1199 1098 t 1306 1305 1199 t 1200 1306 1199 t 2062 2063 2176 t 2293 2292 2176 t 1005 1004 2441 t 2938 7077 1005 t 32002 30906 32087 t 2441 489 682 t 683 3068 3186 t 682 683 3186 t 3068 3302 1969 t 3186 3068 1969 t 3302 5256 1224 t 1969 3302 1224 t 5256 2809 1623 t 1224 5256 1623 t 2809 4403 2565 t 1623 2809 2565 t 4403 794 795 t 2565 4403 795 t 14922 156 112 t 795 794 923 t 11834 11835 9990 t 2955 5843 7686 t 3532 6908 9842 t 8938 12083 1012 t 9814 1427 3923 t 7206 4050 14071 t 12424 7206 14071 t 18745 13822 13823 t 17846 18766 12952 t 10577 157 3660 t 26545 26675 26674 t 24213 25415 27772 t 12558 12557 12470 t 12386 12385 12295 t 9072 12335 8938 t 5599 1653 15494 t 9369 5123 5377 t 1653 130 74 t 130 1653 5599 t 13449 14213 11394 t 20592 20687 20686 t 17914 16498 17299 t 32250 31958 32111 t 7240 3672 5721 t 10802 10873 32154 t 8256 11403 10875 t 11325 11577 12684 t 20607 20513 20885 t 22114 21964 22222 t 29948 30044 29947 t 15417 15387 11570 t 1948 1947 1829 t 26457 26583 32106 t 13453 4290 14094 t 15031 13453 14094 t 4290 14031 13909 t 14094 4290 13909 t 3128 3008 3938 t 3008 3939 3938 t 4529 13962 4411 t 13962 13081 4411 t 5153 2836 5031 t 2836 249 5485 t 19763 19764 19847 t 12035 10324 13493 t 14994 13688 13579 t 14995 14994 13579 t 4263 4380 5272 t 3325 3326 5272 t 13858 13404 13378 t 13404 14875 14874 t 15097 15096 14963 t 14836 14963 14835 t 18228 18308 18227 t 19764 19849 19848 t 15362 3981 15361 t 3981 3982 15361 t 15332 2463 14667 t 4594 15332 14667 t 13976 18746 14194 t 21017 14842 18805 t 13181 15330 4592 t 13759 13760 13873 t 8738 10877 10865 t 11859 11774 11860 t 20587 20682 20586 t 393 2342 13685 t 14283 12985 14161 t 811 20514 20977 t 19599 19534 18834 t 27325 24920 25007 t 14835 14834 14701 t 14834 14833 14700 t 23848 23847 23757 t 13689 1011 1026 t 19408 19407 26818 t 5847 13689 1026 t 5389 5388 5275 t 5276 5389 5275 t 5389 5509 5388 t 15748 23762 25943 t 26145 27454 25956 t 24989 25098 25097 t 24988 24989 25097 t 25098 25206 25205 t 24592 19157 26829 t 25097 25098 25205 t 27471 24433 20525 t 26577 26184 24461 t 26035 26166 26034 t 27775 15414 16283 t 5729 4266 4267 t 24785 31965 23723 t 4266 4509 2549 t 4267 4266 2549 t 4509 2553 4512 t 2549 4509 4512 t 2553 2664 3556 t 4512 2553 3556 t 787 4521 3556 t 2664 787 3556 t 787 3795 3673 t 4521 787 3673 t 3795 13 5719 t 3673 3795 5719 t 13 183 2539 t 5719 13 2539 t 10507 21499 14722 t 2539 183 995 t 987 1094 1093 t 12611 7163 12524 t 11857 11858 997 t 986 987 1093 t 1306 1407 1305 t 1407 1406 1305 t 1944 1945 2062 t 2063 2177 2176 t 1107 2422 3164 t 833 1009 1208 t 1094 1095 1195 t 1302 1301 1195 t 32025 29916 32201 t 5085 16845 5208 t 31681 15549 15480 t 10055 8866 683 t 2084 99 5256 t 3302 2084 5256 t 99 3422 2809 t 5256 99 2809 t 3422 4523 4403 t 2809 3422 4403 t 4523 685 794 t 4403 4523 794 t 794 685 156 t 11494 12012 11834 t 18412 16831 26834 t 9842 6908 14 t 8553 1427 9814 t 8657 8553 9814 t 11952 14465 18035 t 30385 30384 30274 t 258 97 259 t 9987 12427 12336 t 10499 10268 32267 t 10448 10325 11937 t 20215 20307 20214 t 20607 19183 20602 t 12296 12386 12295 t 12471 12470 12385 t 3052 1762 3562 t 1012 3052 3562 t 5012 130 2695 t 2695 130 17445 t 6698 3180 1551 t 5012 74 130 t 22460 11365 11285 t 20795 20607 20885 t 21382 21883 21586 t 22215 21382 21586 t 21382 21792 21788 t 21883 21382 21788 t 32263 32066 7767 t 4976 32015 31857 t 10764 10763 10694 t 2322 8213 8112 t 32200 32341 32318 t 10585 10800 2104 t 12804 12803 12724 t 2084 3302 3068 t 22597 4279 23524 t 4859 4860 4982 t 31946 32250 32181 t 203 14352 13436 t 18359 18360 18431 t 12990 14800 13254 t 13436 12990 13254 t 14800 12838 14635 t 3296 3008 3128 t 13254 14800 14635 t 3938 3939 1421 t 2836 2835 5031 t 13081 13962 1532 t 24570 27594 26574 t 2835 2836 5485 t 1555 937 14995 t 13605 3253 14709 t 5273 4263 5272 t 13688 15336 1691 t 4263 2339 1955 t 13378 13404 14874 t 13708 13821 8131 t 15230 15229 15096 t 1801 1688 3982 t 10377 12418 12505 t 1359 712 4594 t 3981 1801 3982 t 20865 20953 20864 t 2463 14167 14166 t 4594 14667 14546 t 26278 26403 26277 t 4303 16460 4181 t 14546 14667 14166 t 4182 4304 4303 t 32062 31928 32258 t 32039 32244 32243 t 32346 32320 32162 t 11159 1734 32231 t 28077 28078 28132 t 14072 811 20977 t 2342 13686 13685 t 15246 15245 14976 t 20165 17974 3309 t 31943 32234 24012 t 13581 14924 14923 t 18835 19599 18834 t 14962 14961 14833 t 19407 19408 19494 t 2237 2351 19330 t 20887 20703 20976 t 5390 5389 5276 t 5277 5390 5276 t 5510 5509 5389 t 5390 5510 5389 t 5510 5627 5626 t 10202 32364 8871 t 25448 32323 31999 t 25206 25322 25321 t 25205 25206 25321 t 21611 22016 27717 t 387 384 6034 t 25258 24239 24237 t 27774 27775 16283 t 26918 26919 27044 t 26166 26295 26294 t 5860 4265 4266 t 5729 4267 157 t 4265 5118 4509 t 4266 4265 4509 t 5118 2670 2553 t 4509 5118 2553 t 111 2664 2553 t 2670 111 2553 t 111 4645 787 t 2664 111 787 t 4645 3914 3795 t 787 4645 3795 t 3914 283 13 t 3795 3914 13 t 283 6094 183 t 13 283 183 t 3147 3269 3146 t 9497 283 6091 t 565 6608 6712 t 4251 4252 4369 t 5703 5704 5820 t 886 887 986 t 1407 1511 1406 t 1511 7693 7692 t 1827 1945 1826 t 1945 2063 2062 t 2422 3785 3171 t 1208 1107 3164 t 987 988 1094 t 1095 1196 1195 t 21792 22956 22955 t 1121 1225 1120 t 3031 3030 2902 t 3761 3883 3882 t 2084 385 99 t 24463 10694 10615 t 57 3547 3422 t 99 57 3422 t 3547 4647 4523 t 3422 3547 4523 t 4647 684 685 t 4523 4647 685 t 685 684 112 t 10806 12012 11494 t 11835 4847 9990 t 11194 11276 11193 t 11356 11355 11275 t 1427 3295 3923 t 10943 2692 11398 t 9992 11006 9408 t 377 9992 9408 t 32349 31972 32047 t 29669 29668 29572 t 25232 25344 22330 t 10904 10903 10834 t 11673 18240 19190 t 1762 11866 12447 t 12447 11866 8657 t 3562 1762 12447 t 11866 8553 8657 t 31827 31893 31821 t 1134 12356 2570 t 13734 15168 14635 t 4881 13909 14031 t 11203 11285 11202 t 11285 11365 11364 t 18972 25317 19055 t 10980 10979 10903 t 12185 11845 11429 t 6035 387 6034 t 5229 5343 5228 t 2654 2655 2781 t 3270 3392 3269 t 21235 25232 22330 t 12838 13734 14635 t 5123 10049 8682 t 3670 3296 3128 t 1808 3822 3821 t 1038 80 184 t 13407 13518 7059 t 14932 3087 13655 t 13426 13536 13535 t 13425 13426 13535 t 2505 12888 14026 t 12888 2505 14256 t 14292 14152 1138 t 18169 18206 18930 t 2109 15014 13506 t 1532 2109 1997 t 4782 5153 5031 t 18666 13475 20973 t 25322 25424 25423 t 14880 14881 1555 t 937 14994 14995 t 4380 4263 1955 t 2226 13404 13858 t 2107 2226 13858 t 15364 15363 15229 t 15097 15230 15096 t 12121 18991 13949 t 19674 19675 19764 t 1801 4019 1688 t 4019 4175 1688 t 14612 15275 1359 t 712 15332 4594 t 22515 31833 32173 t 26576 24460 6268 t 15089 15088 14954 t 4057 4183 4182 t 17126 19076 31879 t 4183 4305 4304 t 4182 4183 4304 t 4305 4423 4422 t 4304 4305 4422 t 15548 15480 15549 t 32139 32262 27205 t 8887 32310 10865 t 16498 13651 13539 t 17296 17401 4182 t 4667 4790 4666 t 13686 13581 14923 t 26526 31942 31986 t 14834 14962 14833 t 20515 20609 11238 t 20773 20865 20864 t 15096 15095 14961 t 1891 16952 16953 t 20609 20703 11666 t 5391 5390 5277 t 5278 5391 5277 t 5511 5510 5390 t 5391 5511 5390 t 5628 5627 5510 t 5511 5628 5510 t 5628 5746 5745 t 5627 5628 5745 t 25321 25322 25423 t 31885 32044 32269 t 5229 5228 5104 t 4864 4988 4987 t 11236 10452 6653 t 770 771 879 t 27045 27174 27044 t 25668 25552 19064 t 4264 4265 5860 t 11851 22535 5729 t 5242 5118 4265 t 4264 5242 4265 t 2797 2670 5118 t 5242 2797 5118 t 925 111 2670 t 2797 925 2670 t 925 2439 4645 t 111 925 4645 t 2439 4156 3914 t 4645 2439 3914 t 4156 6091 283 t 3914 4156 283 t 4500 4624 4623 t 10078 9843 6091 t 4499 4500 4623 t 4624 4744 4743 t 6711 675 565 t 32132 32145 24895 t 5581 5582 5703 t 5822 6861 5821 t 179 2790 5003 t 597 790 4394 t 1712 1827 1711 t 1945 1944 1826 t 3785 2307 2427 t 3164 2422 3171 t 887 888 987 t 988 1095 1094 t 11053 10980 25121 t 10694 10693 10615 t 10904 24902 25016 t 2330 2331 2449 t 12286 9408 12536 t 23909 31928 26011 t 26057 27207 32106 t 8335 9611 8238 t 32238 21452 22114 t 3547 1838 4647 t 385 7277 57 t 99 385 57 t 32315 31866 32188 t 10939 10806 11494 t 2572 2451 15309 t 10943 3676 3917 t 12012 11835 11834 t 9962 10943 11398 t 9992 6237 11679 t 11006 9992 11679 t 22646 12185 11429 t 18403 18389 309 t 21698 22113 12369 t 11125 11203 11124 t 11285 11284 11202 t 5971 4651 3172 t 3295 5971 8360 t 12538 12537 7678 t 3672 1134 2570 t 12639 12638 12555 t 3923 3295 8360 t 10404 10346 24037 t 11284 11285 11364 t 21788 21792 22955 t 27522 27566 24540 t 24483 10850 10849 t 17983 17982 15686 t 5108 5232 5107 t 5346 5466 5345 t 1538 1537 1436 t 1227 1436 1333 t 18230 18310 18229 t 32331 10866 32245 t 10156 4997 6434 t 1423 5147 1422 t 324 228 5148 t 577 3085 2963 t 13241 1558 14292 t 13679 13797 14345 t 13055 1558 13241 t 2707 13654 13222 t 856 14028 14027 t 3809 856 14027 t 20115 20206 20205 t 3083 2505 14027 t 8632 92 9070 t 13118 13117 13036 t 14340 14251 14128 t 4654 13797 13679 t 4904 4654 13679 t 13506 15014 13517 t 1997 2109 13506 t 3862 1587 3867 t 19937 20026 19936 t 11479 10883 10058 t 13414 14881 14880 t 13406 13414 14880 t 2339 197 2226 t 2791 3057 4044 t 5375 2226 2107 t 3987 3988 15363 t 15230 15364 15229 t 18991 18990 13949 t 17078 17915 27567 t 4019 3691 4175 t 5021 15275 14612 t 4896 5021 14612 t 14449 22953 14575 t 19409 19495 19408 t 16082 4057 17401 t 4141 4045 2225 t 4184 4306 4305 t 4183 4184 4305 t 4306 4424 4423 t 4305 4306 4423 t 4424 4544 4543 t 4423 4424 4543 t 4668 4667 4543 t 4544 4668 4543 t 4791 4790 4667 t 4668 4791 4667 t 4914 4913 4790 t 4791 4914 4790 t 17532 24920 27454 t 4914 5035 4913 t 14962 15096 14961 t 1900 17051 1781 t 11016 8633 11927 t 5392 5391 5278 t 5279 5392 5278 t 5512 5511 5391 t 5392 5512 5391 t 5629 5628 5511 t 5512 5629 5511 t 5747 5746 5628 t 5629 5747 5628 t 32147 31820 32316 t 5746 5747 5858 t 5232 5231 5107 t 1018 1019 1123 t 5466 5465 5345 t 25319 25421 25318 t 3659 4264 1023 t 19182 32029 32003 t 5355 5242 4264 t 24703 27210 27082 t 2928 2797 5242 t 5355 2928 5242 t 5259 925 2797 t 2928 5259 2797 t 5259 2319 2439 t 925 5259 2439 t 2089 7919 1975 t 2439 2319 4156 t 4245 4246 4363 t 25680 19862 15487 t 5603 680 379 t 384 5603 379 t 4379 4500 4499 t 4378 4379 4499 t 880 881 980 t 4250 4368 4367 t 5464 5582 5463 t 5582 5704 5703 t 4394 179 5003 t 3395 3396 3518 t 1609 1712 1608 t 1827 1826 1711 t 2307 1958 1957 t 3171 3785 2427 t 667 668 778 t 888 988 987 t 558 559 667 t 779 888 887 t 456 457 558 t 668 779 778 t 356 457 355 t 559 668 667 t 260 261 355 t 457 559 558 t 32005 27069 27398 t 457 456 355 t 32179 31881 32115 t 261 356 355 t 4150 5945 3555 t 10078 4156 8578 t 4847 10731 9990 t 14398 12289 12288 t 2692 10943 3917 t 10467 10466 10400 t 11759 6700 7000 t 10900 10976 10830 t 11049 11124 10975 t 12559 12560 12643 t 29945 29946 30041 t 16841 17055 17010 t 19414 19497 15380 t 10344 10402 10343 t 10468 10467 10401 t 32219 32034 11098 t 8360 5971 3172 t 9378 12537 9467 t 12537 9069 7678 t 7240 1134 3672 t 12374 12375 12462 t 12639 12722 12721 t 5466 5584 5465 t 12638 12639 12721 t 5584 5706 5583 t 5584 5583 5465 t 6047 1450 6046 t 8798 8797 8690 t 5706 5705 5583 t 4373 4374 4494 t 917 918 1018 t 1019 1124 1123 t 11203 11202 11124 t 4014 4133 4132 t 10831 10900 10830 t 11049 11125 11124 t 19771 19857 19856 t 18674 18755 18754 t 18931 19875 19863 t 18930 18931 19863 t 13064 1778 4856 t 1558 14152 14292 t 14345 13055 13241 t 18314 19082 19081 t 14898 1377 4904 t 13180 12352 14782 t 12352 12760 12679 t 12744 3743 11732 t 1377 4654 4904 t 2310 12744 11732 t 13522 14990 14938 t 13797 13055 14345 t 1587 3744 3867 t 13517 13522 14938 t 13475 19521 20798 t 1587 4782 3744 t 13975 14005 13406 t 14881 937 1555 t 3057 5375 4044 t 197 13975 13921 t 15364 3987 15363 t 4044 5375 2107 t 19875 9836 82 t 1485 1801 3988 t 4019 3178 3199 t 20958 20959 8131 t 14766 14799 4896 t 3691 4019 3199 t 19517 14069 909 t 15275 712 1359 t 4896 14612 13560 t 14833 14832 14699 t 13560 14612 1359 t 2341 13468 13439 t 2225 2341 13439 t 4307 4306 4184 t 16082 4183 4057 t 4307 4425 4424 t 4306 4307 4424 t 4425 4545 4544 t 4424 4425 4544 t 4669 4668 4544 t 4545 4669 4544 t 4792 4791 4668 t 4669 4792 4668 t 4915 4914 4791 t 4792 4915 4791 t 5036 5035 4914 t 4915 5036 4914 t 5158 5157 5035 t 5036 5158 5035 t 5280 5279 5157 t 5158 5280 5157 t 5393 5392 5279 t 5280 5393 5279 t 5513 5512 5392 t 5393 5513 5392 t 5630 5629 5512 t 5513 5630 5512 t 5748 5747 5629 t 5630 5748 5629 t 525 30021 20839 t 5942 8555 6058 t 4495 4619 4618 t 1437 1436 1227 t 1123 1124 1227 t 32044 32302 31832 t 1100 1201 1099 t 3162 2420 2421 t 3651 3652 3768 t 2292 2291 2175 t 12775 31937 10947 t 2059 2173 2172 t 32232 32053 31908 t 22394 32169 32084 t 12689 9871 12685 t 5596 8521 6774 t 1639 1638 1540 t 12524 12689 10867 t 1398 1397 1296 t 11398 2692 6959 t 662 772 771 t 552 662 551 t 4261 4379 4378 t 4260 4261 4378 t 3887 4007 4006 t 4624 4625 4744 t 5344 5464 5343 t 5582 5581 5463 t 4126 4249 4248 t 32068 32188 32090 t 1712 1711 1608 t 1958 5250 5362 t 2427 2307 1957 t 4518 8629 9658 t 778 779 887 t 1310 3183 1311 t 8639 11316 12020 t 7163 12451 9871 t 12689 7163 9871 t 32240 32144 32009 t 20821 14708 20911 t 19863 19875 82 t 12094 11012 11511 t 29916 32025 30531 t 31842 31891 32109 t 575 56 5945 t 31815 32024 31874 t 2666 180 686 t 3917 3676 4400 t 10760 10831 10759 t 10976 11049 10975 t 12094 13897 2698 t 10831 10830 10759 t 2086 12094 11511 t 2086 11511 6673 t 11873 11789 11874 t 10691 10760 10690 t 10402 10468 10401 t 20408 20407 20311 t 2693 2690 2821 t 22956 21984 21129 t 10574 11409 11323 t 1334 1437 1227 t 8553 2560 1427 t 1125 1228 1124 t 1019 1020 1124 t 1228 1334 1227 t 918 919 1019 t 32309 31843 32265 t 20396 20397 20492 t 1228 1227 1124 t 9962 11398 12179 t 3172 4651 8468 t 4859 4858 4737 t 10692 10691 10613 t 10976 10975 10830 t 11960 11959 11874 t 11875 11960 11874 t 19940 20029 19939 t 20680 20775 20774 t 20679 20680 20774 t 4049 5034 583 t 15014 13522 13517 t 583 1377 14898 t 14341 13164 1324 t 15201 5034 4049 t 18699 12029 15282 t 11105 32227 10434 t 20394 20490 20489 t 7380 8974 8561 t 1776 1664 1460 t 22955 22956 21129 t 15267 13164 14341 t 15268 15267 14341 t 14938 14990 12892 t 14990 12911 12892 t 3862 3867 15370 t 15235 15234 15102 t 20490 20583 20489 t 599 14005 13975 t 197 599 13975 t 13975 13406 13405 t 2226 197 13921 t 5270 5271 2073 t 2300 3057 2791 t 3987 1485 3988 t 14661 2962 14662 t 3004 3005 74 t 13468 13471 13370 t 13376 14799 14766 t 14961 14960 14832 t 14700 14833 14699 t 13368 13370 14766 t 13468 13370 13368 t 3983 1919 3984 t 13439 13468 13368 t 21452 32238 10519 t 19669 19759 19758 t 4426 4425 4307 t 4308 4426 4307 t 4426 4546 4545 t 4425 4426 4545 t 4546 4670 4669 t 4545 4546 4669 t 4793 4792 4669 t 4670 4793 4669 t 4916 4915 4792 t 4793 4916 4792 t 5037 5036 4915 t 4916 5037 4915 t 5281 5158 5036 t 5037 5281 5036 t 5281 5280 5158 t 5394 5393 5280 t 5281 5394 5280 t 5514 5513 5393 t 5394 5514 5393 t 5631 5630 5513 t 5514 5631 5513 t 5749 5748 5630 t 5631 5749 5630 t 30854 30978 30853 t 30469 30468 30347 t 1020 1125 1124 t 32131 32355 32311 t 919 1020 1019 t 918 1019 1018 t 1439 1438 1335 t 2176 2292 2175 t 2422 3664 3785 t 2058 2059 2172 t 2289 2288 2172 t 11357 11358 11444 t 10807 10878 11501 t 32160 31821 32358 t 1021 1022 1126 t 3271 3393 3392 t 1603 1706 1705 t 1602 1603 1705 t 4636 2429 3170 t 1849 1848 1720 t 10200 31861 12786 t 4137 9881 9882 t 4745 4867 4866 t 894 994 893 t 5230 5344 5229 t 5464 5463 5343 t 32261 31954 11746 t 1947 1946 1828 t 1405 1509 1404 t 1609 1608 1508 t 5250 1310 1311 t 1957 1958 5362 t 781 890 780 t 15130 3183 3062 t 670 781 669 t 990 989 889 t 560 561 669 t 890 889 780 t 459 561 458 t 781 780 669 t 358 459 357 t 561 670 669 t 6310 262 6222 t 561 560 458 t 263 358 357 t 459 458 357 t 574 180 56 t 32105 32100 32292 t 32244 31828 32143 t 56 180 2666 t 11443 11529 11528 t 12364 5122 1844 t 10538 10692 10537 t 12043 12042 11959 t 11960 12043 11959 t 12129 12128 12042 t 12043 12129 12042 t 12220 12219 12128 t 12129 12220 12128 t 10538 10537 10467 t 10692 10613 10537 t 12519 10347 11597 t 10468 10538 10467 t 2445 2446 2153 t 32293 32222 32128 t 810 919 918 t 986 985 885 t 3150 3151 3273 t 4608 4728 4727 t 5921 6038 6037 t 3562 12447 11867 t 10955 10327 3532 t 12356 10955 3532 t 12697 9962 12179 t 10893 10966 10892 t 12472 12473 12559 t 10760 10759 10690 t 12220 12299 12219 t 5141 5023 1664 t 1776 5141 1664 t 13099 15267 15268 t 5023 5141 4034 t 1324 15201 4049 t 13098 13099 15268 t 15013 15030 13098 t 4034 297 2228 t 297 3814 2014 t 2228 297 2014 t 15030 13099 13098 t 3814 13627 13615 t 12911 2881 420 t 13164 15201 1324 t 15371 15370 15236 t 12892 12911 420 t 15103 15235 15102 t 15371 3862 15370 t 2339 599 197 t 15370 15369 15234 t 13921 13975 13405 t 14005 13414 13406 t 5271 2300 2073 t 13406 14880 14876 t 1485 185 1801 t 2073 2300 2791 t 7267 18460 15798 t 185 3573 4019 t 9836 19000 18994 t 13370 13376 14766 t 14833 14961 14832 t 14799 5021 4896 t 17001 17391 32142 t 15095 15094 14960 t 3943 16555 16661 t 4061 4186 17109 t 14470 4060 17109 t 14699 14698 14575 t 14699 14832 14698 t 14832 14831 14698 t 4427 4426 4308 t 4547 4546 4426 t 4427 4547 4426 t 4671 4670 4546 t 4547 4671 4546 t 4671 4794 4793 t 4670 4671 4793 t 4794 4917 4916 t 4793 4794 4916 t 5038 5037 4916 t 4917 5038 4916 t 5159 5281 5037 t 5038 5159 5037 t 5159 5282 5281 t 5395 5394 5281 t 5282 5395 5281 t 5515 5514 5394 t 5395 5515 5394 t 5632 5631 5514 t 5515 5632 5514 t 5750 5749 5631 t 5632 5750 5631 t 32362 31859 31957 t 726 727 7171 t 4252 4370 4369 t 2905 3033 2904 t 2194 5594 8464 t 3033 3154 3032 t 4727 4852 4726 t 1400 1504 1503 t 7973 5592 5591 t 4995 5115 5114 t 1009 1320 1107 t 3894 4014 4013 t 2406 2405 2288 t 2289 2406 2288 t 5817 5925 5816 t 3032 3031 2903 t 5925 6042 6041 t 2904 3032 2903 t 4120 4121 4244 t 4121 4245 4244 t 3764 3886 3885 t 3764 3763 3647 t 351 451 450 t 1089 1190 1189 t 2283 2284 2400 t 1295 1294 1188 t 7110 1102 7109 t 5106 5230 5105 t 5344 5343 5229 t 1946 1947 2064 t 1947 2065 2064 t 1304 1303 1197 t 1198 1304 1197 t 1097 1096 989 t 5362 5250 1311 t 1406 1405 1304 t 890 990 889 t 1098 1199 1097 t 1305 1406 1304 t 1305 1304 1198 t 1199 1305 1198 t 7691 1510 7692 t 1406 1510 1405 t 3274 3396 3395 t 3273 3274 3395 t 32296 31875 31826 t 3396 3519 3518 t 1828 1827 1712 t 1713 1609 7691 t 31858 32029 31818 t 31996 32198 31998 t 9395 435 4392 t 180 435 686 t 7738 7834 1871 t 12444 236 12092 t 12297 12387 12296 t 11343 2951 11342 t 31837 32164 31920 t 10691 10690 10613 t 12390 12389 12299 t 12475 12474 12389 t 12390 12475 12389 t 12475 12562 12561 t 12474 12475 12561 t 12562 12646 12645 t 12561 12562 12645 t 8115 18511 18512 t 27870 27924 27869 t 12728 12727 12645 t 11912 12441 8775 t 12289 12290 12377 t 12646 12728 12645 t 6887 9814 3788 t 181 3562 11867 t 12808 12807 12727 t 10327 8730 6908 t 12697 12179 11090 t 7678 12697 11090 t 10830 10974 10973 t 11201 11200 11122 t 10956 8637 8732 t 12560 12644 12643 t 3403 3281 3404 t 2014 3814 13615 t 13627 15065 15057 t 13615 13627 15057 t 15065 13240 13225 t 15057 15065 13225 t 13240 3372 15270 t 13225 13240 15270 t 581 12955 199 t 5136 711 199 t 3372 13364 12993 t 15270 3372 12993 t 13364 3454 910 t 12993 13364 910 t 3454 4836 13093 t 910 3454 13093 t 2433 2312 581 t 12955 5136 199 t 15192 4902 2748 t 2881 2939 13790 t 15371 15236 15104 t 15235 15370 15234 t 14880 1555 718 t 13405 13406 14876 t 14955 14954 14826 t 3447 5271 5270 t 17879 13441 4035 t 13124 2467 19 t 4283 10325 10448 t 15865 15948 18234 t 3332 3456 17019 t 3456 3585 3584 t 24322 25009 32145 t 3585 3703 3702 t 16699 16698 16614 t 3703 3825 3824 t 3702 3703 3824 t 3825 3945 3944 t 3824 3825 3944 t 3945 4062 4061 t 3944 3945 4061 t 22515 12185 22645 t 4062 4186 4061 t 4712 16218 4835 t 4428 4427 4309 t 4310 4428 4309 t 4548 4547 4427 t 4428 4548 4427 t 4672 4671 4547 t 4548 4672 4547 t 4795 4794 4671 t 4672 4795 4671 t 4918 4917 4794 t 4795 4918 4794 t 5039 5038 4917 t 4918 5039 4917 t 5160 5159 5038 t 5039 5160 5038 t 5283 5282 5159 t 5160 5283 5159 t 5283 5395 5282 t 5283 5515 5395 t 5633 5632 5515 t 5283 5633 5515 t 5751 5861 7176 t 5633 5751 5632 t 2409 2408 2291 t 348 447 347 t 3033 3032 2904 t 4388 4272 10129 t 3154 3277 3153 t 3154 3153 3032 t 1504 1505 1605 t 1637 1636 1538 t 5115 5239 5238 t 4496 4497 4620 t 27174 27173 27044 t 10283 10284 10340 t 4376 4497 4496 t 12389 12474 12388 t 2530 2529 2405 t 1404 1508 1403 t 1508 1507 1403 t 1850 1967 1718 t 1717 1850 1718 t 1501 1602 1601 t 1396 1397 1500 t 2524 2525 2642 t 2643 2769 2768 t 894 7009 7109 t 1309 1308 1202 t 4986 5106 4985 t 5230 5229 5105 t 2064 2065 2178 t 2065 2179 2178 t 1304 1405 1303 t 1405 1404 1303 t 1098 1097 990 t 990 1097 989 t 3158 3281 3280 t 991 1098 990 t 3037 3158 3157 t 3157 3158 3280 t 2909 3037 3036 t 3036 3037 3157 t 2780 2909 2908 t 2908 2909 3036 t 2654 2653 2535 t 2779 2780 2908 t 2295 2412 2294 t 2536 2654 2535 t 2536 2535 2411 t 2412 2536 2411 t 2780 2779 2653 t 2654 2780 2653 t 158 3162 3527 t 4133 4134 4256 t 3272 3394 3393 t 10731 12342 10871 t 82 9836 18994 t 10402 10401 10343 t 12728 12808 12727 t 9616 8340 12807 t 12808 9616 12807 t 11604 10619 8340 t 9616 11604 8340 t 11604 8654 10109 t 10619 11604 10109 t 10062 9068 9371 t 9611 10062 9371 t 10062 6903 7562 t 9068 10062 7562 t 6903 6793 7861 t 6908 7061 14 t 11970 11971 12053 t 10974 11123 10973 t 3676 3553 4400 t 12147 12146 12060 t 4836 14785 14919 t 13093 4836 14919 t 14785 13914 13913 t 3007 13563 13546 t 2879 3007 13546 t 14919 14785 13913 t 711 3007 2879 t 13914 13161 13619 t 13913 13914 13619 t 13161 14157 14158 t 13619 13161 14158 t 2966 2312 206 t 13342 13453 14158 t 14157 13342 14158 t 13187 4290 13453 t 13342 13187 13453 t 14732 14031 4290 t 13187 14732 4290 t 31870 26058 31834 t 14732 1065 14031 t 3086 2966 206 t 2312 2433 206 t 4902 13176 13912 t 15193 15192 2748 t 19670 19671 19760 t 15370 3744 15369 t 4263 1530 2339 t 1555 14995 14865 t 14876 14880 718 t 3573 3447 5270 t 13415 13525 13524 t 29284 29285 29386 t 28192 28254 28191 t 3333 3457 3456 t 4766 3332 3331 t 3457 3586 3585 t 3456 3457 3585 t 3586 3704 3703 t 3585 3586 3703 t 3704 3826 3825 t 3703 3704 3825 t 3826 3946 3945 t 3825 3826 3945 t 3946 4063 4062 t 3945 3946 4062 t 4187 4186 4062 t 4063 4187 4062 t 4187 4310 4186 t 4429 4428 4310 t 4187 4429 4310 t 4549 4548 4428 t 4429 4549 4428 t 4673 4672 4548 t 4549 4673 4548 t 4796 4795 4672 t 4673 4796 4672 t 4919 4918 4795 t 4796 4919 4795 t 4919 5040 5039 t 4918 4919 5039 t 5161 5160 5039 t 5040 5161 5039 t 5284 5283 5160 t 5161 5284 5160 t 5634 5633 5283 t 5516 5634 5283 t 5752 5751 5633 t 5634 5752 5633 t 28078 28133 28132 t 12381 12380 12210 t 4271 4272 4387 t 4507 4508 4633 t 5262 8449 12530 t 5236 5350 5349 t 4247 4248 4365 t 4617 4737 4736 t 2421 2420 1830 t 31867 32037 31885 t 28337 28404 28336 t 3771 3772 3893 t 23924 23828 20365 t 24052 10473 10543 t 776 777 885 t 12338 4518 9658 t 1419 3062 1310 t 25448 31999 32069 t 994 993 893 t 3518 3649 3648 t 3273 3395 3394 t 1397 1396 1295 t 1190 1296 1189 t 2525 2643 2642 t 4003 4004 4122 t 7405 1309 7308 t 1410 1409 1308 t 4861 4862 4985 t 5106 5105 4985 t 562 561 459 t 1198 1197 1096 t 1509 1508 1404 t 891 991 890 t 1199 1198 1097 t 3404 9314 3403 t 3281 3403 3280 t 1601 1704 1600 t 1818 1817 1703 t 1720 1721 2429 t 2284 2401 2400 t 4137 4260 4259 t 8654 6967 10163 t 4260 4378 4377 t 4259 4260 4377 t 4378 4499 4498 t 4499 4623 4622 t 18821 18908 18907 t 4377 4378 4498 t 1396 1395 1294 t 1967 1849 1719 t 3886 3887 4006 t 4879 1718 4756 t 7109 1101 994 t 2057 2171 2056 t 2693 2694 11 t 21984 23355 23236 t 21887 26563 26523 t 20312 20408 20311 t 10109 8654 10163 t 7562 6903 7861 t 6606 9970 7861 t 6793 6606 7861 t 6605 7186 9970 t 6606 6605 9970 t 7661 7564 7186 t 32324 32056 31912 t 6605 7661 7186 t 16596 18830 18829 t 1615 1620 1621 t 2312 12955 581 t 98 2966 4297 t 13563 15030 15013 t 13546 13563 15013 t 199 711 2879 t 420 2881 13790 t 3740 22940 22939 t 2966 3086 4297 t 13436 13254 13791 t 4907 4900 203 t 203 13436 13677 t 13265 13165 15168 t 98 4297 1279 t 32261 11831 12783 t 14533 115 14285 t 2830 5504 1037 t 32026 32157 32232 t 14378 14254 12974 t 13213 13319 13212 t 11650 11479 11730 t 18838 19693 18837 t 14489 2384 14742 t 2748 4902 13912 t 20798 19521 11537 t 13939 13482 13481 t 25563 15427 26183 t 24035 17611 24536 t 25812 25813 27627 t 29701 29700 29605 t 31800 31799 31687 t 3090 3211 3210 t 3210 3333 31019 t 3211 3334 3333 t 16365 16305 15471 t 3334 3458 3457 t 3333 3334 3457 t 3458 3587 3586 t 3457 3458 3586 t 3587 3705 3704 t 3586 3587 3704 t 3705 3827 3826 t 3704 3705 3826 t 3827 3947 3946 t 3826 3827 3946 t 3947 4064 4063 t 3946 3947 4063 t 4188 4187 4063 t 4064 4188 4063 t 4188 4311 4187 t 4311 4429 4187 t 4550 4549 4429 t 4674 4673 4549 t 4550 4674 4549 t 4797 4796 4673 t 4674 4797 4673 t 4797 4920 4919 t 4796 4797 4919 t 5041 5040 4919 t 4920 5041 4919 t 5162 5161 5040 t 5041 5162 5040 t 5285 5284 5161 t 5162 5285 5161 t 5396 5283 5284 t 5285 5396 5284 t 5396 5516 5283 t 5635 5634 5516 t 5753 5754 9584 t 5635 5753 5634 t 10163 6967 8680 t 27174 27295 27173 t 4508 4634 4633 t 4611 4612 4731 t 243 12954 2960 t 5575 5697 5696 t 12382 12468 12381 t 1128 6942 7044 t 4633 4634 4754 t 31936 27023 25416 t 697 806 805 t 30196 696 695 t 3888 3887 3765 t 2931 4501 4500 t 4612 4613 4732 t 5457 5458 5575 t 2907 2908 3035 t 3036 3157 3156 t 5465 5583 5464 t 5583 5705 5582 t 4488 4489 4612 t 4613 4733 4732 t 1296 1397 1295 t 451 553 450 t 7297 5453 5452 t 3651 3650 3520 t 7405 1410 1309 t 31980 31950 32007 t 4739 4740 4861 t 4862 4986 4985 t 671 670 561 t 460 562 459 t 782 891 781 t 1097 1198 1096 t 3026 3148 3025 t 991 990 890 t 3516 3646 3645 t 3148 3147 3025 t 10668 10942 31987 t 3515 3516 3645 t 894 893 784 t 785 784 673 t 4744 4745 4866 t 4867 4991 4990 t 13426 13425 13318 t 1873 363 1233 t 4750 4872 4871 t 4749 4750 4871 t 3648 3649 3764 t 5457 5575 5574 t 3887 3888 4007 t 4006 4007 4125 t 6051 6050 5934 t 4008 4127 4126 t 32222 31853 32128 t 9858 9187 7564 t 10690 10759 10689 t 4769 104 8730 t 11562 14461 18994 t 8680 11595 12431 t 7661 9858 7564 t 8665 8348 9187 t 9858 8665 9187 t 14027 2505 14026 t 13972 4277 3247 t 27026 27025 26899 t 2266 2939 15193 t 13790 2939 2266 t 2939 15192 15193 t 20494 20587 20493 t 27024 6164 26062 t 1423 1422 1062 t 1061 1423 1062 t 1236 6197 422 t 13658 15141 13657 t 32117 26070 32182 t 10324 12035 18192 t 20120 20121 20210 t 4412 8682 1987 t 32341 32305 32065 t 13027 13108 13107 t 20127 20126 30524 t 18162 18927 18159 t 13205 13204 13107 t 14871 14489 14742 t 14070 13369 19685 t 19713 19708 18846 t 14742 1620 14871 t 27567 24234 24233 t 10377 11414 12418 t 32234 31960 12173 t 27469 24035 24536 t 17326 27462 25561 t 2970 3090 31375 t 26140 25812 27627 t 2971 3091 3090 t 2970 2971 3090 t 3091 3212 3211 t 3090 3091 3211 t 3212 3335 3334 t 3211 3212 3334 t 3459 3458 3334 t 3335 3459 3334 t 3588 3587 3458 t 3459 3588 3458 t 3706 3705 3587 t 3588 3706 3587 t 3706 3828 3827 t 3705 3706 3827 t 3828 3948 3947 t 3827 3828 3947 t 3948 4065 4064 t 3947 3948 4064 t 4189 4188 4064 t 4065 4189 4064 t 4312 4311 4188 t 4189 4312 4188 t 4430 4429 4311 t 4312 4430 4311 t 4551 4550 4429 t 4430 4551 4429 t 4675 4674 4550 t 4551 4675 4550 t 4798 4797 4674 t 4675 4798 4674 t 4921 4920 4797 t 4798 4921 4797 t 4921 5042 5041 t 4920 4921 5041 t 5163 5162 5041 t 5042 5163 5041 t 5163 5285 5162 t 5397 5396 5285 t 5517 5516 5396 t 5397 5517 5396 t 5636 5635 5516 t 5517 5636 5516 t 9776 9887 9775 t 5636 5754 5635 t 806 914 913 t 12473 12560 12559 t 914 1015 1014 t 805 806 913 t 10129 4272 10011 t 913 914 1014 t 1395 1394 1293 t 12270 5262 12530 t 1231 1232 1336 t 10533 10532 10462 t 6038 6039 597 t 352 452 6498 t 1015 1120 1014 t 3025 3147 3024 t 777 886 885 t 5338 5458 5457 t 1201 1202 1307 t 5583 5582 5464 t 2779 2908 2907 t 2652 2653 2778 t 5223 5337 5336 t 32056 32183 31912 t 4756 4636 2540 t 2913 2541 3044 t 10340 10339 10283 t 20402 20401 20305 t 3164 3171 3051 t 4619 4620 4739 t 4740 4862 4861 t 782 781 670 t 562 671 561 t 3270 3269 3147 t 891 890 781 t 5453 5454 5571 t 3645 3761 3760 t 582 570 6036 t 3035 3036 3156 t 5704 5705 5821 t 25526 32165 32051 t 2529 2647 2528 t 11006 11679 11026 t 32169 31923 32084 t 10829 10828 10757 t 7786 9408 11007 t 3153 3152 3031 t 6050 6051 1659 t 1763 3436 158 t 6051 1763 1659 t 1659 1763 158 t 4484 4608 4607 t 5935 6051 5934 t 1966 3420 3177 t 29597 29598 29693 t 10327 4769 8730 t 5091 13060 1454 t 28991 29076 28990 t 19000 11562 18994 t 11595 8529 11858 t 12431 11595 11858 t 11562 19089 14716 t 14461 11562 14716 t 13179 1991 10489 t 13176 14489 14871 t 13912 13176 14871 t 4908 13562 14000 t 18745 13199 13822 t 19178 12503 12673 t 13617 4908 14000 t 17972 18073 17889 t 18217 18297 18216 t 18163 2816 15187 t 19786 19789 13949 t 18297 18296 18216 t 12528 12205 7302 t 8625 14456 19708 t 13382 14205 10105 t 18284 18359 18358 t 18359 18431 18430 t 16 20790 14716 t 19089 16 14716 t 5328 4908 13617 t 5387 5593 2191 t 26941 27567 24233 t 32304 31901 31926 t 24811 23810 26573 t 23849 23848 23757 t 27320 24813 25561 t 25703 16048 27690 t 28109 10252 10251 t 25798 25674 25675 t 21907 26340 27727 t 2972 3092 3091 t 2971 2972 3091 t 3092 3213 3212 t 3091 3092 3212 t 3336 3335 3212 t 3213 3336 3212 t 3460 3459 3335 t 3336 3460 3335 t 3589 3588 3459 t 3460 3589 3459 t 3707 3706 3588 t 3589 3707 3588 t 3829 3828 3706 t 3707 3829 3706 t 3829 3949 3948 t 3828 3829 3948 t 3949 4066 4065 t 3948 3949 4065 t 4190 4189 4065 t 4066 4190 4065 t 4313 4312 4189 t 4190 4313 4189 t 4431 4430 4312 t 4313 4431 4312 t 4552 4551 4430 t 4431 4552 4430 t 4676 4675 4551 t 4552 4676 4551 t 4799 4798 4675 t 4676 4799 4675 t 4922 4921 4798 t 4799 4922 4798 t 5043 5042 4921 t 4922 5043 4921 t 5164 5163 5042 t 5043 5164 5042 t 5164 5285 5163 t 5398 5397 5285 t 5518 5517 5397 t 5398 5518 5397 t 5637 5636 5517 t 5518 5637 5517 t 5637 5755 5754 t 5636 5637 5754 t 18248 23808 22374 t 4261 9998 9999 t 4502 4501 2931 t 5934 5933 5826 t 19852 19853 19944 t 2906 2905 2776 t 889 989 888 t 1540 1539 1437 t 4738 4739 4860 t 2216 2332 2215 t 3764 3765 3886 t 3648 3764 3647 t 5341 5461 5340 t 5576 5698 5697 t 5337 5338 5457 t 5345 5344 5230 t 2541 2540 3044 t 18430 18431 18505 t 1600 1599 1498 t 2406 2530 2405 t 2648 2647 2529 t 5810 5918 5809 t 5693 5810 5809 t 3763 3885 3884 t 1720 1848 1721 t 2059 2060 2173 t 2060 2174 2173 t 4495 4496 4619 t 4620 4740 4739 t 3895 4015 4014 t 671 782 670 t 663 773 772 t 981 1088 1087 t 1096 1197 1095 t 21036 16010 17625 t 12330 12253 12165 t 2534 2535 2652 t 13664 12350 20790 t 4376 4377 4497 t 6035 6034 5917 t 7834 1986 1871 t 12385 12470 12384 t 893 892 783 t 5813 5921 5920 t 3285 3284 2418 t 2417 2068 2067 t 5696 5813 5812 t 2418 2417 2067 t 2420 1949 1830 t 24132 32116 32134 t 2900 3028 3027 t 4364 4484 4483 t 802 1237 801 t 10804 5381 1662 t 26570 32348 24789 t 32311 32355 32183 t 27978 27977 27923 t 8529 9935 12435 t 11858 8529 12435 t 20775 20867 20866 t 13026 14102 13017 t 13762 13763 13876 t 14168 13905 15141 t 20118 20119 20209 t 5328 14131 1765 t 12677 9981 10085 t 13008 5328 1765 t 20774 20775 20866 t 2456 20537 13983 t 66 1425 496 t 19671 19761 19760 t 29165 29164 29070 t 23054 1776 1460 t 14119 14243 14118 t 14243 14370 14369 t 6649 6541 6078 t 2834 2835 4765 t 6447 27757 24978 t 19291 26778 27150 t 23810 24978 23673 t 32149 31911 31954 t 16734 25703 17534 t 2843 2973 2972 t 2843 2971 2842 t 2973 3093 3092 t 2972 2973 3092 t 3093 3214 3213 t 3092 3093 3213 t 3214 3337 3336 t 3213 3214 3336 t 3337 3461 3460 t 3336 3337 3460 t 3590 3589 3460 t 3461 3590 3460 t 3708 3707 3589 t 3590 3708 3589 t 3830 3829 3707 t 3708 3830 3707 t 3950 3949 3829 t 3830 3950 3829 t 4067 4066 3949 t 3950 4067 3949 t 4067 4191 4190 t 4066 4067 4190 t 4314 4313 4190 t 4191 4314 4190 t 4432 4431 4313 t 4314 4432 4313 t 4553 4552 4431 t 4432 4553 4431 t 4677 4676 4552 t 4553 4677 4552 t 4800 4799 4676 t 4677 4800 4676 t 4923 4922 4799 t 4800 4923 4799 t 5044 5043 4922 t 4923 5044 4922 t 5165 5164 5043 t 5044 5165 5043 t 5286 5285 5164 t 5165 5286 5164 t 5286 5398 5285 t 5519 5518 5398 t 5638 5637 5518 t 5519 5638 5518 t 5756 5755 5637 t 5638 5756 5637 t 5756 5865 5864 t 5755 5756 5864 t 12298 12388 12297 t 5980 5981 6095 t 9935 11514 8940 t 32101 31898 32192 t 1936 1937 2053 t 883 884 983 t 2171 2287 2170 t 1937 2054 2053 t 1718 1719 4756 t 3539 2304 2305 t 3294 3539 2305 t 5579 5701 5700 t 21967 26467 26458 t 5458 5576 5575 t 4614 4615 4734 t 1202 1308 1307 t 3270 3271 3392 t 2540 3170 2915 t 1303 1302 1196 t 6310 263 262 t 550 551 660 t 4993 5113 5112 t 5692 5693 5809 t 5809 5917 5916 t 1848 1010 1847 t 456 455 354 t 5814 5922 5921 t 4374 4375 4495 t 4496 4620 4619 t 2053 2054 2168 t 3894 3895 4014 t 1937 1938 2054 t 31442 31441 31323 t 988 989 1095 t 3051 3171 5475 t 8629 178 2459 t 6836 804 912 t 10973 10972 10899 t 12041 11958 12042 t 4636 1720 2429 t 32180 31926 32123 t 3905 3906 4025 t 27460 26142 32215 t 4145 4144 4025 t 4145 4270 4144 t 4270 4269 4144 t 4270 4386 4269 t 4386 4385 4269 t 664 774 773 t 1297 1296 1190 t 31805 11336 31804 t 553 554 663 t 3159 3160 3282 t 4982 4983 5102 t 5221 8035 8429 t 558 667 666 t 352 453 452 t 1398 1399 1502 t 12435 9935 8940 t 10693 10762 10692 t 19693 19685 18837 t 11514 6061 6880 t 905 2227 2109 t 13966 905 13962 t 14489 201 2384 t 2822 339 1988 t 12352 10733 14782 t 18126 18847 18125 t 32005 24453 27069 t 12965 12964 12923 t 13989 13990 14118 t 14243 14369 14118 t 5141 5218 4034 t 5218 394 297 t 4034 5218 297 t 394 3777 3814 t 13026 13017 720 t 13990 14119 14118 t 24134 17025 21402 t 26048 26179 26047 t 18854 17842 19266 t 17115 19249 21711 t 26904 26905 27030 t 24978 27757 23673 t 27757 27329 23673 t 27690 16048 6200 t 27453 27454 26145 t 2844 2974 2973 t 2974 3094 3093 t 2973 2974 3093 t 3094 3215 3214 t 3093 3094 3214 t 3215 3338 3337 t 3214 3215 3337 t 3338 3462 3461 t 3337 3338 3461 t 3462 3591 3590 t 3461 3462 3590 t 3709 3708 3590 t 3591 3709 3590 t 3831 3830 3708 t 3709 3831 3708 t 3951 3950 3830 t 3831 3951 3830 t 4068 4067 3950 t 3951 4068 3950 t 4192 4191 4067 t 4068 4192 4067 t 4192 4315 4314 t 4191 4192 4314 t 4433 4432 4314 t 4315 4433 4314 t 4433 4554 4553 t 4432 4433 4553 t 4678 4677 4553 t 4554 4678 4553 t 4801 4800 4677 t 4678 4801 4677 t 4801 4924 4923 t 4800 4801 4923 t 5045 5044 4923 t 4924 5045 4923 t 5166 5165 5044 t 5045 5166 5044 t 5166 5286 5165 t 5399 5398 5286 t 5520 5519 5398 t 5399 5520 5398 t 5639 5638 5519 t 5520 5639 5519 t 5757 5756 5638 t 5639 5757 5638 t 5866 5865 5756 t 5757 5866 5756 t 5866 5982 5981 t 5865 5866 5981 t 5982 6097 6096 t 5981 5982 6096 t 5452 5570 5569 t 32175 10518 11513 t 1092 1091 984 t 11358 11445 11444 t 5227 5226 5102 t 985 1092 984 t 4377 4498 4497 t 21517 21516 27586 t 462 461 359 t 32058 32214 32148 t 4492 4616 4615 t 2777 2906 2776 t 4004 4005 4123 t 665 775 774 t 5120 5244 1716 t 6041 6042 817 t 2294 2293 2177 t 8940 11514 6880 t 5113 5237 5236 t 4992 4993 5112 t 1967 3792 3682 t 6061 5726 4030 t 5813 5814 5921 t 3766 3888 3765 t 4256 4257 4374 t 4375 4496 4495 t 3772 9534 3773 t 1938 2055 2054 t 881 882 981 t 1197 1196 1095 t 16826 18508 15876 t 10758 10829 10757 t 1745 1862 1744 t 5107 5106 4986 t 774 883 882 t 1861 1976 1975 t 3917 3798 8526 t 790 179 4394 t 1744 1743 1637 t 5463 5462 5342 t 31906 31989 32356 t 12203 377 12286 t 1967 1850 3792 t 662 661 551 t 10398 10397 10339 t 5572 5693 5692 t 5343 5463 5342 t 2647 2773 2646 t 3039 2911 8889 t 5827 5934 5826 t 10341 10340 10284 t 689 8952 6876 t 1127 1230 1229 t 6880 6061 4030 t 18080 18838 18075 t 297 394 3814 t 2227 4467 15014 t 1532 905 2109 t 1988 5252 14656 t 32084 31923 31833 t 15144 15280 15279 t 10720 11904 32286 t 3936 3817 13366 t 3565 829 3439 t 3777 13634 13627 t 3814 3777 13627 t 13634 15069 15065 t 13627 13634 15065 t 15069 13249 13240 t 3692 13237 13580 t 15065 15069 13240 t 13249 1274 3372 t 13240 13249 3372 t 1274 14090 13364 t 15424 26715 25570 t 16540 16626 1271 t 23934 23935 24032 t 26048 26047 25923 t 27469 24536 27575 t 27328 26711 26066 t 22720 22721 22127 t 24918 24429 24649 t 24982 24649 27329 t 2844 2843 12601 t 25831 25703 27690 t 2845 2975 2974 t 2844 2845 2974 t 2975 3095 3094 t 2974 2975 3094 t 3095 3216 3215 t 3094 3095 3215 t 3216 3339 3338 t 3215 3216 3338 t 3339 3463 3462 t 3338 3339 3462 t 3463 3592 3591 t 3462 3463 3591 t 3592 3710 3709 t 3591 3592 3709 t 3710 3832 3831 t 3709 3710 3831 t 3952 3951 3831 t 3832 3952 3831 t 4069 4068 3951 t 3952 4069 3951 t 4193 4192 4068 t 4069 4193 4068 t 4193 4316 4315 t 4192 4193 4315 t 4434 4433 4315 t 4316 4434 4315 t 4555 4554 4433 t 4434 4555 4433 t 4679 4678 4554 t 4555 4679 4554 t 4679 4802 4801 t 4678 4679 4801 t 4925 4924 4801 t 4802 4925 4801 t 4925 5046 5045 t 4924 4925 5045 t 5167 5166 5045 t 5046 5167 5045 t 5287 5286 5166 t 5167 5287 5166 t 5287 5399 5286 t 5640 5639 5520 t 5758 5757 5639 t 5640 5758 5639 t 5867 5866 5757 t 5758 5867 5757 t 5867 5983 5982 t 5866 5867 5982 t 5983 6098 6097 t 5982 5983 6097 t 5610 5607 6097 t 6098 5610 6097 t 2052 2053 2167 t 32000 32270 10566 t 5575 5576 5697 t 4370 4371 4491 t 4615 4735 4734 t 4371 4492 4491 t 3034 3155 3154 t 5702 5820 5819 t 32151 32283 32157 t 4618 4619 4738 t 3521 3651 3520 t 5104 5228 5103 t 1611 1851 1968 t 3030 3151 3150 t 5262 9842 1760 t 1087 1188 1187 t 5112 5113 5236 t 1862 1861 1744 t 1718 1967 1719 t 3888 4008 4007 t 8071 1948 7975 t 4014 4015 4133 t 4257 4375 4374 t 2770 2769 2643 t 4015 4134 4133 t 2290 2289 2173 t 2644 2770 2643 t 1949 2067 2194 t 2427 1957 5475 t 5726 31 2458 t 1707 1708 1821 t 663 664 773 t 12473 12472 12387 t 883 983 982 t 5925 5924 5816 t 11123 11201 11122 t 665 776 775 t 1611 1840 1851 t 5103 5227 5102 t 564 563 461 t 5227 5341 5226 t 2532 2531 2407 t 10282 28766 28765 t 4861 4985 4984 t 3158 3159 3281 t 5691 5692 5808 t 1502 1503 1603 t 2305 2304 1960 t 3892 4012 4011 t 2405 2404 2287 t 12440 12524 10867 t 4030 5726 2458 t 96 6309 95 t 638 749 16138 t 4467 13523 13522 t 2109 2227 15014 t 499 500 14284 t 500 14162 14284 t 17241 17145 17146 t 17241 17146 2130 t 1251 1144 14663 t 15871 502 15954 t 13366 13401 1041 t 14102 3817 14099 t 3372 1274 13364 t 14090 2381 3454 t 13364 14090 3454 t 2381 15321 4836 t 3817 13401 13366 t 13237 3579 3580 t 3454 2381 4836 t 3580 3579 13192 t 15321 14786 14785 t 25805 25440 23723 t 31864 24012 31917 t 12157 17516 17515 t 19236 26048 25923 t 4836 15321 14785 t 17515 17516 4167 t 25563 26183 24813 t 24023 24024 24124 t 22321 11920 23233 t 15376 25693 17505 t 26820 25819 17113 t 27698 24134 16576 t 24982 24918 24649 t 2719 2846 2845 t 12601 2718 2845 t 2846 2976 2975 t 2845 2846 2975 t 2976 3096 3095 t 2975 2976 3095 t 3096 3217 3216 t 3095 3096 3216 t 3217 3340 3339 t 3216 3217 3339 t 3340 3464 3463 t 3339 3340 3463 t 3464 3593 3592 t 3463 3464 3592 t 3593 3711 3710 t 3592 3593 3710 t 3711 3833 3832 t 3710 3711 3832 t 3833 3953 3952 t 3832 3833 3952 t 4070 4069 3952 t 3953 4070 3952 t 4070 4194 4193 t 4069 4070 4193 t 4194 4317 4316 t 4193 4194 4316 t 4317 4435 4434 t 4316 4317 4434 t 4435 4556 4555 t 4434 4435 4555 t 4556 4680 4679 t 4555 4556 4679 t 4680 4803 4802 t 4679 4680 4802 t 4926 4925 4802 t 4803 4926 4802 t 4926 5047 5046 t 4925 4926 5046 t 5168 5167 5046 t 5047 5168 5046 t 5288 5287 5167 t 5168 5288 5167 t 5400 5399 5287 t 5288 5400 5287 t 5521 5520 5399 t 5400 5521 5399 t 5521 5640 5520 t 5759 5758 5640 t 5868 5867 5758 t 5759 5868 5758 t 5868 5984 5983 t 5867 5868 5983 t 5984 6099 6098 t 5983 5984 6098 t 5723 5610 6098 t 6099 5723 6098 t 31897 32358 32043 t 6487 341 6486 t 6496 350 6495 t 5918 6035 5917 t 2410 2411 2534 t 667 778 777 t 5459 5460 5577 t 3025 3024 2896 t 4984 5104 5103 t 5578 5700 5699 t 3525 3402 9313 t 2307 2306 1958 t 4488 4612 4611 t 1821 1940 1939 t 11408 31947 32146 t 2528 2527 2403 t 5589 5711 5710 t 5350 5351 5470 t 3518 3517 3393 t 32289 32161 32296 t 17512 31846 25359 t 31926 31889 31932 t 3647 3763 3762 t 4134 4257 4256 t 355 456 354 t 3646 3647 3762 t 2420 2418 1949 t 1943 2060 2059 t 997 12435 6880 t 5594 2068 5478 t 773 774 882 t 5461 5579 5578 t 1438 1540 1437 t 983 1090 1089 t 14205 13606 14076 t 7477 32073 8547 t 913 1014 912 t 2649 2648 2530 t 4493 4617 4616 t 4983 5103 5102 t 885 884 775 t 776 885 775 t 5231 5345 5230 t 5700 5817 5699 t 2407 2531 2406 t 2923 2792 5120 t 1817 1936 1935 t 2168 2283 2282 t 5588 5710 5709 t 5710 5827 5709 t 2304 1961 1960 t 1870 1869 1753 t 1638 1744 1637 t 3784 3905 3904 t 9480 23516 23234 t 3539 8044 3415 t 2458 31 11950 t 18820 18821 18906 t 25424 25534 25533 t 1337 1440 1336 t 1543 1542 1440 t 13523 15002 14990 t 20587 20586 20493 t 32101 32246 31898 t 25032 26706 32340 t 26652 26651 26520 t 32105 32186 32100 t 303 402 401 t 503 502 401 t 402 503 401 t 3821 3822 2807 t 723 16038 612 t 14786 12824 13914 t 14785 14786 13914 t 12824 13507 13161 t 13914 12824 13161 t 13401 3692 1041 t 1138 2917 2916 t 1041 3692 13580 t 32256 31936 31933 t 13507 14156 14157 t 15280 3296 3670 t 13161 13507 14157 t 14156 14484 13342 t 14157 14156 13342 t 13342 14484 13187 t 25461 25463 27078 t 25209 25210 25325 t 31850 8162 32252 t 27090 17711 17955 t 20921 20036 21008 t 24425 24314 17562 t 19250 15404 17023 t 27320 25563 24813 t 22097 20525 21038 t 24918 27698 25579 t 16122 26711 27328 t 2718 2719 2845 t 25579 27698 16576 t 2720 2846 2719 t 2977 2976 2846 t 2977 3097 3096 t 2976 2977 3096 t 3097 3218 3217 t 3096 3097 3217 t 3218 3341 3340 t 3217 3218 3340 t 3341 3465 3464 t 3340 3341 3464 t 3465 3594 3593 t 3464 3465 3593 t 3594 3712 3711 t 3593 3594 3711 t 3712 3834 3833 t 3711 3712 3833 t 3834 3954 3953 t 3833 3834 3953 t 3954 4071 4070 t 3953 3954 4070 t 4071 4195 4194 t 4070 4071 4194 t 4195 4318 4317 t 4194 4195 4317 t 4318 4436 4435 t 4317 4318 4435 t 4436 4557 4556 t 4435 4436 4556 t 4557 4681 4680 t 4556 4557 4680 t 4681 4804 4803 t 4680 4681 4803 t 4804 4927 4926 t 4803 4804 4926 t 4927 5048 5047 t 4926 4927 5047 t 5169 5168 5047 t 5048 5169 5047 t 5169 5289 5288 t 5168 5169 5288 t 5289 5401 5400 t 5288 5289 5400 t 5522 5521 5400 t 5401 5522 5400 t 5641 5640 5521 t 5522 5641 5521 t 5640 5641 5759 t 5869 5868 5759 t 5985 5984 5868 t 5869 5985 5868 t 5985 6100 6099 t 5984 5985 6099 t 6100 5724 5723 t 6099 6100 5723 t 2775 2774 2648 t 5728 5724 6101 t 2649 2775 2648 t 833 1208 1316 t 817 833 1316 t 8900 8901 9009 t 12293 12382 12381 t 2902 2901 2772 t 4366 4367 4487 t 1604 1707 1706 t 12473 12474 12560 t 12561 12645 12644 t 3028 3149 3148 t 2064 2178 2177 t 5935 5934 5827 t 5588 5589 5710 t 2287 2286 2170 t 4487 4611 4610 t 2171 2170 2056 t 4366 4487 4486 t 6039 6038 5921 t 18191 22045 276 t 3285 2418 2420 t 456 558 557 t 3162 3285 2420 t 1090 1191 1190 t 2774 2773 2647 t 3518 3519 3649 t 882 883 982 t 5469 5470 5587 t 5934 6050 5933 t 2544 2079 2078 t 2167 2168 2282 t 2078 2079 4760 t 4498 4622 4621 t 27025 20183 26899 t 4641 2079 8627 t 25203 25319 25202 t 23736 23737 24572 t 1976 1977 2090 t 11048 11047 10972 t 1187 1188 1293 t 4005 4124 4123 t 5453 5571 5570 t 4486 4610 4609 t 3160 9103 3283 t 5587 5588 5709 t 2767 2768 2896 t 4497 4498 4621 t 585 694 6633 t 22458 22499 21241 t 25320 25422 25319 t 25423 25424 25533 t 5254 1738 3681 t 276 5254 3681 t 1738 3076 3077 t 3681 1738 3077 t 1641 1640 1542 t 15002 12930 12911 t 3783 3784 3904 t 208 207 123 t 124 208 123 t 304 303 207 t 208 304 207 t 403 402 303 t 304 403 303 t 504 503 402 t 403 504 402 t 613 612 503 t 504 613 503 t 613 723 612 t 15705 207 303 t 1064 1065 14732 t 32062 15379 26187 t 16 13664 20790 t 31978 31906 32356 t 15279 15280 3670 t 14662 1251 14663 t 4765 5485 2822 t 3579 13201 13192 t 5387 13241 14288 t 13535 13647 13646 t 26580 32177 31891 t 31957 31859 32040 t 23836 23934 23933 t 28167 10250 10249 t 25924 14206 27459 t 27698 25358 24134 t 24340 15424 25570 t 17505 19250 17023 t 27757 24982 27329 t 26711 26065 26066 t 29166 29165 29070 t 24429 24918 25579 t 30775 2595 2720 t 31441 31560 31440 t 2847 2846 2720 t 2978 2977 2846 t 2847 2978 2846 t 3098 3097 2977 t 2978 3098 2977 t 3098 3219 3218 t 3097 3098 3218 t 3219 3342 3341 t 3218 3219 3341 t 3342 3466 3465 t 3341 3342 3465 t 3466 3595 3594 t 3465 3466 3594 t 3595 3713 3712 t 3594 3595 3712 t 3835 3834 3712 t 3713 3835 3712 t 3835 3955 3954 t 3834 3835 3954 t 3955 4072 4071 t 3954 3955 4071 t 4072 4196 4195 t 4071 4072 4195 t 4319 4318 4195 t 4196 4319 4195 t 4319 4437 4436 t 4318 4319 4436 t 4437 4558 4557 t 4436 4437 4557 t 4558 4682 4681 t 4557 4558 4681 t 4682 4805 4804 t 4681 4682 4804 t 4805 4928 4927 t 4804 4805 4927 t 4928 5049 5048 t 4927 4928 5048 t 5049 5170 5169 t 5048 5049 5169 t 5170 5290 5289 t 5169 5170 5289 t 5290 5402 5401 t 5289 5290 5401 t 5402 5523 5522 t 5401 5402 5522 t 5642 5641 5522 t 5523 5642 5522 t 5760 5759 5641 t 5642 5760 5641 t 5760 5870 5869 t 5759 5760 5869 t 5870 5986 5985 t 5869 5870 5985 t 5986 6101 6100 t 5985 5986 6100 t 9893 5724 5728 t 6100 6101 5724 t 1505 1506 1605 t 1500 1601 1499 t 9991 11594 11316 t 1506 1505 1401 t 560 669 668 t 1945 1946 2063 t 559 560 668 t 5349 5469 5348 t 1703 1702 1599 t 2287 2404 2286 t 4625 4745 4744 t 3761 3762 3883 t 1189 1295 1188 t 5711 5828 5827 t 1233 363 3161 t 4248 4366 4365 t 5828 5935 5827 t 3148 3149 3271 t 3271 3272 3393 t 276 3681 3054 t 4365 4366 4486 t 4858 4857 4736 t 5697 5814 5813 t 3436 3285 3162 t 2418 2067 1949 t 3284 2417 2418 t 4362 4363 4482 t 1191 1297 1190 t 1089 1090 1190 t 2537 2536 2412 t 1638 1637 1539 t 4007 4008 4126 t 1402 1506 1401 t 3162 2421 3527 t 1093 1194 1092 t 4863 4864 4987 t 5108 5107 4987 t 1426 31871 32032 t 2214 2331 2330 t 2172 2288 2171 t 1192 1298 1191 t 22389 901 1350 t 4996 4997 5117 t 4873 4874 4996 t 4751 4752 4873 t 1399 1398 1297 t 4752 4874 4873 t 1870 1871 1985 t 4874 4997 4996 t 11305 11386 11304 t 5228 5227 5103 t 4504 4505 4630 t 25534 25649 25648 t 3077 3076 4151 t 18204 18284 18283 t 31849 32101 32192 t 27977 27978 28029 t 20498 20497 20401 t 11272 11351 11350 t 13956 20601 12350 t 11848 11847 11924 t 1543 1641 1542 t 1747 1746 1640 t 4505 4631 4630 t 4630 4631 4751 t 209 208 124 t 123 207 122 t 305 304 208 t 209 305 208 t 305 404 403 t 304 305 403 t 10455 10454 10390 t 28854 28938 28853 t 31843 31868 32189 t 31862 32248 31845 t 4151 8312 13585 t 1641 1747 1640 t 2936 14345 5387 t 13241 14292 14288 t 14343 13679 2936 t 14345 13241 5387 t 4904 13679 14343 t 14477 4904 14343 t 1252 14898 14477 t 13679 14345 2936 t 15952 15953 16037 t 14997 2751 4907 t 3944 3943 3824 t 26179 26308 26178 t 23933 23934 24031 t 12089 25358 27698 t 26430 26556 26307 t 26065 25693 15376 t 22493 22494 27477 t 24482 15423 24872 t 26197 26198 26207 t 16048 27707 6200 t 26205 25943 26572 t 23896 23998 23997 t 32206 31867 32213 t 23998 21917 23997 t 23895 23896 23997 t 2721 2848 2847 t 30436 30435 25675 t 2979 2978 2847 t 2848 2979 2847 t 3099 3098 2978 t 2979 3099 2978 t 3220 3219 3098 t 3099 3220 3098 t 3343 3342 3219 t 3220 3343 3219 t 3343 3467 3466 t 3342 3343 3466 t 3467 3596 3595 t 3466 3467 3595 t 3596 3714 3713 t 3595 3596 3713 t 3714 3836 3835 t 3713 3714 3835 t 3956 3955 3835 t 3836 3956 3835 t 4073 4072 3955 t 3956 4073 3955 t 4197 4196 4072 t 4073 4197 4072 t 4320 4319 4196 t 4197 4320 4196 t 4320 4438 4437 t 4319 4320 4437 t 4438 4559 4558 t 4437 4438 4558 t 4559 4683 4682 t 4558 4559 4682 t 4683 4806 4805 t 4682 4683 4805 t 4806 4929 4928 t 4805 4806 4928 t 4929 5050 5049 t 4928 4929 5049 t 5050 5171 5170 t 5049 5050 5170 t 5170 5171 5290 t 5171 5403 5402 t 5290 5171 5402 t 5403 5524 5523 t 5402 5403 5523 t 5524 5643 5642 t 5523 5524 5642 t 5761 5760 5642 t 5643 5761 5642 t 5871 5870 5760 t 5761 5871 5760 t 5871 5987 5986 t 5870 5871 5986 t 5987 6102 6101 t 5986 5987 6101 t 5731 6103 5838 t 6101 6102 5728 t 1704 1703 1600 t 1088 1189 1188 t 5918 5917 5809 t 980 981 1087 t 3026 3025 2897 t 2768 2769 2897 t 4747 4869 4868 t 9835 4746 4745 t 4869 4993 4992 t 4868 4869 4992 t 5237 5351 5350 t 5236 5237 5350 t 5470 5589 5588 t 3269 3391 3268 t 5710 5711 5827 t 5922 5923 6039 t 1020 1021 1125 t 1409 1408 1307 t 379 680 378 t 1013 1014 7036 t 17491 17327 2118 t 3802 3284 3285 t 158 3436 3162 t 4506 4505 4385 t 3436 3802 3285 t 1861 1862 1976 t 982 983 1089 t 2532 2650 2531 t 8014 2091 2092 t 2655 2537 8581 t 5350 5470 5469 t 5591 5712 5831 t 2780 2781 2909 t 10125 4384 189 t 6033 6032 5915 t 4143 4268 10006 t 4385 4505 4504 t 1864 1863 1746 t 1747 1864 1746 t 1979 1978 1863 t 1864 1979 1863 t 1979 2092 1978 t 2208 2207 2092 t 4269 4385 4384 t 2324 2323 2207 t 8213 2322 2323 t 2208 2324 2207 t 4025 4144 4143 t 2324 2444 2443 t 11848 11168 11847 t 35 576 16738 t 32144 32162 32074 t 21129 21984 23236 t 10686 10756 10685 t 10827 10826 10755 t 2323 2324 2443 t 5241 9837 5354 t 3762 3884 3883 t 25533 25534 25648 t 5460 5461 5578 t 210 305 209 t 125 6560 209 t 306 405 404 t 305 306 404 t 31985 31849 31838 t 18335 13339 18257 t 4631 4752 4751 t 614 725 724 t 2568 2444 2153 t 25649 25772 25771 t 13734 13265 15168 t 1667 14671 13165 t 13505 12972 115 t 12870 12884 12869 t 8965 21614 22247 t 1649 14254 14378 t 13116 13213 13115 t 13319 13426 13318 t 1494 1594 1493 t 2505 13250 14256 t 15560 15484 15485 t 15561 15560 15485 t 24918 12089 27698 t 26308 26430 26307 t 30844 30843 30723 t 25358 17025 24134 t 28419 28493 28418 t 22854 24673 25525 t 15423 25356 25355 t 23827 25947 27753 t 25355 25356 19500 t 27723 23827 27753 t 3328 19328 25947 t 27068 27072 17715 t 32301 31870 31834 t 30890 2722 2721 t 2847 2720 2721 t 2849 2980 2979 t 2848 2849 2979 t 3100 3099 2979 t 2980 3100 2979 t 3221 3220 3099 t 3100 3221 3099 t 3344 3343 3220 t 3221 3344 3220 t 3468 3467 3343 t 3344 3468 3343 t 3597 3596 3467 t 3468 3597 3467 t 3715 3714 3596 t 3597 3715 3596 t 3715 3837 3836 t 3714 3715 3836 t 3957 3956 3836 t 3837 3957 3836 t 4074 4073 3956 t 3957 4074 3956 t 4198 4197 4073 t 4074 4198 4073 t 4198 4321 4320 t 4197 4198 4320 t 4321 4439 4438 t 4320 4321 4438 t 4439 4560 4559 t 4438 4439 4559 t 4560 4684 4683 t 4559 4560 4683 t 4684 4807 4806 t 4683 4684 4806 t 4807 4930 4929 t 4806 4807 4929 t 4930 5051 5050 t 4929 4930 5050 t 5051 5172 5171 t 5050 5051 5171 t 5172 5291 5171 t 5291 5404 5403 t 5171 5291 5403 t 5404 5525 5524 t 5403 5404 5524 t 5525 5644 5643 t 5524 5525 5643 t 5644 5762 5761 t 5643 5644 5761 t 5762 5872 5871 t 5761 5762 5871 t 5872 5988 5987 t 5871 5872 5987 t 5988 6103 6102 t 5987 5988 6102 t 8756 10127 5731 t 6102 6103 5731 t 773 882 881 t 3882 3883 4002 t 662 663 772 t 772 773 881 t 2770 2899 2898 t 2055 2169 2168 t 1021 1126 1125 t 4259 4377 4376 t 3147 3146 3024 t 2902 3030 3029 t 5454 5572 5571 t 563 672 562 t 5451 5452 5569 t 4122 4246 4245 t 3170 3293 3288 t 2526 2644 2525 t 10945 11022 33 t 2429 1721 2428 t 12261 12611 12524 t 4729 4728 4609 t 11042 11117 11041 t 989 1096 1095 t 1764 3802 3436 t 1816 1817 1935 t 4632 4631 4505 t 1763 1764 3436 t 3773 9647 3895 t 4386 4506 4385 t 886 986 885 t 2169 2285 2284 t 2655 8684 2781 t 2304 3539 3415 t 5353 5354 5472 t 5105 5104 4984 t 1500 1499 1395 t 5832 5938 6053 t 12291 12290 14150 t 2506 2568 4839 t 5346 5345 5231 t 31819 31917 31865 t 5480 1851 1840 t 5232 5346 5231 t 1401 1505 1400 t 1708 1823 1822 t 2173 2289 2172 t 4388 4508 4507 t 2058 2057 1940 t 11979 11891 11807 t 10464 10463 10397 t 11808 11979 11807 t 11978 11977 11891 t 11010 11088 11326 t 13918 3897 3788 t 5133 1533 3557 t 10787 10873 11600 t 14213 10059 11394 t 4747 4748 4869 t 771 772 880 t 3646 3762 3645 t 1295 1396 1294 t 5587 5586 5468 t 259 354 353 t 11191 11192 11272 t 5462 5580 5579 t 306 307 405 t 5692 5809 5808 t 24322 31995 31942 t 32189 31862 31845 t 4384 4385 4504 t 615 726 725 t 614 615 725 t 835 834 725 t 726 835 725 t 2302 14763 14255 t 4140 2502 1736 t 15006 15013 12945 t 5147 5148 1422 t 2010 1893 2011 t 31019 11928 3210 t 26573 24681 19076 t 15427 25571 16942 t 27772 26573 19076 t 23810 23673 24681 t 27149 26655 19500 t 25703 25831 17534 t 25012 16734 6332 t 25356 26209 19500 t 27707 25363 26896 t 31093 31092 30962 t 23917 23918 24015 t 24670 24671 24780 t 5860 22535 1023 t 28461 28460 28380 t 2850 2981 2980 t 2849 2850 2980 t 2981 3101 3100 t 2980 2981 3100 t 3101 3222 3221 t 3100 3101 3221 t 3345 3344 3221 t 3222 3345 3221 t 3469 3468 3344 t 3345 3469 3344 t 3598 3597 3468 t 3469 3598 3468 t 3716 3715 3597 t 3598 3716 3597 t 3716 3838 3837 t 3715 3716 3837 t 3958 3957 3837 t 3838 3958 3837 t 4075 4074 3957 t 3958 4075 3957 t 4199 4198 4074 t 4075 4199 4074 t 4199 4322 4321 t 4198 4199 4321 t 4322 4440 4439 t 4321 4322 4439 t 4440 4561 4560 t 4439 4440 4560 t 4685 4684 4560 t 4561 4685 4560 t 4808 4807 4684 t 4685 4808 4684 t 4931 4930 4807 t 4808 4931 4807 t 5052 5051 4930 t 4931 5052 4930 t 5052 5173 5172 t 5051 5052 5172 t 5173 5405 5291 t 5172 5173 5291 t 5291 5405 5404 t 5405 5526 5525 t 5404 5405 5525 t 5526 5645 5644 t 5525 5526 5644 t 5645 5763 5762 t 5644 5645 5762 t 5763 5873 5872 t 5762 5763 5872 t 5989 5988 5872 t 5873 5989 5872 t 6104 6103 5988 t 5989 6104 5988 t 6104 5839 5838 t 6103 6104 5838 t 259 260 354 t 25648 25649 25771 t 12292 12380 12379 t 3171 2427 5475 t 1711 1826 1710 t 2532 2533 2650 t 4616 4617 4736 t 24986 25095 24985 t 5234 5235 5348 t 5469 5468 5348 t 889 888 779 t 5362 1311 1312 t 4870 4748 4749 t 1824 1943 1823 t 6052 1764 1763 t 11910 10802 7470 t 5936 6052 6051 t 6051 6052 1763 t 5470 5471 5589 t 5935 5936 6051 t 5351 5352 5470 t 5471 5829 5711 t 4753 4875 4874 t 5940 5941 6057 t 4506 4632 4505 t 1194 1300 1193 t 5721 12529 9872 t 5580 5702 5701 t 2175 2291 2174 t 24140 10403 10345 t 4985 5105 4984 t 15748 15391 23762 t 5114 5115 5238 t 30847 30970 30846 t 454 556 555 t 453 454 555 t 10753 10824 10752 t 3652 3651 3521 t 3399 3398 3276 t 3522 3521 3398 t 3277 3276 3153 t 1942 2059 2058 t 1822 1823 1941 t 5352 5353 5471 t 1941 1942 2058 t 12208 11403 11261 t 2799 12202 2538 t 32189 31845 32359 t 9303 11924 11675 t 11241 11430 11162 t 18147 18227 18146 t 16196 16853 17717 t 9955 11087 5600 t 11494 11834 2951 t 10873 12194 11600 t 24308 24309 24421 t 2776 2905 2904 t 986 1093 985 t 5696 5574 5575 t 5353 5472 5471 t 2185 2078 1961 t 5826 5825 5708 t 3891 4011 4010 t 4130 4253 4252 t 882 982 981 t 2299 20052 18191 t 505 615 6966 t 6769 5716 5715 t 506 616 615 t 505 506 615 t 616 727 726 t 615 616 726 t 1830 1949 2081 t 7171 728 837 t 835 726 7171 t 13108 13205 13107 t 13205 13311 13310 t 13204 13205 13310 t 13311 13418 13417 t 13310 13311 13417 t 13418 13529 13528 t 13417 13418 13528 t 13640 13639 13528 t 13529 13640 13528 t 13664 13956 12350 t 3173 10219 3494 t 19958 19959 20601 t 18990 12205 12528 t 13956 19958 20601 t 13098 15268 15132 t 1663 8453 8987 t 19958 13589 20800 t 12945 13098 15132 t 2011 1894 2012 t 30589 30714 30588 t 23827 3328 25947 t 26573 23810 24681 t 26140 27627 27754 t 23664 27754 19328 t 20240 26451 20809 t 14987 12859 10083 t 6188 23246 6345 t 24872 15423 25355 t 23822 22152 23917 t 31850 12078 7849 t 17418 27595 21695 t 22731 22693 25591 t 28718 28717 28625 t 17021 25008 26329 t 2851 2982 2981 t 2850 2851 2981 t 2982 3102 3101 t 2981 2982 3101 t 3102 3223 3222 t 3101 3102 3222 t 3346 3345 3222 t 3223 3346 3222 t 3470 3469 3345 t 3346 3470 3345 t 3599 3598 3469 t 3470 3599 3469 t 3717 3716 3598 t 3599 3717 3598 t 3717 3839 3838 t 3716 3717 3838 t 3959 3958 3838 t 3839 3959 3838 t 4076 4075 3958 t 3959 4076 3958 t 4200 4199 4075 t 4076 4200 4075 t 4200 4323 4322 t 4199 4200 4322 t 4441 4440 4322 t 4323 4441 4322 t 4441 4562 4561 t 4440 4441 4561 t 4686 4685 4561 t 4562 4686 4561 t 4809 4808 4685 t 4686 4809 4685 t 4932 4931 4808 t 4809 4932 4808 t 5053 5052 4931 t 4932 5053 4931 t 5174 5173 5052 t 5053 5174 5052 t 5292 5405 5173 t 5174 5292 5173 t 5292 5406 5405 t 5406 5527 5526 t 5405 5406 5526 t 5527 5646 5645 t 5526 5527 5645 t 5646 5764 5763 t 5645 5646 5763 t 5764 5874 5873 t 5763 5764 5873 t 5874 5990 5989 t 5873 5874 5989 t 5990 6105 6104 t 5989 5990 6104 t 6104 6105 5839 t 7267 834 17016 t 32256 31933 31968 t 2641 2642 2767 t 1826 1825 1710 t 2294 2411 2410 t 2063 2064 2177 t 11910 9709 12194 t 458 560 559 t 265 6406 360 t 8365 8651 2421 t 5589 5471 5711 t 5829 5936 5935 t 5711 5829 5828 t 1439 1541 1438 t 5828 5829 5935 t 4874 4875 4997 t 1298 1297 1191 t 1090 1091 1191 t 31952 32284 32135 t 31874 32350 31918 t 2789 2793 2792 t 5834 5835 5940 t 4752 4753 4874 t 1299 1298 1192 t 5941 6058 6057 t 4010 4011 4129 t 2533 2651 2650 t 10829 10973 10828 t 5101 5225 5224 t 4368 4489 4488 t 2535 2653 2652 t 4249 4250 4367 t 778 887 886 t 2775 2776 2904 t 2524 2642 2641 t 4622 4742 4741 t 3893 3894 4013 t 4144 4269 4268 t 6043 6044 1009 t 3038 3159 3158 t 6040 812 790 t 6047 6048 1655 t 5239 5353 5352 t 240 5369 3190 t 4887 240 5010 t 579 3190 5369 t 4887 14091 14798 t 3190 5010 240 t 12294 12383 12293 t 27205 19261 32097 t 11746 10873 10787 t 8953 10087 12783 t 1216 11849 11326 t 10975 10974 10830 t 3160 3039 8998 t 4007 4126 4125 t 1436 1435 1332 t 1333 1436 1332 t 570 387 6035 t 673 784 672 t 31957 32040 32039 t 989 988 888 t 455 456 557 t 407 507 506 t 505 406 506 t 507 617 616 t 506 507 616 t 5238 5239 5352 t 5957 14598 15275 t 8028 8029 8127 t 4991 5111 5110 t 4790 15836 4666 t 837 940 836 t 19261 18593 18592 t 1131 798 799 t 15013 13098 12945 t 2879 13546 13541 t 583 14898 1252 t 14898 4904 14477 t 15322 4049 2015 t 2015 583 1252 t 3668 1324 15322 t 4049 583 2015 t 13023 14341 3668 t 1324 4049 15322 t 15268 14341 13023 t 15132 15268 13023 t 32306 32328 31880 t 14341 1324 3668 t 13124 19 14670 t 19959 19958 20800 t 1893 1894 2011 t 32318 32341 32065 t 25118 25764 25464 t 3328 23664 19328 t 18749 2353 27723 t 6200 27707 26896 t 26035 26034 25912 t 19389 25768 25894 t 31942 26526 24322 t 22995 23364 22152 t 21113 21114 26081 t 25114 26654 25225 t 2725 2852 2851 t 30959 30835 30713 t 2852 2983 2982 t 2851 2852 2982 t 2983 3103 3102 t 2982 2983 3102 t 3103 3224 3223 t 3102 3103 3223 t 3224 3347 3346 t 3223 3224 3346 t 3347 3471 3470 t 3346 3347 3470 t 3600 3599 3470 t 3471 3600 3470 t 3600 3718 3717 t 3599 3600 3717 t 3840 3839 3717 t 3718 3840 3717 t 3960 3959 3839 t 3840 3960 3839 t 3960 4077 4076 t 3959 3960 4076 t 4077 4201 4200 t 4076 4077 4200 t 4201 4324 4323 t 4200 4201 4323 t 4324 4442 4441 t 4323 4324 4441 t 4442 4563 4562 t 4441 4442 4562 t 4687 4686 4562 t 4563 4687 4562 t 4810 4809 4686 t 4687 4810 4686 t 4933 4932 4809 t 4810 4933 4809 t 5054 5053 4932 t 4933 5054 4932 t 5175 5174 5053 t 5054 5175 5053 t 5293 5292 5174 t 5175 5293 5174 t 5293 5407 5406 t 5292 5293 5406 t 5407 5528 5527 t 5406 5407 5527 t 5528 5647 5646 t 5527 5528 5646 t 5647 5765 5764 t 5646 5647 5764 t 5875 5874 5764 t 5765 5875 5764 t 5991 5990 5874 t 5875 5991 5874 t 6106 6105 5990 t 5991 6106 5990 t 6106 5844 5839 t 6105 6106 5839 t 1207 8548 4022 t 27205 32262 31822 t 5712 5832 5831 t 1499 1600 1498 t 4993 4994 5113 t 5114 5238 5237 t 5238 5352 5351 t 5113 5114 5237 t 5352 5471 5470 t 5237 5238 5351 t 7444 8839 5336 t 4982 5102 14350 t 32244 31855 31828 t 2058 2172 2057 t 4010 4009 3889 t 3890 4010 3889 t 1126 1127 1229 t 4009 4010 4128 t 4010 4129 4128 t 790 812 179 t 664 665 774 t 5835 5941 5940 t 32184 32309 31835 t 1193 1299 1192 t 5918 5919 6035 t 9991 11175 11594 t 1333 1332 1226 t 1438 1437 1334 t 2541 2542 4756 t 1227 1333 1226 t 4643 14924 13575 t 3770 3769 3652 t 1017 1018 1122 t 1122 1123 1226 t 4484 4485 4608 t 1123 1227 1226 t 1316 1208 3164 t 5342 5341 5227 t 32263 32122 32066 t 5807 5808 5915 t 680 572 378 t 1338 1441 1440 t 7146 1338 1232 t 1440 1441 1543 t 1642 1641 1543 t 1441 1642 1543 t 1748 1747 1641 t 8651 7859 4017 t 1642 1748 1641 t 3663 8651 4017 t 4494 4495 4618 t 3400 3399 3277 t 4017 175 1761 t 4503 100 579 t 28354 10244 23759 t 100 127 3190 t 579 100 3190 t 266 5010 3190 t 127 266 3190 t 10067 2423 3545 t 23843 28431 23844 t 12295 12294 12214 t 1865 1864 1747 t 1748 1865 1747 t 917 1018 1017 t 916 917 1017 t 6042 6043 833 t 5925 5926 6042 t 11610 11609 11524 t 15981 15624 16478 t 4749 4871 4870 t 6769 5717 5716 t 408 508 507 t 6766 6767 407 t 508 618 617 t 507 508 617 t 618 729 728 t 25772 25897 25896 t 838 837 728 t 729 838 728 t 941 940 837 t 838 941 837 t 4471 2879 13541 t 1043 1146 16441 t 13546 15013 15006 t 13541 13546 15006 t 2111 1119 1999 t 32107 32155 32266 t 13120 13121 13217 t 521 13014 2707 t 13222 13221 5139 t 12934 13616 13076 t 13076 13137 5501 t 792 856 3809 t 10506 18087 13448 t 31950 32057 32343 t 10715 10565 12165 t 814 2834 1326 t 13417 13528 13527 t 1800 1799 3866 t 1988 14656 2108 t 17044 2012 1894 t 30487 30607 30486 t 2013 2012 17044 t 25913 26035 25912 t 22134 24128 22243 t 26548 26549 26678 t 26704 31851 32352 t 16905 25445 16938 t 22083 22693 22731 t 26148 26401 19646 t 25445 24227 24226 t 2853 2852 2725 t 29645 15498 29544 t 2984 2983 2852 t 2853 2984 2852 t 2984 3104 3103 t 2983 2984 3103 t 3104 3225 3224 t 3103 3104 3224 t 3224 3225 3347 t 3472 3471 3347 t 3601 3600 3471 t 3472 3601 3471 t 3719 3718 3600 t 3601 3719 3600 t 3719 3841 3840 t 3718 3719 3840 t 3841 3961 3960 t 3840 3841 3960 t 3961 4078 4077 t 3960 3961 4077 t 4078 4202 4201 t 4077 4078 4201 t 4202 4325 4324 t 4201 4202 4324 t 4325 4443 4442 t 4324 4325 4442 t 4443 4564 4563 t 4442 4443 4563 t 4688 4687 4563 t 4564 4688 4563 t 4811 4810 4687 t 4688 4811 4687 t 4811 4934 4933 t 4810 4811 4933 t 5055 5054 4933 t 4934 5055 4933 t 5176 5175 5054 t 5055 5176 5054 t 5176 5294 5293 t 5175 5176 5293 t 5294 5408 5407 t 5293 5294 5407 t 5529 5528 5407 t 5408 5529 5407 t 5648 5647 5528 t 5529 5648 5528 t 5766 5765 5647 t 5648 5766 5647 t 5876 5875 5765 t 5766 5876 5765 t 5992 5991 5875 t 5876 5992 5875 t 5992 6107 6106 t 5991 5992 6106 t 6107 5855 5844 t 6106 6107 5844 t 12218 12298 12217 t 5855 1207 5844 t 1521 1424 1412 t 1294 1395 1293 t 668 669 779 t 457 458 559 t 4869 4870 4993 t 4994 5114 5113 t 5940 6057 6056 t 5939 5940 6056 t 8738 32143 10877 t 1223 2789 2790 t 696 805 804 t 2288 2287 2171 t 812 1223 179 t 2172 2171 2057 t 4486 4487 4610 t 2400 2401 2524 t 4261 9999 4262 t 2401 2525 2524 t 3148 3271 3270 t 1297 1398 1296 t 11196 11195 11118 t 12474 12473 12388 t 454 455 556 t 30200 699 30199 t 5698 5815 5814 t 1980 1979 1864 t 809 917 916 t 1865 1980 1864 t 1980 2092 1979 t 2209 2208 2092 t 700 809 808 t 1980 2209 2092 t 2325 2324 2208 t 2209 2325 2208 t 2445 2444 2324 t 1018 1123 1122 t 1022 1127 1126 t 17028 6344 32003 t 5234 5348 5233 t 1188 1294 1293 t 5348 5347 5233 t 4619 4739 4738 t 357 458 356 t 3041 2913 3410 t 19679 19768 19678 t 3890 3891 4010 t 4991 4992 5111 t 6058 2182 1879 t 5342 5462 5341 t 9979 3540 4503 t 4503 474 8047 t 5482 241 127 t 100 5482 127 t 241 5129 266 t 127 241 266 t 13011 591 5491 t 5129 591 266 t 28057 10253 28109 t 7368 12023 12020 t 11759 11760 10366 t 30248 30247 30141 t 2325 2445 2324 t 15686 15685 15602 t 4387 4388 4507 t 347 446 346 t 4258 4376 4375 t 556 557 665 t 12530 8449 12617 t 13738 1851 1312 t 8894 8895 9003 t 23844 28431 23845 t 409 509 508 t 408 409 508 t 509 619 618 t 508 509 618 t 619 730 729 t 618 619 729 t 839 838 729 t 730 839 729 t 942 941 838 t 839 942 838 t 1044 1043 941 t 942 1044 941 t 20684 20779 20683 t 16377 1066 16458 t 12205 10506 13448 t 19848 19849 19940 t 31918 31907 32042 t 13302 1561 1458 t 19687 20720 20800 t 3206 14718 14782 t 13589 19687 20800 t 18600 18601 18671 t 13416 13417 13527 t 4765 2822 4768 t 13527 13528 13639 t 3498 1800 3866 t 1326 4765 4768 t 32059 32211 32048 t 1118 3423 1799 t 13502 15256 12507 t 13751 13858 14802 t 14964 15097 14963 t 13573 13472 14665 t 14802 13378 14869 t 13376 13377 14799 t 14890 15024 15023 t 27017 27016 26892 t 16938 25445 24226 t 2853 2725 2726 t 27017 27146 27016 t 2854 2853 2726 t 2727 2854 2726 t 2985 2984 2853 t 2854 2985 2853 t 3105 3104 2984 t 2985 3105 2984 t 3226 3225 3104 t 3105 3226 3104 t 3348 3347 3225 t 3226 3348 3225 t 3348 3473 3472 t 3347 3348 3472 t 3602 3601 3472 t 3473 3602 3472 t 3720 3719 3601 t 3602 3720 3601 t 3842 3841 3719 t 3720 3842 3719 t 3962 3961 3841 t 3842 3962 3841 t 3962 4079 4078 t 3961 3962 4078 t 4079 4203 4202 t 4078 4079 4202 t 4203 4326 4325 t 4202 4203 4325 t 4444 4443 4325 t 4326 4444 4325 t 4565 4564 4443 t 4444 4565 4443 t 4565 4689 4688 t 4564 4565 4688 t 4689 4812 4811 t 4688 4689 4811 t 4812 4935 4934 t 4811 4812 4934 t 4935 5056 5055 t 4934 4935 5055 t 5056 5177 5176 t 5055 5056 5176 t 5177 5295 5294 t 5176 5177 5294 t 5409 5408 5294 t 5295 5409 5294 t 5530 5529 5408 t 5409 5530 5408 t 5649 5648 5529 t 5530 5649 5529 t 5767 5766 5648 t 5649 5767 5648 t 5877 5876 5766 t 5767 5877 5766 t 5993 5992 5876 t 5877 5993 5876 t 5993 6108 6107 t 5992 5993 6107 t 6108 5949 5855 t 6107 6108 5855 t 5949 569 1207 t 5855 5949 1207 t 569 3900 3662 t 32153 32184 31835 t 8135 4747 4746 t 5607 7736 7064 t 19687 20905 20626 t 4870 4994 4993 t 4507 4633 4632 t 6057 1879 1877 t 4632 4633 4753 t 4506 4507 4632 t 4754 4876 4875 t 4753 4754 4875 t 31907 32172 32042 t 5922 6039 5921 t 8449 2945 12617 t 4121 4122 4245 t 2793 3051 5357 t 812 817 1223 t 3051 5475 5357 t 817 1316 1223 t 1316 3164 2789 t 455 557 556 t 2899 2900 3027 t 5341 5340 5226 t 808 809 916 t 2330 2449 2448 t 12257 11404 11323 t 20720 19687 20626 t 4268 10125 10124 t 1219 2102 5971 t 5696 5697 5813 t 9211 3282 3283 t 452 554 451 t 4990 5110 5109 t 1505 1504 1400 t 2901 2902 3029 t 1093 1092 985 t 1401 1400 1299 t 1218 4400 5606 t 1021 1020 919 t 4992 5112 5111 t 258 353 352 t 4011 4130 4129 t 5919 6036 6035 t 2040 2153 2446 t 3278 3400 3277 t 6057 6058 1879 t 3644 3645 3760 t 4632 4753 4752 t 4285 242 241 t 100 3540 5482 t 242 267 5129 t 241 242 5129 t 267 5491 591 t 5129 267 591 t 28278 28279 28337 t 13022 2953 6087 t 30142 30248 30141 t 11115 11192 11191 t 20905 20434 20338 t 9987 12199 12427 t 18511 18510 18438 t 6034 384 6033 t 2538 12419 369 t 1300 1401 1299 t 2408 2532 2407 t 3765 3887 3886 t 32342 32238 22222 t 6768 409 408 t 5357 5475 1840 t 311 410 409 t 310 311 409 t 410 510 509 t 409 410 509 t 510 620 619 t 509 510 619 t 731 730 619 t 620 731 619 t 840 839 730 t 731 840 730 t 943 942 839 t 840 943 839 t 1045 1044 942 t 943 1045 942 t 1147 16527 16526 t 1045 1147 1044 t 7061 14169 14 t 31896 32031 32303 t 1280 3744 2937 t 31835 32309 31831 t 5030 5029 2937 t 5029 5030 814 t 5030 2834 814 t 2822 1988 488 t 2834 4765 1326 t 1800 1118 1799 t 4768 2822 488 t 2016 1691 4174 t 5027 3326 3423 t 15231 15230 15097 t 10592 11681 32130 t 1995 2107 13751 t 14889 14890 15023 t 13378 14874 14869 t 13471 13693 13376 t 15024 15162 15161 t 2301 3926 4045 t 14802 5957 5021 t 24425 17562 19080 t 2602 2728 2727 t 32083 31992 32110 t 2855 2854 2727 t 2728 2855 2727 t 2986 2985 2854 t 2855 2986 2854 t 3106 3105 2985 t 2986 3106 2985 t 3227 3226 3105 t 3106 3227 3105 t 3349 3348 3226 t 3227 3349 3226 t 3474 3473 3348 t 3349 3474 3348 t 3603 3602 3473 t 3474 3603 3473 t 3721 3720 3602 t 3603 3721 3602 t 3843 3842 3720 t 3721 3843 3720 t 3963 3962 3842 t 3843 3963 3842 t 3963 4080 4079 t 3962 3963 4079 t 4080 4204 4203 t 4079 4080 4203 t 4204 4327 4326 t 4203 4204 4326 t 4445 4444 4326 t 4327 4445 4326 t 4566 4565 4444 t 4445 4566 4444 t 4566 4690 4689 t 4565 4566 4689 t 4690 4813 4812 t 4689 4690 4812 t 4813 4936 4935 t 4812 4813 4935 t 4936 5057 5056 t 4935 4936 5056 t 5057 5178 5177 t 5056 5057 5177 t 5296 5295 5177 t 5178 5296 5177 t 5410 5409 5295 t 5296 5410 5295 t 5531 5530 5409 t 5410 5531 5409 t 5650 5649 5530 t 5531 5650 5530 t 5768 5767 5649 t 5650 5768 5649 t 5878 5877 5767 t 5768 5878 5767 t 5994 5993 5877 t 5878 5994 5877 t 6109 6108 5993 t 5994 6109 5993 t 5973 5949 6108 t 6109 5973 6108 t 5973 1617 569 t 5949 5973 569 t 1617 3780 3900 t 569 1617 3900 t 12190 32253 7767 t 22749 22799 22144 t 6056 6057 1877 t 20611 20517 18438 t 4386 4387 4506 t 4633 4754 4753 t 5340 5339 5225 t 3650 3651 3767 t 4740 4741 4862 t 4621 4741 4740 t 1223 1316 2789 t 260 355 354 t 26533 26784 26783 t 3164 3051 2793 t 21903 21898 27593 t 23807 23900 23899 t 807 915 914 t 2649 2650 2775 t 4375 4376 4496 t 3891 3892 4011 t 1873 1877 363 t 5939 6056 6055 t 5603 3044 680 t 4253 4254 4371 t 6056 1877 1873 t 3521 3520 3397 t 1823 1942 1941 t 12713 12714 12796 t 554 555 664 t 19517 19889 14069 t 1840 5475 5480 t 2789 3164 2793 t 4129 4130 4252 t 5461 5462 5579 t 784 893 783 t 564 673 563 t 1941 2058 1940 t 1541 1540 1438 t 2790 2789 2792 t 4631 4632 4752 t 689 4285 8951 t 4285 241 5482 t 1342 242 689 t 242 1342 267 t 5255 702 5491 t 267 5255 5491 t 702 6087 2953 t 5491 702 2953 t 2932 32317 32068 t 13915 17672 2625 t 6700 10366 12518 t 11114 11115 11191 t 25563 26214 15427 t 11517 10810 11759 t 18511 18438 18512 t 4483 4484 4607 t 6043 1009 833 t 12440 10867 10660 t 3032 3153 3031 t 992 991 891 t 26204 26333 23761 t 215 310 6667 t 5816 5924 5815 t 312 411 410 t 311 312 410 t 411 511 510 t 410 411 510 t 510 511 620 t 511 732 731 t 620 511 731 t 841 840 731 t 732 841 731 t 944 943 840 t 841 944 840 t 1046 1045 943 t 944 1046 943 t 1148 1046 16444 t 25771 25896 25895 t 488 1988 2108 t 14965 22823 15099 t 1530 599 2339 t 15233 15232 15099 t 1530 4263 5273 t 5274 1530 5273 t 1118 5027 3423 t 5027 5274 5273 t 3326 5027 5273 t 15365 15364 15230 t 4174 14794 2002 t 5497 4044 1995 t 15231 15365 15230 t 15023 15024 15161 t 13858 13378 14802 t 15162 15296 15295 t 3926 13471 2341 t 13377 14802 14799 t 15095 15228 15094 t 4045 3926 2341 t 15413 16994 1994 t 15361 15360 15094 t 2603 2729 2728 t 2602 2603 2728 t 2729 2856 2855 t 2728 2729 2855 t 2987 2986 2855 t 2856 2987 2855 t 3107 3106 2986 t 2987 3107 2986 t 3228 3227 3106 t 3107 3228 3106 t 3350 3349 3227 t 3228 3350 3227 t 3475 3474 3349 t 3350 3475 3349 t 3604 3603 3474 t 3475 3604 3474 t 3722 3721 3603 t 3604 3722 3603 t 3844 3843 3721 t 3722 3844 3721 t 3964 3963 3843 t 3844 3964 3843 t 3964 4081 4080 t 3963 3964 4080 t 4081 4205 4204 t 4080 4081 4204 t 4205 4328 4327 t 4204 4205 4327 t 4446 4445 4327 t 4328 4446 4327 t 4567 4566 4445 t 4446 4567 4445 t 4567 4691 4690 t 4566 4567 4690 t 4691 4814 4813 t 4690 4691 4813 t 4814 4937 4936 t 4813 4814 4936 t 4937 5058 5057 t 4936 4937 5057 t 5058 5179 5178 t 5057 5058 5178 t 5297 5296 5178 t 5179 5297 5178 t 5411 5410 5296 t 5297 5411 5296 t 5532 5531 5410 t 5411 5532 5410 t 5651 5650 5531 t 5532 5651 5531 t 5769 5768 5650 t 5651 5769 5650 t 5879 5878 5768 t 5769 5879 5768 t 5879 5995 5994 t 5878 5879 5994 t 5995 6110 6109 t 5994 5995 6109 t 6110 5974 5973 t 6109 6110 5973 t 4154 1617 5973 t 5974 4154 5973 t 4154 3901 3780 t 1617 4154 3780 t 10882 10937 10738 t 12951 12272 21571 t 32366 32272 31848 t 32350 31907 31918 t 5473 5474 5590 t 31990 32367 31939 t 5102 5226 5101 t 3651 3768 3767 t 5576 5577 5698 t 5577 5699 5698 t 698 807 806 t 5699 5816 5698 t 31986 32027 32152 t 23806 23807 23899 t 4491 4492 4615 t 10882 6771 10578 t 13599 9392 11622 t 2292 2409 2291 t 32218 32093 31899 t 26454 32131 32311 t 5810 5811 5918 t 4491 4615 4614 t 665 666 776 t 4129 4252 4251 t 2214 2215 2331 t 3398 3521 3397 t 5450 7280 5451 t 3535 3410 387 t 5924 6041 6040 t 806 807 914 t 2060 2061 2174 t 6040 6041 812 t 2168 2284 2283 t 5578 5579 5700 t 3161 7365 2416 t 1091 1192 1191 t 179 1223 2790 t 31224 31223 31107 t 1087 1088 1188 t 4748 4870 4869 t 268 5371 702 t 1232 1338 1337 t 5371 4139 6087 t 702 5371 6087 t 4139 3544 2546 t 6087 4139 2546 t 1844 5122 132 t 31988 32061 31940 t 10658 10810 11517 t 10580 6991 10581 t 20400 20496 20495 t 9392 13262 20422 t 4988 5108 4987 t 3282 3404 3281 t 570 3535 387 t 3041 2542 2913 t 31606 19944 19945 t 4621 4622 4741 t 216 312 311 t 5459 5577 5576 t 313 412 411 t 312 313 411 t 512 511 411 t 412 512 411 t 512 621 511 t 621 733 732 t 511 621 732 t 842 841 732 t 733 842 732 t 945 944 841 t 842 945 841 t 17614 19291 23508 t 945 1047 944 t 3498 3866 15367 t 15368 3498 15367 t 15100 15233 15099 t 15368 15367 15232 t 13579 1691 2016 t 15233 15368 15232 t 718 1555 14865 t 14995 13579 13690 t 13690 13579 2016 t 14865 14995 13690 t 2002 14538 1455 t 1691 14794 4174 t 3868 3987 15364 t 2073 2791 4884 t 15365 3868 15364 t 15161 15162 15295 t 2107 13858 13751 t 3926 5612 13471 t 15296 4107 4912 t 2246 2362 2361 t 13693 13377 13376 t 12590 15575 12589 t 12577 27088 27214 t 6270 12523 12522 t 2484 2604 2603 t 12576 27214 12661 t 2604 2730 2729 t 2603 2604 2729 t 2730 2857 2856 t 2729 2730 2856 t 2857 2988 2987 t 2856 2857 2987 t 3108 3107 2987 t 2988 3108 2987 t 3229 3228 3107 t 3108 3229 3107 t 3351 3350 3228 t 3229 3351 3228 t 3476 3475 3350 t 3351 3476 3350 t 3605 3604 3475 t 3476 3605 3475 t 3723 3722 3604 t 3605 3723 3604 t 3845 3844 3722 t 3723 3845 3722 t 3965 3964 3844 t 3845 3965 3844 t 3965 4082 4081 t 3964 3965 4081 t 4082 4206 4205 t 4081 4082 4205 t 4206 4329 4328 t 4205 4206 4328 t 4447 4446 4328 t 4329 4447 4328 t 4568 4567 4446 t 4447 4568 4446 t 4568 4692 4691 t 4567 4568 4691 t 4692 4815 4814 t 4691 4692 4814 t 4815 4938 4937 t 4814 4815 4937 t 4938 5059 5058 t 4937 4938 5058 t 5180 5179 5058 t 5059 5180 5058 t 5298 5297 5179 t 5180 5298 5179 t 5412 5411 5297 t 5298 5412 5297 t 5533 5532 5411 t 5412 5533 5411 t 5652 5651 5532 t 5533 5652 5532 t 5652 5770 5769 t 5651 5652 5769 t 5770 5880 5879 t 5769 5770 5879 t 5879 5880 5995 t 5995 6111 6110 t 6110 6111 5974 t 1616 4154 5974 t 3902 3901 4154 t 1616 3902 4154 t 2424 2423 3901 t 3902 2424 3901 t 3420 3545 2423 t 2424 3420 2423 t 3420 1966 1965 t 3545 3420 1965 t 6628 6525 6526 t 32007 32122 32263 t 32362 32093 32262 t 5816 5815 5698 t 30197 30198 697 t 1710 1709 1606 t 2542 2541 2913 t 5706 5823 5822 t 7163 12689 12524 t 1607 1710 1606 t 5000 4879 2542 t 4741 4863 4862 t 32249 32113 32082 t 32072 32138 32195 t 32111 31958 32224 t 1338 1440 1337 t 4616 4736 4735 t 915 1016 1015 t 914 915 1015 t 6041 817 812 t 5924 5923 5815 t 3772 3771 3654 t 2306 1959 1958 t 6697 9388 4998 t 31906 23653 24211 t 5833 5834 5939 t 5834 5940 5939 t 2898 3026 2897 t 1602 1705 1704 t 1396 1500 1395 t 1601 1600 1499 t 7479 5365 268 t 9642 268 5255 t 5260 5862 4139 t 5371 5260 4139 t 5862 133 3544 t 4139 5862 3544 t 1653 74 3937 t 133 1240 3544 t 10971 11046 10970 t 10722 20521 13262 t 31983 31819 31865 t 20233 20417 20422 t 2913 3044 5603 t 5471 5472 5829 t 5829 5830 5936 t 2781 8791 2910 t 1957 5362 5480 t 312 216 217 t 5458 5459 5576 t 13021 32291 32159 t 313 314 412 t 413 513 512 t 412 413 512 t 622 621 512 t 513 622 512 t 734 733 621 t 622 734 621 t 843 842 733 t 734 843 733 t 946 945 842 t 843 946 842 t 1048 1047 945 t 946 1048 945 t 1150 1255 1149 t 31891 31817 32109 t 2383 14233 13740 t 6742 5714 5713 t 13593 9157 19534 t 4891 1882 2800 t 185 3187 3573 t 14964 14963 14836 t 3187 3447 3573 t 3868 1485 3987 t 4762 2073 4884 t 3187 185 1485 t 15295 15296 4912 t 2791 4044 5497 t 2301 5612 3926 t 4107 3005 3004 t 598 13693 13471 t 12120 32241 1734 t 17339 2130 2246 t 31852 32148 32336 t 2882 16658 17669 t 2363 2485 2484 t 2362 2363 2484 t 2485 2605 2604 t 2484 2485 2604 t 2605 2731 2730 t 2604 2605 2730 t 2731 2858 2857 t 2730 2731 2857 t 2858 2989 2988 t 2857 2858 2988 t 2989 3109 3108 t 2988 2989 3108 t 3109 3230 3229 t 3108 3109 3229 t 3352 3351 3229 t 3230 3352 3229 t 3477 3476 3351 t 3352 3477 3351 t 3606 3605 3476 t 3477 3606 3476 t 3724 3723 3605 t 3606 3724 3605 t 3846 3845 3723 t 3724 3846 3723 t 3966 3965 3845 t 3846 3966 3845 t 3966 4083 4082 t 3965 3966 4082 t 4083 4207 4206 t 4082 4083 4206 t 4330 4329 4206 t 4207 4330 4206 t 4448 4447 4329 t 4330 4448 4329 t 4448 4569 4568 t 4447 4448 4568 t 4569 4693 4692 t 4568 4569 4692 t 4816 4815 4692 t 4693 4816 4692 t 4816 4939 4938 t 4815 4816 4938 t 4939 5059 4938 t 5181 5180 5059 t 5181 5299 5298 t 5180 5181 5298 t 5413 5412 5298 t 5299 5413 5298 t 5534 5533 5412 t 5413 5534 5412 t 5534 5653 5652 t 5533 5534 5652 t 5652 5653 5770 t 5880 5996 5995 t 5995 5996 6111 t 6070 5974 6111 t 1209 1616 5974 t 6070 1209 5974 t 3781 3902 1616 t 1209 3781 1616 t 2425 2424 3902 t 3781 2425 3902 t 3177 3420 2424 t 2425 3177 2424 t 31278 26818 19407 t 32251 32313 32178 t 10731 4397 12342 t 10463 10462 10396 t 10394 10460 10393 t 786 674 675 t 1544 1643 1642 t 1441 1544 1642 t 1643 1749 1748 t 1642 1643 1748 t 1866 1865 1748 t 1749 1866 1748 t 1981 1980 1865 t 5830 5937 5936 t 1016 1121 1120 t 1015 1016 1120 t 5923 5924 6040 t 5224 5225 5338 t 1943 1944 2061 t 4145 4146 4270 t 4387 4507 4506 t 4271 4387 4386 t 4270 4271 4386 t 4729 4730 14605 t 1403 1402 1301 t 772 881 880 t 3762 3761 3645 t 1506 1606 1605 t 1605 1606 1708 t 5135 4020 5862 t 5371 5365 5260 t 4020 4018 133 t 5862 4020 133 t 4018 336 1240 t 133 4018 1240 t 6803 9840 7059 t 1650 12946 12950 t 20611 19780 20816 t 20782 20874 20781 t 11622 9392 20422 t 20122 20212 20121 t 1866 1981 1865 t 5936 5937 6052 t 8791 2911 2910 t 5335 5455 5454 t 5339 5459 5458 t 5338 5339 5458 t 18821 18820 18739 t 9994 10067 10114 t 414 514 513 t 6773 413 314 t 514 623 622 t 513 514 622 t 623 735 734 t 622 623 734 t 844 843 734 t 735 844 734 t 947 946 843 t 844 947 843 t 947 1049 1048 t 946 947 1048 t 1049 1150 1149 t 1048 1049 1149 t 1150 1256 1255 t 16530 1255 16616 t 1361 1362 1463 t 10434 32337 11098 t 3573 5270 3178 t 5270 2073 4762 t 4019 3573 3178 t 4884 2791 5497 t 3178 5270 4762 t 4912 4107 3004 t 4044 2107 1995 t 3005 3937 74 t 2341 13471 13468 t 5612 598 13471 t 14961 15095 14960 t 13471 13376 13370 t 25771 25772 25896 t 2247 2364 2363 t 15939 2754 17669 t 2364 2486 2485 t 2363 2364 2485 t 2486 2606 2605 t 2485 2486 2605 t 2606 2732 2731 t 2605 2606 2731 t 2732 2859 2858 t 2731 2732 2858 t 2859 2990 2989 t 2858 2859 2989 t 2990 3110 3109 t 2989 2990 3109 t 3231 3230 3109 t 3110 3231 3109 t 3353 3352 3230 t 3231 3353 3230 t 3478 3477 3352 t 3353 3478 3352 t 3607 3606 3477 t 3478 3607 3477 t 3725 3724 3606 t 3607 3725 3606 t 3847 3846 3724 t 3725 3847 3724 t 3847 3967 3966 t 3846 3847 3966 t 3967 4084 4083 t 3966 3967 4083 t 4084 4208 4207 t 4083 4084 4207 t 4331 4330 4207 t 4208 4331 4207 t 4449 4448 4330 t 4331 4449 4330 t 4449 4570 4569 t 4448 4449 4569 t 4694 4693 4569 t 4570 4694 4569 t 4817 4816 4693 t 4694 4817 4693 t 4817 4940 4939 t 4816 4817 4939 t 4940 5060 5059 t 4939 4940 5059 t 5060 5182 5181 t 5059 5060 5181 t 5182 5300 5299 t 5181 5182 5299 t 5300 5414 5413 t 5299 5300 5413 t 5414 5535 5534 t 5413 5414 5534 t 5535 5654 5653 t 5534 5535 5653 t 5654 5771 5770 t 5653 5654 5770 t 5771 5881 5880 t 5770 5771 5880 t 5881 5997 5996 t 5880 5881 5996 t 5997 6112 6111 t 5996 5997 6111 t 6112 6092 6070 t 6111 6112 6070 t 1108 1209 6070 t 6092 1108 6070 t 3166 3781 1209 t 1108 3166 1209 t 2426 2425 3781 t 3166 2426 3781 t 3056 3177 2425 t 2426 3056 2425 t 3056 5004 4882 t 3056 4882 3177 t 12635 12636 12719 t 11197 11279 11196 t 12719 12799 12798 t 32075 32242 31991 t 12549 12633 12716 t 879 880 980 t 1981 2093 1980 t 2210 2209 1980 t 2093 2210 1980 t 2326 2325 2209 t 2210 2326 2209 t 32099 32240 32009 t 3533 2419 2417 t 2326 2446 2325 t 2899 3027 3026 t 3284 3533 2417 t 3768 3890 3767 t 1848 1847 1721 t 1944 2062 2061 t 3890 3889 3767 t 5223 5224 5337 t 3938 4640 34 t 4025 4026 4145 t 4146 4271 4270 t 2692 3917 8526 t 4374 4495 4494 t 1719 1849 1720 t 984 1091 1090 t 3682 1010 1848 t 8785 703 5135 t 5260 5135 5862 t 4021 134 4018 t 4020 4021 4018 t 134 335 336 t 4018 134 336 t 2943 12946 1989 t 335 78 336 t 27771 15486 17374 t 18367 18442 18441 t 12598 7473 9305 t 18516 18517 16429 t 32162 32320 31825 t 7158 7157 10743 t 2419 2069 2068 t 4288 3533 3284 t 6369 6368 15477 t 3392 3391 3269 t 31853 32071 32287 t 32149 32223 31911 t 315 415 414 t 413 414 513 t 415 515 514 t 414 415 514 t 515 624 623 t 514 515 623 t 624 736 735 t 623 624 735 t 845 844 735 t 736 845 735 t 948 947 844 t 845 948 844 t 948 1050 1049 t 947 948 1049 t 1050 1151 1150 t 1049 1050 1150 t 1151 1257 1256 t 1150 1151 1256 t 1257 1362 1361 t 1256 1257 1361 t 1362 1464 1463 t 800 13000 799 t 1464 1568 1567 t 1567 1568 1668 t 1568 1669 1668 t 24052 10407 10473 t 1669 1782 1781 t 1782 1900 1781 t 1782 1901 1900 t 2018 1900 1901 t 2018 2131 17242 t 1901 2132 2131 t 2131 17341 17242 t 2132 2248 2247 t 2131 2132 2247 t 2248 2365 2364 t 2247 2248 2364 t 2365 2487 2486 t 2364 2365 2486 t 2607 2606 2486 t 2487 2607 2486 t 2733 2732 2606 t 2607 2733 2606 t 2733 2860 2859 t 2732 2733 2859 t 2860 2991 2990 t 2859 2860 2990 t 2991 3111 3110 t 2990 2991 3110 t 3232 3231 3110 t 3111 3232 3110 t 3354 3353 3231 t 3232 3354 3231 t 3354 3479 3478 t 3353 3354 3478 t 3608 3607 3478 t 3479 3608 3478 t 3726 3725 3607 t 3608 3726 3607 t 3848 3847 3725 t 3726 3848 3725 t 3848 3968 3967 t 3847 3848 3967 t 3968 4085 4084 t 3967 3968 4084 t 4209 4208 4084 t 4085 4209 4084 t 4332 4331 4208 t 4209 4332 4208 t 4332 4450 4449 t 4331 4332 4449 t 4450 4571 4570 t 4449 4450 4570 t 4695 4694 4570 t 4571 4695 4570 t 4818 4817 4694 t 4695 4818 4694 t 4818 4941 4940 t 4817 4818 4940 t 4941 5061 5060 t 4940 4941 5060 t 5061 5183 5182 t 5060 5061 5182 t 5183 5301 5300 t 5182 5183 5300 t 5301 5415 5414 t 5300 5301 5414 t 5415 5536 5535 t 5414 5415 5535 t 5536 5655 5654 t 5535 5536 5654 t 5655 5772 5771 t 5654 5655 5771 t 5772 5882 5881 t 5771 5772 5881 t 5882 5998 5997 t 5881 5882 5997 t 5998 6113 6112 t 5997 5998 6112 t 6113 3558 6092 t 6112 6113 6092 t 1210 1108 6092 t 3558 1210 6092 t 3782 3166 1108 t 1210 3782 1108 t 2550 2426 3166 t 3782 2550 3166 t 3300 3056 2426 t 2550 3300 2426 t 14003 15304 4882 t 3300 5004 3056 t 12552 12553 12635 t 12636 12799 12719 t 28544 28466 28386 t 10638 32068 9398 t 13829 17936 1433 t 11473 11558 11472 t 2768 2897 2896 t 11205 11204 11126 t 2458 11950 12446 t 4030 2458 1631 t 1631 2458 12446 t 18446 18445 18370 t 5937 6053 6052 t 1770 4288 3802 t 32293 32128 31925 t 21972 12211 12210 t 5225 5339 5338 t 5226 5225 5101 t 5224 5338 5337 t 2169 2170 2285 t 4026 4146 4145 t 32314 32163 32021 t 22363 23811 23904 t 387 3410 384 t 2174 2290 2173 t 18521 18601 18600 t 2541 4756 2540 t 777 778 886 t 887 987 986 t 6995 703 9635 t 25194 32271 27398 t 5368 924 335 t 134 5368 335 t 924 1989 78 t 335 924 78 t 2943 706 607 t 14326 20968 19528 t 10668 10518 8268 t 20626 20905 20338 t 24129 17960 22244 t 31953 32062 31975 t 3652 3769 3768 t 6053 1770 1764 t 6052 6053 1764 t 6468 15546 136 t 31675 31676 15477 t 219 218 136 t 218 219 315 t 316 416 415 t 315 316 415 t 516 515 415 t 416 516 415 t 625 624 515 t 516 625 515 t 737 736 624 t 625 737 624 t 737 846 845 t 736 737 845 t 846 949 948 t 845 846 948 t 949 1051 1050 t 948 949 1050 t 1051 1152 1151 t 1050 1051 1151 t 1152 1258 1257 t 1151 1152 1257 t 1258 1363 1362 t 1257 1258 1362 t 1363 1465 1464 t 1362 1363 1464 t 1465 1569 1568 t 1464 1465 1568 t 1569 1670 1669 t 1568 1569 1669 t 1670 1783 1782 t 1669 1670 1782 t 1783 1902 1901 t 1782 1783 1901 t 1902 2019 1901 t 2019 2133 2132 t 1901 2019 2132 t 2133 2249 2248 t 2132 2133 2248 t 2249 2366 2365 t 2248 2249 2365 t 2366 2488 2487 t 2365 2366 2487 t 2608 2607 2487 t 2488 2608 2487 t 2734 2733 2607 t 2608 2734 2607 t 2861 2860 2733 t 2734 2861 2733 t 2861 2992 2991 t 2860 2861 2991 t 2992 3112 3111 t 2991 2992 3111 t 3233 3232 3111 t 3112 3233 3111 t 3355 3354 3232 t 3233 3355 3232 t 3480 3479 3354 t 3355 3480 3354 t 3480 3609 3608 t 3479 3480 3608 t 3609 3727 3726 t 3608 3609 3726 t 3849 3848 3726 t 3727 3849 3726 t 3849 3969 3968 t 3848 3849 3968 t 3969 4086 4085 t 3968 3969 4085 t 4086 4210 4209 t 4085 4086 4209 t 4333 4332 4209 t 4210 4333 4209 t 4333 4451 4450 t 4332 4333 4450 t 4451 4572 4571 t 4450 4451 4571 t 4696 4695 4571 t 4572 4696 4571 t 4819 4818 4695 t 4696 4819 4695 t 4819 4942 4941 t 4818 4819 4941 t 4942 5062 5061 t 4941 4942 5061 t 5062 5184 5183 t 5061 5062 5183 t 5184 5302 5301 t 5183 5184 5301 t 5302 5416 5415 t 5301 5302 5415 t 5416 5537 5536 t 5415 5416 5536 t 5537 5656 5655 t 5536 5537 5655 t 5656 5773 5772 t 5655 5656 5772 t 5773 5883 5882 t 5772 5773 5882 t 5883 5999 5998 t 5882 5883 5998 t 5999 6114 6113 t 5998 5999 6113 t 6114 5490 3558 t 6113 6114 3558 t 4273 1210 3558 t 5490 4273 3558 t 2668 3782 1210 t 4273 2668 1210 t 2668 2550 3782 t 2929 3300 2550 t 2668 2929 2550 t 4966 5249 13883 t 2929 5124 3300 t 12553 12636 12635 t 236 4280 12092 t 10998 10997 10919 t 11918 12002 12439 t 18233 18234 18313 t 11127 11205 11126 t 21964 20273 10742 t 31886 7470 10802 t 16601 18754 18755 t 3768 3769 3890 t 3277 3399 3276 t 23495 11700 11701 t 3769 3891 3890 t 5919 5920 6036 t 3802 4288 3284 t 2062 2176 2175 t 13356 19796 15136 t 9480 11950 31 t 2061 2062 2175 t 5691 5690 5569 t 11759 10366 6700 t 2055 2056 2169 t 661 771 770 t 3391 3392 3515 t 2413 2537 2412 t 982 1089 1088 t 1819 1938 1937 t 5457 5574 5456 t 5826 5933 5825 t 7859 8365 2544 t 212 3299 924 t 5978 9384 5368 t 3299 2217 1989 t 924 3299 1989 t 706 2943 1989 t 2217 706 1989 t 18532 16276 16355 t 32172 32321 32112 t 20499 20498 20402 t 17834 17906 17905 t 3399 3522 3398 t 14444 14443 14315 t 1764 1770 3802 t 12911 12930 2881 t 20609 20515 14580 t 13524 13525 13636 t 14694 14955 14826 t 317 417 416 t 316 317 416 t 417 517 516 t 416 417 516 t 517 626 625 t 516 517 625 t 626 738 737 t 625 626 737 t 738 847 846 t 737 738 846 t 847 950 949 t 846 847 949 t 1052 1051 949 t 950 1052 949 t 1052 1153 1152 t 1051 1052 1152 t 1153 1259 1258 t 1152 1153 1258 t 1259 1364 1363 t 1258 1259 1363 t 1364 1466 1465 t 1363 1364 1465 t 1466 1570 1569 t 1465 1466 1569 t 1570 1671 1670 t 1569 1570 1670 t 1671 1784 1783 t 1670 1671 1783 t 1784 1903 1902 t 1783 1784 1902 t 1903 2020 2019 t 1902 1903 2019 t 2020 2134 2133 t 2019 2020 2133 t 2134 2250 2249 t 2133 2134 2249 t 2249 2250 2366 t 2489 2488 2366 t 2609 2608 2488 t 2489 2609 2488 t 2735 2734 2608 t 2609 2735 2608 t 2862 2861 2734 t 2735 2862 2734 t 2993 2992 2861 t 2862 2993 2861 t 2993 3113 3112 t 2992 2993 3112 t 3113 3234 3233 t 3112 3113 3233 t 3356 3355 3233 t 3234 3356 3233 t 3356 3481 3480 t 3355 3356 3480 t 3481 3610 3609 t 3480 3481 3609 t 3610 3728 3727 t 3609 3610 3727 t 3728 3850 3849 t 3727 3728 3849 t 3970 3969 3849 t 3850 3970 3849 t 3970 4087 4086 t 3969 3970 4086 t 4211 4210 4086 t 4087 4211 4086 t 4211 4334 4333 t 4210 4211 4333 t 4452 4451 4333 t 4334 4452 4333 t 4573 4572 4451 t 4452 4573 4451 t 4573 4697 4696 t 4572 4573 4696 t 4697 4820 4819 t 4696 4697 4819 t 4820 4943 4942 t 4819 4820 4942 t 4943 5063 5062 t 4942 4943 5062 t 5063 5185 5184 t 5062 5063 5184 t 5185 5303 5302 t 5184 5185 5302 t 5303 5417 5416 t 5302 5303 5416 t 5417 5538 5537 t 5416 5417 5537 t 5538 5657 5656 t 5537 5538 5656 t 5657 5774 5773 t 5656 5657 5773 t 5774 5884 5883 t 5773 5774 5883 t 5884 6000 5999 t 5883 5884 5999 t 6000 6115 6114 t 5999 6000 6114 t 6115 5493 5490 t 6114 6115 5490 t 5493 3912 4273 t 5490 5493 4273 t 3912 3536 2668 t 4273 3912 2668 t 3536 2551 2668 t 2798 2929 2668 t 2551 2798 2668 t 2798 5248 5249 t 2798 5249 2929 t 12467 12553 12466 t 10162 12444 818 t 10797 10939 11343 t 11834 9990 2951 t 32005 32295 32102 t 26142 26273 32215 t 6046 8146 6045 t 6039 6040 790 t 12467 12466 12379 t 28506 28431 28507 t 20031 6645 20032 t 805 913 804 t 2792 2793 5244 t 5226 5340 5225 t 3664 2306 2307 t 32272 32228 31848 t 2170 2286 2285 t 2403 2527 2402 t 259 353 258 t 6044 6043 7579 t 1704 1705 1818 t 2526 2525 2401 t 6049 6048 5932 t 2402 2526 2401 t 31324 31442 31323 t 5933 6049 5932 t 9384 212 5368 t 5587 5709 5586 t 61 50 2217 t 3299 61 2217 t 50 3684 706 t 2217 50 706 t 1037 184 5597 t 3684 5597 706 t 11597 10797 11844 t 2690 11827 2821 t 10566 11934 32000 t 10671 12176 12085 t 18138 18217 18137 t 20779 20871 20778 t 16026 17349 20966 t 13559 13557 18172 t 3740 3864 15373 t 20588 20683 20587 t 15197 15196 499 t 318 418 417 t 317 318 417 t 418 518 517 t 417 418 517 t 518 627 626 t 517 518 626 t 627 739 738 t 626 627 738 t 738 739 847 t 847 951 950 t 951 1053 1052 t 950 951 1052 t 1154 1153 1052 t 1053 1154 1052 t 1260 1259 1153 t 1154 1260 1153 t 1365 1364 1259 t 1260 1365 1259 t 1467 1466 1364 t 1365 1467 1364 t 1571 1570 1466 t 1467 1571 1466 t 1571 1672 1671 t 1570 1571 1671 t 1672 1785 1784 t 1671 1672 1784 t 1785 1904 1903 t 1784 1785 1903 t 1904 2021 2020 t 1903 1904 2020 t 2021 2135 2134 t 2020 2021 2134 t 2135 2251 2250 t 2134 2135 2250 t 2251 2367 2366 t 2250 2251 2366 t 2367 2610 2489 t 2366 2367 2489 t 2489 2610 2609 t 2610 2736 2735 t 2609 2610 2735 t 2863 2862 2735 t 2736 2863 2735 t 2994 2993 2862 t 2863 2994 2862 t 3114 3113 2993 t 2994 3114 2993 t 3235 3234 3113 t 3114 3235 3113 t 3357 3356 3234 t 3235 3357 3234 t 3357 3482 3481 t 3356 3357 3481 t 3482 3611 3610 t 3481 3482 3610 t 3611 3729 3728 t 3610 3611 3728 t 3729 3851 3850 t 3728 3729 3850 t 3971 3970 3850 t 3851 3971 3850 t 4088 4087 3970 t 3971 4088 3970 t 4212 4211 4087 t 4088 4212 4087 t 4212 4335 4334 t 4211 4212 4334 t 4453 4452 4334 t 4335 4453 4334 t 4574 4573 4452 t 4453 4574 4452 t 4698 4697 4573 t 4574 4698 4573 t 4821 4820 4697 t 4698 4821 4697 t 4944 4943 4820 t 4821 4944 4820 t 4944 5064 5063 t 4943 4944 5063 t 5186 5185 5063 t 5064 5186 5063 t 5186 5304 5303 t 5185 5186 5303 t 5304 5418 5417 t 5303 5304 5417 t 5418 5539 5538 t 5417 5418 5538 t 5539 5658 5657 t 5538 5539 5657 t 5658 5775 5774 t 5657 5658 5774 t 5775 5885 5884 t 5774 5775 5884 t 5885 6001 6000 t 5884 5885 6000 t 6001 6116 6115 t 6000 6001 6115 t 6116 1619 5493 t 6115 6116 5493 t 1619 920 3912 t 5493 1619 3912 t 920 3040 3536 t 3912 920 3536 t 3040 5356 2551 t 3536 3040 2551 t 5356 2671 2798 t 2551 5356 2798 t 5361 2877 5248 t 2671 5248 2798 t 12553 12552 12466 t 12444 12092 818 t 14040 13071 14346 t 10337 10394 10393 t 11117 11193 11116 t 7463 12255 12168 t 10794 10518 32175 t 7158 7259 7258 t 5705 5706 5822 t 32124 32114 31867 t 2417 2419 2068 t 8675 5478 5360 t 5708 5707 5585 t 5586 5708 5585 t 3772 3894 3893 t 10591 6202 6142 t 4614 4734 4733 t 349 449 448 t 2771 2900 2770 t 32297 31914 32349 t 449 551 550 t 881 981 980 t 2089 1975 1976 t 1397 1501 1500 t 2284 2285 2401 t 6049 1658 1656 t 6048 6049 1656 t 2404 2528 2403 t 5811 5812 5919 t 12355 13177 14984 t 10092 3299 212 t 486 3683 3684 t 50 486 3684 t 3683 475 5597 t 3684 3683 5597 t 5721 1632 53 t 2960 91 166 t 7969 10450 9305 t 11117 11116 11041 t 7476 7576 7475 t 1850 3680 3792 t 20029 20030 20119 t 20582 20581 20488 t 20959 20958 20870 t 199 2879 4471 t 13308 13309 13416 t 10643 14073 11233 t 12207 32016 32179 t 32145 32055 31995 t 419 519 518 t 418 419 518 t 519 628 627 t 518 519 627 t 628 740 739 t 627 628 739 t 740 848 847 t 739 740 847 t 847 848 951 t 1054 1053 951 t 848 1054 951 t 1155 1154 1053 t 1054 1155 1053 t 1261 1260 1154 t 1155 1261 1154 t 1366 1365 1260 t 1261 1366 1260 t 1468 1467 1365 t 1366 1468 1365 t 1572 1571 1467 t 1468 1572 1467 t 1673 1672 1571 t 1572 1673 1571 t 1786 1785 1672 t 1673 1786 1672 t 1786 1905 1904 t 1785 1786 1904 t 2022 2021 1904 t 1905 2022 1904 t 2136 2135 2021 t 2022 2136 2021 t 2252 2251 2135 t 2136 2252 2135 t 2368 2367 2251 t 2252 2368 2251 t 2368 2490 2610 t 2367 2368 2610 t 2490 2611 2610 t 2737 2736 2610 t 2611 2737 2610 t 2864 2863 2736 t 2737 2864 2736 t 2995 2994 2863 t 2864 2995 2863 t 3115 3114 2994 t 2995 3115 2994 t 3236 3235 3114 t 3115 3236 3114 t 3358 3357 3235 t 3236 3358 3235 t 3358 3483 3482 t 3357 3358 3482 t 3483 3612 3611 t 3482 3483 3611 t 3612 3730 3729 t 3611 3612 3729 t 3730 3852 3851 t 3729 3730 3851 t 3972 3971 3851 t 3852 3972 3851 t 4089 4088 3971 t 3972 4089 3971 t 4089 4213 4212 t 4088 4089 4212 t 4213 4336 4335 t 4212 4213 4335 t 4336 4454 4453 t 4335 4336 4453 t 4575 4574 4453 t 4454 4575 4453 t 4699 4698 4574 t 4575 4699 4574 t 4822 4821 4698 t 4699 4822 4698 t 4945 4944 4821 t 4822 4945 4821 t 5065 5064 4944 t 4945 5065 4944 t 5187 5186 5064 t 5065 5187 5064 t 5305 5304 5186 t 5187 5305 5186 t 5305 5419 5418 t 5304 5305 5418 t 5419 5540 5539 t 5418 5419 5539 t 5540 5659 5658 t 5539 5540 5658 t 5659 5776 5775 t 5658 5659 5775 t 5776 5886 5885 t 5775 5776 5885 t 5886 6002 6001 t 5885 5886 6001 t 6002 6117 6116 t 6001 6002 6116 t 6117 1618 1619 t 6116 6117 1619 t 1618 3793 920 t 1619 1618 920 t 3793 3045 3040 t 920 3793 3040 t 3045 5243 5356 t 3040 3045 5356 t 2554 2671 5356 t 5243 2554 5356 t 5361 5479 13772 t 2554 5361 2671 t 12380 12467 12379 t 2201 10162 2200 t 11359 11358 11278 t 11279 11359 11278 t 10396 10462 10395 t 7944 14899 15032 t 12702 2801 3314 t 29268 29267 29171 t 1825 1824 1709 t 4015 4016 4134 t 1607 1606 1506 t 5708 5825 5707 t 553 552 450 t 4620 4621 4740 t 5825 5824 5707 t 4613 4614 4733 t 4497 4621 4620 t 379 378 6032 t 4490 4614 4613 t 2527 2526 2402 t 4126 4127 4249 t 783 782 671 t 32081 31900 32302 t 1705 1819 1818 t 1088 1089 1189 t 1658 159 1761 t 1656 1658 1761 t 3415 2185 2304 t 5707 5824 5706 t 31909 32022 32133 t 4498 4499 4622 t 487 3561 3683 t 486 487 3683 t 3561 375 475 t 3683 3561 475 t 166 165 2960 t 375 166 475 t 11168 12022 11847 t 11403 10803 10875 t 11940 9987 12336 t 17986 17985 17905 t 8538 199 4471 t 13966 581 3907 t 19941 20030 20029 t 13557 14074 18172 t 13100 13302 1458 t 1379 6375 13434 t 32266 32155 32138 t 12880 12896 12879 t 32312 32345 32300 t 4599 4600 4720 t 629 741 740 t 628 629 740 t 741 849 848 t 740 741 848 t 849 952 848 t 952 1055 1054 t 848 952 1054 t 1156 1155 1054 t 1055 1156 1054 t 1262 1261 1155 t 1156 1262 1155 t 1367 1366 1261 t 1262 1367 1261 t 1469 1468 1366 t 1367 1469 1366 t 1573 1572 1468 t 1469 1573 1468 t 1674 1673 1572 t 1573 1674 1572 t 1787 1786 1673 t 1674 1787 1673 t 1906 1905 1786 t 1787 1906 1786 t 2023 2022 1905 t 1906 2023 1905 t 2023 2137 2136 t 2022 2023 2136 t 2253 2252 2136 t 2137 2253 2136 t 2253 2369 2368 t 2252 2253 2368 t 2369 2491 2490 t 2368 2369 2490 t 2491 2612 2611 t 2490 2491 2611 t 2612 2738 2737 t 2611 2612 2737 t 2865 2864 2737 t 2738 2865 2737 t 2996 2995 2864 t 2865 2996 2864 t 3116 3115 2995 t 2996 3116 2995 t 3237 3236 3115 t 3116 3237 3115 t 3359 3358 3236 t 3237 3359 3236 t 3359 3484 3483 t 3358 3359 3483 t 3484 3613 3612 t 3483 3484 3612 t 3613 3731 3730 t 3612 3613 3730 t 3731 3853 3852 t 3730 3731 3852 t 3973 3972 3852 t 3853 3973 3852 t 3973 4090 4089 t 3972 3973 4089 t 4214 4213 4089 t 4090 4214 4089 t 4214 4337 4336 t 4213 4214 4336 t 4337 4455 4454 t 4336 4337 4454 t 4576 4575 4454 t 4455 4576 4454 t 4700 4699 4575 t 4576 4700 4575 t 4823 4822 4699 t 4700 4823 4699 t 4946 4945 4822 t 4823 4946 4822 t 5066 5065 4945 t 4946 5066 4945 t 5188 5187 5065 t 5066 5188 5065 t 5306 5305 5187 t 5188 5306 5187 t 5306 5420 5419 t 5305 5306 5419 t 5541 5540 5419 t 5420 5541 5419 t 5660 5659 5540 t 5541 5660 5540 t 5777 5776 5659 t 5660 5777 5659 t 5777 5887 5886 t 5776 5777 5886 t 5887 6003 6002 t 5886 5887 6002 t 6003 6118 6117 t 6002 6003 6117 t 6118 1520 1618 t 6117 6118 1618 t 1520 1317 3793 t 1618 1520 3793 t 1317 3046 3045 t 3793 1317 3045 t 3046 5119 5243 t 3045 3046 5243 t 2431 2554 5243 t 5119 2431 5243 t 5479 5595 4300 t 2431 5479 2554 t 11175 11743 12619 t 20682 20681 20586 t 11123 11048 10973 t 11978 12061 11977 t 6497 6498 351 t 12427 12340 12257 t 3402 3403 9313 t 8155 1838 149 t 4012 4131 4130 t 465 13577 3680 t 5931 5932 6047 t 5825 5932 5931 t 9421 3655 3654 t 4008 4009 4127 t 4489 4490 4613 t 2527 2645 2526 t 2645 2771 2644 t 9645 7191 6069 t 3392 3516 3515 t 1296 1295 1189 t 1010 904 1847 t 1825 1943 1824 t 1545 1643 1544 t 5824 5931 5930 t 5923 6040 6039 t 4623 4743 4742 t 5823 5824 5930 t 9881 4136 4135 t 4883 4760 1523 t 3437 1536 375 t 3561 3437 375 t 1536 165 166 t 375 1536 166 t 11168 33 12022 t 243 5951 13919 t 12336 12427 12257 t 10244 28353 10245 t 31838 31893 31827 t 581 199 3907 t 5598 21399 141 t 3907 199 8538 t 14073 13947 11233 t 20069 140 12241 t 1462 1379 13434 t 13434 6375 13124 t 14656 13506 13450 t 19844 19936 19935 t 630 742 741 t 23180 1564 23054 t 742 850 849 t 741 742 849 t 850 953 952 t 849 850 952 t 953 1056 1055 t 952 953 1055 t 1157 1156 1055 t 1056 1157 1055 t 1263 1262 1156 t 1157 1263 1156 t 1368 1367 1262 t 1263 1368 1262 t 1470 1469 1367 t 1368 1470 1367 t 1574 1573 1469 t 1470 1574 1469 t 1675 1674 1573 t 1574 1675 1573 t 1788 1787 1674 t 1675 1788 1674 t 1907 1906 1787 t 1788 1907 1787 t 2024 2023 1906 t 1907 2024 1906 t 2138 2137 2023 t 2024 2138 2023 t 2254 2253 2137 t 2138 2254 2137 t 2370 2369 2253 t 2254 2370 2253 t 2370 2492 2491 t 2369 2370 2491 t 2492 2613 2612 t 2491 2492 2612 t 2613 2739 2738 t 2612 2613 2738 t 2739 2866 2865 t 2738 2739 2865 t 2997 2996 2865 t 2866 2997 2865 t 3117 3116 2996 t 2997 3117 2996 t 3238 3237 3116 t 3117 3238 3116 t 3360 3359 3237 t 3238 3360 3237 t 3485 3484 3359 t 3360 3485 3359 t 3614 3613 3484 t 3485 3614 3484 t 3732 3731 3613 t 3614 3732 3613 t 3854 3853 3731 t 3732 3854 3731 t 3854 3974 3973 t 3853 3854 3973 t 3974 4091 4090 t 3973 3974 4090 t 4215 4214 4090 t 4091 4215 4090 t 4215 4338 4337 t 4214 4215 4337 t 4338 4456 4455 t 4337 4338 4455 t 4577 4576 4455 t 4456 4577 4455 t 4701 4700 4576 t 4577 4701 4576 t 4824 4823 4700 t 4701 4824 4700 t 4947 4946 4823 t 4824 4947 4823 t 5067 5066 4946 t 4947 5067 4946 t 5189 5188 5066 t 5067 5189 5066 t 5307 5306 5188 t 5189 5307 5188 t 5421 5420 5306 t 5307 5421 5306 t 5542 5541 5420 t 5421 5542 5420 t 5661 5660 5541 t 5542 5661 5541 t 5778 5777 5660 t 5661 5778 5660 t 5888 5887 5777 t 5778 5888 5777 t 6004 6003 5887 t 5888 6004 5887 t 6004 6119 6118 t 6003 6004 6118 t 6119 1519 1520 t 6118 6119 1520 t 1519 3411 1317 t 1520 1519 1317 t 3411 3047 3046 t 1317 3411 3046 t 4999 5119 3046 t 3047 4999 3046 t 2311 2431 5119 t 4999 2311 5119 t 2193 5595 2311 t 2431 2311 5479 t 12555 12638 12554 t 12721 12800 12720 t 11679 6237 9986 t 12348 11567 1546 t 2104 11325 12684 t 21482 22302 18194 t 12340 11493 11404 t 2804 14291 3062 t 3518 3648 3517 t 3394 3518 3393 t 1299 1400 1298 t 5824 5825 5931 t 6048 1656 1655 t 6039 790 597 t 6034 6033 5916 t 4128 4251 4250 t 4251 4369 4368 t 2900 2899 2770 t 2771 2770 2644 t 2091 8013 2090 t 1744 1861 1860 t 15003 14227 5101 t 449 450 551 t 12944 10808 14597 t 4730 4729 4609 t 1941 1940 1821 t 3680 13577 13576 t 5931 6047 6046 t 5831 5832 6053 t 1961 2078 4883 t 5930 5931 6046 t 280 1536 3437 t 9621 487 9741 t 280 164 165 t 1536 280 165 t 13919 5951 819 t 165 164 243 t 5096 3077 3919 t 793 16999 4028 t 10873 11746 32154 t 28426 28425 23757 t 6451 7268 9368 t 2589 206 2433 t 4714 13462 1855 t 15373 15372 15238 t 2433 581 13966 t 1484 1586 3864 t 3740 1484 3864 t 13309 13417 13416 t 8882 8331 8548 t 13450 13506 14901 t 15100 15099 22823 t 20025 20026 20115 t 741 629 630 t 4407 1323 12910 t 743 851 850 t 742 743 850 t 851 954 953 t 850 851 953 t 954 1057 1056 t 953 954 1056 t 1158 1157 1056 t 1057 1158 1056 t 1264 1263 1157 t 1158 1264 1157 t 1264 1368 1263 t 1471 1470 1368 t 1575 1574 1470 t 1471 1575 1470 t 1676 1675 1574 t 1575 1676 1574 t 1789 1788 1675 t 1676 1789 1675 t 1908 1907 1788 t 1789 1908 1788 t 2025 2024 1907 t 1908 2025 1907 t 2139 2138 2024 t 2025 2139 2024 t 2255 2254 2138 t 2139 2255 2138 t 2371 2370 2254 t 2255 2371 2254 t 2493 2492 2370 t 2371 2493 2370 t 2614 2613 2492 t 2493 2614 2492 t 2740 2739 2613 t 2614 2740 2613 t 2867 2866 2739 t 2740 2867 2739 t 2998 2997 2866 t 2867 2998 2866 t 3118 3117 2997 t 2998 3118 2997 t 3239 3238 3117 t 3118 3239 3117 t 3361 3360 3238 t 3239 3361 3238 t 3486 3485 3360 t 3361 3486 3360 t 3615 3614 3485 t 3486 3615 3485 t 3733 3732 3614 t 3615 3733 3614 t 3733 3855 3854 t 3732 3733 3854 t 3854 3855 3974 t 4092 4091 3974 t 4092 4216 4215 t 4091 4092 4215 t 4216 4339 4338 t 4215 4216 4338 t 4339 4457 4456 t 4338 4339 4456 t 4578 4577 4456 t 4457 4578 4456 t 4702 4701 4577 t 4578 4702 4577 t 4825 4824 4701 t 4702 4825 4701 t 4948 4947 4824 t 4825 4948 4824 t 5068 5067 4947 t 4948 5068 4947 t 5190 5189 5067 t 5068 5190 5067 t 5308 5307 5189 t 5190 5308 5189 t 5422 5421 5307 t 5308 5422 5307 t 5543 5542 5421 t 5422 5543 5421 t 5662 5661 5542 t 5543 5662 5542 t 5779 5778 5661 t 5662 5779 5661 t 5889 5888 5778 t 5779 5889 5778 t 6005 6004 5888 t 5889 6005 5888 t 6005 6120 6119 t 6004 6005 6119 t 1417 1519 6119 t 6120 1417 6119 t 566 3411 1519 t 1417 566 1519 t 566 3167 3047 t 3411 566 3047 t 3167 4878 4999 t 3047 3167 4999 t 4878 2193 2311 t 4999 4878 2311 t 10754 10825 10753 t 4755 2192 2193 t 12638 12721 12720 t 12637 12638 12720 t 9072 4159 4519 t 11567 9072 1546 t 12786 8953 10200 t 12644 12727 12726 t 12722 12801 12721 t 5337 5457 5456 t 2296 2413 2295 t 4743 4744 4865 t 2332 2451 2450 t 2642 2643 2768 t 5932 6048 6047 t 4127 4128 4250 t 2769 2898 2897 t 1946 2064 2063 t 1721 1722 2428 t 672 671 562 t 2286 2403 2285 t 672 783 671 t 10891 11040 11039 t 582 3534 570 t 453 555 452 t 3762 3763 3884 t 2692 8526 6959 t 10973 10899 10828 t 10117 2081 10116 t 175 1655 1656 t 1450 1655 7481 t 4760 1524 1523 t 4742 4743 4864 t 3792 13576 3682 t 8332 9699 4634 t 163 819 5951 t 164 163 5951 t 4757 4028 4880 t 6090 6707 7008 t 13822 13481 13480 t 3077 4151 3919 t 2805 18666 13301 t 8538 4471 4467 t 14923 3682 4157 t 3086 206 4297 t 4416 4657 1586 t 1484 4416 1586 t 13202 13203 13308 t 13749 13413 13568 t 14901 938 1354 t 18363 19112 19111 t 18541 17840 17839 t 14293 4407 12910 t 2115 3564 498 t 16128 743 742 t 20703 20609 20976 t 2387 17658 17560 t 32177 31967 32307 t 955 1058 1057 t 954 955 1057 t 1159 1158 1057 t 1058 1159 1057 t 1265 1264 1158 t 1159 1265 1158 t 1369 1368 1264 t 1265 1369 1264 t 1472 1471 1368 t 1369 1472 1368 t 1576 1575 1471 t 1472 1576 1471 t 1677 1676 1575 t 1576 1677 1575 t 1790 1789 1676 t 1677 1790 1676 t 1909 1908 1789 t 1790 1909 1789 t 2026 2025 1908 t 1909 2026 1908 t 2140 2139 2025 t 2026 2140 2025 t 2256 2255 2139 t 2140 2256 2139 t 2372 2371 2255 t 2256 2372 2255 t 2494 2493 2371 t 2372 2494 2371 t 2615 2614 2493 t 2494 2615 2493 t 2741 2740 2614 t 2615 2741 2614 t 2868 2867 2740 t 2741 2868 2740 t 2999 2998 2867 t 2868 2999 2867 t 3119 3118 2998 t 2999 3119 2998 t 3240 3239 3118 t 3119 3240 3118 t 3362 3361 3239 t 3240 3362 3239 t 3487 3486 3361 t 3362 3487 3361 t 3616 3615 3486 t 3487 3616 3486 t 3734 3733 3615 t 3616 3734 3615 t 3734 3856 3855 t 3733 3734 3855 t 3975 3974 3855 t 3856 3975 3855 t 3975 4093 4092 t 3974 3975 4092 t 4093 4217 4216 t 4092 4093 4216 t 4217 4340 4339 t 4216 4217 4339 t 4340 4458 4457 t 4339 4340 4457 t 4579 4578 4457 t 4458 4579 4457 t 4703 4702 4578 t 4579 4703 4578 t 4826 4825 4702 t 4703 4826 4702 t 4949 4948 4825 t 4826 4949 4825 t 5069 5068 4948 t 4949 5069 4948 t 5191 5190 5068 t 5069 5191 5068 t 5309 5308 5190 t 5191 5309 5190 t 5423 5422 5308 t 5309 5423 5308 t 5544 5543 5422 t 5423 5544 5422 t 5663 5662 5543 t 5544 5663 5543 t 5780 5779 5662 t 5663 5780 5662 t 5890 5889 5779 t 5780 5890 5779 t 6006 6005 5889 t 5890 6006 5889 t 6006 6121 6120 t 6005 6006 6120 t 6121 1416 1417 t 6120 6121 1417 t 568 566 1417 t 1416 568 1417 t 3168 3167 566 t 568 3168 566 t 4755 4878 3167 t 3168 4755 3167 t 2802 31818 32029 t 4878 4755 2193 t 10684 10754 10683 t 11437 11438 11524 t 10531 10607 10530 t 10754 10753 10683 t 10828 10827 10756 t 669 780 779 t 8435 6998 7101 t 31908 32156 32252 t 981 982 1088 t 1512 1513 7695 t 7348 7446 1545 t 2331 2332 2450 t 1708 1709 1823 t 4865 4866 4989 t 4866 4990 4989 t 348 349 448 t 1705 1706 1819 t 4606 4607 4726 t 4369 4490 4489 t 1820 1939 1938 t 31209 31324 31208 t 1819 1820 1938 t 1938 1939 2055 t 555 554 452 t 363 7365 3161 t 5570 5571 5691 t 3885 4005 4004 t 5473 5590 5472 t 5469 5587 5468 t 265 6312 6313 t 1946 1945 1827 t 4865 4989 4988 t 4622 4623 4742 t 4157 13685 13686 t 2179 2295 2178 t 88 5975 819 t 163 88 819 t 1421 2837 1875 t 27919 27974 27918 t 3681 3077 5096 t 3054 3681 5096 t 1550 10504 10935 t 15264 13673 7963 t 4758 1065 2192 t 4657 4416 3203 t 13673 13065 7963 t 938 1273 3251 t 1354 938 3251 t 19759 19760 19843 t 3184 7777 3253 t 1136 13043 829 t 14891 15025 15024 t 14703 14702 22951 t 28002 28001 27949 t 401 502 15871 t 14874 2003 6265 t 32175 32306 32204 t 955 956 1058 t 1160 1159 1058 t 1059 1160 1058 t 1266 1265 1159 t 1160 1266 1159 t 1370 1369 1265 t 1266 1370 1265 t 1473 1472 1369 t 1370 1473 1369 t 1577 1576 1472 t 1473 1577 1472 t 1678 1677 1576 t 1577 1678 1576 t 1791 1790 1677 t 1678 1791 1677 t 1910 1909 1790 t 1791 1910 1790 t 2027 2026 1909 t 1910 2027 1909 t 2141 2140 2026 t 2027 2141 2026 t 2257 2256 2140 t 2141 2257 2140 t 2373 2372 2256 t 2257 2373 2256 t 2495 2494 2372 t 2373 2495 2372 t 2616 2615 2494 t 2495 2616 2494 t 2742 2741 2615 t 2616 2742 2615 t 2869 2868 2741 t 2742 2869 2741 t 3000 2999 2868 t 2869 3000 2868 t 3000 3120 3119 t 2999 3000 3119 t 3241 3240 3119 t 3120 3241 3119 t 3363 3362 3240 t 3241 3363 3240 t 3488 3487 3362 t 3363 3488 3362 t 3617 3616 3487 t 3488 3617 3487 t 3735 3734 3616 t 3617 3735 3616 t 3857 3856 3734 t 3735 3857 3734 t 3976 3975 3856 t 3857 3976 3856 t 3976 4094 4093 t 3975 3976 4093 t 4094 4218 4217 t 4093 4094 4217 t 4218 4341 4340 t 4217 4218 4340 t 4459 4458 4340 t 4341 4459 4340 t 4580 4579 4458 t 4459 4580 4458 t 4704 4703 4579 t 4580 4704 4579 t 4827 4826 4703 t 4704 4827 4703 t 4950 4949 4826 t 4827 4950 4826 t 5070 5069 4949 t 4950 5070 4949 t 5192 5191 5069 t 5070 5192 5069 t 5310 5309 5191 t 5192 5310 5191 t 5424 5423 5309 t 5310 5424 5309 t 5545 5544 5423 t 5424 5545 5423 t 5664 5663 5544 t 5545 5664 5544 t 5781 5780 5663 t 5664 5781 5663 t 5891 5890 5780 t 5781 5891 5780 t 6007 6006 5890 t 5891 6007 5890 t 6122 6121 6006 t 6007 6122 6006 t 1315 1416 6121 t 6122 1315 6121 t 567 568 1416 t 1315 567 1416 t 2919 3168 568 t 567 2919 568 t 2919 4635 4755 t 3168 2919 4755 t 10591 6292 6291 t 4755 4635 2192 t 4607 4727 4726 t 10340 10398 10339 t 2405 2529 2404 t 2399 2400 2523 t 9408 11006 11007 t 26058 32322 31902 t 5916 6033 5915 t 3886 4006 4005 t 1644 1750 1749 t 1643 1644 1749 t 1750 1867 1866 t 7544 1752 1645 t 780 889 779 t 2915 3170 3288 t 885 985 884 t 1940 2057 1939 t 774 775 883 t 4009 4128 4127 t 4250 4251 4368 t 3152 3275 3274 t 3767 3766 3649 t 2403 2402 2285 t 1939 2056 2055 t 4983 4984 5103 t 3516 3517 3646 t 450 552 551 t 384 379 6033 t 31956 31884 31900 t 5709 5708 5586 t 5585 5707 5584 t 5233 5347 5232 t 4743 4865 4864 t 5824 5823 5706 t 2412 2411 2294 t 4760 10227 1524 t 13685 4157 13576 t 2295 2294 2178 t 6090 1875 6065 t 5975 6090 6065 t 31859 32159 31984 t 4640 3938 1211 t 12241 140 6329 t 11666 11538 19870 t 32251 32178 32140 t 17906 17986 17905 t 2571 13092 2040 t 206 2589 4297 t 2589 2588 3203 t 4416 2589 3203 t 13519 13629 13628 t 32146 901 32006 t 1273 15320 1355 t 3251 1273 1355 t 20026 20116 20115 t 19674 19764 19763 t 14890 14891 15024 t 494 2585 324 t 20703 11538 11666 t 20300 20394 20393 t 14869 14874 6265 t 2003 14726 14727 t 27211 31951 31971 t 13573 3787 14252 t 1060 1161 1160 t 1059 1060 1160 t 1267 1266 1160 t 1161 1267 1160 t 1371 1370 1266 t 1267 1371 1266 t 1474 1473 1370 t 1371 1474 1370 t 1578 1577 1473 t 1474 1578 1473 t 1679 1678 1577 t 1578 1679 1577 t 1792 1791 1678 t 1679 1792 1678 t 1911 1910 1791 t 1792 1911 1791 t 2028 2027 1910 t 1911 2028 1910 t 2142 2141 2027 t 2028 2142 2027 t 2258 2257 2141 t 2142 2258 2141 t 2374 2373 2257 t 2258 2374 2257 t 2496 2495 2373 t 2374 2496 2373 t 2617 2616 2495 t 2496 2617 2495 t 2743 2742 2616 t 2617 2743 2616 t 2870 2869 2742 t 2743 2870 2742 t 3001 3000 2869 t 2870 3001 2869 t 3001 3121 3120 t 3000 3001 3120 t 3242 3241 3120 t 3121 3242 3120 t 3364 3363 3241 t 3242 3364 3241 t 3489 3488 3363 t 3364 3489 3363 t 3618 3617 3488 t 3489 3618 3488 t 3736 3735 3617 t 3618 3736 3617 t 3858 3857 3735 t 3736 3858 3735 t 3858 3977 3976 t 3857 3858 3976 t 3977 4095 4094 t 3976 3977 4094 t 4219 4218 4094 t 4095 4219 4094 t 4342 4341 4218 t 4219 4342 4218 t 4460 4459 4341 t 4342 4460 4341 t 4460 4581 4580 t 4459 4460 4580 t 4581 4705 4704 t 4580 4581 4704 t 4828 4827 4704 t 4705 4828 4704 t 4951 4950 4827 t 4828 4951 4827 t 5071 5070 4950 t 4951 5071 4950 t 5193 5192 5070 t 5071 5193 5070 t 5311 5310 5192 t 5193 5311 5192 t 5425 5424 5310 t 5311 5425 5310 t 5546 5545 5424 t 5425 5546 5424 t 5665 5664 5545 t 5546 5665 5545 t 5782 5781 5664 t 5665 5782 5664 t 5892 5891 5781 t 5782 5892 5781 t 6124 6007 5891 t 5892 6124 5891 t 6123 6122 6007 t 6124 6123 6007 t 3287 1315 6122 t 6123 3287 6122 t 678 567 1315 t 3287 678 1315 t 2918 2919 567 t 678 2918 567 t 2918 4510 4635 t 2919 2918 4635 t 7301 11597 10322 t 4635 4510 4758 t 4368 4369 4489 t 3889 4009 4008 t 4244 4245 4362 t 12139 12140 12228 t 10612 10689 10611 t 10759 10758 10688 t 12806 12805 12726 t 1749 1750 1866 t 1982 1981 1866 t 7886 7979 7978 t 1606 1709 1708 t 1867 1982 1866 t 1202 1201 1100 t 666 667 777 t 5818 5817 5700 t 4372 4493 4492 t 5461 5460 5340 t 1193 1192 1091 t 3888 3889 4008 t 3650 3767 3649 t 2645 2644 2526 t 2056 2170 2169 t 3280 3402 3279 t 554 553 451 t 4006 4125 4005 t 1706 1820 1819 t 4258 4259 4376 t 2293 2294 2410 t 1408 1407 1306 t 14103 14229 6602 t 5585 5584 5466 t 5470 5588 5587 t 1523 1524 2804 t 5467 5585 5466 t 2078 4760 4883 t 4492 4493 4616 t 32350 32170 31907 t 6090 5975 6796 t 12 4640 1211 t 1875 12 1211 t 10803 2104 12684 t 3128 6068 3249 t 10875 10803 12684 t 8935 8835 8836 t 32142 17391 18626 t 4529 13966 13962 t 2184 8115 14454 t 2589 13966 4529 t 905 1532 13962 t 2588 2589 4529 t 3183 3426 1311 t 491 13571 13462 t 15320 15205 15204 t 1355 15320 15204 t 12907 17859 10715 t 20881 13630 9596 t 15025 15163 15162 t 12910 1323 2711 t 29387 29492 29491 t 13301 18666 17846 t 6265 2003 14727 t 14726 5847 5383 t 5743 32275 17035 t 13400 13573 14252 t 11677 32342 22222 t 10874 32262 32218 t 1268 1267 1161 t 1162 1268 1161 t 1372 1371 1267 t 1268 1372 1267 t 1475 1474 1371 t 1372 1475 1371 t 1579 1578 1474 t 1475 1579 1474 t 1680 1679 1578 t 1579 1680 1578 t 1793 1792 1679 t 1680 1793 1679 t 1912 1911 1792 t 1793 1912 1792 t 2029 2028 1911 t 1912 2029 1911 t 2143 2142 2028 t 2029 2143 2028 t 2259 2258 2142 t 2143 2259 2142 t 2259 2374 2258 t 2497 2496 2374 t 2259 2497 2374 t 2618 2617 2496 t 2497 2618 2496 t 2744 2743 2617 t 2618 2744 2617 t 2871 2870 2743 t 2744 2871 2743 t 3002 3001 2870 t 2871 3002 2870 t 3122 3121 3001 t 3002 3122 3001 t 3243 3242 3121 t 3122 3243 3121 t 3365 3364 3242 t 3243 3365 3242 t 3490 3489 3364 t 3365 3490 3364 t 3619 3618 3489 t 3490 3619 3489 t 3619 3737 3736 t 3618 3619 3736 t 3737 3859 3858 t 3736 3737 3858 t 3859 3978 3977 t 3858 3859 3977 t 3978 4096 4095 t 3977 3978 4095 t 4220 4219 4095 t 4096 4220 4095 t 4343 4342 4219 t 4220 4343 4219 t 4461 4460 4342 t 4343 4461 4342 t 4461 4582 4581 t 4460 4461 4581 t 4582 4706 4705 t 4581 4582 4705 t 4829 4828 4705 t 4706 4829 4705 t 4952 4951 4828 t 4829 4952 4828 t 5072 5071 4951 t 4952 5072 4951 t 5194 5193 5071 t 5072 5194 5071 t 5312 5311 5193 t 5194 5312 5193 t 5426 5425 5311 t 5312 5426 5311 t 5426 5546 5425 t 5666 5665 5546 t 5426 5666 5546 t 5783 5782 5665 t 5666 5783 5665 t 5893 5892 5782 t 5783 5893 5782 t 6008 6124 5892 t 5893 6008 5892 t 6124 3287 6123 t 1411 678 3287 t 3048 2918 678 t 1411 3048 678 t 32091 21359 32127 t 2918 3048 4510 t 11636 11717 11635 t 2214 2213 2097 t 1319 6959 2693 t 31981 32028 32120 t 8677 7678 11158 t 12179 11398 11158 t 10799 10860 10516 t 1216 10734 11849 t 5586 5585 5467 t 8374 8375 8481 t 2094 2093 1981 t 1982 2094 1981 t 3426 1312 1311 t 5468 5467 5347 t 8954 31861 10200 t 1092 1193 1091 t 462 564 461 t 3520 3650 3519 t 3767 3889 3888 t 18060 18059 17985 t 11261 11995 10099 t 4247 4365 4364 t 4862 4863 4986 t 1501 1502 1602 t 2282 2283 2399 t 4367 4368 4488 t 2400 2524 2523 t 12257 12340 11404 t 1308 1409 1307 t 25421 25420 25318 t 5707 5706 5584 t 5467 5466 5346 t 13599 19882 9392 t 4365 4486 4485 t 31824 32150 31907 t 2304 2185 1961 t 5220 3921 4640 t 12 5220 4640 t 3249 1221 109 t 4640 3921 34 t 10246 10290 10289 t 1935 1936 2052 t 364 13023 2939 t 2881 364 2939 t 15196 500 499 t 15331 15196 15197 t 14162 491 4714 t 14284 14162 4714 t 4714 491 13462 t 22398 13660 22400 t 15205 15197 15198 t 15204 15205 15198 t 14077 13605 14709 t 4031 10101 6691 t 323 494 324 t 14490 13808 13247 t 20678 20773 20772 t 13482 13828 13827 t 14727 14726 5383 t 5847 1026 2564 t 10245 10246 10289 t 3178 2301 4045 t 14799 14802 5021 t 1269 1268 1162 t 19010 32247 19182 t 1373 1372 1268 t 1269 1373 1268 t 1476 1475 1372 t 1373 1476 1372 t 1580 1579 1475 t 1476 1580 1475 t 1681 1680 1579 t 1580 1681 1579 t 1794 1793 1680 t 1681 1794 1680 t 1913 1912 1793 t 1794 1913 1793 t 2030 2029 1912 t 1913 2030 1912 t 2144 2143 2029 t 2030 2144 2029 t 2260 2259 2143 t 2144 2260 2143 t 2260 2375 2259 t 2498 2497 2259 t 2375 2498 2259 t 2619 2618 2497 t 2498 2619 2497 t 2745 2744 2618 t 2619 2745 2618 t 2872 2871 2744 t 2745 2872 2744 t 3123 3002 2871 t 2872 3123 2871 t 3123 3122 3002 t 3123 3244 3243 t 3122 3123 3243 t 3244 3366 3365 t 3243 3244 3365 t 3366 3491 3490 t 3365 3366 3490 t 3491 3620 3619 t 3490 3491 3619 t 3620 3738 3737 t 3619 3620 3737 t 3738 3860 3859 t 3737 3738 3859 t 3860 3979 3978 t 3859 3860 3978 t 3979 4097 4096 t 3978 3979 4096 t 4221 4220 4096 t 4097 4221 4096 t 4344 4343 4220 t 4221 4344 4220 t 4462 4461 4343 t 4344 4462 4343 t 4462 4583 4582 t 4461 4462 4582 t 4583 4707 4706 t 4582 4583 4706 t 4830 4829 4706 t 4707 4830 4706 t 4830 4953 4952 t 4829 4830 4952 t 4953 5073 5072 t 4952 4953 5072 t 5195 5194 5072 t 5073 5195 5072 t 5427 5426 5312 t 5194 5427 5312 t 5667 5666 5426 t 5784 5783 5666 t 5667 5784 5666 t 5894 5893 5783 t 5784 5894 5783 t 5894 6009 6008 t 5893 5894 6008 t 6009 6124 6008 t 3286 3287 6124 t 1418 1411 3287 t 3286 1418 3287 t 2917 3048 1411 t 1418 2917 1411 t 2926 1138 14152 t 8839 7944 14514 t 8526 3798 2693 t 8160 11099 9991 t 11440 11441 11526 t 8419 8852 8956 t 2570 12270 1632 t 11449 11450 11534 t 10659 10799 10941 t 5468 5586 5467 t 11827 9872 2821 t 23355 19061 21266 t 2327 2326 2210 t 2093 2327 2210 t 340 6486 341 t 5348 5468 5347 t 1014 1013 912 t 5239 5240 5353 t 1847 904 1846 t 673 672 563 t 360 462 359 t 2903 3031 2902 t 3766 3767 3888 t 1847 1846 1722 t 1503 1604 1603 t 9497 6091 9843 t 572 680 3288 t 3882 4002 3881 t 3170 2429 3293 t 4002 4121 4120 t 4489 4613 4612 t 3649 3765 3764 t 3794 1855 1413 t 2644 2643 2525 t 5347 5467 5346 t 5347 5346 5232 t 11675 11258 11590 t 2793 5357 5244 t 351 452 451 t 3515 3514 3390 t 7008 5220 12 t 12001 12085 7173 t 4516 1221 6068 t 3921 4516 6068 t 23236 23355 21266 t 12258 11402 32234 t 19061 22212 22258 t 15205 15331 15197 t 14863 15331 15205 t 2347 499 14409 t 14409 14284 3444 t 15197 499 2347 t 14284 4714 3444 t 15198 15197 2347 t 499 14284 14409 t 19587 9200 19588 t 3207 13981 13863 t 1165 5145 1061 t 18666 20973 17846 t 20029 20028 19939 t 5383 5847 2564 t 1026 25 3322 t 190 3178 4045 t 4175 3691 5001 t 16453 1163 1162 t 13754 13867 13866 t 1374 1373 1269 t 1270 1374 1269 t 1477 1476 1373 t 1374 1477 1373 t 1581 1580 1476 t 1477 1581 1476 t 1682 1681 1580 t 1581 1682 1580 t 1795 1794 1681 t 1682 1795 1681 t 1914 1913 1794 t 1795 1914 1794 t 2031 2030 1913 t 1914 2031 1913 t 2145 2144 2030 t 2031 2145 2030 t 2261 2260 2144 t 2145 2261 2144 t 2376 2375 2260 t 2261 2376 2260 t 2499 2498 2375 t 2376 2499 2375 t 2620 2619 2498 t 2499 2620 2498 t 2620 2746 2745 t 2619 2620 2745 t 2746 2873 2872 t 2745 2746 2872 t 3003 3123 2872 t 2873 3003 2872 t 24759 19168 32276 t 4720 13050 13080 t 32010 31892 31943 t 14829 14828 14696 t 27722 23747 6163 t 3366 3367 3491 t 3244 3245 3366 t 14889 15023 14888 t 3367 16622 3491 t 16622 3621 3620 t 31971 32140 32215 t 1923 2750 5267 t 3621 3739 3738 t 3739 3861 3860 t 4303 17039 16460 t 4098 4097 3979 t 3980 4098 3979 t 4098 4222 4221 t 4097 4098 4221 t 4222 4345 4344 t 4221 4222 4344 t 4345 4463 4462 t 4344 4345 4462 t 4463 4584 4583 t 4462 4463 4583 t 4584 4708 4707 t 4583 4584 4707 t 4708 4831 4830 t 4707 4708 4830 t 4831 4954 4953 t 4830 4831 4953 t 4954 5074 5073 t 4953 4954 5073 t 5074 5196 5195 t 5073 5074 5195 t 5313 5194 5195 t 5196 5313 5195 t 5428 5427 5194 t 5313 5428 5194 t 5547 5426 5427 t 5428 5547 5427 t 5668 5667 5426 t 5547 5668 5426 t 5785 5784 5667 t 5668 5785 5667 t 5895 5894 5784 t 5785 5895 5784 t 6010 6009 5894 t 5895 6010 5894 t 6125 6124 6009 t 6010 6125 6009 t 3163 3286 6124 t 6125 3163 6124 t 3308 1418 3286 t 3163 3308 3286 t 2916 2917 1418 t 3308 2916 1418 t 2195 2197 6970 t 1875 1211 1421 t 17986 18060 17985 t 1218 2690 2693 t 10901 10977 10900 t 2955 7686 6963 t 4032 1219 3295 t 14597 10808 14725 t 11534 11535 11620 t 11535 11621 11620 t 20959 20960 4981 t 25466 26084 4971 t 25897 26019 26018 t 7298 466 999 t 3244 3123 17686 t 3517 3647 3646 t 999 1321 7298 t 5712 5713 5832 t 1600 1703 1599 t 3151 3152 3274 t 784 783 672 t 2773 2902 2772 t 3031 3152 3151 t 10345 10344 10287 t 2773 2772 2646 t 11119 11196 11118 t 1716 1611 1968 t 4485 4609 4608 t 5570 5691 5569 t 1717 1718 4879 t 3395 3518 3394 t 4610 4730 4609 t 1985 1986 2097 t 5709 5826 5708 t 3884 3885 4004 t 4864 4865 4988 t 5933 5932 5825 t 4989 5109 4988 t 5109 5108 4988 t 5109 5233 5108 t 5233 5232 5108 t 32349 31914 31972 t 8333 4516 9161 t 31859 31984 32040 t 1221 1878 109 t 21266 19061 22258 t 13107 13106 10429 t 18992 5334 18991 t 17298 17686 3123 t 15320 14863 15205 t 1272 14863 15320 t 3657 3560 15070 t 13335 13336 7083 t 18057 18138 18056 t 638 16060 527 t 15893 426 15978 t 13630 20974 9596 t 749 638 639 t 2711 3207 13863 t 15024 15025 15162 t 10058 10883 10378 t 2564 1026 3322 t 25 14129 15327 t 18060 18140 18059 t 3691 3199 5269 t 15275 14598 712 t 13753 13754 13866 t 3813 3691 5269 t 1270 1271 1374 t 29930 30028 29929 t 1478 1477 1374 t 1375 1478 1374 t 1582 1581 1477 t 1478 1582 1477 t 1683 1682 1581 t 1582 1683 1581 t 1796 1795 1682 t 1683 1796 1682 t 1915 1914 1795 t 1796 1915 1795 t 2032 2031 1914 t 1915 2032 1914 t 2032 2146 2145 t 2031 2032 2145 t 2146 2262 2261 t 2145 2146 2261 t 2262 2377 2376 t 2261 2262 2376 t 2377 2500 2499 t 2376 2377 2499 t 2500 2621 2620 t 2499 2500 2620 t 2621 2747 2746 t 2620 2621 2746 t 2747 2874 2873 t 2746 2747 2873 t 12190 7767 12104 t 10381 12852 12851 t 3004 74 3818 t 14534 13683 2267 t 14655 14534 2267 t 14957 14956 14828 t 14697 14829 14696 t 6743 6843 810 t 14984 14983 11262 t 14784 13090 1379 t 14736 14784 1379 t 32191 32112 32296 t 5268 1923 5267 t 4659 3310 4660 t 15091 15227 15090 t 15227 15226 15090 t 4474 17103 4353 t 20870 20958 20957 t 4223 4222 4098 t 16110 17599 17462 t 4346 4345 4222 t 4223 4346 4222 t 4346 4464 4463 t 4345 4346 4463 t 4464 4585 4584 t 4463 4464 4584 t 4585 4709 4708 t 4584 4585 4708 t 4709 4832 4831 t 4708 4709 4831 t 4832 4955 4954 t 4831 4832 4954 t 4955 5075 5074 t 4954 4955 5074 t 5197 5196 5074 t 5075 5197 5074 t 5314 5313 5196 t 5197 5314 5196 t 5429 5428 5313 t 5314 5429 5313 t 5548 5547 5428 t 5429 5548 5428 t 5669 5668 5547 t 5548 5669 5547 t 5786 5785 5668 t 5669 5786 5668 t 5896 5895 5785 t 5786 5896 5785 t 6011 6010 5895 t 5896 6011 5895 t 6126 6125 6010 t 6011 6126 6010 t 3043 3163 6125 t 6126 3043 6125 t 6059 3308 3163 t 3043 6059 3163 t 6059 2782 2916 t 3308 6059 2916 t 2569 8943 9310 t 3542 3666 14292 t 18220 18219 18140 t 11361 11360 11280 t 11281 11361 11280 t 28353 10244 28354 t 1427 4032 3295 t 21 2804 8984 t 17618 27566 27522 t 10931 10952 10879 t 10240 4978 897 t 7463 12200 12255 t 350 450 449 t 2909 2910 3037 t 1817 1816 1702 t 1703 1817 1702 t 12388 12473 12387 t 2291 2408 2290 t 6033 379 6032 t 3275 3397 3274 t 15245 15113 14976 t 4487 4488 4611 t 10459 10458 10393 t 5691 5808 5807 t 661 662 771 t 4125 4124 4005 t 5000 1717 4879 t 2540 4636 3170 t 23956 16858 23853 t 2215 2332 2331 t 4371 4372 4492 t 4872 5116 5115 t 4995 4872 5115 t 6055 1873 1771 t 6054 6055 1771 t 6053 5938 6054 t 3514 3515 3644 t 3391 3390 3268 t 3515 3645 3644 t 26706 31997 32340 t 4033 290 15142 t 15142 3896 4033 t 24265 24264 24162 t 8340 9736 12806 t 10764 24686 10835 t 13107 11014 13027 t 2939 13023 15192 t 12199 32287 31905 t 9045 14781 9151 t 31974 32315 32276 t 31948 31934 32041 t 32319 31952 31860 t 528 527 427 t 428 528 427 t 639 638 527 t 528 639 527 t 15366 3865 15365 t 858 16217 749 t 19713 8625 19708 t 18826 18827 17716 t 3322 25 15327 t 14129 14537 14536 t 32129 32207 32017 t 14241 14367 14240 t 15005 13881 14903 t 3199 3178 190 t 5269 3199 190 t 13867 13987 13986 t 13866 13867 13986 t 1376 1375 16626 t 1375 1374 1271 t 1376 1479 1478 t 1478 1479 1582 t 1583 1684 1683 t 1582 1583 1683 t 1684 1797 1796 t 1683 1684 1796 t 1797 1916 1915 t 1796 1797 1915 t 1916 2033 2032 t 1915 1916 2032 t 2033 2147 2146 t 2032 2033 2146 t 2147 2263 2262 t 2146 2147 2262 t 2263 2378 2377 t 2262 2263 2377 t 2378 2501 2500 t 2377 2378 2500 t 2500 2501 2621 t 17355 17450 2264 t 2621 2622 2747 t 1314 3445 13069 t 31912 32095 32245 t 51 928 18048 t 14574 14697 14573 t 426 15893 427 t 2508 3004 3818 t 13354 14760 14747 t 13347 13354 14747 t 4658 3669 4659 t 14829 14957 14828 t 19786 13949 19784 t 15294 15295 137 t 4912 3004 2508 t 5268 5267 1627 t 3310 5268 1627 t 15357 15356 15226 t 15227 15357 15226 t 17028 32003 31858 t 13949 8310 19784 t 13090 14100 6375 t 1379 13090 6375 t 31997 26454 31872 t 14041 4299 4536 t 4347 4465 4464 t 4346 4347 4464 t 4465 4586 4585 t 4464 4465 4585 t 4586 4710 4709 t 4585 4586 4709 t 4710 4833 4832 t 4709 4710 4832 t 4833 4956 4955 t 4832 4833 4955 t 5076 5075 4955 t 4956 5076 4955 t 5198 5197 5075 t 5076 5198 5075 t 5315 5314 5197 t 5198 5315 5197 t 5430 5429 5314 t 5315 5430 5314 t 5549 5548 5429 t 5430 5549 5429 t 5670 5669 5548 t 5549 5670 5548 t 5787 5786 5669 t 5670 5787 5669 t 5897 5896 5786 t 5787 5897 5786 t 6012 6011 5896 t 5897 6012 5896 t 6127 6126 6011 t 6012 6127 6011 t 3042 3043 6126 t 6127 3042 6126 t 252 6059 3043 t 3042 252 3043 t 3412 2782 6059 t 252 3412 6059 t 14288 3666 3297 t 3412 3666 2782 t 18060 18220 18140 t 11801 11885 11800 t 11361 11448 11447 t 10977 11050 10976 t 10860 10931 10879 t 10398 10464 10397 t 23263 10620 21253 t 21248 22175 22193 t 21480 21481 21476 t 22595 21278 22737 t 616 617 727 t 3148 3270 3147 t 2910 3038 3037 t 5116 5240 5239 t 5240 5354 5353 t 6312 265 264 t 1300 1299 1193 t 1194 1193 1092 t 5833 5939 5938 t 3397 3396 3274 t 3397 3520 3396 t 1603 1604 1706 t 4612 4732 4731 t 2053 2168 2167 t 1398 1502 1501 t 4886 27312 5851 t 31928 26187 26011 t 1006 2938 1005 t 1709 1824 1823 t 4501 4625 4624 t 1195 1194 1093 t 893 993 892 t 1507 1506 1402 t 5695 5694 7634 t 983 984 1090 t 2416 2415 2069 t 11325 11083 11577 t 7045 7146 1232 t 32174 32201 32094 t 22879 10982 22738 t 12103 3671 12190 t 7666 10572 9710 t 554 664 663 t 680 2915 3288 t 1436 7438 1435 t 4003 4122 4121 t 5571 5572 5692 t 13744 5152 815 t 14901 14921 938 t 429 428 328 t 327 328 428 t 529 528 428 t 429 529 428 t 640 639 528 t 529 640 528 t 750 749 639 t 640 750 639 t 31869 32168 31966 t 750 858 749 t 15327 14129 14536 t 14500 14623 14499 t 14500 14499 14366 t 4175 5001 1919 t 1688 4175 1919 t 13986 13987 14115 t 13987 14116 14115 t 5328 14001 4908 t 13637 13638 13753 t 1919 5001 1918 t 5001 4051 1918 t 16798 1584 1583 t 16798 1583 1479 t 338 32030 10201 t 1684 1685 1797 t 16975 1798 1685 t 1797 1798 1916 t 1798 1917 1916 t 1916 1917 2033 t 31906 31986 31989 t 31876 32347 32186 t 32237 32291 13021 t 2147 2148 2263 t 17354 2264 2148 t 2263 2264 2378 t 5138 14932 4296 t 17354 17355 2264 t 32361 31993 4853 t 15335 15333 14543 t 14545 1898 15326 t 13069 4648 334 t 4648 1327 334 t 6689 6604 11900 t 10984 11926 7879 t 18300 18299 18219 t 13541 15006 15002 t 14747 14760 600 t 14760 2581 600 t 4658 4659 1382 t 1486 4658 1382 t 19939 19938 19846 t 15650 16193 16367 t 4536 13220 13197 t 2111 1999 3799 t 5378 13089 3426 t 2129 14544 2699 t 3310 1627 4660 t 4106 4105 15356 t 15357 4106 15356 t 20621 19099 13846 t 1636 7729 7633 t 14366 14499 14365 t 14622 14621 14498 t 8727 8728 8834 t 13209 13315 13208 t 26454 32311 31872 t 2750 13920 3571 t 4587 4586 4465 t 4466 4587 4465 t 4587 4711 4710 t 4586 4587 4710 t 4711 4834 4833 t 4710 4711 4833 t 4834 4957 4956 t 4833 4834 4956 t 4957 5077 5076 t 4956 4957 5076 t 5199 5198 5076 t 5077 5199 5076 t 5316 5315 5198 t 5199 5316 5198 t 5431 5430 5315 t 5316 5431 5315 t 5550 5549 5430 t 5431 5550 5430 t 5671 5670 5549 t 5550 5671 5549 t 5788 5787 5670 t 5671 5788 5670 t 5898 5897 5787 t 5788 5898 5787 t 6013 6012 5897 t 5898 6013 5897 t 6128 6127 6012 t 6013 6128 6012 t 2914 3042 6127 t 6128 2914 6127 t 2914 1129 252 t 3042 2914 252 t 3291 3412 252 t 1129 3291 252 t 3297 3666 3412 t 3291 3297 3412 t 11885 11971 11970 t 31878 31895 32321 t 18220 18300 18219 t 18374 18373 18299 t 10879 10952 10310 t 31856 13021 32166 t 11827 5721 9872 t 1512 7695 7694 t 23550 23496 21230 t 21939 22879 22738 t 1121 1122 1225 t 3522 3652 3521 t 5240 5117 5241 t 1620 1521 14871 t 5475 1957 5480 t 557 558 666 t 2912 2543 3041 t 3534 3535 570 t 3030 3031 3151 t 3520 3519 3396 t 5924 5925 6041 t 2775 2904 2774 t 6042 833 817 t 2904 2903 2774 t 2283 2400 2399 t 1195 1301 1194 t 3884 4004 4003 t 2168 2169 2284 t 25896 25897 26018 t 5690 5691 5807 t 4990 4991 5110 t 5111 5235 5234 t 32246 31955 32151 t 4255 4256 4373 t 4125 4126 4248 t 3151 3274 3273 t 3029 3030 3150 t 2792 5244 5120 t 2213 2214 2330 t 18649 18574 23250 t 5003 2790 2923 t 25641 27725 26203 t 31945 32136 11016 t 709 3315 595 t 4128 4129 4251 t 5714 5715 5834 t 915 916 1016 t 1122 1226 1225 t 5115 5116 5239 t 1017 1122 1121 t 4589 14930 12876 t 1661 1272 1273 t 329 15816 15817 t 18300 18374 18299 t 530 529 429 t 430 530 429 t 641 640 529 t 530 641 529 t 751 750 640 t 641 751 640 t 859 858 750 t 751 859 750 t 960 16377 858 t 859 960 858 t 7080 798 687 t 15818 330 329 t 14367 14500 14366 t 14623 14622 14499 t 3691 3813 5001 t 3982 3983 15360 t 13136 15005 14903 t 14116 14241 14240 t 12888 14130 14025 t 13881 15005 13008 t 5001 3813 4051 t 3813 3934 4051 t 26529 26528 26402 t 1111 10851 7189 t 8760 11030 3309 t 26151 26150 26018 t 12174 19964 20244 t 27646 27647 27207 t 32197 32024 31815 t 13684 13685 13576 t 13560 1359 14992 t 2225 13439 13438 t 3929 4141 2106 t 2153 2040 501 t 19843 19935 19934 t 13823 13480 13372 t 18909 18822 18823 t 13147 14344 13562 t 2582 15060 15059 t 2581 4896 2188 t 12981 14992 1325 t 13438 13360 13354 t 1327 3929 3808 t 19434 18621 19439 t 12409 4035 17974 t 1880 822 3774 t 12614 12256 11998 t 15335 14543 14544 t 2581 2188 1897 t 3985 4106 15357 t 15008 18404 15009 t 19672 19673 19762 t 15160 15161 15294 t 4850 4851 14357 t 2753 5378 3426 t 14655 2267 13738 t 4106 1382 4105 t 923 4759 128 t 18449 18448 18373 t 14499 14622 14498 t 13152 13456 13346 t 5267 2750 3571 t 2750 1758 2082 t 15921 4466 17285 t 1627 5267 2221 t 4712 4711 4587 t 4712 4835 4834 t 4711 4712 4834 t 4835 4958 4957 t 4834 4835 4957 t 5078 5077 4957 t 4958 5078 4957 t 5200 5199 5077 t 5078 5200 5077 t 5317 5316 5199 t 5200 5317 5199 t 5432 5431 5316 t 5317 5432 5316 t 5551 5550 5431 t 5432 5551 5431 t 5672 5671 5550 t 5551 5672 5550 t 5789 5788 5671 t 5672 5789 5671 t 5899 5898 5788 t 5789 5899 5788 t 6014 6013 5898 t 5899 6014 5898 t 6 6128 6013 t 6014 6 6013 t 367 2914 6128 t 6 367 6128 t 253 1129 2914 t 367 253 2914 t 3049 3291 1129 t 253 3049 1129 t 3174 3297 3291 t 3049 3174 3291 t 2191 5593 3297 t 3174 2191 3297 t 11884 11885 11970 t 7191 7002 3804 t 11698 11782 11781 t 19890 18087 10506 t 12435 8940 6880 t 5334 19890 10506 t 5823 5930 5929 t 12426 12427 12199 t 1226 1332 1225 t 807 808 915 t 2907 2906 2777 t 5821 5820 5704 t 6055 6056 1873 t 4608 4609 4728 t 10345 10403 10344 t 3650 3649 3519 t 11177 1166 2313 t 4970 4519 12338 t 1404 1403 1302 t 1301 1402 1300 t 1402 1401 1300 t 5926 5925 5817 t 5244 1611 1716 t 18374 18449 18373 t 6050 6049 5933 t 565 674 564 t 565 564 462 t 2291 2290 2174 t 31996 32069 32198 t 1820 1821 1939 t 4249 4367 4366 t 5465 5464 5344 t 1101 1202 1100 t 5345 5465 5344 t 2778 2779 2907 t 2908 3036 3035 t 291 595 4894 t 8116 6861 5929 t 710 14738 709 t 4894 595 3315 t 1507 1607 1506 t 1302 1403 1301 t 1958 1959 5250 t 1016 1017 1121 t 699 808 807 t 13413 14165 5381 t 5703 5820 5702 t 204 15709 15906 t 430 330 431 t 531 530 430 t 431 531 430 t 642 641 530 t 531 642 530 t 752 751 641 t 642 752 641 t 860 859 751 t 752 860 751 t 860 961 960 t 859 860 960 t 1067 1066 960 t 961 1067 960 t 14753 14889 14622 t 1688 1919 3983 t 15361 3982 15360 t 14115 14116 14240 t 15005 13007 13008 t 14746 2348 14400 t 14762 4277 13972 t 3934 3813 3323 t 3813 5269 3323 t 3983 3984 15359 t 15360 3983 15359 t 19766 19765 19676 t 26574 24569 25415 t 14626 14757 14756 t 20028 20027 19938 t 14798 2582 15059 t 435 687 686 t 14761 14766 4896 t 13439 13368 13360 t 2106 2225 13438 t 22212 22707 22706 t 19759 19843 19842 t 18850 21012 7879 t 13576 3792 3680 t 4908 13147 13562 t 14992 15333 15335 t 2188 12981 1325 t 334 1327 3808 t 3929 2106 490 t 19758 19759 19842 t 21012 20923 7879 t 20720 19688 20705 t 595 291 6069 t 15326 14534 14655 t 2129 15335 14544 t 15092 15091 14956 t 14957 15092 14956 t 6329 12952 4185 t 19330 19329 6540 t 15161 15160 15022 t 15023 15161 15022 t 13089 14655 3426 t 2267 465 13738 t 601 600 1897 t 4659 4660 1382 t 18619 13805 16823 t 6641 6268 5856 t 41 930 2111 t 12896 12895 12879 t 3682 14923 1010 t 13920 2750 2082 t 1758 292 6073 t 4660 1627 4661 t 20777 20778 20869 t 12327 17803 13557 t 32236 31966 32024 t 4588 4712 4587 t 31894 31935 32191 t 22514 22513 32084 t 5079 5078 4958 t 4959 5079 4958 t 5201 5200 5078 t 5079 5201 5078 t 5318 5317 5200 t 5201 5318 5200 t 5433 5432 5317 t 5318 5433 5317 t 5552 5551 5432 t 5433 5552 5432 t 5673 5672 5551 t 5552 5673 5551 t 5790 5789 5672 t 5673 5790 5672 t 6015 6014 5899 t 5789 6015 5899 t 7 6 6014 t 6015 7 6014 t 469 367 6 t 7 469 6 t 3409 253 367 t 469 3409 367 t 3169 3049 253 t 3409 3169 253 t 2072 3174 3049 t 3169 2072 3049 t 2072 2191 3174 t 31823 31927 32067 t 32163 24789 32348 t 11697 11698 11781 t 12758 6604 3430 t 12441 12431 11857 t 11858 12435 997 t 18524 18523 18448 t 18449 18524 18448 t 3785 3664 2307 t 2543 2542 3041 t 916 1017 1016 t 30198 698 697 t 5580 5581 5702 t 5581 5703 5702 t 1508 1608 1507 t 2408 2407 2290 t 9691 9692 9812 t 555 556 665 t 3276 3275 3152 t 4253 4371 4370 t 1197 1303 1196 t 1303 1404 1302 t 5455 5573 5572 t 5572 5573 5693 t 23909 26011 26142 t 5454 5455 5572 t 5247 2070 6655 t 262 357 356 t 18524 18603 18602 t 358 460 459 t 2185 2544 2078 t 4611 4731 4730 t 2057 2056 1939 t 1101 1100 993 t 12271 11867 4769 t 2647 2646 2528 t 11444 11445 11530 t 31917 24012 10569 t 8768 9645 291 t 32236 31869 31966 t 595 3804 709 t 3534 2912 3041 t 5808 5809 5916 t 985 984 884 t 27531 27530 27405 t 4728 4852 4727 t 5463 5581 5462 t 432 431 331 t 532 531 431 t 432 532 431 t 643 642 531 t 532 643 531 t 753 752 642 t 643 753 642 t 861 860 752 t 753 861 752 t 962 961 860 t 861 962 860 t 1068 1067 961 t 962 1068 961 t 5210 5086 16931 t 1067 1068 1169 t 14367 14366 14240 t 3982 1688 3983 t 3442 15140 3088 t 2701 13355 12890 t 9862 9088 3082 t 3323 5269 190 t 20682 20777 20681 t 1919 1918 3984 t 14217 8221 1775 t 19677 19766 19676 t 7073 10493 13202 t 13415 13526 13525 t 14535 393 13684 t 13211 13317 13210 t 1918 4051 1588 t 4896 13560 12981 t 18053 18835 18834 t 15359 3984 15358 t 3124 13435 5502 t 13480 13713 13826 t 1325 14992 15335 t 27950 27895 10256 t 3808 3929 490 t 15333 14545 14543 t 18823 18822 18740 t 2106 13438 13398 t 44 1531 4 t 23081 14447 23082 t 14543 15326 13089 t 32125 31956 31900 t 13089 15326 14655 t 20024 20025 20114 t 15092 15227 15091 t 15317 15185 8835 t 18766 18923 15262 t 31829 32268 31979 t 15161 15295 15294 t 13422 13421 13314 t 12848 12837 13544 t 388 13397 13375 t 1923 1534 1758 t 6329 4185 18462 t 20025 20115 20114 t 14254 13156 12974 t 13035 13116 13034 t 2313 11509 11177 t 19889 11957 14069 t 2082 1758 6073 t 5267 3571 2221 t 1382 4660 2034 t 11564 11624 11650 t 31949 32207 32240 t 14499 14498 14365 t 12977 14093 13862 t 13745 13628 13629 t 4960 5080 5079 t 4959 4960 5079 t 5202 5201 5079 t 5080 5202 5079 t 5319 5318 5201 t 5202 5319 5201 t 5434 5433 5318 t 5319 5434 5318 t 5434 5552 5433 t 5674 5673 5552 t 5434 5674 5552 t 5791 5790 5673 t 5674 5791 5673 t 5900 5789 5790 t 5791 5900 5790 t 6016 6015 5789 t 5900 6016 5789 t 27 7 6015 t 6016 27 6015 t 1113 469 7 t 27 1113 7 t 3407 3409 469 t 1113 3407 469 t 3292 3169 3409 t 3407 3292 3409 t 4275 2072 3169 t 3292 4275 3169 t 2190 2191 2072 t 4275 2190 2072 t 10320 30190 30191 t 2190 1613 2191 t 11617 11698 11697 t 32158 31922 31892 t 12054 12140 12139 t 11912 8680 12441 t 12431 11858 11857 t 3812 73 5012 t 11590 10586 10428 t 7576 247 1635 t 16909 31603 30784 t 808 916 915 t 1635 3303 9402 t 5581 5580 5462 t 2180 2296 2179 t 6050 1659 6049 t 1658 1659 159 t 2531 2530 2406 t 3276 3398 3275 t 3398 3397 3275 t 12203 12286 8786 t 5107 5231 5106 t 5482 7294 4285 t 1409 1512 1408 t 6143 11150 22718 t 31848 32228 32059 t 3161 2416 2419 t 2419 2416 2069 t 3533 3161 2419 t 2290 2407 2289 t 1943 2061 2060 t 3027 3028 3148 t 4610 4611 4730 t 5817 5816 5699 t 3153 3276 3152 t 2288 2405 2287 t 12560 12561 12644 t 5349 5350 5469 t 2531 2649 2530 t 1608 1607 1507 t 771 880 879 t 32043 31908 32060 t 32364 31897 32308 t 18523 18524 18602 t 1829 1947 1828 t 552 553 662 t 1818 1819 1937 t 27091 27092 17712 t 1959 5125 5250 t 2413 2412 2295 t 333 433 432 t 6577 332 331 t 533 532 432 t 433 533 432 t 644 643 532 t 533 644 532 t 644 754 753 t 643 644 753 t 754 862 861 t 753 754 861 t 963 962 861 t 862 963 861 t 1069 1068 962 t 963 1069 962 t 1171 1172 16636 t 1068 1069 1170 t 12884 12883 12869 t 18603 18675 18674 t 190 4045 4141 t 5138 13435 14932 t 15094 15359 15093 t 10641 11563 19265 t 15094 15360 15359 t 19964 3432 20244 t 20869 20868 20776 t 12288 14530 14398 t 21356 22091 5962 t 19104 16767 16550 t 31966 32168 32170 t 1918 1588 3986 t 13438 13439 13360 t 3934 4048 4051 t 18602 18603 18674 t 4537 4536 13197 t 3671 12103 12102 t 13684 13576 13577 t 4041 3928 828 t 1486 1588 4658 t 4896 12981 2188 t 14194 13823 13372 t 490 2106 13398 t 12952 18766 15262 t 600 2581 1897 t 32008 32118 31946 t 3985 15357 15227 t 14544 14543 13089 t 20043 20225 17958 t 13143 3809 14232 t 26019 26151 26018 t 2267 13683 465 t 11695 11696 11779 t 13045 13066 14280 t 13134 13235 5386 t 2750 1923 1758 t 5613 388 292 t 1534 5613 292 t 1758 1534 292 t 14828 14956 14827 t 18457 18532 18531 t 19763 19847 19762 t 18675 18756 18755 t 22394 22513 31977 t 710 6804 14738 t 6073 292 196 t 292 13375 13226 t 1627 2221 4661 t 4105 1382 3989 t 27024 27330 6164 t 18743 18825 18742 t 14505 14506 14627 t 14240 14366 14365 t 3180 6698 15206 t 6656 15137 6592 t 4961 5081 5080 t 26279 26278 26150 t 5203 5202 5080 t 5081 5203 5080 t 5320 5319 5202 t 5203 5320 5202 t 5435 5434 5319 t 5320 5435 5319 t 5435 5553 5434 t 5675 5674 5434 t 5553 5675 5434 t 5675 5791 5674 t 6017 6016 5900 t 5791 6017 5900 t 37 27 6016 t 6017 37 6016 t 37 1113 27 t 3406 3407 1113 t 3413 3292 3407 t 3406 3413 3407 t 4391 4275 3292 t 3413 4391 3292 t 2076 2190 4275 t 4391 2076 4275 t 1614 1613 2190 t 2076 1614 2190 t 1621 2384 1622 t 1614 1622 1613 t 12053 12054 12139 t 8680 12431 12441 t 18674 18675 18755 t 20600 20601 20048 t 22389 10216 901 t 8048 3303 247 t 13016 7204 13015 t 2650 2649 2531 t 1659 1658 6049 t 4124 4125 4247 t 1849 3682 1848 t 3159 3282 3281 t 3534 4394 2912 t 1104 5722 3665 t 8449 5262 1760 t 4636 4756 1720 t 3410 2913 5603 t 3904 3903 3783 t 7280 5450 5449 t 1601 1602 1704 t 2285 2402 2401 t 1233 3161 3533 t 4288 1233 3533 t 32157 32053 32232 t 5835 5942 5941 t 5917 6034 5916 t 1862 1977 1976 t 1608 1711 1607 t 5577 5578 5699 t 20601 19959 20048 t 597 4394 3534 t 1943 1942 1823 t 660 661 770 t 4756 1719 1720 t 278 3924 476 t 4994 4995 5114 t 1707 1821 1820 t 9655 9776 9654 t 31947 1350 901 t 3885 3886 4005 t 1397 1398 1501 t 1771 1873 1233 t 32351 8547 32073 t 2650 2776 2775 t 448 449 550 t 2936 1613 1622 t 1818 1937 1936 t 13356 19100 19705 t 32190 31964 32297 t 32284 32336 32267 t 533 534 644 t 863 862 754 t 964 963 862 t 863 964 862 t 1070 1069 963 t 964 1070 963 t 16637 16636 1172 t 1069 1070 1171 t 14960 14959 14831 t 21012 21017 20923 t 12252 8760 3309 t 1774 2701 2587 t 16382 17246 17592 t 13368 14766 14761 t 3984 1918 3986 t 13360 13368 14761 t 15359 15358 15092 t 26777 23653 25416 t 3984 3986 15358 t 1880 5499 5500 t 19689 12174 20244 t 14543 14545 15326 t 5499 13656 13635 t 4048 3669 4658 t 13683 13684 13577 t 18741 18823 18740 t 4051 4048 4658 t 13593 18462 9157 t 2188 1325 4596 t 13562 14344 3204 t 1486 1382 4106 t 1897 2188 4596 t 28900 28899 28808 t 3985 1486 4106 t 14114 14115 14239 t 4596 2129 2699 t 13341 13347 14737 t 14352 12990 13436 t 292 388 13375 t 13397 13347 13341 t 13375 13397 13341 t 13347 14747 14737 t 14696 14828 14695 t 18462 4185 18403 t 15091 15090 14827 t 14956 15091 14827 t 26403 26529 26402 t 18112 15117 2203 t 14622 14889 14621 t 1779 9153 8571 t 2313 5149 11509 t 20 2699 2753 t 13375 13341 13332 t 13226 13375 13332 t 4660 4661 2034 t 15356 4105 15355 t 20225 4716 17958 t 14239 14240 14365 t 32163 32348 32021 t 12865 12880 12864 t 8936 9045 8935 t 4962 5082 5081 t 4961 4962 5081 t 5204 5203 5081 t 5082 5204 5081 t 5204 5321 5320 t 5203 5204 5320 t 5321 5436 5435 t 5320 5321 5435 t 5554 5553 5435 t 5436 5554 5435 t 5792 5791 5675 t 5553 5792 5675 t 5792 5901 5791 t 6018 6017 5791 t 5901 6018 5791 t 40 37 6017 t 6018 40 6017 t 173 1113 37 t 40 173 37 t 254 3406 1113 t 173 254 1113 t 3537 3413 3406 t 254 3537 3406 t 4511 4391 3413 t 3537 4511 3413 t 2077 2076 4391 t 4511 2077 4391 t 1615 1614 2076 t 2077 1615 2076 t 14742 1621 1620 t 1615 1621 1614 t 11386 11473 11385 t 11558 11557 11472 t 9626 10109 11912 t 10163 8680 11912 t 29467 29466 29361 t 11876 11875 11790 t 1645 1751 1750 t 683 682 489 t 2181 2180 2066 t 4490 4491 4614 t 4367 4488 4487 t 3155 3278 3154 t 4860 4861 4984 t 5579 5580 5701 t 2906 3034 3033 t 1717 1716 1850 t 1716 1968 1850 t 2069 2415 2070 t 3410 5603 384 t 4124 4247 4246 t 4485 4486 4609 t 553 663 662 t 20980 19781 19782 t 1771 1233 4288 t 1770 1771 4288 t 2404 2403 2286 t 1822 1941 1821 t 377 9408 12286 t 3044 2540 2915 t 1419 1310 5250 t 1711 1710 1607 t 6037 6038 582 t 4394 5003 2912 t 1942 1943 2059 t 3038 3039 3159 t 32322 32181 31902 t 10867 12689 12685 t 4607 4608 4727 t 1230 1335 1229 t 1751 1868 1867 t 1750 1751 1867 t 11791 11876 11790 t 1868 1983 1982 t 1867 1868 1982 t 666 777 776 t 1335 1438 1334 t 674 785 673 t 674 673 564 t 1704 1818 1703 t 1659 158 159 t 2429 2428 3293 t 32218 31899 31862 t 434 535 534 t 14356 14338 4982 t 535 645 644 t 534 535 644 t 645 755 754 t 644 645 754 t 755 864 863 t 754 755 863 t 965 964 863 t 864 965 863 t 965 1071 1070 t 964 965 1070 t 16638 1173 16639 t 1070 1071 1172 t 14832 14960 14831 t 4045 2341 2225 t 20953 18746 20952 t 15094 15093 14959 t 13525 13526 13637 t 12929 1250 5152 t 17041 16091 16841 t 14166 393 14535 t 1145 3124 18 t 393 13685 13684 t 15093 15092 14958 t 3323 3445 4048 t 19603 19689 20244 t 15093 15359 15092 t 822 1880 5500 t 19768 19767 19678 t 1898 14535 14534 t 14287 13675 13969 t 3445 1314 3669 t 15326 1898 14534 t 14830 14829 14697 t 4048 3445 3669 t 1034 12997 12996 t 14958 15092 14957 t 1325 15335 2129 t 3928 1034 828 t 15262 8630 8424 t 4596 1325 2129 t 13821 14193 13807 t 3669 3310 4659 t 1851 465 1968 t 20869 20870 20957 t 14544 13089 5378 t 15295 4912 137 t 14747 600 601 t 2699 14544 5378 t 4185 8424 18403 t 14737 14747 601 t 14572 14696 14571 t 12952 15262 4185 t 14572 14571 14445 t 14828 14827 14695 t 14446 14572 14445 t 14696 14695 14571 t 20958 8131 20957 t 18382 18457 18381 t 19586 31743 19587 t 11539 11453 15115 t 14407 13143 2510 t 13341 14737 14733 t 2343 601 1897 t 13592 13593 19599 t 15090 15089 14955 t 11275 11274 11192 t 20398 20399 20494 t 14100 2467 13124 t 13315 13314 13208 t 13112 13209 13111 t 31886 31894 31987 t 32332 31852 31952 t 5083 5205 5204 t 5082 5083 5204 t 5205 5322 5321 t 5204 5205 5321 t 5322 5437 5436 t 5321 5322 5436 t 5437 5555 5554 t 5436 5437 5554 t 5676 5553 5554 t 5555 5676 5554 t 5793 5792 5553 t 5676 5793 5553 t 5793 5901 5792 t 6019 6018 5901 t 81 40 6018 t 6019 81 6018 t 1962 173 40 t 81 1962 40 t 255 254 173 t 1962 255 173 t 2656 3537 254 t 255 2656 254 t 4029 4511 3537 t 2656 4029 3537 t 2075 2077 4511 t 4029 2075 4511 t 1424 1615 2077 t 2075 1424 2077 t 31995 32055 31844 t 1424 1620 1615 t 16591 16508 16592 t 10619 10109 11489 t 10109 10163 11912 t 11961 11960 11875 t 11876 11961 11875 t 2095 2094 1982 t 1983 2095 1982 t 4400 12339 5606 t 5697 5698 5814 t 1100 1099 992 t 4871 4872 4995 t 26151 26279 26150 t 23811 23905 23904 t 4252 4253 4370 t 3033 3034 3154 t 2923 5120 5000 t 1347 13879 16838 t 1850 1968 3680 t 2772 2771 2645 t 11363 11364 11450 t 5812 5813 5920 t 1639 1745 1638 t 11364 11451 11450 t 5831 6053 5937 t 6054 1771 1770 t 5830 5831 5937 t 4364 4365 4485 t 2542 4879 4756 t 4987 5107 4986 t 3156 3157 3279 t 582 597 3534 t 2646 2645 2527 t 5827 5826 5709 t 2901 2900 2771 t 4130 4131 4253 t 3278 3277 3154 t 12044 12043 11960 t 3763 3764 3885 t 8627 2079 9958 t 11961 12044 11960 t 6998 8435 1452 t 2211 2093 2094 t 6036 570 6035 t 2095 2211 2094 t 4254 4372 4371 t 1540 1638 1539 t 12474 12561 12560 t 31561 31560 31441 t 3037 3038 3158 t 4739 4861 4860 t 24213 23819 25415 t 4982 14350 14356 t 536 646 645 t 535 536 645 t 646 756 755 t 645 646 755 t 756 865 864 t 755 756 864 t 966 965 864 t 865 966 864 t 966 1072 1071 t 965 966 1071 t 1174 1175 16640 t 1071 1072 1173 t 26404 26403 26278 t 14960 15094 14959 t 18746 13823 14194 t 2186 13543 3087 t 13638 13754 13753 t 14546 14166 1898 t 610 933 4041 t 3934 3323 4048 t 1898 14166 14535 t 14959 14958 14830 t 3323 190 4648 t 14977 7300 6440 t 14959 15093 14958 t 13807 142 20956 t 14535 13684 13683 t 5500 5499 13635 t 3986 1588 3985 t 14534 14535 13683 t 14574 14830 14697 t 3445 4648 13069 t 13072 3009 13239 t 14958 14957 14829 t 13683 13577 465 t 13412 14784 14736 t 18462 18403 9157 t 14541 5257 13469 t 15117 11539 15115 t 14573 14572 14446 t 26315 11937 10325 t 11564 11650 11453 t 3010 3132 3131 t 31822 10874 32251 t 3132 3255 3254 t 31893 32192 31919 t 31655 15401 31538 t 3375 3255 3376 t 3629 3499 3630 t 21366 23016 19202 t 3745 3629 3746 t 3500 3630 3499 t 6580 6685 434 t 3630 3746 3629 t 7280 9163 5451 t 3746 3869 3745 t 19935 19936 20024 t 3990 16430 15998 t 14115 14240 14239 t 15023 15022 14888 t 2510 13143 14232 t 1649 4054 15128 t 14695 14827 14694 t 11193 11275 11192 t 11275 11355 11354 t 1887 32275 31916 t 13094 16547 15056 t 196 13226 13169 t 12940 1345 3696 t 29496 29598 29597 t 17126 27772 19076 t 5206 5323 5322 t 5205 5206 5322 t 5323 5438 5437 t 5322 5323 5437 t 5438 5556 5555 t 5437 5438 5555 t 5677 5676 5555 t 5556 5677 5555 t 5794 5793 5676 t 5677 5794 5676 t 5902 5901 5793 t 5794 5902 5793 t 6020 6019 5901 t 5902 6020 5901 t 84 81 6019 t 6020 84 6019 t 2954 1962 81 t 84 2954 81 t 470 255 1962 t 2954 470 1962 t 2783 2656 255 t 470 2783 255 t 4149 4029 2656 t 2783 4149 2656 t 4149 2075 4029 t 31839 26465 27645 t 12069 11564 11539 t 11540 11624 11564 t 10619 11489 9736 t 8340 10619 9736 t 12130 12129 12043 t 12044 12130 12043 t 2328 2327 2093 t 3535 3041 3410 t 2211 2328 2093 t 1400 1399 1298 t 1307 1408 1306 t 25203 25202 25094 t 24125 16945 27689 t 2523 2524 2641 t 1936 2053 2052 t 2642 2768 2767 t 1086 1087 1187 t 2900 2901 3028 t 2528 2646 2527 t 1201 1200 1099 t 993 992 892 t 4629 9468 10041 t 3883 3884 4003 t 10156 5241 5117 t 5116 5117 5240 t 6053 6054 1770 t 5811 5919 5918 t 5573 5694 5693 t 3402 3401 3279 t 16669 3869 1343 t 5357 1840 1611 t 7730 1860 7729 t 3029 3150 3149 t 2772 2901 2771 t 2897 3025 2896 t 3279 3278 3155 t 4248 4249 4366 t 22641 22512 32327 t 8306 8213 8307 t 5591 5474 7973 t 8535 7164 854 t 32322 31946 32181 t 17298 3123 3003 t 2328 2447 2327 t 21171 21170 1963 t 12221 12220 12129 t 32091 32127 31958 t 5812 5920 5919 t 3035 3034 2906 t 5120 1716 1717 t 2543 2923 5000 t 537 647 646 t 32156 31981 32252 t 647 757 756 t 646 647 756 t 757 866 865 t 756 757 865 t 866 967 966 t 865 866 966 t 967 1073 1072 t 966 967 1072 t 1175 1176 16641 t 1072 1073 1174 t 13526 13638 13637 t 26589 25415 23819 t 828 1034 12996 t 14001 5328 13008 t 4594 14546 14545 t 3204 3327 13072 t 3445 3323 4648 t 14545 14546 1898 t 14831 14830 14574 t 190 4141 1327 t 20869 20957 20956 t 14831 14959 14830 t 16158 17004 16917 t 11653 12676 12329 t 11864 11865 13659 t 2801 32196 9523 t 15358 3986 3985 t 32268 32104 32210 t 14830 14958 14829 t 1588 4051 4658 t 13544 3301 13073 t 251 4470 4140 t 137 4912 2508 t 14446 14445 23082 t 18990 18989 8310 t 14697 14696 14572 t 3809 14027 14026 t 11079 17879 4035 t 2883 3011 3010 t 2882 16113 16658 t 3011 3133 3132 t 3010 3011 3132 t 3133 3256 3255 t 3132 3133 3255 t 3256 3377 3376 t 3255 3256 3376 t 3377 3501 3500 t 3376 3377 3500 t 3631 3630 3500 t 3501 3631 3500 t 3747 3746 3630 t 3631 3747 3630 t 3870 3869 3746 t 3747 3870 3746 t 3991 3990 3869 t 3870 3991 3869 t 4108 4233 17466 t 4596 2699 20 t 2699 5378 2753 t 13332 13341 14733 t 14827 14955 14694 t 11274 11275 11354 t 14445 14571 14444 t 4308 17109 4309 t 5004 5124 4966 t 2343 1897 14399 t 2461 196 13169 t 5084 5207 5206 t 30786 29429 31482 t 5324 5323 5206 t 5207 5324 5206 t 5439 5438 5323 t 5324 5439 5323 t 5557 5556 5438 t 5439 5557 5438 t 5678 5677 5556 t 5557 5678 5556 t 5795 5794 5677 t 5678 5795 5677 t 5903 5902 5794 t 5795 5903 5794 t 6021 6020 5902 t 5903 6021 5902 t 126 84 6020 t 6021 126 6020 t 5483 2954 84 t 126 5483 84 t 2784 470 2954 t 5483 2784 2954 t 2786 2783 470 t 2784 2786 470 t 3909 4149 2783 t 2786 3909 2783 t 2074 2075 4149 t 3909 2074 4149 t 4038 1424 2075 t 2074 4038 2075 t 1734 32241 32231 t 12149 26342 26468 t 31895 32161 32289 t 10109 9626 11489 t 10638 9398 8966 t 12130 12221 12129 t 12807 12806 12727 t 12300 12299 12220 t 26279 26404 26278 t 5387 1613 2936 t 12221 12300 12220 t 4483 4607 4606 t 257 6498 6400 t 25095 25203 25094 t 20504 20597 20503 t 5231 5230 5106 t 3524 3654 3523 t 3279 3401 3278 t 3149 3150 3272 t 2646 2772 2645 t 1307 1306 1200 t 18319 3085 577 t 5926 6043 6042 t 1335 1334 1228 t 4873 4996 4872 t 5591 5831 5830 t 5829 5591 5830 t 7297 5335 5454 t 5694 5811 5810 t 5693 5694 5810 t 4246 4247 4364 t 1009 1107 1208 t 5244 5357 1611 t 2901 3029 3028 t 3028 3029 3149 t 3156 3279 3155 t 3401 3400 3278 t 4002 4003 4121 t 2653 2779 2778 t 261 262 356 t 458 457 356 t 12807 8340 12806 t 13483 11257 13944 t 12391 12390 12299 t 4846 2086 6673 t 12300 12391 12299 t 8939 6880 2677 t 2411 2535 2534 t 28109 10251 28167 t 26530 26529 26403 t 3035 3156 3034 t 2651 2652 2777 t 537 646 536 t 5003 2923 2543 t 538 648 647 t 537 538 647 t 648 758 757 t 647 648 757 t 758 867 866 t 757 758 866 t 867 968 967 t 866 867 967 t 968 1074 1073 t 967 968 1073 t 1177 1176 1075 t 1073 1074 1175 t 3009 13412 13239 t 13007 14001 13008 t 12981 13560 14992 t 14001 13147 4908 t 4648 190 1327 t 15333 4594 14545 t 14575 14698 14574 t 17888 18362 18361 t 14698 14831 14574 t 3327 3009 13072 t 20165 12409 17974 t 608 6072 2117 t 12887 12886 12873 t 13360 14761 14760 t 13058 6354 222 t 1588 1486 3985 t 26904 27030 27029 t 15358 15227 15092 t 13156 12837 12848 t 13681 1145 18 t 13069 334 1534 t 2587 2701 12890 t 31897 32043 32308 t 14573 14697 14572 t 2629 2755 2754 t 32320 32033 31825 t 2755 2884 2883 t 3010 2882 2883 t 2884 3012 3011 t 2883 2884 3011 t 3012 3134 3133 t 3011 3012 3133 t 3134 3257 3256 t 3133 3134 3256 t 3257 3378 3377 t 3256 3257 3377 t 3378 3502 3501 t 3377 3378 3501 t 3632 3631 3501 t 3502 3632 3501 t 3748 3747 3631 t 3632 3748 3631 t 3871 3870 3747 t 3748 3871 3747 t 3992 3991 3870 t 3871 3992 3870 t 4109 4108 3991 t 3992 4109 3991 t 4233 4353 17576 t 4109 4233 4108 t 196 292 13226 t 4353 4354 4474 t 14737 601 2343 t 14733 14737 2343 t 15226 15225 15089 t 15090 15226 15089 t 14571 14570 14444 t 31872 31884 31956 t 12714 5098 12796 t 13226 13332 13306 t 6375 14100 13124 t 13332 14733 14724 t 13306 13332 14724 t 5208 5207 5084 t 16478 15624 31482 t 5208 5325 5324 t 5207 5208 5324 t 5440 5439 5324 t 5325 5440 5324 t 5440 5558 5557 t 5439 5440 5557 t 5558 5679 5678 t 5557 5558 5678 t 5679 5796 5795 t 5678 5679 5795 t 5904 5903 5795 t 5796 5904 5795 t 6022 6021 5903 t 5904 6022 5903 t 155 126 6021 t 6022 155 6021 t 274 5483 126 t 155 274 126 t 2658 2784 5483 t 274 2658 5483 t 2787 2786 2784 t 2658 2787 2784 t 3543 3909 2786 t 2787 3543 2786 t 1956 2074 3909 t 3543 1956 3909 t 1431 4038 2074 t 1956 1431 2074 t 32199 32362 32139 t 14087 15056 4843 t 12271 4769 10327 t 10955 12271 10327 t 12200 12337 12255 t 6641 26576 6268 t 12644 12645 12727 t 12476 12475 12390 t 12391 12476 12390 t 12476 12563 12562 t 5712 5592 5713 t 5235 5349 5348 t 361 6508 463 t 5110 5111 5234 t 463 462 360 t 4125 4248 4247 t 2414 2413 2296 t 3771 3893 3892 t 3524 3523 3400 t 5920 5921 6037 t 1605 1708 1707 t 4370 4491 4490 t 2650 2651 2776 t 1229 1335 1228 t 1963 13745 21171 t 4872 4996 5116 t 4996 5117 5116 t 1298 1399 1297 t 1855 13462 13571 t 5590 5591 5829 t 5472 5590 5829 t 12087 12261 12524 t 32083 32110 32079 t 1201 1307 1200 t 980 1087 1086 t 3150 3273 3272 t 6038 597 582 t 3771 3770 3653 t 3654 3771 3653 t 3759 3760 3881 t 1395 1499 1394 t 8112 2207 2322 t 2207 2323 2322 t 5938 6055 6054 t 31856 32237 13021 t 5110 5234 5109 t 2178 2294 2177 t 1978 2092 1977 t 5941 5942 6058 t 22152 23822 22995 t 695 6737 694 t 4736 4737 4858 t 2907 3035 2906 t 3156 3155 3034 t 437 539 538 t 32028 31873 32076 t 539 649 648 t 538 539 648 t 649 759 758 t 648 649 758 t 868 867 758 t 759 868 758 t 868 969 968 t 867 868 968 t 969 1075 1074 t 968 969 1074 t 1282 16642 1177 t 1074 1075 1176 t 1359 4594 15333 t 14344 3327 3204 t 1327 4141 3929 t 14992 1359 15333 t 32314 25526 32051 t 4141 2225 2106 t 6093 17233 16286 t 21325 23518 23608 t 13239 13412 14736 t 11030 20165 3309 t 12974 13156 12848 t 5501 13137 13200 t 13354 13360 14760 t 1250 14937 5152 t 15358 3985 15227 t 14761 4896 2581 t 8131 13807 20957 t 24319 6358 27709 t 2271 2388 2387 t 32367 32205 31939 t 2388 2512 2511 t 2512 2630 2629 t 2511 2512 2629 t 2630 2756 2755 t 2629 2630 2755 t 2756 2885 2884 t 2755 2756 2884 t 2885 3013 3012 t 2884 2885 3012 t 3013 3135 3134 t 3012 3013 3134 t 3258 3257 3134 t 3135 3258 3134 t 3379 3378 3257 t 3258 3379 3257 t 3503 3502 3378 t 3379 3503 3378 t 3503 3633 3632 t 3502 3503 3632 t 3633 3749 3748 t 3632 3633 3748 t 3749 3872 3871 t 3748 3749 3871 t 3993 3992 3871 t 3872 3993 3871 t 4110 4109 3992 t 3993 4110 3992 t 4234 4233 4109 t 4110 4234 4109 t 4354 4353 4233 t 4234 4354 4233 t 15356 15355 15225 t 17449 4474 4475 t 15226 15356 15225 t 4105 3989 15355 t 12529 5721 53 t 2753 3426 3183 t 53 1632 12617 t 1632 12530 12617 t 14733 2343 200 t 12518 12687 32216 t 14724 14733 200 t 13169 13226 13306 t 17193 5085 17176 t 17176 5085 5084 t 5326 5325 5208 t 27920 27975 27919 t 5326 5441 5440 t 5325 5326 5440 t 5441 5559 5558 t 5440 5441 5558 t 5559 5680 5679 t 5558 5559 5679 t 5797 5796 5679 t 5680 5797 5679 t 5905 5904 5796 t 5797 5905 5796 t 6023 6022 5904 t 5905 6023 5904 t 162 155 6022 t 6023 162 6022 t 235 274 155 t 162 235 155 t 2785 2658 274 t 235 2785 274 t 2788 2787 2658 t 2785 2788 2658 t 3667 3543 2787 t 2788 3667 2787 t 1610 1956 3543 t 3667 1610 3543 t 1518 1431 1956 t 1610 1518 1956 t 11386 11385 11304 t 31977 22513 22643 t 178 12271 10955 t 2459 178 10955 t 12255 12337 11321 t 10399 10398 10340 t 12389 12388 12298 t 12299 12389 12298 t 12475 12476 12562 t 12647 12646 12562 t 4482 4483 4606 t 1710 1825 1709 t 1403 1507 1402 t 1863 1978 1862 t 2092 2091 1977 t 4134 4135 4257 t 32028 32076 32120 t 4372 4373 4493 t 4131 4132 4254 t 4618 4738 4737 t 4254 4255 4372 t 455 454 353 t 4369 4370 4490 t 6835 803 6836 t 3769 3770 3891 t 5460 5578 5577 t 1745 1744 1638 t 1399 1503 1502 t 12563 12647 12562 t 5474 5473 8841 t 10176 26 9491 t 4004 4123 4122 t 4504 4630 4629 t 1229 1228 1125 t 1126 1229 1125 t 1399 1400 1503 t 1503 1504 1604 t 3770 3771 3892 t 3654 3653 3523 t 11445 11531 11530 t 2177 2293 2176 t 1863 1862 1745 t 1746 1863 1745 t 1944 1943 1825 t 1826 1944 1825 t 3535 3534 3041 t 6037 582 6036 t 32161 31875 32296 t 1746 1745 1639 t 2530 2648 2529 t 4868 4992 4991 t 3401 3524 3400 t 353 454 453 t 5000 5120 1717 t 2778 2907 2777 t 438 540 539 t 7942 31850 7849 t 540 650 649 t 539 540 649 t 650 760 759 t 649 650 759 t 760 869 868 t 759 760 868 t 869 970 969 t 868 869 969 t 970 1076 1075 t 969 970 1075 t 1076 1178 1177 t 1075 1076 1177 t 1178 1283 1282 t 31881 32017 32092 t 1283 1385 1384 t 1488 16813 1384 t 1385 1489 1488 t 1384 1385 1488 t 1489 1591 1590 t 1488 1489 1590 t 1591 1693 1692 t 1692 1693 1806 t 1693 1807 1806 t 14760 14761 2581 t 1807 1925 1924 t 1924 17269 17171 t 1925 2042 2041 t 2156 2041 2042 t 2042 2157 2156 t 17460 17367 2156 t 2157 2272 2271 t 2156 2157 2271 t 2272 2389 2388 t 2271 2272 2388 t 2389 2513 2512 t 2388 2389 2512 t 2513 2631 2630 t 2512 2513 2630 t 2631 2757 2756 t 2630 2631 2756 t 2757 2886 2885 t 2756 2757 2885 t 2886 3014 3013 t 2885 2886 3013 t 3014 3136 3135 t 3013 3014 3135 t 3259 3258 3135 t 3136 3259 3135 t 3380 3379 3258 t 3259 3380 3258 t 3380 3504 3503 t 3379 3380 3503 t 3504 3634 3633 t 3503 3504 3633 t 3750 3749 3633 t 3634 3750 3633 t 3750 3873 3872 t 3749 3750 3872 t 3994 3993 3872 t 3873 3994 3872 t 4111 4110 3993 t 3994 4111 3993 t 4235 4234 4110 t 4111 4235 4110 t 4355 4354 4234 t 4235 4355 4234 t 4475 4474 4354 t 4355 4475 4354 t 20976 20609 14580 t 32160 32019 31821 t 16371 4719 4718 t 4185 15262 8424 t 10939 11494 11343 t 20 2753 15130 t 4595 4596 67 t 3688 6073 2461 t 15860 15029 17394 t 5209 5327 5326 t 29469 29573 29468 t 5327 5442 5441 t 5326 5327 5441 t 5560 5559 5441 t 5442 5560 5441 t 5681 5680 5559 t 5560 5681 5559 t 5798 5797 5680 t 5681 5798 5680 t 5906 5905 5797 t 5798 5906 5797 t 6024 6023 5905 t 5906 6024 5905 t 6024 162 6023 t 701 235 162 t 5954 2785 235 t 701 5954 235 t 2661 2788 2785 t 5954 2661 2785 t 3789 3667 2788 t 2661 3789 2788 t 3789 1610 3667 t 1517 1518 1610 t 3794 1413 1518 t 1517 3794 1518 t 9658 8629 2459 t 4714 1855 1854 t 10341 10399 10340 t 10465 10464 10398 t 12299 12298 12218 t 12219 12299 12218 t 12729 12728 12646 t 12647 12729 12646 t 2655 2654 2536 t 1976 2090 2089 t 1640 1639 1541 t 1542 1640 1541 t 2409 2410 2533 t 4016 4135 4134 t 1107 999 2422 t 999 2920 2422 t 4255 4373 4372 t 4373 4494 4493 t 4615 4616 4735 t 5814 5815 5922 t 2651 2777 2776 t 31998 32198 32054 t 4245 4363 4362 t 555 665 664 t 892 992 891 t 3393 3517 3516 t 4630 4751 4750 t 4629 4630 4750 t 28167 10249 28227 t 11120 11197 11119 t 1604 1605 1707 t 1504 1605 1604 t 3892 3893 4012 t 3893 4013 4012 t 4132 4133 4255 t 2410 2534 2533 t 1542 1541 1439 t 1978 1977 1862 t 2054 2055 2168 t 2898 2899 3026 t 1502 1603 1602 t 3798 3917 1218 t 1640 1746 1639 t 1440 1439 1335 t 4867 4868 4991 t 1541 1639 1540 t 4012 4013 4131 t 4132 4255 4254 t 438 539 437 t 2912 5003 2543 t 439 541 540 t 438 439 540 t 541 651 650 t 540 541 650 t 651 761 760 t 650 651 760 t 761 870 869 t 760 761 869 t 870 971 970 t 869 870 970 t 971 1077 1076 t 970 971 1076 t 1077 1179 1178 t 1076 1077 1178 t 1284 1283 1178 t 1179 1284 1178 t 1284 1386 1385 t 1283 1284 1385 t 1386 1490 1489 t 1385 1386 1489 t 32210 31985 32012 t 1489 1490 1591 t 13398 13438 13354 t 26404 26530 26403 t 32292 32253 3671 t 16916 17394 15029 t 32152 32286 11904 t 32258 32264 31975 t 2043 2042 1925 t 1926 2043 1925 t 2158 2157 2042 t 2043 2158 2042 t 2273 2272 2157 t 2158 2273 2157 t 2390 2389 2272 t 2273 2390 2272 t 2514 2513 2389 t 2390 2514 2389 t 2632 2631 2513 t 2514 2632 2513 t 2632 2758 2757 t 2631 2632 2757 t 2758 2887 2886 t 2757 2758 2886 t 2887 3015 3014 t 2886 2887 3014 t 3015 3137 3136 t 3014 3015 3136 t 3137 3260 3259 t 3136 3137 3259 t 3381 3380 3259 t 3260 3381 3259 t 3381 3505 3504 t 3380 3381 3504 t 3635 3634 3504 t 3505 3635 3504 t 3635 3751 3750 t 3634 3635 3750 t 3750 3751 3873 t 4112 4111 3994 t 3873 4112 3994 t 4236 4235 4111 t 4112 4236 4111 t 4356 4355 4235 t 4236 4356 4235 t 4476 4475 4355 t 4356 4476 4355 t 4598 4597 4475 t 4476 4598 4475 t 31838 31849 31893 t 1776 23054 1564 t 10461 10460 10394 t 10395 10461 10394 t 10531 10530 10460 t 14399 1897 4414 t 200 2343 14399 t 15911 15941 5086 t 32340 31956 31944 t 5086 5210 5209 t 5209 5210 5327 t 5443 5442 5327 t 32107 32316 32155 t 5561 5560 5442 t 5443 5561 5442 t 5682 5681 5560 t 5561 5682 5560 t 5799 5798 5681 t 5682 5799 5681 t 5907 5906 5798 t 5799 5907 5798 t 6025 6024 5906 t 5907 6025 5906 t 170 162 6024 t 6025 170 6024 t 1525 701 162 t 170 1525 162 t 2434 5954 701 t 1525 2434 701 t 2662 2661 5954 t 2434 2662 5954 t 3055 3789 2661 t 2662 3055 2661 t 1715 1610 3789 t 3055 1715 3789 t 1516 1517 1610 t 1715 1516 1610 t 4281 3794 1517 t 1516 4281 1517 t 1854 14792 4714 t 4281 1854 3794 t 10399 10465 10398 t 10535 10534 10464 t 12219 12218 12127 t 12128 12219 12127 t 12809 12808 12728 t 12729 12809 12728 t 12117 9616 12808 t 32100 32007 32263 t 32067 32108 32121 t 1336 1335 1230 t 551 661 660 t 1231 1230 1127 t 1094 1195 1093 t 2648 2774 2647 t 2533 2532 2408 t 4131 4254 4253 t 2409 2533 2408 t 4011 4012 4130 t 32011 31816 32031 t 5717 6769 5596 t 5717 5718 5836 t 994 1101 993 t 5943 9409 8658 t 3269 3268 3146 t 5571 5692 5691 t 4364 4485 4484 t 4751 4873 4872 t 4750 4751 4872 t 2407 2406 2289 t 6703 6803 13628 t 354 455 353 t 1708 1822 1821 t 4493 4494 4617 t 4013 4132 4131 t 4256 4374 4373 t 2410 2409 2292 t 352 353 453 t 1440 1542 1439 t 4744 4866 4865 t 1752 1869 1868 t 1751 1752 1868 t 1869 1984 1983 t 1336 1440 1335 t 2905 2906 3033 t 2293 2410 2292 t 2652 2778 2777 t 4860 4984 4983 t 4617 4618 4737 t 340 440 439 t 440 542 541 t 439 440 541 t 542 652 651 t 541 542 651 t 652 762 761 t 651 652 761 t 762 871 870 t 761 762 870 t 871 972 971 t 870 871 971 t 972 1078 1077 t 971 972 1077 t 1078 1180 1179 t 1077 1078 1179 t 1180 1285 1284 t 1179 1180 1284 t 31963 32119 32190 t 1284 1285 1386 t 3419 129 6882 t 31939 32205 31962 t 19847 19846 19762 t 12615 32117 31927 t 11539 11564 11453 t 14708 2950 7041 t 20868 20869 20956 t 28895 28894 28804 t 18361 18362 19106 t 1927 2044 2043 t 1926 1927 2043 t 2159 2158 2043 t 2044 2159 2043 t 2274 2273 2158 t 2159 2274 2158 t 2391 2390 2273 t 2274 2391 2273 t 2515 2514 2390 t 2391 2515 2390 t 2515 2633 2632 t 2514 2515 2632 t 2633 2759 2758 t 2632 2633 2758 t 2759 2888 2887 t 2758 2759 2887 t 2888 3016 3015 t 2887 2888 3015 t 3016 3138 3137 t 3015 3016 3137 t 3138 3261 3260 t 3137 3138 3260 t 3261 3382 3381 t 3260 3261 3381 t 3382 3506 3505 t 3381 3382 3505 t 3636 3635 3505 t 3506 3636 3505 t 3636 3752 3751 t 3635 3636 3751 t 3874 3873 3751 t 3752 3874 3751 t 3874 3995 3873 t 4113 4112 3873 t 3995 4113 3873 t 4237 4236 4112 t 4113 4237 4112 t 4357 4356 4236 t 4237 4357 4236 t 4477 4476 4356 t 4357 4477 4356 t 4477 4599 4598 t 4476 4477 4598 t 13050 4720 13960 t 32217 31838 31827 t 10461 10531 10460 t 10607 10606 10530 t 9986 12348 7682 t 8967 9986 7682 t 2082 6073 3688 t 1897 4596 4595 t 4661 2221 4662 t 13920 2082 4888 t 4661 4662 2035 t 2034 4661 2035 t 15355 3989 15354 t 2034 2035 4104 t 5562 5561 5443 t 19796 13356 19705 t 5683 5682 5561 t 5562 5683 5561 t 5800 5799 5682 t 5683 5800 5682 t 5908 5907 5799 t 5800 5908 5799 t 5908 6025 5907 t 171 170 6025 t 366 1525 170 t 171 366 170 t 2674 2434 1525 t 366 2674 1525 t 2657 2662 2434 t 2674 2657 2434 t 2927 3055 2662 t 2657 2927 2662 t 1832 1715 3055 t 2927 1832 3055 t 1515 1516 1715 t 1832 1515 1715 t 2659 4281 1516 t 1515 2659 1516 t 14926 1971 2085 t 2659 1971 4281 t 10465 10535 10464 t 10611 10610 10534 t 12128 12127 12041 t 12042 12128 12041 t 12809 12117 12808 t 10595 11604 9616 t 32154 32096 31886 t 1868 1869 1983 t 1984 2096 2095 t 1231 1336 1230 t 1128 1231 1127 t 1320 1321 1107 t 5005 1522 5125 t 1522 1419 5125 t 4013 4014 4132 t 6044 1320 1009 t 4133 4256 4255 t 4127 4250 4249 t 32338 32344 32319 t 4122 4123 4246 t 3044 2915 680 t 5836 5943 5942 t 3760 3761 3882 t 5717 5836 5835 t 5835 5836 5942 t 6044 7660 1321 t 5716 5717 5835 t 4738 4860 4859 t 5815 5923 5922 t 3664 3294 2306 t 4494 4618 4617 t 1437 1539 1436 t 2534 2652 2651 t 1983 1984 2095 t 212 9384 10092 t 2096 2212 2211 t 2095 2096 2211 t 1539 1538 1436 t 2212 2329 2328 t 2533 2534 2651 t 3770 3892 3891 t 4737 4738 4859 t 2305 1960 2306 t 341 441 440 t 340 6585 6485 t 441 543 542 t 440 441 542 t 543 653 652 t 542 543 652 t 653 763 762 t 652 653 762 t 763 872 871 t 762 763 871 t 872 973 972 t 871 872 972 t 973 1079 1078 t 972 973 1078 t 1079 1181 1180 t 1078 1079 1180 t 1181 1286 1285 t 1180 1181 1285 t 388 490 13397 t 1177 1178 1282 t 31845 32248 32310 t 1731 4846 1612 t 8348 290 1330 t 32163 26571 24789 t 26018 26150 26017 t 17080 1694 1695 t 1534 334 5613 t 20816 19780 19603 t 3808 490 388 t 5613 3808 388 t 22091 10739 5962 t 490 13398 13397 t 17272 2045 2044 t 2044 2045 2159 t 2160 2275 2274 t 2159 2160 2274 t 2275 2392 2391 t 2274 2275 2391 t 2392 2516 2515 t 2391 2392 2515 t 2516 2634 2633 t 2515 2516 2633 t 2634 2760 2759 t 2633 2634 2759 t 2760 2889 2888 t 2759 2760 2888 t 2889 3017 3016 t 2888 2889 3016 t 3017 3139 3138 t 3016 3017 3138 t 3139 3262 3261 t 3138 3139 3261 t 3262 3383 3382 t 3261 3262 3382 t 3383 3507 3506 t 3382 3383 3506 t 3637 3636 3506 t 3507 3637 3506 t 3753 3752 3636 t 3637 3753 3636 t 3753 3875 3874 t 3752 3753 3874 t 3875 3996 3995 t 3874 3875 3995 t 3996 4114 4113 t 3995 3996 4113 t 4238 4237 4113 t 4114 4238 4113 t 4358 4357 4237 t 4238 4358 4237 t 4478 4477 4357 t 4358 4478 4357 t 4600 4599 4477 t 4478 4600 4477 t 4720 4600 4721 t 31849 32192 31893 t 10395 10394 10337 t 31820 32114 32124 t 11007 11006 11026 t 11679 9986 8967 t 2221 2665 4662 t 15355 15354 15224 t 15225 15355 15224 t 14338 4859 4982 t 3989 2034 4104 t 5445 5563 5562 t 5444 5445 5562 t 5684 5683 5562 t 5563 5684 5562 t 5801 5800 5683 t 5684 5801 5683 t 5909 5908 5800 t 5801 5909 5800 t 6026 6025 5908 t 5909 6026 5908 t 172 171 6025 t 6026 172 6025 t 468 366 171 t 172 468 171 t 2556 2674 366 t 468 2556 366 t 2663 2657 2674 t 2556 2663 2674 t 3175 2927 2657 t 2663 3175 2657 t 1833 1832 2927 t 3175 1833 2927 t 1514 1515 1832 t 1833 1514 1832 t 1103 2659 1515 t 1514 1103 1515 t 2085 2315 14926 t 1103 2085 2659 t 10535 10611 10534 t 10688 10687 10610 t 22178 11873 11958 t 12041 12127 12040 t 12117 10595 9616 t 10595 9955 8654 t 6747 6847 6746 t 6228 6315 6314 t 557 666 665 t 3391 3515 3390 t 10125 4268 4269 t 4863 4987 4986 t 14539 2315 1856 t 1419 1522 3062 t 4123 4124 4246 t 11623 12069 11539 t 2297 2296 2180 t 4135 4258 4257 t 2181 2297 2180 t 4257 4258 4375 t 1301 1300 1194 t 4363 4364 4483 t 1706 1707 1820 t 892 891 782 t 3392 3393 3516 t 10459 10529 10458 t 20498 20591 20497 t 5818 5926 5817 t 4745 4746 4867 t 3648 3647 3517 t 2920 3294 3664 t 3294 2305 2306 t 1744 7730 1743 t 5111 5112 5235 t 2211 2212 2328 t 2329 2448 2447 t 2328 2329 2447 t 32333 32285 32050 t 913 912 804 t 11570 15387 18489 t 1960 5005 1959 t 1960 1959 2306 t 342 442 441 t 340 341 440 t 442 544 543 t 441 442 543 t 544 654 653 t 543 544 653 t 654 764 763 t 653 654 763 t 764 873 872 t 763 764 872 t 873 974 973 t 872 873 973 t 974 1080 1079 t 973 974 1079 t 1080 1182 1181 t 1079 1080 1181 t 1388 16730 1287 t 1181 1182 1286 t 13398 13354 13347 t 13397 13398 13347 t 1923 13069 1534 t 334 3808 5613 t 1492 1593 1592 t 16818 1491 16903 t 1593 1696 1695 t 1592 1593 1695 t 1696 1810 1809 t 1809 17175 17080 t 2046 1928 1929 t 1810 1929 1809 t 1314 5268 3310 t 24655 24764 24763 t 3669 1314 3310 t 13069 1923 5268 t 2161 2276 2275 t 26660 26659 26529 t 2276 2393 2392 t 2275 2276 2392 t 2393 2517 2516 t 2392 2393 2516 t 2517 2635 2634 t 2516 2517 2634 t 2635 2761 2760 t 2634 2635 2760 t 2761 2890 2889 t 2760 2761 2889 t 2890 3018 3017 t 2889 2890 3017 t 3018 3140 3139 t 3017 3018 3139 t 3140 3263 3262 t 3139 3140 3262 t 3263 3384 3383 t 3262 3263 3383 t 3384 3508 3507 t 3383 3384 3507 t 3638 3637 3507 t 3508 3638 3507 t 3754 3753 3637 t 3638 3754 3637 t 3754 3876 3875 t 3753 3754 3875 t 3876 3997 3996 t 3875 3876 3996 t 4115 4114 3996 t 3997 4115 3996 t 4239 4238 4114 t 4115 4239 4114 t 4239 4359 4358 t 4238 4239 4358 t 4479 4478 4358 t 4359 4479 4358 t 4601 4600 4478 t 4479 4601 4478 t 13731 4722 13844 t 4601 4721 4600 t 11430 1106 11162 t 32040 31855 32244 t 11026 11679 8967 t 12348 1546 3553 t 2221 3571 2665 t 5329 17005 5213 t 5444 14488 5445 t 3989 4104 15354 t 5329 5446 5445 t 31832 31912 32245 t 5564 5563 5445 t 5446 5564 5445 t 5685 5684 5563 t 5564 5685 5563 t 5802 5801 5684 t 5685 5802 5684 t 5910 5909 5801 t 5802 5910 5801 t 6027 6026 5909 t 5910 6027 5909 t 191 172 6026 t 6027 191 6026 t 365 468 172 t 191 365 172 t 3290 2556 468 t 365 3290 468 t 2921 2663 2556 t 3290 2921 2556 t 3298 3175 2663 t 2921 3298 2663 t 1834 1833 3175 t 3298 1834 3175 t 1727 1514 1833 t 1834 1727 1833 t 4284 1103 1514 t 1727 4284 1514 t 2315 2085 1103 t 4284 2315 1103 t 10611 10688 10610 t 5713 5833 5832 t 11959 12042 11958 t 10758 10757 10687 t 11604 10595 8654 t 20517 20611 20816 t 9955 7241 6967 t 24876 24877 24987 t 14999 4857 13064 t 12337 12257 11321 t 4741 4742 4863 t 32033 31836 32333 t 993 1100 992 t 5112 5236 5235 t 10979 10978 10902 t 8654 9955 6967 t 7241 1843 8680 t 1721 1847 1722 t 3272 3273 3394 t 4746 4868 4867 t 5705 5704 5582 t 2790 2792 2923 t 12377 12376 12289 t 1499 1498 1394 t 5125 1419 5250 t 2529 2528 2404 t 2543 5000 2542 t 3157 3280 3279 t 264 359 358 t 4742 4864 4863 t 2422 2920 3664 t 32035 32101 31849 t 5235 5236 5349 t 10694 10763 10693 t 10834 10833 10762 t 6967 7241 8680 t 1843 9377 11595 t 1760 9842 1027 t 5234 5233 5109 t 4363 4483 4482 t 5005 5125 1959 t 343 443 442 t 342 341 6487 t 443 545 544 t 442 443 544 t 545 655 654 t 544 545 654 t 655 765 764 t 654 655 764 t 765 874 873 t 764 765 873 t 874 975 974 t 873 874 974 t 975 1081 1080 t 974 975 1080 t 1081 1183 1182 t 1080 1081 1182 t 1183 1288 1287 t 1182 1183 1287 t 1288 1389 1388 t 16730 1388 16819 t 1389 1493 1492 t 13452 857 2314 t 15191 11164 9875 t 1314 13069 5268 t 1594 1697 1696 t 13878 13766 13879 t 1697 1811 1810 t 1696 1697 1810 t 1811 1930 1929 t 1810 1811 1929 t 2047 2046 1929 t 1930 2047 1929 t 26530 26660 26529 t 2047 2162 2046 t 2162 2277 2276 t 2161 2162 2276 t 2277 2394 2393 t 2276 2277 2393 t 2394 2518 2517 t 2393 2394 2517 t 2518 2636 2635 t 2517 2518 2635 t 2636 2762 2761 t 2635 2636 2761 t 2762 2891 2890 t 2761 2762 2890 t 2891 3019 3018 t 2890 2891 3018 t 3019 3141 3140 t 3018 3019 3140 t 3141 3264 3263 t 3140 3141 3263 t 3264 3385 3384 t 3263 3264 3384 t 3509 3508 3384 t 3385 3509 3384 t 3639 3638 3508 t 3509 3639 3508 t 3639 3755 3754 t 3638 3639 3754 t 3877 3876 3754 t 3755 3877 3754 t 3998 3997 3876 t 3877 3998 3876 t 3998 4116 4115 t 3997 3998 4115 t 4240 4239 4115 t 4116 4240 4115 t 4240 4360 4359 t 4239 4240 4359 t 4359 4360 4479 t 4602 4601 4479 t 31817 31964 32190 t 4602 4722 4601 t 3553 1546 4970 t 4519 4518 12338 t 7682 12348 3553 t 1546 4519 4970 t 5214 5213 5088 t 5089 5214 5088 t 5213 5214 5329 t 5447 5446 5329 t 5565 5564 5446 t 5447 5565 5446 t 5686 5685 5564 t 5565 5686 5564 t 5803 5802 5685 t 5686 5803 5685 t 5911 5910 5802 t 5803 5911 5802 t 6028 6027 5910 t 5911 6028 5910 t 6028 191 6027 t 467 365 191 t 6028 467 191 t 3289 3290 365 t 467 3289 365 t 3050 2921 3290 t 3289 3050 3290 t 3418 3298 2921 t 3050 3418 2921 t 1835 1834 3298 t 3418 1835 3298 t 1728 1727 1834 t 1835 1728 1834 t 4153 4284 1727 t 1728 4153 1727 t 4153 2315 4284 t 6083 5967 24923 t 10688 10758 10687 t 11122 11121 11047 t 32128 31853 32287 t 18240 20696 14322 t 8680 1843 11595 t 9377 12701 8529 t 5832 5833 5938 t 1500 1501 1601 t 5938 5939 6055 t 6422 10371 10372 t 30195 695 694 t 775 884 883 t 359 461 358 t 4870 4871 4994 t 2903 2902 2773 t 3649 3766 3765 t 2066 2180 2065 t 1948 2066 2065 t 1947 1948 2065 t 4135 4136 4258 t 264 263 6311 t 2296 2295 2179 t 1524 8984 2804 t 563 562 460 t 1523 1522 5005 t 2088 2201 1841 t 10834 10903 10833 t 1523 2804 1522 t 2061 2175 2174 t 11358 11357 11277 t 1828 1946 1827 t 1539 1637 1538 t 1961 4883 1960 t 8639 9991 11316 t 21634 21419 21995 t 344 444 443 t 343 6488 6489 t 444 546 545 t 443 444 545 t 546 656 655 t 545 546 655 t 656 766 765 t 655 656 765 t 766 875 874 t 765 766 874 t 875 976 975 t 874 875 975 t 976 1082 1081 t 975 976 1081 t 1082 1184 1183 t 1081 1082 1183 t 1184 1289 1288 t 1183 1184 1288 t 1289 1390 1389 t 1288 1289 1389 t 1390 1494 1493 t 1389 1390 1493 t 1494 1595 1594 t 18460 832 15798 t 1595 1698 1697 t 1594 1595 1697 t 1698 1812 1811 t 1697 1698 1811 t 1931 1930 1811 t 1812 1931 1811 t 1931 2048 2047 t 1930 1931 2047 t 2163 2162 2047 t 2048 2163 2047 t 2163 2278 2277 t 2162 2163 2277 t 2278 2395 2394 t 2277 2278 2394 t 2395 2519 2518 t 2394 2395 2518 t 2519 2637 2636 t 2518 2519 2636 t 2637 2763 2762 t 2636 2637 2762 t 2763 2892 2891 t 2762 2763 2891 t 2892 3020 3019 t 2891 2892 3019 t 3020 3142 3141 t 3019 3020 3141 t 3142 3265 3264 t 3141 3142 3264 t 3265 3386 3385 t 3264 3265 3385 t 3386 3510 3509 t 3385 3386 3509 t 3510 3640 3639 t 3509 3510 3639 t 3756 3755 3639 t 3640 3756 3639 t 3878 3877 3755 t 3756 3878 3755 t 3999 3998 3877 t 3878 3999 3877 t 3999 4117 4116 t 3998 3999 4116 t 4241 4240 4116 t 4117 4241 4116 t 4241 4360 4240 t 4603 4602 4479 t 4723 4722 4602 t 4603 4723 4602 t 11282 11281 11199 t 4151 13585 13695 t 11362 11361 11281 t 11200 11282 11199 t 11282 11362 11281 t 5215 5214 5089 t 5090 5215 5089 t 5215 5330 5329 t 5214 5215 5329 t 5330 5448 5447 t 5329 5330 5447 t 5566 5565 5447 t 5448 5566 5447 t 5687 5686 5565 t 5566 5687 5565 t 5804 5803 5686 t 5687 5804 5686 t 5912 5911 5803 t 5804 5912 5803 t 6029 6028 5911 t 5912 6029 5911 t 6029 269 6028 t 269 467 6028 t 3408 3289 467 t 269 3408 467 t 2922 3050 3289 t 3408 2922 3289 t 2796 3418 3050 t 2922 2796 3050 t 1836 1835 3418 t 2796 1836 3418 t 1729 1728 1835 t 1836 1729 1835 t 788 4153 1728 t 1729 788 1728 t 2437 2315 4153 t 788 2437 4153 t 32254 1887 31916 t 14966 22823 22946 t 11048 11122 11047 t 11200 11199 11121 t 20874 20961 20873 t 17857 14321 20511 t 11595 9377 8529 t 12701 7857 9935 t 5340 5460 5459 t 1196 1302 1195 t 5695 5812 5811 t 3653 3770 3652 t 3895 3894 3773 t 3653 3652 3522 t 350 351 450 t 5228 5342 5227 t 3400 3523 3399 t 5105 5229 5104 t 5462 5461 5341 t 3523 3653 3522 t 3917 4400 1218 t 3523 3522 3399 t 5339 5340 5459 t 5343 5342 5228 t 783 892 782 t 5694 5695 5811 t 2769 2770 2898 t 5920 6037 6036 t 8529 12701 9935 t 3027 3148 3026 t 4883 1523 5005 t 4883 5005 1960 t 461 460 358 t 4871 4995 4994 t 345 445 444 t 6489 344 343 t 445 547 546 t 444 445 546 t 547 657 656 t 546 547 656 t 657 767 766 t 656 657 766 t 767 876 875 t 766 767 875 t 876 977 976 t 875 876 976 t 977 1083 1082 t 976 977 1082 t 1083 1185 1184 t 1082 1083 1184 t 1185 1290 1289 t 1184 1185 1289 t 1290 1391 1390 t 1289 1290 1390 t 1391 1495 1494 t 1390 1391 1494 t 1495 1596 1595 t 1494 1495 1595 t 1596 1699 1698 t 1595 1596 1698 t 1699 1813 1812 t 1698 1699 1812 t 1932 1931 1812 t 1813 1932 1812 t 1932 2049 2048 t 1931 1932 2048 t 2049 2164 2163 t 2048 2049 2163 t 2164 2279 2278 t 2163 2164 2278 t 2279 2396 2395 t 2278 2279 2395 t 2396 2520 2519 t 2395 2396 2519 t 2520 2638 2637 t 2519 2520 2637 t 2638 2764 2763 t 2637 2638 2763 t 2764 2893 2892 t 2763 2764 2892 t 2893 3021 3020 t 2892 2893 3020 t 3143 3142 3020 t 3021 3143 3020 t 3266 3265 3142 t 3143 3266 3142 t 3387 3386 3265 t 3266 3387 3265 t 3387 3511 3510 t 3386 3387 3510 t 3511 3641 3640 t 3510 3511 3640 t 3757 3756 3640 t 3641 3757 3640 t 3757 3879 3878 t 3756 3757 3878 t 3879 4000 3999 t 3878 3879 3999 t 4118 4117 3999 t 4000 4118 3999 t 4242 4241 4117 t 4118 4242 4117 t 4361 4360 4241 t 4242 4361 4241 t 4480 4479 4360 t 4361 4480 4360 t 4480 4604 4603 t 4479 4480 4603 t 4604 4724 4723 t 4603 4604 4723 t 4849 4850 13238 t 4724 4849 4723 t 19250 19434 15404 t 26824 21349 21401 t 27429 27428 27302 t 26052 23661 17417 t 5216 5215 5090 t 5090 5088 13150 t 5331 5330 5215 t 5216 5331 5215 t 9263 3059 6687 t 5330 5331 5448 t 5567 5566 5448 t 5449 5567 5448 t 5567 5688 5687 t 5566 5567 5687 t 5805 5804 5687 t 5688 5805 5687 t 5913 5912 5804 t 5805 5913 5804 t 6030 6029 5912 t 5913 6030 5912 t 270 269 6029 t 6030 270 6029 t 270 5332 269 t 3531 3408 269 t 5332 3531 269 t 3538 2922 3408 t 3531 3538 3408 t 3538 2669 2796 t 2922 3538 2796 t 5928 1836 2796 t 2669 5928 2796 t 1730 1729 1836 t 5928 1730 1836 t 1730 788 1729 t 2436 2437 788 t 9749 1105 3677 t 2436 1856 2437 t 11122 11200 11121 t 11448 11449 11533 t 19154 19070 23605 t 593 18936 2586 t 7857 6795 11514 t 9935 7857 11514 t 4623 4624 4743 t 1849 1967 3682 t 6795 5947 6061 t 7545 7640 1753 t 1870 1985 1984 t 1869 1870 1984 t 1985 2097 2096 t 1984 1985 2096 t 2097 2213 2212 t 2096 2097 2212 t 2213 2330 2329 t 2212 2213 2329 t 2449 2331 2450 t 2329 2330 2448 t 9408 7786 12536 t 12127 12218 12126 t 5843 239 7686 t 1817 1818 1936 t 884 984 983 t 461 563 460 t 2774 2903 2773 t 346 446 445 t 6490 345 344 t 446 548 547 t 445 446 547 t 658 657 547 t 548 658 547 t 658 768 767 t 657 658 767 t 768 877 876 t 767 768 876 t 877 978 977 t 876 877 977 t 978 1084 1083 t 977 978 1083 t 1083 1084 1185 t 1185 1291 1290 t 1291 1392 1391 t 1290 1291 1391 t 1392 1496 1495 t 1391 1392 1495 t 1496 1597 1596 t 1495 1496 1596 t 1597 1700 1699 t 1596 1597 1699 t 1700 1814 1813 t 1699 1700 1813 t 1933 1932 1813 t 1814 1933 1813 t 2050 2049 1932 t 1933 2050 1932 t 2050 2165 2164 t 2049 2050 2164 t 2165 2280 2279 t 2164 2165 2279 t 2280 2397 2396 t 2279 2280 2396 t 2397 2521 2520 t 2396 2397 2520 t 2521 2639 2638 t 2520 2521 2638 t 2639 2765 2764 t 2638 2639 2764 t 2894 2893 2764 t 2765 2894 2764 t 2894 3022 3021 t 2893 2894 3021 t 3144 3143 3021 t 3022 3144 3021 t 3144 3266 3143 t 3388 3387 3266 t 3388 3512 3511 t 3387 3388 3511 t 3512 3642 3641 t 3511 3512 3641 t 3758 3757 3641 t 3642 3758 3641 t 3758 3880 3879 t 3757 3758 3879 t 4001 4000 3879 t 3880 4001 3879 t 4119 4118 4000 t 4001 4119 4000 t 4119 4243 4242 t 4118 4119 4242 t 4242 4243 4361 t 4481 4480 4361 t 4605 4604 4480 t 4481 4605 4480 t 4725 4724 4604 t 4605 4725 4604 t 4851 4850 4725 t 3662 3900 8755 t 10979 11052 10978 t 26208 27398 27069 t 11514 6795 6061 t 5947 182 5726 t 5217 5216 5091 t 6061 5947 5726 t 10591 6291 6202 t 32233 31973 31994 t 5808 5916 5915 t 3149 3272 3271 t 5450 5568 5567 t 5331 7280 5449 t 5568 5689 5688 t 5567 5568 5688 t 5806 5805 5688 t 5689 5806 5688 t 5914 5913 5805 t 5806 5914 5805 t 6031 6030 5913 t 5914 6031 5913 t 279 270 6030 t 6031 279 6030 t 279 3165 5332 t 270 279 5332 t 3165 3531 5332 t 3414 3538 3531 t 3165 3414 3531 t 2552 2669 3538 t 3414 2552 3538 t 1723 5928 2669 t 2552 1723 2669 t 1723 1845 1730 t 5928 1723 1730 t 75 788 1730 t 1845 75 1730 t 75 2436 788 t 1350 31947 32077 t 75 4643 2436 t 11534 11620 11619 t 11701 11620 21423 t 10903 10979 10902 t 11052 11051 10978 t 182 4040 31 t 5726 182 31 t 20117 20116 20026 t 10763 10834 10762 t 2781 2780 2654 t 32159 31876 31984 t 4866 4867 4990 t 2180 2179 2065 t 347 447 446 t 6491 6492 346 t 447 549 548 t 446 447 548 t 549 659 658 t 548 549 658 t 659 769 768 t 658 659 768 t 878 877 768 t 769 878 768 t 878 979 978 t 877 878 978 t 979 1085 1084 t 978 979 1084 t 1085 1186 1185 t 1084 1085 1185 t 1186 1292 1291 t 1185 1186 1291 t 1292 1393 1392 t 1291 1292 1392 t 1497 1496 1392 t 1393 1497 1392 t 1598 1597 1496 t 1497 1598 1496 t 1598 1701 1700 t 1597 1598 1700 t 1701 1815 1814 t 1700 1701 1814 t 1815 1934 1933 t 1814 1815 1933 t 2051 2050 1933 t 1934 2051 1933 t 2051 2166 2165 t 2050 2051 2165 t 2166 2281 2280 t 2165 2166 2280 t 2281 2398 2397 t 2280 2281 2397 t 2398 2522 2521 t 2397 2398 2521 t 2522 2640 2639 t 2521 2522 2639 t 2640 2766 2765 t 2639 2640 2765 t 2895 2894 2765 t 2766 2895 2765 t 3023 3022 2894 t 2895 3023 2894 t 3145 3144 3022 t 3023 3145 3022 t 3267 3266 3144 t 3145 3267 3144 t 3267 3389 3388 t 3266 3267 3388 t 3389 3513 3512 t 3388 3389 3512 t 3513 3643 3642 t 3512 3513 3642 t 3759 3758 3642 t 3643 3759 3642 t 3881 3880 3758 t 3759 3881 3758 t 3881 4002 4001 t 3880 3881 4001 t 4120 4119 4001 t 4002 4120 4001 t 4120 4244 4243 t 4119 4120 4243 t 4362 4361 4243 t 4244 4362 4243 t 4482 4481 4361 t 4362 4482 4361 t 4482 4606 4605 t 4481 4482 4605 t 4726 4725 4605 t 4606 4726 4605 t 11533 11534 11619 t 32023 32147 31816 t 28486 28485 28411 t 12702 8649 32196 t 19934 20023 20022 t 3557 4040 5133 t 10903 10902 10833 t 19842 19934 19933 t 5449 5450 5567 t 7460 5333 9163 t 5451 5569 5568 t 5450 5451 5568 t 5569 5690 5689 t 5568 5569 5689 t 5807 5806 5689 t 5690 5807 5689 t 5807 5915 5914 t 5806 5807 5914 t 5915 6032 6031 t 5914 5915 6031 t 6032 378 279 t 6031 6032 279 t 378 572 3165 t 279 378 3165 t 572 3288 3165 t 3288 3293 3414 t 3165 3288 3414 t 2428 2552 3414 t 3293 2428 3414 t 1722 1723 2552 t 2428 1722 2552 t 1846 1845 1723 t 1722 1846 1723 t 904 75 1845 t 1846 904 1845 t 904 4643 75 t 14357 4852 523 t 31324 31323 31208 t 30962 31092 30961 t 11619 11620 11700 t 12801 12800 12721 t 24142 24141 10404 t 5221 5335 8035 t 28286 28344 28285 t 22258 22212 22706 t 4989 4990 5109 t 1538 1636 1537 t 7244 12203 8786 t 4246 4364 4363 t 3883 4003 4002 t 4136 4259 4258 t 348 448 447 t 347 6492 6493 t 448 550 549 t 447 448 549 t 550 660 659 t 549 550 659 t 660 770 769 t 659 660 769 t 770 879 878 t 769 770 878 t 879 980 979 t 878 879 979 t 980 1086 1085 t 979 980 1085 t 1086 1187 1186 t 1085 1086 1186 t 1187 1293 1292 t 1186 1187 1292 t 1394 1393 1292 t 1293 1394 1292 t 1498 1497 1393 t 1394 1498 1393 t 1599 1598 1497 t 1498 1599 1497 t 1702 1701 1598 t 1599 1702 1598 t 1816 1815 1701 t 1702 1816 1701 t 1816 1935 1934 t 1815 1816 1934 t 1935 2052 2051 t 1934 1935 2051 t 2052 2167 2166 t 2051 2052 2166 t 2167 2282 2281 t 2166 2167 2281 t 2282 2399 2398 t 2281 2282 2398 t 2399 2523 2522 t 2398 2399 2522 t 2523 2641 2640 t 2522 2523 2640 t 2641 2767 2766 t 2640 2641 2766 t 2767 2896 2895 t 2766 2767 2895 t 3024 3023 2895 t 2896 3024 2895 t 3146 3145 3023 t 3024 3146 3023 t 3268 3267 3145 t 3146 3268 3145 t 3268 3390 3389 t 3267 3268 3389 t 3390 3514 3513 t 3389 3390 3513 t 3644 3643 3513 t 3514 3644 3513 t 3644 3760 3759 t 3643 3644 3759 t 3760 3882 3881 t 6315 6408 6407 t 19841 19842 19933 t 6314 6315 6407 t 11940 32287 9987 t 7446 7447 1645 t 12763 11923 12762 t 4650 3665 1738 t 31923 32005 32102 t 32324 31912 31832 t 6541 6540 19159 t 32254 31846 17512 t 6587 12991 10100 t 12035 11952 18035 t 5254 4650 1738 t 31871 11927 31863 t 12642 12725 12724 t 32239 32048 32160 t 7161 10081 6607 t 1442 1338 7246 t 6519 6520 6621 t 7715 7714 7616 t 10207 8132 9050 t 9729 7279 9050 t 6612 6611 6511 t 8284 8283 8187 t 9536 9648 9647 t 5574 5696 7634 t 8297 8397 8296 t 9423 9536 9535 t 8817 8816 8708 t 9422 9423 9535 t 9957 7376 9958 t 9313 9314 9421 t 7317 7415 7414 t 10224 10227 8627 t 6241 7002 7289 t 9314 9422 9421 t 7634 6663 5574 t 9217 9216 9108 t 7606 7704 7703 t 8397 8396 8296 t 9535 9536 9647 t 124 125 209 t 7205 7362 10209 t 9648 9769 9647 t 1038 5504 16335 t 9930 9630 10167 t 14152 14024 2926 t 7790 7789 7693 t 6571 7295 6674 t 8324 8218 10071 t 8082 8081 7985 t 9426 9427 9540 t 7427 7524 7523 t 7959 7582 8346 t 7105 8570 9155 t 19331 6543 6542 t 9729 8153 7279 t 9860 9975 8052 t 8324 10071 9753 t 26781 26780 26659 t 8709 8817 8708 t 1637 1743 1636 t 7098 9744 7089 t 11690 11774 11689 t 8132 6452 7847 t 7694 7790 7693 t 9538 9650 9649 t 9133 9239 9238 t 9651 9650 9538 t 9537 9538 9649 t 31704 31705 24009 t 7669 6697 4877 t 20210 20303 20302 t 32199 32159 32362 t 10042 10041 9361 t 6509 6508 6407 t 32258 31982 32264 t 6408 6509 6407 t 1253 3812 5012 t 9516 9404 10077 t 6926 7029 7028 t 8108 8107 8009 t 7219 7317 7316 t 8010 8108 8009 t 9466 9627 9359 t 6860 6180 8668 t 7105 6979 7672 t 22644 22514 22515 t 26660 26781 26659 t 8363 7296 9828 t 26901 26900 26780 t 9298 88 6502 t 12639 12640 12722 t 11755 6963 9297 t 20589 20588 20495 t 1237 815 186 t 9318 9425 9424 t 27207 26457 32106 t 6289 6288 6201 t 9233 9339 9232 t 7739 7740 7835 t 8179 8178 8076 t 7642 7643 7739 t 7928 7927 7835 t 9088 9862 8984 t 7740 7836 7835 t 8077 8076 7980 t 8077 8179 8076 t 8798 8895 8894 t 7981 8077 7980 t 8797 8798 8894 t 9004 9109 9003 t 6609 6608 6508 t 6509 6609 6508 t 7548 7643 7642 t 7547 7548 7642 t 8893 9002 9001 t 8517 9525 6240 t 7825 7918 7824 t 8010 8009 7917 t 8867 7468 9400 t 7825 7824 7632 t 7123 7122 7021 t 2443 8307 2323 t 10138 6964 6245 t 26781 26901 26780 t 2081 9957 1830 t 6609 6713 6712 t 7836 7928 7835 t 6608 6609 6712 t 19078 6446 10330 t 6811 6810 6712 t 1652 11159 32231 t 26802 26801 26550 t 6953 6952 6854 t 7548 7547 7451 t 6855 6953 6854 t 6953 7056 6952 t 7054 7154 7053 t 9215 9214 9106 t 7643 7740 7739 t 6900 6798 6240 t 11489 11660 9283 t 10401 10400 10342 t 8765 9876 9290 t 11118 11117 11042 t 11305 11304 11222 t 7729 7825 7632 t 10342 10285 10286 t 7729 7632 7633 t 7918 7917 7824 t 17616 27471 27447 t 12557 12558 12641 t 7791 7883 7790 t 9519 9978 9520 t 31930 24923 5967 t 7751 10106 7862 t 7452 7548 7451 t 6326 6325 10370 t 6951 7054 6950 t 7455 7454 7356 t 7550 7549 7454 t 7455 7550 7454 t 7646 7645 7549 t 7550 7646 7549 t 7254 7253 7153 t 7743 7742 7645 t 8116 8145 7660 t 7154 7254 7153 t 8910 9019 8909 t 6713 6811 6712 t 6909 6910 7011 t 8560 8463 7443 t 29172 29268 29171 t 6313 6314 6406 t 2191 1613 5387 t 7769 7866 6993 t 6811 6911 6910 t 27027 27026 26900 t 11126 11204 11125 t 6810 6811 6910 t 6911 7012 6910 t 11516 10331 2930 t 7113 7112 7012 t 9652 9773 9772 t 8465 9520 6996 t 7695 7696 7791 t 8766 6571 8663 t 7154 7153 7053 t 7884 7977 7883 t 7646 7743 7645 t 15546 6468 31677 t 7838 7837 7742 t 7743 7838 7742 t 7838 7931 7930 t 7837 7838 7930 t 7931 8023 8022 t 7930 7931 8022 t 6951 6950 6851 t 8023 8122 8121 t 7354 7452 7353 t 6852 6951 6851 t 7354 7353 7253 t 7254 7354 7253 t 30840 30963 30839 t 7452 7451 7353 t 24894 25440 25805 t 19161 10198 10336 t 8463 8517 7443 t 9019 9018 8909 t 7112 7111 7011 t 8196 8195 8094 t 9453 9567 9452 t 11532 11533 11618 t 10761 10832 10760 t 26901 27027 26900 t 10283 10339 10282 t 27156 27155 27026 t 16944 24341 2476 t 7214 7213 7112 t 5600 12364 1844 t 6810 6809 6711 t 8249 9693 9946 t 10050 8465 6996 t 6810 6910 6809 t 27092 27093 17616 t 3665 1876 3076 t 27312 26337 5851 t 24443 24554 24553 t 25769 25768 25645 t 31884 32056 32324 t 8022 8023 8121 t 590 6086 7941 t 8318 15308 8222 t 8121 8122 15308 t 9418 6954 8264 t 27027 27156 27026 t 6176 10312 6235 t 27279 27278 27155 t 7054 7053 6950 t 7113 7214 7112 t 7312 7311 7213 t 25769 25894 25768 t 27156 27279 27155 t 31873 32080 32076 t 17706 27320 27462 t 5594 2194 2067 t 995 9749 900 t 7426 7523 7522 t 7443 8517 6240 t 8249 8674 9693 t 7214 7312 7213 t 7769 8767 8868 t 9023 9127 9126 t 995 7656 9749 t 5247 2069 2070 t 24005 25112 22764 t 1781 17051 16964 t 11531 11617 11616 t 7953 12451 8954 t 11530 11531 11616 t 23757 28425 23758 t 12717 12797 12764 t 6910 6909 6809 t 12468 12467 12380 t 6712 6810 6711 t 6910 7012 7011 t 7410 7409 7311 t 27403 27402 27278 t 6845 6846 6942 t 6942 6943 7044 t 7796 7888 7887 t 7312 7410 7311 t 7116 7117 7217 t 9635 703 8785 t 7218 7219 7316 t 7507 7506 7409 t 7410 7507 7409 t 9543 9542 9428 t 1738 3665 3076 t 30204 6745 30203 t 25088 24125 27689 t 9426 9540 9425 t 6846 6943 6942 t 25709 27343 27342 t 24553 24554 24667 t 17712 17616 27447 t 694 6736 6633 t 4877 6697 4876 t 7507 7603 7602 t 26295 26419 26418 t 23753 23752 23671 t 27279 27403 27278 t 27587 24003 22298 t 27528 27527 27402 t 26418 26419 26544 t 9566 9565 9451 t 31966 32170 32350 t 996 6881 7656 t 7683 1105 9749 t 7656 7683 9749 t 1253 5012 299 t 1876 8735 4151 t 1512 7596 1408 t 6432 6892 8989 t 200 14399 14361 t 12381 12468 12380 t 12716 12717 12764 t 10704 10627 10629 t 11473 11472 11385 t 27403 27528 27402 t 6736 6737 6835 t 7044 7045 1232 t 7506 7507 7602 t 7603 7701 7700 t 1232 1128 7044 t 3076 1876 4151 t 8688 8689 8795 t 12472 12559 12471 t 675 6809 786 t 12559 12643 12642 t 12723 12802 12801 t 9446 9445 9338 t 7227 7324 7226 t 536 434 6685 t 6943 7045 7044 t 8175 8270 8269 t 9541 9653 9540 t 27652 27651 27527 t 6774 8015 5718 t 12383 12469 12382 t 2012 2013 2126 t 12554 12553 12467 t 3282 3160 3283 t 28294 10245 28353 t 7602 7603 7700 t 7701 7797 7796 t 20515 11238 20050 t 7978 7979 8074 t 12298 12297 12217 t 7212 7310 7211 t 7407 7406 7309 t 21328 25367 22485 t 466 7948 2920 t 9092 7683 7656 t 6881 9092 7656 t 8157 8254 7683 t 9092 8157 7683 t 7177 7077 8254 t 8157 7177 8254 t 23240 3741 27071 t 1131 14937 2794 t 9512 8456 7757 t 9519 6602 9978 t 15832 17200 17173 t 25930 26775 25679 t 11885 11884 11800 t 10138 10137 10018 t 14356 14350 14879 t 8998 9103 3160 t 9792 9793 9904 t 7325 7423 7422 t 1491 1592 16903 t 9254 9150 9151 t 8686 8687 8793 t 7877 5820 6941 t 11449 11534 11533 t 7700 7701 7796 t 8288 8287 8191 t 32223 32297 31911 t 9000 9105 8999 t 8794 8891 8890 t 6758 9419 8741 t 216 311 215 t 8890 8999 8889 t 8475 8884 7388 t 7036 7137 7035 t 11758 10511 10863 t 11234 8158 11237 t 8116 7660 6941 t 7797 7889 7888 t 7796 7797 7888 t 12200 11940 12337 t 7889 7982 7981 t 10901 10900 10831 t 9990 23 2951 t 6488 342 6487 t 21560 19912 19913 t 28295 21061 17771 t 7572 9092 6881 t 8057 8157 9092 t 7572 8057 9092 t 10055 7177 8157 t 8057 10055 8157 t 12190 3671 32253 t 9109 9217 9108 t 7572 6881 996 t 9383 9932 8456 t 32079 32290 32036 t 11971 12054 12053 t 31869 17212 31846 t 7036 7035 6933 t 8158 10721 11237 t 9774 9773 9652 t 1337 1336 1232 t 1005 7077 1004 t 8072 8073 8174 t 8793 8794 8890 t 9844 4392 574 t 10026 10145 10144 t 9000 8999 8890 t 32331 32067 32121 t 27528 27652 27527 t 7888 7889 7981 t 10117 7376 2081 t 31855 32292 31828 t 4748 4747 9361 t 8891 9000 8890 t 10638 2932 32068 t 9556 9557 9668 t 4302 3206 11289 t 3659 5355 4264 t 7108 175 4017 t 8051 464 1879 t 8844 8136 9076 t 24595 10920 10850 t 5591 5590 5474 t 12097 12769 31831 t 7310 7407 7309 t 997 6880 8939 t 8571 5594 5478 t 3539 3294 8044 t 9100 9208 3659 t 9534 9535 3773 t 10112 6676 9497 t 9843 10112 9497 t 8886 7572 6676 t 10112 8886 6676 t 8886 7590 7572 t 7590 8353 8057 t 7572 7590 8057 t 8142 10055 8057 t 8353 8142 8057 t 996 183 6094 t 345 444 344 t 8011 7919 2089 t 22767 26465 17734 t 25531 25530 25420 t 10392 10393 10457 t 8752 9824 6970 t 7137 7136 7035 t 7137 7236 7136 t 463 565 462 t 9419 6607 8741 t 9668 9669 9789 t 1966 3181 3304 t 9105 9104 8999 t 6996 6896 9186 t 8944 7860 7462 t 27778 27777 27651 t 27652 27778 27651 t 31887 32000 11934 t 26324 26325 17425 t 23819 32274 7372 t 6742 6760 5714 t 12017 10514 3671 t 23811 22363 20459 t 19862 25680 11751 t 16399 17391 17001 t 5365 7479 9926 t 8262 7199 5355 t 3401 3525 3524 t 18432 18507 18506 t 9723 10181 7755 t 6566 215 6565 t 7282 8578 7755 t 10181 7282 7755 t 6757 10078 8578 t 7282 6757 8578 t 9703 9843 10078 t 6757 9703 10078 t 9304 10112 9843 t 9703 9304 9843 t 10190 8886 10112 t 9304 10190 10112 t 10190 7589 7590 t 8886 10190 7590 t 7589 8253 8353 t 7590 7589 8353 t 8253 8242 8142 t 8353 8253 8142 t 8995 10055 8142 t 8242 8995 8142 t 8883 8866 10055 t 8995 8883 10055 t 8258 8358 8866 t 8883 8258 8866 t 5930 6046 6045 t 11717 11801 11716 t 32013 32180 32220 t 7336 7335 7236 t 7723 7722 7625 t 6828 6926 6925 t 6828 6827 6728 t 8817 8914 8816 t 6827 6828 6925 t 7617 7715 7616 t 1342 9642 5255 t 9022 9126 9125 t 2084 8358 8258 t 282 5722 2333 t 6715 6716 6813 t 10687 10757 10686 t 32193 31973 32233 t 16673 15542 27777 t 8684 8685 8791 t 8582 8685 8684 t 8581 8582 8684 t 3403 3402 3280 t 8476 8582 8581 t 8685 8792 8791 t 27778 16673 27777 t 19682 19681 15542 t 25708 24314 24425 t 31038 11336 31805 t 7180 9373 9100 t 9373 8171 9208 t 9100 9373 9208 t 8171 8263 8262 t 9208 8171 8262 t 8263 8441 7199 t 8262 8263 7199 t 8441 9724 9723 t 7199 8441 9723 t 10066 10181 9723 t 9724 10066 9723 t 10066 10173 7282 t 10181 10066 7282 t 7282 10173 6757 t 10173 9708 9703 t 6757 10173 9703 t 9708 9201 9304 t 9703 9708 9304 t 9304 9201 10190 t 7589 7961 8253 t 7961 8339 8242 t 8253 7961 8242 t 8339 6708 8995 t 8242 8339 8995 t 6708 7761 8883 t 8995 6708 8883 t 7875 8258 8883 t 7761 7875 8883 t 32135 32284 32208 t 7875 7277 8258 t 18587 18659 18658 t 8078 8077 7981 t 10393 10458 10457 t 8418 2415 7365 t 7434 7433 7335 t 9478 87 2453 t 6661 3437 8950 t 7336 7434 7335 t 9514 6596 9516 t 8031 7749 9475 t 31877 31931 32114 t 9403 9514 9516 t 7315 7413 7412 t 6567 216 6566 t 10347 10806 10939 t 1829 7881 1948 t 8914 8913 8816 t 9021 9022 9125 t 31989 32152 32000 t 7176 9499 5859 t 6979 6878 7392 t 7509 7510 7605 t 3039 3038 2911 t 32151 32260 32283 t 8456 9745 8237 t 7929 7928 7836 t 7977 8073 7976 t 8685 8686 8792 t 7155 7154 7054 t 8793 8890 8889 t 8279 8280 8380 t 9539 9651 9538 t 7126 7125 7024 t 6987 9743 9623 t 16673 19682 15542 t 31742 31626 19586 t 10110 8114 28678 t 7088 9373 7180 t 8114 7088 7180 t 8266 8171 9373 t 7088 8266 9373 t 8168 8263 8171 t 8266 8168 8171 t 8168 6594 8441 t 8263 8168 8441 t 6594 9608 9724 t 8441 6594 9724 t 9608 7540 10066 t 9724 9608 10066 t 7540 7464 10173 t 10066 7540 10173 t 7464 6658 10173 t 6658 9927 9708 t 10173 6658 9708 t 9927 7306 9201 t 9708 9927 9201 t 7306 10061 10190 t 9201 7306 10190 t 10061 7071 7589 t 10190 10061 7589 t 7071 7871 7961 t 7589 7071 7961 t 7871 8042 8339 t 7961 7871 8339 t 8042 9833 6708 t 8339 8042 6708 t 9833 7853 7761 t 6708 9833 7761 t 7853 7878 7875 t 7761 7853 7875 t 9714 7277 7875 t 7878 9714 7875 t 22772 22641 32327 t 1875 6090 12 t 5217 854 7164 t 6242 9478 2453 t 5359 9198 12095 t 7530 7529 7433 t 9029 9028 8920 t 9830 7749 8031 t 6934 9830 8031 t 8013 8014 8111 t 9464 9576 9463 t 9237 9238 9344 t 7601 7602 7699 t 22707 22267 21243 t 7982 8078 7981 t 7700 7796 7795 t 13571 13126 1412 t 7105 10222 6979 t 6451 9368 8987 t 9514 9178 8432 t 8014 8112 8111 t 7423 7520 7422 t 7898 7899 7990 t 7176 5861 9849 t 7497 6601 9057 t 7958 10222 7274 t 10222 7105 7274 t 7958 7274 8064 t 7392 9057 6979 t 8180 8179 8077 t 8392 8501 8500 t 8078 8180 8077 t 8275 8274 8179 t 8180 8275 8179 t 8275 8376 8375 t 8274 8275 8375 t 6473 6878 9975 t 8376 8483 8482 t 8375 8376 8482 t 8589 8588 8482 t 8483 8589 8482 t 7887 7888 7980 t 7602 7700 7699 t 6495 350 349 t 19681 19682 6437 t 9387 8114 9625 t 9625 30770 25444 t 9387 7088 8114 t 8367 8266 7088 t 8066 8168 8266 t 8367 8066 8266 t 9763 6594 8168 t 8066 9763 8168 t 9609 9608 6594 t 9763 9609 6594 t 9609 7539 7540 t 9608 9609 7540 t 7539 9845 7464 t 7540 7539 7464 t 9845 7162 6658 t 7464 9845 6658 t 7162 7583 9927 t 6658 7162 9927 t 7583 9764 7306 t 9927 7583 7306 t 9764 10076 10061 t 7306 9764 10061 t 10076 8991 7071 t 10061 10076 7071 t 8991 6535 7871 t 7071 8991 7871 t 6535 7951 8042 t 7871 6535 8042 t 7951 9717 9833 t 8042 7951 9833 t 9717 7592 7853 t 9833 9717 7853 t 7592 7783 7878 t 7853 7592 7878 t 7783 9598 9714 t 7878 7783 9714 t 2092 2207 8014 t 9598 7950 9714 t 1838 3547 149 t 12773 11024 32034 t 17617 27520 27471 t 1631 12446 12357 t 7316 7414 7413 t 31603 16909 16998 t 7749 7205 9475 t 8921 9029 8920 t 9690 9689 9575 t 10032 10151 10150 t 9389 8327 9162 t 9576 9690 9575 t 32299 32010 31864 t 20209 20210 20302 t 11019 11848 11924 t 7057 7056 6953 t 210 6560 211 t 10944 14101 11095 t 8724 8829 8723 t 10025 10144 10143 t 6593 9830 6934 t 8829 8928 8828 t 6745 6845 6844 t 8213 8212 8111 t 8112 8213 8111 t 8213 8306 8212 t 8306 8305 8212 t 8620 8619 8513 t 8407 8406 8305 t 8306 8407 8305 t 8514 8513 8406 t 8514 8620 8513 t 8407 8514 8406 t 8724 8723 8619 t 8620 8724 8619 t 7678 11090 11158 t 10039 8064 7959 t 31916 32275 31878 t 7292 10060 9826 t 9860 6473 9975 t 5695 5696 5812 t 8153 9860 8052 t 2195 11680 11022 t 9151 12458 12542 t 6878 6473 9162 t 7157 7156 7056 t 15051 8936 8935 t 7057 7157 7056 t 7257 7256 7156 t 7157 7257 7156 t 7357 7356 7256 t 6765 5714 6760 t 12286 12536 7209 t 6437 19079 19078 t 9278 9387 6890 t 19671 31742 19586 t 6436 7088 9387 t 9278 6436 9387 t 8472 8367 7088 t 6436 8472 7088 t 9528 8066 8367 t 8472 9528 8367 t 9959 9763 8066 t 9528 9959 8066 t 9496 9609 9763 t 9959 9496 9763 t 9496 7538 7539 t 9609 9496 7539 t 7538 6939 9845 t 7539 7538 9845 t 6939 6657 7162 t 9845 6939 7162 t 6657 6886 7583 t 7162 6657 7583 t 6886 10179 9764 t 7583 6886 9764 t 10179 7832 10076 t 9764 10179 10076 t 7832 8861 8991 t 10076 7832 8991 t 8861 6355 6535 t 8991 8861 6535 t 6355 8444 7951 t 6535 6355 7951 t 8444 7346 9717 t 7951 8444 9717 t 7346 7535 7592 t 9717 7346 7592 t 7535 7690 7783 t 7592 7535 7783 t 7690 9486 9598 t 7783 7690 9598 t 9486 8041 7950 t 9598 9486 7950 t 8041 10096 8155 t 7950 8041 8155 t 7262 7668 8155 t 10096 7262 8155 t 21759 21758 22969 t 10799 10931 10860 t 9029 9134 9133 t 8692 8691 8588 t 9458 9459 9684 t 9690 9811 9810 t 27713 22799 27588 t 20399 20400 20495 t 7257 7357 7256 t 7357 7455 7356 t 7888 7981 7980 t 7551 7550 7455 t 9689 9690 9810 t 8835 15185 8836 t 10031 10032 10150 t 9811 9923 9922 t 7434 7530 7433 t 9766 6593 6934 t 180 574 4392 t 12373 12461 12460 t 10791 7244 12801 t 9546 9547 10049 t 12460 12461 12546 t 4733 4856 4717 t 3672 2570 1632 t 8149 9547 9546 t 9878 8149 9546 t 9054 8946 9878 t 9143 9142 9036 t 6805 8946 9054 t 9037 9143 9036 t 9037 9036 8828 t 8928 9037 8828 t 9249 9248 9142 t 9143 9249 9142 t 9356 9355 9248 t 9249 9356 9248 t 9464 9463 9355 t 9356 9464 9355 t 9151 9150 9044 t 9576 9575 9463 t 9045 9044 8935 t 9045 9151 9044 t 7509 7605 7604 t 7171 727 728 t 6229 6230 6316 t 19079 15750 6446 t 19078 19079 6446 t 7573 9278 10225 t 6753 29827 29734 t 9280 6436 9278 t 7573 9280 9278 t 8577 8472 6436 t 9280 8577 6436 t 9527 9528 8472 t 8577 9527 8472 t 8236 9959 9528 t 9527 8236 9528 t 7852 9496 9959 t 8236 7852 9959 t 7852 7537 7538 t 9496 7852 7538 t 7537 7040 6939 t 7538 7537 6939 t 7040 10102 6657 t 6939 7040 6657 t 10102 10179 6886 t 6657 10102 6886 t 10179 9993 7832 t 7832 8859 8861 t 8859 8838 6355 t 8861 8859 6355 t 8838 8550 8444 t 6355 8838 8444 t 8550 9892 7346 t 8444 8550 7346 t 9892 7536 7535 t 7346 9892 7535 t 7536 7092 7690 t 7535 7536 7690 t 7092 9374 9486 t 7690 7092 9486 t 9374 7078 8041 t 9486 9374 8041 t 7078 7874 10096 t 8041 7078 10096 t 7937 7262 10096 t 7874 7937 10096 t 32113 32158 31892 t 18466 4152 16588 t 2911 8792 8889 t 9351 9459 9350 t 9459 9685 9684 t 10154 821 8975 t 7718 7814 7813 t 8209 8208 8107 t 9366 7008 6638 t 7647 7646 7550 t 7551 7647 7550 t 7744 7743 7646 t 7647 7744 7646 t 7839 7838 7743 t 18569 24761 24760 t 7744 7839 7743 t 8589 8692 8588 t 10032 10031 9917 t 10035 10036 10154 t 9028 9029 9133 t 10151 6593 9766 t 7628 7627 7529 t 7530 7628 7529 t 7628 7724 7627 t 8005 8004 7912 t 8102 8101 8004 t 8005 8102 8004 t 8203 8202 8101 t 8102 8203 8101 t 8202 8203 8298 t 8203 8399 8298 t 9727 6805 9054 t 10167 6805 9727 t 10209 10167 10052 t 10052 10167 9727 t 7205 10209 9260 t 9260 10209 10052 t 10150 10151 9766 t 9475 7205 9260 t 9923 10036 10035 t 9244 9351 9243 t 9810 9811 9922 t 9922 9923 10035 t 9555 9556 9667 t 7932 7931 7838 t 7839 7932 7838 t 15750 18344 12341 t 6446 15750 12341 t 7058 7573 8781 t 8781 7573 10225 t 7858 9280 7573 t 7058 7858 7573 t 8576 8577 9280 t 7858 8576 9280 t 8576 9527 8577 t 9660 7852 8236 t 9660 7141 7537 t 7852 9660 7537 t 7141 7039 7040 t 7537 7141 7040 t 7039 9985 10102 t 7040 7039 10102 t 9985 10064 10179 t 10102 9985 10179 t 10064 9877 9993 t 10179 10064 9993 t 9877 9085 7832 t 9993 9877 7832 t 9085 8880 8859 t 7832 9085 8859 t 8880 9730 8838 t 8859 8880 8838 t 9730 8653 8550 t 8838 9730 8550 t 8653 9580 9892 t 8550 8653 9892 t 9580 7541 7536 t 9892 9580 7536 t 7541 6636 7092 t 7536 7541 7092 t 6636 9267 9374 t 7092 6636 9374 t 9267 6975 7078 t 9374 9267 7078 t 6975 9974 7874 t 7078 6975 7874 t 9974 6899 7937 t 7874 9974 7937 t 1828 1713 1829 t 10189 4392 9844 t 1966 3304 1965 t 20119 20120 20209 t 7067 8264 6954 t 32348 26570 31955 t 8209 8302 8208 t 7932 8024 8023 t 11278 11277 11195 t 7931 7932 8023 t 8024 8123 8122 t 7927 7926 7834 t 8023 8024 8122 t 8692 8799 8798 t 7275 9359 7773 t 6868 405 307 t 9918 10032 9917 t 7570 9592 6242 t 9133 9134 9239 t 12834 18171 18091 t 33 11022 86 t 11680 11936 11096 t 7345 6507 7684 t 9055 9059 7345 t 19627 13592 19599 t 6901 9364 9055 t 6507 8573 7684 t 9507 9513 6901 t 9059 6507 7345 t 8060 8061 9507 t 9364 9059 9055 t 8061 9513 9507 t 9513 9364 6901 t 8612 8611 8507 t 9401 9485 6807 t 8298 8399 8398 t 8508 8612 8507 t 8508 8507 8398 t 8399 8508 8398 t 8716 8715 8611 t 8612 8716 8611 t 8824 8823 8715 t 8716 8824 8715 t 8921 8920 8823 t 8824 8921 8823 t 9034 9138 9033 t 9244 9243 9137 t 9731 9516 10077 t 9556 9668 9667 t 7835 7834 7738 t 7739 7835 7738 t 8123 8223 8222 t 8122 8123 8222 t 18344 21749 18551 t 12341 18344 18551 t 9093 8576 7858 t 9529 9527 8576 t 9093 9529 8576 t 8941 8236 9527 t 9529 8941 9527 t 8979 9660 8236 t 8941 8979 8236 t 8979 7142 7141 t 9660 8979 7141 t 7142 7635 7039 t 7141 7142 7039 t 7635 10103 9985 t 7039 7635 9985 t 10103 7735 10064 t 9985 10103 10064 t 7735 9765 9877 t 10064 7735 9877 t 9765 8981 9085 t 9877 9765 9085 t 8981 10214 8880 t 9085 8981 8880 t 10214 372 9730 t 8880 10214 9730 t 372 8757 8653 t 9730 372 8653 t 8757 9628 9580 t 8653 8757 9580 t 9628 7542 7541 t 9580 9628 7541 t 7542 6637 6636 t 7541 7542 6636 t 6637 9266 9267 t 6636 6637 9267 t 9266 9394 6975 t 9267 9266 6975 t 9394 8248 9974 t 6975 9394 9974 t 8248 9844 6899 t 9974 8248 6899 t 31875 31909 31826 t 32346 32318 32320 t 12998 686 687 t 6767 408 407 t 9896 10011 9895 t 7807 7806 7710 t 507 407 408 t 7451 7547 7546 t 7450 7451 7546 t 5839 7571 5838 t 8223 15175 8318 t 31979 21359 32091 t 11597 10347 10939 t 7353 7451 7450 t 17658 2387 2511 t 10756 10755 10685 t 7835 7927 7834 t 8158 11398 1319 t 5961 6083 24923 t 9806 9805 9684 t 9203 6404 9747 t 9454 9346 9239 t 9685 9806 9684 t 8753 7076 7570 t 9134 9454 9239 t 7920 7666 7060 t 9592 9478 6242 t 10128 7666 7920 t 8229 10128 7920 t 6761 10045 6433 t 7666 6761 7060 t 6879 6778 8350 t 7060 6761 6433 t 10045 6778 6879 t 6433 10045 6879 t 7386 9977 7195 t 9977 9631 7367 t 7195 9977 7367 t 31847 32344 32338 t 6808 8061 8060 t 7367 9631 6799 t 8879 7663 9401 t 6807 6808 8060 t 2453 87 8879 t 9485 6808 6807 t 87 7663 8879 t 7663 9485 9401 t 9798 9910 9797 t 9910 10024 10023 t 9801 9913 9800 t 10027 10146 10145 t 8720 8719 8616 t 8925 8924 8719 t 9620 9740 8346 t 7547 7642 7641 t 7546 7547 7641 t 8691 8692 8798 t 21749 24241 24240 t 6907 3303 8048 t 1406 1511 1510 t 18551 21749 24240 t 24241 25523 25476 t 7850 7058 8574 t 30333 9782 8781 t 7952 7858 7058 t 7850 7952 7058 t 9204 9093 7858 t 7952 9204 7858 t 9530 9529 9093 t 9204 9530 9093 t 9417 8941 9529 t 9530 9417 9529 t 7558 8979 8941 t 9417 7558 8941 t 7558 9099 7142 t 8979 7558 7142 t 9099 7636 7635 t 7142 9099 7635 t 7635 7636 10103 t 10103 7734 7735 t 7734 6838 9765 t 7735 7734 9765 t 9765 6838 8981 t 8981 7587 10214 t 7587 8458 372 t 10214 7587 372 t 8458 8858 8757 t 372 8458 8757 t 8858 6973 9628 t 8757 8858 9628 t 6973 7390 7542 t 9628 6973 7542 t 7390 8016 6637 t 7542 7390 6637 t 8016 9874 9266 t 6637 8016 9266 t 9874 9285 9394 t 9266 9874 9394 t 9285 10056 8248 t 9394 9285 8248 t 10056 10189 9844 t 8248 10056 9844 t 6552 8771 4392 t 12998 798 1131 t 10312 10313 188 t 4146 4026 9895 t 2215 2214 7927 t 9869 10075 7198 t 9400 7565 9291 t 7153 7253 7152 t 7253 7353 7352 t 8799 8896 8895 t 10606 10605 10528 t 8798 8799 8895 t 23 10945 33 t 7253 7252 7152 t 22061 19227 19775 t 7352 7353 7450 t 8509 8720 8616 t 7944 5221 8429 t 9806 9918 9917 t 9459 9458 9350 t 9454 9453 9346 t 9805 9806 9917 t 10047 9819 8753 t 8455 8867 9579 t 7373 8415 9416 t 8896 9005 9004 t 8895 8896 9004 t 9884 9885 9999 t 9110 9109 9004 t 9005 9110 9004 t 6263 9840 6803 t 11443 11442 11355 t 6997 7284 6263 t 2694 2693 2821 t 7971 7059 6799 t 7094 7188 7193 t 7284 9840 6263 t 7193 7284 6997 t 12387 12386 12296 t 6573 6677 10090 t 8939 2677 12429 t 8852 7569 8853 t 9052 9631 13297 t 9218 9217 9109 t 24015 24016 24117 t 9909 9910 10023 t 20498 20499 20591 t 10026 10027 10145 t 10024 10143 10142 t 10027 10026 9912 t 3922 9466 821 t 9034 9033 8924 t 7642 7739 7738 t 8796 8893 8892 t 10005 10004 9889 t 7641 7642 7738 t 26835 31846 17212 t 12851 11256 10381 t 30333 8220 8574 t 9612 7762 30025 t 8473 7850 8220 t 7762 8473 8220 t 8043 7952 7850 t 8473 8043 7850 t 9205 9204 7952 t 8043 9205 7952 t 9995 9530 9204 t 9205 9995 9204 t 8172 9417 9530 t 9995 8172 9530 t 7461 7558 9417 t 8172 7461 9417 t 7461 9099 7558 t 9099 7637 7636 t 7637 9984 10103 t 7636 7637 10103 t 10103 9984 7734 t 7734 6839 6838 t 6838 6839 8981 t 8981 6839 7587 t 7587 8670 8458 t 8670 8964 8858 t 8458 8670 8858 t 8964 7680 6973 t 8858 8964 6973 t 7489 7390 6973 t 7680 7489 6973 t 7489 8017 8016 t 7390 7489 8016 t 8017 8361 9874 t 8016 8017 9874 t 8361 9506 9285 t 9874 8361 9285 t 9506 6688 10056 t 9285 9506 10056 t 6688 6552 10189 t 10056 6688 10189 t 10189 6552 4392 t 9211 9315 3404 t 8771 9395 4392 t 7365 464 6969 t 9881 4016 9769 t 6960 8363 9828 t 243 164 5951 t 7252 7253 7352 t 7800 7801 7892 t 7506 7505 7408 t 7053 7153 7052 t 8192 8288 8191 t 5632 5751 5750 t 8094 8093 7996 t 24240 24241 25476 t 9800 9912 9799 t 7613 7612 7515 t 7053 7052 6949 t 6950 7053 6949 t 10734 11100 11849 t 6180 8748 8668 t 8509 8616 8401 t 8402 8509 8401 t 9568 9567 9453 t 9454 9568 9453 t 9677 9798 9676 t 9680 9679 9567 t 8651 3663 3527 t 7076 9592 7570 t 7373 9841 6800 t 7503 7504 7599 t 10135 596 10134 t 9841 7373 9416 t 10135 10134 10015 t 10016 10135 10015 t 596 9594 8219 t 596 8167 10134 t 9594 8780 8147 t 8167 596 8219 t 8219 9594 8147 t 8141 6423 8325 t 8147 8780 8563 t 8780 8141 8563 t 8563 8141 8325 t 6423 6958 9591 t 8325 6423 9591 t 6958 1429 2812 t 10204 7188 7094 t 9591 6958 2812 t 10090 10204 7094 t 9416 8415 8744 t 6677 10204 10090 t 11536 11535 11450 t 8744 6677 6573 t 7030 7031 7131 t 8442 7168 8644 t 10023 10024 10142 t 6927 6928 7030 t 9913 10027 9912 t 10143 7292 6654 t 8925 9034 8924 t 9680 9801 9679 t 11827 5606 5721 t 9138 9137 9033 t 5753 9584 5752 t 9736 9283 12805 t 7176 9733 9499 t 12799 9378 12798 t 6533 7762 9499 t 9733 6533 9499 t 7287 8473 7762 t 6533 7287 7762 t 8143 8043 8473 t 7287 8143 8473 t 9308 9205 8043 t 8143 9308 8043 t 9531 9995 9205 t 9308 9531 9205 t 8636 8172 9995 t 9531 8636 9995 t 9521 7461 8172 t 8636 9521 8172 t 8144 9099 7461 t 9521 8144 7461 t 9099 8144 7637 t 7637 9867 9984 t 9867 7733 7734 t 9984 9867 7734 t 7733 6840 6839 t 7734 7733 6839 t 6840 8328 6839 t 8328 7586 7587 t 6839 8328 7587 t 7586 8773 8670 t 7587 7586 8670 t 8773 8963 8964 t 8670 8773 8964 t 8963 7936 7680 t 8964 8963 7680 t 7488 7489 7680 t 7936 7488 7680 t 7488 8018 8017 t 7489 7488 8017 t 7140 8361 8017 t 8018 7140 8017 t 9184 9506 8361 t 7140 9184 8361 t 9184 7774 6688 t 9506 9184 6688 t 7774 6450 6552 t 6688 7774 6552 t 6450 8872 8771 t 6552 6450 8771 t 8872 7080 9395 t 8771 8872 9395 t 9395 7080 687 t 20032 20122 20031 t 9110 9218 9109 t 10896 10969 10895 t 7114 7115 7215 t 6950 6949 6851 t 9028 9027 8919 t 8920 9028 8919 t 17562 24592 26829 t 32094 32129 31976 t 19088 19178 12673 t 10067 3545 10114 t 1739 25258 25309 t 7757 8237 6470 t 20129 29920 20130 t 7465 8314 6877 t 6776 6877 9189 t 18551 24240 24239 t 10310 12261 12087 t 7991 8087 8086 t 7153 7152 7052 t 8402 8401 8300 t 9886 9887 10001 t 9798 9797 9676 t 10145 10146 10111 t 7600 7698 7697 t 9910 9909 9797 t 11321 11241 11162 t 6628 6627 6525 t 7399 9601 8659 t 9510 7373 6800 t 7315 7316 7413 t 6891 6892 6432 t 6758 8741 8037 t 12377 12464 12376 t 7462 8037 7271 t 8545 7462 7271 t 7480 8545 7271 t 14221 14725 12519 t 2039 14221 12434 t 31931 32125 32037 t 10797 11343 11342 t 32018 32271 31837 t 12040 12039 19396 t 32209 31921 32216 t 11362 11363 11449 t 10824 10895 10823 t 11283 11282 11200 t 26893 26892 26771 t 7072 8416 8518 t 11099 11175 9991 t 1429 8416 7072 t 486 50 61 t 2812 1429 7072 t 8416 8521 8518 t 5717 6774 5718 t 8803 8802 8695 t 6604 11499 3430 t 9009 9114 9113 t 7031 7132 7131 t 8227 8128 8228 t 10142 10143 6654 t 6830 6928 6829 t 9913 9912 9800 t 7292 9826 9207 t 9138 9244 9137 t 9568 9680 9567 t 210 306 305 t 9351 9350 9243 t 9849 9733 7176 t 12537 12538 9467 t 9849 8466 6533 t 9733 9849 6533 t 8368 7287 6533 t 8466 8368 6533 t 8531 8143 7287 t 8368 8531 7287 t 9309 9308 8143 t 8531 9309 8143 t 7037 9531 9308 t 9309 7037 9308 t 9583 8636 9531 t 7037 9583 9531 t 9407 9521 8636 t 9583 9407 8636 t 9502 8144 9521 t 9407 9502 9521 t 9950 7637 8144 t 9502 9950 8144 t 9950 9866 9867 t 7637 9950 9867 t 9866 7732 7733 t 9867 9866 7733 t 7732 7827 6840 t 7733 7732 6840 t 7827 8252 8328 t 6840 7827 8328 t 8252 8790 7586 t 8328 8252 7586 t 8790 8874 8773 t 7586 8790 8773 t 8874 8962 8963 t 8773 8874 8963 t 8962 7925 7936 t 8963 8962 7936 t 7925 7391 7488 t 7936 7925 7488 t 8019 8018 7488 t 7391 8019 7488 t 9166 7140 8018 t 8019 9166 8018 t 9075 9184 7140 t 9166 9075 7140 t 9075 7679 7774 t 9184 9075 7774 t 7679 10158 6450 t 7774 7679 6450 t 10158 8148 8872 t 6450 10158 8872 t 8148 7079 7080 t 8872 8148 7080 t 11492 6244 12682 t 6775 800 7079 t 1544 1441 1442 t 9256 7305 9636 t 9725 8659 6402 t 9323 9322 9217 t 25523 27148 27147 t 8431 7090 7001 t 8558 9189 7867 t 11204 11205 11286 t 13659 11865 22401 t 7273 4294 1458 t 22706 22707 21243 t 10826 10825 10754 t 8431 7001 6990 t 32202 32075 31991 t 7090 8558 7867 t 7486 8431 6990 t 7090 7867 7001 t 9640 7486 6990 t 8558 6776 9189 t 9218 9323 9217 t 7715 7810 7809 t 6452 9640 6990 t 6421 6520 6420 t 8687 8688 8794 t 7699 7700 7795 t 8779 7754 8533 t 6837 6841 8065 t 8107 8208 8106 t 8301 8300 8207 t 10111 7442 9379 t 9451 9565 9450 t 9677 9676 9564 t 7131 7132 7232 t 7132 7233 7232 t 11050 11049 10976 t 11124 11123 10974 t 11041 11116 11115 t 19853 19945 19944 t 21124 6706 7441 t 3282 9211 3404 t 6419 6418 6324 t 32261 11746 11831 t 6418 6419 6518 t 6518 6620 6619 t 6619 6620 6723 t 6920 7023 7022 t 6822 6821 6723 t 6919 6920 7022 t 6822 6920 6919 t 6821 6822 6919 t 7124 7123 7022 t 7023 7124 7022 t 11501 10310 12002 t 7225 7224 7123 t 12270 12530 1632 t 12002 12087 12440 t 10530 10606 10529 t 12438 12437 12344 t 5754 5863 9584 t 7265 7238 9203 t 6232 6319 6318 t 10895 10894 10823 t 9292 9381 9203 t 6928 7031 7030 t 9430 9429 9322 t 6654 7292 9207 t 6731 6830 6730 t 9801 9800 9679 t 9826 9819 10047 t 10776 10705 10706 t 9584 6506 5861 t 9497 6094 283 t 6506 8342 8466 t 9849 6506 8466 t 7845 8368 8466 t 8342 7845 8466 t 9098 8531 8368 t 7845 9098 8368 t 8470 9309 8531 t 9098 8470 8531 t 6159 7037 9309 t 8470 6159 9309 t 9637 9583 7037 t 6159 9637 7037 t 9299 9407 9583 t 9637 9299 9583 t 6741 9502 9407 t 9299 6741 9407 t 9834 9950 9502 t 6741 9834 9502 t 9834 9865 9866 t 9950 9834 9866 t 9865 6936 7732 t 9866 9865 7732 t 6936 7828 7827 t 7732 6936 7827 t 7828 8536 8252 t 7827 7828 8252 t 8536 8783 8790 t 8252 8536 8790 t 8783 9972 8874 t 8790 8783 8874 t 9972 8961 8962 t 8874 9972 8962 t 8961 7924 7925 t 8962 8961 7925 t 7924 7490 7391 t 7925 7924 7391 t 8020 8019 7391 t 7490 8020 7391 t 9167 9166 8019 t 8020 9167 8019 t 9618 9075 9166 t 9167 9618 9166 t 7870 7679 9075 t 9618 7870 9075 t 6788 10158 7679 t 7870 6788 7679 t 6788 6783 8148 t 10158 6788 8148 t 6783 6775 7079 t 8148 6783 7079 t 23925 23924 20365 t 163 164 280 t 6595 9595 7947 t 432 332 333 t 7884 7883 7791 t 9323 9430 9322 t 9539 9538 9424 t 5607 6096 6097 t 7902 7903 7994 t 8496 8601 8495 t 6520 6622 6621 t 110 4033 3896 t 31850 32252 31841 t 7503 7405 7406 t 18382 18381 18307 t 25476 25523 27147 t 290 8348 3194 t 15377 24107 24106 t 25646 25769 25645 t 27148 17621 17618 t 8789 11927 31871 t 26 10176 15171 t 25646 25645 25530 t 7465 4405 9176 t 7228 7325 7324 t 8287 8387 8386 t 8286 8287 8386 t 7883 7976 7882 t 8314 7465 9176 t 8271 8372 8371 t 7227 7228 7324 t 8009 8008 7916 t 9970 7186 8251 t 7442 7851 7751 t 8208 8301 8207 t 9565 9564 9450 t 7233 7330 7329 t 9565 9677 9564 t 7232 7233 7329 t 32278 32213 32219 t 31990 31939 31895 t 8359 8445 6765 t 10537 10613 10536 t 8494 8493 8384 t 27147 27148 17618 t 8385 8494 8384 t 7192 9186 8151 t 8571 9153 8464 t 9290 8454 8151 t 9188 9290 8151 t 8765 9290 9188 t 6675 8765 9188 t 10172 6557 10057 t 8765 6675 8845 t 6557 8765 8845 t 6902 9737 7501 t 6557 8845 10057 t 10172 10057 9737 t 7225 7322 7224 t 7124 7225 7123 t 7420 7419 7321 t 7322 7420 7321 t 7322 7321 7224 t 7517 7516 7419 t 7420 7517 7419 t 32040 31984 31855 t 7614 7613 7516 t 7238 6404 9203 t 23655 23660 17033 t 10203 6794 12423 t 9739 9381 6968 t 6928 6927 6829 t 9544 9543 9429 t 9207 9826 10047 t 6731 6730 6627 t 9584 5863 6669 t 9819 7076 8753 t 6669 6506 9584 t 487 3437 3561 t 6669 8448 8342 t 6506 6669 8342 t 9277 7845 8342 t 8448 9277 8342 t 9206 9098 7845 t 9277 9206 7845 t 8471 8470 9098 t 9206 8471 9098 t 7876 6159 8470 t 8471 7876 8470 t 9154 9637 6159 t 7876 9154 6159 t 9197 9299 9637 t 9154 9197 9637 t 9197 6935 6741 t 9299 9197 6741 t 6935 10065 9834 t 6741 6935 9834 t 10065 9864 9865 t 9834 10065 9865 t 9864 6937 6936 t 9865 9864 6936 t 6937 7829 7828 t 6936 6937 7828 t 7829 113 8536 t 7828 7829 8536 t 113 8783 8536 t 8540 9972 8783 t 113 8540 8783 t 8540 6872 8961 t 9972 8540 8961 t 6872 7923 7924 t 8961 6872 7924 t 7923 7750 7490 t 7924 7923 7490 t 7750 9405 8020 t 7490 7750 8020 t 6764 9167 8020 t 9405 6764 8020 t 9738 9618 9167 t 6764 9738 9167 t 7584 7870 9618 t 9738 7584 9618 t 7485 6788 7870 t 7584 7485 7870 t 7485 8447 6783 t 6788 7485 6783 t 6976 6775 6783 t 8447 6976 6783 t 10610 10687 10609 t 6502 163 280 t 7824 7917 7823 t 6262 802 8140 t 7564 8334 9056 t 9430 9544 9429 t 9560 9559 9445 t 9317 9318 9424 t 9319 9426 9425 t 6874 8150 8149 t 6358 6455 6357 t 3666 14288 14292 t 6358 6456 6455 t 15470 6455 15538 t 2123 16944 2476 t 17621 27599 27566 t 17618 17621 27566 t 7075 7751 7862 t 7695 7791 7694 t 7224 7321 7223 t 7883 7882 7790 t 8175 8176 8270 t 9712 8324 9753 t 9542 9543 9654 t 9318 9319 9425 t 6227 6314 6313 t 32137 32338 32078 t 9656 9655 9543 t 31576 31694 31575 t 9289 20254 11030 t 11988 8678 24449 t 8892 8893 9001 t 7632 7824 7728 t 7917 7916 7823 t 7751 7851 10106 t 7851 9175 10106 t 9451 9450 9343 t 9344 9451 9343 t 7329 7330 7427 t 7330 7428 7427 t 11398 6959 1319 t 12464 12463 12376 t 8677 11158 11234 t 10690 10689 10612 t 7179 7038 8359 t 8445 6769 6765 t 8494 8599 8493 t 8599 8598 8493 t 32115 32092 31856 t 6434 4998 9388 t 1029 7942 7849 t 24923 31967 32177 t 9388 9938 6434 t 9938 10156 6434 t 9938 7972 10156 t 4508 6327 9358 t 9080 8945 7972 t 2544 2185 3415 t 8245 7973 8945 t 9080 8245 8945 t 3788 3923 13918 t 6913 7016 6912 t 6902 7501 6859 t 9421 9534 3655 t 7296 6859 9828 t 7296 6902 6859 t 7380 8546 8974 t 8546 9828 8440 t 8285 8385 8284 t 2694 9759 5014 t 2182 6058 8555 t 8188 8189 8284 t 9381 7265 9203 t 10977 10976 10900 t 8543 7940 8329 t 2182 8555 10192 t 6628 6731 6627 t 8544 8543 8329 t 6525 10438 10439 t 6830 6829 6730 t 5091 5216 5090 t 10755 10826 10754 t 32181 32250 32111 t 5863 5864 5980 t 31949 32242 32075 t 12365 9303 14380 t 7261 9206 9277 t 9386 7261 9277 t 8366 8471 9206 t 7261 8366 9206 t 6692 7876 8471 t 8366 6692 8471 t 6692 10183 9154 t 7876 6692 9154 t 10183 8425 9197 t 9154 10183 9197 t 8425 6772 6935 t 9197 8425 6935 t 6772 9718 10065 t 6935 6772 10065 t 9751 9864 10065 t 9718 9751 10065 t 6938 6937 9864 t 9751 6938 9864 t 7830 7829 6937 t 6938 7830 6937 t 7830 113 7829 t 8960 6872 8540 t 7922 7923 6872 t 8960 7922 6872 t 7922 8338 7750 t 7923 7922 7750 t 8338 7400 9405 t 7750 8338 9405 t 9060 6764 9405 t 7400 9060 9405 t 9854 9738 6764 t 9060 9854 6764 t 8156 7584 9738 t 9854 8156 9738 t 8156 10228 7485 t 7584 8156 7485 t 10228 9960 8447 t 7485 10228 8447 t 8140 6976 8447 t 9960 8140 8447 t 8140 802 6976 t 6502 280 9839 t 8254 7077 2938 t 27599 24652 24651 t 26192 25118 25464 t 25421 25531 25420 t 7146 7147 1338 t 29668 29667 29572 t 9544 9656 9543 t 6358 6357 15411 t 16378 16675 13046 t 6359 6457 6456 t 6358 6359 6456 t 6455 125 124 t 6457 6560 6456 t 10005 10006 10123 t 24463 10615 10539 t 8208 8207 8106 t 8301 8402 8300 t 27566 27599 24651 t 7917 8009 7916 t 9132 9133 9238 t 10276 25143 25137 t 9656 9777 9776 t 9419 7161 6607 t 9655 9656 9776 t 9777 9888 9887 t 31968 23853 32256 t 9776 9777 9887 t 7906 7998 7997 t 7929 2216 7928 t 31881 32092 32115 t 26016 26148 19561 t 7824 7823 7728 t 10106 9175 9704 t 9175 9821 9704 t 9237 9344 9343 t 9236 9237 9343 t 7427 7428 7524 t 7428 7525 7524 t 9051 1760 2334 t 11172 11251 12437 t 8525 7578 7179 t 7038 8445 8359 t 8599 8703 8598 t 8703 8702 8598 t 8952 689 8951 t 7414 7415 7511 t 11696 11697 11780 t 11447 11448 11532 t 6770 9725 9711 t 307 6766 406 t 32060 8162 6954 t 8165 7966 7067 t 12470 12469 12384 t 10614 10692 10538 t 12802 10791 12801 t 7705 7801 7704 t 4399 2321 8629 t 7801 7800 7704 t 12468 12555 12554 t 28293 10247 28294 t 9888 10003 10002 t 12801 7244 12800 t 7016 7117 7116 t 8264 7087 9418 t 7218 7316 7315 t 7414 7511 7510 t 32168 32254 31824 t 10613 10690 10612 t 9887 9888 10002 t 8385 8384 8284 t 12462 12547 12461 t 4501 4624 4500 t 7992 8088 7991 t 9739 6968 7957 t 218 135 136 t 9510 6800 8417 t 345 6490 6491 t 7940 9610 8417 t 9610 9510 8417 t 30331 19945 19946 t 8329 7940 8417 t 5980 6669 5863 t 24759 32276 26070 t 9385 6095 6096 t 1409 1410 1513 t 9385 7064 7261 t 9386 9385 7261 t 7064 8265 8366 t 7261 7064 8366 t 8265 7785 6692 t 8366 8265 6692 t 7785 7344 10183 t 6692 7785 10183 t 7344 7466 8425 t 10183 7344 8425 t 7466 8575 6772 t 8425 7466 6772 t 8575 10180 9718 t 6772 8575 9718 t 9964 9751 9718 t 10180 9964 9718 t 9410 6938 9751 t 9964 9410 9751 t 7831 7830 6938 t 9410 7831 6938 t 8774 113 7830 t 7831 8774 7830 t 8774 8980 113 t 8980 8540 113 t 9065 8960 8540 t 8980 9065 8540 t 7921 7922 8960 t 9065 7921 8960 t 7567 8338 7922 t 7921 7567 7922 t 7567 10215 7400 t 8338 7567 7400 t 9061 9060 7400 t 10215 9061 7400 t 9969 9854 9060 t 9061 9969 9060 t 9969 7960 8156 t 9854 9969 8156 t 7960 8681 10228 t 8156 7960 10228 t 8681 9762 9960 t 10228 8681 9960 t 8240 8140 9960 t 9762 8240 9960 t 24141 24140 10404 t 8240 6262 8140 t 32150 31878 32321 t 9314 9313 3403 t 24103 26196 26195 t 6561 211 6560 t 9126 9233 9232 t 19349 19369 11745 t 9339 9446 9338 t 13753 13866 13865 t 18908 30564 18907 t 24652 11706 27602 t 6360 6458 6457 t 6359 6360 6457 t 6561 6560 6457 t 6458 6561 6457 t 211 307 306 t 436 437 538 t 8107 8106 8008 t 26577 24461 19332 t 8009 8107 8008 t 12695 12694 12178 t 1662 10666 10804 t 10673 6953 6855 t 9095 8660 9818 t 32014 32188 32068 t 7258 7257 7157 t 6960 9828 8546 t 6944 6943 6846 t 6686 436 537 t 7633 7632 7534 t 1668 1781 16964 t 9704 9821 9262 t 9821 9158 9262 t 9026 9131 9025 t 9237 9236 9130 t 7524 7525 7621 t 7525 7622 7621 t 7498 8987 8453 t 10613 10612 10536 t 10539 10614 10538 t 9590 7578 8525 t 9706 9590 8525 t 8703 8810 8702 t 8810 8809 8702 t 10896 10895 10824 t 11533 11619 11618 t 4518 4399 8629 t 7085 9512 7854 t 7281 7385 7184 t 7385 7187 7184 t 9383 7289 9932 t 9933 7484 7187 t 2583 2706 12114 t 6229 6171 6230 t 6814 6815 6912 t 7016 7015 6912 t 7385 9933 7187 t 9933 9522 7484 t 4519 4159 4518 t 7364 8221 10116 t 10116 8221 10117 t 10969 11044 10968 t 3527 159 158 t 11119 11118 11044 t 7662 8117 7758 t 10941 10799 10516 t 8088 8189 8188 t 10860 10879 10878 t 2202 20841 13446 t 7807 7808 7899 t 1838 8155 7668 t 7365 2415 2416 t 6861 5822 5929 t 332 6578 333 t 10003 10121 10120 t 8869 9739 7957 t 9381 9292 6968 t 351 6496 6497 t 24651 24652 27602 t 9385 5607 7064 t 12120 1734 11159 t 7736 8170 8265 t 7064 7736 8265 t 8170 9195 7785 t 8265 8170 7785 t 9195 7343 7344 t 7785 9195 7344 t 7343 6668 7466 t 7344 7343 7466 t 6668 9179 8575 t 7466 6668 8575 t 9179 8260 10180 t 8575 9179 10180 t 7653 9964 10180 t 8260 7653 10180 t 9411 9410 9964 t 7653 9411 9964 t 6974 7831 9410 t 9411 6974 9410 t 6974 8774 7831 t 9064 9065 8980 t 6740 7921 9065 t 9064 6740 9065 t 7491 7567 7921 t 6740 7491 7921 t 7491 8410 10215 t 7567 7491 10215 t 9062 9061 10215 t 8410 9062 10215 t 10086 9969 9061 t 9062 10086 9061 t 8056 7960 9969 t 10086 8056 9969 t 8761 8681 7960 t 8056 8761 7960 t 8782 9762 8681 t 8761 8782 8681 t 8337 8240 9762 t 8782 8337 9762 t 8337 9945 6262 t 8240 8337 6262 t 6976 802 801 t 9945 8462 6262 t 12295 12385 12294 t 32273 32223 32149 t 9630 6805 10167 t 9979 7294 3540 t 6664 211 6561 t 27086 2012 2126 t 11706 26054 24924 t 6361 6459 6458 t 6360 6361 6458 t 6459 6562 6561 t 6458 6459 6561 t 16876 1567 1668 t 6562 6664 6561 t 23812 22362 23813 t 31889 32326 31932 t 6802 14229 14353 t 13818 19458 19543 t 32283 32079 32036 t 5366 23524 4279 t 4398 3450 23417 t 11831 7168 7781 t 7358 7357 7257 t 7258 7358 7257 t 7456 7455 7357 t 8867 9400 9579 t 7358 7456 7357 t 6238 8317 7566 t 104 6887 3897 t 6944 7046 7045 t 9158 7290 1714 t 9131 9130 9025 t 9262 9158 1714 t 7622 7719 7718 t 9131 9237 9130 t 7621 7622 7718 t 23845 28430 23846 t 2679 17286 1213 t 8704 8705 8812 t 31985 32035 31849 t 8907 8906 8809 t 7578 7038 7179 t 6815 6816 6913 t 8810 8907 8809 t 2321 181 178 t 10194 9942 8745 t 19889 17912 11957 t 12722 12723 12801 t 8129 9848 6892 t 9265 7289 9383 t 6818 6916 6915 t 6817 6818 6915 t 8489 8595 8594 t 8281 8489 8488 t 7015 7016 7116 t 9115 9116 9222 t 9010 9011 9115 t 9011 9116 9115 t 9116 9223 9222 t 7101 6998 9522 t 8805 8902 8804 t 22362 23812 23365 t 306 210 211 t 8548 569 3662 t 7510 7511 7606 t 9549 9661 9548 t 1768 16859 16300 t 12459 12460 12545 t 7662 7758 9744 t 20415 18510 8115 t 258 6309 96 t 7900 7992 7991 t 27394 27519 27518 t 10610 10609 10533 t 7712 7808 7807 t 2182 7957 1879 t 7825 7729 1860 t 2415 9747 2070 t 1877 1879 464 t 6969 8418 7365 t 8087 8088 8188 t 31923 32102 31833 t 263 264 358 t 10227 4760 4641 t 9781 9311 8170 t 7736 9781 8170 t 9311 9698 9195 t 8170 9311 9195 t 9698 7242 7343 t 9195 9698 7343 t 7242 9156 6668 t 7343 7242 6668 t 9156 6875 9179 t 6668 9156 9179 t 6875 6503 8260 t 9179 6875 8260 t 6503 9638 7653 t 8260 6503 7653 t 9638 9412 9411 t 7653 9638 9411 t 9412 9296 6974 t 9411 9412 6974 t 8671 8774 6974 t 9296 8671 6974 t 6532 8980 8774 t 8671 6532 8774 t 6532 9193 8980 t 9171 9064 8980 t 9193 9171 8980 t 6739 6740 9064 t 9171 6739 9064 t 7492 7491 6740 t 6739 7492 6740 t 7585 8410 7491 t 7492 7585 7491 t 7585 9063 9062 t 8410 7585 9062 t 10199 10086 9062 t 9063 10199 9062 t 10097 8056 10086 t 10199 10097 10086 t 8469 8761 8056 t 10097 8469 8056 t 8978 8782 8761 t 8469 8978 8761 t 8040 8337 8782 t 8978 8040 8782 t 8040 7474 9945 t 8337 8040 9945 t 7474 6709 8462 t 9945 7474 8462 t 10764 10694 24686 t 6709 7273 8462 t 7736 5610 9781 t 10762 10833 10761 t 6585 340 439 t 1567 16876 16788 t 27602 11706 24924 t 29466 29465 29360 t 6360 6270 6361 t 6460 6459 6361 t 6362 6460 6361 t 6563 6562 6459 t 6460 6563 6459 t 6665 6664 6562 t 6563 6665 6562 t 6766 307 6664 t 6665 6766 6664 t 307 406 6868 t 21170 21124 1963 t 12269 11940 12200 t 6094 9497 6676 t 5978 703 6995 t 8482 8588 8587 t 5836 9409 5943 t 4750 4749 9468 t 7552 7551 7455 t 7456 7552 7455 t 8346 10208 7959 t 7860 9419 6758 t 7045 7046 7146 t 6943 6944 7045 t 9978 6802 8062 t 8588 8691 8587 t 1714 7290 7869 t 7290 9853 7869 t 9026 9025 8917 t 8918 9026 8917 t 7718 7719 7814 t 7719 7815 7814 t 9390 8987 7498 t 6870 9390 7498 t 5508 5388 5509 t 21529 21423 11621 t 8233 8326 9706 t 16852 24537 18320 t 8907 9016 8906 t 9016 9015 8906 t 7512 7608 7607 t 6717 6718 6815 t 7197 11910 10942 t 12253 10715 12165 t 8945 7973 8841 t 7972 8945 9837 t 15562 15561 15485 t 7085 9265 9512 t 7019 7018 6915 t 6916 7019 6915 t 9980 6702 6770 t 9606 9164 7399 t 9928 7399 6702 t 9928 9606 7399 t 9164 9606 8664 t 8902 9011 9010 t 9606 6556 8664 t 8698 8805 8697 t 8901 8902 9010 t 8805 8804 8697 t 8902 8901 8804 t 9725 6402 6595 t 9869 8659 10075 t 8486 8487 8592 t 9711 9725 6595 t 9436 9549 9435 t 8379 8380 8486 t 1775 7364 9153 t 3783 9433 3784 t 20800 20705 20048 t 7566 7662 9624 t 7711 7712 7807 t 12207 32179 13943 t 7517 7614 7516 t 7808 7900 7899 t 7712 7711 7613 t 7614 7712 7613 t 7899 7900 7991 t 8088 8087 7991 t 8629 2321 178 t 8189 8285 8284 t 13568 10950 13749 t 32063 32312 32229 t 10009 9312 9311 t 9781 10009 9311 t 9312 8330 9698 t 9311 9312 9698 t 7341 7242 9698 t 8330 7341 9698 t 6738 9156 7242 t 7341 6738 7242 t 6500 6875 9156 t 6738 6500 9156 t 9873 6503 6875 t 6500 9873 6875 t 9873 7070 9638 t 6503 9873 9638 t 7070 9413 9412 t 9638 7070 9412 t 9413 9490 9296 t 9412 9413 9296 t 9490 10082 8671 t 9296 9490 8671 t 10082 9605 6532 t 8671 10082 6532 t 9605 9696 9193 t 6532 9605 9193 t 9696 9171 9193 t 6219 6739 9171 t 6219 8474 7492 t 6739 6219 7492 t 6873 7585 7492 t 8474 6873 7492 t 8957 9063 7585 t 6873 8957 7585 t 7667 10199 9063 t 8957 7667 9063 t 10211 10097 10199 t 7667 10211 10199 t 7398 8469 10097 t 10211 7398 10097 t 9083 8978 8469 t 7398 9083 8469 t 7949 8040 8978 t 9083 7949 8978 t 4524 7474 8040 t 7949 4524 8040 t 4524 7006 6709 t 7474 4524 6709 t 4294 9846 1130 t 6709 7006 7273 t 12147 12236 12146 t 20499 20592 20591 t 31824 31916 32150 t 2911 8791 8792 t 31024 29736 2723 t 24442 24443 24553 t 6271 6363 6362 t 29645 29545 15435 t 6461 6460 6362 t 6363 6461 6362 t 6564 6563 6460 t 6461 6564 6460 t 6666 6665 6563 t 6564 6666 6563 t 6767 6766 6665 t 6666 6767 6665 t 7046 7147 7146 t 7147 7246 1338 t 8648 7074 9740 t 9856 10208 8346 t 7648 7647 7551 t 7552 7648 7551 t 7745 7744 7647 t 7648 7745 7647 t 31883 32230 31924 t 7074 9856 9740 t 474 4503 579 t 7277 385 8258 t 7559 10050 7192 t 8454 7559 7192 t 7869 9853 9597 t 8712 8713 8820 t 8918 8917 8820 t 7814 7815 7906 t 7815 7907 7906 t 9404 9196 9370 t 9196 9390 6870 t 11127 11126 11050 t 18434 18435 20327 t 9210 8326 8233 t 7848 9210 8233 t 9016 9120 9015 t 9120 9119 9015 t 313 312 217 t 7973 5474 8841 t 10002 10003 10120 t 338 247 55 t 5844 1207 4022 t 7972 9837 10156 t 7120 7119 7018 t 7120 7221 7119 t 7019 7120 7018 t 7221 7220 7119 t 8280 8281 8488 t 8082 8083 8183 t 9522 6998 6241 t 11760 11845 5495 t 9624 9744 9848 t 8129 9624 9848 t 13755 13756 13869 t 9265 9383 9512 t 8038 7184 7946 t 9624 7662 9744 t 8038 7946 8664 t 7187 9265 7085 t 6556 8038 8664 t 7184 7085 7946 t 7184 7187 7085 t 7484 7289 9265 t 32009 32144 32074 t 9522 6241 7289 t 8487 8593 8592 t 8488 8489 8594 t 9328 9436 9327 t 6616 6720 6615 t 8317 8117 7662 t 16876 1668 16964 t 32071 31905 32287 t 9288 8130 6891 t 10121 6867 7178 t 8546 8440 8974 t 19111 20509 20430 t 32086 32052 31905 t 11045 11044 10969 t 13749 13252 13153 t 8464 7364 10116 t 15985 20508 16674 t 14990 15002 12911 t 1752 7544 1753 t 9893 9829 9312 t 10009 9893 9312 t 7243 8330 9312 t 9829 7243 9312 t 7144 7341 8330 t 7243 7144 8330 t 7670 6738 7341 t 7144 7670 7341 t 7307 6500 6738 t 7670 7307 6738 t 6710 9873 6500 t 7307 6710 6500 t 9873 6710 7070 t 7070 9526 9413 t 9526 8994 9490 t 9413 9526 9490 t 8994 8541 10082 t 9490 8994 10082 t 8541 6961 9605 t 10082 8541 9605 t 6961 8250 9696 t 9605 6961 9696 t 8250 9170 9171 t 9696 8250 9171 t 9170 8876 6219 t 9171 9170 6219 t 8876 9721 8474 t 6219 8876 8474 t 7945 6873 8474 t 9721 7945 8474 t 8958 8957 6873 t 7945 8958 6873 t 8958 8971 7667 t 8957 8958 7667 t 10212 10211 7667 t 8971 10212 7667 t 8656 7398 10211 t 10212 8656 10211 t 9191 9083 7398 t 8656 9191 7398 t 7856 7949 9083 t 9191 7856 9083 t 9393 4524 7949 t 7856 9393 7949 t 7005 7006 4524 t 9393 7005 4524 t 32217 31827 32019 t 24686 10694 24573 t 10185 8787 13331 t 25115 10591 6142 t 28227 10247 28293 t 8413 12663 12579 t 6192 6272 6271 t 12522 6191 6271 t 6272 6364 6363 t 6271 6272 6363 t 6462 6461 6363 t 6364 6462 6363 t 6667 6564 6461 t 6462 6667 6461 t 6667 6666 6564 t 6768 6767 6666 t 6667 6768 6666 t 10120 7178 10119 t 32126 32146 32006 t 30348 30469 30347 t 9434 9433 9325 t 16853 16196 21855 t 9711 6595 7947 t 7840 7839 7744 t 6316 6317 6410 t 12317 12316 12235 t 7745 7840 7744 t 9740 9856 8346 t 7933 7932 7839 t 12597 8413 12579 t 10208 10039 7959 t 9511 9623 8560 t 6789 7273 1458 t 9597 6842 6841 t 6996 9520 6896 t 8609 8713 8712 t 7907 7999 7998 t 8821 8918 8820 t 9196 7043 9370 t 7906 7907 7998 t 11051 11127 11050 t 7043 9196 6870 t 9474 8661 7848 t 12594 10983 1974 t 9228 9227 9119 t 8326 9590 9706 t 10825 10896 10824 t 9120 9228 9119 t 8561 8455 8165 t 31842 32109 32119 t 449 349 350 t 3906 9661 4026 t 8945 8841 9837 t 7319 7318 7220 t 7221 7319 7220 t 8083 8184 8183 t 7987 8083 8082 t 8184 8281 8280 t 8183 8184 8280 t 3525 3401 3402 t 24341 26074 26144 t 2067 2068 5594 t 11441 11527 11526 t 8488 8594 8593 t 8117 9711 7758 t 8380 8488 8487 t 9435 9434 9326 t 9327 9435 9326 t 6319 6320 6413 t 6414 6515 6514 t 6615 6719 6614 t 6413 6414 6514 t 7484 9522 7289 t 6817 6816 6718 t 8698 8697 8594 t 7187 7484 9265 t 6818 6817 6719 t 8595 8698 8594 t 9436 9435 9327 t 6414 6415 6515 t 9291 9624 8129 t 8317 9980 8117 t 9288 6891 7087 t 8130 9291 8129 t 8264 9288 7087 t 8130 8129 6891 t 7566 8317 7662 t 15938 21319 21611 t 5731 5728 6102 t 34 6068 3128 t 1508 1509 1609 t 20033 20124 20123 t 7269 9829 9893 t 10008 7269 9893 t 9954 7243 9829 t 7269 9954 9829 t 9697 7144 7243 t 9954 9697 7243 t 8173 7670 7144 t 9697 8173 7144 t 6501 7307 7670 t 8173 6501 7670 t 9588 6710 7307 t 6501 9588 7307 t 9588 10175 7070 t 6710 9588 7070 t 10175 7288 9526 t 7070 10175 9526 t 7288 6435 8994 t 9526 7288 8994 t 6435 8519 8541 t 8994 6435 8541 t 8541 8519 6961 t 6961 9756 8250 t 9756 9169 9170 t 8250 9756 9170 t 9169 8777 8876 t 9170 9169 8876 t 7493 9721 8876 t 8777 7493 8876 t 9879 7945 9721 t 7493 9879 9721 t 9879 8959 8958 t 7945 9879 8958 t 8959 8865 8971 t 8958 8959 8971 t 6695 10212 8971 t 8865 6695 8971 t 6695 6353 8656 t 10212 6695 8656 t 6353 8345 9191 t 8656 6353 9191 t 8345 7760 7856 t 9191 8345 7856 t 8313 9393 7856 t 7760 8313 7856 t 6559 7005 9393 t 8313 6559 9393 t 10185 9846 7005 t 6559 10185 7005 t 5754 5753 5635 t 30750 30874 30749 t 189 4384 4504 t 310 6768 6667 t 6192 6191 31670 t 6273 6365 6364 t 6272 6273 6364 t 6463 6462 6364 t 6365 6463 6364 t 6565 6667 6462 t 6463 6565 6462 t 5454 5453 7297 t 10757 10756 10686 t 4156 10078 6091 t 31870 32046 26058 t 6555 6659 6471 t 8900 9009 9008 t 8899 8900 9008 t 7758 9711 7947 t 8277 8278 8378 t 9642 1342 6876 t 10055 683 489 t 2413 2414 2537 t 7840 7933 7839 t 7933 8025 8024 t 247 338 8048 t 2929 5249 5124 t 7025 7024 6921 t 7462 6758 8037 t 8812 8813 8909 t 7327 7328 7425 t 6842 8070 8069 t 8505 8609 8608 t 8504 8505 8608 t 8096 8197 8196 t 7999 8096 8095 t 8740 10077 8658 t 9404 9370 10191 t 3547 57 149 t 19783 19778 18852 t 10221 8661 9474 t 10220 10221 9474 t 9228 9333 9227 t 9333 9332 9227 t 7565 7566 9291 t 10120 10121 7178 t 8561 8974 8455 t 8974 8867 8455 t 8813 8910 8909 t 32291 32347 31876 t 7417 7416 7318 t 11867 6066 4769 t 7319 7417 7318 t 10124 10125 189 t 7986 7987 8082 t 9355 9354 9247 t 27185 27305 27184 t 24330 24443 24442 t 8658 8555 5943 t 10263 10264 10318 t 7800 7892 7891 t 32358 31821 32282 t 8487 8488 8593 t 579 5369 474 t 6154 26570 25927 t 9435 9548 9434 t 9222 9327 9326 t 6615 6614 6514 t 6515 6615 6514 t 7895 7894 7802 t 7803 7895 7802 t 7609 7707 7706 t 7608 7609 7706 t 7416 7513 7512 t 7415 7416 7512 t 7318 7416 7415 t 7317 7318 7415 t 6616 6615 6515 t 5365 9926 5260 t 1977 2091 2090 t 6321 6415 6414 t 9291 7566 9624 t 8221 10226 10117 t 9549 9548 9435 t 32273 31963 32223 t 9223 9328 9327 t 9222 9223 9327 t 32165 32104 25313 t 5728 5731 10008 t 24329 24330 24442 t 6705 7269 10008 t 10127 6705 10008 t 10069 9954 7269 t 6705 10069 7269 t 9194 9697 9954 t 10069 9194 9954 t 9089 8173 9697 t 9194 9089 9697 t 8216 6501 8173 t 9089 8216 8173 t 8216 8428 9588 t 6501 8216 9588 t 8428 8673 10175 t 9588 8428 10175 t 8673 7293 7288 t 10175 8673 7288 t 7293 6339 6435 t 7288 7293 6435 t 6435 6339 8519 t 8519 6554 6961 t 6554 8763 9756 t 6961 6554 9756 t 8763 9168 9169 t 9756 8763 9169 t 9168 7965 8777 t 9169 9168 8777 t 7965 7494 7493 t 8777 7965 7493 t 7494 7673 9879 t 7493 7494 9879 t 7673 8855 8959 t 9879 7673 8959 t 8855 8764 8865 t 8959 8855 8865 t 6797 6695 8865 t 8764 6797 8865 t 6449 6353 6695 t 6797 6449 6695 t 6449 7574 8345 t 6353 6449 8345 t 7574 7664 7760 t 8345 7574 7760 t 7664 6858 8313 t 7760 7664 8313 t 7384 6559 8313 t 6858 7384 8313 t 10073 7384 8412 t 12101 12100 11101 t 31911 32349 32096 t 11867 12271 178 t 2319 8578 4156 t 695 804 6737 t 6274 6366 6365 t 24221 24330 24329 t 6464 6463 6365 t 6366 6464 6365 t 6566 6565 6463 t 6464 6566 6463 t 7347 7348 1545 t 24220 24221 24329 t 8608 8609 8712 t 8651 8365 7859 t 6841 6842 8069 t 9019 9123 9018 t 9789 9790 9901 t 6729 6728 6625 t 9109 9108 9003 t 10005 10123 10122 t 8120 15308 2452 t 7932 7933 8024 t 8025 8124 8123 t 8024 8025 8123 t 5089 5088 5090 t 6834 6932 6833 t 9790 9902 9901 t 7328 7426 7425 t 9403 9516 9731 t 9172 10072 10104 t 8200 8296 8199 t 8396 8395 8295 t 7067 7966 8264 t 8095 8096 8196 t 1838 7668 4647 t 10077 9404 10191 t 6324 6323 6236 t 4268 10124 10006 t 1656 1761 175 t 8661 9210 7848 t 7620 7717 7716 t 9333 9440 9439 t 8440 7468 8867 t 8593 8696 8695 t 6787 8045 6786 t 8974 8440 8867 t 9489 10115 9639 t 8065 8069 9515 t 10043 8261 7178 t 6862 9489 9639 t 9248 9355 9247 t 6432 8989 8770 t 8585 8586 8688 t 8456 9932 9745 t 7412 7509 7508 t 7115 7116 7216 t 7859 7108 4017 t 9512 9383 8456 t 4748 9468 4749 t 9742 8436 6798 t 7215 7216 7313 t 9780 9891 9890 t 134 5978 5368 t 6233 6320 6319 t 8050 7281 6471 t 6719 6718 6614 t 6232 6233 6319 t 7803 7802 7706 t 7707 7803 7706 t 7896 7895 7803 t 7804 7896 7803 t 8185 8184 8083 t 7988 7987 7895 t 8084 8185 8083 t 6410 6411 6511 t 6320 6321 6414 t 8596 8595 8489 t 15259 18082 4278 t 6415 6516 6515 t 6234 6321 6320 t 6233 6234 6320 t 6516 6616 6515 t 6720 6719 6615 t 26056 32230 31883 t 6720 6818 6719 t 5731 10127 10008 t 32343 32233 10159 t 7865 6705 10127 t 8756 7865 10127 t 9953 10069 6705 t 7865 9953 6705 t 7784 9194 10069 t 9953 7784 10069 t 8985 9089 9194 t 7784 8985 9194 t 6504 8216 9089 t 8985 6504 9089 t 6504 6857 8428 t 8216 6504 8428 t 6857 7387 8673 t 8428 6857 8673 t 7387 9996 7293 t 8673 7387 7293 t 9996 9948 6339 t 7293 9996 6339 t 9948 7160 8519 t 6339 9948 8519 t 7160 371 6554 t 8519 7160 6554 t 371 8996 8763 t 6554 371 8763 t 8996 9269 9168 t 8763 8996 9168 t 9168 9269 7965 t 7965 7495 7494 t 7495 6672 7673 t 7494 7495 7673 t 6672 8856 8855 t 7673 6672 8855 t 8856 10160 8764 t 8855 8856 8764 t 6591 6797 8764 t 10160 6591 8764 t 6448 6449 6797 t 6591 6448 6797 t 6403 7574 6449 t 6448 6403 6449 t 6403 7568 7664 t 7574 6403 7664 t 7568 7264 6858 t 7664 7568 6858 t 8412 7384 6858 t 7264 8412 6858 t 6237 12348 9986 t 14107 10074 13740 t 1878 110 246 t 1869 1752 1753 t 2069 5478 2068 t 7011 7010 6909 t 6275 6367 6366 t 6274 6275 6366 t 6465 6464 6366 t 6367 6465 6366 t 6567 6566 6464 t 6465 6567 6464 t 3659 9208 8262 t 19032 24868 23742 t 8713 8821 8820 t 10873 10802 12194 t 8069 8070 9518 t 8396 8505 8395 t 9623 8463 8560 t 6626 6729 6625 t 7334 7333 7134 t 9932 7191 9645 t 6596 9514 8432 t 8124 8224 8223 t 6165 16858 27573 t 8123 8124 8223 t 8224 8320 8319 t 7693 7789 7788 t 8223 8224 8319 t 5253 12748 19778 t 7692 7693 7788 t 6632 6735 6631 t 13707 13708 4981 t 4261 4262 4379 t 10751 10822 10821 t 11272 11273 11352 t 8098 8099 8199 t 8296 8295 8199 t 6659 6572 6471 t 9579 9400 8130 t 7607 7705 7704 t 7606 7607 7704 t 360 359 265 t 9492 9432 8039 t 798 12998 687 t 9008 9009 9113 t 7626 7625 7528 t 9245 9352 9244 t 9114 9326 9221 t 8344 7855 7766 t 9460 9459 9351 t 7902 7994 7993 t 1432 6789 13744 t 32057 32193 32343 t 7022 7123 7021 t 8344 7766 8146 t 7855 7948 7766 t 10115 6470 9639 t 8237 8138 8948 t 6578 6479 333 t 6470 8948 9639 t 9828 6238 7468 t 8120 2332 2216 t 9326 9325 9221 t 6619 6723 6722 t 6323 6324 6417 t 5253 18918 12748 t 6867 10043 7178 t 30531 19194 30313 t 7514 7513 7416 t 6320 6414 6413 t 7894 7895 7986 t 7513 7609 7608 t 7512 7513 7608 t 7896 7988 7895 t 8084 8083 7987 t 7946 7854 8844 t 6816 6914 6913 t 7087 6891 6432 t 7946 7085 7854 t 6486 340 6485 t 6891 8129 6892 t 9662 9661 9549 t 9550 9662 9549 t 9550 9549 9436 t 9437 9550 9436 t 9116 9224 9223 t 9223 9224 9328 t 9224 9329 9328 t 9329 9437 9328 t 9437 9436 9328 t 8476 8581 2537 t 12401 12400 12309 t 7571 9209 7865 t 8756 7571 7865 t 10184 9953 7865 t 9209 10184 7865 t 6690 7784 9953 t 10184 6690 9953 t 7165 8985 7784 t 6690 7165 7784 t 7591 6504 8985 t 7165 7591 8985 t 7591 8255 6857 t 6504 7591 6857 t 8255 6575 7387 t 6857 8255 7387 t 6575 6635 9996 t 7387 6575 9996 t 6635 9832 9948 t 9996 6635 9948 t 9832 6634 7160 t 9948 9832 7160 t 6634 8737 371 t 7160 6634 371 t 8737 7753 8996 t 371 8737 8996 t 7753 9268 9269 t 8996 7753 9269 t 9268 9761 7965 t 9269 9268 7965 t 9761 7655 7495 t 7965 9761 7495 t 7655 7780 6672 t 7495 7655 6672 t 7780 6871 8856 t 6672 7780 8856 t 6871 8259 10160 t 8856 6871 10160 t 10187 6591 10160 t 8259 10187 10160 t 9274 6448 6591 t 10187 9274 6591 t 9274 10089 6403 t 6448 9274 6403 t 10089 7471 7568 t 6403 10089 7568 t 7471 10166 7264 t 7568 7471 7264 t 10166 8412 7264 t 10074 14234 13740 t 16854 16196 16385 t 12408 12407 12316 t 8351 10046 10518 t 5021 5957 15275 t 6276 6368 6367 t 6274 6365 6273 t 6466 6465 6367 t 6368 6466 6367 t 6568 6567 6465 t 6466 6568 6465 t 9303 6161 14380 t 5743 32367 31990 t 7998 7999 8095 t 9870 10194 9482 t 8296 8396 8295 t 8505 8504 8395 t 14111 11015 11011 t 6572 8050 6471 t 9178 6451 8987 t 5360 5478 2069 t 9389 6904 8327 t 341 342 441 t 12439 10660 4847 t 10530 10529 10459 t 11197 11196 11119 t 12001 8351 10518 t 10871 10945 23 t 6904 9636 9629 t 25319 25318 25202 t 6834 6833 6734 t 2476 24341 26144 t 6221 97 6254 t 10605 10682 10681 t 10750 10751 10821 t 8002 8099 8098 t 8001 8002 8098 t 8196 8197 8292 t 8197 8293 8292 t 7413 7414 7510 t 7511 7607 7606 t 6821 6820 6722 t 3682 13576 4157 t 8135 9835 8261 t 6418 6518 6517 t 6470 8237 8948 t 9745 9973 8138 t 8237 9745 8138 t 9645 8768 9973 t 7855 8044 7948 t 9784 9896 9783 t 19883 19360 19974 t 6918 6919 7021 t 8754 7198 6599 t 9617 8754 6599 t 8754 9617 9483 t 9595 8754 9483 t 4017 1761 3663 t 7859 3415 7108 t 6718 6816 6815 t 31879 32104 32268 t 6914 7017 7016 t 10043 8135 8261 t 9326 9434 9325 t 31915 32356 32098 t 7087 6432 8667 t 5354 5240 5241 t 8440 9828 7468 t 7417 7514 7416 t 7895 7987 7986 t 7610 7609 7513 t 7220 7318 7317 t 7219 7220 7317 t 7988 8084 7987 t 6702 8659 9725 t 9737 10057 10194 t 10057 8845 6659 t 6675 9188 6572 t 9942 10057 6659 t 8151 9186 8050 t 8062 6956 10091 t 6896 10091 9495 t 6802 9622 6956 t 6896 8062 10091 t 23921 24019 24018 t 8062 6802 6956 t 9780 9779 3904 t 22642 31977 22643 t 1029 8551 3419 t 19783 5253 19778 t 9362 9209 7571 t 9694 9362 7571 t 10164 10184 9209 t 9362 10164 9209 t 7787 6690 10184 t 10164 7787 10184 t 6558 7165 6690 t 7787 6558 6690 t 7396 7591 7165 t 6558 7396 7165 t 7396 9619 8255 t 7591 7396 8255 t 9619 6239 6575 t 8255 9619 6575 t 6239 9101 6635 t 6575 6239 6635 t 9101 10063 9832 t 6635 9101 9832 t 10063 8457 6634 t 9832 10063 6634 t 8457 8736 8737 t 6634 8457 8737 t 8736 7938 7753 t 8737 8736 7753 t 7938 9375 9268 t 7753 7938 9268 t 9375 9760 9761 t 9268 9375 9761 t 9760 7844 7655 t 9761 9760 7655 t 7844 7873 7780 t 7655 7844 7780 t 7873 6971 6871 t 7780 7873 6871 t 6971 8532 8259 t 6871 6971 8259 t 6352 10187 8259 t 8532 6352 8259 t 9190 9274 10187 t 6352 9190 10187 t 9190 9825 10089 t 9274 9190 10089 t 11840 10578 9825 t 10089 9825 7471 t 7375 9825 10578 t 7471 7375 10166 t 6670 8412 10166 t 6771 6670 10166 t 6771 7598 6670 t 31974 32360 32315 t 1643 7446 1644 t 10788 11755 9297 t 8659 9869 6402 t 32341 32171 32305 t 6467 6466 6368 t 6369 6467 6368 t 6569 6568 6466 t 6467 6569 6466 t 32199 13021 32159 t 6569 6671 6568 t 18918 18917 12748 t 6671 6773 314 t 6529 6631 6528 t 1101 7109 1102 t 11526 11612 11525 t 6734 6733 6630 t 8842 9847 8762 t 11359 11360 11446 t 6737 6736 694 t 31890 26827 25199 t 7200 6999 9525 t 8464 10116 2194 t 3426 13738 1312 t 9636 6638 9629 t 26674 26675 26796 t 2920 999 466 t 29027 29118 29026 t 11450 11535 11534 t 8408 8407 8306 t 6904 9629 8327 t 26797 26917 26916 t 8307 8408 8306 t 10604 10605 10681 t 97 260 259 t 7910 8002 8001 t 8293 8393 8392 t 8099 8200 8199 t 9420 9659 9409 t 8292 8293 8392 t 9659 8740 8658 t 10077 10191 8658 t 6794 8438 7270 t 10346 10404 10345 t 6659 6555 9827 t 8591 8592 8694 t 9663 9662 9550 t 4894 3194 291 t 6723 6821 6722 t 6518 6619 6517 t 9745 9645 9973 t 32347 31980 32186 t 32260 32083 32079 t 7198 9489 6862 t 6599 7198 6862 t 7608 7706 7705 t 4748 9361 9468 t 9400 9291 8130 t 9332 9333 9439 t 9440 9554 9553 t 7966 9579 8130 t 9439 9440 9553 t 10123 10124 7955 t 352 6498 257 t 6998 820 6241 t 189 10040 10041 t 6859 6763 6238 t 452 351 6498 t 31934 32299 31873 t 9828 6859 6238 t 7514 7610 7513 t 7802 7801 7705 t 7118 7119 7219 t 7708 7707 7609 t 8185 8281 8184 t 8490 8489 8281 t 8117 6770 9711 t 8845 6675 6572 t 6659 8845 6572 t 7669 7263 6697 t 9937 9938 9388 t 8332 9472 9699 t 6485 6585 6484 t 32110 32041 32290 t 6603 9358 6327 t 6603 6327 10129 t 10130 6603 10129 t 9785 9897 9784 t 10130 10011 9896 t 10130 10129 10011 t 9897 10130 9896 t 181 11867 178 t 8331 9362 9694 t 18558 18633 18632 t 10171 10164 9362 t 8331 10171 9362 t 6178 7787 10164 t 10171 6178 10164 t 7379 6558 7787 t 6178 7379 7787 t 7765 7396 6558 t 7379 7765 6558 t 6401 9619 7396 t 7765 6401 7396 t 6401 9750 6239 t 9619 6401 6239 t 9750 7401 9101 t 6239 9750 9101 t 7401 9716 10063 t 9101 7401 10063 t 9716 8566 8457 t 10063 9716 8457 t 8566 7496 8736 t 8457 8566 8736 t 7496 9748 7938 t 8736 7496 7938 t 9748 9487 9375 t 7938 9748 9375 t 9487 9758 9760 t 9375 9487 9760 t 9758 7577 7844 t 9760 9758 7844 t 7577 7776 7873 t 7844 7577 7873 t 7776 6972 6971 t 7873 7776 6971 t 6972 8972 8532 t 6971 6972 8532 t 8972 10193 6352 t 8532 8972 6352 t 6888 9190 6352 t 9925 10193 10503 t 10020 10139 10019 t 6888 10193 9925 t 7757 8456 8237 t 9230 9229 9121 t 9932 9645 9745 t 12796 12020 8679 t 32355 31823 32095 t 12682 12208 11261 t 18747 11985 2950 t 6494 349 348 t 9778 3903 9779 t 11088 1216 11326 t 13287 520 13236 t 8878 226 1663 t 31816 32316 32107 t 3688 2461 2224 t 674 786 785 t 6276 15477 6368 t 14291 2804 68 t 8578 2319 7755 t 3659 1023 9100 t 32335 31829 31979 t 1279 4297 1484 t 5861 6506 9849 t 6631 6734 6630 t 7137 7337 7236 t 20219 20218 20129 t 6833 6832 6733 t 333 6684 433 t 10539 10538 10468 t 23288 16483 21393 t 9970 8251 7172 t 8500 8604 8499 t 26297 26296 26167 t 7861 9970 7172 t 12018 9943 4286 t 7186 9056 8251 t 7997 8094 7996 t 9712 9722 8324 t 10026 10025 9911 t 8371 8372 8478 t 8183 8280 8279 t 8935 8934 8835 t 8515 8514 8407 t 8834 8835 8934 t 9885 9884 9773 t 8408 8515 8407 t 2945 9051 9293 t 7818 7910 7909 t 10894 10967 10893 t 8502 8501 8392 t 7909 7910 8001 t 8021 9420 8015 t 8393 8502 8392 t 7560 8545 7480 t 8427 7860 8944 t 8438 8427 8944 t 7270 8438 8944 t 8572 10094 7863 t 9633 8743 7943 t 10094 7943 7863 t 15430 19332 24317 t 8592 8593 8695 t 8696 8803 8695 t 7985 8081 7984 t 8081 8183 8182 t 8380 8379 8278 t 8279 8380 8278 t 8380 8487 8486 t 6402 9869 8754 t 7955 189 10041 t 683 8866 8358 t 6940 6597 8232 t 8232 8231 10220 t 10132 10133 6940 t 8231 10221 10220 t 9554 9666 9665 t 6597 8231 8232 t 9553 9554 9665 t 9896 9895 9783 t 9787 9786 9665 t 9666 9787 9665 t 8247 8245 9080 t 8247 6742 8245 t 7501 9870 6763 t 9273 8247 9080 t 6241 820 7002 t 6859 7501 6763 t 7610 7708 7609 t 7607 7608 7705 t 8381 8490 8281 t 7708 7804 7803 t 32133 32038 32280 t 9662 9783 9661 t 9188 8050 6572 t 9188 8151 8050 t 9835 4745 4625 t 7263 9388 6697 t 7848 8233 8134 t 7239 7848 8134 t 7179 8234 9415 t 8233 9706 9823 t 7179 8359 8234 t 8525 7179 9415 t 8343 8359 6760 t 8359 6765 6760 t 5241 10156 9837 t 8548 1207 569 t 8882 8548 3662 t 18917 18918 13834 t 24533 24534 18558 t 18632 24646 24533 t 8882 9582 10171 t 8331 8882 10171 t 8154 6178 10171 t 9582 8154 10171 t 8631 7379 6178 t 8154 8631 6178 t 9097 7765 7379 t 8631 9097 7379 t 9097 9602 6401 t 7765 9097 6401 t 6401 9602 9750 t 7500 7401 9750 t 7500 10178 9716 t 7401 7500 9716 t 10178 8459 8566 t 9716 10178 8566 t 8459 7499 7496 t 8566 8459 7496 t 7499 9295 9748 t 7496 7499 9748 t 9295 6372 9487 t 9748 9295 9487 t 6372 8580 9758 t 9487 6372 9758 t 8580 13102 13024 t 9758 8580 7577 t 9517 9470 7776 t 7577 9517 7776 t 9470 8857 6972 t 7776 9470 6972 t 8857 9294 8972 t 6972 8857 8972 t 8165 8455 9579 t 31978 32356 31915 t 10088 8132 10207 t 9971 10088 10207 t 10139 10138 10019 t 8200 8201 8296 t 8989 9767 8871 t 8823 8920 8822 t 9230 9335 9229 t 8743 6987 6777 t 32067 31927 32108 t 9800 9799 9678 t 32024 31966 32350 t 12003 32187 32089 t 7213 7311 7212 t 9325 9324 9220 t 310 215 311 t 10879 10310 11501 t 135 218 6569 t 3194 4894 15142 t 42 200 14361 t 14673 14724 42 t 4283 10384 1217 t 6567 6568 217 t 9812 9924 9923 t 9819 8241 7076 t 7075 7862 9592 t 7289 7002 7191 t 9475 9260 9259 t 9701 9475 9259 t 6734 6833 6733 t 7337 7336 7236 t 9824 7473 6970 t 6931 6930 6832 t 14465 14463 14331 t 8747 9073 107 t 8621 8620 8514 t 7754 7562 7172 t 9044 9150 9043 t 8515 8621 8514 t 7869 9597 9494 t 11040 11115 11114 t 14786 14918 12824 t 16367 17687 17688 t 438 6585 439 t 7305 8333 9161 t 6853 6951 6852 t 836 835 7171 t 9774 9885 9773 t 26018 26017 25895 t 26168 26297 26167 t 1985 1871 1986 t 28004 10254 28057 t 7453 7452 7354 t 9044 9043 8934 t 2537 2655 2536 t 8830 8829 8724 t 8935 9044 8934 t 8999 9104 8998 t 8725 8830 8724 t 11043 11042 10966 t 7172 8251 10070 t 7818 7817 7721 t 5095 11332 11251 t 8502 8606 8605 t 7817 7818 7909 t 6785 8021 6784 t 8501 8502 8605 t 9659 8658 9409 t 9633 6472 6987 t 9753 10071 7389 t 10094 9633 7943 t 10071 9695 6639 t 9695 6957 6639 t 6957 9695 926 t 9695 2577 926 t 7826 9753 6782 t 2577 6860 9307 t 9753 7389 6782 t 10071 6639 7389 t 8579 7826 9614 t 9601 9165 9076 t 10044 8579 9929 t 8659 9601 10075 t 9848 7098 6893 t 7826 6782 9614 t 8743 9633 6987 t 6472 9859 9743 t 6987 6472 9743 t 9859 8068 7502 t 9743 9859 7502 t 8068 7095 6962 t 10014 10133 10132 t 7502 8068 6962 t 10013 10014 10132 t 10133 6597 6940 t 9786 9787 9898 t 9787 9899 9898 t 9899 10013 10012 t 9898 9899 10012 t 713 10227 10224 t 9273 9080 7972 t 9737 10194 9870 t 9551 9663 9550 t 6614 6718 6613 t 10006 10124 10123 t 7707 7708 7803 t 5456 7444 5336 t 32216 31921 12695 t 6912 7015 7014 t 9186 9495 8050 t 9186 6896 9495 t 31867 31885 32213 t 8134 8233 9823 t 8525 9415 9823 t 9441 9440 9333 t 9334 9441 9333 t 9229 9228 9120 t 9121 9229 9120 t 9017 9016 8907 t 8908 9017 8907 t 8704 8811 8703 t 8908 8907 8810 t 8704 8703 8599 t 8600 8704 8599 t 7598 10735 15170 t 8811 8810 8703 t 8755 9582 8882 t 8755 8882 3662 t 9152 8154 9582 t 8755 9152 9582 t 7383 8631 8154 t 9152 7383 8154 t 7383 8992 9097 t 8631 7383 9097 t 8992 9603 9602 t 9097 8992 9602 t 8461 9750 9602 t 9603 8461 9602 t 8461 7402 7500 t 9750 8461 7500 t 7402 6884 10178 t 7500 7402 10178 t 6884 8354 8459 t 10178 6884 8459 t 8354 8734 7499 t 8459 8354 7499 t 8734 8864 9295 t 7499 8734 9295 t 8864 13102 6372 t 9295 8864 6372 t 10390 29319 29318 t 10454 10455 10526 t 7204 9477 9470 t 32118 32091 32250 t 19324 32346 32144 t 9470 9477 8857 t 7013 7014 7114 t 14045 14044 9094 t 445 345 346 t 7366 9980 8317 t 10088 9971 7173 t 8132 7847 9050 t 8390 8391 8499 t 8610 8714 8609 t 8136 7757 6470 t 8770 8989 8871 t 6863 8743 6777 t 6893 7291 9767 t 9567 9566 9452 t 9567 9679 9566 t 8323 10168 8218 t 16547 4843 15056 t 7112 7213 7111 t 7409 7408 7311 t 7994 8090 7993 t 18442 18517 18516 t 18371 18446 18370 t 20495 20588 20494 t 18836 19627 18835 t 1655 175 7481 t 5838 8756 5731 t 32272 31910 32228 t 7641 7738 7640 t 7546 7641 7640 t 8351 12001 8648 t 8298 8398 8397 t 7545 7546 7640 t 8507 8611 8506 t 9260 10052 9936 t 7523 7620 7619 t 18446 18521 18520 t 9259 9260 9936 t 6833 6931 6832 t 10683 10682 10605 t 10970 11045 10969 t 8484 8485 8590 t 8314 9162 6473 t 8725 8724 8620 t 8621 8725 8620 t 16505 18660 18588 t 7110 7211 1102 t 6966 6868 505 t 8191 8190 8089 t 8812 8909 8908 t 9329 9330 9437 t 10208 10207 10039 t 9947 8975 7275 t 9359 9627 7773 t 8108 8209 8107 t 8302 8301 8208 t 18371 18370 18296 t 10967 10966 10893 t 8929 9038 8928 t 20486 20487 20579 t 8830 8929 8928 t 8829 8830 8928 t 8270 8371 8370 t 9038 9037 8928 t 9402 9946 9095 t 6235 6322 6321 t 7722 7721 7624 t 10752 10751 10682 t 8710 8709 8605 t 7722 7818 7721 t 8668 6785 8537 t 8606 8710 8605 t 8572 7863 9419 t 9420 9409 8015 t 76 6245 9929 t 10136 10137 76 t 8579 9614 9929 t 9795 9907 9906 t 6245 10044 9929 t 9674 9795 9794 t 9673 9674 9794 t 9448 9562 9561 t 9447 9448 9561 t 9562 9674 9673 t 9561 9562 9673 t 9907 10021 9906 t 10140 10139 10020 t 10021 10140 10020 t 10139 10140 9476 t 9670 9671 9791 t 9558 9559 9670 t 9792 9904 9903 t 9444 9445 9558 t 9671 9792 9791 t 9338 9445 9337 t 9559 9671 9670 t 7095 6897 7200 t 9445 9559 9558 t 9787 9788 9899 t 6962 7095 7200 t 9900 10014 10013 t 9899 9900 10013 t 10012 10013 10131 t 10013 10132 10131 t 9997 9273 7972 t 9937 9997 9938 t 10124 189 7955 t 9663 9784 9783 t 8627 10227 4641 t 8592 8695 8694 t 31961 32322 26058 t 7216 7217 7314 t 8379 8486 8485 t 4634 9699 4754 t 7116 7217 7216 t 10735 7598 10738 t 7891 7892 7984 t 9706 8525 9823 t 8359 8343 8234 t 9334 9333 9228 t 9229 9334 9228 t 6522 6521 6422 t 11262 12355 14984 t 6727 6826 6825 t 6624 6623 6521 t 6924 7027 7026 t 6726 6727 6825 t 7128 7229 7228 t 6923 6924 7026 t 7229 7326 7325 t 7127 7128 7228 t 10978 10977 10901 t 2928 5355 7199 t 10113 9152 8755 t 8055 10113 8755 t 7595 7383 9152 t 10113 7595 9152 t 7595 7737 8992 t 7383 7595 8992 t 7737 8033 9603 t 8992 7737 9603 t 8567 8461 9603 t 8033 8567 9603 t 8567 7403 7402 t 8461 8567 7402 t 7403 8549 6884 t 7402 7403 6884 t 8549 8355 8354 t 6884 8549 8354 t 8355 7483 8734 t 8354 8355 8734 t 7483 14671 8864 t 8734 7483 8864 t 2819 7100 2820 t 1614 1621 1622 t 12764 12115 12715 t 2821 2819 7563 t 1013 7036 6933 t 8604 8603 8499 t 6786 6785 8668 t 18297 18371 18296 t 26278 26277 26149 t 7565 6238 7566 t 31900 31884 32324 t 12806 9736 12805 t 7173 7074 12001 t 10060 10111 9379 t 9122 9121 9017 t 7502 6962 8517 t 9432 9420 8021 t 9379 8241 9819 t 9679 9678 9566 t 9346 9453 9345 t 9589 9704 5948 t 7012 7112 7011 t 6725 6726 6824 t 5355 3659 8262 t 9647 3773 9535 t 12228 12229 12309 t 16855 1739 25309 t 7355 7453 7354 t 261 6221 6222 t 784 785 894 t 8584 8687 8686 t 7449 7450 7545 t 7055 7155 7054 t 7251 7252 7351 t 7352 7450 7449 t 9671 9672 9792 t 7351 7352 7449 t 10052 9727 9936 t 7438 1436 1537 t 7138 7137 7036 t 6623 6726 6725 t 6825 6923 6922 t 8999 8998 8889 t 9144 9143 9037 t 9038 9144 9037 t 9144 9250 9143 t 9250 9249 9143 t 9250 9356 9249 t 32078 32319 31860 t 31986 32152 31989 t 31899 31957 32039 t 9577 9576 9464 t 9576 9577 9690 t 9577 9691 9690 t 9690 9691 9811 t 9691 9812 9811 t 9811 9812 9923 t 12182 6694 9692 t 7717 7718 7813 t 9540 9539 9425 t 6622 6623 6725 t 9539 9540 9651 t 7333 7431 7332 t 6726 6825 6824 t 8818 8817 8709 t 7625 7722 7624 t 6860 8668 9307 t 8710 8818 8709 t 10017 10018 10136 t 8021 8015 6784 t 9903 9904 10017 t 10137 6245 76 t 7652 9746 6328 t 10018 10137 10136 t 10021 10020 9906 t 10188 7652 6328 t 26712 25948 24706 t 9794 9795 9906 t 17735 30661 16485 t 6529 6528 6428 t 17620 17618 27522 t 6631 6630 6528 t 26282 26283 26407 t 24671 24781 24780 t 20415 8115 2184 t 12375 12376 12462 t 2677 6880 2218 t 19420 19291 19121 t 11323 11409 11241 t 20591 20590 20497 t 7956 7652 10188 t 20496 20589 20495 t 10168 708 8523 t 8522 9058 8982 t 8523 8522 8982 t 708 8522 8523 t 9232 9338 9231 t 6897 7880 6999 t 9445 9444 9337 t 9667 9666 9554 t 7200 6897 6999 t 9555 9667 9554 t 7263 9937 9388 t 10220 9474 9473 t 7501 9737 9870 t 9997 7972 9938 t 8378 8379 8485 t 9662 9663 9783 t 7089 8349 7194 t 8486 8592 8591 t 7291 7089 7194 t 9744 8674 8349 t 9744 7947 8674 t 8602 8705 8704 t 7984 8081 8080 t 9595 9483 7947 t 7217 7315 7314 t 8080 8081 8182 t 9121 9120 9016 t 9017 9121 9016 t 6522 6624 6521 t 6727 6726 6623 t 8815 8912 8911 t 8814 8815 8911 t 8603 8707 8706 t 8602 8603 8706 t 8390 8499 8498 t 8389 8390 8498 t 8390 8389 8289 t 8290 8390 8289 t 9356 12705 9464 t 19822 21855 23511 t 10067 9994 10113 t 8055 10067 10113 t 9994 6261 7595 t 10113 9994 7595 t 6261 6683 7737 t 7595 6261 7737 t 7445 8033 7737 t 6683 7445 7737 t 8460 8567 8033 t 7445 8460 8033 t 8460 6264 7403 t 8567 8460 7403 t 6264 10157 8549 t 7403 6264 8549 t 10157 6576 8355 t 8549 10157 8355 t 6576 8733 7483 t 8355 6576 7483 t 1432 1238 6789 t 7483 8733 14671 t 11924 11847 11675 t 11847 12022 11258 t 11847 11258 11675 t 12293 12381 12211 t 10819 10890 10889 t 8839 5335 5221 t 343 342 6488 t 8391 8392 8500 t 6230 6317 6316 t 8111 8212 8110 t 7749 6856 7205 t 10075 9601 9076 t 689 6876 1342 t 10120 10119 10001 t 6697 4998 4876 t 6171 6229 6170 t 9084 7654 9830 t 13869 13870 13989 t 9018 9122 9017 t 8095 8196 8094 t 9799 9911 9798 t 9678 9677 9565 t 9453 9452 9345 t 9807 9806 9685 t 352 257 258 t 7213 7212 7111 t 6824 6825 6922 t 6923 7026 7025 t 9465 9578 12705 t 8370 8371 8477 t 8583 8584 8686 t 8478 8584 8583 t 8477 8478 8583 t 7450 7546 7545 t 7152 7252 7251 t 1635 9402 9095 t 8443 8031 9701 t 6922 6923 7025 t 7127 7126 7025 t 8387 8496 8386 t 6621 6622 6724 t 11357 11444 11356 t 7918 8010 7917 t 24480 24462 23717 t 32270 3549 8467 t 9533 9546 10037 t 9547 1987 8682 t 8119 9546 9533 t 9546 10049 10037 t 8118 9878 8119 t 9054 9878 8118 t 9878 9546 8119 t 7026 7127 7025 t 7127 7228 7227 t 23718 24480 23717 t 7528 7527 7430 t 9887 9886 9775 t 8915 8914 8817 t 7431 7528 7430 t 8668 8537 9307 t 8818 8915 8817 t 9791 9792 9903 t 6785 6784 8537 t 8239 8322 8323 t 9904 10018 10017 t 6328 9746 9722 t 9722 8239 8323 t 18510 18511 8115 t 9746 8239 9722 t 7862 10106 9589 t 8767 7769 7674 t 7629 7628 7530 t 6970 12598 11680 t 7435 7434 7336 t 7337 7435 7336 t 7531 7530 7434 t 7435 7531 7434 t 7629 7725 7628 t 7725 7820 7724 t 7913 7912 7724 t 7820 7913 7724 t 7913 8005 7912 t 8103 8102 8005 t 12550 12633 12549 t 32046 32339 26058 t 8179 8274 8273 t 8178 8179 8273 t 14732 14160 1064 t 7794 7793 7697 t 31280 31281 19325 t 9807 9919 9918 t 8982 9058 6787 t 6767 6768 408 t 9021 9125 9124 t 6787 8046 8045 t 6703 7303 6999 t 9020 9021 9124 t 9441 9555 9554 t 5705 5822 5821 t 10205 10220 9473 t 9440 9441 9554 t 9474 7848 7239 t 10057 9942 10194 t 9552 9664 9663 t 9429 9543 9428 t 6411 6512 6511 t 8496 8497 8601 t 7979 8075 8074 t 7123 7224 7122 t 17316 11236 6653 t 7619 7620 7716 t 2802 32029 24893 t 8182 8278 8277 t 7813 7812 7716 t 8811 8908 8810 t 7605 7606 7703 t 6624 6727 6623 t 6826 6924 6923 t 8707 8815 8814 t 8706 8707 8814 t 9279 9178 9514 t 8246 9279 9514 t 10897 10896 10825 t 8246 9177 9279 t 11071 11070 10997 t 10467 10537 10466 t 2090 8012 2089 t 4020 703 4021 t 11016 12618 10499 t 10114 8986 6261 t 9994 10114 6261 t 7768 6683 6261 t 8986 7768 6261 t 9894 7445 6683 t 7768 9894 6683 t 8356 8460 7445 t 9894 8356 7445 t 8356 8565 6264 t 8460 8356 6264 t 8565 7833 10157 t 6264 8565 10157 t 7833 7395 6576 t 10157 7833 6576 t 7395 6590 8733 t 6576 7395 8733 t 6590 7397 6589 t 9831 8169 9284 t 31592 31593 6212 t 6684 333 6579 t 7308 7309 7405 t 443 343 344 t 1309 1202 7308 t 1860 7730 1744 t 8153 8052 7279 t 14781 14653 12459 t 487 486 9741 t 8844 7854 8136 t 7086 6778 6980 t 7795 7796 7887 t 7108 7855 8344 t 8900 8899 8802 t 3524 9421 3654 t 4719 16371 13080 t 9826 9379 9819 t 9239 9346 9345 t 8195 8196 8291 t 9911 9910 9798 t 8828 9036 9035 t 18225 18224 18144 t 11513 10668 31987 t 12213 12214 12294 t 8146 8145 8116 t 19326 19325 31398 t 7766 7298 8145 t 8146 7766 8145 t 994 894 7109 t 8687 8794 8793 t 1510 7691 1509 t 13870 13990 13989 t 1806 17171 17076 t 24894 15430 25440 t 1435 7438 7437 t 8251 9056 6885 t 7009 7110 7109 t 7562 7754 8779 t 8660 8475 9818 t 6949 7052 6948 t 10756 10827 10755 t 11444 11443 11356 t 7152 7151 7051 t 6934 8031 8443 t 11618 11619 11699 t 8214 6934 8443 t 8031 9475 9701 t 3540 7294 5482 t 687 435 9395 t 8291 8290 8194 t 14314 14315 14443 t 9355 9463 9354 t 8586 8689 8688 t 9245 9244 9138 t 9463 9462 9354 t 9515 9518 9471 t 3415 8044 7855 t 7334 7432 7333 t 8071 8072 8174 t 8045 9492 8039 t 9978 14229 6802 t 18632 24533 18558 t 31841 31983 10241 t 7034 7033 6930 t 1330 110 693 t 7625 7624 7527 t 6931 7034 6930 t 9024 9023 8914 t 7528 7625 7527 t 7230 7327 7326 t 8915 9024 8914 t 7129 7230 7229 t 7229 7230 7326 t 8323 8322 10168 t 7128 7129 7229 t 7698 7794 7697 t 8322 10053 10168 t 7794 7886 7885 t 7793 7794 7885 t 6611 6610 6510 t 7725 7724 7628 t 8613 8612 8508 t 9766 6934 8214 t 7531 7629 7530 t 10150 9766 9643 t 9643 9766 8214 t 10031 10150 10149 t 10149 10150 9643 t 10031 10030 9916 t 10030 10031 10149 t 9917 9916 9804 t 9917 10031 9916 t 9805 9804 9683 t 9805 9917 9804 t 9684 9805 9683 t 8204 8203 8102 t 8103 8204 8102 t 8299 8399 8203 t 8204 8299 8203 t 8825 8921 8824 t 9030 9029 8921 t 19175 19422 13834 t 8912 9021 9020 t 7588 9403 9847 t 8911 8912 9020 t 8386 8385 8285 t 996 6676 7572 t 9473 9474 7239 t 8286 8386 8285 t 9330 9331 9438 t 6413 6514 6513 t 6323 6417 6416 t 9438 9552 9551 t 9139 9245 9138 t 6612 6716 6611 t 30246 30245 30139 t 32325 32184 31982 t 25259 10335 15662 t 9778 9657 3903 t 8601 8602 8704 t 3294 2920 8044 t 6512 6612 6511 t 6716 6715 6611 t 6825 6826 6923 t 7027 7128 7127 t 8499 8603 8602 t 8498 8499 8602 t 9178 9279 6451 t 12632 12713 12631 t 11445 11446 11531 t 25143 23737 23736 t 10458 10528 10457 t 3304 8877 1965 t 27449 27450 5137 t 30109 4287 3493 t 7764 7768 8986 t 8877 7764 8986 t 8411 9894 7768 t 7764 8411 7768 t 8257 8356 9894 t 8411 8257 9894 t 8257 6553 8565 t 8356 8257 8565 t 6553 10051 7833 t 8565 6553 7833 t 10051 7397 7395 t 7833 10051 7395 t 14278 6589 13561 t 7395 7397 6590 t 1754 8747 6696 t 8732 8637 9630 t 10685 10684 10607 t 28501 28426 28502 t 2951 11168 11848 t 22267 22558 22559 t 7966 9288 8264 t 4016 9881 4135 t 7847 9729 9050 t 710 3804 7002 t 7691 7692 1713 t 19194 30531 32174 t 25762 25890 26337 t 6729 6828 6728 t 27196 24566 19419 t 8334 9079 7467 t 7741 7740 7643 t 7516 7515 7419 t 9678 9799 9677 t 27196 25570 24566 t 8196 8292 8291 t 8748 6786 8668 t 359 264 265 t 11600 8644 10787 t 6407 6508 6406 t 32235 32199 32139 t 683 8358 3068 t 6314 6407 6406 t 8222 15308 8122 t 5820 7877 5819 t 23846 28428 23847 t 9068 7562 8779 t 6900 9742 6798 t 9251 9145 9252 t 8787 6559 7384 t 10202 31897 32364 t 4276 4150 3555 t 12215 12295 12214 t 7151 7152 7251 t 7764 8877 3304 t 7052 7152 7051 t 7252 7352 7351 t 8387 8388 8496 t 6851 6949 6850 t 8497 8602 8601 t 7717 7813 7716 t 7905 7904 7812 t 29915 6750 6749 t 1132 10168 6180 t 4262 10118 4379 t 6949 6948 6850 t 9458 9684 9571 t 10518 10046 8268 t 9458 9457 9349 t 9457 9458 9571 t 9350 9349 9242 t 9350 9458 9349 t 9033 9137 9032 t 9243 9350 9242 t 9243 9242 9136 t 9137 9243 9136 t 7086 8767 7674 t 7134 7333 7332 t 7431 7430 7332 t 7135 7134 7033 t 7034 7135 7033 t 9128 9234 9127 t 9128 9127 9023 t 9024 9128 9023 t 7326 7327 7424 t 6761 9710 10045 t 7327 7425 7424 t 13606 10324 13494 t 11277 11357 11276 t 10053 708 10168 t 11022 11680 11096 t 10462 10461 10395 t 8717 8716 8612 t 8613 8717 8612 t 8719 8924 8827 t 8399 8613 8508 t 9033 9032 8923 t 12269 31925 32128 t 8924 8923 8827 t 8648 9740 9620 t 9320 9427 9319 t 2931 4500 4379 t 6878 6979 10222 t 7893 7894 7985 t 28424 28354 23758 t 9314 9315 9422 t 9901 10015 10014 t 674 565 675 t 9315 9423 9422 t 7305 9161 9366 t 9571 9684 9683 t 8401 8616 8400 t 8616 8719 8615 t 8616 8615 8400 t 8300 8401 8400 t 9029 9030 9134 t 11914 12508 19198 t 9569 9681 9568 t 9732 7588 9847 t 7904 7810 7811 t 8246 9514 9403 t 9736 11489 9283 t 7812 7904 7811 t 8190 8286 8285 t 6412 6413 6513 t 8189 8190 8285 t 9225 9226 9330 t 7985 7984 7892 t 6322 6323 6416 t 6715 6813 6812 t 6595 6402 9595 t 9869 7198 8754 t 9890 10005 9889 t 10877 32143 10514 t 6402 8754 9595 t 7901 7993 7992 t 7026 7027 7127 t 7228 7229 7325 t 8290 8289 8193 t 8194 8290 8193 t 7268 9279 13260 t 11611 11691 11690 t 27400 17216 16364 t 9802 9914 9801 t 10028 10027 9913 t 10146 10147 10111 t 9914 10028 9913 t 8772 8556 7442 t 10216 32006 901 t 9890 9889 9778 t 7277 149 57 t 7170 8411 7764 t 8877 8986 1965 t 7170 8159 8257 t 8411 7170 8257 t 8159 7469 6553 t 8257 8159 6553 t 7469 9863 10051 t 6553 7469 10051 t 9863 6586 7397 t 10051 9863 7397 t 10213 10100 14764 t 7397 6586 6589 t 2820 2317 6179 t 7100 12445 8036 t 10821 10892 10891 t 10820 10821 10891 t 11442 11443 11528 t 11844 11342 11019 t 2384 14343 1622 t 6824 6823 6724 t 4747 4868 4746 t 23812 23493 23365 t 7692 7788 1713 t 8174 8175 8269 t 7683 8254 1105 t 2910 2909 2781 t 4143 4144 4268 t 9319 9318 9213 t 437 6584 438 t 9771 9882 9770 t 9224 9225 9329 t 406 505 6868 t 9238 9239 9345 t 9122 9230 9121 t 7998 8095 7997 t 27974 27973 27918 t 9095 9818 7576 t 7477 7576 7476 t 9079 1330 693 t 8238 9371 8139 t 8982 8748 6180 t 7819 7818 7722 t 13756 13870 13869 t 15006 12945 12930 t 9068 8779 9604 t 6851 6850 6750 t 8660 9276 8475 t 8528 11020 9940 t 13639 13756 13755 t 13636 13752 12680 t 15192 4781 4902 t 9468 4629 4750 t 5222 5336 8839 t 56 575 574 t 7052 7051 6948 t 9818 8475 7388 t 11095 14101 13733 t 25531 25646 25530 t 6170 6169 31011 t 21073 18551 24239 t 7158 7258 7157 t 9946 8660 9095 t 26676 26677 26797 t 8073 8074 8175 t 6878 9162 7392 t 24007 16945 24125 t 9757 8779 8533 t 7723 7819 7722 t 8924 9033 8923 t 9137 9136 9032 t 6317 6411 6410 t 4625 4502 8261 t 7674 7769 6993 t 32255 32358 31897 t 9234 9341 9340 t 8279 8278 8182 t 7893 7985 7892 t 9448 9447 9340 t 6231 6318 6317 t 9341 9448 9340 t 8802 8899 8801 t 926 2577 9307 t 10866 32331 10654 t 7522 7521 7424 t 6181 8879 9091 t 9710 6778 10045 t 108 2453 6181 t 9401 6807 6806 t 7555 9586 7851 t 8879 9401 9091 t 8717 8825 8716 t 7442 7555 7851 t 8825 8824 8716 t 19333 26577 19332 t 9036 9142 9035 t 31796 30296 31683 t 23847 28427 23757 t 1546 9072 4519 t 9646 7869 9494 t 6983 8238 7381 t 25249 24340 27196 t 27093 27094 17617 t 9597 6841 6837 t 8892 9001 9000 t 8238 8139 7381 t 8100 8201 8200 t 7126 7227 7125 t 6327 4388 10129 t 8688 8795 8794 t 7596 1512 7694 t 9366 5220 7008 t 26077 24103 26195 t 6847 6846 6746 t 536 6685 6686 t 7916 7915 7822 t 8008 8007 7915 t 7823 7822 7727 t 7823 7916 7822 t 9802 9801 9680 t 7728 7823 7727 t 9498 9507 6350 t 9681 9802 9680 t 7588 8246 9403 t 6901 9055 8947 t 7812 7811 7715 t 9460 9572 9459 t 7618 7715 7617 t 7716 7812 7715 t 8190 8189 8088 t 7811 7810 7715 t 6718 6717 6613 t 8089 8190 8088 t 9117 9118 9225 t 363 464 7365 t 6417 6517 6416 t 9226 9331 9330 t 8808 8807 8700 t 6231 6317 6230 t 7712 7713 7808 t 7809 7901 7900 t 7424 7423 7325 t 8092 8091 7994 t 7425 7522 7424 t 7619 7618 7521 t 11610 11611 11690 t 11617 11697 11696 t 11801 11800 11716 t 22790 21671 19825 t 10028 10147 10146 t 10027 10028 10146 t 7728 7727 7631 t 7632 7728 7631 t 7534 7533 7437 t 7438 7534 7437 t 17448 15796 16040 t 11106 5496 5374 t 10954 9294 8857 t 10176 9491 7170 t 8986 10114 1965 t 9491 8059 8159 t 7170 9491 8159 t 8059 7393 7469 t 8159 8059 7469 t 7393 8942 9863 t 7469 7393 9863 t 8942 7404 6586 t 9863 8942 6586 t 12991 14764 10100 t 6586 7404 10213 t 11613 11614 11693 t 10343 10401 10342 t 11778 11779 13886 t 11693 11694 11777 t 11614 11694 11693 t 8082 8183 8081 t 3654 3655 3772 t 9116 9117 9224 t 7899 7898 7806 t 32069 32323 25448 t 342 343 442 t 9352 9460 9351 t 9489 10075 10115 t 6090 6796 6707 t 23853 32249 23956 t 10144 10145 10060 t 6925 6926 7028 t 10512 23498 11767 t 8649 6781 10088 t 9650 9771 9770 t 9649 9650 9770 t 32064 32008 31946 t 9878 6874 8149 t 8039 9432 8021 t 6777 6987 9623 t 837 836 7171 t 8280 8488 8380 t 8139 6571 8766 t 7381 8139 8766 t 7186 7564 9056 t 9187 8348 9079 t 9572 9686 9685 t 1273 1272 15320 t 3553 4970 4400 t 7359 7358 7258 t 209 6560 210 t 9425 9539 9424 t 7457 7456 7358 t 7976 7975 7882 t 7359 7457 7358 t 20303 20304 20398 t 32169 24453 31923 t 3817 3936 14099 t 829 13026 720 t 14376 201 14489 t 4902 4781 13176 t 14921 1661 938 t 13506 14921 14901 t 20874 20873 20781 t 4508 4388 6327 t 7613 7711 7612 t 4516 8333 1221 t 31944 31956 31931 t 7553 7552 7456 t 7457 7553 7456 t 7649 7648 7552 t 7553 7649 7552 t 9335 9334 9229 t 7746 7745 7648 t 7311 7408 7310 t 1128 1127 1022 t 28541 28540 28382 t 23758 28354 23759 t 31712 10225 6890 t 97 6221 260 t 9518 9275 9471 t 8207 8300 8206 t 7481 7108 8344 t 7014 7015 7115 t 6815 6913 6912 t 363 1877 464 t 6717 6815 6814 t 6716 6717 6814 t 6717 6716 6612 t 6613 6717 6612 t 6412 6513 6512 t 6411 6412 6512 t 8667 6432 8770 t 6513 6613 6512 t 9008 9007 8898 t 8899 9008 8898 t 9325 9433 9324 t 8705 8813 8812 t 9091 9401 6806 t 7216 7314 7313 t 7478 6777 9511 t 9586 9257 9175 t 9123 9122 9018 t 10050 6996 7192 t 22589 2482 2355 t 6777 9623 9511 t 8714 8822 8821 t 32002 32087 32344 t 9793 9794 9905 t 9001 9106 9000 t 7649 7746 7648 t 32279 32147 32023 t 7841 7840 7745 t 7746 7841 7745 t 7934 7933 7840 t 7841 7934 7840 t 7934 8026 8025 t 7933 7934 8025 t 8026 8125 8124 t 8025 8026 8124 t 8125 8225 8224 t 8124 8125 8224 t 9667 9668 9788 t 9113 9114 9221 t 32070 32126 32221 t 8292 8392 8291 t 9668 9789 9788 t 7047 7046 6944 t 6847 6944 6846 t 31936 32256 6165 t 8432 9178 8987 t 6735 6834 6734 t 9689 9810 9809 t 7375 6771 10166 t 9914 9913 9801 t 8926 9139 8925 t 8060 9507 9498 t 7290 1133 9853 t 8003 8002 7910 t 8049 8060 9498 t 7522 7619 7521 t 5948 1714 9646 t 7716 7715 7618 t 7900 7901 7992 t 26166 26165 26034 t 7993 8089 8088 t 7806 7805 7709 t 10092 8976 61 t 7898 7897 7805 t 7710 7806 7709 t 1218 5606 2690 t 7323 7421 7322 t 7421 7518 7517 t 7995 8092 7994 t 8192 8193 8288 t 6827 6925 6924 t 6826 6827 6924 t 11616 11617 11696 t 6933 6835 912 t 6807 8060 8049 t 6806 6807 8049 t 10147 8772 10111 t 10111 8772 7442 t 7632 7631 7533 t 7534 7632 7533 t 31928 31982 32258 t 10682 10751 10750 t 10176 3304 3181 t 10396 10395 10338 t 32034 32219 32269 t 8409 8408 8307 t 19965 13078 19256 t 14353 9622 6802 t 14207 10380 32166 t 10380 20140 32166 t 32225 14207 32166 t 8059 7963 7393 t 7963 7286 7393 t 7393 7286 8942 t 13065 8645 7286 t 8942 8645 7404 t 9700 11912 8672 t 10820 10891 10890 t 11354 11355 11441 t 11528 11614 11613 t 11342 2951 11848 t 11442 11528 11527 t 8697 8804 8803 t 7711 7807 7710 t 10969 10968 10895 t 8807 8904 8903 t 12638 12637 12554 t 6820 6821 6918 t 9572 9685 9459 t 7316 7317 7414 t 7801 7893 7892 t 8506 8610 8505 t 7174 7173 12085 t 6781 6452 8132 t 9882 9881 9770 t 10088 6781 8132 t 6601 6707 9298 t 9316 9317 9424 t 9301 11590 10428 t 9469 6874 9878 t 9999 9998 9883 t 1878 1221 8333 t 9604 7295 6571 t 8139 9604 6571 t 9187 9079 8334 t 7564 9187 8334 t 32175 10671 10794 t 28502 28426 28427 t 16568 20888 16878 t 6954 32308 32060 t 8224 8225 8320 t 11835 11918 4847 t 11351 11438 11437 t 9002 9107 9001 t 7626 7723 7625 t 12536 12537 9378 t 7682 3553 3676 t 151 17382 150 t 18825 18911 18824 t 14102 14099 13017 t 26049 19316 19398 t 13176 14376 14489 t 6577 6477 6578 t 7437 7339 1435 t 13518 13519 13628 t 1513 7599 7696 t 12342 2197 10871 t 8074 8176 8175 t 21243 22267 22559 t 25760 25709 24462 t 12797 11234 12764 t 32211 32224 32019 t 1953 2218 5842 t 12388 12387 12297 t 30140 30246 30139 t 9946 9693 8660 t 8291 8391 8290 t 10060 9379 9826 t 7047 7148 7147 t 30844 30967 30843 t 6417 6418 6517 t 32205 31883 31913 t 7984 8080 8079 t 6316 6410 6409 t 32166 13021 32235 t 6907 9767 7194 t 7901 7902 7993 t 7713 7714 7809 t 7809 7902 7901 t 7615 7616 7713 t 7518 7519 7615 t 19326 31398 19327 t 7421 7422 7518 t 8277 8378 8377 t 17803 18092 14074 t 9891 10006 10005 t 8693 8694 8800 t 8251 6885 10070 t 9890 9891 10005 t 7660 6044 7579 t 9779 9780 9890 t 8622 8621 8515 t 10119 2813 10118 t 7148 7247 7246 t 8516 8622 8515 t 8920 8919 8822 t 23918 24016 24015 t 6983 7381 9276 t 8392 8391 8291 t 3657 15206 6698 t 7172 10070 8533 t 8270 8271 8371 t 8146 1450 8344 t 10002 10120 10001 t 8372 8479 8478 t 8375 8482 8481 t 20125 20215 20124 t 8191 8287 8190 t 9023 9022 8913 t 9543 9655 9654 t 8579 10188 7826 t 9712 9753 7826 t 24352 10469 24242 t 11691 11692 11775 t 6932 6931 6833 t 9251 9250 9144 t 9145 9251 9144 t 9139 9034 8925 t 8584 8585 8687 t 10169 9713 9597 t 9853 10169 9597 t 9507 6901 6350 t 2453 8879 6181 t 32060 31908 32252 t 8134 9823 9937 t 7619 7716 7618 t 7027 7028 7128 t 7995 7994 7903 t 7992 7993 8088 t 7808 7809 7900 t 5926 5818 7877 t 32071 32061 31905 t 8741 8363 6960 t 7271 8037 7371 t 12020 12023 8639 t 12374 12462 12461 t 7226 7323 7225 t 7421 7420 7322 t 8289 8389 8388 t 32291 32237 32347 t 2655 8581 8684 t 8943 10572 7666 t 8350 9078 7386 t 7007 7570 9261 t 8556 7555 7442 t 9597 9713 6842 t 8093 8094 8194 t 9688 9689 9809 t 6619 6618 6517 t 6821 6919 6918 t 31921 31963 32273 t 9942 6659 9827 t 8501 8605 8604 t 4629 10040 4504 t 9741 61 8976 t 12464 12550 12549 t 12463 12464 12549 t 12718 12797 12717 t 10788 9297 4280 t 13720 20518 12752 t 20974 20795 14326 t 5843 3560 239 t 10966 11041 10965 t 11528 11529 11614 t 10753 10752 10683 t 2195 6970 11680 t 31671 6192 31670 t 7702 7703 7798 t 9421 9422 9534 t 7314 7315 7412 t 9971 10207 10208 t 21817 21742 21972 t 8648 12001 7074 t 9856 9971 10208 t 10194 8745 9482 t 7415 7512 7511 t 8714 8713 8609 t 10145 10111 10060 t 7520 7617 7519 t 8912 8913 9021 t 6452 6990 7847 t 6990 7001 7847 t 9211 9212 9316 t 8822 8919 8821 t 9027 9026 8918 t 9651 9652 9772 t 9884 9999 9883 t 9604 8779 9757 t 7295 9604 9757 t 12061 12060 11977 t 25806 25930 5743 t 12702 3314 7475 t 32360 31866 32315 t 699 700 808 t 10197 8439 7305 t 6326 10315 10371 t 24206 24207 24308 t 8708 8707 8603 t 9816 10197 8364 t 10159 31994 10488 t 8439 8333 7305 t 6199 6287 6286 t 6286 6377 6376 t 6287 6378 6377 t 6286 6287 6377 t 6378 6478 6477 t 6377 6378 6477 t 6577 331 330 t 6478 6578 6477 t 6746 6846 6745 t 10549 10548 10478 t 10106 9704 9589 t 8192 8191 8090 t 9133 9132 9027 t 9830 7654 7749 t 7465 9264 4405 t 9043 9149 9042 t 10197 7305 9256 t 4405 8840 9406 t 8840 7068 9406 t 7068 9816 9406 t 9043 9042 8933 t 8934 9043 8933 t 17981 17982 18055 t 7046 7047 7147 t 9104 9103 8998 t 9189 6877 9860 t 9113 9112 9007 t 9008 9113 9007 t 8080 8182 8181 t 8182 8277 8276 t 9767 6907 8048 t 9767 7291 7194 t 8523 8982 6180 t 8871 9767 8048 t 6912 7014 7013 t 6787 6786 8748 t 8695 8802 8801 t 7376 10224 8627 t 8694 8695 8801 t 1511 7692 1510 t 6877 6473 9860 t 7279 8052 8064 t 6623 6622 6520 t 8622 8726 8621 t 24703 18593 12620 t 8934 8933 8834 t 8726 8725 8621 t 6700 12518 12178 t 32104 32103 32210 t 9816 8364 9406 t 12460 12546 12545 t 6674 9264 6776 t 10197 9256 8364 t 8663 6674 8558 t 9264 8840 4405 t 9918 9919 10032 t 9264 7465 6776 t 9704 9262 5948 t 8723 8829 8722 t 7211 7309 7308 t 9919 10033 10032 t 7408 7505 7407 t 5715 5716 5835 t 315 414 6773 t 7505 7601 7600 t 8676 9402 3303 t 8334 7467 6505 t 9636 9366 6638 t 8975 9359 7275 t 6221 31248 6222 t 12539 12626 9253 t 9357 9356 9250 t 9540 9652 9651 t 32316 31820 32124 t 9713 8070 6842 t 9339 9338 9232 t 9261 6242 6243 t 8113 9524 9518 t 10128 8943 7666 t 6242 2453 108 t 6925 7028 7027 t 7810 7995 7903 t 6924 6925 7027 t 8174 8269 2181 t 8193 8192 8091 t 7376 9957 2081 t 30248 30355 30247 t 438 6584 6585 t 4384 10125 4269 t 31862 31899 32248 t 13450 14901 14897 t 12529 12445 7100 t 11979 11978 11891 t 8706 8814 8813 t 8705 8706 8813 t 9578 12706 12788 t 7599 7600 7697 t 7386 9850 9977 t 6919 7022 7021 t 6618 6619 6722 t 7374 9271 9172 t 9446 9560 9445 t 8792 8793 8889 t 17563 16045 4646 t 9357 9465 9356 t 8403 8402 8301 t 8302 8403 8301 t 31277 19405 31159 t 5594 8571 8464 t 30058 30155 30057 t 61 9741 486 t 360 361 463 t 12010 11934 10492 t 12797 8677 11234 t 11743 12254 12619 t 6179 2088 11743 t 11610 11690 11609 t 10680 10681 10749 t 10819 10820 10890 t 12715 12714 12546 t 10749 10820 10819 t 11354 11441 11440 t 7279 8064 10039 t 9422 9535 9534 t 31993 9503 4853 t 9050 7279 10039 t 8136 6470 10115 t 7173 9971 9856 t 9142 9248 9141 t 9494 9597 6837 t 4152 10186 16588 t 8871 8048 10201 t 19160 19161 10336 t 31437 31436 31318 t 7617 7616 7519 t 8913 9022 9021 t 7867 8153 9729 t 7001 7867 9729 t 9212 9211 9103 t 9104 9212 9103 t 9673 9794 9793 t 9672 9673 9793 t 9773 9884 9883 t 9772 9773 9883 t 6598 10165 6592 t 14326 20795 20968 t 10953 11759 7000 t 12384 12469 12383 t 12556 12555 12469 t 11271 11272 11350 t 20307 20306 20214 t 25699 25709 27342 t 32010 31943 31864 t 27586 13097 13020 t 8684 8791 2781 t 7194 8030 8676 t 6907 7194 8676 t 9371 9068 9604 t 19012 32354 32203 t 12198 12018 4286 t 9885 10000 9999 t 7381 8766 9276 t 30720 30840 30719 t 30720 30719 30593 t 15391 23655 10279 t 6288 6379 6378 t 6286 6198 6199 t 6379 6479 6478 t 6378 6379 6478 t 31963 32190 32223 t 26827 32230 25089 t 2066 8071 2181 t 8349 8249 8030 t 7194 8349 8030 t 9975 6878 10222 t 4747 8135 9361 t 24333 24446 24445 t 9442 9441 9334 t 1458 13744 6789 t 11643 22982 11724 t 9149 9148 9042 t 8409 8516 8408 t 8516 8515 8408 t 6638 7008 6707 t 8899 8898 8801 t 8218 9695 10071 t 3540 100 4503 t 8181 8182 8276 t 9421 3524 3525 t 9330 9438 9437 t 7799 7800 7891 t 9437 9438 9550 t 9054 8118 6869 t 8647 8648 9620 t 9768 9054 6869 t 8052 9975 7958 t 9672 9793 9792 t 1609 1713 1712 t 20421 32328 32306 t 7544 7545 1753 t 412 314 413 t 7449 7545 7544 t 9482 8745 6702 t 9912 10026 9911 t 7448 7449 7544 t 31863 8633 32123 t 9424 9538 9537 t 7458 7457 7359 t 7359 7258 7360 t 7554 7553 7457 t 7458 7554 7457 t 31398 19325 31281 t 7650 7649 7553 t 7376 8627 9958 t 15564 19862 6198 t 7729 1743 7730 t 8908 8909 9017 t 10143 10144 7292 t 8349 8674 8249 t 6714 6715 6812 t 7554 7650 7553 t 7947 8335 8674 t 7747 7746 7649 t 7650 7747 7649 t 7842 7841 7746 t 7747 7842 7746 t 7935 7934 7841 t 26704 32352 32259 t 6948 7051 6947 t 7251 7250 7150 t 7151 7150 7050 t 7051 7151 7050 t 10973 11048 10972 t 6456 6560 125 t 7754 7172 8533 t 12546 12714 12632 t 8070 8113 9518 t 9524 7374 9275 t 6243 6242 108 t 9235 9236 9342 t 6778 9078 8350 t 7028 7129 7128 t 8704 8812 8811 t 8092 8193 8091 t 8193 8289 8288 t 10017 10136 10135 t 9903 10017 9902 t 10136 76 596 t 10016 10017 10135 t 76 9929 9594 t 10135 10136 596 t 9614 8780 9594 t 596 76 9594 t 8814 8911 8910 t 8813 8814 8910 t 9428 9542 9427 t 9542 9541 9427 t 10813 10884 7259 t 8564 6654 7556 t 9207 10047 9931 t 9275 7374 9172 t 8751 7065 8752 t 32165 32314 32103 t 9367 10037 9272 t 9250 9251 9357 t 8327 7497 7392 t 6850 6948 6849 t 7051 7050 6947 t 7935 8027 8026 t 7934 7935 8026 t 8027 8126 8125 t 1232 1231 1128 t 13660 22398 21298 t 11120 11119 11044 t 10609 10608 10532 t 11045 11120 11044 t 10397 10463 10396 t 2201 2200 1841 t 11743 2088 12254 t 11526 11527 11612 t 9047 12115 12095 t 12547 12715 12546 t 11353 11354 11440 t 11861 11775 11776 t 12547 12546 12461 t 8806 8807 8903 t 8052 7958 8064 t 8377 8378 8484 t 8803 8900 8802 t 31921 32209 31963 t 8099 8100 8200 t 32247 32029 19182 t 9214 9319 9213 t 2451 2332 2452 t 7453 7644 7548 t 8816 8815 8707 t 8604 8708 8603 t 2084 8258 385 t 7809 7810 7902 t 9189 9860 8153 t 7596 7694 7693 t 9212 9317 9316 t 7867 9189 8153 t 8166 7969 9302 t 9302 7969 9305 t 9302 7967 8166 t 6701 9728 8166 t 7967 10165 6598 t 8166 7967 6598 t 6656 8047 474 t 6656 6592 10165 t 18459 18460 16277 t 11493 10574 11404 t 8418 9747 2415 t 11786 2799 10574 t 6850 6849 6749 t 6749 6748 30010 t 8026 8027 8125 t 8126 8226 8225 t 7926 2097 1986 t 7854 9512 7757 t 23498 23370 11767 t 8125 8126 8225 t 4137 4136 9881 t 32239 32255 32030 t 17626 19775 19774 t 7571 8756 5838 t 6288 6378 6287 t 23655 17033 10279 t 6289 6380 6379 t 6288 6289 6379 t 6380 6480 6479 t 6379 6380 6479 t 26056 25089 32230 t 32187 31921 32273 t 32159 32291 31876 t 3894 3772 3773 t 9483 9611 8335 t 5443 16469 14488 t 27868 27867 27818 t 25828 31959 26072 t 6280 13259 9177 t 10660 10731 4847 t 1220 14249 14126 t 7767 32253 32263 t 7843 7748 11266 t 25472 27092 27091 t 25472 25475 27092 t 24239 24240 25476 t 12452 12202 2799 t 31828 3671 32143 t 9701 9259 9258 t 9586 9701 9258 t 6424 8443 9586 t 8215 8214 6424 t 6716 6814 6813 t 7978 8074 8073 t 8443 9701 9586 t 2931 4379 10118 t 8176 8271 8270 t 7947 9483 8335 t 19333 19332 15430 t 9617 10062 9611 t 12341 18551 21073 t 12800 7209 9378 t 7324 7325 7422 t 7209 12536 9378 t 31925 8966 32090 t 1859 8939 8937 t 2218 1631 5842 t 9483 9617 9611 t 10188 6328 9712 t 6599 6903 10062 t 12558 12559 12642 t 7350 7351 7448 t 4502 4625 4501 t 10573 8169 9831 t 7147 7148 7246 t 7246 7247 1442 t 10016 10015 9901 t 1338 1442 1441 t 7247 7347 1442 t 9902 10016 9901 t 7308 1202 1102 t 9617 6599 10062 t 10516 10860 10878 t 6626 6625 6523 t 7351 7449 7448 t 6812 6813 6912 t 26526 24211 26656 t 7151 7251 7150 t 2802 10858 9600 t 6584 437 6583 t 9622 14353 8435 t 5865 5981 5980 t 5743 31990 32275 t 7467 693 8439 t 8072 8071 7975 t 175 7108 7481 t 8327 9629 7497 t 8003 8100 8002 t 9916 10030 9915 t 9900 9901 10014 t 9518 9524 9275 t 10030 10149 10148 t 9130 9236 9129 t 6599 6862 6793 t 9236 9343 9342 t 6800 9841 9419 t 7032 7031 6928 t 8417 6800 7860 t 9841 8572 9419 t 8427 8329 7860 t 6800 9419 7860 t 8438 8544 8427 t 8329 8417 7860 t 7560 6794 7270 t 8544 8329 8427 t 6903 6599 6793 t 10203 8544 8438 t 11955 11956 12324 t 11912 8775 8672 t 25340 24894 25805 t 6427 6426 6330 t 10142 6654 8564 t 10141 10142 8564 t 7276 8973 12787 t 10322 11844 11019 t 8118 8119 9532 t 9533 10037 9367 t 12800 8786 7209 t 11619 11700 11699 t 7305 9366 9636 t 6885 6505 10197 t 4278 18320 15259 t 10460 10459 10393 t 11279 11278 11196 t 12292 12379 12378 t 12379 12466 12378 t 12291 12292 12378 t 12466 12465 12378 t 12466 12552 12551 t 12465 12466 12551 t 12635 12634 12551 t 12552 12635 12551 t 12719 12718 12634 t 12635 12719 12634 t 12719 12798 12797 t 12718 12719 12797 t 1027 14 9857 t 12636 12637 12799 t 261 260 6221 t 7714 7715 7809 t 9476 7956 6964 t 8708 8816 8707 t 8816 8913 8912 t 8506 8505 8396 t 10044 7956 10188 t 7442 7751 7075 t 8241 7442 7075 t 7741 7836 7740 t 10209 9930 10167 t 4641 4760 2079 t 7362 9930 10209 t 9302 9305 7473 t 7473 12598 6970 t 7557 9302 7473 t 9824 7557 7473 t 7557 8217 7967 t 9302 7557 7967 t 8217 10155 10165 t 7967 8217 10165 t 8047 6656 10165 t 10155 8047 10165 t 1859 997 8939 t 10647 129 8542 t 19959 20800 20048 t 7510 7606 7605 t 6948 6947 6849 t 10075 9489 7198 t 7467 8439 10197 t 6511 6510 6409 t 6505 7467 10197 t 9844 574 6899 t 6096 5607 9385 t 10299 10298 10254 t 6908 8730 7061 t 15014 4467 13522 t 32269 32044 32034 t 25199 25340 25805 t 6202 6290 6289 t 6201 6202 6289 t 6290 6381 6380 t 6289 6290 6380 t 6381 6481 6480 t 6380 6381 6480 t 6481 6580 6579 t 6480 6481 6579 t 17133 17135 4961 t 16162 4913 5035 t 261 6222 262 t 9259 9936 9705 t 9258 9259 9705 t 5503 8221 14217 t 7791 7790 7694 t 7098 7089 7291 t 27570 6201 6288 t 1342 5255 267 t 7178 2813 10119 t 7446 1643 1545 t 26198 26199 25338 t 10000 10118 4262 t 8823 8822 8714 t 8829 8828 8722 t 8035 5335 7297 t 6945 6944 6847 t 7048 7047 6944 t 6945 7048 6944 t 6489 6490 344 t 7149 7148 7047 t 8713 8714 8821 t 13415 12762 2814 t 9214 9213 9105 t 8694 8801 8800 t 18708 18790 24756 t 8611 8715 8610 t 8406 8405 8304 t 6043 5926 7579 t 6809 6909 786 t 8212 8305 8211 t 6801 6902 7296 t 6801 10177 6902 t 6593 9084 9830 t 8831 8930 8830 t 8794 8795 8891 t 8831 8830 8725 t 8726 8831 8725 t 9847 9731 8762 t 8930 8929 8830 t 8300 8400 8206 t 7230 7231 7327 t 8008 8106 8007 t 8207 8206 8105 t 7916 8008 7915 t 8106 8207 8105 t 6965 8842 9726 t 8106 8105 8007 t 9145 9144 9038 t 12682 11261 11492 t 9039 9038 8929 t 9039 9145 9038 t 7251 7351 7350 t 8930 9039 8929 t 8795 8892 8891 t 7250 7251 7350 t 8513 8619 8512 t 6601 9298 9951 t 10044 10188 8579 t 19762 19846 19761 t 9743 7502 8463 t 6786 8039 6785 t 7976 8072 7975 t 8570 7105 7672 t 8186 8185 8084 t 9916 9915 9803 t 6995 9384 5978 t 21549 20811 26947 t 9804 9916 9803 t 9130 9129 8915 t 9639 6606 6793 t 6929 7032 6928 t 9025 9130 8915 t 8394 8503 8502 t 7032 7133 7132 t 8503 8607 8606 t 8393 8394 8502 t 8711 8710 8606 t 8502 8503 8606 t 8819 8818 8710 t 8607 8711 8606 t 8916 8915 8818 t 8711 8819 8710 t 8819 8916 8818 t 9129 9128 9024 t 6862 9639 6793 t 8915 9129 9024 t 6654 9207 7556 t 6426 6526 10439 t 12642 12643 12725 t 10023 10142 10141 t 9532 9533 9367 t 9293 9051 11510 t 9887 10002 10001 t 7706 7802 7705 t 9423 9424 9536 t 8811 8812 8908 t 9057 6601 6754 t 8039 8021 6785 t 7520 7519 7422 t 24316 15430 24894 t 31914 31918 31972 t 11121 11199 11120 t 11199 11281 11198 t 11047 11121 11046 t 11281 11280 11198 t 10972 11047 10971 t 11199 11198 11120 t 10972 10971 10898 t 11121 11120 11046 t 10899 10972 10898 t 11047 11046 10971 t 12798 9467 12797 t 18650 25004 18575 t 10139 9476 10138 t 15544 11086 30331 t 938 1661 1273 t 8397 8506 8396 t 19474 25894 26016 t 3299 10092 61 t 5929 5930 6045 t 7752 9640 6883 t 6781 8649 12702 t 7752 7388 7486 t 9640 7752 7486 t 8013 8111 8012 t 8111 8110 8012 t 7065 9824 8752 t 2197 8752 6970 t 7104 7557 9824 t 7065 7104 9824 t 7104 7182 8217 t 7557 7104 8217 t 6253 10155 8217 t 7182 6253 8217 t 9979 8047 10155 t 6253 9979 10155 t 820 6804 7002 t 9936 9727 1133 t 7413 7510 7509 t 26297 26421 26420 t 20954 18745 20953 t 6979 9057 7672 t 7505 7504 7407 t 30063 30062 29970 t 11343 11494 2951 t 9378 9467 12798 t 12002 12440 12439 t 25340 24316 24894 t 12731 571 12730 t 10325 4283 10587 t 4150 575 5945 t 6142 6201 26332 t 32134 32116 31961 t 5702 5819 5701 t 19356 3085 19275 t 6291 6382 6381 t 6290 6291 6381 t 6382 6482 6481 t 6381 6382 6481 t 6482 6581 6580 t 6481 6482 6580 t 5035 5156 16162 t 6581 6685 6580 t 1886 19333 15430 t 18370 18369 18295 t 9571 9683 9682 t 9570 9571 9682 t 10033 10152 10151 t 9870 9482 7366 t 13823 13822 13480 t 7025 7126 7024 t 8948 6605 6606 t 5835 5834 5715 t 9639 8948 6606 t 2081 1949 2194 t 9957 9958 8365 t 6744 6745 6844 t 6959 8526 2693 t 3655 9534 3772 t 24316 1886 15430 t 6467 135 6569 t 9443 9557 9442 t 8269 8270 8370 t 9651 9772 9771 t 8138 7661 6605 t 9106 9214 9105 t 8948 8138 6605 t 9973 9858 7661 t 8138 9973 7661 t 8768 8665 9858 t 5750 5859 5749 t 9973 8768 9858 t 9056 8334 6505 t 7660 7579 7877 t 854 5217 5091 t 8406 8513 8405 t 9693 6983 9276 t 9057 6754 7672 t 9427 9541 9540 t 9371 9604 8139 t 6883 7475 7752 t 7231 7328 7327 t 6622 6725 6724 t 9347 9455 9454 t 9123 9336 9230 t 9030 9240 9134 t 9347 9454 9134 t 9240 9347 9134 t 8800 8801 8897 t 9569 9568 9454 t 9455 9569 9454 t 7235 7134 7135 t 9681 9680 9568 t 7562 7861 7172 t 12633 12717 12716 t 10029 10030 10148 t 5714 6765 5715 t 9438 9551 9550 t 32021 32348 32246 t 6824 6922 6921 t 7504 7505 7600 t 9912 9911 9799 t 7944 8839 5221 t 8933 9042 8932 t 2207 8112 8014 t 9148 9147 9041 t 9042 9148 9041 t 13481 13827 13713 t 7117 7218 7217 t 10030 10029 9915 t 9804 9803 9682 t 8768 291 8665 t 8091 8192 8090 t 9236 9235 9129 t 9025 8915 8916 t 7031 7032 7132 t 7133 7234 7233 t 7332 7331 7234 t 7134 7133 7032 t 7033 7134 7032 t 6832 6831 6732 t 6733 6832 6732 t 6733 6732 6629 t 6630 6733 6629 t 6630 6629 6527 t 6528 6630 6527 t 6701 8166 6598 t 6528 6527 6427 t 9235 9234 9128 t 6428 6528 6427 t 19678 30299 19679 t 9129 9235 9128 t 10022 10023 10141 t 6525 10439 6526 t 3658 3560 5258 t 9797 9909 9796 t 8119 9533 9532 t 12288 12289 12375 t 12727 12806 12726 t 9457 9456 9348 t 3783 9545 9431 t 9406 6600 9176 t 9042 9041 8932 t 7001 9729 7847 t 2804 3062 1522 t 11124 11202 11123 t 10448 10384 4283 t 10581 6991 10931 t 7057 10743 7157 t 6991 10953 10952 t 10931 6991 10952 t 10953 7000 10310 t 10952 10953 10310 t 10899 10898 10827 t 10828 10899 10827 t 10534 10533 10463 t 9467 12538 8677 t 7978 7977 7884 t 5592 8245 6742 t 7885 7884 7792 t 7885 7978 7884 t 1513 7696 7695 t 7793 7885 7792 t 7793 7792 7696 t 7697 7793 7696 t 7388 8884 7486 t 8884 8431 7486 t 6415 6416 6516 t 10070 6885 9816 t 7638 7065 8751 t 2197 8751 8752 t 7459 7104 7065 t 7638 7459 7065 t 6779 7182 7104 t 7459 6779 7104 t 6779 8650 6253 t 7182 6779 6253 t 9505 9979 6253 t 8650 9505 6253 t 6663 7444 5456 t 9505 7294 9979 t 7412 7413 7509 t 10442 10512 11767 t 2352 19331 19329 t 6601 9951 6754 t 2351 2352 19329 t 6885 10197 9816 t 8933 8932 8833 t 10376 6330 6426 t 8775 12441 8530 t 9103 9211 3283 t 12469 12468 12382 t 12469 12555 12468 t 1870 1753 7640 t 1871 7640 7738 t 16576 23731 26051 t 22616 22736 22998 t 24349 26577 19333 t 25312 26700 26572 t 6292 6383 6382 t 22403 10581 10931 t 6382 6383 6482 t 6482 6582 6581 t 6686 6685 6581 t 6582 6686 6581 t 7176 5750 5751 t 14343 2936 1622 t 9242 9349 9241 t 6608 565 463 t 10898 10897 10826 t 8834 8833 8727 t 8728 8624 15317 t 7790 7882 7881 t 7651 7650 7554 t 32027 32286 32152 t 7748 7747 7650 t 2841 19590 19676 t 7748 7843 7747 t 7650 7651 7748 t 8186 8282 8185 t 7644 7741 7643 t 10507 26657 21499 t 8028 8127 8126 t 8027 8028 8126 t 8127 8227 8226 t 8126 8127 8226 t 32016 20420 31881 t 26187 15379 17408 t 10731 10660 4397 t 7263 8134 9937 t 12545 12546 12631 t 12212 12293 12211 t 8496 8495 8386 t 16852 18320 4278 t 5217 6756 5216 t 8524 7955 10042 t 12643 12644 12726 t 19329 19331 6542 t 32014 32315 32188 t 11352 11353 11439 t 156 14922 15328 t 9822 7964 9158 t 369 11516 1106 t 7851 9586 9175 t 9257 9822 9821 t 7345 7684 8990 t 9175 9257 9821 t 8657 9814 6887 t 32048 32211 32019 t 7854 7757 8136 t 13480 13481 13713 t 8530 1859 1858 t 9165 8844 9076 t 8947 9055 8990 t 7684 7685 8990 t 9158 7964 7290 t 6350 6901 8947 t 9821 9822 9158 t 1133 10169 9853 t 10149 9643 7659 t 7964 1133 7290 t 7247 7248 7347 t 8719 8718 8614 t 7943 8743 8426 t 1948 8071 2066 t 12637 12636 12553 t 9105 9213 9104 t 12799 12800 9378 t 19768 19853 19852 t 19767 19768 19852 t 28491 28571 28490 t 9027 9132 9026 t 8454 7192 8151 t 18746 18745 13823 t 4020 5135 703 t 9683 9804 9682 t 9349 9457 9348 t 9722 8323 8324 t 9463 9575 9462 t 8917 9025 8916 t 8917 8916 8819 t 7132 7133 7233 t 7331 7330 7233 t 7332 7234 7133 t 7134 7332 7133 t 8205 8204 8103 t 8104 8205 8103 t 8400 8299 8204 t 8826 8825 8717 t 8922 8921 8825 t 8718 8826 8717 t 9031 9030 8921 t 8826 8922 8825 t 7017 7018 7118 t 8922 9031 8921 t 9235 9342 9341 t 29866 29865 29774 t 6427 6527 6426 t 9234 9235 9341 t 9909 10023 10022 t 6629 6628 6526 t 9908 9909 10022 t 8400 8615 8399 t 24002 27585 27587 t 32036 31981 32156 t 8617 8720 8509 t 9238 9237 9131 t 8094 8195 8194 t 1858 1859 8937 t 31973 32241 31994 t 10827 10898 10826 t 11193 11192 11116 t 21807 26467 21967 t 12264 10450 7969 t 33 86 12022 t 12716 12764 12715 t 10310 7000 12261 t 7000 12178 12261 t 10464 10534 10463 t 10534 10610 10533 t 8305 8304 8211 t 12486 12485 12400 t 32191 32296 31826 t 7155 7255 7154 t 25641 26203 25944 t 7453 7548 7452 t 1101 1102 1202 t 6069 7191 3804 t 565 6712 6711 t 30911 5858 30319 t 9310 8943 10128 t 26546 26547 26676 t 22767 17734 22636 t 7011 7111 7010 t 8450 7090 8431 t 7599 7697 7696 t 6238 7366 8317 t 8884 8450 8431 t 9952 7638 8854 t 12342 8854 8751 t 7202 7459 7638 t 9952 7202 7638 t 6791 6779 7459 t 7202 6791 7459 t 7208 8650 6779 t 6791 7208 6779 t 7665 9505 8650 t 7208 7665 8650 t 8951 7294 9505 t 7665 8951 9505 t 28427 28426 23757 t 12441 11857 8530 t 9705 9936 7964 t 10004 10005 10122 t 31096 31095 30965 t 8615 8614 8399 t 8834 8933 8833 t 5222 8839 14514 t 1435 7339 1332 t 18910 18911 30812 t 7079 799 7080 t 31823 32131 12615 t 5443 14488 5444 t 11786 12452 2799 t 3039 8889 8998 t 1886 24349 19333 t 24349 25575 26184 t 13486 30114 30221 t 27563 27562 27437 t 27068 17715 17245 t 17245 17715 25145 t 6293 6384 6383 t 6292 6293 6383 t 6384 6483 6482 t 6383 6384 6482 t 6483 6583 6582 t 6482 6483 6582 t 6583 436 6582 t 436 6686 6582 t 2299 1219 4032 t 8245 5592 7973 t 24463 10539 24351 t 7890 7891 7983 t 8403 8510 8402 t 9921 9922 10035 t 8075 8177 8176 t 3798 1218 2693 t 8517 6962 9525 t 10119 10118 10000 t 10001 10119 10000 t 9775 9886 9774 t 9886 10001 10000 t 407 506 406 t 9654 9775 9653 t 32035 32021 32101 t 1860 1975 7825 t 6227 31138 31139 t 6725 6824 6724 t 8335 8238 6983 t 29368 29367 29267 t 26577 24349 26184 t 18072 15779 15693 t 7964 9936 1133 t 25575 26339 16944 t 12264 12265 12021 t 11692 11776 11775 t 7556 9207 9931 t 9172 9271 10072 t 31874 31918 31914 t 7570 6242 9261 t 6965 6373 8842 t 11022 11096 86 t 9493 6373 6965 t 9492 9493 6965 t 8046 9493 9492 t 6373 8843 8842 t 9732 9847 8842 t 8045 8046 9492 t 8843 9732 8842 t 9055 7345 8990 t 10867 12685 12363 t 7720 7721 7816 t 7817 7909 7908 t 6229 6316 6315 t 7630 7629 7531 t 8007 8006 7914 t 7915 8007 7914 t 7347 1545 1544 t 8931 8930 8831 t 800 799 7079 t 7210 3054 4642 t 9885 9886 10000 t 9654 9653 9541 t 9886 9885 9774 t 9542 9654 9541 t 7799 7891 7890 t 7447 7448 7544 t 9284 1754 6696 t 8926 8719 8720 t 9571 9570 9456 t 7727 7726 7630 t 9575 9574 9462 t 9139 9138 9034 t 8820 8917 8819 t 7526 7527 7623 t 7234 7331 7233 t 7429 7428 7330 t 7033 7032 6929 t 6930 7033 6929 t 8205 8400 8204 t 135 6467 6468 t 614 6966 615 t 9847 9403 9731 t 9172 10104 7340 t 6932 7034 6931 t 8926 8925 8719 t 9160 9172 7340 t 6228 6229 6315 t 9031 9135 9030 t 10660 10867 12363 t 12452 11256 12202 t 9686 9807 9685 t 6316 6409 6408 t 18459 16277 16276 t 9747 6655 2070 t 1308 1309 1410 t 10291 10290 10246 t 8510 8617 8509 t 9040 9039 8930 t 7350 7448 7447 t 7349 7350 7447 t 9775 9774 9653 t 32069 31999 32198 t 10247 10291 10246 t 242 4285 689 t 10407 10348 10349 t 22685 21064 22558 t 4642 3054 5096 t 5096 3919 4767 t 32230 31890 31996 t 12694 12611 12261 t 7887 7980 7979 t 28465 28464 28384 t 7698 7699 7794 t 7886 7887 7979 t 7795 7887 7886 t 7794 7795 7886 t 7979 7980 8075 t 7911 8003 7910 t 5746 30911 5745 t 8324 8323 8218 t 7905 7997 7904 t 6324 6418 6417 t 26184 25575 16944 t 7018 7119 7118 t 19583 19494 19495 t 7569 9952 8853 t 4397 8853 8854 t 9199 7202 9952 t 7569 9199 9952 t 6792 6791 7202 t 9199 6792 7202 t 7003 7208 6791 t 6792 7003 6791 t 7003 10048 7665 t 7208 7003 7665 t 10048 8952 8951 t 7665 10048 8951 t 32303 32266 32326 t 27737 21064 27736 t 6492 347 346 t 30601 30726 30600 t 7504 7503 7406 t 8931 9040 8930 t 7149 7150 7249 t 7250 7350 7349 t 1621 14742 2384 t 9428 9427 9320 t 174 18645 1651 t 31841 31819 31983 t 11857 997 1859 t 8530 11857 1859 t 21976 21963 21709 t 23010 23097 22112 t 26339 39 24341 t 16944 26339 24341 t 30595 30721 30594 t 15832 17010 17200 t 6382 6291 6292 t 28318 28317 28254 t 6294 6385 6384 t 6293 6294 6384 t 6385 6484 6483 t 6384 6385 6483 t 6484 6584 6583 t 6483 6484 6583 t 7077 7177 1004 t 437 436 6583 t 21702 22612 19290 t 6536 8160 8639 t 7437 7436 7338 t 7798 7799 7890 t 3900 3780 8055 t 7050 7150 7049 t 7150 7250 7249 t 9321 9428 9320 t 7150 7149 7049 t 9108 9216 9107 t 9321 9320 9215 t 9003 9108 9002 t 9216 9321 9215 t 8893 8894 9002 t 9216 9215 9107 t 8796 8797 8893 t 9108 9107 9002 t 5728 10008 9893 t 9217 9322 9216 t 2506 8624 8623 t 11258 12022 11930 t 7248 7348 7347 t 10832 10901 10831 t 7048 7149 7047 t 7248 7247 7148 t 10148 10149 7659 t 7149 7248 7148 t 7703 7704 7799 t 9643 8214 8215 t 1133 9727 9054 t 11692 11691 11611 t 11353 11440 11439 t 12637 12720 12799 t 11440 11526 11525 t 11202 11201 11123 t 10397 10396 10339 t 10975 11124 10974 t 8093 8092 7995 t 9125 9232 9124 t 7996 8093 7995 t 9232 9231 9124 t 9338 9337 9231 t 7996 7995 7810 t 7904 7996 7810 t 9416 10094 8572 t 9841 9416 8572 t 6315 6316 6408 t 8294 8293 8197 t 7624 7721 7720 t 7623 7624 7720 t 7532 7630 7531 t 7726 7725 7629 t 7727 7822 7726 t 7915 7914 7821 t 8832 8931 8831 t 28132 28190 28131 t 24237 24239 25472 t 17352 17034 15419 t 8894 9003 9002 t 9429 9428 9321 t 9322 9429 9321 t 9623 9743 8463 t 31853 31940 32071 t 11921 4164 13485 t 19170 12341 21073 t 7437 7533 7436 t 10117 10226 7376 t 7631 7630 7532 t 7527 7526 7429 t 7914 7913 7820 t 7331 7429 7330 t 7430 7527 7429 t 6930 6929 6831 t 6832 6930 6831 t 8299 8400 8399 t 8614 8613 8399 t 9122 9123 9230 t 9336 9335 9230 t 7118 7219 7218 t 17174 5083 15997 t 10832 10831 10760 t 9793 9905 9904 t 55 247 7477 t 7977 7976 7883 t 9575 9689 9574 t 7238 8778 8163 t 9241 9240 9030 t 9689 9688 9574 t 8215 6424 7555 t 9135 9241 9030 t 8556 8215 7555 t 11090 12179 11158 t 7955 10041 10042 t 10607 10684 10606 t 6161 9303 13799 t 8015 9409 5718 t 10684 10683 10606 t 22808 22004 21510 t 6510 6509 6408 t 7015 7116 7115 t 10192 8869 2182 t 22027 17820 22728 t 22635 22636 17734 t 23496 23550 21624 t 9560 9561 9672 t 7980 8076 8075 t 9446 9447 9560 t 7480 6882 77 t 9340 9447 9339 t 9560 9672 9671 t 9126 9127 9233 t 9447 9561 9560 t 6409 6510 6408 t 9447 9446 9339 t 6610 6609 6509 t 6510 6610 6509 t 6610 6714 6713 t 6609 6610 6713 t 9234 9340 9233 t 6714 6812 6811 t 7311 7310 7212 t 9127 9234 9233 t 24341 39 26074 t 8076 8178 8177 t 8419 7569 8852 t 12363 8852 8853 t 8988 9199 7569 t 8419 8988 7569 t 6894 6792 9199 t 8988 6894 9199 t 8669 7003 6792 t 6894 8669 6792 t 8669 10048 7003 t 10048 6662 8952 t 9277 8448 9386 t 5980 6095 8448 t 8448 6095 9386 t 5980 8448 6669 t 9161 3921 5220 t 15137 474 15004 t 9146 9145 9039 t 6713 6714 6811 t 7249 7250 7349 t 8919 8918 8821 t 6812 6912 6911 t 6811 6812 6911 t 7013 7012 6911 t 6073 196 2461 t 11361 11362 11448 t 6508 6608 463 t 11324 8137 21085 t 20966 13746 20965 t 26074 21448 26144 t 21864 23637 23699 t 29280 29279 29185 t 6206 6386 6294 t 25010 6292 10591 t 6294 6386 6385 t 6385 6386 6484 t 6585 6584 6484 t 180 4392 435 t 12538 7678 8677 t 1509 7691 1609 t 2813 2931 10118 t 10034 10153 10152 t 10033 10034 10152 t 7813 7814 7905 t 8594 8697 8696 t 8272 8273 8373 t 6912 7013 6911 t 7114 7113 7012 t 7013 7114 7012 t 7215 7214 7113 t 6941 7660 7877 t 8689 8690 8796 t 7699 7698 7600 t 7601 7699 7600 t 6856 7362 7205 t 6849 6848 6748 t 7355 7354 7254 t 8510 8509 8402 t 6748 6747 30010 t 2197 2195 10945 t 10871 2197 10945 t 12374 12288 12375 t 15433 5131 27712 t 6530 6529 6429 t 6530 6632 6529 t 6735 6734 6631 t 9242 9241 9135 t 10338 10337 28856 t 7659 9643 8215 t 9457 9571 9456 t 8479 8585 8584 t 8214 8443 6424 t 8591 8694 8693 t 11046 11045 10970 t 12462 12463 12548 t 2334 5258 9051 t 9564 9676 9563 t 8753 7570 7007 t 9797 9796 9675 t 10047 8753 7007 t 6625 6624 6522 t 32086 31858 32052 t 8194 8193 8092 t 6727 6728 6826 t 7114 7215 7113 t 8093 8194 8092 t 7215 7313 7312 t 7214 7215 7312 t 7880 6703 6999 t 7313 7411 7410 t 8085 8186 8084 t 6703 6263 6803 t 9416 8744 9633 t 7521 7618 7520 t 8198 8294 8197 t 12140 12229 12228 t 7721 7817 7816 t 8294 8394 8393 t 7630 7726 7629 t 7822 7915 7821 t 7821 7820 7725 t 10226 10224 7376 t 7631 7727 7630 t 25471 25472 27091 t 6322 6416 6415 t 4405 9406 9176 t 7010 7111 7110 t 8364 9256 6600 t 7576 7752 7475 t 7789 7790 7881 t 25475 27093 27092 t 8450 8663 7090 t 7119 7220 7219 t 9482 6702 9980 t 7533 7631 7532 t 7339 7437 7338 t 7821 7914 7820 t 8006 8005 7913 t 7527 7624 7623 t 7430 7429 7331 t 7086 7674 7386 t 9078 7086 7386 t 8718 8717 8613 t 8842 8762 9726 t 7130 7231 7129 t 8090 8089 7993 t 8795 8796 8892 t 7255 7254 7154 t 8891 8892 9000 t 32326 32072 32330 t 6883 9640 6452 t 9629 6601 7497 t 6328 9722 9712 t 9213 9212 9104 t 8163 8164 6404 t 11612 11611 11525 t 6421 6420 6325 t 12401 12486 12400 t 11439 11440 11525 t 9369 10049 5123 t 10401 10467 10400 t 8952 6662 6876 t 12425 10424 13746 t 10757 10828 10756 t 11223 11222 11144 t 799 798 7080 t 10687 10686 10609 t 3404 9315 9314 t 20597 20692 20596 t 7534 7438 1537 t 12276 10942 10668 t 20787 20786 20691 t 27525 25365 25368 t 17842 25766 19513 t 22166 2472 22167 t 24423 24534 24533 t 7312 7313 7410 t 9340 9339 9233 t 7411 7508 7507 t 7410 7411 7507 t 7508 7604 7603 t 6962 7200 9525 t 7507 7508 7603 t 7604 7702 7701 t 7603 7604 7701 t 7702 7798 7797 t 6999 6900 9525 t 7701 7702 7797 t 8075 8076 8177 t 6245 6964 10044 t 12685 8956 8852 t 8178 8273 8272 t 8032 8988 8419 t 10007 8032 8419 t 7196 6894 8988 t 8032 7196 8988 t 7004 8669 6894 t 7196 7004 6894 t 7004 9380 10048 t 8669 7004 10048 t 9380 6762 6662 t 10048 9380 6662 t 6762 6977 6876 t 6662 6762 6876 t 7479 9642 6876 t 6977 7479 6876 t 5260 9926 5135 t 7798 7890 7889 t 10123 7955 8524 t 9253 9146 9147 t 7959 8064 7582 t 8348 1330 9079 t 9211 9316 9315 t 22074 24022 24023 t 9352 9351 9244 t 51 18048 18047 t 24422 24423 24533 t 13665 13832 18387 t 18366 1950 17156 t 10235 10276 25137 t 24793 24922 26324 t 31091 31207 31090 t 24037 10346 23942 t 6207 6295 6386 t 6205 6206 6294 t 6295 6387 6386 t 6387 6485 6484 t 6386 6387 6484 t 147 2583 12114 t 31140 30410 20134 t 25765 26012 27565 t 4026 4025 3906 t 7361 7658 9930 t 7362 7361 9930 t 10153 9947 9084 t 10152 10153 9084 t 8045 8039 6786 t 15477 6276 31675 t 9634 9159 8946 t 10207 9050 10039 t 6763 9870 7366 t 10833 10902 10832 t 5751 5752 5861 t 2659 2085 1971 t 6947 7050 6946 t 8273 8374 8373 t 6947 6946 6848 t 6849 6947 6848 t 6566 216 215 t 7050 7049 6946 t 23040 23133 21177 t 23943 23942 28510 t 8623 8622 8516 t 11175 12619 11594 t 8832 8831 8726 t 12624 12706 9357 t 8832 8726 8622 t 8615 8719 8614 t 8623 8832 8622 t 9693 9276 8660 t 9136 9242 9135 t 30547 11654 11568 t 9450 9449 9342 t 8047 9979 4503 t 9450 9564 9449 t 9343 9450 9342 t 9676 9797 9675 t 9676 9675 9563 t 12217 12216 12125 t 9909 9908 9796 t 9977 9850 9631 t 18518 18517 18442 t 6523 6625 6522 t 11046 11120 11045 t 7618 7617 7520 t 6728 6727 6624 t 7326 7424 7325 t 7521 7520 7423 t 8495 8494 8385 t 7424 7521 7423 t 9667 9788 9787 t 8386 8495 8385 t 9666 9667 9787 t 9788 9900 9899 t 8436 9519 8465 t 6798 8436 8465 t 10017 10016 9902 t 9929 9614 9594 t 12752 14452 13551 t 30063 30165 30062 t 8293 8294 8393 t 9449 9448 9341 t 7797 7798 7889 t 7726 7821 7725 t 9348 9347 9240 t 7822 7821 7726 t 8585 8688 8687 t 9837 8841 5354 t 9947 6551 7654 t 10025 10026 10144 t 3304 7170 7764 t 9320 9319 9214 t 9385 9386 6095 t 11792 11791 11708 t 9942 9827 8745 t 30911 5746 5858 t 9159 9469 9878 t 8593 8594 8696 t 7942 8165 7067 t 7533 7532 7436 t 7339 7338 7237 t 7914 8006 7913 t 8104 8103 8005 t 7332 7430 7331 t 8624 15316 15317 t 6778 7086 9078 t 8614 8718 8613 t 9803 9915 9802 t 7231 7230 7129 t 2181 8071 8174 t 6551 7487 6856 t 1452 820 6998 t 8590 8591 8693 t 702 5255 268 t 8029 8028 11432 t 8028 8027 11431 t 9292 8418 6969 t 6861 6941 5821 t 7244 8786 12800 t 7487 7361 7362 t 9276 8766 8450 t 10019 10138 10018 t 32329 32182 32317 t 20037 29920 30567 t 8276 8277 8377 t 8363 6801 7296 t 9779 3903 3904 t 4961 17135 4962 t 10040 4629 10041 t 10273 12704 10864 t 8128 8029 11520 t 1029 12078 12025 t 21886 26594 25248 t 11877 11876 11791 t 7890 7983 7982 t 11792 11877 11791 t 7889 7890 7982 t 7983 8079 8078 t 7982 7983 8078 t 8079 8181 8180 t 8078 8079 8180 t 10897 10970 10896 t 8181 8276 8275 t 8177 8178 8272 t 10689 10688 10611 t 7846 8032 10007 t 7953 7846 10007 t 9372 7196 8032 t 7846 9372 8032 t 9372 7594 7004 t 7196 9372 7004 t 7594 9820 9380 t 7004 7594 9380 t 6866 6762 9380 t 9820 6866 9380 t 6978 6977 6762 t 6866 6978 6762 t 7575 7479 6977 t 6978 7575 6977 t 6651 6547 6348 t 7575 9926 7479 t 10122 10123 8524 t 8648 8647 8351 t 8180 8181 8275 t 9424 9537 9536 t 357 262 263 t 8127 8128 8227 t 8128 11605 8228 t 4625 8261 9835 t 3419 8542 129 t 10400 10399 10341 t 11962 11961 11876 t 11877 11962 11876 t 25570 24007 24566 t 27455 21651 26452 t 24009 6207 6206 t 6296 6388 6387 t 6295 6296 6387 t 6388 6486 6485 t 6387 6388 6485 t 27924 27978 27923 t 1412 13126 1521 t 12546 12632 12631 t 7508 7509 7604 t 9930 7658 9630 t 23740 8034 1278 t 6968 9292 6969 t 8227 8228 8321 t 7006 7005 9846 t 18505 18506 18586 t 12554 12637 12553 t 8276 8377 8376 t 9432 9726 9420 t 20403 20499 20402 t 8715 8714 8610 t 7814 7906 7905 t 6234 6235 6321 t 9125 9126 9232 t 8105 8104 8006 t 7076 7075 9592 t 9349 9348 9241 t 8007 8105 8006 t 9136 9135 9031 t 9032 9136 9031 t 9032 9031 8922 t 8923 9032 8922 t 8827 8826 8718 t 8719 8827 8718 t 8923 8922 8826 t 8827 8923 8826 t 9492 6965 9432 t 6965 9726 9432 t 8295 8395 8394 t 8294 8295 8394 t 6929 6928 6830 t 9564 9563 9449 t 6831 6830 6731 t 6732 6831 6731 t 6527 6629 6526 t 6732 6731 6628 t 8275 8276 8376 t 6629 6732 6628 t 6625 6728 6624 t 8484 8483 8376 t 8288 8289 8388 t 6728 6827 6826 t 7615 7713 7712 t 8498 8497 8388 t 8600 8599 8494 t 7713 7809 7808 t 10220 10205 9481 t 8495 8600 8494 t 8232 9481 6940 t 8232 10220 9481 t 10132 6940 10131 t 8454 8560 7559 t 6240 10050 7559 t 7578 2812 7038 t 12337 12336 12257 t 9342 9449 9341 t 9563 9562 9448 t 12297 12296 12216 t 12217 12297 12216 t 9241 9348 9240 t 9456 9455 9347 t 6521 6520 6421 t 10890 10891 10964 t 9084 9947 7654 t 9634 7756 9159 t 9095 7576 1635 t 675 6711 6809 t 10105 12240 13944 t 8377 8484 8376 t 8590 8589 8483 t 12045 12044 11961 t 8484 8590 8483 t 9010 9115 9114 t 20459 23493 23811 t 29082 29081 28994 t 9469 7304 6874 t 8006 8104 8005 t 11691 11775 11774 t 9682 9681 9569 t 8973 7276 10571 t 32053 32036 32156 t 10029 10028 9914 t 9915 10029 9914 t 2820 8036 2317 t 10036 9923 9924 t 7654 6551 6856 t 3663 1761 159 t 6422 6521 6421 t 7468 6238 7565 t 8590 8693 8692 t 8589 8590 8692 t 8693 8800 8799 t 8287 8286 8190 t 8692 8693 8799 t 6856 7487 7362 t 8090 8191 8089 t 8325 9591 9590 t 6823 6824 6921 t 9210 8563 8326 t 8743 6863 8426 t 9335 9442 9334 t 8762 8740 9659 t 9557 9669 9668 t 9626 8993 11660 t 7863 7943 7161 t 6577 6578 332 t 4754 9699 4877 t 11962 12045 11961 t 9192 8956 9871 t 8800 8897 8896 t 8799 8800 8896 t 8954 7731 7953 t 8909 9018 9017 t 9992 9593 6237 t 7939 7846 7953 t 10007 8419 8956 t 9734 9372 7846 t 7939 9734 7846 t 9755 7594 9372 t 9734 9755 9372 t 9755 6682 9820 t 7594 9755 9820 t 6865 6866 9820 t 6682 6865 9820 t 7081 6978 6866 t 6865 7081 6866 t 8662 7575 6978 t 7081 8662 6978 t 8785 9926 7575 t 8662 8785 7575 t 5853 11150 6143 t 11409 11430 11241 t 8897 9006 9005 t 7605 7703 7702 t 7274 9155 8064 t 6841 8069 8065 t 1450 7481 8344 t 1963 21124 7441 t 8896 8897 9005 t 9006 9111 9110 t 12131 12130 12044 t 12045 12131 12044 t 17420 24340 25249 t 17221 17420 25249 t 29628 29722 29627 t 29667 29761 29760 t 26398 26145 25956 t 6297 6389 6388 t 6296 6297 6388 t 6389 6487 6486 t 6388 6389 6486 t 12222 12221 12130 t 414 413 6773 t 7374 9367 9271 t 7313 7314 7411 t 9630 9053 6805 t 8073 8175 8174 t 9578 12788 9692 t 5754 5755 5863 t 9005 9006 9110 t 9219 9218 9110 t 9111 9219 9110 t 8932 8931 8832 t 8587 8690 8689 t 9726 9659 9420 t 8206 8400 8205 t 9053 7756 9634 t 8206 8205 8104 t 8105 8206 8104 t 7432 7431 7333 t 9471 9275 9160 t 9275 9172 9160 t 7130 7129 7028 t 7235 7334 7134 t 7825 1975 7919 t 7029 7130 7028 t 31920 12687 10366 t 7237 7137 7138 t 5336 5337 5456 t 7338 7337 7137 t 7237 7338 7137 t 7436 7435 7337 t 8001 8098 8097 t 8000 8001 8097 t 8097 8198 8197 t 6831 6929 6830 t 10094 9416 9633 t 8744 6573 6472 t 9219 9323 9218 t 8463 7502 8517 t 8498 8602 8497 t 9431 9430 9323 t 8389 8498 8388 t 8602 8706 8705 t 7420 7421 7517 t 6514 6614 6513 t 7614 7615 7712 t 6614 6613 6513 t 8183 8279 8182 t 9551 9552 9663 t 6318 6319 6412 t 9664 9785 9784 t 9663 9664 9784 t 9553 9665 9664 t 9552 9553 9664 t 7443 6240 7559 t 6798 8465 10050 t 9614 6782 8780 t 7389 8141 8780 t 11234 11158 8158 t 10450 12264 12021 t 9449 9563 9448 t 9675 9674 9562 t 24310 24423 24422 t 9563 9675 9562 t 9348 9456 9347 t 11409 2538 11430 t 8478 8479 8584 t 9570 9569 9455 t 9263 7304 9469 t 9768 6869 8070 t 7943 8426 7161 t 9159 9263 9469 t 8586 8587 8689 t 8727 8833 8832 t 8481 8587 8586 t 8480 8481 8586 t 8374 8481 8480 t 8623 8516 2506 t 6933 912 1013 t 6874 5955 8150 t 9524 9532 7374 t 9570 9682 9569 t 9803 9802 9681 t 11404 10574 11323 t 7674 6993 9850 t 10029 10148 10147 t 6877 8314 6473 t 10028 10029 10147 t 11321 12257 11241 t 7117 7118 7218 t 7309 7406 7405 t 8373 8374 8480 t 4026 9661 9783 t 9545 9544 9430 t 6318 6412 6411 t 9431 9545 9430 t 9810 9922 9921 t 9809 9810 9921 t 9657 9656 9544 t 9545 9657 9544 t 9778 9777 9656 t 9657 9778 9656 t 9889 9888 9777 t 9778 9889 9777 t 10689 10759 10688 t 27093 17617 17616 t 10693 10692 10614 t 12131 12222 12130 t 12301 12300 12221 t 8953 12786 10087 t 7781 7731 8953 t 32124 31867 32206 t 7299 7939 7731 t 7781 7299 7731 t 7042 9734 7939 t 7299 7042 7939 t 9754 9755 9734 t 7042 9754 9734 t 9754 9173 6682 t 9755 9754 6682 t 9173 6693 6865 t 6682 9173 6865 t 6574 7081 6865 t 6693 6574 6865 t 6574 8557 8662 t 7081 6574 8662 t 9635 8785 8662 t 8557 9635 8662 t 8895 9004 9003 t 703 5978 4021 t 7604 7605 7702 t 31988 31940 25956 t 8391 8500 8499 t 10169 9054 9713 t 1022 6942 1128 t 9476 6964 10138 t 10004 10003 9888 t 9889 10004 9888 t 10342 10341 10285 t 12222 12301 12221 t 12392 12391 12300 t 22721 2480 22850 t 19499 26273 26142 t 6209 6298 6297 t 6208 6296 6207 t 6298 6390 6389 t 6297 6298 6389 t 6390 6488 6487 t 6389 6390 6487 t 14353 14229 14230 t 9807 9808 9919 t 7115 7216 7215 t 9818 7388 7752 t 7576 9818 7752 t 9147 9146 9040 t 9041 9147 9040 t 10004 10122 10121 t 10003 10004 10121 t 8797 8894 8893 t 8676 8030 9402 t 8833 8932 8832 t 7699 7795 7794 t 6805 9053 9634 t 9041 9040 8931 t 7756 9263 9159 t 6907 8676 3303 t 9056 6505 6885 t 7532 7531 7435 t 7338 7436 7337 t 7816 7817 7908 t 7436 7532 7435 t 8712 8820 8711 t 7909 8001 8000 t 8607 8608 8711 t 8820 8819 8711 t 8504 8608 8607 t 8503 8504 8607 t 8395 8504 8503 t 8608 8712 8711 t 8199 8295 8294 t 8394 8395 8503 t 8199 8198 8097 t 8198 8199 8294 t 7907 7908 7999 t 8098 8199 8097 t 9633 8744 6472 t 8096 8097 8197 t 9019 9020 9123 t 6573 10090 9859 t 8911 9020 9019 t 8910 8911 9019 t 7125 7124 7023 t 9020 9124 9123 t 7024 7125 7023 t 7226 7225 7124 t 7518 7615 7614 t 7517 7518 7614 t 6913 6914 7016 t 6319 6413 6412 t 9118 9226 9225 t 9014 9118 9117 t 1134 2459 12356 t 9897 9896 9784 t 7710 7709 7611 t 7612 7710 7611 t 9331 9332 9438 t 9553 9552 9438 t 9511 8560 8454 t 6240 6798 10050 t 6782 7389 8780 t 2812 7072 7038 t 20131 20130 20038 t 12022 12438 12344 t 11158 11398 8158 t 9796 9795 9674 t 10021 10022 10140 t 12194 7097 11600 t 9456 9570 9455 t 11781 13775 11780 t 1133 9054 10169 t 7304 5955 6874 t 27312 25762 26337 t 18519 18520 18599 t 10681 10682 10750 t 7111 7212 7110 t 8305 8406 8304 t 7255 7355 7254 t 9406 8364 6600 t 6430 6530 6429 t 6632 6631 6529 t 10137 10138 6245 t 10122 8524 6867 t 9367 9272 9271 t 9257 9258 9822 t 9682 9803 9681 t 9915 9914 9802 t 7386 7674 9850 t 11693 11777 11776 t 8100 8099 8002 t 9675 9796 9674 t 10148 7659 8772 t 9345 9452 9344 t 10802 11910 12194 t 10147 10148 8772 t 8601 8600 8495 t 8113 8118 9524 t 8727 8832 8623 t 7696 7792 7791 t 6317 6318 6411 t 7644 7643 7548 t 10152 9084 6593 t 24022 22074 24123 t 19681 6437 383 t 8449 1760 2945 t 1760 1027 2334 t 9911 10025 10024 t 7885 7886 7978 t 8709 8708 8604 t 159 3527 3663 t 14468 1991 13179 t 10156 5117 4997 t 16905 22816 22815 t 10902 10901 10832 t 12301 12392 12300 t 12477 12476 12391 t 28078 28079 28133 t 8901 9010 9009 t 8442 7299 7781 t 7168 8442 7781 t 7272 7042 7299 t 8442 7272 7299 t 9838 9173 9754 t 7042 9838 9754 t 9838 8848 6693 t 9173 9838 6693 t 6679 6574 6693 t 8848 6679 6693 t 9082 8557 6574 t 6679 9082 6574 t 6895 9635 8557 t 9082 6895 8557 t 2091 8014 8013 t 6895 6995 9635 t 4754 4877 4876 t 1750 1644 1645 t 9054 9768 9713 t 6511 6611 6510 t 8073 8072 7976 t 19948 19949 6155 t 3741 23240 23241 t 14458 14583 13382 t 10188 9712 7826 t 9910 9911 10024 t 12392 12477 12391 t 10121 10122 6867 t 9079 693 7467 t 23812 23906 23905 t 6209 6208 31707 t 6299 6391 6390 t 6298 6299 6390 t 6391 6489 6488 t 6390 6391 6488 t 32166 32235 32334 t 23811 23812 23905 t 9687 9686 9572 t 9461 9573 9460 t 9107 9215 9106 t 8426 6863 6759 t 9891 4143 10006 t 9653 9652 9540 t 4136 4137 4259 t 8932 9041 8931 t 7249 7349 7248 t 7446 1645 1644 t 7447 7446 7348 t 7349 7447 7348 t 2069 5247 5360 t 9904 9905 10018 t 9686 9687 9807 t 9808 9920 9919 t 8273 8274 8374 t 8274 8375 8374 t 7009 7010 7110 t 9776 9775 9654 t 12796 8679 12795 t 7908 7909 8000 t 7429 7526 7525 t 7428 7429 7525 t 7525 7526 7622 t 7526 7623 7622 t 7815 7816 7907 t 7623 7720 7719 t 7622 7623 7719 t 7720 7816 7815 t 7719 7720 7815 t 7816 7908 7907 t 8000 8097 8096 t 7908 8000 7999 t 6472 6573 9859 t 7999 8000 8096 t 9670 9669 9557 t 10090 7094 8068 t 2297 2181 8269 t 9791 9903 9790 t 7125 7226 7124 t 6519 6518 6419 t 10878 10879 11501 t 7323 7322 7225 t 10533 10609 10532 t 10310 12087 12002 t 5975 88 6796 t 5606 11827 2690 t 8518 5596 6769 t 10970 10969 10896 t 9013 9014 9117 t 8808 8905 8807 t 6236 6323 6322 t 6235 6236 6322 t 7612 7611 7515 t 9439 9553 9438 t 9665 9786 9785 t 9399 9511 8454 t 8560 7443 7559 t 7072 8518 8445 t 7038 7072 8445 t 8445 8518 6769 t 7656 995 996 t 9198 7342 12095 t 8453 1663 8778 t 10141 8564 9476 t 10140 10141 9476 t 11359 11446 11445 t 11358 11359 11445 t 13775 11779 11780 t 19422 19175 20969 t 9822 9705 7964 t 24445 24446 24556 t 12218 12217 12126 t 7249 7248 7149 t 8605 8709 8604 t 30103 20038 20037 t 6946 7049 6945 t 332 432 331 t 810 30301 6743 t 9586 9258 9257 t 464 8051 6969 t 7555 6424 9586 t 12778 6980 12787 t 8524 10042 10043 t 9796 9908 9907 t 12258 12173 10425 t 9132 9238 9131 t 9795 9796 9907 t 7659 8215 8556 t 9262 1714 5948 t 9532 9367 7374 t 8772 7659 8556 t 6867 8524 10043 t 8070 6869 8113 t 6613 6612 6512 t 18031 18030 21218 t 7460 8535 8534 t 10154 8975 9947 t 6848 6946 6847 t 7049 7048 6945 t 6781 6883 6452 t 7956 10044 6964 t 7834 7926 1986 t 7891 7984 7983 t 10070 9816 7068 t 7640 1871 1870 t 11362 11449 11448 t 12564 12563 12476 t 12477 12564 12476 t 8282 8382 8281 t 6420 6419 6325 t 8382 8381 8281 t 6453 7272 8442 t 8644 6453 8442 t 8133 7042 7272 t 6453 8133 7272 t 9306 9838 7042 t 8133 9306 7042 t 8849 8848 9838 t 9306 8849 9838 t 7181 6679 8848 t 8849 7181 8848 t 8977 9082 6679 t 7181 8977 6679 t 8977 6988 6895 t 9082 8977 6895 t 6864 6995 6895 t 6988 6864 6895 t 27056 27184 27055 t 6864 9384 6995 t 6611 6715 6714 t 6495 349 6494 t 6744 6844 6843 t 9687 9808 9807 t 7204 9517 13024 t 6743 6744 6843 t 6674 6776 8558 t 6946 6945 6847 t 8272 8373 8372 t 11489 9626 11660 t 10042 9361 8135 t 8378 8485 8484 t 24421 24422 24532 t 15384 24482 24872 t 28026 28027 28078 t 6300 6392 6391 t 6298 6209 6299 t 6392 6490 6489 t 6391 6392 6489 t 9358 4634 4508 t 6999 7303 6900 t 8953 12783 11831 t 32317 2932 32108 t 10161 8426 6759 t 9443 9442 9335 t 24016 24118 24117 t 6848 6847 6747 t 7654 6856 7749 t 7911 7910 7818 t 8690 8797 8796 t 10198 1739 16855 t 27018 27068 17245 t 9336 9443 9335 t 12944 10659 10808 t 9246 9245 9139 t 9246 9353 9245 t 9140 9246 9139 t 9353 9352 9245 t 7212 7211 7110 t 8674 6983 9693 t 10436 6522 6422 t 10824 10823 10752 t 6243 108 708 t 8322 9261 10053 t 13804 9153 1779 t 5456 5574 6663 t 7095 7193 6897 t 6997 6263 7880 t 11350 11351 11437 t 6897 6997 7880 t 7193 6997 6897 t 7880 6263 6703 t 9859 10090 8068 t 7094 7193 7095 t 9558 9670 9557 t 8068 7094 7095 t 6420 6519 6419 t 9791 9790 9669 t 12127 12126 12040 t 6621 6620 6518 t 11283 11363 11282 t 11363 11450 11449 t 8383 8382 8282 t 19256 15257 20054 t 8597 8701 8491 t 8283 8383 8282 t 8492 8597 8491 t 8701 8808 8700 t 8905 8904 8807 t 8905 9014 9013 t 8904 8905 9013 t 6517 6618 6617 t 7321 7419 7320 t 9664 9665 9785 t 9898 9897 9785 t 7478 9511 9399 t 9876 7478 9399 t 6759 7478 9876 t 6660 6759 9876 t 5970 10223 6653 t 8563 8325 8326 t 1027 9857 2334 t 19694 24795 24659 t 8564 7556 7956 t 8453 7238 7265 t 20220 20219 20130 t 9476 8564 7956 t 20706 20425 20801 t 8947 8990 8843 t 9452 9451 9344 t 25137 25143 23736 t 9573 9572 9460 t 7349 7348 7248 t 12648 12647 12563 t 10043 10042 8135 t 10336 10198 16855 t 212 924 5368 t 12564 12648 12563 t 7224 7223 7122 t 7049 7149 7048 t 26296 26297 26420 t 9520 8062 6896 t 7192 6996 9186 t 9258 9705 9822 t 9920 10034 10033 t 16196 16854 21855 t 8278 8379 8378 t 12168 12255 11321 t 11234 11237 12764 t 9908 10022 10021 t 7956 7556 7652 t 9142 9141 9035 t 9907 9908 10021 t 8158 1319 10721 t 9452 9566 9451 t 8118 9532 9524 t 10967 11043 10966 t 6543 19161 19160 t 9713 9768 8070 t 21766 22500 21765 t 6542 6543 19160 t 24480 25760 24462 t 24224 24333 24332 t 24340 25570 27196 t 25800 25799 19150 t 12730 12729 12647 t 3895 9647 9769 t 9006 9007 9111 t 6046 1450 8146 t 12648 12730 12647 t 10469 10539 10468 t 12111 12809 12729 t 8518 8521 5596 t 11831 7781 8953 t 1655 1450 6047 t 12730 12111 12729 t 10787 8644 7168 t 7479 268 9642 t 7657 8133 6453 t 9632 7657 6453 t 9956 9306 8133 t 7657 9956 8133 t 9956 7099 8849 t 9306 9956 8849 t 7099 6680 7181 t 8849 7099 7181 t 9976 8977 7181 t 6680 9976 7181 t 8054 6988 8977 t 9976 8054 8977 t 8520 6864 6988 t 8054 8520 6988 t 8316 9384 6864 t 8520 8316 6864 t 10825 10824 10753 t 8316 10092 9384 t 9573 9687 9572 t 125 6455 6456 t 217 216 6567 t 9557 9556 9442 t 8674 8335 6983 t 12116 12117 12809 t 6667 6565 215 t 31984 31876 32105 t 12111 12116 12809 t 32249 25828 23956 t 12236 12317 12235 t 9779 9890 9778 t 12195 10595 12117 t 13571 1412 1855 t 27065 27064 26938 t 17030 17373 16941 t 15500 15437 15501 t 24556 24557 24670 t 6301 6393 6392 t 6300 6301 6392 t 6393 6491 6490 t 6392 6393 6490 t 347 6493 348 t 7633 7534 1537 t 8011 2089 8012 t 2090 8013 8012 t 9611 9371 8238 t 9999 10000 4262 t 22298 24002 27587 t 1975 1860 1861 t 2414 8476 2537 t 12116 12195 12117 t 7010 786 6909 t 31969 26570 24896 t 7977 7978 8073 t 8803 8804 8900 t 9669 9790 9789 t 8110 8211 8109 t 8304 8303 8210 t 8927 9139 8926 t 15911 5209 16845 t 13015 7204 13024 t 7588 7685 8246 t 13253 9177 7671 t 9220 9219 9111 t 10053 6243 708 t 9444 9558 9443 t 10191 10192 8555 t 9336 9337 9443 t 9558 9557 9443 t 9231 9337 9336 t 9123 9231 9336 t 9337 9444 9443 t 9670 9791 9669 t 9124 9231 9123 t 6519 6621 6518 t 9903 9902 9790 t 8691 8690 8587 t 6621 6724 6723 t 7806 7898 7805 t 8037 6960 7371 t 8492 8491 8382 t 7898 7990 7989 t 7020 7121 7019 t 8383 8492 8382 t 6918 7021 6917 t 7122 7121 7020 t 6819 6820 6917 t 7021 7122 7020 t 6722 6820 6721 t 7021 7020 6917 t 6722 6721 6617 t 6820 6918 6917 t 6618 6722 6617 t 6820 6819 6721 t 7321 7320 7222 t 7419 7515 7418 t 9786 9898 9785 t 10012 10130 9897 t 9898 10012 9897 t 9415 9997 9937 t 9823 9415 9937 t 8661 8563 9210 t 12087 12524 12440 t 11201 11283 11200 t 7498 8453 7265 t 11360 11361 11447 t 7556 9931 7652 t 7920 7060 8415 t 6373 6350 8843 t 8990 9732 8843 t 9799 9798 9677 t 30192 6429 6428 t 8721 8720 8617 t 8618 8721 8617 t 9520 9978 8062 t 8110 8109 8011 t 8663 8558 7090 t 10032 10033 10151 t 2214 7926 7927 t 7813 7905 7812 t 10595 12195 9955 t 9315 9316 9423 t 8212 8211 8110 t 9955 5600 7241 t 7669 4877 9472 t 9919 9920 10033 t 9461 9460 9352 t 31851 32167 31842 t 11755 2955 6963 t 10826 10897 10825 t 9931 10047 9746 t 7652 9931 9746 t 10022 10141 10140 t 7498 7265 9381 t 28510 28509 28433 t 5333 7297 5452 t 11043 11118 11042 t 9498 6350 6373 t 6869 8118 8113 t 8030 8249 9946 t 8927 9140 9139 t 8211 8304 8210 t 8405 8404 8303 t 5371 268 5365 t 7310 7309 7211 t 7997 7996 7904 t 10615 10614 10539 t 6610 6611 6714 t 18138 18137 18056 t 32054 31882 32280 t 351 350 6496 t 6768 310 409 t 786 7010 7009 t 4769 6066 104 t 9806 9807 9918 t 9632 8644 11600 t 9956 6889 7099 t 6889 7278 6680 t 7099 6889 6680 t 10093 9976 6680 t 7278 10093 6680 t 8053 8054 9976 t 10093 8053 9976 t 7482 8520 8054 t 8053 7482 8054 t 7581 8316 8520 t 7482 7581 8520 t 8976 10092 8316 t 7581 8976 8316 t 11278 11358 11277 t 2323 8307 8213 t 1102 7211 7308 t 25580 17373 17030 t 8619 8618 8511 t 8513 8512 8405 t 9316 9424 9423 t 8373 8480 8479 t 10978 11051 10977 t 23493 23812 23811 t 5600 1844 1843 t 5098 7368 12020 t 7810 7903 7902 t 4387 4272 4388 t 26205 15748 25943 t 25648 25647 25532 t 6212 6302 6301 t 6209 6211 6300 t 6302 6394 6393 t 6301 6302 6393 t 6394 6492 6491 t 6393 6394 6491 t 4858 4859 14338 t 8828 8927 8721 t 8722 8828 8721 t 8288 8388 8387 t 7178 8261 2813 t 9757 8840 9264 t 10151 10152 6593 t 6742 5713 5592 t 9770 9881 9769 t 6805 9634 8946 t 20745 17773 17772 t 9106 9105 9000 t 9215 9320 9214 t 8927 8926 8720 t 8721 8927 8720 t 23830 22322 23831 t 24657 24766 24765 t 8898 9007 9006 t 7685 7671 8246 t 9112 9220 9111 t 9324 9323 9219 t 6784 8015 6774 t 6676 996 6094 t 6702 7399 8659 t 9165 9164 8844 t 6920 6921 7023 t 6921 7024 7023 t 6823 6921 6920 t 6822 6823 6920 t 6620 6621 6723 t 6724 6823 6822 t 6941 5820 5821 t 6723 6724 6822 t 7897 7898 7989 t 7271 7371 6882 t 7320 7319 7221 t 7990 8086 8085 t 8897 8898 9006 t 7222 7221 7120 t 8982 6787 8748 t 7121 7222 7120 t 8805 8806 8902 t 8903 9012 9011 t 8699 8806 8805 t 8902 8903 9011 t 8698 8699 8805 t 8806 8903 8902 t 9011 9012 9116 t 7515 7514 7417 t 7418 7515 7417 t 7223 7321 7222 t 7419 7418 7320 t 7223 7222 7121 t 7122 7223 7121 t 8493 8598 8492 t 8702 8701 8597 t 8234 9273 9997 t 9415 8234 9997 t 8147 8563 8661 t 10221 8147 8661 t 11363 11362 11282 t 19851 19943 19850 t 11781 11782 11864 t 11204 11286 11285 t 6829 6927 6926 t 6828 6829 6926 t 9091 9058 8522 t 6181 9091 8522 t 24422 24533 24532 t 6633 6632 6530 t 8618 8617 8510 t 8511 8618 8510 t 9141 9247 9140 t 9354 9353 9246 t 7371 6960 8546 t 9220 9324 9219 t 1521 13126 14871 t 6600 9256 6904 t 8904 9013 9012 t 9176 6600 9389 t 9162 8327 7392 t 8012 8110 8011 t 8211 8210 8109 t 9353 9461 9352 t 8511 8510 8403 t 8030 9946 9402 t 10609 10686 10608 t 10047 7007 8239 t 9746 10047 8239 t 6870 7498 9381 t 6870 9381 9739 t 7766 466 7298 t 5929 6045 8116 t 10750 10821 10820 t 10749 10750 10820 t 1319 2693 11 t 6835 6834 6735 t 8404 8403 8302 t 8303 8404 8302 t 8304 8405 8303 t 8512 8511 8404 t 9883 9882 9771 t 9772 9883 9771 t 9256 9636 6904 t 9794 9906 9905 t 8314 9176 9389 t 31898 32157 32026 t 6737 804 803 t 8481 8482 8587 t 7241 5600 1843 t 10370 10314 6326 t 10168 8523 6180 t 6905 7657 7097 t 9632 11600 7097 t 6905 7377 9956 t 7657 6905 9956 t 7377 8850 6889 t 9956 7377 6889 t 8850 7378 7278 t 6889 8850 7278 t 9585 10093 7278 t 7378 9585 7278 t 9707 8053 10093 t 9585 9707 10093 t 9707 9365 7482 t 8053 9707 7482 t 7676 7581 7482 t 9365 7676 7482 t 9081 8976 7581 t 7676 9081 7581 t 9161 5220 9366 t 9081 9741 8976 t 8210 8303 8209 t 9192 7953 10007 t 8512 8619 8511 t 8722 8721 8618 t 10971 10970 10897 t 9650 9651 9771 t 9162 8314 9389 t 10325 31830 26315 t 9596 20974 14326 t 32092 32075 32237 t 4285 7294 8951 t 12559 12558 12471 t 11192 11273 11272 t 163 6502 88 t 6600 6904 9389 t 26700 26205 26572 t 14896 16089 16403 t 6213 6303 6302 t 6212 6211 31592 t 6303 6395 6394 t 6302 6303 6394 t 6395 6493 6492 t 6394 6395 6492 t 9920 9921 10034 t 8809 8808 8701 t 8828 9035 8927 t 12199 31905 32052 t 8919 9027 8918 t 2194 10116 2081 t 9649 9770 9648 t 6201 27570 26332 t 728 727 617 t 12438 11172 12437 t 10315 6326 10314 t 9757 8533 7068 t 10763 10762 10693 t 12294 12293 12212 t 9035 9141 8927 t 9141 9140 8927 t 8109 8210 8108 t 26419 26545 26544 t 24019 24121 24120 t 7685 7588 9732 t 8990 7685 9732 t 708 108 8522 t 108 6181 8522 t 1878 8333 8439 t 12210 12209 21817 t 7948 8044 2920 t 9164 8664 8844 t 10081 10161 10177 t 6759 6660 8430 t 1844 132 9377 t 1843 1844 9377 t 10672 12600 12114 t 12210 21817 21972 t 7989 7990 8085 t 12519 12434 14221 t 7222 7320 7221 t 8187 8186 8085 t 4170 23282 23162 t 7320 7418 7319 t 31841 10241 12025 t 8691 8798 8690 t 10177 9737 6902 t 617 618 728 t 132 9831 12701 t 9288 7966 8130 t 9112 9113 9220 t 8490 8596 8489 t 9827 6555 6556 t 8699 8698 8595 t 7121 7120 7019 t 9606 9827 6556 t 7611 7610 7514 t 6818 6819 6916 t 7709 7708 7610 t 7515 7611 7514 t 8491 8490 8381 t 8382 8491 8381 t 8384 8493 8383 t 8598 8597 8492 t 8343 8247 9273 t 8234 8343 9273 t 8219 8147 10221 t 8231 8219 10221 t 20960 225 4981 t 9377 132 12701 t 9433 9434 3784 t 10460 10530 10459 t 6927 7030 7029 t 6926 6927 7029 t 8061 8065 9513 t 9515 9471 9364 t 6531 6633 6530 t 7236 7235 7135 t 32006 10216 25572 t 4856 4734 14999 t 9247 9354 9246 t 9462 9461 9353 t 3545 1965 10114 t 4971 24320 25466 t 8533 10070 7068 t 8074 8075 8176 t 8271 8272 8372 t 10177 8430 10172 t 1713 1828 1712 t 9831 9284 7857 t 9574 9573 9461 t 9462 9574 9461 t 8404 8511 8403 t 8426 10161 10081 t 24656 24657 24765 t 9022 9023 9126 t 11355 11442 11441 t 9493 9498 6373 t 7007 9261 8322 t 8239 7007 8322 t 7043 6870 9739 t 8658 10191 8555 t 1714 7869 9646 t 7407 7504 7406 t 16592 16593 18744 t 6507 7340 8573 t 6736 6835 6735 t 7433 7529 7432 t 6777 7478 6759 t 6863 6777 6759 t 8405 8512 8404 t 9574 9688 9573 t 5929 5822 5823 t 7819 7911 7818 t 12701 9831 7857 t 7766 7948 466 t 999 1107 1321 t 9284 6696 6795 t 7170 3304 10176 t 9871 12451 9192 t 8388 8497 8496 t 5833 5714 5834 t 6906 6905 9709 t 6905 7097 9709 t 8063 7377 6905 t 6906 8063 6905 t 8851 8850 7377 t 8063 8851 7377 t 9287 7378 8850 t 8851 9287 8850 t 9287 7363 9585 t 7378 9287 9585 t 9096 9707 9585 t 7363 9096 9585 t 7260 9365 9707 t 9096 7260 9707 t 7771 7676 9365 t 7260 7771 9365 t 8347 9081 7676 t 7771 8347 7676 t 9621 9741 9081 t 8347 9621 9081 t 7778 10651 11493 t 8950 487 9621 t 8619 8722 8618 t 9687 9688 9808 t 7711 7710 7612 t 307 211 6664 t 9313 9421 3525 t 5472 5354 5473 t 14452 14326 19528 t 7857 9284 6795 t 7942 1029 8165 t 11584 11912 9700 t 10529 10606 10528 t 1149 16530 16444 t 6069 3804 595 t 9891 4025 4143 t 5634 5753 5752 t 6212 6213 6302 t 26150 26149 26017 t 6214 6304 6303 t 6213 6214 6303 t 6304 6396 6395 t 6303 6304 6395 t 6396 6494 6493 t 6395 6396 6493 t 10035 10154 10153 t 4781 14376 13176 t 32321 32289 32112 t 9225 9330 9329 t 8121 15308 8120 t 10041 9468 9361 t 16469 5443 5327 t 290 4033 1330 t 5715 6765 6769 t 6696 107 5947 t 434 536 535 t 26465 31839 17734 t 16158 13915 12950 t 8121 8120 2216 t 8022 8121 2216 t 9247 9246 9140 t 8303 8302 8209 t 8109 8108 8010 t 27669 27668 27544 t 26587 26712 24706 t 8049 9498 9493 t 8046 8049 9493 t 7373 7920 8415 t 9510 8229 7373 t 8048 338 10201 t 21855 19822 16853 t 7399 9164 9165 t 6770 6702 9725 t 10161 6759 8430 t 6607 10081 6801 t 6940 6603 10130 t 10012 10131 10130 t 8086 8187 8085 t 8283 8282 8186 t 7989 7988 7896 t 8187 8283 8186 t 6819 6818 6720 t 7418 7417 7319 t 6893 7098 7291 t 8596 8699 8595 t 7422 7519 7518 t 7108 3415 7855 t 7324 7422 7323 t 12641 12642 12724 t 10287 30014 28510 t 8989 6893 9767 t 7432 7528 7431 t 8069 9518 9515 t 7425 7426 7522 t 10202 8871 10201 t 6555 6471 8038 t 6556 6555 8038 t 7020 7019 6916 t 6917 7020 6916 t 9622 8435 7101 t 7877 5818 5819 t 8701 8596 8490 t 8491 8701 8490 t 8284 8384 8283 t 8493 8492 8383 t 6760 6742 8247 t 8343 6760 8247 t 8167 8219 8231 t 6597 8167 8231 t 6795 6696 5947 t 107 5133 182 t 1760 9051 2945 t 31843 32189 32265 t 7030 7131 7130 t 7029 7030 7130 t 6808 6837 8061 t 8065 9515 9513 t 7136 7236 7135 t 7724 7912 7819 t 6660 9876 8765 t 10172 8430 6557 t 9354 9462 9353 t 7773 6425 7361 t 8022 2216 7929 t 7930 8022 7929 t 8218 10168 1132 t 6922 7025 6921 t 8372 8373 8479 t 8480 8586 8585 t 7837 7930 7929 t 7836 7837 7929 t 11429 10881 22647 t 9688 9687 9573 t 7161 8426 10081 t 134 4021 5978 t 6736 6735 6632 t 6633 6736 6632 t 6350 8947 8843 t 10479 10549 10478 t 9261 6243 10053 t 8350 7386 7188 t 9370 8869 10192 t 10191 9370 10192 t 7504 7600 7599 t 6627 6626 6524 t 9364 9471 9059 t 9160 7340 6507 t 7627 7626 7528 t 7529 7627 7528 t 9290 9399 8454 t 8465 9519 9520 t 9688 9809 9808 t 7361 6425 7658 t 7645 7742 7644 t 7837 7836 7741 t 7295 9757 9264 t 8475 9276 8884 t 9310 10128 8229 t 12384 12383 12294 t 6880 4030 1631 t 8846 6906 9709 t 8287 8288 8387 t 7472 8063 6906 t 9720 7472 6906 t 7472 8749 8851 t 8063 7472 8851 t 8749 9396 9287 t 8851 8749 9287 t 9396 9641 7363 t 9287 9396 7363 t 6989 9096 7363 t 9641 6989 7363 t 7096 7260 9096 t 6989 7096 9096 t 7096 7190 7771 t 7260 7096 7771 t 8452 8347 7771 t 7190 8452 7771 t 9509 9621 8347 t 8452 9509 8347 t 487 8950 3437 t 9509 8950 9621 t 9809 9921 9920 t 10943 7682 3676 t 7017 7118 7117 t 9808 9809 9920 t 785 7009 894 t 7742 7741 7644 t 13522 13523 14990 t 31974 27395 32360 t 8360 3172 9094 t 346 345 6491 t 8937 8939 12429 t 11273 11274 11353 t 32016 31881 32179 t 15299 15166 17437 t 6836 803 804 t 5861 5752 9584 t 31986 31906 24211 t 6215 6305 6304 t 6214 6215 6304 t 6305 6397 6396 t 6304 6305 6396 t 6397 6495 6494 t 6396 6397 6494 t 10034 10035 10153 t 1442 7347 1544 t 7645 7644 7453 t 7549 7645 7453 t 9163 5333 5451 t 5570 5452 5453 t 8269 8370 2414 t 2414 8370 8476 t 8370 8477 8476 t 8476 8477 8582 t 7256 7356 7255 t 8477 8583 8582 t 10153 10154 9947 t 5947 107 182 t 7919 8011 7918 t 9947 7275 6551 t 8011 8109 8010 t 8210 8209 8108 t 6933 6932 6834 t 6835 6933 6834 t 9091 6806 6787 t 9058 9091 6787 t 8415 7060 8744 t 7060 6433 8744 t 9307 8537 8416 t 6784 6774 8521 t 12085 12176 8649 t 9601 7399 9165 t 10161 8430 10177 t 6607 6801 8363 t 10131 6940 10130 t 9481 9358 6603 t 9227 9332 9331 t 9226 9227 9331 t 7611 7709 7610 t 7805 7804 7708 t 6819 6917 6916 t 6721 6819 6720 t 9076 8136 10115 t 10075 9076 10115 t 7616 7714 7713 t 6310 6311 263 t 7522 7523 7619 t 6892 6893 8989 t 7422 7421 7323 t 6892 9848 6893 t 12198 32015 4976 t 7519 7616 7615 t 16158 12950 17004 t 7281 7184 8038 t 13256 15171 13257 t 6471 7281 8038 t 17382 151 18777 t 6956 7101 9522 t 6956 9622 7101 t 8700 8699 8596 t 8701 8700 8596 t 8188 8284 8187 t 8384 8383 8283 t 9926 8785 5135 t 8145 7298 1321 t 10134 8167 6597 t 10133 10134 6597 t 1346 12358 3557 t 32021 32246 32101 t 9390 8432 8987 t 7131 7232 7231 t 7130 7131 7231 t 9485 9494 6808 t 6837 8065 8061 t 8004 8003 7911 t 7912 8004 7911 t 8430 6660 6557 t 9525 6900 6240 t 7487 7773 7361 t 32114 32037 31867 t 7156 7256 7155 t 7356 7355 7255 t 9537 9649 9648 t 8583 8686 8685 t 9770 9769 9648 t 5216 6756 5331 t 31830 10325 10587 t 5449 5448 5331 t 20031 20122 20121 t 7335 7334 7235 t 6763 7366 6238 t 7236 7335 7235 t 7433 7432 7334 t 1319 11 10721 t 10605 10604 10528 t 10204 8350 7188 t 7386 7195 7193 t 7043 9739 8869 t 9370 7043 8869 t 6524 10437 10438 t 11448 11533 11532 t 9059 9160 6507 t 6730 6729 6626 t 7724 7723 7626 t 9513 9515 9364 t 1105 8254 2938 t 7627 7724 7626 t 10639 11286 11205 t 9876 9399 9290 t 7742 7837 7741 t 7658 8732 9630 t 9536 9537 9648 t 7056 7156 7055 t 5209 15911 5086 t 3303 1635 247 t 30839 30962 30961 t 6066 6887 104 t 8640 7472 9720 t 7543 8640 9720 t 8640 8750 8749 t 7472 8640 8749 t 8750 9508 9396 t 8749 8750 9396 t 9508 6985 9641 t 9396 9508 9641 t 7772 6989 9641 t 6985 7772 9641 t 6994 7096 6989 t 7772 6994 6989 t 6994 7091 7190 t 7096 6994 7190 t 7382 8452 7190 t 7091 7382 7190 t 9397 9509 8452 t 7382 9397 8452 t 6661 8950 9509 t 9397 6661 9509 t 5696 5695 7634 t 28423 28354 28424 t 9921 10035 10034 t 11822 7304 6687 t 7056 7055 6951 t 6952 7056 6951 t 39 18996 21447 t 8610 8609 8505 t 9322 9321 9216 t 182 5133 4040 t 9735 14583 14458 t 27594 27024 26062 t 10902 10978 10901 t 11051 11050 10977 t 20023 20113 20112 t 6882 7480 7271 t 25456 25457 27018 t 24766 24877 24765 t 6216 6306 6305 t 14126 13998 17008 t 6306 6398 6397 t 6305 6306 6397 t 6398 6496 6495 t 6397 6398 6495 t 31866 32222 32293 t 6425 1742 8732 t 6952 6951 6853 t 6854 6952 6853 t 18288 18287 31976 t 7295 9264 6674 t 8840 9757 7068 t 8177 8272 8271 t 8176 8177 8271 t 7454 7453 7355 t 9007 9112 9111 t 7356 7454 7355 t 7275 7773 7487 t 6551 7275 7487 t 8079 8080 8181 t 7919 7918 7825 t 9780 3904 3905 t 15304 15171 3181 t 6806 8049 8046 t 7035 7034 6932 t 6433 6879 6677 t 6787 6806 8046 t 6957 926 6958 t 8744 6433 6677 t 8537 6784 8521 t 9590 9591 7578 t 9835 8135 4746 t 8741 6607 8363 t 10081 10177 6801 t 6940 9481 6603 t 10205 8332 9358 t 9332 9439 9438 t 9227 9226 9118 t 7897 7896 7804 t 7709 7805 7708 t 6721 6720 6616 t 6617 6721 6616 t 7506 7602 7601 t 1592 16991 16903 t 9113 9221 9220 t 9221 9325 9220 t 6719 6817 6718 t 7758 7947 9744 t 9848 9744 7098 t 7126 7127 7227 t 7704 7800 7799 t 7314 7412 7411 t 7089 9744 8349 t 10404 24140 10345 t 21757 23904 22154 t 4159 4399 4518 t 13299 13300 13407 t 10091 9522 9933 t 10091 6956 9522 t 8807 8806 8699 t 8700 8807 8699 t 7990 7991 8086 t 8087 8188 8187 t 7894 7986 7985 t 7217 7218 7315 t 10134 10133 10014 t 10015 10134 10014 t 7560 7270 8545 t 704 77 10647 t 6596 8432 9390 t 9196 6596 9390 t 7232 7329 7328 t 7426 7427 7523 t 9478 5948 87 t 5948 9646 7663 t 8101 8100 8003 t 8004 8101 8003 t 5864 5865 5980 t 2296 2297 2414 t 9263 6687 7304 t 8696 8697 8803 t 10830 10829 10758 t 2079 2544 9958 t 9737 10177 10172 t 2544 3415 7859 t 9163 6756 7164 t 22298 24003 21706 t 614 724 613 t 6756 9163 7280 t 7335 7433 7334 t 6493 6494 348 t 11195 11277 11194 t 7529 7528 7432 t 11357 11356 11276 t 7480 704 7560 t 7188 7386 7193 t 7195 7367 7284 t 926 1429 6958 t 6957 6958 6423 t 18520 18600 18599 t 9147 9148 12539 t 6627 6730 6626 t 12927 12968 12967 t 9471 9160 9059 t 6829 6828 6729 t 7724 7819 7723 t 9494 6837 6808 t 4634 9358 8332 t 7256 7255 7155 t 9630 8637 9053 t 2452 2332 8120 t 8689 8796 8795 t 2931 2813 4502 t 4502 2813 8261 t 12114 12600 147 t 6095 5981 6096 t 8873 8640 7543 t 9720 8846 7197 t 8640 8873 8750 t 8750 9185 9508 t 9185 6986 6985 t 9508 9185 6985 t 7677 7772 6985 t 6986 7677 6985 t 8847 6994 7772 t 7677 8847 7772 t 7093 7091 6994 t 8847 7093 6994 t 7093 6984 7382 t 7091 7093 7382 t 7082 9397 7382 t 6984 7082 7382 t 6474 6661 9397 t 7082 6474 9397 t 6474 9839 6661 t 6814 6912 6813 t 8975 821 9466 t 7156 7155 7055 t 406 6766 407 t 5331 6756 7280 t 9566 9678 9565 t 3437 9839 280 t 7411 7412 7508 t 9905 10019 10018 t 20841 4031 13336 t 5259 7755 2319 t 7409 7506 7408 t 1405 1510 1509 t 1991 8760 10489 t 19933 19934 20022 t 19199 12274 19282 t 24877 24990 24989 t 6217 6307 6306 t 6215 6216 6305 t 6307 6399 6398 t 6306 6307 6398 t 6497 6496 6398 t 6399 6497 6398 t 7447 7544 1645 t 11597 10939 10797 t 19162 19078 10330 t 4266 5729 5860 t 1238 1237 802 t 8479 8480 8585 t 9559 9560 9671 t 361 360 6406 t 32171 32341 32200 t 7454 7549 7453 t 22723 25354 25245 t 32084 22515 22514 t 14999 13064 4856 t 6557 6660 8765 t 7371 8546 7380 t 8011 8010 7918 t 8485 8486 8591 t 6882 7371 7380 t 6879 8350 10204 t 7703 7799 7798 t 9307 8416 1429 t 6677 6879 10204 t 7957 8051 1879 t 926 9307 1429 t 8326 8325 9590 t 6968 6969 8051 t 10205 9473 8332 t 8037 8741 6960 t 7239 7669 9472 t 9473 7239 9472 t 9481 10205 9358 t 9473 9472 8332 t 9119 9227 9118 t 8906 9015 8905 t 7897 7989 7896 t 7805 7897 7804 t 6617 6616 6516 t 6517 6617 6516 t 20022 20023 20112 t 5592 5712 5591 t 8745 9827 9606 t 9928 8745 9606 t 6816 6817 6914 t 6817 6915 6914 t 9115 9222 9114 t 9009 9010 9114 t 7016 7017 7117 t 7289 7191 9932 t 7983 7984 8079 t 3921 9161 4516 t 8664 7946 8844 t 3059 9263 7756 t 23943 28433 23944 t 5333 7460 7297 t 9495 9933 7385 t 9495 10091 9933 t 8903 8904 9012 t 9117 9225 9224 t 7807 7899 7806 t 8086 8087 8187 t 7894 7893 7801 t 16663 16318 3311 t 9789 9901 9900 t 9788 9789 9900 t 8944 7462 8545 t 7270 8944 8545 t 6596 9196 9404 t 9516 6596 9404 t 7524 7621 7620 t 7523 7524 7620 t 9589 5948 9478 t 8202 8201 8100 t 8297 8298 8397 t 25309 25258 24237 t 24683 24136 381 t 6707 6796 9298 t 4026 9783 9895 t 9238 9345 9344 t 8914 9023 8913 t 9427 9426 9319 t 7460 9163 8535 t 7164 8535 9163 t 10833 10832 10761 t 5451 5333 5452 t 1855 1412 1413 t 11501 12002 11918 t 11 2694 5014 t 14384 14516 11772 t 9052 7971 6799 t 7193 7195 7284 t 9840 6799 7059 t 7367 6799 9840 t 7284 7367 9840 t 6639 6957 6423 t 8229 7920 7373 t 11517 11759 10953 t 9203 9747 8418 t 6730 6829 6729 t 7231 7232 7328 t 87 5948 7663 t 9646 9494 9485 t 7912 7911 7819 t 8101 8202 8100 t 23753 23836 23752 t 6640 26077 24053 t 7274 7105 9155 t 7408 7407 7310 t 9132 9131 9026 t 2561 2298 4650 t 1512 1409 1513 t 6446 12341 19170 t 6406 6508 361 t 8116 6045 8146 t 10046 8873 7597 t 7597 8873 7543 t 8646 8750 8873 t 10046 8646 8873 t 8646 9077 9185 t 8750 8646 9185 t 9077 8451 6986 t 9185 9077 6986 t 7868 7677 6986 t 8451 7868 6986 t 7561 8847 7677 t 7868 7561 7677 t 9281 7093 8847 t 7561 9281 8847 t 9281 9861 6984 t 7093 9281 6984 t 6678 7082 6984 t 9861 6678 6984 t 8949 6474 7082 t 6678 8949 7082 t 9719 9839 6474 t 8949 9719 6474 t 2561 5254 9644 t 9719 6502 9839 t 10762 10761 10692 t 9318 9317 9212 t 9561 9673 9672 t 6776 7465 6877 t 8371 8478 8477 t 8195 8291 8194 t 8391 8390 8290 t 9679 9800 9678 t 7227 7226 7125 t 7505 7506 7601 t 10615 10693 10614 t 8485 8591 8590 t 8869 7957 2182 t 6204 6647 19948 t 24461 16416 26576 t 6218 6308 6307 t 6216 31474 6217 t 6308 6400 6399 t 6307 6308 6399 t 6498 6497 6399 t 6400 6498 6399 t 5859 5750 7176 t 2361 30528 17339 t 7392 7497 9057 t 8149 8150 9547 t 10330 6446 19170 t 9028 9133 9027 t 9213 9318 9212 t 9906 10020 9905 t 8946 9159 9878 t 7792 7884 7791 t 32351 2801 31840 t 24120 24121 24223 t 24239 25475 25472 t 6933 7035 6932 t 7136 7135 7034 t 8241 7075 7076 t 7035 7136 7034 t 7905 7906 7997 t 7014 7115 7114 t 1132 2577 9695 t 8218 1132 9695 t 12632 12714 12713 t 8537 8521 8416 t 7957 6968 8051 t 8134 7263 7669 t 9591 2812 7578 t 8598 8702 8597 t 7239 8134 7669 t 8702 8809 8701 t 8906 8905 8808 t 8809 8906 8808 t 9015 9014 8905 t 9119 9118 9014 t 9015 9119 9014 t 7988 7989 8084 t 7989 8085 8084 t 6321 6322 6415 t 6416 6517 6516 t 9980 6770 8117 t 13257 15171 15304 t 7366 9482 9980 t 8745 9928 6702 t 6914 6915 7017 t 6915 7018 7017 t 9222 9326 9114 t 8804 8901 8900 t 7966 8165 9579 t 7468 7565 9400 t 1330 4033 110 t 5863 5755 5864 t 10616 10694 24463 t 6406 265 6313 t 6835 6737 803 t 8050 7385 7281 t 8050 9495 7385 t 9013 9117 9116 t 9012 9013 9116 t 7516 7613 7515 t 7899 7991 7990 t 7511 7512 7607 t 7986 8082 7985 t 9556 9555 9441 t 9442 9556 9441 t 7860 6758 7462 t 7863 7161 9419 t 9731 10077 8740 t 8762 9731 8740 t 7621 7718 7717 t 7620 7621 7717 t 9592 9589 9478 t 8507 8506 8397 t 8611 8610 8506 t 24990 25206 25098 t 24223 24224 24332 t 6571 6674 8663 t 10020 10019 9905 t 9248 9247 9141 t 8091 8090 7994 t 8035 7460 8534 t 8429 8035 8534 t 11196 11278 11195 t 7460 8035 7297 t 7168 11831 10787 t 4650 2298 3665 t 1533 1346 3557 t 31997 31872 32340 t 24989 24990 25098 t 9943 8229 9610 t 7940 9943 9610 t 9610 8229 9510 t 6639 6423 8141 t 7389 6639 8141 t 9292 9203 8418 t 6404 6655 9747 t 3038 2910 2911 t 7329 7427 7426 t 9726 8762 9659 t 7663 9646 9485 t 7328 7329 7426 t 8202 8298 8297 t 7862 9589 9592 t 8600 8601 8704 t 8201 8202 8297 t 6244 32353 12682 t 7324 7323 7226 t 3039 3160 3159 t 2414 2297 8269 t 12025 12078 31841 t 1752 1751 1645 t 10046 7597 8268 t 12930 364 2881 t 8351 8647 8646 t 10046 8351 8646 t 8647 9620 9077 t 8646 8647 9077 t 9620 8346 8451 t 9077 9620 8451 t 7582 7868 8451 t 8346 7582 8451 t 8064 7561 7868 t 7582 8064 7868 t 9155 9281 7561 t 8064 9155 7561 t 8570 9861 9281 t 9155 8570 9281 t 8570 7672 6678 t 9861 8570 6678 t 6754 8949 6678 t 7672 6754 6678 t 9951 9719 8949 t 6754 9951 8949 t 9298 6502 9719 t 9951 9298 9719 t 32302 32324 31832 t 6796 88 9298 t 5836 5718 9409 t 9379 7442 8241 t 8582 8583 8685 t 7802 7894 7801 t 6520 6519 6420 t 12085 8649 7174 t 8686 8793 8792 t 8723 8722 8619 t 6410 6511 6409 t 6308 6218 95 t 7055 7054 6951 t 6308 95 6309 t 4877 9699 9472 t 31890 32069 31996 t 6308 6309 6400 t 20134 8641 31140 t 32245 32357 31832 t 9107 9106 9001 t 9276 8450 8884 t 8801 8898 8897 t 7009 785 786 t 8815 8816 8912 t 9629 6638 6601 t 14229 9978 6602 t 8766 8663 8450 t 9975 10222 7958 t 6638 6707 6601 t 6861 8116 6941 t 8201 8297 8296 t 9653 9774 9652 t 6521 6623 6520 t 8715 8823 8714 t 8398 8507 8397 t 10024 10025 10143 t 10144 10060 7292 t 8500 8501 8604 t 8095 8094 7997 t 1132 6180 2577 t 6180 6860 2577 t 7303 9742 6900 t 2560 4032 1427 t 28899 28988 28898 t 25207 25323 25322 t 12126 12217 12125 t 9039 9040 9146 t 9626 11912 11584 t 25206 25207 25322 t 11182 12526 10645 t 10568 11182 10645 t 11015 10655 11182 t 11182 10655 12526 t 26333 32049 24896 t 10466 10536 10465 t 10612 10611 10535 t 20131 20220 20130 t 20313 20312 20219 t 20220 20313 20219 t 20409 20408 20312 t 20313 20409 20312 t 20505 20504 20408 t 20409 20505 20408 t 20598 20597 20504 t 20505 20598 20504 t 20598 20692 20597 t 20788 20787 20692 t 20598 20788 20692 t 3084 3201 15709 t 16350 16347 17349 t 18747 18166 11985 t 18928 18927 18162 t 20781 20873 20872 t 20685 20686 20780 t 14328 13272 13382 t 14583 14328 13382 t 13382 13272 11952 t 13272 2675 11952 t 2675 14588 14465 t 11952 2675 14465 t 14588 14209 14463 t 14465 14588 14463 t 14209 11956 11955 t 14463 14209 11955 t 20780 20781 20872 t 8256 2948 1552 t 10875 12684 10949 t 12684 11577 11406 t 12019 9735 4050 t 30475 30595 30474 t 8970 2457 7206 t 11573 2950 8769 t 9735 12019 14583 t 20998 5608 20727 t 5608 11573 8769 t 13521 13854 19100 t 26397 27211 32215 t 17234 17283 16884 t 6749 30010 29915 t 12684 5246 10949 t 11345 25807 17374 t 30847 30846 30725 t 28492 28572 28491 t 25807 27771 17374 t 31461 31460 31345 t 30608 30731 30607 t 1629 10435 4853 t 32353 4853 12682 t 11995 8256 1552 t 1629 1842 11507 t 32334 32235 32097 t 10875 10949 2948 t 10435 1629 11507 t 25425 25424 25322 t 1842 10929 10800 t 11507 1842 10800 t 10929 10311 10862 t 10800 10929 10862 t 12325 13337 12324 t 16014 15929 15930 t 2318 18541 17839 t 11953 13786 12417 t 11995 1552 12616 t 10099 11995 12616 t 12362 10568 10862 t 17502 12006 789 t 10311 12362 10862 t 11768 11182 10568 t 12362 11768 10568 t 7067 6954 8162 t 11768 11015 11182 t 11223 11305 11222 t 14978 11914 19198 t 10536 10612 10535 t 11284 11364 11283 t 8468 14045 9094 t 14234 7598 15170 t 7651 11184 7748 t 22456 22455 23480 t 13463 11248 11483 t 12191 32121 2815 t 5608 8769 20727 t 16400 16487 20975 t 28805 28804 28711 t 17096 16605 20598 t 28433 23943 28510 t 18227 18307 18226 t 29946 30042 30041 t 8256 10875 2948 t 18308 18307 18227 t 23942 10287 28510 t 31888 31860 32361 t 17012 16317 17372 t 12760 7063 11423 t 11423 20998 20727 t 7770 7063 12760 t 12352 7770 12760 t 11839 7770 12352 t 11839 13180 14718 t 13180 11839 12352 t 14982 14719 20728 t 14719 11839 14718 t 17802 14982 17876 t 19707 19696 18839 t 19707 2335 19696 t 18840 19707 18839 t 2335 2432 19696 t 2202 12006 20841 t 11956 12325 12324 t 14719 14718 20728 t 15282 12029 15254 t 31959 32249 32082 t 29028 29027 28939 t 10287 23942 10346 t 14982 20728 17876 t 15119 11705 8230 t 23944 28432 23945 t 31897 10202 32030 t 11954 15119 13668 t 31204 31203 31088 t 14205 14076 12240 t 31939 31962 32161 t 12442 11954 12417 t 15464 15463 15405 t 16688 16776 16687 t 15119 8230 13668 t 31822 31951 12620 t 14985 13968 3369 t 15408 24564 12281 t 13945 10105 13944 t 14712 13954 13838 t 20957 13807 20956 t 27518 27519 27643 t 30051 30148 30050 t 14193 14065 142 t 28404 28405 28478 t 20633 13836 20538 t 31350 31349 31233 t 1974 20633 7593 t 19708 14456 19707 t 2806 17775 6982 t 13836 15110 20538 t 20214 20213 20123 t 20124 20214 20123 t 28479 28560 28559 t 7440 1629 9503 t 32361 4853 32353 t 20876 20963 20875 t 12781 1842 1629 t 18839 19696 18838 t 2432 14070 19693 t 7440 12781 1629 t 20963 20962 20875 t 6499 10929 1842 t 12781 6499 1842 t 10234 10311 10929 t 6499 10234 10929 t 5097 15245 15246 t 20037 30567 30103 t 20218 20128 20129 t 20219 20312 20218 t 27155 27278 27154 t 20258 21698 12369 t 10234 10274 12362 t 20005 22601 21277 t 10311 10234 12362 t 10274 11754 11768 t 12362 10274 11768 t 24030 24031 24129 t 32345 32134 32300 t 593 2586 11951 t 11430 369 1106 t 11284 11283 11201 t 11202 11284 11201 t 12102 11010 11909 t 12705 9356 9465 t 11312 19892 22487 t 15247 14712 13838 t 13954 13445 13555 t 21667 11312 22487 t 21444 22234 22125 t 13838 13954 13555 t 19036 22024 22414 t 13445 5372 6755 t 13555 13445 6755 t 3252 3373 6755 t 5372 3252 6755 t 3252 9174 3373 t 31886 32047 31894 t 24159 26072 26204 t 27074 27075 10368 t 32148 32220 32336 t 25251 25952 25834 t 10663 21063 21572 t 27075 27074 25459 t 18490 24660 24768 t 14065 14193 13483 t 14193 11257 13483 t 10722 19099 20521 t 13807 14193 142 t 25460 27075 25459 t 11571 13409 13613 t 14717 11571 13613 t 2825 1731 13409 t 31935 32112 32191 t 11571 2825 13409 t 14966 22945 22944 t 3430 11499 13044 t 28432 23944 28433 t 18091 17859 8758 t 1726 3064 1731 t 2825 1726 1731 t 11954 13668 12417 t 11056 10379 3064 t 1726 11056 3064 t 11056 13374 12094 t 18285 18360 18359 t 10379 11056 12094 t 20615 20621 15136 t 20072 21598 21599 t 11306 11305 11223 t 20306 20305 20213 t 20621 13846 15136 t 13374 20651 14854 t 11083 12614 11998 t 12094 13374 14854 t 20651 3940 13722 t 14854 20651 13722 t 3940 19090 11565 t 19103 16767 19021 t 14494 14617 12614 t 11224 11306 11223 t 10931 10799 22403 t 20312 20311 20218 t 11387 11386 11305 t 13722 3940 11565 t 22083 22082 25370 t 19090 17783 18440 t 11565 19090 18440 t 17783 18208 18206 t 18440 17783 18206 t 18208 18941 18931 t 30726 30725 30600 t 31568 31686 31567 t 31234 31350 31233 t 30864 30989 30863 t 9376 7159 7775 t 30473 30472 30352 t 21766 23362 22085 t 22415 22420 22684 t 21767 21766 22085 t 10105 14205 12240 t 30353 30473 30352 t 9282 7440 10243 t 9503 10243 7440 t 11338 12781 7440 t 9282 11338 7440 t 6883 6781 12702 t 6794 7560 12080 t 10287 10346 10345 t 11338 6499 12781 t 10206 10234 6499 t 9939 10274 10234 t 10206 9939 10234 t 18206 18208 18931 t 10010 11754 10274 t 12339 7240 5721 t 18941 19877 19875 t 12641 12724 12723 t 11998 12256 12430 t 5246 11406 8888 t 11998 12430 11495 t 10949 5246 11027 t 11406 11998 11495 t 2948 10949 11027 t 11406 11495 8888 t 906 2948 11027 t 5246 8888 11027 t 9392 10722 13262 t 32209 32119 31963 t 11474 11559 11473 t 19099 20621 20521 t 11809 11808 11724 t 20027 20117 20026 t 1552 2948 906 t 18931 18941 19875 t 9939 10010 10274 t 7470 31886 31987 t 10010 11011 11754 t 19877 13553 9836 t 10331 369 12419 t 11808 11723 11724 t 9157 18403 309 t 10554 10631 10553 t 11892 11979 11808 t 12314 12313 12232 t 19081 19082 20253 t 11809 11892 11808 t 18486 22501 18487 t 11364 11363 11283 t 369 10331 11516 t 10761 10760 10691 t 10759 10830 10758 t 32007 31950 32122 t 7769 8868 7866 t 12581 14840 12746 t 14840 9581 14967 t 13464 12034 17937 t 12289 12376 12375 t 14840 14967 12746 t 19875 19877 9836 t 16198 17598 16588 t 13553 19001 19000 t 9836 13553 19000 t 11648 11562 19000 t 19001 11648 19000 t 11648 18164 19089 t 11562 11648 19089 t 5605 16 19089 t 18190 16913 17915 t 18164 5605 19089 t 23362 18411 22470 t 31829 31879 32268 t 12498 13664 16 t 11387 11474 11386 t 12062 12061 11978 t 11306 11387 11305 t 11559 11558 11473 t 8993 11584 3312 t 11474 11473 11386 t 5605 12498 16 t 12699 1217 11853 t 13476 13956 13664 t 12498 13476 13664 t 19957 19958 13956 t 13476 19957 13956 t 13942 13589 19958 t 19957 13942 19958 t 13942 18210 19687 t 13589 13942 19687 t 2718 30775 2719 t 18083 18080 14842 t 30864 30863 30739 t 29814 29813 29720 t 30593 30592 30472 t 30473 30593 30472 t 12013 9282 10268 t 7954 12755 17804 t 32208 10268 10243 t 18210 19690 20905 t 18840 18839 18083 t 19687 18210 20905 t 19277 14075 18252 t 12013 11338 9282 t 12691 6499 11338 t 3678 10206 6499 t 12691 3678 6499 t 3678 9102 9939 t 10206 3678 9939 t 12105 10010 9939 t 9102 12105 9939 t 10444 11011 10010 t 18149 18229 18148 t 18086 18840 18083 t 21862 11559 21250 t 32078 31860 31888 t 11203 11204 11285 t 20117 20208 20207 t 21699 18408 21857 t 12238 12237 12148 t 30964 30963 30840 t 5016 1552 906 t 12105 10444 10010 t 32004 32111 32211 t 10444 12596 11011 t 11692 11693 11776 t 19690 18345 20434 t 10660 12363 4397 t 11816 10427 11733 t 20905 19690 20434 t 22799 27713 22144 t 12076 12077 59 t 11244 11992 11825 t 10706 10705 10630 t 10511 12699 10863 t 12332 12331 9289 t 20518 14452 12752 t 10059 11289 12591 t 9581 2430 3626 t 19882 10722 9392 t 31868 32218 31862 t 12547 12548 12715 t 9990 10731 23 t 10830 10973 10829 t 21513 22612 21702 t 22286 21950 21360 t 18345 14985 11649 t 27651 27650 27526 t 20434 18345 11649 t 25323 25425 25322 t 12071 6689 11900 t 25535 25534 25424 t 12266 19432 19369 t 17569 15652 12425 t 31903 12687 31920 t 18073 16195 15989 t 17835 17907 17906 t 17834 17835 17906 t 13356 15136 12942 t 11678 20975 15240 t 11979 12062 11978 t 12148 12147 12061 t 18926 18924 18155 t 12062 12148 12061 t 10631 10706 10630 t 10775 10774 10705 t 10631 10630 10553 t 10848 10847 10774 t 10907 11816 11733 t 10554 10553 10482 t 10863 12699 11853 t 10427 12076 59 t 10863 11853 12775 t 10009 9781 5723 t 11013 10720 32286 t 10947 10863 12775 t 10196 18125 11735 t 28337 28338 28404 t 13786 12442 12417 t 12503 19421 18163 t 17987 17986 17906 t 15113 13786 11953 t 14976 15113 11953 t 17907 17987 17906 t 18061 18060 17986 t 17987 18061 17986 t 32223 32190 32297 t 18061 18141 18060 t 12148 12237 12147 t 20521 20615 20321 t 12237 12236 12147 t 18221 18220 18060 t 20521 20621 20615 t 18141 18221 18060 t 29627 29721 29626 t 28430 28429 23846 t 23185 23186 23308 t 26062 24811 24569 t 20689 20784 20688 t 13729 11330 14085 t 18301 18300 18220 t 18859 12241 18782 t 140 12952 6329 t 12616 1552 5016 t 1652 12616 5016 t 32155 32124 32206 t 11159 11082 12120 t 6165 32256 16858 t 32073 3314 32351 t 15242 11942 20069 t 32132 32020 32055 t 18221 18301 18220 t 18915 13720 18914 t 10520 12703 10717 t 18284 18285 18359 t 20950 13338 20949 t 11992 10520 10717 t 18360 18432 18431 t 14984 13729 14983 t 9198 10721 7342 t 12314 12405 12313 t 12663 12581 12746 t 9857 7285 2334 t 18229 18228 18148 t 31360 31359 31243 t 18149 18148 18068 t 31244 31360 31243 t 30719 30718 30592 t 30246 30353 30245 t 12618 12013 10499 t 10268 10499 12013 t 11254 11338 12013 t 12618 11254 12013 t 12690 12691 11338 t 11254 12690 11338 t 10210 3678 12691 t 12690 10210 12691 t 11916 9102 3678 t 10210 11916 3678 t 21609 21835 21610 t 22559 19655 22560 t 10492 7167 4514 t 18375 18374 18300 t 18301 18375 18300 t 28079 28080 28134 t 11244 11825 10670 t 11992 10717 11825 t 11599 10670 12780 t 11599 11244 10670 t 11592 11599 12780 t 19935 20024 20023 t 10360 10418 10359 t 5093 10907 11733 t 19530 19444 20424 t 10427 59 11733 t 19842 19843 19934 t 19934 19935 20023 t 18684 20520 20424 t 7266 11586 12161 t 19870 18684 20424 t 25425 25535 25424 t 18125 18089 11735 t 11944 12105 9102 t 21529 21845 21069 t 11916 11944 9102 t 11944 11915 10444 t 12105 11944 10444 t 18450 18449 18374 t 11915 12596 10444 t 11026 8967 9962 t 12697 11026 9962 t 9962 8967 10943 t 23299 23300 23430 t 23559 23560 21952 t 20594 20689 20593 t 8967 7682 10943 t 23 33 11168 t 11852 9599 12203 t 18375 18450 18374 t 18525 18524 18449 t 18450 18525 18449 t 18604 18603 18524 t 18525 18604 18524 t 18604 18676 18675 t 18603 18604 18675 t 11322 10267 4023 t 18676 18757 18756 t 2430 10267 11322 t 32268 32210 21359 t 25650 25649 25534 t 10726 11580 10386 t 6752 6852 6851 t 24675 24132 24676 t 11783 13440 13713 t 13827 11783 13713 t 15242 20069 12241 t 18890 12412 18860 t 11942 13301 20069 t 12412 15242 12241 t 17888 17889 18362 t 11957 811 14072 t 11922 11508 12613 t 12353 13599 11622 t 18675 18676 18756 t 20966 20879 16026 t 25535 25650 25534 t 12576 12575 12489 t 912 6835 6836 t 21952 22847 12244 t 11987 92 8632 t 17630 16465 16653 t 11681 10592 2569 t 6980 12510 8767 t 10504 12262 7954 t 25894 19474 19389 t 31837 31920 5495 t 28988 28987 28898 t 25459 27074 27072 t 18668 18669 18750 t 11653 11734 12676 t 3626 2430 11322 t 21457 21667 10999 t 14712 15827 14462 t 10267 5097 4023 t 28985 28984 28894 t 17912 19889 4382 t 31129 31128 30998 t 28573 28572 28492 t 27939 27938 27884 t 30999 30998 30873 t 30353 30352 30245 t 30731 30854 30730 t 11927 12618 11016 t 32267 31945 10499 t 10305 10304 27895 t 10425 4286 9943 t 10721 8160 7342 t 10571 10572 4037 t 8758 12834 18091 t 25100 25210 25209 t 11217 11216 11138 t 11139 11217 11138 t 13726 13725 14333 t 19360 19028 19974 t 10881 11845 11760 t 11826 10672 11742 t 10520 11177 11509 t 10304 10360 10303 t 10418 10482 10417 t 10304 10303 10256 t 10418 10417 10359 t 10512 10442 10440 t 10360 10359 10303 t 20784 20783 20688 t 10742 10440 10273 t 20876 20875 20783 t 20784 20876 20783 t 21755 21761 22927 t 12579 12663 12746 t 11253 11254 12618 t 11527 11528 11613 t 11927 11253 12618 t 10433 12690 11254 t 11253 10433 11254 t 3073 10210 12690 t 10433 3073 12690 t 12775 11853 9988 t 11853 1217 10288 t 7203 11916 10210 t 1217 12510 10288 t 3073 7203 10210 t 10793 11944 11916 t 11013 12775 10720 t 7203 10793 11916 t 13262 20521 20321 t 11577 11083 11406 t 17708 23738 20071 t 20537 2456 19428 t 12509 12594 1974 t 27943 27995 27942 t 17531 1737 16676 t 20417 15241 11622 t 20512 16313 20419 t 11991 12591 12421 t 12091 12187 11508 t 10256 10303 27950 t 10382 11909 11165 t 10306 10305 27895 t 10742 10512 10440 t 25773 25772 25649 t 12078 1029 7849 t 31937 12775 11013 t 11721 11805 11720 t 11805 11889 11804 t 20679 20774 20773 t 32112 32289 32296 t 12490 12576 12489 t 14487 14610 2824 t 31850 31841 12078 t 12655 12736 12654 t 6237 6681 12348 t 10098 6588 12737 t 10449 1313 12735 t 12658 12738 12657 t 12738 10098 12737 t 12311 12310 12229 t 12230 12311 12229 t 27460 32215 32140 t 16301 18935 15960 t 12740 7688 12739 t 32122 10159 32066 t 17858 105 15256 t 17687 15830 17688 t 11059 11058 10985 t 2318 17839 17838 t 11312 13835 19892 t 10945 2195 11022 t 23510 21157 21083 t 21119 21121 22062 t 11764 30122 2727 t 21191 23489 21307 t 21410 22695 22694 t 10793 11915 11944 t 12680 12596 11915 t 11026 12697 7678 t 11007 11026 7678 t 10626 10625 10548 t 10463 10533 10462 t 10791 11852 7244 t 12641 12640 12556 t 9599 377 12203 t 9600 7778 12767 t 11068 11067 10994 t 20155 20244 12153 t 25476 27147 27094 t 11299 11298 11216 t 4302 11289 10059 t 18684 18765 20520 t 14580 20515 12582 t 9868 10579 8652 t 10307 10306 23615 t 11826 11742 10669 t 12115 12764 5359 t 10646 12080 704 t 11485 26454 14592 t 10895 10968 10894 t 31983 10647 8542 t 32201 29916 32171 t 10384 10326 1217 t 8029 11433 11520 t 24234 24235 25461 t 31575 31574 31453 t 7167 10571 4037 t 17031 15377 25006 t 13252 13749 10950 t 20580 20675 20674 t 26017 26016 25894 t 12256 12614 14617 t 20245 20045 16031 t 18233 18313 18312 t 24541 25801 25767 t 12430 12683 11578 t 18844 18843 18760 t 25767 25801 27397 t 11495 12430 11578 t 9941 16084 16387 t 19153 19069 23603 t 11495 11578 12696 t 26567 12754 26944 t 10269 17934 15875 t 11853 10288 9988 t 23616 23615 27845 t 23591 23623 23622 t 12104 7767 32066 t 26072 31992 26204 t 10726 10386 10491 t 31094 31093 30963 t 12187 10441 11508 t 10488 10726 10491 t 11580 3058 11922 t 3058 12091 11508 t 11922 3058 11508 t 12187 10644 10441 t 32227 32337 10434 t 30002 30097 30096 t 7470 10942 11910 t 10442 11767 4513 t 11690 11689 11609 t 2538 369 11430 t 18155 18133 3129 t 10592 4514 2569 t 20770 20862 20769 t 15108 14971 13662 t 30296 11663 15552 t 5093 11733 11652 t 12655 12654 12570 t 10755 10754 10684 t 31952 31852 32284 t 12571 12655 12570 t 11973 11974 12056 t 8235 9815 6588 t 12232 12231 12142 t 12057 12143 12142 t 12143 12232 12142 t 12313 12312 12231 t 22014 21191 21307 t 32089 32273 32149 t 19656 22092 22091 t 11225 11224 11145 t 11388 11387 11306 t 21268 22088 21507 t 11475 11474 11387 t 11307 11388 11306 t 11388 11475 11387 t 12202 12419 2538 t 10592 12010 4514 t 10968 10967 10894 t 13097 21464 21413 t 5246 12684 11406 t 7167 4037 4514 t 11142 11141 11067 t 11083 11998 11406 t 12775 9988 10720 t 22806 22753 22805 t 10238 26820 17113 t 23593 23592 27834 t 27525 25368 25254 t 26699 27575 25587 t 24133 25640 27312 t 24309 24310 24422 t 24207 24208 24309 t 20132 20131 20039 t 32082 32113 32010 t 20221 20220 20131 t 20132 20221 20131 t 20221 20314 20313 t 906 11027 11598 t 8888 12696 11420 t 20910 19827 23010 t 26574 26062 24569 t 28624 28716 28623 t 7688 9046 12739 t 13600 13662 13782 t 20321 20613 18849 t 20863 20951 20862 t 11044 11118 11043 t 22186 22586 22985 t 9596 14326 14452 t 1757 2575 10562 t 8067 4889 1104 t 11825 11826 10669 t 10579 1757 10562 t 11825 10669 11028 t 12703 12600 10672 t 895 10951 11028 t 10951 11825 11028 t 12796 5098 12020 t 10719 895 11028 t 11198 11197 11120 t 12023 6536 8639 t 20220 20221 20313 t 19355 18323 19092 t 8310 18989 5253 t 10685 10755 10684 t 18159 18926 18155 t 20613 19706 18848 t 12430 12256 12683 t 11220 11302 11219 t 20314 20410 20409 t 5016 906 11399 t 20313 20314 20409 t 20506 20505 20409 t 20410 20506 20409 t 29767 29855 29766 t 28155 28214 28213 t 30874 30999 30873 t 29855 29950 29854 t 30978 30977 30853 t 17625 16010 16254 t 31466 31465 31349 t 11383 11382 11301 t 8888 11495 12696 t 13709 12262 10504 t 10558 10635 10557 t 4876 4998 4875 t 20699 20511 20137 t 20402 20498 20401 t 11108 7651 7554 t 11849 11100 9066 t 10342 10400 10341 t 11849 9066 11165 t 11326 11849 11165 t 4966 14003 5004 t 11100 11176 9066 t 11683 12017 10382 t 8672 8775 12782 t 12017 11683 10514 t 11909 11326 11165 t 32143 3671 10514 t 12017 11909 10382 t 10915 10914 10844 t 10845 10915 10844 t 7879 20923 14859 t 14468 13179 11819 t 895 10719 12097 t 32359 895 12097 t 106 7185 10195 t 12571 12570 12483 t 12736 12735 12654 t 10098 8235 6588 t 24225 25454 22516 t 11888 11974 11887 t 12056 12057 12142 t 12149 12148 12062 t 12063 11980 26217 t 11307 11306 11224 t 11225 11307 11224 t 23594 23593 27834 t 11146 11225 11145 t 18364 18919 1732 t 23595 23594 27833 t 32277 26580 32167 t 19964 14346 3432 t 24900 24653 23826 t 18458 16276 18532 t 12329 12333 12420 t 16026 20879 17475 t 11888 11887 11803 t 11475 11388 11476 t 11804 11888 11803 t 11974 11973 11887 t 9815 8369 7439 t 20689 20688 20593 t 32030 32255 31897 t 8369 9815 8362 t 6588 9815 7439 t 32262 10874 31822 t 32152 11904 10233 t 11845 32173 10432 t 12557 12641 12556 t 3549 10233 10649 t 11612 11613 11692 t 7969 8166 12264 t 11027 8888 11420 t 8633 11016 32136 t 16327 16486 16459 t 11336 25807 11252 t 10662 11253 11927 t 590 7941 8759 t 24259 10621 24369 t 17729 17474 16063 t 21504 21444 22125 t 14853 16195 17972 t 11219 11301 11218 t 10408 10407 10349 t 11092 13600 13489 t 10350 10408 10349 t 17688 15736 11704 t 9817 20143 18849 t 28082 28083 28137 t 12394 12393 12302 t 10298 10297 10253 t 2684 2941 8955 t 1757 2941 2684 t 2575 1757 2684 t 3796 2941 21815 t 19492 19493 19581 t 20203 20204 20296 t 18529 18530 18608 t 10392 10391 29126 t 3622 12672 12323 t 6681 7687 12348 t 11217 11299 11216 t 3801 17902 2456 t 1550 13709 10504 t 11380 11379 11298 t 23290 23242 23487 t 11987 11167 21018 t 11027 11420 11598 t 22586 23290 23487 t 10367 10433 11253 t 16014 16015 18205 t 10662 10367 11253 t 10367 6780 3073 t 10433 10367 3073 t 6780 12599 7203 t 3073 6780 7203 t 12599 12368 10793 t 7203 12599 10793 t 11765 11915 10793 t 12368 11765 10793 t 11765 12681 11915 t 11007 7678 9069 t 7786 11007 9069 t 18466 16588 15863 t 10686 10685 10608 t 26065 26313 25693 t 20824 21628 23669 t 17473 2924 20718 t 21246 21926 22078 t 10301 10357 10300 t 19096 19083 18324 t 10301 10300 10255 t 31936 31978 31933 t 10415 10414 10356 t 10357 10356 10300 t 10703 10772 10702 t 10357 10415 10356 t 10703 10702 10627 t 10481 10551 10480 t 10628 10627 10550 t 10481 10480 10414 t 10551 10628 10550 t 10415 10481 10414 t 10551 10550 10480 t 10845 10844 10772 t 14710 3623 15108 t 10992 10991 10914 t 7675 13489 13488 t 16913 16855 22713 t 5961 27756 26335 t 20204 20297 20296 t 7159 106 10195 t 10182 7675 13488 t 21723 15 22095 t 12484 12483 12398 t 12484 12571 12483 t 8235 10383 9202 t 9815 8235 9202 t 11141 11219 11140 t 11974 12057 12056 t 32079 32110 32290 t 12063 12149 12062 t 18086 18083 13135 t 12158 18086 13135 t 4035 13441 13135 t 12439 12440 10660 t 32299 31864 32080 t 2102 5096 4767 t 18306 18380 18305 t 26338 25937 25806 t 12673 18163 15187 t 16108 16109 16183 t 3130 12822 13392 t 11639 11720 11638 t 21928 21616 21774 t 20980 18683 19781 t 11804 11803 11719 t 11734 11817 12677 t 7041 2950 13836 t 18436 18435 18514 t 2950 2806 13836 t 9359 8975 9466 t 14852 13596 11731 t 10869 10941 11945 t 32308 6954 9418 t 28816 28815 28723 t 10658 10580 22520 t 3532 10327 6908 t 18609 18681 18680 t 13893 13780 21633 t 19005 20043 19981 t 20613 19796 19706 t 26703 25698 24570 t 18530 18529 18454 t 13947 13830 11153 t 26468 26596 12238 t 31878 31990 31895 t 19796 19705 19706 t 16267 16184 16185 t 593 11951 12153 t 20927 3129 17775 t 18155 18924 18852 t 19272 19188 19444 t 15108 3622 14971 t 4037 8943 2569 t 12238 12149 26468 t 19619 19100 19530 t 2802 9600 31818 t 10877 11592 10865 t 10699 10769 10698 t 23596 23595 27832 t 11135 11213 11134 t 10841 10840 10769 t 11213 11295 11212 t 11295 11294 11212 t 11295 11376 11294 t 11376 11375 11294 t 11397 12330 12251 t 11463 11462 11375 t 7185 106 477 t 25650 25773 25649 t 17805 20990 18405 t 92 11987 21018 t 11552 11637 11551 t 10548 10547 10477 t 3623 3622 15108 t 11718 11717 11636 t 22219 22468 22524 t 31942 31995 32027 t 7302 14321 17857 t 10558 23960 24057 t 29473 29576 29472 t 17096 20505 20506 t 29576 29673 29575 t 18751 18752 16681 t 29997 29998 30092 t 19656 21356 22815 t 1652 5016 11159 t 906 11598 11399 t 3574 12875 593 t 29673 29767 29672 t 13741 13854 13521 t 30999 31129 30998 t 1003 11819 11818 t 10542 10662 11927 t 30841 30964 30840 t 17804 19277 18252 t 5016 11399 11159 t 32057 32099 32193 t 18786 20750 17809 t 11637 11718 11636 t 20391 20487 20486 t 11802 11801 11717 t 13557 17803 14074 t 13338 14317 19193 t 11737 11821 12332 t 13340 11313 7166 t 11821 12331 12332 t 3743 17879 11079 t 7166 11313 11737 t 11313 11821 11737 t 12229 12310 12309 t 17803 20984 18092 t 14467 13340 7166 t 18092 13340 14467 t 15107 11732 13663 t 1003 14468 11819 t 10196 11735 17879 t 11732 3743 11079 t 17616 17617 27471 t 13709 10058 12262 t 12755 12505 19277 t 11408 11497 31947 t 12258 32234 12173 t 7074 7173 9856 t 6268 26703 6084 t 20061 17201 15914 t 12184 10430 12769 t 11799 11798 11714 t 12399 12484 12398 t 13489 13782 13896 t 13488 13489 13896 t 11067 11141 11066 t 11301 11300 11218 t 14194 13372 11092 t 13369 18859 13592 t 21069 23347 23348 t 23205 14315 14314 t 32226 31847 32338 t 8559 10367 10662 t 10542 8559 10662 t 8559 6780 10367 t 13441 12158 13135 t 32178 32325 31854 t 13372 13826 13600 t 14195 14194 11092 t 11720 11804 11719 t 11554 11639 11553 t 10915 10992 10914 t 11139 11138 11064 t 11065 11064 10991 t 10992 11065 10991 t 20511 18514 20137 t 11065 11139 11064 t 11948 9817 18848 t 20974 20701 20795 t 18530 18609 18608 t 19183 19176 20233 t 16680 16598 18750 t 10359 10358 10302 t 13391 13463 11397 t 18296 18370 18295 t 12509 1974 7593 t 8559 12599 6780 t 11240 12368 12599 t 12761 11765 12368 t 11484 17502 31503 t 18859 18782 13592 t 12765 11233 9965 t 16192 14462 15827 t 11170 18404 14877 t 16560 16648 20788 t 11389 11476 11388 t 14462 14080 13954 t 12741 12740 12660 t 25898 25897 25772 t 895 32359 8887 t 10877 11682 11599 t 6588 7439 12737 t 13662 14971 13782 t 14971 14844 13782 t 23599 23598 27829 t 10386 11580 11496 t 14712 14462 13954 t 6147 27688 20561 t 14080 13444 13445 t 11376 11463 11375 t 27873 27872 27824 t 22648 10658 22649 t 10699 10698 10623 t 10478 10477 10412 t 10413 10478 10412 t 11718 11802 11717 t 16905 20814 25445 t 11566 20927 17775 t 18056 18137 18136 t 11810 11809 11725 t 13954 14080 13445 t 23341 23290 22586 t 11240 12761 12368 t 13524 12681 12763 t 30355 30354 30247 t 20130 20219 20129 t 12761 12681 11765 t 30600 30725 30599 t 17886 18325 18324 t 32192 32026 31919 t 11093 380 17113 t 21606 21379 22675 t 3743 10196 17879 t 18195 21135 18196 t 13135 14842 21017 t 19708 19707 18841 t 18083 18839 18080 t 19614 16767 19103 t 21091 22182 23130 t 21379 18786 17809 t 12232 12313 12231 t 10999 21667 19289 t 12055 12141 12140 t 18403 8424 18389 t 19494 19583 19582 t 12054 12055 12140 t 11730 11500 3495 t 18332 5093 5094 t 11167 10935 12263 t 12076 12164 896 t 5359 11237 9198 t 17968 15841 15842 t 12252 3309 11926 t 32123 8633 32136 t 13135 21017 21012 t 10984 7879 14859 t 18826 18912 18825 t 15116 4180 13726 t 17974 18850 11926 t 4035 13135 21012 t 10426 10489 12163 t 3309 17974 11926 t 12505 13559 19277 t 13559 18172 14075 t 11844 10797 11342 t 150 3006 2968 t 13444 8638 5372 t 13445 13444 5372 t 13628 13745 6703 t 3172 8468 9094 t 12184 11029 11103 t 11715 11714 11633 t 11715 11799 11714 t 20583 20584 20678 t 6689 16193 6604 t 11067 11066 10993 t 11219 11218 11140 t 14709 3253 14710 t 12241 6329 18782 t 22936 22937 23057 t 19696 2432 19693 t 17 3252 5372 t 22860 22172 22676 t 7476 7475 3314 t 10299 10355 10298 t 20795 20885 20968 t 4642 5096 2102 t 10059 12591 11991 t 1219 4642 2102 t 20633 20538 7593 t 11394 10059 11991 t 4170 2071 4530 t 18741 18740 18659 t 11092 13372 13600 t 11720 11719 11638 t 11469 11554 11468 t 12180 12263 11102 t 20950 20949 20862 t 12308 12399 12307 t 12227 12138 12307 t 11552 11551 11466 t 18212 16107 16024 t 11299 11380 11298 t 11467 11552 11466 t 11467 11466 11379 t 11380 11467 11379 t 10303 10359 10302 t 11637 11636 11551 t 8638 17 5372 t 2335 18913 2432 t 12421 12509 7593 t 18445 18444 18369 t 9998 4261 4260 t 32288 31826 32257 t 13333 9174 3252 t 17 13333 3252 t 11669 6067 24919 t 10246 10245 28294 t 21255 21254 21972 t 23600 23599 27828 t 29855 29854 29766 t 29998 30093 30092 t 31326 31325 31210 t 21266 22258 21578 t 5366 11949 19806 t 27921 27976 27920 t 23573 23574 18613 t 32180 32123 32136 t 32145 32132 32055 t 3552 22808 21510 t 13333 11669 9174 t 20096 20187 20186 t 20963 8413 20962 t 12591 12594 12509 t 11592 10877 11599 t 19962 19883 19974 t 13698 1008 13597 t 18913 18890 2432 t 10604 10603 10527 t 12490 12489 12404 t 12661 12660 12575 t 10489 12252 12163 t 13551 12412 18890 t 20886 19621 22689 t 11733 59 9363 t 8747 72 9073 t 10624 10699 10623 t 23601 23600 27827 t 10298 10355 10297 t 10413 10412 10354 t 25773 25898 25772 t 4722 4723 13844 t 19955 20706 19781 t 12451 7953 9192 t 11840 9190 6888 t 11105 10542 8789 t 24673 26714 25525 t 11927 8789 10542 t 10258 10313 10312 t 6236 10312 188 t 18383 18384 18458 t 6324 188 10370 t 7259 7158 10812 t 31930 32197 31967 t 3496 11987 8632 t 32243 32244 32143 t 12660 12740 12659 t 16337 18587 18507 t 25957 11893 11810 t 12660 12659 12575 t 11893 11892 11809 t 12063 12062 11979 t 11980 11979 11892 t 12404 12403 12312 t 11980 11893 26086 t 12141 12230 12229 t 12313 12404 12312 t 8243 8788 10588 t 12140 12141 12229 t 23834 23833 23750 t 14317 14318 19193 t 27075 14589 10368 t 11103 1733 11178 t 6088 11571 14717 t 11103 11178 11235 t 10430 11103 11235 t 14720 16144 16450 t 934 11106 1733 t 26073 25944 24460 t 32183 32355 32095 t 10864 10651 7778 t 10858 10864 7778 t 18153 18154 18233 t 9600 10858 7778 t 25005 24790 24702 t 32052 31818 12426 t 10430 11235 11830 t 12769 10430 11830 t 29671 29670 29574 t 29765 29853 29764 t 14717 13613 30121 t 30251 30358 30250 t 18230 18229 18149 t 376 2825 11571 t 8067 1104 2298 t 6088 376 11571 t 17775 3129 4785 t 11634 11633 11548 t 11634 11715 11633 t 13475 20796 19521 t 10994 11067 10993 t 11141 11140 11066 t 10994 10993 10916 t 14709 14710 13440 t 23324 23325 23450 t 12412 12241 18860 t 22549 11585 21801 t 22067 18554 21500 t 12591 12509 12421 t 425 424 23294 t 14069 11957 14072 t 11499 13129 13044 t 18587 18588 18659 t 20327 20980 19782 t 18588 18660 18659 t 16600 16682 16599 t 18660 18741 18659 t 25957 11810 25838 t 11639 11638 11553 t 11469 11468 11381 t 16688 16689 16777 t 12181 20990 17805 t 12399 12398 12307 t 12137 12138 12227 t 18173 21082 21899 t 9599 9593 9992 t 7159 9376 1111 t 12535 1726 2825 t 18517 18518 18597 t 6523 10437 6524 t 12405 12490 12404 t 12405 12404 12313 t 376 12535 2825 t 15409 12281 17131 t 11746 10787 11831 t 20872 20873 20960 t 8336 8559 10542 t 11105 8336 10542 t 12082 12599 8559 t 12189 11240 12599 t 12082 12189 12599 t 12189 11923 12761 t 11240 12189 12761 t 13524 12763 12762 t 12761 11923 12681 t 11617 11618 11698 t 11041 11115 10965 t 11536 11450 11451 t 32192 31898 32026 t 10203 8438 6794 t 10370 6419 6324 t 23602 23601 27826 t 31865 10569 10646 t 24893 3674 10858 t 11599 11682 11244 t 10574 2799 11409 t 28027 28079 28078 t 10647 10646 704 t 11520 11605 8128 t 19097 17853 17840 t 11165 9066 11244 t 1166 4977 1062 t 11682 10382 11244 t 9066 5373 11244 t 11683 10382 11682 t 17887 17888 18361 t 10382 11165 11244 t 25037 23602 27825 t 10355 10413 10354 t 31876 32186 32105 t 10254 10298 10253 t 10355 10354 10297 t 11734 12677 12676 t 2482 22589 22531 t 32042 32172 31935 t 7405 7503 1410 t 11130 11056 1726 t 13489 13600 13782 t 22578 21379 17809 t 12535 11130 1726 t 11909 11010 11326 t 10635 10634 10557 t 9283 11660 6336 t 10259 10314 10313 t 6176 30643 10258 t 4979 11758 10863 t 10313 10314 10370 t 11971 11972 12054 t 18127 18133 18852 t 11885 11886 11971 t 11972 12055 12054 t 11886 11885 11801 t 11802 11886 11801 t 11886 11972 11971 t 12489 12575 12488 t 12740 12739 12659 t 12489 12488 12403 t 12404 12489 12403 t 12487 12574 12486 t 12736 10449 12735 t 12658 12657 12573 t 30358 30357 30250 t 9504 8243 10588 t 21325 27817 27816 t 28810 28901 28809 t 27893 27845 27894 t 26150 26278 26149 t 27773 27774 15943 t 13836 2806 15110 t 21015 18330 20997 t 12704 12193 10385 t 4513 10727 12088 t 10296 10295 10251 t 10252 10296 10251 t 10353 10352 10295 t 10296 10353 10295 t 10411 10410 10352 t 10353 10411 10352 t 10476 10475 10410 t 10411 10476 10410 t 11712 11796 11795 t 11881 11880 11795 t 30843 30842 30722 t 22950 14703 22951 t 18751 16680 18750 t 30030 30031 15394 t 9710 6761 7666 t 1239 12672 3622 t 32162 31825 32085 t 19890 4165 18087 t 10491 10386 10328 t 11377 11464 11376 t 11549 11634 11548 t 16195 18073 17972 t 18852 18924 19783 t 20442 20254 9289 t 30141 30247 30140 t 13596 11704 14853 t 10847 10916 10846 t 8310 5253 19783 t 18890 18860 14070 t 10705 10774 10704 t 11900 6604 11989 t 18361 19106 18325 t 13720 12752 18914 t 14456 18915 18914 t 10417 10416 10358 t 19781 20801 13590 t 10553 10630 10552 t 10359 10417 10358 t 10630 10705 10629 t 10774 10773 10704 t 11382 11381 11300 t 11301 11382 11300 t 11382 11469 11381 t 11554 11553 11468 t 18253 10907 5093 t 19864 16143 169 t 12138 12308 12307 t 12051 12052 12137 t 31693 31692 31574 t 10430 12184 11103 t 32132 31830 10587 t 10256 27895 10304 t 11087 12364 5600 t 18669 18751 18750 t 5373 10520 11992 t 31478 16556 29429 t 32066 10491 12104 t 10088 7174 8649 t 8667 9418 7087 t 11660 8993 9715 t 21260 13519 13408 t 32281 31914 32297 t 12676 12677 10085 t 23590 27840 27839 t 32270 32152 10233 t 15514 15448 15515 t 26275 15415 17186 t 10917 10995 10916 t 20913 20163 22096 t 32365 31877 32279 t 12204 10644 12187 t 10272 12204 12187 t 7285 9857 14550 t 20606 20512 20419 t 20425 11951 20063 t 23239 23679 22249 t 9066 11176 5373 t 12236 12235 12146 t 31944 31931 31877 t 11248 13437 11653 t 10492 10566 7167 t 13391 11397 10332 t 8467 10650 7167 t 10650 10571 7167 t 10514 11683 10877 t 9882 9883 9998 t 11080 4844 12364 t 11087 11080 12364 t 9198 11237 10721 t 11456 14195 13338 t 11800 11884 11799 t 11969 11970 12052 t 11884 11970 11969 t 11883 11884 11969 t 11425 19857 19771 t 23458 23587 23457 t 28502 28582 28501 t 11683 11682 10877 t 27826 23601 27827 t 10726 12609 11580 t 28195 28194 28137 t 10995 10994 10916 t 31444 31443 31325 t 10260 10315 10314 t 30521 10259 10258 t 6671 314 6568 t 217 6568 314 t 217 314 313 t 6421 6326 6422 t 18054 15859 17981 t 8852 12363 12685 t 8788 12033 8527 t 20390 20391 20486 t 12402 12487 12401 t 12574 12573 12486 t 12402 12401 12310 t 12311 12402 12310 t 12574 12658 12573 t 12487 12486 12401 t 8243 9504 1313 t 12738 12737 12657 t 20968 20885 11942 t 10449 8243 1313 t 20885 2805 11942 t 11050 11126 11049 t 20968 11942 15242 t 18092 14467 14468 t 19528 15242 12412 t 19528 20968 15242 t 22445 22446 19147 t 13551 19528 12412 t 24651 27602 26716 t 18913 13551 18890 t 14206 11366 27461 t 23835 23836 23933 t 17974 4035 18850 t 26020 26019 25897 t 4035 21012 18850 t 25898 26020 25897 t 4180 11730 3495 t 24540 24651 26716 t 10546 10545 10475 t 10476 10546 10475 t 11546 11631 11545 t 10623 10622 10545 t 11712 11795 11630 t 11631 11712 11630 t 29170 29169 29074 t 11288 18075 11455 t 19685 19627 18836 t 11392 11815 11500 t 3623 1239 3622 t 12104 10491 10328 t 17857 20511 20699 t 11549 11548 11463 t 11464 11549 11463 t 11296 11377 11295 t 11464 11463 11376 t 11214 11296 11213 t 11377 11376 11295 t 11062 11136 11061 t 11214 11213 11135 t 20125 30524 20126 t 10847 10846 10773 t 10774 10847 10773 t 10630 10629 10552 t 10417 10482 10416 t 19176 19177 20417 t 10553 10552 10482 t 11566 17775 2806 t 2950 11566 2806 t 10186 12671 16198 t 25201 18889 25093 t 13600 13826 13662 t 14083 9817 11948 t 13826 13550 13662 t 20584 20679 20678 t 3661 15239 20990 t 11921 10365 14319 t 11969 12052 12051 t 11029 1733 11103 t 1964 5100 12733 t 10911 10910 10840 t 10328 10386 11496 t 11580 11922 12613 t 11244 5373 11992 t 11176 1166 11177 t 12250 10273 10936 t 10936 3674 31929 t 30964 31094 30963 t 23616 27845 27844 t 8127 8029 8128 t 31871 1426 8789 t 29904 29998 29903 t 10434 8336 11105 t 11576 8559 8336 t 12172 12082 8559 t 11576 12172 8559 t 12595 12189 12082 t 12172 12595 12082 t 12610 11923 12189 t 12595 12610 12189 t 10288 12778 11502 t 10288 12510 12778 t 9988 10288 11502 t 6626 6523 6524 t 12640 12639 12555 t 11999 11941 14882 t 11402 12423 10569 t 11330 10369 14085 t 8424 8630 20807 t 1646 18387 5002 t 11130 13946 13374 t 20501 20594 20500 t 19775 17626 22061 t 27827 23600 27828 t 9988 11502 10649 t 10720 9988 10649 t 27825 23602 27826 t 10233 10720 10649 t 10650 8973 10571 t 12616 1652 32231 t 11056 11130 13374 t 11123 11122 11048 t 20309 20308 20216 t 12132 12133 12223 t 13946 20650 20651 t 13374 13946 20651 t 12053 12139 12138 t 11970 12053 12052 t 12323 15251 14844 t 4514 4037 2569 t 19784 8310 19783 t 10579 10562 8652 t 19067 30329 30328 t 23616 22249 23617 t 20863 20862 20770 t 12610 12762 11923 t 10261 10316 10315 t 30521 10260 10259 t 10316 10372 10371 t 10315 10316 10371 t 17008 19519 15944 t 19519 19003 15944 t 10707 24374 10777 t 8956 12685 9871 t 10588 8788 8527 t 30591 30717 30349 t 20487 20580 20579 t 8527 12033 10174 t 11160 22161 21166 t 5094 5093 11652 t 12033 11160 2934 t 18405 18332 5094 t 12181 3661 20990 t 525 13463 13391 t 13550 15108 13662 t 15239 18253 18332 t 18203 18204 18283 t 3622 12323 14971 t 20519 19619 20520 t 12672 13277 12323 t 20774 20866 20865 t 19619 19530 20520 t 13179 10489 11819 t 20773 20774 20865 t 18803 18721 18722 t 10489 10426 11819 t 20442 15107 20254 t 25309 24237 24236 t 9981 12834 8758 t 11732 11079 13663 t 11392 10058 13709 t 896 10984 14859 t 21018 11167 12263 t 20923 20836 14859 t 10546 10623 10545 t 13725 13724 13277 t 11461 11546 11460 t 10698 10697 10622 t 11461 11460 11373 t 11631 11630 11545 t 11293 11374 11292 t 11374 11461 11373 t 4180 3495 13726 t 11730 11392 11500 t 13277 7175 15251 t 12657 12656 12572 t 12657 12737 12656 t 12573 12657 12572 t 18435 18434 20137 t 26712 26586 25948 t 6235 6174 6176 t 11136 11214 11135 t 11296 11295 11213 t 20405 20404 20308 t 10989 11062 10988 t 20501 20500 20404 t 20309 20405 20308 t 11985 20927 11566 t 20405 20501 20404 t 11985 11566 2950 t 10478 10548 10477 t 10912 10989 10911 t 10625 10624 10547 t 10912 10911 10841 t 11062 11061 10988 t 10842 10912 10841 t 10989 10988 10911 t 11883 11882 11798 t 11799 11883 11798 t 11969 11968 11882 t 11883 11969 11882 t 11968 11969 12051 t 12052 12138 12137 t 11742 2706 934 t 8652 10108 5100 t 18516 16429 16346 t 10841 10911 10840 t 2806 6982 15110 t 10988 10987 10910 t 5373 11177 10520 t 18849 20613 18848 t 11441 11442 11527 t 24921 15410 15409 t 3058 7779 12091 t 18517 18597 16429 t 16513 16512 16429 t 11447 11532 11531 t 4399 8938 2321 t 10889 10890 10964 t 26152 26151 26019 t 20214 20306 20213 t 12805 12804 12725 t 12726 12805 12725 t 18668 18750 16513 t 10237 26437 6537 t 22249 23616 27844 t 6207 10500 6208 t 32305 32226 32137 t 31326 31444 31325 t 32336 32220 31945 t 11420 11421 12433 t 11421 11420 12700 t 29472 29575 29471 t 11598 11420 12433 t 20911 7041 20633 t 5606 12339 5721 t 11985 18159 20927 t 20491 20584 20583 t 31448 31566 31447 t 10566 8467 7167 t 12468 12554 12467 t 11598 12433 4039 t 11399 11598 4039 t 11315 160 30546 t 11159 11399 4039 t 11082 11159 4039 t 15480 31562 31681 t 12739 12738 12658 t 20024 20114 20113 t 12488 12575 12487 t 12659 12739 12658 t 12659 12658 12574 t 12575 12659 12574 t 18989 18918 5253 t 20650 13484 3940 t 2459 10955 12356 t 19526 22968 22924 t 15119 10513 11705 t 12120 31994 32241 t 10262 10317 10316 t 10261 10260 30401 t 10317 10373 10372 t 10316 10317 10372 t 10373 10437 10436 t 10372 10373 10436 t 19681 2352 15877 t 32022 31998 32038 t 10085 9981 8758 t 20651 20650 3940 t 11553 11638 11552 t 13338 19193 20949 t 11468 11553 11467 t 11719 11718 11637 t 11300 11381 11299 t 11638 11637 11552 t 11218 11300 11217 t 11468 11467 11380 t 11140 11218 11139 t 11381 11380 11299 t 11066 11140 11065 t 11300 11299 11217 t 10993 11066 10992 t 11218 11217 11139 t 10916 10993 10915 t 11140 11139 11065 t 10846 10916 10845 t 11066 11065 10992 t 10773 10846 10772 t 10993 10992 10915 t 10773 10772 10703 t 10916 10915 10845 t 10704 10773 10703 t 10846 10845 10772 t 32201 32171 32200 t 4418 2456 13983 t 11483 12329 12420 t 31982 32153 32264 t 17839 17840 18292 t 18134 18213 18212 t 10935 3661 12181 t 1111 7189 8870 t 10623 10698 10622 t 12672 14333 13277 t 10769 10768 10697 t 10698 10769 10697 t 10987 10986 10909 t 10910 10987 10909 t 7777 6177 1239 t 15116 13726 14464 t 18075 18074 11455 t 6177 14464 1239 t 12030 19517 19421 t 6177 15116 14464 t 18805 11288 18723 t 17790 17760 17761 t 31094 31210 31093 t 18598 18669 18668 t 31965 32345 32312 t 11136 11135 11061 t 17775 4785 6982 t 10842 10841 10769 t 10770 10842 10769 t 10770 10769 10699 t 10700 10770 10699 t 10548 10625 10547 t 10700 10699 10624 t 10477 10476 10411 t 10625 10700 10624 t 10297 10354 10296 t 10412 10411 10353 t 10253 10297 10252 t 10354 10412 10353 t 9694 4022 8331 t 10354 10353 10296 t 4889 2333 1104 t 32351 31840 32239 t 12357 12446 2560 t 12193 4513 12088 t 16597 16513 16598 t 18597 18598 18668 t 28256 28255 28193 t 6525 6627 6524 t 4165 20415 2184 t 12348 7687 11567 t 12652 12733 12651 t 11257 13945 13944 t 10911 10988 10910 t 12652 12651 12567 t 10126 14322 20606 t 11061 11060 10987 t 12061 12147 12060 t 20605 18513 18514 t 11497 22052 32298 t 10272 12187 12091 t 31350 31466 31349 t 9283 6336 12804 t 7779 10272 12091 t 12171 12172 11576 t 8938 1012 2321 t 12766 12595 12172 t 12171 12766 12172 t 12766 10933 12610 t 12595 12766 12610 t 23590 27839 27838 t 2814 12762 12610 t 10933 2814 12610 t 11446 11447 11531 t 13879 1347 13878 t 20591 20686 20685 t 11532 11618 11617 t 12805 9283 12804 t 11808 11807 11723 t 11660 11757 6336 t 11420 12696 12700 t 3672 1632 5721 t 27876 27928 27875 t 26193 26824 24685 t 20594 20593 20500 t 18332 18253 5093 t 22743 21439 21100 t 22033 11395 21828 t 3940 13484 19090 t 19090 17784 17783 t 27831 23596 27832 t 27835 23592 27836 t 32338 32319 32078 t 28895 28985 28894 t 22706 22705 22750 t 18444 18445 18519 t 23214 19526 21912 t 11226 11225 11146 t 20602 19183 20143 t 13262 20321 19869 t 12403 12488 12402 t 12575 12574 12487 t 16193 15650 13129 t 18435 20980 20327 t 20163 22138 22096 t 2001 4891 2000 t 30275 30385 30274 t 22210 21243 22560 t 6154 24896 26570 t 13834 12528 19175 t 16274 17627 3375 t 10263 10318 10317 t 30401 10262 10261 t 10318 10374 10373 t 10317 10318 10373 t 10374 10438 10437 t 10373 10374 10437 t 6522 10436 6523 t 26020 26152 26019 t 11381 11468 11380 t 7881 7788 7789 t 31888 32361 32353 t 11553 11552 11467 t 9488 9 10734 t 32030 338 55 t 10510 9488 10734 t 20518 9596 14452 t 9998 4260 4137 t 9882 9998 4137 t 9151 12542 9254 t 11302 11301 11219 t 7097 7657 9632 t 11068 11142 11067 t 11220 11219 11141 t 19603 20244 20155 t 31850 7942 7201 t 12144 12233 12143 t 11975 11974 11888 t 18133 18155 18852 t 18918 18989 13834 t 10441 4978 11593 t 16795 17234 16884 t 10552 10551 10481 t 10629 10628 10551 t 10358 10416 10357 t 10482 10552 10481 t 10482 10481 10415 t 10416 10482 10415 t 18926 19786 18924 t 26277 26402 26401 t 30839 30961 30718 t 23592 27835 27834 t 19493 19494 19582 t 19595 19596 2124 t 17589 17332 13965 t 20296 20297 20390 t 10987 11060 10986 t 11060 11059 10986 t 11134 11133 11059 t 11060 11134 11059 t 25136 25030 11132 t 11133 11211 11132 t 21515 21464 27586 t 29169 29168 29073 t 26900 27026 26899 t 18283 18284 18358 t 477 106 15 t 20951 20950 20862 t 4036 10195 9181 t 11483 11653 12329 t 10466 10465 10399 t 31880 31938 32301 t 10369 11330 1612 t 10297 10296 10252 t 10547 10546 10476 t 10412 10477 10411 t 10624 10623 10546 t 10477 10547 10476 t 1964 8652 5100 t 10547 10624 10546 t 17001 18412 16399 t 10562 10521 10108 t 2811 2684 9934 t 24237 25472 25471 t 24874 24875 24985 t 2941 3796 8955 t 20112 20113 20203 t 19758 19842 19841 t 11815 11898 3306 t 11500 11815 3306 t 12262 10378 12755 t 11815 13709 1550 t 11444 11530 11529 t 11443 11444 11529 t 12276 7543 7197 t 9720 6906 8846 t 30474 30594 30473 t 17784 18211 18208 t 12568 12652 12567 t 11934 10566 10492 t 10988 11061 10987 t 12568 12567 12480 t 18513 18436 18514 t 11135 11134 11060 t 15417 22012 22011 t 9625 8114 10110 t 32310 8738 10865 t 10569 12423 12080 t 6524 10438 6525 t 27829 23598 27830 t 14617 14748 12256 t 10721 11 5014 t 12683 11941 11579 t 10966 11042 11041 t 11578 11579 12700 t 11578 12683 11579 t 17792 17763 17764 t 12696 11578 12700 t 2001 23035 3786 t 20801 20063 13590 t 31442 31443 31561 t 10667 8336 10434 t 11098 10667 10434 t 11084 11576 8336 t 10667 11084 8336 t 11828 12171 11576 t 11084 11828 11576 t 27828 23599 27829 t 12528 7302 19175 t 10293 10350 10292 t 22931 21779 10636 t 7041 13836 20633 t 9817 18849 18848 t 18507 18432 16336 t 11716 11800 11715 t 21861 22931 10636 t 32356 31989 31887 t 17783 17784 18208 t 11828 9270 12766 t 15518 15604 15603 t 12171 11828 12766 t 9270 11908 10933 t 13135 18083 14842 t 12766 9270 10933 t 3253 3623 14710 t 32298 32077 11497 t 20233 20422 19869 t 20513 20607 20602 t 12312 12403 12311 t 12488 12487 12402 t 18514 18435 20137 t 15107 13663 20254 t 26152 26280 26279 t 20701 20607 20795 t 22456 21961 22266 t 19148 22961 23053 t 20394 20395 20490 t 10490 10426 12164 t 11908 12515 2814 t 10933 11908 2814 t 10264 10319 10318 t 30289 10263 10262 t 10319 10375 10374 t 10318 10319 10374 t 10375 10439 10438 t 10374 10375 10438 t 9728 9875 12265 t 7560 704 12080 t 7554 7458 11108 t 10552 10629 10551 t 20395 20491 20490 t 2821 9872 2819 t 20207 20208 20300 t 12164 12163 10984 t 20116 20117 20207 t 20300 20301 20394 t 11148 22679 23286 t 20301 20395 20394 t 21859 21753 19483 t 20208 20301 20300 t 22382 22388 23373 t 21707 21976 21640 t 22679 22806 23286 t 525 4771 11248 t 22726 21634 22744 t 12153 3432 14346 t 22694 21976 21707 t 15864 20788 20598 t 19369 20061 11745 t 3674 10936 10858 t 10936 10864 10858 t 23676 10363 10307 t 10290 10348 23851 t 25419 19055 25317 t 32271 32295 27398 t 18436 18683 18435 t 17231 20702 18667 t 18683 19955 19781 t 32012 31838 32217 t 31927 32117 32329 t 11852 12203 7244 t 32027 31844 32286 t 12557 12556 12469 t 10588 8527 1757 t 1757 8527 2941 t 10579 10588 1757 t 8527 10174 2941 t 11134 11212 11133 t 11212 11211 11133 t 11632 11631 11546 t 11547 11632 11546 t 22825 22824 14965 t 25030 24917 11058 t 21904 15751 18997 t 11756 11784 20820 t 18837 18836 18074 t 21017 18805 5841 t 7185 477 476 t 9181 7185 476 t 637 1527 233 t 32188 31866 32293 t 12349 2575 2811 t 10195 7185 9181 t 10562 2575 10521 t 2684 8955 9934 t 8652 10562 10108 t 2575 2684 2811 t 2321 1012 181 t 2575 12349 10521 t 11198 11280 11197 t 11360 11359 11279 t 31965 24785 17123 t 7687 11021 11567 t 7954 17804 15239 t 19005 19006 20043 t 18211 18942 18941 t 10983 20911 1974 t 16513 16597 16512 t 27567 27502 24234 t 19771 19856 19770 t 18208 18211 18941 t 18942 19878 19877 t 18941 18942 19877 t 19878 13837 13553 t 19877 19878 13553 t 13837 19002 19001 t 13553 13837 19001 t 5100 8420 12732 t 12481 12568 12480 t 12036 11648 19001 t 11061 11135 11060 t 12481 12480 12395 t 8770 8871 32364 t 11213 11212 11134 t 12522 31783 6191 t 19002 12036 19001 t 26151 26152 26279 t 11592 12780 8887 t 11302 11383 11301 t 10865 11592 8887 t 24562 17116 26707 t 11470 11469 11382 t 23851 10348 23850 t 16233 16317 17012 t 23765 10422 10363 t 13202 13307 7073 t 30122 30536 2602 t 12515 2576 2814 t 11531 11532 11617 t 10532 10531 10461 t 11623 11539 15117 t 11618 11699 11698 t 2103 14043 14042 t 15250 11623 15117 t 23119 23041 21922 t 27831 23597 23596 t 22924 22494 23047 t 18893 22229 18975 t 20490 20491 20583 t 11884 11883 11799 t 10416 10415 10357 t 17848 19030 16188 t 12139 12228 12138 t 22705 22706 22210 t 12443 6405 22889 t 18125 18846 18089 t 21096 19397 22626 t 27832 23595 27833 t 18839 18838 18080 t 29280 29381 29279 t 31360 95 6218 t 31259 13485 13486 t 12163 11926 10984 t 12103 10446 12102 t 21297 21941 23247 t 11886 11887 11972 t 11973 12056 12055 t 11280 11360 11279 t 11044 11043 10967 t 19521 14083 11948 t 11629 11628 11544 t 11407 11088 11010 t 10510 10734 1216 t 11926 18850 7879 t 11819 10426 11818 t 29998 29997 29903 t 23493 22354 23365 t 31234 31233 31118 t 26280 26405 26404 t 30242 30348 30347 t 10264 10263 30289 t 10320 10376 10375 t 10319 10320 10375 t 12383 12382 12293 t 10375 10376 10439 t 11555 11554 11469 t 4998 4997 4875 t 11227 11147 24929 t 13096 13020 13097 t 12774 10667 11098 t 23119 21589 23041 t 31992 26072 31948 t 11161 11084 10667 t 12774 11161 10667 t 11911 11828 11084 t 11161 11911 11084 t 4854 9270 11828 t 11911 4854 11828 t 4854 11094 11908 t 9270 4854 11908 t 8885 12515 11908 t 11094 8885 11908 t 7364 1775 8221 t 8885 7073 12515 t 10462 10532 10461 t 11698 11699 11782 t 11147 11226 11146 t 11309 11226 11227 t 22258 22750 21578 t 21268 21507 21459 t 19397 21859 19483 t 21555 21501 23497 t 16680 18751 16681 t 11069 11070 11143 t 11222 11221 11143 t 20602 20143 9817 t 20607 20701 19183 t 12069 11540 11564 t 11624 11540 3941 t 10936 10273 10864 t 11924 9303 11019 t 32367 25930 25679 t 10440 12193 12704 t 12050 12051 12136 t 12227 12307 12306 t 11632 11713 11631 t 11713 11712 11631 t 11797 11796 11712 t 11713 11797 11712 t 10697 10696 10621 t 10622 10697 10621 t 13951 22010 15111 t 22436 23739 21041 t 11288 11455 18723 t 21017 5841 20836 t 13298 7971 9052 t 20923 21017 20836 t 18805 18723 5841 t 10343 10342 10286 t 1239 14464 12672 t 12164 10984 896 t 27928 27927 27875 t 11276 11356 11275 t 18216 18215 18136 t 31623 31620 1889 t 8968 9181 308 t 11965 12048 11964 t 12048 12134 12047 t 12134 12133 12047 t 10810 11760 11759 t 12480 12479 12394 t 12134 12225 12224 t 12225 12304 12224 t 12395 12480 12394 t 12304 12395 12394 t 12303 12304 12394 t 12567 12566 12479 t 12480 12567 12479 t 12651 12650 12566 t 12567 12651 12566 t 12733 12732 12650 t 12651 12733 12650 t 12733 5100 12732 t 10108 10870 8420 t 12154 18164 11648 t 72 4036 8968 t 12396 12481 12395 t 12036 12154 11648 t 11548 11547 11462 t 12305 12396 12395 t 12114 11742 10672 t 11463 11548 11462 t 20970 5605 18164 t 1636 7633 1537 t 12303 12394 12302 t 12154 20970 18164 t 23594 27834 27833 t 18159 18155 20927 t 27566 24651 24540 t 21018 12263 12180 t 30143 30249 30142 t 10980 25016 25121 t 12263 12181 11102 t 15650 18250 18251 t 11308 11307 11225 t 11918 12439 4847 t 21243 22559 22560 t 11700 23495 11699 t 10344 10403 10402 t 13337 13446 12324 t 32161 31962 31875 t 31563 31562 31444 t 30984 31114 30983 t 31445 31563 31444 t 21733 21663 19391 t 13818 19543 19562 t 11383 11470 11382 t 19543 21318 19562 t 16681 18752 16599 t 10376 6426 10439 t 10358 10357 10301 t 2562 92 20928 t 12228 12309 12308 t 11226 11308 11225 t 8235 6405 10383 t 18846 18841 18089 t 11389 11388 11307 t 3253 7777 3623 t 12494 20925 13947 t 10426 12163 12164 t 18252 14075 1003 t 10426 10490 11818 t 21071 20463 21913 t 11581 32077 32298 t 12056 12142 12141 t 11972 11973 12055 t 12052 12053 12138 t 18443 18518 18442 t 11638 11719 11637 t 11803 11802 11718 t 10446 11407 11010 t 11407 11838 1216 t 11838 10510 1216 t 11088 11407 1216 t 20970 11265 12498 t 27395 19260 24537 t 15411 27709 6358 t 31119 31234 31118 t 26279 26280 26404 t 26405 26531 26530 t 26404 26405 26530 t 11557 11558 11642 t 10319 30190 10320 t 10633 10632 10555 t 11184 11266 7748 t 21901 22631 18871 t 10422 10421 10363 t 27925 27924 27870 t 32229 32300 32046 t 32220 32180 32136 t 30676 19152 30677 t 10932 11161 12774 t 12773 10932 12774 t 11744 11911 11161 t 10932 11744 11161 t 2951 23 11168 t 11304 11303 11221 t 11144 11222 11143 t 11977 12060 11976 t 12146 12145 12059 t 12755 19277 17804 t 11540 14847 3941 t 20796 20513 14083 t 11815 11392 13709 t 5605 20970 12498 t 10273 10440 12704 t 897 10644 15151 t 4023 5097 15246 t 11798 11882 11797 t 12051 12050 11967 t 11968 11967 11882 t 11882 11881 11796 t 12050 12136 12135 t 11797 11882 11796 t 11967 11966 11881 t 10838 10839 24701 t 10768 10839 10767 t 28714 28713 28621 t 29948 29947 29852 t 2811 9934 3417 t 4844 2811 3417 t 12133 12134 12224 t 12304 12303 12224 t 11949 5366 4889 t 4889 5366 2333 t 3496 3625 14849 t 18075 18837 18074 t 11738 278 476 t 12622 11949 4889 t 308 476 3924 t 18822 18821 18739 t 11372 11371 11290 t 11459 11458 11371 t 23518 23702 22734 t 10920 24595 24707 t 10409 10408 10350 t 11184 7651 11108 t 11880 11965 11879 t 10351 10409 10350 t 11795 11880 11794 t 12048 12047 11964 t 11965 11964 11879 t 11630 11795 11629 t 11880 11879 11794 t 11795 11794 11711 t 24589 10767 10839 t 11795 11711 11629 t 9181 476 308 t 22865 22869 22008 t 20517 20816 20815 t 31833 32102 32173 t 12304 12305 12395 t 20891 20517 20815 t 11633 11632 11547 t 12134 12135 12225 t 10719 12184 12769 t 11548 11633 11547 t 32210 32103 31985 t 12097 10719 12769 t 11265 14576 13476 t 11800 11799 11715 t 12498 11265 13476 t 32286 31937 11013 t 28387 28544 28386 t 16097 18285 18205 t 18294 18368 18367 t 16108 18212 18213 t 11222 11304 11221 t 11502 12778 8973 t 8993 9626 11584 t 9391 4854 11911 t 11744 9391 11911 t 11171 11094 4854 t 9391 11171 4854 t 11488 8885 11094 t 11171 11488 11094 t 10493 7073 8885 t 11488 10493 8885 t 11277 11276 11194 t 23342 21983 21803 t 10649 11502 10650 t 10362 10361 10305 t 10306 10362 10305 t 10302 10358 10301 t 32323 25805 23723 t 12138 12228 12308 t 16109 18213 18293 t 20928 21018 12180 t 12400 12399 12308 t 20143 20233 19869 t 6405 8235 10098 t 11308 11226 11309 t 20422 13262 19869 t 21589 21583 23041 t 23714 22146 22710 t 19183 20233 20143 t 22396 22726 22856 t 28217 28282 28281 t 10446 11010 12102 t 11803 11887 11802 t 12055 12056 12141 t 8243 8369 8788 t 8369 8362 8788 t 11719 11803 11718 t 11887 11886 11802 t 23591 27836 23592 t 23597 27830 23598 t 10484 10483 10419 t 10484 10556 10483 t 11024 11098 32034 t 21241 22328 22327 t 18827 18744 16678 t 10806 10807 12012 t 26661 26660 26530 t 383 6437 19162 t 26531 26661 26530 t 11557 11642 11556 t 11867 12447 6066 t 3674 24893 31929 t 10556 10633 10555 t 11501 11918 11835 t 32337 32219 11098 t 4400 4970 12339 t 12338 9658 7240 t 18034 15250 18112 t 26782 26781 26660 t 31211 31327 31210 t 25668 19065 25669 t 28213 28214 28278 t 31445 31444 31326 t 31466 31587 31465 t 31705 31704 31586 t 32037 32125 32081 t 31560 31561 31677 t 10495 10932 12773 t 10725 10495 12773 t 11575 11744 10932 t 10495 11575 10932 t 12167 9391 11744 t 11575 12167 11744 t 12167 11249 11171 t 9391 12167 11171 t 3058 12433 7779 t 11579 12204 10272 t 12700 10272 7779 t 11421 12700 7779 t 12235 12234 12145 t 12060 12146 12059 t 12146 12235 12145 t 12316 12315 12234 t 12406 12405 12314 t 12406 12491 12405 t 12315 12406 12314 t 12491 12490 12405 t 14576 19865 19957 t 10441 897 4978 t 10440 10442 12193 t 10255 10300 10299 t 11716 11715 11634 t 11635 11716 11634 t 11714 11798 11713 t 12050 12049 11966 t 11882 11967 11881 t 10768 10767 10696 t 10697 10768 10696 t 85 13610 11668 t 11408 32146 11327 t 10573 11935 8169 t 22739 18484 18407 t 32204 32272 32366 t 27818 27867 27817 t 10474 10544 10473 t 10474 10473 10408 t 21134 21437 22653 t 10409 10474 10408 t 10544 10543 10473 t 11372 11459 11371 t 11132 25030 11058 t 11459 11545 11458 t 11629 11711 11628 t 2298 1104 3665 t 11820 13464 17937 t 18568 23042 18488 t 18367 18368 18442 t 32141 31256 31484 t 10385 12088 11786 t 10727 11256 12452 t 20143 19869 18849 t 12088 10727 12452 t 31256 32141 31896 t 13606 13494 14076 t 13476 14576 19957 t 169 13942 19957 t 18683 20980 18435 t 20706 20801 19781 t 19865 169 19957 t 22984 22935 22265 t 27830 23597 27831 t 4036 9181 8968 t 21039 22608 22607 t 169 18209 18210 t 26822 27446 26588 t 12226 12305 12304 t 13942 169 18210 t 16283 2351 2237 t 12225 12226 12304 t 11028 11029 12184 t 12704 10385 10651 t 10719 11028 12184 t 10669 1733 11029 t 11028 10669 11029 t 10669 11742 1733 t 11843 903 10954 t 11742 934 1733 t 18293 18294 18367 t 29267 29266 29170 t 11385 11384 11303 t 10058 10378 12262 t 6778 12787 6980 t 11304 11385 11303 t 11249 11572 11488 t 12433 11421 7779 t 11171 11249 11488 t 10786 10493 11488 t 11572 10786 11488 t 10786 13106 10493 t 12012 11501 11835 t 12778 12787 8973 t 11580 4039 3058 t 10420 10419 10361 t 10362 10420 10361 t 24682 22264 17218 t 20703 20798 11538 t 16428 16346 16429 t 17818 16163 16164 t 12309 12400 12308 t 9504 9868 3551 t 9046 6405 10098 t 12485 12484 12399 t 9046 10098 12738 t 6405 12443 10383 t 12231 12312 12230 t 12739 9046 12738 t 12142 12231 12230 t 12403 12402 12311 t 12141 12142 12230 t 12312 12311 12230 t 8369 8243 10449 t 11887 11973 11972 t 8788 8362 12033 t 8362 11160 12033 t 12327 12247 17803 t 8887 12780 895 t 18209 19691 19690 t 20692 20787 20691 t 10420 10484 10419 t 10556 10555 10483 t 10649 10650 8467 t 3549 10649 8467 t 26661 26782 26660 t 11502 8973 10650 t 10532 10608 10531 t 27094 27147 17620 t 11942 2805 13301 t 9192 10007 8956 t 10731 10871 23 t 236 10788 4280 t 12339 12338 7240 t 4039 12433 3058 t 10807 11501 12012 t 9814 3923 3788 t 11082 4039 12609 t 10193 8972 10503 t 18210 18209 19690 t 1332 7237 1225 t 19691 20531 18345 t 18368 18443 18442 t 4283 1217 12699 t 28214 28279 28278 t 10558 10557 10485 t 10995 11068 10994 t 10848 10917 10847 t 10775 10848 10774 t 10917 10916 10847 t 23591 27837 27836 t 10893 10892 10821 t 28259 28258 28194 t 29964 30058 29963 t 31327 31445 31326 t 28195 28259 28194 t 31244 31243 31128 t 29214 29213 29117 t 4979 10947 31844 t 19492 31277 19493 t 32142 32365 32279 t 12407 12406 12315 t 12235 12316 12234 t 20973 20604 18766 t 17846 20973 18766 t 12145 12144 12058 t 12145 12234 12144 t 12059 12145 12058 t 12234 12233 12144 t 10356 10355 10299 t 29693 29694 29784 t 10300 10356 10299 t 10414 10413 10355 t 23653 26656 24211 t 11550 11635 11549 t 10350 10349 10292 t 11967 12050 11966 t 23189 23313 23312 t 32292 32100 32253 t 1104 2333 5722 t 12732 8420 12731 t 2298 2561 8067 t 11711 11794 11710 t 11879 11964 11878 t 3417 11935 10573 t 5122 3417 10573 t 17982 18056 18055 t 7675 11092 13489 t 19690 19691 18345 t 21953 1766 21874 t 10250 10294 10249 t 10294 10351 10293 t 10293 10292 10248 t 10351 10350 10293 t 32336 31945 32267 t 18345 20531 14985 t 12333 12907 12253 t 28463 28541 28382 t 11964 12047 11963 t 32053 32156 31908 t 18216 18296 18215 t 10651 10385 10574 t 5374 11178 11106 t 10385 11786 10574 t 11327 10497 12607 t 31816 32147 32316 t 11024 12773 12774 t 11408 11327 12607 t 26902 26901 26781 t 28384 28464 28383 t 10294 10293 10249 t 105 18541 2318 t 21079 19916 22026 t 23590 27841 27840 t 9183 4036 72 t 21193 21345 20190 t 13983 20537 12415 t 3417 9934 11935 t 11881 11966 11880 t 17836 17908 17907 t 10864 12704 10651 t 12049 12048 11965 t 11633 11714 11632 t 12193 12088 10385 t 11714 11713 11632 t 11798 11797 11713 t 1313 9504 3551 t 10588 10579 9868 t 12780 10951 895 t 17835 17836 17907 t 20954 20953 20865 t 11472 11471 11384 t 12316 12407 12315 t 27841 23590 27842 t 25671 30223 30327 t 10496 10495 10725 t 10866 10496 10725 t 10496 11574 11575 t 10495 10496 11575 t 11574 10934 12167 t 11575 11574 12167 t 17988 17987 17907 t 11333 11249 12167 t 11385 11472 11384 t 17908 17988 17907 t 10935 10504 3661 t 12493 12408 26837 t 12247 20984 17803 t 12654 12735 12653 t 12576 12661 12575 t 12656 12655 12571 t 1313 3551 12734 t 12400 12485 12399 t 12572 12656 12571 t 12572 12571 12484 t 12485 12572 12484 t 12737 12736 12655 t 12656 12737 12655 t 7439 10449 12736 t 12737 7439 12736 t 11258 11930 11590 t 7439 8369 10449 t 8870 106 7159 t 1111 8870 7159 t 10670 11825 10951 t 10195 8309 7775 t 20879 20878 20786 t 12780 10670 10951 t 11642 11641 11556 t 13724 13610 85 t 11557 11556 11471 t 11472 11557 11471 t 19782 19781 13590 t 18445 18520 18519 t 31866 32360 32222 t 28809 28900 28715 t 6066 8657 6887 t 10934 11333 12167 t 11487 11572 11249 t 11333 11487 11249 t 10785 10786 11572 t 11487 10785 11572 t 8360 13918 3923 t 14456 18914 19707 t 19175 7302 17857 t 10708 10707 10632 t 10633 10708 10632 t 23236 21266 23114 t 23526 20007 25361 t 10919 10918 10849 t 21266 21578 23114 t 10997 10996 10918 t 24483 10849 10848 t 11070 11069 10996 t 10919 10997 10918 t 11070 11144 11143 t 10997 11070 10996 t 4159 8938 4399 t 11414 11504 12327 t 12700 11579 10272 t 11941 11999 12204 t 4039 11580 12609 t 11579 11941 12204 t 10785 10498 10786 t 18148 18228 18147 t 11204 11203 11125 t 12291 12378 12377 t 12519 11597 12434 t 11945 10807 10806 t 2432 18890 14070 t 18846 19708 18841 t 18381 18380 18306 t 14073 12494 13947 t 20798 11537 11538 t 18745 18746 20953 t 20885 20513 2805 t 2805 20796 18666 t 11805 11806 11889 t 12059 12058 11975 t 11976 11975 11889 t 11890 11976 11889 t 10480 10479 10413 t 10356 10414 10355 t 12047 12133 12046 t 12303 12302 12223 t 5006 72 8747 t 72 8968 9073 t 26782 26902 26781 t 18062 18061 17987 t 21548 21495 21496 t 17988 18062 17987 t 10295 10352 10294 t 18142 18141 18061 t 8420 571 12731 t 4844 3417 5122 t 12364 4844 5122 t 12650 12649 12565 t 11879 11878 11793 t 18055 18056 18136 t 12566 12650 12565 t 12088 12452 11786 t 18670 18671 18752 t 18062 18142 18061 t 18222 18221 18141 t 18142 18222 18141 t 18302 18301 18221 t 11280 11279 11197 t 18296 18295 18215 t 19018 19099 10722 t 27028 27027 26901 t 24547 18415 24436 t 12340 12767 11493 t 1012 3562 181 t 20306 20402 20305 t 12472 12471 12386 t 12387 12472 12386 t 18222 18302 18221 t 18250 15650 17688 t 13129 15650 18251 t 30121 29321 13958 t 15247 4972 14712 t 18376 18375 18301 t 18302 18376 18301 t 18451 18450 18375 t 11292 11291 11209 t 26528 26527 26401 t 25532 25531 25421 t 11210 11292 11209 t 29853 29948 29852 t 9934 8955 22025 t 11966 12049 11965 t 18376 18451 18375 t 12049 12135 12048 t 12135 12134 12048 t 11294 11293 11211 t 12135 12226 12225 t 9504 10588 9868 t 12397 12396 12305 t 12786 31861 32089 t 11297 11378 11296 t 11537 18765 18684 t 17201 20061 6371 t 12492 12491 12406 t 11976 12059 11975 t 22249 27844 27843 t 12407 12492 12406 t 30431 8352 29739 t 19696 19693 18838 t 24257 24258 24369 t 28405 28479 28478 t 17055 16492 17010 t 30155 30154 30057 t 28155 28154 28097 t 19675 2841 19676 t 18526 18525 18450 t 11783 14709 13440 t 18204 18285 18284 t 26959 12492 12493 t 10504 7954 3661 t 11898 11987 3496 t 12263 10935 12181 t 20990 15239 18332 t 12735 1313 12734 t 12570 12654 12569 t 20839 30021 30114 t 30475 30474 30354 t 9593 6681 6237 t 17625 30661 31257 t 12195 10593 9955 t 30479 30600 30251 t 18451 18526 18450 t 377 9599 9992 t 10840 10839 10768 t 18605 18604 18525 t 20990 18332 18405 t 11711 11710 11628 t 1533 308 1346 t 27846 19143 27797 t 22385 18570 20000 t 13277 13724 85 t 3306 11898 3496 t 14321 20605 20511 t 18526 18605 18525 t 12410 14198 14841 t 29721 29814 29720 t 6425 7773 9627 t 29708 29801 29707 t 29761 29762 29850 t 24923 31930 31967 t 12191 10496 10866 t 13440 14710 13550 t 13369 13592 19627 t 19685 13369 19627 t 20796 13475 18666 t 11984 20887 20604 t 11722 11721 11640 t 11641 11722 11640 t 20816 19603 20815 t 18605 18677 18676 t 19603 19602 20815 t 18604 18605 18676 t 20244 3432 12153 t 18677 18758 18757 t 31967 32197 31815 t 11641 11642 11722 t 11723 11807 11722 t 11807 11806 11722 t 12060 12059 11976 t 11891 11890 11806 t 11807 11891 11806 t 11977 11976 11890 t 20063 19973 13590 t 11891 11977 11890 t 14710 15108 13550 t 12191 11574 10496 t 10934 12283 11333 t 25210 25326 25325 t 13713 13440 13826 t 13372 13480 13826 t 13440 13550 13826 t 20513 20602 14083 t 3941 14847 11414 t 14847 11504 11414 t 19882 19018 10722 t 11384 11383 11302 t 11384 11471 11383 t 11303 11384 11302 t 11471 11470 11383 t 10627 10626 10549 t 10480 10550 10479 t 10913 10990 10912 t 12479 12566 12478 t 11063 11062 10989 t 12566 12565 12478 t 12734 12733 12652 t 12569 12653 12568 t 10295 10294 10250 t 10251 10295 10250 t 10292 10291 10247 t 10108 10521 10870 t 5100 10108 8420 t 12394 12479 12393 t 11460 11545 11459 t 11794 11879 11793 t 14213 4302 10059 t 12199 9987 32287 t 11964 11963 11878 t 11360 11447 11446 t 12767 7778 11493 t 18110 18190 17915 t 18676 18677 18757 t 18137 18216 18136 t 20043 17958 17959 t 11431 11432 8028 t 8630 1646 5002 t 32052 12426 12199 t 15304 1966 4882 t 11195 11194 11118 t 10608 10685 10607 t 12125 23293 12039 t 10608 10607 10531 t 10490 12164 10427 t 10968 11044 10967 t 20517 20891 18437 t 26165 26166 26294 t 26902 27028 26901 t 18438 20517 18437 t 20615 19796 20613 t 28989 28988 28899 t 11373 11372 11291 t 12673 12503 18163 t 19757 19758 19841 t 11292 11373 11291 t 13591 17390 18508 t 11080 12349 4844 t 18455 18530 18454 t 23382 21136 21125 t 10475 10474 10409 t 10410 10475 10409 t 12137 12306 12305 t 12226 12137 12305 t 11465 11464 11377 t 11378 11465 11377 t 14971 12323 14844 t 10914 10913 10843 t 10918 10996 10917 t 11069 11068 10995 t 12492 12578 12491 t 14455 20888 16568 t 11897 19288 19278 t 12283 11659 11487 t 11333 12283 11487 t 10859 10785 11487 t 11659 10859 11487 t 10429 10498 10785 t 10859 10429 10785 t 7777 1239 3623 t 12323 13277 15251 t 18134 18135 18213 t 11167 1550 10935 t 11806 11805 11721 t 8362 9202 11160 t 20113 20204 20203 t 12735 12734 12653 t 12483 12570 12482 t 3129 11560 4785 t 20701 19176 19183 t 18681 18682 18762 t 11938 12673 15187 t 20417 11622 20422 t 12486 12573 12485 t 12573 12572 12485 t 18066 18065 17991 t 11546 11545 11460 t 19602 19603 20155 t 10639 11205 22330 t 11080 11087 10593 t 6425 8732 7658 t 31998 32054 32038 t 9053 237 7756 t 2708 12272 10448 t 3492 3496 13610 t 10606 10683 10605 t 11898 1550 11167 t 11987 11898 11167 t 18370 18445 18369 t 11984 20798 20887 t 10408 10473 10407 t 11910 7197 8846 t 12290 12289 14274 t 11014 9940 13027 t 10347 11945 10806 t 12465 12464 12377 t 15691 17995 17994 t 10908 12165 10642 t 18541 19097 17840 t 14198 14581 14841 t 14841 14581 3675 t 11641 11640 11555 t 11556 11641 11555 t 20399 20495 20494 t 20304 20399 20398 t 26402 26528 26401 t 151 17598 16198 t 17300 18010 19794 t 20511 20605 18514 t 14581 1737 3675 t 20969 17857 20699 t 18135 18214 18213 t 19176 20417 20233 t 3129 18133 11560 t 12577 12576 12490 t 12577 12578 27088 t 20973 11984 20604 t 140 17846 12952 t 18837 19685 18836 t 20798 20703 20887 t 11643 21862 22982 t 19822 23511 10714 t 7394 12968 12928 t 11573 18747 2950 t 10284 10283 28675 t 22361 22275 21640 t 20459 19229 23493 t 22287 13597 17779 t 10640 10714 19740 t 18682 18763 18762 t 4421 525 13391 t 23590 23619 27842 t 10306 27895 27894 t 11303 11302 11220 t 11221 11303 11220 t 10702 10701 10626 t 10550 10627 10549 t 11379 11378 11297 t 11298 11379 11297 t 10913 10912 10842 t 10843 10913 10842 t 3551 1964 12733 t 12653 12734 12652 t 11642 11643 11723 t 10352 10351 10294 t 10248 10292 10247 t 12213 12294 12212 t 10521 11080 10870 t 8420 10870 571 t 11630 11629 11545 t 12133 12132 12046 t 12034 4302 14213 t 12047 12046 11963 t 10159 10488 10491 t 10349 10348 10291 t 12115 5359 12095 t 10292 10349 10291 t 25007 32086 31941 t 12620 31951 24703 t 8543 10425 7940 t 11432 11433 8029 t 7843 11346 11431 t 10639 22330 22792 t 5720 1742 6425 t 11612 11692 11611 t 22647 10881 10810 t 12715 12115 9047 t 9150 9149 9043 t 19530 19272 19444 t 12539 9148 12540 t 15689 17992 17911 t 12194 9709 7097 t 10898 10971 10897 t 20520 19530 20424 t 26677 26798 26797 t 24332 24333 24445 t 17126 24213 27772 t 28464 28463 28383 t 20911 20633 1974 t 17937 12034 14213 t 11460 11459 11372 t 11373 11460 11372 t 10521 12349 11080 t 11830 11235 11327 t 11178 1733 11106 t 10545 10544 10474 t 10475 10545 10474 t 12049 12050 12135 t 12136 12137 12226 t 11550 11549 11464 t 11465 11550 11464 t 10844 10843 10771 t 10772 10844 10771 t 10996 11069 10995 t 11069 11143 11142 t 11496 12613 11838 t 11407 11496 11838 t 23090 12150 22538 t 23356 22153 21326 t 27842 22249 27843 t 32363 32304 32013 t 2202 789 12006 t 31587 31586 31465 t 10654 12191 10866 t 11662 11574 12191 t 11722 11806 11721 t 15241 12353 11622 t 31559 31558 31439 t 9073 8968 1533 t 12654 12653 12569 t 18599 18600 18670 t 11212 11294 11211 t 12650 12732 12649 t 11374 11373 11292 t 12224 12303 12223 t 11966 11965 11880 t 8561 8165 1029 t 11796 11881 11795 t 23591 27838 27837 t 10776 24485 24484 t 3059 11822 6687 t 9925 7245 11840 t 9720 7197 7543 t 10502 10578 11840 t 7245 10502 11840 t 21622 21571 12272 t 10502 10882 10578 t 13724 3306 3492 t 10668 8268 7597 t 3306 3496 3492 t 13724 3492 13610 t 11356 11443 11355 t 13816 13703 13704 t 12276 7197 10942 t 6527 6526 6426 t 12784 10934 11574 t 11662 12784 11574 t 11507 10800 10585 t 18232 18233 18312 t 18152 18153 18232 t 10918 10917 10848 t 10849 10918 10848 t 10844 10914 10843 t 10414 10480 10413 t 10717 10672 11826 t 12991 6587 13255 t 11825 10717 11826 t 10424 12425 12410 t 10717 12703 10672 t 12822 13391 10332 t 19112 16621 15792 t 9146 9253 9252 t 12491 12577 12490 t 30977 31107 30976 t 12315 12314 12233 t 12234 12315 12233 t 20866 20954 20865 t 11556 11555 11470 t 22965 10837 22354 t 11900 11989 12004 t 10934 12784 12283 t 11507 10585 12208 t 12283 11741 11659 t 10930 10859 11659 t 11741 10930 11659 t 6244 11492 32212 t 4853 10435 12682 t 30854 30853 30730 t 10435 12208 12682 t 30045 29949 30142 t 17374 15562 15485 t 10361 10419 10360 t 10555 10554 10482 t 10483 10482 10418 t 10419 10483 10418 t 28320 28384 28319 t 11466 11465 11378 t 12425 14198 12410 t 10990 10989 10912 t 9252 9145 9146 t 4980 12598 10450 t 6235 10312 6236 t 27157 27156 27027 t 17116 26566 26707 t 8786 12286 7209 t 6523 10436 10437 t 571 10870 12111 t 9627 9466 5720 t 17016 18460 7267 t 10450 12598 9305 t 11431 7935 7843 t 11723 11643 11724 t 32318 32065 32320 t 3906 3784 9548 t 3784 3906 3905 t 8875 5720 9466 t 3922 8875 9466 t 1741 1742 5720 t 8875 1741 5720 t 11255 8732 1742 t 1741 11255 1742 t 11183 10956 8732 t 11255 11183 8732 t 922 237 10956 t 11183 922 10956 t 32017 31949 32075 t 922 3059 237 t 7259 10958 7360 t 7458 7359 7360 t 237 9053 10956 t 5262 3532 9842 t 29171 29170 29074 t 7477 8547 55 t 15250 15117 18112 t 7237 1332 7339 t 10641 19265 5602 t 12349 2811 4844 t 9577 12705 9578 t 32120 32076 31841 t 10657 10503 9294 t 10622 10621 10544 t 11235 10497 11327 t 12135 12136 12226 t 10545 10622 10544 t 11635 11634 11549 t 27028 27157 27027 t 10627 10702 10626 t 10772 10771 10701 t 11068 11069 11142 t 11221 11220 11142 t 28582 28662 28581 t 10328 10446 12103 t 29268 29368 29267 t 10570 10429 10859 t 10930 10570 10859 t 8528 11014 10429 t 10570 8528 10429 t 12378 12465 12377 t 12956 9940 11020 t 10869 11945 10347 t 12551 12550 12464 t 10862 10568 10645 t 27838 23591 23622 t 13348 19099 19018 t 18133 18127 11560 t 308 3924 1346 t 11806 11890 11889 t 12640 12723 12722 t 24259 10543 10544 t 8644 9632 6453 t 27280 27279 27156 t 12458 12544 12543 t 23615 27894 27845 t 27157 27280 27156 t 2218 6880 1631 t 9578 9692 9691 t 52 9925 10503 t 10657 52 10503 t 11946 7245 9925 t 52 11946 9925 t 12009 10502 7245 t 11946 12009 7245 t 10937 10882 10502 t 12009 10937 10502 t 27404 27403 27279 t 32357 10725 32034 t 12276 7597 7543 t 8731 7304 11822 t 17839 18292 18286 t 20259 26894 26773 t 77 129 10647 t 12540 9149 12541 t 27460 32140 31854 t 6163 27319 25813 t 27894 23615 10306 t 3801 2456 4418 t 20692 20691 20596 t 4978 9488 10510 t 24101 21917 24207 t 10632 10707 10631 t 21685 21760 23359 t 10914 10991 10913 t 10991 10990 10913 t 11297 11296 11214 t 11215 11297 11214 t 11102 12181 17805 t 14318 14317 10182 t 14317 7675 10182 t 20297 20391 20390 t 12307 12398 12306 t 12570 12569 12482 t 12262 12755 7954 t 14083 20602 9817 t 18765 20519 20520 t 11538 11537 18684 t 25473 26699 25587 t 11508 10441 11593 t 11471 11556 11470 t 10442 4513 12193 t 20966 20965 20878 t 10707 10706 10631 t 10435 11507 12208 t 20787 20879 20786 t 23590 23622 23621 t 18213 18214 18293 t 30645 16943 2361 t 29196 29197 29288 t 28046 28047 28097 t 28751 28750 28661 t 12019 14328 14583 t 20879 20966 20878 t 20040 20132 20039 t 8561 3419 7380 t 11681 2569 9310 t 12018 11681 9310 t 11545 11629 11544 t 10419 10418 10360 t 12176 10671 32366 t 14317 14195 7675 t 32128 32287 12269 t 12556 12640 12555 t 9252 12624 9357 t 9251 9252 9357 t 32314 32021 32035 t 12706 9465 9357 t 9812 9692 6694 t 2338 12182 9692 t 7928 2216 2215 t 12345 9924 6694 t 12182 12345 6694 t 9090 10036 9924 t 12345 9090 9924 t 9090 821 10036 t 8539 3922 821 t 4161 8875 3922 t 8539 4161 3922 t 1740 1741 8875 t 4161 1740 8875 t 3559 11255 1741 t 1740 3559 1741 t 11947 11183 11255 t 3559 11947 11255 t 238 922 11183 t 11947 238 11183 t 12698 3059 922 t 238 12698 922 t 707 11822 3059 t 12698 707 3059 t 8058 8731 11822 t 707 8058 11822 t 5484 5955 8731 t 8058 5484 8731 t 1628 5484 4140 t 5484 1628 5955 t 10870 12116 12111 t 12376 12463 12462 t 27280 27404 27279 t 77 704 7480 t 10891 10892 10965 t 6794 12080 12423 t 3897 8730 104 t 7939 7953 7731 t 27842 23619 22249 t 8036 12445 8152 t 11866 12357 8553 t 26570 31969 31955 t 11143 11221 11142 t 10702 10772 10701 t 12104 10328 12103 t 10305 10361 10304 t 29473 29472 29367 t 11496 11407 10446 t 7276 9710 10572 t 18214 18294 18293 t 31229 31461 31345 t 2815 11401 11662 t 12191 2815 11662 t 11401 12093 12784 t 11662 11401 12784 t 12093 12282 12283 t 2457 12019 4050 t 18054 18135 18134 t 8968 308 1533 t 10996 10995 10917 t 20408 20504 20407 t 2799 2538 11409 t 10249 10293 10248 t 10818 10819 10889 t 32211 32111 32224 t 31873 32299 32080 t 32185 32274 32008 t 31934 32082 32299 t 10940 10657 10954 t 903 10940 10954 t 7864 52 10657 t 10940 7864 10657 t 6699 11946 52 t 7864 6699 52 t 12771 12009 11946 t 6699 12771 11946 t 12108 10937 12009 t 12771 12108 12009 t 12108 12347 10738 t 10937 12108 10738 t 12003 7163 12611 t 3658 5018 3560 t 10704 10703 10627 t 12178 12694 12261 t 32204 10671 32175 t 12784 12093 12283 t 12282 11740 11741 t 2457 4050 7206 t 12283 12282 11741 t 11593 4978 10510 t 11907 2815 32121 t 10361 10360 10304 t 13337 2202 13446 t 11064 11063 10990 t 19442 19233 23424 t 10771 10843 10770 t 10991 11064 10990 t 12306 12397 12305 t 11378 11377 11296 t 10769 10840 10768 t 12482 12481 12396 t 10840 10910 10839 t 10910 10909 10839 t 12483 12482 12397 t 12398 12483 12397 t 12137 12227 12306 t 12398 12397 12306 t 11968 12051 11967 t 12051 12137 12136 t 11063 11137 11062 t 11137 11215 11136 t 10550 10549 10479 t 11064 11138 11063 t 10483 10555 10482 t 10632 10631 10554 t 12532 11478 17389 t 11543 22929 11457 t 225 18764 13707 t 8970 7206 13707 t 11740 11009 10930 t 11741 11740 10930 t 10648 10570 10930 t 11009 10648 10930 t 18764 225 20960 t 16182 16108 16183 t 18764 13706 13707 t 4037 10572 8943 t 9825 7375 7471 t 3430 4845 12757 t 4165 2184 18087 t 19432 19433 6371 t 19175 17857 20969 t 10154 10036 821 t 12797 9467 8677 t 9252 9253 12624 t 6419 10370 6325 t 12625 12707 12706 t 12624 12625 12706 t 12706 12707 12788 t 12112 2338 12788 t 12112 12182 2338 t 12287 12345 12182 t 12112 12287 12182 t 12287 9090 12345 t 5251 821 9090 t 6981 8539 821 t 5251 6981 821 t 10095 4161 8539 t 6981 10095 8539 t 3797 1740 4161 t 10095 3797 4161 t 3797 3559 1740 t 11862 11947 3559 t 3797 11862 3559 t 154 238 11947 t 11862 154 11947 t 8739 12698 238 t 154 8739 238 t 12455 707 12698 t 8739 12455 12698 t 7962 8058 707 t 12455 7962 707 t 7962 5484 8058 t 32242 32099 32057 t 11342 11848 11019 t 10870 10593 12116 t 10593 11087 9955 t 10193 6888 6352 t 10602 10680 10679 t 32290 32028 31981 t 10526 10602 10601 t 86 12438 12022 t 373 1451 12445 t 7475 6883 12702 t 10528 10604 10527 t 11080 10593 10870 t 14781 12459 12458 t 27838 23622 23590 t 8953 8954 10200 t 10328 11496 10446 t 10707 10777 10706 t 27529 27528 27403 t 10126 20606 811 t 1648 8528 10570 t 10648 1648 10570 t 11091 11020 1648 t 1648 11020 8528 t 12465 12551 12464 t 12551 12634 12633 t 4382 19889 19517 t 11593 10510 11838 t 12613 11593 11838 t 12479 12478 12393 t 27798 10837 27799 t 13610 14849 11668 t 10964 10891 11039 t 10809 11843 10944 t 12873 12872 22989 t 8746 903 11843 t 10809 8746 11843 t 10868 10940 903 t 8746 10868 903 t 11842 7864 10940 t 10868 11842 10940 t 1624 6699 7864 t 11842 1624 7864 t 2557 12771 6699 t 1624 2557 6699 t 2557 10656 12108 t 12771 2557 12108 t 10656 10957 12347 t 12108 10656 12347 t 31999 31965 32312 t 31995 31844 32027 t 29486 29588 29485 t 12017 12102 11909 t 18166 18162 11985 t 11370 22929 22666 t 17059 16922 16502 t 8854 12342 4397 t 26438 26315 31830 t 21736 22409 22313 t 13463 11483 11397 t 15773 15859 15858 t 12057 12058 12143 t 897 15151 10240 t 20678 20679 20773 t 11555 11640 11554 t 11379 11466 11378 t 11138 11137 11063 t 10626 10701 10625 t 10771 10770 10700 t 12734 3551 12733 t 12397 12482 12396 t 27396 27021 13503 t 31455 31454 31339 t 11375 11374 11293 t 11294 11375 11293 t 11375 11462 11374 t 11462 11461 11374 t 11462 11547 11461 t 11547 11546 11461 t 12569 12568 12481 t 12482 12569 12481 t 10990 11063 10989 t 11215 11214 11136 t 11216 11215 11137 t 11138 11216 11137 t 10555 10632 10554 t 11298 11297 11215 t 22965 27799 10837 t 20796 14083 19521 t 13706 8970 13707 t 4976 11681 12018 t 12732 12731 12649 t 16738 16119 35 t 10709 24264 24376 t 10337 10338 10395 t 12030 4382 19517 t 16776 16775 18925 t 11975 12058 11974 t 12058 12144 12143 t 11805 11804 11720 t 11640 11721 11639 t 11504 12247 12327 t 18989 12528 13834 t 11627 21109 11543 t 31830 27073 26438 t 10692 10761 10691 t 9253 12625 12624 t 12625 12626 12707 t 12707 12789 12788 t 2336 12112 12788 t 12789 2336 12788 t 2336 12024 12112 t 12169 12287 12112 t 12024 12169 12112 t 12359 9090 12287 t 12169 12359 12287 t 12359 5251 9090 t 7084 6981 5251 t 7107 10095 6981 t 7084 7107 6981 t 3916 3797 10095 t 7107 3916 10095 t 5008 11862 3797 t 3916 5008 3797 t 250 154 11862 t 5008 250 11862 t 12026 8739 154 t 250 12026 154 t 11588 12455 8739 t 12026 11588 8739 t 4166 7962 12455 t 11588 4166 12455 t 131 5484 7962 t 4166 131 7962 t 14571 14695 14570 t 25313 32104 31879 t 5484 131 4140 t 5095 8655 11332 t 8655 8437 11332 t 10601 10602 10679 t 5014 9759 11099 t 10892 10966 10965 t 11096 11172 12438 t 86 11096 12438 t 9293 10861 1451 t 11510 5258 12188 t 32198 31999 32063 t 27404 27529 27403 t 12470 12557 12469 t 5018 3658 14550 t 6846 6845 6745 t 11458 11544 11457 t 11889 11975 11888 t 20927 18155 3129 t 14455 11678 2816 t 11745 20061 18207 t 30275 30274 30173 t 29735 29734 29640 t 28465 28542 28464 t 11907 11490 11401 t 10654 32121 12191 t 11490 11329 12093 t 20686 20781 20780 t 11401 11490 12093 t 3206 14782 11289 t 20590 20591 20685 t 23466 21803 23465 t 11496 11580 12613 t 8166 9728 12264 t 9627 5720 6425 t 10537 10536 10466 t 10740 10809 11095 t 12273 8746 10809 t 10740 12273 10809 t 12606 10868 8746 t 12273 12606 8746 t 12779 11842 10868 t 12606 12779 10868 t 10170 1624 11842 t 12779 10170 11842 t 2435 2557 1624 t 10170 2435 1624 t 2435 7145 10656 t 2557 2435 10656 t 7145 12346 10957 t 10656 7145 10957 t 10876 10804 10957 t 12346 10876 10957 t 12462 12548 12547 t 12796 12795 12713 t 11627 11710 11709 t 11757 11660 9715 t 11544 11628 11543 t 18134 15937 18054 t 11329 12267 12282 t 12093 11329 12282 t 12267 11996 11740 t 18928 19791 19789 t 18927 18928 19789 t 10822 10893 10821 t 12058 12057 11974 t 7258 7259 7360 t 11889 11888 11804 t 11466 11551 11465 t 11551 11550 11465 t 10843 10842 10770 t 10701 10771 10700 t 3551 9868 1964 t 9868 8652 1964 t 7458 7360 10958 t 30099 30200 30199 t 8846 9709 11910 t 11293 11292 11210 t 11211 11293 11210 t 10410 10409 10351 t 10352 10410 10351 t 22843 10560 27791 t 12653 12652 12568 t 6778 9710 7276 t 11137 11136 11062 t 10549 10626 10548 t 10701 10700 10625 t 11216 11298 11215 t 11636 11635 11550 t 11508 11593 12613 t 19100 19272 19530 t 32130 12010 10592 t 11470 11555 11469 t 12121 13898 18991 t 18166 18928 18162 t 12282 12267 11740 t 11996 11008 11009 t 11740 11996 11009 t 10718 10648 11009 t 20133 20222 20221 t 19791 13898 12121 t 13898 18992 18991 t 20597 20596 20503 t 7731 8954 8953 t 20321 20615 20613 t 12233 12314 12232 t 6325 6326 6421 t 27653 27652 27528 t 12627 12626 12539 t 12540 12627 12539 t 12627 12708 12707 t 12626 12627 12707 t 12708 12790 12789 t 12707 12708 12789 t 2454 2336 12789 t 12790 2454 12789 t 245 12024 2336 t 2454 245 2336 t 12110 12169 12024 t 245 12110 12024 t 12354 12359 12169 t 12110 12354 12169 t 12354 11239 12359 t 5363 5251 12359 t 11239 5363 12359 t 8642 7084 5251 t 5363 8642 5251 t 6570 7107 7084 t 8642 6570 7084 t 2688 3916 7107 t 6570 2688 7107 t 2688 11863 3916 t 578 250 5008 t 3916 578 5008 t 578 12026 250 t 10 11588 12026 t 7872 4166 11588 t 10 7872 11588 t 6089 131 4166 t 7872 6089 4166 t 9872 12529 7100 t 5503 10226 8221 t 2088 1841 12254 t 8655 12021 9071 t 11611 11610 11524 t 7100 8036 2820 t 10679 10680 10749 t 10749 10819 10818 t 5122 10573 132 t 12715 5098 12714 t 11936 5095 11172 t 11096 11936 11172 t 9293 11510 10861 t 5258 2955 12188 t 27529 27653 27528 t 27779 27778 27652 t 4414 1897 4595 t 10571 7276 10572 t 11708 22565 11709 t 18924 19784 19783 t 11291 11372 11290 t 15690 15691 17994 t 29074 29169 29073 t 11008 10718 11009 t 20504 20503 20407 t 8666 1648 10648 t 10718 8666 10648 t 12893 11091 11518 t 8666 11091 1648 t 12634 12718 12717 t 9842 14 1027 t 909 14455 2816 t 20132 20133 20221 t 9815 9202 8362 t 8413 12597 20962 t 31484 29430 31726 t 11628 11710 11627 t 12598 4980 11936 t 10741 10740 11095 t 32329 32317 32108 t 8837 12273 10740 t 10741 8837 10740 t 12688 12606 12273 t 8837 12688 12273 t 11506 12779 12606 t 12688 11506 12606 t 368 10170 12779 t 11506 368 12779 t 11017 2435 10170 t 368 11017 10170 t 11017 10431 7145 t 2435 11017 7145 t 7145 10431 12346 t 10950 10876 12346 t 27653 27779 27652 t 27975 28027 28026 t 9715 8993 3312 t 11126 11125 11049 t 12357 2560 8553 t 11793 11792 11709 t 25418 25528 26052 t 12550 12551 12633 t 20315 20314 20221 t 20222 20315 20221 t 20411 20410 20314 t 10704 10629 10705 t 11710 11793 11709 t 11095 13733 12838 t 12510 8868 8767 t 10743 10812 7158 t 9294 10503 8972 t 4050 9735 1222 t 10628 10629 10627 t 10643 11233 12765 t 6953 10673 7057 t 6855 29735 29641 t 21948 12446 11950 t 29735 6855 6854 t 31912 32183 32095 t 31987 32088 20421 t 12543 12542 12458 t 31384 32294 30011 t 7935 11431 8027 t 11346 11432 11431 t 8775 8530 12782 t 28356 22691 21061 t 11551 11636 11550 t 11545 11544 11458 t 14333 13725 13277 t 11717 11716 11635 t 30247 30246 30140 t 11142 11220 11141 t 19789 19791 12121 t 11721 11720 11639 t 8655 4980 12021 t 20315 20411 20314 t 6231 31012 6232 t 30592 30591 30471 t 29173 29172 29075 t 29076 29173 29075 t 20507 20506 20410 t 20411 20507 20410 t 12292 12209 12380 t 7173 7174 10088 t 12427 12426 12340 t 11878 11877 11792 t 8751 2197 12342 t 12628 12627 12540 t 12541 12628 12540 t 12628 12709 12708 t 12627 12628 12708 t 12709 12791 12790 t 12708 12709 12790 t 9086 2454 12790 t 12791 9086 12790 t 10270 245 2454 t 9086 10270 2454 t 12106 12110 245 t 10270 12106 245 t 12366 12354 12110 t 12106 12366 12110 t 816 11239 12354 t 12366 816 12354 t 1647 5363 11239 t 816 1647 11239 t 7183 8642 5363 t 1647 7183 5363 t 7183 6570 8642 t 2689 2688 6570 t 2689 11863 2688 t 192 578 3916 t 11863 192 3916 t 12027 12026 578 t 192 12027 578 t 6220 10 12026 t 12027 6220 12026 t 5128 7872 10 t 6220 5128 10 t 5364 6089 7872 t 5128 5364 7872 t 9872 7100 2819 t 5364 3180 251 t 8437 8655 9071 t 12265 10736 9071 t 11439 11525 11524 t 11438 11439 11524 t 8152 10162 2201 t 2317 8152 2201 t 10861 10788 236 t 12445 12444 10162 t 4980 8655 5095 t 11936 4980 5095 t 373 9293 1451 t 11510 12188 10861 t 15567 16673 27778 t 10392 10457 10456 t 12643 12726 12725 t 3671 12102 12017 t 27779 15567 27778 t 9073 1533 5133 t 4397 12363 8853 t 32200 31970 32129 t 18518 18598 18597 t 32202 31991 31980 t 10651 10574 11493 t 30618 30740 30617 t 28385 28320 28256 t 10567 11490 11907 t 2932 10567 11907 t 11490 10567 11329 t 13183 14578 19255 t 25698 27594 24570 t 13805 160 11870 t 15943 16283 2237 t 8228 11605 11686 t 12233 12232 12143 t 11680 12598 11936 t 11614 11615 11694 t 23741 24676 24132 t 32139 32362 32262 t 12285 8837 10741 t 11602 12285 10741 t 10728 12688 8837 t 12285 10728 8837 t 11591 11506 12688 t 10728 11591 12688 t 2686 368 11506 t 11591 2686 11506 t 11089 11017 368 t 2686 11089 368 t 11089 8742 10431 t 11017 11089 10431 t 8742 12101 12346 t 10431 8742 12346 t 21571 21516 21517 t 4025 9780 3905 t 11567 11021 9072 t 9780 4025 9891 t 2821 7563 2694 t 11615 11695 11694 t 11793 11878 11792 t 11963 11962 11877 t 11329 12201 12267 t 12201 12079 11996 t 12267 12201 11996 t 6268 6084 25469 t 10370 188 10313 t 10596 10674 10673 t 32294 31384 32214 t 10674 10744 10743 t 10673 10674 10743 t 10744 10813 10812 t 10743 10744 10812 t 10812 10813 7259 t 7259 10884 10958 t 10884 10959 10958 t 12629 12541 9254 t 10959 11034 11033 t 10958 10959 11033 t 11034 11109 11108 t 11033 11034 11108 t 11109 11185 11184 t 11108 11109 11184 t 11185 11267 11266 t 11184 11185 11266 t 11267 11347 11346 t 11266 11267 11346 t 11347 11433 11432 t 11346 11347 11432 t 188 6324 6236 t 11878 11963 11877 t 12046 12045 11962 t 11963 12046 11962 t 20403 20402 20306 t 10425 9943 7940 t 10511 4283 12699 t 12132 12131 12045 t 11640 11639 11554 t 10485 10484 10420 t 27796 27795 21334 t 12079 11081 11008 t 11996 12079 11008 t 10789 10718 11008 t 11081 10789 11008 t 26703 24570 6084 t 11681 4976 32130 t 10421 10420 10362 t 7693 1511 7596 t 32340 31872 31956 t 10529 10528 10458 t 8767 7086 6980 t 12629 12628 12541 t 32317 32014 32068 t 12629 12710 12709 t 12628 12629 12709 t 12792 12791 12709 t 12710 12792 12709 t 12792 93 9086 t 12791 12792 9086 t 12113 10270 9086 t 93 12113 9086 t 12090 12106 10270 t 12113 12090 10270 t 2220 12366 12106 t 12090 2220 12106 t 10107 816 12366 t 2220 10107 12366 t 10107 1647 816 t 12692 7183 1647 t 7369 6570 7183 t 12692 7369 7183 t 7369 2689 6570 t 11018 11863 2689 t 284 192 11863 t 11018 284 11863 t 8863 12027 192 t 284 8863 192 t 8863 6220 12027 t 15337 4470 251 t 12021 12265 9071 t 5150 12703 10520 t 11352 11439 11438 t 11351 11352 11438 t 8152 12445 10162 t 1451 236 12444 t 10602 10603 10680 t 4980 10450 12021 t 12265 12264 9728 t 8036 8152 2317 t 10391 10392 10456 t 10528 10527 10456 t 9759 6179 11743 t 2317 2201 2088 t 11894 21458 21457 t 107 9073 5133 t 11690 11691 11774 t 11099 9759 11175 t 15735 31031 16091 t 6179 2317 2088 t 22943 15238 23064 t 12272 21678 21622 t 11661 8666 10718 t 10789 11661 10718 t 12893 11518 11516 t 11661 11518 8666 t 12633 12634 12717 t 30594 30593 30473 t 19739 21826 19823 t 12046 12132 12045 t 10363 10362 10306 t 6696 8747 107 t 1966 15304 3181 t 32224 32217 32019 t 11250 13351 10447 t 11603 11602 11250 t 11334 11603 11250 t 12525 12285 11602 t 11603 12525 11602 t 10798 10728 12285 t 12525 10798 12285 t 11418 11591 10728 t 10798 11418 10728 t 11418 2686 11591 t 11846 11089 2686 t 11846 10724 8742 t 11089 11846 8742 t 10724 12100 12101 t 8742 10724 12101 t 11101 4664 14223 t 11426 12100 10724 t 9072 8938 4159 t 12463 12549 12548 t 12223 12222 12131 t 9658 2459 1134 t 19683 19682 16673 t 9470 9517 7204 t 2334 7285 5258 t 27083 26452 21597 t 10522 10597 10596 t 12132 12223 12131 t 10597 10675 10674 t 10596 10597 10674 t 10675 10745 10744 t 10674 10675 10744 t 10745 10814 10813 t 10744 10745 10813 t 10814 10885 10884 t 10813 10814 10884 t 10885 10960 10959 t 10884 10885 10959 t 10960 11035 11034 t 10959 10960 11034 t 11035 11110 11109 t 11034 11035 11109 t 11110 11186 11185 t 11109 11110 11185 t 11186 11268 11267 t 11185 11186 11267 t 11268 11348 11347 t 11267 11268 11347 t 11348 11434 11433 t 11347 11348 11433 t 11434 11521 11520 t 11433 11434 11520 t 11606 11605 11520 t 11521 11606 11520 t 24676 23741 17123 t 11606 11686 11605 t 28428 28427 23847 t 32087 32294 32058 t 10421 10485 10420 t 10284 10285 10341 t 7304 8731 5955 t 12270 2570 5262 t 18123 18124 18203 t 10536 10535 10465 t 6778 7276 12787 t 10634 10633 10556 t 10557 10556 10484 t 18600 18671 18670 t 9151 14781 12458 t 10371 6422 6326 t 6405 9046 7688 t 7688 22889 6405 t 12711 12710 12629 t 12630 12711 12629 t 12793 12792 12710 t 12711 12793 12710 t 12793 3779 93 t 12792 12793 93 t 8161 12113 93 t 3779 8161 93 t 12015 12090 12113 t 8161 12015 12113 t 2681 2220 12090 t 12015 2681 12090 t 2681 10107 2220 t 2681 1647 10107 t 4158 2689 7369 t 12109 11018 2689 t 4158 12109 2689 t 12109 284 11018 t 8969 8863 284 t 584 6220 8863 t 8969 584 8863 t 9880 5128 6220 t 584 9880 6220 t 1551 5364 5128 t 9880 1551 5128 t 11675 13799 9303 t 1551 3180 5364 t 12265 9875 10736 t 11272 11352 11351 t 12445 1451 12444 t 1451 10861 236 t 10526 10527 10602 t 10603 10681 10680 t 12715 9047 5098 t 12095 12023 7368 t 7342 8160 6536 t 9047 12095 7368 t 10457 10528 10456 t 10604 10681 10603 t 9051 5258 11510 t 9925 11840 6888 t 20215 20214 20124 t 11172 5095 11251 t 11525 11611 11524 t 10683 10752 10682 t 10823 10822 10751 t 7842 7843 7935 t 12302 12301 12222 t 19869 20321 18849 t 23517 23510 21342 t 28257 28385 28256 t 29269 29268 29172 t 11527 11613 11612 t 31092 31091 30961 t 28385 28384 28320 t 27807 27806 27796 t 10324 18034 13494 t 27155 27154 27025 t 10363 10421 10362 t 7576 7477 247 t 12014 11603 11334 t 11416 12014 11334 t 12432 12525 11603 t 12014 12432 11603 t 12432 10798 12525 t 11417 11418 10798 t 11929 2686 11418 t 11417 11929 11418 t 11929 11519 11846 t 2686 11929 11846 t 11519 10653 10724 t 11846 11519 10724 t 10737 4664 11426 t 10653 11426 10724 t 12537 12536 9069 t 9047 7368 5098 t 11940 12336 12337 t 3295 1219 5971 t 2102 4767 4651 t 12510 6980 12778 t 15567 19683 16673 t 10657 9294 10954 t 9952 8854 8853 t 16091 31031 10451 t 15542 19681 15877 t 10523 10598 10597 t 10522 10523 10597 t 10598 10676 10675 t 10597 10598 10675 t 10676 10746 10745 t 10675 10676 10745 t 10746 10815 10814 t 10745 10746 10814 t 10815 10886 10885 t 10814 10815 10885 t 10886 10961 10960 t 10885 10886 10960 t 10961 11036 11035 t 10960 10961 11035 t 11036 11111 11110 t 11035 11036 11110 t 11111 11187 11186 t 11110 11111 11186 t 11187 11269 11268 t 11186 11187 11268 t 11269 11349 11348 t 11268 11269 11348 t 11349 11435 11434 t 11348 11349 11434 t 11435 11522 11521 t 11434 11435 11521 t 11607 11606 11521 t 11522 11607 11521 t 11687 11686 11606 t 11607 11687 11606 t 1312 5480 5362 t 11687 11772 11686 t 20425 20063 20801 t 10941 10516 11945 t 11940 12269 32287 t 7841 7842 7935 t 2932 10638 10567 t 11907 32121 32108 t 10638 8966 11329 t 10567 10638 11329 t 10645 12526 11083 t 23903 23904 21757 t 14362 10271 10655 t 12526 10271 10517 t 28320 28319 28255 t 10709 10708 10633 t 7477 7476 3314 t 12542 12543 12630 t 12712 12711 12630 t 12543 12712 12630 t 12712 12793 12711 t 8446 3779 12793 t 12712 8446 12793 t 8446 8161 3779 t 8446 12015 8161 t 5481 7369 12692 t 4282 4158 7369 t 5481 4282 7369 t 4282 12109 4158 t 244 284 12109 t 11264 8969 284 t 244 11264 284 t 11264 584 8969 t 15070 15206 3657 t 11273 11353 11352 t 10162 818 2200 t 11039 11040 11114 t 12188 11755 10788 t 10861 12188 10788 t 10455 10456 10526 t 10527 10603 10602 t 12095 7342 6536 t 12023 12095 6536 t 11274 11354 11353 t 10681 10750 10749 t 32214 31384 32363 t 12549 12715 12548 t 12617 2945 9293 t 10752 10823 10751 t 10894 10893 10822 t 10479 10478 10413 t 10958 11033 7458 t 4997 4998 6434 t 9190 11840 9825 t 11794 11793 11710 t 10735 12347 10666 t 12223 12302 12222 t 6437 19078 19162 t 13518 13628 6803 t 9759 11743 11175 t 8966 7463 12201 t 11329 8966 12201 t 10400 10466 10399 t 12526 10517 11083 t 3675 1737 13950 t 10485 10557 10484 t 9781 5610 5723 t 11266 11346 7843 t 2571 2447 4965 t 11529 11615 11614 t 11766 12014 11416 t 11505 11766 11416 t 12517 12432 12014 t 11766 12517 12014 t 12436 10798 12432 t 12517 12436 12432 t 10583 11417 10798 t 12436 10583 10798 t 12612 11929 11417 t 10583 12612 11417 t 11929 12612 11519 t 11519 10575 10653 t 10805 13474 10737 t 10575 10737 10653 t 12536 7786 9069 t 9812 6694 9924 t 5971 2102 4651 t 14355 11259 19368 t 12393 12392 12301 t 12302 12393 12301 t 19683 19413 19682 t 12423 11402 10203 t 11625 13841 11707 t 27777 15542 27776 t 10524 10599 10598 t 10523 10524 10598 t 10599 10677 10676 t 10598 10599 10676 t 10677 10747 10746 t 10676 10677 10746 t 10747 10816 10815 t 10746 10747 10815 t 10816 10887 10886 t 10815 10816 10886 t 10887 10962 10961 t 10886 10887 10961 t 10962 11037 11036 t 10961 10962 11036 t 11037 11112 11111 t 11036 11037 11111 t 11112 11188 11187 t 11111 11112 11187 t 11188 11270 11269 t 11187 11188 11269 t 11269 11270 11349 t 11270 11436 11435 t 11349 11270 11435 t 11436 11523 11522 t 11435 11436 11522 t 11523 11608 11607 t 11522 11523 11607 t 11688 11687 11607 t 11608 11688 11607 t 11774 11859 14384 t 11688 11773 11687 t 10516 10878 10807 t 11945 10516 10807 t 1222 9735 14458 t 12133 12224 12223 t 1029 12025 8551 t 7463 12168 12079 t 12201 7463 12079 t 12168 11321 11081 t 12079 12168 11081 t 10645 11083 11325 t 10862 10645 11325 t 12276 10668 7597 t 12478 12477 12392 t 835 17016 834 t 7571 5839 9694 t 12544 12712 12543 t 12794 7639 8446 t 12712 12794 8446 t 7639 8881 8446 t 8446 8881 12015 t 8881 11316 12015 t 12367 2681 12015 t 11316 12367 12015 t 12175 1647 2681 t 12367 12175 2681 t 12175 12692 1647 t 2316 4282 5481 t 12166 12109 4282 t 2316 12166 4282 t 12166 244 12109 t 9297 11264 244 t 9286 584 11264 t 9297 9286 11264 t 690 9880 584 t 9286 690 584 t 239 1551 9880 t 690 239 9880 t 3657 6698 1551 t 239 3657 1551 t 6991 11517 10953 t 2451 2452 15309 t 11114 11191 11190 t 5843 5258 3560 t 10391 10456 10455 t 15478 31561 31443 t 5014 11099 8160 t 7563 6179 9759 t 2694 7563 9759 t 7563 2819 2820 t 12617 9293 373 t 53 12617 373 t 10823 10894 10822 t 11194 11193 11117 t 11616 11696 11695 t 11615 11616 11695 t 12310 12401 12309 t 10734 9 11100 t 7240 9658 1134 t 20307 20403 20306 t 12782 8530 1858 t 12393 12478 12392 t 10511 10587 4283 t 12626 12625 9253 t 11162 10789 11081 t 10800 10862 11325 t 11321 11162 11081 t 10557 10634 10556 t 2104 10800 11325 t 2511 2387 2388 t 21678 12272 2708 t 2837 2965 13919 t 14290 10586 15306 t 11931 11766 11505 t 11590 11931 11505 t 12516 12517 11766 t 11931 12516 11766 t 11335 10583 12436 t 12517 11335 12436 t 11753 12612 10583 t 11335 11753 10583 t 11753 12284 11519 t 12612 11753 11519 t 12284 1428 10575 t 11519 12284 10575 t 10805 10737 10575 t 1428 10805 10575 t 12720 12800 12799 t 13136 14903 14665 t 7928 2215 7927 t 4970 12338 12339 t 5842 1631 12357 t 12446 2678 2560 t 12565 12564 12477 t 12478 12565 12477 t 19413 6438 6437 t 27651 27777 27650 t 19682 19413 6437 t 10453 10525 10524 t 29539 29425 10523 t 10525 10600 10599 t 10524 10525 10599 t 10600 10678 10677 t 10599 10600 10677 t 10678 10748 10747 t 10677 10678 10747 t 10748 10817 10816 t 10747 10748 10816 t 10817 10888 10887 t 10816 10817 10887 t 10888 10963 10962 t 10887 10888 10962 t 10963 11038 11037 t 10962 10963 11037 t 11038 11113 11112 t 11037 11038 11112 t 11113 11189 11188 t 11112 11113 11188 t 11189 11271 11270 t 11188 11189 11270 t 11271 11350 11270 t 11350 11437 11436 t 11270 11350 11436 t 11437 11524 11523 t 11436 11437 11523 t 11609 11608 11523 t 11524 11609 11523 t 11689 11688 11608 t 11609 11689 11608 t 11774 11773 11688 t 11689 11774 11688 t 4983 4982 4860 t 7000 6700 12178 t 12695 12178 12518 t 12649 12648 12564 t 31360 6217 31474 t 5955 1987 8150 t 14653 12460 12459 t 1106 11661 10789 t 11162 1106 10789 t 15686 15602 17903 t 10803 10585 2104 t 31892 31960 31943 t 32271 25194 26704 t 12459 12545 12544 t 12458 12459 12544 t 12631 12712 12544 t 12545 12631 12544 t 12631 12713 12712 t 12795 12794 12712 t 12713 12795 12712 t 12795 8679 7639 t 12794 12795 7639 t 8679 8881 7639 t 8679 12020 8881 t 12020 11316 8881 t 11594 12367 11316 t 12619 12175 12367 t 11594 12619 12367 t 12254 12692 12175 t 12619 12254 12175 t 1841 5481 12692 t 12254 1841 12692 t 2200 2316 5481 t 1841 2200 5481 t 818 12166 2316 t 2200 818 2316 t 12092 244 12166 t 818 12092 12166 t 12092 4280 244 t 4280 9297 244 t 6963 9286 9297 t 7686 690 9286 t 6963 7686 9286 t 7686 239 690 t 3560 3657 239 t 3312 11584 9700 t 48 9272 10037 t 11190 11191 11272 t 12188 2955 11755 t 5258 5843 2955 t 6438 13840 19079 t 10456 10527 10526 t 11115 11116 11192 t 11192 11274 11273 t 6179 7563 2820 t 10721 5014 8160 t 12764 11237 5359 t 12365 10322 11019 t 12549 12716 12715 t 53 373 12445 t 12529 53 12445 t 11118 11194 11117 t 11276 11275 11193 t 11530 11616 11615 t 11529 11530 11615 t 12173 4286 10425 t 18307 18306 18226 t 14217 116 5503 t 14071 4050 1222 t 12565 12649 12564 t 9523 32366 31848 t 11516 11518 11661 t 1106 11516 11661 t 12208 10585 10803 t 11403 12208 10803 t 11590 9301 11675 t 10634 10709 10633 t 12731 12730 12648 t 11930 11931 11590 t 12344 12516 11931 t 11930 12344 11931 t 12437 12517 12516 t 12344 12437 12516 t 11251 11335 12517 t 12437 11251 12517 t 11332 11753 11335 t 11251 11332 11335 t 8437 12284 11753 t 11332 8437 11753 t 8437 9071 1428 t 12284 8437 1428 t 10736 10805 1428 t 9071 10736 1428 t 9875 11164 10736 t 9691 9577 9578 t 10580 11517 6991 t 2677 2218 1953 t 12429 2677 1953 t 12649 12731 12648 t 571 12111 12730 t 6437 6438 19079 t 13840 6347 15750 t 1888 30534 16950 t 15542 15877 27776 t 10454 10526 10525 t 10453 10454 10525 t 10526 10601 10600 t 10525 10526 10600 t 10601 10679 10678 t 10600 10601 10678 t 10679 10749 10748 t 10678 10679 10748 t 10749 10818 10817 t 10748 10749 10817 t 10818 10889 10888 t 10817 10818 10888 t 10889 10964 10963 t 10888 10889 10963 t 10964 11039 11038 t 10963 10964 11038 t 11039 11114 11113 t 11038 11039 11113 t 11114 11190 11189 t 11113 11114 11189 t 11190 11272 11271 t 11189 11190 11271 t 10366 12687 12518 t 14419 4893 2152 t 15064 4420 13219 t 2152 15064 13219 t 4420 14660 14661 t 13219 4420 14661 t 14660 4655 2962 t 14661 14660 2962 t 13292 13400 2962 t 4655 13292 2962 t 14596 13573 13400 t 13292 14596 13400 t 13578 13472 13573 t 14596 13578 13573 t 15054 13136 13472 t 13578 15054 13472 t 14108 4296 4383 t 13655 13843 13512 t 13357 15005 13136 t 14723 13678 4043 t 15054 13357 13136 t 15005 13357 13007 t 2155 14001 13007 t 13357 2155 13007 t 2155 13166 13147 t 14001 2155 13147 t 13166 4168 14344 t 5737 5848 6279 t 13147 13166 14344 t 4383 4296 4419 t 13403 13514 14402 t 13182 14108 4383 t 4296 13655 4419 t 12823 13052 12810 t 13052 14108 13182 t 12823 12810 2880 t 2098 13052 13182 t 18 12823 2880 t 13052 2098 12810 t 1805 273 4277 t 273 13246 2302 t 18 2880 13796 t 14762 1805 4277 t 5848 14402 6279 t 13678 18 13796 t 4168 1626 3327 t 14344 4168 3327 t 1626 13916 3009 t 20305 20401 20304 t 3327 1626 3009 t 13678 13796 4043 t 6279 21434 223 t 5848 13403 14402 t 14723 4043 13514 t 14900 13063 13062 t 13403 14723 13514 t 4277 273 2302 t 13246 14900 14763 t 14763 14900 13062 t 2302 13246 14763 t 13063 13798 13564 t 13062 13063 13564 t 13798 15149 15140 t 13564 13798 15140 t 15149 3568 15140 t 3568 2749 13632 t 15140 3568 13632 t 13632 2749 400 t 12854 12867 12853 t 19534 19507 18833 t 20401 20400 20304 t 13916 14862 13412 t 3009 13916 13412 t 14862 15283 14784 t 12450 1651 12587 t 13412 14862 14784 t 13885 14215 13001 t 8424 20807 18389 t 13233 13885 13789 t 13789 13885 13001 t 14215 13051 2 t 2584 609 2583 t 12898 12897 12881 t 1767 13009 12997 t 933 609 3928 t 13114 13211 13113 t 5611 1767 1034 t 13211 13210 13113 t 3928 5611 1034 t 13114 13113 13032 t 1034 1767 12997 t 13033 13032 12960 t 13033 13114 13032 t 12898 12881 12866 t 12961 13033 12960 t 2 13051 714 t 12842 12854 12841 t 9157 309 19507 t 15271 13047 13971 t 2547 51 18047 t 14784 15283 13090 t 28938 28937 28853 t 13090 15283 14100 t 13001 14215 2 t 20213 20305 20212 t 12830 12842 12829 t 13051 15271 714 t 12920 12961 12919 t 12867 12898 12866 t 12920 12919 12897 t 13995 14124 14123 t 12961 12960 12919 t 9301 14290 13799 t 13317 13318 13424 t 1215 2964 2965 t 13994 13995 14123 t 3939 3820 1535 t 25089 26056 24561 t 3696 1345 14004 t 13760 13874 13873 t 19072 19088 11938 t 14128 15200 4591 t 13355 14359 14155 t 14473 14512 15034 t 13764 13997 13877 t 12867 12866 12853 t 15950 16035 15949 t 714 15271 13971 t 13009 14041 14022 t 20305 20304 20212 t 13047 15172 14515 t 6275 6274 31673 t 32328 31938 31880 t 13118 13119 13215 t 2930 12894 12893 t 13216 13322 13321 t 18491 17954 14584 t 13215 13216 13321 t 13971 13047 14515 t 20123 20213 20212 t 14746 14400 14541 t 15172 14922 1243 t 12819 12829 12828 t 12854 12853 12841 t 16357 16356 16277 t 13190 13189 5380 t 14108 5138 4296 t 4517 13190 5380 t 11773 11772 11687 t 11772 11773 14384 t 13537 13538 13649 t 1238 1432 815 t 32097 32139 27205 t 4721 4722 13731 t 5012 2695 299 t 5150 5149 146 t 10569 12080 10646 t 5382 1243 3555 t 13792 12976 13101 t 16163 14759 14630 t 5149 145 146 t 12985 12932 14161 t 13538 13650 13649 t 1237 1238 815 t 1559 15033 1662 t 12997 13009 14022 t 12829 12841 12828 t 14904 8226 8321 t 13034 13033 12961 t 13999 4298 21714 t 31976 18287 32094 t 13322 13429 13428 t 719 12986 12984 t 13321 13322 13428 t 13197 13963 13157 t 13429 13539 13538 t 3196 5737 492 t 12876 14796 21486 t 6071 719 2004 t 5496 6071 2004 t 17831 17837 18245 t 20122 20123 20212 t 12921 12962 12920 t 12841 12853 10381 t 32345 24132 32134 t 400 13233 13234 t 1256 1361 1255 t 13117 13118 13214 t 11859 14385 14384 t 5485 339 2822 t 18742 18661 16590 t 13910 6598 6592 t 14628 14629 14895 t 14516 14639 11772 t 31973 32074 32241 t 13842 13393 7266 t 14639 14638 11772 t 14768 14767 14638 t 14639 14768 14638 t 14905 14904 14767 t 14768 14905 14767 t 13028 13027 9940 t 14905 15039 14904 t 13190 13191 14410 t 12324 13446 12245 t 15309 8318 15175 t 4028 16999 4880 t 32011 32023 31816 t 13775 11781 11864 t 12841 10381 12828 t 12853 12866 12852 t 15302 14602 13156 t 7273 6789 8462 t 6592 14032 13910 t 14373 14374 14507 t 934 6071 5496 t 31339 31454 31338 t 15937 15859 18054 t 2826 3196 492 t 25469 6084 23819 t 15867 15950 15866 t 19938 19937 19845 t 13675 931 13014 t 13645 13646 13762 t 12123 12214 21254 t 3897 14169 7061 t 12508 17837 17831 t 11778 11777 11694 t 12866 12865 12852 t 4767 13694 13809 t 10037 10049 9369 t 11777 11778 13886 t 48 10037 9369 t 8226 8227 8321 t 8246 7671 9177 t 74 5012 73 t 15309 15308 8318 t 14385 14517 14516 t 14384 14385 14516 t 14640 14639 14516 t 14517 14640 14516 t 14769 14768 14639 t 14640 14769 14639 t 14906 14905 14768 t 14769 14906 14768 t 15040 15039 14905 t 14906 15040 14905 t 13415 13524 12762 t 15040 15175 15039 t 18431 18432 18506 t 15142 290 3194 t 14007 11777 13886 t 7971 13298 13299 t 12881 12880 12865 t 12866 12881 12865 t 31959 32082 31934 t 32050 6244 32212 t 14225 13789 13431 t 3088 13632 13432 t 13805 16468 16823 t 12858 12857 12845 t 13729 14085 14983 t 14541 12906 14109 t 11999 10644 12204 t 13775 11864 13776 t 12941 12943 2128 t 16439 16438 16356 t 17076 1692 1806 t 13886 11779 13775 t 12842 12841 12829 t 13775 13887 13886 t 14767 14904 8321 t 13887 14008 14007 t 13886 13887 14007 t 23165 21706 23164 t 6262 8462 1238 t 14137 14261 14260 t 11861 14260 11860 t 14261 14386 14385 t 14260 14261 14385 t 14386 14518 14517 t 14385 14386 14517 t 14641 14640 14517 t 14518 14641 14517 t 14770 14769 14640 t 14641 14770 14640 t 14907 14906 14769 t 14770 14907 14769 t 15041 15040 14906 t 14907 15041 14906 t 15176 15175 15040 t 15041 15176 15040 t 32029 31929 24893 t 1021 919 6843 t 14461 15244 18993 t 8164 8163 119 t 13052 5502 14108 t 12897 12896 12880 t 32103 32314 32035 t 13299 13407 7971 t 12964 12963 12922 t 16357 16439 16356 t 13969 13675 13014 t 13654 3246 13221 t 15015 15153 15152 t 14882 15015 11999 t 220 62 15152 t 15153 220 15152 t 5152 14937 186 t 13748 12913 5151 t 15009 15144 15143 t 15906 120 17278 t 327 15814 15815 t 258 257 6309 t 13776 13888 13887 t 13775 13776 13887 t 13888 14009 14008 t 13887 13888 14008 t 14009 14138 14137 t 14008 14009 14137 t 14138 14262 14261 t 14137 14138 14261 t 14262 14387 14386 t 14261 14262 14386 t 14387 14519 14518 t 14386 14387 14518 t 14642 14641 14518 t 14519 14642 14518 t 14771 14770 14641 t 14642 14771 14641 t 14908 14907 14770 t 14771 14908 14770 t 15042 15041 14907 t 14908 15042 14907 t 15177 15176 15041 t 15042 15177 15041 t 6843 919 810 t 32074 32085 32241 t 15034 14512 2876 t 4841 2451 2572 t 7059 7971 13407 t 4471 13541 13523 t 27808 27807 21364 t 11624 11479 11650 t 13632 400 13432 t 16439 16523 16522 t 1995 13751 13693 t 18619 160 13805 t 13200 12913 13748 t 17530 14019 16171 t 3127 2627 62 t 220 3127 62 t 3127 2017 2627 t 2468 5501 13566 t 747 748 2017 t 31894 32191 32088 t 14095 14088 13010 t 14111 11011 14112 t 32282 31919 32232 t 31949 32240 32099 t 6309 257 6400 t 13777 13889 13888 t 13776 13777 13888 t 13889 14010 14009 t 13888 13889 14009 t 14010 14139 14138 t 14009 14010 14138 t 14139 14263 14262 t 14138 14139 14262 t 14263 14388 14387 t 14262 14263 14387 t 14388 14520 14519 t 14387 14388 14519 t 14520 14643 14642 t 14519 14520 14642 t 14643 14772 14771 t 14642 14643 14771 t 14772 14909 14908 t 14771 14772 14908 t 14909 15043 15042 t 14908 14909 15042 t 15043 15178 15177 t 15042 15043 15177 t 5508 30230 30899 t 15310 4965 4841 t 1854 4281 1971 t 4850 4849 4724 t 11334 10582 11416 t 13196 13299 13298 t 13195 13196 13298 t 12923 12964 12922 t 16438 16439 16522 t 16523 16609 16608 t 16522 16523 16608 t 5501 13200 13566 t 13566 13200 13748 t 3446 5145 748 t 747 3446 748 t 321 322 5145 t 3446 321 5145 t 3249 109 3670 t 13258 13076 2468 t 19846 19938 19845 t 23491 13548 22401 t 32164 31903 31920 t 13659 13778 13777 t 32356 31887 32098 t 13778 13890 13889 t 13777 13778 13889 t 13890 14011 14010 t 13889 13890 14010 t 14140 14139 14010 t 14011 14140 14010 t 14264 14263 14139 t 14140 14264 14139 t 14389 14388 14263 t 14264 14389 14263 t 14521 14520 14388 t 14389 14521 14388 t 14521 14644 14643 t 14520 14521 14643 t 14644 14773 14772 t 14643 14644 14772 t 14773 14910 14909 t 14772 14773 14909 t 14910 15044 15043 t 14909 14910 15043 t 15044 15179 15178 t 15043 15044 15178 t 15179 15311 15310 t 15178 15179 15310 t 18015 17939 18016 t 15310 15311 4965 t 2576 12515 7073 t 8331 4022 8548 t 14452 19528 13551 t 2801 12702 32196 t 14022 14041 4536 t 12934 13076 13258 t 13580 13237 3580 t 2466 2465 322 t 14479 12934 13258 t 321 2466 322 t 826 827 2465 t 2466 826 2465 t 3685 3686 827 t 826 3685 827 t 34 3921 6068 t 20027 20026 19937 t 1382 2034 3989 t 31566 31684 31683 t 31149 16823 17200 t 13779 13778 13659 t 12361 32225 11703 t 13891 13890 13778 t 13779 13891 13778 t 14012 14011 13890 t 13891 14012 13890 t 14141 14140 14011 t 14012 14141 14011 t 14265 14264 14140 t 14141 14265 14140 t 14390 14389 14264 t 14265 14390 14264 t 14522 14521 14389 t 14390 14522 14389 t 14522 14645 14644 t 14521 14522 14644 t 14644 14645 14773 t 14910 15045 15044 t 15045 15180 15179 t 15044 15045 15179 t 15180 15312 15311 t 15179 15180 15311 t 22400 13659 13548 t 31909 32133 31826 t 12995 14087 4843 t 19079 13840 15750 t 11864 13777 13776 t 18914 12752 18913 t 2807 577 2963 t 14223 12836 13252 t 13122 13222 13160 t 13076 5501 2468 t 3685 830 721 t 3686 3685 721 t 830 13057 13056 t 721 830 13056 t 13057 14133 14127 t 13056 13057 14127 t 14133 857 7283 t 14127 14133 7283 t 13255 6587 8645 t 13777 11864 13659 t 19671 19672 19761 t 14322 20512 20606 t 1950 17392 17156 t 19846 19845 19761 t 32320 32065 32033 t 13892 13891 13779 t 13780 13892 13779 t 14013 14012 13891 t 13892 14013 13891 t 14142 14141 14012 t 14013 14142 14012 t 14266 14265 14141 t 14142 14266 14141 t 14391 14390 14265 t 14266 14391 14265 t 14523 14522 14390 t 14391 14523 14390 t 14523 14646 14645 t 14522 14523 14645 t 14646 14774 14773 t 14645 14646 14773 t 14774 14911 14910 t 14773 14774 14910 t 14911 15046 15045 t 14910 14911 15045 t 15046 15181 15180 t 15045 15046 15180 t 15181 15313 15312 t 15180 15181 15312 t 15313 501 13092 t 15312 15313 13092 t 13659 22400 13660 t 13092 501 2040 t 17938 17937 13449 t 15008 15009 15143 t 32153 31835 32070 t 5139 12934 14479 t 13160 5139 14479 t 857 13452 13451 t 5846 2707 13122 t 7283 857 13451 t 17623 13452 16577 t 13451 13452 15285 t 17623 15285 13452 t 15285 14492 4893 t 31951 31822 31971 t 4420 15064 19255 t 802 6262 1238 t 7301 15329 11597 t 10381 12853 12852 t 18522 18602 18601 t 12752 13551 18913 t 28712 28711 28536 t 18070 18069 17995 t 26528 26658 26527 t 19672 19762 19761 t 21298 13780 13660 t 19268 16904 19609 t 14014 14013 13892 t 13893 14014 13892 t 14143 14142 14013 t 14014 14143 14013 t 14267 14266 14142 t 14143 14267 14142 t 14392 14391 14266 t 14267 14392 14266 t 14524 14523 14391 t 14392 14524 14391 t 14524 14647 14646 t 14523 14524 14646 t 14647 14775 14774 t 14646 14647 14774 t 14775 14912 14911 t 14774 14775 14911 t 14912 15047 15046 t 14911 14912 15046 t 15047 15182 15181 t 15046 15047 15181 t 15182 15314 15313 t 15181 15182 15313 t 15314 4842 501 t 15313 15314 501 t 4965 2448 4841 t 4965 2447 2448 t 14232 14026 12982 t 9149 12540 9148 t 6347 12448 18344 t 21886 21920 21965 t 12892 420 3371 t 6266 12892 3371 t 13222 5139 13160 t 14991 2504 4593 t 15064 2152 4893 t 2707 13222 13122 t 14659 14660 4420 t 10492 4514 12010 t 31901 31889 31926 t 32214 32363 32013 t 2436 1857 1856 t 1692 17076 16988 t 7285 3658 5258 t 18068 18148 18067 t 20984 11820 17938 t 18914 18913 2335 t 18163 19421 2816 t 17246 16878 20888 t 24570 26574 26589 t 19620 11785 15120 t 19106 19096 18325 t 19587 19672 19671 t 14015 14014 13893 t 30471 30591 30349 t 14144 14143 14014 t 14015 14144 14014 t 14268 14267 14143 t 14144 14268 14143 t 14393 14392 14267 t 14268 14393 14267 t 14525 14524 14392 t 14393 14525 14392 t 14525 14648 14647 t 14524 14525 14647 t 14648 14776 14775 t 14647 14648 14775 t 14776 14913 14912 t 14775 14776 14912 t 14913 15048 15047 t 14912 14913 15047 t 15048 15183 15182 t 15047 15048 15182 t 15183 15315 15314 t 15182 15183 15314 t 4839 4842 15314 t 15315 4839 15314 t 4839 2568 4842 t 2506 8409 2568 t 6771 7375 10578 t 10941 10869 14725 t 1566 2189 3440 t 302 5504 2830 t 13186 6161 43 t 20914 27643 20825 t 4408 13849 14091 t 1039 521 3925 t 3071 1039 3925 t 18509 14478 17970 t 4905 4655 14660 t 14659 14478 18413 t 13293 13292 4655 t 4905 13293 4655 t 13626 14596 13292 t 13293 13626 13292 t 13353 13578 14596 t 13626 13353 14596 t 13353 15054 13578 t 13139 13357 15054 t 13353 13139 15054 t 20925 20837 13830 t 18673 18754 18753 t 31960 31857 32015 t 14464 14333 12672 t 18673 18674 18754 t 11820 20984 11568 t 17417 26193 24685 t 19421 909 2816 t 11654 11820 11568 t 18841 19707 18840 t 18067 18147 18066 t 19288 19190 17912 t 18914 2335 19707 t 26437 26586 26712 t 20537 11078 12415 t 14016 14015 13894 t 13894 22107 22669 t 14145 14144 14015 t 14016 14145 14015 t 14269 14268 14144 t 14145 14269 14144 t 14394 14393 14268 t 14269 14394 14268 t 14526 14525 14393 t 14394 14526 14393 t 14526 14649 14648 t 14525 14526 14648 t 14649 14777 14776 t 14648 14649 14776 t 14777 14914 14913 t 14776 14777 14913 t 14914 15049 15048 t 14913 14914 15048 t 15184 15183 15048 t 15049 15184 15048 t 15316 15315 15183 t 15184 15316 15183 t 4837 4839 15315 t 15316 4837 15315 t 6775 6976 800 t 4837 2506 4839 t 1131 799 13000 t 6670 7598 14234 t 13118 13215 13214 t 2506 4837 8624 t 13346 13456 14613 t 14932 2186 3087 t 2545 16675 16559 t 64 13186 43 t 521 2707 5846 t 15195 15194 1036 t 14669 1039 3071 t 3925 521 5846 t 13512 14669 14412 t 14412 14669 3071 t 4419 13512 13737 t 13737 13512 14412 t 4383 4419 2875 t 2875 4419 13737 t 15305 13182 4528 t 4528 4383 2875 t 13349 2155 13357 t 14603 2098 15305 t 13139 13349 13357 t 2155 13349 13166 t 13349 13067 4168 t 13166 13349 4168 t 4168 13067 1626 t 13067 13025 13916 t 20975 16493 20695 t 11233 13947 11153 t 24134 21402 23731 t 17029 380 11107 t 30645 2362 2484 t 25528 23661 26052 t 11820 17937 17938 t 26652 26772 26651 t 18227 18226 18146 t 20925 12494 14978 t 18308 18382 18307 t 18457 18456 18381 t 13895 22669 22199 t 30410 30791 15958 t 14146 14145 14016 t 14017 14146 14016 t 14270 14269 14145 t 14146 14270 14145 t 14395 14394 14269 t 14270 14395 14269 t 14527 14526 14394 t 14395 14527 14394 t 14527 14650 14649 t 14526 14527 14649 t 14650 14778 14777 t 14649 14650 14777 t 14915 14914 14777 t 14778 14915 14777 t 15050 15049 14914 t 14915 15050 14914 t 15185 15184 15049 t 15050 15185 15049 t 15317 15316 15184 t 15185 15317 15184 t 5223 13623 13906 t 226 119 8163 t 6655 6404 8164 t 15058 5369 240 t 6993 6898 9850 t 15329 7301 13079 t 11289 14782 12591 t 14107 8787 10073 t 4055 14234 15170 t 13236 14615 15265 t 15265 14615 13687 t 13634 13635 15069 t 2504 15194 15195 t 15236 15370 15235 t 4593 2504 15195 t 15194 3816 1036 t 14091 13849 2582 t 13849 15061 15060 t 2582 13849 15060 t 15061 14035 14036 t 15060 15061 14036 t 13182 4383 4528 t 14035 14404 14405 t 1626 13067 13916 t 4774 12810 14603 t 13025 14471 14862 t 13916 13025 14862 t 14471 15148 15283 t 14862 14471 15283 t 15148 3370 15283 t 3370 13968 14100 t 15283 3370 14100 t 18146 18145 18065 t 15240 20975 20695 t 16576 24134 23731 t 32328 32257 31938 t 21143 19077 20599 t 6537 26437 26712 t 4031 20841 10101 t 27397 27400 16364 t 12494 11914 14978 t 11411 10101 20841 t 18841 18840 18086 t 7681 12765 12161 t 4716 19178 17958 t 18089 18841 18086 t 18381 18456 18380 t 19178 19088 17958 t 14147 14146 14017 t 17807 14017 13895 t 14271 14270 14146 t 14147 14271 14146 t 14396 14395 14270 t 14271 14396 14270 t 14528 14527 14395 t 14396 14528 14395 t 14528 14651 14650 t 14527 14528 14650 t 14651 14779 14778 t 14650 14651 14778 t 14779 14916 14915 t 14778 14779 14915 t 14916 15051 15050 t 14915 14916 15050 t 12915 11091 12893 t 15050 15051 15185 t 8728 15317 8835 t 15316 8624 4837 t 14092 14091 5010 t 19786 19784 18924 t 20871 20872 20959 t 1646 13665 18387 t 15138 15135 13656 t 4726 4852 4851 t 12856 12857 12869 t 4055 13740 14234 t 5369 15058 14038 t 14342 1922 4590 t 15033 15170 1662 t 14088 4176 14041 t 1667 13102 14671 t 931 522 3246 t 14026 14025 12982 t 3867 3744 15370 t 13020 13096 13019 t 14036 14035 14405 t 14404 14086 792 t 2880 12810 2628 t 12810 2098 14603 t 12810 4774 2628 t 13796 2880 13907 t 2098 13182 15305 t 2880 2628 13907 t 7008 12 6090 t 13796 13907 4964 t 14100 13968 2467 t 27811 27810 23613 t 8936 15051 14917 t 13428 13429 13538 t 13539 13651 13650 t 12986 12996 13999 t 18762 18845 18761 t 17992 18066 17991 t 22589 2355 18032 t 19773 12064 22683 t 22920 22919 27221 t 23150 23025 23151 t 11146 24817 11147 t 31340 31455 31339 t 13446 20841 13336 t 26948 17706 27462 t 11586 12074 12161 t 11411 12006 30547 t 11735 18089 12158 t 16012 18205 18204 t 11735 12158 13441 t 17879 11735 13441 t 14017 14018 14147 t 18089 18086 12158 t 14272 14271 14147 t 14148 14272 14147 t 14272 14397 14396 t 14271 14272 14396 t 14397 14529 14528 t 14396 14397 14528 t 14529 14652 14651 t 14528 14529 14651 t 14652 14780 14779 t 14651 14652 14779 t 14780 14917 14916 t 14779 14780 14916 t 10808 10941 14725 t 14916 14917 15051 t 3570 4172 1561 t 32213 31885 32269 t 26937 27063 26936 t 11955 12324 12245 t 25788 25787 25664 t 20625 17091 16200 t 8220 30025 7762 t 27888 27887 27840 t 2071 4406 4777 t 15330 14485 4715 t 2698 13897 14327 t 13191 14532 14410 t 2587 12890 13845 t 15033 4055 15170 t 14246 14247 14373 t 13318 13425 13424 t 5491 2953 13011 t 9488 11919 9 t 7882 7975 7881 t 14508 14630 14629 t 13096 13095 13019 t 14405 14404 792 t 14086 4301 856 t 14402 14403 13184 t 6279 14402 13184 t 13538 13539 13650 t 13963 4589 13365 t 21537 13365 12876 t 4043 13796 4964 t 20497 20496 20400 t 15950 15949 15866 t 14402 13514 14403 t 16609 16693 16692 t 12843 12842 12830 t 18319 577 3822 t 9149 9254 12541 t 14120 14244 14243 t 9045 8936 14917 t 16011 15925 15926 t 31980 31991 31950 t 19691 16494 17091 t 10335 27087 15662 t 17060 18209 169 t 6153 16659 15392 t 16731 11664 17299 t 12038 11955 12245 t 19769 19768 19679 t 13446 13336 12245 t 24539 24433 27471 t 27092 17616 17712 t 13663 12409 20165 t 20254 13663 20165 t 14149 14273 14272 t 14148 14147 22570 t 14273 14398 14397 t 14272 14273 14397 t 14398 14530 14529 t 14397 14398 14529 t 14530 14653 14652 t 14529 14530 14652 t 14653 14781 14780 t 14652 14653 14780 t 11774 11861 11860 t 14780 14781 14917 t 20686 20687 20781 t 12825 15324 13394 t 15324 13736 13394 t 14627 14758 14757 t 14504 14505 14626 t 15750 6347 18344 t 18219 18299 18218 t 13334 2683 8638 t 19854 19945 19853 t 23284 4530 4777 t 720 2005 6072 t 1380 20068 18747 t 2230 2112 4406 t 21498 2573 19527 t 20960 20961 18764 t 12893 11516 2930 t 13904 14219 14220 t 14007 14008 11861 t 5101 14227 14350 t 423 1236 422 t 8864 14671 13102 t 13115 13114 13033 t 12912 13102 13265 t 792 14086 856 t 4536 4299 13220 t 13514 13515 14403 t 14631 14028 856 t 19678 19591 30299 t 13556 13269 13337 t 14748 15016 15015 t 14882 14748 15015 t 13269 789 2202 t 15154 15153 15015 t 4043 4964 13515 t 12037 12326 11956 t 12325 12326 13337 t 13514 4043 13515 t 15016 15154 15015 t 19561 26148 19646 t 15154 15288 15153 t 13444 13334 8638 t 18207 20061 20792 t 11787 17 8638 t 14605 4730 4731 t 22402 11865 11782 t 4855 4731 4732 t 2351 19329 19330 t 26403 26402 26277 t 18456 18531 18530 t 11079 4035 12409 t 14150 14274 14273 t 22570 14149 14148 t 31964 32281 32297 t 14273 14274 14398 t 7139 10072 9271 t 19277 13559 14075 t 14530 9048 14653 t 14781 9045 14917 t 8787 14107 13331 t 4852 4728 497 t 13110 13207 13109 t 12210 12380 12209 t 13750 13747 12817 t 12818 13750 12817 t 1041 13580 1563 t 13872 13992 13991 t 12251 12165 10908 t 20872 20960 20959 t 2567 3801 4418 t 2683 11787 8638 t 13227 13333 17 t 19769 19854 19768 t 13017 13012 2005 t 14371 14245 14504 t 2071 2230 4406 t 16608 16609 16692 t 18764 13705 13706 t 26930 27056 26929 t 19767 19766 19677 t 19767 19852 19766 t 1880 1999 5499 t 2965 2964 12954 t 12962 13034 12961 t 4590 1922 15190 t 4301 14631 856 t 2510 14232 12982 t 12326 13556 13337 t 13980 3083 14028 t 2469 220 15153 t 15288 2469 15153 t 2509 3127 220 t 2469 2509 220 t 3583 2017 3127 t 18416 8554 12034 t 2509 3583 3127 t 30958 31204 31088 t 28028 28081 28080 t 13269 2202 13337 t 26214 24116 15427 t 746 747 2017 t 13464 18416 12034 t 3583 746 2017 t 11787 13227 17 t 12280 6067 31388 t 3572 3446 747 t 12209 14150 14149 t 746 3572 747 t 5747 5748 8352 t 14274 14150 12290 t 7681 10643 12765 t 7671 13251 13253 t 12919 12918 12896 t 18487 18566 18486 t 1 12860 2113 t 2113 4891 3786 t 4176 13236 13231 t 6072 2005 5732 t 13564 15140 3442 t 12936 12846 15277 t 15278 12936 15277 t 13207 13313 13206 t 13313 13312 13206 t 12818 12817 1881 t 0 12818 1881 t 13992 14121 14120 t 13871 13872 13991 t 1323 13101 3207 t 11695 11779 11778 t 13312 13311 13205 t 12976 14109 13981 t 15037 2827 13736 t 13140 14000 3205 t 13366 13287 4052 t 14505 14627 14626 t 16182 16107 16108 t 18035 14465 14331 t 13897 1380 14327 t 19676 19590 19677 t 19765 19764 19675 t 2229 2230 2071 t 13991 14120 14119 t 13657 15138 13656 t 13227 6067 13333 t 205 2830 2960 t 12871 12870 12858 t 3297 5593 14288 t 13505 13614 12972 t 27184 27054 27055 t 4299 13231 13220 t 14631 13980 14028 t 13358 3368 3083 t 931 3246 13654 t 12373 12460 14653 t 320 321 3446 t 3572 320 3446 t 2344 2466 321 t 320 2344 321 t 716 826 2466 t 2344 716 2466 t 716 3806 3685 t 13765 13766 13878 t 826 716 3685 t 8554 3206 4302 t 19780 19689 19603 t 3806 1244 830 t 5374 5496 1766 t 3685 3806 830 t 1244 13077 13057 t 830 1244 13057 t 13077 14135 14133 t 13057 13077 14133 t 12448 23116 21749 t 10104 6267 7340 t 17155 17445 16587 t 32110 31948 32041 t 14133 14135 857 t 13014 931 13654 t 14023 13971 5382 t 2114 13670 3368 t 13670 13884 273 t 14374 14375 14508 t 14260 11859 11860 t 1328 2111 3799 t 13799 11675 9301 t 30497 30618 30496 t 12860 12850 2113 t 13100 1130 2831 t 14223 13252 11101 t 12885 12901 12884 t 15140 13632 3088 t 13774 13770 12827 t 13313 13420 13312 t 13420 13419 13312 t 2080 5 5614 t 1430 6062 6356 t 14121 14122 14244 t 13991 13992 14120 t 20684 20685 20779 t 19850 19942 19941 t 14481 14599 14401 t 14599 1357 13964 t 13206 13312 13205 t 13419 13418 13311 t 3936 4052 14095 t 14099 3936 14095 t 23420 1527 637 t 13017 14099 13012 t 14708 7041 20911 t 5033 1527 23420 t 32140 32178 31854 t 2675 2438 14588 t 15135 15138 13864 t 5261 2696 2230 t 12954 205 2960 t 12924 12923 12900 t 31821 31919 32282 t 5101 14350 5102 t 32127 32012 32217 t 13523 13541 15002 t 12829 23369 12820 t 13231 13236 15265 t 13980 13358 3083 t 14921 14925 1661 t 4140 4415 1628 t 13358 2114 3368 t 2314 14135 14136 t 713 1524 10227 t 854 5091 13793 t 299 825 3807 t 13294 13748 13174 t 32305 32137 31836 t 19006 19007 20225 t 31877 31820 32147 t 1989 12946 78 t 12034 8554 4302 t 3246 13330 13221 t 5496 2004 1766 t 16693 16781 16780 t 13748 5151 13174 t 16692 16693 16780 t 16781 16871 16870 t 13324 16191 15963 t 16780 16781 16870 t 1805 13670 273 t 13767 13879 13766 t 14375 14509 14508 t 13884 14672 13246 t 13037 13118 13036 t 16217 16216 16137 t 18232 18312 18311 t 12881 12897 12880 t 13976 11456 20951 t 13795 13794 12850 t 13013 15274 13158 t 15171 10176 3181 t 12839 13774 12827 t 12857 12870 12869 t 12894 12916 12893 t 15278 15277 13770 t 5 1430 6356 t 13531 13530 13419 t 2830 1037 2960 t 0 1881 6062 t 19676 19765 19675 t 14120 14121 14244 t 11737 12332 8760 t 5379 4663 15263 t 14996 14599 13964 t 23669 23750 20824 t 17905 17904 17833 t 14122 14245 14371 t 14244 14122 14371 t 4777 233 1527 t 4398 4777 1527 t 27453 24812 27454 t 11012 12094 2698 t 2229 5261 2230 t 1061 1062 4977 t 5261 604 2696 t 31910 32301 31834 t 14735 14607 13013 t 32155 32206 32138 t 576 14601 13174 t 13687 1883 15266 t 13993 13994 14122 t 13212 13318 13211 t 522 3440 3246 t 15059 14039 14037 t 13670 1805 3368 t 14660 14659 4905 t 12894 2930 12878 t 13022 17194 13046 t 13625 13626 13293 t 15055 13625 13293 t 13243 13353 13626 t 13625 13243 13626 t 13459 2468 13566 t 13243 3208 13353 t 14348 13258 13459 t 2199 14479 14348 t 13258 2468 13459 t 1275 13160 2199 t 14479 13258 14348 t 13103 13139 13353 t 3208 13103 13353 t 13103 13006 13139 t 13006 13349 13139 t 13122 13160 1275 t 118 13122 1275 t 13246 14672 14900 t 273 13884 13246 t 14247 14248 14374 t 13189 65 14797 t 26170 26169 26038 t 5502 5138 14108 t 14209 14208 11956 t 11257 12424 13945 t 4177 15302 14254 t 2348 3368 14762 t 2705 14164 14286 t 13774 15278 13770 t 1037 5597 91 t 12916 12915 12893 t 13396 14988 14218 t 1430 0 6062 t 14275 13170 14381 t 14276 14275 14381 t 3563 3918 69 t 143 3563 69 t 15067 5379 15263 t 4663 14789 14788 t 1357 5379 15067 t 13964 1357 15067 t 4160 12019 2457 t 14599 14996 14401 t 14245 14505 14504 t 14968 4160 2457 t 2080 5614 233 t 13808 12877 13302 t 4777 2080 233 t 13029 13110 13028 t 13207 13206 13109 t 12839 12827 604 t 13162 4779 12846 t 13411 2232 13223 t 15274 13411 13158 t 1521 1620 1424 t 14372 14373 14506 t 13015 13024 13102 t 1650 12950 13915 t 5504 1038 1037 t 2672 6088 13958 t 3869 16669 3745 t 14672 5087 14900 t 4903 15284 15149 t 5846 13122 118 t 1660 5846 118 t 13082 3071 4147 t 3925 5846 1660 t 13566 13748 13294 t 4147 3925 1660 t 4532 14412 13082 t 13006 14382 13349 t 14382 4539 13067 t 13349 14382 13067 t 4539 3449 13067 t 3449 14471 13025 t 13067 3449 13025 t 14471 14040 15148 t 4789 13737 4532 t 5087 5738 13063 t 13160 14479 2199 t 14410 14533 14285 t 14900 5087 13063 t 16871 16957 16956 t 14098 13461 12816 t 13428 13538 13537 t 13958 14717 30121 t 13015 13102 12912 t 14123 14246 14245 t 13873 13874 13993 t 14246 14373 14372 t 16870 16871 16956 t 3368 1805 14762 t 14164 13800 13801 t 855 2705 14286 t 10498 13106 10786 t 2116 3439 608 t 14414 14416 14664 t 3321 14275 14276 t 14277 3321 14276 t 3563 12812 573 t 143 69 592 t 485 143 592 t 4407 54 1323 t 4401 12932 12905 t 12905 4840 4407 t 4840 54 4407 t 14481 14401 15173 t 15174 14481 15173 t 20685 20780 20779 t 231 230 635 t 32126 11830 11327 t 5 6356 5614 t 13750 15199 13747 t 12957 13029 12956 t 13110 13109 13028 t 12936 13162 12846 t 6277 14491 4779 t 13140 3205 13544 t 12837 13140 13544 t 493 392 146 t 14245 14246 14372 t 20513 20796 2805 t 4052 13287 4176 t 12694 12003 12611 t 13019 21517 13020 t 6703 13745 10068 t 13215 13321 13320 t 13798 4903 15149 t 15284 3689 3568 t 13771 2875 4789 t 13737 14412 4532 t 14040 3369 3370 t 15148 14040 3370 t 4409 4528 13771 t 3071 3925 4147 t 2875 13737 4789 t 3370 3369 13968 t 14134 15305 4409 t 2227 8538 4467 t 18228 18227 18147 t 13651 16498 16573 t 11095 10809 10944 t 15305 4528 4409 t 13381 11366 13721 t 5738 4903 13798 t 14412 3071 13082 t 13885 3526 14215 t 13063 5738 13798 t 13513 13048 13051 t 14215 13513 13051 t 13875 13995 13994 t 13647 13764 13763 t 5386 12940 3696 t 13123 13223 13134 t 13295 12912 13733 t 12851 12864 12863 t 13994 14123 14122 t 14400 14762 13972 t 13732 14342 13267 t 14351 13860 12835 t 14286 14164 13801 t 14004 1345 17485 t 13256 26 15171 t 14664 14540 13692 t 14540 13691 13692 t 14929 3321 14277 t 13173 14929 14277 t 15186 15174 13730 t 12812 13730 573 t 485 592 229 t 230 485 229 t 20590 20589 20496 t 12019 4160 14328 t 13545 1276 3301 t 3205 13545 3301 t 573 13730 5099 t 15174 15173 13682 t 23422 634 4784 t 5376 485 230 t 31992 31948 32110 t 2299 7210 4642 t 12957 12956 12915 t 12916 12957 12915 t 13162 6277 4779 t 14934 14933 14491 t 20047 31856 32166 t 3679 13191 13190 t 14373 14507 14506 t 2944 376 6088 t 520 14615 13236 t 13295 13015 12912 t 13168 14339 13845 t 14360 14160 13862 t 607 717 12946 t 12408 12317 26718 t 15149 15284 3568 t 3689 13327 2749 t 12999 4774 14734 t 14603 15305 14134 t 14006 4537 4298 t 3201 19698 19185 t 2628 4774 13343 t 13157 4298 4537 t 4528 2875 13771 t 4774 14603 14734 t 339 5252 1988 t 13907 2628 14029 t 2672 2944 6088 t 18441 16346 16267 t 14208 12037 11956 t 14077 14076 13605 t 10429 13106 10498 t 4596 20 67 t 13515 4964 13622 t 4964 13907 13857 t 13515 13622 2957 t 13907 14029 13857 t 14403 13515 2957 t 4964 13857 13622 t 13051 13048 15271 t 13048 13198 15271 t 13635 13656 15127 t 13760 13761 13874 t 12959 12958 12917 t 12896 12918 12895 t 13960 4720 4721 t 12100 11426 4664 t 14290 9301 10428 t 13028 9940 12956 t 15307 15318 12941 t 2833 13860 14351 t 1139 2833 14351 t 12843 12855 12842 t 14607 14873 15274 t 13691 13633 13692 t 13633 13091 13692 t 14791 14929 13173 t 14790 14791 13173 t 14493 14481 15174 t 230 229 634 t 635 230 634 t 18475 22411 21870 t 20497 20590 20496 t 12956 11020 12915 t 13730 15174 13682 t 13109 13108 13027 t 231 5376 230 t 13730 13682 5099 t 12419 12202 12863 t 63 143 485 t 14513 14988 13396 t 13618 15264 13848 t 13029 13028 12956 t 6277 14934 14491 t 3496 8632 3625 t 13065 7286 7963 t 2705 855 14933 t 32032 32195 32227 t 13544 3205 3301 t 12872 12886 12885 t 13792 14109 12976 t 32330 32072 32032 t 14130 13792 13101 t 3568 3689 2749 t 14226 10582 10447 t 14734 14603 14134 t 1240 13915 2625 t 13184 14403 14377 t 14883 15017 15016 t 14748 14883 15016 t 13184 14377 14413 t 15155 15154 15016 t 4774 12999 13343 t 21434 13184 14413 t 15017 15155 15016 t 15155 15289 15288 t 15154 15155 15288 t 2269 2469 15288 t 15289 2269 15288 t 2386 2509 2469 t 2269 2386 2469 t 3582 3583 2509 t 2386 3582 2509 t 745 746 3583 t 3582 745 3583 t 5144 3572 746 t 18140 18219 18139 t 745 5144 746 t 319 320 3572 t 31825 32033 32176 t 5144 319 3572 t 2345 2344 320 t 18059 18140 18058 t 18219 18218 18139 t 15271 13198 13047 t 13198 2709 13047 t 13168 14155 14093 t 1143 13433 3570 t 12918 12959 12917 t 32012 31985 31838 t 13399 13394 13505 t 14259 4177 14860 t 13736 2827 13367 t 31979 32268 21359 t 12991 13255 12835 t 13860 13565 12835 t 14968 2457 8970 t 14236 11015 14111 t 13633 5959 13091 t 5959 3318 13091 t 14415 14791 14790 t 5616 14415 14790 t 15186 14493 15174 t 23548 4783 4059 t 18309 18308 18228 t 634 633 4783 t 19849 19850 19941 t 14743 14657 13163 t 939 14765 14902 t 8569 12535 376 t 2944 8569 376 t 3563 573 3918 t 573 5099 3918 t 5376 63 485 t 5011 3563 143 t 13170 13618 13848 t 14381 13170 13848 t 14988 13743 14218 t 14218 13743 1528 t 228 391 145 t 1408 1511 1407 t 14934 2705 14933 t 13800 12874 472 t 11396 11130 12535 t 10343 10286 10344 t 12272 12951 13018 t 32365 31944 31877 t 13320 13321 13427 t 13031 13030 12958 t 8569 11396 12535 t 11396 9484 13946 t 2749 13327 400 t 13047 2709 15172 t 18059 18058 17984 t 17985 18059 17984 t 319 2345 320 t 2345 397 716 t 2344 2345 716 t 397 3807 3806 t 14403 2957 14377 t 18154 18234 18233 t 13327 13344 13233 t 12326 12325 11956 t 2628 13343 14029 t 716 397 3806 t 29322 30662 17639 t 3807 831 1244 t 3806 3807 1244 t 831 13085 13077 t 1244 831 13077 t 31845 32310 32359 t 13077 13085 14135 t 4467 4471 13523 t 5248 13883 5249 t 1857 2436 13574 t 17045 2013 17044 t 31946 32118 32250 t 503 15954 502 t 13078 13625 15055 t 13244 13243 13625 t 13078 13244 13625 t 13741 3208 13243 t 16993 17856 16191 t 20800 20720 20705 t 13001 2 13148 t 2709 298 15172 t 13773 12998 2794 t 14408 2510 12985 t 4172 13326 13245 t 14511 14290 15306 t 6587 7404 8645 t 13394 13736 13505 t 13650 13767 13766 t 2964 205 12954 t 12938 12937 15286 t 7210 2299 18191 t 13565 12991 12835 t 12620 18593 19261 t 12849 12840 824 t 5959 14279 3318 t 14279 13510 3318 t 5212 13363 3569 t 3690 14415 5616 t 14599 5212 1357 t 14481 14493 14599 t 20589 20590 20684 t 19942 20031 20030 t 229 325 633 t 4784 634 4783 t 2245 14657 14743 t 12914 2245 14743 t 18448 18447 18372 t 18373 18448 18372 t 63 5011 143 t 13206 13205 13108 t 15264 13256 13848 t 1528 14416 14414 t 12100 4664 11101 t 13801 13800 472 t 13735 13509 13065 t 815 5152 186 t 12874 2833 1139 t 13985 13986 14114 t 13325 1666 13248 t 12994 13851 13352 t 13013 13158 2189 t 14221 2039 1922 t 18169 18930 18929 t 23906 23813 18015 t 298 15328 14922 t 6354 14004 13458 t 18140 18139 18058 t 15172 298 14922 t 13244 13741 13243 t 2004 21874 1766 t 15323 13103 3208 t 13741 15323 3208 t 13649 13766 13765 t 13005 13006 13103 t 13233 13344 13885 t 12851 12202 11256 t 400 13327 13233 t 3526 13513 14215 t 20339 20338 18767 t 13344 3526 13885 t 15323 13005 13103 t 20626 20338 20339 t 13005 12992 13006 t 12992 12815 14382 t 13006 12992 14382 t 12815 3935 4539 t 14382 12815 4539 t 3935 3448 3449 t 4539 3935 3449 t 3448 14483 14471 t 3449 3448 14471 t 14483 14040 14471 t 32184 32045 32309 t 13137 13058 2382 t 20720 20626 20904 t 14285 295 65 t 14611 14740 14739 t 12594 12679 10983 t 12855 12854 12842 t 13133 12929 5152 t 14203 22803 631 t 14226 10586 10582 t 12938 14474 4906 t 13792 14541 14109 t 9846 4294 7273 t 13656 15135 15127 t 15318 12943 12941 t 15139 14936 14935 t 13735 13508 13510 t 15058 15059 14037 t 14599 14475 5212 t 14279 13735 13510 t 3569 3690 5616 t 12665 14968 8970 t 5212 3569 5379 t 634 229 633 t 19765 19850 19764 t 198 2245 12914 t 592 362 325 t 14657 939 13163 t 15167 14383 15150 t 13272 13492 2675 t 13682 13676 114 t 14000 13545 3205 t 1276 13672 14607 t 14277 14276 14153 t 823 12812 3563 t 14416 14540 14664 t 12860 13795 12850 t 13620 13509 13735 t 14279 13620 13735 t 472 12874 1139 t 12943 13732 2128 t 13022 2546 17194 t 13565 13677 12991 t 13910 6701 6598 t 12879 12895 12878 t 12943 12944 13732 t 14597 14221 14342 t 1566 13013 2189 t 13874 13875 13994 t 609 2117 5611 t 1885 1767 5611 t 8778 7238 8453 t 3542 14292 1138 t 11130 11396 13946 t 13461 13570 12816 t 14861 11649 3369 t 14040 14861 3369 t 1048 1149 1047 t 13648 13649 13765 t 692 13294 14601 t 16986 17074 17073 t 526 16060 15978 t 14124 14125 14247 t 19688 20720 20904 t 32197 32236 32024 t 13536 13537 13648 t 20904 20626 20339 t 1878 246 109 t 15141 13905 15138 t 5382 5945 56 t 12847 13967 13144 t 32001 24132 24675 t 12887 12903 12902 t 12886 12887 12902 t 6071 4041 719 t 16822 1220 17008 t 12903 12926 12925 t 13036 13035 12963 t 13330 12947 1353 t 13995 13996 14124 t 12964 13036 12963 t 13245 13133 5152 t 13189 14285 65 t 13186 14380 6161 t 13068 14473 12970 t 31848 2801 9523 t 12928 12927 12904 t 13433 13326 4172 t 20790 12350 20694 t 14474 15139 13361 t 3544 1240 2625 t 4906 14474 13361 t 13065 13673 13508 t 11597 11844 10322 t 14510 14475 14493 t 13735 13065 13508 t 1357 5212 5379 t 13363 3690 3569 t 18448 18523 18447 t 3569 5616 4663 t 229 592 325 t 20590 20685 20684 t 853 198 296 t 69 22 362 t 13163 14902 15036 t 296 198 12914 t 7404 6587 10100 t 14743 13163 15036 t 14383 14867 14253 t 5099 13682 114 t 13676 15167 13671 t 13028 13109 13027 t 15173 15167 13676 t 14281 14277 14153 t 13101 12976 3207 t 14276 14381 14636 t 7975 1948 7881 t 1853 823 5011 t 13509 8645 13065 t 9484 20744 20650 t 13794 13795 15307 t 13620 14279 5959 t 14008 14137 11861 t 13946 9484 20650 t 12917 12916 12894 t 13860 203 13565 t 13732 14597 14342 t 12895 12917 12894 t 1895 4517 13687 t 31454 31453 31338 t 3696 14004 6354 t 12880 12879 12864 t 2153 2444 2445 t 13455 13564 3442 t 13806 13864 15133 t 12946 2943 607 t 4537 13197 13157 t 13459 13566 692 t 828 12996 12986 t 21590 13157 13365 t 14348 13459 13350 t 17646 17742 2622 t 11779 11696 11780 t 14248 14375 14374 t 1666 14735 13248 t 15265 13687 15266 t 146 392 147 t 13233 13789 14225 t 13294 13174 14601 t 8835 8834 8728 t 12855 12868 12854 t 1660 118 13329 t 13506 14931 14925 t 13871 13870 13756 t 20650 20744 13484 t 14093 13144 14360 t 10366 5495 31920 t 4147 1660 2205 t 327 427 15893 t 1353 12947 13616 t 13566 13294 692 t 2308 11919 15287 t 13537 13649 13648 t 13761 13762 13875 t 8836 15051 8935 t 709 14738 14739 t 14125 14248 14247 t 15190 13079 13186 t 13763 13764 13877 t 4715 14485 14918 t 6161 14290 14511 t 16013 18205 16012 t 13534 13535 13646 t 3368 13250 2505 t 32125 31900 32081 t 10804 10666 10957 t 18252 1003 10907 t 12858 12872 12871 t 14792 1971 14926 t 5379 3569 4663 t 14475 13363 5212 t 13484 17776 19090 t 5616 14790 14789 t 592 69 362 t 3627 13492 13272 t 15068 853 13224 t 3918 5977 22 t 14902 13395 12861 t 13224 853 296 t 1991 7166 8760 t 15036 14902 12861 t 12929 14225 1250 t 3895 9769 4016 t 15175 8223 8319 t 3820 3821 1215 t 14383 14253 15150 t 2807 2963 2964 t 13682 15173 13676 t 114 13676 5727 t 3207 12976 13981 t 14401 14383 15167 t 14153 14276 14636 t 14039 14407 14408 t 14381 13848 13847 t 32307 32281 31964 t 139 1853 63 t 602 13620 5959 t 10941 10808 10659 t 2963 302 205 t 602 5959 13633 t 13677 13791 12991 t 13635 15127 15069 t 12958 12957 12916 t 2833 4907 13860 t 12944 14597 13732 t 12917 12958 12916 t 5694 5573 7634 t 31895 31939 32161 t 13876 13877 13996 t 13425 13535 13534 t 14477 14343 2384 t 13350 13459 692 t 5223 13906 5224 t 13035 13034 12962 t 13146 1275 5013 t 18860 12241 18859 t 12933 14348 13350 t 2205 1660 13329 t 201 14477 2384 t 17489 3937 150 t 13877 13997 13996 t 17595 16584 16414 t 82 18994 18993 t 15028 15166 15165 t 8573 13251 7684 t 1036 3816 14033 t 14035 14034 14404 t 13457 4532 6167 t 13082 4147 12949 t 14617 14749 14748 t 14749 14884 14883 t 14748 14749 14883 t 15018 15017 14883 t 14884 15018 14883 t 4532 13082 6167 t 15156 15155 15017 t 5593 5387 14288 t 12949 4147 2205 t 14515 5382 13971 t 1424 4038 1412 t 13876 13996 13995 t 10736 11164 10805 t 13997 13998 14126 t 13875 13876 13995 t 1922 2039 15190 t 3248 3820 3939 t 3804 710 709 t 12937 12938 4906 t 14999 4734 4735 t 14101 10944 13016 t 14539 14926 2315 t 13665 14580 13832 t 13003 13167 13058 t 11774 14384 11773 t 4663 5616 14789 t 14475 14599 14493 t 13109 13206 13108 t 14790 13173 15188 t 69 3918 22 t 18523 18522 18447 t 3918 5099 5977 t 13395 14282 12811 t 14476 15068 13224 t 19409 19326 31515 t 12861 13395 12811 t 18358 18359 18430 t 17916 17972 17888 t 20030 20031 20120 t 31903 32209 32216 t 2438 18036 14588 t 20211 20304 20303 t 3821 2807 1215 t 15167 15150 13671 t 3248 1387 3820 t 15173 14401 15167 t 12832 12844 12843 t 14996 14867 14383 t 14636 14381 13847 t 13681 18 13570 t 823 3563 5011 t 13848 13256 13257 t 13366 1041 520 t 5498 139 5376 t 14730 602 13633 t 14003 4882 5004 t 13795 15318 15307 t 14730 13633 13691 t 203 13677 13565 t 14492 13183 4893 t 13030 13029 12957 t 12874 14997 2833 t 30361 30481 30360 t 12958 13030 12957 t 15069 15127 13249 t 32264 32221 31975 t 16035 16034 15949 t 13010 14088 13009 t 3816 13911 14033 t 12884 12900 12883 t 2199 14348 12933 t 19188 13078 19965 t 118 1275 13146 t 5013 2199 12933 t 13329 118 13146 t 1275 2199 5013 t 14283 14161 15004 t 18344 12448 21749 t 13851 15128 13681 t 13614 13352 14098 t 4054 3124 1145 t 15128 4054 1145 t 12870 12871 12884 t 15128 1145 13681 t 14406 13959 14086 t 6167 13082 12949 t 14404 14406 14086 t 15018 15156 15017 t 4789 4532 13457 t 15156 15290 15289 t 15155 15156 15289 t 6285 2269 15289 t 15290 6285 15289 t 2270 2386 2269 t 1456 4409 13882 t 13771 4789 13155 t 13769 14731 4301 t 14034 14406 14404 t 13851 13681 13461 t 13326 13432 13133 t 13996 14125 14124 t 14342 14221 1922 t 13644 13761 13760 t 1649 4177 14254 t 13079 14380 13186 t 13791 14764 12991 t 3008 3248 3939 t 4177 1649 14860 t 12860 22913 22784 t 15066 14417 14416 t 5370 4 5141 t 12945 15132 364 t 9631 9850 13297 t 14855 15009 18404 t 14122 14123 14245 t 14789 14790 15188 t 14510 14493 15186 t 3687 13151 13674 t 13173 14277 14281 t 362 22 79 t 14282 4966 13883 t 14867 14476 14251 t 12811 14282 13883 t 6542 19160 19159 t 1882 12849 824 t 17776 17815 17784 t 12886 12902 12901 t 13516 13403 5848 t 27393 27394 27518 t 20032 20123 20122 t 14251 14476 14480 t 10733 12679 12594 t 12899 12898 12882 t 14340 14867 14251 t 13676 13671 5727 t 12922 12921 12898 t 14401 14996 14383 t 5977 5099 4155 t 12830 12820 12843 t 14996 13964 14476 t 13847 13848 13257 t 13220 15266 13197 t 1853 5011 63 t 32193 32009 31973 t 14099 14095 13012 t 232 5498 231 t 13802 14730 13691 t 13287 13366 520 t 3680 1968 465 t 13802 13691 14540 t 4907 203 13860 t 18299 18298 18218 t 13111 13110 13029 t 13800 14728 12874 t 29213 29310 29212 t 13030 13111 13029 t 14088 14041 13009 t 19797 19863 101 t 15920 17733 17176 t 20118 20117 20027 t 5739 14927 15061 t 12900 12899 12883 t 2545 17062 4408 t 13849 5739 15061 t 13359 5739 13849 t 14927 14034 14035 t 15061 14927 14035 t 13141 13670 2114 t 13670 13141 13884 t 13141 3566 13884 t 4054 14378 13435 t 3566 13303 14672 t 13234 14225 12929 t 3124 4054 13435 t 13959 13769 4301 t 13155 4789 13457 t 14086 13959 4301 t 6285 2270 2269 t 4409 13771 13882 t 3699 3582 2386 t 2270 3699 2386 t 744 745 3582 t 3699 744 3582 t 5024 5144 745 t 1352 14134 1456 t 744 5024 745 t 14347 13980 14631 t 13882 13771 13155 t 14378 12974 13435 t 14731 14347 14631 t 13352 13851 13461 t 1664 2840 1460 t 12864 12879 12863 t 2039 13079 15190 t 6277 13361 14934 t 2827 14259 12994 t 14935 14486 2705 t 14934 14935 2705 t 1535 1215 2965 t 13362 15066 1528 t 13743 13362 1528 t 609 933 2583 t 12844 12856 12843 t 8760 12332 11030 t 636 23422 23421 t 7926 2214 2097 t 15188 13173 14281 t 13346 14613 14490 t 14379 13151 3687 t 15067 15263 853 t 22 5977 6282 t 5977 4155 6282 t 14161 14032 15137 t 10224 9088 713 t 15150 14253 13658 t 14867 14340 14168 t 15058 14037 14038 t 14873 1462 15274 t 221 14787 14258 t 19090 17776 17784 t 12600 12703 5150 t 147 2584 2583 t 12935 15001 1345 t 3083 3368 2505 t 2232 13124 13345 t 14038 15004 5369 t 11697 11781 11780 t 14253 14168 13658 t 3542 1138 2782 t 14867 14996 14476 t 22 6282 79 t 14613 12877 13808 t 13964 15067 15068 t 1887 26338 17035 t 4626 14379 14512 t 139 63 5376 t 8534 3581 8429 t 14669 3443 1039 t 5498 5376 231 t 14411 13802 14540 t 3439 6072 608 t 21498 19527 21499 t 14416 14417 14540 t 14997 4907 2833 t 13223 2232 13235 t 13208 13207 13110 t 14728 14997 12874 t 20961 20960 20873 t 13111 13208 13110 t 18930 19863 19797 t 22515 32173 12185 t 13190 14410 13189 t 12848 13544 13543 t 14347 14482 13980 t 14134 4409 1456 t 12999 14734 12909 t 14734 14134 1352 t 12999 12909 4027 t 13343 12999 4027 t 13884 3566 14672 t 13303 5211 5087 t 13325 13248 931 t 14287 13325 931 t 14731 14631 4301 t 5211 3198 5738 t 13343 4027 13232 t 5144 5024 319 t 5024 397 2345 t 319 5024 2345 t 14029 15325 70 t 13857 14029 70 t 5738 3198 4903 t 14482 13358 13980 t 2186 12848 13543 t 12974 12848 2186 t 18744 18826 18743 t 12609 10726 10488 t 19863 82 101 t 18929 18930 19797 t 13208 13314 13207 t 12895 12894 12878 t 15144 15145 15280 t 3820 1215 1535 t 13162 4906 6277 t 13361 14935 14934 t 14759 14896 14895 t 5248 2877 13883 t 13288 13362 13743 t 14988 13288 13743 t 391 493 145 t 5148 228 5149 t 20780 20872 20871 t 20779 20780 20871 t 13068 13469 14473 t 9254 9149 9150 t 13151 13346 13674 t 14512 14379 3687 t 20790 20694 19435 t 14371 14504 14503 t 17815 18235 18211 t 5099 114 4155 t 14476 13224 14480 t 14161 12932 14032 t 4155 114 5130 t 14253 14867 14168 t 12350 20601 20416 t 14359 14743 14155 t 14258 15276 14359 t 13967 12811 2877 t 13772 2877 5361 t 12849 13788 12840 t 15039 15175 8319 t 12861 12811 13967 t 12811 13883 2877 t 15274 1462 13411 t 14720 12071 14335 t 15150 13658 930 t 13671 15150 930 t 15004 14161 15137 t 12932 4401 14032 t 362 79 425 t 325 362 425 t 14476 13964 15068 t 15068 15067 853 t 12906 13469 13068 t 14473 4626 14512 t 1561 4172 13744 t 4160 3627 14328 t 31605 20033 20032 t 13969 13014 521 t 1528 15066 14416 t 14417 14411 14540 t 12164 12076 10427 t 14628 14895 14758 t 14164 14728 13800 t 13314 13313 13207 t 13421 13420 13313 t 17784 17815 18211 t 18167 18169 18929 t 13156 14602 12837 t 15373 3864 15372 t 13073 13325 14287 t 13544 13073 14287 t 13358 14482 2114 t 15284 12971 3689 t 13857 70 13852 t 13622 13857 13852 t 5845 1351 831 t 3807 5845 831 t 14377 2957 202 t 831 1351 13085 t 14672 13303 5087 t 13622 13852 1249 t 14256 14746 13792 t 3689 1245 13327 t 5087 5211 5738 t 13159 13467 13048 t 14029 13343 13232 t 3198 13188 4903 t 12588 19348 11897 t 2957 1249 202 t 17368 13085 1351 t 31943 31960 32234 t 10926 22572 19999 t 15827 14712 17530 t 14413 14377 14542 t 3132 3254 3131 t 13188 12971 15284 t 14029 13232 15325 t 4903 13188 15284 t 20121 20211 20210 t 13435 12974 2186 t 6072 5732 2117 t 6354 13458 222 t 13012 13010 1885 t 14507 14629 14628 t 2005 13012 1885 t 145 493 146 t 15281 2309 3296 t 18625 15145 15010 t 12937 4906 12936 t 4906 13361 6277 t 13158 13411 13223 t 19854 19853 19768 t 12814 13288 14988 t 14513 12814 14988 t 7441 10068 13745 t 609 5611 3928 t 27330 16850 6164 t 19850 19849 19764 t 5245 12906 13068 t 13469 4626 14473 t 13847 13257 12931 t 13674 13346 14490 t 13253 6194 6280 t 12883 12882 12868 t 18235 18944 18942 t 17905 17985 17904 t 13224 296 14787 t 6282 4155 6283 t 114 41 5130 t 13431 13148 2794 t 1250 13431 2794 t 14787 15276 14258 t 14128 14251 15200 t 15200 14480 14547 t 14480 14787 221 t 14743 15036 14093 t 12847 12861 13967 t 8348 8665 3194 t 18211 18235 18942 t 5727 930 41 t 114 5727 41 t 14670 15001 12935 t 12932 4840 12905 t 12830 12829 12820 t 633 325 632 t 15263 14788 198 t 853 15263 198 t 16221 1453 5956 t 13981 14109 5245 t 12825 13394 13399 t 13961 12825 13399 t 17985 17984 17904 t 3368 2348 13250 t 18944 19954 19878 t 12826 13768 12818 t 14627 14628 14758 t 14486 14728 14164 t 2705 14486 14164 t 13314 13421 13313 t 13287 13236 4176 t 18942 18944 19878 t 12350 20416 20694 t 1250 2794 14937 t 608 2117 392 t 12962 12961 12920 t 11019 9303 12365 t 1245 13542 13327 t 294 14413 389 t 14377 202 14542 t 13854 13741 13244 t 19272 15063 19188 t 13521 15323 13741 t 19100 13854 15063 t 2957 13622 1249 t 32353 6244 32050 t 13542 399 13327 t 13513 13159 13048 t 13467 13074 13198 t 19954 213 13837 t 20531 20625 13041 t 19878 19954 13837 t 1164 13965 17332 t 12942 13005 15323 t 213 19056 19002 t 13521 12942 15323 t 14608 12992 13005 t 12942 14608 13005 t 12875 12815 12992 t 14608 12875 12992 t 13837 213 19002 t 19056 7143 12036 t 13074 13680 2709 t 12971 1245 3689 t 19002 19056 12036 t 713 8984 1524 t 17937 14213 13449 t 13167 6354 13058 t 13331 2831 1130 t 6706 9519 8436 t 8535 854 4178 t 11993 11670 11994 t 13012 14095 13010 t 4052 4176 14088 t 15145 18625 18699 t 21489 294 15129 t 15286 12937 15278 t 4906 13162 12936 t 12816 13570 14723 t 14607 15274 13013 t 13768 15199 13750 t 12814 14513 15199 t 14791 14664 14929 t 13692 13091 3321 t 15199 15186 13730 t 12332 9289 11030 t 14602 13617 13140 t 13617 14000 13140 t 14636 13847 13104 t 14257 14636 13104 t 13297 9850 6898 t 10087 32149 31954 t 8666 11518 11091 t 6663 7634 5573 t 296 12914 15276 t 14480 13224 14787 t 79 6282 911 t 4155 5130 6283 t 12982 4840 12932 t 103 1387 3248 t 14936 15189 14486 t 11100 1166 11176 t 14089 14340 14128 t 14251 14480 15200 t 15117 15115 2203 t 14547 14480 221 t 14155 14743 14093 t 15036 12861 12847 t 7103 12154 12036 t 20601 20600 20416 t 5727 13671 930 t 13434 13124 2232 t 13411 13434 2232 t 20401 20497 20400 t 632 3576 633 t 14788 14795 2245 t 198 14788 2245 t 13707 7206 12424 t 14109 12906 5245 t 13312 13419 13311 t 13530 13529 13418 t 7143 7103 12036 t 7103 20882 20970 t 12154 7103 20970 t 18373 18372 18298 t 395 12826 0 t 13768 13750 12818 t 3196 3195 5737 t 13787 15286 13774 t 12937 12936 15278 t 13532 13531 13420 t 4517 3679 13190 t 14506 14507 14628 t 14629 14759 14895 t 2794 12998 1131 t 2720 2719 30775 t 20591 20592 20686 t 20687 20782 20781 t 13344 1246 3526 t 13680 13083 298 t 20882 14200 11265 t 20970 20882 11265 t 12815 12875 3935 t 12875 3574 3448 t 3935 12875 3448 t 14413 14542 389 t 14200 14706 14576 t 399 1246 13344 t 13327 399 13344 t 13048 13467 13198 t 12985 12982 12932 t 18994 14461 18993 t 14716 19435 15244 t 3574 13071 14483 t 3448 3574 14483 t 2103 14042 13918 t 31937 31844 10947 t 14483 13071 14040 t 31328 31446 31327 t 14040 14346 14861 t 26656 26069 26526 t 15458 15525 15457 t 12616 10594 10099 t 13426 13427 13536 t 4759 15328 13083 t 32264 32070 32221 t 13198 13074 2709 t 10944 11843 9477 t 25115 6142 25227 t 13762 13876 13875 t 13195 13194 13097 t 11265 14200 14576 t 21413 21412 13195 t 1628 4415 1987 t 1651 14584 12587 t 3082 9088 5503 t 2309 3248 3008 t 15280 15281 3296 t 19852 19851 19766 t 2000 2229 4170 t 7139 9272 48 t 1139 14351 602 t 13091 3318 14275 t 14929 13692 3321 t 13747 13730 12812 t 12817 13747 12812 t 15302 14131 14602 t 14131 13617 14602 t 14153 14636 14257 t 14154 14153 14257 t 31831 12769 12693 t 4888 2082 3688 t 5595 1064 1063 t 2555 12905 14293 t 14787 296 15276 t 12914 14743 14359 t 79 911 424 t 424 423 1896 t 12963 12962 12921 t 12883 12899 12882 t 5364 251 6089 t 15300 15286 13787 t 1855 3794 1854 t 13415 2814 2576 t 32205 32367 26056 t 5955 1628 1987 t 14093 15036 12847 t 31863 11927 8633 t 8580 13024 9517 t 9547 8682 10049 t 709 14739 3315 t 13345 14670 12935 t 1138 2926 2917 t 20031 20121 20120 t 425 23294 632 t 14795 13902 14657 t 2245 14795 14657 t 9839 3437 6661 t 32017 32075 32092 t 13419 13530 13418 t 13641 13640 13529 t 13872 13871 13757 t 13758 13872 13757 t 23116 24261 24241 t 25458 27072 27068 t 1448 395 1430 t 12826 12818 0 t 3124 12823 18 t 5377 48 9369 t 12840 13787 12839 t 15286 15278 13774 t 13435 2186 14932 t 13990 13991 14119 t 14220 13181 13088 t 25954 24232 24227 t 18148 18147 18067 t 6799 9631 9052 t 2709 13680 298 t 4664 10737 13474 t 12947 14280 13616 t 13427 13537 13536 t 12902 12903 12925 t 12871 12885 12884 t 12926 12967 12966 t 719 828 12986 t 19864 19865 14576 t 13148 2 13773 t 3526 13159 13513 t 14706 19864 14576 t 13058 222 2382 t 31968 31933 32158 t 14125 14126 14248 t 4041 828 719 t 12996 14006 13999 t 14931 12892 6266 t 12882 12898 12867 t 14925 14931 6266 t 19865 19864 169 t 31991 32057 31950 t 21749 23116 24241 t 14937 13000 186 t 3668 15322 15192 t 15322 2015 4781 t 12930 12945 364 t 13762 13761 13644 t 13645 13762 13644 t 14195 11092 7675 t 28219 28284 28283 t 13249 13806 1274 t 15133 13088 14090 t 12977 13862 14484 t 13461 13681 13570 t 13705 12665 13706 t 14580 12582 13832 t 17091 20531 19691 t 18747 20068 17924 t 472 1139 602 t 14730 472 602 t 3318 13510 13170 t 3321 13091 14275 t 6062 1881 1853 t 12817 12812 823 t 14131 15302 4177 t 2827 1765 14259 t 14795 15188 13902 t 14281 14153 14154 t 14104 14230 14229 t 13307 2576 7073 t 15301 1040 14282 t 3301 1276 14607 t 15276 12914 14359 t 2928 7199 9723 t 6282 6283 911 t 10072 6267 10104 t 1237 800 801 t 1347 16837 17008 t 27643 27519 20825 t 4470 2502 4140 t 2576 13307 13415 t 5249 4966 5124 t 6089 4140 131 t 4725 4726 4851 t 32247 10519 32238 t 4412 1987 4415 t 4534 4412 4415 t 18457 18458 18532 t 12374 12373 9048 t 11952 12035 13382 t 21412 13196 13195 t 4783 633 3576 t 19941 19942 20030 t 13395 15301 14282 t 1040 14003 4966 t 12931 15304 14003 t 1040 12931 14003 t 13530 13641 13529 t 13641 13758 13757 t 13580 3580 3679 t 15324 15037 13736 t 20125 20124 20033 t 14463 11955 12038 t 1448 1430 5 t 2112 1448 5 t 3124 5502 12823 t 13757 13871 13756 t 824 12840 604 t 13787 13774 12839 t 20210 20211 20303 t 10655 14236 14362 t 14093 12977 14339 t 2751 4900 4907 t 3896 15142 15143 t 32216 12695 12518 t 13248 1566 522 t 931 13248 522 t 5380 13189 14797 t 16730 16729 1286 t 4534 4415 1736 t 32099 32009 32193 t 13097 21413 13195 t 1462 13434 13411 t 8730 3897 7061 t 825 299 2695 t 13319 13320 13426 t 692 14601 15319 t 20864 20952 20863 t 298 13083 15328 t 14827 15090 14955 t 32230 31996 31924 t 13221 13330 1353 t 13117 13116 13035 t 2423 3780 3901 t 3895 4016 4015 t 14362 14495 14494 t 32271 32259 32164 t 14495 14618 14617 t 14494 14495 14617 t 13002 12933 14250 t 14250 13350 3317 t 5013 12933 13002 t 13350 692 3317 t 1560 5013 13002 t 12933 13350 14250 t 13023 3668 15192 t 14485 1135 14918 t 28942 28941 28766 t 1037 1038 184 t 15330 4591 14485 t 14090 13088 2381 t 14160 14732 13187 t 3777 5500 13634 t 12665 8970 13706 t 18602 18674 18673 t 20068 16742 17924 t 13643 13760 13759 t 9279 7268 6451 t 14351 13620 602 t 4978 10240 9488 t 14275 3318 13170 t 14168 14340 13905 t 1881 12817 823 t 930 1119 2111 t 12705 9577 9464 t 13902 14281 14154 t 15127 15135 13806 t 4881 4758 4510 t 7166 11737 8760 t 13672 14873 14607 t 1135 2587 12824 t 5123 8682 4412 t 15207 15338 15337 t 15206 15207 15337 t 15338 4472 4470 t 15337 15338 4470 t 4472 2503 2502 t 4470 4472 2502 t 2503 4535 1736 t 2502 2503 1736 t 1736 4535 4534 t 4531 4412 4534 t 15308 15309 2452 t 4531 5123 4412 t 13124 14670 13345 t 13575 13574 4643 t 14328 3627 13272 t 18299 18373 18298 t 14282 1040 4966 t 22648 22647 10810 t 11754 11011 11015 t 13902 14154 939 t 14532 1144 13399 t 12931 13257 15304 t 13192 14663 13191 t 1144 13961 13399 t 26589 26574 25415 t 3450 4398 5033 t 395 0 1430 t 2112 5 2080 t 14613 14744 12877 t 119 398 8164 t 824 604 5261 t 2800 824 5261 t 1777 422 1665 t 3799 1531 44 t 14339 12977 14156 t 13862 13187 14484 t 151 1447 17598 t 80 717 607 t 13687 5380 1883 t 13736 13367 13505 t 3805 16994 3920 t 300 13329 14336 t 13146 5013 1560 t 14618 14750 14749 t 14617 14618 14749 t 14750 14885 14884 t 14749 14750 14884 t 13460 2205 300 t 13234 13233 14225 t 13789 13001 13431 t 14095 4052 14088 t 4276 3555 684 t 13036 13117 13035 t 13316 13315 13209 t 3317 692 15319 t 16530 16616 16529 t 15019 15018 14884 t 2205 13329 300 t 14885 15019 14884 t 15157 15156 15018 t 15019 15157 15018 t 15291 15290 15156 t 15157 15291 15156 t 13059 6285 15290 t 15291 13059 15290 t 1168 6167 13460 t 12949 2205 13460 t 14927 14793 14034 t 364 15132 13023 t 16035 16116 16034 t 16605 17096 16503 t 14860 15128 13851 t 15027 15028 15165 t 21140 19776 15545 t 13862 14160 13187 t 12890 13168 13845 t 19678 19767 19677 t 16116 18385 18312 t 13168 14093 14339 t 10072 2704 6267 t 32295 32271 32018 t 112 1243 14922 t 13083 15319 576 t 17109 4186 4309 t 32240 19324 32144 t 14225 13431 1250 t 1594 1593 1493 t 14674 5018 14551 t 15002 15006 12930 t 12591 10733 12594 t 10271 14362 14494 t 14939 15071 15070 t 10226 5503 10224 t 15070 15071 15207 t 15207 15339 15338 t 15339 2151 4472 t 15338 15339 4472 t 4472 2151 2503 t 2503 2151 4535 t 4535 4162 4534 t 4162 679 4531 t 4534 4162 4531 t 5377 5123 4531 t 679 5377 4531 t 10322 12365 7301 t 11776 14007 11861 t 1513 7503 7599 t 3670 109 246 t 12856 12869 12855 t 13492 2438 2675 t 14657 13902 939 t 5004 3300 5124 t 14154 14257 14765 t 1563 13580 3679 t 13104 13847 12931 t 17311 17036 19594 t 4406 2112 2080 t 13396 14475 14510 t 7002 6804 710 t 4406 2080 4777 t 12840 12839 604 t 8222 8223 8318 t 5500 13635 13634 t 32178 32045 32184 t 14548 1774 1135 t 32050 31888 32353 t 1480 3541 23179 t 12985 2510 12982 t 32219 32337 32278 t 4299 4176 13231 t 14336 13146 1560 t 13289 2462 5739 t 2385 2270 6285 t 13454 13457 1168 t 13059 2385 6285 t 3698 3699 2270 t 2385 3698 2270 t 13329 13146 14336 t 32198 32063 32054 t 12269 12200 31925 t 13195 13298 13194 t 13474 14223 4664 t 13763 13877 13876 t 13113 13210 13112 t 14725 10869 12519 t 14614 2114 14482 t 14734 1352 13861 t 3698 5024 744 t 3699 3698 744 t 1253 299 397 t 5024 1253 397 t 8360 2103 13918 t 13141 14614 3566 t 14163 13171 14406 t 1882 824 2800 t 15927 16012 15926 t 15165 15166 15299 t 13144 13772 4300 t 13655 3087 13843 t 18667 20903 16399 t 14504 14626 14625 t 14625 14626 14756 t 14923 4157 13686 t 17544 15827 17530 t 13918 14042 3897 t 14857 12450 12587 t 14042 14170 14169 t 3897 14042 14169 t 14170 14294 9857 t 14169 14170 9857 t 14294 14420 9857 t 14420 14551 14550 t 9857 14420 14550 t 22784 13795 12860 t 14798 15058 240 t 5724 10009 5723 t 14939 15072 15071 t 15072 15208 15207 t 15071 15072 15207 t 15207 15208 15339 t 15339 4473 2151 t 4473 2265 2151 t 2265 1214 4535 t 2151 2265 4535 t 4535 1214 4162 t 4162 594 679 t 4381 5377 679 t 594 4381 679 t 2704 48 5377 t 4381 2704 5377 t 5150 11509 5149 t 2704 7139 48 t 13163 939 14902 t 14765 15301 13395 t 10303 27951 27950 t 14902 14765 13395 t 939 14154 14765 t 9 11919 4977 t 32351 3314 2801 t 14257 13104 15301 t 3580 13192 13191 t 13640 13641 13757 t 14513 13396 14510 t 3679 3580 13191 t 13396 14218 13363 t 14532 13399 14533 t 2800 5261 2229 t 13543 13544 13843 t 13355 14155 13168 t 2000 2800 2229 t 3541 1665 23179 t 14486 15189 14728 t 12434 15329 2039 t 18989 18990 12528 t 13220 13231 15266 t 14280 13066 13003 t 2704 10072 7139 t 6167 12949 13460 t 2462 14793 14927 t 397 299 3807 t 825 1351 5845 t 3807 825 5845 t 13457 6167 1168 t 1352 1456 2712 t 5739 2462 14927 t 14793 14163 14034 t 14615 1895 13687 t 918 917 809 t 13570 18 13678 t 13267 14342 4590 t 14349 14614 14482 t 15281 15282 2309 t 14614 14734 13861 t 1453 16221 16115 t 2450 4841 2449 t 15192 15322 4781 t 13659 22401 13548 t 17094 16822 19087 t 19100 13356 13521 t 15325 13232 14868 t 15280 15145 15281 t 3566 13567 13303 t 14734 14614 12909 t 13646 13647 13763 t 14360 13144 4300 t 16767 16410 17427 t 18034 18112 3184 t 13494 18034 13605 t 16822 15944 19087 t 14716 20790 19435 t 14370 14371 14503 t 2687 20821 10983 t 8623 8624 8727 t 15137 14032 6592 t 31926 31932 32123 t 14043 14171 14170 t 14042 14043 14170 t 14171 14295 14294 t 14170 14171 14294 t 14295 14421 14420 t 14294 14295 14420 t 14421 14552 14551 t 14420 14421 14551 t 14551 14552 14674 t 14674 14940 5018 t 5018 14940 14939 t 14940 15208 15072 t 14939 14940 15072 t 15208 15340 15339 t 15340 4469 4473 t 15339 15340 4473 t 4469 2037 2265 t 4473 4469 2265 t 2037 187 1214 t 2265 2037 1214 t 187 3405 4162 t 1214 187 4162 t 3405 2697 594 t 4162 3405 594 t 3810 4381 594 t 2697 3810 594 t 6454 2704 4381 t 3810 6454 4381 t 1130 9846 10185 t 13095 6898 6993 t 12869 12883 12868 t 4038 1431 1412 t 14230 14354 14353 t 54 13101 1323 t 14765 14257 15301 t 13935 18724 23467 t 14663 1144 14532 t 13104 12931 1040 t 13191 14663 14532 t 12869 12868 12855 t 14475 13396 13363 t 13747 15199 13730 t 23417 4777 4398 t 14415 14414 14791 t 6196 1328 6197 t 13255 8645 13509 t 3544 2625 2546 t 13694 3919 13695 t 1387 3821 3820 t 14076 13494 13605 t 1274 15133 14090 t 12922 12963 12921 t 5502 13435 5138 t 11509 5150 10520 t 15190 13186 64 t 14093 14360 13862 t 14034 14163 14406 t 13115 13212 13114 t 14002 13882 13155 t 13171 13739 13959 t 13861 1352 2712 t 13155 13457 13454 t 1456 13882 14002 t 2712 1456 14002 t 14406 13171 13959 t 12948 13769 13959 t 522 1566 3440 t 13315 13422 13314 t 13367 12994 13352 t 2568 2153 4842 t 5479 2311 5595 t 2114 14614 13141 t 13761 13875 13874 t 2878 13232 4027 t 22495 2934 21166 t 13232 2878 14868 t 12942 15136 14608 t 13348 12875 14608 t 15136 13846 14608 t 13846 19099 13348 t 13852 70 13621 t 15325 14868 13470 t 14132 13154 3198 t 13567 14132 5211 t 14236 10655 11015 t 67 20 15130 t 3195 13516 5848 t 14506 14628 14627 t 13399 13505 14533 t 6197 44 1032 t 12977 14484 14156 t 14160 1063 1064 t 32216 12687 31903 t 18522 18523 18602 t 2128 13732 13267 t 27406 27407 27531 t 13802 13801 14730 t 14044 14172 14171 t 14043 14044 14171 t 14172 14422 14295 t 14171 14172 14295 t 14295 14422 14421 t 14422 14675 14552 t 14421 14422 14552 t 14552 14675 14674 t 14675 14803 14940 t 14674 14675 14940 t 14940 15209 15208 t 15208 15209 15340 t 15209 4468 4469 t 15340 15209 4469 t 4469 4468 2037 t 2037 1420 187 t 1420 1526 3405 t 187 1420 3405 t 1526 5367 2697 t 3405 1526 2697 t 3931 3810 2697 t 5367 3931 2697 t 49 6454 3810 t 3931 49 3810 t 1348 2704 6454 t 49 1348 6454 t 11754 11015 11768 t 1348 6267 2704 t 13193 13194 13297 t 18439 20611 18438 t 15263 4663 14788 t 14222 5032 13150 t 14788 14789 14795 t 14789 15188 14795 t 15301 13104 1040 t 15188 14281 13902 t 14150 12292 12291 t 1765 14131 4177 t 15199 14513 14510 t 31910 31834 32228 t 14664 13692 14929 t 15186 15199 14510 t 12835 13255 13509 t 1528 14414 14415 t 14351 12835 13509 t 13361 15139 14935 t 14918 1135 12824 t 13620 14351 13509 t 12494 1433 11914 t 13079 12365 14380 t 13019 13095 13018 t 14485 14548 1135 t 3440 13045 12947 t 14597 14725 14221 t 12978 6701 13910 t 13004 13742 14347 t 13212 13211 13114 t 13739 12948 13959 t 14731 13004 14347 t 13004 14731 13769 t 12948 13004 13769 t 14349 14482 14347 t 13742 14349 14347 t 13533 13645 13532 t 13210 13316 13209 t 13512 13843 14669 t 13151 13152 13346 t 12877 1143 3570 t 13874 13994 13993 t 13643 13644 13760 t 13303 13567 5211 t 1529 3126 12971 t 1249 13852 13171 t 70 13470 13621 t 12875 13348 19018 t 15458 15401 15459 t 3574 593 13071 t 15949 15948 15866 t 13852 13621 13171 t 16779 16869 16868 t 5211 14132 3198 t 70 15325 13470 t 14124 14247 14246 t 13154 1529 13188 t 21546 23908 25013 t 12982 14025 54 t 16593 16678 18744 t 13112 13111 13030 t 11100 4977 1166 t 13642 13643 13759 t 31941 32086 31905 t 19847 19939 19846 t 25788 25913 25787 t 14327 1380 18747 t 2116 608 493 t 13844 4723 4849 t 7364 8464 9153 t 14044 14045 14172 t 14172 14423 14422 t 14422 14423 14675 t 14423 14676 14675 t 14676 14804 14803 t 14675 14676 14803 t 14803 14804 14940 t 4468 1804 2037 t 1804 2558 1420 t 2037 1804 1420 t 2558 5486 1526 t 1420 2558 1526 t 5486 4653 5367 t 1526 5486 5367 t 4653 3931 5367 t 2703 1348 49 t 153 6267 1348 t 2703 153 1348 t 16598 12159 16597 t 153 6193 6267 t 225 13707 4981 t 11590 11505 10586 t 13000 14937 1131 t 18072 15694 15780 t 12877 3570 13302 t 14490 14613 13808 t 1765 4177 14259 t 6356 139 5498 t 5614 6356 5498 t 6356 6062 139 t 6062 1853 139 t 3690 1528 14415 t 1881 823 1853 t 14218 1528 3690 t 14414 14664 14791 t 12424 14071 13945 t 13363 14218 3690 t 14093 12847 13144 t 13022 13011 2953 t 14729 2751 14997 t 13330 3440 12947 t 20789 18007 20527 t 5386 3696 13167 t 3440 13123 13045 t 14283 14408 12985 t 13210 13209 13112 t 8624 8728 8727 t 14123 14124 14246 t 13423 13533 13422 t 2189 13123 3440 t 13423 13422 13315 t 13645 13644 13532 t 13316 13423 13315 t 13533 13532 13422 t 5218 3774 394 t 3301 1666 13325 t 14735 13013 1566 t 13248 14735 1566 t 14615 520 1895 t 1563 3679 4517 t 13188 1529 12971 t 3126 4644 1245 t 14666 14542 14989 t 1249 13171 14989 t 11898 11815 1550 t 3084 3085 19356 t 12925 12926 12966 t 12967 13039 13038 t 12966 12967 13038 t 293 389 14666 t 14542 202 14989 t 12891 13328 399 t 3198 13154 13188 t 13542 12891 399 t 13328 14668 1246 t 32169 22394 24454 t 13773 14023 12998 t 4626 12889 14379 t 13708 13707 12424 t 5945 5382 3555 t 13644 13643 13532 t 5130 1328 6196 t 25445 25954 24227 t 12202 12851 12863 t 3301 14607 1666 t 32187 12695 31921 t 116 3082 5503 t 14494 12614 10517 t 14046 14173 14172 t 14045 14046 14172 t 14173 14423 14172 t 14423 14677 14676 t 14676 14677 14804 t 14804 15209 14940 t 14941 4348 15209 t 15209 4348 4468 t 4468 4348 1804 t 1804 959 2558 t 959 705 5486 t 2558 959 5486 t 705 4778 4653 t 5486 705 4653 t 71 49 3931 t 4653 71 3931 t 2101 2703 49 t 71 2101 49 t 5492 153 2703 t 2101 5492 2703 t 6160 6193 153 t 5492 6160 153 t 26 13256 15264 t 6160 13251 6193 t 25324 25325 25426 t 14331 14463 12038 t 31896 32303 31889 t 20254 20165 11030 t 232 637 233 t 21751 22915 22914 t 233 5614 232 t 5614 5498 232 t 32034 31832 32357 t 1215 2807 2964 t 13508 13673 13618 t 4767 13809 4651 t 13508 13618 13170 t 13510 13508 13170 t 12899 12922 12898 t 13673 15264 13618 t 4592 15330 4715 t 18311 18310 18230 t 13223 13235 13134 t 4592 4715 15321 t 14247 14374 14373 t 423 422 1777 t 13066 5386 13167 t 13123 13134 13045 t 3315 15007 4894 t 14610 14739 14738 t 7384 10073 8787 t 13809 8468 4651 t 11100 9 4977 t 3896 15143 15279 t 12680 11915 12681 t 14044 14043 9094 t 13113 13112 13031 t 15272 14098 13516 t 1883 4589 13963 t 13032 13113 13031 t 12959 13031 12958 t 13010 13009 1767 t 1531 3774 4 t 5732 1885 5611 t 12971 3126 1245 t 5381 1559 1662 t 202 1249 14989 t 4644 12891 13542 t 2706 610 934 t 389 14542 14666 t 13039 13120 13119 t 4782 2937 3744 t 10666 1662 10735 t 3371 420 14991 t 1164 15129 13965 t 13965 15129 293 t 16118 18323 17151 t 15129 389 293 t 14668 14870 3526 t 399 13328 1246 t 13134 5386 13066 t 14038 14037 14283 t 14634 13152 13151 t 13214 13215 13320 t 24322 32145 31995 t 12951 13019 13018 t 525 11248 13463 t 14602 13140 12837 t 4894 15007 15142 t 13809 13922 8468 t 8468 13922 14046 t 13251 8573 6193 t 13922 14047 14046 t 14047 14174 14173 t 14046 14047 14173 t 14174 14424 14423 t 14173 14174 14423 t 14677 14805 14804 t 14805 14941 14804 t 14804 14941 15209 t 14941 15341 4348 t 3776 4653 4778 t 6374 71 4653 t 3776 6374 4653 t 152 2101 71 t 6374 152 71 t 1349 5492 2101 t 152 1349 2101 t 6194 6160 5492 t 1349 6194 5492 t 13253 13251 6160 t 6194 13253 6160 t 31880 32301 31910 t 21356 5962 15659 t 4172 13245 13744 t 520 1041 1563 t 12856 12855 12843 t 16597 12159 18830 t 15928 15929 16013 t 13302 3570 1561 t 7286 8645 8942 t 18048 18834 18833 t 15066 14933 14417 t 14286 14411 14417 t 14286 13801 13802 t 855 14286 14417 t 13801 472 14730 t 14411 14286 13802 t 5090 2838 5091 t 14756 14757 14893 t 2381 4592 15321 t 4715 14918 14786 t 3541 5121 1777 t 13507 13845 14156 t 13045 13134 13066 t 13864 13904 14220 t 11861 14137 14260 t 21706 23165 22298 t 1149 16444 1047 t 4164 13437 11248 t 13320 13427 13426 t 17903 17983 15686 t 13214 13320 13319 t 13213 13214 13319 t 8966 31925 12200 t 15279 246 3896 t 12960 12959 12918 t 26659 26658 26528 t 205 302 2830 t 12919 12960 12918 t 13367 13352 13614 t 2117 5732 5611 t 1883 14797 4589 t 1245 4644 13542 t 17762 28058 17763 t 14280 13003 13076 t 13076 13003 13137 t 5031 5030 2937 t 115 5960 295 t 5031 2835 2834 t 21516 21515 27586 t 13066 13167 13003 t 12923 12922 12899 t 2 714 13773 t 13773 714 14023 t 15272 13516 3195 t 1246 14668 3526 t 14037 14408 14283 t 16602 18757 18758 t 13011 14092 5010 t 19421 19517 909 t 14720 14335 496 t 266 13011 5010 t 15544 30331 19946 t 13695 13810 13809 t 13694 13695 13809 t 13810 13923 13922 t 13809 13810 13922 t 13923 14048 14047 t 13922 13923 14047 t 14047 14048 14174 t 14424 14678 14677 t 14423 14424 14677 t 14678 14806 14805 t 14677 14678 14805 t 14805 14806 14941 t 15341 4349 4348 t 4349 2380 1804 t 4348 4349 1804 t 2380 958 959 t 1804 2380 959 t 958 275 705 t 959 958 705 t 275 5143 4778 t 705 275 4778 t 3898 3776 4778 t 5143 3898 4778 t 6284 6374 3776 t 3898 6284 3776 t 5840 152 6374 t 6284 5840 6374 t 3193 1349 152 t 5840 3193 152 t 6280 6194 1349 t 3193 6280 1349 t 32252 32120 31841 t 14595 5247 6655 t 17989 17988 17908 t 3315 14877 15007 t 13245 5152 13744 t 14626 14627 14757 t 15277 12846 15199 t 4779 13288 12814 t 14491 13362 13288 t 12846 4779 12814 t 14491 14933 15066 t 4779 14491 13288 t 14933 855 14417 t 13362 14491 15066 t 13420 13531 13419 t 2232 13345 13235 t 20821 20911 10983 t 5502 13052 12823 t 16198 18777 151 t 391 2116 493 t 15321 4715 14786 t 1328 3799 6197 t 13658 13657 603 t 1119 13658 603 t 12960 13032 12959 t 14220 14219 13181 t 13915 336 1650 t 13319 13318 13212 t 4591 14548 14485 t 11456 13338 20950 t 17909 17989 17908 t 7139 9271 9272 t 14112 14237 14236 t 14111 14112 14236 t 14098 12816 13516 t 8735 8312 4151 t 12897 12919 12896 t 65 2826 14930 t 13432 400 13234 t 12972 13614 15272 t 14006 14022 4537 t 422 6197 1032 t 1142 3317 15319 t 14237 14363 14362 t 14236 14237 14362 t 14363 14496 14495 t 14362 14363 14495 t 14496 14619 14618 t 13075 13002 14633 t 14495 14496 14618 t 14250 3317 1142 t 14633 14250 1142 t 3799 1999 1531 t 13432 13234 13133 t 12972 15272 5960 t 5455 6663 5573 t 10565 10715 17936 t 5373 11176 11177 t 5370 5141 1776 t 13585 13696 13695 t 5259 9723 7755 t 13695 13696 13810 t 13810 13924 13923 t 13924 14049 14048 t 13923 13924 14048 t 14049 14175 14174 t 14048 14049 14174 t 14175 14296 14424 t 14174 14175 14424 t 14296 14297 14424 t 14297 14553 14424 t 14553 14679 14678 t 14424 14553 14678 t 14679 14807 14806 t 14678 14679 14806 t 14806 14807 14941 t 14941 15210 15341 t 15210 15342 15341 t 15342 4350 4349 t 15341 15342 4349 t 4349 4350 2380 t 4350 957 958 t 2380 4350 958 t 958 957 275 t 4292 3898 5143 t 3913 6284 3898 t 4292 3913 3898 t 2829 5840 6284 t 3913 2829 6284 t 176 3193 5840 t 2829 176 5840 t 6195 6280 3193 t 176 6195 3193 t 8164 398 14595 t 6195 13259 6280 t 14169 9857 14 t 4635 4758 2192 t 3936 13366 4052 t 14758 14895 14894 t 13770 15277 13768 t 12846 12814 15199 t 13873 13993 13992 t 13872 13873 13992 t 13873 13872 13758 t 13759 13873 13758 t 13759 13758 13641 t 13642 13759 13641 t 13642 13641 13530 t 13531 13642 13530 t 32307 31815 32281 t 4419 13655 13512 t 4300 1063 14160 t 13843 3443 14669 t 251 3180 15337 t 4891 2800 2000 t 15141 15138 13657 t 14089 14219 13904 t 13032 13031 12959 t 13657 13656 5499 t 5960 3195 3196 t 295 5960 3196 t 14870 1560 13075 t 3443 13969 1039 t 14619 14751 14750 t 14618 14619 14750 t 14886 14885 14750 t 14751 14886 14750 t 603 13657 5499 t 1529 13454 3126 t 65 295 2826 t 14797 14930 4589 t 3088 13432 13326 t 12924 12965 12923 t 11014 8528 9940 t 14467 7166 1991 t 13154 13155 1529 t 13454 1168 3126 t 15020 15019 14885 t 14886 15020 14885 t 15158 15157 15019 t 15020 15158 15019 t 15292 15291 15157 t 15158 15292 15157 t 6168 13059 15291 t 15292 6168 15291 t 14132 14002 13154 t 13155 13454 1529 t 251 4140 6089 t 18063 18062 17988 t 3442 3088 13433 t 13433 3088 13326 t 14101 13295 13733 t 25199 25805 31890 t 19533 18508 16826 t 23248 13697 13696 t 13585 23248 13696 t 13697 13811 13810 t 13696 13697 13810 t 13810 13811 13924 t 13924 14050 14049 t 14050 14176 14175 t 14049 14050 14175 t 14176 14297 14296 t 14175 14176 14296 t 14425 14554 14553 t 14297 14425 14553 t 14554 14680 14679 t 14553 14554 14679 t 14680 14808 14807 t 14679 14680 14807 t 14808 14942 14941 t 14807 14808 14941 t 14942 15073 15210 t 14941 14942 15210 t 15073 15342 15210 t 957 1755 275 t 1755 5266 5143 t 275 1755 5143 t 5264 4292 5143 t 5266 5264 5143 t 5264 3913 4292 t 5621 2829 3913 t 374 176 2829 t 5621 374 2829 t 6136 6195 176 t 374 6136 176 t 13260 13259 6195 t 6136 13260 6195 t 32166 20140 20047 t 14106 14656 13450 t 14757 14758 14894 t 14895 15029 15028 t 12827 13770 12826 t 15277 15199 13768 t 13993 14122 14121 t 13992 13993 14121 t 13570 13678 14723 t 12940 12935 1345 t 13345 12935 12940 t 4300 13772 5479 t 1666 14607 14735 t 13235 13345 12940 t 32158 31915 31922 t 41 2111 1328 t 3296 2309 3008 t 26576 26073 24460 t 14935 14936 14486 t 13905 14089 13904 t 14089 14128 4591 t 3570 13433 4172 t 1999 603 5499 t 5960 15272 3195 t 295 3196 2826 t 14336 1560 14870 t 13002 14250 14633 t 2626 2385 13059 t 6168 2626 13059 t 3697 3698 2385 t 2626 3697 2385 t 1168 13460 4644 t 3697 1360 5024 t 3126 1168 4644 t 14797 65 14930 t 15266 13963 13197 t 1143 3442 13433 t 13666 16993 13040 t 1065 4758 14031 t 13567 2712 14132 t 14002 13155 13154 t 3698 3697 5024 t 1360 3812 5024 t 9728 6701 9875 t 5024 3812 1253 t 715 825 2695 t 23723 31965 32323 t 3566 13861 13567 t 2712 14002 14132 t 15191 2555 14337 t 12978 2555 15191 t 13152 14289 13456 t 14289 13455 13456 t 2827 12994 13367 t 13967 2877 13772 t 9177 13259 9279 t 14219 14089 4591 t 92 21018 20928 t 29168 29167 29072 t 23087 23171 21870 t 13811 13925 13924 t 13925 14051 14050 t 13924 13925 14050 t 14051 14177 14176 t 14050 14051 14176 t 14177 14298 14297 t 14176 14177 14297 t 14298 14426 14425 t 14297 14298 14425 t 14426 14555 14554 t 14425 14426 14554 t 14555 14808 14680 t 14554 14555 14680 t 14809 14943 14942 t 14808 14809 14942 t 14943 15074 15073 t 14942 14943 15073 t 15073 15074 15342 t 15342 4352 4350 t 4350 4352 957 t 957 4352 1755 t 1755 5265 5266 t 4885 5264 5266 t 5265 4885 5266 t 5263 3913 5264 t 4885 5263 5264 t 5620 5621 3913 t 5263 5620 3913 t 2578 374 5621 t 5620 2578 5621 t 6137 6136 374 t 2578 6137 374 t 13261 13260 6136 t 6137 13261 6136 t 18829 16595 16596 t 7303 6703 10068 t 14894 14895 15028 t 5208 5084 5085 t 604 12827 395 t 13770 13768 12826 t 13650 13651 17427 t 13996 13997 14125 t 13649 13650 13766 t 13532 13643 13531 t 17989 18063 17988 t 13421 13532 13420 t 13643 13642 13531 t 520 1563 1895 t 1895 1563 4517 t 20814 25954 25445 t 14254 15302 13156 t 13640 13757 13756 t 13639 13640 13756 t 15200 14547 14548 t 13326 13133 13245 t 422 1032 1665 t 14022 4536 4537 t 933 3928 4041 t 14668 14336 14870 t 1560 13002 13075 t 300 14336 14668 t 13328 300 14668 t 4644 13460 12891 t 13460 300 13328 t 12898 12921 12897 t 12891 13460 13328 t 1032 44 5370 t 12868 12882 12867 t 3818 74 73 t 13456 13455 14744 t 13455 3442 14744 t 2555 14293 14337 t 14337 14293 12836 t 14614 13861 3566 t 31901 31256 31896 t 7463 8966 12200 t 16139 715 17445 t 825 715 1351 t 31999 32312 32063 t 715 16139 5956 t 13153 2711 13749 t 14293 12910 12836 t 44 4 5370 t 14255 14289 13152 t 14278 6590 6589 t 13133 13234 12929 t 18507 18587 18586 t 29826 29827 6751 t 13610 3496 14849 t 8632 9070 3625 t 32167 31891 31842 t 13698 13697 1008 t 13812 13926 13925 t 13811 13812 13925 t 13926 14052 14051 t 13925 13926 14051 t 14052 14178 14177 t 14051 14052 14177 t 14178 14299 14298 t 14177 14178 14298 t 14299 14427 14426 t 14298 14299 14426 t 14427 14556 14555 t 14426 14427 14555 t 14555 14556 14808 t 14556 14810 14809 t 14808 14556 14809 t 14810 14944 14943 t 14809 14810 14943 t 14944 15075 15074 t 14943 14944 15074 t 15075 15211 15074 t 15211 4352 15342 t 15074 15211 15342 t 1899 1756 1755 t 4352 1899 1755 t 1756 2204 5265 t 1755 1756 5265 t 4763 4885 5265 t 2204 4763 5265 t 5140 5263 4885 t 4763 5140 4885 t 2959 5620 5263 t 5140 2959 5263 t 13511 6137 2578 t 5620 13511 2578 t 13511 13261 6137 t 18686 18010 16924 t 2192 1065 2193 t 13698 23000 13811 t 32049 31992 32083 t 2696 604 1448 t 12827 12826 395 t 5148 5149 2313 t 228 145 5149 t 930 13658 1119 t 13997 14126 14125 t 16742 18169 18167 t 18143 18142 18062 t 13733 12912 13734 t 13806 15133 1274 t 31916 31878 32150 t 31972 31918 32042 t 14372 14506 14505 t 421 1776 1564 t 12824 13845 13507 t 4591 15200 14548 t 6789 1238 8462 t 2189 13158 13123 t 1777 1665 3541 t 13250 2348 14256 t 2348 14762 14400 t 30042 30138 30137 t 3087 13543 13843 t 12921 12920 12897 t 1065 1064 2193 t 12868 12867 12854 t 31953 27645 15379 t 14245 14372 14505 t 6193 8573 6267 t 14360 4300 14160 t 14744 3442 1143 t 14601 576 15319 t 12910 2711 13153 t 14634 14255 13152 t 13861 2712 13567 t 12836 12910 13153 t 13731 13960 4721 t 4027 12909 14349 t 27655 27781 27654 t 17157 17158 17255 t 17637 17487 15992 t 17065 17160 17159 t 16889 16977 16976 t 2878 4027 13742 t 12909 14614 14349 t 13749 13863 13413 t 13863 2828 13413 t 16837 1347 16838 t 3247 14255 14634 t 20951 11456 20950 t 12288 12374 14530 t 18740 18739 18658 t 18506 18507 18586 t 7175 11031 12605 t 7175 85 11031 t 15251 7175 12605 t 85 11668 11031 t 13813 13927 13926 t 13811 23000 13812 t 13927 14053 14052 t 13926 13927 14052 t 14053 14179 14178 t 14052 14053 14178 t 14179 14300 14299 t 14178 14179 14299 t 14300 14428 14427 t 14299 14300 14427 t 14428 14557 14556 t 14427 14428 14556 t 14557 14811 14810 t 14556 14557 14810 t 14810 14811 14944 t 14811 15076 15075 t 14944 14811 15075 t 15076 15212 15211 t 15075 15076 15211 t 15212 15343 4352 t 15211 15212 4352 t 4352 15343 1899 t 1899 8 1756 t 8 272 2204 t 1756 8 2204 t 5946 4763 2204 t 272 5946 2204 t 5022 5140 4763 t 5946 5022 4763 t 5619 2959 5140 t 5022 5619 5140 t 2154 5620 2959 t 5619 2154 2959 t 3933 13511 5620 t 2154 3933 5620 t 13263 13261 13511 t 3933 13263 13511 t 10735 10738 12347 t 6898 13193 13297 t 3439 720 6072 t 720 13017 2005 t 2230 2696 2112 t 604 395 1448 t 1062 1422 2313 t 1422 5148 2313 t 5130 41 1328 t 14744 1143 12877 t 18036 14208 14209 t 17924 16742 18167 t 13102 1667 13265 t 336 78 1650 t 1564 23180 23179 t 11907 32108 2932 t 18586 18587 18658 t 21359 32210 32012 t 32230 26827 31890 t 14548 14547 1774 t 13456 14744 14613 t 13949 18990 8310 t 16015 16014 15930 t 18112 2203 3184 t 1236 6196 6197 t 1237 186 13000 t 13614 14098 15272 t 13843 13544 14287 t 14285 115 295 t 18826 18825 18743 t 14258 14359 13355 t 13116 13115 13034 t 18063 18143 18062 t 13088 4592 2381 t 1321 1320 6044 t 4858 14338 4857 t 1321 7660 8145 t 12872 22990 22989 t 1032 421 1665 t 20771 20863 20770 t 2711 13863 13749 t 13413 2828 14165 t 2878 13742 13004 t 14868 2878 13004 t 17137 15920 15997 t 18936 593 12875 t 16030 16229 16120 t 13038 13039 13119 t 15118 11868 23133 t 14868 13004 12948 t 13470 14868 12948 t 2876 13242 15303 t 2828 2187 14165 t 4598 13080 16371 t 12889 3247 14634 t 6330 10376 30191 t 12878 2930 10331 t 18740 18822 18739 t 18659 18740 18658 t 30689 18908 18909 t 18822 18908 18821 t 15251 12605 14970 t 14844 15251 14970 t 13813 13926 13812 t 13927 14054 14053 t 14054 14180 14179 t 14053 14054 14179 t 14180 14301 14300 t 14179 14180 14300 t 14301 14429 14428 t 14300 14301 14428 t 14429 14558 14557 t 14428 14429 14557 t 14558 14811 14557 t 14812 14945 14811 t 14945 15077 15076 t 14811 14945 15076 t 15076 15077 15212 t 15212 15344 15343 t 15344 4351 15343 t 15343 4351 1899 t 1899 5132 8 t 5132 5609 272 t 8 5132 272 t 4628 5946 272 t 5609 4628 272 t 4897 5022 5946 t 4628 4897 5946 t 3081 5619 5022 t 4897 3081 5022 t 2579 2154 5619 t 3081 2579 5619 t 13652 3933 2154 t 2579 13652 2154 t 13264 13263 3933 t 13652 13264 3933 t 31892 31922 31960 t 13264 14549 13263 t 240 4887 14798 t 2696 1448 2112 t 4759 576 128 t 26194 27565 21450 t 1166 1062 2313 t 13788 15300 13787 t 15562 15486 15563 t 14588 18036 14209 t 14800 13351 12838 t 12912 13265 13734 t 6202 6291 6290 t 911 6283 1236 t 14541 14400 5257 t 14400 13972 5257 t 13792 14746 14541 t 5257 13972 12889 t 14026 12888 14025 t 14130 12888 13792 t 12888 14256 13792 t 13871 13991 13990 t 2964 2963 205 t 13972 3247 12889 t 246 110 3896 t 4840 12982 54 t 27210 27211 26464 t 29415 29414 29309 t 2701 14258 13355 t 14101 13016 13295 t 13014 13654 2707 t 12946 1650 78 t 12695 32187 12694 t 14999 4736 4857 t 14356 13064 14338 t 14043 2103 9094 t 18223 18222 18142 t 2187 12970 12953 t 23464 23465 23015 t 4027 14349 13742 t 14165 2187 12953 t 13120 13217 13216 t 13621 13470 13739 t 610 4041 6071 t 4782 5031 2937 t 934 610 6071 t 13470 12948 13739 t 15034 2876 15303 t 1254 2383 13242 t 20253 11563 20230 t 20675 20676 20770 t 20581 20676 20675 t 226 8878 14549 t 20580 20581 20675 t 20676 20771 20770 t 24241 24261 25523 t 25523 27153 27148 t 14844 14970 13896 t 13782 14844 13896 t 13814 13928 13927 t 13814 13927 13813 t 13928 14055 14054 t 13927 13928 14054 t 14055 14181 14180 t 14054 14055 14180 t 14181 14302 14301 t 14180 14181 14301 t 14302 14430 14429 t 14301 14302 14429 t 14430 14559 14558 t 14429 14430 14558 t 14559 14681 14811 t 14558 14559 14811 t 14681 14813 14812 t 14811 14681 14812 t 14813 14946 14945 t 14812 14813 14945 t 14946 15078 15077 t 14945 14946 15077 t 15078 15213 15212 t 15077 15078 15212 t 15213 4351 15344 t 15212 15213 15344 t 4231 1921 4351 t 1921 1780 1899 t 4351 1921 1899 t 1780 2206 5132 t 1899 1780 5132 t 2206 1234 5609 t 5132 2206 5609 t 1234 2559 4628 t 5609 1234 4628 t 4775 4897 4628 t 2559 4775 4628 t 5618 3081 4897 t 4775 5618 4897 t 248 2579 3081 t 5618 248 3081 t 1322 13652 2579 t 248 1322 2579 t 13266 13264 13652 t 1322 13266 13652 t 14594 14549 13264 t 13266 14594 13264 t 7006 9846 7273 t 14594 226 14549 t 8778 226 8163 t 6706 8436 9742 t 13518 6803 7059 t 15306 10586 14226 t 18143 18223 18142 t 14259 14860 12994 t 19534 9157 19507 t 18834 19534 18833 t 12990 10447 14800 t 13733 13734 12838 t 13793 5091 1454 t 32002 31847 30815 t 31942 32027 31986 t 13318 13317 13211 t 14503 14504 14625 t 18303 18302 18222 t 13795 22784 22652 t 15627 17298 2874 t 13247 13100 2831 t 9723 5259 2928 t 1458 4294 1130 t 13100 1458 1130 t 23842 28431 30649 t 12885 12886 12901 t 112 684 3555 t 12596 13984 14112 t 13265 1667 13165 t 1243 112 3555 t 27713 22549 22144 t 13221 1353 5139 t 12694 32187 12003 t 4717 4856 1778 t 14879 14998 14356 t 1662 15170 10735 t 14998 1778 13064 t 14356 14998 13064 t 13309 13310 13417 t 18223 18303 18222 t 7285 14550 3658 t 7937 4150 7262 t 15034 15303 12953 t 12970 15034 12953 t 14163 14989 13171 t 13317 13424 13316 t 1851 5480 1312 t 13646 13763 13762 t 11818 10490 11816 t 13148 13773 2794 t 2462 293 14793 t 14666 14989 14163 t 13092 2571 4965 t 2876 1254 13242 t 26056 31883 32205 t 13102 8580 6372 t 27026 27155 27025 t 496 14335 66 t 20488 20581 20580 t 20487 20488 20580 t 27278 27402 27277 t 27527 27526 27401 t 19953 27724 17423 t 27782 2125 27781 t 13815 13929 13928 t 13929 14056 14055 t 13928 13929 14055 t 14056 14182 14181 t 14055 14056 14181 t 14182 14303 14302 t 14181 14182 14302 t 14303 14431 14430 t 14302 14303 14430 t 14431 14560 14559 t 14430 14431 14559 t 14560 14682 14681 t 14559 14560 14681 t 14682 14814 14813 t 14681 14682 14813 t 14813 14814 14946 t 14946 14814 15078 t 15078 15214 15213 t 15214 15345 4351 t 15213 15214 4351 t 15345 4232 4231 t 4351 15345 4231 t 4232 2036 1921 t 4231 4232 1921 t 2036 3330 1780 t 1921 2036 1780 t 3330 3424 2206 t 1780 3330 2206 t 3424 4627 1234 t 2206 3424 1234 t 4627 1235 2559 t 1234 4627 2559 t 4652 4775 2559 t 1235 4652 2559 t 3197 5618 4775 t 4652 3197 4775 t 3313 248 5618 t 3197 3313 5618 t 1028 1322 248 t 3313 1028 248 t 13268 13266 1322 t 1028 13268 1322 t 14600 14594 13266 t 13268 14600 13266 t 227 226 14594 t 14600 227 14594 t 10644 897 10441 t 227 119 226 t 6283 6196 1236 t 1360 73 3812 t 12373 14653 9048 t 15300 12938 15286 t 2113 1882 4891 t 14352 14226 12990 t 6161 13799 14290 t 10644 11999 15151 t 18377 18376 18302 t 14458 13382 1222 t 29875 29970 29784 t 32044 31832 32034 t 13965 293 2462 t 13289 13965 2462 t 8675 4395 1779 t 293 14666 14793 t 19617 15796 30292 t 28646 28741 28645 t 15135 13864 13806 t 18303 18377 18302 t 18452 18451 18376 t 68 2804 21 t 10378 12505 12755 t 21254 12212 21972 t 21567 24208 21917 t 11505 11416 10582 t 14227 6475 14879 t 14350 14227 14879 t 6475 15134 14998 t 14879 6475 14998 t 15134 13856 1778 t 14998 15134 1778 t 8319 8320 15039 t 1778 13856 4717 t 5833 5713 5714 t 24926 11145 11224 t 14358 14233 2383 t 1254 14358 2383 t 13621 13739 13171 t 13247 2831 14233 t 29492 29594 29593 t 10213 13561 6589 t 10073 10074 14107 t 18172 14468 1003 t 13984 14113 14112 t 14793 14666 14163 t 18377 18452 18376 t 15130 2753 3183 t 32228 32004 32059 t 31682 30296 15551 t 10907 1003 11816 t 20297 20298 20391 t 2816 15240 15187 t 20392 20488 20487 t 20391 20392 20487 t 32076 31819 31841 t 19407 19493 31277 t 13816 13930 13929 t 13815 13816 13929 t 13930 14057 14056 t 13929 13930 14056 t 14057 14183 14182 t 14056 14057 14182 t 14183 14304 14303 t 14182 14183 14303 t 14304 14432 14431 t 14303 14304 14431 t 14432 14561 14560 t 14431 14432 14560 t 14561 14683 14682 t 14560 14561 14682 t 14683 14815 14814 t 14682 14683 14814 t 14815 14947 14814 t 14947 15079 15078 t 14814 14947 15078 t 15079 15215 15214 t 15078 15079 15214 t 15215 15346 15345 t 15214 15215 15345 t 15346 4230 4232 t 15345 15346 4232 t 4230 2150 2036 t 4232 4230 2036 t 2150 3329 3330 t 2036 2150 3330 t 3329 4413 3424 t 3330 3329 3424 t 4413 36 4627 t 3424 4413 4627 t 29 1235 4627 t 36 29 4627 t 29 4652 1235 t 3320 3197 4652 t 337 3313 3197 t 3320 337 3197 t 14151 1028 3313 t 337 14151 3313 t 13273 13268 1028 t 14151 13273 1028 t 14604 14600 13268 t 13273 14604 13268 t 14604 144 227 t 14600 14604 227 t 144 398 119 t 227 144 119 t 7238 8163 6404 t 12377 12290 12291 t 1119 603 1999 t 12850 12849 1882 t 2113 12850 1882 t 4963 15306 14352 t 10447 13351 14800 t 10067 8055 3780 t 22501 21205 18487 t 13194 13193 13096 t 13097 13194 13096 t 2187 13068 12970 t 22414 21674 22203 t 12863 10331 12419 t 14764 13561 10213 t 14113 14238 14237 t 13214 13213 13116 t 14112 14113 14237 t 13003 13058 13137 t 13117 13214 13116 t 11011 12596 14112 t 14038 14283 15004 t 1135 1774 2587 t 12963 13035 12962 t 12878 10331 12863 t 13906 5101 5224 t 15003 14228 6475 t 14227 15003 6475 t 6475 14228 15134 t 15134 12989 13856 t 16642 1282 16727 t 32051 26571 32163 t 4732 4717 4855 t 5101 13906 15003 t 15369 3628 15368 t 10447 10582 11334 t 14358 13247 14233 t 3495 13724 13725 t 13616 14280 13076 t 13260 13261 7268 t 14238 14364 14363 t 14237 14238 14363 t 14364 14497 14496 t 14363 14364 14496 t 714 13971 14023 t 15328 923 156 t 19939 20028 19938 t 13726 3495 13725 t 32182 32014 32317 t 10490 10427 11816 t 1003 11818 11816 t 28623 28622 28540 t 20205 20298 20297 t 20204 20205 20297 t 21758 23901 23902 t 19329 6542 6540 t 13817 13931 13930 t 13816 13817 13930 t 13931 14058 14057 t 13930 13931 14057 t 14058 14184 14183 t 14057 14058 14183 t 14183 14184 14304 t 14304 14433 14432 t 14433 14562 14561 t 14432 14433 14561 t 14562 14684 14683 t 14561 14562 14683 t 14684 14816 14815 t 14683 14684 14815 t 14816 14948 14947 t 14815 14816 14947 t 14948 15080 15079 t 14947 14948 15079 t 15079 15080 15215 t 15346 4229 4230 t 4229 1920 2150 t 4230 4229 2150 t 1920 3453 3329 t 2150 1920 3329 t 3453 4295 4413 t 3329 3453 4413 t 4295 1024 36 t 4413 4295 36 t 3066 29 36 t 1024 3066 36 t 4169 4652 29 t 3066 4169 29 t 6077 3320 4652 t 4169 6077 4652 t 14993 337 3320 t 6077 14993 3320 t 14993 13185 14151 t 337 14993 14151 t 13185 13274 13273 t 14151 13185 13273 t 13273 13274 14604 t 14604 46 144 t 46 2231 398 t 144 46 398 t 2231 4395 14595 t 398 2231 14595 t 14605 4855 13901 t 8755 3900 8055 t 13794 13788 12849 t 12850 13794 12849 t 14226 10447 12990 t 27920 27919 27866 t 10067 3780 2423 t 14355 14354 14231 t 15645 15646 15729 t 2436 4643 13574 t 1774 221 2701 t 1511 1408 7596 t 392 2117 2584 t 14497 14620 14619 t 14496 14497 14619 t 14752 14751 14619 t 13623 5223 5222 t 14620 14752 14619 t 13181 4591 15330 t 15133 14220 13088 t 3542 2782 3666 t 13034 13115 13033 t 13906 15273 15003 t 14316 14315 23204 t 11775 11861 11774 t 15003 15273 14228 t 32282 32232 31908 t 32259 32209 31903 t 14469 12988 12989 t 15134 14469 12989 t 12988 13125 13901 t 12989 12988 13901 t 13125 497 14605 t 13901 13125 14605 t 14074 18092 14468 t 3778 3416 17184 t 14798 15059 15058 t 6422 10372 10436 t 13680 15319 13083 t 13431 13001 13148 t 14887 14886 14751 t 14752 14887 14751 t 15021 15020 14886 t 14887 15021 14886 t 14695 14694 14570 t 13074 1142 13680 t 15138 13904 13864 t 685 112 156 t 3495 11500 13724 t 465 1851 13738 t 18253 18252 10907 t 15239 17804 18253 t 31943 24012 31864 t 18065 18145 18064 t 20298 20392 20391 t 20113 20114 20204 t 18264 18341 18340 t 19408 19495 19494 t 13817 13932 13931 t 13931 13932 14058 t 14058 14185 14184 t 14185 14305 14304 t 14184 14185 14304 t 14305 14434 14433 t 14304 14305 14433 t 14434 14563 14562 t 14433 14434 14562 t 14563 14685 14684 t 14562 14563 14684 t 14685 14817 14816 t 14684 14685 14816 t 14817 14949 14948 t 14816 14817 14948 t 14948 14949 15080 t 15080 15216 15215 t 15216 15347 15346 t 15215 15216 15346 t 15347 4228 4229 t 15346 15347 4229 t 4229 4228 1920 t 4228 3452 3453 t 1920 4228 3453 t 3452 4533 4295 t 3453 3452 4295 t 4533 4404 1024 t 4295 4533 1024 t 1033 3066 1024 t 4404 1033 1024 t 4291 4169 3066 t 1033 4291 3066 t 4291 5617 6077 t 4169 4291 6077 t 5617 580 14993 t 6077 5617 14993 t 580 12973 13185 t 14993 580 13185 t 12973 13275 13274 t 13185 12973 13274 t 13275 14606 14604 t 13274 13275 14604 t 14606 45 46 t 14604 14606 46 t 45 2464 2231 t 46 45 2231 t 1779 4395 2231 t 2464 1779 2231 t 4597 4598 16371 t 1856 2315 2437 t 15307 15300 13788 t 18912 17716 30937 t 14511 15306 4963 t 43 6161 14511 t 2039 15329 13079 t 14408 14407 2510 t 14104 14105 14230 t 5336 5222 5223 t 23162 23280 2001 t 14763 13062 14289 t 14633 1142 13074 t 13467 14633 13074 t 15159 15158 15020 t 15021 15159 15020 t 15293 15292 15158 t 15159 15293 15158 t 13159 13075 13467 t 13075 14633 13467 t 4186 4310 4309 t 9368 13261 13263 t 13437 11734 11653 t 13906 13623 15273 t 31847 32002 32344 t 4728 4729 497 t 13970 1457 14469 t 12786 32089 32149 t 1457 606 12988 t 14469 1457 12988 t 606 852 13125 t 12988 606 13125 t 852 4852 497 t 13125 852 497 t 13040 16993 13121 t 10009 5724 9893 t 1211 3938 1421 t 221 14258 2701 t 14870 13075 13159 t 4846 6673 1612 t 6076 6168 15292 t 15293 6076 15292 t 6168 6076 2626 t 2823 15285 14419 t 17908 17836 15603 t 5382 14515 1243 t 17804 18252 18253 t 31969 32083 32260 t 5455 7444 6663 t 16084 9941 17288 t 20023 20024 20113 t 20114 20205 20204 t 19355 17151 18323 t 18458 18457 18382 t 19458 13818 13817 t 13932 14059 14058 t 14058 14059 14185 t 14185 14306 14305 t 14306 14435 14434 t 14305 14306 14434 t 14435 14564 14563 t 14434 14435 14563 t 14564 14686 14685 t 14563 14564 14685 t 14686 14818 14817 t 14685 14686 14817 t 14818 14950 14949 t 14817 14818 14949 t 14950 15081 15080 t 14949 14950 15080 t 15081 15217 15216 t 15080 15081 15216 t 15216 15217 15347 t 15347 4227 4228 t 4227 1803 4228 t 1803 4533 3452 t 4228 1803 3452 t 4173 1625 4404 t 4533 4173 4404 t 1625 2320 1033 t 4404 1625 1033 t 2320 4410 4291 t 1033 2320 4291 t 4410 3319 5617 t 4291 4410 5617 t 3319 15000 580 t 5617 3319 580 t 15000 13086 12973 t 580 15000 12973 t 13086 13276 13275 t 12973 13086 13275 t 13276 14609 14606 t 13275 13276 14606 t 14609 47 45 t 14606 14609 45 t 3316 2464 45 t 47 3316 45 t 13804 1779 2464 t 3316 13804 2464 t 12071 11900 14335 t 1243 14515 15172 t 13794 15307 13788 t 13165 14671 14278 t 15306 14226 14352 t 15307 12941 12938 t 13864 14220 15133 t 21438 17589 19254 t 1032 5370 421 t 14255 14763 14289 t 2590 17621 27148 t 1142 15319 13680 t 243 2960 165 t 2626 3819 3697 t 15285 4893 14419 t 3819 3818 73 t 3697 3819 1360 t 12616 32231 10594 t 27942 27994 27941 t 12915 11020 11091 t 14514 15032 15169 t 15032 14783 13970 t 15169 15032 13970 t 14783 13624 1457 t 13970 14783 1457 t 13624 12987 606 t 1457 13624 606 t 12987 13855 852 t 606 12987 852 t 32355 32131 31823 t 852 13855 4852 t 1857 13574 13582 t 18527 18526 18451 t 1318 6093 16286 t 14248 14249 14375 t 13451 15285 2823 t 3526 14870 13159 t 14550 14551 5018 t 6197 3799 44 t 14092 2545 14091 t 32031 32107 32303 t 13043 13056 14110 t 12681 11923 12763 t 13056 13043 1136 t 14127 7283 2360 t 721 13056 1136 t 13056 14127 14110 t 8675 1779 8571 t 14877 15008 15007 t 14859 20836 20070 t 18204 18205 18285 t 14858 14859 20070 t 5841 174 20070 t 19188 19965 19360 t 19444 19188 19360 t 10559 21091 23255 t 11652 11733 9363 t 13933 14060 14059 t 13932 13933 14059 t 14060 14186 14185 t 14059 14060 14185 t 14186 14307 14306 t 14185 14186 14306 t 14307 14436 14435 t 14306 14307 14435 t 14436 14565 14564 t 14435 14436 14564 t 14565 14687 14686 t 14564 14565 14686 t 14687 14819 14818 t 14686 14687 14818 t 14819 14951 14950 t 14818 14819 14950 t 14951 15082 15081 t 14950 14951 15081 t 15082 15218 15217 t 15081 15082 15217 t 15218 15348 15347 t 15217 15218 15347 t 15348 4226 4227 t 15347 15348 4227 t 4226 1690 1803 t 4227 4226 1803 t 1690 3578 4533 t 1803 1690 4533 t 4533 3578 4173 t 1025 1625 4173 t 1025 5142 2320 t 1625 1025 2320 t 5142 1344 4410 t 2320 5142 4410 t 1344 5736 3319 t 4410 1344 3319 t 5736 1241 15000 t 3319 5736 15000 t 1241 13410 13086 t 15000 1241 13086 t 13284 13276 13086 t 13410 13284 13086 t 14616 14609 13276 t 13284 14616 13276 t 1042 47 14609 t 14616 1042 14609 t 5958 3316 47 t 1042 5958 47 t 13917 13804 3316 t 5958 13917 3316 t 6586 10213 6589 t 13917 1775 13804 t 26056 32367 25679 t 25193 21670 12845 t 15300 15307 12938 t 12941 2128 14474 t 8131 13821 13807 t 18034 3184 13605 t 394 822 3777 t 12205 13448 7302 t 14195 14317 13338 t 18433 19962 19974 t 12831 12832 12843 t 14376 1252 201 t 827 3686 2115 t 721 1136 3564 t 3443 14287 13969 t 14638 11686 11772 t 3194 8665 291 t 14514 7944 15032 t 3581 14899 7944 t 14899 13973 14783 t 15032 14899 14783 t 13973 13466 13624 t 14783 13973 13624 t 13466 13978 12987 t 13624 13466 12987 t 13978 523 13855 t 12987 13978 13855 t 1857 14537 1455 t 14537 1857 13582 t 15029 14895 14896 t 18452 18527 18451 t 15189 2700 14728 t 14110 14127 2360 t 13402 13451 2823 t 13119 13120 13216 t 13217 13323 13322 t 8778 1663 226 t 13216 13217 13322 t 18456 18457 18531 t 12857 12858 12870 t 18825 18824 18742 t 827 2115 494 t 2465 827 494 t 3249 6068 1221 t 20952 13976 20951 t 13976 14194 14195 t 20836 5841 20070 t 896 30 12077 t 13078 15055 19256 t 8641 20134 20133 t 12077 11993 9363 t 13934 14061 14060 t 14061 14187 14186 t 14060 14061 14186 t 14187 14308 14307 t 14186 14187 14307 t 14308 14437 14436 t 14307 14308 14436 t 14437 14566 14565 t 14436 14437 14565 t 14566 14688 14687 t 14565 14566 14687 t 14688 14820 14819 t 14687 14688 14819 t 14819 14820 14951 t 14951 15083 15082 t 15082 15083 15218 t 15349 15348 15218 t 4225 4226 15348 t 15349 4225 15348 t 4225 1589 1690 t 4226 4225 1690 t 1589 3577 3578 t 1690 1589 3578 t 3577 4780 4173 t 3578 3577 4173 t 4780 2303 1025 t 4173 4780 1025 t 1025 2303 5142 t 5142 1449 1344 t 1449 5735 5736 t 1344 1449 5736 t 2580 1241 5736 t 5735 2580 5736 t 13540 13410 1241 t 2580 13540 1241 t 13286 13284 13410 t 13540 13286 13410 t 13286 14616 13284 t 1773 1042 14616 t 1554 5958 1042 t 1773 1554 1042 t 13175 13917 5958 t 1554 13175 5958 t 14217 1775 13917 t 13175 14217 13917 t 5950 17004 717 t 10185 13331 1130 t 12938 12941 14474 t 15168 13165 13561 t 19852 19944 19851 t 2128 13267 15139 t 4 3774 5218 t 13843 14287 3443 t 19965 20054 19028 t 5141 4 5218 t 15008 15143 15142 t 13997 13878 13998 t 3686 721 3564 t 15007 15008 15142 t 13534 13533 13423 t 322 2465 323 t 4850 4724 4725 t 13424 13534 13423 t 8429 3581 7944 t 3581 13138 13973 t 14899 3581 13973 t 13138 14593 13466 t 13973 13138 13466 t 14593 13061 13978 t 13466 14593 13978 t 13061 13105 523 t 13978 13061 523 t 13105 13238 14357 t 523 13105 14357 t 13238 4850 14357 t 13260 9279 13259 t 26074 39 21447 t 5361 5248 2671 t 7283 13451 13402 t 2360 7283 13402 t 5145 322 5146 t 3686 3564 2115 t 3180 15206 15337 t 1518 1413 1431 t 10320 30191 10376 t 32344 32087 32332 t 11144 24926 11223 t 13636 12680 12681 t 14894 15028 15027 t 14219 4591 13181 t 13695 3919 4151 t 10040 189 4504 t 11456 13976 14195 t 20676 20677 20771 t 12076 896 12077 t 896 14859 14858 t 15145 15144 15010 t 20424 19444 19883 t 59 12077 9363 t 30 11670 11993 t 13935 14062 14061 t 13934 14060 13933 t 14062 14188 14187 t 14061 14062 14187 t 14188 14309 14308 t 14187 14188 14308 t 14309 14438 14437 t 14308 14309 14437 t 14438 14567 14566 t 14437 14438 14566 t 14567 14689 14688 t 14566 14567 14688 t 14821 14820 14688 t 14689 14821 14688 t 14952 14951 14820 t 14821 14952 14820 t 14951 14952 15083 t 15083 15219 15218 t 15218 15219 15349 t 15349 4224 4225 t 4224 1487 1589 t 4225 4224 1589 t 3695 3577 1589 t 1487 3695 1589 t 4656 4780 3577 t 3695 4656 3577 t 4656 4389 2303 t 4780 4656 2303 t 4389 4899 5142 t 2303 4389 5142 t 4899 5725 1449 t 5142 4899 1449 t 5725 3441 5735 t 1449 5725 5735 t 2223 2580 5735 t 3441 2223 5735 t 1874 13540 2580 t 2223 1874 2580 t 13290 13286 13540 t 1874 13290 13540 t 14632 14616 13286 t 13290 14632 13286 t 1247 1773 14616 t 14632 1247 14616 t 1141 1554 1773 t 1247 1141 1773 t 13084 13175 1554 t 1141 13084 1554 t 13084 116 14217 t 13175 13084 14217 t 3864 3863 15372 t 13165 14278 13561 t 1064 5595 2193 t 14474 2128 15139 t 13267 4590 14936 t 15127 13806 13249 t 13870 13871 13990 t 421 5370 1776 t 3774 822 394 t 2706 2583 610 t 12681 13524 13636 t 4849 13238 14096 t 15279 3670 246 t 2017 748 1165 t 13865 13985 13984 t 24926 11224 11223 t 13985 14114 14113 t 13984 13985 14113 t 13194 13298 9052 t 13194 9052 13297 t 4178 13793 14593 t 13138 4178 14593 t 13793 1454 13061 t 14593 13793 13061 t 1454 14472 13105 t 13061 1454 13105 t 14472 14096 13238 t 13105 14472 13238 t 13844 4849 14096 t 7404 10100 10213 t 16674 20412 20413 t 10185 6559 8787 t 14611 19628 929 t 31884 31872 32056 t 2627 2017 2752 t 2465 494 323 t 14114 14239 14238 t 14113 14114 14238 t 14239 14365 14364 t 14238 14239 14364 t 2017 1165 2752 t 14365 14498 14497 t 19360 19965 19028 t 322 323 5146 t 4855 14605 4731 t 1447 17437 17598 t 18934 19975 30419 t 15694 18072 15693 t 20772 20864 20863 t 18660 16505 18661 t 30 896 14858 t 20771 20772 20863 t 19870 20424 19883 t 18723 18645 174 t 12077 30 11993 t 19962 19870 19883 t 14858 14857 11670 t 14189 14188 14062 t 24895 32145 25009 t 14189 14310 14309 t 14188 14189 14309 t 14310 14439 14438 t 14309 14310 14438 t 14438 14439 14567 t 14567 14439 14689 t 14689 14822 14821 t 14821 14822 14952 t 15084 15083 14952 t 14822 15084 14952 t 15084 15219 15083 t 15349 15219 4224 t 1383 1487 4224 t 3694 3695 1487 t 1383 3694 1487 t 3694 4901 4656 t 3695 3694 4656 t 4901 4171 4389 t 4656 4901 4389 t 4171 5505 4899 t 4389 4171 4899 t 94 5725 4899 t 5505 94 4899 t 6075 3441 5725 t 94 6075 5725 t 2340 2223 3441 t 6075 2340 3441 t 13087 1874 2223 t 2340 13087 2223 t 13291 13290 1874 t 13087 13291 1874 t 14637 14632 13290 t 13291 14637 13290 t 1140 1247 14632 t 14637 1140 14632 t 13850 1141 1247 t 1140 13850 1247 t 13850 1565 13084 t 1141 13850 13084 t 1565 4541 116 t 13084 1565 116 t 9088 10224 5503 t 4541 3082 116 t 7138 7036 1014 t 12786 32149 10087 t 15139 13267 14936 t 11106 934 5496 t 1885 13010 1767 t 13073 3301 13325 t 20029 20119 20118 t 14071 1222 10105 t 3247 2302 14255 t 2583 933 610 t 13079 7301 12365 t 10240 11919 9488 t 2627 2752 2308 t 62 2627 2308 t 14364 14365 14497 t 14621 14620 14497 t 14498 14621 14497 t 14889 14752 14620 t 3897 6887 3788 t 4722 4721 4601 t 32022 32038 32133 t 4178 854 13793 t 10874 32218 32313 t 706 5597 184 t 13060 13569 14472 t 1454 13060 14472 t 13569 4540 14096 t 14472 13569 14096 t 4540 13731 13844 t 14096 4540 13844 t 6993 7866 10326 t 11330 1731 1612 t 686 12998 14023 t 24239 25476 25475 t 62 2308 15287 t 748 5145 1165 t 14621 14889 14620 t 14888 14887 14752 t 14889 14888 14752 t 15152 15287 15151 t 15022 15021 14887 t 9094 2103 8360 t 26780 26779 26658 t 27153 2590 27148 t 26659 26780 26658 t 27604 27599 17621 t 19006 20225 20043 t 12759 22761 22756 t 20952 20951 20863 t 20582 20677 20581 t 5841 18723 174 t 11455 928 18645 t 19444 19360 19883 t 19870 19962 11238 t 30 14858 11670 t 14858 20070 12450 t 27951 10255 28004 t 32227 1426 32032 t 29764 29852 29763 t 29947 29946 29851 t 14440 14439 14310 t 14311 14440 14310 t 14440 14568 14439 t 14568 14690 14689 t 14439 14568 14689 t 14823 14822 14689 t 14690 14823 14689 t 14822 15085 15084 t 15220 15219 15084 t 15085 15220 15084 t 15220 15350 15219 t 15350 4100 4224 t 15219 15350 4224 t 4100 2149 1383 t 4224 4100 1383 t 2149 3815 3694 t 1383 2149 3694 t 5026 4901 3694 t 3815 5026 3694 t 5026 4293 4171 t 4901 5026 4171 t 936 5505 4171 t 4293 936 4171 t 2083 94 5505 t 936 2083 5505 t 5734 6075 94 t 2083 5734 94 t 6075 5734 2340 t 2340 1378 13087 t 1378 13296 13291 t 13087 1378 13291 t 13296 14654 14637 t 13291 13296 14637 t 14654 1137 1140 t 14637 14654 1140 t 1137 13859 13850 t 1140 1137 13850 t 13859 4713 1565 t 13850 13859 1565 t 4538 4541 1565 t 4713 4538 1565 t 9862 3082 4541 t 4538 9862 4541 t 31885 32081 32044 t 14222 5088 16000 t 4590 15190 15189 t 9958 2544 8365 t 12947 13045 14280 t 2309 103 3248 t 14728 14729 14997 t 4054 1649 14378 t 3938 34 3128 t 13096 13193 13095 t 30524 30768 20127 t 14338 13064 4857 t 16991 17079 16990 t 11999 15015 15152 t 14888 15022 14887 t 15160 15159 15021 t 15022 15160 15021 t 15294 15293 15159 t 146 147 12600 t 706 184 607 t 32090 9398 32068 t 5091 2838 13060 t 13193 6898 13095 t 2838 14235 13569 t 13060 2838 13569 t 14235 13653 4540 t 13569 14235 4540 t 13653 13960 13731 t 4540 13653 13731 t 32116 32185 32064 t 16662 14249 1220 t 3670 3128 3249 t 101 82 18993 t 4733 4717 4732 t 15152 62 15287 t 15160 15294 15159 t 15294 137 6076 t 15293 15294 6076 t 137 2508 2626 t 4881 14031 4758 t 16880 16968 17388 t 26900 26899 26779 t 30247 30354 30246 t 2590 27604 17621 t 18455 18456 18530 t 16174 16173 16099 t 13244 15063 13854 t 20677 20772 20771 t 20114 20115 20205 t 18723 11455 18645 t 11455 18074 18053 t 11666 19870 11238 t 18923 1646 8630 t 14857 14858 12450 t 174 1651 12450 t 20579 20580 20674 t 29852 29947 29851 t 10255 27951 10301 t 14311 14312 14440 t 14569 14568 14440 t 14691 14690 14568 t 14569 14691 14568 t 14691 14823 14690 t 15086 15085 14822 t 14823 15086 14822 t 15221 15220 15085 t 15086 15221 15085 t 15351 15350 15220 t 15221 15351 15220 t 4101 4100 15350 t 15351 4101 15350 t 4910 2149 4100 t 4101 4910 4100 t 4910 3815 2149 t 5025 5026 3815 t 5025 4046 4293 t 5026 5025 4293 t 2099 936 4293 t 4046 2099 4293 t 936 2099 2083 t 3567 5734 2083 t 2099 3567 2083 t 2460 2340 5734 t 3567 2460 5734 t 2460 13974 1378 t 2340 2460 1378 t 13974 13304 13296 t 1378 13974 13296 t 13304 14673 14654 t 13296 13304 14654 t 14673 1035 1137 t 14654 14673 1137 t 1035 13880 13859 t 1137 1035 13859 t 13880 15053 4713 t 13859 13880 4713 t 15053 13053 4538 t 4713 15053 4538 t 13053 21 9862 t 4538 13053 9862 t 4882 1966 3177 t 10666 12347 10957 t 14936 4590 15189 t 15190 64 2700 t 10876 10950 13568 t 14075 18172 1003 t 12906 14541 13469 t 12889 14634 14379 t 14037 14039 14408 t 18606 18605 18526 t 31840 32059 32048 t 14374 14508 14507 t 12163 12252 11926 t 10582 10586 11505 t 6076 137 2626 t 14930 2826 14796 t 2508 3818 3819 t 2626 2508 3819 t 2421 8651 3527 t 3819 73 1360 t 6976 801 800 t 10954 9477 11843 t 14464 13726 14333 t 14461 14716 15244 t 13150 5032 14235 t 2838 13150 14235 t 5032 3089 13653 t 14235 5032 13653 t 3089 13050 13960 t 13653 3089 13960 t 3919 13694 4767 t 7138 1014 1120 t 13037 13038 13118 t 2446 2445 2325 t 22990 12872 12858 t 22097 21038 18628 t 14216 4719 13080 t 13200 2382 12913 t 1999 1880 1531 t 13323 13430 13429 t 8468 14046 14045 t 13038 13119 13118 t 24317 5856 17123 t 10883 3941 10377 t 18531 18610 18609 t 19673 19763 19762 t 18742 18741 18660 t 25812 6163 25813 t 20206 20299 20298 t 24317 6641 5856 t 928 11455 18053 t 20205 20206 20298 t 15262 18923 8630 t 18782 6329 18462 t 20070 174 12450 t 20510 13665 1646 t 20675 20770 20769 t 928 18053 18048 t 23049 21377 27728 t 20674 20675 20769 t 14441 14440 14312 t 14313 14441 14312 t 14441 14693 14569 t 14440 14441 14569 t 14692 14691 14569 t 14693 14692 14569 t 14824 14823 14691 t 14692 14824 14691 t 14824 15087 15086 t 14823 14824 15086 t 15222 15221 15086 t 15087 15222 15086 t 15352 15351 15221 t 15222 15352 15221 t 4102 4101 15351 t 15352 4102 15351 t 1689 4910 4101 t 4102 1689 4101 t 4910 5025 3815 t 3932 4046 5025 t 4046 3932 2099 t 3932 3567 2099 t 6074 2105 2460 t 3567 6074 2460 t 2460 2105 13974 t 2105 13306 13304 t 13974 2105 13304 t 13304 13306 14673 t 14673 396 1035 t 396 13900 13880 t 1035 396 13880 t 13900 2832 15053 t 13880 13900 15053 t 2832 14418 13053 t 15053 2832 13053 t 14418 68 21 t 13053 14418 21 t 11778 11694 11695 t 31922 31857 31960 t 15189 15190 2700 t 64 43 14729 t 43 14511 2751 t 2700 64 14729 t 3246 3440 13330 t 14729 43 2751 t 13469 5257 4626 t 8984 713 9088 t 2700 14729 14728 t 5257 12889 4626 t 14468 14467 1991 t 14532 14533 14410 t 16725 16811 16810 t 31831 12693 31835 t 14530 12374 9048 t 13119 13216 13215 t 14860 1649 15128 t 13322 13323 13429 t 13144 13967 13772 t 15861 17590 4666 t 15897 16839 16461 t 1039 13969 521 t 7340 6267 8573 t 14595 6655 8164 t 31834 31902 32004 t 4415 4140 1736 t 14222 14801 3089 t 5032 14222 3089 t 14801 14216 13050 t 3089 14801 13050 t 14216 14087 4719 t 13050 14216 13080 t 12965 12966 13037 t 20778 20777 20682 t 13429 13430 13539 t 13663 11079 12409 t 13505 13367 13614 t 13430 17299 16498 t 24680 24652 27599 t 20683 20778 20682 t 11624 3941 10883 t 9177 13253 6280 t 27330 25528 25418 t 11479 11624 10883 t 16591 18743 16590 t 19588 19673 19672 t 27604 24680 27599 t 18744 18743 16591 t 20299 20393 20392 t 26529 26659 26528 t 18782 18462 13593 t 20298 20299 20392 t 18923 20510 1646 t 13592 18782 13593 t 928 51 18491 t 20976 14580 13665 t 8433 21301 13554 t 18645 928 18491 t 14442 14441 14313 t 14314 14442 14313 t 14694 14693 14441 t 14442 14694 14441 t 14825 14824 14692 t 14693 14825 14692 t 14825 14953 14824 t 14953 15087 14824 t 15223 15222 15087 t 15223 15353 15352 t 15222 15223 15352 t 4103 4102 15352 t 15353 4103 15352 t 1802 1689 4102 t 4103 1802 4102 t 4787 4910 1689 t 1802 4787 1689 t 3069 5025 4910 t 4787 3069 4910 t 3811 3932 5025 t 3069 3811 5025 t 3811 1884 3932 t 1884 5976 3567 t 3932 1884 3567 t 5976 5733 6074 t 3567 5976 6074 t 5733 2224 2105 t 6074 5733 2105 t 2224 13042 2105 t 2105 13042 13306 t 14673 42 396 t 42 14361 13900 t 396 42 13900 t 14361 4414 2832 t 13900 14361 2832 t 2832 4414 14418 t 14418 4414 68 t 31971 32251 32140 t 32313 32045 32178 t 19938 20027 19937 t 17254 2148 2147 t 13677 13436 13791 t 14635 15168 14764 t 14511 4963 4900 t 2751 14511 4900 t 14379 14634 13151 t 4963 14352 203 t 13158 13223 13123 t 6065 1875 2837 t 2005 1885 5732 t 13235 12940 5386 t 11941 12683 14882 t 2108 14656 14106 t 11334 11250 10447 t 12966 13038 13037 t 14533 13505 115 t 13317 13316 13210 t 14782 10733 12591 t 14091 2582 14798 t 14244 14371 14370 t 14243 14244 14370 t 24680 5965 11706 t 3426 14655 13738 t 13094 15056 14801 t 14222 13094 14801 t 15056 14087 14216 t 14801 15056 14216 t 91 475 166 t 14087 12995 4718 t 12924 12925 12965 t 800 1237 13000 t 13534 13646 13645 t 13424 13423 13316 t 9547 8150 1987 t 25419 25530 19140 t 13533 13534 13645 t 20588 20587 20494 t 3062 14291 15130 t 3941 11414 10377 t 20683 20682 20587 t 24785 24317 17123 t 12418 12327 13557 t 26595 12238 26596 t 16855 25309 22713 t 18661 18742 18660 t 18911 18825 18912 t 20393 20489 20488 t 18824 18823 18741 t 18836 18835 18053 t 20489 20582 20488 t 20510 20976 13665 t 18074 18836 18053 t 18645 18491 1651 t 20609 11666 11238 t 14443 14442 14314 t 14191 23205 14313 t 14443 14694 14442 t 14826 14825 14693 t 14694 14826 14693 t 14954 14953 14825 t 14826 14954 14825 t 15088 15087 14953 t 14954 15088 14953 t 15224 15223 15087 t 15088 15224 15087 t 15354 15353 15223 t 15224 15354 15223 t 4104 4103 15353 t 15354 4104 15353 t 2035 1802 4103 t 4104 2035 4103 t 4662 4787 1802 t 2035 4662 1802 t 2665 3069 4787 t 4662 2665 4787 t 3571 3811 3069 t 2665 3571 3069 t 13920 1884 3811 t 3571 13920 3811 t 13920 4888 5976 t 17100 722 723 t 24764 24877 24763 t 17171 1806 1924 t 15554 15555 15638 t 16204 16237 16043 t 17198 17306 16168 t 15802 15801 15714 t 24652 24680 11706 t 8059 9491 7963 t 17695 17856 17928 t 8226 14904 8225 t 16633 16634 16717 t 28821 28820 28726 t 16249 16280 17133 t 1389 16819 1388 t 1351 5956 1453 t 16293 16374 16292 t 17560 17658 17559 t 17162 17163 17261 t 17669 16658 16033 t 17435 3700 16388 t 16166 16009 17017 t 16326 16316 17042 t 15963 17695 17854 t 2337 16731 18006 t 24877 24988 24987 t 13049 15147 16310 t 17259 17260 17358 t 15969 15968 15882 t 5358 17466 17731 t 17648 17649 17743 t 15884 15970 15883 t 16895 16896 16984 t 16698 16785 16873 t 17748 17749 16968 t 16875 16963 16874 t 17103 17576 4353 t 15531 15530 15462 t 15462 15461 15403 t 16376 16458 16457 t 15785 15867 15784 t 16697 16698 16873 t 17073 17167 17166 t 17356 17451 17450 t 1147 1148 16528 t 24540 24539 27520 t 16630 16631 16714 t 16731 17299 16603 t 32239 32160 32255 t 1592 1694 16991 t 13324 16603 13323 t 17358 17359 17452 t 17452 17552 17551 t 15730 15817 15816 t 16769 16860 16289 t 16271 16707 16989 t 30716 30837 30715 t 15785 15784 15698 t 15867 15866 15784 t 15699 15698 15614 t 15699 15785 15698 t 15615 15614 15530 t 15615 15699 15614 t 2602 2727 30122 t 15531 15615 15530 t 17181 16395 13049 t 27210 31951 27211 t 16547 16000 15941 t 16000 15412 16931 t 15649 16547 15941 t 1387 103 5476 t 32300 32134 32339 t 1694 17080 17079 t 4666 15836 15835 t 16132 16131 16053 t 13430 16498 13539 t 17650 17745 17744 t 17552 17650 17649 t 17051 17147 17050 t 15552 15636 15635 t 15634 15717 15633 t 11706 5965 26054 t 25355 19500 23816 t 26778 26182 24787 t 15730 15731 15817 t 17241 17240 17144 t 16539 1163 16454 t 24876 24875 24762 t 16541 16627 16626 t 16730 16818 16729 t 4422 4423 4543 t 14231 14354 14230 t 16804 16805 16889 t 16501 17545 16497 t 26717 26593 13388 t 16168 17400 16189 t 17427 16550 16767 t 32093 31957 31899 t 16573 16550 13651 t 5443 5444 5562 t 17551 17552 17649 t 15883 15882 15802 t 17649 17650 17744 t 16640 16725 16724 t 17307 3629 17536 t 31955 31969 32260 t 31482 29429 16478 t 27070 27571 587 t 15643 15727 15726 t 15726 15727 15813 t 17043 16326 17042 t 16577 2314 17645 t 15885 15971 15884 t 17080 17175 17079 t 15528 15527 15460 t 1491 16818 16819 t 16120 16199 17058 t 16150 17181 611 t 15884 15883 15803 t 16978 17066 17065 t 17386 16246 17726 t 16720 16721 16806 t 27070 23908 23760 t 16410 16767 19614 t 31962 31913 31909 t 13041 1837 2467 t 1255 16530 1149 t 17402 17307 17678 t 16410 16838 13879 t 17745 17199 17689 t 17744 17745 17689 t 17103 4474 17385 t 17147 17146 17050 t 16615 16699 16614 t 30434 19150 25675 t 24778 24777 24667 t 17649 17744 17743 t 29487 29589 29486 t 16951 16866 1772 t 17431 17435 16271 t 16813 16812 16726 t 3250 611 16271 t 18154 15865 18234 t 16642 16727 16641 t 15941 16000 16931 t 29791 29883 29790 t 2924 17473 17015 t 32361 32135 31993 t 16207 16290 851 t 940 941 16279 t 26772 26893 26771 t 16714 16801 16800 t 28076 28077 28131 t 31924 31996 31998 t 17175 1809 1928 t 32019 31827 31821 t 17199 16901 15794 t 16054 16132 16053 t 17689 17199 15794 t 17234 2925 17539 t 16719 16806 16805 t 17252 16361 16360 t 15412 17005 16931 t 17746 17747 17199 t 17700 16120 17058 t 16388 3250 16271 t 16636 16720 16719 t 15974 16056 15973 t 16538 17308 17724 t 1478 1375 1376 t 16138 16137 16059 t 15782 15781 15696 t 15782 15865 15781 t 15705 401 15704 t 17106 17198 16199 t 24778 24889 24777 t 25349 16643 17612 t 2725 2724 11764 t 15824 15011 16470 t 15011 15957 16094 t 9742 7303 10068 t 4881 4510 2926 t 29665 29666 29759 t 7441 9742 10068 t 22143 22179 27463 t 31994 10159 32233 t 16901 15656 16443 t 19947 12157 17515 t 19017 4909 16301 t 18170 16125 17121 t 17237 17252 16360 t 15810 15811 15890 t 16169 16752 16467 t 16706 15992 17673 t 23920 23921 24018 t 2476 26144 26012 t 26796 26797 26916 t 17740 14837 18995 t 17342 17385 16370 t 16632 16716 16715 t 16584 3700 17435 t 4184 14470 4307 t 16887 16976 16975 t 30730 30729 30606 t 1068 16632 16631 t 15467 15535 15534 t 15466 15467 15534 t 15535 15619 15618 t 15534 15535 15618 t 16957 1894 16956 t 31858 32003 32029 t 16819 1389 1492 t 31886 10802 32154 t 31860 32135 32361 t 1584 1684 1583 t 17135 17136 4962 t 17453 17454 17553 t 32061 31941 31905 t 17391 17586 18626 t 15619 15703 15702 t 15618 15619 15702 t 16829 15862 15799 t 15891 15977 15976 t 15613 15612 15527 t 15613 15696 15612 t 15528 15613 15527 t 16051 16129 16050 t 17203 17342 17328 t 16976 16977 17064 t 5278 5154 5155 t 16983 17071 17070 t 26917 27043 27042 t 17094 18540 17816 t 15703 15789 15788 t 15702 15703 15788 t 15789 15871 15870 t 15788 15789 15870 t 17560 17460 2387 t 16416 2123 25641 t 16662 16822 17094 t 31836 32285 32333 t 15944 16822 17008 t 27596 32236 6346 t 16886 16887 16975 t 32207 32129 19324 t 32092 32237 31856 t 2159 2045 2160 t 15871 15954 15953 t 29576 29575 29472 t 1772 1890 16951 t 3805 1994 16994 t 15890 15891 15976 t 15799 15824 16470 t 4099 4223 4098 t 16727 16726 16641 t 26168 26167 26036 t 35 16119 908 t 9742 7441 6706 t 26333 26204 32049 t 15978 16060 16059 t 1890 16952 1891 t 32097 19261 32334 t 15870 15871 15953 t 31851 31842 32352 t 15953 15954 16038 t 21400 21349 26824 t 16125 21621 25683 t 16377 16299 858 t 3416 2795 4880 t 16327 16662 16486 t 16486 17094 20895 t 10074 6670 14234 t 16128 16207 743 t 3869 3990 1343 t 31933 31915 32158 t 16800 16886 1584 t 3745 16669 17536 t 29172 29171 28989 t 26037 26168 26036 t 3416 4880 17184 t 2882 2754 2883 t 22053 32298 22052 t 25462 26657 23825 t 1583 1582 1479 t 16138 16060 638 t 16622 3620 3491 t 2501 2622 2621 t 16813 1488 16898 t 17400 17496 16189 t 24132 32345 23741 t 15977 15978 16059 t 16545 4588 15921 t 16358 16357 16278 t 16279 16358 16278 t 16440 16439 16357 t 16358 16440 16357 t 16671 16046 17599 t 17731 17576 17203 t 16999 16994 16646 t 207 15705 15621 t 17841 16459 16486 t 17302 14630 14509 t 612 15954 503 t 6468 6467 6369 t 16626 16627 1376 t 219 316 315 t 17646 17647 17742 t 16440 16524 16523 t 16439 16440 16523 t 16933 15738 16110 t 16310 16237 16204 t 2126 2013 2127 t 27774 16283 15943 t 14062 23467 14189 t 14105 14231 14230 t 16893 16894 16982 t 3250 16150 611 t 16470 16094 16030 t 17457 17458 17557 t 16524 16610 16609 t 17656 17655 17557 t 16523 16524 16609 t 16610 16694 16693 t 16609 16610 16693 t 16694 16782 16781 t 495 15979 16150 t 16544 16630 16629 t 17154 16039 16159 t 17098 17154 16159 t 31361 6254 96 t 1590 1591 1692 t 4718 12995 16362 t 16701 1361 1463 t 3979 3860 3861 t 16693 16694 16781 t 16782 16872 16871 t 2361 17339 2246 t 16157 14658 16071 t 16776 16866 16865 t 16775 16776 16865 t 17387 17692 16229 t 16670 16669 16325 t 20649 6138 10387 t 16658 16113 15568 t 24544 23718 23717 t 26179 26178 26047 t 32001 32185 32116 t 17658 17755 17657 t 16781 16782 16871 t 16872 16958 16957 t 16871 16872 16957 t 16957 16958 1894 t 24569 26573 27772 t 23083 15426 17334 t 17074 17168 17167 t 27421 27545 27420 t 16164 17302 20896 t 31913 32022 31909 t 14630 14508 14509 t 10926 25343 22572 t 4588 4587 4466 t 15642 15643 15726 t 16089 14759 16163 t 15876 18508 17390 t 17100 15798 832 t 23000 13698 13597 t 16865 16866 16951 t 3065 473 2679 t 32123 31932 31863 t 17067 17161 17160 t 1900 2018 17147 t 16009 17304 17738 t 17338 30528 31016 t 956 955 16290 t 16958 17044 1894 t 17739 17601 16585 t 16008 16587 5599 t 15484 326 12170 t 29571 29666 29665 t 16529 1148 16444 t 16812 16897 16896 t 21495 14721 20528 t 32238 32342 31929 t 18672 18673 18753 t 20622 21496 21495 t 15563 15646 15562 t 21338 22886 22417 t 16546 16249 16241 t 16690 16779 16778 t 16891 16892 16980 t 16826 15875 20053 t 21677 21678 26438 t 1463 1567 16788 t 15728 15815 15814 t 15805 15885 15804 t 24569 24811 26573 t 17172 16362 12995 t 24464 24544 23717 t 17676 17401 17593 t 18985 30329 24543 t 5156 5278 5155 t 16316 16280 16657 t 16700 16699 16615 t 16700 16787 16699 t 24795 23720 23719 t 17388 17289 17293 t 17289 17696 17697 t 16916 16403 16491 t 18487 21205 23042 t 16916 14896 16403 t 15029 14896 16916 t 16844 17445 17155 t 15705 303 401 t 16545 16546 16241 t 1169 16631 16630 t 1046 1047 16444 t 23719 23720 24481 t 4099 14658 4223 t 5607 5610 7736 t 30006 30005 29910 t 28507 28431 23842 t 3741 23369 20809 t 13174 471 576 t 21404 26051 21403 t 2349 25936 2685 t 3943 3944 4060 t 23674 24978 23810 t 24895 25009 24568 t 3065 2679 1213 t 17256 17355 17354 t 16887 16888 16976 t 16376 16377 16458 t 17743 17637 15734 t 14470 4308 4307 t 17194 16378 13046 t 3084 15709 3085 t 17394 16916 17192 t 18543 17192 16491 t 2148 17254 17255 t 17100 723 15798 t 18386 20420 32016 t 14509 16327 16459 t 16237 138 17271 t 15554 15638 15637 t 28763 28854 28762 t 5156 5157 5279 t 16434 3702 3823 t 3824 3943 3823 t 24429 23660 23655 t 3331 17682 16556 t 3331 15541 17682 t 16556 16478 29429 t 15541 16287 17694 t 16287 17628 17694 t 19092 19344 19254 t 15525 15610 15524 t 17691 17386 17726 t 16213 16296 16295 t 16528 1148 16529 t 17309 17308 16187 t 16222 16434 3823 t 3584 3585 3702 t 25533 25648 25532 t 723 724 15837 t 16073 17394 17192 t 15860 17394 16073 t 15863 15860 16073 t 5210 16469 5327 t 32209 32259 32119 t 16585 16501 16497 t 15811 15812 15891 t 526 15978 426 t 15029 15860 15166 t 26579 26705 27200 t 16140 17730 17663 t 17339 17241 2130 t 25360 26053 7066 t 15541 17694 17682 t 15947 17528 16764 t 15788 15870 15869 t 2622 16270 2747 t 15617 15618 15701 t 15702 15788 15787 t 7444 5335 8839 t 15701 15702 15787 t 16839 16151 16461 t 17388 17293 17282 t 16042 17393 3131 t 15816 329 328 t 16218 4712 4588 t 28897 28896 28806 t 2009 590 8759 t 26699 27469 27575 t 17598 15863 16588 t 315 6671 218 t 17437 15860 15863 t 17598 17437 15863 t 16806 16807 16891 t 2874 2747 16270 t 32184 32153 31982 t 10186 16198 16588 t 20972 26192 25464 t 13041 2467 13968 t 15534 15618 15617 t 17432 16839 15897 t 3125 16764 16436 t 16270 15734 16706 t 3125 15947 16764 t 15947 16912 16082 t 15466 15534 15533 t 15465 15466 15533 t 16786 16874 16785 t 15146 17432 15897 t 16042 16671 15738 t 15715 15714 15631 t 2940 15407 15406 t 17697 16752 16169 t 15533 15534 15617 t 15618 15702 15701 t 5156 5279 5278 t 17516 483 4167 t 26448 18780 24784 t 24649 24429 23655 t 15493 17489 150 t 16277 16278 16357 t 5276 17182 5154 t 28541 28623 28540 t 17393 15738 16933 t 26893 27017 26892 t 15731 6376 6476 t 16981 17069 17068 t 15564 15563 15486 t 14610 14487 19628 t 18728 25111 18650 t 27782 27781 27655 t 31970 32200 32318 t 16435 3125 16436 t 32241 32085 32231 t 17242 17341 2130 t 32221 32126 32006 t 17262 17263 17361 t 17170 17268 17169 t 32186 31980 32007 t 15825 15919 15983 t 28387 28386 28321 t 25648 25771 25770 t 17457 17557 17456 t 16435 16436 17628 t 16287 16435 17628 t 27990 27991 28043 t 31924 31998 32022 t 16775 16686 18925 t 32069 31890 25805 t 1375 1271 16626 t 1376 16627 16711 t 16787 16786 16699 t 31977 22642 32327 t 15809 15808 15721 t 1069 1171 1170 t 16457 16458 16542 t 80 5950 717 t 10804 10876 13568 t 15740 3245 17686 t 16809 16810 16894 t 16948 1769 16861 t 16640 16724 16723 t 16614 16698 16697 t 15737 15825 15983 t 15804 15884 15803 t 16325 1343 17432 t 15970 15969 15883 t 16889 16978 16977 t 17673 16464 15737 t 16131 16130 16052 t 29627 29626 29526 t 17528 15947 16082 t 32187 32273 32089 t 17350 17250 15829 t 32290 32041 32028 t 15493 17382 17250 t 17350 15493 17250 t 21348 141 21399 t 25891 25892 27448 t 17106 17206 17198 t 15493 150 17382 t 16430 17466 5358 t 15721 15808 15720 t 15997 15920 17174 t 16613 16614 16697 t 16639 16640 16723 t 16724 16810 16809 t 16894 16895 16983 t 16723 16724 16809 t 16707 16310 16243 t 17160 17161 17259 t 16213 16214 16296 t 28385 28465 28384 t 17007 17678 16415 t 17147 17051 1900 t 2625 17672 17194 t 17175 1928 17272 t 17043 17042 16009 t 16658 15568 16033 t 17657 17754 17656 t 17643 17350 16188 t 16188 15829 17848 t 17489 15493 17350 t 17643 17489 17350 t 2968 151 150 t 110 1878 693 t 16807 16808 16892 t 16701 16788 16700 t 17652 17747 17746 t 15885 15886 15971 t 1066 16544 16458 t 15799 16470 16553 t 16964 16963 16875 t 16810 16895 16894 t 16874 16962 16785 t 1146 1044 1147 t 17259 17358 17357 t 16631 16715 16714 t 27146 27145 27016 t 26579 26578 17034 t 1174 16639 1173 t 16280 16316 17135 t 15919 17739 16622 t 16989 16243 17206 t 18189 17877 24432 t 16052 16051 15969 t 16900 16188 19030 t 25313 32051 32165 t 15793 17643 16900 t 17280 15793 16900 t 15494 17489 17643 t 15793 15494 17643 t 6376 15647 15564 t 15494 3937 17489 t 15803 15802 15715 t 16274 17307 16140 t 15972 16054 16053 t 17431 16271 16989 t 32265 32359 31831 t 611 13049 16707 t 17637 17689 17487 t 32141 32011 32031 t 16752 16553 16126 t 16986 16987 17074 t 16895 16984 16983 t 13712 14578 13183 t 2447 2040 2446 t 17075 17076 17169 t 1269 1162 1163 t 17258 17259 17357 t 16226 16333 15990 t 15565 17676 16967 t 15565 16967 16842 t 19186 16308 17278 t 16330 19268 16924 t 16928 17280 16904 t 16330 16928 16904 t 16008 15793 17280 t 16928 16008 17280 t 1066 16377 960 t 29427 25945 15629 t 32306 31880 32204 t 2815 11907 11401 t 16132 16211 16131 t 16211 16294 16210 t 17481 15862 16829 t 15862 15824 15799 t 17070 17071 17164 t 17068 17069 17162 t 15644 15645 15728 t 16788 16787 16700 t 15992 16464 17673 t 17101 17106 16315 t 15549 15550 15633 t 17075 17169 17168 t 16863 16864 16949 t 2327 2447 2446 t 21793 12984 21714 t 1059 1058 956 t 28810 28809 28716 t 3860 3738 3739 t 25640 25762 27312 t 28322 28387 28321 t 22322 21632 23831 t 15981 3908 15624 t 16076 15565 16842 t 17676 17593 16967 t 17578 16330 17300 t 18010 17300 16924 t 17155 16928 16330 t 17578 17155 16330 t 16587 16008 16928 t 17155 16587 16928 t 14087 4718 4719 t 29588 29587 29485 t 15919 16079 17601 t 15883 15969 15882 t 17265 17266 17363 t 17601 15708 16585 t 16090 16165 17181 t 219 15713 317 t 17103 17385 17342 t 16150 16090 17181 t 16056 16055 15973 t 30594 30720 30593 t 16499 17386 17691 t 17069 17163 17162 t 15970 16052 15969 t 17258 17357 17356 t 15888 15887 15807 t 16050 16049 15967 t 17451 17357 17549 t 15642 15725 15724 t 16633 16717 16716 t 19065 18982 24542 t 15882 15968 15881 t 31993 10243 9503 t 16443 17600 15825 t 17203 17103 17342 t 32215 27211 31971 t 16765 17303 17285 t 29171 29267 29170 t 15937 18134 16023 t 15468 15467 15408 t 30607 30730 30606 t 15468 15536 15535 t 15467 15468 15535 t 14878 16765 16333 t 122 15538 123 t 30840 30839 30719 t 15550 15634 15633 t 27865 27864 27815 t 24113 25199 26827 t 16076 16842 15741 t 17596 16076 15741 t 29431 15495 29324 t 17596 15741 3908 t 121 19345 19186 t 15981 17596 3908 t 32098 4976 31857 t 16601 16684 16683 t 17288 17578 17300 t 16084 17288 19794 t 16844 17578 17288 t 9941 16844 17288 t 32326 32266 32072 t 31865 10647 31983 t 17620 27522 27520 t 15645 15644 15561 t 16846 17110 17674 t 25896 26018 25895 t 30157 30156 30059 t 15536 15620 15619 t 15535 15536 15619 t 15620 15704 15703 t 15619 15620 15703 t 32259 32352 32119 t 16326 17137 17136 t 15703 15704 15789 t 15273 2702 14228 t 16165 16166 16395 t 16360 16361 17172 t 17172 16547 15649 t 16130 16129 16051 t 16271 611 16707 t 17549 17647 17646 t 16205 16127 386 t 16395 17017 15147 t 16787 16875 16786 t 17193 15911 16845 t 4060 14470 16555 t 16983 16984 17071 t 16585 16497 17490 t 4525 1548 16791 t 15954 612 16038 t 16325 17432 15146 t 16163 14630 16164 t 15714 15801 15713 t 16902 16990 1591 t 4466 15921 4588 t 16274 3499 17307 t 16358 16279 1043 t 16226 15990 17386 t 21235 11127 11051 t 16499 16226 17386 t 16162 16877 4913 t 1169 16544 1066 t 16441 16440 16358 t 4597 17449 4475 t 16525 16524 16440 t 16441 16525 16440 t 16525 16611 16610 t 16524 16525 16610 t 16611 16695 16694 t 16707 13049 16310 t 16134 16213 16212 t 15641 15640 15556 t 25089 24113 26827 t 17141 2127 2013 t 17163 17164 17261 t 426 527 526 t 16682 16600 16683 t 17599 16046 17636 t 26580 24923 32177 t 32176 32333 32212 t 17208 9941 16387 t 16230 17208 16387 t 16139 16844 9941 t 17208 16139 9941 t 16113 3010 3131 t 16139 17445 16844 t 16113 3131 17393 t 329 430 429 t 32000 31887 31989 t 16962 16961 16785 t 16985 16986 17073 t 16610 16611 16694 t 16695 16783 16782 t 16694 16695 16782 t 16782 16783 16872 t 25225 25340 25199 t 16872 16959 16958 t 17692 16315 16229 t 15718 15717 15634 t 17079 16991 1694 t 16094 17387 16229 t 16635 16636 16719 t 16030 16094 16229 t 16060 16138 16059 t 17492 3431 3530 t 17496 17691 17545 t 18078 16411 3179 t 25836 10237 6537 t 4408 14091 2545 t 26195 25836 25707 t 16633 1170 16634 t 13390 6440 6442 t 16317 16233 30417 t 2446 2326 2327 t 24113 25225 25199 t 25816 27722 25812 t 16564 3701 17012 t 17372 16564 17012 t 15413 16331 3701 t 16564 15413 3701 t 16362 16370 4718 t 27433 27432 27305 t 17361 17362 17454 t 17600 16152 15919 t 15419 24316 25340 t 30441 18987 18988 t 2755 2883 2754 t 16361 16362 17172 t 17742 15734 16270 t 16959 17045 17044 t 16958 16959 17044 t 20421 32288 32328 t 2127 17238 30541 t 25225 15419 25340 t 908 16119 2810 t 15473 16349 1117 t 17357 17550 17549 t 17255 17256 17354 t 17063 17158 17157 t 2379 2264 17450 t 16976 17158 17063 t 17158 17256 17255 t 17328 16362 16361 t 17139 16359 17043 t 15734 15992 16706 t 17138 17733 15920 t 16165 17139 16166 t 17012 17154 16233 t 11932 30417 16233 t 715 2695 17445 t 17012 3701 16039 t 17034 1886 24316 t 24462 24452 23713 t 16411 18079 17134 t 17134 17479 17482 t 16947 16230 17134 t 17482 16947 17134 t 16221 17208 16230 t 16947 16221 16230 t 26073 16416 25641 t 3254 3255 3375 t 25415 24569 27772 t 17817 17302 16459 t 32274 23819 24213 t 16430 3990 3991 t 17289 16829 17696 t 15892 15893 15978 t 15975 16057 15974 t 16464 16443 15825 t 3702 3824 3823 t 16152 16079 15919 t 15793 5599 15494 t 15632 15715 15631 t 15716 15715 15632 t 16685 16602 16686 t 17199 16880 17388 t 15166 15860 17437 t 16136 16215 16135 t 29866 29961 29865 t 18754 16683 16600 t 24011 16576 26051 t 16734 17534 6332 t 16685 16774 16773 t 29949 29948 29853 t 22061 23941 23088 t 32181 32111 32004 t 17842 18854 24320 t 28168 17765 28111 t 20351 20352 20447 t 6184 10281 16940 t 28582 28581 28501 t 16659 19595 2124 t 5506 6149 19947 t 27159 27282 27281 t 27295 27294 27173 t 18650 18651 18728 t 19334 23959 23940 t 26654 17352 15419 t 24234 25461 25460 t 15537 122 15621 t 25665 25788 25664 t 17272 1927 17175 t 16255 17584 4181 t 21293 22173 25952 t 27545 27669 27544 t 16058 16136 16057 t 16215 16214 16135 t 15808 15807 15720 t 16000 16547 13094 t 15419 17034 24316 t 17161 17260 17259 t 17360 17361 17454 t 17454 17555 17554 t 17004 5950 16910 t 32194 31847 32226 t 17595 17007 16584 t 26578 24349 1886 t 32323 31965 31999 t 16616 16615 16529 t 16977 16978 17065 t 15888 15974 15887 t 15721 15720 15637 t 16090 17140 17139 t 15638 15721 15637 t 2622 2501 17646 t 16274 16140 17627 t 16903 16991 16902 t 16316 17136 17135 t 15886 15972 15971 t 32075 32202 32237 t 6855 29641 10596 t 32247 31929 32029 t 15701 15787 15786 t 15869 15868 15786 t 15617 15701 15700 t 15700 15701 15786 t 15697 15783 15696 t 15616 15617 15700 t 15866 15865 15782 t 15783 15866 15782 t 4108 17466 16430 t 15426 23083 18997 t 25709 25699 24452 t 2046 2162 2161 t 17480 17479 19279 t 16634 16635 16718 t 15474 16947 17482 t 17582 15474 17482 t 16115 16221 16947 t 15474 16115 16947 t 17034 26578 1886 t 32041 31934 31873 t 15477 31677 6468 t 2801 31848 31840 t 15562 15645 15561 t 23902 23903 21757 t 17042 16316 16657 t 13049 16395 15147 t 1270 1269 1163 t 15533 15617 15616 t 16540 16541 16626 t 29570 29571 29665 t 17755 2511 2629 t 16214 16215 16297 t 17671 17402 17007 t 16864 16950 16949 t 17136 17137 15997 t 16684 16685 16773 t 16774 16864 16863 t 16772 16773 16862 t 16773 16774 16863 t 16684 16773 16772 t 16683 16684 16772 t 6477 15818 6476 t 16773 16863 16862 t 16949 16948 16862 t 16863 16949 16862 t 22787 26838 22438 t 22663 23492 23922 t 15943 2237 2122 t 27182 27181 27052 t 27773 15943 20036 t 6447 25092 27757 t 28428 28502 28427 t 590 588 6649 t 6541 6162 6078 t 25762 17408 25890 t 17409 19334 23940 t 6149 12157 19947 t 27681 27682 5506 t 24035 25012 17611 t 18948 19032 18950 t 17438 14224 17704 t 27329 15391 15748 t 32056 32311 32183 t 17364 17365 17457 t 16359 17138 16326 t 15983 15919 3367 t 15640 15641 15723 t 1173 16637 1172 t 16877 4790 4913 t 32080 31864 31917 t 16497 17726 17490 t 16724 16725 16810 t 16988 17076 16987 t 25825 25575 24349 t 15974 15973 15887 t 15405 2940 15406 t 15465 15533 15532 t 16538 17671 17595 t 15807 15806 15719 t 24920 27325 31988 t 16415 16670 15146 t 16715 16716 16802 t 15803 15883 15802 t 23908 21547 23760 t 16544 1169 16630 t 26578 25825 24349 t 16870 16956 16955 t 16608 16692 16691 t 16521 16522 16607 t 13251 7671 7685 t 24988 25097 25096 t 16522 16521 16437 t 1177 16642 1176 t 15804 15803 15716 t 17749 17750 17014 t 16356 16438 16355 t 32118 31979 32091 t 1345 386 16127 t 16135 16214 16213 t 17303 15921 17285 t 15869 15952 15868 t 4961 4960 17133 t 16208 16291 16207 t 16638 16639 16722 t 17364 17457 17456 t 17363 17364 17456 t 16157 17285 14658 t 15430 24317 24785 t 15920 17176 17174 t 17466 17576 17731 t 16165 16090 17139 t 17269 17268 17170 t 16819 16818 16730 t 1693 17079 1807 t 25825 17024 26339 t 16869 16954 16953 t 6882 129 77 t 302 204 5504 t 16246 3861 3739 t 17172 15649 16112 t 16520 15474 17582 t 17482 18157 17582 t 17368 16115 15474 t 16520 17368 15474 t 2130 17146 17242 t 1924 1925 2041 t 20134 20223 20133 t 25526 32314 32165 t 32186 32007 32100 t 15813 15814 15893 t 16721 16807 16806 t 17145 17241 17144 t 22642 22773 22772 t 2046 2161 2045 t 17730 16170 17463 t 15532 15533 15616 t 17154 17012 16039 t 17653 17749 17748 t 15741 16842 15742 t 16629 16630 16713 t 318 15801 15881 t 29854 29949 29853 t 31829 17126 31879 t 17270 17563 17093 t 23664 26140 27754 t 16711 16712 16798 t 1548 4525 1547 t 16890 16891 16979 t 17077 17700 15708 t 16628 16712 16711 t 16079 17077 15708 t 17724 17308 16488 t 122 15537 15538 t 16891 16980 16979 t 16443 15656 17600 t 16585 17490 3739 t 15477 6468 6369 t 16205 386 17640 t 17157 17255 17254 t 6276 6367 6275 t 16538 17595 17308 t 15802 15882 15801 t 32333 32050 32212 t 25575 25825 26339 t 17563 16833 17093 t 17048 17047 16961 t 32031 31816 32107 t 16045 17563 17270 t 23673 27329 15748 t 15741 15742 3908 t 17164 17165 17262 t 17458 17558 17557 t 16131 16210 16130 t 17733 17193 17176 t 16054 16055 16132 t 27821 27820 23607 t 14375 16662 16327 t 15717 15804 15716 t 16530 16529 16444 t 533 433 534 t 17691 17726 16497 t 29760 29849 29759 t 17073 17074 17167 t 16189 17496 17545 t 15464 15465 15532 t 16584 16415 3700 t 17007 16415 16584 t 16415 15146 3700 t 17548 17646 2379 t 16869 16870 16955 t 11767 12819 12828 t 16780 16870 16869 t 11767 12828 4513 t 16607 16608 16691 t 16691 16692 16780 t 17138 17137 16326 t 16359 16326 17043 t 16438 16522 16437 t 17181 16165 16395 t 16355 16276 16356 t 16522 16608 16607 t 17160 17258 17257 t 16438 16437 16355 t 17024 18996 39 t 11071 24816 24926 t 16671 17663 16046 t 17753 16033 17752 t 15952 16037 16036 t 17139 17043 16166 t 15787 15869 15786 t 15951 15952 16036 t 15407 15465 15464 t 15952 15951 15868 t 15796 19617 5092 t 10264 30190 10319 t 16988 16987 16898 t 26339 17024 39 t 19872 11729 26706 t 25680 15487 25941 t 31954 32096 32154 t 11478 17477 17389 t 329 429 328 t 16954 16955 1892 t 17576 17466 4233 t 2471 15433 16941 t 16053 16131 16052 t 15915 17582 19024 t 32171 32194 32226 t 32195 32278 32337 t 32352 31842 32119 t 120 15906 15709 t 17147 2018 17242 t 15997 5083 4962 t 32248 32039 32243 t 4843 17172 12995 t 17271 14878 16226 t 15469 15537 15536 t 15998 1343 3990 t 15468 15469 15536 t 17072 17073 17166 t 26521 26520 26395 t 16962 16963 17048 t 15169 13970 2702 t 3701 16331 17525 t 32070 31835 12693 t 17593 16354 16967 t 15734 17637 15992 t 15626 17149 16045 t 17093 16833 16574 t 17437 1447 15299 t 26524 26655 26192 t 32095 31823 32067 t 4346 4223 4347 t 21157 24208 21567 t 16539 16540 1271 t 16719 16720 16806 t 17101 17206 17106 t 16839 5358 16151 t 31893 31919 31821 t 1892 1891 16953 t 17307 17536 17678 t 30604 30727 30603 t 16867 16868 16952 t 15523 15608 15522 t 15692 15779 18070 t 15456 15523 15455 t 15608 15692 15607 t 31672 31786 31671 t 15608 15607 15522 t 15398 31184 15399 t 15523 15522 15455 t 17627 16140 17663 t 16156 16319 17188 t 15955 16617 16235 t 17066 17067 17160 t 17047 17048 17143 t 25321 25423 25422 t 16544 16543 16458 t 17432 15998 16839 t 19895 19985 26396 t 15537 15621 15620 t 15536 15537 15620 t 15621 15705 15704 t 15620 15621 15704 t 16528 16527 1147 t 16290 955 851 t 17750 16583 17014 t 16809 16894 16893 t 15973 16055 16054 t 16046 17463 16007 t 15645 15729 15728 t 16243 16310 16204 t 16133 16212 16211 t 16281 17595 16414 t 428 427 327 t 15972 15973 16054 t 16055 16133 16132 t 13324 15963 16603 t 16978 16979 17066 t 17496 16499 17691 t 17363 17456 17455 t 16042 17627 16671 t 10491 32066 10159 t 29376 29482 29375 t 1073 1175 1174 t 32227 11105 1426 t 15403 15461 15460 t 24464 23717 23713 t 17024 23825 18996 t 15529 15528 15460 t 15461 15529 15460 t 15529 15613 15528 t 17678 16670 16415 t 15697 15696 15613 t 15783 15782 15696 t 17559 17558 17458 t 17363 17455 17454 t 17064 17159 17158 t 16299 16298 16215 t 4146 9895 4272 t 15967 519 419 t 31710 32294 32087 t 2247 17341 2131 t 17636 16046 16007 t 15559 15560 15642 t 24009 6206 6205 t 4599 13080 4598 t 15708 16501 16585 t 3530 2676 3800 t 29365 29470 29364 t 16976 17064 17158 t 16641 16726 16725 t 16777 16867 16866 t 17645 15915 17156 t 32171 32226 32305 t 12256 14748 14882 t 21446 21447 18996 t 32276 19168 31974 t 6273 6272 31786 t 16214 16297 16296 t 15889 15888 15808 t 15731 15818 15817 t 13085 14136 14135 t 15631 15714 15630 t 16129 16208 16128 t 15724 15811 15810 t 15915 17645 2314 t 17487 16443 16464 t 10055 489 1004 t 17528 16082 17401 t 16930 16111 15901 t 17757 17202 5154 t 1282 1283 1384 t 21908 26213 21907 t 27078 27090 17955 t 6078 6162 6184 t 10281 17078 16940 t 16736 16557 17641 t 23660 25928 17033 t 17737 16386 15986 t 16042 3254 17627 t 16537 16119 16738 t 2263 2148 2264 t 1282 1384 16727 t 4880 16999 16646 t 16504 17189 17384 t 17069 17070 17163 t 15986 16386 16504 t 15569 16119 16537 t 16557 17737 17641 t 3584 3702 17089 t 15902 15903 15913 t 16319 15955 16235 t 32172 32112 31935 t 16984 16985 17072 t 17523 16156 17522 t 15147 17017 138 t 16122 25339 26711 t 16039 17525 17524 t 4272 4271 4146 t 16982 17070 17069 t 287 18995 10235 t 32201 32200 32094 t 14136 13085 17368 t 16799 16800 1584 t 17356 17357 17451 t 723 722 16038 t 13704 22021 19458 t 16526 16525 16441 t 23906 18094 22087 t 16577 16075 14492 t 17551 17649 17648 t 16215 16298 16297 t 16987 17075 17074 t 16467 16120 17700 t 6198 6286 15564 t 1376 16711 1479 t 16297 16298 16377 t 6942 1022 6844 t 2130 17341 2246 t 4525 16044 2679 t 15635 15718 15634 t 1212 3185 3065 t 17578 16844 17155 t 17233 1213 17286 t 17308 17309 16488 t 3943 4060 16555 t 15990 16071 16246 t 15630 15713 219 t 17296 4181 17584 t 16699 16786 16785 t 32312 32300 32229 t 16286 16471 1318 t 16039 3701 17525 t 17525 16331 17492 t 17628 16436 16076 t 16764 17676 15565 t 18925 16687 16776 t 16134 16135 16213 t 6670 10074 8412 t 16546 16545 17303 t 32207 19324 32240 t 16526 16612 16611 t 16525 16526 16611 t 16612 16696 16695 t 16611 16612 16695 t 16696 16784 16783 t 16695 16696 16783 t 16784 16873 16872 t 16783 16784 16872 t 16873 16960 16959 t 16872 16873 16959 t 3700 15146 495 t 16960 17046 17045 t 16776 16777 16866 t 16296 16376 16375 t 16577 17645 17392 t 32033 32333 32176 t 2275 2160 2161 t 16366 16253 16318 t 16207 851 743 t 23812 23813 23906 t 16675 2545 14092 t 16959 16960 17045 t 17045 17046 2013 t 611 17181 13049 t 17137 17138 15920 t 3245 3244 17686 t 15915 14136 16520 t 16436 16764 15565 t 17528 17401 17676 t 17331 17429 16111 t 16472 16930 15901 t 16836 17202 17757 t 16835 16836 17757 t 16882 16353 16970 t 15971 16053 15970 t 316 219 317 t 16832 17741 17722 t 17641 17737 15986 t 15831 16832 16828 t 15821 15831 16828 t 15489 17177 16496 t 17177 15489 17110 t 16846 17177 17110 t 935 15831 15821 t 17177 16405 16496 t 16496 16405 15999 t 12176 32366 6337 t 23818 24011 24898 t 23639 23518 22734 t 17208 16221 5956 t 32104 32165 32103 t 16296 16297 16376 t 17741 17182 15878 t 15878 17182 17642 t 16828 16832 17722 t 17722 17741 15878 t 17002 15913 16077 t 16153 17002 16077 t 26903 26904 27029 t 32039 32040 32244 t 16305 17523 17345 t 16156 17188 17522 t 16169 16467 17077 t 17678 17536 16670 t 17171 17269 17170 t 26705 25462 27200 t 16033 15568 17056 t 16451 4515 4646 t 16980 16981 17068 t 15957 16488 17387 t 1169 1068 16631 t 17046 17141 2013 t 16170 17724 16007 t 5088 14222 13150 t 16037 16038 722 t 27395 24892 19260 t 5358 17731 16151 t 16688 16777 16776 t 16473 17296 16578 t 16897 16898 16986 t 16473 16578 16354 t 17593 16473 16354 t 26139 19719 19807 t 17296 17584 16578 t 19719 26139 26008 t 16500 16414 17431 t 26521 26652 26520 t 17590 17395 17039 t 1171 16635 16634 t 16894 16983 16982 t 5277 5154 5278 t 32271 32164 31837 t 17395 17590 15861 t 16817 16902 1490 t 16902 16817 16818 t 15836 16877 16836 t 15835 15836 16836 t 16877 16162 17202 t 16836 16877 17202 t 16162 5156 16921 t 17202 16162 16921 t 5276 5154 5277 t 130 5599 16587 t 16829 15799 17696 t 17694 17628 17596 t 16436 15565 16076 t 15555 15639 15638 t 30721 30841 30720 t 23674 6447 24978 t 17241 17339 17240 t 16865 16951 16950 t 29765 29764 29670 t 1212 3065 1213 t 17742 17743 15734 t 16052 16130 16051 t 17159 17160 17257 t 15975 15974 15888 t 16374 16373 16292 t 17240 17338 17239 t 16811 16812 16896 t 17392 16075 16577 t 4303 4181 4182 t 16948 16949 16950 t 18313 16034 16116 t 15968 15967 15881 t 16310 15147 16237 t 16636 16637 16720 t 857 14135 2314 t 11499 16193 13129 t 32254 31916 31824 t 15805 15804 15717 t 16209 16292 16208 t 16292 16291 16208 t 16292 16373 16291 t 10452 5970 6653 t 16373 16372 16291 t 15889 15975 15888 t 15146 15897 495 t 26073 25641 25944 t 16930 17331 16111 t 16764 17528 17676 t 26053 24791 25364 t 17331 17484 17235 t 17202 16921 5154 t 16353 15918 16303 t 19500 26655 23816 t 14878 16333 16226 t 17287 16006 16086 t 25343 10926 21748 t 16804 16889 16888 t 15606 15605 15520 t 17367 17460 17366 t 15521 15520 15453 t 15454 15521 15453 t 16801 16887 16886 t 15454 15453 15397 t 16975 16976 1798 t 15397 30939 31066 t 16542 16543 16628 t 31891 32177 31817 t 1072 1174 1173 t 27270 27394 27393 t 29506 29608 29505 t 14658 4347 4223 t 2131 2018 1901 t 16892 16893 16981 t 17460 2271 2387 t 16629 16713 16712 t 25318 25317 25201 t 18824 18911 18910 t 17662 16027 16145 t 16027 16153 16077 t 26953 4886 27079 t 23925 23926 24023 t 6848 6747 6748 t 27161 27284 27283 t 25776 25901 25900 t 18997 15751 15426 t 1271 1270 16539 t 16977 17065 17064 t 1696 1809 1695 t 32285 31888 32050 t 16470 15011 16094 t 17204 17203 17328 t 401 15871 15789 t 17749 17014 16968 t 15897 16461 15979 t 28079 28134 28133 t 15568 16110 17056 t 15899 16169 17077 t 16001 5730 2810 t 27725 5850 26203 t 17148 17138 16359 t 16319 16235 17188 t 16446 17149 15626 t 16534 16446 15626 t 17587 16446 16534 t 15543 17587 16534 t 16759 17587 15543 t 17428 17235 17197 t 17430 17429 17428 t 16111 17429 17732 t 15901 16111 15822 t 17429 17235 17428 t 15955 15901 16617 t 17429 17430 17732 t 15901 15822 16617 t 16111 17732 15822 t 15835 16836 16835 t 15834 15835 16835 t 17484 16666 17197 t 17235 17484 17197 t 17682 17694 15981 t 17628 16076 17596 t 1889 16950 1890 t 24429 25579 23660 t 17257 17258 17356 t 3431 16331 1994 t 16372 16373 16453 t 16373 16454 16453 t 17554 17555 17652 t 15485 12170 17374 t 17050 17049 16963 t 16723 16809 16808 t 17240 17239 17143 t 17549 17550 17647 t 17555 17748 17747 t 15907 16406 5388 t 16333 16765 16157 t 13767 16410 13879 t 832 18459 18384 t 17401 16473 17593 t 2314 16577 13452 t 17268 17267 17169 t 17165 17263 17262 t 15480 15548 15547 t 17355 17356 17450 t 15647 15646 15563 t 15564 15647 15563 t 16729 1285 1286 t 15642 15641 15557 t 1068 1170 16632 t 16876 16875 16787 t 15939 17669 17754 t 1170 1171 16634 t 16603 13430 13323 t 489 2441 1004 t 17295 16846 17674 t 24811 23674 23810 t 4061 17109 4060 t 32157 32283 32053 t 2873 2874 3003 t 17429 17331 17235 t 21572 14589 17955 t 24982 25092 24918 t 16068 16224 17575 t 17498 17207 17499 t 16970 16303 16549 t 16006 17189 16398 t 16390 15839 17693 t 16066 17187 17660 t 20272 20183 27025 t 6086 6649 5962 t 27062 20186 27190 t 6164 16850 23674 t 27200 23825 17024 t 29862 29957 29861 t 6184 16940 20814 t 17629 16644 15629 t 15622 17629 15629 t 17249 15540 16644 t 17629 17249 16644 t 17500 17501 15540 t 17249 17500 15540 t 16628 16629 16712 t 15570 17483 17501 t 23717 24462 23713 t 17459 17458 17365 t 16920 16027 16077 t 16247 15896 17570 t 2011 11263 2010 t 16027 16920 16145 t 17523 17522 17345 t 15916 15476 10388 t 21638 24661 24660 t 26930 26929 26806 t 16981 16982 17069 t 25821 26313 26065 t 15817 15818 329 t 15904 17599 17636 t 15998 16430 5358 t 27084 587 17521 t 15919 17601 17739 t 15726 15813 15812 t 17427 16410 13767 t 16273 16156 17523 t 17657 17656 17558 t 15824 15904 15011 t 17524 16273 17523 t 17072 17166 17165 t 15886 15887 15972 t 16471 16472 15962 t 17366 17459 17365 t 2676 1318 16471 t 17076 17075 16987 t 16778 16868 16867 t 16771 16861 16860 t 12680 13752 13865 t 16770 16771 16860 t 16682 16771 16770 t 16681 16682 16770 t 27764 22618 27763 t 3629 3745 17536 t 381 26705 17352 t 27689 25708 24425 t 26050 23664 3328 t 24761 24874 24873 t 2122 2237 589 t 2008 2119 17313 t 15861 15835 15834 t 15775 15861 15834 t 16666 16791 16759 t 17197 16666 16759 t 32152 32270 32000 t 17694 17596 15981 t 29785 29875 29784 t 16009 17042 17304 t 17697 17696 16752 t 24207 24309 24308 t 15647 15731 15730 t 31482 15624 5092 t 21683 5963 22742 t 22276 22389 1350 t 17627 17663 16671 t 24432 24464 23713 t 3823 16661 16222 t 15548 15632 15547 t 16985 17073 17072 t 17079 1693 16990 t 16964 17050 16963 t 26053 25364 7066 t 18854 20057 25360 t 16094 15957 17387 t 25579 16576 24011 t 16327 14509 14375 t 97 258 96 t 16316 16326 17136 t 15810 15890 15809 t 17731 17203 17204 t 17557 17655 17654 t 15882 15881 15801 t 15581 15580 15495 t 19405 19491 19490 t 16569 15778 16078 t 15581 15665 15580 t 25901 26023 26022 t 17814 15754 17885 t 16637 16721 16720 t 16243 16204 17306 t 15724 15725 15811 t 16071 4099 16062 t 328 327 15815 t 17262 17361 17360 t 1351 1453 17368 t 17164 17262 17360 t 330 430 329 t 17050 17146 17049 t 12274 16851 16203 t 29998 29999 30093 t 15968 16050 15967 t 17711 27339 27274 t 483 16647 16561 t 32344 32332 32319 t 25533 25532 25422 t 25092 12089 24918 t 17448 17498 16625 t 23846 23950 23949 t 17207 16970 16549 t 15625 17541 16066 t 16398 16238 15569 t 3375 3499 16274 t 17660 17253 17287 t 17441 16406 17011 t 10363 10306 10307 t 16072 15991 17088 t 17358 17452 17357 t 16456 16541 16540 t 5622 10083 12859 t 16300 1657 16289 t 16667 16366 16318 t 725 15837 724 t 1693 1591 16990 t 16333 16157 15990 t 16650 16366 16667 t 15797 17670 16650 t 16086 17404 17447 t 17447 17404 15797 t 15570 16531 17483 t 17330 16743 15917 t 16713 16714 16800 t 15971 15970 15884 t 17470 16247 17570 t 16145 17383 15896 t 17570 26440 17470 t 17662 16145 16247 t 21403 21402 21351 t 25014 27461 10236 t 24236 24237 25471 t 19544 25887 25759 t 16305 16365 16159 t 27879 27878 27831 t 16553 16030 16126 t 16553 16470 16030 t 136 15630 219 t 15487 15564 15486 t 17754 17753 17656 t 17559 17657 17558 t 15962 15955 16319 t 16166 17043 16009 t 16358 1043 16441 t 15798 723 15837 t 15796 17448 17701 t 30899 15907 5508 t 17095 16495 16736 t 5850 27725 25765 t 17472 15753 17095 t 16495 16557 16736 t 16581 17013 17472 t 15753 16495 17095 t 17013 16581 17244 t 16394 17013 17244 t 16394 17244 16535 t 17013 15753 17472 t 17488 16751 16535 t 16751 16394 16535 t 15902 17488 15839 t 15839 17488 16535 t 17002 15902 15913 t 15903 15902 15839 t 3584 17019 3456 t 15719 15806 15805 t 16334 16846 16224 t 17039 17395 16645 t 17395 15861 15775 t 16791 16418 17587 t 16759 16791 17587 t 15309 15176 2572 t 25579 24011 23660 t 17019 15541 3331 t 16315 16199 16120 t 17089 16287 15541 t 17366 17365 17267 t 16802 16803 16888 t 2924 13853 2467 t 16246 16062 3861 t 4098 16062 4099 t 17146 17145 17049 t 32203 32354 32365 t 16209 16208 16129 t 17445 130 16587 t 16876 16964 16875 t 5205 5083 5206 t 31968 32158 32113 t 15134 14228 14469 t 17272 2044 1927 t 13094 14222 16000 t 330 15818 6577 t 17655 17752 17751 t 17393 16042 15738 t 16454 16455 16539 t 17456 17557 17654 t 17752 17056 17152 t 17654 17655 17751 t 15582 15581 15496 t 29431 15496 15495 t 15666 15665 15581 t 15582 15666 15581 t 15755 15754 15665 t 15666 15755 15665 t 15842 15841 15755 t 17726 16246 17490 t 25260 25369 11476 t 15890 15976 15975 t 15976 16058 16057 t 16717 16804 16803 t 16059 16058 15976 t 19150 25799 25798 t 18925 16686 18842 t 17048 17144 17143 t 13943 32179 20047 t 16864 16865 16950 t 28717 28810 28716 t 15627 16706 16232 t 32047 31972 31935 t 588 6541 6649 t 17112 24103 26077 t 17207 16549 17499 t 16322 17541 17040 t 26772 26771 26651 t 17187 17253 17660 t 16433 15909 16072 t 16968 17289 17388 t 15991 17087 17088 t 17501 17406 17624 t 15540 17501 17624 t 17483 17343 15942 t 17501 15942 17406 t 15917 16743 16517 t 17501 17483 15942 t 15917 16517 17343 t 15491 16843 16123 t 17483 15917 17343 t 16743 16123 16517 t 16743 15491 16123 t 15491 16679 16911 t 16644 15540 16847 t 16843 15491 16911 t 16160 16086 17447 t 17404 17670 15797 t 16531 17330 15917 t 17287 16086 16160 t 138 14878 17271 t 17674 15491 16743 t 16247 16145 15896 t 24658 24767 24766 t 16155 17662 16247 t 16920 16194 17383 t 11207 4886 26953 t 24462 25709 24452 t 28254 28317 28253 t 26653 20170 26773 t 16305 17345 17376 t 27679 27680 17379 t 17524 17523 16305 t 17098 16159 16365 t 16273 3800 16156 t 16159 17524 16305 t 16472 15901 15955 t 3800 15962 16319 t 17239 17238 17142 t 15962 16472 15955 t 27146 27394 27270 t 23959 25705 25701 t 16747 17207 17498 t 2009 588 590 t 590 6649 6086 t 17417 24685 17025 t 21359 32012 32127 t 25195 25251 25834 t 21063 14589 21572 t 19330 6540 6541 t 25358 17417 17025 t 589 19330 6541 t 22018 10309 21048 t 17100 16117 16036 t 4841 2572 15310 t 4880 16646 17184 t 24657 24658 24766 t 24654 24655 24763 t 24877 24876 24763 t 11144 11070 11071 t 29961 30056 29960 t 15971 15972 16053 t 25202 25318 25201 t 16068 16334 16224 t 17744 17689 17637 t 16396 16407 16846 t 16460 17039 16396 t 17682 15981 16478 t 17587 16418 16446 t 16852 27453 26145 t 25360 7066 24312 t 17019 17089 15541 t 31940 26525 25956 t 17089 16434 16287 t 16434 16435 16287 t 16434 16222 16435 t 16222 3125 16435 t 15712 6269 16857 t 16661 15947 3125 t 16222 16661 3125 t 6269 24319 16857 t 16555 16912 15947 t 16661 16555 15947 t 26547 26677 26676 t 13324 13218 16191 t 15914 16653 20061 t 22516 21520 24225 t 16229 16315 16120 t 24878 24877 24766 t 15861 4666 15835 t 16418 15473 16451 t 16991 16990 16902 t 1567 1463 1464 t 17599 15904 17462 t 16388 3700 3250 t 15583 15582 15497 t 29432 15497 29431 t 15667 15666 15582 t 15583 15667 15582 t 15756 15755 15666 t 15667 15756 15666 t 15843 15842 15756 t 15756 15842 15755 t 15977 16059 15976 t 16583 17481 16829 t 17014 16583 16829 t 17166 17264 17263 t 18754 16601 16683 t 17306 17400 16168 t 17553 17554 17651 t 24011 23818 25928 t 16685 16686 16774 t 16298 16299 16377 t 16140 17402 17730 t 16775 16865 16864 t 6172 6334 2969 t 16270 16706 15627 t 25365 17568 16122 t 24702 24790 26956 t 17701 17448 16625 t 25339 25821 26711 t 16537 16738 16253 t 17498 17499 16625 t 17736 16322 16519 t 24767 24878 24766 t 17541 17187 16066 t 16083 16061 17228 t 24878 24991 24990 t 16929 17441 16074 t 16284 15991 16072 t 17105 17204 17252 t 17602 16929 16074 t 15519 15604 15518 t 22012 15429 22017 t 15452 15519 15451 t 17911 15604 15605 t 24158 30570 15395 t 15519 15518 15451 t 16716 16803 16802 t 15479 15478 31443 t 23607 23639 23638 t 15396 15452 15451 t 31869 31846 32168 t 15553 15637 15636 t 15540 17624 16847 t 24877 24878 24990 t 16852 26145 26398 t 16332 17287 16160 t 1066 1067 1169 t 17330 17674 16743 t 17236 17660 16332 t 15646 15647 15730 t 17110 16679 15491 t 16145 16920 17383 t 17627 3254 3375 t 16155 16247 17470 t 16920 16077 15996 t 6085 5020 17321 t 6440 17877 18189 t 16988 1590 1692 t 31255 16644 16010 t 15714 15713 15630 t 17636 16007 15957 t 17462 15904 15824 t 15862 17462 15824 t 16718 16805 16804 t 17143 17239 17142 t 16343 16344 16425 t 16890 16979 16978 t 15822 15902 17002 t 16510 16595 16594 t 17188 16235 16027 t 16617 15822 17002 t 16617 17002 16153 t 16235 16617 16153 t 17732 17488 15902 t 15822 17732 15902 t 17428 17197 17013 t 21760 21759 21252 t 17732 17430 17488 t 16394 17428 17013 t 24762 18569 24654 t 17430 17428 16394 t 27522 24540 27520 t 15260 277 20526 t 17693 17000 16518 t 24991 25099 25206 t 31209 31208 31091 t 17680 16069 16412 t 17652 17555 17747 t 17304 17303 16765 t 17244 17000 17693 t 4599 4720 13080 t 16535 17244 17693 t 16334 16396 16846 t 15610 15609 15524 t 16645 16405 16407 t 16418 16451 17149 t 16255 16460 16334 t 1852 16833 17563 t 16446 16418 17149 t 21738 21859 13389 t 17149 16451 16045 t 27462 27320 25561 t 15427 16942 26183 t 30045 30141 30044 t 30045 30044 29948 t 23898 23899 21685 t 17078 27567 26941 t 24034 17883 24131 t 16940 17078 26941 t 23604 24311 24262 t 23806 23899 23898 t 6086 5962 10739 t 5156 5155 16921 t 16210 16293 16209 t 16727 16813 16726 t 16898 16897 16812 t 30969 30968 30845 t 15525 15524 15457 t 17402 17678 17007 t 12683 12256 14882 t 17256 17257 17355 t 15497 29544 15498 t 15584 15583 15498 t 15499 15584 15498 t 15668 15667 15583 t 15584 15668 15583 t 15757 15756 15667 t 15668 15757 15667 t 3419 8561 1029 t 15757 15843 15756 t 17263 17264 17362 t 6844 6845 6942 t 16455 16540 16539 t 16634 16718 16717 t 17306 16204 17400 t 17402 17671 17730 t 13602 14329 14206 t 16701 16700 16616 t 31836 32137 32285 t 15715 15802 15714 t 17673 15737 15740 t 16774 16775 16864 t 24873 24874 24984 t 15983 3367 15740 t 17877 24464 24432 t 24561 26329 25089 t 16652 15622 7782 t 27066 27193 27065 t 24990 24991 25206 t 16735 17736 16824 t 330 331 431 t 25099 25208 25207 t 17541 15625 17040 t 17061 16083 17228 t 25206 25099 25207 t 15664 21695 27595 t 16083 15909 16433 t 17065 17066 17160 t 30899 17011 15907 t 15625 17442 15980 t 15812 15892 15891 t 15820 16971 17353 t 17399 15980 17090 t 17399 15625 15980 t 16971 17399 17090 t 15625 15823 17442 t 15823 16065 17442 t 15820 17353 17583 t 16971 17090 17353 t 17286 2679 16044 t 15818 6477 6577 t 31962 31909 31875 t 24101 24100 23997 t 16822 16662 1220 t 18540 17094 19087 t 25418 25092 6447 t 32247 32238 31929 t 17473 16200 17195 t 26329 24113 25089 t 11058 11059 11133 t 26807 26806 26685 t 16998 16909 16879 t 5851 26337 27470 t 17449 4597 16371 t 17454 17554 17553 t 16194 16920 15996 t 15913 16227 15996 t 6640 17112 26077 t 17476 17740 287 t 26773 26894 26772 t 15828 16747 17498 t 15828 17498 17448 t 16747 16882 17207 t 16882 16970 17207 t 16335 204 15906 t 17148 17172 16112 t 16772 16862 16771 t 5950 16335 15906 t 16683 16772 16771 t 16862 16948 16861 t 16682 16683 16771 t 16862 16861 16771 t 17672 16158 16167 t 17430 16751 17488 t 32088 32288 20421 t 17197 16759 15753 t 16349 1547 1117 t 17286 16044 16666 t 16751 17430 16394 t 17233 17286 17484 t 25440 15430 24785 t 17013 17197 15753 t 25208 25324 25323 t 4181 17296 4182 t 16390 17693 16518 t 2271 17460 2156 t 17087 16390 16518 t 15638 15639 15721 t 16531 15917 17483 t 16581 17680 17000 t 26396 26521 26395 t 25207 25208 25323 t 17244 16581 17000 t 16396 16645 16407 t 17039 16645 16396 t 16645 17395 16369 t 17584 16255 16068 t 16460 16396 16334 t 722 17100 16036 t 17584 16068 17575 t 6162 10281 6184 t 2874 16270 15627 t 16615 16614 16528 t 6580 434 6684 t 17328 17342 16362 t 25223 21887 22248 t 15633 15716 15632 t 17646 2501 2379 t 16893 16982 16981 t 17550 17648 17647 t 15796 17701 30292 t 16112 15911 17193 t 26953 27079 25571 t 28622 28714 28621 t 11476 22180 11475 t 19225 25645 19307 t 17271 16226 16499 t 16241 17132 16218 t 16043 17271 16499 t 15436 15500 15499 t 15499 29645 15435 t 15585 15584 15499 t 15500 15585 15499 t 15669 15668 15584 t 15585 15669 15584 t 15758 15757 15668 t 15669 15758 15668 t 15844 15843 15757 t 15758 15844 15757 t 17282 17293 17698 t 14462 16192 16462 t 15647 6376 15731 t 17194 2546 2625 t 17814 21329 15665 t 16007 17724 16488 t 15957 16007 16488 t 17068 17162 17161 t 16639 1174 16640 t 16159 16039 17524 t 16632 16633 16716 t 16706 17673 16232 t 18756 16602 16601 t 24760 24761 24873 t 25324 25426 25425 t 17470 17377 16155 t 2119 2008 2969 t 17714 10368 25710 t 17762 17763 17791 t 15546 15630 136 t 17680 16735 16069 t 25323 25324 25425 t 17160 17259 17258 t 16322 17040 16519 t 16061 16083 16433 t 6093 4526 1213 t 15909 16284 16072 t 16129 16128 16050 t 25426 25536 25535 t 17167 17168 17265 t 301 15800 15791 t 16223 16650 16667 t 25425 25426 25535 t 15800 16820 16816 t 25536 25651 25650 t 136 135 6468 t 17396 16074 15774 t 32080 31917 31819 t 16575 17583 16419 t 16575 15820 17583 t 1213 4526 1212 t 1548 16349 16418 t 25325 25427 25426 t 25539 25654 25653 t 16395 16166 17017 t 17171 17170 17076 t 24899 26140 23664 t 27664 27663 27540 t 15606 15690 15605 t 17268 17366 17267 t 1044 1146 1043 t 30043 30139 30042 t 17743 17744 17637 t 16661 3823 3943 t 15924 15925 18124 t 1806 1807 1924 t 16077 15913 15996 t 17550 17551 17648 t 17568 25339 16122 t 15903 16311 16227 t 24987 24988 25096 t 25097 25205 25204 t 25535 25536 25650 t 14904 15039 8320 t 16770 16769 18364 t 15610 15694 15609 t 6442 6440 18189 t 14658 17285 4347 t 2238 26050 3328 t 17298 3003 2874 t 16281 16414 16500 t 9180 18749 27723 t 15560 15643 15642 t 16738 471 16253 t 2926 4510 3048 t 25651 25774 25773 t 15518 15517 15450 t 15731 6476 15818 t 16868 16869 16953 t 1384 16813 16727 t 25650 25651 25773 t 29391 29496 29495 t 17331 17233 17484 t 17484 17286 16666 t 16759 15543 16495 t 15753 16759 16495 t 24763 24876 24762 t 16770 16860 16769 t 717 17004 12950 t 3700 495 3250 t 17000 16412 16518 t 16311 16390 17087 t 17674 17110 15491 t 16051 16050 15968 t 16725 16640 1175 t 17110 15489 15475 t 17472 16735 17680 t 16375 16376 16457 t 17741 17756 17182 t 16581 17472 17680 t 16405 16645 16369 t 16832 16834 17741 t 16369 17395 15687 t 17395 15775 15687 t 16578 17584 17575 t 16255 16334 16068 t 16578 17575 16353 t 16354 16578 16353 t 16354 16353 16882 t 16967 16354 16882 t 16967 16882 16747 t 16842 16967 16747 t 16842 16747 15828 t 15742 16842 15828 t 16040 3908 17448 t 15742 15828 17448 t 3908 15742 17448 t 32063 32229 31882 t 15718 15805 15717 t 15639 15722 15721 t 20036 15943 2122 t 16818 16817 16729 t 15816 328 15815 t 15646 15645 15562 t 13289 13359 17209 t 7204 13016 9477 t 4308 4309 4427 t 31872 32311 32056 t 29361 29466 29360 t 15586 15585 15500 t 15501 15586 15500 t 15670 15669 15585 t 15586 15670 15585 t 15759 15758 15669 t 15670 15759 15669 t 15845 15844 15758 t 15759 15845 15758 t 10099 32212 11492 t 15845 15924 15844 t 16152 15899 16079 t 15627 16232 17298 t 25774 25899 25898 t 25773 25774 25898 t 15486 25941 15487 t 15409 15470 15469 t 15538 15537 15469 t 17357 17452 17550 t 15470 15538 15469 t 25899 26021 26020 t 16889 16890 16978 t 5335 7444 5455 t 17492 16273 17524 t 2237 19330 589 t 6228 6314 6227 t 17345 17522 17662 t 25094 25093 24984 t 7759 11207 26953 t 16155 17345 17662 t 17014 16829 17289 t 17701 16625 16652 t 17000 17680 16412 t 16057 16135 16056 t 17736 16519 16824 t 16344 16426 16425 t 2926 3048 2917 t 15840 17061 17281 t 17168 17266 17265 t 24921 15409 17131 t 17427 13767 13650 t 17658 17657 17559 t 301 17378 17588 t 16139 17208 5956 t 16517 16123 17251 t 17378 301 15791 t 17343 16517 15492 t 16123 16392 17251 t 2807 3822 577 t 16517 17251 15492 t 19017 15960 17390 t 31010 6169 31139 t 18763 16607 16606 t 16252 16575 16419 t 11726 21941 25838 t 16635 1171 16636 t 5962 6078 15659 t 25838 11810 11726 t 1286 1182 1287 t 8229 9943 9310 t 29574 29573 29469 t 16171 14019 17531 t 17617 17620 27520 t 15918 16531 15570 t 16303 15918 15570 t 16303 15570 17501 t 16549 16303 17501 t 16549 17501 17500 t 17499 16549 17500 t 17499 17500 17249 t 16625 17499 17249 t 15913 15903 16227 t 24659 24795 23719 t 15903 15839 16390 t 16311 15903 16390 t 12596 13865 13984 t 15839 16535 17693 t 16557 16534 17737 t 13444 14080 13334 t 18790 18789 24756 t 15626 16045 16386 t 16282 17672 16167 t 586 585 30093 t 15717 15716 15633 t 25898 25899 26020 t 25092 24982 27757 t 17145 17144 17048 t 809 700 30300 t 24101 24207 24100 t 15568 16933 16110 t 27149 25118 26192 t 15738 17599 16110 t 29742 15437 29646 t 15526 15525 15458 t 28077 28132 28131 t 16286 16930 16472 t 17490 16246 3739 t 16495 15543 16557 t 15543 16534 16557 t 24654 24763 24762 t 17159 17257 17256 t 26021 26153 26152 t 16211 16210 16131 t 15991 16311 17087 t 16227 16311 15991 t 15397 15453 15452 t 15451 30816 15396 t 16679 17110 15475 t 15819 15821 16821 t 24461 26576 6641 t 2148 17255 17354 t 17095 17736 16735 t 17641 15986 17187 t 935 15687 15831 t 15833 16834 16832 t 15775 15834 15833 t 15687 15775 15833 t 15833 15834 16834 t 15834 16835 16834 t 16835 17757 17756 t 16834 16835 17756 t 17756 17757 17182 t 17757 5154 17182 t 26020 26021 26152 t 793 3920 16999 t 3800 16319 16156 t 16717 16718 16804 t 16806 16891 16890 t 17548 17549 17646 t 15729 15730 15816 t 26153 26281 26280 t 17263 17362 17361 t 17058 16189 17545 t 16970 16353 16303 t 17575 16551 15918 t 5206 5083 17174 t 26152 26153 26280 t 17206 17306 17198 t 31420 31538 15400 t 16294 16295 16375 t 15708 17700 16501 t 32265 32189 32359 t 26281 26406 26405 t 15502 15587 15586 t 15501 15502 15586 t 15587 15671 15670 t 15586 15587 15670 t 15671 15760 15759 t 15670 15671 15759 t 15760 15846 15845 t 15759 15760 15845 t 15925 15924 15845 t 15846 15925 15845 t 16811 16896 16895 t 18124 16011 18204 t 15538 6455 123 t 16135 16134 16056 t 29926 15440 29834 t 26308 26307 26178 t 16888 16889 16976 t 16062 3980 3861 t 16295 16296 16375 t 16464 15825 15737 t 15722 15809 15721 t 15720 15807 15719 t 17188 16027 17662 t 24874 24985 24984 t 17233 17331 16930 t 17522 17188 17662 t 26280 26281 26405 t 19207 25835 22174 t 17383 17061 15840 t 16866 16867 1772 t 16457 16542 16541 t 16735 16824 16069 t 16265 16344 16343 t 25709 25760 27343 t 16182 16183 16264 t 26406 26532 26531 t 15892 15978 15977 t 1351 715 5956 t 26405 26406 26531 t 3991 4108 16430 t 17064 17065 17159 t 16186 301 17588 t 10241 31983 8542 t 17624 17406 16254 t 16648 20879 20787 t 17367 17269 2041 t 16560 16288 17475 t 16648 16560 17475 t 16288 17494 16350 t 17475 16288 16350 t 17494 16251 17274 t 16350 17494 17274 t 16251 16025 17569 t 17274 16251 17569 t 16025 15653 15652 t 17569 16025 15652 t 16677 16676 15652 t 15653 16677 15652 t 17535 17531 16676 t 16677 17535 16676 t 14019 17530 4972 t 17535 16171 17531 t 11366 13381 26522 t 17502 11484 31491 t 17555 17653 17748 t 15632 15631 15547 t 16543 16629 16628 t 16212 16213 16295 t 17198 16168 17058 t 15028 15029 15166 t 17298 16232 17686 t 15690 17994 15777 t 25770 25771 25895 t 16045 17270 16504 t 15607 17995 15691 t 15807 15887 15806 t 17737 15626 16386 t 16116 18312 18313 t 15887 15973 15972 t 31987 10942 7470 t 17152 17465 17481 t 16678 16594 18828 t 16765 17285 16157 t 6269 6360 6359 t 32257 32280 31938 t 15412 16000 5088 t 14004 17485 13458 t 16574 5730 16001 t 27306 27433 27305 t 29915 29826 6751 t 15611 15610 15525 t 15459 15526 15458 t 17051 17050 16964 t 17270 17093 17189 t 16534 15626 17737 t 1549 3431 1994 t 16418 16791 1548 t 14136 15915 2314 t 17147 17242 17146 t 16284 16227 15991 t 15996 16227 16284 t 15520 15519 15452 t 15453 15520 15452 t 16828 17722 17683 t 17040 17399 16971 t 26532 26662 26661 t 935 15821 16146 t 17541 17641 17187 t 17304 16657 17303 t 15831 15833 16832 t 17736 17095 16322 t 15687 15833 15831 t 16834 17756 17741 t 16369 15687 935 t 15999 16369 935 t 16405 16369 15999 t 17177 16407 16405 t 16407 17177 16846 t 16224 17295 16551 t 17575 16224 16551 t 16353 17575 15918 t 17060 16143 16972 t 17184 17372 30652 t 16143 17060 169 t 16972 16494 17060 t 16224 16846 17295 t 16494 16200 17091 t 1696 1593 1594 t 1926 17175 1927 t 1809 17080 1695 t 586 30093 30094 t 15716 15803 15715 t 16375 16457 16456 t 15439 15503 15502 t 27865 27918 27864 t 15503 15588 15587 t 15502 15503 15587 t 15588 15672 15671 t 15587 15588 15671 t 15672 15761 15760 t 15671 15672 15760 t 15847 15846 15760 t 15761 15847 15760 t 15926 15925 15846 t 15847 15926 15846 t 18204 16011 16012 t 16108 16107 18212 t 17172 4843 16547 t 17568 25365 27525 t 16133 16134 16212 t 419 15881 15967 t 17261 17164 17360 t 17487 15794 16443 t 3367 3366 3245 t 15899 17077 16079 t 17692 17101 16315 t 17730 17671 16170 t 15635 15636 15718 t 15781 15780 15695 t 15696 15781 15695 t 26531 26532 26661 t 944 1047 1046 t 471 16738 576 t 16235 16153 16027 t 17019 3584 17089 t 16666 16044 16791 t 17076 17170 17169 t 16110 17462 17465 t 15896 15840 17667 t 17570 15896 17667 t 26662 26783 26782 t 27725 26012 25765 t 17152 17056 17465 t 16264 16265 16343 t 526 527 16060 t 17332 17589 21491 t 386 1345 15001 t 16425 16426 16510 t 16931 17005 16469 t 1888 1889 31620 t 8162 31850 7201 t 16186 17588 16548 t 26661 26662 26782 t 16605 16352 15864 t 20788 15864 16560 t 16352 16304 16560 t 15864 16352 16560 t 16304 16329 16288 t 16560 16304 16288 t 16329 16121 17494 t 16288 16329 17494 t 16121 17191 16251 t 17494 16121 16251 t 17191 16760 16025 t 16251 17191 16025 t 16760 15654 15653 t 16025 16760 15653 t 16702 16677 15653 t 15654 16702 15653 t 16095 17535 16677 t 16702 16095 16677 t 16095 16171 17535 t 17544 17530 16171 t 16095 17544 16171 t 16024 16107 16106 t 15827 17544 16192 t 17204 17328 17252 t 17451 17549 17548 t 17166 17167 17264 t 26783 26903 26902 t 17282 17698 17699 t 15656 17282 17699 t 16616 16700 16615 t 4057 4182 17401 t 15609 15608 15523 t 16386 16045 16504 t 15695 15694 15610 t 15524 15609 15523 t 15696 15695 15611 t 26782 26783 26902 t 15440 29926 15505 t 15612 15696 15611 t 26903 27029 27028 t 16374 16375 16455 t 15813 15893 15892 t 16520 14136 17368 t 5206 17174 5084 t 15550 15551 15634 t 32204 31910 32272 t 17184 16564 17372 t 15612 15611 15526 t 15527 15612 15526 t 11704 15736 16195 t 15526 15611 15525 t 19857 19244 31496 t 15524 15523 15456 t 16504 17270 17189 t 17093 16574 17189 t 16688 18843 18844 t 15691 15690 15606 t 17450 17451 17548 t 15909 15996 16284 t 16194 15996 15909 t 15605 15604 15519 t 15520 15605 15519 t 16519 17040 16971 t 17667 15840 16502 t 15821 16828 16821 t 1694 1592 1695 t 16736 17641 17541 t 1669 1781 1668 t 17472 17095 16735 t 16322 16736 17541 t 15986 16504 17253 t 17095 16736 16322 t 16504 17384 17287 t 17187 15986 17253 t 17384 17189 16006 t 17253 16504 17287 t 17189 16238 16398 t 17287 17384 16006 t 16383 16571 16078 t 16569 16078 11672 t 16972 16143 16571 t 15778 16383 16078 t 16883 16972 16571 t 16383 16883 16571 t 17195 16494 16972 t 16883 17195 16972 t 32102 32018 32173 t 17195 16200 16494 t 1653 3937 15494 t 2378 2264 2379 t 6357 6455 15470 t 16669 1343 16325 t 17748 16968 16880 t 25641 2123 27725 t 15440 15504 15503 t 15439 29834 15440 t 15504 15589 15588 t 15503 15504 15588 t 15589 15673 15672 t 15588 15589 15672 t 15673 15762 15761 t 15672 15673 15761 t 15762 15848 15847 t 15761 15762 15847 t 15927 15926 15847 t 15848 15927 15847 t 2246 2363 2362 t 15927 15928 16012 t 28193 28192 28135 t 17303 16545 15921 t 16545 16241 16218 t 15720 15719 15636 t 15637 15720 15636 t 5276 5275 17182 t 16616 1255 16701 t 16897 16986 16985 t 26902 26903 27028 t 25647 25648 25770 t 15709 204 3085 t 32279 31877 32147 t 18209 16494 19691 t 16527 16613 16612 t 16526 16527 16612 t 16613 16697 16696 t 16612 16613 16696 t 16697 16873 16784 t 16696 16697 16784 t 16690 16691 16779 t 16646 16994 15413 t 15527 15526 15459 t 31114 31113 30983 t 17293 17697 17698 t 17700 17058 16501 t 5084 17174 17176 t 17189 16574 16238 t 16574 16001 16238 t 16471 16286 16472 t 237 3059 7756 t 16151 17204 17105 t 27680 5507 17379 t 19921 19829 19830 t 6164 23674 24811 t 17022 24922 24793 t 11669 13333 6067 t 16057 16056 15974 t 23747 16992 6163 t 25828 24159 23956 t 31844 31937 32286 t 16414 16584 17435 t 16061 15946 16147 t 17228 16061 16147 t 17512 25940 1887 t 16503 17344 16605 t 20505 17096 20598 t 16605 17344 16352 t 16121 16324 17191 t 16324 17108 16760 t 17191 16324 16760 t 15655 15654 16760 t 17108 15655 16760 t 16710 16702 15654 t 15655 16710 15654 t 17547 16095 16702 t 16710 17547 16702 t 17571 17544 16095 t 12018 9310 9943 t 17571 16192 17544 t 27145 27146 27270 t 27158 27157 27028 t 16583 17152 17481 t 17654 17751 17750 t 17465 17462 15862 t 17751 17152 16583 t 7164 6756 5217 t 17750 17751 16583 t 17293 17289 17697 t 4184 4183 16082 t 27029 27158 27028 t 15611 15695 15610 t 1890 1772 16952 t 27281 27280 27157 t 16606 16607 16690 t 15564 6286 6376 t 16785 16961 16960 t 16691 16780 16779 t 16873 16785 16960 t 16961 17047 17046 t 15694 15693 15609 t 16607 16691 16690 t 30093 585 6531 t 16646 15413 16564 t 17452 17551 17550 t 12170 15485 15484 t 1890 16950 16951 t 15695 15780 15694 t 15457 15524 15456 t 27158 27281 27157 t 6580 6684 6579 t 27405 27404 27280 t 15607 15691 15606 t 15607 15606 15521 t 16635 16719 16718 t 15553 15552 11663 t 16083 16194 15909 t 15896 17383 15840 t 17747 17748 16880 t 15690 17992 15689 t 17061 17228 17281 t 6334 15710 2969 t 17399 17040 15625 t 16186 15999 301 t 15821 15819 16146 t 15625 16066 15823 t 15969 16051 15968 t 16650 16537 16366 t 16232 15740 17686 t 17670 15569 16650 t 16537 16253 16366 t 17404 16398 17670 t 15569 16537 16650 t 16086 16006 17404 t 16398 15569 17670 t 16006 16398 17404 t 16708 15778 16487 t 16493 20975 16487 t 16142 16383 15778 t 16708 16142 15778 t 16623 16883 16383 t 16142 16623 16383 t 16623 17195 16883 t 31882 32229 31904 t 16291 16372 956 t 14492 17623 16577 t 858 16299 16216 t 14492 16075 13183 t 27281 27405 27280 t 15949 16034 15948 t 17260 17359 17358 t 15505 15504 15440 t 29744 29834 15439 t 15590 15589 15504 t 15505 15590 15504 t 15590 15674 15673 t 15589 15590 15673 t 15674 15763 15762 t 15673 15674 15762 t 15763 15849 15848 t 15762 15763 15848 t 15849 15928 15927 t 15848 15849 15927 t 17184 16646 16564 t 31255 11587 31015 t 27530 27529 27404 t 4513 12828 10727 t 16960 16961 17046 t 17047 17142 17141 t 17046 17047 17141 t 15427 24116 25571 t 16869 16955 16954 t 16803 16804 16888 t 12828 10381 10727 t 27405 27530 27404 t 16638 16637 1173 t 17647 17648 17742 t 30190 10264 30189 t 6455 124 123 t 17671 17007 17595 t 2363 17341 2247 t 7441 13745 1963 t 16779 16780 16869 t 17142 17238 17141 t 17548 2379 17450 t 17239 30541 17238 t 3980 3979 3861 t 25423 25533 25422 t 27654 27653 27529 t 15640 15723 15639 t 6153 15392 27668 t 27530 27654 27529 t 32194 32171 29916 t 16494 18209 17060 t 138 17738 14878 t 19012 19013 32354 t 27780 27779 27653 t 16238 16001 15569 t 16001 2810 15569 t 15793 16008 5599 t 4098 3980 16062 t 693 1878 8439 t 15549 15633 15632 t 24985 25094 24984 t 25202 25201 25093 t 16318 471 13174 t 23467 23338 14189 t 26919 27045 27044 t 26421 26547 26546 t 25440 24785 23723 t 27654 27780 27653 t 16345 16427 16344 t 16603 17299 13430 t 24878 24879 24991 t 17281 16447 17059 t 16911 16554 16756 t 6229 6169 6170 t 15826 16705 17344 t 20506 16503 17096 t 16705 16906 16352 t 17344 16705 16352 t 16906 16242 16304 t 16352 16906 16304 t 16242 14741 16329 t 16304 16242 16329 t 14741 16328 16121 t 16329 14741 16121 t 16328 17723 16324 t 16121 16328 16324 t 17723 17493 17108 t 16324 17723 17108 t 15706 15655 17108 t 17493 15706 17108 t 16728 16710 15655 t 15706 16728 15655 t 17561 17547 16710 t 16728 17561 16710 t 16384 16095 17547 t 17561 16384 17547 t 17581 17571 16095 t 16384 17581 16095 t 17581 16192 17571 t 13334 14080 16462 t 12426 31818 9600 t 17755 15939 17754 t 17562 26829 19080 t 16602 16685 16684 t 13817 13704 19458 t 17194 17672 16282 t 16881 16667 16663 t 15811 15891 15890 t 17132 17133 4960 t 16117 16116 16035 t 15723 15810 15809 t 10344 10286 30014 t 16036 16117 16035 t 16130 16209 16129 t 17545 17691 16497 t 16968 17014 17289 t 15868 15951 15867 t 16036 16035 15950 t 15557 15641 15556 t 28836 28923 28835 t 1892 1893 2010 t 16138 16217 16137 t 16713 16800 16799 t 19150 25798 25675 t 15400 15457 15456 t 15904 17636 15011 t 17257 17356 17355 t 15998 5358 16839 t 15522 15607 15521 t 15522 15521 15454 t 25418 26052 12089 t 25092 25418 12089 t 16194 16083 17061 t 17383 16194 17061 t 1584 1685 1684 t 17158 17159 17256 t 15840 17281 16502 t 16037 722 16036 t 16146 15819 15800 t 26337 25311 27470 t 16548 1557 16186 t 16496 15999 1557 t 16066 17660 17236 t 15489 16496 1557 t 935 16146 15999 t 16821 16828 17683 t 15475 15489 1557 t 17683 17722 17092 t 17722 15878 17092 t 17092 15878 16929 t 15878 17642 16929 t 16929 17642 17441 t 17642 16406 17441 t 16878 16708 16400 t 16487 16400 16708 t 16572 16142 16708 t 16878 16572 16708 t 16572 16623 16142 t 1059 956 1060 t 14896 14759 16089 t 14658 4099 16071 t 16151 17731 17204 t 20896 16244 16164 t 16808 16893 16892 t 16722 16808 16807 t 27918 27973 27917 t 31673 6274 31786 t 15591 15590 15505 t 15506 15591 15505 t 15675 15674 15590 t 15591 15675 15590 t 15764 15763 15674 t 15675 15764 15674 t 15850 15849 15763 t 15764 15850 15763 t 15850 15929 15928 t 15849 15850 15928 t 14629 14630 14759 t 19268 18686 16924 t 16521 16607 18763 t 18845 16606 16690 t 17167 17265 17264 t 15868 15867 15785 t 16112 17733 17138 t 17463 16170 16007 t 31970 32318 32346 t 32122 32343 10159 t 15786 15785 15699 t 15885 15884 15804 t 17074 17075 17168 t 6376 6377 6476 t 15557 15558 15642 t 17169 17267 17266 t 15147 138 16237 t 15961 15567 27779 t 17755 17754 17657 t 27780 15961 27779 t 26396 26395 26270 t 16800 16801 16886 t 17360 17454 17453 t 15891 15892 15977 t 15723 15724 15810 t 16689 16690 16778 t 16040 15796 5092 t 16136 16135 16057 t 858 16216 16217 t 2123 2476 27725 t 15693 15692 15608 t 16550 17427 13651 t 19684 19683 15567 t 16712 16713 16799 t 31988 27454 24920 t 15569 2810 16119 t 5507 17491 17668 t 16868 16953 16952 t 16922 17667 16502 t 24876 24987 24986 t 17132 4835 16218 t 27063 27062 26936 t 28275 28335 28274 t 2156 17367 2041 t 15961 19684 15567 t 26931 26930 26807 t 16217 16138 749 t 27344 17112 6640 t 16502 17281 17059 t 16427 16511 16510 t 6539 26341 27024 t 17228 16147 16447 t 20230 10641 5602 t 15985 17405 16705 t 15826 15985 16705 t 17405 16272 16906 t 16705 17405 16906 t 16906 16272 16242 t 14741 17273 16328 t 17273 16763 17723 t 16328 17273 17723 t 17723 16763 17493 t 17580 17561 16728 t 17471 16384 17561 t 17580 17471 17561 t 17471 17581 16384 t 17477 16462 16192 t 17581 17477 16192 t 31954 31911 32096 t 1488 1590 16898 t 27342 27343 17129 t 27461 26450 10236 t 10368 14589 21063 t 16898 16987 16986 t 5381 10804 13568 t 17070 17164 17163 t 16187 16281 16500 t 17431 16989 17206 t 15546 31677 15478 t 10011 4272 9895 t 16725 16726 16811 t 3937 3006 150 t 17049 17145 17048 t 18842 16686 18758 t 16500 17206 17101 t 15951 16036 15950 t 17560 17559 17459 t 16500 17431 17206 t 17525 17492 17524 t 15890 15889 15809 t 10775 10776 24483 t 15992 17487 16464 t 19412 19413 19683 t 24790 15916 26956 t 16211 16212 16294 t 16501 17058 17545 t 15455 15522 15454 t 15455 15454 15398 t 25825 27200 17024 t 23053 21904 18997 t 7788 1829 1713 t 2702 14469 14228 t 16109 16108 18213 t 16233 17154 17098 t 19944 6645 19943 t 17738 17304 16765 t 4543 4666 17590 t 26196 10237 25836 t 15999 16146 301 t 17266 17364 17363 t 15823 16066 17236 t 16554 15475 16548 t 16824 16519 15820 t 17660 17287 16332 t 16069 16824 16575 t 16519 16971 15820 t 16412 16069 16252 t 16824 15820 16575 t 16412 16252 17369 t 16518 16412 17369 t 16518 17369 17088 t 16069 16575 16252 t 11678 16568 16400 t 17087 16518 17088 t 17246 16572 16878 t 17443 16623 16572 t 17702 17195 16623 t 17443 17702 16623 t 17702 17473 17195 t 3201 19356 19698 t 16892 16981 16980 t 6357 15410 15411 t 16718 16719 16805 t 16806 16890 16889 t 17698 16169 15899 t 15441 15507 15506 t 6274 6273 31786 t 15592 15591 15506 t 15507 15592 15506 t 15676 15675 15591 t 15592 15676 15591 t 15765 15764 15675 t 15676 15765 15675 t 15851 15850 15764 t 15765 15851 15764 t 15930 15929 15850 t 15851 15930 15850 t 20040 20039 30526 t 31142 31394 30526 t 15723 15722 15639 t 15556 15640 15639 t 15786 15868 15785 t 15951 15950 15867 t 15531 15532 15615 t 16639 16723 16722 t 15700 15786 15699 t 11854 15405 15462 t 15555 15556 15639 t 15975 15976 16057 t 16886 16975 1685 t 27402 27527 27401 t 15806 15886 15885 t 16053 16052 15970 t 17651 17652 17746 t 15531 15462 15463 t 17449 17385 4474 t 17017 16009 17738 t 15624 16040 5092 t 1070 1172 1171 t 17576 17103 17203 t 16896 16897 16985 t 16294 16375 16374 t 15641 15724 15723 t 16455 16456 16540 t 19684 19412 19683 t 15609 15693 15608 t 16290 16291 956 t 17762 28006 28058 t 30963 30962 30839 t 23518 23639 23608 t 426 427 527 t 24875 24876 24986 t 1685 1584 16886 t 19332 24461 6641 t 2353 2238 23827 t 27066 27065 26939 t 16167 16158 16917 t 25765 24430 23661 t 26062 6164 24811 t 16510 16511 16595 t 25094 25202 25093 t 17342 16370 16362 t 3431 17492 16331 t 16810 16811 16895 t 26341 25765 25528 t 17281 17228 16447 t 20412 16674 20508 t 16554 16548 16756 t 17006 17727 15985 t 16674 17006 15985 t 17727 16620 17405 t 15985 17727 17405 t 16620 16309 16272 t 17405 16620 16272 t 16309 16306 16242 t 16272 16309 16242 t 16306 17053 14741 t 16242 16306 14741 t 17053 15874 17273 t 14741 17053 17273 t 15874 15566 16763 t 17273 15874 16763 t 15566 17540 17493 t 16763 15566 17493 t 15732 15706 17493 t 17540 15732 17493 t 16744 16728 15706 t 15732 16744 15706 t 17622 17580 16728 t 16744 17622 16728 t 17591 17471 17580 t 17622 17591 17580 t 15995 17581 17471 t 17591 15995 17471 t 15993 17477 17581 t 15995 15993 17581 t 16225 12532 17389 t 15993 17389 17477 t 17460 17560 17459 t 6649 6078 5962 t 17017 17738 138 t 17308 16281 16187 t 15561 15644 15560 t 15729 15816 15815 t 16199 17198 17058 t 16798 1479 16711 t 1176 16642 16641 t 4643 14923 14924 t 16187 17101 17692 t 17698 17697 16169 t 17266 17267 17364 t 16187 16500 17101 t 7267 15798 15837 t 16291 16290 16207 t 32076 32080 31819 t 16808 16809 16893 t 15808 15888 15807 t 16454 1163 16453 t 32257 32133 32280 t 17481 17465 15862 t 15397 31183 15398 t 19332 6641 24317 t 25550 25665 25549 t 27545 27544 27420 t 16770 18364 1732 t 23650 23649 22224 t 16267 16266 16184 t 16185 16184 16109 t 17285 4466 4347 t 10402 24243 24242 t 26050 24899 23664 t 10323 6438 19413 t 16265 16266 16344 t 1557 15999 16186 t 17307 17402 16140 t 16679 15475 16554 t 16911 16679 16554 t 301 16146 15800 t 15475 1557 16548 t 15819 16821 16820 t 15800 15819 16820 t 16821 17683 17681 t 16820 16821 17681 t 17683 17092 17597 t 17597 17092 17602 t 17681 17683 17597 t 17092 16929 17602 t 16382 16572 17246 t 20888 20977 17246 t 17348 17443 16572 t 16382 17348 16572 t 16514 17702 17443 t 17348 16514 17443 t 17478 17473 17702 t 16514 17478 17702 t 16926 17015 17473 t 17478 16926 17473 t 15641 15642 15724 t 16300 16860 16861 t 17699 17698 15899 t 17388 17282 15656 t 16901 17388 15656 t 15442 15508 15507 t 12513 24009 6205 t 15593 15592 15507 t 15508 15593 15507 t 15677 15676 15592 t 15593 15677 15592 t 15766 15765 15676 t 15677 15766 15676 t 15852 15851 15765 t 15766 15852 15765 t 15852 15931 15930 t 15851 15852 15930 t 15931 16016 16015 t 15930 15931 16015 t 16173 18285 16098 t 16098 16097 16016 t 17309 16187 17692 t 16488 17309 17692 t 15700 15699 15615 t 17105 17252 17237 t 15464 15532 15531 t 15616 15700 15615 t 15463 15464 15531 t 15532 15616 15615 t 17387 16488 17692 t 495 15897 15979 t 17168 17169 17266 t 16293 16292 16209 t 16370 16371 4718 t 16375 16456 16455 t 16232 17673 15740 t 16414 17435 17431 t 16294 16293 16210 t 630 16050 16128 t 17669 16033 17753 t 15728 15729 15815 t 28047 28046 27994 t 16952 1772 16867 t 32074 32162 32085 t 26567 26185 19792 t 22713 24236 24235 t 27502 22713 24235 t 16257 16337 16336 t 19159 18110 10281 t 10281 18110 17078 t 26807 26930 26806 t 19412 10323 19413 t 26049 19236 19316 t 16847 17624 16254 t 16416 26073 26576 t 16917 17004 16910 t 19745 26562 19657 t 18668 16513 16429 t 10323 6281 13840 t 16426 16427 16510 t 6438 10323 13840 t 19 13853 16926 t 16511 16596 16595 t 15958 16789 16202 t 16081 16202 16789 t 16789 16307 16081 t 17006 16674 20413 t 16307 17097 17006 t 16081 16307 17006 t 17097 16664 17727 t 17006 17097 17727 t 16664 17579 16620 t 17727 16664 16620 t 17579 16932 16309 t 16620 17579 16309 t 16932 16825 16306 t 16309 16932 16306 t 16825 17439 17053 t 16306 16825 17053 t 17439 16965 15874 t 17053 17439 15874 t 16965 16067 15566 t 15874 16965 15566 t 16067 15880 17540 t 15566 16067 17540 t 15880 15732 17540 t 17632 17622 16744 t 16389 17591 17622 t 17632 16389 17622 t 17591 17469 15995 t 17375 15993 15995 t 17469 17375 15995 t 15539 17389 15993 t 17375 15539 15993 t 16813 16898 16812 t 16450 12071 14720 t 15718 15719 15805 t 16963 16962 16874 t 15644 15643 15560 t 30998 30997 30872 t 16722 16723 16808 t 16461 16151 17105 t 17595 16281 17308 t 16982 16983 17070 t 16297 16377 16376 t 15990 16157 16071 t 16980 17068 17067 t 24898 26051 26448 t 17148 16112 17138 t 17267 17365 17364 t 16079 15708 17601 t 1929 1928 1809 t 14470 17109 4308 t 16212 16295 16294 t 16979 17067 17066 t 9477 13016 10944 t 16805 16806 16889 t 16132 16133 16211 t 6281 10229 6347 t 28006 17762 17761 t 6078 6184 15659 t 27025 27154 20272 t 16458 16543 16542 t 13218 13121 16191 t 16346 16345 16266 t 18441 16185 18367 t 17739 16585 3621 t 23338 23467 23466 t 25352 25353 22667 t 27432 27431 27054 t 16427 16426 16344 t 16183 16184 16265 t 17005 14488 16469 t 16061 16433 16651 t 1361 16701 1255 t 13840 6281 6347 t 1852 1331 16833 t 21235 11052 25232 t 17140 16359 17139 t 4060 3944 4061 t 1175 1074 1176 t 10229 19153 12448 t 1491 1492 1592 t 16349 15473 16418 t 6347 10229 12448 t 8225 14904 8320 t 16220 16382 17592 t 17592 20977 20514 t 17248 17348 16382 t 16220 17248 16382 t 16737 16514 17348 t 17248 16737 17348 t 17640 17478 16514 t 16737 17640 16514 t 17585 16926 17478 t 17640 17585 17478 t 16896 16985 16984 t 16860 16300 16289 t 16657 16280 16546 t 17199 17388 16901 t 19153 23603 23116 t 15509 15508 15442 t 29929 15442 29928 t 15509 15594 15593 t 15508 15509 15593 t 15594 15678 15677 t 15593 15594 15677 t 15678 15767 15766 t 15677 15678 15766 t 15767 15853 15852 t 15766 15767 15852 t 15853 15932 15931 t 15852 15853 15931 t 15932 16017 16016 t 15931 15932 16016 t 16017 16099 16098 t 16016 16017 16098 t 16491 17192 16916 t 16173 16174 18360 t 17671 16538 16170 t 534 6684 434 t 16250 17105 17237 t 16461 17105 16250 t 15979 16461 16250 t 16293 16294 16374 t 17663 17730 17463 t 12448 19153 23116 t 23603 24262 24261 t 17385 17449 16371 t 16989 16707 16243 t 16637 16638 16721 t 16056 16134 16133 t 11707 14214 15488 t 23116 23603 24261 t 29467 29572 29466 t 30091 6429 30090 t 26711 25821 26065 t 27184 27432 27054 t 23808 23901 23900 t 23807 23808 23900 t 24235 24236 25463 t 24236 25471 25463 t 26944 24682 26439 t 16403 17818 19697 t 16622 17739 3621 t 24156 25310 5852 t 17658 2511 17755 t 17327 11236 17316 t 16910 5950 15906 t 16300 16861 1769 t 16992 25254 27319 t 15451 15450 24158 t 24814 25362 22741 t 16550 16573 19104 t 25943 25824 26572 t 15958 16202 17196 t 26896 25363 15384 t 16234 16413 16789 t 15958 16234 16789 t 16789 16413 16307 t 16307 15966 17097 t 15966 17675 16664 t 17097 15966 16664 t 17675 15872 17579 t 16664 17675 17579 t 15872 16516 16932 t 17579 15872 16932 t 16516 16758 16825 t 16932 16516 16825 t 16825 16758 17439 t 17439 15894 16965 t 15894 16080 16067 t 16965 15894 16067 t 16067 16080 15880 t 15733 15732 15880 t 16746 16744 15732 t 15733 16746 15732 t 17633 17632 16744 t 16746 17633 16744 t 15956 16389 17632 t 17633 15956 17632 t 17684 17591 16389 t 15956 17684 16389 t 17329 17469 17591 t 17684 17329 17591 t 15982 17375 17469 t 17329 15982 17469 t 17173 15539 17375 t 15982 17173 17375 t 16468 17173 17200 t 17173 16468 15539 t 6069 291 9645 t 15011 17636 15957 t 17492 3530 16273 t 16614 16613 16527 t 2041 17269 1924 t 16170 16538 17724 t 17071 17165 17164 t 17269 17367 17268 t 32115 20047 32179 t 16716 16717 16803 t 16979 16980 17067 t 27725 2476 26012 t 17367 17366 17268 t 13174 5151 16318 t 15997 4962 17136 t 17455 17456 17556 t 17264 17265 17363 t 16208 16207 16128 t 17747 16880 17199 t 15659 16905 22815 t 16726 16812 16811 t 15548 15549 15632 t 17401 17296 16473 t 21169 14104 21123 t 16922 16909 30784 t 27072 27074 17714 t 16689 16778 16777 t 16286 17233 16930 t 16428 16427 16345 t 16346 16428 16345 t 3702 16434 17089 t 18045 15923 18123 t 29670 29669 29573 t 30768 20128 20127 t 16266 16345 16344 t 17365 17458 17457 t 15946 16061 16651 t 16433 16072 17018 t 17236 17440 16065 t 15823 17236 16065 t 16332 17084 17440 t 17236 16332 17440 t 16332 16160 16161 t 16161 16160 17728 t 17084 16332 16161 t 16160 17447 17728 t 17728 17447 15797 t 15797 16650 16223 t 16381 16220 15964 t 15964 17592 20514 t 16794 17248 16220 t 16381 16794 16220 t 17104 16737 17248 t 16794 17104 17248 t 16205 17640 16737 t 17104 16205 16737 t 5747 8352 5858 t 13878 1347 13998 t 3250 495 16150 t 16467 16126 16120 t 16657 16546 17303 t 17733 16112 17193 t 17745 17746 17199 t 10594 31825 32176 t 1629 4853 9503 t 27327 27646 27207 t 24262 25529 25523 t 24261 24262 25523 t 15444 15510 15509 t 22771 22641 22772 t 15510 15595 15594 t 15509 15510 15594 t 15595 15679 15678 t 15594 15595 15678 t 15678 15679 15767 t 15767 15854 15853 t 15854 15933 15932 t 15853 15854 15932 t 15933 16018 16017 t 15932 15933 16017 t 16018 16100 16099 t 16017 16018 16099 t 16100 16175 16174 t 16099 16100 16174 t 16257 16336 18432 t 16175 16257 16174 t 1798 1797 1685 t 14492 15285 17623 t 17435 16388 16271 t 15442 29929 15443 t 3010 16113 2882 t 16714 16715 16801 t 17699 15899 16152 t 17600 17699 16152 t 17362 17363 17454 t 17696 15799 16553 t 16788 16876 16787 t 16543 16544 16629 t 25529 27191 27153 t 25523 25529 27153 t 23669 21628 28682 t 22655 22440 22654 t 28682 28681 23669 t 32285 32078 31888 t 25939 24455 26461 t 18629 21038 24433 t 21412 21413 21464 t 25463 25471 27090 t 25471 27091 27090 t 6541 19159 6162 t 27087 25310 24156 t 15662 27087 24156 t 25801 27400 27397 t 24535 24541 25767 t 23934 24032 24031 t 4886 5851 27079 t 2356 2240 22720 t 32229 32046 31904 t 25572 22635 27583 t 23085 17334 19075 t 32332 32058 31852 t 23817 7759 25571 t 25249 27196 27317 t 31840 32048 32239 t 30791 17297 16234 t 16363 15910 16413 t 16234 16363 16413 t 15910 17436 16307 t 16413 15910 16307 t 17436 17107 15966 t 16307 17436 15966 t 15966 17107 17675 t 17675 16463 15872 t 16463 16827 16516 t 15872 16463 16516 t 16827 16741 16758 t 16516 16827 16758 t 16741 16672 17439 t 16758 16741 17439 t 16672 16096 15894 t 17439 16672 15894 t 16096 17351 16080 t 15894 16096 16080 t 17351 16908 15880 t 16080 17351 15880 t 16908 15743 15733 t 15880 16908 15733 t 15743 16749 16746 t 15733 15743 16746 t 16746 16749 17633 t 17633 17230 15956 t 17230 17685 17684 t 15956 17230 17684 t 16536 17329 17684 t 17685 16536 17684 t 17566 15982 17329 t 16536 17566 17329 t 15832 17173 15982 t 17566 15832 15982 t 22070 22502 18410 t 19066 30223 24542 t 17556 17654 17653 t 17385 16371 16370 t 15643 15644 15727 t 17555 17556 17653 t 15812 15813 15892 t 16528 16614 16527 t 17653 17654 17749 t 12986 13999 12984 t 28154 28213 28212 t 16752 16126 16467 t 16802 16888 16887 t 15530 15529 15461 t 16701 1463 16788 t 27191 2470 2590 t 16241 16249 17132 t 27153 27191 2590 t 16246 16071 16062 t 17556 17456 17654 t 16043 16499 17496 t 17400 16043 17496 t 15725 15812 15811 t 16625 17629 15622 t 16625 17249 17629 t 16652 16625 15622 t 16267 16346 16266 t 16428 16512 16511 t 16427 16428 16511 t 3621 16585 3739 t 15559 15642 15558 t 32347 32202 31980 t 16850 25418 6447 t 16184 16266 16265 t 2470 27715 27604 t 16651 16433 17018 t 17602 16074 17396 t 17011 30119 17638 t 17597 17602 17396 t 17681 17597 16885 t 16885 17597 17396 t 16820 17681 17679 t 17679 17681 16885 t 15791 15800 16816 t 16816 16820 17679 t 15964 20419 17333 t 17333 16313 17346 t 16219 16381 17333 t 17346 16219 17333 t 17099 16794 16381 t 16219 17099 16381 t 16973 17104 16794 t 17099 16973 16794 t 16127 16205 17104 t 16973 16127 17104 t 15001 17585 386 t 25204 25205 25320 t 15979 16250 16090 t 17206 16243 17306 t 17738 16765 14878 t 16050 630 16049 t 17651 17746 17745 t 17650 17651 17745 t 13011 16675 14092 t 17452 17453 17552 t 16976 17063 1798 t 1287 16730 1286 t 16280 16249 16546 t 16315 17106 16199 t 15722 15723 15809 t 15380 25251 25195 t 25807 11345 11252 t 15445 15511 15510 t 15443 30028 15444 t 15511 15596 15595 t 15510 15511 15595 t 15596 15680 15679 t 15595 15596 15679 t 15680 15768 15767 t 15679 15680 15767 t 15768 15855 15854 t 15767 15768 15854 t 15854 15855 15933 t 16018 16101 16100 t 16101 16176 16175 t 16100 16101 16175 t 16258 16257 16175 t 16176 16258 16175 t 16337 18507 16336 t 16258 16337 16257 t 16378 17194 16282 t 16420 18588 16337 t 16715 16802 16801 t 16801 16802 16887 t 15887 15886 15806 t 15614 15613 15529 t 17455 17556 17555 t 15889 15890 15975 t 16137 16136 16058 t 5623 26466 19513 t 26940 23614 27808 t 19062 16483 27734 t 27450 17022 5137 t 21364 26940 27808 t 26313 24591 25693 t 18248 22246 21708 t 2238 3328 23827 t 27090 27091 17711 t 27091 17712 17711 t 588 589 6541 t 22851 2480 2239 t 17373 2471 16941 t 17962 24131 17963 t 23720 23721 24535 t 27407 27532 27531 t 14206 27461 27459 t 20097 20098 20188 t 21464 13097 27586 t 9961 21612 6188 t 30788 30901 5626 t 22767 25224 26465 t 24566 24125 25088 t 29318 29222 10390 t 21404 26448 26051 t 15994 15711 15910 t 16363 15994 15910 t 15711 16565 17436 t 15910 15711 17436 t 16565 15912 17107 t 17436 16565 17107 t 15912 17038 17675 t 17107 15912 17675 t 17038 15873 16463 t 17675 17038 16463 t 15873 17190 16827 t 16463 15873 16827 t 17190 15752 16741 t 16827 17190 16741 t 15752 17009 16672 t 16741 15752 16672 t 17009 16041 16096 t 16672 17009 16096 t 16041 17446 17351 t 16096 16041 17351 t 17446 16761 16908 t 17351 17446 16908 t 15744 15743 16908 t 16761 15744 16908 t 16754 16749 15743 t 15744 16754 15743 t 17634 17633 16749 t 16754 17634 16749 t 17633 17634 17230 t 17230 17574 17685 t 17574 16704 16536 t 17685 17574 16536 t 16704 17565 17566 t 16536 16704 17566 t 256 31364 31158 t 17565 17010 17566 t 26655 27149 26192 t 27032 27161 27160 t 19105 2573 21498 t 30245 30244 30138 t 16059 16137 16058 t 16137 16216 16136 t 16216 16215 16136 t 17165 17166 17263 t 3920 16994 16999 t 15462 15530 15461 t 15458 15457 15400 t 31105 31221 31104 t 22500 24658 24657 t 16818 16903 16902 t 31855 32105 32292 t 18492 22922 11671 t 32051 32163 32314 t 16204 16043 17400 t 32249 23853 31968 t 16551 17330 16531 t 15918 16551 16531 t 15690 15689 15605 t 15521 15606 15520 t 16670 16325 15146 t 16777 16778 16867 t 18124 18123 15923 t 18830 16596 16597 t 16511 16512 16596 t 15642 15726 15725 t 2045 1928 2046 t 16850 6447 23674 t 20718 16200 17473 t 16244 20896 19612 t 16113 16933 15568 t 17018 16072 16312 t 16072 17088 17183 t 26341 5850 25765 t 1739 19170 25258 t 15942 17054 16141 t 17406 15942 16141 t 16123 16843 17444 t 16392 16123 17444 t 16843 16911 16756 t 17444 16843 16756 t 32001 7372 32185 t 17406 16141 16254 t 16114 17346 16032 t 20700 16032 16313 t 16302 16219 17346 t 16114 16302 17346 t 16604 17099 16219 t 16302 16604 16219 t 16995 16973 17099 t 16604 16995 17099 t 16995 17485 16127 t 16973 16995 16127 t 15948 16034 18234 t 15919 16622 3367 t 16150 15979 16090 t 5080 4960 4961 t 16721 16722 16807 t 16280 17135 17133 t 17553 17651 17650 t 17359 17360 17452 t 17144 17240 17143 t 17552 17553 17650 t 17151 13289 17209 t 17264 17363 17362 t 17654 17750 17749 t 17454 17455 17555 t 16984 17072 17071 t 17071 17072 17165 t 16237 17271 16043 t 16127 17485 1345 t 15958 30791 16234 t 21808 22215 21731 t 15446 15512 15511 t 15445 15446 15511 t 15512 15597 15596 t 15511 15512 15596 t 15597 15681 15680 t 15596 15597 15680 t 15681 15769 15768 t 15680 15681 15768 t 15768 15769 15855 t 15933 16019 16018 t 16019 16102 16101 t 16018 16019 16101 t 16102 16177 16176 t 16101 16102 16176 t 16259 16258 16176 t 16177 16259 16176 t 16338 16337 16258 t 16259 16338 16258 t 16338 16420 16337 t 17554 17652 17651 t 16506 16505 16420 t 15530 15614 15529 t 15784 15783 15697 t 15738 16671 17599 t 15805 15806 15885 t 15825 17600 15919 t 17754 17669 17753 t 32065 32305 31836 t 30349 30470 30348 t 25672 30325 25673 t 26420 26421 26546 t 23751 23750 23669 t 21518 21364 27807 t 32339 31961 26058 t 2353 23827 27723 t 23509 21518 27796 t 17711 17712 27339 t 17712 27447 27339 t 2122 589 588 t 2009 2122 588 t 24031 24032 24129 t 25310 25580 5852 t 22471 23509 27796 t 6537 26712 26587 t 24593 24594 25924 t 32343 32193 32233 t 32204 31880 31910 t 29322 31611 30896 t 27745 22467 27744 t 22656 22655 27218 t 15136 19796 20615 t 27317 27196 19419 t 32348 31955 32246 t 28593 10286 10285 t 15711 16085 16565 t 16085 16397 15912 t 16565 16085 15912 t 16397 16566 17038 t 15912 16397 17038 t 16566 16580 15873 t 17038 16566 15873 t 16580 16256 17190 t 15873 16580 17190 t 16256 16757 15752 t 17190 16256 15752 t 16757 15905 17009 t 15752 16757 17009 t 15905 16923 16041 t 17009 15905 16041 t 16041 16923 17446 t 16761 15745 15744 t 15745 16768 16754 t 15744 15745 16754 t 16768 17635 17634 t 16754 16768 17634 t 17635 16401 17230 t 17634 17635 17230 t 17230 16401 17574 t 17574 16475 16704 t 16475 16841 17565 t 16704 16475 17565 t 16838 16410 19614 t 17565 16841 17010 t 24011 26051 24898 t 15725 15726 15812 t 628 519 629 t 2378 2379 2501 t 21804 2597 20649 t 17341 2363 2246 t 15547 15631 15630 t 7177 10055 1004 t 16210 16209 16130 t 14720 496 12862 t 15784 15866 15783 t 11625 11707 29543 t 16450 16144 16668 t 16668 16449 16450 t 16450 16449 17284 t 16449 17381 17284 t 10858 2802 24893 t 17381 16586 17370 t 23906 18015 18094 t 16368 16367 17370 t 16586 16368 17370 t 15830 15736 17688 t 16368 17687 16367 t 17295 17674 17330 t 16551 17295 17330 t 15989 16195 17664 t 16195 15736 17664 t 17542 15989 17052 t 17536 16669 16670 t 27343 27344 6640 t 30963 31093 30962 t 27073 32132 24895 t 16374 16455 16454 t 24313 24315 25554 t 25665 25664 25549 t 5154 16921 5155 t 17520 17519 479 t 16312 16072 17183 t 17369 16618 17183 t 12071 16450 17284 t 17343 15492 17054 t 15942 17343 17054 t 16653 16465 20792 t 12153 13071 593 t 17292 16465 16484 t 15914 17630 16653 t 16032 17292 16114 t 17630 16484 16465 t 16431 16114 17292 t 16484 16431 17292 t 16655 16302 16114 t 16431 16655 16114 t 17153 16604 16302 t 16655 17153 16302 t 16092 16995 16604 t 17153 16092 16604 t 16995 16092 17485 t 2968 1447 151 t 4959 17132 4960 t 6843 6844 1022 t 16250 17237 17140 t 17260 17261 17359 t 5739 13359 13289 t 17453 17553 17552 t 17161 17162 17260 t 15646 15730 15729 t 17360 17453 17452 t 22470 18339 18340 t 15546 15547 15630 t 17209 16118 17151 t 16216 16299 16215 t 17205 18327 16790 t 629 16049 630 t 16963 17049 17048 t 13183 16075 13712 t 15737 15983 15740 t 1928 2045 17272 t 17386 15990 16246 t 15393 15394 15446 t 31865 31917 10569 t 15513 15512 15446 t 15447 15513 15446 t 15598 15597 15512 t 15513 15598 15512 t 15598 15682 15681 t 15597 15598 15681 t 15682 15770 15769 t 15681 15682 15769 t 15770 15856 15855 t 15769 15770 15855 t 15856 15934 15933 t 15855 15856 15933 t 15934 16020 16019 t 15933 15934 16019 t 16020 16103 16102 t 16019 16020 16102 t 16103 16178 16177 t 16102 16103 16177 t 16260 16259 16177 t 16178 16260 16177 t 16339 16338 16259 t 16260 16339 16259 t 16421 16420 16338 t 16339 16421 16338 t 16590 16506 16507 t 16421 16506 16420 t 15698 15784 15697 t 15451 15518 15450 t 24987 25096 25095 t 17663 17463 16046 t 16631 16632 16715 t 20011 20100 27067 t 22445 17413 2713 t 26798 26919 26918 t 26294 26295 26418 t 30072 30174 30173 t 26567 26439 26185 t 27298 27424 27297 t 28028 28080 28079 t 27447 20525 27339 t 20834 20741 27650 t 2009 21009 20036 t 27056 27055 26929 t 31928 31854 31982 t 25707 25836 25439 t 24131 17882 24033 t 21334 22471 27796 t 28538 28620 28537 t 17211 17326 17619 t 18866 18867 27323 t 27421 27420 27294 t 27295 27421 27294 t 20446 20447 20541 t 26653 26652 26521 t 24649 23655 15391 t 27329 24649 15391 t 17277 15628 15711 t 15628 15490 16085 t 15711 15628 16085 t 15490 16918 16397 t 16085 15490 16397 t 16918 16750 16566 t 16397 16918 16566 t 16750 16660 16580 t 16566 16750 16580 t 16660 16070 16256 t 16580 16660 16256 t 16070 16124 16757 t 16256 16070 16757 t 16124 17398 15905 t 16757 16124 15905 t 17398 17546 16923 t 15905 17398 16923 t 17546 16899 17446 t 16923 17546 17446 t 16899 16997 16761 t 17446 16899 16761 t 16997 15746 15745 t 16761 16997 15745 t 15745 15746 16768 t 16768 17644 17635 t 16567 16401 17635 t 17644 16567 17635 t 16567 17102 17574 t 16401 16567 17574 t 16558 16475 17574 t 17102 16558 17574 t 17041 16841 16475 t 16558 17041 16475 t 11704 16195 14853 t 17558 17656 17557 t 17753 17752 17655 t 17689 15794 17487 t 3621 3738 3620 t 17058 16168 16189 t 11256 10727 10381 t 30092 6531 6430 t 29269 29369 29268 t 17123 5856 24676 t 27790 22965 22843 t 31858 31818 32052 t 22713 25309 24236 t 16481 16703 16449 t 16668 16481 16449 t 16703 16088 17381 t 16449 16703 17381 t 16088 16755 16586 t 17381 16088 16586 t 16907 16368 16586 t 16755 16907 16586 t 16231 17687 16368 t 16907 16231 16368 t 18250 17688 11704 t 16231 16479 17687 t 16479 17664 15830 t 15987 15989 17664 t 16479 15987 17664 t 11163 24216 16154 t 15987 17052 15989 t 31961 32064 32322 t 17052 16656 17542 t 16373 16374 16454 t 16487 15778 16569 t 17231 18667 18412 t 17529 17539 15792 t 16529 16615 16528 t 32300 32339 32046 t 17088 17369 17183 t 16252 16419 16618 t 27889 27888 27841 t 18758 16686 16602 t 28675 28763 28674 t 17201 6371 16063 t 16004 15914 17201 t 17474 16004 17201 t 16915 17630 15914 t 16004 16915 15914 t 16320 16484 17630 t 16915 16320 17630 t 16201 16431 16484 t 16320 16201 16484 t 17057 16655 16431 t 16201 17057 16431 t 17057 17153 16655 t 16197 16092 17153 t 17057 16197 17153 t 1172 1071 1173 t 16092 16197 17485 t 16090 16250 17140 t 1490 16902 1591 t 17696 16553 16752 t 32134 31961 32339 t 17067 17068 17161 t 17261 17360 17359 t 15794 16901 16443 t 17162 17261 17260 t 23845 23846 23949 t 1148 1147 1045 t 18610 18532 16355 t 17205 16790 16118 t 17209 17205 16118 t 15698 15697 15613 t 1161 1060 1162 t 27921 27920 27867 t 15614 15698 15613 t 18124 15923 15924 t 3433 16452 16663 t 16778 16779 16868 t 15551 15635 15634 t 16045 16451 4646 t 6684 534 433 t 11893 11809 11810 t 15448 15514 15513 t 15514 15599 15598 t 15513 15514 15598 t 15683 15682 15598 t 15599 15683 15598 t 15771 15770 15682 t 15683 15771 15682 t 15771 15857 15856 t 15770 15771 15856 t 15857 15935 15934 t 15856 15857 15934 t 15935 16021 16020 t 15934 15935 16020 t 16021 16104 16103 t 16020 16021 16103 t 16104 16179 16178 t 16103 16104 16178 t 16179 16261 16260 t 16178 16179 16260 t 16261 16340 16339 t 16260 16261 16339 t 16422 16421 16339 t 16340 16422 16339 t 16507 16506 16421 t 16422 16507 16421 t 16591 16592 18744 t 16590 18743 18742 t 3499 3629 17307 t 1584 16798 16799 t 13853 2924 17015 t 32274 24213 32335 t 22965 27790 27799 t 24121 24224 24223 t 22638 22769 25090 t 10432 32173 32018 t 26797 26798 26918 t 26193 26194 26824 t 30354 30474 30353 t 2353 18749 14063 t 17508 19414 4542 t 6547 6131 6348 t 20036 2122 2009 t 29214 29311 29213 t 27459 27461 10218 t 24233 24234 25460 t 25439 6537 26587 t 25693 19250 17505 t 27790 22843 27791 t 17211 17513 10388 t 17619 17326 25561 t 25550 25549 25437 t 25438 25550 25437 t 26653 26773 26652 t 26773 26772 26652 t 23673 26205 26700 t 24681 23673 26700 t 17639 16236 15628 t 15711 15994 17277 t 16236 16417 15490 t 15628 16236 15490 t 16417 15895 16918 t 15490 16417 16918 t 15895 16172 16750 t 16918 15895 16750 t 16750 16172 16660 t 16660 16927 16124 t 16070 16660 16124 t 16927 16047 17398 t 16124 16927 17398 t 16766 17546 17398 t 16047 16766 17398 t 16379 16899 17546 t 16766 16379 17546 t 16245 16997 16899 t 16379 16245 16899 t 16997 16245 15746 t 15746 16797 16768 t 16797 17659 17644 t 16768 16797 17644 t 17659 3927 16567 t 17644 17659 16567 t 3927 17526 17102 t 16567 3927 17102 t 17526 16474 16558 t 17102 17526 16558 t 16474 15735 17041 t 16558 16474 17041 t 17041 15735 16091 t 17252 17328 16361 t 16033 17056 17752 t 31900 32324 32302 t 4465 4347 4466 t 26277 26401 26148 t 16411 17134 16230 t 24554 24668 24667 t 24018 24019 24120 t 5856 6268 25469 t 29738 9499 9612 t 28136 28193 28135 t 17577 16619 16703 t 16481 17577 16703 t 16619 16323 16088 t 16703 16619 16088 t 16323 16391 16755 t 16088 16323 16755 t 16190 16907 16755 t 16391 16190 16755 t 16477 16231 16907 t 16190 16477 16907 t 15739 16479 16231 t 16477 15739 16231 t 15984 15987 16479 t 15739 15984 16479 t 16248 17052 15987 t 15984 16248 15987 t 17310 16656 17052 t 16248 17310 17052 t 17631 16409 16656 t 17310 17631 16656 t 17631 17529 16409 t 17283 17234 17529 t 17369 16252 16618 t 23179 23299 1480 t 16063 19433 17729 t 17729 19433 16795 t 17461 17474 17729 t 15707 17461 17729 t 16005 16004 17474 t 17461 16005 17474 t 16830 16915 16004 t 16005 16830 16004 t 16239 16320 16915 t 16830 16239 16915 t 16753 16201 16320 t 16239 16753 16320 t 16380 17057 16201 t 16753 16380 16201 t 16380 16969 17057 t 16969 17003 16197 t 17057 16969 16197 t 15410 6357 15470 t 20338 20434 11649 t 17237 16360 16359 t 22815 21356 15659 t 3254 16042 3131 t 17143 17142 17047 t 16627 16628 16711 t 15656 17699 17600 t 16456 16457 16541 t 16712 16799 16798 t 16542 16628 16627 t 17209 4408 17062 t 1343 15998 17432 t 1148 1045 1046 t 2545 16559 17062 t 17062 17205 17209 t 3245 15740 3367 t 1060 16453 1162 t 17062 16148 17205 t 18313 18234 16034 t 20245 16031 16533 t 4588 16545 16218 t 16126 16030 16120 t 2882 17669 2754 t 31151 16317 30417 t 17656 17753 17655 t 15809 15889 15808 t 16541 16542 16627 t 1492 1493 1593 t 16698 16699 16785 t 32081 32302 32044 t 22716 22564 25450 t 15600 15599 15514 t 15515 15600 15514 t 15600 15684 15683 t 15599 15600 15683 t 15684 15772 15771 t 15683 15684 15771 t 15772 15858 15857 t 15771 15772 15857 t 15858 15936 15935 t 15857 15858 15935 t 15936 16022 16021 t 15935 15936 16021 t 16022 16105 16104 t 16021 16022 16104 t 16180 16179 16104 t 16105 16180 16104 t 16262 16261 16179 t 16180 16262 16179 t 16341 16340 16261 t 16262 16341 16261 t 16341 16423 16422 t 16340 16341 16422 t 16423 16508 16507 t 16422 16423 16507 t 12159 16598 16680 t 16507 16508 16591 t 31251 31137 31138 t 22432 22431 19984 t 24655 21763 24656 t 32094 32200 32129 t 5856 25469 24676 t 24117 24118 24220 t 25944 25698 26703 t 25528 25765 23661 t 24430 26194 26193 t 2119 17314 17313 t 17314 13390 17313 t 30593 30719 30592 t 27274 10948 10663 t 22918 22917 21234 t 25652 25653 25775 t 25461 27078 25460 t 27078 27075 25460 t 25012 6332 17611 t 26066 26065 15376 t 26956 15916 10388 t 17513 17211 17619 t 17604 17603 17317 t 27394 27146 20541 t 26894 26893 26772 t 23673 15748 26205 t 19076 24681 25312 t 15472 16236 17639 t 32093 32362 31957 t 15472 16417 16236 t 15959 15895 16417 t 15959 17665 16172 t 15895 15959 16172 t 17665 16562 16660 t 16172 17665 16660 t 16562 16927 16660 t 17573 16766 16047 t 17725 16379 16766 t 17573 17725 16766 t 1556 16245 16379 t 17725 1556 16379 t 15747 15746 16245 t 1556 15747 16245 t 15747 16814 16797 t 15746 15747 16797 t 16814 17661 17659 t 16797 16814 17659 t 17661 3200 3927 t 17659 17661 3927 t 3200 17527 17526 t 3927 3200 17526 t 17527 17396 16474 t 17526 17527 16474 t 16474 17396 15735 t 6539 27024 27594 t 15836 4790 16877 t 16273 3530 3800 t 20792 20061 16653 t 17277 31611 29322 t 30136 30243 30242 t 27817 27866 27816 t 21799 6166 26774 t 20349 20257 10857 t 24540 26716 24539 t 26203 6539 25698 t 24460 26703 6268 t 6230 31012 6231 t 23661 24430 26193 t 16879 16532 16619 t 17577 16879 16619 t 16532 16466 16323 t 16619 16532 16323 t 16466 16732 16391 t 16323 16466 16391 t 17185 16190 16391 t 16732 17185 16391 t 17397 16477 16190 t 17185 17397 16190 t 16228 15739 16477 t 17397 16228 16477 t 16228 15838 15739 t 16348 15984 15739 t 15838 16348 15739 t 15922 16248 15984 t 16348 15922 15984 t 16745 17310 16248 t 15922 16745 16248 t 16745 17631 17310 t 17178 17529 17631 t 17538 17283 17529 t 17178 17538 17529 t 17247 16884 17283 t 17538 17247 17283 t 15623 15707 16884 t 17247 15623 16884 t 16408 17461 15707 t 15623 16408 15707 t 16654 16005 17461 t 16408 16654 17461 t 16402 16830 16005 t 16654 16402 16005 t 16003 16239 16830 t 16402 16003 16830 t 16029 16753 16239 t 16003 16029 16239 t 16029 16739 16380 t 16753 16029 16380 t 16739 16793 16969 t 16380 16739 16969 t 16793 16452 17003 t 16969 16793 17003 t 1453 16115 17368 t 32316 32124 32155 t 17140 17237 16359 t 2676 15962 3800 t 16630 16714 16713 t 17042 16657 17304 t 16638 16722 16721 t 17460 17459 17366 t 1270 1163 16539 t 16875 16874 16786 t 16055 16056 16133 t 17077 16467 17700 t 15727 15728 15814 t 16112 15649 15911 t 15649 15941 15911 t 630 16128 742 t 17740 18995 287 t 16559 15900 16148 t 17062 16559 16148 t 16552 16031 16148 t 15900 16552 16148 t 16490 16404 17294 t 16552 16533 16031 t 32191 31826 32288 t 16533 16490 17294 t 11870 12532 16225 t 16490 16308 16404 t 3311 3433 16663 t 13805 16225 16468 t 15727 15814 15813 t 1170 16633 16632 t 15412 5213 17005 t 31656 31769 15403 t 31655 31656 15403 t 15601 15600 15515 t 15516 15601 15515 t 15685 15684 15600 t 15601 15685 15600 t 15685 15773 15772 t 15684 15685 15772 t 15686 17982 17981 t 15772 15773 15858 t 15859 15773 17981 t 15858 15859 15936 t 15937 16023 16022 t 15936 15937 16022 t 16023 16106 16105 t 16022 16023 16105 t 16106 16181 16180 t 16105 16106 16180 t 16181 16263 16262 t 16180 16181 16262 t 16263 16342 16341 t 16262 16263 16341 t 16424 16423 16341 t 16342 16424 16341 t 16424 16509 16508 t 16423 16424 16508 t 16509 16593 16592 t 16508 16509 16592 t 1288 1388 1287 t 7685 7684 13251 t 12334 12666 20745 t 31863 32330 31871 t 25476 27094 27093 t 25475 25476 27093 t 24460 25944 26703 t 25420 25419 25317 t 25318 25420 25317 t 27774 20741 20834 t 13728 13390 6442 t 29263 29262 29166 t 29641 10522 10596 t 11893 25957 26086 t 22281 26312 24454 t 27075 27078 14589 t 27078 17955 14589 t 23148 25808 25681 t 24812 17532 27454 t 22413 26272 27691 t 15476 17211 10388 t 26663 26785 26784 t 15381 23210 25455 t 29527 29627 29526 t 24681 26700 25312 t 17735 15472 17639 t 15472 16966 16417 t 16966 17464 15959 t 16417 16966 15959 t 17464 16582 17665 t 15959 17464 17665 t 16582 16476 16562 t 17665 16582 16562 t 16476 17543 16927 t 16562 16476 16927 t 17543 17020 16927 t 17020 17305 16047 t 16927 17020 16047 t 17305 17588 17573 t 16047 17305 17573 t 16515 17725 17573 t 17588 16515 17573 t 16762 1556 17725 t 16515 16762 17725 t 15790 15747 1556 t 16762 15790 1556 t 15790 16815 16814 t 15747 15790 16814 t 16814 16815 17661 t 17661 16815 3200 t 24532 24533 24646 t 25949 26822 24136 t 32137 32078 32285 t 10696 24368 24369 t 19331 19681 6543 t 23760 21547 24426 t 15412 5088 5213 t 6225 19735 21762 t 10198 10330 1739 t 32106 32167 31851 t 25944 26203 25698 t 27571 27070 23760 t 25698 6539 27594 t 5850 26341 6539 t 16909 17486 16879 t 29999 30094 30093 t 17486 16448 16532 t 16879 17486 16532 t 16448 16314 16466 t 16532 16448 16466 t 16314 15940 16732 t 16466 16314 16732 t 15945 17185 16732 t 15940 15945 16732 t 15945 17179 17397 t 17185 15945 17397 t 16149 16228 17397 t 17179 16149 17397 t 16480 15838 16228 t 16149 16480 16228 t 16321 16348 15838 t 16480 16321 15838 t 16321 15922 16348 t 16665 16745 15922 t 17690 17631 16745 t 16665 17690 16745 t 16919 17178 17631 t 17690 16919 17631 t 16442 17538 17178 t 16919 16442 17178 t 17347 17247 17538 t 16442 17347 17538 t 16064 15623 17247 t 17347 16064 17247 t 16445 16408 15623 t 16064 16445 15623 t 15776 16654 16408 t 16445 15776 16408 t 16087 16402 16654 t 15776 16087 16654 t 16087 16002 16003 t 16402 16087 16003 t 16002 15651 16029 t 16003 16002 16029 t 15651 16740 16739 t 16029 15651 16739 t 16740 16881 16793 t 16739 16740 16793 t 16663 16452 16793 t 16881 16663 16793 t 11052 21235 11051 t 6476 6377 6477 t 16360 17172 17148 t 16359 16360 17148 t 16807 16892 16891 t 16249 17133 17132 t 15644 15728 15727 t 29929 30028 15443 t 2803 1318 2676 t 17751 17752 17152 t 16469 5210 16931 t 15636 15719 15718 t 5086 15941 16931 t 16675 13011 13046 t 16335 5504 204 t 121 17278 120 t 16675 16378 15900 t 16559 16675 15900 t 16378 16282 16552 t 15900 16378 16552 t 16282 16167 16533 t 16552 16282 16533 t 16917 16490 16533 t 16167 16917 16533 t 16910 16308 16490 t 16917 16910 16490 t 15906 17278 16308 t 16910 15906 16308 t 16725 1175 16641 t 3201 120 15709 t 17459 17559 17458 t 32087 32058 32332 t 17056 16110 17465 t 15602 15601 15516 t 15010 14855 18084 t 15601 15602 15685 t 16279 941 1043 t 17832 17903 15602 t 17648 17743 17742 t 23905 23906 22087 t 302 3085 204 t 15551 15552 15635 t 19024 18366 17156 t 15915 19024 17156 t 16023 16024 16106 t 16107 16182 16181 t 16106 16107 16181 t 16182 16264 16263 t 16181 16182 16263 t 16264 16343 16342 t 16263 16264 16342 t 16343 16425 16424 t 16342 16343 16424 t 16425 16510 16509 t 16424 16425 16509 t 16510 16594 16593 t 16509 16510 16593 t 16663 16667 16318 t 10594 32085 31825 t 31852 32336 32284 t 24817 24818 11147 t 27094 17620 17617 t 26329 25114 24113 t 27556 27555 27431 t 16595 18829 18828 t 25420 25530 25419 t 24160 25090 22769 t 13390 13728 17313 t 27548 27547 27423 t 10218 27461 25014 t 26052 17417 25358 t 12089 26052 25358 t 15428 25252 25251 t 20088 20183 20182 t 17128 17224 19596 t 25701 25705 26445 t 23660 24011 25928 t 24133 27312 4886 t 22771 22770 22640 t 24537 16852 26398 t 31713 17376 31596 t 24453 32169 24454 t 15472 17735 16485 t 17625 16254 16485 t 16141 15472 16485 t 16254 16141 16485 t 17054 16966 15472 t 16141 17054 15472 t 15492 17464 16966 t 17054 15492 16966 t 17251 16582 17464 t 15492 17251 17464 t 17251 16392 16476 t 16582 17251 16476 t 16392 17444 17543 t 16476 16392 17543 t 16756 17020 17543 t 17444 16756 17543 t 16548 17305 17020 t 16756 16548 17020 t 16548 17588 17305 t 17378 16762 16515 t 17588 17378 16515 t 15791 15790 16762 t 17378 15791 16762 t 15791 16816 16815 t 15790 15791 16815 t 16816 17679 16815 t 17679 16885 3200 t 16815 17679 3200 t 16885 17396 17527 t 3200 16885 17527 t 3419 6882 7380 t 31791 16748 15774 t 26209 27149 19500 t 15844 15923 15843 t 2352 19681 19331 t 16183 16265 16264 t 31183 15397 31066 t 3575 18082 20147 t 25258 21073 24239 t 19170 21073 25258 t 25765 27565 24430 t 26203 5850 6539 t 27330 26341 25528 t 26341 27330 27024 t 16909 17059 17486 t 25312 31879 19076 t 17059 16447 16448 t 17486 17059 16448 t 16447 16147 16314 t 16448 16447 16314 t 15946 15940 16314 t 16147 15946 16314 t 15946 16651 15945 t 15940 15946 15945 t 16651 17018 17179 t 15945 16651 17179 t 17018 16312 16149 t 17179 17018 16149 t 17183 16480 16149 t 16312 17183 16149 t 16618 16321 16480 t 17183 16618 16480 t 16419 15922 16321 t 16618 16419 16321 t 17583 16665 15922 t 16419 17583 15922 t 17353 17690 16665 t 17583 17353 16665 t 17090 16919 17690 t 17353 17090 17690 t 15980 16442 16919 t 17090 15980 16919 t 17442 17347 16442 t 15980 17442 16442 t 16065 16064 17347 t 17442 16065 17347 t 17440 16445 16064 t 16065 17440 16064 t 17084 15776 16445 t 17440 17084 16445 t 16161 16087 15776 t 17084 16161 15776 t 16161 17728 16002 t 16087 16161 16002 t 17728 15797 15651 t 16002 17728 15651 t 15797 16223 16740 t 15651 15797 16740 t 16223 16667 16881 t 16740 16223 16881 t 13078 19188 15063 t 21517 13019 21571 t 20810 19010 19182 t 20810 4971 19010 t 22268 21553 21317 t 11057 21100 21138 t 19570 21683 19569 t 25468 18618 26084 t 23316 23444 23570 t 21889 21827 22768 t 32303 32107 32266 t 22895 21889 22768 t 23369 20240 20809 t 22009 22591 22480 t 22003 21085 23268 t 17847 19091 18388 t 19120 22551 22355 t 31497 30423 11262 t 22317 22316 22690 t 21604 23009 21868 t 28917 28918 29007 t 276 3054 7210 t 21553 22626 21202 t 19232 22268 21317 t 19570 19569 21263 t 21312 19570 21263 t 21827 21889 21480 t 23315 23316 23570 t 22863 22009 21374 t 21889 21481 21480 t 23518 21325 23704 t 22861 22863 21374 t 21092 11701 21423 t 18527 18606 18526 t 23998 23896 21687 t 22953 23078 23077 t 21190 21147 22355 t 22952 22953 23077 t 22206 22097 18555 t 22242 21190 22355 t 10948 20525 22097 t 22680 22317 22690 t 31364 10577 3660 t 14487 14355 19539 t 22823 14965 22824 t 21317 21553 21202 t 21804 21535 22186 t 21683 17291 5963 t 21626 22863 22861 t 21481 21607 21476 t 23418 23419 21034 t 21624 21626 22861 t 26211 18621 24591 t 23419 21084 21034 t 22955 21129 19231 t 19567 23481 22916 t 23078 23198 23197 t 23077 23078 23197 t 23198 23329 23328 t 23197 23198 23328 t 22059 21883 21787 t 23329 23455 23454 t 21129 23236 23114 t 19231 21129 23114 t 23381 17880 22810 t 22849 23219 22740 t 22522 10659 22523 t 18789 24644 24756 t 17975 19098 19513 t 17842 19513 19098 t 19098 19266 17842 t 18854 25360 24312 t 19266 19523 18854 t 19523 20057 18854 t 19440 20240 19347 t 23498 10512 19347 t 23546 21216 23545 t 21074 21392 22359 t 31941 32061 27325 t 22543 11331 4163 t 21787 21788 22954 t 22954 22955 19231 t 23328 23329 23454 t 23455 23583 23582 t 18606 18678 18677 t 17175 1926 17079 t 18605 18606 18677 t 23454 23455 23582 t 21883 21788 21787 t 23583 21735 18646 t 21788 22955 22954 t 32274 32335 32008 t 22744 21634 21995 t 18082 3575 24812 t 21253 21087 21391 t 22994 18033 22369 t 20147 18623 17975 t 14451 17975 19513 t 18623 19098 17975 t 19098 19430 19266 t 19266 19430 19523 t 19430 11319 20148 t 19523 19430 20148 t 11319 20150 19792 t 24024 23231 22029 t 22074 24124 22029 t 22029 24124 24024 t 12580 10723 12754 t 31204 31319 31203 t 10723 18702 18781 t 21319 22323 21611 t 14016 13895 14017 t 18702 15258 18781 t 18678 18759 18758 t 18677 18678 18758 t 23582 23583 18646 t 21586 21883 21919 t 21735 11003 22808 t 25820 26952 20527 t 19260 18320 24537 t 11491 15259 18320 t 13371 11491 18320 t 18161 18082 15259 t 11491 18161 15259 t 17975 3575 20147 t 18161 14980 18082 t 14980 20899 18623 t 20147 14980 18623 t 18623 20899 19098 t 20899 18090 19430 t 19098 20899 19430 t 18090 19699 19430 t 19699 13278 11319 t 19430 19699 11319 t 13278 20238 20150 t 11319 13278 20150 t 20238 12621 12580 t 20150 20238 12580 t 12621 14974 10723 t 12580 12621 10723 t 14974 18865 18702 t 10723 14974 18702 t 11651 15258 18702 t 18865 11651 18702 t 18936 19973 2586 t 32185 32008 32064 t 18646 21735 22808 t 11003 22789 22004 t 24892 19259 19260 t 22088 21691 21507 t 12119 13371 19259 t 19258 12119 19259 t 19200 11491 13371 t 12119 19200 13371 t 17927 18161 11491 t 19200 17927 11491 t 4848 14980 18161 t 17927 4848 18161 t 4848 17932 20899 t 14980 4848 20899 t 17932 18005 20899 t 20899 18005 18090 t 18090 19788 19699 t 19788 20156 13278 t 19699 19788 13278 t 20156 20333 20238 t 13278 20156 20238 t 20333 14974 12621 t 20238 20333 12621 t 12370 18947 18865 t 14974 12370 18865 t 18874 18956 24976 t 18750 16598 16513 t 22808 11003 22004 t 23953 23850 10348 t 23338 23466 23337 t 18922 19258 20157 t 11739 18922 20157 t 1414 12119 19258 t 18922 1414 19258 t 18326 19200 12119 t 1414 18326 12119 t 17926 17927 19200 t 18326 17926 19200 t 10443 4848 17927 t 17926 10443 17927 t 10443 17976 17932 t 4848 10443 17932 t 17976 17827 18005 t 17932 17976 18005 t 17827 19267 18090 t 18005 17827 18090 t 19267 19874 19788 t 18090 19267 19788 t 19874 17851 20156 t 19788 19874 20156 t 17851 2660 20333 t 20156 17851 20333 t 2660 3191 14974 t 20333 2660 14974 t 3191 14973 12370 t 14974 3191 12370 t 14973 12499 18947 t 12370 14973 18947 t 32255 32160 32358 t 32144 32346 32162 t 22789 22539 23485 t 19456 21684 10471 t 22004 22789 23485 t 19967 11739 19199 t 19199 16851 12274 t 20909 1414 18922 t 11739 20909 18922 t 20909 18326 1414 t 390 17926 18326 t 390 20056 10443 t 17926 390 10443 t 20056 18695 17976 t 10443 20056 17976 t 18695 19011 17827 t 17976 18695 17827 t 19011 19431 19267 t 17827 19011 19267 t 19431 18111 19874 t 19267 19431 19874 t 18111 18238 17851 t 19874 18111 17851 t 18238 14320 2660 t 17851 18238 2660 t 14320 4527 3191 t 2660 14320 3191 t 4527 9360 14973 t 3191 4527 14973 t 9360 7394 12499 t 14973 9360 12499 t 9323 9324 9431 t 19161 19162 10198 t 12887 11651 12903 t 20929 19364 19282 t 19364 19967 19282 t 18921 11739 19967 t 18921 20909 11739 t 19802 18326 20909 t 19802 14084 390 t 18326 19802 390 t 14084 19968 20056 t 390 14084 20056 t 19968 18697 18695 t 20056 19968 18695 t 18697 18081 19011 t 18695 18697 19011 t 18081 899 19431 t 19011 18081 19431 t 899 10505 18111 t 19431 899 18111 t 10505 18318 18238 t 18111 10505 18238 t 18318 6182 14320 t 18238 18318 14320 t 6182 14212 4527 t 14320 6182 4527 t 14212 17929 9360 t 4527 14212 9360 t 13666 7394 9360 t 17929 13666 9360 t 18293 18367 16185 t 16313 17333 20419 t 31911 32297 32349 t 18933 18395 20929 t 32141 32031 31896 t 12667 19364 20929 t 18395 12667 20929 t 19437 19967 19364 t 12667 19437 19364 t 19174 18921 19967 t 19437 19174 19967 t 11702 20909 18921 t 19174 11702 18921 t 11702 19802 20909 t 11702 20987 14084 t 19802 11702 14084 t 20987 19438 19968 t 14084 20987 19968 t 19438 20989 18697 t 19968 19438 18697 t 20989 17828 18081 t 18697 20989 18081 t 17828 17843 899 t 18081 17828 899 t 17843 5009 10505 t 899 17843 10505 t 5009 18392 18318 t 10505 5009 18318 t 18392 9855 6182 t 18318 18392 6182 t 9855 19956 14212 t 6182 9855 14212 t 19956 17855 17929 t 14212 19956 17929 t 17855 16993 17929 t 31958 32127 32224 t 2586 20063 11951 t 26 15264 7963 t 11485 14592 18933 t 27825 27824 25037 t 20532 18469 18395 t 18933 20532 18395 t 3070 12667 18395 t 18469 3070 18395 t 3070 19436 19437 t 12667 3070 19437 t 19173 19174 19437 t 19436 19173 19437 t 20724 11702 19174 t 19173 20724 19174 t 20724 20987 11702 t 20987 19524 19438 t 19524 17977 20989 t 19438 19524 20989 t 17977 19514 17828 t 20989 17977 17828 t 19514 19350 17843 t 17828 19514 17843 t 19350 12534 5009 t 17843 19350 5009 t 12534 18391 18392 t 5009 12534 18392 t 18391 8626 9855 t 18392 18391 9855 t 8626 17928 19956 t 9855 8626 19956 t 17928 17856 17855 t 19956 17928 17855 t 13039 12968 13040 t 32037 32081 31885 t 31901 32304 32363 t 22003 23268 15118 t 23485 22539 22295 t 18468 18469 20532 t 15381 25005 11128 t 19257 3070 18469 t 18468 19257 18469 t 19020 19436 3070 t 19257 19020 3070 t 19020 19095 19173 t 19436 19020 19173 t 20630 20724 19173 t 19095 20630 19173 t 20630 19113 20987 t 20724 20630 20987 t 19113 20986 20987 t 20986 12351 19524 t 20987 20986 19524 t 12351 19525 17977 t 19524 12351 17977 t 19525 17829 19514 t 17977 19525 19514 t 17829 19518 19350 t 19514 17829 19350 t 19518 4393 12534 t 19350 19518 12534 t 4393 18620 18391 t 12534 4393 18391 t 18620 1954 8626 t 18391 18620 8626 t 1954 17854 17928 t 8626 1954 17928 t 16512 16597 16596 t 16381 15964 17333 t 17785 18251 14852 t 17928 17854 17695 t 18480 22414 22254 t 11767 23370 12819 t 19880 18468 19187 t 19449 19257 18468 t 19880 19449 18468 t 18937 19020 19257 t 19449 18937 19257 t 18937 19172 19095 t 19020 18937 19095 t 20536 20630 19095 t 19172 20536 19095 t 20536 19031 19113 t 20630 20536 19113 t 19031 20808 20986 t 19113 19031 20986 t 20808 168 12351 t 20986 20808 12351 t 168 19276 19525 t 12351 168 19525 t 19276 19515 17829 t 19525 19276 17829 t 19515 19014 19518 t 17829 19515 19518 t 19014 17849 4393 t 19518 19014 4393 t 17849 18694 18620 t 4393 17849 18620 t 18694 2337 1954 t 18620 18694 1954 t 2337 18006 17854 t 1954 2337 17854 t 24000 24001 21732 t 15963 17854 18006 t 3493 13393 13842 t 22467 22838 22466 t 21709 22361 21640 t 23135 18480 22254 t 22254 22414 22203 t 11729 19880 19187 t 18853 18937 19449 t 18853 19171 19172 t 18937 18853 19172 t 19171 20439 20536 t 19172 19171 20536 t 20439 18946 19031 t 20536 20439 19031 t 18946 20898 20808 t 19031 18946 20808 t 20898 18700 168 t 20808 20898 168 t 18700 20151 19276 t 168 18700 19276 t 20151 17830 19515 t 19276 20151 19515 t 17830 17844 19014 t 19515 17830 19014 t 17844 18316 17849 t 19014 17844 17849 t 18316 18773 18694 t 17849 18316 18694 t 18773 11664 2337 t 18694 18773 2337 t 19628 14611 14610 t 1737 17531 13950 t 20323 20318 19082 t 11664 16731 2337 t 31027 16998 24216 t 21281 22132 22319 t 18687 11729 19872 t 12979 18687 19872 t 20062 19880 11729 t 18687 20062 11729 t 18748 19449 19880 t 20062 18748 19880 t 17920 18853 19449 t 18748 17920 19449 t 17920 20439 19171 t 18853 17920 19171 t 18946 20711 20898 t 20711 8434 18700 t 20898 20711 18700 t 8434 19615 20151 t 18700 8434 20151 t 19615 19094 17830 t 20151 19615 17830 t 19094 19351 17844 t 17830 19094 17844 t 19351 18464 18316 t 17844 19351 18316 t 18464 19022 18773 t 18316 18464 18773 t 19022 17914 11664 t 18773 19022 11664 t 18458 18459 16276 t 19204 18951 5742 t 18568 18567 18487 t 18384 18383 18309 t 17299 11664 17914 t 19012 20603 12979 t 29035 26706 25032 t 18688 18687 12979 t 20603 18688 12979 t 20617 20062 18687 t 18688 20617 18687 t 18515 18748 20062 t 20617 18515 20062 t 18515 17920 18748 t 17920 17901 20439 t 17901 12497 18946 t 20439 17901 18946 t 12497 17931 18946 t 17931 19971 20711 t 18946 17931 20711 t 19971 18624 8434 t 20711 19971 8434 t 18624 19357 19615 t 8434 18624 19615 t 19357 19084 19094 t 19615 19357 19094 t 19084 19610 19351 t 19094 19084 19351 t 19610 18938 18464 t 19351 19610 18464 t 18938 19104 19022 t 18464 18938 19022 t 16429 16512 16428 t 17480 19107 18157 t 26658 19998 26527 t 18343 18415 21767 t 19083 20323 19082 t 12593 11170 14740 t 16837 19520 19611 t 13594 20603 19012 t 19606 13594 19012 t 18689 18688 20603 t 13594 18689 20603 t 15123 20617 18688 t 18689 15123 18688 t 17971 18515 20617 t 15123 17971 20617 t 17971 19016 17920 t 18515 17971 17920 t 19016 17900 17901 t 17920 19016 17901 t 17900 2956 12497 t 17901 17900 12497 t 2956 13784 17931 t 12497 2956 17931 t 13784 19879 19971 t 17931 13784 19971 t 19879 18698 18624 t 19971 19879 18624 t 18698 18315 19357 t 18624 18698 19357 t 18315 19358 19084 t 19357 18315 19084 t 19358 19871 19610 t 19084 19358 19610 t 19871 19021 18938 t 19610 19871 18938 t 21732 21809 24000 t 18938 19021 19104 t 32177 32307 31817 t 17912 10126 11957 t 17231 18412 26834 t 31972 32042 31935 t 12983 13594 19606 t 19605 12983 19606 t 19271 18689 13594 t 12983 19271 13594 t 13953 15123 18689 t 19271 13953 18689 t 19535 17971 15123 t 13953 19535 15123 t 19535 8862 19016 t 17971 19535 19016 t 8862 17899 17900 t 19016 8862 17900 t 17899 20343 2956 t 17900 17899 2956 t 20343 13558 13784 t 2956 20343 13784 t 13558 18774 19879 t 13784 13558 19879 t 18774 20335 18698 t 19879 18774 18698 t 20335 20250 18315 t 18698 20335 18315 t 20250 19085 19358 t 18315 20250 19358 t 19085 17845 19871 t 19358 19085 19871 t 17845 19103 19021 t 19871 17845 19021 t 15773 15685 15686 t 32064 31946 32322 t 19190 18240 14322 t 13503 27021 3546 t 12096 19369 19349 t 19106 20430 20414 t 9324 9433 9431 t 15001 16926 17585 t 20992 12983 19605 t 20719 20902 17586 t 19353 19271 12983 t 20992 19353 12983 t 18322 13953 19271 t 19353 18322 19271 t 19624 19535 13953 t 18322 19624 13953 t 19624 12068 8862 t 19535 19624 8862 t 8862 12068 17899 t 12068 17898 20343 t 17899 12068 20343 t 17898 12585 13558 t 20343 17898 13558 t 12585 18544 18774 t 13558 12585 18774 t 18544 18622 20335 t 18774 18544 20335 t 18622 18463 20250 t 20335 18622 20250 t 18463 19607 19085 t 20250 18463 19085 t 19607 19352 17845 t 19085 19607 17845 t 19352 19614 19103 t 17845 19352 19103 t 4530 23283 4170 t 25353 25354 22666 t 12747 13502 9966 t 14073 13829 12494 t 4771 4164 11248 t 21765 22500 21764 t 16032 20700 16465 t 27756 32277 27648 t 24865 18874 24976 t 24653 10335 6259 t 20902 20992 17586 t 19873 19353 20992 t 20902 19873 20992 t 18470 18322 19353 t 19873 18470 19353 t 19710 19624 18322 t 18470 19710 18322 t 19624 19710 12068 t 20161 18863 12585 t 17898 20161 12585 t 18863 18467 18544 t 12585 18863 18544 t 18467 18696 18622 t 18544 18467 18622 t 18696 19700 18463 t 18622 18696 18463 t 19700 18920 19607 t 18463 19700 19607 t 18920 19520 19352 t 19607 18920 19352 t 20788 16648 20787 t 19352 19520 19614 t 11078 19097 18541 t 17909 17908 15603 t 26195 26196 25836 t 18310 18384 18309 t 121 19186 17278 t 14630 17302 16164 t 17910 17909 15603 t 19182 32003 6344 t 20813 20902 20719 t 19966 19873 20902 t 20813 19966 20902 t 19966 18861 18470 t 19873 19966 18470 t 18470 18861 19710 t 19710 4024 12068 t 4024 17897 17898 t 12068 4024 17898 t 17897 20067 20161 t 17898 17897 20161 t 20067 18472 18863 t 20161 20067 18863 t 18472 18393 18467 t 18863 18472 18467 t 18393 20058 18696 t 18467 18393 18696 t 20058 19701 19700 t 18696 20058 19700 t 19701 19086 18920 t 19700 19701 18920 t 19086 19611 19520 t 18920 19086 19520 t 18459 832 18460 t 19520 16837 19614 t 19003 19087 15944 t 11563 11897 19278 t 22502 18409 18410 t 18759 18842 18758 t 12754 26567 12580 t 17209 13359 13849 t 26 7963 9491 t 19104 16573 19022 t 19097 19428 17853 t 18069 18149 18068 t 17889 18073 17542 t 17196 20223 20134 t 14455 14072 20888 t 17234 16795 19433 t 14720 12862 16144 t 17391 16399 20719 t 19307 25645 25768 t 20717 20813 20719 t 20903 20717 20719 t 10880 19966 20813 t 20717 10880 20813 t 20153 18861 19966 t 10880 20153 19966 t 20153 10515 19710 t 18861 20153 19710 t 19710 10515 4024 t 4024 17896 17897 t 17896 19453 20067 t 17897 17896 20067 t 19453 17930 18472 t 20067 19453 18472 t 17930 18160 18393 t 18472 17930 18393 t 18160 20149 20058 t 18393 18160 20058 t 20149 18331 19701 t 20058 20149 19701 t 18331 1277 19086 t 19701 18331 19086 t 1277 19519 19611 t 19086 1277 19611 t 17889 18363 18362 t 18756 18757 16602 t 18380 18455 18379 t 15518 15603 15517 t 22086 22039 22148 t 22197 11004 21142 t 22293 22811 18268 t 22290 22293 18268 t 32266 32138 32072 t 31675 6276 31674 t 23586 23587 22094 t 18788 10766 21208 t 1356 22748 20136 t 23446 23447 23573 t 4889 8067 12622 t 21126 18482 22733 t 23702 23518 23793 t 6086 10739 7941 t 22628 20843 18952 t 3911 21504 22235 t 11921 1970 4164 t 10219 14979 3494 t 16350 17349 17475 t 18072 15780 18152 t 12075 12251 10908 t 20785 20877 20784 t 29915 6751 6750 t 19265 4382 12030 t 10335 25259 6259 t 17231 18934 20702 t 17008 16837 19519 t 19604 20903 18667 t 20702 19604 18667 t 20624 20717 20903 t 19604 20624 20903 t 20533 10880 20717 t 20624 20533 20717 t 20242 20153 10880 t 20533 20242 10880 t 20242 19887 10515 t 20153 20242 10515 t 10515 19887 4024 t 4024 17895 17896 t 17895 19452 19453 t 17896 17895 19453 t 19452 19426 17930 t 19453 19452 17930 t 19426 17925 18160 t 17930 19426 18160 t 17925 20237 20149 t 18160 17925 20149 t 20237 13723 18331 t 20149 20237 18331 t 13723 19003 1277 t 18331 13723 1277 t 1277 19003 19519 t 14853 17972 17916 t 18047 18048 18833 t 18246 19005 19004 t 22039 21146 22104 t 22148 22039 22104 t 21613 22926 22104 t 21146 21613 22104 t 18784 21998 22926 t 21613 18784 22926 t 22705 22210 12449 t 21977 21316 21998 t 22430 23258 21834 t 22704 22705 12449 t 21084 21191 22014 t 22546 23478 22886 t 23793 23518 23704 t 23447 23575 23574 t 18400 18788 21208 t 31214 31213 31097 t 32065 31836 32033 t 23449 23450 23577 t 21172 22299 18037 t 23450 23578 23577 t 15112 20729 13951 t 22235 22125 22673 t 23171 21561 21870 t 14018 22570 14147 t 17016 835 836 t 3173 3494 8414 t 21844 21910 23482 t 15114 13838 11872 t 907 3173 8414 t 13667 907 8414 t 11872 13667 8414 t 14325 14454 20605 t 17778 21980 21737 t 16024 18134 18212 t 28990 29075 28900 t 13071 12153 14346 t 18934 17935 20702 t 19975 18934 17231 t 19512 19604 20702 t 17935 19512 20702 t 19512 20530 20624 t 19604 19512 20624 t 20435 20533 20624 t 20530 20435 20624 t 14323 20242 20533 t 20435 14323 20533 t 14323 19977 19887 t 20242 14323 19887 t 19887 19977 4024 t 4024 17894 17895 t 17894 19367 19452 t 17895 17894 19452 t 19367 11481 19426 t 19452 19367 19426 t 11481 17913 17925 t 19426 11481 17925 t 17913 20985 20237 t 17925 17913 20237 t 20985 18540 13723 t 20237 20985 13723 t 18540 19087 19003 t 13723 18540 19003 t 17852 18239 5476 t 17639 17277 29322 t 11731 14853 17916 t 17972 17889 17888 t 4845 12833 9981 t 19111 19112 20509 t 18784 21977 21998 t 318 317 15713 t 21977 21869 21789 t 21883 22059 21919 t 21781 20466 20465 t 22371 1341 22024 t 21586 21919 21888 t 22927 22928 20910 t 10776 24484 24483 t 22369 23520 23395 t 21824 22135 21666 t 20136 10855 20635 t 22049 22369 23395 t 18571 12675 22864 t 23340 21361 22158 t 6868 6966 405 t 20344 214 21380 t 19229 22965 22354 t 22673 214 20344 t 21769 18188 21239 t 214 22628 21380 t 21816 23052 21630 t 17032 17778 11232 t 21910 20988 23482 t 21724 10486 21844 t 13448 14325 14321 t 21187 18770 22840 t 7302 13448 14321 t 21705 22807 19918 t 14321 14325 20605 t 14454 18512 18513 t 20595 20690 20594 t 21155 21184 22979 t 28750 28749 28660 t 29288 29289 29390 t 18934 19281 17935 t 19511 19512 17935 t 19281 19511 17935 t 20433 20530 19512 t 19511 20433 19512 t 18000 20435 20530 t 20433 18000 20530 t 18000 18243 14323 t 20435 18000 14323 t 18243 20066 19977 t 14323 18243 19977 t 20066 18769 4024 t 19977 20066 4024 t 18769 17893 17894 t 4024 18769 17894 t 17893 6992 19367 t 17894 17893 19367 t 6992 2949 11481 t 19367 6992 11481 t 2949 11836 17913 t 11481 2949 17913 t 11836 18237 20985 t 17913 11836 20985 t 18237 17816 18540 t 20985 18237 18540 t 14469 2702 13970 t 11897 11563 20253 t 17246 20977 17592 t 17840 18314 18292 t 18251 13596 14852 t 11563 10641 20230 t 21316 21977 21789 t 21869 21690 21249 t 21789 21869 21249 t 21690 21785 21249 t 31927 32329 32108 t 28159 28160 28218 t 21506 21247 21268 t 21439 20461 22871 t 22199 21284 21276 t 22629 21115 22064 t 20060 23292 20239 t 32049 32083 31969 t 21387 14334 23169 t 15258 12873 22989 t 21374 22009 22480 t 21427 23119 21922 t 22591 22286 21420 t 23067 23191 23190 t 31141 31023 17297 t 21437 11761 22668 t 21891 21811 22484 t 18952 20843 10921 t 22653 22668 10921 t 12776 11230 18473 t 20190 22653 10921 t 27146 20446 20541 t 20446 20351 20447 t 20447 20542 20541 t 20637 20636 20541 t 20636 20730 27394 t 20542 20637 20541 t 27519 20730 20825 t 20637 20731 20636 t 18153 15780 15781 t 20731 20825 20730 t 21605 22257 22256 t 21001 27768 20914 t 11655 21599 22868 t 21527 11077 3911 t 13838 13667 11872 t 20605 14454 18513 t 25834 25952 21294 t 15247 13838 15114 t 22979 25231 22248 t 21695 17130 17418 t 30589 30588 30468 t 28429 28428 23846 t 18934 18851 19281 t 19510 19511 19281 t 20337 20433 19511 t 19510 20337 19511 t 18768 18000 20433 t 20337 18768 20433 t 18768 18471 18243 t 18000 18768 18243 t 18471 20160 20066 t 18243 18471 20066 t 20160 18690 18769 t 20066 20160 18769 t 18690 19102 17893 t 18769 18690 17893 t 19102 20249 6992 t 17893 19102 6992 t 20249 11902 2949 t 6992 20249 2949 t 11902 20618 11836 t 2949 11902 11836 t 20618 18317 18237 t 11836 20618 18237 t 20895 17816 18237 t 18317 20895 18237 t 17094 17816 20895 t 24216 16481 16668 t 17837 17838 18286 t 16486 20895 17841 t 18071 18072 18151 t 3130 4421 12822 t 21247 18628 18629 t 21601 22436 20073 t 22806 22805 22240 t 22024 1341 22588 t 22548 21946 1759 t 21120 22259 21362 t 23268 23400 19036 t 32036 32290 31981 t 23321 23448 23447 t 1341 21781 22588 t 30961 31091 30838 t 23320 23321 23447 t 23184 23185 23307 t 22674 21375 214 t 6138 20649 2597 t 22938 22939 23059 t 19719 19808 19807 t 26270 19807 19894 t 19808 19895 19894 t 19895 26396 19894 t 19895 19986 19985 t 20074 19985 19986 t 19986 20075 20074 t 20074 20075 20170 t 20075 20171 20170 t 20170 20259 26773 t 20171 20260 20259 t 20352 20259 20260 t 20260 20353 20352 t 20352 20351 26894 t 20448 20447 20352 t 20353 20448 20352 t 20543 20542 20447 t 20448 20543 20447 t 20638 20637 20542 t 20543 20638 20542 t 20732 20731 20637 t 20638 20732 20637 t 20826 20825 20731 t 20732 20826 20731 t 20915 20914 20825 t 20826 20915 20825 t 11832 21494 2574 t 16489 21001 12122 t 21311 22461 18268 t 16489 27768 21001 t 5219 4972 15247 t 23286 22806 22240 t 4418 13983 18091 t 6163 16992 27319 t 16099 16173 16098 t 19884 18935 18851 t 30469 30589 30468 t 18851 18935 19281 t 20243 20337 19510 t 19281 20243 19510 t 12242 18768 20337 t 20243 12242 20337 t 12242 18862 18471 t 18768 12242 18471 t 18862 20248 20160 t 18471 18862 20160 t 20248 18617 18690 t 20160 20248 18690 t 18617 18236 19102 t 18690 18617 19102 t 18236 19978 20249 t 19102 18236 20249 t 19978 12813 11902 t 20249 19978 11902 t 12813 20524 20618 t 11902 12813 20618 t 20524 18390 18317 t 20618 20524 18317 t 18390 17841 20895 t 18317 18390 20895 t 15985 15826 20508 t 20406 20502 20405 t 27147 17618 17620 t 17992 17991 17911 t 16926 15001 19 t 20430 20509 12096 t 11895 23550 21921 t 23388 22364 10924 t 22176 21601 20073 t 10926 11895 21748 t 14701 14700 22953 t 23447 23448 23575 t 19633 19544 19545 t 23439 23565 23564 t 19545 19634 19633 t 16406 5275 5388 t 19634 19720 19719 t 19633 19634 19719 t 19719 19720 19808 t 19808 19896 19895 t 19896 19987 19986 t 19895 19896 19986 t 19987 20076 20075 t 19986 19987 20075 t 20076 20172 20171 t 20075 20076 20171 t 20172 20261 20260 t 20171 20172 20260 t 20354 20353 20260 t 20261 20354 20260 t 20449 20448 20353 t 20354 20449 20353 t 20544 20543 20448 t 20449 20544 20448 t 20639 20638 20543 t 20544 20639 20543 t 20733 20732 20638 t 20639 20733 20638 t 20827 20826 20732 t 20733 20827 20732 t 20916 20915 20826 t 20827 20916 20826 t 21002 21001 20915 t 20916 21002 20915 t 1759 21228 12122 t 21002 13819 21001 t 22548 8341 898 t 13819 8341 12122 t 24208 24310 24309 t 15659 20814 16905 t 17475 17349 16026 t 30419 29430 19884 t 18935 16301 19281 t 4909 19447 16301 t 19447 19424 19281 t 7689 20243 19281 t 19424 7689 19281 t 11645 12242 20243 t 7689 11645 20243 t 12242 11645 18862 t 18862 20342 20248 t 20342 18616 18617 t 20248 20342 18617 t 18616 3451 18236 t 18617 18616 18236 t 3451 19888 19978 t 18236 3451 19978 t 19888 12584 12813 t 19978 19888 12813 t 12584 20427 20524 t 12813 12584 20524 t 20427 18465 18390 t 20524 20427 18390 t 18465 17817 17841 t 18390 18465 17841 t 16678 16593 16594 t 12415 11078 105 t 18147 18146 18066 t 18530 18531 18609 t 18286 19006 19005 t 21948 22045 18191 t 1 23035 22913 t 21161 22128 22111 t 22584 22022 22308 t 22307 22176 20073 t 16849 22741 21694 t 23438 23439 23564 t 22608 6278 21470 t 19373 25522 25413 t 19292 19374 19373 t 19459 19373 19374 t 19374 19460 19459 t 25759 25638 19459 t 19460 19546 19545 t 19459 19460 19545 t 19546 19635 19634 t 19545 19546 19634 t 19635 19721 19720 t 19634 19635 19720 t 19721 19809 19808 t 19720 19721 19808 t 19809 19897 19896 t 19808 19809 19896 t 19897 19988 19987 t 19896 19897 19987 t 19988 20077 20076 t 19987 19988 20076 t 20077 20173 20172 t 20076 20077 20172 t 20173 20262 20261 t 20172 20173 20261 t 20262 20355 20354 t 20261 20262 20354 t 20450 20449 20354 t 20355 20450 20354 t 20545 20544 20449 t 20450 20545 20449 t 20640 20639 20544 t 20545 20640 20544 t 20734 20733 20639 t 20640 20734 20639 t 20828 20827 20733 t 20734 20828 20733 t 20917 20916 20827 t 20828 20917 20827 t 21003 21002 20916 t 20917 21003 20916 t 2563 13819 21002 t 21003 2563 21002 t 898 8341 13819 t 2563 898 13819 t 4786 14020 5219 t 28808 28807 28713 t 20223 20222 20133 t 11484 17876 30902 t 16347 12425 13746 t 16503 20507 15826 t 15960 19017 16301 t 16301 19447 19281 t 19339 19424 19447 t 4909 19339 19447 t 12980 7689 19424 t 19339 12980 19424 t 18001 11645 7689 t 12980 18001 7689 t 18001 20432 18862 t 11645 18001 18862 t 20432 20438 20342 t 18862 20432 20342 t 20438 17919 18616 t 20342 20438 18616 t 17919 17892 3451 t 18616 17919 3451 t 17892 19800 19888 t 3451 17892 19888 t 19800 18778 12584 t 19888 19800 12584 t 18778 20332 20427 t 12584 18778 20427 t 20332 18538 18465 t 20427 20332 18465 t 18538 20896 17817 t 18465 18538 17817 t 16347 17274 12425 t 27713 22202 11585 t 23085 23513 23084 t 22196 21681 21443 t 22090 22215 21808 t 21602 21618 21556 t 22308 22307 20073 t 21565 14838 23549 t 25192 19122 25308 t 10448 12272 10384 t 19123 19210 19209 t 25413 25308 19209 t 19209 19210 19292 t 19210 19375 19374 t 19292 19210 19374 t 19375 19461 19460 t 19374 19375 19460 t 19461 19547 19546 t 19460 19461 19546 t 19547 19636 19635 t 19546 19547 19635 t 19636 19722 19721 t 19635 19636 19721 t 19722 19810 19809 t 19721 19722 19809 t 19810 19898 19897 t 19809 19810 19897 t 19898 19989 19988 t 19897 19898 19988 t 19989 20078 20077 t 19988 19989 20077 t 20078 20174 20173 t 20077 20078 20173 t 20174 20263 20262 t 20173 20174 20262 t 20263 20356 20355 t 20262 20263 20355 t 20451 20450 20355 t 20356 20451 20355 t 20546 20545 20450 t 20451 20546 20450 t 20641 20640 20545 t 20546 20641 20545 t 20735 20734 20640 t 20641 20735 20640 t 20829 20828 20734 t 20735 20829 20734 t 20829 20917 20828 t 21004 21003 20917 t 10217 2563 21003 t 21004 10217 21003 t 11422 898 2563 t 10217 11422 2563 t 631 2673 2817 t 11422 2673 898 t 20316 20315 20222 t 20223 20316 20222 t 17302 14509 16459 t 15258 11651 12887 t 13591 4909 19017 t 17284 17381 17370 t 19338 19339 4909 t 13591 19338 4909 t 20154 12980 19339 t 19338 20154 19339 t 18156 18001 12980 t 20154 18156 12980 t 18156 12531 20432 t 18001 18156 20432 t 12531 20535 20438 t 20432 12531 20438 t 20535 19015 17919 t 20438 20535 17919 t 19015 18461 17892 t 17919 19015 17892 t 18461 19451 19800 t 17892 18461 19800 t 19451 18779 18778 t 19800 19451 18778 t 18779 19793 20332 t 18778 18779 20332 t 19793 19612 18538 t 20332 19793 18538 t 18091 13983 17859 t 18538 19612 20896 t 23903 23902 21708 t 24213 31829 32335 t 17887 18361 17886 t 18383 18458 18382 t 20412 20411 20315 t 20316 20412 20315 t 20508 20507 20411 t 20412 20508 20411 t 16097 16098 18285 t 15865 18154 15781 t 20837 20925 15121 t 21651 27455 21720 t 19395 21382 22215 t 22090 19395 22215 t 6955 22196 21443 t 19395 21825 21792 t 21618 22373 22488 t 22022 22584 21681 t 23520 23549 21103 t 21556 21618 22488 t 19122 19038 19123 t 22676 22383 22360 t 19039 19124 19123 t 19038 19039 19123 t 19124 19211 19210 t 19123 19124 19210 t 19211 19293 19210 t 19293 19376 19375 t 19210 19293 19375 t 19376 19462 19461 t 19375 19376 19461 t 19462 19548 19547 t 19461 19462 19547 t 19548 19637 19636 t 19547 19548 19636 t 19637 19723 19722 t 19636 19637 19722 t 19723 19811 19810 t 19722 19723 19810 t 19811 19899 19898 t 19810 19811 19898 t 19899 19990 19989 t 19898 19899 19989 t 19990 20079 20078 t 19989 19990 20078 t 20079 20175 20174 t 20078 20079 20174 t 20175 20264 20263 t 20174 20175 20263 t 20264 20357 20356 t 20263 20264 20356 t 20357 20452 20451 t 20356 20357 20451 t 20547 20546 20451 t 20452 20547 20451 t 20642 20641 20546 t 20547 20642 20546 t 20736 20735 20641 t 20642 20736 20641 t 20830 20829 20735 t 20736 20830 20735 t 20918 20917 20829 t 20830 20918 20829 t 21005 21004 20917 t 20918 21005 20917 t 12514 10217 21004 t 21005 12514 21004 t 12000 11422 10217 t 12514 12000 10217 t 631 2817 10790 t 12000 2817 11422 t 14978 19198 14856 t 3675 2946 14707 t 12161 12765 12162 t 1452 8435 14354 t 18454 18529 18528 t 16568 16878 16400 t 26211 25820 20527 t 19337 19338 13591 t 18508 19337 13591 t 19337 20154 19338 t 18156 12011 12531 t 12011 13478 20535 t 12531 12011 20535 t 13478 18270 19015 t 20535 13478 19015 t 18270 17891 18461 t 19015 18270 18461 t 17891 19366 19451 t 18461 17891 19451 t 19366 18549 18779 t 19451 19366 18779 t 18549 19703 19793 t 18779 18549 19793 t 19703 19697 19612 t 19793 19703 19612 t 16244 19612 19697 t 11671 27472 22795 t 11726 11810 11725 t 26067 25683 21677 t 18229 18309 18228 t 18608 18680 18679 t 11233 11153 9965 t 7266 12161 11208 t 12765 9965 12162 t 15375 13950 4786 t 3675 13950 15375 t 14841 3675 14707 t 14020 4972 5219 t 7266 11208 13841 t 10424 12410 12495 t 13842 7266 13841 t 21382 19395 21792 t 22499 22792 22329 t 21825 22957 22956 t 22196 22022 21681 t 22105 6955 21190 t 22373 12506 12675 t 22022 22307 22308 t 23549 21011 21103 t 22488 22373 12675 t 18955 19039 25086 t 14838 22796 23549 t 18956 19040 19039 t 18955 18956 19039 t 19040 19125 19124 t 19039 19040 19124 t 19125 19212 19211 t 19124 19125 19211 t 19212 19294 19293 t 19211 19212 19293 t 19293 19294 19376 t 19376 19294 19462 t 19462 19549 19548 t 19549 19638 19637 t 19548 19549 19637 t 19638 19724 19723 t 19637 19638 19723 t 19724 19812 19811 t 19723 19724 19811 t 19812 19900 19899 t 19811 19812 19899 t 19900 19991 19990 t 19899 19900 19990 t 19991 20080 20079 t 19990 19991 20079 t 20080 20176 20175 t 20079 20080 20175 t 20176 20265 20264 t 20175 20176 20264 t 20265 20358 20357 t 20264 20265 20357 t 20358 20453 20452 t 20357 20358 20452 t 20548 20547 20452 t 20453 20548 20452 t 20643 20642 20547 t 20548 20643 20547 t 20737 20736 20642 t 20643 20737 20642 t 20737 20830 20736 t 20919 20918 20830 t 20737 20919 20830 t 21006 21005 20918 t 20919 21006 20918 t 3915 12514 21005 t 21006 3915 21005 t 3915 12000 12514 t 1340 14203 10790 t 10424 12662 11542 t 13746 10424 11542 t 12161 12162 11208 t 24676 25469 24675 t 18543 16491 18858 t 14611 14739 14610 t 20053 19533 16826 t 8435 14353 14354 t 14478 18509 18413 t 19533 19337 18508 t 19019 18156 20154 t 19019 15255 12011 t 18156 19019 12011 t 15255 20629 13478 t 12011 15255 13478 t 20629 19787 18270 t 13478 20629 18270 t 19787 20805 17891 t 18270 19787 17891 t 20805 19285 19366 t 17891 20805 19366 t 19285 18548 18549 t 19366 19285 18549 t 18548 19616 19703 t 18549 18548 19703 t 20507 16503 20506 t 19703 19616 19697 t 18599 18670 18669 t 12674 12096 19349 t 16347 13746 17349 t 27216 27089 19234 t 18383 18382 18308 t 30119 15774 17638 t 15121 14978 14856 t 12495 12410 14707 t 12410 14841 14707 t 2946 3675 15375 t 13950 14020 4786 t 18437 18436 18513 t 20891 18683 18436 t 12662 10424 12495 t 18512 18437 18513 t 19198 17831 17825 t 20965 13746 20964 t 20925 14978 15121 t 10085 12333 12329 t 23186 23309 23308 t 21056 21868 18033 t 21792 21825 22956 t 12506 21868 21056 t 12675 12506 21056 t 10423 22294 22289 t 21868 21058 18033 t 20009 19920 22874 t 22360 22383 21182 t 18874 18957 18956 t 18957 19041 19040 t 18956 18957 19040 t 19041 19126 19125 t 19040 19041 19125 t 19126 19213 19212 t 19125 19126 19212 t 19213 19295 19294 t 19212 19213 19294 t 19295 19377 19294 t 19377 19463 19462 t 19294 19377 19462 t 19463 19550 19549 t 19462 19463 19549 t 19550 19639 19638 t 19549 19550 19638 t 19639 19725 19724 t 19638 19639 19724 t 19725 19813 19812 t 19724 19725 19812 t 19813 19901 19900 t 19812 19813 19900 t 19901 19992 19991 t 19900 19901 19991 t 19992 20081 20080 t 19991 19992 20080 t 20081 20177 20176 t 20080 20081 20176 t 20266 20265 20176 t 20177 20266 20176 t 20266 20359 20358 t 20265 20266 20358 t 20359 20454 20453 t 20358 20359 20453 t 20454 20549 20548 t 20453 20454 20548 t 20644 20643 20548 t 20549 20644 20548 t 20738 20737 20643 t 20644 20738 20643 t 20738 20831 20737 t 20920 20919 20737 t 20831 20920 20737 t 21007 21006 20919 t 20920 21007 20919 t 8423 3915 21006 t 21007 8423 21006 t 12743 12000 3915 t 8423 12743 3915 t 1340 10790 12000 t 12743 1340 12000 t 13746 11542 20964 t 14856 19198 17825 t 15187 6338 8729 t 23918 23917 22152 t 25363 24482 15384 t 17934 20608 20053 t 19622 19533 20053 t 20608 19622 20053 t 18052 19337 19533 t 19622 18052 19533 t 20139 20154 19337 t 18052 20139 19337 t 20139 19019 20154 t 19019 18165 15255 t 18165 20995 20629 t 15255 18165 20629 t 20995 19270 19787 t 20629 20995 19787 t 19270 19425 20805 t 19787 19270 20805 t 19425 19286 19285 t 20805 19425 19285 t 19286 18008 18548 t 19285 19286 18548 t 18008 18858 19616 t 18548 18008 19616 t 18602 18673 18672 t 20903 20719 16399 t 18460 16278 16277 t 19278 11583 4382 t 21449 21448 21398 t 19428 17886 17853 t 19264 12030 12503 t 18067 18066 17992 t 12503 12030 19421 t 13502 12507 17777 t 1433 12747 9966 t 12507 17838 17837 t 13947 20925 13830 t 11817 12757 12677 t 25895 26017 25894 t 18226 18225 18145 t 11938 15187 8729 t 18680 18681 18761 t 22957 21584 21984 t 22505 26314 22101 t 17787 17861 17786 t 21058 22613 22486 t 17861 17940 17860 t 22220 23232 21659 t 17940 18016 17939 t 4717 13856 13901 t 30590 30589 30469 t 18935 19884 15960 t 5745 30788 5626 t 20786 20878 20785 t 20965 20964 20877 t 18066 18146 18065 t 18380 18379 18305 t 21553 21552 22626 t 18845 18844 18761 t 23514 23177 22248 t 22084 23514 22248 t 22486 22613 14838 t 21745 22835 22183 t 23095 21745 22796 t 14838 23095 22796 t 18790 18875 18874 t 27274 27339 10948 t 18875 18958 18957 t 18874 18875 18957 t 18958 19042 19041 t 18957 18958 19041 t 19042 19127 19126 t 19041 19042 19126 t 19127 19214 19213 t 19126 19127 19213 t 19214 19296 19295 t 19213 19214 19295 t 19296 19378 19377 t 19295 19296 19377 t 19378 19464 19463 t 19377 19378 19463 t 19464 19551 19550 t 19463 19464 19550 t 19550 19551 19639 t 19639 19726 19725 t 19726 19814 19813 t 19725 19726 19813 t 19814 19902 19901 t 19813 19814 19901 t 19902 19993 19992 t 19901 19902 19992 t 19993 20082 20081 t 19992 19993 20081 t 20082 20178 20177 t 20081 20082 20177 t 20178 20267 20266 t 20177 20178 20266 t 20360 20359 20266 t 20267 20360 20266 t 20360 20455 20454 t 20359 20360 20454 t 20455 20550 20549 t 20454 20455 20549 t 20645 20644 20549 t 20550 20645 20549 t 20739 20738 20644 t 20645 20739 20644 t 20832 20831 20738 t 20739 20832 20738 t 20921 20920 20831 t 20832 20921 20831 t 21008 21007 20920 t 20921 21008 20920 t 8759 8423 21007 t 2009 21008 21009 t 7941 12743 8423 t 8759 21008 2009 t 3910 1340 12743 t 7941 3910 12743 t 22092 1340 22091 t 16644 16847 16010 t 24591 19434 19250 t 12757 4845 12677 t 23607 27820 27819 t 8547 32351 32239 t 29491 29492 29593 t 15907 5388 5508 t 20608 15120 19622 t 18051 18052 19622 t 19972 20139 18052 t 18051 19972 18052 t 1951 19019 20139 t 19972 1951 20139 t 1951 18398 18165 t 19019 1951 18165 t 18398 11943 20995 t 18165 18398 20995 t 11943 18615 19270 t 20995 11943 19270 t 18615 17890 19425 t 19270 18615 19425 t 17890 19203 19286 t 19425 17890 19286 t 19203 14202 18008 t 19286 19203 18008 t 14202 18543 18858 t 18008 14202 18858 t 15864 20598 16605 t 20038 31142 30526 t 18384 18459 18458 t 12907 10715 12253 t 16845 5085 17193 t 20792 16465 20700 t 22956 22957 21984 t 21584 23366 23355 t 21984 21584 23355 t 23366 21854 19061 t 23355 23366 19061 t 15236 15103 15104 t 21510 22004 10308 t 22963 23090 22538 t 27819 27868 27818 t 19981 20043 17959 t 14335 11900 12004 t 19261 27205 12620 t 13909 4881 14024 t 17759 17788 17787 t 17759 27896 27952 t 17862 17861 17787 t 17788 17862 17787 t 17941 17940 17861 t 17862 17941 17861 t 18017 18016 17940 t 17941 18017 17940 t 18095 18094 18016 t 18017 18095 18016 t 18174 18173 18094 t 18095 18174 18094 t 20878 20965 20877 t 10647 31865 10646 t 19088 19072 17959 t 20691 20786 20690 t 11478 12532 2683 t 19061 21854 22212 t 22193 22175 21506 t 22551 22812 22242 t 23514 21761 21755 t 22105 21190 22242 t 22241 22105 22242 t 18709 18791 18790 t 18789 18790 18874 t 18791 18876 18875 t 18790 18791 18875 t 18876 18959 18958 t 18875 18876 18958 t 18959 19043 19042 t 18958 18959 19042 t 19043 19128 19127 t 19042 19043 19127 t 19128 19215 19214 t 19127 19128 19214 t 19215 19297 19296 t 19214 19215 19296 t 19297 19379 19378 t 19296 19297 19378 t 19379 19465 19464 t 19378 19379 19464 t 19465 19552 19551 t 19464 19465 19551 t 19552 19640 19639 t 19551 19552 19639 t 19640 19727 19726 t 19639 19640 19726 t 19727 19815 19814 t 19726 19727 19814 t 19815 19903 19902 t 19814 19815 19902 t 19902 19903 19993 t 19993 20083 20082 t 20083 20179 20178 t 20082 20083 20178 t 20179 20268 20267 t 20178 20179 20267 t 20361 20360 20267 t 20268 20361 20267 t 20456 20455 20360 t 20361 20456 20360 t 20456 20551 20550 t 20455 20456 20550 t 20551 20646 20645 t 20550 20551 20645 t 20740 20739 20645 t 20646 20740 20645 t 20833 20832 20739 t 20740 20833 20739 t 16148 20045 18327 t 20833 27774 27773 t 25948 25455 23210 t 21500 22790 22793 t 22812 22241 22242 t 22219 22098 21355 t 22212 22708 22707 t 21853 21975 21087 t 13334 11478 2683 t 11871 11787 2683 t 12532 11871 2683 t 13128 13227 11787 t 16590 16507 16591 t 11824 11785 19620 t 23042 21205 21763 t 18410 18337 21265 t 11785 19798 19622 t 15120 11785 19622 t 18050 18051 19622 t 19798 18050 19622 t 19881 19972 18051 t 18050 19881 18051 t 19881 18077 1951 t 19972 19881 1951 t 18077 18945 18398 t 1951 18077 18398 t 18945 20908 11943 t 18398 18945 11943 t 20908 17918 18615 t 11943 20908 18615 t 17918 20152 17890 t 18615 17918 17890 t 20152 1993 19203 t 17890 20152 19203 t 1993 13982 14202 t 19203 1993 14202 t 13982 18466 18543 t 14202 13982 18543 t 16202 16081 20317 t 16032 16465 17292 t 17837 18246 18245 t 19369 19432 20061 t 10332 11397 12251 t 18207 20792 20696 t 22708 23502 22267 t 22295 22812 22551 t 22294 22295 22551 t 19806 23524 5366 t 21274 21554 21424 t 23486 21327 22711 t 21945 21179 21286 t 17933 11032 19631 t 22595 20093 21278 t 6543 383 19161 t 21200 18727 21203 t 18240 18207 20696 t 20964 20963 20876 t 11871 13128 11787 t 17760 17789 17788 t 15881 419 418 t 17863 17862 17788 t 17789 17863 17788 t 17942 17941 17862 t 17863 17942 17862 t 18018 18017 17941 t 17942 18018 17941 t 18096 18095 18017 t 18018 18096 18017 t 18175 18174 18095 t 18096 18175 18095 t 12173 12198 4286 t 18175 18255 18174 t 20878 20877 20785 t 18437 20891 18436 t 3078 4967 31388 t 20503 20596 20502 t 13128 3078 13227 t 22707 22708 22267 t 23502 22685 22558 t 22267 23502 22558 t 19820 26527 19908 t 10423 10308 22294 t 18710 18792 18791 t 18709 18710 18791 t 18792 18877 18876 t 18791 18792 18876 t 18877 18960 18959 t 18876 18877 18959 t 18960 19044 19043 t 18959 18960 19043 t 19044 19129 19128 t 19043 19044 19128 t 19129 19216 19215 t 19128 19129 19215 t 19216 19298 19297 t 19215 19216 19297 t 19298 19380 19379 t 19297 19298 19379 t 19380 19466 19465 t 19379 19380 19465 t 19466 19553 19552 t 19465 19466 19552 t 19552 19553 19640 t 19640 19728 19727 t 19728 19816 19815 t 19727 19728 19815 t 19816 19904 19903 t 19815 19816 19903 t 19904 19994 19993 t 19903 19904 19993 t 19994 20084 20083 t 19993 19994 20083 t 20083 20084 20179 t 20179 20269 20268 t 20269 20362 20361 t 20268 20269 20361 t 20457 20456 20361 t 20362 20457 20361 t 20457 20552 20551 t 20456 20457 20551 t 20552 20647 20646 t 20551 20552 20646 t 20647 20741 20740 t 20646 20647 20740 t 27650 27776 20834 t 20740 20741 20833 t 10308 22295 22294 t 4650 5254 2561 t 32228 31834 32004 t 19105 12750 2573 t 23479 22456 23480 t 22487 19892 23398 t 21485 22845 20348 t 29762 29761 29667 t 30740 30739 30617 t 27541 27664 27540 t 26452 21543 21597 t 17392 9944 16075 t 16483 22685 21393 t 16350 17274 16347 t 24788 26778 24787 t 11824 19885 19798 t 11785 11824 19798 t 18049 18050 19798 t 19885 18049 19798 t 19026 19881 18050 t 18049 19026 18050 t 19101 18077 19881 t 19026 19101 19881 t 19101 20529 18945 t 18077 19101 18945 t 20529 20819 20908 t 18945 20529 20908 t 20819 11231 17918 t 20908 20819 17918 t 11231 8983 20152 t 17918 11231 20152 t 8983 19711 1993 t 20152 8983 1993 t 19711 4152 13982 t 1993 19711 13982 t 8352 30431 5858 t 13982 4152 18466 t 2567 4418 18171 t 19181 17848 15829 t 13596 14853 11731 t 18152 18232 18231 t 19348 19349 11673 t 11745 18207 18240 t 22337 22338 10084 t 19740 10714 19739 t 21376 22170 18248 t 21510 10308 10423 t 21925 21510 10423 t 22796 21745 22183 t 22841 23471 21630 t 1484 3740 1279 t 22353 23289 22464 t 23501 21923 23095 t 20877 20964 20876 t 22449 22563 22335 t 23137 21860 21612 t 18978 18977 18895 t 17790 17789 17760 t 17760 17759 27952 t 17864 17863 17789 t 17790 17864 17789 t 17943 17942 17863 t 17864 17943 17863 t 18019 18018 17942 t 17943 18019 17942 t 18097 18096 18018 t 18019 18097 18018 t 18176 18175 18096 t 18097 18176 18096 t 28714 28808 28713 t 18176 18256 18175 t 20891 20815 19955 t 19288 11673 19190 t 20691 20690 20595 t 18683 20891 19955 t 6550 6141 6140 t 20596 20691 20595 t 22891 23361 10617 t 22695 21963 21976 t 23359 21760 21252 t 23179 23180 23299 t 18633 18711 18710 t 24646 18632 18709 t 18711 18793 18792 t 18710 18711 18792 t 18793 18878 18877 t 18792 18793 18877 t 18878 18961 18960 t 18877 18878 18960 t 18961 19045 19044 t 18960 18961 19044 t 19045 19130 19129 t 19044 19045 19129 t 19130 19217 19216 t 19129 19130 19216 t 19217 19299 19298 t 19216 19217 19298 t 19299 19381 19380 t 19298 19299 19380 t 19381 19467 19466 t 19380 19381 19466 t 19467 19554 19553 t 19466 19467 19553 t 19554 19641 19640 t 19553 19554 19640 t 19641 19729 19728 t 19640 19641 19728 t 19729 19817 19816 t 19728 19729 19816 t 19817 19905 19904 t 19816 19817 19904 t 19905 19995 19994 t 19904 19905 19994 t 19995 20085 20084 t 19994 19995 20084 t 20085 20180 20179 t 20084 20085 20179 t 20180 20270 20269 t 20179 20180 20269 t 20270 20363 20362 t 20269 20270 20362 t 20272 27154 20364 t 20362 20363 20457 t 20458 20364 27277 t 20457 20458 20552 t 27277 20553 20458 t 20552 20553 20647 t 20647 20553 20648 t 20647 20648 20741 t 3552 21510 21925 t 20648 27526 20742 t 23300 23431 23430 t 11246 3552 21925 t 5374 932 12607 t 27823 22469 25037 t 6204 19948 6155 t 1654 2672 13957 t 13957 2672 13958 t 20877 20876 20784 t 19620 20329 11824 t 19919 21965 21920 t 11824 20329 19885 t 10563 18049 19885 t 10563 19026 18049 t 19026 19189 19101 t 19189 20623 20529 t 19101 19189 20529 t 20623 20723 20819 t 20529 20623 20819 t 20723 11771 11231 t 20819 20723 11231 t 11771 19429 8983 t 11231 11771 8983 t 19429 19625 19711 t 8983 19429 19711 t 19625 10186 4152 t 19711 19625 4152 t 22876 22883 18612 t 17539 19112 15792 t 21641 21644 22876 t 21740 24003 27593 t 20414 12674 20323 t 24446 24557 24556 t 11673 11745 18240 t 23434 23560 23559 t 23433 23434 23559 t 23580 23581 21181 t 19648 3552 11246 t 22835 22163 22183 t 22163 18271 22183 t 22219 22524 22098 t 19654 21037 19653 t 21317 21202 21312 t 19146 19570 21312 t 20596 20595 20502 t 15191 13474 11164 t 9949 2944 2672 t 1654 9949 2672 t 17791 17790 17761 t 28006 17760 27952 t 17865 17864 17790 t 17791 17865 17790 t 17944 17943 17864 t 17865 17944 17864 t 18020 18019 17943 t 17944 18020 17943 t 18098 18097 18019 t 18020 18098 18019 t 18177 18176 18097 t 18098 18177 18097 t 18257 18256 18176 t 18177 18257 18176 t 16317 31151 27204 t 28898 28897 28807 t 19602 20706 19955 t 7394 13666 13040 t 20786 20785 20690 t 20815 19602 19955 t 18559 18558 18482 t 22733 18482 21279 t 18633 18710 18632 t 18559 18634 18558 t 18634 18712 18711 t 18633 18634 18711 t 18712 18794 18793 t 18711 18712 18793 t 18794 18879 18878 t 18793 18794 18878 t 18879 18962 18961 t 18878 18879 18961 t 18962 19046 19045 t 18961 18962 19045 t 19046 19131 19130 t 19045 19046 19130 t 19131 19218 19217 t 19130 19131 19217 t 19217 19218 19299 t 19299 19382 19381 t 19382 19468 19467 t 19381 19382 19467 t 19468 19555 19554 t 19467 19468 19554 t 19555 19642 19641 t 19554 19555 19641 t 19642 19730 19729 t 19641 19642 19729 t 19729 19730 19817 t 19730 19906 19905 t 19817 19730 19905 t 19906 19996 19995 t 19905 19906 19995 t 19996 20086 20085 t 19995 19996 20085 t 20086 20181 20180 t 20085 20086 20180 t 20181 20271 20270 t 20180 20181 20270 t 20271 20364 20363 t 20270 20271 20363 t 637 23421 23420 t 22135 18954 21666 t 21688 21959 22057 t 13548 23491 22400 t 22937 98 1279 t 21819 23510 21083 t 23290 21620 23242 t 22889 21428 12443 t 22671 19608 17922 t 22672 22671 17922 t 23565 22569 22537 t 4969 8569 2944 t 9949 4969 2944 t 11482 11396 8569 t 4969 11482 8569 t 28641 28736 28735 t 18287 19531 19620 t 19620 19531 20329 t 20616 19026 10563 t 20616 19273 19189 t 19026 20616 19189 t 19273 20716 20623 t 19189 19273 20623 t 20716 12908 20723 t 20623 20716 20723 t 12908 12360 11771 t 20723 12908 11771 t 12360 4973 19429 t 11771 12360 19429 t 4973 19450 19625 t 19429 4973 19625 t 19450 12671 10186 t 19625 19450 10186 t 19657 19573 19658 t 18777 16198 12671 t 18761 18760 18679 t 28943 29031 28942 t 20414 20323 19083 t 12674 19349 19348 t 22569 22251 12155 t 19915 21756 18271 t 21181 19648 11246 t 635 636 231 t 22163 19915 18271 t 19308 19227 23089 t 21430 20634 22407 t 26185 25360 20057 t 19712 19538 18868 t 19629 21259 21308 t 19712 19629 19538 t 13373 9484 11396 t 20503 20502 20406 t 11482 13373 11396 t 17763 17792 17791 t 27823 27822 25031 t 17866 17865 17791 t 17792 17866 17791 t 17945 17944 17865 t 17866 17945 17865 t 18021 18020 17944 t 17945 18021 17944 t 18099 18098 18020 t 18021 18099 18020 t 18178 18177 18098 t 18099 18178 18098 t 18258 18257 18177 t 18178 18258 18177 t 22962 12064 13700 t 18258 18335 18257 t 15665 15754 17814 t 1222 13382 10105 t 18483 18559 18482 t 18407 18484 23500 t 18560 18559 18483 t 18484 18560 18483 t 18635 18634 18559 t 18560 18635 18559 t 18635 18713 18712 t 18634 18635 18712 t 18713 18795 18794 t 18712 18713 18794 t 18795 18880 18879 t 18794 18795 18879 t 18880 18963 18962 t 18879 18880 18962 t 19047 19046 18962 t 18963 19047 18962 t 19047 19132 19131 t 19046 19047 19131 t 19131 19132 19218 t 19218 19300 19299 t 19300 19383 19382 t 19299 19300 19382 t 19383 19469 19468 t 19382 19383 19468 t 19469 19556 19555 t 19468 19469 19555 t 19555 19556 19642 t 19556 19731 19730 t 19642 19556 19730 t 19731 19818 19730 t 19818 19907 19906 t 19730 19818 19906 t 19907 19997 19996 t 19906 19907 19996 t 19997 20087 20086 t 19996 19997 20086 t 20087 20182 20181 t 20086 20087 20181 t 20182 20272 20271 t 20181 20182 20271 t 26779 26899 20183 t 13373 20743 20744 t 9484 13373 20744 t 20743 9067 13484 t 20744 20743 13484 t 9067 13447 17776 t 13484 9067 17776 t 13447 17824 17815 t 17776 13447 17815 t 17824 18241 18235 t 17815 17824 18235 t 18241 18998 18944 t 18235 18241 18944 t 18998 19963 19954 t 18944 18998 19954 t 19963 8776 213 t 19954 19963 213 t 28560 28641 28640 t 31984 32105 31855 t 18288 19532 19531 t 18287 18288 19531 t 19532 20982 20329 t 19531 19532 20329 t 20982 20158 19885 t 20329 20982 19885 t 20158 10563 19885 t 20522 20616 10563 t 20522 19354 19273 t 20616 20522 19273 t 19354 20812 20716 t 19273 19354 20716 t 20812 18242 12908 t 20716 20812 12908 t 18242 19695 12360 t 12908 18242 12360 t 19695 19009 4973 t 12360 19695 4973 t 19009 19365 19450 t 4973 19009 19450 t 19365 18777 12671 t 19450 19365 12671 t 19159 18190 18110 t 23614 22224 23649 t 15256 2318 12507 t 31038 25941 11336 t 19096 20414 19083 t 12674 12588 20323 t 14857 13979 11841 t 11670 14857 11841 t 22608 22621 6278 t 21660 21239 21240 t 1759 12122 8341 t 10710 21242 23351 t 24809 24810 10985 t 18867 18866 18783 t 19801 19712 18867 t 18783 19801 18867 t 19801 20162 19712 t 20407 20503 20406 t 16013 16014 18205 t 8776 19068 19056 t 213 8776 19056 t 17764 17793 17792 t 27822 27821 25031 t 17867 17866 17792 t 17793 17867 17792 t 17946 17945 17866 t 17867 17946 17866 t 18022 18021 17945 t 17946 18022 17945 t 18100 18099 18021 t 18022 18100 18021 t 18179 18178 18099 t 18100 18179 18099 t 18259 18258 18178 t 18179 18259 18178 t 18336 18335 18258 t 18259 18336 18258 t 13493 13606 14205 t 22739 18408 18485 t 29193 29285 29284 t 13382 13493 14205 t 18561 18560 18484 t 18636 18635 18560 t 18561 18636 18560 t 18636 18714 18713 t 18635 18636 18713 t 18714 18796 18795 t 18713 18714 18795 t 18796 18881 18880 t 18795 18796 18880 t 18881 18964 18963 t 18880 18881 18963 t 18964 19048 19047 t 18963 18964 19047 t 19048 19133 19132 t 19047 19048 19132 t 19133 19219 19218 t 19132 19133 19218 t 19219 19301 19300 t 19218 19219 19300 t 19301 19384 19383 t 19300 19301 19383 t 19384 19470 19469 t 19383 19384 19469 t 19470 19557 19556 t 19469 19470 19556 t 19557 19643 19556 t 19643 19732 19731 t 19556 19643 19731 t 19732 19819 19818 t 19731 19732 19818 t 19820 19734 26401 t 19818 19819 19907 t 26527 19820 26401 t 19907 19908 19997 t 19908 26527 19998 t 19997 19998 20087 t 20088 19998 26779 t 20087 20088 20182 t 20182 20183 20272 t 18399 21513 22729 t 21151 11074 21242 t 22984 21576 22935 t 10364 21102 20184 t 19068 11339 7143 t 19056 19068 7143 t 19508 7103 7143 t 11339 19508 7143 t 19508 20791 20882 t 7103 19508 20882 t 20791 18663 14200 t 20882 20791 14200 t 20311 20407 20310 t 11672 14706 14200 t 20218 20311 20217 t 20407 20406 20310 t 18663 11672 14200 t 30815 30906 32002 t 4303 4304 4422 t 24656 22500 24657 t 14094 13909 14745 t 19004 19005 19981 t 17586 20992 19605 t 18314 19081 19029 t 20127 20128 20217 t 20311 20310 20217 t 13393 11586 7266 t 20218 20217 20128 t 31898 32151 32157 t 18947 12499 12928 t 20625 1837 13041 t 18441 18516 16346 t 17910 15604 17911 t 20537 19428 19097 t 18289 18288 31976 t 22201 27794 21669 t 18289 19445 19532 t 18288 18289 19532 t 19445 20346 20982 t 19532 19445 20982 t 20346 20246 20158 t 20982 20346 20158 t 20246 20722 10563 t 20158 20246 10563 t 20710 20522 10563 t 20722 20710 10563 t 20710 20055 19354 t 20522 20710 19354 t 20055 20901 20812 t 19354 20055 20812 t 20901 19274 18242 t 20812 20901 18242 t 19274 19269 19695 t 18242 19274 19695 t 19269 19346 19009 t 19695 19269 19009 t 17542 16656 16621 t 19009 19346 19365 t 15863 16073 18466 t 19106 19111 20430 t 30651 16823 31149 t 12588 12674 19348 t 18362 19111 19106 t 19349 11745 11673 t 18305 18379 18304 t 19962 18433 20050 t 12032 14082 12589 t 1651 18491 14584 t 11238 19962 20050 t 18950 18783 18948 t 11789 21117 12320 t 2100 19801 18783 t 18950 2100 18783 t 20251 20162 19801 t 2100 20251 19801 t 11542 8413 20963 t 21259 20631 21213 t 20964 11542 20963 t 14231 14105 3374 t 17765 17794 17793 t 28111 17764 17763 t 17868 17867 17793 t 17794 17868 17793 t 17947 17946 17867 t 17868 17947 17867 t 18023 18022 17946 t 17947 18023 17946 t 18101 18100 18022 t 18023 18101 18022 t 18180 18179 18100 t 18101 18180 18100 t 18260 18259 18179 t 18180 18260 18179 t 18337 18336 18259 t 18260 18337 18259 t 11504 6691 12247 t 18337 18409 18336 t 11789 11873 23243 t 18409 18485 18408 t 18562 18561 18484 t 18485 18562 18484 t 18637 18636 18561 t 18562 18637 18561 t 18637 18715 18714 t 18636 18637 18714 t 18715 18797 18796 t 18714 18715 18796 t 18797 18882 18881 t 18796 18797 18881 t 18882 18965 18964 t 18881 18882 18964 t 18965 19049 19048 t 18964 18965 19048 t 19049 19134 19133 t 19048 19049 19133 t 19134 19220 19219 t 19133 19134 19219 t 19220 19302 19301 t 19219 19220 19301 t 19302 19385 19384 t 19301 19302 19384 t 19385 19471 19470 t 19384 19385 19470 t 19471 19558 19557 t 19470 19471 19557 t 19558 19644 19643 t 19557 19558 19643 t 19644 19733 19732 t 19643 19644 19732 t 19733 19820 19819 t 19732 19733 19819 t 21623 22860 22844 t 21856 21574 23492 t 23492 23923 23922 t 23285 22620 21574 t 21856 23285 21574 t 21345 22653 20190 t 22046 21938 22233 t 5950 80 16335 t 18842 16687 18925 t 17990 17989 17909 t 17910 17990 17909 t 18064 18063 17989 t 17990 18064 17989 t 18144 18143 18063 t 18064 18144 18063 t 18224 18223 18143 t 31915 32098 31922 t 31933 31978 31915 t 18144 18224 18143 t 18304 18303 18223 t 18224 18304 18223 t 18378 18377 18303 t 18304 18378 18303 t 18453 18452 18377 t 18378 18453 18377 t 18528 18527 18452 t 18453 18528 18452 t 18528 18607 18606 t 18527 18528 18606 t 18607 18679 18678 t 18606 18607 18678 t 20420 18290 18289 t 32225 12361 14207 t 18290 19446 19445 t 18289 18290 19445 t 19446 20893 20346 t 19445 19446 20346 t 20893 20340 20246 t 20346 20893 20246 t 20818 20722 20246 t 20340 20818 20246 t 20709 20710 20722 t 20818 20709 20722 t 20709 20146 20055 t 20710 20709 20055 t 20146 20991 20901 t 20055 20146 20901 t 20991 15126 19274 t 20901 20991 19274 t 15126 17917 19269 t 19274 15126 19269 t 17917 19181 19346 t 19269 17917 19346 t 956 16372 1060 t 22340 21175 22341 t 4287 3130 13392 t 16621 16656 16409 t 18680 18761 18679 t 10565 17936 13829 t 20318 11897 20253 t 23916 24014 21218 t 18760 18759 18678 t 18679 18760 18678 t 18843 18842 18759 t 30354 30353 30246 t 19033 18950 19032 t 22495 10174 2934 t 19034 2100 18950 t 19033 19034 18950 t 20345 20251 2100 t 19034 20345 2100 t 20345 20725 20631 t 20345 20631 20251 t 18760 18843 18759 t 17795 17794 17765 t 28111 17765 17764 t 17869 17868 17794 t 17795 17869 17794 t 17948 17947 17868 t 17869 17948 17868 t 18024 18023 17947 t 17948 18024 17947 t 18102 18101 18023 t 18024 18102 18023 t 18102 18181 18180 t 18101 18102 18180 t 18261 18260 18180 t 18181 18261 18180 t 18338 18337 18260 t 18261 18338 18260 t 32051 25313 26572 t 13834 19422 13833 t 18563 18562 18485 t 18486 18563 18485 t 18638 18637 18562 t 18563 18638 18562 t 18638 18716 18715 t 18637 18638 18715 t 18716 18798 18797 t 18715 18716 18797 t 18798 18883 18882 t 18797 18798 18882 t 18883 18966 18965 t 18882 18883 18965 t 18966 19050 19049 t 18965 18966 19049 t 19050 19135 19134 t 19049 19050 19134 t 19135 19221 19220 t 19134 19135 19220 t 19221 19303 19302 t 19220 19221 19302 t 19303 19386 19385 t 19302 19303 19385 t 19386 19472 19471 t 19385 19386 19471 t 19472 19559 19558 t 19471 19472 19558 t 19559 19645 19644 t 19558 19559 19644 t 19645 19734 19733 t 19644 19645 19733 t 19734 19646 26401 t 21988 22046 22233 t 21671 10423 22289 t 18360 18285 16173 t 18079 17479 17134 t 2925 17234 19433 t 18225 18305 18224 t 10642 10565 13829 t 16188 16900 17643 t 19278 19288 11583 t 27277 20364 27154 t 17302 17817 20896 t 17856 17695 16191 t 1970 13504 13437 t 4164 1970 13437 t 18153 18233 18232 t 18543 18466 17192 t 29261 29361 29260 t 18337 18410 18409 t 19264 19265 12030 t 20229 20230 5602 t 12251 12330 12165 t 19024 17582 18157 t 30191 30089 6330 t 20625 20531 17091 t 19265 19264 5602 t 21917 24208 24207 t 18386 18291 18290 t 20420 18386 18290 t 18291 19361 19446 t 18290 18291 19446 t 19361 20707 20893 t 19446 19361 20893 t 20707 20436 20340 t 20893 20707 20340 t 20907 20818 20340 t 20436 20907 20340 t 20426 20709 20818 t 20907 20426 20818 t 20426 20236 20146 t 20709 20426 20146 t 20236 3942 20991 t 20146 20236 20991 t 3942 18476 15126 t 20991 3942 15126 t 18476 19715 17917 t 15126 18476 17917 t 19715 17848 19181 t 17917 19715 19181 t 18565 18486 18566 t 14346 18767 14861 t 26149 26148 26016 t 12152 18171 12834 t 11412 10332 12075 t 19611 19519 16837 t 19082 20318 20253 t 12507 2318 17838 t 16276 16277 16356 t 11207 24133 4886 t 17196 20317 20223 t 16506 18661 16505 t 18292 18314 19029 t 32045 32313 31843 t 26572 25313 25312 t 23570 23571 11656 t 20155 20425 20706 t 19118 19034 19033 t 19116 19118 19033 t 20440 20345 19034 t 19118 20440 19034 t 31576 31575 31454 t 20440 19118 20996 t 20317 20316 20223 t 17196 16202 20317 t 17767 17796 17795 t 17766 17767 17795 t 17870 17869 17795 t 17796 17870 17795 t 17949 17948 17869 t 17870 17949 17869 t 18025 18024 17948 t 17949 18025 17948 t 18103 18102 18024 t 18025 18103 18024 t 18182 18181 18102 t 18103 18182 18102 t 18262 18261 18181 t 18182 18262 18181 t 18339 18338 18261 t 18262 18339 18261 t 21545 21544 17978 t 31938 31904 32301 t 19422 11317 13833 t 29971 30063 29970 t 18564 18563 18486 t 22501 18486 18409 t 18639 18638 18563 t 18564 18639 18563 t 18717 18716 18638 t 18639 18717 18638 t 18717 18799 18798 t 18716 18717 18798 t 18799 18884 18883 t 18798 18799 18883 t 18884 18967 18966 t 18883 18884 18966 t 18967 19051 19050 t 18966 18967 19050 t 19051 19136 19135 t 19050 19051 19135 t 19136 19222 19221 t 19135 19136 19221 t 19222 19304 19303 t 19221 19222 19303 t 19304 19387 19386 t 19303 19304 19386 t 19387 19473 19472 t 19386 19387 19472 t 19473 19560 19559 t 19472 19473 19559 t 19560 19646 19645 t 19559 19560 19645 t 19560 19561 19646 t 22607 21470 22286 t 21444 21895 22234 t 22675 22674 22234 t 25591 21297 22731 t 21727 19566 19478 t 21089 21084 23419 t 11736 23509 22471 t 25458 25459 27072 t 22223 22973 21747 t 26785 26905 26904 t 27074 10368 17714 t 24207 24206 24100 t 26057 26704 25194 t 11397 11483 12330 t 23806 23898 23897 t 20413 20412 20316 t 18150 18230 18149 t 20317 20413 20316 t 30352 30351 30244 t 15826 20507 20508 t 19981 17959 6063 t 18663 16493 16569 t 19980 19981 6063 t 17959 19072 19071 t 19072 11938 8729 t 6063 17959 19071 t 22603 21131 22692 t 19071 19072 8729 t 22723 25245 25246 t 12833 12152 12834 t 17831 18245 18244 t 18245 19004 18999 t 17825 17831 18244 t 19004 19981 19980 t 18244 18245 18999 t 15187 15240 6338 t 18999 19004 19980 t 18306 18305 18225 t 15240 20695 6338 t 18608 18609 18680 t 18146 18226 18145 t 9852 19779 18291 t 12173 31960 32015 t 19779 19362 19361 t 18291 19779 19361 t 19362 20802 20707 t 19361 19362 20707 t 20707 20802 20436 t 20436 20628 20907 t 20628 19795 20426 t 20907 20628 20426 t 19795 20331 20236 t 20426 19795 20236 t 20331 6534 3942 t 20236 20331 3942 t 6534 18401 18476 t 3942 6534 18476 t 18401 9968 19715 t 18476 18401 19715 t 9968 19030 17848 t 19715 9968 17848 t 17121 5742 18951 t 16690 16689 18845 t 17642 17182 5275 t 15877 15414 27775 t 18455 18454 18379 t 10330 19170 1739 t 18681 18762 18761 t 25693 24591 19250 t 16225 13805 11870 t 32213 32269 32219 t 27472 11671 22922 t 24653 6259 23826 t 19602 20155 20706 t 12153 11951 20425 t 22691 20835 23123 t 19116 19201 19115 t 19117 19118 19116 t 19115 19117 19116 t 14105 13977 20996 t 19117 20996 19118 t 18150 18149 18069 t 15055 15257 19256 t 19088 12673 11938 t 14189 14190 14311 t 17768 17797 17796 t 17767 17768 17796 t 17871 17870 17796 t 17797 17871 17796 t 17950 17949 17870 t 17871 17950 17870 t 18026 18025 17949 t 17950 18026 17949 t 18104 18103 18025 t 18026 18104 18025 t 18183 18182 18103 t 18104 18183 18103 t 18263 18262 18182 t 18183 18263 18182 t 29763 29762 29668 t 18411 18339 22470 t 29669 29763 29668 t 28542 28541 28463 t 17914 16573 16498 t 18565 18564 18486 t 18640 18639 18564 t 18565 18640 18564 t 18718 18717 18639 t 18640 18718 18639 t 18718 18800 18799 t 18717 18718 18799 t 18800 18885 18884 t 18799 18800 18884 t 18885 18968 18967 t 18884 18885 18967 t 18968 19052 19051 t 18967 18968 19051 t 19052 19137 19136 t 19051 19052 19136 t 19137 19223 19222 t 19136 19137 19222 t 19223 19305 19304 t 19222 19223 19304 t 19305 19388 19387 t 19304 19305 19387 t 19388 19474 19473 t 19387 19388 19473 t 19389 19474 19388 t 19473 19474 19560 t 19561 19560 19474 t 23582 18646 19648 t 22004 23485 10308 t 21847 19970 21700 t 22748 10855 20136 t 23193 23194 23318 t 21930 10905 21274 t 10905 19232 21274 t 20842 21847 21644 t 19232 21317 21554 t 22578 21375 22674 t 22006 22490 22491 t 21288 21289 22382 t 22998 27758 22492 t 21573 21568 22820 t 21839 18553 18704 t 20155 12153 20425 t 31438 31557 31437 t 18070 18150 18069 t 15539 16468 16225 t 17859 17858 10715 t 19746 19745 19657 t 19434 23829 15404 t 18447 18522 18446 t 16748 17396 15774 t 17958 19088 17959 t 17389 15539 16225 t 17889 16621 18363 t 18218 18298 18217 t 18372 18371 18297 t 18286 19007 19006 t 25770 25769 25646 t 21180 22146 23343 t 18298 18297 18217 t 13392 12822 11412 t 18068 15777 17994 t 18058 18139 18057 t 18663 16569 11672 t 11870 11871 12532 t 22070 18411 22071 t 11315 13128 11871 t 11870 11315 11871 t 30647 4967 13128 t 11870 160 11315 t 24892 20157 19259 t 24991 24992 25099 t 11920 23806 22035 t 25100 25209 25208 t 25913 25912 25787 t 26579 27200 26578 t 31091 30960 30836 t 30837 31091 30836 t 19779 19280 19362 t 19280 20708 20802 t 19362 19280 20802 t 20627 20436 20802 t 20708 20627 20802 t 20627 20534 20628 t 20436 20627 20628 t 20534 19704 19795 t 20628 20534 19795 t 19704 13595 20331 t 19795 19704 20331 t 13595 2198 6534 t 20331 13595 6534 t 2198 19184 18401 t 6534 2198 18401 t 19184 19609 9968 t 18401 19184 9968 t 15755 15841 15754 t 9968 19609 19030 t 23478 22546 21133 t 16644 31015 15629 t 12747 17858 13502 t 19681 383 6543 t 19162 10330 10198 t 15256 105 2318 t 14214 1654 13957 t 16850 27330 25418 t 17904 17903 17832 t 25647 25770 25646 t 17967 17885 15841 t 19030 17280 16900 t 19115 19201 12413 t 21353 26836 24784 t 19537 19115 12413 t 1112 19537 12413 t 19287 19117 19115 t 19537 19287 19115 t 3374 20996 19117 t 19287 3374 19117 t 14105 20996 3374 t 17910 15603 15604 t 18874 24865 18789 t 17798 17797 17768 t 17769 17798 17768 t 17872 17871 17797 t 17798 17872 17797 t 17951 17950 17871 t 17872 17951 17871 t 18027 18026 17950 t 17951 18027 17950 t 18184 18183 18104 t 18026 18184 18104 t 18264 18263 18183 t 18184 18264 18183 t 22470 18340 22085 t 18264 18340 18263 t 11208 1654 14214 t 13841 11208 14214 t 12174 20339 19964 t 12162 9949 1654 t 11178 10497 11235 t 18641 18640 18565 t 18566 18641 18565 t 18719 18718 18640 t 18641 18719 18640 t 18719 18801 18800 t 18718 18719 18800 t 18801 18886 18885 t 18800 18801 18885 t 18886 18969 18968 t 18885 18886 18968 t 18969 19053 19052 t 18968 18969 19052 t 19053 19138 19137 t 19052 19053 19137 t 19138 19224 19223 t 19137 19138 19223 t 19224 19306 19305 t 19223 19224 19305 t 19306 19389 19388 t 19305 19306 19388 t 19306 25768 19389 t 19541 19804 17921 t 22591 22607 22286 t 141 20748 5598 t 21887 21807 22084 t 22489 21314 21604 t 22914 21911 22048 t 13935 13934 13818 t 22817 22536 22816 t 23170 23263 23145 t 21274 19232 21554 t 22653 21437 22668 t 22031 22718 11150 t 19030 19609 16904 t 22345 21802 22346 t 22975 23103 22365 t 11920 22321 23806 t 23183 23306 23305 t 22893 11750 11230 t 22122 22893 11230 t 11248 11653 11483 t 21467 21705 19918 t 16590 18661 16506 t 15070 15207 15206 t 18250 11704 13596 t 30099 30098 30003 t 18135 18136 18214 t 18251 18250 13596 t 18054 18055 18135 t 18215 18295 18294 t 17981 18055 18054 t 18136 18215 18214 t 16032 17346 16313 t 18055 18136 18135 t 18518 18519 18598 t 18372 18447 18371 t 18298 18372 18297 t 18522 18521 18446 t 18444 18443 18368 t 18447 18446 18371 t 18214 18215 18294 t 18369 18444 18368 t 18369 18368 18294 t 18295 18369 18294 t 18444 18519 18518 t 18443 18444 18518 t 18218 18217 18138 t 18519 18599 18598 t 17984 18058 17983 t 18139 18218 18138 t 17904 17984 17903 t 18139 18138 18057 t 17833 17904 17832 t 18058 18057 17983 t 27527 27651 27526 t 17984 17983 17903 t 11208 12162 1654 t 19689 20904 12174 t 9965 4969 9949 t 12162 9965 9949 t 27794 22201 21334 t 12207 19866 19779 t 18386 9852 18291 t 19866 20693 19280 t 19779 19866 19280 t 20693 20614 20708 t 19280 20693 20708 t 20614 20993 20627 t 20708 20614 20627 t 20993 20994 20534 t 20627 20993 20534 t 20994 19618 19704 t 20534 20994 19704 t 19618 18365 13595 t 19704 19618 13595 t 18365 6060 2198 t 13595 18365 2198 t 6060 18686 19184 t 2198 6060 19184 t 18686 19268 19609 t 19184 18686 19609 t 31031 30535 10451 t 20413 16081 17006 t 8758 17859 12907 t 18292 19029 19007 t 10715 17858 17936 t 12942 13521 13356 t 18531 18532 18610 t 11483 12420 12330 t 11153 11482 4969 t 9965 11153 4969 t 14024 4881 2926 t 20705 19688 19780 t 25463 27090 27078 t 24434 26459 24260 t 13785 1112 18701 t 18780 18701 1112 t 19626 19537 1112 t 13785 19626 1112 t 19368 19287 19537 t 19626 19368 19537 t 11259 3374 19287 t 19368 11259 19287 t 23608 27818 27817 t 16399 18412 18667 t 17770 17799 17798 t 17769 17770 17798 t 17873 17872 17798 t 17799 17873 17798 t 17952 17951 17872 t 17873 17952 17872 t 18028 18027 17951 t 17952 18028 17951 t 18105 18026 18027 t 18028 18105 18027 t 18185 18184 18026 t 18105 18185 18026 t 18265 18264 18184 t 18185 18265 18184 t 18342 21767 22085 t 18265 18341 18264 t 13830 13373 11482 t 11153 13830 11482 t 20837 20743 13373 t 18567 18566 18487 t 32095 32067 32331 t 18642 18641 18566 t 18567 18642 18566 t 18720 18719 18641 t 18642 18720 18641 t 18720 18802 18801 t 18719 18720 18801 t 18802 18887 18886 t 18801 18802 18886 t 18887 18970 18969 t 18886 18887 18969 t 18970 19054 19053 t 18969 18970 19053 t 19054 19139 19138 t 19053 19054 19138 t 19139 19225 19224 t 19138 19139 19224 t 18889 18972 18971 t 19224 19225 19306 t 29527 29526 29414 t 21371 21912 23048 t 24433 24539 26716 t 21085 21347 23400 t 19917 20256 19916 t 21767 18342 18343 t 19312 23514 22084 t 21815 2941 10174 t 19915 21180 21756 t 17782 19312 22084 t 22438 22786 22787 t 22615 22489 21604 t 23100 18627 23356 t 13892 13780 13893 t 23186 23187 23309 t 18704 18553 20461 t 18574 18493 22080 t 22119 22606 23045 t 21802 22975 22365 t 32284 32267 32208 t 21734 23130 15243 t 22490 22616 23103 t 11750 19542 20806 t 23196 23324 23323 t 22079 21252 21926 t 11230 11750 20806 t 23425 4058 3576 t 21759 21760 23900 t 22609 22804 21228 t 23037 22984 10711 t 11544 11543 11457 t 10486 21910 21844 t 29310 29309 29212 t 19202 23016 23479 t 23479 23350 22456 t 12152 2567 18171 t 72 5006 9183 t 13485 4164 4771 t 10332 12251 12075 t 17995 18069 17994 t 17858 15256 13502 t 18598 18599 18669 t 19973 18936 19882 t 18670 18752 18751 t 18669 18670 18751 t 16602 16684 16601 t 15282 15281 18699 t 18936 19018 19882 t 20327 19782 12353 t 18767 11649 14861 t 14608 13846 13348 t 19177 18434 15241 t 18069 18068 17994 t 4905 15055 13293 t 20137 18434 19177 t 27721 24788 27715 t 23926 24024 24023 t 17840 17853 18314 t 17886 18324 18314 t 16913 22713 27502 t 30139 30245 30138 t 24235 25463 25461 t 17915 16913 27502 t 20339 18767 19964 t 18787 27602 24924 t 13830 20837 13373 t 19688 20904 19689 t 20837 15121 9067 t 20743 20837 9067 t 15121 14856 13447 t 28987 28986 28897 t 13943 14324 19866 t 12207 13943 19866 t 14324 12456 20693 t 19866 14324 20693 t 12456 13702 20614 t 20693 12456 20614 t 13702 20906 20993 t 20614 13702 20993 t 20906 20437 20994 t 20993 20906 20994 t 20437 15122 19618 t 20994 20437 19618 t 15122 18002 18365 t 19618 15122 18365 t 12749 6060 18365 t 18002 12749 18365 t 12749 18010 18686 t 6060 12749 18686 t 20514 20419 15964 t 18157 17482 17480 t 66 12004 1970 t 15605 15689 17911 t 13829 1433 12494 t 30001 30002 30096 t 19348 11673 19288 t 1433 9966 11914 t 20318 20323 11897 t 9067 15121 13447 t 14856 17825 17824 t 13447 14856 17824 t 20611 20705 19780 t 18510 20600 18439 t 19770 19769 19679 t 9414 13785 18864 t 18701 18864 13785 t 13719 19626 13785 t 9414 13719 13785 t 19539 19368 19626 t 13719 19539 19626 t 7262 4150 4276 t 4276 7668 7262 t 17818 16089 16163 t 18073 15989 17542 t 17800 17799 17770 t 17771 17800 17770 t 17874 17873 17799 t 17800 17874 17799 t 17953 17952 17873 t 17874 17953 17873 t 18029 18028 17952 t 17953 18029 17952 t 18106 18105 18028 t 18029 18106 18028 t 18186 18185 18105 t 18106 18186 18105 t 18266 18265 18185 t 18186 18266 18185 t 18342 18341 18265 t 18266 18342 18265 t 17825 18244 18241 t 19254 19355 19092 t 32358 32282 32043 t 23042 21763 18488 t 18643 18642 18567 t 18568 18643 18567 t 18721 18720 18642 t 18643 18721 18642 t 18721 18803 18802 t 18720 18721 18802 t 24984 25093 18722 t 18802 18803 18887 t 18888 18971 18970 t 18887 18888 18970 t 18971 19055 19054 t 18970 18971 19054 t 19055 19140 19139 t 19054 19055 19139 t 19139 19140 19225 t 22361 21784 22275 t 21575 22829 22828 t 22684 22420 21196 t 23452 23453 23580 t 22887 22048 12759 t 22619 22493 27478 t 23581 19648 21181 t 10782 22220 21659 t 19397 19483 22626 t 23194 23320 23319 t 21732 22207 19477 t 21777 22755 21791 t 21847 21700 21644 t 21131 23802 23712 t 23250 18574 22080 t 29363 29468 29362 t 22975 22490 23103 t 20372 20468 20467 t 31446 31445 31327 t 29296 29398 29295 t 19181 15829 19346 t 15829 17250 19346 t 22463 22353 22464 t 21642 10486 21724 t 19442 22449 19233 t 11621 21423 11620 t 22840 22962 13700 t 11959 11958 11873 t 19235 21474 21354 t 21366 21320 21523 t 27867 27920 27866 t 10618 22252 10309 t 21474 21366 21523 t 22945 14966 22946 t 5018 14939 4289 t 4638 11623 15250 t 19973 19882 13599 t 18487 23042 18568 t 15241 20327 12353 t 13590 19973 13599 t 13590 13599 12353 t 19782 13590 12353 t 13493 10324 13606 t 14332 15250 18034 t 18192 18034 10324 t 20044 20137 19177 t 18192 14332 18034 t 20699 20137 20044 t 18434 20327 15241 t 20969 20699 13630 t 13630 20699 20044 t 20969 20881 11317 t 20881 20969 13630 t 18917 13834 18916 t 19422 20969 11317 t 19855 19854 19769 t 13834 13833 18916 t 19780 19688 19689 t 19770 19855 19769 t 20600 20048 18439 t 20904 20339 12174 t 17824 17825 18241 t 19435 19890 5334 t 18244 18999 18998 t 20140 13588 13943 t 20047 20140 13943 t 13588 19686 14324 t 13943 13588 14324 t 19686 18596 12456 t 14324 19686 12456 t 18596 13598 13702 t 12456 18596 13702 t 13598 20817 20906 t 13702 13598 20906 t 13479 20437 20906 t 20817 13479 20906 t 13479 20804 15122 t 20437 13479 15122 t 20804 18003 18002 t 15122 20804 18002 t 2222 12749 18002 t 18003 2222 18002 t 2222 19794 18010 t 12749 2222 18010 t 17818 16244 19697 t 18588 18587 16337 t 18286 18292 19007 t 12004 11989 11817 t 18610 18682 18681 t 17902 17887 17886 t 12415 105 17859 t 19348 19288 11897 t 18241 18244 18998 t 18999 19980 19963 t 18998 18999 19963 t 19980 6063 8776 t 19963 19980 8776 t 20416 20600 20415 t 20694 4165 19890 t 20048 20705 20611 t 18439 20048 20611 t 8630 5002 20807 t 31559 31560 31676 t 11405 9414 8433 t 18864 8433 9414 t 929 13719 9414 t 11405 929 9414 t 19628 19539 13719 t 929 19628 13719 t 16313 20512 20700 t 14355 14231 11259 t 16521 18763 18682 t 19738 21615 24036 t 31560 31677 31676 t 19822 19738 16925 t 18030 18029 17953 t 11451 21845 11536 t 18107 18106 18029 t 18030 18107 18029 t 18187 18186 18106 t 31441 31440 31322 t 18267 18266 18186 t 18106 18107 18187 t 18186 18187 18267 t 18267 18343 18266 t 6063 19071 19068 t 13979 14857 12587 t 8776 6063 19068 t 18644 18643 18568 t 18568 24654 18569 t 24760 18568 18569 t 21940 23128 11868 t 23128 21940 23135 t 18722 18644 24873 t 22203 21674 11054 t 20559 19456 11054 t 25093 18889 18803 t 18888 18889 18971 t 18971 18972 19055 t 2934 10174 12033 t 31323 31322 31207 t 18891 22931 21861 t 21785 21601 22176 t 21789 21249 22307 t 19566 18891 21861 t 30836 30959 30714 t 11895 10926 21629 t 21663 21936 19391 t 23326 23327 23452 t 23453 23581 23580 t 22593 22996 22663 t 23123 22996 22593 t 28640 28641 28735 t 22220 22338 23232 t 22338 22339 23232 t 13300 13408 13407 t 21178 23002 22312 t 31208 31207 31091 t 19120 22355 21311 t 20187 20280 20279 t 20186 20187 20279 t 20280 20373 20372 t 20279 20280 20372 t 20373 20469 20468 t 20372 20373 20468 t 20469 20562 20561 t 20468 20469 20561 t 20562 20657 20656 t 20561 20562 20656 t 20657 20752 20751 t 20844 20751 20752 t 20752 20845 20844 t 20845 20932 19169 t 19169 21021 14837 t 20932 21022 21021 t 13699 21021 21022 t 21022 13587 13699 t 20186 20279 27310 t 13587 13824 13699 t 23468 21089 23419 t 21586 21888 21731 t 10469 24352 24351 t 21311 21151 22461 t 22024 22588 21674 t 10928 21451 10765 t 22445 23101 17413 t 21935 21617 14969 t 22673 22674 214 t 19289 21667 22487 t 14332 4638 15250 t 21245 23380 21768 t 12240 12151 13828 t 13944 12240 13828 t 12069 12156 11540 t 13939 14065 13482 t 12156 12069 11623 t 13335 7083 14847 t 4638 12156 11623 t 12156 13335 11540 t 11540 13335 14847 t 7083 6691 11504 t 14847 7083 11504 t 6691 12248 12247 t 11560 18127 13130 t 18852 18847 18126 t 24227 25458 25457 t 18127 18126 13130 t 31717 19946 19854 t 17441 17638 16074 t 15244 19435 5334 t 19856 31598 19855 t 19071 8729 11339 t 20595 20594 20501 t 19068 19071 11339 t 8729 6338 19508 t 10380 12821 13588 t 10720 10233 11904 t 12821 19867 19686 t 13588 12821 19686 t 19867 19714 18596 t 19686 19867 18596 t 19714 11169 13598 t 18596 19714 13598 t 11169 20721 20817 t 13598 11169 20817 t 20721 11997 13479 t 20817 20721 13479 t 11997 19529 20804 t 13479 11997 20804 t 18078 18003 20804 t 19529 18078 20804 t 3179 2222 18003 t 18078 3179 18003 t 2506 8516 8409 t 2222 3179 19794 t 4845 9981 12677 t 14487 19539 19628 t 11989 12758 12757 t 11817 11989 12757 t 12508 17777 17837 t 18609 18610 18681 t 22646 11429 22778 t 11339 8729 19508 t 20695 20791 19508 t 6338 20695 19508 t 16493 18663 20791 t 20695 16493 20791 t 18993 15244 18992 t 19797 101 13898 t 19435 20694 19890 t 20600 18510 20415 t 20416 20415 4165 t 20694 20416 4165 t 24226 24227 25457 t 20216 20215 20125 t 21301 21300 13554 t 15124 11405 13554 t 1482 15124 13554 t 12593 929 11405 t 15124 12593 11405 t 12593 14611 929 t 14767 8321 14638 t 7668 4276 684 t 18072 18071 15779 t 19794 3179 16084 t 24816 10998 24707 t 17039 4422 17590 t 16014 16013 15929 t 13915 16158 17672 t 18108 18107 18030 t 22336 22109 22337 t 23167 23501 21058 t 21253 21853 21087 t 12579 12746 12665 t 21606 22675 22124 t 22380 18571 22882 t 23672 28771 28861 t 16621 17889 17542 t 23209 21236 20366 t 19543 22151 21318 t 22151 20822 21318 t 19912 23213 23092 t 20000 23219 22849 t 21579 22284 21882 t 21552 21096 22626 t 10855 21070 20635 t 32129 31970 19324 t 19563 23164 19475 t 23552 23553 21283 t 22951 23076 23075 t 22950 22951 23075 t 21519 21468 23212 t 21464 21515 21463 t 22168 21656 23477 t 21412 21463 21411 t 22338 3775 22339 t 3775 22127 22339 t 10947 4979 10863 t 6207 24009 10500 t 20097 20188 20187 t 27062 20096 20186 t 20188 20281 20280 t 20187 20188 20280 t 20281 20374 20373 t 20280 20281 20373 t 20374 20470 20469 t 20373 20374 20469 t 20470 20563 20562 t 20469 20470 20562 t 20563 20658 20657 t 20562 20563 20657 t 20658 20753 20752 t 20657 20658 20752 t 20753 20846 20845 t 20752 20753 20845 t 20846 20933 20932 t 20845 20846 20932 t 20933 21023 21022 t 20932 20933 21022 t 21023 13586 13587 t 21022 21023 13587 t 13586 14066 13824 t 13587 13586 13824 t 8860 8034 13824 t 14066 8860 13824 t 17882 24131 17962 t 8860 1278 8034 t 23268 21940 15118 t 32276 32315 32014 t 22686 19911 21051 t 19911 21094 21051 t 23314 23569 23568 t 23380 23381 21768 t 21644 21700 22883 t 22213 21971 13941 t 4053 11002 22206 t 22291 22848 19717 t 14076 14077 12151 t 12240 14076 12151 t 13483 13944 13828 t 20028 20118 20027 t 14065 13483 13482 t 13482 13483 13828 t 142 13199 20955 t 20956 142 20955 t 11541 11314 11313 t 13340 11541 11313 t 15110 6982 15106 t 4785 12744 2310 t 11560 13130 12744 t 6982 4785 2310 t 4160 9581 3627 t 3626 11322 13492 t 4023 15246 18036 t 3627 3626 13492 t 20216 20308 20215 t 13705 12579 12665 t 20502 20595 20501 t 11423 11511 20998 t 20690 20689 20594 t 19029 20230 20229 t 20502 20501 20405 t 27777 27776 27650 t 14207 20799 12821 t 10380 13588 20140 t 20799 19868 19867 t 12821 20799 19867 t 19868 18535 19714 t 19867 19868 19714 t 18535 5127 11169 t 19714 18535 11169 t 5127 18128 20721 t 11169 5127 20721 t 18128 6351 11997 t 20721 18128 11997 t 6351 19443 19529 t 11997 6351 19529 t 16387 16084 3179 t 19529 19443 18078 t 16845 5209 5326 t 5326 5208 16845 t 16503 15826 17344 t 19272 19100 15063 t 12004 13504 1970 t 27556 27680 27555 t 18607 18608 18679 t 66 1970 11921 t 19081 20253 20230 t 6604 12758 11989 t 13983 12415 17859 t 21064 27735 27736 t 19007 19029 20229 t 16453 1060 16372 t 18928 18929 19791 t 18167 18929 18928 t 19791 19797 13898 t 15244 5334 18992 t 101 18993 18992 t 13898 101 18992 t 20126 20216 20125 t 20308 20307 20215 t 3189 21299 21349 t 21349 20748 3189 t 21486 492 223 t 20748 18084 3189 t 14855 1482 18664 t 18084 14855 18664 t 18404 15124 1482 t 14855 18404 1482 t 11170 12593 15124 t 18404 11170 15124 t 14478 14659 4420 t 15707 17729 16795 t 9966 13502 17777 t 18529 18608 18607 t 2924 2467 1837 t 19265 19278 4382 t 16193 11499 6604 t 10369 1612 11839 t 12630 12629 12542 t 10519 32247 19010 t 30592 30718 30591 t 24986 24987 25095 t 20962 20961 20874 t 11012 2698 5608 t 20875 20962 20874 t 21708 23902 23901 t 10369 11839 14719 t 17991 17990 17910 t 17911 17991 17910 t 24015 18031 24014 t 23258 21095 21834 t 13909 14024 14745 t 18475 21733 22182 t 21561 18475 21870 t 20715 18857 19023 t 21259 20251 20631 t 22106 17721 4138 t 14701 22952 14702 t 14446 23082 14447 t 22953 23079 23078 t 21090 19649 19477 t 23079 23199 23198 t 23466 23465 23337 t 23078 23079 23198 t 5623 25766 4971 t 23076 23326 23075 t 21526 21882 14591 t 27583 31953 31975 t 3775 22720 22127 t 23077 23197 23326 t 22168 23477 23476 t 22794 14590 3775 t 12951 21571 13019 t 20098 20189 20188 t 27063 20097 20096 t 27583 31839 31953 t 20188 20189 20281 t 20282 20189 27314 t 20281 20282 20374 t 20375 20471 20470 t 20374 20375 20470 t 20471 20564 20563 t 20470 20471 20563 t 20564 20659 20658 t 20563 20564 20658 t 20659 20754 20753 t 20658 20659 20753 t 20847 20846 20753 t 20754 20847 20753 t 20847 20934 20933 t 20846 20847 20933 t 20934 21024 21023 t 20933 20934 21023 t 21024 28 13586 t 21023 21024 13586 t 28 13940 14066 t 13586 28 14066 t 12511 8860 14066 t 13940 12511 14066 t 1381 1278 8860 t 12511 1381 8860 t 31856 20047 32115 t 1381 13602 1278 t 21245 21768 21051 t 21094 21245 21051 t 11002 10663 22206 t 22670 20922 22422 t 18630 4053 22206 t 21971 22483 13941 t 21512 4053 21248 t 10663 10948 22206 t 20118 20209 20208 t 22888 19228 23014 t 20117 20118 20208 t 20209 20302 20301 t 20208 20209 20301 t 20302 20396 20395 t 20681 20776 20775 t 20680 20681 20775 t 11314 11903 11821 t 11313 11314 11821 t 20538 15110 20442 t 6982 2310 15106 t 14976 11953 12037 t 14208 14976 12037 t 11322 4023 2438 t 13492 11322 2438 t 17876 31497 17802 t 14085 14719 14982 t 15898 15961 27780 t 14983 14982 17802 t 32126 32070 12693 t 7759 26953 25571 t 23199 23330 23329 t 25473 25587 25819 t 24312 25468 25466 t 21817 14149 22570 t 15923 17969 15843 t 18124 18204 18203 t 16330 16924 17300 t 27869 27923 27868 t 12361 20890 20799 t 14207 12361 20799 t 20890 20612 19868 t 20799 20890 19868 t 20612 18534 18535 t 19868 20612 18535 t 18534 10232 5127 t 18535 18534 5127 t 10232 18129 18128 t 5127 10232 18128 t 18129 11601 6351 t 18128 18129 6351 t 11601 19359 19443 t 6351 11601 19443 t 32062 32258 31975 t 19359 18079 19443 t 20038 30526 20039 t 18845 18762 16606 t 18072 18152 18151 t 18756 16601 18755 t 13504 12004 11817 t 13044 12833 4845 t 21725 22632 21229 t 17837 18286 18246 t 294 21489 21488 t 17777 12507 17837 t 18754 16600 18753 t 18521 18522 18601 t 3822 1808 18239 t 30472 30592 30471 t 11511 11012 20998 t 1612 6673 7770 t 18166 18167 18928 t 18929 19797 19791 t 20404 20403 20307 t 20308 20404 20307 t 5615 21348 18692 t 370 21398 21448 t 30472 30471 30351 t 18693 5615 18692 t 7102 20748 141 t 5615 7102 141 t 18625 18084 20748 t 7102 18625 20748 t 18625 15010 18084 t 15010 15009 14855 t 18134 16024 16023 t 18068 18067 15777 t 14877 14740 11170 t 10998 24816 11071 t 31473 6214 31593 t 20810 19182 6344 t 19264 19178 4716 t 21400 21399 5598 t 18588 16420 16505 t 6673 7063 7770 t 3494 11954 12442 t 18747 17924 18166 t 11573 14327 18747 t 17924 18167 18166 t 20998 11012 5608 t 2698 14327 11573 t 5608 2698 11573 t 20783 20875 20874 t 20782 20783 20874 t 12597 18764 20961 t 20962 12597 20961 t 14085 10369 14719 t 1612 7770 11839 t 16409 17529 15792 t 14983 14085 14982 t 16573 17914 19022 t 30245 30352 30244 t 18646 22808 3552 t 18431 18506 18505 t 23198 23199 23329 t 23330 23456 23455 t 23329 23330 23455 t 23456 23584 23583 t 22057 23171 23087 t 23455 23456 23583 t 23216 21138 22282 t 21570 21621 21569 t 23327 23453 23452 t 21920 21886 25248 t 20466 21433 21207 t 8542 3419 8551 t 23584 23344 21735 t 23583 23584 21735 t 23344 22221 11003 t 21735 23344 11003 t 29668 29762 29667 t 23395 21829 10620 t 21951 22700 22418 t 23919 23364 22593 t 637 636 23421 t 22172 22386 22383 t 22940 3740 22941 t 22155 22583 20441 t 22350 11005 17933 t 21847 20842 19919 t 18493 19145 21215 t 23378 21608 22397 t 22250 17780 22352 t 20098 20097 27064 t 22265 22935 23472 t 18117 21324 18116 t 22328 21189 22525 t 23219 21812 22867 t 20376 20472 20471 t 20375 20376 20471 t 20472 20565 20564 t 20471 20472 20564 t 20565 20660 20659 t 20564 20565 20659 t 20755 20754 20659 t 20660 20755 20659 t 20848 20847 20754 t 20755 20848 20754 t 20848 20935 20934 t 20847 20848 20934 t 20934 20935 21024 t 21024 5972 28 t 14067 13940 28 t 5972 14067 28 t 14067 12511 13940 t 1483 1381 12511 t 13491 13602 1381 t 1483 13491 1381 t 13977 21169 20725 t 13491 14329 13602 t 20006 11057 22857 t 11366 14329 13721 t 22337 22109 22338 t 21914 20277 21071 t 4058 11982 11983 t 16109 18293 16185 t 11982 10928 13952 t 20301 20302 20395 t 20396 20492 20491 t 20776 20868 20867 t 20775 20776 20867 t 11903 12422 12331 t 12331 12422 9289 t 12421 7593 11104 t 12422 12421 11104 t 11953 12417 12326 t 12037 11953 12326 t 11872 8414 12442 t 13786 11872 12442 t 15114 11872 13786 t 15113 15114 13786 t 17480 19279 19195 t 383 19162 19161 t 15948 15865 15866 t 1837 20718 2924 t 17582 15915 16520 t 15830 17664 15736 t 32231 32085 10594 t 13040 12968 7394 t 18432 18360 16257 t 17094 16486 16662 t 16775 16774 16686 t 11259 14231 3374 t 14207 12821 10380 t 11703 20979 20890 t 12361 11703 20890 t 20979 20892 20612 t 20890 20979 20612 t 20892 18249 18534 t 20612 20892 18534 t 13283 10232 18534 t 18249 13283 18534 t 18130 18129 10232 t 13283 18130 10232 t 18130 20341 11601 t 18129 18130 11601 t 20341 19279 19359 t 11601 20341 19359 t 19279 17479 19359 t 4972 17530 14712 t 18453 18454 18528 t 17390 13591 19017 t 14852 2567 12152 t 12165 10565 10642 t 20696 20700 20512 t 10365 11921 13485 t 15010 15144 15009 t 5602 19264 4716 t 4422 17039 4303 t 16459 17841 17817 t 17995 15607 15692 t 30666 2722 30890 t 14979 15119 11954 t 6673 11511 11423 t 7063 6673 11423 t 21447 17847 370 t 19091 10507 19262 t 22522 22403 10659 t 19262 18388 19091 t 18771 18693 17847 t 18388 18771 17847 t 3074 5615 18693 t 18771 3074 18693 t 12029 7102 5615 t 3074 12029 5615 t 18699 18625 7102 t 12029 18699 7102 t 13183 15064 4893 t 3201 3084 19356 t 15129 294 389 t 23613 23614 23649 t 15859 15937 15936 t 18767 14346 19964 t 11957 10126 811 t 9966 17777 12508 t 27776 15877 27775 t 1387 5476 1808 t 8414 3494 12442 t 5097 5219 15245 t 20500 20499 20403 t 20500 20593 20499 t 20404 20500 20403 t 20593 20592 20499 t 20688 20687 20592 t 20593 20688 20592 t 20688 20783 20782 t 20687 20688 20782 t 12597 12579 13705 t 18764 12597 13705 t 9581 4160 14968 t 18127 18852 18126 t 14967 9581 14968 t 9581 3626 3627 t 18724 21803 23466 t 21713 21751 22914 t 30043 30042 29946 t 11003 22221 22789 t 22789 22221 22539 t 22539 21346 22295 t 23464 23463 23335 t 23048 21377 21371 t 21121 22063 22062 t 29572 29667 29666 t 22201 21669 21183 t 22728 22274 13229 t 17808 17115 19910 t 27816 27815 19311 t 21155 21751 21713 t 21346 11328 22086 t 22851 2239 22852 t 22295 21346 22086 t 11328 23127 22039 t 22148 22104 22241 t 22086 11328 22039 t 22571 19314 22700 t 282 22597 21154 t 18612 12759 22756 t 23310 23441 23440 t 22756 22761 21525 t 22946 23071 23070 t 22080 18493 21215 t 21700 22887 22883 t 21328 22758 19145 t 22415 23523 22420 t 20375 27442 20376 t 21477 23345 23214 t 20283 20377 20376 t 21325 19311 23643 t 20377 20473 20472 t 20376 20377 20472 t 20473 20566 20565 t 20472 20473 20565 t 20566 20661 20660 t 20565 20566 20660 t 20756 20755 20660 t 20661 20756 20660 t 20756 20849 20848 t 20755 20756 20848 t 20849 20936 20935 t 20848 20849 20935 t 20936 21025 21024 t 20935 20936 21024 t 21025 688 5972 t 21024 21025 5972 t 14068 14067 5972 t 688 14068 5972 t 5126 12511 14067 t 14068 5126 14067 t 1585 1483 12511 t 5126 1585 12511 t 13603 13491 1483 t 1585 13603 1483 t 14459 14329 13491 t 13603 14459 13491 t 32218 31868 32313 t 14459 13721 14329 t 22812 22086 22241 t 30718 30717 30591 t 21132 23739 23907 t 23046 23036 21898 t 22594 23480 22878 t 21942 21178 21333 t 21178 22312 20712 t 20395 20396 20491 t 20956 20955 20867 t 20492 20585 20584 t 23309 23310 23440 t 21873 21863 21818 t 20538 20442 11104 t 21443 11149 21147 t 13668 13556 12326 t 13668 8230 13556 t 10267 4786 5097 t 5219 15247 15245 t 17274 17569 12425 t 26820 25473 25819 t 24436 18415 18343 t 6162 19159 10281 t 5852 25580 17030 t 24373 24424 25689 t 28098 28155 28097 t 18593 12751 11703 t 18592 18593 11703 t 12751 20704 20979 t 11703 12751 20979 t 20704 20981 20892 t 20979 20704 20892 t 20981 12031 18249 t 20892 20981 18249 t 12031 13282 13283 t 18249 12031 13283 t 18131 18130 13283 t 13282 18131 13283 t 18131 20247 20341 t 18130 18131 20341 t 20247 19195 19279 t 20341 20247 19279 t 20150 26567 19792 t 14311 14310 14189 t 17902 19428 2456 t 18528 18529 18607 t 3430 13044 4845 t 17785 14852 12152 t 19428 17902 17886 t 17912 19190 10126 t 15145 18699 15281 t 20606 20419 20514 t 18441 16267 16185 t 16174 16257 18360 t 15245 15247 15113 t 2430 15375 10267 t 3494 14979 11954 t 30917 10513 15119 t 14967 14968 12665 t 12746 14967 12665 t 18932 19262 14722 t 23946 23945 28432 t 18539 18388 19262 t 18932 18539 19262 t 18855 18771 18388 t 18539 18855 18388 t 20064 3074 18771 t 18855 20064 18771 t 15254 12029 3074 t 20064 15254 3074 t 16569 16493 16487 t 22070 18410 18411 t 17280 19030 16904 t 15780 18153 18152 t 18763 16606 18762 t 18379 18378 18304 t 16184 16183 16109 t 17480 17482 17479 t 10085 8758 12333 t 28661 28660 28580 t 17349 13746 20966 t 15247 15114 15113 t 9581 2946 2430 t 15246 14976 14208 t 18036 15246 14208 t 4785 11560 12744 t 7593 20538 11104 t 19778 12748 19713 t 12748 18917 8625 t 18852 19778 18847 t 18917 18916 8625 t 19778 19713 18847 t 12748 8625 19713 t 22449 22335 19233 t 19735 6225 26467 t 12185 22646 22645 t 23482 20988 22347 t 22914 22915 21911 t 21882 22698 23424 t 12150 21377 23049 t 22915 20009 21911 t 23513 23390 22506 t 23306 23437 23436 t 22062 22063 23163 t 22632 19479 19393 t 21155 19970 21184 t 19229 22354 23493 t 21345 21134 22653 t 10471 21684 21340 t 23017 22895 21437 t 22785 20540 21754 t 22761 21526 21525 t 22571 22446 19314 t 19743 19742 23461 t 22104 22105 22241 t 20036 20921 27773 t 22039 23127 21146 t 21146 21944 21613 t 17880 22193 22810 t 24436 18343 18267 t 20921 20832 27773 t 22446 22447 19314 t 22883 12759 18612 t 23190 23191 23315 t 18493 21328 19145 t 16206 17297 31023 t 10981 17933 22126 t 21072 21335 22250 t 31674 31673 31556 t 19059 22482 19741 t 20191 20284 20283 t 31557 31674 31556 t 20284 20378 20377 t 20283 20284 20377 t 20378 20474 20473 t 20377 20378 20473 t 20474 20567 20566 t 20473 20474 20566 t 20567 20662 20661 t 20566 20567 20661 t 20662 20757 20756 t 20661 20662 20756 t 20757 20850 20849 t 20756 20757 20849 t 20850 20937 20936 t 20849 20850 20936 t 20937 21026 21025 t 20936 20937 21025 t 21026 7968 688 t 21025 21026 688 t 14196 14068 688 t 7968 14196 688 t 3192 5126 14068 t 14196 3192 14068 t 14457 1585 5126 t 3192 14457 5126 t 13604 13603 1585 t 14457 13604 1585 t 14460 14459 13603 t 13604 14460 13603 t 13608 13721 14459 t 14460 13608 14459 t 29764 29763 29669 t 13608 13381 13721 t 21524 21148 21475 t 21148 22594 22754 t 23480 11477 22878 t 21333 21178 20712 t 22312 23124 22678 t 4058 23551 11982 t 11983 11982 13952 t 23418 21034 19235 t 23175 23176 20556 t 22443 22327 22526 t 23061 23062 23186 t 13835 20460 19805 t 19805 19457 12066 t 19541 21408 21410 t 23555 20347 11073 t 14707 2946 14840 t 21836 18975 22427 t 5018 4289 3560 t 14494 10517 10271 t 22250 22359 17780 t 22766 21204 177 t 21736 23143 22409 t 11738 19893 278 t 28620 28806 28712 t 21226 22595 22316 t 32279 32023 17001 t 22372 22488 18571 t 10368 21063 25710 t 22810 21466 18188 t 21501 21556 22372 t 21933 18784 21613 t 20460 19457 19805 t 21944 21933 21613 t 21746 21977 18784 t 21933 21746 18784 t 21771 21869 21977 t 28539 28538 28461 t 32334 19261 18592 t 18594 2818 12751 t 18593 18594 12751 t 2818 20610 20704 t 12751 2818 20704 t 20610 18414 20981 t 20704 20610 20981 t 18414 3438 12031 t 20981 18414 12031 t 10038 13282 12031 t 3438 10038 12031 t 10038 18132 18131 t 13282 10038 18131 t 18132 20159 20247 t 18131 18132 20247 t 20159 19107 19195 t 20247 20159 19195 t 23048 23047 22493 t 17480 19195 19107 t 11583 17912 4382 t 15830 17687 16479 t 17785 12152 12833 t 13044 17785 12833 t 20064 5476 15254 t 18145 18144 18064 t 12758 3430 12757 t 18246 18286 19005 t 17818 16164 16244 t 18088 16308 19186 t 4786 5219 5097 t 2946 9581 14840 t 2438 4023 18036 t 51 2547 17954 t 18932 14722 17850 t 14722 19527 17850 t 19179 18932 17850 t 17822 19179 17850 t 19522 18539 18932 t 19179 19522 18932 t 18939 18855 18539 t 19522 18939 18539 t 17852 20064 18855 t 18939 17852 18855 t 15254 5476 103 t 31803 11173 31802 t 12629 9254 12542 t 7201 7942 7067 t 14852 11731 2567 t 11817 11734 13437 t 21706 24003 24004 t 18454 18453 18378 t 19007 20229 20225 t 20229 5602 20225 t 16367 17688 15650 t 16689 16688 18844 t 15829 16188 17350 t 15375 4786 10267 t 2946 15375 2430 t 12417 13668 12326 t 8230 13269 13556 t 15110 15106 20442 t 11394 11991 11903 t 12247 12248 20984 t 20984 17938 18092 t 17938 11541 13340 t 18092 17938 13340 t 4298 13999 14006 t 10852 21949 21668 t 18630 18555 22175 t 14591 21882 23424 t 22807 21511 22108 t 21911 20009 22873 t 21525 21526 14591 t 22873 22874 21225 t 22874 22013 21225 t 21225 22013 22418 t 22013 21951 22418 t 6312 31251 6226 t 18809 18895 18894 t 18894 18895 18977 t 18979 18980 25552 t 18977 18978 25551 t 23227 22791 21528 t 15104 22944 15105 t 25572 27583 31975 t 22872 21580 19823 t 21746 21771 21977 t 19910 21985 23246 t 21689 21690 21869 t 21771 21689 21869 t 19821 22848 22291 t 21689 21152 21785 t 16278 18460 17016 t 22828 22827 21573 t 22576 22252 21062 t 26694 26693 19745 t 19746 19830 19829 t 19830 19922 19921 t 29574 29670 29573 t 26939 19921 27066 t 19829 19921 26939 t 20011 20101 20100 t 24123 22074 21934 t 20101 20192 20191 t 20100 20101 20191 t 20192 20285 20284 t 20191 20192 20284 t 20285 20379 20378 t 20284 20285 20378 t 20379 20475 20474 t 20378 20379 20474 t 20475 20568 20567 t 20474 20475 20567 t 20568 20663 20662 t 20567 20568 20662 t 20663 20758 20757 t 20662 20663 20757 t 20758 20851 20850 t 20757 20758 20850 t 20851 20938 20937 t 20850 20851 20937 t 20938 21027 21026 t 20937 20938 21026 t 8568 7968 21026 t 21027 8568 21026 t 14197 14196 7968 t 8568 14197 7968 t 9087 3192 14196 t 14197 9087 14196 t 14582 14457 3192 t 9087 14582 3192 t 13717 13604 14457 t 14582 13717 14457 t 14585 14460 13604 t 13717 14585 13604 t 13607 13608 14460 t 14585 13607 14460 t 13383 13381 13608 t 13607 13383 13608 t 28713 28807 28806 t 13381 11344 26522 t 20712 22312 22678 t 23807 23806 22321 t 29167 29166 29071 t 26522 10236 26450 t 24794 10904 10834 t 11180 14981 9501 t 10763 10764 24794 t 29072 29167 29071 t 22333 23397 23265 t 17718 5489 11093 t 21044 23209 22580 t 21598 21654 21696 t 19804 19541 21410 t 18491 51 17954 t 21610 21505 21163 t 16411 16230 16387 t 20185 21164 22745 t 23011 18494 22745 t 21410 21408 22695 t 19541 19371 21408 t 23523 23399 22420 t 21397 22697 22696 t 23434 23435 23560 t 21922 23005 21059 t 14700 14701 14834 t 13779 13660 13780 t 11727 23039 21216 t 23399 23266 22416 t 23143 22410 22409 t 23426 1481 23427 t 22204 21832 21831 t 22852 21080 22851 t 21119 22062 22051 t 22139 22204 21831 t 17808 19910 23137 t 15238 15372 15237 t 22488 12675 18571 t 11784 17808 23137 t 22698 19442 23424 t 21602 21556 21501 t 23348 22459 22458 t 23349 23348 22458 t 21690 21689 21785 t 10636 21779 21119 t 29265 29365 29264 t 21785 21152 15664 t 10926 21637 21629 t 22088 21247 18629 t 20972 20226 18594 t 23612 23646 23645 t 20226 9074 2818 t 18594 20226 2818 t 9074 20516 20610 t 2818 9074 20610 t 20516 20328 18414 t 20610 20516 18414 t 20328 15261 3438 t 18414 20328 3438 t 12583 10038 3438 t 15261 12583 3438 t 12583 19509 18132 t 10038 12583 18132 t 19509 20065 20159 t 18132 19509 20159 t 19025 19107 20159 t 20065 19025 20159 t 19025 19024 18157 t 19107 19025 18157 t 105 11078 18541 t 24001 22207 21732 t 18226 18306 18225 t 11731 3801 2567 t 5602 4716 20225 t 20064 17852 5476 t 18361 18325 17886 t 24430 27565 26194 t 16992 27525 25254 t 16790 18949 16118 t 29265 29264 29168 t 12581 12495 14840 t 2573 17822 19527 t 19023 12750 19105 t 7207 17822 2573 t 12750 7207 2573 t 19263 19179 17822 t 7207 19263 17822 t 19613 19522 19179 t 19263 19613 19179 t 19191 18939 19522 t 19613 19191 19522 t 18239 17852 18939 t 19191 18239 18939 t 23613 23649 23648 t 19872 29035 19013 t 9944 17392 1950 t 18305 18304 18224 t 16988 16898 1590 t 18171 4418 18091 t 2925 19433 19432 t 14072 20977 20888 t 15686 17981 15773 t 23425 632 23294 t 14149 14272 14148 t 22272 22604 20059 t 23337 14191 14190 t 11705 8311 8230 t 21134 23017 21437 t 11314 11394 11903 t 11991 12421 12422 t 11821 11903 12331 t 12422 11104 9289 t 20868 20956 20867 t 20586 20681 20680 t 14065 13939 13199 t 142 14065 13199 t 18347 18420 24671 t 23378 22080 21608 t 22949 23074 23073 t 22692 22541 22603 t 21674 20559 11054 t 18576 18650 18575 t 22190 23038 19063 t 18576 18651 18650 t 25004 18650 25111 t 18651 18729 18728 t 6312 6226 6313 t 18729 18810 18809 t 18728 18729 18809 t 18810 18896 18895 t 18809 18810 18895 t 18896 18979 18978 t 18895 18896 18978 t 22044 22032 22268 t 22550 22270 21035 t 21038 20525 24433 t 18613 22664 21555 t 21466 21506 21462 t 18786 21077 20750 t 11331 22728 13229 t 22625 21512 21929 t 21985 23212 23246 t 19526 22924 23047 t 23426 23552 23551 t 19658 19747 19746 t 19657 19658 19746 t 19747 19831 19830 t 19746 19747 19830 t 19831 19923 19922 t 19830 19831 19922 t 19923 20012 20011 t 19922 19923 20011 t 20012 20102 20101 t 20011 20012 20101 t 20102 20193 20192 t 20101 20102 20192 t 20193 20286 20285 t 20192 20193 20285 t 20286 20380 20379 t 20285 20286 20379 t 20380 20476 20475 t 20379 20380 20475 t 20476 20569 20568 t 20475 20476 20568 t 20569 20664 20663 t 20568 20569 20663 t 20664 20759 20758 t 20663 20664 20758 t 20759 20852 20851 t 20758 20759 20851 t 20852 20939 20938 t 20851 20852 20938 t 20939 21028 21027 t 20938 20939 21027 t 9382 8568 21027 t 21028 9382 21027 t 14705 14197 8568 t 9382 14705 8568 t 12319 9087 14197 t 14705 12319 14197 t 11174 14582 9087 t 12319 11174 9087 t 11174 13718 13717 t 14582 11174 13717 t 14711 14585 13717 t 13718 14711 13717 t 12243 13607 14585 t 14711 12243 14585 t 13495 13383 13607 t 12243 13495 13607 t 14975 13381 13383 t 13495 14975 13383 t 14975 11344 13381 t 20912 14981 11180 t 14081 13727 14981 t 20912 14081 14981 t 11093 5489 13727 t 14081 11093 13727 t 19744 21277 20072 t 21408 22696 22695 t 28193 28255 28192 t 23256 22120 23474 t 23474 23223 10853 t 22120 22885 23474 t 22695 22696 21963 t 23223 23225 10853 t 21163 21772 21710 t 22696 23011 21963 t 21408 21397 22696 t 22697 18494 23011 t 21568 22822 21566 t 22821 22822 22544 t 22828 22142 21986 t 21264 23172 20554 t 23014 22892 21116 t 23488 21080 22342 t 22834 22223 21747 t 21297 21046 22731 t 22616 22492 23104 t 23549 22796 21011 t 2480 22851 22850 t 23143 21736 21741 t 21101 21119 22051 t 23488 22851 21080 t 23246 23212 6345 t 12975 22833 20555 t 22664 21602 21501 t 23137 19910 21860 t 21216 21177 23545 t 21556 22488 22372 t 23066 23067 23190 t 23001 11324 11727 t 23400 22371 19036 t 22152 23364 23918 t 21779 21121 21119 t 22365 22533 22347 t 18594 24592 20972 t 22834 21747 20092 t 20227 14839 9074 t 20226 20227 9074 t 14839 20142 20516 t 9074 14839 20516 t 20142 20234 20328 t 20516 20142 20328 t 20234 18533 15261 t 20328 20234 15261 t 13552 12583 15261 t 18533 13552 15261 t 13552 19601 19509 t 12583 13552 19509 t 19601 19976 20065 t 19509 19601 20065 t 18366 19025 20065 t 19976 18366 20065 t 17192 18466 16073 t 19025 18366 19024 t 11731 17916 17902 t 16689 18844 18845 t 20975 11678 16400 t 19268 16330 16904 t 17936 12747 1433 t 3493 4287 13393 t 17474 17201 16063 t 27401 27526 20648 t 12495 14707 14840 t 12663 12662 12581 t 8635 8634 22625 t 19023 20811 20715 t 12318 12750 19023 t 18857 12318 19023 t 20797 7207 12750 t 12318 20797 12750 t 19185 19263 7207 t 20797 19185 7207 t 19698 19613 19263 t 19185 19698 19263 t 19275 19191 19613 t 19698 19275 19613 t 18319 18239 19191 t 19275 18319 19191 t 26567 20150 12580 t 29074 29073 28987 t 20696 20792 20700 t 20719 17586 17391 t 12833 12834 9981 t 4287 13392 13393 t 24309 24422 24421 t 18239 18319 3822 t 23060 23185 23184 t 23574 22664 18613 t 31578 31577 31456 t 23570 23444 23571 t 17960 22299 22244 t 24129 17881 17961 t 11903 11991 12422 t 18037 18115 21172 t 11104 20442 9289 t 20585 20586 20680 t 20493 20586 20585 t 22082 25261 25370 t 21482 18194 18274 t 18349 18348 18273 t 18274 18349 18273 t 18421 18420 18348 t 18349 18421 18348 t 27338 23237 27217 t 18421 18496 18420 t 18577 18576 18495 t 18496 18577 18495 t 18577 18652 18651 t 18576 18577 18651 t 18652 18730 18729 t 18651 18652 18729 t 18730 18811 18810 t 18729 18730 18810 t 18811 18897 18896 t 18810 18811 18896 t 18980 18981 19064 t 18896 18897 18979 t 31826 32133 32257 t 22038 22040 23120 t 22082 22731 25369 t 20835 23360 22996 t 20428 22985 21143 t 21637 22869 22865 t 26311 26310 19398 t 23340 22158 23252 t 19484 19573 19572 t 26435 19572 19573 t 19573 19659 19658 t 19659 19748 19747 t 19658 19659 19747 t 19748 19832 19831 t 19747 19748 19831 t 19832 19924 19923 t 19831 19832 19923 t 19924 20013 20012 t 19923 19924 20012 t 20013 20103 20102 t 20012 20013 20102 t 20103 20194 20193 t 20102 20103 20193 t 20194 20287 20286 t 20193 20194 20286 t 20287 20381 20380 t 20286 20287 20380 t 20381 20477 20476 t 20380 20381 20476 t 20477 20570 20569 t 20476 20477 20569 t 20570 20665 20664 t 20569 20570 20664 t 20665 20760 20759 t 20664 20665 20759 t 20760 20853 20852 t 20759 20760 20852 t 20853 20940 20939 t 20852 20853 20939 t 21029 21028 20939 t 20940 21029 20939 t 12028 9382 21028 t 21029 12028 21028 t 14579 14705 9382 t 12028 14579 9382 t 12411 12319 14705 t 14579 12411 14705 t 12411 3693 11174 t 12319 12411 11174 t 3693 13831 13718 t 11174 3693 13718 t 14845 14711 13718 t 13831 14845 13718 t 12322 12243 14711 t 14845 12322 14711 t 13496 13495 12243 t 12322 13496 12243 t 11025 14975 13495 t 13496 11025 13495 t 7970 11344 14975 t 11025 7970 14975 t 13839 14850 11344 t 7970 13839 11344 t 11869 11180 14850 t 13839 11869 14850 t 20999 20912 11180 t 11869 20999 11180 t 13955 14081 20912 t 20999 13955 20912 t 11107 11093 14081 t 13955 11107 14081 t 28462 28461 28381 t 12032 11107 13955 t 23428 23555 23554 t 23427 23428 23554 t 29117 29116 29026 t 21930 21269 23017 t 19891 20274 21838 t 22255 22228 22227 t 21336 18109 12975 t 22745 21163 21710 t 21505 21558 21772 t 1460 2840 22934 t 21568 21566 22716 t 22822 22730 22544 t 22827 22828 21986 t 22142 22227 22226 t 21986 22142 22226 t 22665 20634 21430 t 22226 22227 22665 t 21726 19566 21727 t 23093 21518 23509 t 11736 23093 23509 t 21576 22830 22829 t 19892 19805 23398 t 21575 21576 22829 t 21711 21519 21985 t 23169 14334 22837 t 20842 21644 21641 t 12328 20842 21641 t 22969 21758 21902 t 21194 23145 21391 t 22722 21327 21206 t 22711 22841 21630 t 23058 23183 23182 t 21872 21102 10364 t 20227 20972 25464 t 28895 29071 28985 t 20141 14839 20227 t 20228 20141 20227 t 20141 20049 20142 t 14839 20141 20142 t 20049 20144 20234 t 20142 20049 20234 t 20144 1030 18533 t 20234 20144 18533 t 20793 13552 18533 t 1030 20793 18533 t 20793 20803 19601 t 13552 20793 19601 t 19886 19976 19601 t 20803 19886 19601 t 19886 1950 18366 t 19976 19886 18366 t 15923 15844 15924 t 13865 12596 12680 t 19029 19081 20230 t 3801 11731 17902 t 11105 8789 1426 t 16731 16603 18006 t 11412 12075 12074 t 20045 16148 16031 t 21373 19343 3665 t 32304 31926 32180 t 20622 18857 20715 t 12662 12495 12581 t 18856 18857 20622 t 20528 18856 20622 t 1990 12318 18857 t 18856 1990 18857 t 19342 20797 12318 t 1990 19342 12318 t 19180 19185 20797 t 19342 19180 20797 t 19180 3201 19185 t 121 3201 19180 t 19356 19275 19698 t 18949 16790 18327 t 17855 17856 16993 t 19569 18649 22177 t 13392 11412 11586 t 4421 13391 12822 t 11626 3493 13842 t 13393 13392 11586 t 12075 10908 7681 t 11586 11412 12074 t 23256 23474 20460 t 7201 7067 8162 t 23341 21623 23290 t 23587 22367 22094 t 17962 17961 17882 t 15393 29932 30030 t 18038 18037 17961 t 17962 18038 17961 t 15106 15107 20442 t 29763 29851 29762 t 18195 18274 18194 t 29851 29946 29945 t 18275 18274 18195 t 18196 18275 18195 t 18350 18349 18274 t 18275 18350 18274 t 18422 18421 18349 t 18350 18422 18349 t 18497 18496 18421 t 18422 18497 18421 t 18578 18577 18496 t 18497 18578 18496 t 18578 18653 18652 t 18577 18578 18652 t 18653 18731 18730 t 18652 18653 18730 t 18731 18812 18811 t 18730 18731 18811 t 18812 18898 18897 t 18811 18812 18897 t 18898 18981 18980 t 18897 18898 18980 t 28715 28714 28622 t 19065 25668 19064 t 21684 21240 21340 t 22090 21808 21968 t 22892 22766 177 t 21077 21076 20750 t 19399 19485 19484 t 19398 19399 19484 t 19485 19574 19573 t 19484 19485 19573 t 19574 19660 19659 t 19573 19574 19659 t 19660 19749 19748 t 19659 19660 19748 t 19749 19833 19832 t 19748 19749 19832 t 19833 19925 19924 t 19832 19833 19924 t 19925 20014 20013 t 19924 19925 20013 t 20014 20104 20103 t 20013 20014 20103 t 20104 20195 20194 t 20103 20104 20194 t 20195 20288 20287 t 20194 20195 20287 t 20288 20382 20381 t 20287 20288 20381 t 20382 20478 20477 t 20381 20382 20477 t 20478 20571 20570 t 20477 20478 20570 t 20571 20666 20665 t 20570 20571 20665 t 20666 20761 20760 t 20665 20666 20760 t 20761 20854 20853 t 20760 20761 20853 t 20854 20941 20940 t 20853 20854 20940 t 20941 21030 21029 t 20940 20941 21029 t 13820 12028 21029 t 21030 13820 21029 t 13820 14579 12028 t 12496 12411 14579 t 13716 3693 12411 t 12496 13716 12411 t 13716 15253 13831 t 3693 13716 13831 t 14846 14845 13831 t 15253 14846 13831 t 14846 12322 14845 t 11287 13839 7970 t 10508 11869 13839 t 11287 10508 13839 t 10508 20999 11869 t 14082 13955 20999 t 12589 14082 14210 t 27063 27064 20097 t 12066 22333 23265 t 23397 23352 21045 t 11073 13465 21458 t 11894 11073 21458 t 23426 23427 23553 t 23554 11073 11894 t 23265 23397 21045 t 23553 23554 11894 t 21851 21668 21931 t 21668 20441 21931 t 23177 21755 21752 t 424 425 79 t 21339 23473 23392 t 21867 23356 21326 t 22564 22716 21566 t 22822 22821 21566 t 22763 19775 23211 t 23164 22764 19475 t 21614 19308 23089 t 20634 22311 22407 t 22899 23021 5740 t 24701 24589 10838 t 22848 22337 10084 t 22616 22998 22492 t 22541 22692 11736 t 17999 20224 21848 t 22471 21334 22610 t 23253 21079 21918 t 22890 10783 23361 t 22873 21225 21579 t 21644 22883 22876 t 21784 21704 22746 t 20842 12328 21330 t 19919 20842 21330 t 28715 28900 28714 t 28191 28190 28133 t 20714 13948 19423 t 13948 20322 20228 t 20231 20141 20228 t 20322 20231 20228 t 12670 20049 20141 t 20231 12670 20141 t 12670 20051 20144 t 20049 12670 20144 t 20051 13285 1030 t 20144 20051 1030 t 13285 19109 20793 t 1030 13285 20793 t 20894 20803 20793 t 19109 20894 20793 t 19799 19886 20803 t 20894 19799 20803 t 19886 19799 1950 t 18151 18152 18231 t 11678 14455 16568 t 17916 17888 17887 t 27278 27277 27154 t 13829 14073 10643 t 12074 12075 7681 t 16648 17475 20879 t 1837 20625 20718 t 8413 11542 12663 t 11542 12662 12663 t 19149 19395 22090 t 30978 31108 30977 t 18772 18856 20528 t 20431 18772 20528 t 15125 1990 18856 t 18772 15125 18856 t 17823 19342 1990 t 15125 17823 1990 t 19345 19180 19342 t 17823 19345 19342 t 16154 24216 16668 t 27402 27401 27277 t 20690 20785 20689 t 10908 10642 10643 t 22930 19149 22090 t 7681 10908 10643 t 28026 28078 28077 t 18310 18309 18229 t 16849 21694 27595 t 17156 17392 17645 t 19149 21830 21825 t 23349 22458 22457 t 19395 19149 21825 t 17882 17881 24033 t 23550 21626 21624 t 18039 18038 17962 t 17963 18039 17962 t 18116 18115 18038 t 18039 18116 18038 t 18197 18196 18115 t 20492 20493 20585 t 18276 18275 18196 t 18197 18276 18196 t 18351 18350 18275 t 18276 18351 18275 t 18423 18422 18350 t 18351 18423 18350 t 18498 18497 18422 t 18423 18498 18422 t 18579 18578 18497 t 18498 18579 18497 t 18578 18579 18653 t 18579 18732 18731 t 18653 18579 18731 t 18732 18813 18812 t 18731 18732 18812 t 18813 18899 18898 t 18812 18813 18898 t 18899 18982 18981 t 18898 18899 18981 t 28623 28715 28622 t 18981 18982 19065 t 21830 22959 22957 t 19237 19317 19316 t 19316 19399 19398 t 19317 19400 19399 t 19316 19317 19399 t 19400 19486 19485 t 19399 19400 19485 t 19486 19575 19574 t 19485 19486 19574 t 19575 19661 19660 t 19574 19575 19660 t 19661 19750 19749 t 19660 19661 19749 t 19750 19834 19833 t 19749 19750 19833 t 19834 19926 19925 t 19833 19834 19925 t 19926 20015 20014 t 19925 19926 20014 t 20015 20105 20104 t 20014 20015 20104 t 20105 20196 20195 t 20104 20105 20195 t 20196 20289 20288 t 20195 20196 20288 t 20289 20383 20382 t 20288 20289 20382 t 20383 20479 20478 t 20382 20383 20478 t 20479 20572 20571 t 20478 20479 20571 t 20572 20667 20666 t 20571 20572 20666 t 20667 20762 20761 t 20666 20667 20761 t 20762 20855 20854 t 20761 20762 20854 t 20855 20942 20941 t 20854 20855 20941 t 20942 21031 21030 t 20941 20942 21030 t 13936 13820 21030 t 21031 13936 21030 t 10730 14579 13820 t 13936 10730 13820 t 10730 12496 14579 t 13715 13716 12496 t 10730 13715 12496 t 13715 1952 15253 t 13716 13715 15253 t 18114 14846 15253 t 1952 18114 15253 t 12500 12322 14846 t 18114 12500 14846 t 6370 13496 12322 t 12500 6370 12322 t 11596 11025 13496 t 6370 11596 13496 t 4179 7970 11025 t 11596 4179 11025 t 11367 11287 7970 t 4179 11367 7970 t 10487 10508 11287 t 11367 10487 11287 t 18093 20999 10508 t 10487 18093 10508 t 14210 14082 20999 t 18093 14210 20999 t 23465 21803 23015 t 12590 12589 13611 t 22266 21961 22443 t 2000 23162 2001 t 23435 23561 23560 t 22525 21189 25345 t 21431 19229 20459 t 21713 22914 22887 t 20278 20277 21914 t 21422 20278 21914 t 21448 21447 370 t 11429 11845 10881 t 23115 23117 21336 t 12249 20653 22041 t 21701 23134 21086 t 21763 21205 22070 t 22366 22611 22832 t 22500 24656 21764 t 21205 22501 22502 t 18484 22739 18485 t 22070 21205 22502 t 22502 22501 18409 t 22196 21998 22022 t 13835 19805 19892 t 22544 22730 22156 t 19393 19479 22574 t 22346 22365 22347 t 21922 23041 23005 t 21148 22754 21475 t 21583 21581 23037 t 22895 22768 11761 t 17284 6689 12071 t 21920 21847 19919 t 21437 22895 11761 t 28134 28191 28133 t 19060 23470 11395 t 18537 20714 13503 t 3546 18537 13503 t 20698 13948 20714 t 18537 20698 20714 t 20418 20322 13948 t 20698 20418 13948 t 20324 20231 20322 t 20418 20324 20322 t 20324 12670 20231 t 20320 20051 12670 t 20324 20320 12670 t 8643 13285 20051 t 20320 8643 20051 t 19196 19109 13285 t 8643 19196 13285 t 20983 20894 19109 t 19196 20983 19109 t 20983 19709 19799 t 20894 20983 19799 t 19709 9944 1950 t 19799 19709 1950 t 25669 19065 24542 t 24542 18982 18983 t 120 3201 121 t 17902 17916 17887 t 31868 31862 32189 t 25895 25894 25769 t 15792 16621 16409 t 17695 15963 16191 t 14721 11832 20431 t 20319 19536 2574 t 20336 20431 11832 t 19536 20336 11832 t 18940 18772 20431 t 20336 18940 20431 t 19516 15125 18772 t 18940 19516 18772 t 19785 17823 15125 t 19516 19785 15125 t 19186 19345 17823 t 19785 19186 17823 t 19180 19345 121 t 30404 15876 15960 t 6602 21123 14103 t 25364 20809 26451 t 1876 3665 19343 t 9944 13712 16075 t 18482 18558 18481 t 20283 27442 27315 t 21825 21830 22957 t 22959 21909 21584 t 22957 22959 21584 t 21909 23490 23366 t 16279 16278 940 t 21279 18481 21342 t 18040 18039 17963 t 29932 15393 30029 t 18040 18118 18117 t 18040 18117 18039 t 20491 20492 20584 t 20585 20680 20679 t 18277 18276 18197 t 26719 26718 26595 t 18352 18351 18276 t 18277 18352 18276 t 18424 18423 18351 t 18352 18424 18351 t 18499 18498 18423 t 18424 18499 18423 t 18580 18579 18498 t 18499 18580 18498 t 18580 18733 18732 t 18579 18580 18732 t 18733 18814 18813 t 18732 18733 18813 t 18814 18900 18899 t 18813 18814 18899 t 18900 18983 18982 t 18899 18900 18982 t 19066 18984 19067 t 28900 28808 28714 t 19151 19238 19237 t 19238 19318 19317 t 19237 19238 19317 t 19318 19401 19400 t 19317 19318 19400 t 19401 19487 19486 t 19400 19401 19486 t 19487 19576 19575 t 19486 19487 19575 t 19576 19662 19661 t 19575 19576 19661 t 19662 19751 19750 t 19661 19662 19750 t 19751 19835 19834 t 19750 19751 19834 t 19835 19927 19926 t 19834 19835 19926 t 19927 20016 20015 t 19926 19927 20015 t 20016 20106 20105 t 20015 20016 20105 t 20106 20197 20196 t 20105 20106 20196 t 20197 20290 20289 t 20196 20197 20289 t 20290 20384 20383 t 20289 20290 20383 t 20384 20480 20479 t 20383 20384 20479 t 20480 20573 20572 t 20479 20480 20572 t 20573 20668 20667 t 20572 20573 20667 t 20668 20763 20762 t 20667 20668 20762 t 20763 20856 20855 t 20762 20763 20855 t 20856 20943 20942 t 20855 20856 20942 t 20943 21032 21031 t 20942 20943 21031 t 13937 13936 21031 t 21032 13937 21031 t 11243 10730 13936 t 13937 11243 13936 t 11243 13547 10730 t 13547 13715 10730 t 15252 1952 13715 t 18113 18114 1952 t 15252 18113 1952 t 12501 12500 18114 t 18113 12501 18114 t 15249 6370 12500 t 12501 15249 12500 t 15249 11596 6370 t 4056 4179 11596 t 11454 11367 4179 t 4056 11454 4179 t 11181 10487 11367 t 11454 11181 11367 t 18014 18093 10487 t 11181 18014 10487 t 13611 14210 18093 t 18014 13611 18093 t 14210 13611 12589 t 22966 22291 19717 t 9851 22966 19717 t 21045 21914 21071 t 214 21375 22628 t 22048 22866 22761 t 22424 21368 23505 t 21478 21580 22872 t 21580 19739 19823 t 5033 23545 3450 t 10383 12443 23217 t 25817 5979 17710 t 18109 23131 12975 t 1831 11658 10083 t 10083 5622 17710 t 25349 12859 12334 t 11658 14987 10083 t 25349 12334 26698 t 14987 12666 12859 t 12666 20838 20745 t 26698 20745 26952 t 20527 26952 17772 t 20838 17773 20745 t 20527 18007 26211 t 17773 20789 17772 t 22225 21472 21521 t 26211 18007 18621 t 23103 23104 22533 t 22730 22225 22156 t 3188 22936 23056 t 22365 23103 22533 t 23041 21583 23037 t 20000 18570 23219 t 18706 18629 24433 t 21583 22831 21072 t 30044 30043 29947 t 28319 28383 28318 t 11151 3546 20429 t 20526 11151 20429 t 18614 18537 3546 t 11151 18614 3546 t 20794 20698 18537 t 18614 20794 18537 t 14079 20418 20698 t 20794 14079 20698 t 20325 20324 20418 t 14079 20325 20418 t 20325 11452 20324 t 12669 20320 20324 t 11452 12669 20324 t 9702 8643 20320 t 12669 9702 20320 t 19108 19196 8643 t 9702 19108 8643 t 20330 20983 19196 t 19108 20330 19196 t 19623 19709 20983 t 20330 19623 20983 t 13712 9944 19709 t 19623 13712 19709 t 19614 16837 16838 t 23103 22616 23104 t 6671 315 6773 t 13504 11817 13437 t 17859 105 17858 t 16200 20718 20625 t 19536 11832 2574 t 28319 28318 28254 t 19284 19536 20319 t 18085 19284 20319 t 20241 20336 19536 t 19284 20241 19536 t 18542 18940 20336 t 20241 18542 20336 t 19979 19516 18940 t 18542 19979 18940 t 18088 19785 19516 t 19979 18088 19516 t 17529 17234 17539 t 19785 18088 19186 t 11563 19278 19265 t 32354 19013 25032 t 2816 11678 15240 t 18309 18383 18308 t 18324 19083 19082 t 17883 17964 24131 t 23169 22837 12371 t 17884 17883 17812 t 17813 17884 17812 t 17964 18040 17963 t 17884 17965 17883 t 18041 18040 17964 t 17965 18041 17964 t 18118 18041 18119 t 18041 18118 18040 t 16599 16682 16681 t 16220 17592 15964 t 18278 18277 21324 t 18197 21324 18277 t 18353 18352 18277 t 18278 18353 18277 t 18425 18424 18352 t 18353 18425 18352 t 18500 18499 18424 t 18425 18500 18424 t 18581 18580 18499 t 18500 18581 18499 t 18581 18654 18580 t 18654 18734 18733 t 18580 18654 18733 t 18734 18815 18814 t 18733 18734 18814 t 18815 18901 18900 t 18814 18815 18900 t 18901 18984 18983 t 18900 18901 18983 t 24543 30329 19067 t 18983 18984 19066 t 30554 30677 19152 t 19151 19150 30434 t 19239 19319 19318 t 19238 19239 19318 t 19319 19402 19401 t 19318 19319 19401 t 19402 19488 19487 t 19401 19402 19487 t 19488 19577 19576 t 19487 19488 19576 t 19577 19663 19662 t 19576 19577 19662 t 19663 19752 19751 t 19662 19663 19751 t 19836 19835 19751 t 19752 19836 19751 t 19836 19928 19927 t 19835 19836 19927 t 19928 20017 20016 t 19927 19928 20016 t 20017 20107 20106 t 20016 20017 20106 t 20107 20198 20197 t 20106 20107 20197 t 20198 20291 20290 t 20197 20198 20290 t 20291 20385 20384 t 20290 20291 20384 t 20385 20481 20480 t 20384 20385 20480 t 20481 20574 20573 t 20480 20481 20573 t 20574 20669 20668 t 20573 20574 20668 t 20669 20764 20763 t 20668 20669 20763 t 20764 20857 20856 t 20763 20764 20856 t 20857 20944 20943 t 20856 20857 20943 t 20944 21033 21032 t 20943 20944 21032 t 21033 13938 13937 t 21032 21033 13937 t 12745 11243 13937 t 13938 12745 13937 t 13549 13547 11243 t 12745 13549 11243 t 13380 13715 13547 t 13549 13380 13547 t 10589 15252 13715 t 13380 10589 13715 t 12454 18113 15252 t 10589 12454 15252 t 12586 12501 18113 t 12454 12586 18113 t 15248 15249 12501 t 12586 15248 12501 t 3427 11596 15249 t 15248 3427 15249 t 3427 4056 11596 t 13500 11454 4056 t 5927 11181 11454 t 13500 5927 11454 t 18333 18014 11181 t 5927 18333 11181 t 14851 13611 18014 t 18333 14851 18014 t 23504 21982 21559 t 29029 29120 29028 t 21982 21295 21296 t 22718 22031 19475 t 23398 12066 22859 t 23265 21045 21231 t 21479 22185 21093 t 21093 21478 22872 t 12756 5979 25817 t 8422 1031 1831 t 12756 8422 1831 t 1031 4968 11658 t 1831 1031 11658 t 14986 14987 11658 t 4968 14986 11658 t 14986 3528 12666 t 14987 14986 12666 t 20926 20838 12666 t 3528 20926 12666 t 17875 17773 20838 t 20926 17875 20838 t 11986 20789 17773 t 17875 11986 17773 t 18009 18007 20789 t 11986 18009 20789 t 28255 28254 28192 t 18009 18662 18007 t 20997 19434 19439 t 18662 19439 18621 t 22934 3188 23055 t 21581 21583 21072 t 21611 21208 22016 t 277 15260 15404 t 22831 21335 21072 t 11569 11151 20526 t 20620 11569 20526 t 12416 18614 11151 t 11569 12416 11151 t 20884 20794 18614 t 12416 20884 18614 t 3548 14079 20794 t 20884 3548 20794 t 13477 20325 14079 t 3548 13477 14079 t 14330 11452 20325 t 13477 14330 20325 t 9182 12669 11452 t 14330 9182 11452 t 13142 9702 12669 t 9182 13142 12669 t 19110 19108 9702 t 13142 19110 9702 t 19110 20330 19108 t 18685 19623 20330 t 14578 13712 19623 t 18685 14578 19623 t 15842 15843 17969 t 15312 13092 15311 t 12096 12266 19369 t 18761 18844 18760 t 18085 21545 13669 t 16993 13666 17929 t 20897 18085 13669 t 19427 20897 13669 t 19283 19284 18085 t 20897 19283 18085 t 18776 20241 19284 t 19283 18776 19284 t 18158 18542 20241 t 18776 18158 20241 t 2952 19979 18542 t 18158 2952 18542 t 14190 14189 23338 t 19979 2952 18088 t 20414 20430 12674 t 18363 16621 19112 t 20323 12588 11897 t 14069 14072 909 t 19359 17479 18079 t 3315 14740 14877 t 18094 18173 22087 t 17885 17884 17813 t 17814 17885 17813 t 17966 17965 17884 t 17885 17966 17884 t 18042 18041 17965 t 17966 18042 17965 t 18042 18119 18041 t 6084 26589 23819 t 31630 19411 19327 t 18279 18278 18198 t 18354 18353 18278 t 18279 18354 18278 t 18426 18425 18353 t 18354 18426 18353 t 18501 18500 18425 t 18426 18501 18425 t 18582 18581 18500 t 18501 18582 18500 t 18655 18654 18581 t 18582 18655 18581 t 18655 18735 18734 t 18654 18655 18734 t 18735 18816 18815 t 18734 18735 18815 t 18816 18902 18901 t 18815 18816 18901 t 18902 18985 18984 t 18901 18902 18984 t 28080 28081 28135 t 20553 20552 20458 t 26571 32051 26572 t 19240 19320 19319 t 19152 30676 19238 t 19320 19403 19402 t 19319 19320 19402 t 19403 19489 19488 t 19402 19403 19488 t 19489 19578 19577 t 19488 19489 19577 t 19578 19664 19663 t 19577 19578 19663 t 19664 19753 19752 t 19663 19664 19752 t 19753 19837 19836 t 19752 19753 19836 t 19837 19929 19928 t 19836 19837 19928 t 19929 20018 20017 t 19928 19929 20017 t 20018 20108 20107 t 20017 20018 20107 t 20108 20199 20198 t 20107 20108 20198 t 20199 20292 20291 t 20198 20199 20291 t 20292 20386 20385 t 20291 20292 20385 t 20386 20482 20481 t 20385 20386 20481 t 20482 20575 20574 t 20481 20482 20574 t 20575 20670 20669 t 20574 20575 20669 t 20670 20765 20764 t 20669 20670 20764 t 20858 20857 20764 t 20765 20858 20764 t 20858 20945 20944 t 20857 20858 20944 t 20945 20619 21033 t 20944 20945 21033 t 20619 14064 13938 t 21033 20619 13938 t 14064 3072 12745 t 13938 14064 12745 t 13661 13549 12745 t 3072 13661 12745 t 13490 13380 13549 t 13661 13490 13549 t 6255 10589 13380 t 13490 6255 13380 t 11400 12454 10589 t 6255 11400 10589 t 12502 12586 12454 t 11400 12502 12454 t 14843 15248 12586 t 12502 14843 12586 t 14587 3427 15248 t 14843 14587 15248 t 234 4056 3427 t 14587 234 3427 t 13499 13500 4056 t 234 13499 4056 t 7580 5927 13500 t 13499 7580 13500 t 18406 18333 5927 t 7580 18406 5927 t 13501 14851 18333 t 18406 13501 18333 t 28081 28136 28135 t 9180 1634 18749 t 2353 14063 27697 t 1634 21013 14063 t 14063 21013 11988 t 21013 32 11988 t 8678 11988 32 t 32 12084 8678 t 8422 26462 8678 t 12084 927 8422 t 8678 12084 8422 t 927 11906 1031 t 8422 927 1031 t 11906 921 4968 t 1031 11906 4968 t 13132 14986 4968 t 921 13132 4968 t 13132 3428 3528 t 14986 13132 3528 t 21016 20926 3528 t 3428 21016 3528 t 2219 17875 20926 t 21016 2219 20926 t 11665 11986 17875 t 2219 11665 17875 t 18011 18009 11986 t 11665 18011 11986 t 18665 18662 18009 t 18011 18665 18009 t 19448 19439 18662 t 18665 19448 18662 t 19448 20997 19439 t 18330 20632 16393 t 23386 23385 22888 t 20620 20526 277 t 23385 19228 22888 t 18536 12416 11569 t 10564 18536 11569 t 14453 20884 12416 t 18536 14453 12416 t 13442 3548 20884 t 14453 13442 20884 t 11644 13477 3548 t 13442 11644 3548 t 11644 17957 14330 t 13477 11644 14330 t 8552 9182 14330 t 17957 8552 14330 t 19600 13142 9182 t 8552 19600 9182 t 19027 19110 13142 t 19600 19027 13142 t 20235 20330 19110 t 19027 20235 19110 t 17970 18685 20330 t 20235 17970 20330 t 19255 14578 18685 t 17970 19255 18685 t 12873 15258 12887 t 29852 29851 29763 t 20430 12096 12674 t 18379 18454 18378 t 22287 13814 13813 t 17978 19093 19427 t 20523 20897 19427 t 19093 20523 19427 t 18247 19283 20897 t 20523 18247 20897 t 18546 18776 19283 t 18247 18546 19283 t 18546 17923 18158 t 18776 18546 18158 t 17923 17294 2952 t 18158 17923 2952 t 16521 18682 16437 t 14312 14311 14190 t 18362 18363 19111 t 18231 18311 18230 t 15841 17885 15754 t 14322 20696 20512 t 14335 12004 66 t 1038 16335 80 t 15926 16012 16011 t 18597 18668 16429 t 15841 17968 17967 t 17967 17966 17885 t 13183 19255 15064 t 18043 18042 17966 t 17967 18043 17966 t 18120 18119 18042 t 18043 18120 18042 t 19936 20025 20024 t 18280 18279 18199 t 31906 31978 25416 t 18355 18354 18279 t 18280 18355 18279 t 18427 18426 18354 t 18355 18427 18354 t 18502 18501 18426 t 18427 18502 18426 t 18583 18582 18501 t 18502 18583 18501 t 18656 18655 18582 t 18583 18656 18582 t 18656 18736 18735 t 18655 18656 18735 t 18736 18817 18816 t 18735 18736 18816 t 18817 18903 18902 t 18816 18817 18902 t 18986 18987 30441 t 18902 18903 18985 t 20458 20363 20364 t 23679 23678 23617 t 30676 19240 19239 t 19321 19320 30920 t 19320 19321 19403 t 19404 19490 19489 t 19403 19404 19489 t 19490 19579 19578 t 19489 19490 19578 t 19579 19665 19664 t 19578 19579 19664 t 19665 19754 19753 t 19664 19665 19753 t 19754 19838 19837 t 19753 19754 19837 t 19838 19930 19929 t 19837 19838 19929 t 19930 20019 20018 t 19929 19930 20018 t 20019 20109 20108 t 20018 20019 20108 t 20109 20200 20199 t 20108 20109 20199 t 20200 20293 20292 t 20199 20200 20292 t 20293 20387 20386 t 20292 20293 20386 t 20387 20483 20482 t 20386 20387 20482 t 20483 20576 20575 t 20482 20483 20575 t 20576 20671 20670 t 20575 20576 20670 t 20671 20766 20765 t 20670 20671 20765 t 20859 20858 20765 t 20766 20859 20765 t 20946 20945 20858 t 20859 20946 20858 t 20946 3930 20619 t 20945 20946 20619 t 3930 14192 14064 t 20619 3930 14064 t 14192 7069 3072 t 14064 14192 3072 t 7069 13781 13661 t 3072 7069 13661 t 13601 13490 13661 t 13781 13601 13661 t 11242 6255 13490 t 13601 11242 13490 t 18193 11400 6255 t 11242 18193 6255 t 12753 12502 11400 t 18193 12753 11400 t 12414 14843 12502 t 12753 12414 12502 t 14586 14587 14843 t 12414 14586 14843 t 5487 234 14587 t 14586 5487 14587 t 13387 13499 234 t 5487 13387 234 t 7763 7580 13499 t 13387 7763 13499 t 18550 18406 7580 t 7763 18550 7580 t 14714 13501 18406 t 18550 14714 18406 t 14714 3060 9180 t 13501 14714 9180 t 3060 20900 1634 t 9180 3060 1634 t 20900 21014 21013 t 1634 20900 21013 t 21014 4042 32 t 21013 21014 32 t 4042 12072 12084 t 32 4042 12084 t 12072 12118 927 t 12084 12072 927 t 12118 11905 11906 t 927 12118 11906 t 12457 921 11906 t 11905 12457 11906 t 1167 13132 921 t 12457 1167 921 t 13132 1167 3428 t 19441 2219 21016 t 10406 11665 2219 t 19441 10406 2219 t 18012 18011 11665 t 10406 18012 11665 t 18831 18665 18011 t 18012 18831 18011 t 19505 19448 18665 t 18831 19505 18665 t 13520 20997 19448 t 19505 13520 19448 t 11152 21015 20997 t 13520 11152 20997 t 20713 20632 21015 t 11152 20713 21015 t 32310 8887 32359 t 20713 12073 20632 t 19008 18536 10564 t 12073 19008 10564 t 14201 14453 18536 t 19008 14201 18536 t 12668 13442 14453 t 14201 12668 14453 t 12668 20978 11644 t 13442 12668 11644 t 20978 19960 17957 t 11644 20978 17957 t 11561 8552 17957 t 19960 11561 17957 t 20697 19600 8552 t 11561 20697 8552 t 19197 19027 19600 t 20697 19197 19600 t 18076 20235 19027 t 19197 18076 19027 t 18509 17970 20235 t 18076 18509 20235 t 26818 31280 19325 t 18413 15257 14659 t 18065 18064 17990 t 16687 18842 18843 t 16603 15963 18006 t 26017 26149 26016 t 18397 19093 17979 t 28622 28621 28539 t 13825 20523 19093 t 18397 13825 19093 t 18328 18247 20523 t 13825 18328 20523 t 18328 18321 18546 t 18247 18328 18546 t 18321 20245 17923 t 18546 18321 17923 t 17915 27502 27567 t 17923 20245 17294 t 19198 12508 17831 t 18231 18232 18311 t 12420 12333 12253 t 14072 14455 909 t 12330 12420 12253 t 811 20606 20514 t 19096 19106 20414 t 18145 18225 18144 t 12676 10085 12329 t 15842 17969 17968 t 3315 14739 14740 t 18044 18043 17967 t 17968 18044 17967 t 18121 18120 18043 t 18044 18121 18043 t 18201 18200 18120 t 18121 18201 18120 t 18281 18280 18200 t 18201 18281 18200 t 18356 18355 18280 t 18281 18356 18280 t 18428 18427 18355 t 18356 18428 18355 t 18503 18502 18427 t 18428 18503 18427 t 18584 18583 18502 t 18503 18584 18502 t 18657 18656 18583 t 18584 18657 18583 t 18657 18737 18736 t 18656 18657 18736 t 18737 18818 18817 t 18736 18737 18817 t 18818 18904 18903 t 18817 18818 18903 t 18987 18905 18988 t 18903 18904 18986 t 27922 27921 27867 t 20656 6147 20561 t 20087 19998 20088 t 25647 25646 25531 t 25532 25647 25531 t 23828 23923 23492 t 15404 15260 17023 t 19405 31042 31159 t 31042 19404 19403 t 19491 19580 19579 t 19490 19491 19579 t 19580 19666 19665 t 19579 19580 19665 t 19666 19755 19754 t 19665 19666 19754 t 19755 19839 19838 t 19754 19755 19838 t 19839 19931 19930 t 19838 19839 19930 t 19931 20020 20019 t 19930 19931 20019 t 20020 20110 20109 t 20019 20020 20109 t 20110 20201 20200 t 20109 20110 20200 t 20201 20294 20293 t 20200 20201 20293 t 20294 20388 20387 t 20293 20294 20387 t 20388 20484 20483 t 20387 20388 20483 t 20484 20577 20576 t 20483 20484 20576 t 20577 20672 20671 t 20576 20577 20671 t 20672 20767 20766 t 20671 20672 20766 t 20860 20859 20766 t 20767 20860 20766 t 20947 20946 20859 t 20860 20947 20859 t 13145 3930 20946 t 20947 13145 20946 t 13145 14577 14192 t 3930 13145 14192 t 14577 1992 7069 t 14192 14577 7069 t 1992 12372 13781 t 7069 1992 13781 t 13714 13601 13781 t 12372 13714 13781 t 3497 11242 13601 t 13714 3497 13601 t 10329 18193 11242 t 3497 10329 11242 t 6790 12753 18193 t 10329 6790 18193 t 3624 12414 12753 t 6790 3624 12753 t 14713 14586 12414 t 3624 14713 12414 t 14713 5487 14586 t 13386 13387 5487 t 9049 7763 13387 t 13386 9049 13387 t 20747 18550 7763 t 9049 20747 7763 t 20747 14715 14714 t 18550 20747 14714 t 14715 8267 3060 t 14714 14715 3060 t 8267 14204 20900 t 3060 8267 20900 t 14204 20924 21014 t 20900 14204 21014 t 20924 11129 4042 t 21014 20924 4042 t 11129 11901 12072 t 4042 11129 12072 t 11901 8244 12118 t 12072 11901 12118 t 8244 11823 11905 t 12118 8244 11905 t 605 12457 11905 t 11823 605 11905 t 605 1167 12457 t 1167 11320 3428 t 14021 21016 3428 t 11320 14021 3428 t 17774 19441 21016 t 14021 17774 21016 t 12504 10406 19441 t 17774 12504 19441 t 18046 18012 10406 t 12504 18046 10406 t 18832 18831 18012 t 18046 18832 18012 t 19506 19505 18831 t 18832 19506 18831 t 4665 13520 19505 t 19506 4665 19505 t 12678 11152 13520 t 4665 12678 13520 t 20726 20713 11152 t 12678 20726 11152 t 2947 12073 20713 t 20726 2947 20713 t 17973 19008 12073 t 2947 17973 12073 t 10242 14201 19008 t 17973 10242 19008 t 11837 12668 14201 t 10242 11837 14201 t 11837 20889 20978 t 12668 11837 20978 t 19961 19960 20978 t 20889 19961 20978 t 11646 11561 19960 t 19961 11646 19960 t 20971 20697 11561 t 11646 20971 11561 t 19028 19197 20697 t 20971 19028 20697 t 20145 18076 19197 t 19028 20145 19197 t 18413 18509 18076 t 20145 18413 18076 t 14659 15257 4905 t 26149 26277 26148 t 20785 20784 20689 t 21656 27719 23478 t 11078 20537 19097 t 28540 28622 28539 t 19093 17978 17979 t 17819 13825 18397 t 19344 17819 18397 t 18327 18328 13825 t 17819 18327 13825 t 18327 20045 18321 t 18328 18327 18321 t 15928 16013 16012 t 18321 20045 20245 t 16687 18843 16688 t 17936 17858 12747 t 18151 18231 18230 t 18070 18071 18150 t 23472 21588 22763 t 17853 17886 18314 t 25770 25895 25769 t 19178 19264 12503 t 14581 15652 16676 t 15254 103 15282 t 17969 18045 18044 t 17968 17969 18044 t 18122 18121 18044 t 18045 18122 18044 t 18202 18201 18121 t 18122 18202 18121 t 18282 18281 18201 t 18202 18282 18201 t 18357 18356 18281 t 18282 18357 18281 t 18429 18428 18356 t 18357 18429 18356 t 18429 18504 18503 t 18428 18429 18503 t 18504 18585 18584 t 18503 18504 18584 t 18585 18658 18657 t 18584 18585 18657 t 18738 18737 18657 t 18658 18738 18657 t 18819 18818 18737 t 18738 18819 18737 t 18819 18905 18904 t 18818 18819 18904 t 30563 18906 30564 t 18904 18905 18987 t 17964 17883 17965 t 20429 15260 20526 t 25320 25319 25203 t 25204 25320 25203 t 24761 24762 24874 t 24762 24875 24874 t 2972 2971 2843 t 27298 27297 27176 t 19492 19581 19580 t 19491 19492 19580 t 19581 19667 19666 t 19580 19581 19666 t 19582 19668 19667 t 19666 19667 19755 t 19756 19840 19839 t 19755 19756 19839 t 19840 19932 19931 t 19839 19840 19931 t 19932 20021 20020 t 19931 19932 20020 t 20021 20111 20110 t 20020 20021 20110 t 20111 20202 20201 t 20110 20111 20201 t 20202 20295 20294 t 20201 20202 20294 t 20295 20389 20388 t 20294 20295 20388 t 20389 20485 20484 t 20388 20389 20484 t 20485 20578 20577 t 20484 20485 20577 t 20578 20673 20672 t 20577 20578 20672 t 20673 20768 20767 t 20672 20673 20767 t 20861 20860 20767 t 20768 20861 20767 t 20948 20947 20860 t 20861 20948 20860 t 4417 13145 20947 t 20948 4417 20947 t 4417 14704 14577 t 13145 4417 14577 t 14704 11260 1992 t 14577 14704 1992 t 11260 13487 12372 t 1992 11260 12372 t 13379 13714 12372 t 13487 13379 12372 t 3742 3497 13714 t 13379 3742 13714 t 6704 10329 3497 t 3742 6704 3497 t 12183 6790 10329 t 6704 12183 10329 t 18334 3624 6790 t 12183 18334 6790 t 14848 14713 3624 t 18334 14848 3624 t 3656 5487 14713 t 14848 3656 14713 t 11788 13386 5487 t 3656 11788 5487 t 5944 9049 13386 t 11788 5944 13386 t 20840 20747 9049 t 5944 20840 9049 t 20840 7169 14715 t 20747 20840 14715 t 7169 10054 8267 t 14715 7169 8267 t 10054 17806 14204 t 8267 10054 14204 t 17806 20252 20924 t 14204 17806 20924 t 20252 11055 11129 t 20924 20252 11129 t 11055 11990 11901 t 11129 11055 11901 t 11990 5477 8244 t 11901 11990 8244 t 11994 11823 8244 t 5477 11994 8244 t 11841 605 11823 t 11994 11841 11823 t 13979 1167 605 t 11841 13979 605 t 13979 12587 11320 t 1167 13979 11320 t 14584 14021 11320 t 12587 14584 11320 t 17954 17774 14021 t 14584 17954 14021 t 2547 12504 17774 t 17954 2547 17774 t 2547 18047 18046 t 12504 2547 18046 t 18047 18833 18832 t 18046 18047 18832 t 19507 19506 18832 t 18833 19507 18832 t 309 4665 19506 t 19507 309 19506 t 18389 12678 4665 t 309 18389 4665 t 20807 20726 12678 t 18389 20807 12678 t 5002 2947 20726 t 20807 5002 20726 t 18387 17973 2947 t 5002 18387 2947 t 13832 10242 17973 t 18387 13832 17973 t 12582 11837 10242 t 13832 12582 10242 t 12582 20515 20889 t 11837 12582 20889 t 20050 19961 20889 t 20515 20050 20889 t 18433 11646 19961 t 20050 18433 19961 t 19974 20971 11646 t 18433 19974 11646 t 19974 19028 20971 t 20054 20145 19028 t 15257 18413 20145 t 20054 15257 20145 t 103 2309 15282 t 3778 17184 30652 t 18245 18246 19004 t 12266 2925 19432 t 18070 15779 18071 t 27476 22494 27475 t 22924 27475 22494 t 18949 17819 19344 t 19092 18949 19344 t 20245 16533 17294 t 17819 18949 18327 t 13244 13078 15063 t 16063 6371 19433 t 13129 18251 17785 t 20509 12266 12096 t 10642 13829 10643 t 13044 13129 17785 t 16770 1732 16681 t 16884 15707 16795 t 18325 19096 18324 t 17969 15923 18045 t 19432 6371 20061 t 12593 14740 14611 t 18071 18151 18150 t 29875 29971 29970 t 15055 4905 15257 t 18123 18122 18045 t 32280 31882 31904 t 18203 18202 18122 t 18123 18203 18122 t 18283 18282 18202 t 18203 18283 18202 t 18358 18357 18282 t 18283 18358 18282 t 18358 18430 18429 t 18357 18358 18429 t 18430 18505 18504 t 18429 18430 18504 t 18505 18586 18585 t 18504 18505 18585 t 18585 18586 18658 t 18739 18738 18658 t 18820 18819 18738 t 18739 18820 18738 t 18820 18906 18905 t 18819 18820 18905 t 18907 30564 18906 t 22167 2472 26061 t 20349 22001 22002 t 25422 25532 25421 t 25422 25421 25319 t 25095 25094 24985 t 24875 24986 24985 t 28466 28543 28465 t 23836 23835 23752 t 19493 19582 19581 t 19492 19491 31277 t 19582 31625 19668 t 19581 19582 19667 t 6140 19069 19153 t 24782 24793 26323 t 19757 19841 19840 t 19755 19667 31624 t 19841 19933 19932 t 19840 19841 19932 t 19933 20022 20021 t 19932 19933 20021 t 20022 20112 20111 t 20021 20022 20111 t 20112 20203 20202 t 20111 20112 20202 t 20203 20296 20295 t 20202 20203 20295 t 20296 20390 20389 t 20295 20296 20389 t 20390 20486 20485 t 20389 20390 20485 t 20486 20579 20578 t 20485 20486 20578 t 20579 20674 20673 t 20578 20579 20673 t 20674 20769 20768 t 20673 20674 20768 t 20862 20861 20768 t 20769 20862 20768 t 20949 20948 20861 t 20862 20949 20861 t 19193 4417 20948 t 20949 19193 20948 t 19193 14318 14704 t 4417 19193 14704 t 14318 10182 11260 t 14704 14318 11260 t 10182 13488 13487 t 11260 10182 13487 t 13896 13379 13487 t 13488 13896 13487 t 14970 3742 13379 t 13896 14970 13379 t 12605 6704 3742 t 14970 12605 3742 t 11031 12183 6704 t 12605 11031 6704 t 11668 18334 12183 t 11031 11668 12183 t 14849 14848 18334 t 11668 14849 18334 t 3625 3656 14848 t 14849 3625 14848 t 9070 11788 3656 t 3625 9070 3656 t 2562 5944 11788 t 9070 2562 11788 t 20928 20840 5944 t 2562 20928 5944 t 20928 12180 7169 t 20840 20928 7169 t 12180 11102 10054 t 7169 12180 10054 t 11102 17805 17806 t 10054 11102 17806 t 17805 18405 20252 t 17806 17805 20252 t 18405 5094 11055 t 20252 18405 11055 t 5094 11652 11990 t 11055 5094 11990 t 11652 9363 5477 t 11990 11652 5477 t 11993 11994 5477 t 9363 11993 5477 t 11670 11841 11994 t 21584 21909 23366 t 15960 19884 30658 t 18336 18409 18408 t 15112 13951 21387 t 21924 15112 21387 t 21237 23292 20060 t 18705 21237 20060 t 13935 13818 19562 t 23490 21893 21854 t 22935 21575 22933 t 26594 21886 2691 t 23588 23045 22367 t 10836 19632 18724 t 13935 23467 14062 t 19336 20880 21881 t 21890 22140 21809 t 21866 22066 22747 t 21095 21866 22747 t 22606 21196 22814 t 23289 21528 22585 t 22935 22933 23472 t 22537 22569 12155 t 21607 22177 21476 t 21077 21343 21076 t 11756 20820 20059 t 5374 1766 932 t 1164 17332 21491 t 11709 11792 11708 t 32098 31887 32130 t 11543 11628 11627 t 31248 6221 6254 t 21109 22929 11543 t 19608 23044 22238 t 31575 31693 31574 t 12858 21670 22990 t 20009 22874 22873 t 13928 13814 13815 t 15258 22989 18781 t 11370 11458 11457 t 14985 13041 13968 t 21994 21820 10766 t 22317 21226 22316 t 19984 22431 21773 t 20071 22604 21550 t 21299 18664 21300 t 23163 23173 18788 t 19060 19913 23091 t 21392 22676 22360 t 21620 22844 22842 t 21392 22360 22359 t 22524 21901 21426 t 22692 23093 11736 t 23443 23314 23568 t 11750 18399 19542 t 22118 11390 22119 t 23172 21828 20554 t 23366 23490 21854 t 21631 22212 21854 t 11075 19392 22918 t 21893 21631 21854 t 22396 23524 22726 t 21903 27593 27587 t 21631 22709 22708 t 13021 32199 32235 t 20368 22703 22211 t 23516 31 4040 t 32102 32295 32018 t 2071 4777 4530 t 17847 18693 370 t 15429 15417 10618 t 22844 21392 21074 t 21145 23003 20224 t 19920 22964 22874 t 18573 21068 21372 t 12843 12820 12831 t 23059 23184 23183 t 19912 23260 23213 t 22455 22456 22266 t 22982 21862 23376 t 23336 23335 23205 t 23215 21750 21927 t 11725 23376 23247 t 22212 21631 22708 t 21750 22195 19208 t 23040 15118 23133 t 22709 21393 23502 t 21980 19736 22137 t 31817 32307 31964 t 21700 21713 22887 t 21897 21509 26083 t 22421 23215 21927 t 22886 21338 22546 t 21927 21750 19208 t 19562 21318 18724 t 11980 12063 11979 t 21318 20822 10836 t 22665 21642 20634 t 22274 21924 21237 t 18631 18705 20822 t 13229 22274 21237 t 13229 21237 18705 t 18631 13229 18705 t 20462 15112 21924 t 22708 22709 23502 t 23318 23319 23446 t 21729 21291 22385 t 22813 22532 22785 t 21895 13281 22124 t 23255 23130 21417 t 19982 21838 20366 t 12820 23241 12832 t 22274 20462 21924 t 23081 23201 23080 t 23607 27819 23608 t 21930 21274 21786 t 22264 27564 25193 t 23369 23241 12820 t 32283 32036 32053 t 19970 21713 21700 t 14448 14449 14575 t 7159 10195 7775 t 22963 22538 12064 t 18339 21265 18338 t 22369 22486 21565 t 22424 21969 18770 t 21299 3189 18084 t 22354 10837 19143 t 21973 10853 23522 t 21803 21983 23015 t 10853 17921 23522 t 21625 22832 20369 t 21383 19208 22429 t 21320 21148 21524 t 22874 22964 22013 t 19226 19564 21236 t 22355 21147 21311 t 21915 21916 18703 t 18785 21439 22743 t 22871 21533 21688 t 18703 18785 22743 t 21881 20880 1973 t 21100 22871 21688 t 21663 20366 21936 t 21237 21924 23292 t 21959 21881 1973 t 22749 22143 21167 t 17419 21696 22605 t 19805 12066 23398 t 21477 21754 23345 t 8634 21935 11002 t 29031 29030 28942 t 23421 11727 23420 t 21120 21337 22259 t 22627 19982 21663 t 21654 21653 22605 t 20366 21236 21936 t 21865 19982 22983 t 98 3188 2839 t 19982 20366 21663 t 30204 6746 6745 t 31579 31697 31578 t 18558 24534 18481 t 26451 20240 19440 t 23370 23498 23369 t 18339 18411 18410 t 31901 31896 31889 t 22340 22341 21042 t 11875 11874 11789 t 20880 21865 1973 t 19982 22627 22983 t 22194 22986 11310 t 23210 22689 19621 t 21969 19909 18770 t 21837 19891 22622 t 21084 21089 21191 t 22598 19372 21108 t 23578 23579 22067 t 23266 22598 21108 t 21269 21930 21786 t 22231 23165 19563 t 19913 19912 23092 t 11875 11789 11790 t 18256 13339 18255 t 3924 22285 1346 t 22949 14703 22950 t 12320 22566 22565 t 22828 22829 22142 t 21439 22871 21100 t 22192 11671 22795 t 19226 19565 21891 t 17999 13899 22599 t 28736 28831 28830 t 23437 23563 23562 t 21194 23170 23145 t 6143 22718 19476 t 23092 21371 21377 t 23325 23451 23450 t 23502 21393 22685 t 22566 13710 21109 t 22565 22566 21109 t 13710 22681 22929 t 4852 13855 523 t 21109 13710 22929 t 21773 22431 22305 t 22887 22914 22048 t 20820 23137 21612 t 29506 29505 29400 t 29904 29905 29998 t 31603 16998 31027 t 22044 10906 21975 t 19347 10742 20273 t 22667 22662 25352 t 22681 22667 22929 t 21668 22155 20441 t 18770 22962 22840 t 14334 15111 18872 t 20461 22139 22871 t 22430 21834 21326 t 32248 32243 32310 t 19913 23092 23091 t 19372 22598 21942 t 21369 23002 21178 t 15243 22231 19563 t 22031 15243 19563 t 20164 3790 20653 t 23395 23520 21829 t 21103 21773 22305 t 14447 14573 14446 t 21283 21457 21451 t 22818 22819 20913 t 22096 22138 22237 t 18415 21638 21767 t 17781 12249 22041 t 19058 23377 18474 t 21688 21533 21959 t 21924 21387 23292 t 21130 20557 22387 t 23249 21943 8683 t 21395 21915 18869 t 23390 21362 22506 t 22116 11480 22118 t 21607 21424 22177 t 23492 22663 21856 t 10640 19822 10714 t 22809 21500 22489 t 21062 22252 10618 t 21841 22986 22194 t 23478 27719 22886 t 23563 23564 22135 t 21192 21322 23489 t 26462 8422 12756 t 19202 22594 21148 t 19202 23479 22594 t 23398 22859 22600 t 21154 21502 21372 t 22832 22404 22788 t 13932 13817 13818 t 11155 22464 22585 t 27950 28002 27949 t 23293 19396 12039 t 22114 21452 20273 t 21964 22114 20273 t 18170 18951 21463 t 32238 22114 22222 t 22367 23045 22814 t 524 21932 20164 t 21560 21418 19912 t 22600 22859 15579 t 22596 23513 19058 t 21142 23253 21918 t 22859 21231 15579 t 22153 22430 21326 t 23045 22606 22814 t 22032 21552 21553 t 23511 21928 21826 t 21942 21369 21178 t 21347 10765 23525 t 11336 11252 31804 t 25524 23109 21132 t 23106 19744 18419 t 21429 23106 18419 t 22312 19363 23124 t 19141 22971 22575 t 21322 21069 20350 t 18785 18704 21439 t 23464 23015 23463 t 10714 23511 21826 t 18408 21699 18336 t 11310 23385 22687 t 21145 21839 21916 t 23063 23188 23187 t 26571 26572 25824 t 21589 21620 22842 t 21277 20166 20072 t 22316 22595 22737 t 23085 23096 23513 t 22536 22093 22092 t 27761 22753 21321 t 24675 25469 7372 t 22667 22666 22929 t 30052 30051 29956 t 13519 13518 13408 t 20528 20622 21495 t 32360 26398 32222 t 21044 23503 19565 t 18893 18975 21836 t 21943 23129 22598 t 22459 22460 22792 t 12250 21964 10742 t 19442 10713 22449 t 13941 22690 11001 t 23465 23464 23336 t 23015 22019 19826 t 22195 21783 19208 t 31987 31894 32088 t 22115 22117 22019 t 12250 22222 21964 t 18199 18200 18280 t 29854 29853 29765 t 23293 12125 12124 t 17818 16403 16089 t 10276 18995 13711 t 31805 31804 31692 t 32237 32202 32347 t 636 637 232 t 13901 4855 4717 t 23110 21120 23390 t 12214 12213 21254 t 5737 223 492 t 23202 23333 23201 t 10854 23222 19371 t 23473 21734 22031 t 21940 23268 18480 t 20239 23169 12371 t 14334 18872 22837 t 17820 20462 22274 t 22728 17820 22274 t 23470 19909 21969 t 11395 23470 21969 t 21141 23222 10854 t 19909 23470 22963 t 21912 23047 23048 t 23560 22847 21952 t 21319 21425 22552 t 30838 30837 30716 t 22435 21425 22269 t 23131 22435 22269 t 23117 23118 18109 t 19059 19741 21704 t 31676 31675 31558 t 22223 21200 22973 t 23139 23140 18478 t 19742 23589 23460 t 17921 19804 23522 t 21915 18703 18869 t 18727 22169 18808 t 23037 21581 22984 t 18627 21057 21066 t 22043 21383 22430 t 18199 18279 18198 t 22971 21701 22987 t 14315 23205 23204 t 21088 22040 22038 t 23261 21336 14531 t 23337 23465 23336 t 21323 17826 22893 t 22735 25037 22469 t 25112 19390 22764 t 23291 19821 22291 t 21416 22435 23131 t 18109 21416 23131 t 20462 20635 15112 t 20635 20729 15112 t 20635 21070 22050 t 20729 20635 22050 t 23563 22135 21824 t 10541 22994 21744 t 22829 22255 22142 t 21786 21274 21424 t 21573 21575 22828 t 32212 10099 10594 t 20251 21259 20162 t 10560 27792 27791 t 27794 21334 27795 t 21342 23510 21819 t 23451 23579 23578 t 23187 23188 23310 t 18115 18037 18038 t 19315 10559 23255 t 22205 22247 22171 t 21251 22576 21811 t 19893 11738 23008 t 12328 19999 22572 t 21150 21161 22111 t 23399 22503 23266 t 20806 21141 23225 t 22503 22598 23266 t 21227 23106 19363 t 22581 10540 23484 t 21057 21927 21066 t 21204 18545 21726 t 19228 19310 22892 t 22266 22443 23287 t 21576 21581 22830 t 23564 22537 22135 t 23139 18478 21201 t 19227 22061 23088 t 29073 29168 29072 t 21126 22733 20099 t 22184 23359 22079 t 21279 21342 21819 t 21075 524 12249 t 30097 30198 30197 t 18871 4274 21194 t 22251 3911 22719 t 21291 21303 19057 t 20369 22832 22788 t 22937 23058 23057 t 22246 21431 20459 t 3450 23544 23543 t 21380 22628 18952 t 21066 21383 22043 t 22021 22041 22151 t 20653 22543 22041 t 23057 23182 23181 t 18556 18557 18775 t 11148 23286 22714 t 12126 12125 12039 t 28391 28467 28390 t 21075 12249 17781 t 23172 23393 21828 t 22031 19563 19475 t 21068 19343 21483 t 18174 18255 18254 t 21916 21839 18785 t 22630 22064 21246 t 23565 23566 22569 t 23564 23565 22537 t 22136 21415 21161 t 19806 19893 23008 t 23247 23376 21250 t 21307 23489 21776 t 11899 11393 22115 t 25343 25337 22572 t 19396 12041 12040 t 22538 12150 23050 t 23202 23203 23333 t 23459 23458 23332 t 22569 21527 22251 t 11054 19456 10471 t 23588 23587 23458 t 21969 22424 20554 t 10779 21354 21524 t 22596 18474 23083 t 22706 21243 22210 t 22178 11958 19396 t 17413 12449 2591 t 106 8870 22095 t 10241 8551 12025 t 21932 20367 22130 t 524 20164 12249 t 19063 21075 17781 t 23008 11738 21723 t 22415 22419 23523 t 23260 21477 23214 t 21223 21942 21333 t 22969 21902 22078 t 21304 21057 22748 t 1356 17998 22748 t 21383 22429 22430 t 3790 22408 22543 t 20653 3790 22543 t 28571 28572 28652 t 3796 19394 8955 t 17779 22190 13815 t 22796 22183 21011 t 10581 22521 10580 t 18725 9752 9376 t 22420 22416 21196 t 4059 11983 22150 t 23041 23037 23005 t 22041 4163 22151 t 21117 21043 12320 t 23243 21117 11789 t 21043 22567 22566 t 12320 21043 22566 t 22567 11410 13710 t 22566 22567 13710 t 22682 22681 13710 t 11410 22682 13710 t 22966 21655 22291 t 21531 15109 19632 t 22128 22129 23207 t 21162 22129 22128 t 11725 11724 22982 t 22095 8870 7189 t 21419 22497 18557 t 18553 21118 19037 t 23389 23388 10924 t 17998 1356 22027 t 28404 28478 28477 t 22962 22963 12064 t 21658 21428 22143 t 22482 19738 10640 t 22169 22171 18808 t 22455 22266 22454 t 28986 28895 28896 t 24004 21740 21818 t 22682 22662 22681 t 2240 22721 22720 t 22127 22721 21175 t 23547 11727 23421 t 23129 20967 23002 t 22420 23399 22416 t 21059 21884 21922 t 10711 22984 22265 t 21761 22928 22927 t 17413 2591 2713 t 22506 21477 23260 t 19821 22336 22848 t 21057 18627 22748 t 17998 21304 22748 t 21095 22747 11229 t 22747 21661 21662 t 3790 22027 22408 t 22189 21695 21600 t 21961 21241 22327 t 22995 23123 23364 t 11032 18168 22213 t 29427 15629 31015 t 19970 21155 21713 t 22942 23063 23062 t 21061 22691 22995 t 21415 21162 21161 t 21161 21162 22128 t 21196 20922 22814 t 22702 23101 22701 t 21997 21396 21397 t 22062 23163 23136 t 21744 22369 22049 t 20367 23215 17998 t 21821 21744 22049 t 23208 21428 21658 t 21653 22462 22605 t 23207 23208 21658 t 23132 23252 22404 t 21662 23503 21044 t 23462 19743 23461 t 23036 23172 22993 t 22364 23140 23139 t 23176 23178 21801 t 21115 22184 22079 t 27214 27333 12661 t 22543 22408 11331 t 21848 21915 21395 t 22430 22429 23389 t 22210 22560 12449 t 21338 22919 22920 t 20348 22318 20004 t 18806 22573 21814 t 21814 22573 22136 t 18725 18806 21814 t 22573 21415 22136 t 21948 9480 22045 t 18478 21729 21730 t 22258 22706 22750 t 21431 22843 19229 t 19654 19653 22426 t 11229 22622 21697 t 22580 23209 20366 t 22068 19654 22426 t 21936 11812 19737 t 21838 22580 20366 t 23474 10853 21973 t 22112 22211 22582 t 21275 21833 21832 t 23385 18589 19228 t 22081 22110 23176 t 23178 21960 21801 t 4274 23170 21194 t 22129 23208 23207 t 23081 23080 14448 t 22251 22719 12155 t 23501 22613 21058 t 31455 31576 31454 t 23454 23582 23581 t 21982 15579 21295 t 11005 18168 11032 t 21182 21872 10364 t 21935 14969 11002 t 21428 22889 22143 t 22206 10948 22097 t 21052 21051 21769 t 21238 21075 19063 t 22939 23060 23059 t 23441 23442 23567 t 14229 14103 14104 t 11393 11480 22117 t 23453 23454 23581 t 21414 21410 22694 t 21571 21570 21516 t 12371 22304 11393 t 8309 10617 10472 t 23312 23313 23443 t 23313 23314 23443 t 21418 22506 23260 t 22547 21130 22387 t 22143 22889 22179 t 20059 19397 21096 t 21327 23486 21206 t 21772 21558 22361 t 17999 21848 13899 t 23091 23092 21377 t 22929 11370 11457 t 13977 20345 20440 t 23120 11311 21416 t 26836 19114 23742 t 23220 21861 23134 t 21127 21101 21088 t 21861 21127 23134 t 10405 21727 19478 t 19478 21861 23220 t 23462 23461 23335 t 22497 7189 22060 t 21196 22416 20922 t 21269 21786 21481 t 24890 24780 18575 t 23327 23328 23453 t 22674 22673 22125 t 21035 21082 18254 t 21645 21714 4298 t 22987 21701 21065 t 21831 21832 21800 t 10713 22448 22449 t 29285 29387 29386 t 23473 22031 11150 t 22877 22540 21652 t 23319 23447 23446 t 21338 11075 22919 t 21122 21125 22072 t 22076 23175 23174 t 21931 21932 524 t 23038 21238 19063 t 23184 23307 23306 t 21837 21662 19891 t 23343 26839 22432 t 23332 23458 23331 t 18788 21994 10766 t 22127 21175 22340 t 23101 19147 22701 t 22964 21272 22013 t 20348 22845 22318 t 21783 21587 22381 t 23328 23454 23453 t 21587 23387 23388 t 19743 22314 19742 t 21156 22078 21899 t 22110 23178 23176 t 19207 19121 27150 t 21070 10855 14450 t 30470 30469 30348 t 22588 21781 20465 t 22190 13703 13815 t 8137 13952 21347 t 4530 23284 23283 t 19571 18400 22323 t 23136 18400 19571 t 23134 21127 21088 t 21101 22051 22040 t 18573 10923 22334 t 21332 18573 22334 t 10923 18573 21842 t 18573 21372 21842 t 21842 21372 21503 t 21372 21502 21503 t 21991 18556 22069 t 11727 21216 23546 t 11727 23546 23420 t 22429 22381 23389 t 23491 23468 22400 t 19208 21783 22381 t 23387 21775 22364 t 22381 21587 23388 t 23388 23387 22364 t 22023 22034 23117 t 22364 21775 23140 t 21055 21065 22023 t 23118 21416 18109 t 21130 22599 20557 t 21849 23249 20557 t 18339 18410 21265 t 23367 22744 21991 t 23367 21991 21992 t 19309 23367 21992 t 18004 21931 524 t 21095 11229 22884 t 19564 19226 21810 t 21051 21768 21769 t 11173 11097 31802 t 23115 21336 23261 t 23112 23115 23261 t 22599 21130 22547 t 21983 22115 22019 t 21070 14450 21118 t 22034 23118 23117 t 22050 21070 21118 t 14450 21867 21261 t 21118 14450 21261 t 21867 21326 21275 t 21261 21867 21275 t 22627 18475 21561 t 10836 20822 19632 t 13893 21633 22107 t 22747 21837 11229 t 23175 20556 18807 t 21891 22484 22504 t 23171 1973 21561 t 23121 23136 19571 t 18400 21208 22323 t 1008 22319 902 t 22132 22131 21370 t 23238 20368 22211 t 1008 902 13597 t 22319 21370 902 t 18662 18621 18007 t 21784 21558 21704 t 23176 21801 20556 t 21418 23260 19912 t 23335 23334 23203 t 21560 21577 13783 t 21852 21853 21253 t 15118 21940 11868 t 23203 23202 23082 t 23072 23195 23320 t 23513 22506 19058 t 23513 22596 23084 t 22019 22117 19743 t 21834 21833 21275 t 22941 15374 22942 t 23426 5121 1481 t 19804 21410 21414 t 23373 23418 19235 t 11001 22690 21636 t 12237 26595 12236 t 23437 23438 23563 t 21395 18869 23107 t 23293 19481 19396 t 7775 10472 9376 t 19481 23257 22178 t 19396 19481 22178 t 23257 22958 23243 t 22178 23257 23243 t 22958 13230 21117 t 23243 22958 21117 t 13230 20090 21043 t 21117 13230 21043 t 20090 22568 22567 t 21043 20090 22567 t 3741 23241 23369 t 22130 17998 22027 t 22060 7189 10778 t 22319 22132 21370 t 21332 22334 22131 t 22051 23136 23121 t 23014 21116 18479 t 22057 21959 23171 t 12759 22048 22761 t 23254 21970 21122 t 23525 22256 22371 t 21361 22625 22158 t 11480 22303 22419 t 22599 13899 20557 t 22577 11410 22567 t 22568 22577 22567 t 22553 22682 11410 t 22577 22553 11410 t 22661 22662 22682 t 22553 22661 22682 t 22117 11480 22116 t 23092 23213 21371 t 21485 20256 21041 t 19571 22323 22552 t 22433 22550 18407 t 23174 23175 18807 t 22072 22076 23174 t 1527 5033 4398 t 19371 21997 21397 t 18869 18703 20006 t 22064 21115 22079 t 17016 940 16278 t 22316 22737 21636 t 4971 26084 19010 t 13339 18256 18257 t 20162 19629 19712 t 22319 1008 23248 t 22968 22923 22924 t 21911 22873 22866 t 19479 18647 22972 t 21298 22388 22382 t 22506 21362 21477 t 21558 22428 21704 t 25241 22160 22855 t 23553 11894 21283 t 21832 21722 21800 t 21198 23497 22007 t 22380 22882 21743 t 23346 23475 22192 t 21838 19982 21865 t 30165 30376 30269 t 21697 22622 19336 t 23130 22030 15243 t 18864 21301 8433 t 22187 23165 22231 t 23203 23334 23333 t 22750 22705 22704 t 23259 22750 22704 t 10783 22025 19394 t 22654 21234 22917 t 21337 22813 22259 t 21865 22983 1973 t 25261 22082 25260 t 23425 23426 23551 t 20822 21531 19632 t 21849 21395 22478 t 21533 21881 21959 t 23249 21849 22478 t 18704 20461 21439 t 22596 23083 23084 t 13899 21849 20557 t 23206 23207 22058 t 22546 21338 22920 t 21259 19629 20162 t 22034 22038 23118 t 21932 22130 20164 t 23059 23060 23184 t 15579 21913 21295 t 11149 11074 21151 t 22600 15579 21982 t 23497 22372 22380 t 7106 13783 22602 t 22699 10713 19442 t 19743 22116 22314 t 22323 21208 21611 t 22040 22051 23121 t 18004 524 21075 t 21238 18004 21075 t 18545 18775 10470 t 21125 22076 22072 t 23118 23120 21416 t 22740 22867 21048 t 22303 21363 22419 t 21363 22547 22419 t 21363 22599 22547 t 19790 25468 26823 t 11784 23137 20820 t 21890 21809 19737 t 22604 20071 11756 t 29121 29217 29120 t 21224 21850 20423 t 12664 22550 21035 t 23120 23121 11311 t 23524 19806 22726 t 21362 21754 21477 t 22504 22484 11570 t 18557 21725 18775 t 22894 20184 22113 t 21848 21849 13899 t 18268 22461 23167 t 10384 13018 10326 t 18575 24780 24781 t 22540 22407 21652 t 21965 21806 2691 t 20184 21042 17810 t 21085 23400 23268 t 27473 22923 22795 t 21042 22341 17810 t 22926 21998 6955 t 22594 22878 22754 t 23232 22340 21042 t 22952 23077 23076 t 21418 21560 23377 t 32225 32166 32334 t 13228 2673 631 t 23303 23304 23434 t 21191 21192 23489 t 18409 18486 18485 t 22739 23245 18408 t 12832 12831 12820 t 14413 294 21434 t 21462 21459 23007 t 31559 31676 31558 t 19478 19566 21861 t 22078 21902 21899 t 21828 21969 20554 t 22402 23495 22401 t 17254 2033 1917 t 23495 23491 22401 t 22884 21697 21722 t 11285 11286 22460 t 2561 23515 8067 t 22396 22288 22881 t 14969 10663 11002 t 10924 21201 22066 t 21775 18479 18478 t 20164 22130 3790 t 18198 18278 21324 t 18479 21728 22967 t 23140 21775 18478 t 5953 22987 21055 t 18478 18479 22967 t 22575 22987 5953 t 21065 22034 22023 t 21812 22575 5953 t 22987 21065 21055 t 11229 21837 22622 t 11032 22213 10922 t 18589 19310 19228 t 12661 27333 12741 t 21811 22576 21062 t 24594 13602 14206 t 22107 21289 21288 t 23201 23332 23331 t 20441 20367 21932 t 21931 20441 21932 t 21992 21991 22069 t 21229 19393 18973 t 18474 23377 19148 t 22563 22467 22531 t 22921 21232 27345 t 22625 8634 21512 t 23476 23477 18492 t 22532 22479 20540 t 11311 22552 22435 t 22259 22813 22785 t 23245 22550 12664 t 18953 17999 22599 t 21767 21638 21766 t 10852 21668 21851 t 30836 30960 30959 t 21526 21579 21882 t 20557 23249 8683 t 23208 23217 21428 t 22811 21311 18268 t 21801 21960 22549 t 21555 23497 21198 t 22111 23206 23178 t 21159 21150 21136 t 21150 22111 22110 t 23382 21159 21136 t 1111 9376 9752 t 10472 19480 22573 t 21424 21554 21263 t 8683 21943 22598 t 21523 21320 21524 t 19631 11032 10922 t 21095 23141 21833 t 21326 21834 21275 t 21834 21095 21833 t 21095 22884 23141 t 23902 21757 21758 t 31820 31877 32114 t 12873 12886 12872 t 10671 32204 32366 t 10742 10273 12250 t 21457 21458 21667 t 21912 19526 23047 t 11784 20071 17808 t 23561 21905 22847 t 21776 23349 23350 t 22847 21905 21323 t 4279 2333 5366 t 21348 21398 18692 t 22309 12124 12123 t 23562 23563 21824 t 21109 11627 22565 t 5254 276 9644 t 21483 21154 21372 t 4784 4783 23548 t 11949 12622 19893 t 22132 21332 22131 t 7106 22602 11395 t 21377 23048 27728 t 23096 23390 23513 t 3075 20746 14466 t 18806 10472 22573 t 31440 31559 31439 t 23214 23345 19526 t 22309 23296 23293 t 17808 24866 17115 t 23296 18572 19481 t 23293 23296 19481 t 21661 22581 23484 t 18572 21721 23257 t 19481 18572 23257 t 23336 23464 23335 t 21721 18707 22958 t 23257 21721 22958 t 22725 13230 22958 t 18707 22725 22958 t 23393 22961 22033 t 19394 22025 8955 t 21165 22141 22129 t 21303 19141 19057 t 13963 13365 13157 t 23447 23574 23573 t 21244 11814 21433 t 22687 23386 21587 t 23386 22888 21775 t 18556 18775 18545 t 22069 18556 18545 t 10470 21229 18973 t 18775 21229 10470 t 21813 22574 23254 t 19393 22574 21813 t 18973 19393 21813 t 21970 21125 21122 t 23383 22727 19309 t 22574 21970 23254 t 15579 21231 21913 t 22292 22727 23383 t 21577 19913 19060 t 22832 22611 22404 t 22259 22785 21362 t 23249 22478 20010 t 31207 31206 31090 t 21943 20010 20967 t 17589 19355 19254 t 12124 12125 12216 t 11480 22419 11390 t 23130 22182 22030 t 23525 21605 22256 t 22419 22547 23523 t 21281 8312 8735 t 20052 21948 18191 t 22648 10810 10658 t 19343 21068 19568 t 22884 11229 21697 t 23569 22368 22162 t 21107 20090 13230 t 22725 21107 13230 t 22450 22568 20090 t 20136 20635 20462 t 809 810 918 t 22622 21838 21865 t 10799 10659 22403 t 23572 23573 21139 t 21360 21659 18418 t 23065 23066 23189 t 21335 21074 22250 t 23391 21360 18418 t 21215 19145 22065 t 21144 22894 21698 t 18873 21582 17826 t 22758 22970 19230 t 13157 21590 21645 t 17826 21582 11750 t 22083 25370 25477 t 23203 14316 23204 t 21107 22450 20090 t 14449 23080 23200 t 23379 22577 22568 t 23390 21120 21362 t 22915 22927 20009 t 23228 21228 22804 t 22151 4163 20822 t 4163 18631 20822 t 11480 11390 22118 t 20006 22743 11057 t 21088 21101 22040 t 19480 23374 21415 t 23500 21126 20099 t 22573 19480 21415 t 22450 23379 22568 t 22554 22553 22577 t 23379 22554 22577 t 28001 28053 28000 t 22660 22661 22553 t 22554 22660 22553 t 21484 23385 11310 t 22855 22660 22976 t 22660 22855 22661 t 22460 10639 22792 t 11324 21085 22003 t 22007 22380 21743 t 21991 21995 18556 t 22882 10541 13270 t 21162 21165 22129 t 23461 19742 23460 t 21642 21724 20634 t 22141 23217 23208 t 31919 32026 32232 t 22270 21156 21082 t 19483 21753 19146 t 8137 21347 21085 t 23387 23386 21775 t 22888 23014 21775 t 21783 21049 21587 t 23386 23387 21587 t 21286 21049 21783 t 22195 21286 21783 t 21945 21286 22195 t 21750 21945 22195 t 22583 23215 20367 t 20441 22583 20367 t 22583 21945 21750 t 23215 22583 21750 t 21514 22292 23383 t 21049 22687 21587 t 21503 22292 21514 t 22727 23367 19309 t 15879 21384 15434 t 21069 21845 23347 t 21136 21150 22110 t 23036 22993 21873 t 23216 22282 20255 t 22182 21090 19477 t 19336 22622 20880 t 11701 21092 23495 t 23114 21578 21047 t 23098 23114 21047 t 21789 22307 22022 t 21577 21560 19913 t 15109 11899 21983 t 22382 23373 23372 t 29947 30043 29946 t 20367 17998 22130 t 19032 23742 19114 t 32142 32279 17001 t 21678 2708 11937 t 12609 12120 11082 t 21836 22427 21505 t 21139 18613 21557 t 18613 21555 21557 t 23189 23314 23313 t 26955 17290 18948 t 18418 21659 23232 t 22765 21144 21698 t 22359 21144 22765 t 19145 22758 19230 t 31322 31321 31206 t 22126 19631 18399 t 21323 18873 17826 t 21273 21655 22966 t 21376 18248 22374 t 23342 19632 21983 t 22124 22675 22234 t 22381 23388 23389 t 22117 22116 19743 t 30004 30099 30003 t 19310 22766 22892 t 5853 23392 11150 t 21105 27716 22016 t 294 21488 21434 t 22229 23088 11657 t 18473 20806 23225 t 23374 21165 21162 t 20822 18705 21531 t 21415 23374 21162 t 29984 29983 29891 t 20071 11784 11756 t 13629 21171 13745 t 23008 21723 21419 t 23422 635 634 t 1665 1564 23179 t 8535 3581 8534 t 21723 22095 22497 t 10743 7057 10673 t 19363 23106 23124 t 21419 21723 22497 t 22129 22141 23208 t 14450 23100 21867 t 22833 22168 20001 t 22485 25367 19077 t 19567 22916 22917 t 21729 22967 21291 t 21011 22306 21773 t 19392 19567 22917 t 20557 8683 22387 t 10540 20000 20089 t 23056 23057 23181 t 23305 23306 23436 t 22880 21484 11310 t 21733 19391 21090 t 19060 23091 23090 t 23090 23091 12150 t 23255 21091 23130 t 18701 18780 21404 t 22411 18475 22182 t 22021 22151 19458 t 22150 8137 11324 t 18475 22627 21733 t 21775 23014 18479 t 21728 21727 10405 t 21116 21727 21728 t 18479 21116 21728 t 30352 30472 30351 t 23100 23356 21867 t 30838 31091 30837 t 22458 22459 22499 t 18489 22504 11570 t 16206 31611 15994 t 21728 10405 21303 t 23096 23110 23390 t 21348 5615 141 t 18692 370 18693 t 13018 10384 12272 t 23506 19231 23098 t 22954 19231 23506 t 10493 13106 13202 t 22823 22947 22946 t 23497 22380 22007 t 23445 23446 23572 t 11536 21529 11535 t 15237 23066 23065 t 22339 22340 23232 t 17780 22359 22765 t 21589 22842 22831 t 22758 22485 22970 t 23458 23457 23331 t 21582 22126 11750 t 23560 23561 22847 t 21183 21669 21376 t 21366 21307 23016 t 21610 21836 21505 t 22967 21728 21303 t 10405 19478 19141 t 22282 21653 20255 t 19826 22019 19743 t 22058 22749 22144 t 21960 22058 22144 t 22336 22337 22848 t 21322 21529 21069 t 14190 23338 23337 t 22111 22128 23206 t 3188 23056 23055 t 10765 19289 21605 t 20967 19363 23002 t 11370 11371 11458 t 21136 22110 22081 t 32100 32263 32253 t 18953 18872 17999 t 21125 21136 22081 t 23234 23516 12358 t 20224 23003 21848 t 17781 22041 22021 t 2561 23234 12358 t 32249 31968 32113 t 21484 18589 23385 t 22118 22119 22314 t 20094 21277 19744 t 21291 19057 18570 t 21464 21463 21412 t 18570 19057 21812 t 22385 21291 18570 t 19057 22575 21812 t 27325 32061 31988 t 22622 21865 20880 t 21800 19336 21881 t 11074 21142 21918 t 23589 22314 23045 t 23188 23311 23310 t 6337 9523 32196 t 22916 22655 22654 t 13597 14466 17779 t 21066 19208 21383 t 23484 20089 21251 t 23503 23484 21251 t 21661 23484 23503 t 21662 21661 23503 t 21837 22747 21662 t 30717 30838 30716 t 22631 4274 18871 t 18336 21699 18335 t 26947 20811 19105 t 3541 1481 5121 t 23426 23295 5121 t 28938 29026 28937 t 22081 23176 23175 t 10851 1111 9752 t 23199 23200 23330 t 19208 22381 22429 t 23162 2000 4170 t 22917 22916 22654 t 23552 21283 18943 t 30471 30349 30350 t 12292 14150 12209 t 18647 21168 23221 t 23484 10540 20089 t 22421 21304 17998 t 21970 23382 21125 t 11865 11864 11782 t 12211 21972 12212 t 21845 11451 23347 t 22942 15374 15373 t 21255 22331 22309 t 21254 21255 22309 t 22331 23297 23296 t 22309 22331 23296 t 23330 23200 23456 t 23456 23585 23584 t 21780 21787 22932 t 22059 21787 21780 t 22932 22954 23506 t 19231 23114 23098 t 23071 23072 23320 t 23195 23322 23321 t 23573 18613 21139 t 23317 23318 23445 t 15238 15237 23065 t 22339 22127 22340 t 21420 21360 23391 t 21583 21589 22831 t 22842 21074 21335 t 30137 30138 30244 t 21905 18873 21323 t 23056 23181 23055 t 22974 22491 22975 t 21902 22154 21899 t 23385 23386 22687 t 22696 22697 23011 t 23468 23419 22398 t 11073 20347 13465 t 22282 23087 22462 t 2333 4279 282 t 32034 10725 12773 t 31948 31959 31934 t 20093 22834 20092 t 635 23422 636 t 13894 14015 13893 t 13952 10928 10765 t 1766 21953 932 t 19648 18646 3552 t 18866 26955 18948 t 30487 30486 30366 t 21048 21054 22018 t 15111 20224 18872 t 23504 22600 21982 t 10981 22350 17933 t 21678 11937 26438 t 31208 31323 31207 t 22020 23115 23112 t 22953 14449 23079 t 2482 22467 27745 t 22052 11497 12607 t 22265 23472 21140 t 7189 10851 10778 t 22294 22551 19120 t 30041 30042 30137 t 23297 18477 18572 t 22268 22032 21553 t 23296 23297 18572 t 22925 21721 18572 t 18477 22925 18572 t 1973 22983 21561 t 21927 21057 21304 t 22714 23286 22715 t 22093 22803 14203 t 15434 21384 18417 t 13814 17779 13815 t 30356 30355 30248 t 23461 23460 23334 t 13597 3075 14466 t 21251 20089 22576 t 20089 22849 22576 t 11052 10979 11053 t 22576 22849 22252 t 22116 22118 22314 t 21186 11736 22471 t 21815 19394 3796 t 20365 19652 23926 t 30376 30497 30269 t 21235 22330 11205 t 21487 21538 21537 t 21486 21487 21537 t 21538 21591 21590 t 21537 21538 21590 t 21591 21646 21645 t 21590 21591 21645 t 21715 21714 21645 t 21646 21715 21645 t 6275 31674 6276 t 21715 21793 21714 t 32146 31947 901 t 11451 11364 11365 t 21297 21250 21046 t 21164 21163 22745 t 23202 23201 23081 t 23524 22396 22597 t 13941 22483 22690 t 22626 19483 21202 t 18478 22967 21729 t 23111 21337 23110 t 22200 18707 21721 t 22627 21663 21733 t 22925 22200 21721 t 21212 22725 18707 t 22200 21212 18707 t 23585 22094 23344 t 23584 23585 23344 t 21919 22059 17782 t 21660 21871 21239 t 19312 22059 21780 t 21787 22954 22932 t 23320 23195 23321 t 23448 23576 23575 t 23321 23322 23448 t 23446 23573 23572 t 23193 23318 23317 t 21471 21420 23391 t 22480 21420 21471 t 22831 22842 21335 t 21074 22359 22250 t 15879 21059 16351 t 21608 21215 22592 t 23181 23304 23303 t 21092 21089 23468 t 23491 21092 23468 t 18494 20185 22745 t 23223 18473 23225 t 10853 23225 17921 t 23225 19541 17921 t 13281 22123 22124 t 19827 23097 23010 t 3053 22239 13835 t 22239 20460 13835 t 21950 9851 10782 t 22177 18649 23250 t 19289 22487 22257 t 19482 21551 21552 t 21605 19289 22257 t 22455 22454 11477 t 22422 21108 12065 t 2033 17254 2147 t 21929 17880 23381 t 12215 12123 12124 t 20227 20226 20972 t 23588 23589 23045 t 14466 23038 22190 t 13554 11405 8433 t 22288 22856 22727 t 14721 21495 21494 t 18039 18117 18116 t 23309 23440 23439 t 22462 10559 19315 t 23491 23495 21092 t 18975 19144 22427 t 22094 22444 22221 t 23049 23050 12150 t 21149 21107 22725 t 21753 21778 19146 t 21212 21149 22725 t 22451 22450 21107 t 21149 22451 21107 t 21060 23379 22450 t 22451 21060 22450 t 21995 18557 18556 t 21462 21268 21459 t 12885 12871 12872 t 13951 15111 14334 t 23344 22094 22221 t 23247 21250 21297 t 23108 20005 20094 t 17589 21438 21491 t 23003 21145 21916 t 22444 21564 22221 t 22849 22740 22252 t 22679 22753 22806 t 18407 22550 23245 t 23295 1896 1777 t 32295 32005 27398 t 30618 30617 30496 t 21434 21488 21487 t 28918 29008 29007 t 21488 21539 21538 t 21487 21488 21538 t 21539 21592 21591 t 21538 21539 21591 t 21592 21647 21646 t 21591 21592 21646 t 21716 21715 21646 t 21647 21716 21646 t 21794 21793 21715 t 21716 21794 21715 t 21875 21874 21793 t 21794 21875 21793 t 21723 11738 15 t 21875 21953 21874 t 22177 23250 21476 t 21998 22196 6955 t 23172 21264 22993 t 21318 10836 18724 t 22555 22554 23379 t 21060 22555 23379 t 22659 22660 22554 t 22459 22792 22499 t 18115 21324 18197 t 23074 23324 23196 t 21919 17782 21967 t 15664 27595 21694 t 21888 21967 26458 t 22059 19312 17782 t 21099 21892 21618 t 23576 21099 21602 t 23575 23576 21602 t 23068 23069 23192 t 22944 23069 23068 t 23192 23193 23317 t 23318 23446 23445 t 22386 22480 21471 t 21374 22480 22386 t 21698 22894 22113 t 19145 19230 22065 t 22397 21608 23166 t 23055 23181 23303 t 23304 23435 23434 t 23319 23320 23447 t 23225 10854 19541 t 23011 22745 21710 t 21963 23011 21710 t 23131 22269 22833 t 13465 22239 3053 t 21458 13465 3053 t 22424 18770 21187 t 29629 29723 29628 t 22423 19482 22044 t 22257 22487 11072 t 19372 21497 12065 t 23380 21929 23381 t 21929 21512 17880 t 21852 22423 21853 t 19482 22032 22044 t 14703 22826 14836 t 12832 23241 23240 t 1564 1665 421 t 11643 11642 11558 t 21277 22601 20166 t 21839 18704 18785 t 17786 23235 22858 t 21474 21523 21354 t 9053 8637 10956 t 18085 20319 21545 t 10587 32020 32132 t 21320 21366 19202 t 18570 21812 23219 t 10519 19010 26084 t 23129 23002 21369 t 22936 23057 23056 t 21564 22670 22539 t 22598 23129 21369 t 22555 22659 22554 t 22669 22107 21288 t 22977 22976 22659 t 22659 22976 22660 t 22043 22153 23356 t 22221 21564 22539 t 22630 21246 21156 t 21172 18115 21534 t 22842 22844 21074 t 11981 21346 22539 t 22670 11981 22539 t 21339 21417 21734 t 21704 19741 19740 t 21493 11328 21346 t 3541 1480 1481 t 21449 26144 21448 t 29851 29945 29762 t 22115 11393 22117 t 22857 22601 20005 t 10851 21168 18647 t 2826 492 14796 t 21490 21489 15129 t 12120 10488 31994 t 10488 12120 12609 t 21489 21540 21539 t 21488 21489 21539 t 21540 21593 21592 t 21539 21540 21592 t 21593 21648 21647 t 21592 21593 21647 t 21648 21717 21716 t 21647 21648 21716 t 21717 21795 21794 t 21716 21717 21794 t 21876 21875 21794 t 21795 21876 21794 t 21954 21953 21875 t 21876 21954 21875 t 12320 11790 11789 t 21954 22052 21953 t 11981 21493 21346 t 22585 11148 22714 t 22051 22062 23136 t 21743 22882 13270 t 10541 21744 21821 t 21531 20060 15109 t 23292 23169 20239 t 22750 23259 21047 t 21231 21071 21913 t 21578 22750 21047 t 32138 32206 32278 t 15 106 22095 t 22615 21604 12506 t 19313 23267 22434 t 21602 21099 21618 t 22373 22615 12506 t 21892 22615 22373 t 21618 21892 22373 t 23450 23451 23578 t 20071 21603 17708 t 23069 23193 23192 t 23314 23570 23569 t 11656 21896 13281 t 23570 11656 22368 t 23569 23570 22368 t 22172 21374 22386 t 21623 21624 22860 t 22343 22344 22113 t 21215 22065 22592 t 21791 22397 18402 t 11750 22126 18399 t 19631 10922 21513 t 21432 21685 23359 t 10854 19371 19541 t 21163 21505 21772 t 13271 22120 23256 t 19649 19737 21732 t 1481 23428 23427 t 23352 21422 21914 t 21045 23352 21914 t 20554 22424 23505 t 22628 22579 20843 t 22237 22236 19969 t 23138 22751 21209 t 10742 19347 10512 t 21108 19372 12065 t 21942 21223 21497 t 6344 15661 20810 t 22484 21062 10712 t 22996 23360 21856 t 9284 8169 1754 t 4059 4058 11983 t 18943 21451 10928 t 21826 21928 21774 t 23373 19235 21354 t 21227 23108 20094 t 18872 20224 17999 t 22416 22422 20922 t 21839 22050 18553 t 10497 11178 5374 t 18266 18343 18342 t 23016 23350 23479 t 23350 22457 22456 t 3786 1 2113 t 21938 22046 21930 t 4040 3557 23516 t 11958 12041 19396 t 22038 23120 23118 t 21494 21546 2574 t 18262 18263 18339 t 11558 11559 21862 t 21493 21222 23127 t 23064 23189 23312 t 19562 18724 13935 t 23134 21088 21086 t 21529 11536 21845 t 29573 29669 29468 t 22161 9202 10383 t 6337 8649 12176 t 22857 23216 20255 t 21360 21950 21659 t 23182 23183 23305 t 23251 21784 22746 t 23429 1481 1480 t 20276 22857 20005 t 21416 11311 22435 t 1777 5121 23295 t 23567 18892 11077 t 21853 22044 21975 t 23438 23564 23563 t 22575 22971 22987 t 29035 19872 26706 t 11328 21493 23127 t 21490 21541 21540 t 21489 21490 21540 t 21541 21594 21593 t 21540 21541 21593 t 21594 21649 21648 t 21593 21594 21648 t 21718 21717 21648 t 21649 21718 21648 t 21796 21795 21717 t 21718 21796 21717 t 21877 21876 21795 t 21796 21877 21795 t 21955 21954 21876 t 21877 21955 21876 t 21955 22053 22052 t 21954 21955 22052 t 19605 32203 18626 t 15497 15582 15496 t 21222 21285 21146 t 22704 12449 22703 t 12876 14930 14796 t 22825 22826 22949 t 23222 21997 19371 t 21898 23036 21873 t 23005 23037 10711 t 20910 23010 22964 t 31 23516 9480 t 22802 22621 22608 t 19920 20910 22964 t 21039 22802 22608 t 14966 22944 15103 t 21949 21841 21179 t 21034 21084 22014 t 15102 14966 15103 t 22368 11656 13281 t 22098 21606 22123 t 21896 21355 22123 t 13281 21896 22123 t 21624 22861 22860 t 21230 23496 21535 t 22861 21374 22172 t 22860 22861 22172 t 22688 22561 22344 t 22343 22688 22344 t 21608 22592 23166 t 10982 21791 21226 t 18399 19631 21513 t 10922 22384 22612 t 12123 12215 12214 t 22623 21432 22184 t 29264 29263 29167 t 18552 13271 23256 t 21040 13271 18552 t 22434 22495 21166 t 21959 1973 23171 t 21707 9967 20277 t 29589 29588 29486 t 22032 19482 21552 t 22607 22608 21470 t 21863 21873 22992 t 22993 21264 21846 t 11057 21138 23216 t 21358 13300 13299 t 19372 21942 21497 t 2817 12000 10790 t 15421 24225 21520 t 21609 21610 21164 t 21565 23549 23520 t 20554 23505 21846 t 11982 18943 10928 t 21451 10999 10765 t 23372 23373 21354 t 6955 21443 21190 t 22351 22814 22670 t 22857 11057 23216 t 19656 22536 22092 t 21615 11657 23941 t 22402 11782 11699 t 31922 32098 31857 t 23012 21946 22548 t 22846 22609 21228 t 1759 8341 22548 t 22805 22618 22804 t 22791 22679 11148 t 21614 23089 22273 t 21528 22791 11148 t 22664 21501 21555 t 23127 21222 21146 t 21068 21483 21372 t 30351 30471 30350 t 22440 22655 26964 t 1482 13554 21300 t 23170 22049 23263 t 18492 21133 22922 t 31806 31038 31805 t 4267 3660 157 t 22970 22169 18727 t 4058 23425 23551 t 22601 22857 20255 t 23207 21658 22058 t 21812 5953 22867 t 22785 22532 20540 t 2678 20052 2299 t 23426 23553 23552 t 28898 28987 28897 t 17820 20136 20462 t 20350 21069 23348 t 23215 22421 17998 t 23345 22968 19526 t 28028 28029 28081 t 30139 30138 30042 t 21491 21542 21541 t 21490 21491 21541 t 21542 21595 21594 t 21541 21542 21594 t 21650 21649 21594 t 21595 21650 21594 t 21719 21718 21649 t 21650 21719 21649 t 21797 21796 21718 t 21719 21797 21718 t 21878 21877 21796 t 21797 21878 21796 t 21878 21956 21955 t 21877 21878 21955 t 21956 22054 22053 t 21955 21956 22053 t 14061 13934 13935 t 27717 15938 21611 t 28808 28898 28807 t 30888 31012 6171 t 22617 22618 27765 t 31822 12620 27205 t 22480 22591 21420 t 20278 22694 21707 t 22507 22636 22635 t 22389 22507 10216 t 19207 22759 19121 t 25035 25036 19207 t 21010 21078 18786 t 22621 21273 6278 t 21901 21010 18786 t 21078 21077 18786 t 21901 18786 21379 t 21426 21901 21379 t 21355 22098 22123 t 21426 21379 21606 t 22098 21426 21606 t 21781 23504 20466 t 21230 21535 21804 t 23496 21624 21623 t 23341 23496 21623 t 22853 22974 22561 t 22853 21473 22974 t 22688 22853 22561 t 21473 22491 22974 t 22397 23166 18402 t 10982 21226 22317 t 21513 10922 22612 t 21685 21686 23898 t 21115 21083 22184 t 10620 21852 21253 t 21283 11894 21457 t 20347 21040 18552 t 23556 21040 20347 t 13465 18552 22239 t 23427 23554 23553 t 22883 22887 12759 t 21551 22272 21096 t 22992 22993 21846 t 20256 20348 19916 t 21682 19983 11655 t 17419 22271 21696 t 14203 631 10790 t 23581 23582 19648 t 21225 22418 22284 t 12413 18780 1112 t 22483 11000 22690 t 22579 22260 20843 t 22848 10084 19717 t 21314 19825 22290 t 22085 18341 18342 t 18341 22085 18340 t 22803 13228 631 t 18335 21699 13339 t 32226 32338 32137 t 21354 21523 21524 t 12666 12334 12859 t 15693 15779 15692 t 29532 29633 29531 t 22058 21658 22749 t 22255 21421 22228 t 21252 21759 22969 t 22879 21777 10982 t 22064 22079 21926 t 21252 22969 21926 t 21246 22064 21926 t 13817 13816 13704 t 9752 21168 10851 t 23523 22547 22387 t 31848 32059 31840 t 21250 11475 22180 t 27730 22683 23050 t 22669 13895 13894 t 20001 22168 23476 t 22814 20922 22670 t 17811 22787 22786 t 23363 17811 22786 t 22304 21363 22303 t 21226 18402 22595 t 21201 18478 21730 t 22479 23475 23346 t 22866 22873 21579 t 23053 22961 23393 t 20240 23369 23498 t 12317 12408 12316 t 21438 21492 21491 t 7210 18191 276 t 21543 21542 21491 t 21492 21543 21491 t 21596 21595 21542 t 21543 21596 21542 t 21651 21650 21595 t 21543 26452 21596 t 21720 21719 21650 t 21596 21651 21595 t 21798 21797 21719 t 21720 21798 21719 t 21879 21878 21797 t 21798 21879 21797 t 21957 21956 21878 t 21879 21957 21878 t 21957 22055 22054 t 21956 21957 22054 t 22055 22165 22164 t 22054 22055 22164 t 22165 22277 22276 t 22164 22165 22276 t 22277 22390 22389 t 22276 22277 22389 t 22390 22508 22507 t 22389 22390 22507 t 22508 22637 22636 t 22507 22508 22636 t 10906 22044 22268 t 10616 24465 24574 t 1341 21469 21781 t 10779 21524 21475 t 11949 19893 19806 t 22638 25090 22637 t 23548 22150 23001 t 23177 23514 21755 t 23504 21244 20466 t 32159 31859 32362 t 21805 21230 21804 t 10738 7598 10882 t 22548 2673 23012 t 23496 23341 21535 t 22313 22006 22491 t 22791 21321 22679 t 21473 22313 22491 t 30717 30716 30590 t 21394 22738 22680 t 21394 22680 11000 t 22738 10982 22317 t 21791 18402 21226 t 22612 22384 11001 t 11001 21636 20558 t 21432 23359 22184 t 22629 21819 21115 t 27067 20100 27194 t 21946 22846 1759 t 23555 23556 20347 t 23430 23556 23555 t 22239 18552 20460 t 20460 19718 19457 t 22112 23238 22211 t 21044 19565 19226 t 19290 11001 19828 t 18271 21756 22306 t 21375 22579 22628 t 25710 21617 22757 t 18892 21444 21504 t 8735 19343 19568 t 12123 21254 22309 t 21470 6278 9851 t 18552 23256 20460 t 23194 23319 23318 t 22866 21579 21526 t 21114 21293 26082 t 20278 21707 20277 t 21640 23094 9967 t 26185 20148 19792 t 22402 11699 23495 t 19230 22970 18727 t 2338 9692 12788 t 32096 32047 31886 t 23941 11657 23088 t 11422 2817 2673 t 8421 7688 12740 t 21147 11149 21151 t 22087 18173 21899 t 10765 10999 19289 t 22433 20099 22630 t 21193 20190 20843 t 21667 3053 11312 t 23233 22201 21183 t 21303 10405 19141 t 21734 23473 21339 t 23006 10560 22170 t 19478 23220 22971 t 19141 19478 22971 t 3665 5722 21373 t 21950 10782 21659 t 22284 22699 22698 t 10765 21605 23525 t 18555 22097 18628 t 22338 22109 22794 t 18630 22206 18555 t 26837 22787 26960 t 22067 21500 22809 t 22304 22303 11480 t 12063 26217 26342 t 23459 23460 23588 t 23002 19363 22312 t 23220 23134 21701 t 27475 22924 22923 t 28382 28540 28462 t 28192 28191 28134 t 21756 19984 22306 t 21544 21543 21492 t 28135 28192 28134 t 21597 21543 21544 t 21544 21545 17180 t 21391 21087 21343 t 21078 21391 21343 t 21087 21975 21988 t 21975 22046 21988 t 21975 10906 10905 t 21185 21979 10711 t 6188 21612 21860 t 24040 24142 10404 t 22046 21975 10905 t 22056 22055 21957 t 32148 32013 32220 t 22056 22166 22165 t 22055 22056 22165 t 22166 22278 22277 t 22165 22166 22277 t 22277 22278 22390 t 22509 22508 22390 t 22638 22637 22508 t 22509 22638 22508 t 2597 21804 22186 t 22639 22770 22769 t 21535 22586 22186 t 23062 23187 23186 t 21330 25337 21806 t 22940 22941 23061 t 21379 22578 22675 t 22937 1279 22938 t 22457 22458 21241 t 18482 21126 18483 t 22150 11983 8137 t 11005 22672 18168 t 22830 21421 22255 t 17922 22238 21971 t 18168 17922 21971 t 22760 10781 11000 t 22483 22760 11000 t 10781 21394 11000 t 22738 22317 22680 t 21278 21327 22722 t 22737 22722 20558 t 21636 22737 20558 t 21083 22623 22184 t 21279 21819 22629 t 22694 22695 21976 t 16082 16912 4184 t 23429 23430 23555 t 23299 23430 23429 t 21554 21317 21312 t 10906 22268 19232 t 19621 25948 23210 t 23376 21862 21250 t 24706 20886 23749 t 18402 20093 22595 t 21559 21982 21296 t 22788 19911 21296 t 21998 21316 22022 t 22234 22674 22125 t 18116 21324 18115 t 22123 21606 22124 t 22372 18571 22380 t 21774 21616 21935 t 21905 21824 18873 t 21707 21640 9967 t 22275 22185 23094 t 4971 20810 5623 t 23365 19143 22042 t 22572 25337 21330 t 18419 19983 18346 t 21658 22143 22749 t 18775 21725 21229 t 25193 12845 12321 t 7372 32001 24675 t 21430 22407 22540 t 17997 21430 22540 t 22226 22665 21472 t 22225 22226 21472 t 22827 22822 21568 t 21573 22827 21568 t 25449 21588 22820 t 23851 23759 10290 t 23520 21103 21829 t 23359 21252 22079 t 16491 16403 19697 t 14149 21817 12209 t 13018 13095 10326 t 22565 11627 11709 t 32090 32293 31925 t 8307 2443 8409 t 24157 15555 11855 t 23234 2561 9644 t 22602 21577 19060 t 22698 22699 19442 t 21768 23381 21769 t 22094 22367 22351 t 23129 21943 20967 t 21272 22112 22582 t 21599 21598 22271 t 22605 22462 19315 t 21257 21255 21972 t 21913 20369 21295 t 21742 21257 21972 t 21257 22332 22331 t 21255 21257 22331 t 22332 23298 23297 t 22418 22700 22699 t 21575 21573 22933 t 23472 22933 21588 t 21077 21078 21343 t 21087 21988 21343 t 21927 19208 21066 t 22421 21927 21304 t 1356 20136 17820 t 22027 1356 17820 t 23105 23227 23289 t 21347 23525 23400 t 23363 22786 22656 t 28383 28382 28317 t 23252 22158 23380 t 23221 21128 23382 t 23141 22884 21722 t 22744 21995 21991 t 22655 22916 27218 t 22388 22398 23418 t 2472 22166 22056 t 22166 22167 22278 t 22391 22390 22278 t 22279 22391 22278 t 22391 22510 22509 t 22390 22391 22509 t 22510 22639 22638 t 22509 22510 22638 t 22770 22771 11369 t 22638 22639 22769 t 18417 22205 22169 t 21473 21741 22313 t 22135 22537 18954 t 22970 18417 22169 t 18954 12155 22350 t 12155 22590 22350 t 22350 22590 11005 t 22590 22672 11005 t 22238 22760 22483 t 22672 17922 18168 t 22973 21203 21816 t 21971 22238 22483 t 22973 21816 23471 t 21747 22973 23471 t 21747 23471 22841 t 21203 22068 21816 t 22737 21278 22722 t 20092 21747 22841 t 20092 22841 21327 t 21278 20092 21327 t 32250 32091 31958 t 28432 23842 23946 t 22733 21279 22629 t 21819 21083 21115 t 21835 18893 21836 t 23522 19804 21414 t 22948 22949 23073 t 18984 24543 19067 t 23019 22897 21894 t 21234 27221 22919 t 22283 22689 22897 t 23019 22283 22897 t 2242 20886 22101 t 22283 20886 22689 t 21786 21424 21607 t 23253 19917 21079 t 23252 23380 21245 t 21295 22788 21296 t 22869 21039 22008 t 22008 21039 22607 t 10739 22091 3910 t 31839 27583 17734 t 11475 21250 11474 t 17939 17860 17940 t 19823 21774 8635 t 21616 21617 21935 t 21640 22275 23094 t 22275 23251 21478 t 26525 31940 31853 t 18033 21058 22486 t 22427 22428 21558 t 21505 22427 21558 t 23371 23372 10779 t 21764 22070 22071 t 21126 18484 18483 t 23500 20099 22433 t 22665 21430 17997 t 21472 22665 17997 t 21724 21844 22311 t 20634 21724 22311 t 22533 22353 22463 t 21844 23482 23483 t 22533 23104 22353 t 22347 22533 22463 t 23104 22492 23105 t 22492 22375 23105 t 15881 418 318 t 22947 23072 23071 t 22331 22332 23297 t 21619 18477 23297 t 23298 21619 23297 t 22797 22925 18477 t 22107 13894 13893 t 21200 21203 22973 t 21943 23249 20010 t 22961 19148 7106 t 22174 21294 22988 t 20932 21021 19169 t 21362 22785 21754 t 20010 23108 21227 t 22050 21118 18553 t 21049 11310 22687 t 21619 22797 18477 t 21305 22200 22925 t 22797 21305 22925 t 22837 18872 21363 t 21211 21212 22200 t 22158 21929 23380 t 21082 18173 18254 t 19457 22333 12066 t 21756 21180 19984 t 22363 23904 23903 t 28256 28320 28255 t 4543 17590 4422 t 22613 23501 23095 t 21923 10710 21745 t 23351 22026 22163 t 23095 21923 21745 t 20004 19915 22163 t 22835 23351 22163 t 22318 21180 19915 t 22026 20004 22163 t 17779 14466 22190 t 20004 22318 19915 t 23109 24006 22710 t 21138 21688 22057 t 22318 22710 21180 t 21655 23291 22291 t 22279 26061 22280 t 22278 22167 22279 t 22392 22511 22510 t 22391 22392 22510 t 22511 22640 22639 t 22510 22511 22639 t 22639 22640 22770 t 19569 21683 22742 t 22485 18417 22970 t 22205 21384 11154 t 26082 21293 25952 t 22171 22247 21037 t 8965 19308 21614 t 18808 22171 19654 t 22247 21614 21037 t 18808 19654 22068 t 21203 18808 22068 t 22375 27758 17335 t 22171 21037 19654 t 22014 21307 21366 t 21620 21623 22844 t 32271 26704 32259 t 21151 21389 22461 t 18482 18481 21279 t 21474 22014 21366 t 21307 21776 23016 t 21492 21438 17979 t 22499 22329 22328 t 21566 21536 22564 t 22229 11657 18975 t 21153 21462 23007 t 23019 21894 13443 t 21894 19861 167 t 22677 23019 13443 t 21290 22677 13443 t 22159 22283 23019 t 22677 22159 23019 t 28027 28028 28079 t 22159 22101 22283 t 22788 22404 21094 t 19911 22788 21094 t 22404 21245 21094 t 21612 13389 20820 t 19397 20059 21859 t 19983 21599 11655 t 22065 19230 21200 t 282 21154 21483 t 22669 21288 21284 t 21361 22872 8635 t 21774 21935 8635 t 22185 22275 21478 t 23251 22746 21580 t 22613 23095 14838 t 22341 22342 17810 t 19144 19059 22428 t 22427 19144 22428 t 22120 22121 22885 t 12776 18473 23223 t 22885 12776 23223 t 22827 21986 22730 t 22822 22827 22730 t 22311 21844 23483 t 23482 22347 22463 t 20811 21496 20715 t 22938 23059 23058 t 21116 177 21727 t 21752 22927 22915 t 20166 21654 21598 t 177 21726 21727 t 22505 22101 22159 t 21373 282 21483 t 21305 21211 22200 t 8735 19568 21281 t 21211 21149 21212 t 22452 22451 21149 t 11127 21235 11205 t 18872 18953 21363 t 12984 2004 719 t 22478 23107 23108 t 17997 22540 22877 t 23381 22810 21769 t 28593 10285 10284 t 21180 22432 19984 t 23377 13783 19148 t 21672 21060 22451 t 22452 21672 22451 t 21726 18545 19566 t 22556 22555 21060 t 23204 23335 23203 t 18705 20060 21531 t 14721 20431 20528 t 28831 28918 28917 t 10905 10906 19232 t 21547 23908 21546 t 23035 23280 23161 t 21434 6279 13184 t 27975 27976 28027 t 25453 22518 22516 t 10710 23351 22835 t 21745 10710 22835 t 21516 21570 21515 t 11324 23039 11727 t 22383 22386 21872 t 17807 22199 21276 t 21269 21889 22895 t 21872 21471 21102 t 21770 22308 20167 t 25362 22436 21601 t 20073 22436 20167 t 18873 21666 21582 t 23145 23263 21253 t 6278 21273 22966 t 27765 27766 22617 t 28596 28683 21628 t 22393 22512 22511 t 22392 22393 22511 t 22512 22641 22640 t 22511 22512 22640 t 27977 28029 28028 t 27976 27975 27920 t 32117 32182 32329 t 23181 23182 23304 t 30011 32294 31710 t 28540 28539 28462 t 5626 5627 5745 t 23347 22460 22459 t 21164 21610 21163 t 22468 20749 22524 t 22353 23105 23289 t 22236 21521 21188 t 22048 21911 22866 t 22156 21521 22236 t 22138 22156 22236 t 18611 22877 22751 t 21521 18611 21188 t 22819 22821 20163 t 22544 22156 22138 t 21566 22821 21536 t 20163 22544 22138 t 22821 22544 20163 t 20655 22475 22474 t 22821 22819 21536 t 22474 20560 20655 t 28806 28805 28712 t 20560 21782 21290 t 20655 20560 21290 t 21782 22677 21290 t 22505 22159 22677 t 21782 22505 22677 t 28080 28135 28134 t 17382 18777 17250 t 22702 22701 22582 t 22211 22702 22582 t 21500 22793 22489 t 21296 19911 22686 t 11814 21296 22686 t 22525 22526 22327 t 22199 22669 21284 t 21288 22382 22379 t 21093 23340 23132 t 21479 21093 23132 t 21478 23251 21580 t 22746 19740 19739 t 14316 14445 14444 t 8551 10241 8542 t 11657 22482 19059 t 19144 11657 19059 t 13271 14078 22120 t 22121 12776 22885 t 22934 23055 23054 t 11700 11620 11701 t 21986 22226 22225 t 22730 21986 22225 t 23483 23482 22463 t 23104 23105 22353 t 10540 22385 20000 t 18724 19632 23342 t 21501 22372 23497 t 13365 21537 21590 t 21364 21518 23093 t 23895 21131 22603 t 22712 21364 23093 t 8649 6337 32196 t 18419 19744 19983 t 21672 22556 21060 t 11738 477 15 t 22658 22659 22555 t 22556 22658 22555 t 22977 25238 25239 t 22164 22276 32077 t 21420 22286 21360 t 9644 22045 23234 t 22164 32077 11581 t 23830 23927 19652 t 20094 20005 21277 t 22658 22977 22659 t 23348 23347 22459 t 11814 22686 21871 t 13270 10541 21821 t 21285 22562 21944 t 23259 22704 20368 t 11708 11791 11790 t 23266 21108 22422 t 11790 12320 11708 t 21895 22124 22234 t 24426 21547 21548 t 21495 21547 21494 t 22487 23398 11072 t 14703 22949 22826 t 22137 21468 21519 t 11004 22584 21770 t 22308 20073 20167 t 21681 22584 22197 t 22584 22308 21770 t 21146 21285 21944 t 21712 21933 21944 t 22562 21712 21944 t 21676 21746 21933 t 21712 21676 21933 t 18269 21771 21746 t 21443 21681 11149 t 22584 11004 22197 t 19742 22314 23589 t 21078 21194 21391 t 23069 23070 23193 t 22398 23419 23418 t 26331 24453 24454 t 22392 22280 22281 t 22398 22388 21298 t 24211 26526 31986 t 28081 28029 28136 t 22773 22900 22899 t 22771 22640 22641 t 22900 23022 23021 t 22899 22900 23021 t 23148 23023 23149 t 25681 23147 23148 t 21652 22585 22714 t 20138 21652 22714 t 21188 18611 22751 t 22877 21652 20138 t 22020 22023 23115 t 22751 22877 20138 t 30887 30888 6171 t 23117 18109 21336 t 21917 24101 23997 t 23459 23588 23458 t 2685 22349 2349 t 22854 18974 25934 t 21409 22412 22349 t 18974 10927 2685 t 22475 22413 22474 t 10927 21409 22349 t 23113 22474 22412 t 21409 23113 22412 t 21989 20560 22474 t 23113 21989 22474 t 21989 22077 21782 t 20560 21989 21782 t 22077 18648 21782 t 20445 22505 21782 t 18648 20445 21782 t 22375 17335 23227 t 28713 28806 28620 t 21948 11950 9480 t 22733 22629 22630 t 22512 31977 32327 t 22354 19143 23365 t 21559 21296 11814 t 21244 21559 11814 t 23333 23459 23332 t 21207 21660 21684 t 21133 22546 22921 t 4053 8634 11002 t 21093 22872 21361 t 23340 21093 21361 t 21580 22746 19739 t 10714 21826 19739 t 22154 22087 21899 t 23361 19313 19480 t 23941 24036 21615 t 11657 21615 22482 t 21040 21981 13271 t 14078 22121 22120 t 11077 21504 3911 t 23440 23441 23566 t 23233 21183 22321 t 23567 11077 21527 t 23173 21994 18788 t 21730 22385 10540 t 21389 21151 21242 t 22712 23093 22692 t 21076 21344 21193 t 22233 21134 21345 t 22579 17809 22260 t 21076 21193 22260 t 23567 23568 18892 t 22162 21895 21444 t 19702 21939 21394 t 18892 22162 21444 t 23079 23200 23199 t 3581 4178 13138 t 22153 22043 22430 t 21515 18170 21463 t 21035 22270 21082 t 22601 20255 20166 t 21676 18269 21746 t 18269 22230 21689 t 23087 21870 10559 t 10924 23139 21201 t 22870 22802 21039 t 22690 22316 21636 t 13818 13933 13932 t 25117 2472 22056 t 21653 22282 22462 t 404 405 6966 t 11873 22178 23243 t 21771 18269 21689 t 21548 21496 13279 t 22270 22630 21156 t 21862 11643 11558 t 12845 21670 12858 t 21737 22137 21519 t 26523 19647 19736 t 21190 21443 21147 t 21681 22197 11149 t 21600 21152 21689 t 22230 21600 21689 t 22189 11655 22868 t 21152 21600 21695 t 22588 20465 20559 t 22414 22024 21674 t 11210 25136 11132 t 23228 27767 3209 t 31674 6275 31673 t 19565 21251 21811 t 10301 27951 10302 t 22945 23070 23069 t 28464 28542 28463 t 22393 22394 22512 t 22772 32327 22642 t 22643 22774 22773 t 22642 22643 22773 t 22774 22901 22900 t 22773 22774 22900 t 22901 23023 23022 t 22900 22901 23022 t 23149 23024 23150 t 23022 23023 23148 t 22583 22155 21945 t 23470 23090 22963 t 23036 23046 23172 t 22155 21179 21945 t 23248 13585 8312 t 19718 21973 22333 t 19457 19718 22333 t 21973 23522 23397 t 22333 21973 23397 t 21996 18974 21657 t 22854 21657 18974 t 13701 10927 18974 t 21996 13701 18974 t 19803 21409 10927 t 13701 19803 10927 t 19803 22498 23113 t 21409 19803 23113 t 21217 21989 23113 t 22498 21217 23113 t 21217 21233 22077 t 21989 21217 22077 t 19205 18648 22077 t 21233 19205 22077 t 21966 20445 18648 t 19205 21966 18648 t 28621 28713 28620 t 21907 20445 21908 t 22256 22257 21469 t 23504 21559 21244 t 21469 11072 23504 t 19456 21207 21684 t 12984 13999 21714 t 23477 23478 21133 t 22546 22920 22921 t 22872 19823 8635 t 18611 17997 22877 t 15243 22030 22231 t 22321 22374 23807 t 22344 22345 12369 t 23065 23189 23064 t 11077 18892 21504 t 23431 23557 23556 t 23430 23431 23556 t 23055 23303 23302 t 22798 21686 21432 t 23566 23567 21527 t 22113 22344 12369 t 22561 21802 22345 t 22856 22726 22744 t 8409 2443 2444 t 23712 22692 21131 t 3740 15374 22941 t 20750 21076 22260 t 21344 21345 21193 t 21748 11895 21921 t 11895 21629 21626 t 22863 22865 22009 t 23550 11895 21626 t 22286 21470 21950 t 22008 22607 22591 t 21470 9851 21950 t 1 3786 23035 t 22719 22590 12155 t 22197 21142 11074 t 11809 11724 11725 t 21247 22088 21268 t 19826 19743 23462 t 23579 18554 22067 t 23463 19826 23462 t 11370 22723 11371 t 22726 19806 21634 t 21068 18573 21332 t 19568 21068 21332 t 19568 21332 22132 t 504 403 404 t 21674 22588 20559 t 21535 23341 22586 t 28381 28461 28380 t 4053 18630 21248 t 22314 22119 23045 t 20811 21549 21496 t 18175 18256 18255 t 21866 10924 22066 t 21201 21730 22581 t 22137 19647 21468 t 22941 23062 23061 t 22289 22294 19120 t 22551 22242 22355 t 9967 23094 21625 t 21466 21462 21153 t 22185 21479 22366 t 12506 21604 21868 t 29675 29674 29577 t 21281 19568 22132 t 31323 31441 31322 t 29471 29470 29365 t 22015 19476 19390 t 4835 17132 4959 t 28716 28715 28623 t 28624 28623 28541 t 22514 22644 22643 t 31954 32261 10087 t 22644 22775 22774 t 22643 22644 22774 t 22775 22902 22901 t 22774 22775 22901 t 22902 23024 23023 t 22901 22902 23023 t 24005 22764 21137 t 23023 23024 23149 t 22694 20278 21422 t 21414 22694 21422 t 23397 23522 23352 t 21414 21422 23352 t 12975 23131 22833 t 23522 21414 23352 t 20274 21044 22580 t 22269 21656 22168 t 21657 15578 21996 t 12742 15578 11811 t 21562 21996 15578 t 12742 21562 15578 t 23226 13701 21996 t 21562 23226 21996 t 23226 2942 19803 t 13701 23226 19803 t 2942 21790 22498 t 19803 2942 22498 t 21790 19716 21217 t 22498 21790 21217 t 19716 23521 21233 t 21217 19716 21233 t 21020 19205 21233 t 23521 21020 21233 t 18804 21966 19205 t 21020 18804 19205 t 21908 20445 21966 t 18804 21908 21966 t 21805 21921 21230 t 9202 22161 11160 t 21424 21263 22177 t 21186 22610 22035 t 31089 30958 30959 t 25469 23819 7372 t 23294 424 1896 t 940 17016 836 t 21902 21757 22154 t 32212 10594 32176 t 10617 23361 19480 t 21214 13519 21260 t 22240 22805 22609 t 27763 22618 22753 t 23557 21981 21040 t 23556 23557 21040 t 23303 23434 23433 t 23302 23303 23433 t 21567 22623 21083 t 21157 21567 21083 t 22344 22561 22345 t 22974 22975 21802 t 19702 21394 10781 t 10780 19702 10781 t 11474 21250 11559 t 23286 22240 22715 t 22675 22578 22674 t 22578 17809 22579 t 21629 22865 22863 t 21626 21629 22863 t 21350 21402 21401 t 22859 23265 21231 t 21216 23040 21177 t 23080 14449 14448 t 22185 21478 21093 t 11642 11723 11722 t 27763 22753 27762 t 18948 24868 19032 t 23248 21281 22319 t 21179 21841 22194 t 13703 17781 22021 t 11570 10712 15417 t 11311 19571 22552 t 12876 21486 21537 t 23058 23059 23183 t 22033 7106 11395 t 21890 21810 22140 t 15652 14198 12425 t 23489 20350 21776 t 23637 21864 25031 t 23245 22739 18407 t 22811 19120 21311 t 10696 24369 10621 t 22531 22109 22336 t 20725 21169 20631 t 23094 22185 22366 t 22335 22531 22336 t 21313 21155 22979 t 21272 22582 21951 t 21925 10423 21671 t 22790 21925 21671 t 1798 17063 17157 t 19036 22371 22024 t 1164 21490 15129 t 22930 21968 25112 t 29366 29471 29365 t 19063 17781 13703 t 23009 23167 21058 t 22090 21968 22930 t 21669 23006 21376 t 31108 31107 30977 t 21168 9752 18725 t 22515 22645 22644 t 22513 22514 22643 t 22645 22776 22775 t 22644 22645 22775 t 22776 22903 22902 t 22775 22776 22902 t 22903 23025 23024 t 22902 22903 23024 t 30231 15448 30125 t 23024 23025 23150 t 20423 21851 18004 t 22967 21303 21291 t 20274 22580 21838 t 21851 21931 18004 t 20007 23526 21111 t 21404 21352 18701 t 26213 26340 21907 t 23527 21111 23526 t 23142 12742 20007 t 21111 23142 20007 t 21287 21562 12742 t 23142 21287 12742 t 21287 21019 23226 t 21562 21287 23226 t 21019 22089 2942 t 23226 21019 2942 t 22089 22073 21790 t 2942 22089 21790 t 22073 21267 19716 t 21790 22073 19716 t 21267 23396 23521 t 19716 21267 23521 t 22862 21020 23521 t 23396 22862 23521 t 22997 18804 21020 t 22862 22997 21020 t 20168 21908 18804 t 22997 20168 18804 t 167 13443 21894 t 21321 27760 27761 t 22400 23468 22398 t 11517 10580 10658 t 20072 20166 21598 t 18480 19036 22414 t 22076 22081 23175 t 22497 22060 21725 t 23267 22495 22434 t 22464 23289 22585 t 21785 21694 21601 t 30837 30836 30715 t 21554 21312 21263 t 21091 22411 22182 t 22715 22240 22846 t 22805 22804 22609 t 21981 14078 13271 t 22352 17780 22765 t 3053 13835 11312 t 19909 22963 22962 t 22798 21432 22623 t 21567 22798 22623 t 22561 22974 21802 t 22491 22490 22975 t 18870 10780 10781 t 22760 18870 10781 t 23001 22150 11324 t 5854 22481 22742 t 21375 22578 22579 t 17809 20750 22260 t 22865 22008 22009 t 22009 22008 22591 t 23483 22463 22464 t 11155 23483 22464 t 22582 22701 21951 t 19147 22571 22700 t 21824 21666 18873 t 22701 19147 22700 t 19970 21847 21920 t 21184 19970 21920 t 28084 28085 28139 t 21533 21831 21881 t 24791 3741 20809 t 22927 20910 19920 t 26964 22655 26963 t 22971 23220 21701 t 21629 21637 22865 t 12984 21793 21874 t 4784 23547 23422 t 17822 17850 19527 t 8683 22598 22503 t 19262 10507 14722 t 21858 21830 19149 t 22518 25453 25452 t 22335 22336 19821 t 19233 22335 19821 t 18200 18199 18119 t 20093 20092 21278 t 22013 21272 21951 t 22701 22700 21951 t 11246 21925 22790 t 21500 11246 22790 t 23102 21858 19149 t 21858 22981 22959 t 21830 21858 22959 t 22981 21112 21909 t 17807 21664 14017 t 21643 21742 21817 t 3075 21224 20746 t 22383 21872 21182 t 23165 23164 19563 t 21066 22043 23356 t 9183 22891 8309 t 22515 32084 31833 t 18408 23245 21857 t 22646 22777 22776 t 22645 22646 22776 t 22777 22904 22903 t 22776 22777 22903 t 22904 23026 23025 t 22903 22904 23025 t 23026 23152 23151 t 23025 23026 23151 t 23152 23270 23269 t 30601 30600 30479 t 23270 23402 23401 t 23527 23526 17497 t 23528 23527 23401 t 23402 23528 23401 t 21530 21111 23527 t 23528 21530 23527 t 21530 18726 23142 t 21111 21530 23142 t 18726 21563 21287 t 23142 18726 21287 t 21563 21673 21019 t 21287 21563 21019 t 21673 22297 22089 t 21019 21673 22089 t 22297 22188 22073 t 22089 22297 22073 t 22188 21315 21267 t 22073 22188 21267 t 21315 23264 23396 t 21267 21315 23396 t 23264 22862 23396 t 10857 22997 22862 t 20257 20168 22997 t 10857 20257 22997 t 21897 21908 20168 t 16594 16595 18828 t 20423 18004 21238 t 22833 22269 22168 t 23306 23307 23437 t 21656 22269 15648 t 23209 21044 19226 t 23307 23438 23437 t 14315 14316 14444 t 19565 21811 21891 t 21082 21156 21899 t 20746 20423 21238 t 22983 22627 21561 t 22602 19060 11395 t 22995 22691 23123 t 18037 17960 17961 t 21946 21209 22846 t 22240 22609 22846 t 21708 22363 23903 t 22755 22397 21791 t 29633 29727 29632 t 23089 19227 23088 t 21686 21687 23897 t 22581 21730 10540 t 22541 11736 21186 t 22035 22541 21186 t 23044 18870 22760 t 22238 23044 22760 t 22256 21469 1341 t 23547 23548 23001 t 23107 18869 20276 t 22743 21100 11057 t 21871 21052 21239 t 19916 20348 20004 t 22433 22630 22270 t 21037 22273 19653 t 17721 22446 2714 t 22571 19147 22446 t 21181 11246 21500 t 18554 21181 21500 t 23580 21181 18554 t 23579 23580 18554 t 10308 23485 22295 t 22570 21643 21817 t 21258 21257 21742 t 21643 21258 21742 t 22358 22332 21257 t 21258 22358 21257 t 19226 21891 21810 t 22358 23339 23298 t 22387 22503 23399 t 22387 8683 22503 t 9851 19717 10782 t 21446 18996 16432 t 21994 18807 21820 t 10507 16432 26657 t 9376 18806 18725 t 19233 19821 23291 t 23424 19233 23291 t 21231 21045 21071 t 21264 20554 21846 t 23452 23580 23579 t 23451 23452 23579 t 23326 23452 23451 t 23325 23326 23451 t 22959 22981 21909 t 21112 23494 23490 t 21909 21112 23490 t 21367 21893 23490 t 22332 22358 23298 t 17933 11005 11032 t 21829 22305 10620 t 27878 27877 27830 t 8309 22891 10617 t 21343 21344 21076 t 22046 10905 21930 t 28384 28383 28319 t 20746 21238 23038 t 13389 20059 20820 t 19776 19308 15545 t 22778 22905 22904 t 22777 22778 22904 t 22905 23027 23026 t 22904 22905 23026 t 23027 23153 23152 t 23026 23027 23152 t 23153 23271 23270 t 23152 23153 23270 t 23271 23403 23402 t 23270 23271 23402 t 23529 23528 23402 t 23403 23529 23402 t 21160 21530 23528 t 23529 21160 23528 t 21160 22005 18726 t 21530 21160 18726 t 22005 20539 21563 t 18726 22005 21563 t 20539 23230 21673 t 21563 20539 21673 t 23230 23224 22297 t 21673 23230 22297 t 23224 22476 22188 t 22297 23224 22188 t 21990 21315 22188 t 22476 21990 22188 t 23146 23264 21315 t 21990 23146 21315 t 22198 22862 23264 t 23146 22198 23264 t 23519 10857 22862 t 22198 23519 22862 t 22778 22777 22646 t 23519 20349 10857 t 21512 21248 17880 t 17992 15690 15777 t 20257 21897 20168 t 21209 20138 22715 t 24760 18644 18568 t 22597 22881 21154 t 21127 10636 21101 t 21832 21833 21722 t 1876 19343 8735 t 4059 22150 23548 t 21916 18785 18703 t 19649 21732 19477 t 20729 22010 13951 t 23177 21313 22248 t 23012 23138 21946 t 21209 22715 22846 t 22170 21431 22246 t 18248 22170 22246 t 23089 23088 22229 t 22273 23089 22229 t 23551 18943 11982 t 6993 10326 13095 t 22541 22035 23375 t 22066 21201 22581 t 22686 21051 21052 t 22371 22256 1341 t 21202 19146 21312 t 21753 17291 21778 t 22408 22027 22728 t 22979 25248 25231 t 21037 21614 22273 t 19230 18727 21200 t 3911 22235 22719 t 21446 19091 17847 t 23324 23075 23325 t 23494 21367 23490 t 21367 11228 21631 t 22295 22086 22812 t 21893 21367 21631 t 23298 23339 21619 t 21619 22800 22797 t 21987 21305 22797 t 7189 22497 22095 t 23209 19226 21236 t 23523 22387 23399 t 21801 11585 20556 t 23173 23174 21994 t 20967 20010 21227 t 21313 23177 21752 t 11621 11535 21529 t 23217 12443 21428 t 14591 23424 23291 t 21655 14591 23291 t 22088 18629 21691 t 20277 20463 21071 t 23074 23075 23324 t 23075 23326 23325 t 11228 22839 22709 t 21631 11228 22709 t 22839 23288 21393 t 22709 22839 21393 t 21153 23007 21340 t 22800 21987 22797 t 21987 23051 21211 t 21496 21549 13279 t 21701 21086 21065 t 10617 19480 10472 t 5953 21055 21054 t 22063 22072 23173 t 28559 28560 28640 t 23200 23079 14449 t 11429 22779 22778 t 19308 19776 19227 t 22779 22906 22905 t 22778 22779 22905 t 22906 23028 23027 t 22905 22906 23027 t 23028 23154 23153 t 23027 23028 23153 t 23154 23272 23271 t 23153 23154 23271 t 23404 23403 23271 t 23272 23404 23271 t 23530 23529 23403 t 23404 23530 23403 t 23530 21378 21160 t 23529 23530 21160 t 21378 21703 22005 t 21160 21378 22005 t 21703 11247 20539 t 22005 21703 20539 t 11247 20930 23230 t 20539 11247 23230 t 20930 1972 23224 t 23230 20930 23224 t 23224 1972 22476 t 19206 21990 22476 t 1972 19206 22476 t 23020 23146 21990 t 19206 23020 21990 t 22310 22198 23146 t 23020 22310 23146 t 23394 23519 22198 t 22310 23394 22198 t 20444 20349 23519 t 23394 20444 23519 t 22002 21454 21897 t 20444 22001 20349 t 20003 21454 22002 t 22001 20003 22002 t 20003 21442 21454 t 21766 21765 23362 t 17995 15692 18070 t 19741 10640 19740 t 23362 22071 18411 t 18626 32203 32365 t 8634 8635 21935 t 21699 21857 13339 t 21857 12664 13339 t 13700 19680 23288 t 21765 22071 23362 t 13228 19969 23012 t 23138 21209 21946 t 10560 22843 21431 t 22170 10560 21431 t 22273 22229 18893 t 19653 22273 18893 t 21156 21246 22078 t 23389 10924 21866 t 15105 23067 23066 t 21816 22068 23052 t 14198 15652 14581 t 23442 23443 23567 t 23568 22162 18892 t 19146 21778 19570 t 23368 23371 10637 t 21387 13951 14334 t 22010 21145 15111 t 21011 22183 22306 t 15176 15309 15175 t 22002 21897 20257 t 22369 21565 23520 t 4852 14357 4851 t 22678 23124 21429 t 13041 14985 20531 t 21305 21987 21211 t 18396 21149 21211 t 18419 18346 21429 t 19058 22506 21418 t 19480 19313 23374 t 22524 21426 22098 t 23174 18807 21994 t 21320 19202 21148 t 14470 16912 16555 t 10084 22220 10782 t 19717 10084 10782 t 22621 22756 21273 t 21525 14591 21655 t 23346 22192 22968 t 22950 23075 23074 t 22949 22950 23074 t 23479 23480 22594 t 21284 21288 22379 t 23372 21354 10779 t 21625 22366 22832 t 23051 18396 21211 t 22366 21479 22611 t 2591 12449 22560 t 21165 21166 22141 t 19313 22434 23374 t 22590 22719 22672 t 21121 21122 22063 t 12346 12101 10950 t 21770 19917 23253 t 22647 22780 22779 t 11429 22647 22779 t 22780 22907 22906 t 22779 22780 22906 t 22907 23029 23028 t 22906 22907 23028 t 23029 23155 23154 t 23028 23029 23154 t 23155 23273 23272 t 23154 23155 23272 t 23273 23405 23404 t 23272 23273 23404 t 23405 23531 23530 t 23404 23405 23530 t 23531 22545 21378 t 23530 23531 21378 t 22545 12453 21703 t 21378 22545 21703 t 12453 22439 11247 t 21703 12453 11247 t 22439 20931 20930 t 11247 22439 20930 t 20931 2087 1972 t 20930 20931 1972 t 2087 23354 1972 t 22836 19206 1972 t 23354 22836 1972 t 22898 23020 19206 t 22836 22898 19206 t 21197 22310 23020 t 22898 21197 23020 t 23262 23394 22310 t 21197 23262 22310 t 20443 20444 23394 t 23262 20443 23394 t 22000 22001 20444 t 20443 22000 20444 t 21455 20003 22001 t 22000 21455 22001 t 27644 21442 20003 t 21829 21103 22305 t 18337 18338 21265 t 22803 22237 13228 t 19969 23138 23012 t 22536 20913 22093 t 22096 22237 22803 t 21522 22818 21520 t 20913 22536 22817 t 23899 21760 21685 t 18168 21971 22213 t 21522 21520 22516 t 10922 22213 22384 t 21289 21298 22382 t 22388 23418 23373 t 19653 18893 21835 t 22426 19653 21835 t 22524 20749 21901 t 22068 22426 23052 t 21249 21785 22176 t 22751 20138 21209 t 22944 22945 23069 t 22940 23061 23060 t 23311 23312 23442 t 23443 23568 23567 t 22552 22323 21319 t 22802 18612 22621 t 22756 21525 21273 t 22183 18271 22306 t 22882 22864 10541 t 22819 20163 20913 t 21192 21423 21322 t 25312 25313 31879 t 14316 23203 23082 t 23347 11365 22460 t 18396 22452 21149 t 23500 22433 18407 t 18394 21672 22452 t 22434 21166 21165 t 27823 27871 27822 t 21813 23254 21779 t 23374 22434 21165 t 22086 22148 22241 t 13795 22652 22523 t 1164 21491 21490 t 13933 13818 13934 t 23312 23443 23442 t 21273 21525 21655 t 10084 22338 22220 t 22824 22825 22948 t 18612 22756 22621 t 21777 21791 10982 t 955 954 851 t 21138 22057 22282 t 21582 10981 22126 t 3740 22939 1279 t 11390 22415 22684 t 22557 22556 21672 t 14080 14462 16462 t 22408 22728 11331 t 22520 22649 10658 t 22119 22684 22606 t 22072 23174 23173 t 21122 22072 22063 t 12101 11101 10950 t 20843 20190 10921 t 22647 22648 22780 t 22780 22908 22907 t 22908 23030 23029 t 22907 22908 23029 t 23030 23156 23155 t 23029 23030 23155 t 23274 23273 23155 t 23156 23274 23155 t 23274 23406 23405 t 23273 23274 23405 t 23406 23532 23531 t 23405 23406 23531 t 23532 21050 22545 t 23531 23532 22545 t 21050 13609 12453 t 22545 21050 12453 t 13609 22324 22439 t 12453 13609 22439 t 22324 12016 20931 t 22439 22324 20931 t 12016 23229 2087 t 20931 12016 2087 t 22147 23354 2087 t 23229 22147 2087 t 23168 22836 23354 t 22147 23168 23354 t 21176 22898 22836 t 23168 21176 22836 t 21341 21197 22898 t 21176 21341 22898 t 23144 23262 21197 t 21341 23144 21197 t 21665 20443 23262 t 23144 21665 23262 t 20883 22000 20443 t 21665 20883 20443 t 11391 21455 22000 t 20883 11391 22000 t 20002 20003 21455 t 11391 20002 21455 t 4642 1219 2299 t 21113 20002 21114 t 22093 22096 22803 t 22237 19969 13228 t 20255 21653 21654 t 22288 22396 22856 t 22867 5953 21054 t 19917 19916 21079 t 22023 22020 21054 t 23301 23432 23431 t 16729 16817 1386 t 15111 21145 20224 t 21983 11899 22115 t 22426 21835 21609 t 23052 22426 21609 t 22466 15481 27743 t 21511 22468 22108 t 22407 22311 11155 t 22939 22940 23060 t 23061 23186 23185 t 23064 23312 23311 t 23188 23064 23311 t 12066 23265 22859 t 21811 21062 22484 t 22876 18612 22802 t 22870 22876 22802 t 23307 23308 23438 t 21327 22841 22711 t 22847 21323 12244 t 20460 23474 19718 t 1279 22939 22938 t 22765 21698 20258 t 22819 22818 21522 t 18173 18174 18254 t 18394 22557 21672 t 22657 22658 22556 t 18273 18348 18272 t 22632 10778 19479 t 21166 22161 22141 t 22023 23117 23115 t 21399 21398 21348 t 24346 21545 27451 t 13629 21214 21171 t 21399 21449 21398 t 22430 23389 23258 t 10636 21119 21101 t 22794 18032 14590 t 9967 21625 20463 t 21641 22876 22870 t 21639 21641 22870 t 20558 22722 21206 t 21940 18480 23135 t 14703 14836 14702 t 22761 22866 21526 t 23180 23300 23299 t 12244 21323 22893 t 22557 22657 22556 t 22658 22657 22978 t 21363 18953 22599 t 21980 22137 21737 t 22521 22520 10580 t 10778 18647 19479 t 21779 23254 21121 t 22931 21813 21779 t 10581 22403 22521 t 9480 23234 22045 t 23055 23302 23301 t 22781 22780 22648 t 22649 22781 22648 t 22781 22909 22908 t 22780 22781 22908 t 22909 23031 23030 t 22908 22909 23030 t 23157 23156 23030 t 23031 23157 23030 t 23157 23275 23274 t 23156 23157 23274 t 23275 23407 23406 t 23274 23275 23406 t 23407 23533 23532 t 23406 23407 23532 t 23532 23533 21050 t 21050 13498 13609 t 13498 22325 22324 t 13609 13498 22324 t 22325 19650 12016 t 22324 22325 12016 t 19650 21000 23229 t 12016 19650 23229 t 21000 22147 23229 t 23086 23168 22147 t 22037 21176 23168 t 23086 22037 23168 t 19119 21341 21176 t 22037 19119 21176 t 23018 23144 21341 t 19119 23018 21341 t 23043 21665 23144 t 23018 23043 23144 t 19340 20883 21665 t 23043 19340 21665 t 21456 11391 20883 t 19340 21456 20883 t 19914 20002 11391 t 21456 19914 11391 t 23423 17953 21218 t 19914 21114 20002 t 22818 20913 22817 t 20913 22096 22093 t 21423 21529 21322 t 21286 22194 21049 t 23052 21609 21097 t 21630 23052 21097 t 23486 22711 20275 t 22348 23486 20275 t 19828 21206 22717 t 21396 19828 22717 t 22729 21702 23222 t 21141 22729 23222 t 23222 21702 21997 t 21702 19290 21997 t 22928 19827 20910 t 22563 22838 22467 t 22311 23483 11155 t 23422 23547 23421 t 23060 23061 23185 t 23308 23309 23439 t 22943 23064 23063 t 22942 22943 23063 t 21826 21774 19823 t 22169 22205 22171 t 12328 21641 21639 t 19999 12328 21639 t 23057 23058 23182 t 21722 21697 21800 t 23467 18724 23466 t 18724 23342 21803 t 22893 17826 11750 t 11395 21969 21828 t 11290 11371 22723 t 22830 21072 21421 t 27919 27918 27865 t 21469 23504 21781 t 23350 23349 22457 t 20461 19037 22139 t 21072 22250 22228 t 22021 13704 13703 t 21349 5598 20748 t 21752 21755 22927 t 10926 19999 21637 t 21938 21930 23017 t 21065 21086 22034 t 19313 19394 23267 t 19394 21815 23267 t 21421 21072 22228 t 26144 21449 26012 t 2161 2160 2045 t 22747 22066 21661 t 31223 31222 31106 t 21183 21376 22374 t 21926 22969 22078 t 31806 31805 31693 t 22156 22225 21521 t 18647 23221 22972 t 22306 19984 21773 t 21784 23251 22275 t 23470 19060 23090 t 20334 21884 15879 t 21427 21922 21884 t 22869 22870 21039 t 22964 23010 21272 t 19744 20072 19983 t 22684 21196 22606 t 23206 22058 21960 t 23254 21122 21121 t 18891 18973 22931 t 21337 21120 23110 t 23608 27819 27818 t 22650 22649 22520 t 22521 22650 22520 t 22782 22781 22649 t 22650 22782 22649 t 22782 22910 22909 t 22781 22782 22909 t 23032 23031 22909 t 22910 23032 22909 t 23158 23157 23031 t 23032 23158 23031 t 23158 23276 23275 t 23157 23158 23275 t 23276 23408 23407 t 23275 23276 23407 t 23408 23534 23533 t 23407 23408 23533 t 23533 23534 21050 t 13498 22326 22325 t 22326 19142 19650 t 22325 22326 19650 t 19650 19142 21000 t 22356 22147 21000 t 19142 22356 21000 t 21675 23086 22147 t 22356 21675 22147 t 22036 22037 23086 t 21675 22036 23086 t 19035 19119 22037 t 22036 19035 22037 t 22896 23018 19119 t 19035 22896 19119 t 21947 23043 23018 t 22896 21947 23018 t 13131 19340 23043 t 21947 13131 23043 t 21405 21456 19340 t 13131 21405 19340 t 19824 19914 21456 t 21405 19824 21456 t 23918 23364 23919 t 19824 21293 19914 t 31221 31220 31104 t 22818 22817 21520 t 22194 11310 21049 t 22085 23362 22470 t 22711 21630 21097 t 20275 22711 21097 t 23225 21141 10854 t 21241 22499 22328 t 28830 28831 28917 t 21615 19738 22482 t 24310 21157 23510 t 18481 23517 21342 t 21687 22798 21917 t 18629 18706 21691 t 21536 22819 21522 t 18555 18628 21247 t 22175 21247 21506 t 23440 23566 23565 t 23439 23440 23565 t 23016 21776 23350 t 22933 21573 22820 t 23105 22375 23227 t 21090 19391 19649 t 22377 22379 23368 t 23187 23310 23309 t 23308 23439 23438 t 22063 23173 23163 t 22746 21704 19740 t 21576 21575 22935 t 5598 21349 21400 t 21368 22424 21187 t 21860 23246 6188 t 23010 22112 21272 t 14574 14573 14447 t 21901 18871 21010 t 23333 23332 23201 t 20886 2242 23749 t 21873 27593 21898 t 223 5737 6279 t 22961 7106 22033 t 23197 23328 23327 t 23326 23197 23327 t 21281 23248 8312 t 22946 22947 23071 t 21487 21486 223 t 21848 23003 21915 t 23489 21322 20350 t 10783 19394 19313 t 22054 22164 11581 t 21299 18084 18664 t 23361 10783 19313 t 9982 15418 19204 t 22460 11286 10639 t 31100 31099 30969 t 31685 31686 31797 t 19479 22972 22574 t 21207 21433 21660 t 22604 22272 21551 t 21550 22604 21551 t 22431 22423 21852 t 22305 22431 21852 t 22431 19482 22423 t 23185 23308 23307 t 23568 23569 22162 t 11729 19187 26706 t 22792 22330 22329 t 22843 22965 19229 t 21249 22176 22307 t 23046 23053 23393 t 18725 21814 21128 t 17811 26960 22787 t 21949 22155 21668 t 22110 22111 23178 t 22891 22890 23361 t 23217 22161 10383 t 18973 21813 22931 t 22522 22521 22403 t 21504 22125 22235 t 22651 22650 22521 t 22522 22651 22521 t 22783 22782 22650 t 22651 22783 22650 t 22911 22910 22782 t 22783 22911 22782 t 23033 23032 22910 t 22911 23033 22910 t 23159 23158 23032 t 23033 23159 23032 t 23159 23277 23276 t 23158 23159 23276 t 23277 23409 23408 t 23276 23277 23408 t 23409 23535 23534 t 23408 23409 23534 t 23535 11131 21050 t 23534 23535 21050 t 11131 1630 13498 t 21050 11131 13498 t 1630 22216 22326 t 13498 1630 22326 t 22216 12772 19142 t 22326 22216 19142 t 12772 21219 19142 t 21219 22357 22356 t 19142 21219 22356 t 21158 21675 22356 t 22357 21158 22356 t 23125 22036 21675 t 21158 23125 21675 t 19370 19035 22036 t 23125 19370 22036 t 18691 22896 19035 t 19370 18691 19035 t 21067 21947 22896 t 18691 21067 22896 t 18590 13131 21947 t 21067 18590 21947 t 21302 21405 13131 t 18590 21302 13131 t 20091 19824 21405 t 21302 20091 21405 t 32301 31904 31870 t 20091 22173 19824 t 21835 21836 21610 t 22213 13941 22384 t 4891 2001 3786 t 23054 23301 23300 t 21206 23486 22348 t 22717 21206 22348 t 22282 22057 23087 t 28255 28319 28254 t 21186 22471 22610 t 21623 21620 23290 t 23006 27793 27792 t 22603 22541 23375 t 11983 13952 8137 t 19891 21838 22622 t 21515 21570 21569 t 28735 28736 28830 t 22205 11154 22247 t 11000 22680 22690 t 23566 21527 22569 t 22235 22673 22671 t 23046 23393 23172 t 19392 22917 22918 t 21521 21472 18611 t 22428 19059 21704 t 22604 11756 20059 t 12039 12040 12126 t 22844 22676 21392 t 22162 22368 21895 t 22104 22926 22105 t 7477 3314 32073 t 11001 20558 19828 t 22926 6955 22105 t 22272 20059 21096 t 22407 11155 21652 t 21814 22136 21159 t 23263 23395 10620 t 21168 18725 21128 t 21725 22060 22632 t 21662 20274 19891 t 14018 21643 22570 t 19343 21373 21483 t 11585 22549 27713 t 21128 21814 21159 t 14018 21664 21643 t 22054 11581 22053 t 22846 21228 1759 t 8309 4036 9183 t 20256 21485 20348 t 223 21434 21487 t 20967 21227 19363 t 23013 22025 10783 t 21664 21262 21258 t 21643 21664 21258 t 21344 22233 21345 t 21396 22717 22697 t 21128 21159 23382 t 27463 22799 21167 t 12944 12943 15318 t 10950 11101 13252 t 21300 21350 21349 t 21299 21300 21349 t 17025 21401 21402 t 21350 21401 21349 t 21458 3053 21667 t 22066 22581 21661 t 21550 21551 19482 t 22431 21550 19482 t 18864 18701 21352 t 20350 23348 23349 t 22867 21054 21048 t 21776 20350 23349 t 22368 13281 21895 t 23145 21253 21391 t 21316 21789 22022 t 22586 23487 22985 t 22890 23013 10783 t 24592 18594 19157 t 21262 22376 22358 t 21258 21262 22358 t 22376 23358 23339 t 23003 21916 21915 t 22598 21369 21942 t 22749 21167 22799 t 22060 10778 22632 t 22482 10640 19741 t 10470 18973 18891 t 18664 1482 21300 t 13813 23000 22287 t 22652 22651 22522 t 22523 22652 22522 t 22784 22783 22651 t 22652 22784 22651 t 22912 22911 22783 t 22784 22912 22783 t 23034 23033 22911 t 22912 23034 22911 t 23034 23160 23159 t 23033 23034 23159 t 23160 23278 23277 t 23159 23160 23277 t 23278 23410 23409 t 23277 23278 23409 t 23410 23536 23535 t 23409 23410 23535 t 23536 21282 11131 t 23535 23536 11131 t 21282 20169 1630 t 11131 21282 1630 t 20169 22217 22216 t 1630 20169 22216 t 22217 22465 12772 t 22216 22217 12772 t 22465 21306 21219 t 12772 22465 21219 t 21306 8784 22357 t 21219 21306 22357 t 23353 21158 22357 t 8784 23353 22357 t 23126 23125 21158 t 23353 23126 21158 t 19630 19370 23125 t 23126 19630 23125 t 19876 18691 19370 t 19630 19876 19370 t 22209 21067 18691 t 19876 22209 18691 t 17993 18590 21067 t 22209 17993 21067 t 21440 21302 18590 t 17993 21440 18590 t 22988 20091 21302 t 21440 22988 21302 t 25834 21294 22174 t 31673 31672 31555 t 21963 21710 21709 t 23180 23054 23300 t 23300 23301 23431 t 19290 19828 21396 t 21997 19290 21396 t 10497 5374 12607 t 26181 23738 23343 t 22367 22814 22351 t 22468 22219 22108 t 18870 18952 10780 t 22668 19702 10780 t 11761 22768 21939 t 10921 22668 10780 t 21777 21827 22755 t 21827 21777 22879 t 21476 23250 23378 t 21480 21476 23378 t 22719 22235 22671 t 18952 10921 10780 t 22666 25354 11370 t 13895 14016 13894 t 23471 21816 21630 t 22945 22946 23070 t 4274 21821 23170 t 22049 23395 23263 t 21552 21551 21096 t 18628 21038 18629 t 15109 20239 11899 t 29270 29269 29173 t 23425 3576 632 t 177 21204 21726 t 12358 23516 3557 t 22358 22376 23339 t 23358 10925 21619 t 23339 23358 21619 t 22379 23371 23368 t 10925 22801 22800 t 21857 23245 12664 t 23335 23461 23334 t 23124 23106 21429 t 20369 22788 21295 t 32337 32227 32195 t 23076 23077 23326 t 20729 22050 21839 t 21666 18954 10981 t 25192 25086 19038 t 21557 21198 21511 t 21198 22007 21511 t 22693 22083 25477 t 21748 21921 21805 t 5006 8747 1754 t 15238 23065 23064 t 11331 13229 18631 t 4163 11331 18631 t 21619 10925 22800 t 22145 21987 22800 t 21118 21261 19037 t 21229 22632 19393 t 8067 22285 12622 t 22727 22856 23367 t 8409 2444 2568 t 4783 3576 4058 t 21301 21351 21350 t 21300 21301 21350 t 21351 21402 21350 t 23292 21387 23169 t 14447 14448 14574 t 21139 21557 22807 t 21705 21139 22807 t 21446 16432 10507 t 21988 22233 21344 t 21343 21988 21344 t 21697 19336 21800 t 20466 21244 21433 t 21527 3911 22251 t 17922 19608 22238 t 22871 22139 21533 t 21831 21800 21881 t 22801 22145 22800 t 14972 23051 21987 t 23547 4784 23548 t 22010 20729 21839 t 26716 18706 24433 t 19148 13783 7106 t 23333 23334 23459 t 22003 15118 23040 t 19566 10470 18891 t 18545 10470 19566 t 20239 12371 11899 t 23063 23064 23188 t 21498 26947 19105 t 1 22913 12860 t 370 18692 21398 t 22913 22912 22784 t 23070 23194 23193 t 22913 23035 23034 t 22912 22913 23034 t 23035 23161 23160 t 23034 23035 23160 t 23161 23279 23278 t 23160 23161 23278 t 23279 23411 23410 t 23278 23279 23410 t 23411 23537 23536 t 23410 23411 23536 t 23537 22496 21282 t 23536 23537 21282 t 22496 22399 20169 t 21282 22496 20169 t 22399 22218 22217 t 20169 22399 22217 t 22218 19651 22465 t 22217 22218 22465 t 19651 22530 21306 t 22465 19651 21306 t 22320 8784 21306 t 22530 22320 21306 t 21993 23353 8784 t 22320 21993 8784 t 21220 23126 23353 t 21993 21220 23353 t 19455 19630 23126 t 21220 19455 23126 t 22732 19876 19630 t 19455 22732 19630 t 21098 22209 19876 t 22732 21098 19876 t 23384 17993 22209 t 21098 23384 22209 t 21310 21440 17993 t 23384 21310 17993 t 21210 22988 21440 t 21310 21210 21440 t 18858 16491 19616 t 22174 22759 19207 t 30230 5626 30901 t 21097 21609 21164 t 23432 23558 23557 t 23431 23432 23557 t 19542 22729 21141 t 20806 19542 21141 t 23828 21574 21173 t 21917 22798 21567 t 22180 21046 21250 t 21861 10636 21127 t 11761 21939 19702 t 22668 11761 19702 t 11865 22402 22401 t 17880 21248 22193 t 19828 20558 21206 t 22175 18555 21247 t 19371 21397 21408 t 22885 23223 23474 t 23073 23074 23196 t 22523 15318 13795 t 10936 11677 12250 t 25117 21958 27580 t 23572 21139 21705 t 23571 23572 21705 t 22563 22531 22335 t 10766 21820 21105 t 22448 22838 22563 t 22449 22448 22563 t 19632 15109 21983 t 23334 23460 23459 t 10980 11053 10979 t 22182 21733 21090 t 22145 14972 21987 t 19692 18396 23051 t 10855 23100 14450 t 22837 21363 22304 t 22972 23221 21970 t 18119 18120 18200 t 23293 12124 22309 t 14313 14190 14191 t 17808 20071 24866 t 404 6966 504 t 23213 23214 21912 t 22018 22020 23112 t 23260 23214 23213 t 9147 12539 9253 t 22045 9644 276 t 21325 23608 27817 t 22807 21557 21511 t 21633 21298 21289 t 22729 21513 21702 t 19391 19737 19649 t 20463 20369 21913 t 14972 19692 23051 t 22453 22452 18396 t 28675 28674 28593 t 26342 12149 12063 t 11390 22684 22119 t 22934 2840 2839 t 28279 28338 28337 t 21056 18033 22994 t 21352 21351 21301 t 15238 22943 15373 t 21404 21403 21352 t 21352 21403 21351 t 22719 22671 22672 t 2839 3188 22934 t 23445 23572 23571 t 23444 23445 23571 t 19037 21261 22204 t 20060 20239 15109 t 22236 21188 19969 t 1386 16817 1490 t 14448 14447 23081 t 16729 1386 1285 t 22138 22236 22237 t 23080 23201 23200 t 2561 12358 23515 t 23201 23331 23200 t 19692 22453 18396 t 22423 22044 21853 t 18976 18394 22452 t 23221 23382 21970 t 23062 23063 23187 t 23460 23589 23588 t 28763 28762 28674 t 19310 19309 22766 t 23071 23320 23194 t 23280 23035 2001 t 19969 21188 23138 t 32103 32035 31985 t 13279 24426 21548 t 11497 11408 12607 t 23205 14191 23336 t 55 8547 32239 t 21361 8635 22625 t 23738 24866 20071 t 2678 21948 20052 t 23161 23280 23279 t 23280 23412 23411 t 23279 23280 23411 t 23412 23538 23537 t 23411 23412 23537 t 23538 11896 22496 t 23537 23538 22496 t 22496 11896 22399 t 22218 22378 19651 t 22378 21280 22530 t 19651 22378 22530 t 2548 22320 22530 t 21280 2548 22530 t 23469 21993 22320 t 2548 23469 22320 t 21110 21220 21993 t 23469 21110 21993 t 20371 19455 21220 t 21110 20371 21220 t 22960 22732 19455 t 20371 22960 19455 t 18329 21098 22732 t 22960 18329 22732 t 17980 23384 21098 t 18329 17980 21098 t 21357 21310 23384 t 17980 21357 23384 t 21900 21210 21310 t 21357 21900 21310 t 22759 22174 21210 t 21900 22759 21210 t 21772 22361 21709 t 31558 31557 31438 t 23558 21974 21981 t 23557 23558 21981 t 12244 22893 22122 t 11428 12244 22122 t 5942 5943 8555 t 32095 32331 32245 t 23258 23389 21866 t 22892 177 21116 t 22768 22879 21939 t 22768 21827 22879 t 22825 22949 22948 t 26467 19736 19735 t 24006 23714 22710 t 13812 23000 13813 t 22927 19920 20009 t 21298 21633 13780 t 23136 23163 18400 t 18484 21126 23500 t 18627 21066 23356 t 23163 18788 18400 t 19918 22108 21355 t 23070 23071 23194 t 23191 23192 23316 t 23317 23445 23444 t 11072 23398 23504 t 22139 21831 21533 t 8423 8759 7941 t 21939 22738 21394 t 23331 23457 23456 t 23200 23331 23456 t 23586 23585 23456 t 23457 23586 23456 t 22453 18976 22452 t 22257 11072 21469 t 22441 22557 18394 t 2299 4032 2678 t 12371 22837 22304 t 4835 4959 4958 t 32088 32191 32288 t 24217 24326 24325 t 24218 24217 18108 t 6171 31011 30887 t 11365 23347 11451 t 15104 15103 22944 t 1346 22285 12358 t 21172 22300 22299 t 25336 25221 18894 t 31206 31321 31205 t 22007 22468 21511 t 21821 22049 23170 t 23398 22600 23504 t 22612 11001 19290 t 20749 22631 21901 t 23586 22094 23585 t 22094 22351 22444 t 18976 22441 18394 t 22527 22528 25348 t 22596 19058 18474 t 19058 21418 23377 t 22292 22288 22727 t 21654 22605 21696 t 22766 21992 21204 t 19539 14355 19368 t 15434 22485 19077 t 18780 21353 24784 t 23323 23324 23449 t 23067 23068 23191 t 23192 23317 23316 t 23377 21560 13783 t 22384 13941 11001 t 18943 21283 21451 t 21356 19656 22091 t 22351 22670 21564 t 22444 22351 21564 t 22441 22527 22557 t 22409 22410 27503 t 23428 23429 23555 t 22443 22442 23287 t 22856 22744 23367 t 22881 21503 21502 t 21992 22069 21204 t 18589 23383 19310 t 31091 31090 30960 t 21603 21550 22431 t 22422 12065 11981 t 21155 21313 21751 t 22740 21048 22252 t 809 30300 810 t 18571 22864 22882 t 22126 17933 19631 t 14835 14701 14702 t 26595 26718 12317 t 21948 2678 12446 t 23281 23413 23412 t 23280 23281 23412 t 23413 23539 23538 t 23412 23413 23538 t 23539 11813 11896 t 23538 23539 11896 t 11813 4764 22399 t 11896 11813 22399 t 4764 19341 22218 t 22399 4764 22218 t 19341 22149 22378 t 22218 19341 22378 t 22149 23499 21280 t 22378 22149 21280 t 22999 2548 21280 t 23499 22999 21280 t 22437 23469 2548 t 22999 22437 2548 t 21390 21110 23469 t 22437 21390 23469 t 20370 20371 21110 t 21390 20370 21110 t 22624 22960 20371 t 20370 22624 20371 t 22614 18329 22960 t 22624 22614 22960 t 23512 17980 18329 t 22614 23512 18329 t 22752 21357 17980 t 23512 22752 17980 t 22724 21900 21357 t 22752 22724 21357 t 19420 22759 21900 t 22724 19420 21900 t 19291 27150 19121 t 19420 19121 22759 t 21974 11428 14078 t 21240 21153 21340 t 21952 12244 11428 t 21974 21952 11428 t 21248 18630 22175 t 22035 22610 23233 t 20988 12369 22346 t 21802 22365 22346 t 21827 21480 22755 t 22755 21480 23378 t 24217 24218 24326 t 20099 22733 22630 t 8857 9477 10954 t 21849 21848 21395 t 22944 23068 23067 t 18553 19037 20461 t 29571 29572 29666 t 21224 20423 20746 t 6278 22966 9851 t 21850 21851 20423 t 10855 22748 23100 t 23316 23317 23444 t 21145 22010 21839 t 2673 13228 23012 t 22823 22824 22947 t 21961 22327 22443 t 23551 23552 18943 t 22670 22422 11981 t 12065 21497 21493 t 11981 12065 21493 t 21497 21223 21222 t 21263 19569 22177 t 21493 21497 21222 t 21734 15243 22031 t 31011 6171 6170 t 12103 12190 12104 t 4783 4058 4059 t 23337 23336 14191 t 21223 21333 21285 t 18770 19909 22962 t 11760 10810 10881 t 14375 14249 16662 t 14190 14313 14312 t 21534 21460 22300 t 21172 21534 22300 t 22134 22243 22300 t 21460 22134 22300 t 22293 22289 22811 t 24027 22075 21978 t 19458 22151 19543 t 22007 21743 20749 t 19542 18399 22729 t 19391 21936 19737 t 21228 23228 3209 t 15310 2572 15177 t 17939 23813 22362 t 5854 22742 5963 t 23106 20094 19744 t 20166 20255 21654 t 21514 21484 22880 t 22030 22182 22232 t 21204 22069 18545 t 20811 19023 19105 t 13629 13519 21214 t 21089 21192 21191 t 21664 14018 14017 t 23107 20276 23108 t 22456 22457 21961 t 15105 22944 23067 t 23068 23192 23191 t 22824 22948 22947 t 22948 23073 23072 t 23238 21047 20368 t 22704 22703 20368 t 21222 21223 21285 t 21333 20712 22562 t 21285 21333 22562 t 20712 22678 21712 t 21622 21621 21570 t 10637 10779 21475 t 21639 22870 22869 t 19983 21682 18346 t 23370 23369 12819 t 22288 22292 21503 t 11075 22918 22919 t 19309 21992 22766 t 21484 21514 18589 t 13408 13300 21309 t 2678 4032 2560 t 21188 22751 23138 t 21313 21752 21751 t 22018 23112 23111 t 18311 18312 18310 t 22017 22018 23111 t 23112 23261 21337 t 21528 11148 22585 t 19228 22892 23014 t 23554 23555 11073 t 13814 22287 17779 t 23280 23162 23281 t 23162 23414 23413 t 23281 23162 23413 t 23414 23540 23539 t 23413 23414 23539 t 23540 20095 11813 t 23539 23540 11813 t 20095 13384 4764 t 11813 20095 4764 t 13384 17996 19341 t 4764 13384 19341 t 17996 22263 22149 t 19341 17996 22149 t 21365 23499 22149 t 22263 21365 22149 t 12160 22999 23499 t 21365 12160 23499 t 11647 22437 22999 t 12160 11647 22999 t 21221 21390 22437 t 11647 21221 22437 t 20464 20370 21390 t 21221 20464 21390 t 22406 22624 20370 t 20464 22406 20370 t 14199 22614 22624 t 22406 14199 22624 t 21999 23512 22614 t 14199 21999 22614 t 21465 22752 23512 t 21999 21465 23512 t 21441 22724 22752 t 21465 21441 22752 t 23508 19420 22724 t 21441 23508 22724 t 21968 26400 19390 t 25112 21968 19390 t 21981 21974 14078 t 11428 22122 22121 t 23559 21952 21974 t 23558 23559 21974 t 11920 22035 23233 t 22610 21334 22201 t 21910 20258 20988 t 12369 22345 22346 t 23250 22080 23378 t 21871 22686 21052 t 21980 19074 21762 t 23441 23567 23566 t 18557 22497 21725 t 22327 22328 22525 t 12249 20164 20653 t 21581 21072 22830 t 23196 23323 23322 t 23195 23196 23322 t 23577 23578 21099 t 23323 23449 23448 t 23578 22809 21892 t 23576 23577 21099 t 21208 10766 22016 t 21099 23578 21892 t 22106 22838 22448 t 22447 22106 22448 t 23097 23098 23238 t 21047 23259 20368 t 22562 20712 21712 t 21429 21676 21712 t 22678 21429 21712 t 18346 18269 21676 t 21637 21639 22869 t 19999 21639 21637 t 25343 21885 26696 t 26595 12317 12236 t 23082 23202 23081 t 9376 10472 18806 t 22030 22232 22231 t 23130 21734 21417 t 23587 23586 23457 t 21429 18346 21676 t 22232 22187 22231 t 18195 22301 21135 t 12381 12210 12211 t 21135 21461 21460 t 21534 21135 21460 t 22133 22134 21460 t 21461 22133 21460 t 21978 22075 22134 t 22133 21978 22134 t 22468 22007 20749 t 23231 24025 21978 t 11812 21890 19737 t 21743 13270 22631 t 15310 15177 15178 t 21581 21576 22984 t 21627 21628 20824 t 22322 21627 20824 t 24351 10616 24463 t 21976 21709 21640 t 21870 22411 10559 t 18346 21682 22230 t 21494 11832 14721 t 21154 22881 21502 t 21841 21842 22986 t 13703 13816 13815 t 19033 19114 19116 t 22816 19656 22815 t 18194 22301 18195 t 21472 17997 18611 t 15237 15105 23066 t 23574 23575 22664 t 21627 28596 21628 t 27976 28028 28027 t 31141 17297 30791 t 22947 22948 23072 t 23073 23196 23195 t 19827 23506 23097 t 23098 21047 23238 t 18269 18346 22230 t 21682 11655 21600 t 22230 21682 21600 t 17510 22868 22271 t 7775 8309 10472 t 22462 23087 10559 t 22419 22415 11390 t 22128 23207 23206 t 22411 21091 10559 t 23267 21815 22495 t 22182 19477 22232 t 23383 19309 19310 t 21503 21514 22880 t 22204 21275 21832 t 19483 19146 21202 t 22305 21852 10620 t 23299 23429 1480 t 23261 14531 22813 t 23111 23112 21337 t 23258 21866 21095 t 22457 21241 21961 t 22489 22793 21314 t 18954 22350 10981 t 11160 21166 2934 t 13779 13659 13660 t 23282 23415 23414 t 23162 23282 23414 t 23415 23541 23540 t 23414 23415 23540 t 23541 21331 20095 t 23540 23541 20095 t 21331 13385 13384 t 20095 21331 13384 t 13385 20823 17996 t 13384 13385 17996 t 20823 22262 22263 t 17996 20823 22263 t 22370 21365 22263 t 22262 22370 22263 t 22542 12160 21365 t 22370 22542 21365 t 20654 11647 12160 t 22542 20654 12160 t 20654 21385 21221 t 11647 20654 21221 t 21385 21104 20464 t 21221 21385 20464 t 22477 22406 20464 t 21104 22477 20464 t 21840 14199 22406 t 22477 21840 22406 t 22100 21999 14199 t 21840 22100 14199 t 21532 21465 21999 t 22100 21532 21999 t 21532 21441 21465 t 30404 30897 15876 t 15876 30897 10269 t 21558 21784 22361 t 21710 21772 21709 t 14078 11428 22121 t 22122 11230 12776 t 23433 23559 23558 t 23432 23433 23558 t 23233 22610 22201 t 29762 29945 29850 t 10486 22765 21910 t 20258 12369 20988 t 23400 23525 22371 t 23289 23227 21528 t 23121 19571 11311 t 19918 22807 22108 t 22676 22172 22383 t 19037 22204 22139 t 22011 19075 15387 t 17939 18015 23813 t 23322 23323 23448 t 23449 23577 23576 t 22928 22932 19827 t 23506 23098 23097 t 21780 22932 22928 t 21761 21780 22928 t 22809 22489 22615 t 22932 23506 19827 t 22700 19314 22699 t 22447 22448 10713 t 23369 12829 12819 t 22155 21949 21179 t 21600 11655 22189 t 23039 22003 23040 t 23268 19036 18480 t 20715 21496 20622 t 23463 23462 23335 t 22550 22433 22270 t 21810 22504 22140 t 23205 23335 23204 t 21921 23550 21230 t 23393 22033 21828 t 21135 22301 21461 t 22029 22133 21461 t 22301 22029 21461 t 32138 32278 32195 t 22029 23231 22133 t 23480 22455 11477 t 22748 18627 23100 t 20749 21743 22631 t 14466 20746 23038 t 13270 21821 4274 t 22631 13270 4274 t 21937 21627 22322 t 21632 22322 20824 t 13977 14105 14104 t 21751 21752 22915 t 19564 21810 21890 t 22986 22880 11310 t 5967 25467 23763 t 21995 21419 18557 t 22986 21503 22880 t 20465 21207 19456 t 21125 22081 22076 t 22574 22972 21970 t 23571 21467 11656 t 10924 22364 23139 t 23066 23190 23189 t 22864 22994 10541 t 14445 14316 23082 t 22290 18268 23167 t 23009 22290 23167 t 23072 23073 23195 t 21892 22809 22615 t 19312 21780 21761 t 23514 19312 21761 t 20559 20465 19456 t 18188 21466 21153 t 21506 21268 21462 t 29362 29467 29361 t 21159 22136 21150 t 22136 21161 21150 t 23039 23040 21216 t 30960 31089 30959 t 11812 19564 21890 t 10778 10851 18647 t 21168 21128 23221 t 21514 23383 18589 t 21842 21503 22986 t 22845 22710 22318 t 22630 22629 22064 t 22040 23121 23120 t 21086 22038 22034 t 21938 23017 21134 t 22233 21938 21134 t 14531 20555 22532 t 21337 23261 22813 t 8634 4053 21512 t 11669 10729 9174 t 22199 17807 13895 t 19825 22293 22290 t 32325 32178 32184 t 32045 31843 32309 t 23283 23416 23415 t 23282 23283 23415 t 23415 23416 23541 t 21331 13497 13385 t 13497 22102 20823 t 13385 13497 20823 t 22102 22261 22262 t 20823 22102 22262 t 22261 22425 22370 t 22262 22261 22370 t 12005 22542 22370 t 22425 12005 22370 t 12005 22633 20654 t 22542 12005 20654 t 22634 21385 20654 t 22633 22634 20654 t 23357 21104 21385 t 22634 23357 21385 t 22181 22477 21104 t 23357 22181 21104 t 21843 21840 22477 t 22181 21843 22477 t 22099 22100 21840 t 21843 22099 21840 t 21406 21532 22100 t 22099 21406 22100 t 21508 21441 21532 t 21406 21508 21532 t 21693 26054 17614 t 21508 17614 21441 t 21397 21396 22697 t 22717 22348 18494 t 22121 22122 12776 t 11230 20806 18473 t 23302 23433 23432 t 23301 23302 23432 t 18703 22743 20006 t 22328 22329 21189 t 21642 22352 10486 t 22765 20258 21910 t 21433 11814 21871 t 22130 22027 3790 t 26778 19291 17614 t 22611 23132 22404 t 19057 19141 22575 t 22246 20459 22363 t 23575 21602 22664 t 23448 23449 23576 t 21314 22290 23009 t 21769 22810 18188 t 22718 19475 19476 t 29572 29571 29466 t 21433 21871 21660 t 19314 22447 10713 t 22810 22193 21466 t 22041 22543 4163 t 22284 22418 22699 t 19475 22764 19476 t 21684 21660 21240 t 27976 27977 28028 t 18188 21153 21240 t 22549 21960 22144 t 10174 22495 21815 t 18273 21482 18274 t 17807 21276 21262 t 21664 17807 21262 t 21276 22377 22376 t 21262 21276 22376 t 22377 23368 23358 t 23213 21912 21371 t 21936 21236 11812 t 19476 22015 6143 t 32194 30815 31847 t 22302 22315 18194 t 22315 22029 22301 t 19538 19629 21308 t 19538 19454 19204 t 12413 19201 21353 t 21380 18952 18870 t 23091 21377 12150 t 21499 19527 14722 t 32242 31949 32099 t 12615 32131 27020 t 22875 21937 21199 t 19652 22875 21199 t 22376 22377 23358 t 23368 10637 10925 t 22523 12944 15318 t 11899 12371 11393 t 21557 21555 21198 t 21239 18188 21240 t 14273 14149 14150 t 21086 21088 22038 t 20089 20000 22849 t 19718 23474 21973 t 9852 32016 12207 t 21242 21918 23351 t 10923 21949 10852 t 10195 4036 8309 t 22436 21041 20167 t 22461 23501 23167 t 3560 4289 15070 t 23039 11324 22003 t 22193 21506 21466 t 23547 23001 11727 t 21052 21769 21239 t 21863 21858 23102 t 22440 27095 22654 t 21863 22992 22981 t 21858 21863 22981 t 23358 23368 10925 t 21175 23488 22341 t 10637 21475 22801 t 22435 22552 21425 t 22941 22942 23062 t 22334 10923 10852 t 23475 11671 22192 t 10923 21842 21841 t 21949 10923 21841 t 21100 21688 21138 t 18327 17205 16148 t 21242 11074 21918 t 22536 19656 22816 t 20555 20001 22479 t 22813 14531 22532 t 23017 21269 22895 t 23132 23340 23252 t 21868 23009 21058 t 23284 4777 23417 t 2229 2071 4170 t 22992 21846 21112 t 23284 23417 23416 t 23283 23284 23416 t 23417 23542 23541 t 23416 23417 23541 t 23542 20008 21331 t 23541 23542 21331 t 20008 21906 13497 t 21331 20008 13497 t 22103 22102 13497 t 21906 22103 13497 t 21271 22261 22102 t 22103 21271 22102 t 22405 22425 22261 t 21271 22405 22261 t 22405 22472 12005 t 22425 22405 12005 t 21381 22633 12005 t 22472 21381 12005 t 21386 22634 22633 t 21381 21386 22633 t 21436 23357 22634 t 21386 21436 22634 t 21436 11076 22181 t 23357 21436 22181 t 21053 21843 22181 t 11076 21053 22181 t 22208 22099 21843 t 21053 22208 21843 t 21407 21406 22099 t 22208 21407 22099 t 21407 21508 21406 t 21692 26054 21693 t 22697 22717 18494 t 22348 20275 20185 t 21471 23391 21102 t 23178 23206 21960 t 21089 21092 21192 t 21092 21423 21192 t 19616 16491 19697 t 23219 22867 22740 t 22228 22250 21642 t 22352 22765 10486 t 22260 21193 20843 t 22985 21962 21143 t 6346 31930 23763 t 23190 23315 23314 t 23189 23190 23314 t 21404 18780 26448 t 23242 21620 23119 t 21604 21314 23009 t 21389 21923 23501 t 23123 20835 22996 t 22981 22992 21112 t 21846 23505 23494 t 21112 21846 23494 t 21284 22379 22377 t 23505 21368 21367 t 19314 10713 22699 t 21634 23008 21419 t 23494 23505 21367 t 21368 21187 11228 t 21367 21368 11228 t 21482 18273 21585 t 10925 10637 22801 t 22754 22145 22801 t 23477 21133 18492 t 21236 19564 11812 t 21187 22840 22839 t 20167 21041 20256 t 11228 21187 22839 t 18194 22315 22301 t 22028 22029 22315 t 22302 22028 22315 t 30717 30590 30470 t 22028 22074 22029 t 23044 21380 18870 t 23571 21705 21467 t 23371 10779 10637 t 22671 22673 19608 t 24023 24124 22074 t 27463 22179 8421 t 23122 22875 19652 t 20365 23122 19652 t 21475 22754 22801 t 22878 14972 22145 t 21123 21170 21169 t 21169 21170 20631 t 14575 14574 14448 t 20631 21170 21213 t 19737 21809 21732 t 29766 29854 29765 t 23244 21061 22995 t 15070 4289 14939 t 11874 11959 11873 t 22334 10852 21850 t 22131 22334 21850 t 11393 22304 11480 t 23015 19826 23463 t 21666 10981 21582 t 27591 21105 21106 t 21770 20167 19917 t 23237 27337 27216 t 22840 13700 22839 t 19680 13700 19773 t 22386 21471 21872 t 18975 11657 19144 t 22754 22878 22145 t 11477 19692 14972 t 22878 11477 14972 t 21850 10852 21851 t 22996 21856 22663 t 21833 23141 21722 t 18951 21411 21463 t 902 21370 3075 t 22131 21850 21224 t 20274 21662 21044 t 23360 23285 21856 t 22937 22938 23058 t 23183 23184 23306 t 20001 23476 23475 t 22532 20555 22479 t 22968 22192 22923 t 22158 22625 21929 t 23311 23442 23441 t 23310 23311 23441 t 22597 22396 22881 t 32077 22276 1350 t 11725 22982 23376 t 22703 22702 22211 t 23417 23543 23542 t 23543 21453 20008 t 23542 23543 20008 t 20008 21453 21906 t 14211 22103 21906 t 21270 21271 22103 t 14211 21270 22103 t 21256 22405 21271 t 21270 21256 21271 t 21256 22473 22472 t 22405 21256 22472 t 22473 22587 21381 t 22472 22473 21381 t 22587 22980 21386 t 21381 22587 21386 t 22980 21435 21436 t 21386 22980 21436 t 21435 21174 11076 t 21436 21435 11076 t 21195 21053 11076 t 21174 21195 11076 t 21081 22208 21053 t 21195 21081 21053 t 22296 21407 22208 t 21081 22296 22208 t 22296 21508 21407 t 22528 22527 22441 t 22296 21692 21508 t 18494 22348 20185 t 21097 21164 20185 t 23053 23046 21903 t 21261 21275 22204 t 23305 23436 23435 t 23304 23305 23435 t 19477 22207 22232 t 23182 23305 23304 t 13952 10765 21347 t 7598 6771 10882 t 20334 19077 21143 t 23005 10711 21979 t 10711 22265 21185 t 23487 21427 21962 t 22529 22410 23143 t 20138 22714 22715 t 23314 23315 23570 t 22461 21389 23501 t 325 425 632 t 20465 20466 21207 t 21389 21242 10710 t 22266 23287 22454 t 20167 20256 19917 t 24975 24976 18955 t 22382 23372 23371 t 11004 21770 23253 t 22379 22382 23371 t 20463 21625 20369 t 21479 23132 22611 t 21708 23808 18248 t 18272 21585 18273 t 22454 22453 19692 t 11477 22454 19692 t 22537 12155 18954 t 21054 22020 22018 t 20540 22479 23346 t 22080 21215 21608 t 23925 20365 23926 t 22191 22302 21482 t 24557 18272 18347 t 21934 22028 22302 t 24447 22191 21585 t 22191 21934 22302 t 55 32239 32030 t 21276 21284 22377 t 20344 21380 23044 t 18417 21384 22205 t 22673 20344 19608 t 19608 20344 23044 t 21173 23122 20365 t 27825 27873 27824 t 21173 23507 23122 t 2004 12984 21874 t 21451 21457 10999 t 21123 21124 21170 t 21309 19454 21308 t 21170 21171 21213 t 21214 21260 21259 t 21213 21214 21259 t 21260 21309 21308 t 21259 21260 21308 t 13977 14104 21169 t 21358 21411 19454 t 21370 22131 21224 t 5722 282 21373 t 21882 22284 22698 t 23578 22067 22809 t 22360 21182 22359 t 3910 22091 1340 t 23287 18976 22453 t 23543 23417 3450 t 23587 23588 22367 t 22454 23287 22453 t 22442 22441 18976 t 21730 21729 22385 t 30597 30596 30476 t 21227 20094 23106 t 21370 21224 3075 t 23436 23437 23562 t 22142 22255 22227 t 22228 21642 22665 t 22227 22228 22665 t 23476 18492 11671 t 22479 20001 23475 t 23345 23346 22968 t 22795 27472 27473 t 23094 22366 21625 t 20277 9967 20463 t 21536 21522 22518 t 30136 30137 30243 t 12675 21056 22864 t 23544 3450 23545 t 11708 12320 22565 t 21763 24655 18488 t 11728 21453 23543 t 23544 11728 23543 t 22245 21906 21453 t 11728 22245 21453 t 22245 18595 14211 t 21906 22245 14211 t 12239 21270 14211 t 18595 12239 14211 t 23099 21256 21270 t 12239 23099 21270 t 22253 22473 21256 t 23099 22253 21256 t 22253 22534 22587 t 22473 22253 22587 t 21635 22980 22587 t 22534 21635 22587 t 21635 19540 21435 t 22980 21635 21435 t 19540 22762 21174 t 21435 19540 21174 t 22762 21388 21195 t 21174 22762 21195 t 21292 21081 21195 t 21388 21292 21195 t 21445 22296 21081 t 21292 21445 21081 t 21445 23004 22296 t 23004 21692 22296 t 20275 21097 20185 t 18787 18706 26716 t 22014 21474 19235 t 21034 22014 19235 t 23436 23562 23561 t 23435 23436 23561 t 22592 22223 22834 t 23166 22592 22834 t 22592 22065 22223 t 22065 21200 22223 t 21182 10364 21144 t 22985 23487 21962 t 23242 23119 21427 t 22852 2239 21741 t 21467 19918 21896 t 22864 21056 22994 t 17708 21603 26839 t 21923 21389 10710 t 21918 21079 22026 t 11149 22197 11074 t 11004 23253 21142 t 22486 14838 21565 t 21179 22194 21286 t 21055 22023 21054 t 21147 21151 21311 t 23054 23055 23301 t 20555 22833 20001 t 14531 12975 20555 t 16599 18752 18671 t 23287 22442 18976 t 28942 29029 28941 t 21336 12975 14531 t 27768 27643 20914 t 21983 22019 23015 t 18864 21352 21301 t 22755 23378 22397 t 22716 25449 22820 t 21144 10364 22894 t 22002 20257 20349 t 22342 22343 22113 t 20184 17810 22113 t 21080 22688 22343 t 17810 22342 22113 t 22852 22853 22688 t 22342 21080 22343 t 21741 21473 22853 t 21080 22852 22688 t 21741 21736 22313 t 22852 21741 22853 t 27868 27922 27867 t 30797 30921 19241 t 22620 23507 21173 t 21574 22620 21173 t 13811 13697 13698 t 18727 18808 21203 t 14314 14313 23205 t 29666 29667 29760 t 22937 22936 98 t 22250 22352 21642 t 13300 21358 19454 t 21260 13408 21309 t 22404 23252 21245 t 21309 13300 19454 t 13783 21577 22602 t 23097 23238 22112 t 22416 23266 22422 t 4178 3581 8535 t 22829 22830 22255 t 21481 21786 21607 t 23545 5033 23546 t 23487 23242 21427 t 19569 22742 18649 t 2601 21885 21805 t 231 636 232 t 19806 23008 21634 t 20010 22478 23108 t 20276 20005 23108 t 23000 13597 22287 t 902 3075 13597 t 21810 21891 22504 t 23503 21251 19565 t 22107 21633 21289 t 21652 11155 22585 t 27472 22922 27345 t 23475 23476 11671 t 20540 23346 23345 t 21754 20540 23345 t 21194 21078 21010 t 18871 21194 21010 t 21620 21589 23119 t 22793 19825 21314 t 22478 21395 23107 t 18869 20006 20276 t 23546 5033 23420 t 21175 22850 23488 t 21177 11728 23544 t 23545 21177 23544 t 23133 22245 11728 t 21177 23133 11728 t 11868 18595 22245 t 23133 11868 22245 t 23128 12239 18595 t 11868 23128 18595 t 23128 23135 23099 t 12239 23128 23099 t 23135 22254 22253 t 23099 23135 22253 t 22254 22203 22534 t 22253 22254 22534 t 22203 11054 21635 t 22534 22203 21635 t 21635 11054 19540 t 11054 10471 22762 t 19540 11054 22762 t 10471 21340 21388 t 22762 10471 21388 t 23007 21292 21388 t 21340 23007 21388 t 21459 21445 21292 t 23007 21459 21292 t 21507 23004 21445 t 21459 21507 21445 t 21507 21691 23004 t 18706 18787 23004 t 21691 18706 23004 t 21376 23006 22170 t 32214 32013 32148 t 23562 21824 21905 t 23561 23562 21905 t 23166 22834 20093 t 18402 23166 20093 t 23324 23450 23449 t 22881 22288 21503 t 22359 21182 21144 t 10364 20184 22894 t 18418 23232 21042 t 20184 18418 21042 t 23391 18418 20184 t 21102 23391 20184 t 11656 21467 21896 t 21896 19918 21355 t 23191 23316 23315 t 18033 22486 22369 t 23351 21918 22026 t 19916 20004 22026 t 19825 21671 22293 t 22289 19120 22811 t 21962 21427 21884 t 22108 22219 21355 t 24005 21818 23102 t 21671 22289 22293 t 13365 4589 12876 t 22994 22369 21744 t 22793 22790 19825 t 21103 21011 21773 t 21579 21225 22284 t 22951 22952 23076 t 282 4279 22597 t 20988 22346 22347 t 21571 21622 21570 t 15373 22943 22942 t 20276 20006 22857 t 22341 23488 22342 t 19983 20072 21599 t 22207 22187 22232 t 1481 23429 23428 t 23248 1008 13697 t 22844 22860 22676 t 27793 21669 27794 t 17371 17707 21509 t 17786 17861 17860 t 26465 25224 27645 t 27574 25230 25339 t 19373 19459 25638 t 24536 17611 27692 t 25687 25689 27316 t 26568 23764 25039 t 26593 26717 24891 t 26085 26593 24891 t 19123 19209 19122 t 6644 17564 18013 t 13824 8034 13711 t 30961 30838 30717 t 27841 27888 27840 t 9501 10236 26522 t 32331 32121 10654 t 2475 26080 26581 t 31938 32280 31904 t 16561 16647 6441 t 4167 483 16561 t 10257 11368 6441 t 26085 24891 27444 t 23764 26819 24977 t 23764 24977 25039 t 16404 16308 18088 t 4895 17956 26581 t 2952 16404 18088 t 27461 26522 26450 t 17979 21544 21492 t 19948 17604 17608 t 17956 2475 26581 t 13070 27628 26080 t 2475 13070 26080 t 23721 23724 24541 t 26590 26462 12756 t 287 10235 10265 t 24927 23724 23721 t 21598 21696 22271 t 16647 10257 6441 t 24901 24927 23721 t 10257 24927 24901 t 11368 10257 24901 t 13280 4895 26581 t 23724 24545 24541 t 19949 19948 17608 t 25810 4895 13280 t 17604 17317 17318 t 17608 17604 17318 t 27649 26568 17719 t 27649 17719 27628 t 13070 27649 27628 t 26568 25039 17719 t 27400 27439 17216 t 23605 23606 24313 t 28899 28898 28808 t 23931 24029 24028 t 26714 11811 25256 t 23833 23931 23930 t 23930 23931 24028 t 11164 13474 10805 t 193 17029 12032 t 17709 24260 17615 t 6079 17709 17615 t 12032 13955 14082 t 30040 30041 30136 t 17082 10238 380 t 5625 17709 6079 t 17029 17082 380 t 25801 25814 27400 t 17615 24260 25810 t 24545 25814 25801 t 24541 24545 25801 t 25814 27439 27400 t 6333 10389 6281 t 17216 26200 26199 t 17425 24434 24260 t 17476 287 289 t 23803 24980 26582 t 480 479 19246 t 23720 24535 24481 t 22689 11128 22897 t 26923 26922 26801 t 27299 27425 27298 t 26802 26923 26801 t 27676 27677 6172 t 26783 26784 26903 t 26713 19416 17031 t 26323 5625 2477 t 26210 26323 2477 t 19252 26820 10238 t 17082 19252 10238 t 25474 25473 26820 t 24647 24782 26210 t 19252 25474 26820 t 2477 5625 6079 t 30041 30137 30136 t 10289 10290 23759 t 23825 16432 18996 t 25145 22757 21616 t 27049 27048 26922 t 17562 27452 24592 t 26923 27049 26922 t 27178 27177 27048 t 27049 27178 27048 t 27299 27298 27177 t 27178 27299 27177 t 27425 27424 27298 t 27549 27548 27424 t 27425 27549 27424 t 27673 27672 27548 t 27549 27673 27548 t 29850 29945 29944 t 19416 27521 15377 t 6648 6538 24647 t 24782 26323 26210 t 25366 26699 25473 t 25474 25366 25473 t 17416 27469 26699 t 25366 17416 26699 t 23715 24035 27469 t 27448 6538 6648 t 27443 27448 6648 t 27521 19418 24107 t 21669 27793 23006 t 613 6966 614 t 25918 25917 25792 t 6344 32086 25007 t 30249 30356 30248 t 22772 11369 22771 t 27866 27919 27865 t 17468 16269 6210 t 15191 9875 12978 t 27671 18013 27670 t 23006 27792 10560 t 19593 19594 16269 t 23837 23836 23753 t 26541 26542 26671 t 15402 6644 27672 t 27673 15402 27672 t 23612 27812 27811 t 17380 11932 17098 t 17031 19416 15377 t 24567 24653 24900 t 25891 27448 27443 t 25888 25891 27443 t 17416 23715 27469 t 23716 25012 24035 t 23715 23716 24035 t 24560 24571 25888 t 17613 16734 25012 t 15377 27521 24107 t 6538 24782 24647 t 2593 15424 24340 t 26147 24900 24107 t 22134 22075 24128 t 11053 25121 25232 t 25121 25233 25232 t 18263 18340 18339 t 25233 25345 25344 t 25232 25233 25344 t 25345 21189 25344 t 10776 10775 10705 t 25942 23803 26582 t 26905 26906 27031 t 23803 27572 17122 t 24980 23803 17122 t 23021 23147 5740 t 17122 27572 24346 t 26714 25465 16996 t 25681 25808 25700 t 17229 17564 6644 t 15402 17229 6644 t 23614 27809 27808 t 23612 27811 23613 t 26147 24567 24900 t 24567 18547 10335 t 25113 25120 23727 t 23729 24571 24560 t 23716 17613 25012 t 25581 25703 16734 t 17613 25581 16734 t 25581 6145 16048 t 10265 25120 25113 t 10230 10265 25113 t 24925 27080 27087 t 19418 26147 24107 t 22329 25344 21189 t 22186 22985 2597 t 25016 25122 25121 t 10904 25016 10980 t 25122 25234 25233 t 25121 25122 25233 t 25234 25346 25345 t 25233 25234 25345 t 16393 10564 20620 t 30797 19240 30676 t 17707 26083 21509 t 25670 25793 25669 t 23744 23748 25556 t 25576 25470 25953 t 27766 23228 22617 t 25808 23149 23150 t 25465 25681 25700 t 20656 20657 20751 t 17229 2236 19592 t 19166 19335 19163 t 26299 26422 26298 t 19246 17476 289 t 24653 24567 10335 t 24925 27087 10335 t 23727 23729 24560 t 24571 25891 25888 t 25703 25581 16048 t 288 289 10230 t 6145 27581 27707 t 16048 6145 27707 t 289 10265 10230 t 27581 23832 25363 t 27080 27076 25580 t 25120 23729 23727 t 30137 30244 30243 t 10834 10763 24794 t 24902 25017 25016 t 10904 10980 10903 t 25017 25123 25122 t 25016 25017 25122 t 25123 25235 25234 t 25122 25123 25234 t 25235 25347 25346 t 25234 25235 25346 t 29669 29572 29467 t 22442 22443 22528 t 6544 5019 17318 t 24447 18272 24557 t 25556 25576 25953 t 19434 24591 18621 t 21064 22685 19062 t 22500 18490 24658 t 11014 13107 10429 t 26542 26672 26671 t 17564 17229 19592 t 2236 19335 19166 t 27186 27185 27057 t 289 287 10265 t 18547 24925 10335 t 27080 25310 27087 t 480 19246 481 t 27707 27581 25363 t 19246 289 288 t 23832 25582 24482 t 25363 23832 24482 t 25582 19323 15423 t 16914 17426 16093 t 17426 480 481 t 22528 22443 22526 t 25310 27080 25580 t 24794 10835 24902 t 24686 24796 10835 t 24903 25018 25017 t 24902 24903 25017 t 25018 25124 25123 t 25017 25018 25123 t 25124 25236 25235 t 25123 25124 25235 t 25348 25347 25235 t 25236 25348 25235 t 22636 22637 25090 t 9982 19204 5742 t 29076 29075 28990 t 25470 17371 27644 t 25953 25470 27644 t 17023 15260 6139 t 26698 27574 16643 t 11811 26714 25361 t 25653 25776 25775 t 19592 2236 19166 t 24366 24255 23218 t 26564 15483 19647 t 27076 25686 17373 t 17373 25686 2471 t 17426 17518 16093 t 481 19246 288 t 24482 25582 15423 t 19323 194 25356 t 15423 19323 25356 t 27931 27930 27877 t 21879 21958 21957 t 17518 17426 481 t 26434 19572 26435 t 30101 30203 30202 t 24796 24904 24903 t 10835 24903 24902 t 24904 25019 25018 t 24903 24904 25018 t 25019 25125 25124 t 25018 25019 25124 t 25125 25237 25236 t 25124 25125 25236 t 11485 18933 27020 t 11485 32131 26454 t 19055 25419 19140 t 21064 19655 22559 t 17412 23748 23744 t 31439 31558 31438 t 27273 17412 11206 t 27271 27273 11206 t 19201 19116 19114 t 5622 25349 17612 t 26714 16996 25361 t 25465 25700 16996 t 6251 6250 19163 t 19335 6251 19163 t 24314 26524 27452 t 27058 27186 27057 t 25580 27076 17373 t 25686 10334 2471 t 27686 6643 27685 t 6643 16914 16093 t 25356 194 26209 t 27272 27149 26209 t 24646 18708 24645 t 14837 21021 13699 t 32225 18592 11703 t 24573 24687 24686 t 24687 24797 24796 t 24686 24687 24796 t 24797 24905 24904 t 24796 24797 24904 t 24905 25020 25019 t 24904 24905 25019 t 25020 25126 25125 t 25019 25020 25125 t 25126 25238 25237 t 25125 25126 25237 t 19820 19733 19734 t 24033 17881 24032 t 18980 18979 18897 t 24334 24447 24446 t 25589 25590 27271 t 23921 23922 24019 t 24333 24334 24446 t 25256 21657 25525 t 23922 24020 24019 t 22207 24001 22298 t 4138 15481 22106 t 15574 15573 6250 t 6251 15574 6250 t 32236 27596 31869 t 29167 29263 29166 t 10334 2440 15433 t 2471 10334 15433 t 27562 27686 27561 t 27272 17415 25118 t 27149 27272 25118 t 19620 15120 16579 t 15418 27323 18868 t 27451 2574 21546 t 24984 18722 24873 t 21855 16854 25145 t 24574 24688 24687 t 24573 24574 24687 t 24688 24798 24797 t 24687 24688 24797 t 24798 24906 24905 t 24797 24798 24905 t 24906 25021 25020 t 24905 24906 25020 t 25021 25127 25126 t 25020 25021 25126 t 25239 25238 25126 t 25127 25239 25126 t 20742 27526 27650 t 18347 24671 24557 t 24446 24447 24557 t 26163 26162 26031 t 12258 10425 10203 t 26292 26291 26162 t 25785 25910 25784 t 24127 24135 23666 t 25910 26032 25909 t 24135 23667 23666 t 23667 24435 24424 t 15574 24135 24127 t 15573 15574 24127 t 29266 29265 29169 t 29170 29266 29169 t 2440 26336 5131 t 15433 2440 5131 t 26336 27694 2483 t 17970 14478 19255 t 27686 27685 27561 t 25118 17415 25764 t 10402 24242 10468 t 23375 23895 22603 t 23896 22035 23897 t 20097 20187 20096 t 10634 10635 10709 t 24465 24575 24574 t 24352 24465 10616 t 24574 24575 24688 t 24575 24799 24798 t 24688 24575 24798 t 24799 24907 24906 t 24798 24799 24906 t 24907 25022 25021 t 24906 24907 25021 t 25022 25128 25127 t 25021 25022 25127 t 25128 25240 25239 t 25127 25128 25239 t 23022 23148 23147 t 11389 25260 11476 t 26292 26416 26415 t 17705 17438 17704 t 26032 26163 26031 t 25691 25690 24424 t 25446 26945 23668 t 26010 26141 25818 t 23666 23667 24424 t 25311 26010 25818 t 19415 25224 26141 t 26010 19415 26141 t 27645 19415 15379 t 19953 16709 27724 t 19415 27645 25224 t 2483 27694 19953 t 16709 25250 27724 t 5131 26336 2483 t 27694 16709 19953 t 27562 27561 27436 t 27437 27562 27436 t 21616 21928 25145 t 27310 27437 27309 t 17567 17519 17520 t 19253 17740 17476 t 10402 10403 24243 t 26549 26679 26678 t 25008 25114 26329 t 24242 24353 24352 t 31442 31561 31441 t 24353 24466 24465 t 24352 24353 24465 t 24466 24576 24575 t 24465 24466 24575 t 24576 24689 24575 t 24689 24800 24799 t 24575 24689 24799 t 24800 24908 24907 t 24799 24800 24907 t 25023 25022 24907 t 24908 25023 24907 t 25129 25128 25022 t 25023 25129 25022 t 25129 25241 25240 t 25128 25129 25240 t 29671 29765 29670 t 28478 28559 28558 t 17081 6187 25811 t 17232 25684 19504 t 25684 17081 25811 t 15988 17232 19406 t 25684 25811 19504 t 12274 27020 20929 t 23612 27813 27812 t 27813 23612 27814 t 5489 2007 25809 t 25250 19498 19499 t 27724 25250 19499 t 27310 27309 27189 t 27190 27310 27189 t 27190 27189 27061 t 27437 27436 27309 t 26180 26179 26048 t 27062 27190 27061 t 26049 26180 26048 t 17718 16939 2007 t 26567 26944 26439 t 17221 25249 26950 t 10403 24140 24243 t 26950 25249 27317 t 26593 17221 13388 t 27053 27052 26926 t 26938 27064 26937 t 13388 17221 26950 t 26815 26938 26814 t 27064 27063 26937 t 26694 26815 26693 t 30607 30606 30486 t 18722 25093 18803 t 24243 24354 24353 t 24242 24243 24353 t 24354 24467 24466 t 24353 24354 24466 t 24467 24577 24576 t 24466 24467 24576 t 24577 24690 24689 t 24576 24577 24689 t 24690 24801 24800 t 24689 24690 24800 t 24801 24909 24908 t 24800 24801 24908 t 25024 25023 24908 t 24909 25024 24908 t 25130 25129 25023 t 25024 25130 25023 t 25130 25242 25241 t 25129 25130 25241 t 26653 26521 20074 t 26893 20351 27017 t 18189 24432 24263 t 31954 32154 11746 t 12592 18189 24263 t 23713 23703 24263 t 27423 27422 27296 t 21449 27565 26012 t 17371 21509 21442 t 25922 25921 25798 t 12904 12903 11651 t 22527 22657 22557 t 26688 26687 26557 t 26562 26561 26435 t 27186 27306 27185 t 19746 19829 26694 t 26938 26937 26814 t 23816 26524 24314 t 10425 8543 10203 t 26815 26814 26693 t 27584 25942 2599 t 2234 27721 2470 t 16561 6441 10452 t 19745 26693 26562 t 25942 26582 2599 t 26283 26284 26407 t 26813 26812 26691 t 26692 26813 26691 t 27192 27191 25529 t 28901 28900 28809 t 26407 26408 26533 t 24879 24880 24992 t 5968 27584 16946 t 25326 25428 25427 t 24660 24769 24768 t 17611 6332 17111 t 26180 26049 19398 t 26432 26558 26431 t 23837 23838 23935 t 10229 6140 19153 t 26683 26805 26682 t 27200 25825 26578 t 22654 27095 21234 t 27557 27556 27431 t 18867 19712 18868 t 24311 25553 24262 t 31207 31322 31206 t 28897 28986 28896 t 24244 24355 24354 t 24243 24244 24354 t 24355 24468 24467 t 24354 24355 24467 t 24468 24578 24577 t 24467 24468 24577 t 24578 24691 24690 t 24577 24578 24690 t 24691 24802 24801 t 24690 24691 24801 t 24802 24910 24909 t 24801 24802 24909 t 25025 25024 24909 t 24910 25025 24909 t 25131 25130 25024 t 25025 25131 25024 t 25131 25243 25242 t 25130 25131 25242 t 29072 29071 28895 t 28986 29072 28895 t 28807 28897 28806 t 23829 16393 277 t 26433 26432 26310 t 19593 19592 17311 t 26671 26672 26793 t 26800 26921 26799 t 27047 27046 26920 t 27303 27429 27302 t 26921 27047 26920 t 24795 24901 23720 t 17021 26329 24561 t 20273 19440 19347 t 5851 27470 25144 t 21585 18272 24447 t 24673 17120 26714 t 25036 25142 25835 t 26068 26075 26714 t 9934 22025 11935 t 26039 26038 25916 t 17610 2234 27192 t 27316 27324 17409 t 26936 27062 26935 t 6146 27721 2234 t 26936 26935 26812 t 26813 26936 26812 t 27923 27922 27868 t 27062 27061 26935 t 26170 26299 26169 t 25917 26039 25916 t 25677 25701 24126 t 23940 25701 25677 t 17409 23940 25677 t 16939 25955 2007 t 25701 26445 24126 t 26445 26186 17325 t 6343 6250 6549 t 23614 27810 27809 t 24126 26445 17325 t 26692 26691 26561 t 32127 32217 32224 t 26422 26549 26548 t 26562 26692 26561 t 24026 24102 23663 t 27689 19080 148 t 6250 6343 19166 t 21454 21509 21897 t 24373 25689 25687 t 24140 24245 24244 t 25817 26590 12756 t 24245 24356 24355 t 24244 24245 24355 t 24356 24469 24468 t 24355 24356 24468 t 24469 24579 24578 t 24468 24469 24578 t 24579 24692 24691 t 24578 24579 24691 t 24692 24803 24802 t 24691 24692 24802 t 24803 24911 24910 t 24802 24803 24910 t 24910 24911 25025 t 25025 25132 25131 t 25132 25244 25243 t 25131 25132 25243 t 25244 25353 25352 t 25243 25244 25352 t 22753 27761 27762 t 18417 22485 15434 t 26311 26433 26310 t 31947 11497 32077 t 13388 26950 25357 t 6469 13388 25357 t 25689 27324 27316 t 26950 27317 27445 t 24372 24373 25687 t 6250 15573 6549 t 18574 22481 17878 t 25578 23150 23269 t 27444 24891 24783 t 3078 6067 13227 t 28539 28621 28538 t 22445 19147 23101 t 23613 27810 23614 t 27796 21518 27807 t 271 3677 1105 t 23837 23935 23934 t 27211 26397 26464 t 19499 19498 26273 t 19410 19409 31515 t 29173 29269 29172 t 27693 25831 27444 t 31677 31561 15478 t 6146 24792 27721 t 31093 31210 31092 t 26299 26298 26169 t 6249 6248 6439 t 26039 26170 26038 t 27814 19311 27815 t 17961 17881 17882 t 23401 17497 25578 t 26186 26276 26399 t 24310 23510 24423 t 17325 26186 26399 t 26566 24683 24427 t 29646 29647 29742 t 24334 22191 24447 t 19199 11739 16851 t 27691 19503 22413 t 19080 26829 27082 t 19311 27814 23612 t 28682 21628 28683 t 6158 27689 148 t 19143 10837 27797 t 19454 19538 21308 t 2600 19419 24979 t 14539 1856 14538 t 21324 18117 18118 t 28462 28539 28461 t 23617 22249 23679 t 12097 31831 32359 t 27644 17371 21442 t 30718 30961 30717 t 17878 21328 18574 t 20553 27277 27401 t 24141 24246 24245 t 24140 24141 24245 t 24246 24357 24356 t 24245 24246 24356 t 24357 24470 24469 t 24356 24357 24469 t 24470 24580 24579 t 24469 24470 24579 t 24580 24693 24692 t 24579 24580 24692 t 24692 24693 24803 t 24912 24911 24803 t 24912 25026 25025 t 24911 24912 25025 t 25026 25133 25132 t 25025 25026 25132 t 25133 25245 25244 t 25132 25133 25244 t 25354 25353 25244 t 25245 25354 25244 t 15938 15648 21425 t 27477 27478 22493 t 25039 24977 19248 t 25566 25573 27206 t 26819 25568 23852 t 2601 2481 21885 t 29468 29669 29467 t 12589 193 12032 t 193 12589 15575 t 26717 10079 24648 t 28254 28253 28190 t 26794 26914 26913 t 24891 26717 24648 t 27168 27169 27290 t 22412 19503 22349 t 25222 2593 17420 t 25934 24673 22854 t 22661 22855 22160 t 27576 27693 24110 t 25222 26593 25831 t 26715 24337 24007 t 26462 24449 8678 t 17420 2593 24340 t 23668 24228 26276 t 17718 2007 5489 t 27671 27670 27546 t 26186 23668 26276 t 29766 29765 29671 t 24028 24029 24128 t 21738 13389 16240 t 26049 26048 19236 t 17782 21807 21967 t 27687 27686 27562 t 30331 30524 20034 t 22735 23697 10856 t 148 19080 27082 t 17812 17883 24034 t 19157 24703 27082 t 26829 19157 27082 t 23839 23838 23755 t 23756 23839 23755 t 24313 25554 24311 t 25088 27689 6158 t 5489 25809 26459 t 27445 27317 2600 t 24979 25088 6158 t 25357 26950 27445 t 19419 25088 24979 t 24891 24648 24783 t 27317 19419 2600 t 15658 17082 17029 t 24977 26819 23852 t 193 15658 17029 t 2473 19252 17082 t 15658 2473 17082 t 26563 21887 25223 t 27708 25474 19252 t 24142 24247 24246 t 24141 24142 24246 t 24247 24358 24357 t 24246 24247 24357 t 24358 24471 24470 t 24357 24358 24470 t 24471 24581 24580 t 24470 24471 24580 t 24581 24694 24693 t 24580 24581 24693 t 24694 24804 24803 t 24693 24694 24803 t 24804 24913 24912 t 24803 24804 24912 t 24913 25027 25026 t 24912 24913 25026 t 25027 25134 25133 t 25026 25027 25133 t 25246 25245 25133 t 25134 25246 25133 t 21706 22764 23164 t 22667 25353 22666 t 19091 21446 10507 t 18781 12754 10723 t 2473 27708 19252 t 25704 25366 25474 t 27708 25704 25474 t 25562 17416 25366 t 25704 25562 25366 t 25562 23715 17416 t 24450 23716 23715 t 26080 27628 25255 t 26717 13388 6469 t 17719 17424 26591 t 26559 26558 26432 t 10079 26717 6469 t 26433 26559 26432 t 26689 26688 26558 t 6443 6442 12592 t 13728 6442 13612 t 26271 17085 19406 t 17232 19504 19406 t 25311 25818 27702 t 27470 25311 27702 t 27470 27702 27706 t 25144 27470 27706 t 23914 26584 17572 t 26584 25144 27706 t 23914 17572 26817 t 6646 23914 26817 t 6646 26817 6187 t 17081 6646 6187 t 21894 24702 19861 t 167 19861 26271 t 27932 27985 27931 t 28317 28382 28253 t 28382 28462 28381 t 24484 24595 10850 t 27040 27169 27168 t 15663 6259 23745 t 25259 15662 1724 t 27290 27416 27415 t 27064 27065 20098 t 12321 22264 25193 t 27816 27865 27815 t 23839 23937 23936 t 23838 23839 23936 t 2673 22548 898 t 23936 23937 24034 t 27340 27342 17129 t 17129 24053 24039 t 19652 21199 23830 t 24452 25699 24451 t 2685 25934 18974 t 19484 19572 26311 t 27693 27444 24110 t 17520 479 480 t 27576 24110 19247 t 17111 27576 19247 t 27444 24783 25568 t 13299 13196 21358 t 27628 26591 25255 t 26819 27444 25568 t 10333 17613 23716 t 2120 13280 23809 t 24450 10333 23716 t 24040 24143 24142 t 26521 26396 19985 t 24143 24248 24247 t 24142 24143 24247 t 24248 24359 24358 t 24247 24248 24358 t 24359 24472 24471 t 24358 24359 24471 t 24472 24582 24581 t 24471 24472 24581 t 24582 24695 24694 t 24581 24582 24694 t 24805 24804 24694 t 24695 24805 24694 t 24805 24914 24913 t 24804 24805 24913 t 24914 25028 25027 t 24913 24914 25027 t 25135 25134 25027 t 25028 25135 25027 t 25247 25246 25134 t 25135 25247 25134 t 21131 23895 23894 t 11107 380 11093 t 27603 25581 17613 t 10333 27603 17613 t 26201 26210 26321 t 27603 6256 6145 t 24977 23852 19248 t 26581 26080 23809 t 27628 17719 26591 t 25039 19248 17424 t 26810 26933 26809 t 17719 25039 17424 t 26559 26689 26558 t 26810 26809 26688 t 26689 26810 26688 t 26933 26932 26809 t 6442 6443 13612 t 2008 17313 2121 t 6442 18189 12592 t 24230 17612 27722 t 25690 25691 27326 t 24435 25691 24424 t 27332 2006 19334 t 27326 27332 19334 t 25691 27332 27326 t 19334 2006 23959 t 2006 23999 23959 t 23959 23999 25705 t 23999 25803 25705 t 25705 25803 25446 t 25803 26945 25446 t 23210 11128 22689 t 19861 17085 26271 t 27158 27159 27281 t 23602 10856 23634 t 22283 22101 20886 t 20532 14592 26706 t 27547 27546 27422 t 26587 24706 23749 t 17085 15988 19406 t 25439 26587 6335 t 6335 26587 23749 t 25707 25439 25695 t 25695 25439 6335 t 26077 25707 25585 t 25585 25707 25695 t 25829 26077 25585 t 24053 26077 25829 t 24039 24053 25829 t 25699 27342 27340 t 23713 24452 23703 t 25696 25699 27340 t 24432 23713 24263 t 25699 25696 24451 t 17313 17312 2121 t 24452 24451 23703 t 27187 27186 27058 t 2008 2121 16848 t 27059 27058 26932 t 27059 27187 27058 t 26080 25255 23809 t 26933 27059 26932 t 25581 27603 6145 t 26210 2477 26321 t 6256 27458 27581 t 19307 19306 19225 t 24041 24144 24143 t 24040 24041 24143 t 24144 24249 24248 t 24143 24144 24248 t 24249 24360 24359 t 24248 24249 24359 t 24360 24473 24472 t 24359 24360 24472 t 24473 24583 24582 t 24472 24473 24582 t 24583 24696 24695 t 24582 24583 24695 t 24696 24806 24805 t 24695 24696 24805 t 24806 24915 24914 t 24805 24806 24914 t 25029 25028 24914 t 24915 25029 24914 t 25136 25135 25028 t 25029 25136 25028 t 15545 21185 21140 t 25135 25136 25247 t 6145 6256 27581 t 27458 23954 23832 t 27581 27458 23832 t 23954 25678 25582 t 2477 6079 27085 t 23832 23954 25582 t 27307 27434 27306 t 26321 2477 27085 t 27307 27306 27186 t 27187 27307 27186 t 27559 27558 27433 t 27434 27433 27306 t 6172 6157 27675 t 27434 27559 27433 t 17313 13728 17312 t 27676 6172 27675 t 13728 13612 17312 t 24230 27722 25816 t 6332 17534 27576 t 2593 6200 15424 t 25793 25792 25669 t 23605 24313 24311 t 26707 26566 25008 t 2125 17704 15898 t 26415 26416 26541 t 26163 26292 26162 t 25910 25909 25784 t 29008 29095 29094 t 26032 26031 25909 t 25662 25785 25661 t 24793 26324 26323 t 19169 14837 19253 t 27538 27661 27537 t 27412 27413 27537 t 27661 27788 27787 t 27788 19951 27787 t 19951 19952 27787 t 27537 27661 27787 t 22922 22921 27345 t 27413 27538 27537 t 24005 23102 22930 t 19738 19822 10640 t 29007 29008 29094 t 23937 17812 24034 t 23901 23808 21708 t 24111 24673 25934 t 25936 24111 25934 t 24111 24983 24673 t 24983 17120 24673 t 24867 26068 17120 t 24983 24867 17120 t 6144 25832 26068 t 6144 26951 25832 t 24867 6144 26068 t 26951 26202 25832 t 25692 17594 26202 t 26951 25692 26202 t 2969 2008 16848 t 17323 25830 17594 t 27052 27181 27051 t 27302 27301 27180 t 27683 27682 27558 t 483 484 16647 t 24647 26210 26201 t 25678 17506 19323 t 25582 25678 19323 t 23943 24042 24041 t 11132 11211 11210 t 24042 24145 24144 t 24041 24042 24144 t 24145 24250 24249 t 24144 24145 24249 t 24250 24361 24360 t 24249 24250 24360 t 24361 24474 24473 t 24360 24361 24473 t 24474 24584 24583 t 24473 24474 24583 t 24584 24697 24696 t 24583 24584 24696 t 24697 24807 24806 t 24696 24697 24806 t 24916 24915 24806 t 24807 24916 24806 t 25030 25029 24915 t 24916 25030 24915 t 19779 9852 12207 t 25029 25030 25136 t 26957 25810 2120 t 13280 26581 23809 t 19496 17615 26957 t 25810 13280 2120 t 6079 17615 19496 t 27085 6079 19496 t 12157 16624 17516 t 17615 25810 26957 t 27181 27302 27180 t 17514 484 483 t 11309 25260 11389 t 27552 27676 27551 t 25831 27690 25222 t 2969 16848 6157 t 31675 31674 31557 t 6172 2969 6157 t 17352 26579 17034 t 27282 27406 27281 t 26775 24561 25679 t 25692 17323 17594 t 24880 24879 24768 t 25817 25815 24899 t 6081 6080 6550 t 21894 22897 11128 t 24020 24122 24121 t 24019 24020 24121 t 24121 24122 24224 t 24122 24334 24224 t 24224 24334 24333 t 21617 21616 22757 t 26399 26213 21908 t 24126 17325 17713 t 25706 24126 17713 t 23823 25677 25676 t 25677 24126 25706 t 17409 25677 23823 t 25676 25677 25706 t 17410 17409 23823 t 17713 17325 26399 t 27316 17409 17410 t 26416 26542 26541 t 25687 27316 27313 t 27313 27316 17410 t 24372 25687 25682 t 25682 25687 27313 t 23663 24372 24371 t 24371 24372 25682 t 24013 24026 23662 t 23662 23663 24371 t 6260 24026 24013 t 15571 6260 24013 t 6342 6260 15571 t 24026 23663 23662 t 19165 19164 6340 t 6340 6342 15571 t 27546 27545 27421 t 27422 27546 27421 t 24161 24160 25830 t 23282 4170 23283 t 27052 27051 26925 t 26926 27052 26925 t 27441 27443 6648 t 17506 27629 194 t 19323 17506 194 t 27629 15416 26209 t 194 27629 26209 t 27396 27272 26209 t 23944 24043 24042 t 23943 23944 24042 t 24043 24146 24145 t 24042 24043 24145 t 24146 24251 24250 t 24145 24146 24250 t 24251 24362 24361 t 24250 24251 24361 t 24362 24475 24474 t 24361 24362 24474 t 24475 24585 24584 t 24474 24475 24584 t 24585 24698 24697 t 24584 24585 24697 t 24698 24808 24807 t 24697 24698 24807 t 24808 24917 24916 t 24807 24808 24916 t 27974 27975 28026 t 24916 24917 25030 t 27559 27683 27558 t 11369 24160 22770 t 27683 6156 27682 t 6156 6149 27682 t 6149 6156 12157 t 6156 16624 12157 t 17516 17514 483 t 16624 17514 17516 t 27428 27427 27301 t 24161 25090 24160 t 27302 27428 27301 t 18868 27323 18867 t 7300 17083 17877 t 17323 24161 25830 t 25325 25326 25427 t 6080 6081 14224 t 24788 24787 27715 t 17128 17036 19165 t 6141 6183 19154 t 17036 17128 19595 t 19164 6342 6340 t 19594 17036 19595 t 17036 19164 19165 t 27030 27159 27158 t 27041 27042 27170 t 27171 27292 27291 t 11206 17412 23744 t 23748 25576 25556 t 23651 24350 24348 t 24348 24350 25589 t 22710 22146 21180 t 6200 26896 15424 t 27031 27160 27159 t 31439 31438 31320 t 23650 22224 22712 t 31321 31439 31320 t 10837 27798 27797 t 21294 20091 22988 t 23833 23834 23931 t 25552 25551 18978 t 23932 24030 24029 t 18495 24781 18420 t 23931 23932 24029 t 25551 25550 25438 t 26821 26947 21498 t 19069 23604 23603 t 22679 21321 22753 t 13841 14214 11707 t 19321 31044 31043 t 28191 28254 28190 t 25666 25665 25550 t 25551 25666 25550 t 25789 25788 25665 t 25666 25789 25665 t 25914 25913 25788 t 25789 25914 25788 t 26296 26295 26166 t 26036 26035 25913 t 25914 26036 25913 t 26167 26296 26166 t 26167 26166 26035 t 26036 26167 26035 t 27670 27669 27545 t 26296 26420 26419 t 26914 27040 27039 t 27422 27421 27295 t 27181 27180 27051 t 26793 26794 26913 t 286 10231 10257 t 26926 26925 26804 t 16647 286 10257 t 15416 27396 26209 t 25888 27443 27441 t 26840 26963 22438 t 27272 27396 17415 t 22394 22393 24454 t 23944 23945 24043 t 24043 24147 24146 t 24147 24252 24251 t 24146 24147 24251 t 24252 24363 24362 t 24251 24252 24362 t 24363 24476 24475 t 24362 24363 24475 t 24476 24586 24585 t 24475 24476 24585 t 24699 24698 24585 t 24586 24699 24585 t 24809 24808 24698 t 24699 24809 24698 t 5979 12756 1831 t 24808 24809 24917 t 25426 25427 25536 t 21979 16351 21059 t 25814 25827 27439 t 27439 27440 17216 t 26427 26426 26303 t 26304 26427 26303 t 27552 27551 27427 t 27428 27552 27427 t 24920 15661 25007 t 27676 27675 27551 t 27546 27670 27545 t 14610 14738 2824 t 16269 16659 6153 t 27670 6210 27669 t 19594 19595 16659 t 6210 16269 6153 t 27704 27705 25467 t 16269 19594 16659 t 26546 26676 26675 t 26295 26296 26419 t 26545 26546 26675 t 26420 26546 26545 t 26419 26420 26545 t 26675 26676 26797 t 26797 26918 26917 t 26673 26674 26795 t 26796 26916 26915 t 6544 6650 6444 t 17317 6544 17318 t 23642 23651 24348 t 24350 25590 25589 t 23657 23651 23642 t 23636 23657 23642 t 23240 27071 27699 t 6134 23657 6133 t 12741 27333 8421 t 21185 15545 8965 t 28463 28382 28383 t 24320 4971 25766 t 22393 22281 24454 t 6652 6183 6141 t 17223 6439 17317 t 6439 6248 6548 t 17317 6439 6548 t 6134 6133 6548 t 6248 6134 6548 t 23657 23636 6133 t 19598 17223 17317 t 25590 27273 27271 t 2716 19598 17603 t 17603 19598 17317 t 6203 2716 2717 t 2717 2716 17603 t 27666 6203 6647 t 6647 6203 2717 t 27666 27665 27542 t 27665 27666 6647 t 27543 27542 27417 t 27543 27666 27542 t 26674 26796 26795 t 27418 27543 27417 t 27172 27173 27293 t 26544 26674 26673 t 27296 27422 27295 t 27294 27420 27419 t 27626 22529 23143 t 27296 27295 27174 t 26805 26926 26804 t 19647 22137 19736 t 10231 25015 24927 t 26805 26804 26681 t 25837 25888 27441 t 10257 10231 24927 t 27729 23050 23049 t 24560 25888 25837 t 27432 27557 27431 t 25095 25096 25203 t 19423 17415 27396 t 23946 24044 24043 t 23945 23946 24043 t 24044 24148 24147 t 24043 24044 24147 t 24148 24253 24252 t 24147 24148 24252 t 24253 24364 24363 t 24252 24253 24363 t 24364 24477 24476 t 24363 24364 24476 t 24587 24586 24476 t 24477 24587 24476 t 24700 24699 24586 t 24587 24700 24586 t 24700 24810 24809 t 24699 24700 24809 t 21919 21967 21888 t 17291 21739 10277 t 288 10230 285 t 25113 23727 23726 t 10230 25113 25087 t 2935 10230 25087 t 26304 26303 26174 t 26175 26304 26174 t 29945 30041 30040 t 31107 31106 30976 t 26677 26678 26798 t 27043 27044 27172 t 6210 6153 27669 t 26917 26918 27043 t 27044 27173 27172 t 26918 27044 27043 t 26155 26156 26283 t 27293 27419 27418 t 27408 27533 27532 t 27407 27408 27532 t 27170 27171 27291 t 27292 27418 27417 t 27042 27171 27170 t 27291 27292 27417 t 26795 26796 26915 t 26916 27042 27041 t 29951 30047 29950 t 26915 26916 27041 t 23635 23641 23640 t 23641 24343 23640 t 24343 24342 23640 t 24343 25588 24342 t 25588 25577 24342 t 6152 2591 19655 t 24645 18708 24756 t 27214 27334 27333 t 14738 820 2824 t 27334 27464 27463 t 27333 27334 27463 t 24255 24256 23218 t 32113 31892 32010 t 10764 10835 24794 t 12838 13351 11095 t 23842 28432 28507 t 25577 25588 27220 t 5019 6544 6444 t 6650 6132 6444 t 12533 23743 15425 t 23743 25555 25443 t 15425 23743 25443 t 26588 21499 26657 t 25555 26212 25951 t 25443 25555 25951 t 17250 19365 19346 t 26212 23746 21113 t 26543 26544 26673 t 16028 21417 21339 t 27293 27294 27419 t 26418 26544 26543 t 27175 27296 27174 t 27420 27544 27543 t 23498 19347 20240 t 27175 27174 27045 t 26682 26805 26681 t 26185 26053 25360 t 25015 23725 23724 t 26682 26681 26553 t 24558 24560 25837 t 24927 25015 23724 t 12070 17567 17520 t 25087 25113 23726 t 17519 19253 479 t 27406 27405 27281 t 27430 27429 27303 t 23843 23947 23946 t 19423 13503 20714 t 23947 24045 24044 t 23946 23947 24044 t 24045 24149 24148 t 24044 24045 24148 t 24149 24254 24253 t 24148 24149 24253 t 24254 24365 24364 t 24253 24254 24364 t 24365 24478 24477 t 24364 24365 24477 t 24588 24587 24477 t 24478 24588 24477 t 24588 24701 24700 t 24587 24588 24700 t 11402 12258 10203 t 24700 24701 24810 t 16852 4278 27453 t 19245 481 285 t 26927 26926 26805 t 21799 15749 26954 t 482 481 19245 t 481 288 285 t 26175 26174 26043 t 26044 26175 26043 t 17510 17226 22868 t 26672 26794 26793 t 26548 26678 26677 t 26547 26548 26677 t 19596 19597 2715 t 27173 27294 27293 t 24994 24993 24880 t 26034 26165 26033 t 26534 26664 26663 t 26156 26284 26283 t 26664 26786 26785 t 26663 26664 26785 t 24115 26198 26197 t 26198 25338 26207 t 17534 25831 27693 t 22279 22280 22391 t 27213 19497 19414 t 30143 30142 30046 t 12492 26959 12578 t 21679 23635 23618 t 25219 25218 25108 t 25335 25436 25334 t 23640 24342 24339 t 31359 31360 31474 t 25436 25435 25334 t 27975 27974 27919 t 23606 24315 24313 t 27088 27215 27214 t 10919 10920 10998 t 27215 27335 27334 t 27214 27215 27334 t 27335 27465 27464 t 27334 27335 27464 t 24024 24025 23231 t 27464 22799 27463 t 10741 11095 11250 t 27465 27588 22799 t 18787 26716 27602 t 19914 21293 21114 t 31570 31688 31569 t 6183 19070 19154 t 27206 27213 19414 t 19497 15428 15380 t 28030 28083 28082 t 25951 21113 26081 t 27531 27655 27530 t 25443 25951 26081 t 25951 26212 21113 t 15425 25443 25442 t 25442 25443 26081 t 12533 15425 15385 t 15385 15425 25442 t 27220 12533 19417 t 19417 12533 15385 t 23635 23640 23618 t 27219 27220 19417 t 25109 25219 25108 t 6132 23635 21679 t 26417 26418 26543 t 24980 17324 27703 t 27419 27420 27543 t 26294 26418 26417 t 27046 27175 27045 t 27544 27668 27667 t 26185 26439 26053 t 27046 27045 26919 t 26554 26682 26553 t 26439 24791 26053 t 23725 24546 24545 t 26554 26553 26426 t 23727 24560 24558 t 23724 23725 24545 t 10230 2935 285 t 23726 23727 24558 t 17129 6640 24053 t 27579 27580 26774 t 23844 23948 23947 t 23843 23844 23947 t 23948 24046 24045 t 23947 23948 24045 t 24046 24150 24149 t 24045 24046 24149 t 24149 24150 24254 t 24254 24366 24365 t 24366 24479 24478 t 24365 24366 24478 t 24479 24589 24588 t 24478 24479 24588 t 20170 26653 20074 t 24588 24589 24701 t 26831 21799 26774 t 19998 26658 26779 t 25117 27580 27579 t 25229 25117 27579 t 25117 25229 25950 t 17301 16093 17517 t 17518 481 482 t 26215 27085 24559 t 26044 26043 25919 t 25920 26044 25919 t 6083 26833 5967 t 26557 26556 26430 t 29792 29884 29791 t 26678 26799 26798 t 24881 24994 24880 t 31325 31443 31324 t 24889 24888 24777 t 24994 25101 25100 t 24668 24778 24667 t 27604 27715 24680 t 24787 26182 5965 t 25572 32221 32006 t 24680 24787 5965 t 27532 27533 27656 t 27783 2478 2125 t 25577 27220 27219 t 25574 25577 27219 t 23618 23640 24339 t 24342 25577 25574 t 17495 25006 16937 t 24339 24342 25574 t 27304 27430 27303 t 27678 27677 27553 t 27504 22313 22409 t 26715 15384 24337 t 31206 31205 31089 t 24037 24040 10404 t 27216 27215 27088 t 27089 27216 27088 t 27336 27335 27215 t 27216 27336 27215 t 27336 27466 27465 t 27335 27336 27465 t 27466 27589 27588 t 27465 27466 27588 t 27589 27714 27713 t 27588 27589 27713 t 26563 26564 19647 t 11585 22202 20556 t 27690 6200 2593 t 22392 22391 22280 t 17150 26050 2238 t 30608 30607 30487 t 26550 26549 26422 t 24106 23826 5857 t 26423 26550 26422 t 24116 16941 23817 t 17423 24133 11207 t 27459 10218 17022 t 25014 10236 26325 t 16792 27649 13070 t 17504 2475 17956 t 17504 26701 2475 t 25810 25809 4895 t 25955 17504 17956 t 27449 25924 27450 t 6349 6132 21679 t 10276 13711 25143 t 17122 17467 17324 t 6444 6132 6349 t 26293 26294 26417 t 6203 15657 2716 t 27543 27544 27667 t 26165 26294 26293 t 26920 27046 26919 t 15392 15657 27667 t 24682 27071 24791 t 26920 26919 26798 t 26427 26554 26426 t 26439 24682 24791 t 24545 24546 25814 t 25797 25796 25673 t 24546 25827 25814 t 25827 27440 27439 t 16093 17301 6642 t 6643 16093 6642 t 27580 26831 26774 t 21183 22374 22321 t 23845 23949 23948 t 23844 23845 23948 t 23949 24047 24046 t 23948 23949 24046 t 24047 24151 24150 t 24046 24047 24150 t 24151 24255 24254 t 24150 24151 24254 t 24589 24479 10767 t 24254 24255 24366 t 27193 20098 27065 t 27867 27866 27817 t 21522 22516 22518 t 25248 22979 21184 t 21446 17847 21447 t 2472 25117 25950 t 27685 27684 27560 t 27547 27671 27546 t 26200 26215 24559 t 17517 17518 482 t 25920 25919 25796 t 26705 26579 17352 t 30351 30350 30244 t 31210 31325 31209 t 19201 19114 26836 t 5965 26182 26054 t 26338 25806 17035 t 26037 26036 25914 t 6131 24139 5741 t 2590 2470 27604 t 25915 26037 25914 t 25831 26085 27444 t 27715 24787 24680 t 27656 27655 27531 t 26182 17614 26054 t 25949 24683 26566 t 26588 27446 21499 t 2007 25955 17956 t 17609 19169 19253 t 18995 14837 13699 t 4895 2007 17956 t 27896 17759 17758 t 15994 31611 17277 t 27994 28046 27993 t 15547 15479 15480 t 22475 20655 17507 t 30917 15119 14979 t 26837 12408 26718 t 23915 17874 23820 t 30349 30348 30242 t 27217 23237 17811 t 21485 21132 22845 t 27337 27336 27216 t 6147 20656 20751 t 27336 27337 27466 t 27337 27590 27589 t 27466 27337 27589 t 21106 22202 27714 t 27589 27590 27714 t 19157 18594 18593 t 20228 19423 13948 t 20556 22202 18807 t 21544 17180 21597 t 24788 24792 26778 t 25900 25901 26022 t 27037 27166 27036 t 27289 27413 27412 t 27166 27289 27288 t 27165 27166 27288 t 26911 27037 26910 t 27288 27289 27412 t 26790 26791 26910 t 27166 27165 27036 t 26669 26791 26668 t 27037 27036 26910 t 26539 26669 26538 t 26791 26911 26910 t 26289 26288 26160 t 26791 26790 26668 t 30917 11166 30422 t 26029 26028 25906 t 6445 6444 6349 t 29674 29768 29673 t 2715 19597 19598 t 17608 17607 19950 t 26164 26165 26293 t 23740 24593 24590 t 27668 15392 27667 t 25549 25664 25548 t 26799 26920 26798 t 2124 2715 15657 t 25916 26038 25915 t 25796 25672 25673 t 24682 17218 27699 t 27325 25007 31941 t 16093 17518 17517 t 25567 4773 19416 t 2472 25950 26312 t 27436 27561 27435 t 25252 26082 25251 t 9875 6701 12978 t 19112 17539 20509 t 23949 24048 24047 t 24048 24152 24151 t 24047 24048 24151 t 24152 24256 24255 t 24151 24152 24255 t 17334 23085 23084 t 23218 24256 24368 t 20098 27193 20189 t 27475 22923 27474 t 29864 29863 29772 t 18013 6210 27670 t 479 17476 19246 t 27561 27685 27560 t 19236 19237 19316 t 24559 27085 19496 t 27685 6643 6642 t 27058 27057 26931 t 19496 25567 26713 t 24706 25948 19621 t 25797 25920 25796 t 26422 26548 26421 t 17032 19074 17778 t 25937 26461 25806 t 5743 17035 25806 t 24660 24661 24769 t 24881 24880 24769 t 24684 24346 27451 t 24004 21818 21137 t 27292 27293 27418 t 26916 26917 27042 t 17227 17315 2119 t 27283 27407 27406 t 27532 27656 27531 t 26413 26539 26412 t 26669 26668 26538 t 26289 26413 26288 t 26539 26538 26412 t 26413 26412 26288 t 10616 24573 10694 t 16305 17376 15471 t 24794 24902 10904 t 17811 19234 26960 t 26838 26837 26718 t 26719 26838 26718 t 29575 29672 29470 t 25230 25820 25821 t 17568 27574 25339 t 28318 28383 28317 t 23477 21656 23478 t 11932 16233 17098 t 24423 23510 23517 t 27338 27467 27337 t 27467 27591 27590 t 27337 27467 27590 t 27590 27591 21106 t 21820 22202 21106 t 21401 17025 24685 t 16203 12615 12274 t 24664 24663 24549 t 27535 27536 27659 t 25215 25331 25214 t 24325 24326 24438 t 25105 25215 25104 t 25432 25329 25330 t 24998 25105 24997 t 25331 25330 25214 t 24998 24997 24884 t 25215 25214 25104 t 24885 24998 24884 t 25105 25104 24997 t 25331 25432 25330 t 25543 25542 25329 t 25432 25543 25329 t 25658 25657 25542 t 25543 25658 25542 t 25781 25780 25657 t 25659 25782 25658 t 25907 25906 25781 t 29856 29855 29767 t 23763 23670 27596 t 27663 6155 27662 t 19949 19950 27789 t 23737 23740 24590 t 5852 17030 26214 t 25549 25548 25437 t 15392 2124 15657 t 6258 23855 6135 t 25916 25915 25790 t 25791 25916 25790 t 24107 24900 23826 t 23926 19652 23927 t 29944 29945 30040 t 24455 17021 26775 t 26713 25567 19416 t 26895 26463 19418 t 27436 27435 27308 t 27309 27436 27308 t 26061 2472 26312 t 2925 12266 20509 t 20509 17539 2925 t 23950 24049 24048 t 23949 23950 24048 t 24049 24153 24152 t 24048 24049 24152 t 24257 24256 24152 t 24153 24257 24152 t 32116 32064 31961 t 13458 17485 16197 t 22417 19392 11075 t 30223 25669 24542 t 25794 25918 25793 t 27061 27189 27060 t 27309 27308 27188 t 4773 15383 27521 t 27684 27685 6642 t 19416 4773 27521 t 15383 26895 19418 t 27297 27423 27296 t 10265 10235 25120 t 1725 6333 19412 t 25006 15377 24106 t 26298 26422 26421 t 26297 26298 26421 t 2124 19596 2715 t 24770 24881 24769 t 15710 2119 2969 t 25653 25654 25776 t 26024 26156 26155 t 26461 24455 26775 t 25902 26024 26023 t 25815 25816 24899 t 25907 26029 25906 t 26289 26160 26028 t 25906 25905 25780 t 25658 25781 25657 t 22180 11476 21046 t 25781 25906 25780 t 21574 23828 23492 t 32084 22513 22394 t 24573 10616 24574 t 17180 21545 27572 t 26595 26596 26719 t 21806 17336 2691 t 24536 27692 27700 t 25587 27575 26702 t 27575 24536 27700 t 25819 25587 27321 t 17413 23101 12449 t 21762 19074 6225 t 23481 19567 27468 t 12741 12660 12661 t 27338 23481 27467 t 19645 19646 19734 t 27468 27592 27591 t 27467 27468 27591 t 27592 27716 21105 t 27591 27592 21105 t 17115 21985 19910 t 27660 27786 27785 t 6081 6333 1725 t 24439 24550 24549 t 27659 27660 27785 t 31560 31559 31440 t 24438 24439 24549 t 26824 26194 21400 t 24326 24439 24438 t 26171 26170 26039 t 26040 26171 26039 t 18030 18031 24218 t 27554 27678 27553 t 22047 24025 23928 t 16792 27524 27649 t 26424 26423 26300 t 26028 26027 25905 t 25782 25907 25781 t 25906 26028 25905 t 24704 24209 17511 t 25782 25781 25658 t 6155 19949 27789 t 23670 24704 17511 t 15662 24156 26948 t 6155 27789 27662 t 25664 25663 25548 t 17706 5852 26214 t 23855 23658 23656 t 26038 26037 25915 t 23728 23855 23656 t 30244 30350 30349 t 25668 25791 25667 t 23754 23837 23753 t 23927 23928 24025 t 17424 24567 26147 t 21904 27585 15751 t 27561 27560 27435 t 26463 17424 26147 t 26428 26555 26427 t 27189 27188 27060 t 25794 25793 25670 t 23847 23951 23950 t 23846 23847 23950 t 23951 24050 24049 t 23950 23951 24049 t 24050 24154 24153 t 24049 24050 24153 t 24154 24258 24257 t 24153 24154 24257 t 3433 13458 17003 t 16452 3433 17003 t 26310 26309 26180 t 27061 27060 26934 t 26683 26682 26554 t 27521 15383 19418 t 27189 27309 27188 t 26463 26147 19418 t 22042 19143 23235 t 21544 17979 17978 t 21199 21937 22322 t 25941 25807 11336 t 26169 26168 26037 t 10323 6333 6281 t 19597 19596 17224 t 26548 26547 26421 t 25912 25911 25786 t 17224 6546 6545 t 25912 26034 25911 t 26165 26164 26033 t 26685 26684 26555 t 26922 26921 26800 t 5019 6444 6445 t 29761 29850 29849 t 6346 23763 27596 t 32008 32335 32118 t 26029 26289 26028 t 11290 22723 25246 t 24924 21692 23004 t 10087 32261 12783 t 30243 30349 30242 t 22589 22109 22531 t 32062 26187 31928 t 26468 26597 26596 t 22264 18781 27564 t 26840 26719 26596 t 26597 26840 26596 t 21046 25369 22731 t 22619 23048 22493 t 11147 11227 11226 t 25587 26702 27321 t 28900 28989 28899 t 23481 27468 27467 t 27575 27700 26702 t 29171 29074 28988 t 21855 21928 23511 t 27464 27465 22799 t 18995 13699 13711 t 22417 27592 27468 t 31927 31823 12615 t 22417 27717 27716 t 27592 22417 27716 t 24351 10539 10469 t 22016 27716 27717 t 27410 27411 27535 t 19065 19064 18981 t 20042 20041 13178 t 27287 27411 27410 t 27786 20041 20042 t 17319 17320 13178 t 27785 27786 20042 t 17319 4772 6082 t 6129 6130 10266 t 27536 27660 27659 t 17320 17319 6082 t 6247 6129 10266 t 6247 10266 6082 t 4772 6247 6082 t 26555 26554 26427 t 25210 25211 25326 t 26160 26159 26027 t 26028 26160 26027 t 25659 25658 25543 t 25544 25659 25543 t 16268 16275 24209 t 24704 16268 24209 t 27540 27663 27662 t 27539 27540 27662 t 1724 15662 26948 t 24156 5852 17706 t 25221 25336 25220 t 23658 24370 24367 t 23656 23658 24367 t 21873 21818 21740 t 25791 25790 25667 t 2125 15898 27781 t 19655 21064 27737 t 23929 23930 24027 t 19148 18997 18474 t 19167 18547 24567 t 17424 19167 24567 t 26935 26934 26811 t 26812 26935 26811 t 26082 25952 25251 t 26309 26308 26179 t 23848 23952 23951 t 23847 23848 23951 t 23952 24051 24050 t 23951 23952 24050 t 24051 24155 24154 t 24050 24051 24154 t 24155 24259 24258 t 24154 24155 24258 t 24258 24259 24369 t 23935 23936 24033 t 22042 22362 23365 t 23721 24541 24535 t 19776 21140 23211 t 26935 27061 26934 t 23922 23921 22663 t 21519 11232 21737 t 24485 10776 10777 t 16483 27733 27734 t 21313 22979 22248 t 23247 21941 11726 t 26038 26169 26037 t 23830 23928 23927 t 26298 26297 26168 t 25664 25787 25663 t 6546 6341 6249 t 25787 25912 25786 t 26034 26033 25911 t 26801 26922 26800 t 26306 26429 26305 t 27054 27183 27053 t 27304 27303 27182 t 18809 18894 25221 t 6085 5019 6445 t 21763 21764 24656 t 26310 26180 19398 t 25957 26087 26086 t 27828 27876 27827 t 26087 26218 26217 t 26086 26087 26217 t 26218 26343 26342 t 26217 26218 26342 t 26343 26469 26468 t 26342 26343 26468 t 26469 26598 26597 t 26468 26469 26597 t 26720 26840 26597 t 26598 26720 26597 t 26720 26841 26840 t 26964 26963 26840 t 26841 26964 26840 t 318 15713 15801 t 17415 19423 20228 t 13177 30769 30121 t 25339 25230 25821 t 26313 26211 24591 t 11980 11892 11893 t 25821 25820 26313 t 2574 27451 20319 t 30845 30968 30844 t 32308 32043 32060 t 29073 29072 28986 t 27718 15938 27717 t 28987 29073 28986 t 11830 12693 12769 t 27286 27287 27410 t 19238 30676 19239 t 27287 27286 27163 t 27411 27536 27535 t 27164 27163 27034 t 27164 27287 27163 t 27035 27034 26908 t 27035 27164 27034 t 26789 26909 26788 t 26909 27035 26908 t 26789 26788 26666 t 26667 26789 26666 t 17243 19156 6130 t 6129 17243 6130 t 19247 23764 26568 t 17291 21753 21739 t 26288 26287 26159 t 26160 26288 26159 t 25332 25433 25331 t 25544 25543 25432 t 24229 26942 16275 t 16268 24229 16275 t 27289 27290 27414 t 27415 27540 27539 t 27712 7759 23817 t 26076 27712 23817 t 25221 25220 25110 t 25111 25221 25110 t 24370 25644 25639 t 24367 24370 25639 t 24929 25040 11227 t 23960 10558 10485 t 25689 25690 27324 t 25806 26461 25930 t 23653 31906 25416 t 18032 22109 22589 t 24928 24925 18547 t 19167 24928 18547 t 26561 26691 26560 t 26812 26811 26690 t 26180 26309 26179 t 25571 27079 26584 t 23849 23953 23952 t 23848 23849 23952 t 23953 24052 24051 t 23952 23953 24051 t 26837 26960 12493 t 24051 24052 24155 t 10776 10706 10777 t 10348 10290 10291 t 10919 10849 10850 t 26315 26438 11937 t 31981 32120 32252 t 20467 20468 27688 t 9433 3783 9431 t 17755 2629 2754 t 24816 24817 11145 t 22816 16905 16938 t 11071 24926 11144 t 27896 22858 27846 t 6545 6546 6249 t 26169 26298 26168 t 17005 5445 14488 t 6258 6135 6249 t 25096 25204 25203 t 19077 20334 15434 t 17030 16941 24116 t 15417 10712 10618 t 26214 17030 24116 t 26948 24156 17706 t 21764 21763 22070 t 19949 17608 19950 t 22313 27630 22006 t 27095 22440 26965 t 25838 25958 25957 t 25111 18728 18809 t 25958 26088 26087 t 25957 25958 26087 t 26088 26219 26218 t 26087 26088 26218 t 26219 26344 26343 t 26218 26219 26343 t 26344 26470 26469 t 26343 26344 26469 t 26470 26599 26598 t 26469 26470 26598 t 26721 26720 26598 t 26599 26721 26598 t 26842 26841 26720 t 26721 26842 26720 t 26965 26964 26841 t 26842 26965 26841 t 25530 25645 19225 t 20810 15661 5623 t 10986 10985 24810 t 10838 24589 10839 t 25102 25101 24994 t 27719 27718 22886 t 25212 25211 25101 t 24995 25102 24994 t 11327 32146 32126 t 25102 25212 25101 t 9545 3783 9657 t 11071 10997 10998 t 15648 15938 27718 t 27719 15648 27718 t 21008 8759 21007 t 22767 25090 24161 t 28625 28624 28542 t 19585 19584 5624 t 28719 28811 28718 t 25359 25940 17512 t 28991 28810 28811 t 28717 28716 28624 t 5622 17612 24230 t 1887 32254 17512 t 17710 5622 24230 t 27172 27293 27292 t 26909 26908 26788 t 26009 25932 25940 t 23611 23610 19156 t 26667 26666 26536 t 17243 23611 19156 t 26412 26411 26287 t 24922 25014 26325 t 25433 25544 25432 t 26288 26412 26287 t 24674 12246 26942 t 25216 25332 25215 t 27414 27415 27539 t 24229 24674 26942 t 17403 11207 7759 t 27167 27168 27289 t 27712 17403 7759 t 25644 27311 27276 t 25111 25110 25003 t 25668 25667 25552 t 25639 25644 27276 t 3209 16489 12122 t 23737 24590 24572 t 23930 24028 24027 t 26462 26590 24449 t 24928 24672 27080 t 26056 25679 24561 t 26691 26812 26690 t 24925 24928 27080 t 16364 17216 24115 t 26435 26561 26434 t 25571 26584 23914 t 23757 23850 23849 t 23849 23850 23953 t 30355 30475 30354 t 6143 8315 7974 t 19154 23605 23604 t 22593 22663 23921 t 19069 19154 23604 t 31450 31570 31569 t 26894 20259 20352 t 24485 24596 24595 t 24484 24485 24595 t 24596 24708 24707 t 24595 24596 24707 t 24708 24817 24816 t 24707 24708 24816 t 10083 17710 5979 t 11146 11145 24817 t 6341 6258 6249 t 23255 21417 5744 t 15481 22466 22838 t 23855 23728 6135 t 11309 25146 25260 t 25369 21046 11476 t 11389 11308 11309 t 18803 18889 18888 t 17318 5019 6085 t 17608 17318 17607 t 25711 25839 25838 t 18809 25221 25111 t 25839 25959 25958 t 25838 25839 25958 t 25959 26089 26088 t 25958 25959 26088 t 26089 26220 26219 t 26088 26089 26219 t 26220 26345 26344 t 26219 26220 26344 t 26345 26471 26470 t 26344 26345 26470 t 26471 26600 26599 t 26470 26471 26599 t 26722 26721 26599 t 26600 26722 26599 t 26843 26842 26721 t 26722 26843 26721 t 26966 26965 26842 t 26843 26966 26842 t 26966 27096 27095 t 26965 26966 27095 t 30155 30260 30154 t 27885 27939 27884 t 23235 27846 22858 t 21656 15648 27719 t 25430 25429 25327 t 25328 25430 25327 t 25328 25327 25211 t 25212 25328 25211 t 21425 15648 22269 t 27697 2238 2353 t 28544 28543 28466 t 28538 28537 28460 t 24323 25564 25560 t 11389 11307 11308 t 17720 25142 25036 t 19155 19156 23609 t 27199 27203 19585 t 5624 17720 25036 t 25560 25564 27199 t 19584 17720 5624 t 23833 23930 21632 t 27203 19584 19585 t 27397 16364 9615 t 18618 19790 21452 t 25359 26009 25940 t 2234 2470 27191 t 26537 26667 26536 t 24456 24457 25932 t 23611 24335 24323 t 26537 26536 26410 t 21818 21863 23102 t 23610 23611 24323 t 26538 26537 26411 t 24812 4278 18082 t 25433 25432 25331 t 26412 26538 26411 t 24674 24426 27022 t 25106 25216 25105 t 27290 27415 27414 t 12246 24674 27022 t 17403 17423 11207 t 27038 27039 27167 t 25004 25111 25003 t 25799 25922 25798 t 27311 17414 17411 t 25004 25003 24890 t 23927 24025 24024 t 27276 27311 17411 t 25344 22329 22330 t 3575 17975 14451 t 26932 27058 26931 t 19657 26562 26435 t 26191 27076 27080 t 10235 25137 25120 t 26691 26690 26560 t 24672 26191 27080 t 16942 25571 23914 t 18420 18347 18348 t 17120 26068 26714 t 23758 23851 23850 t 23757 23758 23850 t 21447 21448 26074 t 8315 22015 2359 t 16767 19104 19021 t 23246 21860 19910 t 27079 25144 26584 t 26068 25832 26075 t 25554 17610 25553 t 25832 25681 26075 t 8667 32308 9418 t 21568 22716 22820 t 24486 24597 24596 t 24485 24486 24596 t 24597 24709 24708 t 24596 24597 24708 t 24709 24818 24817 t 24708 24709 24817 t 22412 22474 22413 t 21001 20914 20915 t 18576 24781 18495 t 25787 25786 25663 t 22845 21132 23109 t 25260 22082 25369 t 25146 25261 25260 t 25040 25146 11309 t 20273 21452 19790 t 28988 29074 28987 t 23670 17511 27596 t 25591 22693 25477 t 21519 21711 11232 t 25317 18972 25201 t 25591 25712 25711 t 28351 28350 28292 t 25712 25840 25839 t 25711 25712 25839 t 25840 25960 25959 t 25839 25840 25959 t 25960 26090 26089 t 25959 25960 26089 t 26090 26221 26220 t 26089 26090 26220 t 26221 26346 26345 t 26220 26221 26345 t 26346 26472 26471 t 26345 26346 26471 t 26601 26600 26471 t 26472 26601 26471 t 26723 26722 26600 t 26601 26723 26600 t 26844 26843 26722 t 26723 26844 26722 t 26967 26966 26843 t 26844 26967 26843 t 26967 27097 27096 t 26966 26967 27096 t 27097 27222 27221 t 27096 27097 27221 t 11058 11133 11132 t 22703 12449 23101 t 25430 25540 25539 t 17704 17703 15898 t 5966 6246 6652 t 6080 5966 6652 t 27221 21234 27096 t 6246 10239 6183 t 27171 27172 27292 t 29081 29178 29080 t 25430 25431 25540 t 22252 21048 10309 t 23610 24323 24318 t 25541 25656 25655 t 6130 19156 19155 t 23609 23610 24318 t 10239 6130 19155 t 19156 23610 23609 t 24318 24323 25560 t 25564 27203 27199 t 15749 21720 27455 t 21880 21879 21798 t 2359 22015 26400 t 21638 18490 21766 t 26009 24456 25932 t 30021 3130 30109 t 26411 26537 26410 t 25196 23733 24457 t 24335 25565 25564 t 26287 26411 26286 t 19259 13371 19260 t 24323 24335 25564 t 26668 26667 26537 t 8308 21549 26947 t 25332 25331 25215 t 26538 26668 26537 t 30595 30594 30474 t 25216 25215 25105 t 27168 27290 27289 t 27022 24426 13279 t 27039 27168 27167 t 20996 13977 20440 t 27208 25640 24133 t 17414 23815 23805 t 24779 24780 24890 t 26310 26432 26309 t 17411 17414 23805 t 26431 26557 26430 t 22015 8315 6143 t 16851 24759 16203 t 26921 26920 26799 t 26191 25688 25686 t 25120 25137 23729 t 26561 26560 26434 t 27076 26191 25686 t 25792 25917 25791 t 26558 26688 26557 t 26202 26063 25681 t 18330 16393 23829 t 23758 23759 23851 t 17610 6146 2234 t 22721 22850 21175 t 25792 25791 25668 t 25669 25792 25668 t 24351 24352 10616 t 25917 25916 25791 t 10777 24374 24486 t 5137 24793 24782 t 24374 24487 24486 t 22417 27718 27717 t 24487 24598 24597 t 24486 24487 24597 t 24598 24710 24709 t 24597 24598 24709 t 24710 24819 24818 t 24709 24710 24818 t 24819 24930 24929 t 24818 24819 24929 t 24930 25041 25040 t 24929 24930 25040 t 25041 25147 25146 t 25040 25041 25146 t 25262 25261 25146 t 25147 25262 25146 t 25247 25136 11209 t 25262 25370 25261 t 27503 27504 22409 t 24052 23953 10407 t 25477 25592 25591 t 21232 27223 27345 t 25592 25713 25712 t 25591 25592 25712 t 25713 25841 25840 t 25712 25713 25840 t 25841 25961 25960 t 25840 25841 25960 t 25961 26091 26090 t 25960 25961 26090 t 26091 26222 26221 t 26090 26091 26221 t 26222 26347 26346 t 26221 26222 26346 t 26346 26347 26472 t 26602 26601 26472 t 26602 26723 26601 t 26723 26845 26844 t 26968 26967 26844 t 26845 26968 26844 t 27098 27097 26967 t 26968 27098 26967 t 27098 27223 27222 t 27097 27098 27222 t 10485 10421 23960 t 17767 17766 28168 t 17771 17770 28295 t 21232 22921 22920 t 16563 5966 17438 t 11370 25354 22723 t 19155 23609 23606 t 19070 19155 23606 t 24136 26588 25462 t 25329 25431 25430 t 27030 27031 27159 t 25655 25656 25778 t 25103 25213 25102 t 25540 25541 25655 t 25904 25903 25778 t 25431 25541 25540 t 25656 25779 25778 t 25328 25329 25430 t 21958 25117 22056 t 21720 21650 21651 t 10309 22017 15429 t 27580 21958 26831 t 28461 28538 28460 t 24456 25196 24457 t 26897 23824 23733 t 26287 26286 26158 t 26159 26287 26158 t 25565 27203 25564 t 26776 21549 8308 t 26897 26776 8308 t 26790 26789 26667 t 26668 26790 26667 t 24886 24999 24885 t 25106 25105 24998 t 17609 17519 17567 t 21232 22920 27221 t 26792 26793 26912 t 26913 27039 27038 t 27416 27541 27540 t 25923 25800 19236 t 24670 24780 24779 t 24669 24670 24779 t 23805 23815 25586 t 24571 24572 25891 t 24110 26819 23764 t 26809 26932 26808 t 26932 26931 26808 t 25688 10080 10334 t 25686 25688 10334 t 23515 22285 8067 t 27438 27563 27437 t 21061 23244 23735 t 27327 27207 26190 t 27214 12576 12577 t 31129 31244 31128 t 17534 27693 27576 t 22075 24027 24028 t 24375 10708 10709 t 27324 27326 17409 t 24375 24488 24487 t 24374 24375 24487 t 24488 24599 24598 t 24487 24488 24598 t 24599 24711 24710 t 24598 24599 24710 t 24711 24820 24819 t 24710 24711 24819 t 24820 24931 24930 t 24819 24820 24930 t 24931 25042 25041 t 24930 24931 25041 t 25042 25148 25147 t 25041 25042 25147 t 25263 25262 25147 t 25148 25263 25147 t 25371 25370 25262 t 25263 25371 25262 t 25371 25478 25477 t 25370 25371 25477 t 25478 25593 25592 t 25477 25478 25592 t 25593 25714 25713 t 25592 25593 25713 t 25714 25842 25841 t 25713 25714 25841 t 25842 25962 25961 t 25841 25842 25961 t 25962 26092 26091 t 25961 25962 26091 t 26223 26222 26091 t 26092 26223 26091 t 26348 26347 26222 t 26223 26348 26222 t 26473 26472 26347 t 26348 26473 26347 t 26603 26602 26472 t 26473 26603 26472 t 26724 26723 26602 t 26603 26724 26602 t 26724 26846 26845 t 26723 26724 26845 t 26846 26969 26968 t 26845 26846 26968 t 27099 27098 26968 t 26969 27099 26968 t 27099 27224 27223 t 27098 27099 27223 t 27223 27224 27345 t 2603 22214 2484 t 24483 10848 10775 t 10564 11569 20620 t 23609 24318 24315 t 17821 16563 17705 t 25940 26338 1887 t 23606 23609 24315 t 25768 19306 19307 t 17141 17238 2127 t 25329 25328 25212 t 30300 30301 810 t 25103 25102 24995 t 25213 25329 25212 t 24996 25103 24995 t 25213 25212 25102 t 15417 15429 22012 t 27704 27084 27705 t 15417 22011 15387 t 22656 27218 23363 t 27586 13020 21517 t 26964 26965 22440 t 28382 28251 28252 t 27163 27162 27033 t 25196 26897 23733 t 17113 25819 16939 t 26411 26410 26286 t 27203 17508 19584 t 26159 26158 26026 t 26910 26909 26789 t 26216 24138 24456 t 24999 25106 24998 t 26790 26910 26789 t 16203 26070 12615 t 24999 24998 24885 t 26912 26913 27038 t 20751 17609 17567 t 27553 27677 27676 t 26793 26913 26912 t 20725 20345 13977 t 6204 6155 27663 t 25586 25583 25584 t 24555 24556 24669 t 27438 27437 27310 t 25795 25794 25671 t 19908 19819 19820 t 25137 23736 23729 t 30223 25671 25670 t 10080 5969 2440 t 26593 25222 17420 t 27563 27687 27562 t 10334 10080 2440 t 25921 25920 25797 t 24562 26707 24455 t 27429 27553 27428 t 18267 18187 24324 t 2483 19953 17423 t 29957 29956 29861 t 26840 22438 26719 t 24376 24489 24488 t 24375 24376 24488 t 24489 24600 24599 t 24488 24489 24599 t 24600 24712 24711 t 24599 24600 24711 t 24712 24821 24820 t 24711 24712 24820 t 24821 24932 24931 t 24820 24821 24931 t 24932 25043 25042 t 24931 24932 25042 t 25149 25148 25042 t 25043 25149 25042 t 25264 25263 25148 t 25149 25264 25148 t 25372 25371 25263 t 25264 25372 25263 t 25372 25479 25478 t 25371 25372 25478 t 25479 25594 25593 t 25478 25479 25593 t 25593 25594 25714 t 25594 25843 25842 t 25714 25594 25842 t 25843 25963 25962 t 25842 25843 25962 t 25963 26093 26092 t 25962 25963 26092 t 26224 26223 26092 t 26093 26224 26092 t 26349 26348 26223 t 26224 26349 26223 t 26474 26473 26348 t 26349 26474 26348 t 26604 26603 26473 t 26474 26604 26473 t 26725 26724 26603 t 26604 26725 26603 t 26725 26847 26846 t 26724 26725 26846 t 26847 26970 26969 t 26846 26847 26969 t 27100 27099 26969 t 26970 27100 26969 t 27100 27225 27224 t 27099 27100 27224 t 27225 27346 27345 t 27224 27225 27345 t 27473 27472 27345 t 27346 27473 27345 t 12407 12493 12492 t 24346 27572 21545 t 5966 6080 17438 t 25429 25430 25539 t 24318 25560 25554 t 2596 17821 2478 t 31443 31442 31324 t 24315 24318 25554 t 24457 25939 25937 t 28625 28717 28624 t 25932 24457 25937 t 27712 5131 17403 t 25940 25932 26338 t 19075 23096 23085 t 23733 24562 25939 t 10621 24259 10544 t 22770 24160 22769 t 32130 4976 32098 t 23822 23821 23244 t 27034 27163 27033 t 31210 31209 31092 t 27286 27285 27162 t 23824 26897 8308 t 17031 25006 17495 t 26027 26159 26026 t 8308 26947 26821 t 17508 4542 17720 t 26027 26026 25904 t 26776 26897 25196 t 19584 17508 17720 t 27036 27035 26909 t 24138 26776 25196 t 24775 24886 24774 t 27782 27783 2125 t 28620 28712 28537 t 24040 24037 24041 t 26541 26671 26540 t 26793 26792 26670 t 26913 26914 27039 t 23926 23927 24024 t 24445 24556 24555 t 24444 24445 24555 t 25583 26013 17707 t 25584 25583 17707 t 19829 26815 26694 t 25776 25777 25901 t 26042 25918 25794 t 25795 26042 25794 t 22016 10766 21105 t 25470 25584 17371 t 5969 26825 26336 t 2440 5969 26336 t 23840 23841 23938 t 24661 18415 24547 t 26424 26551 26423 t 27305 27432 27184 t 6538 5137 24782 t 17150 25817 26050 t 26276 26340 26213 t 17426 17520 480 t 9657 3783 3903 t 11227 25040 11309 t 20271 20272 20364 t 24264 24377 24376 t 10709 24376 24375 t 24377 24490 24489 t 24376 24377 24489 t 24490 24601 24600 t 24489 24490 24600 t 24601 24713 24712 t 24600 24601 24712 t 24713 24822 24821 t 24712 24713 24821 t 24822 24933 24932 t 24821 24822 24932 t 24933 25044 25043 t 24932 24933 25043 t 25150 25149 25043 t 25044 25150 25043 t 25265 25264 25149 t 25150 25265 25149 t 25265 25373 25372 t 25264 25265 25372 t 25373 25480 25479 t 25372 25373 25479 t 25480 25595 25594 t 25479 25480 25594 t 25595 25715 25594 t 25715 25844 25843 t 25594 25715 25843 t 25844 25964 25963 t 25843 25844 25963 t 25964 26094 26093 t 25963 25964 26093 t 26094 26225 26224 t 26093 26094 26224 t 26350 26349 26224 t 26225 26350 26224 t 26475 26474 26349 t 26350 26475 26349 t 26605 26604 26474 t 26475 26605 26474 t 26726 26725 26604 t 26605 26726 26604 t 26726 26848 26847 t 26725 26726 26847 t 26848 26971 26970 t 26847 26848 26970 t 27101 27100 26970 t 26971 27101 26970 t 27101 27226 27225 t 27100 27101 27225 t 27226 27347 27346 t 27225 27226 27346 t 27474 27473 27346 t 27347 27474 27346 t 4420 19255 14478 t 32058 32148 31852 t 25540 25655 25654 t 24995 24994 24881 t 16563 17438 17705 t 25539 25540 25654 t 25560 27199 27195 t 27784 2596 2478 t 20319 27451 21545 t 25554 25560 27195 t 25675 30435 30434 t 4979 31844 32055 t 27631 22006 27630 t 27831 27878 27830 t 16912 14470 4184 t 15876 17390 15960 t 15420 15387 19075 t 17334 15420 19075 t 21499 27446 21498 t 27568 24000 18489 t 24243 24140 24244 t 27163 27286 27162 t 27034 27033 26907 t 27410 27409 27285 t 15710 17275 2119 t 25905 26027 25904 t 29169 29265 29168 t 4542 25195 25142 t 25905 25904 25779 t 25525 26714 25256 t 17720 4542 25142 t 17705 17704 2125 t 25793 25918 25792 t 23734 23735 23820 t 27283 27284 27407 t 26671 26793 26670 t 23821 23916 23915 t 27552 27553 27676 t 26671 26670 26540 t 24556 24670 24669 t 27473 27474 22923 t 26013 17114 26083 t 24331 24332 24444 t 32354 31944 32365 t 17707 26013 26083 t 26042 26041 25918 t 23834 23932 23931 t 24033 24034 24131 t 26825 27569 27694 t 15384 24872 24337 t 26336 26825 27694 t 9615 16364 24112 t 29598 29694 29693 t 24337 9963 16945 t 21417 16028 5744 t 12590 13611 14851 t 19163 6250 19166 t 27221 27222 21232 t 23841 23939 23938 t 28716 28809 28715 t 27442 20375 20282 t 24264 10709 10635 t 27089 12578 26959 t 24265 24378 24377 t 24264 24265 24377 t 24378 24491 24490 t 24377 24378 24490 t 24491 24602 24601 t 24490 24491 24601 t 24602 24714 24713 t 24601 24602 24713 t 24714 24823 24822 t 24713 24714 24822 t 24823 24934 24933 t 24822 24823 24933 t 24934 25045 25044 t 24933 24934 25044 t 25045 25150 25044 t 25266 25265 25150 t 25266 25374 25373 t 25265 25266 25373 t 25374 25481 25480 t 25373 25374 25480 t 25481 25596 25595 t 25480 25481 25595 t 25596 25716 25715 t 25595 25596 25715 t 25716 25845 25844 t 25715 25716 25844 t 25845 25965 25964 t 25844 25845 25964 t 25965 26095 26094 t 25964 25965 26094 t 26095 26226 26225 t 26094 26095 26225 t 26351 26350 26225 t 26226 26351 26225 t 26476 26475 26350 t 26351 26476 26350 t 26606 26605 26475 t 26476 26606 26475 t 26727 26726 26605 t 26606 26727 26605 t 26727 26849 26848 t 26726 26727 26848 t 26849 26972 26971 t 26848 26849 26971 t 26972 27102 27101 t 26971 26972 27101 t 27102 27227 27226 t 27101 27102 27226 t 27227 27348 27347 t 27226 27227 27347 t 27475 27474 27347 t 27348 27475 27347 t 23122 23507 28513 t 32294 32214 32058 t 24882 24995 24881 t 25820 26211 26313 t 25778 25777 25654 t 24771 24882 24770 t 27783 27784 2478 t 25655 25778 25654 t 5624 25036 25035 t 27534 27658 27533 t 19585 5624 17666 t 17666 5624 25035 t 27199 19585 27195 t 27195 19585 17666 t 24890 18575 25004 t 15426 15420 17334 t 32188 32293 32090 t 27333 27463 8421 t 15426 27568 15420 t 15420 18489 15387 t 27568 18489 15420 t 26908 27034 26907 t 22281 22393 22392 t 27286 27410 27285 t 26908 26907 26787 t 17434 26713 26078 t 27410 27535 27534 t 29365 29364 29264 t 25918 26040 25917 t 25780 25905 25779 t 16853 19822 16925 t 17122 24346 24684 t 17467 17122 24684 t 25326 25327 25428 t 25538 25539 25653 t 27160 27161 27283 t 27284 27408 27407 t 22805 22753 22618 t 23915 23916 21218 t 26415 26541 26540 t 26414 26415 26540 t 27697 11988 24449 t 22092 22093 14203 t 24222 24223 24331 t 24332 24445 24444 t 17114 21908 21897 t 23665 23666 24373 t 27455 26452 27083 t 26173 26172 26041 t 26042 26173 26041 t 10245 10289 10244 t 29468 29467 29362 t 27569 17086 16709 t 27694 27569 16709 t 30325 25674 25673 t 23110 22012 22017 t 32275 31990 31878 t 25708 23816 24314 t 23953 10348 10407 t 16939 27321 25955 t 25099 25100 25208 t 11180 26522 14850 t 26896 15384 26715 t 23960 24058 24057 t 3924 278 19893 t 24058 24163 24162 t 24057 24058 24162 t 24163 24266 24265 t 24162 24163 24265 t 24266 24379 24378 t 24265 24266 24378 t 24379 24492 24491 t 24378 24379 24491 t 24492 24603 24602 t 24491 24492 24602 t 24603 24715 24714 t 24602 24603 24714 t 24715 24824 24823 t 24714 24715 24823 t 24824 24935 24934 t 24823 24824 24934 t 24935 25046 25045 t 24934 24935 25045 t 25151 25150 25045 t 25046 25151 25045 t 25267 25266 25150 t 25151 25267 25150 t 25267 25375 25374 t 25266 25267 25374 t 25375 25482 25481 t 25374 25375 25481 t 25482 25597 25596 t 25481 25482 25596 t 25597 25717 25716 t 25596 25597 25716 t 25717 25846 25845 t 25716 25717 25845 t 25846 25966 25965 t 25845 25846 25965 t 25966 26096 26095 t 25965 25966 26095 t 26096 26227 26226 t 26095 26096 26226 t 26352 26351 26226 t 26227 26352 26226 t 26477 26476 26351 t 26352 26477 26351 t 26607 26606 26476 t 26477 26607 26476 t 26728 26727 26606 t 26607 26728 26606 t 26728 26850 26849 t 26727 26728 26849 t 26850 26973 26972 t 26849 26850 26972 t 26973 27103 27102 t 26972 26973 27102 t 27228 27227 27102 t 27103 27228 27102 t 27228 27349 27348 t 27227 27228 27348 t 27349 27476 27475 t 27348 27349 27475 t 24259 24155 10543 t 26960 19234 26959 t 24882 24881 24770 t 22658 22978 22977 t 24771 24770 24661 t 25903 26025 26024 t 27658 27784 27783 t 25902 25903 26024 t 27534 27533 27408 t 27657 27658 27783 t 27409 27534 27408 t 27658 27657 27533 t 1925 1807 1926 t 17821 17705 2478 t 16411 18078 18079 t 18079 18078 19443 t 27577 27568 15426 t 15751 27577 15426 t 24001 24000 27568 t 27577 24001 27568 t 22447 17721 22106 t 26788 26908 26787 t 17842 24320 25766 t 27409 27410 27534 t 26788 26787 26665 t 26171 26300 26170 t 27535 27659 27658 t 25211 25327 25326 t 27678 6431 27677 t 26833 27704 25467 t 26281 26282 26406 t 26910 27036 26909 t 27031 27032 27160 t 24665 24775 24664 t 19234 17811 23237 t 27926 27925 27872 t 26162 26291 26161 t 26415 26414 26290 t 27043 27172 27171 t 277 15404 23829 t 24120 24223 24222 t 24119 24120 24222 t 31734 11669 31731 t 18865 12904 11651 t 24424 25690 25689 t 17036 17311 19164 t 26302 26301 26172 t 26173 26302 26172 t 29694 29785 29784 t 30140 30139 30043 t 17086 17026 25250 t 16709 17086 25250 t 6146 17666 24792 t 24792 25035 27150 t 29670 29764 29669 t 23856 10422 23765 t 31089 31205 30958 t 25194 27398 26208 t 21941 21297 25711 t 24792 24788 27721 t 10422 23961 23960 t 22875 23122 28513 t 23961 24059 24058 t 23960 23961 24058 t 24059 24164 24163 t 24058 24059 24163 t 24164 24267 24266 t 24163 24164 24266 t 24267 24380 24379 t 24266 24267 24379 t 24380 24493 24492 t 24379 24380 24492 t 24493 24604 24603 t 24492 24493 24603 t 24604 24716 24715 t 24603 24604 24715 t 24716 24825 24824 t 24715 24716 24824 t 24825 24936 24935 t 24824 24825 24935 t 24936 25047 25046 t 24935 24936 25046 t 25152 25151 25046 t 25047 25152 25046 t 25268 25267 25151 t 25152 25268 25151 t 25268 25376 25375 t 25267 25268 25375 t 25375 25376 25482 t 25482 25598 25597 t 25598 25718 25717 t 25597 25598 25717 t 25718 25847 25846 t 25717 25718 25846 t 25847 25967 25966 t 25846 25847 25966 t 25967 26097 26096 t 25966 25967 26096 t 26097 26228 26227 t 26096 26097 26227 t 26228 26353 26352 t 26227 26228 26352 t 26608 26607 26477 t 26352 26608 26477 t 26729 26728 26607 t 26608 26729 26607 t 26729 26851 26850 t 26728 26729 26850 t 26851 26974 26973 t 26850 26851 26973 t 26973 26974 27103 t 27350 27349 27228 t 27350 27477 27476 t 27349 27350 27476 t 31997 26706 14592 t 21651 21596 26452 t 26409 26408 26284 t 26285 26409 26284 t 26409 26535 26408 t 26535 26534 26408 t 26535 26665 26534 t 26665 26664 26534 t 26285 26284 26156 t 26787 26786 26664 t 26157 26156 26024 t 26157 26285 26156 t 25903 25902 25777 t 26025 26157 26024 t 27587 27585 21904 t 25778 25903 25777 t 10254 28004 10255 t 22916 23481 27218 t 27585 27577 15751 t 27587 21904 21903 t 27585 24002 24001 t 27577 27585 24001 t 21534 18196 21135 t 15925 16011 18124 t 25831 26593 26085 t 17612 16643 23747 t 26666 26788 26665 t 5131 2483 17403 t 27534 27535 27658 t 26410 26536 26409 t 27659 27785 27784 t 26532 26533 26662 t 24993 24994 25100 t 27036 27165 27164 t 24138 25196 24456 t 24886 24885 24774 t 27035 27036 27164 t 31440 31439 31321 t 24775 24774 24664 t 26291 26415 26290 t 18031 24219 24218 t 25346 22525 25345 t 26291 26290 26161 t 24223 24332 24331 t 21482 21585 22191 t 25547 25546 25435 t 24017 24018 24119 t 23751 23834 23750 t 25436 25547 25435 t 26425 26424 26301 t 25109 25108 25001 t 24131 17964 17963 t 26302 26425 26301 t 17026 1633 19498 t 5740 25414 22899 t 27321 17504 25955 t 25250 17026 19498 t 26208 26319 26190 t 26905 27031 27030 t 25101 25211 25210 t 25194 26208 26190 t 18474 18997 23083 t 22349 2685 10927 t 22494 27476 27477 t 23856 23962 23961 t 10422 23856 23961 t 23961 23962 24059 t 24059 24165 24164 t 24165 24268 24267 t 24164 24165 24267 t 24268 24381 24380 t 24267 24268 24380 t 24381 24494 24493 t 24380 24381 24493 t 24494 24605 24604 t 24493 24494 24604 t 24605 24717 24716 t 24604 24605 24716 t 24717 24826 24825 t 24716 24717 24825 t 24826 24937 24936 t 24825 24826 24936 t 24937 25048 25047 t 24936 24937 25047 t 25153 25152 25047 t 25048 25153 25047 t 25269 25268 25152 t 25153 25269 25152 t 25269 25377 25376 t 25268 25269 25376 t 25377 25483 25482 t 25376 25377 25482 t 25483 25599 25598 t 25482 25483 25598 t 25599 25719 25718 t 25598 25599 25718 t 25719 25848 25847 t 25718 25719 25847 t 25848 25968 25967 t 25847 25848 25967 t 25968 26098 26097 t 25967 25968 26097 t 26229 26228 26097 t 26098 26229 26097 t 26229 26354 26353 t 26228 26229 26353 t 26478 26352 26353 t 26354 26478 26353 t 26609 26608 26352 t 26478 26609 26352 t 26609 26730 26729 t 26608 26609 26729 t 26730 26852 26851 t 26729 26730 26851 t 26852 26975 26974 t 26851 26852 26974 t 27104 27103 26974 t 26975 27104 26974 t 27229 27228 27103 t 27104 27229 27103 t 27229 27351 27350 t 27228 27229 27350 t 27351 27478 27477 t 27350 27351 27477 t 11147 24818 24929 t 27728 22619 27605 t 3910 7941 10739 t 25346 22528 22526 t 27285 27409 27284 t 22683 22538 23050 t 27162 27285 27161 t 27409 27408 27284 t 27032 27033 27161 t 27285 27284 27161 t 26906 26907 27032 t 27033 27162 27161 t 26787 26907 26786 t 26907 27033 27032 t 26665 26787 26664 t 26907 26906 26786 t 22978 25237 25238 t 21903 23046 21898 t 27314 20189 27193 t 29095 29193 29192 t 1217 10326 7866 t 8868 12510 1217 t 18593 24703 19157 t 21536 25452 22564 t 25462 26588 26657 t 26593 17420 17221 t 26666 26665 26535 t 19247 24110 23764 t 5744 19315 23255 t 26536 26666 26535 t 22528 25347 25348 t 29071 29070 28985 t 24139 24338 5741 t 24917 24809 10985 t 27165 27288 27287 t 27164 27165 27287 t 24551 24665 24664 t 24550 24551 24664 t 17706 26214 27320 t 24219 24328 24327 t 26162 26161 26030 t 26031 26162 26030 t 23919 23920 24017 t 24018 24120 24119 t 24792 27150 26778 t 27647 16946 27648 t 25222 27690 2593 t 6343 6342 19164 t 26552 26551 26424 t 26425 26552 26424 t 12590 27753 15575 t 1633 26464 26397 t 19498 1633 26397 t 6644 18013 27671 t 6545 6249 6439 t 26838 22787 26837 t 23696 10856 23697 t 16393 20620 277 t 16364 24115 24112 t 23765 23857 23856 t 27605 22619 27478 t 23856 23857 23962 t 23962 24060 24059 t 24060 24166 24165 t 24059 24060 24165 t 24166 24269 24268 t 24165 24166 24268 t 24269 24382 24381 t 24268 24269 24381 t 24382 24495 24494 t 24381 24382 24494 t 24495 24606 24605 t 24494 24495 24605 t 24606 24718 24717 t 24605 24606 24717 t 24718 24827 24826 t 24717 24718 24826 t 24827 24938 24937 t 24826 24827 24937 t 24938 25049 25048 t 24937 24938 25048 t 25154 25153 25048 t 25049 25154 25048 t 25270 25269 25153 t 25154 25270 25153 t 25270 25378 25377 t 25269 25270 25377 t 25378 25484 25483 t 25377 25378 25483 t 25484 25600 25599 t 25483 25484 25599 t 25600 25720 25719 t 25599 25600 25719 t 25720 25849 25848 t 25719 25720 25848 t 25849 25969 25968 t 25848 25849 25968 t 25969 26099 26098 t 25968 25969 26098 t 26099 26230 26229 t 26098 26099 26229 t 26355 26354 26229 t 26230 26355 26229 t 26479 26478 26354 t 26355 26479 26354 t 26610 26609 26478 t 26479 26610 26478 t 26610 26731 26730 t 26609 26610 26730 t 26731 26853 26852 t 26730 26731 26852 t 26853 26976 26975 t 26852 26853 26975 t 27105 27104 26975 t 26976 27105 26975 t 27230 27229 27104 t 27105 27230 27104 t 27230 27352 27351 t 27229 27230 27351 t 27352 27479 27478 t 27351 27352 27478 t 10309 22018 22017 t 27479 27605 27478 t 27605 27729 27728 t 22528 22441 22442 t 22889 7688 22179 t 31558 31675 31557 t 12607 932 22052 t 21953 22052 932 t 2572 15176 15177 t 17507 21290 13443 t 25573 25566 24336 t 24338 25573 24336 t 25774 25775 25899 t 26022 26154 26153 t 26282 26407 26406 t 6440 7300 17877 t 15898 17703 15961 t 12859 25349 5622 t 18947 12904 18865 t 8868 1217 7866 t 27593 24003 27587 t 10216 22507 22635 t 20632 10564 16393 t 23829 20997 18330 t 14977 13390 17314 t 24868 18948 17290 t 25347 22528 25346 t 24324 24437 24436 t 6332 27576 17111 t 24436 18267 24324 t 21009 21008 20036 t 17510 17419 5744 t 16028 17510 5744 t 25346 22526 22525 t 30181 30182 30282 t 27288 27412 27411 t 26284 26408 26407 t 24440 24551 24550 t 24439 24440 24550 t 24218 24219 24327 t 24328 24441 24440 t 26031 26030 25908 t 25909 26031 25908 t 26939 26938 26815 t 23920 24018 24017 t 29577 29674 29576 t 6333 6081 10389 t 19790 18618 25468 t 25002 25109 25001 t 26680 26550 26551 t 26552 26680 26551 t 24572 25892 25891 t 19985 20074 26521 t 29369 29368 29268 t 27210 24703 31951 t 16946 16934 27648 t 6135 6134 6248 t 15575 15658 193 t 23616 23677 23676 t 23615 23616 23676 t 23677 23766 23765 t 31851 26704 26057 t 23766 23858 23857 t 23765 23766 23857 t 23858 23963 23962 t 23857 23858 23962 t 23963 24061 24060 t 23962 23963 24060 t 24061 24167 24166 t 24060 24061 24166 t 24167 24270 24269 t 24166 24167 24269 t 24270 24383 24382 t 24269 24270 24382 t 24383 24496 24495 t 24382 24383 24495 t 24496 24607 24606 t 24495 24496 24606 t 24607 24719 24718 t 24606 24607 24718 t 24719 24828 24827 t 24718 24719 24827 t 24828 24939 24938 t 24827 24828 24938 t 24939 25050 25049 t 24938 24939 25049 t 25050 25155 25154 t 25049 25050 25154 t 25271 25270 25154 t 25155 25271 25154 t 25271 25379 25378 t 25270 25271 25378 t 25379 25485 25484 t 25378 25379 25484 t 25485 25601 25600 t 25484 25485 25600 t 25601 25721 25720 t 25600 25601 25720 t 25721 25850 25849 t 25720 25721 25849 t 25850 25970 25969 t 25849 25850 25969 t 25970 26100 26099 t 25969 25970 26099 t 26100 26231 26230 t 26099 26100 26230 t 26356 26355 26230 t 26231 26356 26230 t 26480 26479 26355 t 26356 26480 26355 t 26611 26610 26479 t 26480 26611 26479 t 26611 26732 26731 t 26610 26611 26731 t 26732 26854 26853 t 26731 26732 26853 t 26854 26977 26976 t 26853 26854 26976 t 27106 27105 26976 t 26977 27106 26976 t 27231 27230 27105 t 27106 27231 27105 t 27231 27353 27352 t 27230 27231 27352 t 27353 27480 27479 t 27352 27353 27479 t 27480 27606 27605 t 27479 27480 27605 t 27606 27730 27729 t 27605 27606 27729 t 17614 21508 21693 t 31251 31138 6226 t 25819 27321 16939 t 21820 21106 21105 t 26078 26713 6189 t 24702 11128 25005 t 17275 17227 2119 t 24104 17434 16482 t 26300 26299 26170 t 6431 17275 6334 t 21739 21738 5849 t 26040 26039 25917 t 27667 27666 27543 t 25090 22767 22636 t 11128 24702 21894 t 26566 24427 25008 t 21603 22431 22432 t 19012 32203 19606 t 30715 30714 30589 t 32275 1887 17035 t 19070 23606 23605 t 27282 27283 27406 t 25932 25937 26338 t 2357 2243 23392 t 27418 27419 27543 t 23473 11150 23392 t 17960 18037 22299 t 17226 17510 16028 t 2243 17226 16028 t 21731 26449 21808 t 21934 24334 24123 t 27287 27288 27411 t 26785 26786 26905 t 24327 24440 24439 t 24326 24327 24439 t 24327 24328 24440 t 24441 24552 24551 t 25784 25783 25660 t 25661 25784 25660 t 26335 6083 5961 t 5961 24923 26580 t 25817 17710 25815 t 21884 21059 15879 t 25590 25639 27273 t 27276 17411 17412 t 24021 24022 24123 t 25835 25834 22174 t 26803 26802 26550 t 26680 26803 26550 t 26155 26283 26282 t 25145 21928 21855 t 31320 31438 31319 t 23729 23736 24571 t 17224 6545 17223 t 28259 28322 28258 t 16946 2599 16934 t 27711 27708 2473 t 22683 27730 19773 t 23616 23617 23677 t 23678 23767 23766 t 23677 23678 23766 t 23767 23859 23858 t 23766 23767 23858 t 23859 24062 23963 t 23858 23859 23963 t 23963 24062 24061 t 24062 24168 24167 t 24061 24062 24167 t 24168 24271 24270 t 24167 24168 24270 t 24271 24384 24383 t 24270 24271 24383 t 24384 24497 24496 t 24383 24384 24496 t 24497 24608 24607 t 24496 24497 24607 t 24608 24720 24719 t 24607 24608 24719 t 24720 24829 24828 t 24719 24720 24828 t 24829 24940 24939 t 24828 24829 24939 t 24940 25051 25050 t 24939 24940 25050 t 25051 25156 25155 t 25050 25051 25155 t 25272 25271 25155 t 25156 25272 25155 t 25272 25380 25379 t 25271 25272 25379 t 25380 25486 25485 t 25379 25380 25485 t 25486 25602 25601 t 25485 25486 25601 t 25602 25722 25721 t 25601 25602 25721 t 25722 25851 25850 t 25721 25722 25850 t 25851 25971 25970 t 25850 25851 25970 t 25971 26101 26100 t 25970 25971 26100 t 26101 26232 26231 t 26100 26101 26231 t 26357 26356 26231 t 26232 26357 26231 t 26481 26480 26356 t 26357 26481 26356 t 26612 26611 26480 t 26481 26612 26480 t 26612 26733 26732 t 26611 26612 26732 t 26733 26855 26854 t 26732 26733 26854 t 26855 26978 26977 t 26854 26855 26977 t 27107 27106 26977 t 26978 27107 26977 t 27232 27231 27106 t 27107 27232 27106 t 27354 27353 27231 t 27232 27354 27231 t 27354 27481 27480 t 27353 27354 27480 t 27481 27607 27606 t 27480 27481 27606 t 27607 27731 27730 t 27606 27607 27730 t 31438 31437 31319 t 27731 19773 27730 t 24457 23733 25939 t 27446 26821 21498 t 23733 23824 24562 t 23824 17116 24562 t 17116 23824 25949 t 23824 8308 25949 t 8308 26821 25949 t 26821 26822 25949 t 26822 26821 27446 t 17226 17130 22189 t 26181 23343 22146 t 25338 24104 16482 t 17612 23747 27722 t 17113 16939 17718 t 22618 22617 22804 t 25036 25835 19207 t 4666 4543 4667 t 25413 19209 19292 t 24980 17122 17324 t 26182 26778 17614 t 16851 20157 24759 t 6183 10239 19070 t 31205 31204 30958 t 32182 26070 32276 t 22006 22736 22490 t 22978 25238 22977 t 17130 17226 2243 t 2357 17130 2243 t 23218 24368 10696 t 27067 27066 19921 t 26906 27032 27031 t 20374 20282 20375 t 24218 24327 24326 t 23820 17874 17800 t 24440 24441 24551 t 24552 24666 24665 t 25909 25908 25783 t 25784 25909 25783 t 23958 26833 6083 t 26335 23958 6083 t 17710 24230 25815 t 24350 24367 25590 t 25639 27276 27273 t 23923 23924 24021 t 30349 30717 30470 t 26924 26923 26802 t 26803 26924 26802 t 18592 32225 32334 t 27689 24425 19080 t 12706 9578 9465 t 20130 29920 20037 t 19790 19440 20273 t 27631 27632 22998 t 15424 26896 26715 t 18496 18495 18420 t 27711 25704 27708 t 25551 25438 18977 t 23481 27217 27218 t 23679 23768 23767 t 23678 23679 23767 t 23768 23860 23859 t 23767 23768 23859 t 23860 23964 24062 t 23859 23860 24062 t 23964 24063 24062 t 24063 24169 24168 t 24062 24063 24168 t 24169 24272 24271 t 24168 24169 24271 t 24272 24385 24384 t 24271 24272 24384 t 24385 24498 24497 t 24384 24385 24497 t 24498 24609 24608 t 24497 24498 24608 t 24609 24721 24720 t 24608 24609 24720 t 24721 24830 24829 t 24720 24721 24829 t 24830 24941 24940 t 24829 24830 24940 t 24941 25052 25051 t 24940 24941 25051 t 25157 25156 25051 t 25052 25157 25051 t 25273 25272 25156 t 25157 25273 25156 t 25273 25381 25380 t 25272 25273 25380 t 25381 25487 25486 t 25380 25381 25486 t 25487 25603 25602 t 25486 25487 25602 t 25603 25723 25722 t 25602 25603 25722 t 25723 25852 25851 t 25722 25723 25851 t 25852 25972 25971 t 25851 25852 25971 t 26102 26101 25971 t 25972 26102 25971 t 26102 26233 26232 t 26101 26102 26232 t 26358 26357 26232 t 26233 26358 26232 t 26482 26481 26357 t 26358 26482 26357 t 26613 26612 26481 t 26482 26613 26481 t 26613 26734 26733 t 26612 26613 26733 t 26734 26856 26855 t 26733 26734 26855 t 26856 26979 26978 t 26855 26856 26978 t 27108 27107 26978 t 26979 27108 26978 t 27233 27232 27107 t 27108 27233 27107 t 27355 27354 27232 t 27233 27355 27232 t 27355 27482 27481 t 27354 27355 27481 t 27482 27608 27607 t 27481 27482 27607 t 27608 27732 27731 t 27607 27608 27731 t 19680 19773 27731 t 27732 19680 27731 t 25241 22855 25240 t 21035 18254 18255 t 24883 24996 24882 t 22930 23102 19149 t 24772 24883 24771 t 24996 24995 24882 t 24662 24772 24661 t 24883 24882 24771 t 24548 24662 24547 t 24772 24771 24661 t 24437 24548 24547 t 24436 24437 24547 t 25100 25101 25210 t 24662 24661 24547 t 27150 25035 19207 t 3924 12622 22285 t 16351 8965 11154 t 6652 6246 6183 t 23677 23765 23676 t 24012 32234 10569 t 10239 19155 19070 t 22436 25362 23739 t 17813 17812 23938 t 6151 2357 5853 t 7974 6151 5853 t 17418 17130 2357 t 6151 17418 2357 t 32082 32010 32299 t 14575 22953 14699 t 23363 27218 27217 t 21173 20365 23828 t 25901 25902 26023 t 24551 24552 24665 t 24776 24775 24665 t 25661 25660 25545 t 25546 25661 25545 t 17666 6146 17610 t 1725 19412 19684 t 23651 23656 24350 t 24367 25639 25590 t 5744 17419 19315 t 23924 24022 24021 t 27050 27049 26923 t 26924 27050 26923 t 26533 26534 26663 t 26461 26775 25930 t 21329 24038 15665 t 9548 9661 3906 t 27176 27297 27175 t 27176 27175 27046 t 26340 19859 27727 t 23604 23605 24311 t 25685 25562 25704 t 10671 12085 10794 t 25766 5623 19513 t 23680 23769 23768 t 23679 23680 23768 t 23769 23861 23860 t 23768 23769 23860 t 23861 23965 23964 t 23860 23861 23964 t 23965 24064 24063 t 23964 23965 24063 t 24064 24170 24169 t 24063 24064 24169 t 24170 24273 24272 t 24169 24170 24272 t 24273 24386 24385 t 24272 24273 24385 t 24386 24499 24498 t 24385 24386 24498 t 24499 24610 24609 t 24498 24499 24609 t 24610 24722 24721 t 24609 24610 24721 t 24722 24831 24830 t 24721 24722 24830 t 24831 24942 24941 t 24830 24831 24941 t 24942 25053 25052 t 24941 24942 25052 t 25053 25158 25157 t 25052 25053 25157 t 25158 25274 25273 t 25157 25158 25273 t 25274 25382 25381 t 25273 25274 25381 t 25382 25488 25487 t 25381 25382 25487 t 25488 25604 25603 t 25487 25488 25603 t 25604 25724 25723 t 25603 25604 25723 t 25853 25852 25723 t 25724 25853 25723 t 25853 25973 25972 t 25852 25853 25972 t 25973 26103 26102 t 25972 25973 26102 t 26103 26234 26233 t 26102 26103 26233 t 26359 26358 26233 t 26234 26359 26233 t 26359 26483 26482 t 26358 26359 26482 t 26614 26613 26482 t 26483 26614 26482 t 26614 26735 26734 t 26613 26614 26734 t 26735 26857 26856 t 26734 26735 26856 t 26857 26980 26979 t 26856 26857 26979 t 27109 27108 26979 t 26980 27109 26979 t 27234 27233 27108 t 27109 27234 27108 t 27356 27355 27233 t 27234 27356 27233 t 27356 27483 27482 t 27355 27356 27482 t 27483 27609 27608 t 27482 27483 27608 t 27609 27733 27732 t 27608 27609 27732 t 16483 19680 27732 t 27733 16483 27732 t 21985 21519 23212 t 13700 12064 19773 t 1917 17157 17254 t 1798 17157 1917 t 26026 26025 25903 t 25779 25904 25778 t 26158 26157 26025 t 25904 26026 25903 t 26286 26285 26157 t 26026 26158 26025 t 26410 26409 26285 t 26158 26286 26157 t 26536 26535 26409 t 26286 26410 26285 t 20525 27447 27471 t 10468 24242 10469 t 31090 31206 31089 t 22518 25452 21536 t 21520 22817 15421 t 12237 12238 26595 t 23147 25681 26063 t 21234 27095 27096 t 16938 15421 22816 t 2598 6151 7974 t 8315 2598 7974 t 17217 17418 6151 t 2598 17217 6151 t 22953 14700 14699 t 17217 27595 17418 t 19240 30797 19241 t 30477 30597 30476 t 21785 15664 21694 t 25428 25429 25538 t 24666 24776 24665 t 24887 24886 24775 t 25546 25545 25434 t 25435 25546 25434 t 27578 27704 26833 t 23958 27578 26833 t 21494 21547 21546 t 21588 22933 22820 t 23657 23728 23651 t 23656 24367 24350 t 22868 21599 22271 t 23828 23924 23923 t 27179 27178 27049 t 27050 27179 27049 t 27159 27160 27282 t 26687 26686 26556 t 7974 5853 6143 t 10248 10247 28227 t 26524 26192 27452 t 27339 20525 10948 t 27711 25685 25704 t 25253 23715 25562 t 25685 25253 25562 t 26569 24450 23715 t 23619 23681 23680 t 31904 32046 31870 t 23681 23770 23769 t 23680 23681 23769 t 23770 23862 23861 t 23769 23770 23861 t 23862 23966 23965 t 23861 23862 23965 t 24065 24064 23965 t 23966 24065 23965 t 24171 24170 24064 t 24065 24171 24064 t 24171 24274 24273 t 24170 24171 24273 t 24274 24387 24386 t 24273 24274 24386 t 24387 24500 24499 t 24386 24387 24499 t 24500 24611 24610 t 24499 24500 24610 t 24611 24723 24722 t 24610 24611 24722 t 24723 24832 24831 t 24722 24723 24831 t 24832 24943 24942 t 24831 24832 24942 t 24943 25054 25053 t 24942 24943 25053 t 25054 25159 25158 t 25053 25054 25158 t 25159 25275 25274 t 25158 25159 25274 t 25275 25383 25382 t 25274 25275 25382 t 25383 25489 25488 t 25382 25383 25488 t 25489 25605 25604 t 25488 25489 25604 t 25605 25725 25724 t 25604 25605 25724 t 25854 25853 25724 t 25725 25854 25724 t 25974 25973 25853 t 25854 25974 25853 t 25974 26104 26103 t 25973 25974 26103 t 26104 26235 26234 t 26103 26104 26234 t 26235 26360 26359 t 26234 26235 26359 t 26360 26484 26483 t 26359 26360 26483 t 26484 26615 26614 t 26483 26484 26614 t 26615 26736 26735 t 26614 26615 26735 t 26858 26857 26735 t 26736 26858 26735 t 26981 26980 26857 t 26858 26981 26857 t 27110 27109 26980 t 26981 27110 26980 t 27235 27234 27109 t 27110 27235 27109 t 27357 27356 27234 t 27235 27357 27234 t 27484 27483 27356 t 27357 27484 27356 t 27484 27610 27609 t 27483 27484 27609 t 27610 27734 27733 t 27609 27610 27733 t 26084 18618 21452 t 27337 23237 27338 t 11319 19792 20148 t 19243 19771 19770 t 6130 10239 6246 t 10266 6130 6246 t 6082 10266 6246 t 5966 6082 6246 t 6082 5966 16563 t 17320 6082 16563 t 17320 16563 17821 t 13178 17320 17821 t 13178 17821 2596 t 20042 13178 2596 t 27658 27659 27784 t 27785 20042 2596 t 26707 25008 17021 t 27784 27785 2596 t 19440 26823 26451 t 21941 25711 25838 t 24128 22244 22243 t 22214 30645 2484 t 22244 24128 24029 t 23235 17860 22042 t 22817 22816 15421 t 20135 2598 8315 t 17118 17217 2598 t 20135 17118 2598 t 16849 27595 17217 t 17118 16849 17217 t 25936 25934 2685 t 25037 10856 23602 t 15578 21657 25256 t 25327 25429 25428 t 24776 24887 24775 t 25000 24999 24886 t 25218 25334 25217 t 25435 25434 25333 t 15965 27084 27704 t 27578 15965 27704 t 2592 17467 26327 t 24684 27451 25013 t 23728 23657 6134 t 6135 23728 6134 t 10708 24375 24374 t 25230 26952 25820 t 27300 27299 27178 t 27179 27300 27178 t 6080 6652 6550 t 21683 21778 17291 t 12070 16914 6643 t 19419 24566 25088 t 26702 26701 17504 t 16483 19062 22685 t 25253 26569 23715 t 25342 10333 24450 t 26569 25342 24450 t 23619 23682 23681 t 23682 23771 23770 t 23681 23682 23770 t 23771 23863 23862 t 23770 23771 23862 t 23863 23967 23966 t 23862 23863 23966 t 23967 24066 24065 t 23966 23967 24065 t 24066 24172 24171 t 24065 24066 24171 t 24172 24275 24274 t 24171 24172 24274 t 24275 24388 24387 t 24274 24275 24387 t 24388 24501 24500 t 24387 24388 24500 t 24501 24612 24611 t 24500 24501 24611 t 24612 24724 24723 t 24611 24612 24723 t 24724 24833 24832 t 24723 24724 24832 t 24833 24944 24943 t 24832 24833 24943 t 24944 25055 25054 t 24943 24944 25054 t 25055 25160 25159 t 25054 25055 25159 t 25276 25275 25159 t 25160 25276 25159 t 25276 25384 25383 t 25275 25276 25383 t 25384 25490 25489 t 25383 25384 25489 t 25490 25606 25605 t 25489 25490 25605 t 25606 25726 25725 t 25605 25606 25725 t 25855 25854 25725 t 25726 25855 25725 t 25975 25974 25854 t 25855 25975 25854 t 25975 26105 26104 t 25974 25975 26104 t 26105 26236 26235 t 26104 26105 26235 t 26236 26361 26360 t 26235 26236 26360 t 26361 26485 26484 t 26360 26361 26484 t 26485 26616 26615 t 26484 26485 26615 t 26616 26737 26736 t 26615 26616 26736 t 26859 26858 26736 t 26737 26859 26736 t 26982 26981 26858 t 26859 26982 26858 t 27111 27110 26981 t 26982 27111 26981 t 27236 27235 27110 t 27111 27236 27110 t 27358 27357 27235 t 27236 27358 27235 t 27485 27484 27357 t 27358 27485 27357 t 27485 27611 27610 t 27484 27485 27610 t 27611 27735 27734 t 27610 27611 27734 t 11725 23247 11726 t 2691 21886 21965 t 31320 31319 31204 t 31205 31320 31204 t 8667 32364 32308 t 12944 22523 10659 t 23806 23897 22035 t 17222 6085 17321 t 6547 6651 5020 t 26662 26533 26783 t 26784 26904 26903 t 381 17352 26654 t 9963 25355 23816 t 14224 1725 17703 t 27656 27782 27655 t 15657 2715 2716 t 30590 30715 30589 t 22741 21601 21694 t 24030 22244 24029 t 26449 26436 21808 t 26436 17433 2359 t 26400 26436 2359 t 9613 8315 2359 t 17433 9613 2359 t 9613 20135 8315 t 17215 17118 20135 t 24814 16849 17118 t 17215 24814 17118 t 18493 18574 21328 t 18030 23423 21218 t 21885 21748 21805 t 18030 17953 23423 t 24887 25000 24886 t 11402 10569 32234 t 25334 25435 25333 t 25107 25106 24999 t 2592 587 27084 t 25218 25217 25107 t 26327 24684 25013 t 15965 2592 27084 t 6249 6135 6248 t 17467 24684 26327 t 25242 25243 22160 t 23728 23656 23651 t 27426 27425 27299 t 24337 24872 9963 t 24590 27449 25892 t 27300 27426 27299 t 27449 5137 6538 t 30554 19151 30434 t 27182 27303 27181 t 27448 27449 6538 t 25257 27603 10333 t 27692 17111 27524 t 25342 25257 10333 t 23590 23620 23619 t 23620 23683 23682 t 23619 23620 23682 t 23683 23772 23771 t 23682 23683 23771 t 23772 23864 23863 t 23771 23772 23863 t 23864 23968 23967 t 23863 23864 23967 t 24067 24066 23967 t 23968 24067 23967 t 24173 24172 24066 t 24067 24173 24066 t 24173 24276 24275 t 24172 24173 24275 t 24276 24389 24388 t 24275 24276 24388 t 24389 24502 24501 t 24388 24389 24501 t 24502 24613 24612 t 24501 24502 24612 t 24613 24725 24724 t 24612 24613 24724 t 24725 24834 24833 t 24724 24725 24833 t 24834 24945 24944 t 24833 24834 24944 t 24945 25056 25055 t 24944 24945 25055 t 25056 25161 25160 t 25055 25056 25160 t 25277 25276 25160 t 25161 25277 25160 t 25277 25385 25384 t 25276 25277 25384 t 25385 25491 25490 t 25384 25385 25490 t 25491 25607 25606 t 25490 25491 25606 t 25607 25727 25726 t 25606 25607 25726 t 25856 25855 25726 t 25727 25856 25726 t 25856 25976 25975 t 25855 25856 25975 t 25976 26106 26105 t 25975 25976 26105 t 26106 26237 26236 t 26105 26106 26236 t 26237 26362 26361 t 26236 26237 26361 t 26362 26486 26485 t 26361 26362 26485 t 26486 26617 26616 t 26485 26486 26616 t 26617 26738 26737 t 26616 26617 26737 t 26860 26859 26737 t 26738 26860 26737 t 26983 26982 26859 t 26860 26983 26859 t 27112 27111 26982 t 26983 27112 26982 t 27237 27236 27111 t 27112 27237 27111 t 27359 27358 27236 t 27237 27359 27236 t 27486 27485 27358 t 27359 27486 27358 t 27486 27612 27611 t 27485 27486 27611 t 27612 27736 27735 t 27611 27612 27735 t 19062 27734 27735 t 28382 28381 28251 t 24549 24663 24548 t 24773 24772 24662 t 24437 24438 24548 t 24663 24662 24548 t 24324 24325 24437 t 24438 24549 24548 t 20071 21550 21603 t 24325 24438 24437 t 27524 19247 26568 t 24217 24325 24324 t 17434 19496 26713 t 10236 9501 24434 t 25836 6537 25439 t 27724 19499 27208 t 22413 22475 26272 t 26077 26195 25707 t 23731 21403 26051 t 26458 26449 21731 t 26449 12969 17433 t 26436 26449 17433 t 15572 9613 17433 t 12969 15572 17433 t 16589 20135 9613 t 15572 16589 9613 t 17214 17215 20135 t 16589 17214 20135 t 23907 24814 17215 t 17214 23907 17215 t 23739 25362 24814 t 23907 23739 24814 t 11369 22772 25414 t 10919 10850 10920 t 24257 24368 24256 t 24590 24593 27449 t 25000 25107 24999 t 25217 25216 25106 t 25108 25218 25107 t 25334 25333 25217 t 2592 26327 27070 t 25361 17497 23526 t 27703 17324 27578 t 17467 2592 15965 t 17497 25361 16996 t 19398 19484 26311 t 22101 26314 19859 t 21509 21454 21442 t 27550 27549 27425 t 27426 27550 27425 t 12754 18781 26944 t 29474 29473 29368 t 32215 26273 26397 t 25798 25921 25797 t 26045 26044 25920 t 25257 15795 6256 t 27603 25257 6256 t 23621 23620 23590 t 23621 23684 23683 t 23620 23621 23683 t 23684 23773 23772 t 23683 23684 23772 t 23773 23865 23864 t 23772 23773 23864 t 23865 23969 23968 t 23864 23865 23968 t 23969 24068 24067 t 23968 23969 24067 t 24068 24174 24173 t 24067 24068 24173 t 24174 24277 24276 t 24173 24174 24276 t 24277 24390 24389 t 24276 24277 24389 t 24390 24503 24502 t 24389 24390 24502 t 24503 24614 24613 t 24502 24503 24613 t 24614 24726 24725 t 24613 24614 24725 t 24726 24835 24834 t 24725 24726 24834 t 24835 24946 24945 t 24834 24835 24945 t 24946 25057 25056 t 24945 24946 25056 t 25057 25162 25161 t 25056 25057 25161 t 25162 25278 25277 t 25161 25162 25277 t 25278 25386 25385 t 25277 25278 25385 t 25386 25492 25491 t 25385 25386 25491 t 25492 25608 25607 t 25491 25492 25607 t 25608 25728 25727 t 25607 25608 25727 t 25857 25856 25727 t 25728 25857 25727 t 25857 25977 25976 t 25856 25857 25976 t 25977 26107 26106 t 25976 25977 26106 t 26106 26107 26237 t 26237 26363 26362 t 26363 26487 26486 t 26362 26363 26486 t 26487 26618 26617 t 26486 26487 26617 t 26618 26739 26738 t 26617 26618 26738 t 26739 26860 26738 t 26984 26983 26860 t 26984 27113 27112 t 26983 26984 27112 t 27238 27237 27112 t 27113 27238 27112 t 27360 27359 27237 t 27238 27360 27237 t 27487 27486 27359 t 27360 27487 27359 t 27487 27613 27612 t 27486 27487 27612 t 27613 27737 27736 t 27612 27613 27736 t 31887 12010 32130 t 26023 26155 26154 t 1893 1892 16955 t 24884 24883 24772 t 24773 24884 24772 t 24884 24997 24883 t 24997 24996 24883 t 24997 25104 24996 t 25104 25103 24996 t 25104 25214 25103 t 25214 25213 25103 t 25214 25330 25213 t 25330 25329 25213 t 25329 25542 25431 t 25542 25541 25431 t 11669 31734 10729 t 25657 25656 25541 t 28512 28597 21937 t 21808 26436 26400 t 6150 12969 26449 t 26458 6150 26449 t 195 15572 12969 t 6150 195 12969 t 9255 16589 15572 t 195 9255 15572 t 17124 17214 16589 t 9255 17124 16589 t 17124 23722 23907 t 17214 17124 23907 t 23722 21132 23907 t 21041 21132 21485 t 16125 18170 21569 t 27767 23228 27766 t 17718 11093 17113 t 26551 26550 26423 t 25107 25217 25106 t 25783 25782 25659 t 24667 24777 24666 t 24888 24887 24776 t 587 2592 27070 t 26327 25013 23908 t 17324 15965 27578 t 17324 17467 15965 t 19736 21980 19735 t 14796 492 21486 t 26071 19242 17027 t 17027 27083 17180 t 27674 27673 27549 t 27550 27674 27549 t 26141 25224 26079 t 22661 22160 22662 t 27053 27182 27052 t 27303 27302 27181 t 32129 32017 31976 t 6148 6643 27686 t 15795 27457 27458 t 6256 15795 27458 t 23622 23685 23684 t 23621 23622 23684 t 23685 23774 23773 t 23684 23685 23773 t 23866 23865 23773 t 23774 23866 23773 t 23866 23970 23969 t 23865 23866 23969 t 23970 24069 24068 t 23969 23970 24068 t 24069 24175 24174 t 24068 24069 24174 t 24175 24278 24277 t 24174 24175 24277 t 24278 24391 24390 t 24277 24278 24390 t 24391 24504 24503 t 24390 24391 24503 t 24504 24615 24614 t 24503 24504 24614 t 24727 24726 24614 t 24615 24727 24614 t 24836 24835 24726 t 24727 24836 24726 t 24947 24946 24835 t 24836 24947 24835 t 25058 25057 24946 t 24947 25058 24946 t 25163 25162 25057 t 25058 25163 25057 t 25163 25279 25278 t 25162 25163 25278 t 25279 25387 25386 t 25278 25279 25386 t 25387 25493 25492 t 25386 25387 25492 t 25493 25609 25608 t 25492 25493 25608 t 25609 25729 25728 t 25608 25609 25728 t 25858 25857 25728 t 25729 25858 25728 t 25858 25978 25977 t 25857 25858 25977 t 25978 26108 26107 t 25977 25978 26107 t 26108 26238 26237 t 26107 26108 26237 t 26238 26364 26363 t 26237 26238 26363 t 26364 26488 26487 t 26363 26364 26487 t 26488 26619 26618 t 26487 26488 26618 t 26740 26739 26618 t 26619 26740 26618 t 26861 26860 26739 t 26740 26861 26739 t 26985 26984 26860 t 26861 26985 26860 t 27114 27113 26984 t 26985 27114 26984 t 27114 27239 27238 t 27113 27114 27238 t 27361 27360 27238 t 27239 27361 27238 t 27488 27487 27360 t 27361 27488 27360 t 27488 27614 27613 t 27487 27488 27613 t 27614 27738 27737 t 27613 27614 27737 t 27738 6152 27737 t 21113 20003 20002 t 6152 19655 27737 t 23825 26657 16432 t 19291 19420 23508 t 15657 6203 27666 t 17704 14224 17703 t 10389 6550 6140 t 17877 17083 24464 t 26655 26524 23816 t 26075 25465 26714 t 28036 28089 28088 t 27084 17521 27705 t 24550 24664 24549 t 21210 22174 22988 t 31278 19407 31277 t 22047 24027 21978 t 28278 28277 28212 t 23149 25808 23148 t 6225 6150 26458 t 26467 6225 26458 t 19074 195 6150 t 6225 19074 6150 t 195 19074 9255 t 9255 17127 17124 t 17127 25524 23722 t 17124 17127 23722 t 22868 17226 22189 t 12149 12238 12148 t 26523 26563 19647 t 18977 25438 18894 t 25924 27459 27450 t 26701 13070 2475 t 25660 25659 25544 t 25545 25660 25544 t 24777 24888 24776 t 25001 25000 24887 t 27070 26327 23908 t 19199 19282 19967 t 16934 15388 26335 t 27703 27578 23958 t 23401 23269 23270 t 27697 14063 11988 t 26954 19242 26071 t 27710 26954 26071 t 6331 15402 27673 t 16840 2235 2236 t 26141 26079 25569 t 25818 26141 25569 t 27700 27692 16792 t 27553 27552 27428 t 28513 28512 22875 t 21064 19062 27735 t 27457 25138 23954 t 27458 27457 23954 t 23623 23686 23685 t 23622 23623 23685 t 23686 23775 23774 t 23685 23686 23774 t 23867 23866 23774 t 23775 23867 23774 t 23867 23971 23970 t 23866 23867 23970 t 23971 24070 24069 t 23970 23971 24069 t 24070 24176 24175 t 24069 24070 24175 t 24176 24279 24278 t 24175 24176 24278 t 24279 24392 24391 t 24278 24279 24391 t 24392 24505 24504 t 24391 24392 24504 t 24505 24616 24615 t 24504 24505 24615 t 24616 24728 24727 t 24615 24616 24727 t 24837 24836 24727 t 24728 24837 24727 t 24948 24947 24836 t 24837 24948 24836 t 24948 25059 25058 t 24947 24948 25058 t 25059 25164 25163 t 25058 25059 25163 t 25164 25280 25279 t 25163 25164 25279 t 25280 25388 25387 t 25279 25280 25387 t 25388 25494 25493 t 25387 25388 25493 t 25494 25610 25609 t 25493 25494 25609 t 25610 25730 25729 t 25609 25610 25729 t 25859 25858 25729 t 25730 25859 25729 t 25859 25979 25978 t 25858 25859 25978 t 25979 26109 26108 t 25978 25979 26108 t 26109 26239 26238 t 26108 26109 26238 t 26239 26365 26364 t 26238 26239 26364 t 26365 26489 26488 t 26364 26365 26488 t 26489 26620 26619 t 26488 26489 26619 t 26741 26740 26619 t 26620 26741 26619 t 26862 26861 26740 t 26741 26862 26740 t 26986 26985 26861 t 26862 26986 26861 t 27115 27114 26985 t 26986 27115 26985 t 27115 27240 27239 t 27114 27115 27239 t 27240 27362 27361 t 27239 27240 27361 t 27489 27488 27361 t 27362 27489 27361 t 27615 27614 27488 t 27489 27615 27488 t 27615 27739 27738 t 27614 27615 27738 t 12428 6152 27738 t 27739 12428 27738 t 2713 2591 6152 t 12428 2713 6152 t 23645 23706 23644 t 24781 18576 18575 t 23481 27338 27217 t 24314 27452 17562 t 27632 27758 22998 t 26154 26155 26282 t 26693 26692 26562 t 28514 28513 23507 t 6259 25259 23745 t 28434 28514 22620 t 6530 6430 6531 t 7503 1513 1410 t 15497 29432 29544 t 22248 21887 22084 t 22683 12064 22538 t 17778 19074 21980 t 5445 17005 5329 t 29816 29815 29722 t 21737 11232 17778 t 17032 9255 19074 t 18972 18889 25201 t 17032 17037 17127 t 9255 17032 17127 t 17037 24105 25524 t 17127 17037 25524 t 24006 23109 25524 t 24105 24006 25524 t 25136 11210 11209 t 30716 30715 30590 t 28542 28624 28541 t 25545 25544 25433 t 25434 25545 25433 t 24888 25001 24887 t 25108 25107 25000 t 27062 27063 20096 t 19829 26939 26815 t 27648 16934 27756 t 15388 27703 23958 t 20532 18933 14592 t 17412 17411 23748 t 6166 26954 27710 t 19242 27083 17027 t 27674 6331 27673 t 17229 16840 2236 t 25818 25569 17219 t 28435 28434 23285 t 19242 27455 27083 t 23147 26063 5740 t 19282 12274 20929 t 25138 2233 25678 t 23954 25138 25678 t 23591 23624 23623 t 23624 23687 23686 t 23623 23624 23686 t 23687 23776 23775 t 23686 23687 23775 t 23868 23867 23775 t 23776 23868 23775 t 23868 23972 23971 t 23867 23868 23971 t 23972 24071 24070 t 23971 23972 24070 t 24071 24177 24176 t 24070 24071 24176 t 24177 24280 24279 t 24176 24177 24279 t 24280 24393 24392 t 24279 24280 24392 t 24393 24506 24505 t 24392 24393 24505 t 24506 24617 24616 t 24505 24506 24616 t 24617 24729 24728 t 24616 24617 24728 t 24729 24838 24837 t 24728 24729 24837 t 24838 24949 24948 t 24837 24838 24948 t 24949 25060 25059 t 24948 24949 25059 t 25060 25165 25164 t 25059 25060 25164 t 25165 25281 25280 t 25164 25165 25280 t 25281 25389 25388 t 25280 25281 25388 t 25389 25495 25494 t 25388 25389 25494 t 25495 25611 25610 t 25494 25495 25610 t 25611 25731 25730 t 25610 25611 25730 t 25860 25859 25730 t 25731 25860 25730 t 25860 25980 25979 t 25859 25860 25979 t 25980 26110 26109 t 25979 25980 26109 t 26110 26240 26239 t 26109 26110 26239 t 26240 26366 26365 t 26239 26240 26365 t 26366 26490 26489 t 26365 26366 26489 t 26490 26621 26620 t 26489 26490 26620 t 26621 26742 26741 t 26620 26621 26741 t 26863 26862 26741 t 26742 26863 26741 t 26987 26986 26862 t 26863 26987 26862 t 27116 27115 26986 t 26987 27116 26986 t 27116 27241 27240 t 27115 27116 27240 t 27241 27363 27362 t 27240 27241 27362 t 27490 27489 27362 t 27363 27490 27362 t 27616 27615 27489 t 27490 27616 27489 t 27616 27740 27739 t 27615 27616 27739 t 15482 12428 27739 t 27740 15482 27739 t 2714 2713 12428 t 15482 2714 12428 t 2714 22445 2713 t 17180 27083 21597 t 17321 5020 17319 t 26523 21807 21887 t 24336 25566 25565 t 6651 6247 4772 t 24336 24335 23611 t 24338 24336 23611 t 24338 23611 17243 t 5741 24338 17243 t 6348 5741 17243 t 6129 6348 17243 t 5020 6651 4772 t 6651 6348 6129 t 31325 31324 31209 t 6247 6651 6129 t 19647 15483 21468 t 28253 28382 28252 t 23896 23897 21687 t 26323 26324 5625 t 17315 17314 2119 t 26963 22656 22786 t 17425 24260 17709 t 19251 17037 17032 t 11232 19251 17032 t 24054 24105 17037 t 19251 24054 17037 t 23714 24006 24105 t 24054 23714 24105 t 23915 23820 23821 t 23109 22710 22845 t 22854 25525 21657 t 26400 22015 19390 t 25333 25332 25216 t 25217 25333 25216 t 24552 24553 24666 t 25001 25108 25000 t 14850 26522 11344 t 24449 17150 27697 t 32167 26583 32277 t 15388 23958 26335 t 32222 26525 31853 t 27273 27276 17412 t 6166 25889 26832 t 25889 6166 27710 t 6331 16840 17229 t 15402 6331 17229 t 27702 17219 23955 t 27702 25818 17219 t 19922 20011 27067 t 17111 19247 27524 t 18320 19260 13371 t 15665 24038 15580 t 2233 24109 17506 t 25678 2233 17506 t 23592 23625 23624 t 23591 23592 23624 t 23625 23688 23687 t 23624 23625 23687 t 23688 23777 23776 t 23687 23688 23776 t 23869 23868 23776 t 23777 23869 23776 t 23869 23973 23972 t 23868 23869 23972 t 23973 24072 24071 t 23972 23973 24071 t 24072 24178 24177 t 24071 24072 24177 t 24178 24281 24280 t 24177 24178 24280 t 24281 24394 24393 t 24280 24281 24393 t 24394 24507 24506 t 24393 24394 24506 t 24507 24618 24617 t 24506 24507 24617 t 24618 24730 24729 t 24617 24618 24729 t 24730 24839 24838 t 24729 24730 24838 t 24839 24950 24949 t 24838 24839 24949 t 24950 25061 25060 t 24949 24950 25060 t 25061 25166 25165 t 25060 25061 25165 t 25166 25282 25281 t 25165 25166 25281 t 25282 25390 25389 t 25281 25282 25389 t 25390 25496 25495 t 25389 25390 25495 t 25496 25612 25611 t 25495 25496 25611 t 25612 25732 25731 t 25611 25612 25731 t 25861 25860 25731 t 25732 25861 25731 t 25981 25980 25860 t 25861 25981 25860 t 25981 26111 26110 t 25980 25981 26110 t 26111 26241 26240 t 26110 26111 26240 t 26241 26367 26366 t 26240 26241 26366 t 26367 26491 26490 t 26366 26367 26490 t 26491 26622 26621 t 26490 26491 26621 t 26622 26743 26742 t 26621 26622 26742 t 26864 26863 26742 t 26743 26864 26742 t 26988 26987 26863 t 26864 26988 26863 t 26988 27117 27116 t 26987 26988 27116 t 27117 27242 27241 t 27116 27117 27241 t 27364 27363 27241 t 27242 27364 27241 t 27491 27490 27363 t 27364 27491 27363 t 27617 27616 27490 t 27491 27617 27490 t 27617 27741 27740 t 27616 27617 27740 t 19858 15482 27740 t 27741 19858 27740 t 17721 2714 15482 t 19858 17721 15482 t 32017 20420 31976 t 27216 19234 23237 t 24209 26835 17212 t 17511 24209 17212 t 26172 26301 26171 t 31796 11663 30296 t 17953 17874 23915 t 29369 29474 29368 t 8965 15545 19308 t 29577 29576 29473 t 29674 29673 29576 t 29474 29577 29473 t 25240 22976 25239 t 31280 26818 31279 t 27729 27730 23050 t 21180 23343 22432 t 28434 22620 23285 t 8543 8544 10203 t 21711 19249 11232 t 25654 25777 25776 t 22703 23101 22702 t 24110 27444 26819 t 19249 19251 11232 t 22061 17626 23941 t 19249 9813 24054 t 19251 19249 24054 t 26181 23714 24054 t 9813 26181 24054 t 23714 26181 22146 t 19434 20997 23829 t 20445 21907 27727 t 30975 31105 30974 t 25434 25433 25332 t 25333 25434 25332 t 24441 24442 24552 t 24777 24776 24666 t 26590 25817 17150 t 24449 26590 17150 t 31693 31805 31692 t 16934 26335 27756 t 23665 24373 24372 t 17411 23805 23748 t 26774 26832 27456 t 26774 6166 26832 t 2235 17210 19335 t 2236 2235 19335 t 26584 27706 23955 t 27706 27702 23955 t 24228 19859 26340 t 21980 21762 19735 t 26523 19736 26467 t 17212 31869 17511 t 24109 19073 27629 t 17506 24109 27629 t 23593 23626 23625 t 23592 23593 23625 t 23626 23689 23688 t 23625 23626 23688 t 23689 23778 23777 t 23688 23689 23777 t 23870 23869 23777 t 23778 23870 23777 t 23974 23973 23869 t 23870 23974 23869 t 23974 24073 24072 t 23973 23974 24072 t 24179 24178 24072 t 24073 24179 24072 t 24179 24282 24281 t 24178 24179 24281 t 24282 24395 24394 t 24281 24282 24394 t 24394 24395 24507 t 24507 24619 24618 t 24731 24730 24618 t 24619 24731 24618 t 24731 24840 24839 t 24730 24731 24839 t 24840 24951 24950 t 24839 24840 24950 t 24951 25062 25061 t 24950 24951 25061 t 25062 25167 25166 t 25061 25062 25166 t 25167 25283 25282 t 25166 25167 25282 t 25283 25391 25390 t 25282 25283 25390 t 25391 25497 25496 t 25390 25391 25496 t 25497 25613 25612 t 25496 25497 25612 t 25613 25733 25732 t 25612 25613 25732 t 25862 25861 25732 t 25733 25862 25732 t 25982 25981 25861 t 25862 25982 25861 t 25982 26112 26111 t 25981 25982 26111 t 26112 26242 26241 t 26111 26112 26241 t 26242 26368 26367 t 26241 26242 26367 t 26368 26492 26491 t 26367 26368 26491 t 26492 26623 26622 t 26491 26492 26622 t 26622 26623 26743 t 26989 26988 26864 t 26989 27118 27117 t 26988 26989 27117 t 27118 27243 27242 t 27117 27118 27242 t 27365 27364 27242 t 27243 27365 27242 t 27492 27491 27364 t 27365 27492 27364 t 27618 27617 27491 t 27492 27618 27491 t 27742 27741 27617 t 27618 27742 27617 t 4138 19858 27741 t 27742 4138 27741 t 4138 17721 19858 t 26540 26670 26539 t 26670 26792 26669 t 26792 26791 26669 t 26791 26792 26911 t 26792 26912 26911 t 27414 27539 27538 t 26912 27038 27037 t 27289 27414 27413 t 27166 27167 27289 t 26911 26912 27037 t 27038 27167 27166 t 32221 25572 31975 t 27037 27038 27166 t 26564 26563 25223 t 25231 26564 25223 t 22481 5854 17279 t 17279 17878 22481 t 24434 9501 26459 t 26654 15419 25225 t 25815 24230 25816 t 25657 25780 25656 t 22438 26838 26719 t 24866 9813 19249 t 17115 24866 19249 t 23738 26181 9813 t 24866 23738 9813 t 12073 10564 20632 t 23738 26839 23343 t 21329 17813 23938 t 30719 30839 30718 t 25660 25783 25659 t 25908 25907 25782 t 24328 24329 24441 t 24553 24667 24666 t 16925 19738 24036 t 29472 29471 29366 t 27756 5961 32277 t 24102 23665 23663 t 23663 23665 24372 t 25229 27579 27456 t 27579 26774 27456 t 17210 10321 19335 t 27047 27176 27046 t 19859 26314 27727 t 8738 32310 32243 t 22446 17721 22447 t 19073 6139 15416 t 27629 19073 15416 t 23627 23626 23593 t 23594 23627 23593 t 23627 23690 23689 t 23626 23627 23689 t 23689 23690 23778 t 23871 23870 23778 t 23975 23974 23870 t 23871 23975 23870 t 23975 24074 24073 t 23974 23975 24073 t 24074 24180 24179 t 24073 24074 24179 t 24180 24283 24282 t 24179 24180 24282 t 24283 24396 24395 t 24282 24283 24395 t 24396 24508 24507 t 24395 24396 24507 t 24508 24620 24619 t 24507 24508 24619 t 24732 24731 24619 t 24620 24732 24619 t 24732 24841 24840 t 24731 24732 24840 t 24952 24951 24840 t 24841 24952 24840 t 25063 25062 24951 t 24952 25063 24951 t 25063 25168 25167 t 25062 25063 25167 t 25168 25284 25283 t 25167 25168 25283 t 25284 25392 25391 t 25283 25284 25391 t 25392 25498 25497 t 25391 25392 25497 t 25498 25614 25613 t 25497 25498 25613 t 25614 25734 25733 t 25613 25614 25733 t 25863 25862 25733 t 25734 25863 25733 t 25983 25982 25862 t 25863 25983 25862 t 25983 26113 26112 t 25982 25983 26112 t 26113 26243 26242 t 26112 26113 26242 t 26243 26369 26368 t 26242 26243 26368 t 26369 26493 26492 t 26368 26369 26492 t 26493 26624 26623 t 26492 26493 26623 t 26624 26744 26743 t 26623 26624 26743 t 26865 26864 26743 t 26744 26865 26743 t 26865 26990 26989 t 26864 26865 26989 t 26990 27119 27118 t 26989 26990 27118 t 27119 27244 27243 t 27118 27119 27243 t 27244 27366 27365 t 27243 27244 27365 t 27493 27492 27365 t 27366 27493 27365 t 27619 27618 27492 t 27493 27619 27492 t 27743 27742 27618 t 27619 27743 27618 t 15481 4138 27742 t 27743 15481 27742 t 17734 27583 22635 t 16010 21036 31255 t 24535 25767 24481 t 26324 17425 5625 t 21695 15664 21152 t 26963 22655 22656 t 587 16268 24704 t 17521 587 24704 t 587 27571 16268 t 27571 24229 16268 t 24229 27571 24674 t 27571 23760 24674 t 24674 23760 24426 t 24368 24257 24369 t 10543 24155 24052 t 22692 23712 23650 t 26594 26564 25231 t 25248 26594 25231 t 478 15483 26564 t 26594 478 26564 t 23739 21132 21041 t 478 6345 15483 t 25542 25657 25541 t 25780 25779 25656 t 19234 27089 26959 t 25195 25834 25835 t 28854 28853 28762 t 22886 27718 22417 t 29174 29270 29173 t 28556 28555 28474 t 22432 26839 21603 t 23738 17708 26839 t 23821 23820 23735 t 19476 22764 19390 t 25783 25908 25782 t 15483 6345 21468 t 24329 24442 24441 t 24442 24553 24552 t 23919 24017 24016 t 23918 23919 24016 t 29267 29367 29266 t 29367 29366 29266 t 6549 15573 24102 t 6342 6343 6260 t 25950 25229 17422 t 25559 25229 27456 t 10321 6252 6251 t 19335 10321 6251 t 17572 16285 24210 t 17572 26584 16285 t 22106 15481 22838 t 27297 27296 27175 t 26464 148 27210 t 28322 28321 28258 t 27021 27396 15416 t 6139 27021 15416 t 23595 23628 23627 t 23594 23595 23627 t 23627 23628 23690 t 23690 23779 23778 t 23779 23872 23871 t 23778 23779 23871 t 23976 23975 23871 t 23872 23976 23871 t 23976 24075 24074 t 23975 23976 24074 t 24075 24181 24180 t 24074 24075 24180 t 24181 24284 24283 t 24180 24181 24283 t 24284 24397 24396 t 24283 24284 24396 t 24397 24509 24508 t 24396 24397 24508 t 24509 24621 24620 t 24508 24509 24620 t 24621 24733 24732 t 24620 24621 24732 t 24733 24842 24841 t 24732 24733 24841 t 24842 24953 24952 t 24841 24842 24952 t 24953 25064 25063 t 24952 24953 25063 t 25064 25169 25168 t 25063 25064 25168 t 25169 25285 25284 t 25168 25169 25284 t 25285 25393 25392 t 25284 25285 25392 t 25393 25499 25498 t 25392 25393 25498 t 25615 25614 25498 t 25499 25615 25498 t 25735 25734 25614 t 25615 25735 25614 t 25864 25863 25734 t 25735 25864 25734 t 25984 25983 25863 t 25864 25984 25863 t 25984 26114 26113 t 25983 25984 26113 t 26114 26244 26243 t 26113 26114 26243 t 26244 26370 26369 t 26243 26244 26369 t 26370 26494 26493 t 26369 26370 26493 t 26494 26625 26624 t 26493 26494 26624 t 26625 26745 26744 t 26624 26625 26744 t 26745 26866 26865 t 26744 26745 26865 t 26866 26991 26990 t 26865 26866 26990 t 26991 27120 27119 t 26990 26991 27119 t 27120 27245 27244 t 27119 27120 27244 t 27245 27367 27366 t 27244 27245 27366 t 27494 27493 27366 t 27367 27494 27366 t 27620 27619 27493 t 27494 27620 27493 t 27744 27743 27619 t 27620 27744 27619 t 20351 20446 27017 t 22417 11075 21338 t 15394 30125 15448 t 23722 25524 21132 t 25220 25219 25109 t 25110 25220 25109 t 24779 24890 24778 t 25003 25002 24889 t 25110 25109 25002 t 24890 25003 24889 t 25336 25335 25219 t 25003 25110 25002 t 25548 25663 25547 t 25220 25336 25219 t 25437 25548 25436 t 25663 25662 25547 t 25336 25437 25335 t 25548 25547 25436 t 29094 29095 29192 t 25437 25436 25335 t 29192 29193 29284 t 20282 20281 20189 t 2691 478 26594 t 14965 14964 22825 t 6188 6345 478 t 2691 6188 478 t 25578 23269 23401 t 25142 25195 25835 t 20091 21294 22173 t 26216 24456 26009 t 25447 26216 26009 t 21403 23731 21402 t 15578 25256 11811 t 10712 11570 22484 t 20372 27438 20279 t 24220 24329 24328 t 22074 22028 21934 t 24222 24331 24330 t 24219 24220 24328 t 15394 15448 15447 t 24017 24119 24118 t 26583 27648 32277 t 27217 17811 23363 t 25950 17422 26331 t 15573 24127 24102 t 10280 24137 24135 t 26312 25950 26331 t 6252 10280 15574 t 6251 6252 15574 t 6187 26817 27197 t 26817 17572 24210 t 19592 19166 17311 t 24917 10985 11058 t 1633 6158 26464 t 148 27082 27210 t 21985 17115 21711 t 27743 27744 22466 t 23596 23629 23628 t 23595 23596 23628 t 23629 23691 23690 t 23628 23629 23690 t 23691 23780 23779 t 23690 23691 23779 t 23780 23873 23872 t 23779 23780 23872 t 23977 23976 23872 t 23873 23977 23872 t 23977 24076 24075 t 23976 23977 24075 t 24076 24182 24181 t 24075 24076 24181 t 24182 24285 24284 t 24181 24182 24284 t 24285 24398 24397 t 24284 24285 24397 t 24398 24510 24509 t 24397 24398 24509 t 24510 24622 24621 t 24509 24510 24621 t 24622 24734 24733 t 24621 24622 24733 t 24734 24843 24842 t 24733 24734 24842 t 24843 24954 24953 t 24842 24843 24953 t 24954 25065 25064 t 24953 24954 25064 t 25065 25170 25169 t 25064 25065 25169 t 25170 25286 25285 t 25169 25170 25285 t 25286 25394 25393 t 25285 25286 25393 t 25394 25500 25499 t 25393 25394 25499 t 25500 25616 25615 t 25499 25500 25615 t 25616 25736 25735 t 25615 25616 25735 t 25736 25865 25864 t 25735 25736 25864 t 25985 25984 25864 t 25865 25985 25864 t 25985 26115 26114 t 25984 25985 26114 t 26115 26245 26244 t 26114 26115 26244 t 26245 26371 26370 t 26244 26245 26370 t 26371 26495 26494 t 26370 26371 26494 t 26495 26626 26625 t 26494 26495 26625 t 26626 26746 26745 t 26625 26626 26745 t 26746 26867 26866 t 26745 26746 26866 t 26867 26992 26991 t 26866 26867 26991 t 26992 27121 27120 t 26991 26992 27120 t 27121 27246 27245 t 27120 27121 27245 t 27246 27368 27367 t 27245 27246 27367 t 27495 27494 27367 t 27368 27495 27367 t 27621 27620 27494 t 27495 27621 27494 t 27745 27744 27620 t 27621 27745 27620 t 21807 17782 22084 t 22467 22466 27744 t 29166 29262 29165 t 26429 26428 26305 t 26046 26177 26045 t 26306 26305 26176 t 25922 26046 25921 t 26177 26176 26045 t 26046 26045 25921 t 26928 27054 26927 t 26177 26306 26176 t 26685 26555 26428 t 26429 26685 26428 t 26684 26683 26555 t 26684 26805 26683 t 27054 27053 26927 t 25538 25653 25652 t 26928 26927 26805 t 21330 21806 21965 t 17497 23401 23527 t 22826 14964 14836 t 22825 14964 22826 t 9961 6188 2691 t 18067 17992 15777 t 16240 13389 21612 t 26786 26906 26905 t 29820 29819 29726 t 25447 26009 25359 t 26835 25447 25359 t 27412 27537 27536 t 27411 27412 27536 t 26776 27022 21549 t 27195 17610 25554 t 25937 25939 26461 t 25939 24562 24455 t 24117 24220 24219 t 27160 27283 27282 t 24016 24017 24118 t 24221 24222 24330 t 26801 26800 26679 t 24127 23666 23665 t 27069 24453 26331 t 20636 20731 20730 t 25229 25559 17422 t 15574 10280 24135 t 24137 23675 23667 t 19504 25811 17537 t 6187 27197 25933 t 26817 24210 27197 t 25811 6187 25933 t 25554 25553 24311 t 17564 19592 17468 t 17026 24979 1633 t 6158 148 26464 t 25890 17408 26010 t 25427 25428 25537 t 23597 23630 23629 t 23596 23597 23629 t 23630 23692 23691 t 23629 23630 23691 t 23692 23781 23780 t 23691 23692 23780 t 23781 23874 23873 t 23780 23781 23873 t 23978 23977 23873 t 23874 23978 23873 t 23978 24077 24076 t 23977 23978 24076 t 24077 24183 24182 t 24076 24077 24182 t 24183 24286 24285 t 24182 24183 24285 t 24286 24399 24398 t 24285 24286 24398 t 24399 24511 24510 t 24398 24399 24510 t 24511 24623 24622 t 24510 24511 24622 t 24623 24735 24734 t 24622 24623 24734 t 24735 24844 24843 t 24734 24735 24843 t 24844 24955 24954 t 24843 24844 24954 t 24955 25066 25065 t 24954 24955 25065 t 25066 25171 25170 t 25065 25066 25170 t 25171 25287 25286 t 25170 25171 25286 t 25287 25395 25394 t 25286 25287 25394 t 25395 25501 25500 t 25394 25395 25500 t 25617 25616 25500 t 25501 25617 25500 t 25737 25736 25616 t 25617 25737 25616 t 25737 25866 25865 t 25736 25737 25865 t 25866 25986 25985 t 25865 25866 25985 t 25986 26116 26115 t 25985 25986 26115 t 26116 26246 26245 t 26115 26116 26245 t 26246 26372 26371 t 26245 26246 26371 t 26372 26496 26495 t 26371 26372 26495 t 26496 26627 26626 t 26495 26496 26626 t 26627 26747 26746 t 26626 26627 26746 t 26747 26868 26867 t 26746 26747 26867 t 26868 26993 26992 t 26867 26868 26992 t 26993 27122 27121 t 26992 26993 27121 t 27122 27247 27246 t 27121 27122 27246 t 27247 27369 27368 t 27246 27247 27368 t 27496 27495 27368 t 27369 27496 27368 t 27622 27621 27495 t 27496 27622 27495 t 27746 27745 27621 t 27622 27746 27621 t 21798 21720 21799 t 27746 2482 27745 t 27394 20730 27519 t 13856 12989 13901 t 24879 24992 24991 t 21632 23930 23929 t 17027 17180 27572 t 23803 17027 27572 t 25889 27710 5968 t 26071 25942 27584 t 26071 17027 23803 t 27710 26071 27584 t 25349 26698 16643 t 25942 26071 23803 t 23923 24021 24020 t 26698 26952 25230 t 27574 26698 25230 t 22160 25241 25242 t 25537 25538 25652 t 23808 23807 22374 t 17786 17860 23235 t 23750 23833 20824 t 29071 29166 29070 t 25337 26695 21806 t 9587 9961 2691 t 17336 9587 2691 t 23004 18787 24924 t 9587 16240 9961 t 17079 1926 1807 t 16240 21612 9961 t 21218 24014 18031 t 27536 27537 27660 t 24138 12246 26776 t 27022 13279 21549 t 26030 26029 25907 t 26161 26289 26029 t 11291 11290 25247 t 18031 24117 24219 t 24119 24222 24221 t 24118 24119 24221 t 17423 27208 24133 t 26939 27065 26938 t 12493 12407 12408 t 26016 19561 19474 t 25586 25584 25470 t 19324 31970 32346 t 24135 24137 23667 t 24448 24435 23667 t 19406 19504 27691 t 25811 25933 17537 t 27039 27040 27168 t 27424 27423 27297 t 27424 27548 27423 t 27177 27298 27176 t 17086 2600 17026 t 24979 6158 1633 t 27681 27680 27556 t 27557 27681 27556 t 23598 23631 23630 t 23597 23598 23630 t 23631 23693 23692 t 23630 23631 23692 t 23693 23782 23781 t 23692 23693 23781 t 23781 23782 23874 t 23874 23979 23978 t 23979 24078 24077 t 23978 23979 24077 t 24078 24184 24183 t 24077 24078 24183 t 24184 24287 24286 t 24183 24184 24286 t 24287 24400 24399 t 24286 24287 24399 t 24512 24511 24399 t 24400 24512 24399 t 24624 24623 24511 t 24512 24624 24511 t 24624 24736 24735 t 24623 24624 24735 t 24736 24845 24844 t 24735 24736 24844 t 24845 24956 24955 t 24844 24845 24955 t 24956 25067 25066 t 24955 24956 25066 t 25067 25172 25171 t 25066 25067 25171 t 25172 25288 25287 t 25171 25172 25287 t 25288 25396 25395 t 25287 25288 25395 t 25396 25502 25501 t 25395 25396 25501 t 25502 25618 25617 t 25501 25502 25617 t 25738 25737 25617 t 25618 25738 25617 t 25738 25867 25866 t 25737 25738 25866 t 25867 25987 25986 t 25866 25867 25986 t 25987 26117 26116 t 25986 25987 26116 t 26117 26247 26246 t 26116 26117 26246 t 26247 26373 26372 t 26246 26247 26372 t 26373 26497 26496 t 26372 26373 26496 t 26497 26628 26627 t 26496 26497 26627 t 26628 26748 26747 t 26627 26628 26747 t 26748 26869 26868 t 26747 26748 26868 t 26869 26994 26993 t 26868 26869 26993 t 26994 27123 27122 t 26993 26994 27122 t 27123 27248 27247 t 27122 27123 27247 t 27248 27370 27369 t 27247 27248 27369 t 27497 27496 27369 t 27370 27497 27369 t 27623 27622 27496 t 27497 27623 27496 t 27747 27746 27622 t 27623 27747 27622 t 2355 2482 27746 t 27747 2355 27746 t 27089 27088 12578 t 19523 20148 20057 t 20351 26893 26894 t 24769 24880 24768 t 25700 25578 17497 t 16996 25700 17497 t 22851 23488 22850 t 25808 23150 25578 t 26022 26023 26154 t 19499 26142 6185 t 11811 25361 20007 t 11811 20007 12742 t 27207 27647 26457 t 22322 23830 21199 t 27648 26583 26457 t 17955 27274 21572 t 21572 27274 10663 t 27647 27648 26457 t 18951 18170 17121 t 18385 18384 18310 t 29362 29361 29261 t 2244 17336 21806 t 15688 9587 17336 t 2244 15688 17336 t 5849 16240 9587 t 15688 5849 9587 t 5849 21738 16240 t 22246 22363 21708 t 26835 25359 31846 t 27537 27787 27786 t 27660 27537 27786 t 26942 12246 26216 t 12246 27022 26776 t 25908 26030 25907 t 26030 26161 26029 t 23917 24015 24014 t 21758 21759 23901 t 24331 24444 24443 t 24330 24331 24443 t 27208 19499 25640 t 26142 26011 6185 t 26832 25889 27646 t 27710 27584 5968 t 23805 25586 25576 t 25576 25586 25470 t 23675 24448 23667 t 24008 25804 25803 t 13727 26459 14981 t 5275 16406 17642 t 27574 17568 27525 t 27445 2600 17086 t 27569 27445 17086 t 27680 27681 5507 t 2600 24979 17026 t 27681 5506 5507 t 23599 23632 23631 t 23598 23599 23631 t 23632 23694 23693 t 23631 23632 23693 t 23694 23783 23782 t 23693 23694 23782 t 23783 23875 23874 t 23782 23783 23874 t 23874 23875 23979 t 23979 24079 24078 t 24079 24185 24184 t 24078 24079 24184 t 24185 24288 24287 t 24184 24185 24287 t 24288 24401 24400 t 24287 24288 24400 t 24401 24513 24512 t 24400 24401 24512 t 24513 24625 24624 t 24512 24513 24624 t 24625 24737 24736 t 24624 24625 24736 t 24737 24846 24845 t 24736 24737 24845 t 24846 24957 24956 t 24845 24846 24956 t 24957 25068 25067 t 24956 24957 25067 t 25068 25173 25172 t 25067 25068 25172 t 25173 25289 25288 t 25172 25173 25288 t 25289 25397 25396 t 25288 25289 25396 t 25397 25503 25502 t 25396 25397 25502 t 25503 25619 25618 t 25502 25503 25618 t 25739 25738 25618 t 25619 25739 25618 t 25739 25868 25867 t 25738 25739 25867 t 25868 25988 25987 t 25867 25868 25987 t 25988 26118 26117 t 25987 25988 26117 t 26118 26248 26247 t 26117 26118 26247 t 26248 26374 26373 t 26247 26248 26373 t 26374 26498 26497 t 26373 26374 26497 t 26498 26629 26628 t 26497 26498 26628 t 26629 26749 26748 t 26628 26629 26748 t 26749 26870 26869 t 26748 26749 26869 t 26870 26995 26994 t 26869 26870 26994 t 26995 27124 27123 t 26994 26995 27123 t 27124 27249 27248 t 27123 27124 27248 t 27249 27371 27370 t 27248 27249 27370 t 27498 27497 27370 t 27371 27498 27370 t 27748 27747 27623 t 27497 27748 27623 t 2479 2355 27747 t 27748 2479 27747 t 10254 10255 10299 t 2479 18032 2355 t 17594 5740 26063 t 23895 23375 23896 t 25700 25808 25578 t 31930 6346 32197 t 24774 24885 24773 t 24228 27151 19859 t 14969 21063 10663 t 23668 27151 24228 t 24880 24993 24992 t 27151 2242 19859 t 24885 24884 24773 t 24664 24774 24663 t 20259 20170 20171 t 23898 21686 23897 t 25343 26696 26695 t 25337 25343 26695 t 2358 2244 26695 t 26696 2358 26695 t 6190 15688 2244 t 2358 6190 2244 t 6190 10277 5849 t 15688 6190 5849 t 21859 21738 21753 t 1831 10083 5979 t 26705 24136 25462 t 19952 20041 27786 t 27787 19952 27786 t 16275 26942 25447 t 12246 24138 26216 t 26161 26290 26289 t 23822 23917 23916 t 23916 23917 24014 t 24444 24555 24554 t 24443 24444 24554 t 27973 27974 28025 t 25013 27451 21546 t 17422 26208 27069 t 26331 17422 27069 t 6549 24102 24026 t 23748 23805 25576 t 2006 24008 23999 t 167 26271 26272 t 17507 167 26272 t 27195 17666 17610 t 27687 6148 27686 t 5969 6469 26825 t 25357 27445 27569 t 26396 26270 19894 t 27183 27182 27053 t 23600 23633 23632 t 23599 23600 23632 t 23633 23695 23694 t 23632 23633 23694 t 23695 23784 23783 t 23694 23695 23783 t 23784 23876 23875 t 23783 23784 23875 t 23980 23979 23875 t 23876 23980 23875 t 23980 24080 24079 t 23979 23980 24079 t 24080 24186 24185 t 24079 24080 24185 t 24185 24186 24288 t 24288 24402 24401 t 24402 24514 24513 t 24401 24402 24513 t 24514 24626 24625 t 24513 24514 24625 t 24626 24738 24737 t 24625 24626 24737 t 24738 24847 24846 t 24737 24738 24846 t 24847 24958 24957 t 24846 24847 24957 t 24958 25069 25068 t 24957 24958 25068 t 25069 25174 25173 t 25068 25069 25173 t 25174 25290 25289 t 25173 25174 25289 t 25290 25398 25397 t 25289 25290 25397 t 25398 25504 25503 t 25397 25398 25503 t 25504 25620 25619 t 25503 25504 25619 t 25740 25739 25619 t 25620 25740 25619 t 25740 25869 25868 t 25739 25740 25868 t 25869 25989 25988 t 25868 25869 25988 t 25989 26119 26118 t 25988 25989 26118 t 26119 26249 26248 t 26118 26119 26248 t 26249 26375 26374 t 26248 26249 26374 t 26375 26499 26498 t 26374 26375 26498 t 26499 26630 26629 t 26498 26499 26629 t 26630 26750 26749 t 26629 26630 26749 t 26750 26871 26870 t 26749 26750 26870 t 26871 26996 26995 t 26870 26871 26995 t 27125 27124 26995 t 26996 27125 26995 t 27125 27250 27249 t 27124 27125 27249 t 27250 27372 27371 t 27249 27250 27371 t 27499 27498 27371 t 27372 27499 27371 t 27624 27497 27498 t 27499 27624 27498 t 27749 27748 27497 t 27624 27749 27497 t 2356 2479 27748 t 27749 2356 27748 t 14590 18032 2479 t 2356 14590 2479 t 26291 26292 26415 t 11739 20157 16851 t 25429 25539 25538 t 25785 25784 25661 t 25803 25804 26945 t 6335 23749 2242 t 27151 6335 2242 t 25804 25829 25833 t 2597 22985 20428 t 24008 24039 25804 t 25585 25695 23668 t 25696 27340 27332 t 25829 25585 25833 t 26696 21885 2358 t 25694 25696 27332 t 14203 1340 22092 t 18420 24781 24671 t 23392 5853 2357 t 27729 23049 27728 t 6175 6190 2358 t 2481 6175 2358 t 6175 6186 10277 t 6190 6175 10277 t 22712 26940 21364 t 6186 17291 10277 t 28465 28625 28542 t 23244 22995 23822 t 17606 13178 20041 t 13178 17606 17319 t 16275 25447 26835 t 24209 16275 26835 t 26414 26413 26289 t 26290 26414 26289 t 22133 23231 21978 t 23821 23822 23916 t 24555 24669 24668 t 24668 24669 24778 t 27664 6204 27663 t 19499 6185 25640 t 17422 25559 26319 t 26208 17422 26319 t 19166 6343 19164 t 26312 26331 24454 t 25691 25694 27332 t 26271 19406 27691 t 26272 26271 27691 t 17666 25035 24792 t 26702 27700 26701 t 10080 10079 5969 t 26825 25357 27569 t 3775 22338 22794 t 6333 10323 19412 t 23601 23634 23633 t 23600 23601 23633 t 23634 23696 23695 t 23633 23634 23695 t 23696 23785 23784 t 23695 23696 23784 t 23785 23877 23876 t 23784 23785 23876 t 23981 23980 23876 t 23877 23981 23876 t 23981 24081 24080 t 23980 23981 24080 t 24080 24081 24186 t 24186 24289 24288 t 24289 24403 24402 t 24288 24289 24402 t 24403 24515 24514 t 24402 24403 24514 t 24515 24627 24626 t 24514 24515 24626 t 24627 24739 24738 t 24626 24627 24738 t 24739 24848 24847 t 24738 24739 24847 t 24848 24959 24958 t 24847 24848 24958 t 24959 25070 25069 t 24958 24959 25069 t 25175 25174 25069 t 25070 25175 25069 t 25291 25290 25174 t 25175 25291 25174 t 25291 25399 25398 t 25290 25291 25398 t 25399 25505 25504 t 25398 25399 25504 t 25504 25505 25620 t 25741 25740 25620 t 25741 25870 25869 t 25740 25741 25869 t 25870 25990 25989 t 25869 25870 25989 t 25990 26120 26119 t 25989 25990 26119 t 26120 26250 26249 t 26119 26120 26249 t 26250 26376 26375 t 26249 26250 26375 t 26376 26500 26499 t 26375 26376 26499 t 26500 26631 26630 t 26499 26500 26630 t 26631 26751 26750 t 26630 26631 26750 t 26751 26872 26871 t 26750 26751 26871 t 26872 26997 26996 t 26871 26872 26996 t 27126 27125 26996 t 26997 27126 26996 t 27126 27251 27250 t 27125 27126 27250 t 27373 27372 27250 t 27251 27373 27250 t 27373 27499 27372 t 27750 27749 27624 t 2240 2356 27749 t 27750 2240 27749 t 14590 22720 3775 t 537 536 6686 t 25547 25662 25546 t 27452 20972 24592 t 25933 25936 2349 t 17537 25933 2349 t 25804 25833 26945 t 26945 25833 23668 t 25695 6335 27151 t 12664 18255 13339 t 23839 23840 23937 t 22786 22438 26963 t 25930 32367 5743 t 20227 25464 25764 t 24320 24312 25466 t 27321 26702 17504 t 24039 25829 25804 t 7066 26823 25468 t 28292 28350 28291 t 27590 21106 27714 t 2601 21805 20035 t 22280 26061 26312 t 9983 6175 2481 t 2601 9983 2481 t 9983 10278 6186 t 6175 9983 6186 t 5963 17291 6186 t 10278 5963 6186 t 28991 28990 28810 t 10985 10986 11059 t 19952 17606 20041 t 5020 4772 17319 t 26041 26172 26040 t 26942 26216 25447 t 26540 26539 26413 t 26414 26540 26413 t 17521 24704 23670 t 22281 22280 26312 t 24554 24555 24668 t 24890 24889 24778 t 26550 26801 26679 t 25559 27456 27327 t 25889 5968 27646 t 6260 6549 24026 t 10712 21062 10618 t 25694 25691 24435 t 26713 17031 6189 t 19504 17537 27691 t 27692 27524 16792 t 29029 29028 28940 t 24648 10079 25688 t 6469 25357 26825 t 23838 23936 23935 t 31334 31333 31217 t 13819 12122 21001 t 23601 23602 23634 t 31450 31569 31333 t 19311 23612 23645 t 23696 23786 23785 t 23786 23878 23877 t 23785 23786 23877 t 23878 23982 23981 t 23877 23878 23981 t 23981 23982 24081 t 24081 24187 24186 t 24187 24290 24289 t 24186 24187 24289 t 24290 24404 24403 t 24289 24290 24403 t 24516 24515 24403 t 24404 24516 24403 t 24516 24628 24627 t 24515 24516 24627 t 24628 24740 24739 t 24627 24628 24739 t 24740 24849 24848 t 24739 24740 24848 t 24849 24960 24959 t 24848 24849 24959 t 24960 25071 25070 t 24959 24960 25070 t 25071 25176 25175 t 25070 25071 25175 t 25292 25291 25175 t 25176 25292 25175 t 25400 25399 25291 t 25292 25400 25291 t 25400 25506 25505 t 25399 25400 25505 t 25506 25621 25620 t 25505 25506 25620 t 25742 25741 25620 t 25621 25742 25620 t 25742 25871 25870 t 25741 25742 25870 t 25871 25991 25990 t 25870 25871 25990 t 25991 26121 26120 t 25990 25991 26120 t 26121 26251 26250 t 26120 26121 26250 t 26251 26377 26376 t 26250 26251 26376 t 26377 26501 26500 t 26376 26377 26500 t 26501 26632 26631 t 26500 26501 26631 t 26632 26752 26751 t 26631 26632 26751 t 26752 26873 26872 t 26751 26752 26872 t 26873 26998 26997 t 26872 26873 26997 t 27127 27126 26997 t 26998 27127 26997 t 27127 27252 27251 t 27126 27127 27251 t 27252 27374 27373 t 27251 27252 27373 t 27500 27499 27373 t 27374 27500 27373 t 27625 27624 27499 t 27500 27625 27499 t 27751 27750 27624 t 27625 27751 27624 t 22721 2240 27750 t 27751 22721 27750 t 19225 19140 25530 t 20599 20428 21143 t 25662 25661 25546 t 21805 21804 20035 t 27197 24111 25936 t 25933 27197 25936 t 23703 23675 24137 t 24263 23703 24137 t 25833 25585 23668 t 23668 25695 27151 t 25892 27449 27448 t 27700 16792 26701 t 24783 24648 26191 t 10079 10080 25688 t 23852 25568 24928 t 24783 26191 24672 t 25921 26045 25920 t 25568 24783 24672 t 2006 17129 24008 t 26558 26557 26431 t 20649 20035 21804 t 21739 21753 21738 t 2601 20035 9983 t 15422 10278 9983 t 15422 5854 5963 t 10278 15422 5963 t 19921 19922 27067 t 28621 28620 28538 t 27524 26568 27649 t 17606 17321 17319 t 17607 17605 19951 t 26172 26171 26040 t 26670 26669 26539 t 26164 26163 26032 t 27705 23670 23763 t 2716 2715 19598 t 24669 24779 24778 t 19597 17224 17223 t 26399 26276 26213 t 26319 25559 27327 t 26832 27646 27327 t 26190 27207 26057 t 6343 6549 6260 t 24448 25694 24435 t 17275 15710 6334 t 16482 17434 26078 t 23840 23839 23756 t 27753 12590 27723 t 25568 24672 24928 t 10079 6469 5969 t 27558 27682 27557 t 27306 27305 27185 t 22494 22493 23047 t 19544 19633 25887 t 20445 26314 22505 t 23697 23787 23786 t 23696 23697 23786 t 23787 23879 23878 t 23786 23787 23878 t 23983 23982 23878 t 23879 23983 23878 t 24082 24081 23982 t 23983 24082 23982 t 24188 24187 24081 t 24082 24188 24081 t 24291 24290 24187 t 24188 24291 24187 t 24405 24404 24290 t 24291 24405 24290 t 24405 24517 24516 t 24404 24405 24516 t 24517 24629 24628 t 24516 24517 24628 t 24629 24741 24740 t 24628 24629 24740 t 24741 24850 24849 t 24740 24741 24849 t 24850 24961 24960 t 24849 24850 24960 t 24961 25072 25071 t 24960 24961 25071 t 25072 25177 25176 t 25071 25072 25176 t 25177 25293 25292 t 25176 25177 25292 t 25401 25400 25292 t 25293 25401 25292 t 25507 25506 25400 t 25401 25507 25400 t 25507 25622 25621 t 25506 25507 25621 t 25743 25742 25621 t 25622 25743 25621 t 25743 25872 25871 t 25742 25743 25871 t 25872 25992 25991 t 25871 25872 25991 t 25992 26122 26121 t 25991 25992 26121 t 26122 26252 26251 t 26121 26122 26251 t 26252 26378 26377 t 26251 26252 26377 t 26378 26502 26501 t 26377 26378 26501 t 26502 26633 26632 t 26501 26502 26632 t 26633 26753 26752 t 26632 26633 26752 t 26753 26874 26873 t 26752 26753 26873 t 26999 26998 26873 t 26874 26999 26873 t 27128 27127 26998 t 26999 27128 26998 t 27128 27253 27252 t 27127 27128 27252 t 27253 27375 27374 t 27252 27253 27374 t 27501 27500 27374 t 27375 27501 27374 t 27626 27625 27500 t 27501 27626 27500 t 27752 27751 27625 t 27626 27752 27625 t 2480 22721 27751 t 27752 2480 27751 t 19633 19719 26008 t 20649 10387 20035 t 27197 24210 24111 t 25536 25537 25651 t 12592 24263 24137 t 24210 24983 24111 t 16945 9963 25708 t 10280 12592 24137 t 24312 7066 25468 t 10777 24486 24485 t 23852 24928 19167 t 19311 21325 27816 t 26927 27053 26926 t 19248 23852 19167 t 27558 27557 27432 t 23838 23837 23754 t 24648 25688 26191 t 19248 19167 17424 t 23736 24572 24571 t 26434 26433 26311 t 16676 1737 14581 t 17129 24039 24008 t 10387 9983 20035 t 22481 18649 22742 t 10387 27019 15422 t 9983 10387 15422 t 27019 17279 5854 t 15422 27019 5854 t 11052 11053 25232 t 22101 19859 2242 t 26325 10236 24434 t 26784 26785 26904 t 19950 19951 27788 t 19950 17607 19951 t 29768 29856 29767 t 25467 27705 23763 t 26033 26032 25910 t 26033 26164 26032 t 27048 27047 26921 t 24122 24123 24334 t 19315 17419 22605 t 29367 29472 29366 t 27456 26832 27327 t 9180 14851 13501 t 26057 32106 31851 t 25696 25694 24448 t 23999 24008 25803 t 23820 17800 23734 t 27781 15898 27780 t 25255 26591 26895 t 23840 23938 23937 t 28856 28766 10339 t 23901 21759 23900 t 19573 19657 26435 t 27501 22529 27626 t 26314 20445 27727 t 10856 25037 22735 t 23698 23788 23787 t 23697 23698 23787 t 23788 23880 23879 t 23787 23788 23879 t 23984 23983 23879 t 23880 23984 23879 t 23984 24083 24082 t 23983 23984 24082 t 24189 24188 24082 t 24083 24189 24082 t 24292 24291 24188 t 24189 24292 24188 t 24406 24405 24291 t 24292 24406 24291 t 24406 24517 24405 t 24517 24630 24629 t 24630 24742 24741 t 24629 24630 24741 t 24742 24851 24850 t 24741 24742 24850 t 24851 24962 24961 t 24850 24851 24961 t 24962 25073 25072 t 24961 24962 25072 t 25073 25178 25177 t 25072 25073 25177 t 25178 25294 25293 t 25177 25178 25293 t 25294 25402 25401 t 25293 25294 25401 t 25402 25508 25507 t 25401 25402 25507 t 25508 25623 25622 t 25507 25508 25622 t 25744 25743 25622 t 25623 25744 25622 t 25744 25873 25872 t 25743 25744 25872 t 25873 25993 25992 t 25872 25873 25992 t 25993 26123 26122 t 25992 25993 26122 t 26123 26253 26252 t 26122 26123 26252 t 26379 26378 26252 t 26253 26379 26252 t 26379 26503 26502 t 26378 26379 26502 t 26503 26634 26633 t 26502 26503 26633 t 26634 26754 26753 t 26633 26634 26753 t 26754 26875 26874 t 26753 26754 26874 t 26875 27000 26999 t 26874 26875 26999 t 27000 27129 27128 t 26999 27000 27128 t 27129 27254 27253 t 27128 27129 27253 t 27254 27376 27375 t 27253 27254 27375 t 23763 31930 5967 t 27375 27376 27501 t 27190 20186 27310 t 27752 27626 23143 t 22736 22616 22490 t 18888 18887 18803 t 2239 2480 27752 t 22224 23614 26940 t 3209 12122 21228 t 21468 6345 23212 t 26406 26407 26532 t 6443 6252 10321 t 13612 6443 10321 t 15391 10279 23762 t 23899 23900 21760 t 23809 25255 26895 t 15383 23809 26895 t 23755 23838 23754 t 26591 26463 26895 t 23755 23754 23672 t 2239 27752 23143 t 26176 26305 26175 t 4773 2120 15383 t 22976 25240 22855 t 26560 26559 26433 t 29853 29852 29764 t 27340 17129 2006 t 11980 26086 26217 t 22839 13700 23288 t 6138 25038 27019 t 10387 6138 27019 t 25038 17878 17279 t 27019 25038 17279 t 26434 26311 19572 t 18574 18649 22481 t 26701 16792 13070 t 26054 21692 24924 t 27789 27788 27661 t 27789 19950 27788 t 29951 29950 29855 t 28896 28895 28805 t 25911 25910 25785 t 25911 26033 25910 t 26922 27048 26921 t 27048 27177 27047 t 23922 23923 24020 t 24021 24123 24122 t 17507 26272 22475 t 25194 26190 26057 t 24774 24773 24663 t 7877 7579 5926 t 24451 24448 23675 t 24451 25696 24448 t 17772 26952 20745 t 32168 31824 32170 t 25567 26957 4773 t 26591 17424 26463 t 26305 26304 26175 t 5137 17022 24793 t 28168 17766 17765 t 17216 26199 26198 t 25777 25902 25901 t 24260 26459 25809 t 28514 23507 22620 t 26200 24559 24104 t 17771 23735 23734 t 28230 17768 17767 t 26023 26024 26155 t 24115 17216 26198 t 26183 16942 6646 t 25338 26200 24104 t 23364 23123 22593 t 29310 29415 29309 t 23735 23244 23821 t 22467 2482 22531 t 26183 6646 17081 t 22735 23698 23697 t 27699 12832 23240 t 23698 23789 23788 t 23789 23881 23880 t 23788 23789 23880 t 23985 23984 23880 t 23881 23985 23880 t 23985 24084 24083 t 23984 23985 24083 t 24190 24189 24083 t 24084 24190 24083 t 24293 24292 24189 t 24190 24293 24189 t 24293 24407 24406 t 24292 24293 24406 t 24407 24518 24517 t 24406 24407 24517 t 24518 24631 24630 t 24517 24518 24630 t 24631 24743 24742 t 24630 24631 24742 t 24743 24852 24851 t 24742 24743 24851 t 24852 24963 24962 t 24851 24852 24962 t 24963 25074 25073 t 24962 24963 25073 t 25074 25179 25178 t 25073 25074 25178 t 25179 25295 25294 t 25178 25179 25294 t 25295 25403 25402 t 25294 25295 25402 t 25403 25509 25508 t 25402 25403 25508 t 25509 25624 25623 t 25508 25509 25623 t 25624 25745 25744 t 25623 25624 25744 t 25745 25874 25873 t 25744 25745 25873 t 25874 25994 25993 t 25873 25874 25993 t 25994 26124 26123 t 25993 25994 26123 t 26124 26254 26253 t 26123 26124 26253 t 26254 26380 26379 t 26253 26254 26379 t 26380 26504 26503 t 26379 26380 26503 t 26504 26635 26634 t 26503 26504 26634 t 26635 26755 26754 t 26634 26635 26754 t 26876 26875 26754 t 26755 26876 26754 t 26876 27001 27000 t 26875 26876 27000 t 27001 27130 27129 t 27000 27001 27129 t 27130 27131 27254 t 27129 27130 27254 t 27131 27377 27376 t 27254 27131 27376 t 24217 18187 18107 t 19038 19122 25192 t 26672 26673 26794 t 25413 19292 19373 t 23743 23744 25555 t 25556 25953 26212 t 22741 16849 24814 t 27029 27030 27158 t 21601 22741 25362 t 10448 11937 2708 t 16285 26584 24983 t 27655 27654 27530 t 13612 10321 17210 t 17312 13612 17210 t 23835 23834 23751 t 23834 23835 23932 t 26957 2120 4773 t 24813 26183 17081 t 25832 26202 25681 t 16942 23914 6646 t 26202 17594 26063 t 25364 26451 26823 t 7066 25364 26823 t 2597 20428 20599 t 27332 27340 2006 t 20599 6138 2597 t 23746 27644 20003 t 20599 25367 25038 t 6138 20599 25038 t 16193 17284 17370 t 25038 25367 17878 t 19544 25759 19459 t 19075 22011 23096 t 26301 26424 26300 t 27413 27414 27538 t 27662 27789 27661 t 29856 29951 29855 t 27705 17521 23670 t 25786 25785 25662 t 25786 25911 25785 t 26582 24980 27703 t 27177 27176 27047 t 24020 24021 24122 t 21290 17507 20655 t 28257 28256 28193 t 29575 29470 29471 t 21412 21358 13196 t 24004 24003 21740 t 6443 12592 10280 t 23703 24451 23675 t 19254 19344 21438 t 24872 25355 9963 t 2120 23809 15383 t 18807 22202 21820 t 17594 25830 5740 t 25830 25414 5740 t 25830 24160 25414 t 17768 28230 17769 t 28597 21627 21937 t 21627 28597 28596 t 23734 17800 17771 t 21061 23735 17771 t 17767 28168 28230 t 23360 28435 23285 t 21621 16125 21569 t 22875 28512 21937 t 17010 31149 17200 t 31858 32086 17028 t 1896 23295 23294 t 23360 20835 28436 t 17769 28230 28295 t 30329 18985 18986 t 17755 2754 15939 t 27376 27377 27503 t 31419 31420 15400 t 12328 22572 21330 t 24160 11369 25414 t 25466 25468 26084 t 25037 27824 27823 t 23165 22187 22298 t 23699 23790 23789 t 23698 23699 23789 t 23790 23882 23881 t 23789 23790 23881 t 23882 23986 23985 t 23881 23882 23985 t 23986 24085 24084 t 23985 23986 24084 t 24085 24191 24190 t 24084 24085 24190 t 24190 24191 24293 t 24519 24518 24407 t 24632 24631 24518 t 24519 24632 24518 t 24744 24743 24631 t 24632 24744 24631 t 24853 24852 24743 t 24744 24853 24743 t 24853 24964 24963 t 24852 24853 24963 t 24964 25075 25074 t 24963 24964 25074 t 25075 25180 25179 t 25074 25075 25179 t 25180 25296 25295 t 25179 25180 25295 t 25296 25404 25403 t 25295 25296 25403 t 25404 25510 25509 t 25403 25404 25509 t 25510 25625 25624 t 25509 25510 25624 t 25625 25746 25745 t 25624 25625 25745 t 25746 25875 25874 t 25745 25746 25874 t 25875 25995 25994 t 25874 25875 25994 t 25995 26125 26124 t 25994 25995 26124 t 26125 26255 26254 t 26124 26125 26254 t 26255 26381 26380 t 26254 26255 26380 t 26381 26505 26504 t 26380 26381 26504 t 26505 26636 26635 t 26504 26505 26635 t 26636 26756 26755 t 26635 26636 26755 t 26877 26876 26755 t 26756 26877 26755 t 26877 27130 27001 t 26876 26877 27001 t 27255 27378 27377 t 27131 27255 27377 t 27378 27504 27503 t 27377 27378 27503 t 24654 18488 24655 t 28989 29171 28988 t 25555 25556 26212 t 25953 27644 23746 t 19168 27395 31974 t 29768 29767 29673 t 14224 6081 1725 t 6081 6550 10389 t 23955 6144 24867 t 17703 1725 19684 t 16848 2121 2235 t 16840 16848 2235 t 23933 24031 24030 t 23932 23933 24030 t 17216 24647 26200 t 26201 26321 26215 t 19259 20157 19258 t 20429 3546 27021 t 27657 27783 27782 t 20334 21143 21962 t 19496 26957 25567 t 22362 22042 17860 t 17939 22362 17860 t 25008 24427 25114 t 6331 6157 16840 t 21757 21902 21758 t 17284 16193 6689 t 31322 31440 31321 t 20599 19077 25367 t 24264 10635 24162 t 14451 17532 24812 t 29381 29380 29279 t 18955 24976 18956 t 17022 10218 24922 t 26301 26300 26171 t 27662 27661 27538 t 27539 27662 27538 t 31899 32039 32248 t 30047 30046 29950 t 25663 25786 25662 t 26293 26292 26163 t 25219 25335 25218 t 26582 27703 15388 t 18348 18347 18272 t 25247 11209 11291 t 26445 25446 26186 t 3924 19893 12622 t 17537 2349 19503 t 27691 17537 19503 t 17312 17210 2235 t 6252 6443 10280 t 23752 23835 23751 t 23835 23933 23932 t 27440 27441 17216 t 26215 26321 27085 t 26823 19440 19790 t 21683 19570 21778 t 27533 27657 27656 t 28355 22691 28356 t 23751 23669 28681 t 17787 17758 17759 t 29469 29468 29363 t 23239 22249 23619 t 27922 27976 27921 t 28133 28190 28132 t 13958 29321 13957 t 29857 29856 29768 t 28478 28479 28559 t 29118 29214 29117 t 32170 31824 31907 t 27073 24895 24568 t 26067 26438 27073 t 24568 26067 27073 t 21920 25248 21184 t 7372 32274 32185 t 30470 30590 30469 t 24534 24423 23517 t 27656 27657 27782 t 21693 21508 21692 t 28025 28026 28077 t 26194 21450 21400 t 22712 22224 26940 t 23637 23700 23699 t 21864 23699 23698 t 23700 23791 23790 t 23699 23700 23790 t 23791 23883 23882 t 23790 23791 23882 t 23987 23986 23882 t 23883 23987 23882 t 23987 24086 24085 t 23986 23987 24085 t 24192 24191 24085 t 24086 24192 24085 t 24294 24293 24191 t 24192 24294 24191 t 24294 24408 24407 t 24293 24294 24407 t 24408 24520 24519 t 24407 24408 24519 t 24520 24633 24632 t 24519 24520 24632 t 24745 24744 24632 t 24633 24745 24632 t 24854 24853 24744 t 24745 24854 24744 t 24965 24964 24853 t 24854 24965 24853 t 24965 25076 25075 t 24964 24965 25075 t 25076 25181 25180 t 25075 25076 25180 t 25181 25297 25296 t 25180 25181 25296 t 25297 25405 25404 t 25296 25297 25404 t 25405 25511 25510 t 25404 25405 25510 t 25511 25626 25625 t 25510 25511 25625 t 25626 25747 25746 t 25625 25626 25746 t 25747 25876 25875 t 25746 25747 25875 t 25876 25996 25995 t 25875 25876 25995 t 25996 26126 26125 t 25995 25996 26125 t 26126 26256 26255 t 26125 26126 26255 t 26256 26382 26381 t 26255 26256 26381 t 26382 26506 26505 t 26381 26382 26505 t 26506 26637 26636 t 26505 26506 26636 t 26757 26756 26636 t 26637 26757 26636 t 26757 26878 26877 t 26756 26757 26877 t 26878 27002 27130 t 26877 26878 27130 t 27002 27132 27131 t 27130 27002 27131 t 27132 27256 27255 t 27131 27132 27255 t 27256 27379 27378 t 27255 27256 27378 t 27379 27505 27504 t 27378 27379 27504 t 26525 32222 26398 t 27505 27630 27504 t 26212 25953 23746 t 22285 23515 12358 t 2474 19774 22763 t 27870 27869 27820 t 25676 25706 25583 t 25586 25676 25583 t 23955 17219 6144 t 21880 21798 21799 t 27427 27551 27426 t 27675 27674 27550 t 23935 24033 24032 t 25570 26715 24007 t 25827 25837 27440 t 26200 26201 26215 t 23940 23959 25701 t 25705 25446 26445 t 22977 25239 22976 t 20745 26698 12334 t 24647 26201 26200 t 24558 25837 25827 t 27974 28026 28025 t 24427 26654 25114 t 6157 16848 16840 t 6966 613 504 t 11649 14985 3369 t 23013 1754 8169 t 8169 11935 23013 t 820 14738 6804 t 22244 24030 24129 t 25952 22173 21294 t 24335 24336 25565 t 17605 17222 17321 t 6359 24319 6269 t 17607 17318 17222 t 17605 17607 17222 t 32131 11485 27020 t 6744 6743 30301 t 26164 26293 26163 t 26417 26416 26292 t 26833 25467 5967 t 25335 25334 25218 t 22764 21706 21137 t 23603 23604 24262 t 22244 22299 22300 t 24210 16285 24983 t 26584 24867 24983 t 6157 6331 27674 t 2121 17312 2235 t 23676 10307 23615 t 23836 23837 23934 t 23726 24558 24546 t 6648 24647 17216 t 24427 381 26654 t 25428 25538 25537 t 25145 17715 22757 t 23752 23751 23671 t 23753 23671 28771 t 28771 23672 23753 t 22978 22657 25348 t 30356 30476 30355 t 30476 30596 30475 t 24322 26526 26069 t 30596 30595 30475 t 28338 28405 28404 t 24322 26069 25009 t 12767 12426 9600 t 21218 17953 23915 t 17117 24568 25009 t 15389 26067 24568 t 17117 15389 24568 t 22757 17715 25710 t 15389 25683 26067 t 23939 24038 21329 t 25710 17715 17714 t 12493 26960 26959 t 26061 22279 22167 t 25414 22772 22899 t 19621 20886 24706 t 13351 11250 11095 t 23607 23637 25031 t 23607 23638 23637 t 28104 28161 28103 t 23638 23701 23700 t 23637 23638 23700 t 23701 23792 23791 t 23700 23701 23791 t 23792 23884 23883 t 23791 23792 23883 t 23988 23987 23883 t 23884 23988 23883 t 23988 24087 24086 t 23987 23988 24086 t 24087 24193 24192 t 24086 24087 24192 t 24193 24295 24294 t 24192 24193 24294 t 24295 24409 24408 t 24294 24295 24408 t 24409 24521 24520 t 24408 24409 24520 t 24521 24634 24633 t 24520 24521 24633 t 24746 24745 24633 t 24634 24746 24633 t 24855 24854 24745 t 24746 24855 24745 t 24966 24965 24854 t 24855 24966 24854 t 24966 25077 25076 t 24965 24966 25076 t 25077 25182 25181 t 25076 25077 25181 t 25182 25298 25297 t 25181 25182 25297 t 25298 25406 25405 t 25297 25298 25405 t 25406 25512 25511 t 25405 25406 25511 t 25512 25627 25626 t 25511 25512 25626 t 25627 25748 25747 t 25626 25627 25747 t 25748 25877 25876 t 25747 25748 25876 t 25877 25997 25996 t 25876 25877 25996 t 25997 26127 26126 t 25996 25997 26126 t 26127 26257 26256 t 26126 26127 26256 t 26257 26383 26382 t 26256 26257 26382 t 26383 26507 26506 t 26382 26383 26506 t 26507 26638 26637 t 26506 26507 26637 t 26758 26757 26637 t 26638 26758 26637 t 26758 26879 26878 t 26757 26758 26878 t 26879 27003 27002 t 26878 26879 27002 t 27003 27133 27132 t 27002 27003 27132 t 27133 27257 27256 t 27132 27133 27256 t 27380 27379 27256 t 27257 27380 27256 t 27379 27380 27505 t 27505 27631 27630 t 18468 20532 19187 t 30360 30480 30359 t 21137 21706 24004 t 25706 17713 26013 t 25583 25706 26013 t 26079 17323 25692 t 25569 26079 25692 t 27301 27427 27300 t 27551 27675 27550 t 24007 24337 16945 t 25923 26047 25922 t 25087 23726 23725 t 27441 6648 17216 t 26153 26154 26281 t 24661 24770 24769 t 25817 24899 26050 t 10231 2935 25015 t 27697 17150 2238 t 24546 24558 25827 t 25837 27441 27440 t 21766 18490 22500 t 25923 25922 25799 t 21885 25343 21748 t 26775 17021 24561 t 15879 16351 21384 t 21450 21449 21399 t 13458 16197 17003 t 16351 11154 21384 t 19951 17605 19952 t 19414 15380 4542 t 26081 21114 26082 t 17605 17606 19952 t 26081 26082 25252 t 25442 26081 25252 t 17222 17318 6085 t 24260 25809 25810 t 20636 27394 20541 t 26293 26417 26292 t 26417 26543 26542 t 25573 27213 27206 t 14451 19513 26466 t 27714 22202 27713 t 23666 24424 24373 t 17713 26399 17114 t 17114 26399 21908 t 26584 23955 24867 t 17219 26951 6144 t 27180 27301 27179 t 27675 6157 27674 t 25800 25923 25799 t 26047 26046 25922 t 285 2935 286 t 23725 23726 24546 t 19593 17311 19594 t 17311 19166 19164 t 32364 8667 8770 t 21063 14969 25710 t 28772 28771 23671 t 28773 28772 28681 t 23671 28681 28772 t 28681 23671 23751 t 27872 27925 27871 t 28054 28105 28053 t 30722 30721 30595 t 30596 30722 30595 t 11581 32298 22053 t 26656 23653 26777 t 24871 26069 26656 t 26777 24871 26656 t 25226 25009 26069 t 24871 25226 26069 t 25226 17117 25009 t 27202 25683 15389 t 21678 21677 21622 t 27202 16125 25683 t 26831 21958 21880 t 23929 23831 21632 t 27042 27043 27171 t 27688 20468 20561 t 18032 22794 22109 t 22735 22469 23698 t 31562 15480 15479 t 31562 15479 31443 t 23639 23702 23701 t 23638 23639 23701 t 23702 23793 23792 t 23701 23702 23792 t 23792 23793 23884 t 23988 24088 24087 t 24088 24194 24193 t 24087 24088 24193 t 24296 24295 24193 t 24194 24296 24193 t 24410 24409 24295 t 24296 24410 24295 t 24410 24522 24521 t 24409 24410 24521 t 24522 24635 24634 t 24521 24522 24634 t 24634 24635 24746 t 24746 24856 24855 t 24856 24967 24966 t 24855 24856 24966 t 24967 25078 25077 t 24966 24967 25077 t 25078 25183 25182 t 25077 25078 25182 t 25183 25299 25298 t 25182 25183 25298 t 25407 25406 25298 t 25299 25407 25298 t 25513 25512 25406 t 25407 25513 25406 t 25513 25628 25627 t 25512 25513 25627 t 25628 25749 25748 t 25627 25628 25748 t 25749 25878 25877 t 25748 25749 25877 t 25878 25998 25997 t 25877 25878 25997 t 25998 26128 26127 t 25997 25998 26127 t 26128 26258 26257 t 26127 26128 26257 t 26258 26384 26383 t 26257 26258 26383 t 26384 26508 26507 t 26383 26384 26507 t 26508 26639 26638 t 26507 26508 26638 t 26759 26758 26638 t 26639 26759 26638 t 26759 26880 26879 t 26758 26759 26879 t 26880 27004 27003 t 26879 26880 27003 t 27004 27134 27133 t 27003 27004 27133 t 27134 27258 27257 t 27133 27134 27257 t 27381 27380 27257 t 27258 27381 27257 t 27506 27505 27380 t 27381 27506 27380 t 27505 27506 27631 t 14063 18749 1634 t 21968 21808 26400 t 26083 17114 21897 t 13711 23737 25143 t 17414 17410 23815 t 6140 6141 19069 t 25224 24161 17323 t 26079 25224 17323 t 27180 27179 27050 t 27551 27550 27426 t 26178 26177 26046 t 26047 26178 26046 t 16647 19245 286 t 25015 25087 23725 t 22469 21864 23698 t 25584 17707 17371 t 23227 17335 21321 t 28741 28740 28645 t 482 19245 16647 t 484 482 16647 t 26307 26306 26177 t 26178 26307 26177 t 21979 8965 16351 t 24768 24767 24658 t 21064 22559 22558 t 24001 24002 22298 t 8965 22247 11154 t 24161 25224 22767 t 27203 27206 17508 t 24542 18983 19066 t 27564 22989 22990 t 25209 25325 25324 t 25652 25775 25774 t 27183 27304 27182 t 6259 15663 5857 t 27554 27553 27429 t 10218 25014 24922 t 27450 27459 17022 t 26416 26417 26542 t 26542 26543 26672 t 10874 32313 32251 t 28806 28896 28805 t 27721 27715 2470 t 21515 21569 18170 t 23823 25676 25586 t 26013 17713 17114 t 25569 25692 26951 t 17219 25569 26951 t 27051 27180 27050 t 27427 27426 27300 t 26556 26429 26306 t 26307 26556 26306 t 17517 482 484 t 2935 25087 25015 t 23925 24023 24022 t 21321 17335 27760 t 29324 15495 23841 t 29226 29324 23841 t 24038 23939 15580 t 24701 10909 24810 t 28567 28648 28566 t 29793 29884 29792 t 27872 27871 27823 t 27824 27872 27823 t 29910 30004 29909 t 30842 30841 30721 t 27023 26777 25416 t 29386 29387 29491 t 23730 24871 26777 t 27023 23730 26777 t 25341 25226 24871 t 23730 25341 24871 t 24458 17117 25226 t 25341 24458 25226 t 26059 15389 17117 t 24458 26059 17117 t 26575 27202 15389 t 26059 26575 15389 t 26326 16125 27202 t 26575 26326 27202 t 22918 21234 22919 t 26326 17121 16125 t 25231 25223 22248 t 22734 23702 23639 t 16624 17301 17514 t 2935 10231 286 t 14514 15169 13623 t 23924 23925 24022 t 16600 16599 18753 t 31562 31443 31444 t 21957 21958 22056 t 20157 24892 24759 t 18672 18753 16599 t 18671 18672 16599 t 23793 23885 23884 t 23989 23988 23884 t 23885 23989 23884 t 23989 24089 24088 t 23988 23989 24088 t 24089 24195 24194 t 24088 24089 24194 t 24297 24296 24194 t 24195 24297 24194 t 24411 24410 24296 t 24297 24411 24296 t 24636 24635 24522 t 24410 24636 24522 t 24747 24746 24635 t 24636 24747 24635 t 24747 24857 24856 t 24746 24747 24856 t 24857 24968 24967 t 24856 24857 24967 t 24968 25079 25078 t 24967 24968 25078 t 25184 25183 25078 t 25079 25184 25078 t 25300 25299 25183 t 25184 25300 25183 t 25408 25407 25299 t 25300 25408 25299 t 25514 25513 25407 t 25408 25514 25407 t 25629 25628 25513 t 25514 25629 25513 t 25750 25749 25628 t 25629 25750 25628 t 25750 25879 25878 t 25749 25750 25878 t 25879 25999 25998 t 25878 25879 25998 t 25999 26129 26128 t 25998 25999 26128 t 26129 26259 26258 t 26128 26129 26258 t 26259 26385 26384 t 26258 26259 26384 t 26385 26509 26508 t 26384 26385 26508 t 26509 26640 26639 t 26508 26509 26639 t 26760 26759 26639 t 26640 26760 26639 t 26760 26881 26880 t 26759 26760 26880 t 26881 27005 27004 t 26880 26881 27004 t 27135 27134 27004 t 27005 27135 27004 t 27259 27258 27134 t 27135 27259 27134 t 27382 27381 27258 t 27259 27382 27258 t 27507 27506 27381 t 27382 27507 27381 t 27632 27631 27506 t 27507 27632 27506 t 27631 22998 22736 t 26084 21452 10519 t 21888 26458 21731 t 24572 24590 25892 t 17410 23823 23815 t 26804 26925 26803 t 22160 25352 22662 t 27431 27304 27183 t 27051 27050 26924 t 27684 6642 27683 t 26686 26685 26429 t 31978 31936 25416 t 6642 17301 16624 t 7729 1636 1743 t 19807 19808 19894 t 21185 22265 21140 t 19245 285 286 t 27560 27684 27559 t 26685 26806 26684 t 26806 26805 26684 t 25002 25001 24888 t 24889 25002 24888 t 26523 26467 21807 t 26466 17532 14451 t 23013 11935 22025 t 21185 8965 21979 t 27206 19414 17508 t 18094 18015 18016 t 27667 15657 27666 t 26407 26533 26532 t 26021 26022 26153 t 26154 26282 26281 t 16937 24106 5857 t 23022 23147 23021 t 27665 6647 6204 t 27664 27665 6204 t 27542 27665 27664 t 27541 27542 27664 t 26543 26673 26672 t 26673 26795 26794 t 25589 27271 27220 t 21113 23746 20003 t 24102 24127 23665 t 10909 10986 24810 t 24370 24371 25644 t 23815 23823 25586 t 17786 22858 17787 t 18854 24312 24320 t 26553 26681 26552 t 27301 27300 27179 t 26556 26686 26429 t 27435 27560 27434 t 17514 17517 484 t 25947 15658 15575 t 27753 25947 15575 t 9180 27723 14851 t 23756 28948 29038 t 31686 31685 31567 t 31448 31447 31329 t 28648 28647 28566 t 28567 28566 28485 t 28486 28567 28485 t 30722 30842 30721 t 30965 30964 30841 t 32281 31874 31914 t 27275 27023 31936 t 6165 27275 31936 t 27275 23730 27023 t 25441 25341 23730 t 26830 24458 25341 t 25441 26830 25341 t 27198 26059 24458 t 26830 27198 24458 t 26447 26575 26059 t 27198 26447 26059 t 26826 26326 26575 t 26447 26826 26575 t 5742 17121 26326 t 26826 5742 26326 t 30715 30836 30714 t 18951 19204 21411 t 17301 17517 17514 t 24484 10850 24483 t 19328 2473 15658 t 25947 19328 15658 t 27754 27711 2473 t 10741 11250 11602 t 18997 19148 23053 t 24128 22075 24028 t 18255 12664 21035 t 23704 23886 23885 t 23793 23704 23885 t 23990 23989 23885 t 23886 23990 23885 t 24090 24089 23989 t 23990 24090 23989 t 24090 24196 24195 t 24089 24090 24195 t 24298 24297 24195 t 24196 24298 24195 t 24298 24411 24297 t 24637 24636 24410 t 24748 24747 24636 t 24637 24748 24636 t 24969 24857 24747 t 24748 24969 24747 t 24969 24968 24857 t 24969 25079 24968 t 25185 25184 25079 t 24969 25185 25079 t 25301 25300 25184 t 25185 25301 25184 t 25301 25408 25300 t 25515 25514 25408 t 25630 25629 25514 t 25515 25630 25514 t 25751 25750 25629 t 25630 25751 25629 t 25751 25880 25879 t 25750 25751 25879 t 25880 26000 25999 t 25879 25880 25999 t 26000 26130 26129 t 25999 26000 26129 t 26260 26259 26129 t 26130 26260 26129 t 26260 26386 26385 t 26259 26260 26385 t 26386 26510 26509 t 26385 26386 26509 t 26641 26640 26509 t 26510 26641 26509 t 26761 26760 26640 t 26641 26761 26640 t 26761 26882 26881 t 26760 26761 26881 t 26882 27006 27005 t 26881 26882 27005 t 27136 27135 27005 t 27006 27136 27005 t 27260 27259 27135 t 27136 27260 27135 t 27383 27382 27259 t 27260 27383 27259 t 27383 27508 27507 t 27382 27383 27507 t 27633 27632 27507 t 27508 27633 27507 t 19392 22417 19567 t 27633 27758 27632 t 20833 20741 27774 t 15260 20429 6139 t 23946 30649 23843 t 26431 26430 26308 t 26681 26804 26680 t 26925 27051 26924 t 26929 27055 26928 t 27054 27431 27183 t 27435 27434 27307 t 6156 6642 16624 t 19328 27754 2473 t 27754 27627 27711 t 25813 25685 27711 t 6642 6156 27683 t 27308 27307 27187 t 26929 26928 26805 t 26806 26929 26805 t 23472 23211 21140 t 26804 26803 26680 t 28948 23756 10872 t 21171 21214 21213 t 27565 21449 21450 t 21450 21399 21400 t 25566 27206 27203 t 23841 15580 23939 t 16941 26076 23817 t 27415 27416 27540 t 27219 19417 19497 t 27213 27219 19497 t 17315 14977 17314 t 25208 25209 25324 t 27290 27291 27416 t 27417 27542 27541 t 6548 6650 6544 t 17317 6548 6544 t 6133 23636 23635 t 6548 6133 6132 t 25667 25666 25551 t 6132 6133 23635 t 23658 23662 24370 t 19454 21411 19204 t 26954 15749 19242 t 24371 25682 25644 t 27071 24682 27699 t 10835 24796 24903 t 26426 26553 26425 t 26681 26680 26552 t 27055 27054 26928 t 27555 27554 27430 t 27188 27187 27059 t 27684 27683 27559 t 27627 25813 27711 t 27319 25253 25685 t 15580 23841 15495 t 29677 29676 29579 t 29131 23756 29038 t 30850 30973 30849 t 31095 31094 30964 t 31095 31211 31094 t 30965 31095 30964 t 31211 31210 31094 t 23840 29131 23841 t 16858 32256 23853 t 32059 32004 32211 t 10596 10673 6855 t 27399 27275 6165 t 27573 27399 6165 t 27600 23730 27275 t 27399 27600 27275 t 27600 25441 23730 t 19860 27198 26830 t 25315 26447 27198 t 19860 25315 27198 t 26444 26826 26447 t 25315 26444 26447 t 9982 5742 26826 t 26444 9982 26826 t 21903 21904 23053 t 21137 21818 24005 t 21358 21412 21411 t 26934 27060 26933 t 27560 27559 27434 t 25813 27319 25685 t 25254 26569 25253 t 27319 25254 25253 t 18709 18790 18708 t 23794 23887 23886 t 23704 23794 23886 t 23887 23991 23990 t 23886 23887 23990 t 24091 24090 23990 t 23991 24091 23990 t 24091 24197 24196 t 24090 24091 24196 t 24299 24298 24196 t 24197 24299 24196 t 24412 24411 24298 t 24299 24412 24298 t 24523 24410 24411 t 24412 24523 24411 t 24638 24637 24410 t 24523 24638 24410 t 24749 24748 24637 t 24638 24749 24637 t 24858 24969 24748 t 24749 24858 24748 t 24858 24970 24969 t 24970 25080 24969 t 25186 25185 24969 t 25080 25186 24969 t 25302 25301 25185 t 25186 25302 25185 t 25516 25515 25408 t 25301 25516 25408 t 25631 25630 25515 t 25516 25631 25515 t 25752 25751 25630 t 25631 25752 25630 t 25881 25880 25751 t 25752 25881 25751 t 26001 26000 25880 t 25881 26001 25880 t 26131 26130 26000 t 26001 26131 26000 t 26131 26261 26260 t 26130 26131 26260 t 26260 26261 26386 t 26511 26510 26386 t 26642 26641 26510 t 26511 26642 26510 t 26762 26761 26641 t 26642 26762 26641 t 26883 26882 26761 t 26762 26883 26761 t 26883 27007 27006 t 26882 26883 27006 t 27137 27136 27006 t 27007 27137 27006 t 27261 27260 27136 t 27137 27261 27136 t 27261 27384 27383 t 27260 27261 27383 t 27384 27509 27508 t 27383 27384 27508 t 27509 27634 27633 t 27508 27509 27633 t 27634 27759 27758 t 27633 27634 27758 t 11290 25246 25247 t 27759 17335 27758 t 22667 22681 22662 t 19776 23211 19775 t 26303 26426 26302 t 26925 26924 26803 t 26811 26934 26810 t 27308 27435 27307 t 25368 25342 26569 t 25254 25368 26569 t 25365 25257 25342 t 25368 25365 25342 t 27188 27308 27187 t 26690 26811 26689 t 27431 27430 27304 t 27192 2234 27191 t 26426 26425 26302 t 20789 20527 17772 t 22192 22795 22923 t 21884 20334 21962 t 26008 25887 19633 t 25565 25566 27203 t 19033 19032 19114 t 26423 26422 26299 t 26300 26423 26299 t 25574 27219 27213 t 25573 25574 27213 t 25775 25900 25899 t 25809 2007 4895 t 27291 27417 27416 t 22773 22899 22772 t 6650 6548 6132 t 24348 25589 25588 t 25790 25915 25789 t 14980 20147 18082 t 24013 23662 23658 t 25552 25667 25551 t 22446 22445 2714 t 23855 24013 23658 t 23939 21329 23938 t 15749 27455 19242 t 26305 26428 26304 t 26303 26302 26173 t 25796 25795 25672 t 17275 17668 17227 t 27431 27555 27430 t 26690 26689 26559 t 27060 27188 27059 t 25365 16122 15795 t 25257 25365 15795 t 30336 30448 15516 t 15516 24055 30336 t 29371 29370 29270 t 28390 28546 28389 t 31563 31681 31562 t 30740 30864 30739 t 27871 27925 27870 t 27979 27978 27924 t 11024 12774 11098 t 27924 27923 27869 t 26585 16858 23956 t 24159 26585 23956 t 23654 27573 16858 t 26585 23654 16858 t 27582 27399 27573 t 23654 27582 27573 t 25200 27600 27399 t 27582 25200 27399 t 24786 25441 27600 t 25200 24786 27600 t 27720 26830 25441 t 24786 27720 25441 t 24757 19860 26830 t 27720 24757 26830 t 25929 25315 19860 t 24757 25929 19860 t 27201 26444 25315 t 25929 27201 25315 t 27201 15418 9982 t 26444 27201 9982 t 27017 20446 27146 t 20148 26185 20057 t 23472 22763 23211 t 4278 24812 27453 t 6545 6439 17223 t 25114 25225 24113 t 16122 27328 27457 t 15795 16122 27457 t 24037 23943 24041 t 23643 23705 23704 t 27775 27774 20834 t 23705 23795 23794 t 23704 23705 23794 t 23795 23888 23887 t 23794 23795 23887 t 23887 23888 23991 t 24092 24091 23991 t 24092 24198 24197 t 24091 24092 24197 t 24300 24299 24197 t 24198 24300 24197 t 24413 24412 24299 t 24300 24413 24299 t 24524 24523 24412 t 24413 24524 24412 t 24639 24638 24523 t 24524 24639 24523 t 24750 24749 24638 t 24639 24750 24638 t 24859 24858 24749 t 24750 24859 24749 t 24971 24970 24858 t 24859 24971 24858 t 25081 25080 24970 t 24971 25081 24970 t 25187 25186 25080 t 25081 25187 25080 t 25303 25302 25186 t 25187 25303 25186 t 25518 25301 25302 t 25303 25518 25302 t 25517 25516 25301 t 25518 25517 25301 t 25632 25631 25516 t 25517 25632 25516 t 25753 25752 25631 t 25632 25753 25631 t 25882 25881 25752 t 25753 25882 25752 t 26002 26001 25881 t 25882 26002 25881 t 26132 26131 26001 t 26002 26132 26001 t 26262 26261 26131 t 26132 26262 26131 t 26387 26386 26261 t 26262 26387 26261 t 26387 26512 26511 t 26386 26387 26511 t 26512 26643 26642 t 26511 26512 26642 t 26763 26762 26642 t 26643 26763 26642 t 26884 26883 26762 t 26763 26884 26762 t 26884 27008 27007 t 26883 26884 27007 t 27138 27137 27007 t 27008 27138 27007 t 27262 27261 27137 t 27138 27262 27137 t 27262 27385 27384 t 27261 27262 27384 t 27385 27510 27509 t 27384 27385 27509 t 27510 27635 27634 t 27509 27510 27634 t 27635 27760 27759 t 27634 27635 27759 t 27758 22375 22492 t 27759 27760 17335 t 26043 26174 26042 t 26553 26552 26425 t 6431 17379 17275 t 27679 27678 27554 t 16643 27574 27525 t 27060 27059 26933 t 27328 26066 25138 t 27457 27328 25138 t 26066 15376 2233 t 25138 26066 2233 t 15376 17505 24109 t 26934 26933 26810 t 26560 26690 26559 t 17379 6431 27678 t 27555 27679 27554 t 6281 10389 10229 t 26174 26303 26173 t 25449 26943 21588 t 19824 22173 21293 t 28722 28814 28721 t 30853 30977 30729 t 24000 22140 18489 t 6141 19154 19069 t 27406 27531 27405 t 23618 24339 24338 t 25900 26022 26021 t 13711 8034 23737 t 6348 6131 5741 t 24112 24115 26197 t 23641 23642 24343 t 24343 24348 25588 t 25790 25789 25666 t 25667 25790 25666 t 6341 6340 6258 t 23662 24371 24370 t 26555 26683 26554 t 26176 26175 26044 t 27646 5968 27647 t 26309 26431 26308 t 25760 25761 27344 t 27397 9615 17112 t 2118 17316 17227 t 17316 6653 14977 t 24136 26705 381 t 17316 17315 17227 t 2233 15376 24109 t 19598 19597 17223 t 17505 17023 19073 t 24109 17505 19073 t 17834 17905 17833 t 15603 17836 15517 t 30731 30730 30607 t 31566 31565 31447 t 27925 27979 27924 t 27979 28030 28029 t 27871 27870 27821 t 27822 27871 27821 t 11108 7458 11033 t 29908 30002 29907 t 15390 26585 24159 t 15390 23654 26585 t 26328 27582 23654 t 26328 25200 27582 t 17677 24786 25200 t 27077 27720 24786 t 17677 27077 24786 t 24347 24757 27720 t 27077 24347 27720 t 24347 25929 24757 t 27323 27201 25929 t 22692 23650 22712 t 27201 27323 15418 t 24661 21638 18415 t 17379 17668 17275 t 21687 21686 22798 t 2599 26582 15388 t 26434 26560 26433 t 19237 19236 25800 t 19073 17023 6139 t 21495 21548 21547 t 14451 24812 3575 t 23644 23706 23705 t 23643 23644 23705 t 23706 23796 23795 t 23705 23706 23795 t 23796 23889 23888 t 23795 23796 23888 t 23889 23992 23991 t 23888 23889 23991 t 24093 24092 23991 t 23992 24093 23991 t 24199 24198 24092 t 24093 24199 24092 t 24301 24300 24198 t 24199 24301 24198 t 24414 24413 24300 t 24301 24414 24300 t 24525 24524 24413 t 24414 24525 24413 t 24640 24639 24524 t 24525 24640 24524 t 24751 24750 24639 t 24640 24751 24639 t 24860 24859 24750 t 24751 24860 24750 t 24972 24971 24859 t 24860 24972 24859 t 25082 25081 24971 t 24972 25082 24971 t 25188 25187 25081 t 25082 25188 25081 t 25304 25303 25187 t 25188 25304 25187 t 25409 25518 25303 t 25304 25409 25303 t 25633 25632 25517 t 25518 25633 25517 t 25754 25753 25632 t 25633 25754 25632 t 25883 25882 25753 t 25754 25883 25753 t 26003 26002 25882 t 25883 26003 25882 t 26133 26132 26002 t 26003 26133 26002 t 26133 26263 26262 t 26132 26133 26262 t 26263 26388 26387 t 26262 26263 26387 t 26388 26513 26512 t 26387 26388 26512 t 26513 26644 26643 t 26512 26513 26643 t 26644 26764 26763 t 26643 26644 26763 t 26764 26885 26884 t 26763 26764 26884 t 26885 27009 27008 t 26884 26885 27008 t 27009 27139 27138 t 27008 27009 27138 t 27139 27263 27262 t 27138 27139 27262 t 27263 27386 27385 t 27262 27263 27385 t 27386 27511 27510 t 27385 27386 27510 t 27511 27636 27635 t 27510 27511 27635 t 27636 27761 27760 t 27635 27636 27760 t 21686 21685 21432 t 15437 15436 29646 t 25919 26043 26042 t 27200 25462 23825 t 7300 10223 17083 t 26174 26173 26042 t 24136 26822 26588 t 17668 2118 17227 t 24374 10707 10708 t 2599 15388 16934 t 25800 19150 19237 t 19204 15418 19538 t 10856 23696 23634 t 27548 27672 27547 t 27672 27671 27547 t 17083 19694 24544 t 26811 26810 26689 t 10696 10767 23218 t 27679 17379 27678 t 16831 17001 32023 t 10839 10909 24701 t 26943 2474 22763 t 31611 16206 30896 t 31497 17876 11484 t 20059 13389 21859 t 30730 30853 30729 t 18481 24534 23517 t 25767 25761 24481 t 17961 17960 24129 t 25574 25573 24338 t 15385 25442 25252 t 28390 28389 28324 t 24339 25574 24338 t 25761 25767 27397 t 18980 19064 25552 t 23636 23642 23641 t 24768 24879 24878 t 18866 27323 26955 t 25915 25914 25789 t 15571 24013 23855 t 6258 15571 23855 t 24922 26325 26324 t 6166 21799 26954 t 26432 26431 26309 t 25672 25671 30326 t 24481 25761 24480 t 25761 27397 27344 t 19592 19593 17468 t 15379 32062 31953 t 17564 17468 18013 t 17408 15379 19415 t 26337 25890 25311 t 15450 30569 24158 t 29633 29632 29531 t 30569 15450 15517 t 29079 29078 28992 t 28194 28193 28136 t 27978 27979 28029 t 30505 30506 30626 t 18119 18199 18118 t 18319 19275 3085 t 24159 26204 23761 t 27081 15390 24159 t 23761 27081 24159 t 24870 23654 15390 t 27081 24870 15390 t 23659 26328 23654 t 24870 23659 23654 t 23912 25200 26328 t 23659 23912 26328 t 24677 17677 25200 t 23912 24677 25200 t 24459 27077 17677 t 24677 24459 17677 t 38 24347 27077 t 24459 38 27077 t 26955 25929 24347 t 38 26955 24347 t 29495 29496 29597 t 25929 26955 27323 t 25651 25652 25774 t 20228 20227 25764 t 24112 26197 26196 t 9963 23816 25708 t 27315 27442 27314 t 17315 17316 14977 t 17408 19415 26010 t 24683 381 24427 t 19947 17515 17327 t 2349 22349 19503 t 10238 17113 380 t 23645 23707 23706 t 2243 16028 21339 t 23707 23797 23796 t 23706 23707 23796 t 23797 23890 23889 t 23796 23797 23889 t 23890 23993 23992 t 23889 23890 23992 t 24094 24093 23992 t 23993 24094 23992 t 24200 24199 24093 t 24094 24200 24093 t 24302 24301 24199 t 24200 24302 24199 t 24415 24414 24301 t 24302 24415 24301 t 24526 24525 24414 t 24415 24526 24414 t 24641 24640 24525 t 24526 24641 24525 t 24752 24751 24640 t 24641 24752 24640 t 24861 24860 24751 t 24752 24861 24751 t 24973 24972 24860 t 24861 24973 24860 t 25083 25082 24972 t 24973 25083 24972 t 25189 25188 25082 t 25083 25189 25082 t 25305 25304 25188 t 25189 25305 25188 t 25410 25409 25304 t 25305 25410 25304 t 25519 25518 25409 t 25410 25519 25409 t 25634 25633 25518 t 25519 25634 25518 t 25755 25754 25633 t 25634 25755 25633 t 25884 25883 25754 t 25755 25884 25754 t 26004 26003 25883 t 25884 26004 25883 t 26134 26133 26003 t 26004 26134 26003 t 26264 26263 26133 t 26134 26264 26133 t 26389 26388 26263 t 26264 26389 26263 t 26514 26513 26388 t 26389 26514 26388 t 26514 26645 26644 t 26513 26514 26644 t 26645 26765 26764 t 26644 26645 26764 t 26765 26886 26885 t 26764 26765 26885 t 26886 27010 27009 t 26885 26886 27009 t 27010 27140 27139 t 27009 27010 27139 t 27264 27263 27139 t 27140 27264 27139 t 27264 27387 27386 t 27263 27264 27386 t 27387 27512 27511 t 27386 27387 27511 t 27512 27637 27636 t 27511 27512 27636 t 27637 27762 27761 t 27636 27637 27761 t 18632 18710 18709 t 17001 16831 18412 t 17703 19684 15961 t 6653 10223 7300 t 19694 24659 24544 t 27194 27315 27193 t 17611 17111 27692 t 17491 19947 17327 t 17327 17515 11236 t 17515 4167 11236 t 29266 29366 29265 t 27067 27194 27066 t 27315 27314 27193 t 22716 25450 25449 t 24659 23719 23718 t 22244 22300 22243 t 23998 21687 21917 t 22006 27631 22736 t 20845 19169 20844 t 22763 19774 19775 t 26943 22763 21588 t 2474 15378 17626 t 19774 2474 17626 t 15378 24036 23941 t 17626 15378 23941 t 18490 24768 24658 t 18979 25552 18978 t 19417 15385 15428 t 15428 15385 25252 t 27170 27291 27290 t 27416 27417 27541 t 23635 23636 23641 t 23642 24348 24343 t 24759 24892 19168 t 26522 27461 11366 t 25682 27313 27311 t 25644 25682 27311 t 16643 27525 23747 t 23936 24034 24033 t 25919 26042 25795 t 25796 25919 25795 t 24544 24659 23718 t 24481 24480 23718 t 22012 23096 22011 t 27672 6644 27671 t 29366 29365 29265 t 26679 26800 26678 t 15516 17832 15602 t 15517 17835 17834 t 30488 30487 30366 t 30066 30168 30065 t 28030 28082 28029 t 28082 28137 28136 t 28029 28082 28136 t 29033 29032 28943 t 28408 28482 28481 t 24056 23761 26333 t 17509 27081 23761 t 24056 17509 23761 t 25314 24870 27081 t 17509 25314 27081 t 24428 23659 24870 t 25314 24428 24870 t 24010 23912 23659 t 24428 24010 23659 t 27696 24677 23912 t 24010 27696 23912 t 25802 24459 24677 t 27696 25802 24677 t 26460 38 24459 t 25802 26460 24459 t 17290 26955 38 t 26460 17290 38 t 27846 23235 19143 t 27314 27442 20282 t 15661 6344 25007 t 25899 25900 26021 t 27344 27397 17112 t 24103 24112 26196 t 30488 30608 30487 t 23227 21321 22791 t 24992 24993 25100 t 15380 15428 25251 t 5222 14514 13623 t 22720 14590 2356 t 23646 23708 23707 t 23645 23646 23707 t 23708 23798 23797 t 23707 23708 23797 t 23797 23798 23890 t 23890 23994 23993 t 24095 24094 23993 t 23994 24095 23993 t 24201 24200 24094 t 24095 24201 24094 t 24201 24303 24302 t 24200 24201 24302 t 24416 24415 24302 t 24303 24416 24302 t 24527 24526 24415 t 24416 24527 24415 t 24642 24641 24526 t 24527 24642 24526 t 24753 24752 24641 t 24642 24753 24641 t 24862 24861 24752 t 24753 24862 24752 t 24862 24973 24861 t 25084 25083 24973 t 25190 25189 25083 t 25084 25190 25083 t 25306 25305 25189 t 25190 25306 25189 t 25411 25410 25305 t 25306 25411 25305 t 25520 25519 25410 t 25411 25520 25410 t 25635 25634 25519 t 25520 25635 25519 t 25756 25755 25634 t 25635 25756 25634 t 25885 25884 25755 t 25756 25885 25755 t 26005 26004 25884 t 25885 26005 25884 t 26135 26134 26004 t 26005 26135 26004 t 26265 26264 26134 t 26135 26265 26134 t 26390 26389 26264 t 26265 26390 26264 t 26515 26514 26389 t 26390 26515 26389 t 26646 26645 26514 t 26515 26646 26514 t 26766 26765 26645 t 26646 26766 26645 t 26887 26886 26765 t 26766 26887 26765 t 27011 27010 26886 t 26887 27011 26886 t 27141 27140 27010 t 27011 27141 27010 t 27141 27265 27264 t 27140 27141 27264 t 27265 27388 27387 t 27264 27265 27387 t 27388 27513 27512 t 27387 27388 27512 t 27513 27638 27637 t 27512 27513 27637 t 27638 27763 27762 t 27637 27638 27762 t 20363 20458 20457 t 26459 13727 5489 t 30912 2971 2970 t 27781 27780 27654 t 14977 6653 7300 t 10223 19694 17083 t 15879 15434 20334 t 23896 23375 22035 t 26800 26799 26678 t 27584 2599 16946 t 18108 18030 24218 t 16914 12070 17426 t 26688 26809 26687 t 479 19253 17476 t 26207 25338 26437 t 25452 25450 22564 t 10866 32357 32245 t 26946 26943 25449 t 25450 26946 25449 t 2350 2474 26943 t 26946 2350 26943 t 16925 15378 2474 t 2350 16925 2474 t 31605 31606 30331 t 15378 16925 24036 t 17083 24544 24464 t 23676 23765 10363 t 23618 24338 24139 t 19497 19417 15428 t 24593 25924 27449 t 27041 27170 27169 t 27169 27170 27290 t 25588 25589 27220 t 27271 11206 12533 t 15938 21425 21319 t 24892 27395 19168 t 27313 17410 17414 t 27311 27313 17414 t 26831 21880 21799 t 23929 24027 23928 t 21978 24025 22047 t 22047 23928 24027 t 23719 24481 23718 t 25761 25760 24480 t 17415 20228 25764 t 27194 27193 27066 t 25690 27326 27324 t 28381 28380 28251 t 17835 15517 17836 t 30569 15517 17834 t 27995 27994 27942 t 29875 30064 29971 t 28258 28257 28193 t 28137 28194 28136 t 30385 30506 30384 t 30627 30750 30749 t 10216 22635 25572 t 28407 28408 28481 t 25893 24056 26333 t 6154 25893 26333 t 9500 17509 24056 t 25893 9500 24056 t 25417 25314 17509 t 9500 25417 17509 t 26898 24428 25314 t 25417 26898 25314 t 24114 24010 24428 t 26898 24114 24428 t 24678 27696 24010 t 24114 24678 24010 t 25925 25802 27696 t 24678 25925 27696 t 26316 26460 25802 t 25925 26316 25802 t 26316 24868 17290 t 26460 26316 17290 t 17834 15516 30448 t 31102 31218 31101 t 25553 25529 24262 t 25537 25652 25651 t 9615 24112 24103 t 17112 9615 24103 t 17606 17605 17321 t 27682 6149 5506 t 27433 27558 27432 t 23612 23647 23646 t 20741 20648 20742 t 23647 23709 23708 t 23646 23647 23708 t 23709 23799 23798 t 23708 23709 23798 t 23799 23891 23890 t 23798 23799 23890 t 23890 23891 23994 t 24096 24095 23994 t 24202 24201 24095 t 24096 24202 24095 t 24304 24303 24201 t 24202 24304 24201 t 24417 24416 24303 t 24304 24417 24303 t 24528 24527 24416 t 24417 24528 24416 t 24643 24642 24527 t 24528 24643 24527 t 24754 24753 24642 t 24643 24754 24642 t 24863 24862 24753 t 24754 24863 24753 t 24974 24973 24862 t 24863 24974 24862 t 25085 25084 24973 t 24974 25085 24973 t 25191 25190 25084 t 25085 25191 25084 t 25307 25306 25190 t 25191 25307 25190 t 25412 25411 25306 t 25307 25412 25306 t 25521 25520 25411 t 25412 25521 25411 t 25636 25635 25520 t 25521 25636 25520 t 25757 25756 25635 t 25636 25757 25635 t 25886 25885 25756 t 25757 25886 25756 t 26006 26005 25885 t 25886 26006 25885 t 26136 26135 26005 t 26006 26136 26005 t 26266 26265 26135 t 26136 26266 26135 t 26391 26390 26265 t 26266 26391 26265 t 26516 26515 26390 t 26391 26516 26390 t 26647 26646 26515 t 26516 26647 26515 t 26767 26766 26646 t 26647 26767 26646 t 26888 26887 26766 t 26767 26888 26766 t 27012 27011 26887 t 26888 27012 26887 t 27142 27141 27011 t 27012 27142 27011 t 27142 27266 27265 t 27141 27142 27265 t 27266 27389 27388 t 27265 27266 27388 t 27389 27514 27513 t 27388 27389 27513 t 27514 27639 27638 t 27513 27514 27638 t 27639 27764 27763 t 27638 27639 27763 t 20553 27401 20648 t 724 723 613 t 22504 18489 22140 t 25427 25537 25536 t 26197 26207 10237 t 26196 26197 10237 t 26937 26936 26813 t 24117 18031 24015 t 26408 26534 26533 t 27682 27681 27557 t 19655 2591 22560 t 27688 27687 27563 t 23826 6259 5857 t 9501 14981 26459 t 26078 6189 15381 t 21740 27593 21873 t 26958 26946 25450 t 25452 26958 25450 t 17717 2350 26946 t 26958 17717 26946 t 16853 16925 2350 t 17717 16853 2350 t 20034 20033 30331 t 30331 20033 31605 t 17510 22271 17419 t 12904 18947 12928 t 6349 21679 24139 t 21679 23618 24139 t 14837 17740 19253 t 17519 17609 19253 t 26915 27041 27040 t 27040 27041 27169 t 27220 27271 12533 t 11206 23744 23743 t 16203 24759 26070 t 31334 31450 31333 t 19165 6340 6341 t 6546 19165 6341 t 26075 25681 25465 t 23830 23831 23928 t 27326 19334 17409 t 10237 26207 26437 t 25338 16482 26586 t 24901 23721 23720 t 26809 26808 26687 t 24559 19496 17434 t 26319 27327 26190 t 30569 17834 30448 t 15516 17833 17832 t 28344 28412 28411 t 28998 28997 28909 t 28321 28385 28257 t 28194 28258 28193 t 30874 30873 30749 t 31705 10500 24009 t 10201 32030 10202 t 24896 6154 26333 t 23854 25893 6154 t 25927 23854 6154 t 19192 9500 25893 t 23854 19192 25893 t 25527 25417 9500 t 19192 25527 9500 t 27152 26898 25417 t 25527 27152 25417 t 27601 24114 26898 t 27152 27601 26898 t 26709 24678 24114 t 27601 26709 24114 t 26709 25925 24678 t 25925 23742 24868 t 26316 25925 24868 t 31556 31673 31555 t 23218 24479 24366 t 23745 1724 17326 t 19745 19746 26694 t 17116 25949 26566 t 26437 25338 26586 t 19694 11368 24795 t 24104 24559 17434 t 23613 23648 23647 t 23612 23613 23647 t 23648 23710 23709 t 23647 23648 23709 t 23710 23800 23799 t 23709 23710 23799 t 23800 23892 23891 t 23799 23800 23891 t 23892 23995 23994 t 23891 23892 23994 t 24097 24096 23994 t 23995 24097 23994 t 24203 24202 24096 t 24097 24203 24096 t 24203 24305 24304 t 24202 24203 24304 t 24418 24417 24304 t 24305 24418 24304 t 24529 24528 24417 t 24418 24529 24417 t 24529 24643 24528 t 24755 24754 24643 t 24864 24863 24754 t 24755 24864 24754 t 24975 24974 24863 t 24864 24975 24863 t 25086 25085 24974 t 24975 25086 24974 t 25192 25191 25085 t 25086 25192 25085 t 25308 25307 25191 t 25192 25308 25191 t 25413 25412 25307 t 25308 25413 25307 t 25522 25521 25412 t 25413 25522 25412 t 25637 25636 25521 t 25522 25637 25521 t 25758 25757 25636 t 25637 25758 25636 t 25758 25886 25757 t 26007 26006 25886 t 26137 26136 26006 t 26007 26137 26006 t 26267 26266 26136 t 26137 26267 26136 t 26392 26391 26266 t 26267 26392 26266 t 26517 26516 26391 t 26392 26517 26391 t 26648 26647 26516 t 26517 26648 26516 t 26768 26767 26647 t 26648 26768 26647 t 26889 26888 26767 t 26768 26889 26767 t 27013 27012 26888 t 26889 27013 26888 t 27143 27142 27012 t 27013 27143 27012 t 27143 27267 27266 t 27142 27143 27266 t 27267 27390 27389 t 27266 27267 27389 t 27390 27515 27514 t 27389 27390 27514 t 27515 27640 27639 t 27514 27515 27639 t 27640 27765 27764 t 27639 27640 27764 t 21965 19919 21330 t 17477 11478 13334 t 23831 23929 23928 t 24594 14206 25924 t 16482 26078 25455 t 26586 16482 25455 t 11368 24901 24795 t 20467 27688 27563 t 25684 25561 17081 t 17232 17619 25684 t 25561 24813 17081 t 17513 17619 15988 t 12578 12577 12491 t 5507 5506 17491 t 21638 24660 18490 t 25005 17495 24790 t 11758 32055 32020 t 32020 10587 11758 t 25453 26961 26958 t 25452 25453 26958 t 26961 16196 17717 t 26958 26961 17717 t 6578 6478 6479 t 6579 333 6479 t 1893 16955 16956 t 22298 22187 22207 t 27430 27554 27429 t 24334 21934 22191 t 6445 6349 6131 t 6131 6349 24139 t 23745 25259 1724 t 5625 17425 17709 t 26795 26915 26914 t 26914 26915 27040 t 12533 11206 23743 t 23744 25556 25555 t 25336 18894 25438 t 28190 28189 28131 t 17128 19165 6546 t 6340 15571 6258 t 2358 21885 2481 t 23426 23425 23294 t 22989 27564 18781 t 25455 26078 15381 t 6189 17495 25005 t 11368 19694 5970 t 5506 19947 17491 t 17619 25561 25684 t 17085 10388 15988 t 17833 15516 17834 t 16117 17100 832 t 28258 28321 28257 t 30174 30275 30173 t 28321 28386 28385 t 27869 27868 27819 t 28047 28098 28097 t 24789 25927 26570 t 23957 23854 25927 t 27209 19192 23854 t 23957 27209 23854 t 25643 25527 19192 t 27209 25643 19192 t 26592 27152 25527 t 25643 26592 25527 t 24108 27601 27152 t 26592 24108 27152 t 24650 26709 27601 t 24108 24650 27601 t 24238 25925 26709 t 24650 24238 26709 t 24238 26565 25925 t 26565 26836 23742 t 25925 26565 23742 t 9300 17380 31065 t 17609 20844 19169 t 15663 23745 17211 t 27677 6334 6172 t 4167 16561 10452 t 24683 25949 24136 t 17619 17232 15988 t 30532 31391 30534 t 23649 23711 23710 t 23648 23649 23710 t 23711 23801 23800 t 23710 23711 23800 t 23801 23893 23892 t 23800 23801 23892 t 23893 23996 23995 t 23892 23893 23995 t 23996 24098 24097 t 23995 23996 24097 t 24098 24204 24203 t 24097 24098 24203 t 24204 24306 24305 t 24203 24204 24305 t 24306 24419 24418 t 24305 24306 24418 t 24530 24529 24418 t 24419 24530 24418 t 24644 24643 24529 t 24530 24644 24529 t 24644 24755 24643 t 24865 24864 24755 t 24644 24865 24755 t 24976 24975 24864 t 24865 24976 24864 t 19209 25308 19122 t 20751 20844 17609 t 27222 27223 21232 t 23920 22593 23921 t 19373 25638 25522 t 18722 18721 18643 t 18568 18488 24654 t 18569 24762 24761 t 24217 24324 18187 t 25638 25637 25522 t 22618 27764 27765 t 25759 25758 25637 t 25638 25759 25637 t 25887 25886 25758 t 25759 25887 25758 t 25887 26007 25886 t 26138 26137 26007 t 25887 26138 26007 t 26268 26267 26137 t 26138 26268 26137 t 26393 26392 26267 t 26268 26393 26267 t 26518 26517 26392 t 26393 26518 26392 t 26649 26648 26517 t 26518 26649 26517 t 26769 26768 26648 t 26649 26769 26648 t 26890 26889 26768 t 26769 26890 26768 t 27014 27013 26889 t 26890 27014 26889 t 27014 27143 27013 t 27268 27267 27143 t 27268 27391 27390 t 27267 27268 27390 t 27391 27516 27515 t 27390 27391 27515 t 27516 27641 27640 t 27515 27516 27640 t 27641 27766 27765 t 27640 27641 27765 t 15418 18868 19538 t 26045 26176 26044 t 15381 6189 25005 t 17495 16937 24790 t 11236 4167 10452 t 6441 11368 5970 t 26956 10388 17085 t 24455 26707 17021 t 24702 26956 19861 t 24663 24773 24662 t 27185 27184 27056 t 27057 27185 27056 t 16937 5857 15916 t 31694 31693 31575 t 23677 23617 23678 t 21297 25591 25711 t 10337 10393 29033 t 28943 10337 29033 t 25454 26962 26961 t 25453 25454 26961 t 26962 16385 16196 t 26961 26962 16196 t 31860 31952 32135 t 6479 6480 6579 t 23096 22012 23110 t 10422 23960 10421 t 6431 6334 27677 t 6189 17031 17495 t 6085 6445 6547 t 6547 6445 6131 t 25553 27192 25529 t 20751 17567 6147 t 2717 17603 17604 t 26794 26795 26914 t 23005 21979 21059 t 29892 29984 29891 t 17979 21438 19344 t 19595 17128 19596 t 17224 17128 6546 t 17979 19344 18397 t 5849 10277 21739 t 26041 26040 25918 t 20632 18330 21015 t 15663 15476 15916 t 5857 15663 15916 t 27057 27056 26930 t 6441 5970 10452 t 17610 27192 25553 t 23644 19311 23645 t 16116 16117 832 t 27442 20283 20376 t 31538 15401 15400 t 30506 30505 30384 t 28386 28466 28385 t 28466 28465 28385 t 28721 28813 28720 t 28902 29079 28811 t 27977 27976 27922 t 31587 31705 31586 t 25824 25927 26571 t 24789 26571 25927 t 15386 23957 25927 t 25824 15386 25927 t 15386 27209 23957 t 5134 25643 27209 t 17125 26592 25643 t 5134 17125 25643 t 23732 24108 26592 t 17125 23732 26592 t 24679 24650 24108 t 23732 24679 24108 t 25926 24238 24650 t 24679 25926 24650 t 25926 27598 26565 t 24238 25926 26565 t 27598 24784 26836 t 26565 27598 26836 t 22412 22413 19503 t 18783 18866 18948 t 27688 6147 27687 t 15476 15663 17211 t 24816 11145 24926 t 26808 26807 26686 t 19861 26956 17085 t 16948 30534 31391 t 32264 32153 32070 t 23650 23712 23711 t 23649 23650 23711 t 23712 23802 23801 t 23711 23712 23801 t 23802 23894 23893 t 23801 23802 23893 t 23893 23894 23996 t 24099 24098 23996 t 24205 24204 24098 t 24099 24205 24098 t 24205 24307 24306 t 24204 24205 24306 t 24307 24420 24419 t 24306 24307 24419 t 24531 24530 24419 t 24420 24531 24419 t 24645 24644 24530 t 24531 24645 24530 t 24645 24756 24644 t 24865 24644 18789 t 20279 27438 27310 t 22189 17130 21695 t 13824 13711 13699 t 25086 24975 18955 t 17795 17765 17766 t 24992 25100 25099 t 12693 11830 32126 t 24767 24768 24878 t 17758 22858 27896 t 27423 27547 27422 t 19545 19544 19459 t 13390 14977 6440 t 26466 5623 15661 t 26276 24228 26340 t 18108 24217 18107 t 10309 15429 10618 t 12032 17029 11107 t 18385 18310 18312 t 29380 29486 29379 t 26139 26138 25887 t 26008 26139 25887 t 26269 26268 26138 t 26139 26269 26138 t 26394 26393 26268 t 26269 26394 26268 t 26519 26518 26393 t 26394 26519 26393 t 26650 26649 26518 t 26519 26650 26518 t 26650 26770 26769 t 26649 26650 26769 t 26891 26890 26769 t 26770 26891 26769 t 27015 27014 26890 t 26891 27015 26890 t 27144 27143 27014 t 27015 27144 27014 t 27269 27268 27143 t 27144 27269 27143 t 27269 27392 27391 t 27268 27269 27391 t 27392 27517 27516 t 27391 27392 27516 t 27517 27642 27641 t 27516 27517 27641 t 27642 27767 27766 t 27641 27642 27766 t 20088 26779 20183 t 22617 23228 22804 t 19819 19908 19907 t 31107 31223 31106 t 31869 27596 17511 t 17211 23745 17326 t 10388 17513 15988 t 6147 6148 27687 t 23643 23704 21325 t 26836 21353 19201 t 2478 17705 2125 t 17567 12070 6148 t 31359 31358 31242 t 24790 16937 15916 t 27728 23048 22619 t 27438 20372 20467 t 24225 25456 25454 t 10337 28943 28856 t 25456 27018 26962 t 25454 25456 26962 t 27018 17245 16385 t 26962 27018 16385 t 17245 25145 16854 t 16385 17245 16854 t 21167 22143 27463 t 22921 22922 21133 t 4542 15380 25195 t 25006 24106 16937 t 6085 6547 5020 t 26533 26663 26784 t 26550 26679 26549 t 6647 2717 19948 t 19948 2717 17604 t 24557 24671 24670 t 19187 20532 26706 t 25438 25437 25336 t 21677 21621 21622 t 27669 6153 27668 t 16659 2124 15392 t 25446 23668 26186 t 12741 8421 12740 t 5968 16946 27647 t 26428 26427 26304 t 1724 26948 27462 t 17326 1724 27462 t 26693 26814 26692 t 26931 27057 26930 t 24479 23218 10767 t 17438 6080 14224 t 19775 19227 19776 t 1857 1455 1856 t 28412 28486 28411 t 30989 30988 30863 t 28543 28625 28465 t 27995 28047 27994 t 28836 28835 28740 t 31828 32292 3671 t 29415 29527 29414 t 30243 30244 30349 t 12615 27020 12274 t 23762 15386 25824 t 25943 23762 25824 t 10279 27209 15386 t 23762 10279 15386 t 17033 5134 27209 t 10279 17033 27209 t 25928 17125 5134 t 17033 25928 5134 t 23818 23732 17125 t 25928 23818 17125 t 24898 24679 23732 t 23818 24898 23732 t 24679 24898 25926 t 24898 26448 27598 t 25926 24898 27598 t 18780 12413 21353 t 27598 26448 24784 t 26214 25563 27320 t 18154 18153 15781 t 26814 26813 26692 t 26687 26808 26686 t 23937 23938 17812 t 22417 27468 19567 t 17881 24129 24032 t 22190 19063 13703 t 21131 23894 23802 t 23919 22593 23920 t 22083 22731 22082 t 30319 5858 30431 t 23895 23997 23996 t 23894 23895 23996 t 24100 24099 23996 t 23997 24100 23996 t 24206 24205 24099 t 24100 24206 24099 t 24206 24308 24307 t 24205 24206 24307 t 24308 24421 24420 t 24307 24308 24420 t 24421 24532 24531 t 24420 24421 24531 t 24646 24645 24531 t 24532 24646 24531 t 20833 27773 20832 t 25710 14969 21617 t 23943 24037 23942 t 24646 18709 18708 t 31564 31565 31682 t 31907 32150 32172 t 26466 15661 24920 t 4646 1852 17563 t 6185 17408 25762 t 25640 6185 25762 t 26142 27460 23909 t 26011 26187 17408 t 31092 31209 31091 t 27821 27870 27820 t 29904 29903 29813 t 31327 31326 31210 t 17532 26466 24920 t 20429 27021 6139 t 26695 2244 21806 t 22858 17758 17787 t 32323 32069 25805 t 18013 17468 6210 t 19807 26270 26139 t 21880 21958 21879 t 19038 25086 19039 t 27866 27865 27816 t 26270 26269 26139 t 832 18385 16116 t 26395 26394 26269 t 26270 26395 26269 t 26520 26519 26394 t 26395 26520 26394 t 26651 26650 26519 t 26520 26651 26519 t 26771 26770 26650 t 26651 26771 26650 t 26892 26891 26770 t 26771 26892 26770 t 27016 27015 26891 t 26892 27016 26891 t 27145 27144 27015 t 27016 27145 27015 t 27270 27269 27144 t 27145 27270 27144 t 27270 27393 27392 t 27269 27270 27392 t 27393 27518 27517 t 27392 27393 27517 t 27518 27643 27642 t 27517 27518 27642 t 27643 27768 27767 t 27642 27643 27767 t 27768 16489 3209 t 27767 27768 3209 t 19997 19908 19998 t 15749 21799 21720 t 26814 26937 26813 t 26557 26687 26556 t 6550 6652 6141 t 10389 6140 10229 t 19365 17250 18777 t 21339 23392 2243 t 17507 13443 167 t 24116 23817 25571 t 6147 17567 6148 t 24310 24208 21157 t 27438 20467 27563 t 16938 24226 24225 t 15421 16938 24225 t 24226 25457 25456 t 24225 24226 25456 t 25457 27068 27018 t 27885 27884 27838 t 11425 19771 19772 t 29802 29893 29801 t 29893 29986 29985 t 30081 30080 29985 t 29986 30081 29985 t 30184 30183 30080 t 30081 30184 30080 t 30395 30394 30284 t 30183 30395 30284 t 30395 30515 30394 t 30637 30636 30515 t 30395 30637 30515 t 30759 30758 30636 t 30637 30759 30636 t 30884 30883 30758 t 30759 30884 30758 t 31009 31008 30883 t 30884 31009 30883 t 31009 31139 31138 t 31008 31009 31138 t 29404 29516 29515 t 23111 23110 22017 t 31007 31137 31136 t 29403 29404 29515 t 28924 28923 28836 t 29421 29534 29420 t 28490 28570 28489 t 29298 29404 29403 t 29787 29877 29876 t 29786 29787 29876 t 31704 24009 31703 t 31809 26015 31808 t 28053 28104 28052 t 19158 11751 15431 t 31349 31465 31348 t 31586 31585 31464 t 29203 29298 29297 t 30065 30167 30064 t 30996 31126 30995 t 28220 28285 28284 t 29635 29634 29533 t 29202 29203 29297 t 29316 29421 29315 t 29534 29533 29420 t 28084 28139 28138 t 31126 31241 31125 t 31126 31125 30995 t 29126 29125 29033 t 29105 29203 29202 t 28566 28565 28484 t 805 696 697 t 31237 31353 31236 t 29790 29882 29789 t 28468 28467 28391 t 28161 28160 28103 t 29695 29786 29785 t 29598 29599 29694 t 29393 29392 29290 t 29802 29801 29709 t 31582 31700 31581 t 29090 29188 29089 t 29291 29393 29290 t 31590 31708 31707 t 28485 28566 28484 t 31357 31356 31240 t 30871 30996 30870 t 30171 30170 30069 t 18385 832 18384 t 29882 29976 29881 t 31469 31468 31352 t 31353 31469 31352 t 31469 31590 31468 t 31590 31589 31468 t 27986 28039 28038 t 31458 31579 31457 t 30611 30857 30733 t 30857 30856 30733 t 30727 30850 30849 t 28546 28627 28545 t 31589 31590 31707 t 14923 4643 1010 t 30096 30097 30197 t 804 695 696 t 27204 17372 16317 t 29599 29695 29694 t 28826 28914 28825 t 29496 29497 29598 t 28914 29003 28913 t 29977 29976 29882 t 31697 31696 31578 t 28389 28388 28323 t 29591 29687 29590 t 29498 29600 29599 t 29787 29786 29695 t 29016 29017 29104 t 28197 28196 28138 t 29491 29490 29385 t 29687 29686 29590 t 30980 31110 30979 t 30096 30197 30196 t 26818 19409 19408 t 30095 30096 30196 t 30000 30001 30095 t 31098 31214 31097 t 29390 29391 29495 t 29700 29701 29790 t 30498 30619 30497 t 30161 30265 30160 t 30619 30618 30497 t 28566 28647 28565 t 28403 28404 28477 t 29222 29221 29125 t 29126 29222 29125 t 29317 29316 29221 t 29222 29317 29221 t 29422 29421 29316 t 28504 28503 28429 t 28430 28504 28429 t 28647 28742 28646 t 28584 28583 28503 t 31135 31136 31250 t 28335 28401 28334 t 30529 16579 17934 t 15554 15553 11663 t 28199 28264 28198 t 31567 31566 31448 t 31331 31449 31330 t 31798 31799 11855 t 17231 26834 19975 t 29035 25032 19013 t 12513 31814 31702 t 31814 12513 25010 t 31585 31703 31584 t 31703 12513 31702 t 29676 29675 29578 t 28905 28994 28904 t 30379 30378 30270 t 28139 28197 28138 t 28647 28646 28565 t 28837 28836 28741 t 28504 28584 28503 t 31136 31251 31250 t 28664 28663 28583 t 28584 28664 28583 t 28753 28752 28663 t 28664 28753 28663 t 28844 28843 28752 t 28753 28844 28752 t 28844 28928 28927 t 30881 31006 30880 t 31006 31136 31005 t 30881 30880 30755 t 31136 31135 31005 t 30756 30881 30755 t 31006 31005 30880 t 31569 31568 31332 t 29484 29483 29377 t 29094 29192 29191 t 29284 29386 29385 t 30741 30865 30740 t 31120 31235 31119 t 31358 31474 31473 t 29219 29218 29122 t 29378 29484 29377 t 31333 31569 31332 t 29274 29273 29177 t 29682 29775 29681 t 30634 30633 30512 t 30513 30634 30512 t 28843 28844 28927 t 28928 29018 29017 t 28927 28928 29017 t 15499 15435 15436 t 32354 25032 32340 t 31992 32049 26204 t 30196 695 30195 t 29018 29106 29105 t 29017 29018 29105 t 29106 29204 29203 t 29105 29106 29203 t 29204 29299 29298 t 29203 29204 29298 t 30281 30282 30391 t 30392 30513 30391 t 30180 30181 30281 t 30513 30512 30391 t 30078 30181 30180 t 30282 30392 30391 t 30077 30078 30180 t 30181 30282 30281 t 29003 29002 28913 t 28630 28629 28548 t 31822 32251 31971 t 31358 31357 31241 t 28743 28838 28837 t 29004 29091 29003 t 30756 30755 30633 t 30634 30756 30633 t 29299 29405 29404 t 29982 29983 30077 t 29298 29299 29404 t 19409 26818 19325 t 31251 6312 6311 t 6671 6569 218 t 19012 12979 19013 t 27204 31151 31719 t 28389 28546 28388 t 29517 29516 29404 t 29405 29517 29404 t 29517 29616 29516 t 29803 29802 29710 t 29616 29803 29710 t 29894 29893 29802 t 29983 29982 29890 t 29983 30078 30077 t 29891 29983 29890 t 29891 29890 29799 t 29800 29891 29799 t 31242 31358 31241 t 30856 30855 30732 t 28819 28908 28818 t 29513 29615 29512 t 29707 29800 29614 t 29803 29894 29802 t 29987 29986 29893 t 29894 29987 29893 t 30082 30081 29986 t 29987 30082 29986 t 15477 31676 31677 t 30289 30189 10264 t 31454 31575 31453 t 28675 28593 10284 t 29078 29175 29077 t 29271 29270 29174 t 30185 30184 30081 t 30082 30185 30081 t 30396 30395 30183 t 30184 30396 30183 t 30396 30516 30395 t 30638 30637 30395 t 30516 30638 30395 t 28749 28840 28839 t 29615 29614 29512 t 28580 28660 28579 t 28748 28749 28839 t 28660 28749 28748 t 28659 28660 28748 t 28742 28741 28646 t 28648 28743 28647 t 29615 29707 29614 t 30760 30759 30637 t 28660 28659 28579 t 30638 30760 30637 t 13092 4965 15311 t 26072 31959 31948 t 5508 5626 30230 t 18626 32365 32142 t 28501 28581 28500 t 28251 28380 28316 t 31538 31420 31421 t 31139 6228 6227 t 30367 30488 30366 t 29953 29952 29857 t 29858 29953 29857 t 30885 30884 30759 t 30760 30885 30759 t 31010 31009 30884 t 30885 31010 30884 t 10244 10289 23759 t 31009 31010 31139 t 28926 28927 29016 t 10392 29033 10393 t 29317 29422 29316 t 29535 29534 29421 t 29125 29221 29124 t 28426 28500 28425 t 29125 29124 29032 t 28500 28499 28425 t 29033 29125 29032 t 29221 29220 29124 t 14592 26454 31997 t 28501 28500 28426 t 29422 29535 29421 t 30503 30624 30502 t 29636 29635 29534 t 14538 1856 1455 t 30912 31035 2842 t 30714 30713 30588 t 29430 30419 31726 t 24000 21809 22140 t 15478 15547 15546 t 26067 21677 26438 t 30192 6330 30089 t 19321 30920 31044 t 5952 25116 2595 t 10303 10302 27951 t 29368 29473 29367 t 28580 28579 28499 t 28500 28580 28499 t 29297 29298 29403 t 28927 29017 29016 t 29877 29972 29876 t 29972 29875 29876 t 30617 30739 30495 t 30496 30617 30495 t 31349 31348 31232 t 26015 19158 15431 t 30620 30619 30498 t 31233 31349 31232 t 30996 30995 30870 t 27949 28001 27948 t 28752 28843 28751 t 28161 28220 28160 t 30167 30270 30166 t 29535 29636 29534 t 28843 28927 28926 t 29730 29729 29635 t 29636 29730 29635 t 17934 20053 15875 t 30011 29430 31484 t 31726 32011 32141 t 30659 30658 29430 t 30011 30659 29430 t 30659 30897 30404 t 30658 30659 30404 t 30313 19620 16579 t 16579 30529 30408 t 20034 20125 20033 t 19854 19946 19945 t 1023 4264 5860 t 29949 30046 30142 t 29920 20129 20128 t 29721 29720 29626 t 28001 28000 27948 t 28583 28582 28502 t 29823 29822 29729 t 29393 29498 29497 t 29104 29105 29202 t 29392 29393 29497 t 30062 30061 29969 t 29970 30062 29969 t 30384 30505 30383 t 31809 31808 31696 t 30496 30495 30375 t 31697 31809 31696 t 30990 30991 31120 t 30497 30496 30375 t 28503 28502 28428 t 31256 30011 31484 t 15394 15393 30030 t 31710 30659 30011 t 31384 31256 32363 t 30772 30897 30659 t 31710 30772 30659 t 30772 11748 10269 t 30897 30772 10269 t 11748 30408 30529 t 10269 11748 30529 t 28053 28052 28000 t 30313 16579 30408 t 28154 28155 28213 t 17793 17764 17765 t 29497 29498 29599 t 29730 29823 29729 t 28429 28503 28428 t 29912 29911 29822 t 29823 29912 29822 t 28505 28504 28430 t 28431 28505 28430 t 28585 28584 28504 t 28505 28585 28504 t 28665 28664 28584 t 28585 28665 28584 t 28754 28753 28664 t 28665 28754 28664 t 28845 28844 28753 t 28754 28845 28753 t 28929 28928 28844 t 28845 28929 28844 t 28929 29019 29018 t 28928 28929 29018 t 29019 29107 29106 t 28485 28484 28410 t 29018 29019 29106 t 29735 6753 29734 t 29641 29735 29640 t 30815 30772 31710 t 23741 31965 17123 t 31146 11748 30772 t 30815 31146 30772 t 31146 30531 30408 t 11748 31146 30408 t 24537 26398 32360 t 30408 30531 30313 t 10524 29425 10453 t 31250 6224 31249 t 29107 29205 29204 t 29106 29107 29204 t 29205 29300 29299 t 29204 29205 29299 t 29406 29405 29299 t 29300 29406 29299 t 29518 29517 29405 t 29406 29518 29405 t 29617 29616 29517 t 29518 29617 29517 t 29617 29711 29616 t 29804 29803 29616 t 29711 29804 29616 t 28401 28475 28400 t 30981 31111 30980 t 30372 30371 30264 t 29708 29707 29615 t 30079 30078 29983 t 31473 31472 31356 t 30747 30871 30870 t 31241 31240 31125 t 30168 30167 30065 t 28923 29013 28922 t 29804 29894 29803 t 10253 10252 28109 t 29988 29987 29894 t 28543 28718 28625 t 32087 30906 31710 t 29916 31146 30815 t 15876 10269 15875 t 30815 32194 29916 t 31146 29916 30531 t 28284 28343 28342 t 15559 15484 15560 t 6228 31139 6169 t 30083 30082 29987 t 29988 30083 29987 t 30083 30185 30082 t 30285 30184 30185 t 30397 30396 30184 t 30285 30397 30184 t 30517 30516 30396 t 30397 30517 30396 t 29725 29724 29630 t 28091 28092 28146 t 28411 28485 28410 t 27934 27986 27933 t 30639 30638 30516 t 28992 29077 28991 t 30517 30639 30516 t 30761 30760 30638 t 30639 30761 30638 t 30886 30885 30760 t 30761 30886 30760 t 31335 31451 31334 t 30886 31011 31010 t 30885 30886 31010 t 4647 7668 684 t 10249 10248 28227 t 29017 29105 29104 t 30600 30478 30358 t 30880 31005 30879 t 28003 28002 27950 t 28003 28055 28002 t 27951 28003 27950 t 28055 28054 28002 t 28106 28105 28054 t 28055 28106 28054 t 28163 28162 28105 t 28106 28163 28105 t 30880 30879 30754 t 30755 30880 30754 t 30007 30006 29911 t 29912 30007 29911 t 6310 6222 6223 t 28425 28424 23758 t 10251 10250 28167 t 31249 6224 6223 t 27839 27885 27838 t 21123 14104 14103 t 27820 27869 27819 t 30203 30101 30006 t 30007 30203 30006 t 30391 30512 30390 t 28556 28637 28555 t 30857 30981 30856 t 31579 31578 31457 t 15431 11751 17421 t 31343 31458 31342 t 28222 28287 28221 t 31111 31110 30980 t 28222 28221 28162 t 28163 28222 28162 t 28345 28344 28286 t 28287 28286 28221 t 28744 28743 28648 t 28287 28345 28286 t 28493 28573 28492 t 28649 28744 28648 t 28196 28195 28137 t 29793 29792 29702 t 20038 20039 20131 t 28475 28474 28400 t 31134 31135 31249 t 28031 28032 28084 t 31135 31134 31004 t 31121 31236 31120 t 30065 30064 29875 t 30497 30375 30268 t 30269 30497 30268 t 30281 30391 30390 t 31233 31232 31117 t 29602 29601 29499 t 30280 30281 30390 t 30375 30374 30267 t 30169 30272 30168 t 30268 30267 30163 t 29698 29788 29697 t 29879 29878 29788 t 31005 31004 30879 t 31465 31464 31348 t 30179 30180 30280 t 21124 21123 6706 t 31556 31555 31436 t 31319 31437 31318 t 21123 6602 6706 t 32009 32074 31973 t 6744 30301 30203 t 30202 30203 30301 t 30377 30620 30498 t 28752 28751 28662 t 28842 28843 28926 t 30633 30632 30511 t 28253 28252 28190 t 28413 28487 28412 t 30512 30633 30511 t 28413 28412 28344 t 28345 28413 28344 t 28568 28567 28486 t 28487 28486 28412 t 28649 28648 28567 t 28487 28568 28486 t 31232 31348 31231 t 28568 28649 28567 t 31703 31702 31584 t 31464 31463 31347 t 31117 31232 31231 t 31348 31347 31231 t 30862 30987 30861 t 30986 30987 31116 t 29102 29103 29199 t 30616 30862 30738 t 28744 28838 28743 t 29293 29292 29199 t 29103 29102 29015 t 29103 29200 29199 t 29200 29293 29199 t 29395 29394 29292 t 29293 29395 29292 t 29500 29499 29394 t 31005 31135 31004 t 29395 29500 29394 t 30512 30511 30390 t 31135 31250 31249 t 30077 30180 30179 t 32201 30531 32025 t 2153 501 4842 t 29982 30077 30076 t 29372 29371 29271 t 30380 30379 30271 t 29981 29982 30076 t 30272 30380 30271 t 30500 30499 30379 t 30743 30744 30867 t 29879 29974 29973 t 29878 29879 29973 t 29799 29890 29798 t 29982 29981 29889 t 15407 15466 15465 t 6337 32366 9523 t 31683 30296 31682 t 30902 13464 11820 t 31808 15431 31807 t 29890 29889 29798 t 29516 29616 29515 t 30755 30754 30632 t 30180 30281 30280 t 30067 30066 29973 t 30633 30755 30632 t 29974 30067 29973 t 2602 22214 2603 t 31464 31585 31463 t 31213 31212 31096 t 31348 31464 31347 t 696 30197 697 t 31585 31584 31463 t 6207 6386 6206 t 28158 28217 28216 t 31330 31448 31329 t 28282 28341 28340 t 28341 28408 28407 t 28157 28158 28216 t 30987 30986 30861 t 28281 28282 28340 t 30739 30616 30494 t 30862 30861 30738 t 30495 30494 30374 t 30495 30739 30494 t 30268 30375 30267 t 30375 30495 30374 t 29601 29602 29697 t 29500 29602 29499 t 30076 30077 30179 t 29602 29698 29697 t 31706 6208 10500 t 29800 29799 29706 t 31236 31352 31235 t 30378 30377 30270 t 29800 29706 29613 t 10729 11166 10219 t 29614 29800 29613 t 29799 29798 29706 t 31123 31122 30992 t 30868 30993 30992 t 30380 30500 30379 t 29890 29982 29889 t 30500 30621 30499 t 30547 10101 11411 t 29512 29614 29511 t 29784 29970 29783 t 29970 29969 29874 t 29692 29693 29783 t 30094 30095 30195 t 31468 31467 31351 t 28748 28839 28747 t 29614 29613 29511 t 30169 30168 30066 t 30067 30169 30066 t 31354 31353 31237 t 30272 30271 30168 t 31238 31354 31237 t 31470 31469 31353 t 29596 29692 29691 t 6213 6212 31593 t 30480 30479 30359 t 6173 11747 2126 t 30652 17372 27204 t 31319 31318 31203 t 19672 19587 19588 t 11654 31491 30902 t 20652 24564 15408 t 18619 30222 31266 t 23680 23679 23239 t 18824 18910 18823 t 30935 18912 30936 t 29736 2724 2723 t 27886 27885 27839 t 1425 12343 12862 t 27940 27939 27885 t 700 30201 30300 t 27886 27940 27885 t 27992 27991 27939 t 27940 27992 27939 t 27992 28045 28044 t 29969 30061 29873 t 29874 29969 29873 t 30993 31123 30992 t 31238 31237 31122 t 28659 28748 28747 t 28658 28659 28747 t 28659 28658 28578 t 28579 28659 28578 t 29970 29874 29783 t 28499 28579 28498 t 29616 29709 29515 t 31236 31235 31120 t 28425 28499 28424 t 28475 28556 28474 t 28499 28498 28424 t 28579 28578 28498 t 30503 30502 30382 t 31136 31137 31251 t 30744 30743 30621 t 29700 29790 29789 t 29015 29102 29101 t 29014 29015 29101 t 29599 29600 29695 t 29394 29393 29291 t 29292 29394 29291 t 28506 28505 28431 t 13458 3433 222 t 28586 28585 28505 t 30624 30623 30502 t 29876 29875 29785 t 28732 28731 28636 t 29769 29768 29674 t 12006 31491 30547 t 31591 31590 31469 t 31354 31470 31353 t 28335 28334 28274 t 29700 29699 29604 t 17760 28006 17761 t 28431 28430 23845 t 30959 30958 30835 t 15486 15562 17374 t 16733 16922 31602 t 31503 30423 31497 t 30815 31710 30906 t 31497 11262 17802 t 15401 15458 15400 t 436 538 537 t 30198 30199 698 t 30121 13613 13177 t 31627 19409 19410 t 30769 29321 30121 t 25116 30890 2720 t 19586 19587 19671 t 11663 24214 15554 t 29321 24705 13957 t 32024 32350 31874 t 27991 27992 28044 t 29692 29783 29691 t 29874 29873 29782 t 31123 31238 31122 t 31470 31591 31469 t 28626 28720 28543 t 28506 28586 28505 t 28666 28665 28585 t 28586 28666 28585 t 28755 28754 28665 t 28666 28755 28665 t 28846 28845 28754 t 28755 28846 28754 t 28930 28929 28845 t 28846 28930 28845 t 29020 29019 28929 t 28930 29020 28929 t 29108 29107 29019 t 30623 30624 30746 t 29020 29108 29019 t 698 30199 699 t 14595 4395 8675 t 29206 29205 29107 t 29108 29206 29107 t 29301 29300 29205 t 29206 29301 29205 t 29301 29406 29300 t 29519 29518 29406 t 29301 29519 29406 t 29618 29617 29518 t 29519 29618 29518 t 29712 29711 29617 t 29618 29712 29617 t 29805 29804 29711 t 29712 29805 29711 t 29895 29894 29804 t 29805 29895 29804 t 29989 29988 29894 t 29895 29989 29894 t 31241 31357 31240 t 30099 30100 30200 t 29372 29477 29371 t 32018 31837 10432 t 10339 10396 10338 t 27895 27949 27894 t 17502 789 31503 t 31330 31329 31213 t 8574 7058 9782 t 3331 3332 17019 t 30666 31024 2723 t 15410 24921 26322 t 31503 27318 30423 t 27318 12098 22395 t 30423 27318 22395 t 12098 31262 12355 t 22395 12098 12355 t 31262 28679 30769 t 12355 31262 30769 t 28679 24705 29321 t 30769 28679 29321 t 31726 32141 31484 t 24705 15488 13957 t 30046 29949 29854 t 6299 6209 6300 t 28044 28045 28096 t 28555 28636 28554 t 29783 29874 29782 t 28045 28152 28151 t 1425 14319 31030 t 29595 29596 29691 t 29401 29506 29400 t 31590 31591 31708 t 30084 30083 29988 t 29272 29372 29271 t 29989 30084 29988 t 30186 30185 30083 t 30084 30186 30083 t 30286 30285 30185 t 30186 30286 30185 t 30981 30980 30856 t 30398 30397 30285 t 30286 30398 30285 t 30518 30517 30397 t 30398 30518 30397 t 30640 30639 30517 t 30518 30640 30517 t 30762 30761 30639 t 30640 30762 30639 t 30887 30886 30761 t 30762 30887 30761 t 31557 31556 31437 t 30886 30887 31011 t 31031 15735 17186 t 19772 19771 31729 t 29600 29696 29695 t 29199 29292 29291 t 31006 31007 31136 t 12426 12767 12340 t 30757 30882 30756 t 30882 31007 30881 t 28388 28387 28322 t 30531 32201 32174 t 30969 31099 30968 t 28811 28992 28991 t 12785 31765 16859 t 29586 29585 29483 t 2012 27086 2011 t 6214 31473 31474 t 31503 11705 27318 t 11705 31503 8311 t 10513 4761 12098 t 27318 10513 12098 t 12098 4761 31262 t 4761 30656 28679 t 31262 4761 28679 t 30656 25350 24705 t 28679 30656 24705 t 11707 15488 25350 t 24705 25350 15488 t 6745 6744 30203 t 575 6899 574 t 28636 28635 28554 t 28731 28730 28635 t 28096 28045 28151 t 28211 28210 28151 t 29494 29596 29595 t 29783 29782 29691 t 31127 31242 31126 t 10391 10455 29126 t 30491 30611 30490 t 29188 29187 29089 t 30848 30847 30726 t 28323 28322 28259 t 29399 29504 29398 t 31589 31588 31467 t 31352 31351 31235 t 30269 30268 30163 t 30164 30269 30163 t 29688 29488 29382 t 30988 30987 30862 t 31118 31233 31117 t 28663 28752 28662 t 28843 28842 28751 t 28663 28662 28582 t 28583 28663 28582 t 30604 30603 30482 t 28503 28583 28502 t 29221 29316 29220 t 30611 30733 30610 t 30271 30270 30167 t 29514 29615 29513 t 29616 29710 29709 t 28743 28742 28647 t 29291 29290 29198 t 29631 29725 29630 t 30390 30511 30510 t 30845 30844 30724 t 29288 29390 29389 t 29390 29495 29494 t 29908 29907 29817 t 29287 29288 29389 t 30202 30301 30300 t 31352 31468 31351 t 15478 15479 15547 t 30201 30202 30300 t 30178 30179 30279 t 30280 30390 30389 t 11705 10513 27318 t 28725 28818 28629 t 29854 29950 30046 t 28104 28103 28052 t 32135 32208 31993 t 29543 31365 11626 t 10513 30422 4761 t 11763 30019 25350 t 30656 11763 25350 t 2723 2849 2722 t 30019 29543 11707 t 15398 15399 15455 t 11626 13842 11625 t 13842 13841 11625 t 10390 10454 29319 t 28152 28211 28151 t 28276 28275 28210 t 29388 29389 29493 t 29493 29494 29595 t 30997 31127 30996 t 31242 31241 31126 t 30172 30171 30070 t 30741 30740 30618 t 28083 28138 28137 t 29077 29076 28991 t 30867 30866 30742 t 29688 29591 29488 t 17380 17098 16365 t 575 7937 6899 t 222 3311 2382 t 17028 32086 6344 t 28587 28586 28506 t 28507 28587 28506 t 29981 30076 30075 t 28667 28666 28586 t 29688 29687 29591 t 29980 29981 30075 t 28587 28667 28586 t 29888 29889 29980 t 28756 28755 28666 t 28667 28756 28666 t 28756 28846 28755 t 29021 29020 28930 t 29798 29889 29797 t 29109 29108 29020 t 29889 29981 29980 t 29706 29798 29797 t 29889 29888 29797 t 28038 28039 28091 t 29822 29821 29728 t 29591 29590 29488 t 30004 30003 29909 t 28092 28147 28146 t 31134 31249 31248 t 30770 10110 28678 t 29021 29109 29020 t 29207 29206 29108 t 29109 29207 29108 t 29302 29301 29206 t 29207 29302 29206 t 30632 30754 30631 t 29302 29407 29301 t 29520 29519 29301 t 29407 29520 29301 t 29619 29618 29519 t 29520 29619 29519 t 29713 29712 29618 t 29619 29713 29618 t 29511 29613 29510 t 29806 29805 29712 t 29713 29806 29712 t 29706 29797 29612 t 29896 29895 29805 t 29806 29896 29805 t 29990 29989 29895 t 29896 29990 29895 t 30085 30084 29989 t 29990 30085 29989 t 30279 30280 30389 t 28856 28942 28766 t 10522 29539 10523 t 30001 30096 30095 t 31361 31246 6254 t 30423 22395 11262 t 30422 11166 4761 t 11166 30917 10219 t 31734 31731 30656 t 4761 31734 30656 t 31731 30405 11763 t 30656 31731 11763 t 30405 17119 30019 t 11763 30405 30019 t 17119 31365 29543 t 30019 17119 29543 t 30226 1892 2010 t 31365 30900 11626 t 10225 9278 6890 t 3493 30900 30109 t 3130 4287 30109 t 2843 30314 12601 t 30333 8574 9782 t 30064 30166 30063 t 29286 29287 29388 t 29389 29494 29493 t 29484 29586 29483 t 31687 31686 31568 t 28033 28034 28086 t 30478 30477 30357 t 31685 31684 31566 t 29383 29688 29382 t 30478 30598 30477 t 30179 30280 30279 t 30724 30844 30723 t 30187 30186 30084 t 30076 30179 30178 t 30085 30187 30084 t 30287 30286 30186 t 30187 30287 30186 t 30399 30398 30286 t 28658 28747 28746 t 30287 30399 30286 t 28498 28578 28497 t 30519 30518 30398 t 30399 30519 30398 t 30641 30640 30518 t 28424 28498 28423 t 30519 30641 30518 t 30100 30201 30200 t 28578 28577 28497 t 30100 30099 30004 t 28498 28497 28423 t 30763 30762 30640 t 30005 30100 30004 t 30641 30763 30640 t 30888 30887 30762 t 30763 30888 30762 t 19311 23644 23643 t 30005 30004 29910 t 30619 30741 30618 t 29006 29007 29093 t 29892 29891 29800 t 29953 30048 29952 t 28627 28626 28545 t 29081 29080 28993 t 31133 31134 31248 t 6171 31012 6230 t 30879 31004 30878 t 31134 31133 31003 t 30754 30879 30753 t 31004 31134 31003 t 30879 30878 30753 t 31004 31003 30878 t 30632 30631 30510 t 30511 30632 30510 t 29613 29706 29612 t 30754 30753 30631 t 20191 20283 27315 t 29199 29291 29101 t 30401 10260 30521 t 29319 10454 10453 t 29728 29821 29727 t 29893 29985 29801 t 29613 29612 29510 t 29631 29630 29530 t 28411 28410 28343 t 30485 30605 30484 t 29318 29317 29222 t 18851 30419 19884 t 29423 29422 29317 t 29030 29029 28942 t 27949 27948 27894 t 11166 31734 4761 t 28569 28568 28487 t 8352 5859 29738 t 23013 22890 1754 t 19605 19606 32203 t 29168 29264 29167 t 31731 12280 30405 t 12280 26828 17119 t 30405 12280 17119 t 26828 10801 31365 t 17119 26828 31365 t 10801 30909 30900 t 31365 10801 30900 t 30909 30212 30109 t 30900 30909 30109 t 30212 30114 30021 t 30109 30212 30021 t 29739 29738 9612 t 2940 15405 12768 t 29666 29760 29759 t 29194 29195 29286 t 29287 29389 29388 t 29096 29097 29194 t 29195 29287 29286 t 11752 24157 11855 t 29097 29195 29194 t 28199 28198 28141 t 29680 29861 29679 t 29583 29680 29582 t 31449 31567 31448 t 30075 30076 30178 t 30611 30610 30490 t 29687 29777 29686 t 29318 29423 29317 t 30846 30969 30845 t 28416 28490 28415 t 31589 31707 31706 t 28578 28658 28577 t 27881 27880 27833 t 31468 31589 31467 t 29777 29776 29686 t 30164 30163 30061 t 30062 30164 30061 t 30863 30988 30862 t 27881 27934 27880 t 30742 30741 30619 t 30620 30742 30619 t 28039 28092 28091 t 30742 30866 30741 t 30866 30865 30741 t 11751 19158 19862 t 30991 31121 31120 t 29536 29535 29422 t 29972 30065 29875 t 29423 29536 29422 t 31357 31473 31356 t 6214 31474 6215 t 29030 29122 29029 t 29218 29217 29121 t 28281 28340 28339 t 28280 28281 28339 t 31731 11669 24919 t 29183 29182 29085 t 28630 28725 28629 t 29378 29277 29182 t 29091 29189 29090 t 28908 28907 28818 t 30610 30733 30609 t 30733 30856 30732 t 29007 29094 29093 t 29189 29188 29090 t 30747 30748 30871 t 29093 29094 29191 t 30864 30865 30989 t 31357 31358 31473 t 29821 29910 29820 t 30990 31120 31119 t 29637 29636 29535 t 31472 31473 31593 t 29536 29637 29535 t 29731 29730 29636 t 29637 29731 29636 t 29090 29089 29002 t 29370 29475 29369 t 30270 30377 30165 t 28742 28837 28741 t 29122 29121 29029 t 31465 31586 31464 t 29685 29684 29588 t 28994 28993 28904 t 29818 29817 29724 t 28628 28722 28627 t 28488 28569 28487 t 29201 29294 29200 t 28813 28902 28812 t 30314 2843 11676 t 29466 29571 29570 t 25683 21621 21677 t 6311 6312 264 t 31731 24919 12280 t 12280 30321 26828 t 30321 31736 10801 t 26828 30321 10801 t 31736 31032 30909 t 10801 31736 30909 t 31032 30210 30212 t 30909 31032 30212 t 30210 30221 30114 t 30212 30210 30114 t 9183 22890 22891 t 22890 9183 5006 t 15551 30296 15552 t 10365 31298 14319 t 30689 30688 18908 t 16950 1889 1888 t 28764 10282 28765 t 1425 66 14319 t 15436 15435 29646 t 31670 6191 31669 t 29010 29097 29096 t 28593 28592 10286 t 28339 28340 28406 t 29009 29010 29096 t 31696 31695 31577 t 30365 30364 30257 t 30748 30872 30871 t 29775 29774 29681 t 29725 29818 29724 t 30071 30172 30070 t 30101 30202 30100 t 28323 28388 28322 t 28260 28323 28259 t 29503 29502 29397 t 29824 29823 29730 t 29731 29824 29730 t 29913 29912 29823 t 31447 31446 31328 t 29824 29913 29823 t 30008 30007 29912 t 31329 31328 31212 t 17934 15120 20608 t 13503 19423 27396 t 31003 31002 30877 t 28588 28587 28507 t 28056 28055 28003 t 31798 11855 31797 t 29122 29218 29121 t 28004 28056 28003 t 28156 28157 28215 t 28004 28003 27951 t 28919 28920 29009 t 28340 28407 28406 t 28832 28833 28919 t 28920 29010 29009 t 28737 28738 28832 t 28833 28920 28919 t 28642 28643 28737 t 28738 28833 28832 t 28561 28562 28642 t 28643 28738 28737 t 28480 28481 28561 t 28562 28643 28642 t 28407 28481 28480 t 28406 28407 28480 t 28157 28216 28215 t 28481 28562 28561 t 28107 28106 28055 t 28100 28157 28156 t 31682 31681 31563 t 28056 28107 28055 t 29821 29820 29727 t 29728 29727 29633 t 29883 29977 29882 t 28742 28743 28837 t 29634 29728 29633 t 28223 28288 28222 t 28346 28345 28287 t 29959 29958 29863 t 28414 28488 28413 t 30878 30877 30753 t 28668 28667 28587 t 28588 28668 28587 t 28757 28756 28667 t 29396 29395 29293 t 30631 30753 30630 t 30273 30272 30169 t 12280 24919 6067 t 29760 29761 29849 t 31375 30912 2970 t 19404 19405 19490 t 31388 20232 30321 t 12280 31388 30321 t 20232 11427 31736 t 30321 20232 31736 t 31736 11427 31032 t 11427 30213 30210 t 31032 11427 30210 t 30213 31147 30221 t 30210 30213 30221 t 31147 30225 31259 t 30221 31147 31259 t 30225 31298 10365 t 31259 30225 10365 t 5495 10432 31837 t 31298 31030 14319 t 31030 12343 1425 t 6271 6362 12522 t 28861 28949 10872 t 6270 12522 6362 t 23740 23737 8034 t 11625 29543 11626 t 28211 28276 28210 t 29582 29581 29478 t 31808 31807 31695 t 28650 28649 28568 t 30273 30381 30272 t 30278 30279 30388 t 30631 30630 30509 t 28668 28757 28667 t 28847 28846 28756 t 28757 28847 28756 t 28931 28930 28846 t 30177 30178 30278 t 30279 30389 30388 t 28847 28931 28846 t 28931 29021 28930 t 29110 29109 29021 t 29208 29207 29109 t 30074 30075 30177 t 29110 29208 29109 t 30144 30143 30047 t 31213 31329 31212 t 29303 29302 29207 t 29208 29303 29207 t 29408 29407 29302 t 29303 29408 29302 t 29521 29520 29407 t 29408 29521 29407 t 29620 29619 29520 t 29521 29620 29520 t 30878 31003 30877 t 29714 29713 29619 t 28569 28650 28568 t 31133 31132 31002 t 29392 29497 29496 t 28650 28744 28649 t 28216 28281 28280 t 29906 29907 30000 t 28275 28402 28335 t 28215 28216 28280 t 28476 28475 28401 t 28402 28401 28335 t 28402 28476 28401 t 28557 28556 28475 t 28476 28557 28475 t 28638 28637 28556 t 28733 28732 28637 t 28557 28638 28556 t 28828 28827 28732 t 28638 28733 28637 t 28733 28828 28732 t 28828 28915 29004 t 28827 28828 29004 t 28099 28100 28156 t 28915 29005 29004 t 28164 28223 28163 t 27997 28049 27996 t 28164 28163 28106 t 28288 28287 28222 t 28107 28164 28106 t 28223 28222 28163 t 28288 28346 28287 t 28414 28413 28345 t 28346 28414 28345 t 28488 28487 28413 t 29201 29200 29103 t 31447 31565 31446 t 29294 29293 29200 t 29620 29714 29619 t 30075 30178 30177 t 29807 29806 29713 t 29714 29807 29713 t 29887 29888 29979 t 29897 29896 29806 t 30381 30380 30272 t 29980 30075 30074 t 30358 30478 30357 t 30622 30745 30621 t 30196 30197 696 t 32167 26580 31891 t 31388 4967 20232 t 17441 17011 17638 t 31366 12099 11427 t 20232 31366 11427 t 12099 31152 11427 t 31152 30421 30213 t 11427 31152 30213 t 30421 10584 31147 t 30213 30421 31147 t 10584 31785 30225 t 31147 10584 30225 t 31785 25011 31298 t 30225 31785 31298 t 25011 30116 31030 t 31298 25011 31030 t 31030 30116 12343 t 32038 32054 32280 t 6208 6297 6296 t 6192 31786 6272 t 29088 29087 29000 t 30501 30500 30380 t 30485 30484 30364 t 30510 30631 30509 t 30381 30501 30380 t 29807 29897 29806 t 29797 29888 29796 t 29991 29990 29896 t 29897 29991 29896 t 30086 30085 29990 t 29510 29612 29509 t 29991 30086 29990 t 30188 30187 30085 t 30086 30188 30085 t 30288 30287 30187 t 30188 30288 30187 t 30400 30399 30287 t 30288 30400 30287 t 28658 28746 28657 t 30520 30519 30399 t 29294 29396 29293 t 30178 30279 30278 t 28559 28640 28639 t 31097 31213 31096 t 6191 6192 6271 t 28477 28478 28558 t 28558 28559 28639 t 28640 28735 28734 t 1830 9957 8365 t 13128 11315 30647 t 31003 31133 31002 t 31133 31248 31247 t 29879 29880 29974 t 31132 31133 31247 t 31696 31808 31695 t 30068 30067 29974 t 29092 29190 29091 t 29391 29392 29496 t 29092 29091 29004 t 29005 29092 29004 t 28043 28095 28094 t 29190 29189 29091 t 28474 28555 28473 t 28042 28043 28094 t 28474 28473 28399 t 28400 28474 28399 t 28400 28399 28333 t 28555 28554 28473 t 28334 28333 28273 t 28334 28400 28333 t 28209 28274 28208 t 28274 28334 28273 t 28150 28209 28149 t 28274 28273 28208 t 28094 28095 28149 t 28209 28208 28149 t 27938 27990 27937 t 27990 28043 28042 t 29282 29281 29189 t 27884 27938 27883 t 28049 28100 28099 t 29190 29282 29189 t 27945 27997 27944 t 28048 28049 28099 t 27891 27945 27890 t 28049 28048 27996 t 27844 27891 27843 t 27997 27996 27944 t 27891 27890 27843 t 27945 27944 27890 t 31568 31567 31449 t 30068 30169 30067 t 31471 31592 31591 t 28577 28658 28657 t 28576 28577 28657 t 30400 30520 30399 t 30642 30641 30519 t 30520 30642 30519 t 30764 30763 30641 t 29979 29980 30074 t 28497 28577 28496 t 30724 30723 30597 t 30994 30993 30868 t 3333 3210 3211 t 30647 11340 31366 t 4967 31366 20232 t 31366 11340 12099 t 31152 30214 30421 t 30214 30544 10584 t 30421 30214 10584 t 30544 31502 31785 t 10584 30544 31785 t 31502 31536 25011 t 31785 31502 25011 t 31536 31741 30116 t 25011 31536 30116 t 31741 29644 12343 t 30116 31741 12343 t 30112 11163 12343 t 29644 30112 12343 t 31027 24216 11163 t 30112 31027 11163 t 16483 23288 19680 t 16948 16950 30534 t 30370 30491 30262 t 6231 6232 6318 t 28549 28548 28470 t 30612 30611 30491 t 30622 30621 30500 t 30481 30480 30360 t 29888 29980 29979 t 30501 30622 30500 t 30642 30764 30641 t 29797 29796 29611 t 30889 30888 30763 t 30764 30889 30763 t 28423 28497 28422 t 28577 28576 28496 t 8228 11686 14638 t 30888 30889 31012 t 26015 15431 31808 t 28675 10283 28764 t 29913 30008 29912 t 31458 31457 31342 t 28423 28422 28354 t 30102 30203 30007 t 30745 30744 30621 t 29612 29611 29509 t 29501 29500 29395 t 29396 29501 29395 t 29501 29603 29500 t 29603 29602 29500 t 29602 29603 29698 t 29880 29879 29788 t 29975 30068 29974 t 29880 29975 29974 t 31457 31578 31456 t 27923 27977 27922 t 28033 28086 28085 t 31565 31564 31446 t 28100 28101 28157 t 28085 28086 28140 t 27989 27990 28042 t 28095 28150 28149 t 28205 28204 28146 t 28147 28205 28146 t 28396 28395 28329 t 28270 28269 28204 t 28205 28270 28204 t 28330 28396 28329 t 28330 28329 28269 t 28270 28330 28269 t 28396 28471 28395 t 28551 28550 28471 t 28551 28632 28550 t 28632 28631 28550 t 28632 28727 28631 t 28727 28726 28631 t 27990 27989 27937 t 28822 28821 28726 t 29384 29489 29383 t 27884 27883 27837 t 29384 29383 29281 t 29282 29384 29281 t 29489 29688 29383 t 29489 29689 29688 t 29779 29778 29688 t 28392 28468 28391 t 29689 29779 29688 t 31470 31471 31591 t 31565 31566 31683 t 28746 28745 28657 t 3332 4766 31019 t 30008 30102 30007 t 29977 30071 29976 t 30102 30204 30203 t 30202 30201 30100 t 30869 30994 30868 t 29859 29954 29858 t 15444 30029 15445 t 30201 700 30200 t 30546 26697 11340 t 30647 30546 11340 t 26697 31654 12099 t 11340 26697 12099 t 31654 31269 31152 t 12099 31654 31152 t 31269 30315 30214 t 31152 31269 30214 t 30315 30022 30544 t 30214 30315 30544 t 30544 30022 31502 t 31502 31652 31536 t 31652 30566 31741 t 31536 31652 31741 t 30566 16570 29644 t 31741 30566 29644 t 30427 30112 29644 t 16570 30427 29644 t 31603 31027 30112 t 30427 31603 30112 t 26058 31902 31834 t 28858 30299 19591 t 28858 19590 24897 t 4022 9694 5839 t 27987 27988 28040 t 30258 30365 30257 t 31124 31123 30993 t 30254 30253 30148 t 30994 31124 30993 t 29612 29797 29611 t 29888 29887 29796 t 31446 31564 31563 t 29533 29532 29419 t 28490 28489 28415 t 31588 31589 31706 t 16406 15907 17011 t 29597 29693 29692 t 29596 29597 29692 t 29315 29420 29219 t 30863 30862 30616 t 31471 31470 31354 t 28497 28496 28422 t 29530 29630 29529 t 31355 31471 31354 t 29907 30001 30000 t 29957 30052 29956 t 29907 29906 29816 t 29817 29907 29816 t 29724 29817 29723 t 29123 29219 29122 t 29701 29791 29790 t 28350 28349 28291 t 30265 30264 30160 t 31578 31696 31577 t 28210 28209 28150 t 30159 30263 30158 t 28151 28210 28150 t 28985 29070 28984 t 27826 27874 27825 t 27874 27926 27873 t 31015 16644 31255 t 525 20839 13486 t 28269 28329 28268 t 28395 28549 28328 t 28204 28269 28203 t 28329 28395 28328 t 28145 28146 28203 t 28329 28328 28268 t 28090 28091 28145 t 28269 28268 28203 t 28037 28038 28090 t 28146 28204 28203 t 28038 28091 28090 t 28091 28146 28145 t 27986 28038 28037 t 27985 27986 28037 t 28727 28822 28726 t 28086 28141 28140 t 27838 27884 27837 t 29529 29629 29528 t 27938 27937 27883 t 29723 29722 29628 t 29529 29528 29416 t 29629 29628 29528 t 31573 31691 31572 t 30505 30626 30504 t 31112 31111 30981 t 29482 29481 29375 t 6310 6223 6224 t 30982 31112 30981 t 10344 30014 10287 t 28210 28275 28209 t 29533 29634 29532 t 29418 29314 29217 t 30739 30863 30616 t 31351 31467 31350 t 28920 28921 29010 t 29389 29390 29494 t 29004 29003 28914 t 29634 29633 29532 t 19862 15564 15487 t 10695 31266 26697 t 30546 10695 26697 t 31266 11515 31654 t 26697 31266 31654 t 11515 3063 31269 t 31654 11515 31269 t 3063 30211 30315 t 31269 3063 30315 t 30211 30115 30022 t 30315 30211 30022 t 30115 28229 31502 t 30022 30115 31502 t 28229 31767 31652 t 31502 28229 31652 t 31767 31680 30566 t 31652 31767 30566 t 31680 11157 16570 t 30566 31680 16570 t 30918 30427 16570 t 11157 30918 16570 t 26456 31603 30427 t 30918 26456 30427 t 19590 28858 19591 t 26456 30784 31603 t 22154 23905 22087 t 29075 29172 28989 t 30612 30734 30611 t 30151 30150 30053 t 30254 30361 30253 t 30858 30857 30611 t 31355 31354 31238 t 30149 30148 30051 t 31239 31238 31123 t 31239 31355 31238 t 29420 29533 29419 t 31124 31239 31123 t 30856 30980 30855 t 28821 28910 28820 t 11411 20841 12006 t 31704 31703 31585 t 25451 19588 9200 t 519 15967 16049 t 30054 30053 29958 t 30064 30063 29971 t 29275 29274 29178 t 29703 29793 29702 t 30504 30625 30503 t 28570 28571 28652 t 19667 19668 31624 t 29779 29870 29778 t 2723 2724 2850 t 6294 6293 6205 t 30159 30158 29966 t 30263 30262 30158 t 28272 28271 28206 t 30263 30370 30262 t 29587 29586 29484 t 29905 29906 29999 t 29014 29101 29013 t 29477 29476 29371 t 16155 17377 17345 t 28722 28721 28627 t 6645 31605 20032 t 30524 20125 20034 t 15553 15554 15637 t 29361 29360 29260 t 12343 11163 12862 t 6890 25444 30648 t 28404 28403 28336 t 29419 29532 29418 t 29381 29487 29380 t 28101 28158 28157 t 28202 28267 28201 t 28216 28217 28281 t 30726 30847 30725 t 28572 28571 28491 t 27874 27873 27825 t 29635 29729 29634 t 28261 28260 28196 t 27980 28032 28031 t 29086 29085 28998 t 28822 28910 28821 t 28999 29086 28998 t 28999 28998 28910 t 29184 29183 29085 t 29086 29184 29085 t 29278 29378 29183 t 29184 29278 29183 t 29084 29083 28996 t 31227 31226 31111 t 29479 29478 29373 t 28275 28274 28209 t 31112 31227 31111 t 29218 29418 29217 t 30736 30735 30613 t 29631 29530 29417 t 29418 29417 29314 t 29014 29013 28923 t 29420 29419 29219 t 29959 30054 29958 t 29605 29700 29604 t 29314 29417 29313 t 29528 29628 29527 t 20033 20123 20032 t 6645 19942 19943 t 31266 10695 18619 t 31602 16922 30784 t 30222 31621 11515 t 31266 30222 11515 t 31621 25351 3063 t 11515 31621 3063 t 25351 30215 30211 t 3063 25351 30211 t 30215 31609 30115 t 30211 30215 30115 t 31609 31604 28229 t 30115 31609 28229 t 31604 31014 31767 t 28229 31604 31767 t 31014 30893 31680 t 31767 31014 31680 t 31680 30893 11157 t 22519 30918 11157 t 30813 26456 30918 t 22519 30813 30918 t 31602 30784 26456 t 30813 31602 26456 t 17338 17339 30528 t 16733 17667 16922 t 29867 29866 29775 t 30521 10258 30643 t 27988 28041 28040 t 29682 29867 29775 t 30734 30858 30611 t 30749 30873 30748 t 30052 30149 30051 t 30982 30981 30857 t 31702 31701 31583 t 31584 31702 31583 t 29531 29631 29417 t 29270 29370 29269 t 29272 29271 29175 t 28924 29014 28923 t 30101 30100 30005 t 29911 30006 29910 t 30006 30101 30005 t 28570 28652 28651 t 28262 28325 28261 t 31814 25010 31813 t 12785 1768 12259 t 25139 27570 20046 t 24869 25139 26015 t 28750 28841 28840 t 17055 16091 16492 t 26332 25227 6142 t 12979 19872 19013 t 30626 30625 30504 t 28160 28219 28218 t 28484 28483 28409 t 31605 6645 19944 t 28207 28272 28206 t 31812 25227 31811 t 29485 29587 29484 t 30873 30872 30748 t 30723 30843 30722 t 29683 29682 29586 t 31803 31802 31690 t 29729 29728 29634 t 31605 19944 31606 t 29001 29088 29000 t 15735 16748 31791 t 29213 29212 29116 t 29117 29213 29116 t 30331 11086 30524 t 19427 13669 21545 t 1452 14487 2824 t 1452 14355 14487 t 14355 1452 14354 t 30651 30553 16823 t 28906 28905 28816 t 28995 28994 28905 t 28817 28816 28723 t 28817 28906 28816 t 28724 28817 28723 t 28198 28263 28197 t 28140 28197 28139 t 27986 27985 27932 t 27876 27875 27827 t 27933 27932 27879 t 27933 27986 27932 t 27880 27879 27832 t 27880 27933 27879 t 24009 12513 31703 t 27833 27880 27832 t 28628 28627 28546 t 29398 29503 29397 t 29867 29962 29866 t 29861 29860 29771 t 29582 29679 29581 t 31459 31458 31343 t 30265 30372 30264 t 31344 31459 31343 t 30997 30996 30871 t 29290 29392 29391 t 31445 31446 31563 t 30872 30997 30871 t 29124 29220 29123 t 29475 29474 29369 t 29220 29315 29219 t 15559 15558 15484 t 6201 6142 6202 t 30553 31715 30222 t 16823 30553 18619 t 31715 12192 31621 t 30222 31715 31621 t 12192 30219 25351 t 31621 12192 25351 t 30219 30316 30215 t 25351 30219 30215 t 30316 31487 31609 t 30215 30316 31609 t 31487 30227 31604 t 31609 31487 31604 t 30227 10576 31014 t 31604 30227 31014 t 10576 30655 30893 t 31014 10576 30893 t 30655 24231 11157 t 30893 30655 11157 t 24231 30780 22519 t 11157 24231 22519 t 17322 30813 22519 t 30780 17322 22519 t 17322 31602 30813 t 16922 17059 16909 t 28941 28940 28855 t 15628 17277 17639 t 32119 32109 32190 t 29962 29961 29866 t 30976 31106 30975 t 29312 29416 29311 t 30858 30982 30857 t 28344 28411 28285 t 31347 31463 31346 t 31584 31583 31462 t 29682 29681 29585 t 31799 31798 31686 t 27934 27933 27880 t 31625 19583 31626 t 29696 29787 29695 t 29291 29198 29100 t 2666 14023 5382 t 28637 28636 28555 t 28508 28507 28432 t 11855 24214 31797 t 28261 28324 28260 t 28433 28508 28432 t 31569 31687 31568 t 30262 30491 30369 t 31814 31813 31701 t 29586 29682 29585 t 19158 25139 20046 t 25115 25010 10591 t 27827 27875 27826 t 28912 28911 28823 t 6748 6749 6849 t 19670 19759 19669 t 19669 31742 19670 t 31625 31742 19669 t 26580 32277 5961 t 19945 30331 31606 t 29485 29484 29378 t 29278 29379 29378 t 29587 29683 29586 t 29379 29485 29378 t 29100 29099 29012 t 29175 29174 29077 t 31101 31100 30970 t 29186 29185 29087 t 28327 28326 28264 t 28265 28327 28264 t 32205 31913 31962 t 32252 8162 32060 t 6065 2837 13919 t 5975 6065 13919 t 15544 30567 30768 t 11086 15544 30768 t 17377 17376 17345 t 30567 29920 30768 t 29399 29398 29296 t 17566 17010 15832 t 29820 29910 29819 t 28855 28854 28763 t 28764 28855 28763 t 28939 28938 28854 t 28855 28939 28854 t 28351 28419 28350 t 28547 28724 28723 t 29910 29909 29819 t 30253 30360 30252 t 28393 28469 28392 t 30480 30601 30479 t 30970 30969 30846 t 27931 27984 27930 t 26014 17340 12527 t 11769 26014 12527 t 29769 29857 29768 t 29679 29861 29678 t 28549 28470 28394 t 31580 31579 31458 t 30973 31103 30972 t 29289 29290 29391 t 31459 31580 31458 t 30865 30864 30740 t 29817 29816 29723 t 31235 31351 31234 t 31149 17010 16492 t 28805 28895 28804 t 15460 15459 31655 t 6633 6531 585 t 30651 30539 31715 t 30553 30651 31715 t 30539 30779 12192 t 31715 30539 12192 t 30779 30290 30219 t 12192 30779 30219 t 30290 30550 30316 t 30219 30290 30316 t 24538 31487 30316 t 30550 24538 30316 t 30309 30227 31487 t 24538 30309 31487 t 30309 29830 10576 t 30227 30309 10576 t 29830 24130 30655 t 10576 29830 30655 t 24130 12177 24231 t 30655 24130 24231 t 12177 30549 30780 t 24231 12177 30780 t 31265 17322 30780 t 30549 31265 30780 t 29036 31602 17322 t 31265 29036 17322 t 30917 14979 10219 t 29036 15432 31602 t 31251 6311 6224 t 13998 1347 17008 t 30977 30976 30852 t 31106 31105 30975 t 31243 31359 31242 t 31128 31243 31127 t 30072 30173 30071 t 31231 31347 31230 t 31463 31584 31462 t 31685 31797 31796 t 28589 28588 28507 t 28508 28589 28507 t 28669 28668 28588 t 28589 28669 28588 t 28758 28757 28668 t 28669 28758 28668 t 29869 29683 29684 t 29964 29963 29868 t 27842 27889 27841 t 28324 28389 28323 t 31702 31814 31701 t 27982 27981 27927 t 29827 6752 6751 t 25010 25115 31813 t 6293 6292 6205 t 19495 31626 19583 t 30173 30274 30172 t 27927 27926 27874 t 28252 28251 28189 t 19671 19670 31742 t 28537 28712 28536 t 31625 31626 31742 t 16468 17200 16823 t 15452 30939 15397 t 28162 28221 28161 t 30357 30356 30249 t 30166 30165 30063 t 31571 31570 31450 t 19770 19856 19855 t 30072 29977 29883 t 28905 28904 28815 t 28571 28570 28490 t 29961 29960 29865 t 28827 28826 28731 t 28034 28087 28086 t 28546 28545 28388 t 30260 30259 30154 t 22890 5006 1754 t 31598 31717 19855 t 31717 31714 15544 t 31625 19582 19583 t 31714 30103 30567 t 15544 31714 30567 t 10513 30917 30422 t 16556 4766 3331 t 29478 29581 29477 t 16091 10451 16492 t 29581 29580 29477 t 29678 29677 29580 t 29478 29477 29372 t 29373 29478 29372 t 29373 29372 29272 t 29273 29373 29272 t 31110 31225 31109 t 28547 28723 28468 t 31457 31456 31341 t 28327 28393 28326 t 28469 28547 28468 t 28393 28392 28326 t 28469 28468 28392 t 27982 27983 28034 t 27929 27928 27876 t 29786 29876 29785 t 27829 27876 27828 t 28390 28628 28546 t 30848 30726 30601 t 29961 30153 30056 t 29956 29955 29860 t 30973 30972 30849 t 30259 30258 30153 t 31698 31697 31579 t 27948 28000 27947 t 28227 28226 28167 t 31580 31698 31579 t 29724 29723 29629 t 29219 29418 29218 t 28712 28805 28711 t 29630 29724 29629 t 30428 30651 31149 t 15432 16649 16733 t 30428 30771 30539 t 30651 30428 30539 t 30771 30778 30779 t 30539 30771 30779 t 30778 30194 30290 t 30779 30778 30290 t 30194 30673 30550 t 30290 30194 30550 t 29923 24538 30550 t 30673 29923 30550 t 31264 30309 24538 t 29923 31264 24538 t 29831 29830 30309 t 31264 29831 30309 t 31253 24130 29830 t 29831 31253 29830 t 31253 12177 24130 t 30549 30308 31265 t 30308 1002 29036 t 31265 30308 29036 t 1002 15576 15432 t 29036 1002 15432 t 17570 17667 16733 t 6296 6295 6207 t 16733 16649 17570 t 19495 31627 31626 t 29312 29311 29214 t 29215 29312 29214 t 28553 28552 28472 t 28332 28398 28331 t 31463 31462 31346 t 28221 28220 28161 t 29480 29583 29479 t 31347 31346 31230 t 19158 20046 19862 t 31567 31685 31566 t 28848 28847 28757 t 29722 29721 29627 t 28758 28848 28757 t 28932 28931 28847 t 28085 28140 28139 t 28848 28932 28847 t 29022 29021 28931 t 28932 29022 28931 t 28910 28909 28820 t 28634 28729 28633 t 30738 30861 30737 t 30986 30985 30860 t 30861 30986 30860 t 28565 28564 28483 t 29702 29792 29701 t 9714 7950 149 t 10729 10219 9174 t 31106 31222 31105 t 31222 31221 31105 t 30093 6531 30092 t 9100 1023 22535 t 29428 9100 22535 t 32220 32136 31945 t 2843 2844 2973 t 29673 29672 29575 t 28460 28459 28379 t 32182 32276 32014 t 28380 28460 28379 t 28537 28536 28459 t 15557 24157 17340 t 28265 28264 28199 t 28200 28265 28199 t 28087 28142 28141 t 28086 28087 28141 t 28200 28199 28141 t 28142 28200 28141 t 30428 16492 10451 t 29878 29877 29787 t 2666 5382 56 t 19411 31746 31745 t 31598 31496 31714 t 31717 31598 31714 t 31496 31142 30103 t 31714 31496 30103 t 16097 16015 16016 t 19674 19589 19675 t 28904 28903 28814 t 27204 31158 30652 t 28815 28814 28722 t 28815 28904 28814 t 28723 28815 28722 t 28993 29079 28903 t 28904 28993 28903 t 30252 30359 30251 t 27994 27993 27941 t 30252 30251 30146 t 29120 29119 29028 t 30260 30367 30259 t 28923 28922 28835 t 27888 27942 27887 t 27983 27982 27928 t 27929 27983 27928 t 29815 29905 29814 t 29905 29999 29998 t 27984 27983 27929 t 27877 27876 27829 t 29815 29814 29721 t 27930 27984 27929 t 29861 29771 29678 t 29722 29815 29721 t 28052 28103 28051 t 30366 30365 30258 t 31810 24869 31809 t 31810 31809 31697 t 25139 19158 26015 t 31698 31810 31697 t 24869 26015 31809 t 19325 19326 19409 t 11163 16154 12862 t 28677 30771 30428 t 10451 28677 30428 t 28677 26143 30778 t 30771 28677 30778 t 26143 28857 30194 t 30778 26143 30194 t 28857 30311 30673 t 30194 28857 30673 t 30311 30023 29923 t 30673 30311 29923 t 30675 31264 29923 t 30023 30675 29923 t 11933 29831 31264 t 30675 11933 31264 t 11933 28946 31253 t 29831 11933 31253 t 30209 12177 31253 t 28946 30209 31253 t 10664 30549 12177 t 30209 10664 12177 t 10664 31254 30308 t 30549 10664 30308 t 31254 29541 1002 t 30308 31254 1002 t 29541 10509 15576 t 1002 29541 15576 t 10509 31596 26440 t 15576 10509 26440 t 29264 29364 29263 t 31491 11654 30547 t 28103 28160 28159 t 28102 28103 28159 t 10262 10316 10261 t 30873 30998 30872 t 29702 29701 29606 t 30600 30599 30478 t 31116 31115 30985 t 30986 31116 30985 t 13485 4771 525 t 29680 29679 29582 t 28030 28031 28083 t 28213 28278 28212 t 29111 29110 29021 t 29022 29111 29021 t 29209 29208 29110 t 29111 29209 29110 t 28388 28544 28387 t 28395 28471 28549 t 29304 29303 29208 t 29209 29304 29208 t 29857 29952 29856 t 31332 31568 31331 t 30048 30144 30047 t 27980 27979 27925 t 30616 30738 30615 t 30861 30860 30737 t 31277 19491 19405 t 28484 28565 28483 t 10365 13485 31259 t 15960 30658 30404 t 29861 29956 29860 t 30419 19975 31726 t 31729 19243 26317 t 31627 31744 31743 t 31626 31627 31743 t 31744 11503 9200 t 31743 31744 9200 t 11503 23911 25451 t 9200 11503 25451 t 23911 26442 2841 t 25451 23911 2841 t 19243 31729 19771 t 15527 15459 15460 t 30428 31149 16492 t 19590 19678 19677 t 31598 19856 19857 t 29428 7180 9100 t 29788 29878 29787 t 31598 19857 31496 t 31689 31801 31688 t 29178 29274 29177 t 27564 22990 25193 t 16144 12862 16154 t 28990 28900 28901 t 20038 20130 20037 t 19244 31394 31142 t 31496 19244 31142 t 32335 31979 32118 t 22141 22161 23217 t 2850 2724 2851 t 30670 20040 30526 t 2841 19589 25451 t 20132 8641 20133 t 28025 28077 28076 t 30013 11425 19772 t 31259 13486 30221 t 29197 29289 29288 t 28993 29080 29079 t 32109 31817 32190 t 30147 30252 30146 t 29177 29176 29079 t 30050 30049 29954 t 29955 30050 29954 t 2841 26442 19590 t 29416 29528 29415 t 27830 27877 27829 t 27930 27929 27876 t 29956 30051 29955 t 28089 28144 28143 t 31689 31688 31570 t 31573 31572 31452 t 29186 29280 29185 t 29608 29703 29607 t 30259 30366 30258 t 28995 29082 28994 t 28729 28728 28633 t 30486 30485 30365 t 31364 3660 3899 t 29505 29607 29504 t 11649 18767 20338 t 18934 30419 18851 t 30535 28677 10451 t 6854 6753 29735 t 30535 7062 26143 t 28677 30535 26143 t 7062 30787 28857 t 26143 7062 28857 t 30787 30216 30311 t 28857 30787 30311 t 30216 31739 30023 t 30311 30216 30023 t 31739 29542 30675 t 30023 31739 30675 t 31144 11933 30675 t 29542 31144 30675 t 31144 28946 11933 t 28005 10664 30209 t 28005 30108 31254 t 10664 28005 31254 t 30108 31362 29541 t 31254 30108 29541 t 31362 29130 10509 t 29541 31362 10509 t 29130 31713 31596 t 10509 29130 31596 t 629 519 16049 t 15503 15439 15440 t 30729 30977 30728 t 30977 30852 30728 t 28493 28492 28418 t 30976 30975 30852 t 31684 31796 31683 t 525 4421 30021 t 30738 30737 30615 t 28032 28033 28085 t 28910 28998 28909 t 29727 29820 29726 t 30145 30251 30144 t 29409 29408 29303 t 29304 29409 29303 t 29409 29521 29408 t 30598 30597 30477 t 30251 30250 30144 t 30250 30357 30249 t 30477 30476 30356 t 29621 29620 29521 t 28083 28084 28138 t 28837 28924 28836 t 29181 29180 29083 t 30490 30610 30489 t 27979 28031 28030 t 19321 31043 31042 t 525 13486 13485 t 31159 31278 31277 t 31783 31669 6191 t 6270 6360 6269 t 19326 19327 31515 t 29905 29904 29814 t 30051 30050 29955 t 30889 6233 6232 t 15403 11854 15462 t 30014 10286 28592 t 30302 31475 19679 t 31745 1446 11503 t 31744 31745 11503 t 1446 23804 23911 t 11503 1446 23911 t 23804 24897 26442 t 23911 23804 26442 t 26398 25956 26525 t 15169 2702 15273 t 28858 30302 30299 t 15169 15273 13623 t 30299 30302 19679 t 31475 19243 19679 t 5975 13919 819 t 3416 3778 3899 t 30147 30146 30049 t 149 7277 9714 t 19857 11425 19244 t 30050 30147 30049 t 11425 11939 19244 t 11932 17380 9300 t 11939 30027 31394 t 19244 11939 31394 t 17801 30526 31394 t 30027 17801 31394 t 20040 30670 8641 t 17801 30670 30526 t 30670 31140 8641 t 15622 15908 7782 t 8733 6590 14278 t 14278 14671 8733 t 31140 30791 30410 t 13486 20839 30114 t 29850 29944 29943 t 29080 29177 29079 t 29273 29272 29176 t 29955 29954 29859 t 29860 29955 29859 t 31686 31798 31797 t 28337 28336 28277 t 29311 29416 29310 t 29528 29527 29415 t 27877 27930 27876 t 27984 28035 28034 t 27878 27931 27877 t 31571 31689 31570 t 31804 31803 31691 t 31692 31804 31691 t 31846 32254 32168 t 11252 11173 31803 t 29694 29695 29785 t 11345 17374 12170 t 31226 31225 31110 t 31705 31706 10500 t 30729 30728 30605 t 29675 29769 29674 t 30366 30486 30365 t 30606 30729 30605 t 30606 30605 30485 t 30486 30606 30485 t 15735 17396 16748 t 17376 31713 15471 t 15415 30535 31031 t 23639 23607 23608 t 15415 30533 7062 t 30535 15415 7062 t 30533 30910 30787 t 7062 30533 30787 t 30910 30551 30216 t 30787 30910 30216 t 30551 31150 31739 t 30216 30551 31739 t 29740 29542 31739 t 31150 29740 31739 t 31788 31144 29542 t 29740 31788 29542 t 31788 28946 31144 t 26064 30209 28946 t 26064 30908 28005 t 30209 26064 28005 t 30908 31678 30108 t 28005 30908 30108 t 31678 30913 31362 t 30108 31678 31362 t 30913 31065 29130 t 31362 30913 29130 t 31065 15471 31713 t 29130 31065 31713 t 31950 32343 32122 t 6254 97 96 t 30359 30479 30251 t 30148 30147 30050 t 29954 29953 29858 t 30251 30600 30358 t 27984 28036 28035 t 29217 29216 29120 t 30494 30616 30493 t 27981 28033 28032 t 29078 29077 28992 t 29281 29187 29188 t 30599 30725 30598 t 28046 28097 28153 t 29715 29714 29620 t 29621 29715 29620 t 29808 29807 29714 t 29715 29808 29714 t 29898 29897 29807 t 29808 29898 29807 t 31096 31212 31095 t 28468 28723 28467 t 29992 29991 29897 t 30725 30724 30598 t 29898 29992 29897 t 30145 30144 30048 t 14983 17802 11262 t 29849 29850 29943 t 28917 29007 29006 t 28725 28819 28818 t 31043 31160 31159 t 31042 31043 31159 t 31160 31279 31278 t 31159 31160 31278 t 6233 30889 6174 t 29126 10390 29222 t 20031 19942 6645 t 7788 7881 1829 t 15550 31681 31682 t 28325 28390 28324 t 19411 31630 31746 t 19589 2841 19675 t 31746 12623 1446 t 31745 31746 1446 t 1446 12623 23804 t 23804 26206 24897 t 26206 28859 28858 t 24897 26206 28858 t 28859 30303 30302 t 28858 28859 30302 t 30303 31476 31475 t 30302 30303 31475 t 31476 26317 19243 t 31475 31476 19243 t 31142 20038 30103 t 17470 26440 17377 t 31977 22512 22394 t 30013 30777 11939 t 11425 30013 11939 t 30777 31383 30027 t 11939 30777 30027 t 31722 17801 30027 t 31383 31722 30027 t 17801 29737 31140 t 30670 17801 31140 t 29737 31141 31140 t 31140 31141 30791 t 16404 2952 17294 t 807 698 699 t 29177 29273 29176 t 29860 29859 29770 t 29771 29860 29770 t 29677 29770 29676 t 31216 31332 31215 t 29314 29313 29216 t 29416 29415 29310 t 27983 27984 28034 t 28035 28088 28087 t 28912 29001 28911 t 31804 11252 31803 t 11345 12170 11173 t 31695 31807 31694 t 17421 31038 31806 t 31456 31577 31455 t 31695 31694 31576 t 31109 31225 31108 t 31456 31455 31340 t 30979 31109 30978 t 31225 31224 31108 t 30855 30979 30854 t 31109 31108 30978 t 30732 30855 30731 t 30979 30978 30854 t 19772 31729 30013 t 6224 31250 31251 t 31791 26275 17186 t 17186 15415 31031 t 26275 31371 30533 t 15415 26275 30533 t 31033 30910 30533 t 31371 31033 30533 t 30674 30551 30910 t 31033 30674 30910 t 17533 31150 30551 t 30674 17533 30551 t 11925 29740 31150 t 17533 11925 31150 t 11925 15382 31788 t 29740 11925 31788 t 31615 28946 31788 t 15382 31615 31788 t 31018 26064 28946 t 31615 31018 28946 t 31018 28770 30908 t 26064 31018 30908 t 28770 30814 31678 t 30908 28770 31678 t 30814 9300 30913 t 31678 30814 30913 t 25237 22978 25348 t 30913 9300 31065 t 31902 32181 32004 t 31453 31574 31337 t 19320 19241 30920 t 31338 31453 31337 t 31574 31573 31337 t 30599 30598 30478 t 28732 28827 28731 t 30970 31100 30969 t 28720 28812 28719 t 30616 30615 30493 t 27980 27981 28032 t 29383 29382 29187 t 31706 31705 31587 t 31247 31246 31131 t 30481 30602 30480 t 30087 30086 29991 t 29992 30087 29991 t 30189 30188 30086 t 30087 30189 30086 t 30289 30288 30188 t 30189 30289 30188 t 31002 31132 31001 t 30401 30400 30288 t 30289 30401 30288 t 30521 30520 30400 t 30877 31002 30876 t 31132 31131 31001 t 28766 10282 10339 t 8987 9368 14549 t 31044 31161 31160 t 31043 31044 31160 t 31161 31280 31279 t 31160 31161 31279 t 31726 19975 26834 t 27918 27917 27864 t 19411 19410 31515 t 15502 15438 15439 t 31630 31747 31746 t 19327 19411 31515 t 31747 24344 12623 t 31746 31747 12623 t 24344 27701 23804 t 12623 24344 23804 t 27701 11498 26206 t 23804 27701 26206 t 11498 28860 28859 t 26206 11498 28859 t 28860 30304 30303 t 28859 28860 30303 t 30304 31477 31476 t 30303 30304 31476 t 31477 24758 26317 t 31476 31477 26317 t 31735 31729 26317 t 24758 31735 26317 t 31735 31711 30013 t 31729 31735 30013 t 31711 31493 30777 t 30013 31711 30777 t 31493 11512 31383 t 30777 31493 31383 t 30537 31722 31383 t 11512 30537 31383 t 30416 17801 31722 t 30537 30416 31722 t 30416 31607 29737 t 17801 30416 29737 t 31607 31721 31141 t 29737 31607 31141 t 31721 31023 31141 t 10254 10253 28057 t 29944 30040 29943 t 29771 29770 29677 t 29678 29771 29677 t 29118 29117 29026 t 24707 10998 10920 t 28349 28417 28348 t 28034 28035 28087 t 28088 28143 28142 t 28634 28633 28552 t 29723 29816 29722 t 11252 11345 11173 t 28720 28719 28543 t 31577 31695 31576 t 31807 31806 31694 t 29906 29905 29815 t 28941 28855 28764 t 29773 29864 29772 t 28545 28626 28544 t 28908 28996 28907 t 28816 28905 28815 t 30256 30255 30150 t 30054 30151 30053 t 11097 11173 326 t 31691 31803 31690 t 6752 29827 6753 t 10225 31712 8781 t 30796 26275 31791 t 30812 30811 18910 t 11318 31371 26275 t 30796 11318 26275 t 11318 31153 31033 t 31371 11318 31033 t 30310 30674 31033 t 31153 30310 31033 t 30024 17533 30674 t 30310 30024 30674 t 6257 11925 17533 t 30024 6257 17533 t 30107 15382 11925 t 6257 30107 11925 t 30892 31615 15382 t 30107 30892 15382 t 4974 31018 31615 t 30892 4974 31615 t 4974 25697 28770 t 31018 4974 28770 t 25697 28228 30814 t 28770 25697 30814 t 28228 31036 9300 t 30814 28228 9300 t 16365 15471 17380 t 31036 11932 9300 t 10339 10338 28856 t 7937 575 4150 t 31692 31691 31573 t 31574 31692 31573 t 31807 17421 31806 t 25680 25941 31038 t 28293 28292 28227 t 17421 25680 31038 t 31332 31331 31215 t 6753 6854 6853 t 30494 30493 30373 t 27981 27980 27926 t 30733 30732 30609 t 28829 28830 28916 t 30753 30877 30752 t 31132 31247 31131 t 30401 30521 30400 t 30643 30642 30520 t 30521 30643 30520 t 30877 30876 30752 t 30765 30764 30642 t 30643 30765 30642 t 30921 30920 19241 t 30764 30765 30889 t 28144 28202 28201 t 31619 30775 2718 t 30630 30753 30629 t 30920 31045 31044 t 2127 6173 2126 t 31045 31162 31161 t 31044 31045 31161 t 31162 31281 31280 t 31161 31162 31280 t 1663 8987 8878 t 8878 8987 14549 t 6311 6310 6224 t 31398 31517 19327 t 31517 31631 31630 t 11626 30900 3493 t 31631 10784 31747 t 31630 31631 31747 t 31747 10784 24344 t 10784 25931 27701 t 24344 10784 27701 t 25931 11685 11498 t 27701 25931 11498 t 11685 29034 28860 t 11498 11685 28860 t 29034 30306 30304 t 28860 29034 30304 t 30306 31486 31477 t 30304 30306 31477 t 31486 30781 24758 t 31477 31486 24758 t 30781 31768 31735 t 24758 30781 31735 t 31768 24321 31711 t 31735 31768 31711 t 24321 25197 31493 t 31711 24321 31493 t 31493 25197 11512 t 31039 30416 30537 t 31039 22157 31607 t 30416 31039 31607 t 22157 30671 31721 t 31607 22157 31721 t 31268 31023 31721 t 30671 31268 31721 t 16206 15994 16363 t 31268 30896 31023 t 20216 20126 20127 t 15395 30570 30571 t 29581 29678 29580 t 25671 25672 25795 t 30253 30252 30147 t 29176 29272 29175 t 28087 28088 28142 t 28201 28200 28142 t 28221 28286 28220 t 29781 29780 29592 t 15556 24157 15557 t 29003 29090 29002 t 31341 31456 31340 t 31577 31576 31455 t 30483 30604 30482 t 30727 30849 30603 t 30163 30162 30060 t 30061 30163 30060 t 30061 29968 29872 t 29873 30061 29872 t 29873 29872 29781 t 29782 29873 29781 t 29595 29691 29594 t 29782 29781 29690 t 31700 31812 31699 t 29691 29782 29690 t 15774 30796 31791 t 30094 30195 586 t 31617 11318 30796 t 30119 31617 30796 t 31617 16935 31153 t 11318 31617 31153 t 30217 30310 31153 t 16935 30217 31153 t 30117 30024 30310 t 30217 30117 30310 t 30228 6257 30024 t 30117 30228 30024 t 10716 30107 6257 t 30228 10716 6257 t 24431 30892 30107 t 10716 24431 30107 t 10732 4974 30892 t 24431 10732 30892 t 10732 30692 25697 t 4974 10732 25697 t 31157 28228 25697 t 30692 31157 25697 t 9479 31036 28228 t 31157 9479 28228 t 30417 11932 31036 t 9479 30417 31036 t 31707 31708 6209 t 3311 222 3433 t 30368 30489 30367 t 30609 30608 30488 t 30732 30731 30608 t 30489 30609 30488 t 31113 31114 31228 t 28410 28484 28409 t 30058 30057 29963 t 31812 31811 31699 t 30267 30374 30266 t 30374 30494 30373 t 31351 31350 31234 t 30753 30752 30629 t 31002 31001 30876 t 26322 27709 15411 t 31007 31008 31137 t 29394 29499 29498 t 29393 29394 29498 t 30509 30630 30508 t 29498 29499 29600 t 29499 29601 29600 t 10260 10261 10315 t 32023 32011 26834 t 10263 10317 10262 t 32330 32032 31871 t 30921 31046 31045 t 30920 30921 31045 t 31046 31163 31162 t 31045 31046 31162 t 31163 31282 31281 t 31162 31163 31281 t 31282 31399 31398 t 31281 31282 31398 t 31399 31518 31517 t 31398 31399 31517 t 31518 31632 31631 t 31517 31518 31631 t 31632 31748 10784 t 31631 31632 10784 t 31748 7370 10784 t 7370 25822 25931 t 10784 7370 25931 t 25822 29922 11685 t 25931 25822 11685 t 29922 29128 29034 t 11685 29922 29034 t 29128 30312 30306 t 29034 29128 30306 t 30312 31489 31486 t 30306 30312 31486 t 31489 28768 30781 t 31486 31489 30781 t 28768 30646 31768 t 30781 28768 31768 t 30646 21680 24321 t 31768 30646 24321 t 21680 31022 25197 t 24321 21680 25197 t 31022 27212 11512 t 25197 31022 11512 t 31041 30537 11512 t 27212 31041 11512 t 31367 31039 30537 t 31041 31367 30537 t 12186 22157 31039 t 31367 12186 31039 t 10946 30671 22157 t 12186 10946 22157 t 11085 31268 30671 t 10946 11085 30671 t 11085 30896 31268 t 32235 32139 32097 t 20128 30768 29920 t 23151 23152 23269 t 28218 28219 28283 t 29027 29026 28938 t 28398 28472 28397 t 30056 30055 29960 t 28143 28201 28142 t 28266 28265 28200 t 29101 29291 29100 t 28262 28391 28325 t 29883 29882 29790 t 30609 30732 30608 t 30855 30854 30731 t 28549 28630 28548 t 30061 30060 29968 t 29632 29726 29631 t 29819 29818 29725 t 28057 28108 28056 t 29726 29819 29725 t 28108 28165 28107 t 28165 28164 28107 t 29691 29690 29594 t 28224 28223 28164 t 16953 16954 1892 t 20809 25364 24791 t 31479 31617 30119 t 30899 31479 30119 t 31479 12007 16935 t 31617 31479 16935 t 30430 30217 16935 t 12007 30430 16935 t 30208 30117 30217 t 30430 30208 30217 t 30332 30228 30117 t 30208 30332 30117 t 31156 10716 30228 t 30332 31156 30228 t 31490 24431 10716 t 31156 31490 10716 t 11913 10732 24431 t 31490 11913 24431 t 11913 17220 30692 t 10732 11913 30692 t 31252 31157 30692 t 17220 31252 30692 t 30783 9479 31157 t 31252 30783 31157 t 31151 30417 9479 t 30783 31151 9479 t 15437 15438 15501 t 11934 12010 31887 t 30489 30488 30367 t 19591 19678 19590 t 31582 31581 31460 t 31700 31699 31581 t 30274 30171 30172 t 30267 30266 30162 t 30163 30267 30162 t 29531 29632 29631 t 30374 30373 30266 t 30278 30388 30387 t 29418 29531 29417 t 31008 31007 30882 t 30277 30278 30387 t 30167 30166 30064 t 29710 29802 29709 t 29954 30049 29953 t 30377 30498 30376 t 29693 29784 29783 t 29494 29495 29596 t 6222 31248 31249 t 28834 28921 28920 t 18199 18198 21324 t 15557 17340 15558 t 30797 30922 30921 t 21324 18118 18199 t 30922 31047 31046 t 30921 30922 31046 t 31047 31164 31163 t 31046 31047 31163 t 31164 31283 31282 t 31163 31164 31282 t 31283 31400 31399 t 31282 31283 31399 t 31400 31519 31518 t 31399 31400 31518 t 31519 31633 31632 t 31518 31519 31632 t 31633 31749 31748 t 31632 31633 31748 t 31749 23913 7370 t 31748 31749 7370 t 23913 12602 25822 t 7370 23913 25822 t 12602 12206 29922 t 25822 12602 29922 t 12206 29426 29128 t 29922 12206 29128 t 29426 30322 30312 t 29128 29426 30312 t 30322 31498 31489 t 30312 30322 31489 t 31498 28769 28768 t 31489 31498 28768 t 28769 24563 30646 t 28768 28769 30646 t 24563 2594 21680 t 30646 24563 21680 t 2594 30017 31022 t 21680 2594 31022 t 30017 30660 27212 t 31022 30017 27212 t 30898 31041 27212 t 30660 30898 27212 t 30320 31367 31041 t 30898 30320 31041 t 25702 12186 31367 t 30320 25702 31367 t 30903 10946 12186 t 25702 30903 12186 t 31386 11085 10946 t 30903 31386 10946 t 31373 30896 11085 t 31386 31373 11085 t 30894 29322 30896 t 31373 30894 30896 t 30894 30662 29322 t 5748 5859 8352 t 25236 25237 25348 t 29088 29186 29087 t 28278 28337 28277 t 28201 28266 28200 t 28266 28327 28265 t 28286 28285 28220 t 28054 28053 28001 t 29121 29120 29029 t 29082 29179 29081 t 30368 30367 30260 t 30261 30368 30260 t 29584 29773 29772 t 29999 30000 30094 t 29493 29595 29594 t 29492 29493 29594 t 29909 29908 29818 t 28057 28056 28004 t 30177 30278 30277 t 30176 30177 30277 t 29979 30074 29978 t 30074 30177 30176 t 28165 28224 28164 t 30073 30074 30176 t 18781 22264 26944 t 28289 28288 28223 t 30230 31479 30899 t 3499 3375 3376 t 30230 30901 12007 t 31479 30230 12007 t 30552 30430 12007 t 30901 30552 12007 t 30206 30208 30430 t 30552 30206 30430 t 17407 30332 30208 t 30206 17407 30208 t 17407 31156 30332 t 31276 31490 31156 t 25198 11913 31490 t 31276 25198 31490 t 25198 3434 17220 t 11913 25198 17220 t 3434 30015 31252 t 17220 3434 31252 t 11582 30783 31252 t 30015 11582 31252 t 11582 31719 31151 t 30783 11582 31151 t 31854 32325 31982 t 32206 32213 32278 t 6747 30009 30010 t 32321 31895 32289 t 28646 28645 28564 t 7058 8781 9782 t 29286 29388 29387 t 29285 29286 29387 t 29387 29388 29492 t 29388 29493 29492 t 30504 30503 30382 t 29726 29725 29631 t 30074 30073 29978 t 30630 30629 30508 t 30173 30172 30071 t 31215 31331 31214 t 28833 28834 28920 t 29886 29887 29978 t 30883 30882 30757 t 31110 31109 30979 t 30635 30757 30634 t 29176 29175 29078 t 30758 30883 30757 t 28810 28990 28901 t 19327 31517 31630 t 30677 30798 30797 t 30676 30677 30797 t 30798 30923 30922 t 30797 30798 30922 t 30923 31048 31047 t 30922 30923 31047 t 31048 31165 31164 t 31047 31048 31164 t 31165 31284 31283 t 31164 31165 31283 t 31284 31401 31400 t 31283 31284 31400 t 31401 31520 31519 t 31400 31401 31519 t 31520 31634 31633 t 31519 31520 31633 t 31634 31750 31749 t 31633 31634 31749 t 31750 11337 23913 t 31749 31750 23913 t 11337 12521 12602 t 23913 11337 12602 t 12521 9607 12206 t 12602 12521 12206 t 9607 29828 29426 t 12206 9607 29426 t 29828 30323 30322 t 29426 29828 30322 t 30323 31500 31498 t 30322 30323 31498 t 31500 31418 28769 t 31498 31500 28769 t 31418 20326 24563 t 28769 31418 24563 t 20326 31377 2594 t 24563 20326 2594 t 31377 30672 30017 t 2594 31377 30017 t 30672 30568 30660 t 30017 30672 30660 t 12604 30898 30660 t 30568 12604 30660 t 26949 30320 30898 t 12604 26949 30898 t 31274 25702 30320 t 26949 31274 30320 t 27726 30903 25702 t 31274 27726 25702 t 31724 31386 30903 t 27726 31724 30903 t 26334 31373 31386 t 31724 26334 31386 t 31257 30894 31373 t 26334 31257 31373 t 30661 30662 30894 t 31257 30661 30894 t 15908 25945 30016 t 5626 5509 5510 t 31337 31452 31336 t 29589 29685 29588 t 28394 28393 28327 t 30602 30601 30480 t 29179 29178 29081 t 28043 28044 28095 t 28044 28096 28095 t 30261 30260 30155 t 30156 30261 30155 t 30095 30196 30195 t 28565 28646 28564 t 29008 29009 29095 t 29096 29194 29193 t 28108 28107 28056 t 28224 28289 28223 t 29796 29887 29795 t 29887 29979 29978 t 31007 31006 30881 t 30168 30271 30167 t 29887 29886 29795 t 30758 30757 30635 t 29796 29795 29705 t 29611 29796 29705 t 28719 28718 28543 t 6391 6299 6300 t 30652 31158 3778 t 3778 31158 31364 t 30665 30552 30901 t 30788 30665 30901 t 30774 30206 30552 t 30665 30774 30552 t 12277 17407 30206 t 30774 12277 30206 t 31738 31156 17407 t 12277 31738 17407 t 30644 31276 31156 t 31738 30644 31156 t 31488 25198 31276 t 30644 31488 31276 t 31488 28110 3434 t 25198 31488 3434 t 31299 30015 3434 t 28110 31299 3434 t 31299 30915 11582 t 30015 31299 11582 t 30915 30904 31719 t 11582 30915 31719 t 31158 27204 31719 t 30904 31158 31719 t 5151 12913 3311 t 32175 11513 32306 t 6429 30192 30090 t 1010 4643 904 t 29095 29096 29193 t 29194 29286 29285 t 28347 28415 28346 t 28489 28488 28414 t 29509 29611 29508 t 31122 31121 30991 t 29611 29705 29610 t 30743 30867 30742 t 30636 30758 30635 t 31237 31236 31121 t 30514 30635 30513 t 29611 29610 29508 t 30992 31122 30991 t 9387 9625 6890 t 30049 30146 29953 t 30554 30678 30677 t 6217 31360 6218 t 30678 30799 30798 t 30677 30678 30798 t 30799 30924 30923 t 30798 30799 30923 t 30924 31049 31048 t 30923 30924 31048 t 31049 31166 31165 t 31048 31049 31165 t 31166 31285 31284 t 31165 31166 31284 t 31285 31402 31401 t 31284 31285 31401 t 31402 31521 31520 t 31401 31402 31520 t 31521 31635 31634 t 31520 31521 31634 t 31635 31751 31750 t 31634 31635 31750 t 31751 11419 11337 t 31750 31751 11337 t 11419 11829 12521 t 11337 11419 12521 t 11829 11749 9607 t 12521 11829 9607 t 11749 29833 29828 t 9607 11749 29828 t 29833 30324 30323 t 29828 29833 30323 t 30324 31501 31500 t 30323 30324 31500 t 31501 31740 31418 t 31500 31501 31418 t 31740 4975 20326 t 31418 31740 20326 t 20326 4975 31377 t 30672 16936 30568 t 16936 11023 12604 t 30568 16936 12604 t 11415 26949 12604 t 11023 11415 12604 t 30657 31274 26949 t 11415 30657 26949 t 30938 27726 31274 t 30657 30938 31274 t 30018 31724 27726 t 30938 30018 27726 t 26274 26334 31724 t 30018 26274 31724 t 21036 31257 26334 t 26274 21036 26334 t 22527 25348 22657 t 30021 4421 3130 t 32288 32257 32328 t 6214 6213 31593 t 31219 31218 31102 t 28198 28197 28140 t 28266 28394 28327 t 28470 28469 28393 t 326 26014 11769 t 11097 326 11769 t 29479 29582 29478 t 30156 30155 30058 t 30059 30156 30058 t 29884 29883 29791 t 29884 30072 29883 t 28918 28919 29008 t 29009 29096 29095 t 28347 28346 28288 t 28570 28569 28488 t 28575 28576 28656 t 28657 28745 28656 t 30326 25671 30327 t 30788 5745 30911 t 29424 29423 29318 t 29319 29424 29318 t 30515 30636 30514 t 29646 15435 29545 t 32309 32265 31831 t 21545 17978 19427 t 30111 30665 30788 t 30911 30111 30788 t 24565 30774 30665 t 30111 24565 30665 t 29323 12277 30774 t 24565 29323 30774 t 30407 31738 12277 t 29323 30407 12277 t 31709 30644 31738 t 30407 31709 31738 t 26320 31488 30644 t 31709 26320 30644 t 26320 28110 31488 t 28595 31299 28110 t 28595 26708 30915 t 31299 28595 30915 t 26708 30905 30904 t 30915 26708 30904 t 30905 256 31158 t 30904 30905 31158 t 11513 31987 20421 t 32306 11513 20421 t 26192 20972 27452 t 15506 15505 29926 t 28832 28919 28918 t 29193 29194 29285 t 28289 28347 28288 t 28415 28489 28414 t 28576 28657 28656 t 29537 29536 29423 t 29424 29537 29423 t 29226 29325 29324 t 31591 31592 6211 t 29325 29431 29324 t 7180 28678 8114 t 29638 29637 29536 t 29537 29638 29536 t 28509 28508 28433 t 17570 16649 26440 t 30434 30555 30554 t 15393 15446 30029 t 30555 30679 30678 t 30554 30555 30678 t 30679 30800 30799 t 30678 30679 30799 t 30800 30925 30924 t 30799 30800 30924 t 30925 31050 31049 t 30924 30925 31049 t 31050 31167 31166 t 31049 31050 31166 t 31167 31286 31285 t 31166 31167 31285 t 31286 31403 31402 t 31285 31286 31402 t 31403 31522 31521 t 31402 31403 31521 t 31522 31636 31635 t 31521 31522 31635 t 31636 31752 31751 t 31635 31636 31751 t 31752 11589 11419 t 31751 31752 11419 t 11589 10501 11829 t 11419 11589 11829 t 10501 11833 11749 t 11829 10501 11749 t 29924 29833 11749 t 11833 29924 11749 t 29924 30330 30324 t 29833 29924 30324 t 30330 31505 31501 t 30324 30330 31501 t 31505 31795 31740 t 31501 31505 31740 t 31795 23910 4975 t 31740 31795 4975 t 23910 26816 31377 t 4975 23910 31377 t 26816 30525 30672 t 31377 26816 30672 t 30525 19322 16936 t 30672 30525 16936 t 19322 31143 11023 t 16936 19322 11023 t 16796 11415 11023 t 31143 16796 11023 t 31020 30657 11415 t 16796 31020 11415 t 11762 30938 30657 t 31020 11762 30657 t 31258 30018 30938 t 11762 31258 30938 t 11587 26274 30018 t 31258 11587 30018 t 31255 21036 26274 t 11587 31255 26274 t 5360 5247 14595 t 32319 32332 31952 t 27927 27981 27926 t 18903 18986 18985 t 28470 28548 28469 t 30367 30366 30259 t 28394 28470 28393 t 28548 28547 28469 t 6208 31706 31707 t 6199 27570 6288 t 29001 29000 28911 t 31451 31450 31334 t 29776 29870 29869 t 29593 29781 29592 t 29605 29604 29502 t 28831 28832 28918 t 28919 29009 29008 t 28489 28570 28488 t 28651 28650 28569 t 28422 28496 28421 t 28576 28575 28495 t 28509 28589 28508 t 28670 28669 28589 t 28759 28758 28669 t 28670 28759 28669 t 28849 28848 28758 t 15624 3908 16040 t 14126 17008 1220 t 30319 30111 30911 t 3778 31364 3899 t 31267 24565 30111 t 30319 31267 30111 t 31267 29323 24565 t 30415 30407 29323 t 12603 31709 30407 t 30415 12603 30407 t 12081 26320 31709 t 12603 12081 31709 t 30790 28110 26320 t 12081 30790 26320 t 30545 28595 28110 t 30790 30545 28110 t 30545 31026 26708 t 28595 30545 26708 t 31026 24215 30905 t 26708 31026 30905 t 24215 10577 256 t 30905 24215 256 t 6361 6270 6362 t 256 10577 31364 t 28641 28642 28736 t 29926 29927 15441 t 29397 29502 29396 t 28737 28832 28831 t 28422 28421 28353 t 28415 28414 28346 t 28759 28849 28758 t 28354 28422 28353 t 28933 28932 28848 t 29742 29743 15438 t 28949 29039 29038 t 28948 28949 29038 t 29039 29132 29131 t 29038 29039 29131 t 29132 29227 29226 t 29131 29132 29226 t 29227 29326 29325 t 29226 29227 29325 t 29326 29432 29431 t 29325 29326 29431 t 15438 15437 29742 t 16437 18610 16355 t 15395 15451 24158 t 28849 28933 28848 t 29023 29022 28932 t 28933 29023 28932 t 11758 4979 32055 t 16010 16847 16254 t 30435 30556 30555 t 30434 30435 30555 t 30556 30680 30679 t 30555 30556 30679 t 30680 30801 30800 t 30679 30680 30800 t 30801 30926 30925 t 30800 30801 30925 t 30926 31051 31050 t 30925 30926 31050 t 31051 31168 31167 t 31050 31051 31167 t 31168 31287 31286 t 31167 31168 31286 t 31287 31404 31403 t 31286 31287 31403 t 31404 31523 31522 t 31403 31404 31522 t 31523 31637 31636 t 31522 31523 31636 t 31637 31753 31752 t 31636 31637 31752 t 31753 11674 11589 t 31752 31753 11589 t 11674 26455 10501 t 11589 11674 10501 t 26455 2241 11833 t 10501 26455 11833 t 30291 29924 11833 t 2241 30291 11833 t 30291 30334 30330 t 29924 30291 30330 t 30334 31506 31505 t 30330 30334 31505 t 31506 17213 31795 t 31505 31506 31795 t 17213 17225 23910 t 31795 17213 23910 t 17225 10445 26816 t 23910 17225 26816 t 10445 30523 30525 t 26816 10445 30525 t 30523 30792 19322 t 30525 30523 19322 t 30792 30565 31143 t 19322 30792 31143 t 31728 16796 31143 t 30565 31728 31143 t 31679 31020 16796 t 31728 31679 16796 t 31396 11762 31020 t 31679 31396 31020 t 30426 31258 11762 t 31396 30426 11762 t 31015 11587 31258 t 30426 31015 31258 t 31744 31627 31745 t 31745 19410 19411 t 19756 19755 31624 t 19320 19240 19241 t 10262 30401 30289 t 6306 6216 6217 t 28629 28724 28547 t 28548 28629 28547 t 31802 31801 31689 t 31690 31802 31689 t 31802 11097 31801 t 11097 11769 31801 t 28729 28824 28728 t 27943 27942 27888 t 29965 29964 29869 t 29870 29965 29869 t 30079 30182 30181 t 27941 27940 27886 t 28214 28215 28279 t 28280 28339 28338 t 28570 28651 28569 t 28279 28280 28338 t 28496 28576 28495 t 29295 29294 29201 t 29112 29111 29022 t 29220 29219 29123 t 29023 29112 29022 t 29112 29209 29111 t 29032 29124 29031 t 31474 6216 6215 t 19620 30313 19194 t 30789 31267 30319 t 30431 30789 30319 t 5964 29323 31267 t 30789 5964 31267 t 29918 30415 29323 t 5964 29918 29323 t 31145 12603 30415 t 29918 31145 30415 t 31784 12081 12603 t 31145 31784 12603 t 30548 30790 12081 t 31784 30548 12081 t 29919 30545 30790 t 30548 29919 30790 t 30545 29919 31026 t 31026 11850 24215 t 11850 11851 157 t 24215 11850 10577 t 6752 6753 6852 t 28642 28737 28736 t 28736 28737 28831 t 29295 29397 29294 t 29604 29603 29501 t 11758 10587 10511 t 28496 28495 28421 t 29305 29304 29209 t 29112 29305 29209 t 15438 15502 15501 t 28861 28950 28949 t 2722 2848 2721 t 28950 29040 29039 t 28949 28950 29039 t 29040 29133 29132 t 29039 29040 29132 t 29133 29228 29227 t 29132 29133 29227 t 29228 29327 29326 t 29227 29228 29326 t 29327 29433 29432 t 29326 29327 29432 t 29433 29545 29544 t 29432 29433 29544 t 29465 29466 29570 t 29544 29545 29645 t 29594 29690 29593 t 95 31360 31361 t 29410 29409 29304 t 29305 29410 29304 t 29522 29521 29409 t 29410 29522 29409 t 29622 29621 29521 t 29522 29622 29521 t 30436 25675 25674 t 18610 16437 18682 t 30436 30557 30556 t 30435 30436 30556 t 30557 30681 30680 t 30556 30557 30680 t 30681 30802 30801 t 30680 30681 30801 t 30802 30927 30926 t 30801 30802 30926 t 30927 31052 31051 t 30926 30927 31051 t 31052 31169 31168 t 31051 31052 31168 t 31169 31288 31287 t 31168 31169 31287 t 31288 31405 31404 t 31287 31288 31404 t 31405 31524 31523 t 31404 31405 31523 t 31524 31638 31637 t 31523 31524 31637 t 31638 31754 31753 t 31637 31638 31753 t 31754 12278 11674 t 31753 31754 11674 t 12278 16974 26455 t 11674 12278 26455 t 16974 10796 2241 t 26455 16974 2241 t 10796 30335 30291 t 2241 10796 30291 t 30291 30335 30334 t 30335 31508 31506 t 30334 30335 31506 t 31508 28511 17213 t 31506 31508 17213 t 17213 28511 17225 t 30523 30914 30792 t 30914 30446 30565 t 30792 30914 30565 t 30026 31728 30565 t 30446 30026 30565 t 31379 31679 31728 t 30026 31379 31728 t 31395 31396 31679 t 31379 31395 31679 t 30654 30426 31396 t 31395 30654 31396 t 29427 31015 30426 t 30654 29427 30426 t 29869 29868 29683 t 17340 26014 15484 t 29739 8352 29738 t 31801 11769 31800 t 28629 28818 28724 t 31572 31571 31451 t 31452 31572 31451 t 31572 31690 31571 t 31690 31689 31571 t 28143 28144 28201 t 28267 28266 28201 t 31451 31571 31450 t 30059 30058 29964 t 29965 30059 29964 t 30070 30171 30069 t 28339 28406 28405 t 28338 28339 28405 t 30170 30169 30068 t 30069 30170 30068 t 29397 29396 29294 t 29502 29604 29501 t 31797 24214 31796 t 28572 28573 28653 t 29716 29715 29621 t 29622 29716 29621 t 29809 29808 29715 t 29716 29809 29715 t 15437 15500 15436 t 28939 29027 28938 t 23672 28861 10872 t 29126 10455 10390 t 16856 30789 30431 t 29739 16856 30431 t 11917 5964 30789 t 16856 11917 30789 t 11917 29918 5964 t 27322 31784 31145 t 29918 27322 31145 t 31021 30548 31784 t 27322 31021 31784 t 31154 29919 30548 t 31021 31154 30548 t 31154 29642 31026 t 29919 31154 31026 t 29642 11851 11850 t 31026 29642 11850 t 6851 6750 6751 t 4967 30647 31366 t 28561 28642 28641 t 15469 12281 15409 t 29789 29788 29698 t 28560 28561 28641 t 28293 28351 28292 t 29502 29501 29396 t 29899 29898 29808 t 27981 27982 28033 t 29809 29899 29808 t 27503 27501 27376 t 28862 28861 28771 t 28772 28862 28771 t 28951 28950 28861 t 28862 28951 28861 t 29135 29040 28950 t 28951 29135 28950 t 29134 29133 29040 t 29135 29134 29040 t 29229 29228 29133 t 29134 29229 29133 t 29328 29327 29228 t 29229 29328 29228 t 29434 29433 29327 t 29328 29434 29327 t 29434 29546 29545 t 29433 29434 29545 t 7782 30292 16652 t 16652 30292 17701 t 30661 17735 30662 t 15555 15554 24214 t 15552 15553 15636 t 31681 15550 15549 t 29993 29992 29898 t 20100 20191 27194 t 29899 29993 29898 t 30088 30087 29992 t 19405 19404 31042 t 29993 30088 29992 t 30325 30437 30436 t 29421 29420 29315 t 30437 30558 30557 t 30436 30437 30557 t 30558 30682 30681 t 30557 30558 30681 t 30682 30803 30802 t 30681 30682 30802 t 30803 30928 30927 t 30802 30803 30927 t 30928 31053 31052 t 30927 30928 31052 t 31053 31170 31169 t 31052 31053 31169 t 31170 31289 31288 t 31169 31170 31288 t 31289 31406 31405 t 31288 31289 31405 t 31406 31525 31524 t 31405 31406 31524 t 31525 31639 31638 t 31524 31525 31638 t 31639 12197 31754 t 31638 31639 31754 t 31754 12197 12278 t 12197 58 16974 t 12278 12197 16974 t 58 10494 10796 t 16974 58 10796 t 10494 30538 30335 t 10796 10494 30335 t 30538 30402 30335 t 30402 31509 31508 t 30335 30402 31508 t 31508 31509 28511 t 28511 25557 17225 t 25557 18591 10445 t 17225 25557 10445 t 18591 31381 30523 t 10445 18591 30523 t 30523 31381 30914 t 31381 26055 30446 t 30914 31381 30446 t 31732 30026 30446 t 26055 31732 30446 t 30295 31379 30026 t 31732 30295 30026 t 31725 31395 31379 t 30295 31725 31379 t 30016 30654 31395 t 31725 30016 31395 t 25945 29427 30654 t 30016 25945 30654 t 19410 31745 31627 t 31991 32242 32057 t 28035 28036 28088 t 11769 12527 31800 t 28818 28817 28724 t 31452 31451 31335 t 31336 31452 31335 t 29482 29584 29481 t 28994 29081 28993 t 29178 29177 29080 t 29686 29685 29589 t 29590 29686 29589 t 29686 29776 29685 t 29776 29869 29685 t 28219 28220 28284 t 28581 28580 28500 t 28406 28480 28479 t 28479 28480 28560 t 29881 29976 29880 t 30069 30068 29975 t 31342 31457 31341 t 28827 29004 28826 t 29101 29100 29013 t 30190 30189 30087 t 30088 30190 30087 t 11764 2726 2725 t 3741 24791 27071 t 29739 9612 30025 t 31249 6223 6222 t 8220 30333 30025 t 30025 16856 29739 t 15403 31769 11854 t 30229 11917 16856 t 30025 30229 16856 t 31601 29918 11917 t 30229 31601 11917 t 31601 30648 29918 t 25444 27322 29918 t 30648 25444 29918 t 30770 31021 27322 t 25444 30770 27322 t 26146 31154 31021 t 30770 26146 31021 t 30916 29642 31154 t 26146 30916 31154 t 30916 22535 11851 t 29642 30916 11851 t 19067 30328 19066 t 5729 22535 5860 t 28215 28280 28279 t 18906 18988 18905 t 29699 29698 29603 t 29699 29789 29698 t 29179 29275 29178 t 29319 10453 29425 t 12212 21254 12213 t 17769 28295 17770 t 27501 27503 22410 t 28863 28862 28772 t 28773 28863 28772 t 28952 28951 28862 t 28863 28952 28862 t 29041 29135 28951 t 28952 29041 28951 t 29230 29229 29134 t 29135 29230 29134 t 29329 29328 29229 t 29230 29329 29229 t 29435 29434 29328 t 29329 29435 29328 t 29435 29547 29546 t 29434 29435 29546 t 29547 29647 29646 t 29546 29547 29646 t 31883 31924 31913 t 12018 12198 4976 t 31881 20420 32017 t 18619 10695 160 t 10312 6176 10258 t 6174 30765 6176 t 30325 25672 30326 t 10313 10258 10259 t 23150 23151 23269 t 30326 30438 30437 t 30325 30326 30437 t 30438 30559 30558 t 30437 30438 30558 t 30559 30683 30682 t 30558 30559 30682 t 30683 30804 30803 t 30682 30683 30803 t 30804 30929 30928 t 30803 30804 30928 t 30929 31054 31053 t 30928 30929 31053 t 31054 31171 31170 t 31053 31054 31170 t 31171 31290 31289 t 31170 31171 31289 t 31290 31407 31406 t 31289 31290 31406 t 31407 31526 31525 t 31406 31407 31525 t 31526 31640 31639 t 31525 31526 31639 t 31640 31755 12197 t 31639 31640 12197 t 31755 12196 12197 t 12196 27695 58 t 12197 12196 58 t 27695 2196 10494 t 58 27695 10494 t 2196 30543 30538 t 10494 2196 30538 t 30543 30403 30402 t 30538 30543 30402 t 30403 31510 31509 t 30402 30403 31509 t 31510 28594 28511 t 31509 31510 28511 t 28594 31368 25557 t 28511 28594 25557 t 31368 31727 18591 t 25557 31368 18591 t 31727 31716 31381 t 18591 31727 31381 t 31716 30663 31381 t 31381 30663 26055 t 31600 31732 26055 t 30664 30295 31732 t 31600 30664 31732 t 30664 31725 30295 t 25945 15908 15622 t 15401 31655 15459 t 694 585 586 t 30360 30359 30252 t 16859 31651 16300 t 28907 28906 28817 t 28818 28907 28817 t 31220 31219 31103 t 31104 31220 31103 t 29181 29276 29180 t 29488 29487 29381 t 29488 29590 29487 t 29590 29589 29487 t 27887 27941 27886 t 27993 27992 27940 t 27887 27886 27839 t 27840 27887 27839 t 28405 28406 28479 t 28480 28561 28560 t 29881 29880 29788 t 29976 30069 29975 t 29124 29123 29031 t 15498 29645 15499 t 30394 30515 30393 t 2845 2844 12601 t 30284 30394 30283 t 30636 30635 30514 t 29973 30066 29972 t 28573 28654 28653 t 29703 29702 29607 t 30333 30229 30025 t 31248 6254 31247 t 8781 31601 30229 t 30333 8781 30229 t 31712 30648 31601 t 8781 31712 31601 t 31712 6890 30648 t 25444 6890 9625 t 10110 30770 9625 t 17377 31596 17376 t 28678 26146 30770 t 6226 6227 6313 t 29428 30916 26146 t 28678 29428 26146 t 19588 25451 19589 t 30916 29428 22535 t 28941 29029 28940 t 17340 15484 15558 t 30382 30381 30273 t 28155 28156 28214 t 31128 31127 30997 t 29604 29699 29603 t 29732 29731 29637 t 30515 30514 30393 t 28436 28435 23360 t 28774 28773 28681 t 28682 28774 28681 t 28864 28863 28773 t 28774 28864 28773 t 28953 28952 28863 t 28864 28953 28863 t 29042 29041 28952 t 28953 29042 28952 t 29136 29135 29041 t 29042 29136 29041 t 29136 29230 29135 t 29330 29329 29230 t 29436 29435 29329 t 29330 29436 29329 t 29548 29547 29435 t 29436 29548 29435 t 29648 29647 29547 t 29548 29648 29547 t 29743 29742 29647 t 29648 29743 29647 t 18933 20929 27020 t 30643 6176 30765 t 29638 29732 29637 t 30223 25670 25669 t 29825 29824 29731 t 30183 30284 30182 t 6211 6301 6300 t 5859 5748 5749 t 30327 30439 30438 t 30326 30327 30438 t 30439 30560 30559 t 30438 30439 30559 t 30560 30684 30683 t 30559 30560 30683 t 30684 30805 30804 t 30683 30684 30804 t 30805 30930 30929 t 30804 30805 30929 t 30930 31055 31054 t 30929 30930 31054 t 31055 31172 31171 t 31054 31055 31171 t 31172 31291 31290 t 31171 31172 31290 t 31291 31408 31407 t 31290 31291 31407 t 31408 31527 31526 t 31407 31408 31526 t 31527 31641 31640 t 31526 31527 31640 t 31641 31756 31755 t 31640 31641 31755 t 31756 11179 12196 t 31755 31756 12196 t 11179 27341 27695 t 12196 11179 27695 t 27341 10795 2196 t 27695 27341 2196 t 10795 30653 30543 t 2196 10795 30543 t 30653 30412 30403 t 30543 30653 30403 t 30412 31511 31510 t 30403 30412 31510 t 31511 28676 28594 t 31510 31511 28594 t 28676 11856 31368 t 28594 28676 31368 t 11856 24345 31727 t 31368 11856 31727 t 24345 31718 31716 t 31727 24345 31716 t 31718 11341 30663 t 31716 31718 30663 t 30773 26055 30663 t 11341 30773 30663 t 30773 31610 31600 t 26055 30773 31600 t 31610 30664 31600 t 30207 31725 30664 t 30205 30016 31725 t 30207 30205 31725 t 31956 32125 31931 t 30205 31507 30016 t 19238 19151 19152 t 5509 5626 5508 t 29608 29607 29505 t 25945 15622 15629 t 28996 28995 28906 t 28907 28996 28906 t 31104 31103 30973 t 30974 31104 30973 t 30483 30482 30362 t 30363 30483 30362 t 29488 29381 29280 t 29382 29488 29280 t 27992 27993 28045 t 27941 27993 27940 t 27993 28046 28045 t 28048 28099 28047 t 28156 28155 28098 t 28099 28156 28098 t 28156 28215 28214 t 29789 29881 29788 t 29976 29975 29880 t 31329 31447 31328 t 29275 29374 29274 t 29732 29825 29731 t 30883 31008 30882 t 31008 31138 31137 t 30377 30376 30165 t 29091 29090 29003 t 29386 29491 29385 t 29593 29592 29490 t 28643 28644 28738 t 29495 29597 29596 t 29966 29965 29870 t 29476 29579 29475 t 28811 28810 28717 t 30491 30490 30369 t 29075 28989 28900 t 7850 8574 8220 t 25350 30019 11707 t 19321 31042 19403 t 19151 30554 19152 t 19586 31626 31743 t 28460 28537 28459 t 30382 30502 30381 t 5700 5701 5818 t 25031 27821 23607 t 30623 30622 30501 t 30441 30329 18986 t 30502 30501 30381 t 30502 30623 30501 t 29777 29870 29776 t 29775 29866 29774 t 31111 31226 31110 t 28739 28834 28833 t 28355 28436 20835 t 22691 28355 20835 t 28775 28774 28682 t 28683 28775 28682 t 28865 28864 28774 t 28775 28865 28774 t 28954 28953 28864 t 28865 28954 28864 t 29043 29042 28953 t 28954 29043 28953 t 29137 29136 29042 t 29043 29137 29042 t 29231 29230 29136 t 29137 29231 29136 t 29331 29330 29230 t 29231 29331 29230 t 29331 29436 29330 t 29549 29548 29436 t 29331 29549 29436 t 29649 29648 29548 t 29549 29649 29548 t 29744 29743 29648 t 29649 29744 29648 t 29743 29744 15439 t 24055 30231 30336 t 7180 29428 28678 t 2720 30890 2721 t 30183 30182 30079 t 29680 29862 29861 t 29914 29913 29824 t 30223 30328 30327 t 19679 19243 19770 t 30328 30440 30439 t 30327 30328 30439 t 30440 30561 30560 t 30439 30440 30560 t 30561 30685 30684 t 30560 30561 30684 t 30685 30806 30805 t 30684 30685 30805 t 30806 30931 30930 t 30805 30806 30930 t 30931 31056 31055 t 30930 30931 31055 t 31056 31173 31172 t 31055 31056 31172 t 31173 31292 31291 t 31172 31173 31291 t 31292 31409 31408 t 31291 31292 31408 t 31409 31528 31527 t 31408 31409 31527 t 31528 31642 31641 t 31527 31528 31641 t 31642 31757 31756 t 31641 31642 31756 t 8628 11179 31756 t 31757 8628 31756 t 10275 27341 11179 t 8628 10275 11179 t 27341 10275 10795 t 10275 30690 30653 t 10795 10275 30653 t 30690 30413 30412 t 30653 30690 30412 t 30413 31512 31511 t 30412 30413 31511 t 31511 31512 28676 t 28676 10661 11856 t 10661 11245 24345 t 11856 10661 24345 t 11245 31263 31718 t 24345 11245 31718 t 31263 19501 11341 t 31718 31263 11341 t 19501 12067 30773 t 11341 19501 30773 t 22517 31610 30773 t 12067 22517 30773 t 30420 30664 31610 t 22517 30420 31610 t 31766 30207 30664 t 30420 31766 30664 t 30305 30205 30207 t 31766 30305 30207 t 31390 31507 30205 t 30305 31390 30205 t 25823 7782 31507 t 31390 25823 31507 t 19237 19150 19151 t 25823 30292 7782 t 6430 30091 30092 t 30974 30973 30850 t 30851 30974 30850 t 30151 30256 30150 t 30363 30362 30255 t 29382 29280 29186 t 29187 29382 29186 t 28046 28153 28152 t 27944 27996 27943 t 28048 28047 27995 t 28099 28098 28047 t 27996 28048 27995 t 30746 30745 30622 t 30623 30746 30622 t 30382 30273 30169 t 30170 30382 30169 t 29032 29031 28943 t 16556 17682 16478 t 6853 6852 6753 t 28812 28811 28719 t 30080 30183 30079 t 29825 29914 29824 t 30009 30008 29913 t 29914 30009 29913 t 6746 30102 30008 t 30009 6746 30008 t 31212 31211 31095 t 27834 27881 27833 t 15407 15464 15406 t 30536 22214 2602 t 15410 26322 15411 t 31623 1889 1890 t 28471 28550 28549 t 11173 12170 326 t 29770 29858 29676 t 29077 29174 29076 t 29487 29486 29380 t 28626 28543 28544 t 28032 28085 28084 t 29578 29577 29474 t 29475 29578 29474 t 30723 30722 30596 t 30357 30477 30356 t 30597 30723 30596 t 27936 27988 27935 t 28639 28640 28734 t 28824 28912 28823 t 28684 28683 28596 t 28597 28684 28596 t 28776 28775 28683 t 28684 28776 28683 t 28776 28865 28775 t 28955 28954 28865 t 28776 28955 28865 t 28955 29043 28954 t 29138 29137 29043 t 29332 29331 29231 t 29137 29332 29231 t 29332 29437 29331 t 29550 29549 29331 t 29437 29550 29331 t 29650 29649 29549 t 29550 29650 29549 t 29745 29744 29649 t 29650 29745 29649 t 29745 29835 29834 t 29744 29745 29834 t 29835 29926 29834 t 15431 17421 31807 t 29792 29791 29701 t 28590 28589 28509 t 28510 28590 28509 t 30694 15395 30571 t 6208 6209 6297 t 30329 30441 30440 t 30328 30329 30440 t 30441 30562 30561 t 30440 30441 30561 t 30562 30686 30685 t 30561 30562 30685 t 30686 30807 30806 t 30685 30686 30806 t 30806 30807 30931 t 30807 31057 31056 t 30931 30807 31056 t 31057 31174 31173 t 31056 31057 31173 t 31174 31293 31292 t 31173 31174 31292 t 31293 31410 31409 t 31292 31293 31409 t 31410 31529 31528 t 31409 31410 31528 t 31529 31643 31642 t 31528 31529 31642 t 31643 31758 31757 t 31642 31643 31757 t 31758 10811 8628 t 31757 31758 8628 t 11424 10275 8628 t 10811 11424 8628 t 11424 12275 10275 t 12275 30776 30690 t 10275 12275 30690 t 30776 30414 30413 t 30690 30776 30413 t 30414 31513 31512 t 30413 30414 31512 t 31513 28767 28676 t 31512 31513 28676 t 28767 10561 10661 t 28676 28767 10661 t 10661 10561 11245 t 11245 10561 31263 t 31263 30767 19501 t 30767 31392 12067 t 19501 30767 12067 t 31392 31273 22517 t 12067 31392 22517 t 30020 30420 22517 t 31273 30020 22517 t 31483 31766 30420 t 30020 31483 30420 t 31483 30409 30305 t 31766 31483 30305 t 30409 12008 31390 t 30305 30409 31390 t 12008 26060 25823 t 31390 12008 25823 t 26060 19617 30292 t 25823 26060 30292 t 25367 21328 17878 t 32363 31256 31901 t 15555 24214 11855 t 21441 17614 23508 t 27926 27980 27925 t 30256 30363 30255 t 29187 29186 29088 t 29089 29187 29088 t 28045 28046 28152 t 28212 28211 28152 t 27890 27944 27889 t 27996 27995 27943 t 31125 31240 31124 t 31356 31355 31239 t 30995 30994 30869 t 30870 30995 30869 t 30153 30152 30055 t 31331 31330 31214 t 30379 30499 30378 t 28326 28262 28263 t 17218 12845 12832 t 31215 31214 31098 t 29504 29606 29503 t 29606 29701 29605 t 28671 28670 28589 t 28590 28671 28589 t 28760 28759 28670 t 28671 28760 28670 t 31245 31246 31361 t 28850 28849 28759 t 31246 31245 31130 t 28760 28850 28759 t 28934 28933 28849 t 28850 28934 28849 t 29024 29023 28933 t 28934 29024 28933 t 29113 29112 29023 t 29024 29113 29023 t 29113 29210 29112 t 29306 29305 29112 t 29210 29306 29112 t 29411 29410 29305 t 29306 29411 29305 t 29523 29522 29410 t 29411 29523 29410 t 28512 28598 28597 t 28685 28684 28597 t 28598 28685 28597 t 28777 28776 28684 t 28685 28777 28684 t 28777 28866 28776 t 28866 28955 28776 t 29044 29043 28955 t 29139 29138 29043 t 29044 29139 29043 t 29232 29137 29138 t 29139 29232 29138 t 29438 29437 29332 t 29137 29438 29332 t 29551 29550 29437 t 29438 29551 29437 t 29651 29650 29550 t 29551 29651 29550 t 29746 29745 29650 t 29651 29746 29650 t 29836 29835 29745 t 29746 29836 29745 t 29836 29927 29926 t 29835 29836 29926 t 15454 15397 15398 t 18986 18904 18987 t 29623 29622 29522 t 29523 29623 29522 t 16015 16097 18205 t 30441 18988 30562 t 19757 19840 19756 t 30563 18988 18906 t 11166 10729 31734 t 19756 31624 19757 t 30563 30687 30686 t 30562 30563 30686 t 30687 30808 30807 t 30686 30687 30807 t 30808 31057 30807 t 31058 31175 31174 t 31057 31058 31174 t 31175 31294 31293 t 31174 31175 31293 t 31294 31411 31410 t 31293 31294 31410 t 31411 31530 31529 t 31410 31411 31529 t 31530 31644 31643 t 31529 31530 31643 t 31644 31759 31758 t 31643 31644 31758 t 31759 12686 10811 t 31758 31759 10811 t 12686 10590 11424 t 10811 12686 11424 t 10590 11770 12275 t 11424 10590 12275 t 11770 30785 30776 t 12275 11770 30776 t 30785 30418 30414 t 30776 30785 30414 t 30418 31514 31513 t 30414 30418 31513 t 31514 28944 28767 t 31513 31514 28767 t 28944 25033 10561 t 28767 28944 10561 t 25033 31599 10561 t 10561 31599 31263 t 31599 31272 30767 t 31263 31599 30767 t 31272 17276 31392 t 30767 31272 31392 t 25091 31273 31392 t 17276 25091 31392 t 31273 25091 30020 t 25091 31794 31483 t 30020 25091 31483 t 30530 30409 31483 t 31794 30530 31483 t 30530 25228 12008 t 30409 30530 12008 t 12008 25228 26060 t 26060 26189 19617 t 31482 5092 19617 t 26189 31482 19617 t 22758 21328 22485 t 1769 2455 27755 t 31564 31682 31563 t 15408 12281 15468 t 29089 29088 29001 t 29002 29089 29001 t 28153 28212 28152 t 28212 28277 28276 t 27843 27890 27842 t 27944 27943 27889 t 31240 31356 31239 t 31472 31471 31355 t 31131 31130 31000 t 31001 31131 31000 t 31001 31000 30875 t 30876 31001 30875 t 29717 29716 29622 t 29623 29717 29622 t 29810 29809 29716 t 29717 29810 29716 t 30876 30875 30751 t 30752 30876 30751 t 29900 29899 29809 t 29810 29900 29809 t 29994 29993 29899 t 29900 29994 29899 t 30508 30629 30628 t 30752 30751 30628 t 31131 31246 31130 t 25453 22516 25454 t 30089 30088 29993 t 30276 30277 30386 t 29994 30089 29993 t 28599 28598 28512 t 28513 28599 28512 t 28686 28685 28598 t 28599 28686 28598 t 28778 28777 28685 t 28686 28778 28685 t 28867 28866 28777 t 28778 28867 28777 t 28866 29044 28955 t 29140 29139 29044 t 29233 29232 29139 t 29140 29233 29139 t 29333 29137 29232 t 29233 29333 29232 t 29552 29438 29137 t 29333 29552 29137 t 29652 29651 29551 t 29438 29652 29551 t 29747 29746 29651 t 29652 29747 29651 t 29837 29836 29746 t 29747 29837 29746 t 29837 29928 29927 t 29836 29837 29927 t 29927 29928 15441 t 32260 32079 32283 t 30191 30190 30088 t 31097 31096 30966 t 30089 30191 30088 t 18907 18906 18821 t 30048 30047 29951 t 29952 30048 29951 t 31602 15432 16733 t 6211 6209 31708 t 30564 30688 30687 t 30563 30564 30687 t 30688 30809 30808 t 30687 30688 30808 t 30809 30932 31057 t 30808 30809 31057 t 30932 31059 31058 t 31057 30932 31058 t 31059 31176 31175 t 31058 31059 31175 t 31175 31176 31294 t 31412 31411 31294 t 31531 31530 31411 t 31412 31531 31411 t 31531 31645 31644 t 31530 31531 31644 t 31645 31760 31759 t 31644 31645 31759 t 31760 24212 12686 t 31759 31760 12686 t 24212 27331 10590 t 12686 24212 10590 t 26443 11770 10590 t 27331 26443 10590 t 30794 30785 11770 t 26443 30794 11770 t 30785 30794 30418 t 30418 31537 31514 t 31537 28945 28944 t 31514 31537 28944 t 28945 31271 25033 t 28944 28945 25033 t 25033 31271 31599 t 31271 30120 31599 t 30120 23652 31272 t 31599 30120 31272 t 23652 31393 17276 t 31272 23652 17276 t 31393 29832 25091 t 17276 31393 25091 t 29832 29320 31794 t 25091 29832 31794 t 29320 25826 30530 t 31794 29320 30530 t 25826 11684 25228 t 30530 25826 25228 t 11684 4639 26060 t 25228 11684 26060 t 4639 10792 26189 t 26060 4639 26189 t 10792 30786 31482 t 26189 10792 31482 t 12259 1769 27755 t 1769 12259 1768 t 6212 6301 6211 t 20046 27570 6199 t 29002 29001 28912 t 28913 29002 28912 t 28211 28212 28276 t 28336 28275 28276 t 29630 29629 29529 t 27890 27889 27842 t 31356 31472 31355 t 29909 30003 29908 t 30073 30176 30175 t 15441 15442 15507 t 30153 30258 30152 t 30365 30485 30364 t 29601 29697 29696 t 29600 29601 29696 t 29985 29984 29892 t 30635 30634 30513 t 30882 30881 30756 t 31353 31352 31236 t 29886 29978 29885 t 31122 31237 31121 t 31125 31124 30994 t 30629 30752 30628 t 31240 31239 31124 t 30995 31125 30994 t 30176 30277 30276 t 30386 30387 30507 t 30743 30742 30620 t 30621 30743 30620 t 28749 28750 28840 t 30757 30756 30634 t 30393 30514 30392 t 29985 29892 29801 t 28600 28599 28513 t 28514 28600 28513 t 28687 28686 28599 t 28600 28687 28599 t 28779 28778 28686 t 28687 28779 28686 t 28868 28867 28778 t 28779 28868 28778 t 28956 28866 28867 t 28868 28956 28867 t 29045 29044 28866 t 28956 29045 28866 t 29141 29140 29044 t 29045 29141 29044 t 29234 29233 29140 t 29141 29234 29140 t 29334 29333 29233 t 29234 29334 29233 t 29439 29552 29333 t 29334 29439 29333 t 29653 29652 29438 t 29552 29653 29438 t 29748 29747 29652 t 29653 29748 29652 t 29838 29837 29747 t 29748 29838 29747 t 29929 29928 29837 t 29838 29929 29837 t 25193 22990 21670 t 30645 2361 2362 t 30688 30564 18908 t 29425 29424 29319 t 31449 31448 31330 t 31212 31328 31211 t 30394 30393 30283 t 16091 17055 16841 t 18619 30553 30222 t 31507 15908 30016 t 23294 23295 23426 t 30689 30810 30809 t 30688 30689 30809 t 30810 30933 30932 t 30809 30810 30932 t 30933 31060 31059 t 30932 30933 31059 t 31060 31177 31176 t 31059 31060 31176 t 31176 31177 31294 t 31294 31413 31412 t 31413 31532 31531 t 31412 31413 31531 t 31532 31646 31645 t 31531 31532 31645 t 31761 31760 31645 t 31646 31761 31645 t 15577 24212 31760 t 31761 15577 31760 t 26453 27331 24212 t 15577 26453 24212 t 12268 26443 27331 t 26453 12268 27331 t 30907 30794 26443 t 12268 30907 26443 t 30907 30433 30418 t 30794 30907 30418 t 30433 31594 31537 t 30418 30433 31537 t 31594 28947 28945 t 31537 31594 28945 t 28945 28947 31271 t 28947 30542 31271 t 30542 30220 30120 t 31271 30542 30120 t 30220 30793 23652 t 30120 30220 23652 t 30429 31393 23652 t 30793 30429 23652 t 31393 30429 29832 t 29832 29129 29320 t 29320 29129 25826 t 25826 30105 11684 t 30105 31516 4639 t 11684 30105 4639 t 31516 31369 10792 t 4639 31516 10792 t 31369 30411 30786 t 10792 31369 30786 t 30411 31478 29429 t 30786 30411 29429 t 15495 15496 15581 t 17589 13965 19355 t 28825 28913 28824 t 12321 17218 22264 t 28277 28336 28276 t 28403 28402 28275 t 29530 29529 29416 t 29417 29530 29416 t 30003 30098 30097 t 31467 31466 31350 t 29705 29795 29704 t 29886 29885 29794 t 27979 27980 28031 t 28031 28084 28083 t 28264 28263 28198 t 29011 29098 29097 t 29010 29011 29097 t 28482 28563 28562 t 28738 28739 28833 t 31217 31333 31216 t 29610 29609 29507 t 29508 29610 29507 t 29858 29769 29675 t 31472 31593 31592 t 31471 31472 31592 t 30383 30382 30171 t 30175 30176 30276 t 30277 30387 30386 t 28575 28656 28655 t 27873 27926 27872 t 28574 28575 28655 t 29709 29801 29708 t 28434 28515 28514 t 28601 28600 28514 t 28515 28601 28514 t 28688 28687 28600 t 28601 28688 28600 t 28780 28779 28687 t 28688 28780 28687 t 28869 28868 28779 t 28780 28869 28779 t 28957 28956 28868 t 28869 28957 28868 t 29046 29045 28956 t 28957 29046 28956 t 29142 29141 29045 t 29046 29142 29045 t 29335 29234 29141 t 29142 29335 29141 t 29335 29334 29234 t 29440 29439 29334 t 29553 29552 29439 t 29440 29553 29439 t 29553 29653 29552 t 29749 29748 29653 t 29839 29838 29748 t 29749 29839 29748 t 29930 29929 29838 t 29839 29930 29838 t 13289 17151 19355 t 19355 13965 13289 t 10524 10523 29425 t 30284 30283 30182 t 29684 29683 29587 t 29538 29537 29424 t 29425 29538 29424 t 29770 29859 29858 t 19066 30328 30223 t 30689 18909 30810 t 16206 16234 17297 t 30811 30934 30933 t 30810 30811 30933 t 30934 31061 31060 t 30933 30934 31060 t 31061 31178 31177 t 31060 31061 31177 t 31177 31178 31294 t 31533 31532 31413 t 31647 31646 31532 t 31533 31647 31532 t 31762 31761 31646 t 31647 31762 31646 t 31762 25935 15577 t 31761 31762 15577 t 25140 26453 15577 t 25935 25140 15577 t 8357 12268 26453 t 25140 8357 26453 t 31037 30907 12268 t 8357 31037 12268 t 30442 30433 30907 t 31037 30442 30907 t 30442 31595 31594 t 30433 30442 31594 t 29127 28947 31594 t 31595 29127 31594 t 29127 11156 28947 t 11156 30104 30542 t 28947 11156 30542 t 30104 31370 30220 t 30542 30104 30220 t 31370 12279 30793 t 30220 31370 30793 t 12279 30895 30429 t 30793 12279 30429 t 30895 30668 29832 t 30429 30895 29832 t 30668 30691 29129 t 29832 30668 29129 t 30691 26188 25826 t 29129 30691 25826 t 26188 27523 30105 t 25826 26188 30105 t 27523 27770 31516 t 30105 27523 31516 t 27770 30432 31369 t 31516 27770 31369 t 31369 30432 30411 t 30411 30432 31478 t 29225 5952 2595 t 29926 15441 15506 t 2849 2848 2722 t 31108 31224 31107 t 28336 28403 28275 t 28403 28477 28402 t 29313 29417 29312 t 29219 29419 29418 t 30002 30003 30097 t 31127 31126 30996 t 29705 29704 29609 t 29795 29886 29794 t 29639 29638 29537 t 29538 29639 29537 t 29733 29732 29638 t 29639 29733 29638 t 29826 29825 29732 t 29733 29826 29732 t 29915 29914 29825 t 29826 29915 29825 t 30010 30009 29914 t 28495 28494 28420 t 28421 28495 28420 t 27928 27982 27927 t 31687 31799 31686 t 23755 23672 10872 t 29819 29909 29818 t 28421 28420 28352 t 30003 30002 29908 t 29915 30010 29914 t 28353 28421 28352 t 3499 3376 3500 t 28516 28515 28434 t 28435 28516 28434 t 28602 28601 28515 t 28516 28602 28515 t 28689 28688 28601 t 28602 28689 28601 t 28781 28780 28688 t 28689 28781 28688 t 28870 28869 28780 t 28781 28870 28780 t 28958 28957 28869 t 28870 28958 28869 t 29047 29046 28957 t 28958 29047 28957 t 29143 29142 29046 t 29047 29143 29046 t 29235 29335 29142 t 29143 29235 29142 t 29335 29440 29334 t 29554 29553 29440 t 29335 29554 29440 t 29750 29749 29653 t 29553 29750 29653 t 29840 29839 29749 t 29750 29840 29749 t 29931 29930 29839 t 29840 29931 29839 t 30029 30028 29930 t 29931 30029 29930 t 19495 19409 31627 t 23755 10872 23756 t 6746 30204 30102 t 2354 20652 15408 t 28914 28913 28825 t 18909 30811 30810 t 28731 28826 28730 t 496 1425 12862 t 6067 3078 31388 t 15496 29431 15497 t 30812 30935 30934 t 30811 30812 30934 t 30935 31062 31061 t 30934 30935 31061 t 31179 31178 31061 t 31062 31179 31061 t 31295 31294 31178 t 31179 31295 31178 t 31295 31414 31413 t 31294 31295 31413 t 31413 31414 31533 t 31414 31648 31647 t 31533 31414 31647 t 31763 31762 31647 t 31648 31763 31647 t 31763 25935 31762 t 25141 25140 25935 t 12260 8357 25140 t 25141 12260 25140 t 31148 31037 8357 t 12260 31148 8357 t 30443 30442 31037 t 31148 30443 31037 t 30443 31597 31595 t 30442 30443 31595 t 31595 31597 29127 t 29127 9989 11156 t 9989 29037 30104 t 11156 9989 30104 t 19502 31370 30104 t 29037 19502 30104 t 30124 12279 31370 t 19502 30124 31370 t 30124 31793 30895 t 12279 30124 30895 t 30895 31793 30668 t 30668 31480 30691 t 31480 30110 26188 t 30691 31480 26188 t 30110 31029 27523 t 26188 30110 27523 t 31029 30113 27770 t 27523 31029 27770 t 30113 31622 30432 t 27770 30113 30432 t 31622 31730 30432 t 31730 11928 31478 t 30432 31730 31478 t 11928 31019 4766 t 31478 11928 4766 t 19668 31625 19669 t 25674 25797 25673 t 28477 28476 28402 t 28814 28813 28721 t 28418 28417 28349 t 29504 29503 29398 t 30625 30624 30503 t 29610 29705 29609 t 29795 29794 29704 t 28575 28574 28494 t 28495 28575 28494 t 30000 30095 30094 t 15908 31507 7782 t 28591 28590 28510 t 30014 28591 28510 t 28672 28671 28590 t 28591 28672 28590 t 28761 28760 28671 t 28672 28761 28671 t 29778 29777 29687 t 30499 30377 30378 t 28167 28226 28166 t 31799 11752 11855 t 28226 28225 28166 t 30598 30724 30597 t 28851 28850 28760 t 28761 28851 28760 t 1146 1147 16526 t 28517 28516 28435 t 28436 28517 28435 t 28603 28602 28516 t 28517 28603 28516 t 28690 28689 28602 t 28603 28690 28602 t 28782 28781 28689 t 28690 28782 28689 t 28871 28870 28781 t 28782 28871 28781 t 28959 28958 28870 t 28871 28959 28870 t 29048 29047 28958 t 28959 29048 28958 t 29144 29143 29047 t 29048 29144 29047 t 29236 29235 29143 t 29144 29236 29143 t 29336 29335 29235 t 29236 29336 29235 t 29336 29441 29335 t 29441 29554 29335 t 29654 29553 29554 t 29751 29750 29553 t 29654 29751 29553 t 29841 29840 29750 t 29751 29841 29750 t 29932 29931 29840 t 29841 29932 29840 t 16118 18949 19092 t 29931 29932 30029 t 15444 30028 30029 t 18912 30935 30812 t 28935 28934 28850 t 28851 28935 28850 t 29025 29024 28934 t 28935 29025 28934 t 30146 30251 30145 t 30146 30145 29953 t 29814 29904 29813 t 30937 30936 18912 t 1891 31628 1890 t 23754 23753 23672 t 30936 31063 31062 t 30935 30936 31062 t 31063 31180 31179 t 31062 31063 31179 t 31180 31296 31295 t 31179 31180 31295 t 31296 31415 31414 t 31295 31296 31414 t 31649 31648 31414 t 31764 31763 31648 t 31649 31764 31648 t 31764 25935 31763 t 25034 25141 25935 t 25034 12260 25141 t 25034 31148 12260 t 30444 30443 31148 t 30444 31597 30443 t 29223 29127 31597 t 29223 21822 9989 t 29127 29223 9989 t 12520 29037 9989 t 21822 12520 9989 t 30294 19502 29037 t 12520 30294 29037 t 30294 31397 30124 t 19502 30294 30124 t 31397 31495 31793 t 30124 31397 31793 t 31495 30318 30668 t 31793 31495 30668 t 30318 31481 31480 t 30668 30318 31480 t 31480 31481 30110 t 30110 31372 31029 t 31372 25119 30113 t 31029 31372 30113 t 25119 10665 31622 t 30113 25119 31622 t 10665 31375 31730 t 31622 10665 31730 t 3332 31019 3333 t 31730 31375 11928 t 6234 6233 6174 t 31214 31330 31213 t 31138 6227 6226 t 28558 28557 28476 t 28477 28558 28476 t 29100 29198 29197 t 29417 29416 29312 t 15446 15445 30029 t 29477 29580 29476 t 28105 28162 28104 t 29952 29951 29856 t 28627 28721 28626 t 29579 29676 29578 t 28226 28291 28225 t 28353 28352 28294 t 29114 29113 29024 t 29025 29114 29024 t 29307 29306 29210 t 29113 29307 29210 t 28291 28349 28290 t 28291 28290 28225 t 29412 29411 29306 t 28417 28416 28348 t 29307 29412 29306 t 29524 29523 29411 t 29412 29524 29411 t 28355 28437 28436 t 1146 16526 16441 t 28518 28517 28436 t 28437 28518 28436 t 28604 28603 28517 t 28518 28604 28517 t 28691 28690 28603 t 28604 28691 28603 t 28783 28782 28690 t 28691 28783 28690 t 28872 28871 28782 t 28783 28872 28782 t 28960 28959 28871 t 28872 28960 28871 t 29049 29048 28959 t 28960 29049 28959 t 29145 29144 29048 t 29049 29145 29048 t 29237 29236 29144 t 29145 29237 29144 t 29337 29336 29236 t 29237 29337 29236 t 29442 29441 29336 t 29337 29442 29336 t 29555 29554 29441 t 29442 29555 29441 t 29555 29654 29554 t 29933 29932 29841 t 19092 18323 16118 t 29933 30030 29932 t 15471 31065 17380 t 15445 15510 15444 t 6211 31708 31591 t 17218 12832 27699 t 29624 29623 29523 t 29524 29624 29523 t 29718 29717 29623 t 29624 29718 29623 t 29811 29810 29717 t 28197 28261 28196 t 28324 28323 28260 t 8365 2421 1830 t 15551 15550 31682 t 30937 31064 31063 t 30936 30937 31063 t 31064 31181 31180 t 31063 31064 31180 t 31181 31297 31296 t 31180 31181 31296 t 31416 31415 31296 t 31297 31416 31296 t 31534 31414 31415 t 31416 31534 31415 t 31650 31649 31414 t 31534 31650 31414 t 31765 31764 31649 t 31650 31765 31649 t 12785 25935 31764 t 31765 12785 31764 t 12785 25034 25935 t 30447 30444 31148 t 30444 29223 31597 t 31494 12520 21822 t 31378 30294 12520 t 31494 31378 12520 t 30298 31397 30294 t 31378 30298 30294 t 31397 30298 31495 t 31495 31492 30318 t 31492 31485 31481 t 30318 31492 31481 t 31485 26318 31481 t 31481 26318 30110 t 26318 31034 31372 t 30110 26318 31372 t 31034 30919 25119 t 31372 31034 25119 t 30919 30912 10665 t 25119 30919 10665 t 31673 31786 31672 t 10665 30912 31375 t 30851 30850 30727 t 5844 4022 5839 t 30066 30065 29972 t 28391 28390 28325 t 28825 28824 28729 t 28913 28912 28824 t 28558 28639 28638 t 28557 28558 28638 t 29099 29100 29197 t 28227 28292 28226 t 30372 30492 30371 t 30984 30983 30859 t 30384 30383 30171 t 27939 27991 27938 t 24214 11663 31796 t 27982 28034 28033 t 30166 30270 30165 t 28167 28166 28109 t 29718 29811 29717 t 29901 29900 29810 t 29811 29901 29810 t 29995 29994 29900 t 29901 29995 29900 t 30090 30089 29994 t 29995 30090 29994 t 27194 20191 27315 t 30090 30192 30089 t 28438 28437 28355 t 28356 28438 28355 t 28519 28518 28437 t 28438 28519 28437 t 28605 28604 28518 t 28519 28605 28518 t 28692 28691 28604 t 28605 28692 28604 t 28784 28783 28691 t 28692 28784 28691 t 28873 28872 28783 t 28784 28873 28783 t 28961 28960 28872 t 28873 28961 28872 t 29050 29049 28960 t 28961 29050 28960 t 29146 29145 29049 t 29050 29146 29049 t 29238 29237 29145 t 29146 29238 29145 t 29338 29337 29237 t 29238 29338 29237 t 29443 29442 29337 t 29338 29443 29337 t 29556 29555 29442 t 29443 29556 29442 t 29655 29654 29555 t 29556 29655 29555 t 29655 29751 29654 t 29842 29841 29751 t 29934 29933 29841 t 29842 29934 29841 t 30031 30030 29933 t 29934 30031 29933 t 30119 17011 30899 t 30125 15394 30031 t 1278 13602 24594 t 1278 24593 23740 t 31688 31800 31687 t 31417 31416 31297 t 31535 31534 31416 t 31417 31535 31416 t 31651 31650 31534 t 31535 31651 31534 t 12844 12832 12845 t 12845 17218 12321 t 31437 31556 31436 t 12259 25034 12785 t 12259 27769 25034 t 31275 31148 25034 t 27769 31275 25034 t 31275 30447 31148 t 31608 30444 30447 t 31608 29223 30444 t 31608 21822 29223 t 30298 21823 31495 t 21823 31733 31492 t 31495 21823 31492 t 31733 30795 31485 t 31492 31733 31485 t 31485 30795 26318 t 30795 31034 26318 t 30445 31035 30919 t 31034 30445 30919 t 17337 17239 17338 t 30919 31035 30912 t 29083 29082 28995 t 31503 789 8311 t 28492 28491 28417 t 29079 28992 28811 t 28554 28635 28553 t 28730 28825 28729 t 28639 28734 28733 t 28638 28639 28733 t 28733 28734 28828 t 28734 28829 28828 t 28828 28829 28915 t 28829 28916 28915 t 32208 10243 31993 t 27991 27990 27938 t 29275 29480 29374 t 31684 31685 31796 t 30157 30369 30156 t 29004 28914 28826 t 698 806 697 t 28207 28206 28148 t 29709 29708 29615 t 28326 28392 28262 t 13121 16993 16191 t 23946 23842 30649 t 19194 18287 19620 t 25031 22469 27823 t 22469 25031 21864 t 15409 15410 15470 t 17763 28058 28111 t 4967 3078 13128 t 30816 30939 15396 t 31503 31497 11484 t 28295 28357 28356 t 28439 28438 28356 t 28357 28439 28356 t 28520 28519 28438 t 28439 28520 28438 t 28606 28605 28519 t 28520 28606 28519 t 28693 28692 28605 t 28606 28693 28605 t 28785 28784 28692 t 28693 28785 28692 t 28874 28873 28784 t 28785 28874 28784 t 28962 28961 28873 t 28874 28962 28873 t 29051 29050 28961 t 28962 29051 28961 t 29051 29146 29050 t 29239 29238 29146 t 29051 29239 29146 t 29339 29338 29238 t 29239 29339 29238 t 29444 29443 29338 t 29339 29444 29338 t 29557 29556 29443 t 29444 29557 29443 t 29656 29655 29556 t 29557 29656 29556 t 29752 29751 29655 t 29656 29752 29655 t 29752 29842 29751 t 29935 29934 29842 t 30032 30031 29934 t 29935 30032 29934 t 30126 30125 30031 t 30032 30126 30031 t 30126 30232 30231 t 30125 30126 30231 t 30232 30336 30231 t 30336 30449 30448 t 30449 30570 30569 t 30448 30449 30569 t 24158 30569 30570 t 12451 7163 12003 t 31786 6192 31671 t 15451 15395 30816 t 6843 1022 1021 t 6064 16451 15473 t 30896 16206 31023 t 30939 15452 15396 t 16451 6064 4515 t 16668 16144 16154 t 29816 29906 29815 t 30714 30959 30713 t 29973 29972 29877 t 31010 31011 6169 t 30231 24055 15448 t 14706 11672 19864 t 16078 19864 11672 t 11820 11654 30902 t 27755 27769 12259 t 19864 16571 16143 t 31376 31275 27769 t 27755 31376 27769 t 30522 30447 31275 t 31376 30522 31275 t 31612 31608 30447 t 30522 31612 30447 t 31612 29917 31608 t 31787 21822 31608 t 29917 31787 31608 t 31787 31494 21822 t 30293 30298 31378 t 30293 25938 21823 t 30298 30293 21823 t 25938 31013 31733 t 21823 25938 31733 t 31733 31013 30795 t 31013 30106 30795 t 30795 30106 31034 t 30106 30669 30445 t 31034 30106 30445 t 30669 11676 31035 t 30445 30669 31035 t 11676 2842 31035 t 25797 25674 25798 t 28996 29083 28995 t 29685 29869 29684 t 30605 30604 30483 t 30605 30727 30604 t 27948 27947 27893 t 28103 28102 28051 t 28730 28729 28634 t 28635 28730 28634 t 28473 28554 28472 t 28635 28634 28553 t 28399 28473 28398 t 28554 28553 28472 t 28916 29006 29005 t 28915 28916 29005 t 24593 1278 24594 t 30505 30504 30383 t 29480 29479 29374 t 29583 29582 29479 t 30271 30379 30270 t 29953 30145 30048 t 30971 30970 30847 t 30393 30392 30282 t 27846 27897 27896 t 27897 27953 27952 t 27896 27897 27952 t 27953 28007 28006 t 27952 27953 28006 t 28007 28059 28058 t 28006 28007 28058 t 28059 28112 28111 t 28058 28059 28111 t 28112 28169 28168 t 28111 28112 28168 t 28169 28231 28230 t 28168 28169 28230 t 28231 28296 28295 t 28230 28231 28295 t 28358 28357 28295 t 28296 28358 28295 t 28440 28439 28357 t 28358 28440 28357 t 28440 28520 28439 t 28607 28606 28520 t 28694 28693 28606 t 28607 28694 28606 t 28786 28785 28693 t 28694 28786 28693 t 28875 28874 28785 t 28786 28875 28785 t 28963 28962 28874 t 28875 28963 28874 t 29052 29051 28962 t 28963 29052 28962 t 29052 29147 29051 t 29240 29239 29051 t 29147 29240 29051 t 29340 29339 29239 t 29240 29340 29239 t 29445 29444 29339 t 29340 29445 29339 t 29558 29557 29444 t 29445 29558 29444 t 29657 29656 29557 t 29558 29657 29557 t 29753 29752 29656 t 29657 29753 29656 t 29843 29842 29752 t 29753 29843 29752 t 29936 29935 29842 t 29843 29936 29842 t 30033 30032 29935 t 29936 30033 29935 t 30127 30126 30032 t 30033 30127 30032 t 30127 30233 30232 t 30126 30127 30232 t 30233 30337 30336 t 30232 30233 30336 t 30337 30450 30449 t 30336 30337 30449 t 30450 30571 30570 t 30449 30450 30570 t 31861 12451 32089 t 12451 31861 8954 t 30694 30817 30816 t 12451 12003 32089 t 30817 30940 30939 t 30816 30817 30939 t 30940 31067 31066 t 30939 30940 31066 t 31067 31184 31183 t 31066 31067 31183 t 24159 25828 26072 t 31184 31300 15399 t 31183 31184 15398 t 12355 30769 13177 t 29788 29787 29696 t 29709 29615 29514 t 30499 30621 30377 t 28264 28326 28263 t 29869 29964 29868 t 31391 2455 16948 t 29641 29640 29539 t 16571 19864 16078 t 2842 11676 2843 t 31391 31376 27755 t 2455 31391 27755 t 30532 30522 31376 t 31391 30532 31376 t 31613 31612 30522 t 30532 31613 30522 t 31613 29917 31612 t 22991 31787 29917 t 17503 31494 31787 t 22991 17503 31787 t 10938 31378 31494 t 17503 10938 31494 t 10938 31618 30293 t 31378 10938 30293 t 31618 31182 25938 t 30293 31618 25938 t 31182 31261 31013 t 25938 31182 31013 t 31261 30424 31013 t 30424 30317 30106 t 31013 30424 30106 t 30317 31790 30669 t 30106 30317 30669 t 31790 30314 11676 t 30669 31790 11676 t 11760 5495 10366 t 15513 15447 15448 t 29180 29179 29082 t 29083 29180 29082 t 30484 30483 30363 t 30484 30605 30483 t 29727 29726 29632 t 29606 29605 29503 t 30852 30851 30727 t 28343 28410 28342 t 28333 28399 28332 t 29092 29093 29190 t 28473 28472 28398 t 30258 30257 30152 t 29006 29093 29092 t 30369 30490 30368 t 28765 28941 28764 t 27889 27943 27888 t 28562 28563 28643 t 29699 29700 29789 t 31333 31332 31216 t 29195 29196 29287 t 27797 27847 27846 t 27898 27897 27846 t 27847 27898 27846 t 27898 27954 27953 t 27897 27898 27953 t 28008 28007 27953 t 27954 28008 27953 t 28060 28059 28007 t 28008 28060 28007 t 28113 28112 28059 t 28060 28113 28059 t 28170 28169 28112 t 28113 28170 28112 t 28232 28231 28169 t 28170 28232 28169 t 28297 28296 28231 t 28232 28297 28231 t 28359 28358 28296 t 28297 28359 28296 t 28441 28440 28358 t 28359 28441 28358 t 28521 28520 28440 t 28441 28521 28440 t 28608 28607 28520 t 28521 28608 28520 t 28695 28694 28607 t 28608 28695 28607 t 28787 28786 28694 t 28695 28787 28694 t 28787 28875 28786 t 28964 28963 28875 t 28964 29052 28963 t 29148 29147 29052 t 29241 29240 29147 t 29148 29241 29147 t 29341 29340 29240 t 29241 29341 29240 t 29446 29445 29340 t 29341 29446 29340 t 29559 29558 29445 t 29446 29559 29445 t 29658 29657 29558 t 29559 29658 29558 t 29754 29753 29657 t 29658 29754 29657 t 29844 29843 29753 t 29754 29844 29753 t 29937 29936 29843 t 29844 29937 29843 t 30034 30033 29936 t 29937 30034 29936 t 30128 30127 30033 t 30034 30128 30033 t 30234 30233 30127 t 30128 30234 30127 t 30233 30234 30337 t 30451 30450 30337 t 30234 30451 30337 t 30572 30571 30450 t 30451 30572 30450 t 30572 30694 30571 t 31068 31067 30940 t 31068 31185 31184 t 31067 31068 31184 t 31185 31301 31300 t 31184 31185 31300 t 31301 31420 31419 t 31300 31301 31419 t 32150 32321 32172 t 30621 30620 30377 t 6198 19862 20046 t 28921 29011 29010 t 28637 28732 28636 t 29098 29196 29195 t 29371 29476 29370 t 15515 24055 15516 t 31568 31449 31331 t 26834 32011 31726 t 24055 15515 15448 t 30534 1888 31620 t 30325 30436 25674 t 31616 31613 30532 t 30534 31616 30532 t 30118 29917 31613 t 31616 30118 31613 t 28680 22991 29917 t 30118 28680 29917 t 29925 17503 22991 t 28680 29925 22991 t 12512 10938 17503 t 29925 12512 17503 t 12512 15449 31618 t 10938 12512 31618 t 15449 31017 31182 t 31618 15449 31182 t 31017 31270 31261 t 31182 31017 31261 t 31270 30891 30424 t 31261 31270 30424 t 30891 30667 30317 t 30424 30891 30317 t 30667 30218 30317 t 30218 31629 31790 t 30317 30218 31790 t 31629 12601 30314 t 31790 31629 30314 t 10269 30529 17934 t 20040 8641 20132 t 29276 29275 29179 t 29180 29276 29179 t 30152 30257 30151 t 30364 30484 30363 t 27987 27986 27934 t 30364 30363 30256 t 28333 28332 28272 t 31565 31683 31682 t 28208 28273 28207 t 28273 28333 28272 t 29005 29006 29092 t 29191 29283 29282 t 30056 30153 30055 t 29628 29627 29527 t 29013 29012 28922 t 30262 30369 30157 t 30369 30368 30261 t 29097 29098 29195 t 28050 28101 28100 t 29196 29288 29287 t 27848 27847 27797 t 27798 27848 27797 t 27899 27898 27847 t 27848 27899 27847 t 27955 27954 27898 t 27899 27955 27898 t 28009 28008 27954 t 27955 28009 27954 t 28009 28060 28008 t 28171 28170 28113 t 28233 28232 28170 t 28171 28233 28170 t 28298 28297 28232 t 28233 28298 28232 t 28360 28359 28297 t 28298 28360 28297 t 28442 28441 28359 t 28360 28442 28359 t 28522 28521 28441 t 28442 28522 28441 t 28609 28608 28521 t 28522 28609 28521 t 28696 28695 28608 t 28609 28696 28608 t 28965 28964 28875 t 28787 28965 28875 t 29053 29052 28964 t 28965 29053 28964 t 29053 29148 29052 t 29342 29341 29241 t 29148 29342 29241 t 29447 29446 29341 t 29342 29447 29341 t 29560 29559 29446 t 29447 29560 29446 t 29659 29658 29559 t 29560 29659 29559 t 29755 29754 29658 t 29659 29755 29658 t 29845 29844 29754 t 29755 29845 29754 t 29938 29937 29844 t 29845 29938 29844 t 30035 30034 29937 t 29938 30035 29937 t 30129 30128 30034 t 30035 30129 30034 t 30235 30234 30128 t 30129 30235 30128 t 30695 30694 30572 t 30818 30817 30694 t 30695 30818 30694 t 30818 30940 30817 t 31069 31068 30940 t 30818 31069 30940 t 31186 31185 31068 t 31069 31186 31068 t 31186 31302 31301 t 31185 31186 31301 t 31302 31421 31420 t 31301 31302 31420 t 32048 32019 32160 t 24057 24162 10635 t 699 30200 700 t 24057 10635 10558 t 29738 5859 9499 t 29031 29123 29030 t 28049 28050 28100 t 28097 28154 28153 t 28260 28259 28195 t 28196 28260 28195 t 31620 31616 30534 t 15446 15394 15447 t 31620 30118 31616 t 25946 28680 30118 t 29921 29925 28680 t 25946 29921 28680 t 29921 31723 12512 t 29925 29921 12512 t 12770 15449 12512 t 31723 12770 12512 t 12770 10652 31017 t 15449 12770 31017 t 10652 31025 31270 t 31017 10652 31270 t 31025 30297 30891 t 31270 31025 30891 t 30297 30693 30667 t 30891 30297 30667 t 30693 25558 30218 t 30667 30693 30218 t 25558 31619 31629 t 30218 25558 31629 t 2239 23143 21741 t 31629 31619 12601 t 28764 28763 28675 t 17639 30662 17735 t 30152 30151 30054 t 28040 28093 28092 t 30055 30152 30054 t 28208 28207 28148 t 27935 27987 27934 t 29490 29592 29489 t 28149 28208 28148 t 29780 29689 29489 t 29592 29780 29489 t 30728 30852 30727 t 29093 29191 29190 t 29580 29677 29579 t 31105 31104 30974 t 29175 29271 29174 t 28998 29085 28997 t 30158 30262 30157 t 29283 29284 29385 t 29403 29515 29514 t 29378 29377 29277 t 27849 27848 27798 t 27799 27849 27798 t 27900 27899 27848 t 27849 27900 27848 t 27956 27955 27899 t 27900 27956 27899 t 27956 28009 27955 t 28172 28171 28113 t 28234 28233 28171 t 28172 28234 28171 t 28299 28298 28233 t 28234 28299 28233 t 28361 28360 28298 t 28299 28361 28298 t 28443 28442 28360 t 28361 28443 28360 t 28523 28522 28442 t 28443 28523 28442 t 28523 28609 28522 t 28697 28696 28609 t 28523 28697 28609 t 28876 28787 28695 t 28696 28876 28695 t 28966 28965 28787 t 28876 28966 28787 t 29054 29053 28965 t 28966 29054 28965 t 29149 29148 29053 t 29054 29149 29053 t 29149 29242 29148 t 29242 29342 29148 t 29448 29447 29342 t 29561 29560 29447 t 29448 29561 29447 t 29660 29659 29560 t 29561 29660 29560 t 29756 29755 29659 t 29660 29756 29659 t 29846 29845 29755 t 29756 29846 29755 t 29939 29938 29845 t 29846 29939 29845 t 30036 30035 29938 t 29939 30036 29938 t 30130 30129 30035 t 30036 30130 30035 t 30236 30235 30129 t 30130 30236 30129 t 30452 30451 30234 t 30235 30452 30234 t 30452 30572 30451 t 30696 30695 30572 t 30452 30696 30572 t 30819 30818 30695 t 30696 30819 30695 t 30819 30941 30818 t 31070 31069 30818 t 30941 31070 30818 t 31187 31186 31069 t 31070 31187 31069 t 31303 31302 31186 t 31187 31303 31186 t 31303 31422 31421 t 31302 31303 31421 t 31422 31539 31538 t 31421 31422 31538 t 31539 31656 31655 t 31538 31539 31655 t 95 31361 96 t 31800 12527 11752 t 11751 25680 17421 t 15583 15497 15498 t 29297 29403 29402 t 29402 29403 29514 t 8155 149 7950 t 28138 28196 28137 t 28741 28836 28740 t 31628 31623 1890 t 12601 31619 2718 t 11486 25946 30118 t 31620 11486 30118 t 5015 29921 25946 t 11486 5015 25946 t 30406 31723 29921 t 5015 30406 29921 t 31723 30406 12770 t 12770 31155 10652 t 31155 30766 31025 t 10652 31155 31025 t 30766 31028 30297 t 31025 30766 30297 t 31028 12086 30693 t 30297 31028 30693 t 12086 2595 25558 t 30693 12086 25558 t 2595 30775 31619 t 25558 2595 31619 t 160 10695 30546 t 31688 31687 31569 t 29481 29584 29480 t 29584 29772 29583 t 29865 29960 29864 t 30257 30256 30151 t 27987 28040 28039 t 28039 28040 28092 t 28041 28042 28093 t 28273 28272 28207 t 29385 29490 29384 t 29871 29779 29689 t 30852 30975 30851 t 30149 30254 30148 t 28916 28917 29006 t 30975 30974 30851 t 30610 30609 30489 t 31588 31587 31466 t 30283 30393 30282 t 28661 28750 28660 t 27790 27800 27799 t 27800 27849 27799 t 27901 27900 27849 t 27800 27901 27849 t 27957 27956 27900 t 27901 27957 27900 t 28010 28009 27956 t 27957 28010 27956 t 28061 28060 28009 t 28010 28061 28009 t 28114 28113 28060 t 28061 28114 28060 t 28114 28172 28113 t 28300 28299 28234 t 28172 28300 28234 t 28362 28361 28299 t 28300 28362 28299 t 28444 28443 28361 t 28362 28444 28361 t 28524 28523 28443 t 28444 28524 28443 t 28524 28610 28523 t 28698 28697 28523 t 28610 28698 28523 t 28788 28696 28697 t 28698 28788 28697 t 28877 28876 28696 t 28788 28877 28696 t 28967 28966 28876 t 28877 28967 28876 t 29055 29054 28966 t 28967 29055 28966 t 29150 29149 29054 t 29055 29150 29054 t 29243 29242 29149 t 29150 29243 29149 t 29343 29342 29242 t 29243 29343 29242 t 29449 29448 29342 t 29343 29449 29342 t 29562 29561 29448 t 29449 29562 29448 t 29661 29660 29561 t 29562 29661 29561 t 29757 29756 29660 t 29661 29757 29660 t 29847 29846 29756 t 29757 29847 29756 t 29940 29939 29846 t 29847 29940 29846 t 30037 30036 29939 t 29940 30037 29939 t 30131 30130 30036 t 30037 30131 30036 t 30237 30236 30130 t 30131 30237 30130 t 30453 30452 30235 t 30236 30453 30235 t 30453 30573 30452 t 30697 30696 30452 t 30573 30697 30452 t 30820 30819 30696 t 30697 30820 30696 t 30942 30941 30819 t 30820 30942 30819 t 31071 31070 30941 t 30942 31071 30941 t 31188 31187 31070 t 31071 31188 31070 t 31188 31303 31187 t 31423 31422 31303 t 31188 31423 31303 t 31540 31539 31422 t 31423 31540 31422 t 31540 31657 31656 t 31539 31540 31656 t 31375 3090 11928 t 31657 31769 31656 t 27832 27879 27831 t 18823 18910 18909 t 28550 28631 28549 t 30728 30727 30605 t 28841 28925 28840 t 30078 30079 30181 t 29976 30070 30069 t 30563 30562 18988 t 1891 31653 31628 t 15432 15576 16649 t 30224 31620 31623 t 31628 30224 31623 t 29540 11486 31620 t 30224 29540 31620 t 29224 5015 11486 t 29540 29224 11486 t 29643 30406 5015 t 29224 29643 5015 t 30406 29643 12770 t 29643 26441 31155 t 12770 29643 31155 t 26441 19777 30766 t 31155 26441 30766 t 19777 31389 31028 t 30766 19777 31028 t 31389 29225 12086 t 31028 31389 12086 t 2354 15407 26710 t 12086 29225 2595 t 10260 10314 10259 t 6751 6752 6851 t 30846 30845 30725 t 6750 6850 6749 t 29375 29481 29275 t 29772 29680 29583 t 30055 30054 29959 t 29960 30055 29959 t 27935 27934 27881 t 27986 27987 28039 t 28094 28149 28148 t 28093 28094 28148 t 29283 29385 29282 t 30361 30360 30253 t 29189 29281 29188 t 29281 29383 29187 t 31491 12006 17502 t 27942 27941 27887 t 28581 28661 28580 t 28153 28154 28212 t 30661 17625 16485 t 28842 28926 28925 t 28841 28842 28925 t 30080 30079 29984 t 27801 27800 27790 t 27791 27801 27790 t 27801 27850 27800 t 27902 27901 27800 t 27850 27902 27800 t 27958 27957 27901 t 27902 27958 27901 t 28011 28010 27957 t 27958 28011 27957 t 28062 28061 28010 t 28011 28062 28010 t 28115 28114 28061 t 28062 28115 28061 t 28173 28172 28114 t 28115 28173 28114 t 28173 28235 28172 t 28301 28300 28172 t 28235 28301 28172 t 28363 28362 28300 t 28301 28363 28300 t 28525 28524 28444 t 28362 28525 28444 t 28525 28610 28524 t 28699 28698 28610 t 28789 28788 28698 t 28699 28789 28698 t 28878 28877 28788 t 28789 28878 28788 t 28968 28967 28877 t 28878 28968 28877 t 29056 29055 28967 t 28968 29056 28967 t 29151 29150 29055 t 29056 29151 29055 t 29244 29243 29150 t 29151 29244 29150 t 29344 29343 29243 t 29244 29344 29243 t 29450 29449 29343 t 29344 29450 29343 t 29563 29562 29449 t 29450 29563 29449 t 29662 29661 29562 t 29563 29662 29562 t 29758 29757 29661 t 29662 29758 29661 t 29848 29847 29757 t 29758 29848 29757 t 29941 29940 29847 t 29848 29941 29847 t 30038 30037 29940 t 29941 30038 29940 t 30132 30131 30037 t 30038 30132 30037 t 30132 30237 30131 t 30574 30573 30453 t 30698 30697 30573 t 30574 30698 30573 t 30821 30820 30697 t 30698 30821 30697 t 30943 30942 30820 t 30821 30943 30820 t 31072 31071 30942 t 30943 31072 30942 t 31189 31188 31071 t 31072 31189 31071 t 31189 31304 31188 t 31424 31423 31188 t 31304 31424 31188 t 31541 31540 31423 t 31424 31541 31423 t 31658 31657 31540 t 31541 31658 31540 t 31658 31770 31769 t 31657 31658 31769 t 17625 31257 21036 t 31770 11854 31769 t 31586 31704 31585 t 1892 31653 1891 t 29985 30080 29984 t 29370 29369 29269 t 28751 28842 28750 t 28325 28324 28261 t 30226 31653 1892 t 15439 15438 29743 t 30226 30224 31628 t 31653 30226 31628 t 30012 29540 30224 t 30226 30012 30224 t 30012 29224 29540 t 31737 29643 29224 t 31737 31614 29643 t 31614 24815 26441 t 29643 31614 26441 t 24815 31789 19777 t 26441 24815 19777 t 31789 31040 31389 t 19777 31789 31389 t 31040 5952 29225 t 31389 31040 29225 t 25116 2720 2595 t 30541 17239 17337 t 6174 6235 6234 t 30148 30253 30147 t 17577 16998 16879 t 29276 29375 29275 t 29584 29583 29480 t 29960 29959 29864 t 30257 30364 30256 t 27882 27881 27834 t 27882 27935 27881 t 28042 28094 28093 t 28399 28398 28332 t 29190 29191 29282 t 29490 29489 29384 t 28491 28490 28416 t 30971 31101 30970 t 30369 30261 30156 t 28830 28917 28916 t 29174 29173 29076 t 28906 28995 28905 t 30182 30283 30282 t 29539 29538 29425 t 17638 15774 16074 t 29640 29639 29538 t 29539 29640 29538 t 27802 27801 27791 t 27792 27802 27791 t 27851 27850 27801 t 27802 27851 27801 t 27903 27902 27850 t 27851 27903 27850 t 27959 27958 27902 t 27903 27959 27902 t 27959 28011 27958 t 28063 28062 28011 t 27959 28063 28011 t 28116 28115 28062 t 28063 28116 28062 t 28174 28173 28115 t 28116 28174 28115 t 28236 28235 28173 t 28174 28236 28173 t 28302 28301 28235 t 28236 28302 28235 t 28364 28363 28301 t 28302 28364 28301 t 28445 28362 28363 t 28364 28445 28363 t 28445 28525 28362 t 28611 28610 28525 t 28611 28699 28610 t 28790 28789 28699 t 28879 28878 28789 t 28790 28879 28789 t 28969 28968 28878 t 28879 28969 28878 t 29057 29056 28968 t 28969 29057 28968 t 29152 29151 29056 t 29057 29152 29056 t 29245 29244 29151 t 29152 29245 29151 t 29345 29344 29244 t 29245 29345 29244 t 29451 29450 29344 t 29345 29451 29344 t 29564 29563 29450 t 29451 29564 29450 t 29564 29662 29563 t 29942 29941 29848 t 29942 30039 30038 t 29941 29942 30038 t 30133 30132 30038 t 30039 30133 30038 t 30238 30237 30132 t 30133 30238 30132 t 30338 30236 30237 t 30238 30338 30237 t 30454 30453 30236 t 30338 30454 30236 t 30575 30574 30453 t 30454 30575 30453 t 30699 30698 30574 t 30575 30699 30574 t 30699 30821 30698 t 30944 30943 30821 t 30699 30944 30821 t 31073 31072 30943 t 30944 31073 30943 t 31073 31189 31072 t 31305 31304 31189 t 31073 31305 31189 t 31425 31424 31304 t 31305 31425 31304 t 31542 31541 31424 t 31425 31542 31424 t 31659 31658 31541 t 31542 31659 31541 t 31659 31771 31770 t 31658 31659 31770 t 12768 11854 31770 t 31771 12768 31770 t 24897 19590 26442 t 16206 16363 16234 t 28388 28545 28544 t 29578 29675 29577 t 29734 29733 29639 t 29640 29734 29639 t 2723 2722 30666 t 28592 28591 30014 t 15555 24157 15556 t 2455 1769 16948 t 25670 25671 25794 t 30425 29224 30012 t 2010 30425 30012 t 31387 31737 29224 t 30425 31387 29224 t 31387 31260 31614 t 31737 31387 31614 t 31260 30527 24815 t 31614 31260 24815 t 30527 25642 31789 t 24815 30527 31789 t 25642 30782 31040 t 31789 25642 31040 t 31040 30782 5952 t 5952 30890 25116 t 18984 18985 24543 t 2382 3311 12913 t 27875 27874 27826 t 26440 31596 17377 t 29865 29864 29773 t 29481 29480 29275 t 28148 28206 28147 t 29774 29865 29773 t 27937 27989 27936 t 27835 27882 27834 t 30060 29966 29870 t 27989 28042 28041 t 28095 28096 28150 t 29385 29384 29282 t 30098 30199 30198 t 30250 30249 30143 t 30968 30967 30844 t 30490 30489 30368 t 15463 15462 15405 t 30966 31096 30965 t 28673 28672 28591 t 28592 28673 28591 t 28762 28761 28672 t 28673 28762 28672 t 28852 28851 28761 t 28762 28852 28761 t 27803 27802 27792 t 27793 27803 27792 t 27852 27851 27802 t 27803 27852 27802 t 27904 27903 27851 t 27852 27904 27851 t 27904 27959 27903 t 28064 28063 27959 t 28012 28064 27959 t 28117 28116 28063 t 28064 28117 28063 t 28175 28174 28116 t 28117 28175 28116 t 28237 28236 28174 t 28175 28237 28174 t 28303 28302 28236 t 28237 28303 28236 t 28365 28364 28302 t 28303 28365 28302 t 28446 28445 28364 t 28365 28446 28364 t 28526 28525 28445 t 28446 28526 28445 t 28612 28611 28525 t 28526 28612 28525 t 28700 28699 28611 t 28612 28700 28611 t 28700 28790 28699 t 28880 28879 28790 t 28700 28880 28790 t 28970 28969 28879 t 28880 28970 28879 t 29058 29057 28969 t 28970 29058 28969 t 29153 29152 29057 t 29058 29153 29057 t 29246 29245 29152 t 29153 29246 29152 t 29346 29345 29245 t 29246 29346 29245 t 29452 29451 29345 t 29346 29452 29345 t 29565 29564 29451 t 29452 29565 29451 t 30134 30133 30039 t 29942 30134 30039 t 30239 30238 30133 t 30134 30239 30133 t 30339 30338 30238 t 30239 30339 30238 t 30455 30454 30338 t 30339 30455 30338 t 30576 30575 30454 t 30455 30576 30454 t 30700 30699 30575 t 30576 30700 30575 t 30700 30822 30699 t 30945 30944 30699 t 30822 30945 30699 t 31074 31073 30944 t 30945 31074 30944 t 31074 31190 31073 t 31306 31305 31073 t 31190 31306 31073 t 31426 31425 31305 t 31306 31426 31305 t 31543 31542 31425 t 31426 31543 31425 t 31660 31659 31542 t 31543 31660 31542 t 31772 31771 31659 t 31660 31772 31659 t 2940 12768 31771 t 31772 2940 31771 t 20134 30410 17196 t 14549 9368 13263 t 28721 28720 28626 t 30725 30845 30724 t 28936 28935 28851 t 28852 28936 28851 t 27991 28044 28043 t 28936 29025 28935 t 15443 15509 15442 t 30736 30859 30735 t 11263 30425 2010 t 1768 12785 16859 t 11263 31504 31387 t 30425 11263 31387 t 31504 12107 31260 t 31387 31504 31260 t 12107 31499 30527 t 31260 12107 30527 t 31499 29829 25642 t 30527 31499 25642 t 29829 26446 30782 t 25642 29829 30782 t 30782 26446 5952 t 26446 30666 30890 t 5952 26446 30890 t 16998 17577 24216 t 7762 9612 9499 t 20046 6199 6198 t 15120 17934 16579 t 29681 29774 29584 t 30602 30848 30601 t 28093 28148 28147 t 28271 28270 28205 t 27883 27937 27835 t 27988 27989 28041 t 29780 29871 29689 t 29967 30060 29870 t 30144 30250 30143 t 31588 31706 31587 t 30097 30098 30198 t 2011 27086 11263 t 31328 31327 31211 t 29115 29114 29025 t 29211 29113 29114 t 29115 29211 29114 t 29308 29307 29113 t 31467 31588 31466 t 29211 29308 29113 t 29413 29412 29307 t 27804 27803 27793 t 27794 27804 27793 t 27853 27852 27803 t 27804 27853 27803 t 27905 27904 27852 t 27853 27905 27852 t 27960 27959 27904 t 27905 27960 27904 t 28013 28012 27959 t 27960 28013 27959 t 28065 28064 28012 t 28013 28065 28012 t 28118 28117 28064 t 28065 28118 28064 t 28176 28175 28117 t 28118 28176 28117 t 28238 28237 28175 t 28176 28238 28175 t 28304 28303 28237 t 28238 28304 28237 t 28366 28365 28303 t 28304 28366 28303 t 28447 28446 28365 t 28366 28447 28365 t 28527 28526 28446 t 28447 28527 28446 t 28613 28612 28526 t 28527 28613 28526 t 28701 28700 28612 t 28613 28701 28612 t 28701 28791 28700 t 28881 28880 28700 t 28791 28881 28700 t 28971 28970 28880 t 28881 28971 28880 t 29059 29058 28970 t 28971 29059 28970 t 29154 29153 29058 t 29059 29154 29058 t 29247 29246 29153 t 29154 29247 29153 t 29347 29346 29246 t 29247 29347 29246 t 29453 29452 29346 t 29347 29453 29346 t 29453 29565 29452 t 30135 30134 29942 t 30135 30240 30239 t 30134 30135 30239 t 30340 30339 30239 t 30240 30340 30239 t 30456 30455 30339 t 30340 30456 30339 t 30456 30576 30455 t 30701 30700 30576 t 30823 30822 30700 t 30701 30823 30700 t 30946 30945 30822 t 30823 30946 30822 t 31075 31074 30945 t 30946 31075 30945 t 31191 31190 31074 t 31075 31191 31074 t 31191 31306 31190 t 31544 31543 31426 t 31306 31544 31426 t 31661 31660 31543 t 31544 31661 31543 t 31773 31772 31660 t 31661 31773 31660 t 31773 26710 2940 t 31772 31773 2940 t 27771 25941 15486 t 29102 29199 29101 t 23905 22154 23904 t 29308 29413 29307 t 29525 29524 29412 t 29413 29525 29412 t 29625 29624 29524 t 29525 29625 29524 t 29719 29718 29624 t 29503 29605 29502 t 28949 28948 10872 t 15466 15407 2354 t 19673 19589 19674 t 27086 30307 31504 t 11263 27086 31504 t 30307 30540 12107 t 31504 30307 12107 t 30540 31380 31499 t 12107 30540 31499 t 31380 31363 29829 t 31499 31380 29829 t 31363 12777 26446 t 29829 31363 26446 t 12777 31385 26446 t 31385 31024 30666 t 26446 31385 30666 t 31650 16859 31765 t 16859 31650 31651 t 15875 16826 15876 t 29585 29681 29584 t 28419 28418 28350 t 28092 28093 28147 t 28206 28205 28147 t 27837 27883 27836 t 27989 27988 27936 t 29967 29870 29779 t 29871 29967 29779 t 29197 29198 29289 t 19498 26397 26273 t 30071 30070 29976 t 30383 30504 30382 t 31244 31245 31360 t 29625 29719 29624 t 29812 29811 29718 t 29719 29812 29718 t 29902 29901 29811 t 29812 29902 29811 t 29996 29995 29901 t 29902 29996 29901 t 30091 30090 29995 t 27805 27804 27794 t 27795 27805 27794 t 27805 27853 27804 t 27906 27905 27853 t 27961 27960 27905 t 27906 27961 27905 t 28014 28013 27960 t 27961 28014 27960 t 28066 28065 28013 t 28014 28066 28013 t 28119 28118 28065 t 28066 28119 28065 t 28177 28176 28118 t 28119 28177 28118 t 28239 28238 28176 t 28177 28239 28176 t 28305 28304 28238 t 28239 28305 28238 t 28367 28366 28304 t 28305 28367 28304 t 28448 28447 28366 t 28367 28448 28366 t 28528 28527 28447 t 28448 28528 28447 t 28614 28613 28527 t 28528 28614 28527 t 28702 28701 28613 t 28792 28791 28701 t 28702 28792 28701 t 28882 28881 28791 t 28792 28882 28791 t 28972 28971 28881 t 28882 28972 28881 t 29060 29059 28971 t 28972 29060 28971 t 29155 29154 29059 t 29060 29155 29059 t 29248 29247 29154 t 29155 29248 29154 t 29248 29348 29347 t 29247 29248 29347 t 29348 29454 29453 t 29347 29348 29453 t 30241 30240 30135 t 30341 30340 30240 t 30241 30341 30240 t 30457 30456 30340 t 30341 30457 30340 t 30577 30576 30456 t 30457 30577 30456 t 30702 30701 30576 t 30577 30702 30576 t 30824 30823 30701 t 30702 30824 30701 t 30947 30946 30823 t 30824 30947 30823 t 31076 31075 30946 t 30947 31076 30946 t 31192 31191 31075 t 31076 31192 31075 t 31192 31306 31191 t 31192 31427 31306 t 31545 31544 31306 t 31427 31545 31306 t 31662 31661 31544 t 31545 31662 31544 t 31774 31773 31661 t 31662 31774 31661 t 25763 26710 31773 t 31774 25763 31773 t 26710 15407 2940 t 25763 2354 26710 t 16300 1769 1768 t 30192 6428 6427 t 29996 30091 29995 t 14717 13958 6088 t 26944 22264 24682 t 28814 28903 28813 t 19240 19319 19239 t 29015 29014 28924 t 31130 31245 31129 t 19494 19493 19407 t 2723 2850 2849 t 2126 11747 30540 t 15466 15408 15467 t 30307 2126 30540 t 15408 15466 2354 t 11747 382 31380 t 30540 11747 31380 t 382 31720 31363 t 31380 382 31363 t 31720 31382 12777 t 31363 31720 12777 t 31382 31792 31385 t 12777 31382 31385 t 31792 29736 31024 t 31385 31792 31024 t 586 30195 694 t 2724 2725 2851 t 6254 31246 31247 t 15464 15405 15406 t 29483 29585 29482 t 29774 29773 29584 t 28206 28271 28205 t 28331 28330 28270 t 29119 29215 29118 t 27937 27936 27835 t 30060 30161 29966 t 28418 28492 28417 t 28096 28151 28150 t 28190 28252 28189 t 29084 29181 29083 t 31000 31130 30999 t 14319 66 11921 t 29192 29284 29283 t 29827 29826 29733 t 28662 28751 28661 t 29734 29827 29733 t 7138 1120 7237 t 29729 29822 29728 t 27796 27805 27795 t 27854 27853 27805 t 27907 27906 27853 t 27854 27907 27853 t 27962 27961 27906 t 27907 27962 27906 t 28015 28014 27961 t 27962 28015 27961 t 28067 28066 28014 t 28015 28067 28014 t 28120 28119 28066 t 28067 28120 28066 t 28178 28177 28119 t 28120 28178 28119 t 28240 28239 28177 t 28178 28240 28177 t 28306 28305 28239 t 28240 28306 28239 t 28368 28367 28305 t 28306 28368 28305 t 28449 28448 28367 t 28368 28449 28367 t 28529 28528 28448 t 28449 28529 28448 t 28615 28614 28528 t 28529 28615 28528 t 28615 28703 28614 t 28793 28792 28702 t 28883 28882 28792 t 28793 28883 28792 t 28973 28972 28882 t 28883 28973 28882 t 29061 29060 28972 t 28973 29061 28972 t 29156 29155 29060 t 29061 29156 29060 t 29249 29248 29155 t 29156 29249 29155 t 29249 29349 29348 t 29248 29249 29348 t 29349 29455 29454 t 29348 29349 29454 t 30342 30341 30241 t 30458 30457 30341 t 30342 30458 30341 t 30578 30577 30457 t 30458 30578 30457 t 30703 30702 30577 t 30578 30703 30577 t 30948 30947 30824 t 30702 30948 30824 t 31077 31076 30947 t 30948 31077 30947 t 31193 31192 31076 t 31077 31193 31076 t 31193 31307 31192 t 31307 31427 31192 t 31546 31545 31427 t 31663 31662 31545 t 31546 31663 31545 t 31775 31774 31662 t 31663 31775 31662 t 11667 25763 31774 t 31775 11667 31774 t 20652 2354 25763 t 11667 20652 25763 t 2010 30012 30226 t 24216 17577 16481 t 1225 7237 1120 t 29476 29475 29370 t 29515 29709 29514 t 28481 28482 28562 t 31245 31361 31360 t 30875 31000 30874 t 11850 157 10577 t 29580 29579 29476 t 15509 15443 15444 t 6173 2127 30541 t 30307 27086 2126 t 29736 11764 2724 t 29741 382 11747 t 6173 29741 11747 t 31374 31720 382 t 29741 31374 382 t 31374 26330 31382 t 31720 31374 31382 t 26330 30123 31792 t 31382 26330 31792 t 30123 11764 29736 t 31792 30123 29736 t 28718 28811 28717 t 30889 6232 31012 t 6217 6218 6307 t 29585 29584 29482 t 28271 28331 28270 t 28397 28396 28330 t 29119 29118 29027 t 27883 27835 27836 t 30160 30159 29966 t 30161 30160 29966 t 29216 29215 29119 t 30492 30614 30613 t 29374 29479 29373 t 31000 30999 30874 t 31245 31244 31129 t 31235 31234 31119 t 30274 30384 30171 t 28644 28739 28738 t 18822 18909 18908 t 10282 28764 10283 t 28050 28049 27997 t 25941 27771 25807 t 27806 27805 27796 t 27806 27854 27805 t 27908 27907 27854 t 27806 27908 27854 t 27963 27962 27907 t 27908 27963 27907 t 28016 28015 27962 t 27963 28016 27962 t 28068 28067 28015 t 28016 28068 28015 t 28121 28120 28067 t 28068 28121 28067 t 28179 28178 28120 t 28121 28179 28120 t 28241 28240 28178 t 28179 28241 28178 t 28307 28306 28240 t 28241 28307 28240 t 28369 28368 28306 t 28307 28369 28306 t 28450 28449 28368 t 28369 28450 28368 t 28530 28529 28449 t 28450 28530 28449 t 28616 28615 28529 t 28530 28616 28529 t 28704 28703 28615 t 28616 28704 28615 t 28884 28883 28793 t 28794 28884 28793 t 28974 28973 28883 t 28884 28974 28883 t 29062 29061 28973 t 28974 29062 28973 t 29062 29156 29061 t 29250 29249 29156 t 29250 29350 29349 t 29249 29250 29349 t 29350 29456 29455 t 29349 29350 29455 t 30459 30458 30342 t 30343 30459 30342 t 30579 30578 30458 t 30459 30579 30458 t 30704 30703 30578 t 30579 30704 30578 t 30825 30702 30703 t 30704 30825 30703 t 31078 31077 30948 t 30702 31078 30948 t 31194 31193 31077 t 31078 31194 31077 t 31308 31307 31193 t 31194 31308 31193 t 31428 31427 31307 t 31308 31428 31307 t 31547 31546 31427 t 31428 31547 31427 t 31664 31663 31546 t 31547 31664 31546 t 31776 31775 31663 t 31664 31776 31663 t 11413 11667 31775 t 31776 11413 31775 t 24564 20652 11667 t 11413 24564 11667 t 19884 29430 30658 t 15442 15441 29928 t 28002 28054 28001 t 30751 30875 30750 t 27998 28050 27997 t 29398 29397 29295 t 30002 30001 29907 t 31130 31129 30999 t 30628 30751 30627 t 28109 28108 28057 t 28166 28165 28108 t 17196 30410 15958 t 11851 5729 157 t 17337 29741 6173 t 30541 17337 6173 t 30650 31374 29741 t 17337 30650 29741 t 30193 26330 31374 t 30650 30193 31374 t 30193 30122 30123 t 26330 30193 30123 t 30123 30122 11764 t 28467 28628 28390 t 30547 11568 10101 t 29277 29377 29181 t 28633 28632 28551 t 29483 29482 29376 t 28000 28052 27999 t 28331 28397 28330 t 30613 30735 30612 t 30998 31128 30997 t 5819 5818 5701 t 30264 30263 30159 t 28416 28415 28347 t 15484 26014 326 t 30507 30506 30385 t 28109 28166 28108 t 29781 29872 29780 t 30386 30507 30385 t 29882 29881 29789 t 6746 30009 6747 t 15395 30694 30816 t 15469 15468 12281 t 28636 28731 28635 t 30171 30382 30170 t 28826 28825 28730 t 27909 27908 27806 t 27855 27909 27806 t 27964 27963 27908 t 27909 27964 27908 t 28017 28016 27963 t 27964 28017 27963 t 28069 28068 28016 t 28017 28069 28016 t 28122 28121 28068 t 28069 28122 28068 t 28122 28180 28179 t 28121 28122 28179 t 28180 28242 28241 t 28179 28180 28241 t 28308 28307 28241 t 28242 28308 28241 t 28370 28369 28307 t 28308 28370 28307 t 28370 28450 28369 t 28531 28530 28450 t 28617 28616 28530 t 28531 28617 28530 t 28705 28704 28616 t 28617 28705 28616 t 28705 28795 28704 t 28885 28884 28794 t 28975 28974 28884 t 28885 28975 28884 t 29063 29062 28974 t 28975 29063 28974 t 29157 29156 29062 t 29063 29157 29062 t 29251 29250 29156 t 29157 29251 29156 t 29251 29351 29350 t 29250 29251 29350 t 29351 29457 29456 t 29350 29351 29456 t 30460 30459 30343 t 30580 30579 30459 t 30460 30580 30459 t 30705 30704 30579 t 30580 30705 30579 t 30826 30825 30704 t 30705 30826 30704 t 30949 30702 30825 t 30826 30949 30825 t 31079 31078 30702 t 30949 31079 30702 t 31195 31194 31078 t 31079 31195 31078 t 31309 31308 31194 t 31195 31309 31194 t 31429 31428 31308 t 31309 31429 31308 t 31548 31547 31428 t 31429 31548 31428 t 31548 31664 31547 t 31777 31776 31664 t 25316 11413 31776 t 31777 25316 31776 t 17131 24564 11413 t 25316 17131 11413 t 24564 17131 12281 t 30276 30386 30275 t 29183 29378 29182 t 28926 29016 28925 t 28411 28343 28284 t 29858 29857 29769 t 30875 30874 30750 t 30174 30175 30275 t 28225 28224 28165 t 28166 28225 28165 t 29198 29290 29289 t 29532 29531 29418 t 30165 30164 30062 t 29676 29858 29675 t 31655 15403 15460 t 2726 11764 2727 t 31016 30650 17337 t 31016 17337 17338 t 8562 30193 30650 t 31016 8562 30650 t 30536 30122 30193 t 8562 30536 30193 t 19605 18626 17586 t 6292 25010 6205 t 29863 29862 29680 t 29958 29957 29862 t 29377 29376 29181 t 29377 29483 29376 t 28552 28551 28471 t 28552 28633 28551 t 29013 29100 29012 t 31358 31359 31474 t 30859 30858 30734 t 31813 25115 31812 t 29690 29781 29593 t 28348 28347 28289 t 28348 28416 28347 t 30175 30276 30275 t 30751 30750 30627 t 25227 24981 31811 t 28285 28411 28284 t 28410 28409 28342 t 29906 30000 29999 t 30119 30796 15774 t 30073 30175 30072 t 789 13269 8311 t 27856 27855 27806 t 27807 27856 27806 t 27910 27909 27855 t 27856 27910 27855 t 27965 27964 27909 t 27910 27965 27909 t 28018 28017 27964 t 27965 28018 27964 t 28070 28069 28017 t 28018 28070 28017 t 28070 28123 28122 t 28069 28070 28122 t 28123 28181 28180 t 28122 28123 28180 t 28181 28243 28242 t 28180 28181 28242 t 28309 28308 28242 t 28243 28309 28242 t 28371 28370 28308 t 28309 28371 28308 t 28451 28450 28370 t 28371 28451 28370 t 28451 28531 28450 t 28618 28617 28531 t 28451 28618 28531 t 28618 28705 28617 t 28796 28795 28705 t 28618 28796 28705 t 28976 28975 28885 t 28886 28976 28885 t 29064 29063 28975 t 28976 29064 28975 t 29158 29157 29063 t 29064 29158 29063 t 29252 29251 29157 t 29158 29252 29157 t 29252 29352 29351 t 29251 29252 29351 t 29351 29352 29457 t 30581 30580 30460 t 30461 30581 30460 t 30706 30705 30580 t 30581 30706 30580 t 30827 30826 30705 t 30706 30827 30705 t 30950 30949 30826 t 30827 30950 30826 t 31080 31079 30949 t 30950 31080 30949 t 31196 31195 31079 t 31080 31196 31079 t 31310 31309 31195 t 31196 31310 31195 t 31430 31429 31309 t 31310 31430 31309 t 31665 31548 31429 t 31430 31665 31429 t 31665 31664 31548 t 31778 31777 31664 t 15660 25316 31777 t 31778 15660 31777 t 24921 17131 25316 t 15660 24921 25316 t 17240 17339 17338 t 30175 30174 30072 t 28723 28722 28628 t 28674 28673 28592 t 28593 28674 28592 t 28674 28762 28673 t 30386 30385 30275 t 28290 28289 28224 t 28225 28290 28224 t 29216 29313 29215 t 28292 28291 28226 t 30160 30264 30159 t 30371 30370 30263 t 25010 12513 6205 t 31743 9200 19587 t 23680 23239 23619 t 30528 16943 8562 t 31016 30528 8562 t 22214 30536 8562 t 16943 22214 8562 t 30150 30149 30052 t 28088 28089 28143 t 29085 29182 29084 t 29772 29863 29680 t 28823 28911 28822 t 28398 28397 28331 t 28472 28552 28471 t 31228 31227 31112 t 28332 28331 28271 t 31813 31812 31700 t 30735 30734 30612 t 27999 28051 27998 t 17760 17788 17759 t 29794 29885 29793 t 28290 28348 28289 t 28853 28852 28762 t 29978 30072 29884 t 28937 28936 28852 t 28853 28937 28852 t 29026 29025 28936 t 28937 29026 28936 t 27857 27856 27807 t 27808 27857 27807 t 27911 27910 27856 t 27857 27911 27856 t 27966 27965 27910 t 27911 27966 27910 t 28019 28018 27965 t 27966 28019 27965 t 28019 28071 28070 t 28018 28019 28070 t 28071 28124 28123 t 28070 28071 28123 t 28124 28182 28181 t 28123 28124 28181 t 28244 28243 28181 t 28182 28244 28181 t 28310 28309 28243 t 28244 28310 28243 t 28372 28371 28309 t 28310 28372 28309 t 28452 28451 28371 t 28372 28452 28371 t 28452 28532 28451 t 28619 28618 28451 t 28532 28619 28451 t 28797 28796 28618 t 28797 28887 28796 t 28977 28976 28886 t 28977 29064 28976 t 29159 29158 29064 t 29253 29252 29158 t 29159 29253 29158 t 29353 29352 29252 t 29253 29353 29252 t 29353 29458 29457 t 29352 29353 29457 t 30582 30581 30461 t 30462 30582 30461 t 30707 30706 30581 t 30582 30707 30581 t 30828 30827 30706 t 30707 30828 30706 t 30951 30950 30827 t 30828 30951 30827 t 31081 31080 30950 t 30951 31081 30950 t 31197 31196 31080 t 31081 31197 31080 t 31311 31310 31196 t 31197 31311 31196 t 31311 31430 31310 t 31666 31665 31430 t 31779 31778 31664 t 31665 31779 31664 t 27597 15660 31778 t 31779 27597 31778 t 26322 24921 15660 t 27597 26322 15660 t 2971 30912 2842 t 30528 2361 16943 t 29885 29884 29793 t 28263 28262 28197 t 29116 29115 29025 t 29026 29116 29025 t 29212 29211 29115 t 29116 29212 29115 t 29978 30073 30072 t 29794 29793 29703 t 30492 30613 30371 t 27893 27892 27845 t 29120 29216 29119 t 29313 29312 29215 t 30264 30371 30263 t 30613 30491 30370 t 29028 29119 29027 t 29966 30158 29965 t 30889 30765 6174 t 17186 15735 31791 t 25112 24005 22930 t 16943 30645 22214 t 29863 29958 29862 t 30053 30150 30052 t 28997 29085 28996 t 29182 29277 29181 t 28823 28822 28727 t 29000 28999 28910 t 27835 27936 27882 t 28262 28261 28197 t 30859 30983 30858 t 31113 31228 31112 t 31701 31700 31582 t 31701 31813 31700 t 27999 27998 27946 t 28051 28102 28101 t 29704 29703 29608 t 29885 29978 29884 t 29309 29308 29211 t 29212 29309 29211 t 29414 29413 29308 t 28352 28420 28351 t 29309 29414 29308 t 29526 29525 29413 t 29414 29526 29413 t 29626 29625 29525 t 27858 27857 27808 t 27809 27858 27808 t 27912 27911 27857 t 27858 27912 27857 t 27967 27966 27911 t 27912 27967 27911 t 28020 28019 27966 t 27967 28020 27966 t 28020 28072 28071 t 28019 28020 28071 t 28072 28125 28124 t 28071 28072 28124 t 28125 28183 28182 t 28124 28125 28182 t 28245 28244 28182 t 28183 28245 28182 t 28311 28310 28244 t 28245 28311 28244 t 28373 28372 28310 t 28311 28373 28310 t 28453 28452 28372 t 28373 28453 28372 t 28453 28532 28452 t 28798 28797 28618 t 28619 28798 28618 t 28888 28887 28797 t 28798 28888 28797 t 28978 29064 28977 t 28978 29159 29064 t 29254 29253 29159 t 28978 29254 29159 t 29354 29353 29253 t 29254 29354 29253 t 29354 29459 29458 t 29353 29354 29458 t 30463 30582 30462 t 30708 30707 30582 t 30829 30828 30707 t 30708 30829 30707 t 30952 30951 30828 t 30829 30952 30828 t 31082 31081 30951 t 30952 31082 30951 t 31198 31197 31081 t 31082 31198 31081 t 31312 31311 31197 t 31198 31312 31197 t 31431 31430 31311 t 31312 31431 31311 t 31549 31666 31430 t 31431 31549 31430 t 31780 31779 31665 t 31666 31780 31665 t 23814 27597 31779 t 31780 23814 31779 t 27709 26322 27597 t 23814 27709 27597 t 30165 30269 30164 t 30812 18911 18912 t 29526 29626 29525 t 28352 28351 28293 t 29720 29719 29625 t 29626 29720 29625 t 29813 29812 29719 t 29704 29794 29703 t 29778 29870 29777 t 27947 27946 27892 t 27893 27947 27892 t 25115 25227 31812 t 31583 31582 31461 t 30371 30613 30370 t 30613 30612 30491 t 29215 29214 29118 t 28350 28418 28349 t 28472 28471 28396 t 27875 27927 27874 t 25352 22160 25243 t 15405 11854 12768 t 30603 30602 30481 t 6229 6228 6169 t 30053 30052 29957 t 29958 30053 29957 t 28909 28997 28908 t 29182 29181 29084 t 28728 28823 28727 t 28911 28910 28822 t 28272 28332 28271 t 31113 31112 30982 t 30983 31113 30982 t 31462 31461 31229 t 31583 31701 31582 t 27947 27999 27946 t 28051 28050 27998 t 28574 28655 28573 t 29609 29704 29608 t 29720 29813 29719 t 29903 29902 29812 t 28420 28494 28419 t 29813 29903 29812 t 28294 28352 28293 t 28494 28493 28419 t 29997 29996 29902 t 29903 29997 29902 t 29997 30092 30091 t 29996 29997 30091 t 27859 27858 27809 t 27810 27859 27809 t 27859 27912 27858 t 27968 27967 27912 t 28021 28020 27967 t 27968 28021 27967 t 28021 28073 28072 t 28020 28021 28072 t 28073 28126 28125 t 28072 28073 28125 t 28126 28184 28183 t 28125 28126 28183 t 28246 28245 28183 t 28184 28246 28183 t 28312 28311 28245 t 28246 28312 28245 t 28374 28373 28311 t 28312 28374 28311 t 28454 28453 28373 t 28374 28454 28373 t 28454 28532 28453 t 28706 28619 28532 t 28799 28798 28619 t 28706 28799 28619 t 28889 28888 28798 t 28799 28889 28798 t 28889 28979 28888 t 29065 29160 28978 t 29255 29254 28978 t 29160 29255 28978 t 29355 29354 29254 t 29255 29355 29254 t 29355 29460 29459 t 29354 29355 29459 t 29460 29566 29459 t 30583 30582 30463 t 30464 30583 30463 t 30583 30708 30582 t 30830 30829 30708 t 30953 30952 30829 t 30830 30953 30829 t 31083 31082 30952 t 30953 31083 30952 t 31083 31198 31082 t 31313 31312 31198 t 31083 31313 31198 t 31432 31431 31312 t 31313 31432 31312 t 31550 31549 31431 t 31432 31550 31431 t 31667 31666 31549 t 31550 31667 31549 t 31781 31780 31666 t 31667 31781 31666 t 16857 23814 31780 t 31781 16857 31780 t 16857 24319 27709 t 23814 16857 27709 t 17761 17762 17791 t 6428 6429 6529 t 6429 30091 6430 t 18826 17716 18912 t 28563 28644 28643 t 30072 30071 29977 t 29191 29192 29283 t 29497 29599 29598 t 28050 28051 28101 t 28102 28159 28158 t 31462 31583 31461 t 30737 30736 30614 t 30735 30859 30734 t 30983 30982 30858 t 28052 28051 27999 t 31691 31690 31572 t 28728 28727 28632 t 28397 28472 28396 t 28726 28820 28725 t 28909 28908 28819 t 30849 30848 30602 t 30482 30603 30481 t 30255 30254 30149 t 30150 30255 30149 t 28820 28909 28819 t 29085 29084 28996 t 28911 29000 28910 t 29087 29086 28999 t 29376 29375 29276 t 27936 27935 27882 t 31460 31459 31344 t 31345 31460 31344 t 30860 30859 30736 t 31346 31462 31229 t 28101 28102 28158 t 28159 28218 28217 t 29507 29506 29401 t 29609 29608 29506 t 28574 28573 28493 t 29507 29609 29506 t 28494 28574 28493 t 28655 28654 28573 t 28420 28419 28351 t 28409 28483 28482 t 30546 30647 11315 t 29679 29678 29581 t 28340 28341 28407 t 28842 28841 28750 t 27860 27859 27810 t 27811 27860 27810 t 27913 27912 27859 t 27860 27913 27859 t 27969 27968 27912 t 27913 27969 27912 t 28022 28021 27968 t 27969 28022 27968 t 28022 28074 28073 t 28021 28022 28073 t 28074 28127 28126 t 28073 28074 28126 t 28127 28185 28184 t 28126 28127 28184 t 28247 28246 28184 t 28185 28247 28184 t 28313 28312 28246 t 28247 28313 28246 t 28375 28374 28312 t 28313 28375 28312 t 28455 28454 28374 t 28375 28455 28374 t 28533 28532 28454 t 28455 28533 28454 t 28707 28706 28532 t 28800 28799 28706 t 28707 28800 28706 t 28890 28889 28799 t 28800 28890 28799 t 28980 28979 28889 t 28890 28980 28889 t 29161 29160 29065 t 29066 29161 29065 t 29256 29255 29160 t 29161 29256 29160 t 29356 29355 29255 t 29256 29356 29255 t 29356 29461 29460 t 29355 29356 29460 t 29567 29566 29460 t 29461 29567 29460 t 30584 30583 30464 t 30465 30584 30464 t 30709 30708 30583 t 30584 30709 30583 t 30831 30830 30708 t 30709 30831 30708 t 30954 30953 30830 t 30831 30954 30830 t 31084 31083 30953 t 30954 31084 30953 t 31084 31199 31083 t 31314 31313 31083 t 31199 31314 31083 t 31433 31432 31313 t 31314 31433 31313 t 31551 31550 31432 t 31433 31551 31432 t 31668 31667 31550 t 31551 31668 31550 t 31782 31781 31667 t 31668 31782 31667 t 15712 16857 31781 t 31782 15712 31781 t 6330 30192 6427 t 31624 19669 19758 t 3333 3456 3332 t 31694 31806 31693 t 29123 29122 29030 t 31461 31582 31460 t 28662 28661 28581 t 28392 28391 28262 t 29079 29176 29078 t 28417 28491 28416 t 14214 13957 15488 t 28401 28400 28334 t 28482 28483 28563 t 28645 28644 28563 t 30615 30737 30614 t 30615 30614 30492 t 31581 31580 31459 t 31460 31581 31459 t 28040 28041 28093 t 27988 27987 27935 t 29087 29185 29086 t 28633 28728 28632 t 28090 28145 28144 t 28089 28090 28144 t 31799 31800 11752 t 30603 30849 30602 t 30362 30361 30254 t 30255 30362 30254 t 28631 28726 28630 t 28997 28996 28908 t 29000 29087 28999 t 29185 29184 29086 t 29181 29376 29276 t 31337 31573 31452 t 31699 31698 31580 t 28824 28823 28728 t 30737 30860 30736 t 31581 31699 31580 t 28341 28342 28408 t 30985 30984 30859 t 28282 28283 28341 t 28342 28409 28408 t 28158 28159 28217 t 28218 28283 28282 t 28217 28218 28282 t 28283 28342 28341 t 28408 28409 28482 t 28483 28564 28563 t 29491 29593 29490 t 28943 28942 28856 t 30848 30971 30847 t 29697 29788 29696 t 27861 27860 27811 t 27812 27861 27811 t 27914 27913 27860 t 27861 27914 27860 t 27970 27969 27913 t 27914 27970 27913 t 27970 28023 28022 t 27969 27970 28022 t 28023 28075 28074 t 28022 28023 28074 t 28075 28128 28127 t 28074 28075 28127 t 28128 28186 28185 t 28127 28128 28185 t 28248 28247 28185 t 28186 28248 28185 t 28376 28375 28313 t 28247 28376 28313 t 28456 28455 28375 t 28376 28456 28375 t 28534 28533 28455 t 28456 28534 28455 t 28708 28707 28532 t 28533 28708 28532 t 28801 28800 28707 t 28708 28801 28707 t 28891 28890 28800 t 28801 28891 28800 t 28981 28980 28890 t 28891 28981 28890 t 29067 29161 29066 t 29257 29256 29161 t 29067 29257 29161 t 29357 29356 29256 t 29257 29357 29256 t 29462 29461 29356 t 29357 29462 29356 t 29568 29567 29461 t 29462 29568 29461 t 30585 30584 30465 t 30710 30709 30584 t 30585 30710 30584 t 30832 30831 30709 t 30710 30832 30709 t 30955 30954 30831 t 30832 30955 30831 t 31085 31084 30954 t 30955 31085 30954 t 31200 31199 31084 t 31085 31200 31084 t 31315 31314 31199 t 31200 31315 31199 t 31434 31433 31314 t 31315 31434 31314 t 31552 31551 31433 t 31434 31552 31433 t 31669 31668 31551 t 31552 31669 31551 t 31783 31782 31668 t 31669 31783 31668 t 12523 15712 31782 t 31783 12523 31782 t 12523 6269 15712 t 29878 29973 29877 t 28467 28723 28628 t 29911 29910 29821 t 29984 30079 29983 t 30498 30497 30376 t 29822 29911 29821 t 30098 30099 30199 t 30980 30979 30855 t 28564 28645 28563 t 28835 28834 28739 t 28740 28739 28644 t 28645 28740 28644 t 30493 30615 30492 t 30266 30373 30265 t 29400 29505 29399 t 19669 31624 19668 t 30614 30736 30613 t 29646 29545 29546 t 29963 30057 29962 t 29279 29278 29184 t 27984 27985 28036 t 28037 28090 28089 t 12527 17340 11752 t 17340 24157 11752 t 30482 30481 30361 t 30362 30482 30361 t 28631 28630 28549 t 28820 28819 28725 t 29185 29279 29184 t 29380 29379 29278 t 29486 29485 29379 t 29279 29380 29278 t 28553 28634 28552 t 28766 28941 28765 t 25139 26332 27570 t 28902 28811 28812 t 30860 30985 30859 t 26332 25139 24869 t 31115 31114 30984 t 30985 31115 30984 t 31230 31346 31229 t 30162 30266 30161 t 28740 28835 28739 t 29099 29197 29196 t 28734 28735 28829 t 28735 28830 28829 t 27998 27997 27945 t 29818 29908 29817 t 27862 27861 27812 t 27813 27862 27812 t 27915 27914 27861 t 27862 27915 27861 t 27971 27970 27914 t 27915 27971 27914 t 27971 28024 28023 t 27970 27971 28023 t 28023 28024 28075 t 28024 28129 28128 t 28075 28024 28128 t 28129 28187 28186 t 28128 28129 28186 t 28249 28248 28186 t 28187 28249 28186 t 28314 28247 28248 t 28249 28314 28248 t 28377 28376 28247 t 28314 28377 28247 t 28457 28456 28376 t 28377 28457 28376 t 28457 28534 28456 t 28709 28708 28533 t 28534 28709 28533 t 28802 28801 28708 t 28709 28802 28708 t 28892 28891 28801 t 28802 28892 28801 t 28982 28981 28891 t 28892 28982 28891 t 28982 29068 28981 t 29258 29257 29067 t 29162 29258 29067 t 29358 29357 29257 t 29258 29358 29257 t 29358 29463 29462 t 29357 29358 29462 t 29463 29568 29462 t 29463 29663 29568 t 30466 30465 30344 t 30345 30466 30344 t 30586 30585 30465 t 30466 30586 30465 t 30711 30710 30585 t 30586 30711 30585 t 30833 30832 30710 t 30711 30833 30710 t 30956 30955 30832 t 30833 30956 30832 t 31086 31085 30955 t 30956 31086 30955 t 31201 31200 31085 t 31086 31201 31085 t 31316 31315 31200 t 31201 31316 31200 t 31316 31434 31315 t 31553 31552 31434 t 31670 31669 31552 t 31553 31670 31552 t 30902 31491 11484 t 31717 19854 19855 t 12522 12523 31783 t 12523 6270 6269 t 31717 15544 19946 t 14595 8675 5360 t 27946 27945 27891 t 27946 27998 27945 t 27892 27891 27844 t 28903 28902 28813 t 29688 29778 29687 t 28922 28921 28834 t 28349 28348 28290 t 29968 29967 29871 t 28835 28922 28834 t 30493 30492 30372 t 30373 30372 30265 t 29316 29315 29220 t 30373 30493 30372 t 27894 27948 27893 t 29607 29606 29504 t 30154 30153 29961 t 29864 29959 29863 t 27985 28037 28036 t 30057 30154 29961 t 3210 11928 3090 t 28036 28037 28089 t 29271 29371 29270 t 29126 29033 10392 t 28726 28725 28630 t 28145 28203 28202 t 28328 28549 28267 t 29868 29963 29867 t 30057 29961 29962 t 29868 29867 29682 t 29963 29962 29867 t 31103 31219 31102 t 31103 31102 30972 t 24981 26332 24869 t 5354 8841 5473 t 24981 24869 31810 t 31811 24981 31810 t 31811 31810 31698 t 31699 31811 31698 t 29968 30060 29967 t 30266 30265 30161 t 28922 29012 28921 t 29098 29099 29196 t 27892 27946 27891 t 24981 25227 26332 t 27863 27862 27813 t 27814 27863 27813 t 27916 27915 27862 t 27863 27916 27862 t 27972 27971 27915 t 27916 27972 27915 t 27971 27972 28024 t 28024 28130 28129 t 28188 28187 28129 t 28130 28188 28129 t 28250 28249 28187 t 28188 28250 28187 t 28315 28314 28249 t 28250 28315 28249 t 28378 28377 28314 t 28315 28378 28314 t 28458 28457 28377 t 28378 28458 28377 t 28535 28534 28457 t 28458 28535 28457 t 28710 28709 28534 t 28535 28710 28534 t 28803 28802 28709 t 28710 28803 28709 t 28893 28892 28802 t 28803 28893 28802 t 28983 28982 28892 t 28893 28983 28892 t 29069 29068 28982 t 28983 29069 28982 t 29259 29258 29162 t 29163 29259 29162 t 29359 29358 29258 t 29259 29359 29258 t 29464 29463 29358 t 29359 29464 29358 t 29464 29569 29463 t 29569 29664 29663 t 29463 29569 29663 t 30467 30466 30345 t 30346 30467 30345 t 30587 30586 30466 t 30467 30587 30466 t 30712 30711 30586 t 30587 30712 30586 t 30834 30833 30711 t 30712 30834 30711 t 30957 30956 30833 t 30834 30957 30833 t 31087 31086 30956 t 30957 31087 30956 t 31202 31201 31086 t 31087 31202 31086 t 31317 31316 31201 t 31202 31317 31201 t 31435 31434 31316 t 31317 31435 31316 t 31554 31553 31434 t 31435 31554 31434 t 31671 31670 31553 t 31554 31671 31553 t 18910 30811 18909 t 26440 16649 15576 t 6358 24319 6359 t 28141 28198 28140 t 27845 27892 27844 t 28162 28161 28104 t 28283 28284 28342 t 28220 28219 28160 t 28813 28812 28720 t 30158 30157 29965 t 29289 29391 29390 t 29012 29011 28921 t 29872 29871 29780 t 29801 29892 29800 t 29534 29635 29533 t 28940 28939 28855 t 29505 29504 29399 t 28000 27999 27947 t 27932 27931 27878 t 30154 30259 30153 t 27879 27932 27878 t 27985 27984 27931 t 29579 29578 29475 t 31801 31800 31688 t 27950 27949 27895 t 28903 29079 28902 t 30972 30971 30848 t 30849 30972 30848 t 30972 31102 30971 t 31102 31101 30971 t 28144 28145 28202 t 28268 28267 28202 t 28268 28328 28267 t 28203 28268 28202 t 29588 29684 29587 t 29683 29868 29682 t 28267 28549 28266 t 28549 28394 28266 t 29274 29374 29273 t 29374 29373 29273 t 28940 29028 28939 t 31243 31242 31127 t 29801 29800 29707 t 29607 29702 29606 t 29872 29968 29871 t 30162 30161 30060 t 29012 29099 29098 t 29011 29012 29098 t 29965 30157 30059 t 29217 29314 29216 t 28105 28104 28053 t 30514 30513 30392 t 27864 27863 27814 t 27815 27864 27814 t 27917 27916 27863 t 27864 27917 27863 t 27973 27972 27916 t 27917 27973 27916 t 27973 28025 28024 t 27972 27973 28024 t 28025 28076 28024 t 28076 28131 28130 t 28024 28076 28130 t 28189 28188 28130 t 28131 28189 28130 t 28251 28250 28188 t 28189 28251 28188 t 28316 28315 28250 t 28251 28316 28250 t 28379 28378 28315 t 28316 28379 28315 t 28459 28458 28378 t 28379 28459 28378 t 28536 28535 28458 t 28459 28536 28458 t 28536 28711 28535 t 28711 28710 28535 t 28804 28803 28710 t 28711 28804 28710 t 28894 28893 28803 t 28804 28894 28803 t 28984 28983 28893 t 28894 28984 28893 t 29070 29069 28983 t 28984 29070 28983 t 29070 29164 29069 t 29260 29259 29163 t 29360 29359 29259 t 29260 29360 29259 t 29465 29464 29359 t 29360 29465 29359 t 29465 29570 29569 t 29464 29465 29569 t 29570 29665 29664 t 29569 29570 29664 t 29665 29759 29664 t 30468 30467 30346 t 30347 30468 30346 t 30588 30587 30467 t 30468 30588 30467 t 30713 30712 30587 t 30588 30713 30587 t 30835 30834 30712 t 30713 30835 30712 t 30958 30957 30834 t 30835 30958 30834 t 31088 31087 30957 t 30958 31088 30957 t 31203 31202 31087 t 31088 31203 31087 t 31318 31317 31202 t 31203 31318 31202 t 31436 31435 31317 t 31318 31436 31317 t 31555 31554 31435 t 31436 31555 31435 t 31672 31671 31554 t 31555 31672 31554 t 19943 19851 19944 t 31300 31419 15399 t 15456 31419 15400 t 31419 15456 15399 t 15399 15456 15455 } object { shader default-shader type plane p 0 0 0 n 0 0 1 } shader { name Glass type glass eta 1.6 color 1 1 1 } shader { name Mirror type mirror refl 0.7 0.7 0.7 } object { shader Glass type sphere c 12 0 5 r 3 } object { shader Mirror type sphere c -13 0 5 r 3 } examples/aliens_shiny.sc0000644000175000017500001061264711301357557014764 0ustar user03user03image { resolution 640 480 aa 1 1 samples 4 filter gaussian } camera { type thinlens eye -0.754123 -340.443 73.6866 target 1.17265 -29.155 59.1488 up 0 0 1 fov 47 aspect 1.333333 fdist 320 lensr 9 } light { type sunsky up 0 0 1 east 0 1 0 sundir 1 -1 0.31 turbidity 2 samples 16 } shader { name ground.shader type diffuse diff 0.5 0.5 0.5 } object { shader ground.shader type plane p 0 0 0 n 0 0 1 } shader { name 3---Default type shiny diff 0.490196 0.909804 0 refl 0.1 } shader { name 7---Default type diffuse diff 1 1 1 } shader { name 1---Default type shiny diff 0.0352941 0.619608 1 refl 0.1 } shader { name 2---Default type shiny diff 1 0.870588 0 refl 0.1 } object { shader 3---Default type mesh name Sphere01 5469 10320 v 9.12482 -25.8656 107.225 0.19626 -0.456562 0.867775 0 0 v 15.7221 -21.6807 107.221 0.314302 -0.3142 0.895819 0 0 v 19.3194 -16.0369 107.279 0.38288 -0.1209 0.915853 0 0 v 19.3783 -10.0775 107.225 0.392252 0.106262 0.913699 0 0 v 15.6074 -4.22276 107.292 0.307236 0.319018 0.896568 0 0 v 9.12481 -0.0192098 107.225 0.19626 0.456562 0.867775 0 0 v 15.6118 -35.5597 97.0649 0.262129 -0.735408 0.62487 0 0 v 27.4685 -28.5938 97.0565 0.505637 -0.54262 0.670742 0 0 v 34.3014 -18.5243 102.673 -0.273778 0.0818378 0.958305 0 0 v 34.0825 -8.26898 97.0404 0.665175 0.217747 0.714233 0 0 v 27.4639 2.47861 97.0612 0.521273 0.521647 0.675395 0 0 v 15.6118 9.67482 97.0649 0.262129 0.735408 0.62487 0 0 v 20.0726 -41.6422 84.4709 0.260169 -0.913633 0.312389 0 0 v 34.9632 -32.9702 84.5349 0.666491 -0.623169 0.409207 0 0 v 42.9847 -19.8872 84.4835 0.87797 -0.280209 0.388137 0 0 v 42.878 -6.24639 84.5738 0.871768 0.26858 0.409737 0 0 v 34.5454 6.53686 84.5118 0.639656 0.694814 0.328746 0 0 v 19.5336 15.2725 84.5105 0.321288 0.912704 0.252478 0 0 v 20.7931 -41.9764 69.245 0.289254 -0.922756 -0.254664 0 0 v 36.8116 -33.0215 69.718 0.688154 -0.664177 -0.292085 0 0 v 44.9922 -19.8972 69.5609 0.925937 -0.306959 -0.220037 0 0 v 44.9922 -5.98761 69.5609 0.925938 0.306958 -0.220037 0 0 v 36.1864 6.54454 69.5609 0.637358 0.738883 -0.218693 0 0 v 20.4418 15.2261 69.5512 0.313767 0.923207 -0.221899 0 0 v 16.5209 -35.1725 56.0335 0.255152 -0.671139 -0.696039 0 0 v 28.4678 -28.3972 56.1425 0.433947 -0.497364 -0.751212 0 0 v 35.3673 -18.4582 56.1425 0.550673 -0.180701 -0.814927 0 0 v 35.3673 -7.42667 56.1425 0.550673 0.180701 -0.814927 0 0 v 28.4678 2.51238 56.1425 0.433947 0.497364 -0.751212 0 0 v 16.1583 9.37679 56.1403 0.238947 0.698952 -0.674071 0 0 v 7.50106 -25.881 47.5221 0.198243 -0.467564 -0.861443 0 0 v 12.8679 -21.9139 47.5221 0.296243 -0.276046 -0.914352 0 0 v 15.9146 -16.1443 47.5221 0.326794 -0.087213 -0.941063 0 0 v 15.9146 -9.74053 47.5221 0.326794 0.087213 -0.941063 0 0 v 12.8679 -3.97093 47.5221 0.296243 0.276046 -0.914352 0 0 v 7.50106 -0.00383633 47.5221 0.198243 0.467564 -0.861443 0 0 v 36.2014 -21.8545 99.9867 -0.013484 -0.967395 0.252911 0 0 v 40.1235 -19.4871 97.1437 0.913808 -0.282385 -0.291914 0 0 v 38.0003 -16.2663 100.012 0.349026 0.883653 0.31199 0 0 v 46.8951 -22.2005 113.968 -0.780349 0.171978 0.601232 0 0 v 47.7509 -23.6142 113.184 -0.216436 -0.968164 -0.125751 0 0 v 49.5463 -22.5776 112.561 0.730802 -0.147462 -0.666471 0 0 v 48.4726 -21.1421 113.407 0.170293 0.98357 0.0599236 0 0 v 48.9501 -23.0503 119.096 -0.955537 0.284536 -0.0773836 0 0 v 50.9626 -26.0743 117.593 -0.35865 -0.709639 -0.606451 0 0 v 55.0014 -23.8205 116.563 0.285361 0.0242313 -0.958114 0 0 v 52.537 -20.7535 118.202 -0.0968928 0.873668 -0.476777 0 0 v 49.3774 -23.2423 121.885 -0.875798 0.205473 0.43676 0 0 v 52.3813 -27.7459 119.656 -0.237683 -0.937249 -0.255091 0 0 v 58.4144 -24.3733 118.107 0.573837 -0.0760021 -0.815435 0 0 v 54.7518 -19.8073 120.556 0.0499419 0.985845 -0.160051 0 0 v 52.2665 -23.8004 125.048 -0.485631 0.0453773 0.872985 0 0 v 55.1743 -28.1603 122.889 -0.00333474 -0.957352 0.288906 0 0 v 61.0138 -24.8964 121.39 0.942349 -0.241828 -0.231294 0 0 v 57.4675 -20.4758 123.761 0.277113 0.875111 0.396722 0 0 v 56.2586 -24.4157 125.99 -0.00590275 -0.112291 0.993658 0 0 v 57.572 -26.344 125.024 0.23241 -0.623921 0.746128 0 0 v 60.1058 -24.9094 124.379 0.714859 -0.282226 0.639785 0 0 v 58.5688 -22.9597 125.413 0.401727 0.302261 0.864439 0 0 v 9.36977 1.95135 41.5883 0.381083 0.877835 0.290141 0 0 v 15.9925 -2.62445 41.5899 0.674628 0.65395 0.342385 0 0 v 19.6395 -8.56243 41.6162 0.883635 0.255277 0.392457 0 0 v 18.6653 -16.6293 45.232 0.218609 -0.0479805 0.974632 0 0 v 15.8206 -23.4699 41.6092 0.66894 -0.65967 0.342571 0 0 v 9.36977 -27.8362 41.5883 0.381083 -0.877835 0.290141 0 0 v 10.2646 2.9406 33.5791 0.394361 0.918571 0.0265706 0 0 v 17.4635 -2.0922 33.5794 0.73385 0.678921 0.0230329 0 0 v 21.338 -9.00965 33.5716 0.967055 0.253953 0.0176604 0 0 v 21.3985 -16.7888 33.2879 0.968136 -0.250257 0.0092036 0 0 v 17.4597 -23.7926 33.5701 0.734758 -0.677891 0.0243804 0 0 v 10.2646 -28.8254 33.5791 0.394361 -0.918571 0.0265706 0 0 v 9.69069 2.28468 25.0062 0.387615 0.898614 -0.20554 0 0 v 16.5124 -2.53142 25.0062 0.718779 0.65229 -0.240573 0 0 v 20.207 -9.26099 25.0062 0.932072 0.241422 -0.270106 0 0 v 20.207 -16.6239 25.0062 0.932072 -0.241423 -0.270106 0 0 v 16.5124 -23.3534 25.0062 0.718778 -0.65229 -0.240573 0 0 v 9.69069 -28.1695 25.0062 0.387615 -0.898615 -0.20554 0 0 v 7.91072 0.250435 17.9815 0.335365 0.76269 -0.553023 0 0 v 13.5727 -3.81137 17.9815 0.585824 0.52704 -0.615662 0 0 v 16.7614 -9.69373 17.9793 0.725804 0.185477 -0.662425 0 0 v 16.9392 -16.2215 18.076 0.741751 -0.191094 -0.642875 0 0 v 13.5705 -22.0694 17.9793 0.585933 -0.525855 -0.616571 0 0 v 7.91072 -26.1353 17.9815 0.335365 -0.76269 -0.553023 0 0 v 4.81901 -3.19439 14.1073 0.217589 0.421988 -0.880103 0 0 v 8.44367 -6.03647 14.0763 0.306752 0.277276 -0.910506 0 0 v 10.818 -10.2631 14.087 0.364121 0.100074 -0.92596 0 0 v 13.7585 -15.8844 14.6436 0.916525 -0.233706 -0.324596 0 0 v 8.34765 -20.0026 14.0721 0.302559 -0.286497 -0.909053 0 0 v 4.81901 -22.6905 14.1073 0.21759 -0.421989 -0.880102 0 0 v 3.99515 -8.63112 12.5313 0.119487 0.0869803 -0.989018 0 0 v 5.42087 -11.305 12.5523 0.146197 0.0380917 -0.988522 0 0 v 5.07554 -14.5284 12.4696 0.13215 -0.0334477 -0.990665 0 0 v 3.97243 -17.272 12.5283 0.117633 -0.0878613 -0.989163 0 0 v 19.1245 -20.1954 41.9671 0.386655 -0.89533 0.221091 0 0 v 21.5584 -16.9774 38.3151 0.79211 -0.210432 -0.572957 0 0 v 20.9248 -13.2986 41.9044 0.704041 0.656028 0.271944 0 0 v 23.4299 -16.9852 44.8807 0.133289 0.0403885 0.990254 0 0 v 23.1682 -19.5406 42.2788 0.0136732 -0.998652 0.0500725 0 0 v 24.2419 -17.2353 39.0919 -0.0888317 -0.0537975 -0.994593 0 0 v 24.43 -14.6287 41.8955 0.156936 0.987428 -0.0189043 0 0 v 28.3718 -17.485 43.2136 0.533998 0.0330831 0.844838 0 0 v 27.2943 -19.7851 41.1224 -0.0737253 -0.995331 0.0622946 0 0 v 27.0526 -17.6819 38.0848 -0.564271 -0.0304754 -0.825027 0 0 v 28.05 -15.2383 40.4402 0.184933 0.978955 -0.0862967 0 0 v 32.1074 -18.1965 39.5996 0.810857 0.0731531 0.580654 0 0 v 30.5111 -20.1415 38.4049 -0.0222691 -0.997607 0.0654491 0 0 v 29.2178 -18.3384 36.0405 -0.734744 -0.103546 -0.670396 0 0 v 30.8609 -16.3447 37.3911 0.192195 0.961243 -0.197671 0 0 v 33.5378 -18.6516 36.3777 0.997082 -0.01176 -0.0754272 0 0 v 32.3148 -19.8784 36.0093 0.239163 -0.897953 -0.369434 0 0 v 31.035 -18.7176 34.8524 -0.177798 -0.289287 -0.940585 0 0 v 32.2983 -17.4813 35.2704 0.363557 0.661844 -0.655583 0 0 v 10.2201 -17.6388 13.4668 0.036809 -0.862096 -0.505406 0 0 v 8.17089 -15.2101 12.6184 -0.377782 0.0876883 -0.921733 0 0 v 11.32 -13.3875 13.4381 0.269515 0.761226 -0.589828 0 0 v 14.1248 -16.0945 10.9558 0.958572 -0.222583 0.177755 0 0 v 11.3182 -17.4616 10.4803 -0.129772 -0.991152 0.0278766 0 0 v 9.64812 -15.5799 10.1039 -0.939784 0.219906 -0.261626 0 0 v 12.1625 -14.1836 10.327 0.129769 0.987114 -0.0936293 0 0 v 14.5428 -16.4666 6.32056 0.971275 -0.229341 0.0634566 0 0 v 11.9546 -17.719 5.96867 -0.128534 -0.991058 0.0358289 0 0 v 10.4044 -15.9947 5.68852 -0.960347 0.226092 -0.163145 0 0 v 12.7237 -14.7173 5.79949 0.127575 0.985711 -0.10999 0 0 v 14.5541 -16.7437 2.56142 0.967346 -0.237603 -0.0882368 0 0 v 12.4358 -17.7726 2.2556 -0.106263 -0.988183 -0.110461 0 0 v 11.1575 -16.3548 2.04254 -0.902394 0.199574 -0.38191 0 0 v 13.0649 -15.3085 2.1164 0.145291 0.959115 -0.242876 0 0 v 13.9608 -16.7676 0.977822 0.665216 -0.207447 -0.717254 0 0 v 12.9238 -17.2817 0.831119 0.0338334 -0.67246 -0.739359 0 0 v 12.2682 -16.5715 0.719038 -0.401201 0.0489557 -0.914681 0 0 v 13.2345 -16.0529 0.761266 0.188105 0.541826 -0.819171 0 0 v 25.3668 -40.7155 80.7996 0.542735 -0.839896 -0.00375026 0 0 v 26.0003 -40.809 73.4452 0.534848 -0.83262 0.14381 0 0 v 33.7834 -36.5506 73.6764 0.438543 -0.890515 0.121092 0 0 v 32.865 -36.4098 80.9545 0.442493 -0.896769 -0.00253319 0 0 v 25.6994 -38.7863 80.0815 0.752069 -0.0425741 -0.657708 0 0 v 26.1704 -38.8819 73.9699 0.644097 0.0249728 0.764536 0 0 v 32.5912 -35.3822 74.2187 -0.702942 -0.129022 0.699447 0 0 v 31.8757 -35.2249 80.2475 -0.583032 -0.191604 -0.789533 0 0 v 26.3814 -33.3639 79.0008 0.76494 -0.500593 -0.405307 0 0 v 26.7538 -33.4405 74.5896 0.695303 -0.462774 0.549904 0 0 v 31.3615 -30.9044 74.7584 -0.296047 -0.689644 0.660869 0 0 v 30.8755 -30.7981 79.1316 -0.205446 -0.726798 -0.655406 0 0 v 12.2997 -42.1633 63.1305 0.165456 -0.87268 -0.459407 0 0 v 1.31948 -27.415 107.169 3.76637e-007 -0.535496 0.844538 0 0 v 1.31948 -11.8449 110.865 2.63838e-007 0.0092209 0.999957 0 0 v 1.31948 -6.94617 110.473 6.98755e-009 0.189752 0.981832 0 0 v 1.31948 -37.9784 97.0649 -4.16366e-007 -0.794846 0.606811 0 0 v 1.31948 12.0935 97.0649 4.1963e-009 0.794846 0.606811 0 0 v 1.31948 -44.1849 84.5127 0 -0.974221 0.225597 0 0 v 1.31948 18.3521 69.5184 4.71564e-008 0.974637 -0.223791 0 0 v 1.31948 10.8007 54.5622 0.042249 0.813646 -0.579824 0 0 v 1.31948 -27.2189 47.5221 1.86473e-009 -0.912699 0.408633 0 0 v 1.31948 1.74241 47.5221 0.106861 0.545852 -0.831039 0 0 v 1.31948 3.60952 41.5883 1.86585e-009 0.964505 0.264064 0 0 v 1.31948 4.76021 33.5791 7.46402e-009 0.999701 0.0244478 0 0 v 1.31948 3.99748 25.0062 -1.10063e-007 0.98186 -0.189609 0 0 v 1.31948 -29.8823 25.0062 -1.68826e-007 -0.98186 -0.189609 0 0 v 1.31948 -2.29134 14.1502 4.73118e-008 0.527146 -0.849775 0 0 v 1.31948 -20.5149 12.8047 -2.79664e-009 -0.249513 -0.968372 0 0 v 1.31948 -43.0334 63.205 4.6603e-010 -0.92636 -0.376639 0 0 v -6.48585 -25.8656 107.225 -0.19626 -0.456562 0.867775 0 0 v -12.9728 -35.5597 97.0649 -0.262129 -0.735408 0.62487 0 0 v -24.6691 -28.7451 97.052 -0.504555 -0.541359 0.672574 0 0 v -12.9286 -21.6939 107.32 -0.299401 -0.324395 0.897289 0 0 v -33.392 -22.0221 99.9828 0.00381561 -0.95444 0.298378 0 0 v -31.0508 -18.3549 102.697 0.15649 0.139631 0.97776 0 0 v -16.3793 -15.9933 107.487 -0.372402 -0.119101 0.920397 0 0 v -32.8645 -13.8806 97.228 -0.51507 0.665131 0.540651 0 0 v -32.332 -11.3362 97.0212 -0.682361 0.109167 0.722818 0 0 v -16.663 -10.1928 107.339 -0.381248 0.119071 0.916772 0 0 v -25.1572 1.87622 97.0598 -0.537208 0.501786 0.677952 0 0 v -13.0214 -4.31533 107.292 -0.3119 0.315867 0.896073 0 0 v -12.9728 9.67483 97.0649 -0.262129 0.735408 0.62487 0 0 v -6.48585 -0.019209 107.225 -0.196259 0.456562 0.867775 0 0 v 1.31948 1.53014 107.169 -3.35041e-007 0.535496 0.844538 0 0 v -17.4337 -41.6422 84.4709 -0.260169 -0.913633 0.312389 0 0 v -32.3218 -33.064 84.4664 -0.663709 -0.631822 0.400365 0 0 v -40.4271 -19.9118 84.2721 -0.877629 -0.280405 0.388768 0 0 v -37.4296 -19.3885 96.5746 -0.944151 -0.241868 -0.223781 0 0 v -40.441 -6.38546 84.4584 -0.879002 0.271134 0.392226 0 0 v -31.9834 6.40804 84.5117 -0.643132 0.687264 0.337713 0 0 v -16.8946 15.2725 84.5105 -0.321288 0.912704 0.252478 0 0 v 1.31948 18.3284 84.503 1.40066e-009 0.972983 0.230876 0 0 v -34.1726 -33.0215 69.718 -0.688154 -0.664176 -0.292086 0 0 v -42.3532 -19.8972 69.5609 -0.925937 -0.306958 -0.220037 0 0 v -42.3533 -5.98761 69.5609 -0.925937 0.306959 -0.220037 0 0 v -33.5474 6.54453 69.5609 -0.637358 0.738883 -0.218693 0 0 v -17.8029 15.2261 69.5512 -0.313767 0.923207 -0.221899 0 0 v -18.1542 -41.9764 69.245 -0.289254 -0.922756 -0.254664 0 0 v -13.882 -35.1725 56.0335 -0.255152 -0.671139 -0.696038 0 0 v -25.8288 -28.3972 56.1425 -0.433947 -0.497364 -0.751212 0 0 v -32.7283 -18.4582 56.1425 -0.550673 -0.180701 -0.814927 0 0 v -32.7283 -7.42667 56.1425 -0.550673 0.180701 -0.814927 0 0 v -25.8288 2.51238 56.1425 -0.433947 0.497364 -0.751212 0 0 v -13.5194 9.37679 56.1403 -0.238946 0.698952 -0.674071 0 0 v -4.86209 -25.881 47.5221 -0.198243 -0.467564 -0.861443 0 0 v -10.229 -21.9139 47.5221 -0.296243 -0.276046 -0.914352 0 0 v -13.2756 -16.1443 47.5221 -0.326794 -0.087213 -0.941063 0 0 v -13.2756 -9.74053 47.5221 -0.326794 0.087213 -0.941063 0 0 v -10.229 -3.97093 47.5221 -0.296243 0.276046 -0.914352 0 0 v -4.86209 -0.00383633 47.5221 -0.198243 0.467564 -0.861443 0 0 v -53.6196 -24.4157 125.99 0.00590489 -0.112291 0.993658 0 0 v -54.933 -26.344 125.024 -0.23241 -0.623922 0.746128 0 0 v -57.4668 -24.9094 124.379 -0.71486 -0.282225 0.639785 0 0 v -55.9299 -22.9597 125.413 -0.401727 0.302261 0.864438 0 0 v -45.1119 -23.6142 113.184 0.216436 -0.968164 -0.125751 0 0 v -44.1087 -22.143 113.791 0.783697 0.146794 0.603548 0 0 v -46.7721 -22.5225 112.366 -0.726731 -0.177905 -0.663485 0 0 v -45.133 -20.8352 112.481 -0.182008 0.980246 0.077407 0 0 v -48.3236 -26.0743 117.593 0.358649 -0.709636 -0.606454 0 0 v -46.3111 -23.0503 119.096 0.955537 0.284536 -0.077383 0 0 v -52.3625 -23.8205 116.563 -0.28536 0.0242315 -0.958114 0 0 v -49.8981 -20.7535 118.202 0.096892 0.873667 -0.476778 0 0 v -49.7424 -27.7459 119.656 0.237683 -0.937249 -0.25509 0 0 v -46.7384 -23.2423 121.885 0.875799 0.205475 0.436757 0 0 v -55.7755 -24.3733 118.107 -0.573838 -0.0760031 -0.815434 0 0 v -52.1129 -19.8073 120.556 -0.0499409 0.985845 -0.160051 0 0 v -52.5353 -28.1603 122.889 0.00333496 -0.957351 0.288907 0 0 v -49.6276 -23.8004 125.048 0.485631 0.0453775 0.872986 0 0 v -58.3749 -24.8964 121.39 -0.942349 -0.241828 -0.231294 0 0 v -54.8285 -20.4758 123.761 -0.277113 0.875111 0.396722 0 0 v -13.3535 -2.62445 41.5899 -0.674628 0.65395 0.342385 0 0 v -6.73081 1.95135 41.5883 -0.381083 0.877835 0.290141 0 0 v -17.0006 -8.56243 41.6162 -0.883635 0.255277 0.392457 0 0 v -16.0263 -16.6293 45.232 -0.218609 -0.047981 0.974632 0 0 v -18.2858 -13.2986 41.9044 -0.704041 0.656028 0.271944 0 0 v -13.1816 -23.4699 41.6092 -0.66894 -0.65967 0.342571 0 0 v -16.4855 -20.1954 41.9671 -0.386656 -0.89533 0.221091 0 0 v -6.73081 -27.8362 41.5883 -0.381083 -0.877835 0.290142 0 0 v 1.31948 -29.4944 41.5883 1.39939e-009 -0.964505 0.264063 0 0 v -14.8246 -2.0922 33.5794 -0.73385 0.678921 0.023033 0 0 v -7.62565 2.9406 33.5791 -0.394361 0.918572 0.0265706 0 0 v -18.6991 -9.00965 33.5716 -0.967055 0.253953 0.0176604 0 0 v -18.9195 -16.9774 38.3151 -0.79211 -0.210433 -0.572957 0 0 v -18.7595 -16.7888 33.2879 -0.968136 -0.250257 0.00920358 0 0 v -14.8207 -23.7926 33.5701 -0.734758 -0.677891 0.0243804 0 0 v -7.62565 -28.8254 33.5791 -0.394361 -0.918571 0.0265706 0 0 v 1.31948 -30.6451 33.5791 0 -0.999701 0.0244478 0 0 v -13.8734 -2.53142 25.0062 -0.718779 0.65229 -0.240572 0 0 v -7.05172 2.28468 25.0062 -0.387615 0.898614 -0.20554 0 0 v -17.568 -9.26099 25.0062 -0.932072 0.241422 -0.270105 0 0 v -17.568 -16.6239 25.0062 -0.932072 -0.241423 -0.270105 0 0 v -13.8734 -23.3534 25.0062 -0.718779 -0.65229 -0.240573 0 0 v -7.05172 -28.1695 25.0062 -0.387615 -0.898614 -0.20554 0 0 v -10.9338 -3.81137 17.9815 -0.585824 0.52704 -0.615662 0 0 v -5.27176 0.250435 17.9815 -0.335365 0.762689 -0.553024 0 0 v -14.1224 -9.69373 17.9792 -0.725804 0.185475 -0.662425 0 0 v -14.3002 -16.2215 18.076 -0.741751 -0.191094 -0.642875 0 0 v -10.9316 -22.0694 17.9793 -0.585932 -0.525855 -0.616571 0 0 v -5.27176 -26.1353 17.9815 -0.335365 -0.76269 -0.553023 0 0 v 1.31948 -27.5168 17.9815 3.69704e-007 -0.853896 -0.520444 0 0 v -5.8047 -6.03647 14.0763 -0.306751 0.277275 -0.910507 0 0 v -2.18004 -3.19439 14.1073 -0.217588 0.421988 -0.880103 0 0 v -8.179 -10.2631 14.087 -0.364123 0.100076 -0.925959 0 0 v -11.1195 -15.8844 14.6436 -0.916525 -0.233706 -0.324597 0 0 v -8.681 -13.3875 13.4381 -0.269515 0.761229 -0.589824 0 0 v -5.70868 -20.0026 14.0721 -0.302559 -0.286496 -0.909053 0 0 v -7.5811 -17.6388 13.4668 -0.0368095 -0.862096 -0.505406 0 0 v -2.18004 -22.6905 14.1073 -0.217588 -0.421988 -0.880103 0 0 v 1.31948 -23.5935 14.1502 -2.33063e-010 -0.527148 -0.849774 0 0 v -1.35618 -8.63112 12.5313 -0.119484 0.0869796 -0.989019 0 0 v 1.31948 -7.81332 12.369 1.86996e-006 0.0943731 -0.995537 0 0 v 1.31948 -5.36995 12.8047 -8.11026e-008 0.249515 -0.968371 0 0 v -2.7819 -11.305 12.5523 -0.146197 0.0380917 -0.988522 0 0 v -5.53193 -15.2101 12.6184 0.377784 0.0876882 -0.921732 0 0 v -2.43657 -14.5284 12.4696 -0.132149 -0.0334476 -0.990665 0 0 v -1.33347 -17.272 12.5283 -0.117631 -0.0878614 -0.989163 0 0 v 1.31948 -18.0715 12.369 -5.22814e-006 -0.0943698 -0.995537 0 0 v -30.8988 -18.6516 36.3777 -0.997082 -0.0117623 -0.0754286 0 0 v -29.6758 -19.8784 36.0093 -0.239165 -0.897952 -0.369435 0 0 v -28.3961 -18.7176 34.8524 0.177797 -0.289285 -0.940586 0 0 v -29.6594 -17.4813 35.2704 -0.363553 0.661845 -0.655584 0 0 v -20.5292 -19.5406 42.2788 -0.0136735 -0.998652 0.0500729 0 0 v -20.791 -16.9852 44.8807 -0.133288 0.0403887 0.990254 0 0 v -21.6029 -17.2353 39.0919 0.0888325 -0.0537987 -0.994593 0 0 v -21.7911 -14.6287 41.8955 -0.156936 0.987428 -0.0189044 0 0 v -24.6554 -19.7851 41.1224 0.0737262 -0.995331 0.062294 0 0 v -25.7328 -17.485 43.2136 -0.533999 0.0330834 0.844837 0 0 v -24.4136 -17.6819 38.0848 0.564272 -0.0304751 -0.825026 0 0 v -25.411 -15.2383 40.4402 -0.184934 0.978955 -0.0862968 0 0 v -27.8722 -20.1415 38.4049 0.0222699 -0.997607 0.0654497 0 0 v -29.4685 -18.1965 39.5996 -0.810857 0.0731532 0.580654 0 0 v -26.5789 -18.3384 36.0405 0.734744 -0.103548 -0.670395 0 0 v -28.2219 -16.3447 37.3911 -0.192194 0.961243 -0.197671 0 0 v -11.3219 -16.7676 0.977822 -0.665208 -0.207442 -0.717263 0 0 v -10.2848 -17.2817 0.831112 -0.0338393 -0.672467 -0.739354 0 0 v -9.62922 -16.5715 0.719038 0.4012 0.0489349 -0.914682 0 0 v -10.5955 -16.0529 0.761273 -0.188107 0.54184 -0.819161 0 0 v -8.67927 -17.4616 10.4803 0.129772 -0.991152 0.0278766 0 0 v -11.4858 -16.0945 10.9558 -0.958572 -0.222582 0.177755 0 0 v -7.00915 -15.5799 10.1039 0.939783 0.219906 -0.261627 0 0 v -9.52352 -14.1836 10.327 -0.12977 0.987114 -0.0936292 0 0 v -9.31562 -17.719 5.96867 0.128534 -0.991058 0.0358289 0 0 v -11.9039 -16.4666 6.32056 -0.971275 -0.229341 0.0634569 0 0 v -7.7654 -15.9947 5.68852 0.960347 0.226092 -0.163145 0 0 v -10.0847 -14.7173 5.7995 -0.127575 0.985711 -0.10999 0 0 v -9.79684 -17.7726 2.25562 0.106263 -0.988183 -0.11046 0 0 v -11.9152 -16.7437 2.56143 -0.967346 -0.237604 -0.0882363 0 0 v -8.51856 -16.3548 2.04254 0.902393 0.199576 -0.381911 0 0 v -10.426 -15.3085 2.11641 -0.14529 0.959116 -0.242875 0 0 v -23.3613 -40.809 73.4452 -0.534847 -0.832621 0.143809 0 0 v -22.7278 -40.7155 80.7996 -0.542734 -0.839896 -0.00374991 0 0 v -31.1444 -36.5506 73.6764 -0.438544 -0.890515 0.121092 0 0 v -30.2261 -36.4098 80.9545 -0.442493 -0.896768 -0.00253184 0 0 v -23.7424 -33.3639 79.0008 -0.764939 -0.500593 -0.405308 0 0 v -24.1149 -33.4405 74.5896 -0.695302 -0.462775 0.549904 0 0 v -28.7226 -30.9044 74.7584 0.296046 -0.689644 0.660869 0 0 v -28.2365 -30.7981 79.1316 0.205445 -0.726798 -0.655406 0 0 v -23.5314 -38.8819 73.9699 -0.644097 0.0249732 0.764536 0 0 v -23.0604 -38.7863 80.0815 -0.752069 -0.0425753 -0.657708 0 0 v -29.9522 -35.3822 74.2187 0.702941 -0.129023 0.699448 0 0 v -29.2367 -35.2249 80.2475 0.583032 -0.191604 -0.789533 0 0 v 1.31948 -38.4853 56.0476 1.25455e-007 -0.659112 -0.752045 0 0 v 1.31948 -44.8033 70.6502 0 -0.994275 -0.106854 0 0 v -9.66077 -42.1633 63.1305 -0.165456 -0.87268 -0.459406 0 0 v 1.31948 -40.7534 58.5135 1.17307e-009 -0.969747 -0.244112 0 0 v 1.31948 -18.9387 110.473 -3.66147e-007 -0.18975 0.981833 0 0 v 1.31948 -16.1043 110.833 4.62107e-007 -0.0427774 0.999085 0 0 v 1.31948 -14.04 110.865 2.65702e-007 -0.0092209 0.999957 0 0 v 1.31948 -9.78051 110.833 4.65837e-007 0.0427774 0.999085 0 0 v 1.31948 1.63198 17.9815 -2.42574e-007 0.853896 -0.520444 0 0 v 1.31948 -38.5532 59.1495 0 -0.0331685 0.99945 0 0 v 10.5945 -39.9689 62.9455 -0.936665 -0.0839964 -0.340005 0 0 v 1.31948 -40.3721 62.0651 -9.34017e-010 0.00511513 -0.999987 0 0 v -7.95554 -39.9689 62.9455 0.936665 -0.0839965 -0.340005 0 0 v 1.31948 -29.9913 59.4986 -1.32321e-008 -0.163732 0.986505 0 0 v 8.7561 -32.1616 62.2259 -0.738389 -0.557249 -0.37981 0 0 v 1.31948 -31.2981 61.4669 5.64219e-009 -0.276309 -0.961069 0 0 v -6.11713 -32.1616 62.2259 0.738389 -0.557249 -0.379808 0 0 v 17.718 -28.6074 102.708 0.332884 -0.553619 0.763344 0 0 v 26.7488 -21.3328 102.217 0.344024 -0.442986 0.827896 0 0 v 29.229 -13.7341 102.212 0.46584 0.233758 0.853434 0 0 v 25.2855 -4.78211 102.701 0.515167 0.307881 0.799883 0 0 v 17.69 2.71385 102.725 0.3344 0.553645 0.762663 0 0 v 7.07558 6.59857 102.711 0.116388 0.680839 0.723126 0 0 v 25.3309 -35.5654 91.2302 0.429777 -0.728044 0.534082 0 0 v 36.5525 -24.6053 91.9632 0.676182 -0.605281 0.420015 0 0 v 40.0106 -13.8793 91.9581 0.870986 0.186808 0.454408 0 0 v 36.303 -0.922949 91.0716 0.697741 0.43157 0.571756 0 0 v 25.3353 9.66863 91.0633 0.443936 0.747441 0.494219 0 0 v 9.78638 15.2157 91.0629 0.147872 0.878751 0.453796 0 0 v 41.9115 -26.786 77.1882 0.848102 -0.514877 0.124998 0 0 v 46.2528 -12.9665 77.184 0.987533 0.0010222 0.157406 0 0 v 41.7356 0.975964 77.1698 0.820423 0.559124 0.119526 0 0 v 29.0594 12.1687 77.1687 0.491313 0.869769 0.0459801 0 0 v 11.115 18.372 77.1483 0.163925 0.986441 0.00787499 0 0 v 27.0018 -35.3901 62.1606 0.421738 -0.733972 -0.532374 0 0 v 38.59 -25.406 62.3419 0.683709 -0.472728 -0.555941 0 0 v 42.7627 -12.9424 62.3401 0.808766 1.12488e-007 -0.588131 0 0 v 38.5806 -0.486991 62.3401 0.682816 0.481974 -0.549057 0 0 v 26.8748 9.50157 62.3394 0.420792 0.768457 -0.482087 0 0 v 10.3353 15.0335 62.2977 0.142314 0.883111 -0.447059 0 0 v 17.0546 -28.4544 51.4172 0.28377 -0.478638 -0.830891 0 0 v 24.3846 -21.5527 51.4183 0.381709 -0.251498 -0.889408 0 0 v 27.0064 -12.9424 51.4183 0.411183 1.60266e-007 -0.911553 0 0 v 24.3846 -4.33219 51.4183 0.381709 0.251498 -0.889408 0 0 v 17.0509 2.5705 51.4183 0.282787 0.481726 -0.829441 0 0 v 6.82923 6.37296 51.3964 0.146158 0.611335 -0.777758 0 0 v 58.4799 -24.7268 125.616 0.356868 -0.208118 0.910677 0 0 v 41.4927 -21.493 107.266 -0.610348 -0.627039 0.484043 0 0 v 43.469 -21.8456 105.666 0.33399 -0.871967 -0.357944 0 0 v 44.1015 -19.7814 105.732 0.708149 0.655025 -0.263566 0 0 v 42.1022 -19.5022 107.332 -0.256574 0.799738 0.54276 0 0 v 49.1012 -24.2295 117.086 -0.827868 -0.557346 0.0632463 0 0 v 51.859 -24.5905 115.91 0.200229 -0.691726 -0.693847 0 0 v 52.5714 -22.1532 116.188 0.434513 0.673653 -0.597821 0 0 v 49.8136 -21.7922 117.364 -0.510562 0.842103 0.173746 0 0 v 49.344 -25.5925 119.691 -0.853187 -0.517541 -0.0649951 0 0 v 54.6651 -26.2621 117.466 0.143122 -0.619725 -0.771659 0 0 v 56.0573 -21.5864 117.998 0.317462 0.637011 -0.70245 0 0 v 50.7361 -20.9168 120.223 -0.548103 0.836395 0.00515298 0 0 v 50.9852 -26.5069 122.674 -0.631848 -0.629982 0.451543 0 0 v 57.4831 -27.3187 119.957 0.354307 -0.833755 -0.423461 0 0 v 59.189 -21.6112 120.604 0.608513 0.696345 -0.380547 0 0 v 52.6911 -20.7994 123.321 -0.391666 0.78272 0.48368 0 0 v 54.8647 -26.1721 125.25 -0.15056 -0.514382 0.844241 0 0 v 59.1768 -26.7189 123.445 0.522938 -0.776369 0.351833 0 0 v 60.3007 -22.9282 123.878 0.792663 0.38679 0.471253 0 0 v 55.9887 -22.3815 125.683 -0.023138 0.389957 0.920542 0 0 v 11.7615 -0.828174 44.7368 0.514798 0.719908 0.465527 0 0 v 16.6255 -6.01155 44.7473 0.717011 0.407373 0.565634 0 0 v 18.2932 -12.6727 45.0155 0.777297 0.0276544 0.628526 0 0 v 16.461 -19.9043 45.0156 0.688285 -0.410153 0.598363 0 0 v 11.7514 -25.0611 44.7439 0.51406 -0.719914 0.466332 0 0 v 4.97308 -28.0508 44.7367 0.188571 -0.897861 0.397853 0 0 v 13.8124 0.491973 37.7967 0.562983 0.808542 0.171201 0 0 v 19.3793 -5.33642 37.7981 0.849139 0.497666 0.176895 0 0 v 21.4565 -12.7537 37.774 0.988949 0.0874846 0.11969 0 0 v 19.4546 -20.5376 37.774 0.820163 -0.564307 0.094286 0 0 v 13.8088 -26.3803 37.7946 0.562337 -0.8094 0.169257 0 0 v 5.75404 -29.8314 37.7966 0.197534 -0.968898 0.149055 0 0 v 14.0292 0.631119 29.2297 0.572739 0.812619 -0.107796 0 0 v 19.6374 -5.51194 29.2297 0.868973 0.477469 -0.130035 0 0 v 21.5734 -12.9356 29.2228 0.990233 0.00247577 -0.139398 0 0 v 19.6375 -20.3718 29.2227 0.86819 -0.47866 -0.130881 0 0 v 14.0291 -26.516 29.2296 0.572757 -0.812609 -0.107776 0 0 v 5.83721 -30.0298 29.2297 0.19859 -0.975633 -0.0932849 0 0 v 12.4077 -0.486118 21.1642 0.539196 0.759506 -0.363894 0 0 v 17.4764 -6.08647 21.1642 0.798316 0.435398 -0.416077 0 0 v 19.254 -12.9444 21.1653 0.899383 0.0031709 -0.437149 0 0 v 17.4788 -19.7978 21.1653 0.797832 -0.438602 -0.413633 0 0 v 12.4077 -25.3987 21.1642 0.539226 -0.759458 -0.36395 0 0 v 5.21704 -28.5237 21.1642 0.190712 -0.927823 -0.320582 0 0 v 8.97031 -2.84746 15.6732 0.358905 0.494458 -0.791643 0 0 v 12.9156 -7.28081 15.676 0.488491 0.264635 -0.831471 0 0 v 14.3548 -13.0285 15.5689 0.583777 0.101973 -0.805485 0 0 v 12.9357 -18.5611 15.5701 0.50356 -0.384683 -0.773593 0 0 v 8.96827 -23.0389 15.6726 0.358737 -0.496147 -0.790662 0 0 v 3.91519 -25.3649 15.6843 0.141488 -0.661633 -0.736358 0 0 v 3.8332 -6.16287 12.8718 0.164302 0.214018 -0.962913 0 0 v 6.89195 -8.92894 13.0254 0.230671 0.12228 -0.965318 0 0 v 7.87181 -12.8773 12.9649 0.185597 0.106034 -0.976888 0 0 v 6.80704 -17.0872 12.9636 0.134693 -0.198961 -0.970707 0 0 v 3.82992 -19.7255 12.8715 0.163027 -0.214803 -0.962955 0 0 v 2.48878 -22.0039 13.3638 0.0916302 -0.386256 -0.917829 0 0 v 32.6524 -18.7744 35.0936 0.451553 -0.249031 -0.856787 0 0 v 20.604 -18.7378 44.22 0.0583942 -0.691651 0.719868 0 0 v 21.8826 -18.9408 40.0793 0.224167 -0.815595 -0.533437 0 0 v 22.8929 -15.1646 39.9369 0.340802 0.690849 -0.637637 0 0 v 21.6104 -14.9744 44.0775 0.200111 0.679425 0.70593 0 0 v 25.5899 -18.8101 43.6685 0.151659 -0.712961 0.684606 0 0 v 25.4005 -18.9613 39.8896 -0.250364 -0.782593 -0.569971 0 0 v 26.089 -15.7587 39.5289 -0.138763 0.730811 -0.668326 0 0 v 26.2784 -15.6074 43.3077 0.3154 0.724042 0.613421 0 0 v 29.8776 -19.2774 41.2071 0.422215 -0.710606 0.562826 0 0 v 28.3656 -19.3945 38.165 -0.491406 -0.773025 -0.401188 0 0 v 28.7436 -16.5156 37.5694 -0.348408 0.719549 -0.600718 0 0 v 30.2556 -16.3985 40.6115 0.607382 0.699298 0.376921 0 0 v 32.7977 -19.6302 37.6018 0.625513 -0.711767 0.319564 0 0 v 30.6402 -19.7006 35.9193 -0.354083 -0.829344 -0.432219 0 0 v 30.708 -17.4514 35.2436 -0.308459 0.629565 -0.713093 0 0 v 32.8655 -17.381 36.9261 0.689282 0.718911 0.0897603 0 0 v 13.1695 -16.69 0.574299 0.140803 -0.0911965 -0.985829 0 0 v 12.6133 -17.0545 12.7558 0.432922 -0.899879 0.0528869 0 0 v 9.41963 -16.6635 11.8772 -0.670458 -0.651521 -0.354974 0 0 v 10.0357 -14.2874 11.8145 -0.412458 0.82171 -0.393284 0 0 v 13.2376 -14.6483 12.6932 0.714456 0.699368 -0.0209063 0 0 v 13.3635 -17.2658 8.54064 0.42193 -0.901 0.100866 0 0 v 10.4084 -16.9288 8.07788 -0.749178 -0.658513 -0.0713616 0 0 v 10.9587 -14.7833 7.95914 -0.481434 0.860494 -0.166646 0 0 v 13.9139 -15.1203 8.42191 0.696832 0.717184 -0.00854975 0 0 v 13.6863 -17.5119 4.12475 0.429964 -0.901402 0.0510421 0 0 v 11.0474 -17.2105 3.72169 -0.743839 -0.660079 -0.104876 0 0 v 11.5373 -15.2963 3.61371 -0.477964 0.855755 -0.198076 0 0 v 14.1763 -15.5976 4.01677 0.704308 0.706519 -0.0691437 0 0 v 13.7098 -17.3755 1.40153 0.459025 -0.837858 -0.295448 0 0 v 11.9439 -17.1719 1.13165 -0.572133 -0.57455 -0.585283 0 0 v 12.2694 -15.8904 1.059 -0.377331 0.694698 -0.612385 0 0 v 14.0353 -16.0939 1.32888 0.699807 0.57893 -0.418461 0 0 v 22.8942 -42.1354 77.1279 0.290263 -0.95632 0.0346456 0 0 v 30.1291 -38.5218 70.9676 0.470787 -0.847808 -0.244093 0 0 v 35.9464 -34.8149 77.2926 0.692757 -0.713632 0.104006 0 0 v 28.6968 -38.4254 83.4281 0.470097 -0.81817 0.331069 0 0 v 28.7979 -30.6261 76.7921 0.479466 -0.875142 0.0651152 0 0 v 24.7515 -40.9397 77.0558 0.966113 -0.246652 0.0760816 0 0 v 29.7567 -38.4663 72.8097 0.206305 -0.443103 0.872409 0 0 v 33.895 -35.8146 77.3488 -0.498287 -0.866136 -0.0389606 0 0 v 28.8898 -38.2881 81.5948 0.312015 -0.506343 -0.803905 0 0 v 24.848 -36.5091 76.8458 0.988558 -0.131133 0.0745471 0 0 v 29.2992 -34.3109 73.0545 0.0300915 -0.133391 0.990606 0 0 v 32.9832 -31.9491 77.1136 -0.957159 -0.269061 -0.107019 0 0 v 28.532 -34.1474 80.9049 0.15598 -0.228886 -0.960875 0 0 v 9.77929 -43.5514 66.1693 0.106022 -0.965864 -0.236358 0 0 v 4.03349 -23.0583 109.27 0.0675378 -0.345595 0.93595 0 0 v 7.07669 -19.3483 109.938 0.144356 -0.217206 0.965393 0 0 v 9.80119 -16.3754 109.979 0.181006 -0.11187 0.977099 0 0 v 10.7665 -12.9622 109.988 0.191502 0.00267721 0.981489 0 0 v 9.77427 -9.51687 109.996 0.179278 0.105656 0.978109 0 0 v 7.07554 -6.53672 109.939 0.143505 0.217781 0.96539 0 0 v 4.03349 -2.82656 109.27 0.0675393 0.345592 0.935951 0 0 v 7.07558 -32.4834 102.711 0.116388 -0.680839 0.723126 0 0 v 9.79368 -41.1057 91.0634 0.142233 -0.877322 0.45834 0 0 v 10.9666 -44.3733 77.2674 0.12827 -0.991033 0.0374105 0 0 v 6.91989 -32.2106 51.3888 0.10461 -0.56365 -0.819363 0 0 v 4.97308 2.17103 44.7367 0.202364 0.899924 0.386246 0 0 v 5.75404 3.94657 37.7966 0.197534 0.968898 0.149055 0 0 v 5.83721 4.14494 29.2297 0.19859 0.975633 -0.0932849 0 0 v 5.21704 2.6389 21.1642 0.190712 0.927823 -0.320582 0 0 v 3.91519 -0.51991 15.6843 0.141488 0.661632 -0.736359 0 0 v 2.48878 -3.8809 13.3638 0.0916282 0.386255 -0.91783 0 0 v -15.0356 -28.6124 102.734 -0.32898 -0.556985 0.762587 0 0 v -22.9825 -21.4369 102.829 -0.353657 -0.43901 0.825952 0 0 v -25.5944 -13.3934 102.834 -0.523746 0.180664 0.832496 0 0 v -23.1322 -5.7969 102.737 -0.524289 0.297568 0.797856 0 0 v -15.069 2.68215 102.725 -0.341156 0.549544 0.762636 0 0 v -4.43661 6.59857 102.711 -0.116388 0.680839 0.723127 0 0 v -22.689 -35.6035 91.2032 -0.425765 -0.731131 0.533078 0 0 v -33.8109 -25.475 91.2515 -0.678853 -0.593715 0.432042 0 0 v -37.8575 -13.2136 91.1708 -0.84133 0.124681 0.525945 0 0 v -34.4136 -2.22355 91.0289 -0.70098 0.411671 0.58237 0 0 v -22.7202 9.62786 91.0633 -0.450652 0.740868 0.498024 0 0 v -7.14741 15.2157 91.0629 -0.147872 0.87875 0.453797 0 0 v -39.2722 -26.8228 77.1589 -0.848567 -0.515617 0.118632 0 0 v -43.6392 -12.9406 77.15 -0.988859 0.000501645 0.148852 0 0 v -39.1176 0.943576 77.1685 -0.820046 0.559658 0.119611 0 0 v -26.4212 12.1674 77.1687 -0.491705 0.869515 0.0465784 0 0 v -8.47607 18.372 77.1483 -0.163925 0.986441 0.00787534 0 0 v -24.3628 -35.3901 62.1606 -0.421738 -0.733972 -0.532374 0 0 v -35.951 -25.406 62.3419 -0.683709 -0.472728 -0.555941 0 0 v -40.1237 -12.9424 62.3401 -0.808765 -2.8075e-007 -0.588131 0 0 v -35.9416 -0.486991 62.3401 -0.682816 0.481974 -0.549057 0 0 v -24.2359 9.50157 62.3394 -0.420792 0.768457 -0.482087 0 0 v -7.69637 15.0335 62.2977 -0.142313 0.883111 -0.447059 0 0 v -14.4156 -28.4544 51.4172 -0.28377 -0.478637 -0.830892 0 0 v -21.7457 -21.5527 51.4183 -0.381709 -0.251498 -0.889408 0 0 v -24.3674 -12.9424 51.4183 -0.411183 -1.57936e-007 -0.911553 0 0 v -21.7457 -4.3322 51.4183 -0.381709 0.251498 -0.889408 0 0 v -14.412 2.5705 51.4183 -0.282787 0.481726 -0.829441 0 0 v -4.19027 6.37296 51.3964 -0.146158 0.611335 -0.777758 0 0 v -55.841 -24.7268 125.616 -0.35687 -0.208117 0.910676 0 0 v -38.7703 -21.4825 107.247 0.606775 -0.609591 0.51012 0 0 v -40.7928 -21.8687 105.587 -0.352666 -0.867299 -0.351309 0 0 v -40.2232 -19.1241 103.764 -0.718676 0.662495 -0.211201 0 0 v -37.9037 -18.851 105.719 0.199254 0.803371 0.561153 0 0 v -46.4608 -24.2289 117.084 0.826071 -0.559986 0.0634205 0 0 v -49.2187 -24.5899 115.908 -0.199404 -0.693829 -0.691983 0 0 v -49.8888 -22.135 116.126 -0.463176 0.665796 -0.584964 0 0 v -47.128 -21.7735 117.307 0.512891 0.831218 0.214522 0 0 v -46.705 -25.5925 119.691 0.853187 -0.517541 -0.064995 0 0 v -52.0261 -26.2621 117.466 -0.143123 -0.619725 -0.771658 0 0 v -53.4183 -21.5864 117.998 -0.317462 0.637011 -0.70245 0 0 v -48.0972 -20.9168 120.223 0.548103 0.836395 0.00515388 0 0 v -48.3462 -26.5069 122.674 0.63185 -0.629981 0.451541 0 0 v -54.8442 -27.3187 119.957 -0.354307 -0.833755 -0.423461 0 0 v -56.5501 -21.6112 120.604 -0.608513 0.696344 -0.380548 0 0 v -50.0521 -20.7994 123.321 0.391666 0.782721 0.48368 0 0 v -52.2258 -26.1721 125.25 0.15056 -0.514382 0.844241 0 0 v -56.5378 -26.7189 123.445 -0.522938 -0.776369 0.351833 0 0 v -57.6618 -22.9282 123.878 -0.792663 0.386789 0.471253 0 0 v -53.3497 -22.3815 125.683 0.0231398 0.389957 0.920542 0 0 v -9.12256 -0.828174 44.7368 -0.514798 0.719908 0.465527 0 0 v -13.9865 -6.01155 44.7473 -0.717012 0.407373 0.565634 0 0 v -15.6542 -12.6727 45.0155 -0.777297 0.0276548 0.628526 0 0 v -13.822 -19.9043 45.0156 -0.688286 -0.410153 0.598362 0 0 v -9.11242 -25.0611 44.7439 -0.51406 -0.719914 0.466332 0 0 v -2.33412 -28.0508 44.7367 -0.18857 -0.897861 0.397853 0 0 v -11.1734 0.491973 37.7967 -0.562983 0.808542 0.171201 0 0 v -16.7404 -5.33642 37.7981 -0.849139 0.497666 0.176895 0 0 v -18.8176 -12.7537 37.774 -0.988949 0.0874853 0.11969 0 0 v -16.8156 -20.5376 37.774 -0.820164 -0.564306 0.0942861 0 0 v -11.1699 -26.3803 37.7946 -0.562337 -0.8094 0.169257 0 0 v -3.11507 -29.8314 37.7966 -0.197534 -0.968898 0.149055 0 0 v -11.3902 0.631119 29.2297 -0.572739 0.81262 -0.107796 0 0 v -16.9985 -5.51194 29.2297 -0.868973 0.477469 -0.130036 0 0 v -18.9344 -12.9356 29.2228 -0.990233 0.00247584 -0.139398 0 0 v -16.9986 -20.3718 29.2227 -0.86819 -0.47866 -0.130881 0 0 v -11.3902 -26.516 29.2296 -0.572757 -0.812609 -0.107776 0 0 v -3.19825 -30.0298 29.2297 -0.19859 -0.975633 -0.0932851 0 0 v -9.76871 -0.486117 21.1642 -0.539197 0.759505 -0.363894 0 0 v -14.8374 -6.08647 21.1642 -0.798316 0.435398 -0.416077 0 0 v -16.615 -12.9444 21.1653 -0.899383 0.00317098 -0.437149 0 0 v -14.8398 -19.7978 21.1653 -0.797832 -0.438602 -0.413633 0 0 v -9.76869 -25.3987 21.1642 -0.539225 -0.759458 -0.36395 0 0 v -2.57808 -28.5237 21.1642 -0.190712 -0.927823 -0.320582 0 0 v -6.33135 -2.84746 15.6732 -0.358905 0.494458 -0.791643 0 0 v -10.2766 -7.28081 15.676 -0.488492 0.264634 -0.831471 0 0 v -11.7158 -13.0285 15.5689 -0.583777 0.101975 -0.805485 0 0 v -10.2967 -18.5611 15.57 -0.50356 -0.384683 -0.773593 0 0 v -6.3293 -23.0389 15.6726 -0.358737 -0.496147 -0.790662 0 0 v -1.27622 -25.3649 15.6843 -0.141489 -0.661632 -0.736359 0 0 v -1.19424 -6.16287 12.8718 -0.164302 0.214018 -0.962913 0 0 v -4.25298 -8.92894 13.0254 -0.230673 0.122281 -0.965317 0 0 v -5.23285 -12.8773 12.9649 -0.185598 0.106032 -0.976888 0 0 v -4.16808 -17.0872 12.9636 -0.134691 -0.19896 -0.970708 0 0 v -1.19096 -19.7255 12.8715 -0.163028 -0.214802 -0.962955 0 0 v 0.150184 -22.0039 13.3638 -0.0916326 -0.386256 -0.917829 0 0 v -30.0134 -18.7744 35.0936 -0.451552 -0.249034 -0.856786 0 0 v -17.965 -18.7378 44.22 -0.0583942 -0.691651 0.719868 0 0 v -19.2436 -18.9408 40.0793 -0.224166 -0.815595 -0.533437 0 0 v -20.254 -15.1646 39.9369 -0.340802 0.690849 -0.637637 0 0 v -18.9715 -14.9744 44.0775 -0.200112 0.679426 0.705929 0 0 v -22.9509 -18.8101 43.6685 -0.151659 -0.712961 0.684607 0 0 v -22.7616 -18.9613 39.8896 0.250364 -0.782592 -0.569971 0 0 v -23.45 -15.7587 39.5289 0.138762 0.73081 -0.668327 0 0 v -23.6394 -15.6074 43.3077 -0.315401 0.724042 0.613421 0 0 v -27.2386 -19.2774 41.2071 -0.422216 -0.710606 0.562826 0 0 v -25.7266 -19.3945 38.165 0.491405 -0.773026 -0.401188 0 0 v -26.1046 -16.5156 37.5694 0.348408 0.719549 -0.600718 0 0 v -27.6166 -16.3985 40.6115 -0.607381 0.699298 0.376923 0 0 v -30.1588 -19.6302 37.6018 -0.625512 -0.711768 0.319563 0 0 v -28.0012 -19.7006 35.9193 0.354083 -0.829344 -0.432219 0 0 v -28.069 -17.4514 35.2436 0.308457 0.629566 -0.713092 0 0 v -30.2266 -17.381 36.9261 -0.689282 0.718911 0.0897601 0 0 v -10.5305 -16.69 0.574293 -0.14081 -0.0911892 -0.985828 0 0 v -9.97432 -17.0545 12.7558 -0.432922 -0.899879 0.0528869 0 0 v -6.78066 -16.6635 11.8772 0.670457 -0.651522 -0.354973 0 0 v -7.39673 -14.2874 11.8145 0.412457 0.821709 -0.393286 0 0 v -10.5986 -14.6483 12.6932 -0.714455 0.699369 -0.020906 0 0 v -10.7246 -17.2658 8.54064 -0.42193 -0.901 0.100866 0 0 v -7.7694 -16.9288 8.07787 0.749178 -0.658513 -0.0713619 0 0 v -8.31975 -14.7833 7.95915 0.481434 0.860494 -0.166646 0 0 v -11.2749 -15.1203 8.42191 -0.696832 0.717184 -0.00854978 0 0 v -11.0474 -17.5119 4.12475 -0.429964 -0.901402 0.0510422 0 0 v -8.40841 -17.2106 3.72168 0.743839 -0.660079 -0.104876 0 0 v -8.89833 -15.2963 3.61372 0.477963 0.855755 -0.198076 0 0 v -11.5373 -15.5976 4.01678 -0.704309 0.706519 -0.0691436 0 0 v -11.0708 -17.3755 1.40153 -0.459023 -0.837859 -0.295448 0 0 v -9.30495 -17.1719 1.13165 0.572133 -0.574549 -0.585284 0 0 v -9.6304 -15.8904 1.059 0.377331 0.6947 -0.612383 0 0 v -11.3963 -16.0939 1.32888 -0.699803 0.578928 -0.41847 0 0 v -20.2552 -42.1354 77.1279 -0.290263 -0.956319 0.034646 0 0 v -27.4902 -38.5218 70.9676 -0.470787 -0.847808 -0.244094 0 0 v -33.3074 -34.8158 77.2919 -0.691896 -0.714582 0.103207 0 0 v -26.0578 -38.4263 83.4274 -0.469884 -0.818826 0.329748 0 0 v -26.1589 -30.6261 76.7921 -0.479465 -0.875142 0.0651156 0 0 v -22.1125 -40.9397 77.0558 -0.966113 -0.246652 0.0760818 0 0 v -27.1177 -38.4663 72.8097 -0.206304 -0.443102 0.87241 0 0 v -31.256 -35.8146 77.3488 0.49829 -0.866135 -0.0389611 0 0 v -26.2508 -38.2881 81.5948 -0.312015 -0.506343 -0.803905 0 0 v -22.2091 -36.5091 76.8458 -0.988558 -0.131132 0.0745461 0 0 v -26.6602 -34.3109 73.0545 -0.0300917 -0.133391 0.990606 0 0 v -30.3442 -31.9491 77.1136 0.957159 -0.26906 -0.107018 0 0 v -25.893 -34.1474 80.9048 -0.155979 -0.228886 -0.960875 0 0 v -3.55258 -40.7188 58.9233 -0.187522 -0.729974 -0.657247 0 0 v -1.39453 -23.0583 109.27 -0.0675377 -0.345594 0.935951 0 0 v -4.43605 -19.3485 109.939 -0.142891 -0.218198 0.965387 0 0 v -7.11709 -16.3784 110.008 -0.173428 -0.109971 0.978687 0 0 v -8.08286 -12.9489 110.021 -0.182903 0.00441654 0.983121 0 0 v -7.1474 -9.54038 109.997 -0.178232 0.10765 0.978082 0 0 v -4.4371 -6.53764 109.939 -0.143766 0.217601 0.965392 0 0 v -1.39452 -2.82656 109.27 -0.0675393 0.345592 0.935951 0 0 v -4.43662 -32.4834 102.711 -0.116389 -0.680839 0.723126 0 0 v -7.15472 -41.1057 91.0634 -0.142233 -0.877322 0.45834 0 0 v -8.32768 -44.3733 77.2674 -0.12827 -0.991033 0.0374105 0 0 v -4.28092 -32.2106 51.3888 -0.10461 -0.563651 -0.819362 0 0 v -2.33412 2.17103 44.7367 -0.202364 0.899924 0.386246 0 0 v -3.11507 3.94657 37.7966 -0.197535 0.968898 0.149055 0 0 v -3.19825 4.14494 29.2297 -0.19859 0.975633 -0.093285 0 0 v -2.57808 2.6389 21.1642 -0.190712 0.927823 -0.320582 0 0 v -1.27622 -0.51991 15.6843 -0.141488 0.661631 -0.736359 0 0 v 0.150184 -3.8809 13.3638 -0.0916277 0.386254 -0.91783 0 0 v 5.39873 -29.4588 60.9178 -0.12534 -0.879525 -0.459049 0 0 v 7.8595 -41.0633 60.6516 -0.439787 -0.378989 0.81422 0 0 v 7.95107 -42.2946 62.8557 0.131624 -0.318519 -0.938734 0 0 v -5.3121 -42.2946 62.8557 -0.131624 -0.318519 -0.938734 0 0 v -5.22053 -41.0633 60.6516 0.439787 -0.37899 0.81422 0 0 v 7.45272 -34.6906 60.8308 -0.438624 -0.0381751 0.897859 0 0 v 7.45272 -35.9289 62.7255 0.149171 -0.0439591 -0.987834 0 0 v -4.81375 -35.9289 62.7255 -0.149171 -0.0439591 -0.987834 0 0 v -4.81375 -34.6906 60.8308 0.438624 -0.0381752 0.897859 0 0 v 1.31948 -12.9423 12.1921 -1.11905e-009 0.000690799 -1 0 0 v 13.9697 -40.1108 60.955 0.248159 -0.780121 -0.574307 0 0 v 6.19154 -40.7188 58.9233 0.187521 -0.729976 -0.657245 0 0 v -7.14033 -43.5514 66.1693 -0.106022 -0.965864 -0.236358 0 0 v -11.3307 -40.1108 60.955 -0.248159 -0.780121 -0.574307 0 0 v -2.75976 -29.4588 60.9178 0.12534 -0.879525 -0.45905 0 0 v 5.41772 -20.9976 109.761 0.130166 -0.259968 0.956804 0 0 v 12.6087 -23.9859 107.272 0.24855 -0.395545 0.884176 0 0 v 8.61852 -17.9295 109.974 0.168281 -0.159836 0.972694 0 0 v 18.153 -18.9388 107.126 0.356818 -0.237975 0.903354 0 0 v 10.503 -14.6988 110.001 0.186171 -0.0536186 0.981053 0 0 v 19.9874 -13.14 107.126 0.400802 0.00705493 0.916138 0 0 v 10.5089 -11.209 109.996 0.188455 0.0483739 0.98089 0 0 v 17.8838 -7.02023 107.288 0.359822 0.220319 0.906635 0 0 v 8.60705 -7.95719 109.981 0.164648 0.162211 0.972923 0 0 v 12.5972 -1.9008 107.279 0.246366 0.396898 0.884181 0 0 v 5.41772 -4.88724 109.761 0.130164 0.25997 0.956804 0 0 v 5.41772 1.34543 107.133 0.0966577 0.523848 0.84631 0 0 v 12.5977 -31.01 102.72 0.230834 -0.630346 0.741201 0 0 v 22.032 -32.58 97.0641 0.387398 -0.658243 0.645476 0 0 v 22.3004 -25.3557 102.548 0.429734 -0.443768 0.786383 0 0 v 31.744 -24.173 97.3358 0.411316 -0.674947 0.61259 0 0 v 27.3568 -17.3058 103.271 0.335285 -0.107131 0.936006 0 0 v 35.4134 -12.9906 97.3279 0.616027 0.449929 0.646587 0 0 v 27.513 -9.24933 102.538 0.55444 0.167276 0.815239 0 0 v 31.5284 -2.78526 97.0525 0.612304 0.368646 0.699417 0 0 v 22.0201 -0.615725 102.724 0.437845 0.441144 0.78338 0 0 v 22.0316 6.6721 97.0646 0.393111 0.65358 0.646759 0 0 v 12.5977 5.12519 102.72 0.230834 0.630346 0.741201 0 0 v 8.60748 11.4861 97.0649 0.131625 0.780316 0.611377 0 0 v 17.9521 -39.0485 91.0874 0.282809 -0.820978 0.495999 0 0 v 27.6001 -37.5716 86.1768 0.44704 -0.767684 0.459147 0 0 v 31.6223 -30.8041 91.2482 0.579185 -0.599297 0.552619 0 0 v 39.7721 -26.3212 84.6601 0.785296 -0.485978 0.383583 0 0 v 40.0366 -19.4061 90.9518 0.914033 -0.291056 0.282543 0 0 v 43.8965 -13.1834 84.6589 0.911717 0.00451528 0.410794 0 0 v 39.1123 -7.30741 91.2133 0.773475 0.237907 0.587484 0 0 v 39.7082 0.474048 84.5166 0.775642 0.50518 0.378381 0 0 v 31.6123 4.93514 91.061 0.587548 0.608232 0.533705 0 0 v 27.6677 11.5426 84.5124 0.481637 0.829475 0.282838 0 0 v 17.9108 13.1208 91.0634 0.29577 0.832487 0.468493 0 0 v 10.6185 17.5558 84.5059 0.160514 0.95844 0.235854 0 0 v 18.9004 -43.0363 77.1463 0.1972 -0.979815 0.0327916 0 0 v 29.3304 -37.5772 67.8921 0.45046 -0.791155 -0.413714 0 0 v 38.1746 -32.1591 77.2155 0.789329 -0.603511 0.112844 0 0 v 41.6961 -26.536 69.5725 0.820187 -0.523994 -0.229616 0 0 v 45.1306 -20.088 77.1665 0.941582 -0.30545 0.141857 0 0 v 46.1281 -12.9424 69.5609 0.975337 6.56005e-007 -0.220719 0 0 v 45.1199 -5.82167 77.1755 0.941164 0.303336 0.14899 0 0 v 41.6127 0.616237 69.5609 0.799435 0.559488 -0.218808 0 0 v 36.2943 7.08121 77.1693 0.660507 0.746425 0.0811167 0 0 v 28.9731 11.4903 69.56 0.471479 0.85401 -0.219941 0 0 v 20.5019 16.0008 77.1626 0.326865 0.944835 0.021116 0 0 v 11.0842 17.5517 69.5309 0.158205 0.961828 -0.223289 0 0 v 9.92187 -36.8852 55.8208 0.159844 -0.699635 -0.696391 0 0 v 19.997 -38.6403 61.9549 0.323547 -0.78667 -0.525801 0 0 v 22.855 -32.3087 56.1316 0.348509 -0.606177 -0.714907 0 0 v 33.6149 -30.8937 62.3262 0.553246 -0.628594 -0.546616 0 0 v 32.7194 -23.6956 56.1425 0.505358 -0.34985 -0.788808 0 0 v 41.7106 -19.3313 62.3401 0.774433 -0.259002 -0.57721 0 0 v 36.2572 -12.9424 56.1425 0.566306 8.97692e-008 -0.824195 0 0 v 41.7106 -6.5535 62.3401 0.774433 0.259002 -0.57721 0 0 v 32.7194 -2.18926 56.1425 0.505358 0.34985 -0.788808 0 0 v 33.5548 4.95894 62.3401 0.557492 0.65173 -0.514248 0 0 v 22.8187 6.43274 56.1422 0.343388 0.614797 -0.710006 0 0 v 18.9814 12.9266 62.3332 0.28354 0.842124 -0.458728 0 0 v 8.88774 11.1033 56.0083 0.141694 0.760651 -0.633509 0 0 v 4.44852 -26.8892 47.5221 0.18895 -0.887998 0.419235 0 0 v 12.1801 -30.794 51.4074 0.207711 -0.558462 -0.803104 0 0 v 10.3803 -24.1879 47.5221 0.258969 -0.375199 -0.890034 0 0 v 21.234 -25.3173 51.4183 0.307606 -0.315739 -0.897601 0 0 v 14.7453 -19.1846 47.5221 0.317174 -0.178535 -0.931411 0 0 v 26.3468 -17.359 51.4183 0.351192 -0.103215 -0.930597 0 0 v 16.3076 -12.9424 47.5221 0.329575 -9.31536e-010 -0.944129 0 0 v 26.3468 -8.52587 51.4183 0.351192 0.103216 -0.930597 0 0 v 14.7453 -6.70022 47.5221 0.317174 0.178535 -0.931411 0 0 v 21.234 -0.567517 51.4183 0.307606 0.31574 -0.897601 0 0 v 10.3803 -1.69693 47.5221 0.258969 0.375199 -0.890034 0 0 v 12.1439 4.91807 51.4181 0.193972 0.507651 -0.839443 0 0 v 34.3148 -20.5526 102.025 -0.263901 -0.666756 0.696988 0 0 v 38.5291 -21.6361 97.8594 0.474658 -0.875871 -0.0868913 0 0 v 39.9725 -17.1227 97.8766 0.823915 0.565802 -0.0321258 0 0 v 35.5282 -16.7735 102.042 0.0270557 0.718339 0.695167 0 0 v 47.0164 -23.0978 113.683 -0.711927 -0.608175 0.351116 0 0 v 48.824 -23.3549 112.724 0.299505 -0.81956 -0.488486 0 0 v 49.316 -21.6694 112.876 0.623901 0.687244 -0.37208 0 0 v 47.5084 -21.4123 113.835 -0.38612 0.802972 0.454034 0 0 v 41.4205 -20.4319 107.616 -0.652062 0.169968 0.738869 0 0 v 42.297 -22.1165 106.479 -0.180879 -0.983445 0.01094 0 0 v 44.2832 -20.8864 105.328 0.806129 -0.21834 -0.549985 0 0 v 43.1929 -19.1922 106.576 0.244657 0.957595 0.152169 0 0 v 49.2631 -24.976 118.52 -0.865267 -0.428268 -0.260576 0 0 v 53.389 -25.5011 116.793 0.0698346 -0.522859 -0.849554 0 0 v 54.4625 -21.8733 117.208 0.223149 0.596711 -0.770806 0 0 v 50.3366 -21.3482 118.935 -0.570588 0.804228 -0.166276 0 0 v 48.8922 -22.9341 117.479 -0.92515 0.230719 0.301441 0 0 v 50.2356 -24.9711 116.453 -0.291921 -0.87885 -0.377365 0 0 v 52.9369 -23.4636 115.754 0.521075 -0.053085 -0.851858 0 0 v 51.2804 -21.3965 116.861 0.0320326 0.97738 -0.209053 0 0 v 49.8423 -26.113 121.032 -0.768256 -0.602112 0.217356 0 0 v 56.0039 -26.8841 118.456 0.252052 -0.743562 -0.619342 0 0 v 57.6202 -21.4715 119.07 0.462919 0.681063 -0.567326 0 0 v 51.4585 -20.7003 121.646 -0.484443 0.83624 0.25694 0 0 v 48.9418 -23.112 120.43 -0.955314 0.260824 0.139091 0 0 v 51.5364 -27.0047 118.501 -0.317316 -0.820496 -0.475496 0 0 v 56.7461 -24.0941 117.166 0.397271 -0.0138684 -0.917596 0 0 v 53.5782 -20.147 119.281 -0.0409137 0.93259 -0.358612 0 0 v 52.7167 -26.5793 124.221 -0.406143 -0.601326 0.68808 0 0 v 58.6808 -27.3266 121.727 0.471081 -0.878978 -0.0740344 0 0 v 60.2444 -22.0871 122.322 0.777713 0.628606 -0.00402736 0 0 v 54.2803 -21.3399 124.816 -0.227025 0.631576 0.741331 0 0 v 50.4952 -23.4801 123.573 -0.732073 0.139491 0.666791 0 0 v 53.6629 -28.2281 121.223 -0.144082 -0.989248 -0.0250757 0 0 v 60.0254 -24.6707 119.588 0.752656 -0.144773 -0.642301 0 0 v 56.1649 -19.8571 122.172 0.14562 0.987456 0.0610403 0 0 v 56.8877 -25.4981 125.697 0.080355 -0.401718 0.912231 0 0 v 59.0604 -25.7789 124.787 0.485803 -0.547596 0.681274 0 0 v 59.6215 -23.8668 125.007 0.628602 0.084516 0.773122 0 0 v 57.4488 -23.5861 125.918 0.164839 0.128 0.97798 0 0 v 54.5 -24.1549 125.848 -0.207808 -0.0489251 0.976945 0 0 v 56.6237 -27.3388 124.266 0.141182 -0.801582 0.580976 0 0 v 60.875 -24.963 123.18 0.898838 -0.294133 0.324924 0 0 v 58.2857 -21.7348 124.907 0.377126 0.58753 0.71595 0 0 v 12.9626 -0.0641749 41.5884 0.542206 0.778636 0.315814 0 0 v 18.2538 -5.4913 41.5954 0.793291 0.484092 0.369248 0 0 v 20.2134 -11.5574 41.6866 0.892769 0.220537 0.392844 0 0 v 17.7339 -21.2672 41.6884 0.668916 -0.661107 0.339837 0 0 v 12.9454 -25.8416 41.5904 0.537643 -0.782088 0.315086 0 0 v 5.4298 -29.0766 41.5883 0.193771 -0.942964 0.270687 0 0 v 8.50017 1.03439 44.7367 0.367138 0.826689 0.426374 0 0 v 14.5416 -3.23835 44.7378 0.629012 0.582522 0.514794 0 0 v 17.8791 -9.11551 44.8133 0.77955 0.206084 0.591466 0 0 v 17.22 -16.3604 45.9063 0.723122 -0.182978 0.666043 0 0 v 14.4402 -22.6909 44.8086 0.629422 -0.580966 0.516048 0 0 v 8.50017 -26.9192 44.7367 0.367137 -0.826689 0.426375 0 0 v 14.1945 0.747163 33.5791 0.57402 0.81838 0.0274905 0 0 v 19.8671 -5.38061 33.5793 0.872359 0.488613 0.0157327 0 0 v 21.8453 -12.8743 33.5101 0.999748 0.00987906 0.0201503 0 0 v 19.8679 -20.4928 33.5092 0.870801 -0.491347 0.0168388 0 0 v 14.1941 -26.632 33.5782 0.574241 -0.818219 0.0276463 0 0 v 5.90032 -30.183 33.5791 0.199241 -0.979632 0.024978 0 0 v 9.98657 2.62618 37.7966 0.390345 0.906809 0.159148 0 0 v 17.0108 -2.23436 37.7978 0.712301 0.679188 0.177005 0 0 v 20.8407 -8.7925 37.7811 0.948484 0.258138 0.183691 0 0 v 21.2085 -16.8173 36.6613 0.968228 -0.249813 -0.0113411 0 0 v 16.975 -23.6849 37.7763 0.713521 -0.679248 0.171785 0 0 v 9.98657 -28.511 37.7966 0.390345 -0.906809 0.159148 0 0 v 13.4045 0.20053 25.0062 0.562841 0.796166 -0.222103 0 0 v 18.8042 -5.73829 25.0062 0.847644 0.463637 -0.257954 0 0 v 20.6766 -12.9424 25.0062 0.961578 1.57777e-007 -0.274532 0 0 v 18.8042 -20.1466 25.0062 0.847644 -0.463636 -0.257954 0 0 v 13.4045 -26.0854 25.0062 0.562842 -0.796165 -0.222103 0 0 v 5.59829 -29.4496 25.0062 0.196329 -0.961233 -0.193612 0 0 v 10.1447 2.80355 29.2297 0.392858 0.914234 -0.099191 0 0 v 17.2625 -2.20229 29.2297 0.733899 0.668792 -0.118786 0 0 v 21.0869 -9.14085 29.2289 0.958797 0.249184 -0.136441 0 0 v 21.093 -16.7354 29.2005 0.958243 -0.248393 -0.141673 0 0 v 17.2621 -23.6825 29.2288 0.733992 -0.668723 -0.118595 0 0 v 10.1447 -28.6884 29.2297 0.392858 -0.914234 -0.0991909 0 0 v 10.9554 -1.48655 17.9815 0.472236 0.660424 -0.583809 0 0 v 15.5414 -6.59424 17.9813 0.672807 0.364939 -0.643545 0 0 v 17.1956 -12.9621 17.9919 0.748103 0.014106 -0.663432 0 0 v 15.5657 -19.285 17.9919 0.670792 -0.379671 -0.637094 0 0 v 10.9552 -24.3979 17.9813 0.472389 -0.660153 -0.583992 0 0 v 4.66158 -27.1748 17.9815 0.17276 -0.830908 -0.528911 0 0 v 8.96624 1.45674 21.1642 0.37481 0.862906 -0.338986 0 0 v 15.3159 -3.05236 21.1642 0.682564 0.617395 -0.391062 0 0 v 18.8059 -9.43517 21.164 0.872566 0.225198 -0.43349 0 0 v 18.8236 -16.4527 21.1737 0.87666 -0.226526 -0.424444 0 0 v 15.3157 -22.8321 21.164 0.682583 -0.617158 -0.391403 0 0 v 8.96624 -27.3416 21.1642 0.37481 -0.862906 -0.338986 0 0 v 6.58271 -4.43312 14.0558 0.261982 0.349805 -0.899445 0 0 v 9.9078 -8.05463 14.0892 0.344153 0.189342 -0.919624 0 0 v 11.1573 -12.2895 14.0108 0.3604 0.213048 -0.908142 0 0 v 9.58227 -18.4602 14.0122 0.270613 -0.394427 -0.878178 0 0 v 6.57311 -21.4671 14.0554 0.259298 -0.353866 -0.898634 0 0 v 3.11777 -23.4524 14.1664 0.116111 -0.505494 -0.854982 0 0 v 6.4766 -1.37971 15.6784 0.26856 0.587695 -0.76321 0 0 v 11.202 -4.84282 15.6753 0.43276 0.387635 -0.813915 0 0 v 13.9853 -10.0199 15.6706 0.522277 0.134909 -0.842037 0 0 v 14.7812 -15.9651 15.9972 0.67146 -0.173114 -0.720537 0 0 v 11.1815 -21.0571 15.6691 0.434319 -0.391889 -0.811042 0 0 v 6.4766 -24.5051 15.6784 0.268561 -0.587695 -0.76321 0 0 v 2.49381 -8.60287 12.3812 0.0843306 0.0740015 -0.993686 0 0 v 4.21054 -10.2749 12.4434 0.118142 0.0558323 -0.991426 0 0 v 4.78476 -12.9125 12.4282 0.126663 0.011703 -0.991877 0 0 v 4.12006 -15.6305 12.4254 0.105589 -0.0644343 -0.99232 0 0 v 3.09855 -4.80599 13.112 0.152631 0.297332 -0.942495 0 0 v 5.70504 -7.29409 13.0005 0.209395 0.182373 -0.960674 0 0 v 7.68794 -10.7859 13.0347 0.247051 0.064756 -0.966837 0 0 v 6.77471 -14.9553 12.7307 0.0883193 -0.0238126 -0.995808 0 0 v 5.65424 -18.6448 12.9954 0.205569 -0.183859 -0.961217 0 0 v 3.09855 -21.0789 13.112 0.152631 -0.29733 -0.942496 0 0 v 18.391 -19.0615 44.3166 0.261954 -0.628713 0.732188 0 0 v 20.4179 -19.3725 39.4031 0.61596 -0.748718 -0.244979 0 0 v 21.7136 -14.4167 39.3603 0.872148 0.410069 -0.266836 0 0 v 19.6476 -14.2336 44.2738 0.458522 0.448304 0.767321 0 0 v 23.1105 -18.6867 44.1409 0.0561411 -0.709377 0.70259 0 0 v 23.6641 -18.8572 40.194 -0.0507728 -0.801175 -0.596272 0 0 v 24.5245 -15.5082 39.9326 0.0286271 0.730141 -0.682697 0 0 v 23.9709 -15.3377 43.8795 0.186925 0.733965 0.652958 0 0 v 20.8395 -16.8206 45.0526 0.0596519 0.0211872 0.997994 0 0 v 20.991 -19.6961 42.234 0.142394 -0.984973 0.0977311 0 0 v 22.7069 -17.1076 39.0086 0.257416 -0.101643 -0.96094 0 0 v 22.4628 -14.195 42.025 0.325023 0.943846 0.0592837 0 0 v 27.8843 -19.0305 42.6963 0.290943 -0.712019 0.639047 0 0 v 26.9848 -19.1647 39.1993 -0.411143 -0.766862 -0.492833 0 0 v 27.5 -16.0647 38.7342 -0.270152 0.723307 -0.635488 0 0 v 28.3995 -15.9304 42.2312 0.490949 0.700946 0.517343 0 0 v 25.9996 -17.2005 44.3089 0.318757 0.0348192 0.947197 0 0 v 25.3133 -19.606 41.9242 -0.0547066 -0.997353 0.0478952 0 0 v 25.7218 -17.4223 38.7666 -0.338859 -0.0343643 -0.940209 0 0 v 26.3231 -14.9088 41.3951 0.134332 0.989928 -0.0446926 0 0 v 31.5402 -19.5013 39.418 0.511718 -0.707928 0.486809 0 0 v 29.57 -19.598 36.9913 -0.483702 -0.802336 -0.349699 0 0 v 29.8085 -17.0093 36.3001 -0.388068 0.710887 -0.586551 0 0 v 31.7786 -16.9126 38.7267 0.636707 0.725955 0.259986 0 0 v 30.425 -17.8374 41.5635 0.707591 0.0461643 0.705113 0 0 v 29.0277 -19.9809 39.8806 -0.0555483 -0.995887 0.0715833 0 0 v 28.2074 -18.0092 37.1017 -0.701913 -0.0515256 -0.710397 0 0 v 29.5821 -15.7585 39.0071 0.219559 0.964142 -0.149078 0 0 v 33.2407 -19.4385 36.1013 0.722634 -0.63115 -0.281867 0 0 v 31.6439 -19.477 35.2265 0.0164762 -0.689695 -0.723913 0 0 v 31.6106 -17.9929 34.7662 0.0754724 0.240117 -0.967806 0 0 v 33.2074 -17.9544 35.641 0.788266 0.419583 -0.450096 0 0 v 33.3015 -18.4913 37.6567 0.923285 0.0772288 0.376273 0 0 v 31.7079 -20.1837 36.9621 0.0783159 -0.995536 -0.0526675 0 0 v 30.1429 -18.5951 35.1718 -0.573262 -0.206931 -0.792812 0 0 v 31.8122 -16.8809 35.9705 0.225574 0.91452 -0.335813 0 0 v 12.4357 -17.3665 14.2916 0.510975 -0.761935 -0.397944 0 0 v 8.49092 -16.7321 12.8317 -0.299856 -0.510957 -0.805611 0 0 v 9.23647 -13.8369 12.812 -0.132967 0.562572 -0.815986 0 0 v 13.2634 -14.1712 14.272 0.733781 0.480887 -0.47991 0 0 v 13.0517 -17.1228 10.8094 0.415229 -0.899954 0.132917 0 0 v 9.99945 -16.7719 10.2286 -0.740308 -0.658428 -0.135706 0 0 v 10.5751 -14.537 10.1241 -0.471919 0.855853 -0.211677 0 0 v 13.6273 -14.8878 10.7049 0.691214 0.721192 0.0458852 0 0 v 13.7353 -15.9465 12.9918 0.963166 -0.231335 0.137095 0 0 v 10.8 -17.3978 12.2609 -0.108964 -0.990119 -0.0882666 0 0 v 9.07106 -15.3986 11.7148 -0.836409 0.195191 -0.512172 0 0 v 11.7042 -13.9123 12.169 0.157268 0.969319 -0.188911 0 0 v 13.555 -17.4086 6.21745 0.425084 -0.901437 0.0819425 0 0 v 10.7333 -17.0869 5.78652 -0.749887 -0.658697 -0.0615433 0 0 v 11.2577 -15.0403 5.67117 -0.482334 0.861021 -0.161236 0 0 v 14.0794 -15.362 6.1021 0.700016 0.71323 -0.0357951 0 0 v 14.3992 -16.2784 8.65025 0.968712 -0.226814 0.100765 0 0 v 11.6865 -17.5911 8.27596 -0.129555 -0.990758 0.0401783 0 0 v 10.065 -15.7842 7.97153 -0.957903 0.225302 -0.177935 0 0 v 12.4937 -14.4445 8.10182 0.126726 0.986888 -0.0999665 0 0 v 13.7465 -17.5176 2.46834 0.442645 -0.89569 -0.0424889 0 0 v 11.4307 -17.2524 2.11456 -0.710767 -0.652986 -0.261572 0 0 v 11.8597 -15.5723 2.01964 -0.457808 0.826273 -0.328153 0 0 v 14.1755 -15.8374 2.37343 0.712413 0.682262 -0.164275 0 0 v 14.609 -16.6306 4.22423 0.972439 -0.232003 0.0231944 0 0 v 12.1906 -17.8023 3.88899 -0.123767 -0.992308 0.00249189 0 0 v 10.7386 -16.1887 3.63307 -0.95215 0.221177 -0.21093 0 0 v 12.9091 -14.9948 3.73064 0.13202 0.981076 -0.141637 0 0 v 13.5301 -17.0958 0.829068 0.380098 -0.545913 -0.746662 0 0 v 12.5338 -16.9801 0.676736 -0.238067 -0.35575 -0.903751 0 0 v 12.7163 -16.2568 0.635567 -0.148345 0.344011 -0.927173 0 0 v 13.7126 -16.3725 0.787899 0.50298 0.255314 -0.825728 0 0 v 14.3261 -16.7847 1.4895 0.896458 -0.239263 -0.372983 0 0 v 12.7102 -17.5745 1.23988 -0.0540708 -0.91933 -0.389756 0 0 v 11.7224 -16.4847 1.09158 -0.709058 0.136244 -0.691863 0 0 v 13.1901 -15.6849 1.13277 0.173059 0.849379 -0.498604 0 0 v 24.147 -41.1366 81.7699 0.348485 -0.911876 0.216888 0 0 v 25.0032 -41.2185 72.4934 0.349666 -0.926866 -0.13658 0 0 v 34.8574 -35.7983 72.6633 0.627601 -0.767755 -0.129111 0 0 v 33.5967 -35.714 81.8654 0.60948 -0.740564 0.283018 0 0 v 24.2943 -41.5408 77.0873 0.566984 -0.821777 0.0566674 0 0 v 30.0329 -38.7011 72.2306 0.468712 -0.868757 0.159903 0 0 v 34.7134 -35.7016 77.3506 0.422249 -0.903546 0.0728713 0 0 v 28.9748 -38.5414 82.2073 0.500174 -0.865222 -0.0348801 0 0 v 24.7897 -39.476 76.988 0.997188 0.0219739 0.0716461 0 0 v 29.4886 -37.155 72.9906 -0.0265549 -0.0274951 0.999269 0 0 v 33.3786 -34.6616 77.2708 -0.972487 -0.204202 -0.112119 0 0 v 28.6797 -36.9826 81.2682 0.0959982 -0.121484 -0.98794 0 0 v 25.7159 -40.2055 80.3374 0.785112 -0.354753 -0.50769 0 0 v 26.2254 -40.3072 73.8523 0.700297 -0.281185 0.65614 0 0 v 33.0568 -36.5778 74.1098 -0.258355 -0.721124 0.642832 0 0 v 32.2949 -36.4181 80.5096 -0.198954 -0.731987 -0.651623 0 0 v 25.9526 -33.1932 76.7472 0.834532 -0.54531 0.0786979 0 0 v 29.0977 -31.64 74.068 0.315664 -0.639257 0.701218 0 0 v 31.7007 -29.9712 76.9364 -0.349732 -0.936727 -0.0151921 0 0 v 28.5556 -31.5244 79.6156 0.404463 -0.694353 -0.595217 0 0 v 25.7117 -35.9041 79.7794 0.777924 -0.18985 -0.598992 0 0 v 26.1611 -35.9946 73.9889 0.679272 -0.127446 0.722735 0 0 v 32.2353 -32.6823 74.2229 -0.661123 -0.225765 0.715504 0 0 v 31.5603 -32.5332 79.9378 -0.541629 -0.28308 -0.79152 0 0 v 7.6216 -41.2386 60.1217 0.00540431 -0.956571 -0.291448 0 0 v 5.41772 -27.2303 107.133 0.0966572 -0.523848 0.84631 0 0 v 8.60748 -37.371 97.0649 0.131625 -0.780316 0.611377 0 0 v 10.6365 -43.4791 84.511 0.135105 -0.961538 0.239145 0 0 v 10.9703 -44.1497 70.6239 0.127654 -0.98636 -0.103915 0 0 v 4.44852 1.04514 47.5221 0.144663 0.51847 -0.84277 0 0 v 5.4298 3.19177 41.5883 0.19377 0.942964 0.270687 0 0 v 5.90032 4.29818 33.5791 0.199241 0.979632 0.0249781 0 0 v 5.59829 3.56472 25.0062 0.196329 0.961233 -0.193612 0 0 v 4.66158 1.28999 17.9815 0.17276 0.830907 -0.528911 0 0 v 3.11777 -2.43249 14.1664 0.116112 0.505494 -0.854982 0 0 v 2.49118 -17.2841 12.3808 0.0836185 -0.0742833 -0.993725 0 0 v 8.63292 -42.8887 63.7249 0.08478 -0.9217 -0.378526 0 0 v 1.31948 -12.9424 110.868 4.04597e-007 5.53523e-010 1 0 0 v 1.31948 -8.74361 110.768 1.39867e-009 0.116978 0.993134 0 0 v 1.31948 -32.9483 102.714 1.7599e-007 -0.694059 0.719918 0 0 v 1.31948 7.06342 102.714 -2.28204e-007 0.694059 0.719918 0 0 v 1.31948 -41.8025 91.0636 -1.00804e-007 -0.894068 0.447931 0 0 v 1.31948 15.9204 91.0626 -4.94671e-008 0.893538 0.448987 0 0 v 1.31948 -45.049 77.2783 -4.66355e-010 -0.999388 0.0349798 0 0 v 1.31948 15.6911 62.1828 -4.5737e-008 0.894642 -0.446783 0 0 v 1.31948 -32.753 51.3959 0 -0.582326 -0.812955 0 0 v 1.31948 7.21454 51.2475 0.107357 0.596787 -0.795185 0 0 v 1.31948 2.57308 44.7367 0 0.938785 0.344502 0 0 v 1.31948 -28.4273 44.7367 9.32369e-010 -0.921707 0.387887 0 0 v 1.31948 4.39455 37.7966 -4.66444e-010 0.989333 0.145671 0 0 v 1.31948 4.60085 29.2297 -1.01678e-007 0.995822 -0.0913149 0 0 v 1.31948 3.03471 21.1642 -1.18518e-007 0.949316 -0.314324 0 0 v 1.31948 -28.9196 21.1642 1.15718e-007 -0.949316 -0.314324 0 0 v 1.31948 -4.08425 13.2257 -2.96005e-008 0.383201 -0.923665 0 0 v 1.31948 -21.8006 13.2257 5.82687e-011 -0.383202 -0.923665 0 0 v -9.95869 -31.01 102.72 -0.230834 -0.630346 0.741201 0 0 v -19.3758 -32.5961 97.0636 -0.385407 -0.659434 0.645452 0 0 v -19.2694 -25.3822 102.794 -0.425529 -0.452207 0.783859 0 0 v -9.95301 -23.9873 107.282 -0.243665 -0.398561 0.884181 0 0 v -28.6798 -24.6016 97.3264 -0.403978 -0.670128 0.622679 0 0 v -31.232 -20.587 102.263 0.218253 -0.639623 0.737054 0 0 v -23.8573 -17.1261 103.829 -0.359225 -0.0846534 0.929404 0 0 v -15.1277 -18.9786 107.373 -0.344454 -0.234803 0.908966 0 0 v -30.5211 -15.6793 101.357 -0.244974 0.671593 0.69925 0 0 v -32.4311 -12.6781 97.0362 -0.658787 0.271336 0.701696 0 0 v -24.8804 -10.4488 102.864 -0.557528 0.135414 0.819039 0 0 v -17.0446 -13.0293 107.375 -0.387166 0.00587332 0.921992 0 0 v -29.9151 -4.83355 97.0465 -0.625456 0.337439 0.70352 0 0 v -19.5602 -0.932791 102.724 -0.451003 0.431696 0.781175 0 0 v -15.3717 -7.27536 107.3 -0.3586 0.224319 0.906138 0 0 v -19.4258 6.61186 97.0644 -0.403274 0.645606 0.648508 0 0 v -9.95869 5.12519 102.72 -0.230834 0.630346 0.741201 0 0 v -9.96355 -1.91006 107.279 -0.248491 0.395586 0.884174 0 0 v -5.96851 11.4861 97.0649 -0.131625 0.780316 0.611377 0 0 v -2.77875 1.34543 107.133 -0.0966575 0.523848 0.84631 0 0 v -15.3131 -39.0485 91.0874 -0.282809 -0.820978 0.495999 0 0 v -24.9607 -37.5832 86.1683 -0.445474 -0.77031 0.456261 0 0 v -28.9792 -31.1379 90.9935 -0.572298 -0.605324 0.553225 0 0 v -37.1124 -26.6661 84.4169 -0.789259 -0.485987 0.37535 0 0 v -37.653 -19.3937 90.3113 -0.914006 -0.270429 0.302425 0 0 v -35.8506 -21.9808 97.571 -0.507171 -0.860616 -0.0460194 0 0 v -36.7651 -15.8552 95.4379 -0.805319 0.555612 0.206774 0 0 v -41.4569 -12.9546 84.4267 -0.918479 -0.0063851 0.395419 0 0 v -37.3578 -8.82829 90.865 -0.786923 0.194435 0.585617 0 0 v -37.2917 0.118414 84.5023 -0.774977 0.50343 0.382059 0 0 v -29.2123 4.52746 91.0603 -0.595996 0.589693 0.545023 0 0 v -25.0365 11.5297 84.5124 -0.484122 0.827167 0.285341 0 0 v -15.2718 13.1208 91.0634 -0.29577 0.832487 0.468493 0 0 v -7.97952 17.5558 84.5059 -0.160514 0.95844 0.235854 0 0 v -35.5353 -32.1706 77.2069 -0.787887 -0.606088 0.109049 0 0 v -39.0571 -26.536 69.5725 -0.820187 -0.523994 -0.229616 0 0 v -42.5006 -20.0918 77.1429 -0.941931 -0.305985 0.138343 0 0 v -43.4891 -12.9424 69.5609 -0.975338 -7.55628e-007 -0.220719 0 0 v -42.4982 -5.82352 77.1628 -0.941522 0.30565 0.141824 0 0 v -38.9737 0.616238 69.5609 -0.799435 0.559489 -0.218808 0 0 v -33.663 7.06833 77.1693 -0.661254 0.745484 0.0836429 0 0 v -26.3342 11.4903 69.56 -0.471479 0.85401 -0.219941 0 0 v -17.863 16.0008 77.1626 -0.326865 0.944835 0.0211159 0 0 v -8.44525 17.5517 69.5309 -0.158205 0.961828 -0.223289 0 0 v 1.31948 19.1828 77.1394 2.90807e-007 0.999991 0.00420396 0 0 v -17.358 -38.6403 61.9549 -0.323547 -0.78667 -0.525801 0 0 v -20.216 -32.3087 56.1316 -0.348509 -0.606177 -0.714906 0 0 v -30.9759 -30.8937 62.3262 -0.553246 -0.628594 -0.546616 0 0 v -26.6914 -37.5772 67.8921 -0.45046 -0.791156 -0.413714 0 0 v -30.0804 -23.6956 56.1425 -0.505358 -0.349849 -0.788808 0 0 v -39.0717 -19.3313 62.3401 -0.774433 -0.259002 -0.57721 0 0 v -33.6183 -12.9424 56.1425 -0.566306 -9.3042e-008 -0.824195 0 0 v -39.0717 -6.5535 62.3401 -0.774432 0.259002 -0.577211 0 0 v -30.0804 -2.18926 56.1425 -0.505358 0.34985 -0.788808 0 0 v -30.9158 4.95894 62.3401 -0.557492 0.65173 -0.514248 0 0 v -20.1798 6.43274 56.1422 -0.343388 0.614798 -0.710006 0 0 v -16.3424 12.9266 62.3332 -0.28354 0.842124 -0.458728 0 0 v -6.24878 11.1033 56.0083 -0.141694 0.760651 -0.633509 0 0 v -9.54116 -30.794 51.4074 -0.20771 -0.558462 -0.803105 0 0 v -7.74135 -24.1879 47.5221 -0.258969 -0.375199 -0.890034 0 0 v -18.595 -25.3173 51.4183 -0.341633 -0.372714 -0.86277 0 0 v -12.1064 -19.1846 47.5221 -0.317174 -0.178535 -0.931411 0 0 v -23.7079 -17.359 51.4183 -0.404015 -0.126178 -0.906008 0 0 v -13.6686 -12.9424 47.5221 -0.329575 4.84399e-008 -0.944129 0 0 v -23.7079 -8.52587 51.4183 -0.404015 0.126178 -0.906008 0 0 v -12.1064 -6.70022 47.5221 -0.317174 0.178535 -0.931411 0 0 v -18.595 -0.567517 51.4183 -0.341632 0.372714 -0.86277 0 0 v -7.74135 -1.69693 47.5221 -0.258969 0.375199 -0.890034 0 0 v -9.50489 4.91806 51.4181 -0.204349 0.569949 -0.795864 0 0 v -1.80956 1.04514 47.5221 -0.132353 0.528001 -0.838867 0 0 v -54.2488 -25.4981 125.697 -0.0803544 -0.401719 0.912231 0 0 v -56.4215 -25.7789 124.787 -0.485803 -0.547597 0.681273 0 0 v -56.9825 -23.8668 125.007 -0.628603 0.0845159 0.773121 0 0 v -54.8098 -23.5861 125.918 -0.16484 0.128002 0.977979 0 0 v -39.6408 -22.1326 106.478 0.1832 -0.982746 0.025466 0 0 v -44.3627 -23.092 113.666 0.710743 -0.610094 0.350186 0 0 v -38.3267 -20.2635 107.164 0.623454 0.191626 0.758013 0 0 v -41.2889 -20.7314 104.757 -0.817828 -0.21123 -0.535293 0 0 v -46.1715 -23.3494 112.705 -0.297856 -0.821025 -0.487032 0 0 v -38.3113 -18.0449 103.68 -0.262842 0.944226 0.198371 0 0 v -46.241 -21.4879 112.26 -0.651107 0.656276 -0.381263 0 0 v -44.403 -21.225 113.265 0.402432 0.780081 0.479084 0 0 v -47.5966 -24.9711 116.453 0.29192 -0.878851 -0.377364 0 0 v -46.6241 -24.976 118.52 0.865266 -0.428268 -0.260578 0 0 v -46.2385 -22.9284 117.462 0.924843 0.214909 0.313814 0 0 v -50.2844 -23.4581 115.734 -0.527478 -0.0691528 -0.84675 0 0 v -50.75 -25.5011 116.793 -0.0698358 -0.52286 -0.849553 0 0 v -48.5714 -21.3658 116.768 -0.0516389 0.984711 -0.166364 0 0 v -51.8235 -21.8733 117.208 -0.223148 0.596712 -0.770805 0 0 v -47.6976 -21.3482 118.935 0.570588 0.804227 -0.166276 0 0 v -48.8974 -27.0047 118.501 0.317316 -0.820496 -0.475496 0 0 v -47.2033 -26.113 121.032 0.768256 -0.602113 0.217354 0 0 v -46.3028 -23.112 120.43 0.955314 0.260824 0.139092 0 0 v -54.1071 -24.0941 117.166 -0.397272 -0.0138692 -0.917596 0 0 v -53.365 -26.8841 118.456 -0.252052 -0.743562 -0.619342 0 0 v -50.9392 -20.147 119.281 0.0409137 0.93259 -0.358611 0 0 v -54.9812 -21.4715 119.07 -0.46292 0.681062 -0.567327 0 0 v -48.8196 -20.7003 121.646 0.484442 0.83624 0.25694 0 0 v -51.024 -28.2281 121.223 0.144082 -0.989248 -0.0250767 0 0 v -50.0778 -26.5793 124.221 0.406141 -0.601325 0.688082 0 0 v -47.8562 -23.4801 123.573 0.732073 0.139491 0.666792 0 0 v -57.3865 -24.6707 119.588 -0.752655 -0.144773 -0.642302 0 0 v -56.0418 -27.3266 121.727 -0.471081 -0.878977 -0.0740354 0 0 v -53.5259 -19.8571 122.172 -0.14562 0.987456 0.0610405 0 0 v -57.6054 -22.0871 122.322 -0.777713 0.628607 -0.00402736 0 0 v -51.6413 -21.3399 124.816 0.227024 0.631574 0.741332 0 0 v -53.9847 -27.3388 124.266 -0.141182 -0.801582 0.580976 0 0 v -51.861 -24.1549 125.848 0.207807 -0.0489229 0.976946 0 0 v -58.236 -24.963 123.18 -0.898838 -0.294133 0.324925 0 0 v -55.6467 -21.7348 124.907 -0.377127 0.58753 0.71595 0 0 v -11.9026 -3.23835 44.7378 -0.642267 0.611735 0.461816 0 0 v -10.3236 -0.0641757 41.5884 -0.542206 0.778636 0.315814 0 0 v -5.86121 1.03439 44.7367 -0.367138 0.826689 0.426375 0 0 v -15.2401 -9.11551 44.8133 -0.809527 0.223709 0.54279 0 0 v -15.6148 -5.4913 41.5954 -0.793291 0.484092 0.369248 0 0 v -14.581 -16.3604 45.9063 -0.540837 -0.137561 0.829803 0 0 v -17.0086 -14.2336 44.2738 -0.458523 0.448305 0.76732 0 0 v -17.5745 -11.5574 41.6866 -0.892769 0.220536 0.392844 0 0 v -11.8012 -22.6909 44.8086 -0.637479 -0.609648 0.471116 0 0 v -15.0949 -21.2672 41.6884 -0.668916 -0.661107 0.339837 0 0 v -15.752 -19.0615 44.3166 -0.261954 -0.628713 0.732189 0 0 v -5.86121 -26.9192 44.7367 -0.371417 -0.845574 0.383476 0 0 v -10.3064 -25.8416 41.5904 -0.537643 -0.782088 0.315086 0 0 v -1.80956 -26.8892 47.5221 -0.18895 -0.887998 0.419235 0 0 v -2.79084 -29.0766 41.5883 -0.193771 -0.942964 0.270687 0 0 v -14.3719 -2.23436 37.7978 -0.712301 0.679188 0.177005 0 0 v -11.5555 0.747163 33.5791 -0.57402 0.81838 0.0274905 0 0 v -7.34761 2.62618 37.7966 -0.390345 0.906809 0.159148 0 0 v -18.2018 -8.7925 37.7811 -0.948484 0.258138 0.18369 0 0 v -17.2281 -5.38061 33.5793 -0.872359 0.488613 0.0157327 0 0 v -19.0746 -14.4167 39.3603 -0.872148 0.41007 -0.266835 0 0 v -18.5695 -16.8173 36.6613 -0.968227 -0.249814 -0.0113415 0 0 v -19.2063 -12.8743 33.5101 -0.999748 0.00987906 0.0201503 0 0 v -17.7789 -19.3725 39.4031 -0.61596 -0.748718 -0.244979 0 0 v -14.336 -23.6849 37.7763 -0.713521 -0.679248 0.171785 0 0 v -17.2289 -20.4928 33.5092 -0.870801 -0.491347 0.016839 0 0 v -7.34761 -28.511 37.7966 -0.390345 -0.906809 0.159148 0 0 v -11.5551 -26.632 33.5782 -0.574241 -0.818219 0.0276462 0 0 v 1.31948 -30.2794 37.7966 0 -0.989333 0.145671 0 0 v -3.26135 -30.183 33.5791 -0.199241 -0.979632 0.0249782 0 0 v -14.6235 -2.20229 29.2297 -0.733899 0.668792 -0.118786 0 0 v -10.7655 0.20053 25.0062 -0.562841 0.796166 -0.222103 0 0 v -7.50574 2.80355 29.2297 -0.392858 0.914234 -0.099191 0 0 v -18.4479 -9.14085 29.2289 -0.958797 0.249184 -0.136441 0 0 v -16.1653 -5.73829 25.0062 -0.847644 0.463637 -0.257954 0 0 v -18.454 -16.7354 29.2005 -0.958243 -0.248393 -0.141674 0 0 v -18.0377 -12.9424 25.0062 -0.961578 1.0643e-007 -0.274532 0 0 v -14.6232 -23.6825 29.2288 -0.733992 -0.668723 -0.118595 0 0 v -16.1653 -20.1466 25.0062 -0.847644 -0.463637 -0.257954 0 0 v -7.50574 -28.6884 29.2297 -0.392858 -0.914234 -0.0991913 0 0 v -10.7655 -26.0854 25.0062 -0.562841 -0.796166 -0.222103 0 0 v 1.31948 -30.4857 29.2297 -3.12496e-008 -0.995822 -0.0913148 0 0 v -2.95932 -29.4496 25.0062 -0.196329 -0.961233 -0.193612 0 0 v -12.677 -3.05236 21.1642 -0.682564 0.617396 -0.391062 0 0 v -8.31644 -1.48655 17.9815 -0.472236 0.660423 -0.583809 0 0 v -6.32727 1.45674 21.1642 -0.37481 0.862906 -0.338986 0 0 v -16.1669 -9.43517 21.164 -0.872566 0.225198 -0.43349 0 0 v -12.9025 -6.59424 17.9813 -0.672807 0.364939 -0.643545 0 0 v -16.1847 -16.4527 21.1737 -0.87666 -0.226526 -0.424444 0 0 v -14.5566 -12.9621 17.9919 -0.748103 0.0141075 -0.663433 0 0 v -12.6767 -22.8321 21.164 -0.682583 -0.617158 -0.391403 0 0 v -12.9267 -19.285 17.9919 -0.670792 -0.37967 -0.637094 0 0 v -6.32727 -27.3416 21.1642 -0.37481 -0.862905 -0.338986 0 0 v -8.31622 -24.3979 17.9813 -0.472389 -0.660153 -0.583992 0 0 v -2.02261 -27.1748 17.9815 -0.172761 -0.830907 -0.528911 0 0 v -8.56299 -4.84282 15.6753 -0.432761 0.387635 -0.813915 0 0 v -3.94375 -4.43312 14.0558 -0.261982 0.349805 -0.899445 0 0 v -3.83763 -1.37971 15.6784 -0.26856 0.587695 -0.76321 0 0 v -11.3464 -10.0199 15.6706 -0.522275 0.134907 -0.842039 0 0 v -7.26884 -8.05463 14.0892 -0.344153 0.18934 -0.919625 0 0 v -12.1423 -15.9651 15.9972 -0.67146 -0.173114 -0.720537 0 0 v -10.6245 -14.1712 14.272 -0.733782 0.480886 -0.47991 0 0 v -8.51831 -12.2895 14.0108 -0.360401 0.21305 -0.908141 0 0 v -8.54253 -21.0571 15.6691 -0.434318 -0.391889 -0.811043 0 0 v -6.9433 -18.4602 14.0122 -0.270612 -0.394431 -0.878176 0 0 v -9.79676 -17.3665 14.2916 -0.510975 -0.761935 -0.397944 0 0 v -3.83763 -24.5051 15.6784 -0.26856 -0.587695 -0.76321 0 0 v -3.93415 -21.4671 14.0554 -0.259298 -0.353865 -0.898635 0 0 v 1.31948 -25.6295 15.6827 1.19486e-007 -0.684516 -0.728998 0 0 v -0.478802 -23.4524 14.1664 -0.116113 -0.505495 -0.854981 0 0 v -3.06607 -7.29409 13.0005 -0.209396 0.182375 -0.960673 0 0 v 0.145153 -8.60287 12.3812 -0.084331 0.0740006 -0.993686 0 0 v 1.31948 -6.44114 12.5709 9.29839e-007 0.185378 -0.982667 0 0 v -0.459581 -4.80599 13.112 -0.152632 0.297331 -0.942495 0 0 v -5.04897 -10.7859 13.0347 -0.247051 0.064756 -0.966837 0 0 v -1.57158 -10.2749 12.4434 -0.118141 0.0558314 -0.991426 0 0 v -6.59751 -13.8369 12.812 0.132972 0.562572 -0.815984 0 0 v -4.13575 -14.9553 12.7307 -0.08832 -0.0238155 -0.995807 0 0 v -2.14579 -12.9125 12.4282 -0.126663 0.0117028 -0.991877 0 0 v -5.85195 -16.7321 12.8317 0.299859 -0.510956 -0.805611 0 0 v -3.01527 -18.6448 12.9954 -0.205568 -0.183863 -0.961216 0 0 v -1.48109 -15.6305 12.4254 -0.105591 -0.0644355 -0.99232 0 0 v -0.459581 -21.0789 13.112 -0.152634 -0.297329 -0.942496 0 0 v 1.31948 -19.4437 12.5709 -9.78803e-007 -0.185378 -0.982667 0 0 v 0.147784 -17.2841 12.3808 -0.0836182 -0.0742855 -0.993725 0 0 v -30.6017 -19.4385 36.1013 -0.722634 -0.63115 -0.281868 0 0 v -29.0049 -19.477 35.2265 -0.0164773 -0.689695 -0.723912 0 0 v -28.9716 -17.9929 34.7662 -0.0754701 0.240119 -0.967805 0 0 v -30.5684 -17.9544 35.641 -0.788267 0.419582 -0.450095 0 0 v -18.352 -19.6961 42.234 -0.142393 -0.984973 0.0977305 0 0 v -20.4716 -18.6867 44.1409 -0.0561413 -0.709376 0.70259 0 0 v -18.2006 -16.8206 45.0526 -0.0596524 0.0211874 0.997994 0 0 v -20.0679 -17.1076 39.0086 -0.257416 -0.101643 -0.96094 0 0 v -21.0252 -18.8572 40.194 0.0507724 -0.801175 -0.596273 0 0 v -19.8239 -14.195 42.025 -0.325022 0.943846 0.0592836 0 0 v -21.8855 -15.5082 39.9326 -0.0286261 0.730142 -0.682696 0 0 v -21.3319 -15.3377 43.8795 -0.186924 0.733966 0.652958 0 0 v -22.6744 -19.606 41.9242 0.0547067 -0.997353 0.0478951 0 0 v -25.2454 -19.0305 42.6963 -0.290944 -0.712018 0.639048 0 0 v -23.3606 -17.2005 44.3089 -0.318757 0.0348186 0.947197 0 0 v -23.0829 -17.4223 38.7666 0.338858 -0.0343647 -0.94021 0 0 v -24.3459 -19.1647 39.1993 0.411143 -0.766862 -0.492833 0 0 v -23.6841 -14.9088 41.3951 -0.134332 0.989928 -0.0446925 0 0 v -24.8611 -16.0647 38.7342 0.270152 0.723307 -0.635488 0 0 v -25.7605 -15.9304 42.2312 -0.49095 0.700945 0.517343 0 0 v -26.3888 -19.9809 39.8806 0.0555473 -0.995887 0.0715824 0 0 v -28.9012 -19.5013 39.418 -0.511717 -0.707929 0.486809 0 0 v -27.7861 -17.8374 41.5635 -0.70759 0.0461643 0.705113 0 0 v -25.5684 -18.0092 37.1017 0.701912 -0.0515264 -0.710398 0 0 v -26.931 -19.598 36.9913 0.483703 -0.802336 -0.349699 0 0 v -26.9432 -15.7585 39.0071 -0.219559 0.964142 -0.149078 0 0 v -27.1695 -17.0093 36.3001 0.388067 0.710887 -0.586552 0 0 v -29.1397 -16.9126 38.7267 -0.636707 0.725955 0.259987 0 0 v -29.069 -20.1837 36.9621 -0.0783157 -0.995537 -0.0526672 0 0 v -30.6625 -18.4913 37.6567 -0.923284 0.0772289 0.376273 0 0 v -27.504 -18.5951 35.1718 0.573262 -0.206931 -0.792811 0 0 v -29.1732 -16.8809 35.9705 -0.225572 0.91452 -0.335814 0 0 v -10.8911 -17.0958 0.829075 -0.380099 -0.545914 -0.746661 0 0 v -9.89486 -16.9801 0.676743 0.238079 -0.355743 -0.903751 0 0 v -10.0774 -16.2568 0.635567 0.148338 0.344014 -0.927173 0 0 v -11.0736 -16.3725 0.787899 -0.50298 0.25532 -0.825725 0 0 v -8.16098 -17.3978 12.2609 0.108963 -0.990119 -0.0882666 0 0 v -10.4128 -17.1228 10.8094 -0.415229 -0.899955 0.132917 0 0 v -11.0963 -15.9465 12.9919 -0.963166 -0.231336 0.137096 0 0 v -6.4321 -15.3986 11.7148 0.836409 0.195193 -0.512171 0 0 v -7.36049 -16.7719 10.2286 0.740308 -0.658428 -0.135706 0 0 v -9.06519 -13.9123 12.169 -0.157268 0.969319 -0.188912 0 0 v -7.93612 -14.537 10.1241 0.47192 0.855853 -0.211677 0 0 v -10.9884 -14.8878 10.7049 -0.691214 0.721192 0.0458848 0 0 v -9.04758 -17.5911 8.27596 0.129555 -0.990758 0.0401785 0 0 v -10.9161 -17.4086 6.21745 -0.425084 -0.901437 0.0819424 0 0 v -11.7603 -16.2784 8.65024 -0.968712 -0.226813 0.100765 0 0 v -7.42602 -15.7842 7.97153 0.957903 0.225302 -0.177936 0 0 v -8.09437 -17.0869 5.78652 0.749888 -0.658696 -0.0615434 0 0 v -9.85476 -14.4445 8.10182 -0.126726 0.986888 -0.0999665 0 0 v -8.61876 -15.0403 5.67117 0.482334 0.861021 -0.161236 0 0 v -11.4405 -15.362 6.1021 -0.700016 0.71323 -0.0357951 0 0 v -9.55159 -17.8023 3.88899 0.123767 -0.992308 0.00249173 0 0 v -11.1076 -17.5176 2.46834 -0.442645 -0.895689 -0.0424892 0 0 v -11.9701 -16.6306 4.22421 -0.972439 -0.232002 0.0231938 0 0 v -8.09961 -16.1887 3.63307 0.95215 0.221178 -0.210929 0 0 v -8.79172 -17.2524 2.11456 0.710766 -0.652987 -0.261572 0 0 v -10.2701 -14.9948 3.73064 -0.132019 0.981076 -0.141637 0 0 v -9.22069 -15.5723 2.01964 0.457809 0.826273 -0.328152 0 0 v -11.5365 -15.8374 2.37344 -0.712413 0.682263 -0.164273 0 0 v -10.0712 -17.5745 1.23988 0.054071 -0.91933 -0.389755 0 0 v -11.6872 -16.7847 1.4895 -0.896458 -0.239264 -0.372981 0 0 v -9.08343 -16.4847 1.09158 0.709058 0.136243 -0.691863 0 0 v -10.5511 -15.6849 1.13277 -0.173062 0.849374 -0.498612 0 0 v -16.2614 -43.0363 77.1463 -0.1972 -0.979815 0.0327916 0 0 v -22.3643 -41.2185 72.4934 -0.349666 -0.926866 -0.136579 0 0 v -21.6554 -41.5408 77.0873 -0.566984 -0.821777 0.0566673 0 0 v -21.508 -41.1366 81.7699 -0.348485 -0.911876 0.216888 0 0 v -32.2184 -35.7983 72.6633 -0.627601 -0.767755 -0.129111 0 0 v -27.3939 -38.7011 72.2306 -0.468712 -0.868758 0.159902 0 0 v -30.9575 -35.7197 81.8613 -0.608087 -0.742838 0.280039 0 0 v -32.0745 -35.7016 77.3506 -0.422251 -0.903545 0.0728709 0 0 v -26.3359 -38.5414 82.2073 -0.500174 -0.865222 -0.0348797 0 0 v -23.3137 -33.1932 76.7472 -0.834532 -0.54531 0.0786984 0 0 v -26.4588 -31.64 74.068 -0.315665 -0.639258 0.701217 0 0 v -29.0617 -29.9712 76.9364 0.349731 -0.936727 -0.0151925 0 0 v -25.9166 -31.5244 79.6156 -0.404463 -0.694353 -0.595218 0 0 v -23.5864 -40.3072 73.8523 -0.700296 -0.281184 0.656141 0 0 v -22.1507 -39.476 76.988 -0.997188 0.0219738 0.0716459 0 0 v -23.0769 -40.2055 80.3374 -0.785112 -0.354753 -0.507691 0 0 v -30.4178 -36.5778 74.1098 0.258353 -0.721125 0.642831 0 0 v -26.8497 -37.155 72.9906 0.0265548 -0.0274952 0.999269 0 0 v -29.6559 -36.4181 80.5096 0.198954 -0.731988 -0.651622 0 0 v -30.7396 -34.6616 77.2708 0.972487 -0.204202 -0.112118 0 0 v -26.0407 -36.9826 81.2682 -0.0959982 -0.121484 -0.98794 0 0 v -23.5221 -35.9946 73.9889 -0.679272 -0.127446 0.722736 0 0 v -23.0727 -35.9041 79.7794 -0.777924 -0.189849 -0.598992 0 0 v -29.5963 -32.6823 74.2229 0.661123 -0.225764 0.715505 0 0 v -28.9213 -32.5332 79.9378 0.541628 -0.283081 -0.79152 0 0 v -7.28291 -36.8852 55.8208 -0.159844 -0.699635 -0.696392 0 0 v -8.3313 -44.1497 70.6239 -0.127655 -0.98636 -0.103915 0 0 v 1.31948 -43.9466 65.9439 -6.99245e-010 -0.968328 -0.249681 0 0 v -5.99396 -42.8887 63.7249 -0.0847798 -0.9217 -0.378525 0 0 v -4.98263 -41.2386 60.1217 -0.00540137 -0.956573 -0.291443 0 0 v 1.31948 -40.2538 57.5938 -9.48995e-010 -0.721601 -0.692309 0 0 v -2.77875 -27.2303 107.133 -0.0966576 -0.523848 0.84631 0 0 v -2.77875 -20.9976 109.761 -0.130165 -0.259968 0.956804 0 0 v 1.31948 -22.2852 109.609 -5.74231e-007 -0.333025 0.942918 0 0 v -5.96284 -17.9309 109.985 -0.162143 -0.163864 0.973067 0 0 v 1.31948 -17.1412 110.768 -1.8649e-009 -0.116978 0.993134 0 0 v -7.83059 -14.6946 110.024 -0.179282 -0.0531227 0.982362 0 0 v 1.31948 -15.1005 110.855 5.36136e-007 -0.0221088 0.999756 0 0 v -7.85849 -11.2127 110.008 -0.183251 0.056314 0.981452 0 0 v -5.97338 -7.96645 109.981 -0.165257 0.161783 0.972891 0 0 v 1.31948 -10.7844 110.855 5.37534e-007 0.0221088 0.999756 0 0 v -2.77875 -4.88724 109.761 -0.130164 0.25997 0.956804 0 0 v 1.31948 -3.59969 109.609 -1.74849e-008 0.333024 0.942918 0 0 v -5.96852 -37.371 97.0649 -0.131625 -0.780316 0.611377 0 0 v -7.9975 -43.4791 84.511 -0.135105 -0.961538 0.239145 0 0 v -2.79083 3.19177 41.5883 -0.193771 0.942964 0.270687 0 0 v -3.26135 4.29818 33.5791 -0.199241 0.979632 0.0249781 0 0 v -2.95932 3.56472 25.0062 -0.196329 0.961233 -0.193612 0 0 v -2.02261 1.28999 17.9815 -0.17276 0.830908 -0.528911 0 0 v -0.478802 -2.43249 14.1664 -0.116112 0.505494 -0.854982 0 0 v 1.31948 -0.25537 15.6827 1.57292e-007 0.684516 -0.728998 0 0 v 7.64336 -39.0957 60.7825 -0.437891 -0.0501218 0.89763 0 0 v 7.64336 -40.3358 62.7704 0.148072 0.0151509 -0.988861 0 0 v -5.0044 -40.3358 62.7704 -0.148072 0.0151509 -0.988861 0 0 v -5.0044 -39.0957 60.7825 0.437891 -0.0501217 0.89763 0 0 v 1.31948 -40.5394 58.9918 5.82348e-009 -0.383567 0.923513 0 0 v 11.0566 -41.918 62.9368 -0.633869 -0.669657 -0.387 0 0 v 1.31948 -42.3352 62.1775 9.69729e-010 -0.414731 -0.909944 0 0 v -8.41765 -41.918 62.9368 0.63387 -0.669657 -0.387 0 0 v 6.75234 -30.5679 60.8071 -0.48487 -0.24637 0.839168 0 0 v 6.75234 -31.4427 62.1248 0.0903209 -0.288989 -0.953062 0 0 v -4.11337 -31.4427 62.1248 -0.0903213 -0.288989 -0.953062 0 0 v -4.11337 -30.5679 60.8071 0.48487 -0.24637 0.839168 0 0 v 1.31948 -34.1293 59.245 -3.7708e-009 -0.0306872 0.999529 0 0 v 10.2259 -35.6505 62.8845 -0.913486 -0.213497 -0.346357 0 0 v 1.31948 -35.9454 62.0238 -3.73806e-009 -0.0455797 -0.998961 0 0 v -7.58693 -35.6505 62.8845 0.913486 -0.213497 -0.346356 0 0 v 15.0605 -42.2972 65.1244 0.261187 -0.891041 -0.371252 0 0 v 9.16085 -40.625 59.858 0.242506 -0.697636 -0.674162 0 0 v -12.4215 -42.2972 65.1244 -0.261187 -0.891041 -0.371252 0 0 v -6.52189 -40.625 59.858 -0.242507 -0.697635 -0.674163 0 0 v 1.31948 -28.9923 60.1695 1.19987e-007 -0.943679 -0.330863 0 0 v 13.1149 -27.5025 105.191 0.255599 -0.523071 0.81306 0 0 v 17.1648 -32.1723 99.9755 0.304746 -0.652725 0.6936 0 0 v 22.63 -28.9946 99.9284 0.415749 -0.558054 0.718142 0 0 v 17.2531 -25.0416 105.146 0.339724 -0.439263 0.831646 0 0 v 20.88 -21.9145 104.921 0.405398 -0.339031 0.848946 0 0 v 27.2063 -24.9649 99.7401 0.47016 -0.487256 0.735888 0 0 v 32.0822 -21.8981 100.01 0.115014 -0.79276 0.598585 0 0 v 30.5455 -19.3492 102.144 0.0550661 -0.29009 0.955414 0 0 v 22.9835 -18.4247 105.027 0.410529 -0.235491 0.880915 0 0 v 24.0782 -15.0291 105.026 0.448184 -0.0316916 0.893379 0 0 v 31.4789 -16.4765 102.146 0.149363 0.235682 0.960284 0 0 v 34.382 -14.8517 100.014 0.376773 0.698956 0.607868 0 0 v 31.7471 -11.0997 99.7273 0.606555 0.205699 0.76797 0 0 v 24.2179 -11.5296 104.917 0.485236 0.0822362 0.870507 0 0 v 22.7563 -7.74051 105.143 0.469148 0.205712 0.858827 0 0 v 29.9467 -6.29109 99.915 0.594394 0.270332 0.757375 0 0 v 26.8904 -1.29915 99.9687 0.533277 0.410682 0.739564 0 0 v 20.4213 -4.04497 105.202 0.417377 0.32974 0.846799 0 0 v 17.1614 -0.858133 105.202 0.337737 0.441436 0.831305 0 0 v 22.5668 3.03396 99.9742 0.426113 0.551956 0.716779 0 0 v 17.1648 6.28743 99.9755 0.305965 0.652189 0.693567 0 0 v 13.1149 1.61767 105.191 0.25518 0.523388 0.812987 0 0 v 8.61063 3.39294 105.155 0.170194 0.588946 0.790048 0 0 v 11.0739 8.46182 99.9755 0.18589 0.714041 0.674975 0 0 v 4.61214 9.5532 99.9755 0.0616742 0.743822 0.665526 0 0 v 3.80229 4.24284 105.146 0.0454462 0.626952 0.777731 0 0 v 20.4386 -35.9701 94.1098 0.343842 -0.742653 0.574665 0 0 v 22.905 -38.7372 88.2788 0.359924 -0.809116 0.464527 0 0 v 30.1516 -34.4467 88.3307 0.525294 -0.6869 0.50223 0 0 v 26.9031 -32.1274 94.1496 0.478348 -0.643399 0.59768 0 0 v 32.0261 -27.1576 94.309 0.570759 -0.562294 0.59838 0 0 v 35.9929 -28.817 88.1353 0.686716 -0.545922 0.47999 0 0 v 40.0482 -22.6161 87.9795 0.808623 -0.410587 0.421363 0 0 v 38.6375 -21.2084 94.118 0.822088 -0.568014 0.0391433 0 0 v 35.5994 -22.9974 96.389 0.353346 -0.875063 0.330774 0 0 v 38.2058 -14.9719 96.3933 0.647216 0.66421 0.374079 0 0 v 39.8775 -17.3566 94.1199 0.998304 0.0270708 0.0515349 0 0 v 41.9813 -16.5859 87.9773 0.891864 -0.115618 0.437278 0 0 v 41.8351 -10.1158 88.1328 0.85416 0.141242 0.500461 0 0 v 37.3947 -10.6484 94.2962 0.73591 0.215642 0.641821 0 0 v 35.6615 -4.81997 94.1362 0.68903 0.31637 0.652034 0 0 v 39.9257 -3.3962 87.9252 0.786467 0.364679 0.498476 0 0 v 35.9228 2.97095 87.8766 0.683766 0.56492 0.461875 0 0 v 32.1007 1.08724 94.103 0.610807 0.479086 0.63039 0 0 v 26.9181 6.20548 94.1084 0.488007 0.638383 0.595245 0 0 v 30.0991 8.45774 87.8794 0.542381 0.731263 0.413615 0 0 v 22.8293 12.7301 87.8797 0.388541 0.840436 0.37776 0 0 v 20.4386 10.0853 94.1098 0.348623 0.746991 0.566097 0 0 v 13.1063 12.6954 94.1098 0.209274 0.810183 0.547548 0 0 v 14.5906 15.6478 87.8783 0.232682 0.904923 0.356333 0 0 v 5.80405 17.1236 87.8765 0.0777526 0.934938 0.346188 0 0 v 5.301 14.0103 94.1098 0.0699707 0.839914 0.538189 0 0 v 39.0287 -29.7572 80.9695 0.787447 -0.556526 0.264965 0 0 v 40.083 -29.8206 73.3934 0.81014 -0.5837 -0.0544731 0 0 v 43.9772 -23.4771 73.3573 0.898582 -0.437613 -0.0323411 0 0 v 42.8786 -23.4188 80.9351 0.867465 -0.417998 0.269782 0 0 v 45.0832 -16.5673 80.9346 0.946171 -0.144219 0.289762 0 0 v 46.2704 -16.5144 73.3573 0.987166 -0.158457 -0.0198641 0 0 v 46.2704 -9.37041 73.3573 0.987164 0.158651 -0.0183844 0 0 v 45.054 -9.48089 80.9657 0.942801 0.145878 0.299743 0 0 v 42.8541 -2.49159 80.9242 0.864017 0.419928 0.277732 0 0 v 43.9772 -2.40776 73.3573 0.892604 0.449797 -0.0306757 0 0 v 39.5045 4.02877 73.3573 0.741645 0.668861 -0.0508737 0 0 v 38.5076 4.00064 80.9145 0.73296 0.638349 0.235118 0 0 v 32.2489 9.62524 80.915 0.571998 0.798597 0.187246 0 0 v 33.0793 9.61239 73.3573 0.569353 0.818863 -0.072808 0 0 v 25.0689 14.0691 73.3538 0.403633 0.910385 -0.090993 0 0 v 24.4447 14.0898 80.9134 0.408486 0.900329 0.150154 0 0 v 15.5935 17.18 80.9064 0.244663 0.961241 0.127105 0 0 v 15.981 17.1778 73.3397 0.242207 0.964777 -0.102671 0 0 v 6.27531 18.78 73.3222 0.0818641 0.990823 -0.107557 0 0 v 6.14396 18.7569 80.8976 0.0821007 0.989719 0.117116 0 0 v 24.5488 -38.6461 65.3318 0.379267 -0.810111 -0.447076 0 0 v 21.8104 -35.6439 58.9866 0.341548 -0.715853 -0.609016 0 0 v 28.3627 -31.9618 59.0738 0.443556 -0.636798 -0.630672 0 0 v 32.0806 -34.4241 65.4912 0.517793 -0.717777 -0.465495 0 0 v 38.2128 -29.1269 65.8921 0.694338 -0.581993 -0.423295 0 0 v 33.8567 -27.2534 59.0738 0.552589 -0.502697 -0.664787 0 0 v 37.6813 -21.8258 59.0738 0.638106 -0.326048 -0.697505 0 0 v 42.3689 -22.9078 65.8621 0.815441 -0.411637 -0.406954 0 0 v 44.5771 -16.3214 65.8621 0.89625 -0.146724 -0.418578 0 0 v 39.6421 -15.9545 59.0738 0.685881 -0.111975 -0.719047 0 0 v 39.6421 -9.93032 59.0738 0.685881 0.111975 -0.719047 0 0 v 44.5771 -9.56345 65.8621 0.89625 0.146724 -0.418578 0 0 v 42.3689 -2.97707 65.8621 0.813599 0.417423 -0.404741 0 0 v 37.6813 -4.05904 59.0738 0.638148 0.326425 -0.69729 0 0 v 33.8567 1.36858 59.0738 0.553621 0.506541 -0.660999 0 0 v 38.0617 3.11162 65.8621 0.680067 0.624326 -0.38435 0 0 v 31.8744 8.39349 65.8621 0.525446 0.768928 -0.364219 0 0 v 28.3627 6.07698 59.0738 0.444106 0.64753 -0.619253 0 0 v 21.5203 9.83039 59.072 0.325694 0.744607 -0.582653 0 0 v 24.1624 12.6096 65.8586 0.374724 0.858778 -0.349402 0 0 v 15.4182 15.5514 65.8446 0.225958 0.912601 -0.340737 0 0 v 13.7779 12.4328 59.065 0.199691 0.806422 -0.556603 0 0 v 5.5286 13.5428 58.7167 0.042249 0.813646 -0.579824 0 0 v 6.08456 17.0684 65.827 0.0760707 0.937669 -0.339102 0 0 v 17.3305 -31.8983 53.6077 0.265007 -0.560815 -0.784384 0 0 v 11.869 -27.4536 49.4185 0.232424 -0.422487 -0.876061 0 0 v 15.5349 -25.0685 49.4185 0.279753 -0.326165 -0.90297 0 0 v 22.7167 -28.7903 53.6251 0.338182 -0.469875 -0.815384 0 0 v 27.0962 -24.867 53.6251 0.396976 -0.347796 -0.849381 0 0 v 18.4966 -22.0666 49.4185 0.308534 -0.226181 -0.923931 0 0 v 20.5583 -18.6061 49.4185 0.322924 -0.132409 -0.937117 0 0 v 30.1449 -20.3445 53.6251 0.435271 -0.213266 -0.874675 0 0 v 31.7079 -15.4523 53.6251 0.454244 -0.0710456 -0.88804 0 0 v 21.6153 -14.8628 49.4185 0.328847 -0.0430449 -0.943402 0 0 v 21.6153 -11.022 49.4185 0.328847 0.0430448 -0.943402 0 0 v 31.7079 -10.4326 53.6251 0.454244 0.0710457 -0.88804 0 0 v 30.1449 -5.54036 53.6251 0.435271 0.213266 -0.874675 0 0 v 20.5583 -7.27871 49.4185 0.322924 0.132409 -0.937117 0 0 v 18.4966 -3.81825 49.4185 0.308533 0.226181 -0.923931 0 0 v 27.0962 -1.0178 53.6251 0.396976 0.347797 -0.849381 0 0 v 22.7167 2.90546 53.6251 0.337624 0.471132 -0.81489 0 0 v 15.5349 -0.816351 49.4185 0.279753 0.326165 -0.90297 0 0 v 11.869 1.56877 49.4185 0.232424 0.422488 -0.876061 0 0 v 17.2724 6.02776 53.6248 0.260868 0.571157 -0.778285 0 0 v 11.1407 8.17541 53.6234 0.170857 0.64179 -0.747605 0 0 v 7.78602 3.19637 49.4185 0.162047 0.504195 -0.84825 0 0 v 3.4978 4.20305 49.4185 0.105427 0.558063 -0.823074 0 0 v 4.63478 9.15618 53.2821 0.105072 0.676994 -0.72845 0 0 v 57.3279 -24.5696 125.927 0.129905 -0.150339 0.980063 0 0 v 58.0792 -25.6364 125.385 0.285583 -0.482816 0.827847 0 0 v 59.4477 -24.8442 125.038 0.582286 -0.257549 0.77111 0 0 v 58.6259 -23.7707 125.601 0.397595 0.105587 0.911466 0 0 v 37.8038 -20.1645 104.527 -0.577821 -0.267452 0.771098 0 0 v 38.4492 -21.4055 103.615 -0.335459 -0.887656 0.315491 0 0 v 44.885 -22.6318 110.381 -0.479122 -0.854939 0.198803 0 0 v 44.4757 -21.8658 110.84 -0.764543 -0.26643 0.586933 0 0 v 39.9477 -21.7536 102.217 0.100303 -0.991197 -0.0864133 0 0 v 41.4098 -20.8569 101.237 0.645943 -0.64444 -0.409212 0 0 v 46.7361 -22.2069 109.359 0.549231 -0.630276 -0.548723 0 0 v 45.7892 -22.7682 109.788 0.0830222 -0.958062 -0.27427 0 0 v 41.9211 -19.2309 101.257 0.896423 0.226474 -0.380966 0 0 v 41.127 -18.0093 102.267 0.508942 0.860395 0.0264244 0 0 v 46.4542 -20.5318 109.927 0.478246 0.870016 -0.119801 0 0 v 47.0021 -21.3123 109.414 0.798809 0.338378 -0.497398 0 0 v 39.5672 -17.857 103.665 0.0698064 0.917778 0.390911 0 0 v 38.2537 -18.7343 104.547 -0.374325 0.518911 0.768513 0 0 v 44.7417 -20.9712 110.896 -0.549654 0.556169 0.623342 0 0 v 45.55 -20.3953 110.519 -0.0809599 0.938157 0.336611 0 0 v 48.2395 -23.2262 115.956 -0.874624 -0.25604 0.411675 0 0 v 48.8012 -24.1226 115.493 -0.548657 -0.835502 0.0302109 0 0 v 49.8823 -25.2325 117.553 -0.64216 -0.683901 -0.346282 0 0 v 48.9924 -23.8609 118.232 -0.988588 -0.145778 -0.03799 0 0 v 49.9688 -24.2804 114.96 0.0489896 -0.899754 -0.433639 0 0 v 51.1585 -23.6207 114.624 0.472639 -0.545816 -0.691879 0 0 v 53.5668 -24.449 116.316 0.25098 -0.357071 -0.899727 0 0 v 51.7121 -25.4678 116.787 -0.0722613 -0.706838 -0.703675 0 0 v 51.4634 -22.5723 114.737 0.667591 0.384172 -0.637757 0 0 v 50.7312 -21.6592 115.242 0.377392 0.884547 -0.274138 0 0 v 52.8963 -21.4434 117.25 0.15633 0.795032 -0.586076 0 0 v 54.0405 -22.8393 116.501 0.360011 0.376784 -0.853479 0 0 v 49.5636 -21.5014 115.775 -0.188734 0.962815 0.193306 0 0 v 48.5444 -22.1777 116.069 -0.666943 0.581469 0.465919 0 0 v 49.466 -22.2511 118.417 -0.78063 0.624749 0.0174605 0 0 v 51.0665 -21.2081 118.017 -0.32275 0.923192 -0.208685 0 0 v 48.8511 -24.2276 119.514 -0.988487 -0.140217 -0.056859 0 0 v 50.0862 -26.1257 118.581 -0.641313 -0.678173 -0.358886 0 0 v 50.519 -26.8729 119.7 -0.589927 -0.797468 -0.126612 0 0 v 49.0161 -24.5662 120.831 -0.948895 -0.217878 0.228313 0 0 v 52.6253 -26.4467 117.518 -0.0771449 -0.695953 -0.713932 0 0 v 55.1988 -25.03 116.858 0.233721 -0.34434 -0.909288 0 0 v 56.7398 -25.5349 117.601 0.360492 -0.450542 -0.816736 0 0 v 53.6085 -27.2604 118.408 0.00295734 -0.824708 -0.565552 0 0 v 55.8616 -22.7984 117.113 0.331152 0.372987 -0.866729 0 0 v 54.2822 -20.8675 118.155 0.13424 0.781214 -0.60966 0 0 v 55.6323 -20.4747 119.178 0.240042 0.84566 -0.476696 0 0 v 57.5494 -22.8207 117.91 0.482753 0.385532 -0.78633 0 0 v 51.7432 -20.5465 119.217 -0.330947 0.912384 -0.240892 0 0 v 49.5139 -21.9959 119.769 -0.780612 0.624887 -0.0126675 0 0 v 49.8256 -21.8519 121.14 -0.74394 0.620671 0.247632 0 0 v 52.5428 -20.0872 120.47 -0.275566 0.960574 -0.03689 0 0 v 49.7716 -24.8989 122.392 -0.825103 -0.276225 0.492854 0 0 v 51.4356 -27.4513 121.141 -0.492848 -0.861479 0.122291 0 0 v 52.8774 -27.7039 122.801 -0.353156 -0.859099 0.370447 0 0 v 51.226 -25.1707 124.043 -0.633866 -0.309994 0.708603 0 0 v 54.8561 -27.8788 119.711 0.0922453 -0.923834 -0.371513 0 0 v 58.3229 -25.9677 118.817 0.497579 -0.556293 -0.665548 0 0 v 59.7125 -26.2317 120.495 0.637725 -0.650108 -0.413118 0 0 v 56.272 -28.1283 121.382 0.190479 -0.974581 -0.117941 0 0 v 59.2207 -22.9632 119.158 0.65609 0.384559 -0.649353 0 0 v 57.1006 -20.3676 120.563 0.357534 0.885512 -0.296711 0 0 v 58.4992 -20.6738 122.227 0.486537 0.872807 -0.0386001 0 0 v 60.6034 -23.2499 120.833 0.847259 0.35117 -0.398538 0 0 v 53.6801 -19.9401 121.993 -0.198528 0.961364 0.1907 0 0 v 50.6694 -21.8945 122.733 -0.65139 0.571318 0.499286 0 0 v 52.1169 -22.1889 124.381 -0.503136 0.474643 0.722196 0 0 v 55.1046 -20.2494 123.646 -0.094034 0.892375 0.441389 0 0 v 53.3111 -25.2489 125.266 -0.338716 -0.317304 0.885771 0 0 v 54.6719 -27.3389 124.24 -0.135733 -0.754293 0.642354 0 0 v 56.4528 -26.4757 125.148 0.0575511 -0.604693 0.794377 0 0 v 55.5471 -25.0983 125.829 -0.0877678 -0.289349 0.953191 0 0 v 57.4694 -27.6911 123.07 0.306933 -0.911928 0.272358 0 0 v 60.3048 -26.1295 122.341 0.733723 -0.674855 0.0788799 0 0 v 60.0239 -25.6702 123.954 0.670043 -0.54348 0.50564 0 0 v 58.1721 -26.6959 124.428 0.35726 -0.726535 0.586951 0 0 v 61.0365 -23.6712 122.621 0.967813 0.209584 0.139331 0 0 v 59.2986 -21.5455 123.769 0.607835 0.687672 0.397044 0 0 v 59.3347 -22.7588 124.879 0.581431 0.376235 0.721377 0 0 v 60.4698 -24.158 124.128 0.815066 0.0105917 0.579271 0 0 v 56.5011 -21.1933 124.939 0.0700884 0.665281 0.743296 0 0 v 54.0428 -22.7907 125.546 -0.254232 0.294148 0.921327 0 0 v 55.9931 -23.5862 126.003 -0.0315707 0.108798 0.993562 0 0 v 57.6155 -22.5387 125.599 0.213325 0.375442 0.901962 0 0 v 9.58549 -0.285746 46.1521 0.444701 0.763268 0.468683 0 0 v 12.4696 -2.36685 46.1524 0.573415 0.636808 0.515433 0 0 v 13.9318 -1.61542 43.2312 0.593976 0.695134 0.404945 0 0 v 10.729 0.62724 43.2306 0.457304 0.80877 0.369816 0 0 v 14.8002 -4.92605 46.1533 0.670912 0.473423 0.570743 0 0 v 16.4078 -7.85111 46.173 0.737562 0.290361 0.609665 0 0 v 18.262 -7.2163 43.2584 0.799764 0.350922 0.487065 0 0 v 16.4988 -4.27743 43.2335 0.707592 0.547845 0.446296 0 0 v 17.1872 -11.0861 46.2472 0.781056 0.0973089 0.616832 0 0 v 16.9721 -14.5202 46.528 0.791303 -0.0975026 0.603599 0 0 v 18.3553 -14.9364 45.2236 0.50904 0.0944654 0.855543 0 0 v 19.7357 -12.8277 43.2929 0.746192 0.365159 0.556648 0 0 v 19.1103 -10.3894 43.3463 0.845419 0.158294 0.510107 0 0 v 16.1126 -17.934 46.5272 0.752582 -0.291294 0.590565 0 0 v 14.7 -20.9719 46.2451 0.675197 -0.473599 0.565521 0 0 v 16.1882 -21.8977 43.3408 0.677606 -0.576189 0.457008 0 0 v 17.8345 -20.2283 43.3137 0.490767 -0.715599 0.497057 0 0 v 17.5601 -18.0417 45.232 0.416684 -0.335023 0.845065 0 0 v 12.4496 -23.5206 46.1707 0.573619 -0.636849 0.515155 0 0 v 9.58549 -25.5991 46.1521 0.444654 -0.763274 0.468717 0 0 v 10.729 -26.5121 43.2306 0.456055 -0.809336 0.370119 0 0 v 13.8697 -24.3275 43.2526 0.587482 -0.697587 0.410167 0 0 v 6.38098 -27.0336 46.1521 0.28029 -0.857096 0.432233 0 0 v 3.02363 -27.744 46.1521 0.0948036 -0.906581 0.411245 0 0 v 3.27617 -28.8875 43.2306 0.0962095 -0.941139 0.32404 0 0 v 7.11476 -28.0931 43.2306 0.28442 -0.896191 0.340511 0 0 v 11.6383 1.37297 39.7645 0.474758 0.848828 0.232583 0 0 v 15.0907 -1.02242 39.7651 0.62652 0.738351 0.249622 0 0 v 15.7872 -0.671061 35.7226 0.649455 0.753564 0.101732 0 0 v 12.1878 1.84146 35.7223 0.4851 0.868936 0.0981218 0 0 v 17.834 -3.85154 39.7674 0.762138 0.592214 0.26159 0 0 v 19.7214 -6.96677 39.768 0.88192 0.386743 0.26953 0 0 v 20.5643 -7.0865 35.718 0.920186 0.379349 0.0967041 0 0 v 18.625 -3.69001 35.7238 0.798095 0.594577 0.0975823 0 0 v 20.6817 -10.3338 39.7585 0.945493 0.172759 0.276037 0 0 v 21.1027 -12.8992 40.1786 0.925629 0.340743 0.164638 0 0 v 21.5426 -15.2177 37.9489 0.984994 -0.000529841 -0.172591 0 0 v 21.64 -14.81 35.3157 0.992094 -0.104549 0.0694126 0 0 v 21.5574 -10.8332 35.689 0.985438 0.135833 0.102279 0 0 v 20.6953 -18.4936 37.9573 0.860403 -0.475607 -0.183042 0 0 v 19.1494 -20.4703 40.1994 0.64392 -0.75665 0.11335 0 0 v 17.6113 -22.3102 39.7529 0.741031 -0.625824 0.243345 0 0 v 18.6097 -22.1945 35.6864 0.79701 -0.596517 0.0945652 0 0 v 20.6348 -18.7082 35.3148 0.919256 -0.388752 0.0619743 0 0 v 15.0462 -24.9178 39.7622 0.623024 -0.743506 0.242979 0 0 v 11.6383 -27.2578 39.7645 0.47377 -0.84956 0.231924 0 0 v 12.1878 -27.7263 35.7223 0.48514 -0.868921 0.0980573 0 0 v 15.7842 -25.2137 35.7151 0.650206 -0.752958 0.10142 0 0 v 7.69878 -28.9585 39.7645 0.291942 -0.931997 0.214828 0 0 v 3.47725 -29.8213 39.7645 0.0986385 -0.973796 0.20492 0 0 v 3.59901 -30.4077 35.7223 0.100064 -0.991147 0.0872664 0 0 v 8.05219 -29.502 35.7223 0.296204 -0.950761 0.0911912 0 0 v 12.2824 1.92427 31.4043 0.487562 0.872102 -0.0414948 0 0 v 15.9053 -0.622171 31.4044 0.657396 0.752073 -0.0470797 0 0 v 15.4508 -0.875135 27.0865 0.650088 0.739753 -0.173641 0 0 v 11.9251 1.61152 27.0865 0.482612 0.861115 -0.159893 0 0 v 18.7525 -3.72754 31.4046 0.809463 0.58447 -0.0562603 0 0 v 20.6878 -7.22601 31.4035 0.926177 0.371828 -0.0627691 0 0 v 20.1185 -7.3751 27.0865 0.910173 0.362388 -0.200646 0 0 v 18.2282 -3.92738 27.0865 0.798936 0.571099 -0.188537 0 0 v 21.6685 -10.9845 31.3977 0.989734 0.128458 -0.0626506 0 0 v 21.685 -14.852 31.323 0.990535 -0.11858 -0.0691256 0 0 v 21.0752 -14.8246 27.0865 0.970275 -0.123163 -0.208318 0 0 v 21.0752 -11.0602 27.0865 0.970418 0.123951 -0.207183 0 0 v 20.7019 -18.6408 31.3228 0.924151 -0.375926 -0.0680059 0 0 v 18.7494 -22.1572 31.3972 0.809467 -0.584542 -0.0554497 0 0 v 18.2282 -21.9575 27.0865 0.798911 -0.57114 -0.188523 0 0 v 20.1185 -18.5098 27.0865 0.909823 -0.36269 -0.20169 0 0 v 15.9047 -25.2627 31.4029 0.657577 -0.751929 -0.0468557 0 0 v 12.2824 -27.8091 31.4043 0.487579 -0.872093 -0.0414856 0 0 v 11.9251 -27.4964 27.0865 0.482613 -0.861115 -0.159892 0 0 v 15.4508 -25.0097 27.0865 0.650095 -0.73975 -0.173628 0 0 v 8.11308 -29.5981 31.4043 0.297023 -0.954098 -0.0383876 0 0 v 3.61999 -30.5114 31.4043 0.100341 -0.994273 -0.0367802 0 0 v 3.54073 -30.12 27.0865 0.099504 -0.984788 -0.142446 0 0 v 7.88311 -29.2353 27.0865 0.294629 -0.943991 -0.148574 0 0 v 11.2174 0.991909 23.0204 0.471732 0.838161 -0.27378 0 0 v 14.5514 -1.36789 23.0204 0.631643 0.716702 -0.295575 0 0 v 13.2088 -2.10342 19.4729 0.581928 0.657379 -0.478761 0 0 v 10.1609 0.0670403 19.4729 0.440731 0.777456 -0.448684 0 0 v 17.1949 -4.28126 23.0204 0.77199 0.550184 -0.318321 0 0 v 19.0031 -7.58731 23.0204 0.875083 0.34765 -0.336704 0 0 v 17.3376 -7.9051 19.4725 0.786787 0.311263 -0.532992 0 0 v 15.6524 -4.8095 19.4729 0.701914 0.498132 -0.509098 0 0 v 19.921 -11.1308 23.0204 0.930351 0.118468 -0.347005 0 0 v 19.921 -14.7541 23.0204 0.931112 -0.117698 -0.34522 0 0 v 18.2426 -14.6591 19.4971 0.839823 -0.0951544 -0.534456 0 0 v 18.1949 -11.2411 19.4711 0.831135 0.106736 -0.54573 0 0 v 19.0031 -18.2975 23.0204 0.875414 -0.348597 -0.334859 0 0 v 17.1949 -21.6036 23.0204 0.77193 -0.550265 -0.318329 0 0 v 15.6506 -21.0721 19.4711 0.701115 -0.49935 -0.509006 0 0 v 17.3838 -17.9843 19.4971 0.789925 -0.324657 -0.520208 0 0 v 14.5514 -24.517 23.0204 0.63165 -0.716679 -0.295618 0 0 v 11.2174 -26.8768 23.0204 0.471733 -0.838159 -0.273782 0 0 v 10.1609 -25.9519 19.4729 0.440759 -0.777427 -0.448708 0 0 v 13.2085 -23.7808 19.4725 0.582043 -0.657033 -0.479097 0 0 v 7.42751 -28.5165 23.0204 0.289556 -0.922491 -0.255281 0 0 v 3.38371 -29.3446 23.0204 0.0977249 -0.964559 -0.245104 0 0 v 3.14932 -28.1873 19.4729 0.0925097 -0.908685 -0.407103 0 0 v 6.74744 -27.4436 19.4729 0.273965 -0.864122 -0.422181 0 0 v 8.65808 -1.2486 16.7254 0.362919 0.630937 -0.685718 0 0 v 11.299 -3.14971 16.7254 0.465001 0.5217 -0.715265 0 0 v 8.8703 -4.4685 14.796 0.334408 0.374599 -0.864781 0 0 v 6.74351 -2.88952 14.8013 0.276238 0.45661 -0.845695 0 0 v 13.4582 -5.56093 16.7254 0.54773 0.386203 -0.742185 0 0 v 14.9666 -8.35977 16.7236 0.602723 0.236986 -0.761946 0 0 v 12.0119 -8.87847 14.8058 0.424975 0.171673 -0.888777 0 0 v 10.7124 -6.50084 14.8055 0.389228 0.274684 -0.879233 0 0 v 15.7309 -11.4111 16.7163 0.633373 0.0879264 -0.768835 0 0 v 15.9693 -14.5502 16.8465 0.670821 -0.0530643 -0.739718 0 0 v 14.1367 -14.75 15.19 0.765416 0.0477051 -0.641765 0 0 v 12.5657 -13.1697 14.3688 0.490806 0.41676 -0.765128 0 0 v 12.6686 -11.3815 14.7973 0.444638 0.0982476 -0.890306 0 0 v 15.1979 -17.548 16.8465 0.629591 -0.28157 -0.724109 0 0 v 13.4493 -20.3077 16.7163 0.547698 -0.39628 -0.736878 0 0 v 10.586 -19.5727 14.7949 0.380048 -0.320517 -0.867659 0 0 v 11.305 -18.0665 14.3792 0.329701 -0.63386 -0.699656 0 0 v 13.5616 -16.9805 15.1942 0.677578 -0.415691 -0.606703 0 0 v 11.2973 -22.7319 16.7236 0.465423 -0.521697 -0.714992 0 0 v 8.65808 -24.6363 16.7254 0.362954 -0.63095 -0.685687 0 0 v 6.74351 -22.9953 14.8013 0.275687 -0.457582 -0.845349 0 0 v 8.84501 -21.4541 14.7939 0.333224 -0.382099 -0.861953 0 0 v 5.78003 -25.9174 16.7254 0.232631 -0.71815 -0.655853 0 0 v 2.8159 -26.5409 16.7254 0.0784531 -0.765846 -0.638221 0 0 v 2.4197 -24.5611 14.8356 0.058847 -0.597126 -0.799986 0 0 v 4.5904 -24.0725 14.8287 0.1915 -0.543449 -0.817307 0 0 v 4.58414 -4.63927 13.4657 0.211584 0.318213 -0.924107 0 0 v 6.14335 -5.91526 13.4393 0.237216 0.26722 -0.933982 0 0 v 3.95824 -7.57363 12.6423 0.13531 0.140329 -0.980815 0 0 v 2.21316 -7.19003 12.4866 0.0853857 0.136417 -0.986965 0 0 v 2.3918 -5.76428 12.7592 0.0896238 0.224225 -0.970408 0 0 v 7.75761 -7.511 13.4868 0.27627 0.193097 -0.941482 0 0 v 8.8611 -9.4674 13.4969 0.296673 0.121665 -0.947197 0 0 v 5.99591 -10.2771 12.7019 0.179328 0.0758205 -0.980863 0 0 v 5.12734 -8.68853 12.6899 0.171207 0.100353 -0.980111 0 0 v 9.39981 -11.5298 13.4895 0.299959 0.0782779 -0.950735 0 0 v 9.87247 -13.0437 13.3335 0.189187 0.437251 -0.879216 0 0 v 7.94173 -14.1985 12.8067 -0.0329563 0.157519 -0.986966 0 0 v 6.04718 -13.8314 12.6125 0.156356 0.00691582 -0.987677 0 0 v 6.39131 -11.9454 12.696 0.186482 0.0275712 -0.982071 0 0 v 7.47612 -16.029 12.8109 -0.0794031 -0.142888 -0.986549 0 0 v 8.72129 -17.5405 13.344 0.0459065 -0.536286 -0.842787 0 0 v 7.59319 -18.6118 13.4777 0.253022 -0.230684 -0.939556 0 0 v 5.06923 -17.243 12.6823 0.161164 -0.107266 -0.981081 0 0 v 5.60669 -15.5969 12.6125 0.134607 -0.0829177 -0.987424 0 0 v 6.11046 -20.0172 13.4374 0.232407 -0.271301 -0.934014 0 0 v 4.58414 -21.2456 13.4657 0.210822 -0.318953 -0.924026 0 0 v 2.3918 -20.1206 12.7592 0.0895361 -0.224307 -0.970397 0 0 v 2.21316 -18.6948 12.4866 0.0852026 -0.13649 -0.986971 0 0 v 3.94521 -18.3217 12.6406 0.133528 -0.141016 -0.980961 0 0 v 3.37166 -22.2772 13.6031 0.162809 -0.396815 -0.903344 0 0 v 2.0549 -22.666 13.6374 0.0399669 -0.455882 -0.889143 0 0 v 2.04932 -21.2151 13.0255 0.0624049 -0.313511 -0.947532 0 0 v 33.3517 -18.7276 35.6846 0.850067 -0.135455 -0.508958 0 0 v 32.5658 -19.4932 35.4957 0.357094 -0.686119 -0.633818 0 0 v 31.7259 -18.7656 34.8261 0.098764 -0.288869 -0.952261 0 0 v 32.5244 -17.9969 35.0307 0.445425 0.288813 -0.847457 0 0 v 19.4594 -17.863 44.8823 0.0882279 -0.381193 0.920276 0 0 v 19.628 -19.5742 43.2713 0.176206 -0.86553 0.468837 0 0 v 21.8883 -19.3043 43.3367 0.0496011 -0.9008 0.431392 0 0 v 21.9194 -17.8434 44.7966 0.0418703 -0.400817 0.915201 0 0 v 20.5101 -19.708 40.9026 0.33273 -0.92958 -0.158658 0 0 v 21.6342 -18.1668 39.0627 0.465931 -0.563035 -0.682569 0 0 v 23.1417 -18.0857 39.4495 0.0526506 -0.542715 -0.838265 0 0 v 22.3773 -19.4013 41.1979 0.0772376 -0.952224 -0.295471 0 0 v 22.2383 -15.889 39.0162 0.581315 0.292279 -0.759372 0 0 v 21.9873 -14.1372 40.7864 0.574489 0.791781 -0.207476 0 0 v 23.6174 -14.734 40.9278 0.189926 0.903402 -0.384439 0 0 v 23.6378 -16.2188 39.3415 0.0977731 0.418167 -0.903093 0 0 v 21.0948 -14.0375 43.1551 0.399915 0.772286 0.493602 0 0 v 20.0531 -15.6193 44.8358 0.181112 0.346958 0.920227 0 0 v 22.4155 -15.9765 44.6885 0.119701 0.452767 0.883557 0 0 v 23.1285 -14.6371 43.0666 0.202032 0.89662 0.394025 0 0 v 24.5293 -17.9577 44.4992 0.161166 -0.406461 0.899341 0 0 v 24.265 -19.299 43.1492 0.0395425 -0.909682 0.413419 0 0 v 26.525 -19.4503 42.5069 0.0840068 -0.911227 0.403247 0 0 v 27.0149 -18.1742 43.7187 0.334754 -0.404748 0.850952 0 0 v 24.3622 -19.3846 41.0837 -0.092511 -0.945136 -0.313304 0 0 v 24.7722 -18.1716 39.3355 -0.209082 -0.517371 -0.829827 0 0 v 26.278 -18.3643 38.8433 -0.434168 -0.494911 -0.752702 0 0 v 26.2303 -19.5264 40.5567 -0.21755 -0.934406 -0.282058 0 0 v 25.187 -16.434 39.1688 -0.147089 0.439359 -0.886188 0 0 v 25.3991 -15.0406 40.6669 0.0342041 0.912153 -0.408421 0 0 v 27.0288 -15.3154 40.0099 -0.0459413 0.909651 -0.412826 0 0 v 26.5974 -16.6799 38.6246 -0.35434 0.43692 -0.826768 0 0 v 25.302 -14.9551 42.7323 0.211443 0.911499 0.35279 0 0 v 24.9441 -16.2201 44.3324 0.247875 0.459983 0.852627 0 0 v 27.3342 -16.4898 43.5 0.438493 0.4444 0.781174 0 0 v 27.3235 -15.2394 41.96 0.315241 0.898123 0.306591 0 0 v 29.2378 -18.4542 42.3884 0.526036 -0.399919 0.750567 0 0 v 28.553 -19.6619 41.3672 0.168763 -0.912007 0.373849 0 0 v 30.29 -19.8636 39.8319 0.239186 -0.912441 0.332026 0 0 v 31.1155 -18.7513 40.6091 0.659254 -0.390893 0.642329 0 0 v 27.9015 -19.729 39.6119 -0.290238 -0.929771 -0.22647 0 0 v 27.609 -18.622 38.0003 -0.605299 -0.489504 -0.627693 0 0 v 28.7637 -18.8946 36.9385 -0.660452 -0.526355 -0.535494 0 0 v 29.3492 -19.921 38.3637 -0.299258 -0.936928 -0.180584 0 0 v 27.8457 -17.0202 37.7176 -0.52083 0.425153 -0.740257 0 0 v 28.4931 -15.7244 38.9052 -0.0737391 0.904371 -0.420329 0 0 v 29.7649 -16.2715 37.4938 -0.102855 0.898526 -0.426698 0 0 v 28.93 -17.4348 36.5905 -0.599291 0.409745 -0.687721 0 0 v 29.1446 -15.6573 40.6605 0.442172 0.873489 0.203716 0 0 v 29.4745 -16.8524 42.1057 0.629952 0.438463 0.641023 0 0 v 31.2818 -17.2915 40.2611 0.731758 0.463374 0.499814 0 0 v 30.7056 -16.2141 38.962 0.473386 0.875499 0.0969889 0 0 v 32.6207 -19.0112 38.6497 0.761064 -0.37892 0.526499 0 0 v 31.7333 -20.012 38.1475 0.307329 -0.91346 0.266719 0 0 v 32.6588 -19.9232 36.6436 0.428466 -0.902394 -0.0458482 0 0 v 33.4387 -19.1202 36.9168 0.913537 -0.369095 0.170934 0 0 v 30.6005 -20.057 37.0455 -0.25247 -0.949281 -0.187415 0 0 v 29.7886 -19.1235 35.8949 -0.605913 -0.588777 -0.534987 0 0 v 30.7821 -19.1953 35.1605 -0.312418 -0.593293 -0.741889 0 0 v 31.5879 -19.9524 35.9654 -0.0416169 -0.920045 -0.389596 0 0 v 29.8696 -17.8199 35.5201 -0.592302 0.361072 -0.720281 0 0 v 30.803 -16.7978 36.1085 -0.123729 0.880244 -0.458107 0 0 v 31.6023 -17.345 35.1656 0.0620182 0.709844 -0.701623 0 0 v 30.781 -18.1579 34.8415 -0.305137 0.139472 -0.94204 0 0 v 31.9358 -16.7529 37.2104 0.463623 0.886025 0.00359048 0 0 v 32.7017 -17.7075 38.2749 0.787737 0.493785 0.368303 0 0 v 33.4376 -18.0828 36.5977 0.917377 0.395435 0.0452921 0 0 v 32.6732 -17.3158 35.8437 0.54455 0.782695 -0.301418 0 0 v 13.646 -16.741 0.734968 0.460737 -0.164534 -0.872153 0 0 v 13.051 -17.0413 0.663427 0.0829806 -0.451098 -0.888608 0 0 v 12.6591 -16.6263 0.584057 -0.185796 -0.00937138 -0.982544 0 0 v 13.2317 -16.3247 0.622619 0.178115 0.287728 -0.941004 0 0 v 13.229 -16.5973 13.7929 0.738816 -0.671971 -0.0510438 0 0 v 11.5028 -17.4407 13.2717 0.211103 -0.962872 -0.168266 0 0 v 11.9607 -17.3542 11.6377 0.173168 -0.982127 0.0737456 0 0 v 13.5292 -16.595 11.9705 0.684033 -0.708184 0.174855 0 0 v 9.65145 -17.1779 12.665 -0.33026 -0.85664 -0.396354 0 0 v 8.67531 -16.0129 12.3172 -0.674246 -0.258014 -0.691969 0 0 v 9.41304 -16.1175 11.036 -0.906818 -0.288557 -0.307272 0 0 v 10.3143 -17.1632 11.2639 -0.451027 -0.885941 -0.108087 0 0 v 9.03003 -14.6426 12.2962 -0.524728 0.508333 -0.682831 0 0 v 10.5357 -13.7681 12.6127 -0.0766085 0.884515 -0.460179 0 0 v 11.1008 -14.1213 11.1495 -0.183501 0.962303 -0.200751 0 0 v 9.72767 -14.9007 10.9902 -0.70654 0.625792 -0.330432 0 0 v 12.4089 -13.9509 13.2194 0.482741 0.834309 -0.266249 0 0 v 13.6056 -15.147 13.7719 0.953081 0.28635 -0.0981847 0 0 v 13.8439 -15.3782 11.9248 0.916761 0.375846 0.135235 0 0 v 12.7473 -14.3123 11.5233 0.443808 0.895723 -0.0267279 0 0 v 13.908 -16.7429 9.79907 0.690338 -0.710409 0.13694 0 0 v 12.3833 -17.4722 9.56051 0.174767 -0.980984 0.0844231 0 0 v 12.659 -17.6079 7.24348 0.177407 -0.981444 0.0727554 0 0 v 14.1237 -16.9092 7.45362 0.695794 -0.711557 0.097758 0 0 v 10.7789 -17.2887 9.29102 -0.464826 -0.884975 -0.0274747 0 0 v 9.89698 -16.2844 9.12537 -0.943994 -0.287892 -0.161224 0 0 v 10.2664 -16.4696 6.86455 -0.950563 -0.287331 -0.117775 0 0 v 11.1161 -17.4321 7.00784 -0.466096 -0.884701 -0.00766708 0 0 v 10.1971 -15.1162 9.06412 -0.738361 0.641557 -0.207913 0 0 v 11.5291 -14.3683 9.13791 -0.200761 0.968555 -0.146954 0 0 v 11.8332 -14.6344 6.8502 -0.203426 0.969354 -0.137733 0 0 v 10.5532 -15.3505 6.80149 -0.74427 0.645211 -0.172523 0 0 v 13.1335 -14.5517 9.4074 0.440634 0.896808 -0.0397022 0 0 v 14.2081 -15.5748 9.73783 0.9229 0.377444 0.0760973 0 0 v 14.4105 -15.7901 7.39057 0.927859 0.372161 0.0239454 0 0 v 13.3761 -14.8102 7.08582 0.44239 0.894524 -0.0641773 0 0 v 14.2472 -17.0607 5.21214 0.698678 -0.711634 0.0736614 0 0 v 12.8603 -17.7231 5.00968 0.180181 -0.98203 0.0561451 0 0 v 13.0271 -17.7631 3.11866 0.189043 -0.981968 0.00118661 0 0 v 14.2906 -17.1583 3.30896 0.704042 -0.709998 0.0150843 0 0 v 11.3983 -17.5563 4.78638 -0.464271 -0.885428 -0.0216634 0 0 v 10.592 -16.6437 4.6539 -0.948379 -0.288467 -0.131773 0 0 v 10.9553 -16.7771 2.79951 -0.929093 -0.29181 -0.22723 0 0 v 11.6929 -17.6106 2.91489 -0.45381 -0.88591 -0.0960231 0 0 v 10.8636 -15.5832 4.59411 -0.742608 0.64351 -0.185546 0 0 v 12.0773 -14.905 4.6369 -0.201804 0.967593 -0.151784 0 0 v 12.3116 -15.1911 2.77834 -0.19409 0.957079 -0.215243 0 0 v 11.2028 -15.8093 2.74488 -0.728807 0.629722 -0.268868 0 0 v 13.5393 -15.0719 4.8602 0.445409 0.891402 -0.083753 0 0 v 14.5187 -16.0002 5.15235 0.929975 0.3676 -0.00410967 0 0 v 14.5381 -16.1905 3.25434 0.932177 0.355857 -0.0664151 0 0 v 13.6457 -15.3436 2.98212 0.453247 0.880643 -0.137969 0 0 v 14.2074 -17.1563 1.93477 0.70645 -0.691166 -0.152377 0 0 v 13.1659 -17.6573 1.76642 0.213529 -0.963629 -0.160703 0 0 v 13.2398 -17.3941 1.0148 0.232705 -0.810903 -0.536921 0 0 v 13.9672 -17.0402 1.13358 0.639494 -0.549957 -0.537211 0 0 v 12.0624 -17.5305 1.5978 -0.408868 -0.856714 -0.314434 0 0 v 11.4486 -16.8395 1.51324 -0.824901 -0.283496 -0.489048 0 0 v 12.0538 -16.819 0.841091 -0.530264 -0.208795 -0.821721 0 0 v 12.4939 -17.3078 0.900764 -0.241 -0.683018 -0.689496 0 0 v 11.6525 -16.0388 1.46792 -0.658018 0.561738 -0.501461 0 0 v 12.5723 -15.5288 1.48455 -0.167719 0.90085 -0.400425 0 0 v 12.8456 -15.919 0.821904 -0.0686836 0.663262 -0.745229 0 0 v 12.1908 -16.2775 0.810337 -0.444743 0.349874 -0.824495 0 0 v 13.6758 -15.6555 1.65317 0.469294 0.832807 -0.293591 0 0 v 14.4113 -16.3556 1.88947 0.918654 0.314141 -0.239564 0 0 v 14.1042 -16.4988 1.10282 0.774588 0.154451 -0.613317 0 0 v 13.5915 -16.0053 0.935929 0.434797 0.620628 -0.652513 0 0 v 21.5158 -42.2267 80.2288 0.240428 -0.960425 0.140632 0 0 v 21.984 -42.3129 73.9762 0.24816 -0.966105 -0.0711191 0 0 v 24.3783 -41.621 74.9172 0.41742 -0.908633 0.0121531 0 0 v 23.9895 -41.581 79.3169 0.416802 -0.905358 0.0812509 0 0 v 26.4942 -40.0146 70.072 0.387206 -0.869606 -0.306361 0 0 v 33.1323 -36.3435 70.2014 0.551511 -0.766327 -0.329513 0 0 v 32.4449 -37.3927 72.1639 0.51057 -0.858531 -0.0473665 0 0 v 27.7604 -39.9457 72.056 0.453214 -0.890219 -0.0459104 0 0 v 36.8322 -34.0331 74.159 0.748877 -0.661297 -0.0432388 0 0 v 35.9694 -34.0016 80.317 0.724919 -0.645069 0.241616 0 0 v 34.5678 -35.5817 79.4988 0.561144 -0.817899 0.127119 0 0 v 35.1678 -35.6471 75.1411 0.567091 -0.822418 0.0451394 0 0 v 31.4204 -36.2917 84.1549 0.540867 -0.730596 0.416763 0 0 v 25.1768 -39.9081 84.12 0.376059 -0.848313 0.372754 0 0 v 26.7125 -39.8354 82.294 0.464217 -0.871753 0.156686 0 0 v 31.1857 -37.257 82.36 0.516341 -0.839247 0.17046 0 0 v 27.225 -31.8823 78.1788 0.674466 -0.70932 -0.204845 0 0 v 27.4821 -31.9362 75.3578 0.63446 -0.68847 0.351383 0 0 v 30.4168 -30.306 75.4598 0.12805 -0.908138 0.398608 0 0 v 30.1237 -30.2427 78.2688 0.176033 -0.931128 -0.319394 0 0 v 24.775 -41.0822 78.9498 0.773867 -0.627484 -0.0859924 0 0 v 25.0626 -41.1339 75.2133 0.76647 -0.596376 0.238451 0 0 v 25.2195 -40.2359 75.3322 0.909889 -0.0275693 0.413934 0 0 v 24.9706 -40.1855 78.7481 0.960328 -0.0639098 -0.271452 0 0 v 27.891 -39.7354 72.8172 0.515081 -0.693134 0.504238 0 0 v 31.846 -37.5859 72.9594 0.29876 -0.836542 0.459282 0 0 v 31.3891 -37.0146 73.295 -0.250223 -0.230741 0.940291 0 0 v 27.7869 -38.9676 73.1509 0.331102 -0.0957801 0.938721 0 0 v 34.1734 -36.0947 75.5083 0.132446 -0.97219 0.193145 0 0 v 33.7096 -36.0072 79.1893 0.126927 -0.983721 -0.127207 0 0 v 33.1017 -35.5615 78.9903 -0.764878 -0.441925 -0.468683 0 0 v 33.515 -35.6522 75.6307 -0.843121 -0.43137 0.32104 0 0 v 30.8812 -37.4057 81.5855 0.343217 -0.855373 -0.387994 0 0 v 27.1024 -39.591 81.4986 0.582 -0.732594 -0.352961 0 0 v 27.0966 -38.823 81.0839 0.45915 -0.180669 -0.869793 0 0 v 30.5343 -36.8298 81.1716 -0.140333 -0.30286 -0.942647 0 0 v 24.9211 -37.942 78.5757 0.959707 -0.0350683 -0.278807 0 0 v 25.1591 -37.9891 75.2835 0.908255 -0.00139372 0.418414 0 0 v 25.5607 -34.8049 75.3792 0.872761 -0.310005 0.377073 0 0 v 25.3439 -34.7615 78.2137 0.91518 -0.334063 -0.225493 0 0 v 27.6284 -36.7696 73.1811 0.291257 -0.00720246 0.956618 0 0 v 31.0944 -34.8931 73.3198 -0.351422 -0.0505175 0.934853 0 0 v 30.6749 -32.1288 73.6724 -0.176268 -0.403715 0.897744 0 0 v 27.6999 -33.7485 73.5569 0.448081 -0.32352 0.833402 0 0 v 33.1382 -33.5828 75.5707 -0.951118 -0.129696 0.280274 0 0 v 32.7381 -33.494 78.8084 -0.868306 -0.159844 -0.469569 0 0 v 32.1119 -30.9199 78.4189 -0.673321 -0.557063 -0.486127 0 0 v 32.4453 -30.9937 75.6234 -0.753443 -0.542838 0.371013 0 0 v 30.2688 -34.7135 80.9108 -0.234874 -0.140966 -0.96175 0 0 v 26.965 -36.6317 80.8266 0.423273 -0.0980643 -0.900679 0 0 v 27.1143 -33.6265 80.1647 0.561207 -0.396409 -0.726572 0 0 v 29.9727 -31.9763 80.2412 -0.062314 -0.478294 -0.875986 0 0 v 14.5167 -43.1865 67.7907 0.190191 -0.960865 -0.20141 0 0 v 5.99324 -44.2828 68.1195 0.0600495 -0.982894 -0.174111 0 0 v 5.45473 -43.4043 64.5126 0.0481338 -0.948424 -0.313329 0 0 v 11.9999 -42.8371 64.6481 0.155955 -0.933692 -0.322332 0 0 v 3.02379 -24.8088 108.59 0.0175588 -0.431005 0.902179 0 0 v 6.01859 -24.1263 108.634 0.145564 -0.381187 0.912966 0 0 v 3.02379 -20.7968 110.055 0.0442272 -0.255945 0.965679 0 0 v 3.80229 -18.5213 110.477 0.0708167 -0.180528 0.981017 0 0 v 8.61064 -22.391 108.811 0.179522 -0.325379 0.928386 0 0 v 11.0915 -20.6489 108.858 0.21577 -0.272033 0.937785 0 0 v 4.61214 -17.174 110.61 0.088366 -0.109439 0.990058 0 0 v 5.301 -16.0639 110.637 0.0933036 -0.0642195 0.993564 0 0 v 13.1946 -18.6847 108.827 0.257213 -0.202447 0.944911 0 0 v 14.5744 -16.4797 108.854 0.273494 -0.143934 0.951044 0 0 v 5.78053 -14.8597 110.651 0.092338 -0.0371192 0.995036 0 0 v 6.02639 -13.5901 110.656 0.0922636 -0.00954037 0.995689 0 0 v 15.285 -14.1862 108.857 0.291359 -0.0298848 0.956147 0 0 v 15.313 -11.8334 108.835 0.294188 0.0352779 0.955096 0 0 v 6.02639 -12.2948 110.656 0.0926337 0.0101979 0.995648 0 0 v 5.78053 -11.0251 110.651 0.0923835 0.0344901 0.995126 0 0 v 14.5289 -9.46119 108.877 0.278689 0.122132 0.952584 0 0 v 13.1029 -7.21505 108.883 0.250565 0.203712 0.946424 0 0 v 5.301 -9.82097 110.637 0.0920706 0.0644504 0.993665 0 0 v 4.61214 -8.71083 110.61 0.0878508 0.109772 0.990067 0 0 v 11.0732 -5.2389 108.87 0.211982 0.274469 0.937939 0 0 v 8.61063 -3.49389 108.811 0.179089 0.325657 0.928372 0 0 v 3.80229 -7.3635 110.477 0.0707665 0.180568 0.981013 0 0 v 3.02379 -5.08805 110.055 0.0442268 0.255945 0.965679 0 0 v 6.01859 -1.7585 108.634 0.145564 0.381186 0.912967 0 0 v 3.02379 -1.076 108.59 0.0175589 0.431005 0.902179 0 0 v 4.61214 -35.4381 99.9755 0.061674 -0.743822 0.665526 0 0 v 11.0739 -34.3467 99.9755 0.185891 -0.714041 0.674974 0 0 v 8.61064 -29.2778 105.155 0.170194 -0.588946 0.790048 0 0 v 3.80229 -30.1277 105.146 0.0454461 -0.626953 0.777731 0 0 v 5.80405 -42.9982 87.8801 0.0740176 -0.935639 0.34511 0 0 v 14.7074 -41.6419 87.8763 0.20378 -0.900744 0.383581 0 0 v 13.1063 -38.5802 94.1098 0.207215 -0.808382 0.550981 0 0 v 5.301 -39.8951 94.1098 0.0697488 -0.83994 0.538179 0 0 v 6.25705 -44.8484 73.8088 0.0693598 -0.996937 -0.0361393 0 0 v 15.6486 -43.6117 73.5345 0.180471 -0.982243 -0.0512735 0 0 v 15.2969 -43.4012 80.9069 0.174412 -0.974908 0.138329 0 0 v 6.14396 -44.5903 80.9152 0.0722345 -0.989963 0.121474 0 0 v 3.4978 -29.888 49.4185 0.054982 -0.55775 -0.828186 0 0 v 7.78603 -29.0812 49.4185 0.156373 -0.507316 -0.847454 0 0 v 11.4308 -33.9889 53.5379 0.174741 -0.620796 -0.76425 0 0 v 4.86685 -35.2584 53.5189 0.0780824 -0.639122 -0.765131 0 0 v 3.02363 1.94082 46.1521 0.163449 0.924352 0.344756 0 0 v 6.38098 1.14874 46.1521 0.288253 0.855423 0.430304 0 0 v 7.11476 2.20829 43.2306 0.284744 0.896203 0.340208 0 0 v 3.27617 3.0027 43.2306 0.0979678 0.94274 0.318815 0 0 v 3.47725 3.93648 39.7645 0.0986386 0.973796 0.20492 0 0 v 7.69878 3.07362 39.7645 0.291942 0.931997 0.214828 0 0 v 8.05219 3.61714 35.7223 0.296204 0.950761 0.0911912 0 0 v 3.59901 4.52289 35.7223 0.100064 0.991147 0.0872666 0 0 v 3.61999 4.62652 31.4043 0.100341 0.994273 -0.0367802 0 0 v 8.11308 3.71321 31.4043 0.297023 0.954098 -0.0383876 0 0 v 7.88311 3.35041 27.0865 0.294628 0.943991 -0.148574 0 0 v 3.54073 4.23515 27.0865 0.0995043 0.984788 -0.142446 0 0 v 3.38371 3.45978 23.0204 0.0977251 0.964559 -0.245104 0 0 v 7.4275 2.63164 23.0204 0.289556 0.922491 -0.255281 0 0 v 6.74744 1.55877 19.4729 0.273965 0.864122 -0.422181 0 0 v 3.14932 2.30242 19.4729 0.0925098 0.908685 -0.407103 0 0 v 2.8159 0.656057 16.7254 0.0784531 0.765845 -0.638221 0 0 v 5.78003 0.0325906 16.7254 0.232631 0.71815 -0.655853 0 0 v 4.5904 -1.81232 14.8288 0.191499 0.54345 -0.817306 0 0 v 2.4197 -1.32374 14.8356 0.0588498 0.597126 -0.799985 0 0 v 2.0549 -3.21886 13.6374 0.0399701 0.455876 -0.889145 0 0 v 3.37166 -3.60763 13.6031 0.162807 0.396814 -0.903345 0 0 v 2.04932 -4.66976 13.0256 0.0624045 0.313517 -0.94753 0 0 v -10.476 -27.5025 105.191 -0.254102 -0.524022 0.812916 0 0 v -14.4804 -25.0525 105.229 -0.3304 -0.446441 0.83158 0 0 v -19.8565 -29.0292 99.9945 -0.413599 -0.561014 0.717076 0 0 v -14.5259 -32.1723 99.9755 -0.303961 -0.653325 0.693379 0 0 v -17.7744 -21.962 105.244 -0.39607 -0.348241 0.849622 0 0 v -19.7355 -18.3764 105.455 -0.40707 -0.223583 0.88561 0 0 v -27.1422 -19.1196 102.657 -0.115316 -0.226757 0.9671 0 0 v -29.0736 -22.2287 100.039 -0.140402 -0.7845 0.604026 0 0 v -24.1211 -25.1312 99.9145 -0.471659 -0.489362 0.733527 0 0 v -20.9777 -14.8471 105.403 -0.444289 -0.0411788 0.894937 0 0 v -21.3469 -11.6909 105.223 -0.480513 0.08298 0.873053 0 0 v -28.9678 -12.2337 99.9976 -0.629252 0.111565 0.769152 0 0 v -30.1235 -13.4874 99.459 -0.563644 0.465567 0.682314 0 0 v -27.4898 -16.0523 102.577 -0.288995 0.237999 0.927274 0 0 v -20.2898 -8.3862 105.255 -0.467127 0.205597 0.859955 0 0 v -17.9942 -4.41525 105.201 -0.423883 0.325814 0.845085 0 0 v -24.7947 -2.28049 99.9665 -0.548575 0.394646 0.737103 0 0 v -28.2053 -8.69037 100.011 -0.608006 0.224678 0.761477 0 0 v -14.5648 -0.93219 105.202 -0.344848 0.436791 0.830839 0 0 v -10.476 1.61767 105.191 -0.256388 0.52269 0.813056 0 0 v -14.5259 6.28743 99.9755 -0.308805 0.650557 0.693841 0 0 v -20.0365 2.83769 99.9737 -0.441407 0.540401 0.716329 0 0 v -5.97167 3.39294 105.155 -0.170194 0.588946 0.790048 0 0 v -1.16332 4.24284 105.146 -0.0454462 0.626952 0.777731 0 0 v -1.97317 9.5532 99.9755 -0.0616742 0.743822 0.665526 0 0 v -8.4349 8.46182 99.9755 -0.185891 0.714041 0.674975 0 0 v -17.7996 -35.9701 94.1098 -0.342843 -0.743138 0.574634 0 0 v -24.2333 -32.2479 94.079 -0.47352 -0.645638 0.599108 0 0 v -27.5088 -34.5564 88.2497 -0.52065 -0.694426 0.496686 0 0 v -20.266 -38.7372 88.2788 -0.358948 -0.809921 0.46388 0 0 v -29.1966 -27.6036 94.1157 -0.564709 -0.560585 0.60568 0 0 v -32.5329 -23.5393 96.3495 -0.343852 -0.85828 0.380948 0 0 v -36.2196 -21.3713 93.5074 -0.854285 -0.515394 0.0675728 0 0 v -37.4841 -22.9281 87.5633 -0.812653 -0.40053 0.423286 0 0 v -33.3617 -29.2469 87.8368 -0.685849 -0.551018 0.475383 0 0 v -34.9525 -13.385 94.8777 -0.667036 0.440377 0.600942 0 0 v -35.284 -11.8838 93.9872 -0.739489 0.113823 0.663476 0 0 v -39.6099 -10.317 87.8796 -0.864255 0.123681 0.487613 0 0 v -39.5646 -16.2465 87.6521 -0.8883 -0.128554 0.440905 0 0 v -37.5002 -16.8161 92.9623 -0.982315 0.0358736 0.183767 0 0 v -34.311 -7.51479 94.0175 -0.702801 0.2647 0.660307 0 0 v -30.0816 -0.010098 94.1008 -0.619291 0.455093 0.639819 0 0 v -33.5914 2.45568 87.876 -0.686082 0.552571 0.47324 0 0 v -37.8798 -4.33103 87.8043 -0.791865 0.355926 0.496253 0 0 v -24.4031 5.98601 94.108 -0.501163 0.621916 0.601711 0 0 v -17.7996 10.0853 94.1098 -0.351507 0.744975 0.566969 0 0 v -20.1903 12.7301 87.8797 -0.389974 0.839425 0.378531 0 0 v -27.5216 8.35468 87.8792 -0.548838 0.721983 0.421327 0 0 v -10.4674 12.6954 94.1098 -0.209273 0.810183 0.547548 0 0 v -2.66203 14.0103 94.1098 -0.0699708 0.839914 0.538189 0 0 v -3.16508 17.1236 87.8765 -0.0777525 0.934938 0.346188 0 0 v -11.9516 15.6478 87.8783 -0.232682 0.904923 0.356333 0 0 v -36.3859 -29.867 80.8885 -0.786602 -0.562257 0.255194 0 0 v -40.2507 -23.5194 80.8275 -0.869646 -0.416716 0.264697 0 0 v -41.3383 -23.4771 73.3573 -0.898607 -0.437443 -0.0339142 0 0 v -37.444 -29.8206 73.3934 -0.809727 -0.584105 -0.056248 0 0 v -42.5193 -16.5027 80.8159 -0.947375 -0.148747 0.283468 0 0 v -42.5032 -9.41324 80.8644 -0.947129 0.148792 0.284267 0 0 v -43.6314 -9.37041 73.3573 -0.987046 0.159034 -0.0211726 0 0 v -43.6314 -16.5144 73.3573 -0.987074 -0.158786 -0.0217156 0 0 v -40.2919 -2.57699 80.9038 -0.864437 0.422916 0.271828 0 0 v -35.9301 3.89759 80.9143 -0.733386 0.635874 0.240437 0 0 v -36.8655 4.02877 73.3573 -0.741737 0.668806 -0.0502478 0 0 v -41.3383 -2.40776 73.3573 -0.892444 0.450045 -0.0316784 0 0 v -29.6222 9.60463 80.915 -0.573819 0.79648 0.19066 0 0 v -21.8057 14.0898 80.9134 -0.408841 0.90012 0.150439 0 0 v -22.43 14.0691 73.3538 -0.403654 0.910378 -0.0909654 0 0 v -30.4403 9.61239 73.3573 -0.569491 0.8188 -0.0724374 0 0 v -12.9545 17.18 80.9064 -0.244663 0.961241 0.127105 0 0 v -3.50499 18.7569 80.8976 -0.0821008 0.989719 0.117117 0 0 v -3.63634 18.78 73.3222 -0.0818641 0.990823 -0.107557 0 0 v -13.3421 17.1778 73.3397 -0.242207 0.964777 -0.102671 0 0 v -21.9099 -38.6461 65.3318 -0.379267 -0.810111 -0.447076 0 0 v -29.4416 -34.4241 65.4912 -0.517794 -0.717777 -0.465495 0 0 v -25.7237 -31.9618 59.0738 -0.443556 -0.636798 -0.630672 0 0 v -19.1714 -35.6439 58.9866 -0.341548 -0.715853 -0.609016 0 0 v -35.5739 -29.1269 65.8921 -0.694338 -0.581993 -0.423294 0 0 v -39.7299 -22.9078 65.8621 -0.815441 -0.411637 -0.406954 0 0 v -35.0423 -21.8258 59.0738 -0.638106 -0.326048 -0.697505 0 0 v -31.2178 -27.2534 59.0738 -0.552589 -0.502697 -0.664786 0 0 v -41.9382 -16.3214 65.8621 -0.89625 -0.146725 -0.418578 0 0 v -41.9382 -9.56345 65.8621 -0.89625 0.146724 -0.418579 0 0 v -37.0031 -9.93032 59.0738 -0.685881 0.111975 -0.719047 0 0 v -37.0031 -15.9545 59.0738 -0.685881 -0.111975 -0.719047 0 0 v -39.7299 -2.97707 65.8621 -0.813599 0.417423 -0.404741 0 0 v -35.4228 3.11162 65.8621 -0.680067 0.624327 -0.38435 0 0 v -31.2178 1.36858 59.0738 -0.553621 0.506541 -0.660999 0 0 v -35.0423 -4.05904 59.0738 -0.638148 0.326425 -0.69729 0 0 v -29.2354 8.39349 65.8621 -0.525446 0.768928 -0.364219 0 0 v -21.5234 12.6096 65.8586 -0.374724 0.858778 -0.349402 0 0 v -18.8813 9.83038 59.072 -0.325694 0.744607 -0.582653 0 0 v -25.7237 6.07698 59.0738 -0.444106 0.64753 -0.619253 0 0 v -12.7793 15.5514 65.8446 -0.225958 0.912601 -0.340737 0 0 v -3.44559 17.0684 65.827 -0.0760707 0.937669 -0.339102 0 0 v -2.88964 13.5428 58.7167 -0.042249 0.813646 -0.579824 0 0 v -11.1389 12.4328 59.065 -0.199691 0.806422 -0.556604 0 0 v -14.6915 -31.8983 53.6077 -0.265007 -0.560814 -0.784384 0 0 v -20.0778 -28.7903 53.6251 -0.338182 -0.469875 -0.815384 0 0 v -12.8959 -25.0685 49.4185 -0.279753 -0.326165 -0.90297 0 0 v -9.23006 -27.4536 49.4185 -0.232424 -0.422487 -0.876061 0 0 v -24.4573 -24.867 53.6251 -0.396976 -0.347796 -0.849381 0 0 v -27.5059 -20.3445 53.6251 -0.435271 -0.213266 -0.874675 0 0 v -17.9193 -18.6061 49.4185 -0.322924 -0.132409 -0.937117 0 0 v -15.8576 -22.0666 49.4185 -0.308533 -0.226181 -0.923931 0 0 v -29.0689 -15.4523 53.6251 -0.454244 -0.0710458 -0.88804 0 0 v -29.069 -10.4326 53.6251 -0.454244 0.0710457 -0.88804 0 0 v -18.9764 -11.022 49.4185 -0.328847 0.0430451 -0.943402 0 0 v -18.9764 -14.8628 49.4185 -0.328847 -0.043045 -0.943402 0 0 v -27.5059 -5.54036 53.6251 -0.435271 0.213266 -0.874675 0 0 v -24.4573 -1.0178 53.6251 -0.396976 0.347796 -0.849381 0 0 v -15.8576 -3.81825 49.4185 -0.308533 0.226181 -0.923931 0 0 v -17.9193 -7.27871 49.4185 -0.322924 0.132409 -0.937117 0 0 v -20.0778 2.90546 53.6251 -0.337623 0.471132 -0.81489 0 0 v -14.6335 6.02776 53.6248 -0.260868 0.571157 -0.778285 0 0 v -9.23006 1.56877 49.4185 -0.232424 0.422488 -0.876061 0 0 v -12.8959 -0.816351 49.4185 -0.279753 0.326165 -0.90297 0 0 v -8.5017 8.1754 53.6234 -0.170857 0.64179 -0.747605 0 0 v -1.99581 9.15618 53.2821 -0.105072 0.676994 -0.72845 0 0 v -0.858833 4.20305 49.4185 -0.110298 0.551221 -0.827037 0 0 v -5.14706 3.19637 49.4185 -0.162047 0.504195 -0.84825 0 0 v -54.689 -24.5696 125.927 -0.129905 -0.150338 0.980063 0 0 v -55.9869 -23.7707 125.601 -0.397595 0.105586 0.911466 0 0 v -56.8087 -24.8442 125.038 -0.582286 -0.25755 0.77111 0 0 v -55.4402 -25.6364 125.385 -0.285584 -0.482816 0.827847 0 0 v -34.8864 -20.1206 104.489 0.536026 -0.185423 0.823587 0 0 v -41.7189 -21.8198 110.699 0.762186 -0.255433 0.594833 0 0 v -42.2461 -22.6318 110.381 0.477926 -0.854902 0.201813 0 0 v -35.6757 -21.44 103.681 0.314507 -0.890679 0.328292 0 0 v -37.2779 -21.874 102.146 -0.0900475 -0.995016 -0.0428378 0 0 v -43.1502 -22.7682 109.788 -0.0825362 -0.959323 -0.269978 0 0 v -43.989 -22.1627 109.203 -0.55494 -0.626273 -0.547562 0 0 v -38.6737 -20.9134 100.974 -0.697893 -0.595635 -0.397698 0 0 v -38.6139 -18.7011 99.6981 -0.924713 0.225643 -0.306578 0 0 v -43.8222 -21.0916 108.636 -0.810041 0.309664 -0.497937 0 0 v -42.5991 -20.0061 108.268 -0.498446 0.859699 -0.111668 0 0 v -36.2514 -16.3222 98.645 -0.503535 0.844166 0.183948 0 0 v -33.8996 -16.2286 100.838 -0.191212 0.878424 0.43796 0 0 v -41.6561 -19.8623 108.919 0.0774442 0.930418 0.358224 0 0 v -41.5132 -20.7414 110.191 0.54928 0.541429 0.636511 0 0 v -34.2543 -18.2246 103.701 0.274089 0.521613 0.807958 0 0 v -45.5769 -23.217 115.928 0.871003 -0.268942 0.411125 0 0 v -46.3534 -23.8609 118.232 0.988292 -0.14835 -0.0356611 0 0 v -47.2434 -25.2325 117.553 0.642027 -0.684035 -0.346263 0 0 v -46.1622 -24.1226 115.493 0.547967 -0.835969 0.0298127 0 0 v -47.3298 -24.2804 114.96 -0.048436 -0.900063 -0.43306 0 0 v -49.0731 -25.4678 116.787 0.0723136 -0.706956 -0.703551 0 0 v -50.9278 -24.449 116.316 -0.251829 -0.359539 -0.898507 0 0 v -48.4979 -23.6119 114.593 -0.468395 -0.556834 -0.685961 0 0 v -48.7163 -22.5281 114.581 -0.686205 0.34895 -0.638245 0 0 v -51.4015 -22.8393 116.501 -0.368866 0.374072 -0.850887 0 0 v -50.2573 -21.4434 117.25 -0.16997 0.801346 -0.573546 0 0 v -47.849 -21.5541 114.91 -0.411569 0.873513 -0.259971 0 0 v -46.6736 -21.3948 115.455 0.193904 0.951587 0.238504 0 0 v -48.4276 -21.2081 118.017 0.31974 0.929053 -0.186082 0 0 v -46.8271 -22.2511 118.417 0.782337 0.622103 0.0306065 0 0 v -45.7875 -22.1317 115.928 0.67658 0.550923 0.488592 0 0 v -46.2121 -24.2276 119.514 0.988487 -0.140216 -0.0568562 0 0 v -46.3771 -24.5662 120.831 0.948896 -0.217877 0.228311 0 0 v -47.88 -26.8729 119.7 0.589927 -0.797469 -0.12661 0 0 v -47.4472 -26.1257 118.581 0.641312 -0.678173 -0.358886 0 0 v -49.9863 -26.4467 117.518 0.0771439 -0.695952 -0.713933 0 0 v -50.9695 -27.2604 118.408 -0.00295882 -0.824709 -0.56555 0 0 v -54.1008 -25.5349 117.601 -0.360493 -0.450542 -0.816736 0 0 v -52.5598 -25.03 116.858 -0.233723 -0.344342 -0.909287 0 0 v -53.2226 -22.7984 117.113 -0.331153 0.372988 -0.866728 0 0 v -54.9104 -22.8207 117.91 -0.482752 0.385531 -0.786331 0 0 v -52.9934 -20.4747 119.178 -0.240041 0.84566 -0.476697 0 0 v -51.6433 -20.8675 118.155 -0.134239 0.781213 -0.609661 0 0 v -49.1042 -20.5465 119.217 0.330946 0.912385 -0.240892 0 0 v -49.9039 -20.0872 120.47 0.275565 0.960574 -0.0368895 0 0 v -47.1866 -21.8519 121.14 0.74394 0.620671 0.247631 0 0 v -46.8749 -21.9959 119.769 0.780613 0.624887 -0.0126652 0 0 v -47.1327 -24.8989 122.392 0.825103 -0.276226 0.492854 0 0 v -48.587 -25.1707 124.043 0.633866 -0.309992 0.708604 0 0 v -50.2384 -27.7039 122.801 0.353156 -0.859099 0.370446 0 0 v -48.7966 -27.4513 121.141 0.492849 -0.861479 0.12229 0 0 v -52.2171 -27.8788 119.711 -0.0922452 -0.923833 -0.371514 0 0 v -53.633 -28.1283 121.382 -0.190479 -0.974581 -0.117943 0 0 v -57.0735 -26.2317 120.495 -0.637724 -0.650109 -0.413119 0 0 v -55.6839 -25.9677 118.817 -0.497578 -0.556293 -0.665548 0 0 v -56.5817 -22.9632 119.158 -0.656091 0.384559 -0.649353 0 0 v -57.9644 -23.2499 120.833 -0.847259 0.35117 -0.398537 0 0 v -55.8602 -20.6738 122.227 -0.486537 0.872807 -0.0385989 0 0 v -54.4616 -20.3676 120.563 -0.357534 0.885512 -0.296712 0 0 v -51.0411 -19.9401 121.993 0.198528 0.961364 0.190699 0 0 v -52.4656 -20.2494 123.646 0.0940341 0.892376 0.441388 0 0 v -49.4779 -22.1889 124.381 0.503137 0.474644 0.722196 0 0 v -48.0305 -21.8945 122.733 0.65139 0.571319 0.499286 0 0 v -50.6721 -25.2489 125.266 0.338716 -0.317304 0.885771 0 0 v -52.9081 -25.0983 125.829 0.0877676 -0.28935 0.953191 0 0 v -53.8139 -26.4757 125.148 -0.0575509 -0.604693 0.794377 0 0 v -52.033 -27.3389 124.24 0.135732 -0.754293 0.642354 0 0 v -54.8304 -27.6911 123.07 -0.306933 -0.911928 0.272359 0 0 v -55.5331 -26.6959 124.428 -0.35726 -0.726536 0.586951 0 0 v -57.3849 -25.6702 123.954 -0.670043 -0.54348 0.505641 0 0 v -57.6658 -26.1295 122.341 -0.733723 -0.674855 0.0788793 0 0 v -58.3975 -23.6712 122.621 -0.967813 0.209584 0.13933 0 0 v -57.8309 -24.158 124.128 -0.815067 0.010592 0.57927 0 0 v -56.6958 -22.7588 124.879 -0.581431 0.376235 0.721377 0 0 v -56.6596 -21.5455 123.769 -0.607834 0.687673 0.397043 0 0 v -53.8622 -21.1933 124.939 -0.0700878 0.665281 0.743296 0 0 v -54.9765 -22.5387 125.599 -0.213325 0.375442 0.901962 0 0 v -53.3541 -23.5862 126.003 0.0315723 0.1088 0.993562 0 0 v -51.4038 -22.7907 125.546 0.25423 0.294148 0.921327 0 0 v -6.94653 -0.285746 46.1521 -0.444701 0.763268 0.468683 0 0 v -8.09 0.62724 43.2306 -0.457305 0.80877 0.369816 0 0 v -11.2928 -1.61542 43.2312 -0.593976 0.695134 0.404946 0 0 v -9.83065 -2.36685 46.1524 -0.573415 0.636808 0.515433 0 0 v -12.1612 -4.92605 46.1533 -0.670912 0.473423 0.570743 0 0 v -13.8598 -4.27743 43.2335 -0.707592 0.547845 0.446296 0 0 v -15.6231 -7.2163 43.2584 -0.799763 0.350922 0.487065 0 0 v -13.7688 -7.85111 46.173 -0.737563 0.290361 0.609665 0 0 v -14.5482 -11.0861 46.2472 -0.781057 0.0973098 0.616831 0 0 v -16.4713 -10.3894 43.3463 -0.845419 0.158294 0.510107 0 0 v -17.0968 -12.8277 43.2929 -0.746192 0.365159 0.556648 0 0 v -15.7163 -14.9364 45.2236 -0.50904 0.094465 0.855543 0 0 v -14.3331 -14.5202 46.528 -0.791303 -0.0975026 0.6036 0 0 v -13.4737 -17.934 46.5272 -0.752582 -0.291295 0.590565 0 0 v -14.9211 -18.0417 45.232 -0.416683 -0.335023 0.845065 0 0 v -15.1955 -20.2283 43.3137 -0.490767 -0.7156 0.497057 0 0 v -13.5492 -21.8977 43.3408 -0.677606 -0.576189 0.457008 0 0 v -12.0611 -20.9719 46.2451 -0.675197 -0.473599 0.56552 0 0 v -9.81063 -23.5206 46.1707 -0.573619 -0.636849 0.515155 0 0 v -11.2307 -24.3275 43.2526 -0.587482 -0.697587 0.410167 0 0 v -8.09 -26.5121 43.2306 -0.456055 -0.809336 0.370119 0 0 v -6.94653 -25.5991 46.1521 -0.444654 -0.763274 0.468717 0 0 v -3.74201 -27.0336 46.1521 -0.28029 -0.857096 0.432233 0 0 v -4.47579 -28.0931 43.2306 -0.28442 -0.896191 0.340511 0 0 v -0.637205 -28.8875 43.2306 -0.0962095 -0.941139 0.32404 0 0 v -0.384665 -27.744 46.1521 -0.0948036 -0.906581 0.411245 0 0 v -8.99931 1.37297 39.7645 -0.474758 0.848828 0.232583 0 0 v -9.54883 1.84146 35.7223 -0.4851 0.868936 0.0981218 0 0 v -13.1482 -0.671061 35.7226 -0.649455 0.753564 0.101732 0 0 v -12.4517 -1.02242 39.7651 -0.62652 0.738351 0.249622 0 0 v -15.195 -3.85154 39.7674 -0.762138 0.592213 0.26159 0 0 v -15.986 -3.69001 35.7238 -0.798095 0.594577 0.0975821 0 0 v -17.9254 -7.0865 35.718 -0.920186 0.379349 0.0967039 0 0 v -17.0824 -6.96677 39.768 -0.88192 0.386744 0.26953 0 0 v -18.0427 -10.3338 39.7585 -0.945494 0.172758 0.276037 0 0 v -18.9184 -10.8332 35.689 -0.985438 0.135833 0.102279 0 0 v -19.0011 -14.81 35.3157 -0.992094 -0.104549 0.0694122 0 0 v -18.9037 -15.2177 37.9489 -0.984994 -0.000530315 -0.17259 0 0 v -18.4638 -12.8992 40.1786 -0.925629 0.340743 0.164638 0 0 v -18.0564 -18.4936 37.9573 -0.860403 -0.475607 -0.183043 0 0 v -17.9958 -18.7082 35.3148 -0.919256 -0.388752 0.0619742 0 0 v -15.9708 -22.1945 35.6864 -0.797011 -0.596516 0.0945653 0 0 v -14.9724 -22.3102 39.7529 -0.741031 -0.625824 0.243345 0 0 v -16.5104 -20.4703 40.1994 -0.64392 -0.75665 0.11335 0 0 v -12.4072 -24.9178 39.7622 -0.623024 -0.743506 0.242979 0 0 v -13.1452 -25.2137 35.7151 -0.650206 -0.752959 0.10142 0 0 v -9.54883 -27.7263 35.7223 -0.48514 -0.868921 0.0980573 0 0 v -8.99931 -27.2578 39.7645 -0.473771 -0.84956 0.231924 0 0 v -5.05982 -28.9585 39.7645 -0.291942 -0.931997 0.214827 0 0 v -5.41323 -29.502 35.7223 -0.296204 -0.950761 0.0911914 0 0 v -0.960041 -30.4077 35.7223 -0.100064 -0.991147 0.0872666 0 0 v -0.838288 -29.8213 39.7645 -0.0986384 -0.973796 0.204919 0 0 v -9.64342 1.92427 31.4043 -0.487562 0.872102 -0.0414947 0 0 v -9.28617 1.61152 27.0865 -0.482612 0.861115 -0.159893 0 0 v -12.8118 -0.875135 27.0865 -0.650088 0.739753 -0.173641 0 0 v -13.2663 -0.622171 31.4044 -0.657396 0.752073 -0.0470796 0 0 v -16.1135 -3.72754 31.4046 -0.809463 0.58447 -0.0562603 0 0 v -15.5893 -3.92738 27.0865 -0.798937 0.571099 -0.188537 0 0 v -17.4795 -7.3751 27.0865 -0.910173 0.362389 -0.200647 0 0 v -18.0489 -7.22601 31.4035 -0.926177 0.371828 -0.062769 0 0 v -19.0296 -10.9845 31.3977 -0.989734 0.128458 -0.0626506 0 0 v -18.4362 -11.0602 27.0865 -0.970418 0.123951 -0.207183 0 0 v -18.4362 -14.8246 27.0865 -0.970275 -0.123163 -0.208318 0 0 v -19.0461 -14.852 31.323 -0.990535 -0.118581 -0.0691258 0 0 v -18.063 -18.6408 31.3228 -0.924151 -0.375926 -0.068006 0 0 v -17.4795 -18.5098 27.0865 -0.909823 -0.36269 -0.201689 0 0 v -15.5893 -21.9575 27.0865 -0.798911 -0.57114 -0.188523 0 0 v -16.1105 -22.1572 31.3972 -0.809467 -0.584541 -0.0554496 0 0 v -13.2657 -25.2627 31.4029 -0.657577 -0.751929 -0.0468557 0 0 v -12.8118 -25.0097 27.0865 -0.650094 -0.73975 -0.173628 0 0 v -9.28617 -27.4964 27.0865 -0.482613 -0.861115 -0.159892 0 0 v -9.64342 -27.8091 31.4043 -0.487579 -0.872093 -0.0414856 0 0 v -5.47412 -29.5981 31.4043 -0.297023 -0.954098 -0.0383876 0 0 v -5.24415 -29.2353 27.0865 -0.294629 -0.943991 -0.148574 0 0 v -0.901767 -30.12 27.0865 -0.0995041 -0.984788 -0.142446 0 0 v -0.981027 -30.5114 31.4043 -0.100341 -0.994273 -0.0367802 0 0 v -8.5784 0.991911 23.0204 -0.471732 0.838161 -0.27378 0 0 v -7.52194 0.0670403 19.4729 -0.440731 0.777456 -0.448684 0 0 v -10.5698 -2.10342 19.4729 -0.581928 0.657379 -0.478761 0 0 v -11.9124 -1.36789 23.0204 -0.631643 0.716702 -0.295575 0 0 v -14.5559 -4.28126 23.0204 -0.77199 0.550184 -0.318321 0 0 v -13.0134 -4.8095 19.4729 -0.701914 0.498132 -0.509098 0 0 v -14.6986 -7.9051 19.4725 -0.786788 0.311263 -0.532991 0 0 v -16.3642 -7.58731 23.0204 -0.875083 0.34765 -0.336704 0 0 v -17.282 -11.1308 23.0204 -0.930351 0.118467 -0.347005 0 0 v -15.5559 -11.2411 19.4711 -0.831135 0.106735 -0.54573 0 0 v -15.6036 -14.6591 19.4971 -0.839822 -0.0951547 -0.534457 0 0 v -17.282 -14.7541 23.0204 -0.931113 -0.117697 -0.34522 0 0 v -16.3642 -18.2975 23.0204 -0.875414 -0.348597 -0.334859 0 0 v -14.7449 -17.9843 19.4971 -0.789924 -0.324657 -0.520209 0 0 v -13.0117 -21.0721 19.4711 -0.701115 -0.49935 -0.509006 0 0 v -14.5559 -21.6036 23.0204 -0.77193 -0.550265 -0.318329 0 0 v -11.9124 -24.517 23.0204 -0.63165 -0.716679 -0.295618 0 0 v -10.5695 -23.7808 19.4725 -0.582043 -0.657033 -0.479097 0 0 v -7.52194 -25.9519 19.4729 -0.440759 -0.777427 -0.448707 0 0 v -8.5784 -26.8768 23.0204 -0.471734 -0.838159 -0.273782 0 0 v -4.78854 -28.5165 23.0204 -0.289555 -0.922491 -0.255281 0 0 v -4.10847 -27.4436 19.4729 -0.273965 -0.864122 -0.42218 0 0 v -0.510351 -28.1873 19.4729 -0.0925097 -0.908685 -0.407103 0 0 v -0.74474 -29.3446 23.0204 -0.0977249 -0.964559 -0.245104 0 0 v -6.01911 -1.2486 16.7254 -0.362919 0.630937 -0.685717 0 0 v -4.10455 -2.88952 14.8013 -0.276237 0.456611 -0.845695 0 0 v -6.23133 -4.4685 14.796 -0.334409 0.374597 -0.864782 0 0 v -8.66006 -3.14971 16.7254 -0.465001 0.5217 -0.715264 0 0 v -10.8193 -5.56093 16.7254 -0.547729 0.386203 -0.742186 0 0 v -8.07342 -6.50084 14.8055 -0.389228 0.274683 -0.879233 0 0 v -9.37292 -8.87847 14.8058 -0.424974 0.171672 -0.888778 0 0 v -12.3277 -8.35977 16.7236 -0.602722 0.236986 -0.761947 0 0 v -13.092 -11.4111 16.7163 -0.633373 0.0879252 -0.768835 0 0 v -10.0297 -11.3815 14.7973 -0.444638 0.0982475 -0.890306 0 0 v -9.92675 -13.1697 14.3688 -0.490807 0.416764 -0.765125 0 0 v -11.4978 -14.75 15.19 -0.765416 0.0477058 -0.641765 0 0 v -13.3303 -14.5502 16.8465 -0.670821 -0.0530648 -0.739718 0 0 v -12.5589 -17.548 16.8465 -0.629592 -0.281569 -0.724108 0 0 v -10.9226 -16.9805 15.1942 -0.677578 -0.41569 -0.606704 0 0 v -8.66602 -18.0665 14.3792 -0.329702 -0.633861 -0.699655 0 0 v -7.94699 -19.5727 14.7949 -0.380047 -0.320519 -0.867659 0 0 v -10.8104 -20.3077 16.7163 -0.547698 -0.39628 -0.736878 0 0 v -8.65828 -22.7319 16.7236 -0.465423 -0.521697 -0.714992 0 0 v -6.20605 -21.4541 14.7939 -0.333223 -0.382097 -0.861954 0 0 v -4.10455 -22.9953 14.8013 -0.275688 -0.457582 -0.845349 0 0 v -6.01911 -24.6363 16.7254 -0.362954 -0.63095 -0.685687 0 0 v -3.14106 -25.9174 16.7254 -0.232631 -0.71815 -0.655853 0 0 v -1.95144 -24.0725 14.8288 -0.191499 -0.543452 -0.817306 0 0 v 0.219268 -24.5611 14.8356 -0.0588486 -0.597127 -0.799985 0 0 v -0.176931 -26.5409 16.7254 -0.0784535 -0.765845 -0.638221 0 0 v -1.94518 -4.63927 13.4657 -0.211582 0.318213 -0.924107 0 0 v 0.247163 -5.76428 12.7592 -0.0896242 0.224226 -0.970407 0 0 v 0.42581 -7.19003 12.4866 -0.0853836 0.136418 -0.986965 0 0 v -1.31927 -7.57363 12.6423 -0.13531 0.140331 -0.980815 0 0 v -3.50438 -5.91526 13.4393 -0.237217 0.267219 -0.933982 0 0 v -5.11864 -7.511 13.4869 -0.276271 0.193096 -0.941482 0 0 v -2.48838 -8.68853 12.6899 -0.171208 0.100351 -0.980111 0 0 v -3.35695 -10.2771 12.7019 -0.179328 0.0758216 -0.980863 0 0 v -6.22213 -9.4674 13.4969 -0.296674 0.121668 -0.947197 0 0 v -6.76085 -11.5298 13.4895 -0.29996 0.0782794 -0.950734 0 0 v -3.75234 -11.9454 12.696 -0.186482 0.0275736 -0.982071 0 0 v -3.40821 -13.8314 12.6125 -0.156354 0.00691361 -0.987677 0 0 v -5.30277 -14.1985 12.8067 0.032955 0.157518 -0.986966 0 0 v -7.23351 -13.0437 13.3335 -0.189186 0.437255 -0.879214 0 0 v -4.83716 -16.029 12.8109 0.0794083 -0.142891 -0.986548 0 0 v -2.96772 -15.5969 12.6125 -0.134607 -0.0829188 -0.987424 0 0 v -2.43026 -17.243 12.6823 -0.161165 -0.107266 -0.981081 0 0 v -4.95423 -18.6118 13.4777 -0.253021 -0.230687 -0.939555 0 0 v -6.08232 -17.5405 13.344 -0.045902 -0.536288 -0.842786 0 0 v -3.4715 -20.0172 13.4374 -0.232408 -0.271299 -0.934015 0 0 v -1.30625 -18.3217 12.6406 -0.13353 -0.141017 -0.980961 0 0 v 0.42581 -18.6948 12.4866 -0.0852042 -0.136488 -0.986971 0 0 v 0.247163 -20.1206 12.7592 -0.0895374 -0.224307 -0.970397 0 0 v -1.94518 -21.2456 13.4657 -0.210821 -0.318952 -0.924026 0 0 v -0.732697 -22.2772 13.6031 -0.162811 -0.396814 -0.903345 0 0 v 0.589648 -21.2151 13.0255 -0.062405 -0.313511 -0.947532 0 0 v 0.584069 -22.666 13.6374 -0.0399669 -0.455881 -0.889143 0 0 v -30.7127 -18.7276 35.6846 -0.850067 -0.135457 -0.508958 0 0 v -29.8855 -17.9969 35.0307 -0.445423 0.288814 -0.847458 0 0 v -29.0869 -18.7656 34.8261 -0.0987641 -0.288869 -0.952261 0 0 v -29.9269 -19.4932 35.4957 -0.357095 -0.686119 -0.633817 0 0 v -16.8205 -17.863 44.8823 -0.0882275 -0.381193 0.920276 0 0 v -19.2804 -17.8434 44.7966 -0.041871 -0.400817 0.915201 0 0 v -19.2494 -19.3043 43.3367 -0.049601 -0.9008 0.431392 0 0 v -16.989 -19.5742 43.2713 -0.176207 -0.86553 0.468838 0 0 v -17.8711 -19.708 40.9026 -0.332731 -0.929579 -0.158658 0 0 v -19.7383 -19.4013 41.1979 -0.077237 -0.952224 -0.295471 0 0 v -20.5027 -18.0857 39.4495 -0.0526505 -0.542715 -0.838265 0 0 v -18.9953 -18.1668 39.0627 -0.465932 -0.563034 -0.682569 0 0 v -19.5994 -15.889 39.0162 -0.581315 0.292279 -0.759372 0 0 v -20.9988 -16.2188 39.3415 -0.0977721 0.418167 -0.903093 0 0 v -20.9784 -14.734 40.9278 -0.189926 0.903402 -0.384439 0 0 v -19.3483 -14.1372 40.7864 -0.574488 0.791781 -0.207476 0 0 v -18.4558 -14.0375 43.1551 -0.399915 0.772286 0.493602 0 0 v -20.4895 -14.6371 43.0666 -0.202032 0.89662 0.394025 0 0 v -19.7765 -15.9765 44.6885 -0.119702 0.452768 0.883557 0 0 v -17.4141 -15.6193 44.8358 -0.181113 0.346959 0.920227 0 0 v -21.8904 -17.9577 44.4992 -0.161166 -0.40646 0.899342 0 0 v -24.3759 -18.1742 43.7187 -0.334754 -0.404748 0.850952 0 0 v -23.8861 -19.4503 42.5069 -0.0840069 -0.911227 0.403247 0 0 v -21.6261 -19.299 43.1492 -0.0395422 -0.909682 0.413419 0 0 v -21.7232 -19.3846 41.0837 0.0925116 -0.945136 -0.313304 0 0 v -23.5913 -19.5264 40.5567 0.21755 -0.934406 -0.282058 0 0 v -23.639 -18.3643 38.8433 0.434168 -0.494911 -0.752702 0 0 v -22.1332 -18.1716 39.3355 0.209082 -0.517371 -0.829827 0 0 v -22.548 -16.434 39.1688 0.147088 0.439357 -0.886189 0 0 v -23.9584 -16.6799 38.6246 0.354339 0.436919 -0.826768 0 0 v -24.3898 -15.3154 40.0099 0.0459406 0.90965 -0.412826 0 0 v -22.7602 -15.0406 40.6669 -0.0342035 0.912153 -0.40842 0 0 v -22.663 -14.955 42.7323 -0.211442 0.911499 0.35279 0 0 v -24.6846 -15.2394 41.96 -0.315241 0.898123 0.306591 0 0 v -24.6953 -16.4898 43.5 -0.438493 0.444401 0.781173 0 0 v -22.3051 -16.2201 44.3324 -0.247875 0.459983 0.852628 0 0 v -26.5989 -18.4542 42.3884 -0.526037 -0.399919 0.750567 0 0 v -28.4766 -18.7513 40.6091 -0.659253 -0.390893 0.64233 0 0 v -27.651 -19.8636 39.8319 -0.239186 -0.912441 0.332026 0 0 v -25.914 -19.6619 41.3672 -0.168764 -0.912006 0.373849 0 0 v -25.2625 -19.729 39.6119 0.290238 -0.92977 -0.226471 0 0 v -26.7103 -19.921 38.3637 0.299257 -0.936928 -0.180584 0 0 v -26.1248 -18.8946 36.9385 0.660452 -0.526355 -0.535494 0 0 v -24.9701 -18.622 38.0003 0.605299 -0.489505 -0.627693 0 0 v -25.2067 -17.0202 37.7176 0.52083 0.425153 -0.740257 0 0 v -26.291 -17.4348 36.5905 0.599291 0.409744 -0.687721 0 0 v -27.1259 -16.2715 37.4938 0.102856 0.898526 -0.426698 0 0 v -25.8541 -15.7244 38.9052 0.0737388 0.904371 -0.420328 0 0 v -26.5056 -15.6573 40.6605 -0.442173 0.873489 0.203716 0 0 v -28.0666 -16.2141 38.962 -0.473386 0.875499 0.0969891 0 0 v -28.6428 -17.2915 40.2611 -0.731758 0.463373 0.499815 0 0 v -26.8355 -16.8524 42.1057 -0.629952 0.438464 0.641023 0 0 v -29.9817 -19.0112 38.6498 -0.761064 -0.378919 0.526499 0 0 v -30.7997 -19.1202 36.9168 -0.913538 -0.369094 0.170934 0 0 v -30.0198 -19.9232 36.6436 -0.428465 -0.902394 -0.0458496 0 0 v -29.0944 -20.012 38.1475 -0.307329 -0.91346 0.266719 0 0 v -27.9615 -20.057 37.0455 0.252471 -0.949281 -0.187415 0 0 v -28.949 -19.9524 35.9654 0.041617 -0.920045 -0.389596 0 0 v -28.1432 -19.1953 35.1605 0.312417 -0.593292 -0.74189 0 0 v -27.1497 -19.1235 35.8949 0.605914 -0.588778 -0.534985 0 0 v -27.2307 -17.8199 35.5201 0.592301 0.361073 -0.720282 0 0 v -28.1421 -18.1579 34.8415 0.305136 0.139474 -0.94204 0 0 v -28.9633 -17.345 35.1656 -0.0620151 0.709845 -0.701623 0 0 v -28.164 -16.7978 36.1085 0.123729 0.880243 -0.458109 0 0 v -29.2968 -16.7529 37.2104 -0.463622 0.886026 0.00359124 0 0 v -30.0342 -17.3158 35.8437 -0.544551 0.782695 -0.301419 0 0 v -30.7986 -18.0828 36.5977 -0.917377 0.395433 0.0452918 0 0 v -30.0627 -17.7075 38.275 -0.787737 0.493784 0.368304 0 0 v -11.007 -16.741 0.734975 -0.460737 -0.164539 -0.872151 0 0 v -10.5927 -16.3247 0.622619 -0.178113 0.287741 -0.941 0 0 v -10.0201 -16.6263 0.584057 0.185805 -0.00937282 -0.982542 0 0 v -10.4121 -17.0413 0.66342 -0.0829831 -0.451103 -0.888606 0 0 v -10.59 -16.5973 13.7929 -0.738816 -0.671971 -0.051044 0 0 v -10.8903 -16.595 11.9705 -0.684033 -0.708184 0.174856 0 0 v -9.32176 -17.3542 11.6377 -0.173168 -0.982128 0.0737458 0 0 v -8.86385 -17.4407 13.2717 -0.211103 -0.962871 -0.168267 0 0 v -7.01248 -17.1779 12.665 0.330258 -0.856639 -0.396357 0 0 v -7.67529 -17.1632 11.2639 0.451027 -0.885941 -0.108087 0 0 v -6.77407 -16.1175 11.036 0.906817 -0.288557 -0.307273 0 0 v -6.03635 -16.0129 12.3172 0.674246 -0.258013 -0.691969 0 0 v -6.39106 -14.6426 12.2962 0.524727 0.508334 -0.682831 0 0 v -7.08871 -14.9007 10.9902 0.706539 0.625793 -0.330432 0 0 v -8.46188 -14.1213 11.1495 0.183501 0.962303 -0.200751 0 0 v -7.89671 -13.7681 12.6127 0.0766089 0.884513 -0.460182 0 0 v -9.76998 -13.9509 13.2194 -0.482742 0.834309 -0.26625 0 0 v -10.1083 -14.3123 11.5233 -0.443807 0.895723 -0.026728 0 0 v -11.2049 -15.3782 11.9248 -0.916762 0.375846 0.135234 0 0 v -10.9666 -15.147 13.772 -0.953081 0.28635 -0.0981843 0 0 v -11.269 -16.743 9.79907 -0.690337 -0.71041 0.13694 0 0 v -11.4847 -16.9092 7.45362 -0.695794 -0.711557 0.0977582 0 0 v -10.02 -17.6079 7.24348 -0.177408 -0.981445 0.0727554 0 0 v -9.74431 -17.4722 9.56051 -0.174767 -0.980984 0.084423 0 0 v -8.1399 -17.2887 9.29102 0.464826 -0.884975 -0.0274745 0 0 v -8.47709 -17.4321 7.00784 0.466096 -0.884701 -0.00766706 0 0 v -7.62741 -16.4696 6.86456 0.950563 -0.287331 -0.117775 0 0 v -7.25802 -16.2844 9.12536 0.943995 -0.287891 -0.161224 0 0 v -7.55812 -15.1162 9.06412 0.738361 0.641557 -0.207913 0 0 v -7.91426 -15.3505 6.8015 0.74427 0.645211 -0.172523 0 0 v -9.19421 -14.6344 6.8502 0.203425 0.969354 -0.137733 0 0 v -8.89015 -14.3683 9.13791 0.200761 0.968555 -0.146954 0 0 v -10.4946 -14.5517 9.4074 -0.440634 0.896809 -0.0397023 0 0 v -10.7371 -14.8102 7.08583 -0.442389 0.894524 -0.0641774 0 0 v -11.7715 -15.7901 7.39056 -0.927859 0.372161 0.0239455 0 0 v -11.5691 -15.5748 9.73783 -0.9229 0.377445 0.0760972 0 0 v -11.6082 -17.0607 5.21213 -0.698677 -0.711635 0.0736614 0 0 v -11.6517 -17.1583 3.30896 -0.704042 -0.709998 0.0150843 0 0 v -10.3881 -17.7631 3.11866 -0.189043 -0.981968 0.00118652 0 0 v -10.2214 -17.7231 5.00969 -0.180181 -0.98203 0.0561452 0 0 v -8.75931 -17.5563 4.78638 0.46427 -0.885429 -0.0216632 0 0 v -9.05397 -17.6106 2.91489 0.453809 -0.88591 -0.0960233 0 0 v -8.31637 -16.7771 2.7995 0.929093 -0.29181 -0.227231 0 0 v -7.95303 -16.6437 4.6539 0.948379 -0.288466 -0.131772 0 0 v -8.22463 -15.5832 4.59411 0.742609 0.64351 -0.185546 0 0 v -8.56383 -15.8093 2.74488 0.728806 0.629724 -0.268867 0 0 v -9.67261 -15.1911 2.77835 0.19409 0.957079 -0.215242 0 0 v -9.4383 -14.905 4.63691 0.201804 0.967593 -0.151784 0 0 v -10.9004 -15.0719 4.8602 -0.445408 0.891402 -0.083753 0 0 v -11.0067 -15.3436 2.98212 -0.453247 0.880643 -0.137969 0 0 v -11.8991 -16.1905 3.25434 -0.932177 0.355857 -0.0664153 0 0 v -11.8798 -16.0002 5.15235 -0.929974 0.367601 -0.00410986 0 0 v -11.5684 -17.1563 1.93477 -0.706449 -0.691166 -0.152377 0 0 v -11.3282 -17.0402 1.13358 -0.639489 -0.549958 -0.537215 0 0 v -10.6008 -17.3941 1.0148 -0.232709 -0.810905 -0.536917 0 0 v -10.5269 -17.6573 1.76642 -0.213529 -0.963629 -0.160702 0 0 v -9.42341 -17.5305 1.59781 0.408867 -0.856715 -0.314432 0 0 v -9.85489 -17.3078 0.900758 0.241002 -0.683016 -0.689498 0 0 v -9.41483 -16.819 0.841098 0.530261 -0.208797 -0.821722 0 0 v -8.80959 -16.8395 1.51323 0.824901 -0.283496 -0.489049 0 0 v -9.01354 -16.0388 1.46793 0.658018 0.561738 -0.50146 0 0 v -9.55185 -16.2775 0.81033 0.444742 0.34987 -0.824497 0 0 v -10.2066 -15.919 0.821904 0.0686732 0.66326 -0.745232 0 0 v -9.93329 -15.5288 1.48455 0.167718 0.90085 -0.400425 0 0 v -11.0368 -15.6555 1.65316 -0.469292 0.832808 -0.293592 0 0 v -10.9526 -16.0053 0.935942 -0.434793 0.620633 -0.652511 0 0 v -11.4652 -16.4988 1.10282 -0.774584 0.154456 -0.613321 0 0 v -11.7724 -16.3556 1.88946 -0.918654 0.31414 -0.239563 0 0 v -18.8768 -42.2267 80.2288 -0.240427 -0.960426 0.140632 0 0 v -21.3505 -41.581 79.3169 -0.416803 -0.905358 0.081251 0 0 v -21.7393 -41.621 74.9172 -0.417421 -0.908632 0.0121529 0 0 v -19.345 -42.3129 73.9762 -0.248159 -0.966105 -0.0711196 0 0 v -23.8552 -40.0146 70.072 -0.387206 -0.869606 -0.306361 0 0 v -25.1214 -39.9457 72.056 -0.453214 -0.890219 -0.045908 0 0 v -29.8059 -37.3927 72.1639 -0.51057 -0.858531 -0.0473665 0 0 v -30.4934 -36.3435 70.2014 -0.551511 -0.766327 -0.329513 0 0 v -34.1932 -34.0331 74.159 -0.748534 -0.661659 -0.0436418 0 0 v -32.5289 -35.6471 75.1411 -0.567008 -0.822476 0.0451166 0 0 v -31.9289 -35.5817 79.4988 -0.560374 -0.818545 0.12635 0 0 v -33.3299 -34.0167 80.3058 -0.723036 -0.648568 0.237861 0 0 v -28.7809 -36.3069 84.1437 -0.539594 -0.733745 0.412864 0 0 v -28.5467 -37.257 82.36 -0.515991 -0.839701 0.169279 0 0 v -24.0735 -39.8354 82.294 -0.464218 -0.871772 0.156574 0 0 v -22.5378 -39.9081 84.12 -0.375913 -0.848588 0.372273 0 0 v -24.586 -31.8823 78.1788 -0.674465 -0.70932 -0.204846 0 0 v -27.4848 -30.2427 78.2688 -0.176033 -0.931128 -0.319394 0 0 v -27.7778 -30.306 75.4598 -0.128051 -0.908138 0.398607 0 0 v -24.8432 -31.9362 75.3578 -0.634459 -0.68847 0.351383 0 0 v -22.136 -41.0822 78.9498 -0.773867 -0.627484 -0.0859928 0 0 v -22.3316 -40.1855 78.7481 -0.960328 -0.0639105 -0.271452 0 0 v -22.5805 -40.2359 75.3322 -0.909889 -0.0275691 0.413934 0 0 v -22.4236 -41.1339 75.2133 -0.76647 -0.596376 0.238452 0 0 v -25.2521 -39.7354 72.8172 -0.515082 -0.693135 0.504236 0 0 v -25.1479 -38.9676 73.1509 -0.331101 -0.0957792 0.938722 0 0 v -28.7501 -37.0146 73.295 0.250223 -0.230741 0.940291 0 0 v -29.207 -37.5859 72.9594 -0.29876 -0.836543 0.45928 0 0 v -31.5345 -36.0947 75.5083 -0.132447 -0.97219 0.193144 0 0 v -30.8761 -35.6522 75.6307 0.843122 -0.431369 0.32104 0 0 v -30.4628 -35.5615 78.9903 0.764879 -0.441924 -0.468682 0 0 v -31.0706 -36.0072 79.1893 -0.126927 -0.983721 -0.127207 0 0 v -28.2422 -37.4057 81.5855 -0.343217 -0.855373 -0.387993 0 0 v -27.8954 -36.8298 81.1716 0.140332 -0.30286 -0.942647 0 0 v -24.4576 -38.823 81.0839 -0.45915 -0.180669 -0.869793 0 0 v -24.4634 -39.591 81.4986 -0.582 -0.732596 -0.352959 0 0 v -22.2821 -37.942 78.5757 -0.959706 -0.0350675 -0.278808 0 0 v -22.7049 -34.7615 78.2137 -0.91518 -0.334063 -0.225493 0 0 v -22.9217 -34.8049 75.3792 -0.872761 -0.310006 0.377074 0 0 v -22.5202 -37.9891 75.2835 -0.908255 -0.00139263 0.418414 0 0 v -24.9895 -36.7696 73.1811 -0.291257 -0.00720216 0.956618 0 0 v -25.0609 -33.7485 73.5569 -0.448081 -0.32352 0.833401 0 0 v -28.0359 -32.1288 73.6724 0.176268 -0.403715 0.897744 0 0 v -28.4554 -34.8931 73.3198 0.351422 -0.0505176 0.934853 0 0 v -30.4993 -33.5828 75.5707 0.951118 -0.129696 0.280275 0 0 v -29.8064 -30.9937 75.6234 0.753443 -0.542838 0.371013 0 0 v -29.4729 -30.9199 78.4189 0.67332 -0.557064 -0.486128 0 0 v -30.0992 -33.494 78.8084 0.868306 -0.159843 -0.469568 0 0 v -27.6299 -34.7135 80.9108 0.234873 -0.140967 -0.96175 0 0 v -27.3338 -31.9763 80.2412 0.0623136 -0.478294 -0.875986 0 0 v -24.4753 -33.6265 80.1647 -0.561206 -0.39641 -0.726572 0 0 v -24.326 -36.6317 80.8266 -0.423273 -0.0980646 -0.900679 0 0 v -1.95988 -40.0817 57.9027 -0.179742 -0.611577 -0.770497 0 0 v -1.59486 -40.7201 58.5135 -0.0534867 -0.880928 -0.470219 0 0 v -6.60973 -41.2628 60.5683 -0.208589 -0.783391 -0.585482 0 0 v -0.384826 -24.8089 108.59 -0.0175588 -0.431005 0.902179 0 0 v -0.384826 -20.7968 110.055 -0.0442272 -0.255945 0.965679 0 0 v -3.37962 -24.1263 108.634 -0.145565 -0.381187 0.912966 0 0 v -1.16332 -18.5213 110.477 -0.0707344 -0.180593 0.981011 0 0 v -1.97317 -17.174 110.61 -0.0875345 -0.109981 0.990072 0 0 v -8.42581 -20.6511 108.875 -0.208818 -0.27651 0.93805 0 0 v -5.97167 -22.391 108.811 -0.178707 -0.325899 0.928361 0 0 v -2.66204 -16.0639 110.637 -0.0911054 -0.0650658 0.993713 0 0 v -3.14157 -14.8597 110.651 -0.0903294 -0.0357124 0.995271 0 0 v -11.7749 -16.4818 108.957 -0.264136 -0.134512 0.955059 0 0 v -10.4219 -18.6956 108.91 -0.243028 -0.209566 0.947111 0 0 v -3.38742 -13.5901 110.656 -0.0898601 -0.010437 0.9959 0 0 v -3.38742 -12.2948 110.656 -0.0905156 0.0122749 0.995819 0 0 v -12.5486 -11.804 108.932 -0.28236 0.0497641 0.958017 0 0 v -12.4854 -14.1441 108.97 -0.279018 -0.0365886 0.959588 0 0 v -3.14157 -11.0251 110.651 -0.0916579 0.0355367 0.995156 0 0 v -2.66204 -9.82097 110.637 -0.0920626 0.0645286 0.99366 0 0 v -10.5063 -7.28911 108.883 -0.251572 0.20388 0.946121 0 0 v -11.9056 -9.5264 108.897 -0.273375 0.130279 0.953044 0 0 v -1.97317 -8.71083 110.61 -0.0879202 0.109715 0.990067 0 0 v -1.16332 -7.3635 110.477 -0.0707781 0.180558 0.981014 0 0 v -5.97167 -3.49389 108.811 -0.179336 0.3255 0.928379 0 0 v -8.44268 -5.25371 108.87 -0.213591 0.273443 0.937874 0 0 v -0.384825 -5.08805 110.055 -0.0442268 0.255945 0.965679 0 0 v -0.384825 -1.076 108.59 -0.0175589 0.431005 0.902179 0 0 v -3.37962 -1.7585 108.634 -0.145564 0.381187 0.912967 0 0 v -1.97317 -35.438 99.9755 -0.061674 -0.743822 0.665526 0 0 v -1.16332 -30.1277 105.146 -0.0454461 -0.626952 0.777731 0 0 v -5.97167 -29.2778 105.155 -0.170195 -0.588946 0.790048 0 0 v -8.4349 -34.3467 99.9755 -0.185891 -0.71404 0.674975 0 0 v -3.16508 -42.9982 87.8801 -0.0740177 -0.935639 0.34511 0 0 v -2.66204 -39.8951 94.1098 -0.0697488 -0.83994 0.538179 0 0 v -10.4674 -38.5802 94.1098 -0.207215 -0.808382 0.550981 0 0 v -12.0685 -41.6419 87.8763 -0.203779 -0.900744 0.383581 0 0 v -3.61808 -44.8484 73.8088 -0.0693597 -0.996937 -0.0361394 0 0 v -3.505 -44.5903 80.9152 -0.0722343 -0.989963 0.121474 0 0 v -12.6579 -43.4012 80.9069 -0.174413 -0.974908 0.138329 0 0 v -13.0096 -43.6117 73.5345 -0.180472 -0.982243 -0.0512737 0 0 v -0.858834 -29.888 49.4185 -0.054982 -0.55775 -0.828186 0 0 v -2.22789 -35.2584 53.5189 -0.0780827 -0.639122 -0.765131 0 0 v -8.79179 -33.9889 53.5379 -0.174741 -0.620796 -0.76425 0 0 v -5.14706 -29.0812 49.4185 -0.156373 -0.507316 -0.847454 0 0 v -0.384664 1.94082 46.1521 -0.163449 0.924352 0.344756 0 0 v -0.637205 3.0027 43.2306 -0.0979678 0.94274 0.318815 0 0 v -4.47579 2.20829 43.2306 -0.284744 0.896203 0.340207 0 0 v -3.74201 1.14874 46.1521 -0.288253 0.855423 0.430304 0 0 v -0.838287 3.93648 39.7645 -0.0986387 0.973796 0.20492 0 0 v -0.96004 4.52289 35.7223 -0.100064 0.991147 0.0872666 0 0 v -5.41322 3.61714 35.7223 -0.296204 0.950761 0.0911912 0 0 v -5.05982 3.07362 39.7645 -0.291942 0.931997 0.214828 0 0 v -0.981026 4.62652 31.4043 -0.100341 0.994273 -0.0367802 0 0 v -0.901766 4.23515 27.0865 -0.0995043 0.984788 -0.142446 0 0 v -5.24415 3.35041 27.0865 -0.294628 0.943991 -0.148574 0 0 v -5.47411 3.71321 31.4043 -0.297023 0.954098 -0.0383875 0 0 v -0.74474 3.45978 23.0204 -0.097725 0.964559 -0.245104 0 0 v -0.510351 2.30242 19.4729 -0.0925099 0.908685 -0.407103 0 0 v -4.10847 1.55877 19.4729 -0.273965 0.864122 -0.42218 0 0 v -4.78854 2.63164 23.0204 -0.289555 0.922491 -0.255281 0 0 v -0.176931 0.656057 16.7254 -0.0784527 0.765846 -0.638221 0 0 v 0.219268 -1.32374 14.8356 -0.0588492 0.597126 -0.799986 0 0 v -1.95144 -1.81232 14.8288 -0.1915 0.54345 -0.817307 0 0 v -3.14106 0.0325898 16.7254 -0.232632 0.71815 -0.655853 0 0 v 0.584069 -3.21886 13.6374 -0.0399687 0.455877 -0.889145 0 0 v 0.589649 -4.66976 13.0256 -0.0624053 0.313515 -0.94753 0 0 v -0.732697 -3.60763 13.6031 -0.162809 0.396813 -0.903345 0 0 v 3.93966 -29.159 60.1076 -0.234186 -0.740992 0.629355 0 0 v 7.41792 -30.4142 61.6084 -0.487298 -0.772433 -0.407294 0 0 v 3.93966 -29.8087 61.0836 0.0896242 -0.512785 -0.853826 0 0 v 4.75182 -40.9468 59.3247 -0.170988 -0.907878 0.382781 0 0 v 10.3586 -41.7589 61.8865 -0.319505 -0.940845 0.112814 0 0 v 9.90891 -40.8281 61.9944 -0.648801 -0.172474 0.741154 0 0 v 4.75525 -40.0091 59.6202 -0.258506 -0.104594 0.96033 0 0 v 10.6028 -42.484 63.3268 0.0637397 -0.724461 -0.686363 0 0 v 4.996 -42.724 62.7597 0.0668989 -0.788484 -0.611406 0 0 v 4.75525 -41.6253 62.3186 0.10961 -0.0610002 -0.992101 0 0 v 9.90891 -41.4746 63.0738 -0.0115342 -0.0409389 -0.999095 0 0 v -2.35704 -42.724 62.7597 -0.066899 -0.788484 -0.611406 0 0 v -7.96382 -42.484 63.3268 -0.0637396 -0.724461 -0.686362 0 0 v -7.26995 -41.4746 63.0738 0.0115341 -0.0409389 -0.999095 0 0 v -2.11629 -41.6253 62.3186 -0.10961 -0.0610002 -0.992101 0 0 v -7.71964 -41.7589 61.8865 0.319507 -0.940844 0.112817 0 0 v -2.11286 -40.9468 59.3247 0.170988 -0.907878 0.38278 0 0 v -2.11629 -40.0091 59.6202 0.258506 -0.104594 0.96033 0 0 v -7.26995 -40.8281 61.9944 0.648801 -0.172474 0.741154 0 0 v 4.6544 -36.6804 59.7108 -0.256871 -0.0236426 0.966156 0 0 v 9.65677 -37.5262 62.0527 -0.64067 -0.0432428 0.766597 0 0 v 8.93486 -33.0339 61.8468 -0.701175 -0.179329 0.690068 0 0 v 4.49128 -31.9773 59.8246 -0.254111 -0.0619235 0.965191 0 0 v 9.65677 -38.1994 63.1014 -0.00439581 -0.0135299 -0.999899 0 0 v 4.6544 -38.3634 62.3327 0.11473 -0.00535686 -0.993382 0 0 v 4.49128 -33.4812 62.102 0.116493 -0.114794 -0.986535 0 0 v 8.93486 -33.6355 62.7577 -0.0574176 -0.202754 -0.977545 0 0 v -2.01543 -38.3634 62.3327 -0.11473 -0.00535686 -0.993382 0 0 v -7.01781 -38.1994 63.1014 0.00439584 -0.0135299 -0.999899 0 0 v -6.2959 -33.6355 62.7577 0.0574174 -0.202754 -0.977545 0 0 v -1.85232 -33.4812 62.102 -0.116493 -0.114794 -0.986535 0 0 v -7.01781 -37.5262 62.0527 0.64067 -0.0432426 0.766597 0 0 v -2.01543 -36.6804 59.7108 0.256871 -0.0236424 0.966157 0 0 v -1.85232 -31.9773 59.8246 0.254111 -0.0619237 0.965191 0 0 v -6.2959 -33.0339 61.8468 0.701175 -0.17933 0.690068 0 0 v -0.26455 -15.8477 12.3331 -0.0728689 -0.0484226 -0.996165 0 0 v -1.08414 -14.0248 12.32 -0.0787473 -0.0184395 -0.996724 0 0 v -1.19904 -11.8407 12.3469 -0.0918998 0.0249165 -0.995456 0 0 v -0.277576 -10.0477 12.3348 -0.0764981 0.0462484 -0.995997 0 0 v 1.31948 -9.41758 12.2774 1.42876e-006 0.0407007 -0.999171 0 0 v 2.91654 -10.0477 12.3348 0.076497 0.0462493 -0.995997 0 0 v 3.83801 -11.8407 12.3469 0.0919003 0.0249154 -0.995456 0 0 v 3.7231 -14.0248 12.32 0.0787461 -0.0184393 -0.996724 0 0 v 2.90352 -15.8477 12.3331 0.0728688 -0.0484206 -0.996165 0 0 v 1.31948 -16.4673 12.2774 3.897e-007 -0.0407702 -0.999169 0 0 v 13.1221 -41.4687 62.4773 0.267669 -0.793564 -0.546451 0 0 v 8.73061 -39.2152 58.1208 0.172817 -0.730062 -0.661169 0 0 v 15.2283 -37.961 58.6378 0.243409 -0.749853 -0.615202 0 0 v 17.7723 -40.9971 64.4094 0.310642 -0.834644 -0.45483 0 0 v 9.24869 -41.2628 60.5683 0.208589 -0.783392 -0.585481 0 0 v 4.23382 -40.7201 58.5135 0.0534873 -0.880927 -0.47022 0 0 v 4.59884 -40.0817 57.9027 0.179742 -0.611577 -0.770498 0 0 v -9.36097 -42.8371 64.6481 -0.155955 -0.933692 -0.322332 0 0 v -2.81576 -43.4043 64.5126 -0.0481339 -0.948424 -0.313329 0 0 v -3.35427 -44.2828 68.1195 -0.0600495 -0.982894 -0.174111 0 0 v -11.8778 -43.1865 67.7907 -0.190191 -0.960865 -0.201409 0 0 v -10.4831 -41.4687 62.4773 -0.267669 -0.793564 -0.546452 0 0 v -15.1333 -40.9971 64.4094 -0.310642 -0.834644 -0.45483 0 0 v -12.5894 -37.961 58.6378 -0.243409 -0.749853 -0.615202 0 0 v -6.09164 -39.2152 58.1208 -0.172817 -0.730062 -0.661169 0 0 v -1.3007 -29.8087 61.0836 -0.0896243 -0.512784 -0.853827 0 0 v -4.77895 -30.4142 61.6084 0.487298 -0.772433 -0.407294 0 0 v -1.3007 -29.159 60.1076 0.234186 -0.740993 0.629354 0 0 v 10.8995 -28.4771 105.177 0.213179 -0.557212 0.80254 0 0 v 15.2168 -29.9195 102.723 0.281285 -0.595885 0.752197 0 0 v 15.2389 -26.3566 105.184 0.296685 -0.484152 0.823149 0 0 v 10.8995 -24.9751 107.259 0.218386 -0.426897 0.877534 0 0 v 18.9188 -34.2071 97.0649 0.325586 -0.701078 0.634415 0 0 v 19.9921 -30.6994 99.9638 0.361041 -0.610454 0.704979 0 0 v 14.1811 -33.3943 99.9755 0.245374 -0.687477 0.683496 0 0 v 25.0457 -27.0769 99.8578 0.467498 -0.49658 0.731337 0 0 v 20.0848 -27.083 102.655 0.383183 -0.502403 0.775088 0 0 v 24.8993 -30.7013 97.0616 0.446369 -0.606952 0.657544 0 0 v 14.2253 -22.8904 107.26 0.279841 -0.358539 0.890584 0 0 v 19.1396 -23.5602 105.062 0.382594 -0.383867 0.840397 0 0 v 24.3482 -23.435 102.37 0.443633 -0.424121 0.7895 0 0 v 22.2396 -20.1782 104.862 0.416493 -0.276678 0.866016 0 0 v 17.072 -20.3492 107.153 0.34199 -0.271455 0.899641 0 0 v 29.6878 -26.2805 97.0481 0.511511 -0.538681 0.669462 0 0 v 29.4418 -23.0937 99.7369 0.346466 -0.618201 0.705541 0 0 v 35.0953 -21.346 101.116 -0.154011 -0.886764 0.43581 0 0 v 30.835 -20.7508 101.428 0.0726593 -0.600229 0.796521 0 0 v 33.8245 -22.6829 98.2193 0.198042 -0.868526 0.454358 0 0 v 30.8734 -17.8666 102.327 0.0778731 -0.0242549 0.996668 0 0 v 26.9122 -19.1017 103.081 0.306852 -0.272639 0.911871 0 0 v 34.1028 -19.5694 102.524 -0.310586 -0.286723 0.90627 0 0 v 18.8431 -17.4925 107.209 0.367953 -0.195302 0.909102 0 0 v 23.4752 -16.6947 105.165 0.424589 -0.135497 0.89519 0 0 v 28.0491 -15.6107 103.08 0.367317 0.0718278 0.927318 0 0 v 24.4425 -13.3375 104.859 0.469208 0.00827947 0.883049 0 0 v 19.7592 -14.5986 107.209 0.395151 -0.0428895 0.917614 0 0 v 34.7523 -17.5449 102.533 -0.153598 0.421569 0.893693 0 0 v 32.5768 -15.3983 101.432 0.274449 0.529332 0.802799 0 0 v 36.4174 -14.7413 98.2238 0.478686 0.736417 0.478069 0 0 v 32.6996 -13.1643 99.7299 0.531922 0.429908 0.729546 0 0 v 36.702 -16.3524 101.139 0.19792 0.862714 0.465351 0 0 v 31.0032 -8.77093 99.8433 0.612334 0.197629 0.7655 0 0 v 28.2628 -11.4046 102.36 0.556091 0.152326 0.817043 0 0 v 34.7609 -10.7895 97.0338 0.66515 0.233916 0.709125 0 0 v 19.8291 -11.6232 107.155 0.400317 0.0498404 0.91502 0 0 v 23.5931 -9.64933 105.058 0.484702 0.13469 0.864247 0 0 v 26.5239 -7.01634 102.646 0.539528 0.238834 0.807383 0 0 v 21.7012 -5.8551 105.187 0.447298 0.268934 0.852994 0 0 v 18.7295 -8.5325 107.267 0.378455 0.166139 0.910588 0 0 v 33.0007 -5.56041 97.0467 0.641209 0.295723 0.708095 0 0 v 28.5763 -3.7654 99.9533 0.569325 0.339961 0.748529 0 0 v 24.8877 1.00239 99.9721 0.484751 0.483063 0.729154 0 0 v 23.7876 -2.62308 102.722 0.48245 0.373802 0.792158 0 0 v 29.6785 -0.0650826 97.0575 0.574425 0.442082 0.688912 0 0 v 16.8427 -5.57292 107.294 0.335577 0.271783 0.901955 0 0 v 18.9102 -2.36201 105.202 0.379463 0.388335 0.839764 0 0 v 19.9727 1.16349 102.725 0.386428 0.502427 0.77346 0 0 v 15.2159 0.46799 105.199 0.294904 0.485709 0.822872 0 0 v 14.1794 -3.00192 107.288 0.275316 0.361724 0.890706 0 0 v 24.8974 4.72428 97.0634 0.459072 0.594141 0.660491 0 0 v 19.9763 4.79561 99.9752 0.366069 0.607526 0.704915 0 0 v 14.1811 7.50948 99.9755 0.245374 0.687477 0.683496 0 0 v 15.2168 4.03466 102.723 0.281331 0.595855 0.752203 0 0 v 18.9188 8.32223 97.0649 0.327473 0.699924 0.634719 0 0 v 10.8995 -0.909769 107.259 0.217837 0.42733 0.87746 0 0 v 10.8995 2.59222 105.177 0.213179 0.557212 0.80254 0 0 v 9.87722 5.98475 102.715 0.174924 0.660376 0.730278 0 0 v 6.24578 3.96233 105.14 0.107918 0.618572 0.778282 0 0 v 7.31184 0.780496 107.171 0.160063 0.492687 0.855359 0 0 v 12.1628 10.7301 97.0649 0.197039 0.761864 0.617041 0 0 v 7.8739 9.14341 99.9755 0.123863 0.733392 0.668426 0 0 v 1.31948 9.69015 99.9755 2.15388e-007 0.74693 0.664902 0 0 v 4.21281 6.95188 102.712 0.0563135 0.691602 0.720081 0 0 v 4.98121 11.9412 97.0649 0.0659537 0.791246 0.607931 0 0 v 3.3996 1.53168 107.149 0.0318299 0.536456 0.843328 0 0 v 1.31948 4.31088 105.155 -1.19843e-006 0.625795 0.779988 0 0 v 16.8513 -37.4358 94.1098 0.277337 -0.778913 0.562476 0 0 v 21.7565 -37.4755 91.1633 0.356929 -0.776976 0.518565 0 0 v 23.809 -34.1963 94.1197 0.410958 -0.696992 0.587635 0 0 v 24.0048 -39.5999 85.8124 0.35788 -0.83129 0.425299 0 0 v 26.606 -36.7047 88.4949 0.4408 -0.749871 0.493344 0 0 v 18.9662 -40.4232 87.975 0.283394 -0.857781 0.428836 0 0 v 33.3459 -31.8538 88.1047 0.608637 -0.613943 0.502628 0 0 v 28.6509 -33.3502 91.2277 0.504312 -0.66812 0.54707 0 0 v 31.1575 -35.4246 85.8446 0.53856 -0.700226 0.468654 0 0 v 29.6619 -29.7768 94.2094 0.543086 -0.578944 0.608179 0 0 v 34.1512 -27.9014 91.3843 0.621282 -0.557937 0.550196 0 0 v 34.0028 -24.7408 94.8888 0.502121 -0.696633 0.512422 0 0 v 37.6019 -29.5529 84.6383 0.744793 -0.543792 0.386747 0 0 v 38.1935 -25.6374 88.1758 0.755333 -0.480736 0.445382 0 0 v 41.3724 -19.6375 87.8216 0.867016 -0.276273 0.414675 0 0 v 38.8324 -21.9632 91.1701 0.825553 -0.482025 0.293452 0 0 v 41.619 -23.1178 84.5624 0.83203 -0.403481 0.380696 0 0 v 39.4883 -20.7176 97.311 0.742139 -0.626301 -0.238697 0 0 v 37.2545 -22.5898 94.8961 0.60139 -0.77756 0.183657 0 0 v 39.5709 -19.3113 93.9081 0.953347 -0.301744 -0.00898231 0 0 v 37.3897 -21.9831 98.8262 0.18563 -0.978027 0.094896 0 0 v 39.1497 -16.5 98.8489 0.552689 0.816131 0.168715 0 0 v 39.4562 -15.7687 94.8996 0.888091 0.402432 0.222133 0 0 v 37.7895 -13.1224 94.8819 0.721601 0.413331 0.555383 0 0 v 40.5008 -16.7855 91.1683 0.949014 -0.0601309 0.309445 0 0 v 40.291 -18.2036 97.3202 0.965629 0.135895 -0.221569 0 0 v 43.7113 -16.5743 84.5613 0.906904 -0.133946 0.39948 0 0 v 42.0703 -13.4243 88.1725 0.882586 0.00726887 0.470094 0 0 v 41.1591 -6.74495 88.0023 0.824817 0.248793 0.507719 0 0 v 39.7267 -10.4871 91.3756 0.791233 0.174756 0.586013 0 0 v 43.6382 -9.71899 84.6391 0.899155 0.136279 0.41587 0 0 v 36.7695 -7.79828 94.1948 0.718135 0.229595 0.656938 0 0 v 37.9598 -4.09137 91.1176 0.738622 0.336796 0.583958 0 0 v 34.0967 -1.82198 94.1092 0.653702 0.396809 0.644373 0 0 v 41.5577 -2.83082 84.5353 0.828865 0.393263 0.397903 0 0 v 38.1689 -0.135574 87.8878 0.739685 0.467752 0.483812 0 0 v 33.2215 5.85738 87.8783 0.61744 0.654334 0.436595 0 0 v 34.1758 2.11388 91.0583 0.649093 0.520124 0.555112 0 0 v 37.3604 3.61451 84.511 0.712267 0.605697 0.354693 0 0 v 29.6992 3.79921 94.1064 0.555539 0.561797 0.612993 0 0 v 28.6462 7.45686 91.0626 0.517675 0.68569 0.511705 0 0 v 23.8127 8.30214 94.1094 0.419116 0.699422 0.578921 0 0 v 31.2942 9.18743 84.5124 0.561303 0.770051 0.303251 0 0 v 26.6151 10.7545 87.8798 0.466274 0.792578 0.392949 0 0 v 18.8012 14.367 87.8792 0.310852 0.87741 0.365408 0 0 v 21.7376 11.5601 91.0635 0.370208 0.795696 0.47939 0 0 v 23.7272 13.5788 84.5118 0.402162 0.876281 0.265325 0 0 v 16.8513 11.551 94.1098 0.278888 0.783255 0.555638 0 0 v 13.9128 14.3404 91.0632 0.221793 0.859854 0.459847 0 0 v 9.24309 13.516 94.1098 0.139685 0.828906 0.541667 0 0 v 15.148 16.6001 84.5083 0.240763 0.939848 0.24232 0 0 v 10.243 16.5681 87.8773 0.155208 0.923876 0.349805 0 0 v 1.31948 17.3102 87.8762 0 0.938611 0.344979 0 0 v 5.57433 15.7435 91.0627 0.0740885 0.88988 0.450139 0 0 v 5.99298 18.1338 84.5039 0.080529 0.969382 0.231977 0 0 v 1.31948 14.1759 94.1098 -1.99645e-007 0.843565 0.537027 0 0 v 37.1888 -32.3188 80.7922 0.760477 -0.59389 0.262621 0 0 v 39.96 -29.7424 77.1982 0.814312 -0.568371 0.11769 0 0 v 41.0662 -26.6722 80.9751 0.824284 -0.499395 0.26676 0 0 v 39.4748 -29.7095 69.6073 0.772763 -0.585493 -0.245022 0 0 v 42.1437 -26.7583 73.3663 0.851195 -0.523226 -0.0412457 0 0 v 38.1831 -32.3501 73.6029 0.782112 -0.619835 -0.0640808 0 0 v 45.4104 -20.0411 73.3573 0.949821 -0.311788 -0.0250521 0 0 v 43.7053 -23.5337 77.1744 0.893456 -0.429121 0.132635 0 0 v 43.5724 -23.2636 69.5609 0.874102 -0.43334 -0.219458 0 0 v 44.2797 -20.0371 80.9035 0.915062 -0.293469 0.276654 0 0 v 45.9765 -16.5518 77.1742 0.976408 -0.153818 0.151549 0 0 v 45.3283 -13.0388 80.9736 0.95385 0.00227302 0.300276 0 0 v 45.8441 -16.442 69.5609 0.96277 -0.156729 -0.220252 0 0 v 46.557 -12.9424 73.3573 0.999863 -1.58624e-006 -0.0165795 0 0 v 45.4104 -5.84375 73.3573 0.949873 0.311805 -0.0227975 0 0 v 45.9692 -9.3739 77.182 0.975376 0.154317 0.157569 0 0 v 45.8441 -9.4428 69.5609 0.96277 0.156728 -0.220252 0 0 v 44.2371 -5.94726 80.9396 0.91188 0.287812 0.292642 0 0 v 43.6992 -2.35755 77.1716 0.887278 0.440612 0.13638 0 0 v 40.9345 0.83982 80.9167 0.803123 0.53683 0.258472 0 0 v 43.5724 -2.62125 69.5609 0.869106 0.443416 -0.219173 0 0 v 41.9991 0.896696 73.3573 0.821274 0.569126 -0.0400647 0 0 v 36.5218 6.94762 73.3573 0.655595 0.752548 -0.0621824 0 0 v 39.2578 4.13638 77.1692 0.743519 0.661095 0.100661 0 0 v 39.1413 3.68484 69.5609 0.720653 0.657937 -0.218584 0 0 v 35.6026 6.94455 80.9148 0.654247 0.726504 0.210125 0 0 v 32.8738 9.76796 77.1693 0.574845 0.815904 0.0620797 0 0 v 28.5088 12.0159 80.9147 0.490136 0.855606 0.166448 0 0 v 32.776 9.1553 69.5609 0.552522 0.804147 -0.219243 0 0 v 29.2405 11.9954 73.3564 0.48517 0.870482 -0.0828875 0 0 v 20.6279 15.8058 73.3485 0.322553 0.94145 -0.0981429 0 0 v 24.9144 14.2556 77.1667 0.408922 0.912019 0.0316801 0 0 v 24.8407 13.5229 69.5571 0.391831 0.893069 -0.221126 0 0 v 20.1188 15.8201 80.9108 0.326707 0.935222 0.136463 0 0 v 15.8851 17.3763 77.1558 0.245102 0.969414 0.0127187 0 0 v 10.9186 18.1616 80.9015 0.163433 0.979178 0.120415 0 0 v 15.8394 16.5732 69.5416 0.2358 0.945893 -0.2229 0 0 v 11.1797 18.1732 73.3301 0.162298 0.981022 -0.106089 0 0 v 1.31948 18.9862 73.3186 3.81857e-007 0.994133 -0.108163 0 0 v 6.2428 18.9775 77.1421 0.0825606 0.996574 0.00492245 0 0 v 6.22729 18.1488 69.5222 0.0799782 0.971338 -0.223844 0 0 v 1.31948 18.958 80.8958 9.33607e-010 0.993247 0.116023 0 0 v 20.905 -40.2022 65.2368 0.345986 -0.835828 -0.426246 0 0 v 23.4514 -37.2143 62.1159 0.370505 -0.767937 -0.522493 0 0 v 28.3814 -36.6223 65.236 0.439889 -0.766469 -0.467999 0 0 v 25.448 -39.6695 68.1464 0.376154 -0.840237 -0.390526 0 0 v 19.734 -33.8876 56.0989 0.302131 -0.645375 -0.701576 0 0 v 25.1545 -33.9523 59.052 0.391367 -0.682612 -0.617149 0 0 v 18.4588 -36.9943 58.8558 0.291433 -0.740681 -0.605358 0 0 v 31.3063 -29.7148 59.0738 0.496748 -0.578859 -0.646656 0 0 v 30.4476 -33.2785 62.2473 0.481821 -0.688441 -0.542124 0 0 v 25.7957 -30.4678 56.1425 0.391332 -0.559518 -0.730616 0 0 v 33.0469 -35.4339 68.3083 0.543499 -0.730891 -0.412804 0 0 v 35.4298 -31.9571 65.8068 0.600575 -0.659768 -0.451681 0 0 v 36.3294 -28.2494 62.3475 0.620246 -0.55978 -0.549492 0 0 v 40.5018 -26.0663 65.8696 0.760018 -0.508725 -0.404439 0 0 v 30.783 -26.1292 56.1425 0.472494 -0.42697 -0.771003 0 0 v 35.9898 -24.6123 59.0738 0.59883 -0.42137 -0.681065 0 0 v 38.9068 -18.9284 59.0738 0.667369 -0.222529 -0.710703 0 0 v 40.3956 -22.4238 62.3401 0.734387 -0.376594 -0.56467 0 0 v 34.2548 -21.128 56.1425 0.531137 -0.268333 -0.803674 0 0 v 43.749 -19.6575 65.8621 0.863762 -0.288733 -0.412976 0 0 v 42.4997 -16.1573 62.3401 0.800038 -0.131439 -0.585375 0 0 v 44.8532 -12.9424 65.8621 0.907366 4.88135e-007 -0.420341 0 0 v 36.0347 -15.7179 56.1425 0.562199 -0.0906506 -0.822019 0 0 v 39.8872 -12.9424 59.0738 0.691893 -8.42547e-009 -0.722 0 0 v 38.9068 -6.95645 59.0738 0.667369 0.222529 -0.710704 0 0 v 42.4997 -9.72756 62.3401 0.800038 0.131439 -0.585374 0 0 v 36.0347 -10.1669 56.1425 0.562199 0.0906509 -0.822019 0 0 v 43.749 -6.22737 65.8621 0.863761 0.288732 -0.412977 0 0 v 40.3956 -3.46106 62.3401 0.733874 0.377821 -0.564518 0 0 v 40.464 0.148806 65.8621 0.750708 0.529718 -0.39476 0 0 v 34.2548 -4.75686 56.1425 0.531137 0.268332 -0.803674 0 0 v 35.9898 -1.27255 59.0738 0.599404 0.421774 -0.68031 0 0 v 31.3063 3.82991 59.0738 0.500419 0.583129 -0.639954 0 0 v 36.2916 2.33193 62.3401 0.622882 0.573724 -0.531845 0 0 v 30.783 0.2444 56.1425 0.472494 0.426971 -0.771003 0 0 v 35.1894 5.87273 65.8621 0.602973 0.704744 -0.373846 0 0 v 30.3961 7.35727 62.3401 0.488495 0.717142 -0.497071 0 0 v 28.1782 10.6478 65.8613 0.448917 0.81958 -0.356036 0 0 v 25.7957 4.58294 56.1425 0.389784 0.561314 -0.730065 0 0 v 25.082 8.08531 59.0734 0.385268 0.70145 -0.599614 0 0 v 17.7336 11.2877 59.0694 0.262832 0.780137 -0.567719 0 0 v 23.0502 11.3665 62.3373 0.352156 0.809948 -0.469009 0 0 v 19.589 8.03847 56.1416 0.292592 0.661413 -0.690595 0 0 v 19.8886 14.2529 65.8533 0.300133 0.889611 -0.344255 0 0 v 14.7277 14.1566 62.3264 0.213201 0.866779 -0.45082 0 0 v 10.8005 16.4938 65.8349 0.151676 0.928485 -0.338985 0 0 v 12.5788 10.4244 56.1381 0.184617 0.727834 -0.660435 0 0 v 9.69549 13.2048 58.9753 0.134114 0.825587 -0.548106 0 0 v 1.31948 13.6032 58.5452 0.0351732 0.817334 -0.575089 0 0 v 5.85052 15.5345 62.2279 0.0707953 0.891855 -0.446748 0 0 v 5.12222 11.3357 55.6244 0.0821262 0.764903 -0.638889 0 0 v 1.31948 17.2638 65.8234 -1.87682e-007 0.940362 -0.340176 0 0 v 14.414 -33.0835 53.5815 0.220117 -0.596926 -0.77151 0 0 v 14.6815 -29.7342 51.4139 0.251012 -0.520239 -0.816299 0 0 v 20.1186 -30.4589 53.6208 0.30295 -0.520929 -0.798032 0 0 v 8.97473 -25.1147 47.5221 0.241982 -0.412577 -0.878194 0 0 v 13.772 -26.347 49.4185 0.25073 -0.385902 -0.887814 0 0 v 9.86173 -28.3709 49.4185 0.18898 -0.475277 -0.859301 0 0 v 17.1217 -23.6358 49.4185 0.290691 -0.287068 -0.912738 0 0 v 19.2538 -26.9753 51.4183 0.282051 -0.37574 -0.882761 0 0 v 11.688 -23.1159 47.5221 0.286699 -0.31413 -0.905056 0 0 v 25.0632 -26.9179 53.6251 0.369381 -0.412302 -0.832806 0 0 v 22.9497 -23.5013 51.4183 0.36645 -0.306788 -0.878405 0 0 v 28.7966 -22.6663 53.6251 0.418356 -0.281999 -0.863397 0 0 v 13.8903 -20.5974 47.5221 0.312316 -0.215108 -0.925304 0 0 v 19.6465 -20.3827 49.4185 0.31427 -0.187402 -0.930653 0 0 v 21.2189 -16.7589 49.4185 0.325732 -0.0920616 -0.940969 0 0 v 25.5224 -19.4967 51.4183 0.343819 -0.16096 -0.925138 0 0 v 15.4233 -17.6941 47.5221 0.324137 -0.124806 -0.937741 0 0 v 31.1218 -17.9302 53.6251 0.446876 -0.142769 -0.88313 0 0 v 26.8415 -15.1648 51.4183 0.40923 -0.0611354 -0.910381 0 0 v 31.9033 -12.9424 53.6251 0.456273 3.44314e-007 -0.88984 0 0 v 16.2093 -14.5536 47.5221 0.328678 -0.0403904 -0.943578 0 0 v 21.7475 -12.9424 49.4185 0.329168 4.65781e-009 -0.944271 0 0 v 21.219 -9.12598 49.4185 0.325732 0.0920617 -0.940969 0 0 v 26.8415 -10.72 51.4183 0.354216 0.0529266 -0.933665 0 0 v 16.2093 -11.3313 47.5221 0.328678 0.0403904 -0.943578 0 0 v 31.1218 -7.95462 53.6251 0.446876 0.142768 -0.88313 0 0 v 25.5224 -6.38811 51.4183 0.395531 0.185133 -0.8996 0 0 v 28.7966 -3.21852 53.6251 0.418355 0.282 -0.863397 0 0 v 15.4233 -8.19071 47.5221 0.324137 0.124806 -0.937741 0 0 v 19.6465 -5.50214 49.4185 0.31427 0.187402 -0.930653 0 0 v 17.1217 -2.249 49.4185 0.290691 0.287069 -0.912738 0 0 v 22.9497 -2.38352 51.4183 0.32115 0.26892 -0.908044 0 0 v 13.8903 -5.28749 47.5221 0.312316 0.215108 -0.925304 0 0 v 25.0632 1.03309 53.6251 0.369381 0.412302 -0.832806 0 0 v 19.2538 1.09041 51.4183 0.318037 0.424151 -0.847908 0 0 v 20.1041 4.57759 53.625 0.301026 0.524935 -0.796132 0 0 v 11.688 -2.76897 47.5221 0.286699 0.31413 -0.905056 0 0 v 13.772 0.462106 49.4185 0.25073 0.385902 -0.887814 0 0 v 9.86173 2.48606 49.4185 0.18898 0.475277 -0.859301 0 0 v 14.667 3.85297 51.4182 0.225085 0.471001 -0.852933 0 0 v 8.97473 -0.770115 47.5221 0.241982 0.412577 -0.878194 0 0 v 14.2689 7.23427 53.6242 0.214497 0.612463 -0.760841 0 0 v 9.52313 5.74602 51.4178 0.167158 0.599381 -0.782816 0 0 v 7.9189 8.82482 53.5375 0.151728 0.654868 -0.740356 0 0 v 5.98913 0.586594 47.5221 0.171256 0.499252 -0.849364 0 0 v 5.65901 3.75146 49.4185 0.137388 0.526457 -0.839028 0 0 v 1.31948 4.6029 49.4185 0.102821 0.560156 -0.821981 0 0 v 4.08655 6.83498 51.3325 0.106363 0.597265 -0.79496 0 0 v 2.88878 1.41576 47.5221 0.112809 0.541948 -0.832806 0 0 v 1.31948 9.32852 52.9419 0.109704 0.680781 -0.724225 0 0 v 56.5144 -24.9038 125.915 0.0199389 -0.237954 0.971072 0 0 v 57.7415 -25.1226 125.722 0.207881 -0.323222 0.923208 0 0 v 58.0207 -24.1679 125.833 0.260383 -0.0244367 0.965196 0 0 v 56.7685 -24.0375 126.015 0.0545066 -0.00716099 0.998488 0 0 v 58.2523 -26.1484 124.944 0.337521 -0.613072 0.714298 0 0 v 58.826 -25.2635 125.268 0.437368 -0.394114 0.808321 0 0 v 57.2679 -26.021 125.357 0.162657 -0.542957 0.823857 0 0 v 59.9828 -24.4514 124.668 0.703029 -0.117203 0.701437 0 0 v 59.1053 -24.3088 125.378 0.507899 -0.0643638 0.859008 0 0 v 59.7287 -25.3177 124.568 0.627832 -0.419466 0.655649 0 0 v 58.0993 -23.1929 125.683 0.297789 0.241943 0.923464 0 0 v 59.0837 -23.3203 125.27 0.507186 0.234408 0.829346 0 0 v 37.9646 -20.8559 104.182 -0.496096 -0.654306 0.570764 0 0 v 41.3582 -20.9811 107.513 -0.697954 -0.262973 0.666112 0 0 v 37.9168 -19.4258 104.649 -0.530948 0.153079 0.833463 0 0 v 39.1471 -21.7318 102.926 -0.140923 -0.985148 0.0981021 0 0 v 41.8203 -21.8947 106.904 -0.431889 -0.865497 0.253745 0 0 v 47.3198 -23.4351 113.445 -0.511068 -0.84909 0.133626 0 0 v 44.6073 -22.2962 110.644 -0.672057 -0.608366 0.422174 0 0 v 45.2865 -22.81 110.084 -0.198899 -0.978209 -0.0595513 0 0 v 44.5131 -21.4033 110.936 -0.724917 0.169822 0.667575 0 0 v 46.8662 -22.6653 113.868 -0.813509 -0.269487 0.515344 0 0 v 40.7392 -21.4641 101.612 0.378637 -0.88863 -0.258788 0 0 v 42.879 -22.0887 106.044 0.0867325 -0.976366 -0.197955 0 0 v 41.8427 -20.0674 101.112 0.846548 -0.251666 -0.469065 0 0 v 43.9698 -21.4216 105.414 0.581216 -0.650097 -0.48945 0 0 v 49.2764 -23.0081 112.59 0.522698 -0.596352 -0.609221 0 0 v 46.3025 -22.552 109.533 0.315679 -0.848854 -0.424021 0 0 v 46.9995 -21.7784 109.306 0.772589 -0.182937 -0.607981 0 0 v 48.2839 -23.5722 112.933 0.0750255 -0.936192 -0.343388 0 0 v 41.6731 -18.4955 101.65 0.757225 0.627499 -0.181262 0 0 v 44.3105 -20.31 105.449 0.843061 0.293995 -0.45035 0 0 v 40.3895 -17.7904 102.981 0.276419 0.939137 0.203993 0 0 v 43.7059 -19.3899 106.132 0.50227 0.862229 -0.0654655 0 0 v 48.9399 -21.3249 113.136 0.43853 0.881153 -0.176806 0 0 v 46.8013 -20.8746 109.637 0.671144 0.670741 -0.315711 0 0 v 46.018 -20.3499 110.237 0.214307 0.97067 0.108958 0 0 v 49.5388 -22.1092 112.671 0.748232 0.369041 -0.551324 0 0 v 38.8065 -18.181 104.22 -0.146371 0.789035 0.596657 0 0 v 42.6319 -19.2449 106.992 -0.0177098 0.932489 0.360764 0 0 v 41.6835 -19.9184 107.548 -0.479274 0.550649 0.683434 0 0 v 47.1287 -21.7663 113.949 -0.606889 0.558707 0.565271 0 0 v 45.106 -20.6188 110.748 -0.333539 0.794688 0.507171 0 0 v 47.9759 -21.1877 113.647 -0.135618 0.946703 0.292167 0 0 v 48.4283 -23.73 115.751 -0.761634 -0.599573 0.245815 0 0 v 48.86 -23.6056 117.333 -0.951634 -0.215862 0.218624 0 0 v 48.2673 -22.6843 116.074 -0.846618 0.187636 0.498026 0 0 v 49.3255 -24.3305 115.218 -0.243359 -0.943308 -0.225714 0 0 v 49.5738 -24.7149 116.779 -0.601157 -0.786354 -0.14233 0 0 v 49.9716 -25.696 118.07 -0.648124 -0.63391 -0.422011 0 0 v 49.2934 -24.6326 117.929 -0.865384 -0.470911 -0.17133 0 0 v 50.7062 -25.5483 117.156 -0.342081 -0.764018 -0.547045 0 0 v 49.0323 -23.0296 118.411 -0.961638 0.272492 0.0316209 0 0 v 48.9012 -24.0491 118.882 -0.983393 -0.114738 -0.140618 0 0 v 50.6175 -24.026 114.752 0.268962 -0.772813 -0.574821 0 0 v 51.0446 -24.9074 116.151 -0.00193022 -0.824049 -0.566516 0 0 v 51.4782 -23.1183 114.608 0.655659 -0.104349 -0.747812 0 0 v 52.537 -24.0869 115.765 0.37835 -0.462329 -0.801937 0 0 v 54.4025 -24.7493 116.579 0.198049 -0.312643 -0.928995 0 0 v 52.7242 -25.0737 116.492 0.108855 -0.573965 -0.811612 0 0 v 54.0641 -23.6766 116.304 0.354018 0.00358902 -0.935232 0 0 v 52.1721 -25.976 117.149 -0.0991697 -0.653588 -0.750325 0 0 v 51.1893 -22.0601 114.963 0.552073 0.693552 -0.462818 0 0 v 52.9169 -22.7871 115.913 0.530391 0.389294 -0.753084 0 0 v 50.1642 -21.4472 115.528 0.111634 0.993014 -0.0382335 0 0 v 51.9944 -21.6578 116.522 0.278697 0.860629 -0.426199 0 0 v 53.6034 -21.139 117.703 0.10475 0.758664 -0.643006 0 0 v 53.6123 -22.0554 116.839 0.285856 0.623451 -0.727733 0 0 v 52.0088 -21.1215 117.666 -0.0600012 0.912986 -0.403554 0 0 v 54.975 -22.8145 116.801 0.289131 0.367693 -0.883858 0 0 v 49.0001 -21.7641 115.962 -0.445108 0.820538 0.358602 0 0 v 50.5236 -21.4652 117.149 -0.25805 0.966021 0.0146334 0 0 v 49.2399 -22.3058 117.482 -0.739487 0.614105 0.275742 0 0 v 49.4737 -22.1143 119.103 -0.781458 0.617645 -0.0885353 0 0 v 50.1815 -21.6143 118.276 -0.560528 0.825373 -0.0675763 0 0 v 51.4029 -20.8589 118.624 -0.34375 0.890906 -0.296853 0 0 v 49.2685 -25.2961 119.098 -0.865222 -0.465744 -0.185672 0 0 v 48.8775 -24.399 120.155 -0.981261 -0.177733 0.0744178 0 0 v 48.9081 -23.0757 119.761 -0.960825 0.277076 0.00659726 0 0 v 51.2298 -26.5611 118.031 -0.343733 -0.755602 -0.557597 0 0 v 50.258 -26.519 119.114 -0.623353 -0.739105 -0.255256 0 0 v 50.9009 -27.1846 120.366 -0.544587 -0.838699 0.00292323 0 0 v 49.5238 -25.865 120.327 -0.819916 -0.567035 0.0788052 0 0 v 51.9108 -27.401 119.032 -0.280182 -0.886294 -0.368756 0 0 v 49.0864 -23.1655 121.13 -0.926589 0.235652 0.293088 0 0 v 49.3022 -24.7319 121.568 -0.893682 -0.251339 0.371701 0 0 v 54.0293 -25.8979 117.106 0.0981968 -0.561781 -0.821438 0 0 v 53.096 -26.8761 117.927 -0.0413294 -0.758304 -0.650589 0 0 v 55.8906 -23.9584 116.839 0.327974 0.0097018 -0.944637 0 0 v 55.9724 -25.2918 117.188 0.290836 -0.393159 -0.872262 0 0 v 57.5178 -25.7601 118.133 0.431121 -0.506338 -0.746831 0 0 v 55.3166 -26.5915 117.904 0.197577 -0.684714 -0.70152 0 0 v 57.5825 -24.2312 117.577 0.483658 -0.0437452 -0.874163 0 0 v 54.1871 -27.5959 118.992 0.0486099 -0.881226 -0.47019 0 0 v 55.272 -21.7135 117.583 0.259257 0.613264 -0.746119 0 0 v 56.7148 -22.798 117.472 0.398511 0.379897 -0.834786 0 0 v 53.0525 -20.424 118.731 -0.0757119 0.898592 -0.432203 0 0 v 54.9521 -20.6418 118.636 0.181629 0.813125 -0.553027 0 0 v 56.3421 -20.379 119.81 0.29995 0.870675 -0.389814 0 0 v 56.8345 -21.5022 118.482 0.389044 0.661608 -0.641031 0 0 v 54.137 -19.9367 119.88 0.00328562 0.964711 -0.26329 0 0 v 58.3798 -22.8733 118.46 0.570467 0.38744 -0.724195 0 0 v 50.5112 -21.1117 119.575 -0.56374 0.819889 -0.0998928 0 0 v 52.1142 -20.2847 119.823 -0.307824 0.939588 -0.149727 0 0 v 49.62 -21.9053 120.439 -0.770489 0.628413 0.106976 0 0 v 50.1642 -21.8451 121.896 -0.7024 0.600577 0.382023 0 0 v 51.0417 -20.7757 120.905 -0.520761 0.843443 0.131953 0 0 v 53.0558 -19.9677 121.184 -0.238175 0.967964 0.0794836 0 0 v 50.3337 -26.3362 121.835 -0.706272 -0.621921 0.338223 0 0 v 50.4157 -25.0508 123.239 -0.741921 -0.295322 0.601945 0 0 v 49.85 -23.3487 122.722 -0.811469 0.174054 0.557873 0 0 v 52.9766 -28.0352 120.403 -0.193414 -0.970555 -0.143574 0 0 v 52.1016 -27.6366 121.971 -0.431871 -0.869237 0.240653 0 0 v 53.7413 -27.6168 123.576 -0.247323 -0.820051 0.516089 0 0 v 51.7838 -26.5972 123.49 -0.535327 -0.625252 0.567878 0 0 v 54.4067 -28.2835 122.069 -0.0827468 -0.989856 0.115493 0 0 v 51.3037 -23.6322 124.37 -0.627328 0.097783 0.772592 0 0 v 52.194 -25.2423 124.74 -0.489794 -0.318097 0.811737 0 0 v 56.7472 -27.1378 119.153 0.302895 -0.792183 -0.529813 0 0 v 55.5672 -28.0695 120.523 0.137766 -0.955721 -0.260036 0 0 v 59.2564 -24.5243 118.789 0.661359 -0.108649 -0.742159 0 0 v 59.0796 -26.1331 119.616 0.564955 -0.603863 -0.562294 0 0 v 60.1461 -26.2387 121.415 0.706685 -0.683103 -0.184299 0 0 v 58.1487 -27.3929 120.829 0.411035 -0.867547 -0.280022 0 0 v 60.6389 -24.7992 120.467 0.852716 -0.189101 -0.486946 0 0 v 56.9222 -28.0154 122.246 0.252711 -0.964765 0.0732525 0 0 v 58.4305 -21.5044 119.792 0.534051 0.69303 -0.484251 0 0 v 59.9894 -23.0891 119.961 0.746246 0.374855 -0.550091 0 0 v 55.4455 -19.7729 121.339 0.0959827 0.993845 -0.055321 0 0 v 57.8417 -20.4595 121.385 0.417718 0.889181 -0.18673 0 0 v 59.0069 -21.0295 123.039 0.561125 0.809442 0.173039 0 0 v 59.8191 -21.802 121.462 0.692584 0.683053 -0.231873 0 0 v 56.8567 -20.0835 122.998 0.20508 0.956649 0.206799 0 0 v 60.98 -23.4443 121.732 0.94313 0.295855 -0.151577 0 0 v 52.0171 -20.7028 122.473 -0.442462 0.816434 0.371031 0 0 v 54.3761 -20.0266 122.834 -0.152945 0.939433 0.306713 0 0 v 51.3255 -22.0068 123.584 -0.588178 0.531674 0.609402 0 0 v 53.0279 -22.448 125.058 -0.384438 0.390439 0.83652 0 0 v 53.4543 -21.0063 124.124 -0.323448 0.726376 0.606432 0 0 v 55.8261 -20.6309 124.369 -0.0140541 0.798784 0.601454 0 0 v 53.771 -26.4255 124.809 -0.268648 -0.559897 0.783801 0 0 v 54.466 -25.1983 125.627 -0.209269 -0.3106 0.927218 0 0 v 53.3744 -23.9803 125.537 -0.336866 -0.00623609 0.941532 0 0 v 55.9321 -27.8178 123.635 0.0761318 -0.888075 0.45335 0 0 v 55.5991 -26.9364 124.771 -0.0393391 -0.680368 0.731814 0 0 v 55.9162 -25.8555 125.543 -0.0384597 -0.463481 0.885272 0 0 v 57.1928 -26.8067 124.743 0.19997 -0.695901 0.689735 0 0 v 55.5159 -24.3075 125.988 -0.0824464 -0.0887896 0.992632 0 0 v 59.0162 -27.0859 122.615 0.511036 -0.845566 0.154469 0 0 v 57.8929 -27.2273 123.811 0.342599 -0.831094 0.438073 0 0 v 61.0674 -24.9488 122.319 0.957541 -0.280071 0.0683768 0 0 v 60.2452 -25.931 123.209 0.714032 -0.628497 0.308464 0 0 v 59.1844 -26.2736 124.174 0.513681 -0.678983 0.524513 0 0 v 60.5118 -24.9451 123.897 0.791315 -0.289999 0.538258 0 0 v 60.3881 -22.4767 123.139 0.815036 0.519974 0.255623 0 0 v 60.843 -23.9145 123.439 0.914707 0.117115 0.386775 0 0 v 57.9442 -21.0576 124.404 0.338698 0.741267 0.579489 0 0 v 59.3995 -22.1469 124.392 0.614401 0.538485 0.576668 0 0 v 60.0326 -23.3991 124.504 0.727658 0.241694 0.641948 0 0 v 58.4908 -22.4132 125.247 0.397989 0.413479 0.818926 0 0 v 55.1429 -21.8163 125.333 -0.119512 0.510018 0.851821 0 0 v 57.1057 -21.856 125.351 0.141238 0.523177 0.840439 0 0 v 55.0638 -23.1819 125.858 -0.138897 0.205881 0.96867 0 0 v 56.7644 -22.981 125.873 0.0689321 0.266078 0.961484 0 0 v 11.0822 -1.256 46.1522 0.510245 0.707413 0.489097 0 0 v 10.1767 0.184685 44.7367 0.444149 0.778113 0.444154 0 0 v 8.00871 0.522858 46.1521 0.364606 0.815886 0.448768 0 0 v 13.7187 -3.59722 46.1527 0.621962 0.566206 0.540901 0 0 v 13.226 -1.97794 44.7372 0.572182 0.659784 0.487128 0 0 v 14.5618 -1.29252 41.5889 0.609865 0.720998 0.328979 0 0 v 12.3958 -0.426533 43.2307 0.529179 0.755485 0.386279 0 0 v 15.3088 -2.90915 43.232 0.652207 0.628224 0.424218 0 0 v 8.95926 1.51561 43.2306 0.374594 0.856916 0.354083 0 0 v 11.2226 1.02798 41.5883 0.466369 0.831161 0.302774 0 0 v 15.7009 -6.34634 46.1586 0.703251 0.390383 0.594171 0 0 v 15.6798 -4.58318 44.7389 0.671934 0.506221 0.540597 0 0 v 16.9076 -9.43337 46.2011 0.760957 0.197635 0.617968 0 0 v 17.3636 -7.52261 44.7698 0.748605 0.31467 0.583587 0 0 v 19.0618 -7.00631 41.6031 0.842111 0.381574 0.381117 0 0 v 17.4878 -5.71492 43.2406 0.756685 0.457141 0.467386 0 0 v 18.8075 -8.77624 43.292 0.832835 0.236165 0.500611 0 0 v 17.2269 -4.02736 41.5915 0.734086 0.578447 0.355692 0 0 v 17.2181 -12.7887 46.345 0.79094 0.00054568 0.611893 0 0 v 18.1569 -10.7894 44.8846 0.79475 0.127662 0.593358 0 0 v 16.565 -16.2467 46.6405 0.778025 -0.196288 0.596782 0 0 v 17.6993 -14.6076 45.7048 0.744941 -0.0599162 0.664435 0 0 v 19.09 -15.3319 44.9715 0.314388 0.238189 0.918927 0 0 v 18.9726 -13.6255 44.5 0.643968 0.242207 0.7257 0 0 v 17.8843 -16.4964 45.4666 0.406319 -0.10282 0.907928 0 0 v 20.4955 -12.5749 41.7899 0.840637 0.404238 0.360445 0 0 v 19.3574 -11.8189 43.3654 0.818103 0.206283 0.5368 0 0 v 20.2975 -13.5294 43.1994 0.587574 0.594301 0.549147 0 0 v 19.9758 -10.1497 41.6364 0.89936 0.18076 0.398092 0 0 v 15.522 -19.5273 46.3435 0.714312 -0.386837 0.583195 0 0 v 16.8191 -18.0809 45.7059 0.692834 -0.309397 0.651349 0 0 v 13.6686 -22.2942 46.1986 0.623508 -0.565644 0.539708 0 0 v 15.477 -21.3906 44.8805 0.662628 -0.521711 0.537347 0 0 v 16.8832 -22.2765 41.6302 0.70107 -0.620658 0.35112 0 0 v 17.0548 -20.8647 43.3671 0.619606 -0.616359 0.485994 0 0 v 15.1535 -23.1208 43.2857 0.645726 -0.628903 0.433034 0 0 v 18.651 -19.8458 43.2565 0.313615 -0.812298 0.49175 0 0 v 17.5033 -19.3573 44.5157 0.469917 -0.54729 0.692569 0 0 v 18.4258 -20.6131 41.8127 0.539727 -0.789656 0.291786 0 0 v 18.414 -17.9309 44.9944 0.208836 -0.364413 0.907519 0 0 v 11.0772 -24.6295 46.1568 0.510151 -0.707431 0.489169 0 0 v 13.1854 -23.9247 44.7655 0.570772 -0.659893 0.488631 0 0 v 8.00871 -26.4077 46.1521 0.364606 -0.815886 0.448768 0 0 v 10.1767 -26.0695 44.7367 0.443782 -0.778362 0.444084 0 0 v 11.2226 -26.9128 41.5883 0.464521 -0.832283 0.30253 0 0 v 12.3803 -25.4728 43.2361 0.525129 -0.757705 0.387457 0 0 v 8.95926 -27.4005 43.2306 0.374594 -0.856916 0.354083 0 0 v 14.493 -24.6761 41.5967 0.60112 -0.728903 0.327651 0 0 v 5.98913 -26.4714 47.5221 0.282282 -0.856474 0.432169 0 0 v 4.71504 -27.4784 46.1521 0.187736 -0.888505 0.418706 0 0 v 6.76035 -27.5795 44.7367 0.278385 -0.868704 0.4097 0 0 v 1.31948 -27.832 46.1521 1.86471e-009 -0.912789 0.408431 0 0 v 3.15419 -28.3333 44.7367 0.0943073 -0.915961 0.390028 0 0 v 2.88878 -27.1373 47.5221 0.0953876 -0.906667 0.41092 0 0 v 3.38529 -29.3894 41.5883 0.097467 -0.959165 0.265523 0 0 v 5.21416 -28.5892 43.2306 0.19121 -0.924428 0.329958 0 0 v 1.31948 -28.9873 43.2306 -9.32779e-010 -0.946779 0.321885 0 0 v 7.43173 -28.5582 41.5883 0.288333 -0.916044 0.278797 0 0 v 13.4392 0.245803 39.7646 0.55342 0.796965 0.242021 0 0 v 11.964 1.64865 37.7966 0.480642 0.861091 0.16585 0 0 v 9.71553 2.32645 39.7645 0.38635 0.894949 0.223161 0 0 v 16.5648 -2.39908 39.7659 0.694446 0.67216 0.256798 0 0 v 15.504 -0.812733 37.7971 0.639104 0.748726 0.175942 0 0 v 15.9258 -0.605006 33.5792 0.656036 0.754256 0.0267224 0 0 v 14.0686 0.662903 35.7224 0.569824 0.815485 0.101415 0 0 v 17.3154 -2.13163 35.7231 0.72556 0.680665 0.101285 0 0 v 10.1729 2.83581 35.7223 0.392902 0.914708 0.0945326 0 0 v 12.2979 1.93785 33.579 0.487461 0.872707 0.0276446 0 0 v 18.8891 -5.37553 39.7684 0.82485 0.498825 0.266076 0 0 v 18.3049 -3.74181 37.7989 0.782686 0.596501 0.177734 0 0 v 20.3219 -8.62096 39.765 0.924798 0.262955 0.274962 0 0 v 20.2269 -7.01954 37.793 0.906652 0.382426 0.178136 0 0 v 20.7219 -7.1584 33.5769 0.926804 0.375258 0.0146816 0 0 v 19.7099 -5.34277 35.7228 0.864789 0.493005 0.0953172 0 0 v 21.1821 -8.91777 35.7074 0.961786 0.254515 0.100942 0 0 v 18.7791 -3.68797 33.5798 0.807667 0.589334 0.0189824 0 0 v 20.9066 -11.8463 39.8593 0.94816 0.20239 0.245012 0 0 v 21.2137 -10.6567 37.7602 0.969779 0.152571 0.190395 0 0 v 21.4147 -13.6203 40.5448 0.810739 0.585338 -0.00901788 0 0 v 21.4782 -13.7852 38.7885 0.982193 0.187778 -0.00597647 0 0 v 21.2853 -16.8896 37.6689 0.936966 -0.242937 -0.251151 0 0 v 21.5157 -14.8911 36.9158 0.997356 -0.071214 0.0144653 0 0 v 21.7679 -15.6102 38.5906 0.860857 0.143822 -0.488098 0 0 v 21.7513 -14.8414 33.3757 0.993389 -0.11398 0.0136478 0 0 v 21.7051 -12.8061 35.5845 0.995884 0.0126131 0.0897608 0 0 v 21.3031 -16.7943 35.14 0.967002 -0.249257 0.052701 0 0 v 21.71 -10.9226 33.5624 0.991299 0.129869 0.0214465 0 0 v 21.0659 -18.2946 38.6134 0.710508 -0.538172 -0.453376 0 0 v 19.9307 -19.7728 38.8041 0.769754 -0.637431 -0.0340536 0 0 v 20.5444 -18.6645 36.9169 0.907146 -0.420813 0.00166434 0 0 v 18.5123 -21.1881 39.8611 0.722111 -0.6623 0.199786 0 0 v 19.7421 -20.0218 40.6018 0.500601 -0.86528 -0.0262684 0 0 v 16.4535 -23.6242 39.7587 0.692607 -0.67747 0.247648 0 0 v 18.2333 -22.2119 37.756 0.772929 -0.610505 0.172816 0 0 v 18.7715 -22.1967 33.5611 0.808106 -0.588643 0.0215517 0 0 v 19.7116 -20.5192 35.5827 0.865507 -0.494766 0.0781303 0 0 v 17.3078 -23.753 35.7043 0.727555 -0.678481 0.101623 0 0 v 20.7571 -18.6814 33.3753 0.92448 -0.381089 0.0103427 0 0 v 13.4281 -26.1445 39.7639 0.550298 -0.799805 0.239757 0 0 v 15.4897 -25.0859 37.7885 0.639821 -0.749007 0.172098 0 0 v 9.71554 -28.2113 39.7645 0.38635 -0.894949 0.223161 0 0 v 11.964 -27.5335 37.7966 0.480514 -0.861164 0.165842 0 0 v 12.2979 -27.8227 33.5791 0.487507 -0.872681 0.027645 0 0 v 14.0679 -26.5477 35.7205 0.570327 -0.815157 0.101228 0 0 v 10.1729 -28.7207 35.7223 0.392902 -0.914708 0.0945329 0 0 v 15.9243 -25.2798 33.5755 0.656481 -0.753853 0.0271633 0 0 v 5.61152 -29.4962 39.7645 0.195873 -0.958211 0.208484 0 0 v 7.90818 -29.2783 37.7966 0.294365 -0.943325 0.153256 0 0 v 1.31948 -29.9308 39.7645 9.32882e-010 -0.97904 0.203669 0 0 v 3.54939 -30.1664 37.7966 0.0994516 -0.984209 0.146432 0 0 v 3.62343 -30.5284 33.5791 0.100364 -0.994647 0.024569 0 0 v 5.85206 -30.0658 35.7223 0.198605 -0.976059 0.0886822 0 0 v 1.31948 -30.5232 35.7223 0 -0.996227 0.0867864 0 0 v 8.12307 -29.6138 33.579 0.29706 -0.954515 0.0256416 0 0 v 14.1765 0.733325 31.4043 0.574876 0.817078 -0.0435976 0 0 v 12.1539 1.81179 29.2297 0.485747 0.867988 -0.103184 0 0 v 10.2517 2.92583 31.4043 0.394152 0.918185 -0.0397601 0 0 v 17.4402 -2.1174 31.4045 0.736724 0.674264 -0.0510497 0 0 v 15.7416 -0.7148 29.2297 0.655319 0.746874 -0.112854 0 0 v 15.0487 -1.09542 25.0062 0.642704 0.730404 -0.231174 0 0 v 13.767 0.450276 27.0865 0.568632 0.805558 -0.166531 0 0 v 16.9475 -2.34194 27.0865 0.727893 0.66134 -0.18111 0 0 v 9.95418 2.58582 27.0865 0.390563 0.90764 -0.153785 0 0 v 11.6087 1.33453 25.0062 0.478244 0.851871 -0.213539 0 0 v 19.8368 -5.43596 31.4044 0.873716 0.482644 -0.0606192 0 0 v 18.5629 -3.80769 29.2297 0.806538 0.577867 -0.124764 0 0 v 21.3002 -9.08106 31.4014 0.965699 0.25182 -0.0633379 0 0 v 20.4806 -7.29601 29.2294 0.920435 0.36715 -0.134163 0 0 v 19.6199 -7.46996 25.0062 0.896021 0.356354 -0.264873 0 0 v 19.2872 -5.61168 27.0865 0.86026 0.470994 -0.195239 0 0 v 20.7164 -9.19787 27.0865 0.947503 0.245634 -0.204701 0 0 v 17.7663 -4.08558 25.0062 0.788147 0.562536 -0.249755 0 0 v 21.7958 -12.9152 31.3768 0.997994 0.00554921 -0.0630704 0 0 v 21.4509 -11.0274 29.228 0.982454 0.126021 -0.137485 0 0 v 21.3244 -16.7692 31.2879 0.965348 -0.250091 -0.0745512 0 0 v 21.4551 -14.8454 29.2093 0.982181 -0.123182 -0.141942 0 0 v 20.5592 -14.7931 25.0062 0.954174 -0.121586 -0.273437 0 0 v 21.1948 -12.9424 27.0865 0.978081 -8.92586e-007 -0.208227 0 0 v 20.7164 -16.687 27.0865 0.947108 -0.245534 -0.206637 0 0 v 20.5592 -11.0918 25.0062 0.954175 0.121586 -0.273437 0 0 v 19.8371 -20.4443 31.3764 0.872344 -0.485159 -0.060306 0 0 v 20.4841 -18.5843 29.2093 0.919433 -0.368313 -0.137797 0 0 v 17.4387 -23.7674 31.4007 0.736993 -0.674009 -0.0505358 0 0 v 18.5622 -22.0771 29.2279 0.806495 -0.578012 -0.124373 0 0 v 17.7663 -21.7993 25.0062 0.788147 -0.562535 -0.249755 0 0 v 19.2872 -20.2732 27.0865 0.860233 -0.470979 -0.195391 0 0 v 16.9475 -23.5429 27.0865 0.727897 -0.661345 -0.181077 0 0 v 19.6199 -18.4149 25.0062 0.896021 -0.356354 -0.264873 0 0 v 14.1763 -26.6182 31.404 0.574934 -0.81704 -0.0435582 0 0 v 15.7415 -25.17 29.2293 0.655348 -0.746857 -0.112794 0 0 v 10.2517 -28.8107 31.4043 0.394152 -0.918185 -0.0397601 0 0 v 12.1539 -27.6966 29.2297 0.48575 -0.867986 -0.103184 0 0 v 11.6087 -27.2194 25.0062 0.478244 -0.851871 -0.213538 0 0 v 13.767 -26.3351 27.0865 0.568633 -0.805559 -0.166529 0 0 v 9.95418 -28.4707 27.0865 0.390563 -0.90764 -0.153785 0 0 v 15.0487 -24.7894 25.0062 0.642704 -0.730404 -0.231174 0 0 v 5.89352 -30.1665 31.4043 0.199146 -0.979257 -0.0373606 0 0 v 8.03038 -29.4676 29.2297 0.296067 -0.950356 -0.0957476 0 0 v 1.31948 -30.6279 31.4043 -1.58593e-008 -0.99933 -0.0365862 0 0 v 3.59149 -30.3706 29.2297 0.100018 -0.990745 -0.0917647 0 0 v 3.47054 -29.7734 25.0062 0.098792 -0.976699 -0.190521 0 0 v 5.73695 -29.7863 27.0865 0.197596 -0.969551 -0.14466 0 0 v 1.31948 -30.2325 27.0865 -1.20328e-007 -0.989909 -0.141703 0 0 v 7.67944 -28.9139 25.0062 0.292599 -0.935384 -0.198601 0 0 v 12.956 -0.10839 23.0204 0.554049 0.782382 -0.284445 0 0 v 10.7388 0.572977 21.1642 0.460269 0.815407 -0.351089 0 0 v 9.36476 1.91219 23.0204 0.38294 0.885291 -0.26385 0 0 v 15.9741 -2.76579 23.0204 0.705169 0.639073 -0.30712 0 0 v 13.9432 -1.70106 21.1642 0.612944 0.694219 -0.377305 0 0 v 12.3326 -2.58347 17.9815 0.531325 0.598337 -0.599738 0 0 v 11.7455 -0.942292 19.4729 0.513941 0.721805 -0.463533 0 0 v 14.5211 -3.39845 19.4729 0.645342 0.582413 -0.494296 0 0 v 8.48495 0.906689 19.4729 0.360294 0.82542 -0.434592 0 0 v 9.47139 -0.536588 17.9815 0.407407 0.714952 -0.56821 0 0 v 18.2069 -5.89491 23.0204 0.828899 0.45288 -0.328368 0 0 v 16.4962 -4.52054 21.1642 0.745251 0.53021 -0.404324 0 0 v 19.5768 -9.33907 23.0204 0.909351 0.235299 -0.343096 0 0 v 18.2488 -7.73105 21.1642 0.840991 0.333637 -0.425935 0 0 v 16.25 -8.11337 17.9806 0.703596 0.277375 -0.654229 0 0 v 16.5941 -6.31793 19.4728 0.749107 0.407674 -0.52215 0 0 v 17.8741 -9.55236 19.472 0.814338 0.209424 -0.54129 0 0 v 14.6457 -5.15426 17.9815 0.633571 0.448265 -0.630591 0 0 v 20.0357 -12.9424 23.0204 0.937473 -8.26445e-007 -0.348059 0 0 v 19.1398 -11.1797 21.1638 0.891609 0.11362 -0.43832 0 0 v 19.5768 -16.5458 23.0204 0.910421 -0.235576 -0.340057 0 0 v 19.1517 -14.709 21.1703 0.895497 -0.110811 -0.431053 0 0 v 17.1847 -14.6057 18.0421 0.753849 -0.0762918 -0.652603 0 0 v 18.3133 -12.9503 19.477 0.83819 0.0075033 -0.545327 0 0 v 17.9452 -16.3446 19.5107 0.826355 -0.213203 -0.521232 0 0 v 17.0655 -11.3174 17.977 0.738447 0.0955651 -0.667505 0 0 v 18.2069 -19.9899 23.0204 0.828997 -0.452932 -0.328051 0 0 v 18.2604 -18.1549 21.1703 0.842957 -0.337532 -0.418922 0 0 v 15.9741 -23.1191 23.0204 0.705149 -0.639056 -0.3072 0 0 v 16.4958 -21.3635 21.1638 0.744854 -0.530396 -0.404812 0 0 v 14.6413 -20.7225 17.977 0.631626 -0.449816 -0.631439 0 0 v 16.6038 -19.5647 19.477 0.747134 -0.414852 -0.519316 0 0 v 14.5202 -22.4848 19.472 0.64539 -0.581835 -0.494914 0 0 v 16.3656 -17.7829 18.0421 0.709336 -0.300316 -0.637693 0 0 v 12.956 -25.7765 23.0204 0.554048 -0.782379 -0.284454 0 0 v 13.9431 -24.1836 21.1642 0.612965 -0.694127 -0.37744 0 0 v 9.36476 -27.797 23.0204 0.382939 -0.885292 -0.26385 0 0 v 10.7388 -26.4578 21.1642 0.460276 -0.815402 -0.351091 0 0 v 9.47139 -25.3483 17.9815 0.407464 -0.714911 -0.568221 0 0 v 11.7454 -24.9424 19.4728 0.514019 -0.721695 -0.463618 0 0 v 8.48495 -26.7915 19.4729 0.360294 -0.82542 -0.434592 0 0 v 12.3317 -23.2998 17.9806 0.531542 -0.597729 -0.600153 0 0 v 5.42677 -29.033 23.0204 0.194295 -0.948871 -0.248782 0 0 v 7.11946 -28.0305 21.1642 0.283908 -0.900888 -0.328325 0 0 v 1.31948 -29.4492 23.0204 -2.24831e-007 -0.969809 -0.243867 0 0 v 3.27754 -28.8204 21.1642 0.0958241 -0.943994 -0.315743 0 0 v 2.99634 -27.4319 17.9815 0.0866685 -0.848314 -0.522352 0 0 v 4.96376 -27.9087 19.4729 0.184202 -0.892111 -0.412562 0 0 v 1.31948 -28.2799 19.4729 8.42257e-007 -0.914205 -0.405252 0 0 v 6.30358 -26.7434 17.9815 0.256217 -0.802257 -0.539199 0 0 v 10.0235 -2.12853 16.7254 0.416279 0.579024 -0.70103 0 0 v 7.74183 -2.04193 15.6751 0.316509 0.541968 -0.77852 0 0 v 7.2334 -0.523647 16.7254 0.301093 0.678367 -0.670195 0 0 v 12.4541 -4.29842 16.7254 0.509563 0.456582 -0.7293 0 0 v 10.1357 -3.78408 15.6738 0.396868 0.443723 -0.803496 0 0 v 7.53031 -5.18492 14.0614 0.282235 0.316888 -0.905497 0 0 v 7.81652 -3.62258 14.7938 0.305036 0.414855 -0.857233 0 0 v 9.8529 -5.42777 14.8019 0.364023 0.326511 -0.872283 0 0 v 5.66393 -2.28191 14.8144 0.238634 0.500586 -0.832146 0 0 v 5.684 -3.76432 14.0746 0.241373 0.382263 -0.891972 0 0 v 14.2996 -6.92034 16.7249 0.578731 0.312592 -0.753231 0 0 v 12.1328 -6.01471 15.6761 0.463822 0.326123 -0.823719 0 0 v 15.4476 -9.86233 16.7208 0.620087 0.157316 -0.768599 0 0 v 13.5373 -8.62218 15.6743 0.508071 0.200249 -0.837714 0 0 v 10.4374 -9.15232 14.0895 0.355534 0.147264 -0.922989 0 0 v 11.4362 -7.66023 14.8068 0.408868 0.223508 -0.8848 0 0 v 12.4269 -10.1281 14.8026 0.43665 0.117406 -0.891938 0 0 v 9.23969 -7.00453 14.0852 0.32846 0.232758 -0.915389 0 0 v 15.8827 -12.9819 16.7461 0.649859 0.0177807 -0.759847 0 0 v 14.2468 -11.455 15.6645 0.528927 0.0937439 -0.843474 0 0 v 15.8034 -16.0832 16.9143 0.670669 -0.1725 -0.72142 0 0 v 14.864 -14.5719 15.8994 0.675462 -0.0148186 -0.737246 0 0 v 13.7348 -14.9774 14.5402 0.905252 0.171926 -0.388536 0 0 v 13.6205 -13.7603 14.8796 0.640297 0.257598 -0.723646 0 0 v 14.1164 -15.9022 15.2962 0.785418 -0.202796 -0.584801 0 0 v 11.2304 -12.9427 13.8045 0.332213 0.487978 -0.807163 0 0 v 12.7205 -12.4563 14.687 0.462077 0.193831 -0.865399 0 0 v 12.3975 -13.6314 13.8703 0.505757 0.676553 -0.535244 0 0 v 11.0389 -11.3526 14.0829 0.365759 0.0975579 -0.925582 0 0 v 14.3481 -18.9532 16.7461 0.586873 -0.337329 -0.736064 0 0 v 14.1676 -17.2802 15.9004 0.621225 -0.318045 -0.716189 0 0 v 12.4497 -21.5783 16.7208 0.510535 -0.45576 -0.729134 0 0 v 12.0919 -19.9003 15.6639 0.456331 -0.353591 -0.816539 0 0 v 9.04766 -19.1887 14.0769 0.308451 -0.283796 -0.90792 0 0 v 11.1267 -18.6878 14.689 0.36847 -0.418989 -0.829866 0 0 v 9.78969 -20.5514 14.7966 0.363981 -0.336424 -0.868526 0 0 v 11.3529 -17.6653 13.8965 0.270396 -0.854379 -0.443759 0 0 v 12.5864 -17.7726 14.8874 0.505114 -0.545662 -0.668665 0 0 v 9.94182 -17.9573 13.816 0.166131 -0.643773 -0.746965 0 0 v 13.2815 -16.7268 14.5507 0.74497 -0.574783 -0.338591 0 0 v 10.023 -23.7555 16.7249 0.416633 -0.578833 -0.700977 0 0 v 10.1276 -22.1068 15.6713 0.397712 -0.446155 -0.80173 0 0 v 7.2334 -25.3612 16.7254 0.301093 -0.678367 -0.670194 0 0 v 7.74183 -23.8429 15.6751 0.316363 -0.5421 -0.778487 0 0 v 5.684 -22.1205 14.0746 0.240253 -0.383479 -0.891752 0 0 v 7.8102 -22.2717 14.7932 0.303308 -0.418434 -0.856106 0 0 v 5.66393 -23.6029 14.8144 0.238636 -0.500585 -0.832146 0 0 v 7.4919 -20.7616 14.0597 0.277263 -0.325744 -0.90389 0 0 v 4.30514 -26.3092 16.7254 0.157044 -0.748644 -0.644103 0 0 v 5.20092 -25.0118 15.682 0.209077 -0.630534 -0.747472 0 0 v 1.31948 -26.6167 16.7254 4.87652e-007 -0.771298 -0.636474 0 0 v 2.61976 -25.5666 15.6837 0.0695043 -0.679755 -0.730139 0 0 v 2.22749 -23.5768 14.1605 0.0488435 -0.524871 -0.849779 0 0 v 3.51248 -24.395 14.838 0.127638 -0.581314 -0.803606 0 0 v 1.31948 -24.6051 14.8315 -2.3321e-009 -0.599596 -0.800302 0 0 v 3.9726 -23.1457 14.1433 0.177994 -0.4676 -0.865834 0 0 v 5.28951 -5.25832 13.428 0.220506 0.289776 -0.931347 0 0 v 3.47605 -5.35803 13.0141 0.168047 0.261989 -0.950327 0 0 v 3.96546 -4.08131 13.5311 0.195401 0.352924 -0.915021 0 0 v 7.01095 -6.65213 13.469 0.258849 0.234722 -0.936965 0 0 v 4.89185 -6.6985 12.9571 0.191013 0.206154 -0.959695 0 0 v 3.31048 -8.65267 12.4499 0.102098 0.084043 -0.991218 0 0 v 3.09626 -7.34843 12.5668 0.117207 0.133907 -0.984038 0 0 v 4.67622 -7.98165 12.6909 0.161199 0.128818 -0.978479 0 0 v 1.31948 -7.12752 12.4454 3.6475e-006 0.145388 -0.989375 0 0 v 2.43978 -6.37958 12.6404 0.0931434 0.177687 -0.979669 0 0 v 1.80777 -8.20093 12.3487 0.0555759 0.0746759 -0.995658 0 0 v 2.21354 -5.23178 12.8765 0.0817987 0.259244 -0.962342 0 0 v 1.31948 -5.88927 12.681 -9.60456e-008 0.213704 -0.976898 0 0 v 8.37658 -8.46004 13.4953 0.28713 0.157248 -0.944896 0 0 v 6.35665 -8.05932 13.019 0.223792 0.148195 -0.963305 0 0 v 9.20443 -10.5013 13.4941 0.304122 0.0825235 -0.949052 0 0 v 7.35618 -9.83767 13.0328 0.238903 0.0976052 -0.966125 0 0 v 4.81247 -10.905 12.481 0.130585 0.0463485 -0.990353 0 0 v 5.50333 -9.51383 12.6801 0.169941 0.0854874 -0.981739 0 0 v 6.3702 -11.0603 12.7193 0.192044 0.0492317 -0.980151 0 0 v 4.0029 -9.36315 12.4713 0.115244 0.0702891 -0.990847 0 0 v 9.57868 -12.4212 13.4478 0.268131 0.195184 -0.943403 0 0 v 7.82584 -11.7738 13.0248 0.246134 0.0534792 -0.967759 0 0 v 10.2139 -13.4689 13.078 0.0497196 0.720178 -0.692006 0 0 v 8.7052 -13.4649 12.9897 0.0747494 0.303665 -0.949842 0 0 v 7.54455 -15.101 12.7565 -0.0883178 0.0188641 -0.995914 0 0 v 7.13704 -13.9635 12.7754 0.10608 0.0521259 -0.99299 0 0 v 8.54486 -14.4528 12.6619 -0.284121 0.342459 -0.895543 0 0 v 4.84994 -13.8394 12.4251 0.124748 -0.00532623 -0.992174 0 0 v 6.22754 -12.8849 12.6533 0.170015 0.0126146 -0.985361 0 0 v 5.84273 -14.7478 12.5926 0.143242 -0.0365667 -0.989012 0 0 v 5.07058 -11.9869 12.4784 0.136233 0.0243842 -0.990377 0 0 v 8.14638 -16.0022 12.6724 -0.375475 -0.206092 -0.903629 0 0 v 7.83539 -16.8772 12.9975 -0.0233289 -0.348203 -0.937129 0 0 v 6.63831 -15.9437 12.7764 0.0759884 -0.104887 -0.991577 0 0 v 8.16899 -17.9554 13.4474 0.188697 -0.332082 -0.924183 0 0 v 9.22411 -17.3027 13.1042 -0.164508 -0.750487 -0.640082 0 0 v 6.92874 -19.3517 13.4644 0.252639 -0.239604 -0.937424 0 0 v 6.25593 -17.9329 13.0089 0.207665 -0.172599 -0.962852 0 0 v 3.97209 -16.5465 12.4673 0.111651 -0.0737969 -0.991004 0 0 v 5.34641 -16.4162 12.6499 0.147062 -0.0897778 -0.985044 0 0 v 4.64541 -17.9279 12.6868 0.159322 -0.129393 -0.97871 0 0 v 4.57153 -14.965 12.4251 0.110279 -0.0536177 -0.992453 0 0 v 5.28129 -20.6384 13.4276 0.217773 -0.292696 -0.931077 0 0 v 4.87135 -19.2081 12.955 0.188404 -0.207111 -0.960005 0 0 v 3.96546 -21.8035 13.5311 0.1954 -0.352923 -0.915021 0 0 v 3.47605 -20.5268 13.0141 0.167887 -0.262279 -0.950276 0 0 v 1.31948 -19.9956 12.681 9.32481e-010 -0.213704 -0.976899 0 0 v 2.43978 -19.5053 12.6404 0.0929718 -0.177705 -0.979682 0 0 v 2.21354 -20.6531 12.8765 0.0818007 -0.259239 -0.962343 0 0 v 1.80777 -17.6839 12.3487 0.055422 -0.0747321 -0.995662 0 0 v 3.09301 -18.539 12.5663 0.116426 -0.134304 -0.984077 0 0 v 1.31948 -18.7573 12.4454 -3.68296e-006 -0.145383 -0.989375 0 0 v 3.29996 -17.2406 12.4485 0.100849 -0.0845837 -0.9913 0 0 v 2.75179 -22.5902 13.6493 0.105423 -0.438087 -0.89273 0 0 v 2.74482 -21.5921 13.2249 0.126866 -0.342949 -0.930748 0 0 v 1.31948 -22.6446 13.6169 -9.32094e-010 -0.45559 -0.89019 0 0 v 1.97211 -21.8662 13.2609 0.0460693 -0.384168 -0.922113 0 0 v 1.31948 -21.1036 12.9706 1.8646e-009 -0.307725 -0.951475 0 0 v 33.4979 -19.0196 36.2378 0.949471 -0.270227 -0.159633 0 0 v 33.0475 -19.1486 35.5245 0.609298 -0.452532 -0.651131 0 0 v 33.0204 -18.351 35.276 0.654436 0.0648561 -0.753331 0 0 v 33.4809 -18.3368 36.0258 0.957365 0.177199 -0.228152 0 0 v 32.0362 -19.7612 35.6316 0.140397 -0.838753 -0.5261 0 0 v 32.1706 -19.1683 35.082 0.235846 -0.495556 -0.835943 0 0 v 32.7743 -19.7436 36.0291 0.418292 -0.837426 -0.35178 0 0 v 31.2549 -18.3928 34.7416 -0.0812765 -0.0813838 -0.993363 0 0 v 32.1435 -18.3708 34.8335 0.2753 -0.0278006 -0.960956 0 0 v 31.2719 -19.0756 34.9536 -0.0969127 -0.47764 -0.873194 0 0 v 32.7429 -17.645 35.38 0.532196 0.591374 -0.605842 0 0 v 32.0048 -17.6625 34.9826 0.241072 0.519744 -0.819604 0 0 v 19.439 -18.8592 44.2373 0.132388 -0.670869 0.729663 0 0 v 20.645 -17.8349 44.8362 0.0354839 -0.397029 0.91712 0 0 v 19.6704 -16.7338 45.1129 0.0843621 -0.00200002 0.996433 0 0 v 19.9953 -19.8949 42.1159 0.238731 -0.960141 0.145384 0 0 v 20.7217 -19.3987 43.3131 0.0939893 -0.889153 0.447854 0 0 v 23.0841 -19.2761 43.2971 0.0350274 -0.907515 0.418556 0 0 v 21.8423 -18.6845 44.2071 0.036732 -0.704423 0.708829 0 0 v 22.0644 -19.5832 42.2966 0.0698887 -0.995474 0.0643952 0 0 v 22.1127 -16.9008 44.9941 0.0682214 0.0382075 0.996938 0 0 v 23.2313 -17.8854 44.7041 0.0859063 -0.405059 0.910246 0 0 v 21.0854 -19.1023 39.8215 0.428642 -0.801514 -0.416944 0 0 v 21.4046 -19.508 41.1013 0.196255 -0.947983 -0.250624 0 0 v 22.0531 -17.0472 38.7523 0.503302 -0.14646 -0.851608 0 0 v 22.3447 -18.1005 39.3323 0.236335 -0.558092 -0.795412 0 0 v 23.9694 -18.1127 39.4415 -0.0877567 -0.529205 -0.843943 0 0 v 22.759 -18.8662 40.1968 0.0754198 -0.809793 -0.581849 0 0 v 23.4573 -17.1674 39.1123 0.0497898 -0.0680353 -0.99644 0 0 v 23.3793 -19.367 41.1921 -0.0107414 -0.949845 -0.312538 0 0 v 22.2098 -14.8624 39.7343 0.625274 0.594291 -0.505817 0 0 v 22.8847 -16.0824 39.2563 0.298132 0.381591 -0.874932 0 0 v 21.6044 -13.825 41.9881 0.492526 0.857784 0.147054 0 0 v 22.7463 -14.4938 40.9114 0.351835 0.874675 -0.3334 0 0 v 24.5264 -14.9017 40.8436 0.097037 0.91063 -0.401668 0 0 v 23.6891 -15.3658 39.9942 0.150843 0.720413 -0.676943 0 0 v 23.4285 -14.4492 41.9995 0.215688 0.976447 0.00539598 0 0 v 24.4283 -16.3266 39.3021 -0.0407054 0.434612 -0.899698 0 0 v 20.5478 -14.6704 44.1501 0.302029 0.594276 0.745395 0 0 v 22.0607 -14.3931 43.1231 0.272986 0.857679 0.435735 0 0 v 21.1823 -15.8254 44.7602 0.120117 0.419981 0.899549 0 0 v 23.6901 -16.0992 44.5647 0.167518 0.465384 0.869112 0 0 v 22.7724 -15.184 44.0045 0.167416 0.721674 0.671684 0 0 v 24.2312 -14.8107 42.9486 0.189894 0.910332 0.367745 0 0 v 24.3652 -18.7316 43.9637 0.0968837 -0.713011 0.694427 0 0 v 25.7963 -18.0556 44.1735 0.241367 -0.406402 0.881238 0 0 v 24.7311 -17.0847 44.6555 0.220156 0.0381056 0.97472 0 0 v 24.2552 -19.5525 42.1558 -0.023366 -0.998734 0.0445475 0 0 v 25.4168 -19.3611 42.8875 0.0551941 -0.911088 0.4085 0 0 v 27.5752 -19.5546 42.0019 0.125234 -0.91157 0.391608 0 0 v 26.7684 -18.9128 43.2484 0.214794 -0.712518 0.667969 0 0 v 26.3304 -19.6879 41.5808 -0.0682999 -0.996194 0.0541439 0 0 v 27.2187 -17.3335 43.8315 0.422244 0.0331072 0.905878 0 0 v 28.1678 -18.3087 43.1265 0.432252 -0.402221 0.807079 0 0 v 24.5473 -18.8921 40.091 -0.151813 -0.792727 -0.590369 0 0 v 25.3158 -19.4418 40.8721 -0.157329 -0.939996 -0.302746 0 0 v 24.9982 -17.32 38.9755 -0.219768 -0.0399037 -0.974736 0 0 v 25.5438 -18.2572 39.135 -0.326406 -0.503687 -0.799849 0 0 v 26.9685 -18.4877 38.4639 -0.533018 -0.485758 -0.69277 0 0 v 26.2157 -19.0554 39.5918 -0.334416 -0.773785 -0.53798 0 0 v 26.4081 -17.5427 38.4685 -0.459885 -0.0270344 -0.887567 0 0 v 27.0955 -19.6262 40.1369 -0.258383 -0.931367 -0.256502 0 0 v 25.325 -15.6341 39.7783 -0.0581912 0.733006 -0.677728 0 0 v 25.911 -16.5492 38.9426 -0.25521 0.441371 -0.860267 0 0 v 25.3959 -14.7741 41.6973 0.137761 0.989928 -0.0326121 0 0 v 26.2338 -15.1716 40.3911 -0.0122321 0.911588 -0.410924 0 0 v 27.7824 -15.4928 39.5167 -0.0610004 0.906973 -0.416748 0 0 v 26.8146 -15.8971 39.1817 -0.21047 0.72709 -0.653485 0 0 v 27.2088 -15.0558 40.9793 0.154918 0.986075 -0.0604749 0 0 v 27.2432 -16.8343 38.2159 -0.449965 0.431632 -0.781809 0 0 v 25.1429 -15.4736 43.651 0.243675 0.732239 0.635962 0 0 v 26.3348 -15.091 42.4065 0.256031 0.90666 0.335284 0 0 v 26.1635 -16.3475 43.9811 0.338675 0.451991 0.825229 0 0 v 28.4426 -16.6553 42.8784 0.541487 0.437195 0.718089 0 0 v 27.3673 -15.7546 42.8382 0.401202 0.711729 0.57661 0 0 v 28.2621 -15.4212 41.3817 0.389145 0.883229 0.261672 0 0 v 28.9213 -19.154 42.0052 0.362299 -0.711072 0.602592 0 0 v 30.2215 -18.604 41.5381 0.598169 -0.39548 0.696986 0 0 v 29.4423 -17.6559 42.4457 0.629893 0.038049 0.77575 0 0 v 28.193 -19.8846 40.5457 -0.0642006 -0.99566 0.0673713 0 0 v 29.458 -19.7667 40.6336 0.206777 -0.912282 0.353532 0 0 v 31.0485 -19.9472 38.993 0.267697 -0.912521 0.309263 0 0 v 30.7512 -19.3951 40.334 0.469618 -0.709987 0.524764 0 0 v 29.8 -20.0684 39.1571 -0.0379688 -0.996812 0.070173 0 0 v 31.3151 -18.0206 40.6029 0.763784 0.0596638 0.642709 0 0 v 31.9164 -18.8893 39.6351 0.707181 -0.384421 0.593393 0 0 v 27.6998 -19.2798 38.7141 -0.462111 -0.766487 -0.446039 0 0 v 28.6516 -19.8292 39.0111 -0.297644 -0.933174 -0.201482 0 0 v 27.6506 -17.8405 37.6187 -0.653293 -0.0335808 -0.75636 0 0 v 28.2055 -18.7601 37.4819 -0.646665 -0.502472 -0.573887 0 0 v 29.2895 -19.0182 36.3996 -0.65023 -0.556904 -0.516778 0 0 v 28.9873 -19.5026 37.5811 -0.493014 -0.787819 -0.369158 0 0 v 28.7281 -18.1783 36.5652 -0.73342 -0.0708668 -0.676071 0 0 v 29.9977 -19.9988 37.6987 -0.283062 -0.943645 -0.171492 0 0 v 28.1435 -16.2764 38.184 -0.316353 0.720834 -0.6167 0 0 v 28.4071 -17.2247 37.1643 -0.572283 0.419531 -0.704617 0 0 v 28.8437 -15.4796 39.7683 0.217171 0.968786 -0.119542 0 0 v 29.1556 -15.9906 38.2171 -0.0838155 0.901401 -0.424795 0 0 v 30.3157 -16.5471 36.7771 -0.120624 0.894718 -0.430035 0 0 v 29.299 -16.7655 36.9286 -0.370028 0.718102 -0.589414 0 0 v 30.2572 -16.0539 38.2002 0.214719 0.960215 -0.178556 0 0 v 29.4167 -17.6375 36.0309 -0.614068 0.397106 -0.682075 0 0 v 29.365 -16.1505 41.4751 0.564536 0.69434 0.446308 0 0 v 29.962 -15.9282 39.8395 0.469749 0.870654 0.145937 0 0 v 30.4231 -17.0686 41.2204 0.68946 0.449185 0.568223 0 0 v 32.0436 -17.5086 39.2665 0.757464 0.482946 0.439331 0 0 v 31.0629 -16.658 39.6816 0.628825 0.711603 0.313367 0 0 v 31.3665 -16.4956 38.0713 0.464162 0.884127 0.0535915 0 0 v 32.2428 -19.5903 38.4909 0.558819 -0.706585 0.434119 0 0 v 33.1532 -19.0953 37.721 0.83137 -0.380915 0.404633 0 0 v 32.7971 -18.3564 38.5893 0.856496 0.0858369 0.508967 0 0 v 31.1625 -20.1948 37.6541 0.0132939 -0.99921 0.0374502 0 0 v 32.2887 -20.0175 37.3471 0.37177 -0.913451 0.165516 0 0 v 33.1439 -19.5893 36.7995 0.701435 -0.705454 0.101605 0 0 v 32.1009 -20.0637 36.3864 0.175 -0.958474 -0.225173 0 0 v 33.5382 -18.5925 36.8861 0.989076 0.040323 0.141785 0 0 v 30.1187 -19.6745 36.4248 -0.439495 -0.821982 -0.362201 0 0 v 31.1373 -20.055 36.4518 -0.173022 -0.95022 -0.259123 0 0 v 29.6818 -18.48 35.559 -0.696468 -0.148083 -0.702142 0 0 v 30.2799 -19.1896 35.4675 -0.490897 -0.61995 -0.612113 0 0 v 31.1412 -19.6446 35.5127 -0.201383 -0.803868 -0.559679 0 0 v 30.6243 -18.676 34.9298 -0.339157 -0.270188 -0.901094 0 0 v 30.2706 -17.2302 35.722 -0.378716 0.69177 -0.614841 0 0 v 30.3155 -17.9905 35.1072 -0.495216 0.287495 -0.819822 0 0 v 31.3853 -16.6097 36.6234 0.188125 0.953202 -0.236676 0 0 v 31.2305 -17.0537 35.5505 -0.0678178 0.830663 -0.55263 0 0 v 31.1434 -17.696 34.9139 -0.154138 0.490365 -0.857778 0 0 v 32.1236 -17.19 35.5057 0.304977 0.798629 -0.518825 0 0 v 32.3946 -17.1459 37.7881 0.648156 0.735612 0.196895 0 0 v 32.3819 -17.0162 36.4458 0.495683 0.862893 -0.0985599 0 0 v 33.1888 -17.8962 37.3607 0.839759 0.482899 0.248222 0 0 v 33.1461 -17.6408 36.2007 0.756627 0.644996 -0.107218 0 0 v 13.8063 -16.9232 0.898848 0.565339 -0.373587 -0.735407 0 0 v 13.3682 -16.9035 0.663963 0.275228 -0.323891 -0.905176 0 0 v 13.4624 -16.5296 0.642664 0.330382 0.0714911 -0.941136 0 0 v 13.8896 -16.5931 0.880056 0.629562 -0.005092 -0.776934 0 0 v 12.7433 -17.1706 0.740102 -0.0837239 -0.557796 -0.825744 0 0 v 12.8534 -16.8435 0.58523 -0.049075 -0.232562 -0.971343 0 0 v 13.1979 -17.2235 0.80962 0.181239 -0.641935 -0.745032 0 0 v 12.4457 -16.4256 0.659292 -0.31674 0.177856 -0.931688 0 0 v 12.9475 -16.4697 0.563925 -0.00318447 0.134345 -0.990929 0 0 v 12.3624 -16.7557 0.678077 -0.356594 -0.116492 -0.926968 0 0 v 13.4626 -16.1752 0.749994 0.328401 0.446178 -0.832513 0 0 v 13.008 -16.1224 0.680476 0.0448328 0.472249 -0.880324 0 0 v 12.4636 -17.1414 13.5787 0.472116 -0.871884 -0.130094 0 0 v 13.3346 -16.5629 12.9298 0.700027 -0.705397 0.111255 0 0 v 13.657 -15.9014 13.8716 0.970441 -0.241037 -0.0120389 0 0 v 10.5107 -17.4635 12.9434 -0.0676795 -0.969092 -0.237235 0 0 v 11.7177 -17.351 12.5153 0.185753 -0.982588 -0.00414686 0 0 v 12.1949 -17.4086 10.6493 0.17269 -0.980766 0.0909751 0 0 v 12.8282 -17.0626 11.8303 0.416318 -0.900665 0.124427 0 0 v 11.0738 -17.4083 11.4348 -0.125053 -0.992147 -0.00254021 0 0 v 13.9168 -16.013 12.016 0.954387 -0.223002 0.198534 0 0 v 13.7434 -16.6646 10.9239 0.684714 -0.709105 0.168335 0 0 v 9.01095 -16.6668 12.4514 -0.537167 -0.612865 -0.579524 0 0 v 10.012 -17.1401 12.0453 -0.418915 -0.882392 -0.21423 0 0 v 8.67239 -15.3077 12.2647 -0.676397 0.157791 -0.719436 0 0 v 9.08888 -16.0538 11.7651 -0.836556 -0.284289 -0.468352 0 0 v 9.67375 -16.1968 10.1495 -0.933331 -0.2887 -0.213413 0 0 v 9.74108 -16.7045 11.1294 -0.722054 -0.657563 -0.215056 0 0 v 9.38896 -15.4878 10.9881 -0.910454 0.21211 -0.355082 0 0 v 10.567 -17.2214 10.3395 -0.461991 -0.885272 -0.0534498 0 0 v 9.67541 -14.1015 12.4122 -0.311162 0.739808 -0.596542 0 0 v 9.41753 -14.786 11.7317 -0.650628 0.593339 -0.473953 0 0 v 11.4879 -13.699 12.8858 0.196244 0.92244 -0.332554 0 0 v 10.8329 -13.9745 11.9618 -0.152346 0.94401 -0.292635 0 0 v 11.3345 -14.2415 10.2001 -0.196728 0.967126 -0.161139 0 0 v 10.331 -14.423 11.0437 -0.455533 0.847039 -0.273887 0 0 v 11.939 -14.0622 11.309 0.137602 0.984132 -0.112025 0 0 v 9.98076 -15.0048 10.0937 -0.729294 0.636606 -0.250726 0 0 v 13.1609 -14.4561 13.5394 0.744451 0.633586 -0.210622 0 0 v 12.5442 -14.1655 12.4318 0.460561 0.881978 -0.09999 0 0 v 13.6688 -15.2751 12.8964 0.932258 0.354435 0.0726058 0 0 v 14.0504 -15.4727 10.8682 0.916988 0.380669 0.119269 0 0 v 13.4182 -14.7812 11.7445 0.694171 0.718153 0.0488142 0 0 v 12.9624 -14.4286 10.5099 0.439638 0.89793 -0.0209653 0 0 v 13.2272 -17.192 9.70046 0.419468 -0.900513 0.114554 0 0 v 14.0318 -16.8258 8.63072 0.693701 -0.711152 0.114202 0 0 v 14.2827 -16.1841 9.82273 0.965298 -0.224679 0.133112 0 0 v 11.5195 -17.5241 9.41283 -0.12968 -0.990884 0.0364953 0 0 v 12.5349 -17.5402 8.41178 0.176348 -0.981193 0.0784975 0 0 v 12.7644 -17.6705 6.09598 0.178457 -0.981691 0.0666026 0 0 v 13.4698 -17.3395 7.36722 0.423701 -0.901291 0.0902864 0 0 v 11.8286 -17.6577 7.11336 -0.129108 -0.990826 0.0399271 0 0 v 14.483 -16.3738 7.47173 0.970458 -0.228261 0.0781514 0 0 v 14.1925 -16.9889 6.30251 0.697175 -0.711675 0.0864059 0 0 v 10.2189 -16.8481 9.19518 -0.746523 -0.658622 -0.094449 0 0 v 10.9589 -17.3605 8.16497 -0.465678 -0.884855 -0.0132688 0 0 v 9.87057 -15.6797 9.08165 -0.952273 0.22312 -0.20831 0 0 v 10.0916 -16.3765 8.01371 -0.948654 -0.287644 -0.131592 0 0 v 10.4302 -16.5599 5.72793 -0.950533 -0.287565 -0.117449 0 0 v 10.5769 -17.0098 6.92541 -0.750045 -0.658576 -0.0609187 0 0 v 10.24 -15.8902 6.82375 -0.960258 0.226151 -0.163584 0 0 v 11.2595 -17.4989 5.86614 -0.465737 -0.884869 -0.00978505 0 0 v 10.7816 -14.6578 9.08035 -0.478762 0.858679 -0.182912 0 0 v 10.3851 -15.2323 7.95039 -0.742707 0.643925 -0.183704 0 0 v 12.3447 -14.3117 9.24441 0.127314 0.987136 -0.096714 0 0 v 11.6927 -14.4999 8.00666 -0.202988 0.96916 -0.139728 0 0 v 11.9587 -14.7701 5.71234 -0.203092 0.968958 -0.140972 0 0 v 11.1147 -14.9115 6.80718 -0.482544 0.861178 -0.159761 0 0 v 12.6174 -14.5803 6.93995 0.126705 0.986443 -0.104285 0 0 v 10.7099 -15.4683 5.66641 -0.744265 0.645155 -0.172756 0 0 v 13.7898 -15.0017 9.58564 0.694384 0.719466 0.0141087 0 0 v 13.2687 -14.6796 8.25347 0.441092 0.895858 -0.0536407 0 0 v 14.3253 -15.6816 8.5674 0.925907 0.375007 0.0454553 0 0 v 14.4722 -15.8973 6.24099 0.928958 0.370048 0.0100353 0 0 v 14.0077 -15.2412 7.24898 0.698443 0.715238 -0.0247538 0 0 v 13.4636 -14.9417 5.94217 0.443613 0.893275 -0.0725728 0 0 v 13.6281 -17.4686 5.1286 0.426854 -0.901533 0.0709575 0 0 v 14.2818 -17.1191 4.20634 0.700929 -0.711356 0.0516925 0 0 v 14.5873 -16.5533 5.23011 0.9719 -0.230382 0.0483186 0 0 v 12.0737 -17.7703 4.88555 -0.126998 -0.991589 0.0249524 0 0 v 12.9476 -17.7569 4.00907 0.183413 -0.98237 0.0361855 0 0 v 13.0995 -17.7328 2.36295 0.198569 -0.978202 -0.0607604 0 0 v 13.7268 -17.5307 3.22996 0.434825 -0.900351 0.0171715 0 0 v 12.3097 -17.8061 3.004 -0.117744 -0.992324 -0.0378171 0 0 v 14.6005 -16.6952 3.32672 0.971968 -0.234405 -0.0182159 0 0 v 14.2678 -17.1726 2.54382 0.70712 -0.705434 -0.0484174 0 0 v 10.8868 -17.1559 4.70992 -0.748158 -0.659299 -0.0747331 0 0 v 11.5402 -17.5962 3.79411 -0.460828 -0.886197 -0.0478824 0 0 v 10.5667 -16.0946 4.61605 -0.958144 0.224646 -0.177469 0 0 v 10.7632 -16.7174 3.66893 -0.942648 -0.290048 -0.165189 0 0 v 11.18 -16.819 2.07211 -0.895082 -0.291535 -0.337395 0 0 v 11.2253 -17.2448 2.84787 -0.734071 -0.65973 -0.160921 0 0 v 10.9317 -16.2758 2.76632 -0.937922 0.214185 -0.272812 0 0 v 11.8644 -17.5914 2.17427 -0.438342 -0.879984 -0.182986 0 0 v 11.396 -15.1674 4.59781 -0.481014 0.859533 -0.172711 0 0 v 11.0245 -15.6965 3.61134 -0.738367 0.639284 -0.214779 0 0 v 12.8206 -14.8539 4.72113 0.129111 0.984252 -0.120739 0 0 v 12.1934 -15.0439 3.65015 -0.199102 0.964331 -0.174425 0 0 v 12.4364 -15.3512 2.04772 -0.184309 0.939668 -0.288191 0 0 v 11.6893 -15.4302 2.74546 -0.471609 0.847207 -0.244593 0 0 v 12.9902 -15.1447 2.8538 0.136918 0.974437 -0.178117 0 0 v 11.4087 -15.923 2.02149 -0.705617 0.607182 -0.365286 0 0 v 14.1374 -15.4802 5.01649 0.701678 0.710871 -0.0480804 0 0 v 13.6008 -15.2046 3.86513 0.448411 0.887777 -0.103828 0 0 v 14.5431 -16.0982 4.14875 0.931226 0.363379 -0.0278076 0 0 v 14.4965 -16.2766 2.49321 0.930435 0.341644 -0.132552 0 0 v 14.1907 -15.7161 3.12755 0.707904 0.698597 -0.104088 0 0 v 13.6715 -15.4927 2.23641 0.460335 0.865545 -0.19729 0 0 v 13.7429 -17.4648 1.86396 0.452304 -0.880713 -0.140595 0 0 v 14.1078 -17.1115 1.46896 0.689524 -0.651868 -0.315633 0 0 v 14.4625 -16.773 1.95216 0.949448 -0.240532 -0.201727 0 0 v 12.5734 -17.6928 1.66881 -0.0868845 -0.971043 -0.222546 0 0 v 13.216 -17.5424 1.32004 0.232528 -0.919878 -0.315842 0 0 v 13.6414 -17.2528 1.06574 0.445173 -0.73342 -0.513728 0 0 v 12.8335 -17.4255 0.965041 -0.00201206 -0.79041 -0.612575 0 0 v 14.1453 -16.7808 1.16404 0.774274 -0.224761 -0.591593 0 0 v 11.6737 -17.2272 1.54781 -0.661812 -0.628854 -0.408103 0 0 v 12.2759 -17.434 1.17635 -0.352997 -0.795906 -0.491861 0 0 v 11.4278 -16.4245 1.48847 -0.830405 0.17432 -0.529189 0 0 v 11.7452 -16.8393 1.10788 -0.70496 -0.260991 -0.659481 0 0 v 12.2306 -17.0896 0.850079 -0.427066 -0.47594 -0.768828 0 0 v 12.0212 -16.5353 0.839336 -0.533504 0.0852624 -0.841489 0 0 v 12.0562 -15.7258 1.46287 -0.430137 0.781065 -0.452681 0 0 v 11.9184 -16.1569 1.0692 -0.573534 0.48224 -0.662196 0 0 v 13.1343 -15.4909 1.54423 0.15733 0.925744 -0.343867 0 0 v 12.7113 -15.7194 1.07917 -0.137787 0.817993 -0.558481 0 0 v 12.4898 -16.0655 0.791907 -0.285014 0.543413 -0.789601 0 0 v 13.2241 -15.8837 0.877502 0.186716 0.683628 -0.705542 0 0 v 14.1253 -15.9634 1.77903 0.713872 0.648856 -0.263387 0 0 v 13.6515 -15.8278 1.22286 0.472672 0.76084 -0.444639 0 0 v 14.281 -16.4292 1.43029 0.876482 0.26086 -0.404637 0 0 v 13.9006 -16.2287 1.00757 0.639828 0.445523 -0.626202 0 0 v 19.0158 -42.7089 80.7333 0.2017 -0.968088 0.148738 0 0 v 21.3436 -42.5271 77.13 0.224542 -0.973984 0.0305943 0 0 v 23.0794 -41.8766 79.6659 0.303814 -0.944913 0.121805 0 0 v 22.7203 -41.3682 82.7372 0.298919 -0.916418 0.266132 0 0 v 23.6349 -41.5027 71.4094 0.316596 -0.930634 -0.18354 0 0 v 23.5233 -41.923 74.5852 0.306997 -0.950447 -0.0490191 0 0 v 19.4594 -42.8545 73.492 0.20789 -0.975212 -0.0757881 0 0 v 24.8058 -41.3702 75.0881 0.563006 -0.820479 0.0991923 0 0 v 23.8023 -41.8148 77.1098 0.412019 -0.910085 0.0445561 0 0 v 25.7025 -40.9984 73.1093 0.432191 -0.901617 -0.017235 0 0 v 24.9546 -40.9207 81.1684 0.436089 -0.89132 0.123998 0 0 v 24.4775 -41.3221 79.1041 0.557899 -0.829583 0.0232563 0 0 v 29.8855 -38.1834 69.743 0.457931 -0.813238 -0.359086 0 0 v 27.3706 -40.0004 71.3086 0.405533 -0.889647 -0.209933 0 0 v 35.6447 -34.8439 71.617 0.671707 -0.711272 -0.207126 0 0 v 32.7829 -37.0356 71.4076 0.546307 -0.807966 -0.220769 0 0 v 32.129 -37.5358 72.6285 0.451039 -0.881276 0.141128 0 0 v 30.1438 -38.6736 71.7451 0.478786 -0.875919 -0.0594153 0 0 v 34.2555 -36.3136 73.3001 0.545957 -0.837781 -0.0073809 0 0 v 27.8663 -39.8557 72.4978 0.496496 -0.851778 0.167232 0 0 v 36.8791 -33.7921 77.2512 0.758654 -0.642211 0.109586 0 0 v 35.8779 -35.0665 74.7693 0.683541 -0.729891 -0.00552751 0 0 v 34.1382 -34.7915 82.8028 0.642013 -0.680222 0.353719 0 0 v 35.1645 -35.0183 79.8004 0.666945 -0.717195 0.202027 0 0 v 34.107 -35.8565 79.3244 0.423281 -0.905173 0.0386628 0 0 v 35.2494 -35.4006 77.3272 0.569398 -0.817033 0.0907914 0 0 v 33.1907 -36.198 81.2963 0.541524 -0.826032 0.156279 0 0 v 34.6252 -35.9361 75.3591 0.429409 -0.897686 0.0988351 0 0 v 28.279 -38.1236 84.5388 0.453875 -0.786735 0.418385 0 0 v 31.3075 -36.939 83.0605 0.536069 -0.776942 0.330138 0 0 v 26.1647 -39.9054 83.0109 0.408451 -0.864495 0.292945 0 0 v 26.9738 -39.7224 81.8348 0.522933 -0.852048 -0.0235536 0 0 v 28.9079 -38.5418 82.6919 0.490397 -0.854861 0.16948 0 0 v 31.0464 -37.371 81.9147 0.472437 -0.8808 -0.0315564 0 0 v 26.047 -33.24 78.072 0.818086 -0.532596 -0.216971 0 0 v 27.2381 -31.7443 76.753 0.666998 -0.741271 0.0750391 0 0 v 28.6573 -30.8345 78.3169 0.476872 -0.847 -0.234915 0 0 v 27.2484 -32.4698 79.3959 0.648704 -0.584358 -0.487554 0 0 v 27.7162 -32.5677 74.2176 0.567881 -0.539009 0.622077 0 0 v 28.9529 -30.8975 75.2922 0.435513 -0.824301 0.36174 0 0 v 26.2647 -33.2846 75.4542 0.775553 -0.51232 0.368845 0 0 v 31.6541 -30.294 75.6427 -0.340408 -0.833803 0.43462 0 0 v 30.372 -29.9876 76.8561 0.196018 -0.979649 0.0431963 0 0 v 30.4528 -31.0642 74.3188 -0.0279994 -0.699523 0.714061 0 0 v 29.9109 -30.9469 79.4723 0.0638688 -0.750336 -0.657964 0 0 v 31.3625 -30.2301 78.2358 -0.275782 -0.851585 -0.445812 0 0 v 24.5965 -41.2887 77.072 0.797256 -0.599566 0.0700289 0 0 v 24.925 -40.7429 78.8368 0.934212 -0.286459 -0.21258 0 0 v 25.6072 -40.5159 80.5306 0.695442 -0.678171 -0.237582 0 0 v 26.1639 -40.6166 73.6897 0.660439 -0.630153 0.408322 0 0 v 25.1876 -40.7949 75.2943 0.898334 -0.240603 0.367569 0 0 v 25.1971 -39.3397 75.3282 0.905611 0.0319997 0.4229 0 0 v 24.8017 -40.3751 77.0305 0.996758 -0.0342755 0.0727987 0 0 v 26.2169 -39.767 73.9425 0.664372 -0.0503575 0.745704 0 0 v 25.7332 -39.6678 80.1957 0.768656 -0.119907 -0.628323 0 0 v 24.955 -39.2914 78.6668 0.958471 -0.00216016 -0.285181 0 0 v 29.8998 -38.6664 72.5792 0.396613 -0.762764 0.510773 0 0 v 27.857 -39.4757 73.0297 0.431969 -0.350914 0.83082 0 0 v 33.3853 -36.67 73.9412 0.206409 -0.915728 0.344729 0 0 v 31.5985 -37.4449 73.1753 -0.0102602 -0.563685 0.825926 0 0 v 31.2202 -36.1967 73.3369 -0.341488 -0.0685094 0.937386 0 0 v 29.6156 -37.997 72.9406 0.0411363 -0.152341 0.987472 0 0 v 32.7935 -36.1799 74.1972 -0.596757 -0.344634 0.724644 0 0 v 27.7032 -38.1019 73.1962 0.286266 0.00255372 0.958147 0 0 v 34.2638 -35.8703 77.3583 0.105301 -0.993766 0.0366129 0 0 v 33.8056 -36.0307 75.5962 -0.448785 -0.836859 0.313462 0 0 v 32.5643 -36.5156 80.6991 0.214674 -0.93271 -0.289772 0 0 v 33.3748 -35.9401 79.0818 -0.417055 -0.830657 -0.368881 0 0 v 32.8898 -34.7773 78.903 -0.856676 -0.208603 -0.471795 0 0 v 33.6017 -35.4424 77.3202 -0.883681 -0.45856 -0.0939663 0 0 v 32.0632 -36.0203 80.3658 -0.48685 -0.384223 -0.784442 0 0 v 33.2948 -34.8669 75.6196 -0.940412 -0.18032 0.288287 0 0 v 28.9605 -38.4926 81.8511 0.465274 -0.788697 -0.401842 0 0 v 30.7053 -37.2593 81.3464 0.0717033 -0.601663 -0.795525 0 0 v 27.1321 -39.3287 81.2576 0.547342 -0.430343 -0.717789 0 0 v 27.0296 -37.9616 80.9495 0.417182 -0.0856711 -0.904776 0 0 v 28.7879 -37.8205 81.41 0.16148 -0.237089 -0.957973 0 0 v 30.3837 -36.0152 81.035 -0.225891 -0.156176 -0.961552 0 0 v 24.758 -38.1237 76.9203 0.997326 -0.0126574 0.071974 0 0 v 25.0053 -36.3584 78.4372 0.954938 -0.154481 -0.253436 0 0 v 25.6546 -37.4445 79.9707 0.757822 -0.0685328 -0.648852 0 0 v 26.118 -37.5379 73.9441 0.650978 -0.000288313 0.759097 0 0 v 25.2367 -36.4042 75.2749 0.908605 -0.125424 0.398379 0 0 v 25.2011 -34.8236 76.7831 0.947284 -0.310977 0.0771107 0 0 v 26.4009 -34.5113 74.2283 0.699992 -0.326254 0.635272 0 0 v 25.9835 -34.4265 79.4234 0.782978 -0.372821 -0.497945 0 0 v 29.388 -35.837 72.9783 -0.0294148 -0.0223962 0.999316 0 0 v 27.6112 -35.2315 73.2524 0.34607 -0.1248 0.929871 0 0 v 32.4452 -34.0907 74.1892 -0.7159 -0.0941541 0.691825 0 0 v 30.9374 -33.4287 73.3846 -0.292373 -0.167901 0.94145 0 0 v 29.2078 -32.8448 73.3699 0.145506 -0.344861 0.927307 0 0 v 31.8408 -31.5339 74.4337 -0.491024 -0.494837 0.71696 0 0 v 33.2203 -33.3803 77.1988 -0.982169 -0.148627 -0.115126 0 0 v 32.9026 -32.1688 75.5499 -0.916516 -0.258621 0.305145 0 0 v 31.7387 -33.9347 80.1342 -0.596066 -0.159211 -0.786993 0 0 v 32.5208 -32.0839 78.6619 -0.832592 -0.281578 -0.476974 0 0 v 32.5239 -30.7189 77.0242 -0.822204 -0.563538 -0.0800374 0 0 v 31.2485 -31.4035 79.5703 -0.38346 -0.538166 -0.750557 0 0 v 28.5903 -35.667 81.1408 0.0948342 -0.119614 -0.988281 0 0 v 30.1463 -33.2566 80.6844 -0.173842 -0.25504 -0.951175 0 0 v 26.9705 -35.0984 80.6025 0.474903 -0.212236 -0.854063 0 0 v 28.5171 -32.6976 80.4374 0.26633 -0.429916 -0.862694 0 0 v 15.6119 -43.355 70.269 0.196381 -0.973806 -0.114618 0 0 v 10.461 -43.8743 68.1161 0.120397 -0.978432 -0.167852 0 0 v 13.0753 -43.0369 65.9626 0.181038 -0.949545 -0.256103 0 0 v 17.2555 -42.2254 66.7021 0.278018 -0.905038 -0.321888 0 0 v 1.31948 -44.4172 68.0407 -1.86483e-009 -0.983151 -0.182793 0 0 v 5.73617 -43.8507 66.07 0.0528389 -0.967232 -0.248335 0 0 v 6.18163 -44.6367 70.6896 0.0670629 -0.992197 -0.105113 0 0 v 5.19324 -43.0074 63.4186 0.0463793 -0.924392 -0.378615 0 0 v 9.15865 -43.2049 64.7202 0.0909424 -0.947438 -0.306743 0 0 v 1.31948 -43.4618 64.3388 0 -0.946914 -0.321488 0 0 v 13.4855 -42.269 63.9994 0.260861 -0.866981 -0.424612 0 0 v 11.2045 -42.6364 63.7889 0.121886 -0.912928 -0.389495 0 0 v 3.3996 -27.4165 107.149 0.0318296 -0.536457 0.843327 0 0 v 4.62465 -24.7435 108.559 0.0829158 -0.420218 0.903627 0 0 v 2.84261 -22.5279 109.536 0.0254151 -0.337197 0.941091 0 0 v 1.31948 -24.7036 108.631 2.37925e-007 -0.425379 0.905015 0 0 v 7.31184 -23.246 108.742 0.16928 -0.34706 0.922439 0 0 v 4.62465 -22.0428 109.583 0.108164 -0.301605 0.947278 0 0 v 7.31184 -26.6653 107.171 0.160063 -0.492687 0.855359 0 0 v 1.31948 -20.3832 110.172 -2.1694e-006 -0.243938 0.969791 0 0 v 3.3996 -19.4999 110.313 0.0653267 -0.201927 0.977219 0 0 v 6.24578 -20.1173 109.874 0.135532 -0.239171 0.961472 0 0 v 4.21281 -17.7749 110.568 0.0822182 -0.145395 0.985951 0 0 v 1.31948 -17.8928 110.662 -3.72819e-009 -0.158945 0.987287 0 0 v 9.88164 -21.5342 108.848 0.194038 -0.301451 0.933529 0 0 v 12.207 -19.7081 108.849 0.237015 -0.238523 0.94177 0 0 v 7.87831 -18.6369 109.966 0.154997 -0.192841 0.968911 0 0 v 1.31948 -16.5798 110.816 0 -0.0608015 0.99815 0 0 v 4.98121 -16.6325 110.626 0.0931331 -0.0821109 0.992262 0 0 v 9.26517 -17.1724 109.976 0.175967 -0.137125 0.974799 0 0 v 5.56846 -15.4718 110.646 0.0939665 -0.0486175 0.994388 0 0 v 1.31948 -15.6105 110.846 9.51141e-007 -0.0215462 0.999768 0 0 v 14.0015 -17.6012 108.819 0.267321 -0.17901 0.946834 0 0 v 14.98 -15.3361 108.883 0.2815 -0.0879694 0.95552 0 0 v 10.2095 -15.5482 109.992 0.182824 -0.0892832 0.979083 0 0 v 1.31948 -14.5763 110.861 9.32331e-010 -0.00908944 0.999959 0 0 v 5.93419 -14.2313 110.654 0.0917557 -0.022006 0.995538 0 0 v 10.6945 -13.8355 109.996 0.189284 -0.0212619 0.981692 0 0 v 6.05712 -12.9424 110.657 0.0926251 7.55034e-007 0.995701 0 0 v 1.31948 -13.4937 110.867 8.08263e-007 -0.00269625 0.999996 0 0 v 15.4193 -13.0214 108.824 0.296055 0.00524603 0.955157 0 0 v 15.0036 -10.6405 108.862 0.287995 0.077888 0.954459 0 0 v 10.7015 -12.0831 109.99 0.191091 0.0236779 0.981287 0 0 v 1.31948 -12.3911 110.867 8.0733e-007 0.00269625 0.999996 0 0 v 5.93419 -11.6535 110.654 0.0923075 0.0221138 0.995485 0 0 v 10.1982 -10.3507 109.998 0.183733 0.0799405 0.97972 0 0 v 5.56845 -10.4131 110.646 0.0927043 0.0481163 0.99453 0 0 v 1.31948 -11.3086 110.861 0 0.00908944 0.999959 0 0 v 13.8938 -8.31337 108.884 0.265324 0.166182 0.94973 0 0 v 12.1611 -6.18424 108.877 0.230637 0.243089 0.942186 0 0 v 9.24223 -8.71614 109.99 0.171718 0.137497 0.975504 0 0 v 1.31948 -10.2743 110.846 9.60466e-007 0.0215462 0.999768 0 0 v 4.98121 -9.25237 110.626 0.0925654 0.0817602 0.992344 0 0 v 7.87372 -7.24866 109.969 0.153336 0.19402 0.96894 0 0 v 4.21281 -8.10999 110.568 0.0821522 0.145357 0.985963 0 0 v 1.31948 -9.30502 110.816 -9.32849e-010 0.0608015 0.99815 0 0 v 9.87705 -4.35134 108.851 0.19245 0.30264 0.933473 0 0 v 7.31184 -2.63884 108.742 0.16928 0.34706 0.922439 0 0 v 6.24578 -5.76752 109.874 0.1354 0.239333 0.96145 0 0 v 1.31948 -7.99207 110.662 1.39807e-008 0.158945 0.987287 0 0 v 3.3996 -6.38497 110.313 0.0653254 0.20193 0.977219 0 0 v 4.62464 -3.84203 109.583 0.108163 0.301604 0.947278 0 0 v 2.84261 -3.35698 109.536 0.0254158 0.337195 0.941092 0 0 v 1.31948 -5.50169 110.172 -5.82624e-011 0.243939 0.969791 0 0 v 4.62464 -1.14139 108.559 0.0829161 0.420218 0.903627 0 0 v 1.31948 -1.18124 108.631 -8.92673e-008 0.425379 0.905016 0 0 v 4.98122 -37.8261 97.0649 0.065953 -0.791246 0.607931 0 0 v 7.8739 -35.0283 99.9755 0.123864 -0.733392 0.668427 0 0 v 4.21282 -32.8367 102.712 0.0563134 -0.691601 0.720081 0 0 v 1.31948 -35.575 99.9755 -4.3264e-007 -0.746931 0.664902 0 0 v 9.87722 -31.8696 102.715 0.174924 -0.660376 0.730278 0 0 v 12.1628 -36.6149 97.0649 0.197039 -0.761864 0.617041 0 0 v 6.24578 -29.8472 105.14 0.107917 -0.618572 0.778281 0 0 v 1.31948 -30.1957 105.155 1.1989e-006 -0.625795 0.779988 0 0 v 5.99298 -43.9929 84.5127 0.0736283 -0.971158 0.226783 0 0 v 10.2722 -42.4735 87.8791 0.140941 -0.924773 0.353455 0 0 v 5.57433 -41.6257 91.0636 0.0732343 -0.890469 0.449113 0 0 v 1.31948 -43.1838 87.8801 -9.33715e-010 -0.939651 0.342134 0 0 v 13.942 -40.2526 91.0627 0.214057 -0.853942 0.474303 0 0 v 15.2199 -42.7057 84.506 0.184956 -0.948766 0.256191 0 0 v 9.2431 -39.4008 94.1098 0.139612 -0.828476 0.542343 0 0 v 1.31948 -40.0607 94.1098 -4.03028e-007 -0.843717 0.536789 0 0 v 11.0737 -44.3534 73.756 0.130084 -0.99088 -0.0351347 0 0 v 6.23824 -44.8542 77.2823 0.0704052 -0.996853 0.0364233 0 0 v 1.31948 -45.0342 73.793 0 -0.999247 -0.0387873 0 0 v 15.3144 -43.7095 77.2071 0.168174 -0.985105 0.0358679 0 0 v 10.8444 -44.0971 80.9131 0.128493 -0.983507 0.12729 0 0 v 1.31948 -44.7863 80.9152 0 -0.992944 0.118588 0 0 v 5.65902 -29.5863 49.4185 0.101594 -0.541261 -0.834695 0 0 v 4.14457 -32.6059 51.3917 0.0549596 -0.578021 -0.814169 0 0 v 1.31948 -29.9879 49.4185 0 -0.565039 -0.825064 0 0 v 9.59566 -31.613 51.3965 0.148424 -0.540778 -0.827967 0 0 v 13.3041 -36.1309 55.9245 0.202458 -0.693568 -0.691357 0 0 v 8.28151 -34.6891 53.507 0.126432 -0.638772 -0.758937 0 0 v 1.31948 -35.5103 53.5355 -1.86461e-009 -0.629249 -0.777204 0 0 v 6.21281 -37.5574 55.7714 0.115809 -0.704377 -0.700315 0 0 v 4.71504 1.61402 46.1521 0.209365 0.887982 0.409456 0 0 v 3.15419 2.46882 44.7367 0.102102 0.928913 0.355942 0 0 v 1.31948 2.0696 46.1521 0 0.972647 0.23229 0 0 v 6.76035 1.6947 44.7367 0.279532 0.86827 0.40984 0 0 v 7.43173 2.67332 41.5883 0.288333 0.916044 0.278797 0 0 v 5.21416 2.70431 43.2306 0.191307 0.924895 0.328589 0 0 v 1.31948 3.10248 43.2306 2.79776e-009 0.949635 0.313359 0 0 v 3.38529 3.50455 41.5883 0.0974675 0.959165 0.265523 0 0 v 5.61152 3.61134 39.7645 0.195872 0.958211 0.208484 0 0 v 3.54939 4.28157 37.7966 0.0994517 0.984209 0.146432 0 0 v 1.31948 4.04591 39.7645 9.32882e-010 0.97904 0.203669 0 0 v 7.90818 3.39346 37.7966 0.294365 0.943325 0.153255 0 0 v 8.12307 3.72896 33.5791 0.29706 0.954514 0.0256415 0 0 v 5.85206 4.181 35.7223 0.198605 0.976059 0.0886827 0 0 v 1.31948 4.63835 35.7223 0 0.996227 0.0867867 0 0 v 3.62343 4.64352 33.579 0.100364 0.994647 0.0245691 0 0 v 5.89352 4.28167 31.4043 0.199146 0.979257 -0.0373609 0 0 v 3.59149 4.48577 29.2296 0.100018 0.990745 -0.0917648 0 0 v 1.31948 4.74304 31.4043 -3.17185e-008 0.99933 -0.036586 0 0 v 8.03038 3.58273 29.2297 0.296067 0.950356 -0.0957475 0 0 v 7.67944 3.02909 25.0062 0.292598 0.935384 -0.198601 0 0 v 5.73695 3.90146 27.0865 0.197596 0.969551 -0.144661 0 0 v 1.31948 4.34765 27.0865 -2.43454e-007 0.989909 -0.141703 0 0 v 3.47053 3.88853 25.0062 0.0987929 0.976699 -0.190521 0 0 v 5.42677 3.1482 23.0204 0.194295 0.948871 -0.248782 0 0 v 3.27754 2.93554 21.1642 0.0958242 0.943994 -0.315743 0 0 v 1.31948 3.56433 23.0204 2.23898e-007 0.969809 -0.243867 0 0 v 7.11946 2.14567 21.1642 0.283908 0.900888 -0.328325 0 0 v 6.30358 0.85854 17.9815 0.256217 0.802258 -0.539199 0 0 v 4.96376 2.02383 19.4729 0.184203 0.892111 -0.412562 0 0 v 1.31948 2.3951 19.4729 -8.44125e-007 0.914205 -0.405252 0 0 v 2.99634 1.54705 17.9815 0.0866688 0.848314 -0.522353 0 0 v 4.30514 0.424397 16.7254 0.157044 0.748644 -0.644103 0 0 v 2.61976 -0.318296 15.6837 0.069504 0.679754 -0.730139 0 0 v 1.31948 0.731849 16.7254 -9.342e-010 0.771297 -0.636475 0 0 v 5.20092 -0.873043 15.682 0.209077 0.630532 -0.747473 0 0 v 3.9726 -2.73919 14.1433 0.177993 0.4676 -0.865834 0 0 v 3.51248 -1.48989 14.838 0.12764 0.581314 -0.803606 0 0 v 1.31948 -1.27974 14.8315 1.96829e-007 0.599598 -0.800301 0 0 v 2.22749 -2.30802 14.1605 0.0488462 0.524871 -0.849779 0 0 v 2.75179 -3.29468 13.6493 0.105426 0.438083 -0.892731 0 0 v 1.97211 -4.01865 13.261 0.0460689 0.384165 -0.922114 0 0 v 1.31948 -3.24023 13.6169 0 0.455585 -0.890192 0 0 v 2.74482 -4.29277 13.2249 0.126862 0.342953 -0.930746 0 0 v 1.31948 -4.78122 12.9706 -9.74254e-008 0.307729 -0.951474 0 0 v -8.26052 -24.9751 107.259 -0.217205 -0.427827 0.877375 0 0 v -12.5665 -26.3593 105.205 -0.291043 -0.488372 0.82267 0 0 v -12.5778 -29.9195 102.723 -0.27991 -0.596822 0.751967 0 0 v -8.26052 -28.4771 105.177 -0.213179 -0.557212 0.80254 0 0 v -16.2168 -23.5856 105.247 -0.368708 -0.397171 0.840422 0 0 v -17.2718 -27.103 102.759 -0.377122 -0.508758 0.773915 0 0 v -11.5195 -22.8958 107.302 -0.270207 -0.364995 0.890936 0 0 v -22.1914 -30.7659 97.0597 -0.444471 -0.607749 0.658094 0 0 v -17.3195 -30.7081 99.9803 -0.358976 -0.61236 0.70438 0 0 v -22.127 -27.1616 99.984 -0.468521 -0.496996 0.7304 0 0 v -11.5422 -33.3943 99.9755 -0.245374 -0.687477 0.683497 0 0 v -16.2799 -34.2071 97.0649 -0.325028 -0.701419 0.634325 0 0 v -14.1492 -20.3747 107.338 -0.32497 -0.280401 0.9032 0 0 v -19.0278 -20.1494 105.291 -0.414255 -0.276072 0.867282 0 0 v -21.2381 -23.5536 102.643 -0.447544 -0.427765 0.785316 0 0 v -20.3009 -16.6037 105.547 -0.418871 -0.133886 0.898121 0 0 v -23.3419 -18.8854 103.742 -0.318977 -0.252976 0.913376 0 0 v -15.8512 -17.483 107.445 -0.358594 -0.184761 0.915027 0 0 v -31.0191 -19.4939 102.717 0.238903 -0.199841 0.950257 0 0 v -27.3777 -20.8197 101.898 -0.107705 -0.578628 0.808449 0 0 v -27.4146 -17.6606 102.715 -0.154735 0.00538035 0.987941 0 0 v -30.8483 -23.0302 98.2129 -0.203613 -0.847453 0.490272 0 0 v -26.2852 -23.4654 99.8322 -0.349971 -0.618562 0.703493 0 0 v -32.1958 -21.4718 101.206 0.119447 -0.885729 0.448572 0 0 v -26.7517 -26.5627 97.0395 -0.507942 -0.538363 0.672428 0 0 v -16.804 -14.5005 107.446 -0.382836 -0.0507785 0.92242 0 0 v -21.4815 -13.1612 105.203 -0.469626 -0.0020902 0.882863 0 0 v -24.5471 -15.3338 103.636 -0.400703 0.0501996 0.914832 0 0 v -20.9153 -10.1539 105.269 -0.477626 0.141932 0.867023 0 0 v -25.3232 -11.9764 102.739 -0.5674 0.130216 0.813081 0 0 v -16.9753 -11.6266 107.353 -0.386193 0.0634888 0.920231 0 0 v -32.36 -12.3362 97.0145 -0.683725 0.100356 0.722807 0 0 v -29.4206 -12.8416 99.74 -0.6164 0.239626 0.750087 0 0 v -28.8206 -10.9538 100.018 -0.62205 0.115294 0.774442 0 0 v -31.3495 -14.5616 99.4131 -0.40946 0.726098 0.552381 0 0 v -28.1314 -14.54 101.696 -0.439285 0.450915 0.776984 0 0 v -32.5661 -13.0252 97.1024 -0.641386 0.351376 0.682026 0 0 v -30.6413 -17.024 102.319 0.00140934 0.428541 0.903521 0 0 v -16.1531 -8.77542 107.319 -0.3722 0.175462 0.911416 0 0 v -19.3278 -6.40531 105.214 -0.449293 0.270407 0.851479 0 0 v -24.3229 -8.41218 102.794 -0.544509 0.220785 0.809175 0 0 v -16.3771 -2.54716 105.202 -0.387694 0.382724 0.83858 0 0 v -21.5069 -3.25721 102.721 -0.493457 0.365075 0.789443 0 0 v -14.3096 -5.75806 107.293 -0.33858 0.27132 0.900971 0 0 v -27.7041 -1.26987 97.0547 -0.589076 0.417683 0.691758 0 0 v -26.7321 -5.39563 99.9749 -0.583436 0.315898 0.748205 0 0 v -22.5204 0.511719 99.971 -0.501868 0.468009 0.72739 0 0 v -31.6731 -8.69346 97.034 -0.660193 0.228011 0.715651 0 0 v -11.5616 -3.03895 107.288 -0.27886 0.359449 0.890524 0 0 v -12.5876 0.449475 105.198 -0.298754 0.483144 0.822993 0 0 v -17.4053 1.03666 102.725 -0.397497 0.49493 0.772684 0 0 v -8.26052 2.59222 105.177 -0.213179 0.557212 0.802539 0 0 v -12.5778 4.03466 102.723 -0.283209 0.594574 0.752512 0 0 v -8.26052 -0.909768 107.259 -0.218365 0.426916 0.87753 0 0 v -16.2799 8.32223 97.0649 -0.330927 0.697798 0.635268 0 0 v -17.3645 4.74655 99.9751 -0.375552 0.600938 0.705573 0 0 v -11.5422 7.50948 99.9755 -0.245374 0.687476 0.683497 0 0 v -22.3914 4.48332 97.0629 -0.475958 0.577587 0.663218 0 0 v -4.67288 0.780496 107.171 -0.160063 0.492687 0.855359 0 0 v -3.60681 3.96233 105.14 -0.107917 0.618572 0.778282 0 0 v -7.23826 5.98475 102.715 -0.174925 0.660375 0.730278 0 0 v -1.57385 6.95188 102.712 -0.0563134 0.691601 0.720081 0 0 v -0.760633 1.53168 107.149 -0.03183 0.536457 0.843327 0 0 v -2.34225 11.9412 97.0649 -0.0659537 0.791246 0.607931 0 0 v -5.23493 9.14341 99.9755 -0.123863 0.733392 0.668426 0 0 v -9.52385 10.7301 97.0649 -0.197039 0.761864 0.617041 0 0 v -21.1623 -34.2264 94.1021 -0.407738 -0.698858 0.587662 0 0 v -19.1176 -37.4755 91.1633 -0.355478 -0.777792 0.518339 0 0 v -14.2124 -37.4358 94.1098 -0.277337 -0.778913 0.562476 0 0 v -26.9367 -30.0389 94.0728 -0.538773 -0.579472 0.611504 0 0 v -25.9999 -33.5024 91.1199 -0.497596 -0.674479 0.545415 0 0 v -28.5169 -35.4709 85.8103 -0.53674 -0.705365 0.463 0 0 v -23.9661 -36.7322 88.4746 -0.437415 -0.753285 0.491152 0 0 v -30.704 -32.0985 87.9288 -0.60289 -0.625655 0.495055 0 0 v -16.3273 -40.4232 87.9751 -0.283393 -0.857781 0.428836 0 0 v -21.3659 -39.5999 85.8124 -0.357353 -0.831625 0.425086 0 0 v -30.8973 -25.412 94.7757 -0.490976 -0.691676 0.529648 0 0 v -31.4069 -28.4172 91.1286 -0.619022 -0.554078 0.556604 0 0 v -34.6053 -22.2691 98.7281 -0.174531 -0.971587 0.159869 0 0 v -34.5474 -23.2391 94.3843 -0.616123 -0.757534 0.215718 0 0 v -37.1027 -19.2381 93.2463 -0.962168 -0.269062 0.0428773 0 0 v -36.442 -22.2449 90.4655 -0.835659 -0.460864 0.298796 0 0 v -36.8697 -20.8643 96.9538 -0.796729 -0.566388 -0.210778 0 0 v -39.0125 -23.3215 84.3239 -0.83444 -0.400303 0.378771 0 0 v -35.6264 -26.0553 87.7782 -0.758363 -0.473395 0.448087 0 0 v -38.8795 -19.6606 87.4476 -0.865241 -0.274488 0.419542 0 0 v -34.9601 -29.7975 84.4624 -0.744934 -0.552606 0.373764 0 0 v -35.1156 -12.6429 94.3319 -0.722494 0.226498 0.653223 0 0 v -36.9622 -14.6217 93.2892 -0.833573 0.351331 0.426288 0 0 v -35.0356 -14.5608 95.9212 -0.565496 0.695514 0.443255 0 0 v -35.1117 -10.2578 93.9859 -0.738772 0.141566 0.658919 0 0 v -37.6487 -11.1282 91.0087 -0.793239 0.131545 0.594531 0 0 v -41.2129 -9.68472 84.4491 -0.909334 0.137398 0.392725 0 0 v -39.721 -13.0277 87.9239 -0.882071 -0.0192593 0.470722 0 0 v -39.0462 -7.478 87.797 -0.834732 0.242034 0.494612 0 0 v -38.2094 -16.3274 90.5122 -0.934891 -0.0803326 0.345724 0 0 v -41.2217 -16.4087 84.3316 -0.906609 -0.141758 0.397449 0 0 v -37.4453 -17.6233 95.8491 -0.984792 0.143555 -0.097856 0 0 v -32.4307 -3.64788 94.0773 -0.66281 0.366092 0.653192 0 0 v -36.312 -5.86922 90.9523 -0.748122 0.309746 0.586831 0 0 v -27.3702 3.25054 94.1053 -0.568164 0.539437 0.621448 0 0 v -32.0148 1.29852 91.0571 -0.654063 0.501243 0.56653 0 0 v -34.8753 3.35687 84.5107 -0.712654 0.599572 0.364194 0 0 v -36.0012 -0.910318 87.8568 -0.739682 0.460234 0.490974 0 0 v -30.7363 5.59974 87.878 -0.623128 0.641255 0.447776 0 0 v -39.1629 -3.17128 84.4795 -0.83046 0.396153 0.391662 0 0 v -21.2047 8.24727 94.1093 -0.428622 0.691305 0.581705 0 0 v -26.1028 7.29378 91.0623 -0.527685 0.672272 0.519229 0 0 v -14.2124 11.551 94.1098 -0.278888 0.783255 0.555638 0 0 v -19.0986 11.5601 91.0635 -0.372535 0.794403 0.479731 0 0 v -21.0882 13.5788 84.5118 -0.402928 0.875898 0.265428 0 0 v -23.9915 10.7287 87.8798 -0.470776 0.788592 0.395591 0 0 v -16.1623 14.367 87.8792 -0.310853 0.877409 0.365408 0 0 v -28.686 9.1359 84.5123 -0.5648 0.765358 0.308591 0 0 v -6.60413 13.516 94.1098 -0.139685 0.828906 0.541667 0 0 v -11.2738 14.3404 91.0632 -0.221793 0.859854 0.459846 0 0 v -2.93537 15.7435 91.0627 -0.0740885 0.88988 0.450139 0 0 v -3.35401 18.1338 84.5039 -0.080529 0.969382 0.231977 0 0 v -7.60399 16.5681 87.8773 -0.155208 0.923876 0.349805 0 0 v -12.509 16.6001 84.5083 -0.240763 0.939848 0.24232 0 0 v -38.4257 -26.8194 80.8581 -0.826249 -0.501348 0.256832 0 0 v -37.3201 -29.7698 77.1779 -0.813778 -0.57038 0.111493 0 0 v -34.5482 -32.3651 80.7579 -0.758119 -0.599394 0.256871 0 0 v -41.6766 -20.0521 80.8092 -0.915396 -0.294565 0.274374 0 0 v -41.0691 -23.5588 77.1475 -0.894241 -0.428847 0.128152 0 0 v -40.9334 -23.2636 69.5609 -0.874102 -0.43334 -0.219457 0 0 v -39.5048 -26.7583 73.3663 -0.851106 -0.523185 -0.0435508 0 0 v -42.7715 -20.0411 73.3573 -0.949795 -0.31178 -0.026122 0 0 v -35.5441 -32.3501 73.6029 -0.781977 -0.619913 -0.0649665 0 0 v -36.8358 -29.7095 69.6073 -0.772763 -0.585493 -0.245022 0 0 v -42.7909 -12.9351 80.8376 -0.957961 0.000688077 0.286899 0 0 v -43.3563 -16.5356 77.1446 -0.977005 -0.155157 0.146248 0 0 v -41.6668 -5.95466 80.8889 -0.914007 0.293135 0.280469 0 0 v -43.3523 -9.35699 77.1567 -0.976665 0.155893 0.147726 0 0 v -43.2052 -9.4428 69.5609 -0.96277 0.156728 -0.220251 0 0 v -43.918 -12.9424 73.3573 -0.999809 8.82039e-008 -0.0195515 0 0 v -42.7715 -5.84375 73.3573 -0.949829 0.311789 -0.0247392 0 0 v -43.2052 -16.442 69.5609 -0.96277 -0.156729 -0.220252 0 0 v -38.3793 0.710263 80.9115 -0.801895 0.537764 0.260334 0 0 v -41.0794 -2.3789 77.1665 -0.887238 0.441759 0.132885 0 0 v -32.9944 6.89302 80.9148 -0.655769 0.723556 0.215484 0 0 v -36.6342 4.11062 77.1692 -0.743579 0.660573 0.103601 0 0 v -36.5024 3.68484 69.5609 -0.720653 0.657937 -0.218584 0 0 v -39.3601 0.896696 73.3573 -0.82128 0.569129 -0.0398955 0 0 v -33.8828 6.94762 73.3573 -0.655619 0.752577 -0.0615726 0 0 v -40.9334 -2.62125 69.5609 -0.869106 0.443416 -0.219173 0 0 v -25.873 12.0108 80.9147 -0.491123 0.854844 0.167454 0 0 v -30.2379 9.76281 77.1693 -0.575283 0.815493 0.0634112 0 0 v -17.4798 15.8201 80.9108 -0.326707 0.935222 0.136463 0 0 v -22.2755 14.2556 77.1667 -0.409001 0.911984 0.0316866 0 0 v -22.2018 13.5229 69.5571 -0.391831 0.893069 -0.221125 0 0 v -26.6016 11.9954 73.3564 -0.485174 0.870489 -0.0827895 0 0 v -17.989 15.8058 73.3485 -0.322553 0.94145 -0.098143 0 0 v -30.137 9.1553 69.5609 -0.552522 0.804146 -0.219243 0 0 v -8.27961 18.1616 80.9015 -0.163433 0.979178 0.120415 0 0 v -13.2461 17.3763 77.1558 -0.245102 0.969414 0.0127186 0 0 v -3.60384 18.9775 77.1421 -0.082561 0.996574 0.00492296 0 0 v -3.58833 18.1488 69.5222 -0.0799782 0.971338 -0.223845 0 0 v -8.54069 18.1732 73.3301 -0.162298 0.981022 -0.106089 0 0 v -13.2004 16.5732 69.5416 -0.2358 0.945893 -0.2229 0 0 v -22.809 -39.6695 68.1464 -0.376154 -0.840237 -0.390526 0 0 v -25.7425 -36.6223 65.236 -0.439889 -0.766469 -0.467999 0 0 v -20.8124 -37.2143 62.1159 -0.370505 -0.767937 -0.522493 0 0 v -18.2661 -40.2022 65.2368 -0.345985 -0.835828 -0.426246 0 0 v -32.7909 -31.9571 65.8068 -0.600576 -0.659768 -0.451681 0 0 v -27.8087 -33.2785 62.2473 -0.481821 -0.68844 -0.542124 0 0 v -30.408 -35.4339 68.3083 -0.543499 -0.730891 -0.412804 0 0 v -23.1567 -30.4678 56.1425 -0.391332 -0.559518 -0.730616 0 0 v -22.5156 -33.9523 59.052 -0.391367 -0.682612 -0.617149 0 0 v -28.6673 -29.7148 59.0738 -0.496748 -0.578859 -0.646655 0 0 v -15.8198 -36.9943 58.8558 -0.291434 -0.740681 -0.605358 0 0 v -17.095 -33.8876 56.0989 -0.302131 -0.645375 -0.701575 0 0 v -37.8628 -26.0663 65.8696 -0.760018 -0.508726 -0.404439 0 0 v -33.6904 -28.2494 62.3475 -0.620246 -0.55978 -0.549492 0 0 v -41.1101 -19.6575 65.8621 -0.863762 -0.288732 -0.412976 0 0 v -37.7566 -22.4238 62.3401 -0.734387 -0.376595 -0.56467 0 0 v -31.6158 -21.128 56.1425 -0.531137 -0.268332 -0.803674 0 0 v -33.3509 -24.6123 59.0738 -0.59883 -0.42137 -0.681065 0 0 v -36.2678 -18.9284 59.0738 -0.667368 -0.222529 -0.710704 0 0 v -28.144 -26.1292 56.1425 -0.472494 -0.42697 -0.771003 0 0 v -42.2142 -12.9424 65.8621 -0.907366 -9.80026e-007 -0.420341 0 0 v -39.8607 -16.1573 62.3401 -0.800038 -0.131439 -0.585374 0 0 v -41.1101 -6.22737 65.8621 -0.863761 0.288732 -0.412978 0 0 v -39.8607 -9.72756 62.3401 -0.800037 0.13144 -0.585375 0 0 v -33.3958 -10.1669 56.1425 -0.562199 0.0906509 -0.822019 0 0 v -37.2482 -12.9424 59.0738 -0.691893 -9.36163e-009 -0.722 0 0 v -36.2678 -6.95645 59.0738 -0.667369 0.22253 -0.710703 0 0 v -33.3958 -15.7179 56.1425 -0.562199 -0.0906515 -0.822019 0 0 v -37.825 0.148806 65.8621 -0.750708 0.529719 -0.39476 0 0 v -37.7566 -3.46106 62.3401 -0.733874 0.37782 -0.564518 0 0 v -32.5505 5.87273 65.8621 -0.602973 0.704744 -0.373845 0 0 v -33.6526 2.33193 62.3401 -0.622882 0.573724 -0.531845 0 0 v -28.144 0.244399 56.1425 -0.472494 0.426971 -0.771003 0 0 v -33.3509 -1.27255 59.0738 -0.599405 0.421774 -0.68031 0 0 v -28.6673 3.82991 59.0738 -0.500419 0.583129 -0.639954 0 0 v -31.6158 -4.75686 56.1425 -0.531137 0.268333 -0.803674 0 0 v -25.5392 10.6478 65.8613 -0.448917 0.81958 -0.356036 0 0 v -27.7571 7.35727 62.3401 -0.488495 0.717142 -0.497071 0 0 v -17.2496 14.2529 65.8533 -0.300133 0.889611 -0.344255 0 0 v -20.4112 11.3665 62.3373 -0.352156 0.809948 -0.469009 0 0 v -16.95 8.03847 56.1416 -0.292592 0.661413 -0.690596 0 0 v -22.443 8.0853 59.0734 -0.385268 0.70145 -0.599614 0 0 v -15.0946 11.2877 59.0694 -0.262832 0.780137 -0.567719 0 0 v -23.1567 4.58294 56.1425 -0.389784 0.561314 -0.730065 0 0 v -8.16155 16.4938 65.8349 -0.151676 0.928485 -0.338985 0 0 v -12.0887 14.1566 62.3264 -0.213201 0.866779 -0.45082 0 0 v -3.21156 15.5345 62.2279 -0.0707951 0.891855 -0.446747 0 0 v -2.48325 11.3357 55.6244 -0.0821258 0.764903 -0.638889 0 0 v -7.05652 13.2048 58.9753 -0.134114 0.825587 -0.548106 0 0 v -9.93988 10.4244 56.1381 -0.184618 0.727833 -0.660435 0 0 v -17.4796 -30.4589 53.6208 -0.30295 -0.520928 -0.798032 0 0 v -12.0426 -29.7342 51.4139 -0.251012 -0.520239 -0.816299 0 0 v -11.775 -33.0835 53.5815 -0.220117 -0.596926 -0.77151 0 0 v -22.4242 -26.9179 53.6251 -0.369381 -0.412302 -0.832806 0 0 v -16.6148 -26.9753 51.4183 -0.318219 -0.423883 -0.847974 0 0 v -9.04903 -23.1159 47.5221 -0.286699 -0.31413 -0.905056 0 0 v -11.1331 -26.347 49.4185 -0.25073 -0.385902 -0.887814 0 0 v -14.4827 -23.6358 49.4185 -0.290691 -0.287069 -0.912738 0 0 v -7.22277 -28.3709 49.4185 -0.18898 -0.475277 -0.859301 0 0 v -6.33576 -25.1147 47.5221 -0.241982 -0.412577 -0.878194 0 0 v -26.1576 -22.6663 53.6251 -0.418356 -0.281999 -0.863397 0 0 v -20.3107 -23.5013 51.4183 -0.36645 -0.306788 -0.878405 0 0 v -28.4828 -17.9302 53.6251 -0.446876 -0.142768 -0.88313 0 0 v -22.8835 -19.4967 51.4183 -0.395531 -0.185133 -0.8996 0 0 v -12.7844 -17.6941 47.5221 -0.324137 -0.124806 -0.937741 0 0 v -17.0075 -20.3827 49.4185 -0.31427 -0.187402 -0.930653 0 0 v -18.58 -16.7589 49.4185 -0.325732 -0.0920616 -0.940969 0 0 v -11.2513 -20.5974 47.5221 -0.312316 -0.215108 -0.925304 0 0 v -29.2643 -12.9424 53.6251 -0.456273 -3.44314e-007 -0.88984 0 0 v -24.2025 -15.1648 51.4183 -0.40923 -0.0611354 -0.910381 0 0 v -28.4828 -7.95462 53.6251 -0.446876 0.142769 -0.88313 0 0 v -24.2025 -10.72 51.4183 -0.40923 0.0611354 -0.910381 0 0 v -13.5703 -11.3313 47.5221 -0.328678 0.0403907 -0.943578 0 0 v -19.1085 -12.9424 49.4185 -0.329168 6.52093e-009 -0.944271 0 0 v -18.58 -9.12598 49.4185 -0.325732 0.0920617 -0.940969 0 0 v -13.5703 -14.5536 47.5221 -0.328678 -0.0403906 -0.943578 0 0 v -26.1576 -3.21852 53.6251 -0.418356 0.281999 -0.863398 0 0 v -22.8835 -6.38812 51.4183 -0.395531 0.185133 -0.8996 0 0 v -22.4242 1.03309 53.6251 -0.369381 0.412302 -0.832805 0 0 v -20.3107 -2.38352 51.4183 -0.36645 0.306788 -0.878405 0 0 v -11.2513 -5.28749 47.5221 -0.312316 0.215108 -0.925304 0 0 v -17.0075 -5.50214 49.4185 -0.31427 0.187402 -0.930653 0 0 v -14.4827 -2.249 49.4185 -0.290691 0.287068 -0.912738 0 0 v -12.7844 -8.19071 47.5221 -0.324137 0.124806 -0.937741 0 0 v -17.4651 4.57759 53.625 -0.301026 0.524936 -0.796132 0 0 v -16.6148 1.09041 51.4183 -0.318037 0.424151 -0.847908 0 0 v -11.6299 7.23427 53.6242 -0.214497 0.612463 -0.760841 0 0 v -12.0281 3.85297 51.4182 -0.250844 0.524798 -0.813427 0 0 v -6.33576 -0.770115 47.5221 -0.241982 0.412577 -0.878194 0 0 v -11.1331 0.462105 49.4185 -0.25073 0.385902 -0.887814 0 0 v -7.22276 2.48606 49.4185 -0.18898 0.475277 -0.859301 0 0 v -9.04903 -2.76897 47.5221 -0.286699 0.31413 -0.905056 0 0 v -5.27993 8.82482 53.5375 -0.151728 0.654867 -0.740356 0 0 v -6.88416 5.74602 51.4178 -0.167158 0.599381 -0.782816 0 0 v -1.44759 6.83498 51.3325 -0.106363 0.597265 -0.79496 0 0 v -0.249818 1.41576 47.5221 -0.1204 0.540297 -0.832816 0 0 v -3.02005 3.75145 49.4185 -0.12472 0.531349 -0.837922 0 0 v -3.35017 0.586594 47.5221 -0.171256 0.499252 -0.849364 0 0 v -54.1295 -24.0375 126.015 -0.0545037 -0.00715731 0.998488 0 0 v -55.3818 -24.1679 125.833 -0.260387 -0.0244343 0.965195 0 0 v -55.1026 -25.1226 125.722 -0.207883 -0.323225 0.923207 0 0 v -53.8755 -24.9038 125.915 -0.0199355 -0.237956 0.971071 0 0 v -56.4448 -23.3203 125.27 -0.507185 0.23441 0.829346 0 0 v -56.4663 -24.3088 125.378 -0.507898 -0.0643647 0.859009 0 0 v -55.4604 -23.1929 125.683 -0.29779 0.241944 0.923463 0 0 v -57.0898 -25.3177 124.568 -0.627832 -0.419466 0.655649 0 0 v -56.1871 -25.2635 125.268 -0.437369 -0.394114 0.808321 0 0 v -57.3438 -24.4514 124.668 -0.703031 -0.117202 0.701435 0 0 v -54.6289 -26.021 125.357 -0.162656 -0.542956 0.823858 0 0 v -55.6133 -26.1484 124.944 -0.337522 -0.613073 0.714297 0 0 v -34.6967 -19.2348 104.323 0.470453 0.194423 0.86074 0 0 v -38.5258 -20.9218 107.355 0.685744 -0.204254 0.698595 0 0 v -35.1154 -20.8623 104.256 0.475621 -0.628036 0.615918 0 0 v -44.1683 -22.6423 113.798 0.811392 -0.281709 0.512137 0 0 v -41.9388 -22.2847 110.609 0.672268 -0.602557 0.430095 0 0 v -41.5793 -21.2883 110.583 0.719374 0.174455 0.672359 0 0 v -42.6475 -22.81 110.084 0.197822 -0.978528 -0.0578691 0 0 v -39.1477 -21.9033 106.92 0.425233 -0.866149 0.262608 0 0 v -44.6809 -23.4351 113.445 0.51076 -0.849324 0.133318 0 0 v -36.4392 -21.7964 102.924 0.144344 -0.981224 0.127922 0 0 v -40.2323 -22.1188 106.026 -0.0841643 -0.980095 -0.179806 0 0 v -38.0649 -21.603 101.459 -0.411555 -0.880034 -0.236984 0 0 v -45.6449 -23.5722 112.933 -0.0745379 -0.936357 -0.343045 0 0 v -43.6365 -22.541 109.494 -0.321251 -0.847522 -0.422497 0 0 v -44.09 -21.6681 108.917 -0.772089 -0.194523 -0.605011 0 0 v -41.193 -21.3893 105.184 -0.613122 -0.61962 -0.490054 0 0 v -46.5833 -22.9861 112.512 -0.515838 -0.607036 -0.604498 0 0 v -38.9186 -19.9109 100.463 -0.866353 -0.234767 -0.440814 0 0 v -40.9364 -19.9458 104.242 -0.858098 0.294045 -0.420957 0 0 v -37.7394 -17.3917 98.9529 -0.735692 0.67693 -0.022886 0 0 v -46.6294 -21.9989 112.281 -0.76242 0.323803 -0.560239 0 0 v -43.2903 -20.5115 108.405 -0.686475 0.659249 -0.306827 0 0 v -41.978 -19.7361 108.386 -0.230383 0.965147 0.124156 0 0 v -39.2308 -18.4161 103.484 -0.497552 0.867427 0.00361804 0 0 v -45.6929 -21.062 112.306 -0.471207 0.863317 -0.180687 0 0 v -34.6645 -15.7796 99.1716 -0.3458 0.877685 0.331801 0 0 v -37.918 -18.2781 104.605 -0.0367458 0.924793 0.378692 0 0 v -33.847 -17.1492 102.557 -0.00499545 0.804074 0.594509 0 0 v -44.7094 -20.9212 112.847 0.14938 0.933993 0.324567 0 0 v -41.5342 -20.2443 109.608 0.318869 0.793204 0.518796 0 0 v -38.0854 -19.5497 106.596 0.429447 0.571536 0.699229 0 0 v -44.1949 -21.6514 113.597 0.622383 0.525066 0.580469 0 0 v -45.5694 -22.6613 116.003 0.848341 0.16123 0.504304 0 0 v -46.2151 -23.6033 117.326 0.949521 -0.222345 0.221299 0 0 v -45.7834 -23.7277 115.744 0.75924 -0.60336 0.243951 0 0 v -46.2622 -24.0491 118.882 0.983394 -0.114736 -0.140614 0 0 v -46.6544 -24.6326 117.929 0.865357 -0.471139 -0.170836 0 0 v -46.3933 -23.0296 118.411 0.961614 0.271759 0.0380212 0 0 v -48.0673 -25.5483 117.156 0.34208 -0.764017 -0.547047 0 0 v -46.9348 -24.7149 116.779 0.600815 -0.786563 -0.142618 0 0 v -47.3326 -25.696 118.07 0.648122 -0.633909 -0.422016 0 0 v -46.6866 -24.3305 115.218 0.24336 -0.943307 -0.225714 0 0 v -48.4056 -24.9074 116.151 0.00222251 -0.824179 -0.566325 0 0 v -47.9732 -24.0238 114.744 -0.266462 -0.775365 -0.572544 0 0 v -49.5331 -25.976 117.149 0.0991682 -0.653587 -0.750326 0 0 v -50.0852 -25.0737 116.492 -0.109071 -0.574245 -0.811386 0 0 v -51.4251 -23.6766 116.304 -0.357994 0.00233648 -0.933721 0 0 v -49.8926 -24.0847 115.757 -0.378392 -0.468144 -0.798537 0 0 v -51.7635 -24.7493 116.579 -0.198048 -0.312646 -0.928994 0 0 v -48.7851 -23.0962 114.531 -0.655844 -0.132912 -0.743104 0 0 v -50.2509 -22.776 115.874 -0.548502 0.37726 -0.746204 0 0 v -48.3759 -21.9874 114.717 -0.58351 0.669595 -0.45952 0 0 v -52.336 -22.8145 116.801 -0.28913 0.367697 -0.883857 0 0 v -50.9734 -22.0554 116.839 -0.297074 0.627984 -0.719294 0 0 v -49.3699 -21.1215 117.666 0.0499079 0.922505 -0.382744 0 0 v -49.2946 -21.6315 116.439 -0.308032 0.864722 -0.396702 0 0 v -50.9644 -21.139 117.703 -0.10475 0.758664 -0.643006 0 0 v -47.245 -21.3244 115.158 -0.129313 0.991604 -0.000636509 0 0 v -47.8219 -21.4386 117.069 0.250871 0.965908 0.063911 0 0 v -46.1745 -21.6892 115.734 0.45617 0.79705 0.395753 0 0 v -48.7639 -20.8589 118.624 0.343749 0.890907 -0.296854 0 0 v -47.5426 -21.6143 118.276 0.557992 0.828345 -0.0498981 0 0 v -46.5715 -22.2943 117.446 0.7404 0.600861 0.301288 0 0 v -46.8348 -22.1143 119.103 0.781458 0.617645 -0.0885353 0 0 v -46.2692 -23.0757 119.761 0.960825 0.277075 0.00660366 0 0 v -46.2385 -24.399 120.155 0.981261 -0.177729 0.0744197 0 0 v -46.6295 -25.2961 119.098 0.865222 -0.465744 -0.18567 0 0 v -46.6633 -24.7319 121.568 0.893683 -0.25134 0.371697 0 0 v -46.8848 -25.865 120.327 0.819915 -0.567035 0.0788079 0 0 v -46.4474 -23.1655 121.13 0.926591 0.235653 0.293081 0 0 v -49.2718 -27.401 119.032 0.28018 -0.886296 -0.368752 0 0 v -47.6191 -26.519 119.114 0.623352 -0.739107 -0.255253 0 0 v -48.2619 -27.1846 120.366 0.544586 -0.8387 0.00292456 0 0 v -48.5909 -26.5611 118.031 0.343733 -0.7556 -0.557599 0 0 v -50.457 -26.8761 117.927 0.0413271 -0.758303 -0.650591 0 0 v -51.3903 -25.8979 117.106 -0.0981974 -0.561782 -0.821437 0 0 v -51.5481 -27.5959 118.992 -0.0486098 -0.881226 -0.470189 0 0 v -52.6777 -26.5915 117.904 -0.197577 -0.684713 -0.70152 0 0 v -54.9436 -24.2312 117.577 -0.483657 -0.0437467 -0.874164 0 0 v -53.3334 -25.2918 117.188 -0.290839 -0.393159 -0.872261 0 0 v -54.8788 -25.7601 118.133 -0.43112 -0.506338 -0.746831 0 0 v -53.2516 -23.9584 116.839 -0.32798 0.00969986 -0.944635 0 0 v -54.0759 -22.798 117.472 -0.398512 0.379895 -0.834786 0 0 v -52.6331 -21.7135 117.583 -0.259256 0.613264 -0.746119 0 0 v -55.7408 -22.8733 118.46 -0.570469 0.387438 -0.724194 0 0 v -54.1956 -21.5023 118.482 -0.389042 0.661607 -0.641032 0 0 v -51.498 -19.9367 119.88 -0.00328471 0.964711 -0.263292 0 0 v -52.3132 -20.6418 118.636 -0.181628 0.813126 -0.553026 0 0 v -53.7031 -20.379 119.81 -0.299948 0.870675 -0.389816 0 0 v -50.4135 -20.424 118.731 0.0757115 0.898593 -0.432203 0 0 v -49.4752 -20.2847 119.823 0.307823 0.939589 -0.149724 0 0 v -47.8723 -21.1117 119.575 0.56374 0.81989 -0.0998908 0 0 v -50.4169 -19.9677 121.184 0.238175 0.967964 0.0794824 0 0 v -48.4027 -20.7757 120.905 0.52076 0.843444 0.131951 0 0 v -46.981 -21.9053 120.439 0.77049 0.628412 0.106976 0 0 v -47.5253 -21.8451 121.896 0.702399 0.600578 0.382023 0 0 v -47.211 -23.3487 122.722 0.811469 0.174054 0.557874 0 0 v -47.7768 -25.0508 123.239 0.74192 -0.295322 0.601947 0 0 v -47.6948 -26.3362 121.835 0.706272 -0.621922 0.338221 0 0 v -49.555 -25.2423 124.74 0.489794 -0.318097 0.811737 0 0 v -49.1449 -26.5972 123.49 0.535327 -0.62525 0.567879 0 0 v -48.6648 -23.6322 124.37 0.627328 0.097783 0.772592 0 0 v -51.7677 -28.2835 122.069 0.0827471 -0.989856 0.115493 0 0 v -49.4626 -27.6366 121.971 0.431873 -0.869237 0.240651 0 0 v -51.1023 -27.6168 123.576 0.247322 -0.82005 0.516091 0 0 v -50.3376 -28.0352 120.403 0.193415 -0.970555 -0.143575 0 0 v -52.9282 -28.0695 120.523 -0.137766 -0.95572 -0.260037 0 0 v -54.1082 -27.1378 119.153 -0.302896 -0.792183 -0.529812 0 0 v -54.2832 -28.0154 122.246 -0.252711 -0.964765 0.0732531 0 0 v -55.5098 -27.3929 120.829 -0.411035 -0.867547 -0.280024 0 0 v -57.9999 -24.7992 120.467 -0.852716 -0.189103 -0.486946 0 0 v -56.4407 -26.1331 119.616 -0.564955 -0.603865 -0.562293 0 0 v -57.5071 -26.2387 121.415 -0.706685 -0.683103 -0.184301 0 0 v -56.6174 -24.5243 118.789 -0.661358 -0.108648 -0.742159 0 0 v -57.3505 -23.0891 119.961 -0.746245 0.374855 -0.550094 0 0 v -55.7916 -21.5044 119.792 -0.534052 0.693028 -0.484252 0 0 v -58.341 -23.4443 121.732 -0.94313 0.295855 -0.151577 0 0 v -57.1802 -21.802 121.462 -0.692585 0.683053 -0.231872 0 0 v -54.2177 -20.0835 122.998 -0.20508 0.956648 0.2068 0 0 v -55.2027 -20.4595 121.385 -0.41772 0.889181 -0.18673 0 0 v -56.3679 -21.0295 123.039 -0.561124 0.809442 0.17304 0 0 v -52.8066 -19.7729 121.339 -0.0959822 0.993845 -0.0553218 0 0 v -51.7372 -20.0266 122.834 0.152946 0.939433 0.306713 0 0 v -49.3781 -20.7028 122.473 0.44246 0.816434 0.371033 0 0 v -53.1871 -20.6309 124.369 0.0140537 0.798784 0.601453 0 0 v -50.8153 -21.0063 124.124 0.323449 0.726377 0.60643 0 0 v -48.6866 -22.0068 123.584 0.588177 0.531675 0.609401 0 0 v -50.3889 -22.448 125.058 0.384437 0.390438 0.83652 0 0 v -50.7354 -23.9803 125.537 0.336865 -0.00623521 0.941532 0 0 v -51.827 -25.1983 125.627 0.209269 -0.3106 0.927218 0 0 v -51.132 -26.4255 124.809 0.268648 -0.559897 0.783801 0 0 v -53.2773 -25.8555 125.543 0.038459 -0.463481 0.885272 0 0 v -52.8769 -24.3075 125.988 0.0824465 -0.0887891 0.992632 0 0 v -54.5538 -26.8067 124.743 -0.199969 -0.695902 0.689734 0 0 v -52.9602 -26.9364 124.771 0.039339 -0.680369 0.731813 0 0 v -53.2931 -27.8178 123.635 -0.0761321 -0.888075 0.453351 0 0 v -55.254 -27.2273 123.811 -0.342598 -0.831094 0.438074 0 0 v -56.3772 -27.0859 122.615 -0.511036 -0.845566 0.154468 0 0 v -56.5455 -26.2736 124.174 -0.51368 -0.678982 0.524515 0 0 v -57.8729 -24.9451 123.897 -0.791316 -0.289996 0.538258 0 0 v -57.6062 -25.931 123.209 -0.714033 -0.628496 0.308464 0 0 v -58.4285 -24.9488 122.319 -0.957541 -0.280071 0.0683765 0 0 v -58.2041 -23.9145 123.439 -0.914707 0.117113 0.386777 0 0 v -57.7491 -22.4767 123.139 -0.815036 0.519975 0.255621 0 0 v -57.3936 -23.3991 124.504 -0.72766 0.241693 0.641947 0 0 v -55.8519 -22.4132 125.247 -0.39799 0.413478 0.818926 0 0 v -56.7605 -22.1469 124.392 -0.614401 0.538484 0.576668 0 0 v -55.3052 -21.0576 124.404 -0.338698 0.741268 0.579488 0 0 v -54.4667 -21.856 125.351 -0.141238 0.523177 0.840439 0 0 v -52.5039 -21.8163 125.333 0.119512 0.510018 0.851821 0 0 v -54.1254 -22.981 125.873 -0.0689324 0.266078 0.961484 0 0 v -52.4249 -23.1819 125.858 0.138897 0.205882 0.968669 0 0 v -5.36974 0.522858 46.1521 -0.364606 0.815886 0.448768 0 0 v -7.53778 0.184685 44.7367 -0.444149 0.778113 0.444153 0 0 v -8.44321 -1.256 46.1522 -0.517764 0.717798 0.465496 0 0 v -8.58368 1.02798 41.5883 -0.466369 0.831161 0.302774 0 0 v -9.75686 -0.426533 43.2307 -0.529179 0.755485 0.386279 0 0 v -6.32029 1.51561 43.2306 -0.374594 0.856916 0.354082 0 0 v -12.6698 -2.90915 43.2321 -0.652207 0.628223 0.424218 0 0 v -10.587 -1.97794 44.7372 -0.58863 0.678667 0.439233 0 0 v -11.9228 -1.29252 41.5889 -0.609865 0.720998 0.328978 0 0 v -11.0797 -3.59722 46.1527 -0.621962 0.566206 0.540901 0 0 v -13.0408 -4.58318 44.7389 -0.671934 0.506221 0.540597 0 0 v -13.062 -6.34634 46.1586 -0.72045 0.399639 0.56678 0 0 v -14.588 -4.02736 41.5915 -0.734086 0.578447 0.355692 0 0 v -14.8489 -5.71492 43.2406 -0.756685 0.457141 0.467387 0 0 v -16.1685 -8.77624 43.292 -0.832835 0.236165 0.500612 0 0 v -14.7246 -7.52261 44.7698 -0.781772 0.326935 0.530986 0 0 v -16.4228 -7.00631 41.6031 -0.842111 0.381574 0.381117 0 0 v -14.2686 -9.43337 46.2011 -0.760958 0.197635 0.617967 0 0 v -15.5179 -10.7894 44.8846 -0.794749 0.127662 0.593359 0 0 v -14.5791 -12.7887 46.345 -0.777448 0.00289101 0.628941 0 0 v -17.3368 -10.1497 41.6364 -0.89936 0.18076 0.398092 0 0 v -16.7184 -11.8189 43.3654 -0.818104 0.206282 0.5368 0 0 v -17.6585 -13.5294 43.1994 -0.587575 0.594301 0.549147 0 0 v -16.3337 -13.6255 44.5 -0.643969 0.242208 0.725699 0 0 v -17.8565 -12.5749 41.7899 -0.840637 0.404239 0.360445 0 0 v -15.2453 -16.4964 45.4666 -0.406319 -0.102821 0.907928 0 0 v -15.0603 -14.6076 45.7048 -0.595806 0.0135817 0.803014 0 0 v -16.451 -15.3319 44.9715 -0.314389 0.238188 0.918926 0 0 v -13.926 -16.2467 46.6405 -0.778024 -0.196289 0.596782 0 0 v -14.1802 -18.0809 45.7059 -0.692834 -0.309397 0.651348 0 0 v -12.883 -19.5273 46.3435 -0.699944 -0.382093 0.603393 0 0 v -15.775 -17.9309 44.9944 -0.208836 -0.364413 0.907519 0 0 v -14.8643 -19.3573 44.5157 -0.469916 -0.54729 0.69257 0 0 v -15.7868 -20.6131 41.8127 -0.539726 -0.789656 0.291785 0 0 v -14.4159 -20.8647 43.3671 -0.619606 -0.616359 0.485995 0 0 v -16.012 -19.8458 43.2565 -0.313615 -0.812298 0.491751 0 0 v -12.5145 -23.1208 43.2857 -0.645726 -0.628904 0.433033 0 0 v -12.838 -21.3906 44.8805 -0.685835 -0.535244 0.493096 0 0 v -14.2442 -22.2765 41.6302 -0.701069 -0.620658 0.35112 0 0 v -11.0296 -22.2942 46.1986 -0.623508 -0.565644 0.539707 0 0 v -10.5465 -23.9247 44.7655 -0.570772 -0.659894 0.48863 0 0 v -8.43821 -24.6295 46.1568 -0.517609 -0.717463 0.466184 0 0 v -11.8541 -24.6761 41.5967 -0.60112 -0.728903 0.327652 0 0 v -9.74133 -25.4728 43.2361 -0.525129 -0.757705 0.387457 0 0 v -6.32029 -27.4005 43.2306 -0.374594 -0.856916 0.354083 0 0 v -7.53778 -26.0695 44.7367 -0.453997 -0.795997 0.400345 0 0 v -8.58368 -26.9128 41.5883 -0.464521 -0.832283 0.30253 0 0 v -5.36974 -26.4077 46.1521 -0.364606 -0.815886 0.448768 0 0 v -4.12138 -27.5795 44.7367 -0.278385 -0.868704 0.409701 0 0 v -2.07608 -27.4784 46.1521 -0.189698 -0.897739 0.397591 0 0 v -3.35017 -26.4714 47.5221 -0.282282 -0.856474 0.432169 0 0 v -4.79276 -28.5582 41.5883 -0.288333 -0.916044 0.278797 0 0 v -2.5752 -28.5892 43.2306 -0.19121 -0.924428 0.329958 0 0 v -0.515223 -28.3333 44.7367 -0.0959258 -0.931595 0.350613 0 0 v -0.746323 -29.3894 41.5883 -0.097467 -0.959165 0.265523 0 0 v -0.249818 -27.1373 47.5221 -0.0953876 -0.906667 0.41092 0 0 v -7.07657 2.32645 39.7645 -0.38635 0.894949 0.223161 0 0 v -9.32499 1.64865 37.7966 -0.480642 0.861091 0.16585 0 0 v -10.8003 0.245803 39.7646 -0.55342 0.796964 0.242021 0 0 v -9.65893 1.93785 33.5791 -0.487461 0.872707 0.0276445 0 0 v -11.4297 0.662903 35.7224 -0.569824 0.815485 0.101415 0 0 v -7.53396 2.83581 35.7223 -0.392902 0.914708 0.0945326 0 0 v -14.6764 -2.13163 35.7231 -0.72556 0.680664 0.101284 0 0 v -12.865 -0.812733 37.7971 -0.639104 0.748726 0.175942 0 0 v -13.2868 -0.605006 33.5792 -0.656036 0.754256 0.0267224 0 0 v -13.9259 -2.39908 39.7659 -0.694446 0.672161 0.256798 0 0 v -15.666 -3.74181 37.7989 -0.782686 0.596501 0.177733 0 0 v -16.2502 -5.37553 39.7684 -0.82485 0.498824 0.266076 0 0 v -16.1401 -3.68797 33.5798 -0.807667 0.589334 0.0189827 0 0 v -17.071 -5.34277 35.7228 -0.864789 0.493005 0.095317 0 0 v -18.5432 -8.91777 35.7074 -0.961786 0.254515 0.100942 0 0 v -17.588 -7.01954 37.793 -0.906652 0.382426 0.178136 0 0 v -18.0829 -7.1584 33.5769 -0.926804 0.375258 0.0146816 0 0 v -17.6829 -8.62096 39.765 -0.924797 0.262955 0.274962 0 0 v -18.5747 -10.6567 37.7602 -0.969779 0.152571 0.190395 0 0 v -18.2677 -11.8463 39.8593 -0.94816 0.202389 0.245012 0 0 v -19.071 -10.9226 33.5624 -0.991299 0.12987 0.0214464 0 0 v -19.0661 -12.8061 35.5845 -0.995883 0.012613 0.0897616 0 0 v -18.6641 -16.7943 35.14 -0.967002 -0.249257 0.0527011 0 0 v -18.8767 -14.8911 36.9158 -0.997356 -0.0712138 0.0144639 0 0 v -19.1124 -14.8414 33.3757 -0.993389 -0.113981 0.0136479 0 0 v -19.1289 -15.6102 38.5906 -0.860859 0.143821 -0.488096 0 0 v -18.8393 -13.7852 38.7885 -0.982193 0.187779 -0.0059755 0 0 v -18.6463 -16.8896 37.6689 -0.936965 -0.242938 -0.251152 0 0 v -18.7757 -13.6203 40.5448 -0.810739 0.585339 -0.00901807 0 0 v -17.9054 -18.6645 36.9169 -0.907146 -0.420812 0.00166503 0 0 v -17.2918 -19.7728 38.8041 -0.769755 -0.637431 -0.0340535 0 0 v -18.4269 -18.2946 38.6134 -0.710507 -0.538172 -0.453376 0 0 v -18.1181 -18.6814 33.3753 -0.924481 -0.381089 0.0103427 0 0 v -17.0726 -20.5192 35.5827 -0.865507 -0.494766 0.07813 0 0 v -14.6688 -23.753 35.7043 -0.727555 -0.678481 0.101623 0 0 v -15.5943 -22.2119 37.756 -0.772929 -0.610505 0.172816 0 0 v -16.1325 -22.1967 33.5611 -0.808106 -0.588643 0.0215519 0 0 v -15.8734 -21.1881 39.8611 -0.722111 -0.6623 0.199787 0 0 v -13.8146 -23.6242 39.7587 -0.692607 -0.67747 0.247649 0 0 v -17.1031 -20.0218 40.6018 -0.500601 -0.865279 -0.0262687 0 0 v -12.8507 -25.0859 37.7885 -0.639821 -0.749007 0.172098 0 0 v -10.7891 -26.1445 39.7639 -0.550298 -0.799805 0.239757 0 0 v -13.2853 -25.2798 33.5755 -0.656481 -0.753854 0.0271633 0 0 v -11.4289 -26.5477 35.7205 -0.570327 -0.815157 0.101228 0 0 v -7.53396 -28.7207 35.7223 -0.392902 -0.914708 0.0945328 0 0 v -9.32499 -27.5335 37.7966 -0.480514 -0.861164 0.165842 0 0 v -9.65894 -27.8227 33.5791 -0.487507 -0.872681 0.0276451 0 0 v -7.07657 -28.2113 39.7645 -0.38635 -0.894949 0.223161 0 0 v -5.26922 -29.2783 37.7966 -0.294365 -0.943325 0.153255 0 0 v -2.97256 -29.4962 39.7645 -0.195872 -0.958211 0.208483 0 0 v -5.4841 -29.6138 33.5791 -0.29706 -0.954514 0.0256417 0 0 v -3.2131 -30.0658 35.7223 -0.198605 -0.976059 0.088683 0 0 v -0.91042 -30.1664 37.7966 -0.0994521 -0.984209 0.146432 0 0 v -0.984469 -30.5284 33.5791 -0.100364 -0.994647 0.024569 0 0 v -7.61273 2.92583 31.4043 -0.394152 0.918185 -0.03976 0 0 v -9.51494 1.81179 29.2297 -0.485748 0.867988 -0.103184 0 0 v -11.5375 0.733325 31.4044 -0.574876 0.817078 -0.0435977 0 0 v -8.96977 1.33453 25.0062 -0.478245 0.851871 -0.213538 0 0 v -11.128 0.450276 27.0865 -0.568632 0.805559 -0.166531 0 0 v -7.31522 2.58582 27.0865 -0.390563 0.90764 -0.153785 0 0 v -14.3086 -2.34194 27.0865 -0.727893 0.66134 -0.181109 0 0 v -13.1027 -0.7148 29.2297 -0.655319 0.746874 -0.112854 0 0 v -12.4097 -1.09542 25.0062 -0.642704 0.730404 -0.231174 0 0 v -14.8012 -2.1174 31.4045 -0.736724 0.674264 -0.0510493 0 0 v -15.924 -3.80769 29.2297 -0.806538 0.577867 -0.124764 0 0 v -17.1979 -5.43596 31.4044 -0.873716 0.482644 -0.0606192 0 0 v -15.1273 -4.08558 25.0062 -0.788148 0.562535 -0.249754 0 0 v -16.6482 -5.61168 27.0865 -0.860259 0.470994 -0.195239 0 0 v -18.0774 -9.19787 27.0865 -0.947503 0.245634 -0.204701 0 0 v -17.8416 -7.29601 29.2294 -0.920435 0.367151 -0.134163 0 0 v -16.9809 -7.46996 25.0062 -0.896021 0.356355 -0.264873 0 0 v -18.6612 -9.08106 31.4014 -0.965699 0.251819 -0.0633375 0 0 v -18.812 -11.0274 29.228 -0.982454 0.12602 -0.137485 0 0 v -19.1568 -12.9152 31.3768 -0.997994 0.00554935 -0.0630709 0 0 v -17.9202 -11.0918 25.0062 -0.954175 0.121585 -0.273437 0 0 v -18.5558 -12.9424 27.0865 -0.978081 -8.92586e-007 -0.208227 0 0 v -18.0774 -16.687 27.0865 -0.947108 -0.245534 -0.206637 0 0 v -18.8161 -14.8454 29.2093 -0.98218 -0.123183 -0.141942 0 0 v -17.9202 -14.7931 25.0062 -0.954175 -0.121586 -0.273437 0 0 v -18.6854 -16.7692 31.2879 -0.965348 -0.250091 -0.0745512 0 0 v -17.8451 -18.5843 29.2093 -0.919433 -0.368313 -0.137797 0 0 v -17.1982 -20.4443 31.3764 -0.872344 -0.485159 -0.0603061 0 0 v -16.9809 -18.4149 25.0062 -0.896021 -0.356354 -0.264873 0 0 v -16.6482 -20.2732 27.0865 -0.860233 -0.470979 -0.195391 0 0 v -14.3086 -23.5429 27.0865 -0.727897 -0.661345 -0.181077 0 0 v -15.9232 -22.0771 29.2279 -0.806495 -0.578012 -0.124373 0 0 v -15.1273 -21.7993 25.0062 -0.788148 -0.562535 -0.249755 0 0 v -14.7997 -23.7674 31.4007 -0.736993 -0.674009 -0.050536 0 0 v -13.1025 -25.17 29.2293 -0.655348 -0.746858 -0.112795 0 0 v -11.5374 -26.6182 31.404 -0.574934 -0.81704 -0.0435584 0 0 v -12.4097 -24.7894 25.0062 -0.642704 -0.730404 -0.231173 0 0 v -11.128 -26.3351 27.0865 -0.568633 -0.805559 -0.166529 0 0 v -7.31522 -28.4707 27.0865 -0.390563 -0.90764 -0.153785 0 0 v -9.51494 -27.6966 29.2297 -0.48575 -0.867986 -0.103184 0 0 v -8.96977 -27.2194 25.0062 -0.478245 -0.851871 -0.213539 0 0 v -7.61273 -28.8107 31.4043 -0.394152 -0.918185 -0.03976 0 0 v -5.39141 -29.4676 29.2297 -0.296067 -0.950356 -0.0957476 0 0 v -3.25455 -30.1665 31.4043 -0.199146 -0.979257 -0.0373606 0 0 v -5.04047 -28.9139 25.0062 -0.292599 -0.935384 -0.198601 0 0 v -3.09799 -29.7863 27.0865 -0.197596 -0.969551 -0.14466 0 0 v -0.952523 -30.3706 29.2297 -0.100017 -0.990745 -0.0917648 0 0 v -0.831569 -29.7734 25.0062 -0.098792 -0.976699 -0.190521 0 0 v -6.72579 1.91219 23.0204 -0.382939 0.885292 -0.26385 0 0 v -8.09986 0.572977 21.1642 -0.460268 0.815407 -0.35109 0 0 v -10.317 -0.108389 23.0204 -0.554049 0.782381 -0.284445 0 0 v -6.83243 -0.536588 17.9815 -0.407407 0.714952 -0.56821 0 0 v -9.10651 -0.942291 19.4729 -0.513941 0.721805 -0.463533 0 0 v -5.84598 0.90669 19.4729 -0.360294 0.82542 -0.434592 0 0 v -11.8821 -3.39845 19.4729 -0.645341 0.582414 -0.494296 0 0 v -11.3043 -1.70106 21.1642 -0.612944 0.69422 -0.377305 0 0 v -9.69361 -2.58347 17.9815 -0.531325 0.598337 -0.599738 0 0 v -13.3351 -2.76579 23.0204 -0.705168 0.639073 -0.30712 0 0 v -13.8572 -4.52054 21.1642 -0.745251 0.53021 -0.404325 0 0 v -15.5679 -5.89491 23.0204 -0.8289 0.45288 -0.328367 0 0 v -12.0067 -5.15426 17.9815 -0.63357 0.448268 -0.630591 0 0 v -13.9552 -6.31793 19.4728 -0.749108 0.407674 -0.522148 0 0 v -15.2351 -9.55236 19.472 -0.81434 0.209423 -0.541288 0 0 v -15.6099 -7.73105 21.1642 -0.840991 0.333637 -0.425935 0 0 v -13.611 -8.11336 17.9806 -0.703597 0.277374 -0.654228 0 0 v -16.9378 -9.33907 23.0204 -0.909351 0.2353 -0.343097 0 0 v -16.5008 -11.1797 21.1638 -0.891609 0.11362 -0.43832 0 0 v -17.3968 -12.9424 23.0204 -0.937473 -5.58434e-007 -0.348058 0 0 v -14.4265 -11.3174 17.977 -0.738448 0.0955647 -0.667505 0 0 v -15.6743 -12.9503 19.477 -0.838191 0.00750353 -0.545325 0 0 v -15.3062 -16.3446 19.5107 -0.826354 -0.213203 -0.521233 0 0 v -16.5128 -14.709 21.1703 -0.895497 -0.11081 -0.431053 0 0 v -14.5457 -14.6057 18.0421 -0.753849 -0.0762946 -0.652603 0 0 v -16.9378 -16.5458 23.0204 -0.910421 -0.235575 -0.340056 0 0 v -15.6214 -18.1549 21.1703 -0.842956 -0.337533 -0.418923 0 0 v -15.5679 -19.9899 23.0204 -0.828997 -0.452932 -0.32805 0 0 v -13.7266 -17.7829 18.0421 -0.709337 -0.300315 -0.637693 0 0 v -13.9649 -19.5647 19.477 -0.747133 -0.414852 -0.519316 0 0 v -11.8812 -22.4848 19.472 -0.64539 -0.581834 -0.494914 0 0 v -13.8568 -21.3635 21.1638 -0.744854 -0.530396 -0.404812 0 0 v -12.0023 -20.7225 17.977 -0.631626 -0.449816 -0.631438 0 0 v -13.3351 -23.1191 23.0204 -0.70515 -0.639055 -0.3072 0 0 v -11.3042 -24.1836 21.1642 -0.612965 -0.694127 -0.377441 0 0 v -10.317 -25.7765 23.0204 -0.554047 -0.78238 -0.284453 0 0 v -9.69273 -23.2998 17.9806 -0.531542 -0.597729 -0.600153 0 0 v -9.10642 -24.9424 19.4728 -0.514019 -0.721695 -0.463617 0 0 v -5.84598 -26.7915 19.4729 -0.360294 -0.82542 -0.434592 0 0 v -8.09986 -26.4578 21.1642 -0.460276 -0.815403 -0.35109 0 0 v -6.83243 -25.3483 17.9815 -0.407465 -0.714911 -0.568221 0 0 v -6.72579 -27.797 23.0204 -0.38294 -0.885291 -0.26385 0 0 v -4.48049 -28.0305 21.1642 -0.283908 -0.900888 -0.328325 0 0 v -2.7878 -29.033 23.0204 -0.194295 -0.948871 -0.248783 0 0 v -3.66461 -26.7434 17.9815 -0.256217 -0.802258 -0.539199 0 0 v -2.3248 -27.9087 19.4729 -0.184203 -0.892111 -0.412561 0 0 v -0.63857 -28.8204 21.1642 -0.0958244 -0.943994 -0.315742 0 0 v -0.357375 -27.4319 17.9815 -0.0866684 -0.848314 -0.522352 0 0 v -4.59444 -0.523648 16.7254 -0.301093 0.678367 -0.670194 0 0 v -5.10286 -2.04193 15.6751 -0.316507 0.541969 -0.77852 0 0 v -7.38451 -2.12853 16.7254 -0.416279 0.579025 -0.701029 0 0 v -3.04503 -3.76432 14.0746 -0.241372 0.382265 -0.891972 0 0 v -5.17755 -3.62258 14.7938 -0.305036 0.414855 -0.857233 0 0 v -3.02496 -2.28191 14.8144 -0.238634 0.500586 -0.832146 0 0 v -7.21394 -5.42777 14.8019 -0.364021 0.326512 -0.872284 0 0 v -7.49677 -3.78408 15.6738 -0.396869 0.443722 -0.803496 0 0 v -4.89134 -5.18492 14.0614 -0.282237 0.316884 -0.905498 0 0 v -9.81517 -4.29842 16.7254 -0.509563 0.456581 -0.729301 0 0 v -9.49387 -6.01471 15.6761 -0.463824 0.326123 -0.823718 0 0 v -11.6607 -6.92034 16.7249 -0.578728 0.31259 -0.753234 0 0 v -6.60073 -7.00453 14.0852 -0.328457 0.232756 -0.915391 0 0 v -8.79725 -7.66023 14.8068 -0.408869 0.223503 -0.884801 0 0 v -9.7879 -10.1281 14.8026 -0.436647 0.117405 -0.891939 0 0 v -10.8984 -8.62218 15.6743 -0.508068 0.200252 -0.837715 0 0 v -7.79845 -9.15232 14.0895 -0.355535 0.147264 -0.922989 0 0 v -12.8087 -9.86233 16.7208 -0.620088 0.157314 -0.768598 0 0 v -11.6078 -11.455 15.6645 -0.528927 0.0937395 -0.843475 0 0 v -13.2438 -12.9819 16.7461 -0.649857 0.0177816 -0.759848 0 0 v -8.3999 -11.3526 14.0829 -0.365761 0.0975573 -0.925582 0 0 v -10.0815 -12.4563 14.687 -0.462077 0.193834 -0.865398 0 0 v -9.75852 -13.6314 13.8703 -0.50576 0.676552 -0.535242 0 0 v -10.9815 -13.7603 14.8796 -0.640297 0.257598 -0.723645 0 0 v -8.59141 -12.9427 13.8045 -0.332212 0.487986 -0.807159 0 0 v -11.4775 -15.9022 15.2962 -0.785417 -0.202795 -0.584802 0 0 v -12.2251 -14.5719 15.8994 -0.675462 -0.0148168 -0.737246 0 0 v -11.0958 -14.9774 14.5402 -0.905252 0.171926 -0.388536 0 0 v -13.1644 -16.0832 16.9143 -0.67067 -0.172501 -0.721419 0 0 v -11.5286 -17.2802 15.9004 -0.621226 -0.318044 -0.716189 0 0 v -11.7091 -18.9532 16.7461 -0.586874 -0.337328 -0.736063 0 0 v -10.6426 -16.7268 14.5507 -0.744971 -0.574781 -0.338593 0 0 v -9.9474 -17.7726 14.8874 -0.505114 -0.545662 -0.668665 0 0 v -7.30285 -17.9573 13.816 -0.16613 -0.643777 -0.746962 0 0 v -8.48778 -18.6878 14.689 -0.36847 -0.418992 -0.829865 0 0 v -8.71395 -17.6653 13.8965 -0.270397 -0.85438 -0.443758 0 0 v -7.15072 -20.5514 14.7966 -0.363981 -0.33642 -0.868527 0 0 v -9.45295 -19.9003 15.6639 -0.456329 -0.353591 -0.81654 0 0 v -6.40869 -19.1887 14.0769 -0.30845 -0.283803 -0.907918 0 0 v -9.81073 -21.5783 16.7208 -0.510535 -0.455761 -0.729134 0 0 v -7.48858 -22.1068 15.6713 -0.397713 -0.446155 -0.80173 0 0 v -7.38407 -23.7555 16.7249 -0.416634 -0.578832 -0.700977 0 0 v -4.85293 -20.7616 14.0598 -0.277262 -0.325743 -0.90389 0 0 v -5.17123 -22.2717 14.7932 -0.303307 -0.418432 -0.856107 0 0 v -3.02496 -23.6029 14.8144 -0.238635 -0.500588 -0.832145 0 0 v -5.10287 -23.8429 15.6751 -0.316363 -0.5421 -0.778487 0 0 v -3.04503 -22.1205 14.0746 -0.240255 -0.383473 -0.891754 0 0 v -4.59444 -25.3612 16.7254 -0.301093 -0.678367 -0.670194 0 0 v -2.56196 -25.0118 15.682 -0.209075 -0.630533 -0.747473 0 0 v -1.66617 -26.3092 16.7254 -0.157045 -0.748643 -0.644104 0 0 v -1.33364 -23.1457 14.1433 -0.177991 -0.467601 -0.865834 0 0 v -0.873516 -24.395 14.838 -0.127641 -0.581315 -0.803604 0 0 v 0.019207 -25.5666 15.6837 -0.0695061 -0.679754 -0.730139 0 0 v 0.411479 -23.5768 14.1605 -0.048843 -0.524871 -0.849779 0 0 v -1.32649 -4.08131 13.5311 -0.195399 0.352922 -0.915022 0 0 v -0.837082 -5.35803 13.0141 -0.168045 0.261993 -0.950327 0 0 v -2.65054 -5.25832 13.428 -0.220505 0.289775 -0.931347 0 0 v 0.199182 -6.37958 12.6404 -0.0931429 0.177691 -0.979668 0 0 v 0.425427 -5.23178 12.8765 -0.081802 0.259244 -0.962341 0 0 v 0.831194 -8.20093 12.3487 -0.0555703 0.074675 -0.995658 0 0 v -0.457298 -7.34844 12.5668 -0.11721 0.133908 -0.984038 0 0 v -2.03726 -7.98165 12.6909 -0.161196 0.12882 -0.978479 0 0 v -2.25288 -6.6985 12.9571 -0.191013 0.206154 -0.959695 0 0 v -0.671519 -8.65267 12.4499 -0.102102 0.0840413 -0.991217 0 0 v -4.37198 -6.65213 13.469 -0.258851 0.234721 -0.936964 0 0 v -3.71769 -8.05932 13.019 -0.223797 0.148194 -0.963304 0 0 v -5.73761 -8.46004 13.4953 -0.287129 0.157251 -0.944896 0 0 v -1.36394 -9.36315 12.4713 -0.115242 0.0702888 -0.990847 0 0 v -2.86437 -9.51383 12.6801 -0.169944 0.0854852 -0.981739 0 0 v -3.73124 -11.0603 12.7193 -0.192044 0.0492317 -0.980151 0 0 v -4.71721 -9.83767 13.0328 -0.238902 0.0976083 -0.966125 0 0 v -2.17351 -10.905 12.481 -0.130585 0.0463485 -0.990353 0 0 v -6.56546 -10.5013 13.4941 -0.304124 0.0825239 -0.949051 0 0 v -5.18687 -11.7738 13.0248 -0.246133 0.053485 -0.967759 0 0 v -6.93972 -12.4212 13.4478 -0.268136 0.195186 -0.943401 0 0 v -2.43162 -11.9869 12.4784 -0.136234 0.0243877 -0.990376 0 0 v -3.58857 -12.8849 12.6533 -0.170013 0.0126149 -0.985361 0 0 v -3.20376 -14.7478 12.5926 -0.143235 -0.0365649 -0.989013 0 0 v -4.49807 -13.9635 12.7754 -0.10608 0.0521237 -0.99299 0 0 v -2.21097 -13.8394 12.4251 -0.124749 -0.00533444 -0.992174 0 0 v -5.9059 -14.4528 12.6619 0.284119 0.342462 -0.895543 0 0 v -6.06623 -13.4649 12.9897 -0.0747532 0.303659 -0.949844 0 0 v -4.90559 -15.101 12.7565 0.0883192 0.0188602 -0.995914 0 0 v -7.57493 -13.4689 13.078 -0.0497141 0.720183 -0.692001 0 0 v -3.99934 -15.9437 12.7764 -0.0759907 -0.104894 -0.991576 0 0 v -5.19642 -16.8772 12.9975 0.0233361 -0.348203 -0.937129 0 0 v -5.50742 -16.0022 12.6724 0.375484 -0.206093 -0.903625 0 0 v -1.93257 -14.965 12.4251 -0.110285 -0.0536107 -0.992453 0 0 v -2.70744 -16.4162 12.6499 -0.147065 -0.0897826 -0.985044 0 0 v -2.00644 -17.9279 12.6868 -0.159324 -0.12939 -0.978711 0 0 v -3.61696 -17.9329 13.0089 -0.207663 -0.172598 -0.962853 0 0 v -1.33312 -16.5465 12.4673 -0.111649 -0.0738049 -0.991003 0 0 v -5.53002 -17.9554 13.4474 -0.188695 -0.33208 -0.924185 0 0 v -4.28978 -19.3517 13.4644 -0.252637 -0.239607 -0.937424 0 0 v -6.58514 -17.3027 13.1042 0.16451 -0.750487 -0.640083 0 0 v -2.23239 -19.2081 12.9551 -0.188407 -0.207112 -0.960004 0 0 v -2.64232 -20.6384 13.4276 -0.217774 -0.292698 -0.931076 0 0 v -0.660997 -17.2406 12.4486 -0.100857 -0.0845795 -0.991299 0 0 v -0.454041 -18.539 12.5663 -0.116423 -0.134309 -0.984077 0 0 v 0.199182 -19.5053 12.6404 -0.0929723 -0.177701 -0.979683 0 0 v 0.831194 -17.6839 12.3487 -0.0554208 -0.0747353 -0.995662 0 0 v 0.425427 -20.6531 12.8765 -0.0818007 -0.259239 -0.962343 0 0 v -0.837082 -20.5268 13.0141 -0.16789 -0.262279 -0.950275 0 0 v -1.32649 -21.8035 13.5311 -0.195399 -0.352922 -0.915022 0 0 v -0.105855 -21.5921 13.2249 -0.126868 -0.342951 -0.930746 0 0 v -0.112829 -22.5902 13.6493 -0.105426 -0.438085 -0.89273 0 0 v 0.666854 -21.8662 13.2609 -0.04607 -0.384168 -0.922113 0 0 v -30.8419 -18.3368 36.0258 -0.957364 0.177196 -0.228156 0 0 v -30.3814 -18.351 35.276 -0.654437 0.0648526 -0.75333 0 0 v -30.4085 -19.1486 35.5245 -0.609297 -0.452532 -0.651131 0 0 v -30.8589 -19.0196 36.2378 -0.949471 -0.270227 -0.159634 0 0 v -29.3658 -17.6625 34.9826 -0.241068 0.519747 -0.819603 0 0 v -29.5046 -18.3708 34.8335 -0.275299 -0.0278031 -0.960957 0 0 v -30.1039 -17.645 35.38 -0.532194 0.591374 -0.605843 0 0 v -28.6329 -19.0756 34.9536 0.0969113 -0.477639 -0.873195 0 0 v -29.5317 -19.1683 35.082 -0.235848 -0.495557 -0.835942 0 0 v -28.6159 -18.3928 34.7416 0.0812764 -0.0813831 -0.993363 0 0 v -30.1353 -19.7436 36.0291 -0.41829 -0.837427 -0.35178 0 0 v -29.3972 -19.7612 35.6316 -0.1404 -0.838753 -0.5261 0 0 v -17.0314 -16.7338 45.1129 -0.0843604 -0.00199958 0.996433 0 0 v -18.006 -17.8349 44.8362 -0.0354839 -0.39703 0.917119 0 0 v -16.8001 -18.8592 44.2373 -0.132388 -0.670869 0.729663 0 0 v -20.5923 -17.8854 44.7041 -0.0859068 -0.405058 0.910246 0 0 v -19.2033 -18.6845 44.2071 -0.036732 -0.704423 0.708829 0 0 v -19.4738 -16.9008 44.9941 -0.0682242 0.0382085 0.996938 0 0 v -19.4254 -19.5832 42.2966 -0.0698885 -0.995474 0.0643955 0 0 v -18.0827 -19.3987 43.3131 -0.0939893 -0.889153 0.447854 0 0 v -20.4451 -19.2761 43.2971 -0.0350275 -0.907515 0.418556 0 0 v -17.3563 -19.8949 42.1159 -0.238732 -0.960141 0.145384 0 0 v -18.7657 -19.508 41.1013 -0.196253 -0.947983 -0.250624 0 0 v -18.4464 -19.1023 39.8215 -0.428641 -0.801514 -0.416944 0 0 v -20.7403 -19.367 41.1921 0.0107392 -0.949845 -0.312537 0 0 v -20.1201 -18.8662 40.1968 -0.0754201 -0.809791 -0.58185 0 0 v -20.8183 -17.1674 39.1123 -0.0497897 -0.0680356 -0.99644 0 0 v -19.7058 -18.1005 39.3323 -0.236336 -0.558092 -0.795411 0 0 v -21.3304 -18.1127 39.4415 0.0877572 -0.529205 -0.843943 0 0 v -19.4141 -17.0472 38.7523 -0.503302 -0.14646 -0.851608 0 0 v -20.2457 -16.0824 39.2563 -0.298132 0.381591 -0.874932 0 0 v -19.5708 -14.8624 39.7343 -0.625274 0.594292 -0.505817 0 0 v -21.7893 -16.3266 39.3021 0.0407076 0.434612 -0.899698 0 0 v -21.0502 -15.3658 39.9942 -0.150843 0.720413 -0.676943 0 0 v -20.7896 -14.4492 41.9995 -0.215688 0.976447 0.00539558 0 0 v -20.1073 -14.4938 40.9114 -0.351834 0.874676 -0.3334 0 0 v -21.8875 -14.9017 40.8436 -0.0970369 0.91063 -0.401668 0 0 v -18.9655 -13.825 41.9881 -0.492526 0.857784 0.147054 0 0 v -19.4218 -14.3931 43.1231 -0.272984 0.85768 0.435735 0 0 v -17.9089 -14.6704 44.1501 -0.302031 0.594276 0.745395 0 0 v -21.5922 -14.8107 42.9486 -0.189894 0.910331 0.367745 0 0 v -20.1335 -15.184 44.0045 -0.167415 0.721673 0.671684 0 0 v -18.5434 -15.8254 44.7602 -0.120118 0.419983 0.899548 0 0 v -21.0512 -16.0992 44.5647 -0.167516 0.465384 0.869112 0 0 v -22.0921 -17.0847 44.6555 -0.220155 0.0381037 0.97472 0 0 v -23.1573 -18.0556 44.1735 -0.241367 -0.406399 0.881239 0 0 v -21.7262 -18.7316 43.9637 -0.0968823 -0.713011 0.694428 0 0 v -25.5288 -18.3087 43.1265 -0.432252 -0.402225 0.807077 0 0 v -24.1294 -18.9128 43.2484 -0.214795 -0.712518 0.667968 0 0 v -24.5797 -17.3335 43.8315 -0.422242 0.0331076 0.905878 0 0 v -23.6915 -19.6879 41.5808 0.0682998 -0.996195 0.0541439 0 0 v -22.7779 -19.3611 42.8875 -0.055194 -0.911088 0.4085 0 0 v -24.9363 -19.5546 42.0019 -0.125234 -0.91157 0.391609 0 0 v -21.6163 -19.5525 42.1558 0.0233669 -0.998734 0.0445472 0 0 v -22.6769 -19.4418 40.8721 0.15733 -0.939996 -0.302746 0 0 v -21.9084 -18.8921 40.091 0.151815 -0.792728 -0.590369 0 0 v -24.4565 -19.6262 40.1369 0.258384 -0.931367 -0.256503 0 0 v -23.5768 -19.0554 39.5918 0.334414 -0.773785 -0.537981 0 0 v -23.7692 -17.5427 38.4685 0.459885 -0.0270334 -0.887567 0 0 v -22.9048 -18.2572 39.135 0.326405 -0.503686 -0.79985 0 0 v -24.3295 -18.4877 38.4639 0.533019 -0.485758 -0.69277 0 0 v -22.3593 -17.32 38.9755 0.219768 -0.0399055 -0.974736 0 0 v -23.272 -16.5492 38.9426 0.255207 0.441369 -0.860269 0 0 v -22.6861 -15.6341 39.7783 0.0581925 0.733007 -0.677727 0 0 v -24.6043 -16.8343 38.2159 0.449967 0.431632 -0.781808 0 0 v -24.1756 -15.8971 39.1817 0.21047 0.727089 -0.653487 0 0 v -24.5698 -15.0558 40.9793 -0.154918 0.986075 -0.060475 0 0 v -23.5948 -15.1716 40.3911 0.0122327 0.911588 -0.410923 0 0 v -25.1435 -15.4928 39.5167 0.0609991 0.906973 -0.416748 0 0 v -22.7569 -14.7741 41.6973 -0.137761 0.989928 -0.0326125 0 0 v -23.6958 -15.091 42.4065 -0.256031 0.90666 0.335284 0 0 v -22.5039 -15.4736 43.651 -0.243675 0.73224 0.635961 0 0 v -25.6232 -15.4212 41.3817 -0.389145 0.883229 0.261672 0 0 v -24.7283 -15.7546 42.8382 -0.401202 0.711728 0.57661 0 0 v -23.5245 -16.3475 43.9811 -0.338676 0.451991 0.825229 0 0 v -25.8036 -16.6553 42.8784 -0.541489 0.437197 0.718087 0 0 v -26.8033 -17.6559 42.4457 -0.629895 0.0380494 0.775748 0 0 v -27.5826 -18.604 41.5381 -0.598169 -0.395478 0.696987 0 0 v -26.2824 -19.154 42.0052 -0.362299 -0.71107 0.602593 0 0 v -29.2774 -18.8893 39.6351 -0.707179 -0.384423 0.593394 0 0 v -28.1122 -19.3951 40.334 -0.469618 -0.709987 0.524764 0 0 v -28.6761 -18.0206 40.6029 -0.763782 0.0596636 0.642711 0 0 v -27.161 -20.0684 39.1571 0.0379693 -0.996812 0.0701725 0 0 v -26.8191 -19.7667 40.6336 -0.206777 -0.912282 0.353531 0 0 v -28.4095 -19.9472 38.993 -0.267697 -0.912521 0.309263 0 0 v -25.554 -19.8846 40.5457 0.0642 -0.99566 0.0673709 0 0 v -26.0126 -19.8292 39.0111 0.297642 -0.933174 -0.201482 0 0 v -25.0608 -19.2798 38.7141 0.462111 -0.766487 -0.446039 0 0 v -27.3588 -19.9988 37.6987 0.283064 -0.943645 -0.171491 0 0 v -26.3483 -19.5026 37.5811 0.493012 -0.787821 -0.369158 0 0 v -26.0891 -18.1783 36.5652 0.733421 -0.0708667 -0.676071 0 0 v -25.5666 -18.7601 37.4819 0.646666 -0.502471 -0.573887 0 0 v -26.6505 -19.0182 36.3996 0.650229 -0.556904 -0.516779 0 0 v -25.0116 -17.8405 37.6187 0.653291 -0.033582 -0.756361 0 0 v -25.7682 -17.2247 37.1643 0.572284 0.419529 -0.704618 0 0 v -25.5045 -16.2764 38.184 0.316353 0.720835 -0.616699 0 0 v -26.7777 -17.6375 36.0309 0.61407 0.397104 -0.682075 0 0 v -26.6601 -16.7655 36.9286 0.370028 0.718102 -0.589414 0 0 v -27.6182 -16.0539 38.2002 -0.214719 0.960215 -0.178555 0 0 v -26.5167 -15.9906 38.2171 0.0838154 0.901402 -0.424794 0 0 v -27.6767 -16.5471 36.7771 0.120624 0.894718 -0.430035 0 0 v -26.2048 -15.4796 39.7683 -0.217171 0.968786 -0.119542 0 0 v -27.3231 -15.9282 39.8395 -0.469749 0.870654 0.145937 0 0 v -26.7261 -16.1505 41.4751 -0.564537 0.694339 0.446309 0 0 v -28.7275 -16.4956 38.0713 -0.464161 0.884128 0.0535923 0 0 v -28.4239 -16.658 39.6816 -0.628825 0.711604 0.313368 0 0 v -27.7842 -17.0686 41.2204 -0.689459 0.449184 0.568225 0 0 v -29.4046 -17.5086 39.2665 -0.757463 0.482947 0.439331 0 0 v -30.1581 -18.3564 38.5893 -0.856497 0.0858379 0.508965 0 0 v -30.5143 -19.0953 37.721 -0.831372 -0.380912 0.404632 0 0 v -29.6038 -19.5903 38.4909 -0.558817 -0.706587 0.434119 0 0 v -30.5049 -19.5893 36.7995 -0.701435 -0.705455 0.101604 0 0 v -30.8993 -18.5925 36.8861 -0.989075 0.0403206 0.141789 0 0 v -29.462 -20.0637 36.3864 -0.175001 -0.958473 -0.225174 0 0 v -29.6497 -20.0175 37.3471 -0.371769 -0.913451 0.165514 0 0 v -28.5236 -20.1948 37.6541 -0.0132937 -0.99921 0.0374502 0 0 v -28.4983 -20.055 36.4518 0.173021 -0.95022 -0.259123 0 0 v -27.4797 -19.6745 36.4248 0.439496 -0.821981 -0.362201 0 0 v -28.5022 -19.6446 35.5127 0.201382 -0.803869 -0.559678 0 0 v -27.9853 -18.676 34.9298 0.339156 -0.270185 -0.901096 0 0 v -27.641 -19.1896 35.4675 0.4909 -0.61995 -0.61211 0 0 v -27.0428 -18.48 35.559 0.69647 -0.148085 -0.70214 0 0 v -27.6766 -17.9905 35.1072 0.495214 0.287497 -0.819822 0 0 v -27.6316 -17.2302 35.722 0.378713 0.691769 -0.614843 0 0 v -28.5044 -17.696 34.9139 0.154139 0.490369 -0.857776 0 0 v -29.4847 -17.19 35.5057 -0.304975 0.798629 -0.518828 0 0 v -28.5916 -17.0537 35.5505 0.0678189 0.830662 -0.552632 0 0 v -28.7463 -16.6097 36.6234 -0.188125 0.953202 -0.236676 0 0 v -29.743 -17.0162 36.4458 -0.495683 0.862893 -0.098561 0 0 v -29.7556 -17.1459 37.7881 -0.648157 0.735612 0.196896 0 0 v -30.5071 -17.6408 36.2007 -0.756626 0.644997 -0.107219 0 0 v -30.5499 -17.8962 37.3607 -0.839759 0.482896 0.248224 0 0 v -11.2506 -16.5931 0.880056 -0.629556 -0.00509833 -0.776939 0 0 v -10.8234 -16.5296 0.642664 -0.330393 0.0714891 -0.941132 0 0 v -10.7293 -16.9035 0.663963 -0.27525 -0.323897 -0.905168 0 0 v -11.1674 -16.9232 0.898848 -0.565327 -0.373582 -0.735419 0 0 v -10.3691 -16.1224 0.680483 -0.0448403 0.472255 -0.880321 0 0 v -10.3086 -16.4697 0.563925 0.00318944 0.134355 -0.990928 0 0 v -10.8237 -16.1752 0.749994 -0.328401 0.446197 -0.832503 0 0 v -9.72347 -16.7557 0.678083 0.356598 -0.116511 -0.926964 0 0 v -10.2144 -16.8435 0.585223 0.0490934 -0.232564 -0.971341 0 0 v -9.80672 -16.4256 0.659292 0.316735 0.177847 -0.931692 0 0 v -10.5589 -17.2235 0.80962 -0.181258 -0.641941 -0.745021 0 0 v -10.1043 -17.1706 0.740102 0.0837359 -0.557782 -0.825753 0 0 v -11.018 -15.9014 13.8716 -0.970441 -0.241038 -0.012039 0 0 v -10.6957 -16.5629 12.9298 -0.700027 -0.705397 0.111255 0 0 v -9.82461 -17.1414 13.5787 -0.472116 -0.871884 -0.130094 0 0 v -11.1045 -16.6646 10.9239 -0.684715 -0.709104 0.168336 0 0 v -10.1892 -17.0626 11.8303 -0.416318 -0.900665 0.124427 0 0 v -11.2778 -16.013 12.0161 -0.954387 -0.223003 0.198533 0 0 v -8.43478 -17.4083 11.4348 0.125054 -0.992147 -0.0025392 0 0 v -9.07876 -17.351 12.5153 -0.185752 -0.982588 -0.00414734 0 0 v -9.55592 -17.4086 10.6493 -0.17269 -0.980766 0.0909751 0 0 v -7.87178 -17.4635 12.9434 0.0676778 -0.969091 -0.237239 0 0 v -7.37298 -17.1401 12.0453 0.418914 -0.882393 -0.214229 0 0 v -6.37199 -16.6668 12.4514 0.537165 -0.612867 -0.579524 0 0 v -7.92805 -17.2214 10.3395 0.461992 -0.885272 -0.0534496 0 0 v -7.10211 -16.7045 11.1294 0.722054 -0.657563 -0.215057 0 0 v -6.75 -15.4878 10.9881 0.910453 0.212112 -0.355084 0 0 v -6.44991 -16.0538 11.7651 0.836556 -0.284289 -0.468352 0 0 v -7.03479 -16.1968 10.1495 0.933331 -0.2887 -0.213413 0 0 v -6.03342 -15.3077 12.2647 0.676396 0.157795 -0.719437 0 0 v -6.77857 -14.786 11.7317 0.650625 0.593343 -0.473953 0 0 v -7.03644 -14.1015 12.4122 0.311165 0.739805 -0.596544 0 0 v -7.34179 -15.0048 10.0937 0.729294 0.636606 -0.250726 0 0 v -7.69205 -14.423 11.0437 0.455534 0.847039 -0.273886 0 0 v -9.30003 -14.0622 11.309 -0.137602 0.984132 -0.112026 0 0 v -8.19398 -13.9745 11.9618 0.152346 0.944009 -0.292638 0 0 v -8.69555 -14.2415 10.2001 0.196727 0.967126 -0.161139 0 0 v -8.84888 -13.699 12.8858 -0.196247 0.92244 -0.332554 0 0 v -9.90523 -14.1655 12.4318 -0.46056 0.881979 -0.0999902 0 0 v -10.5219 -14.4561 13.5394 -0.744451 0.633586 -0.21062 0 0 v -10.3234 -14.4286 10.5099 -0.439638 0.897931 -0.0209655 0 0 v -10.7792 -14.7812 11.7445 -0.69417 0.718154 0.0488142 0 0 v -11.0298 -15.2751 12.8964 -0.932257 0.354435 0.0726065 0 0 v -11.4115 -15.4727 10.8682 -0.916988 0.380668 0.119268 0 0 v -11.6437 -16.1841 9.82273 -0.965298 -0.224679 0.133112 0 0 v -11.3928 -16.8258 8.63073 -0.693701 -0.711152 0.114202 0 0 v -10.5882 -17.192 9.70046 -0.419467 -0.900514 0.114553 0 0 v -11.5535 -16.9889 6.30251 -0.697174 -0.711676 0.0864054 0 0 v -10.8308 -17.3395 7.36722 -0.423701 -0.901291 0.0902867 0 0 v -11.8441 -16.3738 7.47173 -0.970459 -0.22826 0.078152 0 0 v -9.18959 -17.6577 7.11336 0.129107 -0.990827 0.0399271 0 0 v -9.89598 -17.5402 8.41178 -0.176349 -0.981193 0.0784976 0 0 v -10.1254 -17.6705 6.09598 -0.178457 -0.981691 0.0666027 0 0 v -8.8805 -17.5241 9.41283 0.12968 -0.990884 0.0364954 0 0 v -8.31989 -17.3605 8.16497 0.465678 -0.884855 -0.0132682 0 0 v -7.57993 -16.8481 9.19518 0.746523 -0.658622 -0.0944483 0 0 v -8.62054 -17.4989 5.86614 0.465737 -0.884869 -0.00978562 0 0 v -7.93789 -17.0098 6.92541 0.750045 -0.658575 -0.0609192 0 0 v -7.60106 -15.8902 6.82376 0.960258 0.226151 -0.163585 0 0 v -7.45261 -16.3765 8.01371 0.948654 -0.287644 -0.131593 0 0 v -7.79127 -16.5599 5.72794 0.950533 -0.287565 -0.117449 0 0 v -7.2316 -15.6797 9.08165 0.952273 0.223121 -0.20831 0 0 v -7.74613 -15.2323 7.95039 0.742705 0.643927 -0.183704 0 0 v -8.14261 -14.6578 9.08035 0.478762 0.858679 -0.182913 0 0 v -8.07094 -15.4683 5.66642 0.744266 0.645154 -0.172756 0 0 v -8.47573 -14.9115 6.80718 0.482545 0.861178 -0.15976 0 0 v -9.97843 -14.5803 6.93995 -0.126706 0.986443 -0.104286 0 0 v -9.05369 -14.4999 8.00666 0.202988 0.96916 -0.139729 0 0 v -9.31974 -14.7701 5.71234 0.203091 0.968959 -0.140972 0 0 v -9.70578 -14.3117 9.24441 -0.127314 0.987136 -0.0967138 0 0 v -10.6298 -14.6796 8.25347 -0.441091 0.895858 -0.053641 0 0 v -11.1509 -15.0017 9.58564 -0.694384 0.719466 0.0141085 0 0 v -10.8246 -14.9417 5.94217 -0.443612 0.893276 -0.0725728 0 0 v -11.3687 -15.2412 7.24898 -0.698442 0.715238 -0.0247538 0 0 v -11.6863 -15.6816 8.5674 -0.925907 0.375006 0.0454554 0 0 v -11.8332 -15.8973 6.24099 -0.928958 0.370049 0.0100353 0 0 v -11.9484 -16.5533 5.23011 -0.9719 -0.230382 0.0483188 0 0 v -11.6428 -17.1191 4.20634 -0.700928 -0.711356 0.0516928 0 0 v -10.9892 -17.4686 5.1286 -0.426854 -0.901532 0.0709575 0 0 v -11.6288 -17.1726 2.54382 -0.707121 -0.705433 -0.0484175 0 0 v -11.0878 -17.5307 3.22996 -0.434825 -0.900351 0.0171721 0 0 v -11.9615 -16.6952 3.32672 -0.971968 -0.234405 -0.018217 0 0 v -9.67075 -17.8061 3.004 0.117743 -0.992324 -0.0378179 0 0 v -10.3086 -17.7569 4.00908 -0.183413 -0.98237 0.0361856 0 0 v -10.4606 -17.7328 2.36295 -0.198567 -0.978202 -0.0607607 0 0 v -9.43475 -17.7703 4.88555 0.126998 -0.991589 0.0249523 0 0 v -8.90119 -17.5962 3.79411 0.460827 -0.886198 -0.0478826 0 0 v -8.24782 -17.1559 4.70992 0.748158 -0.659298 -0.0747324 0 0 v -9.22545 -17.5914 2.17427 0.438339 -0.879986 -0.182987 0 0 v -8.58632 -17.2448 2.84787 0.73407 -0.659732 -0.160921 0 0 v -8.29269 -16.2758 2.76632 0.937922 0.214187 -0.272811 0 0 v -8.12423 -16.7174 3.66892 0.942648 -0.290046 -0.165189 0 0 v -8.54099 -16.819 2.07211 0.895082 -0.291536 -0.337393 0 0 v -7.92772 -16.0946 4.61605 0.958144 0.224645 -0.177469 0 0 v -8.38552 -15.6965 3.61134 0.738367 0.639284 -0.214779 0 0 v -8.75706 -15.1674 4.59782 0.481013 0.859533 -0.172712 0 0 v -8.76977 -15.923 2.02149 0.705616 0.607183 -0.365288 0 0 v -9.0503 -15.4302 2.74547 0.471608 0.847208 -0.244591 0 0 v -10.3513 -15.1447 2.85381 -0.136917 0.974437 -0.178118 0 0 v -9.55442 -15.0439 3.65016 0.199102 0.964331 -0.174425 0 0 v -9.7974 -15.3512 2.04772 0.184308 0.939669 -0.28819 0 0 v -10.1816 -14.8539 4.72113 -0.12911 0.984253 -0.120738 0 0 v -10.9619 -15.2046 3.86513 -0.448412 0.887776 -0.103828 0 0 v -11.4984 -15.4802 5.01649 -0.701678 0.71087 -0.0480811 0 0 v -11.0325 -15.4927 2.2364 -0.460335 0.865546 -0.197289 0 0 v -11.5518 -15.7161 3.12755 -0.707904 0.698597 -0.104088 0 0 v -11.9041 -16.0982 4.14875 -0.931225 0.363382 -0.0278078 0 0 v -11.8576 -16.2766 2.4932 -0.930435 0.341644 -0.132551 0 0 v -11.8236 -16.773 1.95216 -0.949448 -0.240534 -0.201724 0 0 v -11.4688 -17.1115 1.46896 -0.689522 -0.651873 -0.315628 0 0 v -11.1039 -17.4648 1.86396 -0.452304 -0.880712 -0.140596 0 0 v -11.0024 -17.2528 1.06574 -0.445165 -0.733421 -0.513734 0 0 v -11.5064 -16.7808 1.16403 -0.77427 -0.224753 -0.591601 0 0 v -10.1946 -17.4255 0.965041 0.0020044 -0.79042 -0.612562 0 0 v -10.5771 -17.5424 1.32004 -0.232528 -0.919876 -0.315845 0 0 v -9.93447 -17.6928 1.66881 0.0868881 -0.971043 -0.222544 0 0 v -9.63689 -17.434 1.17635 0.353 -0.79591 -0.491852 0 0 v -9.03478 -17.2272 1.54781 0.661807 -0.62886 -0.408101 0 0 v -9.59167 -17.0896 0.850079 0.427068 -0.475921 -0.768838 0 0 v -9.38226 -16.5353 0.839336 0.533507 0.0852425 -0.841489 0 0 v -9.1062 -16.8393 1.10788 0.704953 -0.260988 -0.65949 0 0 v -8.78884 -16.4245 1.48847 0.830401 0.174328 -0.529191 0 0 v -9.27946 -16.1569 1.0692 0.573539 0.482245 -0.662188 0 0 v -9.41719 -15.7258 1.46287 0.430139 0.781063 -0.452682 0 0 v -9.85087 -16.0655 0.791907 0.285008 0.543418 -0.7896 0 0 v -10.5852 -15.8837 0.877516 -0.186729 0.683628 -0.705539 0 0 v -10.0723 -15.7194 1.07917 0.137787 0.817993 -0.558482 0 0 v -10.4953 -15.4909 1.54423 -0.157328 0.925745 -0.343866 0 0 v -11.0125 -15.8278 1.22286 -0.472668 0.760836 -0.44465 0 0 v -11.4863 -15.9634 1.77902 -0.713872 0.648857 -0.263385 0 0 v -11.2616 -16.2287 1.00758 -0.63982 0.445532 -0.626204 0 0 v -11.6421 -16.4292 1.43028 -0.876481 0.260858 -0.40464 0 0 v -20.0813 -41.3682 82.7372 -0.29892 -0.916418 0.266131 0 0 v -20.4405 -41.8766 79.6659 -0.303813 -0.944913 0.121806 0 0 v -18.7046 -42.5271 77.13 -0.224541 -0.973984 0.0305941 0 0 v -16.3768 -42.7089 80.7333 -0.201701 -0.968088 0.148737 0 0 v -21.8385 -41.3221 79.1041 -0.557902 -0.829581 0.0232545 0 0 v -21.1633 -41.8148 77.1098 -0.412023 -0.910083 0.044556 0 0 v -22.3157 -40.9207 81.1684 -0.436089 -0.89132 0.123998 0 0 v -23.0636 -40.9984 73.1093 -0.432189 -0.901618 -0.0172374 0 0 v -20.8843 -41.923 74.5852 -0.306997 -0.950447 -0.0490195 0 0 v -22.1668 -41.3702 75.0881 -0.563004 -0.82048 0.0991931 0 0 v -16.8204 -42.8545 73.492 -0.20789 -0.975212 -0.0757875 0 0 v -20.9959 -41.5027 71.4094 -0.316595 -0.930634 -0.18354 0 0 v -24.7316 -40.0004 71.3086 -0.405532 -0.889647 -0.209934 0 0 v -27.2465 -38.1834 69.743 -0.457931 -0.813237 -0.359088 0 0 v -25.2274 -39.8557 72.4978 -0.496496 -0.851778 0.167229 0 0 v -27.5049 -38.6736 71.7451 -0.478787 -0.875919 -0.0594112 0 0 v -31.6166 -36.3136 73.3001 -0.545957 -0.837781 -0.00738025 0 0 v -30.144 -37.0356 71.4076 -0.546307 -0.807967 -0.220768 0 0 v -29.49 -37.5358 72.6285 -0.451039 -0.881276 0.141127 0 0 v -33.0057 -34.8439 71.617 -0.671707 -0.711272 -0.207126 0 0 v -33.239 -35.0665 74.7693 -0.683504 -0.729925 -0.00564414 0 0 v -34.24 -33.7959 77.2484 -0.757755 -0.643497 0.10825 0 0 v -31.9863 -35.9361 75.3591 -0.429412 -0.897684 0.098834 0 0 v -32.6104 -35.4006 77.3272 -0.569116 -0.817233 0.090758 0 0 v -30.5518 -36.198 81.2963 -0.540651 -0.826889 0.15476 0 0 v -32.5254 -35.0221 79.7976 -0.665167 -0.71937 0.20015 0 0 v -31.4681 -35.8565 79.3244 -0.423281 -0.905173 0.0386627 0 0 v -31.4984 -34.8142 82.786 -0.639769 -0.685177 0.348177 0 0 v -28.6684 -36.9427 83.0577 -0.535525 -0.778568 0.327177 0 0 v -25.6399 -38.1274 84.536 -0.453425 -0.787797 0.416872 0 0 v -28.4075 -37.371 81.9147 -0.472437 -0.8808 -0.0315555 0 0 v -26.2689 -38.5418 82.6919 -0.490435 -0.854914 0.169102 0 0 v -23.5258 -39.9054 83.0109 -0.408382 -0.864547 0.292885 0 0 v -24.3348 -39.7224 81.8348 -0.522932 -0.852049 -0.0235497 0 0 v -24.6094 -32.4698 79.3959 -0.648703 -0.584358 -0.487555 0 0 v -26.0183 -30.8345 78.3169 -0.476871 -0.847 -0.234915 0 0 v -24.5992 -31.7443 76.753 -0.666997 -0.741272 0.0750401 0 0 v -23.4081 -33.24 78.072 -0.818086 -0.532596 -0.216972 0 0 v -28.7235 -30.2301 78.2358 0.275781 -0.851584 -0.445813 0 0 v -27.7331 -29.9876 76.8561 -0.196018 -0.979649 0.0431964 0 0 v -27.2719 -30.9469 79.4723 -0.0638686 -0.750336 -0.657965 0 0 v -27.8138 -31.0642 74.3188 0.0279995 -0.699524 0.714061 0 0 v -26.3139 -30.8975 75.2922 -0.435513 -0.824301 0.361739 0 0 v -29.0152 -30.294 75.6427 0.340408 -0.833803 0.43462 0 0 v -23.6257 -33.2846 75.4542 -0.775552 -0.51232 0.368846 0 0 v -25.0773 -32.5677 74.2176 -0.567881 -0.539009 0.622077 0 0 v -22.9682 -40.5159 80.5306 -0.695441 -0.678172 -0.237582 0 0 v -22.286 -40.7429 78.8368 -0.934211 -0.286459 -0.21258 0 0 v -21.9576 -41.2887 77.072 -0.797254 -0.599569 0.0700294 0 0 v -22.316 -39.2914 78.6668 -0.958471 -0.00216091 -0.285181 0 0 v -22.1627 -40.3751 77.0305 -0.996758 -0.0342754 0.0727987 0 0 v -23.0943 -39.6678 80.1957 -0.768656 -0.119909 -0.628323 0 0 v -23.5779 -39.767 73.9425 -0.664372 -0.0503568 0.745704 0 0 v -22.5486 -40.7949 75.2943 -0.898334 -0.240603 0.367569 0 0 v -22.5581 -39.3397 75.3282 -0.905611 0.0320003 0.4229 0 0 v -23.5249 -40.6166 73.6897 -0.66044 -0.63015 0.408326 0 0 v -25.218 -39.4757 73.0297 -0.431968 -0.350912 0.830821 0 0 v -27.2609 -38.6664 72.5792 -0.396614 -0.762765 0.510771 0 0 v -25.0642 -38.1019 73.1962 -0.286266 0.00255385 0.958147 0 0 v -26.9766 -37.997 72.9406 -0.0411356 -0.15234 0.987472 0 0 v -30.1546 -36.1799 74.1972 0.596756 -0.344636 0.724644 0 0 v -28.9596 -37.4449 73.1753 0.0102605 -0.563685 0.825926 0 0 v -28.5812 -36.1967 73.3369 0.341488 -0.0685097 0.937386 0 0 v -30.7463 -36.67 73.9412 -0.206413 -0.915728 0.344726 0 0 v -31.1667 -36.0307 75.5962 0.448786 -0.836859 0.313463 0 0 v -31.6248 -35.8703 77.3583 -0.105299 -0.993766 0.0366128 0 0 v -30.6559 -34.8669 75.6196 0.940412 -0.18032 0.288288 0 0 v -30.9628 -35.4424 77.3202 0.883682 -0.458559 -0.093966 0 0 v -29.4243 -36.0203 80.3658 0.486849 -0.384224 -0.784442 0 0 v -30.7358 -35.9402 79.0818 0.417055 -0.830658 -0.368881 0 0 v -30.2508 -34.7773 78.903 0.856677 -0.208603 -0.471795 0 0 v -29.9253 -36.5156 80.6991 -0.214676 -0.93271 -0.289771 0 0 v -28.0664 -37.2593 81.3464 -0.0717039 -0.601664 -0.795524 0 0 v -26.3215 -38.4926 81.8511 -0.465274 -0.788698 -0.401841 0 0 v -27.7447 -36.0152 81.035 0.225891 -0.156176 -0.961552 0 0 v -26.1489 -37.8205 81.41 -0.16148 -0.237089 -0.957973 0 0 v -24.4931 -39.3287 81.2576 -0.547342 -0.430343 -0.71779 0 0 v -24.3906 -37.9616 80.9495 -0.417182 -0.0856715 -0.904776 0 0 v -23.0156 -37.4445 79.9707 -0.757822 -0.0685312 -0.648853 0 0 v -22.3663 -36.3584 78.4372 -0.954937 -0.15448 -0.253438 0 0 v -22.1191 -38.1237 76.9203 -0.997326 -0.0126558 0.0719729 0 0 v -22.5621 -34.8236 76.7831 -0.947284 -0.310978 0.0771107 0 0 v -23.3445 -34.4265 79.4234 -0.782978 -0.372822 -0.497945 0 0 v -23.7619 -34.5113 74.2283 -0.699991 -0.326255 0.635271 0 0 v -22.5977 -36.4042 75.2749 -0.908605 -0.125425 0.39838 0 0 v -23.4791 -37.5379 73.9441 -0.650978 -0.000287895 0.759097 0 0 v -24.9722 -35.2315 73.2524 -0.346071 -0.1248 0.929871 0 0 v -26.749 -35.837 72.9783 0.0294146 -0.0223962 0.999316 0 0 v -26.5689 -32.8448 73.3699 -0.145507 -0.34486 0.927307 0 0 v -29.2019 -31.5339 74.4337 0.491024 -0.494837 0.71696 0 0 v -28.2984 -33.4287 73.3846 0.292373 -0.1679 0.94145 0 0 v -29.8063 -34.0907 74.1892 0.715901 -0.0941537 0.691825 0 0 v -30.2637 -32.1688 75.5499 0.916516 -0.258621 0.305146 0 0 v -30.5813 -33.3803 77.1988 0.982169 -0.148627 -0.115124 0 0 v -29.8849 -30.7189 77.0242 0.822204 -0.563538 -0.0800373 0 0 v -28.6095 -31.4035 79.5703 0.383459 -0.538167 -0.750557 0 0 v -29.8819 -32.0839 78.6619 0.832592 -0.281579 -0.476974 0 0 v -29.0997 -33.9347 80.1342 0.596065 -0.159211 -0.786993 0 0 v -27.5073 -33.2566 80.6844 0.17384 -0.25504 -0.951175 0 0 v -25.9513 -35.667 81.1408 -0.0948356 -0.119616 -0.98828 0 0 v -25.8782 -32.6976 80.4374 -0.266329 -0.429914 -0.862695 0 0 v -24.3316 -35.0984 80.6025 -0.4749 -0.212236 -0.854064 0 0 v 1.31948 -39.7557 57.1917 -1.87273e-009 -0.648889 -0.760883 0 0 v -1.46665 -40.4349 58.0741 -0.121022 -0.723343 -0.6798 0 0 v -4.76202 -40.703 59.2801 -0.241395 -0.656461 -0.714694 0 0 v -3.39479 -39.6715 57.9385 -0.181194 -0.655847 -0.732826 0 0 v -1.94382 -40.9024 59.003 0.0142611 -0.970957 -0.23883 0 0 v -4.30575 -40.9956 59.4693 -0.132657 -0.836259 -0.532046 0 0 v 1.31948 -40.5804 58.0714 -3.75145e-009 -0.884076 -0.467343 0 0 v -8.62835 -41.4459 61.6309 -0.25824 -0.752789 -0.605492 0 0 v -7.57245 -41.6514 61.5197 -0.0860656 -0.909571 -0.406538 0 0 v -0.203642 -22.5279 109.536 -0.0254158 -0.337195 0.941092 0 0 v -1.98568 -24.7435 108.559 -0.0829161 -0.420218 0.903627 0 0 v -0.760633 -27.4165 107.149 -0.0318296 -0.536456 0.843328 0 0 v -0.760633 -19.4999 110.313 -0.0653254 -0.20193 0.977219 0 0 v -1.98568 -22.0428 109.583 -0.108162 -0.301604 0.947278 0 0 v -4.67288 -26.6653 107.171 -0.160065 -0.492686 0.855359 0 0 v -4.67288 -23.246 108.742 -0.169281 -0.347061 0.922438 0 0 v -1.57385 -17.7749 110.568 -0.0821113 -0.145332 0.98597 0 0 v -3.60681 -20.1173 109.874 -0.135308 -0.239443 0.961436 0 0 v -2.34225 -16.6325 110.626 -0.0922321 -0.0815608 0.992392 0 0 v -5.23266 -18.6375 109.971 -0.152199 -0.194786 0.968965 0 0 v -7.23599 -21.5348 108.852 -0.191107 -0.303622 0.93343 0 0 v -9.50113 -19.7135 108.891 -0.225496 -0.246888 0.942442 0 0 v -2.92949 -15.4718 110.646 -0.0916051 -0.0476727 0.994654 0 0 v -6.59277 -17.1752 109.997 -0.168254 -0.139597 0.975809 0 0 v -3.29522 -14.2313 110.654 -0.0898799 -0.0216491 0.995717 0 0 v -7.53043 -15.5487 110.018 -0.176346 -0.0840933 0.98073 0 0 v -11.182 -17.6131 108.932 -0.254864 -0.175937 0.950837 0 0 v -12.2073 -15.3195 108.974 -0.271394 -0.0877157 0.958463 0 0 v -3.41815 -12.9424 110.657 -0.089875 2.42341e-007 0.995953 0 0 v -8.01537 -13.8249 110.024 -0.18105 -0.024359 0.983172 0 0 v -3.29522 -11.6535 110.654 -0.0912157 0.0219086 0.99559 0 0 v -8.03116 -12.0757 110.015 -0.183484 0.0308894 0.982537 0 0 v -12.6017 -12.9681 108.954 -0.282735 0.00829631 0.959162 0 0 v -12.3189 -10.6554 108.91 -0.278895 0.0934143 0.955767 0 0 v -2.92949 -10.4131 110.646 -0.0925682 0.0480573 0.994546 0 0 v -7.56309 -10.367 110.002 -0.181308 0.0836467 0.979863 0 0 v -2.34225 -9.25237 110.626 -0.092596 0.0817866 0.992339 0 0 v -6.61386 -8.73466 109.99 -0.171986 0.137883 0.975402 0 0 v -11.3032 -8.40743 108.888 -0.263773 0.170485 0.949399 0 0 v -9.5433 -6.22126 108.877 -0.232554 0.241942 0.94201 0 0 v -1.57385 -8.10999 110.568 -0.082164 0.145363 0.985961 0 0 v -5.23688 -7.25236 109.969 -0.1537 0.193815 0.968923 0 0 v -0.760633 -6.38497 110.313 -0.0653254 0.20193 0.977219 0 0 v -3.60681 -5.76752 109.874 -0.13544 0.239285 0.961456 0 0 v -7.2402 -4.35505 108.851 -0.193197 0.302119 0.933488 0 0 v -4.67288 -2.63884 108.742 -0.16928 0.34706 0.922439 0 0 v -0.203642 -3.35698 109.536 -0.0254158 0.337195 0.941092 0 0 v -1.98568 -3.84203 109.583 -0.108163 0.301604 0.947278 0 0 v -1.98568 -1.14139 108.559 -0.082916 0.420218 0.903627 0 0 v -1.57385 -32.8367 102.712 -0.0563135 -0.691602 0.72008 0 0 v -5.23493 -35.0283 99.9755 -0.123863 -0.733392 0.668426 0 0 v -2.34225 -37.8261 97.0649 -0.065953 -0.791246 0.607931 0 0 v -3.60681 -29.8472 105.14 -0.107918 -0.618572 0.778281 0 0 v -7.23826 -31.8696 102.715 -0.174925 -0.660375 0.730278 0 0 v -9.52386 -36.6149 97.0649 -0.197039 -0.761864 0.617041 0 0 v -2.93537 -41.6257 91.0636 -0.0732343 -0.890468 0.449113 0 0 v -7.63321 -42.4735 87.8791 -0.140941 -0.924773 0.353455 0 0 v -3.35401 -43.9929 84.5127 -0.0736279 -0.971158 0.226783 0 0 v -6.60413 -39.4008 94.1098 -0.139612 -0.828476 0.542343 0 0 v -11.3031 -40.2526 91.0627 -0.214057 -0.853942 0.474302 0 0 v -12.581 -42.7057 84.506 -0.184956 -0.948766 0.256191 0 0 v -3.59927 -44.8542 77.2823 -0.0704048 -0.996853 0.0364233 0 0 v -8.43474 -44.3534 73.756 -0.130084 -0.99088 -0.0351352 0 0 v -3.54267 -44.6367 70.6896 -0.0670629 -0.992197 -0.105113 0 0 v -8.20546 -44.0971 80.9131 -0.128493 -0.983507 0.12729 0 0 v -12.6754 -43.7095 77.2071 -0.168175 -0.985105 0.035868 0 0 v -12.9729 -43.355 70.269 -0.196381 -0.973806 -0.114618 0 0 v -1.50561 -32.6059 51.3917 -0.0549602 -0.57802 -0.814169 0 0 v -3.02005 -29.5863 49.4185 -0.105849 -0.564012 -0.818954 0 0 v -3.57384 -37.5574 55.7714 -0.115809 -0.704377 -0.700315 0 0 v -5.64255 -34.6891 53.507 -0.126432 -0.638772 -0.758937 0 0 v -6.95669 -31.613 51.3965 -0.161289 -0.589094 -0.791805 0 0 v -10.6651 -36.1309 55.9245 -0.202458 -0.693568 -0.691357 0 0 v -0.515223 2.46882 44.7367 -0.102102 0.928913 0.355942 0 0 v -2.07608 1.61402 46.1521 -0.211216 0.895809 0.391042 0 0 v -0.746323 3.50455 41.5883 -0.0974676 0.959165 0.265523 0 0 v -2.5752 2.70431 43.2306 -0.191307 0.924895 0.328589 0 0 v -4.12138 1.6947 44.7367 -0.284879 0.884799 0.368747 0 0 v -4.79276 2.67332 41.5883 -0.288333 0.916044 0.278797 0 0 v -0.91042 4.28157 37.7966 -0.0994517 0.984209 0.146432 0 0 v -2.97255 3.61134 39.7645 -0.195873 0.958211 0.208484 0 0 v -0.984468 4.64352 33.5791 -0.100364 0.994647 0.0245691 0 0 v -3.2131 4.181 35.7223 -0.198605 0.976059 0.0886827 0 0 v -5.26922 3.39346 37.7966 -0.294365 0.943325 0.153256 0 0 v -5.4841 3.72896 33.5791 -0.29706 0.954514 0.0256415 0 0 v -0.952522 4.48577 29.2297 -0.100018 0.990745 -0.0917649 0 0 v -3.25455 4.28167 31.4043 -0.199146 0.979257 -0.037361 0 0 v -0.831569 3.88853 25.0062 -0.0987925 0.9767 -0.190521 0 0 v -3.09799 3.90146 27.0865 -0.197596 0.969551 -0.14466 0 0 v -5.39141 3.58273 29.2297 -0.296067 0.950356 -0.0957474 0 0 v -5.04047 3.02909 25.0062 -0.292599 0.935384 -0.198602 0 0 v -0.63857 2.93554 21.1642 -0.0958242 0.943994 -0.315744 0 0 v -2.7878 3.1482 23.0204 -0.194296 0.948871 -0.248782 0 0 v -0.357374 1.54705 17.9815 -0.0866689 0.848314 -0.522352 0 0 v -2.3248 2.02383 19.4729 -0.184202 0.892111 -0.412562 0 0 v -4.48049 2.14567 21.1642 -0.283908 0.900888 -0.328324 0 0 v -3.66461 0.85854 17.9815 -0.256217 0.802257 -0.539199 0 0 v 0.0192073 -0.318295 15.6837 -0.0695021 0.679754 -0.730139 0 0 v -1.66617 0.424397 16.7254 -0.157045 0.748645 -0.644102 0 0 v 0.411479 -2.30802 14.1605 -0.0488462 0.52487 -0.849779 0 0 v -0.873516 -1.48989 14.838 -0.12764 0.581312 -0.803607 0 0 v -2.56196 -0.873043 15.682 -0.209078 0.630531 -0.747473 0 0 v -1.33364 -2.73919 14.1433 -0.177993 0.4676 -0.865834 0 0 v 0.666854 -4.01865 13.261 -0.046063 0.384165 -0.922114 0 0 v -0.112829 -3.29468 13.6493 -0.105427 0.438087 -0.892729 0 0 v -0.105855 -4.29277 13.2249 -0.12687 0.342945 -0.930748 0 0 v 4.28442 -30.1288 59.9359 -0.255398 -0.172139 0.951389 0 0 v 6.11932 -29.5746 60.8389 -0.457688 -0.835645 0.303675 0 0 v 3.73281 -29.0562 60.4525 -0.0541796 -0.937401 -0.344012 0 0 v 1.31948 -29.0572 59.7514 -2.2342e-009 -0.746737 0.66512 0 0 v 8.22619 -31.7452 62.29 -0.229707 -0.436787 -0.869742 0 0 v 6.11932 -29.9969 61.4734 -0.0113012 -0.591846 -0.805972 0 0 v 8.22619 -31.335 61.6718 -0.781771 -0.45895 0.422136 0 0 v 1.31948 -29.7718 60.825 3.77895e-009 -0.521633 -0.85317 0 0 v 4.28442 -31.3169 61.7252 0.111643 -0.265804 -0.957541 0 0 v 4.58279 -40.9024 59.003 -0.0142613 -0.970957 -0.23883 0 0 v 7.86969 -41.3057 60.4806 -0.297315 -0.886043 0.355713 0 0 v 4.79222 -40.7002 59.5175 -0.260041 -0.37277 0.890742 0 0 v 1.31948 -40.791 58.8093 0 -0.919009 0.394236 0 0 v 11.5069 -42.1903 63.012 -0.137579 -0.879525 -0.45553 0 0 v 10.1159 -41.5096 61.9507 -0.625229 -0.473128 0.620676 0 0 v 10.2114 -41.6514 61.5197 0.0860699 -0.909568 -0.406543 0 0 v 9.75132 -39.5538 62.0257 -0.642041 -0.0692477 0.763537 0 0 v 7.76155 -40.3782 60.7399 -0.441537 -0.123578 0.888692 0 0 v 10.7679 -41.2349 62.9253 -0.894682 -0.250289 -0.37 0 0 v 1.31948 -39.8448 59.0942 0 -0.0944004 0.995534 0 0 v 4.69222 -38.7203 59.6717 -0.256891 -0.037202 0.965724 0 0 v 8.23596 -42.6563 63.1397 0.0984787 -0.7606 -0.641708 0 0 v 10.1769 -42.1675 63.1318 0.0150422 -0.287937 -0.957531 0 0 v 1.31948 -42.7317 62.5215 9.55172e-010 -0.804568 -0.593861 0 0 v 4.85326 -42.336 62.4287 0.0978632 -0.397805 -0.912236 0 0 v 4.69222 -40.3738 62.3223 0.113094 0.00793722 -0.993553 0 0 v 7.76155 -41.5903 62.7636 0.145732 -0.0352103 -0.988697 0 0 v 1.31948 -41.6225 62.0623 3.74784e-009 -0.0789446 -0.996879 0 0 v 9.75132 -40.2152 63.0859 -0.00804 0.00800462 -0.999936 0 0 v -2.55427 -43.0074 63.4186 -0.0463798 -0.924392 -0.378615 0 0 v -5.59699 -42.6563 63.1397 -0.0984785 -0.760602 -0.641706 0 0 v -2.2143 -42.336 62.4287 -0.0978632 -0.397805 -0.912236 0 0 v -8.8679 -42.1903 63.012 0.137579 -0.879525 -0.45553 0 0 v -7.53796 -42.1675 63.1318 -0.0150423 -0.287937 -0.957531 0 0 v -8.56549 -42.6364 63.7889 -0.121886 -0.912928 -0.389494 0 0 v -7.11236 -40.2152 63.0859 0.00804006 0.00800461 -0.999936 0 0 v -5.12259 -41.5903 62.7636 -0.145732 -0.0352103 -0.988697 0 0 v -8.12889 -41.2349 62.9253 0.894682 -0.250289 -0.37 0 0 v -2.05325 -40.3738 62.3223 -0.113094 0.00793725 -0.993553 0 0 v -5.23072 -41.3057 60.4806 0.297313 -0.886045 0.355709 0 0 v -7.47692 -41.5096 61.9507 0.625229 -0.473127 0.620677 0 0 v -2.15325 -40.7002 59.5175 0.260041 -0.372769 0.890742 0 0 v -2.05325 -38.7203 59.6717 0.256891 -0.0372021 0.965724 0 0 v -5.12259 -40.3782 60.7399 0.441537 -0.123576 0.888692 0 0 v -7.11236 -39.5538 62.0257 0.642041 -0.0692477 0.763537 0 0 v 7.57245 -37.0612 60.8162 -0.43783 -0.0289118 0.898593 0 0 v 4.60101 -34.2969 59.7557 -0.257388 -0.0324265 0.965764 0 0 v 1.31948 -36.5111 59.1909 1.13127e-008 -0.0214991 0.999769 0 0 v 10.4905 -37.948 62.9659 -0.936675 -0.0822235 -0.340411 0 0 v 9.44478 -35.201 62.0136 -0.65081 -0.0713354 0.755882 0 0 v 7.18808 -32.3997 60.8161 -0.443435 -0.0736023 0.893279 0 0 v 9.57076 -33.5544 62.5996 -0.823991 -0.442407 -0.353998 0 0 v 1.31948 -31.819 59.3387 -1.50856e-008 -0.0638435 0.99796 0 0 v 7.57245 -38.3235 62.7826 0.151882 -0.00230537 -0.988396 0 0 v 9.44478 -35.8615 63.0241 0.000265395 -0.0754845 -0.997147 0 0 v 1.31948 -38.3624 62.0749 -5.60507e-009 -0.00811681 -0.999967 0 0 v 4.60101 -35.948 62.2819 0.116147 -0.0427076 -0.992313 0 0 v 7.18808 -33.5277 62.5242 0.138237 -0.113278 -0.9839 0 0 v 1.31948 -33.4734 61.8438 1.87094e-009 -0.121831 -0.992551 0 0 v -4.93349 -38.3235 62.7826 -0.151882 -0.00230538 -0.988396 0 0 v -1.96205 -35.948 62.2819 -0.116147 -0.0427076 -0.992313 0 0 v -7.85154 -37.948 62.9659 0.936675 -0.0822233 -0.340411 0 0 v -6.80581 -35.8615 63.0241 -0.00026547 -0.0754845 -0.997147 0 0 v -5.58722 -31.7452 62.29 0.229707 -0.436787 -0.869743 0 0 v -4.54911 -33.5277 62.5242 -0.138237 -0.113279 -0.9839 0 0 v -6.93179 -33.5544 62.5996 0.823991 -0.442408 -0.353997 0 0 v -1.64546 -31.3169 61.7252 -0.111643 -0.265804 -0.957541 0 0 v -4.93349 -37.0612 60.8162 0.43783 -0.0289111 0.898593 0 0 v -6.80581 -35.201 62.0136 0.65081 -0.0713356 0.755882 0 0 v -1.96205 -34.2969 59.7557 0.257388 -0.0324265 0.965764 0 0 v -1.64546 -30.1288 59.9359 0.255398 -0.172139 0.951388 0 0 v -4.54911 -32.3997 60.8161 0.443435 -0.073603 0.893279 0 0 v -5.58722 -31.335 61.6718 0.781771 -0.458949 0.422137 0 0 v -0.333423 -14.6175 12.2913 -0.0573673 -0.0331959 -0.997801 0 0 v 0.658604 -15.6526 12.2723 -0.0484234 -0.0342706 -0.998239 0 0 v -0.735327 -12.9315 12.2947 -0.0720005 0.00850999 -0.997368 0 0 v -0.374425 -11.2724 12.2996 -0.0668811 0.0279528 -0.997369 0 0 v 0.655347 -10.2349 12.2727 -0.0492098 0.0340862 -0.998207 0 0 v 1.98362 -10.2349 12.2727 0.0492105 0.034088 -0.998207 0 0 v 3.01339 -11.2724 12.2996 0.0668811 0.0279528 -0.997369 0 0 v 3.37429 -12.9315 12.2947 0.0720029 0.00850985 -0.997368 0 0 v 2.97239 -14.6175 12.2913 0.0573693 -0.0331968 -0.997801 0 0 v 1.98036 -15.6526 12.2723 0.0484241 -0.0342724 -0.998239 0 0 v 11.2673 -41.4459 61.6309 0.258239 -0.752791 -0.605491 0 0 v 11.3803 -40.4472 60.4088 0.220053 -0.75947 -0.612195 0 0 v 15.1711 -41.3222 63.3296 0.287746 -0.816909 -0.499861 0 0 v 12.0189 -38.6621 58.3778 0.195475 -0.754592 -0.626402 0 0 v 6.03375 -39.6715 57.9385 0.181194 -0.655846 -0.732826 0 0 v 16.8392 -39.5572 61.5191 0.281416 -0.792909 -0.540462 0 0 v 6.94471 -40.9956 59.4693 0.132659 -0.836257 -0.532048 0 0 v 7.40098 -40.703 59.2801 0.241395 -0.656462 -0.714693 0 0 v 4.10562 -40.4349 58.0741 0.121022 -0.723343 -0.6798 0 0 v -6.51969 -43.2049 64.7202 -0.0909424 -0.947437 -0.306745 0 0 v -10.4364 -43.0369 65.9626 -0.181037 -0.949546 -0.256103 0 0 v -10.8465 -42.269 63.9994 -0.26086 -0.866981 -0.424613 0 0 v -3.0972 -43.8507 66.07 -0.0528389 -0.967232 -0.248335 0 0 v -7.82202 -43.8743 68.1161 -0.120397 -0.978432 -0.167852 0 0 v -14.6165 -42.2254 66.7021 -0.278019 -0.905038 -0.321887 0 0 v -12.5321 -41.3222 63.3296 -0.287746 -0.816909 -0.499862 0 0 v -8.74138 -40.4472 60.4088 -0.220053 -0.75947 -0.612194 0 0 v -14.2002 -39.5572 61.5191 -0.281416 -0.792909 -0.540462 0 0 v -9.37998 -38.6621 58.3778 -0.195475 -0.754592 -0.626402 0 0 v -3.48035 -29.9969 61.4734 0.0113004 -0.591844 -0.805973 0 0 v -1.09384 -29.0562 60.4525 0.0541786 -0.9374 -0.344014 0 0 v -3.48035 -29.5746 60.8389 0.457688 -0.835645 0.303676 0 0 v 7.50106 -25.881 47.5221 0.36667 -0.814716 0.449212 0 0 v 12.8679 -21.9139 47.5221 0.627639 -0.559383 0.541443 0 0 v 15.9146 -16.1443 47.5221 0.778497 -0.195649 0.596375 0 0 v 15.9146 -9.74053 47.5221 0.762578 0.19449 0.616968 0 0 v 12.8679 -3.97093 47.5221 0.626346 0.559251 0.543074 0 0 v 7.50106 -0.00383633 47.5221 0.36667 0.814716 0.449212 0 0 v 1.31948 10.8007 54.5622 0.0989814 0.727784 -0.678626 0 0 v 1.31948 10.8007 54.5622 -0.042249 0.813646 -0.579824 0 0 v 1.31948 10.8007 54.5622 -0.0989814 0.727784 -0.678626 0 0 v 1.31948 -27.2189 47.5221 0 -0.564112 -0.825699 0 0 v 1.31948 1.74241 47.5221 3.77498e-009 0.952791 0.303627 0 0 v 1.31948 1.74241 47.5221 -0.106861 0.545852 -0.831039 0 0 v -4.86209 -25.881 47.5221 -0.366669 -0.814716 0.449212 0 0 v -10.229 -21.9139 47.5221 -0.627639 -0.559383 0.541443 0 0 v -13.2756 -16.1443 47.5221 -0.778497 -0.19565 0.596375 0 0 v -13.2756 -9.74053 47.5221 -0.762578 0.19449 0.616966 0 0 v -10.229 -3.97093 47.5221 -0.626346 0.559251 0.543074 0 0 v -4.86209 -0.00383633 47.5221 -0.36667 0.814716 0.449212 0 0 v 17.0546 -28.4544 51.4172 0.261574 -0.417592 -0.87017 0 0 v 24.3846 -21.5527 51.4183 0.336404 -0.20856 -0.918333 0 0 v 27.0064 -12.9424 51.4183 0.355748 2.32906e-009 -0.934582 0 0 v 24.3846 -4.33219 51.4183 0.336403 0.20856 -0.918333 0 0 v 17.0509 2.5705 51.4183 0.261442 0.418432 -0.869806 0 0 v 6.82923 6.37296 51.3964 0.139888 0.553393 -0.82109 0 0 v 6.82923 6.37296 51.3964 0.116211 0.565721 -0.816367 0 0 v 6.82923 6.37296 51.3964 0.122763 0.621193 -0.773982 0 0 v 11.7615 -0.828174 44.7368 0.5231 0.742284 0.418786 0 0 v 16.6255 -6.01155 44.7473 0.739911 0.438454 0.510187 0 0 v 18.2932 -12.6727 45.0155 0.745473 0.145293 0.650507 0 0 v 16.461 -19.9043 45.0156 0.59544 -0.515416 0.616277 0 0 v 11.7514 -25.0611 44.7439 0.520109 -0.742973 0.421281 0 0 v 4.97308 -28.0508 44.7367 0.19 -0.914338 0.357612 0 0 v 6.91989 -32.2106 51.3888 0.115799 -0.606052 -0.786951 0 0 v 4.97308 2.17103 44.7367 0.192754 0.915322 0.353597 0 0 v -14.4156 -28.4544 51.4172 -0.261574 -0.417592 -0.87017 0 0 v -21.7457 -21.5527 51.4183 -0.336403 -0.20856 -0.918333 0 0 v -24.3674 -12.9424 51.4183 -0.355748 5.58975e-009 -0.934582 0 0 v -21.7457 -4.3322 51.4183 -0.336403 0.20856 -0.918333 0 0 v -14.412 2.5705 51.4183 -0.261442 0.418432 -0.869806 0 0 v -4.19027 6.37296 51.3964 -0.126377 0.580514 -0.804383 0 0 v -9.12256 -0.828174 44.7368 -0.5231 0.742284 0.418786 0 0 v -13.9865 -6.01155 44.7473 -0.73991 0.438454 0.510187 0 0 v -15.6542 -12.6727 45.0155 -0.745474 0.145293 0.650507 0 0 v -13.822 -19.9043 45.0156 -0.595439 -0.515416 0.616278 0 0 v -9.11242 -25.0611 44.7439 -0.520109 -0.742973 0.421281 0 0 v -2.33412 -28.0508 44.7367 -0.19 -0.914338 0.357612 0 0 v -4.28092 -32.2106 51.3888 -0.115799 -0.606052 -0.786951 0 0 v -2.33412 2.17103 44.7367 -0.192754 0.915322 0.353597 0 0 v 8.88774 11.1033 56.0083 0.119924 0.709842 -0.694077 0 0 v 4.44852 -26.8892 47.5221 0.107835 -0.53808 -0.835967 0 0 v 12.1801 -30.794 51.4074 0.194354 -0.504016 -0.841543 0 0 v 10.3803 -24.1879 47.5221 0.513026 -0.704336 0.490628 0 0 v 21.234 -25.3173 51.4183 0.341633 -0.372713 -0.86277 0 0 v 14.7453 -19.1846 47.5221 0.717041 -0.383572 0.582 0 0 v 26.3468 -17.359 51.4183 0.404015 -0.126178 -0.906008 0 0 v 16.3076 -12.9424 47.5221 0.791264 0.000193983 0.611474 0 0 v 26.3468 -8.52587 51.4183 0.404015 0.126178 -0.906008 0 0 v 14.7453 -6.70022 47.5221 0.70733 0.383312 0.593933 0 0 v 21.234 -0.567517 51.4183 0.341633 0.372714 -0.86277 0 0 v 10.3803 -1.69693 47.5221 0.513078 0.704334 0.490575 0 0 v 12.1439 4.91807 51.4181 0.20435 0.569949 -0.795864 0 0 v 8.50017 1.03439 44.7367 0.371417 0.845574 0.383477 0 0 v 14.5416 -3.23835 44.7378 0.642267 0.611735 0.461815 0 0 v 17.8791 -9.11551 44.8133 0.809527 0.223709 0.542789 0 0 v 17.22 -16.3604 45.9063 0.540838 -0.137561 0.829802 0 0 v 14.4402 -22.6909 44.8086 0.637479 -0.609648 0.471116 0 0 v 8.50017 -26.9192 44.7367 0.371417 -0.845574 0.383476 0 0 v 4.44852 1.04514 47.5221 0.12001 0.537396 -0.834747 0 0 v 4.44852 1.04514 47.5221 0.222974 0.887096 0.404158 0 0 v 1.31948 -32.753 51.3959 -1.86386e-009 -0.616764 -0.787148 0 0 v 1.31948 7.21454 51.2475 -0.107357 0.596787 -0.795185 0 0 v 1.31948 2.57308 44.7367 9.32532e-010 0.942298 0.334774 0 0 v 1.31948 -28.4273 44.7367 -9.32391e-010 -0.937251 0.348655 0 0 v -6.24878 11.1033 56.0083 -0.119924 0.709842 -0.694077 0 0 v -9.54116 -30.794 51.4074 -0.194354 -0.504016 -0.841543 0 0 v -7.74135 -24.1879 47.5221 -0.513026 -0.704336 0.490628 0 0 v -18.595 -25.3173 51.4183 -0.307606 -0.31574 -0.897601 0 0 v -12.1064 -19.1846 47.5221 -0.717041 -0.383572 0.582 0 0 v -23.7079 -17.359 51.4183 -0.351192 -0.103215 -0.930597 0 0 v -13.6686 -12.9424 47.5221 -0.791265 0.000194607 0.611474 0 0 v -23.7079 -8.52587 51.4183 -0.351192 0.103215 -0.930597 0 0 v -12.1064 -6.70022 47.5221 -0.70733 0.383312 0.593933 0 0 v -18.595 -0.567517 51.4183 -0.307606 0.31574 -0.897601 0 0 v -7.74135 -1.69693 47.5221 -0.513079 0.704334 0.490575 0 0 v -9.50489 4.91806 51.4181 -0.193972 0.507651 -0.839443 0 0 v -1.80956 1.04514 47.5221 -0.222974 0.887096 0.404158 0 0 v -11.9026 -3.23835 44.7378 -0.629012 0.582522 0.514794 0 0 v -5.86121 1.03439 44.7367 -0.371417 0.845574 0.383476 0 0 v -15.2401 -9.11551 44.8133 -0.779549 0.206083 0.591466 0 0 v -14.581 -16.3604 45.9063 -0.723123 -0.182979 0.666041 0 0 v -11.8012 -22.6909 44.8086 -0.629422 -0.580966 0.516048 0 0 v -5.86121 -26.9192 44.7367 -0.367137 -0.826689 0.426375 0 0 v -1.80956 -26.8892 47.5221 -0.107835 -0.53808 -0.835967 0 0 v 5.5286 13.5428 58.7167 0.0806959 0.844978 -0.528679 0 0 v 11.869 -27.4536 49.4185 0.231115 -0.46305 -0.855669 0 0 v 15.5349 -25.0685 49.4185 0.286715 -0.368442 -0.884333 0 0 v 18.4966 -22.0666 49.4185 0.324204 -0.261827 -0.909032 0 0 v 20.5583 -18.6061 49.4185 0.345248 -0.155907 -0.925471 0 0 v 21.6153 -14.8628 49.4185 0.354695 -0.0511261 -0.933583 0 0 v 21.6153 -11.022 49.4185 0.354695 0.051126 -0.933583 0 0 v 20.5583 -7.27871 49.4185 0.345248 0.155907 -0.925471 0 0 v 18.4966 -3.81825 49.4185 0.324204 0.261827 -0.909032 0 0 v 15.5349 -0.816351 49.4185 0.286681 0.368647 -0.884259 0 0 v 11.869 1.56877 49.4185 0.230911 0.465103 -0.854611 0 0 v 7.78602 3.19637 49.4185 0.156691 0.540423 -0.826675 0 0 v 3.4978 4.20305 49.4185 0.116211 0.565721 -0.816367 0 0 v 3.4978 4.20305 49.4185 0.12001 0.537396 -0.834747 0 0 v 4.63478 9.15618 53.2821 0.12156 0.666705 -0.735341 0 0 v 9.58549 -0.285746 46.1521 0.446082 0.77656 0.444934 0 0 v 12.4696 -2.36685 46.1524 0.575317 0.655802 0.488809 0 0 v 14.8002 -4.92605 46.1533 0.676259 0.499276 0.541661 0 0 v 16.4078 -7.85111 46.173 0.751448 0.309044 0.582938 0 0 v 17.1872 -11.0861 46.2472 0.790027 0.114169 0.602348 0 0 v 16.9721 -14.5202 46.528 0.750312 -0.0732649 0.657012 0 0 v 16.1126 -17.934 46.5272 0.704209 -0.29786 0.644491 0 0 v 14.7 -20.9719 46.2451 0.667515 -0.502146 0.549794 0 0 v 12.4496 -23.5206 46.1707 0.574514 -0.65532 0.490397 0 0 v 9.58549 -25.5991 46.1521 0.445822 -0.776612 0.445104 0 0 v 6.38098 -27.0336 46.1521 0.279904 -0.867986 0.410187 0 0 v 3.02363 -27.744 46.1521 0.0947392 -0.915767 0.390379 0 0 v 3.4978 -29.888 49.4185 0.0541754 -0.577888 -0.814316 0 0 v 7.78603 -29.0812 49.4185 0.151419 -0.538417 -0.828963 0 0 v 3.02363 1.94082 46.1521 0.112635 0.926554 0.358904 0 0 v 6.38098 1.14874 46.1521 0.283192 0.867782 0.408358 0 0 v -2.88964 13.5428 58.7167 -0.0806958 0.844978 -0.528678 0 0 v -12.8959 -25.0685 49.4185 -0.286715 -0.368442 -0.884333 0 0 v -9.23006 -27.4536 49.4185 -0.231115 -0.46305 -0.855669 0 0 v -17.9193 -18.6061 49.4185 -0.345248 -0.155907 -0.925471 0 0 v -15.8576 -22.0666 49.4185 -0.324204 -0.261827 -0.909032 0 0 v -18.9764 -11.022 49.4185 -0.354695 0.051126 -0.933583 0 0 v -18.9764 -14.8628 49.4185 -0.354695 -0.051126 -0.933583 0 0 v -15.8576 -3.81825 49.4185 -0.324204 0.261827 -0.909032 0 0 v -17.9193 -7.27871 49.4185 -0.345248 0.155907 -0.925471 0 0 v -9.23006 1.56877 49.4185 -0.230911 0.465103 -0.854611 0 0 v -12.8959 -0.816351 49.4185 -0.286681 0.368647 -0.884259 0 0 v -1.99581 9.15618 53.2821 -0.12156 0.666705 -0.735342 0 0 v -0.858833 4.20305 49.4185 -0.116212 0.56572 -0.816367 0 0 v -5.14706 3.19637 49.4185 -0.156691 0.540423 -0.826675 0 0 v -6.94653 -0.285746 46.1521 -0.446082 0.776559 0.444934 0 0 v -9.83065 -2.36685 46.1524 -0.575317 0.655801 0.488809 0 0 v -12.1612 -4.92605 46.1533 -0.676259 0.499276 0.541661 0 0 v -13.7688 -7.85111 46.173 -0.751449 0.309043 0.582938 0 0 v -14.5482 -11.0861 46.2472 -0.790026 0.114169 0.602349 0 0 v -14.3331 -14.5202 46.528 -0.750313 -0.0732653 0.65701 0 0 v -13.4737 -17.934 46.5272 -0.70421 -0.297861 0.64449 0 0 v -12.0611 -20.9719 46.2451 -0.667515 -0.502146 0.549793 0 0 v -9.81063 -23.5206 46.1707 -0.574514 -0.65532 0.490396 0 0 v -6.94653 -25.5991 46.1521 -0.445822 -0.776612 0.445103 0 0 v -3.74201 -27.0336 46.1521 -0.279904 -0.867986 0.410187 0 0 v -0.384665 -27.744 46.1521 -0.0947392 -0.915767 0.390379 0 0 v -0.858834 -29.888 49.4185 -0.0541757 -0.577888 -0.814316 0 0 v -5.14706 -29.0812 49.4185 -0.151419 -0.538418 -0.828962 0 0 v -0.384664 1.94082 46.1521 -0.112635 0.926554 0.358904 0 0 v -3.74201 1.14874 46.1521 -0.283192 0.867782 0.408358 0 0 v 1.31948 13.6032 58.5452 0 0.867292 -0.4978 0 0 v 1.31948 13.6032 58.5452 -0.0351732 0.817334 -0.575089 0 0 v 5.12222 11.3357 55.6244 0.109352 0.802222 -0.586926 0 0 v 5.12222 11.3357 55.6244 0.0910776 0.719517 -0.688476 0 0 v 14.6815 -29.7342 51.4139 0.226184 -0.468367 -0.854092 0 0 v 8.97473 -25.1147 47.5221 0.447318 -0.761712 0.468724 0 0 v 13.772 -26.347 49.4185 0.266988 -0.410887 -0.871716 0 0 v 9.86173 -28.3709 49.4185 0.199156 -0.500842 -0.842315 0 0 v 17.1217 -23.6358 49.4185 0.311478 -0.307567 -0.899102 0 0 v 19.2538 -26.9753 51.4183 0.318219 -0.423883 -0.847974 0 0 v 11.688 -23.1159 47.5221 0.57813 -0.632651 0.515284 0 0 v 22.9497 -23.5013 51.4183 0.32115 -0.268919 -0.908044 0 0 v 13.8903 -20.5974 47.5221 0.678605 -0.466703 0.567171 0 0 v 19.6465 -20.3827 49.4185 0.338186 -0.201648 -0.919221 0 0 v 21.2189 -16.7589 49.4185 0.35143 -0.0993174 -0.930931 0 0 v 25.5224 -19.4967 51.4183 0.395531 -0.185134 -0.8996 0 0 v 15.4233 -17.6941 47.5221 0.752769 -0.289351 0.591282 0 0 v 26.8415 -15.1648 51.4183 0.354216 -0.0529266 -0.933665 0 0 v 16.2093 -14.5536 47.5221 0.791202 -0.0972379 0.603775 0 0 v 21.7475 -12.9424 49.4185 0.355441 4.65801e-009 -0.934699 0 0 v 21.219 -9.12598 49.4185 0.35143 0.0993175 -0.930931 0 0 v 26.8415 -10.72 51.4183 0.40923 0.0611354 -0.910381 0 0 v 16.2093 -11.3313 47.5221 0.780874 0.0956474 0.617323 0 0 v 25.5224 -6.38811 51.4183 0.343819 0.16096 -0.925138 0 0 v 15.4233 -8.19071 47.5221 0.739055 0.284085 0.610814 0 0 v 19.6465 -5.50214 49.4185 0.338186 0.201648 -0.919222 0 0 v 17.1217 -2.249 49.4185 0.311477 0.307568 -0.899102 0 0 v 22.9497 -2.38352 51.4183 0.36645 0.306789 -0.878405 0 0 v 13.8903 -5.28749 47.5221 0.67583 0.46486 0.571979 0 0 v 19.2538 1.09041 51.4183 0.28188 0.376011 -0.8827 0 0 v 11.688 -2.76897 47.5221 0.578023 0.632549 0.51553 0 0 v 13.772 0.462106 49.4185 0.267167 0.411161 -0.871532 0 0 v 9.86173 2.48606 49.4185 0.200156 0.503323 -0.840597 0 0 v 14.667 3.85297 51.4182 0.250845 0.524798 -0.813428 0 0 v 8.97473 -0.770115 47.5221 0.447318 0.761712 0.468724 0 0 v 9.52313 5.74602 51.4178 0.15207 0.543665 -0.825411 0 0 v 7.9189 8.82482 53.5375 0.124334 0.663835 -0.737472 0 0 v 5.98913 0.586594 47.5221 0.292622 0.852353 0.433435 0 0 v 5.65901 3.75146 49.4185 0.144584 0.554032 -0.819844 0 0 v 5.65901 3.75146 49.4185 0.117858 0.564038 -0.817294 0 0 v 5.65901 3.75146 49.4185 0.112029 0.536142 -0.836661 0 0 v 1.31948 4.6029 49.4185 -0.102821 0.560156 -0.821981 0 0 v 4.08655 6.83498 51.3325 0.114564 0.567399 -0.815434 0 0 v 4.08655 6.83498 51.3325 0.122654 0.621145 -0.774038 0 0 v 2.88878 1.41576 47.5221 0.127983 0.538613 -0.832777 0 0 v 2.88878 1.41576 47.5221 0.20226 0.907654 0.367772 0 0 v 1.31948 9.32852 52.9419 -0.109704 0.680781 -0.724225 0 0 v 11.0822 -1.256 46.1522 0.517764 0.717798 0.465496 0 0 v 10.1767 0.184685 44.7367 0.454289 0.795804 0.400396 0 0 v 8.00871 0.522858 46.1521 0.369033 0.825745 0.426568 0 0 v 13.7187 -3.59722 46.1527 0.633881 0.577014 0.515024 0 0 v 13.226 -1.97794 44.7372 0.588631 0.678667 0.439232 0 0 v 15.7009 -6.34634 46.1586 0.72045 0.399639 0.566781 0 0 v 15.6798 -4.58318 44.7389 0.69797 0.525534 0.486469 0 0 v 16.9076 -9.43337 46.2011 0.780097 0.201645 0.592274 0 0 v 17.3636 -7.52261 44.7698 0.781773 0.326935 0.530985 0 0 v 17.2181 -12.7887 46.345 0.777448 0.00288978 0.62894 0 0 v 18.1569 -10.7894 44.8846 0.827532 0.128864 0.546429 0 0 v 16.565 -16.2467 46.6405 0.719686 -0.181661 0.670113 0 0 v 17.6993 -14.6076 45.7048 0.595808 0.0135809 0.803012 0 0 v 15.522 -19.5273 46.3435 0.699943 -0.382093 0.603394 0 0 v 16.8191 -18.0809 45.7059 0.524409 -0.30614 0.794527 0 0 v 13.6686 -22.2942 46.1986 0.634748 -0.574806 0.516424 0 0 v 15.477 -21.3906 44.8805 0.685835 -0.535245 0.493096 0 0 v 11.0772 -24.6295 46.1568 0.517609 -0.717463 0.466184 0 0 v 13.1854 -23.9247 44.7655 0.58653 -0.676471 0.445388 0 0 v 8.00871 -26.4077 46.1521 0.369033 -0.825744 0.426569 0 0 v 10.1767 -26.0695 44.7367 0.453997 -0.795997 0.400345 0 0 v 5.98913 -26.4714 47.5221 0.165418 -0.502654 -0.848514 0 0 v 4.71504 -27.4784 46.1521 0.189698 -0.897739 0.397591 0 0 v 6.76035 -27.5795 44.7367 0.283708 -0.885229 0.368618 0 0 v 1.31948 -27.832 46.1521 1.86475e-009 -0.921776 0.387723 0 0 v 3.15419 -28.3333 44.7367 0.0959259 -0.931595 0.350613 0 0 v 2.88878 -27.1373 47.5221 0.0585908 -0.557789 -0.827912 0 0 v 5.65902 -29.5863 49.4185 0.105848 -0.564012 -0.818955 0 0 v 4.14457 -32.6059 51.3917 0.0585403 -0.614802 -0.786506 0 0 v 1.31948 -29.9879 49.4185 0 -0.581699 -0.813404 0 0 v 9.59566 -31.613 51.3965 0.161289 -0.589094 -0.791805 0 0 v 4.71504 1.61402 46.1521 0.211216 0.895809 0.391042 0 0 v 3.15419 2.46882 44.7367 0.10277 0.934898 0.339711 0 0 v 1.31948 2.0696 46.1521 0 0.942166 0.335145 0 0 v 6.76035 1.6947 44.7367 0.284879 0.884799 0.368747 0 0 v -2.48325 11.3357 55.6244 -0.109351 0.802222 -0.586926 0 0 v -2.48325 11.3357 55.6244 -0.0910776 0.719517 -0.688476 0 0 v -12.0426 -29.7342 51.4139 -0.226184 -0.468367 -0.854092 0 0 v -16.6148 -26.9753 51.4183 -0.282051 -0.37574 -0.882761 0 0 v -9.04903 -23.1159 47.5221 -0.57813 -0.632651 0.515284 0 0 v -11.1331 -26.347 49.4185 -0.266988 -0.410887 -0.871716 0 0 v -14.4827 -23.6358 49.4185 -0.311477 -0.307568 -0.899102 0 0 v -7.22277 -28.3709 49.4185 -0.199156 -0.500842 -0.842315 0 0 v -6.33576 -25.1147 47.5221 -0.447317 -0.761711 0.468725 0 0 v -20.3107 -23.5013 51.4183 -0.32115 -0.26892 -0.908044 0 0 v -22.8835 -19.4967 51.4183 -0.34382 -0.16096 -0.925138 0 0 v -12.7844 -17.6941 47.5221 -0.752769 -0.289351 0.591282 0 0 v -17.0075 -20.3827 49.4185 -0.338186 -0.201648 -0.919222 0 0 v -18.58 -16.7589 49.4185 -0.35143 -0.0993174 -0.930931 0 0 v -11.2513 -20.5974 47.5221 -0.678605 -0.466703 0.567171 0 0 v -24.2025 -15.1648 51.4183 -0.354216 -0.0529266 -0.933665 0 0 v -24.2025 -10.72 51.4183 -0.354216 0.0529266 -0.933665 0 0 v -13.5703 -11.3313 47.5221 -0.780875 0.0956482 0.617322 0 0 v -19.1085 -12.9424 49.4185 -0.355441 4.65801e-009 -0.934699 0 0 v -18.58 -9.12598 49.4185 -0.35143 0.0993175 -0.930931 0 0 v -13.5703 -14.5536 47.5221 -0.791201 -0.0972383 0.603776 0 0 v -22.8835 -6.38812 51.4183 -0.343819 0.16096 -0.925138 0 0 v -20.3107 -2.38352 51.4183 -0.32115 0.268919 -0.908044 0 0 v -11.2513 -5.28749 47.5221 -0.67583 0.46486 0.571979 0 0 v -17.0075 -5.50214 49.4185 -0.338186 0.201648 -0.919222 0 0 v -14.4827 -2.249 49.4185 -0.311477 0.307567 -0.899102 0 0 v -12.7844 -8.19071 47.5221 -0.739055 0.284085 0.610814 0 0 v -16.6148 1.09041 51.4183 -0.28188 0.376011 -0.8827 0 0 v -12.0281 3.85297 51.4182 -0.225084 0.471001 -0.852933 0 0 v -6.33576 -0.770115 47.5221 -0.447318 0.761712 0.468724 0 0 v -11.1331 0.462105 49.4185 -0.267167 0.411161 -0.871532 0 0 v -7.22276 2.48606 49.4185 -0.200156 0.503323 -0.840597 0 0 v -9.04903 -2.76897 47.5221 -0.578023 0.632549 0.51553 0 0 v -5.27993 8.82482 53.5375 -0.124334 0.663834 -0.737472 0 0 v -6.88416 5.74602 51.4178 -0.15207 0.543665 -0.82541 0 0 v -1.44759 6.83498 51.3325 -0.118679 0.594619 -0.7952 0 0 v -0.249818 1.41576 47.5221 -0.20226 0.907653 0.367772 0 0 v -3.02005 3.75145 49.4185 -0.131234 0.559092 -0.818653 0 0 v -3.35017 0.586594 47.5221 -0.292622 0.852353 0.433435 0 0 v -5.36974 0.522858 46.1521 -0.369032 0.825744 0.426569 0 0 v -7.53778 0.184685 44.7367 -0.45429 0.795804 0.400396 0 0 v -8.44321 -1.256 46.1522 -0.510246 0.707413 0.489097 0 0 v -10.587 -1.97794 44.7372 -0.572182 0.659784 0.487128 0 0 v -11.0797 -3.59722 46.1527 -0.633881 0.577014 0.515024 0 0 v -13.0408 -4.58318 44.7389 -0.69797 0.525533 0.486469 0 0 v -13.062 -6.34634 46.1586 -0.703251 0.390383 0.594171 0 0 v -14.7246 -7.52261 44.7698 -0.748605 0.31467 0.583587 0 0 v -14.2686 -9.43337 46.2011 -0.780096 0.201644 0.592275 0 0 v -15.5179 -10.7894 44.8846 -0.827532 0.128865 0.546429 0 0 v -14.5791 -12.7887 46.345 -0.790941 0.000546661 0.611892 0 0 v -15.0603 -14.6076 45.7048 -0.744942 -0.0599174 0.664433 0 0 v -13.926 -16.2467 46.6405 -0.719687 -0.181661 0.670111 0 0 v -14.1802 -18.0809 45.7059 -0.524409 -0.30614 0.794527 0 0 v -12.883 -19.5273 46.3435 -0.714312 -0.386837 0.583194 0 0 v -12.838 -21.3906 44.8805 -0.662629 -0.52171 0.537347 0 0 v -11.0296 -22.2942 46.1986 -0.634747 -0.574806 0.516424 0 0 v -10.5465 -23.9247 44.7655 -0.586529 -0.676471 0.445388 0 0 v -8.43821 -24.6295 46.1568 -0.510152 -0.707431 0.489169 0 0 v -7.53778 -26.0695 44.7367 -0.443782 -0.778362 0.444083 0 0 v -5.36974 -26.4077 46.1521 -0.369032 -0.825745 0.426569 0 0 v -4.12138 -27.5795 44.7367 -0.283708 -0.885229 0.368618 0 0 v -2.07608 -27.4784 46.1521 -0.187736 -0.888505 0.418706 0 0 v -3.35017 -26.4714 47.5221 -0.165418 -0.502654 -0.848514 0 0 v -0.515223 -28.3333 44.7367 -0.0943073 -0.915961 0.390028 0 0 v -0.249818 -27.1373 47.5221 -0.0585908 -0.557789 -0.827912 0 0 v -1.50561 -32.6059 51.3917 -0.0585409 -0.614802 -0.786506 0 0 v -3.02005 -29.5863 49.4185 -0.101594 -0.541261 -0.834695 0 0 v -6.95669 -31.613 51.3965 -0.148423 -0.540779 -0.827967 0 0 v -0.515223 2.46882 44.7367 -0.10277 0.934898 0.339711 0 0 v -2.07608 1.61402 46.1521 -0.209365 0.887982 0.409456 0 0 v -4.12138 1.6947 44.7367 -0.279531 0.868271 0.40984 0 0 t 0 2582 1292 t 1292 2585 0 t 659 2583 1292 t 1292 2582 659 t 330 2584 1292 t 1292 2583 330 t 648 2585 1292 t 1292 2584 648 t 6 2586 1293 t 1293 2588 6 t 660 2587 1293 t 1293 2586 660 t 330 2583 1293 t 1293 2587 330 t 659 2588 1293 t 1293 2583 659 t 7 2589 1294 t 1294 2591 7 t 661 2590 1294 t 1294 2589 661 t 330 2587 1294 t 1294 2590 330 t 660 2591 1294 t 1294 2587 660 t 1 2592 1295 t 1295 2593 1 t 648 2584 1295 t 1295 2592 648 t 330 2590 1295 t 1295 2584 330 t 661 2593 1295 t 1295 2590 661 t 1 2593 1296 t 1296 2596 1 t 661 2594 1296 t 1296 2593 661 t 331 2595 1296 t 1296 2594 331 t 650 2596 1296 t 1296 2595 650 t 7 2597 1297 t 1297 2589 7 t 662 2598 1297 t 1297 2597 662 t 331 2594 1297 t 1297 2598 331 t 661 2589 1297 t 1297 2594 661 t 36 2599 1298 t 1298 2601 36 t 720 2600 1298 t 1298 2599 720 t 331 2598 1298 t 1298 2600 331 t 662 2601 1298 t 1298 2598 662 t 8 2602 1299 t 1299 2604 8 t 663 2603 1299 t 1299 2602 663 t 331 2600 1299 t 1299 2603 331 t 720 2604 1299 t 1299 2600 720 t 2 2605 1300 t 1300 2606 2 t 650 2595 1300 t 1300 2605 650 t 331 2603 1300 t 1300 2595 331 t 663 2606 1300 t 1300 2603 663 t 2 2606 1301 t 1301 2609 2 t 663 2607 1301 t 1301 2606 663 t 332 2608 1301 t 1301 2607 332 t 652 2609 1301 t 1301 2608 652 t 8 2610 1302 t 1302 2602 8 t 723 2611 1302 t 1302 2610 723 t 332 2607 1302 t 1302 2611 332 t 663 2602 1302 t 1302 2607 663 t 38 2612 1303 t 1303 2614 38 t 664 2613 1303 t 1303 2612 664 t 332 2611 1303 t 1303 2613 332 t 723 2614 1303 t 1303 2611 723 t 9 2615 1304 t 1304 2617 9 t 665 2616 1304 t 1304 2615 665 t 332 2613 1304 t 1304 2616 332 t 664 2617 1304 t 1304 2613 664 t 3 2618 1305 t 1305 2619 3 t 652 2608 1305 t 1305 2618 652 t 332 2616 1305 t 1305 2608 332 t 665 2619 1305 t 1305 2616 665 t 3 2619 1306 t 1306 2622 3 t 665 2620 1306 t 1306 2619 665 t 333 2621 1306 t 1306 2620 333 t 654 2622 1306 t 1306 2621 654 t 9 2623 1307 t 1307 2615 9 t 666 2624 1307 t 1307 2623 666 t 333 2620 1307 t 1307 2624 333 t 665 2615 1307 t 1307 2620 665 t 10 2625 1308 t 1308 2627 10 t 667 2626 1308 t 1308 2625 667 t 333 2624 1308 t 1308 2626 333 t 666 2627 1308 t 1308 2624 666 t 4 2628 1309 t 1309 2629 4 t 654 2621 1309 t 1309 2628 654 t 333 2626 1309 t 1309 2621 333 t 667 2629 1309 t 1309 2626 667 t 4 2629 1310 t 1310 2632 4 t 667 2630 1310 t 1310 2629 667 t 334 2631 1310 t 1310 2630 334 t 656 2632 1310 t 1310 2631 656 t 10 2633 1311 t 1311 2625 10 t 668 2634 1311 t 1311 2633 668 t 334 2630 1311 t 1311 2634 334 t 667 2625 1311 t 1311 2630 667 t 11 2635 1312 t 1312 2637 11 t 669 2636 1312 t 1312 2635 669 t 334 2634 1312 t 1312 2636 334 t 668 2637 1312 t 1312 2634 668 t 5 2638 1313 t 1313 2639 5 t 656 2631 1313 t 1313 2638 656 t 334 2636 1313 t 1313 2631 334 t 669 2639 1313 t 1313 2636 669 t 5 2639 1314 t 1314 2642 5 t 669 2640 1314 t 1314 2639 669 t 335 2641 1314 t 1314 2640 335 t 658 2642 1314 t 1314 2641 658 t 11 2643 1315 t 1315 2635 11 t 670 2644 1315 t 1315 2643 670 t 335 2640 1315 t 1315 2644 335 t 669 2635 1315 t 1315 2640 669 t 148 2645 1316 t 1316 2647 148 t 946 2646 1316 t 1316 2645 946 t 335 2644 1316 t 1316 2646 335 t 670 2647 1316 t 1316 2644 670 t 175 2648 1317 t 1317 2649 175 t 658 2641 1317 t 1317 2648 658 t 335 2646 1317 t 1317 2641 335 t 946 2649 1317 t 1317 2646 946 t 6 2650 1318 t 1318 2586 6 t 671 2651 1318 t 1318 2650 671 t 336 2652 1318 t 1318 2651 336 t 660 2586 1318 t 1318 2652 660 t 12 2653 1319 t 1319 2655 12 t 672 2654 1319 t 1319 2653 672 t 336 2651 1319 t 1319 2654 336 t 671 2655 1319 t 1319 2651 671 t 13 2656 1320 t 1320 2658 13 t 673 2657 1320 t 1320 2656 673 t 336 2654 1320 t 1320 2657 336 t 672 2658 1320 t 1320 2654 672 t 7 2591 1321 t 1321 2659 7 t 660 2652 1321 t 1321 2591 660 t 336 2657 1321 t 1321 2652 336 t 673 2659 1321 t 1321 2657 673 t 7 2659 1322 t 1322 2597 7 t 673 2660 1322 t 1322 2659 673 t 337 2661 1322 t 1322 2660 337 t 662 2597 1322 t 1322 2661 662 t 13 2662 1323 t 1323 2656 13 t 674 2663 1323 t 1323 2662 674 t 337 2660 1323 t 1323 2663 337 t 673 2656 1323 t 1323 2660 673 t 14 2664 1324 t 1324 2666 14 t 675 2665 1324 t 1324 2664 675 t 337 2663 1324 t 1324 2665 337 t 674 2666 1324 t 1324 2663 674 t 37 2667 1325 t 1325 2669 37 t 721 2668 1325 t 1325 2667 721 t 337 2665 1325 t 1325 2668 337 t 675 2669 1325 t 1325 2665 675 t 36 2601 1326 t 1326 2670 36 t 662 2661 1326 t 1326 2601 662 t 337 2668 1326 t 1326 2661 337 t 721 2670 1326 t 1326 2668 721 t 38 2671 1327 t 1327 2612 38 t 722 2672 1327 t 1327 2671 722 t 338 2673 1327 t 1327 2672 338 t 664 2612 1327 t 1327 2673 664 t 37 2669 1328 t 1328 2675 37 t 675 2674 1328 t 1328 2669 675 t 338 2672 1328 t 1328 2674 338 t 722 2675 1328 t 1328 2672 722 t 14 2676 1329 t 1329 2664 14 t 676 2677 1329 t 1329 2676 676 t 338 2674 1329 t 1329 2677 338 t 675 2664 1329 t 1329 2674 675 t 15 2678 1330 t 1330 2680 15 t 677 2679 1330 t 1330 2678 677 t 338 2677 1330 t 1330 2679 338 t 676 2680 1330 t 1330 2677 676 t 9 2617 1331 t 1331 2681 9 t 664 2673 1331 t 1331 2617 664 t 338 2679 1331 t 1331 2673 338 t 677 2681 1331 t 1331 2679 677 t 9 2681 1332 t 1332 2623 9 t 677 2682 1332 t 1332 2681 677 t 339 2683 1332 t 1332 2682 339 t 666 2623 1332 t 1332 2683 666 t 15 2684 1333 t 1333 2678 15 t 678 2685 1333 t 1333 2684 678 t 339 2682 1333 t 1333 2685 339 t 677 2678 1333 t 1333 2682 677 t 16 2686 1334 t 1334 2688 16 t 679 2687 1334 t 1334 2686 679 t 339 2685 1334 t 1334 2687 339 t 678 2688 1334 t 1334 2685 678 t 10 2627 1335 t 1335 2689 10 t 666 2683 1335 t 1335 2627 666 t 339 2687 1335 t 1335 2683 339 t 679 2689 1335 t 1335 2687 679 t 10 2689 1336 t 1336 2633 10 t 679 2690 1336 t 1336 2689 679 t 340 2691 1336 t 1336 2690 340 t 668 2633 1336 t 1336 2691 668 t 16 2692 1337 t 1337 2686 16 t 680 2693 1337 t 1337 2692 680 t 340 2690 1337 t 1337 2693 340 t 679 2686 1337 t 1337 2690 679 t 17 2694 1338 t 1338 2696 17 t 681 2695 1338 t 1338 2694 681 t 340 2693 1338 t 1338 2695 340 t 680 2696 1338 t 1338 2693 680 t 11 2637 1339 t 1339 2697 11 t 668 2691 1339 t 1339 2637 668 t 340 2695 1339 t 1339 2691 340 t 681 2697 1339 t 1339 2695 681 t 11 2697 1340 t 1340 2643 11 t 681 2698 1340 t 1340 2697 681 t 341 2699 1340 t 1340 2698 341 t 670 2643 1340 t 1340 2699 670 t 17 2700 1341 t 1341 2694 17 t 682 2701 1341 t 1341 2700 682 t 341 2698 1341 t 1341 2701 341 t 681 2694 1341 t 1341 2698 681 t 183 2702 1342 t 1342 2704 183 t 948 2703 1342 t 1342 2702 948 t 341 2701 1342 t 1342 2703 341 t 682 2704 1342 t 1342 2701 682 t 148 2647 1343 t 1343 2705 148 t 670 2699 1343 t 1343 2647 670 t 341 2703 1343 t 1343 2699 341 t 948 2705 1343 t 1343 2703 948 t 13 2706 1344 t 1344 2662 13 t 685 2707 1344 t 1344 2706 685 t 342 2708 1344 t 1344 2707 342 t 674 2662 1344 t 1344 2708 674 t 19 2709 1345 t 1345 2711 19 t 686 2710 1345 t 1345 2709 686 t 342 2707 1345 t 1345 2710 342 t 685 2711 1345 t 1345 2707 685 t 20 2712 1346 t 1346 2714 20 t 687 2713 1346 t 1346 2712 687 t 342 2710 1346 t 1346 2713 342 t 686 2714 1346 t 1346 2710 686 t 14 2666 1347 t 1347 2715 14 t 674 2708 1347 t 1347 2666 674 t 342 2713 1347 t 1347 2708 342 t 687 2715 1347 t 1347 2713 687 t 14 2715 1348 t 1348 2676 14 t 687 2716 1348 t 1348 2715 687 t 343 2717 1348 t 1348 2716 343 t 676 2676 1348 t 1348 2717 676 t 20 2718 1349 t 1349 2712 20 t 688 2719 1349 t 1349 2718 688 t 343 2716 1349 t 1349 2719 343 t 687 2712 1349 t 1349 2716 687 t 21 2720 1350 t 1350 2722 21 t 689 2721 1350 t 1350 2720 689 t 343 2719 1350 t 1350 2721 343 t 688 2722 1350 t 1350 2719 688 t 15 2680 1351 t 1351 2723 15 t 676 2717 1351 t 1351 2680 676 t 343 2721 1351 t 1351 2717 343 t 689 2723 1351 t 1351 2721 689 t 15 2723 1352 t 1352 2684 15 t 689 2724 1352 t 1352 2723 689 t 344 2725 1352 t 1352 2724 344 t 678 2684 1352 t 1352 2725 678 t 21 2726 1353 t 1353 2720 21 t 690 2727 1353 t 1353 2726 690 t 344 2724 1353 t 1353 2727 344 t 689 2720 1353 t 1353 2724 689 t 22 2728 1354 t 1354 2730 22 t 691 2729 1354 t 1354 2728 691 t 344 2727 1354 t 1354 2729 344 t 690 2730 1354 t 1354 2727 690 t 16 2688 1355 t 1355 2731 16 t 678 2725 1355 t 1355 2688 678 t 344 2729 1355 t 1355 2725 344 t 691 2731 1355 t 1355 2729 691 t 16 2731 1356 t 1356 2692 16 t 691 2732 1356 t 1356 2731 691 t 345 2733 1356 t 1356 2732 345 t 680 2692 1356 t 1356 2733 680 t 22 2734 1357 t 1357 2728 22 t 692 2735 1357 t 1357 2734 692 t 345 2732 1357 t 1357 2735 345 t 691 2728 1357 t 1357 2732 691 t 23 2736 1358 t 1358 2738 23 t 693 2737 1358 t 1358 2736 693 t 345 2735 1358 t 1358 2737 345 t 692 2738 1358 t 1358 2735 692 t 17 2696 1359 t 1359 2739 17 t 680 2733 1359 t 1359 2696 680 t 345 2737 1359 t 1359 2733 345 t 693 2739 1359 t 1359 2737 693 t 17 2739 1360 t 1360 2700 17 t 693 2740 1360 t 1360 2739 693 t 346 2741 1360 t 1360 2740 346 t 682 2700 1360 t 1360 2741 682 t 23 2742 1361 t 1361 2736 23 t 694 2743 1361 t 1361 2742 694 t 346 2740 1361 t 1361 2743 346 t 693 2736 1361 t 1361 2740 693 t 150 2744 1362 t 1362 2746 150 t 1005 2745 1362 t 1362 2744 1005 t 346 2743 1362 t 1362 2745 346 t 694 2746 1362 t 1362 2743 694 t 183 2704 1363 t 1363 2747 183 t 682 2741 1363 t 1363 2704 682 t 346 2745 1363 t 1363 2741 346 t 1005 2747 1363 t 1363 2745 1005 t 18 2748 1364 t 1364 2751 18 t 696 2749 1364 t 1364 2748 696 t 347 2750 1364 t 1364 2749 347 t 684 2751 1364 t 1364 2750 684 t 24 2752 1365 t 1365 2754 24 t 697 2753 1365 t 1365 2752 697 t 347 2749 1365 t 1365 2753 347 t 696 2754 1365 t 1365 2749 696 t 25 2755 1366 t 1366 2757 25 t 698 2756 1366 t 1366 2755 698 t 347 2753 1366 t 1366 2756 347 t 697 2757 1366 t 1366 2753 697 t 19 2758 1367 t 1367 2759 19 t 684 2750 1367 t 1367 2758 684 t 347 2756 1367 t 1367 2750 347 t 698 2759 1367 t 1367 2756 698 t 19 2759 1368 t 1368 2709 19 t 698 2760 1368 t 1368 2759 698 t 348 2761 1368 t 1368 2760 348 t 686 2709 1368 t 1368 2761 686 t 25 2762 1369 t 1369 2755 25 t 699 2763 1369 t 1369 2762 699 t 348 2760 1369 t 1369 2763 348 t 698 2755 1369 t 1369 2760 698 t 26 2764 1370 t 1370 2766 26 t 700 2765 1370 t 1370 2764 700 t 348 2763 1370 t 1370 2765 348 t 699 2766 1370 t 1370 2763 699 t 20 2714 1371 t 1371 2767 20 t 686 2761 1371 t 1371 2714 686 t 348 2765 1371 t 1371 2761 348 t 700 2767 1371 t 1371 2765 700 t 20 2767 1372 t 1372 2718 20 t 700 2768 1372 t 1372 2767 700 t 349 2769 1372 t 1372 2768 349 t 688 2718 1372 t 1372 2769 688 t 26 2770 1373 t 1373 2764 26 t 701 2771 1373 t 1373 2770 701 t 349 2768 1373 t 1373 2771 349 t 700 2764 1373 t 1373 2768 700 t 27 2772 1374 t 1374 2774 27 t 702 2773 1374 t 1374 2772 702 t 349 2771 1374 t 1374 2773 349 t 701 2774 1374 t 1374 2771 701 t 21 2722 1375 t 1375 2775 21 t 688 2769 1375 t 1375 2722 688 t 349 2773 1375 t 1375 2769 349 t 702 2775 1375 t 1375 2773 702 t 21 2775 1376 t 1376 2726 21 t 702 2776 1376 t 1376 2775 702 t 350 2777 1376 t 1376 2776 350 t 690 2726 1376 t 1376 2777 690 t 27 2778 1377 t 1377 2772 27 t 703 2779 1377 t 1377 2778 703 t 350 2776 1377 t 1377 2779 350 t 702 2772 1377 t 1377 2776 702 t 28 2780 1378 t 1378 2782 28 t 704 2781 1378 t 1378 2780 704 t 350 2779 1378 t 1378 2781 350 t 703 2782 1378 t 1378 2779 703 t 22 2730 1379 t 1379 2783 22 t 690 2777 1379 t 1379 2730 690 t 350 2781 1379 t 1379 2777 350 t 704 2783 1379 t 1379 2781 704 t 22 2783 1380 t 1380 2734 22 t 704 2784 1380 t 1380 2783 704 t 351 2785 1380 t 1380 2784 351 t 692 2734 1380 t 1380 2785 692 t 28 2786 1381 t 1381 2780 28 t 705 2787 1381 t 1381 2786 705 t 351 2784 1381 t 1381 2787 351 t 704 2780 1381 t 1381 2784 704 t 29 2788 1382 t 1382 2790 29 t 706 2789 1382 t 1382 2788 706 t 351 2787 1382 t 1382 2789 351 t 705 2790 1382 t 1382 2787 705 t 23 2738 1383 t 1383 2791 23 t 692 2785 1383 t 1383 2738 692 t 351 2789 1383 t 1383 2785 351 t 706 2791 1383 t 1383 2789 706 t 23 2791 1384 t 1384 2742 23 t 706 2792 1384 t 1384 2791 706 t 352 2793 1384 t 1384 2792 352 t 694 2742 1384 t 1384 2793 694 t 29 2794 1385 t 1385 2788 29 t 707 2795 1385 t 1385 2794 707 t 352 2792 1385 t 1385 2795 352 t 706 2788 1385 t 1385 2792 706 t 151 2796 1386 t 1386 2798 151 t 950 2797 5255 t 5255 5316 950 t 352 2795 5255 t 5255 2797 352 t 707 5318 5255 t 5255 2795 707 t 150 2746 1387 t 1387 2799 150 t 694 2793 1387 t 1387 2746 694 t 352 2797 1387 t 1387 2793 352 t 950 2799 1387 t 1387 2797 950 t 24 2800 1388 t 1388 2752 24 t 709 2801 1388 t 1388 2800 709 t 353 2802 1388 t 1388 2801 353 t 697 2752 1388 t 1388 2802 697 t 30 2803 1389 t 1389 2805 30 t 710 2804 1389 t 1389 2803 710 t 5180 5320 5256 t 5256 5322 5180 t 5212 5323 5256 t 5256 5320 5212 t 31 2806 1390 t 1390 2808 31 t 711 2807 5257 t 5257 5324 711 t 5180 5322 5257 t 5257 2807 5180 t 710 2808 1390 t 1390 2804 710 t 25 2757 1391 t 1391 2809 25 t 697 2802 1391 t 1391 2757 697 t 353 5325 1391 t 1391 2802 353 t 5214 2809 1391 t 1391 5325 5214 t 25 2809 1392 t 1392 2762 25 t 5214 2810 1392 t 1392 2809 5214 t 354 2811 1392 t 1392 2810 354 t 699 2762 1392 t 1392 2811 699 t 31 2812 1393 t 1393 2806 31 t 712 2813 1393 t 1393 2812 712 t 5181 5327 5258 t 5258 5329 5181 t 711 5324 5258 t 5258 5327 711 t 32 2814 1394 t 1394 2816 32 t 713 2815 5259 t 5259 5330 713 t 5181 5329 5259 t 5259 2815 5181 t 712 2816 1394 t 1394 2813 712 t 26 2766 1395 t 1395 2817 26 t 699 2811 1395 t 1395 2766 699 t 354 5331 1395 t 1395 2811 354 t 5216 2817 1395 t 1395 5331 5216 t 26 2817 1396 t 1396 2770 26 t 5216 2818 1396 t 1396 2817 5216 t 355 2819 1396 t 1396 2818 355 t 701 2770 1396 t 1396 2819 701 t 32 2820 1397 t 1397 2814 32 t 714 2821 1397 t 1397 2820 714 t 5182 5333 5260 t 5260 5335 5182 t 713 5330 5260 t 5260 5333 713 t 33 2822 1398 t 1398 2824 33 t 715 2823 5261 t 5261 5336 715 t 5182 5335 5261 t 5261 2823 5182 t 714 2824 1398 t 1398 2821 714 t 27 2774 1399 t 1399 2825 27 t 701 2819 1399 t 1399 2774 701 t 355 5337 1399 t 1399 2819 355 t 5218 2825 1399 t 1399 5337 5218 t 27 2825 1400 t 1400 2778 27 t 5218 2826 1400 t 1400 2825 5218 t 356 2827 1400 t 1400 2826 356 t 703 2778 1400 t 1400 2827 703 t 33 2828 1401 t 1401 2822 33 t 716 2829 1401 t 1401 2828 716 t 5183 5339 5262 t 5262 5341 5183 t 715 5336 5262 t 5262 5339 715 t 34 2830 1402 t 1402 2832 34 t 717 2831 5263 t 5263 5342 717 t 5183 5341 5263 t 5263 2831 5183 t 716 2832 1402 t 1402 2829 716 t 28 2782 1403 t 1403 2833 28 t 703 2827 1403 t 1403 2782 703 t 356 5343 1403 t 1403 2827 356 t 5220 2833 1403 t 1403 5343 5220 t 28 2833 1404 t 1404 2786 28 t 5220 2834 1404 t 1404 2833 5220 t 357 2835 1404 t 1404 2834 357 t 705 2786 1404 t 1404 2835 705 t 34 2836 1405 t 1405 2830 34 t 718 2837 1405 t 1405 2836 718 t 5184 5345 5264 t 5264 5347 5184 t 717 5342 5264 t 5264 5345 717 t 35 2838 1406 t 1406 2840 35 t 719 2839 5265 t 5265 5348 719 t 5184 5347 5265 t 5265 2839 5184 t 718 2840 1406 t 1406 2837 718 t 29 2790 1407 t 1407 2841 29 t 705 2835 1407 t 1407 2790 705 t 357 5349 1407 t 1407 2835 357 t 5222 2841 1407 t 1407 5349 5222 t 29 2841 1408 t 1408 2794 29 t 5222 2842 1408 t 1408 2841 5222 t 358 2843 1408 t 1408 2842 358 t 707 2794 1408 t 1408 2843 707 t 35 2844 1409 t 1409 2838 35 t 935 2845 1409 t 1409 2844 935 t 5185 5351 5266 t 5266 5354 5185 t 719 5348 5266 t 5266 5351 719 t 153 2846 1410 t 1410 2848 153 t 952 2847 1410 t 1410 2846 952 t 5186 5355 5267 t 5267 5358 5186 t 5229 5360 5268 t 5268 5356 5229 t 5168 5319 1411 t 1411 2849 5168 t 5210 5352 5269 t 5269 2798 5210 t 5187 5359 5269 t 5269 5352 5187 t 952 2849 1411 t 1411 2847 952 t 55 2850 1412 t 1412 2853 55 t 756 2851 1412 t 1412 2850 756 t 359 2852 1412 t 1412 2851 359 t 759 2853 1412 t 1412 2852 759 t 56 2854 1413 t 1413 2856 56 t 757 2855 1413 t 1413 2854 757 t 359 2851 1413 t 1413 2855 359 t 756 2856 1413 t 1413 2851 756 t 57 2857 1414 t 1414 2859 57 t 758 2858 1414 t 1414 2857 758 t 359 2855 1414 t 1414 2858 359 t 757 2859 1414 t 1414 2855 757 t 58 2860 1415 t 1415 2861 58 t 759 2852 1415 t 1415 2860 759 t 359 2858 1415 t 1415 2852 359 t 758 2861 1415 t 1415 2858 758 t 8 2604 1416 t 1416 2864 8 t 720 2862 1416 t 1416 2604 720 t 360 2863 1416 t 1416 2862 360 t 728 2864 1416 t 1416 2863 728 t 36 2865 1417 t 1417 2599 36 t 729 2866 1417 t 1417 2865 729 t 360 2862 1417 t 1417 2866 360 t 720 2599 1417 t 1417 2862 720 t 40 2867 1418 t 1418 2869 40 t 724 2868 1418 t 1418 2867 724 t 360 2866 1418 t 1418 2868 360 t 729 2869 1418 t 1418 2866 729 t 39 2870 1419 t 1419 2871 39 t 728 2863 1419 t 1419 2870 728 t 360 2868 1419 t 1419 2863 360 t 724 2871 1419 t 1419 2868 724 t 36 2670 1420 t 1420 2865 36 t 721 2872 1420 t 1420 2670 721 t 361 2873 1420 t 1420 2872 361 t 729 2865 1420 t 1420 2873 729 t 37 2874 1421 t 1421 2667 37 t 730 2875 1421 t 1421 2874 730 t 361 2872 1421 t 1421 2875 361 t 721 2667 1421 t 1421 2872 721 t 41 2876 1422 t 1422 2878 41 t 725 2877 1422 t 1422 2876 725 t 361 2875 1422 t 1422 2877 361 t 730 2878 1422 t 1422 2875 730 t 40 2869 1423 t 1423 2879 40 t 729 2873 1423 t 1423 2869 729 t 361 2877 1423 t 1423 2873 361 t 725 2879 1423 t 1423 2877 725 t 37 2675 1424 t 1424 2874 37 t 722 2880 1424 t 1424 2675 722 t 362 2881 1424 t 1424 2880 362 t 730 2874 1424 t 1424 2881 730 t 38 2882 1425 t 1425 2671 38 t 731 2883 1425 t 1425 2882 731 t 362 2880 1425 t 1425 2883 362 t 722 2671 1425 t 1425 2880 722 t 42 2884 1426 t 1426 2886 42 t 726 2885 1426 t 1426 2884 726 t 362 2883 1426 t 1426 2885 362 t 731 2886 1426 t 1426 2883 731 t 41 2878 1427 t 1427 2887 41 t 730 2881 1427 t 1427 2878 730 t 362 2885 1427 t 1427 2881 362 t 726 2887 1427 t 1427 2885 726 t 38 2614 1428 t 1428 2882 38 t 723 2888 1428 t 1428 2614 723 t 363 2889 1428 t 1428 2888 363 t 731 2882 1428 t 1428 2889 731 t 8 2864 1429 t 1429 2610 8 t 728 2890 1429 t 1429 2864 728 t 363 2888 1429 t 1429 2890 363 t 723 2610 1429 t 1429 2888 723 t 39 2891 1430 t 1430 2870 39 t 727 2892 1430 t 1430 2891 727 t 363 2890 1430 t 1430 2892 363 t 728 2870 1430 t 1430 2890 728 t 42 2886 1431 t 1431 2893 42 t 731 2889 1431 t 1431 2886 731 t 363 2892 1431 t 1431 2889 363 t 727 2893 1431 t 1431 2892 727 t 39 2871 1432 t 1432 2896 39 t 724 2894 1432 t 1432 2871 724 t 364 2895 1432 t 1432 2894 364 t 736 2896 1432 t 1432 2895 736 t 40 2897 1433 t 1433 2867 40 t 737 2898 1433 t 1433 2897 737 t 364 2894 1433 t 1433 2898 364 t 724 2867 1433 t 1433 2894 724 t 44 2899 1434 t 1434 2901 44 t 732 2900 1434 t 1434 2899 732 t 364 2898 1434 t 1434 2900 364 t 737 2901 1434 t 1434 2898 737 t 43 2902 1435 t 1435 2903 43 t 736 2895 1435 t 1435 2902 736 t 364 2900 1435 t 1435 2895 364 t 732 2903 1435 t 1435 2900 732 t 40 2879 1436 t 1436 2897 40 t 725 2904 1436 t 1436 2879 725 t 365 2905 1436 t 1436 2904 365 t 737 2897 1436 t 1436 2905 737 t 41 2906 1437 t 1437 2876 41 t 738 2907 1437 t 1437 2906 738 t 365 2904 1437 t 1437 2907 365 t 725 2876 1437 t 1437 2904 725 t 45 2908 1438 t 1438 2910 45 t 733 2909 1438 t 1438 2908 733 t 365 2907 1438 t 1438 2909 365 t 738 2910 1438 t 1438 2907 738 t 44 2901 1439 t 1439 2911 44 t 737 2905 1439 t 1439 2901 737 t 365 2909 1439 t 1439 2905 365 t 733 2911 1439 t 1439 2909 733 t 41 2887 1440 t 1440 2906 41 t 726 2912 1440 t 1440 2887 726 t 366 2913 1440 t 1440 2912 366 t 738 2906 1440 t 1440 2913 738 t 42 2914 1441 t 1441 2884 42 t 739 2915 1441 t 1441 2914 739 t 366 2912 1441 t 1441 2915 366 t 726 2884 1441 t 1441 2912 726 t 46 2916 1442 t 1442 2918 46 t 734 2917 1442 t 1442 2916 734 t 366 2915 1442 t 1442 2917 366 t 739 2918 1442 t 1442 2915 739 t 45 2910 1443 t 1443 2919 45 t 738 2913 1443 t 1443 2910 738 t 366 2917 1443 t 1443 2913 366 t 734 2919 1443 t 1443 2917 734 t 42 2893 1444 t 1444 2914 42 t 727 2920 1444 t 1444 2893 727 t 367 2921 1444 t 1444 2920 367 t 739 2914 1444 t 1444 2921 739 t 39 2896 1445 t 1445 2891 39 t 736 2922 1445 t 1445 2896 736 t 367 2920 1445 t 1445 2922 367 t 727 2891 1445 t 1445 2920 727 t 43 2923 1446 t 1446 2902 43 t 735 2924 1446 t 1446 2923 735 t 367 2922 1446 t 1446 2924 367 t 736 2902 1446 t 1446 2922 736 t 46 2918 1447 t 1447 2925 46 t 739 2921 1447 t 1447 2918 739 t 367 2924 1447 t 1447 2921 367 t 735 2925 1447 t 1447 2924 735 t 43 2903 1448 t 1448 2928 43 t 732 2926 1448 t 1448 2903 732 t 368 2927 1448 t 1448 2926 368 t 744 2928 1448 t 1448 2927 744 t 44 2929 1449 t 1449 2899 44 t 745 2930 1449 t 1449 2929 745 t 368 2926 1449 t 1449 2930 368 t 732 2899 1449 t 1449 2926 732 t 48 2931 1450 t 1450 2933 48 t 740 2932 1450 t 1450 2931 740 t 368 2930 1450 t 1450 2932 368 t 745 2933 1450 t 1450 2930 745 t 47 2934 1451 t 1451 2935 47 t 744 2927 1451 t 1451 2934 744 t 368 2932 1451 t 1451 2927 368 t 740 2935 1451 t 1451 2932 740 t 44 2911 1452 t 1452 2929 44 t 733 2936 1452 t 1452 2911 733 t 369 2937 1452 t 1452 2936 369 t 745 2929 1452 t 1452 2937 745 t 45 2938 1453 t 1453 2908 45 t 746 2939 1453 t 1453 2938 746 t 369 2936 1453 t 1453 2939 369 t 733 2908 1453 t 1453 2936 733 t 49 2940 1454 t 1454 2942 49 t 741 2941 1454 t 1454 2940 741 t 369 2939 1454 t 1454 2941 369 t 746 2942 1454 t 1454 2939 746 t 48 2933 1455 t 1455 2943 48 t 745 2937 1455 t 1455 2933 745 t 369 2941 1455 t 1455 2937 369 t 741 2943 1455 t 1455 2941 741 t 45 2919 1456 t 1456 2938 45 t 734 2944 1456 t 1456 2919 734 t 370 2945 1456 t 1456 2944 370 t 746 2938 1456 t 1456 2945 746 t 46 2946 1457 t 1457 2916 46 t 747 2947 1457 t 1457 2946 747 t 370 2944 1457 t 1457 2947 370 t 734 2916 1457 t 1457 2944 734 t 50 2948 1458 t 1458 2950 50 t 742 2949 1458 t 1458 2948 742 t 370 2947 1458 t 1458 2949 370 t 747 2950 1458 t 1458 2947 747 t 49 2942 1459 t 1459 2951 49 t 746 2945 1459 t 1459 2942 746 t 370 2949 1459 t 1459 2945 370 t 742 2951 1459 t 1459 2949 742 t 46 2925 1460 t 1460 2946 46 t 735 2952 1460 t 1460 2925 735 t 371 2953 1460 t 1460 2952 371 t 747 2946 1460 t 1460 2953 747 t 43 2928 1461 t 1461 2923 43 t 744 2954 1461 t 1461 2928 744 t 371 2952 1461 t 1461 2954 371 t 735 2923 1461 t 1461 2952 735 t 47 2955 1462 t 1462 2934 47 t 743 2956 1462 t 1462 2955 743 t 371 2954 1462 t 1462 2956 371 t 744 2934 1462 t 1462 2954 744 t 50 2950 1463 t 1463 2957 50 t 747 2953 1463 t 1463 2950 747 t 371 2956 1463 t 1463 2953 371 t 743 2957 1463 t 1463 2956 743 t 47 2935 1464 t 1464 2960 47 t 740 2958 1464 t 1464 2935 740 t 372 2959 1464 t 1464 2958 372 t 752 2960 1464 t 1464 2959 752 t 48 2961 1465 t 1465 2931 48 t 753 2962 1465 t 1465 2961 753 t 372 2958 1465 t 1465 2962 372 t 740 2931 1465 t 1465 2958 740 t 52 2963 1466 t 1466 2965 52 t 748 2964 1466 t 1466 2963 748 t 372 2962 1466 t 1466 2964 372 t 753 2965 1466 t 1466 2962 753 t 51 2966 1467 t 1467 2967 51 t 752 2959 1467 t 1467 2966 752 t 372 2964 1467 t 1467 2959 372 t 748 2967 1467 t 1467 2964 748 t 48 2943 1468 t 1468 2961 48 t 741 2968 1468 t 1468 2943 741 t 373 2969 1468 t 1468 2968 373 t 753 2961 1468 t 1468 2969 753 t 49 2970 1469 t 1469 2940 49 t 754 2971 1469 t 1469 2970 754 t 373 2968 1469 t 1469 2971 373 t 741 2940 1469 t 1469 2968 741 t 53 2972 1470 t 1470 2974 53 t 749 2973 1470 t 1470 2972 749 t 373 2971 1470 t 1470 2973 373 t 754 2974 1470 t 1470 2971 754 t 52 2965 1471 t 1471 2975 52 t 753 2969 1471 t 1471 2965 753 t 373 2973 1471 t 1471 2969 373 t 749 2975 1471 t 1471 2973 749 t 49 2951 1472 t 1472 2970 49 t 742 2976 1472 t 1472 2951 742 t 374 2977 1472 t 1472 2976 374 t 754 2970 1472 t 1472 2977 754 t 50 2978 1473 t 1473 2948 50 t 755 2979 1473 t 1473 2978 755 t 374 2976 1473 t 1473 2979 374 t 742 2948 1473 t 1473 2976 742 t 54 2980 1474 t 1474 2982 54 t 750 2981 1474 t 1474 2980 750 t 374 2979 1474 t 1474 2981 374 t 755 2982 1474 t 1474 2979 755 t 53 2974 1475 t 1475 2983 53 t 754 2977 1475 t 1475 2974 754 t 374 2981 1475 t 1475 2977 374 t 750 2983 1475 t 1475 2981 750 t 50 2957 1476 t 1476 2978 50 t 743 2984 1476 t 1476 2957 743 t 375 2985 1476 t 1476 2984 375 t 755 2978 1476 t 1476 2985 755 t 47 2960 1477 t 1477 2955 47 t 752 2986 1477 t 1477 2960 752 t 375 2984 1477 t 1477 2986 375 t 743 2955 1477 t 1477 2984 743 t 51 2987 1478 t 1478 2966 51 t 751 2988 1478 t 1478 2987 751 t 375 2986 1478 t 1478 2988 375 t 752 2966 1478 t 1478 2986 752 t 54 2982 1479 t 1479 2989 54 t 755 2985 1479 t 1479 2982 755 t 375 2988 1479 t 1479 2985 375 t 751 2989 1479 t 1479 2988 751 t 51 2967 1480 t 1480 2992 51 t 748 2990 1480 t 1480 2967 748 t 376 2991 1480 t 1480 2990 376 t 760 2992 1480 t 1480 2991 760 t 52 2993 1481 t 1481 2963 52 t 761 2994 1481 t 1481 2993 761 t 376 2990 1481 t 1481 2994 376 t 748 2963 1481 t 1481 2990 748 t 56 2856 1482 t 1482 2996 56 t 756 2995 1482 t 1482 2856 756 t 376 2994 1482 t 1482 2995 376 t 761 2996 1482 t 1482 2994 761 t 55 2997 1483 t 1483 2850 55 t 760 2991 1483 t 1483 2997 760 t 376 2995 1483 t 1483 2991 376 t 756 2850 1483 t 1483 2995 756 t 52 2975 1484 t 1484 2993 52 t 749 2998 1484 t 1484 2975 749 t 377 2999 1484 t 1484 2998 377 t 761 2993 1484 t 1484 2999 761 t 53 3000 1485 t 1485 2972 53 t 762 3001 1485 t 1485 3000 762 t 377 2998 1485 t 1485 3001 377 t 749 2972 1485 t 1485 2998 749 t 57 2859 1486 t 1486 3003 57 t 757 3002 1486 t 1486 2859 757 t 377 3001 1486 t 1486 3002 377 t 762 3003 1486 t 1486 3001 762 t 56 2996 1487 t 1487 2854 56 t 761 2999 1487 t 1487 2996 761 t 377 3002 1487 t 1487 2999 377 t 757 2854 1487 t 1487 3002 757 t 53 2983 1488 t 1488 3000 53 t 750 3004 1488 t 1488 2983 750 t 378 3005 1488 t 1488 3004 378 t 762 3000 1488 t 1488 3005 762 t 54 3006 1489 t 1489 2980 54 t 763 3007 1489 t 1489 3006 763 t 378 3004 1489 t 1489 3007 378 t 750 2980 1489 t 1489 3004 750 t 58 2861 1490 t 1490 3009 58 t 758 3008 1490 t 1490 2861 758 t 378 3007 1490 t 1490 3008 378 t 763 3009 1490 t 1490 3007 763 t 57 3003 1491 t 1491 2857 57 t 762 3005 1491 t 1491 3003 762 t 378 3008 1491 t 1491 3005 378 t 758 2857 1491 t 1491 3008 758 t 54 2989 1492 t 1492 3006 54 t 751 3010 1492 t 1492 2989 751 t 379 3011 1492 t 1492 3010 379 t 763 3006 1492 t 1492 3011 763 t 51 2992 1493 t 1493 2987 51 t 760 3012 1493 t 1493 2992 760 t 379 3010 1493 t 1493 3012 379 t 751 2987 1493 t 1493 3010 751 t 55 2853 1494 t 1494 2997 55 t 759 3013 1494 t 1494 2853 759 t 379 3012 1494 t 1494 3013 379 t 760 2997 1494 t 1494 3012 760 t 58 3009 1495 t 1495 2860 58 t 763 3011 1495 t 1495 3009 763 t 379 3013 1495 t 1495 3011 379 t 759 2860 1495 t 1495 3013 759 t 5167 5350 1496 t 1496 3016 5167 t 5221 3014 1496 t 1496 5350 5221 t 380 3015 5270 t 5270 5363 380 t 770 5365 5270 t 5270 3015 770 t 5166 3017 1497 t 1497 5346 5166 t 771 3018 5271 t 5271 5366 771 t 380 5363 5271 t 5271 3018 380 t 5221 5346 1497 t 1497 3014 5221 t 60 3019 1498 t 1498 3021 60 t 764 3020 1498 t 1498 3019 764 t 5188 5367 1498 t 1498 3020 5188 t 5224 3021 1498 t 1498 5367 5224 t 59 3022 1499 t 1499 3023 59 t 5223 5364 1499 t 1499 3022 5223 t 5188 3020 1499 t 1499 5364 5188 t 764 3023 1499 t 1499 3020 764 t 5166 5344 1500 t 1500 3017 5166 t 5219 3024 1500 t 1500 5344 5219 t 381 3025 5272 t 5272 5368 381 t 771 5366 5272 t 5272 3025 771 t 5165 3026 1501 t 1501 5340 5165 t 772 3027 5273 t 5273 5370 772 t 381 5368 5273 t 5273 3027 381 t 5219 5340 1501 t 1501 3024 5219 t 61 3028 1502 t 1502 3030 61 t 765 3029 1502 t 1502 3028 765 t 5189 5371 1502 t 1502 3029 5189 t 5225 3030 1502 t 1502 5371 5225 t 60 3021 1503 t 1503 3031 60 t 5224 5369 1503 t 1503 3021 5224 t 5189 3029 1503 t 1503 5369 5189 t 765 3031 1503 t 1503 3029 765 t 5165 5338 1504 t 1504 3026 5165 t 5217 3032 1504 t 1504 5338 5217 t 382 3033 5274 t 5274 5372 382 t 772 5370 5274 t 5274 3033 772 t 5164 3034 1505 t 1505 5334 5164 t 773 3035 5275 t 5275 5374 773 t 382 5372 5275 t 5275 3035 382 t 5217 5334 1505 t 1505 3032 5217 t 62 3036 1506 t 1506 3038 62 t 837 3037 1506 t 1506 3036 837 t 5190 5375 1506 t 1506 3037 5190 t 5226 3038 1506 t 1506 5375 5226 t 95 3039 1507 t 1507 3041 95 t 766 3040 1507 t 1507 3039 766 t 5190 3037 1507 t 1507 3040 5190 t 837 3041 1507 t 1507 3037 837 t 61 3030 1508 t 1508 3042 61 t 5225 5373 1508 t 1508 3030 5225 t 5190 3040 1508 t 1508 5373 5190 t 766 3042 1508 t 1508 3040 766 t 5164 5332 1509 t 1509 3034 5164 t 5215 3043 1509 t 1509 5332 5215 t 383 3044 5276 t 5276 5376 383 t 773 5374 5276 t 5276 3044 773 t 5163 3045 1510 t 1510 5328 5163 t 774 3046 5277 t 5277 5378 774 t 383 5376 5277 t 5277 3046 383 t 5215 5328 1510 t 1510 3043 5215 t 63 3047 1511 t 1511 3049 63 t 767 3048 1511 t 1511 3047 767 t 5191 5379 1511 t 1511 3048 5191 t 5227 3049 1511 t 1511 5379 5227 t 93 3050 1512 t 1512 3052 93 t 834 3051 1512 t 1512 3050 834 t 5191 3048 1512 t 1512 3051 5191 t 767 3052 1512 t 1512 3048 767 t 62 3038 1513 t 1513 3053 62 t 5226 5377 1513 t 1513 3038 5226 t 5191 3051 1513 t 1513 5377 5191 t 834 3053 1513 t 1513 3051 834 t 5163 5326 1514 t 1514 3045 5163 t 5213 3054 1514 t 1514 5326 5213 t 384 3055 5278 t 5278 5380 384 t 774 5378 5278 t 5278 3055 774 t 5162 3056 1515 t 1515 5321 5162 t 775 3057 5279 t 5279 5382 775 t 384 5380 5279 t 5279 3057 384 t 5213 5321 1515 t 1515 3054 5213 t 64 3058 1516 t 1516 3060 64 t 768 3059 1516 t 1516 3058 768 t 5192 5383 1516 t 1516 3059 5192 t 5228 3060 1516 t 1516 5383 5228 t 63 3049 1517 t 1517 3061 63 t 5227 5381 1517 t 1517 3049 5227 t 5192 3059 1517 t 1517 5381 5192 t 768 3061 1517 t 1517 3059 768 t 5162 3062 1518 t 1518 3056 5162 t 708 3063 1518 t 1518 3062 708 t 385 3064 5280 t 5280 5385 385 t 775 5382 5280 t 5280 3064 775 t 152 3065 1519 t 1519 3067 152 t 954 3066 5281 t 5281 5387 954 t 385 5385 5281 t 5281 3066 385 t 708 3067 1519 t 1519 3063 708 t 230 3068 1520 t 1520 3070 230 t 769 3069 1520 t 1520 3068 769 t 5193 5388 1520 t 1520 3069 5193 t 5234 3070 1520 t 1520 5388 5234 t 64 3060 1521 t 1521 3071 64 t 5228 5386 1521 t 1521 3060 5228 t 5193 3069 1521 t 1521 5386 5193 t 769 3071 1521 t 1521 3069 769 t 59 3023 1522 t 1522 3074 59 t 764 3072 1522 t 1522 3023 764 t 386 3073 1522 t 1522 3072 386 t 782 3074 1522 t 1522 3073 782 t 60 3075 1523 t 1523 3019 60 t 783 3076 1523 t 1523 3075 783 t 386 3072 1523 t 1523 3076 386 t 764 3019 1523 t 1523 3072 764 t 66 3077 1524 t 1524 3079 66 t 776 3078 1524 t 1524 3077 776 t 386 3076 1524 t 1524 3078 386 t 783 3079 1524 t 1524 3076 783 t 65 3080 1525 t 1525 3081 65 t 782 3073 1525 t 1525 3080 782 t 386 3078 1525 t 1525 3073 386 t 776 3081 1525 t 1525 3078 776 t 60 3031 1526 t 1526 3075 60 t 765 3082 1526 t 1526 3031 765 t 387 3083 1526 t 1526 3082 387 t 783 3075 1526 t 1526 3083 783 t 61 3084 1527 t 1527 3028 61 t 784 3085 1527 t 1527 3084 784 t 387 3082 1527 t 1527 3085 387 t 765 3028 1527 t 1527 3082 765 t 67 3086 1528 t 1528 3088 67 t 777 3087 1528 t 1528 3086 777 t 387 3085 1528 t 1528 3087 387 t 784 3088 1528 t 1528 3085 784 t 66 3079 1529 t 1529 3089 66 t 783 3083 1529 t 1529 3079 783 t 387 3087 1529 t 1529 3083 387 t 777 3089 1529 t 1529 3087 777 t 61 3042 1530 t 1530 3084 61 t 766 3090 1530 t 1530 3042 766 t 388 3091 1530 t 1530 3090 388 t 784 3084 1530 t 1530 3091 784 t 95 3092 1531 t 1531 3039 95 t 836 3093 1531 t 1531 3092 836 t 388 3090 1531 t 1531 3093 388 t 766 3039 1531 t 1531 3090 766 t 94 3094 1532 t 1532 3096 94 t 785 3095 1532 t 1532 3094 785 t 388 3093 1532 t 1532 3095 388 t 836 3096 1532 t 1532 3093 836 t 68 3097 1533 t 1533 3099 68 t 778 3098 1533 t 1533 3097 778 t 388 3095 1533 t 1533 3098 388 t 785 3099 1533 t 1533 3095 785 t 67 3088 1534 t 1534 3100 67 t 784 3091 1534 t 1534 3088 784 t 388 3098 1534 t 1534 3091 388 t 778 3100 1534 t 1534 3098 778 t 94 3101 1535 t 1535 3094 94 t 835 3102 1535 t 1535 3101 835 t 389 3103 1535 t 1535 3102 389 t 785 3094 1535 t 1535 3103 785 t 93 3052 1536 t 1536 3105 93 t 767 3104 1536 t 1536 3052 767 t 389 3102 1536 t 1536 3104 389 t 835 3105 1536 t 1536 3102 835 t 63 3106 1537 t 1537 3047 63 t 786 3107 1537 t 1537 3106 786 t 389 3104 1537 t 1537 3107 389 t 767 3047 1537 t 1537 3104 767 t 69 3108 1538 t 1538 3110 69 t 779 3109 1538 t 1538 3108 779 t 389 3107 1538 t 1538 3109 389 t 786 3110 1538 t 1538 3107 786 t 68 3099 1539 t 1539 3111 68 t 785 3103 1539 t 1539 3099 785 t 389 3109 1539 t 1539 3103 389 t 779 3111 1539 t 1539 3109 779 t 63 3061 1540 t 1540 3106 63 t 768 3112 1540 t 1540 3061 768 t 390 3113 1540 t 1540 3112 390 t 786 3106 1540 t 1540 3113 786 t 64 3114 1541 t 1541 3058 64 t 787 3115 1541 t 1541 3114 787 t 390 3112 1541 t 1541 3115 390 t 768 3058 1541 t 1541 3112 768 t 70 3116 1542 t 1542 3118 70 t 780 3117 1542 t 1542 3116 780 t 390 3115 1542 t 1542 3117 390 t 787 3118 1542 t 1542 3115 787 t 69 3110 1543 t 1543 3119 69 t 786 3113 1543 t 1543 3110 786 t 390 3117 1543 t 1543 3113 390 t 780 3119 1543 t 1543 3117 780 t 64 3071 1544 t 1544 3114 64 t 769 3120 1544 t 1544 3071 769 t 391 3121 1544 t 1544 3120 391 t 787 3114 1544 t 1544 3121 787 t 230 3122 1545 t 1545 3068 230 t 1099 3123 1545 t 1545 3122 1099 t 391 3120 1545 t 1545 3123 391 t 769 3068 1545 t 1545 3120 769 t 238 3124 1546 t 1546 3126 238 t 781 3125 1546 t 1546 3124 781 t 391 3123 1546 t 1546 3125 391 t 1099 3126 1546 t 1546 3123 1099 t 70 3118 1547 t 1547 3127 70 t 787 3121 1547 t 1547 3118 787 t 391 3125 1547 t 1547 3121 391 t 781 3127 1547 t 1547 3125 781 t 65 3081 1548 t 1548 3130 65 t 776 3128 1548 t 1548 3081 776 t 392 3129 1548 t 1548 3128 392 t 794 3130 1548 t 1548 3129 794 t 66 3131 1549 t 1549 3077 66 t 795 3132 1549 t 1549 3131 795 t 392 3128 1549 t 1549 3132 392 t 776 3077 1549 t 1549 3128 776 t 72 3133 1550 t 1550 3135 72 t 788 3134 1550 t 1550 3133 788 t 392 3132 1550 t 1550 3134 392 t 795 3135 1550 t 1550 3132 795 t 71 3136 1551 t 1551 3137 71 t 794 3129 1551 t 1551 3136 794 t 392 3134 1551 t 1551 3129 392 t 788 3137 1551 t 1551 3134 788 t 66 3089 1552 t 1552 3131 66 t 777 3138 1552 t 1552 3089 777 t 393 3139 1552 t 1552 3138 393 t 795 3131 1552 t 1552 3139 795 t 67 3140 1553 t 1553 3086 67 t 796 3141 1553 t 1553 3140 796 t 393 3138 1553 t 1553 3141 393 t 777 3086 1553 t 1553 3138 777 t 73 3142 1554 t 1554 3144 73 t 789 3143 1554 t 1554 3142 789 t 393 3141 1554 t 1554 3143 393 t 796 3144 1554 t 1554 3141 796 t 72 3135 1555 t 1555 3145 72 t 795 3139 1555 t 1555 3135 795 t 393 3143 1555 t 1555 3139 393 t 789 3145 1555 t 1555 3143 789 t 67 3100 1556 t 1556 3140 67 t 778 3146 1556 t 1556 3100 778 t 394 3147 1556 t 1556 3146 394 t 796 3140 1556 t 1556 3147 796 t 68 3148 1557 t 1557 3097 68 t 797 3149 1557 t 1557 3148 797 t 394 3146 1557 t 1557 3149 394 t 778 3097 1557 t 1557 3146 778 t 74 3150 1558 t 1558 3152 74 t 790 3151 1558 t 1558 3150 790 t 394 3149 1558 t 1558 3151 394 t 797 3152 1558 t 1558 3149 797 t 73 3144 1559 t 1559 3153 73 t 796 3147 1559 t 1559 3144 796 t 394 3151 1559 t 1559 3147 394 t 790 3153 1559 t 1559 3151 790 t 68 3111 1560 t 1560 3148 68 t 779 3154 1560 t 1560 3111 779 t 395 3155 1560 t 1560 3154 395 t 797 3148 1560 t 1560 3155 797 t 69 3156 1561 t 1561 3108 69 t 798 3157 1561 t 1561 3156 798 t 395 3154 1561 t 1561 3157 395 t 779 3108 1561 t 1561 3154 779 t 75 3158 1562 t 1562 3160 75 t 791 3159 1562 t 1562 3158 791 t 395 3157 1562 t 1562 3159 395 t 798 3160 1562 t 1562 3157 798 t 74 3152 1563 t 1563 3161 74 t 797 3155 1563 t 1563 3152 797 t 395 3159 1563 t 1563 3155 395 t 791 3161 1563 t 1563 3159 791 t 69 3119 1564 t 1564 3156 69 t 780 3162 1564 t 1564 3119 780 t 396 3163 1564 t 1564 3162 396 t 798 3156 1564 t 1564 3163 798 t 70 3164 1565 t 1565 3116 70 t 799 3165 1565 t 1565 3164 799 t 396 3162 1565 t 1565 3165 396 t 780 3116 1565 t 1565 3162 780 t 76 3166 1566 t 1566 3168 76 t 792 3167 1566 t 1566 3166 792 t 396 3165 1566 t 1566 3167 396 t 799 3168 1566 t 1566 3165 799 t 75 3160 1567 t 1567 3169 75 t 798 3163 1567 t 1567 3160 798 t 396 3167 1567 t 1567 3163 396 t 792 3169 1567 t 1567 3167 792 t 70 3127 1568 t 1568 3164 70 t 781 3170 1568 t 1568 3127 781 t 397 3171 1568 t 1568 3170 397 t 799 3164 1568 t 1568 3171 799 t 238 3172 1569 t 1569 3124 238 t 1112 3173 1569 t 1569 3172 1112 t 397 3170 1569 t 1569 3173 397 t 781 3124 1569 t 1569 3170 781 t 157 3174 1570 t 1570 3176 157 t 793 3175 1570 t 1570 3174 793 t 397 3173 1570 t 1570 3175 397 t 1112 3176 1570 t 1570 3173 1112 t 76 3168 1571 t 1571 3177 76 t 799 3171 1571 t 1571 3168 799 t 397 3175 1571 t 1571 3171 397 t 793 3177 1571 t 1571 3175 793 t 71 3137 1572 t 1572 3180 71 t 788 3178 1572 t 1572 3137 788 t 398 3179 1572 t 1572 3178 398 t 806 3180 1572 t 1572 3179 806 t 72 3181 1573 t 1573 3133 72 t 807 3182 1573 t 1573 3181 807 t 398 3178 1573 t 1573 3182 398 t 788 3133 1573 t 1573 3178 788 t 78 3183 1574 t 1574 3185 78 t 800 3184 1574 t 1574 3183 800 t 398 3182 1574 t 1574 3184 398 t 807 3185 1574 t 1574 3182 807 t 77 3186 1575 t 1575 3187 77 t 806 3179 1575 t 1575 3186 806 t 398 3184 1575 t 1575 3179 398 t 800 3187 1575 t 1575 3184 800 t 72 3145 1576 t 1576 3181 72 t 789 3188 1576 t 1576 3145 789 t 399 3189 1576 t 1576 3188 399 t 807 3181 1576 t 1576 3189 807 t 73 3190 1577 t 1577 3142 73 t 808 3191 1577 t 1577 3190 808 t 399 3188 1577 t 1577 3191 399 t 789 3142 1577 t 1577 3188 789 t 79 3192 1578 t 1578 3194 79 t 801 3193 1578 t 1578 3192 801 t 399 3191 1578 t 1578 3193 399 t 808 3194 1578 t 1578 3191 808 t 78 3185 1579 t 1579 3195 78 t 807 3189 1579 t 1579 3185 807 t 399 3193 1579 t 1579 3189 399 t 801 3195 1579 t 1579 3193 801 t 73 3153 1580 t 1580 3190 73 t 790 3196 1580 t 1580 3153 790 t 400 3197 1580 t 1580 3196 400 t 808 3190 1580 t 1580 3197 808 t 74 3198 1581 t 1581 3150 74 t 809 3199 1581 t 1581 3198 809 t 400 3196 1581 t 1581 3199 400 t 790 3150 1581 t 1581 3196 790 t 80 3200 1582 t 1582 3202 80 t 802 3201 1582 t 1582 3200 802 t 400 3199 1582 t 1582 3201 400 t 809 3202 1582 t 1582 3199 809 t 79 3194 1583 t 1583 3203 79 t 808 3197 1583 t 1583 3194 808 t 400 3201 1583 t 1583 3197 400 t 802 3203 1583 t 1583 3201 802 t 74 3161 1584 t 1584 3198 74 t 791 3204 1584 t 1584 3161 791 t 401 3205 1584 t 1584 3204 401 t 809 3198 1584 t 1584 3205 809 t 75 3206 1585 t 1585 3158 75 t 810 3207 1585 t 1585 3206 810 t 401 3204 1585 t 1585 3207 401 t 791 3158 1585 t 1585 3204 791 t 81 3208 1586 t 1586 3210 81 t 803 3209 1586 t 1586 3208 803 t 401 3207 1586 t 1586 3209 401 t 810 3210 1586 t 1586 3207 810 t 80 3202 1587 t 1587 3211 80 t 809 3205 1587 t 1587 3202 809 t 401 3209 1587 t 1587 3205 401 t 803 3211 1587 t 1587 3209 803 t 75 3169 1588 t 1588 3206 75 t 792 3212 1588 t 1588 3169 792 t 402 3213 1588 t 1588 3212 402 t 810 3206 1588 t 1588 3213 810 t 76 3214 1589 t 1589 3166 76 t 811 3215 1589 t 1589 3214 811 t 402 3212 1589 t 1589 3215 402 t 792 3166 1589 t 1589 3212 792 t 82 3216 1590 t 1590 3218 82 t 804 3217 1590 t 1590 3216 804 t 402 3215 1590 t 1590 3217 402 t 811 3218 1590 t 1590 3215 811 t 81 3210 1591 t 1591 3219 81 t 810 3213 1591 t 1591 3210 810 t 402 3217 1591 t 1591 3213 402 t 804 3219 1591 t 1591 3217 804 t 76 3177 1592 t 1592 3214 76 t 793 3220 1592 t 1592 3177 793 t 403 3221 1592 t 1592 3220 403 t 811 3214 1592 t 1592 3221 811 t 157 3222 1593 t 1593 3174 157 t 958 3223 1593 t 1593 3222 958 t 403 3220 1593 t 1593 3223 403 t 793 3174 1593 t 1593 3220 793 t 251 3224 1594 t 1594 3226 251 t 805 3225 1594 t 1594 3224 805 t 403 3223 1594 t 1594 3225 403 t 958 3226 1594 t 1594 3223 958 t 82 3218 1595 t 1595 3227 82 t 811 3221 1595 t 1595 3218 811 t 403 3225 1595 t 1595 3221 403 t 805 3227 1595 t 1595 3225 805 t 77 3187 1596 t 1596 3230 77 t 800 3228 1596 t 1596 3187 800 t 404 3229 1596 t 1596 3228 404 t 818 3230 1596 t 1596 3229 818 t 78 3231 1597 t 1597 3183 78 t 819 3232 1597 t 1597 3231 819 t 404 3228 1597 t 1597 3232 404 t 800 3183 1597 t 1597 3228 800 t 84 3233 1598 t 1598 3235 84 t 812 3234 1598 t 1598 3233 812 t 404 3232 1598 t 1598 3234 404 t 819 3235 1598 t 1598 3232 819 t 83 3236 1599 t 1599 3237 83 t 818 3229 1599 t 1599 3236 818 t 404 3234 1599 t 1599 3229 404 t 812 3237 1599 t 1599 3234 812 t 78 3195 1600 t 1600 3231 78 t 801 3238 1600 t 1600 3195 801 t 405 3239 1600 t 1600 3238 405 t 819 3231 1600 t 1600 3239 819 t 79 3240 1601 t 1601 3192 79 t 820 3241 1601 t 1601 3240 820 t 405 3238 1601 t 1601 3241 405 t 801 3192 1601 t 1601 3238 801 t 85 3242 1602 t 1602 3244 85 t 813 3243 1602 t 1602 3242 813 t 405 3241 1602 t 1602 3243 405 t 820 3244 1602 t 1602 3241 820 t 84 3235 1603 t 1603 3245 84 t 819 3239 1603 t 1603 3235 819 t 405 3243 1603 t 1603 3239 405 t 813 3245 1603 t 1603 3243 813 t 79 3203 1604 t 1604 3240 79 t 802 3246 1604 t 1604 3203 802 t 406 3247 1604 t 1604 3246 406 t 820 3240 1604 t 1604 3247 820 t 80 3248 1605 t 1605 3200 80 t 821 3249 1605 t 1605 3248 821 t 406 3246 1605 t 1605 3249 406 t 802 3200 1605 t 1605 3246 802 t 86 3250 1606 t 1606 3252 86 t 873 3251 1606 t 1606 3250 873 t 406 3249 1606 t 1606 3251 406 t 821 3252 1606 t 1606 3249 821 t 114 3253 1607 t 1607 3255 114 t 814 3254 1607 t 1607 3253 814 t 406 3251 1607 t 1607 3254 406 t 873 3255 1607 t 1607 3251 873 t 85 3244 1608 t 1608 3256 85 t 820 3247 1608 t 1608 3244 820 t 406 3254 1608 t 1608 3247 406 t 814 3256 1608 t 1608 3254 814 t 80 3211 1609 t 1609 3248 80 t 803 3257 1609 t 1609 3211 803 t 407 3258 1609 t 1609 3257 407 t 821 3248 1609 t 1609 3258 821 t 81 3259 1610 t 1610 3208 81 t 822 3260 1610 t 1610 3259 822 t 407 3257 1610 t 1610 3260 407 t 803 3208 1610 t 1610 3257 803 t 87 3261 1611 t 1611 3263 87 t 815 3262 1611 t 1611 3261 815 t 407 3260 1611 t 1611 3262 407 t 822 3263 1611 t 1611 3260 822 t 112 3264 1612 t 1612 3266 112 t 870 3265 1612 t 1612 3264 870 t 407 3262 1612 t 1612 3265 407 t 815 3266 1612 t 1612 3262 815 t 86 3252 1613 t 1613 3267 86 t 821 3258 1613 t 1613 3252 821 t 407 3265 1613 t 1613 3258 407 t 870 3267 1613 t 1613 3265 870 t 81 3219 1614 t 1614 3259 81 t 804 3268 1614 t 1614 3219 804 t 408 3269 1614 t 1614 3268 408 t 822 3259 1614 t 1614 3269 822 t 82 3270 1615 t 1615 3216 82 t 823 3271 1615 t 1615 3270 823 t 408 3268 1615 t 1615 3271 408 t 804 3216 1615 t 1615 3268 804 t 88 3272 1616 t 1616 3274 88 t 816 3273 1616 t 1616 3272 816 t 408 3271 1616 t 1616 3273 408 t 823 3274 1616 t 1616 3271 823 t 87 3263 1617 t 1617 3275 87 t 822 3269 1617 t 1617 3263 822 t 408 3273 1617 t 1617 3269 408 t 816 3275 1617 t 1617 3273 816 t 82 3227 1618 t 1618 3270 82 t 805 3276 1618 t 1618 3227 805 t 409 3277 1618 t 1618 3276 409 t 823 3270 1618 t 1618 3277 823 t 251 3278 1619 t 1619 3224 251 t 1139 3279 1619 t 1619 3278 1139 t 409 3276 1619 t 1619 3279 409 t 805 3224 1619 t 1619 3276 805 t 260 3280 1620 t 1620 3282 260 t 817 3281 1620 t 1620 3280 817 t 409 3279 1620 t 1620 3281 409 t 1139 3282 1620 t 1620 3279 1139 t 88 3274 1621 t 1621 3283 88 t 823 3277 1621 t 1621 3274 823 t 409 3281 1621 t 1621 3277 409 t 817 3283 1621 t 1621 3281 817 t 83 3237 1622 t 1622 3286 83 t 812 3284 1622 t 1622 3237 812 t 410 3285 1622 t 1622 3284 410 t 828 3286 1622 t 1622 3285 828 t 84 3287 1623 t 1623 3233 84 t 829 3288 1623 t 1623 3287 829 t 410 3284 1623 t 1623 3288 410 t 812 3233 1623 t 1623 3284 812 t 89 3289 1624 t 1624 3291 89 t 824 3290 1624 t 1624 3289 824 t 410 3288 1624 t 1624 3290 410 t 829 3291 1624 t 1624 3288 829 t 262 3292 1625 t 1625 3294 262 t 1143 3293 1625 t 1625 3292 1143 t 410 3290 1625 t 1625 3293 410 t 824 3294 1625 t 1625 3290 824 t 263 3295 1626 t 1626 3296 263 t 828 3285 1626 t 1626 3295 828 t 410 3293 1626 t 1626 3285 410 t 1143 3296 1626 t 1626 3293 1143 t 84 3245 1627 t 1627 3287 84 t 813 3297 1627 t 1627 3245 813 t 411 3298 1627 t 1627 3297 411 t 829 3287 1627 t 1627 3298 829 t 85 3299 1628 t 1628 3242 85 t 830 3300 1628 t 1628 3299 830 t 411 3297 1628 t 1628 3300 411 t 813 3242 1628 t 1628 3297 813 t 90 3301 1629 t 1629 3303 90 t 825 3302 1629 t 1629 3301 825 t 411 3300 1629 t 1629 3302 411 t 830 3303 1629 t 1629 3300 830 t 89 3291 1630 t 1630 3304 89 t 829 3298 1630 t 1630 3291 829 t 411 3302 1630 t 1630 3298 411 t 825 3304 1630 t 1630 3302 825 t 85 3256 1631 t 1631 3299 85 t 814 3305 1631 t 1631 3256 814 t 412 3306 1631 t 1631 3305 412 t 830 3299 1631 t 1631 3306 830 t 114 3307 1632 t 1632 3253 114 t 872 3308 1632 t 1632 3307 872 t 412 3305 1632 t 1632 3308 412 t 814 3253 1632 t 1632 3305 814 t 113 3309 1633 t 1633 3311 113 t 831 3310 1633 t 1633 3309 831 t 412 3308 1633 t 1633 3310 412 t 872 3311 1633 t 1633 3308 872 t 91 3312 1634 t 1634 3314 91 t 826 3313 1634 t 1634 3312 826 t 412 3310 1634 t 1634 3313 412 t 831 3314 1634 t 1634 3310 831 t 90 3303 1635 t 1635 3315 90 t 830 3306 1635 t 1635 3303 830 t 412 3313 1635 t 1635 3306 412 t 826 3315 1635 t 1635 3313 826 t 113 3316 1636 t 1636 3309 113 t 871 3317 1636 t 1636 3316 871 t 413 3318 1636 t 1636 3317 413 t 831 3309 1636 t 1636 3318 831 t 112 3266 1637 t 1637 3320 112 t 815 3319 1637 t 1637 3266 815 t 413 3317 1637 t 1637 3319 413 t 871 3320 1637 t 1637 3317 871 t 87 3321 1638 t 1638 3261 87 t 832 3322 1638 t 1638 3321 832 t 413 3319 1638 t 1638 3322 413 t 815 3261 1638 t 1638 3319 815 t 92 3323 1639 t 1639 3325 92 t 827 3324 1639 t 1639 3323 827 t 413 3322 1639 t 1639 3324 413 t 832 3325 1639 t 1639 3322 832 t 91 3314 1640 t 1640 3326 91 t 831 3318 1640 t 1640 3314 831 t 413 3324 1640 t 1640 3318 413 t 827 3326 1640 t 1640 3324 827 t 87 3275 1641 t 1641 3321 87 t 816 3327 1641 t 1641 3275 816 t 414 3328 1641 t 1641 3327 414 t 832 3321 1641 t 1641 3328 832 t 88 3329 1642 t 1642 3272 88 t 833 3330 1642 t 1642 3329 833 t 414 3327 1642 t 1642 3330 414 t 816 3272 1642 t 1642 3327 816 t 159 3331 1643 t 1643 3333 159 t 1154 3332 1643 t 1643 3331 1154 t 414 3330 1643 t 1643 3332 414 t 833 3333 1643 t 1643 3330 833 t 268 3334 1644 t 1644 3336 268 t 941 3335 1644 t 1644 3334 941 t 414 3332 1644 t 1644 3335 414 t 1154 3336 1644 t 1644 3332 1154 t 92 3325 1645 t 1645 3337 92 t 832 3328 1645 t 1645 3325 832 t 414 3335 1645 t 1645 3328 414 t 941 3337 1645 t 1645 3335 941 t 88 3283 1646 t 1646 3329 88 t 817 3338 1646 t 1646 3283 817 t 415 3339 1646 t 1646 3338 415 t 833 3329 1646 t 1646 3339 833 t 260 3340 1647 t 1647 3280 260 t 960 3341 1647 t 1647 3340 960 t 415 3338 1647 t 1647 3341 415 t 817 3280 1647 t 1647 3338 817 t 159 3333 1648 t 1648 3342 159 t 833 3339 1648 t 1648 3333 833 t 415 3341 1648 t 1648 3339 415 t 960 3342 1648 t 1648 3341 960 t 108 3343 1649 t 1649 3346 108 t 862 3344 1649 t 1649 3343 862 t 416 3345 1649 t 1649 3344 416 t 865 3346 1649 t 1649 3345 865 t 109 3347 1650 t 1650 3349 109 t 863 3348 1650 t 1650 3347 863 t 416 3344 1650 t 1650 3348 416 t 862 3349 1650 t 1650 3344 862 t 110 3350 1651 t 1651 3352 110 t 864 3351 1651 t 1651 3350 864 t 416 3348 1651 t 1651 3351 416 t 863 3352 1651 t 1651 3348 863 t 111 3353 1652 t 1652 3354 111 t 865 3345 1652 t 1652 3353 865 t 416 3351 1652 t 1652 3345 416 t 864 3354 1652 t 1652 3351 864 t 62 3053 1653 t 1653 3357 62 t 834 3355 1653 t 1653 3053 834 t 417 3356 1653 t 1653 3355 417 t 842 3357 1653 t 1653 3356 842 t 93 3358 1654 t 1654 3050 93 t 843 3359 1654 t 1654 3358 843 t 417 3355 1654 t 1654 3359 417 t 834 3050 1654 t 1654 3355 834 t 97 3360 1655 t 1655 3362 97 t 838 3361 1655 t 1655 3360 838 t 417 3359 1655 t 1655 3361 417 t 843 3362 1655 t 1655 3359 843 t 96 3363 1656 t 1656 3364 96 t 842 3356 1656 t 1656 3363 842 t 417 3361 1656 t 1656 3356 417 t 838 3364 1656 t 1656 3361 838 t 93 3105 1657 t 1657 3358 93 t 835 3365 1657 t 1657 3105 835 t 418 3366 1657 t 1657 3365 418 t 843 3358 1657 t 1657 3366 843 t 94 3367 1658 t 1658 3101 94 t 844 3368 1658 t 1658 3367 844 t 418 3365 1658 t 1658 3368 418 t 835 3101 1658 t 1658 3365 835 t 98 3369 1659 t 1659 3371 98 t 839 3370 1659 t 1659 3369 839 t 418 3368 1659 t 1659 3370 418 t 844 3371 1659 t 1659 3368 844 t 97 3362 1660 t 1660 3372 97 t 843 3366 1660 t 1660 3362 843 t 418 3370 1660 t 1660 3366 418 t 839 3372 1660 t 1660 3370 839 t 94 3096 1661 t 1661 3367 94 t 836 3373 1661 t 1661 3096 836 t 419 3374 1661 t 1661 3373 419 t 844 3367 1661 t 1661 3374 844 t 95 3375 1662 t 1662 3092 95 t 845 3376 1662 t 1662 3375 845 t 419 3373 1662 t 1662 3376 419 t 836 3092 1662 t 1662 3373 836 t 99 3377 1663 t 1663 3379 99 t 840 3378 1663 t 1663 3377 840 t 419 3376 1663 t 1663 3378 419 t 845 3379 1663 t 1663 3376 845 t 98 3371 1664 t 1664 3380 98 t 844 3374 1664 t 1664 3371 844 t 419 3378 1664 t 1664 3374 419 t 840 3380 1664 t 1664 3378 840 t 95 3041 1665 t 1665 3375 95 t 837 3381 1665 t 1665 3041 837 t 420 3382 1665 t 1665 3381 420 t 845 3375 1665 t 1665 3382 845 t 62 3357 1666 t 1666 3036 62 t 842 3383 1666 t 1666 3357 842 t 420 3381 1666 t 1666 3383 420 t 837 3036 1666 t 1666 3381 837 t 96 3384 1667 t 1667 3363 96 t 841 3385 1667 t 1667 3384 841 t 420 3383 1667 t 1667 3385 420 t 842 3363 1667 t 1667 3383 842 t 99 3379 1668 t 1668 3386 99 t 845 3382 1668 t 1668 3379 845 t 420 3385 1668 t 1668 3382 420 t 841 3386 1668 t 1668 3385 841 t 96 3364 1669 t 1669 3389 96 t 838 3387 1669 t 1669 3364 838 t 421 3388 1669 t 1669 3387 421 t 850 3389 1669 t 1669 3388 850 t 97 3390 1670 t 1670 3360 97 t 851 3391 1670 t 1670 3390 851 t 421 3387 1670 t 1670 3391 421 t 838 3360 1670 t 1670 3387 838 t 101 3392 1671 t 1671 3394 101 t 846 3393 1671 t 1671 3392 846 t 421 3391 1671 t 1671 3393 421 t 851 3394 1671 t 1671 3391 851 t 100 3395 1672 t 1672 3396 100 t 850 3388 1672 t 1672 3395 850 t 421 3393 1672 t 1672 3388 421 t 846 3396 1672 t 1672 3393 846 t 97 3372 1673 t 1673 3390 97 t 839 3397 1673 t 1673 3372 839 t 422 3398 1673 t 1673 3397 422 t 851 3390 1673 t 1673 3398 851 t 98 3399 1674 t 1674 3369 98 t 852 3400 1674 t 1674 3399 852 t 422 3397 1674 t 1674 3400 422 t 839 3369 1674 t 1674 3397 839 t 102 3401 1675 t 1675 3403 102 t 847 3402 1675 t 1675 3401 847 t 422 3400 1675 t 1675 3402 422 t 852 3403 1675 t 1675 3400 852 t 101 3394 1676 t 1676 3404 101 t 851 3398 1676 t 1676 3394 851 t 422 3402 1676 t 1676 3398 422 t 847 3404 1676 t 1676 3402 847 t 98 3380 1677 t 1677 3399 98 t 840 3405 1677 t 1677 3380 840 t 423 3406 1677 t 1677 3405 423 t 852 3399 1677 t 1677 3406 852 t 99 3407 1678 t 1678 3377 99 t 853 3408 1678 t 1678 3407 853 t 423 3405 1678 t 1678 3408 423 t 840 3377 1678 t 1678 3405 840 t 103 3409 1679 t 1679 3411 103 t 848 3410 1679 t 1679 3409 848 t 423 3408 1679 t 1679 3410 423 t 853 3411 1679 t 1679 3408 853 t 102 3403 1680 t 1680 3412 102 t 852 3406 1680 t 1680 3403 852 t 423 3410 1680 t 1680 3406 423 t 848 3412 1680 t 1680 3410 848 t 99 3386 1681 t 1681 3407 99 t 841 3413 1681 t 1681 3386 841 t 424 3414 1681 t 1681 3413 424 t 853 3407 1681 t 1681 3414 853 t 96 3389 1682 t 1682 3384 96 t 850 3415 1682 t 1682 3389 850 t 424 3413 1682 t 1682 3415 424 t 841 3384 1682 t 1682 3413 841 t 100 3416 1683 t 1683 3395 100 t 849 3417 1683 t 1683 3416 849 t 424 3415 1683 t 1683 3417 424 t 850 3395 1683 t 1683 3415 850 t 103 3411 1684 t 1684 3418 103 t 853 3414 1684 t 1684 3411 853 t 424 3417 1684 t 1684 3414 424 t 849 3418 1684 t 1684 3417 849 t 100 3396 1685 t 1685 3421 100 t 846 3419 1685 t 1685 3396 846 t 425 3420 1685 t 1685 3419 425 t 858 3421 1685 t 1685 3420 858 t 101 3422 1686 t 1686 3392 101 t 859 3423 1686 t 1686 3422 859 t 425 3419 1686 t 1686 3423 425 t 846 3392 1686 t 1686 3419 846 t 105 3424 1687 t 1687 3426 105 t 854 3425 1687 t 1687 3424 854 t 425 3423 1687 t 1687 3425 425 t 859 3426 1687 t 1687 3423 859 t 104 3427 1688 t 1688 3428 104 t 858 3420 1688 t 1688 3427 858 t 425 3425 1688 t 1688 3420 425 t 854 3428 1688 t 1688 3425 854 t 101 3404 1689 t 1689 3422 101 t 847 3429 1689 t 1689 3404 847 t 426 3430 1689 t 1689 3429 426 t 859 3422 1689 t 1689 3430 859 t 102 3431 1690 t 1690 3401 102 t 860 3432 1690 t 1690 3431 860 t 426 3429 1690 t 1690 3432 426 t 847 3401 1690 t 1690 3429 847 t 106 3433 1691 t 1691 3435 106 t 855 3434 1691 t 1691 3433 855 t 426 3432 1691 t 1691 3434 426 t 860 3435 1691 t 1691 3432 860 t 105 3426 1692 t 1692 3436 105 t 859 3430 1692 t 1692 3426 859 t 426 3434 1692 t 1692 3430 426 t 855 3436 1692 t 1692 3434 855 t 102 3412 1693 t 1693 3431 102 t 848 3437 1693 t 1693 3412 848 t 427 3438 1693 t 1693 3437 427 t 860 3431 1693 t 1693 3438 860 t 103 3439 1694 t 1694 3409 103 t 861 3440 1694 t 1694 3439 861 t 427 3437 1694 t 1694 3440 427 t 848 3409 1694 t 1694 3437 848 t 107 3441 1695 t 1695 3443 107 t 856 3442 1695 t 1695 3441 856 t 427 3440 1695 t 1695 3442 427 t 861 3443 1695 t 1695 3440 861 t 106 3435 1696 t 1696 3444 106 t 860 3438 1696 t 1696 3435 860 t 427 3442 1696 t 1696 3438 427 t 856 3444 1696 t 1696 3442 856 t 103 3418 1697 t 1697 3439 103 t 849 3445 1697 t 1697 3418 849 t 428 3446 1697 t 1697 3445 428 t 861 3439 1697 t 1697 3446 861 t 100 3421 1698 t 1698 3416 100 t 858 3447 1698 t 1698 3421 858 t 428 3445 1698 t 1698 3447 428 t 849 3416 1698 t 1698 3445 849 t 104 3448 1699 t 1699 3427 104 t 857 3449 1699 t 1699 3448 857 t 428 3447 1699 t 1699 3449 428 t 858 3427 1699 t 1699 3447 858 t 107 3443 1700 t 1700 3450 107 t 861 3446 1700 t 1700 3443 861 t 428 3449 1700 t 1700 3446 428 t 857 3450 1700 t 1700 3449 857 t 104 3428 1701 t 1701 3453 104 t 854 3451 1701 t 1701 3428 854 t 429 3452 1701 t 1701 3451 429 t 866 3453 1701 t 1701 3452 866 t 105 3454 1702 t 1702 3424 105 t 867 3455 1702 t 1702 3454 867 t 429 3451 1702 t 1702 3455 429 t 854 3424 1702 t 1702 3451 854 t 109 3349 1703 t 1703 3457 109 t 862 3456 1703 t 1703 3349 862 t 429 3455 1703 t 1703 3456 429 t 867 3457 1703 t 1703 3455 867 t 108 3458 1704 t 1704 3343 108 t 866 3452 1704 t 1704 3458 866 t 429 3456 1704 t 1704 3452 429 t 862 3343 1704 t 1704 3456 862 t 105 3436 1705 t 1705 3454 105 t 855 3459 1705 t 1705 3436 855 t 430 3460 1705 t 1705 3459 430 t 867 3454 1705 t 1705 3460 867 t 106 3461 1706 t 1706 3433 106 t 868 3462 1706 t 1706 3461 868 t 430 3459 1706 t 1706 3462 430 t 855 3433 1706 t 1706 3459 855 t 110 3352 1707 t 1707 3464 110 t 863 3463 1707 t 1707 3352 863 t 430 3462 1707 t 1707 3463 430 t 868 3464 1707 t 1707 3462 868 t 109 3457 1708 t 1708 3347 109 t 867 3460 1708 t 1708 3457 867 t 430 3463 1708 t 1708 3460 430 t 863 3347 1708 t 1708 3463 863 t 106 3444 1709 t 1709 3461 106 t 856 3465 1709 t 1709 3444 856 t 431 3466 1709 t 1709 3465 431 t 868 3461 1709 t 1709 3466 868 t 107 3467 1710 t 1710 3441 107 t 869 3468 1710 t 1710 3467 869 t 431 3465 1710 t 1710 3468 431 t 856 3441 1710 t 1710 3465 856 t 111 3354 1711 t 1711 3470 111 t 864 3469 1711 t 1711 3354 864 t 431 3468 1711 t 1711 3469 431 t 869 3470 1711 t 1711 3468 869 t 110 3464 1712 t 1712 3350 110 t 868 3466 1712 t 1712 3464 868 t 431 3469 1712 t 1712 3466 431 t 864 3350 1712 t 1712 3469 864 t 107 3450 1713 t 1713 3467 107 t 857 3471 1713 t 1713 3450 857 t 432 3472 1713 t 1713 3471 432 t 869 3467 1713 t 1713 3472 869 t 104 3453 1714 t 1714 3448 104 t 866 3473 1714 t 1714 3453 866 t 432 3471 1714 t 1714 3473 432 t 857 3448 1714 t 1714 3471 857 t 108 3346 1715 t 1715 3458 108 t 865 3474 1715 t 1715 3346 865 t 432 3473 1715 t 1715 3474 432 t 866 3458 1715 t 1715 3473 866 t 111 3470 1716 t 1716 3353 111 t 869 3472 1716 t 1716 3470 869 t 432 3474 1716 t 1716 3472 432 t 865 3353 1716 t 1716 3474 865 t 127 3475 1717 t 1717 3478 127 t 898 3476 1717 t 1717 3475 898 t 433 3477 1717 t 1717 3476 433 t 901 3478 1717 t 1717 3477 901 t 128 3479 1718 t 1718 3481 128 t 899 3480 1718 t 1718 3479 899 t 433 3476 1718 t 1718 3480 433 t 898 3481 1718 t 1718 3476 898 t 129 3482 1719 t 1719 3484 129 t 900 3483 1719 t 1719 3482 900 t 433 3480 1719 t 1719 3483 433 t 899 3484 1719 t 1719 3480 899 t 130 3485 1720 t 1720 3486 130 t 901 3477 1720 t 1720 3485 901 t 433 3483 1720 t 1720 3477 433 t 900 3486 1720 t 1720 3483 900 t 86 3267 1721 t 1721 3489 86 t 870 3487 1721 t 1721 3267 870 t 434 3488 1721 t 1721 3487 434 t 878 3489 1721 t 1721 3488 878 t 112 3490 1722 t 1722 3264 112 t 879 3491 1722 t 1722 3490 879 t 434 3487 1722 t 1722 3491 434 t 870 3264 1722 t 1722 3487 870 t 116 3492 1723 t 1723 3494 116 t 874 3493 1723 t 1723 3492 874 t 434 3491 1723 t 1723 3493 434 t 879 3494 1723 t 1723 3491 879 t 115 3495 1724 t 1724 3496 115 t 878 3488 1724 t 1724 3495 878 t 434 3493 1724 t 1724 3488 434 t 874 3496 1724 t 1724 3493 874 t 112 3320 1725 t 1725 3490 112 t 871 3497 1725 t 1725 3320 871 t 435 3498 1725 t 1725 3497 435 t 879 3490 1725 t 1725 3498 879 t 113 3499 1726 t 1726 3316 113 t 880 3500 1726 t 1726 3499 880 t 435 3497 1726 t 1726 3500 435 t 871 3316 1726 t 1726 3497 871 t 117 3501 1727 t 1727 3503 117 t 875 3502 1727 t 1727 3501 875 t 435 3500 1727 t 1727 3502 435 t 880 3503 1727 t 1727 3500 880 t 116 3494 1728 t 1728 3504 116 t 879 3498 1728 t 1728 3494 879 t 435 3502 1728 t 1728 3498 435 t 875 3504 1728 t 1728 3502 875 t 113 3311 1729 t 1729 3499 113 t 872 3505 1729 t 1729 3311 872 t 436 3506 1729 t 1729 3505 436 t 880 3499 1729 t 1729 3506 880 t 114 3507 1730 t 1730 3307 114 t 881 3508 1730 t 1730 3507 881 t 436 3505 1730 t 1730 3508 436 t 872 3307 1730 t 1730 3505 872 t 118 3509 1731 t 1731 3511 118 t 876 3510 1731 t 1731 3509 876 t 436 3508 1731 t 1731 3510 436 t 881 3511 1731 t 1731 3508 881 t 117 3503 1732 t 1732 3512 117 t 880 3506 1732 t 1732 3503 880 t 436 3510 1732 t 1732 3506 436 t 876 3512 1732 t 1732 3510 876 t 114 3255 1733 t 1733 3507 114 t 873 3513 1733 t 1733 3255 873 t 437 3514 1733 t 1733 3513 437 t 881 3507 1733 t 1733 3514 881 t 86 3489 1734 t 1734 3250 86 t 878 3515 1734 t 1734 3489 878 t 437 3513 1734 t 1734 3515 437 t 873 3250 1734 t 1734 3513 873 t 115 3516 1735 t 1735 3495 115 t 877 3517 1735 t 1735 3516 877 t 437 3515 1735 t 1735 3517 437 t 878 3495 1735 t 1735 3515 878 t 118 3511 1736 t 1736 3518 118 t 881 3514 1736 t 1736 3511 881 t 437 3517 1736 t 1736 3514 437 t 877 3518 1736 t 1736 3517 877 t 115 3496 1737 t 1737 3521 115 t 874 3519 1737 t 1737 3496 874 t 438 3520 1737 t 1737 3519 438 t 886 3521 1737 t 1737 3520 886 t 116 3522 1738 t 1738 3492 116 t 887 3523 1738 t 1738 3522 887 t 438 3519 1738 t 1738 3523 438 t 874 3492 1738 t 1738 3519 874 t 120 3524 1739 t 1739 3526 120 t 882 3525 1739 t 1739 3524 882 t 438 3523 1739 t 1739 3525 438 t 887 3526 1739 t 1739 3523 887 t 119 3527 1740 t 1740 3528 119 t 886 3520 1740 t 1740 3527 886 t 438 3525 1740 t 1740 3520 438 t 882 3528 1740 t 1740 3525 882 t 116 3504 1741 t 1741 3522 116 t 875 3529 1741 t 1741 3504 875 t 439 3530 1741 t 1741 3529 439 t 887 3522 1741 t 1741 3530 887 t 117 3531 1742 t 1742 3501 117 t 888 3532 1742 t 1742 3531 888 t 439 3529 1742 t 1742 3532 439 t 875 3501 1742 t 1742 3529 875 t 121 3533 1743 t 1743 3535 121 t 883 3534 1743 t 1743 3533 883 t 439 3532 1743 t 1743 3534 439 t 888 3535 1743 t 1743 3532 888 t 120 3526 1744 t 1744 3536 120 t 887 3530 1744 t 1744 3526 887 t 439 3534 1744 t 1744 3530 439 t 883 3536 1744 t 1744 3534 883 t 117 3512 1745 t 1745 3531 117 t 876 3537 1745 t 1745 3512 876 t 440 3538 1745 t 1745 3537 440 t 888 3531 1745 t 1745 3538 888 t 118 3539 1746 t 1746 3509 118 t 889 3540 1746 t 1746 3539 889 t 440 3537 1746 t 1746 3540 440 t 876 3509 1746 t 1746 3537 876 t 122 3541 1747 t 1747 3543 122 t 884 3542 1747 t 1747 3541 884 t 440 3540 1747 t 1747 3542 440 t 889 3543 1747 t 1747 3540 889 t 121 3535 1748 t 1748 3544 121 t 888 3538 1748 t 1748 3535 888 t 440 3542 1748 t 1748 3538 440 t 884 3544 1748 t 1748 3542 884 t 118 3518 1749 t 1749 3539 118 t 877 3545 1749 t 1749 3518 877 t 441 3546 1749 t 1749 3545 441 t 889 3539 1749 t 1749 3546 889 t 115 3521 1750 t 1750 3516 115 t 886 3547 1750 t 1750 3521 886 t 441 3545 1750 t 1750 3547 441 t 877 3516 1750 t 1750 3545 877 t 119 3548 1751 t 1751 3527 119 t 885 3549 1751 t 1751 3548 885 t 441 3547 1751 t 1751 3549 441 t 886 3527 1751 t 1751 3547 886 t 122 3543 1752 t 1752 3550 122 t 889 3546 1752 t 1752 3543 889 t 441 3549 1752 t 1752 3546 441 t 885 3550 1752 t 1752 3549 885 t 119 3528 1753 t 1753 3553 119 t 882 3551 1753 t 1753 3528 882 t 442 3552 1753 t 1753 3551 442 t 894 3553 1753 t 1753 3552 894 t 120 3554 1754 t 1754 3524 120 t 895 3555 1754 t 1754 3554 895 t 442 3551 1754 t 1754 3555 442 t 882 3524 1754 t 1754 3551 882 t 124 3556 1755 t 1755 3558 124 t 890 3557 1755 t 1755 3556 890 t 442 3555 1755 t 1755 3557 442 t 895 3558 1755 t 1755 3555 895 t 123 3559 1756 t 1756 3560 123 t 894 3552 1756 t 1756 3559 894 t 442 3557 1756 t 1756 3552 442 t 890 3560 1756 t 1756 3557 890 t 120 3536 1757 t 1757 3554 120 t 883 3561 1757 t 1757 3536 883 t 443 3562 1757 t 1757 3561 443 t 895 3554 1757 t 1757 3562 895 t 121 3563 1758 t 1758 3533 121 t 896 3564 1758 t 1758 3563 896 t 443 3561 1758 t 1758 3564 443 t 883 3533 1758 t 1758 3561 883 t 125 3565 1759 t 1759 3567 125 t 891 3566 1759 t 1759 3565 891 t 443 3564 1759 t 1759 3566 443 t 896 3567 1759 t 1759 3564 896 t 124 3558 1760 t 1760 3568 124 t 895 3562 1760 t 1760 3558 895 t 443 3566 1760 t 1760 3562 443 t 891 3568 1760 t 1760 3566 891 t 121 3544 1761 t 1761 3563 121 t 884 3569 1761 t 1761 3544 884 t 444 3570 1761 t 1761 3569 444 t 896 3563 1761 t 1761 3570 896 t 122 3571 1762 t 1762 3541 122 t 897 3572 1762 t 1762 3571 897 t 444 3569 1762 t 1762 3572 444 t 884 3541 1762 t 1762 3569 884 t 126 3573 1763 t 1763 3575 126 t 892 3574 1763 t 1763 3573 892 t 444 3572 1763 t 1763 3574 444 t 897 3575 1763 t 1763 3572 897 t 125 3567 1764 t 1764 3576 125 t 896 3570 1764 t 1764 3567 896 t 444 3574 1764 t 1764 3570 444 t 892 3576 1764 t 1764 3574 892 t 122 3550 1765 t 1765 3571 122 t 885 3577 1765 t 1765 3550 885 t 445 3578 1765 t 1765 3577 445 t 897 3571 1765 t 1765 3578 897 t 119 3553 1766 t 1766 3548 119 t 894 3579 1766 t 1766 3553 894 t 445 3577 1766 t 1766 3579 445 t 885 3548 1766 t 1766 3577 885 t 123 3580 1767 t 1767 3559 123 t 893 3581 1767 t 1767 3580 893 t 445 3579 1767 t 1767 3581 445 t 894 3559 1767 t 1767 3579 894 t 126 3575 1768 t 1768 3582 126 t 897 3578 1768 t 1768 3575 897 t 445 3581 1768 t 1768 3578 445 t 893 3582 1768 t 1768 3581 893 t 123 3560 1769 t 1769 3585 123 t 890 3583 1769 t 1769 3560 890 t 446 3584 1769 t 1769 3583 446 t 902 3585 1769 t 1769 3584 902 t 124 3586 1770 t 1770 3556 124 t 903 3587 1770 t 1770 3586 903 t 446 3583 1770 t 1770 3587 446 t 890 3556 1770 t 1770 3583 890 t 128 3481 1771 t 1771 3589 128 t 898 3588 1771 t 1771 3481 898 t 446 3587 1771 t 1771 3588 446 t 903 3589 1771 t 1771 3587 903 t 127 3590 1772 t 1772 3475 127 t 902 3584 1772 t 1772 3590 902 t 446 3588 1772 t 1772 3584 446 t 898 3475 1772 t 1772 3588 898 t 124 3568 1773 t 1773 3586 124 t 891 3591 1773 t 1773 3568 891 t 447 3592 1773 t 1773 3591 447 t 903 3586 1773 t 1773 3592 903 t 125 3593 1774 t 1774 3565 125 t 904 3594 1774 t 1774 3593 904 t 447 3591 1774 t 1774 3594 447 t 891 3565 1774 t 1774 3591 891 t 129 3484 1775 t 1775 3596 129 t 899 3595 1775 t 1775 3484 899 t 447 3594 1775 t 1775 3595 447 t 904 3596 1775 t 1775 3594 904 t 128 3589 1776 t 1776 3479 128 t 903 3592 1776 t 1776 3589 903 t 447 3595 1776 t 1776 3592 447 t 899 3479 1776 t 1776 3595 899 t 125 3576 1777 t 1777 3593 125 t 892 3597 1777 t 1777 3576 892 t 448 3598 1777 t 1777 3597 448 t 904 3593 1777 t 1777 3598 904 t 126 3599 1778 t 1778 3573 126 t 905 3600 1778 t 1778 3599 905 t 448 3597 1778 t 1778 3600 448 t 892 3573 1778 t 1778 3597 892 t 130 3486 1779 t 1779 3602 130 t 900 3601 1779 t 1779 3486 900 t 448 3600 1779 t 1779 3601 448 t 905 3602 1779 t 1779 3600 905 t 129 3596 1780 t 1780 3482 129 t 904 3598 1780 t 1780 3596 904 t 448 3601 1780 t 1780 3598 448 t 900 3482 1780 t 1780 3601 900 t 126 3582 1781 t 1781 3599 126 t 893 3603 1781 t 1781 3582 893 t 449 3604 1781 t 1781 3603 449 t 905 3599 1781 t 1781 3604 905 t 123 3585 1782 t 1782 3580 123 t 902 3605 1782 t 1782 3585 902 t 449 3603 1782 t 1782 3605 449 t 893 3580 1782 t 1782 3603 893 t 127 3478 1783 t 1783 3590 127 t 901 3606 1783 t 1783 3478 901 t 449 3605 1783 t 1783 3606 449 t 902 3590 1783 t 1783 3605 902 t 130 3602 1784 t 1784 3485 130 t 905 3604 1784 t 1784 3602 905 t 449 3606 1784 t 1784 3604 449 t 901 3485 1784 t 1784 3606 901 t 12 3607 1785 t 1785 3610 12 t 683 3608 1785 t 1785 3607 683 t 450 3609 1785 t 1785 3608 450 t 906 3610 1785 t 1785 3609 906 t 18 3611 1786 t 1786 3613 18 t 907 3612 1786 t 1786 3611 907 t 450 3608 1786 t 1786 3612 450 t 683 3613 1786 t 1786 3608 683 t 132 3614 1787 t 1787 3616 132 t 910 3615 1787 t 1787 3614 910 t 450 3612 1787 t 1787 3615 450 t 907 3616 1787 t 1787 3612 907 t 131 3617 1788 t 1788 3618 131 t 906 3609 1788 t 1788 3617 906 t 450 3615 1788 t 1788 3609 450 t 910 3618 1788 t 1788 3615 910 t 18 2751 1789 t 1789 3611 18 t 684 3619 1789 t 1789 2751 684 t 451 3620 1789 t 1789 3619 451 t 907 3611 1789 t 1789 3620 907 t 19 3621 1790 t 1790 2758 19 t 908 3622 1790 t 1790 3621 908 t 451 3619 1790 t 1790 3622 451 t 684 2758 1790 t 1790 3619 684 t 133 3623 1791 t 1791 3625 133 t 911 3624 1791 t 1791 3623 911 t 451 3622 1791 t 1791 3624 451 t 908 3625 1791 t 1791 3622 908 t 132 3616 1792 t 1792 3626 132 t 907 3620 1792 t 1792 3616 907 t 451 3624 1792 t 1792 3620 451 t 911 3626 1792 t 1792 3624 911 t 19 2711 1793 t 1793 3621 19 t 685 3627 1793 t 1793 2711 685 t 452 3628 1793 t 1793 3627 452 t 908 3621 1793 t 1793 3628 908 t 13 3629 1794 t 1794 2706 13 t 909 3630 1794 t 1794 3629 909 t 452 3627 1794 t 1794 3630 452 t 685 2706 1794 t 1794 3627 685 t 134 3631 1795 t 1795 3633 134 t 912 3632 1795 t 1795 3631 912 t 452 3630 1795 t 1795 3632 452 t 909 3633 1795 t 1795 3630 909 t 133 3625 1796 t 1796 3634 133 t 908 3628 1796 t 1796 3625 908 t 452 3632 1796 t 1796 3628 452 t 912 3634 1796 t 1796 3632 912 t 13 2658 1797 t 1797 3629 13 t 672 3635 1797 t 1797 2658 672 t 453 3636 1797 t 1797 3635 453 t 909 3629 1797 t 1797 3636 909 t 12 3610 1798 t 1798 2653 12 t 906 3637 1798 t 1798 3610 906 t 453 3635 1798 t 1798 3637 453 t 672 2653 1798 t 1798 3635 672 t 131 3638 1799 t 1799 3617 131 t 913 3639 1799 t 1799 3638 913 t 453 3637 1799 t 1799 3639 453 t 906 3617 1799 t 1799 3637 906 t 134 3633 1800 t 1800 3640 134 t 909 3636 1800 t 1800 3633 909 t 453 3639 1800 t 1800 3636 453 t 913 3640 1800 t 1800 3639 913 t 139 3641 1801 t 1801 3644 139 t 922 3642 1801 t 1801 3641 922 t 454 3643 1801 t 1801 3642 454 t 925 3644 1801 t 1801 3643 925 t 140 3645 1802 t 1802 3647 140 t 923 3646 1802 t 1802 3645 923 t 454 3642 1802 t 1802 3646 454 t 922 3647 1802 t 1802 3642 922 t 141 3648 1803 t 1803 3650 141 t 924 3649 1803 t 1803 3648 924 t 454 3646 1803 t 1803 3649 454 t 923 3650 1803 t 1803 3646 923 t 142 3651 1804 t 1804 3652 142 t 925 3643 1804 t 1804 3651 925 t 454 3649 1804 t 1804 3643 454 t 924 3652 1804 t 1804 3649 924 t 131 3618 1805 t 1805 3655 131 t 910 3653 1805 t 1805 3618 910 t 455 3654 1805 t 1805 3653 455 t 918 3655 1805 t 1805 3654 918 t 132 3656 1806 t 1806 3614 132 t 919 3657 1806 t 1806 3656 919 t 455 3653 1806 t 1806 3657 455 t 910 3614 1806 t 1806 3653 910 t 136 3658 1807 t 1807 3660 136 t 914 3659 1807 t 1807 3658 914 t 455 3657 1807 t 1807 3659 455 t 919 3660 1807 t 1807 3657 919 t 135 3661 1808 t 1808 3662 135 t 918 3654 1808 t 1808 3661 918 t 455 3659 1808 t 1808 3654 455 t 914 3662 1808 t 1808 3659 914 t 132 3626 1809 t 1809 3656 132 t 911 3663 1809 t 1809 3626 911 t 456 3664 1809 t 1809 3663 456 t 919 3656 1809 t 1809 3664 919 t 133 3665 1810 t 1810 3623 133 t 920 3666 1810 t 1810 3665 920 t 456 3663 1810 t 1810 3666 456 t 911 3623 1810 t 1810 3663 911 t 137 3667 1811 t 1811 3669 137 t 915 3668 1811 t 1811 3667 915 t 456 3666 1811 t 1811 3668 456 t 920 3669 1811 t 1811 3666 920 t 136 3660 1812 t 1812 3670 136 t 919 3664 1812 t 1812 3660 919 t 456 3668 1812 t 1812 3664 456 t 915 3670 1812 t 1812 3668 915 t 133 3634 1813 t 1813 3665 133 t 912 3671 1813 t 1813 3634 912 t 457 3672 1813 t 1813 3671 457 t 920 3665 1813 t 1813 3672 920 t 134 3673 1814 t 1814 3631 134 t 921 3674 1814 t 1814 3673 921 t 457 3671 1814 t 1814 3674 457 t 912 3631 1814 t 1814 3671 912 t 138 3675 1815 t 1815 3677 138 t 916 3676 1815 t 1815 3675 916 t 457 3674 1815 t 1815 3676 457 t 921 3677 1815 t 1815 3674 921 t 137 3669 1816 t 1816 3678 137 t 920 3672 1816 t 1816 3669 920 t 457 3676 1816 t 1816 3672 457 t 916 3678 1816 t 1816 3676 916 t 134 3640 1817 t 1817 3673 134 t 913 3679 1817 t 1817 3640 913 t 458 3680 1817 t 1817 3679 458 t 921 3673 1817 t 1817 3680 921 t 131 3655 1818 t 1818 3638 131 t 918 3681 1818 t 1818 3655 918 t 458 3679 1818 t 1818 3681 458 t 913 3638 1818 t 1818 3679 913 t 135 3682 1819 t 1819 3661 135 t 917 3683 1819 t 1819 3682 917 t 458 3681 1819 t 1819 3683 458 t 918 3661 1819 t 1819 3681 918 t 138 3677 1820 t 1820 3684 138 t 921 3680 1820 t 1820 3677 921 t 458 3683 1820 t 1820 3680 458 t 917 3684 1820 t 1820 3683 917 t 135 3662 1821 t 1821 3687 135 t 914 3685 1821 t 1821 3662 914 t 459 3686 1821 t 1821 3685 459 t 926 3687 1821 t 1821 3686 926 t 136 3688 1822 t 1822 3658 136 t 927 3689 1822 t 1822 3688 927 t 459 3685 1822 t 1822 3689 459 t 914 3658 1822 t 1822 3685 914 t 140 3647 1823 t 1823 3691 140 t 922 3690 1823 t 1823 3647 922 t 459 3689 1823 t 1823 3690 459 t 927 3691 1823 t 1823 3689 927 t 139 3692 1824 t 1824 3641 139 t 926 3686 1824 t 1824 3692 926 t 459 3690 1824 t 1824 3686 459 t 922 3641 1824 t 1824 3690 922 t 136 3670 1825 t 1825 3688 136 t 915 3693 1825 t 1825 3670 915 t 460 3694 1825 t 1825 3693 460 t 927 3688 1825 t 1825 3694 927 t 137 3695 1826 t 1826 3667 137 t 928 3696 1826 t 1826 3695 928 t 460 3693 1826 t 1826 3696 460 t 915 3667 1826 t 1826 3693 915 t 141 3650 1827 t 1827 3698 141 t 923 3697 1827 t 1827 3650 923 t 460 3696 1827 t 1827 3697 460 t 928 3698 1827 t 1827 3696 928 t 140 3691 1828 t 1828 3645 140 t 927 3694 1828 t 1828 3691 927 t 460 3697 1828 t 1828 3694 460 t 923 3645 1828 t 1828 3697 923 t 137 3678 1829 t 1829 3695 137 t 916 3699 1829 t 1829 3678 916 t 461 3700 1829 t 1829 3699 461 t 928 3695 1829 t 1829 3700 928 t 138 3701 1830 t 1830 3675 138 t 929 3702 1830 t 1830 3701 929 t 461 3699 1830 t 1830 3702 461 t 916 3675 1830 t 1830 3699 916 t 142 3652 1831 t 1831 3704 142 t 924 3703 1831 t 1831 3652 924 t 461 3702 1831 t 1831 3703 461 t 929 3704 1831 t 1831 3702 929 t 141 3698 1832 t 1832 3648 141 t 928 3700 1832 t 1832 3698 928 t 461 3703 1832 t 1832 3700 461 t 924 3648 1832 t 1832 3703 924 t 138 3684 1833 t 1833 3701 138 t 917 3705 1833 t 1833 3684 917 t 462 3706 1833 t 1833 3705 462 t 929 3701 1833 t 1833 3706 929 t 135 3687 1834 t 1834 3682 135 t 926 3707 1834 t 1834 3687 926 t 462 3705 1834 t 1834 3707 462 t 917 3682 1834 t 1834 3705 917 t 139 3644 1835 t 1835 3692 139 t 925 3708 1835 t 1835 3644 925 t 462 3707 1835 t 1835 3708 462 t 926 3692 1835 t 1835 3707 926 t 142 3704 1836 t 1836 3651 142 t 929 3706 1836 t 1836 3704 929 t 462 3708 1836 t 1836 3706 462 t 925 3651 1836 t 1836 3708 925 t 18 3709 1837 t 1837 3712 18 t 934 3710 1837 t 1837 3709 934 t 463 3711 1837 t 1837 3710 463 t 1287 3712 1837 t 1837 3711 1287 t 314 3713 1838 t 1838 3715 314 t 1247 3714 1838 t 1838 3713 1247 t 463 3710 1838 t 1838 3714 463 t 934 3715 1838 t 1838 3710 934 t 160 3716 1839 t 1839 3718 160 t 942 3717 1839 t 1839 3716 942 t 463 3714 1839 t 1839 3717 463 t 1247 3718 1839 t 1839 3714 1247 t 143 3719 1840 t 1840 3720 143 t 1287 3711 1840 t 1840 3719 1287 t 463 3717 1840 t 1840 3711 463 t 942 3720 1840 t 1840 3717 942 t 144 3721 1841 t 1841 3724 144 t 931 3722 1841 t 1841 3721 931 t 464 3723 1841 t 1841 3722 464 t 1253 3724 1841 t 1841 3723 1253 t 0 3725 1842 t 1842 3727 0 t 647 3726 1842 t 1842 3725 647 t 464 3722 1842 t 1842 3726 464 t 931 3727 1842 t 1842 3722 931 t 317 3728 1843 t 1843 3729 317 t 1253 3723 1843 t 1843 3728 1253 t 464 3726 1843 t 1843 3723 464 t 647 3729 1843 t 1843 3726 647 t 317 3729 1844 t 1844 3732 317 t 647 3730 1844 t 1844 3729 647 t 465 3731 1844 t 1844 3730 465 t 1255 3732 1844 t 1844 3731 1255 t 0 2585 1845 t 1845 3725 0 t 648 3733 1845 t 1845 2585 648 t 465 3730 1845 t 1845 3733 465 t 647 3725 1845 t 1845 3730 647 t 1 3734 1846 t 1846 2592 1 t 649 3735 1846 t 1846 3734 649 t 465 3733 1846 t 1846 3735 465 t 648 2592 1846 t 1846 3733 648 t 318 3736 1847 t 1847 3737 318 t 1255 3731 1847 t 1847 3736 1255 t 465 3735 1847 t 1847 3731 465 t 649 3737 1847 t 1847 3735 649 t 318 3737 1848 t 1848 3740 318 t 649 3738 1848 t 1848 3737 649 t 466 3739 1848 t 1848 3738 466 t 1257 3740 1848 t 1848 3739 1257 t 1 2596 1849 t 1849 3734 1 t 650 3741 1849 t 1849 2596 650 t 466 3738 1849 t 1849 3741 466 t 649 3734 1849 t 1849 3738 649 t 2 3742 1850 t 1850 2605 2 t 651 3743 1850 t 1850 3742 651 t 466 3741 1850 t 1850 3743 466 t 650 2605 1850 t 1850 3741 650 t 319 3744 1851 t 1851 3745 319 t 1257 3739 1851 t 1851 3744 1257 t 466 3743 1851 t 1851 3739 466 t 651 3745 1851 t 1851 3743 651 t 319 3745 1852 t 1852 3748 319 t 651 3746 1852 t 1852 3745 651 t 467 3747 1852 t 1852 3746 467 t 943 3748 1852 t 1852 3747 943 t 2 2609 1853 t 1853 3742 2 t 652 3749 1853 t 1853 2609 652 t 467 3746 1853 t 1853 3749 467 t 651 3742 1853 t 1853 3746 651 t 3 3750 1854 t 1854 2618 3 t 653 3751 1854 t 1854 3750 653 t 467 3749 1854 t 1854 3751 467 t 652 2618 1854 t 1854 3749 652 t 145 3752 1855 t 1855 3753 145 t 943 3747 1855 t 1855 3752 943 t 467 3751 1855 t 1855 3747 467 t 653 3753 1855 t 1855 3751 653 t 145 3753 1856 t 1856 3756 145 t 653 3754 1856 t 1856 3753 653 t 468 3755 1856 t 1856 3754 468 t 1260 3756 1856 t 1856 3755 1260 t 3 2622 1857 t 1857 3750 3 t 654 3757 1857 t 1857 2622 654 t 468 3754 1857 t 1857 3757 468 t 653 3750 1857 t 1857 3754 653 t 4 3758 1858 t 1858 2628 4 t 655 3759 1858 t 1858 3758 655 t 468 3757 1858 t 1858 3759 468 t 654 2628 1858 t 1858 3757 654 t 320 3760 1859 t 1859 3761 320 t 1260 3755 1859 t 1859 3760 1260 t 468 3759 1859 t 1859 3755 468 t 655 3761 1859 t 1859 3759 655 t 320 3761 1860 t 1860 3764 320 t 655 3762 1860 t 1860 3761 655 t 469 3763 1860 t 1860 3762 469 t 944 3764 1860 t 1860 3763 944 t 4 2632 1861 t 1861 3758 4 t 656 3765 1861 t 1861 2632 656 t 469 3762 1861 t 1861 3765 469 t 655 3758 1861 t 1861 3762 655 t 5 3766 1862 t 1862 2638 5 t 657 3767 1862 t 1862 3766 657 t 469 3765 1862 t 1862 3767 469 t 656 2638 1862 t 1862 3765 656 t 146 3768 1863 t 1863 3769 146 t 944 3763 1863 t 1863 3768 944 t 469 3767 1863 t 1863 3763 469 t 657 3769 1863 t 1863 3767 657 t 146 3769 1864 t 1864 3772 146 t 657 3770 1864 t 1864 3769 657 t 470 3771 1864 t 1864 3770 470 t 1262 3772 1864 t 1864 3771 1262 t 5 2642 1865 t 1865 3766 5 t 658 3773 1865 t 1865 2642 658 t 470 3770 1865 t 1865 3773 470 t 657 3766 1865 t 1865 3770 657 t 175 3774 1866 t 1866 2648 175 t 1262 3771 1866 t 1866 3774 1262 t 470 3773 1866 t 1866 3771 470 t 658 2648 1866 t 1866 3773 658 t 147 3775 1867 t 1867 3778 147 t 932 3776 1867 t 1867 3775 932 t 471 3777 1867 t 1867 3776 471 t 945 3778 1867 t 1867 3777 945 t 6 2588 1868 t 1868 3780 6 t 659 3779 1868 t 1868 2588 659 t 471 3776 1868 t 1868 3779 471 t 932 3780 1868 t 1868 3776 932 t 0 3727 1869 t 1869 2582 0 t 931 3781 1869 t 1869 3727 931 t 471 3779 1869 t 1869 3781 471 t 659 2582 1869 t 1869 3779 659 t 144 3782 1870 t 1870 3721 144 t 945 3777 1870 t 1870 3782 945 t 471 3781 1870 t 1870 3777 471 t 931 3721 1870 t 1870 3781 931 t 149 3783 1871 t 1871 3786 149 t 933 3784 1871 t 1871 3783 933 t 472 3785 1871 t 1871 3784 472 t 947 3786 1871 t 1871 3785 947 t 12 2655 1872 t 1872 3788 12 t 671 3787 1872 t 1872 2655 671 t 472 3784 1872 t 1872 3787 472 t 933 3788 1872 t 1872 3784 933 t 6 3780 1873 t 1873 2650 6 t 932 3789 1873 t 1873 3780 932 t 472 3787 1873 t 1873 3789 472 t 671 2650 1873 t 1873 3787 671 t 147 3790 1874 t 1874 3775 147 t 947 3785 1874 t 1874 3790 947 t 472 3789 1874 t 1874 3785 472 t 932 3775 1874 t 1874 3789 932 t 314 3715 1875 t 1875 3793 314 t 934 3791 1875 t 1875 3715 934 t 473 3792 1875 t 1875 3791 473 t 949 3793 1875 t 1875 3792 949 t 18 3613 1876 t 1876 3709 18 t 683 3794 1876 t 1876 3613 683 t 473 3791 1876 t 1876 3794 473 t 934 3709 1876 t 1876 3791 934 t 12 3788 1877 t 1877 3607 12 t 933 3795 1877 t 1877 3788 933 t 473 3794 1877 t 1877 3795 473 t 683 3607 1877 t 1877 3794 683 t 149 3796 1878 t 1878 3783 149 t 949 3792 1878 t 1878 3796 949 t 473 3795 1878 t 1878 3792 473 t 933 3783 1878 t 1878 3795 933 t 5171 5389 1879 t 1879 3799 5171 t 5211 3797 1879 t 1879 5389 5211 t 474 3798 5282 t 5282 5390 474 t 951 5392 5282 t 5282 3798 951 t 30 2805 1880 t 1880 5384 30 t 5212 3800 5283 t 5283 5323 5212 t 474 5390 5283 t 5283 3800 474 t 5211 5384 1880 t 1880 3797 5211 t 24 3801 1881 t 1881 2800 24 t 695 3802 1881 t 1881 3801 695 t 5194 5393 1881 t 1881 3802 5194 t 709 2800 1881 t 1881 5393 709 t 313 3803 1882 t 1882 3804 313 t 5231 5391 1882 t 1882 3803 5231 t 5194 3802 1882 t 1882 5391 5194 t 695 3804 1882 t 1882 3802 695 t 5172 5361 1883 t 1883 3807 5172 t 5230 3805 1883 t 1883 5361 5230 t 475 3806 5284 t 5284 5394 475 t 953 5396 5284 t 5284 3806 953 t 5167 3016 1884 t 1884 5353 5167 t 770 3808 5285 t 5285 5365 770 t 475 5394 5285 t 5285 3808 475 t 5230 5353 1884 t 1884 3805 5230 t 59 3809 1885 t 1885 3022 59 t 936 3810 1885 t 1885 3809 936 t 5195 5397 1885 t 1885 3810 5195 t 5223 3022 1885 t 1885 5397 5223 t 154 3811 1886 t 1886 3812 154 t 5233 5395 1886 t 1886 3811 5233 t 5195 3810 1886 t 1886 5395 5195 t 936 3812 1886 t 1886 3810 936 t 154 3812 1887 t 1887 3815 154 t 936 3813 1887 t 1887 3812 936 t 476 3814 1887 t 1887 3813 476 t 955 3815 1887 t 1887 3814 955 t 59 3074 1888 t 1888 3809 59 t 782 3816 1888 t 1888 3074 782 t 476 3813 1888 t 1888 3816 476 t 936 3809 1888 t 1888 3813 936 t 65 3817 1889 t 1889 3080 65 t 937 3818 1889 t 1889 3817 937 t 476 3816 1889 t 1889 3818 476 t 782 3080 1889 t 1889 3816 782 t 155 3819 1890 t 1890 3820 155 t 955 3814 1890 t 1890 3819 955 t 476 3818 1890 t 1890 3814 476 t 937 3820 1890 t 1890 3818 937 t 155 3820 1891 t 1891 3823 155 t 937 3821 1891 t 1891 3820 937 t 477 3822 1891 t 1891 3821 477 t 956 3823 1891 t 1891 3822 956 t 65 3130 1892 t 1892 3817 65 t 794 3824 1892 t 1892 3130 794 t 477 3821 1892 t 1892 3824 477 t 937 3817 1892 t 1892 3821 937 t 71 3825 1893 t 1893 3136 71 t 938 3826 1893 t 1893 3825 938 t 477 3824 1893 t 1893 3826 477 t 794 3136 1893 t 1893 3824 794 t 156 3827 1894 t 1894 3828 156 t 956 3822 1894 t 1894 3827 956 t 477 3826 1894 t 1894 3822 477 t 938 3828 1894 t 1894 3826 938 t 156 3828 1895 t 1895 3831 156 t 938 3829 1895 t 1895 3828 938 t 478 3830 1895 t 1895 3829 478 t 957 3831 1895 t 1895 3830 957 t 71 3180 1896 t 1896 3825 71 t 806 3832 1896 t 1896 3180 806 t 478 3829 1896 t 1896 3832 478 t 938 3825 1896 t 1896 3829 938 t 77 3833 1897 t 1897 3186 77 t 939 3834 1897 t 1897 3833 939 t 478 3832 1897 t 1897 3834 478 t 806 3186 1897 t 1897 3832 806 t 321 3835 1898 t 1898 3836 321 t 957 3830 1898 t 1898 3835 957 t 478 3834 1898 t 1898 3830 478 t 939 3836 1898 t 1898 3834 939 t 321 3836 1899 t 1899 3839 321 t 939 3837 1899 t 1899 3836 939 t 479 3838 1899 t 1899 3837 479 t 1270 3839 1899 t 1899 3838 1270 t 77 3230 1900 t 1900 3833 77 t 818 3840 1900 t 1900 3230 818 t 479 3837 1900 t 1900 3840 479 t 939 3833 1900 t 1900 3837 939 t 83 3841 1901 t 1901 3236 83 t 940 3842 1901 t 1901 3841 940 t 479 3840 1901 t 1901 3842 479 t 818 3236 1901 t 1901 3840 818 t 158 3843 1902 t 1902 3844 158 t 1270 3838 1902 t 1902 3843 1270 t 479 3842 1902 t 1902 3838 479 t 940 3844 1902 t 1902 3842 940 t 158 3844 1903 t 1903 3847 158 t 940 3845 1903 t 1903 3844 940 t 480 3846 1903 t 1903 3845 480 t 959 3847 1903 t 1903 3846 959 t 83 3286 1904 t 1904 3841 83 t 828 3848 1904 t 1904 3286 828 t 480 3845 1904 t 1904 3848 480 t 940 3841 1904 t 1904 3845 940 t 263 3849 1905 t 1905 3295 263 t 959 3846 1905 t 1905 3849 959 t 480 3848 1905 t 1905 3846 480 t 828 3295 1905 t 1905 3848 828 t 161 3850 1906 t 1906 3853 161 t 964 3851 1906 t 1906 3850 964 t 481 3852 1906 t 1906 3851 481 t 961 3853 1906 t 1906 3852 961 t 164 3854 1907 t 1907 3856 164 t 963 3855 1907 t 1907 3854 963 t 481 3851 1907 t 1907 3855 481 t 964 3856 1907 t 1907 3851 964 t 163 3857 1908 t 1908 3859 163 t 962 3858 1908 t 1908 3857 962 t 481 3855 1908 t 1908 3858 481 t 963 3859 1908 t 1908 3855 963 t 162 3860 1909 t 1909 3861 162 t 961 3852 1909 t 1909 3860 961 t 481 3858 1909 t 1909 3852 481 t 962 3861 1909 t 1909 3858 962 t 164 3862 1910 t 1910 3854 164 t 968 3863 1910 t 1910 3862 968 t 482 3864 1910 t 1910 3863 482 t 963 3854 1910 t 1910 3864 963 t 167 3865 1911 t 1911 3867 167 t 967 3866 1911 t 1911 3865 967 t 482 3863 1911 t 1911 3866 482 t 968 3867 1911 t 1911 3863 968 t 166 3868 1912 t 1912 3870 166 t 966 3869 1912 t 1912 3868 966 t 482 3866 1912 t 1912 3869 482 t 967 3870 1912 t 1912 3866 967 t 165 3871 1913 t 1913 3873 165 t 965 3872 1913 t 1913 3871 965 t 482 3869 1913 t 1913 3872 482 t 966 3873 1913 t 1913 3869 966 t 163 3859 1914 t 1914 3874 163 t 963 3864 1914 t 1914 3859 963 t 482 3872 1914 t 1914 3864 482 t 965 3874 1914 t 1914 3872 965 t 167 3875 1915 t 1915 3865 167 t 972 3876 1915 t 1915 3875 972 t 483 3877 1915 t 1915 3876 483 t 967 3865 1915 t 1915 3877 967 t 170 3878 1916 t 1916 3880 170 t 971 3879 1916 t 1916 3878 971 t 483 3876 1916 t 1916 3879 483 t 972 3880 1916 t 1916 3876 972 t 169 3881 1917 t 1917 3883 169 t 970 3882 1917 t 1917 3881 970 t 483 3879 1917 t 1917 3882 483 t 971 3883 1917 t 1917 3879 971 t 168 3884 1918 t 1918 3886 168 t 969 3885 1918 t 1918 3884 969 t 483 3882 1918 t 1918 3885 483 t 970 3886 1918 t 1918 3882 970 t 166 3870 1919 t 1919 3887 166 t 967 3877 1919 t 1919 3870 967 t 483 3885 1919 t 1919 3877 483 t 969 3887 1919 t 1919 3885 969 t 170 3888 1920 t 1920 3878 170 t 975 3889 1920 t 1920 3888 975 t 484 3890 1920 t 1920 3889 484 t 971 3878 1920 t 1920 3890 971 t 172 3891 1921 t 1921 3893 172 t 974 3892 1921 t 1921 3891 974 t 484 3889 1921 t 1921 3892 484 t 975 3893 1921 t 1921 3889 975 t 171 3894 1922 t 1922 3896 171 t 973 3895 1922 t 1922 3894 973 t 484 3892 1922 t 1922 3895 484 t 974 3896 1922 t 1922 3892 974 t 169 3883 1923 t 1923 3897 169 t 971 3890 1923 t 1923 3883 971 t 484 3895 1923 t 1923 3890 484 t 973 3897 1923 t 1923 3895 973 t 172 3898 1924 t 1924 3891 172 t 978 3899 1924 t 1924 3898 978 t 485 3900 1924 t 1924 3899 485 t 974 3891 1924 t 1924 3900 974 t 174 3901 1925 t 1925 3903 174 t 977 3902 1925 t 1925 3901 977 t 485 3899 1925 t 1925 3902 485 t 978 3903 1925 t 1925 3899 978 t 173 3904 1926 t 1926 3906 173 t 976 3905 1926 t 1926 3904 976 t 485 3902 1926 t 1926 3905 485 t 977 3906 1926 t 1926 3902 977 t 171 3896 1927 t 1927 3907 171 t 974 3900 1927 t 1927 3896 974 t 485 3905 1927 t 1927 3900 485 t 976 3907 1927 t 1927 3905 976 t 174 3908 1928 t 1928 3901 174 t 980 3909 1928 t 1928 3908 980 t 486 3910 1928 t 1928 3909 486 t 977 3901 1928 t 1928 3910 977 t 175 2649 1929 t 1929 3912 175 t 946 3911 1929 t 1929 2649 946 t 486 3909 1929 t 1929 3911 486 t 980 3912 1929 t 1929 3909 980 t 148 3913 1930 t 1930 2645 148 t 979 3914 1930 t 1930 3913 979 t 486 3911 1930 t 1930 3914 486 t 946 2645 1930 t 1930 3911 946 t 173 3906 1931 t 1931 3915 173 t 977 3910 1931 t 1931 3906 977 t 486 3914 1931 t 1931 3910 486 t 979 3915 1931 t 1931 3914 979 t 162 3861 1932 t 1932 3918 162 t 962 3916 1932 t 1932 3861 962 t 487 3917 1932 t 1932 3916 487 t 981 3918 1932 t 1932 3917 981 t 163 3919 1933 t 1933 3857 163 t 983 3920 1933 t 1933 3919 983 t 487 3916 1933 t 1933 3920 487 t 962 3857 1933 t 1933 3916 962 t 177 3921 1934 t 1934 3923 177 t 982 3922 1934 t 1934 3921 982 t 487 3920 1934 t 1934 3922 487 t 983 3923 1934 t 1934 3920 983 t 176 3924 1935 t 1935 3925 176 t 981 3917 1935 t 1935 3924 981 t 487 3922 1935 t 1935 3917 487 t 982 3925 1935 t 1935 3922 982 t 163 3874 1936 t 1936 3919 163 t 965 3926 1936 t 1936 3874 965 t 488 3927 1936 t 1936 3926 488 t 983 3919 1936 t 1936 3927 983 t 165 3928 1937 t 1937 3871 165 t 986 3929 1937 t 1937 3928 986 t 488 3926 1937 t 1937 3929 488 t 965 3871 1937 t 1937 3926 965 t 179 3930 1938 t 1938 3932 179 t 985 3931 1938 t 1938 3930 985 t 488 3929 1938 t 1938 3931 488 t 986 3932 1938 t 1938 3929 986 t 178 3933 1939 t 1939 3935 178 t 984 3934 1939 t 1939 3933 984 t 488 3931 1939 t 1939 3934 488 t 985 3935 1939 t 1939 3931 985 t 177 3923 1940 t 1940 3936 177 t 983 3927 1940 t 1940 3923 983 t 488 3934 1940 t 1940 3927 488 t 984 3936 1940 t 1940 3934 984 t 168 3886 1941 t 1941 3939 168 t 970 3937 1941 t 1941 3886 970 t 489 3938 1941 t 1941 3937 489 t 987 3939 1941 t 1941 3938 987 t 169 3940 1942 t 1942 3881 169 t 989 3941 1942 t 1942 3940 989 t 489 3937 1942 t 1942 3941 489 t 970 3881 1942 t 1942 3937 970 t 180 3942 1943 t 1943 3944 180 t 988 3943 1943 t 1943 3942 988 t 489 3941 1943 t 1943 3943 489 t 989 3944 1943 t 1943 3941 989 t 178 3935 1944 t 1944 3946 178 t 985 3945 1944 t 1944 3935 985 t 489 3943 1944 t 1944 3945 489 t 988 3946 1944 t 1944 3943 988 t 179 3947 1945 t 1945 3930 179 t 987 3938 1945 t 1945 3947 987 t 489 3945 1945 t 1945 3938 489 t 985 3930 1945 t 1945 3945 985 t 169 3897 1946 t 1946 3940 169 t 973 3948 1946 t 1946 3897 973 t 490 3949 1946 t 1946 3948 490 t 989 3940 1946 t 1946 3949 989 t 171 3950 1947 t 1947 3894 171 t 991 3951 1947 t 1947 3950 991 t 490 3948 1947 t 1947 3951 490 t 973 3894 1947 t 1947 3948 973 t 181 3952 1948 t 1948 3954 181 t 990 3953 1948 t 1948 3952 990 t 490 3951 1948 t 1948 3953 490 t 991 3954 1948 t 1948 3951 991 t 180 3944 1949 t 1949 3955 180 t 989 3949 1949 t 1949 3944 989 t 490 3953 1949 t 1949 3949 490 t 990 3955 1949 t 1949 3953 990 t 171 3907 1950 t 1950 3950 171 t 976 3956 1950 t 1950 3907 976 t 491 3957 1950 t 1950 3956 491 t 991 3950 1950 t 1950 3957 991 t 173 3958 1951 t 1951 3904 173 t 993 3959 1951 t 1951 3958 993 t 491 3956 1951 t 1951 3959 491 t 976 3904 1951 t 1951 3956 976 t 182 3960 1952 t 1952 3962 182 t 992 3961 1952 t 1952 3960 992 t 491 3959 1952 t 1952 3961 491 t 993 3962 1952 t 1952 3959 993 t 181 3954 1953 t 1953 3963 181 t 991 3957 1953 t 1953 3954 991 t 491 3961 1953 t 1953 3957 491 t 992 3963 1953 t 1953 3961 992 t 173 3915 1954 t 1954 3958 173 t 979 3964 1954 t 1954 3915 979 t 492 3965 1954 t 1954 3964 492 t 993 3958 1954 t 1954 3965 993 t 148 2705 1955 t 1955 3913 148 t 948 3966 1955 t 1955 2705 948 t 492 3964 1955 t 1955 3966 492 t 979 3913 1955 t 1955 3964 979 t 183 3967 1956 t 1956 2702 183 t 994 3968 1956 t 1956 3967 994 t 492 3966 1956 t 1956 3968 492 t 948 2702 1956 t 1956 3966 948 t 182 3962 1957 t 1957 3969 182 t 993 3965 1957 t 1957 3962 993 t 492 3968 1957 t 1957 3965 492 t 994 3969 1957 t 1957 3968 994 t 177 3936 1958 t 1958 3972 177 t 984 3970 1958 t 1958 3936 984 t 493 3971 1958 t 1958 3970 493 t 995 3972 1958 t 1958 3971 995 t 178 3973 1959 t 1959 3933 178 t 997 3974 1959 t 1959 3973 997 t 493 3970 1959 t 1959 3974 493 t 984 3933 1959 t 1959 3970 984 t 185 3975 1960 t 1960 3977 185 t 996 3976 1960 t 1960 3975 996 t 493 3974 1960 t 1960 3976 493 t 997 3977 1960 t 1960 3974 997 t 184 3978 1961 t 1961 3979 184 t 995 3971 1961 t 1961 3978 995 t 493 3976 1961 t 1961 3971 493 t 996 3979 1961 t 1961 3976 996 t 178 3946 1962 t 1962 3973 178 t 988 3980 1962 t 1962 3946 988 t 494 3981 1962 t 1962 3980 494 t 997 3973 1962 t 1962 3981 997 t 180 3982 1963 t 1963 3942 180 t 999 3983 1963 t 1963 3982 999 t 494 3980 1963 t 1963 3983 494 t 988 3942 1963 t 1963 3980 988 t 186 3984 1964 t 1964 3986 186 t 998 3985 1964 t 1964 3984 998 t 494 3983 1964 t 1964 3985 494 t 999 3986 1964 t 1964 3983 999 t 185 3977 1965 t 1965 3987 185 t 997 3981 1965 t 1965 3977 997 t 494 3985 1965 t 1965 3981 494 t 998 3987 1965 t 1965 3985 998 t 180 3955 1966 t 1966 3982 180 t 990 3988 1966 t 1966 3955 990 t 495 3989 1966 t 1966 3988 495 t 999 3982 1966 t 1966 3989 999 t 181 3990 1967 t 1967 3952 181 t 1001 3991 1967 t 1967 3990 1001 t 495 3988 1967 t 1967 3991 495 t 990 3952 1967 t 1967 3988 990 t 187 3992 1968 t 1968 3994 187 t 1000 3993 1968 t 1968 3992 1000 t 495 3991 1968 t 1968 3993 495 t 1001 3994 1968 t 1968 3991 1001 t 186 3986 1969 t 1969 3995 186 t 999 3989 1969 t 1969 3986 999 t 495 3993 1969 t 1969 3989 495 t 1000 3995 1969 t 1969 3993 1000 t 181 3963 1970 t 1970 3990 181 t 992 3996 1970 t 1970 3963 992 t 496 3997 1970 t 1970 3996 496 t 1001 3990 1970 t 1970 3997 1001 t 182 3998 1971 t 1971 3960 182 t 1003 3999 1971 t 1971 3998 1003 t 496 3996 1971 t 1971 3999 496 t 992 3960 1971 t 1971 3996 992 t 188 4000 1972 t 1972 4002 188 t 1002 4001 1972 t 1972 4000 1002 t 496 3999 1972 t 1972 4001 496 t 1003 4002 1972 t 1972 3999 1003 t 187 3994 1973 t 1973 4003 187 t 1001 3997 1973 t 1973 3994 1001 t 496 4001 1973 t 1973 3997 496 t 1002 4003 1973 t 1973 4001 1002 t 182 3969 1974 t 1974 3998 182 t 994 4004 1974 t 1974 3969 994 t 497 4005 1974 t 1974 4004 497 t 1003 3998 1974 t 1974 4005 1003 t 183 2747 1975 t 1975 3967 183 t 1005 4006 1975 t 1975 2747 1005 t 497 4004 1975 t 1975 4006 497 t 994 3967 1975 t 1975 4004 994 t 150 4007 1976 t 1976 2744 150 t 1004 4008 1976 t 1976 4007 1004 t 497 4006 1976 t 1976 4008 497 t 1005 2744 1976 t 1976 4006 1005 t 188 4002 1977 t 1977 4009 188 t 1003 4005 1977 t 1977 4002 1003 t 497 4008 1977 t 1977 4005 497 t 1004 4009 1977 t 1977 4008 1004 t 189 4010 1978 t 1978 4013 189 t 1009 4011 1978 t 1978 4010 1009 t 498 4012 1978 t 1978 4011 498 t 1006 4013 1978 t 1978 4012 1006 t 184 4014 1979 t 1979 4016 184 t 1008 4015 1979 t 1979 4014 1008 t 498 4011 1979 t 1979 4015 498 t 1009 4016 1979 t 1979 4011 1009 t 191 4017 1980 t 1980 4019 191 t 1007 4018 1980 t 1980 4017 1007 t 498 4015 1980 t 1980 4018 498 t 1008 4019 1980 t 1980 4015 1008 t 190 4020 1981 t 1981 4021 190 t 1006 4012 1981 t 1981 4020 1006 t 498 4018 1981 t 1981 4012 498 t 1007 4021 1981 t 1981 4018 1007 t 184 3979 1982 t 1982 4014 184 t 996 4022 1982 t 1982 3979 996 t 499 4023 1982 t 1982 4022 499 t 1008 4014 1982 t 1982 4023 1008 t 185 4024 1983 t 1983 3975 185 t 1011 4025 1983 t 1983 4024 1011 t 499 4022 1983 t 1983 4025 499 t 996 3975 1983 t 1983 4022 996 t 192 4026 1984 t 1984 4028 192 t 1010 4027 1984 t 1984 4026 1010 t 499 4025 1984 t 1984 4027 499 t 1011 4028 1984 t 1984 4025 1011 t 191 4019 1985 t 1985 4029 191 t 1008 4023 1985 t 1985 4019 1008 t 499 4027 1985 t 1985 4023 499 t 1010 4029 1985 t 1985 4027 1010 t 185 3987 1986 t 1986 4024 185 t 998 4030 1986 t 1986 3987 998 t 500 4031 1986 t 1986 4030 500 t 1011 4024 1986 t 1986 4031 1011 t 186 4032 1987 t 1987 3984 186 t 1013 4033 1987 t 1987 4032 1013 t 500 4030 1987 t 1987 4033 500 t 998 3984 1987 t 1987 4030 998 t 193 4034 1988 t 1988 4036 193 t 1012 4035 1988 t 1988 4034 1012 t 500 4033 1988 t 1988 4035 500 t 1013 4036 1988 t 1988 4033 1013 t 192 4028 1989 t 1989 4037 192 t 1011 4031 1989 t 1989 4028 1011 t 500 4035 1989 t 1989 4031 500 t 1012 4037 1989 t 1989 4035 1012 t 186 3995 1990 t 1990 4032 186 t 1000 4038 1990 t 1990 3995 1000 t 501 4039 1990 t 1990 4038 501 t 1013 4032 1990 t 1990 4039 1013 t 187 4040 1991 t 1991 3992 187 t 1015 4041 1991 t 1991 4040 1015 t 501 4038 1991 t 1991 4041 501 t 1000 3992 1991 t 1991 4038 1000 t 194 4042 1992 t 1992 4044 194 t 1014 4043 1992 t 1992 4042 1014 t 501 4041 1992 t 1992 4043 501 t 1015 4044 1992 t 1992 4041 1015 t 193 4036 1993 t 1993 4045 193 t 1013 4039 1993 t 1993 4036 1013 t 501 4043 1993 t 1993 4039 501 t 1014 4045 1993 t 1993 4043 1014 t 187 4003 1994 t 1994 4040 187 t 1002 4046 1994 t 1994 4003 1002 t 502 4047 1994 t 1994 4046 502 t 1015 4040 1994 t 1994 4047 1015 t 188 4048 1995 t 1995 4000 188 t 1017 4049 1995 t 1995 4048 1017 t 502 4046 1995 t 1995 4049 502 t 1002 4000 1995 t 1995 4046 1002 t 195 4050 1996 t 1996 4052 195 t 1016 4051 1996 t 1996 4050 1016 t 502 4049 1996 t 1996 4051 502 t 1017 4052 1996 t 1996 4049 1017 t 194 4044 1997 t 1997 4053 194 t 1015 4047 1997 t 1997 4044 1015 t 502 4051 1997 t 1997 4047 502 t 1016 4053 1997 t 1997 4051 1016 t 188 4009 1998 t 1998 4048 188 t 1004 4054 1998 t 1998 4009 1004 t 503 4055 1998 t 1998 4054 503 t 1017 4048 1998 t 1998 4055 1017 t 150 2799 1999 t 1999 4007 150 t 950 4056 1999 t 1999 2799 950 t 503 4054 1999 t 1999 4056 503 t 1004 4007 1999 t 1999 4054 1004 t 5169 4057 2000 t 2000 5317 5169 t 1018 4058 5286 t 5286 5398 1018 t 503 4056 5286 t 5286 4058 503 t 950 5316 5286 t 5286 4056 950 t 195 4052 2001 t 2001 4059 195 t 1017 4055 2001 t 2001 4052 1017 t 503 4058 2001 t 2001 4055 503 t 1018 4059 2001 t 2001 4058 1018 t 190 4021 2002 t 2002 4062 190 t 1007 4060 2002 t 2002 4021 1007 t 504 4061 2002 t 2002 4060 504 t 1019 4062 2002 t 2002 4061 1019 t 191 4063 2003 t 2003 4017 191 t 1021 4064 2003 t 2003 4063 1021 t 504 4060 2003 t 2003 4064 504 t 1007 4017 2003 t 2003 4060 1007 t 197 4065 2004 t 2004 4067 197 t 1020 4066 2004 t 2004 4065 1020 t 5196 5401 5287 t 5287 5403 5196 t 5238 5404 5287 t 5287 5401 5238 t 196 4068 2005 t 2005 4069 196 t 5236 5400 5288 t 5288 5405 5236 t 5196 5403 5288 t 5288 5400 5196 t 1020 4069 2005 t 2005 4066 1020 t 191 4029 2006 t 2006 4063 191 t 1010 4070 2006 t 2006 4029 1010 t 505 4071 2006 t 2006 4070 505 t 1021 4063 2006 t 2006 4071 1021 t 192 4072 2007 t 2007 4026 192 t 1023 4073 2007 t 2007 4072 1023 t 505 4070 2007 t 2007 4073 505 t 1010 4026 2007 t 2007 4070 1010 t 198 4074 2008 t 2008 4076 198 t 1022 4075 2008 t 2008 4074 1022 t 5197 5408 5289 t 5289 5410 5197 t 5240 5411 5289 t 5289 5408 5240 t 197 4067 2009 t 2009 4077 197 t 5238 5407 5290 t 5290 5404 5238 t 5197 5410 5290 t 5290 5407 5197 t 1022 4077 2009 t 2009 4075 1022 t 192 4037 2010 t 2010 4072 192 t 1012 4078 2010 t 2010 4037 1012 t 506 4079 2010 t 2010 4078 506 t 1023 4072 2010 t 2010 4079 1023 t 193 4080 2011 t 2011 4034 193 t 1025 4081 2011 t 2011 4080 1025 t 506 4078 2011 t 2011 4081 506 t 1012 4034 2011 t 2011 4078 1012 t 199 4082 2012 t 2012 4084 199 t 1024 4083 2012 t 2012 4082 1024 t 5198 5414 5291 t 5291 5416 5198 t 5242 5417 5291 t 5291 5414 5242 t 198 4076 2013 t 2013 4085 198 t 5240 5413 5292 t 5292 5411 5240 t 5198 5416 5292 t 5292 5413 5198 t 1024 4085 2013 t 2013 4083 1024 t 193 4045 2014 t 2014 4080 193 t 1014 4086 2014 t 2014 4045 1014 t 507 4087 2014 t 2014 4086 507 t 1025 4080 2014 t 2014 4087 1025 t 194 4088 2015 t 2015 4042 194 t 1027 4089 2015 t 2015 4088 1027 t 507 4086 2015 t 2015 4089 507 t 1014 4042 2015 t 2015 4086 1014 t 200 4090 2016 t 2016 4092 200 t 1026 4091 2016 t 2016 4090 1026 t 5199 5420 5293 t 5293 5422 5199 t 5244 5423 5293 t 5293 5420 5244 t 199 4084 2017 t 2017 4093 199 t 5242 5419 5294 t 5294 5417 5242 t 5199 5422 5294 t 5294 5419 5199 t 1026 4093 2017 t 2017 4091 1026 t 194 4053 2018 t 2018 4088 194 t 1016 4094 2018 t 2018 4053 1016 t 508 4095 2018 t 2018 4094 508 t 1027 4088 2018 t 2018 4095 1027 t 195 4096 2019 t 2019 4050 195 t 1029 4097 2019 t 2019 4096 1029 t 508 4094 2019 t 2019 4097 508 t 1016 4050 2019 t 2019 4094 1016 t 201 4098 2020 t 2020 4100 201 t 1028 4099 2020 t 2020 4098 1028 t 5200 5426 5295 t 5295 5428 5200 t 5246 5429 5295 t 5295 5426 5246 t 200 4092 2021 t 2021 4101 200 t 5244 5425 5296 t 5296 5423 5244 t 5200 5428 5296 t 5296 5425 5200 t 1028 4101 2021 t 2021 4099 1028 t 195 4059 2022 t 2022 4096 195 t 1018 4102 2022 t 2022 4059 1018 t 509 4103 2022 t 2022 4102 509 t 1029 4096 2022 t 2022 4103 1029 t 5170 5362 2023 t 2023 5399 5170 t 5232 4104 2023 t 2023 5362 5232 t 5201 5431 5297 t 5297 5433 5201 t 5235 4057 5297 t 5297 5431 5235 t 5173 4105 2024 t 2024 5357 5173 t 1030 4106 2024 t 2024 4105 1030 t 5201 5433 5298 t 5298 5435 5201 t 5232 5357 2024 t 2024 4104 5232 t 201 4100 2025 t 2025 4107 201 t 5246 5432 5299 t 5299 5429 5246 t 5201 5435 5299 t 5299 5432 5201 t 1030 4107 2025 t 2025 4106 1030 t 202 4108 2026 t 2026 4111 202 t 1034 4109 2026 t 2026 4108 1034 t 510 4110 2026 t 2026 4109 510 t 1031 4111 2026 t 2026 4110 1031 t 205 4112 2027 t 2027 4114 205 t 1033 4113 2027 t 2027 4112 1033 t 510 4109 2027 t 2027 4113 510 t 1034 4114 2027 t 2027 4109 1034 t 204 4115 2028 t 2028 4117 204 t 1032 4116 2028 t 2028 4115 1032 t 510 4113 2028 t 2028 4116 510 t 1033 4117 2028 t 2028 4113 1033 t 203 4118 2029 t 2029 4119 203 t 1031 4110 2029 t 2029 4118 1031 t 510 4116 2029 t 2029 4110 510 t 1032 4119 2029 t 2029 4116 1032 t 166 4120 2030 t 2030 3868 166 t 1037 4121 2030 t 2030 4120 1037 t 511 4122 2030 t 2030 4121 511 t 966 3868 2030 t 2030 4122 966 t 207 4123 2031 t 2031 4125 207 t 1036 4124 2031 t 2031 4123 1036 t 511 4121 2031 t 2031 4124 511 t 1037 4125 2031 t 2031 4121 1037 t 206 4126 2032 t 2032 4128 206 t 1035 4127 2032 t 2032 4126 1035 t 511 4124 2032 t 2032 4127 511 t 1036 4128 2032 t 2032 4124 1036 t 165 3873 2033 t 2033 4129 165 t 966 4122 2033 t 2033 3873 966 t 511 4127 2033 t 2033 4122 511 t 1035 4129 2033 t 2033 4127 1035 t 165 4129 2034 t 2034 3928 165 t 1035 4130 2034 t 2034 4129 1035 t 512 4131 2034 t 2034 4130 512 t 986 3928 2034 t 2034 4131 986 t 206 4132 2035 t 2035 4126 206 t 1039 4133 2035 t 2035 4132 1039 t 512 4130 2035 t 2035 4133 512 t 1035 4126 2035 t 2035 4130 1035 t 208 4134 2036 t 2036 4136 208 t 1038 4135 2036 t 2036 4134 1038 t 512 4133 2036 t 2036 4135 512 t 1039 4136 2036 t 2036 4133 1039 t 179 3932 2037 t 2037 4137 179 t 986 4131 2037 t 2037 3932 986 t 512 4135 2037 t 2037 4131 512 t 1038 4137 2037 t 2037 4135 1038 t 179 4137 2038 t 2038 3947 179 t 1038 4138 2038 t 2038 4137 1038 t 513 4139 2038 t 2038 4138 513 t 987 3947 2038 t 2038 4139 987 t 208 4140 2039 t 2039 4134 208 t 1041 4141 2039 t 2039 4140 1041 t 513 4138 2039 t 2039 4141 513 t 1038 4134 2039 t 2039 4138 1038 t 209 4142 2040 t 2040 4144 209 t 1040 4143 2040 t 2040 4142 1040 t 513 4141 2040 t 2040 4143 513 t 1041 4144 2040 t 2040 4141 1041 t 168 3939 2041 t 2041 4145 168 t 987 4139 2041 t 2041 3939 987 t 513 4143 2041 t 2041 4139 513 t 1040 4145 2041 t 2041 4143 1040 t 168 4145 2042 t 2042 3884 168 t 1040 4146 2042 t 2042 4145 1040 t 514 4147 2042 t 2042 4146 514 t 969 3884 2042 t 2042 4147 969 t 209 4148 2043 t 2043 4142 209 t 1042 4149 2043 t 2043 4148 1042 t 514 4146 2043 t 2043 4149 514 t 1040 4142 2043 t 2043 4146 1040 t 207 4125 2044 t 2044 4151 207 t 1037 4150 2044 t 2044 4125 1037 t 514 4149 2044 t 2044 4150 514 t 1042 4151 2044 t 2044 4149 1042 t 166 3887 2045 t 2045 4120 166 t 969 4147 2045 t 2045 3887 969 t 514 4150 2045 t 2045 4147 514 t 1037 4120 2045 t 2045 4150 1037 t 207 4152 2046 t 2046 4123 207 t 1045 4153 2046 t 2046 4152 1045 t 515 4154 2046 t 2046 4153 515 t 1036 4123 2046 t 2046 4154 1036 t 211 4155 2047 t 2047 4157 211 t 1044 4156 2047 t 2047 4155 1044 t 515 4153 2047 t 2047 4156 515 t 1045 4157 2047 t 2047 4153 1045 t 210 4158 2048 t 2048 4160 210 t 1043 4159 2048 t 2048 4158 1043 t 515 4156 2048 t 2048 4159 515 t 1044 4160 2048 t 2048 4156 1044 t 206 4128 2049 t 2049 4161 206 t 1036 4154 2049 t 2049 4128 1036 t 515 4159 2049 t 2049 4154 515 t 1043 4161 2049 t 2049 4159 1043 t 206 4161 2050 t 2050 4132 206 t 1043 4162 2050 t 2050 4161 1043 t 516 4163 2050 t 2050 4162 516 t 1039 4132 2050 t 2050 4163 1039 t 210 4164 2051 t 2051 4158 210 t 1047 4165 2051 t 2051 4164 1047 t 516 4162 2051 t 2051 4165 516 t 1043 4158 2051 t 2051 4162 1043 t 212 4166 2052 t 2052 4168 212 t 1046 4167 2052 t 2052 4166 1046 t 516 4165 2052 t 2052 4167 516 t 1047 4168 2052 t 2052 4165 1047 t 208 4136 2053 t 2053 4169 208 t 1039 4163 2053 t 2053 4136 1039 t 516 4167 2053 t 2053 4163 516 t 1046 4169 2053 t 2053 4167 1046 t 208 4169 2054 t 2054 4140 208 t 1046 4170 2054 t 2054 4169 1046 t 517 4171 2054 t 2054 4170 517 t 1041 4140 2054 t 2054 4171 1041 t 212 4172 2055 t 2055 4166 212 t 1049 4173 2055 t 2055 4172 1049 t 517 4170 2055 t 2055 4173 517 t 1046 4166 2055 t 2055 4170 1046 t 213 4174 2056 t 2056 4176 213 t 1048 4175 2056 t 2056 4174 1048 t 517 4173 2056 t 2056 4175 517 t 1049 4176 2056 t 2056 4173 1049 t 209 4144 2057 t 2057 4177 209 t 1041 4171 2057 t 2057 4144 1041 t 517 4175 2057 t 2057 4171 517 t 1048 4177 2057 t 2057 4175 1048 t 209 4177 2058 t 2058 4148 209 t 1048 4178 2058 t 2058 4177 1048 t 518 4179 2058 t 2058 4178 518 t 1042 4148 2058 t 2058 4179 1042 t 213 4180 2059 t 2059 4174 213 t 1050 4181 2059 t 2059 4180 1050 t 518 4178 2059 t 2059 4181 518 t 1048 4174 2059 t 2059 4178 1048 t 211 4157 2060 t 2060 4183 211 t 1045 4182 2060 t 2060 4157 1045 t 518 4181 2060 t 2060 4182 518 t 1050 4183 2060 t 2060 4181 1050 t 207 4151 2061 t 2061 4152 207 t 1042 4179 2061 t 2061 4151 1042 t 518 4182 2061 t 2061 4179 518 t 1045 4152 2061 t 2061 4182 1045 t 211 4184 2062 t 2062 4155 211 t 1053 4185 2062 t 2062 4184 1053 t 519 4186 2062 t 2062 4185 519 t 1044 4155 2062 t 2062 4186 1044 t 215 4187 2063 t 2063 4189 215 t 1052 4188 2063 t 2063 4187 1052 t 519 4185 2063 t 2063 4188 519 t 1053 4189 2063 t 2063 4185 1053 t 214 4190 2064 t 2064 4192 214 t 1051 4191 2064 t 2064 4190 1051 t 519 4188 2064 t 2064 4191 519 t 1052 4192 2064 t 2064 4188 1052 t 210 4160 2065 t 2065 4193 210 t 1044 4186 2065 t 2065 4160 1044 t 519 4191 2065 t 2065 4186 519 t 1051 4193 2065 t 2065 4191 1051 t 210 4193 2066 t 2066 4164 210 t 1051 4194 2066 t 2066 4193 1051 t 520 4195 2066 t 2066 4194 520 t 1047 4164 2066 t 2066 4195 1047 t 214 4196 2067 t 2067 4190 214 t 1055 4197 2067 t 2067 4196 1055 t 520 4194 2067 t 2067 4197 520 t 1051 4190 2067 t 2067 4194 1051 t 216 4198 2068 t 2068 4200 216 t 1054 4199 2068 t 2068 4198 1054 t 520 4197 2068 t 2068 4199 520 t 1055 4200 2068 t 2068 4197 1055 t 212 4168 2069 t 2069 4201 212 t 1047 4195 2069 t 2069 4168 1047 t 520 4199 2069 t 2069 4195 520 t 1054 4201 2069 t 2069 4199 1054 t 212 4201 2070 t 2070 4172 212 t 1054 4202 2070 t 2070 4201 1054 t 521 4203 2070 t 2070 4202 521 t 1049 4172 2070 t 2070 4203 1049 t 216 4204 2071 t 2071 4198 216 t 1057 4205 2071 t 2071 4204 1057 t 521 4202 2071 t 2071 4205 521 t 1054 4198 2071 t 2071 4202 1054 t 217 4206 2072 t 2072 4208 217 t 1056 4207 2072 t 2072 4206 1056 t 521 4205 2072 t 2072 4207 521 t 1057 4208 2072 t 2072 4205 1057 t 213 4176 2073 t 2073 4209 213 t 1049 4203 2073 t 2073 4176 1049 t 521 4207 2073 t 2073 4203 521 t 1056 4209 2073 t 2073 4207 1056 t 213 4209 2074 t 2074 4180 213 t 1056 4210 2074 t 2074 4209 1056 t 522 4211 2074 t 2074 4210 522 t 1050 4180 2074 t 2074 4211 1050 t 217 4212 2075 t 2075 4206 217 t 1058 4213 2075 t 2075 4212 1058 t 522 4210 2075 t 2075 4213 522 t 1056 4206 2075 t 2075 4210 1056 t 215 4189 2076 t 2076 4215 215 t 1053 4214 2076 t 2076 4189 1053 t 522 4213 2076 t 2076 4214 522 t 1058 4215 2076 t 2076 4213 1058 t 211 4183 2077 t 2077 4184 211 t 1050 4211 2077 t 2077 4183 1050 t 522 4214 2077 t 2077 4211 522 t 1053 4184 2077 t 2077 4214 1053 t 215 4216 2078 t 2078 4187 215 t 1061 4217 2078 t 2078 4216 1061 t 523 4218 2078 t 2078 4217 523 t 1052 4187 2078 t 2078 4218 1052 t 219 4219 2079 t 2079 4221 219 t 1060 4220 2079 t 2079 4219 1060 t 523 4217 2079 t 2079 4220 523 t 1061 4221 2079 t 2079 4217 1061 t 218 4222 2080 t 2080 4224 218 t 1059 4223 2080 t 2080 4222 1059 t 523 4220 2080 t 2080 4223 523 t 1060 4224 2080 t 2080 4220 1060 t 214 4192 2081 t 2081 4225 214 t 1052 4218 2081 t 2081 4192 1052 t 523 4223 2081 t 2081 4218 523 t 1059 4225 2081 t 2081 4223 1059 t 214 4225 2082 t 2082 4196 214 t 1059 4226 2082 t 2082 4225 1059 t 524 4227 2082 t 2082 4226 524 t 1055 4196 2082 t 2082 4227 1055 t 218 4228 2083 t 2083 4222 218 t 1063 4229 2083 t 2083 4228 1063 t 524 4226 2083 t 2083 4229 524 t 1059 4222 2083 t 2083 4226 1059 t 220 4230 2084 t 2084 4232 220 t 1062 4231 2084 t 2084 4230 1062 t 524 4229 2084 t 2084 4231 524 t 1063 4232 2084 t 2084 4229 1063 t 216 4200 2085 t 2085 4233 216 t 1055 4227 2085 t 2085 4200 1055 t 524 4231 2085 t 2085 4227 524 t 1062 4233 2085 t 2085 4231 1062 t 216 4233 2086 t 2086 4204 216 t 1062 4234 2086 t 2086 4233 1062 t 525 4235 2086 t 2086 4234 525 t 1057 4204 2086 t 2086 4235 1057 t 220 4236 2087 t 2087 4230 220 t 1065 4237 2087 t 2087 4236 1065 t 525 4234 2087 t 2087 4237 525 t 1062 4230 2087 t 2087 4234 1062 t 221 4238 2088 t 2088 4240 221 t 1064 4239 2088 t 2088 4238 1064 t 525 4237 2088 t 2088 4239 525 t 1065 4240 2088 t 2088 4237 1065 t 217 4208 2089 t 2089 4241 217 t 1057 4235 2089 t 2089 4208 1057 t 525 4239 2089 t 2089 4235 525 t 1064 4241 2089 t 2089 4239 1064 t 217 4241 2090 t 2090 4212 217 t 1064 4242 2090 t 2090 4241 1064 t 526 4243 2090 t 2090 4242 526 t 1058 4212 2090 t 2090 4243 1058 t 221 4244 2091 t 2091 4238 221 t 1066 4245 2091 t 2091 4244 1066 t 526 4242 2091 t 2091 4245 526 t 1064 4238 2091 t 2091 4242 1064 t 219 4221 2092 t 2092 4247 219 t 1061 4246 2092 t 2092 4221 1061 t 526 4245 2092 t 2092 4246 526 t 1066 4247 2092 t 2092 4245 1066 t 215 4215 2093 t 2093 4216 215 t 1058 4243 2093 t 2093 4215 1058 t 526 4246 2093 t 2093 4243 526 t 1061 4216 2093 t 2093 4246 1061 t 219 4248 2094 t 2094 4219 219 t 1068 4249 2094 t 2094 4248 1068 t 527 4250 2094 t 2094 4249 527 t 1060 4219 2094 t 2094 4250 1060 t 202 4111 2095 t 2095 4252 202 t 1031 4251 2095 t 2095 4111 1031 t 527 4249 2095 t 2095 4251 527 t 1068 4252 2095 t 2095 4249 1068 t 203 4253 2096 t 2096 4118 203 t 1067 4254 2096 t 2096 4253 1067 t 527 4251 2096 t 2096 4254 527 t 1031 4118 2096 t 2096 4251 1031 t 218 4224 2097 t 2097 4255 218 t 1060 4250 2097 t 2097 4224 1060 t 527 4254 2097 t 2097 4250 527 t 1067 4255 2097 t 2097 4254 1067 t 218 4255 2098 t 2098 4228 218 t 1067 4256 2098 t 2098 4255 1067 t 528 4257 2098 t 2098 4256 528 t 1063 4228 2098 t 2098 4257 1063 t 203 4119 2099 t 2099 4253 203 t 1032 4258 2099 t 2099 4119 1032 t 528 4256 2099 t 2099 4258 528 t 1067 4253 2099 t 2099 4256 1067 t 204 4259 2100 t 2100 4115 204 t 1069 4260 2100 t 2100 4259 1069 t 528 4258 2100 t 2100 4260 528 t 1032 4115 2100 t 2100 4258 1032 t 220 4232 2101 t 2101 4261 220 t 1063 4257 2101 t 2101 4232 1063 t 528 4260 2101 t 2101 4257 528 t 1069 4261 2101 t 2101 4260 1069 t 220 4261 2102 t 2102 4236 220 t 1069 4262 2102 t 2102 4261 1069 t 529 4263 2102 t 2102 4262 529 t 1065 4236 2102 t 2102 4263 1065 t 204 4117 2103 t 2103 4259 204 t 1033 4264 2103 t 2103 4117 1033 t 529 4262 2103 t 2103 4264 529 t 1069 4259 2103 t 2103 4262 1069 t 205 4265 2104 t 2104 4112 205 t 1070 4266 2104 t 2104 4265 1070 t 529 4264 2104 t 2104 4266 529 t 1033 4112 2104 t 2104 4264 1033 t 221 4240 2105 t 2105 4267 221 t 1065 4263 2105 t 2105 4240 1065 t 529 4266 2105 t 2105 4263 529 t 1070 4267 2105 t 2105 4266 1070 t 221 4267 2106 t 2106 4244 221 t 1070 4268 2106 t 2106 4267 1070 t 530 4269 2106 t 2106 4268 530 t 1066 4244 2106 t 2106 4269 1066 t 205 4114 2107 t 2107 4265 205 t 1034 4270 2107 t 2107 4114 1034 t 530 4268 2107 t 2107 4270 530 t 1070 4265 2107 t 2107 4268 1070 t 202 4252 2108 t 2108 4108 202 t 1068 4271 2108 t 2108 4252 1068 t 530 4270 2108 t 2108 4271 530 t 1034 4108 2108 t 2108 4270 1034 t 219 4247 2109 t 2109 4248 219 t 1066 4269 2109 t 2109 4247 1066 t 530 4271 2109 t 2109 4269 530 t 1068 4248 2109 t 2109 4271 1068 t 5179 4272 2110 t 2110 5427 5179 t 1073 4273 5300 t 5300 5437 1073 t 531 4274 5300 t 5300 4273 531 t 5245 5427 2110 t 2110 5439 5245 t 223 4275 2111 t 2111 4277 223 t 1072 4276 2111 t 2111 4275 1072 t 5202 5438 2111 t 2111 4276 5202 t 5249 4277 2111 t 2111 5438 5249 t 222 4278 2112 t 2112 4280 222 t 1071 4279 2112 t 2112 4278 1071 t 5202 4276 2112 t 2112 4279 5202 t 1072 4280 2112 t 2112 4276 1072 t 5178 5430 2113 t 2113 4281 5178 t 5245 5439 2113 t 2113 5430 5245 t 531 5440 5301 t 5301 4274 531 t 5248 5441 5301 t 5301 5440 5248 t 5178 4281 2114 t 2114 5421 5178 t 5248 4282 5302 t 5302 5441 5248 t 532 4283 5302 t 5302 4282 532 t 5243 5421 2114 t 2114 5443 5243 t 222 4284 2115 t 2115 4278 222 t 1075 4285 2115 t 2115 4284 1075 t 5203 5442 2115 t 2115 4285 5203 t 1071 4278 2115 t 2115 5442 1071 t 224 4286 2116 t 2116 4288 224 t 1074 4287 2116 t 2116 4286 1074 t 5203 4285 2116 t 2116 4287 5203 t 1075 4288 2116 t 2116 4285 1075 t 5177 5424 2117 t 2117 4289 5177 t 5243 5443 2117 t 2117 5424 5243 t 532 5444 5303 t 5303 4283 532 t 5250 5445 5303 t 5303 5444 5250 t 5177 4289 2118 t 2118 5415 5177 t 5250 4290 5304 t 5304 5445 5250 t 533 4291 5304 t 5304 4290 533 t 5241 5415 2118 t 2118 5447 5241 t 224 4292 2119 t 2119 4286 224 t 1078 4293 2119 t 2119 4292 1078 t 5204 5446 2119 t 2119 4293 5204 t 1074 4286 2119 t 2119 5446 1074 t 226 4294 2120 t 2120 4296 226 t 1077 4295 2120 t 2120 4294 1077 t 5204 4293 2120 t 2120 4295 5204 t 1078 4296 2120 t 2120 4293 1078 t 225 4297 2121 t 2121 4299 225 t 1076 4298 2121 t 2121 4297 1076 t 5204 4295 2121 t 2121 4298 5204 t 1077 4299 2121 t 2121 4295 1077 t 5176 5418 2122 t 2122 4300 5176 t 5241 5447 2122 t 2122 5418 5241 t 533 5448 5305 t 5305 4291 533 t 5251 5449 5305 t 5305 5448 5251 t 5176 4300 2123 t 2123 5409 5176 t 5251 4301 5306 t 5306 5449 5251 t 534 4302 5306 t 5306 4301 534 t 5239 5409 2123 t 2123 5451 5239 t 225 4303 2124 t 2124 4297 225 t 1081 4304 2124 t 2124 4303 1081 t 5205 5450 2124 t 2124 4304 5205 t 1076 4297 2124 t 2124 5450 1076 t 228 4305 2125 t 2125 4307 228 t 1080 4306 2125 t 2125 4305 1080 t 5205 4304 2125 t 2125 4306 5205 t 1081 4307 2125 t 2125 4304 1081 t 227 4308 2126 t 2126 4310 227 t 1079 4309 2126 t 2126 4308 1079 t 5205 4306 2126 t 2126 4309 5205 t 1080 4310 2126 t 2126 4306 1080 t 5175 5412 2127 t 2127 4311 5175 t 5239 5451 2127 t 2127 5412 5239 t 534 5452 5307 t 5307 4302 534 t 5252 5453 5307 t 5307 5452 5252 t 5175 4311 2128 t 2128 5402 5175 t 5252 4312 5308 t 5308 5453 5252 t 535 4313 5308 t 5308 4312 535 t 5237 5402 2128 t 2128 5455 5237 t 227 4314 2129 t 2129 4308 227 t 1083 4315 2129 t 2129 4314 1083 t 5206 5454 2129 t 2129 4315 5206 t 1079 4308 2129 t 2129 5454 1079 t 229 4316 2130 t 2130 4318 229 t 1082 4317 2130 t 2130 4316 1082 t 5206 4315 2130 t 2130 4317 5206 t 1083 4318 2130 t 2130 4315 1083 t 5174 5406 2131 t 2131 4319 5174 t 5237 5455 2131 t 2131 5406 5237 t 535 5456 5309 t 5309 4313 535 t 5253 5457 5309 t 5309 5456 5253 t 5174 4319 2132 t 2132 4322 5174 t 5253 4320 5310 t 5310 5457 5253 t 536 4321 5310 t 5310 4320 536 t 1084 4322 2132 t 2132 5459 1084 t 229 4323 2133 t 2133 4316 229 t 1085 4324 2133 t 2133 4323 1085 t 5207 5458 2133 t 2133 4324 5207 t 1082 4316 2133 t 2133 5458 1082 t 230 3070 2134 t 2134 4326 230 t 5234 4325 2134 t 2134 3070 5234 t 5207 4324 2134 t 2134 4325 5207 t 1085 4326 2134 t 2134 4324 1085 t 152 4327 2135 t 2135 3065 152 t 1084 5459 2135 t 2135 4327 1084 t 536 5461 5311 t 5311 4321 536 t 954 5387 5311 t 5311 5461 954 t 223 4328 2136 t 2136 4275 223 t 1088 4329 2136 t 2136 4328 1088 t 537 4330 2136 t 2136 4329 537 t 1072 4275 2136 t 2136 4330 1072 t 232 4331 2137 t 2137 4333 232 t 1087 4332 2137 t 2137 4331 1087 t 537 4329 2137 t 2137 4332 537 t 1088 4333 2137 t 2137 4329 1088 t 231 4334 2138 t 2138 4336 231 t 1086 4335 2138 t 2138 4334 1086 t 537 4332 2138 t 2138 4335 537 t 1087 4336 2138 t 2138 4332 1087 t 222 4280 2139 t 2139 4337 222 t 1072 4330 2139 t 2139 4280 1072 t 537 4335 2139 t 2139 4330 537 t 1086 4337 2139 t 2139 4335 1086 t 222 4337 2140 t 2140 4284 222 t 1086 4338 2140 t 2140 4337 1086 t 538 4339 2140 t 2140 4338 538 t 1075 4284 2140 t 2140 4339 1075 t 231 4340 2141 t 2141 4334 231 t 1090 4341 2141 t 2141 4340 1090 t 538 4338 2141 t 2141 4341 538 t 1086 4334 2141 t 2141 4338 1086 t 233 4342 2142 t 2142 4344 233 t 1089 4343 2142 t 2142 4342 1089 t 538 4341 2142 t 2142 4343 538 t 1090 4344 2142 t 2142 4341 1090 t 224 4288 2143 t 2143 4345 224 t 1075 4339 2143 t 2143 4288 1075 t 538 4343 2143 t 2143 4339 538 t 1089 4345 2143 t 2143 4343 1089 t 224 4345 2144 t 2144 4292 224 t 1089 4346 2144 t 2144 4345 1089 t 539 4347 2144 t 2144 4346 539 t 1078 4292 2144 t 2144 4347 1078 t 233 4348 2145 t 2145 4342 233 t 1093 4349 2145 t 2145 4348 1093 t 539 4346 2145 t 2145 4349 539 t 1089 4342 2145 t 2145 4346 1089 t 235 4350 2146 t 2146 4352 235 t 1092 4351 2146 t 2146 4350 1092 t 539 4349 2146 t 2146 4351 539 t 1093 4352 2146 t 2146 4349 1093 t 234 4353 2147 t 2147 4355 234 t 1091 4354 2147 t 2147 4353 1091 t 539 4351 2147 t 2147 4354 539 t 1092 4355 2147 t 2147 4351 1092 t 226 4296 2148 t 2148 4356 226 t 1078 4347 2148 t 2148 4296 1078 t 539 4354 2148 t 2148 4347 539 t 1091 4356 2148 t 2148 4354 1091 t 234 4355 2149 t 2149 4359 234 t 1092 4357 2149 t 2149 4355 1092 t 540 4358 2149 t 2149 4357 540 t 1094 4359 2149 t 2149 4358 1094 t 235 4360 2150 t 2150 4350 235 t 1096 4361 2150 t 2150 4360 1096 t 540 4357 2150 t 2150 4361 540 t 1092 4350 2150 t 2150 4357 1092 t 236 4362 2151 t 2151 4364 236 t 1095 4363 2151 t 2151 4362 1095 t 540 4361 2151 t 2151 4363 540 t 1096 4364 2151 t 2151 4361 1096 t 227 4310 2152 t 2152 4366 227 t 1080 4365 2152 t 2152 4310 1080 t 540 4363 2152 t 2152 4365 540 t 1095 4366 2152 t 2152 4363 1095 t 228 4367 2153 t 2153 4305 228 t 1094 4358 2153 t 2153 4367 1094 t 540 4365 2153 t 2153 4358 540 t 1080 4305 2153 t 2153 4365 1080 t 227 4366 2154 t 2154 4314 227 t 1095 4368 2154 t 2154 4366 1095 t 541 4369 2154 t 2154 4368 541 t 1083 4314 2154 t 2154 4369 1083 t 236 4370 2155 t 2155 4362 236 t 1098 4371 2155 t 2155 4370 1098 t 541 4368 2155 t 2155 4371 541 t 1095 4362 2155 t 2155 4368 1095 t 237 4372 2156 t 2156 4374 237 t 1097 4373 2156 t 2156 4372 1097 t 541 4371 2156 t 2156 4373 541 t 1098 4374 2156 t 2156 4371 1098 t 229 4318 2157 t 2157 4375 229 t 1083 4369 2157 t 2157 4318 1083 t 541 4373 2157 t 2157 4369 541 t 1097 4375 2157 t 2157 4373 1097 t 229 4375 2158 t 2158 4323 229 t 1097 4376 2158 t 2158 4375 1097 t 542 4377 2158 t 2158 4376 542 t 1085 4323 2158 t 2158 4377 1085 t 237 4378 2159 t 2159 4372 237 t 1100 4379 2159 t 2159 4378 1100 t 542 4376 2159 t 2159 4379 542 t 1097 4372 2159 t 2159 4376 1097 t 238 3126 2160 t 2160 4381 238 t 1099 4380 2160 t 2160 3126 1099 t 542 4379 2160 t 2160 4380 542 t 1100 4381 2160 t 2160 4379 1100 t 230 4326 2161 t 2161 3122 230 t 1085 4377 2161 t 2161 4326 1085 t 542 4380 2161 t 2161 4377 542 t 1099 3122 2161 t 2161 4380 1099 t 232 4382 2162 t 2162 4331 232 t 1103 4383 2162 t 2162 4382 1103 t 543 4384 2162 t 2162 4383 543 t 1087 4331 2162 t 2162 4384 1087 t 240 4385 2163 t 2163 4387 240 t 1102 4386 2163 t 2163 4385 1102 t 543 4383 2163 t 2163 4386 543 t 1103 4387 2163 t 2163 4383 1103 t 239 4388 2164 t 2164 4390 239 t 1101 4389 2164 t 2164 4388 1101 t 543 4386 2164 t 2164 4389 543 t 1102 4390 2164 t 2164 4386 1102 t 231 4336 2165 t 2165 4391 231 t 1087 4384 2165 t 2165 4336 1087 t 543 4389 2165 t 2165 4384 543 t 1101 4391 2165 t 2165 4389 1101 t 231 4391 2166 t 2166 4340 231 t 1101 4392 2166 t 2166 4391 1101 t 544 4393 2166 t 2166 4392 544 t 1090 4340 2166 t 2166 4393 1090 t 239 4394 2167 t 2167 4388 239 t 1105 4395 2167 t 2167 4394 1105 t 544 4392 2167 t 2167 4395 544 t 1101 4388 2167 t 2167 4392 1101 t 241 4396 2168 t 2168 4398 241 t 1104 4397 2168 t 2168 4396 1104 t 544 4395 2168 t 2168 4397 544 t 1105 4398 2168 t 2168 4395 1105 t 233 4344 2169 t 2169 4399 233 t 1090 4393 2169 t 2169 4344 1090 t 544 4397 2169 t 2169 4393 544 t 1104 4399 2169 t 2169 4397 1104 t 233 4399 2170 t 2170 4348 233 t 1104 4400 2170 t 2170 4399 1104 t 545 4401 2170 t 2170 4400 545 t 1093 4348 2170 t 2170 4401 1093 t 241 4402 2171 t 2171 4396 241 t 1107 4403 2171 t 2171 4402 1107 t 545 4400 2171 t 2171 4403 545 t 1104 4396 2171 t 2171 4400 1104 t 242 4404 2172 t 2172 4406 242 t 1106 4405 2172 t 2172 4404 1106 t 545 4403 2172 t 2172 4405 545 t 1107 4406 2172 t 2172 4403 1107 t 235 4352 2173 t 2173 4407 235 t 1093 4401 2173 t 2173 4352 1093 t 545 4405 2173 t 2173 4401 545 t 1106 4407 2173 t 2173 4405 1106 t 235 4407 2174 t 2174 4360 235 t 1106 4408 2174 t 2174 4407 1106 t 546 4409 2174 t 2174 4408 546 t 1096 4360 2174 t 2174 4409 1096 t 242 4410 2175 t 2175 4404 242 t 1109 4411 2175 t 2175 4410 1109 t 546 4408 2175 t 2175 4411 546 t 1106 4404 2175 t 2175 4408 1106 t 243 4412 2176 t 2176 4414 243 t 1108 4413 2176 t 2176 4412 1108 t 546 4411 2176 t 2176 4413 546 t 1109 4414 2176 t 2176 4411 1109 t 236 4364 2177 t 2177 4415 236 t 1096 4409 2177 t 2177 4364 1096 t 546 4413 2177 t 2177 4409 546 t 1108 4415 2177 t 2177 4413 1108 t 236 4415 2178 t 2178 4370 236 t 1108 4416 2178 t 2178 4415 1108 t 547 4417 2178 t 2178 4416 547 t 1098 4370 2178 t 2178 4417 1098 t 243 4418 2179 t 2179 4412 243 t 1111 4419 2179 t 2179 4418 1111 t 547 4416 2179 t 2179 4419 547 t 1108 4412 2179 t 2179 4416 1108 t 244 4420 2180 t 2180 4422 244 t 1110 4421 2180 t 2180 4420 1110 t 547 4419 2180 t 2180 4421 547 t 1111 4422 2180 t 2180 4419 1111 t 237 4374 2181 t 2181 4423 237 t 1098 4417 2181 t 2181 4374 1098 t 547 4421 2181 t 2181 4417 547 t 1110 4423 2181 t 2181 4421 1110 t 237 4423 2182 t 2182 4378 237 t 1110 4424 2182 t 2182 4423 1110 t 548 4425 2182 t 2182 4424 548 t 1100 4378 2182 t 2182 4425 1100 t 244 4426 2183 t 2183 4420 244 t 1113 4427 2183 t 2183 4426 1113 t 548 4424 2183 t 2183 4427 548 t 1110 4420 2183 t 2183 4424 1110 t 157 3176 2184 t 2184 4429 157 t 1112 4428 2184 t 2184 3176 1112 t 548 4427 2184 t 2184 4428 548 t 1113 4429 2184 t 2184 4427 1113 t 238 4381 2185 t 2185 3172 238 t 1100 4425 2185 t 2185 4381 1100 t 548 4428 2185 t 2185 4425 548 t 1112 3172 2185 t 2185 4428 1112 t 240 4430 2186 t 2186 4385 240 t 1116 4431 2186 t 2186 4430 1116 t 549 4432 2186 t 2186 4431 549 t 1102 4385 2186 t 2186 4432 1102 t 246 4433 2187 t 2187 4435 246 t 1115 4434 2187 t 2187 4433 1115 t 549 4431 2187 t 2187 4434 549 t 1116 4435 2187 t 2187 4431 1116 t 245 4436 2188 t 2188 4438 245 t 1114 4437 2188 t 2188 4436 1114 t 549 4434 2188 t 2188 4437 549 t 1115 4438 2188 t 2188 4434 1115 t 239 4390 2189 t 2189 4439 239 t 1102 4432 2189 t 2189 4390 1102 t 549 4437 2189 t 2189 4432 549 t 1114 4439 2189 t 2189 4437 1114 t 239 4439 2190 t 2190 4394 239 t 1114 4440 2190 t 2190 4439 1114 t 550 4441 2190 t 2190 4440 550 t 1105 4394 2190 t 2190 4441 1105 t 245 4442 2191 t 2191 4436 245 t 1118 4443 2191 t 2191 4442 1118 t 550 4440 2191 t 2191 4443 550 t 1114 4436 2191 t 2191 4440 1114 t 247 4444 2192 t 2192 4446 247 t 1117 4445 2192 t 2192 4444 1117 t 550 4443 2192 t 2192 4445 550 t 1118 4446 2192 t 2192 4443 1118 t 241 4398 2193 t 2193 4447 241 t 1105 4441 2193 t 2193 4398 1105 t 550 4445 2193 t 2193 4441 550 t 1117 4447 2193 t 2193 4445 1117 t 241 4447 2194 t 2194 4402 241 t 1117 4448 2194 t 2194 4447 1117 t 551 4449 2194 t 2194 4448 551 t 1107 4402 2194 t 2194 4449 1107 t 247 4450 2195 t 2195 4444 247 t 1120 4451 2195 t 2195 4450 1120 t 551 4448 2195 t 2195 4451 551 t 1117 4444 2195 t 2195 4448 1117 t 248 4452 2196 t 2196 4454 248 t 1119 4453 2196 t 2196 4452 1119 t 551 4451 2196 t 2196 4453 551 t 1120 4454 2196 t 2196 4451 1120 t 242 4406 2197 t 2197 4455 242 t 1107 4449 2197 t 2197 4406 1107 t 551 4453 2197 t 2197 4449 551 t 1119 4455 2197 t 2197 4453 1119 t 242 4455 2198 t 2198 4410 242 t 1119 4456 2198 t 2198 4455 1119 t 552 4457 2198 t 2198 4456 552 t 1109 4410 2198 t 2198 4457 1109 t 248 4458 2199 t 2199 4452 248 t 1122 4459 2199 t 2199 4458 1122 t 552 4456 2199 t 2199 4459 552 t 1119 4452 2199 t 2199 4456 1119 t 249 4460 2200 t 2200 4462 249 t 1121 4461 2200 t 2200 4460 1121 t 552 4459 2200 t 2200 4461 552 t 1122 4462 2200 t 2200 4459 1122 t 243 4414 2201 t 2201 4463 243 t 1109 4457 2201 t 2201 4414 1109 t 552 4461 2201 t 2201 4457 552 t 1121 4463 2201 t 2201 4461 1121 t 243 4463 2202 t 2202 4418 243 t 1121 4464 2202 t 2202 4463 1121 t 553 4465 2202 t 2202 4464 553 t 1111 4418 2202 t 2202 4465 1111 t 249 4466 2203 t 2203 4460 249 t 1124 4467 2203 t 2203 4466 1124 t 553 4464 2203 t 2203 4467 553 t 1121 4460 2203 t 2203 4464 1121 t 250 4468 2204 t 2204 4470 250 t 1123 4469 2204 t 2204 4468 1123 t 553 4467 2204 t 2204 4469 553 t 1124 4470 2204 t 2204 4467 1124 t 244 4422 2205 t 2205 4471 244 t 1111 4465 2205 t 2205 4422 1111 t 553 4469 2205 t 2205 4465 553 t 1123 4471 2205 t 2205 4469 1123 t 244 4471 2206 t 2206 4426 244 t 1123 4472 2206 t 2206 4471 1123 t 554 4473 2206 t 2206 4472 554 t 1113 4426 2206 t 2206 4473 1113 t 250 4474 2207 t 2207 4468 250 t 1125 4475 2207 t 2207 4474 1125 t 554 4472 2207 t 2207 4475 554 t 1123 4468 2207 t 2207 4472 1123 t 251 3226 2208 t 2208 4477 251 t 958 4476 2208 t 2208 3226 958 t 554 4475 2208 t 2208 4476 554 t 1125 4477 2208 t 2208 4475 1125 t 157 4429 2209 t 2209 3222 157 t 1113 4473 2209 t 2209 4429 1113 t 554 4476 2209 t 2209 4473 554 t 958 3222 2209 t 2209 4476 958 t 246 4478 2210 t 2210 4433 246 t 1128 4479 2210 t 2210 4478 1128 t 555 4480 2210 t 2210 4479 555 t 1115 4433 2210 t 2210 4480 1115 t 253 4481 2211 t 2211 4483 253 t 1127 4482 2211 t 2211 4481 1127 t 555 4479 2211 t 2211 4482 555 t 1128 4483 2211 t 2211 4479 1128 t 252 4484 2212 t 2212 4486 252 t 1126 4485 2212 t 2212 4484 1126 t 555 4482 2212 t 2212 4485 555 t 1127 4486 2212 t 2212 4482 1127 t 245 4438 2213 t 2213 4487 245 t 1115 4480 2213 t 2213 4438 1115 t 555 4485 2213 t 2213 4480 555 t 1126 4487 2213 t 2213 4485 1126 t 245 4487 2214 t 2214 4442 245 t 1126 4488 2214 t 2214 4487 1126 t 556 4489 2214 t 2214 4488 556 t 1118 4442 2214 t 2214 4489 1118 t 252 4490 2215 t 2215 4484 252 t 1130 4491 2215 t 2215 4490 1130 t 556 4488 2215 t 2215 4491 556 t 1126 4484 2215 t 2215 4488 1126 t 254 4492 2216 t 2216 4494 254 t 1129 4493 2216 t 2216 4492 1129 t 556 4491 2216 t 2216 4493 556 t 1130 4494 2216 t 2216 4491 1130 t 247 4446 2217 t 2217 4495 247 t 1118 4489 2217 t 2217 4446 1118 t 556 4493 2217 t 2217 4489 556 t 1129 4495 2217 t 2217 4493 1129 t 247 4495 2218 t 2218 4450 247 t 1129 4496 2218 t 2218 4495 1129 t 557 4497 2218 t 2218 4496 557 t 1120 4450 2218 t 2218 4497 1120 t 254 4498 2219 t 2219 4492 254 t 1133 4499 2219 t 2219 4498 1133 t 557 4496 2219 t 2219 4499 557 t 1129 4492 2219 t 2219 4496 1129 t 256 4500 2220 t 2220 4502 256 t 1132 4501 2220 t 2220 4500 1132 t 557 4499 2220 t 2220 4501 557 t 1133 4502 2220 t 2220 4499 1133 t 255 4503 2221 t 2221 4505 255 t 1131 4504 2221 t 2221 4503 1131 t 557 4501 2221 t 2221 4504 557 t 1132 4505 2221 t 2221 4501 1132 t 248 4454 2222 t 2222 4506 248 t 1120 4497 2222 t 2222 4454 1120 t 557 4504 2222 t 2222 4497 557 t 1131 4506 2222 t 2222 4504 1131 t 248 4506 2223 t 2223 4458 248 t 1131 4507 2223 t 2223 4506 1131 t 558 4508 2223 t 2223 4507 558 t 1122 4458 2223 t 2223 4508 1122 t 255 4509 2224 t 2224 4503 255 t 1136 4510 2224 t 2224 4509 1136 t 558 4507 2224 t 2224 4510 558 t 1131 4503 2224 t 2224 4507 1131 t 258 4511 2225 t 2225 4513 258 t 1135 4512 2225 t 2225 4511 1135 t 558 4510 2225 t 2225 4512 558 t 1136 4513 2225 t 2225 4510 1136 t 257 4514 2226 t 2226 4516 257 t 1134 4515 2226 t 2226 4514 1134 t 558 4512 2226 t 2226 4515 558 t 1135 4516 2226 t 2226 4512 1135 t 249 4462 2227 t 2227 4517 249 t 1122 4508 2227 t 2227 4462 1122 t 558 4515 2227 t 2227 4508 558 t 1134 4517 2227 t 2227 4515 1134 t 249 4517 2228 t 2228 4466 249 t 1134 4518 2228 t 2228 4517 1134 t 559 4519 2228 t 2228 4518 559 t 1124 4466 2228 t 2228 4519 1124 t 257 4520 2229 t 2229 4514 257 t 1138 4521 2229 t 2229 4520 1138 t 559 4518 2229 t 2229 4521 559 t 1134 4514 2229 t 2229 4518 1134 t 259 4522 2230 t 2230 4524 259 t 1137 4523 2230 t 2230 4522 1137 t 559 4521 2230 t 2230 4523 559 t 1138 4524 2230 t 2230 4521 1138 t 250 4470 2231 t 2231 4525 250 t 1124 4519 2231 t 2231 4470 1124 t 559 4523 2231 t 2231 4519 559 t 1137 4525 2231 t 2231 4523 1137 t 250 4525 2232 t 2232 4474 250 t 1137 4526 2232 t 2232 4525 1137 t 560 4527 2232 t 2232 4526 560 t 1125 4474 2232 t 2232 4527 1125 t 259 4528 2233 t 2233 4522 259 t 1140 4529 2233 t 2233 4528 1140 t 560 4526 2233 t 2233 4529 560 t 1137 4522 2233 t 2233 4526 1137 t 260 3282 2234 t 2234 4531 260 t 1139 4530 2234 t 2234 3282 1139 t 560 4529 2234 t 2234 4530 560 t 1140 4531 2234 t 2234 4529 1140 t 251 4477 2235 t 2235 3278 251 t 1125 4527 2235 t 2235 4477 1125 t 560 4530 2235 t 2235 4527 560 t 1139 3278 2235 t 2235 4530 1139 t 253 4532 2236 t 2236 4481 253 t 1144 4533 2236 t 2236 4532 1144 t 561 4534 2236 t 2236 4533 561 t 1127 4481 2236 t 2236 4534 1127 t 263 3296 2237 t 2237 4536 263 t 1143 4535 2237 t 2237 3296 1143 t 561 4533 2237 t 2237 4535 561 t 1144 4536 2237 t 2237 4533 1144 t 262 4537 2238 t 2238 3292 262 t 1142 4538 2238 t 2238 4537 1142 t 561 4535 2238 t 2238 4538 561 t 1143 3292 2238 t 2238 4535 1143 t 261 4539 2239 t 2239 4541 261 t 1141 4540 2239 t 2239 4539 1141 t 561 4538 2239 t 2239 4540 561 t 1142 4541 2239 t 2239 4538 1142 t 252 4486 2240 t 2240 4542 252 t 1127 4534 2240 t 2240 4486 1127 t 561 4540 2240 t 2240 4534 561 t 1141 4542 2240 t 2240 4540 1141 t 252 4542 2241 t 2241 4490 252 t 1141 4543 2241 t 2241 4542 1141 t 562 4544 2241 t 2241 4543 562 t 1130 4490 2241 t 2241 4544 1130 t 261 4545 2242 t 2242 4539 261 t 1146 4546 2242 t 2242 4545 1146 t 562 4543 2242 t 2242 4546 562 t 1141 4539 2242 t 2242 4543 1141 t 264 4547 2243 t 2243 4549 264 t 1145 4548 2243 t 2243 4547 1145 t 562 4546 2243 t 2243 4548 562 t 1146 4549 2243 t 2243 4546 1146 t 254 4494 2244 t 2244 4550 254 t 1130 4544 2244 t 2244 4494 1130 t 562 4548 2244 t 2244 4544 562 t 1145 4550 2244 t 2244 4548 1145 t 254 4550 2245 t 2245 4498 254 t 1145 4551 2245 t 2245 4550 1145 t 563 4552 2245 t 2245 4551 563 t 1133 4498 2245 t 2245 4552 1133 t 264 4553 2246 t 2246 4547 264 t 1149 4554 2246 t 2246 4553 1149 t 563 4551 2246 t 2246 4554 563 t 1145 4547 2246 t 2246 4551 1145 t 266 4555 2247 t 2247 4557 266 t 1148 4556 2247 t 2247 4555 1148 t 563 4554 2247 t 2247 4556 563 t 1149 4557 2247 t 2247 4554 1149 t 265 4558 2248 t 2248 4560 265 t 1147 4559 2248 t 2248 4558 1147 t 563 4556 2248 t 2248 4559 563 t 1148 4560 2248 t 2248 4556 1148 t 256 4502 2249 t 2249 4561 256 t 1133 4552 2249 t 2249 4502 1133 t 563 4559 2249 t 2249 4552 563 t 1147 4561 2249 t 2249 4559 1147 t 265 4560 2250 t 2250 4564 265 t 1148 4562 2250 t 2250 4560 1148 t 564 4563 2250 t 2250 4562 564 t 1150 4564 2250 t 2250 4563 1150 t 266 4565 2251 t 2251 4555 266 t 1152 4566 2251 t 2251 4565 1152 t 564 4562 2251 t 2251 4566 564 t 1148 4555 2251 t 2251 4562 1148 t 267 4567 2252 t 2252 4569 267 t 1151 4568 2252 t 2252 4567 1151 t 564 4566 2252 t 2252 4568 564 t 1152 4569 2252 t 2252 4566 1152 t 257 4516 2253 t 2253 4571 257 t 1135 4570 2253 t 2253 4516 1135 t 564 4568 2253 t 2253 4570 564 t 1151 4571 2253 t 2253 4568 1151 t 258 4572 2254 t 2254 4511 258 t 1150 4563 2254 t 2254 4572 1150 t 564 4570 2254 t 2254 4563 564 t 1135 4511 2254 t 2254 4570 1135 t 257 4571 2255 t 2255 4520 257 t 1151 4573 2255 t 2255 4571 1151 t 565 4574 2255 t 2255 4573 565 t 1138 4520 2255 t 2255 4574 1138 t 267 4575 2256 t 2256 4567 267 t 1155 4576 2256 t 2256 4575 1155 t 565 4573 2256 t 2256 4576 565 t 1151 4567 2256 t 2256 4573 1151 t 268 3336 2257 t 2257 4578 268 t 1154 4577 2257 t 2257 3336 1154 t 565 4576 2257 t 2257 4577 565 t 1155 4578 2257 t 2257 4576 1155 t 159 4579 2258 t 2258 3331 159 t 1153 4580 2258 t 2258 4579 1153 t 565 4577 2258 t 2258 4580 565 t 1154 3331 2258 t 2258 4577 1154 t 259 4524 2259 t 2259 4581 259 t 1138 4574 2259 t 2259 4524 1138 t 565 4580 2259 t 2259 4574 565 t 1153 4581 2259 t 2259 4580 1153 t 259 4581 2260 t 2260 4528 259 t 1153 4582 2260 t 2260 4581 1153 t 566 4583 2260 t 2260 4582 566 t 1140 4528 2260 t 2260 4583 1140 t 159 3342 2261 t 2261 4579 159 t 960 4584 2261 t 2261 3342 960 t 566 4582 2261 t 2261 4584 566 t 1153 4579 2261 t 2261 4582 1153 t 260 4531 2262 t 2262 3340 260 t 1140 4583 2262 t 2262 4531 1140 t 566 4584 2262 t 2262 4583 566 t 960 3340 2262 t 2262 4584 960 t 269 4585 2263 t 2263 4588 269 t 1159 4586 2263 t 2263 4585 1159 t 567 4587 2263 t 2263 4586 567 t 1156 4588 2263 t 2263 4587 1156 t 272 4589 2264 t 2264 4591 272 t 1158 4590 2264 t 2264 4589 1158 t 567 4586 2264 t 2264 4590 567 t 1159 4591 2264 t 2264 4586 1159 t 271 4592 2265 t 2265 4594 271 t 1157 4593 2265 t 2265 4592 1157 t 567 4590 2265 t 2265 4593 567 t 1158 4594 2265 t 2265 4590 1158 t 270 4595 2266 t 2266 4596 270 t 1156 4587 2266 t 2266 4595 1156 t 567 4593 2266 t 2266 4587 567 t 1157 4596 2266 t 2266 4593 1157 t 225 4597 2267 t 2267 4303 225 t 1162 4598 2267 t 2267 4597 1162 t 568 4599 2267 t 2267 4598 568 t 1081 4303 2267 t 2267 4599 1081 t 274 4600 2268 t 2268 4602 274 t 1161 4601 2268 t 2268 4600 1161 t 568 4598 2268 t 2268 4601 568 t 1162 4602 2268 t 2268 4598 1162 t 273 4603 2269 t 2269 4605 273 t 1160 4604 2269 t 2269 4603 1160 t 568 4601 2269 t 2269 4604 568 t 1161 4605 2269 t 2269 4601 1161 t 228 4307 2270 t 2270 4606 228 t 1081 4599 2270 t 2270 4307 1081 t 568 4604 2270 t 2270 4599 568 t 1160 4606 2270 t 2270 4604 1160 t 228 4606 2271 t 2271 4367 228 t 1160 4607 2271 t 2271 4606 1160 t 569 4608 2271 t 2271 4607 569 t 1094 4367 2271 t 2271 4608 1094 t 273 4609 2272 t 2272 4603 273 t 1164 4610 2272 t 2272 4609 1164 t 569 4607 2272 t 2272 4610 569 t 1160 4603 2272 t 2272 4607 1160 t 275 4611 2273 t 2273 4613 275 t 1163 4612 2273 t 2273 4611 1163 t 569 4610 2273 t 2273 4612 569 t 1164 4613 2273 t 2273 4610 1164 t 234 4359 2274 t 2274 4614 234 t 1094 4608 2274 t 2274 4359 1094 t 569 4612 2274 t 2274 4608 569 t 1163 4614 2274 t 2274 4612 1163 t 234 4614 2275 t 2275 4353 234 t 1163 4615 2275 t 2275 4614 1163 t 570 4616 2275 t 2275 4615 570 t 1091 4353 2275 t 2275 4616 1091 t 275 4617 2276 t 2276 4611 275 t 1166 4618 2276 t 2276 4617 1166 t 570 4615 2276 t 2276 4618 570 t 1163 4611 2276 t 2276 4615 1163 t 276 4619 2277 t 2277 4621 276 t 1165 4620 2277 t 2277 4619 1165 t 570 4618 2277 t 2277 4620 570 t 1166 4621 2277 t 2277 4618 1166 t 226 4356 2278 t 2278 4622 226 t 1091 4616 2278 t 2278 4356 1091 t 570 4620 2278 t 2278 4616 570 t 1165 4622 2278 t 2278 4620 1165 t 226 4622 2279 t 2279 4294 226 t 1165 4623 2279 t 2279 4622 1165 t 571 4624 2279 t 2279 4623 571 t 1077 4294 2279 t 2279 4624 1077 t 276 4625 2280 t 2280 4619 276 t 1167 4626 2280 t 2280 4625 1167 t 571 4623 2280 t 2280 4626 571 t 1165 4619 2280 t 2280 4623 1165 t 274 4602 2281 t 2281 4628 274 t 1162 4627 2281 t 2281 4602 1162 t 571 4626 2281 t 2281 4627 571 t 1167 4628 2281 t 2281 4626 1167 t 225 4299 2282 t 2282 4597 225 t 1077 4624 2282 t 2282 4299 1077 t 571 4627 2282 t 2282 4624 571 t 1162 4597 2282 t 2282 4627 1162 t 274 4629 2283 t 2283 4600 274 t 1170 4630 2283 t 2283 4629 1170 t 572 4631 2283 t 2283 4630 572 t 1161 4600 2283 t 2283 4631 1161 t 278 4632 2284 t 2284 4634 278 t 1169 4633 2284 t 2284 4632 1169 t 572 4630 2284 t 2284 4633 572 t 1170 4634 2284 t 2284 4630 1170 t 277 4635 2285 t 2285 4637 277 t 1168 4636 2285 t 2285 4635 1168 t 572 4633 2285 t 2285 4636 572 t 1169 4637 2285 t 2285 4633 1169 t 273 4605 2286 t 2286 4638 273 t 1161 4631 2286 t 2286 4605 1161 t 572 4636 2286 t 2286 4631 572 t 1168 4638 2286 t 2286 4636 1168 t 273 4638 2287 t 2287 4609 273 t 1168 4639 2287 t 2287 4638 1168 t 573 4640 2287 t 2287 4639 573 t 1164 4609 2287 t 2287 4640 1164 t 277 4641 2288 t 2288 4635 277 t 1172 4642 2288 t 2288 4641 1172 t 573 4639 2288 t 2288 4642 573 t 1168 4635 2288 t 2288 4639 1168 t 279 4643 2289 t 2289 4645 279 t 1171 4644 2289 t 2289 4643 1171 t 573 4642 2289 t 2289 4644 573 t 1172 4645 2289 t 2289 4642 1172 t 275 4613 2290 t 2290 4646 275 t 1164 4640 2290 t 2290 4613 1164 t 573 4644 2290 t 2290 4640 573 t 1171 4646 2290 t 2290 4644 1171 t 275 4646 2291 t 2291 4617 275 t 1171 4647 2291 t 2291 4646 1171 t 574 4648 2291 t 2291 4647 574 t 1166 4617 2291 t 2291 4648 1166 t 279 4649 2292 t 2292 4643 279 t 1174 4650 2292 t 2292 4649 1174 t 574 4647 2292 t 2292 4650 574 t 1171 4643 2292 t 2292 4647 1171 t 280 4651 2293 t 2293 4653 280 t 1173 4652 2293 t 2293 4651 1173 t 574 4650 2293 t 2293 4652 574 t 1174 4653 2293 t 2293 4650 1174 t 276 4621 2294 t 2294 4654 276 t 1166 4648 2294 t 2294 4621 1166 t 574 4652 2294 t 2294 4648 574 t 1173 4654 2294 t 2294 4652 1173 t 276 4654 2295 t 2295 4625 276 t 1173 4655 2295 t 2295 4654 1173 t 575 4656 2295 t 2295 4655 575 t 1167 4625 2295 t 2295 4656 1167 t 280 4657 2296 t 2296 4651 280 t 1175 4658 2296 t 2296 4657 1175 t 575 4655 2296 t 2296 4658 575 t 1173 4651 2296 t 2296 4655 1173 t 278 4634 2297 t 2297 4660 278 t 1170 4659 2297 t 2297 4634 1170 t 575 4658 2297 t 2297 4659 575 t 1175 4660 2297 t 2297 4658 1175 t 274 4628 2298 t 2298 4629 274 t 1167 4656 2298 t 2298 4628 1167 t 575 4659 2298 t 2298 4656 575 t 1170 4629 2298 t 2298 4659 1170 t 278 4661 2299 t 2299 4632 278 t 1178 4662 2299 t 2299 4661 1178 t 576 4663 2299 t 2299 4662 576 t 1169 4632 2299 t 2299 4663 1169 t 282 4664 2300 t 2300 4666 282 t 1177 4665 2300 t 2300 4664 1177 t 576 4662 2300 t 2300 4665 576 t 1178 4666 2300 t 2300 4662 1178 t 281 4667 2301 t 2301 4669 281 t 1176 4668 2301 t 2301 4667 1176 t 576 4665 2301 t 2301 4668 576 t 1177 4669 2301 t 2301 4665 1177 t 277 4637 2302 t 2302 4670 277 t 1169 4663 2302 t 2302 4637 1169 t 576 4668 2302 t 2302 4663 576 t 1176 4670 2302 t 2302 4668 1176 t 277 4670 2303 t 2303 4641 277 t 1176 4671 2303 t 2303 4670 1176 t 577 4672 2303 t 2303 4671 577 t 1172 4641 2303 t 2303 4672 1172 t 281 4673 2304 t 2304 4667 281 t 1180 4674 2304 t 2304 4673 1180 t 577 4671 2304 t 2304 4674 577 t 1176 4667 2304 t 2304 4671 1176 t 283 4675 2305 t 2305 4677 283 t 1179 4676 2305 t 2305 4675 1179 t 577 4674 2305 t 2305 4676 577 t 1180 4677 2305 t 2305 4674 1180 t 279 4645 2306 t 2306 4678 279 t 1172 4672 2306 t 2306 4645 1172 t 577 4676 2306 t 2306 4672 577 t 1179 4678 2306 t 2306 4676 1179 t 279 4678 2307 t 2307 4649 279 t 1179 4679 2307 t 2307 4678 1179 t 578 4680 2307 t 2307 4679 578 t 1174 4649 2307 t 2307 4680 1174 t 283 4681 2308 t 2308 4675 283 t 1182 4682 2308 t 2308 4681 1182 t 578 4679 2308 t 2308 4682 578 t 1179 4675 2308 t 2308 4679 1179 t 284 4683 2309 t 2309 4685 284 t 1181 4684 2309 t 2309 4683 1181 t 578 4682 2309 t 2309 4684 578 t 1182 4685 2309 t 2309 4682 1182 t 280 4653 2310 t 2310 4686 280 t 1174 4680 2310 t 2310 4653 1174 t 578 4684 2310 t 2310 4680 578 t 1181 4686 2310 t 2310 4684 1181 t 280 4686 2311 t 2311 4657 280 t 1181 4687 2311 t 2311 4686 1181 t 579 4688 2311 t 2311 4687 579 t 1175 4657 2311 t 2311 4688 1175 t 284 4689 2312 t 2312 4683 284 t 1183 4690 2312 t 2312 4689 1183 t 579 4687 2312 t 2312 4690 579 t 1181 4683 2312 t 2312 4687 1181 t 282 4666 2313 t 2313 4692 282 t 1178 4691 2313 t 2313 4666 1178 t 579 4690 2313 t 2313 4691 579 t 1183 4692 2313 t 2313 4690 1183 t 278 4660 2314 t 2314 4661 278 t 1175 4688 2314 t 2314 4660 1175 t 579 4691 2314 t 2314 4688 579 t 1178 4661 2314 t 2314 4691 1178 t 282 4693 2315 t 2315 4664 282 t 1185 4694 2315 t 2315 4693 1185 t 580 4695 2315 t 2315 4694 580 t 1177 4664 2315 t 2315 4695 1177 t 269 4588 2316 t 2316 4697 269 t 1156 4696 2316 t 2316 4588 1156 t 580 4694 2316 t 2316 4696 580 t 1185 4697 2316 t 2316 4694 1185 t 270 4698 2317 t 2317 4595 270 t 1184 4699 2317 t 2317 4698 1184 t 580 4696 2317 t 2317 4699 580 t 1156 4595 2317 t 2317 4696 1156 t 281 4669 2318 t 2318 4700 281 t 1177 4695 2318 t 2318 4669 1177 t 580 4699 2318 t 2318 4695 580 t 1184 4700 2318 t 2318 4699 1184 t 281 4700 2319 t 2319 4673 281 t 1184 4701 2319 t 2319 4700 1184 t 581 4702 2319 t 2319 4701 581 t 1180 4673 2319 t 2319 4702 1180 t 270 4596 2320 t 2320 4698 270 t 1157 4703 2320 t 2320 4596 1157 t 581 4701 2320 t 2320 4703 581 t 1184 4698 2320 t 2320 4701 1184 t 271 4704 2321 t 2321 4592 271 t 1186 4705 2321 t 2321 4704 1186 t 581 4703 2321 t 2321 4705 581 t 1157 4592 2321 t 2321 4703 1157 t 283 4677 2322 t 2322 4706 283 t 1180 4702 2322 t 2322 4677 1180 t 581 4705 2322 t 2322 4702 581 t 1186 4706 2322 t 2322 4705 1186 t 283 4706 2323 t 2323 4681 283 t 1186 4707 2323 t 2323 4706 1186 t 582 4708 2323 t 2323 4707 582 t 1182 4681 2323 t 2323 4708 1182 t 271 4594 2324 t 2324 4704 271 t 1158 4709 2324 t 2324 4594 1158 t 582 4707 2324 t 2324 4709 582 t 1186 4704 2324 t 2324 4707 1186 t 272 4710 2325 t 2325 4589 272 t 1187 4711 2325 t 2325 4710 1187 t 582 4709 2325 t 2325 4711 582 t 1158 4589 2325 t 2325 4709 1158 t 284 4685 2326 t 2326 4712 284 t 1182 4708 2326 t 2326 4685 1182 t 582 4711 2326 t 2326 4708 582 t 1187 4712 2326 t 2326 4711 1187 t 284 4712 2327 t 2327 4689 284 t 1187 4713 2327 t 2327 4712 1187 t 583 4714 2327 t 2327 4713 583 t 1183 4689 2327 t 2327 4714 1183 t 272 4591 2328 t 2328 4710 272 t 1159 4715 2328 t 2328 4591 1159 t 583 4713 2328 t 2328 4715 583 t 1187 4710 2328 t 2328 4713 1187 t 269 4697 2329 t 2329 4585 269 t 1185 4716 2329 t 2329 4697 1185 t 583 4715 2329 t 2329 4716 583 t 1159 4585 2329 t 2329 4715 1159 t 282 4692 2330 t 2330 4693 282 t 1183 4714 2330 t 2330 4692 1183 t 583 4716 2330 t 2330 4714 583 t 1185 4693 2330 t 2330 4716 1185 t 285 4717 2331 t 2331 4720 285 t 1191 4718 2331 t 2331 4717 1191 t 584 4719 2331 t 2331 4718 584 t 1188 4720 2331 t 2331 4719 1188 t 288 4721 2332 t 2332 4723 288 t 1190 4722 2332 t 2332 4721 1190 t 584 4718 2332 t 2332 4722 584 t 1191 4723 2332 t 2332 4718 1191 t 287 4724 2333 t 2333 4726 287 t 1189 4725 2333 t 2333 4724 1189 t 584 4722 2333 t 2333 4725 584 t 1190 4726 2333 t 2333 4722 1190 t 286 4727 2334 t 2334 4728 286 t 1188 4719 2334 t 2334 4727 1188 t 584 4725 2334 t 2334 4719 584 t 1189 4728 2334 t 2334 4725 1189 t 255 4729 2335 t 2335 4509 255 t 1194 4730 2335 t 2335 4729 1194 t 585 4731 2335 t 2335 4730 585 t 1136 4509 2335 t 2335 4731 1136 t 290 4732 2336 t 2336 4734 290 t 1193 4733 2336 t 2336 4732 1193 t 585 4730 2336 t 2336 4733 585 t 1194 4734 2336 t 2336 4730 1194 t 289 4735 2337 t 2337 4737 289 t 1192 4736 2337 t 2337 4735 1192 t 585 4733 2337 t 2337 4736 585 t 1193 4737 2337 t 2337 4733 1193 t 258 4513 2338 t 2338 4738 258 t 1136 4731 2338 t 2338 4513 1136 t 585 4736 2338 t 2338 4731 585 t 1192 4738 2338 t 2338 4736 1192 t 258 4738 2339 t 2339 4572 258 t 1192 4739 2339 t 2339 4738 1192 t 586 4740 2339 t 2339 4739 586 t 1150 4572 2339 t 2339 4740 1150 t 289 4741 2340 t 2340 4735 289 t 1196 4742 2340 t 2340 4741 1196 t 586 4739 2340 t 2340 4742 586 t 1192 4735 2340 t 2340 4739 1192 t 291 4743 2341 t 2341 4745 291 t 1195 4744 2341 t 2341 4743 1195 t 586 4742 2341 t 2341 4744 586 t 1196 4745 2341 t 2341 4742 1196 t 265 4564 2342 t 2342 4746 265 t 1150 4740 2342 t 2342 4564 1150 t 586 4744 2342 t 2342 4740 586 t 1195 4746 2342 t 2342 4744 1195 t 265 4746 2343 t 2343 4558 265 t 1195 4747 2343 t 2343 4746 1195 t 587 4748 2343 t 2343 4747 587 t 1147 4558 2343 t 2343 4748 1147 t 291 4749 2344 t 2344 4743 291 t 1198 4750 2344 t 2344 4749 1198 t 587 4747 2344 t 2344 4750 587 t 1195 4743 2344 t 2344 4747 1195 t 292 4751 2345 t 2345 4753 292 t 1197 4752 2345 t 2345 4751 1197 t 587 4750 2345 t 2345 4752 587 t 1198 4753 2345 t 2345 4750 1198 t 256 4561 2346 t 2346 4754 256 t 1147 4748 2346 t 2346 4561 1147 t 587 4752 2346 t 2346 4748 587 t 1197 4754 2346 t 2346 4752 1197 t 256 4754 2347 t 2347 4500 256 t 1197 4755 2347 t 2347 4754 1197 t 588 4756 2347 t 2347 4755 588 t 1132 4500 2347 t 2347 4756 1132 t 292 4757 2348 t 2348 4751 292 t 1199 4758 2348 t 2348 4757 1199 t 588 4755 2348 t 2348 4758 588 t 1197 4751 2348 t 2348 4755 1197 t 290 4734 2349 t 2349 4760 290 t 1194 4759 2349 t 2349 4734 1194 t 588 4758 2349 t 2349 4759 588 t 1199 4760 2349 t 2349 4758 1199 t 255 4505 2350 t 2350 4729 255 t 1132 4756 2350 t 2350 4505 1132 t 588 4759 2350 t 2350 4756 588 t 1194 4729 2350 t 2350 4759 1194 t 290 4761 2351 t 2351 4732 290 t 1202 4762 2351 t 2351 4761 1202 t 589 4763 2351 t 2351 4762 589 t 1193 4732 2351 t 2351 4763 1193 t 294 4764 2352 t 2352 4766 294 t 1201 4765 2352 t 2352 4764 1201 t 589 4762 2352 t 2352 4765 589 t 1202 4766 2352 t 2352 4762 1202 t 293 4767 2353 t 2353 4769 293 t 1200 4768 2353 t 2353 4767 1200 t 589 4765 2353 t 2353 4768 589 t 1201 4769 2353 t 2353 4765 1201 t 289 4737 2354 t 2354 4770 289 t 1193 4763 2354 t 2354 4737 1193 t 589 4768 2354 t 2354 4763 589 t 1200 4770 2354 t 2354 4768 1200 t 289 4770 2355 t 2355 4741 289 t 1200 4771 2355 t 2355 4770 1200 t 590 4772 2355 t 2355 4771 590 t 1196 4741 2355 t 2355 4772 1196 t 293 4773 2356 t 2356 4767 293 t 1204 4774 2356 t 2356 4773 1204 t 590 4771 2356 t 2356 4774 590 t 1200 4767 2356 t 2356 4771 1200 t 295 4775 2357 t 2357 4777 295 t 1203 4776 2357 t 2357 4775 1203 t 590 4774 2357 t 2357 4776 590 t 1204 4777 2357 t 2357 4774 1204 t 291 4745 2358 t 2358 4778 291 t 1196 4772 2358 t 2358 4745 1196 t 590 4776 2358 t 2358 4772 590 t 1203 4778 2358 t 2358 4776 1203 t 291 4778 2359 t 2359 4749 291 t 1203 4779 2359 t 2359 4778 1203 t 591 4780 2359 t 2359 4779 591 t 1198 4749 2359 t 2359 4780 1198 t 295 4781 2360 t 2360 4775 295 t 1206 4782 2360 t 2360 4781 1206 t 591 4779 2360 t 2360 4782 591 t 1203 4775 2360 t 2360 4779 1203 t 296 4783 2361 t 2361 4785 296 t 1205 4784 2361 t 2361 4783 1205 t 591 4782 2361 t 2361 4784 591 t 1206 4785 2361 t 2361 4782 1206 t 292 4753 2362 t 2362 4786 292 t 1198 4780 2362 t 2362 4753 1198 t 591 4784 2362 t 2362 4780 591 t 1205 4786 2362 t 2362 4784 1205 t 292 4786 2363 t 2363 4757 292 t 1205 4787 2363 t 2363 4786 1205 t 592 4788 2363 t 2363 4787 592 t 1199 4757 2363 t 2363 4788 1199 t 296 4789 2364 t 2364 4783 296 t 1207 4790 2364 t 2364 4789 1207 t 592 4787 2364 t 2364 4790 592 t 1205 4783 2364 t 2364 4787 1205 t 294 4766 2365 t 2365 4792 294 t 1202 4791 2365 t 2365 4766 1202 t 592 4790 2365 t 2365 4791 592 t 1207 4792 2365 t 2365 4790 1207 t 290 4760 2366 t 2366 4761 290 t 1199 4788 2366 t 2366 4760 1199 t 592 4791 2366 t 2366 4788 592 t 1202 4761 2366 t 2366 4791 1202 t 294 4793 2367 t 2367 4764 294 t 1210 4794 2367 t 2367 4793 1210 t 593 4795 2367 t 2367 4794 593 t 1201 4764 2367 t 2367 4795 1201 t 298 4796 2368 t 2368 4798 298 t 1209 4797 2368 t 2368 4796 1209 t 593 4794 2368 t 2368 4797 593 t 1210 4798 2368 t 2368 4794 1210 t 297 4799 2369 t 2369 4801 297 t 1208 4800 2369 t 2369 4799 1208 t 593 4797 2369 t 2369 4800 593 t 1209 4801 2369 t 2369 4797 1209 t 293 4769 2370 t 2370 4802 293 t 1201 4795 2370 t 2370 4769 1201 t 593 4800 2370 t 2370 4795 593 t 1208 4802 2370 t 2370 4800 1208 t 293 4802 2371 t 2371 4773 293 t 1208 4803 2371 t 2371 4802 1208 t 594 4804 2371 t 2371 4803 594 t 1204 4773 2371 t 2371 4804 1204 t 297 4805 2372 t 2372 4799 297 t 1212 4806 2372 t 2372 4805 1212 t 594 4803 2372 t 2372 4806 594 t 1208 4799 2372 t 2372 4803 1208 t 299 4807 2373 t 2373 4809 299 t 1211 4808 2373 t 2373 4807 1211 t 594 4806 2373 t 2373 4808 594 t 1212 4809 2373 t 2373 4806 1212 t 295 4777 2374 t 2374 4810 295 t 1204 4804 2374 t 2374 4777 1204 t 594 4808 2374 t 2374 4804 594 t 1211 4810 2374 t 2374 4808 1211 t 295 4810 2375 t 2375 4781 295 t 1211 4811 2375 t 2375 4810 1211 t 595 4812 2375 t 2375 4811 595 t 1206 4781 2375 t 2375 4812 1206 t 299 4813 2376 t 2376 4807 299 t 1214 4814 2376 t 2376 4813 1214 t 595 4811 2376 t 2376 4814 595 t 1211 4807 2376 t 2376 4811 1211 t 300 4815 2377 t 2377 4817 300 t 1213 4816 2377 t 2377 4815 1213 t 595 4814 2377 t 2377 4816 595 t 1214 4817 2377 t 2377 4814 1214 t 296 4785 2378 t 2378 4818 296 t 1206 4812 2378 t 2378 4785 1206 t 595 4816 2378 t 2378 4812 595 t 1213 4818 2378 t 2378 4816 1213 t 296 4818 2379 t 2379 4789 296 t 1213 4819 2379 t 2379 4818 1213 t 596 4820 2379 t 2379 4819 596 t 1207 4789 2379 t 2379 4820 1207 t 300 4821 2380 t 2380 4815 300 t 1215 4822 2380 t 2380 4821 1215 t 596 4819 2380 t 2380 4822 596 t 1213 4815 2380 t 2380 4819 1213 t 298 4798 2381 t 2381 4824 298 t 1210 4823 2381 t 2381 4798 1210 t 596 4822 2381 t 2381 4823 596 t 1215 4824 2381 t 2381 4822 1215 t 294 4792 2382 t 2382 4793 294 t 1207 4820 2382 t 2382 4792 1207 t 596 4823 2382 t 2382 4820 596 t 1210 4793 2382 t 2382 4823 1210 t 298 4825 2383 t 2383 4796 298 t 1217 4826 2383 t 2383 4825 1217 t 597 4827 2383 t 2383 4826 597 t 1209 4796 2383 t 2383 4827 1209 t 285 4720 2384 t 2384 4829 285 t 1188 4828 2384 t 2384 4720 1188 t 597 4826 2384 t 2384 4828 597 t 1217 4829 2384 t 2384 4826 1217 t 286 4830 2385 t 2385 4727 286 t 1216 4831 2385 t 2385 4830 1216 t 597 4828 2385 t 2385 4831 597 t 1188 4727 2385 t 2385 4828 1188 t 297 4801 2386 t 2386 4832 297 t 1209 4827 2386 t 2386 4801 1209 t 597 4831 2386 t 2386 4827 597 t 1216 4832 2386 t 2386 4831 1216 t 297 4832 2387 t 2387 4805 297 t 1216 4833 2387 t 2387 4832 1216 t 598 4834 2387 t 2387 4833 598 t 1212 4805 2387 t 2387 4834 1212 t 286 4728 2388 t 2388 4830 286 t 1189 4835 2388 t 2388 4728 1189 t 598 4833 2388 t 2388 4835 598 t 1216 4830 2388 t 2388 4833 1216 t 287 4836 2389 t 2389 4724 287 t 1218 4837 2389 t 2389 4836 1218 t 598 4835 2389 t 2389 4837 598 t 1189 4724 2389 t 2389 4835 1189 t 299 4809 2390 t 2390 4838 299 t 1212 4834 2390 t 2390 4809 1212 t 598 4837 2390 t 2390 4834 598 t 1218 4838 2390 t 2390 4837 1218 t 299 4838 2391 t 2391 4813 299 t 1218 4839 2391 t 2391 4838 1218 t 599 4840 2391 t 2391 4839 599 t 1214 4813 2391 t 2391 4840 1214 t 287 4726 2392 t 2392 4836 287 t 1190 4841 2392 t 2392 4726 1190 t 599 4839 2392 t 2392 4841 599 t 1218 4836 2392 t 2392 4839 1218 t 288 4842 2393 t 2393 4721 288 t 1219 4843 2393 t 2393 4842 1219 t 599 4841 2393 t 2393 4843 599 t 1190 4721 2393 t 2393 4841 1190 t 300 4817 2394 t 2394 4844 300 t 1214 4840 2394 t 2394 4817 1214 t 599 4843 2394 t 2394 4840 599 t 1219 4844 2394 t 2394 4843 1219 t 300 4844 2395 t 2395 4821 300 t 1219 4845 2395 t 2395 4844 1219 t 600 4846 2395 t 2395 4845 600 t 1215 4821 2395 t 2395 4846 1215 t 288 4723 2396 t 2396 4842 288 t 1191 4847 2396 t 2396 4723 1191 t 600 4845 2396 t 2396 4847 600 t 1219 4842 2396 t 2396 4845 1219 t 285 4829 2397 t 2397 4717 285 t 1217 4848 2397 t 2397 4829 1217 t 600 4847 2397 t 2397 4848 600 t 1191 4717 2397 t 2397 4847 1191 t 298 4824 2398 t 2398 4825 298 t 1215 4846 2398 t 2398 4824 1215 t 600 4848 2398 t 2398 4846 600 t 1217 4825 2398 t 2398 4848 1217 t 176 4849 2399 t 2399 4852 176 t 1223 4850 2399 t 2399 4849 1223 t 601 4851 2399 t 2399 4850 601 t 1220 4852 2399 t 2399 4851 1220 t 302 4853 2400 t 2400 4855 302 t 1222 4854 2400 t 2400 4853 1222 t 601 4850 2400 t 2400 4854 601 t 1223 4855 2400 t 2400 4850 1223 t 301 4856 2401 t 2401 4858 301 t 1221 4857 2401 t 2401 4856 1221 t 601 4854 2401 t 2401 4857 601 t 1222 4858 2401 t 2401 4854 1222 t 189 4859 2402 t 2402 4860 189 t 1220 4851 2402 t 2402 4859 1220 t 601 4857 2402 t 2402 4851 601 t 1221 4860 2402 t 2402 4857 1221 t 189 4860 2403 t 2403 4010 189 t 1221 4861 2403 t 2403 4860 1221 t 602 4862 2403 t 2403 4861 602 t 1009 4010 2403 t 2403 4862 1009 t 301 4863 2404 t 2404 4856 301 t 1225 4864 2404 t 2404 4863 1225 t 602 4861 2404 t 2404 4864 602 t 1221 4856 2404 t 2404 4861 1221 t 303 4865 2405 t 2405 4867 303 t 1224 4866 2405 t 2405 4865 1224 t 602 4864 2405 t 2405 4866 602 t 1225 4867 2405 t 2405 4864 1225 t 184 4016 2406 t 2406 4868 184 t 1009 4862 2406 t 2406 4016 1009 t 602 4866 2406 t 2406 4862 602 t 1224 4868 2406 t 2406 4866 1224 t 184 4868 2407 t 2407 3978 184 t 1224 4869 2407 t 2407 4868 1224 t 603 4870 2407 t 2407 4869 603 t 995 3978 2407 t 2407 4870 995 t 303 4871 2408 t 2408 4865 303 t 1227 4872 2408 t 2408 4871 1227 t 603 4869 2408 t 2408 4872 603 t 1224 4865 2408 t 2408 4869 1224 t 304 4873 2409 t 2409 4875 304 t 1226 4874 2409 t 2409 4873 1226 t 603 4872 2409 t 2409 4874 603 t 1227 4875 2409 t 2409 4872 1227 t 177 3972 2410 t 2410 4876 177 t 995 4870 2410 t 2410 3972 995 t 603 4874 2410 t 2410 4870 603 t 1226 4876 2410 t 2410 4874 1226 t 177 4876 2411 t 2411 3921 177 t 1226 4877 2411 t 2411 4876 1226 t 604 4878 2411 t 2411 4877 604 t 982 3921 2411 t 2411 4878 982 t 304 4879 2412 t 2412 4873 304 t 1228 4880 2412 t 2412 4879 1228 t 604 4877 2412 t 2412 4880 604 t 1226 4873 2412 t 2412 4877 1226 t 302 4855 2413 t 2413 4882 302 t 1223 4881 2413 t 2413 4855 1223 t 604 4880 2413 t 2413 4881 604 t 1228 4882 2413 t 2413 4880 1228 t 176 3925 2414 t 2414 4849 176 t 982 4878 2414 t 2414 3925 982 t 604 4881 2414 t 2414 4878 604 t 1223 4849 2414 t 2414 4881 1223 t 305 4883 2415 t 2415 4886 305 t 1232 4884 2415 t 2415 4883 1232 t 605 4885 2415 t 2415 4884 605 t 1229 4886 2415 t 2415 4885 1229 t 308 4887 2416 t 2416 4889 308 t 1231 4888 2416 t 2416 4887 1231 t 605 4884 2416 t 2416 4888 605 t 1232 4889 2416 t 2416 4884 1232 t 307 4890 2417 t 2417 4892 307 t 1230 4891 2417 t 2417 4890 1230 t 605 4888 2417 t 2417 4891 605 t 1231 4892 2417 t 2417 4888 1231 t 306 4893 2418 t 2418 4894 306 t 1229 4885 2418 t 2418 4893 1229 t 605 4891 2418 t 2418 4885 605 t 1230 4894 2418 t 2418 4891 1230 t 302 4895 2419 t 2419 4853 302 t 1235 4896 2419 t 2419 4895 1235 t 606 4897 2419 t 2419 4896 606 t 1222 4853 2419 t 2419 4897 1222 t 310 4898 2420 t 2420 4900 310 t 1234 4899 2420 t 2420 4898 1234 t 606 4896 2420 t 2420 4899 606 t 1235 4900 2420 t 2420 4896 1235 t 309 4901 2421 t 2421 4903 309 t 1233 4902 2421 t 2421 4901 1233 t 606 4899 2421 t 2421 4902 606 t 1234 4903 2421 t 2421 4899 1234 t 301 4858 2422 t 2422 4904 301 t 1222 4897 2422 t 2422 4858 1222 t 606 4902 2422 t 2422 4897 606 t 1233 4904 2422 t 2422 4902 1233 t 301 4904 2423 t 2423 4863 301 t 1233 4905 2423 t 2423 4904 1233 t 607 4906 2423 t 2423 4905 607 t 1225 4863 2423 t 2423 4906 1225 t 309 4907 2424 t 2424 4901 309 t 1237 4908 2424 t 2424 4907 1237 t 607 4905 2424 t 2424 4908 607 t 1233 4901 2424 t 2424 4905 1233 t 311 4909 2425 t 2425 4911 311 t 1236 4910 2425 t 2425 4909 1236 t 607 4908 2425 t 2425 4910 607 t 1237 4911 2425 t 2425 4908 1237 t 303 4867 2426 t 2426 4912 303 t 1225 4906 2426 t 2426 4867 1225 t 607 4910 2426 t 2426 4906 607 t 1236 4912 2426 t 2426 4910 1236 t 303 4912 2427 t 2427 4871 303 t 1236 4913 2427 t 2427 4912 1236 t 608 4914 2427 t 2427 4913 608 t 1227 4871 2427 t 2427 4914 1227 t 311 4915 2428 t 2428 4909 311 t 1239 4916 2428 t 2428 4915 1239 t 608 4913 2428 t 2428 4916 608 t 1236 4909 2428 t 2428 4913 1236 t 312 4917 2429 t 2429 4919 312 t 1238 4918 2429 t 2429 4917 1238 t 608 4916 2429 t 2429 4918 608 t 1239 4919 2429 t 2429 4916 1239 t 304 4875 2430 t 2430 4920 304 t 1227 4914 2430 t 2430 4875 1227 t 608 4918 2430 t 2430 4914 608 t 1238 4920 2430 t 2430 4918 1238 t 304 4920 2431 t 2431 4879 304 t 1238 4921 2431 t 2431 4920 1238 t 609 4922 2431 t 2431 4921 609 t 1228 4879 2431 t 2431 4922 1228 t 312 4923 2432 t 2432 4917 312 t 1240 4924 2432 t 2432 4923 1240 t 609 4921 2432 t 2432 4924 609 t 1238 4917 2432 t 2432 4921 1238 t 310 4900 2433 t 2433 4926 310 t 1235 4925 2433 t 2433 4900 1235 t 609 4924 2433 t 2433 4925 609 t 1240 4926 2433 t 2433 4924 1240 t 302 4882 2434 t 2434 4895 302 t 1228 4922 2434 t 2434 4882 1228 t 609 4925 2434 t 2434 4922 609 t 1235 4895 2434 t 2434 4925 1235 t 310 4927 2435 t 2435 4898 310 t 1242 4928 2435 t 2435 4927 1242 t 610 4929 2435 t 2435 4928 610 t 1234 4898 2435 t 2435 4929 1234 t 305 4886 2436 t 2436 4931 305 t 1229 4930 2436 t 2436 4886 1229 t 610 4928 2436 t 2436 4930 610 t 1242 4931 2436 t 2436 4928 1242 t 306 4932 2437 t 2437 4893 306 t 1241 4933 2437 t 2437 4932 1241 t 610 4930 2437 t 2437 4933 610 t 1229 4893 2437 t 2437 4930 1229 t 309 4903 2438 t 2438 4934 309 t 1234 4929 2438 t 2438 4903 1234 t 610 4933 2438 t 2438 4929 610 t 1241 4934 2438 t 2438 4933 1241 t 309 4934 2439 t 2439 4907 309 t 1241 4935 2439 t 2439 4934 1241 t 611 4936 2439 t 2439 4935 611 t 1237 4907 2439 t 2439 4936 1237 t 306 4894 2440 t 2440 4932 306 t 1230 4937 2440 t 2440 4894 1230 t 611 4935 2440 t 2440 4937 611 t 1241 4932 2440 t 2440 4935 1241 t 307 4938 2441 t 2441 4890 307 t 1243 4939 2441 t 2441 4938 1243 t 611 4937 2441 t 2441 4939 611 t 1230 4890 2441 t 2441 4937 1230 t 311 4911 2442 t 2442 4940 311 t 1237 4936 2442 t 2442 4911 1237 t 611 4939 2442 t 2442 4936 611 t 1243 4940 2442 t 2442 4939 1243 t 311 4940 2443 t 2443 4915 311 t 1243 4941 2443 t 2443 4940 1243 t 612 4942 2443 t 2443 4941 612 t 1239 4915 2443 t 2443 4942 1239 t 307 4892 2444 t 2444 4938 307 t 1231 4943 2444 t 2444 4892 1231 t 612 4941 2444 t 2444 4943 612 t 1243 4938 2444 t 2444 4941 1243 t 308 4944 2445 t 2445 4887 308 t 1244 4945 2445 t 2445 4944 1244 t 612 4943 2445 t 2445 4945 612 t 1231 4887 2445 t 2445 4943 1231 t 312 4919 2446 t 2446 4946 312 t 1239 4942 2446 t 2446 4919 1239 t 612 4945 2446 t 2446 4942 612 t 1244 4946 2446 t 2446 4945 1244 t 312 4946 2447 t 2447 4923 312 t 1244 4947 2447 t 2447 4946 1244 t 613 4948 2447 t 2447 4947 613 t 1240 4923 2447 t 2447 4948 1240 t 308 4889 2448 t 2448 4944 308 t 1232 4949 2448 t 2448 4889 1232 t 613 4947 2448 t 2448 4949 613 t 1244 4944 2448 t 2448 4947 1244 t 305 4931 2449 t 2449 4883 305 t 1242 4950 2449 t 2449 4931 1242 t 613 4949 2449 t 2449 4950 613 t 1232 4883 2449 t 2449 4949 1232 t 310 4926 2450 t 2450 4927 310 t 1240 4948 2450 t 2450 4926 1240 t 613 4950 2450 t 2450 4948 613 t 1242 4927 2450 t 2450 4950 1242 t 313 4951 2451 t 2451 4954 313 t 1250 4952 2451 t 2451 4951 1250 t 614 4953 2451 t 2451 4952 614 t 1290 4954 2451 t 2451 4953 1290 t 316 4955 2452 t 2452 4957 316 t 1249 4956 2452 t 2452 4955 1249 t 614 4952 2452 t 2452 4956 614 t 1250 4957 2452 t 2452 4952 1250 t 315 4958 2453 t 2453 4959 315 t 1290 4953 2453 t 2453 4958 1290 t 614 4956 2453 t 2453 4953 614 t 1249 4959 2453 t 2453 4956 1249 t 144 3724 2454 t 2454 4962 144 t 1253 4960 2454 t 2454 3724 1253 t 615 4961 2454 t 2454 4960 615 t 1251 4962 2454 t 2454 4961 1251 t 317 4963 2455 t 2455 3728 317 t 1252 4964 2455 t 2455 4963 1252 t 615 4960 2455 t 2455 4964 615 t 1253 3728 2455 t 2455 4960 1253 t 161 4965 2456 t 2456 4966 161 t 1251 4961 2456 t 2456 4965 1251 t 615 4964 2456 t 2456 4961 615 t 1252 4966 2456 t 2456 4964 1252 t 317 3732 2457 t 2457 4963 317 t 1255 4967 2457 t 2457 3732 1255 t 616 4968 2457 t 2457 4967 616 t 1252 4963 2457 t 2457 4968 1252 t 318 4969 2458 t 2458 3736 318 t 1254 4970 2458 t 2458 4969 1254 t 616 4967 2458 t 2458 4970 616 t 1255 3736 2458 t 2458 4967 1255 t 164 3856 2459 t 2459 4972 164 t 964 4971 2459 t 2459 3856 964 t 616 4970 2459 t 2459 4971 616 t 1254 4972 2459 t 2459 4970 1254 t 161 4966 2460 t 2460 3850 161 t 1252 4968 2460 t 2460 4966 1252 t 616 4971 2460 t 2460 4968 616 t 964 3850 2460 t 2460 4971 964 t 318 3740 2461 t 2461 4969 318 t 1257 4973 2461 t 2461 3740 1257 t 617 4974 2461 t 2461 4973 617 t 1254 4969 2461 t 2461 4974 1254 t 319 4975 2462 t 2462 3744 319 t 1256 4976 2462 t 2462 4975 1256 t 617 4973 2462 t 2462 4976 617 t 1257 3744 2462 t 2462 4973 1257 t 167 3867 2463 t 2463 4978 167 t 968 4977 2463 t 2463 3867 968 t 617 4976 2463 t 2463 4977 617 t 1256 4978 2463 t 2463 4976 1256 t 164 4972 2464 t 2464 3862 164 t 1254 4974 2464 t 2464 4972 1254 t 617 4977 2464 t 2464 4974 617 t 968 3862 2464 t 2464 4977 968 t 319 3748 2465 t 2465 4975 319 t 943 4979 2465 t 2465 3748 943 t 618 4980 2465 t 2465 4979 618 t 1256 4975 2465 t 2465 4980 1256 t 145 4981 2466 t 2466 3752 145 t 1258 4982 2466 t 2466 4981 1258 t 618 4979 2466 t 2466 4982 618 t 943 3752 2466 t 2466 4979 943 t 170 3880 2467 t 2467 4984 170 t 972 4983 2467 t 2467 3880 972 t 618 4982 2467 t 2467 4983 618 t 1258 4984 2467 t 2467 4982 1258 t 167 4978 2468 t 2468 3875 167 t 1256 4980 2468 t 2468 4978 1256 t 618 4983 2468 t 2468 4980 618 t 972 3875 2468 t 2468 4983 972 t 145 3756 2469 t 2469 4981 145 t 1260 4985 2469 t 2469 3756 1260 t 619 4986 2469 t 2469 4985 619 t 1258 4981 2469 t 2469 4986 1258 t 320 4987 2470 t 2470 3760 320 t 1259 4988 2470 t 2470 4987 1259 t 619 4985 2470 t 2470 4988 619 t 1260 3760 2470 t 2470 4985 1260 t 172 3893 2471 t 2471 4990 172 t 975 4989 2471 t 2471 3893 975 t 619 4988 2471 t 2471 4989 619 t 1259 4990 2471 t 2471 4988 1259 t 170 4984 2472 t 2472 3888 170 t 1258 4986 2472 t 2472 4984 1258 t 619 4989 2472 t 2472 4986 619 t 975 3888 2472 t 2472 4989 975 t 320 3764 2473 t 2473 4987 320 t 944 4991 2473 t 2473 3764 944 t 620 4992 2473 t 2473 4991 620 t 1259 4987 2473 t 2473 4992 1259 t 146 4993 2474 t 2474 3768 146 t 1261 4994 2474 t 2474 4993 1261 t 620 4991 2474 t 2474 4994 620 t 944 3768 2474 t 2474 4991 944 t 174 3903 2475 t 2475 4996 174 t 978 4995 2475 t 2475 3903 978 t 620 4994 2475 t 2475 4995 620 t 1261 4996 2475 t 2475 4994 1261 t 172 4990 2476 t 2476 3898 172 t 1259 4992 2476 t 2476 4990 1259 t 620 4995 2476 t 2476 4992 620 t 978 3898 2476 t 2476 4995 978 t 146 3772 2477 t 2477 4993 146 t 1262 4997 2477 t 2477 3772 1262 t 621 4998 2477 t 2477 4997 621 t 1261 4993 2477 t 2477 4998 1261 t 175 3912 2478 t 2478 3774 175 t 980 4999 2478 t 2478 3912 980 t 621 4997 2478 t 2478 4999 621 t 1262 3774 2478 t 2478 4997 1262 t 174 4996 2479 t 2479 3908 174 t 1261 4998 2479 t 2479 4996 1261 t 621 4999 2479 t 2479 4998 621 t 980 3908 2479 t 2479 4999 980 t 147 3778 2480 t 2480 5002 147 t 945 5000 2480 t 2480 3778 945 t 622 5001 2480 t 2480 5000 622 t 1263 5002 2480 t 2480 5001 1263 t 144 4962 2481 t 2481 3782 144 t 1251 5003 2481 t 2481 4962 1251 t 622 5000 2481 t 2481 5003 622 t 945 3782 2481 t 2481 5000 945 t 161 3853 2482 t 2482 4965 161 t 961 5004 2482 t 2482 3853 961 t 622 5003 2482 t 2482 5004 622 t 1251 4965 2482 t 2482 5003 1251 t 162 5005 2483 t 2483 3860 162 t 1263 5001 2483 t 2483 5005 1263 t 622 5004 2483 t 2483 5001 622 t 961 3860 2483 t 2483 5004 961 t 149 3786 2484 t 2484 5008 149 t 947 5006 2484 t 2484 3786 947 t 623 5007 2484 t 2484 5006 623 t 1264 5008 2484 t 2484 5007 1264 t 147 5002 2485 t 2485 3790 147 t 1263 5009 2485 t 2485 5002 1263 t 623 5006 2485 t 2485 5009 623 t 947 3790 2485 t 2485 5006 947 t 162 3918 2486 t 2486 5005 162 t 981 5010 2486 t 2486 3918 981 t 623 5009 2486 t 2486 5010 623 t 1263 5005 2486 t 2486 5009 1263 t 176 5011 2487 t 2487 3924 176 t 1264 5007 2487 t 2487 5011 1264 t 623 5010 2487 t 2487 5007 623 t 981 3924 2487 t 2487 5010 981 t 314 3793 2488 t 2488 5014 314 t 949 5012 2488 t 2488 3793 949 t 624 5013 2488 t 2488 5012 624 t 1246 5014 2488 t 2488 5013 1246 t 149 5008 2489 t 2489 3796 149 t 1264 5015 2489 t 2489 5008 1264 t 624 5012 2489 t 2489 5015 624 t 949 3796 2489 t 2489 5012 949 t 176 4852 2490 t 2490 5011 176 t 1220 5016 2490 t 2490 4852 1220 t 624 5015 2490 t 2490 5016 624 t 1264 5011 2490 t 2490 5015 1264 t 189 5017 2491 t 2491 4859 189 t 1246 5013 2491 t 2491 5017 1246 t 624 5016 2491 t 2491 5013 624 t 1220 4859 2491 t 2491 5016 1220 t 5171 3799 2492 t 2492 5462 5171 t 951 5018 5312 t 5312 5392 951 t 625 5019 5312 t 5312 5018 625 t 5254 5462 2492 t 2492 5464 5254 t 313 5020 2493 t 2493 3803 313 t 1245 5021 2493 t 2493 5020 1245 t 5208 5463 2493 t 2493 5021 5208 t 5231 3803 2493 t 2493 5463 5231 t 190 4062 2494 t 2494 5023 190 t 1019 5022 2494 t 2494 4062 1019 t 5208 5021 2494 t 2494 5022 5208 t 1245 5023 2494 t 2494 5021 1245 t 196 5460 2495 t 2495 4068 196 t 5254 5464 2495 t 2495 5460 5254 t 625 5465 5313 t 5313 5019 625 t 5236 5405 5313 t 5313 5465 5236 t 5172 3807 2496 t 2496 5434 5172 t 953 5024 5314 t 5314 5396 953 t 626 5025 5314 t 5314 5024 626 t 5247 5434 2496 t 2496 5467 5247 t 154 5026 2497 t 2497 3811 154 t 1265 5027 2497 t 2497 5026 1265 t 5209 5466 2497 t 2497 5027 5209 t 5233 3811 2497 t 2497 5466 5233 t 223 4277 2498 t 2498 5029 223 t 5249 5028 2498 t 2498 4277 5249 t 5209 5027 2498 t 2498 5028 5209 t 1265 5029 2498 t 2498 5027 1265 t 5179 5436 2499 t 2499 4272 5179 t 5247 5467 2499 t 2499 5436 5247 t 626 5468 5315 t 5315 5025 626 t 1073 5437 5315 t 5315 5468 1073 t 154 3815 2500 t 2500 5026 154 t 955 5030 2500 t 2500 3815 955 t 627 5031 2500 t 2500 5030 627 t 1265 5026 2500 t 2500 5031 1265 t 155 5032 2501 t 2501 3819 155 t 1266 5033 2501 t 2501 5032 1266 t 627 5030 2501 t 2501 5033 627 t 955 3819 2501 t 2501 5030 955 t 232 4333 2502 t 2502 5035 232 t 1088 5034 2502 t 2502 4333 1088 t 627 5033 2502 t 2502 5034 627 t 1266 5035 2502 t 2502 5033 1266 t 223 5029 2503 t 2503 4328 223 t 1265 5031 2503 t 2503 5029 1265 t 627 5034 2503 t 2503 5031 627 t 1088 4328 2503 t 2503 5034 1088 t 155 3823 2504 t 2504 5032 155 t 956 5036 2504 t 2504 3823 956 t 628 5037 2504 t 2504 5036 628 t 1266 5032 2504 t 2504 5037 1266 t 156 5038 2505 t 2505 3827 156 t 1267 5039 2505 t 2505 5038 1267 t 628 5036 2505 t 2505 5039 628 t 956 3827 2505 t 2505 5036 956 t 240 4387 2506 t 2506 5041 240 t 1103 5040 2506 t 2506 4387 1103 t 628 5039 2506 t 2506 5040 628 t 1267 5041 2506 t 2506 5039 1267 t 232 5035 2507 t 2507 4382 232 t 1266 5037 2507 t 2507 5035 1266 t 628 5040 2507 t 2507 5037 628 t 1103 4382 2507 t 2507 5040 1103 t 156 3831 2508 t 2508 5038 156 t 957 5042 2508 t 2508 3831 957 t 629 5043 2508 t 2508 5042 629 t 1267 5038 2508 t 2508 5043 1267 t 321 5044 2509 t 2509 3835 321 t 1268 5045 2509 t 2509 5044 1268 t 629 5042 2509 t 2509 5045 629 t 957 3835 2509 t 2509 5042 957 t 246 4435 2510 t 2510 5047 246 t 1116 5046 2510 t 2510 4435 1116 t 629 5045 2510 t 2510 5046 629 t 1268 5047 2510 t 2510 5045 1268 t 240 5041 2511 t 2511 4430 240 t 1267 5043 2511 t 2511 5041 1267 t 629 5046 2511 t 2511 5043 629 t 1116 4430 2511 t 2511 5046 1116 t 321 3839 2512 t 2512 5044 321 t 1270 5048 2512 t 2512 3839 1270 t 630 5049 2512 t 2512 5048 630 t 1268 5044 2512 t 2512 5049 1268 t 158 5050 2513 t 2513 3843 158 t 1269 5051 2513 t 2513 5050 1269 t 630 5048 2513 t 2513 5051 630 t 1270 3843 2513 t 2513 5048 1270 t 253 4483 2514 t 2514 5053 253 t 1128 5052 2514 t 2514 4483 1128 t 630 5051 2514 t 2514 5052 630 t 1269 5053 2514 t 2514 5051 1269 t 246 5047 2515 t 2515 4478 246 t 1268 5049 2515 t 2515 5047 1268 t 630 5052 2515 t 2515 5049 630 t 1128 4478 2515 t 2515 5052 1128 t 158 3847 2516 t 2516 5050 158 t 959 5054 2516 t 2516 3847 959 t 631 5055 2516 t 2516 5054 631 t 1269 5050 2516 t 2516 5055 1269 t 263 4536 2517 t 2517 3849 263 t 1144 5056 2517 t 2517 4536 1144 t 631 5054 2517 t 2517 5056 631 t 959 3849 2517 t 2517 5054 959 t 253 5053 2518 t 2518 4532 253 t 1269 5055 2518 t 2518 5053 1269 t 631 5056 2518 t 2518 5055 631 t 1144 4532 2518 t 2518 5056 1144 t 326 5057 2519 t 2519 5060 326 t 1279 5058 2519 t 2519 5057 1279 t 632 5059 2519 t 2519 5058 632 t 1291 5060 2519 t 2519 5059 1291 t 327 5061 2520 t 2520 5063 327 t 1280 5062 2520 t 2520 5061 1280 t 632 5058 2520 t 2520 5062 632 t 1279 5063 2520 t 2520 5058 1279 t 328 5064 2521 t 2521 5065 328 t 1291 5059 2521 t 2521 5064 1291 t 632 5062 2521 t 2521 5059 632 t 1280 5065 2521 t 2521 5062 1280 t 316 5066 2522 t 2522 5069 316 t 930 5067 2522 t 2522 5066 930 t 633 5068 2522 t 2522 5067 633 t 1275 5069 2522 t 2522 5068 1275 t 143 5070 2523 t 2523 5072 143 t 1276 5071 2523 t 2523 5070 1276 t 633 5067 2523 t 2523 5071 633 t 930 5072 2523 t 2523 5067 930 t 323 5073 2524 t 2524 5075 323 t 1271 5074 2524 t 2524 5073 1271 t 633 5071 2524 t 2524 5074 633 t 1276 5075 2524 t 2524 5071 1276 t 322 5076 2525 t 2525 5077 322 t 1275 5068 2525 t 2525 5076 1275 t 633 5074 2525 t 2525 5068 633 t 1271 5077 2525 t 2525 5074 1271 t 143 3720 2526 t 2526 5070 143 t 942 5078 2526 t 2526 3720 942 t 634 5079 2526 t 2526 5078 634 t 1276 5070 2526 t 2526 5079 1276 t 160 5080 2527 t 2527 3716 160 t 1277 5081 2527 t 2527 5080 1277 t 634 5078 2527 t 2527 5081 634 t 942 3716 2527 t 2527 5078 942 t 324 5082 2528 t 2528 5084 324 t 1272 5083 2528 t 2528 5082 1272 t 634 5081 2528 t 2528 5083 634 t 1277 5084 2528 t 2528 5081 1277 t 323 5075 2529 t 2529 5085 323 t 1276 5079 2529 t 2529 5075 1276 t 634 5083 2529 t 2529 5079 634 t 1272 5085 2529 t 2529 5083 1272 t 160 5086 2530 t 2530 5080 160 t 1248 5087 2530 t 2530 5086 1248 t 635 5088 2530 t 2530 5087 635 t 1277 5080 2530 t 2530 5088 1277 t 315 5089 2531 t 2531 5091 315 t 1278 5090 2531 t 2531 5089 1278 t 635 5087 2531 t 2531 5090 635 t 1248 5091 2531 t 2531 5087 1248 t 325 5092 2532 t 2532 5094 325 t 1273 5093 2532 t 2532 5092 1273 t 635 5090 2532 t 2532 5093 635 t 1278 5094 2532 t 2532 5090 1278 t 324 5084 2533 t 2533 5095 324 t 1277 5088 2533 t 2533 5084 1277 t 635 5093 2533 t 2533 5088 635 t 1273 5095 2533 t 2533 5093 1273 t 315 4959 2534 t 2534 5089 315 t 1249 5096 2534 t 2534 4959 1249 t 636 5097 2534 t 2534 5096 636 t 1278 5089 2534 t 2534 5097 1278 t 316 5069 2535 t 2535 4955 316 t 1275 5098 2535 t 2535 5069 1275 t 636 5096 2535 t 2535 5098 636 t 1249 4955 2535 t 2535 5096 1249 t 322 5099 2536 t 2536 5076 322 t 1274 5100 2536 t 2536 5099 1274 t 636 5098 2536 t 2536 5100 636 t 1275 5076 2536 t 2536 5098 1275 t 325 5094 2537 t 2537 5101 325 t 1278 5097 2537 t 2537 5094 1278 t 636 5100 2537 t 2537 5097 636 t 1274 5101 2537 t 2537 5100 1274 t 322 5077 2538 t 2538 5104 322 t 1271 5102 2538 t 2538 5077 1271 t 637 5103 2538 t 2538 5102 637 t 1283 5104 2538 t 2538 5103 1283 t 323 5105 2539 t 2539 5073 323 t 1284 5106 2539 t 2539 5105 1284 t 637 5102 2539 t 2539 5106 637 t 1271 5073 2539 t 2539 5102 1271 t 327 5063 2540 t 2540 5108 327 t 1279 5107 2540 t 2540 5063 1279 t 637 5106 2540 t 2540 5107 637 t 1284 5108 2540 t 2540 5106 1284 t 326 5109 2541 t 2541 5057 326 t 1283 5103 2541 t 2541 5109 1283 t 637 5107 2541 t 2541 5103 637 t 1279 5057 2541 t 2541 5107 1279 t 323 5085 2542 t 2542 5105 323 t 1272 5110 2542 t 2542 5085 1272 t 638 5111 2542 t 2542 5110 638 t 1284 5105 2542 t 2542 5111 1284 t 324 5112 2543 t 2543 5082 324 t 1285 5113 2543 t 2543 5112 1285 t 638 5110 2543 t 2543 5113 638 t 1272 5082 2543 t 2543 5110 1272 t 328 5065 2544 t 2544 5115 328 t 1280 5114 2544 t 2544 5065 1280 t 638 5113 2544 t 2544 5114 638 t 1285 5115 2544 t 2544 5113 1285 t 327 5108 2545 t 2545 5061 327 t 1284 5111 2545 t 2545 5108 1284 t 638 5114 2545 t 2545 5111 638 t 1280 5061 2545 t 2545 5114 1280 t 324 5095 2546 t 2546 5112 324 t 1273 5116 2546 t 2546 5095 1273 t 639 5117 2546 t 2546 5116 639 t 1285 5112 2546 t 2546 5117 1285 t 325 5118 2547 t 2547 5092 325 t 1286 5119 2547 t 2547 5118 1286 t 639 5116 2547 t 2547 5119 639 t 1273 5092 2547 t 2547 5116 1273 t 329 5120 2548 t 2548 5122 329 t 1281 5121 2548 t 2548 5120 1281 t 639 5119 2548 t 2548 5121 639 t 1286 5122 2548 t 2548 5119 1286 t 328 5115 2549 t 2549 5123 328 t 1285 5117 2549 t 2549 5115 1285 t 639 5121 2549 t 2549 5117 639 t 1281 5123 2549 t 2549 5121 1281 t 325 5101 2550 t 2550 5118 325 t 1274 5124 2550 t 2550 5101 1274 t 640 5125 2550 t 2550 5124 640 t 1286 5118 2550 t 2550 5125 1286 t 322 5104 2551 t 2551 5099 322 t 1283 5126 2551 t 2551 5104 1283 t 640 5124 2551 t 2551 5126 640 t 1274 5099 2551 t 2551 5124 1274 t 326 5127 2552 t 2552 5109 326 t 1282 5128 2552 t 2552 5127 1282 t 640 5126 2552 t 2552 5128 640 t 1283 5109 2552 t 2552 5126 1283 t 329 5122 2553 t 2553 5129 329 t 1286 5125 2553 t 2553 5122 1286 t 640 5128 2553 t 2553 5125 640 t 1282 5129 2553 t 2553 5128 1282 t 267 4569 2554 t 2554 4575 267 t 1152 5130 2554 t 2554 4569 1152 t 641 5131 2554 t 2554 5130 641 t 1155 4575 2554 t 2554 5131 1155 t 266 4557 2555 t 2555 4565 266 t 1149 5132 2555 t 2555 4557 1149 t 641 5130 2555 t 2555 5132 641 t 1152 4565 2555 t 2555 5130 1152 t 264 4549 2556 t 2556 4553 264 t 1146 5133 2556 t 2556 4549 1146 t 641 5132 2556 t 2556 5133 641 t 1149 4553 2556 t 2556 5132 1149 t 261 4541 2557 t 2557 4545 261 t 1142 5134 2557 t 2557 4541 1142 t 641 5133 2557 t 2557 5134 641 t 1146 4545 2557 t 2557 5133 1146 t 262 3294 2558 t 2558 4537 262 t 824 5135 2558 t 2558 3294 824 t 641 5134 2558 t 2558 5135 641 t 1142 4537 2558 t 2558 5134 1142 t 89 3304 2559 t 2559 3289 89 t 825 5136 2559 t 2559 3304 825 t 641 5135 2559 t 2559 5136 641 t 824 3289 2559 t 2559 5135 824 t 90 3315 2560 t 2560 3301 90 t 826 5137 2560 t 2560 3315 826 t 641 5136 2560 t 2560 5137 641 t 825 3301 2560 t 2560 5136 825 t 91 3326 2561 t 2561 3312 91 t 827 5138 2561 t 2561 3326 827 t 641 5137 2561 t 2561 5138 641 t 826 3312 2561 t 2561 5137 826 t 92 3337 2562 t 2562 3323 92 t 941 5139 2562 t 2562 3337 941 t 641 5138 2562 t 2562 5139 641 t 827 3323 2562 t 2562 5138 827 t 268 4578 2563 t 2563 3334 268 t 1155 5131 2563 t 2563 4578 1155 t 641 5139 2563 t 2563 5131 641 t 941 3334 2563 t 2563 5139 941 t 143 5140 2564 t 2564 3719 143 t 1288 5141 2564 t 2564 5140 1288 t 642 5142 2564 t 2564 5141 642 t 1287 3719 2564 t 2564 5142 1287 t 313 3804 2565 t 2565 5144 313 t 695 5143 2565 t 2565 3804 695 t 642 5141 2565 t 2565 5143 642 t 1288 5144 2565 t 2565 5141 1288 t 24 2754 2566 t 2566 3801 24 t 696 5145 2566 t 2566 2754 696 t 642 5143 2566 t 2566 5145 642 t 695 3801 2566 t 2566 5143 695 t 18 3712 2567 t 2567 2748 18 t 1287 5142 2567 t 2567 3712 1287 t 642 5145 2567 t 2567 5142 642 t 696 2748 2567 t 2567 5145 696 t 143 5072 2568 t 2568 5140 143 t 930 5146 2568 t 2568 5072 930 t 643 5147 2568 t 2568 5146 643 t 1288 5140 2568 t 2568 5147 1288 t 316 4957 2569 t 2569 5066 316 t 1250 5148 2569 t 2569 4957 1250 t 643 5146 2569 t 2569 5148 643 t 930 5066 2569 t 2569 5146 930 t 313 5144 2570 t 2570 4951 313 t 1288 5147 2570 t 2570 5144 1288 t 643 5148 2570 t 2570 5147 643 t 1250 4951 2570 t 2570 5148 1250 t 315 5091 2571 t 2571 5151 315 t 1248 5149 2571 t 2571 5091 1248 t 644 5150 2571 t 2571 5149 644 t 1289 5151 2571 t 2571 5150 1289 t 160 3718 2572 t 2572 5086 160 t 1247 5152 2572 t 2572 3718 1247 t 644 5149 2572 t 2572 5152 644 t 1248 5086 2572 t 2572 5149 1248 t 314 5014 2573 t 2573 3713 314 t 1246 5153 2573 t 2573 5014 1246 t 644 5152 2573 t 2573 5153 644 t 1247 3713 2573 t 2573 5152 1247 t 189 5154 2574 t 2574 5017 189 t 1289 5150 2574 t 2574 5154 1289 t 644 5153 2574 t 2574 5150 644 t 1246 5017 2574 t 2574 5153 1246 t 315 5151 2575 t 2575 4958 315 t 1289 5155 2575 t 2575 5151 1289 t 645 5156 2575 t 2575 5155 645 t 1290 4958 2575 t 2575 5156 1290 t 189 4013 2576 t 2576 5154 189 t 1006 5157 2576 t 2576 4013 1006 t 645 5155 2576 t 2576 5157 645 t 1289 5154 2576 t 2576 5155 1289 t 190 5023 2577 t 2577 4020 190 t 1245 5158 2577 t 2577 5023 1245 t 645 5157 2577 t 2577 5158 645 t 1006 4020 2577 t 2577 5157 1006 t 313 4954 2578 t 2578 5020 313 t 1290 5156 2578 t 2578 4954 1290 t 645 5158 2578 t 2578 5156 645 t 1245 5020 2578 t 2578 5158 1245 t 328 5123 2579 t 2579 5064 328 t 1281 5159 2579 t 2579 5123 1281 t 646 5160 2579 t 2579 5159 646 t 1291 5064 2579 t 2579 5160 1291 t 329 5129 2580 t 2580 5120 329 t 1282 5161 2580 t 2580 5129 1282 t 646 5159 2580 t 2580 5161 646 t 1281 5120 2580 t 2580 5159 1281 t 326 5060 2581 t 2581 5127 326 t 1291 5160 2581 t 2581 5060 1291 t 646 5161 2581 t 2581 5160 646 t 1282 5127 2581 t 2581 5161 1282 } object { shader 7---Default type mesh name Cylinder01 962 1920 v -24.7513 -36.0906 74.8409 0.42635 0.739381 -0.521095 0 0 v -23.5706 -36.0906 77.9637 0.664456 0.739382 0.108683 0 0 v -25.6848 -36.0906 80.5477 0.238105 0.739383 0.629776 0 0 v -28.9796 -36.0906 80.0088 -0.42635 0.739381 0.521095 0 0 v -30.1603 -36.0906 76.8859 -0.664456 0.739382 -0.108683 0 0 v -28.0462 -36.0906 74.3019 -0.238104 0.739385 -0.629774 0 0 v -24.3793 -39.2648 74.3862 0.617766 -0.219712 -0.755044 0 0 v -22.9909 -39.2648 78.0586 0.962771 -0.219712 0.157477 0 0 v -25.477 -39.2648 81.0972 0.345009 -0.219709 0.912522 0 0 v -29.3516 -39.2648 80.4634 -0.617764 -0.219715 0.755045 0 0 v -30.74 -39.2648 76.7911 -0.962771 -0.219713 -0.157477 0 0 v -28.2539 -39.2648 73.7524 -0.345008 -0.219713 -0.912521 0 0 v -25.2838 -41.2221 75.4917 0.235033 -0.928569 -0.287261 0 0 v -24.4005 -41.2221 77.828 0.366293 -0.928569 0.0599128 0 0 v -25.9822 -41.2221 79.7611 0.131257 -0.928569 0.347175 0 0 v -28.4471 -41.2221 79.3579 -0.235035 -0.928568 0.287263 0 0 v -29.3304 -41.2221 77.0216 -0.366293 -0.928569 -0.0599124 0 0 v -27.7488 -41.2221 75.0885 -0.131261 -0.928568 -0.347176 0 0 v -26.8655 -35.1529 77.4248 -6.24108e-010 1 6.24108e-010 0 0 v -23.1428 -37.3703 76.0174 0.91684 0.198106 -0.346639 0 0 v -23.7853 -37.3703 79.945 0.758617 0.198107 0.620688 0 0 v -27.5079 -37.3703 81.3524 -0.158224 0.198103 0.967326 0 0 v -30.5881 -37.3703 78.8323 -0.91684 0.198105 0.346639 0 0 v -29.9456 -37.3703 74.9047 -0.758617 0.198108 -0.620688 0 0 v -26.223 -37.3703 73.4972 0.158224 0.198104 -0.967326 0 0 v -26.8655 -41.6039 77.4248 1.4927e-008 -1 8.62965e-009 0 0 v -23.7693 -40.6219 76.2542 0.71741 -0.641679 -0.27124 0 0 v -24.3036 -40.6219 79.5209 0.593605 -0.64168 0.485676 0 0 v -27.3998 -40.6219 80.6915 -0.123806 -0.641678 0.756916 0 0 v -29.9617 -40.6219 78.5954 -0.717409 -0.64168 0.271239 0 0 v -29.4273 -40.6219 75.3287 -0.593606 -0.641677 -0.485678 0 0 v -26.3311 -40.6219 74.1581 0.123804 -0.64168 -0.756914 0 0 v -24.1209 -35.808 76.3871 0.497668 0.846713 -0.188158 0 0 v -24.5945 -35.808 79.2829 0.411784 0.846713 0.336914 0 0 v -27.3391 -35.808 80.3205 -0.085884 0.846711 0.525075 0 0 v -29.61 -35.808 78.4625 -0.497668 0.846713 0.188159 0 0 v -29.1364 -35.808 75.5668 -0.411783 0.846713 -0.336913 0 0 v -26.3918 -35.808 74.5291 0.0858838 0.846712 -0.525074 0 0 v -23.2095 -39.2648 76.0426 0.912718 -0.218779 -0.345081 0 0 v -24.3204 -37.3979 74.3142 0.623227 0.177093 -0.761726 0 0 v -22.8991 -37.3979 78.0736 0.971287 0.177093 0.15887 0 0 v -23.8404 -39.2648 79.8998 0.755208 -0.218777 0.617898 0 0 v -25.4441 -37.3979 81.1842 0.348056 0.177091 0.920595 0 0 v -27.4964 -39.2648 81.2821 -0.157515 -0.218783 0.962976 0 0 v -29.4105 -37.3979 80.5354 -0.623228 0.177094 0.761725 0 0 v -30.5214 -39.2648 78.8071 -0.912718 -0.218779 0.345081 0 0 v -30.8318 -37.3979 76.7761 -0.971287 0.177093 -0.15887 0 0 v -29.8905 -39.2648 74.9498 -0.755207 -0.218779 -0.617898 0 0 v -28.2868 -37.3979 73.6655 -0.348054 0.177092 -0.920596 0 0 v -26.2345 -39.2648 73.5676 0.157511 -0.218783 -0.962977 0 0 v -24.8596 -41.3372 76.6665 0.272576 -0.956599 -0.103056 0 0 v -25.2058 -41.3372 78.7827 0.225537 -0.956599 0.18453 0 0 v -27.2116 -41.3372 79.5411 -0.0470402 -0.956599 0.287587 0 0 v -28.8713 -41.3372 78.1832 -0.272576 -0.956599 0.103056 0 0 v -28.5251 -41.3372 76.0669 -0.225537 -0.956599 -0.184531 0 0 v -26.5193 -41.3372 75.3085 0.0470397 -0.956599 -0.287587 0 0 v -23.5607 -40.6106 77.9654 0.769596 -0.626 0.12588 0 0 v -24.745 -40.6106 74.8331 0.493812 -0.626002 -0.60355 0 0 v -25.6812 -40.6106 80.5571 0.275782 -0.626003 0.729428 0 0 v -28.986 -40.6106 80.0165 -0.493813 -0.626002 0.603548 0 0 v -30.1702 -40.6106 76.8843 -0.769596 -0.626 -0.12588 0 0 v -28.0497 -40.6106 74.2926 -0.275784 -0.625999 -0.72943 0 0 v -27.6806 -35.5162 75.2689 -0.113934 0.946682 -0.301351 0 0 v -29.1401 -35.5162 77.0528 -0.317944 0.946682 -0.0520049 0 0 v -28.325 -35.5162 79.2087 -0.20401 0.946682 0.249345 0 0 v -26.0503 -35.5162 79.5807 0.113934 0.946682 0.301351 0 0 v -24.5908 -35.5162 77.7969 0.317944 0.946682 0.0520051 0 0 v -25.4059 -35.5162 75.641 0.20401 0.946682 -0.249345 0 0 v -23.8921 -36.5415 75.2417 0.708667 0.515934 -0.481252 0 0 v -23.1915 -36.5415 77.0947 0.849796 0.515936 -0.107969 0 0 v -22.8369 -38.3392 77.0276 0.992263 -0.0542406 -0.111679 0 0 v -23.5818 -38.3392 75.0575 0.81795 -0.0542394 -0.572726 0 0 v -23.4881 -36.5415 78.9083 0.771109 0.515937 0.373096 0 0 v -24.7426 -36.5415 80.4415 0.518404 0.515936 0.681958 0 0 v -24.5071 -38.3392 80.715 0.592848 -0.0542374 0.803486 0 0 v -23.1734 -38.3392 79.0849 0.90497 -0.0542426 0.422003 0 0 v -26.4615 -36.5415 81.0914 0.0624424 0.515938 0.854347 0 0 v -28.4166 -36.5415 80.7716 -0.331391 0.515937 0.78993 0 0 v -28.5357 -38.3392 81.1123 -0.399415 -0.054237 0.915165 0 0 v -26.4571 -38.3392 81.4523 0.0870171 -0.0542368 0.994729 0 0 v -29.8388 -36.5415 79.6079 -0.708667 0.515934 0.481252 0 0 v -30.5394 -36.5415 77.7549 -0.849796 0.515936 0.107969 0 0 v -30.894 -38.3392 77.8221 -0.992263 -0.0542406 0.111679 0 0 v -30.1491 -38.3392 79.7922 -0.817951 -0.0542398 0.572725 0 0 v -30.2428 -36.5415 75.9414 -0.77111 0.515936 -0.373095 0 0 v -28.9883 -36.5415 74.4081 -0.518404 0.515934 -0.68196 0 0 v -29.2238 -38.3392 74.1346 -0.592849 -0.054239 -0.803485 0 0 v -30.5575 -38.3392 75.7647 -0.904971 -0.05424 -0.422002 0 0 v -27.2694 -36.5415 73.7582 -0.062444 0.515938 -0.854347 0 0 v -25.3144 -36.5415 74.078 0.331393 0.515937 -0.789929 0 0 v -25.1952 -38.3392 73.7374 0.399415 -0.0542374 -0.915165 0 0 v -27.2738 -38.3392 73.3974 -0.0870172 -0.0542368 -0.994729 0 0 v -27.449 -41.456 75.8814 -0.063447 -0.983775 -0.167814 0 0 v -25.8206 -41.456 76.1478 0.113608 -0.983775 -0.138854 0 0 v -25.2371 -41.456 77.6912 0.177055 -0.983775 0.0289601 0 0 v -26.2819 -41.456 78.9682 0.0634471 -0.983775 0.167814 0 0 v -27.9103 -41.456 78.7018 -0.113608 -0.983775 0.138853 0 0 v -28.4938 -41.456 77.1585 -0.177055 -0.983775 -0.0289602 0 0 v -23.8833 -40.0294 75.2747 0.750918 -0.399224 -0.526063 0 0 v -23.2068 -40.0294 77.0641 0.911125 -0.399226 -0.102323 0 0 v -24.015 -41.0305 77.1737 0.53584 -0.841454 -0.0694958 0 0 v -24.5618 -41.0305 75.7273 0.447787 -0.841454 -0.302392 0 0 v -23.5124 -40.0294 78.9324 0.831042 -0.399226 0.387282 0 0 v -24.7238 -40.0294 80.413 0.544176 -0.399227 0.737896 0 0 v -25.2227 -41.0305 79.7678 0.328108 -0.841455 0.429301 0 0 v -24.2436 -41.0305 78.5711 0.485774 -0.841454 0.236598 0 0 v -26.4945 -40.0294 81.0825 0.0801224 -0.399227 0.913345 0 0 v -28.3824 -40.0294 80.7737 -0.366949 -0.399226 0.840218 0 0 v -28.0732 -41.0305 80.019 -0.207736 -0.841453 0.498801 0 0 v -26.5472 -41.0305 80.2686 0.0379842 -0.841452 0.538994 0 0 v -29.8476 -40.0294 79.5749 -0.750917 -0.399225 0.526063 0 0 v -30.5241 -40.0294 77.7855 -0.911125 -0.399225 0.102323 0 0 v -29.7159 -41.0305 77.676 -0.53584 -0.841454 0.0694956 0 0 v -29.1691 -41.0305 79.1223 -0.447788 -0.841454 0.302394 0 0 v -30.2185 -40.0294 75.9173 -0.831042 -0.399225 -0.387284 0 0 v -29.0071 -40.0294 74.4367 -0.544177 -0.399228 -0.737895 0 0 v -28.5082 -41.0305 75.0818 -0.328106 -0.841454 -0.429304 0 0 v -29.4873 -41.0305 76.2786 -0.485774 -0.841454 -0.236598 0 0 v -27.2364 -40.0294 73.7672 -0.0801231 -0.399225 -0.913345 0 0 v -25.3485 -40.0294 74.076 0.366947 -0.399227 -0.840219 0 0 v -25.6577 -41.0305 74.8307 0.207737 -0.841452 -0.498802 0 0 v -27.1837 -41.0305 74.5811 -0.0379857 -0.841455 -0.538991 0 0 v -28.5222 -35.9011 74.8046 -0.328279 0.815602 -0.476473 0 0 v -28.2547 -35.378 76.2882 -0.180521 0.972418 -0.147699 0 0 v -26.5757 -35.378 75.6534 0.0376502 0.972418 -0.230185 0 0 v -27.3566 -35.9011 74.3639 -0.0690631 0.815601 -0.574478 0 0 v -29.963 -35.9011 77.5495 -0.576778 0.815602 0.0460621 0 0 v -28.5444 -35.378 78.0596 -0.218171 0.972418 0.082486 0 0 v -29.7619 -35.9011 76.3197 -0.532044 0.815602 -0.227427 0 0 v -28.3063 -35.9011 80.1697 -0.248497 0.8156 0.522537 0 0 v -27.1552 -35.378 79.1962 -0.0376502 0.972418 0.230184 0 0 v -29.2707 -35.9011 79.3806 -0.462981 0.815602 0.347049 0 0 v -25.2087 -35.9011 80.045 0.32828 0.815601 0.476474 0 0 v -25.4763 -35.378 78.5614 0.180521 0.972418 0.147698 0 0 v -26.3743 -35.9011 80.4857 0.0690634 0.8156 0.574479 0 0 v -23.7679 -35.9011 77.3002 0.576778 0.815602 -0.0460621 0 0 v -25.1865 -35.378 76.79 0.218171 0.972418 -0.082486 0 0 v -23.969 -35.9011 78.5299 0.532044 0.815601 0.227429 0 0 v -25.4246 -35.9011 74.6799 0.248499 0.815601 -0.522536 0 0 v -24.4602 -35.9011 75.469 0.462979 0.815602 -0.347049 0 0 v -23.4629 -36.4952 76.1384 0.787352 0.539872 -0.297683 0 0 v -23.6253 -37.3841 75.0824 0.80881 0.187841 -0.557264 0 0 v -24.4937 -36.5948 74.526 0.552744 0.487921 -0.675579 0 0 v -23.1692 -36.5948 78.0294 0.861441 0.48792 0.140903 0 0 v -22.886 -37.3841 77.0377 0.975179 0.187841 -0.117226 0 0 v -22.9683 -39.2648 77.0399 0.969773 -0.219167 -0.10727 0 0 v -23.0873 -38.3378 75.9964 0.934196 -0.0502736 -0.353201 0 0 v -22.8592 -38.3406 78.0801 0.985205 -0.0583301 0.161147 0 0 v -24.2948 -38.3406 74.283 0.632159 -0.05833 -0.77264 0 0 v -23.6885 -39.2648 75.1351 0.798168 -0.219169 -0.561154 0 0 v -24.0501 -36.4952 79.7283 0.651476 0.539872 0.533027 0 0 v -23.2167 -37.3841 79.0596 0.88701 0.18784 0.421817 0 0 v -25.5409 -36.5948 80.9282 0.308695 0.48792 0.816481 0 0 v -24.5405 -37.3841 80.6776 0.589111 0.18784 0.785916 0 0 v -24.5836 -39.2648 80.6074 0.577784 -0.219168 0.786213 0 0 v -23.7393 -38.3378 79.9826 0.772979 -0.0502756 0.632436 0 0 v -25.4298 -38.3406 81.222 0.353048 -0.0583283 0.933785 0 0 v -23.294 -39.2648 79.0313 0.885058 -0.219166 0.410657 0 0 v -27.4527 -36.4952 81.0148 -0.135877 0.539875 0.830706 0 0 v -26.4569 -37.3841 81.4021 0.0782025 0.18784 0.979081 0 0 v -29.2372 -36.5948 80.3236 -0.552745 0.48792 0.675579 0 0 v -28.5199 -37.3841 81.0647 -0.386069 0.18784 0.903143 0 0 v -28.4807 -39.2648 80.9923 -0.391988 -0.219167 0.893482 0 0 v -27.5175 -38.3378 81.411 -0.161216 -0.0502693 0.985638 0 0 v -29.4361 -38.3406 80.5667 -0.632159 -0.0583302 0.77264 0 0 v -26.471 -39.2648 81.321 0.0868881 -0.21917 0.97181 0 0 v -30.268 -36.4952 78.7113 -0.787352 0.539872 0.297683 0 0 v -30.1056 -37.3841 79.7673 -0.808809 0.187842 0.557264 0 0 v -30.5618 -36.5948 76.8202 -0.861441 0.48792 -0.140903 0 0 v -30.8449 -37.3841 77.8119 -0.975179 0.187841 0.117226 0 0 v -30.7626 -39.2648 77.8097 -0.969773 -0.219167 0.10727 0 0 v -30.6436 -38.3378 78.8533 -0.934196 -0.0502727 0.353201 0 0 v -30.8717 -38.3406 76.7695 -0.985205 -0.0583293 -0.161148 0 0 v -30.0424 -39.2648 79.7145 -0.798168 -0.219168 0.561153 0 0 v -29.6808 -36.4952 75.1213 -0.651476 0.539872 -0.533027 0 0 v -30.5142 -37.3841 75.79 -0.88701 0.187841 -0.421817 0 0 v -28.19 -36.5948 73.9214 -0.308695 0.487918 -0.816482 0 0 v -29.1904 -37.3841 74.1721 -0.589112 0.187842 -0.785915 0 0 v -29.1473 -39.2648 74.2422 -0.577784 -0.219168 -0.786213 0 0 v -29.9916 -38.3378 74.8671 -0.772979 -0.0502745 -0.632437 0 0 v -28.3011 -38.3406 73.6277 -0.353047 -0.0583262 -0.933786 0 0 v -30.4369 -39.2648 75.8183 -0.885057 -0.219169 -0.410656 0 0 v -26.2783 -36.4952 73.8349 0.135877 0.539874 -0.830706 0 0 v -27.274 -37.3841 73.4475 -0.078203 0.187841 -0.979081 0 0 v -25.211 -37.3841 73.785 0.38607 0.18784 -0.903142 0 0 v -25.2502 -39.2648 73.8574 0.391989 -0.219166 -0.893483 0 0 v -26.2134 -38.3378 73.4386 0.161216 -0.0502695 -0.985638 0 0 v -27.2599 -39.2648 73.5286 -0.0868881 -0.21917 -0.97181 0 0 v -27.2316 -41.2992 75.171 -0.037997 -0.948624 -0.314115 0 0 v -26.6599 -41.5123 76.1683 0.0213328 -0.991229 -0.130426 0 0 v -27.8509 -41.5123 76.6185 -0.102286 -0.991228 -0.0836888 0 0 v -28.082 -41.2992 75.4926 -0.179323 -0.948624 -0.260682 0 0 v -25.0966 -41.2992 75.9809 0.253032 -0.948624 -0.189964 0 0 v -25.6745 -41.5123 76.9745 0.12362 -0.991228 -0.0467378 0 0 v -25.8004 -41.2992 75.4051 0.136096 -0.948625 -0.285638 0 0 v -24.7305 -41.2992 78.2347 0.29103 -0.948624 0.12415 0 0 v -25.88 -41.5123 78.2311 0.102286 -0.991228 0.0836888 0 0 v -24.5838 -41.2992 77.3374 0.315418 -0.948624 -0.0249564 0 0 v -26.4994 -41.2992 79.6786 0.0379984 -0.948624 0.314114 0 0 v -27.071 -41.5123 78.6814 -0.0213331 -0.991228 0.130427 0 0 v -25.6489 -41.2992 79.3571 0.179323 -0.948624 0.260682 0 0 v -28.6343 -41.2992 78.8688 -0.253032 -0.948625 0.189962 0 0 v -28.0564 -41.5123 77.8751 -0.12362 -0.991228 0.0467383 0 0 v -27.9306 -41.2992 79.4445 -0.136095 -0.948625 0.285638 0 0 v -29.0004 -41.2992 76.615 -0.291029 -0.948624 -0.124151 0 0 v -29.1471 -41.2992 77.5123 -0.315419 -0.948624 0.0249566 0 0 v -23.4344 -40.03 76.1276 0.856409 -0.402148 -0.323791 0 0 v -24.1691 -40.6162 75.4735 0.636979 -0.633955 -0.438588 0 0 v -24.5307 -40.0289 74.5713 0.581339 -0.396485 -0.710524 0 0 v -23.2268 -40.0289 78.02 0.906002 -0.396485 0.148192 0 0 v -23.5526 -40.6162 77.1042 0.767815 -0.633954 -0.0925343 0 0 v -24.2359 -41.0494 76.4306 0.491306 -0.850949 -0.185754 0 0 v -23.9862 -41.0088 77.8958 0.550768 -0.829782 0.0900872 0 0 v -25.018 -41.0088 75.1668 0.353401 -0.829781 -0.431939 0 0 v -24.0265 -40.03 79.7476 0.708614 -0.40215 0.579776 0 0 v -23.8274 -40.6162 78.7843 0.698319 -0.633954 0.332345 0 0 v -25.5616 -40.0289 80.8735 0.324665 -0.396489 0.858714 0 0 v -24.9313 -40.6162 80.1335 0.464043 -0.633955 0.618681 0 0 v -24.6897 -41.0494 79.205 0.40652 -0.850948 0.332608 0 0 v -25.8337 -41.0088 80.1538 0.197367 -0.82978 0.522026 0 0 v -27.4576 -40.03 81.0448 -0.147794 -0.40215 0.903567 0 0 v -26.5238 -40.6162 80.7356 0.0613404 -0.633956 0.770932 0 0 v -29.2002 -40.0289 80.2784 -0.58134 -0.396483 0.710525 0 0 v -28.2442 -40.6162 80.4542 -0.303768 -0.633956 0.711213 0 0 v -27.3193 -41.0494 80.1992 -0.0847857 -0.850949 0.51836 0 0 v -28.7129 -41.0088 79.6829 -0.353402 -0.829782 0.431937 0 0 v -30.2965 -40.03 78.722 -0.856409 -0.402148 0.323791 0 0 v -29.5618 -40.6162 79.3761 -0.636978 -0.633956 0.438589 0 0 v -30.5041 -40.0289 76.8297 -0.906002 -0.396484 -0.148191 0 0 v -30.1783 -40.6162 77.7455 -0.767814 -0.633955 0.0925328 0 0 v -29.495 -41.0494 78.419 -0.491307 -0.850948 0.185753 0 0 v -29.7447 -41.0088 76.9539 -0.550769 -0.829782 -0.0900879 0 0 v -29.7044 -40.03 75.102 -0.708614 -0.40215 -0.579777 0 0 v -29.9035 -40.6162 76.0654 -0.698319 -0.633954 -0.332344 0 0 v -28.1693 -40.0289 73.9761 -0.324666 -0.396488 -0.858714 0 0 v -28.7996 -40.6162 74.7161 -0.464042 -0.633954 -0.618681 0 0 v -29.0413 -41.0494 75.6446 -0.406519 -0.850949 -0.332607 0 0 v -27.8972 -41.0088 74.6958 -0.197368 -0.829782 -0.522023 0 0 v -26.2733 -40.03 73.8048 0.147796 -0.402145 -0.903568 0 0 v -27.2072 -40.6162 74.114 -0.0613408 -0.633953 -0.770935 0 0 v -25.4867 -40.6162 74.3954 0.303771 -0.633956 -0.711212 0 0 v -26.4117 -41.0494 74.6504 0.0847857 -0.850949 -0.51836 0 0 v -27.9145 -35.8083 74.6503 -0.181885 0.857601 -0.481081 0 0 v -28.4209 -35.5931 75.4601 -0.243088 0.924646 -0.293153 0 0 v -27.3467 -35.2918 76.152 -0.0600556 0.985476 -0.158844 0 0 v -26.9989 -35.5931 74.9224 -0.011666 0.924645 -0.38065 0 0 v -29.7928 -35.8083 76.946 -0.507573 0.8576 -0.0830206 0 0 v -29.3447 -35.5931 77.7895 -0.375423 0.924645 0.063942 0 0 v -28.2084 -35.2918 77.2052 -0.167591 0.985476 -0.0274121 0 0 v -29.0993 -35.5931 76.2892 -0.335485 0.924645 -0.180224 0 0 v -28.7438 -35.8083 79.7206 -0.325685 0.8576 0.398059 0 0 v -27.7892 -35.5931 79.7543 -0.132338 0.924645 0.357097 0 0 v -27.7271 -35.2918 78.478 -0.107535 0.985475 0.131432 0 0 v -28.9659 -35.5931 78.7916 -0.323821 0.924645 0.200428 0 0 v -25.8165 -35.8083 80.1994 0.181888 0.857599 0.481083 0 0 v -25.31 -35.5931 79.3896 0.243088 0.924645 0.293155 0 0 v -26.3842 -35.2918 78.6977 0.0600556 0.985476 0.158844 0 0 v -26.732 -35.5931 79.9272 0.0116665 0.924645 0.380651 0 0 v -23.9381 -35.8083 77.9036 0.507573 0.8576 0.0830219 0 0 v -24.3862 -35.5931 77.0601 0.375423 0.924645 -0.0639421 0 0 v -25.5225 -35.2918 77.6445 0.167591 0.985476 0.0274123 0 0 v -24.6316 -35.5931 78.5604 0.335486 0.924645 0.180224 0 0 v -24.9871 -35.8083 75.1291 0.325686 0.8576 -0.398058 0 0 v -25.9417 -35.5931 75.0954 0.132337 0.924645 -0.357097 0 0 v -26.0038 -35.2918 76.3716 0.107535 0.985475 -0.131432 0 0 v -24.7651 -35.5931 76.0581 0.323821 0.924645 -0.200428 0 0 v -24.3553 -36.2542 74.9841 0.55785 0.65372 -0.511325 0 0 v -23.9291 -36.1433 75.7837 0.631811 0.701763 -0.329154 0 0 v -23.4711 -36.924 75.5908 0.829891 0.357773 -0.428111 0 0 v -24.0321 -36.9609 74.7467 0.699678 0.33402 -0.631571 0 0 v -23.3684 -36.2542 77.5943 0.756602 0.653718 0.0143563 0 0 v -22.969 -36.9609 77.5585 0.942505 0.334021 0.0106965 0 0 v -23.1067 -36.924 76.5544 0.905541 0.357773 -0.228021 0 0 v -23.5779 -36.1433 76.7128 0.691539 0.701764 -0.171177 0 0 v -22.8616 -38.8151 77.5536 0.989478 -0.143043 0.0217419 0 0 v -22.9766 -38.8151 76.5154 0.962207 -0.141145 -0.232888 0 0 v -22.9285 -37.8523 76.5059 0.969464 0.0579877 -0.238278 0 0 v -22.8068 -37.8597 77.557 0.998712 0.0473231 0.0182805 0 0 v -23.9483 -38.8151 74.6794 0.727593 -0.143043 -0.67093 0 0 v -23.9095 -37.8597 74.6405 0.736808 0.0473215 -0.674444 0 0 v -23.3053 -37.8523 75.5093 0.88461 0.0579868 -0.462712 0 0 v -23.3476 -38.8151 75.5339 0.875602 -0.141145 -0.461952 0 0 v -23.4966 -36.2542 78.3783 0.721747 0.653718 0.227452 0 0 v -23.9761 -36.1433 79.1472 0.600961 0.701764 0.382587 0 0 v -23.5799 -36.924 79.4474 0.785701 0.357773 0.504651 0 0 v -23.1295 -36.9609 78.5396 0.896796 0.33402 0.290151 0 0 v -25.2637 -36.2542 80.5381 0.365865 0.65372 0.662415 0 0 v -25.033 -36.9609 80.8661 0.461989 0.334023 0.82158 0 0 v -24.2323 -36.924 80.2448 0.650242 0.357772 0.670212 0 0 v -24.605 -36.1433 79.9159 0.494013 0.701764 0.513302 0 0 v -24.975 -38.8151 80.9566 0.475908 -0.143044 0.867785 0 0 v -24.1334 -38.8151 80.338 0.68279 -0.141145 0.716851 0 0 v -24.1012 -37.8523 80.3748 0.691084 0.0579887 0.720444 0 0 v -24.9506 -37.8597 81.0058 0.483527 0.0473214 0.87405 0 0 v -23.0292 -38.8151 78.5784 0.944839 -0.143042 0.294648 0 0 v -22.9762 -37.8597 78.5926 0.95249 0.0473233 0.30087 0 0 v -23.4265 -37.8523 79.5502 0.843025 0.0579872 0.534739 0 0 v -23.469 -38.8151 79.5259 0.837863 -0.141144 0.527318 0 0 v -26.0068 -36.2542 80.8191 0.163896 0.65372 0.738774 0 0 v -26.9124 -36.1433 80.7883 -0.0308489 0.701763 0.711742 0 0 v -26.9743 -36.924 81.2815 -0.0441892 0.357775 0.932762 0 0 v -25.9629 -36.9609 81.2177 0.197119 0.334019 0.921724 0 0 v -28.7608 -36.2542 80.3686 -0.390734 0.653719 0.648057 0 0 v -28.9294 -36.9609 80.7324 -0.480515 0.334019 0.810886 0 0 v -27.991 -36.924 81.1152 -0.2553 0.357775 0.898231 0 0 v -27.8926 -36.1433 80.628 -0.197525 0.701762 0.68448 0 0 v -28.9789 -38.8151 80.8279 -0.513568 -0.143044 0.846042 0 0 v -28.0223 -38.8151 81.2474 -0.279417 -0.141147 0.949739 0 0 v -28.0381 -37.8523 81.2938 -0.278381 0.0579863 0.958719 0 0 v -29.0093 -37.8597 80.8736 -0.515185 0.0473232 0.855772 0 0 v -25.9464 -38.8151 81.3239 0.21725 -0.143044 0.965578 0 0 v -25.9322 -37.8597 81.3769 0.215683 0.0473266 0.975316 0 0 v -26.9866 -37.8523 81.4658 -0.041585 0.0579842 0.997451 0 0 v -26.9868 -38.8151 81.4168 -0.0377404 -0.141144 0.989269 0 0 v -29.3756 -36.2542 79.8656 -0.55785 0.65372 0.511325 0 0 v -29.8018 -36.1433 79.0659 -0.631812 0.701763 0.329154 0 0 v -30.2598 -36.924 79.2589 -0.829891 0.357774 0.428111 0 0 v -29.6989 -36.9609 80.1029 -0.699678 0.33402 0.631571 0 0 v -30.3625 -36.2542 77.2553 -0.756602 0.653718 -0.0143563 0 0 v -30.7619 -36.9609 77.2912 -0.942505 0.334021 -0.0106965 0 0 v -30.6242 -36.924 78.2952 -0.905541 0.357773 0.228021 0 0 v -30.153 -36.1433 78.1369 -0.691539 0.701764 0.171177 0 0 v -30.8693 -38.8151 77.2961 -0.989478 -0.143043 -0.0217419 0 0 v -30.7543 -38.8151 78.3343 -0.962207 -0.141145 0.232888 0 0 v -30.8024 -37.8523 78.3438 -0.969464 0.0579877 0.238279 0 0 v -30.9241 -37.8597 77.2926 -0.998712 0.0473231 -0.0182808 0 0 v -29.7826 -38.8151 80.1703 -0.727593 -0.143044 0.67093 0 0 v -29.8214 -37.8597 80.2091 -0.736808 0.0473218 0.674444 0 0 v -30.4256 -37.8523 79.3403 -0.884611 0.0579864 0.46271 0 0 v -30.3833 -38.8151 79.3157 -0.875602 -0.141145 0.461952 0 0 v -30.2343 -36.2542 76.4713 -0.721747 0.653717 -0.227451 0 0 v -29.7548 -36.1433 75.7024 -0.600961 0.701765 -0.382587 0 0 v -30.151 -36.924 75.4022 -0.785701 0.357773 -0.504651 0 0 v -30.6014 -36.9609 76.3101 -0.896796 0.33402 -0.290151 0 0 v -28.4672 -36.2542 74.3115 -0.365868 0.653718 -0.662415 0 0 v -28.6979 -36.9609 73.9836 -0.461992 0.334022 -0.82158 0 0 v -29.4986 -36.924 74.6049 -0.650242 0.357771 -0.670213 0 0 v -29.1259 -36.1433 74.9337 -0.494014 0.701764 -0.5133 0 0 v -28.7559 -38.8151 73.893 -0.475911 -0.143044 -0.867783 0 0 v -29.5975 -38.8151 74.5117 -0.68279 -0.141145 -0.716851 0 0 v -29.6298 -37.8523 74.4748 -0.691085 0.0579888 -0.720444 0 0 v -28.7803 -37.8597 73.8438 -0.483526 0.0473217 -0.87405 0 0 v -30.7017 -38.8151 76.2712 -0.94484 -0.143042 -0.294647 0 0 v -30.7547 -37.8597 76.257 -0.95249 0.0473234 -0.30087 0 0 v -30.3044 -37.8523 75.2994 -0.843025 0.0579873 -0.534739 0 0 v -30.2619 -38.8151 75.3237 -0.837862 -0.141144 -0.527319 0 0 v -27.7241 -36.2542 74.0306 -0.163891 0.65372 -0.738776 0 0 v -26.8185 -36.1433 74.0614 0.0308488 0.701764 -0.711741 0 0 v -26.7566 -36.924 73.5682 0.0441888 0.357774 -0.932762 0 0 v -27.768 -36.9609 73.632 -0.197117 0.334017 -0.921725 0 0 v -24.9701 -36.2542 74.481 0.390735 0.653718 -0.648058 0 0 v -24.8015 -36.9609 74.1172 0.480515 0.334019 -0.810886 0 0 v -25.7399 -36.924 73.7345 0.2553 0.357774 -0.898231 0 0 v -25.8383 -36.1433 74.2217 0.197525 0.701763 -0.684479 0 0 v -24.752 -38.8151 74.0218 0.513569 -0.143042 -0.846041 0 0 v -25.7086 -38.8151 73.6022 0.279417 -0.141143 -0.949739 0 0 v -25.6928 -37.8523 73.5559 0.278379 0.0579883 -0.958719 0 0 v -24.7217 -37.8597 73.976 0.515187 0.047325 -0.85577 0 0 v -27.7845 -38.8151 73.5257 -0.217246 -0.143044 -0.965579 0 0 v -27.7987 -37.8597 73.4727 -0.215683 0.0473268 -0.975316 0 0 v -26.7443 -37.8523 73.3839 0.0415851 0.0579844 -0.997451 0 0 v -26.7441 -38.8151 73.4328 0.0377385 -0.141142 -0.98927 0 0 v -27.6328 -41.337 75.3953 -0.099322 -0.959753 -0.262698 0 0 v -26.9633 -41.4247 75.6245 -0.00635339 -0.97753 -0.210702 0 0 v -27.2053 -41.5474 76.526 -0.034344 -0.995273 -0.0908385 0 0 v -27.9832 -41.4247 76.0101 -0.134634 -0.97753 -0.162202 0 0 v -25.4915 -41.337 75.7455 0.177843 -0.959753 -0.217364 0 0 v -25.3553 -41.4247 76.4399 0.179297 -0.97753 -0.110854 0 0 v -26.257 -41.5474 76.6811 0.0614962 -0.995273 -0.0751622 0 0 v -26.1991 -41.4247 75.7495 0.0731544 -0.97753 -0.197698 0 0 v -24.7242 -41.337 77.7751 0.277165 -0.959752 0.0453346 0 0 v -25.2574 -41.4247 78.2403 0.18565 -0.97753 0.0998486 0 0 v -25.9172 -41.5474 77.5799 0.0958406 -0.995273 0.0156763 0 0 v -25.0814 -41.4247 77.1642 0.207788 -0.97753 -0.0354952 0 0 v -26.0981 -41.337 79.4543 0.0993202 -0.959752 0.2627 0 0 v -26.7676 -41.4247 79.2251 0.00635385 -0.97753 0.210702 0 0 v -26.5256 -41.5474 78.3236 0.034344 -0.995273 0.0908384 0 0 v -25.7477 -41.4247 78.8395 0.134634 -0.97753 0.162201 0 0 v -28.2394 -41.337 79.1041 -0.177844 -0.959752 0.217364 0 0 v -28.3757 -41.4247 78.4097 -0.179296 -0.97753 0.110853 0 0 v -27.4739 -41.5474 78.1685 -0.0614967 -0.995273 0.0751623 0 0 v -27.5318 -41.4247 79.1001 -0.0731545 -0.97753 0.197697 0 0 v -29.0067 -41.337 77.0746 -0.277164 -0.959752 -0.0453347 0 0 v -28.4735 -41.4247 76.6094 -0.18565 -0.97753 -0.099848 0 0 v -27.8138 -41.5474 77.2697 -0.0958407 -0.995273 -0.0156764 0 0 v -28.6495 -41.4247 77.6854 -0.207788 -0.97753 0.035496 0 0 v -24.0872 -39.6695 74.8101 0.701071 -0.300818 -0.646536 0 0 v -23.5151 -39.6695 75.624 0.843317 -0.301358 -0.444971 0 0 v -23.7758 -40.3464 75.762 0.758707 -0.516421 -0.39708 0 0 v -24.2993 -40.3434 75.0072 0.635219 -0.508001 -0.581749 0 0 v -23.0522 -39.6695 77.5474 0.95345 -0.300819 0.0209974 0 0 v -23.3417 -40.3434 77.54 0.861208 -0.508001 0.01598 0 0 v -23.4486 -40.3464 76.6277 0.831634 -0.516419 -0.204195 0 0 v -23.1617 -39.6695 76.5587 0.926763 -0.301359 -0.224262 0 0 v -24.2156 -41.1555 77.5575 0.436313 -0.899761 0.00780139 0 0 v -24.396 -41.2006 76.8938 0.39383 -0.91397 -0.0977586 0 0 v -23.8552 -40.8511 76.7304 0.635657 -0.755029 -0.160846 0 0 v -23.7368 -40.836 77.5347 0.671096 -0.74134 0.00680668 0 0 v -24.9662 -41.1555 75.5722 0.322016 -0.899761 -0.294509 0 0 v -24.592 -40.836 75.2725 0.498731 -0.741338 -0.449094 0 0 v -24.1487 -40.8511 75.954 0.583072 -0.755028 -0.299932 0 0 v -24.6624 -41.2006 76.1892 0.359997 -0.913969 -0.187248 0 0 v -23.2119 -39.6695 78.5235 0.910452 -0.30082 0.283874 0 0 v -23.6307 -39.6695 79.4259 0.807014 -0.30136 0.507849 0 0 v -23.8806 -40.3464 79.2691 0.723237 -0.516418 0.45852 0 0 v -23.4886 -40.3434 78.4384 0.821419 -0.508 0.259241 0 0 v -25.065 -39.6695 80.7885 0.458542 -0.300819 0.83621 0 0 v -25.2033 -40.3434 80.5341 0.416764 -0.508002 0.753818 0 0 v -24.4666 -40.3464 79.9854 0.592655 -0.516417 0.61812 0 0 v -24.2635 -39.6695 80.1993 0.657597 -0.30136 0.69047 0 0 v -25.6555 -41.1555 79.786 0.211399 -0.899762 0.381757 0 0 v -25.1709 -41.2006 79.298 0.281576 -0.91397 0.292188 0 0 v -24.7589 -40.8511 79.6845 0.457123 -0.755031 0.470072 0 0 v -25.3962 -40.836 80.1893 0.329654 -0.741337 0.584591 0 0 v -24.3114 -41.1555 78.1433 0.416061 -0.899761 0.131618 0 0 v -23.8648 -40.836 78.3175 0.638291 -0.741339 0.207365 0 0 v -24.2333 -40.8511 79.0422 0.551283 -0.75503 0.354989 0 0 v -24.6939 -41.2006 78.7149 0.342159 -0.91397 0.218142 0 0 v -25.9902 -39.6695 81.1382 0.209381 -0.300819 0.930413 0 0 v -26.981 -39.6695 81.2267 -0.0363045 -0.301358 0.95282 0 0 v -26.9702 -40.3464 80.9319 -0.0354731 -0.516421 0.8556 0 0 v -26.0548 -40.3434 80.856 0.186201 -0.508004 0.840988 0 0 v -28.8783 -39.6695 80.6658 -0.494911 -0.300817 0.815213 0 0 v -28.7271 -40.3434 80.4189 -0.444444 -0.508001 0.737838 0 0 v -27.8835 -40.3464 80.7825 -0.238977 -0.516421 0.822313 0 0 v -27.9672 -39.6695 81.0654 -0.269162 -0.301356 0.914733 0 0 v -28.3053 -41.1555 79.6533 -0.224917 -0.89976 0.373957 0 0 v -27.6404 -41.2006 79.8289 -0.112252 -0.91397 0.389947 0 0 v -27.7692 -40.8511 80.379 -0.178533 -0.755028 0.630919 0 0 v -28.5249 -40.836 80.0794 -0.341442 -0.741341 0.577781 0 0 v -26.2106 -41.1555 79.9959 0.0940459 -0.899763 0.426123 0 0 v -26.1382 -40.836 80.4698 0.139563 -0.741337 0.656462 0 0 v -26.9501 -40.8511 80.513 -0.0317866 -0.75503 0.654919 0 0 v -26.8969 -41.2006 79.9505 -0.0178372 -0.91397 0.40539 0 0 v -29.6437 -39.6695 80.0396 -0.701069 -0.300817 0.646538 0 0 v -30.2158 -39.6695 79.2257 -0.843318 -0.301357 0.444971 0 0 v -29.9551 -40.3464 79.0876 -0.758708 -0.516421 0.39708 0 0 v -29.4316 -40.3434 79.8425 -0.635218 -0.508001 0.581749 0 0 v -30.6787 -39.6695 77.3022 -0.95345 -0.30082 -0.0209977 0 0 v -30.3892 -40.3434 77.3097 -0.861208 -0.508002 -0.015981 0 0 v -30.2823 -40.3464 78.222 -0.831634 -0.516419 0.204196 0 0 v -30.5692 -39.6695 78.291 -0.926763 -0.301359 0.224262 0 0 v -29.5153 -41.1555 77.2921 -0.436313 -0.899761 -0.00780131 0 0 v -29.3349 -41.2006 77.9558 -0.39383 -0.91397 0.0977587 0 0 v -29.8757 -40.8511 78.1193 -0.635656 -0.755029 0.160847 0 0 v -29.9941 -40.836 77.315 -0.671097 -0.741338 -0.00680695 0 0 v -28.7647 -41.1555 79.2775 -0.322014 -0.899761 0.294512 0 0 v -29.1389 -40.836 79.5771 -0.498728 -0.74134 0.449093 0 0 v -29.5822 -40.8511 78.8956 -0.583071 -0.75503 0.29993 0 0 v -29.0685 -41.2006 78.6604 -0.359996 -0.91397 0.187247 0 0 v -30.519 -39.6695 76.3261 -0.910452 -0.300819 -0.283874 0 0 v -30.1002 -39.6695 75.4238 -0.807014 -0.301361 -0.507849 0 0 v -29.8503 -40.3464 75.5805 -0.723237 -0.516418 -0.458521 0 0 v -30.2423 -40.3434 76.4113 -0.821418 -0.508003 -0.259241 0 0 v -28.6659 -39.6695 74.0612 -0.458541 -0.300821 -0.83621 0 0 v -28.5276 -40.3434 74.3155 -0.416763 -0.508 -0.75382 0 0 v -29.2643 -40.3464 74.8643 -0.592658 -0.516416 -0.61812 0 0 v -29.4674 -39.6695 74.6504 -0.657597 -0.301361 -0.690469 0 0 v -28.0755 -41.1555 75.0636 -0.211399 -0.899761 -0.381759 0 0 v -28.56 -41.2006 75.5517 -0.281576 -0.91397 -0.292187 0 0 v -28.972 -40.8511 75.1651 -0.457124 -0.755029 -0.470073 0 0 v -28.3347 -40.836 74.6604 -0.329654 -0.741337 -0.584592 0 0 v -29.4195 -41.1555 76.7064 -0.416061 -0.899761 -0.131619 0 0 v -29.8661 -40.836 76.5321 -0.638293 -0.741338 -0.207366 0 0 v -29.4976 -40.8511 75.8075 -0.551286 -0.755028 -0.354988 0 0 v -29.0371 -41.2006 76.1347 -0.34216 -0.91397 -0.218142 0 0 v -27.7407 -39.6695 73.7114 -0.209381 -0.30082 -0.930412 0 0 v -26.7499 -39.6695 73.6229 0.0363026 -0.301361 -0.952819 0 0 v -26.7607 -40.3464 73.9177 0.0354706 -0.51642 -0.8556 0 0 v -27.6761 -40.3434 73.9936 -0.186201 -0.508005 -0.840988 0 0 v -24.8527 -39.6695 74.1838 0.494909 -0.300821 -0.815213 0 0 v -25.0038 -40.3434 74.4307 0.444445 -0.507999 -0.737839 0 0 v -25.8474 -40.3464 74.0671 0.238978 -0.516415 -0.822317 0 0 v -25.7637 -39.6695 73.7842 0.269163 -0.301364 -0.91473 0 0 v -25.4256 -41.1555 75.1963 0.224913 -0.89976 -0.373959 0 0 v -26.0906 -41.2006 75.0207 0.112252 -0.91397 -0.389947 0 0 v -25.9618 -40.8511 74.4706 0.178531 -0.75503 -0.630917 0 0 v -25.206 -40.836 74.7702 0.341442 -0.74134 -0.577783 0 0 v -27.5203 -41.1555 74.8537 -0.0940475 -0.89976 -0.426129 0 0 v -27.5927 -40.836 74.3798 -0.139563 -0.741336 -0.656463 0 0 v -26.7808 -40.8511 74.3367 0.0317898 -0.755028 -0.654921 0 0 v -26.834 -41.2006 74.8991 0.0178383 -0.913969 -0.405391 0 0 v -28.2501 -35.9971 74.4973 -0.278625 0.772984 -0.569969 0 0 v -28.144 -35.6772 75.0346 -0.210641 0.902911 -0.374676 0 0 v -27.4881 -35.6772 74.7866 -0.0899269 0.902911 -0.420316 0 0 v -27.764 -35.9971 74.3135 -0.16815 0.772983 -0.611738 0 0 v -28.7409 -35.5628 75.8904 -0.277517 0.933503 -0.22706 0 0 v -27.9289 -35.4142 75.7893 -0.139901 0.967486 -0.210708 0 0 v -28.8206 -35.8342 75.1723 -0.366103 0.840598 -0.399204 0 0 v -26.6973 -35.2447 76.3966 0.0211733 0.99136 -0.129448 0 0 v -27.1501 -35.4142 75.4948 -0.0344944 0.967486 -0.250561 0 0 v -27.6718 -35.2447 76.7651 -0.101519 0.99136 -0.0830602 0 0 v -26.8896 -35.8342 74.4422 0.0104154 0.840598 -0.54156 0 0 v -26.4743 -35.5628 75.0335 0.0578788 0.933503 -0.353867 0 0 v -30.0931 -35.9971 77.1602 -0.63292 0.772984 -0.0436785 0 0 v -29.5747 -35.6772 77.3369 -0.429803 0.902909 -0.00491379 0 0 v -29.4615 -35.6772 76.6449 -0.408968 0.90291 -0.132279 0 0 v -30.0092 -35.9971 76.6473 -0.613855 0.772983 -0.16025 0 0 v -29.132 -35.5628 78.2818 -0.335397 0.933504 0.126807 0 0 v -28.8136 -35.4142 77.528 -0.252428 0.967487 0.0158046 0 0 v -29.7938 -35.8342 77.9918 -0.528773 0.840598 0.117446 0 0 v -28.6792 -35.4142 76.7063 -0.234238 0.967487 -0.095407 0 0 v -27.84 -35.2447 77.7933 -0.122692 0.99136 0.0463874 0 0 v -29.4605 -35.8342 75.9544 -0.463794 0.840599 -0.2798 0 0 v -28.7084 -35.9971 80.0878 -0.354288 0.772983 0.526287 0 0 v -28.2962 -35.6772 79.7272 -0.219158 0.902909 0.369763 0 0 v -28.8389 -35.6772 79.2831 -0.319044 0.902909 0.288038 0 0 v -29.1107 -35.9971 79.7586 -0.445706 0.772985 0.451486 0 0 v -27.2566 -35.5628 79.8162 -0.0578788 0.933503 0.353867 0 0 v -27.7502 -35.4142 79.1636 -0.112528 0.967487 0.226511 0 0 v -27.8386 -35.8342 80.2443 -0.162677 0.840595 0.516659 0 0 v -28.3946 -35.4142 78.6363 -0.199744 0.967487 0.155153 0 0 v -27.0336 -35.2447 78.453 -0.0211733 0.99136 0.129448 0 0 v -29.4364 -35.8342 78.937 -0.474213 0.840596 0.261764 0 0 v -25.4808 -35.9971 80.3524 0.278631 0.772986 0.569962 0 0 v -25.5869 -35.6772 79.815 0.210646 0.902909 0.374679 0 0 v -26.2428 -35.6772 80.063 0.0899259 0.902909 0.420319 0 0 v -25.9669 -35.9971 80.5362 0.168145 0.772984 0.611737 0 0 v -24.9901 -35.5628 78.9592 0.277517 0.933503 0.22706 0 0 v -25.802 -35.4142 79.0604 0.139901 0.967486 0.210708 0 0 v -24.9103 -35.8342 79.6773 0.366101 0.840596 0.39921 0 0 v -26.5808 -35.4142 79.3549 0.0344944 0.967486 0.250561 0 0 v -26.0591 -35.2447 78.0845 0.101519 0.99136 0.0830602 0 0 v -26.8413 -35.8342 80.4074 -0.0104127 0.840596 0.541563 0 0 v -23.6378 -35.9971 77.6894 0.63292 0.772984 0.0436785 0 0 v -24.1562 -35.6772 77.5127 0.429803 0.902909 0.00491379 0 0 v -24.2694 -35.6772 78.2047 0.40897 0.902909 0.132281 0 0 v -23.7217 -35.9971 78.2024 0.613853 0.772984 0.160252 0 0 v -24.5989 -35.5628 76.5679 0.335397 0.933504 -0.126807 0 0 v -24.9173 -35.4142 77.3216 0.252429 0.967486 -0.0158046 0 0 v -23.9371 -35.8342 76.8579 0.528773 0.840598 -0.117446 0 0 v -25.0517 -35.4142 78.1434 0.234238 0.967487 0.0954063 0 0 v -25.8909 -35.2447 77.0564 0.122692 0.99136 -0.0463874 0 0 v -24.2704 -35.8342 78.8952 0.463798 0.840597 0.2798 0 0 v -25.0225 -35.9971 74.7619 0.354291 0.772982 -0.526286 0 0 v -25.4347 -35.6772 75.1225 0.219158 0.90291 -0.36976 0 0 v -24.892 -35.6772 75.5665 0.319044 0.902909 -0.288038 0 0 v -24.6202 -35.9971 75.091 0.445706 0.772985 -0.451486 0 0 v -25.9808 -35.4142 75.686 0.112528 0.967487 -0.226511 0 0 v -25.8923 -35.8342 74.6053 0.162673 0.840596 -0.516657 0 0 v -25.3363 -35.4142 76.2133 0.199744 0.967487 -0.155153 0 0 v -24.2945 -35.8342 75.9126 0.47421 0.840598 -0.261763 0 0 v -24.1318 -36.1919 75.3547 0.602318 0.680196 -0.417789 0 0 v -24.1675 -36.5765 74.8541 0.646312 0.494351 -0.58129 0 0 v -24.6259 -36.2888 74.6876 0.487635 0.637959 -0.596004 0 0 v -23.7452 -36.1225 76.2451 0.655965 0.712884 -0.248006 0 0 v -23.6582 -36.51 75.6752 0.750587 0.535241 -0.387474 0 0 v -23.357 -37.3749 75.5342 0.87016 0.19611 -0.452064 0 0 v -23.7262 -36.9425 75.1479 0.773907 0.346692 -0.529975 0 0 v -23.2651 -36.9148 76.0636 0.871035 0.36448 -0.329323 0 0 v -24.39 -36.9701 74.3992 0.598764 0.325437 -0.731828 0 0 v -23.9468 -37.3933 74.6722 0.727682 0.179329 -0.662057 0 0 v -23.3752 -36.2888 77.9957 0.759973 0.637956 0.124307 0 0 v -23.1416 -36.5765 77.5676 0.869223 0.49435 0.00829752 0 0 v -23.446 -36.1919 77.1686 0.728064 0.680194 -0.0852014 0 0 v -22.8557 -37.3933 77.5579 0.983674 0.17933 0.0150297 0 0 v -23.0051 -36.9425 77.0554 0.930952 0.346693 -0.114594 0 0 v -23.0075 -36.9701 78.0559 0.933164 0.325437 0.152632 0 0 v -23.3029 -36.51 76.6149 0.819188 0.535243 -0.206024 0 0 v -22.9838 -37.3749 76.5214 0.951585 0.19611 -0.236701 0 0 v -22.945 -39.2648 77.5509 0.975369 -0.219511 0.0216927 0 0 v -22.8854 -38.8151 77.0318 0.983856 -0.14207 -0.108827 0 0 v -22.8122 -38.3402 77.5556 0.998123 -0.0574464 0.0212026 0 0 v -22.9084 -38.8151 78.0721 0.976645 -0.143688 0.159746 0 0 v -23.1317 -38.8151 76.0132 0.92609 -0.140575 -0.350136 0 0 v -22.9298 -38.3383 76.5049 0.970499 -0.0510922 -0.235631 0 0 v -23.0576 -39.2648 76.5343 0.948428 -0.218885 -0.229289 0 0 v -22.8335 -37.856 77.029 0.992043 0.0527479 -0.114314 0 0 v -23.0873 -37.8504 75.9964 0.933608 0.0614951 -0.352979 0 0 v -22.8529 -37.8615 78.0811 0.985947 0.0436106 0.161268 0 0 v -24.3264 -38.8151 74.3216 0.626664 -0.143686 -0.765928 0 0 v -23.9125 -38.3402 74.6451 0.734432 -0.0574459 -0.676246 0 0 v -23.6209 -38.8151 75.0864 0.809759 -0.14207 -0.569303 0 0 v -24.0091 -39.2648 74.7366 0.717046 -0.219514 -0.661558 0 0 v -23.5802 -37.856 75.0542 0.81953 0.052746 -0.570603 0 0 v -24.2908 -37.8615 74.278 0.632634 0.0436072 -0.773223 0 0 v -23.3056 -38.3383 75.5109 0.883635 -0.0510902 -0.465381 0 0 v -23.4209 -39.2648 75.5733 0.862889 -0.218885 -0.455535 0 0 v -23.7059 -36.1919 78.7572 0.662976 0.680194 0.312729 0 0 v -23.2902 -36.5765 78.4759 0.826567 0.494354 0.269076 0 0 v -24.2836 -36.1225 79.5372 0.542758 0.712888 0.444078 0 0 v -23.7466 -36.51 79.3276 0.710857 0.535243 0.456286 0 0 v -23.4739 -37.3749 79.5179 0.826581 0.196106 0.527548 0 0 v -23.324 -36.9425 79.005 0.845926 0.346691 0.405234 0 0 v -23.8864 -36.9148 79.8622 0.720717 0.364476 0.589681 0 0 v -23.0223 -37.3933 78.5762 0.9372 0.179328 0.299162 0 0 v -25.6147 -36.2888 80.7329 0.272332 0.637955 0.720312 0 0 v -25.1272 -36.5765 80.7212 0.427425 0.494347 0.756921 0 0 v -24.9338 -36.1919 80.258 0.437822 0.680195 0.587917 0 0 v -24.9759 -37.3933 80.9639 0.478824 0.179329 0.8594 0 0 v -24.6153 -36.9425 80.5833 0.564719 0.346692 0.748931 0 0 v -25.483 -36.9701 81.0814 0.334396 0.325444 0.884458 0 0 v -24.3828 -36.51 80.1051 0.588013 0.535243 0.606429 0 0 v -24.1422 -37.3749 80.3347 0.68078 0.196113 0.705747 0 0 v -25.0144 -39.2648 80.8831 0.468898 -0.219511 0.855541 0 0 v -24.535 -38.8151 80.6751 0.586176 -0.14207 0.79763 0 0 v -24.9521 -38.3402 81.0005 0.480701 -0.0574409 0.875001 0 0 v -25.4475 -38.8151 81.1753 0.349977 -0.14369 0.925672 0 0 v -23.7761 -38.8151 79.9525 0.766273 -0.140577 0.626948 0 0 v -24.101 -38.3383 80.3732 0.68931 -0.0510931 0.722662 0 0 v -24.1903 -39.2648 80.2773 0.672784 -0.218886 0.706719 0 0 v -24.5067 -37.856 80.7186 0.595018 0.05275 0.801979 0 0 v -23.7393 -37.8504 79.9826 0.772495 0.0614968 0.632037 0 0 v -25.4276 -37.8615 81.228 0.353313 0.0436094 0.934488 0 0 v -22.9817 -38.3402 78.5923 0.952863 -0.0574468 0.297913 0 0 v -23.2181 -38.8151 79.0655 0.89791 -0.142068 0.416622 0 0 v -23.1091 -39.2648 78.5544 0.931451 -0.219511 0.290197 0 0 v -23.1698 -37.856 79.0846 0.903921 0.052749 0.424433 0 0 v -23.428 -38.3383 79.5507 0.84485 -0.051092 0.532559 0 0 v -23.5397 -39.2648 79.4821 0.825948 -0.218881 0.519519 0 0 v -26.4395 -36.1919 80.8273 0.0606528 0.680197 0.730516 0 0 v -25.9881 -36.5765 81.0467 0.180262 0.49435 0.850367 0 0 v -27.4039 -36.1225 80.7169 -0.113202 0.712885 0.692084 0 0 v -26.9539 -36.51 81.0772 -0.0397295 0.535247 0.843761 0 0 v -26.9824 -37.3749 81.4085 -0.0435756 0.196104 0.979614 0 0 v -26.4632 -36.9425 81.2819 0.0720238 0.34669 0.935211 0 0 v -27.4868 -36.9148 81.2235 -0.150319 0.364482 0.918998 0 0 v -25.941 -37.3933 81.3288 0.209516 0.17933 0.96122 0 0 v -29.105 -36.2888 80.162 -0.487635 0.637959 0.596004 0 0 v -28.851 -36.5765 80.5784 -0.441797 0.494351 0.74862 0 0 v -28.3532 -36.1919 80.5142 -0.290243 0.680197 0.673121 0 0 v -28.9856 -37.3933 80.8308 -0.504852 0.17933 0.844373 0 0 v -28.4757 -36.9425 80.9527 -0.366235 0.34669 0.863526 0 0 v -29.3409 -36.9701 80.4504 -0.598767 0.325437 0.731826 0 0 v -27.9453 -36.51 80.915 -0.23117 0.535246 0.812448 0 0 v -28.0239 -37.3749 81.2382 -0.270808 0.196105 0.942447 0 0 v -28.9349 -39.2648 80.757 -0.506472 -0.219508 0.833848 0 0 v -28.5151 -38.8151 81.0682 -0.397685 -0.142065 0.906457 0 0 v -29.0053 -38.3402 80.8697 -0.517421 -0.0574461 0.8538 0 0 v -29.4045 -38.8151 80.5281 -0.626664 -0.143686 0.765928 0 0 v -27.5098 -38.8151 81.3641 -0.15982 -0.14058 0.977085 0 0 v -28.0366 -38.3383 81.2931 -0.281192 -0.0510859 0.958291 0 0 v -27.9982 -39.2648 81.1678 -0.27564 -0.218887 0.936008 0 0 v -28.5386 -37.856 81.1145 -0.397021 0.0527437 0.916293 0 0 v -27.5175 -37.8504 81.411 -0.161116 0.0614918 0.985018 0 0 v -29.4401 -37.8615 80.5717 -0.632634 0.0436073 0.773222 0 0 v -25.9346 -38.3402 81.372 0.218429 -0.0574427 0.974161 0 0 v -26.4626 -38.8151 81.4039 0.0881529 -0.14207 0.985923 0 0 v -25.9656 -39.2648 81.2427 0.214405 -0.21951 0.951759 0 0 v -26.455 -37.856 81.4553 0.0843913 0.0527485 0.995036 0 0 v -26.9879 -38.3383 81.4647 -0.0387851 -0.0510841 0.997941 0 0 v -26.9843 -39.2648 81.3336 -0.0369431 -0.218886 0.975051 0 0 v -29.5991 -36.1919 79.4949 -0.602319 0.680196 0.417786 0 0 v -29.5634 -36.5765 79.9956 -0.646313 0.494348 0.581291 0 0 v -29.9857 -36.1225 78.6045 -0.655964 0.712884 0.248009 0 0 v -30.0727 -36.51 79.1744 -0.750586 0.535243 0.387474 0 0 v -30.3739 -37.3749 79.3154 -0.870161 0.19611 0.452063 0 0 v -30.0047 -36.9425 79.7018 -0.773905 0.346693 0.529977 0 0 v -30.4658 -36.9148 78.7861 -0.871035 0.36448 0.329323 0 0 v -29.7841 -37.3933 80.1774 -0.727681 0.179332 0.662058 0 0 v -30.3557 -36.2888 76.8539 -0.759973 0.637956 -0.124307 0 0 v -30.5893 -36.5765 77.282 -0.869223 0.49435 -0.00829752 0 0 v -30.2849 -36.1919 77.6811 -0.728064 0.680194 0.0852014 0 0 v -30.8752 -37.3933 77.2917 -0.983674 0.17933 -0.0150297 0 0 v -30.7258 -36.9425 77.7943 -0.930952 0.346693 0.114594 0 0 v -30.7234 -36.9701 76.7938 -0.933164 0.325437 -0.152632 0 0 v -30.428 -36.51 78.2347 -0.819188 0.535243 0.206024 0 0 v -30.7471 -37.3749 78.3283 -0.951585 0.19611 0.236701 0 0 v -30.7859 -39.2648 77.2987 -0.975369 -0.219511 -0.0216927 0 0 v -30.8455 -38.8151 77.8179 -0.983856 -0.14207 0.108827 0 0 v -30.9188 -38.3402 77.2941 -0.998123 -0.0574464 -0.0212038 0 0 v -30.8225 -38.8151 76.7776 -0.976645 -0.143688 -0.159747 0 0 v -30.5992 -38.8151 78.8365 -0.92609 -0.140575 0.350136 0 0 v -30.8011 -38.3383 78.3448 -0.970499 -0.0510922 0.235631 0 0 v -30.6733 -39.2648 78.3153 -0.948428 -0.218885 0.229289 0 0 v -30.8974 -37.856 77.8206 -0.992043 0.0527479 0.114314 0 0 v -30.6436 -37.8504 78.8533 -0.933608 0.0614951 0.35298 0 0 v -30.878 -37.8615 76.7685 -0.985947 0.0436105 -0.161268 0 0 v -29.8184 -38.3402 80.2045 -0.734433 -0.0574445 0.676246 0 0 v -30.11 -38.8151 79.7632 -0.80976 -0.14207 0.569302 0 0 v -29.7219 -39.2648 80.1131 -0.717046 -0.219516 0.661557 0 0 v -30.1507 -37.856 79.7955 -0.81953 0.0527444 0.570603 0 0 v -30.4253 -38.3383 79.3387 -0.883635 -0.0510902 0.465381 0 0 v -30.31 -39.2648 79.2763 -0.862889 -0.218885 0.455535 0 0 v -30.025 -36.1919 76.0925 -0.662979 0.680192 -0.312728 0 0 v -30.4408 -36.5765 76.3737 -0.826567 0.494354 -0.269076 0 0 v -29.4473 -36.1225 75.3124 -0.542756 0.712889 -0.444077 0 0 v -29.9843 -36.51 75.5221 -0.710859 0.535242 -0.456285 0 0 v -30.257 -37.3749 75.3317 -0.826581 0.196107 -0.527547 0 0 v -30.4069 -36.9425 75.8447 -0.845926 0.346691 -0.405234 0 0 v -29.8445 -36.9148 74.9874 -0.720718 0.364475 -0.589681 0 0 v -30.7086 -37.3933 76.2735 -0.9372 0.179328 -0.299162 0 0 v -28.1162 -36.2888 74.1167 -0.27233 0.637962 -0.720306 0 0 v -28.6037 -36.5765 74.1285 -0.42743 0.494348 -0.756917 0 0 v -28.7971 -36.1918 74.5917 -0.437824 0.68019 -0.587922 0 0 v -28.755 -37.3933 73.8857 -0.478824 0.179336 -0.859399 0 0 v -29.1156 -36.9425 74.2664 -0.564719 0.346692 -0.748931 0 0 v -28.2479 -36.9701 73.7682 -0.334396 0.325437 -0.88446 0 0 v -29.3481 -36.51 74.7445 -0.588012 0.535242 -0.606431 0 0 v -29.5887 -37.3749 74.5149 -0.680779 0.196114 -0.705747 0 0 v -28.7165 -39.2648 73.9666 -0.468898 -0.219511 -0.855541 0 0 v -29.1959 -38.8151 74.1745 -0.586176 -0.14207 -0.79763 0 0 v -28.7789 -38.3402 73.8492 -0.4807 -0.0574478 -0.875001 0 0 v -28.2834 -38.8151 73.6743 -0.349977 -0.14369 -0.925672 0 0 v -29.9548 -38.8151 74.8971 -0.766271 -0.140577 -0.626951 0 0 v -29.63 -38.3383 74.4764 -0.68931 -0.0510931 -0.722662 0 0 v -29.5406 -39.2648 74.5723 -0.672784 -0.218886 -0.706719 0 0 v -29.2242 -37.856 74.131 -0.595022 0.0527506 -0.801976 0 0 v -29.9916 -37.8504 74.8671 -0.772495 0.0614968 -0.632037 0 0 v -28.3034 -37.8615 73.6217 -0.353307 0.0436093 -0.934491 0 0 v -30.7492 -38.3402 76.2574 -0.952863 -0.0574468 -0.297913 0 0 v -30.5128 -38.8151 75.7842 -0.897911 -0.142068 -0.41662 0 0 v -30.6218 -39.2648 76.2952 -0.931451 -0.219511 -0.290197 0 0 v -30.5611 -37.856 75.765 -0.903921 0.0527495 -0.424433 0 0 v -30.3029 -38.3383 75.2989 -0.84485 -0.0510877 -0.532559 0 0 v -30.1912 -39.2648 75.3675 -0.825948 -0.218885 -0.519519 0 0 v -27.2914 -36.1919 74.0224 -0.0606551 0.680194 -0.730518 0 0 v -27.7428 -36.5765 73.803 -0.180255 0.49435 -0.850368 0 0 v -26.327 -36.1225 74.1327 0.113201 0.712886 -0.692083 0 0 v -26.777 -36.51 73.7725 0.0397276 0.535246 -0.843762 0 0 v -26.7485 -37.3749 73.4411 0.0435756 0.196105 -0.979614 0 0 v -27.2677 -36.9425 73.5677 -0.0720238 0.34669 -0.935211 0 0 v -26.2441 -36.9148 73.6262 0.150319 0.364481 -0.918998 0 0 v -27.7899 -37.3933 73.5209 -0.209516 0.17933 -0.96122 0 0 v -24.8799 -36.5765 74.2712 0.441797 0.494351 -0.74862 0 0 v -25.3777 -36.1919 74.3354 0.290246 0.680194 -0.673122 0 0 v -24.7453 -37.3933 74.0189 0.504852 0.17933 -0.844373 0 0 v -25.2552 -36.9425 73.8969 0.366235 0.34669 -0.863526 0 0 v -25.7856 -36.51 73.9346 0.231172 0.535244 -0.812449 0 0 v -25.707 -37.3749 73.6115 0.270808 0.196107 -0.942447 0 0 v -24.796 -39.2648 74.0926 0.506471 -0.219507 -0.833849 0 0 v -25.2158 -38.8151 73.7815 0.397684 -0.142072 -0.906456 0 0 v -24.7256 -38.3402 73.9799 0.517427 -0.0574471 -0.853797 0 0 v -26.2211 -38.8151 73.4855 0.159821 -0.140572 -0.977086 0 0 v -25.6943 -38.3383 73.5565 0.281186 -0.0510864 -0.958293 0 0 v -25.7327 -39.2648 73.6818 0.275647 -0.218887 -0.936006 0 0 v -25.1923 -37.856 73.7352 0.397021 0.0527514 -0.916293 0 0 v -26.2134 -37.8504 73.4386 0.161116 0.0614918 -0.985018 0 0 v -27.7963 -38.3402 73.4777 -0.21843 -0.0574427 -0.974161 0 0 v -27.2683 -38.8151 73.4458 -0.0881529 -0.142071 -0.985923 0 0 v -27.7654 -39.2648 73.607 -0.214405 -0.21951 -0.951759 0 0 v -27.2759 -37.856 73.3944 -0.0843915 0.0527492 -0.995035 0 0 v -26.7431 -38.3383 73.385 0.0387851 -0.0510842 -0.997941 0 0 v -26.7466 -39.2648 73.516 0.0369359 -0.218886 -0.975051 0 0 v -27.5353 -41.2602 75.116 -0.0920001 -0.937643 -0.335205 0 0 v -27.3182 -41.3904 75.5146 -0.0493661 -0.971666 -0.231145 0 0 v -27.7897 -41.3904 75.6929 -0.115907 -0.971666 -0.205988 0 0 v -27.8906 -41.2602 75.2504 -0.152782 -0.937643 -0.312222 0 0 v -26.5847 -41.437 75.7083 0.032207 -0.979893 -0.196908 0 0 v -27.0683 -41.4975 76.0528 -0.0194277 -0.989734 -0.141595 0 0 v -26.8864 -41.3265 75.2402 0.00578238 -0.954997 -0.29656 0 0 v -27.4339 -41.5665 76.9598 -0.0584767 -0.997142 -0.0478448 0 0 v -27.621 -41.4975 76.2618 -0.0791102 -0.989734 -0.119031 0 0 v -26.7469 -41.5665 76.7 0.012196 -0.997142 -0.0745649 0 0 v -28.295 -41.3265 75.7728 -0.200535 -0.954996 -0.218558 0 0 v -28.2116 -41.437 76.3234 -0.154423 -0.979893 -0.126346 0 0 v -25.2009 -41.2602 75.6903 0.244299 -0.937643 -0.247273 0 0 v -25.4375 -41.3904 76.0776 0.175495 -0.971666 -0.158323 0 0 v -25.8277 -41.3904 75.7584 0.120437 -0.971666 -0.203372 0 0 v -25.4949 -41.2602 75.4497 0.194 -0.937643 -0.288426 0 0 v -25.2386 -41.437 76.8097 0.18663 -0.979893 -0.070561 0 0 v -25.7787 -41.4975 76.5631 0.112912 -0.989734 -0.0876223 0 0 v -24.984 -41.3265 76.3144 0.259719 -0.954997 -0.143273 0 0 v -26.2361 -41.4975 76.1889 0.0635282 -0.989734 -0.128027 0 0 v -26.1785 -41.5665 77.1651 0.0706734 -0.997142 -0.0267199 0 0 v -26.1495 -41.3265 75.3608 0.0890073 -0.954996 -0.282949 0 0 v -24.531 -41.2602 77.9991 0.336294 -0.937643 0.0879313 0 0 v -24.9848 -41.3904 77.9878 0.224859 -0.971666 0.0728218 0 0 v -24.9034 -41.3904 77.4903 0.236343 -0.971666 0.0026151 0 0 v -24.4697 -41.2602 77.6242 0.346785 -0.937643 0.0237971 0 0 v -25.5193 -41.437 78.5262 0.154423 -0.979893 0.126347 0 0 v -25.5758 -41.4975 77.9352 0.132339 -0.989734 0.0539729 0 0 v -24.9631 -41.3265 78.499 0.253937 -0.954997 0.153287 0 0 v -25.4805 -41.4975 77.352 0.142639 -0.989734 -0.00899556 0 0 v -26.297 -41.5665 77.8899 0.0584769 -0.997142 0.0478447 0 0 v -24.72 -41.3265 77.0128 0.289542 -0.954997 -0.0643908 0 0 v -26.1956 -41.2602 79.7336 0.0919946 -0.937644 0.335203 0 0 v -26.4127 -41.3904 79.335 0.0493653 -0.971666 0.231147 0 0 v -25.9412 -41.3904 79.1567 0.115908 -0.971666 0.205988 0 0 v -25.8403 -41.2602 79.5993 0.152782 -0.937643 0.312222 0 0 v -27.1462 -41.437 79.1413 -0.0322088 -0.979893 0.196907 0 0 v -26.6626 -41.4975 78.7968 0.0194277 -0.989734 0.141595 0 0 v -26.8445 -41.3265 79.6094 -0.00577918 -0.954997 0.29656 0 0 v -26.1099 -41.4975 78.5878 0.0791104 -0.989734 0.119031 0 0 v -26.984 -41.5665 78.1496 -0.0121959 -0.997142 0.0745649 0 0 v -25.4359 -41.3265 79.0769 0.200536 -0.954997 0.218556 0 0 v -28.53 -41.2602 79.1593 -0.244297 -0.937643 0.247275 0 0 v -28.2934 -41.3904 78.772 -0.175496 -0.971666 0.158322 0 0 v -27.9032 -41.3904 79.0912 -0.120435 -0.971667 0.20337 0 0 v -28.236 -41.2602 79.3999 -0.194005 -0.937643 0.288424 0 0 v -28.4923 -41.437 78.0399 -0.18663 -0.979893 0.0705616 0 0 v -27.9522 -41.4975 78.2865 -0.112912 -0.989734 0.087623 0 0 v -28.7469 -41.3265 78.5353 -0.259718 -0.954997 0.143273 0 0 v -27.4949 -41.4975 78.6607 -0.0635295 -0.989734 0.128028 0 0 v -27.5524 -41.5665 77.6845 -0.0706734 -0.997142 0.0267199 0 0 v -27.5814 -41.3265 79.4889 -0.089007 -0.954997 0.282947 0 0 v -29.1999 -41.2602 76.8505 -0.336295 -0.937643 -0.087932 0 0 v -28.7461 -41.3904 76.8618 -0.224859 -0.971666 -0.0728218 0 0 v -28.8275 -41.3904 77.3593 -0.236343 -0.971666 -0.00261511 0 0 v -29.2612 -41.2602 77.2254 -0.346785 -0.937643 -0.0237971 0 0 v -28.1551 -41.4975 76.9145 -0.13234 -0.989734 -0.0539729 0 0 v -28.7679 -41.3265 76.3507 -0.253938 -0.954997 -0.153285 0 0 v -28.2505 -41.4975 77.4977 -0.142639 -0.989734 0.0089956 0 0 v -29.0109 -41.3265 77.8369 -0.289542 -0.954997 0.0643916 0 0 v -23.7754 -39.6695 75.1978 0.780106 -0.301051 -0.548455 0 0 v -24.1836 -40.0291 74.9002 0.675139 -0.396913 -0.62181 0 0 v -24.4473 -39.6695 74.4693 0.603948 -0.300626 -0.738154 0 0 v -23.3095 -39.6695 76.0804 0.891802 -0.301669 -0.337172 0 0 v -23.6327 -40.0298 75.6866 0.810252 -0.401599 -0.42686 0 0 v -23.9471 -40.62 75.8509 0.681768 -0.64025 -0.353939 0 0 v -24.014 -40.3449 75.3665 0.704714 -0.512248 -0.490898 0 0 v -23.5868 -40.3472 76.1852 0.799355 -0.519322 -0.30222 0 0 v -24.6298 -40.3427 74.6924 0.546537 -0.505055 -0.667994 0 0 v -24.4351 -40.6125 75.1312 0.576064 -0.627506 -0.52382 0 0 v -23.0968 -39.6695 78.0412 0.941235 -0.300624 0.153955 0 0 v -23.1842 -40.0291 77.5437 0.917645 -0.396917 0.019607 0 0 v -23.0749 -39.6695 77.0505 0.947826 -0.301055 -0.104843 0 0 v -23.5256 -40.6125 77.5368 0.778523 -0.627508 0.0116786 0 0 v -23.3655 -40.3449 77.0818 0.853214 -0.512248 -0.0981227 0 0 v -23.3813 -40.3427 77.9947 0.851766 -0.505059 0.13932 0 0 v -23.2913 -40.0298 76.5895 0.889988 -0.401598 -0.215965 0 0 v -23.6358 -40.62 76.6743 0.745396 -0.640251 -0.185642 0 0 v -24.287 -41.1809 77.237 0.416436 -0.907782 -0.0501344 0 0 v -23.9689 -41.0163 77.5395 0.554025 -0.832492 0.00356043 0 0 v -24.2132 -41.1414 77.8586 0.440232 -0.894992 0.0720065 0 0 v -24.5265 -41.2091 76.5405 0.372808 -0.91714 -0.140952 0 0 v -24.1082 -41.0434 76.8016 0.511713 -0.849239 -0.130161 0 0 v -23.7696 -40.8435 77.1321 0.657702 -0.748744 -0.082525 0 0 v -23.9845 -40.8548 76.3356 0.609115 -0.758909 -0.230294 0 0 v -23.7655 -40.8323 77.9319 0.667906 -0.736184 0.109247 0 0 v -25.1636 -41.1414 75.3448 0.282477 -0.894992 -0.345248 0 0 v -24.7693 -41.0163 75.4225 0.41309 -0.832493 -0.369203 0 0 v -24.8077 -41.1809 75.8598 0.345442 -0.907781 -0.237916 0 0 v -24.3503 -40.8435 75.5962 0.547785 -0.748747 -0.373243 0 0 v -24.8764 -40.8323 74.9937 0.428558 -0.736184 -0.523805 0 0 v -24.3856 -41.0434 76.0679 0.469828 -0.84924 -0.240941 0 0 v -23.3917 -39.6695 78.9874 0.865027 -0.301057 0.401363 0 0 v -23.3382 -40.0291 78.4851 0.876071 -0.396916 0.273784 0 0 v -23.9232 -39.6695 79.8321 0.737899 -0.30167 0.603738 0 0 v -23.7437 -40.0298 79.3554 0.774797 -0.401603 0.488268 0 0 v -24.0432 -40.62 79.1652 0.647406 -0.64025 0.413456 0 0 v -23.6572 -40.3449 78.8651 0.777486 -0.512248 0.364852 0 0 v -24.1526 -40.3472 79.6445 0.66141 -0.519318 0.541152 0 0 v -23.6639 -40.6125 78.3828 0.741672 -0.627507 0.236974 0 0 v -25.515 -39.6695 80.9967 0.337289 -0.300625 0.892111 0 0 v -25.1277 -40.0291 80.6723 0.441842 -0.396921 0.804506 0 0 v -24.646 -39.6695 80.5203 0.564711 -0.301056 0.768418 0 0 v -25.2925 -40.6125 80.3733 0.379151 -0.627506 0.680059 0 0 v -24.8184 -40.3449 80.2844 0.511583 -0.512249 0.689844 0 0 v -25.6169 -40.3427 80.7271 0.305232 -0.505056 0.807311 0 0 v -24.3549 -40.0298 80.1024 0.632024 -0.401599 0.66277 0 0 v -24.6006 -40.62 79.8465 0.533466 -0.640251 0.552714 0 0 v -25.4135 -41.1809 79.5639 0.251637 -0.907782 0.335576 0 0 v -25.5165 -41.0163 79.9907 0.273929 -0.832493 0.481579 0 0 v -25.915 -41.1414 79.9386 0.157756 -0.894992 0.417256 0 0 v -24.9301 -41.2091 79.0083 0.308468 -0.917142 0.252386 0 0 v -24.9471 -41.0434 79.5011 0.368576 -0.84924 0.378078 0 0 v -25.064 -40.8435 79.9595 0.40032 -0.748745 0.528323 0 0 v -24.4817 -40.8548 79.3752 0.503997 -0.75891 0.412361 0 0 v -25.7546 -40.8323 80.363 0.239338 -0.736187 0.633045 0 0 v -24.0833 -41.0163 78.239 0.526288 -0.832492 0.173142 0 0 v -24.4812 -41.1809 78.4244 0.37876 -0.907782 0.180201 0 0 v -24.0242 -40.8435 78.6886 0.597133 -0.748744 0.287775 0 0 v -24.4504 -41.0434 78.894 0.443577 -0.849239 0.286414 0 0 v -26.4818 -39.6695 81.2144 0.0849211 -0.301051 0.949819 0 0 v -26.02 -40.0291 81.0097 0.200934 -0.396917 0.89559 0 0 v -27.4791 -39.6695 81.1766 -0.153904 -0.301666 0.94091 0 0 v -26.9765 -40.0298 81.0936 -0.0354563 -0.401606 0.915126 0 0 v -26.9616 -40.62 80.7392 -0.0343617 -0.640249 0.767399 0 0 v -26.5086 -40.3449 80.9234 0.0727678 -0.51225 0.855748 0 0 v -27.4313 -40.3472 80.8841 -0.137944 -0.51932 0.843373 0 0 v -26.0943 -40.6125 80.6764 0.165608 -0.627513 0.76079 0 0 v -29.2836 -39.6695 80.3803 -0.603949 -0.300624 0.738154 0 0 v -28.809 -40.0291 80.5535 -0.475802 -0.39692 0.784899 0 0 v -28.4365 -39.6695 80.8947 -0.383115 -0.301056 0.873263 0 0 v -28.6324 -40.6125 80.2612 -0.399376 -0.627507 0.668381 0 0 v -28.3184 -40.3449 80.6274 -0.341632 -0.512251 0.787964 0 0 v -29.1011 -40.3427 80.1572 -0.546535 -0.505062 0.667991 0 0 v -27.9291 -40.0298 80.9378 -0.257962 -0.401598 0.878735 0 0 v -27.8303 -40.62 80.5971 -0.211931 -0.640251 0.738352 0 0 v -27.992 -41.1809 79.7518 -0.164797 -0.907782 0.385712 0 0 v -28.4131 -41.0163 79.876 -0.280101 -0.83249 0.478021 0 0 v -28.5673 -41.1414 79.5048 -0.282477 -0.894992 0.345248 0 0 v -27.2691 -41.2091 79.8926 -0.0643384 -0.917141 0.393337 0 0 v -27.7044 -41.0434 80.1243 -0.143133 -0.84924 0.508236 0 0 v -28.1599 -40.8435 80.2522 -0.257385 -0.748742 0.610851 0 0 v -27.3626 -40.8548 80.4644 -0.105116 -0.758911 0.642655 0 0 v -28.8545 -40.8323 79.8559 -0.428563 -0.736184 0.5238 0 0 v -26.1794 -41.0163 80.2413 0.1132 -0.83249 0.542352 0 0 v -26.539 -41.1809 79.9894 0.0333214 -0.907783 0.418115 0 0 v -26.5393 -40.8435 80.5173 0.049349 -0.748745 0.661019 0 0 v -26.9303 -41.0434 80.2509 -0.0262547 -0.849239 0.527356 0 0 v -29.9555 -39.6695 79.6519 -0.780106 -0.301051 0.548455 0 0 v -29.5473 -40.0291 79.9494 -0.67514 -0.396913 0.621808 0 0 v -30.4214 -39.6695 78.7692 -0.891802 -0.301669 0.337172 0 0 v -30.0983 -40.0298 79.163 -0.810252 -0.401599 0.42686 0 0 v -29.7838 -40.62 78.9987 -0.681767 -0.640251 0.353938 0 0 v -29.7169 -40.3449 79.4831 -0.704714 -0.512248 0.490898 0 0 v -30.1442 -40.3472 78.6644 -0.799355 -0.519322 0.30222 0 0 v -29.2958 -40.6125 79.7185 -0.576058 -0.62751 0.523821 0 0 v -30.6341 -39.6695 76.8084 -0.941234 -0.300626 -0.153955 0 0 v -30.5467 -40.0291 77.306 -0.917645 -0.396917 -0.0196086 0 0 v -30.656 -39.6695 77.7992 -0.947826 -0.301055 0.104843 0 0 v -30.2053 -40.6125 77.3128 -0.778523 -0.627507 -0.0116785 0 0 v -30.3654 -40.3449 77.7679 -0.853214 -0.512248 0.0981227 0 0 v -30.3496 -40.3427 76.8549 -0.851767 -0.505057 -0.139321 0 0 v -30.4396 -40.0298 78.2602 -0.889988 -0.401598 0.215965 0 0 v -30.0951 -40.62 78.1754 -0.745396 -0.640251 0.185642 0 0 v -29.4439 -41.1809 77.6127 -0.416436 -0.907782 0.0501344 0 0 v -29.762 -41.0163 77.3101 -0.554025 -0.832492 -0.0035613 0 0 v -29.5177 -41.1414 76.991 -0.440232 -0.894992 -0.0720074 0 0 v -29.2044 -41.2091 78.3091 -0.372807 -0.917141 0.140951 0 0 v -29.6227 -41.0434 78.048 -0.511713 -0.849239 0.130161 0 0 v -29.9613 -40.8435 77.7175 -0.657702 -0.748744 0.082525 0 0 v -29.7464 -40.8548 78.514 -0.609115 -0.75891 0.230293 0 0 v -29.9654 -40.8323 76.9178 -0.667906 -0.736184 -0.109247 0 0 v -28.9616 -41.0163 79.4272 -0.413091 -0.832491 0.369209 0 0 v -28.9232 -41.1809 78.9898 -0.345441 -0.907782 0.237915 0 0 v -29.3806 -40.8435 79.2535 -0.547783 -0.748747 0.373245 0 0 v -29.3454 -41.0434 78.7817 -0.469829 -0.84924 0.240941 0 0 v -30.3392 -39.6695 75.8623 -0.865027 -0.301057 -0.401363 0 0 v -30.3928 -40.0291 76.3646 -0.876071 -0.396916 -0.273783 0 0 v -29.8077 -39.6695 75.0175 -0.737899 -0.30167 -0.603738 0 0 v -29.9872 -40.0298 75.4942 -0.774798 -0.4016 -0.488269 0 0 v -29.6877 -40.62 75.6844 -0.647405 -0.640251 -0.413456 0 0 v -30.0737 -40.3449 75.9845 -0.777487 -0.512248 -0.364851 0 0 v -29.5783 -40.3472 75.2052 -0.661408 -0.519318 -0.541155 0 0 v -30.067 -40.6125 76.4669 -0.741673 -0.627507 -0.236974 0 0 v -28.2159 -39.6695 73.8529 -0.337289 -0.300626 -0.89211 0 0 v -28.6032 -40.0291 74.1773 -0.44184 -0.396921 -0.804507 0 0 v -29.0849 -39.6695 74.3293 -0.564711 -0.301056 -0.768418 0 0 v -28.4384 -40.6125 74.4764 -0.379145 -0.627509 -0.68006 0 0 v -28.9125 -40.3449 74.5653 -0.511587 -0.512242 -0.689846 0 0 v -28.114 -40.3427 74.1225 -0.305233 -0.505054 -0.807312 0 0 v -29.376 -40.0298 74.7472 -0.632024 -0.401601 -0.662769 0 0 v -29.1303 -40.62 75.0031 -0.533471 -0.640248 -0.552712 0 0 v -28.3174 -41.1809 75.2858 -0.251635 -0.907783 -0.335573 0 0 v -28.2144 -41.0163 74.859 -0.273928 -0.832489 -0.481586 0 0 v -27.8159 -41.1414 74.911 -0.157756 -0.894992 -0.417256 0 0 v -28.8008 -41.2091 75.8414 -0.30847 -0.917141 -0.252387 0 0 v -28.7838 -41.0434 75.3485 -0.368579 -0.84924 -0.378075 0 0 v -28.6669 -40.8435 74.8901 -0.400317 -0.748745 -0.528324 0 0 v -29.2492 -40.8548 75.4745 -0.503998 -0.75891 -0.412362 0 0 v -27.9763 -40.8323 74.4867 -0.239344 -0.736186 -0.633044 0 0 v -29.6476 -41.0163 76.6107 -0.526288 -0.832492 -0.173142 0 0 v -29.2497 -41.1809 76.4252 -0.37876 -0.907782 -0.180201 0 0 v -29.7067 -40.8435 76.161 -0.597133 -0.748744 -0.287775 0 0 v -29.2805 -41.0434 75.9556 -0.443577 -0.849239 -0.286414 0 0 v -27.2491 -39.6695 73.6352 -0.0849211 -0.30105 -0.949819 0 0 v -27.7109 -40.0291 73.84 -0.200936 -0.396917 -0.89559 0 0 v -26.2518 -39.6695 73.6731 0.153903 -0.301674 -0.940907 0 0 v -26.7544 -40.0298 73.756 0.0354565 -0.401599 -0.915129 0 0 v -26.7693 -40.62 74.1105 0.0343616 -0.640253 -0.767395 0 0 v -27.2223 -40.3449 73.9262 -0.0727727 -0.512251 -0.855747 0 0 v -26.2996 -40.3472 73.9656 0.137951 -0.519319 -0.843373 0 0 v -27.6366 -40.6125 74.1733 -0.165609 -0.627509 -0.760793 0 0 v -24.9219 -40.0291 74.2962 0.475803 -0.39692 -0.784898 0 0 v -25.2944 -39.6695 73.9549 0.383115 -0.301056 -0.873263 0 0 v -25.0985 -40.6125 74.5884 0.399375 -0.62751 -0.668379 0 0 v -25.4125 -40.3449 74.2222 0.341631 -0.512244 -0.787968 0 0 v -25.8018 -40.0298 73.9118 0.257962 -0.4016 -0.878734 0 0 v -25.9006 -40.62 74.2526 0.211926 -0.640248 -0.738357 0 0 v -25.7389 -41.1809 75.0979 0.164798 -0.907782 -0.385712 0 0 v -25.3178 -41.0163 74.9737 0.280098 -0.832488 -0.478027 0 0 v -26.4618 -41.2091 74.957 0.0643386 -0.917141 -0.393337 0 0 v -26.0265 -41.0434 74.7253 0.143133 -0.849241 -0.508236 0 0 v -25.571 -40.8435 74.5974 0.257386 -0.748747 -0.610844 0 0 v -26.3683 -40.8548 74.3853 0.105116 -0.758911 -0.642655 0 0 v -27.5515 -41.0163 74.6083 -0.1132 -0.832491 -0.542351 0 0 v -27.1919 -41.1809 74.8602 -0.0333209 -0.907781 -0.418119 0 0 v -27.1916 -40.8435 74.3323 -0.0493464 -0.748744 -0.66102 0 0 v -26.8006 -41.0434 74.5987 0.0262547 -0.849239 -0.527356 0 0 t 5 482 242 t 242 485 5 t 122 483 242 t 242 482 122 t 62 484 242 t 242 483 62 t 125 485 242 t 242 484 125 t 36 486 243 t 243 488 36 t 123 487 243 t 243 486 123 t 62 483 243 t 243 487 62 t 122 488 243 t 243 483 122 t 18 489 244 t 244 491 18 t 124 490 244 t 244 489 124 t 62 487 244 t 244 490 62 t 123 491 244 t 244 487 123 t 37 492 245 t 245 493 37 t 125 484 245 t 245 492 125 t 62 490 245 t 245 484 62 t 124 493 245 t 245 490 124 t 4 494 246 t 246 497 4 t 126 495 246 t 246 494 126 t 63 496 246 t 246 495 63 t 128 497 246 t 246 496 128 t 35 498 247 t 247 500 35 t 127 499 247 t 247 498 127 t 63 495 247 t 247 499 63 t 126 500 247 t 247 495 126 t 18 491 248 t 248 502 18 t 123 501 248 t 248 491 123 t 63 499 248 t 248 501 63 t 127 502 248 t 248 499 127 t 36 503 249 t 249 486 36 t 128 496 249 t 249 503 128 t 63 501 249 t 249 496 63 t 123 486 249 t 249 501 123 t 3 504 250 t 250 507 3 t 129 505 250 t 250 504 129 t 64 506 250 t 250 505 64 t 131 507 250 t 250 506 131 t 34 508 251 t 251 510 34 t 130 509 251 t 251 508 130 t 64 505 251 t 251 509 64 t 129 510 251 t 251 505 129 t 18 502 252 t 252 512 18 t 127 511 252 t 252 502 127 t 64 509 252 t 252 511 64 t 130 512 252 t 252 509 130 t 35 513 253 t 253 498 35 t 131 506 253 t 253 513 131 t 64 511 253 t 253 506 64 t 127 498 253 t 253 511 127 t 2 514 254 t 254 517 2 t 132 515 254 t 254 514 132 t 65 516 254 t 254 515 65 t 134 517 254 t 254 516 134 t 33 518 255 t 255 520 33 t 133 519 255 t 255 518 133 t 65 515 255 t 255 519 65 t 132 520 255 t 255 515 132 t 18 512 256 t 256 522 18 t 130 521 256 t 256 512 130 t 65 519 256 t 256 521 65 t 133 522 256 t 256 519 133 t 34 523 257 t 257 508 34 t 134 516 257 t 257 523 134 t 65 521 257 t 257 516 65 t 130 508 257 t 257 521 130 t 1 524 258 t 258 527 1 t 135 525 258 t 258 524 135 t 66 526 258 t 258 525 66 t 137 527 258 t 258 526 137 t 32 528 259 t 259 530 32 t 136 529 259 t 259 528 136 t 66 525 259 t 259 529 66 t 135 530 259 t 259 525 135 t 18 522 260 t 260 532 18 t 133 531 260 t 260 522 133 t 66 529 260 t 260 531 66 t 136 532 260 t 260 529 136 t 33 533 261 t 261 518 33 t 137 526 261 t 261 533 137 t 66 531 261 t 261 526 66 t 133 518 261 t 261 531 133 t 0 534 262 t 262 537 0 t 138 535 262 t 262 534 138 t 67 536 262 t 262 535 67 t 139 537 262 t 262 536 139 t 37 493 263 t 263 539 37 t 124 538 263 t 263 493 124 t 67 535 263 t 263 538 67 t 138 539 263 t 263 535 138 t 18 532 264 t 264 489 18 t 136 540 264 t 264 532 136 t 67 538 264 t 264 540 67 t 124 489 264 t 264 538 124 t 32 541 265 t 265 528 32 t 139 536 265 t 265 541 139 t 67 540 265 t 265 536 67 t 136 528 265 t 265 540 136 t 0 537 266 t 266 544 0 t 139 542 266 t 266 537 139 t 68 543 266 t 266 542 68 t 142 544 266 t 266 543 142 t 32 545 267 t 267 541 32 t 140 546 267 t 267 545 140 t 68 542 267 t 267 546 68 t 139 541 267 t 267 542 139 t 19 547 268 t 268 549 19 t 141 548 268 t 268 547 141 t 68 546 268 t 268 548 68 t 140 549 268 t 268 546 140 t 39 550 269 t 269 551 39 t 142 543 269 t 269 550 142 t 68 548 269 t 269 543 68 t 141 551 269 t 269 548 141 t 1 552 270 t 270 524 1 t 143 553 270 t 270 552 143 t 69 554 270 t 270 553 69 t 135 524 270 t 270 554 135 t 40 555 271 t 271 557 40 t 144 556 271 t 271 555 144 t 69 553 271 t 271 556 69 t 143 557 271 t 271 553 143 t 19 549 272 t 272 559 19 t 140 558 272 t 272 549 140 t 69 556 272 t 272 558 69 t 144 559 272 t 272 556 144 t 32 530 273 t 273 545 32 t 135 554 273 t 273 530 135 t 69 558 273 t 273 554 69 t 140 545 273 t 273 558 140 t 7 560 274 t 274 563 7 t 145 561 274 t 274 560 145 t 70 562 274 t 274 561 70 t 147 563 274 t 274 562 147 t 38 564 275 t 275 566 38 t 146 565 275 t 275 564 146 t 70 561 275 t 275 565 70 t 145 566 275 t 275 561 145 t 19 559 276 t 276 568 19 t 144 567 276 t 276 559 144 t 70 565 276 t 276 567 70 t 146 568 276 t 276 565 146 t 40 569 277 t 277 555 40 t 147 562 277 t 277 569 147 t 70 567 277 t 277 562 70 t 144 555 277 t 277 567 144 t 6 570 278 t 278 573 6 t 148 571 278 t 278 570 148 t 71 572 278 t 278 571 71 t 149 573 278 t 278 572 149 t 39 551 279 t 279 575 39 t 141 574 279 t 279 551 141 t 71 571 279 t 279 574 71 t 148 575 279 t 279 571 148 t 19 568 280 t 280 547 19 t 146 576 280 t 280 568 146 t 71 574 280 t 280 576 71 t 141 547 280 t 280 574 141 t 38 577 281 t 281 564 38 t 149 572 281 t 281 577 149 t 71 576 281 t 281 572 71 t 146 564 281 t 281 576 146 t 1 527 282 t 282 552 1 t 137 578 282 t 282 527 137 t 72 579 282 t 282 578 72 t 143 552 282 t 282 579 143 t 33 580 283 t 283 533 33 t 150 581 283 t 283 580 150 t 72 578 283 t 283 581 72 t 137 533 283 t 283 578 137 t 20 582 284 t 284 584 20 t 151 583 284 t 284 582 151 t 72 581 284 t 284 583 72 t 150 584 284 t 284 581 150 t 40 557 285 t 285 585 40 t 143 579 285 t 285 557 143 t 72 583 285 t 285 579 72 t 151 585 285 t 285 583 151 t 2 586 286 t 286 514 2 t 152 587 286 t 286 586 152 t 73 588 286 t 286 587 73 t 132 514 286 t 286 588 132 t 42 589 287 t 287 591 42 t 153 590 287 t 287 589 153 t 73 587 287 t 287 590 73 t 152 591 287 t 287 587 152 t 20 584 288 t 288 593 20 t 150 592 288 t 288 584 150 t 73 590 288 t 288 592 73 t 153 593 288 t 288 590 153 t 33 520 289 t 289 580 33 t 132 588 289 t 289 520 132 t 73 592 289 t 289 588 73 t 150 580 289 t 289 592 150 t 8 594 290 t 290 597 8 t 154 595 290 t 290 594 154 t 74 596 290 t 290 595 74 t 156 597 290 t 290 596 156 t 41 598 291 t 291 600 41 t 155 599 291 t 291 598 155 t 74 595 291 t 291 599 74 t 154 600 291 t 291 595 154 t 20 593 292 t 292 602 20 t 153 601 292 t 292 593 153 t 74 599 292 t 292 601 74 t 155 602 292 t 292 599 155 t 42 603 293 t 293 589 42 t 156 596 293 t 293 603 156 t 74 601 293 t 293 596 74 t 153 589 293 t 293 601 153 t 7 563 294 t 294 606 7 t 147 604 294 t 294 563 147 t 75 605 294 t 294 604 75 t 157 606 294 t 294 605 157 t 40 585 295 t 295 569 40 t 151 607 295 t 295 585 151 t 75 604 295 t 295 607 75 t 147 569 295 t 295 604 147 t 20 602 296 t 296 582 20 t 155 608 296 t 296 602 155 t 75 607 296 t 296 608 75 t 151 582 296 t 296 607 151 t 41 609 297 t 297 598 41 t 157 605 297 t 297 609 157 t 75 608 297 t 297 605 75 t 155 598 297 t 297 608 155 t 2 517 298 t 298 586 2 t 134 610 298 t 298 517 134 t 76 611 298 t 298 610 76 t 152 586 298 t 298 611 152 t 34 612 299 t 299 523 34 t 158 613 299 t 299 612 158 t 76 610 299 t 299 613 76 t 134 523 299 t 299 610 134 t 21 614 300 t 300 616 21 t 159 615 300 t 300 614 159 t 76 613 300 t 300 615 76 t 158 616 300 t 300 613 158 t 42 591 301 t 301 617 42 t 152 611 301 t 301 591 152 t 76 615 301 t 301 611 76 t 159 617 301 t 301 615 159 t 3 618 302 t 302 504 3 t 160 619 302 t 302 618 160 t 77 620 302 t 302 619 77 t 129 504 302 t 302 620 129 t 44 621 303 t 303 623 44 t 161 622 303 t 303 621 161 t 77 619 303 t 303 622 77 t 160 623 303 t 303 619 160 t 21 616 304 t 304 625 21 t 158 624 304 t 304 616 158 t 77 622 304 t 304 624 77 t 161 625 304 t 304 622 161 t 34 510 305 t 305 612 34 t 129 620 305 t 305 510 129 t 77 624 305 t 305 620 77 t 158 612 305 t 305 624 158 t 9 626 306 t 306 629 9 t 162 627 306 t 306 626 162 t 78 628 306 t 306 627 78 t 164 629 306 t 306 628 164 t 43 630 307 t 307 632 43 t 163 631 307 t 307 630 163 t 78 627 307 t 307 631 78 t 162 632 307 t 307 627 162 t 21 625 308 t 308 634 21 t 161 633 308 t 308 625 161 t 78 631 308 t 308 633 78 t 163 634 308 t 308 631 163 t 44 635 309 t 309 621 44 t 164 628 309 t 309 635 164 t 78 633 309 t 309 628 78 t 161 621 309 t 309 633 161 t 8 597 310 t 310 638 8 t 156 636 310 t 310 597 156 t 79 637 310 t 310 636 79 t 165 638 310 t 310 637 165 t 42 617 311 t 311 603 42 t 159 639 311 t 311 617 159 t 79 636 311 t 311 639 79 t 156 603 311 t 311 636 156 t 21 634 312 t 312 614 21 t 163 640 312 t 312 634 163 t 79 639 312 t 312 640 79 t 159 614 312 t 312 639 159 t 43 641 313 t 313 630 43 t 165 637 313 t 313 641 165 t 79 640 313 t 313 637 79 t 163 630 313 t 313 640 163 t 3 507 314 t 314 618 3 t 131 642 314 t 314 507 131 t 80 643 314 t 314 642 80 t 160 618 314 t 314 643 160 t 35 644 315 t 315 513 35 t 166 645 315 t 315 644 166 t 80 642 315 t 315 645 80 t 131 513 315 t 315 642 131 t 22 646 316 t 316 648 22 t 167 647 316 t 316 646 167 t 80 645 316 t 316 647 80 t 166 648 316 t 316 645 166 t 44 623 317 t 317 649 44 t 160 643 317 t 317 623 160 t 80 647 317 t 317 643 80 t 167 649 317 t 317 647 167 t 4 650 318 t 318 494 4 t 168 651 318 t 318 650 168 t 81 652 318 t 318 651 81 t 126 494 318 t 318 652 126 t 46 653 319 t 319 655 46 t 169 654 319 t 319 653 169 t 81 651 319 t 319 654 81 t 168 655 319 t 319 651 168 t 22 648 320 t 320 657 22 t 166 656 320 t 320 648 166 t 81 654 320 t 320 656 81 t 169 657 320 t 320 654 169 t 35 500 321 t 321 644 35 t 126 652 321 t 321 500 126 t 81 656 321 t 321 652 81 t 166 644 321 t 321 656 166 t 10 658 322 t 322 661 10 t 170 659 322 t 322 658 170 t 82 660 322 t 322 659 82 t 172 661 322 t 322 660 172 t 45 662 323 t 323 664 45 t 171 663 323 t 323 662 171 t 82 659 323 t 323 663 82 t 170 664 323 t 323 659 170 t 22 657 324 t 324 666 22 t 169 665 324 t 324 657 169 t 82 663 324 t 324 665 82 t 171 666 324 t 324 663 171 t 46 667 325 t 325 653 46 t 172 660 325 t 325 667 172 t 82 665 325 t 325 660 82 t 169 653 325 t 325 665 169 t 9 629 326 t 326 670 9 t 164 668 326 t 326 629 164 t 83 669 326 t 326 668 83 t 173 670 326 t 326 669 173 t 44 649 327 t 327 635 44 t 167 671 327 t 327 649 167 t 83 668 327 t 327 671 83 t 164 635 327 t 327 668 164 t 22 666 328 t 328 646 22 t 171 672 328 t 328 666 171 t 83 671 328 t 328 672 83 t 167 646 328 t 328 671 167 t 45 673 329 t 329 662 45 t 173 669 329 t 329 673 173 t 83 672 329 t 329 669 83 t 171 662 329 t 329 672 171 t 4 497 330 t 330 650 4 t 128 674 330 t 330 497 128 t 84 675 330 t 330 674 84 t 168 650 330 t 330 675 168 t 36 676 331 t 331 503 36 t 174 677 331 t 331 676 174 t 84 674 331 t 331 677 84 t 128 503 331 t 331 674 128 t 23 678 332 t 332 680 23 t 175 679 332 t 332 678 175 t 84 677 332 t 332 679 84 t 174 680 332 t 332 677 174 t 46 655 333 t 333 681 46 t 168 675 333 t 333 655 168 t 84 679 333 t 333 675 84 t 175 681 333 t 333 679 175 t 5 682 334 t 334 482 5 t 176 683 334 t 334 682 176 t 85 684 334 t 334 683 85 t 122 482 334 t 334 684 122 t 48 685 335 t 335 687 48 t 177 686 335 t 335 685 177 t 85 683 335 t 335 686 85 t 176 687 335 t 335 683 176 t 23 680 336 t 336 689 23 t 174 688 336 t 336 680 174 t 85 686 336 t 336 688 85 t 177 689 336 t 336 686 177 t 36 488 337 t 337 676 36 t 122 684 337 t 337 488 122 t 85 688 337 t 337 684 85 t 174 676 337 t 337 688 174 t 11 690 338 t 338 693 11 t 178 691 338 t 338 690 178 t 86 692 338 t 338 691 86 t 180 693 338 t 338 692 180 t 47 694 339 t 339 696 47 t 179 695 339 t 339 694 179 t 86 691 339 t 339 695 86 t 178 696 339 t 339 691 178 t 23 689 340 t 340 698 23 t 177 697 340 t 340 689 177 t 86 695 340 t 340 697 86 t 179 698 340 t 340 695 179 t 48 699 341 t 341 685 48 t 180 692 341 t 341 699 180 t 86 697 341 t 341 692 86 t 177 685 341 t 341 697 177 t 10 661 342 t 342 702 10 t 172 700 342 t 342 661 172 t 87 701 342 t 342 700 87 t 181 702 342 t 342 701 181 t 46 681 343 t 343 667 46 t 175 703 343 t 343 681 175 t 87 700 343 t 343 703 87 t 172 667 343 t 343 700 172 t 23 698 344 t 344 678 23 t 179 704 344 t 344 698 179 t 87 703 344 t 344 704 87 t 175 678 344 t 344 703 175 t 47 705 345 t 345 694 47 t 181 701 345 t 345 705 181 t 87 704 345 t 345 701 87 t 179 694 345 t 345 704 179 t 5 485 346 t 346 682 5 t 125 706 346 t 346 485 125 t 88 707 346 t 346 706 88 t 176 682 346 t 346 707 176 t 37 708 347 t 347 492 37 t 182 709 347 t 347 708 182 t 88 706 347 t 347 709 88 t 125 492 347 t 347 706 125 t 24 710 348 t 348 712 24 t 183 711 348 t 348 710 183 t 88 709 348 t 348 711 88 t 182 712 348 t 348 709 182 t 48 687 349 t 349 713 48 t 176 707 349 t 349 687 176 t 88 711 349 t 349 707 88 t 183 713 349 t 349 711 183 t 0 544 350 t 350 534 0 t 142 714 350 t 350 544 142 t 89 715 350 t 350 714 89 t 138 534 350 t 350 715 138 t 39 716 351 t 351 550 39 t 184 717 351 t 351 716 184 t 89 714 351 t 351 717 89 t 142 550 351 t 351 714 142 t 24 712 352 t 352 719 24 t 182 718 352 t 352 712 182 t 89 717 352 t 352 718 89 t 184 719 352 t 352 717 184 t 37 539 353 t 353 708 37 t 138 715 353 t 353 539 138 t 89 718 353 t 353 715 89 t 182 708 353 t 353 718 182 t 6 720 354 t 354 570 6 t 185 721 354 t 354 720 185 t 90 722 354 t 354 721 90 t 148 570 354 t 354 722 148 t 49 723 355 t 355 725 49 t 186 724 355 t 355 723 186 t 90 721 355 t 355 724 90 t 185 725 355 t 355 721 185 t 24 719 356 t 356 727 24 t 184 726 356 t 356 719 184 t 90 724 356 t 356 726 90 t 186 727 356 t 356 724 186 t 39 575 357 t 357 716 39 t 148 722 357 t 357 575 148 t 90 726 357 t 357 722 90 t 184 716 357 t 357 726 184 t 11 693 358 t 358 730 11 t 180 728 358 t 358 693 180 t 91 729 358 t 358 728 91 t 187 730 358 t 358 729 187 t 48 713 359 t 359 699 48 t 183 731 359 t 359 713 183 t 91 728 359 t 359 731 91 t 180 699 359 t 359 728 180 t 24 727 360 t 360 710 24 t 186 732 360 t 360 727 186 t 91 731 360 t 360 732 91 t 183 710 360 t 360 731 183 t 49 733 361 t 361 723 49 t 187 729 361 t 361 733 187 t 91 732 361 t 361 729 91 t 186 723 361 t 361 732 186 t 17 734 362 t 362 737 17 t 188 735 362 t 362 734 188 t 92 736 362 t 362 735 92 t 191 737 362 t 362 736 191 t 55 738 363 t 363 740 55 t 189 739 363 t 363 738 189 t 92 735 363 t 363 739 92 t 188 740 363 t 363 735 188 t 25 741 364 t 364 743 25 t 190 742 364 t 364 741 190 t 92 739 364 t 364 742 92 t 189 743 364 t 364 739 189 t 54 744 365 t 365 745 54 t 191 736 365 t 365 744 191 t 92 742 365 t 365 736 92 t 190 745 365 t 365 742 190 t 12 746 366 t 366 749 12 t 192 747 366 t 366 746 192 t 93 748 366 t 366 747 93 t 194 749 366 t 366 748 194 t 50 750 367 t 367 752 50 t 193 751 367 t 367 750 193 t 93 747 367 t 367 751 93 t 192 752 367 t 367 747 192 t 25 743 368 t 368 754 25 t 189 753 368 t 368 743 189 t 93 751 368 t 368 753 93 t 193 754 368 t 368 751 193 t 55 755 369 t 369 738 55 t 194 748 369 t 369 755 194 t 93 753 369 t 369 748 93 t 189 738 369 t 369 753 189 t 13 756 370 t 370 759 13 t 195 757 370 t 370 756 195 t 94 758 370 t 370 757 94 t 197 759 370 t 370 758 197 t 51 760 371 t 371 762 51 t 196 761 371 t 371 760 196 t 94 757 371 t 371 761 94 t 195 762 371 t 371 757 195 t 25 754 372 t 372 764 25 t 193 763 372 t 372 754 193 t 94 761 372 t 372 763 94 t 196 764 372 t 372 761 196 t 50 765 373 t 373 750 50 t 197 758 373 t 373 765 197 t 94 763 373 t 373 758 94 t 193 750 373 t 373 763 193 t 14 766 374 t 374 769 14 t 198 767 374 t 374 766 198 t 95 768 374 t 374 767 95 t 200 769 374 t 374 768 200 t 52 770 375 t 375 772 52 t 199 771 375 t 375 770 199 t 95 767 375 t 375 771 95 t 198 772 375 t 375 767 198 t 25 764 376 t 376 774 25 t 196 773 376 t 376 764 196 t 95 771 376 t 376 773 95 t 199 774 376 t 376 771 199 t 51 775 377 t 377 760 51 t 200 768 377 t 377 775 200 t 95 773 377 t 377 768 95 t 196 760 377 t 377 773 196 t 15 776 378 t 378 779 15 t 201 777 378 t 378 776 201 t 96 778 378 t 378 777 96 t 203 779 378 t 378 778 203 t 53 780 379 t 379 782 53 t 202 781 379 t 379 780 202 t 96 777 379 t 379 781 96 t 201 782 379 t 379 777 201 t 25 774 380 t 380 784 25 t 199 783 380 t 380 774 199 t 96 781 380 t 380 783 96 t 202 784 380 t 380 781 202 t 52 785 381 t 381 770 52 t 203 778 381 t 381 785 203 t 96 783 381 t 381 778 96 t 199 770 381 t 381 783 199 t 16 786 382 t 382 789 16 t 204 787 382 t 382 786 204 t 97 788 382 t 382 787 97 t 205 789 382 t 382 788 205 t 54 745 383 t 383 791 54 t 190 790 383 t 383 745 190 t 97 787 383 t 383 790 97 t 204 791 383 t 383 787 204 t 25 784 384 t 384 741 25 t 202 792 384 t 384 784 202 t 97 790 384 t 384 792 97 t 190 741 384 t 384 790 190 t 53 793 385 t 385 780 53 t 205 788 385 t 385 793 205 t 97 792 385 t 385 788 97 t 202 780 385 t 385 792 202 t 6 573 386 t 386 796 6 t 149 794 386 t 386 573 149 t 98 795 386 t 386 794 98 t 208 796 386 t 386 795 208 t 38 797 387 t 387 577 38 t 206 798 387 t 387 797 206 t 98 794 387 t 387 798 98 t 149 577 387 t 387 794 149 t 26 799 388 t 388 801 26 t 207 800 388 t 388 799 207 t 98 798 388 t 388 800 98 t 206 801 388 t 388 798 206 t 57 802 389 t 389 803 57 t 208 795 389 t 389 802 208 t 98 800 389 t 389 795 98 t 207 803 389 t 389 800 207 t 7 804 390 t 390 560 7 t 209 805 390 t 390 804 209 t 99 806 390 t 390 805 99 t 145 560 390 t 390 806 145 t 56 807 391 t 391 809 56 t 210 808 391 t 391 807 210 t 99 805 391 t 391 808 99 t 209 809 391 t 391 805 209 t 26 801 392 t 392 811 26 t 206 810 392 t 392 801 206 t 99 808 392 t 392 810 99 t 210 811 392 t 392 808 210 t 38 566 393 t 393 797 38 t 145 806 393 t 393 566 145 t 99 810 393 t 393 806 99 t 206 797 393 t 393 810 206 t 13 759 394 t 394 814 13 t 197 812 394 t 394 759 197 t 100 813 394 t 394 812 100 t 212 814 394 t 394 813 212 t 50 815 395 t 395 765 50 t 211 816 395 t 395 815 211 t 100 812 395 t 395 816 100 t 197 765 395 t 395 812 197 t 26 811 396 t 396 818 26 t 210 817 396 t 396 811 210 t 100 816 396 t 396 817 100 t 211 818 396 t 396 816 211 t 56 819 397 t 397 807 56 t 212 813 397 t 397 819 212 t 100 817 397 t 397 813 100 t 210 807 397 t 397 817 210 t 12 820 398 t 398 746 12 t 213 821 398 t 398 820 213 t 101 822 398 t 398 821 101 t 192 746 398 t 398 822 192 t 57 803 399 t 399 824 57 t 207 823 399 t 399 803 207 t 101 821 399 t 399 823 101 t 213 824 399 t 399 821 213 t 26 818 400 t 400 799 26 t 211 825 400 t 400 818 211 t 101 823 400 t 400 825 101 t 207 799 400 t 400 823 207 t 50 752 401 t 401 815 50 t 192 822 401 t 401 752 192 t 101 825 401 t 401 822 101 t 211 815 401 t 401 825 211 t 7 606 402 t 402 804 7 t 157 826 402 t 402 606 157 t 102 827 402 t 402 826 102 t 209 804 402 t 402 827 209 t 41 828 403 t 403 609 41 t 214 829 403 t 403 828 214 t 102 826 403 t 403 829 102 t 157 609 403 t 403 826 157 t 27 830 404 t 404 832 27 t 215 831 404 t 404 830 215 t 102 829 404 t 404 831 102 t 214 832 404 t 404 829 214 t 56 809 405 t 405 833 56 t 209 827 405 t 405 809 209 t 102 831 405 t 405 827 102 t 215 833 405 t 405 831 215 t 8 834 406 t 406 594 8 t 216 835 406 t 406 834 216 t 103 836 406 t 406 835 103 t 154 594 406 t 406 836 154 t 58 837 407 t 407 839 58 t 217 838 407 t 407 837 217 t 103 835 407 t 407 838 103 t 216 839 407 t 407 835 216 t 27 832 408 t 408 841 27 t 214 840 408 t 408 832 214 t 103 838 408 t 408 840 103 t 217 841 408 t 408 838 217 t 41 600 409 t 409 828 41 t 154 836 409 t 409 600 154 t 103 840 409 t 409 836 103 t 214 828 409 t 409 840 214 t 14 769 410 t 410 844 14 t 200 842 410 t 410 769 200 t 104 843 410 t 410 842 104 t 219 844 410 t 410 843 219 t 51 845 411 t 411 775 51 t 218 846 411 t 411 845 218 t 104 842 411 t 411 846 104 t 200 775 411 t 411 842 200 t 27 841 412 t 412 848 27 t 217 847 412 t 412 841 217 t 104 846 412 t 412 847 104 t 218 848 412 t 412 846 218 t 58 849 413 t 413 837 58 t 219 843 413 t 413 849 219 t 104 847 413 t 413 843 104 t 217 837 413 t 413 847 217 t 13 814 414 t 414 756 13 t 212 850 414 t 414 814 212 t 105 851 414 t 414 850 105 t 195 756 414 t 414 851 195 t 56 833 415 t 415 819 56 t 215 852 415 t 415 833 215 t 105 850 415 t 415 852 105 t 212 819 415 t 415 850 212 t 27 848 416 t 416 830 27 t 218 853 416 t 416 848 218 t 105 852 416 t 416 853 105 t 215 830 416 t 416 852 215 t 51 762 417 t 417 845 51 t 195 851 417 t 417 762 195 t 105 853 417 t 417 851 105 t 218 845 417 t 417 853 218 t 8 638 418 t 418 834 8 t 165 854 418 t 418 638 165 t 106 855 418 t 418 854 106 t 216 834 418 t 418 855 216 t 43 856 419 t 419 641 43 t 220 857 419 t 419 856 220 t 106 854 419 t 419 857 106 t 165 641 419 t 419 854 165 t 28 858 420 t 420 860 28 t 221 859 420 t 420 858 221 t 106 857 420 t 420 859 106 t 220 860 420 t 420 857 220 t 58 839 421 t 421 861 58 t 216 855 421 t 421 839 216 t 106 859 421 t 421 855 106 t 221 861 421 t 421 859 221 t 9 862 422 t 422 626 9 t 222 863 422 t 422 862 222 t 107 864 422 t 422 863 107 t 162 626 422 t 422 864 162 t 59 865 423 t 423 867 59 t 223 866 423 t 423 865 223 t 107 863 423 t 423 866 107 t 222 867 423 t 423 863 222 t 28 860 424 t 424 869 28 t 220 868 424 t 424 860 220 t 107 866 424 t 424 868 107 t 223 869 424 t 424 866 223 t 43 632 425 t 425 856 43 t 162 864 425 t 425 632 162 t 107 868 425 t 425 864 107 t 220 856 425 t 425 868 220 t 15 779 426 t 426 872 15 t 203 870 426 t 426 779 203 t 108 871 426 t 426 870 108 t 225 872 426 t 426 871 225 t 52 873 427 t 427 785 52 t 224 874 427 t 427 873 224 t 108 870 427 t 427 874 108 t 203 785 427 t 427 870 203 t 28 869 428 t 428 876 28 t 223 875 428 t 428 869 223 t 108 874 428 t 428 875 108 t 224 876 428 t 428 874 224 t 59 877 429 t 429 865 59 t 225 871 429 t 429 877 225 t 108 875 429 t 429 871 108 t 223 865 429 t 429 875 223 t 14 844 430 t 430 766 14 t 219 878 430 t 430 844 219 t 109 879 430 t 430 878 109 t 198 766 430 t 430 879 198 t 58 861 431 t 431 849 58 t 221 880 431 t 431 861 221 t 109 878 431 t 431 880 109 t 219 849 431 t 431 878 219 t 28 876 432 t 432 858 28 t 224 881 432 t 432 876 224 t 109 880 432 t 432 881 109 t 221 858 432 t 432 880 221 t 52 772 433 t 433 873 52 t 198 879 433 t 433 772 198 t 109 881 433 t 433 879 109 t 224 873 433 t 433 881 224 t 9 670 434 t 434 862 9 t 173 882 434 t 434 670 173 t 110 883 434 t 434 882 110 t 222 862 434 t 434 883 222 t 45 884 435 t 435 673 45 t 226 885 435 t 435 884 226 t 110 882 435 t 435 885 110 t 173 673 435 t 435 882 173 t 29 886 436 t 436 888 29 t 227 887 436 t 436 886 227 t 110 885 436 t 436 887 110 t 226 888 436 t 436 885 226 t 59 867 437 t 437 889 59 t 222 883 437 t 437 867 222 t 110 887 437 t 437 883 110 t 227 889 437 t 437 887 227 t 10 890 438 t 438 658 10 t 228 891 438 t 438 890 228 t 111 892 438 t 438 891 111 t 170 658 438 t 438 892 170 t 60 893 439 t 439 895 60 t 229 894 439 t 439 893 229 t 111 891 439 t 439 894 111 t 228 895 439 t 439 891 228 t 29 888 440 t 440 897 29 t 226 896 440 t 440 888 226 t 111 894 440 t 440 896 111 t 229 897 440 t 440 894 229 t 45 664 441 t 441 884 45 t 170 892 441 t 441 664 170 t 111 896 441 t 441 892 111 t 226 884 441 t 441 896 226 t 16 789 442 t 442 900 16 t 205 898 442 t 442 789 205 t 112 899 442 t 442 898 112 t 231 900 442 t 442 899 231 t 53 901 443 t 443 793 53 t 230 902 443 t 443 901 230 t 112 898 443 t 443 902 112 t 205 793 443 t 443 898 205 t 29 897 444 t 444 904 29 t 229 903 444 t 444 897 229 t 112 902 444 t 444 903 112 t 230 904 444 t 444 902 230 t 60 905 445 t 445 893 60 t 231 899 445 t 445 905 231 t 112 903 445 t 445 899 112 t 229 893 445 t 445 903 229 t 15 872 446 t 446 776 15 t 225 906 446 t 446 872 225 t 113 907 446 t 446 906 113 t 201 776 446 t 446 907 201 t 59 889 447 t 447 877 59 t 227 908 447 t 447 889 227 t 113 906 447 t 447 908 113 t 225 877 447 t 447 906 225 t 29 904 448 t 448 886 29 t 230 909 448 t 448 904 230 t 113 908 448 t 448 909 113 t 227 886 448 t 448 908 227 t 53 782 449 t 449 901 53 t 201 907 449 t 449 782 201 t 113 909 449 t 449 907 113 t 230 901 449 t 449 909 230 t 10 702 450 t 450 890 10 t 181 910 450 t 450 702 181 t 114 911 450 t 450 910 114 t 228 890 450 t 450 911 228 t 47 912 451 t 451 705 47 t 232 913 451 t 451 912 232 t 114 910 451 t 451 913 114 t 181 705 451 t 451 910 181 t 30 914 452 t 452 916 30 t 233 915 452 t 452 914 233 t 114 913 452 t 452 915 114 t 232 916 452 t 452 913 232 t 60 895 453 t 453 917 60 t 228 911 453 t 453 895 228 t 114 915 453 t 453 911 114 t 233 917 453 t 453 915 233 t 11 918 454 t 454 690 11 t 234 919 454 t 454 918 234 t 115 920 454 t 454 919 115 t 178 690 454 t 454 920 178 t 61 921 455 t 455 923 61 t 235 922 455 t 455 921 235 t 115 919 455 t 455 922 115 t 234 923 455 t 455 919 234 t 30 916 456 t 456 925 30 t 232 924 456 t 456 916 232 t 115 922 456 t 456 924 115 t 235 925 456 t 456 922 235 t 47 696 457 t 457 912 47 t 178 920 457 t 457 696 178 t 115 924 457 t 457 920 115 t 232 912 457 t 457 924 232 t 17 737 458 t 458 928 17 t 191 926 458 t 458 737 191 t 116 927 458 t 458 926 116 t 237 928 458 t 458 927 237 t 54 929 459 t 459 744 54 t 236 930 459 t 459 929 236 t 116 926 459 t 459 930 116 t 191 744 459 t 459 926 191 t 30 925 460 t 460 932 30 t 235 931 460 t 460 925 235 t 116 930 460 t 460 931 116 t 236 932 460 t 460 930 236 t 61 933 461 t 461 921 61 t 237 927 461 t 461 933 237 t 116 931 461 t 461 927 116 t 235 921 461 t 461 931 235 t 16 900 462 t 462 786 16 t 231 934 462 t 462 900 231 t 117 935 462 t 462 934 117 t 204 786 462 t 462 935 204 t 60 917 463 t 463 905 60 t 233 936 463 t 463 917 233 t 117 934 463 t 463 936 117 t 231 905 463 t 463 934 231 t 30 932 464 t 464 914 30 t 236 937 464 t 464 932 236 t 117 936 464 t 464 937 117 t 233 914 464 t 464 936 233 t 54 791 465 t 465 929 54 t 204 935 465 t 465 791 204 t 117 937 465 t 465 935 117 t 236 929 465 t 465 937 236 t 11 730 466 t 466 918 11 t 187 938 466 t 466 730 187 t 118 939 466 t 466 938 118 t 234 918 466 t 466 939 234 t 49 940 467 t 467 733 49 t 238 941 467 t 467 940 238 t 118 938 467 t 467 941 118 t 187 733 467 t 467 938 187 t 31 942 468 t 468 944 31 t 239 943 468 t 468 942 239 t 118 941 468 t 468 943 118 t 238 944 468 t 468 941 238 t 61 923 469 t 469 945 61 t 234 939 469 t 469 923 234 t 118 943 469 t 469 939 118 t 239 945 469 t 469 943 239 t 6 796 470 t 470 720 6 t 208 946 470 t 470 796 208 t 119 947 470 t 470 946 119 t 185 720 470 t 470 947 185 t 57 948 471 t 471 802 57 t 240 949 471 t 471 948 240 t 119 946 471 t 471 949 119 t 208 802 471 t 471 946 208 t 31 944 472 t 472 951 31 t 238 950 472 t 472 944 238 t 119 949 472 t 472 950 119 t 240 951 472 t 472 949 240 t 49 725 473 t 473 940 49 t 185 947 473 t 473 725 185 t 119 950 473 t 473 947 119 t 238 940 473 t 473 950 238 t 12 749 474 t 474 820 12 t 194 952 474 t 474 749 194 t 120 953 474 t 474 952 120 t 213 820 474 t 474 953 213 t 55 954 475 t 475 755 55 t 241 955 475 t 475 954 241 t 120 952 475 t 475 955 120 t 194 755 475 t 475 952 194 t 31 951 476 t 476 957 31 t 240 956 476 t 476 951 240 t 120 955 476 t 476 956 120 t 241 957 476 t 476 955 241 t 57 824 477 t 477 948 57 t 213 953 477 t 477 824 213 t 120 956 477 t 477 953 120 t 240 948 477 t 477 956 240 t 17 928 478 t 478 734 17 t 237 958 478 t 478 928 237 t 121 959 478 t 478 958 121 t 188 734 478 t 478 959 188 t 61 945 479 t 479 933 61 t 239 960 479 t 479 945 239 t 121 958 479 t 479 960 121 t 237 933 479 t 479 958 237 t 31 957 480 t 480 942 31 t 241 961 480 t 480 957 241 t 121 960 480 t 480 961 121 t 239 942 480 t 480 960 239 t 55 740 481 t 481 954 55 t 188 959 481 t 481 740 188 t 121 961 481 t 481 959 121 t 241 954 481 t 481 961 241 } object { shader 1---Default type mesh name Sphere02 5442 10320 v -121.744 75.4883 107.225 0.19626 -0.456562 0.867775 0 0 v -115.147 79.6731 107.221 0.314302 -0.3142 0.89582 0 0 v -111.55 85.317 107.279 0.38288 -0.1209 0.915853 0 0 v -111.491 91.2764 107.225 0.392252 0.106262 0.913699 0 0 v -115.262 97.1311 107.292 0.307236 0.319018 0.896568 0 0 v -121.744 101.335 107.225 0.19626 0.456562 0.867775 0 0 v -115.257 65.7942 97.0649 0.262129 -0.735408 0.62487 0 0 v -103.401 72.7601 97.0565 0.505636 -0.54262 0.670742 0 0 v -96.5677 82.8296 102.673 -0.273779 0.0818371 0.958305 0 0 v -96.7866 93.0849 97.0404 0.665175 0.217747 0.714233 0 0 v -103.405 103.833 97.0612 0.521273 0.521647 0.675395 0 0 v -115.257 111.029 97.0649 0.262129 0.735409 0.62487 0 0 v -110.796 59.7117 84.4709 0.260169 -0.913633 0.312389 0 0 v -95.9059 68.3837 84.5349 0.666491 -0.623169 0.409207 0 0 v -87.8844 81.4667 84.4835 0.87797 -0.280209 0.388138 0 0 v -87.9911 95.1075 84.5738 0.871768 0.26858 0.409737 0 0 v -96.3236 107.891 84.5118 0.639656 0.694813 0.328746 0 0 v -111.336 116.626 84.5105 0.321288 0.912704 0.252478 0 0 v -110.076 59.3775 69.245 0.289255 -0.922756 -0.254664 0 0 v -94.0575 68.3324 69.718 0.688154 -0.664177 -0.292085 0 0 v -85.8769 81.4567 69.5609 0.925937 -0.306959 -0.220037 0 0 v -85.8769 95.3663 69.5609 0.925938 0.306958 -0.220037 0 0 v -94.6827 107.898 69.5609 0.637358 0.738883 -0.218693 0 0 v -110.427 116.58 69.5512 0.313767 0.923207 -0.221899 0 0 v -114.348 66.1814 56.0335 0.255152 -0.671139 -0.696038 0 0 v -102.401 72.9567 56.1425 0.433947 -0.497364 -0.751212 0 0 v -95.5018 82.8957 56.1425 0.550673 -0.180701 -0.814927 0 0 v -95.5018 93.9272 56.1425 0.550673 0.180701 -0.814927 0 0 v -102.401 103.866 56.1425 0.433947 0.497364 -0.751212 0 0 v -114.711 110.731 56.1403 0.238946 0.698952 -0.674071 0 0 v -123.368 75.4729 47.5221 0.198242 -0.467564 -0.861443 0 0 v -118.001 79.44 47.5221 0.296243 -0.276046 -0.914351 0 0 v -114.955 85.2096 47.5221 0.326794 -0.0872127 -0.941063 0 0 v -114.955 91.6134 47.5221 0.326794 0.0872127 -0.941063 0 0 v -118.001 97.383 47.5221 0.296243 0.276046 -0.914352 0 0 v -123.368 101.35 47.5221 0.198243 0.467564 -0.861443 0 0 v -94.6677 79.4994 99.9867 -0.0134834 -0.967395 0.252912 0 0 v -90.7456 81.8668 97.1437 0.913808 -0.282385 -0.291914 0 0 v -92.8688 85.0876 100.012 0.349027 0.883653 0.31199 0 0 v -83.974 79.1534 113.968 -0.780348 0.171979 0.601232 0 0 v -83.1182 77.7397 113.184 -0.216433 -0.968165 -0.125753 0 0 v -81.3228 78.7763 112.561 0.730802 -0.147461 -0.666471 0 0 v -82.3965 80.2118 113.407 0.170291 0.98357 0.0599249 0 0 v -81.919 78.3036 119.096 -0.955537 0.284535 -0.0773824 0 0 v -79.9065 75.2796 117.593 -0.358649 -0.709639 -0.606451 0 0 v -75.8676 77.5334 116.563 0.28536 0.0242311 -0.958114 0 0 v -78.3321 80.6004 118.202 -0.0968932 0.873668 -0.476776 0 0 v -81.4917 78.1116 121.885 -0.875798 0.205473 0.436759 0 0 v -78.4877 73.608 119.656 -0.237684 -0.937249 -0.255091 0 0 v -72.4546 76.9806 118.107 0.573837 -0.0760026 -0.815435 0 0 v -76.1173 81.5466 120.556 0.0499432 0.985845 -0.160049 0 0 v -78.6026 77.5535 125.048 -0.485631 0.0453776 0.872985 0 0 v -75.6948 73.1936 122.889 -0.00333505 -0.957352 0.288906 0 0 v -69.8552 76.4575 121.39 0.94235 -0.241827 -0.231293 0 0 v -73.4016 80.8781 123.761 0.277113 0.875111 0.396723 0 0 v -74.6105 76.9382 125.99 -0.0059032 -0.112291 0.993658 0 0 v -73.2971 75.0099 125.024 0.23241 -0.623921 0.746129 0 0 v -70.7633 76.4445 124.379 0.714861 -0.282227 0.639783 0 0 v -72.3002 78.3942 125.413 0.401727 0.30226 0.864438 0 0 v -121.499 103.305 41.5883 0.381082 0.877835 0.290141 0 0 v -114.877 98.7294 41.5899 0.674627 0.65395 0.342386 0 0 v -111.23 92.7915 41.6162 0.883635 0.255277 0.392458 0 0 v -112.204 84.7246 45.232 0.218609 -0.0479802 0.974632 0 0 v -115.048 77.884 41.6092 0.66894 -0.65967 0.342571 0 0 v -121.499 73.5177 41.5883 0.381083 -0.877835 0.290141 0 0 v -120.604 104.294 33.5791 0.394361 0.918571 0.0265704 0 0 v -113.406 99.2617 33.5794 0.73385 0.678921 0.0230328 0 0 v -109.531 92.3442 33.5716 0.967055 0.253953 0.0176594 0 0 v -109.471 84.5651 33.2879 0.968136 -0.250257 0.00920356 0 0 v -113.409 77.5613 33.5701 0.734758 -0.677891 0.0243806 0 0 v -120.604 72.5284 33.5791 0.394362 -0.918571 0.0265704 0 0 v -121.178 103.639 25.0062 0.387614 0.898615 -0.20554 0 0 v -114.357 98.8225 25.0062 0.718779 0.65229 -0.240572 0 0 v -110.662 92.0929 25.0062 0.932072 0.241421 -0.270106 0 0 v -110.662 84.73 25.0062 0.932072 -0.241422 -0.270106 0 0 v -114.357 78.0005 25.0062 0.718779 -0.65229 -0.240573 0 0 v -121.178 73.1844 25.0062 0.387614 -0.898615 -0.20554 0 0 v -122.958 101.604 17.9815 0.335365 0.762689 -0.553024 0 0 v -117.296 97.5425 17.9815 0.585824 0.52704 -0.615661 0 0 v -114.108 91.6602 17.9793 0.725805 0.185477 -0.662424 0 0 v -113.93 85.1324 18.076 0.741751 -0.191094 -0.642875 0 0 v -117.299 79.2845 17.9793 0.585932 -0.525855 -0.616571 0 0 v -122.958 75.2186 17.9815 0.335365 -0.762689 -0.553024 0 0 v -126.05 98.1595 14.1073 0.217589 0.421988 -0.880103 0 0 v -122.425 95.3174 14.0763 0.306752 0.277276 -0.910506 0 0 v -120.051 91.0908 14.087 0.36412 0.100074 -0.92596 0 0 v -117.111 85.4695 14.6436 0.916525 -0.233707 -0.324596 0 0 v -122.521 81.3513 14.0721 0.30256 -0.286497 -0.909053 0 0 v -126.05 78.6634 14.1073 0.21759 -0.421989 -0.880102 0 0 v -126.874 92.7228 12.5313 0.119487 0.08698 -0.989018 0 0 v -125.448 90.0489 12.5523 0.146197 0.0380919 -0.988522 0 0 v -125.794 86.8255 12.4696 0.13215 -0.0334476 -0.990665 0 0 v -126.897 84.0819 12.5283 0.117632 -0.0878611 -0.989163 0 0 v -111.745 81.1585 41.9671 0.386654 -0.895331 0.221091 0 0 v -109.311 84.3765 38.3151 0.792109 -0.210432 -0.572958 0 0 v -109.944 88.0552 41.9044 0.704041 0.656028 0.271944 0 0 v -107.439 84.3687 44.8807 0.133289 0.040389 0.990254 0 0 v -107.701 81.8133 42.2788 0.0136733 -0.998652 0.0500713 0 0 v -106.627 84.1186 39.0919 -0.0888321 -0.0537972 -0.994593 0 0 v -106.439 86.7252 41.8955 0.156938 0.987427 -0.0189046 0 0 v -102.497 83.8689 43.2136 0.533999 0.0330829 0.844838 0 0 v -103.575 81.5688 41.1224 -0.0737242 -0.995331 0.0622934 0 0 v -103.817 83.672 38.0848 -0.564272 -0.0304747 -0.825026 0 0 v -102.819 86.1155 40.4402 0.184932 0.978955 -0.0862969 0 0 v -98.7616 83.1573 39.5996 0.810857 0.073154 0.580655 0 0 v -100.358 81.2124 38.4049 -0.0222691 -0.997607 0.0654497 0 0 v -101.651 83.0155 36.0405 -0.734744 -0.103545 -0.670396 0 0 v -100.008 85.0092 37.3911 0.192194 0.961243 -0.197672 0 0 v -97.3313 82.7023 36.3777 0.997082 -0.0117608 -0.0754274 0 0 v -98.5543 81.4755 36.0093 0.239164 -0.897952 -0.369435 0 0 v -99.834 82.6362 34.8524 -0.177796 -0.289287 -0.940586 0 0 v -98.5707 83.8726 35.2704 0.363556 0.661844 -0.655583 0 0 v -120.649 83.7151 13.4668 0.0368077 -0.862096 -0.505406 0 0 v -122.698 86.1438 12.6184 -0.377781 0.0876887 -0.921733 0 0 v -119.549 87.9664 13.4381 0.269515 0.761227 -0.589827 0 0 v -116.744 85.2594 10.9558 0.958572 -0.222581 0.177755 0 0 v -119.551 83.8923 10.4803 -0.129773 -0.991152 0.0278757 0 0 v -121.221 85.774 10.1039 -0.939784 0.219906 -0.261625 0 0 v -118.707 87.1702 10.327 0.129768 0.987114 -0.0936316 0 0 v -116.326 84.8873 6.32056 0.971275 -0.229341 0.0634559 0 0 v -118.914 83.6348 5.96867 -0.128534 -0.991058 0.0358291 0 0 v -120.465 85.3592 5.68852 -0.960347 0.226093 -0.163146 0 0 v -118.145 86.6366 5.79949 0.127575 0.985711 -0.109989 0 0 v -116.315 84.6102 2.56142 0.967347 -0.237599 -0.088237 0 0 v -118.433 83.5813 2.2556 -0.106262 -0.988183 -0.110462 0 0 v -119.712 84.9991 2.04254 -0.902393 0.199576 -0.381911 0 0 v -117.804 86.0454 2.1164 0.14529 0.959116 -0.242875 0 0 v -116.908 84.5863 0.977822 0.665213 -0.207445 -0.717258 0 0 v -117.945 84.0722 0.831119 0.0338327 -0.672459 -0.739361 0 0 v -118.601 84.7824 0.719038 -0.401203 0.0489563 -0.91468 0 0 v -117.635 85.3009 0.761266 0.188106 0.541823 -0.819173 0 0 v -105.502 60.6384 80.7996 0.542734 -0.839896 -0.00374824 0 0 v -104.869 60.5449 73.4452 0.534847 -0.832622 0.143807 0 0 v -97.0857 64.8033 73.6764 0.438543 -0.890515 0.121093 0 0 v -98.004 64.9441 80.9545 0.442492 -0.896769 -0.00253364 0 0 v -105.17 62.5676 80.0815 0.752068 -0.0425742 -0.657708 0 0 v -104.699 62.472 73.9699 0.644097 0.0249725 0.764536 0 0 v -98.2779 65.9717 74.2187 -0.702941 -0.129024 0.699448 0 0 v -98.9934 66.129 80.2475 -0.583032 -0.191603 -0.789533 0 0 v -104.488 67.99 79.0008 0.764939 -0.500593 -0.405308 0 0 v -104.115 67.9134 74.5896 0.695303 -0.462774 0.549903 0 0 v -99.5075 70.4495 74.7584 -0.296047 -0.689645 0.660868 0 0 v -99.9936 70.5558 79.1316 -0.205447 -0.726798 -0.655406 0 0 v -118.569 59.1905 63.1305 0.165455 -0.87268 -0.459406 0 0 v -129.55 73.9389 107.169 2.98463e-007 -0.535496 0.844538 0 0 v -129.55 89.509 110.865 2.49853e-007 0.00922098 0.999957 0 0 v -129.55 94.4077 110.473 -1.25776e-008 0.189752 0.981832 0 0 v -129.55 63.3755 97.0649 -1.07705e-007 -0.794847 0.60681 0 0 v -129.55 113.447 97.0649 -2.01422e-007 0.794846 0.606811 0 0 v -129.55 57.169 84.5127 -7.93761e-009 -0.974221 0.225596 0 0 v -129.55 119.706 69.5184 -4.66895e-010 0.974637 -0.223792 0 0 v -129.55 113.139 56.1328 7.00277e-010 0.766537 -0.6422 0 0 v -129.55 74.135 47.5221 5.50095e-008 -0.912699 0.408633 0 0 v -129.55 102.688 47.5221 -4.73759e-007 0.564112 -0.825699 0 0 v -129.55 104.963 41.5883 4.5247e-008 0.964505 0.264064 0 0 v -129.55 106.114 33.5791 4.99156e-008 0.999701 0.0244475 0 0 v -129.55 105.351 25.0062 -1.52037e-007 0.98186 -0.189609 0 0 v -129.55 71.4716 25.0062 -2.13131e-007 -0.98186 -0.189609 0 0 v -129.55 99.0626 14.1502 2.33063e-010 0.527146 -0.849775 0 0 v -129.55 80.839 12.8047 -9.32214e-010 -0.249512 -0.968372 0 0 v -129.55 58.3205 63.205 2.65637e-008 -0.92636 -0.37664 0 0 v -137.355 75.4883 107.225 -0.19626 -0.456562 0.867775 0 0 v -143.842 65.7942 97.0649 -0.262129 -0.735408 0.62487 0 0 v -155.538 72.6088 97.052 -0.504554 -0.541359 0.672574 0 0 v -143.798 79.66 107.32 -0.299401 -0.324394 0.897289 0 0 v -164.261 79.3318 99.9828 0.0038155 -0.95444 0.298378 0 0 v -161.92 82.999 102.697 0.15649 0.13963 0.97776 0 0 v -147.248 85.3606 107.487 -0.372402 -0.119102 0.920397 0 0 v -163.734 87.4733 97.228 -0.51507 0.665131 0.540651 0 0 v -163.201 90.0177 97.0212 -0.682361 0.109167 0.722818 0 0 v -147.532 91.1611 107.339 -0.381248 0.119071 0.916773 0 0 v -156.026 103.23 97.0598 -0.537208 0.501786 0.677952 0 0 v -143.891 97.0386 107.292 -0.311899 0.315867 0.896073 0 0 v -143.842 111.029 97.0649 -0.262129 0.735408 0.62487 0 0 v -137.355 101.335 107.225 -0.19626 0.456562 0.867775 0 0 v -129.55 102.884 107.169 -3.21915e-007 0.535496 0.844538 0 0 v -148.303 59.7117 84.4709 -0.260169 -0.913633 0.312389 0 0 v -163.191 68.2899 84.4664 -0.663709 -0.631822 0.400365 0 0 v -171.296 81.4421 84.2721 -0.877629 -0.280404 0.388768 0 0 v -168.299 81.9654 96.5746 -0.944151 -0.241868 -0.223781 0 0 v -171.31 94.9684 84.4584 -0.879002 0.271135 0.392225 0 0 v -162.852 107.762 84.5117 -0.643132 0.687264 0.337713 0 0 v -147.764 116.626 84.5105 -0.321288 0.912704 0.252478 0 0 v -129.55 119.682 84.503 -7.47018e-009 0.972983 0.230876 0 0 v -165.042 68.3324 69.718 -0.688154 -0.664176 -0.292085 0 0 v -173.222 81.4567 69.5609 -0.925938 -0.306959 -0.220036 0 0 v -173.222 95.3663 69.5609 -0.925938 0.306958 -0.220036 0 0 v -164.416 107.898 69.5609 -0.637358 0.738883 -0.218693 0 0 v -148.672 116.58 69.5512 -0.313767 0.923207 -0.221899 0 0 v -149.023 59.3775 69.245 -0.289254 -0.922756 -0.254664 0 0 v -144.751 66.1814 56.0335 -0.255152 -0.67114 -0.696038 0 0 v -156.698 72.9567 56.1425 -0.433947 -0.497364 -0.751212 0 0 v -163.597 82.8957 56.1425 -0.550674 -0.180701 -0.814927 0 0 v -163.597 93.9272 56.1425 -0.550674 0.180701 -0.814927 0 0 v -156.698 103.866 56.1425 -0.433947 0.497364 -0.751212 0 0 v -144.388 110.731 56.1403 -0.238946 0.698951 -0.674071 0 0 v -135.731 75.4729 47.5221 -0.198242 -0.467564 -0.861443 0 0 v -141.098 79.44 47.5221 -0.296243 -0.276045 -0.914352 0 0 v -144.145 85.2096 47.5221 -0.326793 -0.0872133 -0.941063 0 0 v -144.145 91.6134 47.5221 -0.326794 0.0872135 -0.941063 0 0 v -141.098 97.383 47.5221 -0.296243 0.276045 -0.914352 0 0 v -135.731 101.35 47.5221 -0.198242 0.467564 -0.861443 0 0 v -184.489 76.9382 125.99 0.00590527 -0.11229 0.993658 0 0 v -185.802 75.0099 125.024 -0.23241 -0.623921 0.746129 0 0 v -188.336 76.4445 124.379 -0.71486 -0.282223 0.639786 0 0 v -186.799 78.3942 125.413 -0.401725 0.30226 0.86444 0 0 v -175.981 77.7397 113.184 0.216436 -0.968164 -0.125751 0 0 v -174.978 79.2109 113.791 0.783697 0.146794 0.603548 0 0 v -177.641 78.8314 112.366 -0.72673 -0.177908 -0.663485 0 0 v -176.002 80.5187 112.481 -0.182009 0.980246 0.0774062 0 0 v -179.193 75.2796 117.593 0.358649 -0.709636 -0.606455 0 0 v -177.18 78.3036 119.096 0.955537 0.284537 -0.0773827 0 0 v -183.232 77.5334 116.563 -0.285361 0.0242307 -0.958114 0 0 v -180.767 80.6004 118.202 0.0968916 0.873668 -0.476778 0 0 v -180.611 73.608 119.656 0.237683 -0.937249 -0.255089 0 0 v -177.607 78.1116 121.885 0.875799 0.205477 0.436756 0 0 v -186.645 76.9806 118.107 -0.573838 -0.0760037 -0.815434 0 0 v -182.982 81.5466 120.556 -0.0499417 0.985845 -0.160051 0 0 v -183.404 73.1936 122.889 0.00333604 -0.957351 0.288908 0 0 v -180.497 77.5535 125.048 0.485631 0.0453762 0.872985 0 0 v -189.244 76.4575 121.39 -0.94235 -0.241826 -0.231295 0 0 v -185.698 80.8781 123.761 -0.277113 0.875111 0.396724 0 0 v -144.223 98.7294 41.5899 -0.674628 0.653949 0.342385 0 0 v -137.6 103.305 41.5883 -0.381083 0.877835 0.290142 0 0 v -147.87 92.7915 41.6162 -0.883636 0.255276 0.392456 0 0 v -146.895 84.7246 45.232 -0.218609 -0.047981 0.974632 0 0 v -149.155 88.0552 41.9044 -0.704039 0.65603 0.271944 0 0 v -144.051 77.884 41.6092 -0.66894 -0.659669 0.342572 0 0 v -147.355 81.1585 41.9671 -0.386654 -0.895331 0.22109 0 0 v -137.6 73.5177 41.5883 -0.381083 -0.877835 0.290142 0 0 v -129.55 71.8595 41.5883 9.09604e-008 -0.964505 0.264064 0 0 v -145.694 99.2617 33.5794 -0.73385 0.678922 0.0230328 0 0 v -138.495 104.294 33.5791 -0.394361 0.918571 0.0265706 0 0 v -149.568 92.3442 33.5716 -0.967055 0.253955 0.0176597 0 0 v -149.789 84.3765 38.3151 -0.79211 -0.210433 -0.572957 0 0 v -149.629 84.5651 33.2879 -0.968135 -0.250258 0.00920539 0 0 v -145.69 77.5613 33.5701 -0.734758 -0.677891 0.0243816 0 0 v -138.495 72.5284 33.5791 -0.394361 -0.918572 0.0265706 0 0 v -129.55 70.7088 33.5791 -4.66501e-010 -0.999701 0.0244475 0 0 v -144.742 98.8225 25.0062 -0.718778 0.65229 -0.240572 0 0 v -137.921 103.639 25.0062 -0.387615 0.898614 -0.205541 0 0 v -148.437 92.0929 25.0062 -0.932072 0.241423 -0.270106 0 0 v -148.437 84.73 25.0062 -0.932072 -0.241423 -0.270106 0 0 v -144.742 78.0005 25.0062 -0.718779 -0.65229 -0.240572 0 0 v -137.921 73.1844 25.0062 -0.387615 -0.898614 -0.205541 0 0 v -141.803 97.5425 17.9815 -0.585824 0.52704 -0.615662 0 0 v -136.141 101.604 17.9815 -0.335366 0.762689 -0.553023 0 0 v -144.991 91.6602 17.9792 -0.725804 0.185475 -0.662425 0 0 v -145.169 85.1324 18.076 -0.741751 -0.191095 -0.642875 0 0 v -141.801 79.2845 17.9793 -0.585932 -0.525856 -0.616571 0 0 v -136.141 75.2186 17.9815 -0.335364 -0.76269 -0.553023 0 0 v -129.55 73.8371 17.9815 2.90716e-007 -0.853895 -0.520445 0 0 v -136.674 95.3174 14.0763 -0.306751 0.277276 -0.910506 0 0 v -133.049 98.1595 14.1073 -0.21759 0.421989 -0.880102 0 0 v -139.048 91.0908 14.087 -0.364123 0.100076 -0.925959 0 0 v -141.989 85.4695 14.6436 -0.916525 -0.233707 -0.324598 0 0 v -139.55 87.9664 13.4381 -0.269515 0.76123 -0.589823 0 0 v -136.578 81.3513 14.0721 -0.302558 -0.286498 -0.909053 0 0 v -138.45 83.7151 13.4668 -0.0368098 -0.862096 -0.505406 0 0 v -133.049 78.6634 14.1073 -0.217589 -0.421989 -0.880103 0 0 v -129.55 77.7604 14.1502 -1.16531e-010 -0.527148 -0.849774 0 0 v -132.225 92.7228 12.5313 -0.119483 0.0869799 -0.989019 0 0 v -129.55 93.5406 12.369 1.8855e-006 0.0943732 -0.995537 0 0 v -129.55 95.9839 12.8047 -2.82228e-007 0.249515 -0.968371 0 0 v -133.651 90.0489 12.5523 -0.146198 0.0380908 -0.988522 0 0 v -136.401 86.1438 12.6184 0.377784 0.0876875 -0.921732 0 0 v -133.306 86.8255 12.4696 -0.13215 -0.0334483 -0.990665 0 0 v -132.203 84.0819 12.5283 -0.117631 -0.0878611 -0.989163 0 0 v -129.55 83.2824 12.369 -5.22814e-006 -0.0943699 -0.995537 0 0 v -161.768 82.7023 36.3777 -0.997083 -0.0117559 -0.0754183 0 0 v -160.545 81.4755 36.0093 -0.239165 -0.897951 -0.369437 0 0 v -159.265 82.6362 34.8524 0.177797 -0.289285 -0.940586 0 0 v -160.528 83.8726 35.2704 -0.363554 0.661846 -0.655582 0 0 v -151.398 81.8133 42.2788 -0.0136734 -0.998652 0.0500715 0 0 v -151.66 84.3687 44.8807 -0.133287 0.0403897 0.990254 0 0 v -152.472 84.1186 39.0919 0.0888324 -0.0537981 -0.994593 0 0 v -152.66 86.7252 41.8955 -0.156938 0.987427 -0.0189046 0 0 v -155.524 81.5688 41.1224 0.0737262 -0.995331 0.0622942 0 0 v -156.602 83.8689 43.2136 -0.534 0.0330847 0.844837 0 0 v -155.283 83.672 38.0848 0.564271 -0.0304754 -0.825027 0 0 v -156.28 86.1155 40.4402 -0.184933 0.978955 -0.086297 0 0 v -158.741 81.2124 38.4049 0.0222716 -0.997607 0.0654494 0 0 v -160.338 83.1573 39.5996 -0.810857 0.0731539 0.580655 0 0 v -157.448 83.0155 36.0405 0.734742 -0.103549 -0.670397 0 0 v -159.091 85.0092 37.3911 -0.192194 0.961243 -0.197672 0 0 v -142.191 84.5863 0.977822 -0.665206 -0.207438 -0.717266 0 0 v -141.154 84.0722 0.831112 -0.0338417 -0.672469 -0.739351 0 0 v -140.498 84.7824 0.719038 0.401196 0.0489344 -0.914684 0 0 v -141.465 85.3009 0.761273 -0.188111 0.541838 -0.819161 0 0 v -139.548 83.8923 10.4803 0.129773 -0.991152 0.0278765 0 0 v -142.355 85.2594 10.9558 -0.958573 -0.22258 0.177755 0 0 v -137.878 85.774 10.1039 0.939784 0.219902 -0.261628 0 0 v -140.393 87.1702 10.327 -0.129769 0.987114 -0.0936308 0 0 v -140.185 83.6348 5.96867 0.128534 -0.991058 0.0358294 0 0 v -142.773 84.8873 6.32056 -0.971275 -0.229341 0.063458 0 0 v -138.634 85.3592 5.68852 0.960347 0.226092 -0.163144 0 0 v -140.954 86.6366 5.7995 -0.127575 0.985712 -0.109989 0 0 v -140.666 83.5813 2.25562 0.106264 -0.988183 -0.11046 0 0 v -142.784 84.6102 2.56143 -0.967347 -0.237601 -0.0882383 0 0 v -139.388 84.9991 2.04254 0.902395 0.19957 -0.381911 0 0 v -141.295 86.0454 2.11641 -0.145289 0.959115 -0.242876 0 0 v -154.23 60.5449 73.4452 -0.534846 -0.832622 0.143807 0 0 v -153.597 60.6384 80.7996 -0.542735 -0.839895 -0.00375085 0 0 v -162.014 64.8033 73.6764 -0.438544 -0.890514 0.121091 0 0 v -161.095 64.9441 80.9545 -0.442493 -0.896768 -0.0025327 0 0 v -154.612 67.99 79.0008 -0.764939 -0.500594 -0.405307 0 0 v -154.984 67.9134 74.5896 -0.695303 -0.462772 0.549905 0 0 v -159.592 70.4495 74.7584 0.296047 -0.689644 0.660869 0 0 v -159.106 70.5558 79.1316 0.205445 -0.726797 -0.655407 0 0 v -154.401 62.472 73.9699 -0.644097 0.0249735 0.764536 0 0 v -153.93 62.5676 80.0815 -0.752068 -0.0425735 -0.657709 0 0 v -160.821 65.9717 74.2187 0.702942 -0.129021 0.699447 0 0 v -160.106 66.129 80.2475 0.583031 -0.191602 -0.789534 0 0 v -129.55 62.8686 56.0476 -4.20274e-008 -0.659112 -0.752045 0 0 v -129.55 56.5506 70.6502 1.39874e-009 -0.994275 -0.106854 0 0 v -140.53 59.1905 63.1305 -0.165454 -0.872681 -0.459405 0 0 v -129.55 60.6005 58.5135 -7.03842e-009 -0.969747 -0.244111 0 0 v -129.55 82.4152 110.473 -3.76629e-007 -0.18975 0.981832 0 0 v -129.55 85.2496 110.833 4.60708e-007 -0.0427777 0.999085 0 0 v -129.55 87.3139 110.865 2.48921e-007 -0.00922095 0.999957 0 0 v -129.55 91.5734 110.833 4.62573e-007 0.0427775 0.999085 0 0 v -129.55 102.986 17.9815 -2.92118e-007 0.853895 -0.520445 0 0 v -129.55 62.5627 59.1495 -1.22555e-007 -0.0373736 0.999301 0 0 v -120.275 61.147 62.9455 -0.934874 -0.0945458 -0.342157 0 0 v -129.55 60.7438 62.0651 6.35132e-008 0.00578976 -0.999983 0 0 v -138.825 61.1471 62.9455 0.934874 -0.0945447 -0.342158 0 0 v -129.55 70.0776 59.4986 8.89688e-008 -0.19028 0.98173 0 0 v -122.113 68.043 62.2259 -0.694614 -0.600492 -0.396134 0 0 v -129.55 68.7707 61.4669 -4.98814e-008 -0.30329 -0.952898 0 0 v -136.986 68.043 62.2259 0.694613 -0.600491 -0.396136 0 0 v -113.151 72.7465 102.708 0.332884 -0.553619 0.763344 0 0 v -104.12 80.021 102.217 0.344024 -0.442986 0.827896 0 0 v -101.64 87.6198 102.212 0.46584 0.233758 0.853434 0 0 v -105.584 96.5718 102.701 0.515167 0.307881 0.799883 0 0 v -113.179 104.068 102.725 0.3344 0.553644 0.762663 0 0 v -123.793 107.952 102.711 0.116389 0.680839 0.723126 0 0 v -105.538 65.7885 91.2302 0.429777 -0.728043 0.534083 0 0 v -94.3166 76.7486 91.9632 0.676182 -0.605281 0.420015 0 0 v -90.8585 87.4746 91.9581 0.870986 0.186809 0.454408 0 0 v -94.5661 100.431 91.0716 0.697741 0.43157 0.571756 0 0 v -105.534 111.023 91.0633 0.443936 0.747441 0.494219 0 0 v -121.083 116.57 91.0629 0.147872 0.878751 0.453796 0 0 v -88.9575 74.5679 77.1882 0.848102 -0.514877 0.124998 0 0 v -84.6163 88.3874 77.184 0.987533 0.00102235 0.157406 0 0 v -89.1335 102.33 77.1698 0.820423 0.559124 0.119526 0 0 v -101.81 113.523 77.1687 0.491313 0.869769 0.0459798 0 0 v -119.754 119.726 77.1483 0.163925 0.986441 0.00787495 0 0 v -103.867 65.9638 62.1606 0.421738 -0.733972 -0.532374 0 0 v -92.2791 75.9479 62.3419 0.683709 -0.472728 -0.555941 0 0 v -88.1064 88.4115 62.3401 0.808766 1.75293e-007 -0.588131 0 0 v -92.2885 100.867 62.3401 0.682815 0.481974 -0.549058 0 0 v -103.994 110.855 62.3394 0.420792 0.768457 -0.482087 0 0 v -120.534 116.401 62.3189 0.143496 0.883546 -0.44582 0 0 v -113.815 72.8994 51.4172 0.28377 -0.478638 -0.830891 0 0 v -106.484 79.8012 51.4183 0.381709 -0.251498 -0.889408 0 0 v -103.863 88.4115 51.4183 0.411183 2.95374e-007 -0.911553 0 0 v -106.484 97.0217 51.4183 0.381709 0.251498 -0.889408 0 0 v -113.818 103.924 51.4183 0.282787 0.481726 -0.829441 0 0 v -124.04 107.691 51.4176 0.1068 0.628765 -0.770226 0 0 v -72.3891 76.6271 125.616 0.356868 -0.208118 0.910677 0 0 v -89.3764 79.8609 107.266 -0.610348 -0.627039 0.484042 0 0 v -87.4001 79.5083 105.666 0.333988 -0.871968 -0.357942 0 0 v -86.7676 81.5725 105.732 0.708149 0.655025 -0.263566 0 0 v -88.7668 81.8516 107.332 -0.256573 0.799738 0.54276 0 0 v -81.7679 77.1244 117.086 -0.827868 -0.557346 0.0632482 0 0 v -79.0101 76.7634 115.91 0.200229 -0.691727 -0.693846 0 0 v -78.2977 79.2007 116.188 0.434513 0.673653 -0.597821 0 0 v -81.0555 79.5617 117.364 -0.510562 0.842104 0.173746 0 0 v -81.5251 75.7614 119.691 -0.853187 -0.51754 -0.0649961 0 0 v -76.204 75.0918 117.466 0.143123 -0.619725 -0.771659 0 0 v -74.8118 79.7675 117.998 0.317462 0.63701 -0.70245 0 0 v -80.1329 80.4371 120.223 -0.548104 0.836394 0.00515329 0 0 v -79.8839 74.847 122.674 -0.631849 -0.629981 0.451543 0 0 v -73.3859 74.0352 119.957 0.354306 -0.833755 -0.423461 0 0 v -71.6801 79.7427 120.604 0.608512 0.696345 -0.380548 0 0 v -78.178 80.5545 123.321 -0.391664 0.78272 0.483682 0 0 v -76.0043 75.1818 125.25 -0.150559 -0.514382 0.844241 0 0 v -71.6923 74.635 123.445 0.522939 -0.776369 0.351833 0 0 v -70.5683 78.4257 123.878 0.792662 0.386789 0.471254 0 0 v -74.8804 78.9724 125.683 -0.0231383 0.389957 0.920542 0 0 v -119.108 100.526 44.7368 0.514798 0.719908 0.465527 0 0 v -114.244 95.3423 44.7473 0.717011 0.407372 0.565635 0 0 v -112.576 88.6811 45.0155 0.777298 0.027654 0.628525 0 0 v -114.408 81.4496 45.0156 0.688286 -0.410153 0.598362 0 0 v -119.118 76.2928 44.7439 0.51406 -0.719915 0.466331 0 0 v -125.896 73.3031 44.7367 0.18857 -0.897861 0.397853 0 0 v -117.057 101.846 37.7967 0.562983 0.808542 0.171201 0 0 v -111.49 96.0175 37.7981 0.849138 0.497667 0.176895 0 0 v -109.413 88.6002 37.774 0.988949 0.0874849 0.119689 0 0 v -111.415 80.8163 37.774 0.820164 -0.564306 0.0942869 0 0 v -117.06 74.9736 37.7946 0.562338 -0.8094 0.169257 0 0 v -125.115 71.5225 37.7966 0.197535 -0.968898 0.149055 0 0 v -116.84 101.985 29.2297 0.572739 0.812619 -0.107796 0 0 v -111.232 95.8419 29.2297 0.868973 0.47747 -0.130035 0 0 v -109.296 88.4183 29.2228 0.990233 0.00247672 -0.139398 0 0 v -111.232 80.9821 29.2227 0.86819 -0.47866 -0.130881 0 0 v -116.84 74.8379 29.2296 0.572756 -0.81261 -0.107776 0 0 v -125.032 71.3241 29.2297 0.19859 -0.975633 -0.0932847 0 0 v -118.461 100.868 21.1642 0.539197 0.759505 -0.363894 0 0 v -113.393 95.2674 21.1642 0.798316 0.435398 -0.416077 0 0 v -111.615 88.4095 21.1653 0.899383 0.00317093 -0.437149 0 0 v -113.39 81.5561 21.1653 0.797832 -0.438602 -0.413633 0 0 v -118.461 75.9552 21.1642 0.539226 -0.759458 -0.36395 0 0 v -125.652 72.8301 21.1642 0.190712 -0.927823 -0.320583 0 0 v -121.899 98.5064 15.6732 0.358905 0.494459 -0.791642 0 0 v -117.954 94.0731 15.676 0.488492 0.264634 -0.831471 0 0 v -116.514 88.3254 15.5689 0.583777 0.101973 -0.805485 0 0 v -117.933 82.7928 15.5701 0.50356 -0.384683 -0.773593 0 0 v -121.901 78.315 15.6726 0.358736 -0.496148 -0.790662 0 0 v -126.954 75.989 15.6843 0.141489 -0.661633 -0.736358 0 0 v -127.036 95.191 12.8718 0.164302 0.214018 -0.962913 0 0 v -123.977 92.425 13.0254 0.230671 0.12228 -0.965318 0 0 v -122.997 88.4766 12.9649 0.185597 0.106034 -0.976888 0 0 v -124.062 84.2667 12.9636 0.134693 -0.198961 -0.970707 0 0 v -127.039 81.6284 12.8715 0.163027 -0.214803 -0.962955 0 0 v -128.38 79.3499 13.3638 0.0916309 -0.386256 -0.917829 0 0 v -98.2167 82.5795 35.0936 0.451551 -0.249032 -0.856787 0 0 v -110.265 82.6161 44.22 0.0583939 -0.69165 0.719868 0 0 v -108.986 82.4131 40.0793 0.224167 -0.815595 -0.533436 0 0 v -107.976 86.1892 39.9369 0.340802 0.690849 -0.637638 0 0 v -109.259 86.3795 44.0775 0.200111 0.679426 0.705929 0 0 v -105.279 82.5438 43.6685 0.151659 -0.712961 0.684607 0 0 v -105.469 82.3926 39.8896 -0.250365 -0.782593 -0.56997 0 0 v -104.78 85.5952 39.5289 -0.138763 0.730811 -0.668326 0 0 v -104.591 85.7465 43.3077 0.315399 0.724042 0.613422 0 0 v -100.991 82.0765 41.2071 0.422215 -0.710606 0.562827 0 0 v -102.504 81.9594 38.165 -0.491405 -0.773026 -0.401189 0 0 v -102.125 84.8383 37.5694 -0.348407 0.719549 -0.600717 0 0 v -100.613 84.9554 40.6115 0.607382 0.699298 0.376921 0 0 v -98.0713 81.7237 37.6018 0.625513 -0.711767 0.319562 0 0 v -100.229 81.6533 35.9193 -0.354083 -0.829344 -0.43222 0 0 v -100.161 83.9025 35.2436 -0.308458 0.629565 -0.713093 0 0 v -98.0036 83.9729 36.9261 0.689283 0.71891 0.0897605 0 0 v -117.7 84.6639 0.574299 0.140802 -0.0911985 -0.985828 0 0 v -118.256 84.2994 12.7558 0.43292 -0.899879 0.0528879 0 0 v -121.449 84.6904 11.8772 -0.670456 -0.651523 -0.354975 0 0 v -120.833 87.0665 11.8145 -0.412458 0.82171 -0.393283 0 0 v -117.632 86.7056 12.6932 0.714456 0.699368 -0.0209052 0 0 v -117.506 84.0881 8.54064 0.42193 -0.901 0.100866 0 0 v -120.461 84.4251 8.07788 -0.749178 -0.658514 -0.0713607 0 0 v -119.91 86.5706 7.95914 -0.481434 0.860494 -0.166646 0 0 v -116.955 86.2336 8.42191 0.696831 0.717185 -0.00854855 0 0 v -117.183 83.842 4.12475 0.429966 -0.901401 0.0510431 0 0 v -119.822 84.1433 3.72169 -0.743839 -0.660079 -0.104876 0 0 v -119.332 86.0576 3.61371 -0.477965 0.855755 -0.198075 0 0 v -116.693 85.7563 4.01677 0.70431 0.706517 -0.0691453 0 0 v -117.159 83.9784 1.40153 0.459026 -0.837858 -0.295448 0 0 v -118.925 84.182 1.13165 -0.572135 -0.574546 -0.585285 0 0 v -118.6 85.4635 1.059 -0.37733 0.694698 -0.612386 0 0 v -116.834 85.26 1.32888 0.699808 0.578931 -0.418459 0 0 v -107.975 59.2185 77.1279 0.290263 -0.95632 0.0346455 0 0 v -100.74 62.8321 70.9676 0.470787 -0.847808 -0.244093 0 0 v -94.9227 66.539 77.2926 0.692757 -0.713632 0.104005 0 0 v -102.172 62.9285 83.4281 0.470097 -0.81817 0.331069 0 0 v -102.071 70.7278 76.7921 0.479466 -0.875141 0.0651148 0 0 v -106.118 60.4142 77.0558 0.966114 -0.24665 0.0760821 0 0 v -101.112 62.8876 72.8097 0.206303 -0.443101 0.872411 0 0 v -96.9741 65.5393 77.3488 -0.498285 -0.866137 -0.0389608 0 0 v -101.979 63.0658 81.5948 0.312015 -0.506341 -0.803906 0 0 v -106.021 64.8447 76.8458 0.988558 -0.131133 0.0745486 0 0 v -101.57 67.043 73.0545 0.030092 -0.133391 0.990606 0 0 v -97.8859 69.4048 77.1136 -0.957159 -0.269061 -0.10702 0 0 v -102.337 67.2065 80.9049 0.15598 -0.228887 -0.960875 0 0 v -121.09 57.8025 66.1693 0.106022 -0.965864 -0.236359 0 0 v -126.836 78.2956 109.27 0.0675381 -0.345594 0.93595 0 0 v -123.792 82.0056 109.938 0.144356 -0.217206 0.965393 0 0 v -121.068 84.9785 109.979 0.181007 -0.11187 0.977099 0 0 v -120.103 88.3917 109.988 0.191502 0.00267712 0.981489 0 0 v -121.095 91.837 109.996 0.179278 0.105656 0.978109 0 0 v -123.794 94.8172 109.939 0.143505 0.217782 0.96539 0 0 v -126.836 98.5273 109.27 0.0675392 0.345592 0.935951 0 0 v -123.793 68.8705 102.711 0.116388 -0.680839 0.723126 0 0 v -121.075 60.2482 91.0634 0.142233 -0.877322 0.45834 0 0 v -119.902 56.9806 77.2674 0.12827 -0.991033 0.0374109 0 0 v -123.949 69.1433 51.3888 0.10461 -0.56365 -0.819363 0 0 v -125.896 103.52 44.7367 0.18857 0.897861 0.397853 0 0 v -125.115 105.3 37.7966 0.197535 0.968898 0.149055 0 0 v -125.032 105.499 29.2297 0.19859 0.975633 -0.0932848 0 0 v -125.652 103.993 21.1642 0.190712 0.927823 -0.320582 0 0 v -126.954 100.834 15.6843 0.141489 0.661632 -0.736359 0 0 v -128.38 97.473 13.3638 0.0916268 0.386255 -0.91783 0 0 v -145.905 72.7415 102.734 -0.32898 -0.556985 0.762587 0 0 v -153.852 79.9169 102.829 -0.353657 -0.43901 0.825952 0 0 v -156.463 87.9605 102.834 -0.523747 0.180664 0.832496 0 0 v -154.001 95.557 102.737 -0.52429 0.297568 0.797856 0 0 v -145.938 104.036 102.725 -0.341156 0.549544 0.762636 0 0 v -135.306 107.952 102.711 -0.116388 0.680839 0.723126 0 0 v -153.558 65.7504 91.2032 -0.425765 -0.731131 0.533078 0 0 v -164.68 75.8789 91.2515 -0.678853 -0.593715 0.432043 0 0 v -168.727 88.1403 91.1708 -0.84133 0.12468 0.525945 0 0 v -165.283 99.1303 91.0289 -0.70098 0.411671 0.58237 0 0 v -153.589 110.982 91.0633 -0.450652 0.740868 0.498024 0 0 v -138.016 116.57 91.0629 -0.147872 0.878751 0.453797 0 0 v -170.141 74.5311 77.1589 -0.848567 -0.515617 0.118631 0 0 v -174.508 88.4133 77.15 -0.988859 0.000501131 0.148851 0 0 v -169.987 102.297 77.1685 -0.820047 0.559658 0.11961 0 0 v -157.29 113.521 77.1687 -0.491706 0.869515 0.0465786 0 0 v -139.345 119.726 77.1483 -0.163925 0.986441 0.00787538 0 0 v -155.232 65.9638 62.1606 -0.421738 -0.733972 -0.532374 0 0 v -166.82 75.9479 62.3419 -0.683709 -0.472728 -0.555941 0 0 v -170.993 88.4115 62.3401 -0.808765 -2.24975e-007 -0.588132 0 0 v -166.811 100.867 62.3401 -0.682815 0.481974 -0.549058 0 0 v -155.105 110.855 62.3394 -0.420792 0.768457 -0.482087 0 0 v -138.565 116.401 62.3189 -0.143495 0.883546 -0.44582 0 0 v -145.285 72.8994 51.4172 -0.28377 -0.478637 -0.830892 0 0 v -152.615 79.8012 51.4183 -0.381709 -0.251499 -0.889408 0 0 v -155.236 88.4115 51.4183 -0.411183 -2.5158e-008 -0.911553 0 0 v -152.615 97.0217 51.4183 -0.381709 0.251498 -0.889408 0 0 v -145.281 103.924 51.4183 -0.282787 0.481726 -0.829441 0 0 v -135.059 107.691 51.4176 -0.1068 0.628766 -0.770226 0 0 v -186.71 76.6271 125.616 -0.35687 -0.208119 0.910676 0 0 v -169.639 79.8714 107.247 0.606775 -0.609592 0.51012 0 0 v -171.662 79.4852 105.587 -0.352667 -0.867299 -0.35131 0 0 v -171.092 82.2297 103.764 -0.718675 0.662495 -0.2112 0 0 v -168.773 82.5029 105.719 0.199253 0.803372 0.561152 0 0 v -177.33 77.125 117.084 0.826072 -0.559984 0.0634219 0 0 v -180.088 76.764 115.908 -0.199403 -0.69383 -0.691982 0 0 v -180.758 79.2188 116.126 -0.463176 0.665797 -0.584963 0 0 v -177.997 79.5804 117.307 0.512892 0.831217 0.214524 0 0 v -177.574 75.7614 119.691 0.853187 -0.51754 -0.0649971 0 0 v -182.895 75.0918 117.466 -0.143123 -0.619725 -0.771658 0 0 v -184.287 79.7675 117.998 -0.317463 0.63701 -0.702449 0 0 v -178.966 80.4371 120.223 0.548102 0.836395 0.00515356 0 0 v -179.215 74.847 122.674 0.63185 -0.629981 0.451541 0 0 v -185.713 74.0352 119.957 -0.354307 -0.833755 -0.423462 0 0 v -187.419 79.7427 120.604 -0.608512 0.696344 -0.380549 0 0 v -180.921 80.5545 123.321 0.391665 0.782721 0.483681 0 0 v -183.095 75.1818 125.25 0.15056 -0.514383 0.844241 0 0 v -187.407 74.635 123.445 -0.522937 -0.776369 0.351835 0 0 v -188.531 78.4257 123.878 -0.792664 0.386789 0.471252 0 0 v -184.219 78.9724 125.683 0.0231397 0.389957 0.920542 0 0 v -139.992 100.526 44.7368 -0.514797 0.719908 0.465529 0 0 v -144.856 95.3423 44.7473 -0.71701 0.407373 0.565636 0 0 v -146.523 88.6811 45.0155 -0.777296 0.0276561 0.628527 0 0 v -144.691 81.4496 45.0156 -0.688287 -0.410153 0.59836 0 0 v -139.981 76.2928 44.7439 -0.514059 -0.719916 0.466331 0 0 v -133.203 73.3031 44.7367 -0.18857 -0.897861 0.397853 0 0 v -142.043 101.846 37.7967 -0.562983 0.808542 0.1712 0 0 v -147.609 96.0175 37.7981 -0.849139 0.497665 0.176896 0 0 v -149.687 88.6002 37.774 -0.988949 0.0874835 0.119691 0 0 v -147.685 80.8163 37.774 -0.820163 -0.564307 0.0942858 0 0 v -142.039 74.9736 37.7946 -0.562338 -0.8094 0.169257 0 0 v -133.984 71.5225 37.7966 -0.197535 -0.968898 0.149055 0 0 v -142.259 101.985 29.2297 -0.572739 0.812619 -0.107796 0 0 v -147.868 95.8419 29.2297 -0.868973 0.477469 -0.130034 0 0 v -149.803 88.4183 29.2228 -0.990233 0.0024763 -0.139399 0 0 v -147.868 80.9821 29.2227 -0.86819 -0.478661 -0.130882 0 0 v -142.259 74.8379 29.2296 -0.572757 -0.812609 -0.107776 0 0 v -134.067 71.3241 29.2297 -0.19859 -0.975633 -0.0932858 0 0 v -140.638 100.868 21.1642 -0.539196 0.759505 -0.363894 0 0 v -145.706 95.2674 21.1642 -0.798316 0.435398 -0.416078 0 0 v -147.484 88.4095 21.1653 -0.899384 0.00317138 -0.437149 0 0 v -145.709 81.5561 21.1653 -0.797831 -0.438601 -0.413635 0 0 v -140.638 75.9552 21.1642 -0.539226 -0.759458 -0.363949 0 0 v -133.447 72.8301 21.1642 -0.190713 -0.927823 -0.320582 0 0 v -137.2 98.5064 15.6732 -0.358904 0.494459 -0.791643 0 0 v -141.146 94.0731 15.676 -0.488491 0.264634 -0.831472 0 0 v -142.585 88.3254 15.5689 -0.583777 0.101975 -0.805485 0 0 v -141.166 82.7928 15.57 -0.50356 -0.384684 -0.773593 0 0 v -137.198 78.315 15.6726 -0.358736 -0.496148 -0.790662 0 0 v -132.145 75.989 15.6843 -0.141489 -0.661632 -0.736359 0 0 v -132.063 95.191 12.8718 -0.164302 0.214018 -0.962913 0 0 v -135.122 92.425 13.0254 -0.230673 0.122281 -0.965317 0 0 v -136.102 88.4766 12.9649 -0.185597 0.106033 -0.976888 0 0 v -135.037 84.2667 12.9636 -0.134691 -0.19896 -0.970708 0 0 v -132.06 81.6284 12.8715 -0.163028 -0.214801 -0.962955 0 0 v -130.719 79.3499 13.3638 -0.0916328 -0.386256 -0.917829 0 0 v -160.883 82.5795 35.0936 -0.45155 -0.249032 -0.856788 0 0 v -148.834 82.6161 44.22 -0.0583935 -0.69165 0.719868 0 0 v -150.113 82.4131 40.0793 -0.224167 -0.815594 -0.533437 0 0 v -151.123 86.1892 39.9369 -0.340802 0.690849 -0.637638 0 0 v -149.841 86.3795 44.0775 -0.200112 0.679425 0.705929 0 0 v -153.82 82.5438 43.6685 -0.15166 -0.71296 0.684607 0 0 v -153.631 82.3926 39.8896 0.250365 -0.782593 -0.569969 0 0 v -154.319 85.5952 39.5289 0.138763 0.73081 -0.668327 0 0 v -154.508 85.7465 43.3077 -0.315399 0.724043 0.613421 0 0 v -158.108 82.0765 41.2071 -0.422215 -0.710607 0.562826 0 0 v -156.596 81.9594 38.165 0.491405 -0.773026 -0.401188 0 0 v -156.974 84.8383 37.5694 0.348408 0.719549 -0.600717 0 0 v -158.486 84.9554 40.6115 -0.60738 0.699298 0.376923 0 0 v -161.028 81.7237 37.6018 -0.625513 -0.711768 0.319563 0 0 v -158.87 81.6533 35.9193 0.354084 -0.829344 -0.432219 0 0 v -158.938 83.9025 35.2436 0.308453 0.629567 -0.713093 0 0 v -161.096 83.9729 36.9261 -0.689282 0.718912 0.0897578 0 0 v -141.4 84.6639 0.574293 -0.140811 -0.0911875 -0.985828 0 0 v -140.843 84.2994 12.7558 -0.432921 -0.899879 0.0528862 0 0 v -137.65 84.6904 11.8772 0.670455 -0.651526 -0.354971 0 0 v -138.266 87.0665 11.8145 0.412458 0.821709 -0.393286 0 0 v -141.468 86.7056 12.6932 -0.714457 0.699367 -0.0209058 0 0 v -141.594 84.0881 8.54064 -0.421928 -0.901001 0.100866 0 0 v -138.638 84.4251 8.07787 0.749178 -0.658513 -0.0713592 0 0 v -139.189 86.5706 7.95915 0.481434 0.860494 -0.166646 0 0 v -142.144 86.2336 8.42191 -0.696832 0.717183 -0.00855004 0 0 v -141.916 83.842 4.12475 -0.429964 -0.901402 0.0510419 0 0 v -139.277 84.1433 3.72168 0.743841 -0.660077 -0.104876 0 0 v -139.767 86.0576 3.61372 0.477964 0.855755 -0.198075 0 0 v -142.406 85.7563 4.01678 -0.70431 0.706517 -0.0691453 0 0 v -141.94 83.9784 1.40153 -0.459027 -0.837857 -0.295449 0 0 v -140.174 84.182 1.13165 0.572131 -0.574548 -0.585287 0 0 v -140.499 85.4635 1.059 0.377331 0.694703 -0.61238 0 0 v -142.265 85.26 1.32888 -0.699802 0.578931 -0.418468 0 0 v -151.124 59.2185 77.1279 -0.290263 -0.956319 0.034646 0 0 v -158.359 62.8321 70.9676 -0.470787 -0.847808 -0.244094 0 0 v -164.176 66.5381 77.2919 -0.691897 -0.714581 0.103208 0 0 v -156.927 62.9276 83.4274 -0.469885 -0.818825 0.329748 0 0 v -157.028 70.7278 76.7921 -0.479466 -0.875141 0.065115 0 0 v -152.982 60.4142 77.0558 -0.966112 -0.246656 0.0760808 0 0 v -157.987 62.8876 72.8097 -0.206304 -0.443101 0.872411 0 0 v -162.125 65.5393 77.3488 0.498289 -0.866135 -0.0389613 0 0 v -157.12 63.0658 81.5948 -0.312016 -0.506344 -0.803904 0 0 v -153.078 64.8447 76.8458 -0.988558 -0.131134 0.0745452 0 0 v -157.529 67.043 73.0545 -0.0300918 -0.133391 0.990606 0 0 v -161.213 69.4048 77.1136 0.957159 -0.269062 -0.107018 0 0 v -156.762 67.2065 80.9048 -0.15598 -0.228886 -0.960875 0 0 v -134.422 60.6351 58.9233 -0.187522 -0.729974 -0.657247 0 0 v -132.264 78.2956 109.27 -0.0675377 -0.345594 0.935951 0 0 v -135.305 82.0054 109.939 -0.142891 -0.218197 0.965387 0 0 v -137.986 84.9755 110.008 -0.173428 -0.109971 0.978687 0 0 v -138.952 88.405 110.021 -0.182903 0.00441634 0.983121 0 0 v -138.016 91.8135 109.997 -0.178231 0.10765 0.978082 0 0 v -135.306 94.8163 109.939 -0.143766 0.217601 0.965392 0 0 v -132.264 98.5273 109.27 -0.0675394 0.345592 0.935951 0 0 v -135.306 68.8705 102.711 -0.116389 -0.680839 0.723126 0 0 v -138.024 60.2482 91.0634 -0.142233 -0.877322 0.45834 0 0 v -139.197 56.9806 77.2674 -0.12827 -0.991033 0.0374108 0 0 v -135.15 69.1433 51.3888 -0.10461 -0.56365 -0.819363 0 0 v -133.203 103.52 44.7367 -0.18857 0.897861 0.397853 0 0 v -133.984 105.3 37.7966 -0.197535 0.968898 0.149055 0 0 v -134.067 105.499 29.2297 -0.19859 0.975633 -0.0932849 0 0 v -133.447 103.993 21.1642 -0.190713 0.927823 -0.320582 0 0 v -132.145 100.834 15.6843 -0.141489 0.661631 -0.736359 0 0 v -130.719 97.473 13.3638 -0.0916257 0.386254 -0.91783 0 0 v -125.47 70.4555 60.9178 -0.0942241 -0.874271 -0.476206 0 0 v -123.01 60.2668 60.6516 -0.437821 -0.410695 0.799777 0 0 v -122.918 59.0355 62.8557 0.131592 -0.336984 -0.932269 0 0 v -136.181 59.0355 62.8557 -0.131592 -0.336986 -0.932268 0 0 v -136.09 60.2668 60.6516 0.437821 -0.410694 0.799777 0 0 v -123.416 65.9041 60.8308 -0.439314 -0.043505 0.89728 0 0 v -123.416 64.6658 62.7255 0.149371 -0.0496829 -0.987532 0 0 v -135.683 64.6658 62.7255 -0.14937 -0.0496824 -0.987532 0 0 v -135.683 65.9041 60.8308 0.439314 -0.0435059 0.897279 0 0 v -129.55 88.4116 12.1921 1.34286e-008 0.000690772 -1 0 0 v -116.899 61.2431 60.955 0.248159 -0.780121 -0.574307 0 0 v -124.678 60.6351 58.9233 0.187521 -0.729976 -0.657245 0 0 v -138.009 57.8025 66.1693 -0.106022 -0.965864 -0.236358 0 0 v -142.2 61.2431 60.955 -0.248159 -0.78012 -0.574307 0 0 v -133.629 70.4555 60.9178 0.0942244 -0.874271 -0.476206 0 0 v -125.451 80.3563 109.761 0.130166 -0.259968 0.956804 0 0 v -118.26 77.368 107.272 0.248551 -0.395545 0.884176 0 0 v -122.251 83.4244 109.974 0.168281 -0.159836 0.972694 0 0 v -112.716 82.4151 107.126 0.356818 -0.237975 0.903354 0 0 v -120.366 86.6551 110.001 0.186171 -0.0536187 0.981053 0 0 v -110.882 88.2139 107.126 0.400802 0.00705473 0.916138 0 0 v -120.36 90.1449 109.996 0.188455 0.0483742 0.98089 0 0 v -112.985 94.3337 107.288 0.359822 0.220319 0.906635 0 0 v -122.262 93.3967 109.981 0.164648 0.162211 0.972923 0 0 v -118.272 99.4531 107.279 0.246366 0.396898 0.884181 0 0 v -125.451 96.4667 109.761 0.130164 0.25997 0.956804 0 0 v -125.451 102.699 107.133 0.0966575 0.523848 0.84631 0 0 v -118.271 70.3439 102.72 0.230834 -0.630346 0.741201 0 0 v -108.837 68.7739 97.0641 0.387398 -0.658242 0.645476 0 0 v -108.569 75.9982 102.548 0.429734 -0.443769 0.786383 0 0 v -99.125 77.1809 97.3358 0.411315 -0.674947 0.61259 0 0 v -103.512 84.0481 103.271 0.335286 -0.107131 0.936006 0 0 v -95.4556 88.3633 97.3279 0.616027 0.449928 0.646588 0 0 v -103.356 92.1046 102.538 0.55444 0.167276 0.815239 0 0 v -99.3407 98.5686 97.0525 0.612304 0.368646 0.699417 0 0 v -108.849 100.738 102.724 0.437845 0.441144 0.78338 0 0 v -108.838 108.026 97.0646 0.393111 0.65358 0.646759 0 0 v -118.271 106.479 102.72 0.230834 0.630346 0.741202 0 0 v -122.262 112.84 97.0649 0.131625 0.780316 0.611377 0 0 v -112.917 62.3054 91.0874 0.28281 -0.820978 0.495999 0 0 v -103.269 63.7823 86.1768 0.44704 -0.767684 0.459147 0 0 v -99.2468 70.5498 91.2482 0.579184 -0.599297 0.552619 0 0 v -91.097 75.0327 84.6601 0.785296 -0.485978 0.383583 0 0 v -90.8325 81.9478 90.9518 0.914032 -0.291057 0.282543 0 0 v -86.9726 88.1705 84.6589 0.911717 0.00451552 0.410794 0 0 v -91.7568 94.0465 91.2133 0.773475 0.237907 0.587484 0 0 v -91.1609 101.828 84.5166 0.775642 0.50518 0.378381 0 0 v -99.2568 106.289 91.061 0.587548 0.608231 0.533706 0 0 v -103.201 112.896 84.5124 0.481637 0.829475 0.282838 0 0 v -112.958 114.475 91.0634 0.29577 0.832487 0.468493 0 0 v -120.251 118.91 84.5059 0.160514 0.95844 0.235854 0 0 v -111.969 58.3176 77.1463 0.197201 -0.979815 0.0327917 0 0 v -101.539 63.7766 67.8921 0.45046 -0.791155 -0.413714 0 0 v -92.6944 69.1948 77.2155 0.789329 -0.603511 0.112844 0 0 v -89.173 74.8179 69.5725 0.820187 -0.523994 -0.229616 0 0 v -85.7385 81.2658 77.1665 0.941582 -0.30545 0.141856 0 0 v -84.741 88.4115 69.5609 0.975338 7.73485e-007 -0.220719 0 0 v -85.7491 95.5322 77.1755 0.941164 0.303336 0.14899 0 0 v -89.2564 101.97 69.5609 0.799435 0.559488 -0.218808 0 0 v -94.5748 108.435 77.1693 0.660507 0.746425 0.0811164 0 0 v -101.896 112.844 69.56 0.471479 0.85401 -0.219941 0 0 v -110.367 117.355 77.1626 0.326865 0.944835 0.0211159 0 0 v -119.785 118.906 69.5309 0.158205 0.961828 -0.223289 0 0 v -120.947 64.4687 55.8208 0.159844 -0.699635 -0.696391 0 0 v -110.872 62.7136 61.9549 0.323547 -0.78667 -0.525801 0 0 v -108.014 69.0452 56.1316 0.348509 -0.606177 -0.714907 0 0 v -97.2542 70.4602 62.3262 0.553246 -0.628594 -0.546616 0 0 v -98.1497 77.6583 56.1425 0.505358 -0.349849 -0.788808 0 0 v -89.1584 82.0226 62.3401 0.774433 -0.259002 -0.57721 0 0 v -94.6118 88.4115 56.1425 0.566306 1.22497e-007 -0.824195 0 0 v -89.1584 94.8004 62.3401 0.774433 0.259002 -0.57721 0 0 v -98.1497 99.1646 56.1425 0.505358 0.34985 -0.788808 0 0 v -97.3143 106.313 62.3401 0.557492 0.65173 -0.514249 0 0 v -108.05 107.787 56.1422 0.343389 0.614797 -0.710006 0 0 v -111.888 114.28 62.3332 0.28354 0.842124 -0.458728 0 0 v -121.981 112.531 56.1356 0.122335 0.749899 -0.650143 0 0 v -126.421 74.4647 47.5221 0.18895 -0.887997 0.419237 0 0 v -118.689 70.5599 51.4074 0.207711 -0.558462 -0.803105 0 0 v -120.489 77.166 47.5221 0.258969 -0.375199 -0.890034 0 0 v -109.635 76.0366 51.4183 0.307606 -0.315739 -0.897601 0 0 v -116.124 82.1693 47.5221 0.317174 -0.178535 -0.931411 0 0 v -104.522 83.9949 51.4183 0.351192 -0.103216 -0.930597 0 0 v -114.562 88.4115 47.5221 0.329574 -2.23569e-008 -0.94413 0 0 v -104.522 92.828 51.4183 0.351192 0.103216 -0.930597 0 0 v -116.124 94.6537 47.5221 0.317174 0.178535 -0.931411 0 0 v -109.635 100.786 51.4183 0.307606 0.315739 -0.897601 0 0 v -120.489 99.657 47.5221 0.258968 0.375199 -0.890034 0 0 v -118.725 106.272 51.4181 0.193972 0.507651 -0.839443 0 0 v -96.5543 80.8013 102.025 -0.263901 -0.666757 0.696988 0 0 v -92.3399 79.7178 97.8594 0.474658 -0.875871 -0.0868906 0 0 v -90.8966 84.2312 97.8766 0.823915 0.565802 -0.0321254 0 0 v -95.3408 84.5804 102.042 0.0270554 0.718339 0.695167 0 0 v -83.8527 78.2561 113.683 -0.711927 -0.608175 0.351116 0 0 v -82.0451 77.999 112.724 0.299505 -0.81956 -0.488486 0 0 v -81.553 79.6845 112.876 0.623902 0.687242 -0.372081 0 0 v -83.3607 79.9416 113.835 -0.386119 0.802973 0.454034 0 0 v -89.4485 80.922 107.616 -0.652061 0.169969 0.738868 0 0 v -88.572 79.2374 106.479 -0.180877 -0.983445 0.0109382 0 0 v -86.5859 80.4675 105.328 0.806129 -0.21834 -0.549985 0 0 v -87.6762 82.1617 106.576 0.244655 0.957595 0.15217 0 0 v -81.606 76.3779 118.52 -0.865266 -0.428269 -0.260576 0 0 v -77.4801 75.8528 116.793 0.069834 -0.522859 -0.849554 0 0 v -76.4066 79.4806 117.208 0.223148 0.59671 -0.770806 0 0 v -80.5325 80.0057 118.935 -0.570587 0.804228 -0.166277 0 0 v -81.9769 78.4198 117.479 -0.92515 0.23072 0.301441 0 0 v -80.6335 76.3827 116.453 -0.29192 -0.87885 -0.377367 0 0 v -77.9321 77.8903 115.754 0.521075 -0.0530837 -0.851858 0 0 v -79.5887 79.9574 116.861 0.0320319 0.97738 -0.209051 0 0 v -81.0268 75.2409 121.032 -0.768256 -0.602112 0.217357 0 0 v -74.8651 74.4698 118.456 0.252053 -0.743562 -0.619342 0 0 v -73.2489 79.8824 119.07 0.46292 0.681063 -0.567325 0 0 v -79.4105 80.6536 121.646 -0.484443 0.83624 0.25694 0 0 v -81.9273 78.2418 120.43 -0.955314 0.260824 0.139091 0 0 v -79.3327 74.3492 118.501 -0.317317 -0.820495 -0.475497 0 0 v -74.123 77.2598 117.166 0.397272 -0.0138681 -0.917596 0 0 v -77.2909 81.2069 119.281 -0.0409149 0.932589 -0.358613 0 0 v -78.1524 74.7746 124.221 -0.406144 -0.601327 0.68808 0 0 v -72.1883 74.0273 121.727 0.471081 -0.878978 -0.0740345 0 0 v -70.6247 79.2667 122.322 0.777713 0.628606 -0.00402691 0 0 v -76.5888 80.014 124.816 -0.227025 0.631576 0.741331 0 0 v -80.3739 77.8738 123.573 -0.732073 0.139491 0.666792 0 0 v -77.2061 73.1258 121.223 -0.144081 -0.989248 -0.0250756 0 0 v -70.8436 76.6832 119.588 0.752655 -0.144772 -0.642301 0 0 v -74.7042 81.4968 122.172 0.145619 0.987456 0.0610393 0 0 v -73.9814 75.8558 125.697 0.080355 -0.401718 0.912231 0 0 v -71.8086 75.575 124.787 0.485803 -0.547597 0.681273 0 0 v -71.2476 77.4871 125.007 0.628602 0.0845177 0.773121 0 0 v -73.4203 77.7678 125.918 0.164839 0.128 0.97798 0 0 v -76.3691 77.1989 125.848 -0.207808 -0.0489252 0.976945 0 0 v -74.2454 74.015 124.266 0.141182 -0.801582 0.580977 0 0 v -69.9941 76.3909 123.18 0.898837 -0.294134 0.324926 0 0 v -72.5834 79.6191 124.907 0.377127 0.58753 0.71595 0 0 v -117.906 101.29 41.5884 0.542206 0.778636 0.315814 0 0 v -112.615 95.8626 41.5954 0.793291 0.484092 0.369248 0 0 v -110.656 89.7964 41.6866 0.892769 0.220537 0.392844 0 0 v -113.135 80.0867 41.6884 0.668916 -0.661106 0.339837 0 0 v -117.924 75.5123 41.5904 0.537643 -0.782087 0.315087 0 0 v -125.439 72.2773 41.5883 0.193771 -0.942964 0.270688 0 0 v -122.369 102.388 44.7367 0.367138 0.826688 0.426375 0 0 v -116.328 98.1155 44.7378 0.629011 0.582522 0.514794 0 0 v -112.99 92.2384 44.8133 0.779549 0.206084 0.591467 0 0 v -113.649 84.9935 45.9063 0.723124 -0.182978 0.666041 0 0 v -116.429 78.6629 44.8086 0.629422 -0.580967 0.516047 0 0 v -122.369 74.4347 44.7367 0.367138 -0.826689 0.426374 0 0 v -116.675 102.101 33.5791 0.57402 0.81838 0.0274908 0 0 v -111.002 95.9733 33.5793 0.872358 0.488613 0.0157325 0 0 v -109.024 88.4796 33.5101 0.999748 0.00987987 0.0201507 0 0 v -111.001 80.8611 33.5092 0.870801 -0.491348 0.0168381 0 0 v -116.675 74.7219 33.5782 0.574241 -0.81822 0.0276461 0 0 v -124.969 71.1709 33.5791 0.199241 -0.979632 0.0249776 0 0 v -120.882 103.98 37.7966 0.390345 0.906809 0.159148 0 0 v -113.858 99.1195 37.7978 0.712301 0.679188 0.177004 0 0 v -110.028 92.5614 37.7811 0.948485 0.258137 0.183691 0 0 v -109.661 84.5366 36.6613 0.968228 -0.249813 -0.0113408 0 0 v -113.894 77.669 37.7763 0.71352 -0.679249 0.171785 0 0 v -120.882 72.8429 37.7966 0.390345 -0.906809 0.159148 0 0 v -117.465 101.554 25.0062 0.562841 0.796166 -0.222103 0 0 v -112.065 95.6156 25.0062 0.847644 0.463637 -0.257955 0 0 v -110.192 88.4115 25.0062 0.961578 2.51136e-007 -0.274532 0 0 v -112.065 81.2073 25.0062 0.847644 -0.463637 -0.257955 0 0 v -117.465 75.2685 25.0062 0.562841 -0.796166 -0.222103 0 0 v -125.271 71.9043 25.0062 0.19633 -0.961233 -0.193612 0 0 v -120.724 104.157 29.2297 0.392857 0.914234 -0.0991909 0 0 v -113.607 99.1516 29.2297 0.733899 0.668791 -0.118786 0 0 v -109.782 92.213 29.2289 0.958797 0.249183 -0.136441 0 0 v -109.776 84.6185 29.2005 0.958243 -0.248393 -0.141674 0 0 v -113.607 77.6713 29.2288 0.733992 -0.668723 -0.118595 0 0 v -120.724 72.6655 29.2297 0.392858 -0.914234 -0.0991907 0 0 v -119.914 99.8673 17.9815 0.472236 0.660424 -0.58381 0 0 v -115.328 94.7597 17.9813 0.672808 0.364938 -0.643545 0 0 v -113.673 88.3917 17.9919 0.748103 0.0141057 -0.663433 0 0 v -115.303 82.0689 17.9919 0.670792 -0.379671 -0.637094 0 0 v -119.914 76.956 17.9813 0.472389 -0.660154 -0.583992 0 0 v -126.207 74.1791 17.9815 0.17276 -0.830908 -0.52891 0 0 v -121.903 102.811 21.1642 0.37481 0.862906 -0.338985 0 0 v -115.553 98.3015 21.1642 0.682564 0.617395 -0.391063 0 0 v -112.063 91.9187 21.164 0.872566 0.225199 -0.43349 0 0 v -112.045 84.9012 21.1737 0.87666 -0.226527 -0.424444 0 0 v -115.553 78.5218 21.164 0.682583 -0.617158 -0.391403 0 0 v -121.903 74.0123 21.1642 0.374809 -0.862906 -0.338986 0 0 v -124.286 96.9208 14.0558 0.261982 0.349805 -0.899445 0 0 v -120.961 93.2993 14.0892 0.344153 0.189342 -0.919624 0 0 v -119.712 89.0644 14.0108 0.3604 0.213048 -0.908142 0 0 v -121.287 82.8937 14.0122 0.270613 -0.394427 -0.878178 0 0 v -124.296 79.8867 14.0554 0.259298 -0.353866 -0.898634 0 0 v -127.751 77.9015 14.1664 0.116111 -0.505495 -0.854982 0 0 v -124.392 99.9742 15.6784 0.26856 0.587695 -0.76321 0 0 v -119.667 96.5111 15.6753 0.43276 0.387634 -0.813915 0 0 v -116.884 91.334 15.6706 0.522277 0.134909 -0.842037 0 0 v -116.088 85.3888 15.9972 0.67146 -0.173114 -0.720537 0 0 v -119.688 80.2968 15.6691 0.434319 -0.391889 -0.811043 0 0 v -124.392 76.8488 15.6784 0.268561 -0.587695 -0.76321 0 0 v -128.375 92.751 12.3812 0.0843307 0.0740017 -0.993686 0 0 v -126.659 91.079 12.4434 0.118142 0.0558321 -0.991426 0 0 v -126.084 88.4414 12.4282 0.126663 0.0117031 -0.991877 0 0 v -126.749 85.7234 12.4254 0.105589 -0.0644344 -0.99232 0 0 v -127.771 96.5479 13.112 0.152632 0.297331 -0.942495 0 0 v -125.164 94.0598 13.0005 0.209395 0.182373 -0.960674 0 0 v -123.181 90.568 13.0347 0.247051 0.0647561 -0.966836 0 0 v -124.094 86.3986 12.7307 0.0883195 -0.0238125 -0.995808 0 0 v -125.215 82.7091 12.9954 0.205569 -0.183859 -0.961217 0 0 v -127.771 80.275 13.112 0.152631 -0.29733 -0.942496 0 0 v -112.478 82.2924 44.3166 0.261954 -0.628713 0.732188 0 0 v -110.451 81.9814 39.4031 0.615959 -0.748718 -0.24498 0 0 v -109.156 86.9372 39.3603 0.872148 0.410069 -0.266837 0 0 v -111.221 87.1203 44.2738 0.458522 0.448304 0.767321 0 0 v -107.759 82.6672 44.1409 0.0561418 -0.709376 0.702591 0 0 v -107.205 82.4967 40.194 -0.0507731 -0.801175 -0.596272 0 0 v -106.345 85.8457 39.9326 0.0286276 0.730141 -0.682697 0 0 v -106.898 86.0162 43.8795 0.186926 0.733965 0.652959 0 0 v -110.03 84.5333 45.0526 0.059652 0.0211873 0.997994 0 0 v -109.878 81.6578 42.234 0.142395 -0.984973 0.09773 0 0 v -108.162 84.2463 39.0086 0.257417 -0.101642 -0.96094 0 0 v -108.406 87.1589 42.025 0.325021 0.943847 0.0592836 0 0 v -102.985 82.3234 42.6963 0.290945 -0.712017 0.639048 0 0 v -103.884 82.1892 39.1993 -0.411143 -0.766862 -0.492833 0 0 v -103.369 85.2892 38.7342 -0.270151 0.723308 -0.635487 0 0 v -102.47 85.4235 42.2312 0.490949 0.700946 0.517343 0 0 v -104.869 84.1534 44.3089 0.318757 0.0348191 0.947197 0 0 v -105.556 81.7479 41.9242 -0.0547084 -0.997353 0.0478941 0 0 v -105.147 83.9316 38.7666 -0.338858 -0.0343642 -0.94021 0 0 v -104.546 86.4451 41.3951 0.134333 0.989928 -0.0446927 0 0 v -99.3289 81.8526 39.418 0.511718 -0.707928 0.486809 0 0 v -101.299 81.7559 36.9913 -0.483703 -0.802336 -0.349698 0 0 v -101.061 84.3446 36.3001 -0.388067 0.710888 -0.586551 0 0 v -99.0904 84.4413 38.7267 0.636707 0.725955 0.259987 0 0 v -100.444 83.5165 41.5635 0.707591 0.0461636 0.705113 0 0 v -101.841 81.373 39.8806 -0.0555496 -0.995887 0.0715838 0 0 v -102.662 83.3447 37.1017 -0.701911 -0.0515246 -0.710398 0 0 v -101.287 85.5954 39.0071 0.219559 0.964142 -0.149078 0 0 v -97.6284 81.9154 36.1013 0.722633 -0.631152 -0.281865 0 0 v -99.2252 81.8769 35.2265 0.0164776 -0.689695 -0.723912 0 0 v -99.2585 83.361 34.7662 0.0754714 0.240116 -0.967806 0 0 v -97.6617 83.3995 35.641 0.788267 0.419584 -0.450095 0 0 v -97.5676 82.8626 37.6567 0.923284 0.077231 0.376273 0 0 v -99.1611 81.1702 36.9621 0.0783169 -0.995536 -0.052668 0 0 v -100.726 82.7588 35.1718 -0.573263 -0.20693 -0.792811 0 0 v -99.0569 84.473 35.9705 0.225572 0.91452 -0.335812 0 0 v -118.433 83.9874 14.2916 0.510975 -0.761935 -0.397945 0 0 v -122.378 84.6217 12.8317 -0.299857 -0.510958 -0.80561 0 0 v -121.633 87.517 12.812 -0.132967 0.562571 -0.815987 0 0 v -117.606 87.1827 14.272 0.733781 0.480886 -0.47991 0 0 v -117.817 84.2311 10.8094 0.415228 -0.899955 0.132917 0 0 v -120.87 84.582 10.2286 -0.740308 -0.658429 -0.135705 0 0 v -120.294 86.8169 10.1241 -0.471919 0.855853 -0.211677 0 0 v -117.242 86.466 10.7049 0.691215 0.721191 0.045886 0 0 v -117.134 85.4074 12.9918 0.963166 -0.231334 0.137095 0 0 v -120.069 83.9561 12.2609 -0.108963 -0.990119 -0.088267 0 0 v -121.798 85.9552 11.7148 -0.836409 0.195193 -0.512172 0 0 v -119.165 87.4416 12.169 0.157267 0.969319 -0.188911 0 0 v -117.314 83.9453 6.21745 0.425085 -0.901437 0.0819412 0 0 v -120.136 84.267 5.78652 -0.749887 -0.658698 -0.0615431 0 0 v -119.611 86.3136 5.67117 -0.482334 0.861021 -0.161236 0 0 v -116.79 85.9919 6.1021 0.700016 0.713229 -0.0357955 0 0 v -116.47 85.0755 8.65025 0.968711 -0.226816 0.100767 0 0 v -119.183 83.7628 8.27596 -0.129554 -0.990758 0.0401786 0 0 v -120.804 85.5697 7.97153 -0.957902 0.225304 -0.177936 0 0 v -118.375 86.9094 8.10182 0.126725 0.986888 -0.0999657 0 0 v -117.123 83.8363 2.46834 0.442646 -0.895689 -0.0424905 0 0 v -119.438 84.1015 2.11456 -0.710767 -0.652986 -0.261572 0 0 v -119.009 85.7816 2.01964 -0.457808 0.826274 -0.328152 0 0 v -116.694 85.5164 2.37343 0.712415 0.682259 -0.164275 0 0 v -116.26 84.7233 4.22423 0.972438 -0.232004 0.023194 0 0 v -118.679 83.5516 3.88899 -0.123766 -0.992308 0.00249302 0 0 v -120.131 85.1652 3.63307 -0.95215 0.221178 -0.210929 0 0 v -117.96 86.3591 3.73064 0.13202 0.981076 -0.141637 0 0 v -117.339 84.2581 0.829068 0.380096 -0.545914 -0.746663 0 0 v -118.335 84.3738 0.676736 -0.238067 -0.355749 -0.903751 0 0 v -118.153 85.0971 0.635567 -0.148345 0.344013 -0.927172 0 0 v -117.157 84.9814 0.787899 0.50298 0.255314 -0.825727 0 0 v -116.543 84.5692 1.4895 0.89646 -0.239261 -0.37298 0 0 v -118.159 83.7794 1.23988 -0.0540715 -0.919329 -0.389757 0 0 v -119.147 84.8692 1.09158 -0.709058 0.136242 -0.691863 0 0 v -117.679 85.6689 1.13277 0.173059 0.849378 -0.498605 0 0 v -106.722 60.2172 81.7699 0.348485 -0.911876 0.216888 0 0 v -105.866 60.1354 72.4934 0.349666 -0.926866 -0.13658 0 0 v -96.0117 65.5555 72.6633 0.627602 -0.767754 -0.129111 0 0 v -97.2724 65.6399 81.8654 0.60948 -0.740565 0.283017 0 0 v -106.575 59.8131 77.0873 0.566983 -0.821778 0.0566674 0 0 v -100.836 62.6528 72.2306 0.468712 -0.868758 0.159902 0 0 v -96.1556 65.6523 77.3506 0.422249 -0.903546 0.0728708 0 0 v -101.894 62.8125 82.2073 0.500174 -0.865222 -0.0348809 0 0 v -106.079 61.8779 76.988 0.997188 0.0219743 0.0716465 0 0 v -101.38 64.1988 72.9906 -0.0265549 -0.0274951 0.999269 0 0 v -97.4905 66.6923 77.2708 -0.972487 -0.204202 -0.112119 0 0 v -102.189 64.3713 81.2682 0.0959983 -0.121484 -0.98794 0 0 v -105.153 61.1484 80.3374 0.785112 -0.354751 -0.507692 0 0 v -104.644 61.0467 73.8523 0.700297 -0.281182 0.656141 0 0 v -97.8123 64.7761 74.1098 -0.258357 -0.721123 0.642833 0 0 v -98.5742 64.9358 80.5096 -0.198953 -0.731988 -0.651622 0 0 v -104.916 68.1607 76.7472 0.834532 -0.54531 0.0786987 0 0 v -101.771 69.7139 74.068 0.315665 -0.639257 0.701217 0 0 v -99.1684 71.3827 76.9364 -0.349732 -0.936727 -0.0151918 0 0 v -102.313 69.8295 79.6156 0.404464 -0.694352 -0.595218 0 0 v -105.157 65.4498 79.7794 0.777923 -0.189849 -0.598993 0 0 v -104.708 65.3593 73.9889 0.679273 -0.127446 0.722735 0 0 v -98.6338 68.6716 74.2229 -0.661124 -0.225764 0.715504 0 0 v -99.3088 68.8207 79.9378 -0.541629 -0.28308 -0.79152 0 0 v -123.247 60.1153 60.1217 0.00540471 -0.956571 -0.291448 0 0 v -125.451 74.1236 107.133 0.0966571 -0.523848 0.84631 0 0 v -122.262 63.9829 97.0649 0.131625 -0.780316 0.611377 0 0 v -120.233 57.8748 84.511 0.135105 -0.961539 0.239145 0 0 v -119.899 57.2042 70.6239 0.127654 -0.98636 -0.103915 0 0 v -126.421 102.358 47.5221 0.107835 0.53808 -0.835967 0 0 v -125.439 104.546 41.5883 0.19377 0.942964 0.270687 0 0 v -124.969 105.652 33.5791 0.199241 0.979632 0.0249778 0 0 v -125.271 104.919 25.0062 0.19633 0.961233 -0.193612 0 0 v -126.207 102.644 17.9815 0.17276 0.830908 -0.528911 0 0 v -127.751 98.9214 14.1664 0.116112 0.505494 -0.854982 0 0 v -128.378 84.0698 12.3808 0.083619 -0.0742831 -0.993725 0 0 v -122.236 58.4652 63.7249 0.0847802 -0.9217 -0.378525 0 0 v -129.55 88.4115 110.868 4.40488e-007 -9.20597e-009 1 0 0 v -129.55 92.6103 110.768 -4.80211e-008 0.116978 0.993134 0 0 v -129.55 68.4056 102.714 2.73658e-007 -0.694058 0.719919 0 0 v -129.55 108.417 102.714 -3.10021e-007 0.694058 0.719919 0 0 v -129.55 59.5514 91.0636 -1.10138e-007 -0.894068 0.447932 0 0 v -129.55 117.274 91.0626 -2.02535e-007 0.893538 0.448987 0 0 v -129.55 56.3049 77.2783 -1.58561e-008 -0.999388 0.03498 0 0 v -129.55 117.127 62.3101 -1.63355e-008 0.896927 -0.442178 0 0 v -129.55 68.6009 51.3959 0 -0.582326 -0.812955 0 0 v -129.55 108.163 51.4173 -4.90511e-007 0.593591 -0.804767 0 0 v -129.55 103.896 44.7367 -5.03479e-008 0.921707 0.387886 0 0 v -129.55 72.9266 44.7367 -5.03479e-008 -0.921707 0.387886 0 0 v -129.55 105.748 37.7966 2.28558e-008 0.989333 0.14567 0 0 v -129.55 105.955 29.2297 -1.03077e-007 0.995822 -0.0913147 0 0 v -129.55 104.389 21.1642 -1.15718e-007 0.949316 -0.314324 0 0 v -129.55 72.4343 21.1642 1.16651e-007 -0.949316 -0.314324 0 0 v -129.55 97.2696 13.2257 -5.0111e-007 0.383202 -0.923665 0 0 v -129.55 79.5533 13.2257 -1.16537e-010 -0.383202 -0.923665 0 0 v -140.828 70.3439 102.72 -0.230834 -0.630346 0.741201 0 0 v -150.245 68.7578 97.0636 -0.385408 -0.659434 0.645452 0 0 v -150.138 75.9717 102.794 -0.425528 -0.452207 0.783859 0 0 v -140.822 77.3666 107.282 -0.243665 -0.398561 0.884181 0 0 v -159.549 76.7523 97.3264 -0.403978 -0.670128 0.62268 0 0 v -162.101 80.7669 102.263 0.218253 -0.639623 0.737053 0 0 v -154.726 84.2278 103.829 -0.359225 -0.084654 0.929404 0 0 v -145.997 82.3753 107.373 -0.344454 -0.234803 0.908966 0 0 v -161.39 85.6746 101.357 -0.244975 0.671593 0.69925 0 0 v -163.3 88.6758 97.0362 -0.658787 0.271334 0.701696 0 0 v -155.749 90.9051 102.864 -0.557528 0.135414 0.819039 0 0 v -147.914 88.3246 107.375 -0.387165 0.0058739 0.921992 0 0 v -160.784 96.5203 97.0465 -0.625456 0.337439 0.70352 0 0 v -150.429 100.421 102.724 -0.451003 0.431696 0.781175 0 0 v -146.241 94.0785 107.3 -0.3586 0.224319 0.906139 0 0 v -150.295 107.966 97.0644 -0.403274 0.645607 0.648508 0 0 v -140.828 106.479 102.72 -0.230834 0.630346 0.741201 0 0 v -140.833 99.4438 107.279 -0.248491 0.395586 0.884174 0 0 v -136.838 112.84 97.0649 -0.131625 0.780316 0.611377 0 0 v -133.648 102.699 107.133 -0.0966573 0.523848 0.84631 0 0 v -146.182 62.3054 91.0874 -0.282809 -0.820978 0.495998 0 0 v -155.83 63.7707 86.1683 -0.445474 -0.770311 0.456261 0 0 v -159.848 70.216 90.9935 -0.572298 -0.605324 0.553225 0 0 v -167.981 74.6878 84.4169 -0.789259 -0.485987 0.37535 0 0 v -168.522 81.9602 90.3113 -0.914006 -0.270429 0.302425 0 0 v -166.72 79.3731 97.571 -0.507172 -0.860616 -0.0460193 0 0 v -167.634 85.4986 95.4379 -0.80532 0.555612 0.206773 0 0 v -172.326 88.3993 84.4267 -0.918479 -0.00638559 0.395419 0 0 v -168.227 92.5256 90.865 -0.786923 0.194435 0.585617 0 0 v -168.161 101.472 84.5023 -0.774977 0.50343 0.382059 0 0 v -160.081 105.881 91.0603 -0.595996 0.589693 0.545023 0 0 v -155.906 112.884 84.5124 -0.484122 0.827168 0.285341 0 0 v -146.141 114.475 91.0634 -0.29577 0.832487 0.468493 0 0 v -138.849 118.91 84.5059 -0.160514 0.95844 0.235854 0 0 v -166.404 69.1833 77.2069 -0.787887 -0.606088 0.109049 0 0 v -169.926 74.8179 69.5725 -0.820187 -0.523994 -0.229615 0 0 v -173.37 81.2621 77.1429 -0.941932 -0.305984 0.138342 0 0 v -174.358 88.4115 69.5609 -0.975338 -1.09961e-007 -0.220718 0 0 v -173.367 95.5304 77.1628 -0.941522 0.305651 0.141824 0 0 v -169.843 101.97 69.5609 -0.799434 0.559489 -0.218807 0 0 v -164.532 108.422 77.1693 -0.661254 0.745485 0.083643 0 0 v -157.203 112.844 69.56 -0.471478 0.85401 -0.219941 0 0 v -148.732 117.355 77.1626 -0.326865 0.944835 0.0211162 0 0 v -139.314 118.906 69.5309 -0.158205 0.961828 -0.223289 0 0 v -129.55 120.537 77.1394 1.54039e-008 0.999991 0.00420383 0 0 v -148.227 62.7136 61.9549 -0.323547 -0.78667 -0.525802 0 0 v -151.085 69.0452 56.1316 -0.348509 -0.606177 -0.714907 0 0 v -161.845 70.4602 62.3262 -0.553246 -0.628594 -0.546616 0 0 v -157.56 63.7766 67.8921 -0.450459 -0.791155 -0.413714 0 0 v -160.949 77.6583 56.1425 -0.505359 -0.34985 -0.788808 0 0 v -169.941 82.0225 62.3401 -0.774432 -0.259002 -0.577211 0 0 v -164.487 88.4115 56.1425 -0.566306 -6.12488e-008 -0.824195 0 0 v -169.941 94.8004 62.3401 -0.774432 0.259002 -0.577211 0 0 v -160.949 99.1646 56.1425 -0.505358 0.34985 -0.788808 0 0 v -161.785 106.313 62.3401 -0.557492 0.65173 -0.514248 0 0 v -151.049 107.787 56.1422 -0.343389 0.614797 -0.710006 0 0 v -147.212 114.28 62.3332 -0.283541 0.842124 -0.458728 0 0 v -137.118 112.531 56.1356 -0.122335 0.749898 -0.650144 0 0 v -140.41 70.5599 51.4074 -0.20771 -0.558462 -0.803104 0 0 v -138.61 77.166 47.5221 -0.258969 -0.375199 -0.890034 0 0 v -149.464 76.0366 51.4183 -0.341633 -0.372714 -0.862769 0 0 v -142.975 82.1693 47.5221 -0.317173 -0.178534 -0.931411 0 0 v -154.577 83.9949 51.4183 -0.404016 -0.126177 -0.906008 0 0 v -144.538 88.4115 47.5221 -0.329575 -2.32884e-008 -0.94413 0 0 v -154.577 92.828 51.4183 -0.404016 0.126177 -0.906008 0 0 v -142.975 94.6537 47.5221 -0.317173 0.178534 -0.931411 0 0 v -149.464 100.786 51.4183 -0.341632 0.372714 -0.86277 0 0 v -138.61 99.657 47.5221 -0.258969 0.3752 -0.890034 0 0 v -140.374 106.272 51.4181 -0.20435 0.569949 -0.795864 0 0 v -132.679 102.358 47.5221 -0.107835 0.538081 -0.835967 0 0 v -185.118 75.8558 125.697 -0.0803548 -0.40172 0.91223 0 0 v -187.291 75.575 124.787 -0.485802 -0.547597 0.681274 0 0 v -187.852 77.4871 125.007 -0.628604 0.0845162 0.77312 0 0 v -185.679 77.7678 125.918 -0.16484 0.128002 0.977979 0 0 v -170.51 79.2213 106.478 0.183199 -0.982746 0.0254652 0 0 v -175.232 78.2619 113.666 0.710742 -0.610094 0.350186 0 0 v -169.196 81.0904 107.164 0.623454 0.191627 0.758013 0 0 v -172.158 80.6225 104.757 -0.817828 -0.211229 -0.535293 0 0 v -177.041 78.0045 112.705 -0.297856 -0.821025 -0.487032 0 0 v -169.18 83.309 103.68 -0.262844 0.944226 0.19837 0 0 v -177.11 79.866 112.26 -0.651105 0.656279 -0.381261 0 0 v -175.272 80.1289 113.265 0.402432 0.780081 0.479084 0 0 v -178.466 76.3827 116.453 0.291919 -0.878851 -0.377365 0 0 v -177.493 76.3779 118.52 0.865266 -0.428268 -0.260579 0 0 v -177.108 78.4255 117.462 0.924842 0.214911 0.313815 0 0 v -181.154 77.8958 115.734 -0.527478 -0.0691555 -0.846749 0 0 v -181.619 75.8528 116.793 -0.0698354 -0.52286 -0.849553 0 0 v -179.44 79.9881 116.768 -0.0516389 0.984711 -0.166364 0 0 v -182.693 79.4806 117.208 -0.223147 0.596712 -0.770805 0 0 v -178.567 80.0057 118.935 0.570588 0.804227 -0.166278 0 0 v -179.767 74.3492 118.501 0.317317 -0.820496 -0.475496 0 0 v -178.072 75.2409 121.032 0.768254 -0.602115 0.217356 0 0 v -177.172 78.2418 120.43 0.955314 0.260823 0.139092 0 0 v -184.976 77.2598 117.166 -0.397272 -0.0138681 -0.917596 0 0 v -184.234 74.4698 118.456 -0.252053 -0.743562 -0.619342 0 0 v -181.808 81.2069 119.281 0.0409147 0.93259 -0.358612 0 0 v -185.85 79.8824 119.07 -0.462919 0.681062 -0.567328 0 0 v -179.689 80.6536 121.646 0.484444 0.83624 0.256938 0 0 v -181.893 73.1258 121.223 0.144082 -0.989248 -0.025077 0 0 v -180.947 74.7746 124.221 0.406141 -0.601325 0.688083 0 0 v -178.725 77.8738 123.573 0.732073 0.139491 0.666792 0 0 v -188.256 76.6832 119.588 -0.752655 -0.144773 -0.642302 0 0 v -186.911 74.0273 121.727 -0.471081 -0.878977 -0.0740361 0 0 v -184.395 81.4968 122.172 -0.145619 0.987456 0.0610392 0 0 v -188.474 79.2667 122.322 -0.777715 0.628605 -0.00402531 0 0 v -182.51 80.014 124.816 0.227024 0.631575 0.741332 0 0 v -184.854 74.015 124.266 -0.141182 -0.801582 0.580977 0 0 v -182.73 77.1989 125.848 0.207807 -0.0489233 0.976946 0 0 v -189.105 76.3909 123.18 -0.898839 -0.29413 0.324924 0 0 v -186.516 79.6191 124.907 -0.377126 0.587532 0.715949 0 0 v -142.772 98.1155 44.7378 -0.642267 0.611736 0.461815 0 0 v -141.193 101.29 41.5884 -0.542206 0.778636 0.315815 0 0 v -136.73 102.388 44.7367 -0.367138 0.826688 0.426375 0 0 v -146.109 92.2384 44.8133 -0.809525 0.223708 0.542792 0 0 v -146.484 95.8626 41.5954 -0.793291 0.484093 0.369247 0 0 v -145.45 84.9935 45.9063 -0.540841 -0.137563 0.8298 0 0 v -147.878 87.1203 44.2738 -0.458522 0.448305 0.76732 0 0 v -148.444 89.7964 41.6866 -0.89277 0.220535 0.392844 0 0 v -142.67 78.6629 44.8086 -0.637479 -0.609648 0.471116 0 0 v -145.964 80.0867 41.6884 -0.668917 -0.661107 0.339836 0 0 v -146.621 82.2924 44.3166 -0.261954 -0.628712 0.732189 0 0 v -136.73 74.4347 44.7367 -0.371418 -0.845574 0.383476 0 0 v -141.175 75.5123 41.5904 -0.537642 -0.782088 0.315086 0 0 v -132.679 74.4647 47.5221 -0.188951 -0.887997 0.419236 0 0 v -133.66 72.2773 41.5883 -0.193772 -0.942964 0.270687 0 0 v -145.241 99.1195 37.7978 -0.712301 0.679188 0.177004 0 0 v -142.425 102.101 33.5791 -0.574021 0.818379 0.0274913 0 0 v -138.217 103.98 37.7966 -0.390345 0.906809 0.159148 0 0 v -149.071 92.5614 37.7811 -0.948484 0.25814 0.183691 0 0 v -148.097 95.9733 33.5793 -0.872359 0.488612 0.0157307 0 0 v -149.944 86.9372 39.3603 -0.872147 0.41007 -0.266837 0 0 v -149.439 84.5366 36.6613 -0.968228 -0.249814 -0.0113424 0 0 v -150.075 88.4796 33.5101 -0.999748 0.00987899 0.0201507 0 0 v -148.648 81.9814 39.4031 -0.615961 -0.748717 -0.244979 0 0 v -145.205 77.669 37.7763 -0.713521 -0.679248 0.171783 0 0 v -148.098 80.8611 33.5092 -0.870801 -0.491347 0.0168406 0 0 v -138.217 72.8429 37.7966 -0.390345 -0.906809 0.159148 0 0 v -142.424 74.7219 33.5782 -0.574241 -0.818219 0.0276466 0 0 v -129.55 71.0745 37.7966 2.19229e-008 -0.989333 0.14567 0 0 v -134.13 71.1709 33.5791 -0.199241 -0.979632 0.0249786 0 0 v -145.493 99.1516 29.2297 -0.733899 0.668792 -0.118786 0 0 v -141.635 101.554 25.0062 -0.562841 0.796166 -0.222103 0 0 v -138.375 104.157 29.2297 -0.392857 0.914234 -0.0991912 0 0 v -149.317 92.213 29.2289 -0.958796 0.249185 -0.136441 0 0 v -147.034 95.6156 25.0062 -0.847644 0.463637 -0.257953 0 0 v -149.323 84.6185 29.2005 -0.958243 -0.248393 -0.141674 0 0 v -148.907 88.4115 25.0062 -0.961578 -4.76132e-008 -0.274533 0 0 v -145.492 77.6713 29.2288 -0.733992 -0.668723 -0.118595 0 0 v -147.034 81.2073 25.0062 -0.847644 -0.463638 -0.257953 0 0 v -138.375 72.6655 29.2297 -0.392857 -0.914234 -0.0991911 0 0 v -141.635 75.2685 25.0062 -0.562841 -0.796166 -0.222104 0 0 v -129.55 70.8682 29.2297 -3.21824e-008 -0.995822 -0.0913146 0 0 v -133.828 71.9043 25.0062 -0.19633 -0.961233 -0.193612 0 0 v -143.546 98.3015 21.1642 -0.682564 0.617395 -0.391062 0 0 v -139.186 99.8673 17.9815 -0.472236 0.660424 -0.58381 0 0 v -137.196 102.811 21.1642 -0.374809 0.862906 -0.338986 0 0 v -147.036 91.9187 21.164 -0.872566 0.225199 -0.43349 0 0 v -143.772 94.7597 17.9813 -0.672807 0.364939 -0.643545 0 0 v -147.054 84.9012 21.1737 -0.87666 -0.226527 -0.424443 0 0 v -145.426 88.3917 17.9919 -0.748103 0.0141076 -0.663432 0 0 v -143.546 78.5218 21.164 -0.682584 -0.617158 -0.391402 0 0 v -143.796 82.0689 17.9919 -0.670793 -0.379669 -0.637093 0 0 v -137.196 74.0123 21.1642 -0.374809 -0.862906 -0.338985 0 0 v -139.185 76.956 17.9813 -0.472389 -0.660153 -0.583992 0 0 v -132.892 74.1791 17.9815 -0.17276 -0.830908 -0.528911 0 0 v -139.432 96.5111 15.6753 -0.432761 0.387635 -0.813915 0 0 v -134.813 96.9208 14.0558 -0.261982 0.349805 -0.899445 0 0 v -134.707 99.9742 15.6784 -0.26856 0.587694 -0.763211 0 0 v -142.215 91.334 15.6706 -0.522275 0.134907 -0.842039 0 0 v -138.138 93.2993 14.0892 -0.344153 0.189339 -0.919624 0 0 v -143.011 85.3888 15.9972 -0.67146 -0.173114 -0.720537 0 0 v -141.494 87.1827 14.272 -0.733782 0.480886 -0.479909 0 0 v -139.387 89.0644 14.0108 -0.360401 0.21305 -0.908141 0 0 v -139.412 80.2968 15.6691 -0.434318 -0.391888 -0.811044 0 0 v -137.812 82.8937 14.0122 -0.270612 -0.394431 -0.878176 0 0 v -140.666 83.9874 14.2916 -0.510975 -0.761934 -0.397946 0 0 v -134.707 76.8488 15.6784 -0.26856 -0.587695 -0.763211 0 0 v -134.803 79.8867 14.0554 -0.259298 -0.353864 -0.898635 0 0 v -129.55 75.7244 15.6827 -9.33484e-010 -0.684516 -0.728998 0 0 v -131.348 77.9015 14.1664 -0.116112 -0.505495 -0.854981 0 0 v -133.935 94.0598 13.0005 -0.209396 0.182374 -0.960673 0 0 v -130.724 92.751 12.3812 -0.0843313 0.0740005 -0.993686 0 0 v -129.55 94.9128 12.5709 9.80668e-007 0.185378 -0.982667 0 0 v -131.329 96.5479 13.112 -0.152632 0.297331 -0.942495 0 0 v -135.918 90.568 13.0347 -0.247051 0.0647552 -0.966836 0 0 v -132.441 91.079 12.4434 -0.118141 0.0558313 -0.991426 0 0 v -137.467 87.517 12.812 0.132973 0.562572 -0.815985 0 0 v -135.005 86.3986 12.7307 -0.0883198 -0.0238157 -0.995807 0 0 v -133.015 88.4414 12.4282 -0.126663 0.0117032 -0.991877 0 0 v -136.721 84.6217 12.8317 0.299858 -0.510953 -0.805613 0 0 v -133.884 82.7091 12.9954 -0.205568 -0.183863 -0.961216 0 0 v -132.35 85.7234 12.4254 -0.105591 -0.0644356 -0.99232 0 0 v -131.329 80.275 13.112 -0.152634 -0.297329 -0.942496 0 0 v -129.55 81.9102 12.5709 -9.79736e-007 -0.185379 -0.982667 0 0 v -130.721 84.0698 12.3808 -0.0836185 -0.0742851 -0.993725 0 0 v -161.471 81.9154 36.1013 -0.722633 -0.631154 -0.281863 0 0 v -159.874 81.8769 35.2265 -0.0164784 -0.689695 -0.723912 0 0 v -159.841 83.361 34.7662 -0.0754698 0.240118 -0.967806 0 0 v -161.437 83.3995 35.641 -0.788267 0.419585 -0.450093 0 0 v -149.221 81.6578 42.234 -0.142395 -0.984973 0.0977298 0 0 v -151.341 82.6672 44.1409 -0.0561417 -0.709376 0.702591 0 0 v -149.07 84.5333 45.0526 -0.0596524 0.0211875 0.997994 0 0 v -150.937 84.2463 39.0086 -0.257416 -0.101643 -0.96094 0 0 v -151.894 82.4967 40.194 0.0507727 -0.801175 -0.596272 0 0 v -150.693 87.1589 42.025 -0.325021 0.943847 0.0592827 0 0 v -152.755 85.8457 39.9326 -0.0286264 0.730141 -0.682696 0 0 v -152.201 86.0162 43.8795 -0.186925 0.733965 0.652958 0 0 v -153.543 81.7479 41.9242 0.0547083 -0.997353 0.0478944 0 0 v -156.114 82.3234 42.6963 -0.290944 -0.712018 0.639048 0 0 v -154.23 84.1534 44.3089 -0.318757 0.0348182 0.947197 0 0 v -153.952 83.9316 38.7666 0.338859 -0.0343628 -0.94021 0 0 v -155.215 82.1892 39.1993 0.411142 -0.766862 -0.492833 0 0 v -154.553 86.4451 41.3951 -0.134332 0.989928 -0.0446927 0 0 v -155.73 85.2892 38.7342 0.270151 0.723308 -0.635488 0 0 v -156.63 85.4235 42.2312 -0.490952 0.700945 0.517341 0 0 v -157.258 81.373 39.8806 0.0555473 -0.995887 0.0715812 0 0 v -159.77 81.8526 39.418 -0.511717 -0.707929 0.486808 0 0 v -158.655 83.5165 41.5635 -0.707591 0.0461674 0.705113 0 0 v -156.438 83.3447 37.1017 0.701913 -0.0515255 -0.710397 0 0 v -157.8 81.7559 36.9913 0.483703 -0.802336 -0.349697 0 0 v -157.812 85.5954 39.0071 -0.219559 0.964142 -0.149077 0 0 v -158.039 84.3446 36.3001 0.388067 0.710888 -0.586551 0 0 v -160.009 84.4413 38.7267 -0.636708 0.725955 0.259987 0 0 v -159.938 81.1702 36.9621 -0.0783162 -0.995536 -0.0526678 0 0 v -161.532 82.8626 37.6567 -0.923286 0.0772279 0.37627 0 0 v -158.373 82.7588 35.1718 0.573261 -0.206933 -0.792812 0 0 v -160.042 84.473 35.9705 -0.225572 0.91452 -0.335813 0 0 v -141.76 84.2581 0.829075 -0.3801 -0.545914 -0.746661 0 0 v -140.764 84.3738 0.676743 0.238081 -0.355743 -0.90375 0 0 v -140.946 85.0971 0.635567 0.148338 0.344011 -0.927174 0 0 v -141.943 84.9814 0.787899 -0.502977 0.255316 -0.825729 0 0 v -139.03 83.9561 12.2609 0.108963 -0.990119 -0.0882677 0 0 v -141.282 84.2311 10.8094 -0.415227 -0.899955 0.132918 0 0 v -141.965 85.4074 12.9919 -0.963166 -0.231335 0.137095 0 0 v -137.301 85.9552 11.7148 0.836411 0.195195 -0.512168 0 0 v -138.23 84.582 10.2286 0.740308 -0.658429 -0.135707 0 0 v -139.934 87.4416 12.169 -0.157268 0.969319 -0.188912 0 0 v -138.805 86.8169 10.1241 0.471917 0.855855 -0.211677 0 0 v -141.857 86.466 10.7049 -0.691215 0.721191 0.0458848 0 0 v -139.917 83.7628 8.27596 0.129554 -0.990758 0.0401786 0 0 v -141.785 83.9453 6.21745 -0.425085 -0.901436 0.0819429 0 0 v -142.629 85.0755 8.65024 -0.968712 -0.226813 0.100765 0 0 v -138.295 85.5697 7.97153 0.957903 0.2253 -0.177937 0 0 v -138.963 84.267 5.78652 0.749887 -0.658697 -0.0615461 0 0 v -140.724 86.9094 8.10182 -0.126725 0.986888 -0.099966 0 0 v -139.488 86.3136 5.67117 0.482335 0.86102 -0.161236 0 0 v -142.31 85.9919 6.1021 -0.700016 0.713229 -0.0357943 0 0 v -140.421 83.5516 3.88899 0.123766 -0.992308 0.00249252 0 0 v -141.977 83.8363 2.46834 -0.442645 -0.89569 -0.0424876 0 0 v -142.839 84.7233 4.22421 -0.972439 -0.232002 0.023193 0 0 v -138.969 85.1652 3.63307 0.95215 0.221176 -0.21093 0 0 v -139.661 84.1015 2.11456 0.710768 -0.652985 -0.26157 0 0 v -141.139 86.3591 3.73064 -0.132017 0.981076 -0.141638 0 0 v -140.09 85.7816 2.01964 0.457808 0.826273 -0.328154 0 0 v -142.406 85.5164 2.37344 -0.712416 0.68226 -0.164273 0 0 v -140.94 83.7794 1.23988 0.0540696 -0.919329 -0.389756 0 0 v -142.556 84.5692 1.4895 -0.896459 -0.239263 -0.37298 0 0 v -139.952 84.8692 1.09158 0.709061 0.13624 -0.69186 0 0 v -141.42 85.6689 1.13277 -0.173063 0.849374 -0.49861 0 0 v -147.13 58.3176 77.1463 -0.197201 -0.979815 0.0327919 0 0 v -153.233 60.1354 72.4934 -0.349666 -0.926865 -0.13658 0 0 v -152.524 59.8131 77.0873 -0.566986 -0.821776 0.0566667 0 0 v -152.377 60.2172 81.7699 -0.348485 -0.911876 0.216887 0 0 v -163.087 65.5555 72.6633 -0.6276 -0.767755 -0.129111 0 0 v -158.263 62.6528 72.2306 -0.468712 -0.868758 0.159901 0 0 v -161.827 65.6342 81.8613 -0.608087 -0.742838 0.28004 0 0 v -162.944 65.6523 77.3506 -0.422252 -0.903545 0.0728716 0 0 v -157.205 62.8125 82.2073 -0.500174 -0.865222 -0.0348814 0 0 v -154.183 68.1607 76.7472 -0.834533 -0.545309 0.0786969 0 0 v -157.328 69.7139 74.068 -0.315664 -0.639257 0.701218 0 0 v -159.931 71.3827 76.9364 0.349733 -0.936726 -0.0151919 0 0 v -156.786 69.8295 79.6156 -0.404463 -0.694352 -0.595218 0 0 v -154.455 61.0467 73.8523 -0.700296 -0.281183 0.656142 0 0 v -153.02 61.8779 76.988 -0.997188 0.0219723 0.0716474 0 0 v -153.946 61.1484 80.3374 -0.785112 -0.354756 -0.507689 0 0 v -161.287 64.7761 74.1098 0.258352 -0.721126 0.642831 0 0 v -157.719 64.1989 72.9906 0.026555 -0.0274951 0.999269 0 0 v -160.525 64.9358 80.5096 0.198951 -0.73199 -0.651621 0 0 v -161.609 66.6923 77.2708 0.972488 -0.204198 -0.112116 0 0 v -156.91 64.3713 81.2682 -0.0959985 -0.121484 -0.98794 0 0 v -154.391 65.3593 73.9889 -0.679272 -0.127447 0.722736 0 0 v -153.942 65.4498 79.7794 -0.777924 -0.189849 -0.598992 0 0 v -160.465 68.6716 74.2229 0.661122 -0.225765 0.715505 0 0 v -159.79 68.8207 79.9378 0.541627 -0.283081 -0.791521 0 0 v -138.152 64.4687 55.8208 -0.159844 -0.699635 -0.696391 0 0 v -139.2 57.2042 70.6239 -0.127655 -0.98636 -0.103915 0 0 v -129.55 57.4073 65.9439 1.86465e-008 -0.968328 -0.249681 0 0 v -136.863 58.4652 63.7249 -0.0847803 -0.9217 -0.378524 0 0 v -135.852 60.1153 60.1217 -0.00540116 -0.956573 -0.291442 0 0 v -129.55 61.1 57.5938 -2.84699e-009 -0.721601 -0.692309 0 0 v -133.648 74.1236 107.133 -0.0966574 -0.523848 0.84631 0 0 v -133.648 80.3563 109.761 -0.130165 -0.259969 0.956804 0 0 v -129.55 79.0687 109.609 -6.20863e-007 -0.333025 0.942918 0 0 v -136.832 83.423 109.985 -0.162143 -0.163864 0.973066 0 0 v -129.55 84.2127 110.768 -4.80211e-008 -0.116978 0.993135 0 0 v -138.7 86.6593 110.024 -0.179282 -0.053123 0.982362 0 0 v -129.55 86.2534 110.855 5.44061e-007 -0.0221087 0.999756 0 0 v -138.728 90.1412 110.008 -0.183251 0.0563146 0.981452 0 0 v -136.842 93.3874 109.981 -0.165258 0.161783 0.972891 0 0 v -129.55 90.5695 110.855 5.43595e-007 0.0221087 0.999756 0 0 v -133.648 96.4667 109.761 -0.130164 0.25997 0.956803 0 0 v -129.55 97.7542 109.609 -4.66264e-010 0.333024 0.942918 0 0 v -136.838 63.9829 97.0649 -0.131625 -0.780316 0.611376 0 0 v -138.867 57.8748 84.511 -0.135106 -0.961538 0.239145 0 0 v -133.66 104.546 41.5883 -0.193771 0.942964 0.270687 0 0 v -134.13 105.652 33.5791 -0.199241 0.979632 0.0249777 0 0 v -133.828 104.919 25.0062 -0.19633 0.961233 -0.193612 0 0 v -132.892 102.644 17.9815 -0.17276 0.830908 -0.528911 0 0 v -131.348 98.9214 14.1664 -0.116112 0.505494 -0.854982 0 0 v -129.55 101.099 15.6827 4.66742e-010 0.684516 -0.728997 0 0 v -123.226 62.0202 60.7825 -0.438638 -0.0565538 0.896883 0 0 v -123.226 60.7801 62.7704 0.147993 0.0171193 -0.98884 0 0 v -135.873 60.7801 62.7704 -0.147993 0.0171195 -0.98884 0 0 v -135.873 62.0202 60.7824 0.438638 -0.0565537 0.896883 0 0 v -129.55 60.7907 58.9918 -4.87159e-008 -0.413662 0.910431 0 0 v -119.812 59.412 62.9368 -0.602166 -0.693635 -0.395306 0 0 v -129.55 58.9949 62.1775 2.91505e-008 -0.436309 -0.899797 0 0 v -139.287 59.412 62.9368 0.602164 -0.693635 -0.395308 0 0 v -124.117 69.5178 60.8071 -0.485778 -0.284704 0.826416 0 0 v -124.117 68.643 62.1248 0.0928602 -0.315586 -0.944342 0 0 v -134.982 68.643 62.1248 -0.0928603 -0.315586 -0.944342 0 0 v -134.982 69.5178 60.8071 0.485778 -0.284705 0.826416 0 0 v -129.55 66.4631 59.245 8.67319e-008 -0.0349528 0.999389 0 0 v -120.643 64.9558 62.8845 -0.905764 -0.240106 -0.3492 0 0 v -129.55 64.6469 62.0238 -4.48605e-008 -0.0515484 -0.998671 0 0 v -138.456 64.9558 62.8845 0.905763 -0.240107 -0.349201 0 0 v -115.809 59.0567 65.1244 0.261186 -0.891041 -0.371253 0 0 v -121.708 60.7289 59.858 0.242506 -0.697636 -0.674162 0 0 v -143.291 59.0567 65.1244 -0.261187 -0.891041 -0.371252 0 0 v -137.391 60.7289 59.858 -0.242507 -0.697635 -0.674163 0 0 v -129.55 70.8862 60.1695 3.66024e-008 -0.928581 -0.371129 0 0 v -117.754 73.8514 105.191 0.255599 -0.523071 0.813059 0 0 v -113.704 69.1816 99.9755 0.304746 -0.652724 0.6936 0 0 v -108.239 72.3592 99.9284 0.415749 -0.558054 0.718142 0 0 v -113.616 76.3123 105.146 0.339724 -0.439263 0.831646 0 0 v -109.989 79.4394 104.921 0.405398 -0.339031 0.848946 0 0 v -103.663 76.389 99.7401 0.47016 -0.487256 0.735888 0 0 v -98.7869 79.4558 100.01 0.115013 -0.79276 0.598585 0 0 v -100.324 82.0047 102.144 0.0550661 -0.29009 0.955414 0 0 v -107.886 82.9292 105.027 0.410529 -0.235491 0.880914 0 0 v -106.791 86.3248 105.026 0.448185 -0.0316913 0.893379 0 0 v -99.3902 84.8774 102.146 0.149363 0.235682 0.960284 0 0 v -96.487 86.5022 100.014 0.376773 0.698956 0.607868 0 0 v -99.122 90.2542 99.7273 0.606555 0.205699 0.767971 0 0 v -106.651 89.8242 104.917 0.485237 0.0822362 0.870507 0 0 v -108.113 93.6134 105.143 0.469148 0.205712 0.858827 0 0 v -100.922 95.0628 99.915 0.594394 0.270332 0.757375 0 0 v -103.979 100.055 99.9687 0.533277 0.410682 0.739565 0 0 v -110.448 97.3089 105.202 0.417377 0.32974 0.846798 0 0 v -113.708 100.496 105.202 0.337738 0.441436 0.831305 0 0 v -108.302 104.388 99.9742 0.426113 0.551956 0.716779 0 0 v -113.704 107.641 99.9755 0.305965 0.652189 0.693567 0 0 v -117.754 102.972 105.191 0.25518 0.523388 0.812987 0 0 v -122.258 104.747 105.155 0.170194 0.588946 0.790048 0 0 v -119.795 109.816 99.9755 0.18589 0.714041 0.674975 0 0 v -126.257 110.907 99.9755 0.0616743 0.743822 0.665526 0 0 v -127.067 105.597 105.146 0.0454459 0.626952 0.777731 0 0 v -110.43 65.3838 94.1098 0.343842 -0.742653 0.574665 0 0 v -107.964 62.6167 88.2788 0.359924 -0.809116 0.464527 0 0 v -100.717 66.9072 88.3307 0.525294 -0.6869 0.50223 0 0 v -103.966 69.2265 94.1496 0.478348 -0.643399 0.59768 0 0 v -98.843 74.1963 94.309 0.570759 -0.562294 0.59838 0 0 v -94.8761 72.5368 88.1353 0.686716 -0.545922 0.479991 0 0 v -90.8208 78.7378 87.9795 0.808623 -0.410587 0.421363 0 0 v -92.2316 80.1455 94.118 0.822088 -0.568014 0.0391434 0 0 v -95.2697 78.3565 96.389 0.353346 -0.875063 0.330774 0 0 v -92.6633 86.382 96.3933 0.647216 0.66421 0.37408 0 0 v -90.9916 83.9973 94.1199 0.998304 0.0270707 0.0515355 0 0 v -88.8878 84.768 87.9773 0.891864 -0.115618 0.437278 0 0 v -89.0339 91.2381 88.1328 0.85416 0.141242 0.500461 0 0 v -93.4744 90.7055 94.2962 0.73591 0.215642 0.641821 0 0 v -95.2075 96.5339 94.1362 0.68903 0.31637 0.652034 0 0 v -90.9434 97.9577 87.9252 0.786467 0.364679 0.498476 0 0 v -94.9463 104.325 87.8766 0.683766 0.56492 0.461875 0 0 v -98.7684 102.441 94.103 0.610807 0.479086 0.63039 0 0 v -103.951 107.559 94.1084 0.488007 0.638383 0.595245 0 0 v -100.77 109.812 87.8794 0.542381 0.731263 0.413614 0 0 v -108.04 114.084 87.8797 0.388542 0.840436 0.37776 0 0 v -110.43 111.439 94.1098 0.348623 0.746992 0.566097 0 0 v -117.763 114.049 94.1098 0.209274 0.810182 0.547548 0 0 v -116.279 117.002 87.8783 0.232682 0.904923 0.356333 0 0 v -125.065 118.478 87.8765 0.0777525 0.934938 0.346188 0 0 v -125.568 115.364 94.1098 0.0699708 0.839915 0.538189 0 0 v -91.8404 71.5966 80.9695 0.787447 -0.556526 0.264965 0 0 v -90.7861 71.5333 73.3934 0.81014 -0.5837 -0.0544728 0 0 v -86.8919 77.8768 73.3573 0.898582 -0.437612 -0.0323412 0 0 v -87.9904 77.9351 80.9351 0.867465 -0.417998 0.269781 0 0 v -85.7858 84.7866 80.9346 0.946171 -0.144219 0.289762 0 0 v -84.5987 84.8395 73.3573 0.987166 -0.158457 -0.019864 0 0 v -84.5987 91.9835 73.3573 0.987164 0.158651 -0.0183841 0 0 v -85.8151 91.873 80.9657 0.942801 0.145878 0.299743 0 0 v -88.015 98.8623 80.9242 0.864017 0.419928 0.277732 0 0 v -86.8919 98.9461 73.3573 0.892604 0.449797 -0.0306756 0 0 v -91.3646 105.383 73.3573 0.741645 0.668861 -0.0508734 0 0 v -92.3615 105.355 80.9145 0.73296 0.638349 0.235118 0 0 v -98.6202 110.979 80.915 0.571998 0.798597 0.187246 0 0 v -97.7898 110.966 73.3573 0.569353 0.818863 -0.0728083 0 0 v -105.8 115.423 73.3538 0.403633 0.910385 -0.0909933 0 0 v -106.424 115.444 80.9134 0.408486 0.900329 0.150155 0 0 v -115.276 118.534 80.9064 0.244663 0.961241 0.127105 0 0 v -114.888 118.532 73.3397 0.242207 0.964777 -0.102671 0 0 v -124.594 120.134 73.3222 0.0818644 0.990823 -0.107557 0 0 v -124.725 120.111 80.8976 0.0821008 0.989719 0.117116 0 0 v -106.32 62.7078 65.3318 0.379268 -0.810111 -0.447076 0 0 v -109.059 65.71 58.9866 0.341548 -0.715852 -0.609016 0 0 v -102.506 69.3921 59.0738 0.443555 -0.636798 -0.630672 0 0 v -98.7885 66.9298 65.4912 0.517793 -0.717777 -0.465495 0 0 v -92.6562 72.227 65.8921 0.694338 -0.581993 -0.423295 0 0 v -97.0123 74.1005 59.0738 0.552589 -0.502697 -0.664786 0 0 v -93.1878 79.5281 59.0738 0.638106 -0.326048 -0.697505 0 0 v -88.5002 78.4461 65.8621 0.815441 -0.411637 -0.406954 0 0 v -86.2919 85.0325 65.8621 0.89625 -0.146724 -0.418578 0 0 v -91.227 85.3994 59.0738 0.685881 -0.111975 -0.719047 0 0 v -91.227 91.4236 59.0738 0.685881 0.111975 -0.719047 0 0 v -86.292 91.7904 65.8621 0.89625 0.146724 -0.418578 0 0 v -88.5002 98.3768 65.8621 0.813599 0.417423 -0.404741 0 0 v -93.1878 97.2949 59.0738 0.638148 0.326425 -0.697291 0 0 v -97.0123 102.722 59.0738 0.553621 0.506542 -0.660999 0 0 v -92.8073 104.466 65.8621 0.680067 0.624327 -0.38435 0 0 v -98.9947 109.747 65.8621 0.525446 0.768928 -0.364219 0 0 v -102.506 107.431 59.0738 0.444106 0.64753 -0.619253 0 0 v -109.349 111.184 59.072 0.325694 0.744607 -0.582653 0 0 v -106.707 113.964 65.8586 0.374724 0.858778 -0.349402 0 0 v -115.451 116.905 65.8446 0.226071 0.912614 -0.340628 0 0 v -117.091 113.787 59.065 0.198961 0.806535 -0.556702 0 0 v -125.34 115.114 59.0562 0.0674452 0.836105 -0.544407 0 0 v -124.785 118.422 65.827 0.0766708 0.938292 -0.337239 0 0 v -113.539 69.4555 53.6077 0.265007 -0.560814 -0.784384 0 0 v -119 73.9003 49.4185 0.232424 -0.422488 -0.876061 0 0 v -115.334 76.2854 49.4185 0.279753 -0.326166 -0.902969 0 0 v -108.152 72.5636 53.6251 0.338182 -0.469875 -0.815384 0 0 v -103.773 76.4869 53.6251 0.396976 -0.347796 -0.849381 0 0 v -112.372 79.2873 49.4185 0.308534 -0.226181 -0.923931 0 0 v -110.311 82.7477 49.4185 0.322924 -0.132409 -0.937117 0 0 v -100.724 81.0094 53.6251 0.435271 -0.213266 -0.874675 0 0 v -99.1612 85.9016 53.6251 0.454244 -0.0710454 -0.88804 0 0 v -109.254 86.4911 49.4185 0.328847 -0.0430448 -0.943402 0 0 v -109.254 90.3319 49.4185 0.328847 0.0430448 -0.943402 0 0 v -99.1612 90.9213 53.6251 0.454244 0.0710456 -0.88804 0 0 v -100.724 95.8135 53.6251 0.435271 0.213266 -0.874675 0 0 v -110.311 94.0752 49.4185 0.322924 0.132409 -0.937117 0 0 v -112.372 97.5356 49.4185 0.308534 0.226182 -0.923931 0 0 v -103.773 100.336 53.6251 0.396976 0.347797 -0.849381 0 0 v -108.152 104.259 53.6251 0.337623 0.471132 -0.81489 0 0 v -115.334 100.538 49.4185 0.279753 0.326165 -0.90297 0 0 v -119 102.923 49.4185 0.232424 0.422487 -0.876061 0 0 v -113.597 107.382 53.6248 0.260868 0.571157 -0.778285 0 0 v -119.728 109.529 53.6234 0.164726 0.644504 -0.746646 0 0 v -123.083 104.55 49.4185 0.156373 0.507316 -0.847454 0 0 v -127.371 105.357 49.4185 0.0549813 0.55775 -0.828186 0 0 v -126.234 110.609 53.6216 0.0563557 0.682463 -0.728744 0 0 v -73.5411 76.7843 125.927 0.129905 -0.150339 0.980063 0 0 v -72.7899 75.7175 125.385 0.285582 -0.482816 0.827848 0 0 v -71.4214 76.5097 125.038 0.582287 -0.257549 0.77111 0 0 v -72.2432 77.5832 125.601 0.397596 0.105587 0.911465 0 0 v -93.0653 81.1894 104.527 -0.577821 -0.267451 0.771098 0 0 v -92.4198 79.9484 103.615 -0.335459 -0.887656 0.31549 0 0 v -85.984 78.7221 110.381 -0.47912 -0.85494 0.198802 0 0 v -86.3933 79.4881 110.84 -0.764542 -0.26643 0.586933 0 0 v -90.9213 79.6003 102.217 0.100302 -0.991197 -0.0864126 0 0 v -89.4592 80.497 101.237 0.645943 -0.64444 -0.409212 0 0 v -84.133 79.147 109.359 0.549232 -0.630276 -0.548723 0 0 v -85.0799 78.5857 109.788 0.083022 -0.958062 -0.27427 0 0 v -88.948 82.123 101.257 0.896423 0.226474 -0.380966 0 0 v -89.742 83.3446 102.267 0.508941 0.860396 0.0264248 0 0 v -84.4149 80.8221 109.927 0.478247 0.870016 -0.119802 0 0 v -83.867 80.0416 109.414 0.798809 0.338377 -0.497398 0 0 v -91.3018 83.4969 103.665 0.0698067 0.917777 0.390911 0 0 v -92.6153 82.6196 104.547 -0.374325 0.518911 0.768513 0 0 v -86.1273 80.3827 110.896 -0.549654 0.556169 0.623342 0 0 v -85.319 80.9586 110.519 -0.0809613 0.938157 0.336612 0 0 v -82.6296 78.1277 115.956 -0.874624 -0.256039 0.411675 0 0 v -82.0679 77.2313 115.493 -0.548655 -0.835503 0.0302083 0 0 v -80.9867 76.1214 117.553 -0.64216 -0.683901 -0.346279 0 0 v -81.8767 77.493 118.232 -0.988588 -0.145779 -0.0379902 0 0 v -80.9003 77.0735 114.96 0.0489885 -0.899754 -0.433638 0 0 v -79.7106 77.7332 114.624 0.47264 -0.545815 -0.69188 0 0 v -77.3023 76.9049 116.316 0.250979 -0.357072 -0.899727 0 0 v -79.157 75.8861 116.787 -0.0722598 -0.706838 -0.703675 0 0 v -79.4057 78.7816 114.737 0.667591 0.384172 -0.637758 0 0 v -80.1379 79.6947 115.242 0.377392 0.884547 -0.274138 0 0 v -77.9728 79.9105 117.25 0.156328 0.795032 -0.586076 0 0 v -76.8286 78.5146 116.501 0.360011 0.376784 -0.853479 0 0 v -81.3055 79.8525 115.775 -0.188733 0.962815 0.193306 0 0 v -82.3247 79.1762 116.069 -0.666943 0.581469 0.465919 0 0 v -81.403 79.1028 118.417 -0.78063 0.62475 0.0174587 0 0 v -79.8026 80.1458 118.017 -0.32275 0.923191 -0.208687 0 0 v -82.018 77.1263 119.514 -0.988487 -0.140217 -0.0568572 0 0 v -80.7829 75.2282 118.581 -0.641313 -0.678173 -0.358885 0 0 v -80.3501 74.481 119.7 -0.589927 -0.797468 -0.126613 0 0 v -81.853 76.7877 120.831 -0.948896 -0.217878 0.228312 0 0 v -78.2438 74.9072 117.518 -0.0771456 -0.695953 -0.713932 0 0 v -75.6703 76.3239 116.858 0.233722 -0.34434 -0.909288 0 0 v -74.1293 75.8189 117.601 0.360492 -0.450542 -0.816736 0 0 v -77.2606 74.0935 118.408 0.00295798 -0.824708 -0.565551 0 0 v -75.0075 78.5555 117.113 0.331152 0.372987 -0.866729 0 0 v -76.5868 80.4864 118.155 0.13424 0.781215 -0.609658 0 0 v -75.2367 80.8792 119.178 0.240042 0.84566 -0.476696 0 0 v -73.3197 78.5332 117.91 0.482752 0.385531 -0.786331 0 0 v -79.1259 80.8074 119.217 -0.330946 0.912385 -0.240891 0 0 v -81.3552 79.358 119.769 -0.780613 0.624886 -0.0126654 0 0 v -81.0435 79.502 121.14 -0.74394 0.620671 0.247631 0 0 v -78.3263 81.2667 120.47 -0.275567 0.960574 -0.0368908 0 0 v -81.0974 76.4549 122.392 -0.825103 -0.276226 0.492854 0 0 v -79.4335 73.9026 121.141 -0.492849 -0.861478 0.122291 0 0 v -77.9917 73.65 122.801 -0.353157 -0.859098 0.370448 0 0 v -79.6431 76.1832 124.043 -0.633867 -0.309993 0.708602 0 0 v -76.013 73.475 119.711 0.092246 -0.923833 -0.371514 0 0 v -72.5462 75.3862 118.817 0.497578 -0.556293 -0.665548 0 0 v -71.1566 75.1222 120.495 0.637725 -0.650108 -0.413119 0 0 v -74.5971 73.2256 121.382 0.19048 -0.97458 -0.117942 0 0 v -71.6484 78.3907 119.158 0.656091 0.384559 -0.649353 0 0 v -73.7685 80.9863 120.563 0.357534 0.885513 -0.29671 0 0 v -72.3699 80.6801 122.227 0.486537 0.872807 -0.0386 0 0 v -70.2657 78.104 120.833 0.847259 0.35117 -0.398538 0 0 v -77.189 81.4138 121.993 -0.198527 0.961364 0.190701 0 0 v -80.1996 79.4594 122.733 -0.651391 0.571318 0.499285 0 0 v -78.7522 79.1649 124.381 -0.503137 0.474643 0.722196 0 0 v -75.7645 81.1045 123.646 -0.0940346 0.892375 0.441388 0 0 v -77.558 76.105 125.266 -0.338716 -0.317303 0.885771 0 0 v -76.1971 74.015 124.24 -0.135732 -0.754293 0.642354 0 0 v -74.4163 74.8782 125.148 0.0575516 -0.604693 0.794376 0 0 v -75.322 76.2556 125.829 -0.0877677 -0.289349 0.953191 0 0 v -73.3997 73.6628 123.07 0.306934 -0.911928 0.272357 0 0 v -70.5643 75.2244 122.341 0.733722 -0.674855 0.0788805 0 0 v -70.8452 75.6837 123.954 0.670044 -0.54348 0.505639 0 0 v -72.697 74.658 124.428 0.357259 -0.726535 0.586952 0 0 v -69.8326 77.6827 122.621 0.967813 0.209584 0.13933 0 0 v -71.5705 79.8084 123.769 0.607834 0.687672 0.397044 0 0 v -71.5343 78.5951 124.879 0.581431 0.376235 0.721377 0 0 v -70.3992 77.1959 124.128 0.815066 0.010591 0.579272 0 0 v -74.3679 80.1606 124.939 0.070088 0.665281 0.743296 0 0 v -76.8263 78.5632 125.546 -0.254232 0.294148 0.921327 0 0 v -74.876 77.7677 126.003 -0.0315708 0.108798 0.993562 0 0 v -73.2536 78.8152 125.599 0.213325 0.375443 0.901962 0 0 v -121.284 101.068 46.1521 0.444701 0.763268 0.468682 0 0 v -118.399 98.987 46.1524 0.573415 0.636809 0.515432 0 0 v -116.937 99.7385 43.2312 0.593977 0.695134 0.404946 0 0 v -120.14 101.981 43.2306 0.457303 0.80877 0.369817 0 0 v -116.069 96.4278 46.1533 0.670913 0.473423 0.570742 0 0 v -114.461 93.5028 46.173 0.737563 0.290362 0.609664 0 0 v -112.607 94.1376 43.2584 0.799764 0.350921 0.487065 0 0 v -114.37 97.0765 43.2335 0.707591 0.547846 0.446296 0 0 v -113.682 90.2678 46.2472 0.781056 0.097309 0.616832 0 0 v -113.897 86.8337 46.528 0.791303 -0.0975023 0.6036 0 0 v -112.514 86.4175 45.2236 0.50904 0.0944657 0.855544 0 0 v -111.133 88.5262 43.2929 0.746192 0.365159 0.556647 0 0 v -111.759 90.9645 43.3463 0.845419 0.158294 0.510107 0 0 v -114.756 83.4199 46.5272 0.752582 -0.291295 0.590565 0 0 v -116.169 80.382 46.2451 0.675197 -0.473598 0.565521 0 0 v -114.681 79.4562 43.3408 0.677605 -0.57619 0.457009 0 0 v -113.035 81.1256 43.3137 0.490768 -0.715598 0.497057 0 0 v -113.309 83.3122 45.232 0.416683 -0.335024 0.845065 0 0 v -118.419 77.8333 46.1707 0.573619 -0.636849 0.515154 0 0 v -121.284 75.7548 46.1521 0.444653 -0.763275 0.468717 0 0 v -120.14 74.8418 43.2306 0.456055 -0.809336 0.37012 0 0 v -116.999 77.0264 43.2526 0.587482 -0.697587 0.410168 0 0 v -124.488 74.3203 46.1521 0.28029 -0.857094 0.432235 0 0 v -127.845 73.6099 46.1521 0.0948029 -0.906581 0.411246 0 0 v -127.593 72.4663 43.2306 0.0962098 -0.941138 0.324041 0 0 v -123.754 73.2608 43.2306 0.28442 -0.896191 0.34051 0 0 v -119.231 102.727 39.7645 0.474758 0.848829 0.232582 0 0 v -115.778 100.331 39.7651 0.626519 0.738351 0.249621 0 0 v -115.082 100.683 35.7226 0.649455 0.753564 0.101732 0 0 v -118.681 103.195 35.7223 0.4851 0.868936 0.0981218 0 0 v -113.035 97.5023 39.7674 0.762138 0.592214 0.261589 0 0 v -111.148 94.3871 39.768 0.88192 0.386743 0.26953 0 0 v -110.305 94.2674 35.718 0.920186 0.37935 0.0967036 0 0 v -112.244 97.6639 35.7238 0.798095 0.594578 0.0975817 0 0 v -110.187 91.0201 39.7585 0.945494 0.172759 0.276036 0 0 v -109.766 88.4547 40.1786 0.925629 0.340743 0.164638 0 0 v -109.326 86.1362 37.9489 0.984994 -0.000529546 -0.17259 0 0 v -109.229 86.5439 35.3157 0.992094 -0.104549 0.0694129 0 0 v -109.312 90.5207 35.689 0.985438 0.135833 0.102279 0 0 v -110.174 82.8603 37.9573 0.860402 -0.475608 -0.183044 0 0 v -111.72 80.8836 40.1994 0.643921 -0.756649 0.11335 0 0 v -113.258 79.0437 39.7529 0.741031 -0.625825 0.243345 0 0 v -112.259 79.1594 35.6864 0.79701 -0.596517 0.0945645 0 0 v -110.234 82.6457 35.3148 0.919256 -0.388752 0.0619744 0 0 v -115.823 76.4361 39.7622 0.623025 -0.743506 0.242979 0 0 v -119.231 74.0961 39.7645 0.47377 -0.849561 0.231924 0 0 v -118.681 73.6276 35.7223 0.48514 -0.868921 0.0980567 0 0 v -115.085 76.1402 35.7151 0.650206 -0.752959 0.10142 0 0 v -123.17 72.3954 39.7645 0.291943 -0.931997 0.214828 0 0 v -127.392 71.5326 39.7645 0.0986387 -0.973796 0.204919 0 0 v -127.27 70.9462 35.7223 0.100065 -0.991147 0.087266 0 0 v -122.817 71.8519 35.7223 0.296205 -0.950761 0.0911913 0 0 v -118.587 103.278 31.4043 0.487561 0.872102 -0.0414945 0 0 v -114.964 100.732 31.4044 0.657397 0.752073 -0.0470797 0 0 v -115.418 100.479 27.0865 0.650088 0.739753 -0.173641 0 0 v -118.944 102.965 27.0865 0.482612 0.861115 -0.159893 0 0 v -112.117 97.6264 31.4046 0.809463 0.58447 -0.0562601 0 0 v -110.181 94.1279 31.4035 0.926177 0.371828 -0.0627689 0 0 v -110.751 93.9788 27.0865 0.910173 0.362388 -0.200647 0 0 v -112.641 97.4265 27.0865 0.798937 0.571099 -0.188536 0 0 v -109.201 90.3694 31.3977 0.989734 0.128458 -0.062651 0 0 v -109.184 86.5018 31.323 0.990535 -0.11858 -0.0691264 0 0 v -109.794 86.5293 27.0865 0.970275 -0.123164 -0.208318 0 0 v -109.794 90.2936 27.0865 0.970418 0.123952 -0.207183 0 0 v -110.167 82.7131 31.3228 0.92415 -0.375927 -0.068006 0 0 v -112.12 79.1967 31.3972 0.809467 -0.584541 -0.0554492 0 0 v -112.641 79.3964 27.0865 0.79891 -0.57114 -0.188523 0 0 v -110.751 82.8441 27.0865 0.909823 -0.36269 -0.201689 0 0 v -114.964 76.0912 31.4029 0.657577 -0.751929 -0.0468552 0 0 v -118.587 73.5448 31.4043 0.487579 -0.872093 -0.041485 0 0 v -118.944 73.8575 27.0865 0.482613 -0.861115 -0.159892 0 0 v -115.418 76.3442 27.0865 0.650095 -0.73975 -0.173628 0 0 v -122.756 71.7558 31.4043 0.297023 -0.954098 -0.038388 0 0 v -127.249 70.8425 31.4043 0.100342 -0.994273 -0.0367809 0 0 v -127.328 71.2339 27.0865 0.0995041 -0.984789 -0.142445 0 0 v -122.986 72.1186 27.0865 0.294628 -0.943992 -0.148574 0 0 v -119.652 102.346 23.0204 0.471732 0.838161 -0.27378 0 0 v -116.318 99.986 23.0204 0.631643 0.716703 -0.295575 0 0 v -117.66 99.2505 19.4729 0.581929 0.657379 -0.478761 0 0 v -120.708 101.421 19.4729 0.440732 0.777456 -0.448685 0 0 v -113.674 97.0726 23.0204 0.77199 0.550184 -0.318322 0 0 v -111.866 93.7666 23.0204 0.875083 0.34765 -0.336704 0 0 v -113.531 93.4488 19.4725 0.786788 0.311263 -0.532992 0 0 v -115.217 96.5444 19.4729 0.701914 0.498132 -0.509098 0 0 v -110.948 90.2231 23.0204 0.930351 0.118468 -0.347005 0 0 v -110.948 86.5998 23.0204 0.931113 -0.117698 -0.34522 0 0 v -112.627 86.6948 19.4971 0.839823 -0.0951543 -0.534457 0 0 v -112.674 90.1128 19.4711 0.831135 0.106736 -0.545731 0 0 v -111.866 83.0564 23.0204 0.875414 -0.348597 -0.334859 0 0 v -113.674 79.7503 23.0204 0.77193 -0.550264 -0.318329 0 0 v -115.218 80.2818 19.4711 0.701115 -0.49935 -0.509007 0 0 v -113.485 83.3696 19.4971 0.789925 -0.324658 -0.520208 0 0 v -116.318 76.8369 23.0204 0.631649 -0.71668 -0.295617 0 0 v -119.652 74.4771 23.0204 0.471734 -0.838159 -0.273782 0 0 v -120.708 75.402 19.4729 0.440758 -0.777427 -0.448708 0 0 v -117.661 77.5731 19.4725 0.582043 -0.657033 -0.479097 0 0 v -123.442 72.8374 23.0204 0.289556 -0.922491 -0.255281 0 0 v -127.485 72.0093 23.0204 0.0977247 -0.964559 -0.245105 0 0 v -127.72 73.1666 19.4729 0.0925103 -0.908685 -0.407103 0 0 v -124.122 73.9103 19.4729 0.273965 -0.864122 -0.42218 0 0 v -122.211 100.105 16.7254 0.362919 0.630936 -0.685718 0 0 v -119.57 98.2042 16.7254 0.465 0.521701 -0.715264 0 0 v -121.999 96.8854 14.796 0.334408 0.374598 -0.864782 0 0 v -124.126 98.4644 14.8013 0.276237 0.45661 -0.845695 0 0 v -117.411 95.793 16.7254 0.547729 0.386203 -0.742186 0 0 v -115.902 92.9941 16.7236 0.602723 0.236986 -0.761947 0 0 v -118.857 92.4754 14.8058 0.424975 0.171673 -0.888777 0 0 v -120.157 94.8531 14.8055 0.389228 0.274684 -0.879233 0 0 v -115.138 89.9428 16.7163 0.633373 0.0879255 -0.768836 0 0 v -114.9 86.8037 16.8465 0.670821 -0.0530636 -0.739719 0 0 v -116.732 86.6039 15.19 0.765417 0.0477045 -0.641765 0 0 v -118.303 88.1842 14.3688 0.490806 0.416761 -0.765127 0 0 v -118.2 89.9724 14.7973 0.444638 0.0982473 -0.890306 0 0 v -115.671 83.8059 16.8465 0.629591 -0.28157 -0.724109 0 0 v -117.42 81.0462 16.7163 0.547698 -0.39628 -0.736878 0 0 v -120.283 81.7812 14.7949 0.380048 -0.320519 -0.867659 0 0 v -119.564 83.2874 14.3792 0.329701 -0.633859 -0.699657 0 0 v -117.308 84.3734 15.1942 0.677577 -0.415691 -0.606704 0 0 v -119.572 78.622 16.7236 0.465424 -0.521697 -0.714991 0 0 v -122.211 76.7176 16.7254 0.362953 -0.63095 -0.685687 0 0 v -124.126 78.3586 14.8013 0.275687 -0.457583 -0.845349 0 0 v -122.024 79.8998 14.7939 0.333224 -0.382098 -0.861953 0 0 v -125.089 75.4365 16.7254 0.232632 -0.71815 -0.655853 0 0 v -128.053 74.813 16.7254 0.0784531 -0.765846 -0.63822 0 0 v -128.449 76.7928 14.8356 0.0588467 -0.597126 -0.799986 0 0 v -126.279 77.2814 14.8287 0.1915 -0.54345 -0.817306 0 0 v -126.285 96.7146 13.4657 0.211584 0.318212 -0.924107 0 0 v -124.726 95.4386 13.4393 0.237216 0.26722 -0.933982 0 0 v -126.911 93.7803 12.6423 0.13531 0.14033 -0.980815 0 0 v -128.656 94.1639 12.4866 0.0853856 0.136417 -0.986965 0 0 v -128.477 95.5896 12.7592 0.0896243 0.224225 -0.970407 0 0 v -123.111 93.8429 13.4868 0.276269 0.193097 -0.941482 0 0 v -122.008 91.8865 13.4969 0.296673 0.121665 -0.947197 0 0 v -124.873 91.0768 12.7019 0.179328 0.0758206 -0.980863 0 0 v -125.742 92.6654 12.6899 0.171207 0.100353 -0.980111 0 0 v -121.469 89.8241 13.4895 0.299959 0.0782783 -0.950735 0 0 v -120.997 88.3102 13.3335 0.189187 0.43725 -0.879216 0 0 v -122.927 87.1554 12.8067 -0.0329562 0.157519 -0.986966 0 0 v -124.822 87.5225 12.6125 0.156356 0.00691588 -0.987677 0 0 v -124.478 89.4085 12.696 0.186482 0.0275711 -0.982071 0 0 v -123.393 85.3249 12.8109 -0.0794031 -0.142888 -0.986549 0 0 v -122.148 83.8134 13.344 0.0459067 -0.536285 -0.842788 0 0 v -123.276 82.7421 13.4777 0.253022 -0.230684 -0.939555 0 0 v -125.8 84.1109 12.6823 0.161164 -0.107266 -0.981081 0 0 v -125.262 85.757 12.6125 0.134607 -0.0829175 -0.987424 0 0 v -124.759 81.3367 13.4374 0.232407 -0.271301 -0.934014 0 0 v -126.285 80.1083 13.4657 0.210822 -0.318952 -0.924026 0 0 v -128.477 81.2333 12.7592 0.0895362 -0.224306 -0.970397 0 0 v -128.656 82.6591 12.4866 0.085203 -0.13649 -0.986971 0 0 v -126.924 83.0322 12.6406 0.133528 -0.141016 -0.980961 0 0 v -127.497 79.0767 13.6031 0.162809 -0.396815 -0.903345 0 0 v -128.814 78.6879 13.6374 0.0399673 -0.455882 -0.889142 0 0 v -128.82 80.1388 13.0255 0.062405 -0.31351 -0.947532 0 0 v -97.5174 82.6263 35.6846 0.850066 -0.135459 -0.508958 0 0 v -98.3032 81.8607 35.4957 0.357094 -0.68612 -0.633816 0 0 v -99.1432 82.5883 34.8261 0.0987637 -0.28887 -0.95226 0 0 v -98.3446 83.357 35.0307 0.445425 0.288813 -0.847457 0 0 v -111.41 83.4909 44.8823 0.0882279 -0.381193 0.920276 0 0 v -111.241 81.7797 43.2713 0.176205 -0.865531 0.468838 0 0 v -108.981 82.0495 43.3367 0.0496018 -0.900801 0.43139 0 0 v -108.95 83.5105 44.7966 0.0418707 -0.400816 0.915201 0 0 v -110.359 81.6459 40.9026 0.33273 -0.929579 -0.158659 0 0 v -109.235 83.1871 39.0627 0.465932 -0.563035 -0.682568 0 0 v -107.727 83.2682 39.4495 0.0526502 -0.542715 -0.838265 0 0 v -108.492 81.9526 41.1979 0.0772381 -0.952224 -0.295471 0 0 v -108.631 85.4649 39.0162 0.581315 0.29228 -0.759372 0 0 v -108.882 87.2167 40.7864 0.574489 0.791781 -0.207476 0 0 v -107.252 86.6199 40.9278 0.189926 0.903401 -0.38444 0 0 v -107.231 85.1351 39.3415 0.0977729 0.418167 -0.903093 0 0 v -109.774 87.3164 43.1551 0.399916 0.772286 0.493601 0 0 v -110.816 85.7346 44.8358 0.181112 0.346958 0.920227 0 0 v -108.454 85.3774 44.6885 0.119701 0.452767 0.883557 0 0 v -107.741 86.7168 43.0666 0.202032 0.89662 0.394025 0 0 v -106.34 83.3962 44.4992 0.161167 -0.40646 0.899342 0 0 v -106.604 82.0549 43.1492 0.0395429 -0.909682 0.413418 0 0 v -104.344 81.9036 42.5069 0.0840071 -0.911227 0.403248 0 0 v -103.854 83.1797 43.7187 0.334754 -0.404747 0.850952 0 0 v -106.507 81.9693 41.0837 -0.0925111 -0.945136 -0.313304 0 0 v -106.097 83.1823 39.3355 -0.209081 -0.517371 -0.829827 0 0 v -104.591 82.9896 38.8433 -0.434169 -0.49491 -0.752703 0 0 v -104.639 81.8275 40.5567 -0.21755 -0.934406 -0.282058 0 0 v -105.682 84.9199 39.1688 -0.147089 0.439359 -0.886188 0 0 v -105.47 86.3133 40.6669 0.034203 0.912153 -0.40842 0 0 v -103.84 86.0385 40.0099 -0.0459385 0.909651 -0.412825 0 0 v -104.272 84.674 38.6246 -0.35434 0.43692 -0.826767 0 0 v -105.567 86.3988 42.7323 0.211443 0.911499 0.35279 0 0 v -105.925 85.1338 44.3324 0.247875 0.459983 0.852627 0 0 v -103.535 84.8641 43.5 0.438493 0.444399 0.781174 0 0 v -103.546 86.1145 41.96 0.315241 0.898124 0.306589 0 0 v -101.631 82.8997 42.3884 0.526036 -0.399918 0.750568 0 0 v -102.316 81.692 41.3672 0.168762 -0.912007 0.373849 0 0 v -100.579 81.4903 39.8319 0.239187 -0.912441 0.332025 0 0 v -99.7535 82.6026 40.6091 0.659254 -0.390893 0.642329 0 0 v -102.968 81.6249 39.6119 -0.290238 -0.929771 -0.226468 0 0 v -103.26 82.7318 38.0003 -0.605301 -0.489502 -0.627693 0 0 v -102.105 82.4593 36.9385 -0.660453 -0.526354 -0.535493 0 0 v -101.52 81.4329 38.3637 -0.299257 -0.936928 -0.180585 0 0 v -103.023 84.3337 37.7176 -0.520829 0.425153 -0.740258 0 0 v -102.376 85.6294 38.9052 -0.073738 0.904371 -0.420328 0 0 v -101.104 85.0824 37.4938 -0.102855 0.898526 -0.426698 0 0 v -101.939 83.9191 36.5905 -0.599291 0.409746 -0.68772 0 0 v -101.724 85.6966 40.6605 0.442172 0.87349 0.203715 0 0 v -101.395 84.5015 42.1057 0.629951 0.438463 0.641023 0 0 v -99.5873 84.0624 40.2611 0.731759 0.463373 0.499814 0 0 v -100.163 85.1398 38.962 0.473385 0.8755 0.096989 0 0 v -98.2484 82.3427 38.6497 0.761064 -0.37892 0.526499 0 0 v -99.1357 81.3419 38.1475 0.307329 -0.91346 0.26672 0 0 v -98.2103 81.4307 36.6436 0.428468 -0.902393 -0.0458502 0 0 v -97.4304 82.2337 36.9168 0.913537 -0.369097 0.170933 0 0 v -100.269 81.2969 37.0455 -0.252471 -0.949281 -0.187413 0 0 v -101.08 82.2304 35.8949 -0.605912 -0.588777 -0.534988 0 0 v -100.087 82.1586 35.1605 -0.312416 -0.593293 -0.741889 0 0 v -99.2812 81.4015 35.9654 -0.0416153 -0.920045 -0.389598 0 0 v -100.999 83.534 35.5201 -0.592301 0.361072 -0.720282 0 0 v -100.066 84.5561 36.1085 -0.123729 0.880244 -0.458106 0 0 v -99.2668 84.0089 35.1656 0.0620158 0.709844 -0.701623 0 0 v -100.088 83.196 34.8415 -0.305137 0.139473 -0.94204 0 0 v -98.9333 84.601 37.2104 0.463621 0.886026 0.00358935 0 0 v -98.1674 83.6464 38.2749 0.787737 0.493784 0.368303 0 0 v -97.4315 83.2711 36.5977 0.917375 0.395438 0.0452944 0 0 v -98.1959 84.0381 35.8437 0.544551 0.782695 -0.301418 0 0 v -117.223 84.6129 0.734968 0.460738 -0.164531 -0.872153 0 0 v -117.818 84.3126 0.663427 0.0829778 -0.451099 -0.888608 0 0 v -118.21 84.7276 0.584057 -0.185796 -0.0093701 -0.982544 0 0 v -117.637 85.0292 0.622619 0.178116 0.287729 -0.941003 0 0 v -117.64 84.7566 13.7929 0.738815 -0.671972 -0.0510418 0 0 v -119.366 83.9132 13.2717 0.211104 -0.962871 -0.168267 0 0 v -118.908 83.9997 11.6377 0.173168 -0.982127 0.0737454 0 0 v -117.34 84.7589 11.9705 0.684035 -0.708182 0.174855 0 0 v -121.218 84.176 12.665 -0.33026 -0.85664 -0.396354 0 0 v -122.194 85.341 12.3172 -0.674246 -0.258013 -0.691969 0 0 v -121.456 85.2364 11.036 -0.906817 -0.288559 -0.307273 0 0 v -120.555 84.1907 11.2639 -0.451029 -0.88594 -0.108088 0 0 v -121.839 86.7113 12.2962 -0.524727 0.508334 -0.682831 0 0 v -120.333 87.5858 12.6127 -0.0766092 0.884514 -0.46018 0 0 v -119.768 87.2326 11.1495 -0.183502 0.962303 -0.20075 0 0 v -121.141 86.4532 10.9902 -0.706541 0.625791 -0.330432 0 0 v -118.46 87.403 13.2194 0.482742 0.834309 -0.266248 0 0 v -117.263 86.2069 13.7719 0.953081 0.286349 -0.0981838 0 0 v -117.025 85.9757 11.9248 0.916762 0.375845 0.135234 0 0 v -118.122 87.0416 11.5233 0.443809 0.895723 -0.0267272 0 0 v -116.961 84.6109 9.79907 0.690339 -0.710408 0.13694 0 0 v -118.486 83.8817 9.56051 0.174767 -0.980984 0.0844235 0 0 v -118.21 83.746 7.24348 0.177407 -0.981445 0.0727547 0 0 v -116.745 84.4447 7.45362 0.695794 -0.711557 0.0977582 0 0 v -120.09 84.0652 9.29102 -0.464827 -0.884975 -0.0274734 0 0 v -120.972 85.0695 9.12537 -0.943994 -0.287891 -0.161224 0 0 v -120.603 84.8843 6.86455 -0.950563 -0.287332 -0.117774 0 0 v -119.753 83.9218 7.00784 -0.466094 -0.884702 -0.00766755 0 0 v -120.672 86.2377 9.06412 -0.738361 0.641557 -0.207913 0 0 v -119.34 86.9856 9.13791 -0.20076 0.968556 -0.146953 0 0 v -119.036 86.7195 6.8502 -0.203425 0.969354 -0.137733 0 0 v -120.316 86.0034 6.80149 -0.744269 0.645213 -0.172523 0 0 v -117.736 86.8022 9.4074 0.440633 0.896809 -0.0397033 0 0 v -116.661 85.7791 9.73783 0.922901 0.377442 0.0760985 0 0 v -116.459 85.5638 7.39057 0.92786 0.37216 0.0239447 0 0 v -117.493 86.5437 7.08582 0.442388 0.894525 -0.0641777 0 0 v -116.622 84.2932 5.21214 0.698676 -0.711636 0.0736611 0 0 v -118.009 83.6308 5.00968 0.180181 -0.98203 0.0561464 0 0 v -117.842 83.5908 3.11866 0.189044 -0.981968 0.00118701 0 0 v -116.578 84.1956 3.30896 0.704042 -0.709998 0.015086 0 0 v -119.471 83.7976 4.78638 -0.46427 -0.885429 -0.0216625 0 0 v -120.277 84.7102 4.6539 -0.94838 -0.288465 -0.131773 0 0 v -119.914 84.5768 2.79951 -0.929092 -0.291812 -0.22723 0 0 v -119.176 83.7433 2.91489 -0.453811 -0.885909 -0.0960238 0 0 v -120.005 85.7707 4.59411 -0.742608 0.643511 -0.185545 0 0 v -118.792 86.4488 4.6369 -0.201806 0.967593 -0.151783 0 0 v -118.557 86.1628 2.77834 -0.194089 0.957079 -0.215243 0 0 v -119.666 85.5446 2.74488 -0.728806 0.629724 -0.268867 0 0 v -117.33 86.282 4.8602 0.445407 0.891402 -0.0837521 0 0 v -116.35 85.3536 5.15235 0.929975 0.367599 -0.00410878 0 0 v -116.331 85.1633 3.25434 0.932177 0.355859 -0.0664153 0 0 v -117.223 86.0103 2.98212 0.453247 0.880642 -0.13797 0 0 v -116.662 84.1976 1.93477 0.706449 -0.691166 -0.152381 0 0 v -117.703 83.6966 1.76642 0.21353 -0.963628 -0.160703 0 0 v -117.629 83.9597 1.0148 0.232704 -0.810902 -0.536923 0 0 v -116.902 84.3137 1.13358 0.639494 -0.549959 -0.537208 0 0 v -118.807 83.8234 1.5978 -0.408868 -0.856713 -0.314435 0 0 v -119.421 84.5144 1.51324 -0.8249 -0.283495 -0.489051 0 0 v -118.815 84.5349 0.841091 -0.530266 -0.208794 -0.82172 0 0 v -118.375 84.0461 0.900764 -0.240998 -0.683017 -0.689498 0 0 v -119.217 85.3151 1.46792 -0.658017 0.561738 -0.501462 0 0 v -118.297 85.8251 1.48455 -0.16772 0.900849 -0.400426 0 0 v -118.023 85.4349 0.821904 -0.0686863 0.663261 -0.745229 0 0 v -118.678 85.0764 0.810337 -0.444743 0.349873 -0.824495 0 0 v -117.193 85.6984 1.65317 0.469296 0.832805 -0.293592 0 0 v -116.458 84.9983 1.88947 0.918652 0.314143 -0.239566 0 0 v -116.765 84.8551 1.10282 0.774587 0.154453 -0.613318 0 0 v -117.278 85.3486 0.935929 0.434799 0.620626 -0.652514 0 0 v -109.353 59.1272 80.2288 0.240428 -0.960425 0.140632 0 0 v -108.885 59.041 73.9762 0.24816 -0.966105 -0.0711194 0 0 v -106.491 59.7329 74.9172 0.417421 -0.908632 0.0121538 0 0 v -106.88 59.7729 79.3169 0.416802 -0.905359 0.0812518 0 0 v -104.375 61.3393 70.072 0.387206 -0.869606 -0.306362 0 0 v -97.7367 65.0104 70.2014 0.551511 -0.766327 -0.329513 0 0 v -98.4242 63.9612 72.1639 0.51057 -0.858531 -0.0473673 0 0 v -103.109 61.4082 72.056 0.453214 -0.890219 -0.0459088 0 0 v -94.0369 67.3208 74.159 0.748878 -0.661296 -0.043239 0 0 v -94.8996 67.3523 80.317 0.724919 -0.645069 0.241616 0 0 v -96.3012 65.7722 79.4988 0.561145 -0.817898 0.127119 0 0 v -95.7012 65.7068 75.1411 0.56709 -0.822418 0.04514 0 0 v -99.4487 65.0621 84.1549 0.540867 -0.730596 0.416765 0 0 v -105.692 61.4458 84.12 0.376058 -0.848313 0.372755 0 0 v -104.157 61.5185 82.294 0.464216 -0.871753 0.156684 0 0 v -99.6834 64.0968 82.36 0.51634 -0.839248 0.170457 0 0 v -103.644 69.4716 78.1788 0.674466 -0.70932 -0.204845 0 0 v -103.387 69.4177 75.3578 0.63446 -0.68847 0.351381 0 0 v -100.452 71.0479 75.4598 0.128049 -0.908138 0.398608 0 0 v -100.745 71.1112 78.2688 0.176034 -0.931128 -0.319394 0 0 v -106.094 60.2716 78.9498 0.773868 -0.627481 -0.085994 0 0 v -105.806 60.22 75.2133 0.766469 -0.596378 0.238451 0 0 v -105.65 61.118 75.3322 0.909889 -0.027569 0.413935 0 0 v -105.898 61.1684 78.7481 0.960328 -0.0639101 -0.271452 0 0 v -102.978 61.6185 72.8172 0.515082 -0.693134 0.504238 0 0 v -99.0231 63.768 72.9594 0.298758 -0.836541 0.459284 0 0 v -99.48 64.3393 73.295 -0.250223 -0.230741 0.940291 0 0 v -103.082 62.3863 73.1509 0.331102 -0.0957806 0.938721 0 0 v -96.6956 65.2592 75.5083 0.132445 -0.97219 0.193146 0 0 v -97.1595 65.3467 79.1893 0.126927 -0.983721 -0.127208 0 0 v -97.7673 65.7924 78.9903 -0.764878 -0.441926 -0.468683 0 0 v -97.354 65.7017 75.6307 -0.843121 -0.431371 0.32104 0 0 v -99.9879 63.9482 81.5855 0.343216 -0.855372 -0.387997 0 0 v -103.767 61.7629 81.4986 0.582 -0.732594 -0.352961 0 0 v -103.773 62.5308 81.0839 0.45915 -0.180668 -0.869793 0 0 v -100.335 64.5241 81.1716 -0.140332 -0.302861 -0.942646 0 0 v -105.948 63.4119 78.5757 0.959706 -0.0350684 -0.278808 0 0 v -105.71 63.3648 75.2835 0.908255 -0.00139432 0.418415 0 0 v -105.308 66.549 75.3792 0.872761 -0.310005 0.377073 0 0 v -105.525 66.5924 78.2137 0.91518 -0.334064 -0.225494 0 0 v -103.241 64.5843 73.1811 0.291258 -0.00720238 0.956618 0 0 v -99.7747 66.4608 73.3198 -0.351422 -0.0505175 0.934853 0 0 v -100.194 69.2251 73.6724 -0.176268 -0.403715 0.897744 0 0 v -103.169 67.6054 73.5569 0.44808 -0.323519 0.833402 0 0 v -97.7308 67.7711 75.5707 -0.951118 -0.129696 0.280274 0 0 v -98.1309 67.8599 78.8084 -0.868306 -0.159844 -0.469569 0 0 v -98.7572 70.434 78.4189 -0.673321 -0.557063 -0.486128 0 0 v -98.4237 70.3602 75.6234 -0.753443 -0.542839 0.371012 0 0 v -100.6 66.6404 80.9108 -0.234874 -0.140967 -0.96175 0 0 v -103.904 64.7221 80.8266 0.423273 -0.0980649 -0.900679 0 0 v -103.755 67.7274 80.1647 0.561207 -0.396409 -0.726572 0 0 v -100.896 69.3776 80.2412 -0.0623143 -0.478293 -0.875986 0 0 v -116.352 58.1674 67.7907 0.190191 -0.960865 -0.20141 0 0 v -124.876 57.0711 68.1195 0.0600496 -0.982894 -0.174111 0 0 v -125.414 57.9496 64.5126 0.0481338 -0.948424 -0.313328 0 0 v -118.869 58.5168 64.6481 0.155955 -0.933692 -0.322332 0 0 v -127.845 76.545 108.59 0.0175582 -0.431005 0.902179 0 0 v -124.85 77.2275 108.634 0.145565 -0.381186 0.912966 0 0 v -127.845 80.5571 110.055 0.0442272 -0.255945 0.965679 0 0 v -127.067 82.8325 110.477 0.0708168 -0.180528 0.981017 0 0 v -122.258 78.9629 108.811 0.179522 -0.325379 0.928386 0 0 v -119.778 80.705 108.858 0.215771 -0.272033 0.937785 0 0 v -126.257 84.1799 110.61 0.088366 -0.109439 0.990058 0 0 v -125.568 85.29 110.637 0.0933035 -0.0642196 0.993564 0 0 v -117.674 82.6692 108.827 0.257213 -0.202447 0.944911 0 0 v -116.295 84.8742 108.854 0.273494 -0.143934 0.951044 0 0 v -125.089 86.4942 110.651 0.092338 -0.0371193 0.995036 0 0 v -124.843 87.7638 110.656 0.0922636 -0.0095403 0.995689 0 0 v -115.584 87.1677 108.857 0.291359 -0.029885 0.956147 0 0 v -115.556 89.5205 108.835 0.294188 0.035278 0.955096 0 0 v -124.843 89.0591 110.656 0.0926337 0.0101978 0.995648 0 0 v -125.089 90.3288 110.651 0.0923835 0.0344901 0.995126 0 0 v -116.34 91.8927 108.877 0.278689 0.122132 0.952584 0 0 v -117.766 94.1388 108.883 0.250565 0.203712 0.946424 0 0 v -125.568 91.5329 110.637 0.0920705 0.0644504 0.993665 0 0 v -126.257 92.6431 110.61 0.0878508 0.109771 0.990067 0 0 v -119.796 96.115 108.87 0.211982 0.274469 0.937939 0 0 v -122.258 97.86 108.811 0.179088 0.325657 0.928372 0 0 v -127.067 93.9904 110.477 0.0707664 0.180568 0.981013 0 0 v -127.845 96.2658 110.055 0.0442268 0.255945 0.965679 0 0 v -124.85 99.5954 108.634 0.145564 0.381186 0.912967 0 0 v -127.845 100.278 108.59 0.0175584 0.431005 0.902179 0 0 v -126.257 65.9158 99.9755 0.0616742 -0.743822 0.665526 0 0 v -119.795 67.0072 99.9755 0.185891 -0.714041 0.674975 0 0 v -122.258 72.0761 105.155 0.170195 -0.588946 0.790048 0 0 v -127.067 71.2262 105.146 0.0454456 -0.626952 0.777731 0 0 v -125.065 58.3557 87.8801 0.0740177 -0.935639 0.34511 0 0 v -116.162 59.7119 87.8763 0.20378 -0.900744 0.383581 0 0 v -117.763 62.7737 94.1098 0.207215 -0.808382 0.550981 0 0 v -125.568 61.4587 94.1098 0.069749 -0.83994 0.538179 0 0 v -124.612 56.5055 73.8088 0.0693596 -0.996937 -0.0361396 0 0 v -115.221 57.7422 73.5345 0.180471 -0.982243 -0.0512738 0 0 v -115.572 57.9527 80.9069 0.174412 -0.974908 0.138329 0 0 v -124.725 56.7636 80.9152 0.0722346 -0.989963 0.121475 0 0 v -127.371 71.4659 49.4185 0.0549819 -0.55775 -0.828186 0 0 v -123.083 72.2727 49.4185 0.156373 -0.507316 -0.847454 0 0 v -119.438 67.365 53.5379 0.174741 -0.620796 -0.76425 0 0 v -126.002 66.0955 53.5189 0.0780823 -0.639122 -0.765131 0 0 v -127.845 103.213 46.1521 0.0948019 0.906582 0.411245 0 0 v -124.488 102.503 46.1521 0.28029 0.857095 0.432233 0 0 v -123.754 103.562 43.2306 0.284421 0.896191 0.34051 0 0 v -127.593 104.357 43.2306 0.0962099 0.941139 0.324039 0 0 v -127.392 105.29 39.7645 0.0986387 0.973796 0.20492 0 0 v -123.17 104.428 39.7645 0.291943 0.931997 0.214828 0 0 v -122.817 104.971 35.7223 0.296204 0.950761 0.0911913 0 0 v -127.27 105.877 35.7223 0.100065 0.991147 0.0872659 0 0 v -127.249 105.98 31.4043 0.100342 0.994273 -0.0367804 0 0 v -122.756 105.067 31.4043 0.297023 0.954098 -0.0383883 0 0 v -122.986 104.704 27.0865 0.294628 0.943992 -0.148574 0 0 v -127.328 105.589 27.0865 0.0995051 0.984788 -0.142446 0 0 v -127.485 104.814 23.0204 0.0977252 0.964559 -0.245104 0 0 v -123.442 103.986 23.0204 0.289556 0.922491 -0.255281 0 0 v -124.122 102.913 19.4729 0.273965 0.864122 -0.422181 0 0 v -127.72 103.656 19.4729 0.0925101 0.908685 -0.407103 0 0 v -128.053 102.01 16.7254 0.0784529 0.765846 -0.63822 0 0 v -125.089 101.386 16.7254 0.232632 0.71815 -0.655853 0 0 v -126.279 99.5416 14.8288 0.1915 0.54345 -0.817306 0 0 v -128.449 100.03 14.8356 0.0588499 0.597126 -0.799986 0 0 v -128.814 98.135 13.6374 0.0399688 0.455875 -0.889146 0 0 v -127.497 97.7463 13.6031 0.162807 0.396814 -0.903345 0 0 v -128.82 96.6841 13.0256 0.0624041 0.313518 -0.947529 0 0 v -141.345 73.8514 105.191 -0.254102 -0.524022 0.812916 0 0 v -145.35 76.3014 105.229 -0.330399 -0.446441 0.831581 0 0 v -150.726 72.3247 99.9945 -0.413599 -0.561015 0.717076 0 0 v -145.395 69.1816 99.9755 -0.303961 -0.653325 0.693379 0 0 v -148.643 79.3919 105.244 -0.396069 -0.348241 0.849622 0 0 v -150.605 82.9775 105.455 -0.40707 -0.223584 0.88561 0 0 v -158.011 82.2343 102.657 -0.115316 -0.226757 0.967101 0 0 v -159.943 79.1252 100.039 -0.140402 -0.7845 0.604026 0 0 v -154.99 76.2227 99.9145 -0.471659 -0.489362 0.733527 0 0 v -151.847 86.5068 105.403 -0.444289 -0.0411778 0.894937 0 0 v -152.216 89.663 105.223 -0.480513 0.0829804 0.873053 0 0 v -159.837 89.1202 99.9976 -0.629252 0.111567 0.769152 0 0 v -160.993 87.8665 99.459 -0.563645 0.465565 0.682315 0 0 v -158.359 85.3016 102.577 -0.288996 0.237999 0.927274 0 0 v -151.159 92.9677 105.255 -0.467127 0.205596 0.859955 0 0 v -148.863 96.9386 105.201 -0.423884 0.325814 0.845084 0 0 v -155.664 99.0734 99.9665 -0.548575 0.394646 0.737102 0 0 v -159.074 92.6635 100.011 -0.608006 0.224679 0.761477 0 0 v -145.434 100.422 105.202 -0.344848 0.436791 0.830839 0 0 v -141.345 102.972 105.191 -0.256388 0.52269 0.813056 0 0 v -145.395 107.641 99.9755 -0.308804 0.650557 0.693841 0 0 v -150.906 104.192 99.9737 -0.441407 0.5404 0.716329 0 0 v -136.841 104.747 105.155 -0.170195 0.588946 0.790048 0 0 v -132.032 105.597 105.146 -0.0454458 0.626953 0.777731 0 0 v -132.842 110.907 99.9755 -0.0616742 0.743822 0.665526 0 0 v -139.304 109.816 99.9755 -0.185891 0.71404 0.674975 0 0 v -148.669 65.3838 94.1098 -0.342844 -0.743138 0.574634 0 0 v -155.102 69.106 94.079 -0.47352 -0.645638 0.599108 0 0 v -158.378 66.7975 88.2497 -0.52065 -0.694426 0.496685 0 0 v -151.135 62.6167 88.2788 -0.358948 -0.809921 0.46388 0 0 v -160.066 73.7503 94.1157 -0.564709 -0.560586 0.60568 0 0 v -163.402 77.8146 96.3495 -0.343852 -0.85828 0.380948 0 0 v -167.089 79.9826 93.5074 -0.854285 -0.515394 0.0675729 0 0 v -168.353 78.4258 87.5633 -0.812653 -0.400529 0.423286 0 0 v -164.231 72.107 87.8368 -0.685849 -0.551019 0.475384 0 0 v -165.822 87.9689 94.8777 -0.667037 0.440375 0.600942 0 0 v -166.153 89.47 93.9872 -0.739489 0.113824 0.663475 0 0 v -170.479 91.0369 87.8796 -0.864255 0.123682 0.487614 0 0 v -170.434 85.1074 87.6521 -0.8883 -0.128554 0.440905 0 0 v -168.369 84.5378 92.9623 -0.982315 0.0358736 0.183767 0 0 v -165.18 93.8391 94.0175 -0.702801 0.264701 0.660307 0 0 v -160.951 101.344 94.1008 -0.619291 0.455093 0.639819 0 0 v -164.46 103.81 87.876 -0.686082 0.552571 0.47324 0 0 v -168.749 97.0229 87.8043 -0.791865 0.355926 0.496253 0 0 v -155.272 107.34 94.108 -0.501163 0.621916 0.601711 0 0 v -148.669 111.439 94.1098 -0.351507 0.744976 0.566969 0 0 v -151.059 114.084 87.8797 -0.389974 0.839425 0.378531 0 0 v -158.391 109.709 87.8792 -0.548838 0.721983 0.421327 0 0 v -141.336 114.049 94.1098 -0.209274 0.810183 0.547548 0 0 v -133.531 115.364 94.1098 -0.0699708 0.839915 0.538189 0 0 v -134.034 118.478 87.8765 -0.0777523 0.934938 0.346188 0 0 v -142.821 117.002 87.8783 -0.232682 0.904923 0.356333 0 0 v -167.255 71.4869 80.8885 -0.786602 -0.562257 0.255194 0 0 v -171.12 77.8345 80.8275 -0.869645 -0.416716 0.264697 0 0 v -172.207 77.8768 73.3573 -0.898606 -0.437443 -0.033914 0 0 v -168.313 71.5333 73.3934 -0.809727 -0.584105 -0.056248 0 0 v -173.388 84.8512 80.8159 -0.947375 -0.148748 0.283468 0 0 v -173.372 91.9407 80.8644 -0.947129 0.148792 0.284267 0 0 v -174.5 91.9835 73.3573 -0.987046 0.159034 -0.0211735 0 0 v -174.5 84.8395 73.3573 -0.987074 -0.158785 -0.0217151 0 0 v -171.161 98.7769 80.9038 -0.864437 0.422916 0.271829 0 0 v -166.799 105.251 80.9143 -0.733386 0.635874 0.240437 0 0 v -167.735 105.383 73.3573 -0.741737 0.668805 -0.0502474 0 0 v -172.207 98.9461 73.3573 -0.892444 0.450045 -0.0316783 0 0 v -160.491 110.959 80.915 -0.573819 0.79648 0.190659 0 0 v -152.675 115.444 80.9134 -0.408841 0.90012 0.15044 0 0 v -153.299 115.423 73.3538 -0.403654 0.910378 -0.0909657 0 0 v -161.309 110.966 73.3573 -0.569491 0.8188 -0.0724362 0 0 v -143.824 118.534 80.9064 -0.244663 0.961241 0.127105 0 0 v -134.374 120.111 80.8976 -0.0821009 0.989719 0.117117 0 0 v -134.505 120.134 73.3222 -0.081864 0.990823 -0.107557 0 0 v -144.211 118.532 73.3397 -0.242207 0.964777 -0.102671 0 0 v -152.779 62.7078 65.3318 -0.379268 -0.810111 -0.447075 0 0 v -160.311 66.9298 65.4912 -0.517793 -0.717777 -0.465495 0 0 v -156.593 69.3921 59.0738 -0.443556 -0.636798 -0.630672 0 0 v -150.04 65.71 58.9866 -0.341548 -0.715853 -0.609015 0 0 v -166.443 72.227 65.8921 -0.694338 -0.581993 -0.423295 0 0 v -170.599 78.4461 65.8621 -0.815441 -0.411637 -0.406954 0 0 v -165.911 79.5281 59.0738 -0.638106 -0.326047 -0.697505 0 0 v -162.087 74.1005 59.0738 -0.552589 -0.502697 -0.664787 0 0 v -172.807 85.0325 65.8621 -0.89625 -0.146725 -0.418578 0 0 v -172.807 91.7904 65.8621 -0.89625 0.146725 -0.418578 0 0 v -167.872 91.4236 59.0738 -0.685881 0.111976 -0.719047 0 0 v -167.872 85.3994 59.0738 -0.685881 -0.111976 -0.719047 0 0 v -170.599 98.3768 65.8621 -0.813599 0.417422 -0.404741 0 0 v -166.292 104.466 65.8621 -0.680067 0.624327 -0.38435 0 0 v -162.087 102.722 59.0738 -0.553621 0.506541 -0.660999 0 0 v -165.911 97.2949 59.0738 -0.638148 0.326425 -0.697291 0 0 v -160.105 109.747 65.8621 -0.525446 0.768928 -0.364219 0 0 v -152.393 113.964 65.8586 -0.374724 0.858778 -0.349402 0 0 v -149.75 111.184 59.072 -0.325694 0.744607 -0.582653 0 0 v -156.593 107.431 59.0738 -0.444106 0.64753 -0.619254 0 0 v -143.648 116.905 65.8446 -0.226071 0.912614 -0.340628 0 0 v -134.315 118.422 65.827 -0.0766708 0.938292 -0.337239 0 0 v -133.759 115.114 59.0562 -0.067445 0.836105 -0.544407 0 0 v -142.008 113.787 59.065 -0.198961 0.806534 -0.556702 0 0 v -145.561 69.4555 53.6077 -0.265006 -0.560814 -0.784384 0 0 v -150.947 72.5636 53.6251 -0.338182 -0.469875 -0.815384 0 0 v -143.765 76.2854 49.4185 -0.279754 -0.326166 -0.902969 0 0 v -140.099 73.9003 49.4185 -0.232424 -0.422488 -0.876061 0 0 v -155.326 76.4869 53.6251 -0.396976 -0.347796 -0.849381 0 0 v -158.375 81.0094 53.6251 -0.435271 -0.213265 -0.874675 0 0 v -148.788 82.7477 49.4185 -0.322924 -0.132409 -0.937117 0 0 v -146.727 79.2873 49.4185 -0.308533 -0.226181 -0.923932 0 0 v -159.938 85.9016 53.6251 -0.454244 -0.0710469 -0.88804 0 0 v -159.938 90.9213 53.6251 -0.454244 0.0710468 -0.88804 0 0 v -149.845 90.3319 49.4185 -0.328847 0.0430452 -0.943402 0 0 v -149.845 86.4911 49.4185 -0.328847 -0.0430444 -0.943402 0 0 v -158.375 95.8135 53.6251 -0.435271 0.213265 -0.874675 0 0 v -155.326 100.336 53.6251 -0.396976 0.347797 -0.849381 0 0 v -146.727 97.5356 49.4185 -0.308533 0.226181 -0.923931 0 0 v -148.788 94.0752 49.4185 -0.322924 0.132408 -0.937117 0 0 v -150.947 104.259 53.6251 -0.337623 0.471132 -0.814889 0 0 v -145.503 107.382 53.6248 -0.260867 0.571157 -0.778285 0 0 v -140.099 102.923 49.4185 -0.232425 0.422487 -0.876061 0 0 v -143.765 100.538 49.4185 -0.279754 0.326166 -0.902969 0 0 v -139.371 109.529 53.6234 -0.164725 0.644504 -0.746646 0 0 v -132.865 110.609 53.6216 -0.056356 0.682463 -0.728744 0 0 v -131.728 105.357 49.4185 -0.0549814 0.557751 -0.828185 0 0 v -136.016 104.55 49.4185 -0.156373 0.507316 -0.847454 0 0 v -185.558 76.7843 125.927 -0.129904 -0.150339 0.980063 0 0 v -186.856 77.5832 125.601 -0.397595 0.105586 0.911466 0 0 v -187.678 76.5097 125.038 -0.582285 -0.25755 0.771111 0 0 v -186.309 75.7175 125.385 -0.285584 -0.482816 0.827847 0 0 v -165.756 81.2333 104.489 0.536026 -0.185424 0.823586 0 0 v -172.588 79.5341 110.699 0.762186 -0.255433 0.594833 0 0 v -173.115 78.7221 110.381 0.477928 -0.854901 0.201815 0 0 v -166.545 79.9139 103.681 0.314507 -0.89068 0.328292 0 0 v -168.147 79.4799 102.146 -0.0900485 -0.995016 -0.0428387 0 0 v -174.019 78.5857 109.788 -0.0825374 -0.959322 -0.269979 0 0 v -174.858 79.1912 109.203 -0.554939 -0.626273 -0.547562 0 0 v -169.543 80.4405 100.974 -0.697892 -0.595636 -0.397698 0 0 v -169.483 82.6528 99.6981 -0.924713 0.225645 -0.306578 0 0 v -174.691 80.2623 108.636 -0.810041 0.309669 -0.497935 0 0 v -173.468 81.3478 108.268 -0.49845 0.859696 -0.111671 0 0 v -167.121 85.0317 98.645 -0.503536 0.844165 0.183948 0 0 v -164.769 85.1253 100.838 -0.191212 0.878424 0.437961 0 0 v -172.525 81.4916 108.919 0.0774464 0.930417 0.358226 0 0 v -172.382 80.6125 110.191 0.54928 0.541429 0.636511 0 0 v -165.123 83.1293 103.701 0.274087 0.521614 0.807957 0 0 v -176.446 78.1369 115.928 0.871003 -0.268945 0.411123 0 0 v -177.222 77.493 118.232 0.988292 -0.148349 -0.0356611 0 0 v -178.112 76.1214 117.553 0.642027 -0.684035 -0.346261 0 0 v -177.031 77.2313 115.493 0.547967 -0.835968 0.0298112 0 0 v -178.199 77.0735 114.96 -0.0484343 -0.900063 -0.43306 0 0 v -179.942 75.8861 116.787 0.072312 -0.706957 -0.703551 0 0 v -181.797 76.9049 116.316 -0.251828 -0.359539 -0.898507 0 0 v -179.367 77.742 114.593 -0.468394 -0.556836 -0.68596 0 0 v -179.585 78.8258 114.581 -0.686204 0.348954 -0.638243 0 0 v -182.271 78.5146 116.501 -0.368866 0.374071 -0.850887 0 0 v -181.126 79.9105 117.25 -0.16997 0.801345 -0.573546 0 0 v -178.718 79.7998 114.91 -0.411572 0.873511 -0.259975 0 0 v -177.543 79.9591 115.455 0.193903 0.951587 0.238503 0 0 v -179.297 80.1458 118.017 0.319741 0.929053 -0.186083 0 0 v -177.696 79.1028 118.417 0.782337 0.622103 0.0306058 0 0 v -176.657 79.2222 115.928 0.67658 0.550922 0.488593 0 0 v -177.081 77.1263 119.514 0.988488 -0.140214 -0.0568539 0 0 v -177.246 76.7877 120.831 0.948896 -0.217876 0.22831 0 0 v -178.749 74.481 119.7 0.589926 -0.79747 -0.126608 0 0 v -178.316 75.2282 118.581 0.641312 -0.678174 -0.358887 0 0 v -180.855 74.9072 117.518 0.0771443 -0.695951 -0.713933 0 0 v -181.839 74.0935 118.408 -0.00295963 -0.824709 -0.56555 0 0 v -184.97 75.8189 117.601 -0.360493 -0.450543 -0.816735 0 0 v -183.429 76.3239 116.858 -0.233723 -0.344342 -0.909287 0 0 v -184.092 78.5555 117.113 -0.331154 0.372987 -0.866728 0 0 v -185.779 78.5332 117.91 -0.482752 0.385532 -0.786331 0 0 v -183.862 80.8792 119.178 -0.240041 0.84566 -0.476697 0 0 v -182.512 80.4864 118.155 -0.134238 0.781213 -0.609661 0 0 v -179.973 80.8074 119.217 0.330945 0.912385 -0.240891 0 0 v -180.773 81.2667 120.47 0.275565 0.960574 -0.0368918 0 0 v -178.056 79.502 121.14 0.74394 0.62067 0.247633 0 0 v -177.744 79.358 119.769 0.780614 0.624885 -0.0126674 0 0 v -178.002 76.4549 122.392 0.825102 -0.276227 0.492854 0 0 v -179.456 76.1832 124.043 0.633867 -0.309991 0.708603 0 0 v -181.107 73.65 122.801 0.353156 -0.859098 0.370447 0 0 v -179.666 73.9026 121.141 0.49285 -0.861478 0.122289 0 0 v -183.086 73.475 119.711 -0.0922458 -0.923833 -0.371515 0 0 v -184.502 73.2256 121.382 -0.19048 -0.97458 -0.117945 0 0 v -187.943 75.1222 120.495 -0.637724 -0.650109 -0.413118 0 0 v -186.553 75.3862 118.817 -0.497578 -0.556294 -0.665547 0 0 v -187.451 78.3907 119.158 -0.656091 0.384559 -0.649353 0 0 v -188.834 78.104 120.833 -0.84726 0.351169 -0.398536 0 0 v -186.729 80.6801 122.227 -0.486537 0.872807 -0.0385988 0 0 v -185.331 80.9863 120.563 -0.357533 0.885512 -0.296712 0 0 v -181.91 81.4138 121.993 0.198527 0.961364 0.190701 0 0 v -183.335 81.1045 123.646 0.0940341 0.892375 0.441388 0 0 v -180.347 79.1649 124.381 0.503137 0.474644 0.722196 0 0 v -178.9 79.4594 122.733 0.65139 0.571318 0.499286 0 0 v -181.541 76.105 125.266 0.338717 -0.317304 0.88577 0 0 v -183.777 76.2555 125.829 0.0877672 -0.28935 0.953191 0 0 v -184.683 74.8782 125.148 -0.0575521 -0.604693 0.794376 0 0 v -182.902 74.015 124.24 0.135732 -0.754293 0.642354 0 0 v -185.7 73.6628 123.07 -0.306934 -0.911927 0.27236 0 0 v -186.402 74.658 124.428 -0.35726 -0.726535 0.586952 0 0 v -188.254 75.6837 123.954 -0.670041 -0.543481 0.505641 0 0 v -188.535 75.2244 122.341 -0.733723 -0.674855 0.0788779 0 0 v -189.267 77.6827 122.621 -0.967813 0.209585 0.139327 0 0 v -188.7 77.1959 124.128 -0.815066 0.010595 0.579271 0 0 v -187.565 78.5951 124.879 -0.581433 0.376233 0.721377 0 0 v -187.529 79.8084 123.769 -0.607834 0.687674 0.397043 0 0 v -184.731 80.1606 124.939 -0.0700879 0.665282 0.743295 0 0 v -185.846 78.8152 125.599 -0.213325 0.375442 0.901962 0 0 v -184.223 77.7677 126.003 0.0315725 0.1088 0.993562 0 0 v -182.273 78.5632 125.546 0.254229 0.294148 0.921328 0 0 v -137.816 101.068 46.1521 -0.444702 0.763268 0.468681 0 0 v -138.959 101.981 43.2306 -0.457304 0.80877 0.369817 0 0 v -142.162 99.7385 43.2312 -0.593976 0.695133 0.404947 0 0 v -140.7 98.987 46.1524 -0.573415 0.636809 0.515431 0 0 v -143.03 96.4278 46.1533 -0.670912 0.473422 0.570744 0 0 v -144.729 97.0765 43.2335 -0.707591 0.547846 0.446295 0 0 v -146.492 94.1376 43.2584 -0.799763 0.350921 0.487066 0 0 v -144.638 93.5028 46.173 -0.73756 0.290362 0.609668 0 0 v -145.417 90.2678 46.2472 -0.781056 0.0973085 0.616832 0 0 v -147.34 90.9645 43.3463 -0.845418 0.158294 0.510108 0 0 v -147.966 88.5262 43.2929 -0.746194 0.365156 0.556647 0 0 v -146.585 86.4175 45.2236 -0.509043 0.0944645 0.855542 0 0 v -145.202 86.8337 46.528 -0.791304 -0.0975023 0.603598 0 0 v -144.343 83.4199 46.5272 -0.75258 -0.291294 0.590568 0 0 v -145.79 83.3122 45.232 -0.416684 -0.335024 0.845064 0 0 v -146.065 81.1256 43.3137 -0.490767 -0.7156 0.497056 0 0 v -144.418 79.4562 43.3408 -0.677606 -0.576189 0.457008 0 0 v -142.93 80.382 46.2451 -0.675195 -0.473597 0.565524 0 0 v -140.68 77.8333 46.1707 -0.57362 -0.636849 0.515154 0 0 v -142.1 77.0264 43.2526 -0.587482 -0.697587 0.410168 0 0 v -138.959 74.8418 43.2306 -0.456055 -0.809336 0.37012 0 0 v -137.816 75.7548 46.1521 -0.444654 -0.763275 0.468716 0 0 v -134.611 74.3203 46.1521 -0.280289 -0.857095 0.432234 0 0 v -135.345 73.2608 43.2306 -0.284421 -0.896191 0.34051 0 0 v -131.506 72.4663 43.2306 -0.0962098 -0.941138 0.324041 0 0 v -131.254 73.6099 46.1521 -0.0948031 -0.906581 0.411245 0 0 v -139.868 102.727 39.7645 -0.474758 0.848829 0.232582 0 0 v -140.418 103.195 35.7223 -0.4851 0.868936 0.0981223 0 0 v -144.017 100.683 35.7226 -0.649455 0.753564 0.101731 0 0 v -143.321 100.331 39.7651 -0.62652 0.738351 0.249622 0 0 v -146.064 97.5023 39.7674 -0.762137 0.592214 0.261591 0 0 v -146.855 97.6639 35.7238 -0.798094 0.594579 0.0975815 0 0 v -148.794 94.2674 35.718 -0.920186 0.379349 0.096704 0 0 v -147.952 94.3871 39.768 -0.88192 0.386744 0.269529 0 0 v -148.912 91.0201 39.7585 -0.945493 0.172759 0.276038 0 0 v -149.788 90.5207 35.689 -0.985438 0.135833 0.102278 0 0 v -149.87 86.5439 35.3157 -0.992094 -0.104552 0.0694128 0 0 v -149.773 86.1362 37.9489 -0.984993 -0.0005307 -0.172591 0 0 v -149.333 88.4547 40.1786 -0.925629 0.340742 0.164639 0 0 v -148.925 82.8603 37.9573 -0.860404 -0.475605 -0.183042 0 0 v -148.865 82.6457 35.3148 -0.919256 -0.388751 0.061974 0 0 v -146.84 79.1594 35.6864 -0.79701 -0.596517 0.0945648 0 0 v -145.841 79.0437 39.7529 -0.741032 -0.625822 0.243346 0 0 v -147.38 80.8836 40.1994 -0.643919 -0.75665 0.113351 0 0 v -143.276 76.4361 39.7622 -0.623024 -0.743508 0.242978 0 0 v -144.014 76.1402 35.7151 -0.650205 -0.752959 0.101421 0 0 v -140.418 73.6276 35.7223 -0.485141 -0.868921 0.0980574 0 0 v -139.868 74.0961 39.7645 -0.473771 -0.84956 0.231924 0 0 v -135.929 72.3954 39.7645 -0.291943 -0.931997 0.214828 0 0 v -136.282 71.8519 35.7223 -0.296205 -0.950761 0.0911914 0 0 v -131.829 70.9462 35.7223 -0.100065 -0.991147 0.0872661 0 0 v -131.707 71.5326 39.7645 -0.0986389 -0.973796 0.204919 0 0 v -140.512 103.278 31.4043 -0.487562 0.872102 -0.0414948 0 0 v -140.155 102.965 27.0865 -0.482613 0.861115 -0.159893 0 0 v -143.681 100.479 27.0865 -0.650088 0.739753 -0.173641 0 0 v -144.135 100.732 31.4044 -0.657396 0.752073 -0.0470799 0 0 v -146.983 97.6264 31.4046 -0.809463 0.584469 -0.0562605 0 0 v -146.458 97.4265 27.0865 -0.798936 0.5711 -0.188537 0 0 v -148.349 93.9788 27.0865 -0.910174 0.362388 -0.200646 0 0 v -148.918 94.1279 31.4035 -0.926177 0.371829 -0.0627698 0 0 v -149.899 90.3694 31.3977 -0.989734 0.128458 -0.0626514 0 0 v -149.305 90.2936 27.0865 -0.970418 0.123952 -0.207182 0 0 v -149.305 86.5293 27.0865 -0.970275 -0.123164 -0.208318 0 0 v -149.915 86.5018 31.323 -0.990535 -0.118582 -0.069126 0 0 v -148.932 82.7131 31.3228 -0.924151 -0.375925 -0.0680064 0 0 v -148.349 82.8441 27.0865 -0.909823 -0.36269 -0.201688 0 0 v -146.458 79.3964 27.0865 -0.79891 -0.571141 -0.188522 0 0 v -146.98 79.1967 31.3972 -0.809466 -0.584542 -0.05545 0 0 v -144.135 76.0912 31.4029 -0.657577 -0.751929 -0.046856 0 0 v -143.681 76.3442 27.0865 -0.650095 -0.73975 -0.173628 0 0 v -140.155 73.8575 27.0865 -0.482613 -0.861115 -0.159893 0 0 v -140.512 73.5448 31.4043 -0.48758 -0.872092 -0.041485 0 0 v -136.343 71.7558 31.4043 -0.297024 -0.954098 -0.0383877 0 0 v -136.113 72.1186 27.0865 -0.294628 -0.943992 -0.148574 0 0 v -131.771 71.2339 27.0865 -0.0995039 -0.984788 -0.142445 0 0 v -131.85 70.8425 31.4043 -0.10034 -0.994273 -0.0367805 0 0 v -139.447 102.346 23.0204 -0.471732 0.838161 -0.273779 0 0 v -138.391 101.421 19.4729 -0.440732 0.777456 -0.448685 0 0 v -141.439 99.2505 19.4729 -0.581928 0.657379 -0.478761 0 0 v -142.781 99.986 23.0204 -0.631643 0.716702 -0.295575 0 0 v -145.425 97.0726 23.0204 -0.771989 0.550185 -0.318321 0 0 v -143.883 96.5444 19.4729 -0.701914 0.498133 -0.509098 0 0 v -145.568 93.4488 19.4725 -0.786789 0.311263 -0.532991 0 0 v -147.233 93.7666 23.0204 -0.875083 0.347648 -0.336705 0 0 v -148.151 90.2231 23.0204 -0.930351 0.118468 -0.347005 0 0 v -146.425 90.1128 19.4711 -0.831135 0.106735 -0.545731 0 0 v -146.473 86.6948 19.4971 -0.839822 -0.095153 -0.534458 0 0 v -148.151 86.5998 23.0204 -0.931113 -0.117697 -0.34522 0 0 v -147.233 83.0564 23.0204 -0.875415 -0.348595 -0.334859 0 0 v -145.614 83.3696 19.4971 -0.789923 -0.324658 -0.520209 0 0 v -143.881 80.2818 19.4711 -0.701116 -0.49935 -0.509006 0 0 v -145.425 79.7503 23.0204 -0.771929 -0.550266 -0.318328 0 0 v -142.781 76.8369 23.0204 -0.63165 -0.716679 -0.295617 0 0 v -141.439 77.5731 19.4725 -0.582043 -0.657033 -0.479097 0 0 v -138.391 75.402 19.4729 -0.440759 -0.777427 -0.448707 0 0 v -139.447 74.4771 23.0204 -0.471734 -0.838159 -0.273782 0 0 v -135.658 72.8374 23.0204 -0.289556 -0.92249 -0.255281 0 0 v -134.978 73.9103 19.4729 -0.273964 -0.864122 -0.42218 0 0 v -131.379 73.1666 19.4729 -0.0925102 -0.908685 -0.407103 0 0 v -131.614 72.0093 23.0204 -0.0977246 -0.964559 -0.245105 0 0 v -136.888 100.105 16.7254 -0.362919 0.630937 -0.685717 0 0 v -134.974 98.4644 14.8013 -0.276237 0.456611 -0.845695 0 0 v -137.1 96.8854 14.796 -0.334409 0.374597 -0.864782 0 0 v -139.529 98.2042 16.7254 -0.465001 0.521701 -0.715264 0 0 v -141.688 95.793 16.7254 -0.547729 0.386204 -0.742186 0 0 v -138.942 94.8531 14.8055 -0.389228 0.274682 -0.879233 0 0 v -140.242 92.4754 14.8058 -0.424974 0.171672 -0.888778 0 0 v -143.197 92.9941 16.7236 -0.602723 0.236985 -0.761947 0 0 v -143.961 89.9428 16.7163 -0.633373 0.087925 -0.768835 0 0 v -140.899 89.9724 14.7973 -0.444638 0.0982476 -0.890306 0 0 v -140.796 88.1842 14.3688 -0.490805 0.416765 -0.765126 0 0 v -142.367 86.6039 15.19 -0.765416 0.047704 -0.641765 0 0 v -144.199 86.8037 16.8465 -0.670822 -0.0530648 -0.739718 0 0 v -143.428 83.8059 16.8465 -0.629592 -0.281569 -0.724108 0 0 v -141.792 84.3734 15.1942 -0.677578 -0.415688 -0.606705 0 0 v -139.535 83.2874 14.3792 -0.329702 -0.633861 -0.699655 0 0 v -138.816 81.7812 14.7949 -0.380047 -0.32052 -0.867659 0 0 v -141.679 81.0462 16.7163 -0.547698 -0.396279 -0.736879 0 0 v -139.527 78.622 16.7236 -0.465423 -0.521698 -0.714991 0 0 v -137.075 79.8998 14.7939 -0.333223 -0.382096 -0.861955 0 0 v -134.974 78.3586 14.8013 -0.275688 -0.457582 -0.845349 0 0 v -136.888 76.7176 16.7254 -0.362954 -0.630949 -0.685688 0 0 v -134.01 75.4365 16.7254 -0.23263 -0.71815 -0.655854 0 0 v -132.821 77.2814 14.8288 -0.191498 -0.543452 -0.817305 0 0 v -130.65 76.7928 14.8356 -0.0588487 -0.597126 -0.799986 0 0 v -131.046 74.813 16.7254 -0.0784535 -0.765845 -0.638221 0 0 v -132.814 96.7146 13.4657 -0.211583 0.318213 -0.924107 0 0 v -130.622 95.5896 12.7592 -0.0896244 0.224226 -0.970407 0 0 v -130.443 94.1639 12.4866 -0.0853835 0.136417 -0.986965 0 0 v -132.188 93.7803 12.6423 -0.13531 0.14033 -0.980815 0 0 v -134.373 95.4386 13.4393 -0.237217 0.26722 -0.933982 0 0 v -135.988 93.8429 13.4869 -0.276271 0.193096 -0.941482 0 0 v -133.357 92.6654 12.6899 -0.171208 0.100351 -0.980111 0 0 v -134.226 91.0768 12.7019 -0.179329 0.0758213 -0.980863 0 0 v -137.091 91.8865 13.4969 -0.296674 0.121667 -0.947197 0 0 v -137.63 89.8241 13.4895 -0.29996 0.0782794 -0.950734 0 0 v -134.621 89.4085 12.696 -0.186482 0.0275736 -0.982071 0 0 v -134.277 87.5225 12.6125 -0.156354 0.00691364 -0.987677 0 0 v -136.172 87.1554 12.8067 0.0329549 0.157518 -0.986966 0 0 v -138.103 88.3102 13.3335 -0.189188 0.437254 -0.879214 0 0 v -135.706 85.3249 12.8109 0.0794085 -0.14289 -0.986548 0 0 v -133.837 85.757 12.6125 -0.134607 -0.0829189 -0.987424 0 0 v -133.299 84.1109 12.6823 -0.161165 -0.107266 -0.981081 0 0 v -135.823 82.7421 13.4777 -0.25302 -0.230688 -0.939555 0 0 v -136.951 83.8134 13.344 -0.0459029 -0.536287 -0.842786 0 0 v -134.341 81.3367 13.4374 -0.232409 -0.271298 -0.934015 0 0 v -132.175 83.0322 12.6406 -0.133531 -0.141017 -0.980961 0 0 v -130.443 82.6591 12.4866 -0.0852043 -0.136489 -0.986971 0 0 v -130.622 81.2333 12.7592 -0.0895373 -0.224307 -0.970397 0 0 v -132.814 80.1083 13.4657 -0.210822 -0.318951 -0.924026 0 0 v -131.602 79.0767 13.6031 -0.16281 -0.396814 -0.903345 0 0 v -130.279 80.1388 13.0255 -0.062405 -0.31351 -0.947532 0 0 v -130.285 78.6879 13.6374 -0.0399674 -0.455882 -0.889142 0 0 v -161.582 82.6263 35.6846 -0.850069 -0.135454 -0.508955 0 0 v -160.755 83.357 35.0307 -0.445423 0.288812 -0.847459 0 0 v -159.956 82.5883 34.8261 -0.0987638 -0.28887 -0.95226 0 0 v -160.796 81.8607 35.4957 -0.357093 -0.686122 -0.633814 0 0 v -147.69 83.4909 44.8823 -0.0882277 -0.381193 0.920276 0 0 v -150.15 83.5105 44.7966 -0.0418715 -0.400816 0.915201 0 0 v -150.118 82.0495 43.3367 -0.0496017 -0.900801 0.43139 0 0 v -147.858 81.7797 43.2713 -0.176206 -0.86553 0.468838 0 0 v -148.74 81.6459 40.9026 -0.33273 -0.92958 -0.158659 0 0 v -150.607 81.9526 41.1979 -0.077238 -0.952224 -0.295471 0 0 v -151.372 83.2682 39.4495 -0.0526503 -0.542715 -0.838265 0 0 v -149.864 83.1871 39.0627 -0.465932 -0.563034 -0.682569 0 0 v -150.468 85.4649 39.0162 -0.581314 0.292279 -0.759373 0 0 v -151.868 85.1351 39.3415 -0.0977723 0.418167 -0.903093 0 0 v -151.848 86.6199 40.9278 -0.189926 0.903401 -0.38444 0 0 v -150.217 87.2167 40.7864 -0.574488 0.791781 -0.207476 0 0 v -149.325 87.3164 43.1551 -0.399914 0.772287 0.4936 0 0 v -151.359 86.7168 43.0666 -0.202032 0.89662 0.394025 0 0 v -150.646 85.3774 44.6885 -0.119701 0.452768 0.883557 0 0 v -148.283 85.7346 44.8358 -0.181112 0.346959 0.920227 0 0 v -152.759 83.3962 44.4992 -0.161166 -0.406459 0.899342 0 0 v -155.245 83.1797 43.7187 -0.334754 -0.404748 0.850952 0 0 v -154.755 81.9036 42.5069 -0.0840078 -0.911227 0.403248 0 0 v -152.495 82.0549 43.1492 -0.0395425 -0.909682 0.413418 0 0 v -152.592 81.9693 41.0837 0.0925115 -0.945136 -0.313303 0 0 v -154.46 81.8275 40.5567 0.21755 -0.934406 -0.282058 0 0 v -154.508 82.9896 38.8433 0.434167 -0.494911 -0.752703 0 0 v -153.002 83.1823 39.3355 0.209081 -0.517371 -0.829827 0 0 v -153.417 84.9199 39.1688 0.147088 0.439358 -0.886188 0 0 v -154.827 84.674 38.6246 0.354339 0.43692 -0.826768 0 0 v -155.259 86.0385 40.0099 0.045938 0.909651 -0.412826 0 0 v -153.629 86.3133 40.6669 -0.0342026 0.912153 -0.408419 0 0 v -153.532 86.3988 42.7323 -0.211443 0.911499 0.35279 0 0 v -155.554 86.1145 41.96 -0.315242 0.898123 0.306589 0 0 v -155.564 84.8641 43.5 -0.438494 0.444399 0.781174 0 0 v -153.174 85.1338 44.3324 -0.247874 0.459984 0.852627 0 0 v -157.468 82.8997 42.3884 -0.526037 -0.399918 0.750567 0 0 v -159.346 82.6026 40.6091 -0.659254 -0.390891 0.64233 0 0 v -158.52 81.4903 39.8319 -0.239187 -0.912441 0.332024 0 0 v -156.783 81.692 41.3672 -0.168764 -0.912006 0.37385 0 0 v -156.132 81.6249 39.6119 0.290239 -0.92977 -0.22647 0 0 v -157.579 81.4329 38.3637 0.299256 -0.936929 -0.180584 0 0 v -156.994 82.4593 36.9385 0.660452 -0.526355 -0.535494 0 0 v -155.839 82.7318 38.0003 0.605299 -0.489504 -0.627693 0 0 v -156.076 84.3337 37.7176 0.520829 0.425153 -0.740258 0 0 v -157.16 83.9191 36.5905 0.599292 0.409745 -0.68772 0 0 v -157.995 85.0824 37.4938 0.102855 0.898526 -0.426698 0 0 v -156.723 85.6294 38.9052 0.0737386 0.904371 -0.420327 0 0 v -157.375 85.6966 40.6605 -0.442172 0.87349 0.203715 0 0 v -158.936 85.1398 38.962 -0.473384 0.8755 0.09699 0 0 v -159.512 84.0624 40.2611 -0.731758 0.463371 0.499817 0 0 v -157.705 84.5015 42.1057 -0.629953 0.438464 0.641022 0 0 v -160.851 82.3427 38.6498 -0.761062 -0.378922 0.5265 0 0 v -161.669 82.2337 36.9168 -0.913538 -0.369094 0.170934 0 0 v -160.889 81.4307 36.6436 -0.428469 -0.902392 -0.04585 0 0 v -159.963 81.3419 38.1475 -0.307329 -0.91346 0.266721 0 0 v -158.831 81.2969 37.0455 0.252472 -0.949281 -0.187413 0 0 v -159.818 81.4015 35.9654 0.0416145 -0.920045 -0.389597 0 0 v -159.012 82.1586 35.1605 0.312416 -0.593291 -0.741891 0 0 v -158.019 82.2304 35.8949 0.605914 -0.588777 -0.534985 0 0 v -158.1 83.534 35.5201 0.592302 0.361072 -0.720281 0 0 v -159.011 83.196 34.8415 0.305134 0.139474 -0.942041 0 0 v -159.832 84.0089 35.1656 -0.0620138 0.709845 -0.701623 0 0 v -159.033 84.5561 36.1085 0.123728 0.880243 -0.458108 0 0 v -160.166 84.601 37.2104 -0.463622 0.886026 0.00358905 0 0 v -160.903 84.0381 35.8437 -0.544551 0.782696 -0.301416 0 0 v -161.668 83.2711 36.5977 -0.917378 0.395432 0.045293 0 0 v -160.932 83.6464 38.275 -0.787737 0.493784 0.368304 0 0 v -141.876 84.6129 0.734975 -0.460738 -0.164532 -0.872153 0 0 v -141.462 85.0292 0.622619 -0.178114 0.287743 -0.940999 0 0 v -140.889 84.7276 0.584057 0.185805 -0.00937106 -0.982542 0 0 v -141.281 84.3126 0.66342 -0.0829813 -0.451103 -0.888606 0 0 v -141.459 84.7566 13.7929 -0.738818 -0.671969 -0.0510423 0 0 v -141.759 84.7589 11.9705 -0.684033 -0.708183 0.174856 0 0 v -140.191 83.9997 11.6377 -0.173169 -0.982127 0.0737458 0 0 v -139.733 83.9132 13.2717 -0.211104 -0.962871 -0.168268 0 0 v -137.882 84.176 12.665 0.330257 -0.856639 -0.396358 0 0 v -138.544 84.1907 11.2639 0.451028 -0.885941 -0.108087 0 0 v -137.643 85.2364 11.036 0.906816 -0.288559 -0.307276 0 0 v -136.905 85.341 12.3172 0.674247 -0.258012 -0.691969 0 0 v -137.26 86.7113 12.2962 0.524727 0.508333 -0.682831 0 0 v -137.958 86.4532 10.9902 0.706541 0.625792 -0.330431 0 0 v -139.331 87.2326 11.1495 0.183502 0.962303 -0.200751 0 0 v -138.766 87.5858 12.6127 0.0766099 0.884513 -0.460183 0 0 v -140.639 87.403 13.2194 -0.48274 0.83431 -0.266248 0 0 v -140.977 87.0416 11.5233 -0.443807 0.895724 -0.026729 0 0 v -142.074 85.9757 11.9248 -0.916762 0.375845 0.135234 0 0 v -141.836 86.2069 13.772 -0.953083 0.286344 -0.0981844 0 0 v -142.138 84.6109 9.79907 -0.690336 -0.710411 0.13694 0 0 v -142.354 84.4447 7.45362 -0.695791 -0.711561 0.0977559 0 0 v -140.889 83.746 7.24348 -0.177407 -0.981445 0.0727553 0 0 v -140.613 83.8817 9.56051 -0.174769 -0.980984 0.0844229 0 0 v -139.009 84.0652 9.29102 0.46483 -0.884974 -0.0274742 0 0 v -139.346 83.9218 7.00784 0.466095 -0.884702 -0.00766688 0 0 v -138.496 84.8843 6.86456 0.950564 -0.287329 -0.117774 0 0 v -138.127 85.0695 9.12536 0.943994 -0.287893 -0.161222 0 0 v -138.427 86.2377 9.06412 0.738361 0.641556 -0.207914 0 0 v -138.783 86.0034 6.8015 0.744271 0.645211 -0.172523 0 0 v -140.063 86.7195 6.8502 0.203426 0.969354 -0.137733 0 0 v -139.759 86.9856 9.13791 0.200761 0.968555 -0.146953 0 0 v -141.364 86.8022 9.4074 -0.440634 0.896809 -0.0397021 0 0 v -141.606 86.5437 7.08583 -0.44239 0.894524 -0.0641784 0 0 v -142.641 85.5638 7.39056 -0.927857 0.372167 0.0239433 0 0 v -142.438 85.7791 9.73783 -0.9229 0.377446 0.0760987 0 0 v -142.477 84.2932 5.21213 -0.698676 -0.711636 0.0736613 0 0 v -142.521 84.1956 3.30896 -0.704042 -0.709998 0.0150849 0 0 v -141.257 83.5908 3.11866 -0.189044 -0.981968 0.00118716 0 0 v -141.09 83.6308 5.00969 -0.18018 -0.98203 0.0561459 0 0 v -139.628 83.7976 4.78638 0.464271 -0.885428 -0.0216632 0 0 v -139.923 83.7433 2.91489 0.453808 -0.885911 -0.0960245 0 0 v -139.185 84.5768 2.7995 0.929092 -0.29181 -0.227232 0 0 v -138.822 84.7102 4.6539 0.948379 -0.288468 -0.131772 0 0 v -139.094 85.7707 4.59411 0.742608 0.643511 -0.185546 0 0 v -139.433 85.5446 2.74488 0.728808 0.629722 -0.268866 0 0 v -140.542 86.1628 2.77835 0.194088 0.957079 -0.215242 0 0 v -140.307 86.4488 4.63691 0.201805 0.967593 -0.151783 0 0 v -141.769 86.282 4.8602 -0.445408 0.891402 -0.0837527 0 0 v -141.876 86.0103 2.98212 -0.453247 0.880643 -0.137968 0 0 v -142.768 85.1633 3.25434 -0.932176 0.35586 -0.0664165 0 0 v -142.749 85.3536 5.15235 -0.929973 0.367604 -0.00410955 0 0 v -142.438 84.1976 1.93477 -0.706452 -0.691164 -0.152377 0 0 v -142.197 84.3137 1.13358 -0.63949 -0.549962 -0.537209 0 0 v -141.47 83.9597 1.0148 -0.232707 -0.810905 -0.536917 0 0 v -141.396 83.6966 1.76642 -0.21353 -0.963628 -0.160702 0 0 v -140.292 83.8234 1.59781 0.408867 -0.856714 -0.314434 0 0 v -140.724 84.0461 0.900758 0.241001 -0.683016 -0.689499 0 0 v -140.284 84.5349 0.841098 0.530258 -0.208806 -0.821721 0 0 v -139.679 84.5144 1.51323 0.824902 -0.283498 -0.489046 0 0 v -139.883 85.3151 1.46793 0.658018 0.561741 -0.501457 0 0 v -140.421 85.0764 0.81033 0.444738 0.349868 -0.8245 0 0 v -141.076 85.4349 0.821904 0.0686752 0.663261 -0.745231 0 0 v -140.802 85.8251 1.48455 0.167717 0.90085 -0.400425 0 0 v -141.906 85.6984 1.65316 -0.46929 0.832808 -0.293594 0 0 v -141.822 85.3486 0.935942 -0.43479 0.620636 -0.652509 0 0 v -142.334 84.8551 1.10282 -0.774584 0.154452 -0.613322 0 0 v -142.641 84.9983 1.88946 -0.918656 0.314138 -0.23956 0 0 v -149.746 59.1272 80.2288 -0.240428 -0.960426 0.140632 0 0 v -152.22 59.7729 79.3169 -0.416802 -0.905359 0.0812518 0 0 v -152.608 59.7329 74.9172 -0.417423 -0.908631 0.012155 0 0 v -150.214 59.041 73.9762 -0.248159 -0.966105 -0.0711197 0 0 v -154.724 61.3393 70.072 -0.387206 -0.869605 -0.306362 0 0 v -155.991 61.4082 72.056 -0.453214 -0.890219 -0.0459076 0 0 v -160.675 63.9612 72.1639 -0.51057 -0.85853 -0.0473686 0 0 v -161.362 65.0104 70.2014 -0.551511 -0.766327 -0.329513 0 0 v -165.062 67.3208 74.159 -0.748535 -0.661658 -0.0436423 0 0 v -163.398 65.7068 75.1411 -0.567006 -0.822477 0.0451176 0 0 v -162.798 65.7721 79.4988 -0.560373 -0.818546 0.12635 0 0 v -164.199 67.3372 80.3058 -0.723036 -0.648568 0.237861 0 0 v -159.65 65.047 84.1437 -0.539594 -0.733745 0.412864 0 0 v -159.416 64.0968 82.36 -0.51599 -0.839701 0.169281 0 0 v -154.943 61.5185 82.294 -0.464219 -0.871772 0.156573 0 0 v -153.407 61.4458 84.12 -0.375913 -0.848588 0.372274 0 0 v -155.455 69.4716 78.1788 -0.674466 -0.709319 -0.204847 0 0 v -158.354 71.1112 78.2688 -0.176033 -0.931128 -0.319395 0 0 v -158.647 71.0479 75.4598 -0.128049 -0.908138 0.398608 0 0 v -155.712 69.4177 75.3578 -0.63446 -0.688471 0.351381 0 0 v -153.005 60.2716 78.9498 -0.773863 -0.627488 -0.0859926 0 0 v -153.201 61.1684 78.7481 -0.960328 -0.0639068 -0.271453 0 0 v -153.45 61.118 75.3322 -0.909889 -0.0275747 0.413934 0 0 v -153.293 60.22 75.2133 -0.766469 -0.596378 0.238452 0 0 v -156.121 61.6185 72.8172 -0.515083 -0.693136 0.504235 0 0 v -156.017 62.3863 73.1509 -0.331102 -0.0957796 0.938721 0 0 v -159.619 64.3393 73.295 0.250224 -0.23074 0.940291 0 0 v -160.076 63.768 72.9594 -0.298759 -0.836542 0.459282 0 0 v -162.404 65.2592 75.5083 -0.132447 -0.97219 0.193144 0 0 v -161.745 65.7017 75.6307 0.843119 -0.431374 0.321042 0 0 v -161.332 65.7924 78.9903 0.764879 -0.441924 -0.468683 0 0 v -161.94 65.3467 79.1893 -0.126929 -0.983721 -0.127206 0 0 v -159.111 63.9482 81.5855 -0.343217 -0.855373 -0.387994 0 0 v -158.764 64.5241 81.1716 0.140332 -0.30286 -0.942647 0 0 v -155.327 62.5308 81.0839 -0.45915 -0.180668 -0.869793 0 0 v -155.333 61.7629 81.4986 -0.582 -0.732595 -0.35296 0 0 v -153.151 63.4119 78.5757 -0.959707 -0.035069 -0.278807 0 0 v -153.574 66.5924 78.2137 -0.91518 -0.334063 -0.225492 0 0 v -153.791 66.549 75.3792 -0.872761 -0.310007 0.377072 0 0 v -153.389 63.3648 75.2835 -0.908256 -0.00138963 0.418414 0 0 v -155.859 64.5843 73.1811 -0.291257 -0.00720248 0.956618 0 0 v -155.93 67.6054 73.5569 -0.44808 -0.323519 0.833403 0 0 v -158.905 69.2251 73.6724 0.176269 -0.403715 0.897743 0 0 v -159.324 66.4608 73.3198 0.351422 -0.0505176 0.934853 0 0 v -161.368 67.7711 75.5707 0.951118 -0.129694 0.280276 0 0 v -160.675 70.3602 75.6234 0.753443 -0.542838 0.371014 0 0 v -160.342 70.434 78.4189 0.67332 -0.557063 -0.486128 0 0 v -160.968 67.8599 78.8084 0.868305 -0.159844 -0.46957 0 0 v -158.499 66.6404 80.9108 0.234874 -0.140967 -0.96175 0 0 v -158.203 69.3776 80.2412 0.0623133 -0.478294 -0.875986 0 0 v -155.344 67.7274 80.1647 -0.561206 -0.39641 -0.726572 0 0 v -155.195 64.7221 80.8266 -0.423273 -0.0980652 -0.900679 0 0 v -132.829 61.2722 57.9027 -0.179742 -0.611578 -0.770497 0 0 v -132.464 60.6338 58.5135 -0.0534874 -0.880927 -0.470221 0 0 v -137.479 60.0911 60.5683 -0.208588 -0.783391 -0.585482 0 0 v -131.254 76.545 108.59 -0.0175582 -0.431005 0.902179 0 0 v -131.254 80.5571 110.055 -0.0442274 -0.255945 0.965679 0 0 v -134.249 77.2275 108.634 -0.145565 -0.381186 0.912966 0 0 v -132.032 82.8325 110.477 -0.0707343 -0.180593 0.981011 0 0 v -132.842 84.1799 110.61 -0.0875345 -0.109981 0.990072 0 0 v -139.295 80.7028 108.875 -0.208818 -0.27651 0.93805 0 0 v -136.841 78.9629 108.811 -0.178707 -0.325899 0.928361 0 0 v -133.531 85.29 110.637 -0.0911055 -0.0650661 0.993713 0 0 v -134.011 86.4942 110.651 -0.0903294 -0.0357121 0.995271 0 0 v -142.644 84.8721 108.957 -0.264136 -0.134513 0.955059 0 0 v -141.291 82.6583 108.91 -0.243028 -0.209565 0.947111 0 0 v -134.257 87.7638 110.656 -0.0898601 -0.0104376 0.9959 0 0 v -134.257 89.0591 110.656 -0.0905155 0.0122753 0.995819 0 0 v -143.418 89.5499 108.932 -0.28236 0.0497638 0.958017 0 0 v -143.354 87.2098 108.97 -0.279018 -0.0365882 0.959588 0 0 v -134.011 90.3288 110.651 -0.091658 0.0355365 0.995156 0 0 v -133.531 91.5329 110.637 -0.0920626 0.0645289 0.99366 0 0 v -141.375 94.0648 108.883 -0.251572 0.203879 0.946121 0 0 v -142.775 91.8275 108.897 -0.273375 0.130279 0.953044 0 0 v -132.842 92.6431 110.61 -0.0879201 0.109714 0.990067 0 0 v -132.032 93.9904 110.477 -0.0707779 0.180558 0.981014 0 0 v -136.841 97.86 108.811 -0.179336 0.3255 0.928379 0 0 v -139.312 96.1002 108.87 -0.213591 0.273443 0.937874 0 0 v -131.254 96.2658 110.055 -0.0442269 0.255945 0.965679 0 0 v -131.254 100.278 108.59 -0.0175584 0.431005 0.902179 0 0 v -134.249 99.5954 108.634 -0.145564 0.381186 0.912967 0 0 v -132.842 65.9158 99.9755 -0.0616742 -0.743822 0.665526 0 0 v -132.032 71.2262 105.146 -0.0454455 -0.626952 0.777731 0 0 v -136.841 72.0761 105.155 -0.170195 -0.588946 0.790048 0 0 v -139.304 67.0072 99.9755 -0.185891 -0.71404 0.674975 0 0 v -134.034 58.3557 87.8801 -0.0740177 -0.935639 0.34511 0 0 v -133.531 61.4587 94.1098 -0.069749 -0.83994 0.538179 0 0 v -141.336 62.7737 94.1098 -0.207215 -0.808382 0.550981 0 0 v -142.938 59.7119 87.8763 -0.20378 -0.900744 0.383581 0 0 v -134.487 56.5055 73.8088 -0.0693595 -0.996937 -0.0361397 0 0 v -134.374 56.7636 80.9152 -0.0722343 -0.989963 0.121474 0 0 v -143.527 57.9527 80.9069 -0.174413 -0.974908 0.138329 0 0 v -143.879 57.7422 73.5345 -0.180471 -0.982243 -0.051274 0 0 v -131.728 71.4659 49.4185 -0.0549819 -0.55775 -0.828186 0 0 v -133.097 66.0955 53.5189 -0.0780823 -0.639122 -0.765131 0 0 v -139.661 67.365 53.5379 -0.174741 -0.620796 -0.76425 0 0 v -136.016 72.2727 49.4185 -0.156373 -0.507316 -0.847454 0 0 v -131.254 103.213 46.1521 -0.0948021 0.906582 0.411244 0 0 v -131.506 104.357 43.2306 -0.0962096 0.941139 0.32404 0 0 v -135.345 103.562 43.2306 -0.284421 0.896191 0.34051 0 0 v -134.611 102.503 46.1521 -0.28029 0.857096 0.432232 0 0 v -131.707 105.29 39.7645 -0.0986389 0.973796 0.20492 0 0 v -131.829 105.877 35.7223 -0.100065 0.991147 0.0872661 0 0 v -136.282 104.971 35.7223 -0.296205 0.950761 0.0911914 0 0 v -135.929 104.428 39.7645 -0.291943 0.931997 0.214828 0 0 v -131.85 105.98 31.4043 -0.100342 0.994273 -0.0367805 0 0 v -131.771 105.589 27.0865 -0.0995047 0.984788 -0.142445 0 0 v -136.113 104.704 27.0865 -0.294628 0.943992 -0.148574 0 0 v -136.343 105.067 31.4043 -0.297023 0.954098 -0.038388 0 0 v -131.614 104.814 23.0204 -0.0977248 0.964559 -0.245105 0 0 v -131.379 103.656 19.4729 -0.0925099 0.908685 -0.407103 0 0 v -134.978 102.913 19.4729 -0.273965 0.864122 -0.42218 0 0 v -135.658 103.986 23.0204 -0.289556 0.922491 -0.255281 0 0 v -131.046 102.01 16.7254 -0.0784524 0.765846 -0.63822 0 0 v -130.65 100.03 14.8356 -0.0588496 0.597126 -0.799986 0 0 v -132.821 99.5416 14.8288 -0.1915 0.54345 -0.817307 0 0 v -134.01 101.386 16.7254 -0.232632 0.71815 -0.655853 0 0 v -130.285 98.135 13.6374 -0.0399675 0.455877 -0.889145 0 0 v -130.279 96.6841 13.0256 -0.0624047 0.313515 -0.94753 0 0 v -131.602 97.7463 13.6031 -0.162809 0.396813 -0.903345 0 0 v -126.929 70.7671 60.1076 -0.222375 -0.790291 0.570955 0 0 v -123.451 69.5965 61.6084 -0.437495 -0.797647 -0.415159 0 0 v -126.929 70.1174 61.0836 0.0887207 -0.540792 -0.836465 0 0 v -126.117 60.4071 59.3247 -0.166395 -0.917317 0.361721 0 0 v -120.51 59.595 61.8865 -0.303853 -0.948418 0.0904233 0 0 v -120.96 60.4306 61.9944 -0.650166 -0.193008 0.734869 0 0 v -126.114 61.2496 59.6202 -0.259115 -0.116716 0.958768 0 0 v -120.266 58.8699 63.3268 0.0662063 -0.733477 -0.676482 0 0 v -125.873 58.6299 62.7597 0.065801 -0.797927 -0.599152 0 0 v -126.114 59.6334 62.3186 0.109607 -0.0676053 -0.991673 0 0 v -120.96 59.7841 63.0738 -0.0105506 -0.0451355 -0.998925 0 0 v -133.226 58.6299 62.7597 -0.065801 -0.797927 -0.599151 0 0 v -138.833 58.8699 63.3268 -0.0662059 -0.733479 -0.67648 0 0 v -138.139 59.7841 63.0738 0.0105512 -0.0451357 -0.998925 0 0 v -132.985 59.6334 62.3186 -0.109607 -0.0676054 -0.991673 0 0 v -138.589 59.595 61.8865 0.303854 -0.948418 0.0904256 0 0 v -132.982 60.4071 59.3247 0.166395 -0.917317 0.361721 0 0 v -132.985 61.2496 59.6202 0.259115 -0.116715 0.958769 0 0 v -138.139 60.4306 61.9944 0.650167 -0.193009 0.734867 0 0 v -126.215 64.1975 59.7108 -0.25712 -0.0268166 0.966007 0 0 v -121.212 63.3517 62.0527 -0.641753 -0.0491347 0.765336 0 0 v -121.934 67.3099 61.8468 -0.703108 -0.205689 0.680685 0 0 v -126.378 68.3296 59.8246 -0.254701 -0.0709391 0.964414 0 0 v -121.212 62.6785 63.1014 -0.00388905 -0.0152836 -0.999876 0 0 v -126.215 62.5145 62.3327 0.114732 -0.00607425 -0.993378 0 0 v -126.378 66.8256 62.102 0.116354 -0.128913 -0.984806 0 0 v -121.934 66.7083 62.7577 -0.0493004 -0.223805 -0.973386 0 0 v -132.885 62.5145 62.3327 -0.114732 -0.00607382 -0.993378 0 0 v -137.887 62.6785 63.1014 0.00388936 -0.0152834 -0.999876 0 0 v -137.165 66.7083 62.7577 0.049302 -0.223806 -0.973386 0 0 v -132.721 66.8256 62.102 -0.116354 -0.128913 -0.984806 0 0 v -137.887 63.3517 62.0527 0.641754 -0.0491353 0.765335 0 0 v -132.885 64.1975 59.7108 0.257119 -0.0268171 0.966008 0 0 v -132.721 68.3296 59.8246 0.2547 -0.0709392 0.964415 0 0 v -137.165 67.3099 61.8468 0.70311 -0.205691 0.680682 0 0 v -131.134 85.5062 12.3331 -0.0728687 -0.0484226 -0.996165 0 0 v -131.953 87.3291 12.32 -0.0787474 -0.0184395 -0.996724 0 0 v -132.068 89.5132 12.3469 -0.0919 0.0249161 -0.995456 0 0 v -131.147 91.3062 12.3348 -0.0764981 0.0462486 -0.995997 0 0 v -129.55 91.9363 12.2774 1.43296e-006 0.0407007 -0.999171 0 0 v -127.953 91.3062 12.3348 0.0764973 0.0462491 -0.995997 0 0 v -127.031 89.5132 12.3469 0.0919003 0.0249154 -0.995456 0 0 v -127.146 87.3291 12.32 0.0787461 -0.0184393 -0.996724 0 0 v -127.966 85.5062 12.3331 0.0728687 -0.0484207 -0.996165 0 0 v -129.55 84.8866 12.2774 3.90633e-007 -0.0407699 -0.999169 0 0 v -117.747 59.8852 62.4773 0.267669 -0.793564 -0.546451 0 0 v -122.138 62.1387 58.1208 0.172817 -0.730062 -0.661168 0 0 v -115.641 63.3929 58.6378 0.243409 -0.749853 -0.615201 0 0 v -113.097 60.3568 64.4094 0.310642 -0.834644 -0.45483 0 0 v -121.62 60.0911 60.5683 0.208588 -0.783392 -0.585481 0 0 v -126.635 60.6338 58.5135 0.0534879 -0.880926 -0.470221 0 0 v -126.27 61.2722 57.9027 0.179742 -0.611577 -0.770498 0 0 v -140.23 58.5168 64.6481 -0.155954 -0.933692 -0.322332 0 0 v -133.685 57.9496 64.5126 -0.048134 -0.948424 -0.313328 0 0 v -134.223 57.0711 68.1195 -0.0600496 -0.982894 -0.174111 0 0 v -142.747 58.1674 67.7907 -0.190191 -0.960865 -0.201409 0 0 v -141.352 59.8852 62.4773 -0.267669 -0.793564 -0.546452 0 0 v -146.002 60.3568 64.4094 -0.310642 -0.834644 -0.45483 0 0 v -143.458 63.3929 58.6378 -0.243409 -0.749853 -0.615202 0 0 v -136.961 62.1387 58.1208 -0.172817 -0.730062 -0.661169 0 0 v -132.17 70.1174 61.0836 -0.0887206 -0.540792 -0.836465 0 0 v -135.648 69.5965 61.6084 0.437495 -0.797647 -0.41516 0 0 v -132.17 70.7671 60.1076 0.222375 -0.79029 0.570956 0 0 v -119.97 72.8768 105.177 0.213179 -0.557212 0.80254 0 0 v -115.652 71.4344 102.723 0.281285 -0.595885 0.752197 0 0 v -115.63 74.9973 105.184 0.296685 -0.484152 0.823149 0 0 v -119.97 76.3788 107.259 0.218386 -0.426897 0.877534 0 0 v -111.95 67.1468 97.0649 0.325586 -0.701079 0.634415 0 0 v -110.877 70.6545 99.9638 0.361041 -0.610454 0.704979 0 0 v -116.688 67.9596 99.9755 0.245374 -0.687476 0.683497 0 0 v -105.823 74.277 99.8578 0.467498 -0.496581 0.731337 0 0 v -110.784 74.2709 102.655 0.383183 -0.502404 0.775088 0 0 v -105.97 70.6526 97.0616 0.446369 -0.606952 0.657544 0 0 v -116.644 78.4635 107.26 0.279841 -0.358539 0.890584 0 0 v -111.73 77.7937 105.062 0.382594 -0.383868 0.840397 0 0 v -106.521 77.9189 102.37 0.443633 -0.424121 0.7895 0 0 v -108.629 81.1757 104.862 0.416492 -0.276679 0.866016 0 0 v -113.797 81.0046 107.153 0.34199 -0.271455 0.899642 0 0 v -101.181 75.0734 97.0481 0.51151 -0.538681 0.669462 0 0 v -101.427 78.2602 99.7369 0.346466 -0.618201 0.705541 0 0 v -95.7737 80.0079 101.116 -0.154012 -0.886764 0.435811 0 0 v -100.034 80.6031 101.428 0.0726591 -0.600229 0.796521 0 0 v -97.0446 78.6709 98.2193 0.198041 -0.868526 0.454359 0 0 v -99.9957 83.4873 102.327 0.0778733 -0.0242553 0.996668 0 0 v -103.957 82.2522 103.081 0.306852 -0.272639 0.911871 0 0 v -96.7662 81.7845 102.524 -0.310586 -0.286723 0.90627 0 0 v -112.026 83.8614 107.209 0.367953 -0.195302 0.909102 0 0 v -107.394 84.6592 105.165 0.424589 -0.135497 0.89519 0 0 v -102.82 85.7432 103.08 0.367317 0.0718282 0.927318 0 0 v -106.427 88.0163 104.859 0.469208 0.00827972 0.883049 0 0 v -111.11 86.7552 107.209 0.395151 -0.0428894 0.917614 0 0 v -96.1168 83.809 102.533 -0.153597 0.421569 0.893693 0 0 v -98.2922 85.9556 101.432 0.274449 0.529333 0.802798 0 0 v -94.4517 86.6126 98.2238 0.478686 0.736416 0.47807 0 0 v -98.1695 88.1896 99.7299 0.531923 0.429907 0.729547 0 0 v -94.1671 85.0015 101.139 0.197919 0.862715 0.465351 0 0 v -99.8659 92.583 99.8433 0.612334 0.19763 0.7655 0 0 v -102.606 89.9493 102.36 0.556091 0.152326 0.817043 0 0 v -96.1081 90.5644 97.0338 0.66515 0.233916 0.709125 0 0 v -111.04 89.7307 107.155 0.400317 0.0498403 0.91502 0 0 v -107.276 91.7046 105.058 0.484701 0.134691 0.864247 0 0 v -104.345 94.3375 102.646 0.539528 0.238834 0.807383 0 0 v -109.168 95.4988 105.187 0.447298 0.268934 0.852994 0 0 v -112.14 92.8214 107.267 0.378455 0.166139 0.910588 0 0 v -97.8684 95.7935 97.0467 0.641209 0.295724 0.708095 0 0 v -102.293 97.5885 99.9533 0.569325 0.339961 0.748529 0 0 v -105.981 102.356 99.9721 0.484751 0.483063 0.729154 0 0 v -107.081 98.7308 102.722 0.48245 0.373802 0.792158 0 0 v -101.191 101.289 97.0575 0.574425 0.442082 0.688912 0 0 v -114.026 95.781 107.294 0.335577 0.271783 0.901955 0 0 v -111.959 98.9919 105.202 0.379463 0.388335 0.839764 0 0 v -110.896 102.517 102.725 0.386428 0.502427 0.77346 0 0 v -115.653 101.822 105.199 0.294904 0.485709 0.822872 0 0 v -116.69 98.352 107.288 0.275316 0.361724 0.890705 0 0 v -105.972 106.078 97.0634 0.459072 0.594141 0.660491 0 0 v -110.893 106.15 99.9752 0.366069 0.607525 0.704916 0 0 v -116.688 108.863 99.9755 0.245374 0.687477 0.683496 0 0 v -115.652 105.389 102.723 0.281331 0.595854 0.752204 0 0 v -111.95 109.676 97.0649 0.327473 0.699924 0.634719 0 0 v -119.97 100.444 107.259 0.217837 0.42733 0.87746 0 0 v -119.97 103.946 105.177 0.213179 0.557212 0.80254 0 0 v -120.992 107.339 102.715 0.174924 0.660375 0.730278 0 0 v -124.623 105.316 105.14 0.107918 0.618572 0.778282 0 0 v -123.557 102.134 107.171 0.160063 0.492687 0.855359 0 0 v -118.706 112.084 97.0649 0.197039 0.761864 0.61704 0 0 v -122.995 110.497 99.9755 0.123863 0.733392 0.668427 0 0 v -129.55 111.044 99.9755 -3.77628e-008 0.74693 0.664903 0 0 v -126.656 108.306 102.712 0.0563131 0.691602 0.720081 0 0 v -125.888 113.295 97.0649 0.0659537 0.791246 0.607931 0 0 v -127.469 102.886 107.149 0.0318301 0.536456 0.843328 0 0 v -129.55 105.665 105.155 -1.1989e-006 0.625795 0.779988 0 0 v -114.018 63.9181 94.1098 0.277338 -0.778913 0.562476 0 0 v -109.113 63.8784 91.1633 0.356929 -0.776976 0.518565 0 0 v -107.06 67.1576 94.1197 0.410959 -0.696993 0.587635 0 0 v -106.864 61.754 85.8124 0.35788 -0.83129 0.425299 0 0 v -104.263 64.6492 88.4949 0.4408 -0.749871 0.493345 0 0 v -111.903 60.9307 87.975 0.283394 -0.857781 0.428836 0 0 v -97.5232 69.5001 88.1047 0.608637 -0.613944 0.502628 0 0 v -102.218 68.0037 91.2277 0.504312 -0.66812 0.54707 0 0 v -99.7116 65.9293 85.8446 0.53856 -0.700226 0.468654 0 0 v -101.207 71.5771 94.2094 0.543086 -0.578944 0.608179 0 0 v -96.7179 73.4525 91.3843 0.621282 -0.557938 0.550195 0 0 v -96.8663 76.6131 94.8888 0.502121 -0.696633 0.512422 0 0 v -93.2671 71.801 84.6383 0.744793 -0.543792 0.386747 0 0 v -92.6756 75.7165 88.1758 0.755334 -0.480735 0.445381 0 0 v -89.4967 81.7164 87.8216 0.867016 -0.276274 0.414675 0 0 v -92.0367 79.3907 91.1701 0.825553 -0.482025 0.293452 0 0 v -89.2501 78.2361 84.5624 0.83203 -0.403481 0.380697 0 0 v -91.3808 80.6362 97.311 0.742139 -0.626302 -0.238696 0 0 v -93.6145 78.7641 94.8961 0.601391 -0.777559 0.183657 0 0 v -91.2982 82.0426 93.9081 0.953346 -0.301745 -0.00898216 0 0 v -93.4793 79.3708 98.8262 0.185632 -0.978026 0.0948963 0 0 v -91.7194 84.8539 98.8489 0.55269 0.816131 0.168716 0 0 v -91.4129 85.5852 94.8996 0.888091 0.402431 0.222133 0 0 v -93.0796 88.2315 94.8819 0.7216 0.413332 0.555382 0 0 v -90.3683 84.5684 91.1683 0.949014 -0.0601308 0.309445 0 0 v -90.5781 83.1503 97.3202 0.965629 0.135896 -0.221569 0 0 v -87.1578 84.7796 84.5613 0.906904 -0.133946 0.39948 0 0 v -88.7988 87.9296 88.1725 0.882586 0.0072693 0.470094 0 0 v -89.7099 94.6089 88.0023 0.824817 0.248793 0.507719 0 0 v -91.1424 90.8668 91.3756 0.791233 0.174755 0.586013 0 0 v -87.2309 91.6349 84.6391 0.899155 0.136279 0.41587 0 0 v -94.0996 93.5556 94.1948 0.718135 0.229595 0.656938 0 0 v -92.9093 97.2625 91.1176 0.738622 0.336796 0.583957 0 0 v -96.7724 99.5319 94.1092 0.653702 0.396809 0.644373 0 0 v -89.3114 98.5231 84.5353 0.828865 0.393263 0.397904 0 0 v -92.7002 101.218 87.8878 0.739685 0.467752 0.483812 0 0 v -97.6476 107.211 87.8783 0.617441 0.654333 0.436595 0 0 v -96.6932 103.468 91.0583 0.649093 0.520124 0.555112 0 0 v -93.5087 104.968 84.511 0.712266 0.605697 0.354694 0 0 v -101.17 105.153 94.1064 0.555539 0.561797 0.612993 0 0 v -102.223 108.811 91.0626 0.517675 0.68569 0.511705 0 0 v -107.056 109.656 94.1094 0.419116 0.699422 0.578921 0 0 v -99.5749 110.541 84.5124 0.561302 0.770051 0.303251 0 0 v -104.254 112.108 87.8798 0.466274 0.792578 0.392949 0 0 v -112.068 115.721 87.8792 0.310852 0.87741 0.365408 0 0 v -109.131 112.914 91.0635 0.370208 0.795696 0.47939 0 0 v -107.142 114.933 84.5118 0.402162 0.876281 0.265325 0 0 v -114.018 112.905 94.1098 0.278888 0.783255 0.555638 0 0 v -116.956 115.694 91.0632 0.221793 0.859854 0.459846 0 0 v -121.626 114.87 94.1098 0.139686 0.828906 0.541667 0 0 v -115.721 117.954 84.5083 0.240763 0.939848 0.24232 0 0 v -120.626 117.922 87.8773 0.155208 0.923876 0.349805 0 0 v -129.55 118.664 87.8762 -3.36117e-008 0.938611 0.344978 0 0 v -125.295 117.097 91.0627 0.0740882 0.88988 0.450139 0 0 v -124.876 119.488 84.5039 0.0805288 0.969382 0.231978 0 0 v -129.55 115.53 94.1098 -7.73393e-007 0.843566 0.537026 0 0 v -93.6803 69.0351 80.7922 0.760477 -0.59389 0.262621 0 0 v -90.909 71.6115 77.1982 0.814311 -0.568372 0.11769 0 0 v -89.8029 74.6817 80.9751 0.824283 -0.499396 0.26676 0 0 v -91.3943 71.6444 69.6073 0.772763 -0.585493 -0.245021 0 0 v -88.7253 74.5956 73.3663 0.851195 -0.523226 -0.0412453 0 0 v -92.686 69.0038 73.6029 0.782111 -0.619835 -0.0640803 0 0 v -85.4586 81.3128 73.3573 0.949821 -0.311788 -0.0250521 0 0 v -87.1637 77.8202 77.1744 0.893456 -0.429121 0.132635 0 0 v -87.2967 78.0903 69.5609 0.874103 -0.433339 -0.219458 0 0 v -86.5894 81.3168 80.9035 0.915062 -0.293469 0.276653 0 0 v -84.8926 84.8021 77.1742 0.976408 -0.153818 0.151549 0 0 v -85.5408 88.3151 80.9736 0.95385 0.00227361 0.300276 0 0 v -85.0249 84.9118 69.5609 0.96277 -0.156729 -0.220251 0 0 v -84.3121 88.4115 73.3573 0.999863 -1.59375e-006 -0.016579 0 0 v -85.4586 95.5101 73.3573 0.949873 0.311804 -0.0227969 0 0 v -84.8999 91.98 77.182 0.975376 0.154317 0.157569 0 0 v -85.025 91.9111 69.5609 0.96277 0.156728 -0.220252 0 0 v -86.632 95.4066 80.9396 0.91188 0.287812 0.292642 0 0 v -87.1699 98.9963 77.1716 0.887278 0.440612 0.136381 0 0 v -89.9346 102.194 80.9167 0.803123 0.536829 0.258472 0 0 v -87.2967 98.7326 69.5609 0.869106 0.443416 -0.219173 0 0 v -88.87 102.251 73.3573 0.821274 0.569126 -0.0400642 0 0 v -94.3473 108.302 73.3573 0.655594 0.752549 -0.0621825 0 0 v -91.6113 105.49 77.1692 0.743519 0.661095 0.100661 0 0 v -91.7277 105.039 69.5609 0.720652 0.657937 -0.218584 0 0 v -95.2665 108.298 80.9148 0.654247 0.726504 0.210125 0 0 v -97.9953 111.122 77.1693 0.574845 0.815904 0.0620791 0 0 v -102.36 113.37 80.9147 0.490136 0.855606 0.166448 0 0 v -98.0931 110.509 69.5609 0.552522 0.804147 -0.219243 0 0 v -101.629 113.349 73.3564 0.48517 0.870482 -0.0828876 0 0 v -110.241 117.16 73.3485 0.322554 0.941449 -0.0981428 0 0 v -105.955 115.61 77.1667 0.408921 0.91202 0.0316795 0 0 v -106.028 114.877 69.5571 0.391831 0.893069 -0.221125 0 0 v -110.75 117.174 80.9108 0.326707 0.935222 0.136462 0 0 v -114.984 118.73 77.1558 0.245102 0.969414 0.0127188 0 0 v -119.951 119.516 80.9015 0.163434 0.979178 0.120415 0 0 v -115.03 117.927 69.5416 0.2358 0.945893 -0.2229 0 0 v -119.689 119.527 73.3301 0.162298 0.981022 -0.106089 0 0 v -129.55 120.34 73.3186 -9.33635e-010 0.994133 -0.108164 0 0 v -124.626 120.331 77.1421 0.0825611 0.996574 0.00492217 0 0 v -124.642 119.503 69.5222 0.0799782 0.971338 -0.223845 0 0 v -129.55 120.312 80.8958 0 0.993246 0.116024 0 0 v -109.964 61.1517 65.2368 0.345985 -0.835828 -0.426246 0 0 v -107.418 64.1396 62.1159 0.370505 -0.767937 -0.522493 0 0 v -102.488 64.7316 65.236 0.439889 -0.766469 -0.467999 0 0 v -105.421 61.6844 68.1464 0.376154 -0.840237 -0.390526 0 0 v -111.135 67.4662 56.0989 0.302132 -0.645375 -0.701575 0 0 v -105.715 67.4016 59.052 0.391367 -0.682612 -0.617149 0 0 v -112.41 64.3596 58.8558 0.291434 -0.740681 -0.605358 0 0 v -99.5628 71.6391 59.0738 0.496748 -0.578859 -0.646655 0 0 v -100.421 68.0753 62.2473 0.481821 -0.688441 -0.542124 0 0 v -105.073 70.8861 56.1425 0.391332 -0.559518 -0.730615 0 0 v -97.8221 65.92 68.3083 0.543499 -0.730891 -0.412804 0 0 v -95.4393 69.3968 65.8068 0.600575 -0.659768 -0.451681 0 0 v -94.5397 73.1045 62.3475 0.620246 -0.559779 -0.549493 0 0 v -90.3673 75.2876 65.8696 0.760018 -0.508725 -0.40444 0 0 v -100.086 75.2246 56.1425 0.472494 -0.42697 -0.771003 0 0 v -94.8792 76.7416 59.0738 0.59883 -0.42137 -0.681065 0 0 v -91.9623 82.4255 59.0738 0.667369 -0.222529 -0.710703 0 0 v -90.4735 78.9301 62.3401 0.734387 -0.376595 -0.56467 0 0 v -96.6143 80.2259 56.1425 0.531136 -0.268333 -0.803674 0 0 v -87.12 81.6964 65.8621 0.863762 -0.288733 -0.412976 0 0 v -88.3694 85.1966 62.3401 0.800038 -0.131438 -0.585375 0 0 v -86.0159 88.4115 65.8621 0.907366 9.34967e-007 -0.420341 0 0 v -94.8343 85.636 56.1425 0.562199 -0.0906501 -0.822019 0 0 v -90.9819 88.4115 59.0738 0.691893 -6.92761e-008 -0.722 0 0 v -91.9623 94.3974 59.0738 0.667369 0.222529 -0.710704 0 0 v -88.3694 91.6263 62.3401 0.800038 0.131438 -0.585374 0 0 v -94.8343 91.187 56.1425 0.562199 0.0906509 -0.822019 0 0 v -87.12 95.1265 65.8621 0.863761 0.288732 -0.412977 0 0 v -90.4735 97.8928 62.3401 0.733874 0.377821 -0.564518 0 0 v -90.4051 101.503 65.8621 0.750708 0.529718 -0.39476 0 0 v -96.6143 96.597 56.1425 0.531137 0.268332 -0.803674 0 0 v -94.8792 100.081 59.0738 0.599404 0.421774 -0.68031 0 0 v -99.5628 105.184 59.0738 0.50042 0.583129 -0.639954 0 0 v -94.5775 103.686 62.3401 0.622881 0.573724 -0.531845 0 0 v -100.086 101.598 56.1425 0.472494 0.42697 -0.771003 0 0 v -95.6796 107.227 65.8621 0.602972 0.704744 -0.373846 0 0 v -100.473 108.711 62.3401 0.488496 0.717141 -0.497071 0 0 v -102.691 112.002 65.8613 0.448918 0.81958 -0.356035 0 0 v -105.073 105.937 56.1425 0.389784 0.561314 -0.730065 0 0 v -105.787 109.439 59.0734 0.385269 0.701449 -0.599614 0 0 v -113.136 112.642 59.0694 0.262831 0.780138 -0.567719 0 0 v -107.819 112.72 62.3373 0.352156 0.809948 -0.469009 0 0 v -111.28 109.392 56.1416 0.292593 0.661413 -0.690595 0 0 v -110.981 115.607 65.8533 0.300133 0.889612 -0.344255 0 0 v -116.141 115.51 62.3264 0.213461 0.866703 -0.450844 0 0 v -120.069 117.848 65.8349 0.151703 0.928658 -0.338497 0 0 v -118.29 111.778 56.1381 0.18102 0.729312 -0.6598 0 0 v -121.174 114.613 59.0602 0.133424 0.825272 -0.548748 0 0 v -129.55 115.283 59.0545 0 0.839661 -0.543112 0 0 v -125.019 116.943 62.3128 0.0723794 0.893521 -0.443149 0 0 v -125.747 112.986 56.1337 0.061471 0.762556 -0.643995 0 0 v -129.55 118.618 65.8234 0 0.941443 -0.337172 0 0 v -116.455 68.2704 53.5815 0.220117 -0.596925 -0.77151 0 0 v -116.188 71.6196 51.4139 0.251012 -0.520239 -0.816299 0 0 v -110.75 70.895 53.6208 0.30295 -0.520929 -0.798032 0 0 v -121.894 76.2392 47.5221 0.241982 -0.412578 -0.878194 0 0 v -117.097 75.0069 49.4185 0.25073 -0.385902 -0.887814 0 0 v -121.007 72.983 49.4185 0.18898 -0.475277 -0.859301 0 0 v -113.747 77.718 49.4185 0.290691 -0.287069 -0.912738 0 0 v -111.615 74.3786 51.4183 0.282051 -0.37574 -0.882761 0 0 v -119.181 78.238 47.5221 0.286699 -0.314131 -0.905056 0 0 v -105.806 74.436 53.6251 0.369381 -0.412301 -0.832806 0 0 v -107.919 77.8526 51.4183 0.366451 -0.306788 -0.878405 0 0 v -102.072 78.6876 53.6251 0.418355 -0.281999 -0.863397 0 0 v -116.979 80.7565 47.5221 0.312316 -0.215108 -0.925304 0 0 v -111.223 80.9712 49.4185 0.31427 -0.187403 -0.930653 0 0 v -109.65 84.595 49.4185 0.325732 -0.0920615 -0.940969 0 0 v -105.347 81.8572 51.4183 0.34382 -0.16096 -0.925138 0 0 v -115.446 83.6598 47.5221 0.324137 -0.124806 -0.937741 0 0 v -99.7473 83.4237 53.6251 0.446876 -0.142769 -0.88313 0 0 v -104.028 86.1891 51.4183 0.40923 -0.0611351 -0.910381 0 0 v -98.9658 88.4115 53.6251 0.456273 6.3824e-007 -0.88984 0 0 v -114.66 86.8003 47.5221 0.328678 -0.0403903 -0.943578 0 0 v -109.122 88.4115 49.4185 0.329168 -4.37834e-008 -0.944271 0 0 v -109.65 92.2279 49.4185 0.325732 0.0920617 -0.940969 0 0 v -104.028 90.6339 51.4183 0.354216 0.0529262 -0.933665 0 0 v -114.66 90.0226 47.5221 0.328677 0.0403903 -0.943578 0 0 v -99.7473 93.3993 53.6251 0.446876 0.142768 -0.88313 0 0 v -105.347 94.9658 51.4183 0.395531 0.185134 -0.8996 0 0 v -102.072 98.1354 53.6251 0.418355 0.281999 -0.863397 0 0 v -115.446 93.1632 47.5221 0.324137 0.124806 -0.937741 0 0 v -111.223 95.8518 49.4185 0.31427 0.187403 -0.930653 0 0 v -113.747 99.1049 49.4185 0.290691 0.287068 -0.912738 0 0 v -107.919 98.9704 51.4183 0.32115 0.268919 -0.908044 0 0 v -116.979 96.0664 47.5221 0.312316 0.215108 -0.925304 0 0 v -105.806 102.387 53.6251 0.369381 0.412302 -0.832806 0 0 v -111.615 102.444 51.4183 0.318037 0.424151 -0.847908 0 0 v -110.765 105.931 53.625 0.301026 0.524935 -0.796132 0 0 v -119.181 98.5849 47.5221 0.286698 0.31413 -0.905056 0 0 v -117.097 101.816 49.4185 0.25073 0.385902 -0.887814 0 0 v -121.007 103.84 49.4185 0.188981 0.475277 -0.859301 0 0 v -116.202 105.207 51.4182 0.225085 0.471001 -0.852933 0 0 v -121.894 100.584 47.5221 0.241982 0.412576 -0.878194 0 0 v -116.6 108.588 53.6242 0.214497 0.612464 -0.760841 0 0 v -121.346 107.1 51.4178 0.160748 0.602614 -0.781676 0 0 v -122.95 110.204 53.6224 0.111121 0.668691 -0.73519 0 0 v -124.88 101.94 47.5221 0.165418 0.502654 -0.848514 0 0 v -125.21 105.055 49.4185 0.101594 0.541261 -0.834694 0 0 v -129.55 105.457 49.4185 -9.89397e-007 0.565038 -0.825065 0 0 v -126.783 108.045 51.4174 0.05046 0.58878 -0.806717 0 0 v -127.98 102.606 47.5221 0.0585895 0.557789 -0.827912 0 0 v -129.55 110.745 53.6213 -4.66461e-010 0.687464 -0.726218 0 0 v -74.3547 76.4501 125.915 0.0199383 -0.237954 0.971072 0 0 v -73.1276 76.2313 125.722 0.207881 -0.323223 0.923208 0 0 v -72.8483 77.186 125.833 0.260384 -0.0244355 0.965196 0 0 v -74.1006 77.3164 126.015 0.0545062 -0.00716081 0.998488 0 0 v -72.6168 75.2055 124.944 0.33752 -0.613072 0.714299 0 0 v -72.043 76.0903 125.268 0.437367 -0.394115 0.808321 0 0 v -73.6012 75.3329 125.357 0.162658 -0.542957 0.823857 0 0 v -70.8863 76.9025 124.668 0.703031 -0.117203 0.701435 0 0 v -71.7638 77.0451 125.378 0.5079 -0.0643623 0.859008 0 0 v -71.1404 76.0362 124.568 0.627835 -0.419465 0.655646 0 0 v -72.7697 78.161 125.683 0.297789 0.241942 0.923464 0 0 v -71.7853 78.0336 125.27 0.507187 0.234407 0.829346 0 0 v -92.9044 80.498 104.182 -0.496097 -0.654306 0.570764 0 0 v -89.5109 80.3728 107.513 -0.697955 -0.26297 0.666113 0 0 v -92.9522 81.9281 104.649 -0.530949 0.153078 0.833463 0 0 v -91.722 79.6221 102.926 -0.140923 -0.985148 0.0981026 0 0 v -89.0488 79.4592 106.904 -0.431887 -0.865499 0.253742 0 0 v -83.5492 77.9188 113.445 -0.511066 -0.849092 0.133624 0 0 v -86.2618 79.0577 110.644 -0.672056 -0.608366 0.422174 0 0 v -85.5826 78.5439 110.084 -0.198896 -0.978209 -0.0595533 0 0 v -86.356 79.9506 110.936 -0.724917 0.169822 0.667575 0 0 v -84.0028 78.6886 113.868 -0.813509 -0.269486 0.515345 0 0 v -90.1298 79.8898 101.612 0.378636 -0.888631 -0.258787 0 0 v -87.9901 79.2652 106.044 0.0867296 -0.976367 -0.197953 0 0 v -89.0264 81.2865 101.112 0.846548 -0.251666 -0.469064 0 0 v -86.8992 79.9323 105.414 0.581217 -0.650096 -0.489451 0 0 v -81.5927 78.3457 112.59 0.5227 -0.59635 -0.609222 0 0 v -84.5666 78.8019 109.533 0.31568 -0.848854 -0.424021 0 0 v -83.8696 79.5755 109.306 0.772589 -0.182937 -0.607981 0 0 v -82.5852 77.7817 112.933 0.0750222 -0.936194 -0.343385 0 0 v -89.196 82.8584 101.65 0.757224 0.6275 -0.181261 0 0 v -86.5586 81.0439 105.449 0.843061 0.293992 -0.450351 0 0 v -90.4795 83.5635 102.981 0.276421 0.939137 0.203992 0 0 v -87.1632 81.964 106.132 0.502269 0.86223 -0.065465 0 0 v -81.9291 80.029 113.136 0.43853 0.881153 -0.176806 0 0 v -84.0678 80.4793 109.637 0.671144 0.67074 -0.315712 0 0 v -84.851 81.004 110.237 0.214305 0.970671 0.10896 0 0 v -81.3303 79.2447 112.671 0.748233 0.369037 -0.551326 0 0 v -92.0626 83.1729 104.22 -0.146371 0.789035 0.596657 0 0 v -88.2372 82.109 106.992 -0.0177104 0.932489 0.360765 0 0 v -89.1856 81.4354 107.548 -0.479274 0.550649 0.683434 0 0 v -83.7404 79.5875 113.949 -0.60689 0.558705 0.565272 0 0 v -85.7631 80.7351 110.748 -0.333538 0.794689 0.50717 0 0 v -82.8932 80.1662 113.647 -0.135618 0.946703 0.292168 0 0 v -82.4408 77.6239 115.751 -0.761636 -0.59957 0.245816 0 0 v -82.0091 77.7483 117.333 -0.951634 -0.21586 0.218625 0 0 v -82.6018 78.6696 116.074 -0.846618 0.187636 0.498026 0 0 v -81.5435 77.0234 115.218 -0.243357 -0.943307 -0.225719 0 0 v -81.2953 76.639 116.779 -0.601157 -0.786354 -0.142329 0 0 v -80.8975 75.6579 118.07 -0.648123 -0.633911 -0.42201 0 0 v -81.5757 76.7213 117.929 -0.865384 -0.47091 -0.171329 0 0 v -80.1628 75.8055 117.156 -0.34208 -0.764019 -0.547043 0 0 v -81.8368 78.3243 118.411 -0.961639 0.27249 0.0316212 0 0 v -81.9679 77.3047 118.882 -0.983393 -0.114737 -0.14062 0 0 v -80.2515 77.3279 114.752 0.268962 -0.772815 -0.574819 0 0 v -79.8245 76.4465 116.151 -0.00192756 -0.824048 -0.566517 0 0 v -79.3909 78.2356 114.608 0.655659 -0.104347 -0.747812 0 0 v -78.3321 77.267 115.765 0.378349 -0.46233 -0.801937 0 0 v -76.4666 76.6046 116.579 0.198049 -0.312644 -0.928994 0 0 v -78.1449 76.2802 116.492 0.108854 -0.573965 -0.811612 0 0 v -76.805 77.6773 116.304 0.354018 0.00358905 -0.935232 0 0 v -78.697 75.3779 117.149 -0.0991705 -0.653587 -0.750326 0 0 v -79.6798 79.2938 114.963 0.552073 0.693552 -0.462818 0 0 v -77.9521 78.5668 115.913 0.530391 0.389295 -0.753083 0 0 v -80.7049 79.9067 115.528 0.111633 0.993014 -0.0382311 0 0 v -78.8747 79.6961 116.522 0.278696 0.86063 -0.426197 0 0 v -77.2657 80.2149 117.703 0.104749 0.758663 -0.643007 0 0 v -77.2567 79.2985 116.839 0.285856 0.623449 -0.727734 0 0 v -78.8602 80.2324 117.666 -0.0600026 0.912985 -0.403557 0 0 v -75.8941 78.5394 116.801 0.28913 0.367692 -0.883859 0 0 v -81.869 79.5898 115.962 -0.445109 0.820538 0.358602 0 0 v -80.3455 79.8887 117.149 -0.258047 0.966022 0.014631 0 0 v -81.6292 79.0481 117.482 -0.739488 0.614105 0.275739 0 0 v -81.3953 79.2396 119.103 -0.781458 0.617645 -0.0885353 0 0 v -80.6875 79.7396 118.276 -0.560527 0.825374 -0.0675759 0 0 v -79.4662 80.495 118.624 -0.343751 0.890907 -0.296851 0 0 v -81.6006 76.0578 119.098 -0.865221 -0.465746 -0.185671 0 0 v -81.9916 76.9549 120.155 -0.981261 -0.177734 0.0744202 0 0 v -81.961 78.2782 119.761 -0.960826 0.277076 0.00659846 0 0 v -79.6392 74.7928 118.031 -0.343733 -0.755602 -0.557596 0 0 v -80.6111 74.8349 119.114 -0.623353 -0.739104 -0.255256 0 0 v -79.9682 74.1693 120.366 -0.544586 -0.8387 0.00292407 0 0 v -81.3453 75.4889 120.327 -0.819916 -0.567033 0.0788025 0 0 v -78.9583 73.9529 119.032 -0.280182 -0.886293 -0.368758 0 0 v -81.7827 78.1884 121.13 -0.92659 0.235652 0.293085 0 0 v -81.5668 76.622 121.568 -0.893682 -0.251339 0.3717 0 0 v -76.8398 75.456 117.106 0.0981964 -0.56178 -0.821438 0 0 v -77.7731 74.4778 117.927 -0.0413302 -0.758305 -0.650589 0 0 v -74.9785 77.3955 116.839 0.327974 0.00970192 -0.944637 0 0 v -74.8967 76.0621 117.188 0.290835 -0.393158 -0.872262 0 0 v -73.3513 75.5938 118.133 0.431121 -0.50634 -0.74683 0 0 v -75.5524 74.7624 117.904 0.197578 -0.684715 -0.701518 0 0 v -73.2865 77.1227 117.577 0.483659 -0.0437443 -0.874163 0 0 v -76.682 73.758 118.992 0.0486103 -0.881225 -0.470191 0 0 v -75.5971 79.6404 117.583 0.259258 0.613264 -0.746118 0 0 v -74.1543 78.5558 117.472 0.398512 0.379898 -0.834785 0 0 v -77.8166 80.9299 118.731 -0.075712 0.898594 -0.4322 0 0 v -75.9169 80.7121 118.636 0.181628 0.813126 -0.553026 0 0 v -74.527 80.9749 119.81 0.299951 0.870675 -0.389812 0 0 v -74.0345 79.8516 118.482 0.389043 0.661606 -0.641032 0 0 v -76.7321 81.4172 119.88 0.00328365 0.96471 -0.263293 0 0 v -72.4893 78.4805 118.46 0.570467 0.387439 -0.724195 0 0 v -80.3578 80.2422 119.575 -0.563739 0.81989 -0.0998933 0 0 v -78.7549 81.0692 119.823 -0.307824 0.939588 -0.149729 0 0 v -81.2491 79.4486 120.439 -0.770489 0.628413 0.106978 0 0 v -80.7048 79.5087 121.896 -0.7024 0.600578 0.382022 0 0 v -79.8274 80.5782 120.905 -0.520762 0.843443 0.131952 0 0 v -77.8132 81.3862 121.184 -0.238176 0.967964 0.0794841 0 0 v -80.5354 75.0177 121.835 -0.706271 -0.621921 0.338224 0 0 v -80.4534 76.3031 123.239 -0.741921 -0.295322 0.601945 0 0 v -81.0191 78.0052 122.722 -0.811469 0.174052 0.557874 0 0 v -77.8925 73.3186 120.403 -0.193415 -0.970555 -0.143574 0 0 v -78.7675 73.7173 121.971 -0.431872 -0.869237 0.240653 0 0 v -77.1278 73.7371 123.576 -0.247323 -0.820051 0.516089 0 0 v -79.0852 74.7567 123.49 -0.535328 -0.625252 0.567876 0 0 v -76.4624 73.0704 122.069 -0.0827464 -0.989856 0.115492 0 0 v -79.5654 77.7217 124.37 -0.627329 0.0977838 0.772591 0 0 v -78.6751 76.1116 124.74 -0.489794 -0.318097 0.811737 0 0 v -74.1219 74.2161 119.153 0.302896 -0.792182 -0.529813 0 0 v -75.3019 73.2843 120.523 0.137768 -0.955721 -0.260034 0 0 v -71.6127 76.8296 118.789 0.661359 -0.108649 -0.742159 0 0 v -71.7895 75.2207 119.616 0.564954 -0.603863 -0.562296 0 0 v -70.723 75.1152 121.415 0.706685 -0.683103 -0.184298 0 0 v -72.7203 73.961 120.829 0.411033 -0.867548 -0.280022 0 0 v -70.2302 76.5547 120.467 0.852716 -0.189099 -0.486947 0 0 v -73.9469 73.3385 122.246 0.252711 -0.964765 0.0732498 0 0 v -72.4386 79.8495 119.792 0.534051 0.69303 -0.48425 0 0 v -70.8796 78.2647 119.961 0.746246 0.374855 -0.550092 0 0 v -75.4235 81.581 121.339 0.095984 0.993845 -0.0553198 0 0 v -73.0274 80.8943 121.385 0.417717 0.889181 -0.186732 0 0 v -71.8622 80.3244 123.039 0.561126 0.809441 0.17304 0 0 v -71.0499 79.5519 121.462 0.692586 0.683052 -0.231873 0 0 v -74.0124 81.2704 122.998 0.205078 0.956649 0.206798 0 0 v -69.8891 77.9096 121.732 0.94313 0.295856 -0.151576 0 0 v -78.852 80.6511 122.473 -0.442462 0.816434 0.371029 0 0 v -76.4929 81.3273 122.834 -0.152944 0.939433 0.306714 0 0 v -79.5435 79.3471 123.584 -0.588177 0.531672 0.609403 0 0 v -77.8412 78.9059 125.058 -0.384438 0.390439 0.83652 0 0 v -77.4148 80.3476 124.124 -0.323448 0.726376 0.606431 0 0 v -75.043 80.723 124.369 -0.0140545 0.798784 0.601453 0 0 v -77.0981 74.9284 124.809 -0.268648 -0.559896 0.783801 0 0 v -76.4031 76.1555 125.627 -0.209269 -0.3106 0.927219 0 0 v -77.4947 77.3736 125.537 -0.336865 -0.00623643 0.941532 0 0 v -74.937 73.5361 123.635 0.0761322 -0.888074 0.453352 0 0 v -75.2699 74.4175 124.771 -0.0393385 -0.680369 0.731813 0 0 v -74.9529 75.4984 125.543 -0.0384595 -0.46348 0.885273 0 0 v -73.6763 74.5472 124.743 0.199969 -0.695901 0.689735 0 0 v -75.3532 77.0464 125.988 -0.0824462 -0.0887894 0.992632 0 0 v -71.8529 74.268 122.615 0.511036 -0.845566 0.154469 0 0 v -72.9761 74.1266 123.811 0.342599 -0.831094 0.438073 0 0 v -69.8016 76.4051 122.319 0.957542 -0.280069 0.0683771 0 0 v -70.6239 75.4229 123.209 0.714031 -0.628496 0.308466 0 0 v -71.6846 75.0803 124.174 0.513683 -0.678983 0.524512 0 0 v -70.3572 76.4088 123.897 0.791314 -0.289999 0.538259 0 0 v -70.481 78.8772 123.139 0.815037 0.519975 0.25562 0 0 v -70.026 77.4394 123.439 0.914707 0.117116 0.386775 0 0 v -72.9249 80.2963 124.404 0.338699 0.741266 0.57949 0 0 v -71.4696 79.2069 124.392 0.6144 0.538486 0.576669 0 0 v -70.8365 77.9548 124.504 0.727658 0.241693 0.641949 0 0 v -72.3782 78.9407 125.247 0.397989 0.413481 0.818925 0 0 v -75.7262 79.5376 125.333 -0.119511 0.510017 0.851822 0 0 v -73.7634 79.4978 125.351 0.141238 0.523178 0.840438 0 0 v -75.8053 78.172 125.858 -0.138897 0.205881 0.968669 0 0 v -74.1047 78.3729 125.873 0.0689314 0.266078 0.961484 0 0 v -119.787 100.098 46.1522 0.510245 0.707414 0.489096 0 0 v -120.692 101.539 44.7367 0.444149 0.778113 0.444153 0 0 v -122.86 101.877 46.1521 0.364607 0.815887 0.448765 0 0 v -117.15 97.7567 46.1527 0.621962 0.566207 0.5409 0 0 v -117.643 99.376 44.7372 0.572182 0.659785 0.487126 0 0 v -116.307 100.061 41.5889 0.609865 0.720998 0.328979 0 0 v -118.473 100.927 43.2307 0.529179 0.755485 0.38628 0 0 v -115.56 98.4447 43.232 0.652207 0.628223 0.424218 0 0 v -121.91 102.869 43.2306 0.374594 0.856916 0.354083 0 0 v -119.646 102.382 41.5883 0.466368 0.831161 0.302774 0 0 v -115.168 95.0075 46.1586 0.703252 0.390382 0.59417 0 0 v -115.189 96.7707 44.7389 0.671935 0.506221 0.540595 0 0 v -113.961 91.9205 46.2011 0.760958 0.197637 0.617966 0 0 v -113.505 93.8313 44.7698 0.748603 0.31467 0.583589 0 0 v -111.807 94.3476 41.6031 0.842111 0.381573 0.381118 0 0 v -113.381 95.639 43.2406 0.756685 0.45714 0.467387 0 0 v -112.062 92.5777 43.292 0.832835 0.236166 0.500612 0 0 v -113.642 97.3265 41.5915 0.734086 0.578447 0.355691 0 0 v -113.651 88.5652 46.345 0.790942 0.000545902 0.611891 0 0 v -112.712 90.5645 44.8846 0.794751 0.127661 0.593358 0 0 v -114.304 85.1072 46.6405 0.778026 -0.196289 0.59678 0 0 v -113.17 86.7463 45.7048 0.744943 -0.0599178 0.664432 0 0 v -111.779 86.022 44.9715 0.314388 0.238189 0.918927 0 0 v -111.896 87.7284 44.5 0.643968 0.242208 0.7257 0 0 v -112.985 84.8575 45.4666 0.406318 -0.10282 0.907928 0 0 v -110.374 88.779 41.7899 0.840637 0.404239 0.360445 0 0 v -111.512 89.535 43.3654 0.818103 0.206282 0.5368 0 0 v -110.572 87.8244 43.1994 0.587576 0.5943 0.549147 0 0 v -110.893 91.2042 41.6364 0.899361 0.180759 0.398091 0 0 v -115.347 81.8266 46.3435 0.714312 -0.386836 0.583194 0 0 v -114.05 83.273 45.7059 0.692835 -0.309397 0.651347 0 0 v -117.2 79.0597 46.1986 0.623508 -0.565645 0.539707 0 0 v -115.392 79.9633 44.8805 0.662629 -0.521712 0.537345 0 0 v -113.986 79.0774 41.6302 0.701069 -0.620658 0.351121 0 0 v -113.814 80.4892 43.3671 0.619605 -0.616359 0.485995 0 0 v -115.716 78.2331 43.2857 0.645726 -0.628903 0.433034 0 0 v -112.218 81.5081 43.2565 0.313614 -0.812298 0.491749 0 0 v -113.366 81.9966 44.5157 0.469917 -0.547289 0.69257 0 0 v -112.443 80.7408 41.8127 0.539729 -0.789654 0.291786 0 0 v -112.455 83.423 44.9944 0.208836 -0.364413 0.907519 0 0 v -119.792 76.7244 46.1568 0.510152 -0.707431 0.489169 0 0 v -117.684 77.4292 44.7655 0.570772 -0.659893 0.488631 0 0 v -122.86 74.9462 46.1521 0.364606 -0.815885 0.448769 0 0 v -120.692 75.2844 44.7367 0.443783 -0.778363 0.444081 0 0 v -119.646 74.4411 41.5883 0.46452 -0.832284 0.30253 0 0 v -118.489 75.8811 43.2361 0.525129 -0.757704 0.387458 0 0 v -121.91 73.9534 43.2306 0.374594 -0.856916 0.354083 0 0 v -116.376 76.6778 41.5967 0.60112 -0.728903 0.327651 0 0 v -124.88 74.8825 47.5221 0.282281 -0.856472 0.432172 0 0 v -126.154 73.8754 46.1521 0.187736 -0.888504 0.418708 0 0 v -124.109 73.7743 44.7367 0.278386 -0.868704 0.4097 0 0 v -129.55 73.5219 46.1521 0 -0.912789 0.408431 0 0 v -127.715 73.0206 44.7367 0.0943061 -0.915961 0.390027 0 0 v -127.98 74.2166 47.5221 0.0953876 -0.906668 0.41092 0 0 v -127.484 71.9645 41.5883 0.0974677 -0.959165 0.265522 0 0 v -125.655 72.7647 43.2306 0.19121 -0.924428 0.329957 0 0 v -129.55 72.3666 43.2306 9.32779e-008 -0.946778 0.321886 0 0 v -123.437 72.7957 41.5883 0.288334 -0.916044 0.278797 0 0 v -117.43 101.6 39.7646 0.55342 0.796965 0.24202 0 0 v -118.905 103.003 37.7966 0.480642 0.861091 0.16585 0 0 v -121.154 103.68 39.7645 0.386349 0.894949 0.223161 0 0 v -114.304 98.9548 39.7659 0.694447 0.67216 0.256797 0 0 v -115.365 100.541 37.7971 0.639104 0.748726 0.175941 0 0 v -114.943 100.749 33.5792 0.656037 0.754255 0.0267219 0 0 v -116.8 102.017 35.7224 0.569824 0.815484 0.101416 0 0 v -113.554 99.2223 35.7231 0.72556 0.680664 0.101284 0 0 v -120.696 104.19 35.7223 0.392902 0.914708 0.0945336 0 0 v -118.571 103.292 33.579 0.487461 0.872707 0.0276444 0 0 v -111.98 95.9784 39.7684 0.824849 0.498826 0.266076 0 0 v -112.564 97.6121 37.7989 0.782685 0.596502 0.177734 0 0 v -110.547 92.7329 39.765 0.924798 0.262954 0.274961 0 0 v -110.642 94.3344 37.793 0.906653 0.382424 0.178137 0 0 v -110.147 94.1955 33.5769 0.926804 0.375258 0.0146803 0 0 v -111.159 96.0111 35.7228 0.864788 0.493007 0.0953159 0 0 v -109.687 92.4361 35.7074 0.961786 0.254514 0.100943 0 0 v -112.09 97.6659 33.5798 0.807666 0.589334 0.0189833 0 0 v -109.962 89.5076 39.8593 0.94816 0.202391 0.245011 0 0 v -109.655 90.6972 37.7602 0.969779 0.152572 0.190395 0 0 v -109.454 87.7336 40.5448 0.810741 0.585336 -0.00901794 0 0 v -109.391 87.5687 38.7885 0.982194 0.187776 -0.00597533 0 0 v -109.584 84.4643 37.6689 0.936966 -0.242938 -0.251151 0 0 v -109.353 86.4628 36.9158 0.997356 -0.0712143 0.0144654 0 0 v -109.101 85.7436 38.5906 0.860859 0.143823 -0.488096 0 0 v -109.118 86.5125 33.3757 0.993389 -0.11398 0.013649 0 0 v -109.164 88.5478 35.5845 0.995884 0.0126131 0.0897608 0 0 v -109.566 84.5596 35.14 0.967003 -0.249256 0.0527015 0 0 v -109.159 90.4312 33.5624 0.991299 0.129869 0.0214461 0 0 v -109.803 83.0593 38.6134 0.710505 -0.538173 -0.453379 0 0 v -110.938 81.5811 38.8041 0.769755 -0.637431 -0.0340546 0 0 v -110.325 82.6894 36.9169 0.907146 -0.420812 0.00166747 0 0 v -112.357 80.1658 39.8611 0.722112 -0.662299 0.199786 0 0 v -111.127 81.332 40.6018 0.500601 -0.86528 -0.0262685 0 0 v -114.416 77.7297 39.7587 0.692607 -0.677471 0.247648 0 0 v -112.636 79.142 37.756 0.772929 -0.610505 0.172815 0 0 v -112.098 79.1572 33.5611 0.808106 -0.588642 0.0215521 0 0 v -111.158 80.8347 35.5827 0.865507 -0.494767 0.0781293 0 0 v -113.561 77.6009 35.7043 0.727555 -0.678481 0.101623 0 0 v -110.112 82.6725 33.3753 0.92448 -0.38109 0.0103421 0 0 v -117.441 75.2094 39.7639 0.550299 -0.799805 0.239756 0 0 v -115.379 76.268 37.7885 0.639821 -0.749007 0.172098 0 0 v -121.154 73.1426 39.7645 0.386349 -0.894949 0.223161 0 0 v -118.905 73.8204 37.7966 0.480514 -0.861164 0.165841 0 0 v -118.571 73.5312 33.5791 0.487508 -0.872681 0.027645 0 0 v -116.801 74.8062 35.7205 0.570327 -0.815157 0.101228 0 0 v -120.696 72.6332 35.7223 0.392903 -0.914708 0.0945336 0 0 v -114.945 76.0741 33.5755 0.65648 -0.753854 0.0271639 0 0 v -125.258 71.8577 39.7645 0.195873 -0.958211 0.208484 0 0 v -122.961 72.0756 37.7966 0.294366 -0.943325 0.153256 0 0 v -129.55 71.4231 39.7645 8.6758e-008 -0.97904 0.203669 0 0 v -127.32 71.1875 37.7966 0.0994512 -0.984209 0.146432 0 0 v -127.246 70.8255 33.5791 0.100364 -0.994647 0.024568 0 0 v -125.017 71.288 35.7223 0.198605 -0.976059 0.0886824 0 0 v -129.55 70.8307 35.7223 -9.32929e-010 -0.996227 0.0867872 0 0 v -122.746 71.7401 33.579 0.29706 -0.954514 0.0256416 0 0 v -116.693 102.087 31.4043 0.574876 0.817078 -0.043599 0 0 v -118.715 103.166 29.2297 0.485748 0.867987 -0.103185 0 0 v -120.617 104.28 31.4043 0.394153 0.918185 -0.0397603 0 0 v -113.429 99.2365 31.4045 0.736723 0.674264 -0.051049 0 0 v -115.127 100.639 29.2297 0.655319 0.746875 -0.112853 0 0 v -115.82 100.258 25.0062 0.642704 0.730404 -0.231174 0 0 v -117.102 101.804 27.0865 0.568631 0.805559 -0.166531 0 0 v -113.922 99.0119 27.0865 0.727894 0.66134 -0.18111 0 0 v -120.915 103.94 27.0865 0.390563 0.90764 -0.153785 0 0 v -119.26 102.688 25.0062 0.478245 0.851871 -0.213538 0 0 v -111.032 95.9179 31.4044 0.873716 0.482644 -0.0606189 0 0 v -112.306 97.5462 29.2297 0.806538 0.577867 -0.124764 0 0 v -109.569 92.2728 31.4014 0.965699 0.251819 -0.0633376 0 0 v -110.388 94.0579 29.2294 0.920435 0.36715 -0.134163 0 0 v -111.249 93.8839 25.0062 0.896021 0.356354 -0.264874 0 0 v -111.582 95.7422 27.0865 0.860259 0.470994 -0.195239 0 0 v -110.153 92.156 27.0865 0.947503 0.245633 -0.204701 0 0 v -113.103 97.2683 25.0062 0.788147 0.562536 -0.249755 0 0 v -109.073 88.4387 31.3768 0.997994 0.00555077 -0.0630708 0 0 v -109.418 90.3265 29.228 0.982454 0.12602 -0.137485 0 0 v -109.545 84.5847 31.2879 0.965348 -0.250092 -0.0745521 0 0 v -109.414 86.5085 29.2093 0.98218 -0.123183 -0.141943 0 0 v -110.31 86.5608 25.0062 0.954175 -0.121587 -0.273437 0 0 v -109.674 88.4115 27.0865 0.978081 -8.76714e-007 -0.208226 0 0 v -110.153 84.6669 27.0865 0.947109 -0.245533 -0.206636 0 0 v -110.31 90.2621 25.0062 0.954175 0.121587 -0.273437 0 0 v -111.032 80.9096 31.3764 0.872344 -0.485159 -0.0603054 0 0 v -110.385 82.7696 29.2093 0.919433 -0.368313 -0.137796 0 0 v -113.43 77.5865 31.4007 0.736993 -0.674009 -0.0505368 0 0 v -112.307 79.2767 29.2279 0.806494 -0.578012 -0.124373 0 0 v -113.103 79.5546 25.0062 0.788147 -0.562535 -0.249756 0 0 v -111.582 81.0807 27.0865 0.860233 -0.47098 -0.195391 0 0 v -113.922 77.811 27.0865 0.727898 -0.661344 -0.181076 0 0 v -111.249 82.939 25.0062 0.896021 -0.356354 -0.264874 0 0 v -116.693 74.7357 31.404 0.574934 -0.81704 -0.043558 0 0 v -115.128 76.1838 29.2293 0.655348 -0.746857 -0.112794 0 0 v -120.617 72.5432 31.4043 0.394153 -0.918184 -0.0397603 0 0 v -118.715 73.6572 29.2297 0.48575 -0.867986 -0.103185 0 0 v -119.26 74.1345 25.0062 0.478245 -0.85187 -0.213538 0 0 v -117.102 75.0188 27.0865 0.568632 -0.805559 -0.166529 0 0 v -120.915 72.8832 27.0865 0.390563 -0.90764 -0.153784 0 0 v -115.82 76.5645 25.0062 0.642704 -0.730404 -0.231174 0 0 v -124.976 71.1874 31.4043 0.199144 -0.979258 -0.0373617 0 0 v -122.839 71.8863 29.2297 0.296066 -0.950356 -0.0957486 0 0 v -129.55 70.726 31.4043 -1.67922e-008 -0.99933 -0.0365875 0 0 v -127.278 70.9833 29.2297 0.100018 -0.990745 -0.0917637 0 0 v -127.399 71.5805 25.0062 0.0987917 -0.976699 -0.190522 0 0 v -125.132 71.5676 27.0865 0.197597 -0.969551 -0.144659 0 0 v -129.55 71.1214 27.0865 -1.23126e-007 -0.989909 -0.141702 0 0 v -123.19 72.44 25.0062 0.292599 -0.935384 -0.198602 0 0 v -117.913 101.245 23.0204 0.554049 0.782382 -0.284445 0 0 v -120.13 101.927 21.1642 0.460269 0.815407 -0.351091 0 0 v -121.504 103.266 23.0204 0.382939 0.885292 -0.263849 0 0 v -114.895 98.5881 23.0204 0.705169 0.639073 -0.307121 0 0 v -116.926 99.6528 21.1642 0.612944 0.694219 -0.377305 0 0 v -118.536 98.7704 17.9815 0.531325 0.598337 -0.599738 0 0 v -119.124 100.412 19.4729 0.51394 0.721805 -0.463533 0 0 v -116.348 97.9554 19.4729 0.645342 0.582413 -0.494296 0 0 v -122.384 102.261 19.4729 0.360295 0.825419 -0.434593 0 0 v -121.398 100.817 17.9815 0.407407 0.714952 -0.56821 0 0 v -112.662 95.459 23.0204 0.8289 0.45288 -0.328367 0 0 v -114.373 96.8334 21.1642 0.745251 0.530211 -0.404324 0 0 v -111.292 92.0148 23.0204 0.909351 0.2353 -0.343096 0 0 v -112.62 93.6228 21.1642 0.840991 0.333636 -0.425935 0 0 v -114.619 93.2405 17.9806 0.703597 0.277375 -0.654228 0 0 v -114.275 95.036 19.4728 0.749108 0.407673 -0.52215 0 0 v -112.995 91.8015 19.472 0.814338 0.209425 -0.541289 0 0 v -116.223 96.1996 17.9815 0.633571 0.448266 -0.63059 0 0 v -110.833 88.4115 23.0204 0.937472 -4.63183e-007 -0.348059 0 0 v -111.729 90.1742 21.1638 0.891609 0.11362 -0.438319 0 0 v -111.292 84.8081 23.0204 0.91042 -0.235576 -0.340057 0 0 v -111.717 86.6449 21.1703 0.895496 -0.110811 -0.431054 0 0 v -113.684 86.7482 18.0421 0.753849 -0.0762904 -0.652603 0 0 v -112.556 88.4036 19.477 0.83819 0.00750186 -0.545327 0 0 v -112.924 85.0093 19.5107 0.826355 -0.213202 -0.521231 0 0 v -113.804 90.0365 17.977 0.738447 0.0955642 -0.667505 0 0 v -112.662 81.364 23.0204 0.828996 -0.452932 -0.328051 0 0 v -112.609 83.199 21.1703 0.842957 -0.337533 -0.418922 0 0 v -114.895 78.2348 23.0204 0.70515 -0.639055 -0.3072 0 0 v -114.373 79.9904 21.1638 0.744854 -0.530396 -0.404812 0 0 v -116.228 80.6314 17.977 0.631626 -0.449816 -0.631438 0 0 v -114.265 81.7892 19.477 0.747133 -0.414853 -0.519316 0 0 v -116.349 78.8691 19.472 0.64539 -0.581834 -0.494914 0 0 v -114.503 83.571 18.0421 0.709335 -0.300317 -0.637694 0 0 v -117.913 75.5774 23.0204 0.554048 -0.782379 -0.284453 0 0 v -116.926 77.1703 21.1642 0.612965 -0.694127 -0.377441 0 0 v -121.504 73.5569 23.0204 0.382939 -0.885292 -0.26385 0 0 v -120.13 74.8961 21.1642 0.460276 -0.815402 -0.351092 0 0 v -121.398 76.0056 17.9815 0.407464 -0.714911 -0.568222 0 0 v -119.124 76.4115 19.4728 0.514018 -0.721695 -0.463618 0 0 v -122.384 74.5624 19.4729 0.360295 -0.825419 -0.434593 0 0 v -118.537 78.0541 17.9806 0.531542 -0.597729 -0.600152 0 0 v -125.442 72.3208 23.0204 0.194296 -0.948871 -0.248783 0 0 v -123.75 73.3234 21.1642 0.283908 -0.900888 -0.328324 0 0 v -129.55 71.9047 23.0204 -2.26697e-007 -0.969809 -0.243867 0 0 v -127.592 72.5335 21.1642 0.0958236 -0.943994 -0.315743 0 0 v -127.873 73.922 17.9815 0.0866695 -0.848314 -0.522352 0 0 v -125.905 73.4452 19.4729 0.184202 -0.892111 -0.412562 0 0 v -129.55 73.0739 19.4729 8.42257e-007 -0.914206 -0.405251 0 0 v -124.565 74.6105 17.9815 0.256217 -0.802257 -0.539199 0 0 v -120.846 99.2254 16.7254 0.416278 0.579025 -0.70103 0 0 v -123.127 99.312 15.6751 0.316509 0.541968 -0.778519 0 0 v -123.636 100.83 16.7254 0.301094 0.678367 -0.670194 0 0 v -118.415 97.0555 16.7254 0.509562 0.456582 -0.7293 0 0 v -120.733 97.5698 15.6738 0.396868 0.443723 -0.803496 0 0 v -123.339 96.169 14.0614 0.282234 0.316889 -0.905497 0 0 v -123.053 97.7313 14.7938 0.305036 0.414855 -0.857233 0 0 v -121.016 95.9261 14.8019 0.364023 0.326511 -0.872283 0 0 v -125.205 99.072 14.8144 0.238634 0.500587 -0.832146 0 0 v -125.185 97.5896 14.0746 0.241374 0.382262 -0.891972 0 0 v -116.569 94.4336 16.7249 0.578731 0.31259 -0.753231 0 0 v -118.736 95.3392 15.6761 0.463822 0.326123 -0.823719 0 0 v -115.421 91.4916 16.7208 0.620087 0.157316 -0.768599 0 0 v -117.332 92.7317 15.6743 0.508071 0.200249 -0.837714 0 0 v -120.432 92.2016 14.0895 0.355534 0.147263 -0.922989 0 0 v -119.433 93.6937 14.8068 0.408868 0.223507 -0.8848 0 0 v -118.442 91.2258 14.8026 0.43665 0.117406 -0.891938 0 0 v -121.629 94.3494 14.0852 0.32846 0.232758 -0.915389 0 0 v -114.986 88.372 16.7461 0.649859 0.0177801 -0.759846 0 0 v -116.622 89.8989 15.6645 0.528927 0.0937439 -0.843474 0 0 v -115.066 85.2707 16.9143 0.670668 -0.1725 -0.721421 0 0 v -116.005 86.782 15.8994 0.675464 -0.014818 -0.737244 0 0 v -117.134 86.3765 14.5402 0.905251 0.171922 -0.388539 0 0 v -117.249 87.5936 14.8796 0.640296 0.2576 -0.723645 0 0 v -116.753 85.4517 15.2962 0.785417 -0.202797 -0.584803 0 0 v -119.639 88.4112 13.8045 0.332215 0.487978 -0.807162 0 0 v -118.149 88.8976 14.687 0.462077 0.193829 -0.865399 0 0 v -118.472 87.7225 13.8703 0.505756 0.676555 -0.535243 0 0 v -119.83 90.0013 14.0829 0.365759 0.0975584 -0.925582 0 0 v -116.521 82.4007 16.7461 0.586874 -0.337328 -0.736063 0 0 v -116.702 84.0737 15.9004 0.621226 -0.318045 -0.716189 0 0 v -118.419 79.7756 16.7208 0.510535 -0.455761 -0.729134 0 0 v -118.777 81.4536 15.6639 0.45633 -0.353591 -0.816539 0 0 v -121.821 82.1652 14.0769 0.308451 -0.283797 -0.907919 0 0 v -119.742 82.6661 14.689 0.368471 -0.41899 -0.829866 0 0 v -121.079 80.8025 14.7966 0.363982 -0.336423 -0.868526 0 0 v -119.516 83.6886 13.8965 0.270397 -0.854378 -0.443762 0 0 v -118.283 83.5813 14.8874 0.505114 -0.54566 -0.668667 0 0 v -120.927 83.3966 13.816 0.166131 -0.643771 -0.746966 0 0 v -117.588 84.6271 14.5507 0.744971 -0.574783 -0.338591 0 0 v -120.846 77.5984 16.7249 0.416633 -0.578835 -0.700976 0 0 v -120.742 79.2471 15.6713 0.397713 -0.446154 -0.80173 0 0 v -123.636 75.9927 16.7254 0.301094 -0.678367 -0.670194 0 0 v -123.127 77.511 15.6751 0.316362 -0.542101 -0.778486 0 0 v -125.185 79.2334 14.0746 0.240253 -0.383479 -0.891752 0 0 v -123.059 79.0822 14.7932 0.303308 -0.418433 -0.856106 0 0 v -125.205 77.7509 14.8144 0.238636 -0.500586 -0.832146 0 0 v -123.377 80.5923 14.0597 0.277263 -0.325744 -0.903889 0 0 v -126.564 75.0446 16.7254 0.157044 -0.748645 -0.644103 0 0 v -125.668 76.3421 15.682 0.209078 -0.630533 -0.747472 0 0 v -129.55 74.7372 16.7254 9.342e-010 -0.771297 -0.636475 0 0 v -128.249 75.7873 15.6837 0.0695045 -0.679755 -0.730139 0 0 v -128.642 77.7771 14.1605 0.0488435 -0.52487 -0.84978 0 0 v -127.357 76.9589 14.838 0.127639 -0.581314 -0.803606 0 0 v -129.55 76.7488 14.8315 -4.6642e-010 -0.599596 -0.800303 0 0 v -126.896 78.2082 14.1433 0.177994 -0.467601 -0.865834 0 0 v -125.58 96.0956 13.428 0.220507 0.289776 -0.931347 0 0 v -127.393 95.9959 13.0141 0.168047 0.261989 -0.950327 0 0 v -126.904 97.2726 13.5311 0.1954 0.352923 -0.915021 0 0 v -123.858 94.7018 13.469 0.258849 0.234722 -0.936965 0 0 v -125.977 94.6554 12.9571 0.191013 0.206154 -0.959695 0 0 v -127.559 92.7012 12.4499 0.102099 0.084043 -0.991218 0 0 v -127.773 94.0055 12.5668 0.117207 0.133907 -0.984038 0 0 v -126.193 93.3722 12.6909 0.161199 0.128818 -0.978479 0 0 v -129.55 94.2264 12.4454 3.68483e-006 0.145388 -0.989375 0 0 v -128.429 94.9743 12.6404 0.0931432 0.177687 -0.979669 0 0 v -129.061 93.153 12.3487 0.0555759 0.0746758 -0.995658 0 0 v -128.656 96.1221 12.8765 0.0817998 0.259244 -0.962342 0 0 v -129.55 95.4646 12.681 9.32481e-010 0.213703 -0.976899 0 0 v -122.493 92.8939 13.4953 0.28713 0.157249 -0.944896 0 0 v -124.512 93.2946 13.019 0.223792 0.148195 -0.963304 0 0 v -121.665 90.8526 13.4941 0.304122 0.0825231 -0.949052 0 0 v -123.513 91.5162 13.0328 0.238903 0.0976047 -0.966126 0 0 v -126.057 90.4489 12.481 0.130585 0.046349 -0.990353 0 0 v -125.366 91.8401 12.6801 0.169941 0.085487 -0.981739 0 0 v -124.499 90.2936 12.7193 0.192045 0.0492326 -0.98015 0 0 v -126.866 91.9907 12.4713 0.115244 0.0702891 -0.990847 0 0 v -121.29 88.9327 13.4478 0.268131 0.195184 -0.943403 0 0 v -123.043 89.5801 13.0248 0.246134 0.0534792 -0.967759 0 0 v -120.655 87.885 13.078 0.0497212 0.720176 -0.692008 0 0 v -122.164 87.889 12.9897 0.07475 0.303664 -0.949843 0 0 v -123.325 86.2529 12.7565 -0.0883175 0.0188642 -0.995914 0 0 v -123.732 87.3904 12.7754 0.10608 0.052126 -0.99299 0 0 v -122.324 86.9011 12.6619 -0.284119 0.34246 -0.895543 0 0 v -126.019 87.5145 12.4251 0.124749 -0.00532671 -0.992174 0 0 v -124.642 88.469 12.6533 0.170015 0.0126142 -0.985361 0 0 v -125.026 86.6061 12.5926 0.143242 -0.0365662 -0.989012 0 0 v -125.798 89.367 12.4784 0.136233 0.0243842 -0.990377 0 0 v -122.723 85.3517 12.6724 -0.375476 -0.206092 -0.903628 0 0 v -123.034 84.4767 12.9975 -0.0233294 -0.348203 -0.937129 0 0 v -124.231 85.4102 12.7764 0.0759889 -0.104887 -0.991577 0 0 v -122.7 83.3985 13.4474 0.188698 -0.33208 -0.924184 0 0 v -121.645 84.0512 13.1042 -0.164509 -0.750489 -0.64008 0 0 v -123.94 82.0022 13.4644 0.252638 -0.239605 -0.937424 0 0 v -124.613 83.421 13.0089 0.207664 -0.1726 -0.962852 0 0 v -126.897 84.8074 12.4673 0.111651 -0.0737969 -0.991004 0 0 v -125.523 84.9377 12.6499 0.147062 -0.089778 -0.985044 0 0 v -126.224 83.4259 12.6868 0.159321 -0.129393 -0.97871 0 0 v -126.298 86.3888 12.4251 0.110279 -0.0536175 -0.992453 0 0 v -125.588 80.7155 13.4276 0.217773 -0.292696 -0.931077 0 0 v -125.998 82.1458 12.955 0.188404 -0.207112 -0.960005 0 0 v -126.904 79.5503 13.5311 0.1954 -0.352923 -0.915021 0 0 v -127.393 80.8271 13.0141 0.167887 -0.262279 -0.950276 0 0 v -129.55 81.3583 12.681 9.32481e-010 -0.213703 -0.976899 0 0 v -128.429 81.8486 12.6404 0.0929718 -0.177705 -0.979682 0 0 v -128.656 80.7008 12.8765 0.081801 -0.259239 -0.962343 0 0 v -129.061 83.67 12.3487 0.0554224 -0.0747321 -0.995662 0 0 v -127.776 82.8149 12.5663 0.116426 -0.134304 -0.984077 0 0 v -129.55 82.5966 12.4454 -3.6811e-006 -0.145383 -0.989375 0 0 v -127.569 84.1133 12.4485 0.100849 -0.0845836 -0.9913 0 0 v -128.117 78.7637 13.6493 0.105422 -0.438087 -0.892729 0 0 v -128.124 79.7618 13.2249 0.126867 -0.342949 -0.930748 0 0 v -129.55 78.7093 13.6169 0 -0.455591 -0.890189 0 0 v -128.897 79.4877 13.2609 0.0460703 -0.384169 -0.922113 0 0 v -129.55 80.2503 12.9706 4.6615e-010 -0.307725 -0.951475 0 0 v -97.3712 82.3343 36.2378 0.94947 -0.270231 -0.159633 0 0 v -97.8216 82.2053 35.5245 0.609296 -0.452535 -0.651131 0 0 v -97.8487 83.0029 35.276 0.654435 0.064854 -0.753332 0 0 v -97.3882 83.0171 36.0258 0.957364 0.177203 -0.22815 0 0 v -98.8329 81.5927 35.6316 0.140395 -0.838754 -0.5261 0 0 v -98.6985 82.1856 35.082 0.235846 -0.495556 -0.835943 0 0 v -98.0948 81.6103 36.0291 0.418293 -0.837426 -0.351779 0 0 v -99.6142 82.9611 34.7416 -0.0812756 -0.0813837 -0.993363 0 0 v -98.7255 82.9831 34.8335 0.2753 -0.0278025 -0.960956 0 0 v -99.5972 82.2783 34.9536 -0.0969102 -0.477641 -0.873194 0 0 v -98.1262 83.7089 35.38 0.532196 0.591373 -0.605842 0 0 v -98.8643 83.6914 34.9826 0.24107 0.519744 -0.819604 0 0 v -111.43 82.4947 44.2373 0.132388 -0.670868 0.729664 0 0 v -110.224 83.519 44.8362 0.0354845 -0.397029 0.91712 0 0 v -111.199 84.6201 45.1129 0.0843622 -0.00199936 0.996433 0 0 v -110.874 81.459 42.1159 0.23873 -0.960142 0.145382 0 0 v -110.147 81.9551 43.3131 0.0939903 -0.889153 0.447854 0 0 v -107.785 82.0778 43.2971 0.0350281 -0.907516 0.418554 0 0 v -109.027 82.6694 44.2071 0.0367319 -0.704423 0.70883 0 0 v -108.805 81.7707 42.2966 0.0698897 -0.995474 0.0643946 0 0 v -108.756 84.4531 44.9941 0.0682213 0.0382078 0.996938 0 0 v -107.638 83.4685 44.7041 0.0859062 -0.405058 0.910246 0 0 v -109.784 82.2516 39.8215 0.428641 -0.801514 -0.416944 0 0 v -109.464 81.8459 41.1013 0.196256 -0.947983 -0.250624 0 0 v -108.816 84.3067 38.7523 0.503303 -0.146459 -0.851608 0 0 v -108.524 83.2534 39.3323 0.236335 -0.558091 -0.795412 0 0 v -106.9 83.2412 39.4415 -0.0877562 -0.529205 -0.843944 0 0 v -108.11 82.4877 40.1968 0.0754188 -0.809792 -0.581849 0 0 v -107.412 84.1865 39.1123 0.0497898 -0.0680342 -0.99644 0 0 v -107.49 81.9869 41.1921 -0.0107414 -0.949845 -0.312537 0 0 v -108.659 86.4915 39.7343 0.625272 0.594292 -0.505818 0 0 v -107.984 85.2715 39.2563 0.298132 0.381591 -0.874932 0 0 v -109.265 87.5288 41.9881 0.492525 0.857784 0.147053 0 0 v -108.123 86.8601 40.9114 0.351831 0.874676 -0.333402 0 0 v -106.343 86.4522 40.8436 0.097039 0.910629 -0.401669 0 0 v -107.18 85.9881 39.9942 0.150842 0.720412 -0.676945 0 0 v -107.441 86.9047 41.9995 0.215688 0.976447 0.00539759 0 0 v -106.441 85.0273 39.3021 -0.0407075 0.434611 -0.899698 0 0 v -110.321 86.6835 44.1501 0.302029 0.594277 0.745395 0 0 v -108.808 86.9608 43.1231 0.272985 0.857679 0.435735 0 0 v -109.687 85.5285 44.7602 0.120116 0.41998 0.899549 0 0 v -107.179 85.2547 44.5647 0.167519 0.465384 0.869112 0 0 v -108.097 86.1698 44.0045 0.167416 0.721674 0.671683 0 0 v -106.638 86.5432 42.9486 0.189895 0.910331 0.367746 0 0 v -106.504 82.6223 43.9637 0.0968848 -0.713011 0.694427 0 0 v -105.073 83.2983 44.1735 0.241367 -0.406401 0.881238 0 0 v -106.138 84.2692 44.6555 0.220156 0.0381058 0.97472 0 0 v -106.614 81.8014 42.1558 -0.0233669 -0.998734 0.0445474 0 0 v -105.452 81.9928 42.8875 0.0551928 -0.911088 0.408501 0 0 v -103.294 81.7993 42.0019 0.125236 -0.91157 0.391608 0 0 v -104.101 82.4411 43.2484 0.214795 -0.712516 0.66797 0 0 v -104.539 81.666 41.5808 -0.0683001 -0.996195 0.0541411 0 0 v -103.65 84.0204 43.8315 0.422244 0.0331081 0.905877 0 0 v -102.701 83.0452 43.1265 0.432253 -0.402221 0.807079 0 0 v -106.322 82.4618 40.091 -0.151814 -0.792727 -0.59037 0 0 v -105.553 81.9121 40.8721 -0.157328 -0.939996 -0.302746 0 0 v -105.871 84.0339 38.9755 -0.219768 -0.0399042 -0.974736 0 0 v -105.325 83.0967 39.135 -0.326406 -0.503685 -0.79985 0 0 v -103.901 82.8662 38.4639 -0.533019 -0.485758 -0.69277 0 0 v -104.653 82.2985 39.5918 -0.334413 -0.773787 -0.537979 0 0 v -104.461 83.8112 38.4685 -0.459886 -0.0270333 -0.887567 0 0 v -103.774 81.7277 40.1369 -0.258385 -0.931367 -0.256502 0 0 v -105.544 85.7198 39.7783 -0.0581916 0.733007 -0.677727 0 0 v -104.958 84.8047 38.9426 -0.25521 0.44137 -0.860268 0 0 v -105.473 86.5798 41.6973 0.137762 0.989928 -0.0326122 0 0 v -104.635 86.1823 40.3911 -0.0122299 0.911588 -0.410923 0 0 v -103.087 85.8611 39.5167 -0.0610001 0.906974 -0.416747 0 0 v -104.054 85.4567 39.1817 -0.210468 0.727091 -0.653484 0 0 v -103.66 86.2981 40.9793 0.154918 0.986074 -0.0604763 0 0 v -103.626 84.5196 38.2159 -0.449965 0.431632 -0.781809 0 0 v -105.726 85.8803 43.651 0.243675 0.732239 0.635962 0 0 v -104.534 86.2629 42.4065 0.256031 0.906661 0.335283 0 0 v -104.706 85.0064 43.9811 0.338675 0.451991 0.825229 0 0 v -102.427 84.6986 42.8784 0.541488 0.437195 0.718089 0 0 v -103.502 85.5993 42.8382 0.401203 0.711728 0.57661 0 0 v -102.607 85.9327 41.3817 0.389144 0.88323 0.261672 0 0 v -101.948 82.1999 42.0052 0.362298 -0.711071 0.602593 0 0 v -100.648 82.7499 41.5381 0.598168 -0.39548 0.696987 0 0 v -101.427 83.698 42.4457 0.629892 0.0380496 0.77575 0 0 v -102.676 81.4693 40.5457 -0.0642005 -0.99566 0.0673731 0 0 v -101.411 81.5872 40.6336 0.206774 -0.912283 0.353532 0 0 v -99.8206 81.4067 38.993 0.267697 -0.912521 0.309263 0 0 v -100.118 81.9588 40.334 0.469621 -0.709985 0.524764 0 0 v -101.069 81.2855 39.1571 -0.0379666 -0.996812 0.0701726 0 0 v -99.554 83.3333 40.6029 0.763785 0.0596625 0.642708 0 0 v -98.9527 82.4646 39.6351 0.707181 -0.38442 0.593395 0 0 v -103.169 82.0741 38.7141 -0.462113 -0.766487 -0.446038 0 0 v -102.217 81.5247 39.0111 -0.297646 -0.933173 -0.201481 0 0 v -103.218 83.5134 37.6187 -0.653294 -0.0335801 -0.756359 0 0 v -102.664 82.5937 37.4819 -0.646663 -0.502474 -0.573887 0 0 v -101.58 82.3357 36.3996 -0.65023 -0.556903 -0.516778 0 0 v -101.882 81.8513 37.5811 -0.493016 -0.787817 -0.369161 0 0 v -102.141 83.1756 36.5652 -0.73342 -0.0708676 -0.676072 0 0 v -100.871 81.3551 37.6987 -0.283059 -0.943647 -0.17149 0 0 v -102.726 85.0775 38.184 -0.31635 0.720836 -0.6167 0 0 v -102.462 84.1292 37.1643 -0.572281 0.419535 -0.704617 0 0 v -102.025 85.8743 39.7683 0.21717 0.968786 -0.119543 0 0 v -101.713 85.3633 38.2171 -0.0838153 0.901402 -0.424794 0 0 v -100.553 84.8068 36.7771 -0.120623 0.894719 -0.430033 0 0 v -101.57 84.5884 36.9286 -0.370029 0.718103 -0.589412 0 0 v -100.612 85.3 38.2002 0.214718 0.960216 -0.178556 0 0 v -101.452 83.7164 36.0309 -0.614069 0.397107 -0.682075 0 0 v -101.504 85.2034 41.4751 0.564536 0.694339 0.446309 0 0 v -100.907 85.4257 39.8395 0.469749 0.870654 0.145936 0 0 v -100.446 84.2853 41.2204 0.68946 0.449186 0.568223 0 0 v -98.8255 83.8453 39.2665 0.757464 0.482944 0.439332 0 0 v -99.8062 84.6959 39.6816 0.628825 0.711603 0.313367 0 0 v -99.5026 84.8583 38.0713 0.464161 0.884128 0.0535909 0 0 v -98.6263 81.7636 38.4909 0.558818 -0.706585 0.434119 0 0 v -97.7158 82.2586 37.721 0.83137 -0.380914 0.404633 0 0 v -98.072 82.9975 38.5893 0.856496 0.0858395 0.508966 0 0 v -99.7065 81.1591 37.6541 0.0132933 -0.99921 0.0374508 0 0 v -98.5804 81.3364 37.3471 0.371769 -0.913451 0.165513 0 0 v -97.7252 81.7646 36.7995 0.701434 -0.705456 0.101602 0 0 v -98.7681 81.2902 36.3864 0.175 -0.958474 -0.225175 0 0 v -97.3308 82.7614 36.8861 0.989075 0.0403281 0.141787 0 0 v -100.75 81.6794 36.4248 -0.439496 -0.821981 -0.362203 0 0 v -99.7318 81.2989 36.4518 -0.173018 -0.950221 -0.259123 0 0 v -101.187 82.8739 35.559 -0.696468 -0.148084 -0.702142 0 0 v -100.589 82.1643 35.4675 -0.4909 -0.61995 -0.612111 0 0 v -99.7279 81.7093 35.5127 -0.201378 -0.803869 -0.559679 0 0 v -100.245 82.6779 34.9298 -0.339156 -0.270187 -0.901095 0 0 v -100.599 84.1237 35.722 -0.378714 0.69177 -0.614841 0 0 v -100.554 83.3634 35.1072 -0.495216 0.287497 -0.819821 0 0 v -99.4838 84.7442 36.6234 0.188124 0.953203 -0.236674 0 0 v -99.6385 84.3002 35.5505 -0.0678193 0.830662 -0.552631 0 0 v -99.7257 83.6579 34.9139 -0.154136 0.490365 -0.857779 0 0 v -98.7455 84.1639 35.5057 0.304975 0.798629 -0.518827 0 0 v -98.4745 84.208 37.7881 0.648156 0.735613 0.196894 0 0 v -98.4872 84.3377 36.4458 0.495681 0.862894 -0.0985572 0 0 v -97.6803 83.4577 37.3607 0.83976 0.482897 0.248222 0 0 v -97.723 83.7131 36.2007 0.756629 0.644994 -0.107216 0 0 v -117.063 84.4307 0.898848 0.565341 -0.373583 -0.735409 0 0 v -117.501 84.4504 0.663963 0.275224 -0.323889 -0.905178 0 0 v -117.407 84.8243 0.642664 0.330384 0.0714919 -0.941135 0 0 v -116.98 84.7608 0.880056 0.629559 -0.00508951 -0.776936 0 0 v -118.126 84.1833 0.740102 -0.0837217 -0.557795 -0.825746 0 0 v -118.016 84.5104 0.58523 -0.0490756 -0.232562 -0.971343 0 0 v -117.671 84.1304 0.80962 0.181231 -0.641934 -0.745034 0 0 v -118.423 84.9282 0.659292 -0.316741 0.177856 -0.931688 0 0 v -117.922 84.8842 0.563925 -0.00318455 0.134347 -0.990929 0 0 v -118.507 84.5982 0.678077 -0.356595 -0.116488 -0.926968 0 0 v -117.406 85.1786 0.749994 0.328404 0.446174 -0.832514 0 0 v -117.861 85.2315 0.680476 0.0448304 0.47225 -0.880324 0 0 v -118.406 84.2125 13.5787 0.472113 -0.871886 -0.130091 0 0 v -117.534 84.791 12.9298 0.700028 -0.705395 0.111256 0 0 v -117.212 85.4525 13.8716 0.970442 -0.241035 -0.012036 0 0 v -120.358 83.8904 12.9434 -0.0676774 -0.969092 -0.237234 0 0 v -119.151 84.0029 12.5153 0.185752 -0.982588 -0.00414654 0 0 v -118.674 83.9453 10.6493 0.17269 -0.980766 0.0909751 0 0 v -118.041 84.2913 11.8303 0.416318 -0.900665 0.124425 0 0 v -119.795 83.9456 11.4348 -0.125054 -0.992147 -0.00254008 0 0 v -116.952 85.3409 12.016 0.954388 -0.223 0.198532 0 0 v -117.126 84.6893 10.9239 0.684715 -0.709104 0.168335 0 0 v -121.858 84.6871 12.4514 -0.537167 -0.612865 -0.579524 0 0 v -120.857 84.2138 12.0453 -0.418914 -0.882392 -0.214231 0 0 v -122.197 86.0462 12.2647 -0.676397 0.157794 -0.719436 0 0 v -121.78 85.3001 11.7651 -0.836555 -0.28429 -0.468354 0 0 v -121.195 85.1571 10.1495 -0.933332 -0.288699 -0.213412 0 0 v -121.128 84.6494 11.1294 -0.722053 -0.657564 -0.215057 0 0 v -121.48 85.8661 10.9881 -0.910454 0.212106 -0.355083 0 0 v -120.302 84.1325 10.3395 -0.46199 -0.885273 -0.0534501 0 0 v -121.194 87.2524 12.4122 -0.311161 0.739809 -0.596541 0 0 v -121.452 86.5679 11.7317 -0.650626 0.593342 -0.473952 0 0 v -119.381 87.6549 12.8858 0.196243 0.922441 -0.332553 0 0 v -120.036 87.3794 11.9618 -0.152347 0.94401 -0.292634 0 0 v -119.535 87.1124 10.2001 -0.196727 0.967126 -0.16114 0 0 v -120.538 86.9309 11.0437 -0.455534 0.84704 -0.273885 0 0 v -118.93 87.2917 11.309 0.137602 0.984132 -0.112025 0 0 v -120.888 86.3491 10.0937 -0.729294 0.636606 -0.250726 0 0 v -117.708 86.8978 13.5394 0.744453 0.633584 -0.210621 0 0 v -118.325 87.1884 12.4318 0.46056 0.881979 -0.0999895 0 0 v -117.2 86.0788 12.8964 0.932258 0.354433 0.0726087 0 0 v -116.819 85.8812 10.8682 0.916988 0.380667 0.119269 0 0 v -117.451 86.5727 11.7445 0.694172 0.718152 0.0488136 0 0 v -117.907 86.9253 10.5099 0.439639 0.89793 -0.020967 0 0 v -117.642 84.1619 9.70046 0.419467 -0.900513 0.114554 0 0 v -116.837 84.5281 8.63072 0.6937 -0.711153 0.114203 0 0 v -116.586 85.1698 9.82273 0.965298 -0.22468 0.133113 0 0 v -119.35 83.8298 9.41283 -0.129681 -0.990884 0.0364969 0 0 v -118.334 83.8137 8.41178 0.17635 -0.981192 0.0785004 0 0 v -118.105 83.6834 6.09598 0.178459 -0.981691 0.0666009 0 0 v -117.399 84.0144 7.36722 0.423704 -0.90129 0.0902859 0 0 v -119.041 83.6962 7.11336 -0.129108 -0.990827 0.0399265 0 0 v -116.386 84.9801 7.47173 0.970458 -0.22826 0.0781517 0 0 v -116.677 84.365 6.30251 0.697175 -0.711675 0.0864038 0 0 v -120.65 84.5058 9.19518 -0.746522 -0.658623 -0.0944492 0 0 v -119.91 83.9934 8.16497 -0.46568 -0.884854 -0.0132668 0 0 v -120.999 85.6742 9.08165 -0.952273 0.22312 -0.208311 0 0 v -120.778 84.9774 8.01371 -0.948654 -0.287644 -0.131592 0 0 v -120.439 84.794 5.72793 -0.950533 -0.287564 -0.117448 0 0 v -120.292 84.3441 6.92541 -0.750045 -0.658575 -0.0609179 0 0 v -120.629 85.4637 6.82375 -0.960258 0.226151 -0.163584 0 0 v -119.61 83.855 5.86614 -0.465737 -0.884869 -0.00978565 0 0 v -120.087 86.6961 9.08035 -0.47876 0.85868 -0.182912 0 0 v -120.484 86.1216 7.95039 -0.742709 0.643923 -0.183705 0 0 v -118.524 87.0422 9.24441 0.127314 0.987136 -0.0967144 0 0 v -119.176 86.854 8.00666 -0.202985 0.969161 -0.139727 0 0 v -118.91 86.5838 5.71234 -0.203093 0.968958 -0.140971 0 0 v -119.754 86.4424 6.80718 -0.482544 0.861178 -0.159764 0 0 v -118.252 86.7736 6.93995 0.126704 0.986443 -0.104286 0 0 v -120.159 85.8856 5.66641 -0.744264 0.645155 -0.172757 0 0 v -117.079 86.3522 9.58564 0.694384 0.719467 0.014107 0 0 v -117.6 86.6743 8.25347 0.441092 0.895857 -0.0536386 0 0 v -116.544 85.6723 8.5674 0.925907 0.375008 0.0454561 0 0 v -116.397 85.4566 6.24099 0.928959 0.370045 0.0100352 0 0 v -116.861 86.1127 7.24898 0.698443 0.715238 -0.0247509 0 0 v -117.405 86.4122 5.94217 0.443611 0.893277 -0.072573 0 0 v -117.241 83.8853 5.1286 0.426855 -0.901532 0.0709592 0 0 v -116.587 84.2348 4.20634 0.700929 -0.711355 0.0516943 0 0 v -116.282 84.8006 5.23011 0.971899 -0.230387 0.0483189 0 0 v -118.795 83.5836 4.88555 -0.126996 -0.991589 0.0249514 0 0 v -117.921 83.597 4.00907 0.183412 -0.98237 0.0361855 0 0 v -117.77 83.6211 2.36295 0.19857 -0.978202 -0.06076 0 0 v -117.142 83.8232 3.22996 0.434825 -0.900351 0.017171 0 0 v -118.559 83.5478 3.004 -0.11774 -0.992324 -0.0378159 0 0 v -116.269 84.6587 3.32672 0.97197 -0.2344 -0.0182153 0 0 v -116.601 84.1813 2.54382 0.70712 -0.705434 -0.0484164 0 0 v -119.982 84.198 4.70992 -0.748159 -0.659298 -0.0747333 0 0 v -119.329 83.7577 3.79411 -0.460827 -0.886198 -0.0478802 0 0 v -120.302 85.2593 4.61605 -0.958143 0.224648 -0.177469 0 0 v -120.106 84.6365 3.66893 -0.942648 -0.290048 -0.165189 0 0 v -119.689 84.5348 2.07211 -0.895081 -0.291535 -0.337397 0 0 v -119.644 84.1091 2.84787 -0.734073 -0.659728 -0.160923 0 0 v -119.937 85.0781 2.76632 -0.937922 0.214187 -0.272813 0 0 v -119.005 83.7625 2.17427 -0.438341 -0.879984 -0.18299 0 0 v -119.473 86.1865 4.59781 -0.481016 0.859532 -0.172711 0 0 v -119.845 85.6574 3.61134 -0.738366 0.639285 -0.214778 0 0 v -118.048 86.5 4.72113 0.12911 0.984252 -0.120738 0 0 v -118.676 86.31 3.65015 -0.199104 0.964331 -0.174426 0 0 v -118.433 86.0027 2.04772 -0.184312 0.939668 -0.28819 0 0 v -119.18 85.9237 2.74546 -0.471608 0.847207 -0.244593 0 0 v -117.879 86.2092 2.8538 0.136916 0.974437 -0.178117 0 0 v -119.46 85.4309 2.02149 -0.705615 0.607185 -0.365285 0 0 v -116.732 85.8737 5.01649 0.701678 0.71087 -0.0480817 0 0 v -117.268 86.1493 3.86513 0.448412 0.887776 -0.103827 0 0 v -116.326 85.2557 4.14875 0.931226 0.363379 -0.0278104 0 0 v -116.373 85.0773 2.49321 0.930435 0.341645 -0.13255 0 0 v -116.678 85.6378 3.12755 0.707909 0.698592 -0.104087 0 0 v -117.198 85.8612 2.23641 0.460336 0.865544 -0.197292 0 0 v -117.126 83.8891 1.86396 0.452303 -0.880713 -0.140595 0 0 v -116.761 84.2424 1.46896 0.689527 -0.651866 -0.315631 0 0 v -116.407 84.5809 1.95216 0.949447 -0.24053 -0.201732 0 0 v -118.296 83.6611 1.66881 -0.0868863 -0.971042 -0.222548 0 0 v -117.653 83.8115 1.32004 0.232526 -0.919878 -0.315841 0 0 v -117.228 84.1011 1.06574 0.445174 -0.733423 -0.513723 0 0 v -118.036 83.9284 0.965041 -0.00200953 -0.790409 -0.612576 0 0 v -116.724 84.5731 1.16404 0.774274 -0.224762 -0.591592 0 0 v -119.195 84.1267 1.54781 -0.661811 -0.628853 -0.408106 0 0 v -118.593 83.9199 1.17635 -0.353002 -0.795905 -0.491859 0 0 v -119.441 84.9294 1.48847 -0.830405 0.174318 -0.52919 0 0 v -119.124 84.5146 1.10788 -0.70496 -0.260992 -0.659481 0 0 v -118.638 84.2643 0.850079 -0.427069 -0.475937 -0.768827 0 0 v -118.848 84.8186 0.839336 -0.533503 0.085263 -0.84149 0 0 v -118.813 85.6281 1.46287 -0.430138 0.781063 -0.452682 0 0 v -118.951 85.197 1.0692 -0.573531 0.482243 -0.662196 0 0 v -117.735 85.863 1.54423 0.15733 0.925744 -0.343868 0 0 v -118.158 85.6345 1.07917 -0.13779 0.81799 -0.558486 0 0 v -118.379 85.2884 0.791907 -0.285013 0.543415 -0.7896 0 0 v -117.645 85.4702 0.877502 0.186714 0.683628 -0.705542 0 0 v -116.744 85.3905 1.77903 0.713872 0.648856 -0.263388 0 0 v -117.218 85.5261 1.22286 0.472673 0.76084 -0.444637 0 0 v -116.588 84.9247 1.43029 0.876483 0.260864 -0.404633 0 0 v -116.968 85.1252 1.00757 0.639827 0.445523 -0.626203 0 0 v -111.853 58.645 80.7333 0.2017 -0.968088 0.148738 0 0 v -109.526 58.8268 77.13 0.224541 -0.973984 0.0305941 0 0 v -107.79 59.4773 79.6659 0.303814 -0.944913 0.121805 0 0 v -108.149 59.9857 82.7372 0.298919 -0.916418 0.266132 0 0 v -107.234 59.8512 71.4094 0.316595 -0.930635 -0.183541 0 0 v -107.346 59.4308 74.5852 0.306994 -0.950448 -0.0490203 0 0 v -111.41 58.4994 73.492 0.20789 -0.975212 -0.0757881 0 0 v -106.063 59.9837 75.0881 0.563007 -0.820478 0.0991939 0 0 v -107.067 59.5391 77.1098 0.412022 -0.910084 0.0445573 0 0 v -105.167 60.3555 73.1093 0.432192 -0.901617 -0.0172356 0 0 v -105.914 60.4332 81.1684 0.436088 -0.89132 0.123999 0 0 v -106.392 60.0318 79.1041 0.557901 -0.829582 0.023255 0 0 v -100.984 63.1705 69.743 0.457931 -0.813237 -0.359088 0 0 v -103.499 61.3535 71.3086 0.405533 -0.889647 -0.209933 0 0 v -95.2244 66.51 71.617 0.671708 -0.711272 -0.207126 0 0 v -98.0861 64.3183 71.4076 0.546307 -0.807966 -0.220769 0 0 v -98.7401 63.8181 72.6285 0.451039 -0.881276 0.141129 0 0 v -100.725 62.6803 71.7451 0.478786 -0.875919 -0.0594136 0 0 v -96.6135 65.0403 73.3001 0.545956 -0.837781 -0.00737939 0 0 v -103.003 61.4982 72.4978 0.496496 -0.851778 0.167231 0 0 v -93.99 67.5618 77.2512 0.758655 -0.64221 0.109585 0 0 v -94.9911 66.2874 74.7693 0.683541 -0.729891 -0.00552774 0 0 v -96.7309 66.5624 82.8028 0.642013 -0.680222 0.353719 0 0 v -95.7046 66.3356 79.8004 0.666945 -0.717196 0.202026 0 0 v -96.762 65.4974 79.3244 0.423282 -0.905173 0.038663 0 0 v -95.6197 65.9533 77.3272 0.569396 -0.817034 0.0907914 0 0 v -97.6784 65.1559 81.2963 0.541523 -0.826033 0.156275 0 0 v -96.2438 65.4178 75.3591 0.429409 -0.897686 0.0988355 0 0 v -102.59 63.2303 84.5388 0.453875 -0.786734 0.418386 0 0 v -99.5616 64.4149 83.0605 0.536069 -0.776942 0.330138 0 0 v -104.704 61.4485 83.0109 0.408451 -0.864495 0.292943 0 0 v -103.895 61.6315 81.8348 0.522932 -0.852049 -0.0235511 0 0 v -101.961 62.8121 82.6919 0.490397 -0.854861 0.16948 0 0 v -99.8226 63.9829 81.9147 0.472437 -0.880799 -0.0315582 0 0 v -104.822 68.1139 78.072 0.818085 -0.532596 -0.216973 0 0 v -103.631 69.6096 76.753 0.666997 -0.741272 0.0750406 0 0 v -102.212 70.5194 78.3169 0.476871 -0.847 -0.234913 0 0 v -103.621 68.8841 79.3959 0.648705 -0.584357 -0.487554 0 0 v -103.153 68.7862 74.2176 0.567881 -0.53901 0.622077 0 0 v -101.916 70.4564 75.2922 0.435514 -0.824301 0.361738 0 0 v -104.604 68.0693 75.4542 0.775553 -0.51232 0.368844 0 0 v -99.2149 71.0599 75.6427 -0.340409 -0.833803 0.43462 0 0 v -100.497 71.3663 76.8561 0.196019 -0.979648 0.0431963 0 0 v -100.416 70.2897 74.3188 -0.0280002 -0.699524 0.71406 0 0 v -100.958 70.407 79.4723 0.0638671 -0.750336 -0.657964 0 0 v -99.5066 71.1238 78.2358 -0.275782 -0.851584 -0.445813 0 0 v -106.273 60.0652 77.072 0.797256 -0.599565 0.0700296 0 0 v -105.944 60.611 78.8368 0.934211 -0.286458 -0.21258 0 0 v -105.262 60.838 80.5306 0.695442 -0.67817 -0.237583 0 0 v -104.705 60.7373 73.6897 0.660438 -0.630155 0.408321 0 0 v -105.681 60.559 75.2943 0.898333 -0.240605 0.36757 0 0 v -105.672 62.0142 75.3282 0.90561 0.0320003 0.422902 0 0 v -106.067 60.9788 77.0305 0.996757 -0.034276 0.0727998 0 0 v -104.652 61.5869 73.9425 0.664372 -0.0503568 0.745704 0 0 v -105.136 61.6861 80.1957 0.768656 -0.119906 -0.628324 0 0 v -105.914 62.0625 78.6668 0.958471 -0.00215984 -0.285181 0 0 v -100.969 62.6874 72.5792 0.396612 -0.762763 0.510775 0 0 v -103.012 61.8782 73.0297 0.43197 -0.350912 0.830821 0 0 v -97.4838 64.6839 73.9412 0.206407 -0.915727 0.344731 0 0 v -99.2705 63.9089 73.1753 -0.0102609 -0.563684 0.825927 0 0 v -99.6489 65.1572 73.3369 -0.341488 -0.06851 0.937386 0 0 v -101.254 63.3569 72.9406 0.0411365 -0.152341 0.987472 0 0 v -98.0755 65.174 74.1972 -0.596757 -0.344635 0.724644 0 0 v -103.166 63.252 73.1962 0.286266 0.00255442 0.958147 0 0 v -96.6053 65.4836 77.3583 0.1053 -0.993766 0.0366128 0 0 v -97.0634 65.3232 75.5962 -0.448786 -0.836859 0.313462 0 0 v -98.3048 64.8383 80.6991 0.214676 -0.93271 -0.289771 0 0 v -97.4943 65.4137 79.0818 -0.417052 -0.83066 -0.36888 0 0 v -97.9793 66.5766 78.903 -0.856676 -0.208604 -0.471795 0 0 v -97.2673 65.9115 77.3202 -0.88368 -0.458563 -0.0939667 0 0 v -98.8058 65.3336 80.3658 -0.486849 -0.384223 -0.784443 0 0 v -97.5742 66.487 75.6196 -0.940412 -0.180322 0.288287 0 0 v -101.909 62.8613 81.8511 0.465273 -0.788695 -0.401848 0 0 v -100.164 64.0946 81.3464 0.0717023 -0.601663 -0.795525 0 0 v -103.737 62.0252 81.2576 0.547342 -0.430342 -0.71779 0 0 v -103.839 63.3923 80.9495 0.417181 -0.0856721 -0.904776 0 0 v -102.081 63.5333 81.41 0.161481 -0.23709 -0.957973 0 0 v -100.485 65.3387 81.035 -0.225891 -0.156176 -0.961552 0 0 v -106.111 63.2302 76.9203 0.997326 -0.0126574 0.0719757 0 0 v -105.864 64.9955 78.4372 0.954937 -0.154482 -0.253438 0 0 v -105.214 63.9094 79.9707 0.757821 -0.0685348 -0.648853 0 0 v -104.751 63.816 73.9441 0.650978 -0.000287351 0.759096 0 0 v -105.632 64.9497 75.2749 0.908604 -0.125424 0.39838 0 0 v -105.668 66.5303 76.7831 0.947284 -0.310978 0.0771111 0 0 v -104.468 66.8426 74.2283 0.699992 -0.326253 0.635272 0 0 v -104.886 66.9273 79.4234 0.782977 -0.372822 -0.497945 0 0 v -101.481 65.5169 72.9783 -0.0294146 -0.0223961 0.999316 0 0 v -103.258 66.1224 73.2524 0.346071 -0.1248 0.929871 0 0 v -98.4238 67.2632 74.1892 -0.7159 -0.0941552 0.691825 0 0 v -99.9317 67.9251 73.3846 -0.292374 -0.167901 0.941449 0 0 v -101.661 68.5091 73.3699 0.145507 -0.34486 0.927307 0 0 v -99.0283 69.82 74.4337 -0.491025 -0.494838 0.716959 0 0 v -97.6488 67.9736 77.1988 -0.982169 -0.148626 -0.115126 0 0 v -97.9665 69.1851 75.5499 -0.916515 -0.258622 0.305146 0 0 v -99.1304 67.4192 80.1342 -0.596066 -0.159212 -0.786993 0 0 v -98.3483 69.27 78.6619 -0.832591 -0.281579 -0.476975 0 0 v -98.3452 70.635 77.0242 -0.822203 -0.563539 -0.0800377 0 0 v -99.6206 69.9504 79.5703 -0.383461 -0.538166 -0.750556 0 0 v -102.279 65.6869 81.1408 0.0948346 -0.119614 -0.988281 0 0 v -100.723 68.0973 80.6844 -0.173842 -0.255039 -0.951175 0 0 v -103.899 66.2554 80.6025 0.474903 -0.212236 -0.854063 0 0 v -102.352 68.6563 80.4374 0.26633 -0.429915 -0.862694 0 0 v -115.257 57.9989 70.269 0.196381 -0.973806 -0.114617 0 0 v -120.408 57.4796 68.1161 0.120397 -0.978433 -0.167852 0 0 v -117.794 58.317 65.9626 0.181037 -0.949545 -0.256103 0 0 v -113.614 59.1285 66.7021 0.278019 -0.905038 -0.321888 0 0 v -129.55 56.9367 68.0407 0 -0.983151 -0.182792 0 0 v -125.133 57.5032 66.07 0.0528392 -0.967232 -0.248335 0 0 v -124.687 56.7172 70.6896 0.0670629 -0.992196 -0.105113 0 0 v -125.676 58.3465 63.4186 0.0463794 -0.924391 -0.378615 0 0 v -121.71 58.149 64.7202 0.0909424 -0.947438 -0.306743 0 0 v -129.55 57.8921 64.3388 2.47031e-008 -0.946913 -0.321489 0 0 v -117.384 59.0849 63.9994 0.260861 -0.866981 -0.424612 0 0 v -119.665 58.7175 63.7889 0.121886 -0.912928 -0.389494 0 0 v -127.469 73.9374 107.149 0.0318291 -0.536457 0.843327 0 0 v -126.244 76.6104 108.559 0.0829158 -0.420218 0.903627 0 0 v -128.026 78.826 109.536 0.0254147 -0.337197 0.941091 0 0 v -129.55 76.6503 108.631 -9.24008e-009 -0.425379 0.905015 0 0 v -123.557 78.1079 108.742 0.16928 -0.34706 0.922439 0 0 v -126.244 79.3111 109.583 0.108165 -0.301604 0.947278 0 0 v -123.557 74.6885 107.171 0.160064 -0.492687 0.855359 0 0 v -129.55 80.9707 110.172 -2.15425e-006 -0.243938 0.969791 0 0 v -127.469 81.854 110.313 0.0653269 -0.201927 0.977219 0 0 v -124.623 81.2366 109.874 0.135532 -0.239171 0.961472 0 0 v -126.656 83.579 110.568 0.0822183 -0.145395 0.985951 0 0 v -129.55 83.4611 110.662 0 -0.158945 0.987287 0 0 v -120.987 79.8196 108.848 0.194038 -0.301451 0.933529 0 0 v -118.662 81.6458 108.849 0.237015 -0.238522 0.94177 0 0 v -122.991 82.717 109.966 0.154996 -0.192841 0.968911 0 0 v -129.55 84.7741 110.816 -6.15681e-008 -0.0608012 0.99815 0 0 v -125.888 84.7214 110.626 0.093133 -0.0821112 0.992262 0 0 v -121.604 84.1815 109.976 0.175967 -0.137125 0.974799 0 0 v -125.301 85.8821 110.646 0.0939665 -0.0486175 0.994388 0 0 v -129.55 85.7434 110.846 9.54871e-007 -0.0215463 0.999768 0 0 v -116.868 83.7527 108.819 0.267321 -0.17901 0.946834 0 0 v -115.889 86.0178 108.883 0.2815 -0.0879696 0.95552 0 0 v -120.66 85.8057 109.992 0.182824 -0.089283 0.979083 0 0 v -129.55 86.7776 110.861 -4.00902e-008 -0.00908946 0.999959 0 0 v -124.935 87.1226 110.654 0.0917557 -0.0220058 0.995538 0 0 v -120.175 87.5184 109.996 0.189284 -0.0212618 0.981692 0 0 v -124.812 88.4115 110.657 0.0926251 7.18902e-007 0.995701 0 0 v -129.55 87.8602 110.867 8.45553e-007 -0.00269625 0.999996 0 0 v -115.45 88.3324 108.824 0.296055 0.00524634 0.955157 0 0 v -115.865 90.7134 108.862 0.287995 0.0778882 0.954459 0 0 v -120.168 89.2708 109.99 0.191091 0.0236779 0.981287 0 0 v -129.55 88.9628 110.867 8.4462e-007 0.00269625 0.999996 0 0 v -124.935 89.7003 110.654 0.0923076 0.0221136 0.995485 0 0 v -120.671 91.0032 109.998 0.183733 0.0799402 0.97972 0 0 v -125.301 90.9408 110.646 0.0927043 0.0481162 0.99453 0 0 v -129.55 90.0453 110.861 -4.00902e-008 0.00908946 0.999959 0 0 v -116.975 93.0405 108.884 0.265324 0.166181 0.94973 0 0 v -118.708 95.1697 108.877 0.230638 0.243089 0.942186 0 0 v -121.627 92.6377 109.99 0.171718 0.137497 0.975504 0 0 v -129.55 91.0796 110.846 9.54871e-007 0.0215463 0.999768 0 0 v -125.888 92.1015 110.626 0.0925654 0.08176 0.992344 0 0 v -122.995 94.1052 109.969 0.153336 0.19402 0.96894 0 0 v -126.656 93.2439 110.568 0.082152 0.145357 0.985963 0 0 v -129.55 92.0489 110.816 -5.97024e-008 0.0608012 0.99815 0 0 v -120.992 97.0025 108.851 0.19245 0.30264 0.933473 0 0 v -123.557 98.715 108.742 0.16928 0.34706 0.922439 0 0 v -124.623 95.5864 109.874 0.135399 0.239333 0.96145 0 0 v -129.55 93.3618 110.662 0 0.158945 0.987287 0 0 v -127.469 94.9689 110.313 0.0653256 0.20193 0.977219 0 0 v -126.244 97.5119 109.583 0.108163 0.301603 0.947278 0 0 v -128.026 97.9969 109.536 0.025415 0.337195 0.941092 0 0 v -129.55 95.8522 110.172 1.61387e-008 0.243939 0.969791 0 0 v -126.244 100.213 108.559 0.0829157 0.420218 0.903627 0 0 v -129.55 100.173 108.631 -9.35667e-009 0.425378 0.905016 0 0 v -125.888 63.5278 97.0649 0.0659535 -0.791246 0.607931 0 0 v -122.995 66.3256 99.9755 0.123863 -0.733392 0.668426 0 0 v -126.656 68.5172 102.712 0.0563129 -0.691601 0.720081 0 0 v -129.55 65.7789 99.9755 3.54317e-008 -0.746931 0.664902 0 0 v -120.992 69.4843 102.715 0.174925 -0.660375 0.730278 0 0 v -118.706 64.739 97.0649 0.197039 -0.761864 0.617041 0 0 v -124.623 71.5067 105.14 0.107917 -0.618572 0.778282 0 0 v -129.55 71.1582 105.155 1.19843e-006 -0.625795 0.779988 0 0 v -124.876 57.361 84.5127 0.0736286 -0.971158 0.226783 0 0 v -120.597 58.8803 87.8791 0.140941 -0.924773 0.353455 0 0 v -125.295 59.7282 91.0636 0.0732343 -0.890468 0.449113 0 0 v -129.55 58.1701 87.8801 -3.45475e-008 -0.939651 0.342135 0 0 v -116.927 61.1013 91.0627 0.214057 -0.853942 0.474302 0 0 v -115.649 58.6482 84.506 0.184956 -0.948766 0.256191 0 0 v -121.626 61.9531 94.1098 0.139612 -0.828476 0.542343 0 0 v -129.55 61.2931 94.1098 -4.04894e-007 -0.843717 0.536789 0 0 v -119.795 57.0005 73.756 0.130085 -0.99088 -0.0351348 0 0 v -124.631 56.4997 77.2823 0.0704052 -0.996853 0.0364238 0 0 v -129.55 56.3196 73.793 0 -0.999247 -0.0387873 0 0 v -115.555 57.6444 77.2071 0.168174 -0.985105 0.0358679 0 0 v -120.025 57.2568 80.9131 0.128493 -0.983507 0.12729 0 0 v -129.55 56.5676 80.9152 0 -0.992944 0.118587 0 0 v -125.21 71.7676 49.4185 0.101595 -0.54126 -0.834695 0 0 v -126.725 68.748 51.3917 0.0549592 -0.578021 -0.814169 0 0 v -129.55 71.366 49.4185 0 -0.565038 -0.825065 0 0 v -121.273 69.7409 51.3965 0.148424 -0.540778 -0.827967 0 0 v -117.565 65.223 55.9245 0.202458 -0.693569 -0.691356 0 0 v -122.588 66.6648 53.507 0.126432 -0.638772 -0.758937 0 0 v -129.55 65.8436 53.5355 -7.1974e-007 -0.629249 -0.777204 0 0 v -124.656 63.7964 55.7714 0.115809 -0.704377 -0.700315 0 0 v -126.154 102.947 46.1521 0.187737 0.888505 0.418704 0 0 v -127.715 103.802 44.7367 0.0943061 0.915961 0.390027 0 0 v -129.55 103.301 46.1521 0 0.912789 0.408431 0 0 v -124.109 103.049 44.7367 0.278386 0.868704 0.409701 0 0 v -123.437 104.027 41.5883 0.288334 0.916044 0.278796 0 0 v -125.655 104.058 43.2306 0.19121 0.924428 0.329957 0 0 v -129.55 104.456 43.2306 -9.42107e-008 0.946778 0.321886 0 0 v -127.484 104.858 41.5883 0.0974677 0.959165 0.265522 0 0 v -125.258 104.965 39.7645 0.195873 0.958211 0.208484 0 0 v -127.32 105.635 37.7966 0.0994512 0.984209 0.146432 0 0 v -129.55 105.4 39.7645 8.6758e-008 0.97904 0.203669 0 0 v -122.961 104.747 37.7966 0.294366 0.943325 0.153256 0 0 v -122.746 105.083 33.5791 0.29706 0.954514 0.0256417 0 0 v -125.017 105.535 35.7223 0.198605 0.976059 0.0886824 0 0 v -129.55 105.992 35.7223 -9.32929e-010 0.996227 0.0867872 0 0 v -127.246 105.997 33.579 0.100364 0.994647 0.0245679 0 0 v -124.976 105.636 31.4043 0.199145 0.979258 -0.0373617 0 0 v -127.278 105.84 29.2296 0.100019 0.990745 -0.0917639 0 0 v -129.55 106.097 31.4043 -2.98527e-008 0.99933 -0.0365858 0 0 v -122.839 104.937 29.2297 0.296066 0.950356 -0.095748 0 0 v -123.19 104.383 25.0062 0.292598 0.935384 -0.198601 0 0 v -125.132 105.255 27.0865 0.197596 0.969551 -0.144661 0 0 v -129.55 105.702 27.0865 -2.41588e-007 0.989909 -0.141704 0 0 v -127.399 105.242 25.0062 0.0987936 0.976699 -0.190522 0 0 v -125.442 104.502 23.0204 0.194295 0.948871 -0.248781 0 0 v -127.592 104.289 21.1642 0.095824 0.943994 -0.315742 0 0 v -129.55 104.918 23.0204 2.26697e-007 0.969809 -0.243867 0 0 v -123.75 103.5 21.1642 0.283908 0.900888 -0.328324 0 0 v -124.565 102.212 17.9815 0.256217 0.802257 -0.539199 0 0 v -125.905 103.378 19.4729 0.184202 0.892111 -0.412562 0 0 v -129.55 103.749 19.4729 -8.41324e-007 0.914205 -0.405252 0 0 v -127.873 102.901 17.9815 0.0866684 0.848314 -0.522353 0 0 v -126.564 101.778 16.7254 0.157044 0.748645 -0.644103 0 0 v -128.249 101.036 15.6837 0.0695045 0.679755 -0.730139 0 0 v -129.55 102.086 16.7254 9.342e-010 0.771298 -0.636474 0 0 v -125.668 100.481 15.682 0.209077 0.630532 -0.747473 0 0 v -126.896 98.6147 14.1433 0.177993 0.4676 -0.865834 0 0 v -127.357 99.864 14.838 0.127641 0.581313 -0.803606 0 0 v -129.55 100.074 14.8315 0 0.599598 -0.800302 0 0 v -128.642 99.0459 14.1605 0.0488466 0.52487 -0.84978 0 0 v -128.117 98.0592 13.6493 0.105425 0.438084 -0.892731 0 0 v -128.897 97.3352 13.261 0.0460668 0.384166 -0.922114 0 0 v -129.55 98.1137 13.6169 0 0.455584 -0.890193 0 0 v -128.124 97.0611 13.2249 0.126864 0.342952 -0.930747 0 0 v -129.55 96.5727 12.9706 -1.60635e-006 0.307731 -0.951474 0 0 v -139.13 76.3788 107.259 -0.217205 -0.427826 0.877375 0 0 v -143.436 74.9946 105.205 -0.291042 -0.488372 0.82267 0 0 v -143.447 71.4344 102.723 -0.27991 -0.596822 0.751967 0 0 v -139.13 72.8768 105.177 -0.21318 -0.557212 0.802539 0 0 v -147.086 77.7682 105.247 -0.368708 -0.397171 0.840422 0 0 v -148.141 74.2508 102.759 -0.377122 -0.508758 0.773915 0 0 v -142.389 78.4581 107.302 -0.270206 -0.364996 0.890936 0 0 v -153.06 70.588 97.0597 -0.444471 -0.607749 0.658094 0 0 v -148.189 70.6458 99.9803 -0.358976 -0.612361 0.704379 0 0 v -152.996 74.1923 99.984 -0.46852 -0.496996 0.7304 0 0 v -142.411 67.9596 99.9755 -0.245374 -0.687476 0.683497 0 0 v -147.149 67.1468 97.0649 -0.325028 -0.701418 0.634326 0 0 v -145.018 80.9792 107.338 -0.324971 -0.280401 0.9032 0 0 v -149.897 81.2045 105.291 -0.414255 -0.276071 0.867282 0 0 v -152.107 77.8003 102.643 -0.447544 -0.427766 0.785316 0 0 v -151.17 84.7501 105.547 -0.41887 -0.133887 0.898121 0 0 v -154.211 82.4685 103.742 -0.318977 -0.252976 0.913376 0 0 v -146.72 83.8709 107.445 -0.358594 -0.184762 0.915026 0 0 v -161.888 81.86 102.717 0.238903 -0.199841 0.950257 0 0 v -158.247 80.5342 101.898 -0.107705 -0.578628 0.808449 0 0 v -158.284 83.6933 102.715 -0.154735 0.0053801 0.987941 0 0 v -161.717 78.3236 98.2129 -0.203612 -0.847452 0.490272 0 0 v -157.154 77.8885 99.8322 -0.349971 -0.618561 0.703493 0 0 v -163.065 79.882 101.206 0.119448 -0.885729 0.448572 0 0 v -157.621 74.7912 97.0395 -0.507942 -0.538363 0.672428 0 0 v -147.673 86.8534 107.446 -0.382836 -0.0507774 0.92242 0 0 v -152.351 88.1926 105.203 -0.469625 -0.00209044 0.882863 0 0 v -155.416 86.0201 103.636 -0.400703 0.0501994 0.914832 0 0 v -151.784 91.2 105.269 -0.477626 0.141934 0.867023 0 0 v -156.192 89.3774 102.739 -0.567401 0.130216 0.813081 0 0 v -147.844 89.7272 107.353 -0.386192 0.0634886 0.920231 0 0 v -163.229 89.0177 97.0145 -0.683724 0.100358 0.722806 0 0 v -160.29 88.5123 99.74 -0.6164 0.239626 0.750087 0 0 v -159.69 90.4001 100.018 -0.622051 0.115292 0.774442 0 0 v -162.219 86.7923 99.4131 -0.409458 0.726098 0.552381 0 0 v -159 86.8139 101.696 -0.439286 0.450916 0.776983 0 0 v -163.435 88.3287 97.1024 -0.641386 0.351373 0.682027 0 0 v -161.51 84.3299 102.319 0.00140947 0.42854 0.903522 0 0 v -147.022 92.5785 107.319 -0.3722 0.175463 0.911416 0 0 v -150.197 94.9486 105.214 -0.449293 0.270407 0.851479 0 0 v -155.192 92.9417 102.794 -0.544509 0.220786 0.809174 0 0 v -147.246 98.8067 105.202 -0.387694 0.382724 0.838579 0 0 v -152.376 98.0967 102.721 -0.493457 0.365075 0.789443 0 0 v -145.179 95.5958 107.293 -0.338581 0.271318 0.900971 0 0 v -158.573 100.084 97.0547 -0.589076 0.417683 0.691759 0 0 v -157.601 95.9583 99.9749 -0.583436 0.315898 0.748205 0 0 v -153.389 101.866 99.971 -0.501868 0.468008 0.72739 0 0 v -162.542 92.6604 97.034 -0.660193 0.228011 0.715651 0 0 v -142.431 98.3149 107.288 -0.278859 0.35945 0.890524 0 0 v -143.457 101.803 105.198 -0.298754 0.483144 0.822993 0 0 v -148.274 102.391 102.725 -0.397497 0.494929 0.772684 0 0 v -139.13 103.946 105.177 -0.21318 0.557212 0.802539 0 0 v -143.447 105.389 102.723 -0.283209 0.594574 0.752512 0 0 v -139.13 100.444 107.259 -0.218366 0.426916 0.87753 0 0 v -147.149 109.676 97.0649 -0.330927 0.697798 0.635268 0 0 v -148.234 106.1 99.9751 -0.375552 0.600939 0.705573 0 0 v -142.411 108.863 99.9755 -0.245374 0.687476 0.683497 0 0 v -153.26 105.837 97.0629 -0.475958 0.577587 0.663218 0 0 v -135.542 102.134 107.171 -0.160063 0.492687 0.855359 0 0 v -134.476 105.316 105.14 -0.107917 0.618572 0.778282 0 0 v -138.107 107.339 102.715 -0.174925 0.660375 0.730278 0 0 v -132.443 108.306 102.712 -0.0563129 0.691601 0.720081 0 0 v -131.63 102.886 107.149 -0.03183 0.536457 0.843327 0 0 v -133.211 113.295 97.0649 -0.0659537 0.791246 0.60793 0 0 v -136.104 110.497 99.9755 -0.123863 0.733392 0.668426 0 0 v -140.393 112.084 97.0649 -0.197039 0.761864 0.617041 0 0 v -152.031 67.1275 94.1021 -0.407738 -0.698858 0.587663 0 0 v -149.987 63.8784 91.1633 -0.355478 -0.777792 0.518339 0 0 v -145.081 63.9181 94.1098 -0.277337 -0.778913 0.562475 0 0 v -157.806 71.315 94.0728 -0.538773 -0.579472 0.611503 0 0 v -156.869 67.8515 91.1199 -0.497596 -0.674478 0.545415 0 0 v -159.386 65.8829 85.8103 -0.53674 -0.705366 0.463 0 0 v -154.835 64.6217 88.4746 -0.437415 -0.753285 0.491151 0 0 v -161.573 69.2554 87.9288 -0.60289 -0.625655 0.495055 0 0 v -147.196 60.9307 87.9751 -0.283393 -0.857781 0.428837 0 0 v -152.235 61.754 85.8124 -0.357354 -0.831625 0.425086 0 0 v -161.766 75.9419 94.7757 -0.490976 -0.691675 0.529649 0 0 v -162.276 72.9367 91.1286 -0.619022 -0.55408 0.556604 0 0 v -165.474 79.0847 98.7281 -0.174531 -0.971587 0.159869 0 0 v -165.416 78.1148 94.3843 -0.616124 -0.757534 0.215719 0 0 v -167.972 82.1158 93.2463 -0.962168 -0.269061 0.0428772 0 0 v -167.311 79.109 90.4655 -0.835659 -0.460863 0.298796 0 0 v -167.739 80.4896 96.9538 -0.796729 -0.566388 -0.210778 0 0 v -169.882 78.0323 84.3239 -0.83444 -0.400302 0.378772 0 0 v -166.495 75.2986 87.7782 -0.758363 -0.473395 0.448087 0 0 v -169.749 81.6933 87.4476 -0.865241 -0.274487 0.419542 0 0 v -165.829 71.5564 84.4624 -0.744934 -0.552606 0.373764 0 0 v -165.985 88.711 94.3319 -0.722494 0.226499 0.653223 0 0 v -167.831 86.7322 93.2892 -0.833573 0.351331 0.426288 0 0 v -165.905 86.7931 95.9212 -0.565497 0.695514 0.443254 0 0 v -165.981 91.0961 93.9859 -0.738773 0.141565 0.658919 0 0 v -168.518 90.2257 91.0087 -0.793238 0.131547 0.594532 0 0 v -172.082 91.6692 84.4491 -0.909335 0.137399 0.392724 0 0 v -170.59 88.3262 87.9239 -0.882071 -0.0192602 0.470722 0 0 v -169.915 93.8759 87.797 -0.834732 0.242035 0.494613 0 0 v -169.078 85.0264 90.5122 -0.934891 -0.0803332 0.345724 0 0 v -172.091 84.9452 84.3316 -0.906608 -0.141759 0.397449 0 0 v -168.314 83.7306 95.8491 -0.984793 0.143554 -0.0978559 0 0 v -163.3 97.706 94.0773 -0.66281 0.366092 0.653192 0 0 v -167.181 95.4847 90.9523 -0.748123 0.309746 0.586831 0 0 v -158.239 104.604 94.1053 -0.568164 0.539437 0.621448 0 0 v -162.884 102.652 91.0571 -0.654063 0.501243 0.566531 0 0 v -165.744 104.711 84.5107 -0.712655 0.599572 0.364194 0 0 v -166.87 100.444 87.8568 -0.739682 0.460234 0.490974 0 0 v -161.605 106.954 87.878 -0.623128 0.641255 0.447776 0 0 v -170.032 98.1826 84.4795 -0.83046 0.396153 0.391662 0 0 v -152.074 109.601 94.1093 -0.428622 0.691305 0.581705 0 0 v -156.972 108.648 91.0623 -0.527685 0.672272 0.519229 0 0 v -145.081 112.905 94.1098 -0.278888 0.783255 0.555637 0 0 v -149.968 112.914 91.0635 -0.372534 0.794403 0.479731 0 0 v -151.957 114.933 84.5118 -0.402928 0.875898 0.265428 0 0 v -154.861 112.083 87.8798 -0.470776 0.788592 0.395591 0 0 v -147.031 115.721 87.8792 -0.310852 0.87741 0.365409 0 0 v -159.555 110.49 84.5123 -0.5648 0.765358 0.308591 0 0 v -137.473 114.87 94.1098 -0.139685 0.828906 0.541667 0 0 v -142.143 115.694 91.0632 -0.221793 0.859854 0.459846 0 0 v -133.804 117.097 91.0627 -0.0740882 0.88988 0.450139 0 0 v -134.223 119.488 84.5039 -0.0805288 0.969382 0.231978 0 0 v -138.473 117.922 87.8773 -0.155208 0.923876 0.349805 0 0 v -143.378 117.954 84.5083 -0.240763 0.939848 0.242321 0 0 v -169.295 74.5345 80.8581 -0.826249 -0.501349 0.256831 0 0 v -168.189 71.5841 77.1779 -0.813779 -0.57038 0.111492 0 0 v -165.417 68.9888 80.7579 -0.758119 -0.599394 0.256871 0 0 v -172.546 81.3018 80.8092 -0.915396 -0.294564 0.274375 0 0 v -171.938 77.7951 77.1475 -0.894241 -0.428848 0.128151 0 0 v -171.802 78.0903 69.5609 -0.874102 -0.433341 -0.219456 0 0 v -170.374 74.5956 73.3663 -0.851106 -0.523185 -0.0435508 0 0 v -173.641 81.3128 73.3573 -0.949795 -0.31178 -0.0261225 0 0 v -166.413 69.0038 73.6029 -0.781976 -0.619913 -0.0649672 0 0 v -167.705 71.6444 69.6073 -0.772763 -0.585493 -0.245021 0 0 v -173.66 88.4188 80.8376 -0.957961 0.000689226 0.286898 0 0 v -174.225 84.8183 77.1446 -0.977005 -0.155156 0.146247 0 0 v -172.536 95.3992 80.8889 -0.914007 0.293135 0.28047 0 0 v -174.221 91.9969 77.1567 -0.976665 0.155893 0.147726 0 0 v -174.074 91.9111 69.5609 -0.96277 0.156728 -0.220251 0 0 v -174.787 88.4115 73.3573 -0.999809 1.10724e-007 -0.019552 0 0 v -173.641 95.5101 73.3573 -0.949829 0.31179 -0.0247402 0 0 v -174.074 84.9118 69.5609 -0.96277 -0.156728 -0.220251 0 0 v -169.248 102.064 80.9115 -0.801896 0.537763 0.260335 0 0 v -171.949 98.975 77.1665 -0.887237 0.441759 0.132885 0 0 v -163.863 108.247 80.9148 -0.655769 0.723557 0.215483 0 0 v -167.503 105.465 77.1692 -0.743578 0.660574 0.1036 0 0 v -167.371 105.039 69.5609 -0.720652 0.657937 -0.218584 0 0 v -170.229 102.251 73.3573 -0.82128 0.569129 -0.0398951 0 0 v -164.752 108.302 73.3573 -0.65562 0.752576 -0.0615719 0 0 v -171.802 98.7326 69.5609 -0.869107 0.443415 -0.219171 0 0 v -156.742 113.365 80.9147 -0.491123 0.854844 0.167453 0 0 v -161.107 111.117 77.1693 -0.575283 0.815493 0.0634119 0 0 v -148.349 117.174 80.9108 -0.326707 0.935222 0.136463 0 0 v -153.145 115.61 77.1667 -0.409001 0.911984 0.0316861 0 0 v -153.071 114.877 69.5571 -0.391831 0.893069 -0.221125 0 0 v -157.471 113.349 73.3564 -0.485174 0.87049 -0.082789 0 0 v -148.858 117.16 73.3485 -0.322554 0.941449 -0.0981434 0 0 v -161.006 110.509 69.5609 -0.552522 0.804146 -0.219244 0 0 v -139.149 119.516 80.9015 -0.163434 0.979178 0.120415 0 0 v -144.115 118.73 77.1558 -0.245102 0.969414 0.0127185 0 0 v -134.473 120.331 77.1421 -0.0825613 0.996574 0.00492218 0 0 v -134.457 119.503 69.5222 -0.0799782 0.971338 -0.223845 0 0 v -139.41 119.527 73.3301 -0.162298 0.981022 -0.106089 0 0 v -144.069 117.927 69.5416 -0.2358 0.945893 -0.2229 0 0 v -153.678 61.6844 68.1464 -0.376154 -0.840236 -0.390526 0 0 v -156.612 64.7316 65.236 -0.439889 -0.766469 -0.467999 0 0 v -151.681 64.1396 62.1159 -0.370505 -0.767937 -0.522493 0 0 v -149.135 61.1517 65.2368 -0.345985 -0.835828 -0.426246 0 0 v -163.66 69.3968 65.8068 -0.600576 -0.659768 -0.451681 0 0 v -158.678 68.0753 62.2473 -0.481821 -0.68844 -0.542125 0 0 v -161.277 65.92 68.3083 -0.543499 -0.730891 -0.412804 0 0 v -154.026 70.8861 56.1425 -0.391332 -0.559518 -0.730616 0 0 v -153.385 67.4016 59.052 -0.391367 -0.682612 -0.617148 0 0 v -159.536 71.6391 59.0738 -0.496748 -0.57886 -0.646655 0 0 v -146.689 64.3596 58.8558 -0.291434 -0.740681 -0.605358 0 0 v -147.964 67.4662 56.0989 -0.302131 -0.645375 -0.701575 0 0 v -168.732 75.2876 65.8696 -0.760018 -0.508726 -0.404439 0 0 v -164.559 73.1045 62.3475 -0.620246 -0.55978 -0.549492 0 0 v -171.979 81.6964 65.8621 -0.863762 -0.288732 -0.412977 0 0 v -168.626 78.9301 62.3401 -0.734387 -0.376594 -0.564671 0 0 v -162.485 80.2259 56.1425 -0.531137 -0.268333 -0.803673 0 0 v -164.22 76.7416 59.0738 -0.59883 -0.421369 -0.681066 0 0 v -167.137 82.4255 59.0738 -0.667369 -0.222529 -0.710704 0 0 v -159.013 75.2246 56.1425 -0.472495 -0.426969 -0.771003 0 0 v -173.083 88.4115 65.8621 -0.907367 -5.53846e-007 -0.42034 0 0 v -170.73 85.1966 62.3401 -0.800037 -0.13144 -0.585375 0 0 v -171.979 95.1265 65.8621 -0.863761 0.288732 -0.412977 0 0 v -170.73 91.6263 62.3401 -0.800037 0.13144 -0.585376 0 0 v -164.265 91.187 56.1425 -0.562199 0.0906518 -0.822018 0 0 v -168.117 88.4115 59.0738 -0.691892 -7.11484e-008 -0.722001 0 0 v -167.137 94.3974 59.0738 -0.667369 0.222529 -0.710703 0 0 v -164.265 85.636 56.1425 -0.562199 -0.0906522 -0.822018 0 0 v -168.694 101.503 65.8621 -0.750708 0.529719 -0.394761 0 0 v -168.626 97.8928 62.3401 -0.733873 0.37782 -0.564519 0 0 v -163.42 107.227 65.8621 -0.602973 0.704744 -0.373845 0 0 v -164.522 103.686 62.3401 -0.622882 0.573723 -0.531846 0 0 v -159.013 101.598 56.1425 -0.472494 0.426971 -0.771003 0 0 v -164.22 100.081 59.0738 -0.599404 0.421774 -0.68031 0 0 v -159.536 105.184 59.0738 -0.500419 0.583128 -0.639955 0 0 v -162.485 96.597 56.1425 -0.531137 0.268333 -0.803673 0 0 v -156.408 112.002 65.8613 -0.448917 0.81958 -0.356036 0 0 v -158.626 108.711 62.3401 -0.488495 0.717142 -0.497071 0 0 v -148.119 115.607 65.8533 -0.300133 0.889612 -0.344255 0 0 v -151.28 112.72 62.3373 -0.352157 0.809948 -0.469009 0 0 v -147.819 109.392 56.1416 -0.292593 0.661413 -0.690596 0 0 v -153.312 109.439 59.0734 -0.385269 0.701449 -0.599614 0 0 v -145.964 112.642 59.0694 -0.262832 0.780137 -0.567719 0 0 v -154.026 105.937 56.1425 -0.389784 0.561314 -0.730065 0 0 v -139.031 117.848 65.8349 -0.151703 0.928658 -0.338496 0 0 v -142.958 115.51 62.3264 -0.213461 0.866703 -0.450843 0 0 v -134.081 116.943 62.3128 -0.0723792 0.893521 -0.443149 0 0 v -133.352 112.986 56.1337 -0.0614708 0.762556 -0.643995 0 0 v -137.926 114.613 59.0602 -0.133423 0.825272 -0.548748 0 0 v -140.809 111.778 56.1381 -0.18102 0.729311 -0.659801 0 0 v -148.349 70.895 53.6208 -0.302951 -0.520928 -0.798032 0 0 v -142.912 71.6196 51.4139 -0.251012 -0.520239 -0.816299 0 0 v -142.644 68.2704 53.5815 -0.220117 -0.596926 -0.77151 0 0 v -153.293 74.436 53.6251 -0.369381 -0.412302 -0.832806 0 0 v -147.484 74.3786 51.4183 -0.318219 -0.423885 -0.847973 0 0 v -139.918 78.238 47.5221 -0.2867 -0.314131 -0.905055 0 0 v -142.002 75.0069 49.4185 -0.250731 -0.385901 -0.887814 0 0 v -145.352 77.718 49.4185 -0.29069 -0.287069 -0.912738 0 0 v -138.092 72.983 49.4185 -0.18898 -0.475278 -0.859301 0 0 v -137.205 76.2392 47.5221 -0.241982 -0.412577 -0.878194 0 0 v -157.027 78.6876 53.6251 -0.418356 -0.282 -0.863397 0 0 v -151.18 77.8526 51.4183 -0.366451 -0.306789 -0.878404 0 0 v -159.352 83.4237 53.6251 -0.446876 -0.142768 -0.88313 0 0 v -153.753 81.8572 51.4183 -0.395532 -0.185132 -0.8996 0 0 v -143.653 83.6598 47.5221 -0.324136 -0.124806 -0.937742 0 0 v -147.877 80.9712 49.4185 -0.314269 -0.187402 -0.930653 0 0 v -149.449 84.595 49.4185 -0.325731 -0.0920613 -0.94097 0 0 v -142.12 80.7565 47.5221 -0.312316 -0.215108 -0.925304 0 0 v -160.133 88.4115 53.6251 -0.456273 -5.50529e-008 -0.88984 0 0 v -155.072 86.1891 51.4183 -0.40923 -0.0611365 -0.910381 0 0 v -159.352 93.3993 53.6251 -0.446876 0.142768 -0.88313 0 0 v -155.072 90.6339 51.4183 -0.40923 0.0611363 -0.910381 0 0 v -144.439 90.0226 47.5221 -0.328678 0.0403903 -0.943578 0 0 v -149.978 88.4115 49.4185 -0.329168 -4.56465e-008 -0.944271 0 0 v -149.449 92.2279 49.4185 -0.325732 0.0920617 -0.940969 0 0 v -144.439 86.8003 47.5221 -0.328678 -0.0403903 -0.943578 0 0 v -157.027 98.1354 53.6251 -0.418356 0.281999 -0.863397 0 0 v -153.753 94.9658 51.4183 -0.395532 0.185132 -0.8996 0 0 v -153.293 102.387 53.6251 -0.369381 0.412303 -0.832805 0 0 v -151.18 98.9704 51.4183 -0.36645 0.306788 -0.878405 0 0 v -142.12 96.0664 47.5221 -0.312316 0.215108 -0.925304 0 0 v -147.877 95.8518 49.4185 -0.314269 0.187402 -0.930653 0 0 v -145.352 99.1049 49.4185 -0.29069 0.287068 -0.912738 0 0 v -143.653 93.1632 47.5221 -0.324136 0.124806 -0.937742 0 0 v -148.334 105.931 53.625 -0.301026 0.524936 -0.796132 0 0 v -147.484 102.444 51.4183 -0.318037 0.424151 -0.847908 0 0 v -142.499 108.588 53.6242 -0.214497 0.612463 -0.760841 0 0 v -142.897 105.207 51.4182 -0.250844 0.524798 -0.813427 0 0 v -137.205 100.584 47.5221 -0.241983 0.412576 -0.878194 0 0 v -142.002 101.816 49.4185 -0.25073 0.385902 -0.887814 0 0 v -138.092 103.84 49.4185 -0.188981 0.475277 -0.859301 0 0 v -139.918 98.5849 47.5221 -0.286699 0.31413 -0.905056 0 0 v -136.149 110.204 53.6224 -0.111121 0.66869 -0.735191 0 0 v -137.753 107.1 51.4178 -0.160748 0.602614 -0.781676 0 0 v -132.317 108.045 51.4174 -0.0552101 0.64411 -0.762938 0 0 v -131.119 102.606 47.5221 -0.0585895 0.55779 -0.827911 0 0 v -133.889 105.055 49.4185 -0.101593 0.541262 -0.834694 0 0 v -134.219 101.94 47.5221 -0.165418 0.502654 -0.848514 0 0 v -184.999 77.3164 126.015 -0.0545033 -0.00715752 0.998488 0 0 v -186.251 77.186 125.833 -0.260386 -0.0244349 0.965195 0 0 v -185.972 76.2313 125.722 -0.207884 -0.323226 0.923206 0 0 v -184.745 76.4501 125.915 -0.0199352 -0.237956 0.971071 0 0 v -187.314 78.0336 125.27 -0.507188 0.234408 0.829345 0 0 v -187.335 77.0451 125.378 -0.507901 -0.0643642 0.859008 0 0 v -186.329 78.161 125.683 -0.297788 0.241944 0.923464 0 0 v -187.959 76.0362 124.568 -0.627829 -0.419468 0.65565 0 0 v -187.056 76.0903 125.268 -0.437367 -0.394117 0.80832 0 0 v -188.213 76.9025 124.668 -0.703031 -0.117197 0.701436 0 0 v -185.498 75.3329 125.357 -0.162658 -0.542956 0.823857 0 0 v -186.482 75.2055 124.944 -0.337521 -0.613071 0.714299 0 0 v -165.566 82.1191 104.323 0.470453 0.194422 0.86074 0 0 v -169.395 80.4321 107.355 0.685744 -0.204253 0.698595 0 0 v -165.985 80.4916 104.256 0.475621 -0.628037 0.615918 0 0 v -175.037 78.7116 113.798 0.811391 -0.281714 0.512136 0 0 v -172.808 79.0692 110.609 0.672269 -0.602554 0.430097 0 0 v -172.448 80.0655 110.583 0.719375 0.174451 0.672359 0 0 v -173.517 78.5439 110.084 0.197823 -0.978528 -0.0578677 0 0 v -170.017 79.4506 106.92 0.425233 -0.866149 0.262607 0 0 v -175.55 77.9188 113.445 0.510759 -0.849324 0.133317 0 0 v -167.308 79.5575 102.924 0.144345 -0.981224 0.127923 0 0 v -171.101 79.2351 106.026 -0.0841659 -0.980095 -0.179807 0 0 v -168.934 79.7509 101.459 -0.411557 -0.880034 -0.236985 0 0 v -176.514 77.7817 112.933 -0.0745363 -0.936357 -0.343044 0 0 v -174.506 78.8129 109.494 -0.32125 -0.847523 -0.422497 0 0 v -174.959 79.6858 108.917 -0.77209 -0.19452 -0.605011 0 0 v -172.062 79.9646 105.184 -0.613119 -0.619623 -0.490054 0 0 v -177.452 78.3678 112.512 -0.515838 -0.607037 -0.604498 0 0 v -169.788 81.443 100.463 -0.866353 -0.234767 -0.440814 0 0 v -171.806 81.4081 104.242 -0.858097 0.29405 -0.420955 0 0 v -168.608 83.9622 98.9529 -0.735693 0.676928 -0.022887 0 0 v -177.498 79.355 112.281 -0.762419 0.323809 -0.560237 0 0 v -174.159 80.8424 108.405 -0.686473 0.659252 -0.306824 0 0 v -172.847 81.6178 108.386 -0.230386 0.965147 0.124154 0 0 v -170.1 82.9377 103.484 -0.497553 0.867426 0.0036173 0 0 v -176.562 80.2919 112.306 -0.471209 0.863315 -0.18069 0 0 v -165.534 85.5743 99.1716 -0.345799 0.877685 0.331802 0 0 v -168.787 83.0758 104.605 -0.0367427 0.924792 0.378695 0 0 v -164.716 84.2047 102.557 -0.00499709 0.804075 0.594508 0 0 v -175.578 80.4327 112.847 0.149376 0.933994 0.324564 0 0 v -172.403 81.1096 109.608 0.318869 0.793206 0.518794 0 0 v -168.954 81.8042 106.596 0.429447 0.571537 0.699229 0 0 v -175.064 79.7025 113.597 0.622384 0.525066 0.580469 0 0 v -176.438 78.6926 116.003 0.848341 0.161228 0.504304 0 0 v -177.084 77.7506 117.326 0.949522 -0.222342 0.221298 0 0 v -176.652 77.6262 115.744 0.759243 -0.603355 0.243953 0 0 v -177.131 77.3047 118.882 0.983395 -0.114737 -0.140608 0 0 v -177.523 76.7213 117.929 0.865356 -0.471141 -0.170836 0 0 v -177.262 78.3243 118.411 0.961614 0.271759 0.0380224 0 0 v -178.936 75.8055 117.156 0.342078 -0.764019 -0.547045 0 0 v -177.804 76.639 116.779 0.600816 -0.786563 -0.142616 0 0 v -178.202 75.6579 118.07 0.648121 -0.633911 -0.422013 0 0 v -177.556 77.0234 115.218 0.243357 -0.943307 -0.225719 0 0 v -179.275 76.4465 116.151 0.00222162 -0.824179 -0.566326 0 0 v -178.842 77.3301 114.744 -0.266461 -0.775366 -0.572544 0 0 v -180.402 75.3779 117.149 0.0991686 -0.653585 -0.750328 0 0 v -180.954 76.2802 116.492 -0.10907 -0.574246 -0.811384 0 0 v -182.294 77.6773 116.304 -0.357993 0.00233566 -0.933721 0 0 v -180.762 77.2692 115.757 -0.378391 -0.468142 -0.798538 0 0 v -182.633 76.6046 116.579 -0.198049 -0.312648 -0.928993 0 0 v -179.654 78.2577 114.531 -0.655844 -0.132915 -0.743103 0 0 v -181.12 78.5779 115.874 -0.548503 0.377256 -0.746206 0 0 v -179.245 79.3664 114.717 -0.583508 0.669596 -0.459521 0 0 v -183.205 78.5394 116.801 -0.289131 0.367696 -0.883857 0 0 v -181.842 79.2985 116.839 -0.297074 0.627984 -0.719294 0 0 v -180.239 80.2324 117.666 0.0499087 0.922505 -0.382745 0 0 v -180.164 79.7224 116.439 -0.308031 0.864722 -0.396702 0 0 v -181.833 80.2149 117.703 -0.104749 0.758663 -0.643007 0 0 v -178.114 80.0295 115.158 -0.129311 0.991604 -0.000635618 0 0 v -178.691 79.9153 117.069 0.250873 0.965908 0.0639117 0 0 v -177.044 79.6647 115.734 0.45617 0.79705 0.395754 0 0 v -179.633 80.495 118.624 0.343748 0.890908 -0.296851 0 0 v -178.412 79.7396 118.276 0.557991 0.828345 -0.0498996 0 0 v -177.441 79.0596 117.446 0.7404 0.600863 0.301285 0 0 v -177.704 79.2396 119.103 0.781458 0.617644 -0.0885353 0 0 v -177.138 78.2782 119.761 0.960827 0.277072 0.0066043 0 0 v -177.108 76.9549 120.155 0.981263 -0.177725 0.0744122 0 0 v -177.499 76.0578 119.098 0.865223 -0.465742 -0.185671 0 0 v -177.532 76.622 121.568 0.893682 -0.251342 0.371698 0 0 v -177.754 75.4889 120.327 0.819912 -0.567038 0.0788117 0 0 v -177.317 78.1884 121.13 0.926591 0.235657 0.293079 0 0 v -180.141 73.9529 119.032 0.280181 -0.886296 -0.368752 0 0 v -178.488 74.8349 119.114 0.623351 -0.739106 -0.255256 0 0 v -179.131 74.1693 120.366 0.544586 -0.8387 0.00292651 0 0 v -179.46 74.7928 118.031 0.343735 -0.7556 -0.557598 0 0 v -181.326 74.4778 117.927 0.0413279 -0.758304 -0.65059 0 0 v -182.259 75.456 117.106 -0.0981973 -0.56178 -0.821438 0 0 v -182.417 73.758 118.992 -0.0486103 -0.881226 -0.47019 0 0 v -183.547 74.7624 117.904 -0.197578 -0.684715 -0.701519 0 0 v -185.813 77.1227 117.577 -0.483657 -0.0437446 -0.874164 0 0 v -184.202 76.0621 117.188 -0.290837 -0.393157 -0.872262 0 0 v -185.748 75.5938 118.133 -0.431121 -0.50634 -0.74683 0 0 v -184.121 77.3955 116.839 -0.327981 0.00969866 -0.944635 0 0 v -184.945 78.5558 117.472 -0.398513 0.379894 -0.834786 0 0 v -183.502 79.6404 117.583 -0.259257 0.613263 -0.746119 0 0 v -186.61 78.4805 118.46 -0.570469 0.387438 -0.724194 0 0 v -185.065 79.8516 118.482 -0.389044 0.661606 -0.641032 0 0 v -182.367 81.4172 119.88 -0.00328397 0.96471 -0.263293 0 0 v -183.182 80.7121 118.636 -0.181628 0.813126 -0.553026 0 0 v -184.572 80.9749 119.81 -0.29995 0.870675 -0.389814 0 0 v -181.283 80.9299 118.731 0.075712 0.898594 -0.4322 0 0 v -180.344 81.0692 119.823 0.307824 0.939588 -0.149729 0 0 v -178.741 80.2422 119.575 0.563738 0.819891 -0.0998913 0 0 v -181.286 81.3862 121.184 0.238175 0.967965 0.079483 0 0 v -179.272 80.5782 120.905 0.520763 0.843442 0.13195 0 0 v -177.85 79.4486 120.439 0.77049 0.62841 0.106982 0 0 v -178.394 79.5087 121.896 0.702401 0.600578 0.382018 0 0 v -178.08 78.0052 122.722 0.811468 0.174054 0.557875 0 0 v -178.646 76.3031 123.239 0.741919 -0.295323 0.601947 0 0 v -178.564 75.0177 121.835 0.706271 -0.621923 0.33822 0 0 v -180.424 76.1116 124.74 0.489792 -0.318097 0.811738 0 0 v -180.014 74.7567 123.49 0.535329 -0.625251 0.567877 0 0 v -179.534 77.7217 124.37 0.627329 0.0977824 0.772591 0 0 v -182.637 73.0704 122.069 0.0827485 -0.989855 0.115494 0 0 v -180.332 73.7173 121.971 0.431874 -0.869236 0.240651 0 0 v -181.971 73.7371 123.576 0.247323 -0.82005 0.51609 0 0 v -181.207 73.3186 120.403 0.193417 -0.970555 -0.143575 0 0 v -183.797 73.2843 120.523 -0.137767 -0.95572 -0.260038 0 0 v -184.977 74.2161 119.153 -0.302897 -0.792182 -0.529812 0 0 v -185.152 73.3385 122.246 -0.252713 -0.964764 0.0732531 0 0 v -186.379 73.961 120.829 -0.411034 -0.867547 -0.280023 0 0 v -188.869 76.5547 120.467 -0.852717 -0.189101 -0.486944 0 0 v -187.31 75.2207 119.616 -0.564953 -0.603864 -0.562295 0 0 v -188.376 75.1152 121.415 -0.706685 -0.683103 -0.184302 0 0 v -187.486 76.8296 118.789 -0.661359 -0.108648 -0.742159 0 0 v -188.22 78.2647 119.961 -0.746245 0.374854 -0.550094 0 0 v -186.661 79.8495 119.792 -0.534051 0.693029 -0.484253 0 0 v -189.21 77.9096 121.732 -0.943131 0.295853 -0.151578 0 0 v -188.049 79.5519 121.462 -0.692585 0.683052 -0.231874 0 0 v -185.087 81.2704 122.998 -0.20508 0.956648 0.206801 0 0 v -186.072 80.8943 121.385 -0.417718 0.889181 -0.186732 0 0 v -187.237 80.3244 123.039 -0.561124 0.809442 0.173042 0 0 v -183.676 81.581 121.339 -0.0959835 0.993844 -0.0553208 0 0 v -182.606 81.3273 122.834 0.152946 0.939433 0.306715 0 0 v -180.247 80.6511 122.473 0.442459 0.816433 0.371035 0 0 v -184.056 80.723 124.369 0.0140534 0.798785 0.601452 0 0 v -181.684 80.3476 124.124 0.323449 0.726378 0.606428 0 0 v -179.556 79.3471 123.584 0.588177 0.531675 0.609401 0 0 v -181.258 78.9059 125.058 0.384437 0.390438 0.83652 0 0 v -181.605 77.3736 125.537 0.336866 -0.0062375 0.941532 0 0 v -182.696 76.1555 125.627 0.20927 -0.3106 0.927218 0 0 v -182.001 74.9284 124.809 0.268648 -0.559896 0.783802 0 0 v -184.146 75.4984 125.543 0.0384585 -0.463481 0.885272 0 0 v -183.746 77.0464 125.988 0.0824462 -0.0887889 0.992632 0 0 v -185.423 74.5472 124.743 -0.19997 -0.695901 0.689734 0 0 v -183.829 74.4175 124.771 0.0393385 -0.680369 0.731813 0 0 v -184.162 73.5361 123.635 -0.0761329 -0.888074 0.453352 0 0 v -186.123 74.1266 123.811 -0.342598 -0.831094 0.438074 0 0 v -187.246 74.268 122.615 -0.511035 -0.845567 0.154467 0 0 v -187.415 75.0803 124.174 -0.51368 -0.678982 0.524515 0 0 v -188.742 76.4088 123.897 -0.791318 -0.289993 0.538257 0 0 v -188.475 75.4229 123.209 -0.714032 -0.628496 0.308466 0 0 v -189.298 76.4051 122.319 -0.957543 -0.280067 0.0683734 0 0 v -189.073 77.4394 123.439 -0.914707 0.117114 0.386777 0 0 v -188.618 78.8772 123.139 -0.815036 0.519974 0.255622 0 0 v -188.263 77.9548 124.504 -0.72766 0.241689 0.641949 0 0 v -186.721 78.9407 125.247 -0.39799 0.413478 0.818926 0 0 v -187.63 79.2069 124.392 -0.614401 0.538485 0.576667 0 0 v -186.174 80.2962 124.404 -0.338698 0.741269 0.579487 0 0 v -185.336 79.4978 125.351 -0.141237 0.523178 0.840439 0 0 v -183.373 79.5376 125.333 0.119511 0.510017 0.851821 0 0 v -184.994 78.3729 125.873 -0.0689322 0.266078 0.961484 0 0 v -183.294 78.172 125.858 0.138896 0.205882 0.968669 0 0 v -136.239 101.877 46.1521 -0.364607 0.815888 0.448763 0 0 v -138.407 101.539 44.7367 -0.444149 0.778114 0.444151 0 0 v -139.312 100.098 46.1522 -0.517763 0.717796 0.4655 0 0 v -139.453 102.382 41.5883 -0.466368 0.831161 0.302773 0 0 v -140.626 100.927 43.2307 -0.52918 0.755485 0.386279 0 0 v -137.189 102.869 43.2306 -0.374594 0.856916 0.354082 0 0 v -143.539 98.4447 43.2321 -0.652206 0.628223 0.42422 0 0 v -141.456 99.376 44.7372 -0.588632 0.678666 0.439233 0 0 v -142.792 100.061 41.5889 -0.609865 0.720997 0.32898 0 0 v -141.949 97.7567 46.1527 -0.62196 0.566205 0.540905 0 0 v -143.91 96.7707 44.7389 -0.671932 0.50622 0.5406 0 0 v -143.931 95.0075 46.1586 -0.720448 0.39964 0.566782 0 0 v -145.457 97.3265 41.5915 -0.734086 0.578447 0.355691 0 0 v -145.718 95.639 43.2406 -0.756684 0.457142 0.467387 0 0 v -147.038 92.5777 43.292 -0.832834 0.236164 0.500613 0 0 v -145.594 93.8313 44.7698 -0.781773 0.326933 0.530986 0 0 v -147.292 94.3476 41.6031 -0.842112 0.381574 0.381115 0 0 v -145.138 91.9205 46.2011 -0.760955 0.197634 0.617971 0 0 v -146.387 90.5645 44.8846 -0.794752 0.127663 0.593356 0 0 v -145.448 88.5652 46.345 -0.777448 0.00288918 0.62894 0 0 v -148.206 91.2042 41.6364 -0.89936 0.180761 0.398092 0 0 v -147.587 89.535 43.3654 -0.818102 0.206282 0.536802 0 0 v -148.528 87.8244 43.1994 -0.587576 0.594301 0.549145 0 0 v -147.203 87.7284 44.5 -0.643969 0.242208 0.7257 0 0 v -148.726 88.779 41.7899 -0.84064 0.404234 0.360445 0 0 v -146.114 84.8575 45.4666 -0.406322 -0.102823 0.907926 0 0 v -145.929 86.7463 45.7048 -0.595809 0.0135816 0.803011 0 0 v -147.32 86.022 44.9715 -0.31439 0.238187 0.918927 0 0 v -144.795 85.1072 46.6405 -0.778023 -0.196286 0.596784 0 0 v -145.049 83.273 45.7059 -0.692834 -0.309399 0.651347 0 0 v -143.752 81.8266 46.3435 -0.699945 -0.382093 0.603392 0 0 v -146.644 83.423 44.9944 -0.208835 -0.364413 0.907519 0 0 v -145.733 81.9966 44.5157 -0.469915 -0.547289 0.692571 0 0 v -146.656 80.7408 41.8127 -0.539725 -0.789657 0.291786 0 0 v -145.285 80.4892 43.3671 -0.619606 -0.616358 0.485994 0 0 v -146.881 81.5081 43.2565 -0.313615 -0.812298 0.491749 0 0 v -143.384 78.2331 43.2857 -0.645725 -0.628905 0.433033 0 0 v -143.707 79.9633 44.8805 -0.685835 -0.535242 0.493098 0 0 v -145.113 79.0774 41.6302 -0.701071 -0.620656 0.35112 0 0 v -141.899 79.0597 46.1986 -0.623507 -0.565644 0.539709 0 0 v -141.416 77.4292 44.7655 -0.570771 -0.659894 0.488631 0 0 v -139.307 76.7244 46.1568 -0.517609 -0.717464 0.466182 0 0 v -142.723 76.6778 41.5967 -0.601119 -0.728903 0.327653 0 0 v -140.61 75.8811 43.2361 -0.52513 -0.757704 0.387457 0 0 v -137.189 73.9534 43.2306 -0.374594 -0.856916 0.354082 0 0 v -138.407 75.2844 44.7367 -0.453997 -0.795995 0.400349 0 0 v -139.453 74.4411 41.5883 -0.464521 -0.832284 0.302529 0 0 v -136.239 74.9462 46.1521 -0.364607 -0.815886 0.448767 0 0 v -134.99 73.7743 44.7367 -0.278385 -0.868703 0.409703 0 0 v -132.945 73.8754 46.1521 -0.189698 -0.897739 0.397592 0 0 v -134.219 74.8825 47.5221 -0.282281 -0.856473 0.43217 0 0 v -135.662 72.7957 41.5883 -0.288334 -0.916044 0.278797 0 0 v -133.444 72.7647 43.2306 -0.191211 -0.924428 0.329957 0 0 v -131.384 73.0206 44.7367 -0.0959244 -0.931595 0.350614 0 0 v -131.615 71.9645 41.5883 -0.0974678 -0.959165 0.265523 0 0 v -131.119 74.2166 47.5221 -0.0953875 -0.906668 0.41092 0 0 v -137.946 103.68 39.7645 -0.38635 0.894949 0.22316 0 0 v -140.194 103.003 37.7966 -0.480641 0.861091 0.165852 0 0 v -141.669 101.6 39.7646 -0.553419 0.796965 0.242019 0 0 v -140.528 103.292 33.5791 -0.48746 0.872707 0.0276444 0 0 v -142.299 102.017 35.7224 -0.569825 0.815484 0.101416 0 0 v -138.403 104.19 35.7223 -0.392902 0.914708 0.0945336 0 0 v -145.545 99.2223 35.7231 -0.725559 0.680665 0.101284 0 0 v -143.734 100.541 37.7971 -0.639103 0.748727 0.175941 0 0 v -144.156 100.749 33.5792 -0.656036 0.754256 0.0267219 0 0 v -144.795 98.9548 39.7659 -0.694447 0.672159 0.256798 0 0 v -146.535 97.6121 37.7989 -0.782686 0.5965 0.177735 0 0 v -147.119 95.9784 39.7684 -0.82485 0.498824 0.266076 0 0 v -147.009 97.6659 33.5798 -0.807666 0.589334 0.0189805 0 0 v -147.94 96.0111 35.7228 -0.86479 0.493004 0.0953176 0 0 v -149.412 92.4361 35.7074 -0.961786 0.254517 0.100943 0 0 v -148.457 94.3344 37.793 -0.906652 0.382426 0.178137 0 0 v -148.952 94.1955 33.5769 -0.926804 0.375259 0.014682 0 0 v -148.552 92.7329 39.765 -0.924797 0.262957 0.274962 0 0 v -149.444 90.6972 37.7602 -0.969779 0.15257 0.190397 0 0 v -149.137 89.5076 39.8593 -0.948161 0.202387 0.245011 0 0 v -149.94 90.4312 33.5624 -0.991299 0.129867 0.0214461 0 0 v -149.935 88.5478 35.5845 -0.995884 0.0126113 0.0897607 0 0 v -149.533 84.5596 35.14 -0.967002 -0.249258 0.0527015 0 0 v -149.746 86.4628 36.9158 -0.997356 -0.0712161 0.0144651 0 0 v -149.981 86.5125 33.3757 -0.993389 -0.113982 0.013649 0 0 v -149.998 85.7436 38.5906 -0.860859 0.143822 -0.488095 0 0 v -149.708 87.5687 38.7885 -0.982193 0.187778 -0.00597346 0 0 v -149.515 84.4643 37.6689 -0.936965 -0.242935 -0.251156 0 0 v -149.645 87.7336 40.5448 -0.810737 0.585342 -0.00901942 0 0 v -148.774 82.6894 36.9169 -0.907147 -0.42081 0.00166184 0 0 v -148.161 81.5811 38.8041 -0.769756 -0.63743 -0.0340527 0 0 v -149.296 83.0593 38.6134 -0.710508 -0.538173 -0.453375 0 0 v -148.987 82.6725 33.3753 -0.924481 -0.381087 0.0103457 0 0 v -147.942 80.8347 35.5827 -0.865507 -0.494766 0.0781296 0 0 v -145.538 77.6009 35.7043 -0.727556 -0.678481 0.101622 0 0 v -146.463 79.142 37.756 -0.772929 -0.610505 0.172814 0 0 v -147.002 79.1572 33.5611 -0.808105 -0.588644 0.0215535 0 0 v -146.742 80.1658 39.8611 -0.722109 -0.662302 0.199788 0 0 v -144.684 77.7297 39.7587 -0.692608 -0.677469 0.24765 0 0 v -147.972 81.332 40.6018 -0.500603 -0.865279 -0.0262671 0 0 v -143.72 76.268 37.7885 -0.639819 -0.749009 0.172096 0 0 v -141.658 75.2094 39.7639 -0.550297 -0.799806 0.239756 0 0 v -144.154 76.0741 33.5755 -0.65648 -0.753854 0.027164 0 0 v -142.298 74.8062 35.7205 -0.570328 -0.815156 0.101229 0 0 v -138.403 72.6332 35.7223 -0.392902 -0.914708 0.0945336 0 0 v -140.194 73.8204 37.7966 -0.480514 -0.861164 0.165843 0 0 v -140.528 73.5312 33.5791 -0.487507 -0.872681 0.0276451 0 0 v -137.946 73.1426 39.7645 -0.38635 -0.894949 0.22316 0 0 v -136.138 72.0756 37.7966 -0.294366 -0.943324 0.153256 0 0 v -133.842 71.8577 39.7645 -0.195873 -0.958211 0.208484 0 0 v -136.353 71.7401 33.5791 -0.297061 -0.954514 0.0256412 0 0 v -134.082 71.288 35.7223 -0.198604 -0.976059 0.0886827 0 0 v -131.779 71.1875 37.7966 -0.0994512 -0.984209 0.146432 0 0 v -131.854 70.8255 33.5791 -0.100364 -0.994647 0.024568 0 0 v -138.482 104.28 31.4043 -0.394152 0.918185 -0.0397589 0 0 v -140.384 103.166 29.2297 -0.48575 0.867986 -0.103186 0 0 v -142.407 102.087 31.4044 -0.574877 0.817078 -0.0436 0 0 v -139.839 102.688 25.0062 -0.478245 0.85187 -0.213537 0 0 v -141.997 101.804 27.0865 -0.568631 0.805559 -0.166531 0 0 v -138.184 103.94 27.0865 -0.390563 0.90764 -0.153786 0 0 v -145.178 99.0119 27.0865 -0.727893 0.66134 -0.181112 0 0 v -143.972 100.639 29.2297 -0.655317 0.746876 -0.112852 0 0 v -143.279 100.258 25.0062 -0.642704 0.730404 -0.231174 0 0 v -145.67 99.2365 31.4045 -0.736724 0.674263 -0.051049 0 0 v -146.793 97.5462 29.2297 -0.806539 0.577866 -0.124763 0 0 v -148.067 95.9179 31.4044 -0.873715 0.482645 -0.0606204 0 0 v -145.996 97.2683 25.0062 -0.788146 0.562538 -0.249754 0 0 v -147.517 95.7422 27.0865 -0.86026 0.470994 -0.195238 0 0 v -148.947 92.156 27.0865 -0.947502 0.245635 -0.204702 0 0 v -148.711 94.0579 29.2294 -0.920435 0.367151 -0.134163 0 0 v -147.85 93.8839 25.0062 -0.896022 0.356352 -0.264873 0 0 v -149.53 92.2728 31.4014 -0.965699 0.251821 -0.0633394 0 0 v -149.681 90.3265 29.228 -0.982455 0.12602 -0.137485 0 0 v -150.026 88.4387 31.3768 -0.997994 0.00554894 -0.0630709 0 0 v -148.789 90.2621 25.0062 -0.954174 0.121588 -0.273438 0 0 v -149.425 88.4115 27.0865 -0.978081 -8.73913e-007 -0.208226 0 0 v -148.947 84.6669 27.0865 -0.947108 -0.245535 -0.206638 0 0 v -149.685 86.5085 29.2093 -0.982181 -0.123182 -0.141942 0 0 v -148.789 86.5608 25.0062 -0.954174 -0.121588 -0.273439 0 0 v -149.554 84.5847 31.2879 -0.965348 -0.25009 -0.0745503 0 0 v -148.714 82.7696 29.2093 -0.919433 -0.368313 -0.137798 0 0 v -148.067 80.9096 31.3764 -0.872343 -0.48516 -0.060307 0 0 v -147.85 82.939 25.0062 -0.896022 -0.356352 -0.264872 0 0 v -147.517 81.0807 27.0865 -0.860233 -0.47098 -0.195389 0 0 v -145.178 77.811 27.0865 -0.727898 -0.661344 -0.181078 0 0 v -146.792 79.2767 29.2279 -0.806495 -0.578011 -0.124373 0 0 v -145.996 79.5546 25.0062 -0.788146 -0.562537 -0.249755 0 0 v -145.669 77.5865 31.4007 -0.736992 -0.67401 -0.0505355 0 0 v -143.972 76.1838 29.2293 -0.655347 -0.746858 -0.112793 0 0 v -142.406 74.7357 31.404 -0.574935 -0.817039 -0.043558 0 0 v -143.279 76.5645 25.0062 -0.642705 -0.730403 -0.231174 0 0 v -141.997 75.0188 27.0865 -0.568632 -0.80556 -0.166528 0 0 v -138.184 72.8832 27.0865 -0.390563 -0.90764 -0.153786 0 0 v -140.384 73.6572 29.2297 -0.485751 -0.867985 -0.103186 0 0 v -139.839 74.1345 25.0062 -0.478244 -0.851871 -0.213538 0 0 v -138.482 72.5432 31.4043 -0.394152 -0.918185 -0.0397589 0 0 v -136.26 71.8863 29.2297 -0.296067 -0.950356 -0.0957481 0 0 v -134.124 71.1874 31.4043 -0.199145 -0.979258 -0.0373603 0 0 v -135.91 72.44 25.0062 -0.2926 -0.935384 -0.198602 0 0 v -133.967 71.5676 27.0865 -0.197597 -0.969551 -0.14466 0 0 v -131.822 70.9833 29.2297 -0.100016 -0.990745 -0.0917638 0 0 v -131.701 71.5805 25.0062 -0.0987913 -0.976699 -0.190522 0 0 v -137.595 103.266 23.0204 -0.382938 0.885292 -0.263848 0 0 v -138.969 101.927 21.1642 -0.460269 0.815406 -0.351092 0 0 v -141.186 101.246 23.0204 -0.554049 0.782382 -0.284444 0 0 v -137.701 100.817 17.9815 -0.407408 0.714952 -0.56821 0 0 v -139.976 100.412 19.4729 -0.513939 0.721806 -0.463533 0 0 v -136.715 102.261 19.4729 -0.360295 0.825419 -0.434593 0 0 v -142.751 97.9554 19.4729 -0.645342 0.582412 -0.494297 0 0 v -142.173 99.6528 21.1642 -0.612943 0.69422 -0.377305 0 0 v -140.563 98.7704 17.9815 -0.531325 0.598337 -0.599739 0 0 v -144.204 98.5881 23.0204 -0.705169 0.639074 -0.307118 0 0 v -144.726 96.8334 21.1642 -0.745251 0.530209 -0.404326 0 0 v -146.437 95.459 23.0204 -0.828899 0.45288 -0.328368 0 0 v -142.876 96.1996 17.9815 -0.633569 0.44827 -0.63059 0 0 v -144.824 95.036 19.4728 -0.749108 0.407677 -0.522146 0 0 v -146.104 91.8015 19.472 -0.81434 0.209423 -0.541287 0 0 v -146.479 93.6228 21.1642 -0.840991 0.333636 -0.425935 0 0 v -144.48 93.2405 17.9806 -0.703597 0.277374 -0.654229 0 0 v -147.807 92.0148 23.0204 -0.909352 0.235299 -0.343095 0 0 v -147.37 90.1742 21.1638 -0.891609 0.11362 -0.43832 0 0 v -148.266 88.4115 23.0204 -0.937473 -1.19157e-006 -0.348059 0 0 v -145.296 90.0365 17.977 -0.738448 0.0955629 -0.667505 0 0 v -146.543 88.4036 19.477 -0.838191 0.00750466 -0.545326 0 0 v -146.175 85.0093 19.5107 -0.826352 -0.213205 -0.521235 0 0 v -147.382 86.6449 21.1703 -0.895498 -0.110809 -0.431052 0 0 v -145.415 86.7482 18.0421 -0.753849 -0.0762952 -0.652603 0 0 v -147.807 84.8081 23.0204 -0.910422 -0.235574 -0.340054 0 0 v -146.49 83.199 21.1703 -0.842955 -0.337533 -0.418925 0 0 v -146.437 81.364 23.0204 -0.828996 -0.452934 -0.32805 0 0 v -144.596 83.571 18.0421 -0.709337 -0.300315 -0.637693 0 0 v -144.834 81.7892 19.477 -0.747133 -0.414851 -0.519317 0 0 v -142.75 78.8691 19.472 -0.645391 -0.581834 -0.494913 0 0 v -144.726 79.9904 21.1638 -0.744853 -0.530397 -0.404811 0 0 v -142.871 80.6314 17.977 -0.631627 -0.449815 -0.631437 0 0 v -144.204 78.2348 23.0204 -0.705151 -0.639055 -0.307199 0 0 v -142.173 77.1703 21.1642 -0.612966 -0.694127 -0.37744 0 0 v -141.186 75.5774 23.0204 -0.554048 -0.78238 -0.284453 0 0 v -140.562 78.0541 17.9806 -0.531541 -0.59773 -0.600153 0 0 v -139.975 76.4115 19.4728 -0.514017 -0.721695 -0.463619 0 0 v -136.715 74.5624 19.4729 -0.360294 -0.82542 -0.434592 0 0 v -138.969 74.8961 21.1642 -0.460276 -0.815403 -0.351091 0 0 v -137.702 76.0056 17.9815 -0.407466 -0.714909 -0.568221 0 0 v -137.595 73.5569 23.0204 -0.382939 -0.885292 -0.263848 0 0 v -135.35 73.3234 21.1642 -0.283907 -0.900888 -0.328324 0 0 v -133.657 72.3208 23.0204 -0.194296 -0.948871 -0.248783 0 0 v -134.534 74.6105 17.9815 -0.256216 -0.802258 -0.539199 0 0 v -133.194 73.4452 19.4729 -0.184203 -0.892111 -0.412562 0 0 v -131.508 72.5335 21.1642 -0.0958237 -0.943994 -0.315742 0 0 v -131.226 73.922 17.9815 -0.0866693 -0.848314 -0.522353 0 0 v -135.464 100.83 16.7254 -0.301094 0.678367 -0.670194 0 0 v -135.972 99.312 15.6751 -0.316508 0.541969 -0.77852 0 0 v -138.254 99.2254 16.7254 -0.416279 0.579025 -0.701029 0 0 v -133.914 97.5896 14.0746 -0.241373 0.382264 -0.891972 0 0 v -136.047 97.7313 14.7938 -0.305036 0.414856 -0.857233 0 0 v -133.894 99.072 14.8144 -0.238634 0.500586 -0.832146 0 0 v -138.083 95.9261 14.8019 -0.36402 0.326512 -0.872284 0 0 v -138.366 97.5698 15.6738 -0.396868 0.443723 -0.803495 0 0 v -135.76 96.169 14.0614 -0.282237 0.316885 -0.905498 0 0 v -140.684 97.0555 16.7254 -0.509563 0.456583 -0.7293 0 0 v -140.363 95.3392 15.6761 -0.463825 0.326121 -0.823718 0 0 v -142.53 94.4336 16.7249 -0.578727 0.312591 -0.753235 0 0 v -137.47 94.3494 14.0852 -0.328457 0.232755 -0.915391 0 0 v -139.666 93.6937 14.8068 -0.408869 0.223502 -0.884801 0 0 v -140.657 91.2258 14.8026 -0.436647 0.117406 -0.891939 0 0 v -141.767 92.7317 15.6743 -0.508067 0.200252 -0.837715 0 0 v -138.668 92.2016 14.0895 -0.355535 0.147265 -0.922989 0 0 v -143.678 91.4916 16.7208 -0.620087 0.157313 -0.768599 0 0 v -142.477 89.8989 15.6645 -0.528927 0.0937398 -0.843475 0 0 v -144.113 88.372 16.7461 -0.649857 0.0177828 -0.759848 0 0 v -139.269 90.0013 14.0829 -0.36576 0.097557 -0.925582 0 0 v -140.951 88.8976 14.687 -0.462077 0.193833 -0.865398 0 0 v -140.628 87.7225 13.8703 -0.505758 0.676553 -0.535243 0 0 v -141.851 87.5936 14.8796 -0.640297 0.257596 -0.723646 0 0 v -139.46 88.4112 13.8045 -0.332214 0.487983 -0.807159 0 0 v -142.347 85.4517 15.2962 -0.785417 -0.202792 -0.584804 0 0 v -143.094 86.782 15.8994 -0.67546 -0.0148179 -0.737248 0 0 v -141.965 86.3765 14.5402 -0.905254 0.171924 -0.388532 0 0 v -144.033 85.2707 16.9143 -0.67067 -0.172503 -0.721418 0 0 v -142.398 84.0737 15.9004 -0.621227 -0.318045 -0.716187 0 0 v -142.578 82.4007 16.7461 -0.586875 -0.337326 -0.736063 0 0 v -141.512 84.6271 14.5507 -0.744972 -0.574777 -0.338596 0 0 v -140.816 83.5813 14.8874 -0.505113 -0.545664 -0.668665 0 0 v -138.172 83.3966 13.816 -0.166132 -0.643776 -0.746962 0 0 v -139.357 82.6661 14.689 -0.368471 -0.418991 -0.829865 0 0 v -139.583 83.6886 13.8965 -0.270396 -0.854379 -0.443759 0 0 v -138.02 80.8025 14.7966 -0.36398 -0.336421 -0.868527 0 0 v -140.322 81.4536 15.6639 -0.456329 -0.353589 -0.816541 0 0 v -137.278 82.1652 14.0769 -0.308449 -0.283804 -0.907917 0 0 v -140.68 79.7756 16.7208 -0.510534 -0.455762 -0.729133 0 0 v -138.358 79.2471 15.6713 -0.397712 -0.446155 -0.80173 0 0 v -138.253 77.5984 16.7249 -0.416634 -0.578834 -0.700976 0 0 v -135.722 80.5923 14.0598 -0.277262 -0.325743 -0.90389 0 0 v -136.04 79.0822 14.7932 -0.303306 -0.418432 -0.856107 0 0 v -133.894 77.7509 14.8144 -0.238635 -0.500588 -0.832145 0 0 v -135.972 77.511 15.6751 -0.316362 -0.542099 -0.778488 0 0 v -133.914 79.2334 14.0746 -0.240256 -0.383474 -0.891754 0 0 v -135.464 75.9927 16.7254 -0.301092 -0.678367 -0.670195 0 0 v -133.431 76.3421 15.682 -0.209075 -0.630533 -0.747473 0 0 v -132.535 75.0446 16.7254 -0.157045 -0.748643 -0.644104 0 0 v -132.203 78.2082 14.1433 -0.17799 -0.467603 -0.865833 0 0 v -131.743 76.9589 14.838 -0.127641 -0.581314 -0.803605 0 0 v -130.85 75.7873 15.6837 -0.0695063 -0.679754 -0.730139 0 0 v -130.458 77.7771 14.1605 -0.0488438 -0.52487 -0.84978 0 0 v -132.196 97.2726 13.5311 -0.195399 0.352921 -0.915022 0 0 v -131.706 95.9959 13.0141 -0.168045 0.261993 -0.950327 0 0 v -133.52 96.0956 13.428 -0.220505 0.289775 -0.931347 0 0 v -130.67 94.9743 12.6404 -0.0931427 0.177691 -0.979668 0 0 v -130.444 96.1221 12.8765 -0.0818018 0.259246 -0.962341 0 0 v -130.038 93.153 12.3487 -0.0555703 0.0746748 -0.995658 0 0 v -131.326 94.0055 12.5668 -0.11721 0.133908 -0.984038 0 0 v -132.906 93.3722 12.6909 -0.161196 0.12882 -0.978479 0 0 v -133.122 94.6554 12.9571 -0.191013 0.206155 -0.959695 0 0 v -131.541 92.7012 12.4499 -0.102103 0.0840407 -0.991218 0 0 v -135.241 94.7018 13.469 -0.258852 0.23472 -0.936964 0 0 v -134.587 93.2946 13.019 -0.223797 0.148194 -0.963303 0 0 v -136.607 92.8939 13.4953 -0.28713 0.157251 -0.944896 0 0 v -132.233 91.9907 12.4713 -0.115241 0.0702894 -0.990847 0 0 v -133.733 91.8401 12.6801 -0.169944 0.0854856 -0.981739 0 0 v -134.6 90.2936 12.7193 -0.192044 0.0492308 -0.980151 0 0 v -135.586 91.5162 13.0328 -0.238903 0.0976082 -0.966125 0 0 v -133.043 90.4489 12.481 -0.130585 0.0463474 -0.990353 0 0 v -137.435 90.8526 13.4941 -0.304123 0.0825232 -0.949052 0 0 v -136.056 89.5801 13.0248 -0.246133 0.0534858 -0.967759 0 0 v -137.809 88.9327 13.4478 -0.268136 0.195188 -0.943401 0 0 v -133.301 89.367 12.4784 -0.136234 0.0243877 -0.990376 0 0 v -134.458 88.469 12.6533 -0.170013 0.0126153 -0.985361 0 0 v -134.073 86.6061 12.5926 -0.143235 -0.0365652 -0.989013 0 0 v -135.367 87.3904 12.7754 -0.10608 0.0521236 -0.99299 0 0 v -133.08 87.5145 12.4251 -0.124749 -0.00533368 -0.992174 0 0 v -136.775 86.9011 12.6619 0.284121 0.342466 -0.89554 0 0 v -136.935 87.889 12.9897 -0.0747539 0.303657 -0.949844 0 0 v -135.775 86.2529 12.7565 0.088319 0.0188602 -0.995914 0 0 v -138.444 87.885 13.078 -0.049716 0.72018 -0.692004 0 0 v -134.868 85.4102 12.7764 -0.0759908 -0.104893 -0.991576 0 0 v -136.065 84.4767 12.9975 0.0233357 -0.348202 -0.937129 0 0 v -136.376 85.3517 12.6724 0.375485 -0.206092 -0.903625 0 0 v -132.802 86.3888 12.4251 -0.110285 -0.0536112 -0.992453 0 0 v -133.577 84.9377 12.6499 -0.147065 -0.0897823 -0.985044 0 0 v -132.876 83.4259 12.6868 -0.159324 -0.12939 -0.97871 0 0 v -134.486 83.421 13.0089 -0.207662 -0.172599 -0.962853 0 0 v -132.202 84.8074 12.4673 -0.111649 -0.0738048 -0.991003 0 0 v -136.399 83.3985 13.4474 -0.188694 -0.332081 -0.924185 0 0 v -135.159 82.0022 13.4644 -0.252637 -0.239607 -0.937424 0 0 v -137.454 84.0512 13.1042 0.164507 -0.750486 -0.640084 0 0 v -133.101 82.1458 12.9551 -0.188407 -0.207111 -0.960004 0 0 v -133.511 80.7155 13.4276 -0.217774 -0.292698 -0.931076 0 0 v -131.53 84.1133 12.4486 -0.100856 -0.0845796 -0.991299 0 0 v -131.323 82.8149 12.5663 -0.116423 -0.134308 -0.984077 0 0 v -130.67 81.8486 12.6404 -0.0929723 -0.177701 -0.979683 0 0 v -130.038 83.67 12.3487 -0.0554212 -0.0747353 -0.995662 0 0 v -130.444 80.7008 12.8765 -0.081801 -0.259239 -0.962343 0 0 v -131.706 80.8271 13.0141 -0.16789 -0.262279 -0.950275 0 0 v -132.196 79.5503 13.5311 -0.1954 -0.352921 -0.915022 0 0 v -130.975 79.7618 13.2249 -0.126869 -0.34295 -0.930747 0 0 v -130.982 78.7637 13.6493 -0.105425 -0.438087 -0.892729 0 0 v -130.202 79.4877 13.2609 -0.0460703 -0.384169 -0.922113 0 0 v -161.711 83.0171 36.0258 -0.957367 0.177197 -0.228145 0 0 v -161.251 83.0029 35.276 -0.654438 0.0648551 -0.753329 0 0 v -161.278 82.2053 35.5245 -0.609299 -0.452535 -0.651128 0 0 v -161.728 82.3343 36.2378 -0.949474 -0.270221 -0.159625 0 0 v -160.235 83.6914 34.9826 -0.241066 0.519746 -0.819604 0 0 v -160.374 82.9831 34.8335 -0.275297 -0.0278038 -0.960957 0 0 v -160.973 83.7089 35.38 -0.532198 0.591374 -0.605839 0 0 v -159.502 82.2783 34.9536 0.0969091 -0.47764 -0.873195 0 0 v -160.401 82.1856 35.082 -0.235845 -0.495559 -0.835942 0 0 v -159.485 82.9611 34.7416 0.081277 -0.0813826 -0.993363 0 0 v -161.004 81.6103 36.0291 -0.418293 -0.837426 -0.35178 0 0 v -160.266 81.5927 35.6316 -0.140396 -0.838753 -0.5261 0 0 v -147.9 84.6201 45.1129 -0.0843604 -0.00199923 0.996433 0 0 v -148.875 83.519 44.8362 -0.0354843 -0.39703 0.917119 0 0 v -147.669 82.4947 44.2373 -0.132388 -0.670868 0.729664 0 0 v -151.461 83.4685 44.7041 -0.0859064 -0.405056 0.910247 0 0 v -150.072 82.6694 44.2071 -0.0367321 -0.704423 0.70883 0 0 v -150.343 84.4531 44.9941 -0.0682245 0.0382093 0.996938 0 0 v -150.294 81.7707 42.2966 -0.0698896 -0.995474 0.0643941 0 0 v -148.952 81.9551 43.3131 -0.0939901 -0.889153 0.447853 0 0 v -151.314 82.0778 43.2971 -0.0350281 -0.907516 0.418555 0 0 v -148.225 81.459 42.1159 -0.23873 -0.960142 0.145382 0 0 v -149.635 81.8459 41.1013 -0.196254 -0.947983 -0.250624 0 0 v -149.315 82.2516 39.8215 -0.42864 -0.801514 -0.416945 0 0 v -151.609 81.9869 41.1921 0.0107404 -0.949845 -0.312537 0 0 v -150.989 82.4877 40.1968 -0.07542 -0.809792 -0.58185 0 0 v -151.687 84.1865 39.1123 -0.0497888 -0.0680339 -0.99644 0 0 v -150.575 83.2534 39.3323 -0.236337 -0.558091 -0.795411 0 0 v -152.2 83.2412 39.4415 0.0877562 -0.529206 -0.843943 0 0 v -150.283 84.3067 38.7523 -0.503304 -0.14646 -0.851607 0 0 v -151.115 85.2715 39.2563 -0.29813 0.38159 -0.874933 0 0 v -150.44 86.4915 39.7343 -0.625271 0.594292 -0.50582 0 0 v -152.658 85.0273 39.3021 0.0407092 0.434611 -0.899698 0 0 v -151.919 85.9881 39.9942 -0.150843 0.720411 -0.676944 0 0 v -151.659 86.9047 41.9995 -0.215689 0.976447 0.0053978 0 0 v -150.976 86.8601 40.9114 -0.351833 0.874675 -0.333401 0 0 v -152.757 86.4522 40.8436 -0.0970388 0.910629 -0.401668 0 0 v -149.835 87.5288 41.9881 -0.492522 0.857787 0.147052 0 0 v -150.291 86.9608 43.1231 -0.272985 0.857679 0.435736 0 0 v -148.778 86.6835 44.1501 -0.30203 0.594276 0.745395 0 0 v -152.461 86.5432 42.9486 -0.189894 0.910332 0.367746 0 0 v -151.003 86.1698 44.0045 -0.167415 0.721673 0.671684 0 0 v -149.412 85.5285 44.7602 -0.120118 0.419983 0.899548 0 0 v -151.92 85.2547 44.5647 -0.167515 0.465383 0.869113 0 0 v -152.961 84.2692 44.6555 -0.220154 0.0381045 0.974721 0 0 v -154.026 83.2983 44.1735 -0.241368 -0.406399 0.881239 0 0 v -152.595 82.6223 43.9637 -0.0968825 -0.713011 0.694427 0 0 v -156.398 83.0452 43.1265 -0.432252 -0.402223 0.807078 0 0 v -154.999 82.4411 43.2484 -0.214797 -0.712516 0.667969 0 0 v -155.449 84.0204 43.8315 -0.422244 0.0331063 0.905877 0 0 v -154.561 81.666 41.5808 0.0683002 -0.996195 0.0541406 0 0 v -153.647 81.9928 42.8875 -0.0551921 -0.911088 0.408499 0 0 v -155.805 81.7993 42.0019 -0.125237 -0.911569 0.391609 0 0 v -152.485 81.8014 42.1558 0.0233668 -0.998734 0.0445473 0 0 v -153.546 81.9121 40.8721 0.157328 -0.939996 -0.302745 0 0 v -152.777 82.4618 40.091 0.151814 -0.792728 -0.590369 0 0 v -155.326 81.7277 40.1369 0.258387 -0.931366 -0.256501 0 0 v -154.446 82.2985 39.5918 0.334413 -0.773789 -0.537977 0 0 v -154.638 83.8112 38.4685 0.459885 -0.0270315 -0.887567 0 0 v -153.774 83.0967 39.135 0.326406 -0.503685 -0.79985 0 0 v -155.199 82.8662 38.4639 0.533015 -0.485759 -0.692772 0 0 v -153.228 84.0339 38.9755 0.219767 -0.0399047 -0.974736 0 0 v -154.141 84.8047 38.9426 0.255208 0.441369 -0.860269 0 0 v -153.555 85.7198 39.7783 0.058193 0.733008 -0.677727 0 0 v -155.473 84.5196 38.2159 0.449964 0.431633 -0.781809 0 0 v -155.045 85.4567 39.1817 0.210466 0.72709 -0.653486 0 0 v -155.439 86.2981 40.9793 -0.15492 0.986074 -0.0604771 0 0 v -154.464 86.1823 40.3911 0.0122308 0.911588 -0.410923 0 0 v -156.013 85.8611 39.5167 0.0609987 0.906973 -0.416747 0 0 v -153.626 86.5798 41.6973 -0.137761 0.989928 -0.0326133 0 0 v -154.565 86.2629 42.4065 -0.256031 0.90666 0.335284 0 0 v -153.373 85.8803 43.651 -0.243675 0.73224 0.635961 0 0 v -156.492 85.9327 41.3817 -0.389145 0.88323 0.261668 0 0 v -155.597 85.5993 42.8382 -0.401202 0.711729 0.57661 0 0 v -154.394 85.0064 43.9811 -0.338676 0.451992 0.825228 0 0 v -156.673 84.6986 42.8784 -0.541492 0.437193 0.718087 0 0 v -157.672 83.698 42.4457 -0.629895 0.0380532 0.775748 0 0 v -158.452 82.7499 41.5381 -0.598168 -0.395477 0.696988 0 0 v -157.151 82.1999 42.0052 -0.362298 -0.711071 0.602593 0 0 v -160.146 82.4646 39.6351 -0.707181 -0.384425 0.593391 0 0 v -158.981 81.9588 40.334 -0.469618 -0.709988 0.524762 0 0 v -159.545 83.3333 40.6029 -0.763782 0.0596672 0.64271 0 0 v -158.03 81.2855 39.1571 0.0379704 -0.996812 0.070169 0 0 v -157.688 81.5872 40.6336 -0.206776 -0.912282 0.353532 0 0 v -159.279 81.4067 38.993 -0.267696 -0.912521 0.309264 0 0 v -156.423 81.4692 40.5457 0.0642003 -0.99566 0.0673737 0 0 v -156.882 81.5247 39.0111 0.297637 -0.933176 -0.201482 0 0 v -155.93 82.0741 38.7141 0.462116 -0.766484 -0.44604 0 0 v -158.228 81.3551 37.6987 0.283067 -0.943644 -0.17149 0 0 v -157.217 81.8513 37.5811 0.493007 -0.787824 -0.369158 0 0 v -156.958 83.1756 36.5652 0.733423 -0.0708631 -0.676069 0 0 v -156.436 82.5937 37.4819 0.64667 -0.502466 -0.573887 0 0 v -157.52 82.3357 36.3996 0.650226 -0.556908 -0.516778 0 0 v -155.881 83.5134 37.6187 0.65329 -0.0335844 -0.756362 0 0 v -156.637 84.1292 37.1643 0.572285 0.419529 -0.704618 0 0 v -156.374 85.0775 38.184 0.316352 0.720836 -0.616699 0 0 v -157.647 83.7164 36.0309 0.614071 0.397107 -0.682072 0 0 v -157.529 84.5884 36.9286 0.370028 0.718102 -0.589413 0 0 v -158.487 85.3 38.2002 -0.214718 0.960216 -0.178556 0 0 v -157.386 85.3633 38.2171 0.083815 0.901402 -0.424794 0 0 v -158.546 84.8068 36.7771 0.120624 0.894718 -0.430034 0 0 v -157.074 85.8743 39.7683 -0.21717 0.968786 -0.119542 0 0 v -158.192 85.4257 39.8395 -0.469748 0.870654 0.145938 0 0 v -157.595 85.2034 41.4751 -0.564539 0.694338 0.446308 0 0 v -159.597 84.8583 38.0713 -0.46416 0.884129 0.0535893 0 0 v -159.293 84.6959 39.6816 -0.628824 0.711604 0.31337 0 0 v -158.653 84.2853 41.2204 -0.689458 0.449185 0.568226 0 0 v -160.274 83.8453 39.2665 -0.757464 0.482943 0.439334 0 0 v -161.027 82.9975 38.5893 -0.856496 0.085835 0.508966 0 0 v -161.383 82.2586 37.721 -0.83137 -0.380917 0.404631 0 0 v -160.473 81.7636 38.4909 -0.558819 -0.706584 0.43412 0 0 v -161.374 81.7646 36.7995 -0.701439 -0.70545 0.101608 0 0 v -161.768 82.7614 36.8861 -0.989076 0.0403203 0.141784 0 0 v -160.331 81.2902 36.3864 -0.174998 -0.958473 -0.225176 0 0 v -160.519 81.3364 37.3471 -0.371771 -0.91345 0.165516 0 0 v -159.393 81.1591 37.6541 -0.0132933 -0.99921 0.0374508 0 0 v -159.367 81.2989 36.4518 0.173016 -0.950222 -0.259123 0 0 v -158.349 81.6794 36.4248 0.439501 -0.82198 -0.362199 0 0 v -159.371 81.7093 35.5127 0.201377 -0.803869 -0.55968 0 0 v -158.854 82.6779 34.9298 0.339154 -0.270184 -0.901096 0 0 v -158.51 82.1643 35.4675 0.490902 -0.619948 -0.612111 0 0 v -157.912 82.8739 35.559 0.696469 -0.148089 -0.70214 0 0 v -158.546 83.3634 35.1072 0.495211 0.287496 -0.819825 0 0 v -158.501 84.1237 35.722 0.378711 0.691772 -0.614841 0 0 v -159.373 83.6579 34.9139 0.154135 0.490368 -0.857777 0 0 v -160.354 84.1639 35.5057 -0.304974 0.798631 -0.518825 0 0 v -159.461 84.3002 35.5505 0.0678179 0.830661 -0.552632 0 0 v -159.615 84.7442 36.6234 -0.188126 0.953202 -0.236673 0 0 v -160.612 84.3377 36.4458 -0.495682 0.862893 -0.0985591 0 0 v -160.625 84.208 37.7881 -0.648157 0.735613 0.196892 0 0 v -161.376 83.7131 36.2007 -0.756627 0.644996 -0.107218 0 0 v -161.419 83.4577 37.3607 -0.839761 0.482895 0.248221 0 0 v -142.12 84.7608 0.880056 -0.629552 -0.00510627 -0.776942 0 0 v -141.692 84.8243 0.642664 -0.330392 0.0714864 -0.941133 0 0 v -141.598 84.4504 0.663963 -0.275252 -0.323893 -0.905168 0 0 v -142.036 84.4307 0.898848 -0.565334 -0.373574 -0.735418 0 0 v -141.238 85.2315 0.680483 -0.0448404 0.472256 -0.88032 0 0 v -141.178 84.8842 0.563925 0.0031898 0.134358 -0.990928 0 0 v -141.693 85.1786 0.749994 -0.3284 0.446199 -0.832502 0 0 v -140.593 84.5982 0.678083 0.356596 -0.116515 -0.926965 0 0 v -141.083 84.5104 0.585223 0.0490961 -0.232565 -0.971341 0 0 v -140.676 84.9282 0.659292 0.316727 0.17785 -0.931694 0 0 v -141.428 84.1304 0.80962 -0.181253 -0.641941 -0.745023 0 0 v -140.973 84.1832 0.740102 0.0837302 -0.557784 -0.825752 0 0 v -141.887 85.4525 13.8716 -0.97044 -0.241041 -0.0120364 0 0 v -141.565 84.791 12.9298 -0.70003 -0.705394 0.111253 0 0 v -140.694 84.2125 13.5787 -0.472115 -0.871885 -0.130093 0 0 v -141.974 84.6893 10.9239 -0.684714 -0.709105 0.168337 0 0 v -141.058 84.2913 11.8303 -0.41632 -0.900665 0.124423 0 0 v -142.147 85.3409 12.0161 -0.954386 -0.223005 0.198534 0 0 v -139.304 83.9456 11.4348 0.125054 -0.992147 -0.00254004 0 0 v -139.948 84.0029 12.5153 -0.18575 -0.982588 -0.00414832 0 0 v -140.425 83.9453 10.6493 -0.172691 -0.980766 0.0909759 0 0 v -138.741 83.8904 12.9434 0.0676773 -0.969092 -0.237237 0 0 v -138.242 84.2138 12.0453 0.418911 -0.882394 -0.21423 0 0 v -137.241 84.6871 12.4514 0.537164 -0.612865 -0.579527 0 0 v -138.797 84.1325 10.3395 0.461994 -0.885271 -0.0534492 0 0 v -137.971 84.6494 11.1294 0.722047 -0.65757 -0.215057 0 0 v -137.619 85.8661 10.9881 0.910453 0.212112 -0.355083 0 0 v -137.319 85.3001 11.7651 0.83656 -0.284285 -0.468348 0 0 v -137.904 85.1571 10.1495 0.933331 -0.288698 -0.213417 0 0 v -136.902 86.0462 12.2647 0.676394 0.157789 -0.71944 0 0 v -137.648 86.5679 11.7317 0.650626 0.59334 -0.473955 0 0 v -137.906 87.2524 12.4122 0.311164 0.739807 -0.596541 0 0 v -138.211 86.3491 10.0937 0.729299 0.636601 -0.250724 0 0 v -138.561 86.9309 11.0437 0.455535 0.847039 -0.273886 0 0 v -140.169 87.2917 11.309 -0.137602 0.984132 -0.112025 0 0 v -139.063 87.3794 11.9618 0.152347 0.94401 -0.292637 0 0 v -139.565 87.1124 10.2001 0.196725 0.967126 -0.16114 0 0 v -139.718 87.6549 12.8858 -0.196246 0.922441 -0.332551 0 0 v -140.774 87.1884 12.4318 -0.460558 0.88198 -0.0999899 0 0 v -141.391 86.8978 13.5394 -0.74445 0.633589 -0.210617 0 0 v -141.193 86.9253 10.5099 -0.439641 0.897929 -0.0209649 0 0 v -141.648 86.5727 11.7445 -0.694172 0.718153 0.0488084 0 0 v -141.899 86.0788 12.8964 -0.932259 0.354431 0.0726048 0 0 v -142.281 85.8812 10.8682 -0.916985 0.380676 0.119267 0 0 v -142.513 85.1698 9.82273 -0.965297 -0.224681 0.133113 0 0 v -142.262 84.5281 8.63073 -0.693697 -0.711156 0.114201 0 0 v -141.457 84.1619 9.70046 -0.419466 -0.900514 0.114553 0 0 v -142.423 84.365 6.30251 -0.697167 -0.711682 0.0864082 0 0 v -141.7 84.0144 7.36722 -0.423704 -0.90129 0.0902859 0 0 v -142.713 84.9801 7.47173 -0.970459 -0.228258 0.0781519 0 0 v -140.059 83.6962 7.11336 0.129107 -0.990826 0.0399264 0 0 v -140.765 83.8137 8.41178 -0.176351 -0.981192 0.0784993 0 0 v -140.995 83.6834 6.09598 -0.178461 -0.98169 0.0666012 0 0 v -139.75 83.8298 9.41283 0.129681 -0.990884 0.036497 0 0 v -139.189 83.9934 8.16497 0.46568 -0.884854 -0.0132668 0 0 v -138.449 84.5058 9.19518 0.746521 -0.658625 -0.0944463 0 0 v -139.49 83.855 5.86614 0.465739 -0.884868 -0.009786 0 0 v -138.807 84.3441 6.92541 0.750042 -0.658579 -0.0609174 0 0 v -138.47 85.4637 6.82376 0.960258 0.226154 -0.163585 0 0 v -138.322 84.9774 8.01371 0.948654 -0.287645 -0.13159 0 0 v -138.66 84.794 5.72794 0.950532 -0.287564 -0.117455 0 0 v -138.101 85.6742 9.08165 0.952275 0.223117 -0.208307 0 0 v -138.615 86.1216 7.95039 0.742705 0.643927 -0.183705 0 0 v -139.012 86.6961 9.08035 0.478759 0.858681 -0.182914 0 0 v -138.94 85.8856 5.66642 0.744265 0.645154 -0.172759 0 0 v -139.345 86.4424 6.80718 0.482544 0.861178 -0.159761 0 0 v -140.848 86.7736 6.93995 -0.126705 0.986443 -0.104285 0 0 v -139.923 86.854 8.00666 0.202989 0.96916 -0.139728 0 0 v -140.189 86.5838 5.71234 0.203091 0.968959 -0.140972 0 0 v -140.575 87.0422 9.24441 -0.127316 0.987136 -0.0967142 0 0 v -141.499 86.6743 8.25347 -0.441092 0.895857 -0.0536388 0 0 v -142.02 86.3522 9.58564 -0.694383 0.719467 0.0141093 0 0 v -141.694 86.4122 5.94217 -0.443613 0.893276 -0.072571 0 0 v -142.238 86.1127 7.24898 -0.698445 0.715236 -0.0247528 0 0 v -142.555 85.6723 8.5674 -0.925905 0.375012 0.0454524 0 0 v -142.702 85.4566 6.24099 -0.928955 0.370056 0.0100371 0 0 v -142.817 84.8006 5.23011 -0.9719 -0.230383 0.0483149 0 0 v -142.512 84.2348 4.20634 -0.700928 -0.711357 0.0516919 0 0 v -141.858 83.8853 5.1286 -0.426853 -0.901533 0.0709588 0 0 v -142.498 84.1813 2.54382 -0.707122 -0.705432 -0.0484165 0 0 v -141.957 83.8232 3.22996 -0.434824 -0.900352 0.0171706 0 0 v -142.831 84.6587 3.32672 -0.97197 -0.2344 -0.0182202 0 0 v -140.54 83.5478 3.004 0.117741 -0.992324 -0.0378158 0 0 v -141.178 83.597 4.00908 -0.183412 -0.98237 0.0361855 0 0 v -141.33 83.6211 2.36295 -0.19857 -0.978202 -0.0607577 0 0 v -140.304 83.5836 4.88555 0.126998 -0.991589 0.0249507 0 0 v -139.77 83.7577 3.79411 0.460821 -0.8862 -0.0478812 0 0 v -139.117 84.198 4.70992 0.748161 -0.659295 -0.0747305 0 0 v -140.095 83.7625 2.17427 0.43834 -0.879986 -0.182985 0 0 v -139.455 84.1091 2.84787 0.734073 -0.659727 -0.160926 0 0 v -139.162 85.0781 2.76632 0.937924 0.214182 -0.272809 0 0 v -138.993 84.6365 3.66892 0.942651 -0.290035 -0.165191 0 0 v -139.41 84.5348 2.07211 0.895082 -0.291539 -0.33739 0 0 v -138.797 85.2593 4.61605 0.958144 0.22464 -0.177472 0 0 v -139.255 85.6574 3.61134 0.738369 0.639282 -0.214779 0 0 v -139.626 86.1865 4.59782 0.481016 0.859531 -0.172712 0 0 v -139.639 85.4309 2.02149 0.705618 0.607181 -0.365288 0 0 v -139.919 85.9237 2.74547 0.471609 0.847208 -0.24459 0 0 v -141.22 86.2092 2.85381 -0.136912 0.974438 -0.178117 0 0 v -140.423 86.31 3.65016 0.199105 0.96433 -0.174426 0 0 v -140.666 86.0027 2.04772 0.184309 0.939669 -0.288189 0 0 v -141.051 86.5 4.72113 -0.129106 0.984253 -0.120738 0 0 v -141.831 86.1493 3.86513 -0.44841 0.887778 -0.103826 0 0 v -142.367 85.8737 5.01649 -0.701679 0.710869 -0.0480793 0 0 v -141.902 85.8612 2.2364 -0.460336 0.865544 -0.197294 0 0 v -142.421 85.6378 3.12755 -0.70791 0.698591 -0.104087 0 0 v -142.773 85.2557 4.14875 -0.931226 0.36338 -0.0278105 0 0 v -142.727 85.0773 2.4932 -0.930438 0.341638 -0.132549 0 0 v -142.693 84.5809 1.95216 -0.94945 -0.240533 -0.201714 0 0 v -142.338 84.2424 1.46896 -0.689519 -0.651873 -0.315633 0 0 v -141.973 83.8891 1.86396 -0.452306 -0.880711 -0.140593 0 0 v -141.872 84.1011 1.06574 -0.445172 -0.733419 -0.51373 0 0 v -142.375 84.5731 1.16403 -0.774264 -0.224762 -0.591606 0 0 v -141.064 83.9284 0.965041 0.00200199 -0.790419 -0.612563 0 0 v -141.446 83.8115 1.32004 -0.232527 -0.919876 -0.315846 0 0 v -140.804 83.6611 1.66881 0.0868869 -0.971043 -0.222547 0 0 v -140.506 83.9199 1.17635 0.353 -0.795909 -0.491854 0 0 v -139.904 84.1267 1.54781 0.66181 -0.628854 -0.408106 0 0 v -140.461 84.2643 0.850079 0.42707 -0.475921 -0.768837 0 0 v -140.251 84.8186 0.839336 0.533507 0.085236 -0.84149 0 0 v -139.975 84.5146 1.10788 0.704952 -0.260997 -0.659487 0 0 v -139.658 84.9294 1.48847 0.830405 0.174327 -0.529186 0 0 v -140.149 85.197 1.0692 0.573538 0.48225 -0.662185 0 0 v -140.286 85.6281 1.46287 0.430139 0.781063 -0.452682 0 0 v -140.72 85.2884 0.791907 0.285006 0.543418 -0.7896 0 0 v -141.454 85.4702 0.877516 -0.18673 0.683628 -0.705539 0 0 v -140.941 85.6345 1.07917 0.137789 0.817991 -0.558484 0 0 v -141.364 85.863 1.54423 -0.157329 0.925745 -0.343866 0 0 v -141.882 85.5261 1.22286 -0.472664 0.760837 -0.444653 0 0 v -142.355 85.3905 1.77902 -0.713872 0.648858 -0.263382 0 0 v -142.131 85.1252 1.00758 -0.639818 0.445535 -0.626205 0 0 v -142.511 84.9247 1.43028 -0.876481 0.260864 -0.404637 0 0 v -150.95 59.9857 82.7372 -0.29892 -0.916417 0.266131 0 0 v -151.31 59.4773 79.6659 -0.303813 -0.944913 0.121806 0 0 v -149.574 58.8268 77.13 -0.224541 -0.973984 0.030594 0 0 v -147.246 58.645 80.7333 -0.2017 -0.968088 0.148738 0 0 v -152.708 60.0318 79.1041 -0.557908 -0.829577 0.023251 0 0 v -152.032 59.5391 77.1098 -0.412025 -0.910083 0.0445568 0 0 v -153.185 60.4332 81.1684 -0.436087 -0.89132 0.123999 0 0 v -153.933 60.3555 73.1093 -0.432192 -0.901617 -0.0172345 0 0 v -151.753 59.4308 74.5852 -0.306996 -0.950447 -0.0490194 0 0 v -153.036 59.9837 75.0881 -0.563002 -0.820481 0.0991919 0 0 v -147.69 58.4994 73.492 -0.20789 -0.975212 -0.0757879 0 0 v -151.865 59.8512 71.4094 -0.316595 -0.930635 -0.183541 0 0 v -155.601 61.3535 71.3086 -0.405532 -0.889647 -0.209934 0 0 v -158.116 63.1705 69.743 -0.457931 -0.813237 -0.35909 0 0 v -156.096 61.4982 72.4978 -0.496497 -0.851777 0.167231 0 0 v -158.374 62.6803 71.7451 -0.478787 -0.875919 -0.0594047 0 0 v -162.486 65.0403 73.3001 -0.545955 -0.837782 -0.00738018 0 0 v -161.013 64.3183 71.4076 -0.546307 -0.807967 -0.220768 0 0 v -160.359 63.8181 72.6285 -0.451038 -0.881276 0.141126 0 0 v -163.875 66.51 71.617 -0.671709 -0.71127 -0.207127 0 0 v -164.108 66.2874 74.7693 -0.683507 -0.729922 -0.00564383 0 0 v -165.109 67.558 77.2484 -0.757754 -0.643499 0.108249 0 0 v -162.855 65.4178 75.3591 -0.429409 -0.897686 0.0988354 0 0 v -163.48 65.9533 77.3272 -0.569116 -0.817233 0.0907593 0 0 v -161.421 65.1559 81.2963 -0.54065 -0.82689 0.154758 0 0 v -163.394 66.3318 79.7976 -0.665167 -0.719369 0.20015 0 0 v -162.337 65.4974 79.3244 -0.423282 -0.905173 0.0386633 0 0 v -162.368 66.5397 82.786 -0.63977 -0.685177 0.348177 0 0 v -159.537 64.4111 83.0577 -0.535525 -0.778568 0.327178 0 0 v -156.509 63.2265 84.536 -0.453425 -0.787797 0.416872 0 0 v -159.277 63.9829 81.9147 -0.472438 -0.880799 -0.0315544 0 0 v -157.138 62.8121 82.6919 -0.490435 -0.854913 0.169108 0 0 v -154.395 61.4485 83.0109 -0.408382 -0.864547 0.292887 0 0 v -155.204 61.6315 81.8348 -0.522933 -0.852048 -0.0235545 0 0 v -155.479 68.8841 79.3959 -0.648705 -0.584356 -0.487555 0 0 v -156.887 70.5194 78.3169 -0.476871 -0.847 -0.234915 0 0 v -155.468 69.6096 76.753 -0.666998 -0.741271 0.0750389 0 0 v -154.277 68.1139 78.072 -0.818086 -0.532595 -0.216973 0 0 v -159.593 71.1238 78.2358 0.275782 -0.851584 -0.445813 0 0 v -158.602 71.3663 76.8561 -0.196018 -0.979648 0.0431963 0 0 v -158.141 70.407 79.4723 -0.0638679 -0.750336 -0.657965 0 0 v -158.683 70.2897 74.3188 0.0280024 -0.699524 0.71406 0 0 v -157.183 70.4564 75.2922 -0.435512 -0.824302 0.361739 0 0 v -159.884 71.0599 75.6427 0.340409 -0.833802 0.434621 0 0 v -154.495 68.0693 75.4542 -0.775554 -0.512318 0.368845 0 0 v -155.946 68.7862 74.2176 -0.567881 -0.539009 0.622078 0 0 v -153.837 60.838 80.5306 -0.695438 -0.678175 -0.23758 0 0 v -153.155 60.611 78.8368 -0.934207 -0.286475 -0.212578 0 0 v -152.827 60.0652 77.072 -0.797252 -0.59957 0.0700316 0 0 v -153.185 62.0625 78.6668 -0.958471 -0.00215445 -0.285181 0 0 v -153.032 60.9788 77.0305 -0.996758 -0.0342804 0.0727956 0 0 v -153.963 61.6861 80.1957 -0.768657 -0.119904 -0.628323 0 0 v -154.447 61.5869 73.9425 -0.66437 -0.0503589 0.745705 0 0 v -153.418 60.559 75.2943 -0.898334 -0.240596 0.367572 0 0 v -153.427 62.0142 75.3282 -0.905611 0.0319951 0.4229 0 0 v -154.394 60.7373 73.6897 -0.660438 -0.630155 0.408321 0 0 v -156.087 61.8782 73.0297 -0.43197 -0.350915 0.830819 0 0 v -158.13 62.6874 72.5792 -0.396615 -0.762767 0.510767 0 0 v -155.933 63.252 73.1962 -0.286266 0.00255436 0.958147 0 0 v -157.846 63.3569 72.9406 -0.0411359 -0.15234 0.987472 0 0 v -161.024 65.174 74.1972 0.596757 -0.344635 0.724643 0 0 v -159.829 63.9089 73.1753 0.0102619 -0.563684 0.825927 0 0 v -159.45 65.1572 73.3369 0.341489 -0.0685101 0.937386 0 0 v -161.615 64.6839 73.9412 -0.206414 -0.915728 0.344725 0 0 v -162.036 65.3232 75.5962 0.448779 -0.836862 0.313463 0 0 v -162.494 65.4836 77.3583 -0.105297 -0.993767 0.0366126 0 0 v -161.525 66.487 75.6196 0.940413 -0.180316 0.288288 0 0 v -161.832 65.9115 77.3202 0.88368 -0.458563 -0.0939647 0 0 v -160.293 65.3336 80.3658 0.486846 -0.384228 -0.784442 0 0 v -161.605 65.4137 79.0818 0.417054 -0.830658 -0.368881 0 0 v -161.12 66.5766 78.903 0.856677 -0.2086 -0.471796 0 0 v -160.794 64.8383 80.6991 -0.214676 -0.93271 -0.28977 0 0 v -158.935 64.0946 81.3464 -0.0717052 -0.601665 -0.795524 0 0 v -157.191 62.8613 81.8511 -0.465273 -0.788696 -0.401844 0 0 v -158.614 65.3387 81.035 0.225893 -0.156175 -0.961552 0 0 v -157.018 63.5333 81.41 -0.16148 -0.237088 -0.957974 0 0 v -155.362 62.0252 81.2576 -0.547343 -0.430342 -0.717789 0 0 v -155.26 63.3923 80.9495 -0.417183 -0.0856719 -0.904775 0 0 v -153.885 63.9094 79.9707 -0.757821 -0.0685327 -0.648853 0 0 v -153.235 64.9955 78.4372 -0.954936 -0.154484 -0.25344 0 0 v -152.988 63.2302 76.9203 -0.997326 -0.0126527 0.0719757 0 0 v -153.431 66.5303 76.7831 -0.947283 -0.31098 0.0771103 0 0 v -154.214 66.9273 79.4234 -0.782979 -0.372823 -0.497943 0 0 v -154.631 66.8426 74.2283 -0.699993 -0.326253 0.635271 0 0 v -153.467 64.9497 75.2749 -0.908604 -0.125425 0.398382 0 0 v -154.348 63.816 73.9441 -0.650979 -0.000287224 0.759096 0 0 v -155.841 66.1224 73.2524 -0.34607 -0.1248 0.929871 0 0 v -157.618 65.5169 72.9783 0.0294146 -0.0223962 0.999316 0 0 v -157.438 68.5091 73.3699 -0.145507 -0.34486 0.927308 0 0 v -160.071 69.82 74.4337 0.491021 -0.494839 0.716961 0 0 v -159.167 67.9251 73.3846 0.292373 -0.167901 0.94145 0 0 v -160.675 67.2632 74.1892 0.715899 -0.094153 0.691826 0 0 v -161.133 69.1851 75.5499 0.916515 -0.258621 0.305149 0 0 v -161.45 67.9736 77.1988 0.98217 -0.148623 -0.115126 0 0 v -160.754 70.635 77.0242 0.822201 -0.563541 -0.0800376 0 0 v -159.479 69.9504 79.5703 0.383459 -0.538166 -0.750557 0 0 v -160.751 69.27 78.6619 0.83259 -0.281579 -0.476977 0 0 v -159.969 67.4192 80.1342 0.596065 -0.15921 -0.786993 0 0 v -158.376 68.0973 80.6844 0.17384 -0.25504 -0.951175 0 0 v -156.82 65.6869 81.1408 -0.0948362 -0.119617 -0.98828 0 0 v -156.747 68.6563 80.4374 -0.266329 -0.429913 -0.862695 0 0 v -155.201 66.2554 80.6025 -0.474901 -0.212236 -0.854064 0 0 v -129.55 61.5982 57.1917 0 -0.64889 -0.760883 0 0 v -132.336 60.9189 58.0741 -0.121022 -0.723343 -0.6798 0 0 v -135.631 60.6509 59.2801 -0.241395 -0.656461 -0.714694 0 0 v -134.264 61.6824 57.9385 -0.181195 -0.655847 -0.732826 0 0 v -132.813 60.4515 59.003 0.0142617 -0.970957 -0.238828 0 0 v -135.175 60.3583 59.4693 -0.132657 -0.836259 -0.532046 0 0 v -129.55 60.7735 58.0714 -3.65766e-008 -0.884076 -0.467343 0 0 v -139.497 59.908 61.6309 -0.25824 -0.752789 -0.605493 0 0 v -138.442 59.7025 61.5197 -0.0860633 -0.909572 -0.406536 0 0 v -131.073 78.826 109.536 -0.0254155 -0.337195 0.941092 0 0 v -132.855 76.6104 108.559 -0.0829155 -0.420218 0.903627 0 0 v -131.63 73.9374 107.149 -0.031829 -0.536456 0.843328 0 0 v -131.63 81.854 110.313 -0.0653256 -0.201929 0.977219 0 0 v -132.855 79.3111 109.583 -0.108163 -0.301603 0.947278 0 0 v -135.542 74.6885 107.171 -0.160065 -0.492686 0.855359 0 0 v -135.542 78.1079 108.742 -0.169281 -0.34706 0.922439 0 0 v -132.443 83.579 110.568 -0.0821114 -0.145332 0.98597 0 0 v -134.476 81.2366 109.874 -0.135307 -0.239444 0.961436 0 0 v -133.211 84.7214 110.626 -0.0922317 -0.0815617 0.992392 0 0 v -136.102 82.7164 109.971 -0.152199 -0.194786 0.968965 0 0 v -138.105 79.8191 108.852 -0.191106 -0.303622 0.93343 0 0 v -140.37 81.6404 108.891 -0.225496 -0.246888 0.942442 0 0 v -133.799 85.8821 110.646 -0.0916054 -0.0476721 0.994654 0 0 v -137.462 84.1787 109.997 -0.168254 -0.139597 0.975809 0 0 v -134.164 87.1226 110.654 -0.0898798 -0.0216499 0.995717 0 0 v -138.4 85.8052 110.018 -0.176345 -0.0840938 0.98073 0 0 v -142.051 83.7408 108.932 -0.254864 -0.175937 0.950837 0 0 v -143.076 86.0344 108.974 -0.271394 -0.0877148 0.958463 0 0 v -134.287 88.4115 110.657 -0.0898751 2.07088e-007 0.995953 0 0 v -138.884 87.529 110.024 -0.18105 -0.0243592 0.983172 0 0 v -134.164 89.7003 110.654 -0.0912154 0.0219095 0.99559 0 0 v -138.9 89.2782 110.015 -0.183484 0.0308887 0.982537 0 0 v -143.471 88.3857 108.954 -0.282735 0.00829643 0.959162 0 0 v -143.188 90.6985 108.91 -0.278895 0.0934135 0.955767 0 0 v -133.799 90.9408 110.646 -0.0925684 0.0480567 0.994546 0 0 v -138.432 90.9869 110.002 -0.181308 0.0836478 0.979862 0 0 v -133.211 92.1015 110.626 -0.0925959 0.0817869 0.992339 0 0 v -137.483 92.6192 109.99 -0.171986 0.137883 0.975402 0 0 v -142.172 92.9465 108.888 -0.263773 0.170486 0.949399 0 0 v -140.412 95.1326 108.877 -0.232554 0.241941 0.94201 0 0 v -132.443 93.2439 110.568 -0.0821638 0.145363 0.985961 0 0 v -136.106 94.1015 109.969 -0.153701 0.193814 0.968923 0 0 v -131.63 94.9689 110.313 -0.0653256 0.20193 0.977219 0 0 v -134.476 95.5864 109.874 -0.135439 0.239286 0.961456 0 0 v -138.109 96.9988 108.851 -0.193197 0.302119 0.933488 0 0 v -135.542 98.715 108.742 -0.16928 0.34706 0.922439 0 0 v -131.073 97.9969 109.536 -0.025415 0.337195 0.941092 0 0 v -132.855 97.5119 109.583 -0.108164 0.301604 0.947278 0 0 v -132.855 100.213 108.559 -0.0829161 0.420218 0.903627 0 0 v -132.443 68.5172 102.712 -0.0563129 -0.691601 0.720081 0 0 v -136.104 66.3256 99.9755 -0.123863 -0.733392 0.668426 0 0 v -133.211 63.5278 97.0649 -0.0659535 -0.791246 0.60793 0 0 v -134.476 71.5067 105.14 -0.107918 -0.618572 0.778282 0 0 v -138.107 69.4843 102.715 -0.174926 -0.660375 0.730278 0 0 v -140.393 64.739 97.0649 -0.197039 -0.761864 0.617041 0 0 v -133.804 59.7282 91.0636 -0.0732343 -0.890468 0.449114 0 0 v -138.502 58.8804 87.8791 -0.140942 -0.924773 0.353456 0 0 v -134.223 57.361 84.5127 -0.0736282 -0.971158 0.226783 0 0 v -137.473 61.9531 94.1098 -0.139612 -0.828476 0.542343 0 0 v -142.172 61.1013 91.0627 -0.214057 -0.853942 0.474302 0 0 v -143.45 58.6482 84.506 -0.184956 -0.948766 0.256191 0 0 v -134.468 56.4997 77.2823 -0.0704049 -0.996853 0.0364238 0 0 v -139.304 57.0005 73.756 -0.130085 -0.99088 -0.0351352 0 0 v -134.412 56.7172 70.6896 -0.0670629 -0.992196 -0.105113 0 0 v -139.075 57.2568 80.9131 -0.128493 -0.983507 0.12729 0 0 v -143.544 57.6444 77.2071 -0.168174 -0.985105 0.0358679 0 0 v -143.842 57.9989 70.269 -0.196381 -0.973806 -0.114618 0 0 v -132.375 68.748 51.3917 -0.0549598 -0.57802 -0.814169 0 0 v -133.889 71.7676 49.4185 -0.105849 -0.564012 -0.818955 0 0 v -134.443 63.7964 55.7714 -0.115809 -0.704377 -0.700315 0 0 v -136.512 66.6648 53.507 -0.126432 -0.638772 -0.758937 0 0 v -137.826 69.7409 51.3965 -0.161289 -0.589094 -0.791805 0 0 v -141.534 65.223 55.9245 -0.202458 -0.693568 -0.691357 0 0 v -131.384 103.802 44.7367 -0.094306 0.915962 0.390027 0 0 v -132.945 102.947 46.1521 -0.189698 0.897739 0.397592 0 0 v -131.615 104.858 41.5883 -0.0974679 0.959165 0.265523 0 0 v -133.444 104.058 43.2306 -0.19121 0.924428 0.329957 0 0 v -134.99 103.049 44.7367 -0.283708 0.885229 0.368618 0 0 v -135.662 104.027 41.5883 -0.288334 0.916044 0.278797 0 0 v -131.779 105.635 37.7966 -0.0994512 0.984209 0.146432 0 0 v -133.842 104.965 39.7645 -0.195873 0.958211 0.208484 0 0 v -131.854 105.997 33.5791 -0.100364 0.994647 0.024568 0 0 v -134.082 105.535 35.7223 -0.198604 0.976059 0.0886827 0 0 v -136.138 104.747 37.7966 -0.294366 0.943324 0.153256 0 0 v -136.353 105.083 33.5791 -0.297061 0.954514 0.0256412 0 0 v -131.822 105.84 29.2297 -0.100019 0.990745 -0.091764 0 0 v -134.124 105.636 31.4043 -0.199145 0.979258 -0.037362 0 0 v -131.701 105.242 25.0062 -0.0987915 0.9767 -0.190521 0 0 v -133.967 105.255 27.0865 -0.197596 0.969551 -0.144659 0 0 v -136.26 104.937 29.2297 -0.296066 0.950356 -0.095748 0 0 v -135.91 104.383 25.0062 -0.2926 0.935384 -0.198602 0 0 v -131.508 104.289 21.1642 -0.0958242 0.943994 -0.315743 0 0 v -133.657 104.502 23.0204 -0.194296 0.948871 -0.248784 0 0 v -131.226 102.901 17.9815 -0.086668 0.848314 -0.522352 0 0 v -133.194 103.378 19.4729 -0.184202 0.892111 -0.412561 0 0 v -135.35 103.5 21.1642 -0.283907 0.900889 -0.328324 0 0 v -134.534 102.212 17.9815 -0.256217 0.802257 -0.539199 0 0 v -130.85 101.036 15.6837 -0.0695026 0.679755 -0.730139 0 0 v -132.535 101.778 16.7254 -0.157045 0.748645 -0.644102 0 0 v -130.458 99.0459 14.1605 -0.0488469 0.52487 -0.84978 0 0 v -131.743 99.864 14.838 -0.127641 0.581311 -0.803607 0 0 v -133.431 100.481 15.682 -0.209078 0.630532 -0.747473 0 0 v -132.203 98.6147 14.1433 -0.177993 0.467601 -0.865834 0 0 v -130.202 97.3352 13.261 -0.0460613 0.384165 -0.922115 0 0 v -130.982 98.0592 13.6493 -0.105425 0.438088 -0.892729 0 0 v -130.975 97.0611 13.2249 -0.126869 0.342943 -0.930749 0 0 v -126.585 69.9401 59.9359 -0.256313 -0.199815 0.945715 0 0 v -124.75 70.3726 60.8389 -0.428098 -0.86644 0.256932 0 0 v -127.136 70.8223 60.4525 -0.0355207 -0.923923 -0.380926 0 0 v -129.55 70.8689 59.7514 -2.2849e-009 -0.797053 0.603909 0 0 v -122.643 68.3911 62.29 -0.204126 -0.466451 -0.860672 0 0 v -124.75 69.9503 61.4734 0.00179402 -0.611736 -0.79106 0 0 v -122.643 68.8013 61.6718 -0.764482 -0.513654 0.38952 0 0 v -129.55 70.1543 60.825 0 -0.550113 -0.83509 0 0 v -126.585 68.752 61.7252 0.110947 -0.292038 -0.94995 0 0 v -126.286 60.4515 59.003 -0.0142619 -0.970957 -0.238827 0 0 v -122.999 60.0482 60.4806 -0.28982 -0.896032 0.33635 0 0 v -126.077 60.6299 59.5175 -0.259248 -0.402484 0.877951 0 0 v -129.55 60.5629 58.8093 0 -0.928084 0.372372 0 0 v -119.362 59.1636 63.012 -0.122742 -0.880455 -0.457966 0 0 v -120.753 59.8205 61.9507 -0.618008 -0.510179 0.59815 0 0 v -120.658 59.7025 61.5197 0.0860678 -0.909569 -0.406542 0 0 v -121.118 61.5621 62.0257 -0.643419 -0.0782171 0.761508 0 0 v -123.108 60.8805 60.7399 -0.442635 -0.13807 0.886008 0 0 v -120.101 60.0238 62.9253 -0.884006 -0.276405 -0.377007 0 0 v -129.55 61.414 59.0942 -1.69972e-007 -0.105239 0.994447 0 0 v -126.177 62.3956 59.6717 -0.257233 -0.041927 0.96544 0 0 v -122.633 58.6976 63.1397 0.0977768 -0.770456 -0.62995 0 0 v -120.692 59.1626 63.1318 0.0187371 -0.305032 -0.952158 0 0 v -129.55 58.6222 62.5215 4.0935e-008 -0.813597 -0.581429 0 0 v -126.016 58.9941 62.4287 0.0970273 -0.418925 -0.902822 0 0 v -126.177 60.7421 62.3223 0.113085 0.00897888 -0.993545 0 0 v -123.108 59.6684 62.7636 0.145831 -0.0389554 -0.988542 0 0 v -129.55 59.6362 62.0623 7.8764e-008 -0.0875159 -0.996163 0 0 v -121.118 60.9007 63.0859 -0.00802654 0.00905416 -0.999927 0 0 v -133.423 58.3465 63.4186 -0.0463799 -0.924391 -0.378615 0 0 v -136.466 58.6976 63.1397 -0.0977768 -0.77046 -0.629945 0 0 v -133.083 58.9941 62.4287 -0.0970269 -0.418925 -0.902822 0 0 v -139.737 59.1636 63.012 0.122744 -0.880455 -0.457966 0 0 v -138.407 59.1626 63.1318 -0.0187366 -0.305034 -0.952157 0 0 v -139.435 58.7175 63.7889 -0.121885 -0.912929 -0.389494 0 0 v -137.981 60.9007 63.0859 0.00802652 0.00905416 -0.999927 0 0 v -135.992 59.6684 62.7636 -0.145831 -0.0389545 -0.988542 0 0 v -138.998 60.0238 62.9253 0.884002 -0.27641 -0.377013 0 0 v -132.922 60.7421 62.3223 -0.113085 0.00897912 -0.993545 0 0 v -136.1 60.0482 60.4806 0.289821 -0.896031 0.336352 0 0 v -138.346 59.8205 61.9507 0.618007 -0.510181 0.598149 0 0 v -133.022 60.6299 59.5175 0.259248 -0.402483 0.877951 0 0 v -132.922 62.3956 59.6717 0.257232 -0.0419275 0.96544 0 0 v -135.992 60.8805 60.7399 0.442635 -0.13807 0.886008 0 0 v -137.981 61.5621 62.0257 0.643419 -0.0782179 0.761507 0 0 v -123.297 63.8167 60.8162 -0.438335 -0.0328046 0.898213 0 0 v -126.268 66.2954 59.7557 -0.257735 -0.0369346 0.965509 0 0 v -129.55 64.3669 59.1909 0 -0.0243814 0.999703 0 0 v -120.379 62.9299 62.9659 -0.935099 -0.0930876 -0.341941 0 0 v -121.424 65.4006 62.0136 -0.652529 -0.0814861 0.75337 0 0 v -123.681 67.9164 60.8161 -0.44469 -0.0843555 0.891703 0 0 v -121.298 66.808 62.5996 -0.796248 -0.486186 -0.360016 0 0 v -129.55 68.4879 59.3387 0 -0.0731629 0.99732 0 0 v -123.297 62.5544 62.7826 0.151893 -0.00261441 -0.988394 0 0 v -121.424 64.7402 63.0241 0.00247685 -0.0848324 -0.996392 0 0 v -129.55 62.5156 62.0749 0 -0.00920298 -0.999958 0 0 v -126.268 64.6444 62.2819 0.116152 -0.0483055 -0.992056 0 0 v -123.681 66.7884 62.5242 0.138677 -0.127147 -0.982142 0 0 v -129.55 66.8335 61.8438 0 -0.136726 -0.990609 0 0 v -135.803 62.5544 62.7826 -0.151893 -0.00261359 -0.988394 0 0 v -132.831 64.6444 62.2819 -0.116152 -0.0483055 -0.992056 0 0 v -138.721 62.9299 62.9659 0.935099 -0.0930877 -0.341943 0 0 v -137.675 64.7402 63.0241 -0.00247688 -0.0848325 -0.996392 0 0 v -136.456 68.3911 62.29 0.204125 -0.466451 -0.860672 0 0 v -135.418 66.7884 62.5242 -0.138676 -0.127149 -0.982142 0 0 v -137.801 66.808 62.5996 0.796246 -0.486185 -0.360022 0 0 v -132.515 68.752 61.7252 -0.110946 -0.292038 -0.94995 0 0 v -135.803 63.8167 60.8162 0.438335 -0.0328045 0.898213 0 0 v -137.675 65.4006 62.0136 0.652528 -0.0814856 0.75337 0 0 v -132.831 66.2954 59.7557 0.257734 -0.0369345 0.96551 0 0 v -132.515 69.9401 59.9359 0.256312 -0.199814 0.945716 0 0 v -135.418 67.9164 60.8161 0.444689 -0.084355 0.891704 0 0 v -136.456 68.8013 61.6718 0.764483 -0.513657 0.389516 0 0 v -131.202 86.7364 12.2913 -0.0573669 -0.0331961 -0.997801 0 0 v -130.21 85.7013 12.2723 -0.0484235 -0.0342705 -0.998239 0 0 v -131.604 88.4224 12.2947 -0.0720007 0.00851023 -0.997368 0 0 v -131.243 90.0815 12.2996 -0.0668811 0.0279526 -0.997369 0 0 v -130.214 91.119 12.2727 -0.0492097 0.0340862 -0.998207 0 0 v -128.885 91.119 12.2727 0.0492104 0.034088 -0.998207 0 0 v -127.856 90.0815 12.2996 0.0668813 0.0279527 -0.997369 0 0 v -127.495 88.4224 12.2947 0.0720027 0.00850987 -0.997368 0 0 v -127.897 86.7364 12.2913 0.0573694 -0.0331969 -0.997801 0 0 v -128.889 85.7013 12.2723 0.0484242 -0.0342724 -0.998239 0 0 v -119.602 59.908 61.6309 0.258239 -0.752789 -0.605492 0 0 v -119.489 60.9067 60.4088 0.220052 -0.75947 -0.612195 0 0 v -115.698 60.0317 63.3296 0.287746 -0.816909 -0.499862 0 0 v -118.85 62.6918 58.3778 0.195475 -0.754592 -0.626402 0 0 v -124.835 61.6824 57.9385 0.181195 -0.655847 -0.732826 0 0 v -114.03 61.7967 61.5191 0.281416 -0.79291 -0.540462 0 0 v -123.924 60.3583 59.4693 0.132658 -0.836258 -0.532047 0 0 v -123.468 60.6509 59.2801 0.241396 -0.656461 -0.714694 0 0 v -126.763 60.9189 58.0741 0.121022 -0.723343 -0.6798 0 0 v -137.389 58.149 64.7202 -0.0909425 -0.947437 -0.306744 0 0 v -141.305 58.317 65.9626 -0.181038 -0.949546 -0.256103 0 0 v -141.716 59.0849 63.9994 -0.26086 -0.866982 -0.424611 0 0 v -133.966 57.5032 66.07 -0.0528394 -0.967232 -0.248335 0 0 v -138.691 57.4796 68.1161 -0.120397 -0.978432 -0.167852 0 0 v -145.486 59.1285 66.7021 -0.278018 -0.905038 -0.321887 0 0 v -143.401 60.0317 63.3296 -0.287746 -0.816909 -0.499861 0 0 v -139.61 60.9067 60.4088 -0.220052 -0.75947 -0.612195 0 0 v -145.069 61.7967 61.5191 -0.281416 -0.792909 -0.540462 0 0 v -140.249 62.6918 58.3778 -0.195474 -0.754593 -0.626402 0 0 v -134.349 69.9503 61.4734 -0.00179429 -0.611735 -0.79106 0 0 v -131.963 70.8223 60.4525 0.0355213 -0.923923 -0.380925 0 0 v -134.349 70.3726 60.8389 0.428097 -0.866441 0.256929 0 0 v -123.368 75.4729 47.5221 0.366669 -0.814716 0.449212 0 0 v -118.001 79.44 47.5221 0.627638 -0.559384 0.541442 0 0 v -114.955 85.2096 47.5221 0.778498 -0.195649 0.596375 0 0 v -114.955 91.6134 47.5221 0.762578 0.194491 0.616967 0 0 v -118.001 97.383 47.5221 0.626346 0.559251 0.543073 0 0 v -123.368 101.35 47.5221 0.36667 0.814717 0.44921 0 0 v -129.55 74.135 47.5221 3.44721e-008 -0.564111 -0.825699 0 0 v -129.55 102.688 47.5221 5.50095e-008 0.912699 0.408633 0 0 v -135.731 75.4729 47.5221 -0.36667 -0.814716 0.449211 0 0 v -141.098 79.44 47.5221 -0.627638 -0.559382 0.541444 0 0 v -144.145 85.2096 47.5221 -0.778497 -0.19565 0.596376 0 0 v -144.145 91.6134 47.5221 -0.762576 0.194491 0.616969 0 0 v -141.098 97.383 47.5221 -0.626346 0.55925 0.543075 0 0 v -135.731 101.35 47.5221 -0.36667 0.814717 0.44921 0 0 v -113.815 72.8994 51.4172 0.261573 -0.417592 -0.87017 0 0 v -106.484 79.8012 51.4183 0.336403 -0.20856 -0.918333 0 0 v -103.863 88.4115 51.4183 0.355748 -2.32906e-008 -0.934582 0 0 v -106.484 97.0217 51.4183 0.336404 0.20856 -0.918333 0 0 v -113.818 103.924 51.4183 0.261442 0.418433 -0.869806 0 0 v -124.04 107.691 51.4176 0.10313 0.571118 -0.814364 0 0 v -119.108 100.526 44.7368 0.523099 0.742283 0.418787 0 0 v -114.244 95.3423 44.7473 0.73991 0.438454 0.510187 0 0 v -112.576 88.6811 45.0155 0.745473 0.145293 0.650508 0 0 v -114.408 81.4496 45.0156 0.59544 -0.515416 0.616277 0 0 v -119.118 76.2928 44.7439 0.520109 -0.742973 0.421281 0 0 v -125.896 73.3031 44.7367 0.189999 -0.914339 0.35761 0 0 v -123.949 69.1433 51.3888 0.115799 -0.606052 -0.786951 0 0 v -125.896 103.52 44.7367 0.19 0.914339 0.35761 0 0 v -145.285 72.8994 51.4172 -0.261574 -0.417592 -0.87017 0 0 v -152.615 79.8012 51.4183 -0.336403 -0.20856 -0.918333 0 0 v -155.236 88.4115 51.4183 -0.355748 -2.32906e-008 -0.934582 0 0 v -152.615 97.0217 51.4183 -0.336403 0.20856 -0.918333 0 0 v -145.281 103.924 51.4183 -0.261442 0.418432 -0.869806 0 0 v -135.059 107.691 51.4176 -0.10313 0.571118 -0.814364 0 0 v -139.992 100.526 44.7368 -0.5231 0.742284 0.418785 0 0 v -144.856 95.3423 44.7473 -0.73991 0.438454 0.510187 0 0 v -146.523 88.6811 45.0155 -0.745473 0.145293 0.650507 0 0 v -144.691 81.4496 45.0156 -0.595439 -0.515415 0.616278 0 0 v -139.981 76.2928 44.7439 -0.520108 -0.742973 0.421282 0 0 v -133.203 73.3031 44.7367 -0.189999 -0.914339 0.35761 0 0 v -135.15 69.1433 51.3888 -0.115799 -0.606052 -0.786951 0 0 v -133.203 103.52 44.7367 -0.189999 0.914338 0.35761 0 0 v -126.421 74.4647 47.5221 0.107835 -0.53808 -0.835967 0 0 v -118.689 70.5599 51.4074 0.194354 -0.504016 -0.841543 0 0 v -120.489 77.166 47.5221 0.513026 -0.704336 0.490627 0 0 v -109.635 76.0366 51.4183 0.341633 -0.372713 -0.86277 0 0 v -116.124 82.1693 47.5221 0.717041 -0.383572 0.582 0 0 v -104.522 83.9949 51.4183 0.404015 -0.126178 -0.906008 0 0 v -114.562 88.4115 47.5221 0.791264 0.00019411 0.611475 0 0 v -104.522 92.828 51.4183 0.404015 0.126178 -0.906008 0 0 v -116.124 94.6537 47.5221 0.707331 0.383311 0.593932 0 0 v -109.635 100.786 51.4183 0.341633 0.372713 -0.86277 0 0 v -120.489 99.657 47.5221 0.513078 0.704335 0.490574 0 0 v -118.725 106.272 51.4181 0.204349 0.569949 -0.795864 0 0 v -122.369 102.388 44.7367 0.371417 0.845574 0.383476 0 0 v -116.328 98.1155 44.7378 0.642268 0.611735 0.461814 0 0 v -112.99 92.2384 44.8133 0.809528 0.22371 0.542788 0 0 v -113.649 84.9935 45.9063 0.540836 -0.13756 0.829803 0 0 v -116.429 78.6629 44.8086 0.637479 -0.609647 0.471116 0 0 v -122.369 74.4347 44.7367 0.371417 -0.845574 0.383477 0 0 v -126.421 102.358 47.5221 0.188951 0.887998 0.419235 0 0 v -129.55 68.6009 51.3959 -3.6718e-007 -0.616764 -0.787148 0 0 v -129.55 108.163 51.4173 1.86333e-008 0.6489 -0.760874 0 0 v -129.55 103.896 44.7367 -9.79011e-008 0.937251 0.348656 0 0 v -129.55 72.9266 44.7367 -1.86478e-009 -0.937251 0.348656 0 0 v -140.41 70.5599 51.4074 -0.194354 -0.504016 -0.841543 0 0 v -138.61 77.166 47.5221 -0.513025 -0.704337 0.490627 0 0 v -149.464 76.0366 51.4183 -0.307605 -0.31574 -0.897601 0 0 v -142.975 82.1693 47.5221 -0.717039 -0.383571 0.582003 0 0 v -154.577 83.9949 51.4183 -0.351193 -0.103215 -0.930597 0 0 v -144.538 88.4115 47.5221 -0.791265 0.000193762 0.611473 0 0 v -154.577 92.828 51.4183 -0.351192 0.103215 -0.930597 0 0 v -142.975 94.6537 47.5221 -0.707328 0.383312 0.593935 0 0 v -149.464 100.786 51.4183 -0.307605 0.315739 -0.897601 0 0 v -138.61 99.657 47.5221 -0.513079 0.704335 0.490573 0 0 v -140.374 106.272 51.4181 -0.193972 0.507652 -0.839443 0 0 v -132.679 102.358 47.5221 -0.188951 0.887998 0.419234 0 0 v -142.772 98.1155 44.7378 -0.629011 0.582522 0.514794 0 0 v -136.73 102.388 44.7367 -0.371417 0.845574 0.383477 0 0 v -146.109 92.2384 44.8133 -0.779552 0.206083 0.591463 0 0 v -145.45 84.9935 45.9063 -0.72312 -0.182977 0.666045 0 0 v -142.67 78.6629 44.8086 -0.629422 -0.580966 0.516048 0 0 v -136.73 74.4347 44.7367 -0.367139 -0.826688 0.426376 0 0 v -132.679 74.4647 47.5221 -0.107836 -0.53808 -0.835967 0 0 v -119 73.9003 49.4185 0.231115 -0.46305 -0.855669 0 0 v -115.334 76.2854 49.4185 0.286715 -0.368441 -0.884333 0 0 v -112.372 79.2873 49.4185 0.324204 -0.261827 -0.909032 0 0 v -110.311 82.7477 49.4185 0.345248 -0.155907 -0.925471 0 0 v -109.254 86.4911 49.4185 0.354695 -0.0511258 -0.933583 0 0 v -109.254 90.3319 49.4185 0.354695 0.0511258 -0.933583 0 0 v -110.311 94.0752 49.4185 0.345248 0.155907 -0.925471 0 0 v -112.372 97.5356 49.4185 0.324204 0.261827 -0.909032 0 0 v -115.334 100.538 49.4185 0.286681 0.368647 -0.884259 0 0 v -119 102.923 49.4185 0.230911 0.465103 -0.854611 0 0 v -123.083 104.55 49.4185 0.150758 0.543827 -0.825545 0 0 v -127.371 105.357 49.4185 0.052268 0.5878 -0.807316 0 0 v -121.284 101.068 46.1521 0.446081 0.77656 0.444934 0 0 v -118.399 98.987 46.1524 0.575317 0.655802 0.48881 0 0 v -116.069 96.4278 46.1533 0.676259 0.499276 0.541662 0 0 v -114.461 93.5028 46.173 0.751447 0.309044 0.58294 0 0 v -113.682 90.2678 46.2472 0.790027 0.114169 0.602348 0 0 v -113.897 86.8337 46.528 0.750313 -0.0732655 0.65701 0 0 v -114.756 83.4199 46.5272 0.70421 -0.29786 0.644491 0 0 v -116.169 80.382 46.2451 0.667515 -0.502147 0.549792 0 0 v -118.419 77.8333 46.1707 0.574514 -0.655321 0.490396 0 0 v -121.284 75.7548 46.1521 0.445822 -0.776612 0.445102 0 0 v -124.488 74.3203 46.1521 0.279905 -0.867986 0.410187 0 0 v -127.845 73.6099 46.1521 0.094738 -0.915767 0.390379 0 0 v -127.371 71.4659 49.4185 0.0541752 -0.577888 -0.814316 0 0 v -123.083 72.2727 49.4185 0.15142 -0.538417 -0.828963 0 0 v -127.845 103.213 46.1521 0.094738 0.915767 0.390379 0 0 v -124.488 102.503 46.1521 0.279905 0.867986 0.410187 0 0 v -143.765 76.2854 49.4185 -0.286715 -0.368442 -0.884333 0 0 v -140.099 73.9003 49.4185 -0.231116 -0.46305 -0.855669 0 0 v -148.788 82.7477 49.4185 -0.345248 -0.155907 -0.925471 0 0 v -146.727 79.2873 49.4185 -0.324204 -0.261827 -0.909032 0 0 v -149.845 90.3319 49.4185 -0.354695 0.0511268 -0.933583 0 0 v -149.845 86.4911 49.4185 -0.354695 -0.0511261 -0.933583 0 0 v -146.727 97.5356 49.4185 -0.324204 0.261827 -0.909032 0 0 v -148.788 94.0752 49.4185 -0.345248 0.155906 -0.925471 0 0 v -140.099 102.923 49.4185 -0.230911 0.465103 -0.854611 0 0 v -143.765 100.538 49.4185 -0.28668 0.368647 -0.884259 0 0 v -131.728 105.357 49.4185 -0.052268 0.5878 -0.807316 0 0 v -136.016 104.55 49.4185 -0.150758 0.543827 -0.825545 0 0 v -137.816 101.068 46.1521 -0.446081 0.77656 0.444934 0 0 v -140.7 98.987 46.1524 -0.575317 0.655801 0.48881 0 0 v -143.03 96.4278 46.1533 -0.676259 0.499275 0.541663 0 0 v -144.638 93.5028 46.173 -0.751449 0.309044 0.582937 0 0 v -145.417 90.2678 46.2472 -0.790029 0.114169 0.602346 0 0 v -145.202 86.8337 46.528 -0.75031 -0.0732628 0.657015 0 0 v -144.343 83.4199 46.5272 -0.704209 -0.297862 0.644491 0 0 v -142.93 80.382 46.2451 -0.667516 -0.502146 0.549792 0 0 v -140.68 77.8333 46.1707 -0.574514 -0.655321 0.490397 0 0 v -137.816 75.7548 46.1521 -0.445823 -0.776612 0.445102 0 0 v -134.611 74.3203 46.1521 -0.279904 -0.867986 0.410188 0 0 v -131.254 73.6099 46.1521 -0.0947381 -0.915767 0.390379 0 0 v -131.728 71.4659 49.4185 -0.0541755 -0.577888 -0.814316 0 0 v -136.016 72.2727 49.4185 -0.15142 -0.538417 -0.828963 0 0 v -131.254 103.213 46.1521 -0.0947381 0.915767 0.390379 0 0 v -134.611 102.503 46.1521 -0.279904 0.867986 0.410187 0 0 v -116.188 71.6196 51.4139 0.226184 -0.468367 -0.854092 0 0 v -121.894 76.2392 47.5221 0.447317 -0.761712 0.468723 0 0 v -117.097 75.0069 49.4185 0.266988 -0.410886 -0.871717 0 0 v -121.007 72.983 49.4185 0.199156 -0.500842 -0.842315 0 0 v -113.747 77.718 49.4185 0.311477 -0.307567 -0.899102 0 0 v -111.615 74.3786 51.4183 0.318219 -0.423884 -0.847974 0 0 v -119.181 78.238 47.5221 0.57813 -0.632651 0.515284 0 0 v -107.919 77.8526 51.4183 0.32115 -0.268919 -0.908044 0 0 v -116.979 80.7565 47.5221 0.678605 -0.466702 0.567172 0 0 v -111.223 80.9712 49.4185 0.338186 -0.201648 -0.919222 0 0 v -109.65 84.595 49.4185 0.35143 -0.0993173 -0.930931 0 0 v -105.347 81.8572 51.4183 0.395531 -0.185134 -0.8996 0 0 v -115.446 83.6598 47.5221 0.752769 -0.289352 0.591282 0 0 v -104.028 86.1891 51.4183 0.354216 -0.0529264 -0.933665 0 0 v -114.66 86.8003 47.5221 0.7912 -0.0972373 0.603778 0 0 v -109.122 88.4115 49.4185 0.355442 -4.84433e-008 -0.934699 0 0 v -109.65 92.2279 49.4185 0.35143 0.0993174 -0.930931 0 0 v -104.028 90.6339 51.4183 0.40923 0.061135 -0.910381 0 0 v -114.66 90.0226 47.5221 0.780873 0.095647 0.617325 0 0 v -105.347 94.9658 51.4183 0.34382 0.160961 -0.925138 0 0 v -115.446 93.1632 47.5221 0.739055 0.284086 0.610813 0 0 v -111.223 95.8518 49.4185 0.338186 0.201649 -0.919221 0 0 v -113.747 99.1049 49.4185 0.311478 0.307567 -0.899102 0 0 v -107.919 98.9704 51.4183 0.36645 0.306788 -0.878405 0 0 v -116.979 96.0664 47.5221 0.67583 0.46486 0.571978 0 0 v -111.615 102.444 51.4183 0.28188 0.376011 -0.8827 0 0 v -119.181 98.5849 47.5221 0.578023 0.63255 0.515529 0 0 v -117.097 101.816 49.4185 0.267167 0.411162 -0.871532 0 0 v -121.007 103.84 49.4185 0.200156 0.503323 -0.840597 0 0 v -116.202 105.207 51.4182 0.250845 0.524797 -0.813428 0 0 v -121.894 100.584 47.5221 0.447319 0.761712 0.468723 0 0 v -121.346 107.1 51.4178 0.14589 0.547016 -0.824312 0 0 v -124.88 101.94 47.5221 0.282282 0.856473 0.43217 0 0 v -125.21 105.055 49.4185 0.10705 0.570251 -0.814466 0 0 v -129.55 105.457 49.4185 -1.03974e-006 0.594082 -0.804404 0 0 v -126.783 108.045 51.4174 0.05521 0.64411 -0.762938 0 0 v -127.98 102.606 47.5221 0.0953854 0.906668 0.41092 0 0 v -119.787 100.098 46.1522 0.517763 0.717798 0.465497 0 0 v -120.692 101.539 44.7367 0.454289 0.795804 0.400397 0 0 v -122.86 101.877 46.1521 0.369033 0.825744 0.426569 0 0 v -117.15 97.7567 46.1527 0.63388 0.577014 0.515026 0 0 v -117.643 99.376 44.7372 0.58863 0.678667 0.439234 0 0 v -115.168 95.0075 46.1586 0.72045 0.399637 0.566782 0 0 v -115.189 96.7707 44.7389 0.69797 0.525533 0.48647 0 0 v -113.961 91.9205 46.2011 0.780096 0.201646 0.592275 0 0 v -113.505 93.8313 44.7698 0.781774 0.326936 0.530983 0 0 v -113.651 88.5652 46.345 0.777448 0.00289021 0.62894 0 0 v -112.712 90.5645 44.8846 0.827532 0.128864 0.546429 0 0 v -114.304 85.1072 46.6405 0.719687 -0.181661 0.670112 0 0 v -113.17 86.7463 45.7048 0.595807 0.0135812 0.803013 0 0 v -115.347 81.8266 46.3435 0.699943 -0.382093 0.603394 0 0 v -114.05 83.273 45.7059 0.524409 -0.306139 0.794528 0 0 v -117.2 79.0597 46.1986 0.634747 -0.574807 0.516423 0 0 v -115.392 79.9633 44.8805 0.685835 -0.535245 0.493096 0 0 v -119.792 76.7244 46.1568 0.51761 -0.717464 0.466182 0 0 v -117.684 77.4292 44.7655 0.58653 -0.676471 0.445388 0 0 v -122.86 74.9462 46.1521 0.369033 -0.825744 0.426569 0 0 v -120.692 75.2844 44.7367 0.453997 -0.795996 0.400347 0 0 v -124.88 74.8825 47.5221 0.165418 -0.502654 -0.848514 0 0 v -126.154 73.8754 46.1521 0.189698 -0.897739 0.397592 0 0 v -124.109 73.7743 44.7367 0.283709 -0.885229 0.368617 0 0 v -129.55 73.5219 46.1521 0 -0.921776 0.387723 0 0 v -127.715 73.0206 44.7367 0.0959246 -0.931595 0.350613 0 0 v -127.98 74.2166 47.5221 0.0585908 -0.557789 -0.827912 0 0 v -125.21 71.7676 49.4185 0.105849 -0.564011 -0.818955 0 0 v -126.725 68.748 51.3917 0.0585399 -0.614802 -0.786506 0 0 v -129.55 71.366 49.4185 0 -0.5817 -0.813404 0 0 v -121.273 69.7409 51.3965 0.16129 -0.589093 -0.791805 0 0 v -126.154 102.947 46.1521 0.189698 0.897739 0.397592 0 0 v -127.715 103.802 44.7367 0.0959246 0.931595 0.350613 0 0 v -129.55 103.301 46.1521 0 0.921776 0.387723 0 0 v -124.109 103.049 44.7367 0.283709 0.885229 0.368617 0 0 v -142.912 71.6196 51.4139 -0.226184 -0.468366 -0.854092 0 0 v -147.484 74.3786 51.4183 -0.28205 -0.37574 -0.882761 0 0 v -139.918 78.238 47.5221 -0.578132 -0.632651 0.515282 0 0 v -142.002 75.0069 49.4185 -0.266989 -0.410886 -0.871717 0 0 v -145.352 77.718 49.4185 -0.311477 -0.307568 -0.899102 0 0 v -138.092 72.983 49.4185 -0.199156 -0.500842 -0.842315 0 0 v -137.205 76.2392 47.5221 -0.447318 -0.761712 0.468723 0 0 v -151.18 77.8526 51.4183 -0.32115 -0.268919 -0.908045 0 0 v -153.753 81.8572 51.4183 -0.34382 -0.160959 -0.925138 0 0 v -143.653 83.6598 47.5221 -0.752766 -0.289351 0.591286 0 0 v -147.877 80.9712 49.4185 -0.338186 -0.201648 -0.919222 0 0 v -149.449 84.595 49.4185 -0.351431 -0.0993175 -0.930931 0 0 v -142.12 80.7565 47.5221 -0.678603 -0.466701 0.567175 0 0 v -155.072 86.1891 51.4183 -0.354216 -0.0529276 -0.933665 0 0 v -155.072 90.6339 51.4183 -0.354216 0.0529275 -0.933665 0 0 v -144.439 90.0226 47.5221 -0.780876 0.0956473 0.617321 0 0 v -149.978 88.4115 49.4185 -0.355441 -4.93749e-008 -0.934699 0 0 v -149.449 92.2279 49.4185 -0.35143 0.0993174 -0.930931 0 0 v -144.439 86.8003 47.5221 -0.791205 -0.097238 0.60377 0 0 v -153.753 94.9658 51.4183 -0.343819 0.160959 -0.925138 0 0 v -151.18 98.9704 51.4183 -0.32115 0.268919 -0.908045 0 0 v -142.12 96.0664 47.5221 -0.67583 0.46486 0.571978 0 0 v -147.877 95.8518 49.4185 -0.338186 0.201649 -0.919221 0 0 v -145.352 99.1049 49.4185 -0.311477 0.307567 -0.899102 0 0 v -143.653 93.1632 47.5221 -0.739052 0.284085 0.610818 0 0 v -147.484 102.444 51.4183 -0.28188 0.37601 -0.882701 0 0 v -142.897 105.207 51.4182 -0.225085 0.471002 -0.852933 0 0 v -137.205 100.584 47.5221 -0.447319 0.761711 0.468724 0 0 v -142.002 101.816 49.4185 -0.267167 0.41116 -0.871533 0 0 v -138.092 103.84 49.4185 -0.200157 0.503323 -0.840597 0 0 v -139.918 98.5849 47.5221 -0.578026 0.632551 0.515525 0 0 v -137.753 107.1 51.4178 -0.14589 0.547015 -0.824312 0 0 v -132.317 108.045 51.4174 -0.0504599 0.588778 -0.806718 0 0 v -131.119 102.606 47.5221 -0.0953854 0.906668 0.410919 0 0 v -133.889 105.055 49.4185 -0.107049 0.570251 -0.814466 0 0 v -134.219 101.94 47.5221 -0.282281 0.856473 0.43217 0 0 v -136.239 101.877 46.1521 -0.369033 0.825743 0.426571 0 0 v -138.407 101.539 44.7367 -0.454288 0.795803 0.400399 0 0 v -139.312 100.098 46.1522 -0.510246 0.707413 0.489096 0 0 v -141.456 99.376 44.7372 -0.572182 0.659782 0.487129 0 0 v -141.949 97.7567 46.1527 -0.633882 0.577015 0.515021 0 0 v -143.91 96.7707 44.7389 -0.697971 0.525535 0.486467 0 0 v -143.931 95.0075 46.1586 -0.703249 0.390384 0.594173 0 0 v -145.594 93.8313 44.7698 -0.748606 0.314669 0.583586 0 0 v -145.138 91.9205 46.2011 -0.780099 0.201644 0.59227 0 0 v -146.387 90.5645 44.8846 -0.82753 0.128866 0.546432 0 0 v -145.448 88.5652 46.345 -0.790939 0.000545238 0.611895 0 0 v -145.929 86.7463 45.7048 -0.744937 -0.0599127 0.66444 0 0 v -144.795 85.1072 46.6405 -0.719684 -0.181659 0.670116 0 0 v -145.049 83.273 45.7059 -0.524412 -0.306142 0.794524 0 0 v -143.752 81.8266 46.3435 -0.71431 -0.386836 0.583197 0 0 v -143.707 79.9633 44.8805 -0.66263 -0.52171 0.537345 0 0 v -141.899 79.0597 46.1986 -0.634747 -0.574807 0.516424 0 0 v -141.416 77.4292 44.7655 -0.58653 -0.676472 0.445385 0 0 v -139.307 76.7244 46.1568 -0.510151 -0.707432 0.489169 0 0 v -138.407 75.2844 44.7367 -0.443784 -0.778362 0.444081 0 0 v -136.239 74.9462 46.1521 -0.369033 -0.825743 0.426571 0 0 v -134.99 73.7743 44.7367 -0.283709 -0.88523 0.368616 0 0 v -132.945 73.8754 46.1521 -0.187736 -0.888504 0.418707 0 0 v -134.219 74.8825 47.5221 -0.165418 -0.502655 -0.848513 0 0 v -131.384 73.0206 44.7367 -0.094306 -0.915962 0.390027 0 0 v -131.119 74.2166 47.5221 -0.0585907 -0.557789 -0.827912 0 0 v -132.375 68.748 51.3917 -0.0585406 -0.614803 -0.786505 0 0 v -133.889 71.7676 49.4185 -0.101595 -0.54126 -0.834695 0 0 v -137.826 69.7409 51.3965 -0.148424 -0.540778 -0.827967 0 0 v -131.384 103.802 44.7367 -0.0959244 0.931595 0.350613 0 0 v -132.945 102.947 46.1521 -0.187737 0.888506 0.418703 0 0 v -134.99 103.049 44.7367 -0.278385 0.868704 0.4097 0 0 t 0 2582 1292 t 1292 2585 0 t 659 2583 1292 t 1292 2582 659 t 330 2584 1292 t 1292 2583 330 t 648 2585 1292 t 1292 2584 648 t 6 2586 1293 t 1293 2588 6 t 660 2587 1293 t 1293 2586 660 t 330 2583 1293 t 1293 2587 330 t 659 2588 1293 t 1293 2583 659 t 7 2589 1294 t 1294 2591 7 t 661 2590 1294 t 1294 2589 661 t 330 2587 1294 t 1294 2590 330 t 660 2591 1294 t 1294 2587 660 t 1 2592 1295 t 1295 2593 1 t 648 2584 1295 t 1295 2592 648 t 330 2590 1295 t 1295 2584 330 t 661 2593 1295 t 1295 2590 661 t 1 2593 1296 t 1296 2596 1 t 661 2594 1296 t 1296 2593 661 t 331 2595 1296 t 1296 2594 331 t 650 2596 1296 t 1296 2595 650 t 7 2597 1297 t 1297 2589 7 t 662 2598 1297 t 1297 2597 662 t 331 2594 1297 t 1297 2598 331 t 661 2589 1297 t 1297 2594 661 t 36 2599 1298 t 1298 2601 36 t 720 2600 1298 t 1298 2599 720 t 331 2598 1298 t 1298 2600 331 t 662 2601 1298 t 1298 2598 662 t 8 2602 1299 t 1299 2604 8 t 663 2603 1299 t 1299 2602 663 t 331 2600 1299 t 1299 2603 331 t 720 2604 1299 t 1299 2600 720 t 2 2605 1300 t 1300 2606 2 t 650 2595 1300 t 1300 2605 650 t 331 2603 1300 t 1300 2595 331 t 663 2606 1300 t 1300 2603 663 t 2 2606 1301 t 1301 2609 2 t 663 2607 1301 t 1301 2606 663 t 332 2608 1301 t 1301 2607 332 t 652 2609 1301 t 1301 2608 652 t 8 2610 1302 t 1302 2602 8 t 723 2611 1302 t 1302 2610 723 t 332 2607 1302 t 1302 2611 332 t 663 2602 1302 t 1302 2607 663 t 38 2612 1303 t 1303 2614 38 t 664 2613 1303 t 1303 2612 664 t 332 2611 1303 t 1303 2613 332 t 723 2614 1303 t 1303 2611 723 t 9 2615 1304 t 1304 2617 9 t 665 2616 1304 t 1304 2615 665 t 332 2613 1304 t 1304 2616 332 t 664 2617 1304 t 1304 2613 664 t 3 2618 1305 t 1305 2619 3 t 652 2608 1305 t 1305 2618 652 t 332 2616 1305 t 1305 2608 332 t 665 2619 1305 t 1305 2616 665 t 3 2619 1306 t 1306 2622 3 t 665 2620 1306 t 1306 2619 665 t 333 2621 1306 t 1306 2620 333 t 654 2622 1306 t 1306 2621 654 t 9 2623 1307 t 1307 2615 9 t 666 2624 1307 t 1307 2623 666 t 333 2620 1307 t 1307 2624 333 t 665 2615 1307 t 1307 2620 665 t 10 2625 1308 t 1308 2627 10 t 667 2626 1308 t 1308 2625 667 t 333 2624 1308 t 1308 2626 333 t 666 2627 1308 t 1308 2624 666 t 4 2628 1309 t 1309 2629 4 t 654 2621 1309 t 1309 2628 654 t 333 2626 1309 t 1309 2621 333 t 667 2629 1309 t 1309 2626 667 t 4 2629 1310 t 1310 2632 4 t 667 2630 1310 t 1310 2629 667 t 334 2631 1310 t 1310 2630 334 t 656 2632 1310 t 1310 2631 656 t 10 2633 1311 t 1311 2625 10 t 668 2634 1311 t 1311 2633 668 t 334 2630 1311 t 1311 2634 334 t 667 2625 1311 t 1311 2630 667 t 11 2635 1312 t 1312 2637 11 t 669 2636 1312 t 1312 2635 669 t 334 2634 1312 t 1312 2636 334 t 668 2637 1312 t 1312 2634 668 t 5 2638 1313 t 1313 2639 5 t 656 2631 1313 t 1313 2638 656 t 334 2636 1313 t 1313 2631 334 t 669 2639 1313 t 1313 2636 669 t 5 2639 1314 t 1314 2642 5 t 669 2640 1314 t 1314 2639 669 t 335 2641 1314 t 1314 2640 335 t 658 2642 1314 t 1314 2641 658 t 11 2643 1315 t 1315 2635 11 t 670 2644 1315 t 1315 2643 670 t 335 2640 1315 t 1315 2644 335 t 669 2635 1315 t 1315 2640 669 t 148 2645 1316 t 1316 2647 148 t 946 2646 1316 t 1316 2645 946 t 335 2644 1316 t 1316 2646 335 t 670 2647 1316 t 1316 2644 670 t 175 2648 1317 t 1317 2649 175 t 658 2641 1317 t 1317 2648 658 t 335 2646 1317 t 1317 2641 335 t 946 2649 1317 t 1317 2646 946 t 6 2650 1318 t 1318 2586 6 t 671 2651 1318 t 1318 2650 671 t 336 2652 1318 t 1318 2651 336 t 660 2586 1318 t 1318 2652 660 t 12 2653 1319 t 1319 2655 12 t 672 2654 1319 t 1319 2653 672 t 336 2651 1319 t 1319 2654 336 t 671 2655 1319 t 1319 2651 671 t 13 2656 1320 t 1320 2658 13 t 673 2657 1320 t 1320 2656 673 t 336 2654 1320 t 1320 2657 336 t 672 2658 1320 t 1320 2654 672 t 7 2591 1321 t 1321 2659 7 t 660 2652 1321 t 1321 2591 660 t 336 2657 1321 t 1321 2652 336 t 673 2659 1321 t 1321 2657 673 t 7 2659 1322 t 1322 2597 7 t 673 2660 1322 t 1322 2659 673 t 337 2661 1322 t 1322 2660 337 t 662 2597 1322 t 1322 2661 662 t 13 2662 1323 t 1323 2656 13 t 674 2663 1323 t 1323 2662 674 t 337 2660 1323 t 1323 2663 337 t 673 2656 1323 t 1323 2660 673 t 14 2664 1324 t 1324 2666 14 t 675 2665 1324 t 1324 2664 675 t 337 2663 1324 t 1324 2665 337 t 674 2666 1324 t 1324 2663 674 t 37 2667 1325 t 1325 2669 37 t 721 2668 1325 t 1325 2667 721 t 337 2665 1325 t 1325 2668 337 t 675 2669 1325 t 1325 2665 675 t 36 2601 1326 t 1326 2670 36 t 662 2661 1326 t 1326 2601 662 t 337 2668 1326 t 1326 2661 337 t 721 2670 1326 t 1326 2668 721 t 38 2671 1327 t 1327 2612 38 t 722 2672 1327 t 1327 2671 722 t 338 2673 1327 t 1327 2672 338 t 664 2612 1327 t 1327 2673 664 t 37 2669 1328 t 1328 2675 37 t 675 2674 1328 t 1328 2669 675 t 338 2672 1328 t 1328 2674 338 t 722 2675 1328 t 1328 2672 722 t 14 2676 1329 t 1329 2664 14 t 676 2677 1329 t 1329 2676 676 t 338 2674 1329 t 1329 2677 338 t 675 2664 1329 t 1329 2674 675 t 15 2678 1330 t 1330 2680 15 t 677 2679 1330 t 1330 2678 677 t 338 2677 1330 t 1330 2679 338 t 676 2680 1330 t 1330 2677 676 t 9 2617 1331 t 1331 2681 9 t 664 2673 1331 t 1331 2617 664 t 338 2679 1331 t 1331 2673 338 t 677 2681 1331 t 1331 2679 677 t 9 2681 1332 t 1332 2623 9 t 677 2682 1332 t 1332 2681 677 t 339 2683 1332 t 1332 2682 339 t 666 2623 1332 t 1332 2683 666 t 15 2684 1333 t 1333 2678 15 t 678 2685 1333 t 1333 2684 678 t 339 2682 1333 t 1333 2685 339 t 677 2678 1333 t 1333 2682 677 t 16 2686 1334 t 1334 2688 16 t 679 2687 1334 t 1334 2686 679 t 339 2685 1334 t 1334 2687 339 t 678 2688 1334 t 1334 2685 678 t 10 2627 1335 t 1335 2689 10 t 666 2683 1335 t 1335 2627 666 t 339 2687 1335 t 1335 2683 339 t 679 2689 1335 t 1335 2687 679 t 10 2689 1336 t 1336 2633 10 t 679 2690 1336 t 1336 2689 679 t 340 2691 1336 t 1336 2690 340 t 668 2633 1336 t 1336 2691 668 t 16 2692 1337 t 1337 2686 16 t 680 2693 1337 t 1337 2692 680 t 340 2690 1337 t 1337 2693 340 t 679 2686 1337 t 1337 2690 679 t 17 2694 1338 t 1338 2696 17 t 681 2695 1338 t 1338 2694 681 t 340 2693 1338 t 1338 2695 340 t 680 2696 1338 t 1338 2693 680 t 11 2637 1339 t 1339 2697 11 t 668 2691 1339 t 1339 2637 668 t 340 2695 1339 t 1339 2691 340 t 681 2697 1339 t 1339 2695 681 t 11 2697 1340 t 1340 2643 11 t 681 2698 1340 t 1340 2697 681 t 341 2699 1340 t 1340 2698 341 t 670 2643 1340 t 1340 2699 670 t 17 2700 1341 t 1341 2694 17 t 682 2701 1341 t 1341 2700 682 t 341 2698 1341 t 1341 2701 341 t 681 2694 1341 t 1341 2698 681 t 183 2702 1342 t 1342 2704 183 t 948 2703 1342 t 1342 2702 948 t 341 2701 1342 t 1342 2703 341 t 682 2704 1342 t 1342 2701 682 t 148 2647 1343 t 1343 2705 148 t 670 2699 1343 t 1343 2647 670 t 341 2703 1343 t 1343 2699 341 t 948 2705 1343 t 1343 2703 948 t 13 2706 1344 t 1344 2662 13 t 685 2707 1344 t 1344 2706 685 t 342 2708 1344 t 1344 2707 342 t 674 2662 1344 t 1344 2708 674 t 19 2709 1345 t 1345 2711 19 t 686 2710 1345 t 1345 2709 686 t 342 2707 1345 t 1345 2710 342 t 685 2711 1345 t 1345 2707 685 t 20 2712 1346 t 1346 2714 20 t 687 2713 1346 t 1346 2712 687 t 342 2710 1346 t 1346 2713 342 t 686 2714 1346 t 1346 2710 686 t 14 2666 1347 t 1347 2715 14 t 674 2708 1347 t 1347 2666 674 t 342 2713 1347 t 1347 2708 342 t 687 2715 1347 t 1347 2713 687 t 14 2715 1348 t 1348 2676 14 t 687 2716 1348 t 1348 2715 687 t 343 2717 1348 t 1348 2716 343 t 676 2676 1348 t 1348 2717 676 t 20 2718 1349 t 1349 2712 20 t 688 2719 1349 t 1349 2718 688 t 343 2716 1349 t 1349 2719 343 t 687 2712 1349 t 1349 2716 687 t 21 2720 1350 t 1350 2722 21 t 689 2721 1350 t 1350 2720 689 t 343 2719 1350 t 1350 2721 343 t 688 2722 1350 t 1350 2719 688 t 15 2680 1351 t 1351 2723 15 t 676 2717 1351 t 1351 2680 676 t 343 2721 1351 t 1351 2717 343 t 689 2723 1351 t 1351 2721 689 t 15 2723 1352 t 1352 2684 15 t 689 2724 1352 t 1352 2723 689 t 344 2725 1352 t 1352 2724 344 t 678 2684 1352 t 1352 2725 678 t 21 2726 1353 t 1353 2720 21 t 690 2727 1353 t 1353 2726 690 t 344 2724 1353 t 1353 2727 344 t 689 2720 1353 t 1353 2724 689 t 22 2728 1354 t 1354 2730 22 t 691 2729 1354 t 1354 2728 691 t 344 2727 1354 t 1354 2729 344 t 690 2730 1354 t 1354 2727 690 t 16 2688 1355 t 1355 2731 16 t 678 2725 1355 t 1355 2688 678 t 344 2729 1355 t 1355 2725 344 t 691 2731 1355 t 1355 2729 691 t 16 2731 1356 t 1356 2692 16 t 691 2732 1356 t 1356 2731 691 t 345 2733 1356 t 1356 2732 345 t 680 2692 1356 t 1356 2733 680 t 22 2734 1357 t 1357 2728 22 t 692 2735 1357 t 1357 2734 692 t 345 2732 1357 t 1357 2735 345 t 691 2728 1357 t 1357 2732 691 t 23 2736 1358 t 1358 2738 23 t 693 2737 1358 t 1358 2736 693 t 345 2735 1358 t 1358 2737 345 t 692 2738 1358 t 1358 2735 692 t 17 2696 1359 t 1359 2739 17 t 680 2733 1359 t 1359 2696 680 t 345 2737 1359 t 1359 2733 345 t 693 2739 1359 t 1359 2737 693 t 17 2739 1360 t 1360 2700 17 t 693 2740 1360 t 1360 2739 693 t 346 2741 1360 t 1360 2740 346 t 682 2700 1360 t 1360 2741 682 t 23 2742 1361 t 1361 2736 23 t 694 2743 1361 t 1361 2742 694 t 346 2740 1361 t 1361 2743 346 t 693 2736 1361 t 1361 2740 693 t 150 2744 1362 t 1362 2746 150 t 1005 2745 1362 t 1362 2744 1005 t 346 2743 1362 t 1362 2745 346 t 694 2746 1362 t 1362 2743 694 t 183 2704 1363 t 1363 2747 183 t 682 2741 1363 t 1363 2704 682 t 346 2745 1363 t 1363 2741 346 t 1005 2747 1363 t 1363 2745 1005 t 18 2748 1364 t 1364 2751 18 t 696 2749 1364 t 1364 2748 696 t 347 2750 1364 t 1364 2749 347 t 684 2751 1364 t 1364 2750 684 t 24 2752 1365 t 1365 2754 24 t 697 2753 1365 t 1365 2752 697 t 347 2749 1365 t 1365 2753 347 t 696 2754 1365 t 1365 2749 696 t 25 2755 1366 t 1366 2757 25 t 698 2756 1366 t 1366 2755 698 t 347 2753 1366 t 1366 2756 347 t 697 2757 1366 t 1366 2753 697 t 19 2758 1367 t 1367 2759 19 t 684 2750 1367 t 1367 2758 684 t 347 2756 1367 t 1367 2750 347 t 698 2759 1367 t 1367 2756 698 t 19 2759 1368 t 1368 2709 19 t 698 2760 1368 t 1368 2759 698 t 348 2761 1368 t 1368 2760 348 t 686 2709 1368 t 1368 2761 686 t 25 2762 1369 t 1369 2755 25 t 699 2763 1369 t 1369 2762 699 t 348 2760 1369 t 1369 2763 348 t 698 2755 1369 t 1369 2760 698 t 26 2764 1370 t 1370 2766 26 t 700 2765 1370 t 1370 2764 700 t 348 2763 1370 t 1370 2765 348 t 699 2766 1370 t 1370 2763 699 t 20 2714 1371 t 1371 2767 20 t 686 2761 1371 t 1371 2714 686 t 348 2765 1371 t 1371 2761 348 t 700 2767 1371 t 1371 2765 700 t 20 2767 1372 t 1372 2718 20 t 700 2768 1372 t 1372 2767 700 t 349 2769 1372 t 1372 2768 349 t 688 2718 1372 t 1372 2769 688 t 26 2770 1373 t 1373 2764 26 t 701 2771 1373 t 1373 2770 701 t 349 2768 1373 t 1373 2771 349 t 700 2764 1373 t 1373 2768 700 t 27 2772 1374 t 1374 2774 27 t 702 2773 1374 t 1374 2772 702 t 349 2771 1374 t 1374 2773 349 t 701 2774 1374 t 1374 2771 701 t 21 2722 1375 t 1375 2775 21 t 688 2769 1375 t 1375 2722 688 t 349 2773 1375 t 1375 2769 349 t 702 2775 1375 t 1375 2773 702 t 21 2775 1376 t 1376 2726 21 t 702 2776 1376 t 1376 2775 702 t 350 2777 1376 t 1376 2776 350 t 690 2726 1376 t 1376 2777 690 t 27 2778 1377 t 1377 2772 27 t 703 2779 1377 t 1377 2778 703 t 350 2776 1377 t 1377 2779 350 t 702 2772 1377 t 1377 2776 702 t 28 2780 1378 t 1378 2782 28 t 704 2781 1378 t 1378 2780 704 t 350 2779 1378 t 1378 2781 350 t 703 2782 1378 t 1378 2779 703 t 22 2730 1379 t 1379 2783 22 t 690 2777 1379 t 1379 2730 690 t 350 2781 1379 t 1379 2777 350 t 704 2783 1379 t 1379 2781 704 t 22 2783 1380 t 1380 2734 22 t 704 2784 1380 t 1380 2783 704 t 351 2785 1380 t 1380 2784 351 t 692 2734 1380 t 1380 2785 692 t 28 2786 1381 t 1381 2780 28 t 705 2787 1381 t 1381 2786 705 t 351 2784 1381 t 1381 2787 351 t 704 2780 1381 t 1381 2784 704 t 29 2788 1382 t 1382 2790 29 t 706 2789 1382 t 1382 2788 706 t 351 2787 1382 t 1382 2789 351 t 705 2790 1382 t 1382 2787 705 t 23 2738 1383 t 1383 2791 23 t 692 2785 1383 t 1383 2738 692 t 351 2789 1383 t 1383 2785 351 t 706 2791 1383 t 1383 2789 706 t 23 2791 1384 t 1384 2742 23 t 706 2792 1384 t 1384 2791 706 t 352 2793 1384 t 1384 2792 352 t 694 2742 1384 t 1384 2793 694 t 29 2794 1385 t 1385 2788 29 t 707 2795 1385 t 1385 2794 707 t 352 2792 1385 t 1385 2795 352 t 706 2788 1385 t 1385 2792 706 t 151 2796 1386 t 1386 2798 151 t 950 2797 1386 t 1386 2796 950 t 352 2795 1386 t 1386 2797 352 t 707 2798 1386 t 1386 2795 707 t 150 2746 1387 t 1387 2799 150 t 694 2793 1387 t 1387 2746 694 t 352 2797 1387 t 1387 2793 352 t 950 2799 1387 t 1387 2797 950 t 24 2800 1388 t 1388 2752 24 t 709 2801 1388 t 1388 2800 709 t 353 2802 1388 t 1388 2801 353 t 697 2752 1388 t 1388 2802 697 t 30 2803 1389 t 1389 2805 30 t 710 2804 1389 t 1389 2803 710 t 5176 5302 5246 t 5246 5304 5176 t 5205 5305 5246 t 5246 5302 5205 t 31 2806 1390 t 1390 2808 31 t 711 2807 5247 t 5247 5306 711 t 5176 5304 5247 t 5247 2807 5176 t 710 2808 1390 t 1390 2804 710 t 25 2757 1391 t 1391 2809 25 t 697 2802 1391 t 1391 2757 697 t 353 5307 1391 t 1391 2802 353 t 5207 2809 1391 t 1391 5307 5207 t 25 2809 1392 t 1392 2762 25 t 5207 2810 1392 t 1392 2809 5207 t 354 2811 1392 t 1392 2810 354 t 699 2762 1392 t 1392 2811 699 t 31 2812 1393 t 1393 2806 31 t 712 2813 1393 t 1393 2812 712 t 5177 5309 5248 t 5248 5311 5177 t 711 5306 5248 t 5248 5309 711 t 32 2814 1394 t 1394 2816 32 t 713 2815 5249 t 5249 5312 713 t 5177 5311 5249 t 5249 2815 5177 t 712 2816 1394 t 1394 2813 712 t 26 2766 1395 t 1395 2817 26 t 699 2811 1395 t 1395 2766 699 t 354 5313 1395 t 1395 2811 354 t 5209 2817 1395 t 1395 5313 5209 t 26 2817 1396 t 1396 2770 26 t 5209 2818 1396 t 1396 2817 5209 t 355 2819 1396 t 1396 2818 355 t 701 2770 1396 t 1396 2819 701 t 32 2820 1397 t 1397 2814 32 t 714 2821 1397 t 1397 2820 714 t 5178 5315 5250 t 5250 5317 5178 t 713 5312 5250 t 5250 5315 713 t 33 2822 1398 t 1398 2824 33 t 715 2823 5251 t 5251 5318 715 t 5178 5317 5251 t 5251 2823 5178 t 714 2824 1398 t 1398 2821 714 t 27 2774 1399 t 1399 2825 27 t 701 2819 1399 t 1399 2774 701 t 355 5319 1399 t 1399 2819 355 t 5211 2825 1399 t 1399 5319 5211 t 27 2825 1400 t 1400 2778 27 t 5211 2826 1400 t 1400 2825 5211 t 356 2827 1400 t 1400 2826 356 t 703 2778 1400 t 1400 2827 703 t 33 2828 1401 t 1401 2822 33 t 716 2829 1401 t 1401 2828 716 t 5179 5321 5252 t 5252 5323 5179 t 715 5318 5252 t 5252 5321 715 t 34 2830 1402 t 1402 2832 34 t 717 2831 5253 t 5253 5324 717 t 5179 5323 5253 t 5253 2831 5179 t 716 2832 1402 t 1402 2829 716 t 28 2782 1403 t 1403 2833 28 t 703 2827 1403 t 1403 2782 703 t 356 5325 1403 t 1403 2827 356 t 5213 2833 1403 t 1403 5325 5213 t 28 2833 1404 t 1404 2786 28 t 5213 2834 1404 t 1404 2833 5213 t 357 2835 1404 t 1404 2834 357 t 705 2786 1404 t 1404 2835 705 t 34 2836 1405 t 1405 2830 34 t 718 2837 1405 t 1405 2836 718 t 5180 5327 5254 t 5254 5329 5180 t 717 5324 5254 t 5254 5327 717 t 35 2838 1406 t 1406 2840 35 t 719 2839 5255 t 5255 5330 719 t 5180 5329 5255 t 5255 2839 5180 t 718 2840 1406 t 1406 2837 718 t 29 2790 1407 t 1407 2841 29 t 705 2835 1407 t 1407 2790 705 t 357 5331 1407 t 1407 2835 357 t 5215 2841 1407 t 1407 5331 5215 t 29 2841 1408 t 1408 2794 29 t 5215 2842 1408 t 1408 2841 5215 t 358 2843 1408 t 1408 2842 358 t 707 2794 1408 t 1408 2843 707 t 35 2844 1409 t 1409 2838 35 t 935 2845 1409 t 1409 2844 935 t 5181 5333 5256 t 5256 5335 5181 t 719 5330 5256 t 5256 5333 719 t 153 2846 1410 t 1410 2848 153 t 952 2847 5257 t 5257 5336 952 t 5181 5335 5257 t 5257 2847 5181 t 935 2848 1410 t 1410 2845 935 t 151 2798 1411 t 1411 2849 151 t 707 2843 1411 t 1411 2798 707 t 358 5337 1411 t 1411 2843 358 t 5224 2849 1411 t 1411 5337 5224 t 55 2850 1412 t 1412 2853 55 t 756 2851 1412 t 1412 2850 756 t 359 2852 1412 t 1412 2851 359 t 759 2853 1412 t 1412 2852 759 t 56 2854 1413 t 1413 2856 56 t 757 2855 1413 t 1413 2854 757 t 359 2851 1413 t 1413 2855 359 t 756 2856 1413 t 1413 2851 756 t 57 2857 1414 t 1414 2859 57 t 758 2858 1414 t 1414 2857 758 t 359 2855 1414 t 1414 2858 359 t 757 2859 1414 t 1414 2855 757 t 58 2860 1415 t 1415 2861 58 t 759 2852 1415 t 1415 2860 759 t 359 2858 1415 t 1415 2852 359 t 758 2861 1415 t 1415 2858 758 t 8 2604 1416 t 1416 2864 8 t 720 2862 1416 t 1416 2604 720 t 360 2863 1416 t 1416 2862 360 t 728 2864 1416 t 1416 2863 728 t 36 2865 1417 t 1417 2599 36 t 729 2866 1417 t 1417 2865 729 t 360 2862 1417 t 1417 2866 360 t 720 2599 1417 t 1417 2862 720 t 40 2867 1418 t 1418 2869 40 t 724 2868 1418 t 1418 2867 724 t 360 2866 1418 t 1418 2868 360 t 729 2869 1418 t 1418 2866 729 t 39 2870 1419 t 1419 2871 39 t 728 2863 1419 t 1419 2870 728 t 360 2868 1419 t 1419 2863 360 t 724 2871 1419 t 1419 2868 724 t 36 2670 1420 t 1420 2865 36 t 721 2872 1420 t 1420 2670 721 t 361 2873 1420 t 1420 2872 361 t 729 2865 1420 t 1420 2873 729 t 37 2874 1421 t 1421 2667 37 t 730 2875 1421 t 1421 2874 730 t 361 2872 1421 t 1421 2875 361 t 721 2667 1421 t 1421 2872 721 t 41 2876 1422 t 1422 2878 41 t 725 2877 1422 t 1422 2876 725 t 361 2875 1422 t 1422 2877 361 t 730 2878 1422 t 1422 2875 730 t 40 2869 1423 t 1423 2879 40 t 729 2873 1423 t 1423 2869 729 t 361 2877 1423 t 1423 2873 361 t 725 2879 1423 t 1423 2877 725 t 37 2675 1424 t 1424 2874 37 t 722 2880 1424 t 1424 2675 722 t 362 2881 1424 t 1424 2880 362 t 730 2874 1424 t 1424 2881 730 t 38 2882 1425 t 1425 2671 38 t 731 2883 1425 t 1425 2882 731 t 362 2880 1425 t 1425 2883 362 t 722 2671 1425 t 1425 2880 722 t 42 2884 1426 t 1426 2886 42 t 726 2885 1426 t 1426 2884 726 t 362 2883 1426 t 1426 2885 362 t 731 2886 1426 t 1426 2883 731 t 41 2878 1427 t 1427 2887 41 t 730 2881 1427 t 1427 2878 730 t 362 2885 1427 t 1427 2881 362 t 726 2887 1427 t 1427 2885 726 t 38 2614 1428 t 1428 2882 38 t 723 2888 1428 t 1428 2614 723 t 363 2889 1428 t 1428 2888 363 t 731 2882 1428 t 1428 2889 731 t 8 2864 1429 t 1429 2610 8 t 728 2890 1429 t 1429 2864 728 t 363 2888 1429 t 1429 2890 363 t 723 2610 1429 t 1429 2888 723 t 39 2891 1430 t 1430 2870 39 t 727 2892 1430 t 1430 2891 727 t 363 2890 1430 t 1430 2892 363 t 728 2870 1430 t 1430 2890 728 t 42 2886 1431 t 1431 2893 42 t 731 2889 1431 t 1431 2886 731 t 363 2892 1431 t 1431 2889 363 t 727 2893 1431 t 1431 2892 727 t 39 2871 1432 t 1432 2896 39 t 724 2894 1432 t 1432 2871 724 t 364 2895 1432 t 1432 2894 364 t 736 2896 1432 t 1432 2895 736 t 40 2897 1433 t 1433 2867 40 t 737 2898 1433 t 1433 2897 737 t 364 2894 1433 t 1433 2898 364 t 724 2867 1433 t 1433 2894 724 t 44 2899 1434 t 1434 2901 44 t 732 2900 1434 t 1434 2899 732 t 364 2898 1434 t 1434 2900 364 t 737 2901 1434 t 1434 2898 737 t 43 2902 1435 t 1435 2903 43 t 736 2895 1435 t 1435 2902 736 t 364 2900 1435 t 1435 2895 364 t 732 2903 1435 t 1435 2900 732 t 40 2879 1436 t 1436 2897 40 t 725 2904 1436 t 1436 2879 725 t 365 2905 1436 t 1436 2904 365 t 737 2897 1436 t 1436 2905 737 t 41 2906 1437 t 1437 2876 41 t 738 2907 1437 t 1437 2906 738 t 365 2904 1437 t 1437 2907 365 t 725 2876 1437 t 1437 2904 725 t 45 2908 1438 t 1438 2910 45 t 733 2909 1438 t 1438 2908 733 t 365 2907 1438 t 1438 2909 365 t 738 2910 1438 t 1438 2907 738 t 44 2901 1439 t 1439 2911 44 t 737 2905 1439 t 1439 2901 737 t 365 2909 1439 t 1439 2905 365 t 733 2911 1439 t 1439 2909 733 t 41 2887 1440 t 1440 2906 41 t 726 2912 1440 t 1440 2887 726 t 366 2913 1440 t 1440 2912 366 t 738 2906 1440 t 1440 2913 738 t 42 2914 1441 t 1441 2884 42 t 739 2915 1441 t 1441 2914 739 t 366 2912 1441 t 1441 2915 366 t 726 2884 1441 t 1441 2912 726 t 46 2916 1442 t 1442 2918 46 t 734 2917 1442 t 1442 2916 734 t 366 2915 1442 t 1442 2917 366 t 739 2918 1442 t 1442 2915 739 t 45 2910 1443 t 1443 2919 45 t 738 2913 1443 t 1443 2910 738 t 366 2917 1443 t 1443 2913 366 t 734 2919 1443 t 1443 2917 734 t 42 2893 1444 t 1444 2914 42 t 727 2920 1444 t 1444 2893 727 t 367 2921 1444 t 1444 2920 367 t 739 2914 1444 t 1444 2921 739 t 39 2896 1445 t 1445 2891 39 t 736 2922 1445 t 1445 2896 736 t 367 2920 1445 t 1445 2922 367 t 727 2891 1445 t 1445 2920 727 t 43 2923 1446 t 1446 2902 43 t 735 2924 1446 t 1446 2923 735 t 367 2922 1446 t 1446 2924 367 t 736 2902 1446 t 1446 2922 736 t 46 2918 1447 t 1447 2925 46 t 739 2921 1447 t 1447 2918 739 t 367 2924 1447 t 1447 2921 367 t 735 2925 1447 t 1447 2924 735 t 43 2903 1448 t 1448 2928 43 t 732 2926 1448 t 1448 2903 732 t 368 2927 1448 t 1448 2926 368 t 744 2928 1448 t 1448 2927 744 t 44 2929 1449 t 1449 2899 44 t 745 2930 1449 t 1449 2929 745 t 368 2926 1449 t 1449 2930 368 t 732 2899 1449 t 1449 2926 732 t 48 2931 1450 t 1450 2933 48 t 740 2932 1450 t 1450 2931 740 t 368 2930 1450 t 1450 2932 368 t 745 2933 1450 t 1450 2930 745 t 47 2934 1451 t 1451 2935 47 t 744 2927 1451 t 1451 2934 744 t 368 2932 1451 t 1451 2927 368 t 740 2935 1451 t 1451 2932 740 t 44 2911 1452 t 1452 2929 44 t 733 2936 1452 t 1452 2911 733 t 369 2937 1452 t 1452 2936 369 t 745 2929 1452 t 1452 2937 745 t 45 2938 1453 t 1453 2908 45 t 746 2939 1453 t 1453 2938 746 t 369 2936 1453 t 1453 2939 369 t 733 2908 1453 t 1453 2936 733 t 49 2940 1454 t 1454 2942 49 t 741 2941 1454 t 1454 2940 741 t 369 2939 1454 t 1454 2941 369 t 746 2942 1454 t 1454 2939 746 t 48 2933 1455 t 1455 2943 48 t 745 2937 1455 t 1455 2933 745 t 369 2941 1455 t 1455 2937 369 t 741 2943 1455 t 1455 2941 741 t 45 2919 1456 t 1456 2938 45 t 734 2944 1456 t 1456 2919 734 t 370 2945 1456 t 1456 2944 370 t 746 2938 1456 t 1456 2945 746 t 46 2946 1457 t 1457 2916 46 t 747 2947 1457 t 1457 2946 747 t 370 2944 1457 t 1457 2947 370 t 734 2916 1457 t 1457 2944 734 t 50 2948 1458 t 1458 2950 50 t 742 2949 1458 t 1458 2948 742 t 370 2947 1458 t 1458 2949 370 t 747 2950 1458 t 1458 2947 747 t 49 2942 1459 t 1459 2951 49 t 746 2945 1459 t 1459 2942 746 t 370 2949 1459 t 1459 2945 370 t 742 2951 1459 t 1459 2949 742 t 46 2925 1460 t 1460 2946 46 t 735 2952 1460 t 1460 2925 735 t 371 2953 1460 t 1460 2952 371 t 747 2946 1460 t 1460 2953 747 t 43 2928 1461 t 1461 2923 43 t 744 2954 1461 t 1461 2928 744 t 371 2952 1461 t 1461 2954 371 t 735 2923 1461 t 1461 2952 735 t 47 2955 1462 t 1462 2934 47 t 743 2956 1462 t 1462 2955 743 t 371 2954 1462 t 1462 2956 371 t 744 2934 1462 t 1462 2954 744 t 50 2950 1463 t 1463 2957 50 t 747 2953 1463 t 1463 2950 747 t 371 2956 1463 t 1463 2953 371 t 743 2957 1463 t 1463 2956 743 t 47 2935 1464 t 1464 2960 47 t 740 2958 1464 t 1464 2935 740 t 372 2959 1464 t 1464 2958 372 t 752 2960 1464 t 1464 2959 752 t 48 2961 1465 t 1465 2931 48 t 753 2962 1465 t 1465 2961 753 t 372 2958 1465 t 1465 2962 372 t 740 2931 1465 t 1465 2958 740 t 52 2963 1466 t 1466 2965 52 t 748 2964 1466 t 1466 2963 748 t 372 2962 1466 t 1466 2964 372 t 753 2965 1466 t 1466 2962 753 t 51 2966 1467 t 1467 2967 51 t 752 2959 1467 t 1467 2966 752 t 372 2964 1467 t 1467 2959 372 t 748 2967 1467 t 1467 2964 748 t 48 2943 1468 t 1468 2961 48 t 741 2968 1468 t 1468 2943 741 t 373 2969 1468 t 1468 2968 373 t 753 2961 1468 t 1468 2969 753 t 49 2970 1469 t 1469 2940 49 t 754 2971 1469 t 1469 2970 754 t 373 2968 1469 t 1469 2971 373 t 741 2940 1469 t 1469 2968 741 t 53 2972 1470 t 1470 2974 53 t 749 2973 1470 t 1470 2972 749 t 373 2971 1470 t 1470 2973 373 t 754 2974 1470 t 1470 2971 754 t 52 2965 1471 t 1471 2975 52 t 753 2969 1471 t 1471 2965 753 t 373 2973 1471 t 1471 2969 373 t 749 2975 1471 t 1471 2973 749 t 49 2951 1472 t 1472 2970 49 t 742 2976 1472 t 1472 2951 742 t 374 2977 1472 t 1472 2976 374 t 754 2970 1472 t 1472 2977 754 t 50 2978 1473 t 1473 2948 50 t 755 2979 1473 t 1473 2978 755 t 374 2976 1473 t 1473 2979 374 t 742 2948 1473 t 1473 2976 742 t 54 2980 1474 t 1474 2982 54 t 750 2981 1474 t 1474 2980 750 t 374 2979 1474 t 1474 2981 374 t 755 2982 1474 t 1474 2979 755 t 53 2974 1475 t 1475 2983 53 t 754 2977 1475 t 1475 2974 754 t 374 2981 1475 t 1475 2977 374 t 750 2983 1475 t 1475 2981 750 t 50 2957 1476 t 1476 2978 50 t 743 2984 1476 t 1476 2957 743 t 375 2985 1476 t 1476 2984 375 t 755 2978 1476 t 1476 2985 755 t 47 2960 1477 t 1477 2955 47 t 752 2986 1477 t 1477 2960 752 t 375 2984 1477 t 1477 2986 375 t 743 2955 1477 t 1477 2984 743 t 51 2987 1478 t 1478 2966 51 t 751 2988 1478 t 1478 2987 751 t 375 2986 1478 t 1478 2988 375 t 752 2966 1478 t 1478 2986 752 t 54 2982 1479 t 1479 2989 54 t 755 2985 1479 t 1479 2982 755 t 375 2988 1479 t 1479 2985 375 t 751 2989 1479 t 1479 2988 751 t 51 2967 1480 t 1480 2992 51 t 748 2990 1480 t 1480 2967 748 t 376 2991 1480 t 1480 2990 376 t 760 2992 1480 t 1480 2991 760 t 52 2993 1481 t 1481 2963 52 t 761 2994 1481 t 1481 2993 761 t 376 2990 1481 t 1481 2994 376 t 748 2963 1481 t 1481 2990 748 t 56 2856 1482 t 1482 2996 56 t 756 2995 1482 t 1482 2856 756 t 376 2994 1482 t 1482 2995 376 t 761 2996 1482 t 1482 2994 761 t 55 2997 1483 t 1483 2850 55 t 760 2991 1483 t 1483 2997 760 t 376 2995 1483 t 1483 2991 376 t 756 2850 1483 t 1483 2995 756 t 52 2975 1484 t 1484 2993 52 t 749 2998 1484 t 1484 2975 749 t 377 2999 1484 t 1484 2998 377 t 761 2993 1484 t 1484 2999 761 t 53 3000 1485 t 1485 2972 53 t 762 3001 1485 t 1485 3000 762 t 377 2998 1485 t 1485 3001 377 t 749 2972 1485 t 1485 2998 749 t 57 2859 1486 t 1486 3003 57 t 757 3002 1486 t 1486 2859 757 t 377 3001 1486 t 1486 3002 377 t 762 3003 1486 t 1486 3001 762 t 56 2996 1487 t 1487 2854 56 t 761 2999 1487 t 1487 2996 761 t 377 3002 1487 t 1487 2999 377 t 757 2854 1487 t 1487 3002 757 t 53 2983 1488 t 1488 3000 53 t 750 3004 1488 t 1488 2983 750 t 378 3005 1488 t 1488 3004 378 t 762 3000 1488 t 1488 3005 762 t 54 3006 1489 t 1489 2980 54 t 763 3007 1489 t 1489 3006 763 t 378 3004 1489 t 1489 3007 378 t 750 2980 1489 t 1489 3004 750 t 58 2861 1490 t 1490 3009 58 t 758 3008 1490 t 1490 2861 758 t 378 3007 1490 t 1490 3008 378 t 763 3009 1490 t 1490 3007 763 t 57 3003 1491 t 1491 2857 57 t 762 3005 1491 t 1491 3003 762 t 378 3008 1491 t 1491 3005 378 t 758 2857 1491 t 1491 3008 758 t 54 2989 1492 t 1492 3006 54 t 751 3010 1492 t 1492 2989 751 t 379 3011 1492 t 1492 3010 379 t 763 3006 1492 t 1492 3011 763 t 51 2992 1493 t 1493 2987 51 t 760 3012 1493 t 1493 2992 760 t 379 3010 1493 t 1493 3012 379 t 751 2987 1493 t 1493 3010 751 t 55 2853 1494 t 1494 2997 55 t 759 3013 1494 t 1494 2853 759 t 379 3012 1494 t 1494 3013 379 t 760 2997 1494 t 1494 3012 760 t 58 3009 1495 t 1495 2860 58 t 763 3011 1495 t 1495 3009 763 t 379 3013 1495 t 1495 3011 379 t 759 2860 1495 t 1495 3013 759 t 5167 5332 1496 t 1496 3016 5167 t 5214 3014 1496 t 1496 5332 5214 t 380 3015 5258 t 5258 5339 380 t 770 5341 5258 t 5258 3015 770 t 5166 3017 1497 t 1497 5328 5166 t 771 3018 5259 t 5259 5342 771 t 380 5339 5259 t 5259 3018 380 t 5214 5328 1497 t 1497 3014 5214 t 60 3019 1498 t 1498 3021 60 t 764 3020 1498 t 1498 3019 764 t 5182 5343 1498 t 1498 3020 5182 t 5217 3021 1498 t 1498 5343 5217 t 59 3022 1499 t 1499 3023 59 t 5216 5340 1499 t 1499 3022 5216 t 5182 3020 1499 t 1499 5340 5182 t 764 3023 1499 t 1499 3020 764 t 5166 5326 1500 t 1500 3017 5166 t 5212 3024 1500 t 1500 5326 5212 t 381 3025 5260 t 5260 5344 381 t 771 5342 5260 t 5260 3025 771 t 5165 3026 1501 t 1501 5322 5165 t 772 3027 5261 t 5261 5346 772 t 381 5344 5261 t 5261 3027 381 t 5212 5322 1501 t 1501 3024 5212 t 61 3028 1502 t 1502 3030 61 t 765 3029 1502 t 1502 3028 765 t 5183 5347 1502 t 1502 3029 5183 t 5218 3030 1502 t 1502 5347 5218 t 60 3021 1503 t 1503 3031 60 t 5217 5345 1503 t 1503 3021 5217 t 5183 3029 1503 t 1503 5345 5183 t 765 3031 1503 t 1503 3029 765 t 5165 5320 1504 t 1504 3026 5165 t 5210 3032 1504 t 1504 5320 5210 t 382 3033 5262 t 5262 5348 382 t 772 5346 5262 t 5262 3033 772 t 5164 3034 1505 t 1505 5316 5164 t 773 3035 5263 t 5263 5350 773 t 382 5348 5263 t 5263 3035 382 t 5210 5316 1505 t 1505 3032 5210 t 62 3036 1506 t 1506 3038 62 t 837 3037 1506 t 1506 3036 837 t 5184 5351 1506 t 1506 3037 5184 t 5219 3038 1506 t 1506 5351 5219 t 95 3039 1507 t 1507 3041 95 t 766 3040 1507 t 1507 3039 766 t 5184 3037 1507 t 1507 3040 5184 t 837 3041 1507 t 1507 3037 837 t 61 3030 1508 t 1508 3042 61 t 5218 5349 1508 t 1508 3030 5218 t 5184 3040 1508 t 1508 5349 5184 t 766 3042 1508 t 1508 3040 766 t 5164 5314 1509 t 1509 3034 5164 t 5208 3043 1509 t 1509 5314 5208 t 383 3044 5264 t 5264 5352 383 t 773 5350 5264 t 5264 3044 773 t 5163 3045 1510 t 1510 5310 5163 t 774 3046 5265 t 5265 5354 774 t 383 5352 5265 t 5265 3046 383 t 5208 5310 1510 t 1510 3043 5208 t 63 3047 1511 t 1511 3049 63 t 767 3048 1511 t 1511 3047 767 t 5185 5355 1511 t 1511 3048 5185 t 5220 3049 1511 t 1511 5355 5220 t 93 3050 1512 t 1512 3052 93 t 834 3051 1512 t 1512 3050 834 t 5185 3048 1512 t 1512 3051 5185 t 767 3052 1512 t 1512 3048 767 t 62 3038 1513 t 1513 3053 62 t 5219 5353 1513 t 1513 3038 5219 t 5185 3051 1513 t 1513 5353 5185 t 834 3053 1513 t 1513 3051 834 t 5163 5308 1514 t 1514 3045 5163 t 5206 3054 1514 t 1514 5308 5206 t 384 3055 5266 t 5266 5356 384 t 774 5354 5266 t 5266 3055 774 t 5162 3056 1515 t 1515 5303 5162 t 775 3057 5267 t 5267 5358 775 t 384 5356 5267 t 5267 3057 384 t 5206 5303 1515 t 1515 3054 5206 t 64 3058 1516 t 1516 3060 64 t 768 3059 1516 t 1516 3058 768 t 5186 5359 1516 t 1516 3059 5186 t 5221 3060 1516 t 1516 5359 5221 t 63 3049 1517 t 1517 3061 63 t 5220 5357 1517 t 1517 3049 5220 t 5186 3059 1517 t 1517 5357 5186 t 768 3061 1517 t 1517 3059 768 t 5162 3062 1518 t 1518 3056 5162 t 708 3063 1518 t 1518 3062 708 t 385 3064 5268 t 5268 5361 385 t 775 5358 5268 t 5268 3064 775 t 152 3065 1519 t 1519 3067 152 t 954 3066 5269 t 5269 5363 954 t 385 5361 5269 t 5269 3066 385 t 708 3067 1519 t 1519 3063 708 t 230 3068 1520 t 1520 3070 230 t 769 3069 1520 t 1520 3068 769 t 5187 5364 1520 t 1520 3069 5187 t 5226 3070 1520 t 1520 5364 5226 t 64 3060 1521 t 1521 3071 64 t 5221 5362 1521 t 1521 3060 5221 t 5187 3069 1521 t 1521 5362 5187 t 769 3071 1521 t 1521 3069 769 t 59 3023 1522 t 1522 3074 59 t 764 3072 1522 t 1522 3023 764 t 386 3073 1522 t 1522 3072 386 t 782 3074 1522 t 1522 3073 782 t 60 3075 1523 t 1523 3019 60 t 783 3076 1523 t 1523 3075 783 t 386 3072 1523 t 1523 3076 386 t 764 3019 1523 t 1523 3072 764 t 66 3077 1524 t 1524 3079 66 t 776 3078 1524 t 1524 3077 776 t 386 3076 1524 t 1524 3078 386 t 783 3079 1524 t 1524 3076 783 t 65 3080 1525 t 1525 3081 65 t 782 3073 1525 t 1525 3080 782 t 386 3078 1525 t 1525 3073 386 t 776 3081 1525 t 1525 3078 776 t 60 3031 1526 t 1526 3075 60 t 765 3082 1526 t 1526 3031 765 t 387 3083 1526 t 1526 3082 387 t 783 3075 1526 t 1526 3083 783 t 61 3084 1527 t 1527 3028 61 t 784 3085 1527 t 1527 3084 784 t 387 3082 1527 t 1527 3085 387 t 765 3028 1527 t 1527 3082 765 t 67 3086 1528 t 1528 3088 67 t 777 3087 1528 t 1528 3086 777 t 387 3085 1528 t 1528 3087 387 t 784 3088 1528 t 1528 3085 784 t 66 3079 1529 t 1529 3089 66 t 783 3083 1529 t 1529 3079 783 t 387 3087 1529 t 1529 3083 387 t 777 3089 1529 t 1529 3087 777 t 61 3042 1530 t 1530 3084 61 t 766 3090 1530 t 1530 3042 766 t 388 3091 1530 t 1530 3090 388 t 784 3084 1530 t 1530 3091 784 t 95 3092 1531 t 1531 3039 95 t 836 3093 1531 t 1531 3092 836 t 388 3090 1531 t 1531 3093 388 t 766 3039 1531 t 1531 3090 766 t 94 3094 1532 t 1532 3096 94 t 785 3095 1532 t 1532 3094 785 t 388 3093 1532 t 1532 3095 388 t 836 3096 1532 t 1532 3093 836 t 68 3097 1533 t 1533 3099 68 t 778 3098 1533 t 1533 3097 778 t 388 3095 1533 t 1533 3098 388 t 785 3099 1533 t 1533 3095 785 t 67 3088 1534 t 1534 3100 67 t 784 3091 1534 t 1534 3088 784 t 388 3098 1534 t 1534 3091 388 t 778 3100 1534 t 1534 3098 778 t 94 3101 1535 t 1535 3094 94 t 835 3102 1535 t 1535 3101 835 t 389 3103 1535 t 1535 3102 389 t 785 3094 1535 t 1535 3103 785 t 93 3052 1536 t 1536 3105 93 t 767 3104 1536 t 1536 3052 767 t 389 3102 1536 t 1536 3104 389 t 835 3105 1536 t 1536 3102 835 t 63 3106 1537 t 1537 3047 63 t 786 3107 1537 t 1537 3106 786 t 389 3104 1537 t 1537 3107 389 t 767 3047 1537 t 1537 3104 767 t 69 3108 1538 t 1538 3110 69 t 779 3109 1538 t 1538 3108 779 t 389 3107 1538 t 1538 3109 389 t 786 3110 1538 t 1538 3107 786 t 68 3099 1539 t 1539 3111 68 t 785 3103 1539 t 1539 3099 785 t 389 3109 1539 t 1539 3103 389 t 779 3111 1539 t 1539 3109 779 t 63 3061 1540 t 1540 3106 63 t 768 3112 1540 t 1540 3061 768 t 390 3113 1540 t 1540 3112 390 t 786 3106 1540 t 1540 3113 786 t 64 3114 1541 t 1541 3058 64 t 787 3115 1541 t 1541 3114 787 t 390 3112 1541 t 1541 3115 390 t 768 3058 1541 t 1541 3112 768 t 70 3116 1542 t 1542 3118 70 t 780 3117 1542 t 1542 3116 780 t 390 3115 1542 t 1542 3117 390 t 787 3118 1542 t 1542 3115 787 t 69 3110 1543 t 1543 3119 69 t 786 3113 1543 t 1543 3110 786 t 390 3117 1543 t 1543 3113 390 t 780 3119 1543 t 1543 3117 780 t 64 3071 1544 t 1544 3114 64 t 769 3120 1544 t 1544 3071 769 t 391 3121 1544 t 1544 3120 391 t 787 3114 1544 t 1544 3121 787 t 230 3122 1545 t 1545 3068 230 t 1099 3123 1545 t 1545 3122 1099 t 391 3120 1545 t 1545 3123 391 t 769 3068 1545 t 1545 3120 769 t 238 3124 1546 t 1546 3126 238 t 781 3125 1546 t 1546 3124 781 t 391 3123 1546 t 1546 3125 391 t 1099 3126 1546 t 1546 3123 1099 t 70 3118 1547 t 1547 3127 70 t 787 3121 1547 t 1547 3118 787 t 391 3125 1547 t 1547 3121 391 t 781 3127 1547 t 1547 3125 781 t 65 3081 1548 t 1548 3130 65 t 776 3128 1548 t 1548 3081 776 t 392 3129 1548 t 1548 3128 392 t 794 3130 1548 t 1548 3129 794 t 66 3131 1549 t 1549 3077 66 t 795 3132 1549 t 1549 3131 795 t 392 3128 1549 t 1549 3132 392 t 776 3077 1549 t 1549 3128 776 t 72 3133 1550 t 1550 3135 72 t 788 3134 1550 t 1550 3133 788 t 392 3132 1550 t 1550 3134 392 t 795 3135 1550 t 1550 3132 795 t 71 3136 1551 t 1551 3137 71 t 794 3129 1551 t 1551 3136 794 t 392 3134 1551 t 1551 3129 392 t 788 3137 1551 t 1551 3134 788 t 66 3089 1552 t 1552 3131 66 t 777 3138 1552 t 1552 3089 777 t 393 3139 1552 t 1552 3138 393 t 795 3131 1552 t 1552 3139 795 t 67 3140 1553 t 1553 3086 67 t 796 3141 1553 t 1553 3140 796 t 393 3138 1553 t 1553 3141 393 t 777 3086 1553 t 1553 3138 777 t 73 3142 1554 t 1554 3144 73 t 789 3143 1554 t 1554 3142 789 t 393 3141 1554 t 1554 3143 393 t 796 3144 1554 t 1554 3141 796 t 72 3135 1555 t 1555 3145 72 t 795 3139 1555 t 1555 3135 795 t 393 3143 1555 t 1555 3139 393 t 789 3145 1555 t 1555 3143 789 t 67 3100 1556 t 1556 3140 67 t 778 3146 1556 t 1556 3100 778 t 394 3147 1556 t 1556 3146 394 t 796 3140 1556 t 1556 3147 796 t 68 3148 1557 t 1557 3097 68 t 797 3149 1557 t 1557 3148 797 t 394 3146 1557 t 1557 3149 394 t 778 3097 1557 t 1557 3146 778 t 74 3150 1558 t 1558 3152 74 t 790 3151 1558 t 1558 3150 790 t 394 3149 1558 t 1558 3151 394 t 797 3152 1558 t 1558 3149 797 t 73 3144 1559 t 1559 3153 73 t 796 3147 1559 t 1559 3144 796 t 394 3151 1559 t 1559 3147 394 t 790 3153 1559 t 1559 3151 790 t 68 3111 1560 t 1560 3148 68 t 779 3154 1560 t 1560 3111 779 t 395 3155 1560 t 1560 3154 395 t 797 3148 1560 t 1560 3155 797 t 69 3156 1561 t 1561 3108 69 t 798 3157 1561 t 1561 3156 798 t 395 3154 1561 t 1561 3157 395 t 779 3108 1561 t 1561 3154 779 t 75 3158 1562 t 1562 3160 75 t 791 3159 1562 t 1562 3158 791 t 395 3157 1562 t 1562 3159 395 t 798 3160 1562 t 1562 3157 798 t 74 3152 1563 t 1563 3161 74 t 797 3155 1563 t 1563 3152 797 t 395 3159 1563 t 1563 3155 395 t 791 3161 1563 t 1563 3159 791 t 69 3119 1564 t 1564 3156 69 t 780 3162 1564 t 1564 3119 780 t 396 3163 1564 t 1564 3162 396 t 798 3156 1564 t 1564 3163 798 t 70 3164 1565 t 1565 3116 70 t 799 3165 1565 t 1565 3164 799 t 396 3162 1565 t 1565 3165 396 t 780 3116 1565 t 1565 3162 780 t 76 3166 1566 t 1566 3168 76 t 792 3167 1566 t 1566 3166 792 t 396 3165 1566 t 1566 3167 396 t 799 3168 1566 t 1566 3165 799 t 75 3160 1567 t 1567 3169 75 t 798 3163 1567 t 1567 3160 798 t 396 3167 1567 t 1567 3163 396 t 792 3169 1567 t 1567 3167 792 t 70 3127 1568 t 1568 3164 70 t 781 3170 1568 t 1568 3127 781 t 397 3171 1568 t 1568 3170 397 t 799 3164 1568 t 1568 3171 799 t 238 3172 1569 t 1569 3124 238 t 1112 3173 1569 t 1569 3172 1112 t 397 3170 1569 t 1569 3173 397 t 781 3124 1569 t 1569 3170 781 t 157 3174 1570 t 1570 3176 157 t 793 3175 1570 t 1570 3174 793 t 397 3173 1570 t 1570 3175 397 t 1112 3176 1570 t 1570 3173 1112 t 76 3168 1571 t 1571 3177 76 t 799 3171 1571 t 1571 3168 799 t 397 3175 1571 t 1571 3171 397 t 793 3177 1571 t 1571 3175 793 t 71 3137 1572 t 1572 3180 71 t 788 3178 1572 t 1572 3137 788 t 398 3179 1572 t 1572 3178 398 t 806 3180 1572 t 1572 3179 806 t 72 3181 1573 t 1573 3133 72 t 807 3182 1573 t 1573 3181 807 t 398 3178 1573 t 1573 3182 398 t 788 3133 1573 t 1573 3178 788 t 78 3183 1574 t 1574 3185 78 t 800 3184 1574 t 1574 3183 800 t 398 3182 1574 t 1574 3184 398 t 807 3185 1574 t 1574 3182 807 t 77 3186 1575 t 1575 3187 77 t 806 3179 1575 t 1575 3186 806 t 398 3184 1575 t 1575 3179 398 t 800 3187 1575 t 1575 3184 800 t 72 3145 1576 t 1576 3181 72 t 789 3188 1576 t 1576 3145 789 t 399 3189 1576 t 1576 3188 399 t 807 3181 1576 t 1576 3189 807 t 73 3190 1577 t 1577 3142 73 t 808 3191 1577 t 1577 3190 808 t 399 3188 1577 t 1577 3191 399 t 789 3142 1577 t 1577 3188 789 t 79 3192 1578 t 1578 3194 79 t 801 3193 1578 t 1578 3192 801 t 399 3191 1578 t 1578 3193 399 t 808 3194 1578 t 1578 3191 808 t 78 3185 1579 t 1579 3195 78 t 807 3189 1579 t 1579 3185 807 t 399 3193 1579 t 1579 3189 399 t 801 3195 1579 t 1579 3193 801 t 73 3153 1580 t 1580 3190 73 t 790 3196 1580 t 1580 3153 790 t 400 3197 1580 t 1580 3196 400 t 808 3190 1580 t 1580 3197 808 t 74 3198 1581 t 1581 3150 74 t 809 3199 1581 t 1581 3198 809 t 400 3196 1581 t 1581 3199 400 t 790 3150 1581 t 1581 3196 790 t 80 3200 1582 t 1582 3202 80 t 802 3201 1582 t 1582 3200 802 t 400 3199 1582 t 1582 3201 400 t 809 3202 1582 t 1582 3199 809 t 79 3194 1583 t 1583 3203 79 t 808 3197 1583 t 1583 3194 808 t 400 3201 1583 t 1583 3197 400 t 802 3203 1583 t 1583 3201 802 t 74 3161 1584 t 1584 3198 74 t 791 3204 1584 t 1584 3161 791 t 401 3205 1584 t 1584 3204 401 t 809 3198 1584 t 1584 3205 809 t 75 3206 1585 t 1585 3158 75 t 810 3207 1585 t 1585 3206 810 t 401 3204 1585 t 1585 3207 401 t 791 3158 1585 t 1585 3204 791 t 81 3208 1586 t 1586 3210 81 t 803 3209 1586 t 1586 3208 803 t 401 3207 1586 t 1586 3209 401 t 810 3210 1586 t 1586 3207 810 t 80 3202 1587 t 1587 3211 80 t 809 3205 1587 t 1587 3202 809 t 401 3209 1587 t 1587 3205 401 t 803 3211 1587 t 1587 3209 803 t 75 3169 1588 t 1588 3206 75 t 792 3212 1588 t 1588 3169 792 t 402 3213 1588 t 1588 3212 402 t 810 3206 1588 t 1588 3213 810 t 76 3214 1589 t 1589 3166 76 t 811 3215 1589 t 1589 3214 811 t 402 3212 1589 t 1589 3215 402 t 792 3166 1589 t 1589 3212 792 t 82 3216 1590 t 1590 3218 82 t 804 3217 1590 t 1590 3216 804 t 402 3215 1590 t 1590 3217 402 t 811 3218 1590 t 1590 3215 811 t 81 3210 1591 t 1591 3219 81 t 810 3213 1591 t 1591 3210 810 t 402 3217 1591 t 1591 3213 402 t 804 3219 1591 t 1591 3217 804 t 76 3177 1592 t 1592 3214 76 t 793 3220 1592 t 1592 3177 793 t 403 3221 1592 t 1592 3220 403 t 811 3214 1592 t 1592 3221 811 t 157 3222 1593 t 1593 3174 157 t 958 3223 1593 t 1593 3222 958 t 403 3220 1593 t 1593 3223 403 t 793 3174 1593 t 1593 3220 793 t 251 3224 1594 t 1594 3226 251 t 805 3225 1594 t 1594 3224 805 t 403 3223 1594 t 1594 3225 403 t 958 3226 1594 t 1594 3223 958 t 82 3218 1595 t 1595 3227 82 t 811 3221 1595 t 1595 3218 811 t 403 3225 1595 t 1595 3221 403 t 805 3227 1595 t 1595 3225 805 t 77 3187 1596 t 1596 3230 77 t 800 3228 1596 t 1596 3187 800 t 404 3229 1596 t 1596 3228 404 t 818 3230 1596 t 1596 3229 818 t 78 3231 1597 t 1597 3183 78 t 819 3232 1597 t 1597 3231 819 t 404 3228 1597 t 1597 3232 404 t 800 3183 1597 t 1597 3228 800 t 84 3233 1598 t 1598 3235 84 t 812 3234 1598 t 1598 3233 812 t 404 3232 1598 t 1598 3234 404 t 819 3235 1598 t 1598 3232 819 t 83 3236 1599 t 1599 3237 83 t 818 3229 1599 t 1599 3236 818 t 404 3234 1599 t 1599 3229 404 t 812 3237 1599 t 1599 3234 812 t 78 3195 1600 t 1600 3231 78 t 801 3238 1600 t 1600 3195 801 t 405 3239 1600 t 1600 3238 405 t 819 3231 1600 t 1600 3239 819 t 79 3240 1601 t 1601 3192 79 t 820 3241 1601 t 1601 3240 820 t 405 3238 1601 t 1601 3241 405 t 801 3192 1601 t 1601 3238 801 t 85 3242 1602 t 1602 3244 85 t 813 3243 1602 t 1602 3242 813 t 405 3241 1602 t 1602 3243 405 t 820 3244 1602 t 1602 3241 820 t 84 3235 1603 t 1603 3245 84 t 819 3239 1603 t 1603 3235 819 t 405 3243 1603 t 1603 3239 405 t 813 3245 1603 t 1603 3243 813 t 79 3203 1604 t 1604 3240 79 t 802 3246 1604 t 1604 3203 802 t 406 3247 1604 t 1604 3246 406 t 820 3240 1604 t 1604 3247 820 t 80 3248 1605 t 1605 3200 80 t 821 3249 1605 t 1605 3248 821 t 406 3246 1605 t 1605 3249 406 t 802 3200 1605 t 1605 3246 802 t 86 3250 1606 t 1606 3252 86 t 873 3251 1606 t 1606 3250 873 t 406 3249 1606 t 1606 3251 406 t 821 3252 1606 t 1606 3249 821 t 114 3253 1607 t 1607 3255 114 t 814 3254 1607 t 1607 3253 814 t 406 3251 1607 t 1607 3254 406 t 873 3255 1607 t 1607 3251 873 t 85 3244 1608 t 1608 3256 85 t 820 3247 1608 t 1608 3244 820 t 406 3254 1608 t 1608 3247 406 t 814 3256 1608 t 1608 3254 814 t 80 3211 1609 t 1609 3248 80 t 803 3257 1609 t 1609 3211 803 t 407 3258 1609 t 1609 3257 407 t 821 3248 1609 t 1609 3258 821 t 81 3259 1610 t 1610 3208 81 t 822 3260 1610 t 1610 3259 822 t 407 3257 1610 t 1610 3260 407 t 803 3208 1610 t 1610 3257 803 t 87 3261 1611 t 1611 3263 87 t 815 3262 1611 t 1611 3261 815 t 407 3260 1611 t 1611 3262 407 t 822 3263 1611 t 1611 3260 822 t 112 3264 1612 t 1612 3266 112 t 870 3265 1612 t 1612 3264 870 t 407 3262 1612 t 1612 3265 407 t 815 3266 1612 t 1612 3262 815 t 86 3252 1613 t 1613 3267 86 t 821 3258 1613 t 1613 3252 821 t 407 3265 1613 t 1613 3258 407 t 870 3267 1613 t 1613 3265 870 t 81 3219 1614 t 1614 3259 81 t 804 3268 1614 t 1614 3219 804 t 408 3269 1614 t 1614 3268 408 t 822 3259 1614 t 1614 3269 822 t 82 3270 1615 t 1615 3216 82 t 823 3271 1615 t 1615 3270 823 t 408 3268 1615 t 1615 3271 408 t 804 3216 1615 t 1615 3268 804 t 88 3272 1616 t 1616 3274 88 t 816 3273 1616 t 1616 3272 816 t 408 3271 1616 t 1616 3273 408 t 823 3274 1616 t 1616 3271 823 t 87 3263 1617 t 1617 3275 87 t 822 3269 1617 t 1617 3263 822 t 408 3273 1617 t 1617 3269 408 t 816 3275 1617 t 1617 3273 816 t 82 3227 1618 t 1618 3270 82 t 805 3276 1618 t 1618 3227 805 t 409 3277 1618 t 1618 3276 409 t 823 3270 1618 t 1618 3277 823 t 251 3278 1619 t 1619 3224 251 t 1139 3279 1619 t 1619 3278 1139 t 409 3276 1619 t 1619 3279 409 t 805 3224 1619 t 1619 3276 805 t 260 3280 1620 t 1620 3282 260 t 817 3281 1620 t 1620 3280 817 t 409 3279 1620 t 1620 3281 409 t 1139 3282 1620 t 1620 3279 1139 t 88 3274 1621 t 1621 3283 88 t 823 3277 1621 t 1621 3274 823 t 409 3281 1621 t 1621 3277 409 t 817 3283 1621 t 1621 3281 817 t 83 3237 1622 t 1622 3286 83 t 812 3284 1622 t 1622 3237 812 t 410 3285 1622 t 1622 3284 410 t 828 3286 1622 t 1622 3285 828 t 84 3287 1623 t 1623 3233 84 t 829 3288 1623 t 1623 3287 829 t 410 3284 1623 t 1623 3288 410 t 812 3233 1623 t 1623 3284 812 t 89 3289 1624 t 1624 3291 89 t 824 3290 1624 t 1624 3289 824 t 410 3288 1624 t 1624 3290 410 t 829 3291 1624 t 1624 3288 829 t 262 3292 1625 t 1625 3294 262 t 1143 3293 1625 t 1625 3292 1143 t 410 3290 1625 t 1625 3293 410 t 824 3294 1625 t 1625 3290 824 t 263 3295 1626 t 1626 3296 263 t 828 3285 1626 t 1626 3295 828 t 410 3293 1626 t 1626 3285 410 t 1143 3296 1626 t 1626 3293 1143 t 84 3245 1627 t 1627 3287 84 t 813 3297 1627 t 1627 3245 813 t 411 3298 1627 t 1627 3297 411 t 829 3287 1627 t 1627 3298 829 t 85 3299 1628 t 1628 3242 85 t 830 3300 1628 t 1628 3299 830 t 411 3297 1628 t 1628 3300 411 t 813 3242 1628 t 1628 3297 813 t 90 3301 1629 t 1629 3303 90 t 825 3302 1629 t 1629 3301 825 t 411 3300 1629 t 1629 3302 411 t 830 3303 1629 t 1629 3300 830 t 89 3291 1630 t 1630 3304 89 t 829 3298 1630 t 1630 3291 829 t 411 3302 1630 t 1630 3298 411 t 825 3304 1630 t 1630 3302 825 t 85 3256 1631 t 1631 3299 85 t 814 3305 1631 t 1631 3256 814 t 412 3306 1631 t 1631 3305 412 t 830 3299 1631 t 1631 3306 830 t 114 3307 1632 t 1632 3253 114 t 872 3308 1632 t 1632 3307 872 t 412 3305 1632 t 1632 3308 412 t 814 3253 1632 t 1632 3305 814 t 113 3309 1633 t 1633 3311 113 t 831 3310 1633 t 1633 3309 831 t 412 3308 1633 t 1633 3310 412 t 872 3311 1633 t 1633 3308 872 t 91 3312 1634 t 1634 3314 91 t 826 3313 1634 t 1634 3312 826 t 412 3310 1634 t 1634 3313 412 t 831 3314 1634 t 1634 3310 831 t 90 3303 1635 t 1635 3315 90 t 830 3306 1635 t 1635 3303 830 t 412 3313 1635 t 1635 3306 412 t 826 3315 1635 t 1635 3313 826 t 113 3316 1636 t 1636 3309 113 t 871 3317 1636 t 1636 3316 871 t 413 3318 1636 t 1636 3317 413 t 831 3309 1636 t 1636 3318 831 t 112 3266 1637 t 1637 3320 112 t 815 3319 1637 t 1637 3266 815 t 413 3317 1637 t 1637 3319 413 t 871 3320 1637 t 1637 3317 871 t 87 3321 1638 t 1638 3261 87 t 832 3322 1638 t 1638 3321 832 t 413 3319 1638 t 1638 3322 413 t 815 3261 1638 t 1638 3319 815 t 92 3323 1639 t 1639 3325 92 t 827 3324 1639 t 1639 3323 827 t 413 3322 1639 t 1639 3324 413 t 832 3325 1639 t 1639 3322 832 t 91 3314 1640 t 1640 3326 91 t 831 3318 1640 t 1640 3314 831 t 413 3324 1640 t 1640 3318 413 t 827 3326 1640 t 1640 3324 827 t 87 3275 1641 t 1641 3321 87 t 816 3327 1641 t 1641 3275 816 t 414 3328 1641 t 1641 3327 414 t 832 3321 1641 t 1641 3328 832 t 88 3329 1642 t 1642 3272 88 t 833 3330 1642 t 1642 3329 833 t 414 3327 1642 t 1642 3330 414 t 816 3272 1642 t 1642 3327 816 t 159 3331 1643 t 1643 3333 159 t 1154 3332 1643 t 1643 3331 1154 t 414 3330 1643 t 1643 3332 414 t 833 3333 1643 t 1643 3330 833 t 268 3334 1644 t 1644 3336 268 t 941 3335 1644 t 1644 3334 941 t 414 3332 1644 t 1644 3335 414 t 1154 3336 1644 t 1644 3332 1154 t 92 3325 1645 t 1645 3337 92 t 832 3328 1645 t 1645 3325 832 t 414 3335 1645 t 1645 3328 414 t 941 3337 1645 t 1645 3335 941 t 88 3283 1646 t 1646 3329 88 t 817 3338 1646 t 1646 3283 817 t 415 3339 1646 t 1646 3338 415 t 833 3329 1646 t 1646 3339 833 t 260 3340 1647 t 1647 3280 260 t 960 3341 1647 t 1647 3340 960 t 415 3338 1647 t 1647 3341 415 t 817 3280 1647 t 1647 3338 817 t 159 3333 1648 t 1648 3342 159 t 833 3339 1648 t 1648 3333 833 t 415 3341 1648 t 1648 3339 415 t 960 3342 1648 t 1648 3341 960 t 108 3343 1649 t 1649 3346 108 t 862 3344 1649 t 1649 3343 862 t 416 3345 1649 t 1649 3344 416 t 865 3346 1649 t 1649 3345 865 t 109 3347 1650 t 1650 3349 109 t 863 3348 1650 t 1650 3347 863 t 416 3344 1650 t 1650 3348 416 t 862 3349 1650 t 1650 3344 862 t 110 3350 1651 t 1651 3352 110 t 864 3351 1651 t 1651 3350 864 t 416 3348 1651 t 1651 3351 416 t 863 3352 1651 t 1651 3348 863 t 111 3353 1652 t 1652 3354 111 t 865 3345 1652 t 1652 3353 865 t 416 3351 1652 t 1652 3345 416 t 864 3354 1652 t 1652 3351 864 t 62 3053 1653 t 1653 3357 62 t 834 3355 1653 t 1653 3053 834 t 417 3356 1653 t 1653 3355 417 t 842 3357 1653 t 1653 3356 842 t 93 3358 1654 t 1654 3050 93 t 843 3359 1654 t 1654 3358 843 t 417 3355 1654 t 1654 3359 417 t 834 3050 1654 t 1654 3355 834 t 97 3360 1655 t 1655 3362 97 t 838 3361 1655 t 1655 3360 838 t 417 3359 1655 t 1655 3361 417 t 843 3362 1655 t 1655 3359 843 t 96 3363 1656 t 1656 3364 96 t 842 3356 1656 t 1656 3363 842 t 417 3361 1656 t 1656 3356 417 t 838 3364 1656 t 1656 3361 838 t 93 3105 1657 t 1657 3358 93 t 835 3365 1657 t 1657 3105 835 t 418 3366 1657 t 1657 3365 418 t 843 3358 1657 t 1657 3366 843 t 94 3367 1658 t 1658 3101 94 t 844 3368 1658 t 1658 3367 844 t 418 3365 1658 t 1658 3368 418 t 835 3101 1658 t 1658 3365 835 t 98 3369 1659 t 1659 3371 98 t 839 3370 1659 t 1659 3369 839 t 418 3368 1659 t 1659 3370 418 t 844 3371 1659 t 1659 3368 844 t 97 3362 1660 t 1660 3372 97 t 843 3366 1660 t 1660 3362 843 t 418 3370 1660 t 1660 3366 418 t 839 3372 1660 t 1660 3370 839 t 94 3096 1661 t 1661 3367 94 t 836 3373 1661 t 1661 3096 836 t 419 3374 1661 t 1661 3373 419 t 844 3367 1661 t 1661 3374 844 t 95 3375 1662 t 1662 3092 95 t 845 3376 1662 t 1662 3375 845 t 419 3373 1662 t 1662 3376 419 t 836 3092 1662 t 1662 3373 836 t 99 3377 1663 t 1663 3379 99 t 840 3378 1663 t 1663 3377 840 t 419 3376 1663 t 1663 3378 419 t 845 3379 1663 t 1663 3376 845 t 98 3371 1664 t 1664 3380 98 t 844 3374 1664 t 1664 3371 844 t 419 3378 1664 t 1664 3374 419 t 840 3380 1664 t 1664 3378 840 t 95 3041 1665 t 1665 3375 95 t 837 3381 1665 t 1665 3041 837 t 420 3382 1665 t 1665 3381 420 t 845 3375 1665 t 1665 3382 845 t 62 3357 1666 t 1666 3036 62 t 842 3383 1666 t 1666 3357 842 t 420 3381 1666 t 1666 3383 420 t 837 3036 1666 t 1666 3381 837 t 96 3384 1667 t 1667 3363 96 t 841 3385 1667 t 1667 3384 841 t 420 3383 1667 t 1667 3385 420 t 842 3363 1667 t 1667 3383 842 t 99 3379 1668 t 1668 3386 99 t 845 3382 1668 t 1668 3379 845 t 420 3385 1668 t 1668 3382 420 t 841 3386 1668 t 1668 3385 841 t 96 3364 1669 t 1669 3389 96 t 838 3387 1669 t 1669 3364 838 t 421 3388 1669 t 1669 3387 421 t 850 3389 1669 t 1669 3388 850 t 97 3390 1670 t 1670 3360 97 t 851 3391 1670 t 1670 3390 851 t 421 3387 1670 t 1670 3391 421 t 838 3360 1670 t 1670 3387 838 t 101 3392 1671 t 1671 3394 101 t 846 3393 1671 t 1671 3392 846 t 421 3391 1671 t 1671 3393 421 t 851 3394 1671 t 1671 3391 851 t 100 3395 1672 t 1672 3396 100 t 850 3388 1672 t 1672 3395 850 t 421 3393 1672 t 1672 3388 421 t 846 3396 1672 t 1672 3393 846 t 97 3372 1673 t 1673 3390 97 t 839 3397 1673 t 1673 3372 839 t 422 3398 1673 t 1673 3397 422 t 851 3390 1673 t 1673 3398 851 t 98 3399 1674 t 1674 3369 98 t 852 3400 1674 t 1674 3399 852 t 422 3397 1674 t 1674 3400 422 t 839 3369 1674 t 1674 3397 839 t 102 3401 1675 t 1675 3403 102 t 847 3402 1675 t 1675 3401 847 t 422 3400 1675 t 1675 3402 422 t 852 3403 1675 t 1675 3400 852 t 101 3394 1676 t 1676 3404 101 t 851 3398 1676 t 1676 3394 851 t 422 3402 1676 t 1676 3398 422 t 847 3404 1676 t 1676 3402 847 t 98 3380 1677 t 1677 3399 98 t 840 3405 1677 t 1677 3380 840 t 423 3406 1677 t 1677 3405 423 t 852 3399 1677 t 1677 3406 852 t 99 3407 1678 t 1678 3377 99 t 853 3408 1678 t 1678 3407 853 t 423 3405 1678 t 1678 3408 423 t 840 3377 1678 t 1678 3405 840 t 103 3409 1679 t 1679 3411 103 t 848 3410 1679 t 1679 3409 848 t 423 3408 1679 t 1679 3410 423 t 853 3411 1679 t 1679 3408 853 t 102 3403 1680 t 1680 3412 102 t 852 3406 1680 t 1680 3403 852 t 423 3410 1680 t 1680 3406 423 t 848 3412 1680 t 1680 3410 848 t 99 3386 1681 t 1681 3407 99 t 841 3413 1681 t 1681 3386 841 t 424 3414 1681 t 1681 3413 424 t 853 3407 1681 t 1681 3414 853 t 96 3389 1682 t 1682 3384 96 t 850 3415 1682 t 1682 3389 850 t 424 3413 1682 t 1682 3415 424 t 841 3384 1682 t 1682 3413 841 t 100 3416 1683 t 1683 3395 100 t 849 3417 1683 t 1683 3416 849 t 424 3415 1683 t 1683 3417 424 t 850 3395 1683 t 1683 3415 850 t 103 3411 1684 t 1684 3418 103 t 853 3414 1684 t 1684 3411 853 t 424 3417 1684 t 1684 3414 424 t 849 3418 1684 t 1684 3417 849 t 100 3396 1685 t 1685 3421 100 t 846 3419 1685 t 1685 3396 846 t 425 3420 1685 t 1685 3419 425 t 858 3421 1685 t 1685 3420 858 t 101 3422 1686 t 1686 3392 101 t 859 3423 1686 t 1686 3422 859 t 425 3419 1686 t 1686 3423 425 t 846 3392 1686 t 1686 3419 846 t 105 3424 1687 t 1687 3426 105 t 854 3425 1687 t 1687 3424 854 t 425 3423 1687 t 1687 3425 425 t 859 3426 1687 t 1687 3423 859 t 104 3427 1688 t 1688 3428 104 t 858 3420 1688 t 1688 3427 858 t 425 3425 1688 t 1688 3420 425 t 854 3428 1688 t 1688 3425 854 t 101 3404 1689 t 1689 3422 101 t 847 3429 1689 t 1689 3404 847 t 426 3430 1689 t 1689 3429 426 t 859 3422 1689 t 1689 3430 859 t 102 3431 1690 t 1690 3401 102 t 860 3432 1690 t 1690 3431 860 t 426 3429 1690 t 1690 3432 426 t 847 3401 1690 t 1690 3429 847 t 106 3433 1691 t 1691 3435 106 t 855 3434 1691 t 1691 3433 855 t 426 3432 1691 t 1691 3434 426 t 860 3435 1691 t 1691 3432 860 t 105 3426 1692 t 1692 3436 105 t 859 3430 1692 t 1692 3426 859 t 426 3434 1692 t 1692 3430 426 t 855 3436 1692 t 1692 3434 855 t 102 3412 1693 t 1693 3431 102 t 848 3437 1693 t 1693 3412 848 t 427 3438 1693 t 1693 3437 427 t 860 3431 1693 t 1693 3438 860 t 103 3439 1694 t 1694 3409 103 t 861 3440 1694 t 1694 3439 861 t 427 3437 1694 t 1694 3440 427 t 848 3409 1694 t 1694 3437 848 t 107 3441 1695 t 1695 3443 107 t 856 3442 1695 t 1695 3441 856 t 427 3440 1695 t 1695 3442 427 t 861 3443 1695 t 1695 3440 861 t 106 3435 1696 t 1696 3444 106 t 860 3438 1696 t 1696 3435 860 t 427 3442 1696 t 1696 3438 427 t 856 3444 1696 t 1696 3442 856 t 103 3418 1697 t 1697 3439 103 t 849 3445 1697 t 1697 3418 849 t 428 3446 1697 t 1697 3445 428 t 861 3439 1697 t 1697 3446 861 t 100 3421 1698 t 1698 3416 100 t 858 3447 1698 t 1698 3421 858 t 428 3445 1698 t 1698 3447 428 t 849 3416 1698 t 1698 3445 849 t 104 3448 1699 t 1699 3427 104 t 857 3449 1699 t 1699 3448 857 t 428 3447 1699 t 1699 3449 428 t 858 3427 1699 t 1699 3447 858 t 107 3443 1700 t 1700 3450 107 t 861 3446 1700 t 1700 3443 861 t 428 3449 1700 t 1700 3446 428 t 857 3450 1700 t 1700 3449 857 t 104 3428 1701 t 1701 3453 104 t 854 3451 1701 t 1701 3428 854 t 429 3452 1701 t 1701 3451 429 t 866 3453 1701 t 1701 3452 866 t 105 3454 1702 t 1702 3424 105 t 867 3455 1702 t 1702 3454 867 t 429 3451 1702 t 1702 3455 429 t 854 3424 1702 t 1702 3451 854 t 109 3349 1703 t 1703 3457 109 t 862 3456 1703 t 1703 3349 862 t 429 3455 1703 t 1703 3456 429 t 867 3457 1703 t 1703 3455 867 t 108 3458 1704 t 1704 3343 108 t 866 3452 1704 t 1704 3458 866 t 429 3456 1704 t 1704 3452 429 t 862 3343 1704 t 1704 3456 862 t 105 3436 1705 t 1705 3454 105 t 855 3459 1705 t 1705 3436 855 t 430 3460 1705 t 1705 3459 430 t 867 3454 1705 t 1705 3460 867 t 106 3461 1706 t 1706 3433 106 t 868 3462 1706 t 1706 3461 868 t 430 3459 1706 t 1706 3462 430 t 855 3433 1706 t 1706 3459 855 t 110 3352 1707 t 1707 3464 110 t 863 3463 1707 t 1707 3352 863 t 430 3462 1707 t 1707 3463 430 t 868 3464 1707 t 1707 3462 868 t 109 3457 1708 t 1708 3347 109 t 867 3460 1708 t 1708 3457 867 t 430 3463 1708 t 1708 3460 430 t 863 3347 1708 t 1708 3463 863 t 106 3444 1709 t 1709 3461 106 t 856 3465 1709 t 1709 3444 856 t 431 3466 1709 t 1709 3465 431 t 868 3461 1709 t 1709 3466 868 t 107 3467 1710 t 1710 3441 107 t 869 3468 1710 t 1710 3467 869 t 431 3465 1710 t 1710 3468 431 t 856 3441 1710 t 1710 3465 856 t 111 3354 1711 t 1711 3470 111 t 864 3469 1711 t 1711 3354 864 t 431 3468 1711 t 1711 3469 431 t 869 3470 1711 t 1711 3468 869 t 110 3464 1712 t 1712 3350 110 t 868 3466 1712 t 1712 3464 868 t 431 3469 1712 t 1712 3466 431 t 864 3350 1712 t 1712 3469 864 t 107 3450 1713 t 1713 3467 107 t 857 3471 1713 t 1713 3450 857 t 432 3472 1713 t 1713 3471 432 t 869 3467 1713 t 1713 3472 869 t 104 3453 1714 t 1714 3448 104 t 866 3473 1714 t 1714 3453 866 t 432 3471 1714 t 1714 3473 432 t 857 3448 1714 t 1714 3471 857 t 108 3346 1715 t 1715 3458 108 t 865 3474 1715 t 1715 3346 865 t 432 3473 1715 t 1715 3474 432 t 866 3458 1715 t 1715 3473 866 t 111 3470 1716 t 1716 3353 111 t 869 3472 1716 t 1716 3470 869 t 432 3474 1716 t 1716 3472 432 t 865 3353 1716 t 1716 3474 865 t 127 3475 1717 t 1717 3478 127 t 898 3476 1717 t 1717 3475 898 t 433 3477 1717 t 1717 3476 433 t 901 3478 1717 t 1717 3477 901 t 128 3479 1718 t 1718 3481 128 t 899 3480 1718 t 1718 3479 899 t 433 3476 1718 t 1718 3480 433 t 898 3481 1718 t 1718 3476 898 t 129 3482 1719 t 1719 3484 129 t 900 3483 1719 t 1719 3482 900 t 433 3480 1719 t 1719 3483 433 t 899 3484 1719 t 1719 3480 899 t 130 3485 1720 t 1720 3486 130 t 901 3477 1720 t 1720 3485 901 t 433 3483 1720 t 1720 3477 433 t 900 3486 1720 t 1720 3483 900 t 86 3267 1721 t 1721 3489 86 t 870 3487 1721 t 1721 3267 870 t 434 3488 1721 t 1721 3487 434 t 878 3489 1721 t 1721 3488 878 t 112 3490 1722 t 1722 3264 112 t 879 3491 1722 t 1722 3490 879 t 434 3487 1722 t 1722 3491 434 t 870 3264 1722 t 1722 3487 870 t 116 3492 1723 t 1723 3494 116 t 874 3493 1723 t 1723 3492 874 t 434 3491 1723 t 1723 3493 434 t 879 3494 1723 t 1723 3491 879 t 115 3495 1724 t 1724 3496 115 t 878 3488 1724 t 1724 3495 878 t 434 3493 1724 t 1724 3488 434 t 874 3496 1724 t 1724 3493 874 t 112 3320 1725 t 1725 3490 112 t 871 3497 1725 t 1725 3320 871 t 435 3498 1725 t 1725 3497 435 t 879 3490 1725 t 1725 3498 879 t 113 3499 1726 t 1726 3316 113 t 880 3500 1726 t 1726 3499 880 t 435 3497 1726 t 1726 3500 435 t 871 3316 1726 t 1726 3497 871 t 117 3501 1727 t 1727 3503 117 t 875 3502 1727 t 1727 3501 875 t 435 3500 1727 t 1727 3502 435 t 880 3503 1727 t 1727 3500 880 t 116 3494 1728 t 1728 3504 116 t 879 3498 1728 t 1728 3494 879 t 435 3502 1728 t 1728 3498 435 t 875 3504 1728 t 1728 3502 875 t 113 3311 1729 t 1729 3499 113 t 872 3505 1729 t 1729 3311 872 t 436 3506 1729 t 1729 3505 436 t 880 3499 1729 t 1729 3506 880 t 114 3507 1730 t 1730 3307 114 t 881 3508 1730 t 1730 3507 881 t 436 3505 1730 t 1730 3508 436 t 872 3307 1730 t 1730 3505 872 t 118 3509 1731 t 1731 3511 118 t 876 3510 1731 t 1731 3509 876 t 436 3508 1731 t 1731 3510 436 t 881 3511 1731 t 1731 3508 881 t 117 3503 1732 t 1732 3512 117 t 880 3506 1732 t 1732 3503 880 t 436 3510 1732 t 1732 3506 436 t 876 3512 1732 t 1732 3510 876 t 114 3255 1733 t 1733 3507 114 t 873 3513 1733 t 1733 3255 873 t 437 3514 1733 t 1733 3513 437 t 881 3507 1733 t 1733 3514 881 t 86 3489 1734 t 1734 3250 86 t 878 3515 1734 t 1734 3489 878 t 437 3513 1734 t 1734 3515 437 t 873 3250 1734 t 1734 3513 873 t 115 3516 1735 t 1735 3495 115 t 877 3517 1735 t 1735 3516 877 t 437 3515 1735 t 1735 3517 437 t 878 3495 1735 t 1735 3515 878 t 118 3511 1736 t 1736 3518 118 t 881 3514 1736 t 1736 3511 881 t 437 3517 1736 t 1736 3514 437 t 877 3518 1736 t 1736 3517 877 t 115 3496 1737 t 1737 3521 115 t 874 3519 1737 t 1737 3496 874 t 438 3520 1737 t 1737 3519 438 t 886 3521 1737 t 1737 3520 886 t 116 3522 1738 t 1738 3492 116 t 887 3523 1738 t 1738 3522 887 t 438 3519 1738 t 1738 3523 438 t 874 3492 1738 t 1738 3519 874 t 120 3524 1739 t 1739 3526 120 t 882 3525 1739 t 1739 3524 882 t 438 3523 1739 t 1739 3525 438 t 887 3526 1739 t 1739 3523 887 t 119 3527 1740 t 1740 3528 119 t 886 3520 1740 t 1740 3527 886 t 438 3525 1740 t 1740 3520 438 t 882 3528 1740 t 1740 3525 882 t 116 3504 1741 t 1741 3522 116 t 875 3529 1741 t 1741 3504 875 t 439 3530 1741 t 1741 3529 439 t 887 3522 1741 t 1741 3530 887 t 117 3531 1742 t 1742 3501 117 t 888 3532 1742 t 1742 3531 888 t 439 3529 1742 t 1742 3532 439 t 875 3501 1742 t 1742 3529 875 t 121 3533 1743 t 1743 3535 121 t 883 3534 1743 t 1743 3533 883 t 439 3532 1743 t 1743 3534 439 t 888 3535 1743 t 1743 3532 888 t 120 3526 1744 t 1744 3536 120 t 887 3530 1744 t 1744 3526 887 t 439 3534 1744 t 1744 3530 439 t 883 3536 1744 t 1744 3534 883 t 117 3512 1745 t 1745 3531 117 t 876 3537 1745 t 1745 3512 876 t 440 3538 1745 t 1745 3537 440 t 888 3531 1745 t 1745 3538 888 t 118 3539 1746 t 1746 3509 118 t 889 3540 1746 t 1746 3539 889 t 440 3537 1746 t 1746 3540 440 t 876 3509 1746 t 1746 3537 876 t 122 3541 1747 t 1747 3543 122 t 884 3542 1747 t 1747 3541 884 t 440 3540 1747 t 1747 3542 440 t 889 3543 1747 t 1747 3540 889 t 121 3535 1748 t 1748 3544 121 t 888 3538 1748 t 1748 3535 888 t 440 3542 1748 t 1748 3538 440 t 884 3544 1748 t 1748 3542 884 t 118 3518 1749 t 1749 3539 118 t 877 3545 1749 t 1749 3518 877 t 441 3546 1749 t 1749 3545 441 t 889 3539 1749 t 1749 3546 889 t 115 3521 1750 t 1750 3516 115 t 886 3547 1750 t 1750 3521 886 t 441 3545 1750 t 1750 3547 441 t 877 3516 1750 t 1750 3545 877 t 119 3548 1751 t 1751 3527 119 t 885 3549 1751 t 1751 3548 885 t 441 3547 1751 t 1751 3549 441 t 886 3527 1751 t 1751 3547 886 t 122 3543 1752 t 1752 3550 122 t 889 3546 1752 t 1752 3543 889 t 441 3549 1752 t 1752 3546 441 t 885 3550 1752 t 1752 3549 885 t 119 3528 1753 t 1753 3553 119 t 882 3551 1753 t 1753 3528 882 t 442 3552 1753 t 1753 3551 442 t 894 3553 1753 t 1753 3552 894 t 120 3554 1754 t 1754 3524 120 t 895 3555 1754 t 1754 3554 895 t 442 3551 1754 t 1754 3555 442 t 882 3524 1754 t 1754 3551 882 t 124 3556 1755 t 1755 3558 124 t 890 3557 1755 t 1755 3556 890 t 442 3555 1755 t 1755 3557 442 t 895 3558 1755 t 1755 3555 895 t 123 3559 1756 t 1756 3560 123 t 894 3552 1756 t 1756 3559 894 t 442 3557 1756 t 1756 3552 442 t 890 3560 1756 t 1756 3557 890 t 120 3536 1757 t 1757 3554 120 t 883 3561 1757 t 1757 3536 883 t 443 3562 1757 t 1757 3561 443 t 895 3554 1757 t 1757 3562 895 t 121 3563 1758 t 1758 3533 121 t 896 3564 1758 t 1758 3563 896 t 443 3561 1758 t 1758 3564 443 t 883 3533 1758 t 1758 3561 883 t 125 3565 1759 t 1759 3567 125 t 891 3566 1759 t 1759 3565 891 t 443 3564 1759 t 1759 3566 443 t 896 3567 1759 t 1759 3564 896 t 124 3558 1760 t 1760 3568 124 t 895 3562 1760 t 1760 3558 895 t 443 3566 1760 t 1760 3562 443 t 891 3568 1760 t 1760 3566 891 t 121 3544 1761 t 1761 3563 121 t 884 3569 1761 t 1761 3544 884 t 444 3570 1761 t 1761 3569 444 t 896 3563 1761 t 1761 3570 896 t 122 3571 1762 t 1762 3541 122 t 897 3572 1762 t 1762 3571 897 t 444 3569 1762 t 1762 3572 444 t 884 3541 1762 t 1762 3569 884 t 126 3573 1763 t 1763 3575 126 t 892 3574 1763 t 1763 3573 892 t 444 3572 1763 t 1763 3574 444 t 897 3575 1763 t 1763 3572 897 t 125 3567 1764 t 1764 3576 125 t 896 3570 1764 t 1764 3567 896 t 444 3574 1764 t 1764 3570 444 t 892 3576 1764 t 1764 3574 892 t 122 3550 1765 t 1765 3571 122 t 885 3577 1765 t 1765 3550 885 t 445 3578 1765 t 1765 3577 445 t 897 3571 1765 t 1765 3578 897 t 119 3553 1766 t 1766 3548 119 t 894 3579 1766 t 1766 3553 894 t 445 3577 1766 t 1766 3579 445 t 885 3548 1766 t 1766 3577 885 t 123 3580 1767 t 1767 3559 123 t 893 3581 1767 t 1767 3580 893 t 445 3579 1767 t 1767 3581 445 t 894 3559 1767 t 1767 3579 894 t 126 3575 1768 t 1768 3582 126 t 897 3578 1768 t 1768 3575 897 t 445 3581 1768 t 1768 3578 445 t 893 3582 1768 t 1768 3581 893 t 123 3560 1769 t 1769 3585 123 t 890 3583 1769 t 1769 3560 890 t 446 3584 1769 t 1769 3583 446 t 902 3585 1769 t 1769 3584 902 t 124 3586 1770 t 1770 3556 124 t 903 3587 1770 t 1770 3586 903 t 446 3583 1770 t 1770 3587 446 t 890 3556 1770 t 1770 3583 890 t 128 3481 1771 t 1771 3589 128 t 898 3588 1771 t 1771 3481 898 t 446 3587 1771 t 1771 3588 446 t 903 3589 1771 t 1771 3587 903 t 127 3590 1772 t 1772 3475 127 t 902 3584 1772 t 1772 3590 902 t 446 3588 1772 t 1772 3584 446 t 898 3475 1772 t 1772 3588 898 t 124 3568 1773 t 1773 3586 124 t 891 3591 1773 t 1773 3568 891 t 447 3592 1773 t 1773 3591 447 t 903 3586 1773 t 1773 3592 903 t 125 3593 1774 t 1774 3565 125 t 904 3594 1774 t 1774 3593 904 t 447 3591 1774 t 1774 3594 447 t 891 3565 1774 t 1774 3591 891 t 129 3484 1775 t 1775 3596 129 t 899 3595 1775 t 1775 3484 899 t 447 3594 1775 t 1775 3595 447 t 904 3596 1775 t 1775 3594 904 t 128 3589 1776 t 1776 3479 128 t 903 3592 1776 t 1776 3589 903 t 447 3595 1776 t 1776 3592 447 t 899 3479 1776 t 1776 3595 899 t 125 3576 1777 t 1777 3593 125 t 892 3597 1777 t 1777 3576 892 t 448 3598 1777 t 1777 3597 448 t 904 3593 1777 t 1777 3598 904 t 126 3599 1778 t 1778 3573 126 t 905 3600 1778 t 1778 3599 905 t 448 3597 1778 t 1778 3600 448 t 892 3573 1778 t 1778 3597 892 t 130 3486 1779 t 1779 3602 130 t 900 3601 1779 t 1779 3486 900 t 448 3600 1779 t 1779 3601 448 t 905 3602 1779 t 1779 3600 905 t 129 3596 1780 t 1780 3482 129 t 904 3598 1780 t 1780 3596 904 t 448 3601 1780 t 1780 3598 448 t 900 3482 1780 t 1780 3601 900 t 126 3582 1781 t 1781 3599 126 t 893 3603 1781 t 1781 3582 893 t 449 3604 1781 t 1781 3603 449 t 905 3599 1781 t 1781 3604 905 t 123 3585 1782 t 1782 3580 123 t 902 3605 1782 t 1782 3585 902 t 449 3603 1782 t 1782 3605 449 t 893 3580 1782 t 1782 3603 893 t 127 3478 1783 t 1783 3590 127 t 901 3606 1783 t 1783 3478 901 t 449 3605 1783 t 1783 3606 449 t 902 3590 1783 t 1783 3605 902 t 130 3602 1784 t 1784 3485 130 t 905 3604 1784 t 1784 3602 905 t 449 3606 1784 t 1784 3604 449 t 901 3485 1784 t 1784 3606 901 t 12 3607 1785 t 1785 3610 12 t 683 3608 1785 t 1785 3607 683 t 450 3609 1785 t 1785 3608 450 t 906 3610 1785 t 1785 3609 906 t 18 3611 1786 t 1786 3613 18 t 907 3612 1786 t 1786 3611 907 t 450 3608 1786 t 1786 3612 450 t 683 3613 1786 t 1786 3608 683 t 132 3614 1787 t 1787 3616 132 t 910 3615 1787 t 1787 3614 910 t 450 3612 1787 t 1787 3615 450 t 907 3616 1787 t 1787 3612 907 t 131 3617 1788 t 1788 3618 131 t 906 3609 1788 t 1788 3617 906 t 450 3615 1788 t 1788 3609 450 t 910 3618 1788 t 1788 3615 910 t 18 2751 1789 t 1789 3611 18 t 684 3619 1789 t 1789 2751 684 t 451 3620 1789 t 1789 3619 451 t 907 3611 1789 t 1789 3620 907 t 19 3621 1790 t 1790 2758 19 t 908 3622 1790 t 1790 3621 908 t 451 3619 1790 t 1790 3622 451 t 684 2758 1790 t 1790 3619 684 t 133 3623 1791 t 1791 3625 133 t 911 3624 1791 t 1791 3623 911 t 451 3622 1791 t 1791 3624 451 t 908 3625 1791 t 1791 3622 908 t 132 3616 1792 t 1792 3626 132 t 907 3620 1792 t 1792 3616 907 t 451 3624 1792 t 1792 3620 451 t 911 3626 1792 t 1792 3624 911 t 19 2711 1793 t 1793 3621 19 t 685 3627 1793 t 1793 2711 685 t 452 3628 1793 t 1793 3627 452 t 908 3621 1793 t 1793 3628 908 t 13 3629 1794 t 1794 2706 13 t 909 3630 1794 t 1794 3629 909 t 452 3627 1794 t 1794 3630 452 t 685 2706 1794 t 1794 3627 685 t 134 3631 1795 t 1795 3633 134 t 912 3632 1795 t 1795 3631 912 t 452 3630 1795 t 1795 3632 452 t 909 3633 1795 t 1795 3630 909 t 133 3625 1796 t 1796 3634 133 t 908 3628 1796 t 1796 3625 908 t 452 3632 1796 t 1796 3628 452 t 912 3634 1796 t 1796 3632 912 t 13 2658 1797 t 1797 3629 13 t 672 3635 1797 t 1797 2658 672 t 453 3636 1797 t 1797 3635 453 t 909 3629 1797 t 1797 3636 909 t 12 3610 1798 t 1798 2653 12 t 906 3637 1798 t 1798 3610 906 t 453 3635 1798 t 1798 3637 453 t 672 2653 1798 t 1798 3635 672 t 131 3638 1799 t 1799 3617 131 t 913 3639 1799 t 1799 3638 913 t 453 3637 1799 t 1799 3639 453 t 906 3617 1799 t 1799 3637 906 t 134 3633 1800 t 1800 3640 134 t 909 3636 1800 t 1800 3633 909 t 453 3639 1800 t 1800 3636 453 t 913 3640 1800 t 1800 3639 913 t 139 3641 1801 t 1801 3644 139 t 922 3642 1801 t 1801 3641 922 t 454 3643 1801 t 1801 3642 454 t 925 3644 1801 t 1801 3643 925 t 140 3645 1802 t 1802 3647 140 t 923 3646 1802 t 1802 3645 923 t 454 3642 1802 t 1802 3646 454 t 922 3647 1802 t 1802 3642 922 t 141 3648 1803 t 1803 3650 141 t 924 3649 1803 t 1803 3648 924 t 454 3646 1803 t 1803 3649 454 t 923 3650 1803 t 1803 3646 923 t 142 3651 1804 t 1804 3652 142 t 925 3643 1804 t 1804 3651 925 t 454 3649 1804 t 1804 3643 454 t 924 3652 1804 t 1804 3649 924 t 131 3618 1805 t 1805 3655 131 t 910 3653 1805 t 1805 3618 910 t 455 3654 1805 t 1805 3653 455 t 918 3655 1805 t 1805 3654 918 t 132 3656 1806 t 1806 3614 132 t 919 3657 1806 t 1806 3656 919 t 455 3653 1806 t 1806 3657 455 t 910 3614 1806 t 1806 3653 910 t 136 3658 1807 t 1807 3660 136 t 914 3659 1807 t 1807 3658 914 t 455 3657 1807 t 1807 3659 455 t 919 3660 1807 t 1807 3657 919 t 135 3661 1808 t 1808 3662 135 t 918 3654 1808 t 1808 3661 918 t 455 3659 1808 t 1808 3654 455 t 914 3662 1808 t 1808 3659 914 t 132 3626 1809 t 1809 3656 132 t 911 3663 1809 t 1809 3626 911 t 456 3664 1809 t 1809 3663 456 t 919 3656 1809 t 1809 3664 919 t 133 3665 1810 t 1810 3623 133 t 920 3666 1810 t 1810 3665 920 t 456 3663 1810 t 1810 3666 456 t 911 3623 1810 t 1810 3663 911 t 137 3667 1811 t 1811 3669 137 t 915 3668 1811 t 1811 3667 915 t 456 3666 1811 t 1811 3668 456 t 920 3669 1811 t 1811 3666 920 t 136 3660 1812 t 1812 3670 136 t 919 3664 1812 t 1812 3660 919 t 456 3668 1812 t 1812 3664 456 t 915 3670 1812 t 1812 3668 915 t 133 3634 1813 t 1813 3665 133 t 912 3671 1813 t 1813 3634 912 t 457 3672 1813 t 1813 3671 457 t 920 3665 1813 t 1813 3672 920 t 134 3673 1814 t 1814 3631 134 t 921 3674 1814 t 1814 3673 921 t 457 3671 1814 t 1814 3674 457 t 912 3631 1814 t 1814 3671 912 t 138 3675 1815 t 1815 3677 138 t 916 3676 1815 t 1815 3675 916 t 457 3674 1815 t 1815 3676 457 t 921 3677 1815 t 1815 3674 921 t 137 3669 1816 t 1816 3678 137 t 920 3672 1816 t 1816 3669 920 t 457 3676 1816 t 1816 3672 457 t 916 3678 1816 t 1816 3676 916 t 134 3640 1817 t 1817 3673 134 t 913 3679 1817 t 1817 3640 913 t 458 3680 1817 t 1817 3679 458 t 921 3673 1817 t 1817 3680 921 t 131 3655 1818 t 1818 3638 131 t 918 3681 1818 t 1818 3655 918 t 458 3679 1818 t 1818 3681 458 t 913 3638 1818 t 1818 3679 913 t 135 3682 1819 t 1819 3661 135 t 917 3683 1819 t 1819 3682 917 t 458 3681 1819 t 1819 3683 458 t 918 3661 1819 t 1819 3681 918 t 138 3677 1820 t 1820 3684 138 t 921 3680 1820 t 1820 3677 921 t 458 3683 1820 t 1820 3680 458 t 917 3684 1820 t 1820 3683 917 t 135 3662 1821 t 1821 3687 135 t 914 3685 1821 t 1821 3662 914 t 459 3686 1821 t 1821 3685 459 t 926 3687 1821 t 1821 3686 926 t 136 3688 1822 t 1822 3658 136 t 927 3689 1822 t 1822 3688 927 t 459 3685 1822 t 1822 3689 459 t 914 3658 1822 t 1822 3685 914 t 140 3647 1823 t 1823 3691 140 t 922 3690 1823 t 1823 3647 922 t 459 3689 1823 t 1823 3690 459 t 927 3691 1823 t 1823 3689 927 t 139 3692 1824 t 1824 3641 139 t 926 3686 1824 t 1824 3692 926 t 459 3690 1824 t 1824 3686 459 t 922 3641 1824 t 1824 3690 922 t 136 3670 1825 t 1825 3688 136 t 915 3693 1825 t 1825 3670 915 t 460 3694 1825 t 1825 3693 460 t 927 3688 1825 t 1825 3694 927 t 137 3695 1826 t 1826 3667 137 t 928 3696 1826 t 1826 3695 928 t 460 3693 1826 t 1826 3696 460 t 915 3667 1826 t 1826 3693 915 t 141 3650 1827 t 1827 3698 141 t 923 3697 1827 t 1827 3650 923 t 460 3696 1827 t 1827 3697 460 t 928 3698 1827 t 1827 3696 928 t 140 3691 1828 t 1828 3645 140 t 927 3694 1828 t 1828 3691 927 t 460 3697 1828 t 1828 3694 460 t 923 3645 1828 t 1828 3697 923 t 137 3678 1829 t 1829 3695 137 t 916 3699 1829 t 1829 3678 916 t 461 3700 1829 t 1829 3699 461 t 928 3695 1829 t 1829 3700 928 t 138 3701 1830 t 1830 3675 138 t 929 3702 1830 t 1830 3701 929 t 461 3699 1830 t 1830 3702 461 t 916 3675 1830 t 1830 3699 916 t 142 3652 1831 t 1831 3704 142 t 924 3703 1831 t 1831 3652 924 t 461 3702 1831 t 1831 3703 461 t 929 3704 1831 t 1831 3702 929 t 141 3698 1832 t 1832 3648 141 t 928 3700 1832 t 1832 3698 928 t 461 3703 1832 t 1832 3700 461 t 924 3648 1832 t 1832 3703 924 t 138 3684 1833 t 1833 3701 138 t 917 3705 1833 t 1833 3684 917 t 462 3706 1833 t 1833 3705 462 t 929 3701 1833 t 1833 3706 929 t 135 3687 1834 t 1834 3682 135 t 926 3707 1834 t 1834 3687 926 t 462 3705 1834 t 1834 3707 462 t 917 3682 1834 t 1834 3705 917 t 139 3644 1835 t 1835 3692 139 t 925 3708 1835 t 1835 3644 925 t 462 3707 1835 t 1835 3708 462 t 926 3692 1835 t 1835 3707 926 t 142 3704 1836 t 1836 3651 142 t 929 3706 1836 t 1836 3704 929 t 462 3708 1836 t 1836 3706 462 t 925 3651 1836 t 1836 3708 925 t 18 3709 1837 t 1837 3712 18 t 934 3710 1837 t 1837 3709 934 t 463 3711 1837 t 1837 3710 463 t 1287 3712 1837 t 1837 3711 1287 t 314 3713 1838 t 1838 3715 314 t 1247 3714 1838 t 1838 3713 1247 t 463 3710 1838 t 1838 3714 463 t 934 3715 1838 t 1838 3710 934 t 160 3716 1839 t 1839 3718 160 t 942 3717 1839 t 1839 3716 942 t 463 3714 1839 t 1839 3717 463 t 1247 3718 1839 t 1839 3714 1247 t 143 3719 1840 t 1840 3720 143 t 1287 3711 1840 t 1840 3719 1287 t 463 3717 1840 t 1840 3711 463 t 942 3720 1840 t 1840 3717 942 t 144 3721 1841 t 1841 3724 144 t 931 3722 1841 t 1841 3721 931 t 464 3723 1841 t 1841 3722 464 t 1253 3724 1841 t 1841 3723 1253 t 0 3725 1842 t 1842 3727 0 t 647 3726 1842 t 1842 3725 647 t 464 3722 1842 t 1842 3726 464 t 931 3727 1842 t 1842 3722 931 t 317 3728 1843 t 1843 3729 317 t 1253 3723 1843 t 1843 3728 1253 t 464 3726 1843 t 1843 3723 464 t 647 3729 1843 t 1843 3726 647 t 317 3729 1844 t 1844 3732 317 t 647 3730 1844 t 1844 3729 647 t 465 3731 1844 t 1844 3730 465 t 1255 3732 1844 t 1844 3731 1255 t 0 2585 1845 t 1845 3725 0 t 648 3733 1845 t 1845 2585 648 t 465 3730 1845 t 1845 3733 465 t 647 3725 1845 t 1845 3730 647 t 1 3734 1846 t 1846 2592 1 t 649 3735 1846 t 1846 3734 649 t 465 3733 1846 t 1846 3735 465 t 648 2592 1846 t 1846 3733 648 t 318 3736 1847 t 1847 3737 318 t 1255 3731 1847 t 1847 3736 1255 t 465 3735 1847 t 1847 3731 465 t 649 3737 1847 t 1847 3735 649 t 318 3737 1848 t 1848 3740 318 t 649 3738 1848 t 1848 3737 649 t 466 3739 1848 t 1848 3738 466 t 1257 3740 1848 t 1848 3739 1257 t 1 2596 1849 t 1849 3734 1 t 650 3741 1849 t 1849 2596 650 t 466 3738 1849 t 1849 3741 466 t 649 3734 1849 t 1849 3738 649 t 2 3742 1850 t 1850 2605 2 t 651 3743 1850 t 1850 3742 651 t 466 3741 1850 t 1850 3743 466 t 650 2605 1850 t 1850 3741 650 t 319 3744 1851 t 1851 3745 319 t 1257 3739 1851 t 1851 3744 1257 t 466 3743 1851 t 1851 3739 466 t 651 3745 1851 t 1851 3743 651 t 319 3745 1852 t 1852 3748 319 t 651 3746 1852 t 1852 3745 651 t 467 3747 1852 t 1852 3746 467 t 943 3748 1852 t 1852 3747 943 t 2 2609 1853 t 1853 3742 2 t 652 3749 1853 t 1853 2609 652 t 467 3746 1853 t 1853 3749 467 t 651 3742 1853 t 1853 3746 651 t 3 3750 1854 t 1854 2618 3 t 653 3751 1854 t 1854 3750 653 t 467 3749 1854 t 1854 3751 467 t 652 2618 1854 t 1854 3749 652 t 145 3752 1855 t 1855 3753 145 t 943 3747 1855 t 1855 3752 943 t 467 3751 1855 t 1855 3747 467 t 653 3753 1855 t 1855 3751 653 t 145 3753 1856 t 1856 3756 145 t 653 3754 1856 t 1856 3753 653 t 468 3755 1856 t 1856 3754 468 t 1260 3756 1856 t 1856 3755 1260 t 3 2622 1857 t 1857 3750 3 t 654 3757 1857 t 1857 2622 654 t 468 3754 1857 t 1857 3757 468 t 653 3750 1857 t 1857 3754 653 t 4 3758 1858 t 1858 2628 4 t 655 3759 1858 t 1858 3758 655 t 468 3757 1858 t 1858 3759 468 t 654 2628 1858 t 1858 3757 654 t 320 3760 1859 t 1859 3761 320 t 1260 3755 1859 t 1859 3760 1260 t 468 3759 1859 t 1859 3755 468 t 655 3761 1859 t 1859 3759 655 t 320 3761 1860 t 1860 3764 320 t 655 3762 1860 t 1860 3761 655 t 469 3763 1860 t 1860 3762 469 t 944 3764 1860 t 1860 3763 944 t 4 2632 1861 t 1861 3758 4 t 656 3765 1861 t 1861 2632 656 t 469 3762 1861 t 1861 3765 469 t 655 3758 1861 t 1861 3762 655 t 5 3766 1862 t 1862 2638 5 t 657 3767 1862 t 1862 3766 657 t 469 3765 1862 t 1862 3767 469 t 656 2638 1862 t 1862 3765 656 t 146 3768 1863 t 1863 3769 146 t 944 3763 1863 t 1863 3768 944 t 469 3767 1863 t 1863 3763 469 t 657 3769 1863 t 1863 3767 657 t 146 3769 1864 t 1864 3772 146 t 657 3770 1864 t 1864 3769 657 t 470 3771 1864 t 1864 3770 470 t 1262 3772 1864 t 1864 3771 1262 t 5 2642 1865 t 1865 3766 5 t 658 3773 1865 t 1865 2642 658 t 470 3770 1865 t 1865 3773 470 t 657 3766 1865 t 1865 3770 657 t 175 3774 1866 t 1866 2648 175 t 1262 3771 1866 t 1866 3774 1262 t 470 3773 1866 t 1866 3771 470 t 658 2648 1866 t 1866 3773 658 t 147 3775 1867 t 1867 3778 147 t 932 3776 1867 t 1867 3775 932 t 471 3777 1867 t 1867 3776 471 t 945 3778 1867 t 1867 3777 945 t 6 2588 1868 t 1868 3780 6 t 659 3779 1868 t 1868 2588 659 t 471 3776 1868 t 1868 3779 471 t 932 3780 1868 t 1868 3776 932 t 0 3727 1869 t 1869 2582 0 t 931 3781 1869 t 1869 3727 931 t 471 3779 1869 t 1869 3781 471 t 659 2582 1869 t 1869 3779 659 t 144 3782 1870 t 1870 3721 144 t 945 3777 1870 t 1870 3782 945 t 471 3781 1870 t 1870 3777 471 t 931 3721 1870 t 1870 3781 931 t 149 3783 1871 t 1871 3786 149 t 933 3784 1871 t 1871 3783 933 t 472 3785 1871 t 1871 3784 472 t 947 3786 1871 t 1871 3785 947 t 12 2655 1872 t 1872 3788 12 t 671 3787 1872 t 1872 2655 671 t 472 3784 1872 t 1872 3787 472 t 933 3788 1872 t 1872 3784 933 t 6 3780 1873 t 1873 2650 6 t 932 3789 1873 t 1873 3780 932 t 472 3787 1873 t 1873 3789 472 t 671 2650 1873 t 1873 3787 671 t 147 3790 1874 t 1874 3775 147 t 947 3785 1874 t 1874 3790 947 t 472 3789 1874 t 1874 3785 472 t 932 3775 1874 t 1874 3789 932 t 314 3715 1875 t 1875 3793 314 t 934 3791 1875 t 1875 3715 934 t 473 3792 1875 t 1875 3791 473 t 949 3793 1875 t 1875 3792 949 t 18 3613 1876 t 1876 3709 18 t 683 3794 1876 t 1876 3613 683 t 473 3791 1876 t 1876 3794 473 t 934 3709 1876 t 1876 3791 934 t 12 3788 1877 t 1877 3607 12 t 933 3795 1877 t 1877 3788 933 t 473 3794 1877 t 1877 3795 473 t 683 3607 1877 t 1877 3794 683 t 149 3796 1878 t 1878 3783 149 t 949 3792 1878 t 1878 3796 949 t 473 3795 1878 t 1878 3792 473 t 933 3783 1878 t 1878 3795 933 t 5168 5365 1879 t 1879 3799 5168 t 5204 3797 1879 t 1879 5365 5204 t 474 3798 5270 t 5270 5366 474 t 951 5368 5270 t 5270 3798 951 t 30 2805 1880 t 1880 5360 30 t 5205 3800 5271 t 5271 5305 5205 t 474 5366 5271 t 5271 3800 474 t 5204 5360 1880 t 1880 3797 5204 t 24 3801 1881 t 1881 2800 24 t 695 3802 1881 t 1881 3801 695 t 5188 5369 1881 t 1881 3802 5188 t 709 2800 1881 t 1881 5369 709 t 313 3803 1882 t 1882 3804 313 t 5223 5367 1882 t 1882 3803 5223 t 5188 3802 1882 t 1882 5367 5188 t 695 3804 1882 t 1882 3802 695 t 5169 5338 1883 t 1883 3807 5169 t 5222 3805 1883 t 1883 5338 5222 t 475 3806 5272 t 5272 5370 475 t 953 5372 5272 t 5272 3806 953 t 5167 3016 1884 t 1884 5334 5167 t 770 3808 5273 t 5273 5341 770 t 475 5370 5273 t 5273 3808 475 t 5222 5334 1884 t 1884 3805 5222 t 59 3809 1885 t 1885 3022 59 t 936 3810 1885 t 1885 3809 936 t 5189 5373 1885 t 1885 3810 5189 t 5216 3022 1885 t 1885 5373 5216 t 154 3811 1886 t 1886 3812 154 t 5225 5371 1886 t 1886 3811 5225 t 5189 3810 1886 t 1886 5371 5189 t 936 3812 1886 t 1886 3810 936 t 154 3812 1887 t 1887 3815 154 t 936 3813 1887 t 1887 3812 936 t 476 3814 1887 t 1887 3813 476 t 955 3815 1887 t 1887 3814 955 t 59 3074 1888 t 1888 3809 59 t 782 3816 1888 t 1888 3074 782 t 476 3813 1888 t 1888 3816 476 t 936 3809 1888 t 1888 3813 936 t 65 3817 1889 t 1889 3080 65 t 937 3818 1889 t 1889 3817 937 t 476 3816 1889 t 1889 3818 476 t 782 3080 1889 t 1889 3816 782 t 155 3819 1890 t 1890 3820 155 t 955 3814 1890 t 1890 3819 955 t 476 3818 1890 t 1890 3814 476 t 937 3820 1890 t 1890 3818 937 t 155 3820 1891 t 1891 3823 155 t 937 3821 1891 t 1891 3820 937 t 477 3822 1891 t 1891 3821 477 t 956 3823 1891 t 1891 3822 956 t 65 3130 1892 t 1892 3817 65 t 794 3824 1892 t 1892 3130 794 t 477 3821 1892 t 1892 3824 477 t 937 3817 1892 t 1892 3821 937 t 71 3825 1893 t 1893 3136 71 t 938 3826 1893 t 1893 3825 938 t 477 3824 1893 t 1893 3826 477 t 794 3136 1893 t 1893 3824 794 t 156 3827 1894 t 1894 3828 156 t 956 3822 1894 t 1894 3827 956 t 477 3826 1894 t 1894 3822 477 t 938 3828 1894 t 1894 3826 938 t 156 3828 1895 t 1895 3831 156 t 938 3829 1895 t 1895 3828 938 t 478 3830 1895 t 1895 3829 478 t 957 3831 1895 t 1895 3830 957 t 71 3180 1896 t 1896 3825 71 t 806 3832 1896 t 1896 3180 806 t 478 3829 1896 t 1896 3832 478 t 938 3825 1896 t 1896 3829 938 t 77 3833 1897 t 1897 3186 77 t 939 3834 1897 t 1897 3833 939 t 478 3832 1897 t 1897 3834 478 t 806 3186 1897 t 1897 3832 806 t 321 3835 1898 t 1898 3836 321 t 957 3830 1898 t 1898 3835 957 t 478 3834 1898 t 1898 3830 478 t 939 3836 1898 t 1898 3834 939 t 321 3836 1899 t 1899 3839 321 t 939 3837 1899 t 1899 3836 939 t 479 3838 1899 t 1899 3837 479 t 1270 3839 1899 t 1899 3838 1270 t 77 3230 1900 t 1900 3833 77 t 818 3840 1900 t 1900 3230 818 t 479 3837 1900 t 1900 3840 479 t 939 3833 1900 t 1900 3837 939 t 83 3841 1901 t 1901 3236 83 t 940 3842 1901 t 1901 3841 940 t 479 3840 1901 t 1901 3842 479 t 818 3236 1901 t 1901 3840 818 t 158 3843 1902 t 1902 3844 158 t 1270 3838 1902 t 1902 3843 1270 t 479 3842 1902 t 1902 3838 479 t 940 3844 1902 t 1902 3842 940 t 158 3844 1903 t 1903 3847 158 t 940 3845 1903 t 1903 3844 940 t 480 3846 1903 t 1903 3845 480 t 959 3847 1903 t 1903 3846 959 t 83 3286 1904 t 1904 3841 83 t 828 3848 1904 t 1904 3286 828 t 480 3845 1904 t 1904 3848 480 t 940 3841 1904 t 1904 3845 940 t 263 3849 1905 t 1905 3295 263 t 959 3846 1905 t 1905 3849 959 t 480 3848 1905 t 1905 3846 480 t 828 3295 1905 t 1905 3848 828 t 161 3850 1906 t 1906 3853 161 t 964 3851 1906 t 1906 3850 964 t 481 3852 1906 t 1906 3851 481 t 961 3853 1906 t 1906 3852 961 t 164 3854 1907 t 1907 3856 164 t 963 3855 1907 t 1907 3854 963 t 481 3851 1907 t 1907 3855 481 t 964 3856 1907 t 1907 3851 964 t 163 3857 1908 t 1908 3859 163 t 962 3858 1908 t 1908 3857 962 t 481 3855 1908 t 1908 3858 481 t 963 3859 1908 t 1908 3855 963 t 162 3860 1909 t 1909 3861 162 t 961 3852 1909 t 1909 3860 961 t 481 3858 1909 t 1909 3852 481 t 962 3861 1909 t 1909 3858 962 t 164 3862 1910 t 1910 3854 164 t 968 3863 1910 t 1910 3862 968 t 482 3864 1910 t 1910 3863 482 t 963 3854 1910 t 1910 3864 963 t 167 3865 1911 t 1911 3867 167 t 967 3866 1911 t 1911 3865 967 t 482 3863 1911 t 1911 3866 482 t 968 3867 1911 t 1911 3863 968 t 166 3868 1912 t 1912 3870 166 t 966 3869 1912 t 1912 3868 966 t 482 3866 1912 t 1912 3869 482 t 967 3870 1912 t 1912 3866 967 t 165 3871 1913 t 1913 3873 165 t 965 3872 1913 t 1913 3871 965 t 482 3869 1913 t 1913 3872 482 t 966 3873 1913 t 1913 3869 966 t 163 3859 1914 t 1914 3874 163 t 963 3864 1914 t 1914 3859 963 t 482 3872 1914 t 1914 3864 482 t 965 3874 1914 t 1914 3872 965 t 167 3875 1915 t 1915 3865 167 t 972 3876 1915 t 1915 3875 972 t 483 3877 1915 t 1915 3876 483 t 967 3865 1915 t 1915 3877 967 t 170 3878 1916 t 1916 3880 170 t 971 3879 1916 t 1916 3878 971 t 483 3876 1916 t 1916 3879 483 t 972 3880 1916 t 1916 3876 972 t 169 3881 1917 t 1917 3883 169 t 970 3882 1917 t 1917 3881 970 t 483 3879 1917 t 1917 3882 483 t 971 3883 1917 t 1917 3879 971 t 168 3884 1918 t 1918 3886 168 t 969 3885 1918 t 1918 3884 969 t 483 3882 1918 t 1918 3885 483 t 970 3886 1918 t 1918 3882 970 t 166 3870 1919 t 1919 3887 166 t 967 3877 1919 t 1919 3870 967 t 483 3885 1919 t 1919 3877 483 t 969 3887 1919 t 1919 3885 969 t 170 3888 1920 t 1920 3878 170 t 975 3889 1920 t 1920 3888 975 t 484 3890 1920 t 1920 3889 484 t 971 3878 1920 t 1920 3890 971 t 172 3891 1921 t 1921 3893 172 t 974 3892 1921 t 1921 3891 974 t 484 3889 1921 t 1921 3892 484 t 975 3893 1921 t 1921 3889 975 t 171 3894 1922 t 1922 3896 171 t 973 3895 1922 t 1922 3894 973 t 484 3892 1922 t 1922 3895 484 t 974 3896 1922 t 1922 3892 974 t 169 3883 1923 t 1923 3897 169 t 971 3890 1923 t 1923 3883 971 t 484 3895 1923 t 1923 3890 484 t 973 3897 1923 t 1923 3895 973 t 172 3898 1924 t 1924 3891 172 t 978 3899 1924 t 1924 3898 978 t 485 3900 1924 t 1924 3899 485 t 974 3891 1924 t 1924 3900 974 t 174 3901 1925 t 1925 3903 174 t 977 3902 1925 t 1925 3901 977 t 485 3899 1925 t 1925 3902 485 t 978 3903 1925 t 1925 3899 978 t 173 3904 1926 t 1926 3906 173 t 976 3905 1926 t 1926 3904 976 t 485 3902 1926 t 1926 3905 485 t 977 3906 1926 t 1926 3902 977 t 171 3896 1927 t 1927 3907 171 t 974 3900 1927 t 1927 3896 974 t 485 3905 1927 t 1927 3900 485 t 976 3907 1927 t 1927 3905 976 t 174 3908 1928 t 1928 3901 174 t 980 3909 1928 t 1928 3908 980 t 486 3910 1928 t 1928 3909 486 t 977 3901 1928 t 1928 3910 977 t 175 2649 1929 t 1929 3912 175 t 946 3911 1929 t 1929 2649 946 t 486 3909 1929 t 1929 3911 486 t 980 3912 1929 t 1929 3909 980 t 148 3913 1930 t 1930 2645 148 t 979 3914 1930 t 1930 3913 979 t 486 3911 1930 t 1930 3914 486 t 946 2645 1930 t 1930 3911 946 t 173 3906 1931 t 1931 3915 173 t 977 3910 1931 t 1931 3906 977 t 486 3914 1931 t 1931 3910 486 t 979 3915 1931 t 1931 3914 979 t 162 3861 1932 t 1932 3918 162 t 962 3916 1932 t 1932 3861 962 t 487 3917 1932 t 1932 3916 487 t 981 3918 1932 t 1932 3917 981 t 163 3919 1933 t 1933 3857 163 t 983 3920 1933 t 1933 3919 983 t 487 3916 1933 t 1933 3920 487 t 962 3857 1933 t 1933 3916 962 t 177 3921 1934 t 1934 3923 177 t 982 3922 1934 t 1934 3921 982 t 487 3920 1934 t 1934 3922 487 t 983 3923 1934 t 1934 3920 983 t 176 3924 1935 t 1935 3925 176 t 981 3917 1935 t 1935 3924 981 t 487 3922 1935 t 1935 3917 487 t 982 3925 1935 t 1935 3922 982 t 163 3874 1936 t 1936 3919 163 t 965 3926 1936 t 1936 3874 965 t 488 3927 1936 t 1936 3926 488 t 983 3919 1936 t 1936 3927 983 t 165 3928 1937 t 1937 3871 165 t 986 3929 1937 t 1937 3928 986 t 488 3926 1937 t 1937 3929 488 t 965 3871 1937 t 1937 3926 965 t 179 3930 1938 t 1938 3932 179 t 985 3931 1938 t 1938 3930 985 t 488 3929 1938 t 1938 3931 488 t 986 3932 1938 t 1938 3929 986 t 178 3933 1939 t 1939 3935 178 t 984 3934 1939 t 1939 3933 984 t 488 3931 1939 t 1939 3934 488 t 985 3935 1939 t 1939 3931 985 t 177 3923 1940 t 1940 3936 177 t 983 3927 1940 t 1940 3923 983 t 488 3934 1940 t 1940 3927 488 t 984 3936 1940 t 1940 3934 984 t 168 3886 1941 t 1941 3939 168 t 970 3937 1941 t 1941 3886 970 t 489 3938 1941 t 1941 3937 489 t 987 3939 1941 t 1941 3938 987 t 169 3940 1942 t 1942 3881 169 t 989 3941 1942 t 1942 3940 989 t 489 3937 1942 t 1942 3941 489 t 970 3881 1942 t 1942 3937 970 t 180 3942 1943 t 1943 3944 180 t 988 3943 1943 t 1943 3942 988 t 489 3941 1943 t 1943 3943 489 t 989 3944 1943 t 1943 3941 989 t 178 3935 1944 t 1944 3946 178 t 985 3945 1944 t 1944 3935 985 t 489 3943 1944 t 1944 3945 489 t 988 3946 1944 t 1944 3943 988 t 179 3947 1945 t 1945 3930 179 t 987 3938 1945 t 1945 3947 987 t 489 3945 1945 t 1945 3938 489 t 985 3930 1945 t 1945 3945 985 t 169 3897 1946 t 1946 3940 169 t 973 3948 1946 t 1946 3897 973 t 490 3949 1946 t 1946 3948 490 t 989 3940 1946 t 1946 3949 989 t 171 3950 1947 t 1947 3894 171 t 991 3951 1947 t 1947 3950 991 t 490 3948 1947 t 1947 3951 490 t 973 3894 1947 t 1947 3948 973 t 181 3952 1948 t 1948 3954 181 t 990 3953 1948 t 1948 3952 990 t 490 3951 1948 t 1948 3953 490 t 991 3954 1948 t 1948 3951 991 t 180 3944 1949 t 1949 3955 180 t 989 3949 1949 t 1949 3944 989 t 490 3953 1949 t 1949 3949 490 t 990 3955 1949 t 1949 3953 990 t 171 3907 1950 t 1950 3950 171 t 976 3956 1950 t 1950 3907 976 t 491 3957 1950 t 1950 3956 491 t 991 3950 1950 t 1950 3957 991 t 173 3958 1951 t 1951 3904 173 t 993 3959 1951 t 1951 3958 993 t 491 3956 1951 t 1951 3959 491 t 976 3904 1951 t 1951 3956 976 t 182 3960 1952 t 1952 3962 182 t 992 3961 1952 t 1952 3960 992 t 491 3959 1952 t 1952 3961 491 t 993 3962 1952 t 1952 3959 993 t 181 3954 1953 t 1953 3963 181 t 991 3957 1953 t 1953 3954 991 t 491 3961 1953 t 1953 3957 491 t 992 3963 1953 t 1953 3961 992 t 173 3915 1954 t 1954 3958 173 t 979 3964 1954 t 1954 3915 979 t 492 3965 1954 t 1954 3964 492 t 993 3958 1954 t 1954 3965 993 t 148 2705 1955 t 1955 3913 148 t 948 3966 1955 t 1955 2705 948 t 492 3964 1955 t 1955 3966 492 t 979 3913 1955 t 1955 3964 979 t 183 3967 1956 t 1956 2702 183 t 994 3968 1956 t 1956 3967 994 t 492 3966 1956 t 1956 3968 492 t 948 2702 1956 t 1956 3966 948 t 182 3962 1957 t 1957 3969 182 t 993 3965 1957 t 1957 3962 993 t 492 3968 1957 t 1957 3965 492 t 994 3969 1957 t 1957 3968 994 t 177 3936 1958 t 1958 3972 177 t 984 3970 1958 t 1958 3936 984 t 493 3971 1958 t 1958 3970 493 t 995 3972 1958 t 1958 3971 995 t 178 3973 1959 t 1959 3933 178 t 997 3974 1959 t 1959 3973 997 t 493 3970 1959 t 1959 3974 493 t 984 3933 1959 t 1959 3970 984 t 185 3975 1960 t 1960 3977 185 t 996 3976 1960 t 1960 3975 996 t 493 3974 1960 t 1960 3976 493 t 997 3977 1960 t 1960 3974 997 t 184 3978 1961 t 1961 3979 184 t 995 3971 1961 t 1961 3978 995 t 493 3976 1961 t 1961 3971 493 t 996 3979 1961 t 1961 3976 996 t 178 3946 1962 t 1962 3973 178 t 988 3980 1962 t 1962 3946 988 t 494 3981 1962 t 1962 3980 494 t 997 3973 1962 t 1962 3981 997 t 180 3982 1963 t 1963 3942 180 t 999 3983 1963 t 1963 3982 999 t 494 3980 1963 t 1963 3983 494 t 988 3942 1963 t 1963 3980 988 t 186 3984 1964 t 1964 3986 186 t 998 3985 1964 t 1964 3984 998 t 494 3983 1964 t 1964 3985 494 t 999 3986 1964 t 1964 3983 999 t 185 3977 1965 t 1965 3987 185 t 997 3981 1965 t 1965 3977 997 t 494 3985 1965 t 1965 3981 494 t 998 3987 1965 t 1965 3985 998 t 180 3955 1966 t 1966 3982 180 t 990 3988 1966 t 1966 3955 990 t 495 3989 1966 t 1966 3988 495 t 999 3982 1966 t 1966 3989 999 t 181 3990 1967 t 1967 3952 181 t 1001 3991 1967 t 1967 3990 1001 t 495 3988 1967 t 1967 3991 495 t 990 3952 1967 t 1967 3988 990 t 187 3992 1968 t 1968 3994 187 t 1000 3993 1968 t 1968 3992 1000 t 495 3991 1968 t 1968 3993 495 t 1001 3994 1968 t 1968 3991 1001 t 186 3986 1969 t 1969 3995 186 t 999 3989 1969 t 1969 3986 999 t 495 3993 1969 t 1969 3989 495 t 1000 3995 1969 t 1969 3993 1000 t 181 3963 1970 t 1970 3990 181 t 992 3996 1970 t 1970 3963 992 t 496 3997 1970 t 1970 3996 496 t 1001 3990 1970 t 1970 3997 1001 t 182 3998 1971 t 1971 3960 182 t 1003 3999 1971 t 1971 3998 1003 t 496 3996 1971 t 1971 3999 496 t 992 3960 1971 t 1971 3996 992 t 188 4000 1972 t 1972 4002 188 t 1002 4001 1972 t 1972 4000 1002 t 496 3999 1972 t 1972 4001 496 t 1003 4002 1972 t 1972 3999 1003 t 187 3994 1973 t 1973 4003 187 t 1001 3997 1973 t 1973 3994 1001 t 496 4001 1973 t 1973 3997 496 t 1002 4003 1973 t 1973 4001 1002 t 182 3969 1974 t 1974 3998 182 t 994 4004 1974 t 1974 3969 994 t 497 4005 1974 t 1974 4004 497 t 1003 3998 1974 t 1974 4005 1003 t 183 2747 1975 t 1975 3967 183 t 1005 4006 1975 t 1975 2747 1005 t 497 4004 1975 t 1975 4006 497 t 994 3967 1975 t 1975 4004 994 t 150 4007 1976 t 1976 2744 150 t 1004 4008 1976 t 1976 4007 1004 t 497 4006 1976 t 1976 4008 497 t 1005 2744 1976 t 1976 4006 1005 t 188 4002 1977 t 1977 4009 188 t 1003 4005 1977 t 1977 4002 1003 t 497 4008 1977 t 1977 4005 497 t 1004 4009 1977 t 1977 4008 1004 t 189 4010 1978 t 1978 4013 189 t 1009 4011 1978 t 1978 4010 1009 t 498 4012 1978 t 1978 4011 498 t 1006 4013 1978 t 1978 4012 1006 t 184 4014 1979 t 1979 4016 184 t 1008 4015 1979 t 1979 4014 1008 t 498 4011 1979 t 1979 4015 498 t 1009 4016 1979 t 1979 4011 1009 t 191 4017 1980 t 1980 4019 191 t 1007 4018 1980 t 1980 4017 1007 t 498 4015 1980 t 1980 4018 498 t 1008 4019 1980 t 1980 4015 1008 t 190 4020 1981 t 1981 4021 190 t 1006 4012 1981 t 1981 4020 1006 t 498 4018 1981 t 1981 4012 498 t 1007 4021 1981 t 1981 4018 1007 t 184 3979 1982 t 1982 4014 184 t 996 4022 1982 t 1982 3979 996 t 499 4023 1982 t 1982 4022 499 t 1008 4014 1982 t 1982 4023 1008 t 185 4024 1983 t 1983 3975 185 t 1011 4025 1983 t 1983 4024 1011 t 499 4022 1983 t 1983 4025 499 t 996 3975 1983 t 1983 4022 996 t 192 4026 1984 t 1984 4028 192 t 1010 4027 1984 t 1984 4026 1010 t 499 4025 1984 t 1984 4027 499 t 1011 4028 1984 t 1984 4025 1011 t 191 4019 1985 t 1985 4029 191 t 1008 4023 1985 t 1985 4019 1008 t 499 4027 1985 t 1985 4023 499 t 1010 4029 1985 t 1985 4027 1010 t 185 3987 1986 t 1986 4024 185 t 998 4030 1986 t 1986 3987 998 t 500 4031 1986 t 1986 4030 500 t 1011 4024 1986 t 1986 4031 1011 t 186 4032 1987 t 1987 3984 186 t 1013 4033 1987 t 1987 4032 1013 t 500 4030 1987 t 1987 4033 500 t 998 3984 1987 t 1987 4030 998 t 193 4034 1988 t 1988 4036 193 t 1012 4035 1988 t 1988 4034 1012 t 500 4033 1988 t 1988 4035 500 t 1013 4036 1988 t 1988 4033 1013 t 192 4028 1989 t 1989 4037 192 t 1011 4031 1989 t 1989 4028 1011 t 500 4035 1989 t 1989 4031 500 t 1012 4037 1989 t 1989 4035 1012 t 186 3995 1990 t 1990 4032 186 t 1000 4038 1990 t 1990 3995 1000 t 501 4039 1990 t 1990 4038 501 t 1013 4032 1990 t 1990 4039 1013 t 187 4040 1991 t 1991 3992 187 t 1015 4041 1991 t 1991 4040 1015 t 501 4038 1991 t 1991 4041 501 t 1000 3992 1991 t 1991 4038 1000 t 194 4042 1992 t 1992 4044 194 t 1014 4043 1992 t 1992 4042 1014 t 501 4041 1992 t 1992 4043 501 t 1015 4044 1992 t 1992 4041 1015 t 193 4036 1993 t 1993 4045 193 t 1013 4039 1993 t 1993 4036 1013 t 501 4043 1993 t 1993 4039 501 t 1014 4045 1993 t 1993 4043 1014 t 187 4003 1994 t 1994 4040 187 t 1002 4046 1994 t 1994 4003 1002 t 502 4047 1994 t 1994 4046 502 t 1015 4040 1994 t 1994 4047 1015 t 188 4048 1995 t 1995 4000 188 t 1017 4049 1995 t 1995 4048 1017 t 502 4046 1995 t 1995 4049 502 t 1002 4000 1995 t 1995 4046 1002 t 195 4050 1996 t 1996 4052 195 t 1016 4051 1996 t 1996 4050 1016 t 502 4049 1996 t 1996 4051 502 t 1017 4052 1996 t 1996 4049 1017 t 194 4044 1997 t 1997 4053 194 t 1015 4047 1997 t 1997 4044 1015 t 502 4051 1997 t 1997 4047 502 t 1016 4053 1997 t 1997 4051 1016 t 188 4009 1998 t 1998 4048 188 t 1004 4054 1998 t 1998 4009 1004 t 503 4055 1998 t 1998 4054 503 t 1017 4048 1998 t 1998 4055 1017 t 150 2799 1999 t 1999 4007 150 t 950 4056 1999 t 1999 2799 950 t 503 4054 1999 t 1999 4056 503 t 1004 4007 1999 t 1999 4054 1004 t 151 4057 2000 t 2000 2796 151 t 1018 4058 2000 t 2000 4057 1018 t 503 4056 2000 t 2000 4058 503 t 950 2796 2000 t 2000 4056 950 t 195 4052 2001 t 2001 4059 195 t 1017 4055 2001 t 2001 4052 1017 t 503 4058 2001 t 2001 4055 503 t 1018 4059 2001 t 2001 4058 1018 t 190 4021 2002 t 2002 4062 190 t 1007 4060 2002 t 2002 4021 1007 t 504 4061 2002 t 2002 4060 504 t 1019 4062 2002 t 2002 4061 1019 t 191 4063 2003 t 2003 4017 191 t 1021 4064 2003 t 2003 4063 1021 t 504 4060 2003 t 2003 4064 504 t 1007 4017 2003 t 2003 4060 1007 t 197 4065 2004 t 2004 4067 197 t 1020 4066 2004 t 2004 4065 1020 t 5190 5375 5274 t 5274 5377 5190 t 5229 5378 5274 t 5274 5375 5229 t 196 4068 2005 t 2005 4069 196 t 5227 5374 5275 t 5275 5379 5227 t 5190 5377 5275 t 5275 5374 5190 t 1020 4069 2005 t 2005 4066 1020 t 191 4029 2006 t 2006 4063 191 t 1010 4070 2006 t 2006 4029 1010 t 505 4071 2006 t 2006 4070 505 t 1021 4063 2006 t 2006 4071 1021 t 192 4072 2007 t 2007 4026 192 t 1023 4073 2007 t 2007 4072 1023 t 505 4070 2007 t 2007 4073 505 t 1010 4026 2007 t 2007 4070 1010 t 198 4074 2008 t 2008 4076 198 t 1022 4075 2008 t 2008 4074 1022 t 5191 5382 5276 t 5276 5384 5191 t 5231 5385 5276 t 5276 5382 5231 t 197 4067 2009 t 2009 4077 197 t 5229 5381 5277 t 5277 5378 5229 t 5191 5384 5277 t 5277 5381 5191 t 1022 4077 2009 t 2009 4075 1022 t 192 4037 2010 t 2010 4072 192 t 1012 4078 2010 t 2010 4037 1012 t 506 4079 2010 t 2010 4078 506 t 1023 4072 2010 t 2010 4079 1023 t 193 4080 2011 t 2011 4034 193 t 1025 4081 2011 t 2011 4080 1025 t 506 4078 2011 t 2011 4081 506 t 1012 4034 2011 t 2011 4078 1012 t 199 4082 2012 t 2012 4084 199 t 1024 4083 2012 t 2012 4082 1024 t 5192 5388 5278 t 5278 5390 5192 t 5233 5391 5278 t 5278 5388 5233 t 198 4076 2013 t 2013 4085 198 t 5231 5387 5279 t 5279 5385 5231 t 5192 5390 5279 t 5279 5387 5192 t 1024 4085 2013 t 2013 4083 1024 t 193 4045 2014 t 2014 4080 193 t 1014 4086 2014 t 2014 4045 1014 t 507 4087 2014 t 2014 4086 507 t 1025 4080 2014 t 2014 4087 1025 t 194 4088 2015 t 2015 4042 194 t 1027 4089 2015 t 2015 4088 1027 t 507 4086 2015 t 2015 4089 507 t 1014 4042 2015 t 2015 4086 1014 t 200 4090 2016 t 2016 4092 200 t 1026 4091 2016 t 2016 4090 1026 t 5193 5394 5280 t 5280 5396 5193 t 5235 5397 5280 t 5280 5394 5235 t 199 4084 2017 t 2017 4093 199 t 5233 5393 5281 t 5281 5391 5233 t 5193 5396 5281 t 5281 5393 5193 t 1026 4093 2017 t 2017 4091 1026 t 194 4053 2018 t 2018 4088 194 t 1016 4094 2018 t 2018 4053 1016 t 508 4095 2018 t 2018 4094 508 t 1027 4088 2018 t 2018 4095 1027 t 195 4096 2019 t 2019 4050 195 t 1029 4097 2019 t 2019 4096 1029 t 508 4094 2019 t 2019 4097 508 t 1016 4050 2019 t 2019 4094 1016 t 201 4098 2020 t 2020 4100 201 t 1028 4099 2020 t 2020 4098 1028 t 5194 5400 5282 t 5282 5402 5194 t 5237 5403 5282 t 5282 5400 5237 t 200 4092 2021 t 2021 4101 200 t 5235 5399 5283 t 5283 5397 5235 t 5194 5402 5283 t 5283 5399 5194 t 1028 4101 2021 t 2021 4099 1028 t 195 4059 2022 t 2022 4096 195 t 1018 4102 2022 t 2022 4059 1018 t 509 4103 2022 t 2022 4102 509 t 1029 4096 2022 t 2022 4103 1029 t 151 2849 2023 t 2023 4057 151 t 5224 4104 2023 t 2023 2849 5224 t 509 4102 2023 t 2023 4104 509 t 1018 4057 2023 t 2023 4102 1018 t 153 4105 2024 t 2024 2846 153 t 1030 4106 2024 t 2024 4105 1030 t 5195 5406 5284 t 5284 5408 5195 t 952 5336 5284 t 5284 5406 952 t 201 4100 2025 t 2025 4107 201 t 5237 5405 5285 t 5285 5403 5237 t 5195 5408 5285 t 5285 5405 5195 t 1030 4107 2025 t 2025 4106 1030 t 202 4108 2026 t 2026 4111 202 t 1034 4109 2026 t 2026 4108 1034 t 510 4110 2026 t 2026 4109 510 t 1031 4111 2026 t 2026 4110 1031 t 205 4112 2027 t 2027 4114 205 t 1033 4113 2027 t 2027 4112 1033 t 510 4109 2027 t 2027 4113 510 t 1034 4114 2027 t 2027 4109 1034 t 204 4115 2028 t 2028 4117 204 t 1032 4116 2028 t 2028 4115 1032 t 510 4113 2028 t 2028 4116 510 t 1033 4117 2028 t 2028 4113 1033 t 203 4118 2029 t 2029 4119 203 t 1031 4110 2029 t 2029 4118 1031 t 510 4116 2029 t 2029 4110 510 t 1032 4119 2029 t 2029 4116 1032 t 166 4120 2030 t 2030 3868 166 t 1037 4121 2030 t 2030 4120 1037 t 511 4122 2030 t 2030 4121 511 t 966 3868 2030 t 2030 4122 966 t 207 4123 2031 t 2031 4125 207 t 1036 4124 2031 t 2031 4123 1036 t 511 4121 2031 t 2031 4124 511 t 1037 4125 2031 t 2031 4121 1037 t 206 4126 2032 t 2032 4128 206 t 1035 4127 2032 t 2032 4126 1035 t 511 4124 2032 t 2032 4127 511 t 1036 4128 2032 t 2032 4124 1036 t 165 3873 2033 t 2033 4129 165 t 966 4122 2033 t 2033 3873 966 t 511 4127 2033 t 2033 4122 511 t 1035 4129 2033 t 2033 4127 1035 t 165 4129 2034 t 2034 3928 165 t 1035 4130 2034 t 2034 4129 1035 t 512 4131 2034 t 2034 4130 512 t 986 3928 2034 t 2034 4131 986 t 206 4132 2035 t 2035 4126 206 t 1039 4133 2035 t 2035 4132 1039 t 512 4130 2035 t 2035 4133 512 t 1035 4126 2035 t 2035 4130 1035 t 208 4134 2036 t 2036 4136 208 t 1038 4135 2036 t 2036 4134 1038 t 512 4133 2036 t 2036 4135 512 t 1039 4136 2036 t 2036 4133 1039 t 179 3932 2037 t 2037 4137 179 t 986 4131 2037 t 2037 3932 986 t 512 4135 2037 t 2037 4131 512 t 1038 4137 2037 t 2037 4135 1038 t 179 4137 2038 t 2038 3947 179 t 1038 4138 2038 t 2038 4137 1038 t 513 4139 2038 t 2038 4138 513 t 987 3947 2038 t 2038 4139 987 t 208 4140 2039 t 2039 4134 208 t 1041 4141 2039 t 2039 4140 1041 t 513 4138 2039 t 2039 4141 513 t 1038 4134 2039 t 2039 4138 1038 t 209 4142 2040 t 2040 4144 209 t 1040 4143 2040 t 2040 4142 1040 t 513 4141 2040 t 2040 4143 513 t 1041 4144 2040 t 2040 4141 1041 t 168 3939 2041 t 2041 4145 168 t 987 4139 2041 t 2041 3939 987 t 513 4143 2041 t 2041 4139 513 t 1040 4145 2041 t 2041 4143 1040 t 168 4145 2042 t 2042 3884 168 t 1040 4146 2042 t 2042 4145 1040 t 514 4147 2042 t 2042 4146 514 t 969 3884 2042 t 2042 4147 969 t 209 4148 2043 t 2043 4142 209 t 1042 4149 2043 t 2043 4148 1042 t 514 4146 2043 t 2043 4149 514 t 1040 4142 2043 t 2043 4146 1040 t 207 4125 2044 t 2044 4151 207 t 1037 4150 2044 t 2044 4125 1037 t 514 4149 2044 t 2044 4150 514 t 1042 4151 2044 t 2044 4149 1042 t 166 3887 2045 t 2045 4120 166 t 969 4147 2045 t 2045 3887 969 t 514 4150 2045 t 2045 4147 514 t 1037 4120 2045 t 2045 4150 1037 t 207 4152 2046 t 2046 4123 207 t 1045 4153 2046 t 2046 4152 1045 t 515 4154 2046 t 2046 4153 515 t 1036 4123 2046 t 2046 4154 1036 t 211 4155 2047 t 2047 4157 211 t 1044 4156 2047 t 2047 4155 1044 t 515 4153 2047 t 2047 4156 515 t 1045 4157 2047 t 2047 4153 1045 t 210 4158 2048 t 2048 4160 210 t 1043 4159 2048 t 2048 4158 1043 t 515 4156 2048 t 2048 4159 515 t 1044 4160 2048 t 2048 4156 1044 t 206 4128 2049 t 2049 4161 206 t 1036 4154 2049 t 2049 4128 1036 t 515 4159 2049 t 2049 4154 515 t 1043 4161 2049 t 2049 4159 1043 t 206 4161 2050 t 2050 4132 206 t 1043 4162 2050 t 2050 4161 1043 t 516 4163 2050 t 2050 4162 516 t 1039 4132 2050 t 2050 4163 1039 t 210 4164 2051 t 2051 4158 210 t 1047 4165 2051 t 2051 4164 1047 t 516 4162 2051 t 2051 4165 516 t 1043 4158 2051 t 2051 4162 1043 t 212 4166 2052 t 2052 4168 212 t 1046 4167 2052 t 2052 4166 1046 t 516 4165 2052 t 2052 4167 516 t 1047 4168 2052 t 2052 4165 1047 t 208 4136 2053 t 2053 4169 208 t 1039 4163 2053 t 2053 4136 1039 t 516 4167 2053 t 2053 4163 516 t 1046 4169 2053 t 2053 4167 1046 t 208 4169 2054 t 2054 4140 208 t 1046 4170 2054 t 2054 4169 1046 t 517 4171 2054 t 2054 4170 517 t 1041 4140 2054 t 2054 4171 1041 t 212 4172 2055 t 2055 4166 212 t 1049 4173 2055 t 2055 4172 1049 t 517 4170 2055 t 2055 4173 517 t 1046 4166 2055 t 2055 4170 1046 t 213 4174 2056 t 2056 4176 213 t 1048 4175 2056 t 2056 4174 1048 t 517 4173 2056 t 2056 4175 517 t 1049 4176 2056 t 2056 4173 1049 t 209 4144 2057 t 2057 4177 209 t 1041 4171 2057 t 2057 4144 1041 t 517 4175 2057 t 2057 4171 517 t 1048 4177 2057 t 2057 4175 1048 t 209 4177 2058 t 2058 4148 209 t 1048 4178 2058 t 2058 4177 1048 t 518 4179 2058 t 2058 4178 518 t 1042 4148 2058 t 2058 4179 1042 t 213 4180 2059 t 2059 4174 213 t 1050 4181 2059 t 2059 4180 1050 t 518 4178 2059 t 2059 4181 518 t 1048 4174 2059 t 2059 4178 1048 t 211 4157 2060 t 2060 4183 211 t 1045 4182 2060 t 2060 4157 1045 t 518 4181 2060 t 2060 4182 518 t 1050 4183 2060 t 2060 4181 1050 t 207 4151 2061 t 2061 4152 207 t 1042 4179 2061 t 2061 4151 1042 t 518 4182 2061 t 2061 4179 518 t 1045 4152 2061 t 2061 4182 1045 t 211 4184 2062 t 2062 4155 211 t 1053 4185 2062 t 2062 4184 1053 t 519 4186 2062 t 2062 4185 519 t 1044 4155 2062 t 2062 4186 1044 t 215 4187 2063 t 2063 4189 215 t 1052 4188 2063 t 2063 4187 1052 t 519 4185 2063 t 2063 4188 519 t 1053 4189 2063 t 2063 4185 1053 t 214 4190 2064 t 2064 4192 214 t 1051 4191 2064 t 2064 4190 1051 t 519 4188 2064 t 2064 4191 519 t 1052 4192 2064 t 2064 4188 1052 t 210 4160 2065 t 2065 4193 210 t 1044 4186 2065 t 2065 4160 1044 t 519 4191 2065 t 2065 4186 519 t 1051 4193 2065 t 2065 4191 1051 t 210 4193 2066 t 2066 4164 210 t 1051 4194 2066 t 2066 4193 1051 t 520 4195 2066 t 2066 4194 520 t 1047 4164 2066 t 2066 4195 1047 t 214 4196 2067 t 2067 4190 214 t 1055 4197 2067 t 2067 4196 1055 t 520 4194 2067 t 2067 4197 520 t 1051 4190 2067 t 2067 4194 1051 t 216 4198 2068 t 2068 4200 216 t 1054 4199 2068 t 2068 4198 1054 t 520 4197 2068 t 2068 4199 520 t 1055 4200 2068 t 2068 4197 1055 t 212 4168 2069 t 2069 4201 212 t 1047 4195 2069 t 2069 4168 1047 t 520 4199 2069 t 2069 4195 520 t 1054 4201 2069 t 2069 4199 1054 t 212 4201 2070 t 2070 4172 212 t 1054 4202 2070 t 2070 4201 1054 t 521 4203 2070 t 2070 4202 521 t 1049 4172 2070 t 2070 4203 1049 t 216 4204 2071 t 2071 4198 216 t 1057 4205 2071 t 2071 4204 1057 t 521 4202 2071 t 2071 4205 521 t 1054 4198 2071 t 2071 4202 1054 t 217 4206 2072 t 2072 4208 217 t 1056 4207 2072 t 2072 4206 1056 t 521 4205 2072 t 2072 4207 521 t 1057 4208 2072 t 2072 4205 1057 t 213 4176 2073 t 2073 4209 213 t 1049 4203 2073 t 2073 4176 1049 t 521 4207 2073 t 2073 4203 521 t 1056 4209 2073 t 2073 4207 1056 t 213 4209 2074 t 2074 4180 213 t 1056 4210 2074 t 2074 4209 1056 t 522 4211 2074 t 2074 4210 522 t 1050 4180 2074 t 2074 4211 1050 t 217 4212 2075 t 2075 4206 217 t 1058 4213 2075 t 2075 4212 1058 t 522 4210 2075 t 2075 4213 522 t 1056 4206 2075 t 2075 4210 1056 t 215 4189 2076 t 2076 4215 215 t 1053 4214 2076 t 2076 4189 1053 t 522 4213 2076 t 2076 4214 522 t 1058 4215 2076 t 2076 4213 1058 t 211 4183 2077 t 2077 4184 211 t 1050 4211 2077 t 2077 4183 1050 t 522 4214 2077 t 2077 4211 522 t 1053 4184 2077 t 2077 4214 1053 t 215 4216 2078 t 2078 4187 215 t 1061 4217 2078 t 2078 4216 1061 t 523 4218 2078 t 2078 4217 523 t 1052 4187 2078 t 2078 4218 1052 t 219 4219 2079 t 2079 4221 219 t 1060 4220 2079 t 2079 4219 1060 t 523 4217 2079 t 2079 4220 523 t 1061 4221 2079 t 2079 4217 1061 t 218 4222 2080 t 2080 4224 218 t 1059 4223 2080 t 2080 4222 1059 t 523 4220 2080 t 2080 4223 523 t 1060 4224 2080 t 2080 4220 1060 t 214 4192 2081 t 2081 4225 214 t 1052 4218 2081 t 2081 4192 1052 t 523 4223 2081 t 2081 4218 523 t 1059 4225 2081 t 2081 4223 1059 t 214 4225 2082 t 2082 4196 214 t 1059 4226 2082 t 2082 4225 1059 t 524 4227 2082 t 2082 4226 524 t 1055 4196 2082 t 2082 4227 1055 t 218 4228 2083 t 2083 4222 218 t 1063 4229 2083 t 2083 4228 1063 t 524 4226 2083 t 2083 4229 524 t 1059 4222 2083 t 2083 4226 1059 t 220 4230 2084 t 2084 4232 220 t 1062 4231 2084 t 2084 4230 1062 t 524 4229 2084 t 2084 4231 524 t 1063 4232 2084 t 2084 4229 1063 t 216 4200 2085 t 2085 4233 216 t 1055 4227 2085 t 2085 4200 1055 t 524 4231 2085 t 2085 4227 524 t 1062 4233 2085 t 2085 4231 1062 t 216 4233 2086 t 2086 4204 216 t 1062 4234 2086 t 2086 4233 1062 t 525 4235 2086 t 2086 4234 525 t 1057 4204 2086 t 2086 4235 1057 t 220 4236 2087 t 2087 4230 220 t 1065 4237 2087 t 2087 4236 1065 t 525 4234 2087 t 2087 4237 525 t 1062 4230 2087 t 2087 4234 1062 t 221 4238 2088 t 2088 4240 221 t 1064 4239 2088 t 2088 4238 1064 t 525 4237 2088 t 2088 4239 525 t 1065 4240 2088 t 2088 4237 1065 t 217 4208 2089 t 2089 4241 217 t 1057 4235 2089 t 2089 4208 1057 t 525 4239 2089 t 2089 4235 525 t 1064 4241 2089 t 2089 4239 1064 t 217 4241 2090 t 2090 4212 217 t 1064 4242 2090 t 2090 4241 1064 t 526 4243 2090 t 2090 4242 526 t 1058 4212 2090 t 2090 4243 1058 t 221 4244 2091 t 2091 4238 221 t 1066 4245 2091 t 2091 4244 1066 t 526 4242 2091 t 2091 4245 526 t 1064 4238 2091 t 2091 4242 1064 t 219 4221 2092 t 2092 4247 219 t 1061 4246 2092 t 2092 4221 1061 t 526 4245 2092 t 2092 4246 526 t 1066 4247 2092 t 2092 4245 1066 t 215 4215 2093 t 2093 4216 215 t 1058 4243 2093 t 2093 4215 1058 t 526 4246 2093 t 2093 4243 526 t 1061 4216 2093 t 2093 4246 1061 t 219 4248 2094 t 2094 4219 219 t 1068 4249 2094 t 2094 4248 1068 t 527 4250 2094 t 2094 4249 527 t 1060 4219 2094 t 2094 4250 1060 t 202 4111 2095 t 2095 4252 202 t 1031 4251 2095 t 2095 4111 1031 t 527 4249 2095 t 2095 4251 527 t 1068 4252 2095 t 2095 4249 1068 t 203 4253 2096 t 2096 4118 203 t 1067 4254 2096 t 2096 4253 1067 t 527 4251 2096 t 2096 4254 527 t 1031 4118 2096 t 2096 4251 1031 t 218 4224 2097 t 2097 4255 218 t 1060 4250 2097 t 2097 4224 1060 t 527 4254 2097 t 2097 4250 527 t 1067 4255 2097 t 2097 4254 1067 t 218 4255 2098 t 2098 4228 218 t 1067 4256 2098 t 2098 4255 1067 t 528 4257 2098 t 2098 4256 528 t 1063 4228 2098 t 2098 4257 1063 t 203 4119 2099 t 2099 4253 203 t 1032 4258 2099 t 2099 4119 1032 t 528 4256 2099 t 2099 4258 528 t 1067 4253 2099 t 2099 4256 1067 t 204 4259 2100 t 2100 4115 204 t 1069 4260 2100 t 2100 4259 1069 t 528 4258 2100 t 2100 4260 528 t 1032 4115 2100 t 2100 4258 1032 t 220 4232 2101 t 2101 4261 220 t 1063 4257 2101 t 2101 4232 1063 t 528 4260 2101 t 2101 4257 528 t 1069 4261 2101 t 2101 4260 1069 t 220 4261 2102 t 2102 4236 220 t 1069 4262 2102 t 2102 4261 1069 t 529 4263 2102 t 2102 4262 529 t 1065 4236 2102 t 2102 4263 1065 t 204 4117 2103 t 2103 4259 204 t 1033 4264 2103 t 2103 4117 1033 t 529 4262 2103 t 2103 4264 529 t 1069 4259 2103 t 2103 4262 1069 t 205 4265 2104 t 2104 4112 205 t 1070 4266 2104 t 2104 4265 1070 t 529 4264 2104 t 2104 4266 529 t 1033 4112 2104 t 2104 4264 1033 t 221 4240 2105 t 2105 4267 221 t 1065 4263 2105 t 2105 4240 1065 t 529 4266 2105 t 2105 4263 529 t 1070 4267 2105 t 2105 4266 1070 t 221 4267 2106 t 2106 4244 221 t 1070 4268 2106 t 2106 4267 1070 t 530 4269 2106 t 2106 4268 530 t 1066 4244 2106 t 2106 4269 1066 t 205 4114 2107 t 2107 4265 205 t 1034 4270 2107 t 2107 4114 1034 t 530 4268 2107 t 2107 4270 530 t 1070 4265 2107 t 2107 4268 1070 t 202 4252 2108 t 2108 4108 202 t 1068 4271 2108 t 2108 4252 1068 t 530 4270 2108 t 2108 4271 530 t 1034 4108 2108 t 2108 4270 1034 t 219 4247 2109 t 2109 4248 219 t 1066 4269 2109 t 2109 4247 1066 t 530 4271 2109 t 2109 4269 530 t 1068 4248 2109 t 2109 4271 1068 t 5175 4272 2110 t 2110 5401 5175 t 1073 4273 5286 t 5286 5410 1073 t 531 4274 5286 t 5286 4273 531 t 5236 5401 2110 t 2110 5412 5236 t 223 4275 2111 t 2111 4277 223 t 1072 4276 2111 t 2111 4275 1072 t 5196 5411 2111 t 2111 4276 5196 t 5240 4277 2111 t 2111 5411 5240 t 222 4278 2112 t 2112 4280 222 t 1071 4279 2112 t 2112 4278 1071 t 5196 4276 2112 t 2112 4279 5196 t 1072 4280 2112 t 2112 4276 1072 t 5174 5404 2113 t 2113 4281 5174 t 5236 5412 2113 t 2113 5404 5236 t 531 5413 5287 t 5287 4274 531 t 5239 5414 5287 t 5287 5413 5239 t 5174 4281 2114 t 2114 5395 5174 t 5239 4282 5288 t 5288 5414 5239 t 532 4283 5288 t 5288 4282 532 t 5234 5395 2114 t 2114 5416 5234 t 222 4284 2115 t 2115 4278 222 t 1075 4285 2115 t 2115 4284 1075 t 5197 5415 2115 t 2115 4285 5197 t 1071 4278 2115 t 2115 5415 1071 t 224 4286 2116 t 2116 4288 224 t 1074 4287 2116 t 2116 4286 1074 t 5197 4285 2116 t 2116 4287 5197 t 1075 4288 2116 t 2116 4285 1075 t 5173 5398 2117 t 2117 4289 5173 t 5234 5416 2117 t 2117 5398 5234 t 532 5417 5289 t 5289 4283 532 t 5241 5418 5289 t 5289 5417 5241 t 5173 4289 2118 t 2118 5389 5173 t 5241 4290 5290 t 5290 5418 5241 t 533 4291 5290 t 5290 4290 533 t 5232 5389 2118 t 2118 5420 5232 t 224 4292 2119 t 2119 4286 224 t 1078 4293 2119 t 2119 4292 1078 t 5198 5419 2119 t 2119 4293 5198 t 1074 4286 2119 t 2119 5419 1074 t 226 4294 2120 t 2120 4296 226 t 1077 4295 2120 t 2120 4294 1077 t 5198 4293 2120 t 2120 4295 5198 t 1078 4296 2120 t 2120 4293 1078 t 225 4297 2121 t 2121 4299 225 t 1076 4298 2121 t 2121 4297 1076 t 5198 4295 2121 t 2121 4298 5198 t 1077 4299 2121 t 2121 4295 1077 t 5172 5392 2122 t 2122 4300 5172 t 5232 5420 2122 t 2122 5392 5232 t 533 5421 5291 t 5291 4291 533 t 5242 5422 5291 t 5291 5421 5242 t 5172 4300 2123 t 2123 5383 5172 t 5242 4301 5292 t 5292 5422 5242 t 534 4302 5292 t 5292 4301 534 t 5230 5383 2123 t 2123 5424 5230 t 225 4303 2124 t 2124 4297 225 t 1081 4304 2124 t 2124 4303 1081 t 5199 5423 2124 t 2124 4304 5199 t 1076 4297 2124 t 2124 5423 1076 t 228 4305 2125 t 2125 4307 228 t 1080 4306 2125 t 2125 4305 1080 t 5199 4304 2125 t 2125 4306 5199 t 1081 4307 2125 t 2125 4304 1081 t 227 4308 2126 t 2126 4310 227 t 1079 4309 2126 t 2126 4308 1079 t 5199 4306 2126 t 2126 4309 5199 t 1080 4310 2126 t 2126 4306 1080 t 5171 5386 2127 t 2127 4311 5171 t 5230 5424 2127 t 2127 5386 5230 t 534 5425 5293 t 5293 4302 534 t 5243 5426 5293 t 5293 5425 5243 t 5171 4311 2128 t 2128 5376 5171 t 5243 4312 5294 t 5294 5426 5243 t 535 4313 5294 t 5294 4312 535 t 5228 5376 2128 t 2128 5428 5228 t 227 4314 2129 t 2129 4308 227 t 1083 4315 2129 t 2129 4314 1083 t 5200 5427 2129 t 2129 4315 5200 t 1079 4308 2129 t 2129 5427 1079 t 229 4316 2130 t 2130 4318 229 t 1082 4317 2130 t 2130 4316 1082 t 5200 4315 2130 t 2130 4317 5200 t 1083 4318 2130 t 2130 4315 1083 t 5170 5380 2131 t 2131 4319 5170 t 5228 5428 2131 t 2131 5380 5228 t 535 5429 5295 t 5295 4313 535 t 5244 5430 5295 t 5295 5429 5244 t 5170 4319 2132 t 2132 4322 5170 t 5244 4320 5296 t 5296 5430 5244 t 536 4321 5296 t 5296 4320 536 t 1084 4322 2132 t 2132 5432 1084 t 229 4323 2133 t 2133 4316 229 t 1085 4324 2133 t 2133 4323 1085 t 5201 5431 2133 t 2133 4324 5201 t 1082 4316 2133 t 2133 5431 1082 t 230 3070 2134 t 2134 4326 230 t 5226 4325 2134 t 2134 3070 5226 t 5201 4324 2134 t 2134 4325 5201 t 1085 4326 2134 t 2134 4324 1085 t 152 4327 2135 t 2135 3065 152 t 1084 5432 2135 t 2135 4327 1084 t 536 5434 5297 t 5297 4321 536 t 954 5363 5297 t 5297 5434 954 t 223 4328 2136 t 2136 4275 223 t 1088 4329 2136 t 2136 4328 1088 t 537 4330 2136 t 2136 4329 537 t 1072 4275 2136 t 2136 4330 1072 t 232 4331 2137 t 2137 4333 232 t 1087 4332 2137 t 2137 4331 1087 t 537 4329 2137 t 2137 4332 537 t 1088 4333 2137 t 2137 4329 1088 t 231 4334 2138 t 2138 4336 231 t 1086 4335 2138 t 2138 4334 1086 t 537 4332 2138 t 2138 4335 537 t 1087 4336 2138 t 2138 4332 1087 t 222 4280 2139 t 2139 4337 222 t 1072 4330 2139 t 2139 4280 1072 t 537 4335 2139 t 2139 4330 537 t 1086 4337 2139 t 2139 4335 1086 t 222 4337 2140 t 2140 4284 222 t 1086 4338 2140 t 2140 4337 1086 t 538 4339 2140 t 2140 4338 538 t 1075 4284 2140 t 2140 4339 1075 t 231 4340 2141 t 2141 4334 231 t 1090 4341 2141 t 2141 4340 1090 t 538 4338 2141 t 2141 4341 538 t 1086 4334 2141 t 2141 4338 1086 t 233 4342 2142 t 2142 4344 233 t 1089 4343 2142 t 2142 4342 1089 t 538 4341 2142 t 2142 4343 538 t 1090 4344 2142 t 2142 4341 1090 t 224 4288 2143 t 2143 4345 224 t 1075 4339 2143 t 2143 4288 1075 t 538 4343 2143 t 2143 4339 538 t 1089 4345 2143 t 2143 4343 1089 t 224 4345 2144 t 2144 4292 224 t 1089 4346 2144 t 2144 4345 1089 t 539 4347 2144 t 2144 4346 539 t 1078 4292 2144 t 2144 4347 1078 t 233 4348 2145 t 2145 4342 233 t 1093 4349 2145 t 2145 4348 1093 t 539 4346 2145 t 2145 4349 539 t 1089 4342 2145 t 2145 4346 1089 t 235 4350 2146 t 2146 4352 235 t 1092 4351 2146 t 2146 4350 1092 t 539 4349 2146 t 2146 4351 539 t 1093 4352 2146 t 2146 4349 1093 t 234 4353 2147 t 2147 4355 234 t 1091 4354 2147 t 2147 4353 1091 t 539 4351 2147 t 2147 4354 539 t 1092 4355 2147 t 2147 4351 1092 t 226 4296 2148 t 2148 4356 226 t 1078 4347 2148 t 2148 4296 1078 t 539 4354 2148 t 2148 4347 539 t 1091 4356 2148 t 2148 4354 1091 t 234 4355 2149 t 2149 4359 234 t 1092 4357 2149 t 2149 4355 1092 t 540 4358 2149 t 2149 4357 540 t 1094 4359 2149 t 2149 4358 1094 t 235 4360 2150 t 2150 4350 235 t 1096 4361 2150 t 2150 4360 1096 t 540 4357 2150 t 2150 4361 540 t 1092 4350 2150 t 2150 4357 1092 t 236 4362 2151 t 2151 4364 236 t 1095 4363 2151 t 2151 4362 1095 t 540 4361 2151 t 2151 4363 540 t 1096 4364 2151 t 2151 4361 1096 t 227 4310 2152 t 2152 4366 227 t 1080 4365 2152 t 2152 4310 1080 t 540 4363 2152 t 2152 4365 540 t 1095 4366 2152 t 2152 4363 1095 t 228 4367 2153 t 2153 4305 228 t 1094 4358 2153 t 2153 4367 1094 t 540 4365 2153 t 2153 4358 540 t 1080 4305 2153 t 2153 4365 1080 t 227 4366 2154 t 2154 4314 227 t 1095 4368 2154 t 2154 4366 1095 t 541 4369 2154 t 2154 4368 541 t 1083 4314 2154 t 2154 4369 1083 t 236 4370 2155 t 2155 4362 236 t 1098 4371 2155 t 2155 4370 1098 t 541 4368 2155 t 2155 4371 541 t 1095 4362 2155 t 2155 4368 1095 t 237 4372 2156 t 2156 4374 237 t 1097 4373 2156 t 2156 4372 1097 t 541 4371 2156 t 2156 4373 541 t 1098 4374 2156 t 2156 4371 1098 t 229 4318 2157 t 2157 4375 229 t 1083 4369 2157 t 2157 4318 1083 t 541 4373 2157 t 2157 4369 541 t 1097 4375 2157 t 2157 4373 1097 t 229 4375 2158 t 2158 4323 229 t 1097 4376 2158 t 2158 4375 1097 t 542 4377 2158 t 2158 4376 542 t 1085 4323 2158 t 2158 4377 1085 t 237 4378 2159 t 2159 4372 237 t 1100 4379 2159 t 2159 4378 1100 t 542 4376 2159 t 2159 4379 542 t 1097 4372 2159 t 2159 4376 1097 t 238 3126 2160 t 2160 4381 238 t 1099 4380 2160 t 2160 3126 1099 t 542 4379 2160 t 2160 4380 542 t 1100 4381 2160 t 2160 4379 1100 t 230 4326 2161 t 2161 3122 230 t 1085 4377 2161 t 2161 4326 1085 t 542 4380 2161 t 2161 4377 542 t 1099 3122 2161 t 2161 4380 1099 t 232 4382 2162 t 2162 4331 232 t 1103 4383 2162 t 2162 4382 1103 t 543 4384 2162 t 2162 4383 543 t 1087 4331 2162 t 2162 4384 1087 t 240 4385 2163 t 2163 4387 240 t 1102 4386 2163 t 2163 4385 1102 t 543 4383 2163 t 2163 4386 543 t 1103 4387 2163 t 2163 4383 1103 t 239 4388 2164 t 2164 4390 239 t 1101 4389 2164 t 2164 4388 1101 t 543 4386 2164 t 2164 4389 543 t 1102 4390 2164 t 2164 4386 1102 t 231 4336 2165 t 2165 4391 231 t 1087 4384 2165 t 2165 4336 1087 t 543 4389 2165 t 2165 4384 543 t 1101 4391 2165 t 2165 4389 1101 t 231 4391 2166 t 2166 4340 231 t 1101 4392 2166 t 2166 4391 1101 t 544 4393 2166 t 2166 4392 544 t 1090 4340 2166 t 2166 4393 1090 t 239 4394 2167 t 2167 4388 239 t 1105 4395 2167 t 2167 4394 1105 t 544 4392 2167 t 2167 4395 544 t 1101 4388 2167 t 2167 4392 1101 t 241 4396 2168 t 2168 4398 241 t 1104 4397 2168 t 2168 4396 1104 t 544 4395 2168 t 2168 4397 544 t 1105 4398 2168 t 2168 4395 1105 t 233 4344 2169 t 2169 4399 233 t 1090 4393 2169 t 2169 4344 1090 t 544 4397 2169 t 2169 4393 544 t 1104 4399 2169 t 2169 4397 1104 t 233 4399 2170 t 2170 4348 233 t 1104 4400 2170 t 2170 4399 1104 t 545 4401 2170 t 2170 4400 545 t 1093 4348 2170 t 2170 4401 1093 t 241 4402 2171 t 2171 4396 241 t 1107 4403 2171 t 2171 4402 1107 t 545 4400 2171 t 2171 4403 545 t 1104 4396 2171 t 2171 4400 1104 t 242 4404 2172 t 2172 4406 242 t 1106 4405 2172 t 2172 4404 1106 t 545 4403 2172 t 2172 4405 545 t 1107 4406 2172 t 2172 4403 1107 t 235 4352 2173 t 2173 4407 235 t 1093 4401 2173 t 2173 4352 1093 t 545 4405 2173 t 2173 4401 545 t 1106 4407 2173 t 2173 4405 1106 t 235 4407 2174 t 2174 4360 235 t 1106 4408 2174 t 2174 4407 1106 t 546 4409 2174 t 2174 4408 546 t 1096 4360 2174 t 2174 4409 1096 t 242 4410 2175 t 2175 4404 242 t 1109 4411 2175 t 2175 4410 1109 t 546 4408 2175 t 2175 4411 546 t 1106 4404 2175 t 2175 4408 1106 t 243 4412 2176 t 2176 4414 243 t 1108 4413 2176 t 2176 4412 1108 t 546 4411 2176 t 2176 4413 546 t 1109 4414 2176 t 2176 4411 1109 t 236 4364 2177 t 2177 4415 236 t 1096 4409 2177 t 2177 4364 1096 t 546 4413 2177 t 2177 4409 546 t 1108 4415 2177 t 2177 4413 1108 t 236 4415 2178 t 2178 4370 236 t 1108 4416 2178 t 2178 4415 1108 t 547 4417 2178 t 2178 4416 547 t 1098 4370 2178 t 2178 4417 1098 t 243 4418 2179 t 2179 4412 243 t 1111 4419 2179 t 2179 4418 1111 t 547 4416 2179 t 2179 4419 547 t 1108 4412 2179 t 2179 4416 1108 t 244 4420 2180 t 2180 4422 244 t 1110 4421 2180 t 2180 4420 1110 t 547 4419 2180 t 2180 4421 547 t 1111 4422 2180 t 2180 4419 1111 t 237 4374 2181 t 2181 4423 237 t 1098 4417 2181 t 2181 4374 1098 t 547 4421 2181 t 2181 4417 547 t 1110 4423 2181 t 2181 4421 1110 t 237 4423 2182 t 2182 4378 237 t 1110 4424 2182 t 2182 4423 1110 t 548 4425 2182 t 2182 4424 548 t 1100 4378 2182 t 2182 4425 1100 t 244 4426 2183 t 2183 4420 244 t 1113 4427 2183 t 2183 4426 1113 t 548 4424 2183 t 2183 4427 548 t 1110 4420 2183 t 2183 4424 1110 t 157 3176 2184 t 2184 4429 157 t 1112 4428 2184 t 2184 3176 1112 t 548 4427 2184 t 2184 4428 548 t 1113 4429 2184 t 2184 4427 1113 t 238 4381 2185 t 2185 3172 238 t 1100 4425 2185 t 2185 4381 1100 t 548 4428 2185 t 2185 4425 548 t 1112 3172 2185 t 2185 4428 1112 t 240 4430 2186 t 2186 4385 240 t 1116 4431 2186 t 2186 4430 1116 t 549 4432 2186 t 2186 4431 549 t 1102 4385 2186 t 2186 4432 1102 t 246 4433 2187 t 2187 4435 246 t 1115 4434 2187 t 2187 4433 1115 t 549 4431 2187 t 2187 4434 549 t 1116 4435 2187 t 2187 4431 1116 t 245 4436 2188 t 2188 4438 245 t 1114 4437 2188 t 2188 4436 1114 t 549 4434 2188 t 2188 4437 549 t 1115 4438 2188 t 2188 4434 1115 t 239 4390 2189 t 2189 4439 239 t 1102 4432 2189 t 2189 4390 1102 t 549 4437 2189 t 2189 4432 549 t 1114 4439 2189 t 2189 4437 1114 t 239 4439 2190 t 2190 4394 239 t 1114 4440 2190 t 2190 4439 1114 t 550 4441 2190 t 2190 4440 550 t 1105 4394 2190 t 2190 4441 1105 t 245 4442 2191 t 2191 4436 245 t 1118 4443 2191 t 2191 4442 1118 t 550 4440 2191 t 2191 4443 550 t 1114 4436 2191 t 2191 4440 1114 t 247 4444 2192 t 2192 4446 247 t 1117 4445 2192 t 2192 4444 1117 t 550 4443 2192 t 2192 4445 550 t 1118 4446 2192 t 2192 4443 1118 t 241 4398 2193 t 2193 4447 241 t 1105 4441 2193 t 2193 4398 1105 t 550 4445 2193 t 2193 4441 550 t 1117 4447 2193 t 2193 4445 1117 t 241 4447 2194 t 2194 4402 241 t 1117 4448 2194 t 2194 4447 1117 t 551 4449 2194 t 2194 4448 551 t 1107 4402 2194 t 2194 4449 1107 t 247 4450 2195 t 2195 4444 247 t 1120 4451 2195 t 2195 4450 1120 t 551 4448 2195 t 2195 4451 551 t 1117 4444 2195 t 2195 4448 1117 t 248 4452 2196 t 2196 4454 248 t 1119 4453 2196 t 2196 4452 1119 t 551 4451 2196 t 2196 4453 551 t 1120 4454 2196 t 2196 4451 1120 t 242 4406 2197 t 2197 4455 242 t 1107 4449 2197 t 2197 4406 1107 t 551 4453 2197 t 2197 4449 551 t 1119 4455 2197 t 2197 4453 1119 t 242 4455 2198 t 2198 4410 242 t 1119 4456 2198 t 2198 4455 1119 t 552 4457 2198 t 2198 4456 552 t 1109 4410 2198 t 2198 4457 1109 t 248 4458 2199 t 2199 4452 248 t 1122 4459 2199 t 2199 4458 1122 t 552 4456 2199 t 2199 4459 552 t 1119 4452 2199 t 2199 4456 1119 t 249 4460 2200 t 2200 4462 249 t 1121 4461 2200 t 2200 4460 1121 t 552 4459 2200 t 2200 4461 552 t 1122 4462 2200 t 2200 4459 1122 t 243 4414 2201 t 2201 4463 243 t 1109 4457 2201 t 2201 4414 1109 t 552 4461 2201 t 2201 4457 552 t 1121 4463 2201 t 2201 4461 1121 t 243 4463 2202 t 2202 4418 243 t 1121 4464 2202 t 2202 4463 1121 t 553 4465 2202 t 2202 4464 553 t 1111 4418 2202 t 2202 4465 1111 t 249 4466 2203 t 2203 4460 249 t 1124 4467 2203 t 2203 4466 1124 t 553 4464 2203 t 2203 4467 553 t 1121 4460 2203 t 2203 4464 1121 t 250 4468 2204 t 2204 4470 250 t 1123 4469 2204 t 2204 4468 1123 t 553 4467 2204 t 2204 4469 553 t 1124 4470 2204 t 2204 4467 1124 t 244 4422 2205 t 2205 4471 244 t 1111 4465 2205 t 2205 4422 1111 t 553 4469 2205 t 2205 4465 553 t 1123 4471 2205 t 2205 4469 1123 t 244 4471 2206 t 2206 4426 244 t 1123 4472 2206 t 2206 4471 1123 t 554 4473 2206 t 2206 4472 554 t 1113 4426 2206 t 2206 4473 1113 t 250 4474 2207 t 2207 4468 250 t 1125 4475 2207 t 2207 4474 1125 t 554 4472 2207 t 2207 4475 554 t 1123 4468 2207 t 2207 4472 1123 t 251 3226 2208 t 2208 4477 251 t 958 4476 2208 t 2208 3226 958 t 554 4475 2208 t 2208 4476 554 t 1125 4477 2208 t 2208 4475 1125 t 157 4429 2209 t 2209 3222 157 t 1113 4473 2209 t 2209 4429 1113 t 554 4476 2209 t 2209 4473 554 t 958 3222 2209 t 2209 4476 958 t 246 4478 2210 t 2210 4433 246 t 1128 4479 2210 t 2210 4478 1128 t 555 4480 2210 t 2210 4479 555 t 1115 4433 2210 t 2210 4480 1115 t 253 4481 2211 t 2211 4483 253 t 1127 4482 2211 t 2211 4481 1127 t 555 4479 2211 t 2211 4482 555 t 1128 4483 2211 t 2211 4479 1128 t 252 4484 2212 t 2212 4486 252 t 1126 4485 2212 t 2212 4484 1126 t 555 4482 2212 t 2212 4485 555 t 1127 4486 2212 t 2212 4482 1127 t 245 4438 2213 t 2213 4487 245 t 1115 4480 2213 t 2213 4438 1115 t 555 4485 2213 t 2213 4480 555 t 1126 4487 2213 t 2213 4485 1126 t 245 4487 2214 t 2214 4442 245 t 1126 4488 2214 t 2214 4487 1126 t 556 4489 2214 t 2214 4488 556 t 1118 4442 2214 t 2214 4489 1118 t 252 4490 2215 t 2215 4484 252 t 1130 4491 2215 t 2215 4490 1130 t 556 4488 2215 t 2215 4491 556 t 1126 4484 2215 t 2215 4488 1126 t 254 4492 2216 t 2216 4494 254 t 1129 4493 2216 t 2216 4492 1129 t 556 4491 2216 t 2216 4493 556 t 1130 4494 2216 t 2216 4491 1130 t 247 4446 2217 t 2217 4495 247 t 1118 4489 2217 t 2217 4446 1118 t 556 4493 2217 t 2217 4489 556 t 1129 4495 2217 t 2217 4493 1129 t 247 4495 2218 t 2218 4450 247 t 1129 4496 2218 t 2218 4495 1129 t 557 4497 2218 t 2218 4496 557 t 1120 4450 2218 t 2218 4497 1120 t 254 4498 2219 t 2219 4492 254 t 1133 4499 2219 t 2219 4498 1133 t 557 4496 2219 t 2219 4499 557 t 1129 4492 2219 t 2219 4496 1129 t 256 4500 2220 t 2220 4502 256 t 1132 4501 2220 t 2220 4500 1132 t 557 4499 2220 t 2220 4501 557 t 1133 4502 2220 t 2220 4499 1133 t 255 4503 2221 t 2221 4505 255 t 1131 4504 2221 t 2221 4503 1131 t 557 4501 2221 t 2221 4504 557 t 1132 4505 2221 t 2221 4501 1132 t 248 4454 2222 t 2222 4506 248 t 1120 4497 2222 t 2222 4454 1120 t 557 4504 2222 t 2222 4497 557 t 1131 4506 2222 t 2222 4504 1131 t 248 4506 2223 t 2223 4458 248 t 1131 4507 2223 t 2223 4506 1131 t 558 4508 2223 t 2223 4507 558 t 1122 4458 2223 t 2223 4508 1122 t 255 4509 2224 t 2224 4503 255 t 1136 4510 2224 t 2224 4509 1136 t 558 4507 2224 t 2224 4510 558 t 1131 4503 2224 t 2224 4507 1131 t 258 4511 2225 t 2225 4513 258 t 1135 4512 2225 t 2225 4511 1135 t 558 4510 2225 t 2225 4512 558 t 1136 4513 2225 t 2225 4510 1136 t 257 4514 2226 t 2226 4516 257 t 1134 4515 2226 t 2226 4514 1134 t 558 4512 2226 t 2226 4515 558 t 1135 4516 2226 t 2226 4512 1135 t 249 4462 2227 t 2227 4517 249 t 1122 4508 2227 t 2227 4462 1122 t 558 4515 2227 t 2227 4508 558 t 1134 4517 2227 t 2227 4515 1134 t 249 4517 2228 t 2228 4466 249 t 1134 4518 2228 t 2228 4517 1134 t 559 4519 2228 t 2228 4518 559 t 1124 4466 2228 t 2228 4519 1124 t 257 4520 2229 t 2229 4514 257 t 1138 4521 2229 t 2229 4520 1138 t 559 4518 2229 t 2229 4521 559 t 1134 4514 2229 t 2229 4518 1134 t 259 4522 2230 t 2230 4524 259 t 1137 4523 2230 t 2230 4522 1137 t 559 4521 2230 t 2230 4523 559 t 1138 4524 2230 t 2230 4521 1138 t 250 4470 2231 t 2231 4525 250 t 1124 4519 2231 t 2231 4470 1124 t 559 4523 2231 t 2231 4519 559 t 1137 4525 2231 t 2231 4523 1137 t 250 4525 2232 t 2232 4474 250 t 1137 4526 2232 t 2232 4525 1137 t 560 4527 2232 t 2232 4526 560 t 1125 4474 2232 t 2232 4527 1125 t 259 4528 2233 t 2233 4522 259 t 1140 4529 2233 t 2233 4528 1140 t 560 4526 2233 t 2233 4529 560 t 1137 4522 2233 t 2233 4526 1137 t 260 3282 2234 t 2234 4531 260 t 1139 4530 2234 t 2234 3282 1139 t 560 4529 2234 t 2234 4530 560 t 1140 4531 2234 t 2234 4529 1140 t 251 4477 2235 t 2235 3278 251 t 1125 4527 2235 t 2235 4477 1125 t 560 4530 2235 t 2235 4527 560 t 1139 3278 2235 t 2235 4530 1139 t 253 4532 2236 t 2236 4481 253 t 1144 4533 2236 t 2236 4532 1144 t 561 4534 2236 t 2236 4533 561 t 1127 4481 2236 t 2236 4534 1127 t 263 3296 2237 t 2237 4536 263 t 1143 4535 2237 t 2237 3296 1143 t 561 4533 2237 t 2237 4535 561 t 1144 4536 2237 t 2237 4533 1144 t 262 4537 2238 t 2238 3292 262 t 1142 4538 2238 t 2238 4537 1142 t 561 4535 2238 t 2238 4538 561 t 1143 3292 2238 t 2238 4535 1143 t 261 4539 2239 t 2239 4541 261 t 1141 4540 2239 t 2239 4539 1141 t 561 4538 2239 t 2239 4540 561 t 1142 4541 2239 t 2239 4538 1142 t 252 4486 2240 t 2240 4542 252 t 1127 4534 2240 t 2240 4486 1127 t 561 4540 2240 t 2240 4534 561 t 1141 4542 2240 t 2240 4540 1141 t 252 4542 2241 t 2241 4490 252 t 1141 4543 2241 t 2241 4542 1141 t 562 4544 2241 t 2241 4543 562 t 1130 4490 2241 t 2241 4544 1130 t 261 4545 2242 t 2242 4539 261 t 1146 4546 2242 t 2242 4545 1146 t 562 4543 2242 t 2242 4546 562 t 1141 4539 2242 t 2242 4543 1141 t 264 4547 2243 t 2243 4549 264 t 1145 4548 2243 t 2243 4547 1145 t 562 4546 2243 t 2243 4548 562 t 1146 4549 2243 t 2243 4546 1146 t 254 4494 2244 t 2244 4550 254 t 1130 4544 2244 t 2244 4494 1130 t 562 4548 2244 t 2244 4544 562 t 1145 4550 2244 t 2244 4548 1145 t 254 4550 2245 t 2245 4498 254 t 1145 4551 2245 t 2245 4550 1145 t 563 4552 2245 t 2245 4551 563 t 1133 4498 2245 t 2245 4552 1133 t 264 4553 2246 t 2246 4547 264 t 1149 4554 2246 t 2246 4553 1149 t 563 4551 2246 t 2246 4554 563 t 1145 4547 2246 t 2246 4551 1145 t 266 4555 2247 t 2247 4557 266 t 1148 4556 2247 t 2247 4555 1148 t 563 4554 2247 t 2247 4556 563 t 1149 4557 2247 t 2247 4554 1149 t 265 4558 2248 t 2248 4560 265 t 1147 4559 2248 t 2248 4558 1147 t 563 4556 2248 t 2248 4559 563 t 1148 4560 2248 t 2248 4556 1148 t 256 4502 2249 t 2249 4561 256 t 1133 4552 2249 t 2249 4502 1133 t 563 4559 2249 t 2249 4552 563 t 1147 4561 2249 t 2249 4559 1147 t 265 4560 2250 t 2250 4564 265 t 1148 4562 2250 t 2250 4560 1148 t 564 4563 2250 t 2250 4562 564 t 1150 4564 2250 t 2250 4563 1150 t 266 4565 2251 t 2251 4555 266 t 1152 4566 2251 t 2251 4565 1152 t 564 4562 2251 t 2251 4566 564 t 1148 4555 2251 t 2251 4562 1148 t 267 4567 2252 t 2252 4569 267 t 1151 4568 2252 t 2252 4567 1151 t 564 4566 2252 t 2252 4568 564 t 1152 4569 2252 t 2252 4566 1152 t 257 4516 2253 t 2253 4571 257 t 1135 4570 2253 t 2253 4516 1135 t 564 4568 2253 t 2253 4570 564 t 1151 4571 2253 t 2253 4568 1151 t 258 4572 2254 t 2254 4511 258 t 1150 4563 2254 t 2254 4572 1150 t 564 4570 2254 t 2254 4563 564 t 1135 4511 2254 t 2254 4570 1135 t 257 4571 2255 t 2255 4520 257 t 1151 4573 2255 t 2255 4571 1151 t 565 4574 2255 t 2255 4573 565 t 1138 4520 2255 t 2255 4574 1138 t 267 4575 2256 t 2256 4567 267 t 1155 4576 2256 t 2256 4575 1155 t 565 4573 2256 t 2256 4576 565 t 1151 4567 2256 t 2256 4573 1151 t 268 3336 2257 t 2257 4578 268 t 1154 4577 2257 t 2257 3336 1154 t 565 4576 2257 t 2257 4577 565 t 1155 4578 2257 t 2257 4576 1155 t 159 4579 2258 t 2258 3331 159 t 1153 4580 2258 t 2258 4579 1153 t 565 4577 2258 t 2258 4580 565 t 1154 3331 2258 t 2258 4577 1154 t 259 4524 2259 t 2259 4581 259 t 1138 4574 2259 t 2259 4524 1138 t 565 4580 2259 t 2259 4574 565 t 1153 4581 2259 t 2259 4580 1153 t 259 4581 2260 t 2260 4528 259 t 1153 4582 2260 t 2260 4581 1153 t 566 4583 2260 t 2260 4582 566 t 1140 4528 2260 t 2260 4583 1140 t 159 3342 2261 t 2261 4579 159 t 960 4584 2261 t 2261 3342 960 t 566 4582 2261 t 2261 4584 566 t 1153 4579 2261 t 2261 4582 1153 t 260 4531 2262 t 2262 3340 260 t 1140 4583 2262 t 2262 4531 1140 t 566 4584 2262 t 2262 4583 566 t 960 3340 2262 t 2262 4584 960 t 269 4585 2263 t 2263 4588 269 t 1159 4586 2263 t 2263 4585 1159 t 567 4587 2263 t 2263 4586 567 t 1156 4588 2263 t 2263 4587 1156 t 272 4589 2264 t 2264 4591 272 t 1158 4590 2264 t 2264 4589 1158 t 567 4586 2264 t 2264 4590 567 t 1159 4591 2264 t 2264 4586 1159 t 271 4592 2265 t 2265 4594 271 t 1157 4593 2265 t 2265 4592 1157 t 567 4590 2265 t 2265 4593 567 t 1158 4594 2265 t 2265 4590 1158 t 270 4595 2266 t 2266 4596 270 t 1156 4587 2266 t 2266 4595 1156 t 567 4593 2266 t 2266 4587 567 t 1157 4596 2266 t 2266 4593 1157 t 225 4597 2267 t 2267 4303 225 t 1162 4598 2267 t 2267 4597 1162 t 568 4599 2267 t 2267 4598 568 t 1081 4303 2267 t 2267 4599 1081 t 274 4600 2268 t 2268 4602 274 t 1161 4601 2268 t 2268 4600 1161 t 568 4598 2268 t 2268 4601 568 t 1162 4602 2268 t 2268 4598 1162 t 273 4603 2269 t 2269 4605 273 t 1160 4604 2269 t 2269 4603 1160 t 568 4601 2269 t 2269 4604 568 t 1161 4605 2269 t 2269 4601 1161 t 228 4307 2270 t 2270 4606 228 t 1081 4599 2270 t 2270 4307 1081 t 568 4604 2270 t 2270 4599 568 t 1160 4606 2270 t 2270 4604 1160 t 228 4606 2271 t 2271 4367 228 t 1160 4607 2271 t 2271 4606 1160 t 569 4608 2271 t 2271 4607 569 t 1094 4367 2271 t 2271 4608 1094 t 273 4609 2272 t 2272 4603 273 t 1164 4610 2272 t 2272 4609 1164 t 569 4607 2272 t 2272 4610 569 t 1160 4603 2272 t 2272 4607 1160 t 275 4611 2273 t 2273 4613 275 t 1163 4612 2273 t 2273 4611 1163 t 569 4610 2273 t 2273 4612 569 t 1164 4613 2273 t 2273 4610 1164 t 234 4359 2274 t 2274 4614 234 t 1094 4608 2274 t 2274 4359 1094 t 569 4612 2274 t 2274 4608 569 t 1163 4614 2274 t 2274 4612 1163 t 234 4614 2275 t 2275 4353 234 t 1163 4615 2275 t 2275 4614 1163 t 570 4616 2275 t 2275 4615 570 t 1091 4353 2275 t 2275 4616 1091 t 275 4617 2276 t 2276 4611 275 t 1166 4618 2276 t 2276 4617 1166 t 570 4615 2276 t 2276 4618 570 t 1163 4611 2276 t 2276 4615 1163 t 276 4619 2277 t 2277 4621 276 t 1165 4620 2277 t 2277 4619 1165 t 570 4618 2277 t 2277 4620 570 t 1166 4621 2277 t 2277 4618 1166 t 226 4356 2278 t 2278 4622 226 t 1091 4616 2278 t 2278 4356 1091 t 570 4620 2278 t 2278 4616 570 t 1165 4622 2278 t 2278 4620 1165 t 226 4622 2279 t 2279 4294 226 t 1165 4623 2279 t 2279 4622 1165 t 571 4624 2279 t 2279 4623 571 t 1077 4294 2279 t 2279 4624 1077 t 276 4625 2280 t 2280 4619 276 t 1167 4626 2280 t 2280 4625 1167 t 571 4623 2280 t 2280 4626 571 t 1165 4619 2280 t 2280 4623 1165 t 274 4602 2281 t 2281 4628 274 t 1162 4627 2281 t 2281 4602 1162 t 571 4626 2281 t 2281 4627 571 t 1167 4628 2281 t 2281 4626 1167 t 225 4299 2282 t 2282 4597 225 t 1077 4624 2282 t 2282 4299 1077 t 571 4627 2282 t 2282 4624 571 t 1162 4597 2282 t 2282 4627 1162 t 274 4629 2283 t 2283 4600 274 t 1170 4630 2283 t 2283 4629 1170 t 572 4631 2283 t 2283 4630 572 t 1161 4600 2283 t 2283 4631 1161 t 278 4632 2284 t 2284 4634 278 t 1169 4633 2284 t 2284 4632 1169 t 572 4630 2284 t 2284 4633 572 t 1170 4634 2284 t 2284 4630 1170 t 277 4635 2285 t 2285 4637 277 t 1168 4636 2285 t 2285 4635 1168 t 572 4633 2285 t 2285 4636 572 t 1169 4637 2285 t 2285 4633 1169 t 273 4605 2286 t 2286 4638 273 t 1161 4631 2286 t 2286 4605 1161 t 572 4636 2286 t 2286 4631 572 t 1168 4638 2286 t 2286 4636 1168 t 273 4638 2287 t 2287 4609 273 t 1168 4639 2287 t 2287 4638 1168 t 573 4640 2287 t 2287 4639 573 t 1164 4609 2287 t 2287 4640 1164 t 277 4641 2288 t 2288 4635 277 t 1172 4642 2288 t 2288 4641 1172 t 573 4639 2288 t 2288 4642 573 t 1168 4635 2288 t 2288 4639 1168 t 279 4643 2289 t 2289 4645 279 t 1171 4644 2289 t 2289 4643 1171 t 573 4642 2289 t 2289 4644 573 t 1172 4645 2289 t 2289 4642 1172 t 275 4613 2290 t 2290 4646 275 t 1164 4640 2290 t 2290 4613 1164 t 573 4644 2290 t 2290 4640 573 t 1171 4646 2290 t 2290 4644 1171 t 275 4646 2291 t 2291 4617 275 t 1171 4647 2291 t 2291 4646 1171 t 574 4648 2291 t 2291 4647 574 t 1166 4617 2291 t 2291 4648 1166 t 279 4649 2292 t 2292 4643 279 t 1174 4650 2292 t 2292 4649 1174 t 574 4647 2292 t 2292 4650 574 t 1171 4643 2292 t 2292 4647 1171 t 280 4651 2293 t 2293 4653 280 t 1173 4652 2293 t 2293 4651 1173 t 574 4650 2293 t 2293 4652 574 t 1174 4653 2293 t 2293 4650 1174 t 276 4621 2294 t 2294 4654 276 t 1166 4648 2294 t 2294 4621 1166 t 574 4652 2294 t 2294 4648 574 t 1173 4654 2294 t 2294 4652 1173 t 276 4654 2295 t 2295 4625 276 t 1173 4655 2295 t 2295 4654 1173 t 575 4656 2295 t 2295 4655 575 t 1167 4625 2295 t 2295 4656 1167 t 280 4657 2296 t 2296 4651 280 t 1175 4658 2296 t 2296 4657 1175 t 575 4655 2296 t 2296 4658 575 t 1173 4651 2296 t 2296 4655 1173 t 278 4634 2297 t 2297 4660 278 t 1170 4659 2297 t 2297 4634 1170 t 575 4658 2297 t 2297 4659 575 t 1175 4660 2297 t 2297 4658 1175 t 274 4628 2298 t 2298 4629 274 t 1167 4656 2298 t 2298 4628 1167 t 575 4659 2298 t 2298 4656 575 t 1170 4629 2298 t 2298 4659 1170 t 278 4661 2299 t 2299 4632 278 t 1178 4662 2299 t 2299 4661 1178 t 576 4663 2299 t 2299 4662 576 t 1169 4632 2299 t 2299 4663 1169 t 282 4664 2300 t 2300 4666 282 t 1177 4665 2300 t 2300 4664 1177 t 576 4662 2300 t 2300 4665 576 t 1178 4666 2300 t 2300 4662 1178 t 281 4667 2301 t 2301 4669 281 t 1176 4668 2301 t 2301 4667 1176 t 576 4665 2301 t 2301 4668 576 t 1177 4669 2301 t 2301 4665 1177 t 277 4637 2302 t 2302 4670 277 t 1169 4663 2302 t 2302 4637 1169 t 576 4668 2302 t 2302 4663 576 t 1176 4670 2302 t 2302 4668 1176 t 277 4670 2303 t 2303 4641 277 t 1176 4671 2303 t 2303 4670 1176 t 577 4672 2303 t 2303 4671 577 t 1172 4641 2303 t 2303 4672 1172 t 281 4673 2304 t 2304 4667 281 t 1180 4674 2304 t 2304 4673 1180 t 577 4671 2304 t 2304 4674 577 t 1176 4667 2304 t 2304 4671 1176 t 283 4675 2305 t 2305 4677 283 t 1179 4676 2305 t 2305 4675 1179 t 577 4674 2305 t 2305 4676 577 t 1180 4677 2305 t 2305 4674 1180 t 279 4645 2306 t 2306 4678 279 t 1172 4672 2306 t 2306 4645 1172 t 577 4676 2306 t 2306 4672 577 t 1179 4678 2306 t 2306 4676 1179 t 279 4678 2307 t 2307 4649 279 t 1179 4679 2307 t 2307 4678 1179 t 578 4680 2307 t 2307 4679 578 t 1174 4649 2307 t 2307 4680 1174 t 283 4681 2308 t 2308 4675 283 t 1182 4682 2308 t 2308 4681 1182 t 578 4679 2308 t 2308 4682 578 t 1179 4675 2308 t 2308 4679 1179 t 284 4683 2309 t 2309 4685 284 t 1181 4684 2309 t 2309 4683 1181 t 578 4682 2309 t 2309 4684 578 t 1182 4685 2309 t 2309 4682 1182 t 280 4653 2310 t 2310 4686 280 t 1174 4680 2310 t 2310 4653 1174 t 578 4684 2310 t 2310 4680 578 t 1181 4686 2310 t 2310 4684 1181 t 280 4686 2311 t 2311 4657 280 t 1181 4687 2311 t 2311 4686 1181 t 579 4688 2311 t 2311 4687 579 t 1175 4657 2311 t 2311 4688 1175 t 284 4689 2312 t 2312 4683 284 t 1183 4690 2312 t 2312 4689 1183 t 579 4687 2312 t 2312 4690 579 t 1181 4683 2312 t 2312 4687 1181 t 282 4666 2313 t 2313 4692 282 t 1178 4691 2313 t 2313 4666 1178 t 579 4690 2313 t 2313 4691 579 t 1183 4692 2313 t 2313 4690 1183 t 278 4660 2314 t 2314 4661 278 t 1175 4688 2314 t 2314 4660 1175 t 579 4691 2314 t 2314 4688 579 t 1178 4661 2314 t 2314 4691 1178 t 282 4693 2315 t 2315 4664 282 t 1185 4694 2315 t 2315 4693 1185 t 580 4695 2315 t 2315 4694 580 t 1177 4664 2315 t 2315 4695 1177 t 269 4588 2316 t 2316 4697 269 t 1156 4696 2316 t 2316 4588 1156 t 580 4694 2316 t 2316 4696 580 t 1185 4697 2316 t 2316 4694 1185 t 270 4698 2317 t 2317 4595 270 t 1184 4699 2317 t 2317 4698 1184 t 580 4696 2317 t 2317 4699 580 t 1156 4595 2317 t 2317 4696 1156 t 281 4669 2318 t 2318 4700 281 t 1177 4695 2318 t 2318 4669 1177 t 580 4699 2318 t 2318 4695 580 t 1184 4700 2318 t 2318 4699 1184 t 281 4700 2319 t 2319 4673 281 t 1184 4701 2319 t 2319 4700 1184 t 581 4702 2319 t 2319 4701 581 t 1180 4673 2319 t 2319 4702 1180 t 270 4596 2320 t 2320 4698 270 t 1157 4703 2320 t 2320 4596 1157 t 581 4701 2320 t 2320 4703 581 t 1184 4698 2320 t 2320 4701 1184 t 271 4704 2321 t 2321 4592 271 t 1186 4705 2321 t 2321 4704 1186 t 581 4703 2321 t 2321 4705 581 t 1157 4592 2321 t 2321 4703 1157 t 283 4677 2322 t 2322 4706 283 t 1180 4702 2322 t 2322 4677 1180 t 581 4705 2322 t 2322 4702 581 t 1186 4706 2322 t 2322 4705 1186 t 283 4706 2323 t 2323 4681 283 t 1186 4707 2323 t 2323 4706 1186 t 582 4708 2323 t 2323 4707 582 t 1182 4681 2323 t 2323 4708 1182 t 271 4594 2324 t 2324 4704 271 t 1158 4709 2324 t 2324 4594 1158 t 582 4707 2324 t 2324 4709 582 t 1186 4704 2324 t 2324 4707 1186 t 272 4710 2325 t 2325 4589 272 t 1187 4711 2325 t 2325 4710 1187 t 582 4709 2325 t 2325 4711 582 t 1158 4589 2325 t 2325 4709 1158 t 284 4685 2326 t 2326 4712 284 t 1182 4708 2326 t 2326 4685 1182 t 582 4711 2326 t 2326 4708 582 t 1187 4712 2326 t 2326 4711 1187 t 284 4712 2327 t 2327 4689 284 t 1187 4713 2327 t 2327 4712 1187 t 583 4714 2327 t 2327 4713 583 t 1183 4689 2327 t 2327 4714 1183 t 272 4591 2328 t 2328 4710 272 t 1159 4715 2328 t 2328 4591 1159 t 583 4713 2328 t 2328 4715 583 t 1187 4710 2328 t 2328 4713 1187 t 269 4697 2329 t 2329 4585 269 t 1185 4716 2329 t 2329 4697 1185 t 583 4715 2329 t 2329 4716 583 t 1159 4585 2329 t 2329 4715 1159 t 282 4692 2330 t 2330 4693 282 t 1183 4714 2330 t 2330 4692 1183 t 583 4716 2330 t 2330 4714 583 t 1185 4693 2330 t 2330 4716 1185 t 285 4717 2331 t 2331 4720 285 t 1191 4718 2331 t 2331 4717 1191 t 584 4719 2331 t 2331 4718 584 t 1188 4720 2331 t 2331 4719 1188 t 288 4721 2332 t 2332 4723 288 t 1190 4722 2332 t 2332 4721 1190 t 584 4718 2332 t 2332 4722 584 t 1191 4723 2332 t 2332 4718 1191 t 287 4724 2333 t 2333 4726 287 t 1189 4725 2333 t 2333 4724 1189 t 584 4722 2333 t 2333 4725 584 t 1190 4726 2333 t 2333 4722 1190 t 286 4727 2334 t 2334 4728 286 t 1188 4719 2334 t 2334 4727 1188 t 584 4725 2334 t 2334 4719 584 t 1189 4728 2334 t 2334 4725 1189 t 255 4729 2335 t 2335 4509 255 t 1194 4730 2335 t 2335 4729 1194 t 585 4731 2335 t 2335 4730 585 t 1136 4509 2335 t 2335 4731 1136 t 290 4732 2336 t 2336 4734 290 t 1193 4733 2336 t 2336 4732 1193 t 585 4730 2336 t 2336 4733 585 t 1194 4734 2336 t 2336 4730 1194 t 289 4735 2337 t 2337 4737 289 t 1192 4736 2337 t 2337 4735 1192 t 585 4733 2337 t 2337 4736 585 t 1193 4737 2337 t 2337 4733 1193 t 258 4513 2338 t 2338 4738 258 t 1136 4731 2338 t 2338 4513 1136 t 585 4736 2338 t 2338 4731 585 t 1192 4738 2338 t 2338 4736 1192 t 258 4738 2339 t 2339 4572 258 t 1192 4739 2339 t 2339 4738 1192 t 586 4740 2339 t 2339 4739 586 t 1150 4572 2339 t 2339 4740 1150 t 289 4741 2340 t 2340 4735 289 t 1196 4742 2340 t 2340 4741 1196 t 586 4739 2340 t 2340 4742 586 t 1192 4735 2340 t 2340 4739 1192 t 291 4743 2341 t 2341 4745 291 t 1195 4744 2341 t 2341 4743 1195 t 586 4742 2341 t 2341 4744 586 t 1196 4745 2341 t 2341 4742 1196 t 265 4564 2342 t 2342 4746 265 t 1150 4740 2342 t 2342 4564 1150 t 586 4744 2342 t 2342 4740 586 t 1195 4746 2342 t 2342 4744 1195 t 265 4746 2343 t 2343 4558 265 t 1195 4747 2343 t 2343 4746 1195 t 587 4748 2343 t 2343 4747 587 t 1147 4558 2343 t 2343 4748 1147 t 291 4749 2344 t 2344 4743 291 t 1198 4750 2344 t 2344 4749 1198 t 587 4747 2344 t 2344 4750 587 t 1195 4743 2344 t 2344 4747 1195 t 292 4751 2345 t 2345 4753 292 t 1197 4752 2345 t 2345 4751 1197 t 587 4750 2345 t 2345 4752 587 t 1198 4753 2345 t 2345 4750 1198 t 256 4561 2346 t 2346 4754 256 t 1147 4748 2346 t 2346 4561 1147 t 587 4752 2346 t 2346 4748 587 t 1197 4754 2346 t 2346 4752 1197 t 256 4754 2347 t 2347 4500 256 t 1197 4755 2347 t 2347 4754 1197 t 588 4756 2347 t 2347 4755 588 t 1132 4500 2347 t 2347 4756 1132 t 292 4757 2348 t 2348 4751 292 t 1199 4758 2348 t 2348 4757 1199 t 588 4755 2348 t 2348 4758 588 t 1197 4751 2348 t 2348 4755 1197 t 290 4734 2349 t 2349 4760 290 t 1194 4759 2349 t 2349 4734 1194 t 588 4758 2349 t 2349 4759 588 t 1199 4760 2349 t 2349 4758 1199 t 255 4505 2350 t 2350 4729 255 t 1132 4756 2350 t 2350 4505 1132 t 588 4759 2350 t 2350 4756 588 t 1194 4729 2350 t 2350 4759 1194 t 290 4761 2351 t 2351 4732 290 t 1202 4762 2351 t 2351 4761 1202 t 589 4763 2351 t 2351 4762 589 t 1193 4732 2351 t 2351 4763 1193 t 294 4764 2352 t 2352 4766 294 t 1201 4765 2352 t 2352 4764 1201 t 589 4762 2352 t 2352 4765 589 t 1202 4766 2352 t 2352 4762 1202 t 293 4767 2353 t 2353 4769 293 t 1200 4768 2353 t 2353 4767 1200 t 589 4765 2353 t 2353 4768 589 t 1201 4769 2353 t 2353 4765 1201 t 289 4737 2354 t 2354 4770 289 t 1193 4763 2354 t 2354 4737 1193 t 589 4768 2354 t 2354 4763 589 t 1200 4770 2354 t 2354 4768 1200 t 289 4770 2355 t 2355 4741 289 t 1200 4771 2355 t 2355 4770 1200 t 590 4772 2355 t 2355 4771 590 t 1196 4741 2355 t 2355 4772 1196 t 293 4773 2356 t 2356 4767 293 t 1204 4774 2356 t 2356 4773 1204 t 590 4771 2356 t 2356 4774 590 t 1200 4767 2356 t 2356 4771 1200 t 295 4775 2357 t 2357 4777 295 t 1203 4776 2357 t 2357 4775 1203 t 590 4774 2357 t 2357 4776 590 t 1204 4777 2357 t 2357 4774 1204 t 291 4745 2358 t 2358 4778 291 t 1196 4772 2358 t 2358 4745 1196 t 590 4776 2358 t 2358 4772 590 t 1203 4778 2358 t 2358 4776 1203 t 291 4778 2359 t 2359 4749 291 t 1203 4779 2359 t 2359 4778 1203 t 591 4780 2359 t 2359 4779 591 t 1198 4749 2359 t 2359 4780 1198 t 295 4781 2360 t 2360 4775 295 t 1206 4782 2360 t 2360 4781 1206 t 591 4779 2360 t 2360 4782 591 t 1203 4775 2360 t 2360 4779 1203 t 296 4783 2361 t 2361 4785 296 t 1205 4784 2361 t 2361 4783 1205 t 591 4782 2361 t 2361 4784 591 t 1206 4785 2361 t 2361 4782 1206 t 292 4753 2362 t 2362 4786 292 t 1198 4780 2362 t 2362 4753 1198 t 591 4784 2362 t 2362 4780 591 t 1205 4786 2362 t 2362 4784 1205 t 292 4786 2363 t 2363 4757 292 t 1205 4787 2363 t 2363 4786 1205 t 592 4788 2363 t 2363 4787 592 t 1199 4757 2363 t 2363 4788 1199 t 296 4789 2364 t 2364 4783 296 t 1207 4790 2364 t 2364 4789 1207 t 592 4787 2364 t 2364 4790 592 t 1205 4783 2364 t 2364 4787 1205 t 294 4766 2365 t 2365 4792 294 t 1202 4791 2365 t 2365 4766 1202 t 592 4790 2365 t 2365 4791 592 t 1207 4792 2365 t 2365 4790 1207 t 290 4760 2366 t 2366 4761 290 t 1199 4788 2366 t 2366 4760 1199 t 592 4791 2366 t 2366 4788 592 t 1202 4761 2366 t 2366 4791 1202 t 294 4793 2367 t 2367 4764 294 t 1210 4794 2367 t 2367 4793 1210 t 593 4795 2367 t 2367 4794 593 t 1201 4764 2367 t 2367 4795 1201 t 298 4796 2368 t 2368 4798 298 t 1209 4797 2368 t 2368 4796 1209 t 593 4794 2368 t 2368 4797 593 t 1210 4798 2368 t 2368 4794 1210 t 297 4799 2369 t 2369 4801 297 t 1208 4800 2369 t 2369 4799 1208 t 593 4797 2369 t 2369 4800 593 t 1209 4801 2369 t 2369 4797 1209 t 293 4769 2370 t 2370 4802 293 t 1201 4795 2370 t 2370 4769 1201 t 593 4800 2370 t 2370 4795 593 t 1208 4802 2370 t 2370 4800 1208 t 293 4802 2371 t 2371 4773 293 t 1208 4803 2371 t 2371 4802 1208 t 594 4804 2371 t 2371 4803 594 t 1204 4773 2371 t 2371 4804 1204 t 297 4805 2372 t 2372 4799 297 t 1212 4806 2372 t 2372 4805 1212 t 594 4803 2372 t 2372 4806 594 t 1208 4799 2372 t 2372 4803 1208 t 299 4807 2373 t 2373 4809 299 t 1211 4808 2373 t 2373 4807 1211 t 594 4806 2373 t 2373 4808 594 t 1212 4809 2373 t 2373 4806 1212 t 295 4777 2374 t 2374 4810 295 t 1204 4804 2374 t 2374 4777 1204 t 594 4808 2374 t 2374 4804 594 t 1211 4810 2374 t 2374 4808 1211 t 295 4810 2375 t 2375 4781 295 t 1211 4811 2375 t 2375 4810 1211 t 595 4812 2375 t 2375 4811 595 t 1206 4781 2375 t 2375 4812 1206 t 299 4813 2376 t 2376 4807 299 t 1214 4814 2376 t 2376 4813 1214 t 595 4811 2376 t 2376 4814 595 t 1211 4807 2376 t 2376 4811 1211 t 300 4815 2377 t 2377 4817 300 t 1213 4816 2377 t 2377 4815 1213 t 595 4814 2377 t 2377 4816 595 t 1214 4817 2377 t 2377 4814 1214 t 296 4785 2378 t 2378 4818 296 t 1206 4812 2378 t 2378 4785 1206 t 595 4816 2378 t 2378 4812 595 t 1213 4818 2378 t 2378 4816 1213 t 296 4818 2379 t 2379 4789 296 t 1213 4819 2379 t 2379 4818 1213 t 596 4820 2379 t 2379 4819 596 t 1207 4789 2379 t 2379 4820 1207 t 300 4821 2380 t 2380 4815 300 t 1215 4822 2380 t 2380 4821 1215 t 596 4819 2380 t 2380 4822 596 t 1213 4815 2380 t 2380 4819 1213 t 298 4798 2381 t 2381 4824 298 t 1210 4823 2381 t 2381 4798 1210 t 596 4822 2381 t 2381 4823 596 t 1215 4824 2381 t 2381 4822 1215 t 294 4792 2382 t 2382 4793 294 t 1207 4820 2382 t 2382 4792 1207 t 596 4823 2382 t 2382 4820 596 t 1210 4793 2382 t 2382 4823 1210 t 298 4825 2383 t 2383 4796 298 t 1217 4826 2383 t 2383 4825 1217 t 597 4827 2383 t 2383 4826 597 t 1209 4796 2383 t 2383 4827 1209 t 285 4720 2384 t 2384 4829 285 t 1188 4828 2384 t 2384 4720 1188 t 597 4826 2384 t 2384 4828 597 t 1217 4829 2384 t 2384 4826 1217 t 286 4830 2385 t 2385 4727 286 t 1216 4831 2385 t 2385 4830 1216 t 597 4828 2385 t 2385 4831 597 t 1188 4727 2385 t 2385 4828 1188 t 297 4801 2386 t 2386 4832 297 t 1209 4827 2386 t 2386 4801 1209 t 597 4831 2386 t 2386 4827 597 t 1216 4832 2386 t 2386 4831 1216 t 297 4832 2387 t 2387 4805 297 t 1216 4833 2387 t 2387 4832 1216 t 598 4834 2387 t 2387 4833 598 t 1212 4805 2387 t 2387 4834 1212 t 286 4728 2388 t 2388 4830 286 t 1189 4835 2388 t 2388 4728 1189 t 598 4833 2388 t 2388 4835 598 t 1216 4830 2388 t 2388 4833 1216 t 287 4836 2389 t 2389 4724 287 t 1218 4837 2389 t 2389 4836 1218 t 598 4835 2389 t 2389 4837 598 t 1189 4724 2389 t 2389 4835 1189 t 299 4809 2390 t 2390 4838 299 t 1212 4834 2390 t 2390 4809 1212 t 598 4837 2390 t 2390 4834 598 t 1218 4838 2390 t 2390 4837 1218 t 299 4838 2391 t 2391 4813 299 t 1218 4839 2391 t 2391 4838 1218 t 599 4840 2391 t 2391 4839 599 t 1214 4813 2391 t 2391 4840 1214 t 287 4726 2392 t 2392 4836 287 t 1190 4841 2392 t 2392 4726 1190 t 599 4839 2392 t 2392 4841 599 t 1218 4836 2392 t 2392 4839 1218 t 288 4842 2393 t 2393 4721 288 t 1219 4843 2393 t 2393 4842 1219 t 599 4841 2393 t 2393 4843 599 t 1190 4721 2393 t 2393 4841 1190 t 300 4817 2394 t 2394 4844 300 t 1214 4840 2394 t 2394 4817 1214 t 599 4843 2394 t 2394 4840 599 t 1219 4844 2394 t 2394 4843 1219 t 300 4844 2395 t 2395 4821 300 t 1219 4845 2395 t 2395 4844 1219 t 600 4846 2395 t 2395 4845 600 t 1215 4821 2395 t 2395 4846 1215 t 288 4723 2396 t 2396 4842 288 t 1191 4847 2396 t 2396 4723 1191 t 600 4845 2396 t 2396 4847 600 t 1219 4842 2396 t 2396 4845 1219 t 285 4829 2397 t 2397 4717 285 t 1217 4848 2397 t 2397 4829 1217 t 600 4847 2397 t 2397 4848 600 t 1191 4717 2397 t 2397 4847 1191 t 298 4824 2398 t 2398 4825 298 t 1215 4846 2398 t 2398 4824 1215 t 600 4848 2398 t 2398 4846 600 t 1217 4825 2398 t 2398 4848 1217 t 176 4849 2399 t 2399 4852 176 t 1223 4850 2399 t 2399 4849 1223 t 601 4851 2399 t 2399 4850 601 t 1220 4852 2399 t 2399 4851 1220 t 302 4853 2400 t 2400 4855 302 t 1222 4854 2400 t 2400 4853 1222 t 601 4850 2400 t 2400 4854 601 t 1223 4855 2400 t 2400 4850 1223 t 301 4856 2401 t 2401 4858 301 t 1221 4857 2401 t 2401 4856 1221 t 601 4854 2401 t 2401 4857 601 t 1222 4858 2401 t 2401 4854 1222 t 189 4859 2402 t 2402 4860 189 t 1220 4851 2402 t 2402 4859 1220 t 601 4857 2402 t 2402 4851 601 t 1221 4860 2402 t 2402 4857 1221 t 189 4860 2403 t 2403 4010 189 t 1221 4861 2403 t 2403 4860 1221 t 602 4862 2403 t 2403 4861 602 t 1009 4010 2403 t 2403 4862 1009 t 301 4863 2404 t 2404 4856 301 t 1225 4864 2404 t 2404 4863 1225 t 602 4861 2404 t 2404 4864 602 t 1221 4856 2404 t 2404 4861 1221 t 303 4865 2405 t 2405 4867 303 t 1224 4866 2405 t 2405 4865 1224 t 602 4864 2405 t 2405 4866 602 t 1225 4867 2405 t 2405 4864 1225 t 184 4016 2406 t 2406 4868 184 t 1009 4862 2406 t 2406 4016 1009 t 602 4866 2406 t 2406 4862 602 t 1224 4868 2406 t 2406 4866 1224 t 184 4868 2407 t 2407 3978 184 t 1224 4869 2407 t 2407 4868 1224 t 603 4870 2407 t 2407 4869 603 t 995 3978 2407 t 2407 4870 995 t 303 4871 2408 t 2408 4865 303 t 1227 4872 2408 t 2408 4871 1227 t 603 4869 2408 t 2408 4872 603 t 1224 4865 2408 t 2408 4869 1224 t 304 4873 2409 t 2409 4875 304 t 1226 4874 2409 t 2409 4873 1226 t 603 4872 2409 t 2409 4874 603 t 1227 4875 2409 t 2409 4872 1227 t 177 3972 2410 t 2410 4876 177 t 995 4870 2410 t 2410 3972 995 t 603 4874 2410 t 2410 4870 603 t 1226 4876 2410 t 2410 4874 1226 t 177 4876 2411 t 2411 3921 177 t 1226 4877 2411 t 2411 4876 1226 t 604 4878 2411 t 2411 4877 604 t 982 3921 2411 t 2411 4878 982 t 304 4879 2412 t 2412 4873 304 t 1228 4880 2412 t 2412 4879 1228 t 604 4877 2412 t 2412 4880 604 t 1226 4873 2412 t 2412 4877 1226 t 302 4855 2413 t 2413 4882 302 t 1223 4881 2413 t 2413 4855 1223 t 604 4880 2413 t 2413 4881 604 t 1228 4882 2413 t 2413 4880 1228 t 176 3925 2414 t 2414 4849 176 t 982 4878 2414 t 2414 3925 982 t 604 4881 2414 t 2414 4878 604 t 1223 4849 2414 t 2414 4881 1223 t 305 4883 2415 t 2415 4886 305 t 1232 4884 2415 t 2415 4883 1232 t 605 4885 2415 t 2415 4884 605 t 1229 4886 2415 t 2415 4885 1229 t 308 4887 2416 t 2416 4889 308 t 1231 4888 2416 t 2416 4887 1231 t 605 4884 2416 t 2416 4888 605 t 1232 4889 2416 t 2416 4884 1232 t 307 4890 2417 t 2417 4892 307 t 1230 4891 2417 t 2417 4890 1230 t 605 4888 2417 t 2417 4891 605 t 1231 4892 2417 t 2417 4888 1231 t 306 4893 2418 t 2418 4894 306 t 1229 4885 2418 t 2418 4893 1229 t 605 4891 2418 t 2418 4885 605 t 1230 4894 2418 t 2418 4891 1230 t 302 4895 2419 t 2419 4853 302 t 1235 4896 2419 t 2419 4895 1235 t 606 4897 2419 t 2419 4896 606 t 1222 4853 2419 t 2419 4897 1222 t 310 4898 2420 t 2420 4900 310 t 1234 4899 2420 t 2420 4898 1234 t 606 4896 2420 t 2420 4899 606 t 1235 4900 2420 t 2420 4896 1235 t 309 4901 2421 t 2421 4903 309 t 1233 4902 2421 t 2421 4901 1233 t 606 4899 2421 t 2421 4902 606 t 1234 4903 2421 t 2421 4899 1234 t 301 4858 2422 t 2422 4904 301 t 1222 4897 2422 t 2422 4858 1222 t 606 4902 2422 t 2422 4897 606 t 1233 4904 2422 t 2422 4902 1233 t 301 4904 2423 t 2423 4863 301 t 1233 4905 2423 t 2423 4904 1233 t 607 4906 2423 t 2423 4905 607 t 1225 4863 2423 t 2423 4906 1225 t 309 4907 2424 t 2424 4901 309 t 1237 4908 2424 t 2424 4907 1237 t 607 4905 2424 t 2424 4908 607 t 1233 4901 2424 t 2424 4905 1233 t 311 4909 2425 t 2425 4911 311 t 1236 4910 2425 t 2425 4909 1236 t 607 4908 2425 t 2425 4910 607 t 1237 4911 2425 t 2425 4908 1237 t 303 4867 2426 t 2426 4912 303 t 1225 4906 2426 t 2426 4867 1225 t 607 4910 2426 t 2426 4906 607 t 1236 4912 2426 t 2426 4910 1236 t 303 4912 2427 t 2427 4871 303 t 1236 4913 2427 t 2427 4912 1236 t 608 4914 2427 t 2427 4913 608 t 1227 4871 2427 t 2427 4914 1227 t 311 4915 2428 t 2428 4909 311 t 1239 4916 2428 t 2428 4915 1239 t 608 4913 2428 t 2428 4916 608 t 1236 4909 2428 t 2428 4913 1236 t 312 4917 2429 t 2429 4919 312 t 1238 4918 2429 t 2429 4917 1238 t 608 4916 2429 t 2429 4918 608 t 1239 4919 2429 t 2429 4916 1239 t 304 4875 2430 t 2430 4920 304 t 1227 4914 2430 t 2430 4875 1227 t 608 4918 2430 t 2430 4914 608 t 1238 4920 2430 t 2430 4918 1238 t 304 4920 2431 t 2431 4879 304 t 1238 4921 2431 t 2431 4920 1238 t 609 4922 2431 t 2431 4921 609 t 1228 4879 2431 t 2431 4922 1228 t 312 4923 2432 t 2432 4917 312 t 1240 4924 2432 t 2432 4923 1240 t 609 4921 2432 t 2432 4924 609 t 1238 4917 2432 t 2432 4921 1238 t 310 4900 2433 t 2433 4926 310 t 1235 4925 2433 t 2433 4900 1235 t 609 4924 2433 t 2433 4925 609 t 1240 4926 2433 t 2433 4924 1240 t 302 4882 2434 t 2434 4895 302 t 1228 4922 2434 t 2434 4882 1228 t 609 4925 2434 t 2434 4922 609 t 1235 4895 2434 t 2434 4925 1235 t 310 4927 2435 t 2435 4898 310 t 1242 4928 2435 t 2435 4927 1242 t 610 4929 2435 t 2435 4928 610 t 1234 4898 2435 t 2435 4929 1234 t 305 4886 2436 t 2436 4931 305 t 1229 4930 2436 t 2436 4886 1229 t 610 4928 2436 t 2436 4930 610 t 1242 4931 2436 t 2436 4928 1242 t 306 4932 2437 t 2437 4893 306 t 1241 4933 2437 t 2437 4932 1241 t 610 4930 2437 t 2437 4933 610 t 1229 4893 2437 t 2437 4930 1229 t 309 4903 2438 t 2438 4934 309 t 1234 4929 2438 t 2438 4903 1234 t 610 4933 2438 t 2438 4929 610 t 1241 4934 2438 t 2438 4933 1241 t 309 4934 2439 t 2439 4907 309 t 1241 4935 2439 t 2439 4934 1241 t 611 4936 2439 t 2439 4935 611 t 1237 4907 2439 t 2439 4936 1237 t 306 4894 2440 t 2440 4932 306 t 1230 4937 2440 t 2440 4894 1230 t 611 4935 2440 t 2440 4937 611 t 1241 4932 2440 t 2440 4935 1241 t 307 4938 2441 t 2441 4890 307 t 1243 4939 2441 t 2441 4938 1243 t 611 4937 2441 t 2441 4939 611 t 1230 4890 2441 t 2441 4937 1230 t 311 4911 2442 t 2442 4940 311 t 1237 4936 2442 t 2442 4911 1237 t 611 4939 2442 t 2442 4936 611 t 1243 4940 2442 t 2442 4939 1243 t 311 4940 2443 t 2443 4915 311 t 1243 4941 2443 t 2443 4940 1243 t 612 4942 2443 t 2443 4941 612 t 1239 4915 2443 t 2443 4942 1239 t 307 4892 2444 t 2444 4938 307 t 1231 4943 2444 t 2444 4892 1231 t 612 4941 2444 t 2444 4943 612 t 1243 4938 2444 t 2444 4941 1243 t 308 4944 2445 t 2445 4887 308 t 1244 4945 2445 t 2445 4944 1244 t 612 4943 2445 t 2445 4945 612 t 1231 4887 2445 t 2445 4943 1231 t 312 4919 2446 t 2446 4946 312 t 1239 4942 2446 t 2446 4919 1239 t 612 4945 2446 t 2446 4942 612 t 1244 4946 2446 t 2446 4945 1244 t 312 4946 2447 t 2447 4923 312 t 1244 4947 2447 t 2447 4946 1244 t 613 4948 2447 t 2447 4947 613 t 1240 4923 2447 t 2447 4948 1240 t 308 4889 2448 t 2448 4944 308 t 1232 4949 2448 t 2448 4889 1232 t 613 4947 2448 t 2448 4949 613 t 1244 4944 2448 t 2448 4947 1244 t 305 4931 2449 t 2449 4883 305 t 1242 4950 2449 t 2449 4931 1242 t 613 4949 2449 t 2449 4950 613 t 1232 4883 2449 t 2449 4949 1232 t 310 4926 2450 t 2450 4927 310 t 1240 4948 2450 t 2450 4926 1240 t 613 4950 2450 t 2450 4948 613 t 1242 4927 2450 t 2450 4950 1242 t 313 4951 2451 t 2451 4954 313 t 1250 4952 2451 t 2451 4951 1250 t 614 4953 2451 t 2451 4952 614 t 1290 4954 2451 t 2451 4953 1290 t 316 4955 2452 t 2452 4957 316 t 1249 4956 2452 t 2452 4955 1249 t 614 4952 2452 t 2452 4956 614 t 1250 4957 2452 t 2452 4952 1250 t 315 4958 2453 t 2453 4959 315 t 1290 4953 2453 t 2453 4958 1290 t 614 4956 2453 t 2453 4953 614 t 1249 4959 2453 t 2453 4956 1249 t 144 3724 2454 t 2454 4962 144 t 1253 4960 2454 t 2454 3724 1253 t 615 4961 2454 t 2454 4960 615 t 1251 4962 2454 t 2454 4961 1251 t 317 4963 2455 t 2455 3728 317 t 1252 4964 2455 t 2455 4963 1252 t 615 4960 2455 t 2455 4964 615 t 1253 3728 2455 t 2455 4960 1253 t 161 4965 2456 t 2456 4966 161 t 1251 4961 2456 t 2456 4965 1251 t 615 4964 2456 t 2456 4961 615 t 1252 4966 2456 t 2456 4964 1252 t 317 3732 2457 t 2457 4963 317 t 1255 4967 2457 t 2457 3732 1255 t 616 4968 2457 t 2457 4967 616 t 1252 4963 2457 t 2457 4968 1252 t 318 4969 2458 t 2458 3736 318 t 1254 4970 2458 t 2458 4969 1254 t 616 4967 2458 t 2458 4970 616 t 1255 3736 2458 t 2458 4967 1255 t 164 3856 2459 t 2459 4972 164 t 964 4971 2459 t 2459 3856 964 t 616 4970 2459 t 2459 4971 616 t 1254 4972 2459 t 2459 4970 1254 t 161 4966 2460 t 2460 3850 161 t 1252 4968 2460 t 2460 4966 1252 t 616 4971 2460 t 2460 4968 616 t 964 3850 2460 t 2460 4971 964 t 318 3740 2461 t 2461 4969 318 t 1257 4973 2461 t 2461 3740 1257 t 617 4974 2461 t 2461 4973 617 t 1254 4969 2461 t 2461 4974 1254 t 319 4975 2462 t 2462 3744 319 t 1256 4976 2462 t 2462 4975 1256 t 617 4973 2462 t 2462 4976 617 t 1257 3744 2462 t 2462 4973 1257 t 167 3867 2463 t 2463 4978 167 t 968 4977 2463 t 2463 3867 968 t 617 4976 2463 t 2463 4977 617 t 1256 4978 2463 t 2463 4976 1256 t 164 4972 2464 t 2464 3862 164 t 1254 4974 2464 t 2464 4972 1254 t 617 4977 2464 t 2464 4974 617 t 968 3862 2464 t 2464 4977 968 t 319 3748 2465 t 2465 4975 319 t 943 4979 2465 t 2465 3748 943 t 618 4980 2465 t 2465 4979 618 t 1256 4975 2465 t 2465 4980 1256 t 145 4981 2466 t 2466 3752 145 t 1258 4982 2466 t 2466 4981 1258 t 618 4979 2466 t 2466 4982 618 t 943 3752 2466 t 2466 4979 943 t 170 3880 2467 t 2467 4984 170 t 972 4983 2467 t 2467 3880 972 t 618 4982 2467 t 2467 4983 618 t 1258 4984 2467 t 2467 4982 1258 t 167 4978 2468 t 2468 3875 167 t 1256 4980 2468 t 2468 4978 1256 t 618 4983 2468 t 2468 4980 618 t 972 3875 2468 t 2468 4983 972 t 145 3756 2469 t 2469 4981 145 t 1260 4985 2469 t 2469 3756 1260 t 619 4986 2469 t 2469 4985 619 t 1258 4981 2469 t 2469 4986 1258 t 320 4987 2470 t 2470 3760 320 t 1259 4988 2470 t 2470 4987 1259 t 619 4985 2470 t 2470 4988 619 t 1260 3760 2470 t 2470 4985 1260 t 172 3893 2471 t 2471 4990 172 t 975 4989 2471 t 2471 3893 975 t 619 4988 2471 t 2471 4989 619 t 1259 4990 2471 t 2471 4988 1259 t 170 4984 2472 t 2472 3888 170 t 1258 4986 2472 t 2472 4984 1258 t 619 4989 2472 t 2472 4986 619 t 975 3888 2472 t 2472 4989 975 t 320 3764 2473 t 2473 4987 320 t 944 4991 2473 t 2473 3764 944 t 620 4992 2473 t 2473 4991 620 t 1259 4987 2473 t 2473 4992 1259 t 146 4993 2474 t 2474 3768 146 t 1261 4994 2474 t 2474 4993 1261 t 620 4991 2474 t 2474 4994 620 t 944 3768 2474 t 2474 4991 944 t 174 3903 2475 t 2475 4996 174 t 978 4995 2475 t 2475 3903 978 t 620 4994 2475 t 2475 4995 620 t 1261 4996 2475 t 2475 4994 1261 t 172 4990 2476 t 2476 3898 172 t 1259 4992 2476 t 2476 4990 1259 t 620 4995 2476 t 2476 4992 620 t 978 3898 2476 t 2476 4995 978 t 146 3772 2477 t 2477 4993 146 t 1262 4997 2477 t 2477 3772 1262 t 621 4998 2477 t 2477 4997 621 t 1261 4993 2477 t 2477 4998 1261 t 175 3912 2478 t 2478 3774 175 t 980 4999 2478 t 2478 3912 980 t 621 4997 2478 t 2478 4999 621 t 1262 3774 2478 t 2478 4997 1262 t 174 4996 2479 t 2479 3908 174 t 1261 4998 2479 t 2479 4996 1261 t 621 4999 2479 t 2479 4998 621 t 980 3908 2479 t 2479 4999 980 t 147 3778 2480 t 2480 5002 147 t 945 5000 2480 t 2480 3778 945 t 622 5001 2480 t 2480 5000 622 t 1263 5002 2480 t 2480 5001 1263 t 144 4962 2481 t 2481 3782 144 t 1251 5003 2481 t 2481 4962 1251 t 622 5000 2481 t 2481 5003 622 t 945 3782 2481 t 2481 5000 945 t 161 3853 2482 t 2482 4965 161 t 961 5004 2482 t 2482 3853 961 t 622 5003 2482 t 2482 5004 622 t 1251 4965 2482 t 2482 5003 1251 t 162 5005 2483 t 2483 3860 162 t 1263 5001 2483 t 2483 5005 1263 t 622 5004 2483 t 2483 5001 622 t 961 3860 2483 t 2483 5004 961 t 149 3786 2484 t 2484 5008 149 t 947 5006 2484 t 2484 3786 947 t 623 5007 2484 t 2484 5006 623 t 1264 5008 2484 t 2484 5007 1264 t 147 5002 2485 t 2485 3790 147 t 1263 5009 2485 t 2485 5002 1263 t 623 5006 2485 t 2485 5009 623 t 947 3790 2485 t 2485 5006 947 t 162 3918 2486 t 2486 5005 162 t 981 5010 2486 t 2486 3918 981 t 623 5009 2486 t 2486 5010 623 t 1263 5005 2486 t 2486 5009 1263 t 176 5011 2487 t 2487 3924 176 t 1264 5007 2487 t 2487 5011 1264 t 623 5010 2487 t 2487 5007 623 t 981 3924 2487 t 2487 5010 981 t 314 3793 2488 t 2488 5014 314 t 949 5012 2488 t 2488 3793 949 t 624 5013 2488 t 2488 5012 624 t 1246 5014 2488 t 2488 5013 1246 t 149 5008 2489 t 2489 3796 149 t 1264 5015 2489 t 2489 5008 1264 t 624 5012 2489 t 2489 5015 624 t 949 3796 2489 t 2489 5012 949 t 176 4852 2490 t 2490 5011 176 t 1220 5016 2490 t 2490 4852 1220 t 624 5015 2490 t 2490 5016 624 t 1264 5011 2490 t 2490 5015 1264 t 189 5017 2491 t 2491 4859 189 t 1246 5013 2491 t 2491 5017 1246 t 624 5016 2491 t 2491 5013 624 t 1220 4859 2491 t 2491 5016 1220 t 5168 3799 2492 t 2492 5435 5168 t 951 5018 5298 t 5298 5368 951 t 625 5019 5298 t 5298 5018 625 t 5245 5435 2492 t 2492 5437 5245 t 313 5020 2493 t 2493 3803 313 t 1245 5021 2493 t 2493 5020 1245 t 5202 5436 2493 t 2493 5021 5202 t 5223 3803 2493 t 2493 5436 5223 t 190 4062 2494 t 2494 5023 190 t 1019 5022 2494 t 2494 4062 1019 t 5202 5021 2494 t 2494 5022 5202 t 1245 5023 2494 t 2494 5021 1245 t 196 5433 2495 t 2495 4068 196 t 5245 5437 2495 t 2495 5433 5245 t 625 5438 5299 t 5299 5019 625 t 5227 5379 5299 t 5299 5438 5227 t 5169 3807 2496 t 2496 5407 5169 t 953 5024 5300 t 5300 5372 953 t 626 5025 5300 t 5300 5024 626 t 5238 5407 2496 t 2496 5440 5238 t 154 5026 2497 t 2497 3811 154 t 1265 5027 2497 t 2497 5026 1265 t 5203 5439 2497 t 2497 5027 5203 t 5225 3811 2497 t 2497 5439 5225 t 223 4277 2498 t 2498 5029 223 t 5240 5028 2498 t 2498 4277 5240 t 5203 5027 2498 t 2498 5028 5203 t 1265 5029 2498 t 2498 5027 1265 t 5175 5409 2499 t 2499 4272 5175 t 5238 5440 2499 t 2499 5409 5238 t 626 5441 5301 t 5301 5025 626 t 1073 5410 5301 t 5301 5441 1073 t 154 3815 2500 t 2500 5026 154 t 955 5030 2500 t 2500 3815 955 t 627 5031 2500 t 2500 5030 627 t 1265 5026 2500 t 2500 5031 1265 t 155 5032 2501 t 2501 3819 155 t 1266 5033 2501 t 2501 5032 1266 t 627 5030 2501 t 2501 5033 627 t 955 3819 2501 t 2501 5030 955 t 232 4333 2502 t 2502 5035 232 t 1088 5034 2502 t 2502 4333 1088 t 627 5033 2502 t 2502 5034 627 t 1266 5035 2502 t 2502 5033 1266 t 223 5029 2503 t 2503 4328 223 t 1265 5031 2503 t 2503 5029 1265 t 627 5034 2503 t 2503 5031 627 t 1088 4328 2503 t 2503 5034 1088 t 155 3823 2504 t 2504 5032 155 t 956 5036 2504 t 2504 3823 956 t 628 5037 2504 t 2504 5036 628 t 1266 5032 2504 t 2504 5037 1266 t 156 5038 2505 t 2505 3827 156 t 1267 5039 2505 t 2505 5038 1267 t 628 5036 2505 t 2505 5039 628 t 956 3827 2505 t 2505 5036 956 t 240 4387 2506 t 2506 5041 240 t 1103 5040 2506 t 2506 4387 1103 t 628 5039 2506 t 2506 5040 628 t 1267 5041 2506 t 2506 5039 1267 t 232 5035 2507 t 2507 4382 232 t 1266 5037 2507 t 2507 5035 1266 t 628 5040 2507 t 2507 5037 628 t 1103 4382 2507 t 2507 5040 1103 t 156 3831 2508 t 2508 5038 156 t 957 5042 2508 t 2508 3831 957 t 629 5043 2508 t 2508 5042 629 t 1267 5038 2508 t 2508 5043 1267 t 321 5044 2509 t 2509 3835 321 t 1268 5045 2509 t 2509 5044 1268 t 629 5042 2509 t 2509 5045 629 t 957 3835 2509 t 2509 5042 957 t 246 4435 2510 t 2510 5047 246 t 1116 5046 2510 t 2510 4435 1116 t 629 5045 2510 t 2510 5046 629 t 1268 5047 2510 t 2510 5045 1268 t 240 5041 2511 t 2511 4430 240 t 1267 5043 2511 t 2511 5041 1267 t 629 5046 2511 t 2511 5043 629 t 1116 4430 2511 t 2511 5046 1116 t 321 3839 2512 t 2512 5044 321 t 1270 5048 2512 t 2512 3839 1270 t 630 5049 2512 t 2512 5048 630 t 1268 5044 2512 t 2512 5049 1268 t 158 5050 2513 t 2513 3843 158 t 1269 5051 2513 t 2513 5050 1269 t 630 5048 2513 t 2513 5051 630 t 1270 3843 2513 t 2513 5048 1270 t 253 4483 2514 t 2514 5053 253 t 1128 5052 2514 t 2514 4483 1128 t 630 5051 2514 t 2514 5052 630 t 1269 5053 2514 t 2514 5051 1269 t 246 5047 2515 t 2515 4478 246 t 1268 5049 2515 t 2515 5047 1268 t 630 5052 2515 t 2515 5049 630 t 1128 4478 2515 t 2515 5052 1128 t 158 3847 2516 t 2516 5050 158 t 959 5054 2516 t 2516 3847 959 t 631 5055 2516 t 2516 5054 631 t 1269 5050 2516 t 2516 5055 1269 t 263 4536 2517 t 2517 3849 263 t 1144 5056 2517 t 2517 4536 1144 t 631 5054 2517 t 2517 5056 631 t 959 3849 2517 t 2517 5054 959 t 253 5053 2518 t 2518 4532 253 t 1269 5055 2518 t 2518 5053 1269 t 631 5056 2518 t 2518 5055 631 t 1144 4532 2518 t 2518 5056 1144 t 326 5057 2519 t 2519 5060 326 t 1279 5058 2519 t 2519 5057 1279 t 632 5059 2519 t 2519 5058 632 t 1291 5060 2519 t 2519 5059 1291 t 327 5061 2520 t 2520 5063 327 t 1280 5062 2520 t 2520 5061 1280 t 632 5058 2520 t 2520 5062 632 t 1279 5063 2520 t 2520 5058 1279 t 328 5064 2521 t 2521 5065 328 t 1291 5059 2521 t 2521 5064 1291 t 632 5062 2521 t 2521 5059 632 t 1280 5065 2521 t 2521 5062 1280 t 316 5066 2522 t 2522 5069 316 t 930 5067 2522 t 2522 5066 930 t 633 5068 2522 t 2522 5067 633 t 1275 5069 2522 t 2522 5068 1275 t 143 5070 2523 t 2523 5072 143 t 1276 5071 2523 t 2523 5070 1276 t 633 5067 2523 t 2523 5071 633 t 930 5072 2523 t 2523 5067 930 t 323 5073 2524 t 2524 5075 323 t 1271 5074 2524 t 2524 5073 1271 t 633 5071 2524 t 2524 5074 633 t 1276 5075 2524 t 2524 5071 1276 t 322 5076 2525 t 2525 5077 322 t 1275 5068 2525 t 2525 5076 1275 t 633 5074 2525 t 2525 5068 633 t 1271 5077 2525 t 2525 5074 1271 t 143 3720 2526 t 2526 5070 143 t 942 5078 2526 t 2526 3720 942 t 634 5079 2526 t 2526 5078 634 t 1276 5070 2526 t 2526 5079 1276 t 160 5080 2527 t 2527 3716 160 t 1277 5081 2527 t 2527 5080 1277 t 634 5078 2527 t 2527 5081 634 t 942 3716 2527 t 2527 5078 942 t 324 5082 2528 t 2528 5084 324 t 1272 5083 2528 t 2528 5082 1272 t 634 5081 2528 t 2528 5083 634 t 1277 5084 2528 t 2528 5081 1277 t 323 5075 2529 t 2529 5085 323 t 1276 5079 2529 t 2529 5075 1276 t 634 5083 2529 t 2529 5079 634 t 1272 5085 2529 t 2529 5083 1272 t 160 5086 2530 t 2530 5080 160 t 1248 5087 2530 t 2530 5086 1248 t 635 5088 2530 t 2530 5087 635 t 1277 5080 2530 t 2530 5088 1277 t 315 5089 2531 t 2531 5091 315 t 1278 5090 2531 t 2531 5089 1278 t 635 5087 2531 t 2531 5090 635 t 1248 5091 2531 t 2531 5087 1248 t 325 5092 2532 t 2532 5094 325 t 1273 5093 2532 t 2532 5092 1273 t 635 5090 2532 t 2532 5093 635 t 1278 5094 2532 t 2532 5090 1278 t 324 5084 2533 t 2533 5095 324 t 1277 5088 2533 t 2533 5084 1277 t 635 5093 2533 t 2533 5088 635 t 1273 5095 2533 t 2533 5093 1273 t 315 4959 2534 t 2534 5089 315 t 1249 5096 2534 t 2534 4959 1249 t 636 5097 2534 t 2534 5096 636 t 1278 5089 2534 t 2534 5097 1278 t 316 5069 2535 t 2535 4955 316 t 1275 5098 2535 t 2535 5069 1275 t 636 5096 2535 t 2535 5098 636 t 1249 4955 2535 t 2535 5096 1249 t 322 5099 2536 t 2536 5076 322 t 1274 5100 2536 t 2536 5099 1274 t 636 5098 2536 t 2536 5100 636 t 1275 5076 2536 t 2536 5098 1275 t 325 5094 2537 t 2537 5101 325 t 1278 5097 2537 t 2537 5094 1278 t 636 5100 2537 t 2537 5097 636 t 1274 5101 2537 t 2537 5100 1274 t 322 5077 2538 t 2538 5104 322 t 1271 5102 2538 t 2538 5077 1271 t 637 5103 2538 t 2538 5102 637 t 1283 5104 2538 t 2538 5103 1283 t 323 5105 2539 t 2539 5073 323 t 1284 5106 2539 t 2539 5105 1284 t 637 5102 2539 t 2539 5106 637 t 1271 5073 2539 t 2539 5102 1271 t 327 5063 2540 t 2540 5108 327 t 1279 5107 2540 t 2540 5063 1279 t 637 5106 2540 t 2540 5107 637 t 1284 5108 2540 t 2540 5106 1284 t 326 5109 2541 t 2541 5057 326 t 1283 5103 2541 t 2541 5109 1283 t 637 5107 2541 t 2541 5103 637 t 1279 5057 2541 t 2541 5107 1279 t 323 5085 2542 t 2542 5105 323 t 1272 5110 2542 t 2542 5085 1272 t 638 5111 2542 t 2542 5110 638 t 1284 5105 2542 t 2542 5111 1284 t 324 5112 2543 t 2543 5082 324 t 1285 5113 2543 t 2543 5112 1285 t 638 5110 2543 t 2543 5113 638 t 1272 5082 2543 t 2543 5110 1272 t 328 5065 2544 t 2544 5115 328 t 1280 5114 2544 t 2544 5065 1280 t 638 5113 2544 t 2544 5114 638 t 1285 5115 2544 t 2544 5113 1285 t 327 5108 2545 t 2545 5061 327 t 1284 5111 2545 t 2545 5108 1284 t 638 5114 2545 t 2545 5111 638 t 1280 5061 2545 t 2545 5114 1280 t 324 5095 2546 t 2546 5112 324 t 1273 5116 2546 t 2546 5095 1273 t 639 5117 2546 t 2546 5116 639 t 1285 5112 2546 t 2546 5117 1285 t 325 5118 2547 t 2547 5092 325 t 1286 5119 2547 t 2547 5118 1286 t 639 5116 2547 t 2547 5119 639 t 1273 5092 2547 t 2547 5116 1273 t 329 5120 2548 t 2548 5122 329 t 1281 5121 2548 t 2548 5120 1281 t 639 5119 2548 t 2548 5121 639 t 1286 5122 2548 t 2548 5119 1286 t 328 5115 2549 t 2549 5123 328 t 1285 5117 2549 t 2549 5115 1285 t 639 5121 2549 t 2549 5117 639 t 1281 5123 2549 t 2549 5121 1281 t 325 5101 2550 t 2550 5118 325 t 1274 5124 2550 t 2550 5101 1274 t 640 5125 2550 t 2550 5124 640 t 1286 5118 2550 t 2550 5125 1286 t 322 5104 2551 t 2551 5099 322 t 1283 5126 2551 t 2551 5104 1283 t 640 5124 2551 t 2551 5126 640 t 1274 5099 2551 t 2551 5124 1274 t 326 5127 2552 t 2552 5109 326 t 1282 5128 2552 t 2552 5127 1282 t 640 5126 2552 t 2552 5128 640 t 1283 5109 2552 t 2552 5126 1283 t 329 5122 2553 t 2553 5129 329 t 1286 5125 2553 t 2553 5122 1286 t 640 5128 2553 t 2553 5125 640 t 1282 5129 2553 t 2553 5128 1282 t 267 4569 2554 t 2554 4575 267 t 1152 5130 2554 t 2554 4569 1152 t 641 5131 2554 t 2554 5130 641 t 1155 4575 2554 t 2554 5131 1155 t 266 4557 2555 t 2555 4565 266 t 1149 5132 2555 t 2555 4557 1149 t 641 5130 2555 t 2555 5132 641 t 1152 4565 2555 t 2555 5130 1152 t 264 4549 2556 t 2556 4553 264 t 1146 5133 2556 t 2556 4549 1146 t 641 5132 2556 t 2556 5133 641 t 1149 4553 2556 t 2556 5132 1149 t 261 4541 2557 t 2557 4545 261 t 1142 5134 2557 t 2557 4541 1142 t 641 5133 2557 t 2557 5134 641 t 1146 4545 2557 t 2557 5133 1146 t 262 3294 2558 t 2558 4537 262 t 824 5135 2558 t 2558 3294 824 t 641 5134 2558 t 2558 5135 641 t 1142 4537 2558 t 2558 5134 1142 t 89 3304 2559 t 2559 3289 89 t 825 5136 2559 t 2559 3304 825 t 641 5135 2559 t 2559 5136 641 t 824 3289 2559 t 2559 5135 824 t 90 3315 2560 t 2560 3301 90 t 826 5137 2560 t 2560 3315 826 t 641 5136 2560 t 2560 5137 641 t 825 3301 2560 t 2560 5136 825 t 91 3326 2561 t 2561 3312 91 t 827 5138 2561 t 2561 3326 827 t 641 5137 2561 t 2561 5138 641 t 826 3312 2561 t 2561 5137 826 t 92 3337 2562 t 2562 3323 92 t 941 5139 2562 t 2562 3337 941 t 641 5138 2562 t 2562 5139 641 t 827 3323 2562 t 2562 5138 827 t 268 4578 2563 t 2563 3334 268 t 1155 5131 2563 t 2563 4578 1155 t 641 5139 2563 t 2563 5131 641 t 941 3334 2563 t 2563 5139 941 t 143 5140 2564 t 2564 3719 143 t 1288 5141 2564 t 2564 5140 1288 t 642 5142 2564 t 2564 5141 642 t 1287 3719 2564 t 2564 5142 1287 t 313 3804 2565 t 2565 5144 313 t 695 5143 2565 t 2565 3804 695 t 642 5141 2565 t 2565 5143 642 t 1288 5144 2565 t 2565 5141 1288 t 24 2754 2566 t 2566 3801 24 t 696 5145 2566 t 2566 2754 696 t 642 5143 2566 t 2566 5145 642 t 695 3801 2566 t 2566 5143 695 t 18 3712 2567 t 2567 2748 18 t 1287 5142 2567 t 2567 3712 1287 t 642 5145 2567 t 2567 5142 642 t 696 2748 2567 t 2567 5145 696 t 143 5072 2568 t 2568 5140 143 t 930 5146 2568 t 2568 5072 930 t 643 5147 2568 t 2568 5146 643 t 1288 5140 2568 t 2568 5147 1288 t 316 4957 2569 t 2569 5066 316 t 1250 5148 2569 t 2569 4957 1250 t 643 5146 2569 t 2569 5148 643 t 930 5066 2569 t 2569 5146 930 t 313 5144 2570 t 2570 4951 313 t 1288 5147 2570 t 2570 5144 1288 t 643 5148 2570 t 2570 5147 643 t 1250 4951 2570 t 2570 5148 1250 t 315 5091 2571 t 2571 5151 315 t 1248 5149 2571 t 2571 5091 1248 t 644 5150 2571 t 2571 5149 644 t 1289 5151 2571 t 2571 5150 1289 t 160 3718 2572 t 2572 5086 160 t 1247 5152 2572 t 2572 3718 1247 t 644 5149 2572 t 2572 5152 644 t 1248 5086 2572 t 2572 5149 1248 t 314 5014 2573 t 2573 3713 314 t 1246 5153 2573 t 2573 5014 1246 t 644 5152 2573 t 2573 5153 644 t 1247 3713 2573 t 2573 5152 1247 t 189 5154 2574 t 2574 5017 189 t 1289 5150 2574 t 2574 5154 1289 t 644 5153 2574 t 2574 5150 644 t 1246 5017 2574 t 2574 5153 1246 t 315 5151 2575 t 2575 4958 315 t 1289 5155 2575 t 2575 5151 1289 t 645 5156 2575 t 2575 5155 645 t 1290 4958 2575 t 2575 5156 1290 t 189 4013 2576 t 2576 5154 189 t 1006 5157 2576 t 2576 4013 1006 t 645 5155 2576 t 2576 5157 645 t 1289 5154 2576 t 2576 5155 1289 t 190 5023 2577 t 2577 4020 190 t 1245 5158 2577 t 2577 5023 1245 t 645 5157 2577 t 2577 5158 645 t 1006 4020 2577 t 2577 5157 1006 t 313 4954 2578 t 2578 5020 313 t 1290 5156 2578 t 2578 4954 1290 t 645 5158 2578 t 2578 5156 645 t 1245 5020 2578 t 2578 5158 1245 t 328 5123 2579 t 2579 5064 328 t 1281 5159 2579 t 2579 5123 1281 t 646 5160 2579 t 2579 5159 646 t 1291 5064 2579 t 2579 5160 1291 t 329 5129 2580 t 2580 5120 329 t 1282 5161 2580 t 2580 5129 1282 t 646 5159 2580 t 2580 5161 646 t 1281 5120 2580 t 2580 5159 1281 t 326 5060 2581 t 2581 5127 326 t 1291 5160 2581 t 2581 5060 1291 t 646 5161 2581 t 2581 5160 646 t 1282 5127 2581 t 2581 5161 1282 } object { shader 2---Default type mesh name Sphere03 5520 10320 v 137.226 75.4883 107.225 0.19626 -0.456562 0.867775 0 0 v 143.823 79.6731 107.221 0.314302 -0.314201 0.895819 0 0 v 147.421 85.317 107.279 0.38288 -0.1209 0.915853 0 0 v 147.48 91.2764 107.225 0.392252 0.106261 0.9137 0 0 v 143.709 97.1311 107.292 0.307236 0.319018 0.896568 0 0 v 137.226 101.335 107.225 0.19626 0.456562 0.867775 0 0 v 143.713 65.7942 97.0649 0.262129 -0.735408 0.62487 0 0 v 155.57 72.7601 97.0565 0.505637 -0.54262 0.670742 0 0 v 162.403 82.8296 102.673 -0.273779 0.0818386 0.958305 0 0 v 162.184 93.0849 97.0404 0.665174 0.217748 0.714234 0 0 v 155.565 103.833 97.0612 0.521273 0.521648 0.675395 0 0 v 143.713 111.029 97.0649 0.262129 0.735409 0.62487 0 0 v 148.174 59.7117 84.4709 0.260169 -0.913633 0.312389 0 0 v 163.065 68.3837 84.5349 0.666491 -0.623169 0.409207 0 0 v 171.086 81.4667 84.4835 0.877971 -0.280209 0.388138 0 0 v 170.979 95.1075 84.5738 0.871768 0.26858 0.409738 0 0 v 162.647 107.891 84.5118 0.639657 0.694813 0.328746 0 0 v 147.635 116.626 84.5105 0.321288 0.912704 0.252478 0 0 v 148.895 59.3775 69.245 0.289255 -0.922756 -0.254664 0 0 v 164.913 68.3324 69.718 0.688154 -0.664176 -0.292086 0 0 v 173.094 81.4567 69.5609 0.925938 -0.306958 -0.220037 0 0 v 173.094 95.3663 69.5609 0.925938 0.306958 -0.220036 0 0 v 164.288 107.898 69.5609 0.637358 0.738883 -0.218693 0 0 v 148.543 116.58 69.5512 0.313767 0.923207 -0.221899 0 0 v 144.622 66.1814 56.0335 0.255152 -0.671139 -0.696038 0 0 v 156.569 72.9567 56.1425 0.433947 -0.497364 -0.751212 0 0 v 163.469 82.8957 56.1425 0.550674 -0.180701 -0.814927 0 0 v 163.469 93.9272 56.1425 0.550674 0.180701 -0.814927 0 0 v 156.569 103.866 56.1425 0.433947 0.497364 -0.751212 0 0 v 144.26 110.731 56.1403 0.238946 0.698952 -0.674071 0 0 v 135.602 75.4729 47.5221 0.198242 -0.467564 -0.861443 0 0 v 140.969 79.44 47.5221 0.296243 -0.276045 -0.914352 0 0 v 144.507 85.1073 47.5221 0.337955 -0.0914756 -0.936706 0 0 v 144.016 91.6134 47.5221 0.326793 0.0872134 -0.941063 0 0 v 140.969 97.383 47.5221 0.296243 0.276045 -0.914352 0 0 v 135.602 101.35 47.5221 0.198242 0.467564 -0.861443 0 0 v 164.303 79.4994 99.9867 -0.0134835 -0.967395 0.252912 0 0 v 168.225 81.8668 97.1437 0.913808 -0.282384 -0.291914 0 0 v 166.102 85.0876 100.012 0.349027 0.883653 0.311989 0 0 v 174.996 79.1534 113.968 -0.780349 0.171978 0.601231 0 0 v 175.852 77.7397 113.184 -0.216435 -0.968165 -0.125751 0 0 v 177.648 78.7763 112.561 0.730801 -0.147466 -0.666471 0 0 v 176.574 80.2118 113.407 0.170291 0.98357 0.0599251 0 0 v 177.051 78.3036 119.096 -0.955537 0.284536 -0.0773826 0 0 v 179.064 75.2796 117.593 -0.358649 -0.709639 -0.606452 0 0 v 183.103 77.5334 116.563 0.285361 0.0242306 -0.958114 0 0 v 180.638 80.6004 118.202 -0.096893 0.873668 -0.476776 0 0 v 177.479 78.1116 121.885 -0.875798 0.205476 0.436757 0 0 v 180.483 73.608 119.656 -0.237683 -0.937249 -0.255091 0 0 v 186.516 76.9806 118.107 0.573837 -0.0760017 -0.815435 0 0 v 182.853 81.5466 120.556 0.0499429 0.985845 -0.160049 0 0 v 180.368 77.5535 125.048 -0.485631 0.0453762 0.872985 0 0 v 183.276 73.1936 122.889 -0.00333467 -0.957352 0.288905 0 0 v 189.115 76.4575 121.39 0.94235 -0.241826 -0.231294 0 0 v 185.569 80.8781 123.761 0.277113 0.875111 0.396723 0 0 v 184.36 76.9382 125.99 -0.00590327 -0.112291 0.993658 0 0 v 185.673 75.0099 125.024 0.23241 -0.623921 0.746129 0 0 v 188.207 76.4445 124.379 0.714859 -0.282225 0.639786 0 0 v 186.67 78.3942 125.413 0.401724 0.30226 0.86444 0 0 v 137.471 103.305 41.5883 0.381083 0.877835 0.290142 0 0 v 144.094 98.7294 41.5899 0.674628 0.653949 0.342385 0 0 v 147.741 92.7915 41.6162 0.883636 0.255276 0.392456 0 0 v 146.333 84.7349 46.477 0.281466 0.492355 0.823628 0 0 v 143.922 77.884 41.6092 0.66894 -0.659669 0.342572 0 0 v 137.471 73.5177 41.5883 0.381083 -0.877835 0.290142 0 0 v 138.366 104.294 33.5791 0.394361 0.918571 0.0265706 0 0 v 145.565 99.2617 33.5794 0.733849 0.678922 0.0230328 0 0 v 149.439 92.3442 33.5716 0.967055 0.253955 0.0176597 0 0 v 149.5 84.5651 33.2879 0.968136 -0.250257 0.0092054 0 0 v 145.561 77.5613 33.5701 0.734758 -0.677891 0.0243816 0 0 v 138.366 72.5284 33.5791 0.394361 -0.918571 0.0265706 0 0 v 137.792 103.639 25.0062 0.387615 0.898614 -0.205541 0 0 v 144.614 98.8225 25.0062 0.718779 0.65229 -0.240572 0 0 v 148.308 92.0929 25.0062 0.932072 0.241422 -0.270106 0 0 v 148.308 84.73 25.0062 0.932072 -0.241423 -0.270106 0 0 v 144.614 78.0005 25.0062 0.718779 -0.65229 -0.240573 0 0 v 137.792 73.1844 25.0062 0.387614 -0.898615 -0.205541 0 0 v 136.012 101.604 17.9815 0.335365 0.76269 -0.553023 0 0 v 141.674 97.5425 17.9815 0.585824 0.52704 -0.615662 0 0 v 144.863 91.6602 17.9793 0.725804 0.185477 -0.662425 0 0 v 145.041 85.1324 18.076 0.741751 -0.191095 -0.642875 0 0 v 141.672 79.2845 17.9793 0.585932 -0.525855 -0.616571 0 0 v 136.012 75.2186 17.9815 0.335365 -0.76269 -0.553023 0 0 v 132.92 98.1595 14.1073 0.21759 0.421989 -0.880102 0 0 v 136.545 95.3174 14.0763 0.306752 0.277276 -0.910506 0 0 v 138.919 91.0908 14.087 0.364121 0.100074 -0.92596 0 0 v 141.86 85.4695 14.6436 0.916525 -0.233707 -0.324596 0 0 v 136.449 81.3513 14.0721 0.302559 -0.286498 -0.909053 0 0 v 132.92 78.6634 14.1073 0.217591 -0.42199 -0.880102 0 0 v 132.096 92.7228 12.5313 0.119487 0.0869805 -0.989018 0 0 v 133.522 90.0489 12.5523 0.146198 0.0380908 -0.988522 0 0 v 133.177 86.8255 12.4696 0.13215 -0.0334484 -0.990665 0 0 v 132.074 84.0819 12.5283 0.117633 -0.087861 -0.989163 0 0 v 147.226 81.1585 41.9671 0.386654 -0.895331 0.221091 0 0 v 149.66 84.3765 38.3151 0.79211 -0.210433 -0.572957 0 0 v 149.026 88.0552 41.9044 0.704041 0.656028 0.271944 0 0 v 150.618 84.4474 45.6132 0.205402 -0.560202 0.802486 0 0 v 151.27 81.8133 42.2788 0.0136735 -0.998652 0.0500714 0 0 v 152.343 84.1186 39.0919 -0.0888313 -0.0537972 -0.994593 0 0 v 152.531 86.7252 41.8955 0.156938 0.987427 -0.0189051 0 0 v 156.473 83.8689 43.2136 0.533999 0.0330829 0.844838 0 0 v 155.396 81.5688 41.1224 -0.0737243 -0.995331 0.062294 0 0 v 155.154 83.672 38.0848 -0.56427 -0.0304759 -0.825027 0 0 v 156.151 86.1155 40.4402 0.184933 0.978955 -0.0862961 0 0 v 160.209 83.1573 39.5996 0.810857 0.0731539 0.580655 0 0 v 158.612 81.2124 38.4049 -0.0222694 -0.997607 0.0654496 0 0 v 157.319 83.0155 36.0405 -0.734742 -0.103547 -0.670397 0 0 v 158.962 85.0092 37.3911 0.192194 0.961243 -0.197671 0 0 v 161.639 82.7023 36.3777 0.997083 -0.0117559 -0.0754183 0 0 v 160.416 81.4755 36.0093 0.239163 -0.897952 -0.369435 0 0 v 159.136 82.6362 34.8524 -0.177798 -0.289286 -0.940585 0 0 v 160.4 83.8726 35.2704 0.363558 0.661845 -0.655582 0 0 v 138.321 83.7151 13.4668 0.0368085 -0.862096 -0.505406 0 0 v 136.272 86.1438 12.6184 -0.377782 0.0876876 -0.921733 0 0 v 139.421 87.9664 13.4381 0.269515 0.761226 -0.589827 0 0 v 142.226 85.2594 10.9558 0.958572 -0.22258 0.177755 0 0 v 139.42 83.8923 10.4803 -0.129773 -0.991152 0.0278765 0 0 v 137.749 85.774 10.1039 -0.939784 0.219901 -0.261627 0 0 v 140.264 87.1702 10.327 0.129769 0.987114 -0.0936308 0 0 v 142.644 84.8873 6.32056 0.971275 -0.229341 0.0634581 0 0 v 140.056 83.6348 5.96867 -0.128534 -0.991058 0.0358294 0 0 v 138.506 85.3592 5.68852 -0.960347 0.226092 -0.163145 0 0 v 140.825 86.6366 5.79949 0.127575 0.985712 -0.109989 0 0 v 142.655 84.6102 2.56142 0.967347 -0.2376 -0.0882388 0 0 v 140.537 83.5813 2.2556 -0.106264 -0.988183 -0.110461 0 0 v 139.259 84.9991 2.04254 -0.902395 0.19957 -0.38191 0 0 v 141.166 86.0454 2.1164 0.14529 0.959116 -0.242875 0 0 v 142.062 84.5863 0.977822 0.665214 -0.207443 -0.717257 0 0 v 141.025 84.0722 0.831119 0.0338332 -0.672459 -0.73936 0 0 v 140.37 84.7824 0.719038 -0.401197 0.0489551 -0.914683 0 0 v 141.336 85.3009 0.761266 0.188107 0.541821 -0.819174 0 0 v 153.468 60.6384 80.7996 0.542735 -0.839896 -0.00375019 0 0 v 154.102 60.5449 73.4452 0.534847 -0.832621 0.143809 0 0 v 161.885 64.8033 73.6764 0.438543 -0.890515 0.121091 0 0 v 160.966 64.9441 80.9545 0.442493 -0.896768 -0.00253358 0 0 v 153.801 62.5676 80.0815 0.752068 -0.0425734 -0.657709 0 0 v 154.272 62.472 73.9699 0.644097 0.0249735 0.764536 0 0 v 160.693 65.9717 74.2187 -0.702942 -0.129021 0.699447 0 0 v 159.977 66.129 80.2475 -0.583032 -0.191603 -0.789533 0 0 v 154.483 67.99 79.0008 0.764941 -0.500591 -0.405308 0 0 v 154.855 67.9134 74.5896 0.695304 -0.462772 0.549904 0 0 v 159.463 70.4495 74.7584 -0.296046 -0.689645 0.660868 0 0 v 158.977 70.5558 79.1316 -0.205447 -0.726797 -0.655407 0 0 v 140.401 59.1905 63.1305 0.165455 -0.87268 -0.459406 0 0 v 129.421 73.9389 107.169 3.22032e-007 -0.535496 0.844538 0 0 v 129.421 89.509 110.865 2.79687e-007 0.00922098 0.999957 0 0 v 129.421 94.4077 110.473 1.1413e-008 0.189752 0.981832 0 0 v 129.421 63.3755 97.0649 -9.41836e-008 -0.794847 0.60681 0 0 v 129.421 113.447 97.0649 -2.0049e-007 0.794846 0.606811 0 0 v 129.421 57.169 84.5127 8.87144e-009 -0.974221 0.225596 0 0 v 129.421 119.706 69.5184 -4.66895e-010 0.974637 -0.223792 0 0 v 129.421 113.139 56.1328 7.00277e-010 0.766537 -0.6422 0 0 v 129.421 74.135 47.5221 -5.68742e-008 -0.912699 0.408633 0 0 v 129.421 102.688 47.5221 -5.42238e-007 0.564112 -0.825698 0 0 v 129.421 104.963 41.5883 -4.47805e-008 0.964505 0.264064 0 0 v 129.421 106.114 33.5791 -3.26551e-008 0.999701 0.0244475 0 0 v 129.421 105.351 25.0062 -6.24937e-008 0.98186 -0.189609 0 0 v 129.421 71.4716 25.0062 -1.24055e-007 -0.98186 -0.189609 0 0 v 129.421 99.0626 14.1502 2.33063e-010 0.527146 -0.849775 0 0 v 129.421 80.839 12.8047 -9.32214e-010 -0.249512 -0.968372 0 0 v 129.421 58.3205 63.205 -9.08758e-009 -0.92636 -0.37664 0 0 v 121.616 75.4883 107.225 -0.19626 -0.456562 0.867775 0 0 v 115.129 65.7942 97.0649 -0.262129 -0.735408 0.62487 0 0 v 103.432 72.6088 97.052 -0.504555 -0.541359 0.672574 0 0 v 115.173 79.66 107.32 -0.299401 -0.324395 0.897289 0 0 v 94.7094 79.3318 99.9828 0.00381563 -0.95444 0.298378 0 0 v 97.0505 82.999 102.697 0.15649 0.139631 0.97776 0 0 v 111.722 85.3606 107.487 -0.372402 -0.119101 0.920397 0 0 v 95.2369 87.4733 97.228 -0.51507 0.66513 0.540652 0 0 v 95.7693 90.0177 97.0212 -0.682361 0.109167 0.722818 0 0 v 111.438 91.1611 107.339 -0.381248 0.119072 0.916772 0 0 v 102.944 103.23 97.0598 -0.537208 0.501786 0.677952 0 0 v 115.08 97.0386 107.292 -0.3119 0.315867 0.896073 0 0 v 115.129 111.029 97.0649 -0.262129 0.735408 0.62487 0 0 v 121.616 101.335 107.225 -0.19626 0.456562 0.867775 0 0 v 129.421 102.884 107.169 -2.98521e-007 0.535496 0.844538 0 0 v 110.668 59.7117 84.4709 -0.260169 -0.913633 0.312389 0 0 v 95.7795 68.2899 84.4664 -0.663709 -0.631822 0.400365 0 0 v 87.6743 81.4421 84.2721 -0.877629 -0.280404 0.388768 0 0 v 90.6717 81.9654 96.5746 -0.944151 -0.241868 -0.223781 0 0 v 87.6603 94.9684 84.4584 -0.879002 0.271134 0.392226 0 0 v 96.118 107.762 84.5117 -0.643132 0.687264 0.337713 0 0 v 111.207 116.626 84.5105 -0.321288 0.912704 0.252478 0 0 v 129.421 119.682 84.503 8.40395e-009 0.972983 0.230876 0 0 v 93.9287 68.3324 69.718 -0.688154 -0.664177 -0.292085 0 0 v 85.7481 81.4567 69.5609 -0.925937 -0.306958 -0.220037 0 0 v 85.7481 95.3663 69.5609 -0.925938 0.306959 -0.220036 0 0 v 94.5539 107.898 69.5609 -0.637358 0.738883 -0.218693 0 0 v 110.298 116.58 69.5512 -0.313767 0.923207 -0.221899 0 0 v 109.947 59.3775 69.245 -0.289254 -0.922756 -0.254664 0 0 v 114.219 66.1814 56.0335 -0.255152 -0.67114 -0.696038 0 0 v 102.273 72.9567 56.1425 -0.433947 -0.497364 -0.751212 0 0 v 95.3731 82.8957 56.1425 -0.550673 -0.180701 -0.814927 0 0 v 95.3731 93.9272 56.1425 -0.550673 0.180701 -0.814927 0 0 v 102.273 103.866 56.1425 -0.433947 0.497364 -0.751211 0 0 v 114.582 110.731 56.1403 -0.238946 0.698952 -0.674071 0 0 v 123.239 75.4729 47.5221 -0.198242 -0.467564 -0.861443 0 0 v 117.872 79.44 47.5221 -0.296243 -0.276046 -0.914351 0 0 v 114.335 85.1073 47.5221 -0.337955 -0.0914758 -0.936706 0 0 v 114.826 91.6134 47.5221 -0.326794 0.0872127 -0.941063 0 0 v 117.872 97.383 47.5221 -0.296243 0.276046 -0.914352 0 0 v 123.239 101.35 47.5221 -0.198243 0.467564 -0.861443 0 0 v 74.4818 76.9382 125.99 0.00590508 -0.11229 0.993658 0 0 v 73.1684 75.0099 125.024 -0.23241 -0.623922 0.746128 0 0 v 70.6346 76.4445 124.379 -0.714862 -0.282226 0.639782 0 0 v 72.1715 78.3942 125.413 -0.401728 0.302261 0.864438 0 0 v 82.9894 77.7397 113.184 0.216435 -0.968164 -0.125752 0 0 v 83.9926 79.2109 113.791 0.783697 0.146795 0.603548 0 0 v 81.3293 78.8314 112.366 -0.72673 -0.177907 -0.663485 0 0 v 82.9683 80.5187 112.481 -0.182008 0.980245 0.0774067 0 0 v 79.7777 75.2796 117.593 0.358649 -0.709637 -0.606454 0 0 v 81.7903 78.3036 119.096 0.955537 0.284536 -0.0773811 0 0 v 75.7389 77.5334 116.563 -0.28536 0.0242314 -0.958114 0 0 v 78.2033 80.6004 118.202 0.0968918 0.873667 -0.476778 0 0 v 78.359 73.608 119.656 0.237683 -0.937249 -0.255091 0 0 v 81.363 78.1116 121.885 0.875798 0.205475 0.436757 0 0 v 72.3259 76.9806 118.107 -0.573838 -0.0760039 -0.815434 0 0 v 75.9885 81.5466 120.556 -0.0499421 0.985844 -0.160051 0 0 v 75.566 73.1936 122.889 0.00333569 -0.957351 0.288908 0 0 v 78.4738 77.5535 125.048 0.485631 0.0453777 0.872985 0 0 v 69.7265 76.4575 121.39 -0.942349 -0.241828 -0.231294 0 0 v 73.2728 80.8781 123.761 -0.277113 0.875111 0.396724 0 0 v 114.748 98.7294 41.5899 -0.674627 0.65395 0.342386 0 0 v 121.371 103.305 41.5883 -0.381082 0.877835 0.290141 0 0 v 111.101 92.7915 41.6162 -0.883635 0.255277 0.392458 0 0 v 112.509 84.7349 46.477 -0.281467 0.492356 0.823627 0 0 v 109.816 88.0552 41.9044 -0.704042 0.656027 0.271943 0 0 v 114.92 77.884 41.6092 -0.66894 -0.65967 0.342571 0 0 v 111.616 81.1585 41.9671 -0.386654 -0.895331 0.22109 0 0 v 121.371 73.5177 41.5883 -0.381083 -0.877835 0.290141 0 0 v 129.421 71.8595 41.5883 -9.00275e-008 -0.964505 0.264064 0 0 v 113.277 99.2617 33.5794 -0.73385 0.678921 0.0230328 0 0 v 120.476 104.294 33.5791 -0.394361 0.918571 0.0265704 0 0 v 109.402 92.3442 33.5716 -0.967055 0.253953 0.0176594 0 0 v 109.182 84.3765 38.3151 -0.792109 -0.210432 -0.572958 0 0 v 109.342 84.5651 33.2879 -0.968135 -0.250258 0.00920354 0 0 v 113.281 77.5613 33.5701 -0.734758 -0.677891 0.0243806 0 0 v 120.476 72.5284 33.5791 -0.394362 -0.918571 0.0265704 0 0 v 129.421 70.7088 33.5791 -4.66501e-010 -0.999701 0.0244475 0 0 v 114.228 98.8225 25.0062 -0.718779 0.65229 -0.240572 0 0 v 121.05 103.639 25.0062 -0.387614 0.898615 -0.20554 0 0 v 110.533 92.0929 25.0062 -0.932072 0.241422 -0.270106 0 0 v 110.533 84.73 25.0062 -0.932072 -0.241422 -0.270106 0 0 v 114.228 78.0005 25.0062 -0.718779 -0.652289 -0.240572 0 0 v 121.05 73.1844 25.0062 -0.387614 -0.898615 -0.20554 0 0 v 117.168 97.5425 17.9815 -0.585824 0.52704 -0.615661 0 0 v 122.83 101.604 17.9815 -0.335365 0.76269 -0.553023 0 0 v 113.979 91.6602 17.9792 -0.725804 0.185475 -0.662425 0 0 v 113.801 85.1324 18.076 -0.741751 -0.191093 -0.642875 0 0 v 117.17 79.2845 17.9793 -0.585932 -0.525855 -0.616571 0 0 v 122.83 75.2186 17.9815 -0.335365 -0.76269 -0.553023 0 0 v 129.421 73.8371 17.9815 1.93031e-007 -0.853895 -0.520445 0 0 v 122.297 95.3174 14.0763 -0.306751 0.277275 -0.910507 0 0 v 125.921 98.1595 14.1073 -0.217589 0.421988 -0.880103 0 0 v 119.922 91.0908 14.087 -0.364123 0.100076 -0.925959 0 0 v 116.982 85.4695 14.6436 -0.916525 -0.233705 -0.324597 0 0 v 119.42 87.9664 13.4381 -0.269515 0.76123 -0.589823 0 0 v 122.393 81.3513 14.0721 -0.302559 -0.286496 -0.909053 0 0 v 120.52 83.7151 13.4668 -0.0368091 -0.862097 -0.505405 0 0 v 125.921 78.6634 14.1073 -0.217588 -0.421988 -0.880103 0 0 v 129.421 77.7604 14.1502 -1.16531e-010 -0.527148 -0.849774 0 0 v 126.745 92.7228 12.5313 -0.119484 0.0869794 -0.989019 0 0 v 129.421 93.5406 12.369 1.8855e-006 0.0943732 -0.995537 0 0 v 129.421 95.9839 12.8047 -2.82228e-007 0.249515 -0.968371 0 0 v 125.319 90.0489 12.5523 -0.146197 0.0380919 -0.988522 0 0 v 122.569 86.1438 12.6184 0.377783 0.0876886 -0.921733 0 0 v 125.665 86.8255 12.4696 -0.132149 -0.0334474 -0.990665 0 0 v 126.768 84.0819 12.5283 -0.117631 -0.0878612 -0.989163 0 0 v 129.421 83.2824 12.369 -5.22814e-006 -0.0943699 -0.995537 0 0 v 97.2025 82.7023 36.3777 -0.997082 -0.0117657 -0.0754318 0 0 v 98.4255 81.4755 36.0093 -0.239165 -0.897951 -0.369437 0 0 v 99.7053 82.6362 34.8524 0.177796 -0.289285 -0.940587 0 0 v 98.442 83.8726 35.2704 -0.363552 0.661846 -0.655583 0 0 v 107.572 81.8133 42.2788 -0.0136735 -0.998652 0.0500715 0 0 v 108.224 84.4474 45.6132 -0.2054 -0.560203 0.802486 0 0 v 106.498 84.1186 39.0919 0.0888329 -0.0537985 -0.994593 0 0 v 106.31 86.7252 41.8955 -0.156938 0.987428 -0.0189048 0 0 v 103.446 81.5688 41.1224 0.0737261 -0.995331 0.0622938 0 0 v 102.369 83.8689 43.2136 -0.533999 0.0330851 0.844838 0 0 v 103.688 83.672 38.0848 0.564272 -0.0304742 -0.825026 0 0 v 102.69 86.1155 40.4402 -0.184933 0.978955 -0.086297 0 0 v 100.229 81.2124 38.4049 0.0222711 -0.997607 0.0654496 0 0 v 98.6329 83.1573 39.5996 -0.810857 0.073154 0.580655 0 0 v 101.522 83.0155 36.0405 0.734744 -0.103546 -0.670395 0 0 v 99.8794 85.0092 37.3911 -0.192193 0.961243 -0.197672 0 0 v 116.779 84.5863 0.977822 -0.665206 -0.207446 -0.717263 0 0 v 117.817 84.0722 0.831112 -0.0338423 -0.672469 -0.739351 0 0 v 118.472 84.7824 0.719038 0.401202 0.0489357 -0.914681 0 0 v 117.506 85.3009 0.761273 -0.188107 0.54184 -0.819162 0 0 v 119.422 83.8923 10.4803 0.129773 -0.991152 0.0278757 0 0 v 116.616 85.2594 10.9558 -0.958572 -0.22258 0.177755 0 0 v 121.092 85.774 10.1039 0.939783 0.219907 -0.261626 0 0 v 118.578 87.1702 10.327 -0.129769 0.987114 -0.0936315 0 0 v 118.786 83.6348 5.96867 0.128534 -0.991058 0.0358291 0 0 v 116.197 84.8873 6.32056 -0.971276 -0.229341 0.0634558 0 0 v 120.336 85.3592 5.68852 0.960347 0.226093 -0.163145 0 0 v 118.017 86.6366 5.7995 -0.127575 0.985711 -0.109989 0 0 v 118.305 83.5813 2.25562 0.106262 -0.988184 -0.110461 0 0 v 116.186 84.6102 2.56143 -0.967347 -0.2376 -0.0882365 0 0 v 119.583 84.9991 2.04254 0.902393 0.199578 -0.38191 0 0 v 117.675 86.0454 2.11641 -0.14529 0.959115 -0.242876 0 0 v 104.74 60.5449 73.4452 -0.534846 -0.832622 0.143806 0 0 v 105.374 60.6384 80.7996 -0.542733 -0.839897 -0.00374782 0 0 v 96.9569 64.8033 73.6764 -0.438545 -0.890514 0.121091 0 0 v 97.8753 64.9441 80.9545 -0.442491 -0.896769 -0.00253438 0 0 v 104.359 67.99 79.0008 -0.764939 -0.500593 -0.405308 0 0 v 103.986 67.9134 74.5896 -0.695303 -0.462775 0.549904 0 0 v 99.3788 70.4495 74.7584 0.296047 -0.689645 0.660868 0 0 v 99.8648 70.5558 79.1316 0.205445 -0.726798 -0.655406 0 0 v 104.57 62.472 73.9699 -0.644097 0.0249729 0.764536 0 0 v 105.041 62.5676 80.0815 -0.752069 -0.0425753 -0.657708 0 0 v 98.1492 65.9717 74.2187 0.70294 -0.129024 0.699448 0 0 v 98.8646 66.129 80.2475 0.583032 -0.191604 -0.789533 0 0 v 129.421 62.8686 56.0476 -3.63819e-008 -0.659112 -0.752045 0 0 v 129.421 56.5506 70.6502 1.39874e-009 -0.994275 -0.106854 0 0 v 118.441 59.1905 63.1305 -0.165455 -0.87268 -0.459406 0 0 v 129.421 60.6005 58.5135 6.56919e-009 -0.969747 -0.244111 0 0 v 129.421 82.4152 110.473 -3.5357e-007 -0.18975 0.981832 0 0 v 129.421 85.2496 110.833 4.70034e-007 -0.0427777 0.999085 0 0 v 129.421 87.3139 110.865 2.78754e-007 -0.00922095 0.999957 0 0 v 129.421 91.5734 110.833 4.70966e-007 0.0427775 0.999085 0 0 v 129.421 102.986 17.9815 -1.97238e-007 0.853895 -0.520445 0 0 v 129.421 62.6372 59.1495 1.30095e-007 -0.0359468 0.999354 0 0 v 138.696 61.2216 62.9455 -0.935498 -0.0909697 -0.34142 0 0 v 129.421 60.8183 62.0651 -6.44472e-008 0.00556016 -0.999985 0 0 v 120.146 61.2216 62.9455 0.935498 -0.0909719 -0.34142 0 0 v 129.421 70.4799 59.4986 -9.83831e-008 -0.181107 0.983463 0 0 v 136.857 68.4028 62.2259 -0.709381 -0.586513 -0.390873 0 0 v 129.421 69.1731 61.4669 5.17493e-008 -0.294315 -0.955709 0 0 v 121.984 68.4028 62.2259 0.709382 -0.586513 -0.390871 0 0 v 145.819 72.7465 102.708 0.332884 -0.553619 0.763344 0 0 v 154.85 80.021 102.217 0.344024 -0.442986 0.827896 0 0 v 157.33 87.6198 102.212 0.46584 0.233757 0.853434 0 0 v 153.387 96.5718 102.701 0.515167 0.307881 0.799883 0 0 v 145.791 104.068 102.725 0.3344 0.553645 0.762663 0 0 v 135.177 107.952 102.711 0.116389 0.680839 0.723126 0 0 v 153.432 65.7885 91.2302 0.429777 -0.728044 0.534083 0 0 v 164.654 76.7486 91.9632 0.676181 -0.605282 0.420015 0 0 v 168.112 87.4746 91.9581 0.870986 0.186809 0.454408 0 0 v 164.404 100.431 91.0716 0.697741 0.43157 0.571755 0 0 v 153.437 111.023 91.0633 0.443936 0.747442 0.494219 0 0 v 137.888 116.57 91.0629 0.147872 0.878751 0.453796 0 0 v 170.013 74.5679 77.1882 0.848102 -0.514877 0.124998 0 0 v 174.354 88.3874 77.184 0.987534 0.00102209 0.157405 0 0 v 169.837 102.33 77.1698 0.820423 0.559125 0.119525 0 0 v 157.161 113.523 77.1687 0.491313 0.869769 0.0459802 0 0 v 139.216 119.726 77.1483 0.163925 0.986441 0.00787489 0 0 v 155.103 65.9638 62.1606 0.421738 -0.733972 -0.532374 0 0 v 166.691 75.9479 62.3419 0.683709 -0.472728 -0.555941 0 0 v 170.864 88.4115 62.3401 0.808765 -7.68666e-008 -0.588132 0 0 v 166.682 100.867 62.3401 0.682815 0.481974 -0.549058 0 0 v 154.976 110.855 62.3394 0.420792 0.768457 -0.482087 0 0 v 138.437 116.401 62.3189 0.143496 0.883546 -0.44582 0 0 v 145.156 72.8994 51.4172 0.28377 -0.478638 -0.830891 0 0 v 152.492 79.8 51.4183 0.382002 -0.252983 -0.888861 0 0 v 155.114 88.4102 51.4183 0.411863 0.00111054 -0.911245 0 0 v 152.486 97.0217 51.4183 0.381709 0.251498 -0.889408 0 0 v 145.152 103.924 51.4183 0.282786 0.481725 -0.829441 0 0 v 134.931 107.691 51.4176 0.1068 0.628765 -0.770226 0 0 v 186.581 76.6271 125.616 0.356868 -0.208119 0.910676 0 0 v 169.594 79.8609 107.266 -0.610349 -0.627037 0.484043 0 0 v 171.57 79.5083 105.666 0.33399 -0.871968 -0.357943 0 0 v 172.203 81.5725 105.732 0.708149 0.655024 -0.263567 0 0 v 170.204 81.8516 107.332 -0.256573 0.799739 0.54276 0 0 v 177.203 77.1244 117.086 -0.827868 -0.557346 0.063247 0 0 v 179.96 76.7634 115.91 0.200229 -0.691727 -0.693846 0 0 v 180.673 79.2007 116.188 0.434514 0.673653 -0.59782 0 0 v 177.915 79.5617 117.364 -0.510562 0.842104 0.173746 0 0 v 177.445 75.7614 119.691 -0.853187 -0.51754 -0.0649966 0 0 v 182.766 75.0918 117.466 0.143123 -0.619725 -0.771659 0 0 v 184.159 79.7675 117.998 0.317463 0.637011 -0.702449 0 0 v 178.837 80.4371 120.223 -0.548103 0.836395 0.00515345 0 0 v 179.087 74.847 122.674 -0.631848 -0.629981 0.451544 0 0 v 185.584 74.0352 119.957 0.354307 -0.833755 -0.423461 0 0 v 187.29 79.7427 120.604 0.608512 0.696345 -0.380548 0 0 v 180.792 80.5545 123.321 -0.391665 0.78272 0.483681 0 0 v 182.966 75.1818 125.25 -0.15056 -0.514382 0.844241 0 0 v 187.278 74.635 123.445 0.522937 -0.776369 0.351835 0 0 v 188.402 78.4257 123.878 0.792664 0.386791 0.471251 0 0 v 184.09 78.9724 125.683 -0.0231386 0.389957 0.920542 0 0 v 139.863 100.526 44.7368 0.514797 0.719908 0.465529 0 0 v 144.727 95.3423 44.7473 0.71701 0.407373 0.565636 0 0 v 146.382 88.676 45.0798 0.74126 0.113049 0.66163 0 0 v 144.55 81.4444 45.0799 0.614303 -0.477357 0.6283 0 0 v 139.853 76.2928 44.7439 0.514059 -0.719916 0.466331 0 0 v 133.074 73.3031 44.7367 0.18857 -0.897861 0.397853 0 0 v 141.914 101.846 37.7967 0.562983 0.808542 0.1712 0 0 v 147.481 96.0175 37.7981 0.849139 0.497665 0.176896 0 0 v 149.558 88.6002 37.774 0.988949 0.0874849 0.119691 0 0 v 147.556 80.8163 37.774 0.820164 -0.564306 0.0942863 0 0 v 141.91 74.9736 37.7946 0.562338 -0.8094 0.169257 0 0 v 133.855 71.5225 37.7966 0.197535 -0.968898 0.149055 0 0 v 142.131 101.985 29.2297 0.572739 0.812619 -0.107796 0 0 v 147.739 95.8419 29.2297 0.868973 0.477469 -0.130034 0 0 v 149.675 88.4183 29.2228 0.990233 0.00247625 -0.139399 0 0 v 147.739 80.9821 29.2227 0.86819 -0.478661 -0.130882 0 0 v 142.13 74.8379 29.2296 0.572757 -0.812609 -0.107776 0 0 v 133.939 71.3241 29.2297 0.19859 -0.975633 -0.0932848 0 0 v 140.509 100.868 21.1642 0.539196 0.759506 -0.363893 0 0 v 145.578 95.2674 21.1642 0.798316 0.435398 -0.416078 0 0 v 147.355 88.4095 21.1653 0.899384 0.00317139 -0.437149 0 0 v 145.58 81.5561 21.1653 0.797832 -0.438601 -0.413634 0 0 v 140.509 75.9552 21.1642 0.539226 -0.759458 -0.363949 0 0 v 133.318 72.8301 21.1642 0.190713 -0.927823 -0.320583 0 0 v 137.072 98.5064 15.6732 0.358905 0.494459 -0.791642 0 0 v 141.017 94.0731 15.676 0.488491 0.264635 -0.831472 0 0 v 142.456 88.3254 15.5689 0.583777 0.101973 -0.805485 0 0 v 141.037 82.7928 15.5701 0.503561 -0.384685 -0.773592 0 0 v 137.07 78.315 15.6726 0.358736 -0.496148 -0.790661 0 0 v 132.017 75.989 15.6843 0.141489 -0.661633 -0.736358 0 0 v 131.935 95.191 12.8718 0.164301 0.214018 -0.962913 0 0 v 134.993 92.425 13.0254 0.230671 0.12228 -0.965318 0 0 v 135.973 88.4766 12.9649 0.185597 0.106034 -0.976888 0 0 v 134.908 84.2667 12.9636 0.134693 -0.198961 -0.970707 0 0 v 131.931 81.6284 12.8715 0.163027 -0.214802 -0.962955 0 0 v 130.59 79.3499 13.3638 0.0916305 -0.386256 -0.917829 0 0 v 160.754 82.5795 35.0936 0.451551 -0.249029 -0.856788 0 0 v 148.658 82.6215 44.341 0.0674399 -0.717521 0.693264 0 0 v 149.984 82.4131 40.0793 0.224168 -0.815594 -0.533436 0 0 v 150.994 86.1892 39.9369 0.340802 0.690849 -0.637638 0 0 v 149.665 86.3848 44.1986 0.244532 0.801586 0.545586 0 0 v 153.679 82.5449 43.6778 0.157702 -0.722228 0.673436 0 0 v 153.502 82.3926 39.8896 -0.250365 -0.782593 -0.56997 0 0 v 154.19 85.5952 39.5289 -0.138764 0.730811 -0.668326 0 0 v 154.368 85.7475 43.317 0.321403 0.728134 0.60541 0 0 v 157.979 82.0765 41.2071 0.422214 -0.710606 0.562827 0 0 v 156.467 81.9594 38.165 -0.491408 -0.773023 -0.40119 0 0 v 156.845 84.8383 37.5694 -0.348408 0.719548 -0.600718 0 0 v 158.357 84.9554 40.6115 0.607382 0.699297 0.376922 0 0 v 160.899 81.7237 37.6018 0.625513 -0.711767 0.319563 0 0 v 158.742 81.6533 35.9193 -0.354083 -0.829343 -0.43222 0 0 v 158.809 83.9025 35.2436 -0.308455 0.629566 -0.713094 0 0 v 160.967 83.9729 36.9261 0.689282 0.718911 0.0897584 0 0 v 141.271 84.6639 0.574299 0.140804 -0.0911948 -0.985828 0 0 v 140.715 84.2994 12.7558 0.432921 -0.899879 0.0528862 0 0 v 137.521 84.6904 11.8772 -0.670455 -0.651525 -0.354972 0 0 v 138.137 87.0665 11.8145 -0.412458 0.821709 -0.393284 0 0 v 141.339 86.7056 12.6932 0.714457 0.699367 -0.0209065 0 0 v 141.465 84.0881 8.54064 0.421929 -0.901001 0.100867 0 0 v 138.51 84.4251 8.07788 -0.749178 -0.658513 -0.0713589 0 0 v 139.06 86.5706 7.95914 -0.481434 0.860494 -0.166646 0 0 v 142.015 86.2336 8.42191 0.696832 0.717183 -0.00855001 0 0 v 141.788 83.842 4.12475 0.429964 -0.901402 0.0510419 0 0 v 139.149 84.1433 3.72169 -0.743841 -0.660077 -0.104876 0 0 v 139.639 86.0576 3.61371 -0.477966 0.855754 -0.198075 0 0 v 142.278 85.7563 4.01677 0.70431 0.706517 -0.0691455 0 0 v 141.811 83.9784 1.40153 0.459028 -0.837856 -0.295449 0 0 v 140.045 84.182 1.13165 -0.572131 -0.574549 -0.585286 0 0 v 140.371 85.4635 1.059 -0.37733 0.694701 -0.612382 0 0 v 142.137 85.26 1.32888 0.699806 0.578933 -0.418459 0 0 v 150.996 59.2185 77.1279 0.290263 -0.95632 0.034646 0 0 v 158.23 62.8321 70.9676 0.470787 -0.847808 -0.244092 0 0 v 164.048 66.539 77.2926 0.692757 -0.713632 0.104007 0 0 v 156.798 62.9285 83.4281 0.470098 -0.81817 0.331069 0 0 v 156.899 70.7278 76.7921 0.479466 -0.875141 0.065115 0 0 v 152.853 60.4142 77.0558 0.966112 -0.246656 0.0760805 0 0 v 157.858 62.8876 72.8097 0.206304 -0.443101 0.87241 0 0 v 161.996 65.5393 77.3488 -0.498284 -0.866138 -0.0389607 0 0 v 156.991 63.0658 81.5948 0.312016 -0.506344 -0.803904 0 0 v 152.949 64.8447 76.8458 0.988558 -0.131134 0.0745474 0 0 v 157.401 67.043 73.0545 0.0300919 -0.133392 0.990606 0 0 v 161.085 69.4048 77.1136 -0.957159 -0.269062 -0.107018 0 0 v 156.633 67.2065 80.9049 0.15598 -0.228887 -0.960875 0 0 v 137.881 57.8025 66.1693 0.106022 -0.965864 -0.236358 0 0 v 132.135 78.2956 109.27 0.0675379 -0.345594 0.93595 0 0 v 135.178 82.0056 109.938 0.144356 -0.217206 0.965393 0 0 v 137.903 84.9785 109.979 0.181006 -0.11187 0.977099 0 0 v 138.868 88.3917 109.988 0.191502 0.00267712 0.981489 0 0 v 137.876 91.837 109.996 0.179278 0.105656 0.978109 0 0 v 135.177 94.8172 109.939 0.143505 0.217781 0.96539 0 0 v 132.135 98.5273 109.27 0.0675394 0.345592 0.935951 0 0 v 135.177 68.8705 102.711 0.116388 -0.680839 0.723126 0 0 v 137.895 60.2482 91.0634 0.142233 -0.877322 0.45834 0 0 v 139.068 56.9806 77.2674 0.12827 -0.991033 0.0374108 0 0 v 135.021 69.1433 51.3888 0.10461 -0.56365 -0.819363 0 0 v 133.074 103.52 44.7367 0.18857 0.897861 0.397853 0 0 v 133.855 105.3 37.7966 0.197535 0.968898 0.149055 0 0 v 133.939 105.499 29.2297 0.19859 0.975633 -0.0932848 0 0 v 133.318 103.993 21.1642 0.190712 0.927823 -0.320582 0 0 v 132.017 100.834 15.6843 0.141489 0.661632 -0.736359 0 0 v 130.59 97.473 13.3638 0.0916264 0.386255 -0.91783 0 0 v 113.066 72.7415 102.734 -0.32898 -0.556985 0.762587 0 0 v 105.119 79.9169 102.829 -0.353657 -0.43901 0.825952 0 0 v 102.507 87.9605 102.834 -0.523746 0.180664 0.832497 0 0 v 104.969 95.557 102.737 -0.52429 0.297568 0.797856 0 0 v 113.032 104.036 102.725 -0.341156 0.549544 0.762636 0 0 v 123.665 107.952 102.711 -0.116388 0.680839 0.723126 0 0 v 105.412 65.7504 91.2032 -0.425765 -0.731131 0.533078 0 0 v 94.2905 75.8789 91.2515 -0.678853 -0.593715 0.432042 0 0 v 90.2439 88.1403 91.1708 -0.84133 0.124681 0.525945 0 0 v 93.6877 99.1303 91.0289 -0.70098 0.41167 0.58237 0 0 v 105.381 110.982 91.0633 -0.450652 0.740867 0.498024 0 0 v 120.954 116.57 91.0629 -0.147872 0.878751 0.453797 0 0 v 88.8292 74.5311 77.1589 -0.848567 -0.515617 0.118632 0 0 v 84.4622 88.4133 77.15 -0.988859 0.000501924 0.148852 0 0 v 88.9838 102.297 77.1685 -0.820047 0.559658 0.119611 0 0 v 101.68 113.521 77.1687 -0.491706 0.869515 0.0465778 0 0 v 119.625 119.726 77.1483 -0.163925 0.986441 0.00787544 0 0 v 103.739 65.9638 62.1606 -0.421738 -0.733972 -0.532374 0 0 v 92.1503 75.9479 62.3419 -0.683709 -0.472728 -0.555941 0 0 v 87.9776 88.4115 62.3401 -0.808765 -4.79479e-007 -0.588131 0 0 v 92.1598 100.867 62.3401 -0.682815 0.481974 -0.549057 0 0 v 103.866 110.855 62.3394 -0.420792 0.768457 -0.482088 0 0 v 120.405 116.401 62.3189 -0.143496 0.883546 -0.44582 0 0 v 113.686 72.8994 51.4172 -0.28377 -0.478638 -0.830891 0 0 v 106.35 79.8 51.4183 -0.382002 -0.252982 -0.888861 0 0 v 103.728 88.4102 51.4183 -0.411864 0.00110988 -0.911245 0 0 v 106.356 97.0217 51.4183 -0.381709 0.251498 -0.889408 0 0 v 113.689 103.924 51.4183 -0.282786 0.481726 -0.829441 0 0 v 123.911 107.691 51.4176 -0.1068 0.628766 -0.770226 0 0 v 72.2604 76.6271 125.616 -0.35687 -0.208117 0.910676 0 0 v 89.3311 79.8714 107.247 0.606774 -0.609592 0.51012 0 0 v 87.3086 79.4852 105.587 -0.352666 -0.8673 -0.351309 0 0 v 87.8782 82.2297 103.764 -0.718676 0.662494 -0.211202 0 0 v 90.1977 82.5029 105.719 0.199254 0.803371 0.561153 0 0 v 81.6406 77.125 117.084 0.826071 -0.559986 0.0634213 0 0 v 78.8827 76.764 115.908 -0.199403 -0.69383 -0.691981 0 0 v 78.2126 79.2188 116.126 -0.463177 0.665796 -0.584964 0 0 v 80.9734 79.5804 117.307 0.51289 0.831219 0.214522 0 0 v 81.3963 75.7614 119.691 0.853187 -0.51754 -0.0649959 0 0 v 76.0752 75.0918 117.466 -0.143124 -0.619725 -0.771658 0 0 v 74.6831 79.7675 117.998 -0.317463 0.63701 -0.70245 0 0 v 80.0042 80.4371 120.223 0.548103 0.836395 0.00515381 0 0 v 79.7551 74.847 122.674 0.63185 -0.629981 0.451542 0 0 v 73.2572 74.0352 119.957 -0.354307 -0.833755 -0.423462 0 0 v 71.5513 79.7427 120.604 -0.608513 0.696344 -0.380549 0 0 v 78.0492 80.5545 123.321 0.391665 0.782721 0.483681 0 0 v 75.8756 75.1818 125.25 0.150559 -0.514383 0.844241 0 0 v 71.5635 74.635 123.445 -0.522939 -0.776368 0.351833 0 0 v 70.4396 78.4257 123.878 -0.792662 0.386789 0.471255 0 0 v 74.7517 78.9724 125.683 0.0231401 0.389957 0.920542 0 0 v 118.979 100.526 44.7368 -0.514798 0.719908 0.465527 0 0 v 114.115 95.3423 44.7473 -0.717011 0.407372 0.565635 0 0 v 112.46 88.676 45.0798 -0.74126 0.113049 0.661629 0 0 v 114.292 81.4444 45.0799 -0.614302 -0.477357 0.628302 0 0 v 118.989 76.2928 44.7439 -0.51406 -0.719915 0.466331 0 0 v 125.767 73.3031 44.7367 -0.18857 -0.897861 0.397853 0 0 v 116.928 101.846 37.7967 -0.562984 0.808542 0.171201 0 0 v 111.361 96.0175 37.7981 -0.849138 0.497667 0.176894 0 0 v 109.284 88.6002 37.774 -0.988949 0.087485 0.119689 0 0 v 111.286 80.8163 37.774 -0.820164 -0.564306 0.0942865 0 0 v 116.931 74.9736 37.7946 -0.562338 -0.8094 0.169257 0 0 v 124.986 71.5225 37.7966 -0.197535 -0.968898 0.149055 0 0 v 116.711 101.985 29.2297 -0.572739 0.812619 -0.107796 0 0 v 111.103 95.8419 29.2297 -0.868973 0.47747 -0.130035 0 0 v 109.167 88.4183 29.2228 -0.990233 0.00247678 -0.139399 0 0 v 111.103 80.9821 29.2227 -0.86819 -0.47866 -0.130881 0 0 v 116.711 74.8379 29.2296 -0.572756 -0.81261 -0.107776 0 0 v 124.903 71.3241 29.2297 -0.19859 -0.975633 -0.0932857 0 0 v 118.333 100.868 21.1642 -0.539196 0.759505 -0.363894 0 0 v 113.264 95.2674 21.1642 -0.798316 0.435398 -0.416077 0 0 v 111.486 88.4095 21.1653 -0.899383 0.00317092 -0.437149 0 0 v 113.262 81.5561 21.1653 -0.797832 -0.438602 -0.413633 0 0 v 118.333 75.9552 21.1642 -0.539226 -0.759458 -0.36395 0 0 v 125.523 72.8301 21.1642 -0.190712 -0.927823 -0.320582 0 0 v 121.77 98.5064 15.6732 -0.358905 0.494459 -0.791642 0 0 v 117.825 94.0731 15.676 -0.488492 0.264633 -0.831471 0 0 v 116.386 88.3254 15.5689 -0.583777 0.101975 -0.805485 0 0 v 117.805 82.7928 15.57 -0.50356 -0.384683 -0.773593 0 0 v 121.772 78.315 15.6726 -0.358736 -0.496147 -0.790662 0 0 v 126.825 75.989 15.6843 -0.141489 -0.661632 -0.736359 0 0 v 126.907 95.191 12.8718 -0.164302 0.214018 -0.962913 0 0 v 123.848 92.425 13.0254 -0.230673 0.122281 -0.965317 0 0 v 122.869 88.4766 12.9649 -0.185598 0.106032 -0.976888 0 0 v 123.933 84.2667 12.9636 -0.134691 -0.19896 -0.970708 0 0 v 126.91 81.6284 12.8715 -0.163028 -0.214802 -0.962955 0 0 v 128.252 79.3499 13.3638 -0.0916332 -0.386256 -0.917829 0 0 v 98.0879 82.5795 35.0936 -0.451552 -0.249035 -0.856786 0 0 v 110.184 82.6215 44.341 -0.0674402 -0.71752 0.693266 0 0 v 108.858 82.4131 40.0793 -0.224167 -0.815595 -0.533436 0 0 v 107.847 86.1892 39.9369 -0.340801 0.690849 -0.637638 0 0 v 109.177 86.3848 44.1986 -0.24453 0.801587 0.545586 0 0 v 105.163 82.5449 43.6778 -0.157702 -0.722228 0.673437 0 0 v 105.34 82.3926 39.8896 0.250365 -0.782592 -0.56997 0 0 v 104.651 85.5952 39.5289 0.138762 0.73081 -0.668327 0 0 v 104.474 85.7475 43.317 -0.321402 0.728134 0.605411 0 0 v 100.863 82.0765 41.2071 -0.422216 -0.710605 0.562826 0 0 v 102.375 81.9594 38.165 0.491403 -0.773027 -0.401189 0 0 v 101.997 84.8383 37.5694 0.348408 0.719549 -0.600718 0 0 v 100.485 84.9554 40.6115 -0.607382 0.699297 0.376923 0 0 v 97.9426 81.7237 37.6018 -0.625513 -0.711768 0.319562 0 0 v 100.1 81.6533 35.9193 0.354084 -0.829344 -0.432219 0 0 v 100.032 83.9025 35.2436 0.308456 0.629567 -0.713092 0 0 v 97.8748 83.9729 36.9261 -0.689284 0.718909 0.0897602 0 0 v 117.571 84.6639 0.574293 -0.14081 -0.0911913 -0.985828 0 0 v 118.127 84.2994 12.7558 -0.43292 -0.899879 0.0528878 0 0 v 121.321 84.6904 11.8772 0.670455 -0.651524 -0.354973 0 0 v 120.705 87.0665 11.8145 0.412457 0.821709 -0.393285 0 0 v 117.503 86.7056 12.6932 -0.714456 0.699368 -0.0209049 0 0 v 117.377 84.0881 8.54064 -0.421929 -0.901001 0.100866 0 0 v 120.332 84.4251 8.07787 0.749178 -0.658514 -0.0713609 0 0 v 119.782 86.5706 7.95915 0.481434 0.860494 -0.166646 0 0 v 116.826 86.2336 8.42191 -0.696831 0.717185 -0.00854859 0 0 v 117.054 83.842 4.12475 -0.429966 -0.901401 0.0510432 0 0 v 119.693 84.1433 3.72168 0.743838 -0.66008 -0.104877 0 0 v 119.203 86.0576 3.61372 0.477964 0.855755 -0.198075 0 0 v 116.564 85.7563 4.01678 -0.70431 0.706517 -0.0691451 0 0 v 117.031 83.9784 1.40153 -0.459024 -0.837859 -0.295448 0 0 v 118.796 84.182 1.13165 0.572134 -0.574545 -0.585287 0 0 v 118.471 85.4635 1.059 0.37733 0.6947 -0.612384 0 0 v 116.705 85.26 1.32888 -0.699804 0.578928 -0.41847 0 0 v 107.846 59.2185 77.1279 -0.290263 -0.95632 0.0346458 0 0 v 100.611 62.8321 70.9676 -0.470787 -0.847808 -0.244093 0 0 v 94.794 66.5381 77.2919 -0.691897 -0.714581 0.103207 0 0 v 102.044 62.9276 83.4274 -0.469885 -0.818826 0.329747 0 0 v 101.942 70.7278 76.7921 -0.479466 -0.875141 0.0651154 0 0 v 105.989 60.4142 77.0558 -0.966114 -0.24665 0.0760824 0 0 v 100.984 62.8876 72.8097 -0.206304 -0.443102 0.87241 0 0 v 96.8453 65.5393 77.3488 0.49829 -0.866135 -0.0389614 0 0 v 101.851 63.0658 81.5948 -0.312016 -0.506344 -0.803904 0 0 v 105.892 64.8447 76.8458 -0.988558 -0.131132 0.0745469 0 0 v 101.441 67.043 73.0545 -0.0300916 -0.133391 0.990606 0 0 v 97.7571 69.4048 77.1136 0.957159 -0.269061 -0.107017 0 0 v 102.208 67.2065 80.9048 -0.15598 -0.228886 -0.960875 0 0 v 124.549 60.6351 58.9233 -0.187522 -0.729973 -0.657247 0 0 v 126.707 78.2956 109.27 -0.0675377 -0.345594 0.935951 0 0 v 123.665 82.0054 109.939 -0.142891 -0.218197 0.965387 0 0 v 120.984 84.9755 110.008 -0.173428 -0.109971 0.978687 0 0 v 120.018 88.405 110.021 -0.182903 0.00441634 0.983121 0 0 v 120.954 91.8135 109.997 -0.178232 0.10765 0.978082 0 0 v 123.664 94.8163 109.939 -0.143766 0.217601 0.965392 0 0 v 126.707 98.5273 109.27 -0.0675393 0.345592 0.935951 0 0 v 123.665 68.8705 102.711 -0.116389 -0.680839 0.723126 0 0 v 120.947 60.2482 91.0634 -0.142233 -0.877322 0.45834 0 0 v 119.774 56.9806 77.2674 -0.12827 -0.991033 0.0374109 0 0 v 123.82 69.1433 51.3888 -0.10461 -0.56365 -0.819363 0 0 v 125.767 103.52 44.7367 -0.18857 0.897861 0.397853 0 0 v 124.986 105.3 37.7966 -0.197535 0.968898 0.149055 0 0 v 124.903 105.499 29.2297 -0.19859 0.975633 -0.0932849 0 0 v 125.523 103.993 21.1642 -0.190712 0.927823 -0.320583 0 0 v 126.825 100.834 15.6843 -0.141489 0.661631 -0.736359 0 0 v 128.252 97.473 13.3638 -0.0916261 0.386254 -0.91783 0 0 v 133.5 70.9062 60.9178 -0.103949 -0.876071 -0.470844 0 0 v 135.961 60.2742 60.6516 -0.43853 -0.400272 0.804658 0 0 v 136.052 59.0429 62.8557 0.131608 -0.330974 -0.934417 0 0 v 122.789 59.0429 62.8557 -0.131608 -0.330972 -0.934418 0 0 v 122.881 60.2742 60.6516 0.43853 -0.400274 0.804656 0 0 v 135.554 66.1418 60.8308 -0.439079 -0.0416827 0.897481 0 0 v 135.554 64.9035 62.7255 0.149303 -0.0477368 -0.987638 0 0 v 123.288 64.9035 62.7255 -0.149303 -0.0477369 -0.987638 0 0 v 123.288 66.1418 60.8308 0.43908 -0.0416832 0.897481 0 0 v 129.421 88.4116 12.1921 -1.34286e-008 0.000690772 -1 0 0 v 142.071 61.2431 60.955 0.248159 -0.780121 -0.574307 0 0 v 134.293 60.6351 58.9233 0.187521 -0.729976 -0.657245 0 0 v 120.961 57.8025 66.1693 -0.106022 -0.965864 -0.236359 0 0 v 116.771 61.2431 60.955 -0.248159 -0.780121 -0.574307 0 0 v 125.342 70.9062 60.9178 0.103948 -0.876071 -0.470845 0 0 v 133.519 80.3563 109.761 0.130166 -0.259968 0.956804 0 0 v 140.71 77.368 107.272 0.24855 -0.395545 0.884176 0 0 v 136.72 83.4244 109.974 0.16828 -0.159836 0.972694 0 0 v 146.254 82.4151 107.126 0.356818 -0.237975 0.903354 0 0 v 138.604 86.6551 110.001 0.186171 -0.0536185 0.981053 0 0 v 148.089 88.2139 107.126 0.400802 0.00705522 0.916138 0 0 v 138.61 90.1449 109.996 0.188455 0.0483746 0.98089 0 0 v 145.985 94.3337 107.288 0.359822 0.220319 0.906635 0 0 v 136.708 93.3967 109.981 0.164648 0.162211 0.972923 0 0 v 140.699 99.4531 107.279 0.246366 0.396898 0.884181 0 0 v 133.519 96.4667 109.761 0.130164 0.25997 0.956803 0 0 v 133.519 102.699 107.133 0.0966575 0.523848 0.84631 0 0 v 140.699 70.3439 102.72 0.230834 -0.630346 0.741201 0 0 v 150.133 68.7739 97.0641 0.387398 -0.658242 0.645476 0 0 v 150.402 75.9982 102.548 0.429734 -0.443768 0.786383 0 0 v 159.845 77.1809 97.3358 0.411316 -0.674947 0.61259 0 0 v 155.458 84.0481 103.271 0.335285 -0.107132 0.936006 0 0 v 163.515 88.3633 97.3279 0.616027 0.449927 0.646588 0 0 v 155.614 92.1046 102.538 0.55444 0.167276 0.815239 0 0 v 159.63 98.5686 97.0525 0.612304 0.368646 0.699417 0 0 v 150.121 100.738 102.724 0.437845 0.441144 0.78338 0 0 v 150.133 108.026 97.0646 0.393111 0.65358 0.646759 0 0 v 140.699 106.479 102.72 0.230834 0.630346 0.741202 0 0 v 136.709 112.84 97.0649 0.131625 0.780316 0.611377 0 0 v 146.053 62.3054 91.0874 0.28281 -0.820978 0.495999 0 0 v 155.701 63.7823 86.1768 0.44704 -0.767685 0.459147 0 0 v 159.724 70.5498 91.2482 0.579185 -0.599297 0.55262 0 0 v 167.873 75.0327 84.6601 0.785297 -0.485978 0.383582 0 0 v 168.138 81.9478 90.9518 0.914033 -0.291055 0.282543 0 0 v 171.998 88.1705 84.6589 0.911717 0.00451499 0.410794 0 0 v 167.214 94.0465 91.2133 0.773475 0.237907 0.587483 0 0 v 167.81 101.828 84.5166 0.775642 0.50518 0.378382 0 0 v 159.714 106.289 91.061 0.587548 0.608231 0.533706 0 0 v 155.769 112.896 84.5124 0.481637 0.829475 0.282838 0 0 v 146.012 114.475 91.0634 0.29577 0.832487 0.468493 0 0 v 138.72 118.91 84.5059 0.160514 0.95844 0.235854 0 0 v 147.002 58.3176 77.1463 0.1972 -0.979815 0.0327918 0 0 v 157.432 63.7766 67.8921 0.450459 -0.791155 -0.413715 0 0 v 166.276 69.1948 77.2155 0.78933 -0.603511 0.112844 0 0 v 169.797 74.8179 69.5725 0.820187 -0.523995 -0.229615 0 0 v 173.232 81.2658 77.1665 0.941582 -0.305451 0.141856 0 0 v 174.229 88.4115 69.5609 0.975338 -2.06764e-008 -0.220718 0 0 v 173.221 95.5322 77.1755 0.941164 0.303336 0.148989 0 0 v 169.714 101.97 69.5609 0.799434 0.559489 -0.218807 0 0 v 164.396 108.435 77.1693 0.660507 0.746425 0.0811169 0 0 v 157.074 112.844 69.56 0.471478 0.85401 -0.219942 0 0 v 148.603 117.355 77.1626 0.326865 0.944835 0.0211162 0 0 v 139.186 118.906 69.5309 0.158205 0.961828 -0.223289 0 0 v 138.023 64.4687 55.8208 0.159844 -0.699635 -0.696391 0 0 v 148.098 62.7136 61.9549 0.323547 -0.78667 -0.525802 0 0 v 150.956 69.0452 56.1316 0.348509 -0.606176 -0.714907 0 0 v 161.716 70.4602 62.3262 0.553246 -0.628594 -0.546616 0 0 v 160.821 77.6583 56.1425 0.505358 -0.34985 -0.788808 0 0 v 169.812 82.0226 62.3401 0.774432 -0.259002 -0.577211 0 0 v 164.359 88.4115 56.1425 0.566306 -6.21839e-008 -0.824195 0 0 v 169.812 94.8004 62.3401 0.774432 0.259002 -0.577211 0 0 v 160.821 99.1646 56.1425 0.505358 0.34985 -0.788808 0 0 v 161.656 106.313 62.3401 0.557492 0.65173 -0.514248 0 0 v 150.92 107.787 56.1422 0.343389 0.614797 -0.710006 0 0 v 147.083 114.28 62.3332 0.28354 0.842124 -0.458728 0 0 v 136.989 112.531 56.1356 0.122335 0.749899 -0.650143 0 0 v 132.55 74.4647 47.5221 0.188951 -0.887997 0.419236 0 0 v 140.281 70.5599 51.4074 0.20771 -0.558462 -0.803104 0 0 v 138.482 77.166 47.5221 0.258969 -0.375199 -0.890034 0 0 v 149.335 76.0366 51.4183 0.307606 -0.315739 -0.897601 0 0 v 142.896 82.159 47.5221 0.315305 -0.194404 -0.928865 0 0 v 154.485 83.9873 51.4183 0.356827 -0.104925 -0.928259 0 0 v 144.458 88.4012 47.5221 0.331817 0.0142314 -0.943237 0 0 v 154.448 92.828 51.4183 0.351193 0.103215 -0.930597 0 0 v 142.847 94.6537 47.5221 0.317173 0.178534 -0.931411 0 0 v 149.335 100.786 51.4183 0.307605 0.315739 -0.897601 0 0 v 138.482 99.657 47.5221 0.258968 0.375199 -0.890034 0 0 v 140.245 106.272 51.4181 0.193972 0.507652 -0.839443 0 0 v 162.416 80.8013 102.025 -0.2639 -0.666757 0.696987 0 0 v 166.63 79.7178 97.8594 0.474656 -0.875872 -0.0868902 0 0 v 168.074 84.2312 97.8766 0.823914 0.565803 -0.0321245 0 0 v 163.63 84.5804 102.042 0.0270553 0.718339 0.695167 0 0 v 175.118 78.2561 113.683 -0.711927 -0.608176 0.351115 0 0 v 176.925 77.999 112.724 0.299505 -0.81956 -0.488486 0 0 v 177.417 79.6845 112.876 0.623901 0.687244 -0.37208 0 0 v 175.61 79.9416 113.835 -0.386119 0.802973 0.454034 0 0 v 169.522 80.922 107.616 -0.652062 0.169967 0.738869 0 0 v 170.398 79.2374 106.479 -0.180877 -0.983445 0.0109374 0 0 v 172.385 80.4675 105.328 0.806128 -0.218342 -0.549985 0 0 v 171.294 82.1617 106.576 0.244656 0.957595 0.152169 0 0 v 177.364 76.3779 118.52 -0.865266 -0.428269 -0.260576 0 0 v 181.49 75.8528 116.793 0.0698341 -0.522859 -0.849554 0 0 v 182.564 79.4806 117.208 0.223147 0.59671 -0.770807 0 0 v 178.438 80.0057 118.935 -0.570587 0.804228 -0.166277 0 0 v 176.994 78.4198 117.479 -0.925149 0.23072 0.301442 0 0 v 178.337 76.3827 116.453 -0.291919 -0.87885 -0.377367 0 0 v 181.038 77.8903 115.754 0.521075 -0.0530846 -0.851858 0 0 v 179.382 79.9574 116.861 0.0320316 0.97738 -0.209051 0 0 v 177.944 75.2409 121.032 -0.768256 -0.602113 0.217357 0 0 v 184.105 74.4698 118.456 0.252053 -0.743562 -0.619342 0 0 v 185.722 79.8824 119.07 0.462919 0.681063 -0.567326 0 0 v 179.56 80.6536 121.646 -0.484444 0.83624 0.256938 0 0 v 177.043 78.2418 120.43 -0.955314 0.260823 0.139091 0 0 v 179.638 74.3492 118.501 -0.317317 -0.820495 -0.475497 0 0 v 184.847 77.2598 117.166 0.397271 -0.0138679 -0.917597 0 0 v 181.68 81.2069 119.281 -0.0409148 0.932589 -0.358613 0 0 v 180.818 74.7746 124.221 -0.406143 -0.601326 0.688081 0 0 v 186.782 74.0273 121.727 0.47108 -0.878978 -0.0740361 0 0 v 188.346 79.2667 122.322 0.777715 0.628605 -0.00402531 0 0 v 182.382 80.014 124.816 -0.227025 0.631576 0.741331 0 0 v 178.597 77.8738 123.573 -0.732073 0.139491 0.666792 0 0 v 181.764 73.1258 121.223 -0.144081 -0.989248 -0.0250754 0 0 v 188.127 76.6832 119.588 0.752656 -0.144773 -0.642301 0 0 v 184.266 81.4968 122.172 0.145619 0.987456 0.0610394 0 0 v 184.989 75.8558 125.697 0.0803548 -0.401718 0.912231 0 0 v 187.162 75.575 124.787 0.485802 -0.547597 0.681274 0 0 v 187.723 77.4871 125.007 0.628603 0.0845157 0.77312 0 0 v 185.55 77.7678 125.918 0.164839 0.128001 0.97798 0 0 v 182.601 77.1989 125.848 -0.207807 -0.0489257 0.976945 0 0 v 184.725 74.015 124.266 0.141182 -0.801582 0.580977 0 0 v 188.976 76.3909 123.18 0.898839 -0.294131 0.324924 0 0 v 186.387 79.6191 124.907 0.377126 0.587531 0.715949 0 0 v 141.064 101.29 41.5884 0.542206 0.778636 0.315814 0 0 v 146.355 95.8626 41.5954 0.793291 0.484093 0.369247 0 0 v 148.315 89.7964 41.6866 0.892769 0.220538 0.392843 0 0 v 145.835 80.0867 41.6884 0.668917 -0.661106 0.339836 0 0 v 141.047 75.5123 41.5904 0.537642 -0.782088 0.315086 0 0 v 133.531 72.2773 41.5883 0.193772 -0.942964 0.270687 0 0 v 136.602 102.388 44.7367 0.367138 0.826688 0.426375 0 0 v 142.643 98.1155 44.7378 0.629011 0.582523 0.514794 0 0 v 145.98 92.2384 44.8133 0.779553 0.206083 0.591462 0 0 v 145.125 84.9129 46.9107 0.626347 0.142198 0.766465 0 0 v 142.542 78.6629 44.8086 0.629422 -0.580967 0.516047 0 0 v 136.602 74.4347 44.7367 0.367138 -0.826688 0.426375 0 0 v 142.296 102.101 33.5791 0.574021 0.818379 0.0274913 0 0 v 147.968 95.9733 33.5793 0.872359 0.488612 0.0157307 0 0 v 149.947 88.4796 33.5101 0.999748 0.00987898 0.0201507 0 0 v 147.969 80.8611 33.5092 0.870801 -0.491348 0.0168402 0 0 v 142.295 74.7219 33.5782 0.574241 -0.818219 0.0276466 0 0 v 134.002 71.1709 33.5791 0.199241 -0.979632 0.0249777 0 0 v 138.088 103.98 37.7966 0.390345 0.906809 0.159148 0 0 v 145.112 99.1195 37.7978 0.712301 0.679188 0.177004 0 0 v 148.942 92.5614 37.7811 0.948484 0.258138 0.183691 0 0 v 149.31 84.5366 36.6613 0.968228 -0.249814 -0.0113425 0 0 v 145.076 77.669 37.7763 0.713521 -0.679249 0.171783 0 0 v 138.088 72.8429 37.7966 0.390345 -0.906809 0.159148 0 0 v 141.506 101.554 25.0062 0.562841 0.796166 -0.222104 0 0 v 146.906 95.6156 25.0062 0.847644 0.463637 -0.257953 0 0 v 148.778 88.4115 25.0062 0.961577 2.52537e-007 -0.274534 0 0 v 146.906 81.2073 25.0062 0.847644 -0.463638 -0.257954 0 0 v 141.506 75.2685 25.0062 0.562842 -0.796165 -0.222104 0 0 v 133.7 71.9043 25.0062 0.19633 -0.961233 -0.193612 0 0 v 138.246 104.157 29.2297 0.392857 0.914234 -0.0991911 0 0 v 145.364 99.1516 29.2297 0.733899 0.668792 -0.118786 0 0 v 149.188 92.213 29.2289 0.958796 0.249185 -0.136441 0 0 v 149.194 84.6185 29.2005 0.958243 -0.248393 -0.141674 0 0 v 145.363 77.6713 29.2288 0.733992 -0.668723 -0.118595 0 0 v 138.246 72.6655 29.2297 0.392857 -0.914234 -0.0991911 0 0 v 139.057 99.8673 17.9815 0.472237 0.660422 -0.58381 0 0 v 143.643 94.7597 17.9813 0.672807 0.36494 -0.643545 0 0 v 145.297 88.3917 17.9919 0.748103 0.0141057 -0.663432 0 0 v 143.667 82.0689 17.9919 0.670792 -0.379669 -0.637094 0 0 v 139.057 76.956 17.9813 0.472389 -0.660153 -0.583992 0 0 v 132.763 74.1791 17.9815 0.17276 -0.830908 -0.528911 0 0 v 137.068 102.811 21.1642 0.374809 0.862906 -0.338985 0 0 v 143.417 98.3015 21.1642 0.682564 0.617395 -0.391062 0 0 v 146.907 91.9187 21.164 0.872566 0.225199 -0.43349 0 0 v 146.925 84.9012 21.1737 0.87666 -0.226527 -0.424443 0 0 v 143.417 78.5218 21.164 0.682584 -0.617158 -0.391402 0 0 v 137.068 74.0123 21.1642 0.374809 -0.862906 -0.338985 0 0 v 134.684 96.9208 14.0558 0.261982 0.349805 -0.899445 0 0 v 138.009 93.2993 14.0892 0.344154 0.189342 -0.919624 0 0 v 139.259 89.0644 14.0108 0.3604 0.213049 -0.908142 0 0 v 137.684 82.8937 14.0122 0.270612 -0.394427 -0.878178 0 0 v 134.674 79.8867 14.0554 0.259298 -0.353866 -0.898634 0 0 v 131.219 77.9015 14.1664 0.116111 -0.505495 -0.854981 0 0 v 134.578 99.9742 15.6784 0.26856 0.587694 -0.763211 0 0 v 139.303 96.5111 15.6753 0.432761 0.387635 -0.813915 0 0 v 142.087 91.334 15.6706 0.522276 0.134909 -0.842037 0 0 v 142.883 85.3888 15.9972 0.67146 -0.173114 -0.720537 0 0 v 139.283 80.2968 15.6691 0.434318 -0.391888 -0.811043 0 0 v 134.578 76.8488 15.6784 0.268561 -0.587695 -0.76321 0 0 v 130.595 92.751 12.3812 0.0843307 0.0740015 -0.993686 0 0 v 132.312 91.079 12.4434 0.118142 0.0558323 -0.991426 0 0 v 132.886 88.4414 12.4282 0.126663 0.0117033 -0.991877 0 0 v 132.221 85.7234 12.4254 0.10559 -0.0644343 -0.99232 0 0 v 131.2 96.5479 13.112 0.152631 0.297331 -0.942495 0 0 v 133.806 94.0598 13.0005 0.209395 0.182372 -0.960674 0 0 v 135.789 90.568 13.0347 0.247051 0.0647552 -0.966836 0 0 v 134.876 86.3986 12.7307 0.088319 -0.0238127 -0.995808 0 0 v 133.756 82.7091 12.9954 0.205569 -0.18386 -0.961217 0 0 v 131.2 80.275 13.112 0.15263 -0.29733 -0.942496 0 0 v 146.449 82.2935 44.4411 0.291865 -0.762269 0.577721 0 0 v 148.519 81.9814 39.4031 0.615961 -0.748717 -0.244979 0 0 v 149.815 86.9372 39.3603 0.872147 0.41007 -0.266838 0 0 v 147.706 87.1214 44.3983 0.423406 0.486853 0.764003 0 0 v 151.134 82.6742 44.2125 0.0724581 -0.78095 0.620376 0 0 v 151.765 82.4967 40.194 -0.0507726 -0.801175 -0.596272 0 0 v 152.626 85.8457 39.9326 0.0286277 0.730141 -0.682697 0 0 v 151.994 86.0232 43.9511 0.191879 0.70938 0.678205 0 0 v 148.489 84.5855 46.2752 0.0690454 -0.659674 0.748374 0 0 v 149.092 81.6578 42.234 0.142395 -0.984973 0.09773 0 0 v 150.808 84.2463 39.0086 0.257416 -0.101643 -0.96094 0 0 v 150.564 87.1589 42.025 0.325022 0.943847 0.0592837 0 0 v 155.986 82.3234 42.6963 0.290944 -0.712018 0.639047 0 0 v 155.086 82.1892 39.1993 -0.411142 -0.766862 -0.492833 0 0 v 155.601 85.2892 38.7342 -0.270151 0.723308 -0.635487 0 0 v 156.501 85.4235 42.2312 0.490949 0.700948 0.51734 0 0 v 154.028 84.1597 44.3646 0.351807 0.0260145 0.935711 0 0 v 153.415 81.7479 41.9242 -0.0547082 -0.997353 0.0478945 0 0 v 153.823 83.9316 38.7666 -0.338861 -0.034363 -0.940209 0 0 v 154.424 86.4451 41.3951 0.134333 0.989928 -0.0446925 0 0 v 159.642 81.8526 39.418 0.511717 -0.707929 0.486808 0 0 v 157.671 81.7559 36.9913 -0.483702 -0.802336 -0.349699 0 0 v 157.91 84.3446 36.3001 -0.388067 0.710888 -0.586551 0 0 v 159.88 84.4413 38.7267 0.636707 0.725955 0.259987 0 0 v 158.526 83.5165 41.5635 0.707592 0.0461651 0.705112 0 0 v 157.129 81.373 39.8806 -0.0555488 -0.995887 0.0715841 0 0 v 156.309 83.3447 37.1017 -0.701913 -0.0515254 -0.710397 0 0 v 157.684 85.5954 39.0071 0.219559 0.964142 -0.149078 0 0 v 161.342 81.9154 36.1013 0.722634 -0.631153 -0.281862 0 0 v 159.745 81.8769 35.2265 0.0164769 -0.689695 -0.723912 0 0 v 159.712 83.361 34.7662 0.075472 0.240116 -0.967806 0 0 v 161.309 83.3995 35.641 0.788266 0.419585 -0.450094 0 0 v 161.403 82.8626 37.6567 0.923286 0.0772277 0.376271 0 0 v 159.809 81.1702 36.9621 0.0783163 -0.995536 -0.0526682 0 0 v 158.244 82.7588 35.1718 -0.57326 -0.206934 -0.792812 0 0 v 159.914 84.473 35.9705 0.225573 0.91452 -0.335812 0 0 v 140.537 83.9874 14.2916 0.510975 -0.761933 -0.397947 0 0 v 136.592 84.6217 12.8317 -0.299856 -0.510955 -0.805612 0 0 v 137.338 87.517 12.812 -0.132968 0.562571 -0.815986 0 0 v 141.365 87.1827 14.272 0.733781 0.480887 -0.479909 0 0 v 141.153 84.2311 10.8094 0.415228 -0.899955 0.132917 0 0 v 138.101 84.582 10.2286 -0.740308 -0.658429 -0.135707 0 0 v 138.676 86.8169 10.1241 -0.471917 0.855855 -0.211677 0 0 v 141.729 86.466 10.7049 0.691215 0.721191 0.0458851 0 0 v 141.837 85.4074 12.9918 0.963166 -0.231334 0.137095 0 0 v 138.901 83.9561 12.2609 -0.108963 -0.990119 -0.0882677 0 0 v 137.172 85.9552 11.7148 -0.836411 0.195192 -0.512169 0 0 v 139.806 87.4416 12.169 0.157267 0.969319 -0.188911 0 0 v 141.656 83.9453 6.21745 0.425085 -0.901437 0.081943 0 0 v 138.835 84.267 5.78652 -0.749887 -0.658697 -0.0615461 0 0 v 139.359 86.3136 5.67117 -0.482334 0.861021 -0.161236 0 0 v 142.181 85.9919 6.1021 0.700016 0.713229 -0.0357943 0 0 v 142.501 85.0755 8.65025 0.968711 -0.226814 0.100766 0 0 v 139.788 83.7628 8.27596 -0.129554 -0.990758 0.0401786 0 0 v 138.166 85.5697 7.97153 -0.957903 0.2253 -0.177936 0 0 v 140.595 86.9094 8.10182 0.126724 0.986888 -0.099966 0 0 v 141.848 83.8363 2.46834 0.442645 -0.89569 -0.0424876 0 0 v 139.532 84.1015 2.11456 -0.710769 -0.652984 -0.26157 0 0 v 139.961 85.7816 2.01964 -0.457808 0.826272 -0.328155 0 0 v 142.277 85.5164 2.37343 0.712416 0.682259 -0.164274 0 0 v 142.71 84.7233 4.22423 0.972439 -0.232002 0.023193 0 0 v 140.292 83.5516 3.88899 -0.123765 -0.992308 0.00249254 0 0 v 138.84 85.1652 3.63307 -0.95215 0.221175 -0.21093 0 0 v 141.01 86.3591 3.73064 0.132018 0.981076 -0.141638 0 0 v 141.631 84.2581 0.829068 0.380099 -0.545913 -0.746662 0 0 v 140.635 84.3738 0.676736 -0.238068 -0.355751 -0.90375 0 0 v 140.818 85.0971 0.635567 -0.148345 0.34401 -0.927174 0 0 v 141.814 84.9814 0.787899 0.502975 0.255311 -0.825732 0 0 v 142.427 84.5692 1.4895 0.896459 -0.239262 -0.372981 0 0 v 140.812 83.7794 1.23988 -0.0540708 -0.919329 -0.389757 0 0 v 139.824 84.8692 1.09158 -0.709061 0.136241 -0.69186 0 0 v 141.291 85.6689 1.13277 0.173061 0.849378 -0.498606 0 0 v 152.248 60.2172 81.7699 0.348485 -0.911876 0.216888 0 0 v 153.105 60.1354 72.4934 0.349666 -0.926866 -0.136581 0 0 v 162.959 65.5555 72.6633 0.6276 -0.767755 -0.129111 0 0 v 161.698 65.6399 81.8654 0.60948 -0.740564 0.283017 0 0 v 152.396 59.8131 77.0873 0.566987 -0.821776 0.056667 0 0 v 158.134 62.6528 72.2306 0.468713 -0.868758 0.159899 0 0 v 162.815 65.6523 77.3506 0.42225 -0.903545 0.0728721 0 0 v 157.076 62.8125 82.2073 0.500174 -0.865222 -0.0348839 0 0 v 152.891 61.8779 76.988 0.997188 0.0219723 0.0716474 0 0 v 157.59 64.1988 72.9906 -0.0265549 -0.0274951 0.999269 0 0 v 161.48 66.6923 77.2708 -0.972488 -0.204199 -0.112118 0 0 v 156.781 64.3713 81.2682 0.0959985 -0.121484 -0.98794 0 0 v 153.817 61.1484 80.3374 0.785112 -0.354755 -0.507689 0 0 v 154.327 61.0467 73.8523 0.700296 -0.281183 0.656142 0 0 v 161.158 64.7761 74.1098 -0.258354 -0.721125 0.642832 0 0 v 160.396 64.9358 80.5096 -0.198954 -0.731987 -0.651623 0 0 v 154.054 68.1607 76.7472 0.834533 -0.545308 0.0786972 0 0 v 157.199 69.7139 74.068 0.315664 -0.639257 0.701218 0 0 v 159.802 71.3827 76.9364 -0.349731 -0.936727 -0.0151907 0 0 v 156.657 69.8295 79.6156 0.404464 -0.694352 -0.595218 0 0 v 153.813 65.4498 79.7794 0.777924 -0.189851 -0.598991 0 0 v 154.262 65.3593 73.9889 0.679273 -0.127447 0.722734 0 0 v 160.337 68.6716 74.2229 -0.661122 -0.225765 0.715505 0 0 v 159.662 68.8207 79.9378 -0.541627 -0.283081 -0.791521 0 0 v 135.723 60.1153 60.1217 0.00540413 -0.956572 -0.291447 0 0 v 133.519 74.1236 107.133 0.0966571 -0.523848 0.84631 0 0 v 136.709 63.9829 97.0649 0.131625 -0.780316 0.611377 0 0 v 138.738 57.8748 84.511 0.135105 -0.961538 0.239145 0 0 v 139.072 57.2042 70.6239 0.127654 -0.98636 -0.103915 0 0 v 132.55 102.358 47.5221 0.107835 0.53808 -0.835967 0 0 v 133.531 104.546 41.5883 0.193771 0.942964 0.270687 0 0 v 134.002 105.652 33.5791 0.199241 0.979632 0.0249777 0 0 v 133.7 104.919 25.0062 0.19633 0.961233 -0.193612 0 0 v 132.763 102.644 17.9815 0.17276 0.830908 -0.528911 0 0 v 131.219 98.9214 14.1664 0.116112 0.505494 -0.854982 0 0 v 130.593 84.0698 12.3808 0.0836188 -0.074283 -0.993725 0 0 v 136.734 58.4652 63.7249 0.0847804 -0.9217 -0.378525 0 0 v 129.421 88.4115 110.868 3.67773e-007 -9.17684e-009 1 0 0 v 129.421 92.6103 110.768 4.70887e-008 0.116978 0.993134 0 0 v 129.421 68.4056 102.714 2.91373e-007 -0.694059 0.719919 0 0 v 129.421 108.417 102.714 -2.55476e-007 0.694059 0.719919 0 0 v 129.421 59.5514 91.0636 -9.42707e-008 -0.894068 0.447932 0 0 v 129.421 117.274 91.0626 -2.03002e-007 0.893538 0.448987 0 0 v 129.421 56.3049 77.2783 1.58561e-008 -0.999388 0.03498 0 0 v 129.421 117.127 62.3101 1.58688e-008 0.896927 -0.442178 0 0 v 129.421 68.6009 51.3959 0 -0.582326 -0.812955 0 0 v 129.421 108.163 51.4173 -5.25914e-007 0.593591 -0.804767 0 0 v 129.421 103.896 44.7367 5.03479e-008 0.921707 0.387886 0 0 v 129.421 72.9266 44.7367 5.03479e-008 -0.921707 0.387886 0 0 v 129.421 105.748 37.7966 -2.00571e-008 0.989333 0.14567 0 0 v 129.421 105.955 29.2297 -1.03077e-007 0.995822 -0.0913147 0 0 v 129.421 104.389 21.1642 -1.15718e-007 0.949316 -0.314324 0 0 v 129.421 72.4343 21.1642 1.16651e-007 -0.949316 -0.314324 0 0 v 129.421 97.2696 13.2257 -5.0111e-007 0.383202 -0.923665 0 0 v 129.421 79.5533 13.2257 -1.16537e-010 -0.383202 -0.923665 0 0 v 118.143 70.3439 102.72 -0.230834 -0.630346 0.741201 0 0 v 108.726 68.7578 97.0636 -0.385408 -0.659434 0.645452 0 0 v 108.832 75.9717 102.794 -0.425528 -0.452207 0.783859 0 0 v 118.148 77.3666 107.282 -0.243665 -0.398561 0.884181 0 0 v 99.4216 76.7523 97.3264 -0.403978 -0.670128 0.62268 0 0 v 96.8693 80.7669 102.263 0.218253 -0.639623 0.737053 0 0 v 104.244 84.2278 103.829 -0.359225 -0.0846534 0.929404 0 0 v 112.974 82.3753 107.373 -0.344454 -0.234803 0.908966 0 0 v 97.5802 85.6746 101.357 -0.244975 0.671593 0.69925 0 0 v 95.6702 88.6758 97.0362 -0.658786 0.271338 0.701695 0 0 v 103.221 90.9051 102.864 -0.557528 0.135414 0.819039 0 0 v 111.057 88.3246 107.375 -0.387166 0.0058729 0.921991 0 0 v 98.1862 96.5203 97.0465 -0.625455 0.337439 0.70352 0 0 v 108.541 100.421 102.724 -0.451003 0.431696 0.781175 0 0 v 112.73 94.0785 107.3 -0.3586 0.224319 0.906138 0 0 v 108.676 107.966 97.0644 -0.403274 0.645607 0.648507 0 0 v 118.143 106.479 102.72 -0.230834 0.630346 0.741201 0 0 v 118.138 99.4438 107.279 -0.248491 0.395587 0.884174 0 0 v 122.133 112.84 97.0649 -0.131625 0.780316 0.611377 0 0 v 125.323 102.699 107.133 -0.0966572 0.523848 0.84631 0 0 v 112.788 62.3054 91.0874 -0.282809 -0.820978 0.495999 0 0 v 103.141 63.7707 86.1683 -0.445474 -0.77031 0.456262 0 0 v 99.1222 70.216 90.9935 -0.572298 -0.605324 0.553225 0 0 v 90.989 74.6878 84.4169 -0.789259 -0.485987 0.37535 0 0 v 90.4484 81.9602 90.3113 -0.914006 -0.270429 0.302424 0 0 v 92.2507 79.3731 97.571 -0.507171 -0.860616 -0.0460195 0 0 v 91.3363 85.4986 95.4379 -0.80532 0.555612 0.206774 0 0 v 86.6445 88.3993 84.4267 -0.918479 -0.00638506 0.395419 0 0 v 90.7436 92.5256 90.865 -0.786923 0.194435 0.585617 0 0 v 90.8096 101.472 84.5023 -0.774977 0.50343 0.382059 0 0 v 98.8891 105.881 91.0603 -0.595996 0.589693 0.545023 0 0 v 103.065 112.884 84.5124 -0.484122 0.827168 0.285341 0 0 v 112.83 114.475 91.0634 -0.29577 0.832487 0.468493 0 0 v 120.122 118.91 84.5059 -0.160515 0.95844 0.235854 0 0 v 92.5661 69.1833 77.2069 -0.787887 -0.606088 0.109049 0 0 v 89.0443 74.8179 69.5725 -0.820187 -0.523994 -0.229616 0 0 v 85.6007 81.2621 77.1429 -0.941931 -0.305985 0.138342 0 0 v 84.6122 88.4115 69.5609 -0.975338 -9.06002e-007 -0.220719 0 0 v 85.6032 95.5304 77.1628 -0.941522 0.30565 0.141824 0 0 v 89.1276 101.97 69.5609 -0.799434 0.559489 -0.218808 0 0 v 94.4384 108.422 77.1693 -0.661254 0.745485 0.0836426 0 0 v 101.767 112.844 69.56 -0.471479 0.85401 -0.219941 0 0 v 110.238 117.355 77.1626 -0.326865 0.944835 0.0211159 0 0 v 119.656 118.906 69.5309 -0.158205 0.961828 -0.223289 0 0 v 129.421 120.537 77.1394 -1.44703e-008 0.999991 0.00420383 0 0 v 110.743 62.7136 61.9549 -0.323547 -0.786671 -0.525801 0 0 v 107.885 69.0452 56.1316 -0.348509 -0.606177 -0.714907 0 0 v 97.1255 70.4602 62.3262 -0.553246 -0.628594 -0.546616 0 0 v 101.41 63.7766 67.8921 -0.45046 -0.791155 -0.413714 0 0 v 98.021 77.6583 56.1425 -0.505358 -0.349849 -0.788808 0 0 v 89.0297 82.0225 62.3401 -0.774433 -0.259002 -0.57721 0 0 v 94.4831 88.4115 56.1425 -0.566306 -2.4406e-007 -0.824195 0 0 v 89.0297 94.8004 62.3401 -0.774433 0.259002 -0.577211 0 0 v 98.021 99.1646 56.1425 -0.505358 0.34985 -0.788808 0 0 v 97.1856 106.313 62.3401 -0.557492 0.65173 -0.514249 0 0 v 107.922 107.787 56.1422 -0.343389 0.614798 -0.710006 0 0 v 111.759 114.28 62.3332 -0.28354 0.842124 -0.458728 0 0 v 121.853 112.531 56.1356 -0.122335 0.749898 -0.650144 0 0 v 118.56 70.5599 51.4074 -0.20771 -0.558462 -0.803105 0 0 v 120.36 77.166 47.5221 -0.258969 -0.375199 -0.890034 0 0 v 109.506 76.0366 51.4183 -0.341633 -0.372713 -0.86277 0 0 v 115.946 82.159 47.5221 -0.315305 -0.194404 -0.928865 0 0 v 104.357 83.9873 51.4183 -0.406156 -0.126865 -0.904954 0 0 v 114.384 88.4012 47.5221 -0.331817 0.0142315 -0.943236 0 0 v 104.393 92.828 51.4183 -0.404015 0.126179 -0.906008 0 0 v 115.995 94.6537 47.5221 -0.317174 0.178535 -0.931411 0 0 v 109.506 100.786 51.4183 -0.341632 0.372713 -0.86277 0 0 v 120.36 99.657 47.5221 -0.258969 0.375199 -0.890034 0 0 v 118.596 106.272 51.4181 -0.20435 0.569949 -0.795864 0 0 v 126.292 102.358 47.5221 -0.107834 0.538081 -0.835967 0 0 v 73.8526 75.8558 125.697 -0.080355 -0.40172 0.91223 0 0 v 71.6799 75.575 124.787 -0.485803 -0.547597 0.681273 0 0 v 71.1188 77.4871 125.007 -0.628603 0.0845176 0.773121 0 0 v 73.2915 77.7678 125.918 -0.16484 0.128002 0.977979 0 0 v 88.4605 79.2213 106.478 0.183199 -0.982746 0.0254653 0 0 v 83.7387 78.2619 113.666 0.710743 -0.610094 0.350186 0 0 v 89.7746 81.0904 107.164 0.623455 0.191624 0.758014 0 0 v 86.8125 80.6225 104.757 -0.817829 -0.211229 -0.535293 0 0 v 81.9298 78.0045 112.705 -0.297857 -0.821024 -0.487032 0 0 v 89.7901 83.309 103.68 -0.262842 0.944226 0.198371 0 0 v 81.8603 79.866 112.26 -0.651107 0.656277 -0.381262 0 0 v 83.6983 80.1289 113.265 0.402431 0.780082 0.479084 0 0 v 80.5047 76.3827 116.453 0.291919 -0.87885 -0.377366 0 0 v 81.4772 76.3779 118.52 0.865266 -0.428268 -0.260579 0 0 v 81.8629 78.4255 117.462 0.924843 0.214911 0.313814 0 0 v 77.8169 77.8958 115.734 -0.527478 -0.0691522 -0.84675 0 0 v 77.3513 75.8528 116.793 -0.0698351 -0.52286 -0.849553 0 0 v 79.53 79.9881 116.768 -0.0516382 0.984712 -0.166363 0 0 v 76.2778 79.4806 117.208 -0.223148 0.596711 -0.770805 0 0 v 80.4038 80.0057 118.935 0.570587 0.804228 -0.166278 0 0 v 79.2039 74.3492 118.501 0.317316 -0.820496 -0.475496 0 0 v 80.898 75.2409 121.032 0.768256 -0.602113 0.217355 0 0 v 81.7985 78.2418 120.43 0.955314 0.260824 0.139091 0 0 v 73.9942 77.2598 117.166 -0.397273 -0.0138692 -0.917596 0 0 v 74.7364 74.4698 118.456 -0.252053 -0.743562 -0.619342 0 0 v 77.1621 81.2069 119.281 0.0409141 0.93259 -0.358612 0 0 v 73.1201 79.8824 119.07 -0.462919 0.681062 -0.567327 0 0 v 79.2818 80.6536 121.646 0.484443 0.83624 0.25694 0 0 v 77.0774 73.1258 121.223 0.144082 -0.989248 -0.0250767 0 0 v 78.0236 74.7746 124.221 0.406142 -0.601326 0.688081 0 0 v 80.2452 77.8738 123.573 0.732072 0.139491 0.666793 0 0 v 70.7149 76.6832 119.588 -0.752654 -0.144773 -0.642302 0 0 v 72.0595 74.0273 121.727 -0.471082 -0.878977 -0.074036 0 0 v 74.5754 81.4968 122.172 -0.145619 0.987456 0.0610396 0 0 v 70.496 79.2667 122.322 -0.777713 0.628606 -0.00402691 0 0 v 76.46 80.014 124.816 0.227024 0.631575 0.741332 0 0 v 74.1166 74.015 124.266 -0.141181 -0.801582 0.580977 0 0 v 76.2403 77.1989 125.848 0.207807 -0.0489227 0.976946 0 0 v 69.8653 76.3909 123.18 -0.898837 -0.294133 0.324926 0 0 v 72.4546 79.6191 124.907 -0.377127 0.58753 0.715949 0 0 v 116.199 98.1155 44.7378 -0.642267 0.611735 0.461814 0 0 v 117.778 101.29 41.5884 -0.542206 0.778636 0.315814 0 0 v 122.24 102.388 44.7367 -0.367138 0.826688 0.426375 0 0 v 112.861 92.2384 44.8133 -0.809528 0.223709 0.542789 0 0 v 112.487 95.8626 41.5954 -0.793291 0.484093 0.369248 0 0 v 113.716 84.9129 46.9107 -0.626347 0.1422 0.766465 0 0 v 111.136 87.1214 44.3983 -0.535908 0.55834 0.633292 0 0 v 110.527 89.7964 41.6866 -0.892769 0.220536 0.392844 0 0 v 116.3 78.6629 44.8086 -0.637479 -0.609648 0.471115 0 0 v 113.006 80.0867 41.6884 -0.668916 -0.661107 0.339837 0 0 v 112.393 82.2935 44.4411 -0.240043 -0.648477 0.722396 0 0 v 122.24 74.4347 44.7367 -0.371417 -0.845574 0.383477 0 0 v 117.795 75.5123 41.5904 -0.537643 -0.782087 0.315087 0 0 v 126.292 74.4647 47.5221 -0.18895 -0.887997 0.419237 0 0 v 125.311 72.2773 41.5883 -0.193771 -0.942964 0.270688 0 0 v 113.729 99.1195 37.7978 -0.712301 0.679188 0.177004 0 0 v 116.546 102.101 33.5791 -0.57402 0.81838 0.0274908 0 0 v 120.754 103.98 37.7966 -0.390345 0.906809 0.159148 0 0 v 109.9 92.5614 37.7811 -0.948485 0.258137 0.183691 0 0 v 110.873 95.9733 33.5793 -0.872358 0.488613 0.0157325 0 0 v 109.027 86.9372 39.3603 -0.872148 0.410069 -0.266835 0 0 v 109.532 84.5366 36.6613 -0.968228 -0.249813 -0.0113407 0 0 v 108.895 88.4796 33.5101 -0.999748 0.00987989 0.0201507 0 0 v 110.322 81.9814 39.4031 -0.615959 -0.748718 -0.24498 0 0 v 113.765 77.669 37.7763 -0.713521 -0.679248 0.171785 0 0 v 110.872 80.8611 33.5092 -0.870801 -0.491347 0.0168394 0 0 v 120.754 72.8429 37.7966 -0.390345 -0.906809 0.159148 0 0 v 116.546 74.7219 33.5782 -0.574241 -0.81822 0.0276461 0 0 v 129.421 71.0745 37.7966 -2.19229e-008 -0.989333 0.14567 0 0 v 124.84 71.1709 33.5791 -0.199241 -0.979632 0.0249785 0 0 v 113.478 99.1516 29.2297 -0.733899 0.668792 -0.118786 0 0 v 117.336 101.554 25.0062 -0.562841 0.796166 -0.222102 0 0 v 120.596 104.157 29.2297 -0.392857 0.914234 -0.099191 0 0 v 109.653 92.213 29.2289 -0.958797 0.249183 -0.136441 0 0 v 111.936 95.6156 25.0062 -0.847644 0.463637 -0.257954 0 0 v 109.647 84.6185 29.2005 -0.958243 -0.248393 -0.141674 0 0 v 110.064 88.4115 25.0062 -0.961578 -4.90136e-008 -0.274532 0 0 v 113.478 77.6713 29.2288 -0.733992 -0.668723 -0.118595 0 0 v 111.936 81.2073 25.0062 -0.847644 -0.463637 -0.257954 0 0 v 120.596 72.6655 29.2297 -0.392858 -0.914234 -0.0991911 0 0 v 117.336 75.2685 25.0062 -0.562841 -0.796166 -0.222103 0 0 v 129.421 70.8682 29.2297 -3.21824e-008 -0.995822 -0.0913146 0 0 v 125.142 71.9043 25.0062 -0.19633 -0.961233 -0.193612 0 0 v 115.424 98.3015 21.1642 -0.682564 0.617395 -0.391063 0 0 v 119.785 99.8673 17.9815 -0.472236 0.660424 -0.58381 0 0 v 121.774 102.811 21.1642 -0.374809 0.862906 -0.338986 0 0 v 111.934 91.9187 21.164 -0.872566 0.225199 -0.43349 0 0 v 115.199 94.7597 17.9813 -0.672807 0.364938 -0.643545 0 0 v 111.917 84.9012 21.1737 -0.87666 -0.226526 -0.424444 0 0 v 113.545 88.3917 17.9919 -0.748103 0.0141068 -0.663433 0 0 v 115.425 78.5218 21.164 -0.682583 -0.617158 -0.391403 0 0 v 115.175 82.0689 17.9919 -0.670792 -0.37967 -0.637094 0 0 v 121.774 74.0123 21.1642 -0.374809 -0.862906 -0.338986 0 0 v 119.785 76.956 17.9813 -0.472389 -0.660153 -0.583991 0 0 v 126.079 74.1791 17.9815 -0.17276 -0.830908 -0.528911 0 0 v 119.538 96.5111 15.6753 -0.432761 0.387635 -0.813915 0 0 v 124.158 96.9208 14.0558 -0.261981 0.349805 -0.899445 0 0 v 124.264 99.9742 15.6784 -0.26856 0.587695 -0.76321 0 0 v 116.755 91.334 15.6706 -0.522275 0.134907 -0.842039 0 0 v 120.833 93.2993 14.0892 -0.344153 0.189339 -0.919625 0 0 v 115.959 85.3888 15.9972 -0.67146 -0.173113 -0.720537 0 0 v 117.477 87.1827 14.272 -0.733783 0.480884 -0.479909 0 0 v 119.583 89.0644 14.0108 -0.360402 0.21305 -0.908141 0 0 v 119.559 80.2968 15.6691 -0.434318 -0.391888 -0.811043 0 0 v 121.158 82.8937 14.0122 -0.270612 -0.394431 -0.878176 0 0 v 118.305 83.9874 14.2916 -0.510975 -0.761935 -0.397944 0 0 v 124.264 76.8488 15.6784 -0.26856 -0.587695 -0.76321 0 0 v 124.167 79.8867 14.0554 -0.259298 -0.353864 -0.898635 0 0 v 129.421 75.7244 15.6827 -9.33484e-010 -0.684516 -0.728998 0 0 v 127.623 77.9015 14.1664 -0.116113 -0.505495 -0.854981 0 0 v 125.035 94.0598 13.0005 -0.209396 0.182375 -0.960673 0 0 v 128.247 92.751 12.3812 -0.0843313 0.0740006 -0.993686 0 0 v 129.421 94.9128 12.5709 9.80668e-007 0.185378 -0.982667 0 0 v 127.642 96.5479 13.112 -0.152632 0.297331 -0.942495 0 0 v 123.052 90.568 13.0347 -0.247051 0.0647561 -0.966836 0 0 v 126.53 91.079 12.4434 -0.118142 0.0558312 -0.991426 0 0 v 121.504 87.517 12.812 0.132972 0.562572 -0.815985 0 0 v 123.966 86.3986 12.7307 -0.0883202 -0.0238154 -0.995807 0 0 v 125.956 88.4414 12.4282 -0.126663 0.011703 -0.991877 0 0 v 122.249 84.6217 12.8317 0.299859 -0.510956 -0.805611 0 0 v 125.086 82.7091 12.9954 -0.205568 -0.183863 -0.961216 0 0 v 126.62 85.7234 12.4254 -0.105591 -0.0644357 -0.99232 0 0 v 127.642 80.275 13.112 -0.152634 -0.297329 -0.942496 0 0 v 129.421 81.9102 12.5709 -9.79736e-007 -0.185379 -0.982667 0 0 v 128.249 84.0698 12.3808 -0.0836187 -0.0742852 -0.993725 0 0 v 97.4997 81.9154 36.1013 -0.722633 -0.631152 -0.281867 0 0 v 99.0964 81.8769 35.2265 -0.0164787 -0.689696 -0.723912 0 0 v 99.1297 83.361 34.7662 -0.0754692 0.240118 -0.967806 0 0 v 97.533 83.3995 35.641 -0.788268 0.419581 -0.450095 0 0 v 109.749 81.6578 42.234 -0.142395 -0.984973 0.0977299 0 0 v 107.708 82.6742 44.2125 -0.0751669 -0.696256 0.713847 0 0 v 110.353 84.5855 46.2752 -0.0690459 -0.659675 0.748373 0 0 v 108.033 84.2463 39.0086 -0.257417 -0.101642 -0.96094 0 0 v 107.076 82.4967 40.194 0.0507725 -0.801175 -0.596272 0 0 v 108.277 87.1589 42.025 -0.32502 0.943847 0.0592834 0 0 v 106.216 85.8457 39.9326 -0.0286265 0.730141 -0.682696 0 0 v 106.847 86.0232 43.9511 -0.213155 0.789497 0.575551 0 0 v 105.427 81.7479 41.9242 0.0547087 -0.997353 0.047894 0 0 v 102.856 82.3234 42.6963 -0.290944 -0.712017 0.639049 0 0 v 104.814 84.1597 44.3646 -0.351807 0.0260143 0.935711 0 0 v 105.018 83.9316 38.7666 0.338857 -0.0343643 -0.94021 0 0 v 103.755 82.1892 39.1993 0.411143 -0.766862 -0.492833 0 0 v 104.417 86.4451 41.3951 -0.134332 0.989928 -0.0446922 0 0 v 103.24 85.2892 38.7342 0.270151 0.723308 -0.635488 0 0 v 102.341 85.4235 42.2312 -0.49095 0.700945 0.517344 0 0 v 101.713 81.373 39.8806 0.0555472 -0.995887 0.0715818 0 0 v 99.2001 81.8526 39.418 -0.511718 -0.707928 0.486809 0 0 v 100.315 83.5165 41.5635 -0.707591 0.0461658 0.705113 0 0 v 102.533 83.3447 37.1017 0.701911 -0.0515247 -0.710398 0 0 v 101.17 81.7559 36.9913 0.483703 -0.802336 -0.349697 0 0 v 101.158 85.5954 39.0071 -0.219559 0.964142 -0.149078 0 0 v 100.932 84.3446 36.3001 0.388067 0.710888 -0.586551 0 0 v 98.9617 84.4413 38.7267 -0.636707 0.725955 0.259988 0 0 v 99.0324 81.1702 36.9621 -0.0783165 -0.995536 -0.0526678 0 0 v 97.4388 82.8626 37.6567 -0.923284 0.0772301 0.376274 0 0 v 100.597 82.7588 35.1718 0.573265 -0.206932 -0.79281 0 0 v 98.9281 84.473 35.9705 -0.22557 0.91452 -0.335814 0 0 v 117.21 84.2581 0.829075 -0.380097 -0.545915 -0.746661 0 0 v 118.206 84.3738 0.676743 0.23808 -0.355741 -0.903751 0 0 v 118.024 85.0971 0.635567 0.148339 0.344015 -0.927173 0 0 v 117.028 84.9814 0.787899 -0.502981 0.255323 -0.825724 0 0 v 119.94 83.9561 12.2609 0.108963 -0.990119 -0.088267 0 0 v 117.689 84.2311 10.8094 -0.415227 -0.899955 0.132917 0 0 v 117.005 85.4074 12.9919 -0.963166 -0.231335 0.137095 0 0 v 121.669 85.9552 11.7148 0.836409 0.195195 -0.512171 0 0 v 120.741 84.582 10.2286 0.740308 -0.658429 -0.135705 0 0 v 119.036 87.4416 12.169 -0.157268 0.969319 -0.188912 0 0 v 120.165 86.8169 10.1241 0.471919 0.855853 -0.211677 0 0 v 117.113 86.466 10.7049 -0.691215 0.721191 0.0458857 0 0 v 119.054 83.7628 8.27596 0.129554 -0.990758 0.0401786 0 0 v 117.185 83.9453 6.21745 -0.425085 -0.901437 0.0819411 0 0 v 116.341 85.0755 8.65024 -0.968711 -0.226815 0.100766 0 0 v 120.675 85.5697 7.97153 0.957902 0.225304 -0.177936 0 0 v 120.007 84.267 5.78652 0.749887 -0.658697 -0.0615431 0 0 v 118.247 86.9094 8.10182 -0.126725 0.986888 -0.0999657 0 0 v 119.483 86.3136 5.67117 0.482335 0.86102 -0.161236 0 0 v 116.661 85.9919 6.1021 -0.700016 0.713229 -0.0357955 0 0 v 118.55 83.5516 3.88899 0.123766 -0.992308 0.00249262 0 0 v 116.994 83.8363 2.46834 -0.442646 -0.895689 -0.0424905 0 0 v 116.131 84.7233 4.22421 -0.972438 -0.232003 0.0231939 0 0 v 120.002 85.1652 3.63307 0.95215 0.221179 -0.210929 0 0 v 119.31 84.1015 2.11456 0.710765 -0.652989 -0.26157 0 0 v 117.831 86.3591 3.73064 -0.132019 0.981076 -0.141638 0 0 v 118.881 85.7816 2.01964 0.457808 0.826274 -0.328151 0 0 v 116.565 85.5164 2.37344 -0.712415 0.68226 -0.164274 0 0 v 118.03 83.7794 1.23988 0.0540704 -0.91933 -0.389755 0 0 v 116.414 84.5692 1.4895 -0.89646 -0.239262 -0.37298 0 0 v 119.018 84.8692 1.09158 0.709057 0.136243 -0.691865 0 0 v 117.55 85.6689 1.13277 -0.173061 0.849375 -0.49861 0 0 v 111.84 58.3176 77.1463 -0.197201 -0.979815 0.0327918 0 0 v 105.737 60.1354 72.4934 -0.349666 -0.926866 -0.136579 0 0 v 106.446 59.8131 77.0873 -0.566983 -0.821778 0.0566671 0 0 v 106.593 60.2172 81.7699 -0.348485 -0.911876 0.216887 0 0 v 95.883 65.5555 72.6633 -0.627601 -0.767755 -0.12911 0 0 v 100.707 62.6528 72.2306 -0.468712 -0.868758 0.1599 0 0 v 97.1439 65.6342 81.8613 -0.608087 -0.742838 0.28004 0 0 v 96.0269 65.6523 77.3506 -0.422251 -0.903545 0.0728703 0 0 v 101.765 62.8125 82.2073 -0.500174 -0.865222 -0.0348809 0 0 v 104.788 68.1607 76.7472 -0.834532 -0.545311 0.0786985 0 0 v 101.643 69.7139 74.068 -0.315665 -0.639257 0.701217 0 0 v 99.0396 71.3827 76.9364 0.349733 -0.936726 -0.0151914 0 0 v 102.185 69.8295 79.6156 -0.404463 -0.694352 -0.595218 0 0 v 104.515 61.0467 73.8523 -0.700296 -0.281183 0.656141 0 0 v 105.951 61.8779 76.988 -0.997188 0.0219736 0.071646 0 0 v 105.024 61.1484 80.3374 -0.785112 -0.354752 -0.507691 0 0 v 97.6835 64.7761 74.1098 0.258355 -0.721124 0.642832 0 0 v 101.252 64.1989 72.9906 0.0265547 -0.027495 0.999269 0 0 v 98.4454 64.9358 80.5096 0.198953 -0.731988 -0.651622 0 0 v 97.3617 66.6923 77.2708 0.972487 -0.204202 -0.112118 0 0 v 102.061 64.3713 81.2682 -0.0959983 -0.121484 -0.98794 0 0 v 104.579 65.3593 73.9889 -0.679272 -0.127446 0.722735 0 0 v 105.029 65.4498 79.7794 -0.777924 -0.189849 -0.598993 0 0 v 98.505 68.6716 74.2229 0.661123 -0.225764 0.715505 0 0 v 99.18 68.8207 79.9378 0.541628 -0.28308 -0.791521 0 0 v 120.818 64.4687 55.8208 -0.159844 -0.699635 -0.696392 0 0 v 119.77 57.2042 70.6239 -0.127655 -0.98636 -0.103915 0 0 v 129.421 57.4073 65.9439 -1.81804e-008 -0.968328 -0.249681 0 0 v 122.107 58.4652 63.7249 -0.08478 -0.921701 -0.378524 0 0 v 123.119 60.1153 60.1217 -0.00540195 -0.956573 -0.291444 0 0 v 129.421 61.1 57.5938 4.74498e-009 -0.721601 -0.692309 0 0 v 125.323 74.1236 107.133 -0.0966574 -0.523848 0.84631 0 0 v 125.323 80.3563 109.761 -0.130165 -0.259969 0.956804 0 0 v 129.421 79.0687 109.609 -6.07307e-007 -0.333025 0.942918 0 0 v 122.139 83.423 109.985 -0.162143 -0.163864 0.973067 0 0 v 129.421 84.2127 110.768 4.9886e-008 -0.116978 0.993135 0 0 v 120.271 86.6593 110.024 -0.179282 -0.0531224 0.982362 0 0 v 129.421 86.2534 110.855 5.33805e-007 -0.0221087 0.999756 0 0 v 120.243 90.1412 110.008 -0.183251 0.056314 0.981452 0 0 v 122.128 93.3874 109.981 -0.165257 0.161783 0.972891 0 0 v 129.421 90.5695 110.855 5.32872e-007 0.0221087 0.999756 0 0 v 125.323 96.4667 109.761 -0.130164 0.25997 0.956804 0 0 v 129.421 97.7542 109.609 -1.07241e-008 0.333024 0.942918 0 0 v 122.133 63.9829 97.0649 -0.131625 -0.780316 0.611376 0 0 v 120.104 57.8748 84.511 -0.135105 -0.961538 0.239145 0 0 v 125.311 104.546 41.5883 -0.19377 0.942964 0.270687 0 0 v 124.84 105.652 33.5791 -0.199241 0.979632 0.0249778 0 0 v 125.142 104.919 25.0062 -0.19633 0.961233 -0.193612 0 0 v 126.079 102.644 17.9815 -0.17276 0.830908 -0.52891 0 0 v 127.623 98.9214 14.1664 -0.116112 0.505494 -0.854982 0 0 v 129.421 101.099 15.6827 4.66742e-010 0.684516 -0.728997 0 0 v 135.745 62.0947 60.7825 -0.438387 -0.0543709 0.89714 0 0 v 135.745 60.8546 62.7704 0.14802 0.0164504 -0.988848 0 0 v 123.097 60.8546 62.7704 -0.14802 0.0164501 -0.988848 0 0 v 123.097 62.0947 60.7825 0.438386 -0.0543699 0.897141 0 0 v 129.421 60.7982 58.9918 4.67084e-008 -0.403802 0.914846 0 0 v 139.158 59.4195 62.9368 -0.612503 -0.686072 -0.392613 0 0 v 129.421 59.0023 62.1775 -1.65084e-008 -0.429303 -0.903161 0 0 v 119.684 59.4195 62.9368 0.612503 -0.686072 -0.392614 0 0 v 134.854 69.9148 60.8071 -0.485579 -0.271577 0.830939 0 0 v 134.854 69.04 62.1248 0.0920295 -0.306765 -0.947326 0 0 v 123.988 69.04 62.1248 -0.0920301 -0.306765 -0.947326 0 0 v 123.988 69.9148 60.8071 0.48558 -0.271578 0.830938 0 0 v 129.421 66.7015 59.245 -6.97616e-008 -0.0334954 0.999439 0 0 v 138.327 65.1898 62.8845 -0.908465 -0.231111 -0.348251 0 0 v 129.421 64.8854 62.0238 4.57937e-008 -0.0495185 -0.998773 0 0 v 120.514 65.1898 62.8845 0.908466 -0.23111 -0.34825 0 0 v 143.162 59.0567 65.1244 0.261186 -0.89104 -0.371253 0 0 v 137.262 60.7289 59.858 0.242506 -0.697637 -0.674162 0 0 v 115.68 59.0567 65.1244 -0.261187 -0.891041 -0.371251 0 0 v 121.579 60.7289 59.858 -0.242507 -0.697636 -0.674162 0 0 v 129.421 71.3482 60.1695 -3.70662e-008 -0.933534 -0.358489 0 0 v 141.216 73.8514 105.191 0.255599 -0.523071 0.813059 0 0 v 145.266 69.1816 99.9755 0.304746 -0.652724 0.6936 0 0 v 150.731 72.3592 99.9284 0.415749 -0.558055 0.718142 0 0 v 145.354 76.3123 105.146 0.339724 -0.439263 0.831646 0 0 v 148.981 79.4394 104.921 0.405398 -0.339031 0.848946 0 0 v 155.308 76.389 99.7401 0.470161 -0.487256 0.735888 0 0 v 160.184 79.4558 100.01 0.115014 -0.792759 0.598585 0 0 v 158.647 82.0047 102.144 0.055066 -0.29009 0.955414 0 0 v 151.085 82.9292 105.027 0.410529 -0.235491 0.880914 0 0 v 152.18 86.3248 105.026 0.448185 -0.0316916 0.893379 0 0 v 159.58 84.8774 102.146 0.149364 0.235682 0.960284 0 0 v 162.483 86.5022 100.014 0.376773 0.698955 0.607868 0 0 v 159.848 90.2542 99.7273 0.606555 0.2057 0.76797 0 0 v 152.319 89.8242 104.917 0.485236 0.0822361 0.870507 0 0 v 150.858 93.6134 105.143 0.469148 0.205712 0.858827 0 0 v 158.048 95.0628 99.915 0.594394 0.270332 0.757374 0 0 v 154.992 100.055 99.9687 0.533277 0.410682 0.739565 0 0 v 148.523 97.3089 105.202 0.417377 0.32974 0.846799 0 0 v 145.263 100.496 105.202 0.337737 0.441436 0.831305 0 0 v 150.668 104.388 99.9742 0.426113 0.551956 0.716779 0 0 v 145.266 107.641 99.9755 0.305965 0.652188 0.693567 0 0 v 141.216 102.972 105.191 0.25518 0.523388 0.812987 0 0 v 136.712 104.747 105.155 0.170194 0.588946 0.790048 0 0 v 139.175 109.816 99.9755 0.18589 0.714041 0.674975 0 0 v 132.713 110.907 99.9755 0.0616742 0.743822 0.665526 0 0 v 131.904 105.597 105.146 0.0454458 0.626952 0.777731 0 0 v 148.54 65.3838 94.1098 0.343842 -0.742653 0.574664 0 0 v 151.006 62.6167 88.2788 0.359924 -0.809116 0.464527 0 0 v 158.253 66.9072 88.3307 0.525294 -0.6869 0.502229 0 0 v 155.005 69.2265 94.1496 0.478348 -0.643398 0.59768 0 0 v 160.127 74.1963 94.309 0.570759 -0.562295 0.59838 0 0 v 164.094 72.5368 88.1353 0.686716 -0.545922 0.479991 0 0 v 168.15 78.7378 87.9795 0.808623 -0.410587 0.421363 0 0 v 166.739 80.1455 94.118 0.822087 -0.568014 0.0391439 0 0 v 163.701 78.3565 96.389 0.353347 -0.875063 0.330774 0 0 v 166.307 86.382 96.3933 0.647216 0.66421 0.37408 0 0 v 167.979 83.9973 94.1199 0.998304 0.0270705 0.0515346 0 0 v 170.083 84.768 87.9773 0.891864 -0.115618 0.437277 0 0 v 169.936 91.2381 88.1328 0.85416 0.141242 0.500461 0 0 v 165.496 90.7055 94.2962 0.73591 0.215642 0.641821 0 0 v 163.763 96.5339 94.1362 0.68903 0.31637 0.652034 0 0 v 168.027 97.9577 87.9252 0.786467 0.364679 0.498476 0 0 v 164.024 104.325 87.8766 0.683767 0.56492 0.461875 0 0 v 160.202 102.441 94.103 0.610807 0.479086 0.63039 0 0 v 155.019 107.559 94.1084 0.488007 0.638383 0.595245 0 0 v 158.2 109.812 87.8794 0.542381 0.731263 0.413614 0 0 v 150.931 114.084 87.8797 0.388542 0.840436 0.37776 0 0 v 148.54 111.439 94.1098 0.348623 0.746992 0.566097 0 0 v 141.208 114.049 94.1098 0.209274 0.810183 0.547548 0 0 v 142.692 117.002 87.8783 0.232682 0.904923 0.356333 0 0 v 133.905 118.478 87.8765 0.0777525 0.934938 0.346188 0 0 v 133.402 115.364 94.1098 0.0699708 0.839915 0.538189 0 0 v 167.13 71.5966 80.9695 0.787447 -0.556526 0.264965 0 0 v 168.184 71.5333 73.3934 0.810141 -0.583699 -0.0544729 0 0 v 172.079 77.8768 73.3573 0.898582 -0.437613 -0.0323407 0 0 v 170.98 77.9351 80.9351 0.867465 -0.417999 0.269781 0 0 v 173.185 84.7866 80.9346 0.94617 -0.144219 0.289763 0 0 v 174.372 84.8395 73.3573 0.987166 -0.158456 -0.019865 0 0 v 174.372 91.9835 73.3573 0.987164 0.158651 -0.0183848 0 0 v 173.155 91.873 80.9657 0.942801 0.145878 0.299744 0 0 v 170.955 98.8623 80.9242 0.864017 0.419928 0.277733 0 0 v 172.079 98.9461 73.3573 0.892604 0.449796 -0.0306755 0 0 v 167.606 105.383 73.3573 0.741645 0.668861 -0.0508734 0 0 v 166.609 105.355 80.9145 0.73296 0.638349 0.235118 0 0 v 160.35 110.979 80.915 0.571998 0.798597 0.187246 0 0 v 161.181 110.966 73.3573 0.569353 0.818862 -0.0728079 0 0 v 153.17 115.423 73.3538 0.403633 0.910385 -0.0909932 0 0 v 152.546 115.444 80.9134 0.408486 0.900329 0.150155 0 0 v 143.695 118.534 80.9064 0.244663 0.961241 0.127104 0 0 v 144.082 118.532 73.3397 0.242207 0.964777 -0.102671 0 0 v 134.377 120.134 73.3222 0.0818644 0.990823 -0.107557 0 0 v 134.245 120.111 80.8976 0.0821009 0.989719 0.117117 0 0 v 152.65 62.7078 65.3318 0.379268 -0.810111 -0.447075 0 0 v 149.912 65.71 58.9866 0.341548 -0.715853 -0.609016 0 0 v 156.464 69.3921 59.0738 0.443556 -0.636798 -0.630672 0 0 v 160.182 66.9298 65.4912 0.517793 -0.717777 -0.465495 0 0 v 166.314 72.227 65.8921 0.694338 -0.581993 -0.423295 0 0 v 161.958 74.1005 59.0738 0.552589 -0.502697 -0.664787 0 0 v 165.783 79.5281 59.0738 0.638106 -0.326047 -0.697505 0 0 v 170.47 78.4461 65.8621 0.815441 -0.411637 -0.406954 0 0 v 172.678 85.0325 65.8621 0.89625 -0.146725 -0.418578 0 0 v 167.743 85.3994 59.0738 0.685881 -0.111976 -0.719047 0 0 v 167.743 91.4236 59.0738 0.685881 0.111976 -0.719047 0 0 v 172.678 91.7904 65.8621 0.89625 0.146725 -0.418578 0 0 v 170.47 98.3768 65.8621 0.813599 0.417422 -0.404741 0 0 v 165.783 97.2949 59.0738 0.638148 0.326424 -0.69729 0 0 v 161.958 102.722 59.0738 0.553621 0.506541 -0.660999 0 0 v 166.163 104.466 65.8621 0.680067 0.624326 -0.38435 0 0 v 159.976 109.747 65.8621 0.525446 0.768928 -0.36422 0 0 v 156.464 107.431 59.0738 0.444106 0.64753 -0.619254 0 0 v 149.622 111.184 59.072 0.325694 0.744607 -0.582653 0 0 v 152.264 113.964 65.8586 0.374724 0.858778 -0.349402 0 0 v 143.52 116.905 65.8446 0.226071 0.912614 -0.340628 0 0 v 141.879 113.787 59.065 0.198961 0.806535 -0.556702 0 0 v 133.63 115.114 59.0562 0.0674451 0.836105 -0.544407 0 0 v 134.186 118.422 65.827 0.0766708 0.938292 -0.337239 0 0 v 145.432 69.4555 53.6077 0.265007 -0.560814 -0.784384 0 0 v 139.97 73.9003 49.4185 0.232424 -0.422488 -0.876061 0 0 v 143.636 76.2854 49.4185 0.279754 -0.326166 -0.902969 0 0 v 150.818 72.5636 53.6251 0.338182 -0.469875 -0.815384 0 0 v 155.198 76.4869 53.6251 0.396966 -0.347962 -0.849318 0 0 v 146.598 79.2873 49.4185 0.307595 -0.230016 -0.923297 0 0 v 148.758 82.7273 49.4185 0.324864 -0.164934 -0.931268 0 0 v 158.246 81.0094 53.6251 0.435885 -0.214335 -0.874108 0 0 v 159.809 85.9016 53.6251 0.455108 -0.0704664 -0.887644 0 0 v 149.815 86.4706 49.4185 0.338674 -0.0159328 -0.940769 0 0 v 149.717 90.3319 49.4185 0.328997 0.046557 -0.943183 0 0 v 159.809 90.9213 53.6251 0.454284 0.0711895 -0.888008 0 0 v 158.246 95.8135 53.6251 0.435271 0.213265 -0.874675 0 0 v 148.66 94.0752 49.4185 0.322924 0.132409 -0.937117 0 0 v 146.598 97.5356 49.4185 0.308533 0.226181 -0.923932 0 0 v 155.198 100.336 53.6251 0.396976 0.347797 -0.849381 0 0 v 150.818 104.259 53.6251 0.337623 0.471132 -0.814889 0 0 v 143.636 100.538 49.4185 0.279754 0.326165 -0.90297 0 0 v 139.97 102.923 49.4185 0.232424 0.422487 -0.876061 0 0 v 145.374 107.382 53.6248 0.260867 0.571157 -0.778285 0 0 v 139.242 109.529 53.6234 0.164726 0.644504 -0.746646 0 0 v 135.887 104.55 49.4185 0.156373 0.507316 -0.847454 0 0 v 131.599 105.357 49.4185 0.0549814 0.55775 -0.828186 0 0 v 132.736 110.609 53.6216 0.0563557 0.682463 -0.728744 0 0 v 185.429 76.7843 125.927 0.129905 -0.150339 0.980063 0 0 v 186.181 75.7175 125.385 0.285584 -0.482816 0.827847 0 0 v 187.549 76.5097 125.038 0.582285 -0.25755 0.771111 0 0 v 186.727 77.5832 125.601 0.397595 0.105586 0.911466 0 0 v 165.905 81.1894 104.527 -0.57782 -0.267452 0.771098 0 0 v 166.551 79.9484 103.615 -0.335458 -0.887656 0.31549 0 0 v 172.986 78.7221 110.381 -0.479122 -0.854938 0.198804 0 0 v 172.577 79.4881 110.84 -0.764542 -0.266431 0.586932 0 0 v 168.049 79.6003 102.217 0.100302 -0.991198 -0.0864125 0 0 v 169.511 80.497 101.237 0.645944 -0.644439 -0.409212 0 0 v 174.837 79.147 109.359 0.54923 -0.630278 -0.548722 0 0 v 173.891 78.5857 109.788 0.0830208 -0.958063 -0.274269 0 0 v 170.022 82.123 101.257 0.896423 0.226473 -0.380967 0 0 v 169.228 83.3446 102.267 0.508941 0.860396 0.0264243 0 0 v 174.556 80.8221 109.927 0.478246 0.870016 -0.1198 0 0 v 175.103 80.0416 109.414 0.798809 0.338377 -0.497398 0 0 v 167.669 83.4969 103.665 0.0698067 0.917777 0.390911 0 0 v 166.355 82.6196 104.547 -0.374324 0.518913 0.768512 0 0 v 172.843 80.3827 110.896 -0.549654 0.55617 0.623342 0 0 v 173.651 80.9586 110.519 -0.080963 0.938156 0.336613 0 0 v 176.341 78.1277 115.956 -0.874624 -0.25604 0.411675 0 0 v 176.903 77.2313 115.493 -0.548655 -0.835503 0.0302081 0 0 v 177.984 76.1214 117.553 -0.64216 -0.683901 -0.34628 0 0 v 177.094 77.493 118.232 -0.988587 -0.145779 -0.0379907 0 0 v 178.07 77.0735 114.96 0.0489875 -0.899755 -0.433637 0 0 v 179.26 77.7332 114.624 0.472639 -0.545816 -0.691879 0 0 v 181.668 76.9049 116.316 0.25098 -0.357072 -0.899727 0 0 v 179.813 75.8861 116.787 -0.0722603 -0.706838 -0.703675 0 0 v 179.565 78.7816 114.737 0.667591 0.384174 -0.637756 0 0 v 178.833 79.6947 115.242 0.377392 0.884547 -0.274138 0 0 v 180.998 79.9105 117.25 0.156329 0.795031 -0.586077 0 0 v 182.142 78.5146 116.501 0.36001 0.376785 -0.853479 0 0 v 177.665 79.8525 115.775 -0.188733 0.962815 0.193306 0 0 v 176.646 79.1762 116.069 -0.666943 0.58147 0.465918 0 0 v 177.567 79.1028 118.417 -0.780629 0.62475 0.0174618 0 0 v 179.168 80.1458 118.017 -0.32275 0.923192 -0.208686 0 0 v 176.952 77.1263 119.514 -0.988487 -0.140216 -0.05686 0 0 v 178.188 75.2282 118.581 -0.641312 -0.678173 -0.358887 0 0 v 178.62 74.481 119.7 -0.589928 -0.797468 -0.126612 0 0 v 177.117 76.7877 120.831 -0.948895 -0.217877 0.228314 0 0 v 180.727 74.9072 117.518 -0.0771455 -0.695952 -0.713932 0 0 v 183.3 76.3239 116.858 0.233721 -0.34434 -0.909288 0 0 v 184.841 75.8189 117.601 0.360492 -0.450542 -0.816736 0 0 v 181.71 74.0935 118.408 0.00295793 -0.824708 -0.565551 0 0 v 183.963 78.5555 117.113 0.331153 0.372987 -0.866729 0 0 v 182.384 80.4864 118.155 0.13424 0.781215 -0.609658 0 0 v 183.734 80.8792 119.178 0.240042 0.84566 -0.476696 0 0 v 185.651 78.5332 117.91 0.482752 0.385533 -0.78633 0 0 v 179.845 80.8074 119.217 -0.330945 0.912385 -0.240892 0 0 v 177.615 79.358 119.769 -0.780613 0.624887 -0.0126722 0 0 v 177.927 79.502 121.14 -0.74394 0.620669 0.247636 0 0 v 180.644 81.2667 120.47 -0.275567 0.960574 -0.0368924 0 0 v 177.873 76.4549 122.392 -0.825103 -0.276225 0.492853 0 0 v 179.537 73.9026 121.141 -0.49285 -0.861478 0.12229 0 0 v 180.979 73.65 122.801 -0.353156 -0.859098 0.370448 0 0 v 179.327 76.1832 124.043 -0.633866 -0.309993 0.708603 0 0 v 182.957 73.475 119.711 0.0922461 -0.923833 -0.371514 0 0 v 186.424 75.3862 118.817 0.49758 -0.556294 -0.665546 0 0 v 187.814 75.1222 120.495 0.637724 -0.650108 -0.413118 0 0 v 184.373 73.2256 121.382 0.19048 -0.97458 -0.117943 0 0 v 187.322 78.3907 119.158 0.656091 0.384559 -0.649353 0 0 v 185.202 80.9863 120.563 0.357533 0.885513 -0.296711 0 0 v 186.601 80.6801 122.227 0.486536 0.872807 -0.0386005 0 0 v 188.705 78.104 120.833 0.84726 0.351169 -0.398537 0 0 v 181.781 81.4138 121.993 -0.198527 0.961364 0.1907 0 0 v 178.771 79.4594 122.733 -0.651392 0.571317 0.499285 0 0 v 180.218 79.1649 124.381 -0.503137 0.474642 0.722197 0 0 v 183.206 81.1045 123.646 -0.094034 0.892375 0.441389 0 0 v 181.412 76.105 125.266 -0.338717 -0.317304 0.88577 0 0 v 182.773 74.015 124.24 -0.135732 -0.754293 0.642354 0 0 v 184.554 74.8782 125.148 0.0575521 -0.604693 0.794376 0 0 v 183.648 76.2556 125.829 -0.0877675 -0.289349 0.953191 0 0 v 185.571 73.6628 123.07 0.306934 -0.911928 0.272358 0 0 v 188.406 75.2244 122.341 0.733723 -0.674855 0.078878 0 0 v 188.125 75.6837 123.954 0.670041 -0.543481 0.505641 0 0 v 186.273 74.658 124.428 0.35726 -0.726535 0.586952 0 0 v 189.138 77.6827 122.621 0.967813 0.209585 0.139329 0 0 v 187.4 79.8084 123.769 0.607835 0.687672 0.397043 0 0 v 187.436 78.5951 124.879 0.581433 0.376234 0.721376 0 0 v 188.571 77.1959 124.128 0.815066 0.0105957 0.579271 0 0 v 184.602 80.1606 124.939 0.0700877 0.665281 0.743296 0 0 v 182.144 78.5632 125.546 -0.254232 0.294148 0.921327 0 0 v 184.094 77.7677 126.003 -0.0315709 0.108798 0.993562 0 0 v 185.717 78.8152 125.599 0.213324 0.375442 0.901963 0 0 v 137.687 101.068 46.1521 0.444702 0.763268 0.468681 0 0 v 140.571 98.987 46.1524 0.573415 0.636809 0.515431 0 0 v 142.033 99.7385 43.2312 0.593977 0.695133 0.404946 0 0 v 138.83 101.981 43.2306 0.457304 0.80877 0.369817 0 0 v 142.902 96.4278 46.1533 0.670912 0.473422 0.570744 0 0 v 144.509 93.5028 46.173 0.73756 0.290362 0.609669 0 0 v 146.363 94.1376 43.2584 0.799764 0.350921 0.487065 0 0 v 144.6 97.0765 43.2335 0.707591 0.547846 0.446295 0 0 v 145.289 90.2678 46.2472 0.778534 0.109442 0.617986 0 0 v 145.119 86.7944 46.7539 0.752355 0.0325916 0.657951 0 0 v 146.31 86.4028 45.7012 0.462232 0.310825 0.830499 0 0 v 147.837 88.5262 43.2929 0.749818 0.373277 0.546295 0 0 v 147.212 90.9645 43.3463 0.845837 0.159989 0.508884 0 0 v 144.259 83.3807 46.7531 0.650921 -0.395371 0.648061 0 0 v 142.801 80.382 46.2451 0.667935 -0.483958 0.565374 0 0 v 144.29 79.4562 43.3408 0.677131 -0.5781 0.455295 0 0 v 145.936 81.1256 43.3137 0.490768 -0.724627 0.4838 0 0 v 145.515 83.2975 45.7096 0.310863 -0.521526 0.794591 0 0 v 140.551 77.8333 46.1707 0.57362 -0.636849 0.515154 0 0 v 137.687 75.7548 46.1521 0.444654 -0.763275 0.468716 0 0 v 138.83 74.8418 43.2306 0.456055 -0.809336 0.37012 0 0 v 141.971 77.0264 43.2526 0.587482 -0.697587 0.410168 0 0 v 134.482 74.3203 46.1521 0.280289 -0.857095 0.432234 0 0 v 131.125 73.6099 46.1521 0.0948031 -0.906581 0.411245 0 0 v 131.378 72.4663 43.2306 0.0962098 -0.941138 0.324041 0 0 v 135.216 73.2608 43.2306 0.284421 -0.896191 0.34051 0 0 v 139.74 102.727 39.7645 0.474758 0.848829 0.232582 0 0 v 143.192 100.331 39.7651 0.62652 0.738351 0.249622 0 0 v 143.889 100.683 35.7226 0.649455 0.753564 0.101731 0 0 v 140.289 103.195 35.7223 0.4851 0.868936 0.0981222 0 0 v 145.935 97.5023 39.7674 0.762137 0.592214 0.26159 0 0 v 147.823 94.3871 39.768 0.88192 0.386744 0.269529 0 0 v 148.666 94.2674 35.718 0.920186 0.379349 0.096704 0 0 v 146.726 97.6639 35.7238 0.798094 0.594579 0.097582 0 0 v 148.783 91.0201 39.7585 0.945494 0.172759 0.276036 0 0 v 149.204 88.4547 40.1786 0.925629 0.340742 0.164637 0 0 v 149.644 86.1362 37.9489 0.984993 -0.000530822 -0.172591 0 0 v 149.741 86.5439 35.3157 0.992094 -0.104552 0.0694128 0 0 v 149.659 90.5207 35.689 0.985438 0.135832 0.10228 0 0 v 148.797 82.8603 37.9573 0.860404 -0.475605 -0.183042 0 0 v 147.251 80.8836 40.1994 0.64392 -0.75665 0.113351 0 0 v 145.713 79.0437 39.7529 0.741032 -0.625823 0.243347 0 0 v 146.711 79.1594 35.6864 0.79701 -0.596518 0.0945641 0 0 v 148.736 82.6457 35.3148 0.919257 -0.38875 0.0619743 0 0 v 143.148 76.4361 39.7622 0.623024 -0.743508 0.242978 0 0 v 139.74 74.0961 39.7645 0.473771 -0.84956 0.231924 0 0 v 140.289 73.6276 35.7223 0.485141 -0.868921 0.0980578 0 0 v 143.886 76.1402 35.7151 0.650205 -0.752959 0.101421 0 0 v 135.8 72.3954 39.7645 0.291943 -0.931997 0.214828 0 0 v 131.579 71.5326 39.7645 0.0986389 -0.973796 0.204919 0 0 v 131.7 70.9462 35.7223 0.100065 -0.991147 0.0872661 0 0 v 136.154 71.8519 35.7223 0.296204 -0.950761 0.0911917 0 0 v 140.384 103.278 31.4043 0.487561 0.872102 -0.0414943 0 0 v 144.007 100.732 31.4044 0.657396 0.752073 -0.0470794 0 0 v 143.552 100.479 27.0865 0.650088 0.739753 -0.173642 0 0 v 140.026 102.965 27.0865 0.482613 0.861115 -0.159894 0 0 v 146.854 97.6264 31.4046 0.809463 0.584469 -0.0562605 0 0 v 148.789 94.1279 31.4035 0.926176 0.371829 -0.0627697 0 0 v 148.22 93.9788 27.0865 0.910174 0.362388 -0.200646 0 0 v 146.33 97.4265 27.0865 0.798936 0.5711 -0.188537 0 0 v 149.77 90.3694 31.3977 0.989734 0.128458 -0.0626514 0 0 v 149.786 86.5018 31.323 0.990535 -0.118582 -0.0691259 0 0 v 149.177 86.5293 27.0865 0.970275 -0.123164 -0.208318 0 0 v 149.177 90.2936 27.0865 0.970418 0.123952 -0.207183 0 0 v 148.803 82.7131 31.3228 0.924151 -0.375925 -0.0680068 0 0 v 146.851 79.1967 31.3972 0.809466 -0.584542 -0.0554499 0 0 v 146.33 79.3964 27.0865 0.79891 -0.571141 -0.188523 0 0 v 148.22 82.8441 27.0865 0.909823 -0.36269 -0.201689 0 0 v 144.006 76.0912 31.4029 0.657577 -0.751929 -0.046856 0 0 v 140.384 73.5448 31.4043 0.48758 -0.872092 -0.0414854 0 0 v 140.026 73.8575 27.0865 0.482613 -0.861115 -0.159892 0 0 v 143.552 76.3442 27.0865 0.650095 -0.73975 -0.173628 0 0 v 136.214 71.7558 31.4043 0.297022 -0.954099 -0.0383884 0 0 v 131.721 70.8425 31.4043 0.100342 -0.994273 -0.0367809 0 0 v 131.642 71.2339 27.0865 0.0995042 -0.984789 -0.142445 0 0 v 135.984 72.1186 27.0865 0.294628 -0.943992 -0.148574 0 0 v 139.319 102.346 23.0204 0.471732 0.838161 -0.273779 0 0 v 142.653 99.986 23.0204 0.631643 0.716703 -0.295575 0 0 v 141.31 99.2505 19.4729 0.581928 0.657379 -0.478761 0 0 v 138.262 101.421 19.4729 0.440732 0.777456 -0.448684 0 0 v 145.296 97.0726 23.0204 0.771989 0.550185 -0.318321 0 0 v 147.104 93.7666 23.0204 0.875083 0.347648 -0.336705 0 0 v 145.439 93.4488 19.4725 0.786788 0.311263 -0.532992 0 0 v 143.754 96.5444 19.4729 0.701914 0.498131 -0.509099 0 0 v 148.022 90.2231 23.0204 0.930351 0.118468 -0.347005 0 0 v 148.022 86.5998 23.0204 0.931113 -0.117697 -0.34522 0 0 v 146.344 86.6948 19.4971 0.839822 -0.0951524 -0.534458 0 0 v 146.296 90.1128 19.4711 0.831135 0.106735 -0.54573 0 0 v 147.104 83.0564 23.0204 0.875415 -0.348595 -0.334859 0 0 v 145.296 79.7503 23.0204 0.771929 -0.550266 -0.318329 0 0 v 143.752 80.2818 19.4711 0.701115 -0.499351 -0.509006 0 0 v 145.485 83.3696 19.4971 0.789924 -0.324657 -0.520209 0 0 v 142.653 76.8369 23.0204 0.63165 -0.716679 -0.295617 0 0 v 139.319 74.4771 23.0204 0.471733 -0.838159 -0.273783 0 0 v 138.262 75.402 19.4729 0.440759 -0.777427 -0.448708 0 0 v 141.31 77.5731 19.4725 0.582043 -0.657033 -0.479097 0 0 v 135.529 72.8374 23.0204 0.289556 -0.92249 -0.255281 0 0 v 131.485 72.0093 23.0204 0.0977245 -0.964559 -0.245105 0 0 v 131.251 73.1666 19.4729 0.0925101 -0.908686 -0.407103 0 0 v 134.849 73.9103 19.4729 0.273965 -0.864122 -0.42218 0 0 v 136.759 100.105 16.7254 0.362919 0.630936 -0.685718 0 0 v 139.4 98.2042 16.7254 0.465001 0.521701 -0.715264 0 0 v 136.972 96.8854 14.796 0.334408 0.374599 -0.864782 0 0 v 134.845 98.4644 14.8013 0.276237 0.45661 -0.845695 0 0 v 141.56 95.793 16.7254 0.54773 0.386203 -0.742185 0 0 v 143.068 92.9941 16.7236 0.602724 0.236986 -0.761946 0 0 v 140.113 92.4754 14.8058 0.424975 0.171674 -0.888777 0 0 v 138.814 94.8531 14.8055 0.389228 0.274683 -0.879233 0 0 v 143.832 89.9428 16.7163 0.633373 0.0879259 -0.768835 0 0 v 144.071 86.8037 16.8465 0.670822 -0.0530642 -0.739718 0 0 v 142.238 86.6039 15.19 0.765417 0.0477038 -0.641765 0 0 v 140.667 88.1842 14.3688 0.490804 0.416761 -0.765128 0 0 v 140.77 89.9724 14.7973 0.444638 0.0982476 -0.890306 0 0 v 143.299 83.8059 16.8465 0.629591 -0.28157 -0.724109 0 0 v 141.551 81.0462 16.7163 0.547698 -0.396279 -0.736878 0 0 v 138.687 81.7812 14.7949 0.380048 -0.320518 -0.867659 0 0 v 139.406 83.2874 14.3792 0.329701 -0.633859 -0.699657 0 0 v 141.663 84.3734 15.1942 0.677578 -0.41569 -0.606704 0 0 v 139.399 78.622 16.7236 0.465423 -0.521698 -0.714991 0 0 v 136.759 76.7176 16.7254 0.362954 -0.63095 -0.685687 0 0 v 134.845 78.3586 14.8013 0.275687 -0.457583 -0.845349 0 0 v 136.946 79.8998 14.7939 0.333224 -0.382097 -0.861953 0 0 v 133.881 75.4365 16.7254 0.232631 -0.71815 -0.655853 0 0 v 130.917 74.813 16.7254 0.078453 -0.765846 -0.63822 0 0 v 130.521 76.7928 14.8356 0.058847 -0.597126 -0.799986 0 0 v 132.692 77.2814 14.8287 0.1915 -0.54345 -0.817307 0 0 v 132.686 96.7146 13.4657 0.211585 0.318212 -0.924107 0 0 v 134.245 95.4386 13.4393 0.237216 0.267221 -0.933982 0 0 v 132.06 93.7803 12.6423 0.13531 0.140329 -0.980816 0 0 v 130.315 94.1639 12.4866 0.0853856 0.136417 -0.986965 0 0 v 130.493 95.5896 12.7592 0.0896241 0.224224 -0.970408 0 0 v 135.859 93.8429 13.4868 0.276269 0.193097 -0.941482 0 0 v 136.962 91.8865 13.4969 0.296673 0.121665 -0.947197 0 0 v 134.097 91.0768 12.7019 0.179329 0.0758202 -0.980863 0 0 v 133.229 92.6654 12.6899 0.171207 0.100353 -0.980111 0 0 v 137.501 89.8241 13.4895 0.299959 0.0782778 -0.950735 0 0 v 137.974 88.3102 13.3335 0.189188 0.43725 -0.879216 0 0 v 136.043 87.1554 12.8067 -0.0329562 0.157519 -0.986966 0 0 v 134.149 87.5225 12.6125 0.156356 0.00691583 -0.987677 0 0 v 134.493 89.4085 12.696 0.186482 0.0275712 -0.982071 0 0 v 135.577 85.3249 12.8109 -0.0794033 -0.142887 -0.986549 0 0 v 136.823 83.8134 13.344 0.0459062 -0.536286 -0.842787 0 0 v 135.695 82.7421 13.4777 0.253022 -0.230685 -0.939556 0 0 v 133.171 84.1109 12.6823 0.161164 -0.107266 -0.981081 0 0 v 133.708 85.757 12.6125 0.134607 -0.0829177 -0.987424 0 0 v 134.212 81.3367 13.4374 0.232408 -0.271301 -0.934014 0 0 v 132.686 80.1083 13.4657 0.210822 -0.318952 -0.924026 0 0 v 130.493 81.2333 12.7592 0.089536 -0.224306 -0.970397 0 0 v 130.315 82.6591 12.4866 0.0852028 -0.13649 -0.986971 0 0 v 132.047 83.0322 12.6406 0.133529 -0.141017 -0.980961 0 0 v 131.473 79.0767 13.6031 0.162808 -0.396815 -0.903344 0 0 v 130.156 78.6879 13.6374 0.0399674 -0.455882 -0.889142 0 0 v 130.151 80.1388 13.0255 0.062405 -0.31351 -0.947532 0 0 v 161.453 82.6263 35.6846 0.850069 -0.135454 -0.508955 0 0 v 160.667 81.8607 35.4957 0.357093 -0.686122 -0.633815 0 0 v 159.827 82.5883 34.8261 0.0987638 -0.28887 -0.95226 0 0 v 160.626 83.357 35.0307 0.445425 0.288812 -0.847458 0 0 v 147.389 83.5057 45.39 0.0593864 -0.643689 0.76298 0 0 v 147.729 81.7797 43.2713 0.178592 -0.876704 0.446648 0 0 v 149.99 82.0495 43.3367 0.0526338 -0.909526 0.412302 0 0 v 149.748 83.5381 45.201 0.148536 -0.610967 0.777597 0 0 v 148.611 81.6459 40.9026 0.33273 -0.929579 -0.158659 0 0 v 149.736 83.1871 39.0627 0.465932 -0.563035 -0.682568 0 0 v 151.243 83.2682 39.4495 0.0526499 -0.542715 -0.838265 0 0 v 150.479 81.9526 41.1979 0.077238 -0.952224 -0.295471 0 0 v 150.34 85.4649 39.0162 0.581314 0.292279 -0.759373 0 0 v 150.089 87.2167 40.7864 0.574488 0.791781 -0.207476 0 0 v 151.719 86.6199 40.9278 0.189927 0.903401 -0.38444 0 0 v 151.739 85.1351 39.3415 0.0977734 0.418167 -0.903093 0 0 v 149.196 87.3164 43.1551 0.403139 0.783629 0.472656 0 0 v 147.983 85.7494 45.3436 0.167773 0.619105 0.767178 0 0 v 150.244 85.405 45.093 0.237095 0.60425 0.760702 0 0 v 151.23 86.7168 43.0666 0.205057 0.903514 0.376316 0 0 v 152.436 83.413 44.6475 0.25377 -0.383092 0.888168 0 0 v 152.366 82.0549 43.1492 0.0408307 -0.912731 0.406515 0 0 v 154.626 81.9036 42.5069 0.0841539 -0.911382 0.402865 0 0 v 155.116 83.1797 43.7187 0.339356 -0.407753 0.847688 0 0 v 152.464 81.9693 41.0837 -0.0925111 -0.945136 -0.313304 0 0 v 152.874 83.1823 39.3355 -0.209081 -0.517371 -0.829827 0 0 v 154.379 82.9896 38.8433 -0.434168 -0.494911 -0.752703 0 0 v 154.332 81.8275 40.5567 -0.21755 -0.934406 -0.282058 0 0 v 153.288 84.9199 39.1688 -0.147089 0.439359 -0.886188 0 0 v 153.5 86.3133 40.6669 0.0342028 0.912153 -0.40842 0 0 v 155.13 86.0385 40.0099 -0.0459385 0.909651 -0.412826 0 0 v 154.699 84.674 38.6246 -0.354339 0.43692 -0.826767 0 0 v 153.403 86.3988 42.7323 0.212719 0.913258 0.347433 0 0 v 152.851 85.1506 44.4808 0.318942 0.383167 0.866867 0 0 v 155.436 84.8641 43.5 0.442719 0.444657 0.77864 0 0 v 155.425 86.1145 41.96 0.315334 0.898145 0.306429 0 0 v 157.339 82.8997 42.3884 0.526036 -0.39992 0.750566 0 0 v 156.654 81.692 41.3672 0.168763 -0.912006 0.37385 0 0 v 158.391 81.4903 39.8319 0.239187 -0.912441 0.332024 0 0 v 159.217 82.6026 40.6091 0.659254 -0.390891 0.64233 0 0 v 156.003 81.6249 39.6119 -0.29024 -0.92977 -0.226469 0 0 v 155.71 82.7318 38.0003 -0.605299 -0.489504 -0.627693 0 0 v 156.865 82.4593 36.9385 -0.660453 -0.526354 -0.535493 0 0 v 157.451 81.4329 38.3637 -0.299256 -0.936928 -0.180585 0 0 v 155.947 84.3337 37.7176 -0.520829 0.425154 -0.740258 0 0 v 156.594 85.6294 38.9052 -0.0737388 0.904371 -0.420328 0 0 v 157.866 85.0824 37.4938 -0.102855 0.898526 -0.426698 0 0 v 157.031 83.9191 36.5905 -0.599291 0.409746 -0.68772 0 0 v 157.246 85.6966 40.6605 0.442171 0.87349 0.203716 0 0 v 157.576 84.5015 42.1057 0.629954 0.438464 0.641021 0 0 v 159.383 84.0624 40.2611 0.731759 0.463372 0.499816 0 0 v 158.807 85.1398 38.962 0.473387 0.875499 0.0969895 0 0 v 160.722 82.3427 38.6497 0.761063 -0.378922 0.5265 0 0 v 159.835 81.3419 38.1475 0.307329 -0.91346 0.266721 0 0 v 160.76 81.4307 36.6436 0.428469 -0.902393 -0.0458497 0 0 v 161.54 82.2337 36.9168 0.913538 -0.369094 0.170935 0 0 v 158.702 81.2969 37.0455 -0.25247 -0.949281 -0.187413 0 0 v 157.89 82.2304 35.8949 -0.605914 -0.588776 -0.534987 0 0 v 158.883 82.1586 35.1605 -0.312416 -0.593291 -0.74189 0 0 v 159.689 81.4015 35.9654 -0.0416143 -0.920045 -0.389597 0 0 v 157.971 83.534 35.5201 -0.592303 0.361071 -0.720281 0 0 v 158.904 84.5561 36.1085 -0.123728 0.880244 -0.458107 0 0 v 159.704 84.0089 35.1656 0.0620164 0.709844 -0.701624 0 0 v 158.882 83.196 34.8415 -0.305134 0.139472 -0.942041 0 0 v 160.037 84.601 37.2104 0.463622 0.886026 0.00359049 0 0 v 160.803 83.6464 38.2749 0.787736 0.493785 0.368305 0 0 v 161.539 83.2711 36.5977 0.917378 0.395432 0.0452931 0 0 v 160.775 84.0381 35.8437 0.544551 0.782696 -0.301416 0 0 v 141.747 84.6129 0.734968 0.460736 -0.164527 -0.872154 0 0 v 141.152 84.3126 0.663427 0.082977 -0.4511 -0.888608 0 0 v 140.76 84.7276 0.584057 -0.185795 -0.00936818 -0.982544 0 0 v 141.333 85.0292 0.622619 0.178114 0.28773 -0.941003 0 0 v 141.33 84.7566 13.7929 0.738818 -0.67197 -0.051042 0 0 v 139.604 83.9132 13.2717 0.211103 -0.962872 -0.168267 0 0 v 140.062 83.9997 11.6377 0.173169 -0.982127 0.0737459 0 0 v 141.631 84.7589 11.9705 0.684034 -0.708183 0.174856 0 0 v 137.753 84.176 12.665 -0.330258 -0.85664 -0.396355 0 0 v 136.777 85.341 12.3172 -0.674247 -0.258012 -0.691969 0 0 v 137.514 85.2364 11.036 -0.906816 -0.28856 -0.307275 0 0 v 138.416 84.1907 11.2639 -0.451028 -0.885941 -0.108087 0 0 v 137.131 86.7113 12.2962 -0.524728 0.508333 -0.682831 0 0 v 138.637 87.5858 12.6127 -0.0766094 0.884514 -0.46018 0 0 v 139.202 87.2326 11.1495 -0.183502 0.962303 -0.200751 0 0 v 137.829 86.4532 10.9902 -0.706542 0.625791 -0.330431 0 0 v 140.51 87.403 13.2194 0.482741 0.83431 -0.266249 0 0 v 141.707 86.2069 13.7719 0.953082 0.286345 -0.0981866 0 0 v 141.945 85.9757 11.9248 0.916761 0.375847 0.135236 0 0 v 140.849 87.0416 11.5233 0.443808 0.895723 -0.0267275 0 0 v 142.009 84.6109 9.79907 0.690336 -0.710411 0.13694 0 0 v 140.485 83.8817 9.56051 0.174769 -0.980984 0.0844228 0 0 v 140.76 83.746 7.24348 0.177407 -0.981445 0.0727554 0 0 v 142.225 84.4447 7.45362 0.695791 -0.711561 0.097756 0 0 v 138.88 84.0652 9.29102 -0.46483 -0.884974 -0.0274743 0 0 v 137.998 85.0695 9.12537 -0.943994 -0.287894 -0.161222 0 0 v 138.368 84.8843 6.86455 -0.950564 -0.287329 -0.117773 0 0 v 139.217 83.9218 7.00784 -0.466095 -0.884702 -0.00766685 0 0 v 138.298 86.2377 9.06412 -0.738362 0.641556 -0.207914 0 0 v 139.63 86.9856 9.13791 -0.200761 0.968555 -0.146953 0 0 v 139.935 86.7195 6.8502 -0.203427 0.969354 -0.137734 0 0 v 138.655 86.0034 6.80149 -0.744271 0.645211 -0.172523 0 0 v 141.235 86.8022 9.4074 0.440634 0.896808 -0.0397021 0 0 v 142.309 85.7791 9.73783 0.9229 0.377446 0.0760986 0 0 v 142.512 85.5638 7.39057 0.927857 0.372167 0.0239433 0 0 v 141.477 86.5437 7.08582 0.44239 0.894524 -0.0641784 0 0 v 142.349 84.2932 5.21214 0.698676 -0.711636 0.0736614 0 0 v 140.962 83.6308 5.00968 0.18018 -0.98203 0.0561458 0 0 v 141.128 83.5908 3.11866 0.189044 -0.981968 0.00118733 0 0 v 142.392 84.1956 3.30896 0.704042 -0.709998 0.0150849 0 0 v 139.5 83.7976 4.78638 -0.464271 -0.885428 -0.0216633 0 0 v 138.693 84.7102 4.6539 -0.948379 -0.288469 -0.131772 0 0 v 139.057 84.5768 2.79951 -0.929092 -0.29181 -0.227232 0 0 v 139.794 83.7433 2.91489 -0.453808 -0.88591 -0.0960242 0 0 v 138.965 85.7707 4.59411 -0.742608 0.64351 -0.185546 0 0 v 140.179 86.4488 4.6369 -0.201805 0.967593 -0.151783 0 0 v 140.413 86.1628 2.77834 -0.194088 0.957079 -0.215242 0 0 v 139.304 85.5446 2.74488 -0.728809 0.629721 -0.268866 0 0 v 141.641 86.282 4.8602 0.445408 0.891402 -0.0837526 0 0 v 142.62 85.3536 5.15235 0.929973 0.367604 -0.00410946 0 0 v 142.639 85.1633 3.25434 0.932176 0.355859 -0.0664165 0 0 v 141.747 86.0103 2.98212 0.453248 0.880642 -0.137969 0 0 v 142.309 84.1976 1.93477 0.706452 -0.691164 -0.152377 0 0 v 141.267 83.6966 1.76642 0.213531 -0.963628 -0.160703 0 0 v 141.341 83.9597 1.0148 0.232703 -0.810904 -0.536921 0 0 v 142.069 84.3137 1.13358 0.639495 -0.549962 -0.537204 0 0 v 140.164 83.8234 1.5978 -0.408868 -0.856713 -0.314436 0 0 v 139.55 84.5144 1.51324 -0.824903 -0.283497 -0.489045 0 0 v 140.155 84.5349 0.841091 -0.530261 -0.208803 -0.82172 0 0 v 140.595 84.0461 0.900764 -0.240998 -0.683017 -0.689498 0 0 v 139.754 85.3151 1.46792 -0.658018 0.56174 -0.501458 0 0 v 140.674 85.8251 1.48455 -0.16772 0.900849 -0.400426 0 0 v 140.947 85.4349 0.821904 -0.0686867 0.663261 -0.745229 0 0 v 140.292 85.0764 0.810337 -0.444739 0.349871 -0.824498 0 0 v 141.777 85.6984 1.65317 0.469294 0.832806 -0.293593 0 0 v 142.513 84.9983 1.88947 0.918655 0.314139 -0.239561 0 0 v 142.206 84.8551 1.10282 0.774588 0.154447 -0.613318 0 0 v 141.693 85.3486 0.935929 0.434793 0.620631 -0.652513 0 0 v 149.617 59.1272 80.2288 0.240427 -0.960425 0.140632 0 0 v 150.085 59.041 73.9762 0.24816 -0.966105 -0.0711195 0 0 v 152.48 59.7329 74.9172 0.417424 -0.908631 0.0121556 0 0 v 152.091 59.7729 79.3169 0.416802 -0.905359 0.0812518 0 0 v 154.596 61.3393 70.072 0.387206 -0.869606 -0.306361 0 0 v 161.234 65.0104 70.2014 0.551511 -0.766327 -0.329513 0 0 v 160.546 63.9612 72.1639 0.510569 -0.858531 -0.0473665 0 0 v 155.862 61.4082 72.056 0.453214 -0.890218 -0.0459114 0 0 v 164.934 67.3208 74.159 0.748878 -0.661296 -0.0432394 0 0 v 164.071 67.3523 80.317 0.724918 -0.64507 0.241617 0 0 v 162.669 65.7722 79.4988 0.561147 -0.817896 0.127121 0 0 v 163.269 65.7068 75.1411 0.56709 -0.822418 0.0451404 0 0 v 159.522 65.0621 84.1549 0.540868 -0.730596 0.416763 0 0 v 153.278 61.4458 84.12 0.376058 -0.848312 0.372755 0 0 v 154.814 61.5185 82.294 0.464217 -0.871753 0.156684 0 0 v 159.287 64.0968 82.36 0.51634 -0.839247 0.170462 0 0 v 155.326 69.4716 78.1788 0.674466 -0.709319 -0.204846 0 0 v 155.583 69.4177 75.3578 0.63446 -0.688471 0.351381 0 0 v 158.518 71.0479 75.4598 0.128049 -0.908138 0.398608 0 0 v 158.225 71.1112 78.2688 0.176034 -0.931128 -0.319394 0 0 v 152.876 60.2716 78.9498 0.773863 -0.627488 -0.085992 0 0 v 153.164 60.22 75.2133 0.766469 -0.596377 0.238452 0 0 v 153.321 61.118 75.3322 0.909889 -0.0275747 0.413934 0 0 v 153.072 61.1684 78.7481 0.960328 -0.0639066 -0.271453 0 0 v 155.992 61.6185 72.8172 0.515082 -0.693134 0.504237 0 0 v 159.947 63.768 72.9594 0.298759 -0.836542 0.459282 0 0 v 159.49 64.3393 73.295 -0.250223 -0.230741 0.940291 0 0 v 155.888 62.3863 73.1509 0.331102 -0.0957798 0.938721 0 0 v 162.275 65.2592 75.5083 0.132446 -0.97219 0.193146 0 0 v 161.811 65.3467 79.1893 0.12693 -0.983721 -0.127206 0 0 v 161.203 65.7924 78.9903 -0.764878 -0.441925 -0.468684 0 0 v 161.616 65.7017 75.6307 -0.843118 -0.431375 0.321041 0 0 v 158.983 63.9482 81.5855 0.343214 -0.855371 -0.387999 0 0 v 155.204 61.7629 81.4986 0.582 -0.732594 -0.352961 0 0 v 155.198 62.5308 81.0839 0.459151 -0.180668 -0.869793 0 0 v 158.636 64.5241 81.1716 -0.140332 -0.302861 -0.942646 0 0 v 153.022 63.4119 78.5757 0.959707 -0.0350701 -0.278806 0 0 v 153.26 63.3648 75.2835 0.908256 -0.00139304 0.418412 0 0 v 153.662 66.549 75.3792 0.872763 -0.310004 0.377072 0 0 v 153.445 66.5924 78.2137 0.91518 -0.334062 -0.225494 0 0 v 155.73 64.5843 73.1811 0.291257 -0.00720237 0.956618 0 0 v 159.196 66.4608 73.3198 -0.351422 -0.0505176 0.934853 0 0 v 158.776 69.2251 73.6724 -0.176269 -0.403715 0.897743 0 0 v 155.801 67.6054 73.5569 0.44808 -0.323519 0.833402 0 0 v 161.24 67.7711 75.5707 -0.951118 -0.129696 0.280275 0 0 v 160.839 67.8599 78.8084 -0.868306 -0.159843 -0.469569 0 0 v 160.213 70.434 78.4189 -0.673321 -0.557062 -0.486128 0 0 v 160.547 70.3602 75.6234 -0.753442 -0.542839 0.371013 0 0 v 158.37 66.6404 80.9108 -0.234875 -0.140966 -0.96175 0 0 v 155.066 64.7221 80.8266 0.423273 -0.0980646 -0.900679 0 0 v 155.216 67.7274 80.1647 0.561208 -0.396409 -0.726571 0 0 v 158.074 69.3776 80.2412 -0.0623141 -0.478294 -0.875986 0 0 v 142.618 58.1674 67.7907 0.19019 -0.960865 -0.20141 0 0 v 134.095 57.0711 68.1195 0.0600496 -0.982894 -0.174111 0 0 v 133.556 57.9496 64.5126 0.0481339 -0.948424 -0.313328 0 0 v 140.101 58.5168 64.6481 0.155955 -0.933692 -0.322332 0 0 v 131.125 76.545 108.59 0.0175582 -0.431005 0.902179 0 0 v 134.12 77.2275 108.634 0.145565 -0.381186 0.912966 0 0 v 131.125 80.5571 110.055 0.0442274 -0.255945 0.965679 0 0 v 131.904 82.8325 110.477 0.0708167 -0.180528 0.981017 0 0 v 136.712 78.9629 108.811 0.179522 -0.325379 0.928386 0 0 v 139.193 80.705 108.858 0.21577 -0.272034 0.937785 0 0 v 132.713 84.1799 110.61 0.0883658 -0.109439 0.990058 0 0 v 133.402 85.29 110.637 0.0933036 -0.0642196 0.993564 0 0 v 141.296 82.6692 108.827 0.257213 -0.202447 0.944911 0 0 v 142.676 84.8742 108.854 0.273494 -0.143935 0.951044 0 0 v 133.882 86.4942 110.651 0.0923379 -0.037119 0.995036 0 0 v 134.128 87.7638 110.656 0.0922635 -0.00954069 0.995689 0 0 v 143.386 87.1677 108.857 0.291359 -0.0298838 0.956147 0 0 v 143.414 89.5205 108.835 0.294188 0.0352773 0.955096 0 0 v 134.128 89.0591 110.656 0.0926337 0.0101982 0.995648 0 0 v 133.882 90.3288 110.651 0.0923835 0.0344897 0.995126 0 0 v 142.63 91.8927 108.877 0.278689 0.122132 0.952584 0 0 v 141.204 94.1388 108.883 0.250565 0.203713 0.946424 0 0 v 133.402 91.5329 110.637 0.0920705 0.0644507 0.993664 0 0 v 132.713 92.6431 110.61 0.0878507 0.109771 0.990067 0 0 v 139.175 96.115 108.87 0.211983 0.27447 0.937939 0 0 v 136.712 97.86 108.811 0.179088 0.325657 0.928372 0 0 v 131.904 93.9904 110.477 0.0707663 0.180568 0.981013 0 0 v 131.125 96.2658 110.055 0.0442269 0.255945 0.965679 0 0 v 134.12 99.5954 108.634 0.145564 0.381186 0.912967 0 0 v 131.125 100.278 108.59 0.0175584 0.431005 0.902179 0 0 v 132.714 65.9158 99.9755 0.0616742 -0.743822 0.665526 0 0 v 139.175 67.0072 99.9755 0.185891 -0.71404 0.674975 0 0 v 136.712 72.0761 105.155 0.170195 -0.588946 0.790048 0 0 v 131.904 71.2262 105.146 0.0454455 -0.626953 0.777731 0 0 v 133.905 58.3557 87.8801 0.0740176 -0.935639 0.34511 0 0 v 142.809 59.7119 87.8763 0.20378 -0.900744 0.383581 0 0 v 141.208 62.7737 94.1098 0.207215 -0.808382 0.550981 0 0 v 133.402 61.4587 94.1098 0.069749 -0.83994 0.538179 0 0 v 134.358 56.5055 73.8088 0.0693596 -0.996937 -0.0361395 0 0 v 143.75 57.7422 73.5345 0.180471 -0.982243 -0.0512736 0 0 v 143.398 57.9527 80.9069 0.174412 -0.974908 0.138329 0 0 v 134.245 56.7636 80.9152 0.0722345 -0.989963 0.121474 0 0 v 131.599 71.4659 49.4185 0.0549819 -0.55775 -0.828186 0 0 v 135.887 72.2727 49.4185 0.156373 -0.507316 -0.847454 0 0 v 139.532 67.365 53.5379 0.174741 -0.620796 -0.76425 0 0 v 132.968 66.0955 53.5189 0.0780822 -0.639122 -0.765131 0 0 v 131.125 103.213 46.1521 0.0948021 0.906582 0.411244 0 0 v 134.482 102.503 46.1521 0.28029 0.857096 0.432232 0 0 v 135.216 103.562 43.2306 0.284421 0.896191 0.34051 0 0 v 131.378 104.357 43.2306 0.0962096 0.941139 0.32404 0 0 v 131.579 105.29 39.7645 0.0986389 0.973796 0.20492 0 0 v 135.8 104.428 39.7645 0.291943 0.931997 0.214828 0 0 v 136.154 104.971 35.7223 0.296205 0.950761 0.0911914 0 0 v 131.7 105.877 35.7223 0.100065 0.991147 0.0872661 0 0 v 131.721 105.98 31.4043 0.100342 0.994273 -0.0367805 0 0 v 136.214 105.067 31.4043 0.297023 0.954098 -0.0383881 0 0 v 135.984 104.704 27.0865 0.294627 0.943992 -0.148574 0 0 v 131.642 105.589 27.0865 0.099505 0.984788 -0.142446 0 0 v 131.485 104.814 23.0204 0.0977252 0.964559 -0.245105 0 0 v 135.529 103.986 23.0204 0.289556 0.922491 -0.255281 0 0 v 134.849 102.913 19.4729 0.273965 0.864122 -0.42218 0 0 v 131.251 103.656 19.4729 0.0925099 0.908685 -0.407103 0 0 v 130.917 102.01 16.7254 0.0784528 0.765846 -0.63822 0 0 v 133.881 101.386 16.7254 0.232631 0.71815 -0.655853 0 0 v 132.692 99.5416 14.8288 0.1915 0.54345 -0.817306 0 0 v 130.521 100.03 14.8356 0.0588501 0.597126 -0.799986 0 0 v 130.156 98.135 13.6374 0.0399689 0.455875 -0.889146 0 0 v 131.473 97.7463 13.6031 0.162806 0.396815 -0.903345 0 0 v 130.151 96.6841 13.0256 0.0624039 0.313518 -0.94753 0 0 v 117.625 73.8514 105.191 -0.254102 -0.524022 0.812916 0 0 v 113.621 76.3014 105.229 -0.3304 -0.446441 0.831581 0 0 v 108.245 72.3247 99.9945 -0.413599 -0.561015 0.717076 0 0 v 113.575 69.1816 99.9755 -0.303961 -0.653325 0.693379 0 0 v 110.327 79.3919 105.244 -0.396069 -0.348242 0.849622 0 0 v 108.366 82.9775 105.455 -0.40707 -0.223583 0.88561 0 0 v 100.959 82.2343 102.657 -0.115316 -0.226757 0.967101 0 0 v 99.0277 79.1252 100.039 -0.140402 -0.7845 0.604026 0 0 v 103.98 76.2227 99.9145 -0.471659 -0.489362 0.733527 0 0 v 107.124 86.5068 105.403 -0.444289 -0.0411786 0.894937 0 0 v 106.754 89.663 105.223 -0.480514 0.0829798 0.873053 0 0 v 99.1336 89.1202 99.9976 -0.629252 0.111565 0.769152 0 0 v 97.9778 87.8665 99.459 -0.563644 0.465567 0.682314 0 0 v 100.612 85.3016 102.577 -0.288995 0.237999 0.927275 0 0 v 107.812 92.9677 105.255 -0.467127 0.205597 0.859955 0 0 v 110.107 96.9386 105.201 -0.423884 0.325814 0.845085 0 0 v 103.307 99.0734 99.9665 -0.548575 0.394646 0.737103 0 0 v 99.8961 92.6635 100.011 -0.608006 0.224679 0.761478 0 0 v 113.537 100.422 105.202 -0.344848 0.436791 0.830839 0 0 v 117.625 102.972 105.191 -0.256388 0.52269 0.813056 0 0 v 113.575 107.641 99.9755 -0.308804 0.650557 0.693841 0 0 v 108.065 104.192 99.9737 -0.441407 0.5404 0.716329 0 0 v 122.13 104.747 105.155 -0.170195 0.588946 0.790048 0 0 v 126.938 105.597 105.146 -0.0454459 0.626953 0.777731 0 0 v 126.128 110.907 99.9755 -0.0616743 0.743822 0.665526 0 0 v 119.666 109.816 99.9755 -0.185891 0.71404 0.674975 0 0 v 110.302 65.3838 94.1098 -0.342844 -0.743138 0.574634 0 0 v 103.868 69.106 94.079 -0.47352 -0.645638 0.599107 0 0 v 100.593 66.7975 88.2497 -0.52065 -0.694426 0.496686 0 0 v 107.835 62.6167 88.2788 -0.358948 -0.809921 0.46388 0 0 v 98.9048 73.7503 94.1157 -0.564709 -0.560585 0.60568 0 0 v 95.5685 77.8146 96.3495 -0.343852 -0.85828 0.380947 0 0 v 91.8817 79.9826 93.5074 -0.854285 -0.515394 0.0675732 0 0 v 90.6172 78.4258 87.5633 -0.812653 -0.40053 0.423286 0 0 v 94.7397 72.107 87.8368 -0.685849 -0.551018 0.475384 0 0 v 93.1489 87.9689 94.8777 -0.667036 0.440378 0.600941 0 0 v 92.8173 89.47 93.9872 -0.739489 0.113823 0.663476 0 0 v 88.4914 91.0369 87.8796 -0.864255 0.123681 0.487613 0 0 v 88.5368 85.1074 87.6521 -0.8883 -0.128554 0.440905 0 0 v 90.6012 84.5378 92.9623 -0.982315 0.0358729 0.183767 0 0 v 93.7903 93.8391 94.0175 -0.702801 0.2647 0.660307 0 0 v 98.0197 101.344 94.1008 -0.619291 0.455093 0.639819 0 0 v 94.5099 103.81 87.876 -0.686082 0.552571 0.47324 0 0 v 90.2216 97.0229 87.8043 -0.791865 0.355926 0.496253 0 0 v 103.698 107.34 94.108 -0.501163 0.621916 0.601711 0 0 v 110.302 111.439 94.1098 -0.351507 0.744975 0.566969 0 0 v 107.911 114.084 87.8797 -0.389974 0.839425 0.378531 0 0 v 100.58 109.709 87.8792 -0.548838 0.721983 0.421327 0 0 v 117.634 114.049 94.1098 -0.209274 0.810182 0.547548 0 0 v 125.439 115.364 94.1098 -0.0699708 0.839915 0.538189 0 0 v 124.936 118.478 87.8765 -0.0777523 0.934938 0.346188 0 0 v 116.15 117.002 87.8783 -0.232682 0.904923 0.356333 0 0 v 91.7155 71.4869 80.8885 -0.786602 -0.562257 0.255194 0 0 v 87.8507 77.8345 80.8275 -0.869645 -0.416716 0.264697 0 0 v 86.7631 77.8768 73.3573 -0.898607 -0.437442 -0.0339144 0 0 v 90.6573 71.5333 73.3934 -0.809727 -0.584105 -0.0562481 0 0 v 85.582 84.8512 80.8159 -0.947375 -0.148747 0.283468 0 0 v 85.5981 91.9407 80.8644 -0.947129 0.148792 0.284267 0 0 v 84.47 91.9835 73.3573 -0.987046 0.159034 -0.0211725 0 0 v 84.47 84.8395 73.3573 -0.987074 -0.158786 -0.0217158 0 0 v 87.8095 98.7769 80.9038 -0.864437 0.422916 0.271829 0 0 v 92.1712 105.251 80.9143 -0.733386 0.635874 0.240437 0 0 v 91.2358 105.383 73.3573 -0.741737 0.668805 -0.0502481 0 0 v 86.7631 98.9461 73.3573 -0.892444 0.450045 -0.0316787 0 0 v 98.4791 110.959 80.915 -0.573819 0.79648 0.190659 0 0 v 106.296 115.444 80.9134 -0.408841 0.90012 0.15044 0 0 v 105.671 115.423 73.3538 -0.403654 0.910378 -0.0909658 0 0 v 97.661 110.966 73.3573 -0.569491 0.8188 -0.0724371 0 0 v 115.147 118.534 80.9064 -0.244663 0.961241 0.127105 0 0 v 124.596 120.111 80.8976 -0.0821009 0.989719 0.117117 0 0 v 124.465 120.134 73.3222 -0.081864 0.990823 -0.107557 0 0 v 114.759 118.532 73.3397 -0.242207 0.964777 -0.102671 0 0 v 106.191 62.7078 65.3318 -0.379268 -0.810111 -0.447076 0 0 v 98.6598 66.9298 65.4912 -0.517793 -0.717777 -0.465495 0 0 v 102.378 69.3921 59.0738 -0.443556 -0.636798 -0.630672 0 0 v 108.93 65.71 58.9866 -0.341548 -0.715853 -0.609015 0 0 v 92.5275 72.227 65.8921 -0.694338 -0.581993 -0.423295 0 0 v 88.3714 78.4461 65.8621 -0.815441 -0.411637 -0.406953 0 0 v 93.059 79.5281 59.0738 -0.638106 -0.326048 -0.697505 0 0 v 96.8836 74.1005 59.0738 -0.552589 -0.502697 -0.664786 0 0 v 86.1632 85.0325 65.8621 -0.89625 -0.146725 -0.418578 0 0 v 86.1632 91.7904 65.8621 -0.89625 0.146724 -0.418579 0 0 v 91.0982 91.4236 59.0738 -0.685881 0.111975 -0.719047 0 0 v 91.0982 85.3994 59.0738 -0.685881 -0.111975 -0.719047 0 0 v 88.3714 98.3768 65.8621 -0.813599 0.417423 -0.404741 0 0 v 92.6786 104.466 65.8621 -0.680067 0.624326 -0.38435 0 0 v 96.8836 102.722 59.0738 -0.553621 0.506541 -0.660999 0 0 v 93.059 97.2949 59.0738 -0.638148 0.326425 -0.697291 0 0 v 98.8659 109.747 65.8621 -0.525446 0.768928 -0.364219 0 0 v 106.578 113.964 65.8586 -0.374724 0.858778 -0.349402 0 0 v 109.22 111.184 59.072 -0.325694 0.744607 -0.582653 0 0 v 102.378 107.431 59.0738 -0.444106 0.64753 -0.619253 0 0 v 115.322 116.905 65.8446 -0.226071 0.912614 -0.340628 0 0 v 124.656 118.422 65.827 -0.0766708 0.938292 -0.337239 0 0 v 125.212 115.114 59.0562 -0.0674451 0.836105 -0.544407 0 0 v 116.962 113.787 59.065 -0.198961 0.806534 -0.556702 0 0 v 113.41 69.4555 53.6077 -0.265007 -0.560814 -0.784384 0 0 v 108.024 72.5636 53.6251 -0.338182 -0.469875 -0.815384 0 0 v 115.205 76.2854 49.4185 -0.279753 -0.326166 -0.902969 0 0 v 118.871 73.9003 49.4185 -0.232424 -0.422488 -0.876061 0 0 v 103.644 76.4869 53.6251 -0.396966 -0.347962 -0.849318 0 0 v 100.595 81.0094 53.6251 -0.435885 -0.214336 -0.874108 0 0 v 110.084 82.7273 49.4185 -0.324865 -0.164934 -0.931268 0 0 v 112.244 79.2873 49.4185 -0.307595 -0.230016 -0.923297 0 0 v 99.0324 85.9016 53.6251 -0.455108 -0.0704657 -0.887644 0 0 v 99.0324 90.9213 53.6251 -0.454285 0.0711885 -0.888008 0 0 v 109.125 90.3319 49.4185 -0.328997 0.046557 -0.943183 0 0 v 109.027 86.4706 49.4185 -0.338674 -0.0159328 -0.940769 0 0 v 100.595 95.8135 53.6251 -0.435271 0.213266 -0.874675 0 0 v 103.644 100.336 53.6251 -0.396976 0.347796 -0.849381 0 0 v 112.244 97.5356 49.4185 -0.308534 0.226182 -0.923931 0 0 v 110.182 94.0752 49.4185 -0.322924 0.132408 -0.937117 0 0 v 108.024 104.259 53.6251 -0.337623 0.471132 -0.81489 0 0 v 113.468 107.382 53.6248 -0.260868 0.571157 -0.778285 0 0 v 118.871 102.923 49.4185 -0.232424 0.422487 -0.876061 0 0 v 115.205 100.538 49.4185 -0.279753 0.326166 -0.90297 0 0 v 119.6 109.529 53.6234 -0.164725 0.644504 -0.746646 0 0 v 126.106 110.609 53.6216 -0.0563559 0.682463 -0.728744 0 0 v 127.243 105.357 49.4185 -0.0549814 0.557751 -0.828185 0 0 v 122.954 104.55 49.4185 -0.156373 0.507316 -0.847454 0 0 v 73.4124 76.7843 125.927 -0.129905 -0.150338 0.980063 0 0 v 72.1145 77.5832 125.601 -0.397595 0.105587 0.911466 0 0 v 71.2926 76.5097 125.038 -0.582287 -0.25755 0.77111 0 0 v 72.6611 75.7175 125.385 -0.285583 -0.482816 0.827847 0 0 v 93.2149 81.2333 104.489 0.536026 -0.185423 0.823587 0 0 v 86.3825 79.5341 110.699 0.762186 -0.255434 0.594833 0 0 v 85.8553 78.7221 110.381 0.477927 -0.854902 0.201814 0 0 v 92.4256 79.9139 103.681 0.314507 -0.890679 0.328292 0 0 v 90.8235 79.4799 102.146 -0.0900487 -0.995016 -0.0428387 0 0 v 84.9511 78.5857 109.788 -0.0825373 -0.959322 -0.269979 0 0 v 84.1124 79.1912 109.203 -0.554939 -0.626274 -0.547562 0 0 v 89.4277 80.4405 100.974 -0.697893 -0.595635 -0.397698 0 0 v 89.4874 82.6528 99.6981 -0.924713 0.225644 -0.306578 0 0 v 84.2792 80.2623 108.636 -0.810041 0.309665 -0.497937 0 0 v 85.5023 81.3478 108.268 -0.498448 0.859698 -0.111669 0 0 v 91.8499 85.0317 98.645 -0.503536 0.844165 0.183948 0 0 v 94.2018 85.1253 100.838 -0.191212 0.878424 0.437961 0 0 v 86.4453 81.4916 108.919 0.0774456 0.930418 0.358225 0 0 v 86.5882 80.6125 110.191 0.54928 0.541429 0.636511 0 0 v 93.8471 83.1293 103.701 0.274088 0.521613 0.807958 0 0 v 82.5245 78.1369 115.928 0.871003 -0.268946 0.411124 0 0 v 81.748 77.493 118.232 0.988291 -0.148352 -0.0356622 0 0 v 80.858 76.1214 117.553 0.642028 -0.684034 -0.346262 0 0 v 81.9391 77.2313 115.493 0.547968 -0.835968 0.0298127 0 0 v 80.7715 77.0735 114.96 -0.0484346 -0.900063 -0.43306 0 0 v 79.0282 75.8861 116.787 0.0723122 -0.706957 -0.703551 0 0 v 77.1735 76.9049 116.316 -0.251829 -0.35954 -0.898506 0 0 v 79.6035 77.742 114.593 -0.468395 -0.556834 -0.685961 0 0 v 79.3851 78.8258 114.581 -0.686205 0.34895 -0.638245 0 0 v 76.6999 78.5146 116.501 -0.368865 0.374072 -0.850887 0 0 v 77.844 79.9105 117.25 -0.16997 0.801346 -0.573546 0 0 v 80.2524 79.7998 114.91 -0.41157 0.873513 -0.259973 0 0 v 81.4278 79.9591 115.455 0.193904 0.951586 0.238504 0 0 v 79.6738 80.1458 118.017 0.319742 0.929052 -0.186084 0 0 v 81.2743 79.1028 118.417 0.782336 0.622105 0.0306057 0 0 v 82.3138 79.2222 115.928 0.676579 0.550925 0.488592 0 0 v 81.8892 77.1263 119.514 0.988487 -0.140215 -0.0568552 0 0 v 81.7243 76.7877 120.831 0.948896 -0.217877 0.22831 0 0 v 80.2214 74.481 119.7 0.589926 -0.797469 -0.12661 0 0 v 80.6542 75.2282 118.581 0.641312 -0.678173 -0.358887 0 0 v 78.1151 74.9072 117.518 0.0771445 -0.695951 -0.713933 0 0 v 77.1319 74.0935 118.408 -0.00295939 -0.824709 -0.565549 0 0 v 74.0005 75.8189 117.601 -0.360493 -0.450543 -0.816735 0 0 v 75.5415 76.3239 116.858 -0.233723 -0.344342 -0.909287 0 0 v 74.8788 78.5555 117.113 -0.331153 0.372988 -0.866728 0 0 v 73.191 78.5332 117.91 -0.482752 0.385531 -0.786331 0 0 v 75.108 80.8792 119.178 -0.240041 0.84566 -0.476697 0 0 v 76.4581 80.4864 118.155 -0.134239 0.781213 -0.609661 0 0 v 78.9972 80.8074 119.217 0.330946 0.912385 -0.240891 0 0 v 78.1975 81.2667 120.47 0.275566 0.960574 -0.036891 0 0 v 80.9147 79.502 121.14 0.74394 0.620671 0.247631 0 0 v 81.2265 79.358 119.769 0.780613 0.624886 -0.0126641 0 0 v 80.9687 76.4549 122.392 0.825102 -0.276226 0.492855 0 0 v 79.5143 76.1832 124.043 0.633866 -0.309992 0.708603 0 0 v 77.863 73.65 122.801 0.353156 -0.859098 0.370448 0 0 v 79.3047 73.9026 121.141 0.492849 -0.861478 0.12229 0 0 v 75.8842 73.475 119.711 -0.0922457 -0.923833 -0.371515 0 0 v 74.4684 73.2256 121.382 -0.19048 -0.97458 -0.117944 0 0 v 71.0278 75.1222 120.495 -0.637723 -0.650109 -0.413119 0 0 v 72.4174 75.3862 118.817 -0.497578 -0.556294 -0.665547 0 0 v 71.5197 78.3907 119.158 -0.656091 0.384558 -0.649353 0 0 v 70.1369 78.104 120.833 -0.847259 0.35117 -0.398538 0 0 v 72.2411 80.6801 122.227 -0.486538 0.872807 -0.0385978 0 0 v 73.6397 80.9863 120.563 -0.357534 0.885512 -0.296712 0 0 v 77.0602 81.4138 121.993 0.198527 0.961364 0.190701 0 0 v 75.6357 81.1045 123.646 0.0940345 0.892376 0.441388 0 0 v 78.6234 79.1649 124.381 0.503137 0.474644 0.722195 0 0 v 80.0709 79.4594 122.733 0.65139 0.571319 0.499286 0 0 v 77.4292 76.105 125.266 0.338716 -0.317303 0.885771 0 0 v 75.1932 76.2555 125.829 0.0877672 -0.289349 0.953191 0 0 v 74.2875 74.8782 125.148 -0.0575517 -0.604693 0.794376 0 0 v 76.0684 74.015 124.24 0.135732 -0.754293 0.642354 0 0 v 73.2709 73.6628 123.07 -0.306934 -0.911928 0.272359 0 0 v 72.5683 74.658 124.428 -0.357259 -0.726535 0.586953 0 0 v 70.7165 75.6837 123.954 -0.670044 -0.543479 0.50564 0 0 v 70.4355 75.2244 122.341 -0.733723 -0.674855 0.0788799 0 0 v 69.7039 77.6827 122.621 -0.967813 0.209584 0.139329 0 0 v 70.2705 77.1959 124.128 -0.815067 0.010591 0.57927 0 0 v 71.4056 78.5951 124.879 -0.581431 0.376235 0.721377 0 0 v 71.4417 79.8084 123.769 -0.607833 0.687674 0.397044 0 0 v 74.2392 80.1606 124.939 -0.070088 0.665282 0.743295 0 0 v 73.1248 78.8152 125.599 -0.213325 0.375443 0.901962 0 0 v 74.7472 77.7677 126.003 0.0315722 0.1088 0.993562 0 0 v 76.6975 78.5632 125.546 0.254229 0.294148 0.921328 0 0 v 121.155 101.068 46.1521 -0.444701 0.763268 0.468682 0 0 v 120.011 101.981 43.2306 -0.457304 0.80877 0.369817 0 0 v 116.809 99.7385 43.2312 -0.593976 0.695134 0.404946 0 0 v 118.271 98.987 46.1524 -0.573415 0.636809 0.515432 0 0 v 115.94 96.4278 46.1533 -0.670913 0.473423 0.570742 0 0 v 114.242 97.0765 43.2335 -0.707591 0.547845 0.446296 0 0 v 112.478 94.1376 43.2584 -0.799764 0.350921 0.487065 0 0 v 114.333 93.5028 46.173 -0.737563 0.290361 0.609664 0 0 v 113.553 90.2678 46.2472 -0.778535 0.109443 0.617985 0 0 v 111.63 90.9645 43.3463 -0.845837 0.159988 0.508884 0 0 v 111.005 88.5262 43.2929 -0.749816 0.373279 0.546295 0 0 v 112.532 86.4028 45.7012 -0.462231 0.310827 0.8305 0 0 v 113.723 86.7944 46.7539 -0.752356 0.0325928 0.65795 0 0 v 114.582 83.3807 46.7531 -0.650921 -0.395373 0.648061 0 0 v 113.327 83.2975 45.7096 -0.310862 -0.521527 0.79459 0 0 v 112.906 81.1256 43.3137 -0.490764 -0.72463 0.483799 0 0 v 114.552 79.4562 43.3408 -0.677132 -0.578099 0.455295 0 0 v 116.04 80.382 46.2451 -0.667937 -0.483959 0.56537 0 0 v 118.291 77.8333 46.1707 -0.573619 -0.636849 0.515154 0 0 v 116.871 77.0264 43.2526 -0.587482 -0.697587 0.410167 0 0 v 120.011 74.8418 43.2306 -0.456055 -0.809336 0.37012 0 0 v 121.155 75.7548 46.1521 -0.444653 -0.763275 0.468717 0 0 v 124.359 74.3203 46.1521 -0.28029 -0.857094 0.432235 0 0 v 123.626 73.2608 43.2306 -0.28442 -0.896191 0.34051 0 0 v 127.464 72.4663 43.2306 -0.0962098 -0.941138 0.32404 0 0 v 127.717 73.6099 46.1521 -0.0948029 -0.906581 0.411246 0 0 v 119.102 102.727 39.7645 -0.474758 0.848829 0.232582 0 0 v 118.553 103.195 35.7223 -0.4851 0.868936 0.0981218 0 0 v 114.953 100.683 35.7226 -0.649455 0.753564 0.101732 0 0 v 115.65 100.331 39.7651 -0.626519 0.738351 0.249621 0 0 v 112.906 97.5023 39.7674 -0.762138 0.592213 0.261589 0 0 v 112.115 97.6639 35.7238 -0.798095 0.594577 0.0975815 0 0 v 110.176 94.2674 35.718 -0.920186 0.37935 0.0967035 0 0 v 111.019 94.3871 39.768 -0.88192 0.386744 0.269529 0 0 v 110.059 91.0201 39.7585 -0.945494 0.172758 0.276037 0 0 v 109.183 90.5207 35.689 -0.985438 0.135832 0.102279 0 0 v 109.1 86.5439 35.3157 -0.992094 -0.104549 0.0694128 0 0 v 109.198 86.1362 37.9489 -0.984994 -0.000529429 -0.172589 0 0 v 109.638 88.4547 40.1786 -0.925629 0.340741 0.164639 0 0 v 110.045 82.8603 37.9573 -0.860402 -0.475608 -0.183044 0 0 v 110.106 82.6457 35.3148 -0.919255 -0.388753 0.061974 0 0 v 112.131 79.1594 35.6864 -0.797011 -0.596516 0.0945652 0 0 v 113.129 79.0437 39.7529 -0.741031 -0.625824 0.243345 0 0 v 111.591 80.8836 40.1994 -0.64392 -0.756649 0.11335 0 0 v 115.694 76.4361 39.7622 -0.623025 -0.743506 0.242979 0 0 v 114.956 76.1402 35.7151 -0.650206 -0.752959 0.10142 0 0 v 118.553 73.6276 35.7223 -0.48514 -0.868921 0.0980567 0 0 v 119.102 74.0961 39.7645 -0.47377 -0.849561 0.231924 0 0 v 123.042 72.3954 39.7645 -0.291943 -0.931997 0.214828 0 0 v 122.688 71.8519 35.7223 -0.296205 -0.950761 0.0911913 0 0 v 127.141 70.9462 35.7223 -0.100065 -0.991147 0.087266 0 0 v 127.263 71.5326 39.7645 -0.0986388 -0.973796 0.204919 0 0 v 118.458 103.278 31.4043 -0.487561 0.872102 -0.0414945 0 0 v 118.815 102.965 27.0865 -0.482612 0.861115 -0.159893 0 0 v 115.29 100.479 27.0865 -0.650088 0.739753 -0.173641 0 0 v 114.835 100.732 31.4044 -0.657397 0.752073 -0.0470796 0 0 v 111.988 97.6264 31.4046 -0.809463 0.58447 -0.0562601 0 0 v 112.512 97.4265 27.0865 -0.798937 0.571099 -0.188536 0 0 v 110.622 93.9788 27.0865 -0.910173 0.362389 -0.200646 0 0 v 110.052 94.1279 31.4035 -0.926177 0.371828 -0.062769 0 0 v 109.072 90.3694 31.3977 -0.989734 0.128458 -0.0626509 0 0 v 109.665 90.2936 27.0865 -0.970418 0.123951 -0.207183 0 0 v 109.665 86.5293 27.0865 -0.970275 -0.123164 -0.208318 0 0 v 109.055 86.5018 31.323 -0.990535 -0.11858 -0.0691264 0 0 v 110.038 82.7131 31.3228 -0.924151 -0.375926 -0.0680057 0 0 v 110.622 82.8441 27.0865 -0.909823 -0.36269 -0.201689 0 0 v 112.512 79.3964 27.0865 -0.79891 -0.57114 -0.188523 0 0 v 111.991 79.1967 31.3972 -0.809466 -0.584542 -0.0554492 0 0 v 114.836 76.0912 31.4029 -0.657577 -0.751929 -0.0468552 0 0 v 115.29 76.3442 27.0865 -0.650094 -0.73975 -0.173628 0 0 v 118.815 73.8575 27.0865 -0.482613 -0.861115 -0.159892 0 0 v 118.458 73.5448 31.4043 -0.487579 -0.872093 -0.041485 0 0 v 122.627 71.7558 31.4043 -0.297024 -0.954098 -0.0383876 0 0 v 122.857 72.1186 27.0865 -0.294629 -0.943991 -0.148574 0 0 v 127.2 71.2339 27.0865 -0.0995039 -0.984789 -0.142445 0 0 v 127.12 70.8425 31.4043 -0.10034 -0.994273 -0.0367804 0 0 v 119.523 102.346 23.0204 -0.471731 0.838161 -0.27378 0 0 v 120.579 101.421 19.4729 -0.440731 0.777456 -0.448685 0 0 v 117.532 99.2505 19.4729 -0.581929 0.657379 -0.47876 0 0 v 116.189 99.986 23.0204 -0.631643 0.716702 -0.295576 0 0 v 113.545 97.0726 23.0204 -0.771991 0.550184 -0.318322 0 0 v 115.088 96.5444 19.4729 -0.701914 0.498133 -0.509097 0 0 v 113.403 93.4488 19.4725 -0.786788 0.311263 -0.532991 0 0 v 111.737 93.7666 23.0204 -0.875083 0.34765 -0.336704 0 0 v 110.819 90.2231 23.0204 -0.930351 0.118468 -0.347005 0 0 v 112.545 90.1128 19.4711 -0.831135 0.106735 -0.545731 0 0 v 112.498 86.6948 19.4971 -0.839822 -0.095155 -0.534457 0 0 v 110.819 86.5998 23.0204 -0.931113 -0.117698 -0.345219 0 0 v 111.737 83.0564 23.0204 -0.875414 -0.348597 -0.334859 0 0 v 113.356 83.3696 19.4971 -0.789924 -0.324657 -0.520209 0 0 v 115.09 80.2818 19.4711 -0.701115 -0.49935 -0.509006 0 0 v 113.545 79.7503 23.0204 -0.77193 -0.550264 -0.318329 0 0 v 116.189 76.8369 23.0204 -0.631649 -0.71668 -0.295617 0 0 v 117.532 77.5731 19.4725 -0.582043 -0.657033 -0.479097 0 0 v 120.579 75.402 19.4729 -0.440759 -0.777427 -0.448708 0 0 v 119.523 74.4771 23.0204 -0.471734 -0.838159 -0.273782 0 0 v 123.313 72.8374 23.0204 -0.289556 -0.92249 -0.255281 0 0 v 123.993 73.9103 19.4729 -0.273964 -0.864123 -0.42218 0 0 v 127.591 73.1666 19.4729 -0.0925104 -0.908685 -0.407103 0 0 v 127.357 72.0093 23.0204 -0.0977247 -0.964559 -0.245105 0 0 v 122.082 100.105 16.7254 -0.362919 0.630937 -0.685717 0 0 v 123.997 98.4644 14.8013 -0.276237 0.456611 -0.845695 0 0 v 121.87 96.8854 14.796 -0.334409 0.374597 -0.864782 0 0 v 119.441 98.2042 16.7254 -0.465001 0.521701 -0.715264 0 0 v 117.282 95.793 16.7254 -0.547729 0.386203 -0.742186 0 0 v 120.028 94.8531 14.8055 -0.389228 0.274684 -0.879233 0 0 v 118.728 92.4754 14.8058 -0.424974 0.171672 -0.888778 0 0 v 115.774 92.9941 16.7236 -0.602722 0.236986 -0.761947 0 0 v 115.009 89.9428 16.7163 -0.633373 0.0879246 -0.768835 0 0 v 118.072 89.9724 14.7973 -0.444638 0.0982473 -0.890306 0 0 v 118.175 88.1842 14.3688 -0.490807 0.416765 -0.765125 0 0 v 116.604 86.6039 15.19 -0.765416 0.047705 -0.641766 0 0 v 114.771 86.8037 16.8465 -0.670821 -0.0530642 -0.739718 0 0 v 115.542 83.8059 16.8465 -0.629592 -0.281569 -0.724108 0 0 v 117.179 84.3734 15.1942 -0.677578 -0.415689 -0.606705 0 0 v 119.435 83.2874 14.3792 -0.329702 -0.633862 -0.699654 0 0 v 120.154 81.7812 14.7949 -0.380046 -0.320519 -0.867659 0 0 v 117.291 81.0462 16.7163 -0.547698 -0.396281 -0.736878 0 0 v 119.443 78.622 16.7236 -0.465424 -0.521697 -0.714991 0 0 v 121.895 79.8998 14.7939 -0.333222 -0.382097 -0.861954 0 0 v 123.997 78.3586 14.8013 -0.275688 -0.457582 -0.845349 0 0 v 122.082 76.7176 16.7254 -0.362953 -0.63095 -0.685687 0 0 v 124.96 75.4365 16.7254 -0.232631 -0.71815 -0.655854 0 0 v 126.15 77.2814 14.8288 -0.191499 -0.543452 -0.817305 0 0 v 128.321 76.7928 14.8356 -0.0588484 -0.597126 -0.799986 0 0 v 127.924 74.813 16.7254 -0.0784535 -0.765845 -0.638221 0 0 v 126.156 96.7146 13.4657 -0.211583 0.318213 -0.924107 0 0 v 128.349 95.5896 12.7592 -0.0896246 0.224226 -0.970407 0 0 v 128.527 94.1639 12.4866 -0.0853835 0.136417 -0.986965 0 0 v 126.782 93.7803 12.6423 -0.13531 0.140331 -0.980815 0 0 v 124.597 95.4386 13.4393 -0.237217 0.267219 -0.933982 0 0 v 122.983 93.8429 13.4869 -0.276271 0.193096 -0.941482 0 0 v 125.613 92.6654 12.6899 -0.171208 0.100351 -0.980111 0 0 v 124.744 91.0768 12.7019 -0.179328 0.0758217 -0.980863 0 0 v 121.879 91.8865 13.4969 -0.296674 0.121667 -0.947197 0 0 v 121.341 89.8241 13.4895 -0.29996 0.07828 -0.950734 0 0 v 124.349 89.4085 12.696 -0.186482 0.0275734 -0.982071 0 0 v 124.693 87.5225 12.6125 -0.156354 0.00691387 -0.987677 0 0 v 122.799 87.1554 12.8067 0.0329549 0.157518 -0.986966 0 0 v 120.868 88.3102 13.3335 -0.189187 0.437255 -0.879214 0 0 v 123.264 85.3249 12.8109 0.0794083 -0.14289 -0.986548 0 0 v 125.134 85.757 12.6125 -0.134607 -0.0829187 -0.987424 0 0 v 125.671 84.1109 12.6823 -0.161165 -0.107266 -0.981081 0 0 v 123.147 82.7421 13.4777 -0.253021 -0.230687 -0.939555 0 0 v 122.019 83.8134 13.344 -0.0459034 -0.536287 -0.842787 0 0 v 124.63 81.3367 13.4374 -0.232408 -0.271299 -0.934015 0 0 v 126.795 83.0322 12.6406 -0.13353 -0.141017 -0.980961 0 0 v 128.527 82.6591 12.4866 -0.0852045 -0.136489 -0.986971 0 0 v 128.349 81.2333 12.7592 -0.0895375 -0.224307 -0.970397 0 0 v 126.156 80.1083 13.4657 -0.210821 -0.318951 -0.924026 0 0 v 127.369 79.0767 13.6031 -0.162811 -0.396814 -0.903345 0 0 v 128.691 80.1388 13.0255 -0.062405 -0.31351 -0.947532 0 0 v 128.685 78.6879 13.6374 -0.0399673 -0.455882 -0.889142 0 0 v 97.3886 82.6263 35.6846 -0.850066 -0.13546 -0.508959 0 0 v 98.2159 83.357 35.0307 -0.445423 0.288813 -0.847458 0 0 v 99.0145 82.5883 34.8261 -0.0987635 -0.28887 -0.95226 0 0 v 98.1745 81.8607 35.4957 -0.357094 -0.686121 -0.633816 0 0 v 111.453 83.5057 45.39 -0.0593869 -0.643689 0.762979 0 0 v 109.094 83.5381 45.201 -0.148535 -0.610968 0.777596 0 0 v 108.852 82.0495 43.3367 -0.052633 -0.909526 0.412301 0 0 v 111.112 81.7797 43.2713 -0.178594 -0.876704 0.446648 0 0 v 110.23 81.6459 40.9026 -0.33273 -0.929579 -0.158659 0 0 v 108.363 81.9526 41.1979 -0.0772378 -0.952224 -0.295471 0 0 v 107.599 83.2682 39.4495 -0.0526502 -0.542715 -0.838265 0 0 v 109.106 83.1871 39.0627 -0.465932 -0.563035 -0.682568 0 0 v 108.502 85.4649 39.0162 -0.581315 0.292279 -0.759372 0 0 v 107.103 85.1351 39.3415 -0.0977721 0.418167 -0.903093 0 0 v 107.123 86.6199 40.9278 -0.189927 0.903401 -0.38444 0 0 v 108.753 87.2167 40.7864 -0.574487 0.791782 -0.207476 0 0 v 109.646 87.3164 43.1551 -0.40314 0.783629 0.472657 0 0 v 107.612 86.7168 43.0666 -0.205057 0.903515 0.376315 0 0 v 108.598 85.405 45.093 -0.237095 0.60425 0.760702 0 0 v 110.859 85.7494 45.3436 -0.167772 0.619105 0.767177 0 0 v 106.406 83.413 44.6475 -0.253771 -0.38309 0.888168 0 0 v 103.725 83.1797 43.7187 -0.339356 -0.407753 0.847688 0 0 v 104.215 81.9036 42.5069 -0.0841538 -0.911383 0.402864 0 0 v 106.475 82.0549 43.1492 -0.040831 -0.912732 0.406514 0 0 v 106.378 81.9693 41.0837 0.0925115 -0.945136 -0.313303 0 0 v 104.51 81.8275 40.5567 0.21755 -0.934406 -0.282058 0 0 v 104.462 82.9896 38.8433 0.434168 -0.49491 -0.752703 0 0 v 105.968 83.1823 39.3355 0.209081 -0.51737 -0.829827 0 0 v 105.553 84.9199 39.1688 0.147088 0.439358 -0.886188 0 0 v 104.143 84.674 38.6246 0.35434 0.43692 -0.826767 0 0 v 103.712 86.0385 40.0099 0.045938 0.909651 -0.412826 0 0 v 105.341 86.3133 40.6669 -0.0342024 0.912153 -0.408419 0 0 v 105.438 86.3988 42.7323 -0.212719 0.913258 0.347434 0 0 v 103.417 86.1145 41.96 -0.315334 0.898145 0.30643 0 0 v 103.406 84.8641 43.5 -0.44272 0.444658 0.778639 0 0 v 105.991 85.1506 44.4808 -0.318944 0.383163 0.866868 0 0 v 101.503 82.8997 42.3884 -0.526036 -0.399918 0.750567 0 0 v 99.6248 82.6026 40.6091 -0.659254 -0.390893 0.64233 0 0 v 100.45 81.4903 39.8319 -0.239187 -0.912441 0.332025 0 0 v 102.187 81.692 41.3672 -0.168762 -0.912006 0.37385 0 0 v 102.839 81.6249 39.6119 0.290239 -0.92977 -0.22647 0 0 v 101.391 81.4329 38.3637 0.299256 -0.936928 -0.180585 0 0 v 101.977 82.4593 36.9385 0.660451 -0.526355 -0.535495 0 0 v 103.131 82.7318 38.0003 0.6053 -0.489502 -0.627693 0 0 v 102.895 84.3337 37.7176 0.52083 0.425152 -0.740258 0 0 v 101.81 83.9191 36.5905 0.599291 0.409745 -0.687721 0 0 v 100.975 85.0824 37.4938 0.102855 0.898526 -0.426698 0 0 v 102.247 85.6294 38.9052 0.0737378 0.904372 -0.420327 0 0 v 101.596 85.6966 40.6605 -0.442172 0.873489 0.203715 0 0 v 100.035 85.1398 38.962 -0.473385 0.8755 0.0969897 0 0 v 99.4585 84.0624 40.2611 -0.731758 0.463374 0.499815 0 0 v 101.266 84.5015 42.1057 -0.629952 0.438465 0.641022 0 0 v 98.1196 82.3427 38.6498 -0.761064 -0.37892 0.526499 0 0 v 97.3016 82.2337 36.9168 -0.913537 -0.369097 0.170932 0 0 v 98.0815 81.4307 36.6436 -0.428468 -0.902393 -0.0458505 0 0 v 99.007 81.3419 38.1475 -0.307328 -0.91346 0.26672 0 0 v 100.14 81.2969 37.0455 0.252473 -0.949281 -0.187413 0 0 v 99.1524 81.4015 35.9654 0.0416155 -0.920044 -0.389598 0 0 v 99.9582 82.1586 35.1605 0.312417 -0.593292 -0.74189 0 0 v 100.952 82.2304 35.8949 0.605914 -0.588777 -0.534986 0 0 v 100.871 83.534 35.5201 0.592303 0.361073 -0.72028 0 0 v 99.9593 83.196 34.8415 0.305135 0.139475 -0.94204 0 0 v 99.138 84.0089 35.1656 -0.0620131 0.709844 -0.701623 0 0 v 99.9373 84.5561 36.1085 0.123729 0.880244 -0.458108 0 0 v 98.8045 84.601 37.2104 -0.46362 0.886027 0.00359075 0 0 v 98.0672 84.0381 35.8437 -0.544552 0.782694 -0.30142 0 0 v 97.3027 83.2711 36.5977 -0.917377 0.395435 0.0452928 0 0 v 98.0386 83.6464 38.275 -0.787737 0.493784 0.368304 0 0 v 117.094 84.6129 0.734975 -0.460738 -0.164541 -0.872151 0 0 v 117.509 85.0292 0.622619 -0.178114 0.287743 -0.940999 0 0 v 118.081 84.7276 0.584057 0.185805 -0.00937302 -0.982542 0 0 v 117.689 84.3126 0.66342 -0.082983 -0.451103 -0.888605 0 0 v 117.511 84.7566 13.7929 -0.738816 -0.671971 -0.0510428 0 0 v 117.211 84.7589 11.9705 -0.684035 -0.708182 0.174855 0 0 v 118.78 83.9997 11.6377 -0.173168 -0.982127 0.0737454 0 0 v 119.238 83.9132 13.2717 -0.211104 -0.962871 -0.168268 0 0 v 121.089 84.176 12.665 0.330259 -0.856639 -0.396357 0 0 v 120.426 84.1907 11.2639 0.451028 -0.885941 -0.108088 0 0 v 121.327 85.2364 11.036 0.906817 -0.288559 -0.307274 0 0 v 122.065 85.341 12.3172 0.674247 -0.258013 -0.691969 0 0 v 121.71 86.7113 12.2962 0.524726 0.508335 -0.682831 0 0 v 121.013 86.4532 10.9902 0.70654 0.625793 -0.330431 0 0 v 119.639 87.2326 11.1495 0.183502 0.962303 -0.20075 0 0 v 120.205 87.5858 12.6127 0.0766096 0.884513 -0.460183 0 0 v 118.331 87.403 13.2194 -0.482743 0.834309 -0.266249 0 0 v 117.993 87.0416 11.5233 -0.443809 0.895723 -0.0267273 0 0 v 116.896 85.9757 11.9248 -0.916762 0.375845 0.135233 0 0 v 117.135 86.2069 13.772 -0.953081 0.28635 -0.0981817 0 0 v 116.832 84.6109 9.79907 -0.690339 -0.710408 0.13694 0 0 v 116.617 84.4447 7.45362 -0.695794 -0.711557 0.0977581 0 0 v 118.081 83.746 7.24348 -0.177407 -0.981445 0.0727547 0 0 v 118.357 83.8817 9.56051 -0.174767 -0.980984 0.0844235 0 0 v 119.961 84.0652 9.29102 0.464827 -0.884975 -0.0274734 0 0 v 119.624 83.9218 7.00784 0.466094 -0.884702 -0.00766758 0 0 v 120.474 84.8843 6.86456 0.950563 -0.287332 -0.117775 0 0 v 120.843 85.0695 9.12536 0.943995 -0.287891 -0.161224 0 0 v 120.543 86.2377 9.06412 0.73836 0.641558 -0.207913 0 0 v 120.187 86.0034 6.8015 0.744269 0.645213 -0.172523 0 0 v 118.907 86.7195 6.8502 0.203425 0.969354 -0.137733 0 0 v 119.211 86.9856 9.13791 0.20076 0.968556 -0.146954 0 0 v 117.607 86.8022 9.4074 -0.440633 0.896809 -0.0397033 0 0 v 117.364 86.5437 7.08583 -0.442388 0.894525 -0.0641777 0 0 v 116.33 85.5638 7.39056 -0.92786 0.37216 0.0239447 0 0 v 116.532 85.7791 9.73783 -0.922901 0.377442 0.0760986 0 0 v 116.493 84.2932 5.21213 -0.698676 -0.711636 0.073661 0 0 v 116.45 84.1956 3.30896 -0.704042 -0.709998 0.0150861 0 0 v 117.713 83.5908 3.11866 -0.189044 -0.981968 0.00118685 0 0 v 117.88 83.6308 5.00969 -0.180181 -0.98203 0.0561465 0 0 v 119.342 83.7976 4.78638 0.46427 -0.885429 -0.0216625 0 0 v 119.047 83.7433 2.91489 0.453809 -0.88591 -0.0960236 0 0 v 119.785 84.5768 2.7995 0.929092 -0.291812 -0.22723 0 0 v 120.148 84.7102 4.6539 0.94838 -0.288465 -0.131772 0 0 v 119.877 85.7707 4.59411 0.742608 0.643511 -0.185545 0 0 v 119.538 85.5446 2.74488 0.728805 0.629725 -0.268867 0 0 v 118.429 86.1628 2.77835 0.194089 0.957079 -0.215242 0 0 v 118.663 86.4488 4.63691 0.201806 0.967593 -0.151783 0 0 v 117.201 86.282 4.8602 -0.445407 0.891402 -0.0837521 0 0 v 117.095 86.0103 2.98212 -0.453247 0.880643 -0.137969 0 0 v 116.202 85.1633 3.25434 -0.932177 0.355859 -0.0664152 0 0 v 116.222 85.3536 5.15235 -0.929975 0.367599 -0.00410887 0 0 v 116.533 84.1976 1.93477 -0.706448 -0.691166 -0.15238 0 0 v 116.773 84.3137 1.13358 -0.639488 -0.54996 -0.537214 0 0 v 117.501 83.9597 1.0148 -0.232709 -0.810903 -0.536919 0 0 v 117.574 83.6966 1.76642 -0.21353 -0.963628 -0.160703 0 0 v 118.678 83.8234 1.59781 0.408867 -0.856715 -0.314431 0 0 v 118.246 84.0461 0.900758 0.240999 -0.683015 -0.689499 0 0 v 118.687 84.5349 0.841098 0.530262 -0.208795 -0.821722 0 0 v 119.292 84.5144 1.51323 0.824899 -0.283493 -0.489053 0 0 v 119.088 85.3151 1.46793 0.658018 0.561739 -0.50146 0 0 v 118.55 85.0764 0.81033 0.444742 0.34987 -0.824497 0 0 v 117.895 85.4349 0.821904 0.0686761 0.66326 -0.745231 0 0 v 118.168 85.8251 1.48455 0.167717 0.90085 -0.400425 0 0 v 117.065 85.6984 1.65316 -0.46929 0.832809 -0.293593 0 0 v 117.149 85.3486 0.935942 -0.434794 0.620631 -0.652512 0 0 v 116.636 84.8551 1.10282 -0.774585 0.154457 -0.61332 0 0 v 116.329 84.9983 1.88946 -0.918654 0.314141 -0.239563 0 0 v 109.225 59.1272 80.2288 -0.240428 -0.960425 0.140632 0 0 v 106.751 59.7729 79.3169 -0.416802 -0.905358 0.0812516 0 0 v 106.362 59.7329 74.9172 -0.417422 -0.908632 0.0121542 0 0 v 108.756 59.041 73.9762 -0.248159 -0.966105 -0.0711198 0 0 v 104.246 61.3393 70.072 -0.387206 -0.869606 -0.306362 0 0 v 102.98 61.4082 72.056 -0.453215 -0.890218 -0.0459067 0 0 v 98.2955 63.9612 72.1639 -0.51057 -0.85853 -0.0473679 0 0 v 97.608 65.0104 70.2014 -0.551511 -0.766327 -0.329513 0 0 v 93.9081 67.3208 74.159 -0.748534 -0.661659 -0.0436423 0 0 v 95.5725 65.7068 75.1411 -0.567007 -0.822477 0.0451165 0 0 v 96.1725 65.7721 79.4988 -0.560373 -0.818547 0.126349 0 0 v 94.7714 67.3372 80.3058 -0.723036 -0.648569 0.237861 0 0 v 99.3204 65.047 84.1437 -0.539594 -0.733745 0.412864 0 0 v 99.5546 64.0968 82.36 -0.51599 -0.839702 0.169278 0 0 v 104.028 61.5185 82.294 -0.464218 -0.871772 0.156573 0 0 v 105.564 61.4458 84.12 -0.375913 -0.848588 0.372273 0 0 v 103.515 69.4716 78.1788 -0.674466 -0.709319 -0.204846 0 0 v 100.617 71.1112 78.2688 -0.176034 -0.931128 -0.319395 0 0 v 100.324 71.0479 75.4598 -0.12805 -0.908138 0.398608 0 0 v 103.258 69.4177 75.3578 -0.63446 -0.688471 0.351382 0 0 v 105.965 60.2716 78.9498 -0.773868 -0.627482 -0.0859936 0 0 v 105.77 61.1684 78.7481 -0.960328 -0.0639113 -0.271452 0 0 v 105.521 61.118 75.3322 -0.909889 -0.0275682 0.413935 0 0 v 105.678 60.22 75.2133 -0.766468 -0.596378 0.238451 0 0 v 102.849 61.6185 72.8172 -0.515082 -0.693138 0.504232 0 0 v 102.953 62.3863 73.1509 -0.331101 -0.0957783 0.938722 0 0 v 99.3512 64.3393 73.295 0.250224 -0.230741 0.940291 0 0 v 98.8943 63.768 72.9594 -0.29876 -0.836543 0.459281 0 0 v 96.5669 65.2592 75.5083 -0.132447 -0.97219 0.193144 0 0 v 97.2253 65.7017 75.6307 0.84312 -0.431371 0.32104 0 0 v 97.6386 65.7924 78.9903 0.764878 -0.441926 -0.468682 0 0 v 97.0307 65.3467 79.1893 -0.126926 -0.983722 -0.127207 0 0 v 99.8591 63.9482 81.5855 -0.343218 -0.855373 -0.387992 0 0 v 100.206 64.5241 81.1716 0.140332 -0.30286 -0.942647 0 0 v 103.644 62.5308 81.0839 -0.45915 -0.180668 -0.869793 0 0 v 103.638 61.7629 81.4986 -0.581999 -0.732597 -0.352958 0 0 v 105.819 63.4119 78.5757 -0.959706 -0.0350672 -0.278808 0 0 v 105.396 66.5924 78.2137 -0.91518 -0.334064 -0.225493 0 0 v 105.18 66.549 75.3792 -0.872761 -0.310007 0.377073 0 0 v 105.581 63.3648 75.2835 -0.908255 -0.0013933 0.418414 0 0 v 103.112 64.5843 73.1811 -0.291257 -0.00720222 0.956618 0 0 v 103.04 67.6054 73.5569 -0.44808 -0.32352 0.833402 0 0 v 100.065 69.2251 73.6724 0.176268 -0.403715 0.897744 0 0 v 99.646 66.4608 73.3198 0.351422 -0.0505175 0.934853 0 0 v 97.6021 67.7711 75.5707 0.951118 -0.129695 0.280275 0 0 v 98.295 70.3602 75.6234 0.753443 -0.542838 0.371013 0 0 v 98.6284 70.434 78.4189 0.67332 -0.557064 -0.486127 0 0 v 98.0022 67.8599 78.8084 0.868307 -0.159843 -0.469568 0 0 v 100.472 66.6404 80.9108 0.234873 -0.140967 -0.96175 0 0 v 100.768 69.3776 80.2412 0.0623134 -0.478294 -0.875986 0 0 v 103.626 67.7274 80.1647 -0.561206 -0.39641 -0.726572 0 0 v 103.775 64.7221 80.8266 -0.423273 -0.0980647 -0.90068 0 0 v 126.141 61.2722 57.9027 -0.179742 -0.611577 -0.770497 0 0 v 126.506 60.6338 58.5135 -0.0534874 -0.880926 -0.470221 0 0 v 121.492 60.0911 60.5683 -0.208589 -0.783391 -0.585482 0 0 v 127.717 76.545 108.59 -0.0175581 -0.431005 0.902179 0 0 v 127.717 80.5571 110.055 -0.0442272 -0.255945 0.965679 0 0 v 124.722 77.2275 108.634 -0.145565 -0.381186 0.912966 0 0 v 126.938 82.8325 110.477 -0.0707345 -0.180593 0.981011 0 0 v 126.128 84.1799 110.61 -0.0875346 -0.109981 0.990072 0 0 v 119.676 80.7028 108.875 -0.208818 -0.27651 0.93805 0 0 v 122.13 78.9629 108.811 -0.178707 -0.325899 0.928361 0 0 v 125.439 85.29 110.637 -0.0911054 -0.0650659 0.993713 0 0 v 124.96 86.4942 110.651 -0.0903294 -0.0357125 0.995271 0 0 v 116.326 84.8721 108.957 -0.264136 -0.134512 0.95506 0 0 v 117.679 82.6583 108.91 -0.243028 -0.209566 0.947111 0 0 v 124.714 87.7638 110.656 -0.0898601 -0.010437 0.9959 0 0 v 124.714 89.0591 110.656 -0.0905156 0.0122749 0.995819 0 0 v 115.553 89.5499 108.932 -0.28236 0.049764 0.958017 0 0 v 115.616 87.2098 108.97 -0.279018 -0.0365889 0.959588 0 0 v 124.96 90.3288 110.651 -0.0916579 0.0355368 0.995156 0 0 v 125.439 91.5329 110.637 -0.0920625 0.0645286 0.99366 0 0 v 117.595 94.0648 108.883 -0.251572 0.20388 0.946121 0 0 v 116.196 91.8275 108.897 -0.273375 0.130279 0.953044 0 0 v 126.128 92.6431 110.61 -0.0879202 0.109714 0.990067 0 0 v 126.938 93.9904 110.477 -0.070778 0.180558 0.981014 0 0 v 122.13 97.86 108.811 -0.179335 0.3255 0.928379 0 0 v 119.659 96.1002 108.87 -0.213591 0.273443 0.937874 0 0 v 127.717 96.2658 110.055 -0.0442269 0.255945 0.965679 0 0 v 127.717 100.278 108.59 -0.0175584 0.431005 0.902179 0 0 v 124.722 99.5954 108.634 -0.145564 0.381186 0.912967 0 0 v 126.128 65.9158 99.9755 -0.0616742 -0.743822 0.665526 0 0 v 126.938 71.2262 105.146 -0.0454456 -0.626952 0.777731 0 0 v 122.13 72.0761 105.155 -0.170195 -0.588946 0.790048 0 0 v 119.666 67.0072 99.9755 -0.185891 -0.71404 0.674975 0 0 v 124.936 58.3557 87.8801 -0.0740178 -0.935639 0.34511 0 0 v 125.439 61.4587 94.1098 -0.069749 -0.83994 0.538179 0 0 v 117.634 62.7737 94.1098 -0.207215 -0.808382 0.550981 0 0 v 116.033 59.7119 87.8763 -0.203779 -0.900744 0.383581 0 0 v 124.483 56.5055 73.8088 -0.0693595 -0.996937 -0.0361398 0 0 v 124.596 56.7636 80.9152 -0.0722344 -0.989963 0.121475 0 0 v 115.443 57.9527 80.9069 -0.174413 -0.974908 0.138329 0 0 v 115.092 57.7422 73.5345 -0.180471 -0.982243 -0.0512742 0 0 v 127.243 71.4659 49.4185 -0.0549819 -0.55775 -0.828186 0 0 v 125.873 66.0955 53.5189 -0.0780824 -0.639122 -0.765131 0 0 v 119.31 67.365 53.5379 -0.174741 -0.620796 -0.76425 0 0 v 122.954 72.2727 49.4185 -0.156373 -0.507316 -0.847454 0 0 v 127.717 103.213 46.1521 -0.0948019 0.906582 0.411245 0 0 v 127.464 104.357 43.2306 -0.0962099 0.941139 0.32404 0 0 v 123.626 103.562 43.2306 -0.284421 0.896191 0.34051 0 0 v 124.359 102.503 46.1521 -0.28029 0.857096 0.432233 0 0 v 127.263 105.29 39.7645 -0.0986387 0.973796 0.20492 0 0 v 127.141 105.877 35.7223 -0.100065 0.991147 0.0872659 0 0 v 122.688 104.971 35.7223 -0.296204 0.950761 0.0911913 0 0 v 123.042 104.428 39.7645 -0.291943 0.931997 0.214828 0 0 v 127.12 105.98 31.4043 -0.100342 0.994273 -0.0367803 0 0 v 127.2 105.589 27.0865 -0.0995048 0.984788 -0.142445 0 0 v 122.857 104.704 27.0865 -0.294628 0.943992 -0.148574 0 0 v 122.627 105.067 31.4043 -0.297023 0.954098 -0.0383882 0 0 v 127.357 104.814 23.0204 -0.0977248 0.964559 -0.245105 0 0 v 127.591 103.656 19.4729 -0.0925101 0.908685 -0.407103 0 0 v 123.993 102.913 19.4729 -0.273965 0.864122 -0.42218 0 0 v 123.313 103.986 23.0204 -0.289556 0.92249 -0.255281 0 0 v 127.924 102.01 16.7254 -0.0784525 0.765846 -0.63822 0 0 v 128.321 100.03 14.8356 -0.0588493 0.597126 -0.799986 0 0 v 126.15 99.5416 14.8288 -0.1915 0.54345 -0.817306 0 0 v 124.96 101.386 16.7254 -0.232632 0.71815 -0.655853 0 0 v 128.685 98.135 13.6374 -0.0399674 0.455877 -0.889145 0 0 v 128.691 96.6841 13.0256 -0.0624049 0.313515 -0.94753 0 0 v 127.369 97.7463 13.6031 -0.16281 0.396813 -0.903345 0 0 v 132.041 71.2141 60.1076 -0.226352 -0.774787 0.590313 0 0 v 135.519 70.0171 61.6084 -0.453812 -0.789828 -0.412585 0 0 v 132.041 70.5644 61.0836 0.0890311 -0.53171 -0.842234 0 0 v 132.853 60.4071 59.3247 -0.167909 -0.914284 0.368635 0 0 v 138.46 59.595 61.8865 -0.308962 -0.946043 0.0976987 0 0 v 138.01 60.4604 61.9944 -0.649743 -0.186088 0.737024 0 0 v 132.857 61.2794 59.6202 -0.258915 -0.112631 0.959311 0 0 v 138.704 58.8699 63.3268 0.0654133 -0.730578 -0.679689 0 0 v 133.097 58.6299 62.7597 0.0661557 -0.794912 -0.603107 0 0 v 132.857 59.6632 62.3186 0.109609 -0.0653903 -0.991822 0 0 v 138.01 59.8139 63.0738 -0.0108804 -0.0437332 -0.998984 0 0 v 125.744 58.6299 62.7597 -0.0661559 -0.794913 -0.603106 0 0 v 120.138 58.8699 63.3268 -0.0654131 -0.730579 -0.679688 0 0 v 120.831 59.8139 63.0738 0.0108801 -0.0437329 -0.998984 0 0 v 125.985 59.6632 62.3186 -0.109609 -0.0653902 -0.991822 0 0 v 120.382 59.595 61.8865 0.308961 -0.946043 0.0976989 0 0 v 125.988 60.4071 59.3247 0.167908 -0.914285 0.368632 0 0 v 125.985 61.2794 59.6202 0.258915 -0.112631 0.959311 0 0 v 120.831 60.4604 61.9944 0.649742 -0.186085 0.737026 0 0 v 132.756 64.3465 59.7108 -0.257035 -0.0257356 0.966059 0 0 v 137.758 63.5008 62.0527 -0.641386 -0.0471252 0.765769 0 0 v 137.036 67.6261 61.8468 -0.702527 -0.196677 0.68394 0 0 v 132.593 68.6574 59.8246 -0.254501 -0.0678482 0.96469 0 0 v 137.758 62.8275 63.1014 -0.00406118 -0.0146873 -0.999884 0 0 v 132.756 62.6635 62.3327 0.114731 -0.0058295 -0.993379 0 0 v 132.593 67.1534 62.102 0.116404 -0.124136 -0.985414 0 0 v 137.036 67.0246 62.7577 -0.0520202 -0.216772 -0.974835 0 0 v 126.086 62.6635 62.3327 -0.114731 -0.00582971 -0.993379 0 0 v 121.084 62.8275 63.1014 0.00406112 -0.0146873 -0.999884 0 0 v 121.805 67.0246 62.7577 0.0520188 -0.216771 -0.974836 0 0 v 126.249 67.1534 62.102 -0.116404 -0.124136 -0.985414 0 0 v 121.084 63.5008 62.0527 0.641386 -0.0471245 0.765769 0 0 v 126.086 64.3465 59.7108 0.257035 -0.025735 0.966059 0 0 v 126.249 68.6574 59.8246 0.254501 -0.067848 0.96469 0 0 v 121.805 67.6261 61.8468 0.702525 -0.196676 0.683942 0 0 v 127.837 85.5062 12.3331 -0.0728688 -0.0484227 -0.996165 0 0 v 127.017 87.3291 12.32 -0.0787472 -0.0184395 -0.996724 0 0 v 126.902 89.5132 12.3469 -0.0918998 0.0249164 -0.995456 0 0 v 127.824 91.3062 12.3348 -0.0764984 0.0462484 -0.995997 0 0 v 129.421 91.9363 12.2774 1.43296e-006 0.0407007 -0.999171 0 0 v 131.018 91.3062 12.3348 0.0764969 0.0462494 -0.995997 0 0 v 131.939 89.5132 12.3469 0.0919004 0.024915 -0.995456 0 0 v 131.824 87.3291 12.32 0.0787462 -0.0184392 -0.996724 0 0 v 131.005 85.5062 12.3331 0.0728685 -0.0484206 -0.996165 0 0 v 129.421 84.8866 12.2774 3.90633e-007 -0.0407699 -0.999169 0 0 v 141.223 59.8852 62.4773 0.267669 -0.793564 -0.546451 0 0 v 136.832 62.1387 58.1208 0.172817 -0.730062 -0.661168 0 0 v 143.33 63.3929 58.6378 0.243409 -0.749853 -0.615202 0 0 v 145.874 60.3568 64.4094 0.310642 -0.834644 -0.45483 0 0 v 137.35 60.0911 60.5683 0.208588 -0.783392 -0.585481 0 0 v 132.335 60.6338 58.5135 0.0534879 -0.880926 -0.470221 0 0 v 132.7 61.2722 57.9027 0.179742 -0.611578 -0.770497 0 0 v 118.74 58.5168 64.6481 -0.155955 -0.933692 -0.322332 0 0 v 125.286 57.9496 64.5126 -0.048134 -0.948424 -0.313329 0 0 v 124.747 57.0711 68.1195 -0.0600496 -0.982894 -0.174111 0 0 v 116.224 58.1674 67.7907 -0.190191 -0.960865 -0.201409 0 0 v 117.618 59.8852 62.4773 -0.267669 -0.793564 -0.546452 0 0 v 112.968 60.3568 64.4094 -0.310642 -0.834644 -0.45483 0 0 v 115.512 63.3929 58.6378 -0.243409 -0.749853 -0.615201 0 0 v 122.01 62.1387 58.1208 -0.172817 -0.730062 -0.661168 0 0 v 126.801 70.5644 61.0836 -0.0890314 -0.531709 -0.842234 0 0 v 123.322 70.0171 61.6084 0.453811 -0.789828 -0.412586 0 0 v 126.801 71.2141 60.1076 0.226351 -0.774788 0.590312 0 0 v 139.001 72.8768 105.177 0.21318 -0.557212 0.802539 0 0 v 143.318 71.4344 102.723 0.281285 -0.595885 0.752197 0 0 v 143.34 74.9973 105.184 0.296685 -0.484152 0.823149 0 0 v 139.001 76.3788 107.259 0.218386 -0.426897 0.877534 0 0 v 147.02 67.1468 97.0649 0.325586 -0.701079 0.634415 0 0 v 148.093 70.6545 99.9638 0.36104 -0.610454 0.704979 0 0 v 142.283 67.9596 99.9755 0.245374 -0.687476 0.683497 0 0 v 153.147 74.277 99.8578 0.467498 -0.49658 0.731337 0 0 v 148.186 74.2709 102.655 0.383182 -0.502404 0.775088 0 0 v 153.001 70.6526 97.0616 0.446369 -0.606952 0.657544 0 0 v 142.327 78.4635 107.26 0.279841 -0.358538 0.890584 0 0 v 147.241 77.7937 105.062 0.382594 -0.383867 0.840398 0 0 v 152.45 77.9189 102.37 0.443633 -0.424121 0.789501 0 0 v 150.341 81.1757 104.862 0.416492 -0.276679 0.866016 0 0 v 145.173 81.0046 107.153 0.341991 -0.271455 0.899641 0 0 v 157.789 75.0734 97.0481 0.511511 -0.538681 0.669462 0 0 v 157.543 78.2602 99.7369 0.346466 -0.618201 0.705541 0 0 v 163.197 80.0079 101.116 -0.154011 -0.886764 0.43581 0 0 v 158.936 80.6031 101.428 0.0726595 -0.600229 0.796521 0 0 v 161.926 78.6709 98.2193 0.198041 -0.868526 0.454359 0 0 v 158.975 83.4873 102.327 0.077873 -0.0242551 0.996668 0 0 v 155.014 82.2522 103.081 0.306852 -0.272639 0.911871 0 0 v 162.204 81.7845 102.524 -0.310586 -0.286722 0.906271 0 0 v 146.944 83.8614 107.209 0.367953 -0.195303 0.909102 0 0 v 151.577 84.6592 105.165 0.424589 -0.135497 0.89519 0 0 v 156.15 85.7432 103.08 0.367317 0.0718276 0.927318 0 0 v 152.544 88.0163 104.859 0.469208 0.00827972 0.883049 0 0 v 147.861 86.7552 107.209 0.395151 -0.0428893 0.917615 0 0 v 162.854 83.809 102.533 -0.153597 0.42157 0.893693 0 0 v 160.678 85.9556 101.432 0.27445 0.529332 0.802798 0 0 v 164.519 86.6126 98.2238 0.478687 0.736415 0.47807 0 0 v 160.801 88.1896 99.7299 0.531923 0.429907 0.729547 0 0 v 164.803 85.0015 101.139 0.19792 0.862715 0.46535 0 0 v 159.105 92.583 99.8433 0.612334 0.197631 0.765499 0 0 v 156.364 89.9493 102.36 0.556091 0.152326 0.817043 0 0 v 162.862 90.5644 97.0338 0.665149 0.233918 0.709125 0 0 v 147.93 89.7307 107.155 0.400317 0.0498403 0.91502 0 0 v 151.694 91.7046 105.058 0.484702 0.13469 0.864247 0 0 v 154.625 94.3375 102.646 0.539529 0.238835 0.807383 0 0 v 149.803 95.4988 105.187 0.447298 0.268935 0.852994 0 0 v 146.831 92.8214 107.267 0.378454 0.166139 0.910588 0 0 v 161.102 95.7935 97.0467 0.641209 0.295722 0.708096 0 0 v 156.678 97.5885 99.9533 0.569325 0.33996 0.748529 0 0 v 152.989 102.356 99.9721 0.484751 0.483063 0.729154 0 0 v 151.889 98.7308 102.722 0.48245 0.373802 0.792158 0 0 v 157.78 101.289 97.0575 0.574425 0.442082 0.688912 0 0 v 144.944 95.781 107.294 0.335576 0.271783 0.901955 0 0 v 147.012 98.9919 105.202 0.379463 0.388335 0.839764 0 0 v 148.074 102.517 102.725 0.386428 0.502428 0.77346 0 0 v 143.317 101.822 105.199 0.294904 0.48571 0.822872 0 0 v 142.281 98.352 107.288 0.275316 0.361724 0.890706 0 0 v 152.999 106.078 97.0634 0.459072 0.594141 0.660492 0 0 v 148.078 106.15 99.9752 0.36607 0.607525 0.704916 0 0 v 142.283 108.863 99.9755 0.245374 0.687477 0.683496 0 0 v 143.318 105.389 102.723 0.281331 0.595854 0.752204 0 0 v 147.02 109.676 97.0649 0.327473 0.699924 0.634719 0 0 v 139.001 100.444 107.259 0.217837 0.42733 0.87746 0 0 v 139.001 103.946 105.177 0.213179 0.557212 0.80254 0 0 v 137.979 107.339 102.715 0.174924 0.660375 0.730278 0 0 v 134.347 105.316 105.14 0.107918 0.618572 0.778282 0 0 v 135.413 102.134 107.171 0.160063 0.492687 0.855359 0 0 v 140.264 112.084 97.0649 0.197039 0.761864 0.617041 0 0 v 135.975 110.497 99.9755 0.123863 0.733392 0.668426 0 0 v 129.421 111.044 99.9755 3.68304e-008 0.74693 0.664903 0 0 v 132.314 108.306 102.712 0.0563129 0.691602 0.720081 0 0 v 133.083 113.295 97.0649 0.0659537 0.791246 0.607931 0 0 v 131.501 102.886 107.149 0.03183 0.536456 0.843328 0 0 v 129.421 105.665 105.155 -1.1989e-006 0.625795 0.779988 0 0 v 144.953 63.9181 94.1098 0.277338 -0.778913 0.562476 0 0 v 149.858 63.8784 91.1633 0.356929 -0.776976 0.518565 0 0 v 151.91 67.1576 94.1197 0.410959 -0.696993 0.587634 0 0 v 152.106 61.754 85.8124 0.35788 -0.83129 0.425299 0 0 v 154.707 64.6492 88.4949 0.4408 -0.749871 0.493344 0 0 v 147.068 60.9307 87.975 0.283394 -0.857781 0.428836 0 0 v 161.447 69.5001 88.1047 0.608637 -0.613944 0.502627 0 0 v 156.752 68.0037 91.2277 0.504312 -0.66812 0.54707 0 0 v 159.259 65.9293 85.8446 0.53856 -0.700226 0.468654 0 0 v 157.763 71.5771 94.2094 0.543086 -0.578944 0.608178 0 0 v 162.253 73.4525 91.3843 0.621281 -0.557937 0.550197 0 0 v 162.104 76.6131 94.8888 0.502121 -0.696634 0.512422 0 0 v 165.703 71.801 84.6383 0.744794 -0.543792 0.386746 0 0 v 166.295 75.7165 88.1758 0.755334 -0.480736 0.445381 0 0 v 169.474 81.7164 87.8216 0.867017 -0.276272 0.414675 0 0 v 166.934 79.3907 91.1701 0.825553 -0.482025 0.293452 0 0 v 169.72 78.2361 84.5624 0.83203 -0.403481 0.380695 0 0 v 167.59 80.6362 97.311 0.742138 -0.626303 -0.238695 0 0 v 165.356 78.7641 94.8961 0.60139 -0.77756 0.183658 0 0 v 167.672 82.0426 93.9081 0.953347 -0.301743 -0.00898336 0 0 v 165.491 79.3708 98.8262 0.185633 -0.978026 0.0948952 0 0 v 167.251 84.8539 98.8489 0.552689 0.816131 0.168715 0 0 v 167.558 85.5852 94.8996 0.88809 0.402433 0.222134 0 0 v 165.891 88.2315 94.8819 0.721601 0.41333 0.555383 0 0 v 168.602 84.5684 91.1683 0.949015 -0.060132 0.309444 0 0 v 168.392 83.1503 97.3202 0.965629 0.135896 -0.221568 0 0 v 171.813 84.7796 84.5613 0.906903 -0.133947 0.399481 0 0 v 170.172 87.9296 88.1725 0.882586 0.00726824 0.470094 0 0 v 169.26 94.6089 88.0023 0.824817 0.248793 0.507719 0 0 v 167.828 90.8668 91.3756 0.791233 0.174755 0.586012 0 0 v 171.74 91.6349 84.6391 0.899155 0.136279 0.415871 0 0 v 164.871 93.5556 94.1948 0.718135 0.229595 0.656939 0 0 v 166.061 97.2625 91.1176 0.738622 0.336797 0.583957 0 0 v 162.198 99.5319 94.1092 0.653702 0.39681 0.644373 0 0 v 169.659 98.5231 84.5353 0.828864 0.393263 0.397904 0 0 v 166.27 101.218 87.8878 0.739685 0.467752 0.483812 0 0 v 161.323 107.211 87.8783 0.617441 0.654333 0.436595 0 0 v 162.277 103.468 91.0583 0.649093 0.520124 0.555112 0 0 v 165.462 104.968 84.511 0.712267 0.605697 0.354693 0 0 v 157.801 105.153 94.1064 0.555539 0.561797 0.612993 0 0 v 156.748 108.811 91.0626 0.517675 0.685689 0.511706 0 0 v 151.914 109.656 94.1094 0.419116 0.699422 0.578921 0 0 v 159.396 110.541 84.5124 0.561303 0.770051 0.303251 0 0 v 154.716 112.108 87.8798 0.466274 0.792578 0.392949 0 0 v 146.903 115.721 87.8792 0.310852 0.87741 0.365408 0 0 v 149.839 112.914 91.0635 0.370208 0.795696 0.47939 0 0 v 151.829 114.933 84.5118 0.402162 0.876281 0.265325 0 0 v 144.953 112.905 94.1098 0.278888 0.783255 0.555638 0 0 v 142.014 115.694 91.0632 0.221793 0.859854 0.459846 0 0 v 137.344 114.87 94.1098 0.139686 0.828906 0.541667 0 0 v 143.249 117.954 84.5083 0.240763 0.939848 0.242321 0 0 v 138.344 117.922 87.8773 0.155208 0.923876 0.349805 0 0 v 129.421 118.664 87.8762 3.36117e-008 0.938611 0.344978 0 0 v 133.676 117.097 91.0627 0.0740883 0.88988 0.450138 0 0 v 134.094 119.488 84.5039 0.0805288 0.969382 0.231978 0 0 v 129.421 115.53 94.1098 -8.42429e-007 0.843566 0.537026 0 0 v 165.29 69.0351 80.7922 0.760477 -0.593889 0.262623 0 0 v 168.061 71.6115 77.1982 0.814312 -0.56837 0.117689 0 0 v 169.168 74.6817 80.9751 0.824284 -0.499395 0.26676 0 0 v 167.576 71.6444 69.6073 0.772763 -0.585493 -0.245021 0 0 v 170.245 74.5956 73.3663 0.851194 -0.523228 -0.0412453 0 0 v 166.284 69.0038 73.6029 0.782111 -0.619835 -0.064082 0 0 v 173.512 81.3128 73.3573 0.949822 -0.311787 -0.025052 0 0 v 171.807 77.8202 77.1744 0.893455 -0.429121 0.132637 0 0 v 171.674 78.0903 69.5609 0.874102 -0.43334 -0.219458 0 0 v 172.381 81.3168 80.9035 0.915062 -0.29347 0.276654 0 0 v 174.078 84.8021 77.1742 0.976408 -0.153819 0.151548 0 0 v 173.43 88.3151 80.9736 0.953849 0.00227259 0.300277 0 0 v 173.945 84.9118 69.5609 0.96277 -0.156728 -0.220251 0 0 v 174.658 88.4115 73.3573 0.999862 -1.59375e-006 -0.016581 0 0 v 173.512 95.5101 73.3573 0.949873 0.311805 -0.0227979 0 0 v 174.071 91.98 77.182 0.975376 0.154318 0.157568 0 0 v 173.945 91.9111 69.5609 0.96277 0.156728 -0.220251 0 0 v 172.338 95.4066 80.9396 0.91188 0.287813 0.292642 0 0 v 171.801 98.9963 77.1716 0.887278 0.440611 0.136379 0 0 v 169.036 102.194 80.9167 0.803122 0.53683 0.258473 0 0 v 171.674 98.7326 69.5609 0.869107 0.443415 -0.219172 0 0 v 170.1 102.251 73.3573 0.821274 0.569126 -0.040065 0 0 v 164.623 108.302 73.3573 0.655595 0.752548 -0.0621818 0 0 v 167.359 105.49 77.1692 0.743518 0.661097 0.100661 0 0 v 167.243 105.039 69.5609 0.720652 0.657937 -0.218584 0 0 v 163.704 108.298 80.9148 0.654248 0.726504 0.210125 0 0 v 160.975 111.122 77.1693 0.574845 0.815904 0.0620797 0 0 v 156.61 113.37 80.9147 0.490136 0.855606 0.166448 0 0 v 160.877 110.509 69.5609 0.552523 0.804146 -0.219244 0 0 v 157.342 113.349 73.3564 0.48517 0.870482 -0.0828876 0 0 v 148.729 117.16 73.3485 0.322554 0.94145 -0.0981425 0 0 v 153.016 115.61 77.1667 0.408921 0.91202 0.0316795 0 0 v 152.942 114.877 69.5571 0.391831 0.893069 -0.221125 0 0 v 148.22 117.174 80.9108 0.326707 0.935222 0.136462 0 0 v 143.986 118.73 77.1558 0.245102 0.969414 0.0127185 0 0 v 139.02 119.516 80.9015 0.163434 0.979178 0.120415 0 0 v 143.941 117.927 69.5416 0.2358 0.945893 -0.2229 0 0 v 139.281 119.527 73.3301 0.162298 0.981022 -0.106089 0 0 v 129.421 120.34 73.3186 -9.33635e-010 0.994133 -0.108164 0 0 v 134.344 120.331 77.1421 0.0825613 0.996574 0.00492218 0 0 v 134.329 119.503 69.5222 0.0799782 0.971338 -0.223845 0 0 v 129.421 120.312 80.8958 0 0.993246 0.116024 0 0 v 149.006 61.1517 65.2368 0.345985 -0.835828 -0.426246 0 0 v 151.553 64.1396 62.1159 0.370505 -0.767937 -0.522493 0 0 v 156.483 64.7316 65.236 0.439889 -0.766469 -0.467999 0 0 v 153.549 61.6844 68.1464 0.376154 -0.840236 -0.390526 0 0 v 147.835 67.4662 56.0989 0.302131 -0.645374 -0.701576 0 0 v 153.256 67.4016 59.052 0.391368 -0.682612 -0.617149 0 0 v 146.56 64.3596 58.8558 0.291433 -0.740681 -0.605358 0 0 v 159.408 71.6391 59.0738 0.496748 -0.57886 -0.646655 0 0 v 158.549 68.0753 62.2473 0.481821 -0.68844 -0.542124 0 0 v 153.897 70.8861 56.1425 0.391331 -0.559518 -0.730616 0 0 v 161.148 65.92 68.3083 0.543499 -0.730891 -0.412805 0 0 v 163.531 69.3968 65.8068 0.600575 -0.659768 -0.451681 0 0 v 164.431 73.1045 62.3475 0.620246 -0.55978 -0.549492 0 0 v 168.603 75.2876 65.8696 0.760018 -0.508726 -0.404439 0 0 v 158.884 75.2246 56.1425 0.472495 -0.426969 -0.771003 0 0 v 164.091 76.7416 59.0738 0.59883 -0.421369 -0.681066 0 0 v 167.008 82.4255 59.0738 0.667369 -0.222529 -0.710703 0 0 v 168.497 78.9301 62.3401 0.734387 -0.376594 -0.564671 0 0 v 162.356 80.2259 56.1425 0.531137 -0.268333 -0.803673 0 0 v 171.85 81.6964 65.8621 0.863761 -0.288732 -0.412977 0 0 v 170.601 85.1966 62.3401 0.800037 -0.13144 -0.585375 0 0 v 172.955 88.4115 65.8621 0.907367 -8.4485e-008 -0.42034 0 0 v 164.136 85.636 56.1425 0.562199 -0.0906516 -0.822019 0 0 v 167.989 88.4115 59.0738 0.691892 -7.20845e-008 -0.722001 0 0 v 167.008 94.3974 59.0738 0.667369 0.222529 -0.710703 0 0 v 170.601 91.6263 62.3401 0.800037 0.13144 -0.585375 0 0 v 164.136 91.187 56.1425 0.562199 0.0906518 -0.822018 0 0 v 171.85 95.1265 65.8621 0.863762 0.288732 -0.412977 0 0 v 168.497 97.8928 62.3401 0.733874 0.37782 -0.564519 0 0 v 168.565 101.503 65.8621 0.750708 0.529719 -0.394761 0 0 v 162.356 96.597 56.1425 0.531137 0.268332 -0.803674 0 0 v 164.091 100.081 59.0738 0.599405 0.421774 -0.680309 0 0 v 159.408 105.184 59.0738 0.500419 0.583128 -0.639955 0 0 v 164.393 103.686 62.3401 0.622882 0.573723 -0.531846 0 0 v 158.884 101.598 56.1425 0.472494 0.426972 -0.771003 0 0 v 163.291 107.227 65.8621 0.602973 0.704744 -0.373845 0 0 v 158.497 108.711 62.3401 0.488495 0.717142 -0.497071 0 0 v 156.28 112.002 65.8613 0.448918 0.81958 -0.356036 0 0 v 153.897 105.937 56.1425 0.389784 0.561314 -0.730065 0 0 v 153.183 109.439 59.0734 0.385269 0.701449 -0.599614 0 0 v 145.835 112.642 59.0694 0.262831 0.780137 -0.567719 0 0 v 151.152 112.72 62.3373 0.352157 0.809948 -0.469009 0 0 v 147.69 109.392 56.1416 0.292593 0.661413 -0.690595 0 0 v 147.99 115.607 65.8533 0.300133 0.889612 -0.344255 0 0 v 142.829 115.51 62.3264 0.213461 0.866703 -0.450844 0 0 v 138.902 117.848 65.8349 0.151703 0.928658 -0.338497 0 0 v 140.68 111.778 56.1381 0.18102 0.729312 -0.6598 0 0 v 137.797 114.613 59.0602 0.133424 0.825272 -0.548748 0 0 v 129.421 115.283 59.0545 0 0.839661 -0.543112 0 0 v 133.952 116.943 62.3128 0.0723794 0.893521 -0.443149 0 0 v 133.224 112.986 56.1337 0.0614711 0.762556 -0.643995 0 0 v 129.421 118.618 65.8234 0 0.941443 -0.337172 0 0 v 142.515 68.2704 53.5815 0.220117 -0.596926 -0.77151 0 0 v 142.783 71.6196 51.4139 0.251013 -0.520239 -0.816299 0 0 v 148.22 70.895 53.6208 0.302951 -0.520928 -0.798032 0 0 v 137.076 76.2392 47.5221 0.241982 -0.412577 -0.878194 0 0 v 141.873 75.0069 49.4185 0.250731 -0.385901 -0.887814 0 0 v 137.963 72.983 49.4185 0.18898 -0.475278 -0.859301 0 0 v 145.223 77.718 49.4185 0.29069 -0.287069 -0.912738 0 0 v 147.355 74.3786 51.4183 0.28205 -0.37574 -0.882761 0 0 v 139.789 78.238 47.5221 0.2867 -0.314131 -0.905055 0 0 v 153.165 74.436 53.6251 0.369381 -0.412302 -0.832806 0 0 v 151.051 77.8526 51.4183 0.36623 -0.307311 -0.878314 0 0 v 156.898 78.6876 53.6251 0.418554 -0.282133 -0.863258 0 0 v 141.992 80.7565 47.5221 0.31045 -0.220216 -0.92473 0 0 v 147.772 80.9661 49.4185 0.313151 -0.196776 -0.929094 0 0 v 149.468 84.5644 49.4185 0.345998 -0.0978992 -0.933114 0 0 v 153.648 81.8521 51.4183 0.347741 -0.165593 -0.922852 0 0 v 143.721 83.6189 47.5221 0.319687 -0.174758 -0.931268 0 0 v 159.223 83.4237 53.6251 0.448163 -0.143179 -0.882411 0 0 v 154.967 86.184 51.4183 0.411199 -0.0584966 -0.909667 0 0 v 160.005 88.4115 53.6251 0.456482 -3.21916e-007 -0.889733 0 0 v 144.507 86.7594 47.5221 0.336683 0.00503968 -0.941604 0 0 v 149.873 88.4064 49.4185 0.33048 0.00845425 -0.943775 0 0 v 149.32 92.2279 49.4185 0.325731 0.0920614 -0.94097 0 0 v 154.943 90.6339 51.4183 0.354183 0.0534081 -0.93365 0 0 v 144.311 90.0226 47.5221 0.328358 0.0452962 -0.943467 0 0 v 159.223 93.3993 53.6251 0.446876 0.142768 -0.88313 0 0 v 153.624 94.9658 51.4183 0.395532 0.185132 -0.8996 0 0 v 156.898 98.1354 53.6251 0.418355 0.281999 -0.863397 0 0 v 143.525 93.1632 47.5221 0.324136 0.124806 -0.937742 0 0 v 147.748 95.8518 49.4185 0.314269 0.187402 -0.930653 0 0 v 145.223 99.1049 49.4185 0.29069 0.287068 -0.912738 0 0 v 151.051 98.9704 51.4183 0.32115 0.268919 -0.908045 0 0 v 141.992 96.0664 47.5221 0.312316 0.215108 -0.925304 0 0 v 153.165 102.387 53.6251 0.369381 0.412302 -0.832805 0 0 v 147.355 102.444 51.4183 0.318036 0.424152 -0.847908 0 0 v 148.205 105.931 53.625 0.301026 0.524935 -0.796132 0 0 v 139.789 98.5849 47.5221 0.286699 0.31413 -0.905056 0 0 v 141.873 101.816 49.4185 0.25073 0.385901 -0.887815 0 0 v 137.963 103.84 49.4185 0.188981 0.475277 -0.859301 0 0 v 142.768 105.207 51.4182 0.225085 0.471001 -0.852933 0 0 v 137.076 100.584 47.5221 0.241983 0.412576 -0.878194 0 0 v 142.37 108.588 53.6242 0.214497 0.612463 -0.760841 0 0 v 137.624 107.1 51.4178 0.160748 0.602614 -0.781676 0 0 v 136.02 110.204 53.6224 0.111121 0.668691 -0.73519 0 0 v 134.09 101.94 47.5221 0.165418 0.502654 -0.848514 0 0 v 133.76 105.055 49.4185 0.101594 0.541262 -0.834694 0 0 v 129.421 105.457 49.4185 -9.89397e-007 0.565038 -0.825065 0 0 v 132.188 108.045 51.4174 0.05046 0.588779 -0.806717 0 0 v 130.99 102.606 47.5221 0.0585894 0.557789 -0.827912 0 0 v 129.421 110.745 53.6213 -4.66461e-010 0.687464 -0.726218 0 0 v 184.616 76.4501 125.915 0.019938 -0.237954 0.971072 0 0 v 185.843 76.2313 125.722 0.207882 -0.323222 0.923208 0 0 v 186.122 77.186 125.833 0.260383 -0.0244382 0.965196 0 0 v 184.87 77.3164 126.015 0.0545062 -0.0071616 0.998488 0 0 v 186.354 75.2055 124.944 0.337521 -0.613071 0.714299 0 0 v 186.927 76.0903 125.268 0.437367 -0.394117 0.80832 0 0 v 185.369 75.3329 125.357 0.162658 -0.542956 0.823857 0 0 v 188.084 76.9025 124.668 0.703029 -0.117199 0.701437 0 0 v 187.207 77.0451 125.378 0.507901 -0.0643642 0.859008 0 0 v 187.83 76.0362 124.568 0.627829 -0.419468 0.65565 0 0 v 186.201 78.161 125.683 0.297788 0.241944 0.923464 0 0 v 187.185 78.0336 125.27 0.507187 0.234406 0.829346 0 0 v 166.066 80.498 104.182 -0.496095 -0.654308 0.570763 0 0 v 169.46 80.3728 107.513 -0.697954 -0.262975 0.666112 0 0 v 166.018 81.9281 104.649 -0.530948 0.15308 0.833463 0 0 v 167.248 79.6221 102.926 -0.140923 -0.985148 0.0981026 0 0 v 169.922 79.4592 106.904 -0.43189 -0.865497 0.253744 0 0 v 175.421 77.9188 113.445 -0.511066 -0.849091 0.133624 0 0 v 172.709 79.0577 110.644 -0.672061 -0.608358 0.422179 0 0 v 173.388 78.5439 110.084 -0.198896 -0.978209 -0.0595534 0 0 v 172.614 79.9506 110.936 -0.72492 0.169811 0.667574 0 0 v 174.968 78.6886 113.868 -0.81351 -0.269486 0.515344 0 0 v 168.841 79.8898 101.612 0.378635 -0.888631 -0.258787 0 0 v 170.98 79.2652 106.044 0.0867296 -0.976367 -0.197953 0 0 v 169.944 81.2865 101.112 0.846548 -0.251663 -0.469064 0 0 v 172.071 79.9323 105.414 0.581216 -0.650097 -0.48945 0 0 v 177.378 78.3457 112.59 0.522699 -0.59635 -0.609222 0 0 v 174.404 78.8019 109.533 0.315682 -0.848852 -0.424022 0 0 v 175.101 79.5755 109.306 0.772588 -0.18294 -0.607981 0 0 v 176.385 77.7817 112.933 0.0750212 -0.936194 -0.343384 0 0 v 169.774 82.8584 101.65 0.757224 0.6275 -0.181261 0 0 v 172.412 81.0439 105.449 0.843062 0.293988 -0.450353 0 0 v 168.491 83.5635 102.981 0.276423 0.939137 0.20399 0 0 v 171.807 81.964 106.132 0.502266 0.862232 -0.0654633 0 0 v 177.041 80.029 113.136 0.438532 0.881152 -0.176809 0 0 v 174.903 80.4793 109.637 0.671146 0.670738 -0.315711 0 0 v 174.119 81.004 110.237 0.214305 0.970671 0.10896 0 0 v 177.64 79.2447 112.671 0.748231 0.36904 -0.551325 0 0 v 166.908 83.1729 104.22 -0.146371 0.789036 0.596656 0 0 v 170.733 82.109 106.992 -0.0177104 0.932489 0.360764 0 0 v 169.785 81.4354 107.548 -0.479274 0.550649 0.683434 0 0 v 175.23 79.5875 113.949 -0.60689 0.558705 0.565273 0 0 v 173.207 80.7351 110.748 -0.333535 0.794691 0.507169 0 0 v 176.077 80.1662 113.647 -0.13562 0.946702 0.292169 0 0 v 176.53 77.6239 115.751 -0.761634 -0.599574 0.245814 0 0 v 176.961 77.7483 117.333 -0.951634 -0.215865 0.21862 0 0 v 176.369 78.6696 116.074 -0.846618 0.187642 0.498025 0 0 v 177.427 77.0234 115.218 -0.243356 -0.943308 -0.225718 0 0 v 177.675 76.639 116.779 -0.601156 -0.786355 -0.142331 0 0 v 178.073 75.6579 118.07 -0.648126 -0.63391 -0.422008 0 0 v 177.395 76.7213 117.929 -0.865382 -0.470915 -0.171326 0 0 v 178.808 75.8055 117.156 -0.342079 -0.764018 -0.547045 0 0 v 177.134 78.3243 118.411 -0.961637 0.272495 0.0316239 0 0 v 177.003 77.3047 118.882 -0.983393 -0.114743 -0.14061 0 0 v 178.719 77.3279 114.752 0.268963 -0.772814 -0.57482 0 0 v 179.146 76.4465 116.151 -0.00192906 -0.824049 -0.566516 0 0 v 179.58 78.2356 114.608 0.655658 -0.104351 -0.747812 0 0 v 180.638 77.267 115.765 0.378349 -0.462329 -0.801938 0 0 v 182.504 76.6046 116.579 0.19805 -0.312645 -0.928994 0 0 v 180.826 76.2802 116.492 0.108854 -0.573966 -0.811611 0 0 v 182.165 77.6773 116.304 0.354018 0.00358877 -0.935232 0 0 v 180.273 75.3779 117.149 -0.09917 -0.653587 -0.750326 0 0 v 179.291 79.2938 114.963 0.552073 0.693552 -0.462818 0 0 v 181.018 78.5668 115.913 0.530391 0.389297 -0.753082 0 0 v 178.266 79.9067 115.528 0.111632 0.993014 -0.0382301 0 0 v 180.096 79.6961 116.522 0.278697 0.860629 -0.426198 0 0 v 181.705 80.2149 117.703 0.104749 0.758663 -0.643007 0 0 v 181.714 79.2985 116.839 0.285855 0.62345 -0.727734 0 0 v 180.11 80.2324 117.666 -0.0600027 0.912985 -0.403556 0 0 v 183.076 78.5394 116.801 0.289131 0.367692 -0.883858 0 0 v 177.101 79.5898 115.962 -0.445109 0.820538 0.358602 0 0 v 178.625 79.8887 117.149 -0.258047 0.966022 0.014631 0 0 v 177.341 79.0481 117.482 -0.739486 0.614108 0.275738 0 0 v 177.575 79.2396 119.103 -0.781456 0.617647 -0.088536 0 0 v 178.283 79.7396 118.276 -0.560527 0.825375 -0.0675729 0 0 v 179.504 80.495 118.624 -0.343751 0.890907 -0.296849 0 0 v 177.37 76.0578 119.098 -0.865223 -0.465739 -0.185678 0 0 v 176.979 76.9549 120.155 -0.981262 -0.177731 0.0744097 0 0 v 177.009 78.2782 119.761 -0.960826 0.277073 0.00659288 0 0 v 179.331 74.7928 118.031 -0.343733 -0.755602 -0.557596 0 0 v 178.359 74.8349 119.114 -0.623352 -0.739105 -0.255257 0 0 v 179.002 74.1693 120.366 -0.544588 -0.838698 0.00292245 0 0 v 177.625 75.4889 120.327 -0.819913 -0.567038 0.0788091 0 0 v 180.012 73.9529 119.032 -0.280183 -0.886294 -0.368756 0 0 v 177.188 78.1884 121.13 -0.926586 0.235655 0.293095 0 0 v 177.404 76.622 121.568 -0.893682 -0.251339 0.3717 0 0 v 182.131 75.456 117.106 0.0981962 -0.561779 -0.821439 0 0 v 181.197 74.4778 117.927 -0.0413303 -0.758305 -0.650589 0 0 v 183.992 77.3955 116.839 0.327974 0.00970099 -0.944637 0 0 v 184.074 76.0621 117.188 0.290836 -0.393157 -0.872262 0 0 v 185.619 75.5938 118.133 0.431119 -0.506338 -0.746832 0 0 v 183.418 74.7624 117.904 0.197579 -0.684715 -0.701519 0 0 v 185.684 77.1227 117.577 0.483657 -0.0437447 -0.874164 0 0 v 182.288 73.758 118.992 0.0486103 -0.881225 -0.470191 0 0 v 183.373 79.6404 117.583 0.259259 0.613264 -0.746118 0 0 v 184.816 78.5558 117.472 0.398512 0.379899 -0.834785 0 0 v 181.154 80.9299 118.731 -0.0757119 0.898594 -0.4322 0 0 v 183.053 80.7121 118.636 0.181629 0.813125 -0.553027 0 0 v 184.443 80.9749 119.81 0.299951 0.870675 -0.389813 0 0 v 184.936 79.8516 118.482 0.389043 0.661607 -0.641032 0 0 v 182.238 81.4172 119.88 0.00328349 0.96471 -0.263293 0 0 v 186.481 78.4805 118.46 0.570466 0.387441 -0.724194 0 0 v 178.613 80.2422 119.575 -0.563739 0.81989 -0.0998969 0 0 v 180.216 81.0692 119.823 -0.307823 0.939588 -0.14973 0 0 v 177.721 79.4486 120.439 -0.770488 0.628414 0.106981 0 0 v 178.266 79.5087 121.896 -0.702403 0.600576 0.382019 0 0 v 179.143 80.5782 120.905 -0.520763 0.843442 0.13195 0 0 v 181.157 81.3862 121.184 -0.238176 0.967964 0.0794826 0 0 v 178.435 75.0177 121.835 -0.706274 -0.621921 0.338219 0 0 v 178.517 76.3031 123.239 -0.74192 -0.295321 0.601947 0 0 v 177.951 78.0052 122.722 -0.81147 0.174055 0.557871 0 0 v 181.078 73.3186 120.403 -0.193415 -0.970555 -0.143575 0 0 v 180.203 73.7173 121.971 -0.431871 -0.869237 0.240654 0 0 v 181.843 73.7371 123.576 -0.247323 -0.820051 0.516089 0 0 v 179.885 74.7567 123.49 -0.535327 -0.625252 0.567878 0 0 v 182.508 73.0704 122.069 -0.0827457 -0.989856 0.115492 0 0 v 179.405 77.7217 124.37 -0.627329 0.0977824 0.772591 0 0 v 180.295 76.1116 124.74 -0.489792 -0.318097 0.811738 0 0 v 184.849 74.2161 119.153 0.302896 -0.792183 -0.529812 0 0 v 183.669 73.2843 120.523 0.137767 -0.955721 -0.260034 0 0 v 187.358 76.8296 118.789 0.661361 -0.108648 -0.742157 0 0 v 187.181 75.2207 119.616 0.564955 -0.603864 -0.562294 0 0 v 188.247 75.1152 121.415 0.706685 -0.683102 -0.184301 0 0 v 186.25 73.961 120.829 0.411033 -0.867548 -0.280021 0 0 v 188.74 76.5547 120.467 0.852717 -0.1891 -0.486944 0 0 v 185.024 73.3385 122.246 0.252712 -0.964765 0.0732492 0 0 v 186.532 79.8495 119.792 0.53405 0.69303 -0.484252 0 0 v 188.091 78.2647 119.961 0.746246 0.374855 -0.550092 0 0 v 183.547 81.581 121.339 0.0959841 0.993844 -0.0553196 0 0 v 185.943 80.8943 121.385 0.417717 0.889182 -0.186732 0 0 v 187.108 80.3244 123.039 0.561125 0.809441 0.173041 0 0 v 187.921 79.5519 121.462 0.692584 0.683052 -0.231875 0 0 v 184.958 81.2704 122.998 0.205078 0.956649 0.206798 0 0 v 189.081 77.9096 121.732 0.943131 0.295853 -0.151578 0 0 v 180.118 80.6511 122.473 -0.442462 0.816434 0.37103 0 0 v 182.477 81.3273 122.834 -0.152944 0.939433 0.306714 0 0 v 179.427 79.3471 123.584 -0.588179 0.531672 0.609402 0 0 v 181.129 78.9059 125.058 -0.384437 0.390438 0.83652 0 0 v 181.556 80.3476 124.124 -0.323446 0.726376 0.606432 0 0 v 183.927 80.723 124.369 -0.0140549 0.798784 0.601453 0 0 v 181.872 74.9284 124.809 -0.268648 -0.559896 0.783802 0 0 v 182.567 76.1555 125.627 -0.209269 -0.3106 0.927219 0 0 v 181.476 77.3736 125.537 -0.336866 -0.0062375 0.941532 0 0 v 184.033 73.5361 123.635 0.0761329 -0.888074 0.453352 0 0 v 183.7 74.4175 124.771 -0.0393385 -0.680369 0.731813 0 0 v 184.018 75.4984 125.543 -0.0384591 -0.463479 0.885273 0 0 v 185.294 74.5472 124.743 0.19997 -0.695901 0.689734 0 0 v 183.617 77.0464 125.988 -0.0824463 -0.0887899 0.992632 0 0 v 187.118 74.268 122.615 0.511035 -0.845567 0.154467 0 0 v 185.994 74.1266 123.811 0.342598 -0.831094 0.438074 0 0 v 189.169 76.4051 122.319 0.957543 -0.280067 0.0683734 0 0 v 188.347 75.4229 123.209 0.714032 -0.628496 0.308466 0 0 v 187.286 75.0803 124.174 0.51368 -0.678982 0.524515 0 0 v 188.613 76.4088 123.897 0.791317 -0.289995 0.538256 0 0 v 188.489 78.8772 123.139 0.815036 0.519972 0.255627 0 0 v 188.944 77.4394 123.439 0.914706 0.117118 0.386776 0 0 v 186.046 80.2963 124.404 0.338698 0.741267 0.579489 0 0 v 187.501 79.2069 124.392 0.614403 0.538486 0.576665 0 0 v 188.134 77.9548 124.504 0.727661 0.241693 0.641946 0 0 v 186.592 78.9407 125.247 0.397988 0.413478 0.818927 0 0 v 183.244 79.5376 125.333 -0.119511 0.510017 0.851821 0 0 v 185.207 79.4978 125.351 0.141237 0.523177 0.840439 0 0 v 183.165 78.172 125.858 -0.138897 0.205881 0.968669 0 0 v 184.866 78.3729 125.873 0.0689311 0.266078 0.961484 0 0 v 139.184 100.098 46.1522 0.510246 0.707413 0.489096 0 0 v 138.278 101.539 44.7367 0.444149 0.778114 0.444151 0 0 v 136.11 101.877 46.1521 0.364607 0.815888 0.448763 0 0 v 141.82 97.7567 46.1527 0.62196 0.566205 0.540905 0 0 v 141.327 99.376 44.7372 0.572182 0.659782 0.487129 0 0 v 142.663 100.061 41.5889 0.609865 0.720997 0.328979 0 0 v 140.497 100.927 43.2307 0.529179 0.755485 0.386279 0 0 v 143.41 98.4447 43.232 0.652207 0.628223 0.42422 0 0 v 137.061 102.869 43.2306 0.374594 0.856916 0.354082 0 0 v 139.324 102.382 41.5883 0.466368 0.831161 0.302773 0 0 v 143.802 95.0075 46.1586 0.703249 0.390384 0.594173 0 0 v 143.781 96.7707 44.7389 0.671932 0.50622 0.5406 0 0 v 145.009 91.9205 46.2011 0.760954 0.197634 0.617972 0 0 v 145.465 93.8313 44.7698 0.748606 0.314669 0.583586 0 0 v 147.163 94.3476 41.6031 0.842112 0.381574 0.381115 0 0 v 145.589 95.639 43.2406 0.756684 0.457142 0.467387 0 0 v 146.909 92.5777 43.292 0.832834 0.236164 0.500613 0 0 v 145.328 97.3265 41.5915 0.734086 0.578447 0.355691 0 0 v 145.331 88.5554 46.4015 0.784439 0.0518542 0.618034 0 0 v 146.258 90.5645 44.8846 0.793207 0.134879 0.593826 0 0 v 144.779 85.0091 47.2053 0.711455 0.042165 0.701466 0 0 v 145.722 86.714 46.1066 0.675836 0.101917 0.729972 0 0 v 147.018 86.0262 45.4696 0.361212 0.446935 0.818398 0 0 v 147.037 87.7247 44.6194 0.637078 0.246937 0.730174 0 0 v 145.619 84.8208 46.6606 0.376778 0.354369 0.85584 0 0 v 148.597 88.779 41.7899 0.84064 0.404233 0.360444 0 0 v 147.459 89.535 43.3654 0.821417 0.207344 0.531303 0 0 v 148.399 87.8244 43.1994 0.593634 0.603098 0.532796 0 0 v 148.077 91.2042 41.6364 0.89936 0.180762 0.398091 0 0 v 143.635 81.8168 46.4 0.68658 -0.432913 0.584118 0 0 v 144.842 83.2408 46.1077 0.539892 -0.482495 0.689721 0 0 v 141.77 79.0597 46.1986 0.623507 -0.565644 0.539709 0 0 v 143.578 79.9633 44.8805 0.657956 -0.528256 0.536692 0 0 v 144.985 79.0774 41.6302 0.70107 -0.620657 0.35112 0 0 v 145.156 80.4892 43.3671 0.622105 -0.619081 0.479296 0 0 v 143.255 78.2331 43.2857 0.645725 -0.628905 0.433034 0 0 v 146.752 81.5081 43.2565 0.316802 -0.822318 0.472683 0 0 v 145.568 81.9929 44.6351 0.474965 -0.669201 0.57147 0 0 v 146.527 80.7408 41.8127 0.539727 -0.789655 0.291787 0 0 v 146.342 83.4271 45.4924 0.207339 -0.587487 0.782221 0 0 v 139.179 76.7244 46.1568 0.510151 -0.707432 0.489169 0 0 v 141.287 77.4292 44.7655 0.570772 -0.659893 0.488631 0 0 v 136.11 74.9462 46.1521 0.364607 -0.815886 0.448767 0 0 v 138.278 75.2844 44.7367 0.443784 -0.778362 0.444081 0 0 v 139.324 74.4411 41.5883 0.464521 -0.832284 0.302529 0 0 v 140.482 75.8811 43.2361 0.52513 -0.757704 0.387458 0 0 v 137.061 73.9534 43.2306 0.374594 -0.856916 0.354082 0 0 v 142.594 76.6778 41.5967 0.601119 -0.728903 0.327653 0 0 v 134.09 74.8825 47.5221 0.282281 -0.856473 0.43217 0 0 v 132.816 73.8754 46.1521 0.187736 -0.888504 0.418707 0 0 v 134.862 73.7743 44.7367 0.278385 -0.868704 0.4097 0 0 v 129.421 73.5219 46.1521 0 -0.912789 0.408431 0 0 v 131.256 73.0206 44.7367 0.094306 -0.915962 0.390027 0 0 v 130.99 74.2166 47.5221 0.0953875 -0.906668 0.41092 0 0 v 131.487 71.9645 41.5883 0.0974678 -0.959165 0.265523 0 0 v 133.316 72.7647 43.2306 0.191211 -0.924428 0.329957 0 0 v 129.421 72.3666 43.2306 -9.32779e-008 -0.946778 0.321886 0 0 v 135.533 72.7957 41.5883 0.288334 -0.916044 0.278797 0 0 v 141.541 101.6 39.7646 0.553419 0.796965 0.242019 0 0 v 140.065 103.003 37.7966 0.480641 0.861091 0.165852 0 0 v 137.817 103.68 39.7645 0.38635 0.894949 0.22316 0 0 v 144.666 98.9548 39.7659 0.694447 0.67216 0.256798 0 0 v 143.605 100.541 37.7971 0.639103 0.748727 0.175941 0 0 v 144.027 100.749 33.5792 0.656036 0.754256 0.0267219 0 0 v 142.17 102.017 35.7224 0.569825 0.815484 0.101416 0 0 v 145.417 99.2223 35.7231 0.725559 0.680665 0.101284 0 0 v 138.274 104.19 35.7223 0.392902 0.914708 0.0945336 0 0 v 140.399 103.292 33.579 0.48746 0.872707 0.0276444 0 0 v 146.99 95.9784 39.7684 0.82485 0.498824 0.266076 0 0 v 146.406 97.6121 37.7989 0.782686 0.5965 0.177735 0 0 v 148.423 92.7329 39.765 0.924797 0.262956 0.274962 0 0 v 148.328 94.3344 37.793 0.906652 0.382426 0.178137 0 0 v 148.823 94.1955 33.5769 0.926804 0.375259 0.014682 0 0 v 147.811 96.0111 35.7228 0.86479 0.493004 0.0953176 0 0 v 149.284 92.4361 35.7074 0.961786 0.254517 0.100943 0 0 v 146.88 97.6659 33.5798 0.807666 0.589334 0.0189805 0 0 v 149.008 89.5076 39.8593 0.948161 0.202388 0.245011 0 0 v 149.315 90.6972 37.7602 0.969779 0.15257 0.190397 0 0 v 149.516 87.7336 40.5448 0.810736 0.585342 -0.00901957 0 0 v 149.58 87.5687 38.7885 0.982193 0.187778 -0.00597372 0 0 v 149.387 84.4643 37.6689 0.936965 -0.242936 -0.251155 0 0 v 149.617 86.4628 36.9158 0.997356 -0.0712161 0.014465 0 0 v 149.869 85.7436 38.5906 0.860859 0.143823 -0.488096 0 0 v 149.853 86.5125 33.3757 0.993389 -0.113982 0.013649 0 0 v 149.806 88.5478 35.5845 0.995884 0.0126113 0.0897608 0 0 v 149.404 84.5596 35.14 0.967002 -0.249258 0.0527015 0 0 v 149.811 90.4312 33.5624 0.991299 0.129867 0.0214461 0 0 v 149.167 83.0593 38.6134 0.710508 -0.538173 -0.453375 0 0 v 148.032 81.5811 38.8041 0.769756 -0.63743 -0.0340527 0 0 v 148.646 82.6894 36.9169 0.907147 -0.42081 0.00166184 0 0 v 146.614 80.1658 39.8611 0.722109 -0.662301 0.199787 0 0 v 147.843 81.332 40.6018 0.500603 -0.865279 -0.0262671 0 0 v 144.555 77.7297 39.7587 0.692607 -0.677469 0.247649 0 0 v 146.335 79.142 37.756 0.772929 -0.610505 0.172814 0 0 v 146.873 79.1572 33.5611 0.808105 -0.588644 0.0215535 0 0 v 147.813 80.8347 35.5827 0.865507 -0.494766 0.0781294 0 0 v 145.409 77.6009 35.7043 0.727555 -0.678481 0.101622 0 0 v 148.858 82.6725 33.3753 0.924481 -0.381087 0.0103458 0 0 v 141.529 75.2094 39.7639 0.550297 -0.799806 0.239756 0 0 v 143.591 76.268 37.7885 0.639819 -0.749009 0.172096 0 0 v 137.817 73.1426 39.7645 0.38635 -0.894949 0.22316 0 0 v 140.065 73.8204 37.7966 0.480514 -0.861163 0.165843 0 0 v 140.399 73.5312 33.5791 0.487508 -0.87268 0.0276451 0 0 v 142.169 74.8062 35.7205 0.570328 -0.815156 0.101229 0 0 v 138.274 72.6332 35.7223 0.392902 -0.914708 0.094535 0 0 v 144.026 76.0741 33.5755 0.65648 -0.753854 0.027164 0 0 v 133.713 71.8577 39.7645 0.195873 -0.958211 0.208484 0 0 v 136.01 72.0756 37.7966 0.294366 -0.943324 0.153256 0 0 v 129.421 71.4231 39.7645 -8.58251e-008 -0.97904 0.203669 0 0 v 131.651 71.1875 37.7966 0.0994512 -0.984209 0.146432 0 0 v 131.725 70.8255 33.5791 0.100364 -0.994647 0.024568 0 0 v 133.953 71.288 35.7223 0.198604 -0.976059 0.0886827 0 0 v 129.421 70.8307 35.7223 -9.32929e-010 -0.996227 0.0867872 0 0 v 136.224 71.7401 33.579 0.29706 -0.954515 0.0256411 0 0 v 142.278 102.087 31.4043 0.574877 0.817078 -0.043598 0 0 v 140.255 103.166 29.2297 0.485748 0.867987 -0.103186 0 0 v 138.353 104.28 31.4043 0.394152 0.918185 -0.0397589 0 0 v 145.542 99.2365 31.4045 0.736724 0.674263 -0.051049 0 0 v 143.843 100.639 29.2297 0.655318 0.746875 -0.112853 0 0 v 143.15 100.258 25.0062 0.642704 0.730404 -0.231174 0 0 v 141.868 101.804 27.0865 0.568631 0.805559 -0.166533 0 0 v 145.049 99.0119 27.0865 0.727893 0.66134 -0.181112 0 0 v 138.056 103.94 27.0865 0.390563 0.90764 -0.153786 0 0 v 139.71 102.688 25.0062 0.478245 0.85187 -0.213538 0 0 v 147.938 95.9179 31.4044 0.873716 0.482645 -0.0606204 0 0 v 146.664 97.5462 29.2297 0.806539 0.577866 -0.124763 0 0 v 149.402 92.2728 31.4014 0.965699 0.251821 -0.0633394 0 0 v 148.582 94.0579 29.2294 0.920435 0.367151 -0.134163 0 0 v 147.721 93.8839 25.0062 0.896022 0.356351 -0.264873 0 0 v 147.389 95.7422 27.0865 0.860259 0.470994 -0.195238 0 0 v 148.818 92.156 27.0865 0.947502 0.245635 -0.204703 0 0 v 145.868 97.2683 25.0062 0.788146 0.562538 -0.249754 0 0 v 149.897 88.4387 31.3768 0.997994 0.00554881 -0.0630708 0 0 v 149.552 90.3265 29.228 0.982454 0.12602 -0.137485 0 0 v 149.426 84.5847 31.2879 0.965348 -0.25009 -0.0745503 0 0 v 149.556 86.5085 29.2093 0.982181 -0.123183 -0.141942 0 0 v 148.661 86.5608 25.0062 0.954174 -0.121588 -0.273439 0 0 v 149.296 88.4115 27.0865 0.978081 -8.73913e-007 -0.208226 0 0 v 148.818 84.6669 27.0865 0.947108 -0.245535 -0.206638 0 0 v 148.661 90.2621 25.0062 0.954174 0.121588 -0.273438 0 0 v 147.939 80.9096 31.3764 0.872343 -0.48516 -0.060307 0 0 v 148.585 82.7696 29.2093 0.919433 -0.368313 -0.137798 0 0 v 145.54 77.5865 31.4007 0.736992 -0.67401 -0.0505355 0 0 v 146.664 79.2767 29.2279 0.806495 -0.578011 -0.124373 0 0 v 145.868 79.5546 25.0062 0.788146 -0.562538 -0.249755 0 0 v 147.389 81.0807 27.0865 0.860233 -0.47098 -0.195389 0 0 v 145.049 77.811 27.0865 0.727898 -0.661344 -0.181079 0 0 v 147.721 82.939 25.0062 0.896022 -0.356351 -0.264873 0 0 v 142.278 74.7357 31.404 0.574935 -0.817039 -0.043558 0 0 v 143.843 76.1838 29.2293 0.655348 -0.746858 -0.112793 0 0 v 138.353 72.5432 31.4043 0.394152 -0.918185 -0.0397603 0 0 v 140.255 73.6572 29.2297 0.485751 -0.867985 -0.103185 0 0 v 139.71 74.1345 25.0062 0.478244 -0.851871 -0.213538 0 0 v 141.868 75.0188 27.0865 0.568632 -0.80556 -0.166528 0 0 v 138.056 72.8832 27.0865 0.390563 -0.90764 -0.153786 0 0 v 143.15 76.5645 25.0062 0.642706 -0.730403 -0.231174 0 0 v 133.995 71.1874 31.4043 0.199145 -0.979258 -0.0373621 0 0 v 136.132 71.8863 29.2297 0.296066 -0.950356 -0.0957481 0 0 v 129.421 70.726 31.4043 -1.67922e-008 -0.99933 -0.0365875 0 0 v 131.693 70.9833 29.2297 0.100018 -0.990745 -0.0917637 0 0 v 131.572 71.5805 25.0062 0.0987913 -0.976699 -0.190522 0 0 v 133.838 71.5676 27.0865 0.197597 -0.969551 -0.144659 0 0 v 129.421 71.1214 27.0865 -1.23126e-007 -0.989909 -0.141702 0 0 v 135.781 72.44 25.0062 0.2926 -0.935383 -0.198602 0 0 v 141.057 101.245 23.0204 0.554049 0.782382 -0.284444 0 0 v 138.84 101.927 21.1642 0.460269 0.815407 -0.35109 0 0 v 137.466 103.266 23.0204 0.382939 0.885292 -0.263848 0 0 v 144.075 98.5881 23.0204 0.705169 0.639074 -0.307118 0 0 v 142.045 99.6528 21.1642 0.612943 0.69422 -0.377305 0 0 v 140.434 98.7704 17.9815 0.531325 0.598337 -0.599739 0 0 v 139.847 100.412 19.4729 0.513941 0.721805 -0.463533 0 0 v 142.622 97.9554 19.4729 0.645342 0.582412 -0.494297 0 0 v 136.586 102.261 19.4729 0.360293 0.825419 -0.434593 0 0 v 137.573 100.817 17.9815 0.407407 0.714951 -0.568211 0 0 v 146.308 95.459 23.0204 0.828899 0.452881 -0.328368 0 0 v 144.598 96.8334 21.1642 0.745251 0.530209 -0.404326 0 0 v 147.678 92.0148 23.0204 0.909352 0.235298 -0.343095 0 0 v 146.35 93.6228 21.1642 0.840991 0.333636 -0.425935 0 0 v 144.351 93.2405 17.9806 0.703596 0.277378 -0.654228 0 0 v 144.695 95.036 19.4728 0.749106 0.407676 -0.522151 0 0 v 145.975 91.8015 19.472 0.81434 0.209423 -0.541288 0 0 v 142.747 96.1996 17.9815 0.633572 0.448265 -0.630591 0 0 v 148.137 88.4115 23.0204 0.937472 -4.61315e-007 -0.348059 0 0 v 147.241 90.1742 21.1638 0.891609 0.11362 -0.438319 0 0 v 147.678 84.8081 23.0204 0.910422 -0.235574 -0.340054 0 0 v 147.253 86.6449 21.1703 0.895497 -0.110809 -0.431052 0 0 v 145.286 86.7482 18.0421 0.753849 -0.0762922 -0.652603 0 0 v 146.415 88.4036 19.477 0.83819 0.00750373 -0.545327 0 0 v 146.047 85.0093 19.5107 0.826353 -0.213205 -0.521234 0 0 v 145.167 90.0365 17.977 0.738447 0.0955625 -0.667505 0 0 v 146.308 81.364 23.0204 0.828996 -0.452934 -0.328051 0 0 v 146.362 83.199 21.1703 0.842955 -0.337533 -0.418925 0 0 v 144.075 78.2348 23.0204 0.70515 -0.639056 -0.307199 0 0 v 144.597 79.9904 21.1638 0.744853 -0.530397 -0.404811 0 0 v 142.743 80.6314 17.977 0.631627 -0.449815 -0.631438 0 0 v 144.705 81.7892 19.477 0.747133 -0.414851 -0.519317 0 0 v 142.622 78.8691 19.472 0.645391 -0.581834 -0.494913 0 0 v 144.467 83.571 18.0421 0.709337 -0.300316 -0.637693 0 0 v 141.057 75.5774 23.0204 0.554048 -0.782379 -0.284453 0 0 v 142.044 77.1703 21.1642 0.612966 -0.694127 -0.37744 0 0 v 137.466 73.5569 23.0204 0.382938 -0.885292 -0.263848 0 0 v 138.84 74.8961 21.1642 0.460276 -0.815403 -0.351091 0 0 v 137.573 76.0056 17.9815 0.407465 -0.71491 -0.568222 0 0 v 139.847 76.4115 19.4728 0.514018 -0.721695 -0.463619 0 0 v 136.586 74.5624 19.4729 0.360293 -0.825419 -0.434593 0 0 v 140.433 78.0541 17.9806 0.531541 -0.59773 -0.600153 0 0 v 133.528 72.3208 23.0204 0.194296 -0.948871 -0.248783 0 0 v 135.221 73.3234 21.1642 0.283908 -0.900888 -0.328324 0 0 v 129.421 71.9047 23.0204 -2.26697e-007 -0.969809 -0.243867 0 0 v 131.379 72.5335 21.1642 0.0958234 -0.943994 -0.315743 0 0 v 131.098 73.922 17.9815 0.0866694 -0.848314 -0.522352 0 0 v 133.065 73.4452 19.4729 0.184202 -0.892111 -0.412562 0 0 v 129.421 73.0739 19.4729 8.42257e-007 -0.914206 -0.405251 0 0 v 134.405 74.6105 17.9815 0.256217 -0.802257 -0.539199 0 0 v 138.125 99.2254 16.7254 0.416279 0.579024 -0.70103 0 0 v 135.843 99.312 15.6751 0.316509 0.541967 -0.77852 0 0 v 135.335 100.83 16.7254 0.301094 0.678367 -0.670194 0 0 v 140.555 97.0555 16.7254 0.509563 0.456583 -0.7293 0 0 v 138.237 97.5698 15.6738 0.396867 0.443725 -0.803495 0 0 v 135.632 96.169 14.0614 0.282234 0.31689 -0.905497 0 0 v 135.918 97.7313 14.7938 0.305036 0.414855 -0.857233 0 0 v 137.954 95.9261 14.8019 0.364023 0.326511 -0.872283 0 0 v 133.765 99.072 14.8144 0.238634 0.500586 -0.832146 0 0 v 133.785 97.5896 14.0746 0.241375 0.382262 -0.891972 0 0 v 142.401 94.4336 16.7249 0.578731 0.312593 -0.75323 0 0 v 140.234 95.3392 15.6761 0.463824 0.326122 -0.823718 0 0 v 143.549 91.4916 16.7208 0.620086 0.157314 -0.7686 0 0 v 141.639 92.7317 15.6743 0.508069 0.200248 -0.837715 0 0 v 138.539 92.2016 14.0895 0.355534 0.147265 -0.922989 0 0 v 139.538 93.6937 14.8068 0.408868 0.223506 -0.8848 0 0 v 140.528 91.2258 14.8026 0.43665 0.117407 -0.891937 0 0 v 137.341 94.3494 14.0852 0.32846 0.232757 -0.91539 0 0 v 143.984 88.372 16.7461 0.649859 0.0177817 -0.759846 0 0 v 142.348 89.8989 15.6645 0.528927 0.093744 -0.843474 0 0 v 143.905 85.2707 16.9143 0.670669 -0.172502 -0.721419 0 0 v 142.965 86.782 15.8994 0.67546 -0.0148192 -0.737248 0 0 v 141.836 86.3765 14.5402 0.905254 0.171924 -0.388532 0 0 v 141.722 87.5936 14.8796 0.640297 0.257597 -0.723646 0 0 v 142.218 85.4517 15.2962 0.785418 -0.202792 -0.584803 0 0 v 139.332 88.4112 13.8045 0.332215 0.487976 -0.807163 0 0 v 140.822 88.8976 14.687 0.462077 0.193829 -0.865399 0 0 v 140.499 87.7225 13.8703 0.505755 0.676553 -0.535245 0 0 v 139.14 90.0013 14.0829 0.365758 0.0975572 -0.925583 0 0 v 142.449 82.4007 16.7461 0.586873 -0.337327 -0.736064 0 0 v 142.269 84.0737 15.9004 0.621226 -0.318047 -0.716187 0 0 v 140.551 79.7756 16.7208 0.510535 -0.455761 -0.729134 0 0 v 140.193 81.4536 15.6639 0.456331 -0.353589 -0.816539 0 0 v 137.149 82.1652 14.0769 0.308451 -0.283797 -0.907919 0 0 v 139.228 82.6661 14.689 0.368471 -0.41899 -0.829865 0 0 v 137.891 80.8025 14.7966 0.363981 -0.336424 -0.868526 0 0 v 139.454 83.6886 13.8965 0.270396 -0.854377 -0.443763 0 0 v 140.688 83.5813 14.8874 0.505114 -0.545663 -0.668664 0 0 v 138.043 83.3966 13.816 0.166131 -0.643772 -0.746966 0 0 v 141.383 84.6271 14.5507 0.744971 -0.57478 -0.338594 0 0 v 138.124 77.5984 16.7249 0.416633 -0.578835 -0.700976 0 0 v 138.229 79.2471 15.6713 0.397712 -0.446155 -0.80173 0 0 v 135.335 75.9927 16.7254 0.301094 -0.678367 -0.670194 0 0 v 135.843 77.511 15.6751 0.316363 -0.5421 -0.778487 0 0 v 133.785 79.2334 14.0746 0.240253 -0.383479 -0.891752 0 0 v 135.912 79.0822 14.7932 0.303307 -0.418434 -0.856106 0 0 v 133.765 77.7509 14.8144 0.238636 -0.500585 -0.832147 0 0 v 135.593 80.5923 14.0597 0.277263 -0.325745 -0.903889 0 0 v 132.406 75.0446 16.7254 0.157045 -0.748644 -0.644103 0 0 v 133.302 76.3421 15.682 0.209077 -0.630534 -0.747472 0 0 v 129.421 74.7372 16.7254 9.342e-010 -0.771297 -0.636475 0 0 v 130.721 75.7873 15.6837 0.0695045 -0.679755 -0.730139 0 0 v 130.329 77.7771 14.1605 0.0488438 -0.52487 -0.84978 0 0 v 131.614 76.9589 14.838 0.127638 -0.581313 -0.803606 0 0 v 129.421 76.7488 14.8315 -4.6642e-010 -0.599596 -0.800303 0 0 v 132.074 78.2082 14.1433 0.177993 -0.467601 -0.865833 0 0 v 133.391 96.0956 13.428 0.220507 0.289777 -0.931346 0 0 v 131.577 95.9959 13.0141 0.168047 0.261989 -0.950327 0 0 v 132.067 97.2726 13.5311 0.195401 0.352923 -0.915021 0 0 v 135.112 94.7018 13.469 0.258849 0.234721 -0.936965 0 0 v 132.993 94.6554 12.9571 0.191013 0.206155 -0.959695 0 0 v 131.412 92.7012 12.4499 0.102099 0.0840427 -0.991218 0 0 v 131.198 94.0055 12.5668 0.117207 0.133907 -0.984038 0 0 v 132.778 93.3722 12.6909 0.161199 0.128817 -0.978479 0 0 v 129.421 94.2264 12.4454 3.68483e-006 0.145388 -0.989375 0 0 v 130.541 94.9743 12.6404 0.0931432 0.177687 -0.979669 0 0 v 129.909 93.153 12.3487 0.0555759 0.0746758 -0.995658 0 0 v 130.315 96.1221 12.8765 0.0817994 0.259244 -0.962342 0 0 v 129.421 95.4646 12.681 9.32481e-010 0.213703 -0.976899 0 0 v 136.478 92.8939 13.4953 0.28713 0.157248 -0.944896 0 0 v 134.458 93.2946 13.019 0.223792 0.148194 -0.963304 0 0 v 137.306 90.8526 13.4941 0.304121 0.0825228 -0.949052 0 0 v 135.458 91.5162 13.0328 0.238904 0.0976051 -0.966125 0 0 v 132.914 90.4489 12.481 0.130585 0.0463474 -0.990353 0 0 v 133.605 91.8401 12.6801 0.169941 0.0854878 -0.981739 0 0 v 134.472 90.2936 12.7193 0.192044 0.0492308 -0.980151 0 0 v 132.104 91.9907 12.4713 0.115244 0.0702897 -0.990847 0 0 v 137.68 88.9327 13.4478 0.268131 0.195187 -0.943402 0 0 v 135.927 89.5801 13.0248 0.246134 0.0534799 -0.967759 0 0 v 138.315 87.885 13.078 0.0497215 0.720175 -0.692009 0 0 v 136.807 87.889 12.9897 0.0747501 0.303663 -0.949843 0 0 v 135.646 86.2529 12.7565 -0.0883176 0.0188641 -0.995914 0 0 v 135.238 87.3904 12.7754 0.10608 0.0521258 -0.99299 0 0 v 136.646 86.9011 12.6619 -0.284123 0.342463 -0.895541 0 0 v 132.951 87.5145 12.4251 0.124749 -0.00532546 -0.992174 0 0 v 134.329 88.469 12.6533 0.170014 0.012615 -0.985361 0 0 v 133.944 86.6061 12.5926 0.143243 -0.036567 -0.989012 0 0 v 133.172 89.367 12.4784 0.136234 0.0243842 -0.990377 0 0 v 136.248 85.3517 12.6724 -0.375476 -0.20609 -0.903629 0 0 v 135.937 84.4767 12.9975 -0.0233292 -0.348203 -0.937129 0 0 v 134.74 85.4102 12.7764 0.0759886 -0.104887 -0.991577 0 0 v 136.27 83.3985 13.4474 0.188698 -0.332081 -0.924184 0 0 v 137.325 84.0512 13.1042 -0.164507 -0.750488 -0.640082 0 0 v 135.03 82.0022 13.4644 0.252638 -0.239604 -0.937424 0 0 v 134.357 83.421 13.0089 0.207664 -0.1726 -0.962852 0 0 v 132.073 84.8074 12.4673 0.111651 -0.0737968 -0.991004 0 0 v 133.448 84.9377 12.6499 0.147062 -0.0897775 -0.985044 0 0 v 132.747 83.4259 12.6868 0.159322 -0.129394 -0.97871 0 0 v 132.673 86.3888 12.4251 0.110279 -0.0536182 -0.992453 0 0 v 133.383 80.7155 13.4276 0.217773 -0.292697 -0.931077 0 0 v 132.973 82.1458 12.955 0.188404 -0.207111 -0.960005 0 0 v 132.067 79.5503 13.5311 0.195401 -0.352922 -0.915021 0 0 v 131.577 80.8271 13.0141 0.167887 -0.262279 -0.950276 0 0 v 129.421 81.3583 12.681 9.32481e-010 -0.213703 -0.976899 0 0 v 130.541 81.8486 12.6404 0.0929718 -0.177705 -0.979682 0 0 v 130.315 80.7008 12.8765 0.081801 -0.259239 -0.962343 0 0 v 129.909 83.67 12.3487 0.0554224 -0.0747321 -0.995662 0 0 v 131.194 82.8149 12.5663 0.116426 -0.134304 -0.984077 0 0 v 129.421 82.5966 12.4454 -3.6811e-006 -0.145383 -0.989375 0 0 v 131.401 84.1133 12.4485 0.100849 -0.0845838 -0.9913 0 0 v 130.853 78.7637 13.6493 0.105421 -0.438088 -0.892729 0 0 v 130.846 79.7618 13.2249 0.126866 -0.342949 -0.930748 0 0 v 129.421 78.7093 13.6169 0 -0.455591 -0.890189 0 0 v 130.073 79.4877 13.2609 0.0460703 -0.384169 -0.922113 0 0 v 129.421 80.2503 12.9706 4.6615e-010 -0.307725 -0.951475 0 0 v 161.599 82.3343 36.2378 0.949474 -0.270221 -0.159625 0 0 v 161.149 82.2053 35.5245 0.6093 -0.452533 -0.651127 0 0 v 161.122 83.0029 35.276 0.654437 0.0648569 -0.75333 0 0 v 161.582 83.0171 36.0258 0.957367 0.177197 -0.228145 0 0 v 160.138 81.5927 35.6316 0.140394 -0.838754 -0.5261 0 0 v 160.272 82.1856 35.082 0.235844 -0.495557 -0.835943 0 0 v 160.876 81.6103 36.0291 0.418293 -0.837426 -0.351779 0 0 v 159.356 82.9611 34.7416 -0.081277 -0.0813826 -0.993363 0 0 v 160.245 82.9831 34.8335 0.275299 -0.0278012 -0.960957 0 0 v 159.373 82.2783 34.9536 -0.0969115 -0.477641 -0.873194 0 0 v 160.844 83.7089 35.38 0.532199 0.591374 -0.605839 0 0 v 160.106 83.6914 34.9826 0.241069 0.519743 -0.819606 0 0 v 147.497 82.4984 44.3642 0.13778 -0.699405 0.701319 0 0 v 148.557 83.5403 45.3203 0.0649115 -0.724367 0.686352 0 0 v 147.342 84.6572 46.3823 0.0254459 -0.651979 0.75781 0 0 v 148.097 81.459 42.1159 0.23873 -0.960142 0.145382 0 0 v 148.823 81.9551 43.3131 0.095997 -0.900285 0.424584 0 0 v 151.185 82.0778 43.2971 0.0340126 -0.913514 0.405383 0 0 v 149.875 82.6763 44.3082 0.0462065 -0.83692 0.545372 0 0 v 150.166 81.7707 42.2966 0.0698897 -0.995474 0.0643946 0 0 v 149.614 84.5173 46.0546 0.19737 -0.628636 0.752238 0 0 v 151.021 83.4964 44.9907 0.124512 -0.505965 0.85352 0 0 v 149.187 82.2516 39.8215 0.428642 -0.801514 -0.416943 0 0 v 149.506 81.8459 41.1013 0.196255 -0.947983 -0.250625 0 0 v 150.154 84.3067 38.7523 0.503304 -0.14646 -0.851607 0 0 v 150.446 83.2534 39.3323 0.236337 -0.558092 -0.79541 0 0 v 152.071 83.2412 39.4415 -0.0877548 -0.529206 -0.843943 0 0 v 150.86 82.4877 40.1968 0.0754188 -0.809792 -0.581849 0 0 v 151.559 84.1865 39.1123 0.0497888 -0.0680339 -0.99644 0 0 v 151.481 81.9869 41.1921 -0.010741 -0.949845 -0.312537 0 0 v 150.311 86.4915 39.7343 0.625271 0.594291 -0.50582 0 0 v 150.986 85.2715 39.2563 0.29813 0.38159 -0.874933 0 0 v 149.706 87.5288 41.9881 0.492522 0.857787 0.147052 0 0 v 150.848 86.8601 40.9114 0.351834 0.874675 -0.333401 0 0 v 152.628 86.4522 40.8436 0.0970393 0.910629 -0.401669 0 0 v 151.79 85.9881 39.9942 0.150843 0.720411 -0.676944 0 0 v 151.53 86.9047 41.9995 0.215689 0.976447 0.0053978 0 0 v 152.53 85.0273 39.3021 -0.040707 0.434611 -0.899698 0 0 v 148.606 86.6872 44.277 0.339009 0.733252 0.589418 0 0 v 150.162 86.9608 43.1231 0.275094 0.868119 0.41315 0 0 v 149.095 85.5499 45.2443 0.181435 0.66269 0.726584 0 0 v 151.48 85.2826 44.8513 0.213057 0.529285 0.821258 0 0 v 150.806 86.1767 44.1056 0.182901 0.72143 0.667897 0 0 v 152.333 86.5432 42.9486 0.188835 0.915105 0.356265 0 0 v 152.418 82.6265 44.0008 0.102459 -0.738978 0.665893 0 0 v 153.849 83.3025 44.2106 0.26543 -0.420095 0.867794 0 0 v 152.54 84.2944 44.878 0.324197 -0.275108 0.905103 0 0 v 152.357 81.8014 42.1558 -0.0233668 -0.998734 0.0445476 0 0 v 153.518 81.9928 42.8875 0.0547691 -0.911724 0.407135 0 0 v 155.677 81.7993 42.0019 0.125236 -0.91157 0.391608 0 0 v 154.87 82.4411 43.2484 0.216036 -0.712572 0.66751 0 0 v 154.432 81.666 41.5808 -0.0683003 -0.996195 0.0541406 0 0 v 155.32 84.0204 43.8315 0.430187 0.0312161 0.9022 0 0 v 156.269 83.0452 43.1265 0.432252 -0.402224 0.807077 0 0 v 152.649 82.4618 40.091 -0.151813 -0.792727 -0.59037 0 0 v 153.417 81.9121 40.8721 -0.157327 -0.939996 -0.302746 0 0 v 153.1 84.0339 38.9755 -0.219767 -0.0399047 -0.974736 0 0 v 153.645 83.0967 39.135 -0.326409 -0.503685 -0.799849 0 0 v 155.07 82.8662 38.4639 -0.533015 -0.485759 -0.692772 0 0 v 154.317 82.2985 39.5918 -0.334414 -0.773788 -0.537977 0 0 v 154.509 83.8112 38.4685 -0.459885 -0.0270334 -0.887567 0 0 v 155.197 81.7277 40.1369 -0.258387 -0.931367 -0.256501 0 0 v 153.426 85.7198 39.7783 -0.0581917 0.733007 -0.677728 0 0 v 154.012 84.8047 38.9426 -0.255212 0.44137 -0.860267 0 0 v 153.497 86.5798 41.6973 0.137761 0.989928 -0.0326133 0 0 v 154.335 86.1823 40.3911 -0.0122301 0.911588 -0.410923 0 0 v 155.884 85.8611 39.5167 -0.0610004 0.906973 -0.416747 0 0 v 154.916 85.4567 39.1817 -0.210467 0.727092 -0.653484 0 0 v 155.31 86.2981 40.9793 0.154921 0.986074 -0.0604749 0 0 v 155.345 84.5196 38.2159 -0.449963 0.431633 -0.78181 0 0 v 153.196 85.8845 43.6881 0.251323 0.748657 0.613474 0 0 v 154.436 86.2629 42.4065 0.255807 0.907 0.334535 0 0 v 154.216 85.0106 44.0182 0.361237 0.452809 0.815152 0 0 v 156.544 84.6986 42.8784 0.541488 0.437195 0.718089 0 0 v 155.469 85.5993 42.8382 0.401955 0.711482 0.57639 0 0 v 156.363 85.9327 41.3817 0.389143 0.883231 0.261669 0 0 v 157.023 82.1999 42.0052 0.362298 -0.71107 0.602593 0 0 v 158.323 82.7499 41.5381 0.598167 -0.395479 0.696988 0 0 v 157.544 83.698 42.4457 0.629894 0.0380461 0.775749 0 0 v 156.294 81.4693 40.5457 -0.0642004 -0.99566 0.0673735 0 0 v 157.559 81.5872 40.6336 0.206776 -0.912282 0.353532 0 0 v 159.15 81.4067 38.993 0.267696 -0.912521 0.309264 0 0 v 158.853 81.9588 40.334 0.469618 -0.709988 0.524762 0 0 v 157.901 81.2855 39.1571 -0.0379663 -0.996812 0.070173 0 0 v 159.416 83.3333 40.6029 0.763784 0.0596667 0.642709 0 0 v 160.018 82.4646 39.6351 0.707182 -0.384423 0.593391 0 0 v 155.801 82.0741 38.7141 -0.462116 -0.766484 -0.44604 0 0 v 156.753 81.5247 39.0111 -0.297644 -0.933174 -0.201481 0 0 v 155.752 83.5134 37.6187 -0.653292 -0.033584 -0.756361 0 0 v 156.307 82.5937 37.4819 -0.64667 -0.502467 -0.573886 0 0 v 157.391 82.3357 36.3996 -0.650228 -0.556905 -0.516779 0 0 v 157.089 81.8513 37.5811 -0.493014 -0.787819 -0.36916 0 0 v 156.829 83.1756 36.5652 -0.733422 -0.0708635 -0.67607 0 0 v 158.099 81.3551 37.6987 -0.283059 -0.943646 -0.171491 0 0 v 156.245 85.0775 38.184 -0.316353 0.720835 -0.616699 0 0 v 156.508 84.1292 37.1643 -0.572284 0.41953 -0.704617 0 0 v 156.945 85.8743 39.7683 0.21717 0.968786 -0.119542 0 0 v 157.257 85.3633 38.2171 -0.0838143 0.901402 -0.424794 0 0 v 158.417 84.8068 36.7771 -0.120624 0.894718 -0.430034 0 0 v 157.4 84.5884 36.9286 -0.370028 0.718102 -0.589413 0 0 v 158.359 85.3 38.2002 0.214718 0.960216 -0.178556 0 0 v 157.518 83.7164 36.0309 -0.614071 0.397107 -0.682072 0 0 v 157.466 85.2034 41.4751 0.564537 0.694341 0.446305 0 0 v 158.063 85.4257 39.8395 0.46975 0.870653 0.145939 0 0 v 158.524 84.2853 41.2204 0.689461 0.449185 0.568222 0 0 v 160.145 83.8453 39.2665 0.757463 0.482947 0.439331 0 0 v 159.164 84.6959 39.6816 0.628825 0.711603 0.313367 0 0 v 159.468 84.8583 38.0713 0.464163 0.884127 0.0535924 0 0 v 160.344 81.7636 38.4909 0.55882 -0.706583 0.43412 0 0 v 161.255 82.2586 37.721 0.83137 -0.380917 0.404631 0 0 v 160.898 82.9975 38.5893 0.856496 0.0858349 0.508967 0 0 v 159.264 81.1591 37.6541 0.0132933 -0.99921 0.0374508 0 0 v 160.39 81.3364 37.3471 0.371771 -0.91345 0.165516 0 0 v 161.245 81.7646 36.7995 0.701439 -0.70545 0.101608 0 0 v 160.202 81.2902 36.3864 0.174999 -0.958474 -0.225175 0 0 v 161.64 82.7614 36.8861 0.989076 0.0403203 0.141784 0 0 v 158.22 81.6794 36.4248 -0.439497 -0.821981 -0.362201 0 0 v 159.239 81.2989 36.4518 -0.173016 -0.950221 -0.259123 0 0 v 157.783 82.8739 35.559 -0.696469 -0.148088 -0.702141 0 0 v 158.381 82.1643 35.4675 -0.490899 -0.619948 -0.612114 0 0 v 159.243 81.7093 35.5127 -0.201378 -0.803868 -0.559681 0 0 v 158.726 82.6779 34.9298 -0.339155 -0.270187 -0.901095 0 0 v 158.372 84.1237 35.722 -0.378712 0.691772 -0.61484 0 0 v 158.417 83.3634 35.1072 -0.495212 0.287494 -0.819825 0 0 v 159.487 84.7442 36.6234 0.188126 0.953202 -0.236673 0 0 v 159.332 84.3002 35.5505 -0.0678177 0.830662 -0.552631 0 0 v 159.245 83.6579 34.9139 -0.154135 0.490364 -0.857779 0 0 v 160.225 84.1639 35.5057 0.304977 0.798631 -0.518823 0 0 v 160.496 84.208 37.7881 0.648154 0.735614 0.196896 0 0 v 160.483 84.3377 36.4458 0.495683 0.862893 -0.0985594 0 0 v 161.29 83.4577 37.3607 0.839761 0.482895 0.248221 0 0 v 161.247 83.7131 36.2007 0.756627 0.644996 -0.107218 0 0 v 141.908 84.4307 0.898848 0.565345 -0.37358 -0.735407 0 0 v 141.47 84.4504 0.663963 0.275231 -0.323888 -0.905177 0 0 v 141.564 84.8243 0.642664 0.330381 0.0714888 -0.941136 0 0 v 141.991 84.7608 0.880056 0.629558 -0.00510078 -0.776937 0 0 v 140.845 84.1833 0.740102 -0.0837194 -0.557795 -0.825746 0 0 v 140.955 84.5104 0.58523 -0.0490781 -0.232562 -0.971343 0 0 v 141.299 84.1304 0.80962 0.181234 -0.641934 -0.745034 0 0 v 140.547 84.9282 0.659292 -0.316732 0.177859 -0.93169 0 0 v 141.049 84.8842 0.563925 -0.00318417 0.134349 -0.990929 0 0 v 140.464 84.5982 0.678077 -0.356593 -0.116495 -0.926968 0 0 v 141.564 85.1786 0.749994 0.328399 0.446179 -0.832513 0 0 v 141.109 85.2315 0.680476 0.0448284 0.472249 -0.880325 0 0 v 140.565 84.2125 13.5787 0.472115 -0.871885 -0.130092 0 0 v 141.436 84.791 12.9298 0.70003 -0.705394 0.111253 0 0 v 141.758 85.4525 13.8716 0.97044 -0.241041 -0.0120364 0 0 v 138.612 83.8904 12.9434 -0.0676785 -0.969092 -0.237234 0 0 v 139.819 84.0029 12.5153 0.18575 -0.982588 -0.00414831 0 0 v 140.296 83.9453 10.6493 0.172691 -0.980766 0.0909759 0 0 v 140.93 84.2913 11.8303 0.41632 -0.900665 0.124423 0 0 v 139.175 83.9456 11.4348 -0.125054 -0.992147 -0.00254004 0 0 v 142.018 85.3409 12.016 0.954386 -0.223004 0.198535 0 0 v 141.845 84.6893 10.9239 0.684713 -0.709106 0.168335 0 0 v 137.112 84.6871 12.4514 -0.537166 -0.612863 -0.579526 0 0 v 138.113 84.2138 12.0453 -0.418912 -0.882393 -0.214231 0 0 v 136.774 86.0462 12.2647 -0.676396 0.157786 -0.719439 0 0 v 137.19 85.3001 11.7651 -0.83656 -0.284285 -0.468348 0 0 v 137.775 85.1571 10.1495 -0.933331 -0.288699 -0.213416 0 0 v 137.842 84.6494 11.1294 -0.722048 -0.657569 -0.215057 0 0 v 137.49 85.8661 10.9881 -0.910454 0.212111 -0.355082 0 0 v 138.668 84.1325 10.3395 -0.461994 -0.885271 -0.0534493 0 0 v 137.777 87.2524 12.4122 -0.311161 0.73981 -0.596539 0 0 v 137.519 86.5679 11.7317 -0.650629 0.593336 -0.473956 0 0 v 139.589 87.6549 12.8858 0.196243 0.922441 -0.332551 0 0 v 138.934 87.3794 11.9618 -0.152346 0.944011 -0.292633 0 0 v 139.436 87.1124 10.2001 -0.196726 0.967126 -0.16114 0 0 v 138.432 86.9309 11.0437 -0.455535 0.847038 -0.273887 0 0 v 140.04 87.2917 11.309 0.137602 0.984132 -0.112025 0 0 v 138.082 86.3491 10.0937 -0.729299 0.636601 -0.250724 0 0 v 141.262 86.8978 13.5394 0.74445 0.633587 -0.210624 0 0 v 140.646 87.1884 12.4318 0.460562 0.881978 -0.0999885 0 0 v 141.77 86.0788 12.8964 0.932257 0.354437 0.0726033 0 0 v 142.152 85.8812 10.8682 0.916985 0.380676 0.119268 0 0 v 141.52 86.5727 11.7445 0.694171 0.718153 0.0488139 0 0 v 141.064 86.9253 10.5099 0.439641 0.897929 -0.0209649 0 0 v 141.329 84.1619 9.70046 0.41947 -0.900512 0.114553 0 0 v 142.133 84.5281 8.63072 0.693696 -0.711156 0.114202 0 0 v 142.384 85.1698 9.82273 0.965297 -0.224684 0.133113 0 0 v 139.621 83.8298 9.41283 -0.129681 -0.990884 0.0364969 0 0 v 140.636 83.8137 8.41178 0.17635 -0.981192 0.0784992 0 0 v 140.866 83.6834 6.09598 0.178461 -0.98169 0.066601 0 0 v 141.571 84.0144 7.36722 0.423705 -0.90129 0.090286 0 0 v 139.93 83.6962 7.11336 -0.129107 -0.990826 0.0399265 0 0 v 142.584 84.9801 7.47173 0.970459 -0.228259 0.0781517 0 0 v 142.294 84.365 6.30251 0.697167 -0.711682 0.0864087 0 0 v 138.32 84.5058 9.19518 -0.746521 -0.658625 -0.0944464 0 0 v 139.06 83.9934 8.16497 -0.46568 -0.884854 -0.0132668 0 0 v 137.972 85.6742 9.08165 -0.952275 0.223116 -0.208307 0 0 v 138.193 84.9774 8.01371 -0.948654 -0.287645 -0.131589 0 0 v 138.532 84.794 5.72793 -0.950532 -0.287565 -0.117455 0 0 v 138.678 84.3441 6.92541 -0.750042 -0.658579 -0.0609171 0 0 v 138.341 85.4637 6.82375 -0.960258 0.226154 -0.163584 0 0 v 139.361 83.855 5.86614 -0.465739 -0.884868 -0.009786 0 0 v 138.883 86.6961 9.08035 -0.478759 0.858681 -0.182913 0 0 v 138.486 86.1216 7.95039 -0.742706 0.643925 -0.183705 0 0 v 140.446 87.0422 9.24441 0.127316 0.987136 -0.0967145 0 0 v 139.794 86.854 8.00666 -0.202988 0.96916 -0.139728 0 0 v 140.06 86.5838 5.71234 -0.203093 0.968958 -0.140972 0 0 v 139.216 86.4424 6.80718 -0.482543 0.861179 -0.159762 0 0 v 140.719 86.7736 6.93995 0.126704 0.986443 -0.104285 0 0 v 138.811 85.8856 5.66641 -0.744264 0.645155 -0.172759 0 0 v 141.891 86.3522 9.58564 0.694383 0.719467 0.0141092 0 0 v 141.37 86.6743 8.25347 0.441092 0.895857 -0.0536386 0 0 v 142.427 85.6723 8.5674 0.925905 0.375013 0.0454524 0 0 v 142.574 85.4566 6.24099 0.928955 0.370056 0.0100371 0 0 v 142.109 86.1127 7.24898 0.698445 0.715236 -0.0247528 0 0 v 141.565 86.4122 5.94217 0.443613 0.893275 -0.0725712 0 0 v 141.73 83.8853 5.1286 0.426853 -0.901533 0.0709588 0 0 v 142.383 84.2348 4.20634 0.700927 -0.711357 0.0516917 0 0 v 142.689 84.8006 5.23011 0.9719 -0.230382 0.0483152 0 0 v 140.175 83.5836 4.88555 -0.126998 -0.991589 0.0249507 0 0 v 141.049 83.597 4.00907 0.183412 -0.98237 0.0361856 0 0 v 141.201 83.6211 2.36295 0.198571 -0.978201 -0.0607576 0 0 v 141.828 83.8232 3.22996 0.434824 -0.900352 0.0171706 0 0 v 140.411 83.5478 3.004 -0.117741 -0.992324 -0.037815 0 0 v 142.702 84.6587 3.32672 0.971969 -0.2344 -0.0182201 0 0 v 142.369 84.1813 2.54382 0.707122 -0.705432 -0.0484165 0 0 v 138.988 84.198 4.70992 -0.748161 -0.659295 -0.0747308 0 0 v 139.642 83.7577 3.79411 -0.460822 -0.8862 -0.0478813 0 0 v 138.668 85.2593 4.61605 -0.958144 0.22464 -0.177472 0 0 v 138.865 84.6365 3.66893 -0.942651 -0.290036 -0.165191 0 0 v 139.281 84.5348 2.07211 -0.895083 -0.291536 -0.337392 0 0 v 139.327 84.1091 2.84787 -0.734074 -0.659726 -0.160926 0 0 v 139.033 85.0781 2.76632 -0.937924 0.21418 -0.272809 0 0 v 139.966 83.7625 2.17427 -0.438342 -0.879985 -0.182984 0 0 v 139.497 86.1865 4.59781 -0.481017 0.859531 -0.172711 0 0 v 139.126 85.6574 3.61134 -0.73837 0.639281 -0.214779 0 0 v 140.922 86.5 4.72113 0.129107 0.984253 -0.120738 0 0 v 140.295 86.31 3.65015 -0.199104 0.96433 -0.174426 0 0 v 140.538 86.0027 2.04772 -0.18431 0.939668 -0.28819 0 0 v 139.791 85.9237 2.74546 -0.47161 0.847207 -0.244592 0 0 v 141.092 86.2092 2.8538 0.136913 0.974438 -0.178117 0 0 v 139.51 85.4309 2.02149 -0.705618 0.607182 -0.365286 0 0 v 142.239 85.8737 5.01649 0.701679 0.710869 -0.0480789 0 0 v 141.702 86.1493 3.86513 0.448409 0.887778 -0.103827 0 0 v 142.644 85.2557 4.14875 0.931226 0.363379 -0.0278104 0 0 v 142.598 85.0773 2.49321 0.930438 0.341637 -0.13255 0 0 v 142.292 85.6378 3.12755 0.70791 0.698591 -0.104087 0 0 v 141.773 85.8612 2.23641 0.460336 0.865543 -0.197295 0 0 v 141.844 83.8891 1.86396 0.452306 -0.880711 -0.140593 0 0 v 142.209 84.2424 1.46896 0.689521 -0.65187 -0.315637 0 0 v 142.564 84.5809 1.95216 0.94945 -0.240532 -0.201717 0 0 v 140.675 83.6611 1.66881 -0.0868848 -0.971042 -0.222549 0 0 v 141.317 83.8115 1.32004 0.232527 -0.919878 -0.315842 0 0 v 141.743 84.1011 1.06574 0.44518 -0.733419 -0.513724 0 0 v 140.935 83.9284 0.965041 -0.0020096 -0.790409 -0.612576 0 0 v 142.247 84.5731 1.16404 0.774267 -0.22477 -0.591598 0 0 v 139.775 84.1267 1.54781 -0.661813 -0.62885 -0.408107 0 0 v 140.377 83.9199 1.17635 -0.352997 -0.795906 -0.491861 0 0 v 139.529 84.9294 1.48847 -0.830408 0.174319 -0.529184 0 0 v 139.847 84.5146 1.10788 -0.704959 -0.260998 -0.659479 0 0 v 140.332 84.2643 0.850079 -0.427068 -0.475938 -0.768828 0 0 v 140.123 84.8186 0.839336 -0.533504 0.0852555 -0.84149 0 0 v 140.158 85.6281 1.46287 -0.430136 0.781065 -0.452681 0 0 v 140.02 85.197 1.0692 -0.573533 0.482245 -0.662193 0 0 v 141.236 85.863 1.54423 0.15733 0.925744 -0.343868 0 0 v 140.813 85.6345 1.07917 -0.137789 0.817991 -0.558484 0 0 v 140.591 85.2884 0.791907 -0.285011 0.543413 -0.789602 0 0 v 141.325 85.4702 0.877502 0.186717 0.683628 -0.705542 0 0 v 142.227 85.3905 1.77903 0.713872 0.648857 -0.263383 0 0 v 141.753 85.5261 1.22286 0.472667 0.760842 -0.444642 0 0 v 142.382 84.9247 1.43029 0.876482 0.260866 -0.404633 0 0 v 142.002 85.1252 1.00757 0.639825 0.445526 -0.626203 0 0 v 147.117 58.645 80.7333 0.201701 -0.968088 0.148738 0 0 v 149.445 58.8268 77.13 0.224541 -0.973984 0.0305946 0 0 v 151.181 59.4773 79.6659 0.303814 -0.944913 0.121806 0 0 v 150.822 59.9857 82.7372 0.29892 -0.916418 0.266132 0 0 v 151.736 59.8512 71.4094 0.316595 -0.930634 -0.183541 0 0 v 151.625 59.4308 74.5852 0.306995 -0.950448 -0.0490197 0 0 v 147.561 58.4994 73.492 0.20789 -0.975212 -0.075788 0 0 v 152.907 59.9837 75.0881 0.563005 -0.820479 0.0991926 0 0 v 151.904 59.5391 77.1098 0.412022 -0.910084 0.0445573 0 0 v 153.804 60.3555 73.1093 0.432193 -0.901616 -0.0172338 0 0 v 153.056 60.4332 81.1684 0.436087 -0.89132 0.123999 0 0 v 152.579 60.0318 79.1041 0.557906 -0.829579 0.023253 0 0 v 157.987 63.1705 69.743 0.457931 -0.813237 -0.359088 0 0 v 155.472 61.3535 71.3086 0.405533 -0.889646 -0.209934 0 0 v 163.746 66.51 71.617 0.671709 -0.71127 -0.207127 0 0 v 160.884 64.3183 71.4076 0.546306 -0.807966 -0.22077 0 0 v 160.23 63.8181 72.6285 0.451038 -0.881276 0.141128 0 0 v 158.245 62.6803 71.7451 0.478786 -0.875919 -0.0594135 0 0 v 162.357 65.0403 73.3001 0.545954 -0.837782 -0.00737914 0 0 v 155.968 61.4982 72.4978 0.496497 -0.851777 0.167232 0 0 v 164.98 67.5618 77.2512 0.758652 -0.642214 0.109585 0 0 v 163.979 66.2874 74.7693 0.683543 -0.729889 -0.00552624 0 0 v 162.24 66.5624 82.8028 0.642014 -0.680222 0.353718 0 0 v 163.266 66.3356 79.8004 0.666944 -0.717197 0.202025 0 0 v 162.208 65.4974 79.3244 0.423287 -0.90517 0.0386661 0 0 v 163.351 65.9533 77.3272 0.569398 -0.817032 0.0907937 0 0 v 161.292 65.1559 81.2963 0.541525 -0.826032 0.156276 0 0 v 162.727 65.4178 75.3591 0.429409 -0.897686 0.0988354 0 0 v 156.38 63.2303 84.5388 0.453874 -0.786735 0.418385 0 0 v 159.409 64.4149 83.0605 0.536069 -0.776942 0.330138 0 0 v 154.266 61.4485 83.0109 0.408451 -0.864495 0.292946 0 0 v 155.075 61.6315 81.8348 0.522933 -0.852048 -0.0235545 0 0 v 157.009 62.8121 82.6919 0.490397 -0.85486 0.169484 0 0 v 159.148 63.9829 81.9147 0.472436 -0.8808 -0.0315634 0 0 v 154.148 68.1139 78.072 0.818086 -0.532595 -0.216973 0 0 v 155.339 69.6096 76.753 0.666998 -0.741271 0.0750389 0 0 v 156.759 70.5194 78.3169 0.476871 -0.847 -0.234915 0 0 v 155.35 68.8841 79.3959 0.648705 -0.584357 -0.487554 0 0 v 155.818 68.7862 74.2176 0.567881 -0.539009 0.622078 0 0 v 157.054 70.4564 75.2922 0.435512 -0.824302 0.361739 0 0 v 154.366 68.0693 75.4542 0.775554 -0.512317 0.368845 0 0 v 159.755 71.0599 75.6427 -0.340405 -0.833804 0.434621 0 0 v 158.473 71.3663 76.8561 0.196018 -0.979648 0.0431963 0 0 v 158.554 70.2897 74.3188 -0.0280024 -0.699524 0.71406 0 0 v 158.012 70.407 79.4723 0.0638671 -0.750336 -0.657964 0 0 v 159.464 71.1238 78.2358 -0.275782 -0.851584 -0.445813 0 0 v 152.698 60.0652 77.072 0.797255 -0.599567 0.0700311 0 0 v 153.026 60.611 78.8368 0.934207 -0.286475 -0.212578 0 0 v 153.709 60.838 80.5306 0.695439 -0.678175 -0.237579 0 0 v 154.265 60.7373 73.6897 0.660438 -0.630155 0.408321 0 0 v 153.289 60.559 75.2943 0.898334 -0.240596 0.367572 0 0 v 153.298 62.0142 75.3282 0.905611 0.0319951 0.4229 0 0 v 152.903 60.9788 77.0305 0.996758 -0.0342805 0.0727955 0 0 v 154.318 61.5869 73.9425 0.66437 -0.0503589 0.745705 0 0 v 153.835 61.6861 80.1957 0.768657 -0.119904 -0.628323 0 0 v 153.056 62.0625 78.6668 0.958471 -0.00215444 -0.285181 0 0 v 158.001 62.6874 72.5792 0.396613 -0.762765 0.510771 0 0 v 155.958 61.8782 73.0297 0.43197 -0.350915 0.830819 0 0 v 161.487 64.6839 73.9412 0.206407 -0.915728 0.34473 0 0 v 159.7 63.9089 73.1753 -0.0102609 -0.563684 0.825927 0 0 v 159.322 65.1572 73.3369 -0.341489 -0.0685101 0.937386 0 0 v 157.717 63.3569 72.9406 0.0411365 -0.152341 0.987472 0 0 v 160.895 65.174 74.1972 -0.596755 -0.344638 0.724643 0 0 v 155.805 63.252 73.1962 0.286266 0.00255442 0.958147 0 0 v 162.365 65.4836 77.3583 0.1053 -0.993766 0.0366128 0 0 v 161.907 65.3232 75.5962 -0.44878 -0.836862 0.313462 0 0 v 160.666 64.8383 80.6991 0.214675 -0.93271 -0.28977 0 0 v 161.476 65.4137 79.0818 -0.417054 -0.830658 -0.368882 0 0 v 160.991 66.5766 78.903 -0.856675 -0.208603 -0.471797 0 0 v 161.703 65.9115 77.3202 -0.88368 -0.458563 -0.0939647 0 0 v 160.165 65.3336 80.3658 -0.486849 -0.384223 -0.784443 0 0 v 161.396 66.487 75.6196 -0.940413 -0.180316 0.288288 0 0 v 157.062 62.8613 81.8511 0.465274 -0.788696 -0.401844 0 0 v 158.807 64.0946 81.3464 0.0717041 -0.601665 -0.795524 0 0 v 155.233 62.0252 81.2576 0.547343 -0.43034 -0.717791 0 0 v 155.131 63.3923 80.9495 0.417183 -0.0856719 -0.904775 0 0 v 156.889 63.5333 81.41 0.16148 -0.237088 -0.957974 0 0 v 158.485 65.3387 81.035 -0.225893 -0.156175 -0.961552 0 0 v 152.859 63.2302 76.9203 0.997326 -0.0126574 0.0719758 0 0 v 153.107 64.9955 78.4372 0.954937 -0.154484 -0.253436 0 0 v 153.756 63.9094 79.9707 0.757821 -0.0685328 -0.648853 0 0 v 154.219 63.816 73.9441 0.650979 -0.000287174 0.759096 0 0 v 153.338 64.9497 75.2749 0.908605 -0.125426 0.398378 0 0 v 153.302 66.5303 76.7831 0.947284 -0.310976 0.0771111 0 0 v 154.502 66.8426 74.2283 0.699993 -0.326253 0.63527 0 0 v 154.085 66.9273 79.4234 0.782979 -0.372822 -0.497944 0 0 v 157.489 65.5169 72.9783 -0.0294146 -0.0223961 0.999316 0 0 v 155.713 66.1224 73.2524 0.346071 -0.1248 0.929871 0 0 v 160.547 67.2632 74.1892 -0.715899 -0.094153 0.691826 0 0 v 159.039 67.9251 73.3846 -0.292373 -0.167901 0.94145 0 0 v 157.309 68.5091 73.3699 0.145507 -0.34486 0.927307 0 0 v 159.942 69.82 74.4337 -0.491021 -0.494839 0.716961 0 0 v 161.322 67.9736 77.1988 -0.982169 -0.148629 -0.115126 0 0 v 161.004 69.1851 75.5499 -0.916516 -0.258621 0.305144 0 0 v 159.84 67.4192 80.1342 -0.596065 -0.15921 -0.786993 0 0 v 160.622 69.27 78.6619 -0.832592 -0.281579 -0.476973 0 0 v 160.625 70.635 77.0242 -0.822204 -0.563537 -0.0800381 0 0 v 159.35 69.9504 79.5703 -0.383459 -0.538166 -0.750557 0 0 v 156.692 65.6869 81.1408 0.0948349 -0.119614 -0.988281 0 0 v 158.248 68.0973 80.6844 -0.173842 -0.25504 -0.951175 0 0 v 155.072 66.2554 80.6025 0.474903 -0.212236 -0.854063 0 0 v 156.618 68.6563 80.4374 0.26633 -0.429915 -0.862694 0 0 v 143.713 57.9989 70.269 0.196381 -0.973806 -0.114617 0 0 v 138.562 57.4796 68.1161 0.120397 -0.978433 -0.167852 0 0 v 141.177 58.317 65.9626 0.181037 -0.949545 -0.256104 0 0 v 145.357 59.1285 66.7021 0.278018 -0.905038 -0.321888 0 0 v 129.421 56.9367 68.0407 0 -0.983151 -0.182792 0 0 v 133.838 57.5032 66.07 0.0528394 -0.967232 -0.248335 0 0 v 134.283 56.7172 70.6896 0.0670629 -0.992196 -0.105113 0 0 v 133.295 58.3465 63.4186 0.0463794 -0.924391 -0.378616 0 0 v 137.26 58.149 64.7202 0.0909425 -0.947438 -0.306743 0 0 v 129.421 57.8921 64.3388 -2.37709e-008 -0.946913 -0.321489 0 0 v 141.587 59.0849 63.9994 0.260861 -0.866981 -0.424612 0 0 v 139.306 58.7175 63.7889 0.121885 -0.912928 -0.389495 0 0 v 131.501 73.9374 107.149 0.031829 -0.536457 0.843327 0 0 v 132.726 76.6104 108.559 0.0829155 -0.420218 0.903627 0 0 v 130.944 78.826 109.536 0.0254148 -0.337197 0.941091 0 0 v 129.421 76.6503 108.631 9.26922e-009 -0.425379 0.905015 0 0 v 135.413 78.1079 108.742 0.169281 -0.34706 0.922439 0 0 v 132.726 79.3111 109.583 0.108164 -0.301604 0.947278 0 0 v 135.413 74.6885 107.171 0.160064 -0.492687 0.855359 0 0 v 129.421 80.9707 110.172 -2.18647e-006 -0.243938 0.969791 0 0 v 131.501 81.854 110.313 0.0653268 -0.201927 0.977219 0 0 v 134.347 81.2366 109.874 0.135532 -0.239171 0.961472 0 0 v 132.314 83.579 110.568 0.0822184 -0.145395 0.985952 0 0 v 129.421 83.4611 110.662 0 -0.158945 0.987287 0 0 v 137.983 79.8196 108.848 0.194038 -0.30145 0.933529 0 0 v 140.308 81.6458 108.849 0.237014 -0.238523 0.94177 0 0 v 135.98 82.717 109.966 0.154996 -0.192842 0.968911 0 0 v 129.421 84.7741 110.816 6.06352e-008 -0.0608012 0.99815 0 0 v 133.083 84.7214 110.626 0.0931327 -0.0821116 0.992262 0 0 v 137.367 84.1815 109.976 0.175967 -0.137124 0.974799 0 0 v 133.67 85.8821 110.646 0.0939668 -0.048617 0.994388 0 0 v 129.421 85.7434 110.846 9.54871e-007 -0.0215463 0.999768 0 0 v 142.103 83.7527 108.819 0.267321 -0.17901 0.946834 0 0 v 143.081 86.0178 108.883 0.281501 -0.0879687 0.95552 0 0 v 138.311 85.8057 109.992 0.182824 -0.0892845 0.979083 0 0 v 129.421 86.7776 110.861 4.10226e-008 -0.00908946 0.999959 0 0 v 134.036 87.1226 110.654 0.0917554 -0.0220068 0.995538 0 0 v 138.796 87.5184 109.996 0.189285 -0.021261 0.981692 0 0 v 134.158 88.4115 110.657 0.0926252 7.18669e-007 0.995701 0 0 v 129.421 87.8602 110.867 7.73769e-007 -0.00269625 0.999996 0 0 v 143.521 88.3324 108.824 0.296054 0.00524635 0.955157 0 0 v 143.105 90.7134 108.862 0.287995 0.0778881 0.954459 0 0 v 138.803 89.2708 109.99 0.191092 0.0236772 0.981287 0 0 v 129.421 88.9628 110.867 7.72837e-007 0.00269625 0.999996 0 0 v 134.036 89.7003 110.654 0.0923073 0.0221147 0.995485 0 0 v 138.3 91.0032 109.998 0.183733 0.079941 0.97972 0 0 v 133.67 90.9408 110.646 0.0927045 0.0481157 0.99453 0 0 v 129.421 90.0453 110.861 4.10226e-008 0.00908946 0.999959 0 0 v 141.995 93.0405 108.884 0.265324 0.166181 0.94973 0 0 v 140.262 95.1697 108.877 0.230638 0.243088 0.942186 0 0 v 137.344 92.6377 109.99 0.171718 0.137497 0.975504 0 0 v 129.421 91.0796 110.846 9.54871e-007 0.0215463 0.999768 0 0 v 133.083 92.1015 110.626 0.0925652 0.0817605 0.992344 0 0 v 135.975 94.1052 109.969 0.153336 0.19402 0.96894 0 0 v 132.314 93.2439 110.568 0.0821521 0.145357 0.985963 0 0 v 129.421 92.0489 110.816 5.97024e-008 0.0608012 0.99815 0 0 v 137.978 97.0025 108.851 0.19245 0.30264 0.933473 0 0 v 135.413 98.715 108.742 0.16928 0.34706 0.922439 0 0 v 134.347 95.5864 109.874 0.135399 0.239333 0.96145 0 0 v 129.421 93.3618 110.662 0 0.158945 0.987287 0 0 v 131.501 94.9689 110.313 0.0653256 0.20193 0.977219 0 0 v 132.726 97.5119 109.583 0.108164 0.301604 0.947278 0 0 v 130.944 97.9969 109.536 0.025415 0.337195 0.941092 0 0 v 129.421 95.8522 110.172 -1.61969e-008 0.243939 0.969791 0 0 v 132.726 100.213 108.559 0.0829161 0.420218 0.903627 0 0 v 129.421 100.173 108.631 9.26922e-009 0.425378 0.905016 0 0 v 133.083 63.5278 97.0649 0.0659535 -0.791246 0.607931 0 0 v 135.975 66.3256 99.9755 0.123863 -0.733392 0.668426 0 0 v 132.314 68.5172 102.712 0.0563128 -0.691601 0.720081 0 0 v 129.421 65.7789 99.9755 -3.58979e-008 -0.746931 0.664902 0 0 v 137.979 69.4843 102.715 0.174925 -0.660375 0.730278 0 0 v 140.264 64.739 97.0649 0.197039 -0.761864 0.617041 0 0 v 134.347 71.5067 105.14 0.107917 -0.618572 0.778282 0 0 v 129.421 71.1582 105.155 1.19843e-006 -0.625795 0.779988 0 0 v 134.094 57.361 84.5127 0.0736286 -0.971158 0.226783 0 0 v 138.374 58.8803 87.8791 0.140942 -0.924773 0.353455 0 0 v 133.676 59.7282 91.0636 0.0732343 -0.890468 0.449113 0 0 v 129.421 58.1701 87.8801 3.54812e-008 -0.939651 0.342135 0 0 v 142.043 61.1013 91.0627 0.214057 -0.853942 0.474302 0 0 v 143.321 58.6482 84.506 0.184956 -0.948766 0.256191 0 0 v 137.344 61.9531 94.1098 0.139612 -0.828476 0.542343 0 0 v 129.421 61.2931 94.1098 -4.04894e-007 -0.843717 0.536789 0 0 v 139.175 57.0005 73.756 0.130085 -0.99088 -0.0351346 0 0 v 134.34 56.4997 77.2823 0.0704053 -0.996853 0.0364238 0 0 v 129.421 56.3196 73.793 0 -0.999247 -0.0387873 0 0 v 143.416 57.6444 77.2071 0.168174 -0.985105 0.0358679 0 0 v 138.946 57.2568 80.9131 0.128493 -0.983507 0.12729 0 0 v 129.421 56.5676 80.9152 0 -0.992944 0.118587 0 0 v 133.76 71.7676 49.4185 0.101595 -0.54126 -0.834695 0 0 v 132.246 68.748 51.3917 0.0549592 -0.578021 -0.814169 0 0 v 129.421 71.366 49.4185 0 -0.565038 -0.825065 0 0 v 137.697 69.7409 51.3965 0.148424 -0.540778 -0.827967 0 0 v 141.405 65.223 55.9245 0.202458 -0.693568 -0.691357 0 0 v 136.383 66.6648 53.507 0.126432 -0.638772 -0.758937 0 0 v 129.421 65.8436 53.5355 -6.32103e-007 -0.629249 -0.777204 0 0 v 134.314 63.7964 55.7714 0.115809 -0.704377 -0.700315 0 0 v 132.816 102.947 46.1521 0.187737 0.888506 0.418703 0 0 v 131.256 103.802 44.7367 0.094306 0.915962 0.390027 0 0 v 129.421 103.301 46.1521 0 0.912789 0.408431 0 0 v 134.862 103.049 44.7367 0.278385 0.868704 0.4097 0 0 v 135.533 104.027 41.5883 0.288334 0.916044 0.278797 0 0 v 133.316 104.058 43.2306 0.19121 0.924428 0.329957 0 0 v 129.421 104.456 43.2306 9.32779e-008 0.946778 0.321886 0 0 v 131.487 104.858 41.5883 0.0974679 0.959165 0.265523 0 0 v 133.713 104.965 39.7645 0.195873 0.958211 0.208484 0 0 v 131.651 105.635 37.7966 0.0994512 0.984209 0.146432 0 0 v 129.421 105.4 39.7645 -8.58251e-008 0.97904 0.203669 0 0 v 136.01 104.747 37.7966 0.294366 0.943324 0.153256 0 0 v 136.224 105.083 33.5791 0.297061 0.954514 0.0256412 0 0 v 133.953 105.535 35.7223 0.198604 0.976059 0.0886827 0 0 v 129.421 105.992 35.7223 -9.32929e-010 0.996227 0.0867872 0 0 v 131.725 105.997 33.579 0.100364 0.994647 0.0245679 0 0 v 133.995 105.636 31.4043 0.199145 0.979258 -0.037362 0 0 v 131.693 105.84 29.2296 0.100019 0.990745 -0.0917639 0 0 v 129.421 106.097 31.4043 -2.98527e-008 0.99933 -0.0365858 0 0 v 136.132 104.937 29.2297 0.296066 0.950356 -0.0957479 0 0 v 135.781 104.383 25.0062 0.292598 0.935384 -0.198602 0 0 v 133.838 105.255 27.0865 0.197596 0.969551 -0.144661 0 0 v 129.421 105.702 27.0865 -2.41588e-007 0.989909 -0.141704 0 0 v 131.572 105.242 25.0062 0.0987932 0.976699 -0.190522 0 0 v 133.528 104.502 23.0204 0.194296 0.948871 -0.248782 0 0 v 131.379 104.289 21.1642 0.0958242 0.943994 -0.315742 0 0 v 129.421 104.918 23.0204 2.26697e-007 0.969809 -0.243867 0 0 v 135.221 103.5 21.1642 0.283906 0.900889 -0.328324 0 0 v 134.405 102.212 17.9815 0.256217 0.802257 -0.539199 0 0 v 133.065 103.378 19.4729 0.184203 0.892111 -0.412561 0 0 v 129.421 103.749 19.4729 -8.41324e-007 0.914205 -0.405252 0 0 v 131.098 102.901 17.9815 0.0866679 0.848314 -0.522353 0 0 v 132.406 101.778 16.7254 0.157045 0.748644 -0.644103 0 0 v 130.721 101.036 15.6837 0.0695045 0.679755 -0.730139 0 0 v 129.421 102.086 16.7254 9.342e-010 0.771298 -0.636474 0 0 v 133.302 100.481 15.682 0.209077 0.630533 -0.747473 0 0 v 132.074 98.6147 14.1433 0.177993 0.467601 -0.865834 0 0 v 131.614 99.864 14.838 0.127641 0.581313 -0.803606 0 0 v 129.421 100.074 14.8315 0 0.599598 -0.800302 0 0 v 130.329 99.0459 14.1605 0.0488469 0.52487 -0.84978 0 0 v 130.853 98.0592 13.6493 0.105424 0.438084 -0.892731 0 0 v 130.073 97.3352 13.261 0.0460668 0.384166 -0.922114 0 0 v 129.421 98.1137 13.6169 0 0.455584 -0.890193 0 0 v 130.846 97.0611 13.2249 0.126863 0.342952 -0.930747 0 0 v 129.421 96.5727 12.9706 -1.60635e-006 0.307731 -0.951474 0 0 v 119.841 76.3788 107.259 -0.217205 -0.427826 0.877375 0 0 v 115.535 74.9946 105.205 -0.291042 -0.488373 0.82267 0 0 v 115.524 71.4344 102.723 -0.27991 -0.596822 0.751967 0 0 v 119.841 72.8768 105.177 -0.213179 -0.557212 0.80254 0 0 v 111.885 77.7682 105.247 -0.368708 -0.397171 0.840422 0 0 v 110.83 74.2508 102.759 -0.377122 -0.508758 0.773915 0 0 v 116.582 78.4581 107.302 -0.270207 -0.364995 0.890936 0 0 v 105.91 70.588 97.0597 -0.444471 -0.607749 0.658094 0 0 v 110.782 70.6458 99.9803 -0.358976 -0.61236 0.70438 0 0 v 105.974 74.1923 99.984 -0.46852 -0.496996 0.7304 0 0 v 116.559 67.9596 99.9755 -0.245374 -0.687476 0.683497 0 0 v 111.821 67.1468 97.0649 -0.325028 -0.701419 0.634325 0 0 v 113.952 80.9792 107.338 -0.32497 -0.280402 0.9032 0 0 v 109.074 81.2045 105.291 -0.414255 -0.276071 0.867282 0 0 v 106.863 77.8003 102.643 -0.447544 -0.427765 0.785316 0 0 v 107.8 84.7501 105.547 -0.418871 -0.133886 0.898121 0 0 v 104.759 82.4685 103.742 -0.318978 -0.252976 0.913376 0 0 v 112.25 83.8709 107.445 -0.358595 -0.18476 0.915026 0 0 v 97.0823 81.86 102.717 0.238903 -0.199841 0.950257 0 0 v 100.724 80.5342 101.898 -0.107705 -0.578628 0.808449 0 0 v 100.687 83.6933 102.715 -0.154735 0.00538052 0.987941 0 0 v 97.253 78.3236 98.2129 -0.203613 -0.847453 0.490271 0 0 v 101.816 77.8885 99.8322 -0.349971 -0.618561 0.703493 0 0 v 95.9056 79.882 101.206 0.119448 -0.885729 0.448571 0 0 v 101.35 74.7912 97.0395 -0.507942 -0.538363 0.672428 0 0 v 111.297 86.8534 107.446 -0.382836 -0.0507785 0.92242 0 0 v 106.62 88.1926 105.203 -0.469626 -0.00209031 0.882863 0 0 v 103.554 86.0201 103.636 -0.400703 0.0501994 0.914832 0 0 v 107.186 91.2 105.269 -0.477626 0.141932 0.867023 0 0 v 102.778 89.3774 102.739 -0.5674 0.130216 0.813081 0 0 v 111.126 89.7272 107.353 -0.386193 0.0634886 0.920231 0 0 v 95.7413 89.0177 97.0145 -0.683725 0.100356 0.722807 0 0 v 98.6808 88.5123 99.74 -0.6164 0.239626 0.750087 0 0 v 99.2808 90.4001 100.018 -0.62205 0.115294 0.774442 0 0 v 96.7519 86.7923 99.4131 -0.40946 0.726098 0.552381 0 0 v 99.97 86.8139 101.696 -0.439285 0.450916 0.776984 0 0 v 95.5352 88.3287 97.1024 -0.641385 0.351379 0.682025 0 0 v 97.46 84.3299 102.319 0.00140995 0.42854 0.903522 0 0 v 111.948 92.5785 107.319 -0.3722 0.175463 0.911416 0 0 v 108.774 94.9486 105.214 -0.449293 0.270407 0.851479 0 0 v 103.778 92.9417 102.794 -0.544509 0.220785 0.809175 0 0 v 111.724 98.8067 105.202 -0.387694 0.382724 0.83858 0 0 v 106.594 98.0967 102.721 -0.493457 0.365074 0.789443 0 0 v 113.792 95.5958 107.293 -0.33858 0.271319 0.900971 0 0 v 100.397 100.084 97.0547 -0.589076 0.417683 0.691759 0 0 v 101.369 95.9583 99.9749 -0.583436 0.315898 0.748205 0 0 v 105.581 101.866 99.971 -0.501868 0.468008 0.72739 0 0 v 96.4282 92.6604 97.034 -0.660193 0.228011 0.715651 0 0 v 116.54 98.3149 107.288 -0.27886 0.35945 0.890524 0 0 v 115.514 101.803 105.198 -0.298754 0.483144 0.822993 0 0 v 110.696 102.391 102.725 -0.397497 0.494929 0.772685 0 0 v 119.841 103.946 105.177 -0.21318 0.557212 0.802539 0 0 v 115.524 105.389 102.723 -0.283209 0.594573 0.752512 0 0 v 119.841 100.444 107.259 -0.218366 0.426916 0.87753 0 0 v 111.821 109.676 97.0649 -0.330927 0.697798 0.635268 0 0 v 110.737 106.1 99.9751 -0.375552 0.600939 0.705573 0 0 v 116.559 108.863 99.9755 -0.245374 0.687476 0.683497 0 0 v 105.71 105.837 97.0629 -0.475958 0.577587 0.663217 0 0 v 123.428 102.134 107.171 -0.160063 0.492687 0.855359 0 0 v 124.495 105.316 105.14 -0.107917 0.618572 0.778281 0 0 v 120.863 107.339 102.715 -0.174925 0.660375 0.730278 0 0 v 126.528 108.306 102.712 -0.056313 0.691601 0.720081 0 0 v 127.341 102.886 107.149 -0.0318301 0.536457 0.843327 0 0 v 125.759 113.295 97.0649 -0.0659537 0.791246 0.60793 0 0 v 122.866 110.497 99.9755 -0.123863 0.733392 0.668427 0 0 v 118.578 112.084 97.0649 -0.197039 0.761864 0.61704 0 0 v 106.939 67.1275 94.1021 -0.407738 -0.698858 0.587663 0 0 v 108.984 63.8784 91.1633 -0.355478 -0.777792 0.518339 0 0 v 113.889 63.9181 94.1098 -0.277337 -0.778913 0.562475 0 0 v 101.165 71.315 94.0728 -0.538773 -0.579472 0.611503 0 0 v 102.101 67.8515 91.1199 -0.497596 -0.674478 0.545415 0 0 v 99.5845 65.8829 85.8103 -0.53674 -0.705366 0.463 0 0 v 104.135 64.6217 88.4746 -0.437415 -0.753285 0.491152 0 0 v 97.3973 69.2554 87.9288 -0.60289 -0.625655 0.495055 0 0 v 111.774 60.9307 87.9751 -0.283393 -0.857781 0.428837 0 0 v 106.736 61.754 85.8124 -0.357353 -0.831625 0.425086 0 0 v 97.204 75.9419 94.7757 -0.490977 -0.691675 0.529649 0 0 v 96.6945 72.9367 91.1286 -0.619022 -0.554079 0.556604 0 0 v 93.4961 79.0847 98.7281 -0.174531 -0.971587 0.159868 0 0 v 93.554 78.1148 94.3843 -0.616123 -0.757534 0.215719 0 0 v 90.9986 82.1158 93.2463 -0.962168 -0.269061 0.0428772 0 0 v 91.6594 79.109 90.4655 -0.835659 -0.460864 0.298795 0 0 v 91.2316 80.4896 96.9538 -0.796729 -0.566388 -0.210778 0 0 v 89.0888 78.0323 84.3239 -0.83444 -0.400303 0.378771 0 0 v 92.475 75.2986 87.7782 -0.758363 -0.473395 0.448088 0 0 v 89.2219 81.6933 87.4476 -0.86524 -0.274488 0.419542 0 0 v 93.1413 71.5564 84.4624 -0.744934 -0.552606 0.373764 0 0 v 92.9858 88.711 94.3319 -0.722494 0.226499 0.653223 0 0 v 91.1392 86.7322 93.2892 -0.833574 0.35133 0.426288 0 0 v 93.0658 86.7931 95.9212 -0.565497 0.695513 0.443255 0 0 v 92.9897 91.0961 93.9859 -0.738772 0.141567 0.65892 0 0 v 90.4527 90.2257 91.0087 -0.79324 0.131545 0.594531 0 0 v 86.8884 91.6692 84.4491 -0.909334 0.137399 0.392725 0 0 v 88.3803 88.3262 87.9239 -0.882071 -0.0192592 0.470722 0 0 v 89.0551 93.8759 87.797 -0.834733 0.242034 0.494612 0 0 v 89.892 85.0264 90.5122 -0.934891 -0.0803332 0.345724 0 0 v 86.8797 84.9452 84.3316 -0.906609 -0.141758 0.397449 0 0 v 90.6561 83.7306 95.8491 -0.984792 0.143554 -0.0978569 0 0 v 95.6706 97.706 94.0773 -0.66281 0.366091 0.653192 0 0 v 91.7893 95.4847 90.9523 -0.748122 0.309746 0.586831 0 0 v 100.731 104.604 94.1053 -0.568164 0.539438 0.621447 0 0 v 96.0865 102.652 91.0571 -0.654063 0.501243 0.56653 0 0 v 93.2261 104.711 84.5107 -0.712654 0.599573 0.364194 0 0 v 92.1002 100.444 87.8568 -0.739682 0.460234 0.490974 0 0 v 97.365 106.954 87.878 -0.623128 0.641255 0.447775 0 0 v 88.9385 98.1826 84.4795 -0.83046 0.396152 0.391663 0 0 v 106.897 109.601 94.1093 -0.428622 0.691305 0.581705 0 0 v 101.999 108.648 91.0623 -0.527684 0.672272 0.519229 0 0 v 113.889 112.905 94.1098 -0.278888 0.783255 0.555638 0 0 v 109.003 112.914 91.0635 -0.372535 0.794402 0.479732 0 0 v 107.013 114.933 84.5118 -0.402928 0.875898 0.265428 0 0 v 104.11 112.083 87.8798 -0.470776 0.788592 0.395592 0 0 v 111.939 115.721 87.8792 -0.310852 0.87741 0.365408 0 0 v 99.4154 110.49 84.5123 -0.5648 0.765357 0.308591 0 0 v 121.497 114.87 94.1098 -0.139685 0.828906 0.541667 0 0 v 116.828 115.694 91.0632 -0.221793 0.859854 0.459846 0 0 v 125.166 117.097 91.0627 -0.0740881 0.889879 0.450139 0 0 v 124.747 119.488 84.5039 -0.0805288 0.969382 0.231978 0 0 v 120.497 117.922 87.8773 -0.155208 0.923876 0.349805 0 0 v 115.592 117.954 84.5083 -0.240763 0.939848 0.24232 0 0 v 89.6756 74.5345 80.8581 -0.826249 -0.501348 0.256832 0 0 v 90.7812 71.5841 77.1779 -0.813778 -0.57038 0.111493 0 0 v 93.5531 68.9888 80.7579 -0.75812 -0.599393 0.256871 0 0 v 86.4247 81.3018 80.8092 -0.915396 -0.294564 0.274374 0 0 v 87.0322 77.7951 77.1475 -0.894241 -0.428847 0.128153 0 0 v 87.168 78.0903 69.5609 -0.874102 -0.43334 -0.219458 0 0 v 88.5966 74.5956 73.3663 -0.851106 -0.523185 -0.0435508 0 0 v 85.3299 81.3128 73.3573 -0.949795 -0.311779 -0.0261224 0 0 v 92.5572 69.0038 73.6029 -0.781976 -0.619914 -0.0649663 0 0 v 91.2655 71.6444 69.6073 -0.772763 -0.585493 -0.245022 0 0 v 85.3105 88.4188 80.8376 -0.957961 0.000688202 0.286898 0 0 v 84.7451 84.8183 77.1446 -0.977005 -0.155156 0.146248 0 0 v 86.4346 95.3992 80.8889 -0.914007 0.293134 0.28047 0 0 v 84.7491 91.9969 77.1567 -0.976665 0.155893 0.147726 0 0 v 84.8962 91.9111 69.5609 -0.96277 0.156728 -0.220251 0 0 v 84.1833 88.4115 73.3573 -0.999809 1.14477e-007 -0.019551 0 0 v 85.3299 95.5101 73.3573 -0.949829 0.311789 -0.0247392 0 0 v 84.8962 84.9118 69.5609 -0.962769 -0.156729 -0.220252 0 0 v 89.722 102.064 80.9115 -0.801895 0.537764 0.260334 0 0 v 87.0219 98.975 77.1665 -0.887237 0.441759 0.132885 0 0 v 95.107 108.247 80.9148 -0.655769 0.723556 0.215484 0 0 v 91.4672 105.465 77.1692 -0.743579 0.660573 0.103601 0 0 v 91.599 105.039 69.5609 -0.720653 0.657937 -0.218584 0 0 v 88.7412 102.251 73.3573 -0.82128 0.569129 -0.0398959 0 0 v 94.2186 108.302 73.3573 -0.655619 0.752577 -0.0615726 0 0 v 87.168 98.7326 69.5609 -0.869106 0.443417 -0.219173 0 0 v 102.228 113.365 80.9147 -0.491123 0.854844 0.167453 0 0 v 97.8635 111.117 77.1693 -0.575283 0.815493 0.0634107 0 0 v 110.622 117.174 80.9108 -0.326707 0.935222 0.136463 0 0 v 105.826 115.61 77.1667 -0.409001 0.911984 0.0316861 0 0 v 105.9 114.877 69.5571 -0.391831 0.893069 -0.221125 0 0 v 101.5 113.349 73.3564 -0.485174 0.870489 -0.0827895 0 0 v 110.112 117.16 73.3485 -0.322554 0.941449 -0.0981434 0 0 v 97.9643 110.509 69.5609 -0.552522 0.804147 -0.219243 0 0 v 119.822 119.516 80.9015 -0.163434 0.979178 0.120415 0 0 v 114.855 118.73 77.1558 -0.245102 0.969414 0.0127187 0 0 v 124.498 120.331 77.1421 -0.0825611 0.996574 0.00492217 0 0 v 124.513 119.503 69.5222 -0.0799782 0.971338 -0.223845 0 0 v 119.561 119.527 73.3301 -0.162298 0.981022 -0.106089 0 0 v 114.901 117.927 69.5416 -0.2358 0.945893 -0.2229 0 0 v 105.292 61.6844 68.1464 -0.376154 -0.840237 -0.390526 0 0 v 102.359 64.7316 65.236 -0.439889 -0.766469 -0.467999 0 0 v 107.289 64.1396 62.1159 -0.370505 -0.767937 -0.522493 0 0 v 109.835 61.1517 65.2368 -0.345985 -0.835828 -0.426246 0 0 v 95.3105 69.3968 65.8068 -0.600575 -0.659768 -0.451681 0 0 v 100.293 68.0753 62.2473 -0.481821 -0.688441 -0.542124 0 0 v 97.6934 65.92 68.3083 -0.543499 -0.730891 -0.412804 0 0 v 104.945 70.8861 56.1425 -0.391332 -0.559518 -0.730615 0 0 v 105.586 67.4016 59.052 -0.391367 -0.682612 -0.617148 0 0 v 99.4341 71.6391 59.0738 -0.496748 -0.57886 -0.646655 0 0 v 112.282 64.3596 58.8558 -0.291434 -0.740681 -0.605358 0 0 v 111.006 67.4662 56.0989 -0.302131 -0.645375 -0.701575 0 0 v 90.2385 75.2876 65.8696 -0.760018 -0.508726 -0.404439 0 0 v 94.4109 73.1045 62.3475 -0.620246 -0.55978 -0.549492 0 0 v 86.9913 81.6964 65.8621 -0.863762 -0.288732 -0.412976 0 0 v 90.3447 78.9301 62.3401 -0.734387 -0.376595 -0.564669 0 0 v 96.4855 80.2259 56.1425 -0.531137 -0.268332 -0.803674 0 0 v 94.7505 76.7416 59.0738 -0.598831 -0.421369 -0.681065 0 0 v 91.8335 82.4255 59.0738 -0.667368 -0.222529 -0.710704 0 0 v 99.9573 75.2246 56.1425 -0.472494 -0.42697 -0.771003 0 0 v 85.8872 88.4115 65.8621 -0.907366 -1.57518e-006 -0.420342 0 0 v 88.2406 85.1966 62.3401 -0.800038 -0.131438 -0.585374 0 0 v 86.9913 95.1265 65.8621 -0.863761 0.288733 -0.412978 0 0 v 88.2406 91.6263 62.3401 -0.800037 0.131439 -0.585375 0 0 v 94.7056 91.187 56.1425 -0.562199 0.090651 -0.822019 0 0 v 90.8531 88.4115 59.0738 -0.691893 -7.02122e-008 -0.722 0 0 v 91.8335 94.3974 59.0738 -0.667369 0.222529 -0.710703 0 0 v 94.7056 85.636 56.1425 -0.562199 -0.0906514 -0.822019 0 0 v 90.2763 101.503 65.8621 -0.750708 0.529719 -0.394759 0 0 v 90.3447 97.8928 62.3401 -0.733874 0.37782 -0.564518 0 0 v 95.5509 107.227 65.8621 -0.602972 0.704744 -0.373846 0 0 v 94.4487 103.686 62.3401 -0.622881 0.573724 -0.531845 0 0 v 99.9573 101.598 56.1425 -0.472494 0.426971 -0.771003 0 0 v 94.7505 100.081 59.0738 -0.599404 0.421774 -0.68031 0 0 v 99.4341 105.184 59.0738 -0.50042 0.583129 -0.639954 0 0 v 96.4855 96.597 56.1425 -0.531137 0.268332 -0.803674 0 0 v 102.562 112.002 65.8613 -0.448918 0.81958 -0.356035 0 0 v 100.344 108.711 62.3401 -0.488496 0.717141 -0.497071 0 0 v 110.852 115.607 65.8533 -0.300133 0.889612 -0.344255 0 0 v 107.69 112.72 62.3373 -0.352156 0.809948 -0.469009 0 0 v 111.151 109.392 56.1416 -0.292592 0.661413 -0.690596 0 0 v 105.658 109.439 59.0734 -0.385269 0.701449 -0.599614 0 0 v 113.007 112.642 59.0694 -0.262832 0.780137 -0.567719 0 0 v 104.945 105.937 56.1425 -0.389784 0.561314 -0.730065 0 0 v 119.94 117.848 65.8349 -0.151703 0.928658 -0.338496 0 0 v 116.013 115.51 62.3264 -0.213461 0.866703 -0.450843 0 0 v 124.89 116.943 62.3128 -0.0723793 0.893521 -0.443149 0 0 v 125.618 112.986 56.1337 -0.0614707 0.762556 -0.643995 0 0 v 121.045 114.613 59.0602 -0.133423 0.825272 -0.548748 0 0 v 118.161 111.778 56.1381 -0.18102 0.729311 -0.659801 0 0 v 110.622 70.895 53.6208 -0.302951 -0.520928 -0.798032 0 0 v 116.059 71.6196 51.4139 -0.251012 -0.520238 -0.8163 0 0 v 116.326 68.2704 53.5815 -0.220117 -0.596926 -0.77151 0 0 v 105.677 74.436 53.6251 -0.369381 -0.412302 -0.832806 0 0 v 111.487 74.3786 51.4183 -0.318219 -0.423884 -0.847974 0 0 v 119.052 78.238 47.5221 -0.286699 -0.314131 -0.905056 0 0 v 116.968 75.0069 49.4185 -0.25073 -0.385902 -0.887814 0 0 v 113.619 77.718 49.4185 -0.290691 -0.287069 -0.912738 0 0 v 120.879 72.983 49.4185 -0.18898 -0.475277 -0.859301 0 0 v 121.766 76.2392 47.5221 -0.241982 -0.412578 -0.878194 0 0 v 101.944 78.6876 53.6251 -0.418553 -0.282133 -0.863258 0 0 v 107.791 77.8526 51.4183 -0.366229 -0.307312 -0.878314 0 0 v 99.6185 83.4237 53.6251 -0.448163 -0.143179 -0.882411 0 0 v 105.193 81.8521 51.4183 -0.396585 -0.188814 -0.89837 0 0 v 115.12 83.6189 47.5221 -0.319687 -0.174758 -0.931268 0 0 v 111.069 80.9661 49.4185 -0.313151 -0.196775 -0.929094 0 0 v 109.374 84.5644 49.4185 -0.345998 -0.0978993 -0.933114 0 0 v 116.85 80.7565 47.5221 -0.310451 -0.220216 -0.92473 0 0 v 98.837 88.4115 53.6251 -0.456482 -1.01613e-006 -0.889732 0 0 v 103.874 86.184 51.4183 -0.411199 -0.0584966 -0.909667 0 0 v 99.6185 93.3993 53.6251 -0.446876 0.142769 -0.88313 0 0 v 103.899 90.6339 51.4183 -0.409188 0.0616908 -0.910362 0 0 v 114.531 90.0226 47.5221 -0.328358 0.0452961 -0.943467 0 0 v 108.968 88.4064 49.4185 -0.33048 0.0084536 -0.943775 0 0 v 109.521 92.2279 49.4185 -0.325732 0.0920616 -0.94097 0 0 v 114.335 86.7594 47.5221 -0.336684 0.00503968 -0.941604 0 0 v 101.944 98.1354 53.6251 -0.418356 0.281998 -0.863398 0 0 v 105.218 94.9658 51.4183 -0.395531 0.185134 -0.8996 0 0 v 105.677 102.387 53.6251 -0.36938 0.412302 -0.832805 0 0 v 107.791 98.9704 51.4183 -0.36645 0.306788 -0.878405 0 0 v 116.85 96.0664 47.5221 -0.312316 0.215108 -0.925304 0 0 v 111.094 95.8518 49.4185 -0.31427 0.187403 -0.930653 0 0 v 113.619 99.1049 49.4185 -0.290691 0.287068 -0.912738 0 0 v 115.317 93.1632 47.5221 -0.324137 0.124805 -0.937741 0 0 v 110.636 105.931 53.625 -0.301026 0.524936 -0.796132 0 0 v 111.487 102.444 51.4183 -0.318037 0.424151 -0.847908 0 0 v 116.471 108.588 53.6242 -0.214498 0.612463 -0.760841 0 0 v 116.073 105.207 51.4182 -0.250845 0.524798 -0.813428 0 0 v 121.766 100.584 47.5221 -0.241982 0.412576 -0.878194 0 0 v 116.968 101.816 49.4185 -0.25073 0.385902 -0.887814 0 0 v 120.879 103.84 49.4185 -0.188981 0.475277 -0.859301 0 0 v 119.052 98.5849 47.5221 -0.286698 0.31413 -0.905056 0 0 v 122.821 110.204 53.6224 -0.111121 0.66869 -0.735191 0 0 v 121.217 107.1 51.4178 -0.160748 0.602614 -0.781676 0 0 v 126.654 108.045 51.4174 -0.05521 0.64411 -0.762938 0 0 v 127.852 102.606 47.5221 -0.0585896 0.55779 -0.827911 0 0 v 125.081 105.055 49.4185 -0.101593 0.541262 -0.834694 0 0 v 124.751 101.94 47.5221 -0.165418 0.502654 -0.848514 0 0 v 73.9719 77.3164 126.015 -0.0545036 -0.00715713 0.998488 0 0 v 72.7196 77.186 125.833 -0.260388 -0.0244332 0.965195 0 0 v 72.9988 76.2313 125.722 -0.207884 -0.323226 0.923206 0 0 v 74.2259 76.4501 125.915 -0.0199355 -0.237955 0.971071 0 0 v 71.6566 78.0336 125.27 -0.507186 0.234409 0.829346 0 0 v 71.6351 77.0451 125.378 -0.507898 -0.0643642 0.859009 0 0 v 72.641 78.161 125.683 -0.29779 0.241942 0.923464 0 0 v 71.0116 76.0362 124.568 -0.627835 -0.419465 0.655646 0 0 v 71.9143 76.0903 125.268 -0.437368 -0.394114 0.808321 0 0 v 70.7576 76.9025 124.668 -0.703033 -0.117204 0.701432 0 0 v 73.4724 75.3329 125.357 -0.162657 -0.542958 0.823857 0 0 v 72.488 75.2055 124.944 -0.33752 -0.613073 0.714298 0 0 v 93.4046 82.1191 104.323 0.470453 0.194422 0.86074 0 0 v 89.5755 80.4321 107.355 0.685744 -0.204257 0.698595 0 0 v 92.9859 80.4916 104.256 0.47562 -0.628038 0.615918 0 0 v 83.933 78.7116 113.798 0.811391 -0.281714 0.512135 0 0 v 86.1626 79.0692 110.609 0.672267 -0.602557 0.430095 0 0 v 86.522 80.0655 110.583 0.719375 0.174451 0.672359 0 0 v 85.4538 78.5439 110.084 0.197823 -0.978528 -0.0578675 0 0 v 88.9536 79.4506 106.92 0.425232 -0.866149 0.262608 0 0 v 83.4205 77.9188 113.445 0.510761 -0.849323 0.133318 0 0 v 91.6621 79.5575 102.924 0.144345 -0.981224 0.127923 0 0 v 87.869 79.2351 106.026 -0.0841659 -0.980095 -0.179807 0 0 v 90.0364 79.7509 101.459 -0.411555 -0.880035 -0.236984 0 0 v 82.4564 77.7817 112.933 -0.0745384 -0.936357 -0.343045 0 0 v 84.4648 78.8129 109.494 -0.321252 -0.847522 -0.422497 0 0 v 84.0113 79.6858 108.917 -0.772088 -0.194525 -0.605012 0 0 v 86.9084 79.9646 105.184 -0.613123 -0.619618 -0.490054 0 0 v 81.518 78.3678 112.512 -0.515836 -0.607039 -0.604497 0 0 v 89.1828 81.443 100.463 -0.866353 -0.234767 -0.440814 0 0 v 87.1649 81.4081 104.242 -0.858098 0.294046 -0.420956 0 0 v 90.362 83.9622 98.9529 -0.735691 0.67693 -0.0228855 0 0 v 81.472 79.355 112.281 -0.762419 0.323805 -0.560238 0 0 v 84.8111 80.8424 108.405 -0.686475 0.659248 -0.306828 0 0 v 86.1234 81.6178 108.386 -0.230383 0.965147 0.124157 0 0 v 88.8705 82.9377 103.484 -0.497554 0.867425 0.00361618 0 0 v 82.4084 80.2919 112.306 -0.471207 0.863317 -0.180687 0 0 v 93.4369 85.5743 99.1716 -0.345799 0.877685 0.331802 0 0 v 90.1834 83.0758 104.605 -0.0367434 0.924792 0.378694 0 0 v 94.2544 84.2047 102.557 -0.00499745 0.804075 0.594507 0 0 v 83.3919 80.4327 112.847 0.149377 0.933994 0.324565 0 0 v 86.5671 81.1096 109.608 0.318869 0.793205 0.518795 0 0 v 90.016 81.8042 106.596 0.429446 0.571538 0.699228 0 0 v 83.9064 79.7025 113.597 0.622382 0.525069 0.580469 0 0 v 82.532 78.6926 116.003 0.84834 0.161234 0.504305 0 0 v 81.8862 77.7506 117.326 0.94952 -0.222347 0.221298 0 0 v 82.3179 77.6262 115.744 0.75924 -0.603359 0.243951 0 0 v 81.8391 77.3047 118.882 0.983394 -0.114735 -0.140614 0 0 v 81.4469 76.7213 117.929 0.865357 -0.471139 -0.170839 0 0 v 81.7081 78.3243 118.411 0.961614 0.271758 0.0380239 0 0 v 80.0341 75.8055 117.156 0.342078 -0.764018 -0.547046 0 0 v 81.1665 76.639 116.779 0.600817 -0.786562 -0.142615 0 0 v 80.7688 75.6579 118.07 0.648121 -0.633909 -0.422016 0 0 v 81.4148 77.0234 115.218 0.243357 -0.943307 -0.225719 0 0 v 79.6957 76.4465 116.151 0.00222136 -0.824178 -0.566326 0 0 v 80.1282 77.3301 114.744 -0.266462 -0.775365 -0.572544 0 0 v 78.5683 75.3779 117.149 0.0991684 -0.653586 -0.750327 0 0 v 78.0161 76.2802 116.492 -0.10907 -0.574247 -0.811384 0 0 v 76.6762 77.6773 116.304 -0.357994 0.00233699 -0.933721 0 0 v 78.2087 77.2692 115.757 -0.37839 -0.468143 -0.798538 0 0 v 76.3379 76.6046 116.579 -0.198048 -0.312647 -0.928993 0 0 v 79.3162 78.2577 114.531 -0.655843 -0.132916 -0.743104 0 0 v 77.8504 78.5779 115.874 -0.548503 0.377261 -0.746203 0 0 v 79.7254 79.3664 114.717 -0.583508 0.669598 -0.459518 0 0 v 75.7653 78.5394 116.801 -0.28913 0.367696 -0.883857 0 0 v 77.128 79.2985 116.839 -0.297073 0.627983 -0.719295 0 0 v 78.7315 80.2324 117.666 0.0499087 0.922505 -0.382745 0 0 v 78.8067 79.7224 116.439 -0.308032 0.864721 -0.396703 0 0 v 77.137 80.2149 117.703 -0.104749 0.758663 -0.643007 0 0 v 80.8564 80.0295 115.158 -0.129313 0.991604 -0.000636535 0 0 v 80.2795 79.9153 117.069 0.250874 0.965908 0.0639117 0 0 v 81.9268 79.6647 115.734 0.456169 0.79705 0.395753 0 0 v 79.3375 80.495 118.624 0.343751 0.890907 -0.296851 0 0 v 80.5588 79.7396 118.276 0.557991 0.828345 -0.0498985 0 0 v 81.5299 79.0596 117.446 0.740398 0.600864 0.301286 0 0 v 81.2666 79.2396 119.103 0.781457 0.617645 -0.0885354 0 0 v 81.8322 78.2782 119.761 0.960826 0.277075 0.00660445 0 0 v 81.8628 76.9549 120.155 0.981261 -0.177728 0.0744226 0 0 v 81.4718 76.0578 119.098 0.865222 -0.465743 -0.185672 0 0 v 81.4381 76.622 121.568 0.893684 -0.25134 0.371695 0 0 v 81.2165 75.4889 120.327 0.819914 -0.567036 0.0788093 0 0 v 81.6539 78.1884 121.13 0.926592 0.235653 0.293078 0 0 v 78.8296 73.9529 119.032 0.28018 -0.886296 -0.368753 0 0 v 80.4823 74.8349 119.114 0.62335 -0.739108 -0.255253 0 0 v 79.8395 74.1693 120.366 0.544586 -0.8387 0.00292408 0 0 v 79.5105 74.7928 118.031 0.343732 -0.7556 -0.557599 0 0 v 77.6444 74.4778 117.927 0.041328 -0.758304 -0.65059 0 0 v 76.711 75.456 117.106 -0.0981964 -0.56178 -0.821438 0 0 v 76.5532 73.758 118.992 -0.0486097 -0.881226 -0.47019 0 0 v 75.4237 74.7624 117.904 -0.197579 -0.684714 -0.701519 0 0 v 73.1578 77.1227 117.577 -0.483658 -0.0437463 -0.874163 0 0 v 74.768 76.0621 117.188 -0.290839 -0.393159 -0.872261 0 0 v 73.2225 75.5938 118.133 -0.43112 -0.506339 -0.746831 0 0 v 74.8497 77.3955 116.839 -0.32798 0.00969998 -0.944635 0 0 v 74.0255 78.5558 117.472 -0.398512 0.379896 -0.834785 0 0 v 75.4683 79.6404 117.583 -0.259258 0.613264 -0.746119 0 0 v 72.3605 78.4805 118.46 -0.570469 0.387437 -0.724194 0 0 v 73.9058 79.8516 118.482 -0.389042 0.661605 -0.641034 0 0 v 76.6033 81.4172 119.88 -0.00328389 0.96471 -0.263294 0 0 v 75.7882 80.7121 118.636 -0.181628 0.813126 -0.553026 0 0 v 74.3983 80.9749 119.81 -0.29995 0.870675 -0.389814 0 0 v 77.6878 80.9299 118.731 0.075712 0.898594 -0.4322 0 0 v 78.6261 81.0692 119.823 0.307824 0.939588 -0.149728 0 0 v 80.2291 80.2422 119.575 0.563739 0.81989 -0.0998939 0 0 v 77.6845 81.3862 121.184 0.238175 0.967964 0.0794842 0 0 v 79.6986 80.5782 120.905 0.520761 0.843443 0.131952 0 0 v 81.1203 79.4486 120.439 0.77049 0.628411 0.106978 0 0 v 80.5761 79.5087 121.896 0.702399 0.600579 0.382021 0 0 v 80.8903 78.0052 122.722 0.811468 0.174054 0.557875 0 0 v 80.3246 76.3031 123.239 0.74192 -0.295321 0.601947 0 0 v 80.4066 75.0177 121.835 0.706272 -0.621922 0.338221 0 0 v 78.5464 76.1116 124.74 0.489793 -0.318098 0.811736 0 0 v 78.9565 74.7567 123.49 0.535327 -0.625251 0.56788 0 0 v 79.4366 77.7217 124.37 0.627329 0.0977838 0.772591 0 0 v 76.3336 73.0704 122.069 0.0827478 -0.989856 0.115494 0 0 v 78.6387 73.7173 121.971 0.431872 -0.869237 0.240652 0 0 v 76.999 73.7371 123.576 0.247323 -0.82005 0.516091 0 0 v 77.7637 73.3186 120.403 0.193416 -0.970555 -0.143575 0 0 v 75.1732 73.2843 120.523 -0.137767 -0.95572 -0.260038 0 0 v 73.9932 74.2161 119.153 -0.302896 -0.792182 -0.529812 0 0 v 73.8182 73.3385 122.246 -0.252712 -0.964764 0.0732533 0 0 v 72.5916 73.961 120.829 -0.411035 -0.867546 -0.280024 0 0 v 70.1014 76.5547 120.467 -0.852715 -0.189102 -0.486947 0 0 v 71.6607 75.2207 119.616 -0.564954 -0.603864 -0.562294 0 0 v 70.5943 75.1152 121.415 -0.706684 -0.683103 -0.184301 0 0 v 71.484 76.8296 118.789 -0.661359 -0.108649 -0.742159 0 0 v 70.7509 78.2647 119.961 -0.746245 0.374854 -0.550094 0 0 v 72.3098 79.8495 119.792 -0.534053 0.693029 -0.484251 0 0 v 69.7604 77.9096 121.732 -0.94313 0.295856 -0.151576 0 0 v 70.9212 79.5519 121.462 -0.692586 0.683052 -0.231872 0 0 v 73.8837 81.2704 122.998 -0.20508 0.956648 0.206801 0 0 v 72.8986 80.8943 121.385 -0.417718 0.889181 -0.186732 0 0 v 71.7334 80.3244 123.039 -0.561125 0.809442 0.173042 0 0 v 75.2948 81.581 121.339 -0.0959841 0.993844 -0.0553207 0 0 v 76.3642 81.3273 122.834 0.152946 0.939433 0.306714 0 0 v 78.7232 80.6511 122.473 0.442459 0.816434 0.371033 0 0 v 74.9143 80.723 124.369 0.014053 0.798785 0.601452 0 0 v 77.2861 80.3476 124.124 0.32345 0.726378 0.606428 0 0 v 79.4148 79.3471 123.584 0.588176 0.531674 0.609402 0 0 v 77.7125 78.9059 125.058 0.384437 0.390438 0.83652 0 0 v 77.3659 77.3736 125.537 0.336865 -0.00623553 0.941532 0 0 v 76.2743 76.1555 125.627 0.20927 -0.3106 0.927218 0 0 v 76.9694 74.9284 124.809 0.268649 -0.559897 0.783801 0 0 v 74.8241 75.4984 125.543 0.0384585 -0.463481 0.885272 0 0 v 75.2244 77.0464 125.988 0.082446 -0.0887882 0.992633 0 0 v 73.5475 74.5472 124.743 -0.199969 -0.695901 0.689735 0 0 v 75.1412 74.4175 124.771 0.0393387 -0.680369 0.731813 0 0 v 74.8083 73.5361 123.635 -0.0761322 -0.888074 0.453352 0 0 v 72.8474 74.1266 123.811 -0.342597 -0.831094 0.438074 0 0 v 71.7241 74.268 122.615 -0.511036 -0.845566 0.154467 0 0 v 71.5559 75.0803 124.174 -0.513682 -0.678981 0.524514 0 0 v 70.2285 76.4088 123.897 -0.791315 -0.289997 0.538259 0 0 v 70.4951 75.4229 123.209 -0.714033 -0.628495 0.308466 0 0 v 69.6729 76.4051 122.319 -0.957542 -0.280069 0.0683771 0 0 v 69.8973 77.4394 123.439 -0.914707 0.117114 0.386777 0 0 v 70.3522 78.8772 123.139 -0.815037 0.519975 0.255619 0 0 v 70.7077 77.9548 124.504 -0.727659 0.241693 0.641947 0 0 v 72.2495 78.9407 125.247 -0.397991 0.413479 0.818925 0 0 v 71.3408 79.2069 124.392 -0.6144 0.538484 0.57667 0 0 v 72.7961 80.2962 124.404 -0.338698 0.741269 0.579487 0 0 v 73.6346 79.4978 125.351 -0.141237 0.523178 0.840439 0 0 v 75.5975 79.5376 125.333 0.119511 0.510017 0.851822 0 0 v 73.976 78.3729 125.873 -0.0689317 0.266078 0.961484 0 0 v 75.6765 78.172 125.858 0.138897 0.205882 0.968669 0 0 v 122.732 101.877 46.1521 -0.364607 0.815887 0.448765 0 0 v 120.564 101.539 44.7367 -0.444149 0.778113 0.444153 0 0 v 119.658 100.098 46.1522 -0.517763 0.717798 0.465497 0 0 v 119.518 102.382 41.5883 -0.466368 0.831161 0.302774 0 0 v 118.344 100.927 43.2307 -0.52918 0.755484 0.38628 0 0 v 121.781 102.869 43.2306 -0.374594 0.856916 0.354083 0 0 v 115.432 98.4447 43.2321 -0.652207 0.628224 0.424219 0 0 v 117.514 99.376 44.7372 -0.58863 0.678667 0.439232 0 0 v 116.179 100.061 41.5889 -0.609865 0.720997 0.32898 0 0 v 117.022 97.7567 46.1527 -0.621962 0.566207 0.5409 0 0 v 115.061 96.7707 44.7389 -0.671935 0.506221 0.540595 0 0 v 115.039 95.0075 46.1586 -0.72045 0.399637 0.566782 0 0 v 113.513 97.3265 41.5915 -0.734086 0.578447 0.355693 0 0 v 113.252 95.639 43.2406 -0.756684 0.457142 0.467387 0 0 v 111.933 92.5777 43.292 -0.832835 0.236164 0.500612 0 0 v 113.377 93.8313 44.7698 -0.781772 0.326935 0.530986 0 0 v 111.679 94.3476 41.6031 -0.842111 0.381574 0.381117 0 0 v 113.833 91.9205 46.2011 -0.760957 0.197636 0.617968 0 0 v 112.583 90.5645 44.8846 -0.793205 0.134876 0.59383 0 0 v 113.511 88.5554 46.4015 -0.779154 0.0531401 0.624577 0 0 v 110.765 91.2042 41.6364 -0.89936 0.180759 0.398092 0 0 v 111.383 89.535 43.3654 -0.821417 0.207344 0.531303 0 0 v 110.443 87.8244 43.1994 -0.593635 0.603096 0.532797 0 0 v 111.804 87.7247 44.6194 -0.697078 0.344814 0.628638 0 0 v 110.245 88.779 41.7899 -0.840637 0.404239 0.360445 0 0 v 113.223 84.8208 46.6606 -0.376775 0.354371 0.85584 0 0 v 113.119 86.714 46.1066 -0.675834 0.101921 0.729973 0 0 v 111.824 86.0262 45.4696 -0.361215 0.446936 0.818396 0 0 v 114.062 85.0091 47.2053 -0.711454 0.0421683 0.701466 0 0 v 114 83.2408 46.1077 -0.556949 -0.434303 0.707947 0 0 v 115.207 81.8168 46.4 -0.679972 -0.431268 0.592997 0 0 v 112.5 83.4271 45.4924 -0.207339 -0.587489 0.78222 0 0 v 113.274 81.9929 44.6351 -0.462923 -0.552154 0.693417 0 0 v 112.315 80.7408 41.8127 -0.539727 -0.789656 0.291785 0 0 v 113.685 80.4892 43.3671 -0.622103 -0.619082 0.479296 0 0 v 112.089 81.5081 43.2565 -0.316801 -0.822319 0.472682 0 0 v 115.587 78.2331 43.2857 -0.645726 -0.628904 0.433034 0 0 v 115.263 79.9633 44.8805 -0.681443 -0.540958 0.492949 0 0 v 113.857 79.0774 41.6302 -0.701069 -0.620657 0.351121 0 0 v 117.072 79.0597 46.1986 -0.623509 -0.565644 0.539707 0 0 v 117.555 77.4292 44.7655 -0.570771 -0.659894 0.488631 0 0 v 119.663 76.7244 46.1568 -0.51761 -0.717464 0.466182 0 0 v 116.247 76.6778 41.5967 -0.60112 -0.728903 0.327652 0 0 v 118.36 75.8811 43.2361 -0.525129 -0.757704 0.387458 0 0 v 121.781 73.9534 43.2306 -0.374594 -0.856916 0.354083 0 0 v 120.564 75.2844 44.7367 -0.453997 -0.795996 0.400347 0 0 v 119.518 74.4411 41.5883 -0.46452 -0.832284 0.30253 0 0 v 122.732 74.9462 46.1521 -0.364606 -0.815885 0.448769 0 0 v 123.98 73.7743 44.7367 -0.278387 -0.868704 0.4097 0 0 v 126.025 73.8754 46.1521 -0.189698 -0.897739 0.397592 0 0 v 124.751 74.8825 47.5221 -0.282281 -0.856472 0.432172 0 0 v 123.309 72.7957 41.5883 -0.288334 -0.916044 0.278797 0 0 v 125.526 72.7647 43.2306 -0.19121 -0.924428 0.329957 0 0 v 127.586 73.0206 44.7367 -0.0959243 -0.931595 0.350613 0 0 v 127.355 71.9645 41.5883 -0.0974677 -0.959165 0.265522 0 0 v 127.852 74.2166 47.5221 -0.0953876 -0.906668 0.41092 0 0 v 121.025 103.68 39.7645 -0.386349 0.894949 0.223161 0 0 v 118.776 103.003 37.7966 -0.480642 0.861091 0.16585 0 0 v 117.301 101.6 39.7646 -0.55342 0.796965 0.24202 0 0 v 118.442 103.292 33.5791 -0.487461 0.872707 0.0276444 0 0 v 116.672 102.017 35.7224 -0.569824 0.815484 0.101416 0 0 v 120.567 104.19 35.7223 -0.392902 0.914708 0.0945336 0 0 v 113.425 99.2223 35.7231 -0.72556 0.680664 0.101284 0 0 v 115.236 100.541 37.7971 -0.639104 0.748727 0.175941 0 0 v 114.815 100.749 33.5792 -0.656037 0.754255 0.026722 0 0 v 114.175 98.9548 39.7659 -0.694446 0.672161 0.256797 0 0 v 112.435 97.6121 37.7989 -0.782687 0.596501 0.177732 0 0 v 111.851 95.9784 39.7684 -0.824851 0.498825 0.266074 0 0 v 111.961 97.6659 33.5798 -0.807666 0.589334 0.0189834 0 0 v 111.03 96.0111 35.7228 -0.864788 0.493007 0.0953174 0 0 v 109.558 92.4361 35.7074 -0.961787 0.254514 0.100941 0 0 v 110.513 94.3344 37.793 -0.906651 0.382428 0.178136 0 0 v 110.018 94.1955 33.5769 -0.926804 0.375258 0.0146803 0 0 v 110.418 92.7329 39.765 -0.924798 0.262955 0.274962 0 0 v 109.527 90.6972 37.7602 -0.969779 0.15257 0.190395 0 0 v 109.834 89.5076 39.8593 -0.94816 0.20239 0.245012 0 0 v 109.03 90.4312 33.5624 -0.991299 0.129869 0.0214461 0 0 v 109.035 88.5478 35.5845 -0.995884 0.0126132 0.0897607 0 0 v 109.437 84.5596 35.14 -0.967003 -0.249256 0.0527015 0 0 v 109.225 86.4628 36.9158 -0.997356 -0.0712142 0.0144654 0 0 v 108.989 86.5125 33.3757 -0.993389 -0.11398 0.013649 0 0 v 108.972 85.7436 38.5906 -0.860859 0.143822 -0.488095 0 0 v 109.262 87.5687 38.7885 -0.982194 0.187776 -0.00597507 0 0 v 109.455 84.4643 37.6689 -0.936966 -0.242937 -0.251151 0 0 v 109.326 87.7336 40.5448 -0.810741 0.585335 -0.00901725 0 0 v 110.196 82.6894 36.9169 -0.907146 -0.420812 0.00166747 0 0 v 110.81 81.5811 38.8041 -0.769755 -0.637431 -0.0340546 0 0 v 109.674 83.0593 38.6134 -0.710505 -0.538173 -0.453379 0 0 v 109.983 82.6725 33.3753 -0.92448 -0.38109 0.0103421 0 0 v 111.029 80.8347 35.5827 -0.865507 -0.494766 0.0781295 0 0 v 113.433 77.6009 35.7043 -0.727555 -0.678481 0.101623 0 0 v 112.507 79.142 37.756 -0.772929 -0.610504 0.172815 0 0 v 111.969 79.1572 33.5611 -0.808106 -0.588642 0.0215521 0 0 v 112.228 80.1658 39.8611 -0.722111 -0.662299 0.199787 0 0 v 114.287 77.7297 39.7587 -0.692607 -0.677471 0.247648 0 0 v 110.998 81.332 40.6018 -0.500601 -0.86528 -0.0262685 0 0 v 115.251 76.268 37.7885 -0.639821 -0.749007 0.172098 0 0 v 117.312 75.2094 39.7639 -0.550299 -0.799805 0.239757 0 0 v 114.816 76.0741 33.5755 -0.65648 -0.753854 0.0271639 0 0 v 116.672 74.8062 35.7205 -0.570327 -0.815157 0.101228 0 0 v 120.567 72.6332 35.7223 -0.392903 -0.914708 0.0945336 0 0 v 118.776 73.8204 37.7966 -0.480514 -0.861164 0.165841 0 0 v 118.442 73.5312 33.5791 -0.487508 -0.872681 0.0276451 0 0 v 121.025 73.1426 39.7645 -0.386349 -0.894949 0.223161 0 0 v 122.832 72.0756 37.7966 -0.294366 -0.943325 0.153256 0 0 v 125.129 71.8577 39.7645 -0.195873 -0.958211 0.208484 0 0 v 122.617 71.7401 33.5791 -0.29706 -0.954514 0.0256417 0 0 v 124.888 71.288 35.7223 -0.198605 -0.976059 0.0886824 0 0 v 127.191 71.1875 37.7966 -0.0994512 -0.984209 0.146432 0 0 v 127.117 70.8255 33.5791 -0.100364 -0.994647 0.024568 0 0 v 120.489 104.28 31.4043 -0.394152 0.918185 -0.0397603 0 0 v 118.586 103.166 29.2297 -0.485748 0.867987 -0.103185 0 0 v 116.564 102.087 31.4044 -0.574876 0.817078 -0.043599 0 0 v 119.132 102.688 25.0062 -0.478245 0.851871 -0.213537 0 0 v 116.973 101.804 27.0865 -0.568631 0.805559 -0.166531 0 0 v 120.786 103.94 27.0865 -0.390563 0.90764 -0.153785 0 0 v 113.793 99.0119 27.0865 -0.727894 0.66134 -0.181109 0 0 v 114.999 100.639 29.2297 -0.655319 0.746875 -0.112853 0 0 v 115.692 100.258 25.0062 -0.642704 0.730404 -0.231174 0 0 v 113.3 99.2365 31.4045 -0.736723 0.674264 -0.0510489 0 0 v 112.177 97.5462 29.2297 -0.806538 0.577867 -0.124765 0 0 v 110.903 95.9179 31.4044 -0.873716 0.482644 -0.0606189 0 0 v 112.974 97.2683 25.0062 -0.788148 0.562535 -0.249754 0 0 v 111.453 95.7422 27.0865 -0.860259 0.470994 -0.195239 0 0 v 110.024 92.156 27.0865 -0.947503 0.245633 -0.204701 0 0 v 110.26 94.0579 29.2294 -0.920435 0.36715 -0.134163 0 0 v 111.12 93.8839 25.0062 -0.896021 0.356355 -0.264874 0 0 v 109.44 92.2728 31.4014 -0.965699 0.251819 -0.0633376 0 0 v 109.289 90.3265 29.228 -0.982455 0.12602 -0.137485 0 0 v 108.945 88.4387 31.3768 -0.997994 0.0055509 -0.063071 0 0 v 110.181 90.2621 25.0062 -0.954175 0.121586 -0.273436 0 0 v 109.546 88.4115 27.0865 -0.978081 -8.77648e-007 -0.208226 0 0 v 110.024 84.6669 27.0865 -0.947109 -0.245533 -0.206636 0 0 v 109.285 86.5085 29.2093 -0.98218 -0.123182 -0.141943 0 0 v 110.181 86.5608 25.0062 -0.954175 -0.121586 -0.273437 0 0 v 109.416 84.5847 31.2879 -0.965348 -0.250092 -0.0745521 0 0 v 110.256 82.7696 29.2093 -0.919433 -0.368313 -0.137797 0 0 v 110.903 80.9096 31.3764 -0.872344 -0.485159 -0.0603055 0 0 v 111.12 82.939 25.0062 -0.896021 -0.356355 -0.264874 0 0 v 111.453 81.0807 27.0865 -0.860233 -0.47098 -0.195391 0 0 v 113.793 77.811 27.0865 -0.727898 -0.661344 -0.181076 0 0 v 112.178 79.2767 29.2279 -0.806494 -0.578012 -0.124373 0 0 v 112.974 79.5546 25.0062 -0.788148 -0.562535 -0.249756 0 0 v 113.302 77.5865 31.4007 -0.736993 -0.674009 -0.0505368 0 0 v 114.999 76.1838 29.2293 -0.655348 -0.746857 -0.112794 0 0 v 116.564 74.7357 31.404 -0.574934 -0.81704 -0.043558 0 0 v 115.692 76.5645 25.0062 -0.642704 -0.730404 -0.231174 0 0 v 116.973 75.0188 27.0865 -0.568632 -0.805559 -0.166529 0 0 v 120.786 72.8832 27.0865 -0.390563 -0.90764 -0.153785 0 0 v 118.586 73.6572 29.2297 -0.48575 -0.867986 -0.103185 0 0 v 119.132 74.1345 25.0062 -0.478245 -0.851871 -0.213538 0 0 v 120.489 72.5432 31.4043 -0.394153 -0.918184 -0.0397603 0 0 v 122.71 71.8863 29.2297 -0.296068 -0.950356 -0.0957487 0 0 v 124.847 71.1874 31.4043 -0.199144 -0.979258 -0.0373599 0 0 v 123.061 72.44 25.0062 -0.2926 -0.935384 -0.198601 0 0 v 125.003 71.5676 27.0865 -0.197597 -0.969551 -0.144661 0 0 v 127.149 70.9833 29.2297 -0.100016 -0.990745 -0.0917638 0 0 v 127.27 71.5805 25.0062 -0.0987917 -0.976699 -0.190522 0 0 v 121.376 103.266 23.0204 -0.382939 0.885292 -0.263849 0 0 v 120.001 101.927 21.1642 -0.460269 0.815407 -0.351091 0 0 v 117.784 101.246 23.0204 -0.554049 0.782381 -0.284445 0 0 v 121.269 100.817 17.9815 -0.407408 0.714952 -0.56821 0 0 v 118.995 100.412 19.4729 -0.51394 0.721805 -0.463534 0 0 v 122.255 102.261 19.4729 -0.360294 0.825419 -0.434593 0 0 v 116.219 97.9554 19.4729 -0.645342 0.582413 -0.494296 0 0 v 116.797 99.6528 21.1642 -0.612944 0.694219 -0.377305 0 0 v 118.408 98.7704 17.9815 -0.531324 0.598338 -0.599739 0 0 v 114.766 98.5881 23.0204 -0.705168 0.639073 -0.307121 0 0 v 114.244 96.8334 21.1642 -0.74525 0.530211 -0.404325 0 0 v 112.533 95.459 23.0204 -0.8289 0.452879 -0.328367 0 0 v 116.095 96.1996 17.9815 -0.63357 0.448268 -0.630591 0 0 v 114.146 95.036 19.4728 -0.749109 0.407674 -0.522148 0 0 v 112.866 91.8015 19.472 -0.814339 0.209424 -0.541289 0 0 v 112.491 93.6228 21.1642 -0.840991 0.333636 -0.425935 0 0 v 114.49 93.2405 17.9806 -0.703597 0.277374 -0.654228 0 0 v 111.164 92.0148 23.0204 -0.90935 0.2353 -0.343097 0 0 v 111.601 90.1742 21.1638 -0.891609 0.11362 -0.43832 0 0 v 110.705 88.4115 23.0204 -0.937473 -1.19157e-006 -0.348059 0 0 v 113.675 90.0365 17.977 -0.738447 0.0955646 -0.667505 0 0 v 112.427 88.4036 19.477 -0.838191 0.00750278 -0.545326 0 0 v 112.795 85.0093 19.5107 -0.826355 -0.213202 -0.521232 0 0 v 111.589 86.6449 21.1703 -0.895497 -0.110811 -0.431053 0 0 v 113.556 86.7482 18.0421 -0.753849 -0.0762935 -0.652603 0 0 v 111.164 84.8081 23.0204 -0.910421 -0.235575 -0.340057 0 0 v 112.48 83.199 21.1703 -0.842957 -0.337533 -0.418922 0 0 v 112.533 81.364 23.0204 -0.828996 -0.452933 -0.328051 0 0 v 114.375 83.571 18.0421 -0.709336 -0.300316 -0.637694 0 0 v 114.136 81.7892 19.477 -0.747133 -0.414853 -0.519316 0 0 v 116.22 78.8691 19.472 -0.64539 -0.581834 -0.494914 0 0 v 114.245 79.9904 21.1638 -0.744854 -0.530396 -0.404811 0 0 v 116.099 80.6314 17.977 -0.631626 -0.449816 -0.631438 0 0 v 114.766 78.2348 23.0204 -0.70515 -0.639055 -0.3072 0 0 v 116.797 77.1703 21.1642 -0.612965 -0.694127 -0.377441 0 0 v 117.784 75.5774 23.0204 -0.554048 -0.78238 -0.284453 0 0 v 118.409 78.0541 17.9806 -0.531543 -0.597728 -0.600153 0 0 v 118.995 76.4115 19.4728 -0.514018 -0.721696 -0.463617 0 0 v 122.255 74.5624 19.4729 -0.360295 -0.82542 -0.434592 0 0 v 120.001 74.8961 21.1642 -0.460276 -0.815402 -0.351092 0 0 v 121.269 76.0056 17.9815 -0.407465 -0.714911 -0.56822 0 0 v 121.376 73.5569 23.0204 -0.382939 -0.885292 -0.263849 0 0 v 123.621 73.3234 21.1642 -0.283908 -0.900888 -0.328324 0 0 v 125.314 72.3208 23.0204 -0.194295 -0.948871 -0.248783 0 0 v 124.437 74.6105 17.9815 -0.256216 -0.802258 -0.539199 0 0 v 125.777 73.4452 19.4729 -0.184202 -0.892111 -0.412562 0 0 v 127.463 72.5335 21.1642 -0.095824 -0.943994 -0.315742 0 0 v 127.744 73.922 17.9815 -0.0866694 -0.848313 -0.522353 0 0 v 123.507 100.83 16.7254 -0.301094 0.678367 -0.670194 0 0 v 122.998 99.312 15.6751 -0.316508 0.54197 -0.778519 0 0 v 120.717 99.2254 16.7254 -0.41628 0.579026 -0.701028 0 0 v 125.056 97.5896 14.0746 -0.241372 0.382264 -0.891972 0 0 v 122.924 97.7313 14.7938 -0.305036 0.414856 -0.857233 0 0 v 125.076 99.072 14.8144 -0.238634 0.500587 -0.832146 0 0 v 120.887 95.9261 14.8019 -0.364021 0.326511 -0.872284 0 0 v 120.605 97.5698 15.6738 -0.39687 0.443723 -0.803495 0 0 v 123.21 96.169 14.0614 -0.282237 0.316884 -0.905498 0 0 v 118.286 97.0555 16.7254 -0.509562 0.456582 -0.7293 0 0 v 118.607 95.3392 15.6761 -0.463825 0.326122 -0.823717 0 0 v 116.441 94.4336 16.7249 -0.578728 0.31259 -0.753234 0 0 v 121.501 94.3494 14.0852 -0.328457 0.232756 -0.915391 0 0 v 119.304 93.6937 14.8068 -0.40887 0.223502 -0.884801 0 0 v 118.313 91.2258 14.8026 -0.436647 0.117406 -0.891939 0 0 v 117.203 92.7317 15.6743 -0.508068 0.200252 -0.837715 0 0 v 120.303 92.2016 14.0895 -0.355536 0.147264 -0.922988 0 0 v 115.293 91.4916 16.7208 -0.620088 0.157315 -0.768598 0 0 v 116.494 89.8989 15.6645 -0.528927 0.0937397 -0.843475 0 0 v 114.858 88.372 16.7461 -0.649857 0.0177813 -0.759848 0 0 v 119.701 90.0013 14.0829 -0.365761 0.0975582 -0.925582 0 0 v 118.02 88.8976 14.687 -0.462077 0.193833 -0.865398 0 0 v 118.343 87.7225 13.8703 -0.505759 0.676554 -0.535241 0 0 v 117.12 87.5936 14.8796 -0.640297 0.257598 -0.723645 0 0 v 119.51 88.4112 13.8045 -0.332213 0.487985 -0.807159 0 0 v 116.624 85.4517 15.2962 -0.785416 -0.202794 -0.584804 0 0 v 115.876 86.782 15.8994 -0.675462 -0.0148171 -0.737246 0 0 v 117.006 86.3765 14.5402 -0.905252 0.171924 -0.388536 0 0 v 114.937 85.2707 16.9143 -0.670669 -0.172501 -0.72142 0 0 v 116.573 84.0737 15.9004 -0.621226 -0.318043 -0.716189 0 0 v 116.392 82.4007 16.7461 -0.586875 -0.337328 -0.736062 0 0 v 117.459 84.6271 14.5507 -0.744973 -0.574778 -0.338593 0 0 v 118.154 83.5813 14.8874 -0.505113 -0.545663 -0.668665 0 0 v 120.799 83.3966 13.816 -0.166132 -0.643776 -0.746962 0 0 v 119.614 82.6661 14.689 -0.36847 -0.41899 -0.829866 0 0 v 119.387 83.6886 13.8965 -0.270396 -0.85438 -0.443758 0 0 v 120.951 80.8025 14.7966 -0.363981 -0.33642 -0.868527 0 0 v 118.648 81.4536 15.6639 -0.456329 -0.35359 -0.81654 0 0 v 121.693 82.1652 14.0769 -0.30845 -0.283804 -0.907917 0 0 v 118.291 79.7756 16.7208 -0.510536 -0.455762 -0.729133 0 0 v 120.613 79.2471 15.6713 -0.397712 -0.446155 -0.80173 0 0 v 120.717 77.5984 16.7249 -0.416634 -0.578833 -0.700977 0 0 v 123.248 80.5923 14.0598 -0.277261 -0.325743 -0.90389 0 0 v 122.93 79.0822 14.7932 -0.303307 -0.418432 -0.856107 0 0 v 125.076 77.7509 14.8144 -0.238634 -0.500589 -0.832145 0 0 v 122.998 77.511 15.6751 -0.316362 -0.5421 -0.778487 0 0 v 125.056 79.2334 14.0746 -0.240256 -0.383473 -0.891754 0 0 v 123.507 75.9927 16.7254 -0.301092 -0.678367 -0.670195 0 0 v 125.539 76.3421 15.682 -0.209076 -0.630533 -0.747473 0 0 v 126.435 75.0446 16.7254 -0.157044 -0.748644 -0.644104 0 0 v 126.768 78.2082 14.1433 -0.177991 -0.467602 -0.865834 0 0 v 127.228 76.9589 14.838 -0.127641 -0.581315 -0.803605 0 0 v 128.121 75.7873 15.6837 -0.0695063 -0.679754 -0.730139 0 0 v 128.513 77.7771 14.1605 -0.0488435 -0.52487 -0.84978 0 0 v 126.775 97.2726 13.5311 -0.195398 0.352921 -0.915022 0 0 v 127.264 95.9959 13.0141 -0.168045 0.261993 -0.950326 0 0 v 125.451 96.0956 13.428 -0.220506 0.289775 -0.931347 0 0 v 128.301 94.9743 12.6404 -0.0931427 0.177691 -0.979668 0 0 v 128.527 96.1221 12.8765 -0.0818023 0.259246 -0.962341 0 0 v 128.933 93.153 12.3487 -0.0555703 0.0746748 -0.995658 0 0 v 127.644 94.0055 12.5668 -0.117211 0.133907 -0.984038 0 0 v 126.064 93.3722 12.6909 -0.161196 0.128821 -0.978479 0 0 v 125.848 94.6554 12.9571 -0.191013 0.206154 -0.959695 0 0 v 127.43 92.7012 12.4499 -0.102103 0.084041 -0.991217 0 0 v 123.729 94.7018 13.469 -0.258851 0.234721 -0.936964 0 0 v 124.384 93.2946 13.019 -0.223797 0.148195 -0.963303 0 0 v 122.364 92.8939 13.4953 -0.287129 0.157252 -0.944896 0 0 v 126.737 91.9907 12.4713 -0.115242 0.0702888 -0.990848 0 0 v 125.237 91.8401 12.6801 -0.169944 0.0854848 -0.981739 0 0 v 124.37 90.2936 12.7193 -0.192045 0.0492326 -0.98015 0 0 v 123.384 91.5162 13.0328 -0.238902 0.0976077 -0.966126 0 0 v 125.928 90.4489 12.481 -0.130585 0.046349 -0.990353 0 0 v 121.536 90.8526 13.4941 -0.304124 0.0825235 -0.949051 0 0 v 122.914 89.5801 13.0248 -0.246133 0.053485 -0.967759 0 0 v 121.162 88.9327 13.4478 -0.268136 0.195186 -0.943401 0 0 v 125.67 89.367 12.4784 -0.136233 0.0243872 -0.990377 0 0 v 124.513 88.469 12.6533 -0.170013 0.0126146 -0.985361 0 0 v 124.898 86.6061 12.5926 -0.143235 -0.0365644 -0.989013 0 0 v 123.603 87.3904 12.7754 -0.10608 0.0521238 -0.99299 0 0 v 125.89 87.5145 12.4251 -0.124749 -0.00533443 -0.992174 0 0 v 122.195 86.9011 12.6619 0.284118 0.342463 -0.895543 0 0 v 122.035 87.889 12.9897 -0.0747538 0.303658 -0.949844 0 0 v 123.196 86.2529 12.7565 0.088319 0.0188604 -0.995914 0 0 v 120.526 87.885 13.078 -0.0497157 0.720181 -0.692003 0 0 v 124.102 85.4102 12.7764 -0.0759911 -0.104893 -0.991576 0 0 v 122.905 84.4767 12.9975 0.0233359 -0.348203 -0.937129 0 0 v 122.594 85.3517 12.6724 0.375485 -0.206093 -0.903624 0 0 v 126.169 86.3888 12.4251 -0.110285 -0.0536104 -0.992453 0 0 v 125.394 84.9377 12.6499 -0.147064 -0.0897828 -0.985044 0 0 v 126.095 83.4259 12.6868 -0.159323 -0.129389 -0.978711 0 0 v 124.484 83.421 13.0089 -0.207662 -0.172599 -0.962853 0 0 v 126.768 84.8074 12.4673 -0.111649 -0.0738049 -0.991003 0 0 v 122.571 83.3985 13.4474 -0.188695 -0.33208 -0.924184 0 0 v 123.812 82.0022 13.4644 -0.252637 -0.239608 -0.937423 0 0 v 121.516 84.0512 13.1042 0.164509 -0.750487 -0.640083 0 0 v 125.869 82.1458 12.9551 -0.188407 -0.207112 -0.960004 0 0 v 125.459 80.7155 13.4276 -0.217774 -0.292698 -0.931076 0 0 v 127.44 84.1133 12.4486 -0.100857 -0.0845794 -0.991299 0 0 v 127.647 82.8149 12.5663 -0.116423 -0.134308 -0.984077 0 0 v 128.301 81.8486 12.6404 -0.0929723 -0.177701 -0.979683 0 0 v 128.933 83.67 12.3487 -0.0554212 -0.0747353 -0.995662 0 0 v 128.527 80.7008 12.8765 -0.081801 -0.259239 -0.962343 0 0 v 127.264 80.8271 13.0141 -0.16789 -0.262279 -0.950275 0 0 v 126.775 79.5503 13.5311 -0.195399 -0.352922 -0.915022 0 0 v 127.995 79.7618 13.2249 -0.126869 -0.34295 -0.930747 0 0 v 127.989 78.7637 13.6493 -0.105426 -0.438086 -0.89273 0 0 v 128.768 79.4877 13.2609 -0.0460703 -0.384169 -0.922113 0 0 v 97.2594 83.0171 36.0258 -0.957364 0.177194 -0.228159 0 0 v 97.7199 83.0029 35.276 -0.654439 0.0648491 -0.753329 0 0 v 97.6928 82.2053 35.5245 -0.609298 -0.452533 -0.65113 0 0 v 97.2424 82.3343 36.2378 -0.949469 -0.270229 -0.159639 0 0 v 98.7356 83.6914 34.9826 -0.241066 0.519748 -0.819603 0 0 v 98.5968 82.9831 34.8335 -0.275298 -0.027805 -0.960957 0 0 v 97.9975 83.7089 35.38 -0.532195 0.591374 -0.605843 0 0 v 99.4684 82.2783 34.9536 0.0969097 -0.477639 -0.873195 0 0 v 98.5697 82.1856 35.082 -0.235847 -0.495558 -0.835942 0 0 v 99.4854 82.9611 34.7416 0.0812756 -0.0813837 -0.993363 0 0 v 97.966 81.6103 36.0291 -0.418293 -0.837426 -0.35178 0 0 v 98.7041 81.5927 35.6316 -0.140397 -0.838753 -0.526101 0 0 v 111.499 84.6572 46.3823 -0.025446 -0.651979 0.75781 0 0 v 110.284 83.5403 45.3203 -0.0683527 -0.670509 0.738746 0 0 v 111.344 82.4984 44.3642 -0.137781 -0.699405 0.701319 0 0 v 107.821 83.4964 44.9907 -0.12451 -0.505966 0.85352 0 0 v 108.966 82.6763 44.3082 -0.0514085 -0.714891 0.697344 0 0 v 109.228 84.5173 46.0546 -0.197369 -0.628638 0.752236 0 0 v 108.676 81.7707 42.2966 -0.0698893 -0.995474 0.0643938 0 0 v 110.019 81.9551 43.3131 -0.095997 -0.900285 0.424583 0 0 v 107.656 82.0778 43.2971 -0.0340124 -0.913515 0.405381 0 0 v 110.745 81.459 42.1159 -0.238731 -0.960141 0.145382 0 0 v 109.336 81.8459 41.1013 -0.196255 -0.947983 -0.250624 0 0 v 109.655 82.2516 39.8215 -0.428641 -0.801514 -0.416944 0 0 v 107.361 81.9869 41.1921 0.01074 -0.949845 -0.312537 0 0 v 107.981 82.4877 40.1968 -0.0754188 -0.809792 -0.58185 0 0 v 107.283 84.1865 39.1123 -0.0497898 -0.0680342 -0.99644 0 0 v 108.396 83.2534 39.3323 -0.236335 -0.558091 -0.795412 0 0 v 106.771 83.2412 39.4415 0.0877562 -0.529205 -0.843944 0 0 v 108.687 84.3067 38.7523 -0.503303 -0.146459 -0.851608 0 0 v 107.856 85.2715 39.2563 -0.298131 0.38159 -0.874932 0 0 v 108.531 86.4915 39.7343 -0.625271 0.594293 -0.505819 0 0 v 106.312 85.0273 39.3021 0.0407098 0.434611 -0.899698 0 0 v 107.051 85.9881 39.9942 -0.150843 0.720411 -0.676944 0 0 v 107.312 86.9047 41.9995 -0.215688 0.976447 0.00539679 0 0 v 107.994 86.8601 40.9114 -0.351831 0.874677 -0.333401 0 0 v 106.214 86.4522 40.8436 -0.097039 0.910629 -0.401669 0 0 v 109.136 87.5288 41.9881 -0.492526 0.857784 0.147053 0 0 v 108.68 86.9608 43.1231 -0.275091 0.86812 0.413148 0 0 v 110.235 86.6872 44.277 -0.33901 0.733254 0.589415 0 0 v 106.509 86.5432 42.9486 -0.188836 0.915105 0.356265 0 0 v 108.036 86.1767 44.1056 -0.184622 0.839169 0.511576 0 0 v 109.747 85.5499 45.2443 -0.181435 0.662689 0.726585 0 0 v 107.362 85.2826 44.8513 -0.213056 0.529285 0.821258 0 0 v 106.301 84.2944 44.878 -0.324199 -0.275104 0.905104 0 0 v 104.993 83.3025 44.2106 -0.26543 -0.420095 0.867794 0 0 v 106.424 82.6265 44.0008 -0.102459 -0.738978 0.665893 0 0 v 102.573 83.0452 43.1265 -0.432251 -0.402226 0.807077 0 0 v 103.972 82.4411 43.2484 -0.216037 -0.712572 0.667509 0 0 v 103.522 84.0204 43.8315 -0.430187 0.0312179 0.9022 0 0 v 104.41 81.666 41.5808 0.0683 -0.996195 0.0541411 0 0 v 105.324 81.9928 42.8875 -0.0547689 -0.911725 0.407133 0 0 v 103.165 81.7993 42.0019 -0.125236 -0.91157 0.391608 0 0 v 106.485 81.8014 42.1558 0.023367 -0.998734 0.0445471 0 0 v 105.424 81.9121 40.8721 0.157329 -0.939996 -0.302745 0 0 v 106.193 82.4618 40.091 0.151815 -0.792727 -0.590369 0 0 v 103.645 81.7277 40.1369 0.258385 -0.931367 -0.256502 0 0 v 104.525 82.2985 39.5918 0.334412 -0.773787 -0.537979 0 0 v 104.332 83.8112 38.4685 0.459885 -0.0270314 -0.887567 0 0 v 105.197 83.0967 39.135 0.326406 -0.503684 -0.799851 0 0 v 103.772 82.8662 38.4639 0.533019 -0.485758 -0.69277 0 0 v 105.742 84.0339 38.9755 0.219768 -0.0399062 -0.974736 0 0 v 104.829 84.8047 38.9426 0.255206 0.441368 -0.86027 0 0 v 105.415 85.7198 39.7783 0.0581929 0.733008 -0.677726 0 0 v 103.497 84.5196 38.2159 0.449967 0.431632 -0.781808 0 0 v 103.926 85.4567 39.1817 0.210468 0.72709 -0.653486 0 0 v 103.532 86.2981 40.9793 -0.154919 0.986075 -0.0604758 0 0 v 104.507 86.1823 40.3911 0.0122306 0.911588 -0.410922 0 0 v 102.958 85.8611 39.5167 0.0609984 0.906974 -0.416747 0 0 v 105.344 86.5798 41.6973 -0.137762 0.989928 -0.0326122 0 0 v 104.406 86.2629 42.4065 -0.255806 0.907 0.334536 0 0 v 105.646 85.8845 43.6881 -0.251324 0.748657 0.613473 0 0 v 102.478 85.9327 41.3817 -0.389144 0.88323 0.261672 0 0 v 103.373 85.5993 42.8382 -0.401956 0.71148 0.576392 0 0 v 104.626 85.0106 44.0182 -0.361238 0.452811 0.81515 0 0 v 102.298 84.6986 42.8784 -0.541488 0.437198 0.718087 0 0 v 101.298 83.698 42.4457 -0.629894 0.0380504 0.775748 0 0 v 100.519 82.7499 41.5381 -0.598169 -0.395478 0.696987 0 0 v 101.819 82.1999 42.0052 -0.362297 -0.711071 0.602594 0 0 v 98.8239 82.4646 39.6351 -0.707179 -0.384421 0.593395 0 0 v 99.9892 81.9588 40.334 -0.469621 -0.709985 0.524764 0 0 v 99.4252 83.3333 40.6029 -0.763784 0.0596629 0.642709 0 0 v 100.94 81.2855 39.1571 0.0379692 -0.996812 0.07017 0 0 v 101.282 81.5872 40.6336 -0.206775 -0.912283 0.353531 0 0 v 99.6918 81.4067 38.993 -0.267697 -0.912521 0.309263 0 0 v 102.547 81.4692 40.5457 0.0642006 -0.99566 0.067373 0 0 v 102.089 81.5247 39.0111 0.297641 -0.933174 -0.201483 0 0 v 103.041 82.0741 38.7141 0.462113 -0.766487 -0.446038 0 0 v 100.743 81.3551 37.6987 0.283065 -0.943645 -0.17149 0 0 v 101.753 81.8513 37.5811 0.493011 -0.787821 -0.369159 0 0 v 102.012 83.1756 36.5652 0.733419 -0.0708681 -0.676073 0 0 v 102.535 82.5937 37.4819 0.646664 -0.502472 -0.573888 0 0 v 101.451 82.3357 36.3996 0.650229 -0.556904 -0.516778 0 0 v 103.09 83.5134 37.6187 0.653293 -0.0335804 -0.75636 0 0 v 102.333 84.1292 37.1643 0.572283 0.419532 -0.704617 0 0 v 102.597 85.0775 38.184 0.31635 0.720836 -0.616699 0 0 v 101.324 83.7164 36.0309 0.61407 0.397103 -0.682075 0 0 v 101.441 84.5884 36.9286 0.370028 0.718103 -0.589413 0 0 v 100.483 85.3 38.2002 -0.214717 0.960216 -0.178556 0 0 v 101.585 85.3633 38.2171 0.0838151 0.901402 -0.424793 0 0 v 100.425 84.8068 36.7771 0.120623 0.894718 -0.430034 0 0 v 101.897 85.8743 39.7683 -0.217171 0.968786 -0.119544 0 0 v 100.778 85.4257 39.8395 -0.469749 0.870654 0.145936 0 0 v 101.375 85.2034 41.4751 -0.564538 0.694338 0.446309 0 0 v 99.3739 84.8583 38.0713 -0.46416 0.884128 0.0535919 0 0 v 99.6774 84.6959 39.6816 -0.628825 0.711603 0.313369 0 0 v 100.317 84.2853 41.2204 -0.689459 0.449187 0.568223 0 0 v 98.6967 83.8453 39.2665 -0.757463 0.482946 0.439332 0 0 v 97.9433 82.9975 38.5893 -0.856496 0.0858396 0.508965 0 0 v 97.5871 82.2586 37.721 -0.831371 -0.380913 0.404633 0 0 v 98.4976 81.7636 38.4909 -0.558817 -0.706586 0.434119 0 0 v 97.5964 81.7646 36.7995 -0.701434 -0.705456 0.101602 0 0 v 97.2021 82.7614 36.8861 -0.989076 0.0403216 0.141788 0 0 v 98.6394 81.2902 36.3864 -0.175 -0.958473 -0.225175 0 0 v 98.4516 81.3364 37.3471 -0.37177 -0.913451 0.165513 0 0 v 99.5778 81.1591 37.6541 -0.013292 -0.99921 0.03745 0 0 v 99.603 81.2989 36.4518 0.173018 -0.950221 -0.259123 0 0 v 100.622 81.6794 36.4248 0.439499 -0.82198 -0.3622 0 0 v 99.5991 81.7093 35.5127 0.201377 -0.80387 -0.559678 0 0 v 100.116 82.6779 34.9298 0.339156 -0.270184 -0.901096 0 0 v 100.46 82.1643 35.4675 0.490903 -0.619949 -0.612109 0 0 v 101.059 82.8739 35.559 0.696471 -0.148085 -0.702138 0 0 v 100.425 83.3634 35.1072 0.495216 0.287498 -0.819821 0 0 v 100.47 84.1237 35.722 0.378713 0.69177 -0.614842 0 0 v 99.5969 83.6579 34.9139 0.154137 0.490369 -0.857776 0 0 v 98.6167 84.1639 35.5057 -0.304973 0.798628 -0.51883 0 0 v 99.5098 84.3002 35.5505 0.0678198 0.830661 -0.552633 0 0 v 99.3551 84.7442 36.6234 -0.188122 0.953203 -0.236674 0 0 v 98.3584 84.3377 36.4458 -0.495682 0.862893 -0.0985591 0 0 v 98.3457 84.208 37.7881 -0.648156 0.735613 0.196897 0 0 v 97.5942 83.7131 36.2007 -0.756628 0.644995 -0.107221 0 0 v 97.5515 83.4577 37.3607 -0.83976 0.482895 0.248226 0 0 v 116.851 84.7608 0.880056 -0.629556 -0.0050978 -0.776938 0 0 v 117.278 84.8243 0.642664 -0.330397 0.0714915 -0.941131 0 0 v 117.372 84.4504 0.663963 -0.275248 -0.323899 -0.905167 0 0 v 116.934 84.4307 0.898848 -0.565326 -0.373581 -0.73542 0 0 v 117.732 85.2315 0.680483 -0.0448372 0.472257 -0.88032 0 0 v 117.793 84.8842 0.563925 0.00319053 0.134357 -0.990928 0 0 v 117.278 85.1786 0.749994 -0.328404 0.446195 -0.832503 0 0 v 118.378 84.5982 0.678083 0.356598 -0.116508 -0.926965 0 0 v 117.887 84.5104 0.585223 0.0490939 -0.232565 -0.971341 0 0 v 118.295 84.9282 0.659292 0.316736 0.177847 -0.931691 0 0 v 117.542 84.1304 0.80962 -0.181254 -0.64194 -0.745024 0 0 v 117.997 84.1832 0.740102 0.0837323 -0.557784 -0.825752 0 0 v 117.083 85.4525 13.8716 -0.970442 -0.241035 -0.012036 0 0 v 117.406 84.791 12.9298 -0.700028 -0.705396 0.111256 0 0 v 118.277 84.2125 13.5787 -0.472114 -0.871885 -0.130095 0 0 v 116.997 84.6893 10.9239 -0.684715 -0.709103 0.168337 0 0 v 117.912 84.2913 11.8303 -0.416318 -0.900665 0.124425 0 0 v 116.824 85.3409 12.0161 -0.954388 -0.223001 0.198531 0 0 v 119.667 83.9456 11.4348 0.125054 -0.992147 -0.00254008 0 0 v 119.023 84.0029 12.5153 -0.185752 -0.982588 -0.00414654 0 0 v 118.545 83.9453 10.6493 -0.17269 -0.980766 0.0909751 0 0 v 120.23 83.8904 12.9434 0.0676762 -0.969092 -0.237237 0 0 v 120.728 84.2138 12.0453 0.418913 -0.882393 -0.214231 0 0 v 121.729 84.6871 12.4514 0.537165 -0.612867 -0.579524 0 0 v 120.173 84.1325 10.3395 0.46199 -0.885273 -0.05345 0 0 v 120.999 84.6494 11.1294 0.722053 -0.657564 -0.215056 0 0 v 121.351 85.8661 10.9881 0.910454 0.212108 -0.355084 0 0 v 121.651 85.3001 11.7651 0.836555 -0.28429 -0.468354 0 0 v 121.067 85.1571 10.1495 0.933332 -0.288698 -0.213413 0 0 v 122.068 86.0462 12.2647 0.676395 0.157797 -0.719437 0 0 v 121.323 86.5679 11.7317 0.650623 0.593346 -0.473951 0 0 v 121.065 87.2524 12.4122 0.311164 0.739806 -0.596543 0 0 v 120.76 86.3491 10.0937 0.729294 0.636606 -0.250726 0 0 v 120.409 86.9309 11.0437 0.455534 0.84704 -0.273884 0 0 v 118.801 87.2917 11.309 -0.137602 0.984132 -0.112025 0 0 v 119.907 87.3794 11.9618 0.152348 0.944009 -0.292637 0 0 v 119.406 87.1124 10.2001 0.196726 0.967126 -0.16114 0 0 v 119.252 87.6549 12.8858 -0.196245 0.922441 -0.332553 0 0 v 118.196 87.1884 12.4318 -0.46056 0.881979 -0.0999896 0 0 v 117.579 86.8978 13.5394 -0.744453 0.633584 -0.210619 0 0 v 117.778 86.9253 10.5099 -0.439639 0.89793 -0.020967 0 0 v 117.322 86.5727 11.7445 -0.694172 0.718152 0.0488134 0 0 v 117.072 86.0788 12.8964 -0.932258 0.354434 0.0726089 0 0 v 116.69 85.8812 10.8682 -0.916989 0.380666 0.119269 0 0 v 116.458 85.1698 9.82273 -0.965299 -0.224677 0.133113 0 0 v 116.709 84.5281 8.63073 -0.693701 -0.711152 0.114201 0 0 v 117.513 84.1619 9.70046 -0.419464 -0.900515 0.114554 0 0 v 116.548 84.365 6.30251 -0.697175 -0.711675 0.0864033 0 0 v 117.271 84.0144 7.36722 -0.423703 -0.90129 0.0902859 0 0 v 116.257 84.9801 7.47173 -0.970459 -0.22826 0.0781519 0 0 v 118.912 83.6962 7.11336 0.129107 -0.990827 0.0399264 0 0 v 118.205 83.8137 8.41178 -0.17635 -0.981192 0.0785004 0 0 v 117.976 83.6834 6.09598 -0.178459 -0.981691 0.0666011 0 0 v 119.221 83.8298 9.41283 0.129681 -0.990884 0.036497 0 0 v 119.781 83.9934 8.16497 0.46568 -0.884854 -0.0132668 0 0 v 120.521 84.5058 9.19518 0.746521 -0.658624 -0.0944491 0 0 v 119.481 83.855 5.86614 0.465737 -0.884869 -0.00978565 0 0 v 120.163 84.3441 6.92541 0.750045 -0.658575 -0.0609181 0 0 v 120.5 85.4637 6.82376 0.960258 0.226151 -0.163585 0 0 v 120.649 84.9774 8.01371 0.948654 -0.287644 -0.131593 0 0 v 120.31 84.794 5.72794 0.950533 -0.287564 -0.117448 0 0 v 120.87 85.6742 9.08165 0.952273 0.223121 -0.20831 0 0 v 120.355 86.1216 7.95039 0.742707 0.643925 -0.183705 0 0 v 119.959 86.6961 9.08035 0.47876 0.85868 -0.182912 0 0 v 120.03 85.8856 5.66642 0.744265 0.645154 -0.172756 0 0 v 119.626 86.4424 6.80718 0.482545 0.861178 -0.159762 0 0 v 118.123 86.7736 6.93995 -0.126705 0.986443 -0.104286 0 0 v 119.048 86.854 8.00666 0.202986 0.969161 -0.139728 0 0 v 118.782 86.5838 5.71234 0.203091 0.968959 -0.140971 0 0 v 118.396 87.0422 9.24441 -0.127314 0.987136 -0.0967141 0 0 v 117.472 86.6743 8.25347 -0.441092 0.895857 -0.0536388 0 0 v 116.95 86.3522 9.58564 -0.694384 0.719467 0.014107 0 0 v 117.277 86.4122 5.94217 -0.44361 0.893277 -0.0725729 0 0 v 116.733 86.1127 7.24898 -0.698442 0.715238 -0.0247509 0 0 v 116.415 85.6723 8.5674 -0.925907 0.375007 0.0454561 0 0 v 116.268 85.4566 6.24099 -0.928959 0.370046 0.0100352 0 0 v 116.153 84.8006 5.23011 -0.971899 -0.230388 0.0483187 0 0 v 116.459 84.2348 4.20634 -0.70093 -0.711355 0.0516945 0 0 v 117.112 83.8853 5.1286 -0.426856 -0.901531 0.0709592 0 0 v 116.473 84.1813 2.54382 -0.70712 -0.705434 -0.0484164 0 0 v 117.014 83.8232 3.22996 -0.434825 -0.900351 0.017171 0 0 v 116.14 84.6587 3.32672 -0.97197 -0.2344 -0.0182154 0 0 v 118.431 83.5478 3.004 0.117741 -0.992324 -0.037817 0 0 v 117.793 83.597 4.00908 -0.183412 -0.98237 0.0361855 0 0 v 117.641 83.6211 2.36295 -0.198569 -0.978202 -0.0607601 0 0 v 118.667 83.5836 4.88555 0.126997 -0.991589 0.0249514 0 0 v 119.2 83.7577 3.79411 0.460826 -0.886198 -0.0478821 0 0 v 119.854 84.198 4.70992 0.748159 -0.659298 -0.0747331 0 0 v 118.876 83.7625 2.17427 0.43834 -0.879985 -0.182988 0 0 v 119.515 84.1091 2.84787 0.73407 -0.659732 -0.160922 0 0 v 119.809 85.0781 2.76632 0.937921 0.214188 -0.272813 0 0 v 119.977 84.6365 3.66892 0.942648 -0.290047 -0.165189 0 0 v 119.56 84.5348 2.07211 0.895083 -0.291538 -0.337391 0 0 v 120.174 85.2593 4.61605 0.958143 0.224648 -0.177468 0 0 v 119.716 85.6574 3.61134 0.738366 0.639286 -0.214778 0 0 v 119.344 86.1865 4.59782 0.481015 0.859532 -0.172712 0 0 v 119.332 85.4309 2.02149 0.705615 0.607184 -0.365288 0 0 v 119.051 85.9237 2.74547 0.471607 0.847208 -0.244592 0 0 v 117.75 86.2092 2.85381 -0.136916 0.974437 -0.178118 0 0 v 118.547 86.31 3.65016 0.199104 0.96433 -0.174426 0 0 v 118.304 86.0027 2.04772 0.18431 0.939668 -0.288189 0 0 v 117.92 86.5 4.72113 -0.12911 0.984253 -0.120737 0 0 v 117.139 86.1493 3.86513 -0.448412 0.887776 -0.103827 0 0 v 116.603 85.8737 5.01649 -0.701678 0.71087 -0.0480821 0 0 v 117.069 85.8612 2.2364 -0.460336 0.865544 -0.197292 0 0 v 116.55 85.6378 3.12755 -0.707909 0.698592 -0.104087 0 0 v 116.197 85.2557 4.14875 -0.931226 0.36338 -0.0278105 0 0 v 116.244 85.0773 2.4932 -0.930435 0.341645 -0.13255 0 0 v 116.278 84.5809 1.95216 -0.949447 -0.240532 -0.201729 0 0 v 116.633 84.2424 1.46896 -0.689526 -0.651869 -0.315627 0 0 v 116.997 83.8891 1.86396 -0.452303 -0.880713 -0.140595 0 0 v 117.099 84.1011 1.06574 -0.445165 -0.733421 -0.513734 0 0 v 116.595 84.5731 1.16403 -0.77427 -0.224754 -0.5916 0 0 v 117.907 83.9284 0.965041 0.00200172 -0.790419 -0.612564 0 0 v 117.524 83.8115 1.32004 -0.232526 -0.919877 -0.315844 0 0 v 118.167 83.6611 1.66881 0.0868884 -0.971043 -0.222546 0 0 v 118.464 83.9199 1.17635 0.353001 -0.79591 -0.491851 0 0 v 119.067 84.1267 1.54781 0.661805 -0.628864 -0.408099 0 0 v 118.51 84.2643 0.850079 0.427069 -0.475918 -0.76884 0 0 v 118.719 84.8186 0.839336 0.533506 0.0852434 -0.84149 0 0 v 118.995 84.5146 1.10788 0.704951 -0.260983 -0.659493 0 0 v 119.313 84.9294 1.48847 0.8304 0.174334 -0.529191 0 0 v 118.822 85.197 1.0692 0.573536 0.482248 -0.662189 0 0 v 118.684 85.6281 1.46287 0.43014 0.781062 -0.452683 0 0 v 118.25 85.2884 0.791907 0.285007 0.54342 -0.789599 0 0 v 117.516 85.4702 0.877516 -0.186727 0.683628 -0.705539 0 0 v 118.029 85.6345 1.07917 0.13779 0.81799 -0.558486 0 0 v 117.606 85.863 1.54423 -0.157329 0.925745 -0.343866 0 0 v 117.089 85.5261 1.22286 -0.472666 0.760837 -0.44465 0 0 v 116.615 85.3905 1.77902 -0.713872 0.648858 -0.263382 0 0 v 116.84 85.1252 1.00758 -0.639817 0.445528 -0.62621 0 0 v 116.459 84.9247 1.43028 -0.876484 0.260855 -0.404637 0 0 v 108.02 59.9857 82.7372 -0.29892 -0.916417 0.266131 0 0 v 107.661 59.4773 79.6659 -0.303814 -0.944913 0.121806 0 0 v 109.397 58.8268 77.13 -0.224541 -0.973984 0.0305935 0 0 v 111.725 58.645 80.7333 -0.2017 -0.968088 0.148738 0 0 v 106.263 60.0318 79.1041 -0.557904 -0.82958 0.023254 0 0 v 106.938 59.5391 77.1098 -0.412025 -0.910083 0.0445568 0 0 v 105.786 60.4332 81.1684 -0.43609 -0.891319 0.123997 0 0 v 105.038 60.3555 73.1093 -0.432192 -0.901617 -0.0172345 0 0 v 107.217 59.4308 74.5852 -0.306996 -0.950448 -0.0490197 0 0 v 105.935 59.9837 75.0881 -0.563004 -0.82048 0.0991931 0 0 v 111.281 58.4994 73.492 -0.207891 -0.975212 -0.075788 0 0 v 107.105 59.8512 71.4094 -0.316594 -0.930635 -0.183541 0 0 v 103.37 61.3535 71.3086 -0.405533 -0.889646 -0.209933 0 0 v 100.855 63.1705 69.743 -0.457931 -0.813237 -0.359088 0 0 v 102.874 61.4982 72.4978 -0.496496 -0.851778 0.16723 0 0 v 100.596 62.6803 71.7451 -0.478787 -0.875919 -0.0594121 0 0 v 96.4848 65.0403 73.3001 -0.545957 -0.837781 -0.00738161 0 0 v 97.9574 64.3183 71.4076 -0.546307 -0.807967 -0.220767 0 0 v 98.6114 63.8181 72.6285 -0.451039 -0.881276 0.141126 0 0 v 95.0957 66.51 71.617 -0.671708 -0.711272 -0.207126 0 0 v 94.8624 66.2874 74.7693 -0.683505 -0.729924 -0.00564432 0 0 v 93.8613 67.558 77.2484 -0.757755 -0.643499 0.108248 0 0 v 96.1151 65.4178 75.3591 -0.429409 -0.897686 0.0988355 0 0 v 95.4909 65.9533 77.3272 -0.569116 -0.817233 0.0907573 0 0 v 97.5496 65.1559 81.2963 -0.54065 -0.82689 0.154758 0 0 v 95.576 66.3318 79.7976 -0.665168 -0.719369 0.200151 0 0 v 96.6333 65.4974 79.3244 -0.423277 -0.905175 0.0386601 0 0 v 96.6029 66.5397 82.786 -0.639769 -0.685178 0.348177 0 0 v 99.433 64.4111 83.0577 -0.535526 -0.778567 0.327178 0 0 v 102.461 63.2265 84.536 -0.453425 -0.787797 0.416872 0 0 v 99.6939 63.9829 81.9147 -0.472437 -0.880799 -0.0315582 0 0 v 101.832 62.8121 82.6919 -0.490434 -0.854914 0.169104 0 0 v 104.576 61.4485 83.0109 -0.408382 -0.864548 0.292884 0 0 v 103.767 61.6315 81.8348 -0.522932 -0.852049 -0.0235516 0 0 v 103.492 68.8841 79.3959 -0.648705 -0.584356 -0.487555 0 0 v 102.083 70.5194 78.3169 -0.476871 -0.847 -0.234913 0 0 v 103.502 69.6096 76.753 -0.666997 -0.741272 0.0750406 0 0 v 104.693 68.1139 78.072 -0.818085 -0.532596 -0.216973 0 0 v 99.3778 71.1238 78.2358 0.275779 -0.851585 -0.445813 0 0 v 100.368 71.3663 76.8561 -0.196019 -0.979648 0.0431963 0 0 v 100.829 70.407 79.4723 -0.0638679 -0.750336 -0.657965 0 0 v 100.288 70.2897 74.3188 0.0280002 -0.699524 0.71406 0 0 v 101.787 70.4564 75.2922 -0.435514 -0.824302 0.361738 0 0 v 99.0862 71.0599 75.6427 0.340409 -0.833802 0.434621 0 0 v 104.476 68.0693 75.4542 -0.775552 -0.512321 0.368844 0 0 v 103.024 68.7862 74.2176 -0.567881 -0.53901 0.622077 0 0 v 105.133 60.838 80.5306 -0.69544 -0.678173 -0.23758 0 0 v 105.815 60.611 78.8368 -0.934211 -0.286459 -0.21258 0 0 v 106.144 60.0652 77.072 -0.797254 -0.599568 0.07003 0 0 v 105.785 62.0625 78.6668 -0.958471 -0.00216268 -0.285182 0 0 v 105.939 60.9788 77.0305 -0.996757 -0.034276 0.0727998 0 0 v 105.007 61.6861 80.1957 -0.768656 -0.119909 -0.628323 0 0 v 104.523 61.5869 73.9425 -0.664371 -0.0503541 0.745705 0 0 v 105.553 60.559 75.2943 -0.898333 -0.240605 0.36757 0 0 v 105.543 62.0142 75.3282 -0.905611 0.0320003 0.422901 0 0 v 104.576 60.7373 73.6897 -0.660438 -0.630155 0.408321 0 0 v 102.883 61.8782 73.0297 -0.431969 -0.350915 0.83082 0 0 v 100.84 62.6874 72.5792 -0.396614 -0.762766 0.510769 0 0 v 103.037 63.252 73.1962 -0.286266 0.0025543 0.958147 0 0 v 101.125 63.3569 72.9406 -0.0411357 -0.15234 0.987472 0 0 v 97.9468 65.174 74.1972 0.596757 -0.344634 0.724644 0 0 v 99.1418 63.9089 73.1753 0.0102617 -0.563684 0.825927 0 0 v 99.5201 65.1572 73.3369 0.341488 -0.0685101 0.937386 0 0 v 97.355 64.6839 73.9412 -0.206414 -0.915728 0.344725 0 0 v 96.9347 65.3232 75.5962 0.448785 -0.836859 0.313464 0 0 v 96.4766 65.4836 77.3583 -0.105297 -0.993766 0.0366126 0 0 v 97.4455 66.487 75.6196 0.940412 -0.180322 0.288289 0 0 v 97.1386 65.9115 77.3202 0.88368 -0.458563 -0.0939667 0 0 v 98.6771 65.3336 80.3658 0.48685 -0.384223 -0.784442 0 0 v 97.3656 65.4137 79.0818 0.417052 -0.83066 -0.36888 0 0 v 97.8505 66.5766 78.903 0.856677 -0.208602 -0.471795 0 0 v 98.176 64.8383 80.6991 -0.214676 -0.93271 -0.289771 0 0 v 100.035 64.0946 81.3464 -0.0717059 -0.601666 -0.795523 0 0 v 101.78 62.8613 81.8511 -0.465274 -0.788696 -0.401844 0 0 v 100.357 65.3387 81.035 0.225891 -0.156176 -0.961552 0 0 v 101.952 63.5333 81.41 -0.16148 -0.237089 -0.957973 0 0 v 103.608 62.0252 81.2576 -0.547342 -0.430344 -0.717789 0 0 v 103.711 63.3923 80.9495 -0.417183 -0.085672 -0.904776 0 0 v 105.086 63.9094 79.9707 -0.757822 -0.0685307 -0.648852 0 0 v 105.735 64.9955 78.4372 -0.954938 -0.15448 -0.253437 0 0 v 105.982 63.2302 76.9203 -0.997326 -0.0126575 0.0719734 0 0 v 105.539 66.5303 76.7831 -0.947284 -0.310978 0.0771103 0 0 v 104.757 66.9273 79.4234 -0.782977 -0.372824 -0.497944 0 0 v 104.339 66.8426 74.2283 -0.699991 -0.326255 0.635272 0 0 v 105.504 64.9497 75.2749 -0.908605 -0.125423 0.398378 0 0 v 104.622 63.816 73.9441 -0.650978 -0.00028757 0.759096 0 0 v 103.129 66.1224 73.2524 -0.34607 -0.1248 0.929871 0 0 v 101.352 65.5169 72.9783 0.0294146 -0.0223961 0.999316 0 0 v 101.533 68.5091 73.3699 -0.145507 -0.34486 0.927308 0 0 v 98.8995 69.82 74.4337 0.491025 -0.494838 0.716959 0 0 v 99.803 67.9251 73.3846 0.292373 -0.167901 0.94145 0 0 v 98.2951 67.2632 74.1892 0.715901 -0.0941532 0.691825 0 0 v 97.8377 69.1851 75.5499 0.916515 -0.258622 0.305146 0 0 v 97.5201 67.9736 77.1988 0.982169 -0.148626 -0.115124 0 0 v 98.2164 70.635 77.0242 0.822205 -0.563537 -0.0800359 0 0 v 99.4918 69.9504 79.5703 0.383459 -0.538167 -0.750556 0 0 v 98.2195 69.27 78.6619 0.832592 -0.281579 -0.476973 0 0 v 99.0016 67.4192 80.1342 0.596065 -0.159211 -0.786994 0 0 v 100.594 68.0973 80.6844 0.17384 -0.255039 -0.951175 0 0 v 102.15 65.6869 81.1408 -0.0948359 -0.119616 -0.98828 0 0 v 102.223 68.6563 80.4374 -0.266329 -0.429913 -0.862695 0 0 v 103.77 66.2554 80.6025 -0.4749 -0.212236 -0.854064 0 0 v 129.421 61.5982 57.1917 0 -0.64889 -0.760883 0 0 v 126.635 60.9189 58.0741 -0.121022 -0.723343 -0.6798 0 0 v 123.339 60.6509 59.2801 -0.241396 -0.656461 -0.714694 0 0 v 124.707 61.6824 57.9385 -0.181194 -0.655847 -0.732825 0 0 v 126.158 60.4515 59.003 0.0142617 -0.970957 -0.238827 0 0 v 123.796 60.3583 59.4693 -0.132657 -0.836259 -0.532046 0 0 v 129.421 60.7735 58.0714 3.65766e-008 -0.884076 -0.467343 0 0 v 119.473 59.908 61.6309 -0.25824 -0.752789 -0.605492 0 0 v 120.529 59.7025 61.5197 -0.0860653 -0.909571 -0.406538 0 0 v 127.898 78.826 109.536 -0.0254151 -0.337195 0.941092 0 0 v 126.116 76.6104 108.559 -0.0829158 -0.420218 0.903627 0 0 v 127.341 73.9374 107.149 -0.0318291 -0.536456 0.843328 0 0 v 127.341 81.854 110.313 -0.0653256 -0.20193 0.977219 0 0 v 126.116 79.3111 109.583 -0.108163 -0.301603 0.947278 0 0 v 123.428 74.6885 107.171 -0.160065 -0.492686 0.855359 0 0 v 123.428 78.1079 108.742 -0.169281 -0.347061 0.922439 0 0 v 126.528 83.579 110.568 -0.0821114 -0.145332 0.98597 0 0 v 124.495 81.2366 109.874 -0.135308 -0.239443 0.961436 0 0 v 125.759 84.7214 110.626 -0.0922319 -0.0815612 0.992392 0 0 v 122.869 82.7164 109.971 -0.152199 -0.194787 0.968965 0 0 v 120.865 79.8191 108.852 -0.191107 -0.303622 0.93343 0 0 v 118.6 81.6404 108.891 -0.225496 -0.246888 0.942442 0 0 v 125.172 85.8821 110.646 -0.0916051 -0.0476726 0.994654 0 0 v 121.509 84.1787 109.997 -0.168254 -0.139597 0.975809 0 0 v 124.806 87.1226 110.654 -0.08988 -0.0216488 0.995717 0 0 v 120.571 85.8052 110.018 -0.176346 -0.0840931 0.98073 0 0 v 116.919 83.7408 108.932 -0.254864 -0.175937 0.950837 0 0 v 115.894 86.0344 108.974 -0.271394 -0.0877158 0.958463 0 0 v 124.683 88.4115 110.657 -0.089875 2.07147e-007 0.995953 0 0 v 120.086 87.529 110.024 -0.181049 -0.0243591 0.983172 0 0 v 124.806 89.7003 110.654 -0.0912157 0.0219084 0.99559 0 0 v 120.07 89.2782 110.015 -0.183484 0.0308895 0.982537 0 0 v 115.5 88.3857 108.954 -0.282735 0.00829642 0.959162 0 0 v 115.782 90.6985 108.91 -0.278895 0.0934144 0.955767 0 0 v 125.172 90.9408 110.646 -0.0925681 0.0480572 0.994546 0 0 v 120.538 90.9869 110.002 -0.181308 0.0836463 0.979862 0 0 v 125.759 92.1015 110.626 -0.092596 0.0817863 0.992339 0 0 v 121.487 92.6192 109.99 -0.171986 0.137884 0.975402 0 0 v 116.798 92.9465 108.888 -0.263773 0.170486 0.949399 0 0 v 118.558 95.1326 108.877 -0.232554 0.241942 0.94201 0 0 v 126.528 93.2439 110.568 -0.0821638 0.145364 0.985961 0 0 v 122.864 94.1015 109.969 -0.153701 0.193815 0.968923 0 0 v 127.341 94.9689 110.313 -0.0653256 0.20193 0.977219 0 0 v 124.495 95.5864 109.874 -0.13544 0.239286 0.961456 0 0 v 120.861 96.9988 108.851 -0.193197 0.302119 0.933488 0 0 v 123.428 98.715 108.742 -0.16928 0.34706 0.922439 0 0 v 127.898 97.9969 109.536 -0.0254153 0.337195 0.941092 0 0 v 126.116 97.5119 109.583 -0.108163 0.301604 0.947278 0 0 v 126.116 100.213 108.559 -0.0829157 0.420218 0.903627 0 0 v 126.528 68.5172 102.712 -0.056313 -0.691602 0.720081 0 0 v 122.866 66.3256 99.9755 -0.123863 -0.733392 0.668426 0 0 v 125.759 63.5278 97.0649 -0.0659535 -0.791246 0.60793 0 0 v 124.495 71.5067 105.14 -0.107918 -0.618572 0.778282 0 0 v 120.863 69.4843 102.715 -0.174926 -0.660375 0.730278 0 0 v 118.577 64.739 97.0649 -0.197039 -0.761864 0.61704 0 0 v 125.166 59.7282 91.0636 -0.0732343 -0.890468 0.449114 0 0 v 120.468 58.8804 87.8791 -0.140942 -0.924773 0.353456 0 0 v 124.747 57.361 84.5127 -0.0736282 -0.971158 0.226783 0 0 v 121.497 61.9531 94.1098 -0.139612 -0.828476 0.542343 0 0 v 116.798 61.1013 91.0627 -0.214057 -0.853942 0.474302 0 0 v 115.52 58.6482 84.506 -0.184956 -0.948766 0.256191 0 0 v 124.502 56.4997 77.2823 -0.0704049 -0.996853 0.0364238 0 0 v 119.667 57.0005 73.756 -0.130085 -0.99088 -0.0351353 0 0 v 124.559 56.7172 70.6896 -0.0670629 -0.992196 -0.105113 0 0 v 119.896 57.2568 80.9131 -0.128493 -0.983507 0.12729 0 0 v 115.426 57.6444 77.2071 -0.168174 -0.985105 0.0358679 0 0 v 115.128 57.9989 70.269 -0.196381 -0.973805 -0.114618 0 0 v 126.596 68.748 51.3917 -0.0549598 -0.57802 -0.814169 0 0 v 125.081 71.7676 49.4185 -0.105849 -0.564012 -0.818955 0 0 v 124.528 63.7964 55.7714 -0.115809 -0.704377 -0.700316 0 0 v 122.459 66.6648 53.507 -0.126431 -0.638772 -0.758937 0 0 v 121.145 69.7409 51.3965 -0.161289 -0.589094 -0.791805 0 0 v 117.436 65.223 55.9245 -0.202458 -0.693569 -0.691356 0 0 v 127.586 103.802 44.7367 -0.0943061 0.915961 0.390027 0 0 v 126.025 102.947 46.1521 -0.189698 0.897739 0.397592 0 0 v 127.355 104.858 41.5883 -0.0974677 0.959165 0.265522 0 0 v 125.526 104.058 43.2306 -0.19121 0.924428 0.329957 0 0 v 123.98 103.049 44.7367 -0.283709 0.885229 0.368617 0 0 v 123.309 104.027 41.5883 -0.288334 0.916044 0.278796 0 0 v 127.191 105.635 37.7966 -0.0994512 0.984209 0.146432 0 0 v 125.129 104.965 39.7645 -0.195873 0.958211 0.208484 0 0 v 127.117 105.997 33.5791 -0.100364 0.994647 0.024568 0 0 v 124.888 105.535 35.7223 -0.198605 0.976059 0.0886824 0 0 v 122.832 104.747 37.7966 -0.294366 0.943325 0.153256 0 0 v 122.617 105.083 33.5791 -0.29706 0.954514 0.0256417 0 0 v 127.149 105.84 29.2297 -0.100019 0.990745 -0.091764 0 0 v 124.847 105.636 31.4043 -0.199145 0.979258 -0.0373616 0 0 v 127.27 105.242 25.0062 -0.0987919 0.976699 -0.190521 0 0 v 125.003 105.255 27.0865 -0.197596 0.969551 -0.144659 0 0 v 122.71 104.937 29.2297 -0.296066 0.950356 -0.095748 0 0 v 123.061 104.383 25.0062 -0.292599 0.935384 -0.198602 0 0 v 127.463 104.289 21.1642 -0.0958239 0.943994 -0.315743 0 0 v 125.314 104.502 23.0204 -0.194296 0.948871 -0.248783 0 0 v 127.744 102.901 17.9815 -0.0866684 0.848314 -0.522352 0 0 v 125.777 103.378 19.4729 -0.184202 0.892111 -0.412562 0 0 v 123.621 103.5 21.1642 -0.283907 0.900888 -0.328325 0 0 v 124.437 102.212 17.9815 -0.256217 0.802258 -0.539199 0 0 v 128.121 101.036 15.6837 -0.0695026 0.679755 -0.730139 0 0 v 126.435 101.778 16.7254 -0.157045 0.748646 -0.644102 0 0 v 128.513 99.0459 14.1605 -0.0488466 0.52487 -0.84978 0 0 v 127.228 99.864 14.838 -0.127641 0.581312 -0.803607 0 0 v 125.539 100.481 15.682 -0.209079 0.630531 -0.747474 0 0 v 126.768 98.6147 14.1433 -0.177993 0.4676 -0.865834 0 0 v 128.768 97.3352 13.261 -0.0460613 0.384165 -0.922115 0 0 v 127.989 98.0592 13.6493 -0.105426 0.438087 -0.892729 0 0 v 127.995 97.0611 13.2249 -0.12687 0.342943 -0.930749 0 0 v 132.386 70.3424 59.9359 -0.256023 -0.190263 0.947762 0 0 v 134.221 70.813 60.8389 -0.437917 -0.856768 0.272357 0 0 v 131.834 71.2842 60.4525 -0.0413654 -0.928394 -0.369288 0 0 v 129.421 71.3159 59.7514 -2.26945e-009 -0.781272 0.624191 0 0 v 136.328 68.7723 62.29 -0.212543 -0.456814 -0.863798 0 0 v 134.221 70.3907 61.4734 -0.00234618 -0.605304 -0.795991 0 0 v 136.328 69.1825 61.6718 -0.770678 -0.495438 0.400745 0 0 v 129.421 70.6013 60.825 1.88883e-009 -0.540887 -0.841096 0 0 v 132.386 69.1543 61.7252 0.111188 -0.283304 -0.952563 0 0 v 132.684 60.4515 59.003 -0.0142619 -0.970957 -0.238828 0 0 v 135.971 60.0482 60.4806 -0.292297 -0.892805 0.342726 0 0 v 132.894 60.6374 59.5175 -0.259539 -0.392737 0.882268 0 0 v 129.421 60.5629 58.8093 0 -0.925175 0.379542 0 0 v 139.608 59.1636 63.012 -0.127528 -0.880198 -0.457152 0 0 v 138.217 59.8279 61.9507 -0.620517 -0.498082 0.605701 0 0 v 138.313 59.7025 61.5197 0.0860674 -0.909569 -0.406541 0 0 v 137.853 61.6366 62.0257 -0.642957 -0.0751701 0.762204 0 0 v 135.863 60.9103 60.7399 -0.442276 -0.133185 0.886935 0 0 v 138.869 60.0536 62.9253 -0.887686 -0.267708 -0.374627 0 0 v 129.421 61.4438 59.0942 1.73728e-007 -0.101589 0.994826 0 0 v 132.794 62.4701 59.6717 -0.257118 -0.0403241 0.965539 0 0 v 136.337 58.6976 63.1397 0.0980059 -0.767297 -0.633759 0 0 v 138.278 59.17 63.1318 0.0175336 -0.29946 -0.953948 0 0 v 129.421 58.6222 62.5215 4.09778e-008 -0.810725 -0.585427 0 0 v 132.955 59.0016 62.4287 0.0973056 -0.412064 -0.905944 0 0 v 132.794 60.8167 62.3223 0.113088 0.00862471 -0.993548 0 0 v 135.863 59.6982 62.7636 0.145798 -0.0377007 -0.988596 0 0 v 129.421 59.666 62.0623 -7.87434e-008 -0.0846401 -0.996412 0 0 v 137.853 60.9752 63.0859 -0.0080308 0.00869716 -0.99993 0 0 v 125.547 58.3465 63.4186 -0.04638 -0.924391 -0.378616 0 0 v 122.504 58.6976 63.1397 -0.0980057 -0.767299 -0.633757 0 0 v 125.887 59.0016 62.4287 -0.0973058 -0.412063 -0.905945 0 0 v 119.233 59.1636 63.012 0.12752 -0.880199 -0.457153 0 0 v 120.563 59.17 63.1318 -0.0175323 -0.299458 -0.953948 0 0 v 119.536 58.7175 63.7889 -0.121885 -0.912929 -0.389493 0 0 v 120.989 60.9752 63.0859 0.00803082 0.00869717 -0.99993 0 0 v 122.979 59.6982 62.7636 -0.145798 -0.0377012 -0.988596 0 0 v 119.972 60.0536 62.9253 0.88769 -0.2677 -0.374623 0 0 v 126.048 60.8167 62.3223 -0.113088 0.00862447 -0.993548 0 0 v 122.871 60.0482 60.4806 0.292293 -0.892811 0.342716 0 0 v 120.624 59.8279 61.9507 0.62052 -0.498075 0.605704 0 0 v 125.948 60.6374 59.5175 0.25954 -0.392738 0.882267 0 0 v 126.048 62.4701 59.6717 0.257117 -0.0403236 0.965539 0 0 v 122.979 60.9103 60.7399 0.442275 -0.133183 0.886936 0 0 v 120.989 61.6366 62.0257 0.642957 -0.0751716 0.762204 0 0 v 135.674 63.9657 60.8162 -0.438163 -0.0314782 0.898344 0 0 v 132.702 66.5339 59.7557 -0.257617 -0.0353941 0.965599 0 0 v 129.421 64.5159 59.1909 0 -0.0233998 0.999726 0 0 v 138.592 63.0789 62.9659 -0.93565 -0.0893904 -0.341422 0 0 v 137.546 65.6361 62.0136 -0.651949 -0.0780117 0.754239 0 0 v 135.289 68.2413 60.8161 -0.444265 -0.0806685 0.892256 0 0 v 137.672 67.1184 62.5996 -0.80581 -0.471724 -0.357977 0 0 v 129.421 68.8157 59.3387 0 -0.0699669 0.997549 0 0 v 135.674 62.7035 62.7826 0.151889 -0.00250861 -0.988394 0 0 v 137.546 64.9757 63.0241 0.00172977 -0.0816669 -0.996658 0 0 v 129.421 62.6646 62.0749 0 -0.00883295 -0.999961 0 0 v 132.702 64.8828 62.2819 0.116151 -0.0464016 -0.992147 0 0 v 135.289 67.1133 62.5242 0.138531 -0.122457 -0.982758 0 0 v 129.421 67.1613 61.8438 -1.87128e-009 -0.131689 -0.991291 0 0 v 123.168 62.7035 62.7826 -0.151889 -0.00250857 -0.988394 0 0 v 126.139 64.8828 62.2819 -0.116151 -0.0464016 -0.992147 0 0 v 120.25 63.0789 62.9659 0.93565 -0.0893905 -0.341421 0 0 v 121.296 64.9757 63.0241 -0.00172891 -0.0816669 -0.996658 0 0 v 122.514 68.7723 62.29 0.212542 -0.456813 -0.863798 0 0 v 123.552 67.1133 62.5242 -0.138531 -0.122458 -0.982758 0 0 v 121.17 67.1184 62.5996 0.805812 -0.471724 -0.357971 0 0 v 126.456 69.1543 61.7252 -0.111188 -0.283304 -0.952563 0 0 v 123.168 63.9657 60.8162 0.438164 -0.0314774 0.898344 0 0 v 121.296 65.6361 62.0136 0.651951 -0.0780125 0.754238 0 0 v 126.139 66.5339 59.7557 0.257616 -0.0353941 0.965599 0 0 v 126.456 70.3424 59.9359 0.256023 -0.190263 0.947762 0 0 v 123.552 68.2413 60.8161 0.444266 -0.0806681 0.892256 0 0 v 122.514 69.1825 61.6718 0.770679 -0.495437 0.400746 0 0 v 127.768 86.7364 12.2913 -0.0573673 -0.033196 -0.997801 0 0 v 128.76 85.7013 12.2723 -0.0484235 -0.0342705 -0.998239 0 0 v 127.366 88.4224 12.2947 -0.0720007 0.00850998 -0.997368 0 0 v 127.727 90.0815 12.2996 -0.0668813 0.0279527 -0.997369 0 0 v 128.757 91.119 12.2727 -0.0492097 0.0340862 -0.998207 0 0 v 130.085 91.119 12.2727 0.0492104 0.034088 -0.998207 0 0 v 131.115 90.0815 12.2996 0.0668811 0.0279526 -0.997369 0 0 v 131.476 88.4224 12.2947 0.072003 0.0085101 -0.997368 0 0 v 131.074 86.7364 12.2913 0.057369 -0.033197 -0.997801 0 0 v 130.082 85.7013 12.2723 0.0484242 -0.0342724 -0.998239 0 0 v 139.369 59.908 61.6309 0.258239 -0.752789 -0.605492 0 0 v 139.482 60.9067 60.4088 0.220052 -0.75947 -0.612194 0 0 v 143.272 60.0317 63.3296 0.287746 -0.816909 -0.499862 0 0 v 140.12 62.6918 58.3778 0.195475 -0.754592 -0.626402 0 0 v 134.135 61.6824 57.9385 0.181194 -0.655847 -0.732825 0 0 v 144.941 61.7967 61.5191 0.281416 -0.792909 -0.540462 0 0 v 135.046 60.3583 59.4693 0.132659 -0.836257 -0.532049 0 0 v 135.502 60.6509 59.2801 0.241395 -0.656463 -0.714693 0 0 v 132.207 60.9189 58.0741 0.121022 -0.723343 -0.6798 0 0 v 121.582 58.149 64.7202 -0.0909424 -0.947437 -0.306745 0 0 v 117.665 58.317 65.9626 -0.181038 -0.949546 -0.256103 0 0 v 117.255 59.0849 63.9994 -0.26086 -0.866982 -0.424611 0 0 v 125.004 57.5032 66.07 -0.0528392 -0.967232 -0.248335 0 0 v 120.279 57.4796 68.1161 -0.120397 -0.978433 -0.167852 0 0 v 113.485 59.1285 66.7021 -0.278018 -0.905038 -0.321887 0 0 v 115.569 60.0317 63.3296 -0.287746 -0.816909 -0.499861 0 0 v 119.36 60.9067 60.4088 -0.220052 -0.75947 -0.612195 0 0 v 113.901 61.7967 61.5191 -0.281416 -0.792909 -0.540462 0 0 v 118.721 62.6918 58.3778 -0.195475 -0.754592 -0.626402 0 0 v 124.621 70.3907 61.4734 0.00234547 -0.605301 -0.795993 0 0 v 127.008 71.2842 60.4525 0.0413643 -0.928393 -0.369289 0 0 v 124.621 70.813 60.8389 0.437917 -0.856768 0.272355 0 0 v 135.602 75.4729 47.5221 0.36667 -0.814716 0.449211 0 0 v 140.969 79.44 47.5221 0.627638 -0.559382 0.541444 0 0 v 144.507 85.1073 47.5221 0.772004 0.00960057 0.635546 0 0 v 144.507 85.1073 47.5221 0.670172 -0.380153 0.637458 0 0 v 144.016 91.6134 47.5221 0.762576 0.194491 0.61697 0 0 v 140.969 97.383 47.5221 0.626346 0.55925 0.543075 0 0 v 135.602 101.35 47.5221 0.36667 0.814717 0.44921 0 0 v 146.333 84.7349 46.477 0.147004 -0.592012 0.792409 0 0 v 150.618 84.4474 45.6132 0.291548 0.541962 0.788211 0 0 v 150.618 84.4474 45.6132 0.25377 -0.383092 0.888168 0 0 v 150.618 84.4474 45.6132 0.318942 0.383167 0.866867 0 0 v 129.421 74.135 47.5221 -3.44721e-008 -0.564111 -0.825699 0 0 v 129.421 102.688 47.5221 -5.68742e-008 0.912699 0.408633 0 0 v 123.239 75.4729 47.5221 -0.366669 -0.814716 0.449212 0 0 v 117.872 79.44 47.5221 -0.627639 -0.559384 0.541442 0 0 v 114.335 85.1073 47.5221 -0.772 0.00960413 0.63555 0 0 v 114.335 85.1073 47.5221 -0.670168 -0.380157 0.63746 0 0 v 114.826 91.6134 47.5221 -0.762578 0.19449 0.616967 0 0 v 117.872 97.383 47.5221 -0.626346 0.559251 0.543073 0 0 v 123.239 101.35 47.5221 -0.36667 0.814717 0.44921 0 0 v 112.509 84.7349 46.477 -0.147004 -0.592013 0.792408 0 0 v 108.224 84.4474 45.6132 -0.291548 0.541962 0.788212 0 0 v 108.224 84.4474 45.6132 -0.253771 -0.38309 0.888168 0 0 v 108.224 84.4474 45.6132 -0.318944 0.383163 0.866868 0 0 v 145.156 72.8994 51.4172 0.261574 -0.417592 -0.87017 0 0 v 152.492 79.8 51.4183 0.336406 -0.215064 -0.916831 0 0 v 155.114 88.4102 51.4183 0.357431 0.00547272 -0.933923 0 0 v 152.486 97.0217 51.4183 0.336403 0.20856 -0.918333 0 0 v 145.152 103.924 51.4183 0.261442 0.418433 -0.869806 0 0 v 134.931 107.691 51.4176 0.10313 0.571118 -0.814364 0 0 v 139.863 100.526 44.7368 0.523099 0.742284 0.418786 0 0 v 144.727 95.3423 44.7473 0.73991 0.438454 0.510187 0 0 v 146.382 88.676 45.0798 0.791823 0.184044 0.582361 0 0 v 144.55 81.4444 45.0799 0.616024 -0.579008 0.534101 0 0 v 139.853 76.2928 44.7439 0.520108 -0.742973 0.421282 0 0 v 133.074 73.3031 44.7367 0.19 -0.914338 0.357611 0 0 v 148.658 82.6215 44.341 0.0796267 -0.82965 0.552576 0 0 v 149.665 86.3848 44.1986 0.198541 0.702841 0.683079 0 0 v 135.021 69.1433 51.3888 0.115799 -0.606052 -0.786951 0 0 v 133.074 103.52 44.7367 0.189999 0.914338 0.35761 0 0 v 113.686 72.8994 51.4172 -0.261573 -0.417592 -0.87017 0 0 v 106.35 79.8 51.4183 -0.336406 -0.215063 -0.916831 0 0 v 103.728 88.4102 51.4183 -0.357431 0.00547206 -0.933924 0 0 v 106.356 97.0217 51.4183 -0.336404 0.20856 -0.918333 0 0 v 113.689 103.924 51.4183 -0.261442 0.418432 -0.869806 0 0 v 123.911 107.691 51.4176 -0.10313 0.571118 -0.814364 0 0 v 118.979 100.526 44.7368 -0.5231 0.742283 0.418787 0 0 v 114.115 95.3423 44.7473 -0.73991 0.438454 0.510188 0 0 v 112.46 88.676 45.0798 -0.791823 0.184042 0.582362 0 0 v 114.292 81.4444 45.0799 -0.616024 -0.57901 0.534099 0 0 v 118.989 76.2928 44.7439 -0.520109 -0.742973 0.421281 0 0 v 125.767 73.3031 44.7367 -0.19 -0.914339 0.357609 0 0 v 110.184 82.6215 44.341 -0.0796264 -0.82965 0.552576 0 0 v 109.177 86.3848 44.1986 -0.198541 0.702842 0.683077 0 0 v 123.82 69.1433 51.3888 -0.115799 -0.606052 -0.786951 0 0 v 125.767 103.52 44.7367 -0.189999 0.914339 0.35761 0 0 v 132.55 74.4647 47.5221 0.107836 -0.53808 -0.835967 0 0 v 140.281 70.5599 51.4074 0.194354 -0.504016 -0.841543 0 0 v 138.482 77.166 47.5221 0.513025 -0.704337 0.490627 0 0 v 149.335 76.0366 51.4183 0.341633 -0.372713 -0.86277 0 0 v 142.896 82.159 47.5221 0.689434 -0.425875 0.585928 0 0 v 154.485 83.9873 51.4183 0.406156 -0.126865 -0.904954 0 0 v 144.458 88.4012 47.5221 0.783956 0.049613 0.618831 0 0 v 154.448 92.828 51.4183 0.404016 0.126177 -0.906008 0 0 v 142.847 94.6537 47.5221 0.707328 0.383312 0.593935 0 0 v 149.335 100.786 51.4183 0.341633 0.372714 -0.86277 0 0 v 138.482 99.657 47.5221 0.513079 0.704335 0.490573 0 0 v 140.245 106.272 51.4181 0.204349 0.569949 -0.795864 0 0 v 136.602 102.388 44.7367 0.371417 0.845574 0.383477 0 0 v 142.643 98.1155 44.7378 0.642267 0.611736 0.461814 0 0 v 145.98 92.2384 44.8133 0.809525 0.223708 0.542792 0 0 v 145.125 84.9129 46.9107 0.492954 -0.445355 0.747432 0 0 v 142.542 78.6629 44.8086 0.637478 -0.609648 0.471116 0 0 v 136.602 74.4347 44.7367 0.371417 -0.845574 0.383477 0 0 v 146.449 82.2935 44.4411 0.240043 -0.648479 0.722395 0 0 v 147.706 87.1214 44.3983 0.535909 0.55834 0.633292 0 0 v 151.134 82.6742 44.2125 0.0751695 -0.696258 0.713845 0 0 v 151.994 86.0232 43.9511 0.213154 0.789497 0.575551 0 0 v 148.489 84.5855 46.2752 0.164245 0.659154 0.733853 0 0 v 132.55 102.358 47.5221 0.188951 0.887998 0.419234 0 0 v 129.421 68.6009 51.3959 -3.21049e-007 -0.616764 -0.787148 0 0 v 129.421 108.163 51.4173 -1.86333e-008 0.6489 -0.760874 0 0 v 129.421 103.896 44.7367 9.88335e-008 0.937251 0.348656 0 0 v 129.421 72.9266 44.7367 1.86478e-009 -0.937251 0.348656 0 0 v 118.56 70.5599 51.4074 -0.194354 -0.504016 -0.841543 0 0 v 120.36 77.166 47.5221 -0.513026 -0.704336 0.490627 0 0 v 109.506 76.0366 51.4183 -0.307606 -0.315739 -0.897601 0 0 v 115.946 82.159 47.5221 -0.689435 -0.425875 0.585926 0 0 v 104.357 83.9873 51.4183 -0.356826 -0.104925 -0.92826 0 0 v 114.384 88.4012 47.5221 -0.783956 0.0496141 0.618831 0 0 v 104.393 92.828 51.4183 -0.351192 0.103216 -0.930597 0 0 v 115.995 94.6537 47.5221 -0.707331 0.383311 0.593932 0 0 v 109.506 100.786 51.4183 -0.307606 0.315739 -0.897601 0 0 v 120.36 99.657 47.5221 -0.513078 0.704335 0.490574 0 0 v 118.596 106.272 51.4181 -0.193972 0.507651 -0.839443 0 0 v 126.292 102.358 47.5221 -0.188951 0.887998 0.419235 0 0 v 116.199 98.1155 44.7378 -0.629011 0.582522 0.514794 0 0 v 122.24 102.388 44.7367 -0.371417 0.845574 0.383476 0 0 v 112.861 92.2384 44.8133 -0.779549 0.206084 0.591467 0 0 v 113.716 84.9129 46.9107 -0.492954 -0.445357 0.747431 0 0 v 111.136 87.1214 44.3983 -0.423407 0.486853 0.764003 0 0 v 116.3 78.6629 44.8086 -0.629422 -0.580966 0.516049 0 0 v 112.393 82.2935 44.4411 -0.291865 -0.762267 0.577722 0 0 v 122.24 74.4347 44.7367 -0.367138 -0.826689 0.426374 0 0 v 126.292 74.4647 47.5221 -0.107835 -0.53808 -0.835967 0 0 v 107.708 82.6742 44.2125 -0.0724584 -0.780951 0.620375 0 0 v 110.353 84.5855 46.2752 -0.164246 0.659153 0.733853 0 0 v 106.847 86.0232 43.9511 -0.191878 0.709381 0.678205 0 0 v 139.97 73.9003 49.4185 0.231116 -0.46305 -0.855669 0 0 v 143.636 76.2854 49.4185 0.286715 -0.368442 -0.884333 0 0 v 146.598 79.2873 49.4185 0.324013 -0.263371 -0.908653 0 0 v 148.758 82.7273 49.4185 0.347843 -0.164844 -0.922947 0 0 v 149.815 86.4706 49.4185 0.35937 -0.0447589 -0.932121 0 0 v 149.717 90.3319 49.4185 0.354926 0.0525034 -0.933419 0 0 v 148.66 94.0752 49.4185 0.345248 0.155907 -0.925471 0 0 v 146.598 97.5356 49.4185 0.324204 0.261827 -0.909032 0 0 v 143.636 100.538 49.4185 0.286681 0.368648 -0.884259 0 0 v 139.97 102.923 49.4185 0.230911 0.465103 -0.854611 0 0 v 135.887 104.55 49.4185 0.150758 0.543827 -0.825545 0 0 v 131.599 105.357 49.4185 0.0522681 0.5878 -0.807316 0 0 v 137.687 101.068 46.1521 0.446081 0.77656 0.444934 0 0 v 140.571 98.987 46.1524 0.575317 0.655801 0.48881 0 0 v 142.902 96.4278 46.1533 0.676259 0.499275 0.541663 0 0 v 144.509 93.5028 46.173 0.751449 0.309044 0.582937 0 0 v 145.289 90.2678 46.2472 0.789618 0.124036 0.600932 0 0 v 145.119 86.7944 46.7539 0.758296 0.0677216 0.648384 0 0 v 146.31 86.4028 45.7012 0.598671 0.282264 0.749614 0 0 v 144.259 83.3807 46.7531 0.648266 -0.439826 0.621534 0 0 v 142.801 80.382 46.2451 0.662645 -0.511627 0.546936 0 0 v 145.515 83.2975 45.7096 0.42343 -0.561276 0.711109 0 0 v 140.551 77.8333 46.1707 0.574514 -0.655321 0.490396 0 0 v 137.687 75.7548 46.1521 0.445823 -0.776612 0.445102 0 0 v 134.482 74.3203 46.1521 0.279904 -0.867986 0.410187 0 0 v 131.125 73.6099 46.1521 0.0947381 -0.915767 0.390379 0 0 v 147.389 83.5057 45.39 0.115062 -0.698603 0.706197 0 0 v 149.748 83.5381 45.201 0.0671848 -0.708032 0.702978 0 0 v 147.983 85.7494 45.3436 0.26909 0.63503 0.724104 0 0 v 150.244 85.405 45.093 0.187146 0.71449 0.674151 0 0 v 152.436 83.413 44.6475 0.196557 -0.515878 0.833808 0 0 v 152.851 85.1506 44.4808 0.299404 0.538521 0.787624 0 0 v 131.599 71.4659 49.4185 0.0541752 -0.577888 -0.814316 0 0 v 135.887 72.2727 49.4185 0.15142 -0.538417 -0.828963 0 0 v 131.125 103.213 46.1521 0.0947381 0.915767 0.390379 0 0 v 134.482 102.503 46.1521 0.279904 0.867986 0.410187 0 0 v 115.205 76.2854 49.4185 -0.286715 -0.368441 -0.884333 0 0 v 118.871 73.9003 49.4185 -0.231115 -0.46305 -0.855669 0 0 v 110.084 82.7273 49.4185 -0.347842 -0.164843 -0.922948 0 0 v 112.244 79.2873 49.4185 -0.324013 -0.263372 -0.908653 0 0 v 109.125 90.3319 49.4185 -0.354925 0.052503 -0.933419 0 0 v 109.027 86.4706 49.4185 -0.35937 -0.0447589 -0.932121 0 0 v 112.244 97.5356 49.4185 -0.324204 0.261827 -0.909032 0 0 v 110.182 94.0752 49.4185 -0.345248 0.155907 -0.925471 0 0 v 118.871 102.923 49.4185 -0.230911 0.465102 -0.854611 0 0 v 115.205 100.538 49.4185 -0.286681 0.368647 -0.884259 0 0 v 127.243 105.357 49.4185 -0.0522679 0.5878 -0.807316 0 0 v 122.954 104.55 49.4185 -0.150758 0.543827 -0.825545 0 0 v 121.155 101.068 46.1521 -0.446082 0.776559 0.444935 0 0 v 118.271 98.987 46.1524 -0.575317 0.655802 0.48881 0 0 v 115.94 96.4278 46.1533 -0.676259 0.499276 0.541662 0 0 v 114.333 93.5028 46.173 -0.751447 0.309043 0.58294 0 0 v 113.553 90.2678 46.2472 -0.789615 0.124035 0.600935 0 0 v 112.532 86.4028 45.7012 -0.59867 0.282266 0.749614 0 0 v 113.723 86.7944 46.7539 -0.758298 0.0677202 0.648381 0 0 v 114.582 83.3807 46.7531 -0.648265 -0.439825 0.621536 0 0 v 113.327 83.2975 45.7096 -0.42343 -0.561274 0.711111 0 0 v 116.04 80.382 46.2451 -0.662645 -0.511626 0.546938 0 0 v 118.291 77.8333 46.1707 -0.574514 -0.655321 0.490397 0 0 v 121.155 75.7548 46.1521 -0.445822 -0.776612 0.445102 0 0 v 124.359 74.3203 46.1521 -0.279905 -0.867986 0.410187 0 0 v 127.717 73.6099 46.1521 -0.0947379 -0.915767 0.390379 0 0 v 111.453 83.5057 45.39 -0.115063 -0.698602 0.706198 0 0 v 109.094 83.5381 45.201 -0.0671835 -0.70803 0.70298 0 0 v 108.598 85.405 45.093 -0.187146 0.714491 0.674151 0 0 v 110.859 85.7494 45.3436 -0.26909 0.635031 0.724103 0 0 v 106.406 83.413 44.6475 -0.196557 -0.515877 0.833808 0 0 v 105.991 85.1506 44.4808 -0.299404 0.538523 0.787623 0 0 v 127.243 71.4659 49.4185 -0.0541755 -0.577888 -0.814316 0 0 v 122.954 72.2727 49.4185 -0.15142 -0.538417 -0.828963 0 0 v 127.717 103.213 46.1521 -0.094738 0.915767 0.390379 0 0 v 124.359 102.503 46.1521 -0.279905 0.867986 0.410187 0 0 v 142.783 71.6196 51.4139 0.226184 -0.468366 -0.854092 0 0 v 137.076 76.2392 47.5221 0.447318 -0.761712 0.468723 0 0 v 141.873 75.0069 49.4185 0.266989 -0.410886 -0.871717 0 0 v 137.963 72.983 49.4185 0.199156 -0.500842 -0.842315 0 0 v 145.223 77.718 49.4185 0.311477 -0.307568 -0.899102 0 0 v 147.355 74.3786 51.4183 0.318219 -0.423885 -0.847973 0 0 v 139.789 78.238 47.5221 0.578132 -0.632651 0.515282 0 0 v 151.051 77.8526 51.4183 0.320968 -0.269385 -0.907971 0 0 v 141.992 80.7565 47.5221 0.672492 -0.476617 0.566207 0 0 v 147.772 80.9661 49.4185 0.336559 -0.211474 -0.917609 0 0 v 149.468 84.5644 49.4185 0.358266 -0.101348 -0.928102 0 0 v 153.648 81.8521 51.4183 0.396585 -0.188814 -0.898371 0 0 v 143.721 83.6189 47.5221 0.69779 -0.381401 0.606319 0 0 v 154.967 86.184 51.4183 0.35889 -0.0510671 -0.931982 0 0 v 144.507 86.7594 47.5221 0.782106 0.0116934 0.623036 0 0 v 149.873 88.4064 49.4185 0.356512 0.00911992 -0.934246 0 0 v 149.32 92.2279 49.4185 0.351431 0.0993176 -0.930931 0 0 v 154.943 90.6339 51.4183 0.409188 0.0616915 -0.910362 0 0 v 144.311 90.0226 47.5221 0.778837 0.107247 0.617989 0 0 v 153.624 94.9658 51.4183 0.343819 0.160959 -0.925138 0 0 v 143.525 93.1632 47.5221 0.739052 0.284085 0.610818 0 0 v 147.748 95.8518 49.4185 0.338186 0.201649 -0.919221 0 0 v 145.223 99.1049 49.4185 0.311477 0.307567 -0.899102 0 0 v 151.051 98.9704 51.4183 0.366451 0.306788 -0.878405 0 0 v 141.992 96.0664 47.5221 0.67583 0.46486 0.571978 0 0 v 147.355 102.444 51.4183 0.281879 0.376011 -0.8827 0 0 v 139.789 98.5849 47.5221 0.578026 0.632551 0.515525 0 0 v 141.873 101.816 49.4185 0.267168 0.411162 -0.871532 0 0 v 137.963 103.84 49.4185 0.200157 0.503323 -0.840597 0 0 v 142.768 105.207 51.4182 0.250845 0.524797 -0.813428 0 0 v 137.076 100.584 47.5221 0.447319 0.761711 0.468724 0 0 v 137.624 107.1 51.4178 0.14589 0.547015 -0.824312 0 0 v 134.09 101.94 47.5221 0.282281 0.856473 0.43217 0 0 v 133.76 105.055 49.4185 0.10705 0.57025 -0.814466 0 0 v 129.421 105.457 49.4185 -1.03974e-006 0.594082 -0.804404 0 0 v 132.188 108.045 51.4174 0.0552101 0.64411 -0.762938 0 0 v 130.99 102.606 47.5221 0.0953854 0.906668 0.410919 0 0 v 139.184 100.098 46.1522 0.517763 0.717796 0.4655 0 0 v 138.278 101.539 44.7367 0.454288 0.795803 0.400399 0 0 v 136.11 101.877 46.1521 0.369033 0.825743 0.426571 0 0 v 141.82 97.7567 46.1527 0.633882 0.577015 0.515021 0 0 v 141.327 99.376 44.7372 0.588631 0.678665 0.439234 0 0 v 143.802 95.0075 46.1586 0.720448 0.39964 0.566782 0 0 v 143.781 96.7707 44.7389 0.697971 0.525535 0.486467 0 0 v 145.009 91.9205 46.2011 0.7801 0.201645 0.592269 0 0 v 145.465 93.8313 44.7698 0.781773 0.326933 0.530986 0 0 v 145.331 88.5554 46.4015 0.779152 0.0531397 0.624578 0 0 v 146.258 90.5645 44.8846 0.826046 0.135173 0.547153 0 0 v 144.779 85.0091 47.2053 0.587316 -0.385259 0.711784 0 0 v 145.722 86.714 46.1066 0.680802 0.146607 0.717646 0 0 v 147.018 86.0262 45.4696 0.37772 0.515302 0.76928 0 0 v 147.037 87.7247 44.6194 0.69708 0.344814 0.628635 0 0 v 145.619 84.8208 46.6606 0.229766 -0.526637 0.81845 0 0 v 143.635 81.8168 46.4 0.679972 -0.431268 0.592998 0 0 v 144.842 83.2408 46.1077 0.556949 -0.434303 0.707947 0 0 v 141.77 79.0597 46.1986 0.634747 -0.574807 0.516423 0 0 v 143.578 79.9633 44.8805 0.681442 -0.540958 0.492952 0 0 v 145.568 81.9929 44.6351 0.462926 -0.552157 0.693414 0 0 v 146.342 83.4271 45.4924 0.205459 -0.654965 0.727191 0 0 v 139.179 76.7244 46.1568 0.517609 -0.717464 0.466182 0 0 v 141.287 77.4292 44.7655 0.58653 -0.676472 0.445385 0 0 v 136.11 74.9462 46.1521 0.369033 -0.825743 0.426571 0 0 v 138.278 75.2844 44.7367 0.453997 -0.795995 0.400349 0 0 v 134.09 74.8825 47.5221 0.165418 -0.502655 -0.848513 0 0 v 132.816 73.8754 46.1521 0.189698 -0.897739 0.397592 0 0 v 134.862 73.7743 44.7367 0.283708 -0.885229 0.368618 0 0 v 129.421 73.5219 46.1521 0 -0.921776 0.387723 0 0 v 131.256 73.0206 44.7367 0.0959244 -0.931595 0.350614 0 0 v 130.99 74.2166 47.5221 0.0585907 -0.557789 -0.827912 0 0 v 147.497 82.4984 44.3642 0.1483 -0.811538 0.565167 0 0 v 148.557 83.5403 45.3203 0.0683518 -0.670508 0.738747 0 0 v 147.342 84.6572 46.3823 0.115684 0.648093 0.752724 0 0 v 149.875 82.6763 44.3082 0.0514103 -0.714893 0.697342 0 0 v 149.614 84.5173 46.0546 0.276976 0.608766 0.74343 0 0 v 151.021 83.4964 44.9907 0.139785 -0.585098 0.798824 0 0 v 151.021 83.4964 44.9907 0.137166 -0.670863 0.728786 0 0 v 148.606 86.6872 44.277 0.308812 0.617418 0.723485 0 0 v 149.095 85.5499 45.2443 0.183707 0.716928 0.672508 0 0 v 151.48 85.2826 44.8513 0.239798 0.59343 0.768335 0 0 v 151.48 85.2826 44.8513 0.252933 0.67118 0.696809 0 0 v 150.806 86.1767 44.1056 0.184623 0.839169 0.511576 0 0 v 152.54 84.2944 44.878 0.327111 0.0101421 0.944931 0 0 v 152.54 84.2944 44.878 0.362189 0.281043 0.888726 0 0 v 133.76 71.7676 49.4185 0.105849 -0.564011 -0.818955 0 0 v 132.246 68.748 51.3917 0.0585399 -0.614802 -0.786506 0 0 v 129.421 71.366 49.4185 0 -0.5817 -0.813404 0 0 v 137.697 69.7409 51.3965 0.16129 -0.589093 -0.791805 0 0 v 132.816 102.947 46.1521 0.189698 0.897739 0.397592 0 0 v 131.256 103.802 44.7367 0.0959244 0.931595 0.350613 0 0 v 129.421 103.301 46.1521 0 0.921776 0.387723 0 0 v 134.862 103.049 44.7367 0.283708 0.885229 0.368618 0 0 v 116.059 71.6196 51.4139 -0.226184 -0.468367 -0.854092 0 0 v 111.487 74.3786 51.4183 -0.282051 -0.37574 -0.882761 0 0 v 119.052 78.238 47.5221 -0.57813 -0.632651 0.515284 0 0 v 116.968 75.0069 49.4185 -0.266988 -0.410886 -0.871717 0 0 v 113.619 77.718 49.4185 -0.311477 -0.307567 -0.899102 0 0 v 120.879 72.983 49.4185 -0.199156 -0.500842 -0.842315 0 0 v 121.766 76.2392 47.5221 -0.447317 -0.761712 0.468723 0 0 v 107.791 77.8526 51.4183 -0.320967 -0.269385 -0.907971 0 0 v 105.193 81.8521 51.4183 -0.347741 -0.165592 -0.922852 0 0 v 115.12 83.6189 47.5221 -0.697793 -0.381403 0.606314 0 0 v 111.069 80.9661 49.4185 -0.336559 -0.211473 -0.917609 0 0 v 109.374 84.5644 49.4185 -0.358266 -0.101348 -0.928102 0 0 v 116.85 80.7565 47.5221 -0.672496 -0.476617 0.566202 0 0 v 103.874 86.184 51.4183 -0.358889 -0.0510671 -0.931982 0 0 v 103.899 90.6339 51.4183 -0.354182 0.0534075 -0.93365 0 0 v 114.531 90.0226 47.5221 -0.778836 0.107247 0.617991 0 0 v 108.968 88.4064 49.4185 -0.356512 0.0091192 -0.934246 0 0 v 109.521 92.2279 49.4185 -0.35143 0.0993174 -0.930931 0 0 v 114.335 86.7594 47.5221 -0.782106 0.0116934 0.623036 0 0 v 105.218 94.9658 51.4183 -0.34382 0.160961 -0.925138 0 0 v 107.791 98.9704 51.4183 -0.32115 0.268919 -0.908044 0 0 v 116.85 96.0664 47.5221 -0.67583 0.46486 0.571978 0 0 v 111.094 95.8518 49.4185 -0.338186 0.201649 -0.919221 0 0 v 113.619 99.1049 49.4185 -0.311478 0.307567 -0.899102 0 0 v 115.317 93.1632 47.5221 -0.739056 0.284084 0.610813 0 0 v 111.487 102.444 51.4183 -0.28188 0.376011 -0.8827 0 0 v 116.073 105.207 51.4182 -0.225085 0.471001 -0.852933 0 0 v 121.766 100.584 47.5221 -0.447319 0.761712 0.468723 0 0 v 116.968 101.816 49.4185 -0.267167 0.411161 -0.871532 0 0 v 120.879 103.84 49.4185 -0.200156 0.503323 -0.840597 0 0 v 119.052 98.5849 47.5221 -0.578023 0.63255 0.515529 0 0 v 121.217 107.1 51.4178 -0.14589 0.547016 -0.824312 0 0 v 126.654 108.045 51.4174 -0.0504599 0.588778 -0.806718 0 0 v 127.852 102.606 47.5221 -0.0953854 0.906668 0.41092 0 0 v 125.081 105.055 49.4185 -0.107049 0.570251 -0.814466 0 0 v 124.751 101.94 47.5221 -0.282282 0.856473 0.43217 0 0 v 122.732 101.877 46.1521 -0.369033 0.825744 0.426569 0 0 v 120.564 101.539 44.7367 -0.454289 0.795804 0.400397 0 0 v 119.658 100.098 46.1522 -0.510245 0.707414 0.489096 0 0 v 117.514 99.376 44.7372 -0.572182 0.659785 0.487126 0 0 v 117.022 97.7567 46.1527 -0.63388 0.577014 0.515026 0 0 v 115.061 96.7707 44.7389 -0.69797 0.525533 0.48647 0 0 v 115.039 95.0075 46.1586 -0.703252 0.390382 0.59417 0 0 v 113.377 93.8313 44.7698 -0.748603 0.31467 0.583589 0 0 v 113.833 91.9205 46.2011 -0.780095 0.201645 0.592276 0 0 v 112.583 90.5645 44.8846 -0.826049 0.13517 0.547149 0 0 v 113.511 88.5554 46.4015 -0.78444 0.0518546 0.618033 0 0 v 111.804 87.7247 44.6194 -0.637079 0.246942 0.730171 0 0 v 113.223 84.8208 46.6606 -0.229763 -0.526639 0.81845 0 0 v 113.119 86.714 46.1066 -0.6808 0.146608 0.717647 0 0 v 111.824 86.0262 45.4696 -0.377722 0.515299 0.769281 0 0 v 114.062 85.0091 47.2053 -0.587313 -0.385263 0.711784 0 0 v 114 83.2408 46.1077 -0.539892 -0.482495 0.689721 0 0 v 115.207 81.8168 46.4 -0.68658 -0.432913 0.584118 0 0 v 112.5 83.4271 45.4924 -0.205459 -0.654963 0.727193 0 0 v 113.274 81.9929 44.6351 -0.474964 -0.669203 0.571469 0 0 v 115.263 79.9633 44.8805 -0.657955 -0.528255 0.536695 0 0 v 117.072 79.0597 46.1986 -0.634748 -0.574806 0.516424 0 0 v 117.555 77.4292 44.7655 -0.58653 -0.676472 0.445385 0 0 v 119.663 76.7244 46.1568 -0.510152 -0.707431 0.489169 0 0 v 120.564 75.2844 44.7367 -0.443783 -0.778363 0.444081 0 0 v 122.732 74.9462 46.1521 -0.369033 -0.825744 0.426569 0 0 v 123.98 73.7743 44.7367 -0.28371 -0.885229 0.368617 0 0 v 126.025 73.8754 46.1521 -0.187736 -0.888504 0.418708 0 0 v 124.751 74.8825 47.5221 -0.165418 -0.502654 -0.848514 0 0 v 127.586 73.0206 44.7367 -0.0943058 -0.915961 0.390027 0 0 v 127.852 74.2166 47.5221 -0.0585908 -0.557789 -0.827912 0 0 v 111.499 84.6572 46.3823 -0.115684 0.648092 0.752724 0 0 v 110.284 83.5403 45.3203 -0.0649125 -0.724365 0.686354 0 0 v 111.344 82.4984 44.3642 -0.148301 -0.811537 0.565167 0 0 v 107.821 83.4964 44.9907 -0.139784 -0.585097 0.798825 0 0 v 107.821 83.4964 44.9907 -0.137167 -0.67086 0.728788 0 0 v 108.966 82.6763 44.3082 -0.0462041 -0.83692 0.545371 0 0 v 109.228 84.5173 46.0546 -0.276976 0.608766 0.74343 0 0 v 110.235 86.6872 44.277 -0.308812 0.617419 0.723484 0 0 v 108.036 86.1767 44.1056 -0.1829 0.721431 0.667896 0 0 v 109.747 85.5499 45.2443 -0.183707 0.716929 0.672506 0 0 v 107.362 85.2826 44.8513 -0.239798 0.593429 0.768335 0 0 v 107.362 85.2826 44.8513 -0.252934 0.67118 0.696809 0 0 v 106.301 84.2944 44.878 -0.327107 0.0101432 0.944933 0 0 v 106.301 84.2944 44.878 -0.36219 0.281039 0.888727 0 0 v 126.596 68.748 51.3917 -0.0585406 -0.614803 -0.786505 0 0 v 125.081 71.7676 49.4185 -0.101595 -0.54126 -0.834695 0 0 v 121.145 69.7409 51.3965 -0.148424 -0.540778 -0.827967 0 0 v 127.586 103.802 44.7367 -0.0959246 0.931595 0.350613 0 0 v 126.025 102.947 46.1521 -0.187737 0.888505 0.418704 0 0 v 123.98 103.049 44.7367 -0.278386 0.868704 0.409701 0 0 t 0 2582 1292 t 1292 2585 0 t 659 2583 1292 t 1292 2582 659 t 330 2584 1292 t 1292 2583 330 t 648 2585 1292 t 1292 2584 648 t 6 2586 1293 t 1293 2588 6 t 660 2587 1293 t 1293 2586 660 t 330 2583 1293 t 1293 2587 330 t 659 2588 1293 t 1293 2583 659 t 7 2589 1294 t 1294 2591 7 t 661 2590 1294 t 1294 2589 661 t 330 2587 1294 t 1294 2590 330 t 660 2591 1294 t 1294 2587 660 t 1 2592 1295 t 1295 2593 1 t 648 2584 1295 t 1295 2592 648 t 330 2590 1295 t 1295 2584 330 t 661 2593 1295 t 1295 2590 661 t 1 2593 1296 t 1296 2596 1 t 661 2594 1296 t 1296 2593 661 t 331 2595 1296 t 1296 2594 331 t 650 2596 1296 t 1296 2595 650 t 7 2597 1297 t 1297 2589 7 t 662 2598 1297 t 1297 2597 662 t 331 2594 1297 t 1297 2598 331 t 661 2589 1297 t 1297 2594 661 t 36 2599 1298 t 1298 2601 36 t 720 2600 1298 t 1298 2599 720 t 331 2598 1298 t 1298 2600 331 t 662 2601 1298 t 1298 2598 662 t 8 2602 1299 t 1299 2604 8 t 663 2603 1299 t 1299 2602 663 t 331 2600 1299 t 1299 2603 331 t 720 2604 1299 t 1299 2600 720 t 2 2605 1300 t 1300 2606 2 t 650 2595 1300 t 1300 2605 650 t 331 2603 1300 t 1300 2595 331 t 663 2606 1300 t 1300 2603 663 t 2 2606 1301 t 1301 2609 2 t 663 2607 1301 t 1301 2606 663 t 332 2608 1301 t 1301 2607 332 t 652 2609 1301 t 1301 2608 652 t 8 2610 1302 t 1302 2602 8 t 723 2611 1302 t 1302 2610 723 t 332 2607 1302 t 1302 2611 332 t 663 2602 1302 t 1302 2607 663 t 38 2612 1303 t 1303 2614 38 t 664 2613 1303 t 1303 2612 664 t 332 2611 1303 t 1303 2613 332 t 723 2614 1303 t 1303 2611 723 t 9 2615 1304 t 1304 2617 9 t 665 2616 1304 t 1304 2615 665 t 332 2613 1304 t 1304 2616 332 t 664 2617 1304 t 1304 2613 664 t 3 2618 1305 t 1305 2619 3 t 652 2608 1305 t 1305 2618 652 t 332 2616 1305 t 1305 2608 332 t 665 2619 1305 t 1305 2616 665 t 3 2619 1306 t 1306 2622 3 t 665 2620 1306 t 1306 2619 665 t 333 2621 1306 t 1306 2620 333 t 654 2622 1306 t 1306 2621 654 t 9 2623 1307 t 1307 2615 9 t 666 2624 1307 t 1307 2623 666 t 333 2620 1307 t 1307 2624 333 t 665 2615 1307 t 1307 2620 665 t 10 2625 1308 t 1308 2627 10 t 667 2626 1308 t 1308 2625 667 t 333 2624 1308 t 1308 2626 333 t 666 2627 1308 t 1308 2624 666 t 4 2628 1309 t 1309 2629 4 t 654 2621 1309 t 1309 2628 654 t 333 2626 1309 t 1309 2621 333 t 667 2629 1309 t 1309 2626 667 t 4 2629 1310 t 1310 2632 4 t 667 2630 1310 t 1310 2629 667 t 334 2631 1310 t 1310 2630 334 t 656 2632 1310 t 1310 2631 656 t 10 2633 1311 t 1311 2625 10 t 668 2634 1311 t 1311 2633 668 t 334 2630 1311 t 1311 2634 334 t 667 2625 1311 t 1311 2630 667 t 11 2635 1312 t 1312 2637 11 t 669 2636 1312 t 1312 2635 669 t 334 2634 1312 t 1312 2636 334 t 668 2637 1312 t 1312 2634 668 t 5 2638 1313 t 1313 2639 5 t 656 2631 1313 t 1313 2638 656 t 334 2636 1313 t 1313 2631 334 t 669 2639 1313 t 1313 2636 669 t 5 2639 1314 t 1314 2642 5 t 669 2640 1314 t 1314 2639 669 t 335 2641 1314 t 1314 2640 335 t 658 2642 1314 t 1314 2641 658 t 11 2643 1315 t 1315 2635 11 t 670 2644 1315 t 1315 2643 670 t 335 2640 1315 t 1315 2644 335 t 669 2635 1315 t 1315 2640 669 t 148 2645 1316 t 1316 2647 148 t 946 2646 1316 t 1316 2645 946 t 335 2644 1316 t 1316 2646 335 t 670 2647 1316 t 1316 2644 670 t 175 2648 1317 t 1317 2649 175 t 658 2641 1317 t 1317 2648 658 t 335 2646 1317 t 1317 2641 335 t 946 2649 1317 t 1317 2646 946 t 6 2650 1318 t 1318 2586 6 t 671 2651 1318 t 1318 2650 671 t 336 2652 1318 t 1318 2651 336 t 660 2586 1318 t 1318 2652 660 t 12 2653 1319 t 1319 2655 12 t 672 2654 1319 t 1319 2653 672 t 336 2651 1319 t 1319 2654 336 t 671 2655 1319 t 1319 2651 671 t 13 2656 1320 t 1320 2658 13 t 673 2657 1320 t 1320 2656 673 t 336 2654 1320 t 1320 2657 336 t 672 2658 1320 t 1320 2654 672 t 7 2591 1321 t 1321 2659 7 t 660 2652 1321 t 1321 2591 660 t 336 2657 1321 t 1321 2652 336 t 673 2659 1321 t 1321 2657 673 t 7 2659 1322 t 1322 2597 7 t 673 2660 1322 t 1322 2659 673 t 337 2661 1322 t 1322 2660 337 t 662 2597 1322 t 1322 2661 662 t 13 2662 1323 t 1323 2656 13 t 674 2663 1323 t 1323 2662 674 t 337 2660 1323 t 1323 2663 337 t 673 2656 1323 t 1323 2660 673 t 14 2664 1324 t 1324 2666 14 t 675 2665 1324 t 1324 2664 675 t 337 2663 1324 t 1324 2665 337 t 674 2666 1324 t 1324 2663 674 t 37 2667 1325 t 1325 2669 37 t 721 2668 1325 t 1325 2667 721 t 337 2665 1325 t 1325 2668 337 t 675 2669 1325 t 1325 2665 675 t 36 2601 1326 t 1326 2670 36 t 662 2661 1326 t 1326 2601 662 t 337 2668 1326 t 1326 2661 337 t 721 2670 1326 t 1326 2668 721 t 38 2671 1327 t 1327 2612 38 t 722 2672 1327 t 1327 2671 722 t 338 2673 1327 t 1327 2672 338 t 664 2612 1327 t 1327 2673 664 t 37 2669 1328 t 1328 2675 37 t 675 2674 1328 t 1328 2669 675 t 338 2672 1328 t 1328 2674 338 t 722 2675 1328 t 1328 2672 722 t 14 2676 1329 t 1329 2664 14 t 676 2677 1329 t 1329 2676 676 t 338 2674 1329 t 1329 2677 338 t 675 2664 1329 t 1329 2674 675 t 15 2678 1330 t 1330 2680 15 t 677 2679 1330 t 1330 2678 677 t 338 2677 1330 t 1330 2679 338 t 676 2680 1330 t 1330 2677 676 t 9 2617 1331 t 1331 2681 9 t 664 2673 1331 t 1331 2617 664 t 338 2679 1331 t 1331 2673 338 t 677 2681 1331 t 1331 2679 677 t 9 2681 1332 t 1332 2623 9 t 677 2682 1332 t 1332 2681 677 t 339 2683 1332 t 1332 2682 339 t 666 2623 1332 t 1332 2683 666 t 15 2684 1333 t 1333 2678 15 t 678 2685 1333 t 1333 2684 678 t 339 2682 1333 t 1333 2685 339 t 677 2678 1333 t 1333 2682 677 t 16 2686 1334 t 1334 2688 16 t 679 2687 1334 t 1334 2686 679 t 339 2685 1334 t 1334 2687 339 t 678 2688 1334 t 1334 2685 678 t 10 2627 1335 t 1335 2689 10 t 666 2683 1335 t 1335 2627 666 t 339 2687 1335 t 1335 2683 339 t 679 2689 1335 t 1335 2687 679 t 10 2689 1336 t 1336 2633 10 t 679 2690 1336 t 1336 2689 679 t 340 2691 1336 t 1336 2690 340 t 668 2633 1336 t 1336 2691 668 t 16 2692 1337 t 1337 2686 16 t 680 2693 1337 t 1337 2692 680 t 340 2690 1337 t 1337 2693 340 t 679 2686 1337 t 1337 2690 679 t 17 2694 1338 t 1338 2696 17 t 681 2695 1338 t 1338 2694 681 t 340 2693 1338 t 1338 2695 340 t 680 2696 1338 t 1338 2693 680 t 11 2637 1339 t 1339 2697 11 t 668 2691 1339 t 1339 2637 668 t 340 2695 1339 t 1339 2691 340 t 681 2697 1339 t 1339 2695 681 t 11 2697 1340 t 1340 2643 11 t 681 2698 1340 t 1340 2697 681 t 341 2699 1340 t 1340 2698 341 t 670 2643 1340 t 1340 2699 670 t 17 2700 1341 t 1341 2694 17 t 682 2701 1341 t 1341 2700 682 t 341 2698 1341 t 1341 2701 341 t 681 2694 1341 t 1341 2698 681 t 183 2702 1342 t 1342 2704 183 t 948 2703 1342 t 1342 2702 948 t 341 2701 1342 t 1342 2703 341 t 682 2704 1342 t 1342 2701 682 t 148 2647 1343 t 1343 2705 148 t 670 2699 1343 t 1343 2647 670 t 341 2703 1343 t 1343 2699 341 t 948 2705 1343 t 1343 2703 948 t 13 2706 1344 t 1344 2662 13 t 685 2707 1344 t 1344 2706 685 t 342 2708 1344 t 1344 2707 342 t 674 2662 1344 t 1344 2708 674 t 19 2709 1345 t 1345 2711 19 t 686 2710 1345 t 1345 2709 686 t 342 2707 1345 t 1345 2710 342 t 685 2711 1345 t 1345 2707 685 t 20 2712 1346 t 1346 2714 20 t 687 2713 1346 t 1346 2712 687 t 342 2710 1346 t 1346 2713 342 t 686 2714 1346 t 1346 2710 686 t 14 2666 1347 t 1347 2715 14 t 674 2708 1347 t 1347 2666 674 t 342 2713 1347 t 1347 2708 342 t 687 2715 1347 t 1347 2713 687 t 14 2715 1348 t 1348 2676 14 t 687 2716 1348 t 1348 2715 687 t 343 2717 1348 t 1348 2716 343 t 676 2676 1348 t 1348 2717 676 t 20 2718 1349 t 1349 2712 20 t 688 2719 1349 t 1349 2718 688 t 343 2716 1349 t 1349 2719 343 t 687 2712 1349 t 1349 2716 687 t 21 2720 1350 t 1350 2722 21 t 689 2721 1350 t 1350 2720 689 t 343 2719 1350 t 1350 2721 343 t 688 2722 1350 t 1350 2719 688 t 15 2680 1351 t 1351 2723 15 t 676 2717 1351 t 1351 2680 676 t 343 2721 1351 t 1351 2717 343 t 689 2723 1351 t 1351 2721 689 t 15 2723 1352 t 1352 2684 15 t 689 2724 1352 t 1352 2723 689 t 344 2725 1352 t 1352 2724 344 t 678 2684 1352 t 1352 2725 678 t 21 2726 1353 t 1353 2720 21 t 690 2727 1353 t 1353 2726 690 t 344 2724 1353 t 1353 2727 344 t 689 2720 1353 t 1353 2724 689 t 22 2728 1354 t 1354 2730 22 t 691 2729 1354 t 1354 2728 691 t 344 2727 1354 t 1354 2729 344 t 690 2730 1354 t 1354 2727 690 t 16 2688 1355 t 1355 2731 16 t 678 2725 1355 t 1355 2688 678 t 344 2729 1355 t 1355 2725 344 t 691 2731 1355 t 1355 2729 691 t 16 2731 1356 t 1356 2692 16 t 691 2732 1356 t 1356 2731 691 t 345 2733 1356 t 1356 2732 345 t 680 2692 1356 t 1356 2733 680 t 22 2734 1357 t 1357 2728 22 t 692 2735 1357 t 1357 2734 692 t 345 2732 1357 t 1357 2735 345 t 691 2728 1357 t 1357 2732 691 t 23 2736 1358 t 1358 2738 23 t 693 2737 1358 t 1358 2736 693 t 345 2735 1358 t 1358 2737 345 t 692 2738 1358 t 1358 2735 692 t 17 2696 1359 t 1359 2739 17 t 680 2733 1359 t 1359 2696 680 t 345 2737 1359 t 1359 2733 345 t 693 2739 1359 t 1359 2737 693 t 17 2739 1360 t 1360 2700 17 t 693 2740 1360 t 1360 2739 693 t 346 2741 1360 t 1360 2740 346 t 682 2700 1360 t 1360 2741 682 t 23 2742 1361 t 1361 2736 23 t 694 2743 1361 t 1361 2742 694 t 346 2740 1361 t 1361 2743 346 t 693 2736 1361 t 1361 2740 693 t 150 2744 1362 t 1362 2746 150 t 1005 2745 1362 t 1362 2744 1005 t 346 2743 1362 t 1362 2745 346 t 694 2746 1362 t 1362 2743 694 t 183 2704 1363 t 1363 2747 183 t 682 2741 1363 t 1363 2704 682 t 346 2745 1363 t 1363 2741 346 t 1005 2747 1363 t 1363 2745 1005 t 18 2748 1364 t 1364 2751 18 t 696 2749 1364 t 1364 2748 696 t 347 2750 1364 t 1364 2749 347 t 684 2751 1364 t 1364 2750 684 t 24 2752 1365 t 1365 2754 24 t 697 2753 1365 t 1365 2752 697 t 347 2749 1365 t 1365 2753 347 t 696 2754 1365 t 1365 2749 696 t 25 2755 1366 t 1366 2757 25 t 698 2756 1366 t 1366 2755 698 t 347 2753 1366 t 1366 2756 347 t 697 2757 1366 t 1366 2753 697 t 19 2758 1367 t 1367 2759 19 t 684 2750 1367 t 1367 2758 684 t 347 2756 1367 t 1367 2750 347 t 698 2759 1367 t 1367 2756 698 t 19 2759 1368 t 1368 2709 19 t 698 2760 1368 t 1368 2759 698 t 348 2761 1368 t 1368 2760 348 t 686 2709 1368 t 1368 2761 686 t 25 2762 1369 t 1369 2755 25 t 699 2763 1369 t 1369 2762 699 t 348 2760 1369 t 1369 2763 348 t 698 2755 1369 t 1369 2760 698 t 26 2764 1370 t 1370 2766 26 t 700 2765 1370 t 1370 2764 700 t 348 2763 1370 t 1370 2765 348 t 699 2766 1370 t 1370 2763 699 t 20 2714 1371 t 1371 2767 20 t 686 2761 1371 t 1371 2714 686 t 348 2765 1371 t 1371 2761 348 t 700 2767 1371 t 1371 2765 700 t 20 2767 1372 t 1372 2718 20 t 700 2768 1372 t 1372 2767 700 t 349 2769 1372 t 1372 2768 349 t 688 2718 1372 t 1372 2769 688 t 26 2770 1373 t 1373 2764 26 t 701 2771 1373 t 1373 2770 701 t 349 2768 1373 t 1373 2771 349 t 700 2764 1373 t 1373 2768 700 t 27 2772 1374 t 1374 2774 27 t 702 2773 1374 t 1374 2772 702 t 349 2771 1374 t 1374 2773 349 t 701 2774 1374 t 1374 2771 701 t 21 2722 1375 t 1375 2775 21 t 688 2769 1375 t 1375 2722 688 t 349 2773 1375 t 1375 2769 349 t 702 2775 1375 t 1375 2773 702 t 21 2775 1376 t 1376 2726 21 t 702 2776 1376 t 1376 2775 702 t 350 2777 1376 t 1376 2776 350 t 690 2726 1376 t 1376 2777 690 t 27 2778 1377 t 1377 2772 27 t 703 2779 1377 t 1377 2778 703 t 350 2776 1377 t 1377 2779 350 t 702 2772 1377 t 1377 2776 702 t 28 2780 1378 t 1378 2782 28 t 704 2781 1378 t 1378 2780 704 t 350 2779 1378 t 1378 2781 350 t 703 2782 1378 t 1378 2779 703 t 22 2730 1379 t 1379 2783 22 t 690 2777 1379 t 1379 2730 690 t 350 2781 1379 t 1379 2777 350 t 704 2783 1379 t 1379 2781 704 t 22 2783 1380 t 1380 2734 22 t 704 2784 1380 t 1380 2783 704 t 351 2785 1380 t 1380 2784 351 t 692 2734 1380 t 1380 2785 692 t 28 2786 1381 t 1381 2780 28 t 705 2787 1381 t 1381 2786 705 t 351 2784 1381 t 1381 2787 351 t 704 2780 1381 t 1381 2784 704 t 29 2788 1382 t 1382 2790 29 t 706 2789 1382 t 1382 2788 706 t 351 2787 1382 t 1382 2789 351 t 705 2790 1382 t 1382 2787 705 t 23 2738 1383 t 1383 2791 23 t 692 2785 1383 t 1383 2738 692 t 351 2789 1383 t 1383 2785 351 t 706 2791 1383 t 1383 2789 706 t 23 2791 1384 t 1384 2742 23 t 706 2792 1384 t 1384 2791 706 t 352 2793 1384 t 1384 2792 352 t 694 2742 1384 t 1384 2793 694 t 29 2794 1385 t 1385 2788 29 t 707 2795 1385 t 1385 2794 707 t 352 2792 1385 t 1385 2795 352 t 706 2788 1385 t 1385 2792 706 t 151 2796 1386 t 1386 2798 151 t 950 2797 1386 t 1386 2796 950 t 352 2795 1386 t 1386 2797 352 t 707 2798 1386 t 1386 2795 707 t 150 2746 1387 t 1387 2799 150 t 694 2793 1387 t 1387 2746 694 t 352 2797 1387 t 1387 2793 352 t 950 2799 1387 t 1387 2797 950 t 24 2800 1388 t 1388 2752 24 t 709 2801 1388 t 1388 2800 709 t 353 2802 1388 t 1388 2801 353 t 697 2752 1388 t 1388 2802 697 t 30 2803 1389 t 1389 2805 30 t 710 2804 1389 t 1389 2803 710 t 5186 5342 5270 t 5270 5344 5186 t 5219 5345 5270 t 5270 5342 5219 t 31 2806 1390 t 1390 2808 31 t 711 2807 5271 t 5271 5346 711 t 5186 5344 5271 t 5271 2807 5186 t 710 2808 1390 t 1390 2804 710 t 25 2757 1391 t 1391 2809 25 t 697 2802 1391 t 1391 2757 697 t 353 5347 1391 t 1391 2802 353 t 5221 2809 1391 t 1391 5347 5221 t 25 2809 1392 t 1392 2762 25 t 5221 2810 1392 t 1392 2809 5221 t 354 2811 1392 t 1392 2810 354 t 699 2762 1392 t 1392 2811 699 t 31 2812 1393 t 1393 2806 31 t 712 2813 1393 t 1393 2812 712 t 5187 5349 5272 t 5272 5351 5187 t 711 5346 5272 t 5272 5349 711 t 32 2814 1394 t 1394 2816 32 t 713 2815 5273 t 5273 5352 713 t 5187 5351 5273 t 5273 2815 5187 t 712 2816 1394 t 1394 2813 712 t 26 2766 1395 t 1395 2817 26 t 699 2811 1395 t 1395 2766 699 t 354 5353 1395 t 1395 2811 354 t 5223 2817 1395 t 1395 5353 5223 t 26 2817 1396 t 1396 2770 26 t 5223 2818 1396 t 1396 2817 5223 t 355 2819 1396 t 1396 2818 355 t 701 2770 1396 t 1396 2819 701 t 32 2820 1397 t 1397 2814 32 t 714 2821 1397 t 1397 2820 714 t 5188 5355 5274 t 5274 5357 5188 t 713 5352 5274 t 5274 5355 713 t 33 2822 1398 t 1398 2824 33 t 715 2823 5275 t 5275 5358 715 t 5188 5357 5275 t 5275 2823 5188 t 714 2824 1398 t 1398 2821 714 t 27 2774 1399 t 1399 2825 27 t 701 2819 1399 t 1399 2774 701 t 355 5359 1399 t 1399 2819 355 t 5225 2825 1399 t 1399 5359 5225 t 27 2825 1400 t 1400 2778 27 t 5225 2826 1400 t 1400 2825 5225 t 356 2827 1400 t 1400 2826 356 t 703 2778 1400 t 1400 2827 703 t 33 2828 1401 t 1401 2822 33 t 716 2829 1401 t 1401 2828 716 t 5189 5361 5276 t 5276 5363 5189 t 715 5358 5276 t 5276 5361 715 t 34 2830 1402 t 1402 2832 34 t 717 2831 5277 t 5277 5364 717 t 5189 5363 5277 t 5277 2831 5189 t 716 2832 1402 t 1402 2829 716 t 28 2782 1403 t 1403 2833 28 t 703 2827 1403 t 1403 2782 703 t 356 5365 1403 t 1403 2827 356 t 5227 2833 1403 t 1403 5365 5227 t 28 2833 1404 t 1404 2786 28 t 5227 2834 1404 t 1404 2833 5227 t 357 2835 1404 t 1404 2834 357 t 705 2786 1404 t 1404 2835 705 t 34 2836 1405 t 1405 2830 34 t 718 2837 1405 t 1405 2836 718 t 5190 5367 5278 t 5278 5369 5190 t 717 5364 5278 t 5278 5367 717 t 35 2838 1406 t 1406 2840 35 t 719 2839 5279 t 5279 5370 719 t 5190 5369 5279 t 5279 2839 5190 t 718 2840 1406 t 1406 2837 718 t 29 2790 1407 t 1407 2841 29 t 705 2835 1407 t 1407 2790 705 t 357 5371 1407 t 1407 2835 357 t 5229 2841 1407 t 1407 5371 5229 t 29 2841 1408 t 1408 2794 29 t 5229 2842 1408 t 1408 2841 5229 t 358 2843 1408 t 1408 2842 358 t 707 2794 1408 t 1408 2843 707 t 35 2844 1409 t 1409 2838 35 t 935 2845 1409 t 1409 2844 935 t 5191 5373 5280 t 5280 5375 5191 t 719 5370 5280 t 5280 5373 719 t 153 2846 1410 t 1410 2848 153 t 952 2847 5281 t 5281 5376 952 t 5191 5375 5281 t 5281 2847 5191 t 935 2848 1410 t 1410 2845 935 t 151 2798 1411 t 1411 2849 151 t 707 2843 1411 t 1411 2798 707 t 358 5377 1411 t 1411 2843 358 t 5243 2849 1411 t 1411 5377 5243 t 55 2850 1412 t 1412 2853 55 t 756 2851 1412 t 1412 2850 756 t 359 2852 1412 t 1412 2851 359 t 759 2853 1412 t 1412 2852 759 t 56 2854 1413 t 1413 2856 56 t 757 2855 1413 t 1413 2854 757 t 359 2851 1413 t 1413 2855 359 t 756 2856 1413 t 1413 2851 756 t 57 2857 1414 t 1414 2859 57 t 758 2858 1414 t 1414 2857 758 t 359 2855 1414 t 1414 2858 359 t 757 2859 1414 t 1414 2855 757 t 58 2860 1415 t 1415 2861 58 t 759 2852 1415 t 1415 2860 759 t 359 2858 1415 t 1415 2852 359 t 758 2861 1415 t 1415 2858 758 t 8 2604 1416 t 1416 2864 8 t 720 2862 1416 t 1416 2604 720 t 360 2863 1416 t 1416 2862 360 t 728 2864 1416 t 1416 2863 728 t 36 2865 1417 t 1417 2599 36 t 729 2866 1417 t 1417 2865 729 t 360 2862 1417 t 1417 2866 360 t 720 2599 1417 t 1417 2862 720 t 40 2867 1418 t 1418 2869 40 t 724 2868 1418 t 1418 2867 724 t 360 2866 1418 t 1418 2868 360 t 729 2869 1418 t 1418 2866 729 t 39 2870 1419 t 1419 2871 39 t 728 2863 1419 t 1419 2870 728 t 360 2868 1419 t 1419 2863 360 t 724 2871 1419 t 1419 2868 724 t 36 2670 1420 t 1420 2865 36 t 721 2872 1420 t 1420 2670 721 t 361 2873 1420 t 1420 2872 361 t 729 2865 1420 t 1420 2873 729 t 37 2874 1421 t 1421 2667 37 t 730 2875 1421 t 1421 2874 730 t 361 2872 1421 t 1421 2875 361 t 721 2667 1421 t 1421 2872 721 t 41 2876 1422 t 1422 2878 41 t 725 2877 1422 t 1422 2876 725 t 361 2875 1422 t 1422 2877 361 t 730 2878 1422 t 1422 2875 730 t 40 2869 1423 t 1423 2879 40 t 729 2873 1423 t 1423 2869 729 t 361 2877 1423 t 1423 2873 361 t 725 2879 1423 t 1423 2877 725 t 37 2675 1424 t 1424 2874 37 t 722 2880 1424 t 1424 2675 722 t 362 2881 1424 t 1424 2880 362 t 730 2874 1424 t 1424 2881 730 t 38 2882 1425 t 1425 2671 38 t 731 2883 1425 t 1425 2882 731 t 362 2880 1425 t 1425 2883 362 t 722 2671 1425 t 1425 2880 722 t 42 2884 1426 t 1426 2886 42 t 726 2885 1426 t 1426 2884 726 t 362 2883 1426 t 1426 2885 362 t 731 2886 1426 t 1426 2883 731 t 41 2878 1427 t 1427 2887 41 t 730 2881 1427 t 1427 2878 730 t 362 2885 1427 t 1427 2881 362 t 726 2887 1427 t 1427 2885 726 t 38 2614 1428 t 1428 2882 38 t 723 2888 1428 t 1428 2614 723 t 363 2889 1428 t 1428 2888 363 t 731 2882 1428 t 1428 2889 731 t 8 2864 1429 t 1429 2610 8 t 728 2890 1429 t 1429 2864 728 t 363 2888 1429 t 1429 2890 363 t 723 2610 1429 t 1429 2888 723 t 39 2891 1430 t 1430 2870 39 t 727 2892 1430 t 1430 2891 727 t 363 2890 1430 t 1430 2892 363 t 728 2870 1430 t 1430 2890 728 t 42 2886 1431 t 1431 2893 42 t 731 2889 1431 t 1431 2886 731 t 363 2892 1431 t 1431 2889 363 t 727 2893 1431 t 1431 2892 727 t 39 2871 1432 t 1432 2896 39 t 724 2894 1432 t 1432 2871 724 t 364 2895 1432 t 1432 2894 364 t 736 2896 1432 t 1432 2895 736 t 40 2897 1433 t 1433 2867 40 t 737 2898 1433 t 1433 2897 737 t 364 2894 1433 t 1433 2898 364 t 724 2867 1433 t 1433 2894 724 t 44 2899 1434 t 1434 2901 44 t 732 2900 1434 t 1434 2899 732 t 364 2898 1434 t 1434 2900 364 t 737 2901 1434 t 1434 2898 737 t 43 2902 1435 t 1435 2903 43 t 736 2895 1435 t 1435 2902 736 t 364 2900 1435 t 1435 2895 364 t 732 2903 1435 t 1435 2900 732 t 40 2879 1436 t 1436 2897 40 t 725 2904 1436 t 1436 2879 725 t 365 2905 1436 t 1436 2904 365 t 737 2897 1436 t 1436 2905 737 t 41 2906 1437 t 1437 2876 41 t 738 2907 1437 t 1437 2906 738 t 365 2904 1437 t 1437 2907 365 t 725 2876 1437 t 1437 2904 725 t 45 2908 1438 t 1438 2910 45 t 733 2909 1438 t 1438 2908 733 t 365 2907 1438 t 1438 2909 365 t 738 2910 1438 t 1438 2907 738 t 44 2901 1439 t 1439 2911 44 t 737 2905 1439 t 1439 2901 737 t 365 2909 1439 t 1439 2905 365 t 733 2911 1439 t 1439 2909 733 t 41 2887 1440 t 1440 2906 41 t 726 2912 1440 t 1440 2887 726 t 366 2913 1440 t 1440 2912 366 t 738 2906 1440 t 1440 2913 738 t 42 2914 1441 t 1441 2884 42 t 739 2915 1441 t 1441 2914 739 t 366 2912 1441 t 1441 2915 366 t 726 2884 1441 t 1441 2912 726 t 46 2916 1442 t 1442 2918 46 t 734 2917 1442 t 1442 2916 734 t 366 2915 1442 t 1442 2917 366 t 739 2918 1442 t 1442 2915 739 t 45 2910 1443 t 1443 2919 45 t 738 2913 1443 t 1443 2910 738 t 366 2917 1443 t 1443 2913 366 t 734 2919 1443 t 1443 2917 734 t 42 2893 1444 t 1444 2914 42 t 727 2920 1444 t 1444 2893 727 t 367 2921 1444 t 1444 2920 367 t 739 2914 1444 t 1444 2921 739 t 39 2896 1445 t 1445 2891 39 t 736 2922 1445 t 1445 2896 736 t 367 2920 1445 t 1445 2922 367 t 727 2891 1445 t 1445 2920 727 t 43 2923 1446 t 1446 2902 43 t 735 2924 1446 t 1446 2923 735 t 367 2922 1446 t 1446 2924 367 t 736 2902 1446 t 1446 2922 736 t 46 2918 1447 t 1447 2925 46 t 739 2921 1447 t 1447 2918 739 t 367 2924 1447 t 1447 2921 367 t 735 2925 1447 t 1447 2924 735 t 43 2903 1448 t 1448 2928 43 t 732 2926 1448 t 1448 2903 732 t 368 2927 1448 t 1448 2926 368 t 744 2928 1448 t 1448 2927 744 t 44 2929 1449 t 1449 2899 44 t 745 2930 1449 t 1449 2929 745 t 368 2926 1449 t 1449 2930 368 t 732 2899 1449 t 1449 2926 732 t 48 2931 1450 t 1450 2933 48 t 740 2932 1450 t 1450 2931 740 t 368 2930 1450 t 1450 2932 368 t 745 2933 1450 t 1450 2930 745 t 47 2934 1451 t 1451 2935 47 t 744 2927 1451 t 1451 2934 744 t 368 2932 1451 t 1451 2927 368 t 740 2935 1451 t 1451 2932 740 t 44 2911 1452 t 1452 2929 44 t 733 2936 1452 t 1452 2911 733 t 369 2937 1452 t 1452 2936 369 t 745 2929 1452 t 1452 2937 745 t 45 2938 1453 t 1453 2908 45 t 746 2939 1453 t 1453 2938 746 t 369 2936 1453 t 1453 2939 369 t 733 2908 1453 t 1453 2936 733 t 49 2940 1454 t 1454 2942 49 t 741 2941 1454 t 1454 2940 741 t 369 2939 1454 t 1454 2941 369 t 746 2942 1454 t 1454 2939 746 t 48 2933 1455 t 1455 2943 48 t 745 2937 1455 t 1455 2933 745 t 369 2941 1455 t 1455 2937 369 t 741 2943 1455 t 1455 2941 741 t 45 2919 1456 t 1456 2938 45 t 734 2944 1456 t 1456 2919 734 t 370 2945 1456 t 1456 2944 370 t 746 2938 1456 t 1456 2945 746 t 46 2946 1457 t 1457 2916 46 t 747 2947 1457 t 1457 2946 747 t 370 2944 1457 t 1457 2947 370 t 734 2916 1457 t 1457 2944 734 t 50 2948 1458 t 1458 2950 50 t 742 2949 1458 t 1458 2948 742 t 370 2947 1458 t 1458 2949 370 t 747 2950 1458 t 1458 2947 747 t 49 2942 1459 t 1459 2951 49 t 746 2945 1459 t 1459 2942 746 t 370 2949 1459 t 1459 2945 370 t 742 2951 1459 t 1459 2949 742 t 46 2925 1460 t 1460 2946 46 t 735 2952 1460 t 1460 2925 735 t 371 2953 1460 t 1460 2952 371 t 747 2946 1460 t 1460 2953 747 t 43 2928 1461 t 1461 2923 43 t 744 2954 1461 t 1461 2928 744 t 371 2952 1461 t 1461 2954 371 t 735 2923 1461 t 1461 2952 735 t 47 2955 1462 t 1462 2934 47 t 743 2956 1462 t 1462 2955 743 t 371 2954 1462 t 1462 2956 371 t 744 2934 1462 t 1462 2954 744 t 50 2950 1463 t 1463 2957 50 t 747 2953 1463 t 1463 2950 747 t 371 2956 1463 t 1463 2953 371 t 743 2957 1463 t 1463 2956 743 t 47 2935 1464 t 1464 2960 47 t 740 2958 1464 t 1464 2935 740 t 372 2959 1464 t 1464 2958 372 t 752 2960 1464 t 1464 2959 752 t 48 2961 1465 t 1465 2931 48 t 753 2962 1465 t 1465 2961 753 t 372 2958 1465 t 1465 2962 372 t 740 2931 1465 t 1465 2958 740 t 52 2963 1466 t 1466 2965 52 t 748 2964 1466 t 1466 2963 748 t 372 2962 1466 t 1466 2964 372 t 753 2965 1466 t 1466 2962 753 t 51 2966 1467 t 1467 2967 51 t 752 2959 1467 t 1467 2966 752 t 372 2964 1467 t 1467 2959 372 t 748 2967 1467 t 1467 2964 748 t 48 2943 1468 t 1468 2961 48 t 741 2968 1468 t 1468 2943 741 t 373 2969 1468 t 1468 2968 373 t 753 2961 1468 t 1468 2969 753 t 49 2970 1469 t 1469 2940 49 t 754 2971 1469 t 1469 2970 754 t 373 2968 1469 t 1469 2971 373 t 741 2940 1469 t 1469 2968 741 t 53 2972 1470 t 1470 2974 53 t 749 2973 1470 t 1470 2972 749 t 373 2971 1470 t 1470 2973 373 t 754 2974 1470 t 1470 2971 754 t 52 2965 1471 t 1471 2975 52 t 753 2969 1471 t 1471 2965 753 t 373 2973 1471 t 1471 2969 373 t 749 2975 1471 t 1471 2973 749 t 49 2951 1472 t 1472 2970 49 t 742 2976 1472 t 1472 2951 742 t 374 2977 1472 t 1472 2976 374 t 754 2970 1472 t 1472 2977 754 t 50 2978 1473 t 1473 2948 50 t 755 2979 1473 t 1473 2978 755 t 374 2976 1473 t 1473 2979 374 t 742 2948 1473 t 1473 2976 742 t 54 2980 1474 t 1474 2982 54 t 750 2981 1474 t 1474 2980 750 t 374 2979 1474 t 1474 2981 374 t 755 2982 1474 t 1474 2979 755 t 53 2974 1475 t 1475 2983 53 t 754 2977 1475 t 1475 2974 754 t 374 2981 1475 t 1475 2977 374 t 750 2983 1475 t 1475 2981 750 t 50 2957 1476 t 1476 2978 50 t 743 2984 1476 t 1476 2957 743 t 375 2985 1476 t 1476 2984 375 t 755 2978 1476 t 1476 2985 755 t 47 2960 1477 t 1477 2955 47 t 752 2986 1477 t 1477 2960 752 t 375 2984 1477 t 1477 2986 375 t 743 2955 1477 t 1477 2984 743 t 51 2987 1478 t 1478 2966 51 t 751 2988 1478 t 1478 2987 751 t 375 2986 1478 t 1478 2988 375 t 752 2966 1478 t 1478 2986 752 t 54 2982 1479 t 1479 2989 54 t 755 2985 1479 t 1479 2982 755 t 375 2988 1479 t 1479 2985 375 t 751 2989 1479 t 1479 2988 751 t 51 2967 1480 t 1480 2992 51 t 748 2990 1480 t 1480 2967 748 t 376 2991 1480 t 1480 2990 376 t 760 2992 1480 t 1480 2991 760 t 52 2993 1481 t 1481 2963 52 t 761 2994 1481 t 1481 2993 761 t 376 2990 1481 t 1481 2994 376 t 748 2963 1481 t 1481 2990 748 t 56 2856 1482 t 1482 2996 56 t 756 2995 1482 t 1482 2856 756 t 376 2994 1482 t 1482 2995 376 t 761 2996 1482 t 1482 2994 761 t 55 2997 1483 t 1483 2850 55 t 760 2991 1483 t 1483 2997 760 t 376 2995 1483 t 1483 2991 376 t 756 2850 1483 t 1483 2995 756 t 52 2975 1484 t 1484 2993 52 t 749 2998 1484 t 1484 2975 749 t 377 2999 1484 t 1484 2998 377 t 761 2993 1484 t 1484 2999 761 t 53 3000 1485 t 1485 2972 53 t 762 3001 1485 t 1485 3000 762 t 377 2998 1485 t 1485 3001 377 t 749 2972 1485 t 1485 2998 749 t 57 2859 1486 t 1486 3003 57 t 757 3002 1486 t 1486 2859 757 t 377 3001 1486 t 1486 3002 377 t 762 3003 1486 t 1486 3001 762 t 56 2996 1487 t 1487 2854 56 t 761 2999 1487 t 1487 2996 761 t 377 3002 1487 t 1487 2999 377 t 757 2854 1487 t 1487 3002 757 t 53 2983 1488 t 1488 3000 53 t 750 3004 1488 t 1488 2983 750 t 378 3005 1488 t 1488 3004 378 t 762 3000 1488 t 1488 3005 762 t 54 3006 1489 t 1489 2980 54 t 763 3007 1489 t 1489 3006 763 t 378 3004 1489 t 1489 3007 378 t 750 2980 1489 t 1489 3004 750 t 58 2861 1490 t 1490 3009 58 t 758 3008 1490 t 1490 2861 758 t 378 3007 1490 t 1490 3008 378 t 763 3009 1490 t 1490 3007 763 t 57 3003 1491 t 1491 2857 57 t 762 3005 1491 t 1491 3003 762 t 378 3008 1491 t 1491 3005 378 t 758 2857 1491 t 1491 3008 758 t 54 2989 1492 t 1492 3006 54 t 751 3010 1492 t 1492 2989 751 t 379 3011 1492 t 1492 3010 379 t 763 3006 1492 t 1492 3011 763 t 51 2992 1493 t 1493 2987 51 t 760 3012 1493 t 1493 2992 760 t 379 3010 1493 t 1493 3012 379 t 751 2987 1493 t 1493 3010 751 t 55 2853 1494 t 1494 2997 55 t 759 3013 1494 t 1494 2853 759 t 379 3012 1494 t 1494 3013 379 t 760 2997 1494 t 1494 3012 760 t 58 3009 1495 t 1495 2860 58 t 763 3011 1495 t 1495 3009 763 t 379 3013 1495 t 1495 3011 379 t 759 2860 1495 t 1495 3013 759 t 5168 5372 1496 t 1496 3016 5168 t 5228 3014 1496 t 1496 5372 5228 t 380 3015 5282 t 5282 5379 380 t 770 5381 5282 t 5282 3015 770 t 5167 3017 1497 t 1497 5368 5167 t 771 3018 5283 t 5283 5382 771 t 380 5379 5283 t 5283 3018 380 t 5228 5368 1497 t 1497 3014 5228 t 60 3019 1498 t 1498 3021 60 t 764 3020 1498 t 1498 3019 764 t 5192 5383 1498 t 1498 3020 5192 t 5231 3021 1498 t 1498 5383 5231 t 59 3022 1499 t 1499 3023 59 t 5230 5380 1499 t 1499 3022 5230 t 5192 3020 1499 t 1499 5380 5192 t 764 3023 1499 t 1499 3020 764 t 5167 5366 1500 t 1500 3017 5167 t 5226 3024 1500 t 1500 5366 5226 t 381 3025 5284 t 5284 5384 381 t 771 5382 5284 t 5284 3025 771 t 5166 3026 1501 t 1501 5362 5166 t 772 3027 5285 t 5285 5386 772 t 381 5384 5285 t 5285 3027 381 t 5226 5362 1501 t 1501 3024 5226 t 61 3028 1502 t 1502 3030 61 t 765 3029 1502 t 1502 3028 765 t 5193 5387 1502 t 1502 3029 5193 t 5232 3030 1502 t 1502 5387 5232 t 60 3021 1503 t 1503 3031 60 t 5231 5385 1503 t 1503 3021 5231 t 5193 3029 1503 t 1503 5385 5193 t 765 3031 1503 t 1503 3029 765 t 5166 5360 1504 t 1504 3026 5166 t 5224 3032 1504 t 1504 5360 5224 t 382 3033 5286 t 5286 5388 382 t 772 5386 5286 t 5286 3033 772 t 5164 3034 1505 t 1505 5356 5164 t 773 3035 1505 t 1505 3034 773 t 382 5388 5287 t 5287 5391 382 t 5224 5356 1505 t 1505 3032 5224 t 62 3036 1506 t 1506 3038 62 t 837 3037 5288 t 5288 5392 837 t 382 5391 5288 t 5288 3037 382 t 773 3038 1506 t 1506 3035 773 t 95 3039 1507 t 1507 3041 95 t 766 3040 1507 t 1507 3039 766 t 5194 5393 1507 t 1507 3040 5194 t 5237 3041 1507 t 1507 5393 5237 t 61 3030 1508 t 1508 3042 61 t 5232 5389 1508 t 1508 3030 5232 t 5194 3040 1508 t 1508 5389 5194 t 766 3042 1508 t 1508 3040 766 t 5165 5354 1509 t 1509 5390 5165 t 5222 3043 1509 t 1509 5354 5222 t 383 3044 5289 t 5289 5395 383 t 5233 5390 1509 t 1509 5396 5233 t 5163 3045 1510 t 1510 5350 5163 t 774 3046 5290 t 5290 5397 774 t 383 5395 5290 t 5290 3046 383 t 5222 5350 1510 t 1510 3043 5222 t 63 3047 1511 t 1511 3049 63 t 767 3048 1511 t 1511 3047 767 t 5195 5398 1511 t 1511 3048 5195 t 5234 3049 1511 t 1511 5398 5234 t 93 3050 1512 t 1512 3052 93 t 834 3051 1512 t 1512 3050 834 t 5195 3048 1512 t 1512 3051 5195 t 767 3052 1512 t 1512 3048 767 t 5169 5394 1513 t 1513 3053 5169 t 5233 5396 1513 t 1513 5394 5233 t 383 5399 5291 t 5291 3044 383 t 5236 5400 5291 t 5291 5399 5236 t 5163 5348 1514 t 1514 3045 5163 t 5220 3054 1514 t 1514 5348 5220 t 384 3055 5292 t 5292 5401 384 t 774 5397 5292 t 5292 3055 774 t 5162 3056 1515 t 1515 5343 5162 t 775 3057 5293 t 5293 5403 775 t 384 5401 5293 t 5293 3057 384 t 5220 5343 1515 t 1515 3054 5220 t 64 3058 1516 t 1516 3060 64 t 768 3059 1516 t 1516 3058 768 t 5196 5404 1516 t 1516 3059 5196 t 5235 3060 1516 t 1516 5404 5235 t 63 3049 1517 t 1517 3061 63 t 5234 5402 1517 t 1517 3049 5234 t 5196 3059 1517 t 1517 5402 5196 t 768 3061 1517 t 1517 3059 768 t 5162 3062 1518 t 1518 3056 5162 t 708 3063 1518 t 1518 3062 708 t 385 3064 5294 t 5294 5406 385 t 775 5403 5294 t 5294 3064 775 t 152 3065 1519 t 1519 3067 152 t 954 3066 5295 t 5295 5408 954 t 385 5406 5295 t 5295 3066 385 t 708 3067 1519 t 1519 3063 708 t 230 3068 1520 t 1520 3070 230 t 769 3069 1520 t 1520 3068 769 t 5197 5409 1520 t 1520 3069 5197 t 5245 3070 1520 t 1520 5409 5245 t 64 3060 1521 t 1521 3071 64 t 5235 5407 1521 t 1521 3060 5235 t 5197 3069 1521 t 1521 5407 5197 t 769 3071 1521 t 1521 3069 769 t 59 3023 1522 t 1522 3074 59 t 764 3072 1522 t 1522 3023 764 t 386 3073 1522 t 1522 3072 386 t 782 3074 1522 t 1522 3073 782 t 60 3075 1523 t 1523 3019 60 t 783 3076 1523 t 1523 3075 783 t 386 3072 1523 t 1523 3076 386 t 764 3019 1523 t 1523 3072 764 t 66 3077 1524 t 1524 3079 66 t 776 3078 1524 t 1524 3077 776 t 386 3076 1524 t 1524 3078 386 t 783 3079 1524 t 1524 3076 783 t 65 3080 1525 t 1525 3081 65 t 782 3073 1525 t 1525 3080 782 t 386 3078 1525 t 1525 3073 386 t 776 3081 1525 t 1525 3078 776 t 60 3031 1526 t 1526 3075 60 t 765 3082 1526 t 1526 3031 765 t 387 3083 1526 t 1526 3082 387 t 783 3075 1526 t 1526 3083 783 t 61 3084 1527 t 1527 3028 61 t 784 3085 1527 t 1527 3084 784 t 387 3082 1527 t 1527 3085 387 t 765 3028 1527 t 1527 3082 765 t 67 3086 1528 t 1528 3088 67 t 777 3087 1528 t 1528 3086 777 t 387 3085 1528 t 1528 3087 387 t 784 3088 1528 t 1528 3085 784 t 66 3079 1529 t 1529 3089 66 t 783 3083 1529 t 1529 3079 783 t 387 3087 1529 t 1529 3083 387 t 777 3089 1529 t 1529 3087 777 t 61 3042 1530 t 1530 3084 61 t 766 3090 1530 t 1530 3042 766 t 388 3091 1530 t 1530 3090 388 t 784 3084 1530 t 1530 3091 784 t 95 3092 1531 t 1531 3039 95 t 836 3093 1531 t 1531 3092 836 t 388 3090 1531 t 1531 3093 388 t 766 3039 1531 t 1531 3090 766 t 94 3094 1532 t 1532 3096 94 t 785 3095 1532 t 1532 3094 785 t 388 3093 1532 t 1532 3095 388 t 836 3096 1532 t 1532 3093 836 t 68 3097 1533 t 1533 3099 68 t 778 3098 1533 t 1533 3097 778 t 388 3095 1533 t 1533 3098 388 t 785 3099 1533 t 1533 3095 785 t 67 3088 1534 t 1534 3100 67 t 784 3091 1534 t 1534 3088 784 t 388 3098 1534 t 1534 3091 388 t 778 3100 1534 t 1534 3098 778 t 94 3101 1535 t 1535 3094 94 t 835 3102 1535 t 1535 3101 835 t 389 3103 1535 t 1535 3102 389 t 785 3094 1535 t 1535 3103 785 t 93 3052 1536 t 1536 3105 93 t 767 3104 1536 t 1536 3052 767 t 389 3102 1536 t 1536 3104 389 t 835 3105 1536 t 1536 3102 835 t 63 3106 1537 t 1537 3047 63 t 786 3107 1537 t 1537 3106 786 t 389 3104 1537 t 1537 3107 389 t 767 3047 1537 t 1537 3104 767 t 69 3108 1538 t 1538 3110 69 t 779 3109 1538 t 1538 3108 779 t 389 3107 1538 t 1538 3109 389 t 786 3110 1538 t 1538 3107 786 t 68 3099 1539 t 1539 3111 68 t 785 3103 1539 t 1539 3099 785 t 389 3109 1539 t 1539 3103 389 t 779 3111 1539 t 1539 3109 779 t 63 3061 1540 t 1540 3106 63 t 768 3112 1540 t 1540 3061 768 t 390 3113 1540 t 1540 3112 390 t 786 3106 1540 t 1540 3113 786 t 64 3114 1541 t 1541 3058 64 t 787 3115 1541 t 1541 3114 787 t 390 3112 1541 t 1541 3115 390 t 768 3058 1541 t 1541 3112 768 t 70 3116 1542 t 1542 3118 70 t 780 3117 1542 t 1542 3116 780 t 390 3115 1542 t 1542 3117 390 t 787 3118 1542 t 1542 3115 787 t 69 3110 1543 t 1543 3119 69 t 786 3113 1543 t 1543 3110 786 t 390 3117 1543 t 1543 3113 390 t 780 3119 1543 t 1543 3117 780 t 64 3071 1544 t 1544 3114 64 t 769 3120 1544 t 1544 3071 769 t 391 3121 1544 t 1544 3120 391 t 787 3114 1544 t 1544 3121 787 t 230 3122 1545 t 1545 3068 230 t 1099 3123 1545 t 1545 3122 1099 t 391 3120 1545 t 1545 3123 391 t 769 3068 1545 t 1545 3120 769 t 238 3124 1546 t 1546 3126 238 t 781 3125 1546 t 1546 3124 781 t 391 3123 1546 t 1546 3125 391 t 1099 3126 1546 t 1546 3123 1099 t 70 3118 1547 t 1547 3127 70 t 787 3121 1547 t 1547 3118 787 t 391 3125 1547 t 1547 3121 391 t 781 3127 1547 t 1547 3125 781 t 65 3081 1548 t 1548 3130 65 t 776 3128 1548 t 1548 3081 776 t 392 3129 1548 t 1548 3128 392 t 794 3130 1548 t 1548 3129 794 t 66 3131 1549 t 1549 3077 66 t 795 3132 1549 t 1549 3131 795 t 392 3128 1549 t 1549 3132 392 t 776 3077 1549 t 1549 3128 776 t 72 3133 1550 t 1550 3135 72 t 788 3134 1550 t 1550 3133 788 t 392 3132 1550 t 1550 3134 392 t 795 3135 1550 t 1550 3132 795 t 71 3136 1551 t 1551 3137 71 t 794 3129 1551 t 1551 3136 794 t 392 3134 1551 t 1551 3129 392 t 788 3137 1551 t 1551 3134 788 t 66 3089 1552 t 1552 3131 66 t 777 3138 1552 t 1552 3089 777 t 393 3139 1552 t 1552 3138 393 t 795 3131 1552 t 1552 3139 795 t 67 3140 1553 t 1553 3086 67 t 796 3141 1553 t 1553 3140 796 t 393 3138 1553 t 1553 3141 393 t 777 3086 1553 t 1553 3138 777 t 73 3142 1554 t 1554 3144 73 t 789 3143 1554 t 1554 3142 789 t 393 3141 1554 t 1554 3143 393 t 796 3144 1554 t 1554 3141 796 t 72 3135 1555 t 1555 3145 72 t 795 3139 1555 t 1555 3135 795 t 393 3143 1555 t 1555 3139 393 t 789 3145 1555 t 1555 3143 789 t 67 3100 1556 t 1556 3140 67 t 778 3146 1556 t 1556 3100 778 t 394 3147 1556 t 1556 3146 394 t 796 3140 1556 t 1556 3147 796 t 68 3148 1557 t 1557 3097 68 t 797 3149 1557 t 1557 3148 797 t 394 3146 1557 t 1557 3149 394 t 778 3097 1557 t 1557 3146 778 t 74 3150 1558 t 1558 3152 74 t 790 3151 1558 t 1558 3150 790 t 394 3149 1558 t 1558 3151 394 t 797 3152 1558 t 1558 3149 797 t 73 3144 1559 t 1559 3153 73 t 796 3147 1559 t 1559 3144 796 t 394 3151 1559 t 1559 3147 394 t 790 3153 1559 t 1559 3151 790 t 68 3111 1560 t 1560 3148 68 t 779 3154 1560 t 1560 3111 779 t 395 3155 1560 t 1560 3154 395 t 797 3148 1560 t 1560 3155 797 t 69 3156 1561 t 1561 3108 69 t 798 3157 1561 t 1561 3156 798 t 395 3154 1561 t 1561 3157 395 t 779 3108 1561 t 1561 3154 779 t 75 3158 1562 t 1562 3160 75 t 791 3159 1562 t 1562 3158 791 t 395 3157 1562 t 1562 3159 395 t 798 3160 1562 t 1562 3157 798 t 74 3152 1563 t 1563 3161 74 t 797 3155 1563 t 1563 3152 797 t 395 3159 1563 t 1563 3155 395 t 791 3161 1563 t 1563 3159 791 t 69 3119 1564 t 1564 3156 69 t 780 3162 1564 t 1564 3119 780 t 396 3163 1564 t 1564 3162 396 t 798 3156 1564 t 1564 3163 798 t 70 3164 1565 t 1565 3116 70 t 799 3165 1565 t 1565 3164 799 t 396 3162 1565 t 1565 3165 396 t 780 3116 1565 t 1565 3162 780 t 76 3166 1566 t 1566 3168 76 t 792 3167 1566 t 1566 3166 792 t 396 3165 1566 t 1566 3167 396 t 799 3168 1566 t 1566 3165 799 t 75 3160 1567 t 1567 3169 75 t 798 3163 1567 t 1567 3160 798 t 396 3167 1567 t 1567 3163 396 t 792 3169 1567 t 1567 3167 792 t 70 3127 1568 t 1568 3164 70 t 781 3170 1568 t 1568 3127 781 t 397 3171 1568 t 1568 3170 397 t 799 3164 1568 t 1568 3171 799 t 238 3172 1569 t 1569 3124 238 t 1112 3173 1569 t 1569 3172 1112 t 397 3170 1569 t 1569 3173 397 t 781 3124 1569 t 1569 3170 781 t 157 3174 1570 t 1570 3176 157 t 793 3175 1570 t 1570 3174 793 t 397 3173 1570 t 1570 3175 397 t 1112 3176 1570 t 1570 3173 1112 t 76 3168 1571 t 1571 3177 76 t 799 3171 1571 t 1571 3168 799 t 397 3175 1571 t 1571 3171 397 t 793 3177 1571 t 1571 3175 793 t 71 3137 1572 t 1572 3180 71 t 788 3178 1572 t 1572 3137 788 t 398 3179 1572 t 1572 3178 398 t 806 3180 1572 t 1572 3179 806 t 72 3181 1573 t 1573 3133 72 t 807 3182 1573 t 1573 3181 807 t 398 3178 1573 t 1573 3182 398 t 788 3133 1573 t 1573 3178 788 t 78 3183 1574 t 1574 3185 78 t 800 3184 1574 t 1574 3183 800 t 398 3182 1574 t 1574 3184 398 t 807 3185 1574 t 1574 3182 807 t 77 3186 1575 t 1575 3187 77 t 806 3179 1575 t 1575 3186 806 t 398 3184 1575 t 1575 3179 398 t 800 3187 1575 t 1575 3184 800 t 72 3145 1576 t 1576 3181 72 t 789 3188 1576 t 1576 3145 789 t 399 3189 1576 t 1576 3188 399 t 807 3181 1576 t 1576 3189 807 t 73 3190 1577 t 1577 3142 73 t 808 3191 1577 t 1577 3190 808 t 399 3188 1577 t 1577 3191 399 t 789 3142 1577 t 1577 3188 789 t 79 3192 1578 t 1578 3194 79 t 801 3193 1578 t 1578 3192 801 t 399 3191 1578 t 1578 3193 399 t 808 3194 1578 t 1578 3191 808 t 78 3185 1579 t 1579 3195 78 t 807 3189 1579 t 1579 3185 807 t 399 3193 1579 t 1579 3189 399 t 801 3195 1579 t 1579 3193 801 t 73 3153 1580 t 1580 3190 73 t 790 3196 1580 t 1580 3153 790 t 400 3197 1580 t 1580 3196 400 t 808 3190 1580 t 1580 3197 808 t 74 3198 1581 t 1581 3150 74 t 809 3199 1581 t 1581 3198 809 t 400 3196 1581 t 1581 3199 400 t 790 3150 1581 t 1581 3196 790 t 80 3200 1582 t 1582 3202 80 t 802 3201 1582 t 1582 3200 802 t 400 3199 1582 t 1582 3201 400 t 809 3202 1582 t 1582 3199 809 t 79 3194 1583 t 1583 3203 79 t 808 3197 1583 t 1583 3194 808 t 400 3201 1583 t 1583 3197 400 t 802 3203 1583 t 1583 3201 802 t 74 3161 1584 t 1584 3198 74 t 791 3204 1584 t 1584 3161 791 t 401 3205 1584 t 1584 3204 401 t 809 3198 1584 t 1584 3205 809 t 75 3206 1585 t 1585 3158 75 t 810 3207 1585 t 1585 3206 810 t 401 3204 1585 t 1585 3207 401 t 791 3158 1585 t 1585 3204 791 t 81 3208 1586 t 1586 3210 81 t 803 3209 1586 t 1586 3208 803 t 401 3207 1586 t 1586 3209 401 t 810 3210 1586 t 1586 3207 810 t 80 3202 1587 t 1587 3211 80 t 809 3205 1587 t 1587 3202 809 t 401 3209 1587 t 1587 3205 401 t 803 3211 1587 t 1587 3209 803 t 75 3169 1588 t 1588 3206 75 t 792 3212 1588 t 1588 3169 792 t 402 3213 1588 t 1588 3212 402 t 810 3206 1588 t 1588 3213 810 t 76 3214 1589 t 1589 3166 76 t 811 3215 1589 t 1589 3214 811 t 402 3212 1589 t 1589 3215 402 t 792 3166 1589 t 1589 3212 792 t 82 3216 1590 t 1590 3218 82 t 804 3217 1590 t 1590 3216 804 t 402 3215 1590 t 1590 3217 402 t 811 3218 1590 t 1590 3215 811 t 81 3210 1591 t 1591 3219 81 t 810 3213 1591 t 1591 3210 810 t 402 3217 1591 t 1591 3213 402 t 804 3219 1591 t 1591 3217 804 t 76 3177 1592 t 1592 3214 76 t 793 3220 1592 t 1592 3177 793 t 403 3221 1592 t 1592 3220 403 t 811 3214 1592 t 1592 3221 811 t 157 3222 1593 t 1593 3174 157 t 958 3223 1593 t 1593 3222 958 t 403 3220 1593 t 1593 3223 403 t 793 3174 1593 t 1593 3220 793 t 251 3224 1594 t 1594 3226 251 t 805 3225 1594 t 1594 3224 805 t 403 3223 1594 t 1594 3225 403 t 958 3226 1594 t 1594 3223 958 t 82 3218 1595 t 1595 3227 82 t 811 3221 1595 t 1595 3218 811 t 403 3225 1595 t 1595 3221 403 t 805 3227 1595 t 1595 3225 805 t 77 3187 1596 t 1596 3230 77 t 800 3228 1596 t 1596 3187 800 t 404 3229 1596 t 1596 3228 404 t 818 3230 1596 t 1596 3229 818 t 78 3231 1597 t 1597 3183 78 t 819 3232 1597 t 1597 3231 819 t 404 3228 1597 t 1597 3232 404 t 800 3183 1597 t 1597 3228 800 t 84 3233 1598 t 1598 3235 84 t 812 3234 1598 t 1598 3233 812 t 404 3232 1598 t 1598 3234 404 t 819 3235 1598 t 1598 3232 819 t 83 3236 1599 t 1599 3237 83 t 818 3229 1599 t 1599 3236 818 t 404 3234 1599 t 1599 3229 404 t 812 3237 1599 t 1599 3234 812 t 78 3195 1600 t 1600 3231 78 t 801 3238 1600 t 1600 3195 801 t 405 3239 1600 t 1600 3238 405 t 819 3231 1600 t 1600 3239 819 t 79 3240 1601 t 1601 3192 79 t 820 3241 1601 t 1601 3240 820 t 405 3238 1601 t 1601 3241 405 t 801 3192 1601 t 1601 3238 801 t 85 3242 1602 t 1602 3244 85 t 813 3243 1602 t 1602 3242 813 t 405 3241 1602 t 1602 3243 405 t 820 3244 1602 t 1602 3241 820 t 84 3235 1603 t 1603 3245 84 t 819 3239 1603 t 1603 3235 819 t 405 3243 1603 t 1603 3239 405 t 813 3245 1603 t 1603 3243 813 t 79 3203 1604 t 1604 3240 79 t 802 3246 1604 t 1604 3203 802 t 406 3247 1604 t 1604 3246 406 t 820 3240 1604 t 1604 3247 820 t 80 3248 1605 t 1605 3200 80 t 821 3249 1605 t 1605 3248 821 t 406 3246 1605 t 1605 3249 406 t 802 3200 1605 t 1605 3246 802 t 86 3250 1606 t 1606 3252 86 t 873 3251 1606 t 1606 3250 873 t 406 3249 1606 t 1606 3251 406 t 821 3252 1606 t 1606 3249 821 t 114 3253 1607 t 1607 3255 114 t 814 3254 1607 t 1607 3253 814 t 406 3251 1607 t 1607 3254 406 t 873 3255 1607 t 1607 3251 873 t 85 3244 1608 t 1608 3256 85 t 820 3247 1608 t 1608 3244 820 t 406 3254 1608 t 1608 3247 406 t 814 3256 1608 t 1608 3254 814 t 80 3211 1609 t 1609 3248 80 t 803 3257 1609 t 1609 3211 803 t 407 3258 1609 t 1609 3257 407 t 821 3248 1609 t 1609 3258 821 t 81 3259 1610 t 1610 3208 81 t 822 3260 1610 t 1610 3259 822 t 407 3257 1610 t 1610 3260 407 t 803 3208 1610 t 1610 3257 803 t 87 3261 1611 t 1611 3263 87 t 815 3262 1611 t 1611 3261 815 t 407 3260 1611 t 1611 3262 407 t 822 3263 1611 t 1611 3260 822 t 112 3264 1612 t 1612 3266 112 t 870 3265 1612 t 1612 3264 870 t 407 3262 1612 t 1612 3265 407 t 815 3266 1612 t 1612 3262 815 t 86 3252 1613 t 1613 3267 86 t 821 3258 1613 t 1613 3252 821 t 407 3265 1613 t 1613 3258 407 t 870 3267 1613 t 1613 3265 870 t 81 3219 1614 t 1614 3259 81 t 804 3268 1614 t 1614 3219 804 t 408 3269 1614 t 1614 3268 408 t 822 3259 1614 t 1614 3269 822 t 82 3270 1615 t 1615 3216 82 t 823 3271 1615 t 1615 3270 823 t 408 3268 1615 t 1615 3271 408 t 804 3216 1615 t 1615 3268 804 t 88 3272 1616 t 1616 3274 88 t 816 3273 1616 t 1616 3272 816 t 408 3271 1616 t 1616 3273 408 t 823 3274 1616 t 1616 3271 823 t 87 3263 1617 t 1617 3275 87 t 822 3269 1617 t 1617 3263 822 t 408 3273 1617 t 1617 3269 408 t 816 3275 1617 t 1617 3273 816 t 82 3227 1618 t 1618 3270 82 t 805 3276 1618 t 1618 3227 805 t 409 3277 1618 t 1618 3276 409 t 823 3270 1618 t 1618 3277 823 t 251 3278 1619 t 1619 3224 251 t 1139 3279 1619 t 1619 3278 1139 t 409 3276 1619 t 1619 3279 409 t 805 3224 1619 t 1619 3276 805 t 260 3280 1620 t 1620 3282 260 t 817 3281 1620 t 1620 3280 817 t 409 3279 1620 t 1620 3281 409 t 1139 3282 1620 t 1620 3279 1139 t 88 3274 1621 t 1621 3283 88 t 823 3277 1621 t 1621 3274 823 t 409 3281 1621 t 1621 3277 409 t 817 3283 1621 t 1621 3281 817 t 83 3237 1622 t 1622 3286 83 t 812 3284 1622 t 1622 3237 812 t 410 3285 1622 t 1622 3284 410 t 828 3286 1622 t 1622 3285 828 t 84 3287 1623 t 1623 3233 84 t 829 3288 1623 t 1623 3287 829 t 410 3284 1623 t 1623 3288 410 t 812 3233 1623 t 1623 3284 812 t 89 3289 1624 t 1624 3291 89 t 824 3290 1624 t 1624 3289 824 t 410 3288 1624 t 1624 3290 410 t 829 3291 1624 t 1624 3288 829 t 262 3292 1625 t 1625 3294 262 t 1143 3293 1625 t 1625 3292 1143 t 410 3290 1625 t 1625 3293 410 t 824 3294 1625 t 1625 3290 824 t 263 3295 1626 t 1626 3296 263 t 828 3285 1626 t 1626 3295 828 t 410 3293 1626 t 1626 3285 410 t 1143 3296 1626 t 1626 3293 1143 t 84 3245 1627 t 1627 3287 84 t 813 3297 1627 t 1627 3245 813 t 411 3298 1627 t 1627 3297 411 t 829 3287 1627 t 1627 3298 829 t 85 3299 1628 t 1628 3242 85 t 830 3300 1628 t 1628 3299 830 t 411 3297 1628 t 1628 3300 411 t 813 3242 1628 t 1628 3297 813 t 90 3301 1629 t 1629 3303 90 t 825 3302 1629 t 1629 3301 825 t 411 3300 1629 t 1629 3302 411 t 830 3303 1629 t 1629 3300 830 t 89 3291 1630 t 1630 3304 89 t 829 3298 1630 t 1630 3291 829 t 411 3302 1630 t 1630 3298 411 t 825 3304 1630 t 1630 3302 825 t 85 3256 1631 t 1631 3299 85 t 814 3305 1631 t 1631 3256 814 t 412 3306 1631 t 1631 3305 412 t 830 3299 1631 t 1631 3306 830 t 114 3307 1632 t 1632 3253 114 t 872 3308 1632 t 1632 3307 872 t 412 3305 1632 t 1632 3308 412 t 814 3253 1632 t 1632 3305 814 t 113 3309 1633 t 1633 3311 113 t 831 3310 1633 t 1633 3309 831 t 412 3308 1633 t 1633 3310 412 t 872 3311 1633 t 1633 3308 872 t 91 3312 1634 t 1634 3314 91 t 826 3313 1634 t 1634 3312 826 t 412 3310 1634 t 1634 3313 412 t 831 3314 1634 t 1634 3310 831 t 90 3303 1635 t 1635 3315 90 t 830 3306 1635 t 1635 3303 830 t 412 3313 1635 t 1635 3306 412 t 826 3315 1635 t 1635 3313 826 t 113 3316 1636 t 1636 3309 113 t 871 3317 1636 t 1636 3316 871 t 413 3318 1636 t 1636 3317 413 t 831 3309 1636 t 1636 3318 831 t 112 3266 1637 t 1637 3320 112 t 815 3319 1637 t 1637 3266 815 t 413 3317 1637 t 1637 3319 413 t 871 3320 1637 t 1637 3317 871 t 87 3321 1638 t 1638 3261 87 t 832 3322 1638 t 1638 3321 832 t 413 3319 1638 t 1638 3322 413 t 815 3261 1638 t 1638 3319 815 t 92 3323 1639 t 1639 3325 92 t 827 3324 1639 t 1639 3323 827 t 413 3322 1639 t 1639 3324 413 t 832 3325 1639 t 1639 3322 832 t 91 3314 1640 t 1640 3326 91 t 831 3318 1640 t 1640 3314 831 t 413 3324 1640 t 1640 3318 413 t 827 3326 1640 t 1640 3324 827 t 87 3275 1641 t 1641 3321 87 t 816 3327 1641 t 1641 3275 816 t 414 3328 1641 t 1641 3327 414 t 832 3321 1641 t 1641 3328 832 t 88 3329 1642 t 1642 3272 88 t 833 3330 1642 t 1642 3329 833 t 414 3327 1642 t 1642 3330 414 t 816 3272 1642 t 1642 3327 816 t 159 3331 1643 t 1643 3333 159 t 1154 3332 1643 t 1643 3331 1154 t 414 3330 1643 t 1643 3332 414 t 833 3333 1643 t 1643 3330 833 t 268 3334 1644 t 1644 3336 268 t 941 3335 1644 t 1644 3334 941 t 414 3332 1644 t 1644 3335 414 t 1154 3336 1644 t 1644 3332 1154 t 92 3325 1645 t 1645 3337 92 t 832 3328 1645 t 1645 3325 832 t 414 3335 1645 t 1645 3328 414 t 941 3337 1645 t 1645 3335 941 t 88 3283 1646 t 1646 3329 88 t 817 3338 1646 t 1646 3283 817 t 415 3339 1646 t 1646 3338 415 t 833 3329 1646 t 1646 3339 833 t 260 3340 1647 t 1647 3280 260 t 960 3341 1647 t 1647 3340 960 t 415 3338 1647 t 1647 3341 415 t 817 3280 1647 t 1647 3338 817 t 159 3333 1648 t 1648 3342 159 t 833 3339 1648 t 1648 3333 833 t 415 3341 1648 t 1648 3339 415 t 960 3342 1648 t 1648 3341 960 t 108 3343 1649 t 1649 3346 108 t 862 3344 1649 t 1649 3343 862 t 416 3345 1649 t 1649 3344 416 t 865 3346 1649 t 1649 3345 865 t 109 3347 1650 t 1650 3349 109 t 863 3348 1650 t 1650 3347 863 t 416 3344 1650 t 1650 3348 416 t 862 3349 1650 t 1650 3344 862 t 110 3350 1651 t 1651 3352 110 t 864 3351 1651 t 1651 3350 864 t 416 3348 1651 t 1651 3351 416 t 863 3352 1651 t 1651 3348 863 t 111 3353 1652 t 1652 3354 111 t 865 3345 1652 t 1652 3353 865 t 416 3351 1652 t 1652 3345 416 t 864 3354 1652 t 1652 3351 864 t 5169 3053 1653 t 1653 3357 5169 t 5236 3355 5296 t 5296 5400 5236 t 417 3356 5296 t 5296 3355 417 t 842 3357 1653 t 1653 5412 842 t 93 3358 1654 t 1654 3050 93 t 843 3359 1654 t 1654 3358 843 t 5198 5411 1654 t 1654 3359 5198 t 834 3050 1654 t 1654 5411 834 t 97 3360 1655 t 1655 3362 97 t 838 3361 1655 t 1655 3360 838 t 5198 3359 1655 t 1655 3361 5198 t 843 3362 1655 t 1655 3359 843 t 96 3363 1656 t 1656 3364 96 t 842 5412 1656 t 1656 3363 842 t 417 5414 5297 t 5297 3356 417 t 5238 5416 5297 t 5297 5414 5238 t 93 3105 1657 t 1657 3358 93 t 835 3365 1657 t 1657 3105 835 t 418 3366 1657 t 1657 3365 418 t 843 3358 1657 t 1657 3366 843 t 94 3367 1658 t 1658 3101 94 t 844 3368 1658 t 1658 3367 844 t 418 3365 1658 t 1658 3368 418 t 835 3101 1658 t 1658 3365 835 t 98 3369 1659 t 1659 3371 98 t 839 3370 1659 t 1659 3369 839 t 418 3368 1659 t 1659 3370 418 t 844 3371 1659 t 1659 3368 844 t 97 3362 1660 t 1660 3372 97 t 843 3366 1660 t 1660 3362 843 t 418 3370 1660 t 1660 3366 418 t 839 3372 1660 t 1660 3370 839 t 94 3096 1661 t 1661 3367 94 t 836 3373 1661 t 1661 3096 836 t 419 3374 1661 t 1661 3373 419 t 844 3367 1661 t 1661 3374 844 t 95 3375 1662 t 1662 3092 95 t 845 3376 1662 t 1662 3375 845 t 419 3373 1662 t 1662 3376 419 t 836 3092 1662 t 1662 3373 836 t 99 3377 1663 t 1663 3379 99 t 840 3378 1663 t 1663 3377 840 t 419 3376 1663 t 1663 3378 419 t 845 3379 1663 t 1663 3376 845 t 98 3371 1664 t 1664 3380 98 t 844 3374 1664 t 1664 3371 844 t 419 3378 1664 t 1664 3374 419 t 840 3380 1664 t 1664 3378 840 t 95 3041 1665 t 1665 3375 95 t 5237 3381 1665 t 1665 3041 5237 t 420 3382 1665 t 1665 3381 420 t 845 3375 1665 t 1665 3382 845 t 62 5413 1666 t 1666 3036 62 t 5240 3383 1666 t 1666 5413 5240 t 5199 5418 5298 t 5298 5419 5199 t 837 5392 5298 t 5298 5418 837 t 5170 3384 1667 t 1667 5415 5170 t 841 3385 5299 t 5299 5420 841 t 5199 5419 5299 t 5299 3385 5199 t 5240 5415 1667 t 1667 3383 5240 t 99 3379 1668 t 1668 3386 99 t 845 3382 1668 t 1668 3379 845 t 420 5422 1668 t 1668 3382 420 t 5239 3386 1668 t 1668 5422 5239 t 5171 5416 1669 t 1669 3389 5171 t 838 3387 5300 t 5300 5417 838 t 421 3388 5300 t 5300 3387 421 t 850 5423 5300 t 5300 3388 850 t 97 3390 1670 t 1670 3360 97 t 851 3391 1670 t 1670 3390 851 t 421 3387 1670 t 1670 3391 421 t 838 3360 1670 t 1670 3387 838 t 101 3392 1671 t 1671 3394 101 t 846 3393 1671 t 1671 3392 846 t 421 3391 1671 t 1671 3393 421 t 851 3394 1671 t 1671 3391 851 t 100 3395 1672 t 1672 3396 100 t 850 3388 1672 t 1672 3395 850 t 421 3393 1672 t 1672 3388 421 t 846 3396 1672 t 1672 3393 846 t 97 3372 1673 t 1673 3390 97 t 839 3397 1673 t 1673 3372 839 t 422 3398 1673 t 1673 3397 422 t 851 3390 1673 t 1673 3398 851 t 98 3399 1674 t 1674 3369 98 t 852 3400 1674 t 1674 3399 852 t 422 3397 1674 t 1674 3400 422 t 839 3369 1674 t 1674 3397 839 t 102 3401 1675 t 1675 3403 102 t 847 3402 1675 t 1675 3401 847 t 422 3400 1675 t 1675 3402 422 t 852 3403 1675 t 1675 3400 852 t 101 3394 1676 t 1676 3404 101 t 851 3398 1676 t 1676 3394 851 t 422 3402 1676 t 1676 3398 422 t 847 3404 1676 t 1676 3402 847 t 98 3380 1677 t 1677 3399 98 t 840 3405 1677 t 1677 3380 840 t 423 3406 1677 t 1677 3405 423 t 852 3399 1677 t 1677 3406 852 t 99 3407 1678 t 1678 3377 99 t 853 3408 1678 t 1678 3407 853 t 423 3405 1678 t 1678 3408 423 t 840 3377 1678 t 1678 3405 840 t 103 3409 1679 t 1679 3411 103 t 848 3410 1679 t 1679 3409 848 t 423 3408 1679 t 1679 3410 423 t 853 3411 1679 t 1679 3408 853 t 102 3403 1680 t 1680 3412 102 t 852 3406 1680 t 1680 3403 852 t 423 3410 1680 t 1680 3406 423 t 848 3412 1680 t 1680 3410 848 t 99 3386 1681 t 1681 3407 99 t 5239 3413 1681 t 1681 3386 5239 t 424 3414 1681 t 1681 3413 424 t 853 3407 1681 t 1681 3414 853 t 5172 5424 1682 t 1682 5420 5172 t 850 3415 5301 t 5301 5423 850 t 424 3413 5301 t 5301 3415 424 t 5239 5421 5301 t 5301 3413 5239 t 100 3416 1683 t 1683 3395 100 t 849 3417 1683 t 1683 3416 849 t 424 3415 1683 t 1683 3417 424 t 850 3395 1683 t 1683 3415 850 t 103 3411 1684 t 1684 3418 103 t 853 3414 1684 t 1684 3411 853 t 424 3417 1684 t 1684 3414 424 t 849 3418 1684 t 1684 3417 849 t 100 3396 1685 t 1685 3421 100 t 846 3419 1685 t 1685 3396 846 t 425 3420 1685 t 1685 3419 425 t 858 3421 1685 t 1685 3420 858 t 101 3422 1686 t 1686 3392 101 t 859 3423 1686 t 1686 3422 859 t 425 3419 1686 t 1686 3423 425 t 846 3392 1686 t 1686 3419 846 t 105 3424 1687 t 1687 3426 105 t 854 3425 1687 t 1687 3424 854 t 425 3423 1687 t 1687 3425 425 t 859 3426 1687 t 1687 3423 859 t 104 3427 1688 t 1688 3428 104 t 858 3420 1688 t 1688 3427 858 t 425 3425 1688 t 1688 3420 425 t 854 3428 1688 t 1688 3425 854 t 101 3404 1689 t 1689 3422 101 t 847 3429 1689 t 1689 3404 847 t 426 3430 1689 t 1689 3429 426 t 859 3422 1689 t 1689 3430 859 t 102 3431 1690 t 1690 3401 102 t 860 3432 1690 t 1690 3431 860 t 426 3429 1690 t 1690 3432 426 t 847 3401 1690 t 1690 3429 847 t 106 3433 1691 t 1691 3435 106 t 855 3434 1691 t 1691 3433 855 t 426 3432 1691 t 1691 3434 426 t 860 3435 1691 t 1691 3432 860 t 105 3426 1692 t 1692 3436 105 t 859 3430 1692 t 1692 3426 859 t 426 3434 1692 t 1692 3430 426 t 855 3436 1692 t 1692 3434 855 t 102 3412 1693 t 1693 3431 102 t 848 3437 1693 t 1693 3412 848 t 427 3438 1693 t 1693 3437 427 t 860 3431 1693 t 1693 3438 860 t 103 3439 1694 t 1694 3409 103 t 861 3440 1694 t 1694 3439 861 t 427 3437 1694 t 1694 3440 427 t 848 3409 1694 t 1694 3437 848 t 107 3441 1695 t 1695 3443 107 t 856 3442 1695 t 1695 3441 856 t 427 3440 1695 t 1695 3442 427 t 861 3443 1695 t 1695 3440 861 t 106 3435 1696 t 1696 3444 106 t 860 3438 1696 t 1696 3435 860 t 427 3442 1696 t 1696 3438 427 t 856 3444 1696 t 1696 3442 856 t 103 3418 1697 t 1697 3439 103 t 849 3445 1697 t 1697 3418 849 t 428 3446 1697 t 1697 3445 428 t 861 3439 1697 t 1697 3446 861 t 100 3421 1698 t 1698 3416 100 t 858 3447 1698 t 1698 3421 858 t 428 3445 1698 t 1698 3447 428 t 849 3416 1698 t 1698 3445 849 t 104 3448 1699 t 1699 3427 104 t 857 3449 1699 t 1699 3448 857 t 428 3447 1699 t 1699 3449 428 t 858 3427 1699 t 1699 3447 858 t 107 3443 1700 t 1700 3450 107 t 861 3446 1700 t 1700 3443 861 t 428 3449 1700 t 1700 3446 428 t 857 3450 1700 t 1700 3449 857 t 104 3428 1701 t 1701 3453 104 t 854 3451 1701 t 1701 3428 854 t 429 3452 1701 t 1701 3451 429 t 866 3453 1701 t 1701 3452 866 t 105 3454 1702 t 1702 3424 105 t 867 3455 1702 t 1702 3454 867 t 429 3451 1702 t 1702 3455 429 t 854 3424 1702 t 1702 3451 854 t 109 3349 1703 t 1703 3457 109 t 862 3456 1703 t 1703 3349 862 t 429 3455 1703 t 1703 3456 429 t 867 3457 1703 t 1703 3455 867 t 108 3458 1704 t 1704 3343 108 t 866 3452 1704 t 1704 3458 866 t 429 3456 1704 t 1704 3452 429 t 862 3343 1704 t 1704 3456 862 t 105 3436 1705 t 1705 3454 105 t 855 3459 1705 t 1705 3436 855 t 430 3460 1705 t 1705 3459 430 t 867 3454 1705 t 1705 3460 867 t 106 3461 1706 t 1706 3433 106 t 868 3462 1706 t 1706 3461 868 t 430 3459 1706 t 1706 3462 430 t 855 3433 1706 t 1706 3459 855 t 110 3352 1707 t 1707 3464 110 t 863 3463 1707 t 1707 3352 863 t 430 3462 1707 t 1707 3463 430 t 868 3464 1707 t 1707 3462 868 t 109 3457 1708 t 1708 3347 109 t 867 3460 1708 t 1708 3457 867 t 430 3463 1708 t 1708 3460 430 t 863 3347 1708 t 1708 3463 863 t 106 3444 1709 t 1709 3461 106 t 856 3465 1709 t 1709 3444 856 t 431 3466 1709 t 1709 3465 431 t 868 3461 1709 t 1709 3466 868 t 107 3467 1710 t 1710 3441 107 t 869 3468 1710 t 1710 3467 869 t 431 3465 1710 t 1710 3468 431 t 856 3441 1710 t 1710 3465 856 t 111 3354 1711 t 1711 3470 111 t 864 3469 1711 t 1711 3354 864 t 431 3468 1711 t 1711 3469 431 t 869 3470 1711 t 1711 3468 869 t 110 3464 1712 t 1712 3350 110 t 868 3466 1712 t 1712 3464 868 t 431 3469 1712 t 1712 3466 431 t 864 3350 1712 t 1712 3469 864 t 107 3450 1713 t 1713 3467 107 t 857 3471 1713 t 1713 3450 857 t 432 3472 1713 t 1713 3471 432 t 869 3467 1713 t 1713 3472 869 t 104 3453 1714 t 1714 3448 104 t 866 3473 1714 t 1714 3453 866 t 432 3471 1714 t 1714 3473 432 t 857 3448 1714 t 1714 3471 857 t 108 3346 1715 t 1715 3458 108 t 865 3474 1715 t 1715 3346 865 t 432 3473 1715 t 1715 3474 432 t 866 3458 1715 t 1715 3473 866 t 111 3470 1716 t 1716 3353 111 t 869 3472 1716 t 1716 3470 869 t 432 3474 1716 t 1716 3472 432 t 865 3353 1716 t 1716 3474 865 t 127 3475 1717 t 1717 3478 127 t 898 3476 1717 t 1717 3475 898 t 433 3477 1717 t 1717 3476 433 t 901 3478 1717 t 1717 3477 901 t 128 3479 1718 t 1718 3481 128 t 899 3480 1718 t 1718 3479 899 t 433 3476 1718 t 1718 3480 433 t 898 3481 1718 t 1718 3476 898 t 129 3482 1719 t 1719 3484 129 t 900 3483 1719 t 1719 3482 900 t 433 3480 1719 t 1719 3483 433 t 899 3484 1719 t 1719 3480 899 t 130 3485 1720 t 1720 3486 130 t 901 3477 1720 t 1720 3485 901 t 433 3483 1720 t 1720 3477 433 t 900 3486 1720 t 1720 3483 900 t 86 3267 1721 t 1721 3489 86 t 870 3487 1721 t 1721 3267 870 t 434 3488 1721 t 1721 3487 434 t 878 3489 1721 t 1721 3488 878 t 112 3490 1722 t 1722 3264 112 t 879 3491 1722 t 1722 3490 879 t 434 3487 1722 t 1722 3491 434 t 870 3264 1722 t 1722 3487 870 t 116 3492 1723 t 1723 3494 116 t 874 3493 1723 t 1723 3492 874 t 434 3491 1723 t 1723 3493 434 t 879 3494 1723 t 1723 3491 879 t 115 3495 1724 t 1724 3496 115 t 878 3488 1724 t 1724 3495 878 t 434 3493 1724 t 1724 3488 434 t 874 3496 1724 t 1724 3493 874 t 112 3320 1725 t 1725 3490 112 t 871 3497 1725 t 1725 3320 871 t 435 3498 1725 t 1725 3497 435 t 879 3490 1725 t 1725 3498 879 t 113 3499 1726 t 1726 3316 113 t 880 3500 1726 t 1726 3499 880 t 435 3497 1726 t 1726 3500 435 t 871 3316 1726 t 1726 3497 871 t 117 3501 1727 t 1727 3503 117 t 875 3502 1727 t 1727 3501 875 t 435 3500 1727 t 1727 3502 435 t 880 3503 1727 t 1727 3500 880 t 116 3494 1728 t 1728 3504 116 t 879 3498 1728 t 1728 3494 879 t 435 3502 1728 t 1728 3498 435 t 875 3504 1728 t 1728 3502 875 t 113 3311 1729 t 1729 3499 113 t 872 3505 1729 t 1729 3311 872 t 436 3506 1729 t 1729 3505 436 t 880 3499 1729 t 1729 3506 880 t 114 3507 1730 t 1730 3307 114 t 881 3508 1730 t 1730 3507 881 t 436 3505 1730 t 1730 3508 436 t 872 3307 1730 t 1730 3505 872 t 118 3509 1731 t 1731 3511 118 t 876 3510 1731 t 1731 3509 876 t 436 3508 1731 t 1731 3510 436 t 881 3511 1731 t 1731 3508 881 t 117 3503 1732 t 1732 3512 117 t 880 3506 1732 t 1732 3503 880 t 436 3510 1732 t 1732 3506 436 t 876 3512 1732 t 1732 3510 876 t 114 3255 1733 t 1733 3507 114 t 873 3513 1733 t 1733 3255 873 t 437 3514 1733 t 1733 3513 437 t 881 3507 1733 t 1733 3514 881 t 86 3489 1734 t 1734 3250 86 t 878 3515 1734 t 1734 3489 878 t 437 3513 1734 t 1734 3515 437 t 873 3250 1734 t 1734 3513 873 t 115 3516 1735 t 1735 3495 115 t 877 3517 1735 t 1735 3516 877 t 437 3515 1735 t 1735 3517 437 t 878 3495 1735 t 1735 3515 878 t 118 3511 1736 t 1736 3518 118 t 881 3514 1736 t 1736 3511 881 t 437 3517 1736 t 1736 3514 437 t 877 3518 1736 t 1736 3517 877 t 115 3496 1737 t 1737 3521 115 t 874 3519 1737 t 1737 3496 874 t 438 3520 1737 t 1737 3519 438 t 886 3521 1737 t 1737 3520 886 t 116 3522 1738 t 1738 3492 116 t 887 3523 1738 t 1738 3522 887 t 438 3519 1738 t 1738 3523 438 t 874 3492 1738 t 1738 3519 874 t 120 3524 1739 t 1739 3526 120 t 882 3525 1739 t 1739 3524 882 t 438 3523 1739 t 1739 3525 438 t 887 3526 1739 t 1739 3523 887 t 119 3527 1740 t 1740 3528 119 t 886 3520 1740 t 1740 3527 886 t 438 3525 1740 t 1740 3520 438 t 882 3528 1740 t 1740 3525 882 t 116 3504 1741 t 1741 3522 116 t 875 3529 1741 t 1741 3504 875 t 439 3530 1741 t 1741 3529 439 t 887 3522 1741 t 1741 3530 887 t 117 3531 1742 t 1742 3501 117 t 888 3532 1742 t 1742 3531 888 t 439 3529 1742 t 1742 3532 439 t 875 3501 1742 t 1742 3529 875 t 121 3533 1743 t 1743 3535 121 t 883 3534 1743 t 1743 3533 883 t 439 3532 1743 t 1743 3534 439 t 888 3535 1743 t 1743 3532 888 t 120 3526 1744 t 1744 3536 120 t 887 3530 1744 t 1744 3526 887 t 439 3534 1744 t 1744 3530 439 t 883 3536 1744 t 1744 3534 883 t 117 3512 1745 t 1745 3531 117 t 876 3537 1745 t 1745 3512 876 t 440 3538 1745 t 1745 3537 440 t 888 3531 1745 t 1745 3538 888 t 118 3539 1746 t 1746 3509 118 t 889 3540 1746 t 1746 3539 889 t 440 3537 1746 t 1746 3540 440 t 876 3509 1746 t 1746 3537 876 t 122 3541 1747 t 1747 3543 122 t 884 3542 1747 t 1747 3541 884 t 440 3540 1747 t 1747 3542 440 t 889 3543 1747 t 1747 3540 889 t 121 3535 1748 t 1748 3544 121 t 888 3538 1748 t 1748 3535 888 t 440 3542 1748 t 1748 3538 440 t 884 3544 1748 t 1748 3542 884 t 118 3518 1749 t 1749 3539 118 t 877 3545 1749 t 1749 3518 877 t 441 3546 1749 t 1749 3545 441 t 889 3539 1749 t 1749 3546 889 t 115 3521 1750 t 1750 3516 115 t 886 3547 1750 t 1750 3521 886 t 441 3545 1750 t 1750 3547 441 t 877 3516 1750 t 1750 3545 877 t 119 3548 1751 t 1751 3527 119 t 885 3549 1751 t 1751 3548 885 t 441 3547 1751 t 1751 3549 441 t 886 3527 1751 t 1751 3547 886 t 122 3543 1752 t 1752 3550 122 t 889 3546 1752 t 1752 3543 889 t 441 3549 1752 t 1752 3546 441 t 885 3550 1752 t 1752 3549 885 t 119 3528 1753 t 1753 3553 119 t 882 3551 1753 t 1753 3528 882 t 442 3552 1753 t 1753 3551 442 t 894 3553 1753 t 1753 3552 894 t 120 3554 1754 t 1754 3524 120 t 895 3555 1754 t 1754 3554 895 t 442 3551 1754 t 1754 3555 442 t 882 3524 1754 t 1754 3551 882 t 124 3556 1755 t 1755 3558 124 t 890 3557 1755 t 1755 3556 890 t 442 3555 1755 t 1755 3557 442 t 895 3558 1755 t 1755 3555 895 t 123 3559 1756 t 1756 3560 123 t 894 3552 1756 t 1756 3559 894 t 442 3557 1756 t 1756 3552 442 t 890 3560 1756 t 1756 3557 890 t 120 3536 1757 t 1757 3554 120 t 883 3561 1757 t 1757 3536 883 t 443 3562 1757 t 1757 3561 443 t 895 3554 1757 t 1757 3562 895 t 121 3563 1758 t 1758 3533 121 t 896 3564 1758 t 1758 3563 896 t 443 3561 1758 t 1758 3564 443 t 883 3533 1758 t 1758 3561 883 t 125 3565 1759 t 1759 3567 125 t 891 3566 1759 t 1759 3565 891 t 443 3564 1759 t 1759 3566 443 t 896 3567 1759 t 1759 3564 896 t 124 3558 1760 t 1760 3568 124 t 895 3562 1760 t 1760 3558 895 t 443 3566 1760 t 1760 3562 443 t 891 3568 1760 t 1760 3566 891 t 121 3544 1761 t 1761 3563 121 t 884 3569 1761 t 1761 3544 884 t 444 3570 1761 t 1761 3569 444 t 896 3563 1761 t 1761 3570 896 t 122 3571 1762 t 1762 3541 122 t 897 3572 1762 t 1762 3571 897 t 444 3569 1762 t 1762 3572 444 t 884 3541 1762 t 1762 3569 884 t 126 3573 1763 t 1763 3575 126 t 892 3574 1763 t 1763 3573 892 t 444 3572 1763 t 1763 3574 444 t 897 3575 1763 t 1763 3572 897 t 125 3567 1764 t 1764 3576 125 t 896 3570 1764 t 1764 3567 896 t 444 3574 1764 t 1764 3570 444 t 892 3576 1764 t 1764 3574 892 t 122 3550 1765 t 1765 3571 122 t 885 3577 1765 t 1765 3550 885 t 445 3578 1765 t 1765 3577 445 t 897 3571 1765 t 1765 3578 897 t 119 3553 1766 t 1766 3548 119 t 894 3579 1766 t 1766 3553 894 t 445 3577 1766 t 1766 3579 445 t 885 3548 1766 t 1766 3577 885 t 123 3580 1767 t 1767 3559 123 t 893 3581 1767 t 1767 3580 893 t 445 3579 1767 t 1767 3581 445 t 894 3559 1767 t 1767 3579 894 t 126 3575 1768 t 1768 3582 126 t 897 3578 1768 t 1768 3575 897 t 445 3581 1768 t 1768 3578 445 t 893 3582 1768 t 1768 3581 893 t 123 3560 1769 t 1769 3585 123 t 890 3583 1769 t 1769 3560 890 t 446 3584 1769 t 1769 3583 446 t 902 3585 1769 t 1769 3584 902 t 124 3586 1770 t 1770 3556 124 t 903 3587 1770 t 1770 3586 903 t 446 3583 1770 t 1770 3587 446 t 890 3556 1770 t 1770 3583 890 t 128 3481 1771 t 1771 3589 128 t 898 3588 1771 t 1771 3481 898 t 446 3587 1771 t 1771 3588 446 t 903 3589 1771 t 1771 3587 903 t 127 3590 1772 t 1772 3475 127 t 902 3584 1772 t 1772 3590 902 t 446 3588 1772 t 1772 3584 446 t 898 3475 1772 t 1772 3588 898 t 124 3568 1773 t 1773 3586 124 t 891 3591 1773 t 1773 3568 891 t 447 3592 1773 t 1773 3591 447 t 903 3586 1773 t 1773 3592 903 t 125 3593 1774 t 1774 3565 125 t 904 3594 1774 t 1774 3593 904 t 447 3591 1774 t 1774 3594 447 t 891 3565 1774 t 1774 3591 891 t 129 3484 1775 t 1775 3596 129 t 899 3595 1775 t 1775 3484 899 t 447 3594 1775 t 1775 3595 447 t 904 3596 1775 t 1775 3594 904 t 128 3589 1776 t 1776 3479 128 t 903 3592 1776 t 1776 3589 903 t 447 3595 1776 t 1776 3592 447 t 899 3479 1776 t 1776 3595 899 t 125 3576 1777 t 1777 3593 125 t 892 3597 1777 t 1777 3576 892 t 448 3598 1777 t 1777 3597 448 t 904 3593 1777 t 1777 3598 904 t 126 3599 1778 t 1778 3573 126 t 905 3600 1778 t 1778 3599 905 t 448 3597 1778 t 1778 3600 448 t 892 3573 1778 t 1778 3597 892 t 130 3486 1779 t 1779 3602 130 t 900 3601 1779 t 1779 3486 900 t 448 3600 1779 t 1779 3601 448 t 905 3602 1779 t 1779 3600 905 t 129 3596 1780 t 1780 3482 129 t 904 3598 1780 t 1780 3596 904 t 448 3601 1780 t 1780 3598 448 t 900 3482 1780 t 1780 3601 900 t 126 3582 1781 t 1781 3599 126 t 893 3603 1781 t 1781 3582 893 t 449 3604 1781 t 1781 3603 449 t 905 3599 1781 t 1781 3604 905 t 123 3585 1782 t 1782 3580 123 t 902 3605 1782 t 1782 3585 902 t 449 3603 1782 t 1782 3605 449 t 893 3580 1782 t 1782 3603 893 t 127 3478 1783 t 1783 3590 127 t 901 3606 1783 t 1783 3478 901 t 449 3605 1783 t 1783 3606 449 t 902 3590 1783 t 1783 3605 902 t 130 3602 1784 t 1784 3485 130 t 905 3604 1784 t 1784 3602 905 t 449 3606 1784 t 1784 3604 449 t 901 3485 1784 t 1784 3606 901 t 12 3607 1785 t 1785 3610 12 t 683 3608 1785 t 1785 3607 683 t 450 3609 1785 t 1785 3608 450 t 906 3610 1785 t 1785 3609 906 t 18 3611 1786 t 1786 3613 18 t 907 3612 1786 t 1786 3611 907 t 450 3608 1786 t 1786 3612 450 t 683 3613 1786 t 1786 3608 683 t 132 3614 1787 t 1787 3616 132 t 910 3615 1787 t 1787 3614 910 t 450 3612 1787 t 1787 3615 450 t 907 3616 1787 t 1787 3612 907 t 131 3617 1788 t 1788 3618 131 t 906 3609 1788 t 1788 3617 906 t 450 3615 1788 t 1788 3609 450 t 910 3618 1788 t 1788 3615 910 t 18 2751 1789 t 1789 3611 18 t 684 3619 1789 t 1789 2751 684 t 451 3620 1789 t 1789 3619 451 t 907 3611 1789 t 1789 3620 907 t 19 3621 1790 t 1790 2758 19 t 908 3622 1790 t 1790 3621 908 t 451 3619 1790 t 1790 3622 451 t 684 2758 1790 t 1790 3619 684 t 133 3623 1791 t 1791 3625 133 t 911 3624 1791 t 1791 3623 911 t 451 3622 1791 t 1791 3624 451 t 908 3625 1791 t 1791 3622 908 t 132 3616 1792 t 1792 3626 132 t 907 3620 1792 t 1792 3616 907 t 451 3624 1792 t 1792 3620 451 t 911 3626 1792 t 1792 3624 911 t 19 2711 1793 t 1793 3621 19 t 685 3627 1793 t 1793 2711 685 t 452 3628 1793 t 1793 3627 452 t 908 3621 1793 t 1793 3628 908 t 13 3629 1794 t 1794 2706 13 t 909 3630 1794 t 1794 3629 909 t 452 3627 1794 t 1794 3630 452 t 685 2706 1794 t 1794 3627 685 t 134 3631 1795 t 1795 3633 134 t 912 3632 1795 t 1795 3631 912 t 452 3630 1795 t 1795 3632 452 t 909 3633 1795 t 1795 3630 909 t 133 3625 1796 t 1796 3634 133 t 908 3628 1796 t 1796 3625 908 t 452 3632 1796 t 1796 3628 452 t 912 3634 1796 t 1796 3632 912 t 13 2658 1797 t 1797 3629 13 t 672 3635 1797 t 1797 2658 672 t 453 3636 1797 t 1797 3635 453 t 909 3629 1797 t 1797 3636 909 t 12 3610 1798 t 1798 2653 12 t 906 3637 1798 t 1798 3610 906 t 453 3635 1798 t 1798 3637 453 t 672 2653 1798 t 1798 3635 672 t 131 3638 1799 t 1799 3617 131 t 913 3639 1799 t 1799 3638 913 t 453 3637 1799 t 1799 3639 453 t 906 3617 1799 t 1799 3637 906 t 134 3633 1800 t 1800 3640 134 t 909 3636 1800 t 1800 3633 909 t 453 3639 1800 t 1800 3636 453 t 913 3640 1800 t 1800 3639 913 t 139 3641 1801 t 1801 3644 139 t 922 3642 1801 t 1801 3641 922 t 454 3643 1801 t 1801 3642 454 t 925 3644 1801 t 1801 3643 925 t 140 3645 1802 t 1802 3647 140 t 923 3646 1802 t 1802 3645 923 t 454 3642 1802 t 1802 3646 454 t 922 3647 1802 t 1802 3642 922 t 141 3648 1803 t 1803 3650 141 t 924 3649 1803 t 1803 3648 924 t 454 3646 1803 t 1803 3649 454 t 923 3650 1803 t 1803 3646 923 t 142 3651 1804 t 1804 3652 142 t 925 3643 1804 t 1804 3651 925 t 454 3649 1804 t 1804 3643 454 t 924 3652 1804 t 1804 3649 924 t 131 3618 1805 t 1805 3655 131 t 910 3653 1805 t 1805 3618 910 t 455 3654 1805 t 1805 3653 455 t 918 3655 1805 t 1805 3654 918 t 132 3656 1806 t 1806 3614 132 t 919 3657 1806 t 1806 3656 919 t 455 3653 1806 t 1806 3657 455 t 910 3614 1806 t 1806 3653 910 t 136 3658 1807 t 1807 3660 136 t 914 3659 1807 t 1807 3658 914 t 455 3657 1807 t 1807 3659 455 t 919 3660 1807 t 1807 3657 919 t 135 3661 1808 t 1808 3662 135 t 918 3654 1808 t 1808 3661 918 t 455 3659 1808 t 1808 3654 455 t 914 3662 1808 t 1808 3659 914 t 132 3626 1809 t 1809 3656 132 t 911 3663 1809 t 1809 3626 911 t 456 3664 1809 t 1809 3663 456 t 919 3656 1809 t 1809 3664 919 t 133 3665 1810 t 1810 3623 133 t 920 3666 1810 t 1810 3665 920 t 456 3663 1810 t 1810 3666 456 t 911 3623 1810 t 1810 3663 911 t 137 3667 1811 t 1811 3669 137 t 915 3668 1811 t 1811 3667 915 t 456 3666 1811 t 1811 3668 456 t 920 3669 1811 t 1811 3666 920 t 136 3660 1812 t 1812 3670 136 t 919 3664 1812 t 1812 3660 919 t 456 3668 1812 t 1812 3664 456 t 915 3670 1812 t 1812 3668 915 t 133 3634 1813 t 1813 3665 133 t 912 3671 1813 t 1813 3634 912 t 457 3672 1813 t 1813 3671 457 t 920 3665 1813 t 1813 3672 920 t 134 3673 1814 t 1814 3631 134 t 921 3674 1814 t 1814 3673 921 t 457 3671 1814 t 1814 3674 457 t 912 3631 1814 t 1814 3671 912 t 138 3675 1815 t 1815 3677 138 t 916 3676 1815 t 1815 3675 916 t 457 3674 1815 t 1815 3676 457 t 921 3677 1815 t 1815 3674 921 t 137 3669 1816 t 1816 3678 137 t 920 3672 1816 t 1816 3669 920 t 457 3676 1816 t 1816 3672 457 t 916 3678 1816 t 1816 3676 916 t 134 3640 1817 t 1817 3673 134 t 913 3679 1817 t 1817 3640 913 t 458 3680 1817 t 1817 3679 458 t 921 3673 1817 t 1817 3680 921 t 131 3655 1818 t 1818 3638 131 t 918 3681 1818 t 1818 3655 918 t 458 3679 1818 t 1818 3681 458 t 913 3638 1818 t 1818 3679 913 t 135 3682 1819 t 1819 3661 135 t 917 3683 1819 t 1819 3682 917 t 458 3681 1819 t 1819 3683 458 t 918 3661 1819 t 1819 3681 918 t 138 3677 1820 t 1820 3684 138 t 921 3680 1820 t 1820 3677 921 t 458 3683 1820 t 1820 3680 458 t 917 3684 1820 t 1820 3683 917 t 135 3662 1821 t 1821 3687 135 t 914 3685 1821 t 1821 3662 914 t 459 3686 1821 t 1821 3685 459 t 926 3687 1821 t 1821 3686 926 t 136 3688 1822 t 1822 3658 136 t 927 3689 1822 t 1822 3688 927 t 459 3685 1822 t 1822 3689 459 t 914 3658 1822 t 1822 3685 914 t 140 3647 1823 t 1823 3691 140 t 922 3690 1823 t 1823 3647 922 t 459 3689 1823 t 1823 3690 459 t 927 3691 1823 t 1823 3689 927 t 139 3692 1824 t 1824 3641 139 t 926 3686 1824 t 1824 3692 926 t 459 3690 1824 t 1824 3686 459 t 922 3641 1824 t 1824 3690 922 t 136 3670 1825 t 1825 3688 136 t 915 3693 1825 t 1825 3670 915 t 460 3694 1825 t 1825 3693 460 t 927 3688 1825 t 1825 3694 927 t 137 3695 1826 t 1826 3667 137 t 928 3696 1826 t 1826 3695 928 t 460 3693 1826 t 1826 3696 460 t 915 3667 1826 t 1826 3693 915 t 141 3650 1827 t 1827 3698 141 t 923 3697 1827 t 1827 3650 923 t 460 3696 1827 t 1827 3697 460 t 928 3698 1827 t 1827 3696 928 t 140 3691 1828 t 1828 3645 140 t 927 3694 1828 t 1828 3691 927 t 460 3697 1828 t 1828 3694 460 t 923 3645 1828 t 1828 3697 923 t 137 3678 1829 t 1829 3695 137 t 916 3699 1829 t 1829 3678 916 t 461 3700 1829 t 1829 3699 461 t 928 3695 1829 t 1829 3700 928 t 138 3701 1830 t 1830 3675 138 t 929 3702 1830 t 1830 3701 929 t 461 3699 1830 t 1830 3702 461 t 916 3675 1830 t 1830 3699 916 t 142 3652 1831 t 1831 3704 142 t 924 3703 1831 t 1831 3652 924 t 461 3702 1831 t 1831 3703 461 t 929 3704 1831 t 1831 3702 929 t 141 3698 1832 t 1832 3648 141 t 928 3700 1832 t 1832 3698 928 t 461 3703 1832 t 1832 3700 461 t 924 3648 1832 t 1832 3703 924 t 138 3684 1833 t 1833 3701 138 t 917 3705 1833 t 1833 3684 917 t 462 3706 1833 t 1833 3705 462 t 929 3701 1833 t 1833 3706 929 t 135 3687 1834 t 1834 3682 135 t 926 3707 1834 t 1834 3687 926 t 462 3705 1834 t 1834 3707 462 t 917 3682 1834 t 1834 3705 917 t 139 3644 1835 t 1835 3692 139 t 925 3708 1835 t 1835 3644 925 t 462 3707 1835 t 1835 3708 462 t 926 3692 1835 t 1835 3707 926 t 142 3704 1836 t 1836 3651 142 t 929 3706 1836 t 1836 3704 929 t 462 3708 1836 t 1836 3706 462 t 925 3651 1836 t 1836 3708 925 t 18 3709 1837 t 1837 3712 18 t 934 3710 1837 t 1837 3709 934 t 463 3711 1837 t 1837 3710 463 t 1287 3712 1837 t 1837 3711 1287 t 314 3713 1838 t 1838 3715 314 t 1247 3714 1838 t 1838 3713 1247 t 463 3710 1838 t 1838 3714 463 t 934 3715 1838 t 1838 3710 934 t 160 3716 1839 t 1839 3718 160 t 942 3717 1839 t 1839 3716 942 t 463 3714 1839 t 1839 3717 463 t 1247 3718 1839 t 1839 3714 1247 t 143 3719 1840 t 1840 3720 143 t 1287 3711 1840 t 1840 3719 1287 t 463 3717 1840 t 1840 3711 463 t 942 3720 1840 t 1840 3717 942 t 144 3721 1841 t 1841 3724 144 t 931 3722 1841 t 1841 3721 931 t 464 3723 1841 t 1841 3722 464 t 1253 3724 1841 t 1841 3723 1253 t 0 3725 1842 t 1842 3727 0 t 647 3726 1842 t 1842 3725 647 t 464 3722 1842 t 1842 3726 464 t 931 3727 1842 t 1842 3722 931 t 317 3728 1843 t 1843 3729 317 t 1253 3723 1843 t 1843 3728 1253 t 464 3726 1843 t 1843 3723 464 t 647 3729 1843 t 1843 3726 647 t 317 3729 1844 t 1844 3732 317 t 647 3730 1844 t 1844 3729 647 t 465 3731 1844 t 1844 3730 465 t 1255 3732 1844 t 1844 3731 1255 t 0 2585 1845 t 1845 3725 0 t 648 3733 1845 t 1845 2585 648 t 465 3730 1845 t 1845 3733 465 t 647 3725 1845 t 1845 3730 647 t 1 3734 1846 t 1846 2592 1 t 649 3735 1846 t 1846 3734 649 t 465 3733 1846 t 1846 3735 465 t 648 2592 1846 t 1846 3733 648 t 318 3736 1847 t 1847 3737 318 t 1255 3731 1847 t 1847 3736 1255 t 465 3735 1847 t 1847 3731 465 t 649 3737 1847 t 1847 3735 649 t 318 3737 1848 t 1848 3740 318 t 649 3738 1848 t 1848 3737 649 t 466 3739 1848 t 1848 3738 466 t 1257 3740 1848 t 1848 3739 1257 t 1 2596 1849 t 1849 3734 1 t 650 3741 1849 t 1849 2596 650 t 466 3738 1849 t 1849 3741 466 t 649 3734 1849 t 1849 3738 649 t 2 3742 1850 t 1850 2605 2 t 651 3743 1850 t 1850 3742 651 t 466 3741 1850 t 1850 3743 466 t 650 2605 1850 t 1850 3741 650 t 319 3744 1851 t 1851 3745 319 t 1257 3739 1851 t 1851 3744 1257 t 466 3743 1851 t 1851 3739 466 t 651 3745 1851 t 1851 3743 651 t 319 3745 1852 t 1852 3748 319 t 651 3746 1852 t 1852 3745 651 t 467 3747 1852 t 1852 3746 467 t 943 3748 1852 t 1852 3747 943 t 2 2609 1853 t 1853 3742 2 t 652 3749 1853 t 1853 2609 652 t 467 3746 1853 t 1853 3749 467 t 651 3742 1853 t 1853 3746 651 t 3 3750 1854 t 1854 2618 3 t 653 3751 1854 t 1854 3750 653 t 467 3749 1854 t 1854 3751 467 t 652 2618 1854 t 1854 3749 652 t 145 3752 1855 t 1855 3753 145 t 943 3747 1855 t 1855 3752 943 t 467 3751 1855 t 1855 3747 467 t 653 3753 1855 t 1855 3751 653 t 145 3753 1856 t 1856 3756 145 t 653 3754 1856 t 1856 3753 653 t 468 3755 1856 t 1856 3754 468 t 1260 3756 1856 t 1856 3755 1260 t 3 2622 1857 t 1857 3750 3 t 654 3757 1857 t 1857 2622 654 t 468 3754 1857 t 1857 3757 468 t 653 3750 1857 t 1857 3754 653 t 4 3758 1858 t 1858 2628 4 t 655 3759 1858 t 1858 3758 655 t 468 3757 1858 t 1858 3759 468 t 654 2628 1858 t 1858 3757 654 t 320 3760 1859 t 1859 3761 320 t 1260 3755 1859 t 1859 3760 1260 t 468 3759 1859 t 1859 3755 468 t 655 3761 1859 t 1859 3759 655 t 320 3761 1860 t 1860 3764 320 t 655 3762 1860 t 1860 3761 655 t 469 3763 1860 t 1860 3762 469 t 944 3764 1860 t 1860 3763 944 t 4 2632 1861 t 1861 3758 4 t 656 3765 1861 t 1861 2632 656 t 469 3762 1861 t 1861 3765 469 t 655 3758 1861 t 1861 3762 655 t 5 3766 1862 t 1862 2638 5 t 657 3767 1862 t 1862 3766 657 t 469 3765 1862 t 1862 3767 469 t 656 2638 1862 t 1862 3765 656 t 146 3768 1863 t 1863 3769 146 t 944 3763 1863 t 1863 3768 944 t 469 3767 1863 t 1863 3763 469 t 657 3769 1863 t 1863 3767 657 t 146 3769 1864 t 1864 3772 146 t 657 3770 1864 t 1864 3769 657 t 470 3771 1864 t 1864 3770 470 t 1262 3772 1864 t 1864 3771 1262 t 5 2642 1865 t 1865 3766 5 t 658 3773 1865 t 1865 2642 658 t 470 3770 1865 t 1865 3773 470 t 657 3766 1865 t 1865 3770 657 t 175 3774 1866 t 1866 2648 175 t 1262 3771 1866 t 1866 3774 1262 t 470 3773 1866 t 1866 3771 470 t 658 2648 1866 t 1866 3773 658 t 147 3775 1867 t 1867 3778 147 t 932 3776 1867 t 1867 3775 932 t 471 3777 1867 t 1867 3776 471 t 945 3778 1867 t 1867 3777 945 t 6 2588 1868 t 1868 3780 6 t 659 3779 1868 t 1868 2588 659 t 471 3776 1868 t 1868 3779 471 t 932 3780 1868 t 1868 3776 932 t 0 3727 1869 t 1869 2582 0 t 931 3781 1869 t 1869 3727 931 t 471 3779 1869 t 1869 3781 471 t 659 2582 1869 t 1869 3779 659 t 144 3782 1870 t 1870 3721 144 t 945 3777 1870 t 1870 3782 945 t 471 3781 1870 t 1870 3777 471 t 931 3721 1870 t 1870 3781 931 t 149 3783 1871 t 1871 3786 149 t 933 3784 1871 t 1871 3783 933 t 472 3785 1871 t 1871 3784 472 t 947 3786 1871 t 1871 3785 947 t 12 2655 1872 t 1872 3788 12 t 671 3787 1872 t 1872 2655 671 t 472 3784 1872 t 1872 3787 472 t 933 3788 1872 t 1872 3784 933 t 6 3780 1873 t 1873 2650 6 t 932 3789 1873 t 1873 3780 932 t 472 3787 1873 t 1873 3789 472 t 671 2650 1873 t 1873 3787 671 t 147 3790 1874 t 1874 3775 147 t 947 3785 1874 t 1874 3790 947 t 472 3789 1874 t 1874 3785 472 t 932 3775 1874 t 1874 3789 932 t 314 3715 1875 t 1875 3793 314 t 934 3791 1875 t 1875 3715 934 t 473 3792 1875 t 1875 3791 473 t 949 3793 1875 t 1875 3792 949 t 18 3613 1876 t 1876 3709 18 t 683 3794 1876 t 1876 3613 683 t 473 3791 1876 t 1876 3794 473 t 934 3709 1876 t 1876 3791 934 t 12 3788 1877 t 1877 3607 12 t 933 3795 1877 t 1877 3788 933 t 473 3794 1877 t 1877 3795 473 t 683 3607 1877 t 1877 3794 683 t 149 3796 1878 t 1878 3783 149 t 949 3792 1878 t 1878 3796 949 t 473 3795 1878 t 1878 3792 473 t 933 3783 1878 t 1878 3795 933 t 5173 5410 1879 t 1879 3799 5173 t 5218 3797 1879 t 1879 5410 5218 t 474 3798 5302 t 5302 5425 474 t 951 5427 5302 t 5302 3798 951 t 30 2805 1880 t 1880 5405 30 t 5219 3800 5303 t 5303 5345 5219 t 474 5425 5303 t 5303 3800 474 t 5218 5405 1880 t 1880 3797 5218 t 24 3801 1881 t 1881 2800 24 t 695 3802 1881 t 1881 3801 695 t 5200 5428 1881 t 1881 3802 5200 t 709 2800 1881 t 1881 5428 709 t 313 3803 1882 t 1882 3804 313 t 5242 5426 1882 t 1882 3803 5242 t 5200 3802 1882 t 1882 5426 5200 t 695 3804 1882 t 1882 3802 695 t 5174 5378 1883 t 1883 3807 5174 t 5241 3805 1883 t 1883 5378 5241 t 475 3806 5304 t 5304 5429 475 t 953 5431 5304 t 5304 3806 953 t 5168 3016 1884 t 1884 5374 5168 t 770 3808 5305 t 5305 5381 770 t 475 5429 5305 t 5305 3808 475 t 5241 5374 1884 t 1884 3805 5241 t 59 3809 1885 t 1885 3022 59 t 936 3810 1885 t 1885 3809 936 t 5201 5432 1885 t 1885 3810 5201 t 5230 3022 1885 t 1885 5432 5230 t 154 3811 1886 t 1886 3812 154 t 5244 5430 1886 t 1886 3811 5244 t 5201 3810 1886 t 1886 5430 5201 t 936 3812 1886 t 1886 3810 936 t 154 3812 1887 t 1887 3815 154 t 936 3813 1887 t 1887 3812 936 t 476 3814 1887 t 1887 3813 476 t 955 3815 1887 t 1887 3814 955 t 59 3074 1888 t 1888 3809 59 t 782 3816 1888 t 1888 3074 782 t 476 3813 1888 t 1888 3816 476 t 936 3809 1888 t 1888 3813 936 t 65 3817 1889 t 1889 3080 65 t 937 3818 1889 t 1889 3817 937 t 476 3816 1889 t 1889 3818 476 t 782 3080 1889 t 1889 3816 782 t 155 3819 1890 t 1890 3820 155 t 955 3814 1890 t 1890 3819 955 t 476 3818 1890 t 1890 3814 476 t 937 3820 1890 t 1890 3818 937 t 155 3820 1891 t 1891 3823 155 t 937 3821 1891 t 1891 3820 937 t 477 3822 1891 t 1891 3821 477 t 956 3823 1891 t 1891 3822 956 t 65 3130 1892 t 1892 3817 65 t 794 3824 1892 t 1892 3130 794 t 477 3821 1892 t 1892 3824 477 t 937 3817 1892 t 1892 3821 937 t 71 3825 1893 t 1893 3136 71 t 938 3826 1893 t 1893 3825 938 t 477 3824 1893 t 1893 3826 477 t 794 3136 1893 t 1893 3824 794 t 156 3827 1894 t 1894 3828 156 t 956 3822 1894 t 1894 3827 956 t 477 3826 1894 t 1894 3822 477 t 938 3828 1894 t 1894 3826 938 t 156 3828 1895 t 1895 3831 156 t 938 3829 1895 t 1895 3828 938 t 478 3830 1895 t 1895 3829 478 t 957 3831 1895 t 1895 3830 957 t 71 3180 1896 t 1896 3825 71 t 806 3832 1896 t 1896 3180 806 t 478 3829 1896 t 1896 3832 478 t 938 3825 1896 t 1896 3829 938 t 77 3833 1897 t 1897 3186 77 t 939 3834 1897 t 1897 3833 939 t 478 3832 1897 t 1897 3834 478 t 806 3186 1897 t 1897 3832 806 t 321 3835 1898 t 1898 3836 321 t 957 3830 1898 t 1898 3835 957 t 478 3834 1898 t 1898 3830 478 t 939 3836 1898 t 1898 3834 939 t 321 3836 1899 t 1899 3839 321 t 939 3837 1899 t 1899 3836 939 t 479 3838 1899 t 1899 3837 479 t 1270 3839 1899 t 1899 3838 1270 t 77 3230 1900 t 1900 3833 77 t 818 3840 1900 t 1900 3230 818 t 479 3837 1900 t 1900 3840 479 t 939 3833 1900 t 1900 3837 939 t 83 3841 1901 t 1901 3236 83 t 940 3842 1901 t 1901 3841 940 t 479 3840 1901 t 1901 3842 479 t 818 3236 1901 t 1901 3840 818 t 158 3843 1902 t 1902 3844 158 t 1270 3838 1902 t 1902 3843 1270 t 479 3842 1902 t 1902 3838 479 t 940 3844 1902 t 1902 3842 940 t 158 3844 1903 t 1903 3847 158 t 940 3845 1903 t 1903 3844 940 t 480 3846 1903 t 1903 3845 480 t 959 3847 1903 t 1903 3846 959 t 83 3286 1904 t 1904 3841 83 t 828 3848 1904 t 1904 3286 828 t 480 3845 1904 t 1904 3848 480 t 940 3841 1904 t 1904 3845 940 t 263 3849 1905 t 1905 3295 263 t 959 3846 1905 t 1905 3849 959 t 480 3848 1905 t 1905 3846 480 t 828 3295 1905 t 1905 3848 828 t 161 3850 1906 t 1906 3853 161 t 964 3851 1906 t 1906 3850 964 t 481 3852 1906 t 1906 3851 481 t 961 3853 1906 t 1906 3852 961 t 164 3854 1907 t 1907 3856 164 t 963 3855 1907 t 1907 3854 963 t 481 3851 1907 t 1907 3855 481 t 964 3856 1907 t 1907 3851 964 t 163 3857 1908 t 1908 3859 163 t 962 3858 1908 t 1908 3857 962 t 481 3855 1908 t 1908 3858 481 t 963 3859 1908 t 1908 3855 963 t 162 3860 1909 t 1909 3861 162 t 961 3852 1909 t 1909 3860 961 t 481 3858 1909 t 1909 3852 481 t 962 3861 1909 t 1909 3858 962 t 164 3862 1910 t 1910 3854 164 t 968 3863 1910 t 1910 3862 968 t 482 3864 1910 t 1910 3863 482 t 963 3854 1910 t 1910 3864 963 t 167 3865 1911 t 1911 3867 167 t 967 3866 1911 t 1911 3865 967 t 482 3863 1911 t 1911 3866 482 t 968 3867 1911 t 1911 3863 968 t 166 3868 1912 t 1912 3870 166 t 966 3869 1912 t 1912 3868 966 t 482 3866 1912 t 1912 3869 482 t 967 3870 1912 t 1912 3866 967 t 165 3871 1913 t 1913 3873 165 t 965 3872 1913 t 1913 3871 965 t 482 3869 1913 t 1913 3872 482 t 966 3873 1913 t 1913 3869 966 t 163 3859 1914 t 1914 3874 163 t 963 3864 1914 t 1914 3859 963 t 482 3872 1914 t 1914 3864 482 t 965 3874 1914 t 1914 3872 965 t 167 3875 1915 t 1915 3865 167 t 972 3876 1915 t 1915 3875 972 t 483 3877 1915 t 1915 3876 483 t 967 3865 1915 t 1915 3877 967 t 170 3878 1916 t 1916 3880 170 t 971 3879 1916 t 1916 3878 971 t 483 3876 1916 t 1916 3879 483 t 972 3880 1916 t 1916 3876 972 t 169 3881 1917 t 1917 3883 169 t 970 3882 1917 t 1917 3881 970 t 483 3879 1917 t 1917 3882 483 t 971 3883 1917 t 1917 3879 971 t 168 3884 1918 t 1918 3886 168 t 969 3885 1918 t 1918 3884 969 t 483 3882 1918 t 1918 3885 483 t 970 3886 1918 t 1918 3882 970 t 166 3870 1919 t 1919 3887 166 t 967 3877 1919 t 1919 3870 967 t 483 3885 1919 t 1919 3877 483 t 969 3887 1919 t 1919 3885 969 t 170 3888 1920 t 1920 3878 170 t 975 3889 1920 t 1920 3888 975 t 484 3890 1920 t 1920 3889 484 t 971 3878 1920 t 1920 3890 971 t 172 3891 1921 t 1921 3893 172 t 974 3892 1921 t 1921 3891 974 t 484 3889 1921 t 1921 3892 484 t 975 3893 1921 t 1921 3889 975 t 171 3894 1922 t 1922 3896 171 t 973 3895 1922 t 1922 3894 973 t 484 3892 1922 t 1922 3895 484 t 974 3896 1922 t 1922 3892 974 t 169 3883 1923 t 1923 3897 169 t 971 3890 1923 t 1923 3883 971 t 484 3895 1923 t 1923 3890 484 t 973 3897 1923 t 1923 3895 973 t 172 3898 1924 t 1924 3891 172 t 978 3899 1924 t 1924 3898 978 t 485 3900 1924 t 1924 3899 485 t 974 3891 1924 t 1924 3900 974 t 174 3901 1925 t 1925 3903 174 t 977 3902 1925 t 1925 3901 977 t 485 3899 1925 t 1925 3902 485 t 978 3903 1925 t 1925 3899 978 t 173 3904 1926 t 1926 3906 173 t 976 3905 1926 t 1926 3904 976 t 485 3902 1926 t 1926 3905 485 t 977 3906 1926 t 1926 3902 977 t 171 3896 1927 t 1927 3907 171 t 974 3900 1927 t 1927 3896 974 t 485 3905 1927 t 1927 3900 485 t 976 3907 1927 t 1927 3905 976 t 174 3908 1928 t 1928 3901 174 t 980 3909 1928 t 1928 3908 980 t 486 3910 1928 t 1928 3909 486 t 977 3901 1928 t 1928 3910 977 t 175 2649 1929 t 1929 3912 175 t 946 3911 1929 t 1929 2649 946 t 486 3909 1929 t 1929 3911 486 t 980 3912 1929 t 1929 3909 980 t 148 3913 1930 t 1930 2645 148 t 979 3914 1930 t 1930 3913 979 t 486 3911 1930 t 1930 3914 486 t 946 2645 1930 t 1930 3911 946 t 173 3906 1931 t 1931 3915 173 t 977 3910 1931 t 1931 3906 977 t 486 3914 1931 t 1931 3910 486 t 979 3915 1931 t 1931 3914 979 t 162 3861 1932 t 1932 3918 162 t 962 3916 1932 t 1932 3861 962 t 487 3917 1932 t 1932 3916 487 t 981 3918 1932 t 1932 3917 981 t 163 3919 1933 t 1933 3857 163 t 983 3920 1933 t 1933 3919 983 t 487 3916 1933 t 1933 3920 487 t 962 3857 1933 t 1933 3916 962 t 177 3921 1934 t 1934 3923 177 t 982 3922 1934 t 1934 3921 982 t 487 3920 1934 t 1934 3922 487 t 983 3923 1934 t 1934 3920 983 t 176 3924 1935 t 1935 3925 176 t 981 3917 1935 t 1935 3924 981 t 487 3922 1935 t 1935 3917 487 t 982 3925 1935 t 1935 3922 982 t 163 3874 1936 t 1936 3919 163 t 965 3926 1936 t 1936 3874 965 t 488 3927 1936 t 1936 3926 488 t 983 3919 1936 t 1936 3927 983 t 165 3928 1937 t 1937 3871 165 t 986 3929 1937 t 1937 3928 986 t 488 3926 1937 t 1937 3929 488 t 965 3871 1937 t 1937 3926 965 t 179 3930 1938 t 1938 3932 179 t 985 3931 1938 t 1938 3930 985 t 488 3929 1938 t 1938 3931 488 t 986 3932 1938 t 1938 3929 986 t 178 3933 1939 t 1939 3935 178 t 984 3934 1939 t 1939 3933 984 t 488 3931 1939 t 1939 3934 488 t 985 3935 1939 t 1939 3931 985 t 177 3923 1940 t 1940 3936 177 t 983 3927 1940 t 1940 3923 983 t 488 3934 1940 t 1940 3927 488 t 984 3936 1940 t 1940 3934 984 t 168 3886 1941 t 1941 3939 168 t 970 3937 1941 t 1941 3886 970 t 489 3938 1941 t 1941 3937 489 t 987 3939 1941 t 1941 3938 987 t 169 3940 1942 t 1942 3881 169 t 989 3941 1942 t 1942 3940 989 t 489 3937 1942 t 1942 3941 489 t 970 3881 1942 t 1942 3937 970 t 180 3942 1943 t 1943 3944 180 t 988 3943 1943 t 1943 3942 988 t 489 3941 1943 t 1943 3943 489 t 989 3944 1943 t 1943 3941 989 t 178 3935 1944 t 1944 3946 178 t 985 3945 1944 t 1944 3935 985 t 489 3943 1944 t 1944 3945 489 t 988 3946 1944 t 1944 3943 988 t 179 3947 1945 t 1945 3930 179 t 987 3938 1945 t 1945 3947 987 t 489 3945 1945 t 1945 3938 489 t 985 3930 1945 t 1945 3945 985 t 169 3897 1946 t 1946 3940 169 t 973 3948 1946 t 1946 3897 973 t 490 3949 1946 t 1946 3948 490 t 989 3940 1946 t 1946 3949 989 t 171 3950 1947 t 1947 3894 171 t 991 3951 1947 t 1947 3950 991 t 490 3948 1947 t 1947 3951 490 t 973 3894 1947 t 1947 3948 973 t 181 3952 1948 t 1948 3954 181 t 990 3953 1948 t 1948 3952 990 t 490 3951 1948 t 1948 3953 490 t 991 3954 1948 t 1948 3951 991 t 180 3944 1949 t 1949 3955 180 t 989 3949 1949 t 1949 3944 989 t 490 3953 1949 t 1949 3949 490 t 990 3955 1949 t 1949 3953 990 t 171 3907 1950 t 1950 3950 171 t 976 3956 1950 t 1950 3907 976 t 491 3957 1950 t 1950 3956 491 t 991 3950 1950 t 1950 3957 991 t 173 3958 1951 t 1951 3904 173 t 993 3959 1951 t 1951 3958 993 t 491 3956 1951 t 1951 3959 491 t 976 3904 1951 t 1951 3956 976 t 182 3960 1952 t 1952 3962 182 t 992 3961 1952 t 1952 3960 992 t 491 3959 1952 t 1952 3961 491 t 993 3962 1952 t 1952 3959 993 t 181 3954 1953 t 1953 3963 181 t 991 3957 1953 t 1953 3954 991 t 491 3961 1953 t 1953 3957 491 t 992 3963 1953 t 1953 3961 992 t 173 3915 1954 t 1954 3958 173 t 979 3964 1954 t 1954 3915 979 t 492 3965 1954 t 1954 3964 492 t 993 3958 1954 t 1954 3965 993 t 148 2705 1955 t 1955 3913 148 t 948 3966 1955 t 1955 2705 948 t 492 3964 1955 t 1955 3966 492 t 979 3913 1955 t 1955 3964 979 t 183 3967 1956 t 1956 2702 183 t 994 3968 1956 t 1956 3967 994 t 492 3966 1956 t 1956 3968 492 t 948 2702 1956 t 1956 3966 948 t 182 3962 1957 t 1957 3969 182 t 993 3965 1957 t 1957 3962 993 t 492 3968 1957 t 1957 3965 492 t 994 3969 1957 t 1957 3968 994 t 177 3936 1958 t 1958 3972 177 t 984 3970 1958 t 1958 3936 984 t 493 3971 1958 t 1958 3970 493 t 995 3972 1958 t 1958 3971 995 t 178 3973 1959 t 1959 3933 178 t 997 3974 1959 t 1959 3973 997 t 493 3970 1959 t 1959 3974 493 t 984 3933 1959 t 1959 3970 984 t 185 3975 1960 t 1960 3977 185 t 996 3976 1960 t 1960 3975 996 t 493 3974 1960 t 1960 3976 493 t 997 3977 1960 t 1960 3974 997 t 184 3978 1961 t 1961 3979 184 t 995 3971 1961 t 1961 3978 995 t 493 3976 1961 t 1961 3971 493 t 996 3979 1961 t 1961 3976 996 t 178 3946 1962 t 1962 3973 178 t 988 3980 1962 t 1962 3946 988 t 494 3981 1962 t 1962 3980 494 t 997 3973 1962 t 1962 3981 997 t 180 3982 1963 t 1963 3942 180 t 999 3983 1963 t 1963 3982 999 t 494 3980 1963 t 1963 3983 494 t 988 3942 1963 t 1963 3980 988 t 186 3984 1964 t 1964 3986 186 t 998 3985 1964 t 1964 3984 998 t 494 3983 1964 t 1964 3985 494 t 999 3986 1964 t 1964 3983 999 t 185 3977 1965 t 1965 3987 185 t 997 3981 1965 t 1965 3977 997 t 494 3985 1965 t 1965 3981 494 t 998 3987 1965 t 1965 3985 998 t 180 3955 1966 t 1966 3982 180 t 990 3988 1966 t 1966 3955 990 t 495 3989 1966 t 1966 3988 495 t 999 3982 1966 t 1966 3989 999 t 181 3990 1967 t 1967 3952 181 t 1001 3991 1967 t 1967 3990 1001 t 495 3988 1967 t 1967 3991 495 t 990 3952 1967 t 1967 3988 990 t 187 3992 1968 t 1968 3994 187 t 1000 3993 1968 t 1968 3992 1000 t 495 3991 1968 t 1968 3993 495 t 1001 3994 1968 t 1968 3991 1001 t 186 3986 1969 t 1969 3995 186 t 999 3989 1969 t 1969 3986 999 t 495 3993 1969 t 1969 3989 495 t 1000 3995 1969 t 1969 3993 1000 t 181 3963 1970 t 1970 3990 181 t 992 3996 1970 t 1970 3963 992 t 496 3997 1970 t 1970 3996 496 t 1001 3990 1970 t 1970 3997 1001 t 182 3998 1971 t 1971 3960 182 t 1003 3999 1971 t 1971 3998 1003 t 496 3996 1971 t 1971 3999 496 t 992 3960 1971 t 1971 3996 992 t 188 4000 1972 t 1972 4002 188 t 1002 4001 1972 t 1972 4000 1002 t 496 3999 1972 t 1972 4001 496 t 1003 4002 1972 t 1972 3999 1003 t 187 3994 1973 t 1973 4003 187 t 1001 3997 1973 t 1973 3994 1001 t 496 4001 1973 t 1973 3997 496 t 1002 4003 1973 t 1973 4001 1002 t 182 3969 1974 t 1974 3998 182 t 994 4004 1974 t 1974 3969 994 t 497 4005 1974 t 1974 4004 497 t 1003 3998 1974 t 1974 4005 1003 t 183 2747 1975 t 1975 3967 183 t 1005 4006 1975 t 1975 2747 1005 t 497 4004 1975 t 1975 4006 497 t 994 3967 1975 t 1975 4004 994 t 150 4007 1976 t 1976 2744 150 t 1004 4008 1976 t 1976 4007 1004 t 497 4006 1976 t 1976 4008 497 t 1005 2744 1976 t 1976 4006 1005 t 188 4002 1977 t 1977 4009 188 t 1003 4005 1977 t 1977 4002 1003 t 497 4008 1977 t 1977 4005 497 t 1004 4009 1977 t 1977 4008 1004 t 189 4010 1978 t 1978 4013 189 t 1009 4011 1978 t 1978 4010 1009 t 498 4012 1978 t 1978 4011 498 t 1006 4013 1978 t 1978 4012 1006 t 184 4014 1979 t 1979 4016 184 t 1008 4015 1979 t 1979 4014 1008 t 498 4011 1979 t 1979 4015 498 t 1009 4016 1979 t 1979 4011 1009 t 191 4017 1980 t 1980 4019 191 t 1007 4018 1980 t 1980 4017 1007 t 498 4015 1980 t 1980 4018 498 t 1008 4019 1980 t 1980 4015 1008 t 190 4020 1981 t 1981 4021 190 t 1006 4012 1981 t 1981 4020 1006 t 498 4018 1981 t 1981 4012 498 t 1007 4021 1981 t 1981 4018 1007 t 184 3979 1982 t 1982 4014 184 t 996 4022 1982 t 1982 3979 996 t 499 4023 1982 t 1982 4022 499 t 1008 4014 1982 t 1982 4023 1008 t 185 4024 1983 t 1983 3975 185 t 1011 4025 1983 t 1983 4024 1011 t 499 4022 1983 t 1983 4025 499 t 996 3975 1983 t 1983 4022 996 t 192 4026 1984 t 1984 4028 192 t 1010 4027 1984 t 1984 4026 1010 t 499 4025 1984 t 1984 4027 499 t 1011 4028 1984 t 1984 4025 1011 t 191 4019 1985 t 1985 4029 191 t 1008 4023 1985 t 1985 4019 1008 t 499 4027 1985 t 1985 4023 499 t 1010 4029 1985 t 1985 4027 1010 t 185 3987 1986 t 1986 4024 185 t 998 4030 1986 t 1986 3987 998 t 500 4031 1986 t 1986 4030 500 t 1011 4024 1986 t 1986 4031 1011 t 186 4032 1987 t 1987 3984 186 t 1013 4033 1987 t 1987 4032 1013 t 500 4030 1987 t 1987 4033 500 t 998 3984 1987 t 1987 4030 998 t 193 4034 1988 t 1988 4036 193 t 1012 4035 1988 t 1988 4034 1012 t 500 4033 1988 t 1988 4035 500 t 1013 4036 1988 t 1988 4033 1013 t 192 4028 1989 t 1989 4037 192 t 1011 4031 1989 t 1989 4028 1011 t 500 4035 1989 t 1989 4031 500 t 1012 4037 1989 t 1989 4035 1012 t 186 3995 1990 t 1990 4032 186 t 1000 4038 1990 t 1990 3995 1000 t 501 4039 1990 t 1990 4038 501 t 1013 4032 1990 t 1990 4039 1013 t 187 4040 1991 t 1991 3992 187 t 1015 4041 1991 t 1991 4040 1015 t 501 4038 1991 t 1991 4041 501 t 1000 3992 1991 t 1991 4038 1000 t 194 4042 1992 t 1992 4044 194 t 1014 4043 1992 t 1992 4042 1014 t 501 4041 1992 t 1992 4043 501 t 1015 4044 1992 t 1992 4041 1015 t 193 4036 1993 t 1993 4045 193 t 1013 4039 1993 t 1993 4036 1013 t 501 4043 1993 t 1993 4039 501 t 1014 4045 1993 t 1993 4043 1014 t 187 4003 1994 t 1994 4040 187 t 1002 4046 1994 t 1994 4003 1002 t 502 4047 1994 t 1994 4046 502 t 1015 4040 1994 t 1994 4047 1015 t 188 4048 1995 t 1995 4000 188 t 1017 4049 1995 t 1995 4048 1017 t 502 4046 1995 t 1995 4049 502 t 1002 4000 1995 t 1995 4046 1002 t 195 4050 1996 t 1996 4052 195 t 1016 4051 1996 t 1996 4050 1016 t 502 4049 1996 t 1996 4051 502 t 1017 4052 1996 t 1996 4049 1017 t 194 4044 1997 t 1997 4053 194 t 1015 4047 1997 t 1997 4044 1015 t 502 4051 1997 t 1997 4047 502 t 1016 4053 1997 t 1997 4051 1016 t 188 4009 1998 t 1998 4048 188 t 1004 4054 1998 t 1998 4009 1004 t 503 4055 1998 t 1998 4054 503 t 1017 4048 1998 t 1998 4055 1017 t 150 2799 1999 t 1999 4007 150 t 950 4056 1999 t 1999 2799 950 t 503 4054 1999 t 1999 4056 503 t 1004 4007 1999 t 1999 4054 1004 t 151 4057 2000 t 2000 2796 151 t 1018 4058 2000 t 2000 4057 1018 t 503 4056 2000 t 2000 4058 503 t 950 2796 2000 t 2000 4056 950 t 195 4052 2001 t 2001 4059 195 t 1017 4055 2001 t 2001 4052 1017 t 503 4058 2001 t 2001 4055 503 t 1018 4059 2001 t 2001 4058 1018 t 190 4021 2002 t 2002 4062 190 t 1007 4060 2002 t 2002 4021 1007 t 504 4061 2002 t 2002 4060 504 t 1019 4062 2002 t 2002 4061 1019 t 191 4063 2003 t 2003 4017 191 t 1021 4064 2003 t 2003 4063 1021 t 504 4060 2003 t 2003 4064 504 t 1007 4017 2003 t 2003 4060 1007 t 197 4065 2004 t 2004 4067 197 t 1020 4066 2004 t 2004 4065 1020 t 5202 5434 5306 t 5306 5436 5202 t 5248 5437 5306 t 5306 5434 5248 t 196 4068 2005 t 2005 4069 196 t 5246 5433 5307 t 5307 5438 5246 t 5202 5436 5307 t 5307 5433 5202 t 1020 4069 2005 t 2005 4066 1020 t 191 4029 2006 t 2006 4063 191 t 1010 4070 2006 t 2006 4029 1010 t 505 4071 2006 t 2006 4070 505 t 1021 4063 2006 t 2006 4071 1021 t 192 4072 2007 t 2007 4026 192 t 1023 4073 2007 t 2007 4072 1023 t 505 4070 2007 t 2007 4073 505 t 1010 4026 2007 t 2007 4070 1010 t 198 4074 2008 t 2008 4076 198 t 1022 4075 2008 t 2008 4074 1022 t 5203 5441 5308 t 5308 5443 5203 t 5250 5444 5308 t 5308 5441 5250 t 197 4067 2009 t 2009 4077 197 t 5248 5440 5309 t 5309 5437 5248 t 5203 5443 5309 t 5309 5440 5203 t 1022 4077 2009 t 2009 4075 1022 t 192 4037 2010 t 2010 4072 192 t 1012 4078 2010 t 2010 4037 1012 t 506 4079 2010 t 2010 4078 506 t 1023 4072 2010 t 2010 4079 1023 t 193 4080 2011 t 2011 4034 193 t 1025 4081 2011 t 2011 4080 1025 t 506 4078 2011 t 2011 4081 506 t 1012 4034 2011 t 2011 4078 1012 t 199 4082 2012 t 2012 4084 199 t 1024 4083 2012 t 2012 4082 1024 t 5204 5447 5310 t 5310 5449 5204 t 5252 5450 5310 t 5310 5447 5252 t 198 4076 2013 t 2013 4085 198 t 5250 5446 5311 t 5311 5444 5250 t 5204 5449 5311 t 5311 5446 5204 t 1024 4085 2013 t 2013 4083 1024 t 193 4045 2014 t 2014 4080 193 t 1014 4086 2014 t 2014 4045 1014 t 507 4087 2014 t 2014 4086 507 t 1025 4080 2014 t 2014 4087 1025 t 194 4088 2015 t 2015 4042 194 t 1027 4089 2015 t 2015 4088 1027 t 507 4086 2015 t 2015 4089 507 t 1014 4042 2015 t 2015 4086 1014 t 200 4090 2016 t 2016 4092 200 t 1026 4091 2016 t 2016 4090 1026 t 5205 5453 5312 t 5312 5455 5205 t 5254 5456 5312 t 5312 5453 5254 t 199 4084 2017 t 2017 4093 199 t 5252 5452 5313 t 5313 5450 5252 t 5205 5455 5313 t 5313 5452 5205 t 1026 4093 2017 t 2017 4091 1026 t 194 4053 2018 t 2018 4088 194 t 1016 4094 2018 t 2018 4053 1016 t 508 4095 2018 t 2018 4094 508 t 1027 4088 2018 t 2018 4095 1027 t 195 4096 2019 t 2019 4050 195 t 1029 4097 2019 t 2019 4096 1029 t 508 4094 2019 t 2019 4097 508 t 1016 4050 2019 t 2019 4094 1016 t 201 4098 2020 t 2020 4100 201 t 1028 4099 2020 t 2020 4098 1028 t 5206 5459 5314 t 5314 5461 5206 t 5256 5462 5314 t 5314 5459 5256 t 200 4092 2021 t 2021 4101 200 t 5254 5458 5315 t 5315 5456 5254 t 5206 5461 5315 t 5315 5458 5206 t 1028 4101 2021 t 2021 4099 1028 t 195 4059 2022 t 2022 4096 195 t 1018 4102 2022 t 2022 4059 1018 t 509 4103 2022 t 2022 4102 509 t 1029 4096 2022 t 2022 4103 1029 t 151 2849 2023 t 2023 4057 151 t 5243 4104 2023 t 2023 2849 5243 t 509 4102 2023 t 2023 4104 509 t 1018 4057 2023 t 2023 4102 1018 t 153 4105 2024 t 2024 2846 153 t 1030 4106 2024 t 2024 4105 1030 t 5207 5465 5316 t 5316 5467 5207 t 952 5376 5316 t 5316 5465 952 t 201 4100 2025 t 2025 4107 201 t 5256 5464 5317 t 5317 5462 5256 t 5207 5467 5317 t 5317 5464 5207 t 1030 4107 2025 t 2025 4106 1030 t 202 4108 2026 t 2026 4111 202 t 1034 4109 2026 t 2026 4108 1034 t 510 4110 2026 t 2026 4109 510 t 1031 4111 2026 t 2026 4110 1031 t 205 4112 2027 t 2027 4114 205 t 1033 4113 2027 t 2027 4112 1033 t 510 4109 2027 t 2027 4113 510 t 1034 4114 2027 t 2027 4109 1034 t 204 4115 2028 t 2028 4117 204 t 1032 4116 2028 t 2028 4115 1032 t 510 4113 2028 t 2028 4116 510 t 1033 4117 2028 t 2028 4113 1033 t 203 4118 2029 t 2029 4119 203 t 1031 4110 2029 t 2029 4118 1031 t 510 4116 2029 t 2029 4110 510 t 1032 4119 2029 t 2029 4116 1032 t 166 4120 2030 t 2030 3868 166 t 1037 4121 2030 t 2030 4120 1037 t 511 4122 2030 t 2030 4121 511 t 966 3868 2030 t 2030 4122 966 t 207 4123 2031 t 2031 4125 207 t 1036 4124 2031 t 2031 4123 1036 t 511 4121 2031 t 2031 4124 511 t 1037 4125 2031 t 2031 4121 1037 t 206 4126 2032 t 2032 4128 206 t 1035 4127 2032 t 2032 4126 1035 t 511 4124 2032 t 2032 4127 511 t 1036 4128 2032 t 2032 4124 1036 t 165 3873 2033 t 2033 4129 165 t 966 4122 2033 t 2033 3873 966 t 511 4127 2033 t 2033 4122 511 t 1035 4129 2033 t 2033 4127 1035 t 165 4129 2034 t 2034 3928 165 t 1035 4130 2034 t 2034 4129 1035 t 512 4131 2034 t 2034 4130 512 t 986 3928 2034 t 2034 4131 986 t 206 4132 2035 t 2035 4126 206 t 1039 4133 2035 t 2035 4132 1039 t 512 4130 2035 t 2035 4133 512 t 1035 4126 2035 t 2035 4130 1035 t 208 4134 2036 t 2036 4136 208 t 1038 4135 2036 t 2036 4134 1038 t 512 4133 2036 t 2036 4135 512 t 1039 4136 2036 t 2036 4133 1039 t 179 3932 2037 t 2037 4137 179 t 986 4131 2037 t 2037 3932 986 t 512 4135 2037 t 2037 4131 512 t 1038 4137 2037 t 2037 4135 1038 t 179 4137 2038 t 2038 3947 179 t 1038 4138 2038 t 2038 4137 1038 t 513 4139 2038 t 2038 4138 513 t 987 3947 2038 t 2038 4139 987 t 208 4140 2039 t 2039 4134 208 t 1041 4141 2039 t 2039 4140 1041 t 513 4138 2039 t 2039 4141 513 t 1038 4134 2039 t 2039 4138 1038 t 209 4142 2040 t 2040 4144 209 t 1040 4143 2040 t 2040 4142 1040 t 513 4141 2040 t 2040 4143 513 t 1041 4144 2040 t 2040 4141 1041 t 168 3939 2041 t 2041 4145 168 t 987 4139 2041 t 2041 3939 987 t 513 4143 2041 t 2041 4139 513 t 1040 4145 2041 t 2041 4143 1040 t 168 4145 2042 t 2042 3884 168 t 1040 4146 2042 t 2042 4145 1040 t 514 4147 2042 t 2042 4146 514 t 969 3884 2042 t 2042 4147 969 t 209 4148 2043 t 2043 4142 209 t 1042 4149 2043 t 2043 4148 1042 t 514 4146 2043 t 2043 4149 514 t 1040 4142 2043 t 2043 4146 1040 t 207 4125 2044 t 2044 4151 207 t 1037 4150 2044 t 2044 4125 1037 t 514 4149 2044 t 2044 4150 514 t 1042 4151 2044 t 2044 4149 1042 t 166 3887 2045 t 2045 4120 166 t 969 4147 2045 t 2045 3887 969 t 514 4150 2045 t 2045 4147 514 t 1037 4120 2045 t 2045 4150 1037 t 207 4152 2046 t 2046 4123 207 t 1045 4153 2046 t 2046 4152 1045 t 515 4154 2046 t 2046 4153 515 t 1036 4123 2046 t 2046 4154 1036 t 211 4155 2047 t 2047 4157 211 t 1044 4156 2047 t 2047 4155 1044 t 515 4153 2047 t 2047 4156 515 t 1045 4157 2047 t 2047 4153 1045 t 210 4158 2048 t 2048 4160 210 t 1043 4159 2048 t 2048 4158 1043 t 515 4156 2048 t 2048 4159 515 t 1044 4160 2048 t 2048 4156 1044 t 206 4128 2049 t 2049 4161 206 t 1036 4154 2049 t 2049 4128 1036 t 515 4159 2049 t 2049 4154 515 t 1043 4161 2049 t 2049 4159 1043 t 206 4161 2050 t 2050 4132 206 t 1043 4162 2050 t 2050 4161 1043 t 516 4163 2050 t 2050 4162 516 t 1039 4132 2050 t 2050 4163 1039 t 210 4164 2051 t 2051 4158 210 t 1047 4165 2051 t 2051 4164 1047 t 516 4162 2051 t 2051 4165 516 t 1043 4158 2051 t 2051 4162 1043 t 212 4166 2052 t 2052 4168 212 t 1046 4167 2052 t 2052 4166 1046 t 516 4165 2052 t 2052 4167 516 t 1047 4168 2052 t 2052 4165 1047 t 208 4136 2053 t 2053 4169 208 t 1039 4163 2053 t 2053 4136 1039 t 516 4167 2053 t 2053 4163 516 t 1046 4169 2053 t 2053 4167 1046 t 208 4169 2054 t 2054 4140 208 t 1046 4170 2054 t 2054 4169 1046 t 517 4171 2054 t 2054 4170 517 t 1041 4140 2054 t 2054 4171 1041 t 212 4172 2055 t 2055 4166 212 t 1049 4173 2055 t 2055 4172 1049 t 517 4170 2055 t 2055 4173 517 t 1046 4166 2055 t 2055 4170 1046 t 213 4174 2056 t 2056 4176 213 t 1048 4175 2056 t 2056 4174 1048 t 517 4173 2056 t 2056 4175 517 t 1049 4176 2056 t 2056 4173 1049 t 209 4144 2057 t 2057 4177 209 t 1041 4171 2057 t 2057 4144 1041 t 517 4175 2057 t 2057 4171 517 t 1048 4177 2057 t 2057 4175 1048 t 209 4177 2058 t 2058 4148 209 t 1048 4178 2058 t 2058 4177 1048 t 518 4179 2058 t 2058 4178 518 t 1042 4148 2058 t 2058 4179 1042 t 213 4180 2059 t 2059 4174 213 t 1050 4181 2059 t 2059 4180 1050 t 518 4178 2059 t 2059 4181 518 t 1048 4174 2059 t 2059 4178 1048 t 211 4157 2060 t 2060 4183 211 t 1045 4182 2060 t 2060 4157 1045 t 518 4181 2060 t 2060 4182 518 t 1050 4183 2060 t 2060 4181 1050 t 207 4151 2061 t 2061 4152 207 t 1042 4179 2061 t 2061 4151 1042 t 518 4182 2061 t 2061 4179 518 t 1045 4152 2061 t 2061 4182 1045 t 211 4184 2062 t 2062 4155 211 t 1053 4185 2062 t 2062 4184 1053 t 519 4186 2062 t 2062 4185 519 t 1044 4155 2062 t 2062 4186 1044 t 215 4187 2063 t 2063 4189 215 t 1052 4188 2063 t 2063 4187 1052 t 519 4185 2063 t 2063 4188 519 t 1053 4189 2063 t 2063 4185 1053 t 214 4190 2064 t 2064 4192 214 t 1051 4191 2064 t 2064 4190 1051 t 519 4188 2064 t 2064 4191 519 t 1052 4192 2064 t 2064 4188 1052 t 210 4160 2065 t 2065 4193 210 t 1044 4186 2065 t 2065 4160 1044 t 519 4191 2065 t 2065 4186 519 t 1051 4193 2065 t 2065 4191 1051 t 210 4193 2066 t 2066 4164 210 t 1051 4194 2066 t 2066 4193 1051 t 520 4195 2066 t 2066 4194 520 t 1047 4164 2066 t 2066 4195 1047 t 214 4196 2067 t 2067 4190 214 t 1055 4197 2067 t 2067 4196 1055 t 520 4194 2067 t 2067 4197 520 t 1051 4190 2067 t 2067 4194 1051 t 216 4198 2068 t 2068 4200 216 t 1054 4199 2068 t 2068 4198 1054 t 520 4197 2068 t 2068 4199 520 t 1055 4200 2068 t 2068 4197 1055 t 212 4168 2069 t 2069 4201 212 t 1047 4195 2069 t 2069 4168 1047 t 520 4199 2069 t 2069 4195 520 t 1054 4201 2069 t 2069 4199 1054 t 212 4201 2070 t 2070 4172 212 t 1054 4202 2070 t 2070 4201 1054 t 521 4203 2070 t 2070 4202 521 t 1049 4172 2070 t 2070 4203 1049 t 216 4204 2071 t 2071 4198 216 t 1057 4205 2071 t 2071 4204 1057 t 521 4202 2071 t 2071 4205 521 t 1054 4198 2071 t 2071 4202 1054 t 217 4206 2072 t 2072 4208 217 t 1056 4207 2072 t 2072 4206 1056 t 521 4205 2072 t 2072 4207 521 t 1057 4208 2072 t 2072 4205 1057 t 213 4176 2073 t 2073 4209 213 t 1049 4203 2073 t 2073 4176 1049 t 521 4207 2073 t 2073 4203 521 t 1056 4209 2073 t 2073 4207 1056 t 213 4209 2074 t 2074 4180 213 t 1056 4210 2074 t 2074 4209 1056 t 522 4211 2074 t 2074 4210 522 t 1050 4180 2074 t 2074 4211 1050 t 217 4212 2075 t 2075 4206 217 t 1058 4213 2075 t 2075 4212 1058 t 522 4210 2075 t 2075 4213 522 t 1056 4206 2075 t 2075 4210 1056 t 215 4189 2076 t 2076 4215 215 t 1053 4214 2076 t 2076 4189 1053 t 522 4213 2076 t 2076 4214 522 t 1058 4215 2076 t 2076 4213 1058 t 211 4183 2077 t 2077 4184 211 t 1050 4211 2077 t 2077 4183 1050 t 522 4214 2077 t 2077 4211 522 t 1053 4184 2077 t 2077 4214 1053 t 215 4216 2078 t 2078 4187 215 t 1061 4217 2078 t 2078 4216 1061 t 523 4218 2078 t 2078 4217 523 t 1052 4187 2078 t 2078 4218 1052 t 219 4219 2079 t 2079 4221 219 t 1060 4220 2079 t 2079 4219 1060 t 523 4217 2079 t 2079 4220 523 t 1061 4221 2079 t 2079 4217 1061 t 218 4222 2080 t 2080 4224 218 t 1059 4223 2080 t 2080 4222 1059 t 523 4220 2080 t 2080 4223 523 t 1060 4224 2080 t 2080 4220 1060 t 214 4192 2081 t 2081 4225 214 t 1052 4218 2081 t 2081 4192 1052 t 523 4223 2081 t 2081 4218 523 t 1059 4225 2081 t 2081 4223 1059 t 214 4225 2082 t 2082 4196 214 t 1059 4226 2082 t 2082 4225 1059 t 524 4227 2082 t 2082 4226 524 t 1055 4196 2082 t 2082 4227 1055 t 218 4228 2083 t 2083 4222 218 t 1063 4229 2083 t 2083 4228 1063 t 524 4226 2083 t 2083 4229 524 t 1059 4222 2083 t 2083 4226 1059 t 220 4230 2084 t 2084 4232 220 t 1062 4231 2084 t 2084 4230 1062 t 524 4229 2084 t 2084 4231 524 t 1063 4232 2084 t 2084 4229 1063 t 216 4200 2085 t 2085 4233 216 t 1055 4227 2085 t 2085 4200 1055 t 524 4231 2085 t 2085 4227 524 t 1062 4233 2085 t 2085 4231 1062 t 216 4233 2086 t 2086 4204 216 t 1062 4234 2086 t 2086 4233 1062 t 525 4235 2086 t 2086 4234 525 t 1057 4204 2086 t 2086 4235 1057 t 220 4236 2087 t 2087 4230 220 t 1065 4237 2087 t 2087 4236 1065 t 525 4234 2087 t 2087 4237 525 t 1062 4230 2087 t 2087 4234 1062 t 221 4238 2088 t 2088 4240 221 t 1064 4239 2088 t 2088 4238 1064 t 525 4237 2088 t 2088 4239 525 t 1065 4240 2088 t 2088 4237 1065 t 217 4208 2089 t 2089 4241 217 t 1057 4235 2089 t 2089 4208 1057 t 525 4239 2089 t 2089 4235 525 t 1064 4241 2089 t 2089 4239 1064 t 217 4241 2090 t 2090 4212 217 t 1064 4242 2090 t 2090 4241 1064 t 526 4243 2090 t 2090 4242 526 t 1058 4212 2090 t 2090 4243 1058 t 221 4244 2091 t 2091 4238 221 t 1066 4245 2091 t 2091 4244 1066 t 526 4242 2091 t 2091 4245 526 t 1064 4238 2091 t 2091 4242 1064 t 219 4221 2092 t 2092 4247 219 t 1061 4246 2092 t 2092 4221 1061 t 526 4245 2092 t 2092 4246 526 t 1066 4247 2092 t 2092 4245 1066 t 215 4215 2093 t 2093 4216 215 t 1058 4243 2093 t 2093 4215 1058 t 526 4246 2093 t 2093 4243 526 t 1061 4216 2093 t 2093 4246 1061 t 219 4248 2094 t 2094 4219 219 t 1068 4249 2094 t 2094 4248 1068 t 527 4250 2094 t 2094 4249 527 t 1060 4219 2094 t 2094 4250 1060 t 202 4111 2095 t 2095 4252 202 t 1031 4251 2095 t 2095 4111 1031 t 527 4249 2095 t 2095 4251 527 t 1068 4252 2095 t 2095 4249 1068 t 203 4253 2096 t 2096 4118 203 t 1067 4254 2096 t 2096 4253 1067 t 527 4251 2096 t 2096 4254 527 t 1031 4118 2096 t 2096 4251 1031 t 218 4224 2097 t 2097 4255 218 t 1060 4250 2097 t 2097 4224 1060 t 527 4254 2097 t 2097 4250 527 t 1067 4255 2097 t 2097 4254 1067 t 218 4255 2098 t 2098 4228 218 t 1067 4256 2098 t 2098 4255 1067 t 528 4257 2098 t 2098 4256 528 t 1063 4228 2098 t 2098 4257 1063 t 203 4119 2099 t 2099 4253 203 t 1032 4258 2099 t 2099 4119 1032 t 528 4256 2099 t 2099 4258 528 t 1067 4253 2099 t 2099 4256 1067 t 204 4259 2100 t 2100 4115 204 t 1069 4260 2100 t 2100 4259 1069 t 528 4258 2100 t 2100 4260 528 t 1032 4115 2100 t 2100 4258 1032 t 220 4232 2101 t 2101 4261 220 t 1063 4257 2101 t 2101 4232 1063 t 528 4260 2101 t 2101 4257 528 t 1069 4261 2101 t 2101 4260 1069 t 220 4261 2102 t 2102 4236 220 t 1069 4262 2102 t 2102 4261 1069 t 529 4263 2102 t 2102 4262 529 t 1065 4236 2102 t 2102 4263 1065 t 204 4117 2103 t 2103 4259 204 t 1033 4264 2103 t 2103 4117 1033 t 529 4262 2103 t 2103 4264 529 t 1069 4259 2103 t 2103 4262 1069 t 205 4265 2104 t 2104 4112 205 t 1070 4266 2104 t 2104 4265 1070 t 529 4264 2104 t 2104 4266 529 t 1033 4112 2104 t 2104 4264 1033 t 221 4240 2105 t 2105 4267 221 t 1065 4263 2105 t 2105 4240 1065 t 529 4266 2105 t 2105 4263 529 t 1070 4267 2105 t 2105 4266 1070 t 221 4267 2106 t 2106 4244 221 t 1070 4268 2106 t 2106 4267 1070 t 530 4269 2106 t 2106 4268 530 t 1066 4244 2106 t 2106 4269 1066 t 205 4114 2107 t 2107 4265 205 t 1034 4270 2107 t 2107 4114 1034 t 530 4268 2107 t 2107 4270 530 t 1070 4265 2107 t 2107 4268 1070 t 202 4252 2108 t 2108 4108 202 t 1068 4271 2108 t 2108 4252 1068 t 530 4270 2108 t 2108 4271 530 t 1034 4108 2108 t 2108 4270 1034 t 219 4247 2109 t 2109 4248 219 t 1066 4269 2109 t 2109 4247 1066 t 530 4271 2109 t 2109 4269 530 t 1068 4248 2109 t 2109 4271 1068 t 5181 4272 2110 t 2110 5460 5181 t 1073 4273 5318 t 5318 5469 1073 t 531 4274 5318 t 5318 4273 531 t 5255 5460 2110 t 2110 5471 5255 t 223 4275 2111 t 2111 4277 223 t 1072 4276 2111 t 2111 4275 1072 t 5208 5470 2111 t 2111 4276 5208 t 5259 4277 2111 t 2111 5470 5259 t 222 4278 2112 t 2112 4280 222 t 1071 4279 2112 t 2112 4278 1071 t 5208 4276 2112 t 2112 4279 5208 t 1072 4280 2112 t 2112 4276 1072 t 5180 5463 2113 t 2113 4281 5180 t 5255 5471 2113 t 2113 5463 5255 t 531 5472 5319 t 5319 4274 531 t 5258 5473 5319 t 5319 5472 5258 t 5180 4281 2114 t 2114 5454 5180 t 5258 4282 5320 t 5320 5473 5258 t 532 4283 5320 t 5320 4282 532 t 5253 5454 2114 t 2114 5475 5253 t 222 4284 2115 t 2115 4278 222 t 1075 4285 2115 t 2115 4284 1075 t 5209 5474 2115 t 2115 4285 5209 t 1071 4278 2115 t 2115 5474 1071 t 224 4286 2116 t 2116 4288 224 t 1074 4287 2116 t 2116 4286 1074 t 5209 4285 2116 t 2116 4287 5209 t 1075 4288 2116 t 2116 4285 1075 t 5179 5457 2117 t 2117 4289 5179 t 5253 5475 2117 t 2117 5457 5253 t 532 5476 5321 t 5321 4283 532 t 5260 5477 5321 t 5321 5476 5260 t 5179 4289 2118 t 2118 5448 5179 t 5260 4290 5322 t 5322 5477 5260 t 533 4291 5322 t 5322 4290 533 t 5251 5448 2118 t 2118 5479 5251 t 224 4292 2119 t 2119 4286 224 t 1078 4293 2119 t 2119 4292 1078 t 5210 5478 2119 t 2119 4293 5210 t 1074 4286 2119 t 2119 5478 1074 t 226 4294 2120 t 2120 4296 226 t 1077 4295 2120 t 2120 4294 1077 t 5210 4293 2120 t 2120 4295 5210 t 1078 4296 2120 t 2120 4293 1078 t 225 4297 2121 t 2121 4299 225 t 1076 4298 2121 t 2121 4297 1076 t 533 5480 5323 t 5323 5482 533 t 5262 5483 5323 t 5323 5480 5262 t 5177 5451 2122 t 2122 4300 5177 t 5251 5479 2122 t 2122 5451 5251 t 533 5482 5324 t 5324 4291 533 t 1076 4300 2122 t 2122 4298 1076 t 5178 5484 2123 t 2123 5442 5178 t 5261 4301 2123 t 2123 5484 5261 t 534 4302 5325 t 5325 5485 534 t 5249 5442 2123 t 2123 5486 5249 t 5182 4303 2124 t 2124 5481 5182 t 1081 4304 5326 t 5326 5487 1081 t 534 5485 5326 t 5326 4304 534 t 5261 5481 2124 t 2124 4301 5261 t 228 4305 2125 t 2125 4307 228 t 1080 4306 2125 t 2125 4305 1080 t 5211 5488 2125 t 2125 4306 5211 t 5264 4307 2125 t 2125 5488 5264 t 227 4308 2126 t 2126 4310 227 t 1079 4309 2126 t 2126 4308 1079 t 5211 4306 2126 t 2126 4309 5211 t 1080 4310 2126 t 2126 4306 1080 t 5176 5445 2127 t 2127 4311 5176 t 5249 5486 2127 t 2127 5445 5249 t 534 5489 5327 t 5327 4302 534 t 5263 5490 5327 t 5327 5489 5263 t 5176 4311 2128 t 2128 5435 5176 t 5263 4312 5328 t 5328 5490 5263 t 535 4313 5328 t 5328 4312 535 t 5247 5435 2128 t 2128 5492 5247 t 227 4314 2129 t 2129 4308 227 t 1083 4315 2129 t 2129 4314 1083 t 5212 5491 2129 t 2129 4315 5212 t 1079 4308 2129 t 2129 5491 1079 t 229 4316 2130 t 2130 4318 229 t 1082 4317 2130 t 2130 4316 1082 t 5212 4315 2130 t 2130 4317 5212 t 1083 4318 2130 t 2130 4315 1083 t 5175 5439 2131 t 2131 4319 5175 t 5247 5492 2131 t 2131 5439 5247 t 535 5493 5329 t 5329 4313 535 t 5265 5494 5329 t 5329 5493 5265 t 5175 4319 2132 t 2132 4322 5175 t 5265 4320 5330 t 5330 5494 5265 t 536 4321 5330 t 5330 4320 536 t 1084 4322 2132 t 2132 5496 1084 t 229 4323 2133 t 2133 4316 229 t 1085 4324 2133 t 2133 4323 1085 t 5213 5495 2133 t 2133 4324 5213 t 1082 4316 2133 t 2133 5495 1082 t 230 3070 2134 t 2134 4326 230 t 5245 4325 2134 t 2134 3070 5245 t 5213 4324 2134 t 2134 4325 5213 t 1085 4326 2134 t 2134 4324 1085 t 152 4327 2135 t 2135 3065 152 t 1084 5496 2135 t 2135 4327 1084 t 536 5498 5331 t 5331 4321 536 t 954 5408 5331 t 5331 5498 954 t 223 4328 2136 t 2136 4275 223 t 1088 4329 2136 t 2136 4328 1088 t 537 4330 2136 t 2136 4329 537 t 1072 4275 2136 t 2136 4330 1072 t 232 4331 2137 t 2137 4333 232 t 1087 4332 2137 t 2137 4331 1087 t 537 4329 2137 t 2137 4332 537 t 1088 4333 2137 t 2137 4329 1088 t 231 4334 2138 t 2138 4336 231 t 1086 4335 2138 t 2138 4334 1086 t 537 4332 2138 t 2138 4335 537 t 1087 4336 2138 t 2138 4332 1087 t 222 4280 2139 t 2139 4337 222 t 1072 4330 2139 t 2139 4280 1072 t 537 4335 2139 t 2139 4330 537 t 1086 4337 2139 t 2139 4335 1086 t 222 4337 2140 t 2140 4284 222 t 1086 4338 2140 t 2140 4337 1086 t 538 4339 2140 t 2140 4338 538 t 1075 4284 2140 t 2140 4339 1075 t 231 4340 2141 t 2141 4334 231 t 1090 4341 2141 t 2141 4340 1090 t 538 4338 2141 t 2141 4341 538 t 1086 4334 2141 t 2141 4338 1086 t 233 4342 2142 t 2142 4344 233 t 1089 4343 2142 t 2142 4342 1089 t 538 4341 2142 t 2142 4343 538 t 1090 4344 2142 t 2142 4341 1090 t 224 4288 2143 t 2143 4345 224 t 1075 4339 2143 t 2143 4288 1075 t 538 4343 2143 t 2143 4339 538 t 1089 4345 2143 t 2143 4343 1089 t 224 4345 2144 t 2144 4292 224 t 1089 4346 2144 t 2144 4345 1089 t 539 4347 2144 t 2144 4346 539 t 1078 4292 2144 t 2144 4347 1078 t 233 4348 2145 t 2145 4342 233 t 1093 4349 2145 t 2145 4348 1093 t 539 4346 2145 t 2145 4349 539 t 1089 4342 2145 t 2145 4346 1089 t 235 4350 2146 t 2146 4352 235 t 1092 4351 2146 t 2146 4350 1092 t 539 4349 2146 t 2146 4351 539 t 1093 4352 2146 t 2146 4349 1093 t 234 4353 2147 t 2147 4355 234 t 1091 4354 2147 t 2147 4353 1091 t 539 4351 2147 t 2147 4354 539 t 1092 4355 2147 t 2147 4351 1092 t 226 4296 2148 t 2148 4356 226 t 1078 4347 2148 t 2148 4296 1078 t 539 4354 2148 t 2148 4347 539 t 1091 4356 2148 t 2148 4354 1091 t 234 4355 2149 t 2149 4359 234 t 1092 4357 2149 t 2149 4355 1092 t 540 4358 2149 t 2149 4357 540 t 1094 4359 2149 t 2149 4358 1094 t 235 4360 2150 t 2150 4350 235 t 1096 4361 2150 t 2150 4360 1096 t 540 4357 2150 t 2150 4361 540 t 1092 4350 2150 t 2150 4357 1092 t 236 4362 2151 t 2151 4364 236 t 1095 4363 2151 t 2151 4362 1095 t 540 4361 2151 t 2151 4363 540 t 1096 4364 2151 t 2151 4361 1096 t 227 4310 2152 t 2152 4366 227 t 1080 4365 2152 t 2152 4310 1080 t 540 4363 2152 t 2152 4365 540 t 1095 4366 2152 t 2152 4363 1095 t 228 4367 2153 t 2153 4305 228 t 1094 4358 2153 t 2153 4367 1094 t 540 4365 2153 t 2153 4358 540 t 1080 4305 2153 t 2153 4365 1080 t 227 4366 2154 t 2154 4314 227 t 1095 4368 2154 t 2154 4366 1095 t 541 4369 2154 t 2154 4368 541 t 1083 4314 2154 t 2154 4369 1083 t 236 4370 2155 t 2155 4362 236 t 1098 4371 2155 t 2155 4370 1098 t 541 4368 2155 t 2155 4371 541 t 1095 4362 2155 t 2155 4368 1095 t 237 4372 2156 t 2156 4374 237 t 1097 4373 2156 t 2156 4372 1097 t 541 4371 2156 t 2156 4373 541 t 1098 4374 2156 t 2156 4371 1098 t 229 4318 2157 t 2157 4375 229 t 1083 4369 2157 t 2157 4318 1083 t 541 4373 2157 t 2157 4369 541 t 1097 4375 2157 t 2157 4373 1097 t 229 4375 2158 t 2158 4323 229 t 1097 4376 2158 t 2158 4375 1097 t 542 4377 2158 t 2158 4376 542 t 1085 4323 2158 t 2158 4377 1085 t 237 4378 2159 t 2159 4372 237 t 1100 4379 2159 t 2159 4378 1100 t 542 4376 2159 t 2159 4379 542 t 1097 4372 2159 t 2159 4376 1097 t 238 3126 2160 t 2160 4381 238 t 1099 4380 2160 t 2160 3126 1099 t 542 4379 2160 t 2160 4380 542 t 1100 4381 2160 t 2160 4379 1100 t 230 4326 2161 t 2161 3122 230 t 1085 4377 2161 t 2161 4326 1085 t 542 4380 2161 t 2161 4377 542 t 1099 3122 2161 t 2161 4380 1099 t 232 4382 2162 t 2162 4331 232 t 1103 4383 2162 t 2162 4382 1103 t 543 4384 2162 t 2162 4383 543 t 1087 4331 2162 t 2162 4384 1087 t 240 4385 2163 t 2163 4387 240 t 1102 4386 2163 t 2163 4385 1102 t 543 4383 2163 t 2163 4386 543 t 1103 4387 2163 t 2163 4383 1103 t 239 4388 2164 t 2164 4390 239 t 1101 4389 2164 t 2164 4388 1101 t 543 4386 2164 t 2164 4389 543 t 1102 4390 2164 t 2164 4386 1102 t 231 4336 2165 t 2165 4391 231 t 1087 4384 2165 t 2165 4336 1087 t 543 4389 2165 t 2165 4384 543 t 1101 4391 2165 t 2165 4389 1101 t 231 4391 2166 t 2166 4340 231 t 1101 4392 2166 t 2166 4391 1101 t 544 4393 2166 t 2166 4392 544 t 1090 4340 2166 t 2166 4393 1090 t 239 4394 2167 t 2167 4388 239 t 1105 4395 2167 t 2167 4394 1105 t 544 4392 2167 t 2167 4395 544 t 1101 4388 2167 t 2167 4392 1101 t 241 4396 2168 t 2168 4398 241 t 1104 4397 2168 t 2168 4396 1104 t 544 4395 2168 t 2168 4397 544 t 1105 4398 2168 t 2168 4395 1105 t 233 4344 2169 t 2169 4399 233 t 1090 4393 2169 t 2169 4344 1090 t 544 4397 2169 t 2169 4393 544 t 1104 4399 2169 t 2169 4397 1104 t 233 4399 2170 t 2170 4348 233 t 1104 4400 2170 t 2170 4399 1104 t 545 4401 2170 t 2170 4400 545 t 1093 4348 2170 t 2170 4401 1093 t 241 4402 2171 t 2171 4396 241 t 1107 4403 2171 t 2171 4402 1107 t 545 4400 2171 t 2171 4403 545 t 1104 4396 2171 t 2171 4400 1104 t 242 4404 2172 t 2172 4406 242 t 1106 4405 2172 t 2172 4404 1106 t 545 4403 2172 t 2172 4405 545 t 1107 4406 2172 t 2172 4403 1107 t 235 4352 2173 t 2173 4407 235 t 1093 4401 2173 t 2173 4352 1093 t 545 4405 2173 t 2173 4401 545 t 1106 4407 2173 t 2173 4405 1106 t 235 4407 2174 t 2174 4360 235 t 1106 4408 2174 t 2174 4407 1106 t 546 4409 2174 t 2174 4408 546 t 1096 4360 2174 t 2174 4409 1096 t 242 4410 2175 t 2175 4404 242 t 1109 4411 2175 t 2175 4410 1109 t 546 4408 2175 t 2175 4411 546 t 1106 4404 2175 t 2175 4408 1106 t 243 4412 2176 t 2176 4414 243 t 1108 4413 2176 t 2176 4412 1108 t 546 4411 2176 t 2176 4413 546 t 1109 4414 2176 t 2176 4411 1109 t 236 4364 2177 t 2177 4415 236 t 1096 4409 2177 t 2177 4364 1096 t 546 4413 2177 t 2177 4409 546 t 1108 4415 2177 t 2177 4413 1108 t 236 4415 2178 t 2178 4370 236 t 1108 4416 2178 t 2178 4415 1108 t 547 4417 2178 t 2178 4416 547 t 1098 4370 2178 t 2178 4417 1098 t 243 4418 2179 t 2179 4412 243 t 1111 4419 2179 t 2179 4418 1111 t 547 4416 2179 t 2179 4419 547 t 1108 4412 2179 t 2179 4416 1108 t 244 4420 2180 t 2180 4422 244 t 1110 4421 2180 t 2180 4420 1110 t 547 4419 2180 t 2180 4421 547 t 1111 4422 2180 t 2180 4419 1111 t 237 4374 2181 t 2181 4423 237 t 1098 4417 2181 t 2181 4374 1098 t 547 4421 2181 t 2181 4417 547 t 1110 4423 2181 t 2181 4421 1110 t 237 4423 2182 t 2182 4378 237 t 1110 4424 2182 t 2182 4423 1110 t 548 4425 2182 t 2182 4424 548 t 1100 4378 2182 t 2182 4425 1100 t 244 4426 2183 t 2183 4420 244 t 1113 4427 2183 t 2183 4426 1113 t 548 4424 2183 t 2183 4427 548 t 1110 4420 2183 t 2183 4424 1110 t 157 3176 2184 t 2184 4429 157 t 1112 4428 2184 t 2184 3176 1112 t 548 4427 2184 t 2184 4428 548 t 1113 4429 2184 t 2184 4427 1113 t 238 4381 2185 t 2185 3172 238 t 1100 4425 2185 t 2185 4381 1100 t 548 4428 2185 t 2185 4425 548 t 1112 3172 2185 t 2185 4428 1112 t 240 4430 2186 t 2186 4385 240 t 1116 4431 2186 t 2186 4430 1116 t 549 4432 2186 t 2186 4431 549 t 1102 4385 2186 t 2186 4432 1102 t 246 4433 2187 t 2187 4435 246 t 1115 4434 2187 t 2187 4433 1115 t 549 4431 2187 t 2187 4434 549 t 1116 4435 2187 t 2187 4431 1116 t 245 4436 2188 t 2188 4438 245 t 1114 4437 2188 t 2188 4436 1114 t 549 4434 2188 t 2188 4437 549 t 1115 4438 2188 t 2188 4434 1115 t 239 4390 2189 t 2189 4439 239 t 1102 4432 2189 t 2189 4390 1102 t 549 4437 2189 t 2189 4432 549 t 1114 4439 2189 t 2189 4437 1114 t 239 4439 2190 t 2190 4394 239 t 1114 4440 2190 t 2190 4439 1114 t 550 4441 2190 t 2190 4440 550 t 1105 4394 2190 t 2190 4441 1105 t 245 4442 2191 t 2191 4436 245 t 1118 4443 2191 t 2191 4442 1118 t 550 4440 2191 t 2191 4443 550 t 1114 4436 2191 t 2191 4440 1114 t 247 4444 2192 t 2192 4446 247 t 1117 4445 2192 t 2192 4444 1117 t 550 4443 2192 t 2192 4445 550 t 1118 4446 2192 t 2192 4443 1118 t 241 4398 2193 t 2193 4447 241 t 1105 4441 2193 t 2193 4398 1105 t 550 4445 2193 t 2193 4441 550 t 1117 4447 2193 t 2193 4445 1117 t 241 4447 2194 t 2194 4402 241 t 1117 4448 2194 t 2194 4447 1117 t 551 4449 2194 t 2194 4448 551 t 1107 4402 2194 t 2194 4449 1107 t 247 4450 2195 t 2195 4444 247 t 1120 4451 2195 t 2195 4450 1120 t 551 4448 2195 t 2195 4451 551 t 1117 4444 2195 t 2195 4448 1117 t 248 4452 2196 t 2196 4454 248 t 1119 4453 2196 t 2196 4452 1119 t 551 4451 2196 t 2196 4453 551 t 1120 4454 2196 t 2196 4451 1120 t 242 4406 2197 t 2197 4455 242 t 1107 4449 2197 t 2197 4406 1107 t 551 4453 2197 t 2197 4449 551 t 1119 4455 2197 t 2197 4453 1119 t 242 4455 2198 t 2198 4410 242 t 1119 4456 2198 t 2198 4455 1119 t 552 4457 2198 t 2198 4456 552 t 1109 4410 2198 t 2198 4457 1109 t 248 4458 2199 t 2199 4452 248 t 1122 4459 2199 t 2199 4458 1122 t 552 4456 2199 t 2199 4459 552 t 1119 4452 2199 t 2199 4456 1119 t 249 4460 2200 t 2200 4462 249 t 1121 4461 2200 t 2200 4460 1121 t 552 4459 2200 t 2200 4461 552 t 1122 4462 2200 t 2200 4459 1122 t 243 4414 2201 t 2201 4463 243 t 1109 4457 2201 t 2201 4414 1109 t 552 4461 2201 t 2201 4457 552 t 1121 4463 2201 t 2201 4461 1121 t 243 4463 2202 t 2202 4418 243 t 1121 4464 2202 t 2202 4463 1121 t 553 4465 2202 t 2202 4464 553 t 1111 4418 2202 t 2202 4465 1111 t 249 4466 2203 t 2203 4460 249 t 1124 4467 2203 t 2203 4466 1124 t 553 4464 2203 t 2203 4467 553 t 1121 4460 2203 t 2203 4464 1121 t 250 4468 2204 t 2204 4470 250 t 1123 4469 2204 t 2204 4468 1123 t 553 4467 2204 t 2204 4469 553 t 1124 4470 2204 t 2204 4467 1124 t 244 4422 2205 t 2205 4471 244 t 1111 4465 2205 t 2205 4422 1111 t 553 4469 2205 t 2205 4465 553 t 1123 4471 2205 t 2205 4469 1123 t 244 4471 2206 t 2206 4426 244 t 1123 4472 2206 t 2206 4471 1123 t 554 4473 2206 t 2206 4472 554 t 1113 4426 2206 t 2206 4473 1113 t 250 4474 2207 t 2207 4468 250 t 1125 4475 2207 t 2207 4474 1125 t 554 4472 2207 t 2207 4475 554 t 1123 4468 2207 t 2207 4472 1123 t 251 3226 2208 t 2208 4477 251 t 958 4476 2208 t 2208 3226 958 t 554 4475 2208 t 2208 4476 554 t 1125 4477 2208 t 2208 4475 1125 t 157 4429 2209 t 2209 3222 157 t 1113 4473 2209 t 2209 4429 1113 t 554 4476 2209 t 2209 4473 554 t 958 3222 2209 t 2209 4476 958 t 246 4478 2210 t 2210 4433 246 t 1128 4479 2210 t 2210 4478 1128 t 555 4480 2210 t 2210 4479 555 t 1115 4433 2210 t 2210 4480 1115 t 253 4481 2211 t 2211 4483 253 t 1127 4482 2211 t 2211 4481 1127 t 555 4479 2211 t 2211 4482 555 t 1128 4483 2211 t 2211 4479 1128 t 252 4484 2212 t 2212 4486 252 t 1126 4485 2212 t 2212 4484 1126 t 555 4482 2212 t 2212 4485 555 t 1127 4486 2212 t 2212 4482 1127 t 245 4438 2213 t 2213 4487 245 t 1115 4480 2213 t 2213 4438 1115 t 555 4485 2213 t 2213 4480 555 t 1126 4487 2213 t 2213 4485 1126 t 245 4487 2214 t 2214 4442 245 t 1126 4488 2214 t 2214 4487 1126 t 556 4489 2214 t 2214 4488 556 t 1118 4442 2214 t 2214 4489 1118 t 252 4490 2215 t 2215 4484 252 t 1130 4491 2215 t 2215 4490 1130 t 556 4488 2215 t 2215 4491 556 t 1126 4484 2215 t 2215 4488 1126 t 254 4492 2216 t 2216 4494 254 t 1129 4493 2216 t 2216 4492 1129 t 556 4491 2216 t 2216 4493 556 t 1130 4494 2216 t 2216 4491 1130 t 247 4446 2217 t 2217 4495 247 t 1118 4489 2217 t 2217 4446 1118 t 556 4493 2217 t 2217 4489 556 t 1129 4495 2217 t 2217 4493 1129 t 247 4495 2218 t 2218 4450 247 t 1129 4496 2218 t 2218 4495 1129 t 557 4497 2218 t 2218 4496 557 t 1120 4450 2218 t 2218 4497 1120 t 254 4498 2219 t 2219 4492 254 t 1133 4499 2219 t 2219 4498 1133 t 557 4496 2219 t 2219 4499 557 t 1129 4492 2219 t 2219 4496 1129 t 256 4500 2220 t 2220 4502 256 t 1132 4501 2220 t 2220 4500 1132 t 557 4499 2220 t 2220 4501 557 t 1133 4502 2220 t 2220 4499 1133 t 255 4503 2221 t 2221 4505 255 t 1131 4504 2221 t 2221 4503 1131 t 557 4501 2221 t 2221 4504 557 t 1132 4505 2221 t 2221 4501 1132 t 248 4454 2222 t 2222 4506 248 t 1120 4497 2222 t 2222 4454 1120 t 557 4504 2222 t 2222 4497 557 t 1131 4506 2222 t 2222 4504 1131 t 248 4506 2223 t 2223 4458 248 t 1131 4507 2223 t 2223 4506 1131 t 558 4508 2223 t 2223 4507 558 t 1122 4458 2223 t 2223 4508 1122 t 255 4509 2224 t 2224 4503 255 t 1136 4510 2224 t 2224 4509 1136 t 558 4507 2224 t 2224 4510 558 t 1131 4503 2224 t 2224 4507 1131 t 258 4511 2225 t 2225 4513 258 t 1135 4512 2225 t 2225 4511 1135 t 558 4510 2225 t 2225 4512 558 t 1136 4513 2225 t 2225 4510 1136 t 257 4514 2226 t 2226 4516 257 t 1134 4515 2226 t 2226 4514 1134 t 558 4512 2226 t 2226 4515 558 t 1135 4516 2226 t 2226 4512 1135 t 249 4462 2227 t 2227 4517 249 t 1122 4508 2227 t 2227 4462 1122 t 558 4515 2227 t 2227 4508 558 t 1134 4517 2227 t 2227 4515 1134 t 249 4517 2228 t 2228 4466 249 t 1134 4518 2228 t 2228 4517 1134 t 559 4519 2228 t 2228 4518 559 t 1124 4466 2228 t 2228 4519 1124 t 257 4520 2229 t 2229 4514 257 t 1138 4521 2229 t 2229 4520 1138 t 559 4518 2229 t 2229 4521 559 t 1134 4514 2229 t 2229 4518 1134 t 259 4522 2230 t 2230 4524 259 t 1137 4523 2230 t 2230 4522 1137 t 559 4521 2230 t 2230 4523 559 t 1138 4524 2230 t 2230 4521 1138 t 250 4470 2231 t 2231 4525 250 t 1124 4519 2231 t 2231 4470 1124 t 559 4523 2231 t 2231 4519 559 t 1137 4525 2231 t 2231 4523 1137 t 250 4525 2232 t 2232 4474 250 t 1137 4526 2232 t 2232 4525 1137 t 560 4527 2232 t 2232 4526 560 t 1125 4474 2232 t 2232 4527 1125 t 259 4528 2233 t 2233 4522 259 t 1140 4529 2233 t 2233 4528 1140 t 560 4526 2233 t 2233 4529 560 t 1137 4522 2233 t 2233 4526 1137 t 260 3282 2234 t 2234 4531 260 t 1139 4530 2234 t 2234 3282 1139 t 560 4529 2234 t 2234 4530 560 t 1140 4531 2234 t 2234 4529 1140 t 251 4477 2235 t 2235 3278 251 t 1125 4527 2235 t 2235 4477 1125 t 560 4530 2235 t 2235 4527 560 t 1139 3278 2235 t 2235 4530 1139 t 253 4532 2236 t 2236 4481 253 t 1144 4533 2236 t 2236 4532 1144 t 561 4534 2236 t 2236 4533 561 t 1127 4481 2236 t 2236 4534 1127 t 263 3296 2237 t 2237 4536 263 t 1143 4535 2237 t 2237 3296 1143 t 561 4533 2237 t 2237 4535 561 t 1144 4536 2237 t 2237 4533 1144 t 262 4537 2238 t 2238 3292 262 t 1142 4538 2238 t 2238 4537 1142 t 561 4535 2238 t 2238 4538 561 t 1143 3292 2238 t 2238 4535 1143 t 261 4539 2239 t 2239 4541 261 t 1141 4540 2239 t 2239 4539 1141 t 561 4538 2239 t 2239 4540 561 t 1142 4541 2239 t 2239 4538 1142 t 252 4486 2240 t 2240 4542 252 t 1127 4534 2240 t 2240 4486 1127 t 561 4540 2240 t 2240 4534 561 t 1141 4542 2240 t 2240 4540 1141 t 252 4542 2241 t 2241 4490 252 t 1141 4543 2241 t 2241 4542 1141 t 562 4544 2241 t 2241 4543 562 t 1130 4490 2241 t 2241 4544 1130 t 261 4545 2242 t 2242 4539 261 t 1146 4546 2242 t 2242 4545 1146 t 562 4543 2242 t 2242 4546 562 t 1141 4539 2242 t 2242 4543 1141 t 264 4547 2243 t 2243 4549 264 t 1145 4548 2243 t 2243 4547 1145 t 562 4546 2243 t 2243 4548 562 t 1146 4549 2243 t 2243 4546 1146 t 254 4494 2244 t 2244 4550 254 t 1130 4544 2244 t 2244 4494 1130 t 562 4548 2244 t 2244 4544 562 t 1145 4550 2244 t 2244 4548 1145 t 254 4550 2245 t 2245 4498 254 t 1145 4551 2245 t 2245 4550 1145 t 563 4552 2245 t 2245 4551 563 t 1133 4498 2245 t 2245 4552 1133 t 264 4553 2246 t 2246 4547 264 t 1149 4554 2246 t 2246 4553 1149 t 563 4551 2246 t 2246 4554 563 t 1145 4547 2246 t 2246 4551 1145 t 266 4555 2247 t 2247 4557 266 t 1148 4556 2247 t 2247 4555 1148 t 563 4554 2247 t 2247 4556 563 t 1149 4557 2247 t 2247 4554 1149 t 265 4558 2248 t 2248 4560 265 t 1147 4559 2248 t 2248 4558 1147 t 563 4556 2248 t 2248 4559 563 t 1148 4560 2248 t 2248 4556 1148 t 256 4502 2249 t 2249 4561 256 t 1133 4552 2249 t 2249 4502 1133 t 563 4559 2249 t 2249 4552 563 t 1147 4561 2249 t 2249 4559 1147 t 265 4560 2250 t 2250 4564 265 t 1148 4562 2250 t 2250 4560 1148 t 564 4563 2250 t 2250 4562 564 t 1150 4564 2250 t 2250 4563 1150 t 266 4565 2251 t 2251 4555 266 t 1152 4566 2251 t 2251 4565 1152 t 564 4562 2251 t 2251 4566 564 t 1148 4555 2251 t 2251 4562 1148 t 267 4567 2252 t 2252 4569 267 t 1151 4568 2252 t 2252 4567 1151 t 564 4566 2252 t 2252 4568 564 t 1152 4569 2252 t 2252 4566 1152 t 257 4516 2253 t 2253 4571 257 t 1135 4570 2253 t 2253 4516 1135 t 564 4568 2253 t 2253 4570 564 t 1151 4571 2253 t 2253 4568 1151 t 258 4572 2254 t 2254 4511 258 t 1150 4563 2254 t 2254 4572 1150 t 564 4570 2254 t 2254 4563 564 t 1135 4511 2254 t 2254 4570 1135 t 257 4571 2255 t 2255 4520 257 t 1151 4573 2255 t 2255 4571 1151 t 565 4574 2255 t 2255 4573 565 t 1138 4520 2255 t 2255 4574 1138 t 267 4575 2256 t 2256 4567 267 t 1155 4576 2256 t 2256 4575 1155 t 565 4573 2256 t 2256 4576 565 t 1151 4567 2256 t 2256 4573 1151 t 268 3336 2257 t 2257 4578 268 t 1154 4577 2257 t 2257 3336 1154 t 565 4576 2257 t 2257 4577 565 t 1155 4578 2257 t 2257 4576 1155 t 159 4579 2258 t 2258 3331 159 t 1153 4580 2258 t 2258 4579 1153 t 565 4577 2258 t 2258 4580 565 t 1154 3331 2258 t 2258 4577 1154 t 259 4524 2259 t 2259 4581 259 t 1138 4574 2259 t 2259 4524 1138 t 565 4580 2259 t 2259 4574 565 t 1153 4581 2259 t 2259 4580 1153 t 259 4581 2260 t 2260 4528 259 t 1153 4582 2260 t 2260 4581 1153 t 566 4583 2260 t 2260 4582 566 t 1140 4528 2260 t 2260 4583 1140 t 159 3342 2261 t 2261 4579 159 t 960 4584 2261 t 2261 3342 960 t 566 4582 2261 t 2261 4584 566 t 1153 4579 2261 t 2261 4582 1153 t 260 4531 2262 t 2262 3340 260 t 1140 4583 2262 t 2262 4531 1140 t 566 4584 2262 t 2262 4583 566 t 960 3340 2262 t 2262 4584 960 t 269 4585 2263 t 2263 4588 269 t 1159 4586 2263 t 2263 4585 1159 t 567 4587 2263 t 2263 4586 567 t 1156 4588 2263 t 2263 4587 1156 t 272 4589 2264 t 2264 4591 272 t 1158 4590 2264 t 2264 4589 1158 t 567 4586 2264 t 2264 4590 567 t 1159 4591 2264 t 2264 4586 1159 t 271 4592 2265 t 2265 4594 271 t 1157 4593 2265 t 2265 4592 1157 t 567 4590 2265 t 2265 4593 567 t 1158 4594 2265 t 2265 4590 1158 t 270 4595 2266 t 2266 4596 270 t 1156 4587 2266 t 2266 4595 1156 t 567 4593 2266 t 2266 4587 567 t 1157 4596 2266 t 2266 4593 1157 t 5182 4597 2267 t 2267 4303 5182 t 1162 4598 2267 t 2267 4597 1162 t 568 4599 5332 t 5332 5501 568 t 1081 5487 5332 t 5332 4599 1081 t 274 4600 2268 t 2268 4602 274 t 1161 4601 5333 t 5333 5503 1161 t 568 5501 5333 t 5333 4601 568 t 1162 4602 2268 t 2268 4598 1162 t 273 4603 2269 t 2269 4605 273 t 1160 4604 2269 t 2269 4603 1160 t 5214 5505 2269 t 2269 4604 5214 t 5267 4605 2269 t 2269 5505 5267 t 228 4307 2270 t 2270 4606 228 t 5264 5502 2270 t 2270 4307 5264 t 5214 4604 2270 t 2270 5502 5214 t 1160 4606 2270 t 2270 4604 1160 t 228 4606 2271 t 2271 4367 228 t 1160 4607 2271 t 2271 4606 1160 t 569 4608 2271 t 2271 4607 569 t 1094 4367 2271 t 2271 4608 1094 t 273 4609 2272 t 2272 4603 273 t 1164 4610 2272 t 2272 4609 1164 t 569 4607 2272 t 2272 4610 569 t 1160 4603 2272 t 2272 4607 1160 t 275 4611 2273 t 2273 4613 275 t 1163 4612 2273 t 2273 4611 1163 t 569 4610 2273 t 2273 4612 569 t 1164 4613 2273 t 2273 4610 1164 t 234 4359 2274 t 2274 4614 234 t 1094 4608 2274 t 2274 4359 1094 t 569 4612 2274 t 2274 4608 569 t 1163 4614 2274 t 2274 4612 1163 t 234 4614 2275 t 2275 4353 234 t 1163 4615 2275 t 2275 4614 1163 t 570 4616 2275 t 2275 4615 570 t 1091 4353 2275 t 2275 4616 1091 t 275 4617 2276 t 2276 4611 275 t 1166 4618 2276 t 2276 4617 1166 t 570 4615 2276 t 2276 4618 570 t 1163 4611 2276 t 2276 4615 1163 t 276 4619 2277 t 2277 4621 276 t 1165 4620 2277 t 2277 4619 1165 t 570 4618 2277 t 2277 4620 570 t 1166 4621 2277 t 2277 4618 1166 t 226 4356 2278 t 2278 4622 226 t 1091 4616 2278 t 2278 4356 1091 t 570 4620 2278 t 2278 4616 570 t 1165 4622 2278 t 2278 4620 1165 t 226 4622 2279 t 2279 4294 226 t 1165 4623 2279 t 2279 4622 1165 t 571 4624 2279 t 2279 4623 571 t 1077 4294 2279 t 2279 4624 1077 t 276 4625 2280 t 2280 4619 276 t 1167 4626 2280 t 2280 4625 1167 t 571 4623 2280 t 2280 4626 571 t 1165 4619 2280 t 2280 4623 1165 t 5183 5506 2281 t 2281 4628 5183 t 5268 4627 2281 t 2281 5506 5268 t 5215 5508 5334 t 5334 5509 5215 t 5269 5510 5334 t 5334 5508 5269 t 225 4299 2282 t 2282 5500 225 t 5262 5507 5335 t 5335 5483 5262 t 5215 5509 5335 t 5335 5507 5215 t 5268 5500 2282 t 2282 4627 5268 t 5184 4629 2283 t 2283 5503 5184 t 1170 4630 5336 t 5336 5512 1170 t 572 4631 5336 t 5336 4630 572 t 5267 5504 5336 t 5336 4631 5267 t 278 4632 2284 t 2284 4634 278 t 1169 4633 2284 t 2284 4632 1169 t 572 4630 2284 t 2284 4633 572 t 1170 4634 2284 t 2284 4630 1170 t 277 4635 2285 t 2285 4637 277 t 1168 4636 2285 t 2285 4635 1168 t 572 4633 2285 t 2285 4636 572 t 1169 4637 2285 t 2285 4633 1169 t 273 4605 2286 t 2286 4638 273 t 5267 4631 2286 t 2286 4605 5267 t 572 4636 2286 t 2286 4631 572 t 1168 4638 2286 t 2286 4636 1168 t 273 4638 2287 t 2287 4609 273 t 1168 4639 2287 t 2287 4638 1168 t 573 4640 2287 t 2287 4639 573 t 1164 4609 2287 t 2287 4640 1164 t 277 4641 2288 t 2288 4635 277 t 1172 4642 2288 t 2288 4641 1172 t 573 4639 2288 t 2288 4642 573 t 1168 4635 2288 t 2288 4639 1168 t 279 4643 2289 t 2289 4645 279 t 1171 4644 2289 t 2289 4643 1171 t 573 4642 2289 t 2289 4644 573 t 1172 4645 2289 t 2289 4642 1172 t 275 4613 2290 t 2290 4646 275 t 1164 4640 2290 t 2290 4613 1164 t 573 4644 2290 t 2290 4640 573 t 1171 4646 2290 t 2290 4644 1171 t 275 4646 2291 t 2291 4617 275 t 1171 4647 2291 t 2291 4646 1171 t 574 4648 2291 t 2291 4647 574 t 1166 4617 2291 t 2291 4648 1166 t 279 4649 2292 t 2292 4643 279 t 1174 4650 2292 t 2292 4649 1174 t 574 4647 2292 t 2292 4650 574 t 1171 4643 2292 t 2292 4647 1171 t 280 4651 2293 t 2293 4653 280 t 1173 4652 2293 t 2293 4651 1173 t 574 4650 2293 t 2293 4652 574 t 1174 4653 2293 t 2293 4650 1174 t 276 4621 2294 t 2294 4654 276 t 1166 4648 2294 t 2294 4621 1166 t 574 4652 2294 t 2294 4648 574 t 1173 4654 2294 t 2294 4652 1173 t 276 4654 2295 t 2295 4625 276 t 1173 4655 2295 t 2295 4654 1173 t 575 4656 2295 t 2295 4655 575 t 1167 4625 2295 t 2295 4656 1167 t 280 4657 2296 t 2296 4651 280 t 1175 4658 2296 t 2296 4657 1175 t 575 4655 2296 t 2296 4658 575 t 1173 4651 2296 t 2296 4655 1173 t 278 4634 2297 t 2297 4660 278 t 1170 4659 2297 t 2297 4634 1170 t 575 4658 2297 t 2297 4659 575 t 1175 4660 2297 t 2297 4658 1175 t 5185 5510 2298 t 2298 5513 5185 t 1167 4656 5337 t 5337 5511 1167 t 575 4659 5337 t 5337 4656 575 t 1170 5512 5337 t 5337 4659 1170 t 278 4661 2299 t 2299 4632 278 t 1178 4662 2299 t 2299 4661 1178 t 576 4663 2299 t 2299 4662 576 t 1169 4632 2299 t 2299 4663 1169 t 282 4664 2300 t 2300 4666 282 t 1177 4665 2300 t 2300 4664 1177 t 576 4662 2300 t 2300 4665 576 t 1178 4666 2300 t 2300 4662 1178 t 281 4667 2301 t 2301 4669 281 t 1176 4668 2301 t 2301 4667 1176 t 576 4665 2301 t 2301 4668 576 t 1177 4669 2301 t 2301 4665 1177 t 277 4637 2302 t 2302 4670 277 t 1169 4663 2302 t 2302 4637 1169 t 576 4668 2302 t 2302 4663 576 t 1176 4670 2302 t 2302 4668 1176 t 277 4670 2303 t 2303 4641 277 t 1176 4671 2303 t 2303 4670 1176 t 577 4672 2303 t 2303 4671 577 t 1172 4641 2303 t 2303 4672 1172 t 281 4673 2304 t 2304 4667 281 t 1180 4674 2304 t 2304 4673 1180 t 577 4671 2304 t 2304 4674 577 t 1176 4667 2304 t 2304 4671 1176 t 283 4675 2305 t 2305 4677 283 t 1179 4676 2305 t 2305 4675 1179 t 577 4674 2305 t 2305 4676 577 t 1180 4677 2305 t 2305 4674 1180 t 279 4645 2306 t 2306 4678 279 t 1172 4672 2306 t 2306 4645 1172 t 577 4676 2306 t 2306 4672 577 t 1179 4678 2306 t 2306 4676 1179 t 279 4678 2307 t 2307 4649 279 t 1179 4679 2307 t 2307 4678 1179 t 578 4680 2307 t 2307 4679 578 t 1174 4649 2307 t 2307 4680 1174 t 283 4681 2308 t 2308 4675 283 t 1182 4682 2308 t 2308 4681 1182 t 578 4679 2308 t 2308 4682 578 t 1179 4675 2308 t 2308 4679 1179 t 284 4683 2309 t 2309 4685 284 t 1181 4684 2309 t 2309 4683 1181 t 578 4682 2309 t 2309 4684 578 t 1182 4685 2309 t 2309 4682 1182 t 280 4653 2310 t 2310 4686 280 t 1174 4680 2310 t 2310 4653 1174 t 578 4684 2310 t 2310 4680 578 t 1181 4686 2310 t 2310 4684 1181 t 280 4686 2311 t 2311 4657 280 t 1181 4687 2311 t 2311 4686 1181 t 579 4688 2311 t 2311 4687 579 t 1175 4657 2311 t 2311 4688 1175 t 284 4689 2312 t 2312 4683 284 t 1183 4690 2312 t 2312 4689 1183 t 579 4687 2312 t 2312 4690 579 t 1181 4683 2312 t 2312 4687 1181 t 282 4666 2313 t 2313 4692 282 t 1178 4691 2313 t 2313 4666 1178 t 579 4690 2313 t 2313 4691 579 t 1183 4692 2313 t 2313 4690 1183 t 278 4660 2314 t 2314 4661 278 t 1175 4688 2314 t 2314 4660 1175 t 579 4691 2314 t 2314 4688 579 t 1178 4661 2314 t 2314 4691 1178 t 282 4693 2315 t 2315 4664 282 t 1185 4694 2315 t 2315 4693 1185 t 580 4695 2315 t 2315 4694 580 t 1177 4664 2315 t 2315 4695 1177 t 269 4588 2316 t 2316 4697 269 t 1156 4696 2316 t 2316 4588 1156 t 580 4694 2316 t 2316 4696 580 t 1185 4697 2316 t 2316 4694 1185 t 270 4698 2317 t 2317 4595 270 t 1184 4699 2317 t 2317 4698 1184 t 580 4696 2317 t 2317 4699 580 t 1156 4595 2317 t 2317 4696 1156 t 281 4669 2318 t 2318 4700 281 t 1177 4695 2318 t 2318 4669 1177 t 580 4699 2318 t 2318 4695 580 t 1184 4700 2318 t 2318 4699 1184 t 281 4700 2319 t 2319 4673 281 t 1184 4701 2319 t 2319 4700 1184 t 581 4702 2319 t 2319 4701 581 t 1180 4673 2319 t 2319 4702 1180 t 270 4596 2320 t 2320 4698 270 t 1157 4703 2320 t 2320 4596 1157 t 581 4701 2320 t 2320 4703 581 t 1184 4698 2320 t 2320 4701 1184 t 271 4704 2321 t 2321 4592 271 t 1186 4705 2321 t 2321 4704 1186 t 581 4703 2321 t 2321 4705 581 t 1157 4592 2321 t 2321 4703 1157 t 283 4677 2322 t 2322 4706 283 t 1180 4702 2322 t 2322 4677 1180 t 581 4705 2322 t 2322 4702 581 t 1186 4706 2322 t 2322 4705 1186 t 283 4706 2323 t 2323 4681 283 t 1186 4707 2323 t 2323 4706 1186 t 582 4708 2323 t 2323 4707 582 t 1182 4681 2323 t 2323 4708 1182 t 271 4594 2324 t 2324 4704 271 t 1158 4709 2324 t 2324 4594 1158 t 582 4707 2324 t 2324 4709 582 t 1186 4704 2324 t 2324 4707 1186 t 272 4710 2325 t 2325 4589 272 t 1187 4711 2325 t 2325 4710 1187 t 582 4709 2325 t 2325 4711 582 t 1158 4589 2325 t 2325 4709 1158 t 284 4685 2326 t 2326 4712 284 t 1182 4708 2326 t 2326 4685 1182 t 582 4711 2326 t 2326 4708 582 t 1187 4712 2326 t 2326 4711 1187 t 284 4712 2327 t 2327 4689 284 t 1187 4713 2327 t 2327 4712 1187 t 583 4714 2327 t 2327 4713 583 t 1183 4689 2327 t 2327 4714 1183 t 272 4591 2328 t 2328 4710 272 t 1159 4715 2328 t 2328 4591 1159 t 583 4713 2328 t 2328 4715 583 t 1187 4710 2328 t 2328 4713 1187 t 269 4697 2329 t 2329 4585 269 t 1185 4716 2329 t 2329 4697 1185 t 583 4715 2329 t 2329 4716 583 t 1159 4585 2329 t 2329 4715 1159 t 282 4692 2330 t 2330 4693 282 t 1183 4714 2330 t 2330 4692 1183 t 583 4716 2330 t 2330 4714 583 t 1185 4693 2330 t 2330 4716 1185 t 285 4717 2331 t 2331 4720 285 t 1191 4718 2331 t 2331 4717 1191 t 584 4719 2331 t 2331 4718 584 t 1188 4720 2331 t 2331 4719 1188 t 288 4721 2332 t 2332 4723 288 t 1190 4722 2332 t 2332 4721 1190 t 584 4718 2332 t 2332 4722 584 t 1191 4723 2332 t 2332 4718 1191 t 287 4724 2333 t 2333 4726 287 t 1189 4725 2333 t 2333 4724 1189 t 584 4722 2333 t 2333 4725 584 t 1190 4726 2333 t 2333 4722 1190 t 286 4727 2334 t 2334 4728 286 t 1188 4719 2334 t 2334 4727 1188 t 584 4725 2334 t 2334 4719 584 t 1189 4728 2334 t 2334 4725 1189 t 255 4729 2335 t 2335 4509 255 t 1194 4730 2335 t 2335 4729 1194 t 585 4731 2335 t 2335 4730 585 t 1136 4509 2335 t 2335 4731 1136 t 290 4732 2336 t 2336 4734 290 t 1193 4733 2336 t 2336 4732 1193 t 585 4730 2336 t 2336 4733 585 t 1194 4734 2336 t 2336 4730 1194 t 289 4735 2337 t 2337 4737 289 t 1192 4736 2337 t 2337 4735 1192 t 585 4733 2337 t 2337 4736 585 t 1193 4737 2337 t 2337 4733 1193 t 258 4513 2338 t 2338 4738 258 t 1136 4731 2338 t 2338 4513 1136 t 585 4736 2338 t 2338 4731 585 t 1192 4738 2338 t 2338 4736 1192 t 258 4738 2339 t 2339 4572 258 t 1192 4739 2339 t 2339 4738 1192 t 586 4740 2339 t 2339 4739 586 t 1150 4572 2339 t 2339 4740 1150 t 289 4741 2340 t 2340 4735 289 t 1196 4742 2340 t 2340 4741 1196 t 586 4739 2340 t 2340 4742 586 t 1192 4735 2340 t 2340 4739 1192 t 291 4743 2341 t 2341 4745 291 t 1195 4744 2341 t 2341 4743 1195 t 586 4742 2341 t 2341 4744 586 t 1196 4745 2341 t 2341 4742 1196 t 265 4564 2342 t 2342 4746 265 t 1150 4740 2342 t 2342 4564 1150 t 586 4744 2342 t 2342 4740 586 t 1195 4746 2342 t 2342 4744 1195 t 265 4746 2343 t 2343 4558 265 t 1195 4747 2343 t 2343 4746 1195 t 587 4748 2343 t 2343 4747 587 t 1147 4558 2343 t 2343 4748 1147 t 291 4749 2344 t 2344 4743 291 t 1198 4750 2344 t 2344 4749 1198 t 587 4747 2344 t 2344 4750 587 t 1195 4743 2344 t 2344 4747 1195 t 292 4751 2345 t 2345 4753 292 t 1197 4752 2345 t 2345 4751 1197 t 587 4750 2345 t 2345 4752 587 t 1198 4753 2345 t 2345 4750 1198 t 256 4561 2346 t 2346 4754 256 t 1147 4748 2346 t 2346 4561 1147 t 587 4752 2346 t 2346 4748 587 t 1197 4754 2346 t 2346 4752 1197 t 256 4754 2347 t 2347 4500 256 t 1197 4755 2347 t 2347 4754 1197 t 588 4756 2347 t 2347 4755 588 t 1132 4500 2347 t 2347 4756 1132 t 292 4757 2348 t 2348 4751 292 t 1199 4758 2348 t 2348 4757 1199 t 588 4755 2348 t 2348 4758 588 t 1197 4751 2348 t 2348 4755 1197 t 290 4734 2349 t 2349 4760 290 t 1194 4759 2349 t 2349 4734 1194 t 588 4758 2349 t 2349 4759 588 t 1199 4760 2349 t 2349 4758 1199 t 255 4505 2350 t 2350 4729 255 t 1132 4756 2350 t 2350 4505 1132 t 588 4759 2350 t 2350 4756 588 t 1194 4729 2350 t 2350 4759 1194 t 290 4761 2351 t 2351 4732 290 t 1202 4762 2351 t 2351 4761 1202 t 589 4763 2351 t 2351 4762 589 t 1193 4732 2351 t 2351 4763 1193 t 294 4764 2352 t 2352 4766 294 t 1201 4765 2352 t 2352 4764 1201 t 589 4762 2352 t 2352 4765 589 t 1202 4766 2352 t 2352 4762 1202 t 293 4767 2353 t 2353 4769 293 t 1200 4768 2353 t 2353 4767 1200 t 589 4765 2353 t 2353 4768 589 t 1201 4769 2353 t 2353 4765 1201 t 289 4737 2354 t 2354 4770 289 t 1193 4763 2354 t 2354 4737 1193 t 589 4768 2354 t 2354 4763 589 t 1200 4770 2354 t 2354 4768 1200 t 289 4770 2355 t 2355 4741 289 t 1200 4771 2355 t 2355 4770 1200 t 590 4772 2355 t 2355 4771 590 t 1196 4741 2355 t 2355 4772 1196 t 293 4773 2356 t 2356 4767 293 t 1204 4774 2356 t 2356 4773 1204 t 590 4771 2356 t 2356 4774 590 t 1200 4767 2356 t 2356 4771 1200 t 295 4775 2357 t 2357 4777 295 t 1203 4776 2357 t 2357 4775 1203 t 590 4774 2357 t 2357 4776 590 t 1204 4777 2357 t 2357 4774 1204 t 291 4745 2358 t 2358 4778 291 t 1196 4772 2358 t 2358 4745 1196 t 590 4776 2358 t 2358 4772 590 t 1203 4778 2358 t 2358 4776 1203 t 291 4778 2359 t 2359 4749 291 t 1203 4779 2359 t 2359 4778 1203 t 591 4780 2359 t 2359 4779 591 t 1198 4749 2359 t 2359 4780 1198 t 295 4781 2360 t 2360 4775 295 t 1206 4782 2360 t 2360 4781 1206 t 591 4779 2360 t 2360 4782 591 t 1203 4775 2360 t 2360 4779 1203 t 296 4783 2361 t 2361 4785 296 t 1205 4784 2361 t 2361 4783 1205 t 591 4782 2361 t 2361 4784 591 t 1206 4785 2361 t 2361 4782 1206 t 292 4753 2362 t 2362 4786 292 t 1198 4780 2362 t 2362 4753 1198 t 591 4784 2362 t 2362 4780 591 t 1205 4786 2362 t 2362 4784 1205 t 292 4786 2363 t 2363 4757 292 t 1205 4787 2363 t 2363 4786 1205 t 592 4788 2363 t 2363 4787 592 t 1199 4757 2363 t 2363 4788 1199 t 296 4789 2364 t 2364 4783 296 t 1207 4790 2364 t 2364 4789 1207 t 592 4787 2364 t 2364 4790 592 t 1205 4783 2364 t 2364 4787 1205 t 294 4766 2365 t 2365 4792 294 t 1202 4791 2365 t 2365 4766 1202 t 592 4790 2365 t 2365 4791 592 t 1207 4792 2365 t 2365 4790 1207 t 290 4760 2366 t 2366 4761 290 t 1199 4788 2366 t 2366 4760 1199 t 592 4791 2366 t 2366 4788 592 t 1202 4761 2366 t 2366 4791 1202 t 294 4793 2367 t 2367 4764 294 t 1210 4794 2367 t 2367 4793 1210 t 593 4795 2367 t 2367 4794 593 t 1201 4764 2367 t 2367 4795 1201 t 298 4796 2368 t 2368 4798 298 t 1209 4797 2368 t 2368 4796 1209 t 593 4794 2368 t 2368 4797 593 t 1210 4798 2368 t 2368 4794 1210 t 297 4799 2369 t 2369 4801 297 t 1208 4800 2369 t 2369 4799 1208 t 593 4797 2369 t 2369 4800 593 t 1209 4801 2369 t 2369 4797 1209 t 293 4769 2370 t 2370 4802 293 t 1201 4795 2370 t 2370 4769 1201 t 593 4800 2370 t 2370 4795 593 t 1208 4802 2370 t 2370 4800 1208 t 293 4802 2371 t 2371 4773 293 t 1208 4803 2371 t 2371 4802 1208 t 594 4804 2371 t 2371 4803 594 t 1204 4773 2371 t 2371 4804 1204 t 297 4805 2372 t 2372 4799 297 t 1212 4806 2372 t 2372 4805 1212 t 594 4803 2372 t 2372 4806 594 t 1208 4799 2372 t 2372 4803 1208 t 299 4807 2373 t 2373 4809 299 t 1211 4808 2373 t 2373 4807 1211 t 594 4806 2373 t 2373 4808 594 t 1212 4809 2373 t 2373 4806 1212 t 295 4777 2374 t 2374 4810 295 t 1204 4804 2374 t 2374 4777 1204 t 594 4808 2374 t 2374 4804 594 t 1211 4810 2374 t 2374 4808 1211 t 295 4810 2375 t 2375 4781 295 t 1211 4811 2375 t 2375 4810 1211 t 595 4812 2375 t 2375 4811 595 t 1206 4781 2375 t 2375 4812 1206 t 299 4813 2376 t 2376 4807 299 t 1214 4814 2376 t 2376 4813 1214 t 595 4811 2376 t 2376 4814 595 t 1211 4807 2376 t 2376 4811 1211 t 300 4815 2377 t 2377 4817 300 t 1213 4816 2377 t 2377 4815 1213 t 595 4814 2377 t 2377 4816 595 t 1214 4817 2377 t 2377 4814 1214 t 296 4785 2378 t 2378 4818 296 t 1206 4812 2378 t 2378 4785 1206 t 595 4816 2378 t 2378 4812 595 t 1213 4818 2378 t 2378 4816 1213 t 296 4818 2379 t 2379 4789 296 t 1213 4819 2379 t 2379 4818 1213 t 596 4820 2379 t 2379 4819 596 t 1207 4789 2379 t 2379 4820 1207 t 300 4821 2380 t 2380 4815 300 t 1215 4822 2380 t 2380 4821 1215 t 596 4819 2380 t 2380 4822 596 t 1213 4815 2380 t 2380 4819 1213 t 298 4798 2381 t 2381 4824 298 t 1210 4823 2381 t 2381 4798 1210 t 596 4822 2381 t 2381 4823 596 t 1215 4824 2381 t 2381 4822 1215 t 294 4792 2382 t 2382 4793 294 t 1207 4820 2382 t 2382 4792 1207 t 596 4823 2382 t 2382 4820 596 t 1210 4793 2382 t 2382 4823 1210 t 298 4825 2383 t 2383 4796 298 t 1217 4826 2383 t 2383 4825 1217 t 597 4827 2383 t 2383 4826 597 t 1209 4796 2383 t 2383 4827 1209 t 285 4720 2384 t 2384 4829 285 t 1188 4828 2384 t 2384 4720 1188 t 597 4826 2384 t 2384 4828 597 t 1217 4829 2384 t 2384 4826 1217 t 286 4830 2385 t 2385 4727 286 t 1216 4831 2385 t 2385 4830 1216 t 597 4828 2385 t 2385 4831 597 t 1188 4727 2385 t 2385 4828 1188 t 297 4801 2386 t 2386 4832 297 t 1209 4827 2386 t 2386 4801 1209 t 597 4831 2386 t 2386 4827 597 t 1216 4832 2386 t 2386 4831 1216 t 297 4832 2387 t 2387 4805 297 t 1216 4833 2387 t 2387 4832 1216 t 598 4834 2387 t 2387 4833 598 t 1212 4805 2387 t 2387 4834 1212 t 286 4728 2388 t 2388 4830 286 t 1189 4835 2388 t 2388 4728 1189 t 598 4833 2388 t 2388 4835 598 t 1216 4830 2388 t 2388 4833 1216 t 287 4836 2389 t 2389 4724 287 t 1218 4837 2389 t 2389 4836 1218 t 598 4835 2389 t 2389 4837 598 t 1189 4724 2389 t 2389 4835 1189 t 299 4809 2390 t 2390 4838 299 t 1212 4834 2390 t 2390 4809 1212 t 598 4837 2390 t 2390 4834 598 t 1218 4838 2390 t 2390 4837 1218 t 299 4838 2391 t 2391 4813 299 t 1218 4839 2391 t 2391 4838 1218 t 599 4840 2391 t 2391 4839 599 t 1214 4813 2391 t 2391 4840 1214 t 287 4726 2392 t 2392 4836 287 t 1190 4841 2392 t 2392 4726 1190 t 599 4839 2392 t 2392 4841 599 t 1218 4836 2392 t 2392 4839 1218 t 288 4842 2393 t 2393 4721 288 t 1219 4843 2393 t 2393 4842 1219 t 599 4841 2393 t 2393 4843 599 t 1190 4721 2393 t 2393 4841 1190 t 300 4817 2394 t 2394 4844 300 t 1214 4840 2394 t 2394 4817 1214 t 599 4843 2394 t 2394 4840 599 t 1219 4844 2394 t 2394 4843 1219 t 300 4844 2395 t 2395 4821 300 t 1219 4845 2395 t 2395 4844 1219 t 600 4846 2395 t 2395 4845 600 t 1215 4821 2395 t 2395 4846 1215 t 288 4723 2396 t 2396 4842 288 t 1191 4847 2396 t 2396 4723 1191 t 600 4845 2396 t 2396 4847 600 t 1219 4842 2396 t 2396 4845 1219 t 285 4829 2397 t 2397 4717 285 t 1217 4848 2397 t 2397 4829 1217 t 600 4847 2397 t 2397 4848 600 t 1191 4717 2397 t 2397 4847 1191 t 298 4824 2398 t 2398 4825 298 t 1215 4846 2398 t 2398 4824 1215 t 600 4848 2398 t 2398 4846 600 t 1217 4825 2398 t 2398 4848 1217 t 176 4849 2399 t 2399 4852 176 t 1223 4850 2399 t 2399 4849 1223 t 601 4851 2399 t 2399 4850 601 t 1220 4852 2399 t 2399 4851 1220 t 302 4853 2400 t 2400 4855 302 t 1222 4854 2400 t 2400 4853 1222 t 601 4850 2400 t 2400 4854 601 t 1223 4855 2400 t 2400 4850 1223 t 301 4856 2401 t 2401 4858 301 t 1221 4857 2401 t 2401 4856 1221 t 601 4854 2401 t 2401 4857 601 t 1222 4858 2401 t 2401 4854 1222 t 189 4859 2402 t 2402 4860 189 t 1220 4851 2402 t 2402 4859 1220 t 601 4857 2402 t 2402 4851 601 t 1221 4860 2402 t 2402 4857 1221 t 189 4860 2403 t 2403 4010 189 t 1221 4861 2403 t 2403 4860 1221 t 602 4862 2403 t 2403 4861 602 t 1009 4010 2403 t 2403 4862 1009 t 301 4863 2404 t 2404 4856 301 t 1225 4864 2404 t 2404 4863 1225 t 602 4861 2404 t 2404 4864 602 t 1221 4856 2404 t 2404 4861 1221 t 303 4865 2405 t 2405 4867 303 t 1224 4866 2405 t 2405 4865 1224 t 602 4864 2405 t 2405 4866 602 t 1225 4867 2405 t 2405 4864 1225 t 184 4016 2406 t 2406 4868 184 t 1009 4862 2406 t 2406 4016 1009 t 602 4866 2406 t 2406 4862 602 t 1224 4868 2406 t 2406 4866 1224 t 184 4868 2407 t 2407 3978 184 t 1224 4869 2407 t 2407 4868 1224 t 603 4870 2407 t 2407 4869 603 t 995 3978 2407 t 2407 4870 995 t 303 4871 2408 t 2408 4865 303 t 1227 4872 2408 t 2408 4871 1227 t 603 4869 2408 t 2408 4872 603 t 1224 4865 2408 t 2408 4869 1224 t 304 4873 2409 t 2409 4875 304 t 1226 4874 2409 t 2409 4873 1226 t 603 4872 2409 t 2409 4874 603 t 1227 4875 2409 t 2409 4872 1227 t 177 3972 2410 t 2410 4876 177 t 995 4870 2410 t 2410 3972 995 t 603 4874 2410 t 2410 4870 603 t 1226 4876 2410 t 2410 4874 1226 t 177 4876 2411 t 2411 3921 177 t 1226 4877 2411 t 2411 4876 1226 t 604 4878 2411 t 2411 4877 604 t 982 3921 2411 t 2411 4878 982 t 304 4879 2412 t 2412 4873 304 t 1228 4880 2412 t 2412 4879 1228 t 604 4877 2412 t 2412 4880 604 t 1226 4873 2412 t 2412 4877 1226 t 302 4855 2413 t 2413 4882 302 t 1223 4881 2413 t 2413 4855 1223 t 604 4880 2413 t 2413 4881 604 t 1228 4882 2413 t 2413 4880 1228 t 176 3925 2414 t 2414 4849 176 t 982 4878 2414 t 2414 3925 982 t 604 4881 2414 t 2414 4878 604 t 1223 4849 2414 t 2414 4881 1223 t 305 4883 2415 t 2415 4886 305 t 1232 4884 2415 t 2415 4883 1232 t 605 4885 2415 t 2415 4884 605 t 1229 4886 2415 t 2415 4885 1229 t 308 4887 2416 t 2416 4889 308 t 1231 4888 2416 t 2416 4887 1231 t 605 4884 2416 t 2416 4888 605 t 1232 4889 2416 t 2416 4884 1232 t 307 4890 2417 t 2417 4892 307 t 1230 4891 2417 t 2417 4890 1230 t 605 4888 2417 t 2417 4891 605 t 1231 4892 2417 t 2417 4888 1231 t 306 4893 2418 t 2418 4894 306 t 1229 4885 2418 t 2418 4893 1229 t 605 4891 2418 t 2418 4885 605 t 1230 4894 2418 t 2418 4891 1230 t 302 4895 2419 t 2419 4853 302 t 1235 4896 2419 t 2419 4895 1235 t 606 4897 2419 t 2419 4896 606 t 1222 4853 2419 t 2419 4897 1222 t 310 4898 2420 t 2420 4900 310 t 1234 4899 2420 t 2420 4898 1234 t 606 4896 2420 t 2420 4899 606 t 1235 4900 2420 t 2420 4896 1235 t 309 4901 2421 t 2421 4903 309 t 1233 4902 2421 t 2421 4901 1233 t 606 4899 2421 t 2421 4902 606 t 1234 4903 2421 t 2421 4899 1234 t 301 4858 2422 t 2422 4904 301 t 1222 4897 2422 t 2422 4858 1222 t 606 4902 2422 t 2422 4897 606 t 1233 4904 2422 t 2422 4902 1233 t 301 4904 2423 t 2423 4863 301 t 1233 4905 2423 t 2423 4904 1233 t 607 4906 2423 t 2423 4905 607 t 1225 4863 2423 t 2423 4906 1225 t 309 4907 2424 t 2424 4901 309 t 1237 4908 2424 t 2424 4907 1237 t 607 4905 2424 t 2424 4908 607 t 1233 4901 2424 t 2424 4905 1233 t 311 4909 2425 t 2425 4911 311 t 1236 4910 2425 t 2425 4909 1236 t 607 4908 2425 t 2425 4910 607 t 1237 4911 2425 t 2425 4908 1237 t 303 4867 2426 t 2426 4912 303 t 1225 4906 2426 t 2426 4867 1225 t 607 4910 2426 t 2426 4906 607 t 1236 4912 2426 t 2426 4910 1236 t 303 4912 2427 t 2427 4871 303 t 1236 4913 2427 t 2427 4912 1236 t 608 4914 2427 t 2427 4913 608 t 1227 4871 2427 t 2427 4914 1227 t 311 4915 2428 t 2428 4909 311 t 1239 4916 2428 t 2428 4915 1239 t 608 4913 2428 t 2428 4916 608 t 1236 4909 2428 t 2428 4913 1236 t 312 4917 2429 t 2429 4919 312 t 1238 4918 2429 t 2429 4917 1238 t 608 4916 2429 t 2429 4918 608 t 1239 4919 2429 t 2429 4916 1239 t 304 4875 2430 t 2430 4920 304 t 1227 4914 2430 t 2430 4875 1227 t 608 4918 2430 t 2430 4914 608 t 1238 4920 2430 t 2430 4918 1238 t 304 4920 2431 t 2431 4879 304 t 1238 4921 2431 t 2431 4920 1238 t 609 4922 2431 t 2431 4921 609 t 1228 4879 2431 t 2431 4922 1228 t 312 4923 2432 t 2432 4917 312 t 1240 4924 2432 t 2432 4923 1240 t 609 4921 2432 t 2432 4924 609 t 1238 4917 2432 t 2432 4921 1238 t 310 4900 2433 t 2433 4926 310 t 1235 4925 2433 t 2433 4900 1235 t 609 4924 2433 t 2433 4925 609 t 1240 4926 2433 t 2433 4924 1240 t 302 4882 2434 t 2434 4895 302 t 1228 4922 2434 t 2434 4882 1228 t 609 4925 2434 t 2434 4922 609 t 1235 4895 2434 t 2434 4925 1235 t 310 4927 2435 t 2435 4898 310 t 1242 4928 2435 t 2435 4927 1242 t 610 4929 2435 t 2435 4928 610 t 1234 4898 2435 t 2435 4929 1234 t 305 4886 2436 t 2436 4931 305 t 1229 4930 2436 t 2436 4886 1229 t 610 4928 2436 t 2436 4930 610 t 1242 4931 2436 t 2436 4928 1242 t 306 4932 2437 t 2437 4893 306 t 1241 4933 2437 t 2437 4932 1241 t 610 4930 2437 t 2437 4933 610 t 1229 4893 2437 t 2437 4930 1229 t 309 4903 2438 t 2438 4934 309 t 1234 4929 2438 t 2438 4903 1234 t 610 4933 2438 t 2438 4929 610 t 1241 4934 2438 t 2438 4933 1241 t 309 4934 2439 t 2439 4907 309 t 1241 4935 2439 t 2439 4934 1241 t 611 4936 2439 t 2439 4935 611 t 1237 4907 2439 t 2439 4936 1237 t 306 4894 2440 t 2440 4932 306 t 1230 4937 2440 t 2440 4894 1230 t 611 4935 2440 t 2440 4937 611 t 1241 4932 2440 t 2440 4935 1241 t 307 4938 2441 t 2441 4890 307 t 1243 4939 2441 t 2441 4938 1243 t 611 4937 2441 t 2441 4939 611 t 1230 4890 2441 t 2441 4937 1230 t 311 4911 2442 t 2442 4940 311 t 1237 4936 2442 t 2442 4911 1237 t 611 4939 2442 t 2442 4936 611 t 1243 4940 2442 t 2442 4939 1243 t 311 4940 2443 t 2443 4915 311 t 1243 4941 2443 t 2443 4940 1243 t 612 4942 2443 t 2443 4941 612 t 1239 4915 2443 t 2443 4942 1239 t 307 4892 2444 t 2444 4938 307 t 1231 4943 2444 t 2444 4892 1231 t 612 4941 2444 t 2444 4943 612 t 1243 4938 2444 t 2444 4941 1243 t 308 4944 2445 t 2445 4887 308 t 1244 4945 2445 t 2445 4944 1244 t 612 4943 2445 t 2445 4945 612 t 1231 4887 2445 t 2445 4943 1231 t 312 4919 2446 t 2446 4946 312 t 1239 4942 2446 t 2446 4919 1239 t 612 4945 2446 t 2446 4942 612 t 1244 4946 2446 t 2446 4945 1244 t 312 4946 2447 t 2447 4923 312 t 1244 4947 2447 t 2447 4946 1244 t 613 4948 2447 t 2447 4947 613 t 1240 4923 2447 t 2447 4948 1240 t 308 4889 2448 t 2448 4944 308 t 1232 4949 2448 t 2448 4889 1232 t 613 4947 2448 t 2448 4949 613 t 1244 4944 2448 t 2448 4947 1244 t 305 4931 2449 t 2449 4883 305 t 1242 4950 2449 t 2449 4931 1242 t 613 4949 2449 t 2449 4950 613 t 1232 4883 2449 t 2449 4949 1232 t 310 4926 2450 t 2450 4927 310 t 1240 4948 2450 t 2450 4926 1240 t 613 4950 2450 t 2450 4948 613 t 1242 4927 2450 t 2450 4950 1242 t 313 4951 2451 t 2451 4954 313 t 1250 4952 2451 t 2451 4951 1250 t 614 4953 2451 t 2451 4952 614 t 1290 4954 2451 t 2451 4953 1290 t 316 4955 2452 t 2452 4957 316 t 1249 4956 2452 t 2452 4955 1249 t 614 4952 2452 t 2452 4956 614 t 1250 4957 2452 t 2452 4952 1250 t 315 4958 2453 t 2453 4959 315 t 1290 4953 2453 t 2453 4958 1290 t 614 4956 2453 t 2453 4953 614 t 1249 4959 2453 t 2453 4956 1249 t 144 3724 2454 t 2454 4962 144 t 1253 4960 2454 t 2454 3724 1253 t 615 4961 2454 t 2454 4960 615 t 1251 4962 2454 t 2454 4961 1251 t 317 4963 2455 t 2455 3728 317 t 1252 4964 2455 t 2455 4963 1252 t 615 4960 2455 t 2455 4964 615 t 1253 3728 2455 t 2455 4960 1253 t 161 4965 2456 t 2456 4966 161 t 1251 4961 2456 t 2456 4965 1251 t 615 4964 2456 t 2456 4961 615 t 1252 4966 2456 t 2456 4964 1252 t 317 3732 2457 t 2457 4963 317 t 1255 4967 2457 t 2457 3732 1255 t 616 4968 2457 t 2457 4967 616 t 1252 4963 2457 t 2457 4968 1252 t 318 4969 2458 t 2458 3736 318 t 1254 4970 2458 t 2458 4969 1254 t 616 4967 2458 t 2458 4970 616 t 1255 3736 2458 t 2458 4967 1255 t 164 3856 2459 t 2459 4972 164 t 964 4971 2459 t 2459 3856 964 t 616 4970 2459 t 2459 4971 616 t 1254 4972 2459 t 2459 4970 1254 t 161 4966 2460 t 2460 3850 161 t 1252 4968 2460 t 2460 4966 1252 t 616 4971 2460 t 2460 4968 616 t 964 3850 2460 t 2460 4971 964 t 318 3740 2461 t 2461 4969 318 t 1257 4973 2461 t 2461 3740 1257 t 617 4974 2461 t 2461 4973 617 t 1254 4969 2461 t 2461 4974 1254 t 319 4975 2462 t 2462 3744 319 t 1256 4976 2462 t 2462 4975 1256 t 617 4973 2462 t 2462 4976 617 t 1257 3744 2462 t 2462 4973 1257 t 167 3867 2463 t 2463 4978 167 t 968 4977 2463 t 2463 3867 968 t 617 4976 2463 t 2463 4977 617 t 1256 4978 2463 t 2463 4976 1256 t 164 4972 2464 t 2464 3862 164 t 1254 4974 2464 t 2464 4972 1254 t 617 4977 2464 t 2464 4974 617 t 968 3862 2464 t 2464 4977 968 t 319 3748 2465 t 2465 4975 319 t 943 4979 2465 t 2465 3748 943 t 618 4980 2465 t 2465 4979 618 t 1256 4975 2465 t 2465 4980 1256 t 145 4981 2466 t 2466 3752 145 t 1258 4982 2466 t 2466 4981 1258 t 618 4979 2466 t 2466 4982 618 t 943 3752 2466 t 2466 4979 943 t 170 3880 2467 t 2467 4984 170 t 972 4983 2467 t 2467 3880 972 t 618 4982 2467 t 2467 4983 618 t 1258 4984 2467 t 2467 4982 1258 t 167 4978 2468 t 2468 3875 167 t 1256 4980 2468 t 2468 4978 1256 t 618 4983 2468 t 2468 4980 618 t 972 3875 2468 t 2468 4983 972 t 145 3756 2469 t 2469 4981 145 t 1260 4985 2469 t 2469 3756 1260 t 619 4986 2469 t 2469 4985 619 t 1258 4981 2469 t 2469 4986 1258 t 320 4987 2470 t 2470 3760 320 t 1259 4988 2470 t 2470 4987 1259 t 619 4985 2470 t 2470 4988 619 t 1260 3760 2470 t 2470 4985 1260 t 172 3893 2471 t 2471 4990 172 t 975 4989 2471 t 2471 3893 975 t 619 4988 2471 t 2471 4989 619 t 1259 4990 2471 t 2471 4988 1259 t 170 4984 2472 t 2472 3888 170 t 1258 4986 2472 t 2472 4984 1258 t 619 4989 2472 t 2472 4986 619 t 975 3888 2472 t 2472 4989 975 t 320 3764 2473 t 2473 4987 320 t 944 4991 2473 t 2473 3764 944 t 620 4992 2473 t 2473 4991 620 t 1259 4987 2473 t 2473 4992 1259 t 146 4993 2474 t 2474 3768 146 t 1261 4994 2474 t 2474 4993 1261 t 620 4991 2474 t 2474 4994 620 t 944 3768 2474 t 2474 4991 944 t 174 3903 2475 t 2475 4996 174 t 978 4995 2475 t 2475 3903 978 t 620 4994 2475 t 2475 4995 620 t 1261 4996 2475 t 2475 4994 1261 t 172 4990 2476 t 2476 3898 172 t 1259 4992 2476 t 2476 4990 1259 t 620 4995 2476 t 2476 4992 620 t 978 3898 2476 t 2476 4995 978 t 146 3772 2477 t 2477 4993 146 t 1262 4997 2477 t 2477 3772 1262 t 621 4998 2477 t 2477 4997 621 t 1261 4993 2477 t 2477 4998 1261 t 175 3912 2478 t 2478 3774 175 t 980 4999 2478 t 2478 3912 980 t 621 4997 2478 t 2478 4999 621 t 1262 3774 2478 t 2478 4997 1262 t 174 4996 2479 t 2479 3908 174 t 1261 4998 2479 t 2479 4996 1261 t 621 4999 2479 t 2479 4998 621 t 980 3908 2479 t 2479 4999 980 t 147 3778 2480 t 2480 5002 147 t 945 5000 2480 t 2480 3778 945 t 622 5001 2480 t 2480 5000 622 t 1263 5002 2480 t 2480 5001 1263 t 144 4962 2481 t 2481 3782 144 t 1251 5003 2481 t 2481 4962 1251 t 622 5000 2481 t 2481 5003 622 t 945 3782 2481 t 2481 5000 945 t 161 3853 2482 t 2482 4965 161 t 961 5004 2482 t 2482 3853 961 t 622 5003 2482 t 2482 5004 622 t 1251 4965 2482 t 2482 5003 1251 t 162 5005 2483 t 2483 3860 162 t 1263 5001 2483 t 2483 5005 1263 t 622 5004 2483 t 2483 5001 622 t 961 3860 2483 t 2483 5004 961 t 149 3786 2484 t 2484 5008 149 t 947 5006 2484 t 2484 3786 947 t 623 5007 2484 t 2484 5006 623 t 1264 5008 2484 t 2484 5007 1264 t 147 5002 2485 t 2485 3790 147 t 1263 5009 2485 t 2485 5002 1263 t 623 5006 2485 t 2485 5009 623 t 947 3790 2485 t 2485 5006 947 t 162 3918 2486 t 2486 5005 162 t 981 5010 2486 t 2486 3918 981 t 623 5009 2486 t 2486 5010 623 t 1263 5005 2486 t 2486 5009 1263 t 176 5011 2487 t 2487 3924 176 t 1264 5007 2487 t 2487 5011 1264 t 623 5010 2487 t 2487 5007 623 t 981 3924 2487 t 2487 5010 981 t 314 3793 2488 t 2488 5014 314 t 949 5012 2488 t 2488 3793 949 t 624 5013 2488 t 2488 5012 624 t 1246 5014 2488 t 2488 5013 1246 t 149 5008 2489 t 2489 3796 149 t 1264 5015 2489 t 2489 5008 1264 t 624 5012 2489 t 2489 5015 624 t 949 3796 2489 t 2489 5012 949 t 176 4852 2490 t 2490 5011 176 t 1220 5016 2490 t 2490 4852 1220 t 624 5015 2490 t 2490 5016 624 t 1264 5011 2490 t 2490 5015 1264 t 189 5017 2491 t 2491 4859 189 t 1246 5013 2491 t 2491 5017 1246 t 624 5016 2491 t 2491 5013 624 t 1220 4859 2491 t 2491 5016 1220 t 5173 3799 2492 t 2492 5499 5173 t 951 5018 5338 t 5338 5427 951 t 625 5019 5338 t 5338 5018 625 t 5266 5499 2492 t 2492 5515 5266 t 313 5020 2493 t 2493 3803 313 t 1245 5021 2493 t 2493 5020 1245 t 5216 5514 2493 t 2493 5021 5216 t 5242 3803 2493 t 2493 5514 5242 t 190 4062 2494 t 2494 5023 190 t 1019 5022 2494 t 2494 4062 1019 t 5216 5021 2494 t 2494 5022 5216 t 1245 5023 2494 t 2494 5021 1245 t 196 5497 2495 t 2495 4068 196 t 5266 5515 2495 t 2495 5497 5266 t 625 5516 5339 t 5339 5019 625 t 5246 5438 5339 t 5339 5516 5246 t 5174 3807 2496 t 2496 5466 5174 t 953 5024 5340 t 5340 5431 953 t 626 5025 5340 t 5340 5024 626 t 5257 5466 2496 t 2496 5518 5257 t 154 5026 2497 t 2497 3811 154 t 1265 5027 2497 t 2497 5026 1265 t 5217 5517 2497 t 2497 5027 5217 t 5244 3811 2497 t 2497 5517 5244 t 223 4277 2498 t 2498 5029 223 t 5259 5028 2498 t 2498 4277 5259 t 5217 5027 2498 t 2498 5028 5217 t 1265 5029 2498 t 2498 5027 1265 t 5181 5468 2499 t 2499 4272 5181 t 5257 5518 2499 t 2499 5468 5257 t 626 5519 5341 t 5341 5025 626 t 1073 5469 5341 t 5341 5519 1073 t 154 3815 2500 t 2500 5026 154 t 955 5030 2500 t 2500 3815 955 t 627 5031 2500 t 2500 5030 627 t 1265 5026 2500 t 2500 5031 1265 t 155 5032 2501 t 2501 3819 155 t 1266 5033 2501 t 2501 5032 1266 t 627 5030 2501 t 2501 5033 627 t 955 3819 2501 t 2501 5030 955 t 232 4333 2502 t 2502 5035 232 t 1088 5034 2502 t 2502 4333 1088 t 627 5033 2502 t 2502 5034 627 t 1266 5035 2502 t 2502 5033 1266 t 223 5029 2503 t 2503 4328 223 t 1265 5031 2503 t 2503 5029 1265 t 627 5034 2503 t 2503 5031 627 t 1088 4328 2503 t 2503 5034 1088 t 155 3823 2504 t 2504 5032 155 t 956 5036 2504 t 2504 3823 956 t 628 5037 2504 t 2504 5036 628 t 1266 5032 2504 t 2504 5037 1266 t 156 5038 2505 t 2505 3827 156 t 1267 5039 2505 t 2505 5038 1267 t 628 5036 2505 t 2505 5039 628 t 956 3827 2505 t 2505 5036 956 t 240 4387 2506 t 2506 5041 240 t 1103 5040 2506 t 2506 4387 1103 t 628 5039 2506 t 2506 5040 628 t 1267 5041 2506 t 2506 5039 1267 t 232 5035 2507 t 2507 4382 232 t 1266 5037 2507 t 2507 5035 1266 t 628 5040 2507 t 2507 5037 628 t 1103 4382 2507 t 2507 5040 1103 t 156 3831 2508 t 2508 5038 156 t 957 5042 2508 t 2508 3831 957 t 629 5043 2508 t 2508 5042 629 t 1267 5038 2508 t 2508 5043 1267 t 321 5044 2509 t 2509 3835 321 t 1268 5045 2509 t 2509 5044 1268 t 629 5042 2509 t 2509 5045 629 t 957 3835 2509 t 2509 5042 957 t 246 4435 2510 t 2510 5047 246 t 1116 5046 2510 t 2510 4435 1116 t 629 5045 2510 t 2510 5046 629 t 1268 5047 2510 t 2510 5045 1268 t 240 5041 2511 t 2511 4430 240 t 1267 5043 2511 t 2511 5041 1267 t 629 5046 2511 t 2511 5043 629 t 1116 4430 2511 t 2511 5046 1116 t 321 3839 2512 t 2512 5044 321 t 1270 5048 2512 t 2512 3839 1270 t 630 5049 2512 t 2512 5048 630 t 1268 5044 2512 t 2512 5049 1268 t 158 5050 2513 t 2513 3843 158 t 1269 5051 2513 t 2513 5050 1269 t 630 5048 2513 t 2513 5051 630 t 1270 3843 2513 t 2513 5048 1270 t 253 4483 2514 t 2514 5053 253 t 1128 5052 2514 t 2514 4483 1128 t 630 5051 2514 t 2514 5052 630 t 1269 5053 2514 t 2514 5051 1269 t 246 5047 2515 t 2515 4478 246 t 1268 5049 2515 t 2515 5047 1268 t 630 5052 2515 t 2515 5049 630 t 1128 4478 2515 t 2515 5052 1128 t 158 3847 2516 t 2516 5050 158 t 959 5054 2516 t 2516 3847 959 t 631 5055 2516 t 2516 5054 631 t 1269 5050 2516 t 2516 5055 1269 t 263 4536 2517 t 2517 3849 263 t 1144 5056 2517 t 2517 4536 1144 t 631 5054 2517 t 2517 5056 631 t 959 3849 2517 t 2517 5054 959 t 253 5053 2518 t 2518 4532 253 t 1269 5055 2518 t 2518 5053 1269 t 631 5056 2518 t 2518 5055 631 t 1144 4532 2518 t 2518 5056 1144 t 326 5057 2519 t 2519 5060 326 t 1279 5058 2519 t 2519 5057 1279 t 632 5059 2519 t 2519 5058 632 t 1291 5060 2519 t 2519 5059 1291 t 327 5061 2520 t 2520 5063 327 t 1280 5062 2520 t 2520 5061 1280 t 632 5058 2520 t 2520 5062 632 t 1279 5063 2520 t 2520 5058 1279 t 328 5064 2521 t 2521 5065 328 t 1291 5059 2521 t 2521 5064 1291 t 632 5062 2521 t 2521 5059 632 t 1280 5065 2521 t 2521 5062 1280 t 316 5066 2522 t 2522 5069 316 t 930 5067 2522 t 2522 5066 930 t 633 5068 2522 t 2522 5067 633 t 1275 5069 2522 t 2522 5068 1275 t 143 5070 2523 t 2523 5072 143 t 1276 5071 2523 t 2523 5070 1276 t 633 5067 2523 t 2523 5071 633 t 930 5072 2523 t 2523 5067 930 t 323 5073 2524 t 2524 5075 323 t 1271 5074 2524 t 2524 5073 1271 t 633 5071 2524 t 2524 5074 633 t 1276 5075 2524 t 2524 5071 1276 t 322 5076 2525 t 2525 5077 322 t 1275 5068 2525 t 2525 5076 1275 t 633 5074 2525 t 2525 5068 633 t 1271 5077 2525 t 2525 5074 1271 t 143 3720 2526 t 2526 5070 143 t 942 5078 2526 t 2526 3720 942 t 634 5079 2526 t 2526 5078 634 t 1276 5070 2526 t 2526 5079 1276 t 160 5080 2527 t 2527 3716 160 t 1277 5081 2527 t 2527 5080 1277 t 634 5078 2527 t 2527 5081 634 t 942 3716 2527 t 2527 5078 942 t 324 5082 2528 t 2528 5084 324 t 1272 5083 2528 t 2528 5082 1272 t 634 5081 2528 t 2528 5083 634 t 1277 5084 2528 t 2528 5081 1277 t 323 5075 2529 t 2529 5085 323 t 1276 5079 2529 t 2529 5075 1276 t 634 5083 2529 t 2529 5079 634 t 1272 5085 2529 t 2529 5083 1272 t 160 5086 2530 t 2530 5080 160 t 1248 5087 2530 t 2530 5086 1248 t 635 5088 2530 t 2530 5087 635 t 1277 5080 2530 t 2530 5088 1277 t 315 5089 2531 t 2531 5091 315 t 1278 5090 2531 t 2531 5089 1278 t 635 5087 2531 t 2531 5090 635 t 1248 5091 2531 t 2531 5087 1248 t 325 5092 2532 t 2532 5094 325 t 1273 5093 2532 t 2532 5092 1273 t 635 5090 2532 t 2532 5093 635 t 1278 5094 2532 t 2532 5090 1278 t 324 5084 2533 t 2533 5095 324 t 1277 5088 2533 t 2533 5084 1277 t 635 5093 2533 t 2533 5088 635 t 1273 5095 2533 t 2533 5093 1273 t 315 4959 2534 t 2534 5089 315 t 1249 5096 2534 t 2534 4959 1249 t 636 5097 2534 t 2534 5096 636 t 1278 5089 2534 t 2534 5097 1278 t 316 5069 2535 t 2535 4955 316 t 1275 5098 2535 t 2535 5069 1275 t 636 5096 2535 t 2535 5098 636 t 1249 4955 2535 t 2535 5096 1249 t 322 5099 2536 t 2536 5076 322 t 1274 5100 2536 t 2536 5099 1274 t 636 5098 2536 t 2536 5100 636 t 1275 5076 2536 t 2536 5098 1275 t 325 5094 2537 t 2537 5101 325 t 1278 5097 2537 t 2537 5094 1278 t 636 5100 2537 t 2537 5097 636 t 1274 5101 2537 t 2537 5100 1274 t 322 5077 2538 t 2538 5104 322 t 1271 5102 2538 t 2538 5077 1271 t 637 5103 2538 t 2538 5102 637 t 1283 5104 2538 t 2538 5103 1283 t 323 5105 2539 t 2539 5073 323 t 1284 5106 2539 t 2539 5105 1284 t 637 5102 2539 t 2539 5106 637 t 1271 5073 2539 t 2539 5102 1271 t 327 5063 2540 t 2540 5108 327 t 1279 5107 2540 t 2540 5063 1279 t 637 5106 2540 t 2540 5107 637 t 1284 5108 2540 t 2540 5106 1284 t 326 5109 2541 t 2541 5057 326 t 1283 5103 2541 t 2541 5109 1283 t 637 5107 2541 t 2541 5103 637 t 1279 5057 2541 t 2541 5107 1279 t 323 5085 2542 t 2542 5105 323 t 1272 5110 2542 t 2542 5085 1272 t 638 5111 2542 t 2542 5110 638 t 1284 5105 2542 t 2542 5111 1284 t 324 5112 2543 t 2543 5082 324 t 1285 5113 2543 t 2543 5112 1285 t 638 5110 2543 t 2543 5113 638 t 1272 5082 2543 t 2543 5110 1272 t 328 5065 2544 t 2544 5115 328 t 1280 5114 2544 t 2544 5065 1280 t 638 5113 2544 t 2544 5114 638 t 1285 5115 2544 t 2544 5113 1285 t 327 5108 2545 t 2545 5061 327 t 1284 5111 2545 t 2545 5108 1284 t 638 5114 2545 t 2545 5111 638 t 1280 5061 2545 t 2545 5114 1280 t 324 5095 2546 t 2546 5112 324 t 1273 5116 2546 t 2546 5095 1273 t 639 5117 2546 t 2546 5116 639 t 1285 5112 2546 t 2546 5117 1285 t 325 5118 2547 t 2547 5092 325 t 1286 5119 2547 t 2547 5118 1286 t 639 5116 2547 t 2547 5119 639 t 1273 5092 2547 t 2547 5116 1273 t 329 5120 2548 t 2548 5122 329 t 1281 5121 2548 t 2548 5120 1281 t 639 5119 2548 t 2548 5121 639 t 1286 5122 2548 t 2548 5119 1286 t 328 5115 2549 t 2549 5123 328 t 1285 5117 2549 t 2549 5115 1285 t 639 5121 2549 t 2549 5117 639 t 1281 5123 2549 t 2549 5121 1281 t 325 5101 2550 t 2550 5118 325 t 1274 5124 2550 t 2550 5101 1274 t 640 5125 2550 t 2550 5124 640 t 1286 5118 2550 t 2550 5125 1286 t 322 5104 2551 t 2551 5099 322 t 1283 5126 2551 t 2551 5104 1283 t 640 5124 2551 t 2551 5126 640 t 1274 5099 2551 t 2551 5124 1274 t 326 5127 2552 t 2552 5109 326 t 1282 5128 2552 t 2552 5127 1282 t 640 5126 2552 t 2552 5128 640 t 1283 5109 2552 t 2552 5126 1283 t 329 5122 2553 t 2553 5129 329 t 1286 5125 2553 t 2553 5122 1286 t 640 5128 2553 t 2553 5125 640 t 1282 5129 2553 t 2553 5128 1282 t 267 4569 2554 t 2554 4575 267 t 1152 5130 2554 t 2554 4569 1152 t 641 5131 2554 t 2554 5130 641 t 1155 4575 2554 t 2554 5131 1155 t 266 4557 2555 t 2555 4565 266 t 1149 5132 2555 t 2555 4557 1149 t 641 5130 2555 t 2555 5132 641 t 1152 4565 2555 t 2555 5130 1152 t 264 4549 2556 t 2556 4553 264 t 1146 5133 2556 t 2556 4549 1146 t 641 5132 2556 t 2556 5133 641 t 1149 4553 2556 t 2556 5132 1149 t 261 4541 2557 t 2557 4545 261 t 1142 5134 2557 t 2557 4541 1142 t 641 5133 2557 t 2557 5134 641 t 1146 4545 2557 t 2557 5133 1146 t 262 3294 2558 t 2558 4537 262 t 824 5135 2558 t 2558 3294 824 t 641 5134 2558 t 2558 5135 641 t 1142 4537 2558 t 2558 5134 1142 t 89 3304 2559 t 2559 3289 89 t 825 5136 2559 t 2559 3304 825 t 641 5135 2559 t 2559 5136 641 t 824 3289 2559 t 2559 5135 824 t 90 3315 2560 t 2560 3301 90 t 826 5137 2560 t 2560 3315 826 t 641 5136 2560 t 2560 5137 641 t 825 3301 2560 t 2560 5136 825 t 91 3326 2561 t 2561 3312 91 t 827 5138 2561 t 2561 3326 827 t 641 5137 2561 t 2561 5138 641 t 826 3312 2561 t 2561 5137 826 t 92 3337 2562 t 2562 3323 92 t 941 5139 2562 t 2562 3337 941 t 641 5138 2562 t 2562 5139 641 t 827 3323 2562 t 2562 5138 827 t 268 4578 2563 t 2563 3334 268 t 1155 5131 2563 t 2563 4578 1155 t 641 5139 2563 t 2563 5131 641 t 941 3334 2563 t 2563 5139 941 t 143 5140 2564 t 2564 3719 143 t 1288 5141 2564 t 2564 5140 1288 t 642 5142 2564 t 2564 5141 642 t 1287 3719 2564 t 2564 5142 1287 t 313 3804 2565 t 2565 5144 313 t 695 5143 2565 t 2565 3804 695 t 642 5141 2565 t 2565 5143 642 t 1288 5144 2565 t 2565 5141 1288 t 24 2754 2566 t 2566 3801 24 t 696 5145 2566 t 2566 2754 696 t 642 5143 2566 t 2566 5145 642 t 695 3801 2566 t 2566 5143 695 t 18 3712 2567 t 2567 2748 18 t 1287 5142 2567 t 2567 3712 1287 t 642 5145 2567 t 2567 5142 642 t 696 2748 2567 t 2567 5145 696 t 143 5072 2568 t 2568 5140 143 t 930 5146 2568 t 2568 5072 930 t 643 5147 2568 t 2568 5146 643 t 1288 5140 2568 t 2568 5147 1288 t 316 4957 2569 t 2569 5066 316 t 1250 5148 2569 t 2569 4957 1250 t 643 5146 2569 t 2569 5148 643 t 930 5066 2569 t 2569 5146 930 t 313 5144 2570 t 2570 4951 313 t 1288 5147 2570 t 2570 5144 1288 t 643 5148 2570 t 2570 5147 643 t 1250 4951 2570 t 2570 5148 1250 t 315 5091 2571 t 2571 5151 315 t 1248 5149 2571 t 2571 5091 1248 t 644 5150 2571 t 2571 5149 644 t 1289 5151 2571 t 2571 5150 1289 t 160 3718 2572 t 2572 5086 160 t 1247 5152 2572 t 2572 3718 1247 t 644 5149 2572 t 2572 5152 644 t 1248 5086 2572 t 2572 5149 1248 t 314 5014 2573 t 2573 3713 314 t 1246 5153 2573 t 2573 5014 1246 t 644 5152 2573 t 2573 5153 644 t 1247 3713 2573 t 2573 5152 1247 t 189 5154 2574 t 2574 5017 189 t 1289 5150 2574 t 2574 5154 1289 t 644 5153 2574 t 2574 5150 644 t 1246 5017 2574 t 2574 5153 1246 t 315 5151 2575 t 2575 4958 315 t 1289 5155 2575 t 2575 5151 1289 t 645 5156 2575 t 2575 5155 645 t 1290 4958 2575 t 2575 5156 1290 t 189 4013 2576 t 2576 5154 189 t 1006 5157 2576 t 2576 4013 1006 t 645 5155 2576 t 2576 5157 645 t 1289 5154 2576 t 2576 5155 1289 t 190 5023 2577 t 2577 4020 190 t 1245 5158 2577 t 2577 5023 1245 t 645 5157 2577 t 2577 5158 645 t 1006 4020 2577 t 2577 5157 1006 t 313 4954 2578 t 2578 5020 313 t 1290 5156 2578 t 2578 4954 1290 t 645 5158 2578 t 2578 5156 645 t 1245 5020 2578 t 2578 5158 1245 t 328 5123 2579 t 2579 5064 328 t 1281 5159 2579 t 2579 5123 1281 t 646 5160 2579 t 2579 5159 646 t 1291 5064 2579 t 2579 5160 1291 t 329 5129 2580 t 2580 5120 329 t 1282 5161 2580 t 2580 5129 1282 t 646 5159 2580 t 2580 5161 646 t 1281 5120 2580 t 2580 5159 1281 t 326 5060 2581 t 2581 5127 326 t 1291 5160 2581 t 2581 5060 1291 t 646 5161 2581 t 2581 5160 646 t 1282 5127 2581 t 2581 5161 1282 } object { shader 7---Default type mesh name Cylinder02 962 1920 v 31.7207 -36.0906 74.8409 0.426351 0.739381 -0.521095 0 0 v 32.9014 -36.0906 77.9637 0.664456 0.739382 0.108682 0 0 v 30.7872 -36.0906 80.5477 0.238105 0.739383 0.629776 0 0 v 27.4924 -36.0906 80.0088 -0.42635 0.739381 0.521095 0 0 v 26.3117 -36.0906 76.8859 -0.664456 0.739382 -0.108683 0 0 v 28.4258 -36.0906 74.3019 -0.238104 0.739385 -0.629774 0 0 v 32.0927 -39.2648 74.3862 0.617766 -0.219711 -0.755044 0 0 v 33.4811 -39.2648 78.0586 0.96277 -0.219714 0.157478 0 0 v 30.995 -39.2648 81.0972 0.345009 -0.219709 0.912522 0 0 v 27.1204 -39.2648 80.4634 -0.617764 -0.219715 0.755045 0 0 v 25.7319 -39.2648 76.7911 -0.962771 -0.219713 -0.157477 0 0 v 28.2181 -39.2648 73.7524 -0.345008 -0.219713 -0.912521 0 0 v 31.1882 -41.2221 75.4917 0.235033 -0.928569 -0.287261 0 0 v 32.0715 -41.2221 77.828 0.366294 -0.928568 0.0599137 0 0 v 30.4898 -41.2221 79.7611 0.131257 -0.928569 0.347175 0 0 v 28.0249 -41.2221 79.3579 -0.235035 -0.928568 0.287263 0 0 v 27.1416 -41.2221 77.0216 -0.366293 -0.928569 -0.0599124 0 0 v 28.7232 -41.2221 75.0885 -0.131261 -0.928568 -0.347176 0 0 v 29.6065 -35.1529 77.4248 -6.24108e-010 1 6.24108e-010 0 0 v 33.3291 -37.3703 76.0174 0.91684 0.198105 -0.346639 0 0 v 32.6867 -37.3703 79.945 0.758618 0.198107 0.620687 0 0 v 28.9641 -37.3703 81.3524 -0.158224 0.198103 0.967326 0 0 v 25.8839 -37.3703 78.8323 -0.91684 0.198105 0.346639 0 0 v 26.5263 -37.3703 74.9047 -0.758617 0.198108 -0.620688 0 0 v 30.249 -37.3703 73.4972 0.158224 0.198104 -0.967326 0 0 v 29.6065 -41.6039 77.4248 1.4927e-008 -1 8.62965e-009 0 0 v 32.7027 -40.6219 76.2542 0.71741 -0.641679 -0.271241 0 0 v 32.1684 -40.6219 79.5209 0.593605 -0.64168 0.485675 0 0 v 29.0722 -40.6219 80.6915 -0.123806 -0.641678 0.756916 0 0 v 26.5103 -40.6219 78.5954 -0.717409 -0.64168 0.271239 0 0 v 27.0447 -40.6219 75.3287 -0.593606 -0.641677 -0.485678 0 0 v 30.1409 -40.6219 74.1581 0.123804 -0.64168 -0.756914 0 0 v 32.3511 -35.808 76.3871 0.497668 0.846713 -0.188158 0 0 v 31.8775 -35.808 79.2829 0.411784 0.846713 0.336914 0 0 v 29.1329 -35.808 80.3205 -0.085884 0.846711 0.525075 0 0 v 26.862 -35.808 78.4625 -0.497668 0.846713 0.188159 0 0 v 27.3356 -35.808 75.5668 -0.411783 0.846713 -0.336913 0 0 v 30.0802 -35.808 74.5291 0.0858838 0.846712 -0.525074 0 0 v 33.2625 -39.2648 76.0426 0.912719 -0.218778 -0.34508 0 0 v 32.1516 -37.3979 74.3142 0.623227 0.177092 -0.761726 0 0 v 33.5729 -37.3979 78.0736 0.971287 0.177093 0.158869 0 0 v 32.6315 -39.2648 79.8998 0.755208 -0.218776 0.617897 0 0 v 31.0279 -37.3979 81.1842 0.348056 0.177091 0.920595 0 0 v 28.9756 -39.2648 81.2821 -0.157515 -0.218783 0.962976 0 0 v 27.0615 -37.3979 80.5354 -0.623228 0.177094 0.761725 0 0 v 25.9506 -39.2648 78.8071 -0.912718 -0.218779 0.345081 0 0 v 25.6402 -37.3979 76.7761 -0.971287 0.177093 -0.15887 0 0 v 26.5815 -39.2648 74.9498 -0.755207 -0.218779 -0.617898 0 0 v 28.1852 -37.3979 73.6655 -0.348054 0.177092 -0.920596 0 0 v 30.2374 -39.2648 73.5676 0.157511 -0.218783 -0.962977 0 0 v 31.6124 -41.3372 76.6665 0.272576 -0.956599 -0.103056 0 0 v 31.2662 -41.3372 78.7827 0.225537 -0.956599 0.18453 0 0 v 29.2604 -41.3372 79.5411 -0.0470402 -0.956599 0.287587 0 0 v 27.6007 -41.3372 78.1832 -0.272576 -0.956599 0.103056 0 0 v 27.9469 -41.3372 76.0669 -0.225537 -0.956599 -0.184531 0 0 v 29.9527 -41.3372 75.3085 0.0470397 -0.956599 -0.287587 0 0 v 32.9113 -40.6106 77.9654 0.769594 -0.626002 0.12588 0 0 v 31.727 -40.6106 74.8331 0.493812 -0.626002 -0.603549 0 0 v 30.7908 -40.6106 80.5571 0.275782 -0.626003 0.729428 0 0 v 27.486 -40.6106 80.0165 -0.493813 -0.626002 0.603548 0 0 v 26.3018 -40.6106 76.8843 -0.769596 -0.626 -0.12588 0 0 v 28.4223 -40.6106 74.2926 -0.275784 -0.625999 -0.72943 0 0 v 28.7914 -35.5162 75.2689 -0.113934 0.946682 -0.301351 0 0 v 27.3319 -35.5162 77.0528 -0.317944 0.946682 -0.0520049 0 0 v 28.147 -35.5162 79.2087 -0.20401 0.946682 0.249345 0 0 v 30.4216 -35.5162 79.5807 0.113934 0.946682 0.301351 0 0 v 31.8812 -35.5162 77.7969 0.317944 0.946682 0.052005 0 0 v 31.0661 -35.5162 75.641 0.20401 0.946682 -0.249345 0 0 v 32.5799 -36.5415 75.2417 0.708666 0.515936 -0.481251 0 0 v 33.2805 -36.5415 77.0947 0.849796 0.515936 -0.107969 0 0 v 33.6351 -38.3392 77.0276 0.992263 -0.0542406 -0.11168 0 0 v 32.8902 -38.3392 75.0575 0.817951 -0.0542382 -0.572725 0 0 v 32.9839 -36.5415 78.9083 0.771109 0.515936 0.373096 0 0 v 31.7294 -36.5415 80.4415 0.518404 0.515936 0.681958 0 0 v 31.9648 -38.3392 80.715 0.592848 -0.0542371 0.803486 0 0 v 33.2986 -38.3392 79.0849 0.90497 -0.0542413 0.422003 0 0 v 30.0105 -36.5415 81.0914 0.0624424 0.515938 0.854347 0 0 v 28.0554 -36.5415 80.7716 -0.331391 0.515937 0.78993 0 0 v 27.9363 -38.3392 81.1123 -0.399415 -0.054237 0.915165 0 0 v 30.0149 -38.3392 81.4523 0.0870171 -0.0542368 0.994729 0 0 v 26.6331 -36.5415 79.6079 -0.708667 0.515934 0.481252 0 0 v 25.9326 -36.5415 77.7549 -0.849796 0.515936 0.107969 0 0 v 25.578 -38.3392 77.8221 -0.992263 -0.0542406 0.111679 0 0 v 26.3228 -38.3392 79.7922 -0.817951 -0.0542398 0.572725 0 0 v 26.2292 -36.5415 75.9414 -0.77111 0.515936 -0.373095 0 0 v 27.4837 -36.5415 74.4081 -0.518404 0.515934 -0.68196 0 0 v 27.2482 -38.3392 74.1346 -0.592849 -0.054239 -0.803485 0 0 v 25.9145 -38.3392 75.7647 -0.904971 -0.05424 -0.422002 0 0 v 29.2026 -36.5415 73.7582 -0.062444 0.515938 -0.854347 0 0 v 31.1576 -36.5415 74.078 0.331393 0.515937 -0.789929 0 0 v 31.2768 -38.3392 73.7374 0.399415 -0.0542374 -0.915165 0 0 v 29.1982 -38.3392 73.3974 -0.0870172 -0.0542368 -0.994729 0 0 v 29.023 -41.456 75.8814 -0.063447 -0.983775 -0.167814 0 0 v 30.6514 -41.456 76.1478 0.113608 -0.983775 -0.138854 0 0 v 31.2349 -41.456 77.6912 0.177055 -0.983775 0.0289601 0 0 v 30.1901 -41.456 78.9682 0.0634471 -0.983775 0.167814 0 0 v 28.5617 -41.456 78.7018 -0.113608 -0.983775 0.138853 0 0 v 27.9782 -41.456 77.1585 -0.177055 -0.983775 -0.0289602 0 0 v 32.5887 -40.0294 75.2747 0.750918 -0.399224 -0.526063 0 0 v 33.2652 -40.0294 77.0641 0.911125 -0.399226 -0.102323 0 0 v 32.457 -41.0305 77.1737 0.535841 -0.841453 -0.0694974 0 0 v 31.9101 -41.0305 75.7273 0.447787 -0.841454 -0.302393 0 0 v 32.9596 -40.0294 78.9324 0.831042 -0.399226 0.387282 0 0 v 31.7482 -40.0294 80.413 0.544176 -0.399227 0.737896 0 0 v 31.2493 -41.0305 79.7678 0.328108 -0.841455 0.429301 0 0 v 32.2284 -41.0305 78.5711 0.485775 -0.841454 0.236597 0 0 v 29.9775 -40.0294 81.0825 0.0801224 -0.399227 0.913345 0 0 v 28.0895 -40.0294 80.7737 -0.366949 -0.399226 0.840218 0 0 v 28.3988 -41.0305 80.019 -0.207736 -0.841453 0.498801 0 0 v 29.9248 -41.0305 80.2686 0.0379842 -0.841452 0.538994 0 0 v 26.6244 -40.0294 79.5749 -0.750917 -0.399225 0.526063 0 0 v 25.9479 -40.0294 77.7855 -0.911125 -0.399225 0.102323 0 0 v 26.7561 -41.0305 77.676 -0.53584 -0.841454 0.0694956 0 0 v 27.3029 -41.0305 79.1223 -0.447788 -0.841454 0.302394 0 0 v 26.2534 -40.0294 75.9173 -0.831042 -0.399225 -0.387284 0 0 v 27.4648 -40.0294 74.4367 -0.544177 -0.399228 -0.737895 0 0 v 27.9638 -41.0305 75.0818 -0.328106 -0.841454 -0.429304 0 0 v 26.9846 -41.0305 76.2786 -0.485774 -0.841454 -0.236598 0 0 v 29.2356 -40.0294 73.7672 -0.0801231 -0.399225 -0.913345 0 0 v 31.1235 -40.0294 74.076 0.366947 -0.399227 -0.840219 0 0 v 30.8143 -41.0305 74.8307 0.207737 -0.841452 -0.498802 0 0 v 29.2883 -41.0305 74.5811 -0.0379857 -0.841455 -0.538991 0 0 v 27.9498 -35.9011 74.8046 -0.328279 0.815602 -0.476473 0 0 v 28.2173 -35.378 76.2882 -0.180521 0.972418 -0.147699 0 0 v 29.8963 -35.378 75.6534 0.0376502 0.972418 -0.230185 0 0 v 29.1153 -35.9011 74.3639 -0.0690631 0.815601 -0.574478 0 0 v 26.509 -35.9011 77.5495 -0.576778 0.815602 0.0460621 0 0 v 27.9276 -35.378 78.0596 -0.218171 0.972418 0.082486 0 0 v 26.7101 -35.9011 76.3197 -0.532044 0.815602 -0.227427 0 0 v 28.1657 -35.9011 80.1697 -0.248497 0.8156 0.522537 0 0 v 29.3168 -35.378 79.1962 -0.0376502 0.972418 0.230184 0 0 v 27.2013 -35.9011 79.3806 -0.462981 0.815602 0.347049 0 0 v 31.2633 -35.9011 80.045 0.32828 0.815601 0.476474 0 0 v 30.9957 -35.378 78.5614 0.180521 0.972418 0.147698 0 0 v 30.0977 -35.9011 80.4857 0.0690634 0.8156 0.574479 0 0 v 32.7041 -35.9011 77.3002 0.576778 0.815601 -0.0460623 0 0 v 31.2855 -35.378 76.79 0.218171 0.972418 -0.082486 0 0 v 32.5029 -35.9011 78.5299 0.532043 0.815601 0.22743 0 0 v 31.0473 -35.9011 74.6799 0.248499 0.815601 -0.522536 0 0 v 32.0118 -35.9011 75.469 0.46298 0.815602 -0.347049 0 0 v 33.0091 -36.4952 76.1384 0.787352 0.539872 -0.297683 0 0 v 32.8467 -37.3841 75.0824 0.808811 0.187839 -0.557263 0 0 v 31.9783 -36.5948 74.526 0.552743 0.487922 -0.675579 0 0 v 33.3028 -36.5948 78.0294 0.861441 0.48792 0.140902 0 0 v 33.586 -37.3841 77.0377 0.975179 0.187841 -0.117227 0 0 v 33.5037 -39.2648 77.0399 0.969772 -0.219168 -0.107271 0 0 v 33.3847 -38.3378 75.9964 0.934196 -0.0502727 -0.353201 0 0 v 33.6128 -38.3406 78.0801 0.985205 -0.0583296 0.161146 0 0 v 32.1771 -38.3406 74.283 0.632159 -0.0583299 -0.77264 0 0 v 32.7835 -39.2648 75.1351 0.798168 -0.219169 -0.561153 0 0 v 32.4219 -36.4952 79.7283 0.651475 0.539872 0.533027 0 0 v 33.2552 -37.3841 79.0596 0.887009 0.187841 0.421819 0 0 v 30.9311 -36.5948 80.9282 0.308695 0.48792 0.816481 0 0 v 31.9315 -37.3841 80.6776 0.589111 0.18784 0.785917 0 0 v 31.8884 -39.2648 80.6074 0.577784 -0.219168 0.786213 0 0 v 32.7327 -38.3378 79.9826 0.772979 -0.0502749 0.632436 0 0 v 31.0422 -38.3406 81.222 0.353048 -0.0583283 0.933785 0 0 v 33.1779 -39.2648 79.0313 0.885058 -0.219168 0.410656 0 0 v 29.0193 -36.4952 81.0148 -0.135877 0.539875 0.830706 0 0 v 30.0151 -37.3841 81.4021 0.0782025 0.18784 0.979081 0 0 v 27.2348 -36.5948 80.3236 -0.552745 0.48792 0.675579 0 0 v 27.9521 -37.3841 81.0647 -0.386069 0.18784 0.903143 0 0 v 27.9913 -39.2648 80.9923 -0.391988 -0.219167 0.893482 0 0 v 28.9545 -38.3378 81.411 -0.161216 -0.0502693 0.985638 0 0 v 27.0359 -38.3406 80.5667 -0.632159 -0.0583302 0.77264 0 0 v 30.001 -39.2648 81.321 0.0868881 -0.21917 0.97181 0 0 v 26.2039 -36.4952 78.7113 -0.787352 0.539872 0.297683 0 0 v 26.3664 -37.3841 79.7673 -0.808809 0.187842 0.557264 0 0 v 25.9102 -36.5948 76.8202 -0.861441 0.48792 -0.140903 0 0 v 25.6271 -37.3841 77.8119 -0.975179 0.187841 0.117226 0 0 v 25.7094 -39.2648 77.8097 -0.969773 -0.219167 0.10727 0 0 v 25.8284 -38.3378 78.8533 -0.934196 -0.0502727 0.353201 0 0 v 25.6003 -38.3406 76.7695 -0.985205 -0.0583293 -0.161148 0 0 v 26.4296 -39.2648 79.7145 -0.798168 -0.219168 0.561153 0 0 v 26.7911 -36.4952 75.1213 -0.651476 0.539872 -0.533027 0 0 v 25.9578 -37.3841 75.79 -0.88701 0.187841 -0.421817 0 0 v 28.282 -36.5948 73.9214 -0.308695 0.487918 -0.816482 0 0 v 27.2816 -37.3841 74.1721 -0.589112 0.187842 -0.785915 0 0 v 27.3247 -39.2648 74.2422 -0.577784 -0.219168 -0.786213 0 0 v 26.4804 -38.3378 74.8671 -0.772979 -0.0502745 -0.632437 0 0 v 28.1709 -38.3406 73.6277 -0.353047 -0.0583262 -0.933786 0 0 v 26.0351 -39.2648 75.8183 -0.885057 -0.219169 -0.410656 0 0 v 30.1937 -36.4952 73.8349 0.135877 0.539874 -0.830706 0 0 v 29.198 -37.3841 73.4475 -0.078203 0.187841 -0.979081 0 0 v 31.261 -37.3841 73.785 0.38607 0.18784 -0.903142 0 0 v 31.2218 -39.2648 73.8574 0.391989 -0.219166 -0.893483 0 0 v 30.2585 -38.3378 73.4386 0.161216 -0.0502695 -0.985638 0 0 v 29.2121 -39.2648 73.5286 -0.0868881 -0.21917 -0.97181 0 0 v 29.2404 -41.2992 75.171 -0.037997 -0.948624 -0.314115 0 0 v 29.8121 -41.5123 76.1683 0.0213328 -0.991229 -0.130426 0 0 v 28.6211 -41.5123 76.6185 -0.102286 -0.991228 -0.0836888 0 0 v 28.39 -41.2992 75.4926 -0.179323 -0.948624 -0.260682 0 0 v 31.3753 -41.2992 75.9809 0.253032 -0.948624 -0.189964 0 0 v 30.7975 -41.5123 76.9745 0.12362 -0.991228 -0.0467378 0 0 v 30.6716 -41.2992 75.4051 0.136096 -0.948625 -0.285638 0 0 v 31.7414 -41.2992 78.2347 0.29103 -0.948624 0.12415 0 0 v 30.592 -41.5123 78.2311 0.102286 -0.991228 0.0836888 0 0 v 31.8882 -41.2992 77.3374 0.315418 -0.948625 -0.0249562 0 0 v 29.9726 -41.2992 79.6786 0.0379984 -0.948624 0.314114 0 0 v 29.401 -41.5123 78.6814 -0.0213331 -0.991228 0.130427 0 0 v 30.8231 -41.2992 79.3571 0.179323 -0.948624 0.260682 0 0 v 27.8377 -41.2992 78.8688 -0.253032 -0.948625 0.189962 0 0 v 28.4155 -41.5123 77.8751 -0.12362 -0.991228 0.0467383 0 0 v 28.5414 -41.2992 79.4445 -0.136095 -0.948625 0.285638 0 0 v 27.4716 -41.2992 76.615 -0.291029 -0.948624 -0.124151 0 0 v 27.3249 -41.2992 77.5123 -0.315419 -0.948624 0.0249566 0 0 v 33.0376 -40.03 76.1276 0.856409 -0.402149 -0.323789 0 0 v 32.3029 -40.6162 75.4735 0.636978 -0.633955 -0.438589 0 0 v 31.9413 -40.0289 74.5713 0.581339 -0.396485 -0.710524 0 0 v 33.2451 -40.0289 78.02 0.906002 -0.396484 0.148191 0 0 v 32.9194 -40.6162 77.1042 0.767815 -0.633954 -0.0925334 0 0 v 32.2361 -41.0494 76.4306 0.491306 -0.850949 -0.185753 0 0 v 32.4858 -41.0088 77.8958 0.550768 -0.829782 0.0900887 0 0 v 31.454 -41.0088 75.1668 0.353401 -0.829781 -0.431939 0 0 v 32.4455 -40.03 79.7476 0.708615 -0.402151 0.579776 0 0 v 32.6446 -40.6162 78.7843 0.698318 -0.633955 0.332345 0 0 v 30.9104 -40.0289 80.8735 0.324665 -0.396489 0.858714 0 0 v 31.5407 -40.6162 80.1335 0.464042 -0.633955 0.618681 0 0 v 31.7823 -41.0494 79.205 0.40652 -0.850948 0.332608 0 0 v 30.6383 -41.0088 80.1538 0.197367 -0.82978 0.522026 0 0 v 29.0144 -40.03 81.0448 -0.147794 -0.40215 0.903567 0 0 v 29.9482 -40.6162 80.7356 0.0613404 -0.633956 0.770932 0 0 v 27.2718 -40.0289 80.2784 -0.58134 -0.396483 0.710525 0 0 v 28.2278 -40.6162 80.4542 -0.303768 -0.633956 0.711213 0 0 v 29.1527 -41.0494 80.1992 -0.0847857 -0.850949 0.51836 0 0 v 27.759 -41.0088 79.6829 -0.353402 -0.829782 0.431937 0 0 v 26.1755 -40.03 78.722 -0.856409 -0.402148 0.323791 0 0 v 26.9102 -40.6162 79.3761 -0.636978 -0.633956 0.438589 0 0 v 25.9679 -40.0289 76.8297 -0.906002 -0.396484 -0.148191 0 0 v 26.2936 -40.6162 77.7455 -0.767814 -0.633955 0.0925328 0 0 v 26.9769 -41.0494 78.419 -0.491307 -0.850948 0.185753 0 0 v 26.7273 -41.0088 76.9539 -0.550769 -0.829782 -0.0900879 0 0 v 26.7676 -40.03 75.102 -0.708614 -0.40215 -0.579777 0 0 v 26.5685 -40.6162 76.0654 -0.698319 -0.633954 -0.332344 0 0 v 28.3026 -40.0289 73.9761 -0.324666 -0.396488 -0.858714 0 0 v 27.6724 -40.6162 74.7161 -0.464042 -0.633954 -0.618681 0 0 v 27.4307 -41.0494 75.6446 -0.406519 -0.850949 -0.332607 0 0 v 28.5748 -41.0088 74.6958 -0.197368 -0.829782 -0.522023 0 0 v 30.1986 -40.03 73.8048 0.147796 -0.402145 -0.903568 0 0 v 29.2648 -40.6162 74.114 -0.0613408 -0.633953 -0.770935 0 0 v 30.9853 -40.6162 74.3954 0.303771 -0.633956 -0.711212 0 0 v 30.0603 -41.0494 74.6504 0.0847857 -0.850949 -0.51836 0 0 v 28.5575 -35.8083 74.6503 -0.181885 0.857601 -0.481081 0 0 v 28.0511 -35.5931 75.4601 -0.243088 0.924646 -0.293153 0 0 v 29.1253 -35.2918 76.152 -0.0600556 0.985476 -0.158844 0 0 v 29.4731 -35.5931 74.9224 -0.011666 0.924645 -0.38065 0 0 v 26.6792 -35.8083 76.946 -0.507573 0.8576 -0.0830206 0 0 v 27.1273 -35.5931 77.7895 -0.375423 0.924645 0.063942 0 0 v 28.2636 -35.2918 77.2052 -0.167591 0.985476 -0.0274121 0 0 v 27.3727 -35.5931 76.2892 -0.335485 0.924645 -0.180224 0 0 v 27.7282 -35.8083 79.7206 -0.325685 0.8576 0.398059 0 0 v 28.6828 -35.5931 79.7543 -0.132338 0.924645 0.357097 0 0 v 28.7448 -35.2918 78.478 -0.107535 0.985475 0.131432 0 0 v 27.5061 -35.5931 78.7916 -0.323821 0.924645 0.200428 0 0 v 30.6555 -35.8083 80.1994 0.181888 0.857599 0.481083 0 0 v 31.162 -35.5931 79.3896 0.243088 0.924645 0.293155 0 0 v 30.0878 -35.2918 78.6977 0.0600556 0.985476 0.158844 0 0 v 29.74 -35.5931 79.9272 0.0116665 0.924645 0.380651 0 0 v 32.5339 -35.8083 77.9036 0.507572 0.8576 0.0830218 0 0 v 32.0858 -35.5931 77.0601 0.375423 0.924645 -0.0639425 0 0 v 30.9495 -35.2918 77.6445 0.167591 0.985476 0.0274123 0 0 v 31.8404 -35.5931 78.5604 0.335486 0.924645 0.180224 0 0 v 31.4849 -35.8083 75.1291 0.325686 0.8576 -0.398058 0 0 v 30.5303 -35.5931 75.0954 0.132337 0.924645 -0.357097 0 0 v 30.4682 -35.2918 76.3716 0.107535 0.985475 -0.131432 0 0 v 31.7069 -35.5931 76.0581 0.323821 0.924645 -0.200428 0 0 v 32.1167 -36.2542 74.9841 0.55785 0.65372 -0.511325 0 0 v 32.5429 -36.1433 75.7837 0.631811 0.701764 -0.329154 0 0 v 33.0009 -36.924 75.5908 0.829892 0.357772 -0.428111 0 0 v 32.4399 -36.9609 74.7467 0.699677 0.33402 -0.631572 0 0 v 33.1036 -36.2542 77.5943 0.756604 0.653716 0.0143554 0 0 v 33.503 -36.9609 77.5585 0.942504 0.334023 0.0106976 0 0 v 33.3652 -36.924 76.5544 0.905541 0.357773 -0.228021 0 0 v 32.8941 -36.1433 76.7128 0.691539 0.701764 -0.171177 0 0 v 33.6104 -38.8151 77.5536 0.989478 -0.14304 0.0217414 0 0 v 33.4954 -38.8151 76.5154 0.962206 -0.141145 -0.232888 0 0 v 33.5435 -37.8523 76.5059 0.969464 0.0579858 -0.238279 0 0 v 33.6652 -37.8597 77.557 0.998712 0.0473216 0.018281 0 0 v 32.5237 -38.8151 74.6794 0.727592 -0.143043 -0.670931 0 0 v 32.5625 -37.8597 74.6405 0.736808 0.0473211 -0.674444 0 0 v 33.1667 -37.8523 75.5093 0.884611 0.0579864 -0.462711 0 0 v 33.1244 -38.8151 75.5339 0.875603 -0.141144 -0.461951 0 0 v 32.9754 -36.2542 78.3783 0.721748 0.653717 0.227454 0 0 v 32.4959 -36.1433 79.1472 0.600962 0.701764 0.382587 0 0 v 32.892 -36.924 79.4474 0.785701 0.357773 0.50465 0 0 v 33.3425 -36.9609 78.5396 0.896795 0.334022 0.290152 0 0 v 31.2083 -36.2542 80.5381 0.365865 0.65372 0.662415 0 0 v 31.439 -36.9609 80.8661 0.461989 0.334023 0.82158 0 0 v 32.2397 -36.924 80.2448 0.650242 0.357773 0.670212 0 0 v 31.867 -36.1433 79.9159 0.494013 0.701763 0.513302 0 0 v 31.497 -38.8151 80.9566 0.475908 -0.143044 0.867785 0 0 v 32.3386 -38.8151 80.338 0.68279 -0.141145 0.716851 0 0 v 32.3708 -37.8523 80.3748 0.691084 0.0579883 0.720444 0 0 v 31.5214 -37.8597 81.0058 0.483527 0.0473214 0.87405 0 0 v 33.4428 -38.8151 78.5784 0.94484 -0.143043 0.294647 0 0 v 33.4958 -37.8597 78.5926 0.952491 0.0473233 0.300869 0 0 v 33.0455 -37.8523 79.5502 0.843025 0.0579889 0.534739 0 0 v 33.003 -38.8151 79.5259 0.837862 -0.141145 0.527318 0 0 v 30.4652 -36.2542 80.8191 0.163896 0.65372 0.738774 0 0 v 29.5596 -36.1433 80.7883 -0.0308489 0.701763 0.711742 0 0 v 29.4977 -36.924 81.2815 -0.0441892 0.357775 0.932762 0 0 v 30.5091 -36.9609 81.2177 0.197119 0.334019 0.921724 0 0 v 27.7112 -36.2542 80.3686 -0.390734 0.653719 0.648057 0 0 v 27.5426 -36.9609 80.7324 -0.480515 0.334019 0.810886 0 0 v 28.481 -36.924 81.1152 -0.2553 0.357775 0.898231 0 0 v 28.5794 -36.1433 80.628 -0.197525 0.701762 0.68448 0 0 v 27.4931 -38.8151 80.8279 -0.513568 -0.143044 0.846042 0 0 v 28.4497 -38.8151 81.2474 -0.279417 -0.141147 0.949739 0 0 v 28.4339 -37.8523 81.2938 -0.278381 0.0579863 0.958719 0 0 v 27.4627 -37.8597 80.8736 -0.515185 0.0473232 0.855772 0 0 v 30.5256 -38.8151 81.3239 0.21725 -0.143044 0.965578 0 0 v 30.5398 -37.8597 81.3769 0.215683 0.0473266 0.975316 0 0 v 29.4854 -37.8523 81.4658 -0.041585 0.0579842 0.997451 0 0 v 29.4852 -38.8151 81.4168 -0.0377404 -0.141144 0.989269 0 0 v 27.0964 -36.2542 79.8656 -0.55785 0.65372 0.511325 0 0 v 26.6702 -36.1433 79.0659 -0.631812 0.701763 0.329154 0 0 v 26.2122 -36.924 79.2589 -0.829891 0.357774 0.428111 0 0 v 26.7731 -36.9609 80.1029 -0.699678 0.33402 0.631571 0 0 v 26.1095 -36.2542 77.2553 -0.756602 0.653718 -0.0143563 0 0 v 25.7101 -36.9609 77.2912 -0.942505 0.334021 -0.0106965 0 0 v 25.8478 -36.924 78.2952 -0.905541 0.357773 0.228021 0 0 v 26.319 -36.1433 78.1369 -0.691539 0.701764 0.171177 0 0 v 25.6027 -38.8151 77.2961 -0.989478 -0.143043 -0.0217419 0 0 v 25.7176 -38.8151 78.3343 -0.962207 -0.141145 0.232888 0 0 v 25.6696 -37.8523 78.3438 -0.969464 0.0579877 0.238279 0 0 v 25.5479 -37.8597 77.2926 -0.998712 0.0473231 -0.0182808 0 0 v 26.6894 -38.8151 80.1703 -0.727593 -0.143044 0.67093 0 0 v 26.6506 -37.8597 80.2091 -0.736808 0.0473218 0.674444 0 0 v 26.0464 -37.8523 79.3403 -0.884611 0.0579864 0.46271 0 0 v 26.0887 -38.8151 79.3157 -0.875602 -0.141145 0.461952 0 0 v 26.2377 -36.2542 76.4713 -0.721747 0.653717 -0.227451 0 0 v 26.7172 -36.1433 75.7024 -0.600961 0.701765 -0.382587 0 0 v 26.321 -36.924 75.4022 -0.785701 0.357773 -0.504651 0 0 v 25.8706 -36.9609 76.3101 -0.896796 0.33402 -0.290151 0 0 v 28.0048 -36.2542 74.3115 -0.365868 0.653718 -0.662415 0 0 v 27.774 -36.9609 73.9836 -0.461992 0.334022 -0.82158 0 0 v 26.9734 -36.924 74.6049 -0.650242 0.357771 -0.670213 0 0 v 27.3461 -36.1433 74.9337 -0.494014 0.701764 -0.5133 0 0 v 27.7161 -38.8151 73.893 -0.475911 -0.143044 -0.867783 0 0 v 26.8745 -38.8151 74.5117 -0.68279 -0.141145 -0.716851 0 0 v 26.8422 -37.8523 74.4748 -0.691085 0.0579888 -0.720444 0 0 v 27.6917 -37.8597 73.8438 -0.483526 0.0473217 -0.87405 0 0 v 25.7703 -38.8151 76.2712 -0.94484 -0.143042 -0.294647 0 0 v 25.7173 -37.8597 76.257 -0.95249 0.0473234 -0.30087 0 0 v 26.1676 -37.8523 75.2994 -0.843025 0.0579873 -0.534739 0 0 v 26.2101 -38.8151 75.3237 -0.837862 -0.141144 -0.527319 0 0 v 28.7479 -36.2542 74.0306 -0.163891 0.65372 -0.738776 0 0 v 29.6535 -36.1433 74.0614 0.0308488 0.701764 -0.711741 0 0 v 29.7154 -36.924 73.5682 0.0441888 0.357774 -0.932762 0 0 v 28.704 -36.9609 73.632 -0.197117 0.334017 -0.921725 0 0 v 31.5019 -36.2542 74.481 0.390735 0.653718 -0.648058 0 0 v 31.6705 -36.9609 74.1172 0.480515 0.334019 -0.810886 0 0 v 30.7321 -36.924 73.7345 0.2553 0.357774 -0.898231 0 0 v 30.6337 -36.1433 74.2217 0.197525 0.701763 -0.684479 0 0 v 31.72 -38.8151 74.0218 0.51357 -0.143042 -0.846041 0 0 v 30.7634 -38.8151 73.6022 0.279417 -0.141143 -0.949739 0 0 v 30.7792 -37.8523 73.5559 0.278379 0.0579883 -0.958719 0 0 v 31.7503 -37.8597 73.976 0.515187 0.047325 -0.85577 0 0 v 28.6875 -38.8151 73.5257 -0.217246 -0.143044 -0.965579 0 0 v 28.6733 -37.8597 73.4727 -0.215683 0.0473268 -0.975316 0 0 v 29.7277 -37.8523 73.3839 0.0415851 0.0579844 -0.997451 0 0 v 29.7279 -38.8151 73.4328 0.0377385 -0.141142 -0.98927 0 0 v 28.8392 -41.337 75.3953 -0.099322 -0.959753 -0.262698 0 0 v 29.5087 -41.4247 75.6245 -0.00635339 -0.97753 -0.210702 0 0 v 29.2667 -41.5474 76.526 -0.034344 -0.995273 -0.0908385 0 0 v 28.4888 -41.4247 76.0101 -0.134634 -0.97753 -0.162202 0 0 v 30.9805 -41.337 75.7455 0.177843 -0.959753 -0.217364 0 0 v 31.1167 -41.4247 76.4399 0.179297 -0.97753 -0.110854 0 0 v 30.215 -41.5474 76.6811 0.0614962 -0.995273 -0.0751622 0 0 v 30.2728 -41.4247 75.7495 0.0731544 -0.97753 -0.197698 0 0 v 31.7478 -41.337 77.7751 0.277165 -0.959752 0.0453347 0 0 v 31.2146 -41.4247 78.2403 0.18565 -0.97753 0.0998486 0 0 v 30.5548 -41.5474 77.5799 0.0958406 -0.995273 0.0156763 0 0 v 31.3906 -41.4247 77.1642 0.207788 -0.97753 -0.0354952 0 0 v 30.3738 -41.337 79.4543 0.0993202 -0.959752 0.2627 0 0 v 29.7044 -41.4247 79.2251 0.00635385 -0.97753 0.210702 0 0 v 29.9464 -41.5474 78.3236 0.034344 -0.995273 0.0908384 0 0 v 30.7242 -41.4247 78.8395 0.134634 -0.97753 0.162201 0 0 v 28.2326 -41.337 79.1041 -0.177844 -0.959752 0.217364 0 0 v 28.0963 -41.4247 78.4097 -0.179296 -0.97753 0.110853 0 0 v 28.9981 -41.5474 78.1685 -0.0614967 -0.995273 0.0751623 0 0 v 28.9402 -41.4247 79.1001 -0.0731545 -0.97753 0.197697 0 0 v 27.4653 -41.337 77.0746 -0.277164 -0.959752 -0.0453347 0 0 v 27.9985 -41.4247 76.6094 -0.18565 -0.97753 -0.099848 0 0 v 28.6582 -41.5474 77.2697 -0.0958407 -0.995273 -0.0156764 0 0 v 27.8225 -41.4247 77.6854 -0.207788 -0.97753 0.035496 0 0 v 32.3848 -39.6695 74.8101 0.70107 -0.300818 -0.646536 0 0 v 32.9569 -39.6695 75.624 0.843318 -0.301358 -0.444971 0 0 v 32.6961 -40.3464 75.762 0.758707 -0.516422 -0.39708 0 0 v 32.1727 -40.3434 75.0072 0.635219 -0.508002 -0.581749 0 0 v 33.4197 -39.6695 77.5474 0.95345 -0.30082 0.0209965 0 0 v 33.1303 -40.3434 77.54 0.861209 -0.508001 0.015979 0 0 v 33.0234 -40.3464 76.6277 0.831636 -0.516416 -0.204196 0 0 v 33.3103 -39.6695 76.5587 0.926763 -0.30136 -0.224261 0 0 v 32.2564 -41.1555 77.5575 0.436312 -0.899762 0.00780284 0 0 v 32.076 -41.2006 76.8938 0.39383 -0.91397 -0.0977593 0 0 v 32.6168 -40.8511 76.7304 0.635655 -0.755031 -0.160845 0 0 v 32.7352 -40.836 77.5347 0.671096 -0.741339 0.00680673 0 0 v 31.5058 -41.1555 75.5722 0.322016 -0.899761 -0.294509 0 0 v 31.88 -40.836 75.2725 0.498732 -0.741338 -0.449094 0 0 v 32.3233 -40.8511 75.954 0.583073 -0.755028 -0.299933 0 0 v 31.8096 -41.2006 76.1892 0.359997 -0.91397 -0.187248 0 0 v 33.2601 -39.6695 78.5235 0.910452 -0.30082 0.283875 0 0 v 32.8413 -39.6695 79.4259 0.807014 -0.30136 0.507849 0 0 v 32.5914 -40.3464 79.2691 0.723237 -0.516419 0.458519 0 0 v 32.9834 -40.3434 78.4384 0.821418 -0.508001 0.259242 0 0 v 31.4069 -39.6695 80.7885 0.458542 -0.300819 0.83621 0 0 v 31.2687 -40.3434 80.5341 0.416764 -0.508002 0.753818 0 0 v 32.0053 -40.3464 79.9854 0.592655 -0.516417 0.61812 0 0 v 32.2085 -39.6695 80.1993 0.657597 -0.30136 0.69047 0 0 v 30.8165 -41.1555 79.786 0.211399 -0.899762 0.381757 0 0 v 31.3011 -41.2006 79.298 0.281576 -0.91397 0.292188 0 0 v 31.7131 -40.8511 79.6845 0.457123 -0.755031 0.470072 0 0 v 31.0758 -40.836 80.1893 0.329654 -0.741337 0.584591 0 0 v 32.1606 -41.1555 78.1433 0.41606 -0.899762 0.131617 0 0 v 32.6072 -40.836 78.3175 0.638292 -0.741339 0.207366 0 0 v 32.2386 -40.8511 79.0422 0.551284 -0.755029 0.354989 0 0 v 31.7781 -41.2006 78.7149 0.342159 -0.91397 0.218142 0 0 v 30.4818 -39.6695 81.1382 0.209381 -0.300819 0.930413 0 0 v 29.491 -39.6695 81.2267 -0.0363045 -0.301358 0.95282 0 0 v 29.5018 -40.3464 80.9319 -0.0354731 -0.516421 0.8556 0 0 v 30.4172 -40.3434 80.856 0.186201 -0.508004 0.840988 0 0 v 27.5937 -39.6695 80.6658 -0.494911 -0.300817 0.815213 0 0 v 27.7449 -40.3434 80.4189 -0.444444 -0.508001 0.737838 0 0 v 28.5885 -40.3464 80.7825 -0.238977 -0.516421 0.822313 0 0 v 28.5048 -39.6695 81.0654 -0.269162 -0.301356 0.914733 0 0 v 28.1667 -41.1555 79.6533 -0.224917 -0.89976 0.373957 0 0 v 28.8316 -41.2006 79.8289 -0.112252 -0.91397 0.389947 0 0 v 28.7028 -40.8511 80.379 -0.178533 -0.755028 0.630919 0 0 v 27.9471 -40.836 80.0794 -0.341442 -0.741341 0.577781 0 0 v 30.2614 -41.1555 79.9959 0.0940459 -0.899763 0.426123 0 0 v 30.3337 -40.836 80.4698 0.139563 -0.741337 0.656462 0 0 v 29.5219 -40.8511 80.513 -0.0317866 -0.75503 0.654919 0 0 v 29.5751 -41.2006 79.9505 -0.0178372 -0.91397 0.40539 0 0 v 26.8283 -39.6695 80.0396 -0.701069 -0.300817 0.646538 0 0 v 26.2562 -39.6695 79.2257 -0.843318 -0.301357 0.444971 0 0 v 26.5169 -40.3464 79.0876 -0.758708 -0.516421 0.39708 0 0 v 27.0403 -40.3434 79.8425 -0.635218 -0.508001 0.581749 0 0 v 25.7933 -39.6695 77.3022 -0.95345 -0.30082 -0.0209977 0 0 v 26.0827 -40.3434 77.3097 -0.861208 -0.508002 -0.015981 0 0 v 26.1896 -40.3464 78.222 -0.831634 -0.516419 0.204196 0 0 v 25.9028 -39.6695 78.291 -0.926763 -0.301359 0.224262 0 0 v 26.9567 -41.1555 77.2921 -0.436313 -0.899761 -0.00780131 0 0 v 27.1371 -41.2006 77.9558 -0.39383 -0.91397 0.0977587 0 0 v 26.5963 -40.8511 78.1193 -0.635656 -0.755029 0.160847 0 0 v 26.4778 -40.836 77.315 -0.671097 -0.741338 -0.00680695 0 0 v 27.7073 -41.1555 79.2775 -0.322014 -0.899761 0.294512 0 0 v 27.3331 -40.836 79.5771 -0.498728 -0.74134 0.449093 0 0 v 26.8898 -40.8511 78.8956 -0.583071 -0.75503 0.29993 0 0 v 27.4035 -41.2006 78.6604 -0.359996 -0.91397 0.187247 0 0 v 25.953 -39.6695 76.3261 -0.910452 -0.300819 -0.283874 0 0 v 26.3718 -39.6695 75.4238 -0.807014 -0.301361 -0.507849 0 0 v 26.6217 -40.3464 75.5805 -0.723237 -0.516418 -0.458521 0 0 v 26.2297 -40.3434 76.4113 -0.821418 -0.508003 -0.259241 0 0 v 27.8061 -39.6695 74.0612 -0.458541 -0.300821 -0.83621 0 0 v 27.9444 -40.3434 74.3155 -0.416763 -0.508 -0.75382 0 0 v 27.2077 -40.3464 74.8643 -0.592658 -0.516416 -0.61812 0 0 v 27.0046 -39.6695 74.6504 -0.657597 -0.301361 -0.690469 0 0 v 28.3965 -41.1555 75.0636 -0.211399 -0.899761 -0.381759 0 0 v 27.912 -41.2006 75.5517 -0.281576 -0.91397 -0.292187 0 0 v 27.5 -40.8511 75.1651 -0.457124 -0.755029 -0.470073 0 0 v 28.1373 -40.836 74.6604 -0.329654 -0.741337 -0.584592 0 0 v 27.0525 -41.1555 76.7064 -0.416061 -0.899761 -0.131619 0 0 v 26.6059 -40.836 76.5321 -0.638293 -0.741338 -0.207366 0 0 v 26.9744 -40.8511 75.8075 -0.551286 -0.755028 -0.354988 0 0 v 27.4349 -41.2006 76.1347 -0.34216 -0.91397 -0.218142 0 0 v 28.7312 -39.6695 73.7114 -0.209381 -0.30082 -0.930412 0 0 v 29.7221 -39.6695 73.6229 0.0363026 -0.301361 -0.952819 0 0 v 29.7113 -40.3464 73.9177 0.0354706 -0.51642 -0.8556 0 0 v 28.7959 -40.3434 73.9936 -0.186201 -0.508005 -0.840988 0 0 v 31.6193 -39.6695 74.1838 0.494909 -0.300821 -0.815213 0 0 v 31.4682 -40.3434 74.4307 0.444445 -0.507999 -0.737839 0 0 v 30.6246 -40.3464 74.0671 0.238978 -0.516415 -0.822317 0 0 v 30.7083 -39.6695 73.7842 0.269163 -0.301364 -0.91473 0 0 v 31.0464 -41.1555 75.1963 0.224913 -0.89976 -0.373959 0 0 v 30.3814 -41.2006 75.0207 0.112252 -0.91397 -0.389947 0 0 v 30.5102 -40.8511 74.4706 0.178531 -0.75503 -0.630917 0 0 v 31.266 -40.836 74.7702 0.341442 -0.74134 -0.577783 0 0 v 28.9517 -41.1555 74.8537 -0.0940475 -0.89976 -0.426129 0 0 v 28.8793 -40.836 74.3798 -0.139563 -0.741336 -0.656463 0 0 v 29.6912 -40.8511 74.3367 0.0317898 -0.755028 -0.654921 0 0 v 29.638 -41.2006 74.8991 0.0178383 -0.913969 -0.405391 0 0 v 28.2219 -35.9971 74.4973 -0.278625 0.772984 -0.569969 0 0 v 28.328 -35.6772 75.0346 -0.210641 0.902911 -0.374676 0 0 v 28.9839 -35.6772 74.7866 -0.0899269 0.902911 -0.420316 0 0 v 28.708 -35.9971 74.3135 -0.16815 0.772983 -0.611738 0 0 v 27.7311 -35.5628 75.8904 -0.277517 0.933503 -0.22706 0 0 v 28.5431 -35.4142 75.7893 -0.139901 0.967486 -0.210708 0 0 v 27.6514 -35.8342 75.1723 -0.366103 0.840598 -0.399204 0 0 v 29.7747 -35.2447 76.3966 0.0211733 0.99136 -0.129448 0 0 v 29.3219 -35.4142 75.4948 -0.0344944 0.967486 -0.250561 0 0 v 28.8002 -35.2447 76.7651 -0.101519 0.99136 -0.0830602 0 0 v 29.5824 -35.8342 74.4422 0.0104154 0.840598 -0.54156 0 0 v 29.9977 -35.5628 75.0335 0.0578788 0.933503 -0.353867 0 0 v 26.3789 -35.9971 77.1602 -0.63292 0.772984 -0.0436785 0 0 v 26.8973 -35.6772 77.3369 -0.429803 0.902909 -0.00491379 0 0 v 27.0105 -35.6772 76.6449 -0.408968 0.90291 -0.132279 0 0 v 26.4628 -35.9971 76.6473 -0.613855 0.772983 -0.16025 0 0 v 27.34 -35.5628 78.2818 -0.335397 0.933504 0.126807 0 0 v 27.6584 -35.4142 77.528 -0.252428 0.967487 0.0158046 0 0 v 26.6782 -35.8342 77.9918 -0.528773 0.840598 0.117446 0 0 v 27.7928 -35.4142 76.7063 -0.234238 0.967487 -0.095407 0 0 v 28.632 -35.2447 77.7933 -0.122692 0.99136 0.0463874 0 0 v 27.0115 -35.8342 75.9544 -0.463794 0.840599 -0.2798 0 0 v 27.7635 -35.9971 80.0878 -0.354288 0.772983 0.526287 0 0 v 28.1758 -35.6772 79.7272 -0.219158 0.902909 0.369763 0 0 v 27.6331 -35.6772 79.2831 -0.319044 0.902909 0.288038 0 0 v 27.3613 -35.9971 79.7586 -0.445706 0.772985 0.451486 0 0 v 29.2154 -35.5628 79.8162 -0.0578788 0.933503 0.353867 0 0 v 28.7218 -35.4142 79.1636 -0.112528 0.967487 0.226511 0 0 v 28.6334 -35.8342 80.2443 -0.162677 0.840595 0.516659 0 0 v 28.0774 -35.4142 78.6363 -0.199744 0.967487 0.155153 0 0 v 29.4384 -35.2447 78.453 -0.0211733 0.99136 0.129448 0 0 v 27.0356 -35.8342 78.937 -0.474213 0.840596 0.261764 0 0 v 30.9912 -35.9971 80.3524 0.278631 0.772986 0.569962 0 0 v 30.8851 -35.6772 79.815 0.210646 0.902909 0.374679 0 0 v 30.2292 -35.6772 80.063 0.0899259 0.902909 0.420319 0 0 v 30.505 -35.9971 80.5362 0.168145 0.772984 0.611737 0 0 v 31.4819 -35.5628 78.9592 0.277517 0.933503 0.22706 0 0 v 30.67 -35.4142 79.0604 0.139901 0.967486 0.210708 0 0 v 31.5617 -35.8342 79.6773 0.366101 0.840596 0.39921 0 0 v 29.8911 -35.4142 79.3549 0.0344944 0.967486 0.250561 0 0 v 30.4129 -35.2447 78.0845 0.101519 0.99136 0.0830602 0 0 v 29.6307 -35.8342 80.4074 -0.0104127 0.840596 0.541563 0 0 v 32.8342 -35.9971 77.6894 0.632921 0.772984 0.0436774 0 0 v 32.3158 -35.6772 77.5127 0.429802 0.90291 0.00491346 0 0 v 32.2026 -35.6772 78.2047 0.40897 0.902909 0.132282 0 0 v 32.7503 -35.9971 78.2024 0.613853 0.772983 0.160254 0 0 v 31.8731 -35.5628 76.5679 0.335398 0.933503 -0.126807 0 0 v 31.5547 -35.4142 77.3216 0.252429 0.967486 -0.0158046 0 0 v 32.5349 -35.8342 76.8579 0.528773 0.840598 -0.117448 0 0 v 31.4203 -35.4142 78.1434 0.234238 0.967487 0.0954063 0 0 v 30.581 -35.2447 77.0564 0.122692 0.99136 -0.0463874 0 0 v 32.2016 -35.8342 78.8952 0.463798 0.840597 0.2798 0 0 v 31.4495 -35.9971 74.7619 0.354291 0.772982 -0.526286 0 0 v 31.0373 -35.6772 75.1225 0.219158 0.90291 -0.36976 0 0 v 31.58 -35.6772 75.5665 0.319044 0.902909 -0.288038 0 0 v 31.8518 -35.9971 75.091 0.445707 0.772985 -0.451486 0 0 v 30.4912 -35.4142 75.686 0.112528 0.967487 -0.226511 0 0 v 30.5797 -35.8342 74.6053 0.162673 0.840596 -0.516657 0 0 v 31.1357 -35.4142 76.2133 0.199744 0.967487 -0.155153 0 0 v 32.1775 -35.8342 75.9126 0.474211 0.840598 -0.261762 0 0 v 32.3402 -36.1919 75.3547 0.602318 0.680196 -0.417789 0 0 v 32.3045 -36.5765 74.8541 0.64631 0.494354 -0.581289 0 0 v 31.8461 -36.2888 74.6876 0.487636 0.637959 -0.596003 0 0 v 32.7268 -36.1225 76.2451 0.655963 0.712885 -0.248007 0 0 v 32.8138 -36.51 75.6752 0.750586 0.535242 -0.387475 0 0 v 33.115 -37.3749 75.5342 0.870161 0.19611 -0.452063 0 0 v 32.7457 -36.9425 75.1479 0.773907 0.346693 -0.529973 0 0 v 33.2069 -36.9148 76.0636 0.871036 0.364478 -0.329321 0 0 v 32.082 -36.9701 74.3992 0.598763 0.325437 -0.731829 0 0 v 32.5252 -37.3933 74.6722 0.727682 0.179326 -0.662059 0 0 v 33.0968 -36.2888 77.9957 0.759976 0.637953 0.124307 0 0 v 33.3304 -36.5765 77.5676 0.869222 0.494352 0.00829938 0 0 v 33.0259 -36.1919 77.1686 0.728065 0.680193 -0.0852017 0 0 v 33.6163 -37.3933 77.5579 0.983674 0.17933 0.0150315 0 0 v 33.4669 -36.9425 77.0554 0.930951 0.346695 -0.114597 0 0 v 33.4645 -36.9701 78.0559 0.933163 0.325439 0.152634 0 0 v 33.1691 -36.51 76.6149 0.819189 0.535242 -0.206023 0 0 v 33.4882 -37.3749 76.5214 0.951584 0.19611 -0.236703 0 0 v 33.527 -39.2648 77.5509 0.975369 -0.219511 0.0216945 0 0 v 33.5866 -38.8151 77.0318 0.983857 -0.142066 -0.108827 0 0 v 33.6598 -38.3402 77.5556 0.998123 -0.0574484 0.0212026 0 0 v 33.5636 -38.8151 78.0721 0.976645 -0.143686 0.159746 0 0 v 33.3402 -38.8151 76.0132 0.92609 -0.140577 -0.350137 0 0 v 33.5421 -38.3383 76.5049 0.970499 -0.0510902 -0.235629 0 0 v 33.4144 -39.2648 76.5343 0.948427 -0.218885 -0.229292 0 0 v 33.6384 -37.856 77.029 0.992043 0.052744 -0.114318 0 0 v 33.3847 -37.8504 75.9964 0.933609 0.0614951 -0.352978 0 0 v 33.6191 -37.8615 78.0811 0.985946 0.0436086 0.16127 0 0 v 32.1456 -38.8151 74.3216 0.626663 -0.143686 -0.765929 0 0 v 32.5595 -38.3402 74.6451 0.734432 -0.057443 -0.676247 0 0 v 32.8511 -38.8151 75.0864 0.809761 -0.142068 -0.5693 0 0 v 32.4629 -39.2648 74.7366 0.717045 -0.219514 -0.661559 0 0 v 32.8918 -37.856 75.0542 0.81953 0.0527444 -0.570604 0 0 v 32.1812 -37.8615 74.278 0.632634 0.0436072 -0.773222 0 0 v 33.1663 -38.3383 75.5109 0.883635 -0.0510919 -0.465381 0 0 v 33.0511 -39.2648 75.5733 0.862891 -0.218884 -0.455532 0 0 v 32.7661 -36.1919 78.7572 0.662976 0.680193 0.312729 0 0 v 33.1818 -36.5765 78.4759 0.826567 0.494354 0.269076 0 0 v 32.1883 -36.1225 79.5372 0.542758 0.712888 0.444078 0 0 v 32.7254 -36.51 79.3276 0.710858 0.535243 0.456284 0 0 v 32.9981 -37.3749 79.5179 0.826581 0.196106 0.527548 0 0 v 33.148 -36.9425 79.005 0.845925 0.346693 0.405234 0 0 v 32.5856 -36.9148 79.8622 0.720718 0.364476 0.58968 0 0 v 33.4497 -37.3933 78.5762 0.9372 0.179329 0.299161 0 0 v 30.8573 -36.2888 80.7329 0.272332 0.637955 0.720312 0 0 v 31.3448 -36.5765 80.7212 0.427425 0.494347 0.756921 0 0 v 31.5382 -36.1919 80.258 0.437822 0.680195 0.587917 0 0 v 31.4961 -37.3933 80.9639 0.478824 0.179329 0.8594 0 0 v 31.8567 -36.9425 80.5833 0.564718 0.346692 0.748931 0 0 v 30.989 -36.9701 81.0814 0.334396 0.325444 0.884458 0 0 v 32.0892 -36.51 80.1051 0.588012 0.535245 0.606428 0 0 v 32.3298 -37.3749 80.3347 0.68078 0.19611 0.705747 0 0 v 31.4576 -39.2648 80.8831 0.468898 -0.219511 0.855541 0 0 v 31.937 -38.8151 80.6751 0.586176 -0.14207 0.79763 0 0 v 31.5199 -38.3402 81.0005 0.480701 -0.0574409 0.875001 0 0 v 31.0245 -38.8151 81.1753 0.349977 -0.14369 0.925672 0 0 v 32.6959 -38.8151 79.9525 0.766272 -0.14058 0.626948 0 0 v 32.371 -38.3383 80.3732 0.689309 -0.0510917 0.722663 0 0 v 32.2817 -39.2648 80.2773 0.672785 -0.218884 0.706718 0 0 v 31.9653 -37.856 80.7186 0.595019 0.0527501 0.801979 0 0 v 32.7327 -37.8504 79.9826 0.772494 0.0614983 0.632037 0 0 v 31.0444 -37.8615 81.228 0.353313 0.0436094 0.934488 0 0 v 33.4903 -38.3402 78.5923 0.952864 -0.0574468 0.29791 0 0 v 33.2539 -38.8151 79.0655 0.897911 -0.14207 0.41662 0 0 v 33.3628 -39.2648 78.5544 0.93145 -0.219513 0.290197 0 0 v 33.3022 -37.856 79.0846 0.903921 0.0527508 0.424433 0 0 v 33.0439 -38.3383 79.5507 0.84485 -0.0510903 0.532559 0 0 v 32.9322 -39.2648 79.4821 0.825947 -0.218883 0.51952 0 0 v 30.0325 -36.1919 80.8273 0.0606528 0.680197 0.730516 0 0 v 30.4839 -36.5765 81.0467 0.180262 0.49435 0.850367 0 0 v 29.0681 -36.1225 80.7169 -0.113202 0.712885 0.692084 0 0 v 29.5181 -36.51 81.0772 -0.0397295 0.535247 0.843761 0 0 v 29.4896 -37.3749 81.4085 -0.0435756 0.196104 0.979614 0 0 v 30.0088 -36.9425 81.2819 0.0720238 0.34669 0.935211 0 0 v 28.9852 -36.9148 81.2235 -0.150319 0.364482 0.918998 0 0 v 30.531 -37.3933 81.3288 0.209516 0.17933 0.96122 0 0 v 27.367 -36.2888 80.162 -0.487635 0.637959 0.596004 0 0 v 27.6209 -36.5765 80.5784 -0.441797 0.494351 0.74862 0 0 v 28.1187 -36.1919 80.5142 -0.290243 0.680197 0.673121 0 0 v 27.4864 -37.3933 80.8308 -0.504852 0.17933 0.844373 0 0 v 27.9963 -36.9425 80.9527 -0.366235 0.34669 0.863526 0 0 v 27.1311 -36.9701 80.4504 -0.598767 0.325437 0.731826 0 0 v 28.5267 -36.51 80.915 -0.23117 0.535246 0.812448 0 0 v 28.4481 -37.3749 81.2382 -0.270808 0.196105 0.942447 0 0 v 27.5371 -39.2648 80.757 -0.506472 -0.219508 0.833848 0 0 v 27.9569 -38.8151 81.0682 -0.397685 -0.142065 0.906457 0 0 v 27.4666 -38.3402 80.8697 -0.517421 -0.0574461 0.8538 0 0 v 27.0675 -38.8151 80.5281 -0.626664 -0.143686 0.765928 0 0 v 28.9622 -38.8151 81.3641 -0.15982 -0.14058 0.977085 0 0 v 28.4354 -38.3383 81.2931 -0.281192 -0.0510859 0.958291 0 0 v 28.4738 -39.2648 81.1678 -0.27564 -0.218887 0.936008 0 0 v 27.9334 -37.856 81.1145 -0.397021 0.0527437 0.916293 0 0 v 28.9545 -37.8504 81.411 -0.161116 0.0614918 0.985018 0 0 v 27.0319 -37.8615 80.5717 -0.632634 0.0436073 0.773222 0 0 v 30.5373 -38.3402 81.372 0.218429 -0.0574427 0.974161 0 0 v 30.0094 -38.8151 81.4039 0.0881529 -0.14207 0.985923 0 0 v 30.5064 -39.2648 81.2427 0.214405 -0.21951 0.951759 0 0 v 30.0169 -37.856 81.4553 0.0843913 0.0527485 0.995036 0 0 v 29.4841 -38.3383 81.4647 -0.0387851 -0.0510841 0.997941 0 0 v 29.4877 -39.2648 81.3336 -0.0369431 -0.218886 0.975051 0 0 v 26.8729 -36.1919 79.4949 -0.602319 0.680196 0.417786 0 0 v 26.9086 -36.5765 79.9956 -0.646313 0.494348 0.581291 0 0 v 26.4862 -36.1225 78.6045 -0.655964 0.712884 0.248009 0 0 v 26.3993 -36.51 79.1744 -0.750586 0.535243 0.387474 0 0 v 26.0981 -37.3749 79.3154 -0.870161 0.19611 0.452063 0 0 v 26.4673 -36.9425 79.7018 -0.773905 0.346693 0.529977 0 0 v 26.0061 -36.9148 78.7861 -0.871035 0.36448 0.329323 0 0 v 26.6878 -37.3933 80.1774 -0.727681 0.179332 0.662058 0 0 v 26.1163 -36.2888 76.8539 -0.759973 0.637956 -0.124307 0 0 v 25.8827 -36.5765 77.282 -0.869223 0.49435 -0.00829752 0 0 v 26.1871 -36.1919 77.6811 -0.728064 0.680194 0.0852014 0 0 v 25.5968 -37.3933 77.2917 -0.983674 0.17933 -0.0150297 0 0 v 25.7462 -36.9425 77.7943 -0.930952 0.346693 0.114594 0 0 v 25.7486 -36.9701 76.7938 -0.933164 0.325437 -0.152632 0 0 v 26.044 -36.51 78.2347 -0.819188 0.535243 0.206024 0 0 v 25.7249 -37.3749 78.3283 -0.951585 0.19611 0.236701 0 0 v 25.6861 -39.2648 77.2987 -0.975369 -0.219511 -0.0216927 0 0 v 25.6265 -38.8151 77.8179 -0.983856 -0.14207 0.108827 0 0 v 25.5532 -38.3402 77.2941 -0.998123 -0.0574464 -0.0212038 0 0 v 25.6495 -38.8151 76.7776 -0.976645 -0.143688 -0.159747 0 0 v 25.8728 -38.8151 78.8365 -0.92609 -0.140575 0.350136 0 0 v 25.6709 -38.3383 78.3448 -0.970499 -0.0510922 0.235631 0 0 v 25.7987 -39.2648 78.3153 -0.948428 -0.218885 0.229289 0 0 v 25.5746 -37.856 77.8206 -0.992043 0.0527479 0.114314 0 0 v 25.8284 -37.8504 78.8533 -0.933608 0.0614951 0.35298 0 0 v 25.594 -37.8615 76.7685 -0.985947 0.0436105 -0.161268 0 0 v 26.6536 -38.3402 80.2045 -0.734433 -0.0574445 0.676246 0 0 v 26.362 -38.8151 79.7632 -0.80976 -0.14207 0.569302 0 0 v 26.7501 -39.2648 80.1131 -0.717046 -0.219516 0.661557 0 0 v 26.3213 -37.856 79.7955 -0.81953 0.0527444 0.570603 0 0 v 26.0467 -38.3383 79.3387 -0.883635 -0.0510902 0.465381 0 0 v 26.162 -39.2648 79.2763 -0.862889 -0.218885 0.455535 0 0 v 26.447 -36.1919 76.0925 -0.662979 0.680192 -0.312728 0 0 v 26.0312 -36.5765 76.3737 -0.826567 0.494354 -0.269076 0 0 v 27.0247 -36.1225 75.3124 -0.542756 0.712889 -0.444077 0 0 v 26.4877 -36.51 75.5221 -0.710859 0.535242 -0.456285 0 0 v 26.215 -37.3749 75.3317 -0.826581 0.196107 -0.527547 0 0 v 26.065 -36.9425 75.8447 -0.845926 0.346691 -0.405234 0 0 v 26.6275 -36.9148 74.9874 -0.720718 0.364475 -0.589681 0 0 v 25.7633 -37.3933 76.2735 -0.9372 0.179328 -0.299162 0 0 v 28.3558 -36.2888 74.1167 -0.27233 0.637962 -0.720306 0 0 v 27.8682 -36.5765 74.1285 -0.42743 0.494348 -0.756917 0 0 v 27.6749 -36.1918 74.5917 -0.437824 0.68019 -0.587922 0 0 v 27.717 -37.3933 73.8857 -0.478824 0.179336 -0.859399 0 0 v 27.3564 -36.9425 74.2664 -0.564719 0.346692 -0.748931 0 0 v 28.224 -36.9701 73.7682 -0.334396 0.325437 -0.88446 0 0 v 27.1239 -36.51 74.7445 -0.588012 0.535242 -0.606431 0 0 v 26.8833 -37.3749 74.5149 -0.680779 0.196114 -0.705747 0 0 v 27.7555 -39.2648 73.9666 -0.468898 -0.219511 -0.855541 0 0 v 27.2761 -38.8151 74.1745 -0.586176 -0.14207 -0.79763 0 0 v 27.6931 -38.3402 73.8492 -0.4807 -0.0574478 -0.875001 0 0 v 28.1885 -38.8151 73.6743 -0.349977 -0.14369 -0.925672 0 0 v 26.5172 -38.8151 74.8971 -0.766271 -0.140577 -0.626951 0 0 v 26.842 -38.3383 74.4764 -0.68931 -0.0510931 -0.722662 0 0 v 26.9314 -39.2648 74.5723 -0.672784 -0.218886 -0.706719 0 0 v 27.2478 -37.856 74.131 -0.595022 0.0527506 -0.801976 0 0 v 26.4804 -37.8504 74.8671 -0.772495 0.0614968 -0.632037 0 0 v 28.1686 -37.8615 73.6217 -0.353307 0.0436093 -0.934491 0 0 v 25.7228 -38.3402 76.2574 -0.952863 -0.0574468 -0.297913 0 0 v 25.9591 -38.8151 75.7842 -0.897911 -0.142068 -0.41662 0 0 v 25.8502 -39.2648 76.2952 -0.931451 -0.219511 -0.290197 0 0 v 25.9109 -37.856 75.765 -0.903921 0.0527495 -0.424433 0 0 v 26.1691 -38.3383 75.2989 -0.84485 -0.0510877 -0.532559 0 0 v 26.2808 -39.2648 75.3675 -0.825948 -0.218885 -0.519519 0 0 v 29.1806 -36.1919 74.0224 -0.0606551 0.680194 -0.730518 0 0 v 28.7292 -36.5765 73.803 -0.180255 0.49435 -0.850368 0 0 v 30.145 -36.1225 74.1327 0.113201 0.712886 -0.692083 0 0 v 29.695 -36.51 73.7725 0.0397276 0.535246 -0.843762 0 0 v 29.7235 -37.3749 73.4411 0.0435756 0.196105 -0.979614 0 0 v 29.2043 -36.9425 73.5677 -0.0720238 0.34669 -0.935211 0 0 v 30.2279 -36.9148 73.6262 0.150319 0.364481 -0.918998 0 0 v 28.682 -37.3933 73.5209 -0.209516 0.17933 -0.96122 0 0 v 31.5921 -36.5765 74.2712 0.441797 0.494351 -0.74862 0 0 v 31.0943 -36.1919 74.3354 0.290246 0.680194 -0.673122 0 0 v 31.7267 -37.3933 74.0189 0.504852 0.17933 -0.844373 0 0 v 31.2168 -36.9425 73.8969 0.366235 0.34669 -0.863526 0 0 v 30.6864 -36.51 73.9346 0.231172 0.535244 -0.812449 0 0 v 30.7649 -37.3749 73.6115 0.270808 0.196107 -0.942447 0 0 v 31.6759 -39.2648 74.0926 0.506471 -0.219507 -0.833849 0 0 v 31.2562 -38.8151 73.7815 0.397684 -0.142072 -0.906456 0 0 v 31.7464 -38.3402 73.9799 0.517427 -0.0574471 -0.853797 0 0 v 30.2509 -38.8151 73.4855 0.159821 -0.140572 -0.977086 0 0 v 30.7776 -38.3383 73.5565 0.281186 -0.0510864 -0.958293 0 0 v 30.7393 -39.2648 73.6818 0.275647 -0.218887 -0.936006 0 0 v 31.2797 -37.856 73.7352 0.397021 0.0527514 -0.916293 0 0 v 30.2585 -37.8504 73.4386 0.161116 0.0614918 -0.985018 0 0 v 28.6757 -38.3402 73.4777 -0.21843 -0.0574427 -0.974161 0 0 v 29.2037 -38.8151 73.4458 -0.0881529 -0.142071 -0.985923 0 0 v 28.7066 -39.2648 73.607 -0.214405 -0.21951 -0.951759 0 0 v 29.1961 -37.856 73.3944 -0.0843915 0.0527492 -0.995035 0 0 v 29.7289 -38.3383 73.385 0.0387851 -0.0510842 -0.997941 0 0 v 29.7254 -39.2648 73.516 0.0369359 -0.218886 -0.975051 0 0 v 28.9367 -41.2602 75.116 -0.0920001 -0.937643 -0.335205 0 0 v 29.1538 -41.3904 75.5146 -0.0493661 -0.971666 -0.231145 0 0 v 28.6823 -41.3904 75.6929 -0.115907 -0.971666 -0.205988 0 0 v 28.5813 -41.2602 75.2504 -0.152782 -0.937643 -0.312222 0 0 v 29.8873 -41.437 75.7083 0.032207 -0.979893 -0.196908 0 0 v 29.4037 -41.4975 76.0528 -0.0194277 -0.989734 -0.141595 0 0 v 29.5856 -41.3265 75.2402 0.00578238 -0.954997 -0.29656 0 0 v 29.0381 -41.5665 76.9598 -0.0584767 -0.997142 -0.0478448 0 0 v 28.8509 -41.4975 76.2618 -0.0791102 -0.989734 -0.119031 0 0 v 29.7251 -41.5665 76.7 0.012196 -0.997142 -0.0745649 0 0 v 28.177 -41.3265 75.7728 -0.200535 -0.954996 -0.218558 0 0 v 28.2604 -41.437 76.3234 -0.154423 -0.979893 -0.126346 0 0 v 31.2711 -41.2602 75.6903 0.244299 -0.937643 -0.247273 0 0 v 31.0344 -41.3904 76.0776 0.175495 -0.971666 -0.158323 0 0 v 30.6443 -41.3904 75.7584 0.120437 -0.971666 -0.203372 0 0 v 30.9771 -41.2602 75.4497 0.194 -0.937643 -0.288426 0 0 v 31.2334 -41.437 76.8097 0.18663 -0.979893 -0.070561 0 0 v 30.6933 -41.4975 76.5631 0.112912 -0.989734 -0.0876223 0 0 v 31.488 -41.3265 76.3144 0.259719 -0.954997 -0.143273 0 0 v 30.2359 -41.4975 76.1889 0.0635282 -0.989734 -0.128027 0 0 v 30.2935 -41.5665 77.1651 0.0706734 -0.997142 -0.0267199 0 0 v 30.3224 -41.3265 75.3608 0.0890073 -0.954996 -0.282949 0 0 v 31.9409 -41.2602 77.9991 0.336296 -0.937642 0.0879309 0 0 v 31.4872 -41.3904 77.9878 0.224859 -0.971666 0.0728218 0 0 v 31.5686 -41.3904 77.4903 0.236343 -0.971666 0.0026151 0 0 v 32.0023 -41.2602 77.6242 0.346785 -0.937643 0.0237986 0 0 v 30.9527 -41.437 78.5262 0.154423 -0.979893 0.126347 0 0 v 30.8961 -41.4975 77.9352 0.132339 -0.989734 0.0539729 0 0 v 31.5089 -41.3265 78.499 0.253937 -0.954997 0.153287 0 0 v 30.9915 -41.4975 77.352 0.142639 -0.989734 -0.00899556 0 0 v 30.1749 -41.5665 77.8899 0.0584769 -0.997142 0.0478447 0 0 v 31.752 -41.3265 77.0128 0.289542 -0.954997 -0.0643908 0 0 v 30.2764 -41.2602 79.7336 0.0919946 -0.937644 0.335203 0 0 v 30.0593 -41.3904 79.335 0.0493653 -0.971666 0.231147 0 0 v 30.5308 -41.3904 79.1567 0.115908 -0.971666 0.205988 0 0 v 30.6317 -41.2602 79.5993 0.152782 -0.937643 0.312222 0 0 v 29.3258 -41.437 79.1413 -0.0322088 -0.979893 0.196907 0 0 v 29.8094 -41.4975 78.7968 0.0194277 -0.989734 0.141595 0 0 v 29.6275 -41.3265 79.6094 -0.00577918 -0.954997 0.29656 0 0 v 30.3621 -41.4975 78.5878 0.0791104 -0.989734 0.119031 0 0 v 29.488 -41.5665 78.1496 -0.0121959 -0.997142 0.0745649 0 0 v 31.0361 -41.3265 79.0769 0.200536 -0.954997 0.218556 0 0 v 27.942 -41.2602 79.1593 -0.244297 -0.937643 0.247275 0 0 v 28.1786 -41.3904 78.772 -0.175496 -0.971666 0.158322 0 0 v 28.5688 -41.3904 79.0912 -0.120435 -0.971667 0.20337 0 0 v 28.236 -41.2602 79.3999 -0.194005 -0.937643 0.288424 0 0 v 27.9796 -41.437 78.0399 -0.18663 -0.979893 0.0705616 0 0 v 28.5198 -41.4975 78.2865 -0.112912 -0.989734 0.087623 0 0 v 27.7251 -41.3265 78.5353 -0.259718 -0.954997 0.143273 0 0 v 28.9771 -41.4975 78.6607 -0.0635295 -0.989734 0.128028 0 0 v 28.9196 -41.5665 77.6845 -0.0706734 -0.997142 0.0267199 0 0 v 28.8906 -41.3265 79.4889 -0.089007 -0.954997 0.282947 0 0 v 27.2721 -41.2602 76.8505 -0.336295 -0.937643 -0.087932 0 0 v 27.7259 -41.3904 76.8618 -0.224859 -0.971666 -0.0728218 0 0 v 27.6445 -41.3904 77.3593 -0.236343 -0.971666 -0.00261511 0 0 v 27.2108 -41.2602 77.2254 -0.346785 -0.937643 -0.0237971 0 0 v 28.3169 -41.4975 76.9145 -0.13234 -0.989734 -0.0539729 0 0 v 27.7041 -41.3265 76.3507 -0.253938 -0.954997 -0.153285 0 0 v 28.2215 -41.4975 77.4977 -0.142639 -0.989734 0.0089956 0 0 v 27.461 -41.3265 77.8369 -0.289542 -0.954997 0.0643916 0 0 v 32.6966 -39.6695 75.1978 0.780106 -0.301053 -0.548454 0 0 v 32.2884 -40.0291 74.9002 0.675139 -0.396913 -0.62181 0 0 v 32.0247 -39.6695 74.4693 0.603947 -0.300626 -0.738155 0 0 v 33.1625 -39.6695 76.0804 0.891802 -0.301669 -0.337172 0 0 v 32.8393 -40.0298 75.6866 0.810253 -0.401599 -0.426859 0 0 v 32.5249 -40.62 75.8509 0.681767 -0.64025 -0.35394 0 0 v 32.458 -40.3449 75.3665 0.704714 -0.51225 -0.490896 0 0 v 32.8852 -40.3472 76.1852 0.799356 -0.51932 -0.302219 0 0 v 31.8421 -40.3427 74.6924 0.546537 -0.505055 -0.667995 0 0 v 32.0369 -40.6125 75.1312 0.576063 -0.627507 -0.523818 0 0 v 33.3751 -39.6695 78.0412 0.941235 -0.300622 0.153957 0 0 v 33.2878 -40.0291 77.5437 0.917644 -0.396919 0.0196052 0 0 v 33.3971 -39.6695 77.0505 0.947825 -0.301057 -0.104843 0 0 v 32.9464 -40.6125 77.5368 0.778524 -0.627506 0.0116803 0 0 v 33.1065 -40.3449 77.0818 0.853215 -0.512246 -0.0981228 0 0 v 33.0907 -40.3427 77.9947 0.851766 -0.505061 0.139316 0 0 v 33.1807 -40.0298 76.5895 0.889987 -0.4016 -0.215967 0 0 v 32.8362 -40.62 76.6743 0.745397 -0.640249 -0.185644 0 0 v 32.185 -41.1809 77.237 0.416436 -0.907782 -0.0501344 0 0 v 32.5031 -41.0163 77.5395 0.554026 -0.832492 0.00355898 0 0 v 32.2588 -41.1414 77.8586 0.440229 -0.894993 0.0720074 0 0 v 31.9455 -41.2091 76.5405 0.372808 -0.91714 -0.140952 0 0 v 32.3638 -41.0434 76.8016 0.511713 -0.84924 -0.130161 0 0 v 32.7024 -40.8435 77.1321 0.6577 -0.748746 -0.0825247 0 0 v 32.4874 -40.8548 76.3356 0.609115 -0.758909 -0.230294 0 0 v 32.7065 -40.8323 77.9319 0.667907 -0.736183 0.109249 0 0 v 31.3084 -41.1414 75.3448 0.282477 -0.894992 -0.345248 0 0 v 31.7027 -41.0163 75.4225 0.41309 -0.832493 -0.369203 0 0 v 31.6643 -41.1809 75.8598 0.345442 -0.907781 -0.237916 0 0 v 32.1216 -40.8435 75.5962 0.547786 -0.748746 -0.373244 0 0 v 31.5956 -40.8323 74.9937 0.428558 -0.736184 -0.523805 0 0 v 32.0864 -41.0434 76.0679 0.469829 -0.84924 -0.240941 0 0 v 33.0803 -39.6695 78.9874 0.865028 -0.301057 0.401362 0 0 v 33.1338 -40.0291 78.4851 0.876072 -0.396912 0.273786 0 0 v 32.5488 -39.6695 79.8321 0.7379 -0.301669 0.603738 0 0 v 32.7283 -40.0298 79.3554 0.774797 -0.401603 0.488268 0 0 v 32.4288 -40.62 79.1652 0.647406 -0.640249 0.413457 0 0 v 32.8148 -40.3449 78.8651 0.777486 -0.512248 0.364854 0 0 v 32.3194 -40.3472 79.6445 0.661411 -0.519318 0.541151 0 0 v 32.8081 -40.6125 78.3828 0.74167 -0.627511 0.236973 0 0 v 30.957 -39.6695 80.9967 0.337289 -0.300625 0.892111 0 0 v 31.3443 -40.0291 80.6723 0.441842 -0.396921 0.804506 0 0 v 31.826 -39.6695 80.5203 0.56471 -0.301056 0.768419 0 0 v 31.1795 -40.6125 80.3733 0.379151 -0.627506 0.680059 0 0 v 31.6536 -40.3449 80.2844 0.511582 -0.512248 0.689845 0 0 v 30.8551 -40.3427 80.7271 0.305232 -0.505056 0.807311 0 0 v 32.1171 -40.0298 80.1024 0.632024 -0.401599 0.66277 0 0 v 31.8714 -40.62 79.8465 0.533465 -0.640253 0.552713 0 0 v 31.0584 -41.1809 79.5639 0.251637 -0.907782 0.335576 0 0 v 30.9555 -41.0163 79.9907 0.273929 -0.832493 0.481579 0 0 v 30.557 -41.1414 79.9386 0.157756 -0.894992 0.417256 0 0 v 31.5419 -41.2091 79.0083 0.308468 -0.917142 0.252386 0 0 v 31.5249 -41.0434 79.5011 0.368576 -0.84924 0.378078 0 0 v 31.4079 -40.8435 79.9595 0.40032 -0.748745 0.528323 0 0 v 31.9903 -40.8548 79.3752 0.503997 -0.75891 0.412362 0 0 v 30.7174 -40.8323 80.363 0.239338 -0.736187 0.633045 0 0 v 32.3887 -41.0163 78.239 0.526288 -0.832492 0.173142 0 0 v 31.9908 -41.1809 78.4244 0.37876 -0.907783 0.1802 0 0 v 32.4478 -40.8435 78.6886 0.597136 -0.748743 0.287773 0 0 v 32.0216 -41.0434 78.894 0.443575 -0.849239 0.286415 0 0 v 29.9902 -39.6695 81.2144 0.0849211 -0.301051 0.949819 0 0 v 30.452 -40.0291 81.0097 0.200934 -0.396917 0.89559 0 0 v 28.9929 -39.6695 81.1766 -0.153904 -0.301666 0.94091 0 0 v 29.4955 -40.0298 81.0936 -0.0354563 -0.401606 0.915126 0 0 v 29.5104 -40.62 80.7392 -0.0343617 -0.640249 0.767399 0 0 v 29.9633 -40.3449 80.9234 0.0727678 -0.51225 0.855748 0 0 v 29.0407 -40.3472 80.8841 -0.137944 -0.51932 0.843373 0 0 v 30.3777 -40.6125 80.6764 0.165608 -0.627513 0.76079 0 0 v 27.1884 -39.6695 80.3803 -0.603949 -0.300624 0.738154 0 0 v 27.663 -40.0291 80.5535 -0.475802 -0.39692 0.784899 0 0 v 28.0355 -39.6695 80.8947 -0.383115 -0.301056 0.873263 0 0 v 27.8396 -40.6125 80.2612 -0.399376 -0.627507 0.668381 0 0 v 28.1536 -40.3449 80.6274 -0.341632 -0.512251 0.787964 0 0 v 27.3709 -40.3427 80.1572 -0.546535 -0.505062 0.667991 0 0 v 28.5429 -40.0298 80.9378 -0.257962 -0.401598 0.878735 0 0 v 28.6417 -40.62 80.5971 -0.211931 -0.640251 0.738352 0 0 v 28.48 -41.1809 79.7518 -0.164797 -0.907782 0.385712 0 0 v 28.0589 -41.0163 79.876 -0.280101 -0.83249 0.478021 0 0 v 27.9047 -41.1414 79.5048 -0.282477 -0.894992 0.345248 0 0 v 29.2029 -41.2091 79.8926 -0.0643384 -0.917141 0.393337 0 0 v 28.7676 -41.0434 80.1243 -0.143133 -0.84924 0.508236 0 0 v 28.3121 -40.8435 80.2522 -0.257385 -0.748742 0.610851 0 0 v 29.1094 -40.8548 80.4644 -0.105116 -0.758911 0.642655 0 0 v 27.6174 -40.8323 79.8559 -0.428563 -0.736184 0.5238 0 0 v 30.2926 -41.0163 80.2413 0.1132 -0.83249 0.542352 0 0 v 29.933 -41.1809 79.9894 0.0333214 -0.907783 0.418115 0 0 v 29.9326 -40.8435 80.5173 0.049349 -0.748745 0.661019 0 0 v 29.5417 -41.0434 80.2509 -0.0262547 -0.849239 0.527356 0 0 v 26.5165 -39.6695 79.6519 -0.780106 -0.301051 0.548455 0 0 v 26.9247 -40.0291 79.9494 -0.67514 -0.396913 0.621808 0 0 v 26.0506 -39.6695 78.7692 -0.891802 -0.301669 0.337172 0 0 v 26.3737 -40.0298 79.163 -0.810252 -0.401599 0.42686 0 0 v 26.6882 -40.62 78.9987 -0.681767 -0.640251 0.353938 0 0 v 26.7551 -40.3449 79.4831 -0.704714 -0.512248 0.490898 0 0 v 26.3278 -40.3472 78.6644 -0.799355 -0.519322 0.30222 0 0 v 27.1762 -40.6125 79.7185 -0.576058 -0.62751 0.523821 0 0 v 25.8379 -39.6695 76.8084 -0.941234 -0.300626 -0.153955 0 0 v 25.9253 -40.0291 77.306 -0.917645 -0.396917 -0.0196086 0 0 v 25.816 -39.6695 77.7992 -0.947826 -0.301055 0.104843 0 0 v 26.2666 -40.6125 77.3128 -0.778523 -0.627507 -0.0116785 0 0 v 26.1066 -40.3449 77.7679 -0.853214 -0.512248 0.0981227 0 0 v 26.1224 -40.3427 76.8549 -0.851767 -0.505057 -0.139321 0 0 v 26.0324 -40.0298 78.2602 -0.889988 -0.401598 0.215965 0 0 v 26.3769 -40.62 78.1754 -0.745396 -0.640251 0.185642 0 0 v 27.0281 -41.1809 77.6127 -0.416436 -0.907782 0.0501344 0 0 v 26.71 -41.0163 77.3101 -0.554025 -0.832492 -0.0035613 0 0 v 26.9543 -41.1414 76.991 -0.440232 -0.894992 -0.0720074 0 0 v 27.2675 -41.2091 78.3091 -0.372807 -0.917141 0.140951 0 0 v 26.8492 -41.0434 78.048 -0.511713 -0.849239 0.130161 0 0 v 26.5107 -40.8435 77.7175 -0.657702 -0.748744 0.082525 0 0 v 26.7256 -40.8548 78.514 -0.609115 -0.75891 0.230293 0 0 v 26.5066 -40.8323 76.9178 -0.667906 -0.736184 -0.109247 0 0 v 27.5104 -41.0163 79.4272 -0.413091 -0.832491 0.369209 0 0 v 27.5488 -41.1809 78.9898 -0.345441 -0.907782 0.237915 0 0 v 27.0914 -40.8435 79.2535 -0.547783 -0.748747 0.373245 0 0 v 27.1266 -41.0434 78.7817 -0.469829 -0.84924 0.240941 0 0 v 26.1328 -39.6695 75.8623 -0.865027 -0.301057 -0.401363 0 0 v 26.0792 -40.0291 76.3646 -0.876071 -0.396916 -0.273783 0 0 v 26.6643 -39.6695 75.0175 -0.737899 -0.30167 -0.603738 0 0 v 26.4848 -40.0298 75.4942 -0.774798 -0.4016 -0.488269 0 0 v 26.7843 -40.62 75.6844 -0.647405 -0.640251 -0.413456 0 0 v 26.3982 -40.3449 75.9845 -0.777487 -0.512248 -0.364851 0 0 v 26.8936 -40.3472 75.2052 -0.661408 -0.519318 -0.541155 0 0 v 26.405 -40.6125 76.4669 -0.741673 -0.627507 -0.236974 0 0 v 28.2561 -39.6695 73.8529 -0.337289 -0.300626 -0.89211 0 0 v 27.8688 -40.0291 74.1773 -0.44184 -0.396921 -0.804507 0 0 v 27.3871 -39.6695 74.3293 -0.564711 -0.301056 -0.768418 0 0 v 28.0336 -40.6125 74.4764 -0.379145 -0.627509 -0.68006 0 0 v 27.5595 -40.3449 74.5653 -0.511587 -0.512242 -0.689846 0 0 v 28.358 -40.3427 74.1225 -0.305233 -0.505054 -0.807312 0 0 v 27.096 -40.0298 74.7472 -0.632024 -0.401601 -0.662769 0 0 v 27.3417 -40.62 75.0031 -0.533471 -0.640248 -0.552712 0 0 v 28.1546 -41.1809 75.2858 -0.251635 -0.907783 -0.335573 0 0 v 28.2576 -41.0163 74.859 -0.273928 -0.832489 -0.481586 0 0 v 28.6561 -41.1414 74.911 -0.157756 -0.894992 -0.417256 0 0 v 27.6712 -41.2091 75.8414 -0.30847 -0.917141 -0.252387 0 0 v 27.6882 -41.0434 75.3485 -0.368579 -0.84924 -0.378075 0 0 v 27.8051 -40.8435 74.8901 -0.400317 -0.748745 -0.528324 0 0 v 27.2228 -40.8548 75.4745 -0.503998 -0.75891 -0.412362 0 0 v 28.4957 -40.8323 74.4867 -0.239344 -0.736186 -0.633044 0 0 v 26.8244 -41.0163 76.6107 -0.526288 -0.832492 -0.173142 0 0 v 27.2223 -41.1809 76.4252 -0.37876 -0.907782 -0.180201 0 0 v 26.7653 -40.8435 76.161 -0.597133 -0.748744 -0.287775 0 0 v 27.1915 -41.0434 75.9556 -0.443577 -0.849239 -0.286414 0 0 v 29.2229 -39.6695 73.6352 -0.0849211 -0.30105 -0.949819 0 0 v 28.7611 -40.0291 73.84 -0.200936 -0.396917 -0.89559 0 0 v 30.2202 -39.6695 73.6731 0.153903 -0.301674 -0.940907 0 0 v 29.7176 -40.0298 73.756 0.0354565 -0.401599 -0.915129 0 0 v 29.7027 -40.62 74.1105 0.0343616 -0.640253 -0.767395 0 0 v 29.2497 -40.3449 73.9262 -0.0727727 -0.512251 -0.855747 0 0 v 30.1723 -40.3472 73.9656 0.137951 -0.519319 -0.843373 0 0 v 28.8354 -40.6125 74.1733 -0.165609 -0.627509 -0.760793 0 0 v 31.5501 -40.0291 74.2962 0.475803 -0.39692 -0.784898 0 0 v 31.1776 -39.6695 73.9549 0.383115 -0.301056 -0.873263 0 0 v 31.3735 -40.6125 74.5884 0.399375 -0.62751 -0.668379 0 0 v 31.0594 -40.3449 74.2222 0.341631 -0.512244 -0.787968 0 0 v 30.6702 -40.0298 73.9118 0.257962 -0.4016 -0.878734 0 0 v 30.5714 -40.62 74.2526 0.211926 -0.640248 -0.738357 0 0 v 30.7331 -41.1809 75.0979 0.164798 -0.907782 -0.385712 0 0 v 31.1542 -41.0163 74.9737 0.280098 -0.832488 -0.478027 0 0 v 30.0102 -41.2091 74.957 0.0643386 -0.917141 -0.393337 0 0 v 30.4455 -41.0434 74.7253 0.143133 -0.849241 -0.508236 0 0 v 30.9009 -40.8435 74.5974 0.257386 -0.748747 -0.610844 0 0 v 30.1037 -40.8548 74.3853 0.105116 -0.758911 -0.642655 0 0 v 28.9205 -41.0163 74.6083 -0.1132 -0.832491 -0.542351 0 0 v 29.2801 -41.1809 74.8602 -0.0333209 -0.907781 -0.418119 0 0 v 29.2804 -40.8435 74.3323 -0.0493464 -0.748744 -0.66102 0 0 v 29.6714 -41.0434 74.5987 0.0262547 -0.849239 -0.527356 0 0 t 5 482 242 t 242 485 5 t 122 483 242 t 242 482 122 t 62 484 242 t 242 483 62 t 125 485 242 t 242 484 125 t 36 486 243 t 243 488 36 t 123 487 243 t 243 486 123 t 62 483 243 t 243 487 62 t 122 488 243 t 243 483 122 t 18 489 244 t 244 491 18 t 124 490 244 t 244 489 124 t 62 487 244 t 244 490 62 t 123 491 244 t 244 487 123 t 37 492 245 t 245 493 37 t 125 484 245 t 245 492 125 t 62 490 245 t 245 484 62 t 124 493 245 t 245 490 124 t 4 494 246 t 246 497 4 t 126 495 246 t 246 494 126 t 63 496 246 t 246 495 63 t 128 497 246 t 246 496 128 t 35 498 247 t 247 500 35 t 127 499 247 t 247 498 127 t 63 495 247 t 247 499 63 t 126 500 247 t 247 495 126 t 18 491 248 t 248 502 18 t 123 501 248 t 248 491 123 t 63 499 248 t 248 501 63 t 127 502 248 t 248 499 127 t 36 503 249 t 249 486 36 t 128 496 249 t 249 503 128 t 63 501 249 t 249 496 63 t 123 486 249 t 249 501 123 t 3 504 250 t 250 507 3 t 129 505 250 t 250 504 129 t 64 506 250 t 250 505 64 t 131 507 250 t 250 506 131 t 34 508 251 t 251 510 34 t 130 509 251 t 251 508 130 t 64 505 251 t 251 509 64 t 129 510 251 t 251 505 129 t 18 502 252 t 252 512 18 t 127 511 252 t 252 502 127 t 64 509 252 t 252 511 64 t 130 512 252 t 252 509 130 t 35 513 253 t 253 498 35 t 131 506 253 t 253 513 131 t 64 511 253 t 253 506 64 t 127 498 253 t 253 511 127 t 2 514 254 t 254 517 2 t 132 515 254 t 254 514 132 t 65 516 254 t 254 515 65 t 134 517 254 t 254 516 134 t 33 518 255 t 255 520 33 t 133 519 255 t 255 518 133 t 65 515 255 t 255 519 65 t 132 520 255 t 255 515 132 t 18 512 256 t 256 522 18 t 130 521 256 t 256 512 130 t 65 519 256 t 256 521 65 t 133 522 256 t 256 519 133 t 34 523 257 t 257 508 34 t 134 516 257 t 257 523 134 t 65 521 257 t 257 516 65 t 130 508 257 t 257 521 130 t 1 524 258 t 258 527 1 t 135 525 258 t 258 524 135 t 66 526 258 t 258 525 66 t 137 527 258 t 258 526 137 t 32 528 259 t 259 530 32 t 136 529 259 t 259 528 136 t 66 525 259 t 259 529 66 t 135 530 259 t 259 525 135 t 18 522 260 t 260 532 18 t 133 531 260 t 260 522 133 t 66 529 260 t 260 531 66 t 136 532 260 t 260 529 136 t 33 533 261 t 261 518 33 t 137 526 261 t 261 533 137 t 66 531 261 t 261 526 66 t 133 518 261 t 261 531 133 t 0 534 262 t 262 537 0 t 138 535 262 t 262 534 138 t 67 536 262 t 262 535 67 t 139 537 262 t 262 536 139 t 37 493 263 t 263 539 37 t 124 538 263 t 263 493 124 t 67 535 263 t 263 538 67 t 138 539 263 t 263 535 138 t 18 532 264 t 264 489 18 t 136 540 264 t 264 532 136 t 67 538 264 t 264 540 67 t 124 489 264 t 264 538 124 t 32 541 265 t 265 528 32 t 139 536 265 t 265 541 139 t 67 540 265 t 265 536 67 t 136 528 265 t 265 540 136 t 0 537 266 t 266 544 0 t 139 542 266 t 266 537 139 t 68 543 266 t 266 542 68 t 142 544 266 t 266 543 142 t 32 545 267 t 267 541 32 t 140 546 267 t 267 545 140 t 68 542 267 t 267 546 68 t 139 541 267 t 267 542 139 t 19 547 268 t 268 549 19 t 141 548 268 t 268 547 141 t 68 546 268 t 268 548 68 t 140 549 268 t 268 546 140 t 39 550 269 t 269 551 39 t 142 543 269 t 269 550 142 t 68 548 269 t 269 543 68 t 141 551 269 t 269 548 141 t 1 552 270 t 270 524 1 t 143 553 270 t 270 552 143 t 69 554 270 t 270 553 69 t 135 524 270 t 270 554 135 t 40 555 271 t 271 557 40 t 144 556 271 t 271 555 144 t 69 553 271 t 271 556 69 t 143 557 271 t 271 553 143 t 19 549 272 t 272 559 19 t 140 558 272 t 272 549 140 t 69 556 272 t 272 558 69 t 144 559 272 t 272 556 144 t 32 530 273 t 273 545 32 t 135 554 273 t 273 530 135 t 69 558 273 t 273 554 69 t 140 545 273 t 273 558 140 t 7 560 274 t 274 563 7 t 145 561 274 t 274 560 145 t 70 562 274 t 274 561 70 t 147 563 274 t 274 562 147 t 38 564 275 t 275 566 38 t 146 565 275 t 275 564 146 t 70 561 275 t 275 565 70 t 145 566 275 t 275 561 145 t 19 559 276 t 276 568 19 t 144 567 276 t 276 559 144 t 70 565 276 t 276 567 70 t 146 568 276 t 276 565 146 t 40 569 277 t 277 555 40 t 147 562 277 t 277 569 147 t 70 567 277 t 277 562 70 t 144 555 277 t 277 567 144 t 6 570 278 t 278 573 6 t 148 571 278 t 278 570 148 t 71 572 278 t 278 571 71 t 149 573 278 t 278 572 149 t 39 551 279 t 279 575 39 t 141 574 279 t 279 551 141 t 71 571 279 t 279 574 71 t 148 575 279 t 279 571 148 t 19 568 280 t 280 547 19 t 146 576 280 t 280 568 146 t 71 574 280 t 280 576 71 t 141 547 280 t 280 574 141 t 38 577 281 t 281 564 38 t 149 572 281 t 281 577 149 t 71 576 281 t 281 572 71 t 146 564 281 t 281 576 146 t 1 527 282 t 282 552 1 t 137 578 282 t 282 527 137 t 72 579 282 t 282 578 72 t 143 552 282 t 282 579 143 t 33 580 283 t 283 533 33 t 150 581 283 t 283 580 150 t 72 578 283 t 283 581 72 t 137 533 283 t 283 578 137 t 20 582 284 t 284 584 20 t 151 583 284 t 284 582 151 t 72 581 284 t 284 583 72 t 150 584 284 t 284 581 150 t 40 557 285 t 285 585 40 t 143 579 285 t 285 557 143 t 72 583 285 t 285 579 72 t 151 585 285 t 285 583 151 t 2 586 286 t 286 514 2 t 152 587 286 t 286 586 152 t 73 588 286 t 286 587 73 t 132 514 286 t 286 588 132 t 42 589 287 t 287 591 42 t 153 590 287 t 287 589 153 t 73 587 287 t 287 590 73 t 152 591 287 t 287 587 152 t 20 584 288 t 288 593 20 t 150 592 288 t 288 584 150 t 73 590 288 t 288 592 73 t 153 593 288 t 288 590 153 t 33 520 289 t 289 580 33 t 132 588 289 t 289 520 132 t 73 592 289 t 289 588 73 t 150 580 289 t 289 592 150 t 8 594 290 t 290 597 8 t 154 595 290 t 290 594 154 t 74 596 290 t 290 595 74 t 156 597 290 t 290 596 156 t 41 598 291 t 291 600 41 t 155 599 291 t 291 598 155 t 74 595 291 t 291 599 74 t 154 600 291 t 291 595 154 t 20 593 292 t 292 602 20 t 153 601 292 t 292 593 153 t 74 599 292 t 292 601 74 t 155 602 292 t 292 599 155 t 42 603 293 t 293 589 42 t 156 596 293 t 293 603 156 t 74 601 293 t 293 596 74 t 153 589 293 t 293 601 153 t 7 563 294 t 294 606 7 t 147 604 294 t 294 563 147 t 75 605 294 t 294 604 75 t 157 606 294 t 294 605 157 t 40 585 295 t 295 569 40 t 151 607 295 t 295 585 151 t 75 604 295 t 295 607 75 t 147 569 295 t 295 604 147 t 20 602 296 t 296 582 20 t 155 608 296 t 296 602 155 t 75 607 296 t 296 608 75 t 151 582 296 t 296 607 151 t 41 609 297 t 297 598 41 t 157 605 297 t 297 609 157 t 75 608 297 t 297 605 75 t 155 598 297 t 297 608 155 t 2 517 298 t 298 586 2 t 134 610 298 t 298 517 134 t 76 611 298 t 298 610 76 t 152 586 298 t 298 611 152 t 34 612 299 t 299 523 34 t 158 613 299 t 299 612 158 t 76 610 299 t 299 613 76 t 134 523 299 t 299 610 134 t 21 614 300 t 300 616 21 t 159 615 300 t 300 614 159 t 76 613 300 t 300 615 76 t 158 616 300 t 300 613 158 t 42 591 301 t 301 617 42 t 152 611 301 t 301 591 152 t 76 615 301 t 301 611 76 t 159 617 301 t 301 615 159 t 3 618 302 t 302 504 3 t 160 619 302 t 302 618 160 t 77 620 302 t 302 619 77 t 129 504 302 t 302 620 129 t 44 621 303 t 303 623 44 t 161 622 303 t 303 621 161 t 77 619 303 t 303 622 77 t 160 623 303 t 303 619 160 t 21 616 304 t 304 625 21 t 158 624 304 t 304 616 158 t 77 622 304 t 304 624 77 t 161 625 304 t 304 622 161 t 34 510 305 t 305 612 34 t 129 620 305 t 305 510 129 t 77 624 305 t 305 620 77 t 158 612 305 t 305 624 158 t 9 626 306 t 306 629 9 t 162 627 306 t 306 626 162 t 78 628 306 t 306 627 78 t 164 629 306 t 306 628 164 t 43 630 307 t 307 632 43 t 163 631 307 t 307 630 163 t 78 627 307 t 307 631 78 t 162 632 307 t 307 627 162 t 21 625 308 t 308 634 21 t 161 633 308 t 308 625 161 t 78 631 308 t 308 633 78 t 163 634 308 t 308 631 163 t 44 635 309 t 309 621 44 t 164 628 309 t 309 635 164 t 78 633 309 t 309 628 78 t 161 621 309 t 309 633 161 t 8 597 310 t 310 638 8 t 156 636 310 t 310 597 156 t 79 637 310 t 310 636 79 t 165 638 310 t 310 637 165 t 42 617 311 t 311 603 42 t 159 639 311 t 311 617 159 t 79 636 311 t 311 639 79 t 156 603 311 t 311 636 156 t 21 634 312 t 312 614 21 t 163 640 312 t 312 634 163 t 79 639 312 t 312 640 79 t 159 614 312 t 312 639 159 t 43 641 313 t 313 630 43 t 165 637 313 t 313 641 165 t 79 640 313 t 313 637 79 t 163 630 313 t 313 640 163 t 3 507 314 t 314 618 3 t 131 642 314 t 314 507 131 t 80 643 314 t 314 642 80 t 160 618 314 t 314 643 160 t 35 644 315 t 315 513 35 t 166 645 315 t 315 644 166 t 80 642 315 t 315 645 80 t 131 513 315 t 315 642 131 t 22 646 316 t 316 648 22 t 167 647 316 t 316 646 167 t 80 645 316 t 316 647 80 t 166 648 316 t 316 645 166 t 44 623 317 t 317 649 44 t 160 643 317 t 317 623 160 t 80 647 317 t 317 643 80 t 167 649 317 t 317 647 167 t 4 650 318 t 318 494 4 t 168 651 318 t 318 650 168 t 81 652 318 t 318 651 81 t 126 494 318 t 318 652 126 t 46 653 319 t 319 655 46 t 169 654 319 t 319 653 169 t 81 651 319 t 319 654 81 t 168 655 319 t 319 651 168 t 22 648 320 t 320 657 22 t 166 656 320 t 320 648 166 t 81 654 320 t 320 656 81 t 169 657 320 t 320 654 169 t 35 500 321 t 321 644 35 t 126 652 321 t 321 500 126 t 81 656 321 t 321 652 81 t 166 644 321 t 321 656 166 t 10 658 322 t 322 661 10 t 170 659 322 t 322 658 170 t 82 660 322 t 322 659 82 t 172 661 322 t 322 660 172 t 45 662 323 t 323 664 45 t 171 663 323 t 323 662 171 t 82 659 323 t 323 663 82 t 170 664 323 t 323 659 170 t 22 657 324 t 324 666 22 t 169 665 324 t 324 657 169 t 82 663 324 t 324 665 82 t 171 666 324 t 324 663 171 t 46 667 325 t 325 653 46 t 172 660 325 t 325 667 172 t 82 665 325 t 325 660 82 t 169 653 325 t 325 665 169 t 9 629 326 t 326 670 9 t 164 668 326 t 326 629 164 t 83 669 326 t 326 668 83 t 173 670 326 t 326 669 173 t 44 649 327 t 327 635 44 t 167 671 327 t 327 649 167 t 83 668 327 t 327 671 83 t 164 635 327 t 327 668 164 t 22 666 328 t 328 646 22 t 171 672 328 t 328 666 171 t 83 671 328 t 328 672 83 t 167 646 328 t 328 671 167 t 45 673 329 t 329 662 45 t 173 669 329 t 329 673 173 t 83 672 329 t 329 669 83 t 171 662 329 t 329 672 171 t 4 497 330 t 330 650 4 t 128 674 330 t 330 497 128 t 84 675 330 t 330 674 84 t 168 650 330 t 330 675 168 t 36 676 331 t 331 503 36 t 174 677 331 t 331 676 174 t 84 674 331 t 331 677 84 t 128 503 331 t 331 674 128 t 23 678 332 t 332 680 23 t 175 679 332 t 332 678 175 t 84 677 332 t 332 679 84 t 174 680 332 t 332 677 174 t 46 655 333 t 333 681 46 t 168 675 333 t 333 655 168 t 84 679 333 t 333 675 84 t 175 681 333 t 333 679 175 t 5 682 334 t 334 482 5 t 176 683 334 t 334 682 176 t 85 684 334 t 334 683 85 t 122 482 334 t 334 684 122 t 48 685 335 t 335 687 48 t 177 686 335 t 335 685 177 t 85 683 335 t 335 686 85 t 176 687 335 t 335 683 176 t 23 680 336 t 336 689 23 t 174 688 336 t 336 680 174 t 85 686 336 t 336 688 85 t 177 689 336 t 336 686 177 t 36 488 337 t 337 676 36 t 122 684 337 t 337 488 122 t 85 688 337 t 337 684 85 t 174 676 337 t 337 688 174 t 11 690 338 t 338 693 11 t 178 691 338 t 338 690 178 t 86 692 338 t 338 691 86 t 180 693 338 t 338 692 180 t 47 694 339 t 339 696 47 t 179 695 339 t 339 694 179 t 86 691 339 t 339 695 86 t 178 696 339 t 339 691 178 t 23 689 340 t 340 698 23 t 177 697 340 t 340 689 177 t 86 695 340 t 340 697 86 t 179 698 340 t 340 695 179 t 48 699 341 t 341 685 48 t 180 692 341 t 341 699 180 t 86 697 341 t 341 692 86 t 177 685 341 t 341 697 177 t 10 661 342 t 342 702 10 t 172 700 342 t 342 661 172 t 87 701 342 t 342 700 87 t 181 702 342 t 342 701 181 t 46 681 343 t 343 667 46 t 175 703 343 t 343 681 175 t 87 700 343 t 343 703 87 t 172 667 343 t 343 700 172 t 23 698 344 t 344 678 23 t 179 704 344 t 344 698 179 t 87 703 344 t 344 704 87 t 175 678 344 t 344 703 175 t 47 705 345 t 345 694 47 t 181 701 345 t 345 705 181 t 87 704 345 t 345 701 87 t 179 694 345 t 345 704 179 t 5 485 346 t 346 682 5 t 125 706 346 t 346 485 125 t 88 707 346 t 346 706 88 t 176 682 346 t 346 707 176 t 37 708 347 t 347 492 37 t 182 709 347 t 347 708 182 t 88 706 347 t 347 709 88 t 125 492 347 t 347 706 125 t 24 710 348 t 348 712 24 t 183 711 348 t 348 710 183 t 88 709 348 t 348 711 88 t 182 712 348 t 348 709 182 t 48 687 349 t 349 713 48 t 176 707 349 t 349 687 176 t 88 711 349 t 349 707 88 t 183 713 349 t 349 711 183 t 0 544 350 t 350 534 0 t 142 714 350 t 350 544 142 t 89 715 350 t 350 714 89 t 138 534 350 t 350 715 138 t 39 716 351 t 351 550 39 t 184 717 351 t 351 716 184 t 89 714 351 t 351 717 89 t 142 550 351 t 351 714 142 t 24 712 352 t 352 719 24 t 182 718 352 t 352 712 182 t 89 717 352 t 352 718 89 t 184 719 352 t 352 717 184 t 37 539 353 t 353 708 37 t 138 715 353 t 353 539 138 t 89 718 353 t 353 715 89 t 182 708 353 t 353 718 182 t 6 720 354 t 354 570 6 t 185 721 354 t 354 720 185 t 90 722 354 t 354 721 90 t 148 570 354 t 354 722 148 t 49 723 355 t 355 725 49 t 186 724 355 t 355 723 186 t 90 721 355 t 355 724 90 t 185 725 355 t 355 721 185 t 24 719 356 t 356 727 24 t 184 726 356 t 356 719 184 t 90 724 356 t 356 726 90 t 186 727 356 t 356 724 186 t 39 575 357 t 357 716 39 t 148 722 357 t 357 575 148 t 90 726 357 t 357 722 90 t 184 716 357 t 357 726 184 t 11 693 358 t 358 730 11 t 180 728 358 t 358 693 180 t 91 729 358 t 358 728 91 t 187 730 358 t 358 729 187 t 48 713 359 t 359 699 48 t 183 731 359 t 359 713 183 t 91 728 359 t 359 731 91 t 180 699 359 t 359 728 180 t 24 727 360 t 360 710 24 t 186 732 360 t 360 727 186 t 91 731 360 t 360 732 91 t 183 710 360 t 360 731 183 t 49 733 361 t 361 723 49 t 187 729 361 t 361 733 187 t 91 732 361 t 361 729 91 t 186 723 361 t 361 732 186 t 17 734 362 t 362 737 17 t 188 735 362 t 362 734 188 t 92 736 362 t 362 735 92 t 191 737 362 t 362 736 191 t 55 738 363 t 363 740 55 t 189 739 363 t 363 738 189 t 92 735 363 t 363 739 92 t 188 740 363 t 363 735 188 t 25 741 364 t 364 743 25 t 190 742 364 t 364 741 190 t 92 739 364 t 364 742 92 t 189 743 364 t 364 739 189 t 54 744 365 t 365 745 54 t 191 736 365 t 365 744 191 t 92 742 365 t 365 736 92 t 190 745 365 t 365 742 190 t 12 746 366 t 366 749 12 t 192 747 366 t 366 746 192 t 93 748 366 t 366 747 93 t 194 749 366 t 366 748 194 t 50 750 367 t 367 752 50 t 193 751 367 t 367 750 193 t 93 747 367 t 367 751 93 t 192 752 367 t 367 747 192 t 25 743 368 t 368 754 25 t 189 753 368 t 368 743 189 t 93 751 368 t 368 753 93 t 193 754 368 t 368 751 193 t 55 755 369 t 369 738 55 t 194 748 369 t 369 755 194 t 93 753 369 t 369 748 93 t 189 738 369 t 369 753 189 t 13 756 370 t 370 759 13 t 195 757 370 t 370 756 195 t 94 758 370 t 370 757 94 t 197 759 370 t 370 758 197 t 51 760 371 t 371 762 51 t 196 761 371 t 371 760 196 t 94 757 371 t 371 761 94 t 195 762 371 t 371 757 195 t 25 754 372 t 372 764 25 t 193 763 372 t 372 754 193 t 94 761 372 t 372 763 94 t 196 764 372 t 372 761 196 t 50 765 373 t 373 750 50 t 197 758 373 t 373 765 197 t 94 763 373 t 373 758 94 t 193 750 373 t 373 763 193 t 14 766 374 t 374 769 14 t 198 767 374 t 374 766 198 t 95 768 374 t 374 767 95 t 200 769 374 t 374 768 200 t 52 770 375 t 375 772 52 t 199 771 375 t 375 770 199 t 95 767 375 t 375 771 95 t 198 772 375 t 375 767 198 t 25 764 376 t 376 774 25 t 196 773 376 t 376 764 196 t 95 771 376 t 376 773 95 t 199 774 376 t 376 771 199 t 51 775 377 t 377 760 51 t 200 768 377 t 377 775 200 t 95 773 377 t 377 768 95 t 196 760 377 t 377 773 196 t 15 776 378 t 378 779 15 t 201 777 378 t 378 776 201 t 96 778 378 t 378 777 96 t 203 779 378 t 378 778 203 t 53 780 379 t 379 782 53 t 202 781 379 t 379 780 202 t 96 777 379 t 379 781 96 t 201 782 379 t 379 777 201 t 25 774 380 t 380 784 25 t 199 783 380 t 380 774 199 t 96 781 380 t 380 783 96 t 202 784 380 t 380 781 202 t 52 785 381 t 381 770 52 t 203 778 381 t 381 785 203 t 96 783 381 t 381 778 96 t 199 770 381 t 381 783 199 t 16 786 382 t 382 789 16 t 204 787 382 t 382 786 204 t 97 788 382 t 382 787 97 t 205 789 382 t 382 788 205 t 54 745 383 t 383 791 54 t 190 790 383 t 383 745 190 t 97 787 383 t 383 790 97 t 204 791 383 t 383 787 204 t 25 784 384 t 384 741 25 t 202 792 384 t 384 784 202 t 97 790 384 t 384 792 97 t 190 741 384 t 384 790 190 t 53 793 385 t 385 780 53 t 205 788 385 t 385 793 205 t 97 792 385 t 385 788 97 t 202 780 385 t 385 792 202 t 6 573 386 t 386 796 6 t 149 794 386 t 386 573 149 t 98 795 386 t 386 794 98 t 208 796 386 t 386 795 208 t 38 797 387 t 387 577 38 t 206 798 387 t 387 797 206 t 98 794 387 t 387 798 98 t 149 577 387 t 387 794 149 t 26 799 388 t 388 801 26 t 207 800 388 t 388 799 207 t 98 798 388 t 388 800 98 t 206 801 388 t 388 798 206 t 57 802 389 t 389 803 57 t 208 795 389 t 389 802 208 t 98 800 389 t 389 795 98 t 207 803 389 t 389 800 207 t 7 804 390 t 390 560 7 t 209 805 390 t 390 804 209 t 99 806 390 t 390 805 99 t 145 560 390 t 390 806 145 t 56 807 391 t 391 809 56 t 210 808 391 t 391 807 210 t 99 805 391 t 391 808 99 t 209 809 391 t 391 805 209 t 26 801 392 t 392 811 26 t 206 810 392 t 392 801 206 t 99 808 392 t 392 810 99 t 210 811 392 t 392 808 210 t 38 566 393 t 393 797 38 t 145 806 393 t 393 566 145 t 99 810 393 t 393 806 99 t 206 797 393 t 393 810 206 t 13 759 394 t 394 814 13 t 197 812 394 t 394 759 197 t 100 813 394 t 394 812 100 t 212 814 394 t 394 813 212 t 50 815 395 t 395 765 50 t 211 816 395 t 395 815 211 t 100 812 395 t 395 816 100 t 197 765 395 t 395 812 197 t 26 811 396 t 396 818 26 t 210 817 396 t 396 811 210 t 100 816 396 t 396 817 100 t 211 818 396 t 396 816 211 t 56 819 397 t 397 807 56 t 212 813 397 t 397 819 212 t 100 817 397 t 397 813 100 t 210 807 397 t 397 817 210 t 12 820 398 t 398 746 12 t 213 821 398 t 398 820 213 t 101 822 398 t 398 821 101 t 192 746 398 t 398 822 192 t 57 803 399 t 399 824 57 t 207 823 399 t 399 803 207 t 101 821 399 t 399 823 101 t 213 824 399 t 399 821 213 t 26 818 400 t 400 799 26 t 211 825 400 t 400 818 211 t 101 823 400 t 400 825 101 t 207 799 400 t 400 823 207 t 50 752 401 t 401 815 50 t 192 822 401 t 401 752 192 t 101 825 401 t 401 822 101 t 211 815 401 t 401 825 211 t 7 606 402 t 402 804 7 t 157 826 402 t 402 606 157 t 102 827 402 t 402 826 102 t 209 804 402 t 402 827 209 t 41 828 403 t 403 609 41 t 214 829 403 t 403 828 214 t 102 826 403 t 403 829 102 t 157 609 403 t 403 826 157 t 27 830 404 t 404 832 27 t 215 831 404 t 404 830 215 t 102 829 404 t 404 831 102 t 214 832 404 t 404 829 214 t 56 809 405 t 405 833 56 t 209 827 405 t 405 809 209 t 102 831 405 t 405 827 102 t 215 833 405 t 405 831 215 t 8 834 406 t 406 594 8 t 216 835 406 t 406 834 216 t 103 836 406 t 406 835 103 t 154 594 406 t 406 836 154 t 58 837 407 t 407 839 58 t 217 838 407 t 407 837 217 t 103 835 407 t 407 838 103 t 216 839 407 t 407 835 216 t 27 832 408 t 408 841 27 t 214 840 408 t 408 832 214 t 103 838 408 t 408 840 103 t 217 841 408 t 408 838 217 t 41 600 409 t 409 828 41 t 154 836 409 t 409 600 154 t 103 840 409 t 409 836 103 t 214 828 409 t 409 840 214 t 14 769 410 t 410 844 14 t 200 842 410 t 410 769 200 t 104 843 410 t 410 842 104 t 219 844 410 t 410 843 219 t 51 845 411 t 411 775 51 t 218 846 411 t 411 845 218 t 104 842 411 t 411 846 104 t 200 775 411 t 411 842 200 t 27 841 412 t 412 848 27 t 217 847 412 t 412 841 217 t 104 846 412 t 412 847 104 t 218 848 412 t 412 846 218 t 58 849 413 t 413 837 58 t 219 843 413 t 413 849 219 t 104 847 413 t 413 843 104 t 217 837 413 t 413 847 217 t 13 814 414 t 414 756 13 t 212 850 414 t 414 814 212 t 105 851 414 t 414 850 105 t 195 756 414 t 414 851 195 t 56 833 415 t 415 819 56 t 215 852 415 t 415 833 215 t 105 850 415 t 415 852 105 t 212 819 415 t 415 850 212 t 27 848 416 t 416 830 27 t 218 853 416 t 416 848 218 t 105 852 416 t 416 853 105 t 215 830 416 t 416 852 215 t 51 762 417 t 417 845 51 t 195 851 417 t 417 762 195 t 105 853 417 t 417 851 105 t 218 845 417 t 417 853 218 t 8 638 418 t 418 834 8 t 165 854 418 t 418 638 165 t 106 855 418 t 418 854 106 t 216 834 418 t 418 855 216 t 43 856 419 t 419 641 43 t 220 857 419 t 419 856 220 t 106 854 419 t 419 857 106 t 165 641 419 t 419 854 165 t 28 858 420 t 420 860 28 t 221 859 420 t 420 858 221 t 106 857 420 t 420 859 106 t 220 860 420 t 420 857 220 t 58 839 421 t 421 861 58 t 216 855 421 t 421 839 216 t 106 859 421 t 421 855 106 t 221 861 421 t 421 859 221 t 9 862 422 t 422 626 9 t 222 863 422 t 422 862 222 t 107 864 422 t 422 863 107 t 162 626 422 t 422 864 162 t 59 865 423 t 423 867 59 t 223 866 423 t 423 865 223 t 107 863 423 t 423 866 107 t 222 867 423 t 423 863 222 t 28 860 424 t 424 869 28 t 220 868 424 t 424 860 220 t 107 866 424 t 424 868 107 t 223 869 424 t 424 866 223 t 43 632 425 t 425 856 43 t 162 864 425 t 425 632 162 t 107 868 425 t 425 864 107 t 220 856 425 t 425 868 220 t 15 779 426 t 426 872 15 t 203 870 426 t 426 779 203 t 108 871 426 t 426 870 108 t 225 872 426 t 426 871 225 t 52 873 427 t 427 785 52 t 224 874 427 t 427 873 224 t 108 870 427 t 427 874 108 t 203 785 427 t 427 870 203 t 28 869 428 t 428 876 28 t 223 875 428 t 428 869 223 t 108 874 428 t 428 875 108 t 224 876 428 t 428 874 224 t 59 877 429 t 429 865 59 t 225 871 429 t 429 877 225 t 108 875 429 t 429 871 108 t 223 865 429 t 429 875 223 t 14 844 430 t 430 766 14 t 219 878 430 t 430 844 219 t 109 879 430 t 430 878 109 t 198 766 430 t 430 879 198 t 58 861 431 t 431 849 58 t 221 880 431 t 431 861 221 t 109 878 431 t 431 880 109 t 219 849 431 t 431 878 219 t 28 876 432 t 432 858 28 t 224 881 432 t 432 876 224 t 109 880 432 t 432 881 109 t 221 858 432 t 432 880 221 t 52 772 433 t 433 873 52 t 198 879 433 t 433 772 198 t 109 881 433 t 433 879 109 t 224 873 433 t 433 881 224 t 9 670 434 t 434 862 9 t 173 882 434 t 434 670 173 t 110 883 434 t 434 882 110 t 222 862 434 t 434 883 222 t 45 884 435 t 435 673 45 t 226 885 435 t 435 884 226 t 110 882 435 t 435 885 110 t 173 673 435 t 435 882 173 t 29 886 436 t 436 888 29 t 227 887 436 t 436 886 227 t 110 885 436 t 436 887 110 t 226 888 436 t 436 885 226 t 59 867 437 t 437 889 59 t 222 883 437 t 437 867 222 t 110 887 437 t 437 883 110 t 227 889 437 t 437 887 227 t 10 890 438 t 438 658 10 t 228 891 438 t 438 890 228 t 111 892 438 t 438 891 111 t 170 658 438 t 438 892 170 t 60 893 439 t 439 895 60 t 229 894 439 t 439 893 229 t 111 891 439 t 439 894 111 t 228 895 439 t 439 891 228 t 29 888 440 t 440 897 29 t 226 896 440 t 440 888 226 t 111 894 440 t 440 896 111 t 229 897 440 t 440 894 229 t 45 664 441 t 441 884 45 t 170 892 441 t 441 664 170 t 111 896 441 t 441 892 111 t 226 884 441 t 441 896 226 t 16 789 442 t 442 900 16 t 205 898 442 t 442 789 205 t 112 899 442 t 442 898 112 t 231 900 442 t 442 899 231 t 53 901 443 t 443 793 53 t 230 902 443 t 443 901 230 t 112 898 443 t 443 902 112 t 205 793 443 t 443 898 205 t 29 897 444 t 444 904 29 t 229 903 444 t 444 897 229 t 112 902 444 t 444 903 112 t 230 904 444 t 444 902 230 t 60 905 445 t 445 893 60 t 231 899 445 t 445 905 231 t 112 903 445 t 445 899 112 t 229 893 445 t 445 903 229 t 15 872 446 t 446 776 15 t 225 906 446 t 446 872 225 t 113 907 446 t 446 906 113 t 201 776 446 t 446 907 201 t 59 889 447 t 447 877 59 t 227 908 447 t 447 889 227 t 113 906 447 t 447 908 113 t 225 877 447 t 447 906 225 t 29 904 448 t 448 886 29 t 230 909 448 t 448 904 230 t 113 908 448 t 448 909 113 t 227 886 448 t 448 908 227 t 53 782 449 t 449 901 53 t 201 907 449 t 449 782 201 t 113 909 449 t 449 907 113 t 230 901 449 t 449 909 230 t 10 702 450 t 450 890 10 t 181 910 450 t 450 702 181 t 114 911 450 t 450 910 114 t 228 890 450 t 450 911 228 t 47 912 451 t 451 705 47 t 232 913 451 t 451 912 232 t 114 910 451 t 451 913 114 t 181 705 451 t 451 910 181 t 30 914 452 t 452 916 30 t 233 915 452 t 452 914 233 t 114 913 452 t 452 915 114 t 232 916 452 t 452 913 232 t 60 895 453 t 453 917 60 t 228 911 453 t 453 895 228 t 114 915 453 t 453 911 114 t 233 917 453 t 453 915 233 t 11 918 454 t 454 690 11 t 234 919 454 t 454 918 234 t 115 920 454 t 454 919 115 t 178 690 454 t 454 920 178 t 61 921 455 t 455 923 61 t 235 922 455 t 455 921 235 t 115 919 455 t 455 922 115 t 234 923 455 t 455 919 234 t 30 916 456 t 456 925 30 t 232 924 456 t 456 916 232 t 115 922 456 t 456 924 115 t 235 925 456 t 456 922 235 t 47 696 457 t 457 912 47 t 178 920 457 t 457 696 178 t 115 924 457 t 457 920 115 t 232 912 457 t 457 924 232 t 17 737 458 t 458 928 17 t 191 926 458 t 458 737 191 t 116 927 458 t 458 926 116 t 237 928 458 t 458 927 237 t 54 929 459 t 459 744 54 t 236 930 459 t 459 929 236 t 116 926 459 t 459 930 116 t 191 744 459 t 459 926 191 t 30 925 460 t 460 932 30 t 235 931 460 t 460 925 235 t 116 930 460 t 460 931 116 t 236 932 460 t 460 930 236 t 61 933 461 t 461 921 61 t 237 927 461 t 461 933 237 t 116 931 461 t 461 927 116 t 235 921 461 t 461 931 235 t 16 900 462 t 462 786 16 t 231 934 462 t 462 900 231 t 117 935 462 t 462 934 117 t 204 786 462 t 462 935 204 t 60 917 463 t 463 905 60 t 233 936 463 t 463 917 233 t 117 934 463 t 463 936 117 t 231 905 463 t 463 934 231 t 30 932 464 t 464 914 30 t 236 937 464 t 464 932 236 t 117 936 464 t 464 937 117 t 233 914 464 t 464 936 233 t 54 791 465 t 465 929 54 t 204 935 465 t 465 791 204 t 117 937 465 t 465 935 117 t 236 929 465 t 465 937 236 t 11 730 466 t 466 918 11 t 187 938 466 t 466 730 187 t 118 939 466 t 466 938 118 t 234 918 466 t 466 939 234 t 49 940 467 t 467 733 49 t 238 941 467 t 467 940 238 t 118 938 467 t 467 941 118 t 187 733 467 t 467 938 187 t 31 942 468 t 468 944 31 t 239 943 468 t 468 942 239 t 118 941 468 t 468 943 118 t 238 944 468 t 468 941 238 t 61 923 469 t 469 945 61 t 234 939 469 t 469 923 234 t 118 943 469 t 469 939 118 t 239 945 469 t 469 943 239 t 6 796 470 t 470 720 6 t 208 946 470 t 470 796 208 t 119 947 470 t 470 946 119 t 185 720 470 t 470 947 185 t 57 948 471 t 471 802 57 t 240 949 471 t 471 948 240 t 119 946 471 t 471 949 119 t 208 802 471 t 471 946 208 t 31 944 472 t 472 951 31 t 238 950 472 t 472 944 238 t 119 949 472 t 472 950 119 t 240 951 472 t 472 949 240 t 49 725 473 t 473 940 49 t 185 947 473 t 473 725 185 t 119 950 473 t 473 947 119 t 238 940 473 t 473 950 238 t 12 749 474 t 474 820 12 t 194 952 474 t 474 749 194 t 120 953 474 t 474 952 120 t 213 820 474 t 474 953 213 t 55 954 475 t 475 755 55 t 241 955 475 t 475 954 241 t 120 952 475 t 475 955 120 t 194 755 475 t 475 952 194 t 31 951 476 t 476 957 31 t 240 956 476 t 476 951 240 t 120 955 476 t 476 956 120 t 241 957 476 t 476 955 241 t 57 824 477 t 477 948 57 t 213 953 477 t 477 824 213 t 120 956 477 t 477 953 120 t 240 948 477 t 477 956 240 t 17 928 478 t 478 734 17 t 237 958 478 t 478 928 237 t 121 959 478 t 478 958 121 t 188 734 478 t 478 959 188 t 61 945 479 t 479 933 61 t 239 960 479 t 479 945 239 t 121 958 479 t 479 960 121 t 237 933 479 t 479 958 237 t 31 957 480 t 480 942 31 t 241 961 480 t 480 957 241 t 121 960 480 t 480 961 121 t 239 942 480 t 480 960 239 t 55 740 481 t 481 954 55 t 188 959 481 t 481 740 188 t 121 961 481 t 481 959 121 t 241 954 481 t 481 961 241 } object { shader 7---Default type mesh name Cylinder07 962 1920 v -99.155 65.6609 74.5901 0.426346 0.739384 -0.521095 0 0 v -97.9743 65.6609 77.713 0.664453 0.739385 0.10868 0 0 v -100.088 65.6609 80.2969 0.238104 0.739383 0.629777 0 0 v -103.383 65.6609 79.758 -0.426346 0.739384 0.521095 0 0 v -104.564 65.6609 76.6351 -0.664453 0.739385 -0.10868 0 0 v -102.45 65.6609 74.0512 -0.238103 0.739387 -0.629773 0 0 v -98.783 62.4867 74.1354 0.617764 -0.219712 -0.755046 0 0 v -97.3945 62.4867 77.8078 0.962771 -0.219714 0.157476 0 0 v -99.8807 62.4867 80.8464 0.345009 -0.219708 0.912522 0 0 v -103.755 62.4867 80.2127 -0.617763 -0.219715 0.755046 0 0 v -105.144 62.4867 76.5403 -0.96277 -0.219714 -0.157477 0 0 v -102.658 62.4867 73.5017 -0.345009 -0.219712 -0.912522 0 0 v -99.6875 60.5294 75.2409 0.235033 -0.928569 -0.287261 0 0 v -98.8042 60.5294 77.5772 0.366291 -0.928569 0.059914 0 0 v -100.386 60.5294 79.5103 0.131257 -0.928569 0.347176 0 0 v -102.851 60.5294 79.1071 -0.235035 -0.928568 0.287264 0 0 v -103.734 60.5294 76.7709 -0.366291 -0.92857 -0.0599136 0 0 v -102.152 60.5294 74.8378 -0.131261 -0.928568 -0.347176 0 0 v -101.269 66.5986 77.174 -8.05099e-008 1 7.23965e-008 0 0 v -97.5465 64.3812 75.7666 0.91684 0.198105 -0.346639 0 0 v -98.1889 64.3812 79.6942 0.758618 0.198108 0.620686 0 0 v -101.912 64.3812 81.1016 -0.158224 0.198104 0.967326 0 0 v -104.992 64.3812 78.5815 -0.91684 0.198105 0.346639 0 0 v -104.349 64.3812 74.6539 -0.758618 0.198108 -0.620686 0 0 v -100.627 64.3812 73.2464 0.158224 0.198104 -0.967326 0 0 v -101.269 60.1475 77.174 1.33721e-008 -1 2.17685e-009 0 0 v -98.1729 61.1296 76.0034 0.717411 -0.641677 -0.271243 0 0 v -98.7072 61.1296 79.2701 0.593604 -0.641683 0.485673 0 0 v -101.803 61.1296 80.4407 -0.123806 -0.641678 0.756916 0 0 v -104.365 61.1296 78.3447 -0.71741 -0.641678 0.271241 0 0 v -103.831 61.1296 75.078 -0.593604 -0.641679 -0.485677 0 0 v -100.735 61.1296 73.9073 0.123804 -0.64168 -0.756914 0 0 v -98.5245 65.9435 76.1364 0.49767 0.846711 -0.188159 0 0 v -98.9982 65.9435 79.0321 0.411787 0.84671 0.336917 0 0 v -101.743 65.9435 80.0698 -0.0858842 0.84671 0.525078 0 0 v -104.014 65.9435 78.2117 -0.49767 0.846711 0.188159 0 0 v -103.54 65.9435 75.316 -0.411787 0.84671 -0.336917 0 0 v -100.795 65.9435 74.2783 0.0858842 0.84671 -0.525078 0 0 v -97.6132 62.4867 75.7918 0.912718 -0.21878 -0.345082 0 0 v -98.7241 64.3535 74.0634 0.623226 0.177092 -0.761727 0 0 v -97.3027 64.3535 77.8228 0.971286 0.177095 0.158871 0 0 v -98.2441 62.4867 79.6491 0.755206 -0.218778 0.617899 0 0 v -99.8478 64.3535 80.9334 0.348056 0.17709 0.920595 0 0 v -101.9 62.4867 81.0313 -0.157515 -0.218782 0.962976 0 0 v -103.814 64.3535 80.2846 -0.623229 0.177095 0.761723 0 0 v -104.925 62.4867 78.5563 -0.912719 -0.21878 0.345079 0 0 v -105.235 64.3535 76.5253 -0.971286 0.177095 -0.158871 0 0 v -104.294 62.4867 74.699 -0.755206 -0.218779 -0.6179 0 0 v -102.69 64.3535 73.4147 -0.348054 0.177093 -0.920596 0 0 v -100.638 62.4867 73.3168 0.157511 -0.218783 -0.962977 0 0 v -99.2633 60.4143 76.4157 0.272578 -0.956599 -0.103057 0 0 v -99.6094 60.4143 78.532 0.225537 -0.956599 0.18453 0 0 v -101.615 60.4143 79.2903 -0.0470402 -0.956599 0.287586 0 0 v -103.275 60.4143 77.9324 -0.272577 -0.956599 0.103056 0 0 v -102.929 60.4143 75.8161 -0.225537 -0.956599 -0.18453 0 0 v -100.923 60.4143 75.0578 0.0470397 -0.956599 -0.287587 0 0 v -97.9644 61.1409 77.7146 0.769596 -0.626001 0.12588 0 0 v -99.1486 61.1409 74.5823 0.493811 -0.626001 -0.603551 0 0 v -100.085 61.1409 80.3063 0.275782 -0.626004 0.729427 0 0 v -103.39 61.1409 79.7658 -0.493812 -0.626001 0.60355 0 0 v -104.574 61.1409 76.6335 -0.769595 -0.626001 -0.12588 0 0 v -102.453 61.1409 74.0418 -0.275784 -0.626 -0.729429 0 0 v -102.084 66.2353 75.0181 -0.113932 0.946684 -0.301346 0 0 v -103.544 66.2353 76.802 -0.317938 0.946684 -0.0520033 0 0 v -102.729 66.2353 78.9579 -0.204007 0.946684 0.249342 0 0 v -100.454 66.2353 79.33 0.113932 0.946684 0.301346 0 0 v -98.9945 66.2353 77.5461 0.317938 0.946684 0.0520033 0 0 v -99.8096 66.2353 75.3902 0.204007 0.946684 -0.249342 0 0 v -98.2957 65.2099 74.9909 0.708669 0.515932 -0.481251 0 0 v -97.5951 65.2099 76.8439 0.849797 0.515933 -0.107973 0 0 v -97.2406 63.4123 76.7768 0.992263 -0.0542377 -0.111681 0 0 v -97.9854 63.4123 74.8067 0.81795 -0.0542366 -0.572727 0 0 v -97.8918 65.2099 78.6575 0.771111 0.515932 0.373097 0 0 v -99.1462 65.2099 80.1907 0.518404 0.515932 0.681961 0 0 v -98.9108 63.4123 80.4642 0.592847 -0.0542367 0.803486 0 0 v -97.5771 63.4123 78.8341 0.90497 -0.0542395 0.422003 0 0 v -100.865 65.2099 80.8406 0.0624432 0.515935 0.854349 0 0 v -102.82 65.2099 80.5209 -0.331392 0.515934 0.789931 0 0 v -102.939 63.4123 80.8615 -0.399415 -0.054239 0.915164 0 0 v -100.861 63.4123 81.2015 0.0870172 -0.0542363 0.994729 0 0 v -104.242 65.2099 79.3572 -0.708668 0.515931 0.481254 0 0 v -104.943 65.2099 77.5042 -0.849797 0.515933 0.107973 0 0 v -105.298 63.4123 77.5713 -0.992263 -0.0542377 0.111681 0 0 v -104.553 63.4123 79.5414 -0.81795 -0.0542366 0.572727 0 0 v -104.646 65.2099 75.6906 -0.77111 0.515933 -0.373098 0 0 v -103.392 65.2099 74.1573 -0.518406 0.515933 -0.68196 0 0 v -103.627 63.4123 73.8839 -0.592848 -0.0542384 -0.803485 0 0 v -104.961 63.4123 75.514 -0.904971 -0.0542368 -0.422003 0 0 v -101.673 65.2099 73.5075 -0.0624412 0.515936 -0.854349 0 0 v -99.718 65.2099 73.8272 0.33139 0.515934 -0.789932 0 0 v -99.5989 63.4123 73.4866 0.399415 -0.0542375 -0.915165 0 0 v -101.677 63.4123 73.1466 -0.0870171 -0.0542363 -0.994729 0 0 v -101.853 60.2955 75.6307 -0.0634468 -0.983775 -0.167814 0 0 v -100.224 60.2955 75.897 0.113608 -0.983775 -0.138854 0 0 v -99.6407 60.2955 77.4404 0.177054 -0.983775 0.0289606 0 0 v -100.686 60.2955 78.7174 0.0634468 -0.983775 0.167814 0 0 v -102.314 60.2955 78.4511 -0.113607 -0.983775 0.138853 0 0 v -102.897 60.2955 76.9077 -0.177054 -0.983775 -0.0289606 0 0 v -98.287 61.722 75.024 0.750917 -0.399227 -0.526061 0 0 v -97.6104 61.722 76.8134 0.911125 -0.399225 -0.102323 0 0 v -98.4187 60.7209 76.9229 0.535841 -0.841454 -0.0694943 0 0 v -98.9655 60.7209 75.4765 0.447788 -0.841454 -0.302392 0 0 v -97.916 61.722 78.6816 0.831042 -0.399227 0.387281 0 0 v -99.1274 61.722 80.1622 0.544175 -0.399229 0.737895 0 0 v -99.6264 60.7209 79.517 0.32811 -0.841453 0.429303 0 0 v -98.6472 60.7209 78.3203 0.485774 -0.841453 0.236601 0 0 v -100.898 61.722 80.8317 0.0801222 -0.399227 0.913345 0 0 v -102.786 61.722 80.5229 -0.366949 -0.399227 0.840218 0 0 v -102.477 60.7209 79.7682 -0.207736 -0.841453 0.498801 0 0 v -100.951 60.7209 80.0178 0.0379838 -0.841452 0.538995 0 0 v -104.251 61.722 79.3241 -0.750917 -0.399227 0.526061 0 0 v -104.928 61.722 77.5347 -0.911125 -0.399225 0.102323 0 0 v -104.12 60.7209 77.4252 -0.535841 -0.841454 0.0694941 0 0 v -103.573 60.7209 78.8715 -0.447789 -0.841453 0.302393 0 0 v -104.622 61.722 75.6665 -0.83104 -0.399226 -0.387285 0 0 v -103.411 61.722 74.1859 -0.544176 -0.399229 -0.737895 0 0 v -102.912 60.7209 74.831 -0.328108 -0.841452 -0.429306 0 0 v -103.891 60.7209 76.0278 -0.485774 -0.841453 -0.236601 0 0 v -101.64 61.722 73.5164 -0.0801228 -0.399225 -0.913345 0 0 v -99.7521 61.722 73.8252 0.366947 -0.399227 -0.840219 0 0 v -100.061 60.7209 74.5799 0.207737 -0.841453 -0.498802 0 0 v -101.587 60.7209 74.3303 -0.0379854 -0.841455 -0.538991 0 0 v -102.926 65.8503 74.5538 -0.328279 0.8156 -0.476476 0 0 v -102.658 66.3735 76.0374 -0.180518 0.972419 -0.147697 0 0 v -100.979 66.3735 75.4026 0.0376498 0.972419 -0.230182 0 0 v -101.76 65.8503 74.1131 -0.0690648 0.8156 -0.574479 0 0 v -104.367 65.8503 77.2987 -0.576779 0.815601 0.0460596 0 0 v -102.948 66.3735 77.8088 -0.218169 0.972419 0.0824845 0 0 v -104.166 65.8503 76.069 -0.532045 0.815601 -0.227425 0 0 v -102.71 65.8503 79.9189 -0.248502 0.8156 0.522536 0 0 v -101.559 66.3735 78.9454 -0.0376498 0.972419 0.230182 0 0 v -103.674 65.8503 79.1299 -0.462981 0.815601 0.347051 0 0 v -99.6124 65.8503 79.7943 0.328279 0.815601 0.476474 0 0 v -99.8799 66.3735 78.3107 0.180519 0.972419 0.147697 0 0 v -100.778 65.8503 80.2349 0.0690648 0.8156 0.574479 0 0 v -98.1716 65.8503 77.0494 0.576779 0.815601 -0.0460596 0 0 v -99.5902 66.3735 76.5393 0.218169 0.972419 -0.0824846 0 0 v -98.3727 65.8503 78.2791 0.532045 0.815601 0.227425 0 0 v -99.8283 65.8503 74.4292 0.248502 0.8156 -0.522536 0 0 v -98.8639 65.8503 75.2182 0.462981 0.815601 -0.347051 0 0 v -97.8665 65.2563 75.8876 0.787353 0.539871 -0.297681 0 0 v -98.029 64.3674 74.8316 0.80881 0.187841 -0.557263 0 0 v -98.8974 65.1566 74.2752 0.552744 0.487922 -0.675578 0 0 v -97.5728 65.1566 77.7786 0.861442 0.487917 0.140905 0 0 v -97.2897 64.3674 76.7869 0.975179 0.187841 -0.117228 0 0 v -97.372 62.4867 76.7892 0.969773 -0.219167 -0.10727 0 0 v -97.4909 63.4136 75.7456 0.934196 -0.0502718 -0.3532 0 0 v -97.2629 63.4109 77.8293 0.985205 -0.0583277 0.161147 0 0 v -98.6985 63.4109 74.0322 0.632159 -0.0583306 -0.77264 0 0 v -98.0921 62.4867 74.8843 0.798169 -0.219168 -0.561151 0 0 v -98.4537 65.2563 79.4775 0.651476 0.539873 0.533026 0 0 v -97.6204 64.3674 78.8089 0.88701 0.187837 0.421817 0 0 v -99.9445 65.1566 80.6774 0.308696 0.487921 0.816481 0 0 v -98.9441 64.3674 80.4268 0.58911 0.187839 0.785917 0 0 v -98.9872 62.4867 80.3566 0.577785 -0.219167 0.786212 0 0 v -98.143 63.4136 79.7318 0.77298 -0.0502741 0.632436 0 0 v -99.8335 63.4109 80.9712 0.353048 -0.0583292 0.933785 0 0 v -97.6977 62.4867 78.7805 0.885058 -0.219165 0.410658 0 0 v -101.856 65.2563 80.764 -0.135877 0.539875 0.830706 0 0 v -100.861 64.3674 81.1513 0.0782025 0.18784 0.979082 0 0 v -103.641 65.1566 80.0728 -0.552746 0.48792 0.675578 0 0 v -102.924 64.3674 80.8139 -0.386069 0.187841 0.903143 0 0 v -102.884 62.4867 80.7415 -0.391988 -0.219166 0.893483 0 0 v -101.921 63.4136 81.1602 -0.161216 -0.050269 0.985638 0 0 v -103.84 63.4109 80.3159 -0.63216 -0.058332 0.772639 0 0 v -100.875 62.4867 81.0702 0.0868883 -0.219171 0.97181 0 0 v -104.672 65.2563 78.4605 -0.787353 0.539871 0.297681 0 0 v -104.509 64.3674 79.5165 -0.808809 0.187842 0.557264 0 0 v -104.965 65.1566 76.5695 -0.861442 0.487918 -0.140902 0 0 v -105.249 64.3674 77.5612 -0.975179 0.187841 0.117228 0 0 v -105.166 62.4867 77.5589 -0.969773 -0.219167 0.10727 0 0 v -105.047 63.4136 78.6025 -0.934196 -0.0502718 0.3532 0 0 v -105.275 63.4109 76.5188 -0.985205 -0.0583269 -0.161148 0 0 v -104.446 62.4867 79.4637 -0.798168 -0.219168 0.561154 0 0 v -104.084 65.2563 74.8705 -0.651476 0.539873 -0.533026 0 0 v -104.918 64.3674 75.5392 -0.88701 0.187838 -0.421817 0 0 v -102.594 65.1566 73.6707 -0.308696 0.487918 -0.816482 0 0 v -103.594 64.3674 73.9213 -0.589111 0.187842 -0.785916 0 0 v -103.551 62.4867 73.9915 -0.577785 -0.219167 -0.786212 0 0 v -104.395 63.4136 74.6163 -0.772979 -0.0502729 -0.632437 0 0 v -102.705 63.4109 73.3769 -0.353046 -0.0583271 -0.933786 0 0 v -104.841 62.4867 75.5676 -0.885057 -0.219167 -0.410657 0 0 v -100.682 65.2563 73.5841 0.135877 0.539875 -0.830706 0 0 v -101.678 64.3674 73.1968 -0.0782026 0.18784 -0.979081 0 0 v -99.6146 64.3674 73.5342 0.38607 0.18784 -0.903142 0 0 v -99.6538 62.4867 73.6066 0.39199 -0.219166 -0.893482 0 0 v -100.617 63.4136 73.1878 0.161217 -0.0502686 -0.985638 0 0 v -101.664 62.4867 73.2779 -0.0868884 -0.219171 -0.97181 0 0 v -101.635 60.4522 74.9202 -0.037997 -0.948624 -0.314115 0 0 v -101.064 60.2392 75.9175 0.021333 -0.991228 -0.130426 0 0 v -102.255 60.2392 76.3678 -0.102287 -0.991228 -0.0836884 0 0 v -102.486 60.4522 75.2418 -0.179322 -0.948625 -0.260681 0 0 v -99.5003 60.4522 75.7301 0.253034 -0.948624 -0.189963 0 0 v -100.078 60.2392 76.7238 0.123619 -0.991228 -0.0467376 0 0 v -100.204 60.4522 75.1543 0.136096 -0.948625 -0.285638 0 0 v -99.1342 60.4522 77.9839 0.291028 -0.948625 0.12415 0 0 v -100.284 60.2392 77.9803 0.102287 -0.991228 0.0836883 0 0 v -98.9874 60.4522 77.0866 0.315419 -0.948624 -0.0249575 0 0 v -100.903 60.4522 79.4279 0.0379983 -0.948625 0.314114 0 0 v -101.475 60.2392 78.4306 -0.0213334 -0.991228 0.130427 0 0 v -100.053 60.4522 79.1063 0.179322 -0.948625 0.260681 0 0 v -103.038 60.4522 78.618 -0.253033 -0.948625 0.189962 0 0 v -102.46 60.2392 77.6243 -0.12362 -0.991228 0.046738 0 0 v -102.334 60.4522 79.1938 -0.136095 -0.948625 0.285638 0 0 v -103.404 60.4522 76.3642 -0.291027 -0.948625 -0.124151 0 0 v -103.551 60.4522 77.2615 -0.315419 -0.948624 0.0249575 0 0 v -97.838 61.7215 75.8768 0.856409 -0.402148 -0.323792 0 0 v -98.5727 61.1353 75.2227 0.636979 -0.633954 -0.438587 0 0 v -98.9344 61.7226 74.3205 0.581338 -0.396485 -0.710525 0 0 v -97.6305 61.7226 77.7692 0.906001 -0.396486 0.148195 0 0 v -97.9562 61.1353 76.8534 0.767813 -0.633957 -0.0925306 0 0 v -98.6395 60.702 76.1798 0.491304 -0.85095 -0.185754 0 0 v -98.3898 60.7426 77.645 0.55077 -0.829781 0.0900861 0 0 v -99.4216 60.7426 74.916 0.3534 -0.829782 -0.431938 0 0 v -98.4301 61.7215 79.4968 0.708615 -0.402149 0.579776 0 0 v -98.231 61.1353 78.5335 0.698318 -0.633955 0.332344 0 0 v -99.9652 61.7226 80.6227 0.324666 -0.396488 0.858714 0 0 v -99.335 61.1353 79.8828 0.464042 -0.633955 0.618681 0 0 v -99.0933 60.702 78.9542 0.406523 -0.850947 0.332608 0 0 v -100.237 60.7426 79.903 0.197367 -0.829779 0.522027 0 0 v -101.861 61.7215 80.794 -0.147793 -0.40215 0.903567 0 0 v -100.927 61.1353 80.4848 0.0613404 -0.633957 0.770932 0 0 v -103.604 61.7226 80.0276 -0.581339 -0.396482 0.710526 0 0 v -102.648 61.1353 80.2034 -0.303769 -0.633955 0.711214 0 0 v -101.723 60.702 79.9484 -0.0847856 -0.850949 0.51836 0 0 v -103.117 60.7426 79.4321 -0.353401 -0.829783 0.431935 0 0 v -104.7 61.7215 78.4713 -0.856409 -0.402148 0.323792 0 0 v -103.965 61.1353 79.1254 -0.636978 -0.633956 0.438588 0 0 v -104.908 61.7226 76.5789 -0.906002 -0.396484 -0.148191 0 0 v -104.582 61.1353 77.4947 -0.767813 -0.633957 0.0925292 0 0 v -103.899 60.702 78.1682 -0.491305 -0.850949 0.185754 0 0 v -104.148 60.7426 76.7031 -0.55077 -0.829781 -0.0900867 0 0 v -104.108 61.7215 74.8513 -0.708614 -0.40215 -0.579777 0 0 v -104.307 61.1353 75.8146 -0.698318 -0.633955 -0.332344 0 0 v -102.573 61.7226 73.7253 -0.324667 -0.396488 -0.858714 0 0 v -103.203 61.1353 74.4653 -0.464043 -0.633956 -0.61868 0 0 v -103.445 60.702 75.3938 -0.406522 -0.850948 -0.332607 0 0 v -102.301 60.7426 74.445 -0.197367 -0.829781 -0.522024 0 0 v -100.677 61.7215 73.554 0.147795 -0.402146 -0.903568 0 0 v -101.611 61.1353 73.8633 -0.0613408 -0.633953 -0.770935 0 0 v -99.8904 61.1353 74.1447 0.303772 -0.633955 -0.711213 0 0 v -100.815 60.702 74.3997 0.0847856 -0.850949 -0.51836 0 0 v -102.318 65.9432 74.3995 -0.181886 0.857598 -0.481085 0 0 v -102.825 66.1584 75.2093 -0.243084 0.924646 -0.293154 0 0 v -101.75 66.4597 75.9012 -0.0600564 0.985475 -0.158846 0 0 v -101.403 66.1584 74.6717 -0.0116691 0.924646 -0.380649 0 0 v -104.196 65.9432 76.6952 -0.507577 0.857597 -0.0830228 0 0 v -103.748 66.1584 77.5388 -0.375422 0.924646 0.0639379 0 0 v -102.612 66.4597 76.9544 -0.167593 0.985475 -0.0274124 0 0 v -103.503 66.1584 76.0384 -0.335487 0.924646 -0.18022 0 0 v -103.147 65.9432 79.4698 -0.325687 0.857597 0.398064 0 0 v -102.193 66.1584 79.5035 -0.132338 0.924645 0.357096 0 0 v -102.131 66.4597 78.2272 -0.107537 0.985475 0.131434 0 0 v -103.369 66.1584 78.5408 -0.323818 0.924646 0.20043 0 0 v -100.22 65.9432 79.9486 0.181888 0.857598 0.481085 0 0 v -99.7136 66.1584 79.1388 0.243086 0.924646 0.293155 0 0 v -100.788 66.4597 78.4469 0.0600564 0.985475 0.158846 0 0 v -101.136 66.1584 79.6764 0.0116672 0.924646 0.38065 0 0 v -98.3418 65.9432 77.6529 0.507577 0.857597 0.0830228 0 0 v -98.7899 66.1584 76.8093 0.375422 0.924646 -0.0639379 0 0 v -99.9262 66.4597 77.3937 0.167594 0.985475 0.0274128 0 0 v -99.0353 66.1584 78.3097 0.335487 0.924645 0.180222 0 0 v -99.3908 65.9432 74.8783 0.325687 0.857597 -0.398064 0 0 v -100.345 66.1584 74.8446 0.132339 0.924646 -0.357095 0 0 v -100.407 66.4597 76.1209 0.107537 0.985475 -0.131434 0 0 v -99.1687 66.1584 75.8073 0.323818 0.924646 -0.20043 0 0 v -98.7589 65.4973 74.7333 0.557848 0.653721 -0.511326 0 0 v -98.3328 65.6082 75.533 0.631813 0.701761 -0.329157 0 0 v -97.8747 64.8275 75.34 0.829888 0.357774 -0.428116 0 0 v -98.4357 64.7906 74.496 0.69968 0.334019 -0.631568 0 0 v -97.772 65.4973 77.3436 0.7566 0.65372 0.0143598 0 0 v -97.3727 64.7906 77.3077 0.942505 0.33402 0.0106971 0 0 v -97.5104 64.8275 76.3036 0.905542 0.357773 -0.228018 0 0 v -97.9815 65.6082 76.462 0.691541 0.701761 -0.171179 0 0 v -97.2652 62.9364 77.3028 0.989477 -0.143046 0.0217414 0 0 v -97.3802 62.9364 76.2646 0.962206 -0.141144 -0.232889 0 0 v -97.3322 63.8992 76.2551 0.969465 0.0579877 -0.238277 0 0 v -97.2105 63.8918 77.3062 0.998712 0.0473239 0.0182772 0 0 v -98.3519 62.9364 74.4286 0.727592 -0.14304 -0.670932 0 0 v -98.3131 63.8918 74.3898 0.736809 0.0473215 -0.674443 0 0 v -97.709 63.8992 75.2585 0.88461 0.057988 -0.462712 0 0 v -97.7513 62.9364 75.2832 0.875603 -0.141147 -0.46195 0 0 v -97.9003 65.4973 78.1275 0.721749 0.653717 0.227448 0 0 v -98.3797 65.6082 78.8964 0.60096 0.701763 0.382591 0 0 v -97.9836 64.8275 79.1966 0.785702 0.357773 0.50465 0 0 v -97.5331 64.7906 78.2888 0.896795 0.334023 0.29015 0 0 v -99.6674 65.4973 80.2873 0.365864 0.653717 0.662418 0 0 v -99.4366 64.7906 80.6153 0.461991 0.334024 0.82158 0 0 v -98.636 64.8275 79.994 0.650241 0.357771 0.670213 0 0 v -99.0087 65.6082 79.6651 0.494016 0.701764 0.513299 0 0 v -99.3787 62.9364 80.7059 0.475907 -0.143043 0.867785 0 0 v -98.5371 62.9364 80.0872 0.68279 -0.141146 0.716852 0 0 v -98.5048 63.8992 80.124 0.691083 0.057988 0.720445 0 0 v -99.3543 63.8918 80.755 0.483527 0.0473223 0.874049 0 0 v -97.4329 62.9364 78.3277 0.944839 -0.143046 0.294649 0 0 v -97.3799 63.8918 78.3419 0.952489 0.0473245 0.300874 0 0 v -97.8301 63.8992 79.2994 0.843026 0.0579888 0.534738 0 0 v -97.8726 62.9364 79.2751 0.837864 -0.141146 0.527315 0 0 v -100.41 65.4973 80.5683 0.163898 0.653719 0.738775 0 0 v -101.316 65.6082 80.5375 -0.0308519 0.701764 0.711742 0 0 v -101.378 64.8275 81.0307 -0.0441871 0.357775 0.932762 0 0 v -100.367 64.7906 80.9669 0.197117 0.33402 0.921724 0 0 v -103.164 65.4973 80.1178 -0.390736 0.653721 0.648054 0 0 v -103.333 64.7906 80.4816 -0.480514 0.334019 0.810887 0 0 v -102.395 64.8275 80.8644 -0.255301 0.357774 0.898231 0 0 v -102.296 65.6082 80.3772 -0.197522 0.701763 0.684481 0 0 v -103.383 62.9364 80.5771 -0.513567 -0.143043 0.846042 0 0 v -102.426 62.9364 80.9966 -0.279418 -0.141146 0.949739 0 0 v -102.442 63.8992 81.043 -0.278381 0.0579856 0.958719 0 0 v -103.413 63.8918 80.6228 -0.515185 0.0473233 0.855772 0 0 v -100.35 62.9364 81.0731 0.217251 -0.143044 0.965578 0 0 v -100.336 63.8918 81.1261 0.215683 0.0473268 0.975316 0 0 v -101.39 63.8992 81.215 -0.0415847 0.0579841 0.997451 0 0 v -101.39 62.9364 81.166 -0.0377405 -0.141144 0.989269 0 0 v -103.779 65.4973 79.6148 -0.55785 0.653719 0.511327 0 0 v -104.205 65.6082 78.8151 -0.631813 0.701761 0.329157 0 0 v -104.663 64.8275 79.0081 -0.829888 0.357774 0.428116 0 0 v -104.103 64.7906 79.8521 -0.69968 0.33402 0.631568 0 0 v -104.766 65.4973 77.0045 -0.7566 0.65372 -0.0143598 0 0 v -105.166 64.7906 77.0404 -0.942505 0.33402 -0.0106971 0 0 v -105.028 64.8275 78.0444 -0.905542 0.357773 0.228018 0 0 v -104.557 65.6082 77.8861 -0.691541 0.701761 0.171179 0 0 v -105.273 62.9364 77.0453 -0.989477 -0.143046 -0.0217414 0 0 v -105.158 62.9364 78.0835 -0.962206 -0.141144 0.232889 0 0 v -105.206 63.8992 78.093 -0.969465 0.0579877 0.238277 0 0 v -105.328 63.8918 77.0419 -0.998712 0.0473239 -0.0182775 0 0 v -104.186 62.9364 79.9195 -0.727593 -0.143042 0.67093 0 0 v -104.225 63.8918 79.9583 -0.73681 0.0473229 0.674442 0 0 v -104.829 63.8992 79.0896 -0.88461 0.057988 0.462712 0 0 v -104.787 62.9364 79.0649 -0.875603 -0.141143 0.46195 0 0 v -104.638 65.4973 76.2205 -0.721747 0.653719 -0.227448 0 0 v -104.158 65.6082 75.4516 -0.600961 0.701762 -0.38259 0 0 v -104.555 64.8275 75.1514 -0.785702 0.357773 -0.50465 0 0 v -105.005 64.7906 76.0593 -0.896796 0.334021 -0.290151 0 0 v -102.871 65.4973 74.0607 -0.365866 0.653719 -0.662415 0 0 v -103.102 64.7906 73.7328 -0.461993 0.334021 -0.821579 0 0 v -103.902 64.8275 74.3541 -0.650241 0.357771 -0.670213 0 0 v -103.53 65.6082 74.683 -0.494017 0.701762 -0.513301 0 0 v -103.16 62.9364 73.6422 -0.475909 -0.143043 -0.867784 0 0 v -104.001 62.9364 74.2609 -0.68279 -0.141146 -0.716852 0 0 v -104.033 63.8992 74.224 -0.691083 0.0579884 -0.720445 0 0 v -103.184 63.8918 73.5931 -0.483527 0.0473221 -0.874049 0 0 v -105.105 62.9364 76.0204 -0.944839 -0.143046 -0.294648 0 0 v -105.158 63.8918 76.0062 -0.952489 0.0473246 -0.300874 0 0 v -104.708 63.8992 75.0486 -0.843026 0.0579892 -0.534738 0 0 v -104.666 62.9364 75.073 -0.837863 -0.141146 -0.527317 0 0 v -102.128 65.4973 73.7798 -0.163893 0.653722 -0.738773 0 0 v -101.222 65.6082 73.8106 0.0308506 0.701762 -0.711743 0 0 v -101.16 64.8275 73.3174 0.0441871 0.357775 -0.932762 0 0 v -102.172 64.7906 73.3812 -0.197116 0.334016 -0.921726 0 0 v -99.3738 65.4973 74.2303 0.390736 0.653723 -0.648053 0 0 v -99.2051 64.7906 73.8664 0.480514 0.334015 -0.810888 0 0 v -100.144 64.8275 73.4837 0.255301 0.357774 -0.898231 0 0 v -100.242 65.6082 73.9709 0.197524 0.701762 -0.684482 0 0 v -99.1557 62.9364 73.771 0.513569 -0.143042 -0.846041 0 0 v -100.112 62.9364 73.3514 0.279418 -0.141142 -0.949739 0 0 v -100.096 63.8992 73.3051 0.278378 0.0579879 -0.958719 0 0 v -99.1253 63.8918 73.7253 0.515186 0.047326 -0.855771 0 0 v -102.188 62.9364 73.275 -0.217248 -0.143044 -0.965578 0 0 v -102.202 63.8918 73.222 -0.215683 0.0473269 -0.975316 0 0 v -101.148 63.8992 73.1331 0.0415848 0.0579845 -0.997451 0 0 v -101.148 62.9364 73.1821 0.0377385 -0.141142 -0.98927 0 0 v -102.036 60.4144 75.1445 -0.0993221 -0.959753 -0.262698 0 0 v -101.367 60.3268 75.3737 -0.00635325 -0.97753 -0.210702 0 0 v -101.609 60.2041 76.2752 -0.0343439 -0.995273 -0.0908384 0 0 v -102.387 60.3268 75.7593 -0.134634 -0.97753 -0.162202 0 0 v -99.8951 60.4144 75.4948 0.177844 -0.959752 -0.217365 0 0 v -99.7589 60.3268 76.1892 0.179297 -0.977529 -0.110854 0 0 v -100.661 60.2041 76.4303 0.0614961 -0.995273 -0.0751622 0 0 v -100.603 60.3268 75.4987 0.0731543 -0.97753 -0.197698 0 0 v -99.1278 60.4144 77.5243 0.277164 -0.959753 0.0453357 0 0 v -99.6611 60.3268 77.9895 0.185649 -0.97753 0.0998487 0 0 v -100.321 60.2041 77.3291 0.0958406 -0.995273 0.0156764 0 0 v -99.4851 60.3268 76.9134 0.207788 -0.97753 -0.0354953 0 0 v -100.502 60.4144 79.2036 0.0993202 -0.959752 0.2627 0 0 v -101.171 60.3268 78.9743 0.00635371 -0.97753 0.210702 0 0 v -100.929 60.2041 78.0728 0.0343439 -0.995273 0.0908384 0 0 v -100.151 60.3268 78.5887 0.134635 -0.97753 0.162202 0 0 v -102.643 60.4144 78.8533 -0.177845 -0.959752 0.217365 0 0 v -102.779 60.3268 78.1589 -0.179297 -0.97753 0.110854 0 0 v -101.878 60.2041 77.9177 -0.0614966 -0.995273 0.0751623 0 0 v -101.935 60.3268 78.8494 -0.0731544 -0.97753 0.197697 0 0 v -103.41 60.4144 76.8238 -0.277163 -0.959753 -0.0453355 0 0 v -102.877 60.3268 76.3586 -0.185649 -0.97753 -0.0998482 0 0 v -102.217 60.2041 77.0189 -0.0958406 -0.995273 -0.0156766 0 0 v -103.053 60.3268 77.4347 -0.207788 -0.97753 0.0354957 0 0 v -98.4908 62.082 74.5593 0.701069 -0.300819 -0.646536 0 0 v -97.9188 62.082 75.3732 0.843319 -0.301357 -0.444969 0 0 v -98.1795 61.405 75.5112 0.758708 -0.516421 -0.397079 0 0 v -98.7029 61.408 74.7564 0.63522 -0.508 -0.581748 0 0 v -97.4559 62.082 77.2967 0.95345 -0.300817 0.021001 0 0 v -97.7453 61.408 77.2892 0.861207 -0.508003 0.0159827 0 0 v -97.8522 61.405 76.3769 0.831633 -0.516419 -0.2042 0 0 v -97.5654 62.082 76.3079 0.926763 -0.301357 -0.224265 0 0 v -98.6192 60.596 77.3068 0.436314 -0.89976 0.0078008 0 0 v -98.7996 60.5509 76.6431 0.393829 -0.91397 -0.0977588 0 0 v -98.2589 60.9004 76.4796 0.635656 -0.75503 -0.160845 0 0 v -98.1404 60.9154 77.2839 0.671097 -0.741339 0.00680519 0 0 v -99.3699 60.596 75.3214 0.322015 -0.899761 -0.294509 0 0 v -98.9957 60.9154 75.0218 0.498731 -0.74134 -0.44909 0 0 v -98.5524 60.9004 75.7032 0.583071 -0.755029 -0.299933 0 0 v -99.066 60.5509 75.9384 0.359997 -0.91397 -0.187248 0 0 v -97.6155 62.082 78.2727 0.910452 -0.30082 0.283873 0 0 v -98.0344 62.082 79.1751 0.807014 -0.30136 0.507849 0 0 v -98.2843 61.405 79.0183 0.723236 -0.516418 0.458521 0 0 v -97.8923 61.408 78.1876 0.821422 -0.507998 0.259239 0 0 v -99.4687 62.082 80.5377 0.458541 -0.300821 0.83621 0 0 v -99.6069 61.408 80.2833 0.416766 -0.508002 0.753817 0 0 v -98.8703 61.405 79.7346 0.592654 -0.516417 0.618122 0 0 v -98.6671 62.082 79.9485 0.657598 -0.301359 0.690469 0 0 v -100.059 60.596 79.5353 0.211399 -0.899762 0.381757 0 0 v -99.5745 60.5509 79.0472 0.281576 -0.91397 0.292188 0 0 v -99.1626 60.9004 79.4338 0.457123 -0.75503 0.470072 0 0 v -99.7999 60.9154 79.9385 0.329655 -0.741336 0.584592 0 0 v -98.715 60.596 77.8925 0.41606 -0.899762 0.131616 0 0 v -98.2685 60.9154 78.0667 0.638293 -0.741338 0.207365 0 0 v -98.637 60.9004 78.7914 0.551281 -0.75503 0.354991 0 0 v -99.0975 60.5509 78.4641 0.342159 -0.91397 0.218143 0 0 v -100.394 62.082 80.8875 0.209381 -0.300819 0.930413 0 0 v -101.385 62.082 80.9759 -0.036304 -0.301358 0.95282 0 0 v -101.374 61.405 80.6811 -0.0354729 -0.51642 0.8556 0 0 v -100.458 61.408 80.6053 0.186201 -0.508004 0.840988 0 0 v -103.282 62.082 80.4151 -0.494912 -0.300818 0.815212 0 0 v -103.131 61.408 80.1682 -0.444443 -0.508003 0.737837 0 0 v -102.287 61.405 80.5317 -0.238977 -0.516422 0.822313 0 0 v -102.371 62.082 80.8146 -0.269162 -0.301356 0.914733 0 0 v -102.709 60.596 79.4025 -0.224918 -0.899761 0.373955 0 0 v -102.044 60.5509 79.5781 -0.112252 -0.91397 0.389946 0 0 v -102.173 60.9004 80.1282 -0.178533 -0.755027 0.63092 0 0 v -102.929 60.9154 79.8286 -0.341443 -0.74134 0.577783 0 0 v -100.614 60.596 79.7452 0.0940461 -0.899763 0.426123 0 0 v -100.542 60.9154 80.219 0.139563 -0.741337 0.656462 0 0 v -101.354 60.9004 80.2622 -0.0317866 -0.75503 0.654919 0 0 v -101.301 60.5509 79.6998 -0.0178371 -0.91397 0.40539 0 0 v -104.047 62.082 79.7888 -0.701068 -0.300819 0.646538 0 0 v -104.619 62.082 78.9749 -0.843318 -0.301361 0.444968 0 0 v -104.359 61.405 78.8369 -0.758708 -0.51642 0.397079 0 0 v -103.835 61.408 79.5917 -0.63522 -0.508 0.581749 0 0 v -105.082 62.082 77.0514 -0.95345 -0.300818 -0.0210014 0 0 v -104.793 61.408 77.0589 -0.861207 -0.508004 -0.0159828 0 0 v -104.686 61.405 77.9712 -0.831633 -0.516419 0.2042 0 0 v -104.973 62.082 78.0402 -0.926763 -0.301357 0.224265 0 0 v -103.919 60.596 77.0413 -0.436314 -0.89976 -0.00780073 0 0 v -103.739 60.5509 77.705 -0.393829 -0.91397 0.097759 0 0 v -104.279 60.9004 77.8685 -0.635656 -0.75503 0.160846 0 0 v -104.398 60.9154 77.0642 -0.671098 -0.741337 -0.00680546 0 0 v -103.168 60.596 79.0267 -0.322013 -0.899761 0.294512 0 0 v -103.543 60.9154 79.3263 -0.498729 -0.741341 0.449091 0 0 v -103.986 60.9004 78.6448 -0.58307 -0.75503 0.299931 0 0 v -103.472 60.5509 78.4097 -0.359996 -0.91397 0.187247 0 0 v -104.923 62.082 76.0754 -0.910454 -0.300815 -0.283873 0 0 v -104.504 62.082 75.173 -0.807014 -0.301361 -0.507848 0 0 v -104.254 61.405 75.3298 -0.723235 -0.516418 -0.458523 0 0 v -104.646 61.408 76.1605 -0.821418 -0.508004 -0.259239 0 0 v -103.07 62.082 73.8104 -0.45854 -0.300822 -0.83621 0 0 v -102.931 61.408 74.0648 -0.416765 -0.508 -0.753819 0 0 v -103.668 61.405 74.6135 -0.592655 -0.516418 -0.61812 0 0 v -103.871 62.082 74.3996 -0.657598 -0.30136 -0.690469 0 0 v -102.479 60.596 74.8128 -0.211398 -0.899762 -0.381759 0 0 v -102.964 60.5509 75.3009 -0.281576 -0.91397 -0.292187 0 0 v -103.376 60.9004 74.9143 -0.457126 -0.755027 -0.470075 0 0 v -102.738 60.9155 74.4096 -0.329656 -0.741336 -0.584592 0 0 v -103.823 60.596 76.4556 -0.41606 -0.899762 -0.131618 0 0 v -104.27 60.9154 76.2813 -0.638295 -0.741336 -0.207366 0 0 v -103.901 60.9004 75.5567 -0.551284 -0.755028 -0.354991 0 0 v -103.441 60.5509 75.8839 -0.34216 -0.91397 -0.218143 0 0 v -102.144 62.082 73.4606 -0.209381 -0.300819 -0.930412 0 0 v -101.154 62.082 73.3721 0.036302 -0.301361 -0.952819 0 0 v -101.164 61.405 73.667 0.0354704 -0.51642 -0.8556 0 0 v -102.08 61.408 73.7428 -0.186201 -0.508005 -0.840987 0 0 v -99.2563 62.082 73.933 0.494908 -0.300821 -0.815213 0 0 v -99.4075 61.408 74.1799 0.444444 -0.507999 -0.737839 0 0 v -100.251 61.405 73.8163 0.238979 -0.516415 -0.822316 0 0 v -100.167 62.082 73.5335 0.269164 -0.301364 -0.91473 0 0 v -99.8292 60.596 74.9455 0.224914 -0.899761 -0.373957 0 0 v -100.494 60.5509 74.7699 0.112252 -0.91397 -0.389946 0 0 v -100.365 60.9004 74.2199 0.178531 -0.75503 -0.630917 0 0 v -99.6096 60.9155 74.5194 0.341442 -0.741339 -0.577784 0 0 v -101.924 60.596 74.6029 -0.0940475 -0.89976 -0.426129 0 0 v -101.996 60.9155 74.1291 -0.139563 -0.741336 -0.656463 0 0 v -101.184 60.9004 74.0859 0.0317898 -0.755029 -0.654921 0 0 v -101.238 60.5509 74.6483 0.0178381 -0.913969 -0.405391 0 0 v -102.654 65.7544 74.2465 -0.278623 0.772983 -0.569971 0 0 v -102.548 66.0743 74.7838 -0.210636 0.902912 -0.374677 0 0 v -101.892 66.0743 74.5358 -0.0899313 0.902911 -0.420314 0 0 v -102.168 65.7544 74.0627 -0.168152 0.772982 -0.611738 0 0 v -103.145 66.1887 75.6396 -0.277516 0.933503 -0.22706 0 0 v -102.333 66.3373 75.5385 -0.139896 0.967487 -0.210711 0 0 v -103.224 65.9173 74.9215 -0.366104 0.840595 -0.399209 0 0 v -101.101 66.5068 76.1459 0.0211728 0.991361 -0.129445 0 0 v -101.554 66.3373 75.244 -0.0345012 0.967486 -0.250559 0 0 v -102.075 66.5068 76.5143 -0.101517 0.991361 -0.0830586 0 0 v -101.293 65.9173 74.1914 0.0104125 0.840596 -0.541563 0 0 v -100.878 66.1887 74.7827 0.0578786 0.933503 -0.353867 0 0 v -104.497 65.7544 76.9094 -0.632924 0.77298 -0.0436799 0 0 v -103.978 66.0743 77.0862 -0.429799 0.902911 -0.00491969 0 0 v -103.865 66.0743 76.3941 -0.408969 0.902911 -0.132273 0 0 v -104.413 65.7544 76.3965 -0.613854 0.772984 -0.160248 0 0 v -103.536 66.1887 78.031 -0.335397 0.933504 0.126806 0 0 v -103.217 66.3373 77.2773 -0.252428 0.967487 0.0157962 0 0 v -104.197 65.9173 77.741 -0.528776 0.840596 0.117446 0 0 v -103.083 66.3373 76.4555 -0.23424 0.967487 -0.0953987 0 0 v -102.244 66.5068 77.5425 -0.12269 0.991361 0.0463861 0 0 v -103.864 65.9173 75.7036 -0.4638 0.840596 -0.279799 0 0 v -103.112 65.7544 79.837 -0.354296 0.772981 0.526284 0 0 v -102.7 66.0743 79.4764 -0.219162 0.902911 0.369756 0 0 v -103.243 66.0743 79.0324 -0.319036 0.902911 0.28804 0 0 v -103.514 65.7544 79.5079 -0.445702 0.772982 0.451495 0 0 v -101.66 66.1887 79.5654 -0.0578795 0.933501 0.353873 0 0 v -102.154 66.3373 78.9128 -0.112534 0.967487 0.226507 0 0 v -102.242 65.9173 79.9935 -0.162669 0.840595 0.516661 0 0 v -102.798 66.3373 78.3855 -0.199739 0.967487 0.155158 0 0 v -101.437 66.5068 78.2022 -0.0211728 0.991361 0.129445 0 0 v -103.84 65.9173 78.6862 -0.474212 0.840597 0.261762 0 0 v -99.8844 65.7544 80.1016 0.278626 0.772984 0.569968 0 0 v -99.9906 66.0743 79.5643 0.210639 0.90291 0.374679 0 0 v -100.646 66.0743 79.8122 0.0899313 0.902911 0.420314 0 0 v -100.371 65.7544 80.2854 0.168152 0.772982 0.611738 0 0 v -99.3937 66.1887 78.7085 0.27752 0.933501 0.227064 0 0 v -100.206 66.3373 78.8096 0.139896 0.967487 0.210711 0 0 v -99.3139 65.9173 79.4266 0.366106 0.840596 0.399206 0 0 v -100.984 66.3373 79.1041 0.0345012 0.967486 0.250559 0 0 v -100.463 66.5068 77.8338 0.101517 0.991361 0.0830586 0 0 v -101.245 65.9173 80.1566 -0.0104188 0.840596 0.541562 0 0 v -98.0414 65.7544 77.4387 0.632924 0.77298 0.0436799 0 0 v -98.5598 66.0743 77.2619 0.429799 0.902911 0.00491969 0 0 v -98.673 66.0743 77.9539 0.408969 0.902911 0.132273 0 0 v -98.1253 65.7544 77.9516 0.613854 0.772984 0.160248 0 0 v -99.0026 66.1887 76.3171 0.335397 0.933504 -0.126806 0 0 v -99.3209 66.3373 77.0708 0.252428 0.967487 -0.0157962 0 0 v -98.3408 65.9173 76.6071 0.528776 0.840596 -0.117446 0 0 v -99.4553 66.3373 77.8926 0.23424 0.967487 0.095398 0 0 v -100.295 66.5068 76.8056 0.12269 0.99136 -0.0463861 0 0 v -98.674 65.9173 78.6444 0.463796 0.840597 0.279804 0 0 v -99.4261 65.7544 74.5111 0.354296 0.772981 -0.526284 0 0 v -99.8384 66.0743 74.8717 0.219162 0.902911 -0.369756 0 0 v -99.2957 66.0743 75.3157 0.319036 0.902911 -0.28804 0 0 v -99.0238 65.7544 74.8402 0.445702 0.772982 -0.451495 0 0 v -100.384 66.3373 75.4353 0.112534 0.967487 -0.226507 0 0 v -100.296 65.9173 74.3546 0.162675 0.840595 -0.51666 0 0 v -99.7399 66.3373 75.9625 0.199739 0.967487 -0.155158 0 0 v -98.6982 65.9173 75.6618 0.474212 0.840597 -0.261762 0 0 v -98.5355 65.5596 75.104 0.602324 0.680189 -0.417791 0 0 v -98.5712 65.175 74.6033 0.646316 0.494351 -0.581286 0 0 v -99.0296 65.4627 74.4368 0.487632 0.637965 -0.596 0 0 v -98.1488 65.629 75.9943 0.655966 0.712883 -0.248005 0 0 v -98.0619 65.2414 75.4244 0.750584 0.535239 -0.387482 0 0 v -97.7607 64.3766 75.2834 0.870158 0.196107 -0.45207 0 0 v -98.1299 64.809 74.8971 0.773906 0.346693 -0.529974 0 0 v -97.6687 64.8367 75.8128 0.871035 0.364481 -0.329321 0 0 v -98.7936 64.7813 74.1485 0.598764 0.325436 -0.731828 0 0 v -98.3504 64.3581 74.4214 0.727684 0.179327 -0.662056 0 0 v -97.7788 65.4627 77.7449 0.759974 0.637957 0.1243 0 0 v -97.5452 65.175 77.3168 0.869221 0.494354 0.00830115 0 0 v -97.8497 65.5596 76.9178 0.728065 0.680193 -0.085198 0 0 v -97.2594 64.3581 77.3072 0.983674 0.179329 0.0150272 0 0 v -97.4087 64.809 76.8046 0.930954 0.346688 -0.114596 0 0 v -97.4111 64.7813 77.8051 0.933162 0.32544 0.152634 0 0 v -97.7066 65.2414 76.3641 0.81919 0.535241 -0.206022 0 0 v -97.3874 64.3766 76.2706 0.951586 0.19611 -0.236695 0 0 v -97.3487 62.4867 77.3001 0.975369 -0.21951 0.0216982 0 0 v -97.2891 62.9364 76.781 0.983857 -0.142066 -0.108827 0 0 v -97.2158 63.4113 77.3048 0.998124 -0.0574405 0.021199 0 0 v -97.3121 62.9364 77.8213 0.976644 -0.143694 0.159746 0 0 v -97.5354 62.9364 75.7624 0.92609 -0.140573 -0.350138 0 0 v -97.3335 63.4132 76.2541 0.970499 -0.0510864 -0.235629 0 0 v -97.4612 62.4867 76.2835 0.948427 -0.218889 -0.229289 0 0 v -97.2372 63.8955 76.7782 0.992043 0.0527484 -0.114314 0 0 v -97.4909 63.901 75.7456 0.933608 0.061491 -0.352981 0 0 v -97.2565 63.89 77.8304 0.985946 0.0436126 0.161269 0 0 v -98.7301 62.9364 74.0708 0.626664 -0.143681 -0.76593 0 0 v -98.3162 63.4113 74.3944 0.734431 -0.057443 -0.676248 0 0 v -98.0246 62.9364 74.8356 0.80976 -0.142068 -0.569303 0 0 v -98.4127 62.4867 74.4858 0.717047 -0.219514 -0.661557 0 0 v -97.9838 63.8955 74.8034 0.819531 0.0527481 -0.570602 0 0 v -98.6944 63.89 74.0272 0.632633 0.0436047 -0.773223 0 0 v -97.7093 63.4132 75.2601 0.883635 -0.051085 -0.465381 0 0 v -97.8246 62.4867 75.3225 0.862888 -0.218887 -0.455535 0 0 v -98.1095 65.5596 78.5064 0.66298 0.680189 0.312732 0 0 v -97.6938 65.175 78.2252 0.826569 0.494348 0.269079 0 0 v -98.6873 65.629 79.2864 0.542755 0.71289 0.444077 0 0 v -98.1503 65.2414 79.0768 0.710861 0.535241 0.456282 0 0 v -97.8776 64.3766 79.2672 0.826582 0.196106 0.527547 0 0 v -97.7276 64.809 78.7542 0.845926 0.346693 0.405232 0 0 v -98.29 64.8367 79.6115 0.720718 0.364476 0.58968 0 0 v -97.4259 64.3581 78.3254 0.9372 0.179327 0.299162 0 0 v -100.018 65.4627 80.4822 0.272331 0.637958 0.720309 0 0 v -99.5308 65.175 80.4704 0.427427 0.494347 0.75692 0 0 v -99.3375 65.5596 80.0072 0.437824 0.680191 0.58792 0 0 v -99.3795 64.3581 80.7131 0.478825 0.179329 0.8594 0 0 v -99.0189 64.809 80.3325 0.564718 0.346691 0.748932 0 0 v -99.8866 64.7813 80.8307 0.334396 0.325443 0.884458 0 0 v -98.7864 65.2414 79.8543 0.588011 0.535243 0.606431 0 0 v -98.5459 64.3766 80.0839 0.680779 0.196113 0.705748 0 0 v -99.4181 62.4867 80.6323 0.468898 -0.21951 0.855541 0 0 v -98.9387 62.9364 80.4243 0.586175 -0.142068 0.797631 0 0 v -99.3557 63.4113 80.7497 0.480701 -0.0574437 0.875001 0 0 v -99.8511 62.9364 80.9245 0.349979 -0.143688 0.925672 0 0 v -98.1797 62.9364 79.7017 0.766272 -0.14058 0.626948 0 0 v -98.5046 63.4132 80.1224 0.689308 -0.0510944 0.722664 0 0 v -98.594 62.4867 80.0265 0.672785 -0.218887 0.706717 0 0 v -98.9104 63.8955 80.4679 0.595017 0.0527493 0.80198 0 0 v -98.143 63.901 79.7318 0.772495 0.0614978 0.632035 0 0 v -99.8312 63.89 80.9772 0.353311 0.0436087 0.934489 0 0 v -97.3854 63.4113 78.3415 0.952863 -0.0574392 0.297913 0 0 v -97.6217 62.9364 78.8147 0.897909 -0.142073 0.416624 0 0 v -97.5128 62.4867 78.3036 0.93145 -0.219513 0.290197 0 0 v -97.5734 63.8955 78.8338 0.903923 0.0527512 0.42443 0 0 v -97.8317 63.4132 79.3 0.84485 -0.0510903 0.532559 0 0 v -97.9434 62.4867 79.2314 0.82595 -0.218879 0.519518 0 0 v -100.843 65.5596 80.5765 0.0606549 0.680193 0.730519 0 0 v -100.392 65.175 80.7959 0.180259 0.49435 0.850367 0 0 v -101.808 65.629 80.4661 -0.113201 0.712888 0.692081 0 0 v -101.358 65.2414 80.8264 -0.0397256 0.535245 0.843762 0 0 v -101.386 64.3766 81.1577 -0.0435738 0.196104 0.979614 0 0 v -100.867 64.809 81.0311 0.0720221 0.34669 0.935211 0 0 v -101.89 64.8367 80.9727 -0.150319 0.364482 0.918998 0 0 v -100.345 64.3581 81.078 0.209516 0.179328 0.96122 0 0 v -103.509 65.4627 79.9113 -0.487632 0.637965 0.596 0 0 v -103.255 65.175 80.3276 -0.441796 0.49435 0.748621 0 0 v -102.757 65.5596 80.2635 -0.290246 0.680192 0.673124 0 0 v -103.389 64.3581 80.58 -0.504851 0.179331 0.844373 0 0 v -102.879 64.809 80.702 -0.366234 0.346689 0.863527 0 0 v -103.745 64.7813 80.1996 -0.598768 0.325436 0.731825 0 0 v -102.349 65.2414 80.6642 -0.231174 0.535243 0.812449 0 0 v -102.428 64.3766 80.9874 -0.270811 0.196108 0.942446 0 0 v -103.339 62.4867 80.5062 -0.50647 -0.219508 0.833849 0 0 v -102.919 62.9364 80.8174 -0.397686 -0.142065 0.906457 0 0 v -103.409 63.4113 80.6189 -0.51742 -0.0574492 0.853801 0 0 v -103.808 62.9364 80.2773 -0.626663 -0.143686 0.765929 0 0 v -101.913 62.9364 81.1134 -0.15982 -0.140579 0.977085 0 0 v -102.44 63.4132 81.0424 -0.281192 -0.0510864 0.958291 0 0 v -102.402 62.4867 80.917 -0.275641 -0.218887 0.936008 0 0 v -102.942 63.8955 80.8637 -0.397021 0.052745 0.916293 0 0 v -101.921 63.901 81.1602 -0.161115 0.0614903 0.985018 0 0 v -103.844 63.89 80.3209 -0.632636 0.0436098 0.77322 0 0 v -100.338 63.4113 81.1212 0.21843 -0.0574414 0.97416 0 0 v -100.866 62.9364 81.1531 0.0881528 -0.14207 0.985923 0 0 v -100.369 62.4867 80.9919 0.214405 -0.219511 0.951759 0 0 v -100.859 63.8955 81.2045 0.0843914 0.0527491 0.995035 0 0 v -101.392 63.4132 81.2139 -0.0387856 -0.051084 0.997941 0 0 v -101.388 62.4867 81.0829 -0.0369433 -0.218887 0.975051 0 0 v -104.003 65.5596 79.2441 -0.602324 0.680189 0.417791 0 0 v -103.967 65.175 79.7448 -0.646319 0.494345 0.581288 0 0 v -104.389 65.629 78.3538 -0.655966 0.712883 0.248005 0 0 v -104.476 65.2414 78.9236 -0.750584 0.535239 0.387482 0 0 v -104.778 64.3766 79.0646 -0.870158 0.196107 0.45207 0 0 v -104.408 64.809 79.451 -0.773904 0.346693 0.529978 0 0 v -104.869 64.8367 78.5353 -0.871035 0.364481 0.329321 0 0 v -104.188 64.3581 79.9267 -0.727683 0.179332 0.662055 0 0 v -104.759 65.4627 76.6031 -0.759974 0.637957 -0.1243 0 0 v -104.993 65.175 77.0313 -0.869221 0.494354 -0.00830115 0 0 v -104.689 65.5596 77.4303 -0.728065 0.680193 0.085198 0 0 v -105.279 64.3581 77.0409 -0.983674 0.179329 -0.0150272 0 0 v -105.129 64.809 77.5435 -0.930954 0.346688 0.114596 0 0 v -105.127 64.7813 76.543 -0.933162 0.32544 -0.152634 0 0 v -104.832 65.2414 77.9839 -0.81919 0.535241 0.206022 0 0 v -105.151 64.3766 78.0775 -0.951586 0.19611 0.236695 0 0 v -105.19 62.4867 77.048 -0.975369 -0.21951 -0.0216982 0 0 v -105.249 62.9364 77.5671 -0.983857 -0.142066 0.108827 0 0 v -105.322 63.4113 77.0433 -0.998124 -0.0574405 -0.0212002 0 0 v -105.226 62.9364 76.5268 -0.976644 -0.143694 -0.159747 0 0 v -105.003 62.9364 78.5857 -0.92609 -0.140573 0.350138 0 0 v -105.205 63.4132 78.094 -0.970499 -0.0510864 0.235629 0 0 v -105.077 62.4867 78.0645 -0.948427 -0.218889 0.229289 0 0 v -105.301 63.8955 77.5699 -0.992043 0.0527484 0.114314 0 0 v -105.047 63.901 78.6025 -0.933608 0.061491 0.352981 0 0 v -105.282 63.89 76.5177 -0.985946 0.0436125 -0.161269 0 0 v -104.222 63.4113 79.9537 -0.734434 -0.057443 0.676245 0 0 v -104.514 62.9364 79.5125 -0.80976 -0.142068 0.569303 0 0 v -104.126 62.4867 79.8623 -0.717047 -0.219514 0.661557 0 0 v -104.554 63.8955 79.5447 -0.819531 0.0527481 0.570602 0 0 v -104.829 63.4132 79.088 -0.883635 -0.051085 0.465381 0 0 v -104.714 62.4867 79.0255 -0.862889 -0.218887 0.455534 0 0 v -104.429 65.5596 75.8417 -0.66298 0.680189 -0.312732 0 0 v -104.844 65.175 76.1229 -0.826568 0.494349 -0.269079 0 0 v -103.851 65.629 75.0617 -0.542759 0.712886 -0.44408 0 0 v -104.388 65.2414 75.2713 -0.710861 0.535241 -0.456282 0 0 v -104.661 64.3766 75.0809 -0.826581 0.196106 -0.527547 0 0 v -104.811 64.809 75.5939 -0.845926 0.346693 -0.405232 0 0 v -104.248 64.8367 74.7366 -0.720718 0.364476 -0.58968 0 0 v -105.112 64.3581 76.0227 -0.9372 0.179327 -0.299162 0 0 v -102.52 65.4627 73.8659 -0.272329 0.637965 -0.720304 0 0 v -103.007 65.175 73.8777 -0.427432 0.494349 -0.756916 0 0 v -103.201 65.5596 74.3409 -0.437826 0.680188 -0.587922 0 0 v -103.159 64.3581 73.6349 -0.478824 0.179337 -0.859399 0 0 v -103.519 64.809 74.0156 -0.564718 0.346691 -0.748932 0 0 v -102.652 64.7813 73.5174 -0.334397 0.325435 -0.884461 0 0 v -103.752 65.2414 74.4938 -0.588011 0.535243 -0.606431 0 0 v -103.992 64.3766 74.2642 -0.680779 0.196113 -0.705748 0 0 v -103.12 62.4867 73.7158 -0.468898 -0.21951 -0.855541 0 0 v -103.6 62.9364 73.9238 -0.586175 -0.142068 -0.797631 0 0 v -103.183 63.4113 73.5984 -0.480701 -0.0574507 -0.875001 0 0 v -102.687 62.9364 73.4235 -0.349979 -0.143688 -0.925672 0 0 v -104.358 62.9364 74.6464 -0.76627 -0.14058 -0.626951 0 0 v -104.034 63.4132 74.2257 -0.689308 -0.0510944 -0.722664 0 0 v -103.944 62.4867 74.3216 -0.672785 -0.218887 -0.706717 0 0 v -103.628 63.8955 73.8802 -0.595022 0.0527498 -0.801976 0 0 v -104.395 63.901 74.6163 -0.772495 0.0614978 -0.632035 0 0 v -102.707 63.89 73.3709 -0.353305 0.0436086 -0.934491 0 0 v -105.153 63.4113 76.0066 -0.952863 -0.0574392 -0.297913 0 0 v -104.916 62.9364 75.5334 -0.89791 -0.142073 -0.416621 0 0 v -105.025 62.4867 76.0445 -0.93145 -0.219513 -0.290197 0 0 v -104.965 63.8955 75.5142 -0.903923 0.0527517 -0.42443 0 0 v -104.707 63.4132 75.0481 -0.84485 -0.0510861 -0.532559 0 0 v -104.595 62.4867 75.1167 -0.825949 -0.218883 -0.519517 0 0 v -101.695 65.5596 73.7716 -0.0606549 0.680193 -0.730519 0 0 v -102.146 65.175 73.5522 -0.180252 0.494352 -0.850368 0 0 v -100.731 65.629 73.8819 0.113201 0.712884 -0.692085 0 0 v -101.181 65.2414 73.5217 0.0397256 0.535245 -0.843762 0 0 v -101.152 64.3766 73.1903 0.0435738 0.196105 -0.979614 0 0 v -101.671 64.809 73.3169 -0.0720221 0.34669 -0.935211 0 0 v -100.648 64.8367 73.3754 0.150319 0.364482 -0.918998 0 0 v -102.194 64.3581 73.2701 -0.209516 0.179328 -0.96122 0 0 v -99.2835 65.175 74.0205 0.441796 0.494352 -0.748621 0 0 v -99.7813 65.5596 74.0846 0.290246 0.680192 -0.673124 0 0 v -99.149 64.3581 73.7681 0.50485 0.179327 -0.844374 0 0 v -99.6589 64.809 73.6461 0.366234 0.346689 -0.863527 0 0 v -100.189 65.2414 73.6839 0.231174 0.535243 -0.812449 0 0 v -100.111 64.3766 73.3607 0.270811 0.196106 -0.942446 0 0 v -99.1997 62.4867 73.8419 0.506469 -0.219508 -0.83385 0 0 v -99.6195 62.9364 73.5307 0.397685 -0.142072 -0.906456 0 0 v -99.1292 63.4113 73.7292 0.517429 -0.0574451 -0.853796 0 0 v -100.625 62.9364 73.2347 0.15982 -0.140571 -0.977086 0 0 v -100.098 63.4132 73.3057 0.281185 -0.0510842 -0.958293 0 0 v -100.136 62.4867 73.4311 0.275648 -0.218887 -0.936006 0 0 v -99.5959 63.8955 73.4844 0.397021 0.0527527 -0.916292 0 0 v -100.617 63.901 73.1878 0.161117 0.0614903 -0.985018 0 0 v -102.2 63.4113 73.2269 -0.218431 -0.0574414 -0.97416 0 0 v -101.672 62.9364 73.195 -0.0881528 -0.14207 -0.985923 0 0 v -102.169 62.4867 73.3562 -0.214405 -0.219511 -0.951759 0 0 v -101.68 63.8955 73.1436 -0.0843916 0.0527496 -0.995035 0 0 v -101.147 63.4132 73.1342 0.0387856 -0.051084 -0.997941 0 0 v -101.15 62.4867 73.2652 0.0369352 -0.218887 -0.975051 0 0 v -101.939 60.4913 74.8652 -0.0919998 -0.937643 -0.335205 0 0 v -101.722 60.361 75.2638 -0.0493657 -0.971666 -0.231145 0 0 v -102.193 60.361 75.4421 -0.115908 -0.971666 -0.205988 0 0 v -102.294 60.4913 74.9996 -0.152782 -0.937644 -0.312221 0 0 v -100.988 60.3145 75.4576 0.032207 -0.979893 -0.196908 0 0 v -101.472 60.254 75.802 -0.0194274 -0.989734 -0.141595 0 0 v -101.29 60.425 74.9894 0.00578239 -0.954997 -0.29656 0 0 v -101.838 60.1849 76.709 -0.058477 -0.997142 -0.0478448 0 0 v -102.025 60.254 76.011 -0.0791105 -0.989734 -0.119031 0 0 v -101.151 60.1849 76.4492 0.0121962 -0.997142 -0.0745648 0 0 v -102.699 60.425 75.522 -0.200534 -0.954997 -0.218558 0 0 v -102.615 60.3145 76.0727 -0.154422 -0.979893 -0.126344 0 0 v -99.6045 60.4913 75.4395 0.244299 -0.937643 -0.247273 0 0 v -99.8412 60.361 75.8269 0.175496 -0.971666 -0.158322 0 0 v -100.231 60.361 75.5076 0.120436 -0.971666 -0.203372 0 0 v -99.8986 60.4913 75.199 0.193999 -0.937643 -0.288426 0 0 v -99.6422 60.3145 76.5589 0.18663 -0.979893 -0.0705609 0 0 v -100.182 60.254 76.3124 0.112911 -0.989734 -0.0876225 0 0 v -99.3877 60.425 76.0636 0.259719 -0.954997 -0.143274 0 0 v -100.64 60.254 75.9382 0.0635285 -0.989734 -0.128026 0 0 v -100.582 60.1849 76.9143 0.0706734 -0.997142 -0.02672 0 0 v -100.553 60.425 75.11 0.0890078 -0.954996 -0.282949 0 0 v -98.9347 60.4913 77.7483 0.336293 -0.937644 0.0879286 0 0 v -99.3885 60.361 77.7371 0.22486 -0.971666 0.0728221 0 0 v -99.3071 60.361 77.2396 0.236343 -0.971666 0.00261672 0 0 v -98.8734 60.4913 77.3734 0.346782 -0.937644 0.023802 0 0 v -99.923 60.3145 78.2754 0.154423 -0.979893 0.126345 0 0 v -99.9795 60.254 77.6844 0.132339 -0.989734 0.0539734 0 0 v -99.3667 60.425 78.2482 0.253937 -0.954997 0.153285 0 0 v -99.8841 60.254 77.1012 0.142639 -0.989734 -0.00899544 0 0 v -100.701 60.1849 77.6391 0.0584772 -0.997142 0.0478447 0 0 v -99.1236 60.425 76.762 0.289542 -0.954997 -0.0643909 0 0 v -100.599 60.4913 79.4828 0.0919942 -0.937644 0.335203 0 0 v -100.816 60.361 79.0842 0.0493648 -0.971666 0.231147 0 0 v -100.345 60.361 78.906 0.115908 -0.971666 0.205988 0 0 v -100.244 60.4913 79.3485 0.152782 -0.937644 0.312221 0 0 v -101.55 60.3145 78.8905 -0.0322088 -0.979893 0.196907 0 0 v -101.066 60.254 78.546 0.0194274 -0.989734 0.141595 0 0 v -101.248 60.425 79.3586 -0.00577919 -0.954997 0.29656 0 0 v -100.514 60.254 78.3371 0.0791105 -0.989734 0.119031 0 0 v -101.388 60.1849 77.8988 -0.0121962 -0.997142 0.0745648 0 0 v -99.8395 60.425 78.8261 0.200535 -0.954997 0.218557 0 0 v -102.934 60.4913 78.9085 -0.244298 -0.937642 0.247275 0 0 v -102.697 60.361 78.5212 -0.175497 -0.971666 0.158321 0 0 v -102.307 60.361 78.8404 -0.120434 -0.971667 0.203371 0 0 v -102.64 60.4913 79.1491 -0.194004 -0.937642 0.288425 0 0 v -102.896 60.3145 77.7891 -0.18663 -0.979893 0.0705615 0 0 v -102.356 60.254 78.0357 -0.112912 -0.989734 0.0876232 0 0 v -103.151 60.425 78.2845 -0.259718 -0.954997 0.143275 0 0 v -101.899 60.254 78.4099 -0.0635296 -0.989734 0.128028 0 0 v -101.956 60.1849 77.4338 -0.0706734 -0.997142 0.02672 0 0 v -101.985 60.425 79.2381 -0.0890076 -0.954997 0.282947 0 0 v -103.604 60.4913 76.5997 -0.336293 -0.937643 -0.0879293 0 0 v -103.15 60.361 76.611 -0.22486 -0.971666 -0.0728221 0 0 v -103.231 60.361 77.1085 -0.236343 -0.971666 -0.00261672 0 0 v -103.665 60.4913 76.9747 -0.346782 -0.937644 -0.023802 0 0 v -102.559 60.254 76.6637 -0.132339 -0.989734 -0.0539736 0 0 v -103.172 60.425 76.0999 -0.253938 -0.954997 -0.153283 0 0 v -102.654 60.254 77.2469 -0.142639 -0.989734 0.00899548 0 0 v -103.415 60.425 77.5861 -0.289542 -0.954997 0.0643917 0 0 v -98.179 62.082 74.947 0.780106 -0.301053 -0.548454 0 0 v -98.5873 61.7224 74.6494 0.675138 -0.396913 -0.62181 0 0 v -98.851 62.082 74.2185 0.603945 -0.30063 -0.738154 0 0 v -97.7132 62.082 75.8296 0.891801 -0.301673 -0.337172 0 0 v -98.0363 61.7217 75.4358 0.810253 -0.401599 -0.426859 0 0 v -98.3507 61.1315 75.6001 0.681768 -0.64025 -0.353937 0 0 v -98.4176 61.4065 75.1157 0.704715 -0.512246 -0.490897 0 0 v -97.9904 61.4043 75.9344 0.799355 -0.51932 -0.302222 0 0 v -99.0335 61.4088 74.4416 0.546538 -0.505051 -0.667997 0 0 v -98.8387 61.139 74.8804 0.576064 -0.627506 -0.523819 0 0 v -97.5005 62.082 77.7905 0.941235 -0.300622 0.153957 0 0 v -97.5878 61.7224 77.2929 0.917644 -0.396919 0.0196124 0 0 v -97.4786 62.082 76.7997 0.947826 -0.301052 -0.104847 0 0 v -97.9292 61.139 77.2861 0.778521 -0.62751 0.0116802 0 0 v -97.7691 61.4065 76.831 0.853213 -0.51225 -0.0981226 0 0 v -97.785 61.4088 77.7439 0.851767 -0.505057 0.139324 0 0 v -97.695 61.7217 76.3387 0.889987 -0.401596 -0.21597 0 0 v -98.0394 61.1315 76.4235 0.745397 -0.64025 -0.185644 0 0 v -98.6907 60.5706 76.9862 0.416436 -0.907782 -0.0501371 0 0 v -98.3725 60.7352 77.2888 0.554028 -0.832491 0.00355874 0 0 v -98.6169 60.6101 77.6079 0.440229 -0.894994 0.0720074 0 0 v -98.9301 60.5424 76.2897 0.372808 -0.91714 -0.140953 0 0 v -98.5118 60.7081 76.5508 0.511711 -0.849241 -0.13016 0 0 v -98.1733 60.9079 76.8813 0.6577 -0.748746 -0.0825217 0 0 v -98.3882 60.8967 76.0848 0.609114 -0.758909 -0.230297 0 0 v -98.1692 60.9192 77.6811 0.667907 -0.736182 0.109249 0 0 v -99.5673 60.6101 75.094 0.282477 -0.894991 -0.345249 0 0 v -99.173 60.7352 75.1717 0.41309 -0.832493 -0.369204 0 0 v -99.2113 60.5706 75.609 0.345443 -0.907781 -0.237915 0 0 v -98.754 60.9079 75.3454 0.547783 -0.748749 -0.373241 0 0 v -99.28 60.9192 74.7429 0.428556 -0.736187 -0.523801 0 0 v -98.7892 60.7081 75.8172 0.469827 -0.84924 -0.240942 0 0 v -97.7954 62.082 78.7366 0.86503 -0.301049 0.401363 0 0 v -97.7418 61.7224 78.2343 0.87607 -0.39692 0.273779 0 0 v -98.3268 62.082 79.5814 0.737897 -0.301669 0.603742 0 0 v -98.1474 61.7217 79.1046 0.774794 -0.401606 0.48827 0 0 v -98.4469 61.1315 78.9145 0.647401 -0.640252 0.41346 0 0 v -98.0608 61.4065 78.6143 0.777487 -0.512248 0.364851 0 0 v -98.5562 61.4043 79.3937 0.661409 -0.519321 0.541149 0 0 v -98.0676 61.139 78.132 0.741673 -0.627507 0.236971 0 0 v -99.9186 62.082 80.746 0.33729 -0.300625 0.89211 0 0 v -99.5314 61.7224 80.4215 0.441842 -0.396919 0.804507 0 0 v -99.0496 62.082 80.2696 0.564711 -0.301058 0.768418 0 0 v -99.6962 61.139 80.1225 0.379151 -0.627508 0.680058 0 0 v -99.222 61.4065 80.0336 0.511581 -0.512251 0.689843 0 0 v -100.021 61.4088 80.4763 0.305232 -0.505057 0.807311 0 0 v -98.7586 61.7217 79.8517 0.632025 -0.401596 0.662771 0 0 v -99.0043 61.1315 79.5958 0.533464 -0.640254 0.552712 0 0 v -99.8172 60.5706 79.3131 0.251638 -0.907781 0.335576 0 0 v -99.9202 60.7352 79.7399 0.273931 -0.832491 0.481581 0 0 v -100.319 60.6101 79.6879 0.157755 -0.894991 0.417257 0 0 v -99.3338 60.5424 78.7575 0.30847 -0.917141 0.252386 0 0 v -99.3508 60.7081 79.2503 0.368578 -0.849238 0.378081 0 0 v -99.4677 60.9079 79.7087 0.400322 -0.748744 0.528323 0 0 v -98.8854 60.8967 79.1244 0.503999 -0.758909 0.412363 0 0 v -100.158 60.9192 80.1122 0.239339 -0.736187 0.633045 0 0 v -98.4869 60.7352 77.9882 0.526291 -0.83249 0.173143 0 0 v -98.8849 60.5706 78.1736 0.378758 -0.907783 0.180201 0 0 v -98.4279 60.9079 78.4379 0.597132 -0.748745 0.287774 0 0 v -98.8541 60.7081 78.6433 0.443577 -0.849238 0.286416 0 0 v -100.885 62.082 80.9636 0.0849207 -0.30105 0.949819 0 0 v -100.424 61.7224 80.7589 0.200935 -0.396916 0.895591 0 0 v -101.883 62.082 80.9258 -0.153904 -0.301667 0.94091 0 0 v -101.38 61.7217 80.8428 -0.0354561 -0.401606 0.915126 0 0 v -101.365 61.1315 80.4884 -0.0343616 -0.640249 0.767399 0 0 v -100.912 61.4065 80.6726 0.072767 -0.512251 0.855748 0 0 v -101.835 61.4043 80.6333 -0.137944 -0.519319 0.843374 0 0 v -100.498 61.139 80.4256 0.165609 -0.627515 0.760789 0 0 v -103.687 62.082 80.1295 -0.603946 -0.300628 0.738154 0 0 v -103.213 61.7224 80.3027 -0.475805 -0.396919 0.784898 0 0 v -102.84 62.082 80.6439 -0.383116 -0.301054 0.873263 0 0 v -103.036 61.139 80.0105 -0.399374 -0.627507 0.668383 0 0 v -102.722 61.4065 80.3766 -0.341631 -0.512254 0.787962 0 0 v -103.505 61.4088 79.9065 -0.546535 -0.50506 0.667993 0 0 v -102.333 61.7217 80.687 -0.257961 -0.401599 0.878735 0 0 v -102.234 61.1315 80.3463 -0.211932 -0.640251 0.738351 0 0 v -102.396 60.5706 79.501 -0.164797 -0.907782 0.385711 0 0 v -102.817 60.7352 79.6252 -0.280103 -0.83249 0.478019 0 0 v -102.971 60.6101 79.254 -0.282478 -0.894991 0.345249 0 0 v -101.673 60.5424 79.6418 -0.0643386 -0.91714 0.393337 0 0 v -102.108 60.7081 79.8735 -0.143132 -0.849241 0.508236 0 0 v -102.564 60.9079 80.0015 -0.257385 -0.74874 0.610853 0 0 v -101.766 60.8967 80.2136 -0.105116 -0.758911 0.642654 0 0 v -103.258 60.9192 79.6051 -0.428562 -0.736187 0.523797 0 0 v -100.583 60.7352 79.9905 0.113201 -0.83249 0.542353 0 0 v -100.943 60.5706 79.7386 0.0333209 -0.907783 0.418115 0 0 v -100.943 60.9079 80.2665 0.0493489 -0.748745 0.661019 0 0 v -101.334 60.7081 80.0001 -0.0262545 -0.849239 0.527356 0 0 v -104.359 62.082 79.4011 -0.780106 -0.301053 0.548454 0 0 v -103.951 61.7224 79.6987 -0.675139 -0.396913 0.621809 0 0 v -104.825 62.082 78.5185 -0.891801 -0.301673 0.337172 0 0 v -104.502 61.7217 78.9122 -0.810253 -0.401599 0.426859 0 0 v -104.187 61.1315 78.748 -0.681768 -0.640251 0.353937 0 0 v -104.121 61.4065 79.2324 -0.704715 -0.512246 0.490897 0 0 v -104.548 61.4043 78.4137 -0.799355 -0.51932 0.302222 0 0 v -103.699 61.139 79.4677 -0.576058 -0.627511 0.52382 0 0 v -105.038 62.082 76.5576 -0.941235 -0.300624 -0.153957 0 0 v -104.95 61.7224 77.0552 -0.917644 -0.396919 -0.019614 0 0 v -105.06 62.082 77.5484 -0.947826 -0.301052 0.104847 0 0 v -104.609 61.139 77.062 -0.778522 -0.627509 -0.0116802 0 0 v -104.769 61.4065 77.5171 -0.853213 -0.51225 0.0981226 0 0 v -104.753 61.4088 76.6041 -0.851768 -0.505055 -0.139325 0 0 v -104.843 61.7217 78.0094 -0.889987 -0.401596 0.21597 0 0 v -104.499 61.1315 77.9246 -0.745397 -0.64025 0.185644 0 0 v -103.848 60.5706 77.3619 -0.416436 -0.907782 0.0501371 0 0 v -104.166 60.7352 77.0593 -0.554028 -0.832491 -0.00355962 0 0 v -103.921 60.6101 76.7402 -0.440229 -0.894993 -0.0720083 0 0 v -103.608 60.5424 78.0584 -0.372807 -0.917141 0.140952 0 0 v -104.026 60.7081 77.7972 -0.511711 -0.849241 0.13016 0 0 v -104.365 60.9079 77.4668 -0.6577 -0.748746 0.0825217 0 0 v -104.15 60.8967 78.2633 -0.609114 -0.75891 0.230296 0 0 v -104.369 60.9192 76.667 -0.667907 -0.736182 -0.109249 0 0 v -103.365 60.7352 79.1764 -0.41309 -0.83249 0.36921 0 0 v -103.327 60.5706 78.739 -0.345441 -0.907782 0.237914 0 0 v -103.784 60.9079 79.0027 -0.547781 -0.748749 0.373244 0 0 v -103.749 60.7081 78.5309 -0.469827 -0.84924 0.240942 0 0 v -104.743 62.082 75.6115 -0.86503 -0.301049 -0.401363 0 0 v -104.796 61.7224 76.1138 -0.876071 -0.396921 -0.273778 0 0 v -104.211 62.082 74.7667 -0.737897 -0.301669 -0.603742 0 0 v -104.391 61.7217 75.2435 -0.774795 -0.401603 -0.488271 0 0 v -104.091 61.1315 75.4336 -0.647401 -0.640252 -0.41346 0 0 v -104.477 61.4065 75.7337 -0.777488 -0.512248 -0.364849 0 0 v -103.982 61.4043 74.9544 -0.661407 -0.519321 -0.541153 0 0 v -104.471 61.139 76.2161 -0.741674 -0.627507 -0.236971 0 0 v -102.62 62.082 73.6021 -0.33729 -0.300627 -0.892109 0 0 v -103.007 61.7224 73.9265 -0.441841 -0.396918 -0.804508 0 0 v -103.489 62.082 74.0785 -0.564711 -0.301058 -0.768418 0 0 v -102.842 61.139 74.2256 -0.379145 -0.62751 -0.680059 0 0 v -103.316 61.4065 74.3145 -0.511585 -0.512244 -0.689845 0 0 v -102.518 61.4088 73.8717 -0.305233 -0.505055 -0.807312 0 0 v -103.78 61.7217 74.4964 -0.632025 -0.401598 -0.66277 0 0 v -103.534 61.1315 74.7523 -0.533469 -0.640252 -0.55271 0 0 v -102.721 60.5706 75.035 -0.251635 -0.907783 -0.335573 0 0 v -102.618 60.7352 74.6082 -0.27393 -0.832488 -0.481588 0 0 v -102.22 60.6101 74.6602 -0.157755 -0.894991 -0.417257 0 0 v -103.204 60.5424 75.5906 -0.308471 -0.91714 -0.252387 0 0 v -103.187 60.7081 75.0978 -0.368581 -0.849238 -0.378078 0 0 v -103.071 60.9079 74.6393 -0.400318 -0.748745 -0.528324 0 0 v -103.653 60.8967 75.2237 -0.503999 -0.758908 -0.412364 0 0 v -102.38 60.9192 74.2359 -0.239344 -0.736186 -0.633044 0 0 v -104.051 60.7352 76.3599 -0.526291 -0.83249 -0.173143 0 0 v -103.653 60.5706 76.1745 -0.378758 -0.907783 -0.180201 0 0 v -104.11 60.9079 75.9102 -0.597132 -0.748745 -0.287774 0 0 v -103.684 60.7081 75.7048 -0.443577 -0.849238 -0.286416 0 0 v -101.653 62.082 73.3844 -0.0849207 -0.30105 -0.949819 0 0 v -102.115 61.7224 73.5892 -0.200936 -0.396917 -0.89559 0 0 v -100.655 62.082 73.4223 0.153903 -0.301675 -0.940907 0 0 v -101.158 61.7217 73.5052 0.0354563 -0.401599 -0.915129 0 0 v -101.173 61.1315 73.8597 0.0343615 -0.640253 -0.767396 0 0 v -101.626 61.4065 73.6754 -0.072772 -0.512251 -0.855747 0 0 v -100.703 61.4043 73.7148 0.137951 -0.519318 -0.843373 0 0 v -102.04 61.139 73.9225 -0.165609 -0.62751 -0.760792 0 0 v -99.3255 61.7224 74.0454 0.475803 -0.396919 -0.784899 0 0 v -99.698 62.082 73.7042 0.383116 -0.301058 -0.873262 0 0 v -99.5022 61.139 74.3376 0.399373 -0.627509 -0.668381 0 0 v -99.8162 61.4065 73.9714 0.341631 -0.512243 -0.787969 0 0 v -100.205 61.7217 73.6611 0.257963 -0.4016 -0.878733 0 0 v -100.304 61.1315 74.0018 0.211927 -0.640248 -0.738356 0 0 v -100.143 60.5706 74.8471 0.164797 -0.907782 -0.385711 0 0 v -99.7215 60.7352 74.7229 0.280101 -0.832487 -0.478025 0 0 v -100.865 60.5424 74.7063 0.0643386 -0.91714 -0.393337 0 0 v -100.43 60.7081 74.4746 0.143132 -0.849241 -0.508236 0 0 v -99.9747 60.9079 74.3466 0.257386 -0.748746 -0.610846 0 0 v -100.772 60.8967 74.1345 0.105116 -0.758911 -0.642654 0 0 v -101.955 60.7352 74.3575 -0.1132 -0.832491 -0.542351 0 0 v -101.596 60.5706 74.6095 -0.0333206 -0.907781 -0.418119 0 0 v -101.595 60.9079 74.0816 -0.0493463 -0.748744 -0.66102 0 0 v -101.204 60.7081 74.348 0.0262545 -0.849239 -0.527356 0 0 t 5 482 242 t 242 485 5 t 122 483 242 t 242 482 122 t 62 484 242 t 242 483 62 t 125 485 242 t 242 484 125 t 36 486 243 t 243 488 36 t 123 487 243 t 243 486 123 t 62 483 243 t 243 487 62 t 122 488 243 t 243 483 122 t 18 489 244 t 244 491 18 t 124 490 244 t 244 489 124 t 62 487 244 t 244 490 62 t 123 491 244 t 244 487 123 t 37 492 245 t 245 493 37 t 125 484 245 t 245 492 125 t 62 490 245 t 245 484 62 t 124 493 245 t 245 490 124 t 4 494 246 t 246 497 4 t 126 495 246 t 246 494 126 t 63 496 246 t 246 495 63 t 128 497 246 t 246 496 128 t 35 498 247 t 247 500 35 t 127 499 247 t 247 498 127 t 63 495 247 t 247 499 63 t 126 500 247 t 247 495 126 t 18 491 248 t 248 502 18 t 123 501 248 t 248 491 123 t 63 499 248 t 248 501 63 t 127 502 248 t 248 499 127 t 36 503 249 t 249 486 36 t 128 496 249 t 249 503 128 t 63 501 249 t 249 496 63 t 123 486 249 t 249 501 123 t 3 504 250 t 250 507 3 t 129 505 250 t 250 504 129 t 64 506 250 t 250 505 64 t 131 507 250 t 250 506 131 t 34 508 251 t 251 510 34 t 130 509 251 t 251 508 130 t 64 505 251 t 251 509 64 t 129 510 251 t 251 505 129 t 18 502 252 t 252 512 18 t 127 511 252 t 252 502 127 t 64 509 252 t 252 511 64 t 130 512 252 t 252 509 130 t 35 513 253 t 253 498 35 t 131 506 253 t 253 513 131 t 64 511 253 t 253 506 64 t 127 498 253 t 253 511 127 t 2 514 254 t 254 517 2 t 132 515 254 t 254 514 132 t 65 516 254 t 254 515 65 t 134 517 254 t 254 516 134 t 33 518 255 t 255 520 33 t 133 519 255 t 255 518 133 t 65 515 255 t 255 519 65 t 132 520 255 t 255 515 132 t 18 512 256 t 256 522 18 t 130 521 256 t 256 512 130 t 65 519 256 t 256 521 65 t 133 522 256 t 256 519 133 t 34 523 257 t 257 508 34 t 134 516 257 t 257 523 134 t 65 521 257 t 257 516 65 t 130 508 257 t 257 521 130 t 1 524 258 t 258 527 1 t 135 525 258 t 258 524 135 t 66 526 258 t 258 525 66 t 137 527 258 t 258 526 137 t 32 528 259 t 259 530 32 t 136 529 259 t 259 528 136 t 66 525 259 t 259 529 66 t 135 530 259 t 259 525 135 t 18 522 260 t 260 532 18 t 133 531 260 t 260 522 133 t 66 529 260 t 260 531 66 t 136 532 260 t 260 529 136 t 33 533 261 t 261 518 33 t 137 526 261 t 261 533 137 t 66 531 261 t 261 526 66 t 133 518 261 t 261 531 133 t 0 534 262 t 262 537 0 t 138 535 262 t 262 534 138 t 67 536 262 t 262 535 67 t 139 537 262 t 262 536 139 t 37 493 263 t 263 539 37 t 124 538 263 t 263 493 124 t 67 535 263 t 263 538 67 t 138 539 263 t 263 535 138 t 18 532 264 t 264 489 18 t 136 540 264 t 264 532 136 t 67 538 264 t 264 540 67 t 124 489 264 t 264 538 124 t 32 541 265 t 265 528 32 t 139 536 265 t 265 541 139 t 67 540 265 t 265 536 67 t 136 528 265 t 265 540 136 t 0 537 266 t 266 544 0 t 139 542 266 t 266 537 139 t 68 543 266 t 266 542 68 t 142 544 266 t 266 543 142 t 32 545 267 t 267 541 32 t 140 546 267 t 267 545 140 t 68 542 267 t 267 546 68 t 139 541 267 t 267 542 139 t 19 547 268 t 268 549 19 t 141 548 268 t 268 547 141 t 68 546 268 t 268 548 68 t 140 549 268 t 268 546 140 t 39 550 269 t 269 551 39 t 142 543 269 t 269 550 142 t 68 548 269 t 269 543 68 t 141 551 269 t 269 548 141 t 1 552 270 t 270 524 1 t 143 553 270 t 270 552 143 t 69 554 270 t 270 553 69 t 135 524 270 t 270 554 135 t 40 555 271 t 271 557 40 t 144 556 271 t 271 555 144 t 69 553 271 t 271 556 69 t 143 557 271 t 271 553 143 t 19 549 272 t 272 559 19 t 140 558 272 t 272 549 140 t 69 556 272 t 272 558 69 t 144 559 272 t 272 556 144 t 32 530 273 t 273 545 32 t 135 554 273 t 273 530 135 t 69 558 273 t 273 554 69 t 140 545 273 t 273 558 140 t 7 560 274 t 274 563 7 t 145 561 274 t 274 560 145 t 70 562 274 t 274 561 70 t 147 563 274 t 274 562 147 t 38 564 275 t 275 566 38 t 146 565 275 t 275 564 146 t 70 561 275 t 275 565 70 t 145 566 275 t 275 561 145 t 19 559 276 t 276 568 19 t 144 567 276 t 276 559 144 t 70 565 276 t 276 567 70 t 146 568 276 t 276 565 146 t 40 569 277 t 277 555 40 t 147 562 277 t 277 569 147 t 70 567 277 t 277 562 70 t 144 555 277 t 277 567 144 t 6 570 278 t 278 573 6 t 148 571 278 t 278 570 148 t 71 572 278 t 278 571 71 t 149 573 278 t 278 572 149 t 39 551 279 t 279 575 39 t 141 574 279 t 279 551 141 t 71 571 279 t 279 574 71 t 148 575 279 t 279 571 148 t 19 568 280 t 280 547 19 t 146 576 280 t 280 568 146 t 71 574 280 t 280 576 71 t 141 547 280 t 280 574 141 t 38 577 281 t 281 564 38 t 149 572 281 t 281 577 149 t 71 576 281 t 281 572 71 t 146 564 281 t 281 576 146 t 1 527 282 t 282 552 1 t 137 578 282 t 282 527 137 t 72 579 282 t 282 578 72 t 143 552 282 t 282 579 143 t 33 580 283 t 283 533 33 t 150 581 283 t 283 580 150 t 72 578 283 t 283 581 72 t 137 533 283 t 283 578 137 t 20 582 284 t 284 584 20 t 151 583 284 t 284 582 151 t 72 581 284 t 284 583 72 t 150 584 284 t 284 581 150 t 40 557 285 t 285 585 40 t 143 579 285 t 285 557 143 t 72 583 285 t 285 579 72 t 151 585 285 t 285 583 151 t 2 586 286 t 286 514 2 t 152 587 286 t 286 586 152 t 73 588 286 t 286 587 73 t 132 514 286 t 286 588 132 t 42 589 287 t 287 591 42 t 153 590 287 t 287 589 153 t 73 587 287 t 287 590 73 t 152 591 287 t 287 587 152 t 20 584 288 t 288 593 20 t 150 592 288 t 288 584 150 t 73 590 288 t 288 592 73 t 153 593 288 t 288 590 153 t 33 520 289 t 289 580 33 t 132 588 289 t 289 520 132 t 73 592 289 t 289 588 73 t 150 580 289 t 289 592 150 t 8 594 290 t 290 597 8 t 154 595 290 t 290 594 154 t 74 596 290 t 290 595 74 t 156 597 290 t 290 596 156 t 41 598 291 t 291 600 41 t 155 599 291 t 291 598 155 t 74 595 291 t 291 599 74 t 154 600 291 t 291 595 154 t 20 593 292 t 292 602 20 t 153 601 292 t 292 593 153 t 74 599 292 t 292 601 74 t 155 602 292 t 292 599 155 t 42 603 293 t 293 589 42 t 156 596 293 t 293 603 156 t 74 601 293 t 293 596 74 t 153 589 293 t 293 601 153 t 7 563 294 t 294 606 7 t 147 604 294 t 294 563 147 t 75 605 294 t 294 604 75 t 157 606 294 t 294 605 157 t 40 585 295 t 295 569 40 t 151 607 295 t 295 585 151 t 75 604 295 t 295 607 75 t 147 569 295 t 295 604 147 t 20 602 296 t 296 582 20 t 155 608 296 t 296 602 155 t 75 607 296 t 296 608 75 t 151 582 296 t 296 607 151 t 41 609 297 t 297 598 41 t 157 605 297 t 297 609 157 t 75 608 297 t 297 605 75 t 155 598 297 t 297 608 155 t 2 517 298 t 298 586 2 t 134 610 298 t 298 517 134 t 76 611 298 t 298 610 76 t 152 586 298 t 298 611 152 t 34 612 299 t 299 523 34 t 158 613 299 t 299 612 158 t 76 610 299 t 299 613 76 t 134 523 299 t 299 610 134 t 21 614 300 t 300 616 21 t 159 615 300 t 300 614 159 t 76 613 300 t 300 615 76 t 158 616 300 t 300 613 158 t 42 591 301 t 301 617 42 t 152 611 301 t 301 591 152 t 76 615 301 t 301 611 76 t 159 617 301 t 301 615 159 t 3 618 302 t 302 504 3 t 160 619 302 t 302 618 160 t 77 620 302 t 302 619 77 t 129 504 302 t 302 620 129 t 44 621 303 t 303 623 44 t 161 622 303 t 303 621 161 t 77 619 303 t 303 622 77 t 160 623 303 t 303 619 160 t 21 616 304 t 304 625 21 t 158 624 304 t 304 616 158 t 77 622 304 t 304 624 77 t 161 625 304 t 304 622 161 t 34 510 305 t 305 612 34 t 129 620 305 t 305 510 129 t 77 624 305 t 305 620 77 t 158 612 305 t 305 624 158 t 9 626 306 t 306 629 9 t 162 627 306 t 306 626 162 t 78 628 306 t 306 627 78 t 164 629 306 t 306 628 164 t 43 630 307 t 307 632 43 t 163 631 307 t 307 630 163 t 78 627 307 t 307 631 78 t 162 632 307 t 307 627 162 t 21 625 308 t 308 634 21 t 161 633 308 t 308 625 161 t 78 631 308 t 308 633 78 t 163 634 308 t 308 631 163 t 44 635 309 t 309 621 44 t 164 628 309 t 309 635 164 t 78 633 309 t 309 628 78 t 161 621 309 t 309 633 161 t 8 597 310 t 310 638 8 t 156 636 310 t 310 597 156 t 79 637 310 t 310 636 79 t 165 638 310 t 310 637 165 t 42 617 311 t 311 603 42 t 159 639 311 t 311 617 159 t 79 636 311 t 311 639 79 t 156 603 311 t 311 636 156 t 21 634 312 t 312 614 21 t 163 640 312 t 312 634 163 t 79 639 312 t 312 640 79 t 159 614 312 t 312 639 159 t 43 641 313 t 313 630 43 t 165 637 313 t 313 641 165 t 79 640 313 t 313 637 79 t 163 630 313 t 313 640 163 t 3 507 314 t 314 618 3 t 131 642 314 t 314 507 131 t 80 643 314 t 314 642 80 t 160 618 314 t 314 643 160 t 35 644 315 t 315 513 35 t 166 645 315 t 315 644 166 t 80 642 315 t 315 645 80 t 131 513 315 t 315 642 131 t 22 646 316 t 316 648 22 t 167 647 316 t 316 646 167 t 80 645 316 t 316 647 80 t 166 648 316 t 316 645 166 t 44 623 317 t 317 649 44 t 160 643 317 t 317 623 160 t 80 647 317 t 317 643 80 t 167 649 317 t 317 647 167 t 4 650 318 t 318 494 4 t 168 651 318 t 318 650 168 t 81 652 318 t 318 651 81 t 126 494 318 t 318 652 126 t 46 653 319 t 319 655 46 t 169 654 319 t 319 653 169 t 81 651 319 t 319 654 81 t 168 655 319 t 319 651 168 t 22 648 320 t 320 657 22 t 166 656 320 t 320 648 166 t 81 654 320 t 320 656 81 t 169 657 320 t 320 654 169 t 35 500 321 t 321 644 35 t 126 652 321 t 321 500 126 t 81 656 321 t 321 652 81 t 166 644 321 t 321 656 166 t 10 658 322 t 322 661 10 t 170 659 322 t 322 658 170 t 82 660 322 t 322 659 82 t 172 661 322 t 322 660 172 t 45 662 323 t 323 664 45 t 171 663 323 t 323 662 171 t 82 659 323 t 323 663 82 t 170 664 323 t 323 659 170 t 22 657 324 t 324 666 22 t 169 665 324 t 324 657 169 t 82 663 324 t 324 665 82 t 171 666 324 t 324 663 171 t 46 667 325 t 325 653 46 t 172 660 325 t 325 667 172 t 82 665 325 t 325 660 82 t 169 653 325 t 325 665 169 t 9 629 326 t 326 670 9 t 164 668 326 t 326 629 164 t 83 669 326 t 326 668 83 t 173 670 326 t 326 669 173 t 44 649 327 t 327 635 44 t 167 671 327 t 327 649 167 t 83 668 327 t 327 671 83 t 164 635 327 t 327 668 164 t 22 666 328 t 328 646 22 t 171 672 328 t 328 666 171 t 83 671 328 t 328 672 83 t 167 646 328 t 328 671 167 t 45 673 329 t 329 662 45 t 173 669 329 t 329 673 173 t 83 672 329 t 329 669 83 t 171 662 329 t 329 672 171 t 4 497 330 t 330 650 4 t 128 674 330 t 330 497 128 t 84 675 330 t 330 674 84 t 168 650 330 t 330 675 168 t 36 676 331 t 331 503 36 t 174 677 331 t 331 676 174 t 84 674 331 t 331 677 84 t 128 503 331 t 331 674 128 t 23 678 332 t 332 680 23 t 175 679 332 t 332 678 175 t 84 677 332 t 332 679 84 t 174 680 332 t 332 677 174 t 46 655 333 t 333 681 46 t 168 675 333 t 333 655 168 t 84 679 333 t 333 675 84 t 175 681 333 t 333 679 175 t 5 682 334 t 334 482 5 t 176 683 334 t 334 682 176 t 85 684 334 t 334 683 85 t 122 482 334 t 334 684 122 t 48 685 335 t 335 687 48 t 177 686 335 t 335 685 177 t 85 683 335 t 335 686 85 t 176 687 335 t 335 683 176 t 23 680 336 t 336 689 23 t 174 688 336 t 336 680 174 t 85 686 336 t 336 688 85 t 177 689 336 t 336 686 177 t 36 488 337 t 337 676 36 t 122 684 337 t 337 488 122 t 85 688 337 t 337 684 85 t 174 676 337 t 337 688 174 t 11 690 338 t 338 693 11 t 178 691 338 t 338 690 178 t 86 692 338 t 338 691 86 t 180 693 338 t 338 692 180 t 47 694 339 t 339 696 47 t 179 695 339 t 339 694 179 t 86 691 339 t 339 695 86 t 178 696 339 t 339 691 178 t 23 689 340 t 340 698 23 t 177 697 340 t 340 689 177 t 86 695 340 t 340 697 86 t 179 698 340 t 340 695 179 t 48 699 341 t 341 685 48 t 180 692 341 t 341 699 180 t 86 697 341 t 341 692 86 t 177 685 341 t 341 697 177 t 10 661 342 t 342 702 10 t 172 700 342 t 342 661 172 t 87 701 342 t 342 700 87 t 181 702 342 t 342 701 181 t 46 681 343 t 343 667 46 t 175 703 343 t 343 681 175 t 87 700 343 t 343 703 87 t 172 667 343 t 343 700 172 t 23 698 344 t 344 678 23 t 179 704 344 t 344 698 179 t 87 703 344 t 344 704 87 t 175 678 344 t 344 703 175 t 47 705 345 t 345 694 47 t 181 701 345 t 345 705 181 t 87 704 345 t 345 701 87 t 179 694 345 t 345 704 179 t 5 485 346 t 346 682 5 t 125 706 346 t 346 485 125 t 88 707 346 t 346 706 88 t 176 682 346 t 346 707 176 t 37 708 347 t 347 492 37 t 182 709 347 t 347 708 182 t 88 706 347 t 347 709 88 t 125 492 347 t 347 706 125 t 24 710 348 t 348 712 24 t 183 711 348 t 348 710 183 t 88 709 348 t 348 711 88 t 182 712 348 t 348 709 182 t 48 687 349 t 349 713 48 t 176 707 349 t 349 687 176 t 88 711 349 t 349 707 88 t 183 713 349 t 349 711 183 t 0 544 350 t 350 534 0 t 142 714 350 t 350 544 142 t 89 715 350 t 350 714 89 t 138 534 350 t 350 715 138 t 39 716 351 t 351 550 39 t 184 717 351 t 351 716 184 t 89 714 351 t 351 717 89 t 142 550 351 t 351 714 142 t 24 712 352 t 352 719 24 t 182 718 352 t 352 712 182 t 89 717 352 t 352 718 89 t 184 719 352 t 352 717 184 t 37 539 353 t 353 708 37 t 138 715 353 t 353 539 138 t 89 718 353 t 353 715 89 t 182 708 353 t 353 718 182 t 6 720 354 t 354 570 6 t 185 721 354 t 354 720 185 t 90 722 354 t 354 721 90 t 148 570 354 t 354 722 148 t 49 723 355 t 355 725 49 t 186 724 355 t 355 723 186 t 90 721 355 t 355 724 90 t 185 725 355 t 355 721 185 t 24 719 356 t 356 727 24 t 184 726 356 t 356 719 184 t 90 724 356 t 356 726 90 t 186 727 356 t 356 724 186 t 39 575 357 t 357 716 39 t 148 722 357 t 357 575 148 t 90 726 357 t 357 722 90 t 184 716 357 t 357 726 184 t 11 693 358 t 358 730 11 t 180 728 358 t 358 693 180 t 91 729 358 t 358 728 91 t 187 730 358 t 358 729 187 t 48 713 359 t 359 699 48 t 183 731 359 t 359 713 183 t 91 728 359 t 359 731 91 t 180 699 359 t 359 728 180 t 24 727 360 t 360 710 24 t 186 732 360 t 360 727 186 t 91 731 360 t 360 732 91 t 183 710 360 t 360 731 183 t 49 733 361 t 361 723 49 t 187 729 361 t 361 733 187 t 91 732 361 t 361 729 91 t 186 723 361 t 361 732 186 t 17 734 362 t 362 737 17 t 188 735 362 t 362 734 188 t 92 736 362 t 362 735 92 t 191 737 362 t 362 736 191 t 55 738 363 t 363 740 55 t 189 739 363 t 363 738 189 t 92 735 363 t 363 739 92 t 188 740 363 t 363 735 188 t 25 741 364 t 364 743 25 t 190 742 364 t 364 741 190 t 92 739 364 t 364 742 92 t 189 743 364 t 364 739 189 t 54 744 365 t 365 745 54 t 191 736 365 t 365 744 191 t 92 742 365 t 365 736 92 t 190 745 365 t 365 742 190 t 12 746 366 t 366 749 12 t 192 747 366 t 366 746 192 t 93 748 366 t 366 747 93 t 194 749 366 t 366 748 194 t 50 750 367 t 367 752 50 t 193 751 367 t 367 750 193 t 93 747 367 t 367 751 93 t 192 752 367 t 367 747 192 t 25 743 368 t 368 754 25 t 189 753 368 t 368 743 189 t 93 751 368 t 368 753 93 t 193 754 368 t 368 751 193 t 55 755 369 t 369 738 55 t 194 748 369 t 369 755 194 t 93 753 369 t 369 748 93 t 189 738 369 t 369 753 189 t 13 756 370 t 370 759 13 t 195 757 370 t 370 756 195 t 94 758 370 t 370 757 94 t 197 759 370 t 370 758 197 t 51 760 371 t 371 762 51 t 196 761 371 t 371 760 196 t 94 757 371 t 371 761 94 t 195 762 371 t 371 757 195 t 25 754 372 t 372 764 25 t 193 763 372 t 372 754 193 t 94 761 372 t 372 763 94 t 196 764 372 t 372 761 196 t 50 765 373 t 373 750 50 t 197 758 373 t 373 765 197 t 94 763 373 t 373 758 94 t 193 750 373 t 373 763 193 t 14 766 374 t 374 769 14 t 198 767 374 t 374 766 198 t 95 768 374 t 374 767 95 t 200 769 374 t 374 768 200 t 52 770 375 t 375 772 52 t 199 771 375 t 375 770 199 t 95 767 375 t 375 771 95 t 198 772 375 t 375 767 198 t 25 764 376 t 376 774 25 t 196 773 376 t 376 764 196 t 95 771 376 t 376 773 95 t 199 774 376 t 376 771 199 t 51 775 377 t 377 760 51 t 200 768 377 t 377 775 200 t 95 773 377 t 377 768 95 t 196 760 377 t 377 773 196 t 15 776 378 t 378 779 15 t 201 777 378 t 378 776 201 t 96 778 378 t 378 777 96 t 203 779 378 t 378 778 203 t 53 780 379 t 379 782 53 t 202 781 379 t 379 780 202 t 96 777 379 t 379 781 96 t 201 782 379 t 379 777 201 t 25 774 380 t 380 784 25 t 199 783 380 t 380 774 199 t 96 781 380 t 380 783 96 t 202 784 380 t 380 781 202 t 52 785 381 t 381 770 52 t 203 778 381 t 381 785 203 t 96 783 381 t 381 778 96 t 199 770 381 t 381 783 199 t 16 786 382 t 382 789 16 t 204 787 382 t 382 786 204 t 97 788 382 t 382 787 97 t 205 789 382 t 382 788 205 t 54 745 383 t 383 791 54 t 190 790 383 t 383 745 190 t 97 787 383 t 383 790 97 t 204 791 383 t 383 787 204 t 25 784 384 t 384 741 25 t 202 792 384 t 384 784 202 t 97 790 384 t 384 792 97 t 190 741 384 t 384 790 190 t 53 793 385 t 385 780 53 t 205 788 385 t 385 793 205 t 97 792 385 t 385 788 97 t 202 780 385 t 385 792 202 t 6 573 386 t 386 796 6 t 149 794 386 t 386 573 149 t 98 795 386 t 386 794 98 t 208 796 386 t 386 795 208 t 38 797 387 t 387 577 38 t 206 798 387 t 387 797 206 t 98 794 387 t 387 798 98 t 149 577 387 t 387 794 149 t 26 799 388 t 388 801 26 t 207 800 388 t 388 799 207 t 98 798 388 t 388 800 98 t 206 801 388 t 388 798 206 t 57 802 389 t 389 803 57 t 208 795 389 t 389 802 208 t 98 800 389 t 389 795 98 t 207 803 389 t 389 800 207 t 7 804 390 t 390 560 7 t 209 805 390 t 390 804 209 t 99 806 390 t 390 805 99 t 145 560 390 t 390 806 145 t 56 807 391 t 391 809 56 t 210 808 391 t 391 807 210 t 99 805 391 t 391 808 99 t 209 809 391 t 391 805 209 t 26 801 392 t 392 811 26 t 206 810 392 t 392 801 206 t 99 808 392 t 392 810 99 t 210 811 392 t 392 808 210 t 38 566 393 t 393 797 38 t 145 806 393 t 393 566 145 t 99 810 393 t 393 806 99 t 206 797 393 t 393 810 206 t 13 759 394 t 394 814 13 t 197 812 394 t 394 759 197 t 100 813 394 t 394 812 100 t 212 814 394 t 394 813 212 t 50 815 395 t 395 765 50 t 211 816 395 t 395 815 211 t 100 812 395 t 395 816 100 t 197 765 395 t 395 812 197 t 26 811 396 t 396 818 26 t 210 817 396 t 396 811 210 t 100 816 396 t 396 817 100 t 211 818 396 t 396 816 211 t 56 819 397 t 397 807 56 t 212 813 397 t 397 819 212 t 100 817 397 t 397 813 100 t 210 807 397 t 397 817 210 t 12 820 398 t 398 746 12 t 213 821 398 t 398 820 213 t 101 822 398 t 398 821 101 t 192 746 398 t 398 822 192 t 57 803 399 t 399 824 57 t 207 823 399 t 399 803 207 t 101 821 399 t 399 823 101 t 213 824 399 t 399 821 213 t 26 818 400 t 400 799 26 t 211 825 400 t 400 818 211 t 101 823 400 t 400 825 101 t 207 799 400 t 400 823 207 t 50 752 401 t 401 815 50 t 192 822 401 t 401 752 192 t 101 825 401 t 401 822 101 t 211 815 401 t 401 825 211 t 7 606 402 t 402 804 7 t 157 826 402 t 402 606 157 t 102 827 402 t 402 826 102 t 209 804 402 t 402 827 209 t 41 828 403 t 403 609 41 t 214 829 403 t 403 828 214 t 102 826 403 t 403 829 102 t 157 609 403 t 403 826 157 t 27 830 404 t 404 832 27 t 215 831 404 t 404 830 215 t 102 829 404 t 404 831 102 t 214 832 404 t 404 829 214 t 56 809 405 t 405 833 56 t 209 827 405 t 405 809 209 t 102 831 405 t 405 827 102 t 215 833 405 t 405 831 215 t 8 834 406 t 406 594 8 t 216 835 406 t 406 834 216 t 103 836 406 t 406 835 103 t 154 594 406 t 406 836 154 t 58 837 407 t 407 839 58 t 217 838 407 t 407 837 217 t 103 835 407 t 407 838 103 t 216 839 407 t 407 835 216 t 27 832 408 t 408 841 27 t 214 840 408 t 408 832 214 t 103 838 408 t 408 840 103 t 217 841 408 t 408 838 217 t 41 600 409 t 409 828 41 t 154 836 409 t 409 600 154 t 103 840 409 t 409 836 103 t 214 828 409 t 409 840 214 t 14 769 410 t 410 844 14 t 200 842 410 t 410 769 200 t 104 843 410 t 410 842 104 t 219 844 410 t 410 843 219 t 51 845 411 t 411 775 51 t 218 846 411 t 411 845 218 t 104 842 411 t 411 846 104 t 200 775 411 t 411 842 200 t 27 841 412 t 412 848 27 t 217 847 412 t 412 841 217 t 104 846 412 t 412 847 104 t 218 848 412 t 412 846 218 t 58 849 413 t 413 837 58 t 219 843 413 t 413 849 219 t 104 847 413 t 413 843 104 t 217 837 413 t 413 847 217 t 13 814 414 t 414 756 13 t 212 850 414 t 414 814 212 t 105 851 414 t 414 850 105 t 195 756 414 t 414 851 195 t 56 833 415 t 415 819 56 t 215 852 415 t 415 833 215 t 105 850 415 t 415 852 105 t 212 819 415 t 415 850 212 t 27 848 416 t 416 830 27 t 218 853 416 t 416 848 218 t 105 852 416 t 416 853 105 t 215 830 416 t 416 852 215 t 51 762 417 t 417 845 51 t 195 851 417 t 417 762 195 t 105 853 417 t 417 851 105 t 218 845 417 t 417 853 218 t 8 638 418 t 418 834 8 t 165 854 418 t 418 638 165 t 106 855 418 t 418 854 106 t 216 834 418 t 418 855 216 t 43 856 419 t 419 641 43 t 220 857 419 t 419 856 220 t 106 854 419 t 419 857 106 t 165 641 419 t 419 854 165 t 28 858 420 t 420 860 28 t 221 859 420 t 420 858 221 t 106 857 420 t 420 859 106 t 220 860 420 t 420 857 220 t 58 839 421 t 421 861 58 t 216 855 421 t 421 839 216 t 106 859 421 t 421 855 106 t 221 861 421 t 421 859 221 t 9 862 422 t 422 626 9 t 222 863 422 t 422 862 222 t 107 864 422 t 422 863 107 t 162 626 422 t 422 864 162 t 59 865 423 t 423 867 59 t 223 866 423 t 423 865 223 t 107 863 423 t 423 866 107 t 222 867 423 t 423 863 222 t 28 860 424 t 424 869 28 t 220 868 424 t 424 860 220 t 107 866 424 t 424 868 107 t 223 869 424 t 424 866 223 t 43 632 425 t 425 856 43 t 162 864 425 t 425 632 162 t 107 868 425 t 425 864 107 t 220 856 425 t 425 868 220 t 15 779 426 t 426 872 15 t 203 870 426 t 426 779 203 t 108 871 426 t 426 870 108 t 225 872 426 t 426 871 225 t 52 873 427 t 427 785 52 t 224 874 427 t 427 873 224 t 108 870 427 t 427 874 108 t 203 785 427 t 427 870 203 t 28 869 428 t 428 876 28 t 223 875 428 t 428 869 223 t 108 874 428 t 428 875 108 t 224 876 428 t 428 874 224 t 59 877 429 t 429 865 59 t 225 871 429 t 429 877 225 t 108 875 429 t 429 871 108 t 223 865 429 t 429 875 223 t 14 844 430 t 430 766 14 t 219 878 430 t 430 844 219 t 109 879 430 t 430 878 109 t 198 766 430 t 430 879 198 t 58 861 431 t 431 849 58 t 221 880 431 t 431 861 221 t 109 878 431 t 431 880 109 t 219 849 431 t 431 878 219 t 28 876 432 t 432 858 28 t 224 881 432 t 432 876 224 t 109 880 432 t 432 881 109 t 221 858 432 t 432 880 221 t 52 772 433 t 433 873 52 t 198 879 433 t 433 772 198 t 109 881 433 t 433 879 109 t 224 873 433 t 433 881 224 t 9 670 434 t 434 862 9 t 173 882 434 t 434 670 173 t 110 883 434 t 434 882 110 t 222 862 434 t 434 883 222 t 45 884 435 t 435 673 45 t 226 885 435 t 435 884 226 t 110 882 435 t 435 885 110 t 173 673 435 t 435 882 173 t 29 886 436 t 436 888 29 t 227 887 436 t 436 886 227 t 110 885 436 t 436 887 110 t 226 888 436 t 436 885 226 t 59 867 437 t 437 889 59 t 222 883 437 t 437 867 222 t 110 887 437 t 437 883 110 t 227 889 437 t 437 887 227 t 10 890 438 t 438 658 10 t 228 891 438 t 438 890 228 t 111 892 438 t 438 891 111 t 170 658 438 t 438 892 170 t 60 893 439 t 439 895 60 t 229 894 439 t 439 893 229 t 111 891 439 t 439 894 111 t 228 895 439 t 439 891 228 t 29 888 440 t 440 897 29 t 226 896 440 t 440 888 226 t 111 894 440 t 440 896 111 t 229 897 440 t 440 894 229 t 45 664 441 t 441 884 45 t 170 892 441 t 441 664 170 t 111 896 441 t 441 892 111 t 226 884 441 t 441 896 226 t 16 789 442 t 442 900 16 t 205 898 442 t 442 789 205 t 112 899 442 t 442 898 112 t 231 900 442 t 442 899 231 t 53 901 443 t 443 793 53 t 230 902 443 t 443 901 230 t 112 898 443 t 443 902 112 t 205 793 443 t 443 898 205 t 29 897 444 t 444 904 29 t 229 903 444 t 444 897 229 t 112 902 444 t 444 903 112 t 230 904 444 t 444 902 230 t 60 905 445 t 445 893 60 t 231 899 445 t 445 905 231 t 112 903 445 t 445 899 112 t 229 893 445 t 445 903 229 t 15 872 446 t 446 776 15 t 225 906 446 t 446 872 225 t 113 907 446 t 446 906 113 t 201 776 446 t 446 907 201 t 59 889 447 t 447 877 59 t 227 908 447 t 447 889 227 t 113 906 447 t 447 908 113 t 225 877 447 t 447 906 225 t 29 904 448 t 448 886 29 t 230 909 448 t 448 904 230 t 113 908 448 t 448 909 113 t 227 886 448 t 448 908 227 t 53 782 449 t 449 901 53 t 201 907 449 t 449 782 201 t 113 909 449 t 449 907 113 t 230 901 449 t 449 909 230 t 10 702 450 t 450 890 10 t 181 910 450 t 450 702 181 t 114 911 450 t 450 910 114 t 228 890 450 t 450 911 228 t 47 912 451 t 451 705 47 t 232 913 451 t 451 912 232 t 114 910 451 t 451 913 114 t 181 705 451 t 451 910 181 t 30 914 452 t 452 916 30 t 233 915 452 t 452 914 233 t 114 913 452 t 452 915 114 t 232 916 452 t 452 913 232 t 60 895 453 t 453 917 60 t 228 911 453 t 453 895 228 t 114 915 453 t 453 911 114 t 233 917 453 t 453 915 233 t 11 918 454 t 454 690 11 t 234 919 454 t 454 918 234 t 115 920 454 t 454 919 115 t 178 690 454 t 454 920 178 t 61 921 455 t 455 923 61 t 235 922 455 t 455 921 235 t 115 919 455 t 455 922 115 t 234 923 455 t 455 919 234 t 30 916 456 t 456 925 30 t 232 924 456 t 456 916 232 t 115 922 456 t 456 924 115 t 235 925 456 t 456 922 235 t 47 696 457 t 457 912 47 t 178 920 457 t 457 696 178 t 115 924 457 t 457 920 115 t 232 912 457 t 457 924 232 t 17 737 458 t 458 928 17 t 191 926 458 t 458 737 191 t 116 927 458 t 458 926 116 t 237 928 458 t 458 927 237 t 54 929 459 t 459 744 54 t 236 930 459 t 459 929 236 t 116 926 459 t 459 930 116 t 191 744 459 t 459 926 191 t 30 925 460 t 460 932 30 t 235 931 460 t 460 925 235 t 116 930 460 t 460 931 116 t 236 932 460 t 460 930 236 t 61 933 461 t 461 921 61 t 237 927 461 t 461 933 237 t 116 931 461 t 461 927 116 t 235 921 461 t 461 931 235 t 16 900 462 t 462 786 16 t 231 934 462 t 462 900 231 t 117 935 462 t 462 934 117 t 204 786 462 t 462 935 204 t 60 917 463 t 463 905 60 t 233 936 463 t 463 917 233 t 117 934 463 t 463 936 117 t 231 905 463 t 463 934 231 t 30 932 464 t 464 914 30 t 236 937 464 t 464 932 236 t 117 936 464 t 464 937 117 t 233 914 464 t 464 936 233 t 54 791 465 t 465 929 54 t 204 935 465 t 465 791 204 t 117 937 465 t 465 935 117 t 236 929 465 t 465 937 236 t 11 730 466 t 466 918 11 t 187 938 466 t 466 730 187 t 118 939 466 t 466 938 118 t 234 918 466 t 466 939 234 t 49 940 467 t 467 733 49 t 238 941 467 t 467 940 238 t 118 938 467 t 467 941 118 t 187 733 467 t 467 938 187 t 31 942 468 t 468 944 31 t 239 943 468 t 468 942 239 t 118 941 468 t 468 943 118 t 238 944 468 t 468 941 238 t 61 923 469 t 469 945 61 t 234 939 469 t 469 923 234 t 118 943 469 t 469 939 118 t 239 945 469 t 469 943 239 t 6 796 470 t 470 720 6 t 208 946 470 t 470 796 208 t 119 947 470 t 470 946 119 t 185 720 470 t 470 947 185 t 57 948 471 t 471 802 57 t 240 949 471 t 471 948 240 t 119 946 471 t 471 949 119 t 208 802 471 t 471 946 208 t 31 944 472 t 472 951 31 t 238 950 472 t 472 944 238 t 119 949 472 t 472 950 119 t 240 951 472 t 472 949 240 t 49 725 473 t 473 940 49 t 185 947 473 t 473 725 185 t 119 950 473 t 473 947 119 t 238 940 473 t 473 950 238 t 12 749 474 t 474 820 12 t 194 952 474 t 474 749 194 t 120 953 474 t 474 952 120 t 213 820 474 t 474 953 213 t 55 954 475 t 475 755 55 t 241 955 475 t 475 954 241 t 120 952 475 t 475 955 120 t 194 755 475 t 475 952 194 t 31 951 476 t 476 957 31 t 240 956 476 t 476 951 240 t 120 955 476 t 476 956 120 t 241 957 476 t 476 955 241 t 57 824 477 t 477 948 57 t 213 953 477 t 477 824 213 t 120 956 477 t 477 953 120 t 240 948 477 t 477 956 240 t 17 928 478 t 478 734 17 t 237 958 478 t 478 928 237 t 121 959 478 t 478 958 121 t 188 734 478 t 478 959 188 t 61 945 479 t 479 933 61 t 239 960 479 t 479 945 239 t 121 958 479 t 479 960 121 t 237 933 479 t 479 958 237 t 31 957 480 t 480 942 31 t 241 961 480 t 480 957 241 t 121 960 480 t 480 961 121 t 239 942 480 t 480 960 239 t 55 740 481 t 481 954 55 t 188 959 481 t 481 740 188 t 121 961 481 t 481 959 121 t 241 954 481 t 481 961 241 } object { shader 7---Default type mesh name Cylinder08 962 1920 v -155.627 65.6609 74.5901 0.426346 0.739385 -0.521094 0 0 v -154.446 65.6609 77.713 0.664457 0.739382 0.10868 0 0 v -156.56 65.6609 80.2969 0.238105 0.739383 0.629777 0 0 v -159.855 65.6609 79.758 -0.426346 0.739385 0.521094 0 0 v -161.036 65.6609 76.6351 -0.664457 0.739382 -0.10868 0 0 v -158.922 65.6609 74.0512 -0.238103 0.739387 -0.629773 0 0 v -155.255 62.4867 74.1354 0.617768 -0.219712 -0.755043 0 0 v -153.867 62.4867 77.8078 0.962771 -0.219705 0.157484 0 0 v -156.353 62.4867 80.8464 0.345007 -0.21971 0.912523 0 0 v -160.227 62.4867 80.2127 -0.617765 -0.219715 0.755044 0 0 v -161.616 62.4867 76.5403 -0.962771 -0.219706 -0.157484 0 0 v -159.13 62.4867 73.5017 -0.345007 -0.219713 -0.912522 0 0 v -156.159 60.5294 75.2409 0.235033 -0.92857 -0.287258 0 0 v -155.276 60.5294 77.5772 0.366294 -0.928568 0.0599145 0 0 v -156.858 60.5294 79.5103 0.131259 -0.928569 0.347177 0 0 v -159.323 60.5294 79.1071 -0.235035 -0.928569 0.28726 0 0 v -160.206 60.5294 76.7709 -0.366294 -0.928568 -0.0599141 0 0 v -158.624 60.5294 74.8378 -0.131263 -0.928568 -0.347177 0 0 v -157.741 66.5986 77.174 1.24822e-009 1 -1.87232e-009 0 0 v -154.018 64.3812 75.7666 0.916839 0.198106 -0.34664 0 0 v -154.661 64.3812 79.6942 0.758618 0.198106 0.620688 0 0 v -158.384 64.3812 81.1016 -0.158224 0.198103 0.967326 0 0 v -161.464 64.3812 78.5815 -0.916839 0.198106 0.34664 0 0 v -160.821 64.3812 74.6539 -0.758618 0.198107 -0.620688 0 0 v -157.099 64.3812 73.2464 0.158224 0.198103 -0.967326 0 0 v -157.741 60.1475 77.174 1.33721e-008 -1 2.48783e-009 0 0 v -154.645 61.1296 76.0034 0.717418 -0.641671 -0.271239 0 0 v -155.179 61.1296 79.2701 0.593604 -0.641679 0.485678 0 0 v -158.275 61.1296 80.4407 -0.123805 -0.641678 0.756916 0 0 v -160.837 61.1296 78.3447 -0.717416 -0.641675 0.271233 0 0 v -160.303 61.1296 75.078 -0.593602 -0.641678 -0.485681 0 0 v -157.207 61.1296 73.9073 0.123804 -0.64168 -0.756914 0 0 v -154.997 65.9435 76.1364 0.497672 0.846711 -0.188157 0 0 v -155.47 65.9435 79.0321 0.411784 0.846713 0.336915 0 0 v -158.215 65.9435 80.0698 -0.0858847 0.84671 0.525077 0 0 v -160.486 65.9435 78.2117 -0.497672 0.846711 0.188157 0 0 v -160.012 65.9435 75.316 -0.411785 0.846712 -0.336915 0 0 v -157.267 65.9435 74.2783 0.0858847 0.84671 -0.525077 0 0 v -154.085 62.4867 75.7918 0.91272 -0.218776 -0.345079 0 0 v -155.196 64.3535 74.0634 0.623226 0.177089 -0.761728 0 0 v -153.775 64.3535 77.8228 0.971286 0.177094 0.158873 0 0 v -154.716 62.4867 79.6491 0.75521 -0.218778 0.617895 0 0 v -156.32 64.3535 80.9334 0.348054 0.177089 0.920597 0 0 v -158.372 62.4867 81.0313 -0.157515 -0.218781 0.962976 0 0 v -160.286 64.3535 80.2846 -0.623226 0.17709 0.761727 0 0 v -161.397 62.4867 78.5563 -0.91272 -0.218776 0.345079 0 0 v -161.707 64.3535 76.5253 -0.971286 0.177094 -0.158873 0 0 v -160.766 62.4867 74.699 -0.755209 -0.21878 -0.617895 0 0 v -159.162 64.3535 73.4147 -0.348052 0.177091 -0.920597 0 0 v -157.11 62.4867 73.3168 0.157512 -0.218782 -0.962977 0 0 v -155.735 60.4143 76.4157 0.272576 -0.956599 -0.103056 0 0 v -156.081 60.4143 78.532 0.225537 -0.956599 0.184532 0 0 v -158.087 60.4143 79.2903 -0.04704 -0.956599 0.287587 0 0 v -159.747 60.4143 77.9324 -0.272575 -0.956599 0.103056 0 0 v -159.401 60.4143 75.8161 -0.225538 -0.956598 -0.184532 0 0 v -157.395 60.4143 75.0578 0.0470395 -0.956598 -0.287587 0 0 v -154.436 61.1409 77.7146 0.769597 -0.625999 0.125882 0 0 v -155.621 61.1409 74.5823 0.493812 -0.626001 -0.60355 0 0 v -156.557 61.1409 80.3063 0.275782 -0.626002 0.729429 0 0 v -159.862 61.1409 79.7658 -0.493813 -0.626002 0.603548 0 0 v -161.046 61.1409 76.6335 -0.769597 -0.625999 -0.125882 0 0 v -158.925 61.1409 74.0418 -0.275784 -0.625998 -0.729431 0 0 v -158.556 66.2353 75.0181 -0.113932 0.946683 -0.301347 0 0 v -160.016 66.2353 76.802 -0.317939 0.946684 -0.0520047 0 0 v -159.201 66.2353 78.9579 -0.204006 0.946684 0.249342 0 0 v -156.926 66.2353 79.33 0.113932 0.946683 0.301347 0 0 v -155.466 66.2353 77.5461 0.317939 0.946684 0.0520048 0 0 v -156.282 66.2353 75.3902 0.204006 0.946684 -0.249342 0 0 v -154.768 65.2099 74.9909 0.708669 0.515934 -0.481249 0 0 v -154.067 65.2099 76.8439 0.849795 0.515937 -0.107972 0 0 v -153.713 63.4123 76.7768 0.992262 -0.0542456 -0.111681 0 0 v -154.457 63.4123 74.8067 0.817952 -0.0542447 -0.572723 0 0 v -154.364 65.2099 78.6575 0.77111 0.515936 0.373093 0 0 v -155.618 65.2099 80.1907 0.518404 0.515936 0.681958 0 0 v -155.383 63.4123 80.4642 0.59285 -0.0542355 0.803485 0 0 v -154.049 63.4123 78.8341 0.904969 -0.0542359 0.422006 0 0 v -157.337 65.2099 80.8406 0.0624439 0.515936 0.854348 0 0 v -159.292 65.2099 80.5209 -0.331391 0.515935 0.789931 0 0 v -159.411 63.4123 80.8615 -0.399415 -0.0542358 0.915165 0 0 v -157.333 63.4123 81.2015 0.0870178 -0.054237 0.994729 0 0 v -160.714 65.2099 79.3572 -0.708671 0.515932 0.481248 0 0 v -161.415 65.2099 77.5042 -0.849795 0.515937 0.107972 0 0 v -161.77 63.4123 77.5713 -0.992262 -0.0542456 0.11168 0 0 v -161.025 63.4123 79.5414 -0.817952 -0.0542447 0.572723 0 0 v -161.118 65.2099 75.6906 -0.771109 0.515936 -0.373095 0 0 v -159.864 65.2099 74.1573 -0.518406 0.515937 -0.681957 0 0 v -160.099 63.4123 73.8839 -0.592851 -0.0542371 -0.803484 0 0 v -161.433 63.4123 75.514 -0.90497 -0.0542332 -0.422006 0 0 v -158.145 65.2099 73.5075 -0.062442 0.515936 -0.854348 0 0 v -156.19 65.2099 73.8272 0.331389 0.515936 -0.789931 0 0 v -156.071 63.4123 73.4866 0.399414 -0.0542358 -0.915165 0 0 v -158.149 63.4123 73.1466 -0.0870178 -0.054237 -0.994729 0 0 v -158.325 60.2955 75.6307 -0.0634475 -0.983775 -0.167813 0 0 v -156.696 60.2955 75.897 0.113609 -0.983774 -0.138855 0 0 v -156.113 60.2955 77.4404 0.177055 -0.983775 0.0289603 0 0 v -157.158 60.2955 78.7174 0.0634475 -0.983775 0.167813 0 0 v -158.786 60.2955 78.4511 -0.113609 -0.983775 0.138854 0 0 v -159.369 60.2955 76.9077 -0.177055 -0.983775 -0.0289603 0 0 v -154.759 61.722 75.024 0.750914 -0.399231 -0.526063 0 0 v -154.082 61.722 76.8134 0.911124 -0.399225 -0.10233 0 0 v -154.891 60.7209 76.9229 0.535836 -0.841457 -0.0694976 0 0 v -155.437 60.7209 75.4765 0.447792 -0.841451 -0.302394 0 0 v -154.388 61.722 78.6816 0.831041 -0.399231 0.38728 0 0 v -155.599 61.722 80.1622 0.544174 -0.39923 0.737895 0 0 v -156.098 60.7209 79.517 0.328108 -0.841455 0.4293 0 0 v -155.119 60.7209 78.3203 0.485776 -0.841454 0.236595 0 0 v -157.37 61.722 80.8317 0.0801217 -0.399226 0.913345 0 0 v -159.258 61.722 80.5229 -0.366951 -0.399225 0.840218 0 0 v -158.949 60.7209 79.7682 -0.207738 -0.841452 0.498802 0 0 v -157.423 60.7209 80.0178 0.0379847 -0.841452 0.538994 0 0 v -160.723 61.722 79.3241 -0.750914 -0.399227 0.526066 0 0 v -161.4 61.722 77.5347 -0.911124 -0.399225 0.10233 0 0 v -160.592 60.7209 77.4252 -0.535836 -0.841457 0.0694974 0 0 v -160.045 60.7209 78.8715 -0.447792 -0.841451 0.302395 0 0 v -161.094 61.722 75.6665 -0.831043 -0.399226 -0.38728 0 0 v -159.883 61.722 74.1859 -0.544175 -0.39923 -0.737895 0 0 v -159.384 60.7209 74.831 -0.328106 -0.841454 -0.429304 0 0 v -160.363 60.7209 76.0278 -0.485776 -0.841454 -0.236595 0 0 v -158.112 61.722 73.5164 -0.0801223 -0.399225 -0.913346 0 0 v -156.224 61.722 73.8252 0.366949 -0.399225 -0.840219 0 0 v -156.533 60.7209 74.5799 0.207739 -0.841451 -0.498803 0 0 v -158.059 60.7209 74.3303 -0.0379862 -0.841455 -0.538991 0 0 v -159.398 65.8503 74.5538 -0.328278 0.8156 -0.476476 0 0 v -159.13 66.3735 76.0374 -0.18052 0.972419 -0.147697 0 0 v -157.451 66.3735 75.4026 0.0376498 0.972419 -0.230183 0 0 v -158.232 65.8503 74.1131 -0.0690652 0.8156 -0.574479 0 0 v -160.839 65.8503 77.2987 -0.57678 0.8156 0.0460624 0 0 v -159.42 66.3735 77.8088 -0.21817 0.972419 0.0824851 0 0 v -160.637 65.8503 76.069 -0.532046 0.8156 -0.227429 0 0 v -159.182 65.8503 79.9189 -0.248501 0.8156 0.522537 0 0 v -158.031 66.3735 78.9454 -0.0376498 0.972419 0.230183 0 0 v -160.146 65.8503 79.1299 -0.462981 0.8156 0.347052 0 0 v -156.084 65.8503 79.7943 0.328279 0.815601 0.476475 0 0 v -156.352 66.3735 78.3107 0.18052 0.972419 0.147697 0 0 v -157.25 65.8503 80.2349 0.0690652 0.8156 0.574479 0 0 v -154.644 65.8503 77.0494 0.57678 0.8156 -0.0460624 0 0 v -156.062 66.3735 76.5393 0.21817 0.972419 -0.0824851 0 0 v -154.845 65.8503 78.2791 0.532046 0.8156 0.227429 0 0 v -156.3 65.8503 74.4292 0.248501 0.8156 -0.522537 0 0 v -155.336 65.8503 75.2182 0.462981 0.8156 -0.347052 0 0 v -154.339 65.2563 75.8876 0.787349 0.539875 -0.297684 0 0 v -154.501 64.3674 74.8316 0.808811 0.187842 -0.557262 0 0 v -155.369 65.1566 74.2752 0.552745 0.487924 -0.675576 0 0 v -154.045 65.1566 77.7786 0.86144 0.48792 0.140906 0 0 v -153.762 64.3674 76.7869 0.975178 0.187845 -0.117225 0 0 v -153.844 62.4867 76.7892 0.969772 -0.219169 -0.107276 0 0 v -153.963 63.4136 75.7456 0.934195 -0.0502753 -0.353203 0 0 v -153.735 63.4109 77.8293 0.985205 -0.0583297 0.161149 0 0 v -155.17 63.4109 74.0322 0.632158 -0.0583292 -0.772641 0 0 v -154.564 62.4867 74.8843 0.798168 -0.219163 -0.561156 0 0 v -154.926 65.2563 79.4775 0.651476 0.539869 0.53303 0 0 v -154.092 64.3674 78.8089 0.88701 0.187837 0.421817 0 0 v -156.417 65.1566 80.6774 0.308694 0.487923 0.81648 0 0 v -155.416 64.3674 80.4268 0.589114 0.187835 0.785916 0 0 v -155.459 62.4867 80.3566 0.577783 -0.219169 0.786213 0 0 v -154.615 63.4136 79.7318 0.772979 -0.0502711 0.632436 0 0 v -156.305 63.4109 80.9712 0.353046 -0.0583284 0.933786 0 0 v -154.17 62.4867 78.7805 0.885057 -0.21917 0.410655 0 0 v -158.328 65.2563 80.764 -0.135876 0.539875 0.830706 0 0 v -157.333 64.3674 81.1513 0.0782027 0.18784 0.979081 0 0 v -160.113 65.1566 80.0728 -0.552743 0.487922 0.675579 0 0 v -159.396 64.3674 80.8139 -0.38607 0.187839 0.903143 0 0 v -159.356 62.4867 80.7415 -0.391988 -0.219168 0.893483 0 0 v -158.393 63.4136 81.1602 -0.161215 -0.0502698 0.985638 0 0 v -160.312 63.4109 80.3159 -0.632158 -0.0583294 0.772641 0 0 v -157.347 62.4867 81.0702 0.0868876 -0.219171 0.97181 0 0 v -161.144 65.2563 78.4605 -0.787349 0.539875 0.297684 0 0 v -160.981 64.3674 79.5165 -0.80881 0.187843 0.557262 0 0 v -161.437 65.1566 76.5695 -0.861441 0.48792 -0.140904 0 0 v -161.721 64.3674 77.5612 -0.975178 0.187845 0.117225 0 0 v -161.638 62.4867 77.5589 -0.969772 -0.219169 0.107276 0 0 v -161.519 63.4136 78.6025 -0.934195 -0.0502753 0.353203 0 0 v -161.747 63.4109 76.5188 -0.985205 -0.0583289 -0.16115 0 0 v -160.918 62.4867 79.4637 -0.798168 -0.219163 0.561156 0 0 v -160.556 65.2563 74.8705 -0.651476 0.539869 -0.53303 0 0 v -161.39 64.3674 75.5392 -0.88701 0.187838 -0.421817 0 0 v -159.066 65.1566 73.6707 -0.308694 0.48792 -0.816481 0 0 v -160.066 64.3674 73.9213 -0.589115 0.187837 -0.785914 0 0 v -160.023 62.4867 73.9915 -0.577783 -0.219169 -0.786213 0 0 v -160.867 63.4136 74.6163 -0.772979 -0.05027 -0.632437 0 0 v -159.177 63.4109 73.3769 -0.353045 -0.0583263 -0.933787 0 0 v -161.313 62.4867 75.5676 -0.885057 -0.219173 -0.410654 0 0 v -157.154 65.2563 73.5841 0.135876 0.539875 -0.830706 0 0 v -158.15 64.3674 73.1968 -0.0782028 0.18784 -0.979081 0 0 v -156.087 64.3674 73.5342 0.38607 0.18784 -0.903143 0 0 v -156.126 62.4867 73.6066 0.391988 -0.219168 -0.893483 0 0 v -157.089 63.4136 73.1878 0.161215 -0.0502698 -0.985638 0 0 v -158.136 62.4867 73.2779 -0.0868876 -0.219171 -0.97181 0 0 v -158.107 60.4522 74.9202 -0.0379974 -0.948624 -0.314115 0 0 v -157.536 60.2392 75.9175 0.0213327 -0.991228 -0.130426 0 0 v -158.727 60.2392 76.3678 -0.102286 -0.991228 -0.0836901 0 0 v -158.958 60.4522 75.2418 -0.179323 -0.948624 -0.260683 0 0 v -155.972 60.4522 75.7301 0.25303 -0.948625 -0.189964 0 0 v -156.55 60.2392 76.7238 0.123619 -0.991229 -0.0467374 0 0 v -156.676 60.4522 75.1543 0.136096 -0.948624 -0.285639 0 0 v -155.606 60.4522 77.9839 0.291032 -0.948624 0.12415 0 0 v -156.756 60.2392 77.9803 0.102286 -0.991228 0.0836899 0 0 v -155.459 60.4522 77.0866 0.31542 -0.948624 -0.0249562 0 0 v -157.375 60.4522 79.4279 0.0379981 -0.948625 0.314114 0 0 v -157.947 60.2392 78.4306 -0.0213331 -0.991229 0.130427 0 0 v -156.525 60.4522 79.1063 0.179323 -0.948624 0.260683 0 0 v -159.51 60.4522 78.618 -0.253029 -0.948625 0.189963 0 0 v -158.932 60.2392 77.6243 -0.123619 -0.991229 0.0467378 0 0 v -158.806 60.4522 79.1938 -0.136096 -0.948625 0.285638 0 0 v -159.876 60.4522 76.3642 -0.291032 -0.948624 -0.124151 0 0 v -160.023 60.4522 77.2615 -0.31542 -0.948624 0.0249562 0 0 v -154.31 61.7215 75.8768 0.856406 -0.402157 -0.323787 0 0 v -155.045 61.1353 75.2227 0.636979 -0.633952 -0.438592 0 0 v -155.406 61.7226 74.3205 0.581339 -0.396487 -0.710523 0 0 v -154.102 61.7226 77.7692 0.905998 -0.396492 0.148196 0 0 v -154.428 61.1353 76.8534 0.767818 -0.63395 -0.0925383 0 0 v -155.111 60.702 76.1798 0.491304 -0.85095 -0.185753 0 0 v -154.862 60.7426 77.645 0.550766 -0.829783 0.0900912 0 0 v -155.894 60.7426 74.916 0.353403 -0.829779 -0.431941 0 0 v -154.902 61.7215 79.4968 0.708616 -0.402151 0.579775 0 0 v -154.703 61.1353 78.5335 0.69832 -0.633953 0.332344 0 0 v -156.437 61.7226 80.6227 0.324666 -0.396489 0.858713 0 0 v -155.807 61.1353 79.8828 0.464047 -0.633951 0.618681 0 0 v -155.565 60.702 78.9542 0.40652 -0.850949 0.332608 0 0 v -156.709 60.7426 79.903 0.197365 -0.829781 0.522025 0 0 v -158.333 61.7215 80.794 -0.147793 -0.402151 0.903566 0 0 v -157.399 61.1353 80.4848 0.0613402 -0.633956 0.770932 0 0 v -160.076 61.7226 80.0276 -0.58134 -0.396484 0.710524 0 0 v -159.12 61.1353 80.2034 -0.303768 -0.633959 0.711211 0 0 v -158.195 60.702 79.9484 -0.084785 -0.850948 0.518361 0 0 v -159.589 60.7426 79.4321 -0.353404 -0.82978 0.431938 0 0 v -161.172 61.7215 78.4713 -0.856409 -0.402153 0.323785 0 0 v -160.437 61.1353 79.1254 -0.636973 -0.633957 0.438593 0 0 v -161.38 61.7226 76.5789 -0.905998 -0.396491 -0.148196 0 0 v -161.054 61.1353 77.4947 -0.767818 -0.63395 0.0925369 0 0 v -160.371 60.702 78.1682 -0.491305 -0.85095 0.185753 0 0 v -160.62 60.7426 76.7031 -0.550767 -0.829783 -0.0900919 0 0 v -160.58 61.7215 74.8513 -0.708614 -0.402148 -0.579778 0 0 v -160.779 61.1353 75.8146 -0.698319 -0.633956 -0.33234 0 0 v -159.045 61.7226 73.7253 -0.324667 -0.396488 -0.858713 0 0 v -159.675 61.1353 74.4653 -0.464046 -0.633951 -0.618682 0 0 v -159.917 60.702 75.3938 -0.406518 -0.85095 -0.332607 0 0 v -158.773 60.7426 74.445 -0.197366 -0.829783 -0.522022 0 0 v -157.149 61.7215 73.554 0.147795 -0.402146 -0.903568 0 0 v -158.083 61.1353 73.8633 -0.0613406 -0.633953 -0.770935 0 0 v -156.362 61.1353 74.1447 0.303771 -0.633959 -0.71121 0 0 v -157.287 60.702 74.3997 0.084785 -0.850948 -0.518361 0 0 v -158.79 65.9432 74.3995 -0.181886 0.857598 -0.481085 0 0 v -159.297 66.1584 75.2093 -0.243085 0.924646 -0.293155 0 0 v -158.222 66.4597 75.9012 -0.0600562 0.985475 -0.158846 0 0 v -157.875 66.1584 74.6717 -0.0116696 0.924646 -0.380649 0 0 v -160.668 65.9432 76.6952 -0.507576 0.857598 -0.0830206 0 0 v -160.22 66.1584 77.5388 -0.375423 0.924645 0.06394 0 0 v -159.084 66.4597 76.9544 -0.167593 0.985475 -0.0274128 0 0 v -159.975 66.1584 76.0384 -0.335486 0.924646 -0.180221 0 0 v -159.619 65.9432 79.4698 -0.325685 0.857598 0.398063 0 0 v -158.665 66.1584 79.5035 -0.132338 0.924646 0.357096 0 0 v -158.603 66.4597 78.2272 -0.107537 0.985475 0.131434 0 0 v -159.841 66.1584 78.5408 -0.323819 0.924646 0.200428 0 0 v -156.692 65.9432 79.9486 0.181887 0.857598 0.481084 0 0 v -156.186 66.1584 79.1388 0.243088 0.924645 0.293156 0 0 v -157.26 66.4597 78.4469 0.0600562 0.985475 0.158846 0 0 v -157.608 66.1584 79.6764 0.0116676 0.924646 0.38065 0 0 v -154.814 65.9432 77.6529 0.507576 0.857598 0.0830206 0 0 v -155.262 66.1584 76.8093 0.375423 0.924645 -0.06394 0 0 v -156.398 66.4597 77.3937 0.167593 0.985475 0.0274128 0 0 v -155.507 66.1584 78.3097 0.335485 0.924646 0.180223 0 0 v -155.863 65.9432 74.8783 0.325685 0.857598 -0.398063 0 0 v -156.817 66.1584 74.8446 0.132339 0.924646 -0.357094 0 0 v -156.879 66.4597 76.1209 0.107537 0.985475 -0.131434 0 0 v -155.641 66.1584 75.8073 0.323819 0.924646 -0.200428 0 0 v -155.231 65.4973 74.7333 0.55785 0.653717 -0.511329 0 0 v -154.805 65.6082 75.533 0.631815 0.701761 -0.329154 0 0 v -154.347 64.8275 75.34 0.829887 0.35778 -0.428112 0 0 v -154.908 64.7906 74.496 0.699676 0.334028 -0.631568 0 0 v -154.244 65.4973 77.3436 0.756599 0.653722 0.0143531 0 0 v -153.845 64.7906 77.3077 0.942505 0.334022 0.0106918 0 0 v -153.982 64.8275 76.3036 0.905541 0.357778 -0.228016 0 0 v -154.454 65.6082 76.462 0.69154 0.701762 -0.171177 0 0 v -153.737 62.9364 77.3028 0.989477 -0.143046 0.021745 0 0 v -153.852 62.9364 76.2646 0.962205 -0.141151 -0.232889 0 0 v -153.804 63.8992 76.2551 0.969464 0.0579878 -0.23828 0 0 v -153.682 63.8918 77.3062 0.998712 0.0473239 0.0182845 0 0 v -154.824 62.9364 74.4286 0.727594 -0.143048 -0.670928 0 0 v -154.785 63.8918 74.3898 0.736807 0.0473198 -0.674446 0 0 v -154.181 63.8992 75.2585 0.884612 0.0579811 -0.46271 0 0 v -154.223 62.9364 75.2832 0.875602 -0.141143 -0.461953 0 0 v -154.372 65.4973 78.1275 0.721747 0.653718 0.227453 0 0 v -154.852 65.6082 78.8964 0.60096 0.701764 0.382589 0 0 v -154.456 64.8275 79.1966 0.785699 0.357773 0.504655 0 0 v -154.005 64.7906 78.2888 0.896795 0.334021 0.290152 0 0 v -156.139 65.4973 80.2873 0.365864 0.653716 0.662419 0 0 v -155.909 64.7906 80.6153 0.461989 0.334027 0.821579 0 0 v -155.108 64.8275 79.994 0.650243 0.357776 0.670209 0 0 v -155.481 65.6082 79.6651 0.494016 0.701762 0.513301 0 0 v -155.851 62.9364 80.7059 0.475908 -0.143044 0.867785 0 0 v -155.009 62.9364 80.0872 0.682791 -0.141138 0.716852 0 0 v -154.977 63.8992 80.124 0.691086 0.0579838 0.720443 0 0 v -155.826 63.8918 80.755 0.483528 0.0473203 0.874049 0 0 v -153.905 62.9364 78.3277 0.94484 -0.14305 0.294642 0 0 v -153.852 63.8918 78.3419 0.95249 0.0473225 0.300872 0 0 v -154.302 63.8992 79.2994 0.843024 0.057984 0.534742 0 0 v -154.345 62.9364 79.2751 0.837862 -0.14114 0.527321 0 0 v -156.882 65.4973 80.5683 0.163898 0.653718 0.738776 0 0 v -157.788 65.6082 80.5375 -0.0308515 0.701763 0.711742 0 0 v -157.85 64.8275 81.0307 -0.0441869 0.357775 0.932762 0 0 v -156.839 64.7906 80.9669 0.197118 0.33402 0.921724 0 0 v -159.636 65.4973 80.1178 -0.390735 0.65372 0.648056 0 0 v -159.805 64.7906 80.4816 -0.480513 0.334019 0.810888 0 0 v -158.867 64.8275 80.8644 -0.255303 0.357775 0.89823 0 0 v -158.768 65.6082 80.3772 -0.197524 0.701763 0.68448 0 0 v -159.855 62.9364 80.5771 -0.513569 -0.143041 0.846042 0 0 v -158.898 62.9364 80.9966 -0.279416 -0.141146 0.949739 0 0 v -158.914 63.8992 81.043 -0.278382 0.057985 0.958718 0 0 v -159.885 63.8918 80.6228 -0.515183 0.0473233 0.855773 0 0 v -156.822 62.9364 81.0731 0.21725 -0.143044 0.965578 0 0 v -156.808 63.8918 81.1261 0.215683 0.0473271 0.975316 0 0 v -157.862 63.8992 81.215 -0.0415847 0.0579838 0.997451 0 0 v -157.862 62.9364 81.166 -0.0377401 -0.141144 0.98927 0 0 v -160.251 65.4973 79.6148 -0.557849 0.65372 0.511327 0 0 v -160.677 65.6082 78.8151 -0.631815 0.701761 0.329154 0 0 v -161.135 64.8275 79.0081 -0.829887 0.35778 0.428112 0 0 v -160.574 64.7906 79.8521 -0.699678 0.334023 0.631569 0 0 v -161.238 65.4973 77.0045 -0.756599 0.653722 -0.0143531 0 0 v -161.638 64.7906 77.0404 -0.942505 0.334022 -0.0106918 0 0 v -161.5 64.8275 78.0444 -0.905541 0.357778 0.228016 0 0 v -161.029 65.6082 77.8861 -0.69154 0.701762 0.171177 0 0 v -161.745 62.9364 77.0453 -0.989477 -0.143046 -0.021745 0 0 v -161.63 62.9364 78.0835 -0.962205 -0.141151 0.232889 0 0 v -161.678 63.8992 78.093 -0.969464 0.0579878 0.23828 0 0 v -161.8 63.8918 77.0419 -0.998712 0.047324 -0.0182848 0 0 v -160.658 62.9364 79.9195 -0.727594 -0.143048 0.670928 0 0 v -160.697 63.8918 79.9583 -0.736807 0.0473198 0.674446 0 0 v -161.301 63.8992 79.0896 -0.884612 0.0579811 0.46271 0 0 v -161.259 62.9364 79.0649 -0.875602 -0.141143 0.461953 0 0 v -161.11 65.4973 76.2205 -0.721745 0.65372 -0.227452 0 0 v -160.63 65.6082 75.4516 -0.600961 0.701763 -0.382588 0 0 v -161.027 64.8275 75.1514 -0.785699 0.357773 -0.504655 0 0 v -161.477 64.7906 76.0593 -0.896796 0.33402 -0.290153 0 0 v -159.343 65.4973 74.0607 -0.365866 0.653718 -0.662415 0 0 v -159.574 64.7906 73.7328 -0.461991 0.334025 -0.821579 0 0 v -160.374 64.8275 74.3541 -0.650243 0.357776 -0.670209 0 0 v -160.002 65.6082 74.683 -0.494017 0.70176 -0.513303 0 0 v -159.632 62.9364 73.6422 -0.475911 -0.143044 -0.867783 0 0 v -160.473 62.9364 74.2609 -0.682791 -0.141138 -0.716852 0 0 v -160.505 63.8992 74.224 -0.691086 0.0579842 -0.720443 0 0 v -159.656 63.8918 73.5931 -0.483527 0.0473201 -0.874049 0 0 v -161.577 62.9364 76.0204 -0.94484 -0.14305 -0.294642 0 0 v -161.63 63.8918 76.0062 -0.95249 0.0473226 -0.300872 0 0 v -161.18 63.8992 75.0486 -0.843024 0.0579843 -0.534742 0 0 v -161.138 62.9364 75.073 -0.837861 -0.14114 -0.527323 0 0 v -158.6 65.4973 73.7798 -0.163893 0.653722 -0.738774 0 0 v -157.694 65.6082 73.8106 0.0308503 0.701762 -0.711743 0 0 v -157.632 64.8275 73.3174 0.0441869 0.357775 -0.932762 0 0 v -158.644 64.7906 73.3812 -0.197117 0.334016 -0.921726 0 0 v -155.846 65.4973 74.2303 0.390734 0.653722 -0.648054 0 0 v -155.677 64.7906 73.8664 0.480513 0.334018 -0.810888 0 0 v -156.616 64.8275 73.4837 0.255303 0.357775 -0.89823 0 0 v -156.714 65.6082 73.9709 0.197525 0.701761 -0.684481 0 0 v -155.628 62.9364 73.771 0.51357 -0.143039 -0.846041 0 0 v -156.584 62.9364 73.3514 0.279416 -0.141142 -0.94974 0 0 v -156.568 63.8992 73.3051 0.278381 0.0579872 -0.958719 0 0 v -155.597 63.8918 73.7253 0.515185 0.0473251 -0.855772 0 0 v -158.66 62.9364 73.275 -0.217247 -0.143044 -0.965579 0 0 v -158.674 63.8918 73.222 -0.215683 0.0473272 -0.975316 0 0 v -157.62 63.8992 73.1331 0.0415848 0.0579842 -0.997451 0 0 v -157.62 62.9364 73.1821 0.0377383 -0.141142 -0.98927 0 0 v -158.508 60.4144 75.1445 -0.0993226 -0.959753 -0.262698 0 0 v -157.839 60.3268 75.3737 -0.00635366 -0.97753 -0.210701 0 0 v -158.081 60.2041 76.2752 -0.0343439 -0.995273 -0.0908388 0 0 v -158.859 60.3268 75.7593 -0.134632 -0.97753 -0.162201 0 0 v -156.367 60.4144 75.4948 0.177843 -0.959753 -0.217362 0 0 v -156.231 60.3268 76.1892 0.179298 -0.977529 -0.110854 0 0 v -157.133 60.2041 76.4303 0.0614961 -0.995273 -0.0751616 0 0 v -157.075 60.3268 75.4987 0.0731546 -0.97753 -0.197698 0 0 v -155.6 60.4144 77.5243 0.277162 -0.959753 0.0453331 0 0 v -156.133 60.3268 77.9895 0.185649 -0.97753 0.0998484 0 0 v -156.793 60.2041 77.3291 0.0958411 -0.995273 0.0156753 0 0 v -155.957 60.3268 76.9134 0.207787 -0.97753 -0.0354954 0 0 v -156.974 60.4144 79.2036 0.0993202 -0.959752 0.2627 0 0 v -157.643 60.3268 78.9743 0.00635424 -0.97753 0.210702 0 0 v -157.401 60.2041 78.0728 0.0343439 -0.995273 0.0908388 0 0 v -156.623 60.3268 78.5887 0.134633 -0.97753 0.162201 0 0 v -159.115 60.4144 78.8533 -0.177844 -0.959753 0.217362 0 0 v -159.251 60.3268 78.1589 -0.179297 -0.977529 0.110854 0 0 v -158.35 60.2041 77.9177 -0.0614966 -0.995273 0.0751618 0 0 v -158.407 60.3268 78.8494 -0.0731547 -0.97753 0.197697 0 0 v -159.882 60.4144 76.8238 -0.277162 -0.959753 -0.0453329 0 0 v -159.349 60.3268 76.3586 -0.185649 -0.97753 -0.0998479 0 0 v -158.689 60.2041 77.0189 -0.0958411 -0.995273 -0.0156755 0 0 v -159.525 60.3268 77.4347 -0.207787 -0.97753 0.0354959 0 0 v -154.963 62.082 74.5593 0.70107 -0.300818 -0.646536 0 0 v -154.391 62.082 75.3732 0.843317 -0.301357 -0.444972 0 0 v -154.651 61.405 75.5112 0.758706 -0.516423 -0.39708 0 0 v -155.175 61.408 74.7564 0.635222 -0.508 -0.581747 0 0 v -153.928 62.082 77.2967 0.953451 -0.300815 0.0209919 0 0 v -154.217 61.408 77.2892 0.861208 -0.508002 0.0159791 0 0 v -154.324 61.405 76.3769 0.83163 -0.516425 -0.204198 0 0 v -154.037 62.082 76.3079 0.926765 -0.301356 -0.224257 0 0 v -155.091 60.596 77.3068 0.436312 -0.899762 0.00779713 0 0 v -155.272 60.5509 76.6431 0.393832 -0.913969 -0.0977578 0 0 v -154.731 60.9004 76.4796 0.635661 -0.755026 -0.160846 0 0 v -154.612 60.9154 77.2839 0.671097 -0.741339 0.00680467 0 0 v -155.842 60.596 75.3214 0.322018 -0.89976 -0.294509 0 0 v -155.468 60.9154 75.0218 0.498733 -0.741339 -0.44909 0 0 v -155.024 60.9004 75.7032 0.583068 -0.75503 -0.299934 0 0 v -155.538 60.5509 75.9384 0.359999 -0.913969 -0.187248 0 0 v -154.088 62.082 78.2727 0.910451 -0.300818 0.283878 0 0 v -154.506 62.082 79.1751 0.807016 -0.301359 0.507846 0 0 v -154.756 61.405 79.0183 0.723239 -0.516418 0.458516 0 0 v -154.364 61.408 78.1876 0.82142 -0.507996 0.259247 0 0 v -155.941 62.082 80.5377 0.458541 -0.300818 0.836211 0 0 v -156.079 61.408 80.2833 0.416766 -0.508001 0.753817 0 0 v -155.342 61.405 79.7346 0.592652 -0.516424 0.618118 0 0 v -155.139 62.082 79.9485 0.657596 -0.301359 0.690471 0 0 v -156.531 60.596 79.5353 0.211399 -0.899762 0.381757 0 0 v -156.047 60.5509 79.0472 0.281578 -0.91397 0.292187 0 0 v -155.635 60.9004 79.4338 0.457124 -0.755028 0.470074 0 0 v -156.272 60.9154 79.9385 0.329656 -0.741338 0.584589 0 0 v -155.187 60.596 77.8925 0.416062 -0.89976 0.131622 0 0 v -154.74 60.9154 78.0667 0.638288 -0.741341 0.20737 0 0 v -155.109 60.9004 78.7914 0.551284 -0.755029 0.354988 0 0 v -155.569 60.5509 78.4641 0.342158 -0.91397 0.218143 0 0 v -156.866 62.082 80.8875 0.209381 -0.300818 0.930413 0 0 v -157.857 62.082 80.9759 -0.0363042 -0.301358 0.95282 0 0 v -157.846 61.405 80.6811 -0.0354732 -0.516421 0.8556 0 0 v -156.93 61.408 80.6053 0.1862 -0.508004 0.840988 0 0 v -159.754 62.082 80.4151 -0.49491 -0.300821 0.815212 0 0 v -159.603 61.408 80.1682 -0.444443 -0.508001 0.737838 0 0 v -158.759 61.405 80.5317 -0.238976 -0.516422 0.822313 0 0 v -158.843 62.082 80.8146 -0.269163 -0.301356 0.914733 0 0 v -159.181 60.596 79.4025 -0.224916 -0.89976 0.373959 0 0 v -158.516 60.5509 79.5781 -0.112252 -0.91397 0.389946 0 0 v -158.645 60.9004 80.1282 -0.178534 -0.755027 0.63092 0 0 v -159.401 60.9154 79.8286 -0.341441 -0.74134 0.577783 0 0 v -157.086 60.596 79.7452 0.0940455 -0.899763 0.426124 0 0 v -157.014 60.9154 80.219 0.139562 -0.741337 0.656462 0 0 v -157.826 60.9004 80.2622 -0.0317873 -0.75503 0.654919 0 0 v -157.773 60.5509 79.6998 -0.0178374 -0.91397 0.40539 0 0 v -160.519 62.082 79.7888 -0.701069 -0.300818 0.646538 0 0 v -161.091 62.082 78.9749 -0.843317 -0.301357 0.444972 0 0 v -160.831 61.405 78.8369 -0.758707 -0.516418 0.397084 0 0 v -160.307 61.408 79.5917 -0.635221 -0.508 0.581747 0 0 v -161.554 62.082 77.0514 -0.953451 -0.300815 -0.0209922 0 0 v -161.265 61.408 77.0589 -0.861207 -0.508003 -0.0159793 0 0 v -161.158 61.405 77.9712 -0.831633 -0.516421 0.204195 0 0 v -161.445 62.082 78.0402 -0.926765 -0.301356 0.224257 0 0 v -160.391 60.596 77.0413 -0.436312 -0.899762 -0.00779706 0 0 v -160.211 60.5509 77.705 -0.393832 -0.913969 0.097758 0 0 v -160.751 60.9004 77.8685 -0.635658 -0.755029 0.160843 0 0 v -160.87 60.9154 77.0642 -0.671098 -0.741337 -0.00680494 0 0 v -159.64 60.596 79.0267 -0.322015 -0.899761 0.294512 0 0 v -160.015 60.9154 79.3263 -0.498731 -0.74134 0.449091 0 0 v -160.458 60.9004 78.6448 -0.583063 -0.755034 0.299934 0 0 v -159.944 60.5509 78.4097 -0.359998 -0.913969 0.187248 0 0 v -161.395 62.082 76.0754 -0.910452 -0.300817 -0.283878 0 0 v -160.976 62.082 75.173 -0.807016 -0.30136 -0.507846 0 0 v -160.726 61.405 75.3298 -0.723239 -0.516418 -0.458517 0 0 v -161.118 61.408 76.1605 -0.821419 -0.507998 -0.259248 0 0 v -159.542 62.082 73.8104 -0.45854 -0.300819 -0.836211 0 0 v -159.403 61.408 74.0648 -0.416765 -0.507999 -0.753819 0 0 v -160.14 61.405 74.6135 -0.592654 -0.516422 -0.618117 0 0 v -160.343 62.082 74.3996 -0.657596 -0.30136 -0.690471 0 0 v -158.951 60.596 74.8128 -0.211399 -0.899761 -0.381759 0 0 v -159.436 60.5509 75.3009 -0.281578 -0.91397 -0.292186 0 0 v -159.848 60.9004 74.9143 -0.457126 -0.755027 -0.470075 0 0 v -159.21 60.9155 74.4096 -0.329657 -0.741338 -0.58459 0 0 v -160.295 60.596 76.4556 -0.416063 -0.899759 -0.131623 0 0 v -160.742 60.9154 76.2813 -0.638289 -0.741339 -0.207371 0 0 v -160.373 60.9004 75.5567 -0.551286 -0.755028 -0.354988 0 0 v -159.913 60.5509 75.8839 -0.342159 -0.91397 -0.218143 0 0 v -158.616 62.082 73.4606 -0.209382 -0.300818 -0.930413 0 0 v -157.626 62.082 73.3721 0.0363024 -0.301361 -0.952819 0 0 v -157.636 61.405 73.667 0.0354707 -0.516421 -0.8556 0 0 v -158.552 61.408 73.7428 -0.1862 -0.508005 -0.840988 0 0 v -155.728 62.082 73.933 0.494907 -0.300825 -0.815212 0 0 v -155.879 61.408 74.1799 0.444445 -0.507998 -0.737839 0 0 v -156.723 61.405 73.8163 0.238977 -0.516416 -0.822316 0 0 v -156.639 62.082 73.5335 0.269164 -0.301363 -0.91473 0 0 v -156.301 60.596 74.9455 0.224912 -0.89976 -0.373961 0 0 v -156.966 60.5509 74.7699 0.112252 -0.91397 -0.389946 0 0 v -156.837 60.9004 74.2199 0.178531 -0.755029 -0.630918 0 0 v -156.082 60.9155 74.5194 0.34144 -0.741339 -0.577784 0 0 v -158.396 60.596 74.6029 -0.0940473 -0.89976 -0.42613 0 0 v -158.468 60.9155 74.1291 -0.139563 -0.741336 -0.656462 0 0 v -157.656 60.9004 74.0859 0.0317905 -0.755028 -0.654921 0 0 v -157.71 60.5509 74.6483 0.0178385 -0.913969 -0.405391 0 0 v -159.126 65.7544 74.2465 -0.278622 0.772981 -0.569974 0 0 v -159.02 66.0743 74.7838 -0.210634 0.902911 -0.37468 0 0 v -158.364 66.0743 74.5358 -0.0899318 0.902911 -0.420315 0 0 v -158.64 65.7544 74.0627 -0.168155 0.772982 -0.611738 0 0 v -159.616 66.1887 75.6396 -0.27752 0.933503 -0.227059 0 0 v -158.805 66.3373 75.5385 -0.139894 0.967487 -0.210711 0 0 v -159.696 65.9173 74.9215 -0.366106 0.840595 -0.399207 0 0 v -157.573 66.5068 76.1459 0.0211733 0.99136 -0.129445 0 0 v -158.026 66.3373 75.244 -0.0345013 0.967486 -0.250559 0 0 v -158.547 66.5068 76.5143 -0.101516 0.991361 -0.0830582 0 0 v -157.765 65.9173 74.1914 0.0104122 0.840596 -0.541563 0 0 v -157.35 66.1887 74.7827 0.057879 0.933503 -0.353866 0 0 v -160.969 65.7544 76.9094 -0.632924 0.77298 -0.0436799 0 0 v -160.45 66.0743 77.0862 -0.429799 0.902911 -0.00491969 0 0 v -160.337 66.0743 76.3941 -0.408967 0.902912 -0.132274 0 0 v -160.885 65.7544 76.3965 -0.61386 0.772978 -0.16025 0 0 v -160.008 66.1887 78.031 -0.335396 0.933504 0.126804 0 0 v -159.689 66.3373 77.2773 -0.252429 0.967487 0.0157963 0 0 v -160.669 65.9173 77.741 -0.528775 0.840597 0.117446 0 0 v -159.555 66.3373 76.4555 -0.234242 0.967486 -0.095399 0 0 v -158.716 66.5068 77.5425 -0.12269 0.99136 0.0463861 0 0 v -160.336 65.9173 75.7036 -0.463796 0.840598 -0.2798 0 0 v -159.584 65.7544 79.837 -0.354288 0.772985 0.526283 0 0 v -159.172 66.0743 79.4764 -0.219164 0.902911 0.369756 0 0 v -159.715 66.0743 79.0324 -0.319034 0.90291 0.288045 0 0 v -159.986 65.7544 79.5079 -0.445701 0.772986 0.45149 0 0 v -158.132 66.1887 79.5654 -0.0578799 0.933501 0.353872 0 0 v -158.626 66.3373 78.9128 -0.112534 0.967486 0.226508 0 0 v -158.714 65.9173 79.9935 -0.162671 0.840596 0.516659 0 0 v -159.27 66.3373 78.3855 -0.199737 0.967487 0.155159 0 0 v -157.909 66.5068 78.2022 -0.0211733 0.99136 0.129445 0 0 v -160.312 65.9173 78.6862 -0.474214 0.840596 0.261763 0 0 v -156.356 65.7544 80.1016 0.278625 0.772983 0.56997 0 0 v -156.463 66.0743 79.5643 0.210636 0.90291 0.374681 0 0 v -157.118 66.0743 79.8122 0.0899318 0.902911 0.420315 0 0 v -156.843 65.7544 80.2854 0.168155 0.772982 0.611738 0 0 v -155.866 66.1887 78.7085 0.277524 0.9335 0.227062 0 0 v -156.678 66.3373 78.8096 0.139894 0.967487 0.210711 0 0 v -155.786 65.9173 79.4266 0.366108 0.840595 0.399205 0 0 v -157.456 66.3373 79.1041 0.0345013 0.967486 0.250559 0 0 v -156.935 66.5068 77.8338 0.101516 0.991361 0.0830582 0 0 v -157.717 65.9173 80.1566 -0.0104184 0.840596 0.541562 0 0 v -154.513 65.7544 77.4387 0.632924 0.77298 0.0436799 0 0 v -155.032 66.0743 77.2619 0.429799 0.902911 0.00491969 0 0 v -155.145 66.0743 77.9539 0.408967 0.902912 0.132274 0 0 v -154.597 65.7544 77.9516 0.61386 0.772978 0.16025 0 0 v -155.475 66.1887 76.3171 0.335396 0.933504 -0.126804 0 0 v -155.793 66.3373 77.0708 0.252429 0.967487 -0.0157963 0 0 v -154.813 65.9173 76.6071 0.528775 0.840597 -0.117446 0 0 v -155.927 66.3373 77.8926 0.234242 0.967486 0.0953984 0 0 v -156.767 66.5068 76.8056 0.12269 0.99136 -0.0463861 0 0 v -155.146 65.9173 78.6444 0.463792 0.840599 0.279805 0 0 v -155.898 65.7544 74.5111 0.354288 0.772985 -0.526283 0 0 v -156.31 66.0743 74.8717 0.219164 0.902911 -0.369756 0 0 v -155.768 66.0743 75.3157 0.319034 0.90291 -0.288045 0 0 v -155.496 65.7544 74.8402 0.445701 0.772986 -0.45149 0 0 v -156.856 66.3373 75.4353 0.112534 0.967486 -0.226508 0 0 v -156.768 65.9173 74.3546 0.162678 0.840595 -0.516658 0 0 v -156.212 66.3373 75.9625 0.199737 0.967487 -0.155159 0 0 v -155.17 65.9173 75.6618 0.474214 0.840596 -0.261763 0 0 v -155.007 65.5596 75.104 0.60232 0.680193 -0.41779 0 0 v -155.043 65.175 74.6033 0.646306 0.494356 -0.581292 0 0 v -155.502 65.4627 74.4368 0.487636 0.637956 -0.596005 0 0 v -154.621 65.629 75.9943 0.655965 0.712884 -0.248005 0 0 v -154.534 65.2414 75.4244 0.750586 0.53524 -0.387477 0 0 v -154.233 64.3766 75.2834 0.870161 0.196107 -0.452064 0 0 v -154.602 64.809 74.8971 0.773909 0.346693 -0.52997 0 0 v -154.141 64.8367 75.8128 0.871032 0.364481 -0.329327 0 0 v -155.266 64.7813 74.1485 0.598761 0.325446 -0.731826 0 0 v -154.822 64.3581 74.4214 0.727685 0.179321 -0.662057 0 0 v -154.251 65.4627 77.7449 0.759968 0.637963 0.124306 0 0 v -154.017 65.175 77.3168 0.869221 0.494355 0.00828706 0 0 v -154.322 65.5596 76.9178 0.728069 0.680189 -0.0852 0 0 v -153.731 64.3581 77.3072 0.983673 0.179337 0.0150201 0 0 v -153.881 64.809 76.8046 0.930952 0.346695 -0.114588 0 0 v -153.883 64.7813 77.8051 0.933162 0.325439 0.152634 0 0 v -154.179 65.2414 76.3641 0.819188 0.535247 -0.206015 0 0 v -153.859 64.3766 76.2706 0.951588 0.196102 -0.236695 0 0 v -153.821 62.4867 77.3001 0.975369 -0.219511 0.0216909 0 0 v -153.761 62.9364 76.781 0.983854 -0.142082 -0.108834 0 0 v -153.688 63.4113 77.3048 0.998123 -0.0574484 0.0212062 0 0 v -153.784 62.9364 77.8213 0.976644 -0.143694 0.159746 0 0 v -154.007 62.9364 75.7624 0.92609 -0.140574 -0.350137 0 0 v -153.805 63.4132 76.2541 0.970496 -0.0510941 -0.235643 0 0 v -153.933 62.4867 76.2835 0.948429 -0.218881 -0.229289 0 0 v -153.709 63.8955 76.7782 0.992042 0.0527563 -0.114321 0 0 v -153.963 63.901 75.7456 0.933608 0.0614837 -0.352981 0 0 v -153.729 63.89 77.8304 0.985946 0.0436044 0.161277 0 0 v -155.202 62.9364 74.0708 0.626663 -0.143685 -0.765929 0 0 v -154.788 63.4113 74.3944 0.734434 -0.057443 -0.676244 0 0 v -154.497 62.9364 74.8356 0.809763 -0.142068 -0.569298 0 0 v -154.885 62.4867 74.4858 0.717046 -0.219514 -0.661557 0 0 v -154.456 63.8955 74.8034 0.819532 0.0527417 -0.570602 0 0 v -155.166 63.89 74.0272 0.632636 0.0436045 -0.773221 0 0 v -154.181 63.4132 75.2601 0.883638 -0.051092 -0.465375 0 0 v -154.297 62.4867 75.3225 0.862893 -0.21888 -0.455529 0 0 v -154.582 65.5596 78.5064 0.662978 0.680194 0.312724 0 0 v -154.166 65.175 78.2252 0.826566 0.494354 0.269078 0 0 v -155.159 65.629 79.2864 0.542757 0.712888 0.444078 0 0 v -154.622 65.2414 79.0768 0.710855 0.535241 0.456291 0 0 v -154.35 64.3766 79.2672 0.826582 0.196106 0.527547 0 0 v -154.2 64.809 78.7542 0.845928 0.346686 0.405233 0 0 v -154.762 64.8367 79.6115 0.720716 0.364481 0.589679 0 0 v -153.898 64.3581 78.3254 0.937198 0.179327 0.299169 0 0 v -156.49 65.4627 80.4822 0.272332 0.637959 0.720308 0 0 v -156.003 65.175 80.4704 0.427425 0.494354 0.756916 0 0 v -155.809 65.5596 80.0072 0.437824 0.680188 0.587924 0 0 v -155.852 64.3581 80.7131 0.478826 0.179325 0.8594 0 0 v -155.491 64.809 80.3325 0.564721 0.346696 0.748928 0 0 v -156.359 64.7813 80.8307 0.334395 0.325446 0.884458 0 0 v -155.258 65.2414 79.8543 0.58801 0.535244 0.606431 0 0 v -155.018 64.3766 80.0839 0.680779 0.196107 0.705749 0 0 v -155.89 62.4867 80.6323 0.468895 -0.21951 0.855542 0 0 v -155.411 62.9364 80.4243 0.586174 -0.142068 0.797632 0 0 v -155.828 63.4113 80.7497 0.480701 -0.0574399 0.875001 0 0 v -156.323 62.9364 80.9245 0.349976 -0.143691 0.925672 0 0 v -154.652 62.9364 79.7017 0.766277 -0.140568 0.626946 0 0 v -154.977 63.4132 80.1224 0.689312 -0.0510835 0.722661 0 0 v -155.066 62.4867 80.0265 0.672781 -0.218893 0.706719 0 0 v -155.382 63.8955 80.4679 0.595021 0.0527493 0.801977 0 0 v -154.615 63.901 79.7318 0.772492 0.0614917 0.63204 0 0 v -156.303 63.89 80.9772 0.353311 0.0436087 0.934489 0 0 v -153.857 63.4113 78.3415 0.952863 -0.0574392 0.297913 0 0 v -154.094 62.9364 78.8147 0.897909 -0.142074 0.416623 0 0 v -153.985 62.4867 78.3036 0.93145 -0.219512 0.290197 0 0 v -154.045 63.8955 78.8338 0.903923 0.0527512 0.42443 0 0 v -154.304 63.4132 79.3 0.844846 -0.0510902 0.532564 0 0 v -154.415 62.4867 79.2314 0.825952 -0.218886 0.519512 0 0 v -157.315 65.5596 80.5765 0.0606558 0.680193 0.730519 0 0 v -156.864 65.175 80.7959 0.18026 0.494353 0.850365 0 0 v -158.28 65.629 80.4661 -0.113201 0.712887 0.692082 0 0 v -157.829 65.2414 80.8264 -0.0397255 0.535245 0.843762 0 0 v -157.858 64.3766 81.1577 -0.0435746 0.196104 0.979614 0 0 v -157.339 64.809 81.0311 0.072022 0.346689 0.935211 0 0 v -158.362 64.8367 80.9727 -0.150319 0.364483 0.918997 0 0 v -156.817 64.3581 81.078 0.209514 0.179326 0.961221 0 0 v -159.981 65.4627 79.9113 -0.487636 0.637956 0.596005 0 0 v -159.727 65.175 80.3276 -0.441799 0.494354 0.748617 0 0 v -159.229 65.5596 80.2635 -0.290245 0.680194 0.673122 0 0 v -159.861 64.3581 80.58 -0.504847 0.179327 0.844377 0 0 v -159.351 64.809 80.702 -0.366233 0.346689 0.863528 0 0 v -160.217 64.7813 80.1996 -0.598765 0.325446 0.731823 0 0 v -158.821 65.2414 80.6642 -0.231173 0.535244 0.812449 0 0 v -158.9 64.3766 80.9874 -0.270811 0.196105 0.942446 0 0 v -159.811 62.4867 80.5062 -0.506473 -0.219508 0.833847 0 0 v -159.391 62.9364 80.8174 -0.397687 -0.142058 0.906457 0 0 v -159.881 63.4113 80.6189 -0.517417 -0.0574491 0.853803 0 0 v -160.28 62.9364 80.2773 -0.626663 -0.143686 0.765929 0 0 v -158.385 62.9364 81.1134 -0.159819 -0.140579 0.977085 0 0 v -158.912 63.4132 81.0424 -0.281194 -0.0510864 0.95829 0 0 v -158.874 62.4867 80.917 -0.275638 -0.218887 0.936009 0 0 v -159.414 63.8955 80.8637 -0.39702 0.0527418 0.916293 0 0 v -158.393 63.901 81.1602 -0.161115 0.0614903 0.985018 0 0 v -160.316 63.89 80.3209 -0.632636 0.0436045 0.773221 0 0 v -156.81 63.4113 81.1212 0.21843 -0.0574414 0.974161 0 0 v -157.338 62.9364 81.1531 0.088152 -0.142071 0.985923 0 0 v -156.841 62.4867 80.9919 0.214406 -0.219511 0.951759 0 0 v -157.331 63.8955 81.2045 0.0843924 0.0527498 0.995035 0 0 v -157.863 63.4132 81.2139 -0.0387847 -0.0510843 0.997941 0 0 v -157.86 62.4867 81.0829 -0.0369431 -0.218886 0.975051 0 0 v -160.475 65.5596 79.2441 -0.60232 0.680193 0.41779 0 0 v -160.439 65.175 79.7448 -0.64631 0.494349 0.581294 0 0 v -160.861 65.629 78.3538 -0.655965 0.712884 0.248005 0 0 v -160.948 65.2414 78.9236 -0.750586 0.53524 0.387477 0 0 v -161.25 64.3766 79.0646 -0.870161 0.196107 0.452064 0 0 v -160.88 64.809 79.451 -0.773907 0.346693 0.529973 0 0 v -161.341 64.8367 78.5353 -0.871032 0.364481 0.329327 0 0 v -160.66 64.3581 79.9267 -0.727684 0.179326 0.662056 0 0 v -161.231 65.4627 76.6031 -0.759968 0.637963 -0.124306 0 0 v -161.465 65.175 77.0313 -0.869221 0.494355 -0.00828706 0 0 v -161.16 65.5596 77.4303 -0.728069 0.680189 0.0852 0 0 v -161.751 64.3581 77.0409 -0.983673 0.179337 -0.0150201 0 0 v -161.601 64.809 77.5435 -0.930952 0.346695 0.114588 0 0 v -161.599 64.7813 76.543 -0.933162 0.325439 -0.152634 0 0 v -161.304 65.2414 77.9839 -0.819188 0.535247 0.206015 0 0 v -161.623 64.3766 78.0775 -0.951588 0.196102 0.236695 0 0 v -161.662 62.4867 77.048 -0.975369 -0.219511 -0.0216909 0 0 v -161.721 62.9364 77.5671 -0.983854 -0.142082 0.108834 0 0 v -161.794 63.4113 77.0433 -0.998123 -0.0574484 -0.0212074 0 0 v -161.698 62.9364 76.5268 -0.976644 -0.143693 -0.159747 0 0 v -161.475 62.9364 78.5857 -0.92609 -0.140574 0.350137 0 0 v -161.677 63.4132 78.094 -0.970496 -0.0510941 0.235643 0 0 v -161.549 62.4867 78.0645 -0.948429 -0.218881 0.229289 0 0 v -161.773 63.8955 77.5699 -0.992042 0.0527563 0.114321 0 0 v -161.519 63.901 78.6025 -0.933608 0.0614837 0.352981 0 0 v -161.754 63.89 76.5177 -0.985946 0.0436043 -0.161277 0 0 v -160.694 63.4113 79.9537 -0.734435 -0.057443 0.676244 0 0 v -160.986 62.9364 79.5125 -0.809763 -0.142068 0.569298 0 0 v -160.597 62.4867 79.8623 -0.717046 -0.219514 0.661557 0 0 v -161.026 63.8955 79.5447 -0.819532 0.0527417 0.570602 0 0 v -161.301 63.4132 79.088 -0.883638 -0.051092 0.465375 0 0 v -161.186 62.4867 79.0255 -0.862893 -0.21888 0.455529 0 0 v -160.901 65.5596 75.8417 -0.662978 0.680194 -0.312724 0 0 v -161.316 65.175 76.1229 -0.826565 0.494356 -0.269078 0 0 v -160.323 65.629 75.0617 -0.54276 0.712884 -0.444081 0 0 v -160.86 65.2414 75.2713 -0.710855 0.535241 -0.456291 0 0 v -161.133 64.3766 75.0809 -0.826581 0.196106 -0.527547 0 0 v -161.283 64.809 75.5939 -0.845928 0.346686 -0.405233 0 0 v -160.72 64.8367 74.7366 -0.720716 0.364481 -0.589679 0 0 v -161.584 64.3581 76.0227 -0.937198 0.179327 -0.299169 0 0 v -158.992 65.4627 73.8659 -0.27233 0.637965 -0.720303 0 0 v -159.479 65.175 73.8777 -0.42743 0.494355 -0.756912 0 0 v -159.673 65.5596 74.3409 -0.437826 0.680184 -0.587926 0 0 v -159.631 64.3581 73.6349 -0.478825 0.179333 -0.859399 0 0 v -159.991 64.809 74.0156 -0.564721 0.346696 -0.748928 0 0 v -159.124 64.7813 73.5174 -0.334396 0.325438 -0.88446 0 0 v -160.224 65.2414 74.4938 -0.58801 0.535244 -0.606431 0 0 v -160.464 64.3766 74.2642 -0.680779 0.196108 -0.705749 0 0 v -159.592 62.4867 73.7158 -0.468895 -0.21951 -0.855542 0 0 v -160.072 62.9364 73.9238 -0.586174 -0.142068 -0.797632 0 0 v -159.654 63.4113 73.5984 -0.480701 -0.0574469 -0.875001 0 0 v -159.159 62.9364 73.4235 -0.349976 -0.143691 -0.925673 0 0 v -160.83 62.9364 74.6464 -0.766274 -0.140568 -0.626949 0 0 v -160.506 63.4132 74.2257 -0.689312 -0.0510835 -0.722661 0 0 v -160.416 62.4867 74.3216 -0.672781 -0.218893 -0.706719 0 0 v -160.1 63.8955 73.8802 -0.595026 0.0527498 -0.801974 0 0 v -160.867 63.901 74.6163 -0.772492 0.0614918 -0.63204 0 0 v -159.179 63.89 73.3709 -0.353305 0.0436086 -0.934491 0 0 v -161.625 63.4113 76.0066 -0.952863 -0.0574392 -0.297913 0 0 v -161.388 62.9364 75.5334 -0.89791 -0.142074 -0.416621 0 0 v -161.497 62.4867 76.0445 -0.93145 -0.219512 -0.290197 0 0 v -161.437 63.8955 75.5142 -0.903923 0.0527517 -0.42443 0 0 v -161.178 63.4132 75.0481 -0.844846 -0.051086 -0.532564 0 0 v -161.067 62.4867 75.1167 -0.825951 -0.218891 -0.519512 0 0 v -158.167 65.5596 73.7716 -0.0606558 0.680193 -0.730519 0 0 v -158.618 65.175 73.5522 -0.180253 0.494355 -0.850366 0 0 v -157.203 65.629 73.8819 0.113202 0.712883 -0.692086 0 0 v -157.653 65.2414 73.5217 0.0397255 0.535245 -0.843762 0 0 v -157.624 64.3766 73.1903 0.0435746 0.196105 -0.979614 0 0 v -158.143 64.809 73.3169 -0.072022 0.346689 -0.935211 0 0 v -157.12 64.8367 73.3754 0.150319 0.364483 -0.918997 0 0 v -158.666 64.3581 73.2701 -0.209514 0.179326 -0.961221 0 0 v -155.755 65.175 74.0205 0.441798 0.494355 -0.748617 0 0 v -156.253 65.5596 74.0846 0.290245 0.680194 -0.673122 0 0 v -155.621 64.3581 73.7681 0.504847 0.179327 -0.844377 0 0 v -156.131 64.809 73.6461 0.366233 0.346689 -0.863528 0 0 v -156.661 65.2414 73.6839 0.231173 0.535244 -0.812449 0 0 v -156.583 64.3766 73.3607 0.270811 0.196106 -0.942446 0 0 v -155.672 62.4867 73.8419 0.506472 -0.219508 -0.833848 0 0 v -156.091 62.9364 73.5307 0.397687 -0.142066 -0.906456 0 0 v -155.601 63.4113 73.7292 0.517422 -0.0574492 -0.8538 0 0 v -157.097 62.9364 73.2347 0.159819 -0.140571 -0.977086 0 0 v -156.57 63.4132 73.3057 0.281188 -0.0510864 -0.958292 0 0 v -156.608 62.4867 73.4311 0.275644 -0.218887 -0.936007 0 0 v -156.068 63.8955 73.4844 0.39702 0.0527495 -0.916293 0 0 v -157.089 63.901 73.1878 0.161115 0.0614903 -0.985018 0 0 v -158.672 63.4113 73.2269 -0.21843 -0.0574414 -0.974161 0 0 v -158.144 62.9364 73.195 -0.088152 -0.142071 -0.985923 0 0 v -158.641 62.4867 73.3562 -0.214406 -0.219511 -0.951759 0 0 v -158.152 63.8955 73.1436 -0.0843925 0.0527503 -0.995035 0 0 v -157.619 63.4132 73.1342 0.0387847 -0.0510843 -0.997941 0 0 v -157.622 62.4867 73.2652 0.0369359 -0.218886 -0.975051 0 0 v -158.411 60.4913 74.8652 -0.0920017 -0.937642 -0.335206 0 0 v -158.194 60.361 75.2638 -0.049367 -0.971666 -0.231144 0 0 v -158.665 60.361 75.4421 -0.115907 -0.971666 -0.205986 0 0 v -158.766 60.4913 74.9996 -0.152782 -0.937643 -0.312224 0 0 v -157.46 60.3145 75.4576 0.0322067 -0.979893 -0.196907 0 0 v -157.944 60.254 75.802 -0.0194283 -0.989734 -0.141595 0 0 v -157.762 60.425 74.9894 0.00578179 -0.954997 -0.296559 0 0 v -158.31 60.1849 76.709 -0.0584765 -0.997142 -0.0478452 0 0 v -158.497 60.254 76.011 -0.0791095 -0.989734 -0.119032 0 0 v -157.623 60.1849 76.4492 0.0121957 -0.997142 -0.0745648 0 0 v -159.171 60.425 75.522 -0.200537 -0.954996 -0.218558 0 0 v -159.087 60.3145 76.0727 -0.154422 -0.979893 -0.126346 0 0 v -156.077 60.4913 75.4395 0.244298 -0.937644 -0.247269 0 0 v -156.313 60.361 75.8269 0.175496 -0.971666 -0.158326 0 0 v -156.703 60.361 75.5076 0.120439 -0.971666 -0.203372 0 0 v -156.371 60.4913 75.199 0.193999 -0.937644 -0.288424 0 0 v -156.114 60.3145 76.5589 0.186632 -0.979893 -0.0705595 0 0 v -156.654 60.254 76.3124 0.112911 -0.989734 -0.0876203 0 0 v -155.86 60.425 76.0636 0.259719 -0.954997 -0.143272 0 0 v -157.112 60.254 75.9382 0.0635282 -0.989734 -0.128026 0 0 v -157.054 60.1849 76.9143 0.0706738 -0.997141 -0.0267208 0 0 v -157.025 60.425 75.11 0.0890073 -0.954996 -0.282949 0 0 v -155.407 60.4913 77.7483 0.336295 -0.937642 0.0879335 0 0 v -155.86 60.361 77.7371 0.224858 -0.971667 0.0728201 0 0 v -155.779 60.361 77.2396 0.236345 -0.971666 0.00261526 0 0 v -155.345 60.4913 77.3734 0.346784 -0.937643 0.0237904 0 0 v -156.395 60.3145 78.2754 0.154423 -0.979893 0.126347 0 0 v -156.451 60.254 77.6844 0.132341 -0.989734 0.0539734 0 0 v -155.839 60.425 78.2482 0.253936 -0.954997 0.153287 0 0 v -156.356 60.254 77.1012 0.142639 -0.989734 -0.00899699 0 0 v -157.173 60.1849 77.6391 0.0584766 -0.997142 0.047845 0 0 v -155.596 60.425 76.762 0.289543 -0.954997 -0.0643907 0 0 v -157.071 60.4913 79.4828 0.0919947 -0.937644 0.335204 0 0 v -157.288 60.361 79.0842 0.0493657 -0.971666 0.231147 0 0 v -156.817 60.361 78.906 0.115907 -0.971666 0.205986 0 0 v -156.716 60.4913 79.3485 0.152782 -0.937643 0.312224 0 0 v -158.022 60.3145 78.8905 -0.0322086 -0.979893 0.196907 0 0 v -157.538 60.254 78.546 0.0194283 -0.989734 0.141595 0 0 v -157.72 60.425 79.3586 -0.00577827 -0.954997 0.29656 0 0 v -156.986 60.254 78.3371 0.0791095 -0.989734 0.119032 0 0 v -157.86 60.1849 77.8988 -0.0121957 -0.997142 0.0745648 0 0 v -156.312 60.425 78.8261 0.200538 -0.954996 0.218556 0 0 v -159.406 60.4913 78.9085 -0.244297 -0.937644 0.247271 0 0 v -159.169 60.361 78.5212 -0.175496 -0.971666 0.158324 0 0 v -158.779 60.361 78.8404 -0.120437 -0.971666 0.203371 0 0 v -159.112 60.4913 79.1491 -0.194003 -0.937643 0.288423 0 0 v -159.368 60.3145 77.7891 -0.186632 -0.979893 0.0705602 0 0 v -158.828 60.254 78.0357 -0.112911 -0.989734 0.087621 0 0 v -159.623 60.425 78.2845 -0.259718 -0.954997 0.143272 0 0 v -158.37 60.254 78.4099 -0.0635293 -0.989734 0.128027 0 0 v -158.428 60.1849 77.4338 -0.0706738 -0.997141 0.0267208 0 0 v -158.457 60.425 79.2381 -0.0890071 -0.954997 0.282947 0 0 v -160.076 60.4913 76.5997 -0.336295 -0.937642 -0.0879342 0 0 v -159.622 60.361 76.611 -0.224858 -0.971667 -0.0728201 0 0 v -159.703 60.361 77.1085 -0.236345 -0.971666 -0.00261526 0 0 v -160.137 60.4913 76.9747 -0.346784 -0.937643 -0.0237904 0 0 v -159.031 60.254 76.6637 -0.132341 -0.989734 -0.0539736 0 0 v -159.643 60.425 76.0999 -0.253937 -0.954997 -0.153286 0 0 v -159.126 60.254 77.2469 -0.142639 -0.989734 0.00899703 0 0 v -159.887 60.425 77.5861 -0.289543 -0.954997 0.0643915 0 0 v -154.651 62.082 74.947 0.780106 -0.301053 -0.548454 0 0 v -155.059 61.7224 74.6494 0.675139 -0.39692 -0.621805 0 0 v -155.323 62.082 74.2185 0.603946 -0.300624 -0.738156 0 0 v -154.185 62.082 75.8296 0.891805 -0.301657 -0.337173 0 0 v -154.508 61.7217 75.4358 0.810247 -0.401607 -0.426863 0 0 v -154.823 61.1315 75.6001 0.681774 -0.640243 -0.353939 0 0 v -154.89 61.4065 75.1157 0.704712 -0.512253 -0.490895 0 0 v -154.462 61.4043 75.9344 0.799347 -0.519335 -0.302218 0 0 v -155.505 61.4088 74.4416 0.54654 -0.505056 -0.667991 0 0 v -155.311 61.139 74.8804 0.576068 -0.627505 -0.523815 0 0 v -153.972 62.082 77.7905 0.941235 -0.300623 0.153956 0 0 v -154.06 61.7224 77.2929 0.91764 -0.396928 0.0196124 0 0 v -153.951 62.082 76.7997 0.947829 -0.301044 -0.104847 0 0 v -154.401 61.139 77.2861 0.778528 -0.627502 0.0116665 0 0 v -154.241 61.4065 76.831 0.853208 -0.512258 -0.0981218 0 0 v -154.257 61.4088 77.7439 0.851773 -0.505048 0.139317 0 0 v -154.167 61.7217 76.3387 0.889985 -0.401604 -0.215963 0 0 v -154.511 61.1315 76.4235 0.745402 -0.640243 -0.185645 0 0 v -155.163 60.5706 76.9862 0.416433 -0.907783 -0.0501313 0 0 v -154.845 60.7352 77.2888 0.554023 -0.832493 0.00355921 0 0 v -155.089 60.6101 77.6079 0.440235 -0.89499 0.0720083 0 0 v -155.402 60.5424 76.2897 0.372808 -0.917141 -0.140948 0 0 v -154.984 60.7081 76.5508 0.51171 -0.849242 -0.13016 0 0 v -154.645 60.9079 76.8813 0.657708 -0.748739 -0.0825227 0 0 v -154.86 60.8967 76.0848 0.609121 -0.758903 -0.230299 0 0 v -154.641 60.9192 77.6811 0.667901 -0.736189 0.109248 0 0 v -156.039 60.6101 75.094 0.28248 -0.894989 -0.345252 0 0 v -155.645 60.7352 75.1717 0.413094 -0.83249 -0.369207 0 0 v -155.683 60.5706 75.609 0.345443 -0.90778 -0.237919 0 0 v -155.226 60.9079 75.3454 0.547785 -0.748744 -0.373248 0 0 v -155.752 60.9192 74.7429 0.428556 -0.736188 -0.523801 0 0 v -155.261 60.7081 75.8172 0.469829 -0.849239 -0.240943 0 0 v -154.267 62.082 78.7366 0.865025 -0.301057 0.401368 0 0 v -154.214 61.7224 78.2343 0.876068 -0.39692 0.273785 0 0 v -154.799 62.082 79.5814 0.737899 -0.301675 0.603736 0 0 v -154.619 61.7217 79.1046 0.774797 -0.401607 0.488264 0 0 v -154.919 61.1315 78.9145 0.647409 -0.640245 0.413458 0 0 v -154.533 61.4065 78.6143 0.777484 -0.512248 0.364857 0 0 v -155.028 61.4043 79.3937 0.66141 -0.519322 0.541149 0 0 v -154.54 61.139 78.132 0.741669 -0.627507 0.236983 0 0 v -156.391 62.082 80.746 0.337287 -0.300619 0.892113 0 0 v -156.003 61.7224 80.4215 0.441839 -0.396927 0.804504 0 0 v -155.522 62.082 80.2696 0.564715 -0.301052 0.768417 0 0 v -156.168 61.139 80.1225 0.379158 -0.6275 0.680061 0 0 v -155.694 61.4065 80.0336 0.51158 -0.512256 0.68984 0 0 v -156.493 61.4088 80.4763 0.305235 -0.505057 0.80731 0 0 v -155.231 61.7217 79.8517 0.632027 -0.401602 0.662765 0 0 v -155.476 61.1315 79.5958 0.533469 -0.640246 0.552717 0 0 v -156.289 60.5706 79.3131 0.25164 -0.90778 0.335577 0 0 v -156.392 60.7352 79.7399 0.27393 -0.832495 0.481575 0 0 v -156.791 60.6101 79.6879 0.157755 -0.894993 0.417255 0 0 v -155.806 60.5424 78.7575 0.308467 -0.917142 0.252387 0 0 v -155.823 60.7081 79.2503 0.368573 -0.849242 0.378076 0 0 v -155.94 60.9079 79.7087 0.400321 -0.748744 0.528323 0 0 v -155.357 60.8967 79.1244 0.504001 -0.758909 0.41236 0 0 v -156.63 60.9192 80.1122 0.239338 -0.736187 0.633045 0 0 v -154.959 60.7352 77.9882 0.526285 -0.832494 0.173141 0 0 v -155.357 60.5706 78.1736 0.378762 -0.907782 0.180199 0 0 v -154.9 60.9079 78.4379 0.597136 -0.74874 0.287777 0 0 v -155.326 60.7081 78.6433 0.443578 -0.849237 0.286416 0 0 v -157.357 62.082 80.9636 0.0849205 -0.301051 0.94982 0 0 v -156.896 61.7224 80.7589 0.200932 -0.396917 0.895591 0 0 v -158.355 62.082 80.9258 -0.153904 -0.301666 0.94091 0 0 v -157.852 61.7217 80.8428 -0.0354552 -0.401606 0.915126 0 0 v -157.837 61.1315 80.4884 -0.0343623 -0.640249 0.767399 0 0 v -157.384 61.4065 80.6726 0.0727671 -0.51225 0.855748 0 0 v -158.307 61.4043 80.6333 -0.137943 -0.519322 0.843372 0 0 v -156.97 61.139 80.4256 0.165607 -0.627513 0.76079 0 0 v -160.159 62.082 80.1295 -0.603947 -0.300622 0.738156 0 0 v -159.685 61.7224 80.3027 -0.475798 -0.396919 0.784902 0 0 v -159.312 62.082 80.6439 -0.383115 -0.301061 0.873261 0 0 v -159.508 61.139 80.0105 -0.399372 -0.62751 0.668381 0 0 v -159.194 61.4065 80.3766 -0.341632 -0.512251 0.787964 0 0 v -159.977 61.4088 79.9065 -0.546537 -0.505065 0.667987 0 0 v -158.805 61.7217 80.687 -0.257965 -0.401599 0.878734 0 0 v -158.706 61.1315 80.3463 -0.211931 -0.640252 0.738352 0 0 v -158.868 60.5706 79.501 -0.164798 -0.907782 0.385712 0 0 v -159.289 60.7352 79.6252 -0.280105 -0.832488 0.478022 0 0 v -159.443 60.6101 79.254 -0.282481 -0.894989 0.345251 0 0 v -158.145 60.5424 79.6418 -0.0643378 -0.91714 0.393337 0 0 v -158.58 60.7081 79.8735 -0.143133 -0.84924 0.508237 0 0 v -159.035 60.9079 80.0015 -0.257387 -0.748741 0.610851 0 0 v -158.238 60.8967 80.2136 -0.105115 -0.758911 0.642655 0 0 v -159.73 60.9192 79.6051 -0.428563 -0.736187 0.523796 0 0 v -157.055 60.7352 79.9905 0.113198 -0.832492 0.542351 0 0 v -157.415 60.5706 79.7386 0.0333223 -0.907783 0.418115 0 0 v -157.415 60.9079 80.2665 0.0493481 -0.748745 0.661019 0 0 v -157.806 60.7081 80.0001 -0.0262552 -0.849239 0.527356 0 0 v -160.831 62.082 79.4011 -0.780106 -0.301053 0.548454 0 0 v -160.423 61.7224 79.6987 -0.67514 -0.39692 0.621804 0 0 v -161.297 62.082 78.5185 -0.891805 -0.301657 0.337173 0 0 v -160.974 61.7217 78.9122 -0.810253 -0.401591 0.426866 0 0 v -160.659 61.1315 78.748 -0.681758 -0.640257 0.353945 0 0 v -160.593 61.4065 79.2324 -0.704705 -0.512253 0.490905 0 0 v -161.02 61.4043 78.4137 -0.79936 -0.51932 0.30221 0 0 v -160.171 61.139 79.4677 -0.576061 -0.627511 0.523816 0 0 v -161.51 62.082 76.5576 -0.941235 -0.300624 -0.153956 0 0 v -161.422 61.7224 77.0552 -0.91764 -0.396928 -0.0196139 0 0 v -161.532 62.082 77.5484 -0.947829 -0.301044 0.104847 0 0 v -161.081 61.139 77.062 -0.778528 -0.627501 -0.0116665 0 0 v -161.241 61.4065 77.5171 -0.853208 -0.512258 0.0981218 0 0 v -161.225 61.4088 76.6041 -0.851774 -0.505046 -0.139319 0 0 v -161.315 61.7217 78.0094 -0.889985 -0.401604 0.215963 0 0 v -160.971 61.1315 77.9246 -0.745405 -0.640243 0.185633 0 0 v -160.32 60.5706 77.3619 -0.416433 -0.907783 0.0501313 0 0 v -160.638 60.7352 77.0593 -0.554024 -0.832493 -0.00356008 0 0 v -160.393 60.6101 76.7402 -0.440235 -0.89499 -0.0720091 0 0 v -160.08 60.5424 78.0584 -0.372807 -0.917142 0.140948 0 0 v -160.498 60.7081 77.7972 -0.51171 -0.849242 0.13016 0 0 v -160.837 60.9079 77.4668 -0.657708 -0.748739 0.0825227 0 0 v -160.622 60.8967 78.2633 -0.60911 -0.758914 0.230294 0 0 v -160.841 60.9192 76.667 -0.667901 -0.736189 -0.109248 0 0 v -159.837 60.7352 79.1764 -0.413094 -0.832487 0.369213 0 0 v -159.799 60.5706 78.739 -0.34544 -0.907781 0.237918 0 0 v -160.256 60.9079 79.0027 -0.547782 -0.748744 0.373251 0 0 v -160.221 60.7081 78.5309 -0.469829 -0.849239 0.240943 0 0 v -161.215 62.082 75.6115 -0.865025 -0.301057 -0.401368 0 0 v -161.268 61.7224 76.1138 -0.876069 -0.39692 -0.273785 0 0 v -160.683 62.082 74.7667 -0.737899 -0.301675 -0.603736 0 0 v -160.863 61.7217 75.2435 -0.774804 -0.401589 -0.488268 0 0 v -160.563 61.1315 75.4336 -0.647401 -0.640258 -0.413452 0 0 v -160.949 61.4065 75.7337 -0.77749 -0.512248 -0.364844 0 0 v -160.454 61.4043 74.9544 -0.6614 -0.519321 -0.541161 0 0 v -160.943 61.139 76.2161 -0.74167 -0.627507 -0.236984 0 0 v -159.092 62.082 73.6021 -0.337287 -0.300621 -0.892112 0 0 v -159.479 61.7224 73.9265 -0.441838 -0.396927 -0.804505 0 0 v -159.961 62.082 74.0785 -0.564715 -0.301052 -0.768417 0 0 v -159.314 61.139 74.2256 -0.379151 -0.627503 -0.680062 0 0 v -159.788 61.4065 74.3145 -0.511584 -0.512249 -0.689842 0 0 v -158.99 61.4088 73.8717 -0.305236 -0.505055 -0.807311 0 0 v -160.252 61.7217 74.4964 -0.632027 -0.401604 -0.662764 0 0 v -160.006 61.1315 74.7523 -0.533475 -0.640242 -0.552716 0 0 v -159.193 60.5706 75.035 -0.251637 -0.907782 -0.335574 0 0 v -159.09 60.7352 74.6082 -0.273929 -0.832492 -0.481581 0 0 v -158.692 60.6101 74.6602 -0.157755 -0.894993 -0.417255 0 0 v -159.676 60.5424 75.5906 -0.308468 -0.917141 -0.252389 0 0 v -159.659 60.7081 75.0978 -0.368576 -0.849242 -0.378073 0 0 v -159.542 60.9079 74.6393 -0.400318 -0.748745 -0.528325 0 0 v -160.125 60.8967 75.2237 -0.504001 -0.758908 -0.412361 0 0 v -158.852 60.9192 74.2359 -0.239343 -0.736186 -0.633044 0 0 v -160.523 60.7352 76.3599 -0.526285 -0.832494 -0.173141 0 0 v -160.125 60.5706 76.1745 -0.378762 -0.907782 -0.180199 0 0 v -160.582 60.9079 75.9102 -0.597136 -0.74874 -0.287777 0 0 v -160.156 60.7081 75.7048 -0.443578 -0.849237 -0.286416 0 0 v -158.125 62.082 73.3844 -0.0849205 -0.301051 -0.94982 0 0 v -158.587 61.7224 73.5892 -0.200933 -0.396917 -0.895591 0 0 v -157.127 62.082 73.4223 0.153904 -0.301674 -0.940907 0 0 v -157.63 61.7217 73.5052 0.0354553 -0.401599 -0.915129 0 0 v -157.645 61.1315 73.8597 0.0343622 -0.640253 -0.767396 0 0 v -158.098 61.4065 73.6754 -0.072772 -0.51225 -0.855748 0 0 v -157.175 61.4043 73.7148 0.13795 -0.519321 -0.843372 0 0 v -158.512 61.139 73.9225 -0.165608 -0.627509 -0.760793 0 0 v -155.798 61.7224 74.0454 0.475799 -0.396919 -0.784902 0 0 v -156.17 62.082 73.7042 0.383115 -0.301061 -0.873261 0 0 v -155.974 61.139 74.3376 0.399371 -0.627513 -0.668379 0 0 v -156.288 61.4065 73.9714 0.341632 -0.512243 -0.787969 0 0 v -156.677 61.7217 73.6611 0.257964 -0.4016 -0.878733 0 0 v -156.776 61.1315 74.0018 0.211925 -0.640248 -0.738357 0 0 v -156.615 60.5706 74.8471 0.164798 -0.907782 -0.385712 0 0 v -156.193 60.7352 74.7229 0.280102 -0.832485 -0.478028 0 0 v -157.337 60.5424 74.7063 0.0643378 -0.91714 -0.393337 0 0 v -156.902 60.7081 74.4746 0.143133 -0.84924 -0.508237 0 0 v -156.447 60.9079 74.3466 0.257388 -0.748746 -0.610845 0 0 v -157.244 60.8967 74.1345 0.105115 -0.758911 -0.642655 0 0 v -158.427 60.7352 74.3575 -0.113198 -0.832493 -0.542349 0 0 v -158.068 60.5706 74.6095 -0.0333219 -0.907781 -0.418119 0 0 v -158.067 60.9079 74.0816 -0.0493455 -0.748744 -0.66102 0 0 v -157.676 60.7081 74.348 0.0262552 -0.849239 -0.527356 0 0 t 5 482 242 t 242 485 5 t 122 483 242 t 242 482 122 t 62 484 242 t 242 483 62 t 125 485 242 t 242 484 125 t 36 486 243 t 243 488 36 t 123 487 243 t 243 486 123 t 62 483 243 t 243 487 62 t 122 488 243 t 243 483 122 t 18 489 244 t 244 491 18 t 124 490 244 t 244 489 124 t 62 487 244 t 244 490 62 t 123 491 244 t 244 487 123 t 37 492 245 t 245 493 37 t 125 484 245 t 245 492 125 t 62 490 245 t 245 484 62 t 124 493 245 t 245 490 124 t 4 494 246 t 246 497 4 t 126 495 246 t 246 494 126 t 63 496 246 t 246 495 63 t 128 497 246 t 246 496 128 t 35 498 247 t 247 500 35 t 127 499 247 t 247 498 127 t 63 495 247 t 247 499 63 t 126 500 247 t 247 495 126 t 18 491 248 t 248 502 18 t 123 501 248 t 248 491 123 t 63 499 248 t 248 501 63 t 127 502 248 t 248 499 127 t 36 503 249 t 249 486 36 t 128 496 249 t 249 503 128 t 63 501 249 t 249 496 63 t 123 486 249 t 249 501 123 t 3 504 250 t 250 507 3 t 129 505 250 t 250 504 129 t 64 506 250 t 250 505 64 t 131 507 250 t 250 506 131 t 34 508 251 t 251 510 34 t 130 509 251 t 251 508 130 t 64 505 251 t 251 509 64 t 129 510 251 t 251 505 129 t 18 502 252 t 252 512 18 t 127 511 252 t 252 502 127 t 64 509 252 t 252 511 64 t 130 512 252 t 252 509 130 t 35 513 253 t 253 498 35 t 131 506 253 t 253 513 131 t 64 511 253 t 253 506 64 t 127 498 253 t 253 511 127 t 2 514 254 t 254 517 2 t 132 515 254 t 254 514 132 t 65 516 254 t 254 515 65 t 134 517 254 t 254 516 134 t 33 518 255 t 255 520 33 t 133 519 255 t 255 518 133 t 65 515 255 t 255 519 65 t 132 520 255 t 255 515 132 t 18 512 256 t 256 522 18 t 130 521 256 t 256 512 130 t 65 519 256 t 256 521 65 t 133 522 256 t 256 519 133 t 34 523 257 t 257 508 34 t 134 516 257 t 257 523 134 t 65 521 257 t 257 516 65 t 130 508 257 t 257 521 130 t 1 524 258 t 258 527 1 t 135 525 258 t 258 524 135 t 66 526 258 t 258 525 66 t 137 527 258 t 258 526 137 t 32 528 259 t 259 530 32 t 136 529 259 t 259 528 136 t 66 525 259 t 259 529 66 t 135 530 259 t 259 525 135 t 18 522 260 t 260 532 18 t 133 531 260 t 260 522 133 t 66 529 260 t 260 531 66 t 136 532 260 t 260 529 136 t 33 533 261 t 261 518 33 t 137 526 261 t 261 533 137 t 66 531 261 t 261 526 66 t 133 518 261 t 261 531 133 t 0 534 262 t 262 537 0 t 138 535 262 t 262 534 138 t 67 536 262 t 262 535 67 t 139 537 262 t 262 536 139 t 37 493 263 t 263 539 37 t 124 538 263 t 263 493 124 t 67 535 263 t 263 538 67 t 138 539 263 t 263 535 138 t 18 532 264 t 264 489 18 t 136 540 264 t 264 532 136 t 67 538 264 t 264 540 67 t 124 489 264 t 264 538 124 t 32 541 265 t 265 528 32 t 139 536 265 t 265 541 139 t 67 540 265 t 265 536 67 t 136 528 265 t 265 540 136 t 0 537 266 t 266 544 0 t 139 542 266 t 266 537 139 t 68 543 266 t 266 542 68 t 142 544 266 t 266 543 142 t 32 545 267 t 267 541 32 t 140 546 267 t 267 545 140 t 68 542 267 t 267 546 68 t 139 541 267 t 267 542 139 t 19 547 268 t 268 549 19 t 141 548 268 t 268 547 141 t 68 546 268 t 268 548 68 t 140 549 268 t 268 546 140 t 39 550 269 t 269 551 39 t 142 543 269 t 269 550 142 t 68 548 269 t 269 543 68 t 141 551 269 t 269 548 141 t 1 552 270 t 270 524 1 t 143 553 270 t 270 552 143 t 69 554 270 t 270 553 69 t 135 524 270 t 270 554 135 t 40 555 271 t 271 557 40 t 144 556 271 t 271 555 144 t 69 553 271 t 271 556 69 t 143 557 271 t 271 553 143 t 19 549 272 t 272 559 19 t 140 558 272 t 272 549 140 t 69 556 272 t 272 558 69 t 144 559 272 t 272 556 144 t 32 530 273 t 273 545 32 t 135 554 273 t 273 530 135 t 69 558 273 t 273 554 69 t 140 545 273 t 273 558 140 t 7 560 274 t 274 563 7 t 145 561 274 t 274 560 145 t 70 562 274 t 274 561 70 t 147 563 274 t 274 562 147 t 38 564 275 t 275 566 38 t 146 565 275 t 275 564 146 t 70 561 275 t 275 565 70 t 145 566 275 t 275 561 145 t 19 559 276 t 276 568 19 t 144 567 276 t 276 559 144 t 70 565 276 t 276 567 70 t 146 568 276 t 276 565 146 t 40 569 277 t 277 555 40 t 147 562 277 t 277 569 147 t 70 567 277 t 277 562 70 t 144 555 277 t 277 567 144 t 6 570 278 t 278 573 6 t 148 571 278 t 278 570 148 t 71 572 278 t 278 571 71 t 149 573 278 t 278 572 149 t 39 551 279 t 279 575 39 t 141 574 279 t 279 551 141 t 71 571 279 t 279 574 71 t 148 575 279 t 279 571 148 t 19 568 280 t 280 547 19 t 146 576 280 t 280 568 146 t 71 574 280 t 280 576 71 t 141 547 280 t 280 574 141 t 38 577 281 t 281 564 38 t 149 572 281 t 281 577 149 t 71 576 281 t 281 572 71 t 146 564 281 t 281 576 146 t 1 527 282 t 282 552 1 t 137 578 282 t 282 527 137 t 72 579 282 t 282 578 72 t 143 552 282 t 282 579 143 t 33 580 283 t 283 533 33 t 150 581 283 t 283 580 150 t 72 578 283 t 283 581 72 t 137 533 283 t 283 578 137 t 20 582 284 t 284 584 20 t 151 583 284 t 284 582 151 t 72 581 284 t 284 583 72 t 150 584 284 t 284 581 150 t 40 557 285 t 285 585 40 t 143 579 285 t 285 557 143 t 72 583 285 t 285 579 72 t 151 585 285 t 285 583 151 t 2 586 286 t 286 514 2 t 152 587 286 t 286 586 152 t 73 588 286 t 286 587 73 t 132 514 286 t 286 588 132 t 42 589 287 t 287 591 42 t 153 590 287 t 287 589 153 t 73 587 287 t 287 590 73 t 152 591 287 t 287 587 152 t 20 584 288 t 288 593 20 t 150 592 288 t 288 584 150 t 73 590 288 t 288 592 73 t 153 593 288 t 288 590 153 t 33 520 289 t 289 580 33 t 132 588 289 t 289 520 132 t 73 592 289 t 289 588 73 t 150 580 289 t 289 592 150 t 8 594 290 t 290 597 8 t 154 595 290 t 290 594 154 t 74 596 290 t 290 595 74 t 156 597 290 t 290 596 156 t 41 598 291 t 291 600 41 t 155 599 291 t 291 598 155 t 74 595 291 t 291 599 74 t 154 600 291 t 291 595 154 t 20 593 292 t 292 602 20 t 153 601 292 t 292 593 153 t 74 599 292 t 292 601 74 t 155 602 292 t 292 599 155 t 42 603 293 t 293 589 42 t 156 596 293 t 293 603 156 t 74 601 293 t 293 596 74 t 153 589 293 t 293 601 153 t 7 563 294 t 294 606 7 t 147 604 294 t 294 563 147 t 75 605 294 t 294 604 75 t 157 606 294 t 294 605 157 t 40 585 295 t 295 569 40 t 151 607 295 t 295 585 151 t 75 604 295 t 295 607 75 t 147 569 295 t 295 604 147 t 20 602 296 t 296 582 20 t 155 608 296 t 296 602 155 t 75 607 296 t 296 608 75 t 151 582 296 t 296 607 151 t 41 609 297 t 297 598 41 t 157 605 297 t 297 609 157 t 75 608 297 t 297 605 75 t 155 598 297 t 297 608 155 t 2 517 298 t 298 586 2 t 134 610 298 t 298 517 134 t 76 611 298 t 298 610 76 t 152 586 298 t 298 611 152 t 34 612 299 t 299 523 34 t 158 613 299 t 299 612 158 t 76 610 299 t 299 613 76 t 134 523 299 t 299 610 134 t 21 614 300 t 300 616 21 t 159 615 300 t 300 614 159 t 76 613 300 t 300 615 76 t 158 616 300 t 300 613 158 t 42 591 301 t 301 617 42 t 152 611 301 t 301 591 152 t 76 615 301 t 301 611 76 t 159 617 301 t 301 615 159 t 3 618 302 t 302 504 3 t 160 619 302 t 302 618 160 t 77 620 302 t 302 619 77 t 129 504 302 t 302 620 129 t 44 621 303 t 303 623 44 t 161 622 303 t 303 621 161 t 77 619 303 t 303 622 77 t 160 623 303 t 303 619 160 t 21 616 304 t 304 625 21 t 158 624 304 t 304 616 158 t 77 622 304 t 304 624 77 t 161 625 304 t 304 622 161 t 34 510 305 t 305 612 34 t 129 620 305 t 305 510 129 t 77 624 305 t 305 620 77 t 158 612 305 t 305 624 158 t 9 626 306 t 306 629 9 t 162 627 306 t 306 626 162 t 78 628 306 t 306 627 78 t 164 629 306 t 306 628 164 t 43 630 307 t 307 632 43 t 163 631 307 t 307 630 163 t 78 627 307 t 307 631 78 t 162 632 307 t 307 627 162 t 21 625 308 t 308 634 21 t 161 633 308 t 308 625 161 t 78 631 308 t 308 633 78 t 163 634 308 t 308 631 163 t 44 635 309 t 309 621 44 t 164 628 309 t 309 635 164 t 78 633 309 t 309 628 78 t 161 621 309 t 309 633 161 t 8 597 310 t 310 638 8 t 156 636 310 t 310 597 156 t 79 637 310 t 310 636 79 t 165 638 310 t 310 637 165 t 42 617 311 t 311 603 42 t 159 639 311 t 311 617 159 t 79 636 311 t 311 639 79 t 156 603 311 t 311 636 156 t 21 634 312 t 312 614 21 t 163 640 312 t 312 634 163 t 79 639 312 t 312 640 79 t 159 614 312 t 312 639 159 t 43 641 313 t 313 630 43 t 165 637 313 t 313 641 165 t 79 640 313 t 313 637 79 t 163 630 313 t 313 640 163 t 3 507 314 t 314 618 3 t 131 642 314 t 314 507 131 t 80 643 314 t 314 642 80 t 160 618 314 t 314 643 160 t 35 644 315 t 315 513 35 t 166 645 315 t 315 644 166 t 80 642 315 t 315 645 80 t 131 513 315 t 315 642 131 t 22 646 316 t 316 648 22 t 167 647 316 t 316 646 167 t 80 645 316 t 316 647 80 t 166 648 316 t 316 645 166 t 44 623 317 t 317 649 44 t 160 643 317 t 317 623 160 t 80 647 317 t 317 643 80 t 167 649 317 t 317 647 167 t 4 650 318 t 318 494 4 t 168 651 318 t 318 650 168 t 81 652 318 t 318 651 81 t 126 494 318 t 318 652 126 t 46 653 319 t 319 655 46 t 169 654 319 t 319 653 169 t 81 651 319 t 319 654 81 t 168 655 319 t 319 651 168 t 22 648 320 t 320 657 22 t 166 656 320 t 320 648 166 t 81 654 320 t 320 656 81 t 169 657 320 t 320 654 169 t 35 500 321 t 321 644 35 t 126 652 321 t 321 500 126 t 81 656 321 t 321 652 81 t 166 644 321 t 321 656 166 t 10 658 322 t 322 661 10 t 170 659 322 t 322 658 170 t 82 660 322 t 322 659 82 t 172 661 322 t 322 660 172 t 45 662 323 t 323 664 45 t 171 663 323 t 323 662 171 t 82 659 323 t 323 663 82 t 170 664 323 t 323 659 170 t 22 657 324 t 324 666 22 t 169 665 324 t 324 657 169 t 82 663 324 t 324 665 82 t 171 666 324 t 324 663 171 t 46 667 325 t 325 653 46 t 172 660 325 t 325 667 172 t 82 665 325 t 325 660 82 t 169 653 325 t 325 665 169 t 9 629 326 t 326 670 9 t 164 668 326 t 326 629 164 t 83 669 326 t 326 668 83 t 173 670 326 t 326 669 173 t 44 649 327 t 327 635 44 t 167 671 327 t 327 649 167 t 83 668 327 t 327 671 83 t 164 635 327 t 327 668 164 t 22 666 328 t 328 646 22 t 171 672 328 t 328 666 171 t 83 671 328 t 328 672 83 t 167 646 328 t 328 671 167 t 45 673 329 t 329 662 45 t 173 669 329 t 329 673 173 t 83 672 329 t 329 669 83 t 171 662 329 t 329 672 171 t 4 497 330 t 330 650 4 t 128 674 330 t 330 497 128 t 84 675 330 t 330 674 84 t 168 650 330 t 330 675 168 t 36 676 331 t 331 503 36 t 174 677 331 t 331 676 174 t 84 674 331 t 331 677 84 t 128 503 331 t 331 674 128 t 23 678 332 t 332 680 23 t 175 679 332 t 332 678 175 t 84 677 332 t 332 679 84 t 174 680 332 t 332 677 174 t 46 655 333 t 333 681 46 t 168 675 333 t 333 655 168 t 84 679 333 t 333 675 84 t 175 681 333 t 333 679 175 t 5 682 334 t 334 482 5 t 176 683 334 t 334 682 176 t 85 684 334 t 334 683 85 t 122 482 334 t 334 684 122 t 48 685 335 t 335 687 48 t 177 686 335 t 335 685 177 t 85 683 335 t 335 686 85 t 176 687 335 t 335 683 176 t 23 680 336 t 336 689 23 t 174 688 336 t 336 680 174 t 85 686 336 t 336 688 85 t 177 689 336 t 336 686 177 t 36 488 337 t 337 676 36 t 122 684 337 t 337 488 122 t 85 688 337 t 337 684 85 t 174 676 337 t 337 688 174 t 11 690 338 t 338 693 11 t 178 691 338 t 338 690 178 t 86 692 338 t 338 691 86 t 180 693 338 t 338 692 180 t 47 694 339 t 339 696 47 t 179 695 339 t 339 694 179 t 86 691 339 t 339 695 86 t 178 696 339 t 339 691 178 t 23 689 340 t 340 698 23 t 177 697 340 t 340 689 177 t 86 695 340 t 340 697 86 t 179 698 340 t 340 695 179 t 48 699 341 t 341 685 48 t 180 692 341 t 341 699 180 t 86 697 341 t 341 692 86 t 177 685 341 t 341 697 177 t 10 661 342 t 342 702 10 t 172 700 342 t 342 661 172 t 87 701 342 t 342 700 87 t 181 702 342 t 342 701 181 t 46 681 343 t 343 667 46 t 175 703 343 t 343 681 175 t 87 700 343 t 343 703 87 t 172 667 343 t 343 700 172 t 23 698 344 t 344 678 23 t 179 704 344 t 344 698 179 t 87 703 344 t 344 704 87 t 175 678 344 t 344 703 175 t 47 705 345 t 345 694 47 t 181 701 345 t 345 705 181 t 87 704 345 t 345 701 87 t 179 694 345 t 345 704 179 t 5 485 346 t 346 682 5 t 125 706 346 t 346 485 125 t 88 707 346 t 346 706 88 t 176 682 346 t 346 707 176 t 37 708 347 t 347 492 37 t 182 709 347 t 347 708 182 t 88 706 347 t 347 709 88 t 125 492 347 t 347 706 125 t 24 710 348 t 348 712 24 t 183 711 348 t 348 710 183 t 88 709 348 t 348 711 88 t 182 712 348 t 348 709 182 t 48 687 349 t 349 713 48 t 176 707 349 t 349 687 176 t 88 711 349 t 349 707 88 t 183 713 349 t 349 711 183 t 0 544 350 t 350 534 0 t 142 714 350 t 350 544 142 t 89 715 350 t 350 714 89 t 138 534 350 t 350 715 138 t 39 716 351 t 351 550 39 t 184 717 351 t 351 716 184 t 89 714 351 t 351 717 89 t 142 550 351 t 351 714 142 t 24 712 352 t 352 719 24 t 182 718 352 t 352 712 182 t 89 717 352 t 352 718 89 t 184 719 352 t 352 717 184 t 37 539 353 t 353 708 37 t 138 715 353 t 353 539 138 t 89 718 353 t 353 715 89 t 182 708 353 t 353 718 182 t 6 720 354 t 354 570 6 t 185 721 354 t 354 720 185 t 90 722 354 t 354 721 90 t 148 570 354 t 354 722 148 t 49 723 355 t 355 725 49 t 186 724 355 t 355 723 186 t 90 721 355 t 355 724 90 t 185 725 355 t 355 721 185 t 24 719 356 t 356 727 24 t 184 726 356 t 356 719 184 t 90 724 356 t 356 726 90 t 186 727 356 t 356 724 186 t 39 575 357 t 357 716 39 t 148 722 357 t 357 575 148 t 90 726 357 t 357 722 90 t 184 716 357 t 357 726 184 t 11 693 358 t 358 730 11 t 180 728 358 t 358 693 180 t 91 729 358 t 358 728 91 t 187 730 358 t 358 729 187 t 48 713 359 t 359 699 48 t 183 731 359 t 359 713 183 t 91 728 359 t 359 731 91 t 180 699 359 t 359 728 180 t 24 727 360 t 360 710 24 t 186 732 360 t 360 727 186 t 91 731 360 t 360 732 91 t 183 710 360 t 360 731 183 t 49 733 361 t 361 723 49 t 187 729 361 t 361 733 187 t 91 732 361 t 361 729 91 t 186 723 361 t 361 732 186 t 17 734 362 t 362 737 17 t 188 735 362 t 362 734 188 t 92 736 362 t 362 735 92 t 191 737 362 t 362 736 191 t 55 738 363 t 363 740 55 t 189 739 363 t 363 738 189 t 92 735 363 t 363 739 92 t 188 740 363 t 363 735 188 t 25 741 364 t 364 743 25 t 190 742 364 t 364 741 190 t 92 739 364 t 364 742 92 t 189 743 364 t 364 739 189 t 54 744 365 t 365 745 54 t 191 736 365 t 365 744 191 t 92 742 365 t 365 736 92 t 190 745 365 t 365 742 190 t 12 746 366 t 366 749 12 t 192 747 366 t 366 746 192 t 93 748 366 t 366 747 93 t 194 749 366 t 366 748 194 t 50 750 367 t 367 752 50 t 193 751 367 t 367 750 193 t 93 747 367 t 367 751 93 t 192 752 367 t 367 747 192 t 25 743 368 t 368 754 25 t 189 753 368 t 368 743 189 t 93 751 368 t 368 753 93 t 193 754 368 t 368 751 193 t 55 755 369 t 369 738 55 t 194 748 369 t 369 755 194 t 93 753 369 t 369 748 93 t 189 738 369 t 369 753 189 t 13 756 370 t 370 759 13 t 195 757 370 t 370 756 195 t 94 758 370 t 370 757 94 t 197 759 370 t 370 758 197 t 51 760 371 t 371 762 51 t 196 761 371 t 371 760 196 t 94 757 371 t 371 761 94 t 195 762 371 t 371 757 195 t 25 754 372 t 372 764 25 t 193 763 372 t 372 754 193 t 94 761 372 t 372 763 94 t 196 764 372 t 372 761 196 t 50 765 373 t 373 750 50 t 197 758 373 t 373 765 197 t 94 763 373 t 373 758 94 t 193 750 373 t 373 763 193 t 14 766 374 t 374 769 14 t 198 767 374 t 374 766 198 t 95 768 374 t 374 767 95 t 200 769 374 t 374 768 200 t 52 770 375 t 375 772 52 t 199 771 375 t 375 770 199 t 95 767 375 t 375 771 95 t 198 772 375 t 375 767 198 t 25 764 376 t 376 774 25 t 196 773 376 t 376 764 196 t 95 771 376 t 376 773 95 t 199 774 376 t 376 771 199 t 51 775 377 t 377 760 51 t 200 768 377 t 377 775 200 t 95 773 377 t 377 768 95 t 196 760 377 t 377 773 196 t 15 776 378 t 378 779 15 t 201 777 378 t 378 776 201 t 96 778 378 t 378 777 96 t 203 779 378 t 378 778 203 t 53 780 379 t 379 782 53 t 202 781 379 t 379 780 202 t 96 777 379 t 379 781 96 t 201 782 379 t 379 777 201 t 25 774 380 t 380 784 25 t 199 783 380 t 380 774 199 t 96 781 380 t 380 783 96 t 202 784 380 t 380 781 202 t 52 785 381 t 381 770 52 t 203 778 381 t 381 785 203 t 96 783 381 t 381 778 96 t 199 770 381 t 381 783 199 t 16 786 382 t 382 789 16 t 204 787 382 t 382 786 204 t 97 788 382 t 382 787 97 t 205 789 382 t 382 788 205 t 54 745 383 t 383 791 54 t 190 790 383 t 383 745 190 t 97 787 383 t 383 790 97 t 204 791 383 t 383 787 204 t 25 784 384 t 384 741 25 t 202 792 384 t 384 784 202 t 97 790 384 t 384 792 97 t 190 741 384 t 384 790 190 t 53 793 385 t 385 780 53 t 205 788 385 t 385 793 205 t 97 792 385 t 385 788 97 t 202 780 385 t 385 792 202 t 6 573 386 t 386 796 6 t 149 794 386 t 386 573 149 t 98 795 386 t 386 794 98 t 208 796 386 t 386 795 208 t 38 797 387 t 387 577 38 t 206 798 387 t 387 797 206 t 98 794 387 t 387 798 98 t 149 577 387 t 387 794 149 t 26 799 388 t 388 801 26 t 207 800 388 t 388 799 207 t 98 798 388 t 388 800 98 t 206 801 388 t 388 798 206 t 57 802 389 t 389 803 57 t 208 795 389 t 389 802 208 t 98 800 389 t 389 795 98 t 207 803 389 t 389 800 207 t 7 804 390 t 390 560 7 t 209 805 390 t 390 804 209 t 99 806 390 t 390 805 99 t 145 560 390 t 390 806 145 t 56 807 391 t 391 809 56 t 210 808 391 t 391 807 210 t 99 805 391 t 391 808 99 t 209 809 391 t 391 805 209 t 26 801 392 t 392 811 26 t 206 810 392 t 392 801 206 t 99 808 392 t 392 810 99 t 210 811 392 t 392 808 210 t 38 566 393 t 393 797 38 t 145 806 393 t 393 566 145 t 99 810 393 t 393 806 99 t 206 797 393 t 393 810 206 t 13 759 394 t 394 814 13 t 197 812 394 t 394 759 197 t 100 813 394 t 394 812 100 t 212 814 394 t 394 813 212 t 50 815 395 t 395 765 50 t 211 816 395 t 395 815 211 t 100 812 395 t 395 816 100 t 197 765 395 t 395 812 197 t 26 811 396 t 396 818 26 t 210 817 396 t 396 811 210 t 100 816 396 t 396 817 100 t 211 818 396 t 396 816 211 t 56 819 397 t 397 807 56 t 212 813 397 t 397 819 212 t 100 817 397 t 397 813 100 t 210 807 397 t 397 817 210 t 12 820 398 t 398 746 12 t 213 821 398 t 398 820 213 t 101 822 398 t 398 821 101 t 192 746 398 t 398 822 192 t 57 803 399 t 399 824 57 t 207 823 399 t 399 803 207 t 101 821 399 t 399 823 101 t 213 824 399 t 399 821 213 t 26 818 400 t 400 799 26 t 211 825 400 t 400 818 211 t 101 823 400 t 400 825 101 t 207 799 400 t 400 823 207 t 50 752 401 t 401 815 50 t 192 822 401 t 401 752 192 t 101 825 401 t 401 822 101 t 211 815 401 t 401 825 211 t 7 606 402 t 402 804 7 t 157 826 402 t 402 606 157 t 102 827 402 t 402 826 102 t 209 804 402 t 402 827 209 t 41 828 403 t 403 609 41 t 214 829 403 t 403 828 214 t 102 826 403 t 403 829 102 t 157 609 403 t 403 826 157 t 27 830 404 t 404 832 27 t 215 831 404 t 404 830 215 t 102 829 404 t 404 831 102 t 214 832 404 t 404 829 214 t 56 809 405 t 405 833 56 t 209 827 405 t 405 809 209 t 102 831 405 t 405 827 102 t 215 833 405 t 405 831 215 t 8 834 406 t 406 594 8 t 216 835 406 t 406 834 216 t 103 836 406 t 406 835 103 t 154 594 406 t 406 836 154 t 58 837 407 t 407 839 58 t 217 838 407 t 407 837 217 t 103 835 407 t 407 838 103 t 216 839 407 t 407 835 216 t 27 832 408 t 408 841 27 t 214 840 408 t 408 832 214 t 103 838 408 t 408 840 103 t 217 841 408 t 408 838 217 t 41 600 409 t 409 828 41 t 154 836 409 t 409 600 154 t 103 840 409 t 409 836 103 t 214 828 409 t 409 840 214 t 14 769 410 t 410 844 14 t 200 842 410 t 410 769 200 t 104 843 410 t 410 842 104 t 219 844 410 t 410 843 219 t 51 845 411 t 411 775 51 t 218 846 411 t 411 845 218 t 104 842 411 t 411 846 104 t 200 775 411 t 411 842 200 t 27 841 412 t 412 848 27 t 217 847 412 t 412 841 217 t 104 846 412 t 412 847 104 t 218 848 412 t 412 846 218 t 58 849 413 t 413 837 58 t 219 843 413 t 413 849 219 t 104 847 413 t 413 843 104 t 217 837 413 t 413 847 217 t 13 814 414 t 414 756 13 t 212 850 414 t 414 814 212 t 105 851 414 t 414 850 105 t 195 756 414 t 414 851 195 t 56 833 415 t 415 819 56 t 215 852 415 t 415 833 215 t 105 850 415 t 415 852 105 t 212 819 415 t 415 850 212 t 27 848 416 t 416 830 27 t 218 853 416 t 416 848 218 t 105 852 416 t 416 853 105 t 215 830 416 t 416 852 215 t 51 762 417 t 417 845 51 t 195 851 417 t 417 762 195 t 105 853 417 t 417 851 105 t 218 845 417 t 417 853 218 t 8 638 418 t 418 834 8 t 165 854 418 t 418 638 165 t 106 855 418 t 418 854 106 t 216 834 418 t 418 855 216 t 43 856 419 t 419 641 43 t 220 857 419 t 419 856 220 t 106 854 419 t 419 857 106 t 165 641 419 t 419 854 165 t 28 858 420 t 420 860 28 t 221 859 420 t 420 858 221 t 106 857 420 t 420 859 106 t 220 860 420 t 420 857 220 t 58 839 421 t 421 861 58 t 216 855 421 t 421 839 216 t 106 859 421 t 421 855 106 t 221 861 421 t 421 859 221 t 9 862 422 t 422 626 9 t 222 863 422 t 422 862 222 t 107 864 422 t 422 863 107 t 162 626 422 t 422 864 162 t 59 865 423 t 423 867 59 t 223 866 423 t 423 865 223 t 107 863 423 t 423 866 107 t 222 867 423 t 423 863 222 t 28 860 424 t 424 869 28 t 220 868 424 t 424 860 220 t 107 866 424 t 424 868 107 t 223 869 424 t 424 866 223 t 43 632 425 t 425 856 43 t 162 864 425 t 425 632 162 t 107 868 425 t 425 864 107 t 220 856 425 t 425 868 220 t 15 779 426 t 426 872 15 t 203 870 426 t 426 779 203 t 108 871 426 t 426 870 108 t 225 872 426 t 426 871 225 t 52 873 427 t 427 785 52 t 224 874 427 t 427 873 224 t 108 870 427 t 427 874 108 t 203 785 427 t 427 870 203 t 28 869 428 t 428 876 28 t 223 875 428 t 428 869 223 t 108 874 428 t 428 875 108 t 224 876 428 t 428 874 224 t 59 877 429 t 429 865 59 t 225 871 429 t 429 877 225 t 108 875 429 t 429 871 108 t 223 865 429 t 429 875 223 t 14 844 430 t 430 766 14 t 219 878 430 t 430 844 219 t 109 879 430 t 430 878 109 t 198 766 430 t 430 879 198 t 58 861 431 t 431 849 58 t 221 880 431 t 431 861 221 t 109 878 431 t 431 880 109 t 219 849 431 t 431 878 219 t 28 876 432 t 432 858 28 t 224 881 432 t 432 876 224 t 109 880 432 t 432 881 109 t 221 858 432 t 432 880 221 t 52 772 433 t 433 873 52 t 198 879 433 t 433 772 198 t 109 881 433 t 433 879 109 t 224 873 433 t 433 881 224 t 9 670 434 t 434 862 9 t 173 882 434 t 434 670 173 t 110 883 434 t 434 882 110 t 222 862 434 t 434 883 222 t 45 884 435 t 435 673 45 t 226 885 435 t 435 884 226 t 110 882 435 t 435 885 110 t 173 673 435 t 435 882 173 t 29 886 436 t 436 888 29 t 227 887 436 t 436 886 227 t 110 885 436 t 436 887 110 t 226 888 436 t 436 885 226 t 59 867 437 t 437 889 59 t 222 883 437 t 437 867 222 t 110 887 437 t 437 883 110 t 227 889 437 t 437 887 227 t 10 890 438 t 438 658 10 t 228 891 438 t 438 890 228 t 111 892 438 t 438 891 111 t 170 658 438 t 438 892 170 t 60 893 439 t 439 895 60 t 229 894 439 t 439 893 229 t 111 891 439 t 439 894 111 t 228 895 439 t 439 891 228 t 29 888 440 t 440 897 29 t 226 896 440 t 440 888 226 t 111 894 440 t 440 896 111 t 229 897 440 t 440 894 229 t 45 664 441 t 441 884 45 t 170 892 441 t 441 664 170 t 111 896 441 t 441 892 111 t 226 884 441 t 441 896 226 t 16 789 442 t 442 900 16 t 205 898 442 t 442 789 205 t 112 899 442 t 442 898 112 t 231 900 442 t 442 899 231 t 53 901 443 t 443 793 53 t 230 902 443 t 443 901 230 t 112 898 443 t 443 902 112 t 205 793 443 t 443 898 205 t 29 897 444 t 444 904 29 t 229 903 444 t 444 897 229 t 112 902 444 t 444 903 112 t 230 904 444 t 444 902 230 t 60 905 445 t 445 893 60 t 231 899 445 t 445 905 231 t 112 903 445 t 445 899 112 t 229 893 445 t 445 903 229 t 15 872 446 t 446 776 15 t 225 906 446 t 446 872 225 t 113 907 446 t 446 906 113 t 201 776 446 t 446 907 201 t 59 889 447 t 447 877 59 t 227 908 447 t 447 889 227 t 113 906 447 t 447 908 113 t 225 877 447 t 447 906 225 t 29 904 448 t 448 886 29 t 230 909 448 t 448 904 230 t 113 908 448 t 448 909 113 t 227 886 448 t 448 908 227 t 53 782 449 t 449 901 53 t 201 907 449 t 449 782 201 t 113 909 449 t 449 907 113 t 230 901 449 t 449 909 230 t 10 702 450 t 450 890 10 t 181 910 450 t 450 702 181 t 114 911 450 t 450 910 114 t 228 890 450 t 450 911 228 t 47 912 451 t 451 705 47 t 232 913 451 t 451 912 232 t 114 910 451 t 451 913 114 t 181 705 451 t 451 910 181 t 30 914 452 t 452 916 30 t 233 915 452 t 452 914 233 t 114 913 452 t 452 915 114 t 232 916 452 t 452 913 232 t 60 895 453 t 453 917 60 t 228 911 453 t 453 895 228 t 114 915 453 t 453 911 114 t 233 917 453 t 453 915 233 t 11 918 454 t 454 690 11 t 234 919 454 t 454 918 234 t 115 920 454 t 454 919 115 t 178 690 454 t 454 920 178 t 61 921 455 t 455 923 61 t 235 922 455 t 455 921 235 t 115 919 455 t 455 922 115 t 234 923 455 t 455 919 234 t 30 916 456 t 456 925 30 t 232 924 456 t 456 916 232 t 115 922 456 t 456 924 115 t 235 925 456 t 456 922 235 t 47 696 457 t 457 912 47 t 178 920 457 t 457 696 178 t 115 924 457 t 457 920 115 t 232 912 457 t 457 924 232 t 17 737 458 t 458 928 17 t 191 926 458 t 458 737 191 t 116 927 458 t 458 926 116 t 237 928 458 t 458 927 237 t 54 929 459 t 459 744 54 t 236 930 459 t 459 929 236 t 116 926 459 t 459 930 116 t 191 744 459 t 459 926 191 t 30 925 460 t 460 932 30 t 235 931 460 t 460 925 235 t 116 930 460 t 460 931 116 t 236 932 460 t 460 930 236 t 61 933 461 t 461 921 61 t 237 927 461 t 461 933 237 t 116 931 461 t 461 927 116 t 235 921 461 t 461 931 235 t 16 900 462 t 462 786 16 t 231 934 462 t 462 900 231 t 117 935 462 t 462 934 117 t 204 786 462 t 462 935 204 t 60 917 463 t 463 905 60 t 233 936 463 t 463 917 233 t 117 934 463 t 463 936 117 t 231 905 463 t 463 934 231 t 30 932 464 t 464 914 30 t 236 937 464 t 464 932 236 t 117 936 464 t 464 937 117 t 233 914 464 t 464 936 233 t 54 791 465 t 465 929 54 t 204 935 465 t 465 791 204 t 117 937 465 t 465 935 117 t 236 929 465 t 465 937 236 t 11 730 466 t 466 918 11 t 187 938 466 t 466 730 187 t 118 939 466 t 466 938 118 t 234 918 466 t 466 939 234 t 49 940 467 t 467 733 49 t 238 941 467 t 467 940 238 t 118 938 467 t 467 941 118 t 187 733 467 t 467 938 187 t 31 942 468 t 468 944 31 t 239 943 468 t 468 942 239 t 118 941 468 t 468 943 118 t 238 944 468 t 468 941 238 t 61 923 469 t 469 945 61 t 234 939 469 t 469 923 234 t 118 943 469 t 469 939 118 t 239 945 469 t 469 943 239 t 6 796 470 t 470 720 6 t 208 946 470 t 470 796 208 t 119 947 470 t 470 946 119 t 185 720 470 t 470 947 185 t 57 948 471 t 471 802 57 t 240 949 471 t 471 948 240 t 119 946 471 t 471 949 119 t 208 802 471 t 471 946 208 t 31 944 472 t 472 951 31 t 238 950 472 t 472 944 238 t 119 949 472 t 472 950 119 t 240 951 472 t 472 949 240 t 49 725 473 t 473 940 49 t 185 947 473 t 473 725 185 t 119 950 473 t 473 947 119 t 238 940 473 t 473 950 238 t 12 749 474 t 474 820 12 t 194 952 474 t 474 749 194 t 120 953 474 t 474 952 120 t 213 820 474 t 474 953 213 t 55 954 475 t 475 755 55 t 241 955 475 t 475 954 241 t 120 952 475 t 475 955 120 t 194 755 475 t 475 952 194 t 31 951 476 t 476 957 31 t 240 956 476 t 476 951 240 t 120 955 476 t 476 956 120 t 241 957 476 t 476 955 241 t 57 824 477 t 477 948 57 t 213 953 477 t 477 824 213 t 120 956 477 t 477 953 120 t 240 948 477 t 477 956 240 t 17 928 478 t 478 734 17 t 237 958 478 t 478 928 237 t 121 959 478 t 478 958 121 t 188 734 478 t 478 959 188 t 61 945 479 t 479 933 61 t 239 960 479 t 479 945 239 t 121 958 479 t 479 960 121 t 237 933 479 t 479 958 237 t 31 957 480 t 480 942 31 t 241 961 480 t 480 957 241 t 121 960 480 t 480 961 121 t 239 942 480 t 480 960 239 t 55 740 481 t 481 954 55 t 188 959 481 t 481 740 188 t 121 961 481 t 481 959 121 t 241 954 481 t 481 961 241 } object { shader 7---Default type mesh name Cylinder03 962 1920 v 103.325 65.6609 74.5901 0.426346 0.739384 -0.521095 0 0 v 104.506 65.6609 77.713 0.664453 0.739385 0.10868 0 0 v 102.392 65.6609 80.2969 0.238104 0.739383 0.629777 0 0 v 99.0967 65.6609 79.758 -0.426346 0.739384 0.521095 0 0 v 97.916 65.6609 76.6351 -0.664453 0.739385 -0.10868 0 0 v 100.03 65.6609 74.0512 -0.238103 0.739387 -0.629773 0 0 v 103.697 62.4867 74.1354 0.617764 -0.219712 -0.755046 0 0 v 105.085 62.4867 77.8078 0.962771 -0.219714 0.157476 0 0 v 102.599 62.4867 80.8464 0.345009 -0.219708 0.912522 0 0 v 98.7247 62.4867 80.2127 -0.617763 -0.219715 0.755046 0 0 v 97.3363 62.4867 76.5403 -0.96277 -0.219714 -0.157477 0 0 v 99.8224 62.4867 73.5017 -0.345009 -0.219712 -0.912522 0 0 v 102.792 60.5294 75.2409 0.235033 -0.928569 -0.287261 0 0 v 103.676 60.5294 77.5772 0.366291 -0.928569 0.059914 0 0 v 102.094 60.5294 79.5103 0.131257 -0.928569 0.347176 0 0 v 99.6292 60.5294 79.1071 -0.235035 -0.928568 0.287264 0 0 v 98.7459 60.5294 76.7709 -0.366291 -0.92857 -0.0599136 0 0 v 100.328 60.5294 74.8378 -0.131261 -0.928568 -0.347176 0 0 v 101.211 66.5986 77.174 -8.05099e-008 1 7.23965e-008 0 0 v 104.933 64.3812 75.7666 0.91684 0.198105 -0.346639 0 0 v 104.291 64.3812 79.6942 0.758618 0.198108 0.620686 0 0 v 100.568 64.3812 81.1016 -0.158224 0.198104 0.967326 0 0 v 97.4882 64.3812 78.5815 -0.91684 0.198105 0.346639 0 0 v 98.1307 64.3812 74.6539 -0.758618 0.198108 -0.620686 0 0 v 101.853 64.3812 73.2464 0.158224 0.198104 -0.967326 0 0 v 101.211 60.1475 77.174 1.33721e-008 -1 2.17685e-009 0 0 v 104.307 61.1296 76.0034 0.717411 -0.641677 -0.271243 0 0 v 103.773 61.1296 79.2701 0.593604 -0.641683 0.485673 0 0 v 100.677 61.1296 80.4407 -0.123806 -0.641678 0.756916 0 0 v 98.1146 61.1296 78.3447 -0.71741 -0.641678 0.271241 0 0 v 98.649 61.1296 75.078 -0.593604 -0.641679 -0.485677 0 0 v 101.745 61.1296 73.9073 0.123804 -0.64168 -0.756914 0 0 v 103.955 65.9435 76.1364 0.49767 0.846711 -0.188159 0 0 v 103.482 65.9435 79.0321 0.411787 0.84671 0.336917 0 0 v 100.737 65.9435 80.0698 -0.0858842 0.84671 0.525078 0 0 v 98.4663 65.9435 78.2117 -0.49767 0.846711 0.188159 0 0 v 98.9399 65.9435 75.316 -0.411787 0.84671 -0.336917 0 0 v 101.684 65.9435 74.2783 0.0858842 0.84671 -0.525078 0 0 v 104.867 62.4867 75.7918 0.912718 -0.21878 -0.345082 0 0 v 103.756 64.3535 74.0634 0.623226 0.177092 -0.761727 0 0 v 105.177 64.3535 77.8228 0.971286 0.177095 0.158871 0 0 v 104.236 62.4867 79.6491 0.755206 -0.218778 0.617899 0 0 v 102.632 64.3535 80.9334 0.348056 0.17709 0.920595 0 0 v 100.58 62.4867 81.0313 -0.157515 -0.218782 0.962976 0 0 v 98.6658 64.3535 80.2846 -0.623229 0.177095 0.761723 0 0 v 97.5549 62.4867 78.5563 -0.912719 -0.21878 0.345079 0 0 v 97.2445 64.3535 76.5253 -0.971286 0.177095 -0.158871 0 0 v 98.1858 62.4867 74.699 -0.755206 -0.218779 -0.6179 0 0 v 99.7895 64.3535 73.4147 -0.348054 0.177093 -0.920596 0 0 v 101.842 62.4867 73.3168 0.157511 -0.218783 -0.962977 0 0 v 103.217 60.4143 76.4157 0.272578 -0.956599 -0.103057 0 0 v 102.871 60.4143 78.532 0.225537 -0.956599 0.18453 0 0 v 100.865 60.4143 79.2903 -0.0470402 -0.956599 0.287586 0 0 v 99.205 60.4143 77.9324 -0.272577 -0.956599 0.103056 0 0 v 99.5512 60.4143 75.8161 -0.225537 -0.956599 -0.18453 0 0 v 101.557 60.4143 75.0578 0.0470397 -0.956599 -0.287587 0 0 v 104.516 61.1409 77.7146 0.769596 -0.626001 0.12588 0 0 v 103.331 61.1409 74.5823 0.493811 -0.626001 -0.603551 0 0 v 102.395 61.1409 80.3063 0.275782 -0.626004 0.729427 0 0 v 99.0903 61.1409 79.7658 -0.493812 -0.626001 0.60355 0 0 v 97.9061 61.1409 76.6335 -0.769595 -0.626001 -0.12588 0 0 v 100.027 61.1409 74.0418 -0.275784 -0.626 -0.729429 0 0 v 100.396 66.2353 75.0181 -0.113932 0.946684 -0.301346 0 0 v 98.9362 66.2353 76.802 -0.317938 0.946684 -0.0520033 0 0 v 99.7513 66.2353 78.9579 -0.204007 0.946684 0.249342 0 0 v 102.026 66.2353 79.33 0.113932 0.946684 0.301346 0 0 v 103.485 66.2353 77.5461 0.317938 0.946684 0.0520033 0 0 v 102.67 66.2353 75.3902 0.204007 0.946684 -0.249342 0 0 v 104.184 65.2099 74.9909 0.708669 0.515932 -0.481251 0 0 v 104.885 65.2099 76.8439 0.849797 0.515933 -0.107973 0 0 v 105.239 63.4123 76.7768 0.992263 -0.0542377 -0.111681 0 0 v 104.495 63.4123 74.8067 0.81795 -0.0542366 -0.572727 0 0 v 104.588 65.2099 78.6575 0.771111 0.515932 0.373097 0 0 v 103.334 65.2099 80.1907 0.518404 0.515932 0.681961 0 0 v 103.569 63.4123 80.4642 0.592847 -0.0542367 0.803486 0 0 v 104.903 63.4123 78.8341 0.90497 -0.0542395 0.422003 0 0 v 101.615 65.2099 80.8406 0.0624432 0.515935 0.854349 0 0 v 99.6597 65.2099 80.5209 -0.331392 0.515934 0.789931 0 0 v 99.5406 63.4123 80.8615 -0.399415 -0.054239 0.915164 0 0 v 101.619 63.4123 81.2015 0.0870172 -0.0542363 0.994729 0 0 v 98.2375 65.2099 79.3572 -0.708668 0.515931 0.481254 0 0 v 97.5369 65.2099 77.5042 -0.849797 0.515933 0.107973 0 0 v 97.1823 63.4123 77.5713 -0.992263 -0.0542377 0.111681 0 0 v 97.9272 63.4123 79.5414 -0.81795 -0.0542366 0.572727 0 0 v 97.8335 65.2099 75.6906 -0.77111 0.515933 -0.373098 0 0 v 99.088 65.2099 74.1573 -0.518406 0.515933 -0.68196 0 0 v 98.8525 63.4123 73.8839 -0.592848 -0.0542384 -0.803485 0 0 v 97.5188 63.4123 75.514 -0.904971 -0.0542368 -0.422003 0 0 v 100.807 65.2099 73.5075 -0.0624412 0.515936 -0.854349 0 0 v 102.762 65.2099 73.8272 0.33139 0.515934 -0.789932 0 0 v 102.881 63.4123 73.4866 0.399415 -0.0542375 -0.915165 0 0 v 100.803 63.4123 73.1466 -0.0870171 -0.0542363 -0.994729 0 0 v 100.627 60.2955 75.6307 -0.0634468 -0.983775 -0.167814 0 0 v 102.256 60.2955 75.897 0.113608 -0.983775 -0.138854 0 0 v 102.839 60.2955 77.4404 0.177054 -0.983775 0.0289606 0 0 v 101.794 60.2955 78.7174 0.0634468 -0.983775 0.167814 0 0 v 100.166 60.2955 78.4511 -0.113607 -0.983775 0.138853 0 0 v 99.5825 60.2955 76.9077 -0.177054 -0.983775 -0.0289606 0 0 v 104.193 61.722 75.024 0.750917 -0.399227 -0.526061 0 0 v 104.87 61.722 76.8134 0.911125 -0.399225 -0.102323 0 0 v 104.061 60.7209 76.9229 0.535841 -0.841454 -0.0694943 0 0 v 103.514 60.7209 75.4765 0.447788 -0.841454 -0.302392 0 0 v 104.564 61.722 78.6816 0.831042 -0.399227 0.387281 0 0 v 103.353 61.722 80.1622 0.544175 -0.399229 0.737895 0 0 v 102.854 60.7209 79.517 0.32811 -0.841453 0.429303 0 0 v 103.833 60.7209 78.3203 0.485774 -0.841453 0.236601 0 0 v 101.582 61.722 80.8317 0.0801222 -0.399227 0.913345 0 0 v 99.6939 61.722 80.5229 -0.366949 -0.399227 0.840218 0 0 v 100.003 60.7209 79.7682 -0.207736 -0.841453 0.498801 0 0 v 101.529 60.7209 80.0178 0.0379838 -0.841452 0.538995 0 0 v 98.2287 61.722 79.3241 -0.750917 -0.399227 0.526061 0 0 v 97.5522 61.722 77.5347 -0.911125 -0.399225 0.102323 0 0 v 98.3604 60.7209 77.4252 -0.535841 -0.841454 0.0694941 0 0 v 98.9072 60.7209 78.8715 -0.447789 -0.841453 0.302393 0 0 v 97.8577 61.722 75.6665 -0.83104 -0.399226 -0.387285 0 0 v 99.0692 61.722 74.1859 -0.544176 -0.399229 -0.737895 0 0 v 99.5681 60.7209 74.831 -0.328108 -0.841452 -0.429306 0 0 v 98.589 60.7209 76.0278 -0.485774 -0.841453 -0.236601 0 0 v 100.84 61.722 73.5164 -0.0801228 -0.399225 -0.913345 0 0 v 102.728 61.722 73.8252 0.366947 -0.399227 -0.840219 0 0 v 102.419 60.7209 74.5799 0.207737 -0.841453 -0.498802 0 0 v 100.893 60.7209 74.3303 -0.0379854 -0.841455 -0.538991 0 0 v 99.5541 65.8503 74.5538 -0.328279 0.8156 -0.476476 0 0 v 99.8216 66.3735 76.0374 -0.180518 0.972419 -0.147697 0 0 v 101.501 66.3735 75.4026 0.0376498 0.972419 -0.230182 0 0 v 100.72 65.8503 74.1131 -0.0690648 0.8156 -0.574479 0 0 v 98.1133 65.8503 77.2987 -0.576779 0.815601 0.0460596 0 0 v 99.5319 66.3735 77.8088 -0.218169 0.972419 0.0824845 0 0 v 98.3144 65.8503 76.069 -0.532045 0.815601 -0.227425 0 0 v 99.77 65.8503 79.9189 -0.248502 0.8156 0.522536 0 0 v 100.921 66.3735 78.9454 -0.0376498 0.972419 0.230182 0 0 v 98.8056 65.8503 79.1299 -0.462981 0.815601 0.347051 0 0 v 102.868 65.8503 79.7943 0.328279 0.815601 0.476474 0 0 v 102.6 66.3735 78.3107 0.180519 0.972419 0.147697 0 0 v 101.702 65.8503 80.2349 0.0690648 0.8156 0.574479 0 0 v 104.308 65.8503 77.0494 0.576779 0.815601 -0.0460596 0 0 v 102.89 66.3735 76.5393 0.218169 0.972419 -0.0824846 0 0 v 104.107 65.8503 78.2791 0.532045 0.815601 0.227425 0 0 v 102.652 65.8503 74.4292 0.248502 0.8156 -0.522536 0 0 v 103.616 65.8503 75.2182 0.462981 0.815601 -0.347051 0 0 v 104.613 65.2563 75.8876 0.787353 0.539871 -0.297681 0 0 v 104.451 64.3674 74.8316 0.80881 0.187841 -0.557263 0 0 v 103.583 65.1566 74.2752 0.552744 0.487922 -0.675578 0 0 v 104.907 65.1566 77.7786 0.861442 0.487917 0.140905 0 0 v 105.19 64.3674 76.7869 0.975179 0.187841 -0.117228 0 0 v 105.108 62.4867 76.7892 0.969773 -0.219167 -0.10727 0 0 v 104.989 63.4136 75.7456 0.934196 -0.0502718 -0.3532 0 0 v 105.217 63.4109 77.8293 0.985205 -0.0583277 0.161147 0 0 v 103.781 63.4109 74.0322 0.632159 -0.0583306 -0.77264 0 0 v 104.388 62.4867 74.8843 0.798169 -0.219168 -0.561151 0 0 v 104.026 65.2563 79.4775 0.651476 0.539873 0.533026 0 0 v 104.86 64.3674 78.8089 0.88701 0.187837 0.421817 0 0 v 102.535 65.1566 80.6774 0.308696 0.487921 0.816481 0 0 v 103.536 64.3674 80.4268 0.58911 0.187839 0.785917 0 0 v 103.493 62.4867 80.3566 0.577785 -0.219167 0.786212 0 0 v 104.337 63.4136 79.7318 0.77298 -0.0502741 0.632436 0 0 v 102.646 63.4109 80.9712 0.353048 -0.0583292 0.933785 0 0 v 104.782 62.4867 78.7805 0.885058 -0.219165 0.410658 0 0 v 100.624 65.2563 80.764 -0.135877 0.539875 0.830706 0 0 v 101.619 64.3674 81.1513 0.0782025 0.18784 0.979082 0 0 v 98.8391 65.1566 80.0728 -0.552746 0.48792 0.675578 0 0 v 99.5564 64.3674 80.8139 -0.386069 0.187841 0.903143 0 0 v 99.5956 62.4867 80.7415 -0.391988 -0.219166 0.893483 0 0 v 100.559 63.4136 81.1602 -0.161216 -0.050269 0.985638 0 0 v 98.6402 63.4109 80.3159 -0.63216 -0.058332 0.772639 0 0 v 101.605 62.4867 81.0702 0.0868883 -0.219171 0.97181 0 0 v 97.8083 65.2563 78.4605 -0.787353 0.539871 0.297681 0 0 v 97.9707 64.3674 79.5165 -0.808809 0.187842 0.557264 0 0 v 97.5145 65.1566 76.5695 -0.861442 0.487918 -0.140902 0 0 v 97.2314 64.3674 77.5612 -0.975179 0.187841 0.117228 0 0 v 97.3137 62.4867 77.5589 -0.969773 -0.219167 0.10727 0 0 v 97.4327 63.4136 78.6025 -0.934196 -0.0502718 0.3532 0 0 v 97.2046 63.4109 76.5188 -0.985205 -0.0583269 -0.161148 0 0 v 98.0339 62.4867 79.4637 -0.798168 -0.219168 0.561154 0 0 v 98.3955 65.2563 74.8705 -0.651476 0.539873 -0.533026 0 0 v 97.5621 64.3674 75.5392 -0.88701 0.187838 -0.421817 0 0 v 99.8863 65.1566 73.6707 -0.308696 0.487918 -0.816482 0 0 v 98.8859 64.3674 73.9213 -0.589111 0.187842 -0.785916 0 0 v 98.929 62.4867 73.9915 -0.577785 -0.219167 -0.786212 0 0 v 98.0847 63.4136 74.6163 -0.772979 -0.0502729 -0.632437 0 0 v 99.7752 63.4109 73.3769 -0.353046 -0.0583271 -0.933786 0 0 v 97.6394 62.4867 75.5676 -0.885057 -0.219167 -0.410657 0 0 v 101.798 65.2563 73.5841 0.135877 0.539875 -0.830706 0 0 v 100.802 64.3674 73.1968 -0.0782026 0.18784 -0.979081 0 0 v 102.865 64.3674 73.5342 0.38607 0.18784 -0.903142 0 0 v 102.826 62.4867 73.6066 0.39199 -0.219166 -0.893482 0 0 v 101.863 63.4136 73.1878 0.161217 -0.0502686 -0.985638 0 0 v 100.816 62.4867 73.2779 -0.0868884 -0.219171 -0.97181 0 0 v 100.845 60.4522 74.9202 -0.037997 -0.948624 -0.314115 0 0 v 101.416 60.2392 75.9175 0.021333 -0.991228 -0.130426 0 0 v 100.225 60.2392 76.3678 -0.102287 -0.991228 -0.0836884 0 0 v 99.9943 60.4522 75.2418 -0.179322 -0.948625 -0.260681 0 0 v 102.98 60.4522 75.7301 0.253034 -0.948624 -0.189963 0 0 v 102.402 60.2392 76.7238 0.123619 -0.991228 -0.0467376 0 0 v 102.276 60.4522 75.1543 0.136096 -0.948625 -0.285638 0 0 v 103.346 60.4522 77.9839 0.291028 -0.948625 0.12415 0 0 v 102.196 60.2392 77.9803 0.102287 -0.991228 0.0836883 0 0 v 103.493 60.4522 77.0866 0.315419 -0.948624 -0.0249575 0 0 v 101.577 60.4522 79.4279 0.0379983 -0.948625 0.314114 0 0 v 101.005 60.2392 78.4306 -0.0213334 -0.991228 0.130427 0 0 v 102.427 60.4522 79.1063 0.179322 -0.948625 0.260681 0 0 v 99.442 60.4522 78.618 -0.253033 -0.948625 0.189962 0 0 v 100.02 60.2392 77.6243 -0.12362 -0.991228 0.046738 0 0 v 100.146 60.4522 79.1938 -0.136095 -0.948625 0.285638 0 0 v 99.0759 60.4522 76.3642 -0.291027 -0.948625 -0.124151 0 0 v 98.9292 60.4522 77.2615 -0.315419 -0.948624 0.0249575 0 0 v 104.642 61.7215 75.8768 0.856409 -0.402148 -0.323792 0 0 v 103.907 61.1353 75.2227 0.636979 -0.633954 -0.438587 0 0 v 103.546 61.7226 74.3205 0.581338 -0.396485 -0.710525 0 0 v 104.849 61.7226 77.7692 0.906001 -0.396486 0.148195 0 0 v 104.524 61.1353 76.8534 0.767813 -0.633957 -0.0925306 0 0 v 103.84 60.702 76.1798 0.491304 -0.85095 -0.185754 0 0 v 104.09 60.7426 77.645 0.55077 -0.829781 0.0900861 0 0 v 103.058 60.7426 74.916 0.3534 -0.829782 -0.431938 0 0 v 104.05 61.7215 79.4968 0.708615 -0.402149 0.579776 0 0 v 104.249 61.1353 78.5335 0.698318 -0.633955 0.332344 0 0 v 102.515 61.7226 80.6227 0.324666 -0.396488 0.858714 0 0 v 103.145 61.1353 79.8828 0.464042 -0.633955 0.618681 0 0 v 103.387 60.702 78.9542 0.406523 -0.850947 0.332608 0 0 v 102.243 60.7426 79.903 0.197367 -0.829779 0.522027 0 0 v 100.619 61.7215 80.794 -0.147793 -0.40215 0.903567 0 0 v 101.553 61.1353 80.4848 0.0613404 -0.633957 0.770932 0 0 v 98.8761 61.7226 80.0276 -0.581339 -0.396482 0.710526 0 0 v 99.8321 61.1353 80.2034 -0.303769 -0.633955 0.711214 0 0 v 100.757 60.702 79.9484 -0.0847856 -0.850949 0.51836 0 0 v 99.3634 60.7426 79.4321 -0.353401 -0.829783 0.431935 0 0 v 97.7798 61.7215 78.4713 -0.856409 -0.402148 0.323792 0 0 v 98.5145 61.1353 79.1254 -0.636978 -0.633956 0.438588 0 0 v 97.5722 61.7226 76.5789 -0.906002 -0.396484 -0.148191 0 0 v 97.898 61.1353 77.4947 -0.767813 -0.633957 0.0925292 0 0 v 98.5813 60.702 78.1682 -0.491305 -0.850949 0.185754 0 0 v 98.3316 60.7426 76.7031 -0.55077 -0.829781 -0.0900867 0 0 v 98.3719 61.7215 74.8513 -0.708614 -0.40215 -0.579777 0 0 v 98.1728 61.1353 75.8146 -0.698318 -0.633955 -0.332344 0 0 v 99.907 61.7226 73.7253 -0.324667 -0.396488 -0.858714 0 0 v 99.2767 61.1353 74.4653 -0.464043 -0.633956 -0.61868 0 0 v 99.035 60.702 75.3938 -0.406522 -0.850948 -0.332607 0 0 v 100.179 60.7426 74.445 -0.197367 -0.829781 -0.522024 0 0 v 101.803 61.7215 73.554 0.147795 -0.402146 -0.903568 0 0 v 100.869 61.1353 73.8633 -0.0613408 -0.633953 -0.770935 0 0 v 102.59 61.1353 74.1447 0.303772 -0.633955 -0.711213 0 0 v 101.665 60.702 74.3997 0.0847856 -0.850949 -0.51836 0 0 v 100.162 65.9432 74.3995 -0.181886 0.857598 -0.481085 0 0 v 99.6554 66.1584 75.2093 -0.243084 0.924646 -0.293154 0 0 v 100.73 66.4597 75.9012 -0.0600564 0.985475 -0.158846 0 0 v 101.077 66.1584 74.6717 -0.0116691 0.924646 -0.380649 0 0 v 98.2835 65.9432 76.6952 -0.507577 0.857597 -0.0830228 0 0 v 98.7316 66.1584 77.5388 -0.375422 0.924646 0.0639379 0 0 v 99.8679 66.4597 76.9544 -0.167593 0.985475 -0.0274124 0 0 v 98.977 66.1584 76.0384 -0.335487 0.924646 -0.18022 0 0 v 99.3325 65.9432 79.4698 -0.325687 0.857597 0.398064 0 0 v 100.287 66.1584 79.5035 -0.132338 0.924645 0.357096 0 0 v 100.349 66.4597 78.2272 -0.107537 0.985475 0.131434 0 0 v 99.1105 66.1584 78.5408 -0.323818 0.924646 0.20043 0 0 v 102.26 65.9432 79.9486 0.181888 0.857598 0.481085 0 0 v 102.766 66.1584 79.1388 0.243086 0.924646 0.293155 0 0 v 101.692 66.4597 78.4469 0.0600564 0.985475 0.158846 0 0 v 101.344 66.1584 79.6764 0.0116672 0.924646 0.38065 0 0 v 104.138 65.9432 77.6529 0.507577 0.857597 0.0830228 0 0 v 103.69 66.1584 76.8093 0.375422 0.924646 -0.0639379 0 0 v 102.554 66.4597 77.3937 0.167594 0.985475 0.0274128 0 0 v 103.445 66.1584 78.3097 0.335487 0.924645 0.180222 0 0 v 103.089 65.9432 74.8783 0.325687 0.857597 -0.398064 0 0 v 102.135 66.1584 74.8446 0.132339 0.924646 -0.357095 0 0 v 102.073 66.4597 76.1209 0.107537 0.985475 -0.131434 0 0 v 103.311 66.1584 75.8073 0.323818 0.924646 -0.20043 0 0 v 103.721 65.4973 74.7333 0.557848 0.653721 -0.511326 0 0 v 104.147 65.6082 75.533 0.631813 0.701761 -0.329157 0 0 v 104.605 64.8275 75.34 0.829888 0.357774 -0.428116 0 0 v 104.044 64.7906 74.496 0.69968 0.334019 -0.631568 0 0 v 104.708 65.4973 77.3436 0.7566 0.65372 0.0143598 0 0 v 105.107 64.7906 77.3077 0.942505 0.33402 0.0106971 0 0 v 104.97 64.8275 76.3036 0.905542 0.357773 -0.228018 0 0 v 104.498 65.6082 76.462 0.691541 0.701761 -0.171179 0 0 v 105.215 62.9364 77.3028 0.989477 -0.143046 0.0217414 0 0 v 105.1 62.9364 76.2646 0.962206 -0.141144 -0.232889 0 0 v 105.148 63.8992 76.2551 0.969465 0.0579877 -0.238277 0 0 v 105.269 63.8918 77.3062 0.998712 0.0473239 0.0182772 0 0 v 104.128 62.9364 74.4286 0.727592 -0.14304 -0.670932 0 0 v 104.167 63.8918 74.3898 0.736809 0.0473215 -0.674443 0 0 v 104.771 63.8992 75.2585 0.88461 0.057988 -0.462712 0 0 v 104.729 62.9364 75.2832 0.875603 -0.141147 -0.46195 0 0 v 104.58 65.4973 78.1275 0.721749 0.653717 0.227448 0 0 v 104.1 65.6082 78.8964 0.60096 0.701763 0.382591 0 0 v 104.496 64.8275 79.1966 0.785702 0.357773 0.50465 0 0 v 104.947 64.7906 78.2888 0.896795 0.334023 0.29015 0 0 v 102.813 65.4973 80.2873 0.365864 0.653717 0.662418 0 0 v 103.043 64.7906 80.6153 0.461991 0.334024 0.82158 0 0 v 103.844 64.8275 79.994 0.650241 0.357771 0.670213 0 0 v 103.471 65.6082 79.6651 0.494016 0.701764 0.513299 0 0 v 103.101 62.9364 80.7059 0.475907 -0.143043 0.867785 0 0 v 103.943 62.9364 80.0872 0.68279 -0.141146 0.716852 0 0 v 103.975 63.8992 80.124 0.691083 0.057988 0.720445 0 0 v 103.126 63.8918 80.755 0.483527 0.0473223 0.874049 0 0 v 105.047 62.9364 78.3277 0.944839 -0.143046 0.294649 0 0 v 105.1 63.8918 78.3419 0.952489 0.0473245 0.300874 0 0 v 104.65 63.8992 79.2994 0.843026 0.0579888 0.534738 0 0 v 104.607 62.9364 79.2751 0.837864 -0.141146 0.527315 0 0 v 102.069 65.4973 80.5683 0.163898 0.653719 0.738775 0 0 v 101.164 65.6082 80.5375 -0.0308519 0.701764 0.711742 0 0 v 101.102 64.8275 81.0307 -0.0441871 0.357775 0.932762 0 0 v 102.113 64.7906 80.9669 0.197117 0.33402 0.921724 0 0 v 99.3155 65.4973 80.1178 -0.390736 0.653721 0.648054 0 0 v 99.1469 64.7906 80.4816 -0.480514 0.334019 0.810887 0 0 v 100.085 64.8275 80.8644 -0.255301 0.357774 0.898231 0 0 v 100.184 65.6082 80.3772 -0.197522 0.701763 0.684481 0 0 v 99.0974 62.9364 80.5771 -0.513567 -0.143043 0.846042 0 0 v 100.054 62.9364 80.9966 -0.279418 -0.141146 0.949739 0 0 v 100.038 63.8992 81.043 -0.278381 0.0579856 0.958719 0 0 v 99.067 63.8918 80.6228 -0.515185 0.0473233 0.855772 0 0 v 102.13 62.9364 81.0731 0.217251 -0.143044 0.965578 0 0 v 102.144 63.8918 81.1261 0.215683 0.0473268 0.975316 0 0 v 101.09 63.8992 81.215 -0.0415847 0.0579841 0.997451 0 0 v 101.089 62.9364 81.166 -0.0377405 -0.141144 0.989269 0 0 v 98.7007 65.4973 79.6148 -0.55785 0.653719 0.511327 0 0 v 98.2745 65.6082 78.8151 -0.631813 0.701761 0.329157 0 0 v 97.8165 64.8275 79.0081 -0.829888 0.357774 0.428116 0 0 v 98.3774 64.7906 79.8521 -0.69968 0.33402 0.631568 0 0 v 97.7138 65.4973 77.0045 -0.7566 0.65372 -0.0143598 0 0 v 97.3144 64.7906 77.0404 -0.942505 0.33402 -0.0106971 0 0 v 97.4521 64.8275 78.0444 -0.905542 0.357773 0.228018 0 0 v 97.9233 65.6082 77.8861 -0.691541 0.701761 0.171179 0 0 v 97.207 62.9364 77.0453 -0.989477 -0.143046 -0.0217414 0 0 v 97.322 62.9364 78.0835 -0.962206 -0.141144 0.232889 0 0 v 97.2739 63.8992 78.093 -0.969465 0.0579877 0.238277 0 0 v 97.1522 63.8918 77.0419 -0.998712 0.0473239 -0.0182775 0 0 v 98.2937 62.9364 79.9195 -0.727593 -0.143042 0.67093 0 0 v 98.2549 63.8918 79.9583 -0.73681 0.0473229 0.674442 0 0 v 97.6507 63.8992 79.0896 -0.88461 0.057988 0.462712 0 0 v 97.693 62.9364 79.0649 -0.875603 -0.141143 0.46195 0 0 v 97.842 65.4973 76.2205 -0.721747 0.653719 -0.227448 0 0 v 98.3215 65.6082 75.4516 -0.600961 0.701762 -0.38259 0 0 v 97.9253 64.8275 75.1514 -0.785702 0.357773 -0.50465 0 0 v 97.4749 64.7906 76.0593 -0.896796 0.334021 -0.290151 0 0 v 99.6091 65.4973 74.0607 -0.365866 0.653719 -0.662415 0 0 v 99.3784 64.7906 73.7328 -0.461993 0.334021 -0.821579 0 0 v 98.5777 64.8275 74.3541 -0.650241 0.357771 -0.670213 0 0 v 98.9504 65.6082 74.683 -0.494017 0.701762 -0.513301 0 0 v 99.3204 62.9364 73.6422 -0.475909 -0.143043 -0.867784 0 0 v 98.4788 62.9364 74.2609 -0.68279 -0.141146 -0.716852 0 0 v 98.4465 63.8992 74.224 -0.691083 0.0579884 -0.720445 0 0 v 99.296 63.8918 73.5931 -0.483527 0.0473221 -0.874049 0 0 v 97.3746 62.9364 76.0204 -0.944839 -0.143046 -0.294648 0 0 v 97.3216 63.8918 76.0062 -0.952489 0.0473246 -0.300874 0 0 v 97.7719 63.8992 75.0486 -0.843026 0.0579892 -0.534738 0 0 v 97.8144 62.9364 75.073 -0.837863 -0.141146 -0.527317 0 0 v 100.352 65.4973 73.7798 -0.163893 0.653722 -0.738773 0 0 v 101.258 65.6082 73.8106 0.0308506 0.701762 -0.711743 0 0 v 101.32 64.8275 73.3174 0.0441871 0.357775 -0.932762 0 0 v 100.308 64.7906 73.3812 -0.197116 0.334016 -0.921726 0 0 v 103.106 65.4973 74.2303 0.390736 0.653723 -0.648053 0 0 v 103.275 64.7906 73.8664 0.480514 0.334015 -0.810888 0 0 v 102.336 64.8275 73.4837 0.255301 0.357774 -0.898231 0 0 v 102.238 65.6082 73.9709 0.197524 0.701762 -0.684482 0 0 v 103.324 62.9364 73.771 0.513569 -0.143042 -0.846041 0 0 v 102.368 62.9364 73.3514 0.279418 -0.141142 -0.949739 0 0 v 102.383 63.8992 73.3051 0.278378 0.0579879 -0.958719 0 0 v 103.355 63.8918 73.7253 0.515186 0.047326 -0.855771 0 0 v 100.292 62.9364 73.275 -0.217248 -0.143044 -0.965578 0 0 v 100.278 63.8918 73.222 -0.215683 0.0473269 -0.975316 0 0 v 101.332 63.8992 73.1331 0.0415848 0.0579845 -0.997451 0 0 v 101.332 62.9364 73.1821 0.0377385 -0.141142 -0.98927 0 0 v 100.444 60.4144 75.1445 -0.0993221 -0.959753 -0.262698 0 0 v 101.113 60.3268 75.3737 -0.00635325 -0.97753 -0.210702 0 0 v 100.871 60.2041 76.2752 -0.0343439 -0.995273 -0.0908384 0 0 v 100.093 60.3268 75.7593 -0.134634 -0.97753 -0.162202 0 0 v 102.585 60.4144 75.4948 0.177844 -0.959752 -0.217365 0 0 v 102.721 60.3268 76.1892 0.179297 -0.977529 -0.110854 0 0 v 101.819 60.2041 76.4303 0.0614961 -0.995273 -0.0751622 0 0 v 101.877 60.3268 75.4987 0.0731543 -0.97753 -0.197698 0 0 v 103.352 60.4144 77.5243 0.277164 -0.959753 0.0453357 0 0 v 102.819 60.3268 77.9895 0.185649 -0.97753 0.0998487 0 0 v 102.159 60.2041 77.3291 0.0958406 -0.995273 0.0156764 0 0 v 102.995 60.3268 76.9134 0.207788 -0.97753 -0.0354953 0 0 v 101.978 60.4144 79.2036 0.0993202 -0.959752 0.2627 0 0 v 101.309 60.3268 78.9743 0.00635371 -0.97753 0.210702 0 0 v 101.551 60.2041 78.0728 0.0343439 -0.995273 0.0908384 0 0 v 102.329 60.3268 78.5887 0.134635 -0.97753 0.162202 0 0 v 99.8369 60.4144 78.8533 -0.177845 -0.959752 0.217365 0 0 v 99.7006 60.3268 78.1589 -0.179297 -0.97753 0.110854 0 0 v 100.602 60.2041 77.9177 -0.0614966 -0.995273 0.0751623 0 0 v 100.545 60.3268 78.8494 -0.0731544 -0.97753 0.197697 0 0 v 99.0696 60.4144 76.8238 -0.277163 -0.959753 -0.0453355 0 0 v 99.6028 60.3268 76.3586 -0.185649 -0.97753 -0.0998482 0 0 v 100.263 60.2041 77.0189 -0.0958406 -0.995273 -0.0156766 0 0 v 99.4268 60.3268 77.4347 -0.207788 -0.97753 0.0354957 0 0 v 103.989 62.082 74.5593 0.701069 -0.300819 -0.646536 0 0 v 104.561 62.082 75.3732 0.843319 -0.301357 -0.444969 0 0 v 104.3 61.405 75.5112 0.758708 -0.516421 -0.397079 0 0 v 103.777 61.408 74.7564 0.63522 -0.508 -0.581748 0 0 v 105.024 62.082 77.2967 0.95345 -0.300817 0.021001 0 0 v 104.735 61.408 77.2892 0.861207 -0.508003 0.0159827 0 0 v 104.628 61.405 76.3769 0.831633 -0.516419 -0.2042 0 0 v 104.915 62.082 76.3079 0.926763 -0.301357 -0.224265 0 0 v 103.861 60.596 77.3068 0.436314 -0.89976 0.0078008 0 0 v 103.68 60.5509 76.6431 0.393829 -0.91397 -0.0977588 0 0 v 104.221 60.9004 76.4796 0.635656 -0.75503 -0.160845 0 0 v 104.34 60.9154 77.2839 0.671097 -0.741339 0.00680519 0 0 v 103.11 60.596 75.3214 0.322015 -0.899761 -0.294509 0 0 v 103.484 60.9154 75.0218 0.498731 -0.74134 -0.44909 0 0 v 103.928 60.9004 75.7032 0.583071 -0.755029 -0.299933 0 0 v 103.414 60.5509 75.9384 0.359997 -0.91397 -0.187248 0 0 v 104.864 62.082 78.2727 0.910452 -0.30082 0.283873 0 0 v 104.446 62.082 79.1751 0.807014 -0.30136 0.507849 0 0 v 104.196 61.405 79.0183 0.723236 -0.516418 0.458521 0 0 v 104.588 61.408 78.1876 0.821422 -0.507998 0.259239 0 0 v 103.011 62.082 80.5377 0.458541 -0.300821 0.83621 0 0 v 102.873 61.408 80.2833 0.416766 -0.508002 0.753817 0 0 v 103.61 61.405 79.7346 0.592654 -0.516417 0.618122 0 0 v 103.813 62.082 79.9485 0.657598 -0.301359 0.690469 0 0 v 102.421 60.596 79.5353 0.211399 -0.899762 0.381757 0 0 v 102.905 60.5509 79.0472 0.281576 -0.91397 0.292188 0 0 v 103.317 60.9004 79.4338 0.457123 -0.75503 0.470072 0 0 v 102.68 60.9154 79.9385 0.329655 -0.741336 0.584592 0 0 v 103.765 60.596 77.8925 0.41606 -0.899762 0.131616 0 0 v 104.211 60.9154 78.0667 0.638293 -0.741338 0.207365 0 0 v 103.843 60.9004 78.7914 0.551281 -0.75503 0.354991 0 0 v 103.382 60.5509 78.4641 0.342159 -0.91397 0.218143 0 0 v 102.086 62.082 80.8875 0.209381 -0.300819 0.930413 0 0 v 101.095 62.082 80.9759 -0.036304 -0.301358 0.95282 0 0 v 101.106 61.405 80.6811 -0.0354729 -0.51642 0.8556 0 0 v 102.022 61.408 80.6053 0.186201 -0.508004 0.840988 0 0 v 99.198 62.082 80.4151 -0.494912 -0.300818 0.815212 0 0 v 99.3492 61.408 80.1682 -0.444443 -0.508003 0.737837 0 0 v 100.193 61.405 80.5317 -0.238977 -0.516422 0.822313 0 0 v 100.109 62.082 80.8146 -0.269162 -0.301356 0.914733 0 0 v 99.771 60.596 79.4025 -0.224918 -0.899761 0.373955 0 0 v 100.436 60.5509 79.5781 -0.112252 -0.91397 0.389946 0 0 v 100.307 60.9004 80.1282 -0.178533 -0.755027 0.63092 0 0 v 99.5514 60.9154 79.8286 -0.341443 -0.74134 0.577783 0 0 v 101.866 60.596 79.7452 0.0940461 -0.899763 0.426123 0 0 v 101.938 60.9154 80.219 0.139563 -0.741337 0.656462 0 0 v 101.126 60.9004 80.2622 -0.0317866 -0.75503 0.654919 0 0 v 101.179 60.5509 79.6998 -0.0178371 -0.91397 0.40539 0 0 v 98.4326 62.082 79.7888 -0.701068 -0.300819 0.646538 0 0 v 97.8605 62.082 78.9749 -0.843318 -0.301361 0.444968 0 0 v 98.1212 61.405 78.8369 -0.758708 -0.51642 0.397079 0 0 v 98.6447 61.408 79.5917 -0.63522 -0.508 0.581749 0 0 v 97.3976 62.082 77.0514 -0.95345 -0.300818 -0.0210014 0 0 v 97.687 61.408 77.0589 -0.861207 -0.508004 -0.0159828 0 0 v 97.794 61.405 77.9712 -0.831633 -0.516419 0.2042 0 0 v 97.5071 62.082 78.0402 -0.926763 -0.301357 0.224265 0 0 v 98.561 60.596 77.0413 -0.436314 -0.89976 -0.00780073 0 0 v 98.7414 60.5509 77.705 -0.393829 -0.91397 0.097759 0 0 v 98.2006 60.9004 77.8685 -0.635656 -0.75503 0.160846 0 0 v 98.0822 60.9154 77.0642 -0.671098 -0.741337 -0.00680546 0 0 v 99.3116 60.596 79.0267 -0.322013 -0.899761 0.294512 0 0 v 98.9374 60.9154 79.3263 -0.498729 -0.741341 0.449091 0 0 v 98.4941 60.9004 78.6448 -0.58307 -0.75503 0.299931 0 0 v 99.0078 60.5509 78.4097 -0.359996 -0.91397 0.187247 0 0 v 97.5573 62.082 76.0754 -0.910454 -0.300815 -0.283873 0 0 v 97.9761 62.082 75.173 -0.807014 -0.301361 -0.507848 0 0 v 98.226 61.405 75.3298 -0.723235 -0.516418 -0.458523 0 0 v 97.834 61.408 76.1605 -0.821418 -0.508004 -0.259239 0 0 v 99.4104 62.082 73.8104 -0.45854 -0.300822 -0.83621 0 0 v 99.5487 61.408 74.0648 -0.416765 -0.508 -0.753819 0 0 v 98.812 61.405 74.6135 -0.592655 -0.516418 -0.61812 0 0 v 98.6089 62.082 74.3996 -0.657598 -0.30136 -0.690469 0 0 v 100.001 60.596 74.8128 -0.211398 -0.899762 -0.381759 0 0 v 99.5163 60.5509 75.3009 -0.281576 -0.91397 -0.292187 0 0 v 99.1043 60.9004 74.9143 -0.457126 -0.755027 -0.470075 0 0 v 99.7416 60.9155 74.4096 -0.329656 -0.741336 -0.584592 0 0 v 98.6568 60.596 76.4556 -0.41606 -0.899762 -0.131618 0 0 v 98.2102 60.9154 76.2813 -0.638295 -0.741336 -0.207366 0 0 v 98.5787 60.9004 75.5567 -0.551284 -0.755028 -0.354991 0 0 v 99.0392 60.5509 75.8839 -0.34216 -0.91397 -0.218143 0 0 v 100.336 62.082 73.4606 -0.209381 -0.300819 -0.930412 0 0 v 101.326 62.082 73.3721 0.036302 -0.301361 -0.952819 0 0 v 101.316 61.405 73.667 0.0354704 -0.51642 -0.8556 0 0 v 100.4 61.408 73.7428 -0.186201 -0.508005 -0.840987 0 0 v 103.224 62.082 73.933 0.494908 -0.300821 -0.815213 0 0 v 103.072 61.408 74.1799 0.444444 -0.507999 -0.737839 0 0 v 102.229 61.405 73.8163 0.238979 -0.516415 -0.822316 0 0 v 102.313 62.082 73.5335 0.269164 -0.301364 -0.91473 0 0 v 102.651 60.596 74.9455 0.224914 -0.899761 -0.373957 0 0 v 101.986 60.5509 74.7699 0.112252 -0.91397 -0.389946 0 0 v 102.115 60.9004 74.2199 0.178531 -0.75503 -0.630917 0 0 v 102.87 60.9155 74.5194 0.341442 -0.741339 -0.577784 0 0 v 100.556 60.596 74.6029 -0.0940475 -0.89976 -0.426129 0 0 v 100.484 60.9155 74.1291 -0.139563 -0.741336 -0.656463 0 0 v 101.295 60.9004 74.0859 0.0317898 -0.755029 -0.654921 0 0 v 101.242 60.5509 74.6483 0.0178381 -0.913969 -0.405391 0 0 v 99.8262 65.7544 74.2465 -0.278623 0.772983 -0.569971 0 0 v 99.9323 66.0743 74.7838 -0.210636 0.902912 -0.374677 0 0 v 100.588 66.0743 74.5358 -0.0899313 0.902911 -0.420314 0 0 v 100.312 65.7544 74.0627 -0.168152 0.772982 -0.611738 0 0 v 99.3354 66.1887 75.6396 -0.277516 0.933503 -0.22706 0 0 v 100.147 66.3373 75.5385 -0.139896 0.967487 -0.210711 0 0 v 99.2557 65.9173 74.9215 -0.366104 0.840595 -0.399209 0 0 v 101.379 66.5068 76.1459 0.0211728 0.991361 -0.129445 0 0 v 100.926 66.3373 75.244 -0.0345012 0.967486 -0.250559 0 0 v 100.405 66.5068 76.5143 -0.101517 0.991361 -0.0830586 0 0 v 101.187 65.9173 74.1914 0.0104125 0.840596 -0.541563 0 0 v 101.602 66.1887 74.7827 0.0578786 0.933503 -0.353867 0 0 v 97.9832 65.7544 76.9094 -0.632924 0.77298 -0.0436799 0 0 v 98.5016 66.0743 77.0862 -0.429799 0.902911 -0.00491969 0 0 v 98.6148 66.0743 76.3941 -0.408969 0.902911 -0.132273 0 0 v 98.0671 65.7544 76.3965 -0.613854 0.772984 -0.160248 0 0 v 98.9443 66.1887 78.031 -0.335397 0.933504 0.126806 0 0 v 99.2627 66.3373 77.2773 -0.252428 0.967487 0.0157962 0 0 v 98.2825 65.9173 77.741 -0.528776 0.840596 0.117446 0 0 v 99.3971 66.3373 76.4555 -0.23424 0.967487 -0.0953987 0 0 v 100.236 66.5068 77.5425 -0.12269 0.991361 0.0463861 0 0 v 98.6158 65.9173 75.7036 -0.4638 0.840596 -0.279799 0 0 v 99.3679 65.7544 79.837 -0.354296 0.772981 0.526284 0 0 v 99.7801 66.0743 79.4764 -0.219162 0.902911 0.369756 0 0 v 99.2374 66.0743 79.0324 -0.319036 0.902911 0.28804 0 0 v 98.9656 65.7544 79.5079 -0.445702 0.772982 0.451495 0 0 v 100.82 66.1887 79.5654 -0.0578795 0.933501 0.353873 0 0 v 100.326 66.3373 78.9128 -0.112534 0.967487 0.226507 0 0 v 100.238 65.9173 79.9935 -0.162669 0.840595 0.516661 0 0 v 99.6817 66.3373 78.3855 -0.199739 0.967487 0.155158 0 0 v 101.043 66.5068 78.2022 -0.0211728 0.991361 0.129445 0 0 v 98.6399 65.9173 78.6862 -0.474212 0.840597 0.261762 0 0 v 102.596 65.7544 80.1016 0.278626 0.772984 0.569968 0 0 v 102.489 66.0743 79.5643 0.210639 0.90291 0.374679 0 0 v 101.833 66.0743 79.8122 0.0899313 0.902911 0.420314 0 0 v 102.109 65.7544 80.2854 0.168152 0.772982 0.611738 0 0 v 103.086 66.1887 78.7085 0.27752 0.933501 0.227064 0 0 v 102.274 66.3373 78.8096 0.139896 0.967487 0.210711 0 0 v 103.166 65.9173 79.4266 0.366106 0.840596 0.399206 0 0 v 101.495 66.3373 79.1041 0.0345012 0.967486 0.250559 0 0 v 102.017 66.5068 77.8338 0.101517 0.991361 0.0830586 0 0 v 101.235 65.9173 80.1566 -0.0104188 0.840596 0.541562 0 0 v 104.439 65.7544 77.4387 0.632924 0.77298 0.0436799 0 0 v 103.92 66.0743 77.2619 0.429799 0.902911 0.00491969 0 0 v 103.807 66.0743 77.9539 0.408969 0.902911 0.132273 0 0 v 104.355 65.7544 77.9516 0.613854 0.772984 0.160248 0 0 v 103.477 66.1887 76.3171 0.335397 0.933504 -0.126806 0 0 v 103.159 66.3373 77.0708 0.252428 0.967487 -0.0157962 0 0 v 104.139 65.9173 76.6071 0.528776 0.840596 -0.117446 0 0 v 103.025 66.3373 77.8926 0.23424 0.967487 0.095398 0 0 v 102.185 66.5068 76.8056 0.12269 0.99136 -0.0463861 0 0 v 103.806 65.9173 78.6444 0.463796 0.840597 0.279804 0 0 v 103.054 65.7544 74.5111 0.354296 0.772981 -0.526284 0 0 v 102.642 66.0743 74.8717 0.219162 0.902911 -0.369756 0 0 v 103.184 66.0743 75.3157 0.319036 0.902911 -0.28804 0 0 v 103.456 65.7544 74.8402 0.445702 0.772982 -0.451495 0 0 v 102.096 66.3373 75.4353 0.112534 0.967487 -0.226507 0 0 v 102.184 65.9173 74.3546 0.162675 0.840595 -0.51666 0 0 v 102.74 66.3373 75.9625 0.199739 0.967487 -0.155158 0 0 v 103.782 65.9173 75.6618 0.474212 0.840597 -0.261762 0 0 v 103.944 65.5596 75.104 0.602324 0.680189 -0.417791 0 0 v 103.909 65.175 74.6033 0.646316 0.494351 -0.581286 0 0 v 103.45 65.4627 74.4368 0.487632 0.637965 -0.596 0 0 v 104.331 65.629 75.9943 0.655966 0.712883 -0.248005 0 0 v 104.418 65.2414 75.4244 0.750584 0.535239 -0.387482 0 0 v 104.719 64.3766 75.2834 0.870158 0.196107 -0.45207 0 0 v 104.35 64.809 74.8971 0.773906 0.346693 -0.529974 0 0 v 104.811 64.8367 75.8128 0.871035 0.364481 -0.329321 0 0 v 103.686 64.7813 74.1485 0.598764 0.325436 -0.731828 0 0 v 104.13 64.3581 74.4214 0.727684 0.179327 -0.662056 0 0 v 104.701 65.4627 77.7449 0.759974 0.637957 0.1243 0 0 v 104.935 65.175 77.3168 0.869221 0.494354 0.00830115 0 0 v 104.63 65.5596 76.9178 0.728065 0.680193 -0.085198 0 0 v 105.221 64.3581 77.3072 0.983674 0.179329 0.0150272 0 0 v 105.071 64.809 76.8046 0.930954 0.346688 -0.114596 0 0 v 105.069 64.7813 77.8051 0.933162 0.32544 0.152634 0 0 v 104.773 65.2414 76.3641 0.81919 0.535241 -0.206022 0 0 v 105.093 64.3766 76.2706 0.951586 0.19611 -0.236695 0 0 v 105.131 62.4867 77.3001 0.975369 -0.21951 0.0216982 0 0 v 105.191 62.9364 76.781 0.983857 -0.142066 -0.108827 0 0 v 105.264 63.4113 77.3048 0.998124 -0.0574405 0.021199 0 0 v 105.168 62.9364 77.8213 0.976644 -0.143694 0.159746 0 0 v 104.945 62.9364 75.7624 0.92609 -0.140573 -0.350138 0 0 v 105.146 63.4132 76.2541 0.970499 -0.0510864 -0.235629 0 0 v 105.019 62.4867 76.2835 0.948427 -0.218889 -0.229289 0 0 v 105.243 63.8955 76.7782 0.992043 0.0527484 -0.114314 0 0 v 104.989 63.901 75.7456 0.933608 0.061491 -0.352981 0 0 v 105.223 63.89 77.8304 0.985946 0.0436126 0.161269 0 0 v 103.75 62.9364 74.0708 0.626664 -0.143681 -0.76593 0 0 v 104.164 63.4113 74.3944 0.734431 -0.057443 -0.676248 0 0 v 104.455 62.9364 74.8356 0.80976 -0.142068 -0.569303 0 0 v 104.067 62.4867 74.4858 0.717047 -0.219514 -0.661557 0 0 v 104.496 63.8955 74.8034 0.819531 0.0527481 -0.570602 0 0 v 103.786 63.89 74.0272 0.632633 0.0436047 -0.773223 0 0 v 104.771 63.4132 75.2601 0.883635 -0.051085 -0.465381 0 0 v 104.655 62.4867 75.3225 0.862888 -0.218887 -0.455535 0 0 v 104.37 65.5596 78.5064 0.66298 0.680189 0.312732 0 0 v 104.786 65.175 78.2252 0.826569 0.494348 0.269079 0 0 v 103.793 65.629 79.2864 0.542755 0.71289 0.444077 0 0 v 104.33 65.2414 79.0768 0.710861 0.535241 0.456282 0 0 v 104.602 64.3766 79.2672 0.826582 0.196106 0.527547 0 0 v 104.752 64.809 78.7542 0.845926 0.346693 0.405232 0 0 v 104.19 64.8367 79.6115 0.720718 0.364476 0.58968 0 0 v 105.054 64.3581 78.3254 0.9372 0.179327 0.299162 0 0 v 102.462 65.4627 80.4822 0.272331 0.637958 0.720309 0 0 v 102.949 65.175 80.4704 0.427427 0.494347 0.75692 0 0 v 103.142 65.5596 80.0072 0.437824 0.680191 0.58792 0 0 v 103.1 64.3581 80.7131 0.478825 0.179329 0.8594 0 0 v 103.461 64.809 80.3325 0.564718 0.346691 0.748932 0 0 v 102.593 64.7813 80.8307 0.334396 0.325443 0.884458 0 0 v 103.694 65.2414 79.8543 0.588011 0.535243 0.606431 0 0 v 103.934 64.3766 80.0839 0.680779 0.196113 0.705748 0 0 v 103.062 62.4867 80.6323 0.468898 -0.21951 0.855541 0 0 v 103.541 62.9364 80.4243 0.586175 -0.142068 0.797631 0 0 v 103.124 63.4113 80.7497 0.480701 -0.0574437 0.875001 0 0 v 102.629 62.9364 80.9245 0.349979 -0.143688 0.925672 0 0 v 104.3 62.9364 79.7017 0.766272 -0.14058 0.626948 0 0 v 103.975 63.4132 80.1224 0.689308 -0.0510944 0.722664 0 0 v 103.886 62.4867 80.0265 0.672785 -0.218887 0.706717 0 0 v 103.57 63.8955 80.4679 0.595017 0.0527493 0.80198 0 0 v 104.337 63.901 79.7318 0.772495 0.0614978 0.632035 0 0 v 102.649 63.89 80.9772 0.353311 0.0436087 0.934489 0 0 v 105.095 63.4113 78.3415 0.952863 -0.0574392 0.297913 0 0 v 104.858 62.9364 78.8147 0.897909 -0.142073 0.416624 0 0 v 104.967 62.4867 78.3036 0.93145 -0.219513 0.290197 0 0 v 104.907 63.8955 78.8338 0.903923 0.0527512 0.42443 0 0 v 104.648 63.4132 79.3 0.84485 -0.0510903 0.532559 0 0 v 104.537 62.4867 79.2314 0.82595 -0.218879 0.519518 0 0 v 101.637 65.5596 80.5765 0.0606549 0.680193 0.730519 0 0 v 102.088 65.175 80.7959 0.180259 0.49435 0.850367 0 0 v 100.672 65.629 80.4661 -0.113201 0.712888 0.692081 0 0 v 101.122 65.2414 80.8264 -0.0397256 0.535245 0.843762 0 0 v 101.094 64.3766 81.1577 -0.0435738 0.196104 0.979614 0 0 v 101.613 64.809 81.0311 0.0720221 0.34669 0.935211 0 0 v 100.59 64.8367 80.9727 -0.150319 0.364482 0.918998 0 0 v 102.135 64.3581 81.078 0.209516 0.179328 0.96122 0 0 v 98.9713 65.4627 79.9113 -0.487632 0.637965 0.596 0 0 v 99.2253 65.175 80.3276 -0.441796 0.49435 0.748621 0 0 v 99.7231 65.5596 80.2635 -0.290246 0.680192 0.673124 0 0 v 99.0907 64.3581 80.58 -0.504851 0.179331 0.844373 0 0 v 99.6006 64.809 80.702 -0.366234 0.346689 0.863527 0 0 v 98.7354 64.7813 80.1996 -0.598768 0.325436 0.731825 0 0 v 100.131 65.2414 80.6642 -0.231174 0.535243 0.812449 0 0 v 100.052 64.3766 80.9874 -0.270811 0.196108 0.942446 0 0 v 99.1414 62.4867 80.5062 -0.50647 -0.219508 0.833849 0 0 v 99.5612 62.9364 80.8174 -0.397686 -0.142065 0.906457 0 0 v 99.071 63.4113 80.6189 -0.51742 -0.0574492 0.853801 0 0 v 98.6718 62.9364 80.2773 -0.626663 -0.143686 0.765929 0 0 v 100.567 62.9364 81.1134 -0.15982 -0.140579 0.977085 0 0 v 100.04 63.4132 81.0424 -0.281192 -0.0510864 0.958291 0 0 v 100.078 62.4867 80.917 -0.275641 -0.218887 0.936008 0 0 v 99.5377 63.8955 80.8637 -0.397021 0.052745 0.916293 0 0 v 100.559 63.901 81.1602 -0.161115 0.0614903 0.985018 0 0 v 98.6362 63.89 80.3209 -0.632636 0.0436098 0.77322 0 0 v 102.142 63.4113 81.1212 0.21843 -0.0574414 0.97416 0 0 v 101.614 62.9364 81.1531 0.0881528 -0.14207 0.985923 0 0 v 102.111 62.4867 80.9919 0.214405 -0.219511 0.951759 0 0 v 101.621 63.8955 81.2045 0.0843914 0.0527491 0.995035 0 0 v 101.088 63.4132 81.2139 -0.0387856 -0.051084 0.997941 0 0 v 101.092 62.4867 81.0829 -0.0369433 -0.218887 0.975051 0 0 v 98.4772 65.5596 79.2441 -0.602324 0.680189 0.417791 0 0 v 98.5129 65.175 79.7448 -0.646319 0.494345 0.581288 0 0 v 98.0906 65.629 78.3538 -0.655966 0.712883 0.248005 0 0 v 98.0036 65.2414 78.9236 -0.750584 0.535239 0.387482 0 0 v 97.7024 64.3766 79.0646 -0.870158 0.196107 0.45207 0 0 v 98.0716 64.809 79.451 -0.773904 0.346693 0.529978 0 0 v 97.6105 64.8367 78.5353 -0.871035 0.364481 0.329321 0 0 v 98.2922 64.3581 79.9267 -0.727683 0.179332 0.662055 0 0 v 97.7206 65.4627 76.6031 -0.759974 0.637957 -0.1243 0 0 v 97.487 65.175 77.0313 -0.869221 0.494354 -0.00830115 0 0 v 97.7914 65.5596 77.4303 -0.728065 0.680193 0.085198 0 0 v 97.2011 64.3581 77.0409 -0.983674 0.179329 -0.0150272 0 0 v 97.3505 64.809 77.5435 -0.930954 0.346688 0.114596 0 0 v 97.3529 64.7813 76.543 -0.933162 0.32544 -0.152634 0 0 v 97.6483 65.2414 77.9839 -0.81919 0.535241 0.206022 0 0 v 97.3292 64.3766 78.0775 -0.951586 0.19611 0.236695 0 0 v 97.2904 62.4867 77.048 -0.975369 -0.21951 -0.0216982 0 0 v 97.2308 62.9364 77.5671 -0.983857 -0.142066 0.108827 0 0 v 97.1575 63.4113 77.0433 -0.998124 -0.0574405 -0.0212002 0 0 v 97.2538 62.9364 76.5268 -0.976644 -0.143694 -0.159747 0 0 v 97.4771 62.9364 78.5857 -0.92609 -0.140573 0.350138 0 0 v 97.2752 63.4132 78.094 -0.970499 -0.0510864 0.235629 0 0 v 97.403 62.4867 78.0645 -0.948427 -0.218889 0.229289 0 0 v 97.1789 63.8955 77.5699 -0.992043 0.0527484 0.114314 0 0 v 97.4327 63.901 78.6025 -0.933608 0.061491 0.352981 0 0 v 97.1983 63.89 76.5177 -0.985946 0.0436125 -0.161269 0 0 v 98.2579 63.4113 79.9537 -0.734434 -0.057443 0.676245 0 0 v 97.9663 62.9364 79.5125 -0.80976 -0.142068 0.569303 0 0 v 98.3544 62.4867 79.8623 -0.717047 -0.219514 0.661557 0 0 v 97.9256 63.8955 79.5447 -0.819531 0.0527481 0.570602 0 0 v 97.651 63.4132 79.088 -0.883635 -0.051085 0.465381 0 0 v 97.7663 62.4867 79.0255 -0.862889 -0.218887 0.455534 0 0 v 98.0513 65.5596 75.8417 -0.66298 0.680189 -0.312732 0 0 v 97.6355 65.175 76.1229 -0.826568 0.494349 -0.269079 0 0 v 98.629 65.629 75.0617 -0.542759 0.712886 -0.44408 0 0 v 98.092 65.2414 75.2713 -0.710861 0.535241 -0.456282 0 0 v 97.8193 64.3766 75.0809 -0.826581 0.196106 -0.527547 0 0 v 97.6694 64.809 75.5939 -0.845926 0.346693 -0.405232 0 0 v 98.2318 64.8367 74.7366 -0.720718 0.364476 -0.58968 0 0 v 97.3677 64.3581 76.0227 -0.9372 0.179327 -0.299162 0 0 v 99.9601 65.4627 73.8659 -0.272329 0.637965 -0.720304 0 0 v 99.4726 65.175 73.8777 -0.427432 0.494349 -0.756916 0 0 v 99.2792 65.5596 74.3409 -0.437826 0.680188 -0.587922 0 0 v 99.3213 64.3581 73.6349 -0.478824 0.179337 -0.859399 0 0 v 98.9607 64.809 74.0156 -0.564718 0.346691 -0.748932 0 0 v 99.8284 64.7813 73.5174 -0.334397 0.325435 -0.884461 0 0 v 98.7282 65.2414 74.4938 -0.588011 0.535243 -0.606431 0 0 v 98.4876 64.3766 74.2642 -0.680779 0.196113 -0.705748 0 0 v 99.3598 62.4867 73.7158 -0.468898 -0.21951 -0.855541 0 0 v 98.8804 62.9364 73.9238 -0.586175 -0.142068 -0.797631 0 0 v 99.2974 63.4113 73.5984 -0.480701 -0.0574507 -0.875001 0 0 v 99.7929 62.9364 73.4235 -0.349979 -0.143688 -0.925672 0 0 v 98.1215 62.9364 74.6464 -0.76627 -0.14058 -0.626951 0 0 v 98.4463 63.4132 74.2257 -0.689308 -0.0510944 -0.722664 0 0 v 98.5357 62.4867 74.3216 -0.672785 -0.218887 -0.706717 0 0 v 98.8521 63.8955 73.8802 -0.595022 0.0527498 -0.801976 0 0 v 98.0847 63.901 74.6163 -0.772495 0.0614978 -0.632035 0 0 v 99.7729 63.89 73.3709 -0.353305 0.0436086 -0.934491 0 0 v 97.3271 63.4113 76.0066 -0.952863 -0.0574392 -0.297913 0 0 v 97.5635 62.9364 75.5334 -0.89791 -0.142073 -0.416621 0 0 v 97.4545 62.4867 76.0445 -0.93145 -0.219513 -0.290197 0 0 v 97.5152 63.8955 75.5142 -0.903923 0.0527517 -0.42443 0 0 v 97.7734 63.4132 75.0481 -0.84485 -0.0510861 -0.532559 0 0 v 97.8851 62.4867 75.1167 -0.825949 -0.218883 -0.519517 0 0 v 100.785 65.5596 73.7716 -0.0606549 0.680193 -0.730519 0 0 v 100.333 65.175 73.5522 -0.180252 0.494352 -0.850368 0 0 v 101.749 65.629 73.8819 0.113201 0.712884 -0.692085 0 0 v 101.299 65.2414 73.5217 0.0397256 0.535245 -0.843762 0 0 v 101.328 64.3766 73.1903 0.0435738 0.196105 -0.979614 0 0 v 100.809 64.809 73.3169 -0.0720221 0.34669 -0.935211 0 0 v 101.832 64.8367 73.3754 0.150319 0.364482 -0.918998 0 0 v 100.286 64.3581 73.2701 -0.209516 0.179328 -0.96122 0 0 v 103.196 65.175 74.0205 0.441796 0.494352 -0.748621 0 0 v 102.699 65.5596 74.0846 0.290246 0.680192 -0.673124 0 0 v 103.331 64.3581 73.7681 0.50485 0.179327 -0.844374 0 0 v 102.821 64.809 73.6461 0.366234 0.346689 -0.863527 0 0 v 102.291 65.2414 73.6839 0.231174 0.535243 -0.812449 0 0 v 102.369 64.3766 73.3607 0.270811 0.196106 -0.942446 0 0 v 103.28 62.4867 73.8419 0.506469 -0.219508 -0.83385 0 0 v 102.86 62.9364 73.5307 0.397685 -0.142072 -0.906456 0 0 v 103.351 63.4113 73.7292 0.517429 -0.0574451 -0.853796 0 0 v 101.855 62.9364 73.2347 0.15982 -0.140571 -0.977086 0 0 v 102.382 63.4132 73.3057 0.281185 -0.0510842 -0.958293 0 0 v 102.344 62.4867 73.4311 0.275648 -0.218887 -0.936006 0 0 v 102.884 63.8955 73.4844 0.397021 0.0527527 -0.916292 0 0 v 101.863 63.901 73.1878 0.161117 0.0614903 -0.985018 0 0 v 100.28 63.4113 73.2269 -0.218431 -0.0574414 -0.97416 0 0 v 100.808 62.9364 73.195 -0.0881528 -0.14207 -0.985923 0 0 v 100.311 62.4867 73.3562 -0.214405 -0.219511 -0.951759 0 0 v 100.8 63.8955 73.1436 -0.0843916 0.0527496 -0.995035 0 0 v 101.333 63.4132 73.1342 0.0387856 -0.051084 -0.997941 0 0 v 101.33 62.4867 73.2652 0.0369352 -0.218887 -0.975051 0 0 v 100.541 60.4913 74.8652 -0.0919998 -0.937643 -0.335205 0 0 v 100.758 60.361 75.2638 -0.0493657 -0.971666 -0.231145 0 0 v 100.287 60.361 75.4421 -0.115908 -0.971666 -0.205988 0 0 v 100.186 60.4913 74.9996 -0.152782 -0.937644 -0.312221 0 0 v 101.492 60.3145 75.4576 0.032207 -0.979893 -0.196908 0 0 v 101.008 60.254 75.802 -0.0194274 -0.989734 -0.141595 0 0 v 101.19 60.425 74.9894 0.00578239 -0.954997 -0.29656 0 0 v 100.642 60.1849 76.709 -0.058477 -0.997142 -0.0478448 0 0 v 100.455 60.254 76.011 -0.0791105 -0.989734 -0.119031 0 0 v 101.329 60.1849 76.4492 0.0121962 -0.997142 -0.0745648 0 0 v 99.7813 60.425 75.522 -0.200534 -0.954997 -0.218558 0 0 v 99.8647 60.3145 76.0727 -0.154422 -0.979893 -0.126344 0 0 v 102.875 60.4913 75.4395 0.244299 -0.937643 -0.247273 0 0 v 102.639 60.361 75.8269 0.175496 -0.971666 -0.158322 0 0 v 102.249 60.361 75.5076 0.120436 -0.971666 -0.203372 0 0 v 102.581 60.4913 75.199 0.193999 -0.937643 -0.288426 0 0 v 102.838 60.3145 76.5589 0.18663 -0.979893 -0.0705609 0 0 v 102.298 60.254 76.3124 0.112911 -0.989734 -0.0876225 0 0 v 103.092 60.425 76.0636 0.259719 -0.954997 -0.143274 0 0 v 101.84 60.254 75.9382 0.0635285 -0.989734 -0.128026 0 0 v 101.898 60.1849 76.9143 0.0706734 -0.997142 -0.02672 0 0 v 101.927 60.425 75.11 0.0890078 -0.954996 -0.282949 0 0 v 103.545 60.4913 77.7483 0.336293 -0.937644 0.0879286 0 0 v 103.091 60.361 77.7371 0.22486 -0.971666 0.0728221 0 0 v 103.173 60.361 77.2396 0.236343 -0.971666 0.00261672 0 0 v 103.607 60.4913 77.3734 0.346782 -0.937644 0.023802 0 0 v 102.557 60.3145 78.2754 0.154423 -0.979893 0.126345 0 0 v 102.5 60.254 77.6844 0.132339 -0.989734 0.0539734 0 0 v 103.113 60.425 78.2482 0.253937 -0.954997 0.153285 0 0 v 102.596 60.254 77.1012 0.142639 -0.989734 -0.00899544 0 0 v 101.779 60.1849 77.6391 0.0584772 -0.997142 0.0478447 0 0 v 103.356 60.425 76.762 0.289542 -0.954997 -0.0643909 0 0 v 101.881 60.4913 79.4828 0.0919942 -0.937644 0.335203 0 0 v 101.664 60.361 79.0842 0.0493648 -0.971666 0.231147 0 0 v 102.135 60.361 78.906 0.115908 -0.971666 0.205988 0 0 v 102.236 60.4913 79.3485 0.152782 -0.937644 0.312221 0 0 v 100.93 60.3145 78.8905 -0.0322088 -0.979893 0.196907 0 0 v 101.414 60.254 78.546 0.0194274 -0.989734 0.141595 0 0 v 101.232 60.425 79.3586 -0.00577919 -0.954997 0.29656 0 0 v 101.966 60.254 78.3371 0.0791105 -0.989734 0.119031 0 0 v 101.092 60.1849 77.8988 -0.0121962 -0.997142 0.0745648 0 0 v 102.64 60.425 78.8261 0.200535 -0.954997 0.218557 0 0 v 99.5463 60.4913 78.9085 -0.244298 -0.937642 0.247275 0 0 v 99.7829 60.361 78.5212 -0.175497 -0.971666 0.158321 0 0 v 100.173 60.361 78.8404 -0.120434 -0.971667 0.203371 0 0 v 99.8403 60.4913 79.1491 -0.194004 -0.937642 0.288425 0 0 v 99.584 60.3145 77.7891 -0.18663 -0.979893 0.0705615 0 0 v 100.124 60.254 78.0357 -0.112912 -0.989734 0.0876232 0 0 v 99.3294 60.425 78.2845 -0.259718 -0.954997 0.143275 0 0 v 100.581 60.254 78.4099 -0.0635296 -0.989734 0.128028 0 0 v 100.524 60.1849 77.4338 -0.0706734 -0.997142 0.02672 0 0 v 100.495 60.425 79.2381 -0.0890076 -0.954997 0.282947 0 0 v 98.8764 60.4913 76.5997 -0.336293 -0.937643 -0.0879293 0 0 v 99.3302 60.361 76.611 -0.22486 -0.971666 -0.0728221 0 0 v 99.2488 60.361 77.1085 -0.236343 -0.971666 -0.00261672 0 0 v 98.8151 60.4913 76.9747 -0.346782 -0.937644 -0.023802 0 0 v 99.9212 60.254 76.6637 -0.132339 -0.989734 -0.0539736 0 0 v 99.3084 60.425 76.0999 -0.253938 -0.954997 -0.153283 0 0 v 99.8259 60.254 77.2469 -0.142639 -0.989734 0.00899548 0 0 v 99.0654 60.425 77.5861 -0.289542 -0.954997 0.0643917 0 0 v 104.301 62.082 74.947 0.780106 -0.301053 -0.548454 0 0 v 103.893 61.7224 74.6494 0.675138 -0.396913 -0.62181 0 0 v 103.629 62.082 74.2185 0.603945 -0.30063 -0.738154 0 0 v 104.767 62.082 75.8296 0.891801 -0.301673 -0.337172 0 0 v 104.444 61.7217 75.4358 0.810253 -0.401599 -0.426859 0 0 v 104.129 61.1315 75.6001 0.681768 -0.64025 -0.353937 0 0 v 104.062 61.4065 75.1157 0.704715 -0.512246 -0.490897 0 0 v 104.49 61.4043 75.9344 0.799355 -0.51932 -0.302222 0 0 v 103.446 61.4088 74.4416 0.546538 -0.505051 -0.667997 0 0 v 103.641 61.139 74.8804 0.576064 -0.627506 -0.523819 0 0 v 104.979 62.082 77.7905 0.941235 -0.300622 0.153957 0 0 v 104.892 61.7224 77.2929 0.917644 -0.396919 0.0196124 0 0 v 105.001 62.082 76.7997 0.947826 -0.301052 -0.104847 0 0 v 104.551 61.139 77.2861 0.778521 -0.62751 0.0116802 0 0 v 104.711 61.4065 76.831 0.853213 -0.51225 -0.0981226 0 0 v 104.695 61.4088 77.7439 0.851767 -0.505057 0.139324 0 0 v 104.785 61.7217 76.3387 0.889987 -0.401596 -0.21597 0 0 v 104.441 61.1315 76.4235 0.745397 -0.64025 -0.185644 0 0 v 103.789 60.5706 76.9862 0.416436 -0.907782 -0.0501371 0 0 v 104.107 60.7352 77.2888 0.554028 -0.832491 0.00355874 0 0 v 103.863 60.6101 77.6079 0.440229 -0.894994 0.0720074 0 0 v 103.55 60.5424 76.2897 0.372808 -0.91714 -0.140953 0 0 v 103.968 60.7081 76.5508 0.511711 -0.849241 -0.13016 0 0 v 104.307 60.9079 76.8813 0.6577 -0.748746 -0.0825217 0 0 v 104.092 60.8967 76.0848 0.609114 -0.758909 -0.230297 0 0 v 104.311 60.9192 77.6811 0.667907 -0.736182 0.109249 0 0 v 102.913 60.6101 75.094 0.282477 -0.894991 -0.345249 0 0 v 103.307 60.7352 75.1717 0.41309 -0.832493 -0.369204 0 0 v 103.269 60.5706 75.609 0.345443 -0.907781 -0.237915 0 0 v 103.726 60.9079 75.3454 0.547783 -0.748749 -0.373241 0 0 v 103.2 60.9192 74.7429 0.428556 -0.736187 -0.523801 0 0 v 103.691 60.7081 75.8172 0.469827 -0.84924 -0.240942 0 0 v 104.685 62.082 78.7366 0.86503 -0.301049 0.401363 0 0 v 104.738 61.7224 78.2343 0.87607 -0.39692 0.273779 0 0 v 104.153 62.082 79.5814 0.737897 -0.301669 0.603742 0 0 v 104.333 61.7217 79.1046 0.774794 -0.401606 0.48827 0 0 v 104.033 61.1315 78.9145 0.647401 -0.640252 0.41346 0 0 v 104.419 61.4065 78.6143 0.777487 -0.512248 0.364851 0 0 v 103.924 61.4043 79.3937 0.661409 -0.519321 0.541149 0 0 v 104.412 61.139 78.132 0.741673 -0.627507 0.236971 0 0 v 102.561 62.082 80.746 0.33729 -0.300625 0.89211 0 0 v 102.949 61.7224 80.4215 0.441842 -0.396919 0.804507 0 0 v 103.43 62.082 80.2696 0.564711 -0.301058 0.768418 0 0 v 102.784 61.139 80.1225 0.379151 -0.627508 0.680058 0 0 v 103.258 61.4065 80.0336 0.511581 -0.512251 0.689843 0 0 v 102.459 61.4088 80.4763 0.305232 -0.505057 0.807311 0 0 v 103.721 61.7217 79.8517 0.632025 -0.401596 0.662771 0 0 v 103.476 61.1315 79.5958 0.533464 -0.640254 0.552712 0 0 v 102.663 60.5706 79.3131 0.251638 -0.907781 0.335576 0 0 v 102.56 60.7352 79.7399 0.273931 -0.832491 0.481581 0 0 v 102.161 60.6101 79.6879 0.157755 -0.894991 0.417257 0 0 v 103.146 60.5424 78.7575 0.30847 -0.917141 0.252386 0 0 v 103.129 60.7081 79.2503 0.368578 -0.849238 0.378081 0 0 v 103.012 60.9079 79.7087 0.400322 -0.748744 0.528323 0 0 v 103.595 60.8967 79.1244 0.503999 -0.758909 0.412363 0 0 v 102.322 60.9192 80.1122 0.239339 -0.736187 0.633045 0 0 v 103.993 60.7352 77.9882 0.526291 -0.83249 0.173143 0 0 v 103.595 60.5706 78.1736 0.378758 -0.907783 0.180201 0 0 v 104.052 60.9079 78.4379 0.597132 -0.748745 0.287774 0 0 v 103.626 60.7081 78.6433 0.443577 -0.849238 0.286416 0 0 v 101.595 62.082 80.9636 0.0849207 -0.30105 0.949819 0 0 v 102.056 61.7224 80.7589 0.200935 -0.396916 0.895591 0 0 v 100.597 62.082 80.9258 -0.153904 -0.301667 0.94091 0 0 v 101.1 61.7217 80.8428 -0.0354561 -0.401606 0.915126 0 0 v 101.115 61.1315 80.4884 -0.0343616 -0.640249 0.767399 0 0 v 101.568 61.4065 80.6726 0.072767 -0.512251 0.855748 0 0 v 100.645 61.4043 80.6333 -0.137944 -0.519319 0.843374 0 0 v 101.982 61.139 80.4256 0.165609 -0.627515 0.760789 0 0 v 98.7927 62.082 80.1295 -0.603946 -0.300628 0.738154 0 0 v 99.2673 61.7224 80.3027 -0.475805 -0.396919 0.784898 0 0 v 99.6398 62.082 80.6439 -0.383116 -0.301054 0.873263 0 0 v 99.4439 61.139 80.0105 -0.399374 -0.627507 0.668383 0 0 v 99.7579 61.4065 80.3766 -0.341631 -0.512254 0.787962 0 0 v 98.9752 61.4088 79.9065 -0.546535 -0.50506 0.667993 0 0 v 100.147 61.7217 80.687 -0.257961 -0.401599 0.878735 0 0 v 100.246 61.1315 80.3463 -0.211932 -0.640251 0.738351 0 0 v 100.084 60.5706 79.501 -0.164797 -0.907782 0.385711 0 0 v 99.6632 60.7352 79.6252 -0.280103 -0.83249 0.478019 0 0 v 99.509 60.6101 79.254 -0.282478 -0.894991 0.345249 0 0 v 100.807 60.5424 79.6418 -0.0643386 -0.91714 0.393337 0 0 v 100.372 60.7081 79.8735 -0.143132 -0.849241 0.508236 0 0 v 99.9164 60.9079 80.0015 -0.257385 -0.74874 0.610853 0 0 v 100.714 60.8967 80.2136 -0.105116 -0.758911 0.642654 0 0 v 99.2218 60.9192 79.6051 -0.428562 -0.736187 0.523797 0 0 v 101.897 60.7352 79.9905 0.113201 -0.83249 0.542353 0 0 v 101.537 60.5706 79.7386 0.0333209 -0.907783 0.418115 0 0 v 101.537 60.9079 80.2665 0.0493489 -0.748745 0.661019 0 0 v 101.146 60.7081 80.0001 -0.0262545 -0.849239 0.527356 0 0 v 98.1208 62.082 79.4011 -0.780106 -0.301053 0.548454 0 0 v 98.529 61.7224 79.6987 -0.675139 -0.396913 0.621809 0 0 v 97.6549 62.082 78.5185 -0.891801 -0.301673 0.337172 0 0 v 97.978 61.7217 78.9122 -0.810253 -0.401599 0.426859 0 0 v 98.2925 61.1315 78.748 -0.681768 -0.640251 0.353937 0 0 v 98.3594 61.4065 79.2324 -0.704715 -0.512246 0.490897 0 0 v 97.9321 61.4043 78.4137 -0.799355 -0.51932 0.302222 0 0 v 98.7805 61.139 79.4677 -0.576058 -0.627511 0.52382 0 0 v 97.4422 62.082 76.5576 -0.941235 -0.300624 -0.153957 0 0 v 97.5296 61.7224 77.0552 -0.917644 -0.396919 -0.019614 0 0 v 97.4203 62.082 77.5484 -0.947826 -0.301052 0.104847 0 0 v 97.871 61.139 77.062 -0.778522 -0.627509 -0.0116802 0 0 v 97.7109 61.4065 77.5171 -0.853213 -0.51225 0.0981226 0 0 v 97.7267 61.4088 76.6041 -0.851768 -0.505055 -0.139325 0 0 v 97.6367 61.7217 78.0094 -0.889987 -0.401596 0.21597 0 0 v 97.9812 61.1315 77.9246 -0.745397 -0.64025 0.185644 0 0 v 98.6324 60.5706 77.3619 -0.416436 -0.907782 0.0501371 0 0 v 98.3143 60.7352 77.0593 -0.554028 -0.832491 -0.00355962 0 0 v 98.5586 60.6101 76.7402 -0.440229 -0.894993 -0.0720083 0 0 v 98.8719 60.5424 78.0584 -0.372807 -0.917141 0.140952 0 0 v 98.4536 60.7081 77.7972 -0.511711 -0.849241 0.13016 0 0 v 98.115 60.9079 77.4668 -0.6577 -0.748746 0.0825217 0 0 v 98.3299 60.8967 78.2633 -0.609114 -0.75891 0.230296 0 0 v 98.1109 60.9192 76.667 -0.667907 -0.736182 -0.109249 0 0 v 99.1147 60.7352 79.1764 -0.41309 -0.83249 0.36921 0 0 v 99.1531 60.5706 78.739 -0.345441 -0.907782 0.237914 0 0 v 98.6957 60.9079 79.0027 -0.547781 -0.748749 0.373244 0 0 v 98.7309 60.7081 78.5309 -0.469827 -0.84924 0.240942 0 0 v 97.7371 62.082 75.6115 -0.86503 -0.301049 -0.401363 0 0 v 97.6835 61.7224 76.1138 -0.876071 -0.396921 -0.273778 0 0 v 98.2686 62.082 74.7667 -0.737897 -0.301669 -0.603742 0 0 v 98.0891 61.7217 75.2435 -0.774795 -0.401603 -0.488271 0 0 v 98.3886 61.1315 75.4336 -0.647401 -0.640252 -0.41346 0 0 v 98.0026 61.4065 75.7337 -0.777488 -0.512248 -0.364849 0 0 v 98.498 61.4043 74.9544 -0.661407 -0.519321 -0.541153 0 0 v 98.0093 61.139 76.2161 -0.741674 -0.627507 -0.236971 0 0 v 99.8604 62.082 73.6021 -0.33729 -0.300627 -0.892109 0 0 v 99.4731 61.7224 73.9265 -0.441841 -0.396918 -0.804508 0 0 v 98.9914 62.082 74.0785 -0.564711 -0.301058 -0.768418 0 0 v 99.6379 61.139 74.2256 -0.379145 -0.62751 -0.680059 0 0 v 99.1638 61.4065 74.3145 -0.511585 -0.512244 -0.689845 0 0 v 99.9623 61.4088 73.8717 -0.305233 -0.505055 -0.807312 0 0 v 98.7003 61.7217 74.4964 -0.632025 -0.401598 -0.66277 0 0 v 98.946 61.1315 74.7523 -0.533469 -0.640252 -0.55271 0 0 v 99.7589 60.5706 75.035 -0.251635 -0.907783 -0.335573 0 0 v 99.8619 60.7352 74.6082 -0.27393 -0.832488 -0.481588 0 0 v 100.26 60.6101 74.6602 -0.157755 -0.894991 -0.417257 0 0 v 99.2755 60.5424 75.5906 -0.308471 -0.91714 -0.252387 0 0 v 99.2925 60.7081 75.0978 -0.368581 -0.849238 -0.378078 0 0 v 99.4094 60.9079 74.6393 -0.400318 -0.748745 -0.528324 0 0 v 98.8271 60.8967 75.2237 -0.503999 -0.758908 -0.412364 0 0 v 100.1 60.9192 74.2359 -0.239344 -0.736186 -0.633044 0 0 v 98.4287 60.7352 76.3599 -0.526291 -0.83249 -0.173143 0 0 v 98.8266 60.5706 76.1745 -0.378758 -0.907783 -0.180201 0 0 v 98.3696 60.9079 75.9102 -0.597132 -0.748745 -0.287774 0 0 v 98.7958 60.7081 75.7048 -0.443577 -0.849238 -0.286416 0 0 v 100.827 62.082 73.3844 -0.0849207 -0.30105 -0.949819 0 0 v 100.365 61.7224 73.5892 -0.200936 -0.396917 -0.89559 0 0 v 101.825 62.082 73.4223 0.153903 -0.301675 -0.940907 0 0 v 101.322 61.7217 73.5052 0.0354563 -0.401599 -0.915129 0 0 v 101.307 61.1315 73.8597 0.0343615 -0.640253 -0.767396 0 0 v 100.854 61.4065 73.6754 -0.072772 -0.512251 -0.855747 0 0 v 101.777 61.4043 73.7148 0.137951 -0.519318 -0.843373 0 0 v 100.44 61.139 73.9225 -0.165609 -0.62751 -0.760792 0 0 v 103.154 61.7224 74.0454 0.475803 -0.396919 -0.784899 0 0 v 102.782 62.082 73.7042 0.383116 -0.301058 -0.873262 0 0 v 102.978 61.139 74.3376 0.399373 -0.627509 -0.668381 0 0 v 102.664 61.4065 73.9714 0.341631 -0.512243 -0.787969 0 0 v 102.274 61.7217 73.6611 0.257963 -0.4016 -0.878733 0 0 v 102.176 61.1315 74.0018 0.211927 -0.640248 -0.738356 0 0 v 102.337 60.5706 74.8471 0.164797 -0.907782 -0.385711 0 0 v 102.758 60.7352 74.7229 0.280101 -0.832487 -0.478025 0 0 v 101.614 60.5424 74.7063 0.0643386 -0.91714 -0.393337 0 0 v 102.05 60.7081 74.4746 0.143132 -0.849241 -0.508236 0 0 v 102.505 60.9079 74.3466 0.257386 -0.748746 -0.610846 0 0 v 101.708 60.8967 74.1345 0.105116 -0.758911 -0.642654 0 0 v 100.525 60.7352 74.3575 -0.1132 -0.832491 -0.542351 0 0 v 100.884 60.5706 74.6095 -0.0333206 -0.907781 -0.418119 0 0 v 100.885 60.9079 74.0816 -0.0493463 -0.748744 -0.66102 0 0 v 101.276 60.7081 74.348 0.0262545 -0.849239 -0.527356 0 0 t 5 482 242 t 242 485 5 t 122 483 242 t 242 482 122 t 62 484 242 t 242 483 62 t 125 485 242 t 242 484 125 t 36 486 243 t 243 488 36 t 123 487 243 t 243 486 123 t 62 483 243 t 243 487 62 t 122 488 243 t 243 483 122 t 18 489 244 t 244 491 18 t 124 490 244 t 244 489 124 t 62 487 244 t 244 490 62 t 123 491 244 t 244 487 123 t 37 492 245 t 245 493 37 t 125 484 245 t 245 492 125 t 62 490 245 t 245 484 62 t 124 493 245 t 245 490 124 t 4 494 246 t 246 497 4 t 126 495 246 t 246 494 126 t 63 496 246 t 246 495 63 t 128 497 246 t 246 496 128 t 35 498 247 t 247 500 35 t 127 499 247 t 247 498 127 t 63 495 247 t 247 499 63 t 126 500 247 t 247 495 126 t 18 491 248 t 248 502 18 t 123 501 248 t 248 491 123 t 63 499 248 t 248 501 63 t 127 502 248 t 248 499 127 t 36 503 249 t 249 486 36 t 128 496 249 t 249 503 128 t 63 501 249 t 249 496 63 t 123 486 249 t 249 501 123 t 3 504 250 t 250 507 3 t 129 505 250 t 250 504 129 t 64 506 250 t 250 505 64 t 131 507 250 t 250 506 131 t 34 508 251 t 251 510 34 t 130 509 251 t 251 508 130 t 64 505 251 t 251 509 64 t 129 510 251 t 251 505 129 t 18 502 252 t 252 512 18 t 127 511 252 t 252 502 127 t 64 509 252 t 252 511 64 t 130 512 252 t 252 509 130 t 35 513 253 t 253 498 35 t 131 506 253 t 253 513 131 t 64 511 253 t 253 506 64 t 127 498 253 t 253 511 127 t 2 514 254 t 254 517 2 t 132 515 254 t 254 514 132 t 65 516 254 t 254 515 65 t 134 517 254 t 254 516 134 t 33 518 255 t 255 520 33 t 133 519 255 t 255 518 133 t 65 515 255 t 255 519 65 t 132 520 255 t 255 515 132 t 18 512 256 t 256 522 18 t 130 521 256 t 256 512 130 t 65 519 256 t 256 521 65 t 133 522 256 t 256 519 133 t 34 523 257 t 257 508 34 t 134 516 257 t 257 523 134 t 65 521 257 t 257 516 65 t 130 508 257 t 257 521 130 t 1 524 258 t 258 527 1 t 135 525 258 t 258 524 135 t 66 526 258 t 258 525 66 t 137 527 258 t 258 526 137 t 32 528 259 t 259 530 32 t 136 529 259 t 259 528 136 t 66 525 259 t 259 529 66 t 135 530 259 t 259 525 135 t 18 522 260 t 260 532 18 t 133 531 260 t 260 522 133 t 66 529 260 t 260 531 66 t 136 532 260 t 260 529 136 t 33 533 261 t 261 518 33 t 137 526 261 t 261 533 137 t 66 531 261 t 261 526 66 t 133 518 261 t 261 531 133 t 0 534 262 t 262 537 0 t 138 535 262 t 262 534 138 t 67 536 262 t 262 535 67 t 139 537 262 t 262 536 139 t 37 493 263 t 263 539 37 t 124 538 263 t 263 493 124 t 67 535 263 t 263 538 67 t 138 539 263 t 263 535 138 t 18 532 264 t 264 489 18 t 136 540 264 t 264 532 136 t 67 538 264 t 264 540 67 t 124 489 264 t 264 538 124 t 32 541 265 t 265 528 32 t 139 536 265 t 265 541 139 t 67 540 265 t 265 536 67 t 136 528 265 t 265 540 136 t 0 537 266 t 266 544 0 t 139 542 266 t 266 537 139 t 68 543 266 t 266 542 68 t 142 544 266 t 266 543 142 t 32 545 267 t 267 541 32 t 140 546 267 t 267 545 140 t 68 542 267 t 267 546 68 t 139 541 267 t 267 542 139 t 19 547 268 t 268 549 19 t 141 548 268 t 268 547 141 t 68 546 268 t 268 548 68 t 140 549 268 t 268 546 140 t 39 550 269 t 269 551 39 t 142 543 269 t 269 550 142 t 68 548 269 t 269 543 68 t 141 551 269 t 269 548 141 t 1 552 270 t 270 524 1 t 143 553 270 t 270 552 143 t 69 554 270 t 270 553 69 t 135 524 270 t 270 554 135 t 40 555 271 t 271 557 40 t 144 556 271 t 271 555 144 t 69 553 271 t 271 556 69 t 143 557 271 t 271 553 143 t 19 549 272 t 272 559 19 t 140 558 272 t 272 549 140 t 69 556 272 t 272 558 69 t 144 559 272 t 272 556 144 t 32 530 273 t 273 545 32 t 135 554 273 t 273 530 135 t 69 558 273 t 273 554 69 t 140 545 273 t 273 558 140 t 7 560 274 t 274 563 7 t 145 561 274 t 274 560 145 t 70 562 274 t 274 561 70 t 147 563 274 t 274 562 147 t 38 564 275 t 275 566 38 t 146 565 275 t 275 564 146 t 70 561 275 t 275 565 70 t 145 566 275 t 275 561 145 t 19 559 276 t 276 568 19 t 144 567 276 t 276 559 144 t 70 565 276 t 276 567 70 t 146 568 276 t 276 565 146 t 40 569 277 t 277 555 40 t 147 562 277 t 277 569 147 t 70 567 277 t 277 562 70 t 144 555 277 t 277 567 144 t 6 570 278 t 278 573 6 t 148 571 278 t 278 570 148 t 71 572 278 t 278 571 71 t 149 573 278 t 278 572 149 t 39 551 279 t 279 575 39 t 141 574 279 t 279 551 141 t 71 571 279 t 279 574 71 t 148 575 279 t 279 571 148 t 19 568 280 t 280 547 19 t 146 576 280 t 280 568 146 t 71 574 280 t 280 576 71 t 141 547 280 t 280 574 141 t 38 577 281 t 281 564 38 t 149 572 281 t 281 577 149 t 71 576 281 t 281 572 71 t 146 564 281 t 281 576 146 t 1 527 282 t 282 552 1 t 137 578 282 t 282 527 137 t 72 579 282 t 282 578 72 t 143 552 282 t 282 579 143 t 33 580 283 t 283 533 33 t 150 581 283 t 283 580 150 t 72 578 283 t 283 581 72 t 137 533 283 t 283 578 137 t 20 582 284 t 284 584 20 t 151 583 284 t 284 582 151 t 72 581 284 t 284 583 72 t 150 584 284 t 284 581 150 t 40 557 285 t 285 585 40 t 143 579 285 t 285 557 143 t 72 583 285 t 285 579 72 t 151 585 285 t 285 583 151 t 2 586 286 t 286 514 2 t 152 587 286 t 286 586 152 t 73 588 286 t 286 587 73 t 132 514 286 t 286 588 132 t 42 589 287 t 287 591 42 t 153 590 287 t 287 589 153 t 73 587 287 t 287 590 73 t 152 591 287 t 287 587 152 t 20 584 288 t 288 593 20 t 150 592 288 t 288 584 150 t 73 590 288 t 288 592 73 t 153 593 288 t 288 590 153 t 33 520 289 t 289 580 33 t 132 588 289 t 289 520 132 t 73 592 289 t 289 588 73 t 150 580 289 t 289 592 150 t 8 594 290 t 290 597 8 t 154 595 290 t 290 594 154 t 74 596 290 t 290 595 74 t 156 597 290 t 290 596 156 t 41 598 291 t 291 600 41 t 155 599 291 t 291 598 155 t 74 595 291 t 291 599 74 t 154 600 291 t 291 595 154 t 20 593 292 t 292 602 20 t 153 601 292 t 292 593 153 t 74 599 292 t 292 601 74 t 155 602 292 t 292 599 155 t 42 603 293 t 293 589 42 t 156 596 293 t 293 603 156 t 74 601 293 t 293 596 74 t 153 589 293 t 293 601 153 t 7 563 294 t 294 606 7 t 147 604 294 t 294 563 147 t 75 605 294 t 294 604 75 t 157 606 294 t 294 605 157 t 40 585 295 t 295 569 40 t 151 607 295 t 295 585 151 t 75 604 295 t 295 607 75 t 147 569 295 t 295 604 147 t 20 602 296 t 296 582 20 t 155 608 296 t 296 602 155 t 75 607 296 t 296 608 75 t 151 582 296 t 296 607 151 t 41 609 297 t 297 598 41 t 157 605 297 t 297 609 157 t 75 608 297 t 297 605 75 t 155 598 297 t 297 608 155 t 2 517 298 t 298 586 2 t 134 610 298 t 298 517 134 t 76 611 298 t 298 610 76 t 152 586 298 t 298 611 152 t 34 612 299 t 299 523 34 t 158 613 299 t 299 612 158 t 76 610 299 t 299 613 76 t 134 523 299 t 299 610 134 t 21 614 300 t 300 616 21 t 159 615 300 t 300 614 159 t 76 613 300 t 300 615 76 t 158 616 300 t 300 613 158 t 42 591 301 t 301 617 42 t 152 611 301 t 301 591 152 t 76 615 301 t 301 611 76 t 159 617 301 t 301 615 159 t 3 618 302 t 302 504 3 t 160 619 302 t 302 618 160 t 77 620 302 t 302 619 77 t 129 504 302 t 302 620 129 t 44 621 303 t 303 623 44 t 161 622 303 t 303 621 161 t 77 619 303 t 303 622 77 t 160 623 303 t 303 619 160 t 21 616 304 t 304 625 21 t 158 624 304 t 304 616 158 t 77 622 304 t 304 624 77 t 161 625 304 t 304 622 161 t 34 510 305 t 305 612 34 t 129 620 305 t 305 510 129 t 77 624 305 t 305 620 77 t 158 612 305 t 305 624 158 t 9 626 306 t 306 629 9 t 162 627 306 t 306 626 162 t 78 628 306 t 306 627 78 t 164 629 306 t 306 628 164 t 43 630 307 t 307 632 43 t 163 631 307 t 307 630 163 t 78 627 307 t 307 631 78 t 162 632 307 t 307 627 162 t 21 625 308 t 308 634 21 t 161 633 308 t 308 625 161 t 78 631 308 t 308 633 78 t 163 634 308 t 308 631 163 t 44 635 309 t 309 621 44 t 164 628 309 t 309 635 164 t 78 633 309 t 309 628 78 t 161 621 309 t 309 633 161 t 8 597 310 t 310 638 8 t 156 636 310 t 310 597 156 t 79 637 310 t 310 636 79 t 165 638 310 t 310 637 165 t 42 617 311 t 311 603 42 t 159 639 311 t 311 617 159 t 79 636 311 t 311 639 79 t 156 603 311 t 311 636 156 t 21 634 312 t 312 614 21 t 163 640 312 t 312 634 163 t 79 639 312 t 312 640 79 t 159 614 312 t 312 639 159 t 43 641 313 t 313 630 43 t 165 637 313 t 313 641 165 t 79 640 313 t 313 637 79 t 163 630 313 t 313 640 163 t 3 507 314 t 314 618 3 t 131 642 314 t 314 507 131 t 80 643 314 t 314 642 80 t 160 618 314 t 314 643 160 t 35 644 315 t 315 513 35 t 166 645 315 t 315 644 166 t 80 642 315 t 315 645 80 t 131 513 315 t 315 642 131 t 22 646 316 t 316 648 22 t 167 647 316 t 316 646 167 t 80 645 316 t 316 647 80 t 166 648 316 t 316 645 166 t 44 623 317 t 317 649 44 t 160 643 317 t 317 623 160 t 80 647 317 t 317 643 80 t 167 649 317 t 317 647 167 t 4 650 318 t 318 494 4 t 168 651 318 t 318 650 168 t 81 652 318 t 318 651 81 t 126 494 318 t 318 652 126 t 46 653 319 t 319 655 46 t 169 654 319 t 319 653 169 t 81 651 319 t 319 654 81 t 168 655 319 t 319 651 168 t 22 648 320 t 320 657 22 t 166 656 320 t 320 648 166 t 81 654 320 t 320 656 81 t 169 657 320 t 320 654 169 t 35 500 321 t 321 644 35 t 126 652 321 t 321 500 126 t 81 656 321 t 321 652 81 t 166 644 321 t 321 656 166 t 10 658 322 t 322 661 10 t 170 659 322 t 322 658 170 t 82 660 322 t 322 659 82 t 172 661 322 t 322 660 172 t 45 662 323 t 323 664 45 t 171 663 323 t 323 662 171 t 82 659 323 t 323 663 82 t 170 664 323 t 323 659 170 t 22 657 324 t 324 666 22 t 169 665 324 t 324 657 169 t 82 663 324 t 324 665 82 t 171 666 324 t 324 663 171 t 46 667 325 t 325 653 46 t 172 660 325 t 325 667 172 t 82 665 325 t 325 660 82 t 169 653 325 t 325 665 169 t 9 629 326 t 326 670 9 t 164 668 326 t 326 629 164 t 83 669 326 t 326 668 83 t 173 670 326 t 326 669 173 t 44 649 327 t 327 635 44 t 167 671 327 t 327 649 167 t 83 668 327 t 327 671 83 t 164 635 327 t 327 668 164 t 22 666 328 t 328 646 22 t 171 672 328 t 328 666 171 t 83 671 328 t 328 672 83 t 167 646 328 t 328 671 167 t 45 673 329 t 329 662 45 t 173 669 329 t 329 673 173 t 83 672 329 t 329 669 83 t 171 662 329 t 329 672 171 t 4 497 330 t 330 650 4 t 128 674 330 t 330 497 128 t 84 675 330 t 330 674 84 t 168 650 330 t 330 675 168 t 36 676 331 t 331 503 36 t 174 677 331 t 331 676 174 t 84 674 331 t 331 677 84 t 128 503 331 t 331 674 128 t 23 678 332 t 332 680 23 t 175 679 332 t 332 678 175 t 84 677 332 t 332 679 84 t 174 680 332 t 332 677 174 t 46 655 333 t 333 681 46 t 168 675 333 t 333 655 168 t 84 679 333 t 333 675 84 t 175 681 333 t 333 679 175 t 5 682 334 t 334 482 5 t 176 683 334 t 334 682 176 t 85 684 334 t 334 683 85 t 122 482 334 t 334 684 122 t 48 685 335 t 335 687 48 t 177 686 335 t 335 685 177 t 85 683 335 t 335 686 85 t 176 687 335 t 335 683 176 t 23 680 336 t 336 689 23 t 174 688 336 t 336 680 174 t 85 686 336 t 336 688 85 t 177 689 336 t 336 686 177 t 36 488 337 t 337 676 36 t 122 684 337 t 337 488 122 t 85 688 337 t 337 684 85 t 174 676 337 t 337 688 174 t 11 690 338 t 338 693 11 t 178 691 338 t 338 690 178 t 86 692 338 t 338 691 86 t 180 693 338 t 338 692 180 t 47 694 339 t 339 696 47 t 179 695 339 t 339 694 179 t 86 691 339 t 339 695 86 t 178 696 339 t 339 691 178 t 23 689 340 t 340 698 23 t 177 697 340 t 340 689 177 t 86 695 340 t 340 697 86 t 179 698 340 t 340 695 179 t 48 699 341 t 341 685 48 t 180 692 341 t 341 699 180 t 86 697 341 t 341 692 86 t 177 685 341 t 341 697 177 t 10 661 342 t 342 702 10 t 172 700 342 t 342 661 172 t 87 701 342 t 342 700 87 t 181 702 342 t 342 701 181 t 46 681 343 t 343 667 46 t 175 703 343 t 343 681 175 t 87 700 343 t 343 703 87 t 172 667 343 t 343 700 172 t 23 698 344 t 344 678 23 t 179 704 344 t 344 698 179 t 87 703 344 t 344 704 87 t 175 678 344 t 344 703 175 t 47 705 345 t 345 694 47 t 181 701 345 t 345 705 181 t 87 704 345 t 345 701 87 t 179 694 345 t 345 704 179 t 5 485 346 t 346 682 5 t 125 706 346 t 346 485 125 t 88 707 346 t 346 706 88 t 176 682 346 t 346 707 176 t 37 708 347 t 347 492 37 t 182 709 347 t 347 708 182 t 88 706 347 t 347 709 88 t 125 492 347 t 347 706 125 t 24 710 348 t 348 712 24 t 183 711 348 t 348 710 183 t 88 709 348 t 348 711 88 t 182 712 348 t 348 709 182 t 48 687 349 t 349 713 48 t 176 707 349 t 349 687 176 t 88 711 349 t 349 707 88 t 183 713 349 t 349 711 183 t 0 544 350 t 350 534 0 t 142 714 350 t 350 544 142 t 89 715 350 t 350 714 89 t 138 534 350 t 350 715 138 t 39 716 351 t 351 550 39 t 184 717 351 t 351 716 184 t 89 714 351 t 351 717 89 t 142 550 351 t 351 714 142 t 24 712 352 t 352 719 24 t 182 718 352 t 352 712 182 t 89 717 352 t 352 718 89 t 184 719 352 t 352 717 184 t 37 539 353 t 353 708 37 t 138 715 353 t 353 539 138 t 89 718 353 t 353 715 89 t 182 708 353 t 353 718 182 t 6 720 354 t 354 570 6 t 185 721 354 t 354 720 185 t 90 722 354 t 354 721 90 t 148 570 354 t 354 722 148 t 49 723 355 t 355 725 49 t 186 724 355 t 355 723 186 t 90 721 355 t 355 724 90 t 185 725 355 t 355 721 185 t 24 719 356 t 356 727 24 t 184 726 356 t 356 719 184 t 90 724 356 t 356 726 90 t 186 727 356 t 356 724 186 t 39 575 357 t 357 716 39 t 148 722 357 t 357 575 148 t 90 726 357 t 357 722 90 t 184 716 357 t 357 726 184 t 11 693 358 t 358 730 11 t 180 728 358 t 358 693 180 t 91 729 358 t 358 728 91 t 187 730 358 t 358 729 187 t 48 713 359 t 359 699 48 t 183 731 359 t 359 713 183 t 91 728 359 t 359 731 91 t 180 699 359 t 359 728 180 t 24 727 360 t 360 710 24 t 186 732 360 t 360 727 186 t 91 731 360 t 360 732 91 t 183 710 360 t 360 731 183 t 49 733 361 t 361 723 49 t 187 729 361 t 361 733 187 t 91 732 361 t 361 729 91 t 186 723 361 t 361 732 186 t 17 734 362 t 362 737 17 t 188 735 362 t 362 734 188 t 92 736 362 t 362 735 92 t 191 737 362 t 362 736 191 t 55 738 363 t 363 740 55 t 189 739 363 t 363 738 189 t 92 735 363 t 363 739 92 t 188 740 363 t 363 735 188 t 25 741 364 t 364 743 25 t 190 742 364 t 364 741 190 t 92 739 364 t 364 742 92 t 189 743 364 t 364 739 189 t 54 744 365 t 365 745 54 t 191 736 365 t 365 744 191 t 92 742 365 t 365 736 92 t 190 745 365 t 365 742 190 t 12 746 366 t 366 749 12 t 192 747 366 t 366 746 192 t 93 748 366 t 366 747 93 t 194 749 366 t 366 748 194 t 50 750 367 t 367 752 50 t 193 751 367 t 367 750 193 t 93 747 367 t 367 751 93 t 192 752 367 t 367 747 192 t 25 743 368 t 368 754 25 t 189 753 368 t 368 743 189 t 93 751 368 t 368 753 93 t 193 754 368 t 368 751 193 t 55 755 369 t 369 738 55 t 194 748 369 t 369 755 194 t 93 753 369 t 369 748 93 t 189 738 369 t 369 753 189 t 13 756 370 t 370 759 13 t 195 757 370 t 370 756 195 t 94 758 370 t 370 757 94 t 197 759 370 t 370 758 197 t 51 760 371 t 371 762 51 t 196 761 371 t 371 760 196 t 94 757 371 t 371 761 94 t 195 762 371 t 371 757 195 t 25 754 372 t 372 764 25 t 193 763 372 t 372 754 193 t 94 761 372 t 372 763 94 t 196 764 372 t 372 761 196 t 50 765 373 t 373 750 50 t 197 758 373 t 373 765 197 t 94 763 373 t 373 758 94 t 193 750 373 t 373 763 193 t 14 766 374 t 374 769 14 t 198 767 374 t 374 766 198 t 95 768 374 t 374 767 95 t 200 769 374 t 374 768 200 t 52 770 375 t 375 772 52 t 199 771 375 t 375 770 199 t 95 767 375 t 375 771 95 t 198 772 375 t 375 767 198 t 25 764 376 t 376 774 25 t 196 773 376 t 376 764 196 t 95 771 376 t 376 773 95 t 199 774 376 t 376 771 199 t 51 775 377 t 377 760 51 t 200 768 377 t 377 775 200 t 95 773 377 t 377 768 95 t 196 760 377 t 377 773 196 t 15 776 378 t 378 779 15 t 201 777 378 t 378 776 201 t 96 778 378 t 378 777 96 t 203 779 378 t 378 778 203 t 53 780 379 t 379 782 53 t 202 781 379 t 379 780 202 t 96 777 379 t 379 781 96 t 201 782 379 t 379 777 201 t 25 774 380 t 380 784 25 t 199 783 380 t 380 774 199 t 96 781 380 t 380 783 96 t 202 784 380 t 380 781 202 t 52 785 381 t 381 770 52 t 203 778 381 t 381 785 203 t 96 783 381 t 381 778 96 t 199 770 381 t 381 783 199 t 16 786 382 t 382 789 16 t 204 787 382 t 382 786 204 t 97 788 382 t 382 787 97 t 205 789 382 t 382 788 205 t 54 745 383 t 383 791 54 t 190 790 383 t 383 745 190 t 97 787 383 t 383 790 97 t 204 791 383 t 383 787 204 t 25 784 384 t 384 741 25 t 202 792 384 t 384 784 202 t 97 790 384 t 384 792 97 t 190 741 384 t 384 790 190 t 53 793 385 t 385 780 53 t 205 788 385 t 385 793 205 t 97 792 385 t 385 788 97 t 202 780 385 t 385 792 202 t 6 573 386 t 386 796 6 t 149 794 386 t 386 573 149 t 98 795 386 t 386 794 98 t 208 796 386 t 386 795 208 t 38 797 387 t 387 577 38 t 206 798 387 t 387 797 206 t 98 794 387 t 387 798 98 t 149 577 387 t 387 794 149 t 26 799 388 t 388 801 26 t 207 800 388 t 388 799 207 t 98 798 388 t 388 800 98 t 206 801 388 t 388 798 206 t 57 802 389 t 389 803 57 t 208 795 389 t 389 802 208 t 98 800 389 t 389 795 98 t 207 803 389 t 389 800 207 t 7 804 390 t 390 560 7 t 209 805 390 t 390 804 209 t 99 806 390 t 390 805 99 t 145 560 390 t 390 806 145 t 56 807 391 t 391 809 56 t 210 808 391 t 391 807 210 t 99 805 391 t 391 808 99 t 209 809 391 t 391 805 209 t 26 801 392 t 392 811 26 t 206 810 392 t 392 801 206 t 99 808 392 t 392 810 99 t 210 811 392 t 392 808 210 t 38 566 393 t 393 797 38 t 145 806 393 t 393 566 145 t 99 810 393 t 393 806 99 t 206 797 393 t 393 810 206 t 13 759 394 t 394 814 13 t 197 812 394 t 394 759 197 t 100 813 394 t 394 812 100 t 212 814 394 t 394 813 212 t 50 815 395 t 395 765 50 t 211 816 395 t 395 815 211 t 100 812 395 t 395 816 100 t 197 765 395 t 395 812 197 t 26 811 396 t 396 818 26 t 210 817 396 t 396 811 210 t 100 816 396 t 396 817 100 t 211 818 396 t 396 816 211 t 56 819 397 t 397 807 56 t 212 813 397 t 397 819 212 t 100 817 397 t 397 813 100 t 210 807 397 t 397 817 210 t 12 820 398 t 398 746 12 t 213 821 398 t 398 820 213 t 101 822 398 t 398 821 101 t 192 746 398 t 398 822 192 t 57 803 399 t 399 824 57 t 207 823 399 t 399 803 207 t 101 821 399 t 399 823 101 t 213 824 399 t 399 821 213 t 26 818 400 t 400 799 26 t 211 825 400 t 400 818 211 t 101 823 400 t 400 825 101 t 207 799 400 t 400 823 207 t 50 752 401 t 401 815 50 t 192 822 401 t 401 752 192 t 101 825 401 t 401 822 101 t 211 815 401 t 401 825 211 t 7 606 402 t 402 804 7 t 157 826 402 t 402 606 157 t 102 827 402 t 402 826 102 t 209 804 402 t 402 827 209 t 41 828 403 t 403 609 41 t 214 829 403 t 403 828 214 t 102 826 403 t 403 829 102 t 157 609 403 t 403 826 157 t 27 830 404 t 404 832 27 t 215 831 404 t 404 830 215 t 102 829 404 t 404 831 102 t 214 832 404 t 404 829 214 t 56 809 405 t 405 833 56 t 209 827 405 t 405 809 209 t 102 831 405 t 405 827 102 t 215 833 405 t 405 831 215 t 8 834 406 t 406 594 8 t 216 835 406 t 406 834 216 t 103 836 406 t 406 835 103 t 154 594 406 t 406 836 154 t 58 837 407 t 407 839 58 t 217 838 407 t 407 837 217 t 103 835 407 t 407 838 103 t 216 839 407 t 407 835 216 t 27 832 408 t 408 841 27 t 214 840 408 t 408 832 214 t 103 838 408 t 408 840 103 t 217 841 408 t 408 838 217 t 41 600 409 t 409 828 41 t 154 836 409 t 409 600 154 t 103 840 409 t 409 836 103 t 214 828 409 t 409 840 214 t 14 769 410 t 410 844 14 t 200 842 410 t 410 769 200 t 104 843 410 t 410 842 104 t 219 844 410 t 410 843 219 t 51 845 411 t 411 775 51 t 218 846 411 t 411 845 218 t 104 842 411 t 411 846 104 t 200 775 411 t 411 842 200 t 27 841 412 t 412 848 27 t 217 847 412 t 412 841 217 t 104 846 412 t 412 847 104 t 218 848 412 t 412 846 218 t 58 849 413 t 413 837 58 t 219 843 413 t 413 849 219 t 104 847 413 t 413 843 104 t 217 837 413 t 413 847 217 t 13 814 414 t 414 756 13 t 212 850 414 t 414 814 212 t 105 851 414 t 414 850 105 t 195 756 414 t 414 851 195 t 56 833 415 t 415 819 56 t 215 852 415 t 415 833 215 t 105 850 415 t 415 852 105 t 212 819 415 t 415 850 212 t 27 848 416 t 416 830 27 t 218 853 416 t 416 848 218 t 105 852 416 t 416 853 105 t 215 830 416 t 416 852 215 t 51 762 417 t 417 845 51 t 195 851 417 t 417 762 195 t 105 853 417 t 417 851 105 t 218 845 417 t 417 853 218 t 8 638 418 t 418 834 8 t 165 854 418 t 418 638 165 t 106 855 418 t 418 854 106 t 216 834 418 t 418 855 216 t 43 856 419 t 419 641 43 t 220 857 419 t 419 856 220 t 106 854 419 t 419 857 106 t 165 641 419 t 419 854 165 t 28 858 420 t 420 860 28 t 221 859 420 t 420 858 221 t 106 857 420 t 420 859 106 t 220 860 420 t 420 857 220 t 58 839 421 t 421 861 58 t 216 855 421 t 421 839 216 t 106 859 421 t 421 855 106 t 221 861 421 t 421 859 221 t 9 862 422 t 422 626 9 t 222 863 422 t 422 862 222 t 107 864 422 t 422 863 107 t 162 626 422 t 422 864 162 t 59 865 423 t 423 867 59 t 223 866 423 t 423 865 223 t 107 863 423 t 423 866 107 t 222 867 423 t 423 863 222 t 28 860 424 t 424 869 28 t 220 868 424 t 424 860 220 t 107 866 424 t 424 868 107 t 223 869 424 t 424 866 223 t 43 632 425 t 425 856 43 t 162 864 425 t 425 632 162 t 107 868 425 t 425 864 107 t 220 856 425 t 425 868 220 t 15 779 426 t 426 872 15 t 203 870 426 t 426 779 203 t 108 871 426 t 426 870 108 t 225 872 426 t 426 871 225 t 52 873 427 t 427 785 52 t 224 874 427 t 427 873 224 t 108 870 427 t 427 874 108 t 203 785 427 t 427 870 203 t 28 869 428 t 428 876 28 t 223 875 428 t 428 869 223 t 108 874 428 t 428 875 108 t 224 876 428 t 428 874 224 t 59 877 429 t 429 865 59 t 225 871 429 t 429 877 225 t 108 875 429 t 429 871 108 t 223 865 429 t 429 875 223 t 14 844 430 t 430 766 14 t 219 878 430 t 430 844 219 t 109 879 430 t 430 878 109 t 198 766 430 t 430 879 198 t 58 861 431 t 431 849 58 t 221 880 431 t 431 861 221 t 109 878 431 t 431 880 109 t 219 849 431 t 431 878 219 t 28 876 432 t 432 858 28 t 224 881 432 t 432 876 224 t 109 880 432 t 432 881 109 t 221 858 432 t 432 880 221 t 52 772 433 t 433 873 52 t 198 879 433 t 433 772 198 t 109 881 433 t 433 879 109 t 224 873 433 t 433 881 224 t 9 670 434 t 434 862 9 t 173 882 434 t 434 670 173 t 110 883 434 t 434 882 110 t 222 862 434 t 434 883 222 t 45 884 435 t 435 673 45 t 226 885 435 t 435 884 226 t 110 882 435 t 435 885 110 t 173 673 435 t 435 882 173 t 29 886 436 t 436 888 29 t 227 887 436 t 436 886 227 t 110 885 436 t 436 887 110 t 226 888 436 t 436 885 226 t 59 867 437 t 437 889 59 t 222 883 437 t 437 867 222 t 110 887 437 t 437 883 110 t 227 889 437 t 437 887 227 t 10 890 438 t 438 658 10 t 228 891 438 t 438 890 228 t 111 892 438 t 438 891 111 t 170 658 438 t 438 892 170 t 60 893 439 t 439 895 60 t 229 894 439 t 439 893 229 t 111 891 439 t 439 894 111 t 228 895 439 t 439 891 228 t 29 888 440 t 440 897 29 t 226 896 440 t 440 888 226 t 111 894 440 t 440 896 111 t 229 897 440 t 440 894 229 t 45 664 441 t 441 884 45 t 170 892 441 t 441 664 170 t 111 896 441 t 441 892 111 t 226 884 441 t 441 896 226 t 16 789 442 t 442 900 16 t 205 898 442 t 442 789 205 t 112 899 442 t 442 898 112 t 231 900 442 t 442 899 231 t 53 901 443 t 443 793 53 t 230 902 443 t 443 901 230 t 112 898 443 t 443 902 112 t 205 793 443 t 443 898 205 t 29 897 444 t 444 904 29 t 229 903 444 t 444 897 229 t 112 902 444 t 444 903 112 t 230 904 444 t 444 902 230 t 60 905 445 t 445 893 60 t 231 899 445 t 445 905 231 t 112 903 445 t 445 899 112 t 229 893 445 t 445 903 229 t 15 872 446 t 446 776 15 t 225 906 446 t 446 872 225 t 113 907 446 t 446 906 113 t 201 776 446 t 446 907 201 t 59 889 447 t 447 877 59 t 227 908 447 t 447 889 227 t 113 906 447 t 447 908 113 t 225 877 447 t 447 906 225 t 29 904 448 t 448 886 29 t 230 909 448 t 448 904 230 t 113 908 448 t 448 909 113 t 227 886 448 t 448 908 227 t 53 782 449 t 449 901 53 t 201 907 449 t 449 782 201 t 113 909 449 t 449 907 113 t 230 901 449 t 449 909 230 t 10 702 450 t 450 890 10 t 181 910 450 t 450 702 181 t 114 911 450 t 450 910 114 t 228 890 450 t 450 911 228 t 47 912 451 t 451 705 47 t 232 913 451 t 451 912 232 t 114 910 451 t 451 913 114 t 181 705 451 t 451 910 181 t 30 914 452 t 452 916 30 t 233 915 452 t 452 914 233 t 114 913 452 t 452 915 114 t 232 916 452 t 452 913 232 t 60 895 453 t 453 917 60 t 228 911 453 t 453 895 228 t 114 915 453 t 453 911 114 t 233 917 453 t 453 915 233 t 11 918 454 t 454 690 11 t 234 919 454 t 454 918 234 t 115 920 454 t 454 919 115 t 178 690 454 t 454 920 178 t 61 921 455 t 455 923 61 t 235 922 455 t 455 921 235 t 115 919 455 t 455 922 115 t 234 923 455 t 455 919 234 t 30 916 456 t 456 925 30 t 232 924 456 t 456 916 232 t 115 922 456 t 456 924 115 t 235 925 456 t 456 922 235 t 47 696 457 t 457 912 47 t 178 920 457 t 457 696 178 t 115 924 457 t 457 920 115 t 232 912 457 t 457 924 232 t 17 737 458 t 458 928 17 t 191 926 458 t 458 737 191 t 116 927 458 t 458 926 116 t 237 928 458 t 458 927 237 t 54 929 459 t 459 744 54 t 236 930 459 t 459 929 236 t 116 926 459 t 459 930 116 t 191 744 459 t 459 926 191 t 30 925 460 t 460 932 30 t 235 931 460 t 460 925 235 t 116 930 460 t 460 931 116 t 236 932 460 t 460 930 236 t 61 933 461 t 461 921 61 t 237 927 461 t 461 933 237 t 116 931 461 t 461 927 116 t 235 921 461 t 461 931 235 t 16 900 462 t 462 786 16 t 231 934 462 t 462 900 231 t 117 935 462 t 462 934 117 t 204 786 462 t 462 935 204 t 60 917 463 t 463 905 60 t 233 936 463 t 463 917 233 t 117 934 463 t 463 936 117 t 231 905 463 t 463 934 231 t 30 932 464 t 464 914 30 t 236 937 464 t 464 932 236 t 117 936 464 t 464 937 117 t 233 914 464 t 464 936 233 t 54 791 465 t 465 929 54 t 204 935 465 t 465 791 204 t 117 937 465 t 465 935 117 t 236 929 465 t 465 937 236 t 11 730 466 t 466 918 11 t 187 938 466 t 466 730 187 t 118 939 466 t 466 938 118 t 234 918 466 t 466 939 234 t 49 940 467 t 467 733 49 t 238 941 467 t 467 940 238 t 118 938 467 t 467 941 118 t 187 733 467 t 467 938 187 t 31 942 468 t 468 944 31 t 239 943 468 t 468 942 239 t 118 941 468 t 468 943 118 t 238 944 468 t 468 941 238 t 61 923 469 t 469 945 61 t 234 939 469 t 469 923 234 t 118 943 469 t 469 939 118 t 239 945 469 t 469 943 239 t 6 796 470 t 470 720 6 t 208 946 470 t 470 796 208 t 119 947 470 t 470 946 119 t 185 720 470 t 470 947 185 t 57 948 471 t 471 802 57 t 240 949 471 t 471 948 240 t 119 946 471 t 471 949 119 t 208 802 471 t 471 946 208 t 31 944 472 t 472 951 31 t 238 950 472 t 472 944 238 t 119 949 472 t 472 950 119 t 240 951 472 t 472 949 240 t 49 725 473 t 473 940 49 t 185 947 473 t 473 725 185 t 119 950 473 t 473 947 119 t 238 940 473 t 473 950 238 t 12 749 474 t 474 820 12 t 194 952 474 t 474 749 194 t 120 953 474 t 474 952 120 t 213 820 474 t 474 953 213 t 55 954 475 t 475 755 55 t 241 955 475 t 475 954 241 t 120 952 475 t 475 955 120 t 194 755 475 t 475 952 194 t 31 951 476 t 476 957 31 t 240 956 476 t 476 951 240 t 120 955 476 t 476 956 120 t 241 957 476 t 476 955 241 t 57 824 477 t 477 948 57 t 213 953 477 t 477 824 213 t 120 956 477 t 477 953 120 t 240 948 477 t 477 956 240 t 17 928 478 t 478 734 17 t 237 958 478 t 478 928 237 t 121 959 478 t 478 958 121 t 188 734 478 t 478 959 188 t 61 945 479 t 479 933 61 t 239 960 479 t 479 945 239 t 121 958 479 t 479 960 121 t 237 933 479 t 479 958 237 t 31 957 480 t 480 942 31 t 241 961 480 t 480 957 241 t 121 960 480 t 480 961 121 t 239 942 480 t 480 960 239 t 55 740 481 t 481 954 55 t 188 959 481 t 481 740 188 t 121 961 481 t 481 959 121 t 241 954 481 t 481 961 241 } object { shader 7---Default type mesh name Cylinder10 962 1920 v 159.797 65.6609 74.5901 0.426346 0.739385 -0.521094 0 0 v 160.978 65.6609 77.713 0.664457 0.739382 0.10868 0 0 v 158.864 65.6609 80.2969 0.238105 0.739383 0.629777 0 0 v 155.569 65.6609 79.758 -0.426346 0.739385 0.521094 0 0 v 154.388 65.6609 76.6351 -0.664457 0.739382 -0.10868 0 0 v 156.502 65.6609 74.0512 -0.238103 0.739387 -0.629773 0 0 v 160.169 62.4867 74.1354 0.617768 -0.219712 -0.755043 0 0 v 161.557 62.4867 77.8078 0.962771 -0.219705 0.157484 0 0 v 159.071 62.4867 80.8464 0.345007 -0.21971 0.912523 0 0 v 155.197 62.4867 80.2127 -0.617765 -0.219715 0.755044 0 0 v 153.808 62.4867 76.5403 -0.962771 -0.219706 -0.157484 0 0 v 156.294 62.4867 73.5017 -0.345007 -0.219713 -0.912522 0 0 v 159.264 60.5294 75.2409 0.235033 -0.92857 -0.287258 0 0 v 160.148 60.5294 77.5772 0.366294 -0.928568 0.0599145 0 0 v 158.566 60.5294 79.5103 0.131259 -0.928569 0.347177 0 0 v 156.101 60.5294 79.1071 -0.235035 -0.928569 0.28726 0 0 v 155.218 60.5294 76.7709 -0.366294 -0.928568 -0.0599141 0 0 v 156.8 60.5294 74.8378 -0.131263 -0.928568 -0.347177 0 0 v 157.683 66.5986 77.174 1.24822e-009 1 -1.87232e-009 0 0 v 161.405 64.3812 75.7666 0.916839 0.198106 -0.34664 0 0 v 160.763 64.3812 79.6942 0.758618 0.198106 0.620688 0 0 v 157.04 64.3812 81.1016 -0.158224 0.198103 0.967326 0 0 v 153.96 64.3812 78.5815 -0.916839 0.198106 0.34664 0 0 v 154.603 64.3812 74.6539 -0.758618 0.198107 -0.620688 0 0 v 158.325 64.3812 73.2464 0.158224 0.198103 -0.967326 0 0 v 157.683 60.1475 77.174 1.33721e-008 -1 2.48783e-009 0 0 v 160.779 61.1296 76.0034 0.717418 -0.641671 -0.271239 0 0 v 160.245 61.1296 79.2701 0.593604 -0.641679 0.485678 0 0 v 157.149 61.1296 80.4407 -0.123805 -0.641678 0.756916 0 0 v 154.587 61.1296 78.3447 -0.717416 -0.641675 0.271233 0 0 v 155.121 61.1296 75.078 -0.593602 -0.641678 -0.485681 0 0 v 158.217 61.1296 73.9073 0.123804 -0.64168 -0.756914 0 0 v 160.427 65.9435 76.1364 0.497672 0.846711 -0.188157 0 0 v 159.954 65.9435 79.0321 0.411784 0.846713 0.336915 0 0 v 157.209 65.9435 80.0698 -0.0858847 0.84671 0.525077 0 0 v 154.938 65.9435 78.2117 -0.497672 0.846711 0.188157 0 0 v 155.412 65.9435 75.316 -0.411785 0.846712 -0.336915 0 0 v 158.156 65.9435 74.2783 0.0858847 0.84671 -0.525077 0 0 v 161.339 62.4867 75.7918 0.91272 -0.218776 -0.345079 0 0 v 160.228 64.3535 74.0634 0.623226 0.177089 -0.761728 0 0 v 161.649 64.3535 77.8228 0.971286 0.177094 0.158873 0 0 v 160.708 62.4867 79.6491 0.75521 -0.218778 0.617895 0 0 v 159.104 64.3535 80.9334 0.348054 0.177089 0.920597 0 0 v 157.052 62.4867 81.0313 -0.157515 -0.218781 0.962976 0 0 v 155.138 64.3535 80.2846 -0.623226 0.17709 0.761727 0 0 v 154.027 62.4867 78.5563 -0.91272 -0.218776 0.345079 0 0 v 153.716 64.3535 76.5253 -0.971286 0.177094 -0.158873 0 0 v 154.658 62.4867 74.699 -0.755209 -0.21878 -0.617895 0 0 v 156.261 64.3535 73.4147 -0.348052 0.177091 -0.920597 0 0 v 158.314 62.4867 73.3168 0.157512 -0.218782 -0.962977 0 0 v 159.689 60.4143 76.4157 0.272576 -0.956599 -0.103056 0 0 v 159.343 60.4143 78.532 0.225537 -0.956599 0.184532 0 0 v 157.337 60.4143 79.2903 -0.04704 -0.956599 0.287587 0 0 v 155.677 60.4143 77.9324 -0.272575 -0.956599 0.103056 0 0 v 156.023 60.4143 75.8161 -0.225538 -0.956598 -0.184532 0 0 v 158.029 60.4143 75.0578 0.0470395 -0.956598 -0.287587 0 0 v 160.988 61.1409 77.7146 0.769597 -0.625999 0.125882 0 0 v 159.803 61.1409 74.5823 0.493812 -0.626001 -0.60355 0 0 v 158.867 61.1409 80.3063 0.275782 -0.626002 0.729429 0 0 v 155.562 61.1409 79.7658 -0.493813 -0.626002 0.603548 0 0 v 154.378 61.1409 76.6335 -0.769597 -0.625999 -0.125882 0 0 v 156.499 61.1409 74.0418 -0.275784 -0.625998 -0.729431 0 0 v 156.868 66.2353 75.0181 -0.113932 0.946683 -0.301347 0 0 v 155.408 66.2353 76.802 -0.317939 0.946684 -0.0520047 0 0 v 156.223 66.2353 78.9579 -0.204006 0.946684 0.249342 0 0 v 158.498 66.2353 79.33 0.113932 0.946683 0.301347 0 0 v 159.957 66.2353 77.5461 0.317939 0.946684 0.0520048 0 0 v 159.142 66.2353 75.3902 0.204006 0.946684 -0.249342 0 0 v 160.656 65.2099 74.9909 0.708669 0.515934 -0.481249 0 0 v 161.357 65.2099 76.8439 0.849795 0.515937 -0.107972 0 0 v 161.711 63.4123 76.7768 0.992262 -0.0542456 -0.111681 0 0 v 160.967 63.4123 74.8067 0.817952 -0.0542447 -0.572723 0 0 v 161.06 65.2099 78.6575 0.77111 0.515936 0.373093 0 0 v 159.806 65.2099 80.1907 0.518404 0.515936 0.681958 0 0 v 160.041 63.4123 80.4642 0.59285 -0.0542355 0.803485 0 0 v 161.375 63.4123 78.8341 0.904969 -0.0542359 0.422006 0 0 v 158.087 65.2099 80.8406 0.0624439 0.515936 0.854348 0 0 v 156.132 65.2099 80.5209 -0.331391 0.515935 0.789931 0 0 v 156.013 63.4123 80.8615 -0.399415 -0.0542358 0.915165 0 0 v 158.091 63.4123 81.2015 0.0870178 -0.054237 0.994729 0 0 v 154.709 65.2099 79.3572 -0.708671 0.515932 0.481248 0 0 v 154.009 65.2099 77.5042 -0.849795 0.515937 0.107972 0 0 v 153.654 63.4123 77.5713 -0.992262 -0.0542456 0.11168 0 0 v 154.399 63.4123 79.5414 -0.817952 -0.0542447 0.572723 0 0 v 154.305 65.2099 75.6906 -0.771109 0.515936 -0.373095 0 0 v 155.56 65.2099 74.1573 -0.518406 0.515937 -0.681957 0 0 v 155.325 63.4123 73.8839 -0.592851 -0.0542371 -0.803484 0 0 v 153.991 63.4123 75.514 -0.90497 -0.0542332 -0.422006 0 0 v 157.279 65.2099 73.5075 -0.062442 0.515936 -0.854348 0 0 v 159.234 65.2099 73.8272 0.331389 0.515936 -0.789931 0 0 v 159.353 63.4123 73.4866 0.399414 -0.0542358 -0.915165 0 0 v 157.274 63.4123 73.1466 -0.0870178 -0.054237 -0.994729 0 0 v 157.099 60.2955 75.6307 -0.0634475 -0.983775 -0.167813 0 0 v 158.728 60.2955 75.897 0.113609 -0.983774 -0.138855 0 0 v 159.311 60.2955 77.4404 0.177055 -0.983775 0.0289603 0 0 v 158.266 60.2955 78.7174 0.0634475 -0.983775 0.167813 0 0 v 156.638 60.2955 78.4511 -0.113609 -0.983775 0.138854 0 0 v 156.054 60.2955 76.9077 -0.177055 -0.983775 -0.0289603 0 0 v 160.665 61.722 75.024 0.750914 -0.399231 -0.526063 0 0 v 161.342 61.722 76.8134 0.911124 -0.399225 -0.10233 0 0 v 160.533 60.7209 76.9229 0.535836 -0.841457 -0.0694976 0 0 v 159.986 60.7209 75.4765 0.447792 -0.841451 -0.302394 0 0 v 161.036 61.722 78.6816 0.831041 -0.399231 0.38728 0 0 v 159.825 61.722 80.1622 0.544174 -0.39923 0.737895 0 0 v 159.326 60.7209 79.517 0.328108 -0.841455 0.4293 0 0 v 160.305 60.7209 78.3203 0.485776 -0.841454 0.236595 0 0 v 158.054 61.722 80.8317 0.0801217 -0.399226 0.913345 0 0 v 156.166 61.722 80.5229 -0.366951 -0.399225 0.840218 0 0 v 156.475 60.7209 79.7682 -0.207738 -0.841452 0.498802 0 0 v 158.001 60.7209 80.0178 0.0379847 -0.841452 0.538994 0 0 v 154.701 61.722 79.3241 -0.750914 -0.399227 0.526066 0 0 v 154.024 61.722 77.5347 -0.911124 -0.399225 0.10233 0 0 v 154.832 60.7209 77.4252 -0.535836 -0.841457 0.0694974 0 0 v 155.379 60.7209 78.8715 -0.447792 -0.841451 0.302395 0 0 v 154.33 61.722 75.6665 -0.831043 -0.399226 -0.38728 0 0 v 155.541 61.722 74.1859 -0.544175 -0.39923 -0.737895 0 0 v 156.04 60.7209 74.831 -0.328106 -0.841454 -0.429304 0 0 v 155.061 60.7209 76.0278 -0.485776 -0.841454 -0.236595 0 0 v 157.312 61.722 73.5164 -0.0801223 -0.399225 -0.913346 0 0 v 159.2 61.722 73.8252 0.366949 -0.399225 -0.840219 0 0 v 158.891 60.7209 74.5799 0.207739 -0.841451 -0.498803 0 0 v 157.365 60.7209 74.3303 -0.0379862 -0.841455 -0.538991 0 0 v 156.026 65.8503 74.5538 -0.328278 0.8156 -0.476476 0 0 v 156.294 66.3735 76.0374 -0.18052 0.972419 -0.147697 0 0 v 157.973 66.3735 75.4026 0.0376498 0.972419 -0.230183 0 0 v 157.192 65.8503 74.1131 -0.0690652 0.8156 -0.574479 0 0 v 154.585 65.8503 77.2987 -0.57678 0.8156 0.0460624 0 0 v 156.004 66.3735 77.8088 -0.21817 0.972419 0.0824851 0 0 v 154.786 65.8503 76.069 -0.532046 0.8156 -0.227429 0 0 v 156.242 65.8503 79.9189 -0.248501 0.8156 0.522537 0 0 v 157.393 66.3735 78.9454 -0.0376498 0.972419 0.230183 0 0 v 155.278 65.8503 79.1299 -0.462981 0.8156 0.347052 0 0 v 159.34 65.8503 79.7943 0.328279 0.815601 0.476475 0 0 v 159.072 66.3735 78.3107 0.18052 0.972419 0.147697 0 0 v 158.174 65.8503 80.2349 0.0690652 0.8156 0.574479 0 0 v 160.78 65.8503 77.0494 0.57678 0.8156 -0.0460624 0 0 v 159.362 66.3735 76.5393 0.21817 0.972419 -0.0824851 0 0 v 160.579 65.8503 78.2791 0.532046 0.8156 0.227429 0 0 v 159.124 65.8503 74.4292 0.248501 0.8156 -0.522537 0 0 v 160.088 65.8503 75.2182 0.462981 0.8156 -0.347052 0 0 v 161.085 65.2563 75.8876 0.787349 0.539875 -0.297684 0 0 v 160.923 64.3674 74.8316 0.808811 0.187842 -0.557262 0 0 v 160.055 65.1566 74.2752 0.552745 0.487924 -0.675576 0 0 v 161.379 65.1566 77.7786 0.86144 0.48792 0.140906 0 0 v 161.662 64.3674 76.7869 0.975178 0.187845 -0.117225 0 0 v 161.58 62.4867 76.7892 0.969772 -0.219169 -0.107276 0 0 v 161.461 63.4136 75.7456 0.934195 -0.0502753 -0.353203 0 0 v 161.689 63.4109 77.8293 0.985205 -0.0583297 0.161149 0 0 v 160.253 63.4109 74.0322 0.632158 -0.0583292 -0.772641 0 0 v 160.86 62.4867 74.8843 0.798168 -0.219163 -0.561156 0 0 v 160.498 65.2563 79.4775 0.651476 0.539869 0.53303 0 0 v 161.332 64.3674 78.8089 0.88701 0.187837 0.421817 0 0 v 159.007 65.1566 80.6774 0.308694 0.487923 0.81648 0 0 v 160.008 64.3674 80.4268 0.589114 0.187835 0.785916 0 0 v 159.965 62.4867 80.3566 0.577783 -0.219169 0.786213 0 0 v 160.809 63.4136 79.7318 0.772979 -0.0502711 0.632436 0 0 v 159.118 63.4109 80.9712 0.353046 -0.0583284 0.933786 0 0 v 161.254 62.4867 78.7805 0.885057 -0.21917 0.410655 0 0 v 157.096 65.2563 80.764 -0.135876 0.539875 0.830706 0 0 v 158.091 64.3674 81.1513 0.0782027 0.18784 0.979081 0 0 v 155.311 65.1566 80.0728 -0.552743 0.487922 0.675579 0 0 v 156.028 64.3674 80.8139 -0.38607 0.187839 0.903143 0 0 v 156.068 62.4867 80.7415 -0.391988 -0.219168 0.893483 0 0 v 157.031 63.4136 81.1602 -0.161215 -0.0502698 0.985638 0 0 v 155.112 63.4109 80.3159 -0.632158 -0.0583294 0.772641 0 0 v 158.077 62.4867 81.0702 0.0868876 -0.219171 0.97181 0 0 v 154.28 65.2563 78.4605 -0.787349 0.539875 0.297684 0 0 v 154.443 64.3674 79.5165 -0.80881 0.187843 0.557262 0 0 v 153.987 65.1566 76.5695 -0.861441 0.48792 -0.140904 0 0 v 153.703 64.3674 77.5612 -0.975178 0.187845 0.117225 0 0 v 153.786 62.4867 77.5589 -0.969772 -0.219169 0.107276 0 0 v 153.905 63.4136 78.6025 -0.934195 -0.0502753 0.353203 0 0 v 153.677 63.4109 76.5188 -0.985205 -0.0583289 -0.16115 0 0 v 154.506 62.4867 79.4637 -0.798168 -0.219163 0.561156 0 0 v 154.867 65.2563 74.8705 -0.651476 0.539869 -0.53303 0 0 v 154.034 64.3674 75.5392 -0.88701 0.187838 -0.421817 0 0 v 156.358 65.1566 73.6707 -0.308694 0.48792 -0.816481 0 0 v 155.358 64.3674 73.9213 -0.589115 0.187837 -0.785914 0 0 v 155.401 62.4867 73.9915 -0.577783 -0.219169 -0.786213 0 0 v 154.557 63.4136 74.6163 -0.772979 -0.05027 -0.632437 0 0 v 156.247 63.4109 73.3769 -0.353045 -0.0583263 -0.933787 0 0 v 154.111 62.4867 75.5676 -0.885057 -0.219173 -0.410654 0 0 v 158.27 65.2563 73.5841 0.135876 0.539875 -0.830706 0 0 v 157.274 64.3674 73.1968 -0.0782028 0.18784 -0.979081 0 0 v 159.337 64.3674 73.5342 0.38607 0.18784 -0.903143 0 0 v 159.298 62.4867 73.6066 0.391988 -0.219168 -0.893483 0 0 v 158.335 63.4136 73.1878 0.161215 -0.0502698 -0.985638 0 0 v 157.288 62.4867 73.2779 -0.0868876 -0.219171 -0.97181 0 0 v 157.317 60.4522 74.9202 -0.0379974 -0.948624 -0.314115 0 0 v 157.888 60.2392 75.9175 0.0213327 -0.991228 -0.130426 0 0 v 156.697 60.2392 76.3678 -0.102286 -0.991228 -0.0836901 0 0 v 156.466 60.4522 75.2418 -0.179323 -0.948624 -0.260683 0 0 v 159.452 60.4522 75.7301 0.25303 -0.948625 -0.189964 0 0 v 158.874 60.2392 76.7238 0.123619 -0.991229 -0.0467374 0 0 v 158.748 60.4522 75.1543 0.136096 -0.948624 -0.285639 0 0 v 159.818 60.4522 77.9839 0.291032 -0.948624 0.12415 0 0 v 158.668 60.2392 77.9803 0.102286 -0.991228 0.0836899 0 0 v 159.965 60.4522 77.0866 0.31542 -0.948624 -0.0249562 0 0 v 158.049 60.4522 79.4279 0.0379981 -0.948625 0.314114 0 0 v 157.477 60.2392 78.4306 -0.0213331 -0.991229 0.130427 0 0 v 158.899 60.4522 79.1063 0.179323 -0.948624 0.260683 0 0 v 155.914 60.4522 78.618 -0.253029 -0.948625 0.189963 0 0 v 156.492 60.2392 77.6243 -0.123619 -0.991229 0.0467378 0 0 v 156.618 60.4522 79.1938 -0.136096 -0.948625 0.285638 0 0 v 155.548 60.4522 76.3642 -0.291032 -0.948624 -0.124151 0 0 v 155.401 60.4522 77.2615 -0.31542 -0.948624 0.0249562 0 0 v 161.114 61.7215 75.8768 0.856406 -0.402157 -0.323787 0 0 v 160.379 61.1353 75.2227 0.636979 -0.633952 -0.438592 0 0 v 160.018 61.7226 74.3205 0.581339 -0.396487 -0.710523 0 0 v 161.321 61.7226 77.7692 0.905998 -0.396492 0.148196 0 0 v 160.996 61.1353 76.8534 0.767818 -0.63395 -0.0925383 0 0 v 160.312 60.702 76.1798 0.491304 -0.85095 -0.185753 0 0 v 160.562 60.7426 77.645 0.550766 -0.829783 0.0900912 0 0 v 159.53 60.7426 74.916 0.353403 -0.829779 -0.431941 0 0 v 160.522 61.7215 79.4968 0.708616 -0.402151 0.579775 0 0 v 160.721 61.1353 78.5335 0.69832 -0.633953 0.332344 0 0 v 158.987 61.7226 80.6227 0.324666 -0.396489 0.858713 0 0 v 159.617 61.1353 79.8828 0.464047 -0.633951 0.618681 0 0 v 159.859 60.702 78.9542 0.40652 -0.850949 0.332608 0 0 v 158.715 60.7426 79.903 0.197365 -0.829781 0.522025 0 0 v 157.091 61.7215 80.794 -0.147793 -0.402151 0.903566 0 0 v 158.025 61.1353 80.4848 0.0613402 -0.633956 0.770932 0 0 v 155.348 61.7226 80.0276 -0.58134 -0.396484 0.710524 0 0 v 156.304 61.1353 80.2034 -0.303768 -0.633959 0.711211 0 0 v 157.229 60.702 79.9484 -0.084785 -0.850948 0.518361 0 0 v 155.835 60.7426 79.4321 -0.353404 -0.82978 0.431938 0 0 v 154.252 61.7215 78.4713 -0.856409 -0.402153 0.323785 0 0 v 154.986 61.1353 79.1254 -0.636973 -0.633957 0.438593 0 0 v 154.044 61.7226 76.5789 -0.905998 -0.396491 -0.148196 0 0 v 154.37 61.1353 77.4947 -0.767818 -0.63395 0.0925369 0 0 v 155.053 60.702 78.1682 -0.491305 -0.85095 0.185753 0 0 v 154.804 60.7426 76.7031 -0.550767 -0.829783 -0.0900919 0 0 v 154.844 61.7215 74.8513 -0.708614 -0.402148 -0.579778 0 0 v 154.645 61.1353 75.8146 -0.698319 -0.633956 -0.33234 0 0 v 156.379 61.7226 73.7253 -0.324667 -0.396488 -0.858713 0 0 v 155.749 61.1353 74.4653 -0.464046 -0.633951 -0.618682 0 0 v 155.507 60.702 75.3938 -0.406518 -0.85095 -0.332607 0 0 v 156.651 60.7426 74.445 -0.197366 -0.829783 -0.522022 0 0 v 158.275 61.7215 73.554 0.147795 -0.402146 -0.903568 0 0 v 157.341 61.1353 73.8633 -0.0613406 -0.633953 -0.770935 0 0 v 159.062 61.1353 74.1447 0.303771 -0.633959 -0.71121 0 0 v 158.137 60.702 74.3997 0.084785 -0.850948 -0.518361 0 0 v 156.634 65.9432 74.3995 -0.181886 0.857598 -0.481085 0 0 v 156.127 66.1584 75.2093 -0.243085 0.924646 -0.293155 0 0 v 157.202 66.4597 75.9012 -0.0600562 0.985475 -0.158846 0 0 v 157.549 66.1584 74.6717 -0.0116696 0.924646 -0.380649 0 0 v 154.755 65.9432 76.6952 -0.507576 0.857598 -0.0830206 0 0 v 155.204 66.1584 77.5388 -0.375423 0.924645 0.06394 0 0 v 156.34 66.4597 76.9544 -0.167593 0.985475 -0.0274128 0 0 v 155.449 66.1584 76.0384 -0.335486 0.924646 -0.180221 0 0 v 155.805 65.9432 79.4698 -0.325685 0.857598 0.398063 0 0 v 156.759 66.1584 79.5035 -0.132338 0.924646 0.357096 0 0 v 156.821 66.4597 78.2272 -0.107537 0.985475 0.131434 0 0 v 155.582 66.1584 78.5408 -0.323819 0.924646 0.200428 0 0 v 158.732 65.9432 79.9486 0.181887 0.857598 0.481084 0 0 v 159.238 66.1584 79.1388 0.243088 0.924645 0.293156 0 0 v 158.164 66.4597 78.4469 0.0600562 0.985475 0.158846 0 0 v 157.816 66.1584 79.6764 0.0116676 0.924646 0.38065 0 0 v 160.61 65.9432 77.6529 0.507576 0.857598 0.0830206 0 0 v 160.162 66.1584 76.8093 0.375423 0.924645 -0.06394 0 0 v 159.026 66.4597 77.3937 0.167593 0.985475 0.0274128 0 0 v 159.917 66.1584 78.3097 0.335485 0.924646 0.180223 0 0 v 159.561 65.9432 74.8783 0.325685 0.857598 -0.398063 0 0 v 158.607 66.1584 74.8446 0.132339 0.924646 -0.357094 0 0 v 158.545 66.4597 76.1209 0.107537 0.985475 -0.131434 0 0 v 159.783 66.1584 75.8073 0.323819 0.924646 -0.200428 0 0 v 160.193 65.4973 74.7333 0.55785 0.653717 -0.511329 0 0 v 160.619 65.6082 75.533 0.631815 0.701761 -0.329154 0 0 v 161.077 64.8275 75.34 0.829887 0.35778 -0.428112 0 0 v 160.516 64.7906 74.496 0.699676 0.334028 -0.631568 0 0 v 161.18 65.4973 77.3436 0.756599 0.653722 0.0143531 0 0 v 161.579 64.7906 77.3077 0.942505 0.334022 0.0106918 0 0 v 161.442 64.8275 76.3036 0.905541 0.357778 -0.228016 0 0 v 160.97 65.6082 76.462 0.69154 0.701762 -0.171177 0 0 v 161.687 62.9364 77.3028 0.989477 -0.143046 0.021745 0 0 v 161.572 62.9364 76.2646 0.962205 -0.141151 -0.232889 0 0 v 161.62 63.8992 76.2551 0.969464 0.0579878 -0.23828 0 0 v 161.741 63.8918 77.3062 0.998712 0.0473239 0.0182845 0 0 v 160.6 62.9364 74.4286 0.727594 -0.143048 -0.670928 0 0 v 160.639 63.8918 74.3898 0.736807 0.0473198 -0.674446 0 0 v 161.243 63.8992 75.2585 0.884612 0.0579811 -0.46271 0 0 v 161.201 62.9364 75.2832 0.875602 -0.141143 -0.461953 0 0 v 161.052 65.4973 78.1275 0.721747 0.653718 0.227453 0 0 v 160.572 65.6082 78.8964 0.60096 0.701764 0.382589 0 0 v 160.968 64.8275 79.1966 0.785699 0.357773 0.504655 0 0 v 161.419 64.7906 78.2888 0.896795 0.334021 0.290152 0 0 v 159.285 65.4973 80.2873 0.365864 0.653716 0.662419 0 0 v 159.515 64.7906 80.6153 0.461989 0.334027 0.821579 0 0 v 160.316 64.8275 79.994 0.650243 0.357776 0.670209 0 0 v 159.943 65.6082 79.6651 0.494016 0.701762 0.513301 0 0 v 159.573 62.9364 80.7059 0.475908 -0.143044 0.867785 0 0 v 160.415 62.9364 80.0872 0.682791 -0.141138 0.716852 0 0 v 160.447 63.8992 80.124 0.691086 0.0579838 0.720443 0 0 v 159.598 63.8918 80.755 0.483528 0.0473203 0.874049 0 0 v 161.519 62.9364 78.3277 0.94484 -0.14305 0.294642 0 0 v 161.572 63.8918 78.3419 0.95249 0.0473225 0.300872 0 0 v 161.122 63.8992 79.2994 0.843024 0.057984 0.534742 0 0 v 161.079 62.9364 79.2751 0.837862 -0.14114 0.527321 0 0 v 158.541 65.4973 80.5683 0.163898 0.653718 0.738776 0 0 v 157.636 65.6082 80.5375 -0.0308515 0.701763 0.711742 0 0 v 157.574 64.8275 81.0307 -0.0441869 0.357775 0.932762 0 0 v 158.585 64.7906 80.9669 0.197118 0.33402 0.921724 0 0 v 155.787 65.4973 80.1178 -0.390735 0.65372 0.648056 0 0 v 155.619 64.7906 80.4816 -0.480513 0.334019 0.810888 0 0 v 156.557 64.8275 80.8644 -0.255303 0.357775 0.89823 0 0 v 156.656 65.6082 80.3772 -0.197524 0.701763 0.68448 0 0 v 155.569 62.9364 80.5771 -0.513569 -0.143041 0.846042 0 0 v 156.526 62.9364 80.9966 -0.279416 -0.141146 0.949739 0 0 v 156.51 63.8992 81.043 -0.278382 0.057985 0.958718 0 0 v 155.539 63.8918 80.6228 -0.515183 0.0473233 0.855773 0 0 v 158.602 62.9364 81.0731 0.21725 -0.143044 0.965578 0 0 v 158.616 63.8918 81.1261 0.215683 0.0473271 0.975316 0 0 v 157.562 63.8992 81.215 -0.0415847 0.0579838 0.997451 0 0 v 157.561 62.9364 81.166 -0.0377401 -0.141144 0.98927 0 0 v 155.173 65.4973 79.6148 -0.557849 0.65372 0.511327 0 0 v 154.747 65.6082 78.8151 -0.631815 0.701761 0.329154 0 0 v 154.288 64.8275 79.0081 -0.829887 0.35778 0.428112 0 0 v 154.849 64.7906 79.8521 -0.699678 0.334023 0.631569 0 0 v 154.186 65.4973 77.0045 -0.756599 0.653722 -0.0143531 0 0 v 153.786 64.7906 77.0404 -0.942505 0.334022 -0.0106918 0 0 v 153.924 64.8275 78.0444 -0.905541 0.357778 0.228016 0 0 v 154.395 65.6082 77.8861 -0.69154 0.701762 0.171177 0 0 v 153.679 62.9364 77.0453 -0.989477 -0.143046 -0.021745 0 0 v 153.794 62.9364 78.0835 -0.962205 -0.141151 0.232889 0 0 v 153.746 63.8992 78.093 -0.969464 0.0579878 0.23828 0 0 v 153.624 63.8918 77.0419 -0.998712 0.047324 -0.0182848 0 0 v 154.766 62.9364 79.9195 -0.727594 -0.143048 0.670928 0 0 v 154.727 63.8918 79.9583 -0.736807 0.0473198 0.674446 0 0 v 154.123 63.8992 79.0896 -0.884612 0.0579811 0.46271 0 0 v 154.165 62.9364 79.0649 -0.875602 -0.141143 0.461953 0 0 v 154.314 65.4973 76.2205 -0.721745 0.65372 -0.227452 0 0 v 154.793 65.6082 75.4516 -0.600961 0.701763 -0.382588 0 0 v 154.397 64.8275 75.1514 -0.785699 0.357773 -0.504655 0 0 v 153.947 64.7906 76.0593 -0.896796 0.33402 -0.290153 0 0 v 156.081 65.4973 74.0607 -0.365866 0.653718 -0.662415 0 0 v 155.85 64.7906 73.7328 -0.461991 0.334025 -0.821579 0 0 v 155.05 64.8275 74.3541 -0.650243 0.357776 -0.670209 0 0 v 155.422 65.6082 74.683 -0.494017 0.70176 -0.513303 0 0 v 155.792 62.9364 73.6422 -0.475911 -0.143044 -0.867783 0 0 v 154.951 62.9364 74.2609 -0.682791 -0.141138 -0.716852 0 0 v 154.919 63.8992 74.224 -0.691086 0.0579842 -0.720443 0 0 v 155.768 63.8918 73.5931 -0.483527 0.0473201 -0.874049 0 0 v 153.847 62.9364 76.0204 -0.94484 -0.14305 -0.294642 0 0 v 153.794 63.8918 76.0062 -0.95249 0.0473226 -0.300872 0 0 v 154.244 63.8992 75.0486 -0.843024 0.0579843 -0.534742 0 0 v 154.286 62.9364 75.073 -0.837861 -0.14114 -0.527323 0 0 v 156.824 65.4973 73.7798 -0.163893 0.653722 -0.738774 0 0 v 157.73 65.6082 73.8106 0.0308503 0.701762 -0.711743 0 0 v 157.792 64.8275 73.3174 0.0441869 0.357775 -0.932762 0 0 v 156.78 64.7906 73.3812 -0.197117 0.334016 -0.921726 0 0 v 159.578 65.4973 74.2303 0.390734 0.653722 -0.648054 0 0 v 159.747 64.7906 73.8664 0.480513 0.334018 -0.810888 0 0 v 158.808 64.8275 73.4837 0.255303 0.357775 -0.89823 0 0 v 158.71 65.6082 73.9709 0.197525 0.701761 -0.684481 0 0 v 159.796 62.9364 73.771 0.51357 -0.143039 -0.846041 0 0 v 158.84 62.9364 73.3514 0.279416 -0.141142 -0.94974 0 0 v 158.855 63.8992 73.3051 0.278381 0.0579872 -0.958719 0 0 v 159.827 63.8918 73.7253 0.515185 0.0473251 -0.855772 0 0 v 156.764 62.9364 73.275 -0.217247 -0.143044 -0.965579 0 0 v 156.75 63.8918 73.222 -0.215683 0.0473272 -0.975316 0 0 v 157.804 63.8992 73.1331 0.0415848 0.0579842 -0.997451 0 0 v 157.804 62.9364 73.1821 0.0377383 -0.141142 -0.98927 0 0 v 156.916 60.4144 75.1445 -0.0993226 -0.959753 -0.262698 0 0 v 157.585 60.3268 75.3737 -0.00635366 -0.97753 -0.210701 0 0 v 157.343 60.2041 76.2752 -0.0343439 -0.995273 -0.0908388 0 0 v 156.565 60.3268 75.7593 -0.134632 -0.97753 -0.162201 0 0 v 159.057 60.4144 75.4948 0.177843 -0.959753 -0.217362 0 0 v 159.193 60.3268 76.1892 0.179298 -0.977529 -0.110854 0 0 v 158.291 60.2041 76.4303 0.0614961 -0.995273 -0.0751616 0 0 v 158.349 60.3268 75.4987 0.0731546 -0.97753 -0.197698 0 0 v 159.824 60.4144 77.5243 0.277162 -0.959753 0.0453331 0 0 v 159.291 60.3268 77.9895 0.185649 -0.97753 0.0998484 0 0 v 158.631 60.2041 77.3291 0.0958411 -0.995273 0.0156753 0 0 v 159.467 60.3268 76.9134 0.207787 -0.97753 -0.0354954 0 0 v 158.45 60.4144 79.2036 0.0993202 -0.959752 0.2627 0 0 v 157.781 60.3268 78.9743 0.00635424 -0.97753 0.210702 0 0 v 158.023 60.2041 78.0728 0.0343439 -0.995273 0.0908388 0 0 v 158.801 60.3268 78.5887 0.134633 -0.97753 0.162201 0 0 v 156.309 60.4144 78.8533 -0.177844 -0.959753 0.217362 0 0 v 156.173 60.3268 78.1589 -0.179297 -0.977529 0.110854 0 0 v 157.074 60.2041 77.9177 -0.0614966 -0.995273 0.0751618 0 0 v 157.017 60.3268 78.8494 -0.0731547 -0.97753 0.197697 0 0 v 155.542 60.4144 76.8238 -0.277162 -0.959753 -0.0453329 0 0 v 156.075 60.3268 76.3586 -0.185649 -0.97753 -0.0998479 0 0 v 156.735 60.2041 77.0189 -0.0958411 -0.995273 -0.0156755 0 0 v 155.899 60.3268 77.4347 -0.207787 -0.97753 0.0354959 0 0 v 160.461 62.082 74.5593 0.70107 -0.300818 -0.646536 0 0 v 161.033 62.082 75.3732 0.843317 -0.301357 -0.444972 0 0 v 160.772 61.405 75.5112 0.758706 -0.516423 -0.39708 0 0 v 160.249 61.408 74.7564 0.635222 -0.508 -0.581747 0 0 v 161.496 62.082 77.2967 0.953451 -0.300815 0.0209919 0 0 v 161.207 61.408 77.2892 0.861208 -0.508002 0.0159791 0 0 v 161.1 61.405 76.3769 0.83163 -0.516425 -0.204198 0 0 v 161.387 62.082 76.3079 0.926765 -0.301356 -0.224257 0 0 v 160.333 60.596 77.3068 0.436312 -0.899762 0.00779713 0 0 v 160.152 60.5509 76.6431 0.393832 -0.913969 -0.0977578 0 0 v 160.693 60.9004 76.4796 0.635661 -0.755026 -0.160846 0 0 v 160.812 60.9154 77.2839 0.671097 -0.741339 0.00680467 0 0 v 159.582 60.596 75.3214 0.322018 -0.89976 -0.294509 0 0 v 159.956 60.9154 75.0218 0.498733 -0.741339 -0.44909 0 0 v 160.4 60.9004 75.7032 0.583068 -0.75503 -0.299934 0 0 v 159.886 60.5509 75.9384 0.359999 -0.913969 -0.187248 0 0 v 161.336 62.082 78.2727 0.910451 -0.300818 0.283878 0 0 v 160.918 62.082 79.1751 0.807016 -0.301359 0.507846 0 0 v 160.668 61.405 79.0183 0.723239 -0.516418 0.458516 0 0 v 161.06 61.408 78.1876 0.82142 -0.507996 0.259247 0 0 v 159.483 62.082 80.5377 0.458541 -0.300818 0.836211 0 0 v 159.345 61.408 80.2833 0.416766 -0.508001 0.753817 0 0 v 160.082 61.405 79.7346 0.592652 -0.516424 0.618118 0 0 v 160.285 62.082 79.9485 0.657596 -0.301359 0.690471 0 0 v 158.893 60.596 79.5353 0.211399 -0.899762 0.381757 0 0 v 159.377 60.5509 79.0472 0.281578 -0.91397 0.292187 0 0 v 159.789 60.9004 79.4338 0.457124 -0.755028 0.470074 0 0 v 159.152 60.9154 79.9385 0.329656 -0.741338 0.584589 0 0 v 160.237 60.596 77.8925 0.416062 -0.89976 0.131622 0 0 v 160.683 60.9154 78.0667 0.638288 -0.741341 0.20737 0 0 v 160.315 60.9004 78.7914 0.551284 -0.755029 0.354988 0 0 v 159.854 60.5509 78.4641 0.342158 -0.91397 0.218143 0 0 v 158.558 62.082 80.8875 0.209381 -0.300818 0.930413 0 0 v 157.567 62.082 80.9759 -0.0363042 -0.301358 0.95282 0 0 v 157.578 61.405 80.6811 -0.0354732 -0.516421 0.8556 0 0 v 158.493 61.408 80.6053 0.1862 -0.508004 0.840988 0 0 v 155.67 62.082 80.4151 -0.49491 -0.300821 0.815212 0 0 v 155.821 61.408 80.1682 -0.444443 -0.508001 0.737838 0 0 v 156.665 61.405 80.5317 -0.238976 -0.516422 0.822313 0 0 v 156.581 62.082 80.8146 -0.269163 -0.301356 0.914733 0 0 v 156.243 60.596 79.4025 -0.224916 -0.89976 0.373959 0 0 v 156.908 60.5509 79.5781 -0.112252 -0.91397 0.389946 0 0 v 156.779 60.9004 80.1282 -0.178534 -0.755027 0.63092 0 0 v 156.023 60.9154 79.8286 -0.341441 -0.74134 0.577783 0 0 v 158.338 60.596 79.7452 0.0940455 -0.899763 0.426124 0 0 v 158.41 60.9154 80.219 0.139562 -0.741337 0.656462 0 0 v 157.598 60.9004 80.2622 -0.0317873 -0.75503 0.654919 0 0 v 157.651 60.5509 79.6998 -0.0178374 -0.91397 0.40539 0 0 v 154.905 62.082 79.7888 -0.701069 -0.300818 0.646538 0 0 v 154.333 62.082 78.9749 -0.843317 -0.301357 0.444972 0 0 v 154.593 61.405 78.8369 -0.758707 -0.516418 0.397084 0 0 v 155.117 61.408 79.5917 -0.635221 -0.508 0.581747 0 0 v 153.87 62.082 77.0514 -0.953451 -0.300815 -0.0209922 0 0 v 154.159 61.408 77.0589 -0.861207 -0.508003 -0.0159793 0 0 v 154.266 61.405 77.9712 -0.831633 -0.516421 0.204195 0 0 v 153.979 62.082 78.0402 -0.926765 -0.301356 0.224257 0 0 v 155.033 60.596 77.0413 -0.436312 -0.899762 -0.00779706 0 0 v 155.213 60.5509 77.705 -0.393832 -0.913969 0.097758 0 0 v 154.673 60.9004 77.8685 -0.635658 -0.755029 0.160843 0 0 v 154.554 60.9154 77.0642 -0.671098 -0.741337 -0.00680494 0 0 v 155.784 60.596 79.0267 -0.322015 -0.899761 0.294512 0 0 v 155.409 60.9154 79.3263 -0.498731 -0.74134 0.449091 0 0 v 154.966 60.9004 78.6448 -0.583063 -0.755034 0.299934 0 0 v 155.48 60.5509 78.4097 -0.359998 -0.913969 0.187248 0 0 v 154.029 62.082 76.0754 -0.910452 -0.300817 -0.283878 0 0 v 154.448 62.082 75.173 -0.807016 -0.30136 -0.507846 0 0 v 154.698 61.405 75.3298 -0.723239 -0.516418 -0.458517 0 0 v 154.306 61.408 76.1605 -0.821419 -0.507998 -0.259248 0 0 v 155.882 62.082 73.8104 -0.45854 -0.300819 -0.836211 0 0 v 156.021 61.408 74.0648 -0.416765 -0.507999 -0.753819 0 0 v 155.284 61.405 74.6135 -0.592654 -0.516422 -0.618117 0 0 v 155.081 62.082 74.3996 -0.657596 -0.30136 -0.690471 0 0 v 156.473 60.596 74.8128 -0.211399 -0.899761 -0.381759 0 0 v 155.988 60.5509 75.3009 -0.281578 -0.91397 -0.292186 0 0 v 155.576 60.9004 74.9143 -0.457126 -0.755027 -0.470075 0 0 v 156.214 60.9155 74.4096 -0.329657 -0.741338 -0.58459 0 0 v 155.129 60.596 76.4556 -0.416063 -0.899759 -0.131623 0 0 v 154.682 60.9154 76.2813 -0.638289 -0.741339 -0.207371 0 0 v 155.051 60.9004 75.5567 -0.551286 -0.755028 -0.354988 0 0 v 155.511 60.5509 75.8839 -0.342159 -0.91397 -0.218143 0 0 v 156.808 62.082 73.4606 -0.209382 -0.300818 -0.930413 0 0 v 157.798 62.082 73.3721 0.0363024 -0.301361 -0.952819 0 0 v 157.788 61.405 73.667 0.0354707 -0.516421 -0.8556 0 0 v 156.872 61.408 73.7428 -0.1862 -0.508005 -0.840988 0 0 v 159.696 62.082 73.933 0.494907 -0.300825 -0.815212 0 0 v 159.544 61.408 74.1799 0.444445 -0.507998 -0.737839 0 0 v 158.701 61.405 73.8163 0.238977 -0.516416 -0.822316 0 0 v 158.785 62.082 73.5335 0.269164 -0.301363 -0.91473 0 0 v 159.123 60.596 74.9455 0.224912 -0.89976 -0.373961 0 0 v 158.458 60.5509 74.7699 0.112252 -0.91397 -0.389946 0 0 v 158.587 60.9004 74.2199 0.178531 -0.755029 -0.630918 0 0 v 159.342 60.9155 74.5194 0.34144 -0.741339 -0.577784 0 0 v 157.028 60.596 74.6029 -0.0940473 -0.89976 -0.42613 0 0 v 156.956 60.9155 74.1291 -0.139563 -0.741336 -0.656462 0 0 v 157.767 60.9004 74.0859 0.0317905 -0.755028 -0.654921 0 0 v 157.714 60.5509 74.6483 0.0178385 -0.913969 -0.405391 0 0 v 156.298 65.7544 74.2465 -0.278622 0.772981 -0.569974 0 0 v 156.404 66.0743 74.7838 -0.210634 0.902911 -0.37468 0 0 v 157.06 66.0743 74.5358 -0.0899318 0.902911 -0.420315 0 0 v 156.784 65.7544 74.0627 -0.168155 0.772982 -0.611738 0 0 v 155.807 66.1887 75.6396 -0.27752 0.933503 -0.227059 0 0 v 156.619 66.3373 75.5385 -0.139894 0.967487 -0.210711 0 0 v 155.728 65.9173 74.9215 -0.366106 0.840595 -0.399207 0 0 v 157.851 66.5068 76.1459 0.0211733 0.99136 -0.129445 0 0 v 157.398 66.3373 75.244 -0.0345013 0.967486 -0.250559 0 0 v 156.876 66.5068 76.5143 -0.101516 0.991361 -0.0830582 0 0 v 157.659 65.9173 74.1914 0.0104122 0.840596 -0.541563 0 0 v 158.074 66.1887 74.7827 0.057879 0.933503 -0.353866 0 0 v 154.455 65.7544 76.9094 -0.632924 0.77298 -0.0436799 0 0 v 154.974 66.0743 77.0862 -0.429799 0.902911 -0.00491969 0 0 v 155.087 66.0743 76.3941 -0.408967 0.902912 -0.132274 0 0 v 154.539 65.7544 76.3965 -0.61386 0.772978 -0.16025 0 0 v 155.416 66.1887 78.031 -0.335396 0.933504 0.126804 0 0 v 155.735 66.3373 77.2773 -0.252429 0.967487 0.0157963 0 0 v 154.755 65.9173 77.741 -0.528775 0.840597 0.117446 0 0 v 155.869 66.3373 76.4555 -0.234242 0.967486 -0.095399 0 0 v 156.708 66.5068 77.5425 -0.12269 0.99136 0.0463861 0 0 v 155.088 65.9173 75.7036 -0.463796 0.840598 -0.2798 0 0 v 155.84 65.7544 79.837 -0.354288 0.772985 0.526283 0 0 v 156.252 66.0743 79.4764 -0.219164 0.902911 0.369756 0 0 v 155.709 66.0743 79.0324 -0.319034 0.90291 0.288045 0 0 v 155.438 65.7544 79.5079 -0.445701 0.772986 0.45149 0 0 v 157.292 66.1887 79.5654 -0.0578799 0.933501 0.353872 0 0 v 156.798 66.3373 78.9128 -0.112534 0.967486 0.226508 0 0 v 156.71 65.9173 79.9935 -0.162671 0.840596 0.516659 0 0 v 156.154 66.3373 78.3855 -0.199737 0.967487 0.155159 0 0 v 157.515 66.5068 78.2022 -0.0211733 0.99136 0.129445 0 0 v 155.112 65.9173 78.6862 -0.474214 0.840596 0.261763 0 0 v 159.068 65.7544 80.1016 0.278625 0.772983 0.56997 0 0 v 158.961 66.0743 79.5643 0.210636 0.90291 0.374681 0 0 v 158.305 66.0743 79.8122 0.0899318 0.902911 0.420315 0 0 v 158.581 65.7544 80.2854 0.168155 0.772982 0.611738 0 0 v 159.558 66.1887 78.7085 0.277524 0.9335 0.227062 0 0 v 158.746 66.3373 78.8096 0.139894 0.967487 0.210711 0 0 v 159.638 65.9173 79.4266 0.366108 0.840595 0.399205 0 0 v 157.967 66.3373 79.1041 0.0345013 0.967486 0.250559 0 0 v 158.489 66.5068 77.8338 0.101516 0.991361 0.0830582 0 0 v 157.707 65.9173 80.1566 -0.0104184 0.840596 0.541562 0 0 v 160.91 65.7544 77.4387 0.632924 0.77298 0.0436799 0 0 v 160.392 66.0743 77.2619 0.429799 0.902911 0.00491969 0 0 v 160.279 66.0743 77.9539 0.408967 0.902912 0.132274 0 0 v 160.827 65.7544 77.9516 0.61386 0.772978 0.16025 0 0 v 159.949 66.1887 76.3171 0.335396 0.933504 -0.126804 0 0 v 159.631 66.3373 77.0708 0.252429 0.967487 -0.0157963 0 0 v 160.611 65.9173 76.6071 0.528775 0.840597 -0.117446 0 0 v 159.497 66.3373 77.8926 0.234242 0.967486 0.0953984 0 0 v 158.657 66.5068 76.8056 0.12269 0.99136 -0.0463861 0 0 v 160.278 65.9173 78.6444 0.463792 0.840599 0.279805 0 0 v 159.526 65.7544 74.5111 0.354288 0.772985 -0.526283 0 0 v 159.114 66.0743 74.8717 0.219164 0.902911 -0.369756 0 0 v 159.656 66.0743 75.3157 0.319034 0.90291 -0.288045 0 0 v 159.928 65.7544 74.8402 0.445701 0.772986 -0.45149 0 0 v 158.568 66.3373 75.4353 0.112534 0.967486 -0.226508 0 0 v 158.656 65.9173 74.3546 0.162678 0.840595 -0.516658 0 0 v 159.212 66.3373 75.9625 0.199737 0.967487 -0.155159 0 0 v 160.254 65.9173 75.6618 0.474214 0.840596 -0.261763 0 0 v 160.416 65.5596 75.104 0.60232 0.680193 -0.41779 0 0 v 160.381 65.175 74.6033 0.646306 0.494356 -0.581292 0 0 v 159.922 65.4627 74.4368 0.487636 0.637956 -0.596005 0 0 v 160.803 65.629 75.9943 0.655965 0.712884 -0.248005 0 0 v 160.89 65.2414 75.4244 0.750586 0.53524 -0.387477 0 0 v 161.191 64.3766 75.2834 0.870161 0.196107 -0.452064 0 0 v 160.822 64.809 74.8971 0.773909 0.346693 -0.52997 0 0 v 161.283 64.8367 75.8128 0.871032 0.364481 -0.329327 0 0 v 160.158 64.7813 74.1485 0.598761 0.325446 -0.731826 0 0 v 160.602 64.3581 74.4214 0.727685 0.179321 -0.662057 0 0 v 161.173 65.4627 77.7449 0.759968 0.637963 0.124306 0 0 v 161.407 65.175 77.3168 0.869221 0.494355 0.00828706 0 0 v 161.102 65.5596 76.9178 0.728069 0.680189 -0.0852 0 0 v 161.693 64.3581 77.3072 0.983673 0.179337 0.0150201 0 0 v 161.543 64.809 76.8046 0.930952 0.346695 -0.114588 0 0 v 161.541 64.7813 77.8051 0.933162 0.325439 0.152634 0 0 v 161.245 65.2414 76.3641 0.819188 0.535247 -0.206015 0 0 v 161.564 64.3766 76.2706 0.951588 0.196102 -0.236695 0 0 v 161.603 62.4867 77.3001 0.975369 -0.219511 0.0216909 0 0 v 161.663 62.9364 76.781 0.983854 -0.142082 -0.108834 0 0 v 161.736 63.4113 77.3048 0.998123 -0.0574484 0.0212062 0 0 v 161.64 62.9364 77.8213 0.976644 -0.143694 0.159746 0 0 v 161.417 62.9364 75.7624 0.92609 -0.140574 -0.350137 0 0 v 161.618 63.4132 76.2541 0.970496 -0.0510941 -0.235643 0 0 v 161.491 62.4867 76.2835 0.948429 -0.218881 -0.229289 0 0 v 161.715 63.8955 76.7782 0.992042 0.0527563 -0.114321 0 0 v 161.461 63.901 75.7456 0.933608 0.0614837 -0.352981 0 0 v 161.695 63.89 77.8304 0.985946 0.0436044 0.161277 0 0 v 160.222 62.9364 74.0708 0.626663 -0.143685 -0.765929 0 0 v 160.636 63.4113 74.3944 0.734434 -0.057443 -0.676244 0 0 v 160.927 62.9364 74.8356 0.809763 -0.142068 -0.569298 0 0 v 160.539 62.4867 74.4858 0.717046 -0.219514 -0.661557 0 0 v 160.968 63.8955 74.8034 0.819532 0.0527417 -0.570602 0 0 v 160.258 63.89 74.0272 0.632636 0.0436045 -0.773221 0 0 v 161.243 63.4132 75.2601 0.883638 -0.051092 -0.465375 0 0 v 161.127 62.4867 75.3225 0.862893 -0.21888 -0.455529 0 0 v 160.842 65.5596 78.5064 0.662978 0.680194 0.312724 0 0 v 161.258 65.175 78.2252 0.826566 0.494354 0.269078 0 0 v 160.265 65.629 79.2864 0.542757 0.712888 0.444078 0 0 v 160.802 65.2414 79.0768 0.710855 0.535241 0.456291 0 0 v 161.074 64.3766 79.2672 0.826582 0.196106 0.527547 0 0 v 161.224 64.809 78.7542 0.845928 0.346686 0.405233 0 0 v 160.662 64.8367 79.6115 0.720716 0.364481 0.589679 0 0 v 161.526 64.3581 78.3254 0.937198 0.179327 0.299169 0 0 v 158.934 65.4627 80.4822 0.272332 0.637959 0.720308 0 0 v 159.421 65.175 80.4704 0.427425 0.494354 0.756916 0 0 v 159.614 65.5596 80.0072 0.437824 0.680188 0.587924 0 0 v 159.572 64.3581 80.7131 0.478826 0.179325 0.8594 0 0 v 159.933 64.809 80.3325 0.564721 0.346696 0.748928 0 0 v 159.065 64.7813 80.8307 0.334395 0.325446 0.884458 0 0 v 160.165 65.2414 79.8543 0.58801 0.535244 0.606431 0 0 v 160.406 64.3766 80.0839 0.680779 0.196107 0.705749 0 0 v 159.534 62.4867 80.6323 0.468895 -0.21951 0.855542 0 0 v 160.013 62.9364 80.4243 0.586174 -0.142068 0.797632 0 0 v 159.596 63.4113 80.7497 0.480701 -0.0574399 0.875001 0 0 v 159.101 62.9364 80.9245 0.349976 -0.143691 0.925672 0 0 v 160.772 62.9364 79.7017 0.766277 -0.140568 0.626946 0 0 v 160.447 63.4132 80.1224 0.689312 -0.0510835 0.722661 0 0 v 160.358 62.4867 80.0265 0.672781 -0.218893 0.706719 0 0 v 160.042 63.8955 80.4679 0.595021 0.0527493 0.801977 0 0 v 160.809 63.901 79.7318 0.772492 0.0614917 0.63204 0 0 v 159.121 63.89 80.9772 0.353311 0.0436087 0.934489 0 0 v 161.567 63.4113 78.3415 0.952863 -0.0574392 0.297913 0 0 v 161.33 62.9364 78.8147 0.897909 -0.142074 0.416623 0 0 v 161.439 62.4867 78.3036 0.93145 -0.219512 0.290197 0 0 v 161.379 63.8955 78.8338 0.903923 0.0527512 0.42443 0 0 v 161.12 63.4132 79.3 0.844846 -0.0510902 0.532564 0 0 v 161.009 62.4867 79.2314 0.825952 -0.218886 0.519512 0 0 v 158.109 65.5596 80.5765 0.0606558 0.680193 0.730519 0 0 v 158.56 65.175 80.7959 0.18026 0.494353 0.850365 0 0 v 157.144 65.629 80.4661 -0.113201 0.712887 0.692082 0 0 v 157.594 65.2414 80.8264 -0.0397255 0.535245 0.843762 0 0 v 157.566 64.3766 81.1577 -0.0435746 0.196104 0.979614 0 0 v 158.085 64.809 81.0311 0.072022 0.346689 0.935211 0 0 v 157.061 64.8367 80.9727 -0.150319 0.364483 0.918997 0 0 v 158.607 64.3581 81.078 0.209514 0.179326 0.961221 0 0 v 155.443 65.4627 79.9113 -0.487636 0.637956 0.596005 0 0 v 155.697 65.175 80.3276 -0.441799 0.494354 0.748617 0 0 v 156.195 65.5596 80.2635 -0.290245 0.680194 0.673122 0 0 v 155.563 64.3581 80.58 -0.504847 0.179327 0.844377 0 0 v 156.073 64.809 80.702 -0.366233 0.346689 0.863528 0 0 v 155.207 64.7813 80.1996 -0.598765 0.325446 0.731823 0 0 v 156.603 65.2414 80.6642 -0.231173 0.535244 0.812449 0 0 v 156.524 64.3766 80.9874 -0.270811 0.196105 0.942446 0 0 v 155.613 62.4867 80.5062 -0.506473 -0.219508 0.833847 0 0 v 156.033 62.9364 80.8174 -0.397687 -0.142058 0.906457 0 0 v 155.543 63.4113 80.6189 -0.517417 -0.0574491 0.853803 0 0 v 155.144 62.9364 80.2773 -0.626663 -0.143686 0.765929 0 0 v 157.038 62.9364 81.1134 -0.159819 -0.140579 0.977085 0 0 v 156.512 63.4132 81.0424 -0.281194 -0.0510864 0.95829 0 0 v 156.55 62.4867 80.917 -0.275638 -0.218887 0.936009 0 0 v 156.01 63.8955 80.8637 -0.39702 0.0527418 0.916293 0 0 v 157.031 63.901 81.1602 -0.161115 0.0614903 0.985018 0 0 v 155.108 63.89 80.3209 -0.632636 0.0436045 0.773221 0 0 v 158.614 63.4113 81.1212 0.21843 -0.0574414 0.974161 0 0 v 158.086 62.9364 81.1531 0.088152 -0.142071 0.985923 0 0 v 158.583 62.4867 80.9919 0.214406 -0.219511 0.951759 0 0 v 158.093 63.8955 81.2045 0.0843924 0.0527498 0.995035 0 0 v 157.56 63.4132 81.2139 -0.0387847 -0.0510843 0.997941 0 0 v 157.564 62.4867 81.0829 -0.0369431 -0.218886 0.975051 0 0 v 154.949 65.5596 79.2441 -0.60232 0.680193 0.41779 0 0 v 154.985 65.175 79.7448 -0.64631 0.494349 0.581294 0 0 v 154.563 65.629 78.3538 -0.655965 0.712884 0.248005 0 0 v 154.476 65.2414 78.9236 -0.750586 0.53524 0.387477 0 0 v 154.174 64.3766 79.0646 -0.870161 0.196107 0.452064 0 0 v 154.544 64.809 79.451 -0.773907 0.346693 0.529973 0 0 v 154.082 64.8367 78.5353 -0.871032 0.364481 0.329327 0 0 v 154.764 64.3581 79.9267 -0.727684 0.179326 0.662056 0 0 v 154.193 65.4627 76.6031 -0.759968 0.637963 -0.124306 0 0 v 153.959 65.175 77.0313 -0.869221 0.494355 -0.00828706 0 0 v 154.263 65.5596 77.4303 -0.728069 0.680189 0.0852 0 0 v 153.673 64.3581 77.0409 -0.983673 0.179337 -0.0150201 0 0 v 153.822 64.809 77.5435 -0.930952 0.346695 0.114588 0 0 v 153.825 64.7813 76.543 -0.933162 0.325439 -0.152634 0 0 v 154.12 65.2414 77.9839 -0.819188 0.535247 0.206015 0 0 v 153.801 64.3766 78.0775 -0.951588 0.196102 0.236695 0 0 v 153.762 62.4867 77.048 -0.975369 -0.219511 -0.0216909 0 0 v 153.703 62.9364 77.5671 -0.983854 -0.142082 0.108834 0 0 v 153.63 63.4113 77.0433 -0.998123 -0.0574484 -0.0212074 0 0 v 153.726 62.9364 76.5268 -0.976644 -0.143693 -0.159747 0 0 v 153.949 62.9364 78.5857 -0.92609 -0.140574 0.350137 0 0 v 153.747 63.4132 78.094 -0.970496 -0.0510941 0.235643 0 0 v 153.875 62.4867 78.0645 -0.948429 -0.218881 0.229289 0 0 v 153.651 63.8955 77.5699 -0.992042 0.0527563 0.114321 0 0 v 153.905 63.901 78.6025 -0.933608 0.0614837 0.352981 0 0 v 153.67 63.89 76.5177 -0.985946 0.0436043 -0.161277 0 0 v 154.73 63.4113 79.9537 -0.734435 -0.057443 0.676244 0 0 v 154.438 62.9364 79.5125 -0.809763 -0.142068 0.569298 0 0 v 154.826 62.4867 79.8623 -0.717046 -0.219514 0.661557 0 0 v 154.398 63.8955 79.5447 -0.819532 0.0527417 0.570602 0 0 v 154.123 63.4132 79.088 -0.883638 -0.051092 0.465375 0 0 v 154.238 62.4867 79.0255 -0.862893 -0.21888 0.455529 0 0 v 154.523 65.5596 75.8417 -0.662978 0.680194 -0.312724 0 0 v 154.108 65.175 76.1229 -0.826565 0.494356 -0.269078 0 0 v 155.101 65.629 75.0617 -0.54276 0.712884 -0.444081 0 0 v 154.564 65.2414 75.2713 -0.710855 0.535241 -0.456291 0 0 v 154.291 64.3766 75.0809 -0.826581 0.196106 -0.527547 0 0 v 154.141 64.809 75.5939 -0.845928 0.346686 -0.405233 0 0 v 154.704 64.8367 74.7366 -0.720716 0.364481 -0.589679 0 0 v 153.84 64.3581 76.0227 -0.937198 0.179327 -0.299169 0 0 v 156.432 65.4627 73.8659 -0.27233 0.637965 -0.720303 0 0 v 155.945 65.175 73.8777 -0.42743 0.494355 -0.756912 0 0 v 155.751 65.5596 74.3409 -0.437826 0.680184 -0.587926 0 0 v 155.793 64.3581 73.6349 -0.478825 0.179333 -0.859399 0 0 v 155.433 64.809 74.0156 -0.564721 0.346696 -0.748928 0 0 v 156.3 64.7813 73.5174 -0.334396 0.325438 -0.88446 0 0 v 155.2 65.2414 74.4938 -0.58801 0.535244 -0.606431 0 0 v 154.96 64.3766 74.2642 -0.680779 0.196108 -0.705749 0 0 v 155.832 62.4867 73.7158 -0.468895 -0.21951 -0.855542 0 0 v 155.352 62.9364 73.9238 -0.586174 -0.142068 -0.797632 0 0 v 155.769 63.4113 73.5984 -0.480701 -0.0574469 -0.875001 0 0 v 156.265 62.9364 73.4235 -0.349976 -0.143691 -0.925673 0 0 v 154.593 62.9364 74.6464 -0.766274 -0.140568 -0.626949 0 0 v 154.918 63.4132 74.2257 -0.689312 -0.0510835 -0.722661 0 0 v 155.008 62.4867 74.3216 -0.672781 -0.218893 -0.706719 0 0 v 155.324 63.8955 73.8802 -0.595026 0.0527498 -0.801974 0 0 v 154.557 63.901 74.6163 -0.772492 0.0614918 -0.63204 0 0 v 156.245 63.89 73.3709 -0.353305 0.0436086 -0.934491 0 0 v 153.799 63.4113 76.0066 -0.952863 -0.0574392 -0.297913 0 0 v 154.035 62.9364 75.5334 -0.89791 -0.142074 -0.416621 0 0 v 153.927 62.4867 76.0445 -0.93145 -0.219512 -0.290197 0 0 v 153.987 63.8955 75.5142 -0.903923 0.0527517 -0.42443 0 0 v 154.245 63.4132 75.0481 -0.844846 -0.051086 -0.532564 0 0 v 154.357 62.4867 75.1167 -0.825951 -0.218891 -0.519512 0 0 v 157.257 65.5596 73.7716 -0.0606558 0.680193 -0.730519 0 0 v 156.805 65.175 73.5522 -0.180253 0.494355 -0.850366 0 0 v 158.221 65.629 73.8819 0.113202 0.712883 -0.692086 0 0 v 157.771 65.2414 73.5217 0.0397255 0.535245 -0.843762 0 0 v 157.8 64.3766 73.1903 0.0435746 0.196105 -0.979614 0 0 v 157.281 64.809 73.3169 -0.072022 0.346689 -0.935211 0 0 v 158.304 64.8367 73.3754 0.150319 0.364483 -0.918997 0 0 v 156.758 64.3581 73.2701 -0.209514 0.179326 -0.961221 0 0 v 159.668 65.175 74.0205 0.441798 0.494355 -0.748617 0 0 v 159.171 65.5596 74.0846 0.290245 0.680194 -0.673122 0 0 v 159.803 64.3581 73.7681 0.504847 0.179327 -0.844377 0 0 v 159.293 64.809 73.6461 0.366233 0.346689 -0.863528 0 0 v 158.763 65.2414 73.6839 0.231173 0.535244 -0.812449 0 0 v 158.841 64.3766 73.3607 0.270811 0.196106 -0.942446 0 0 v 159.752 62.4867 73.8419 0.506472 -0.219508 -0.833848 0 0 v 159.332 62.9364 73.5307 0.397687 -0.142066 -0.906456 0 0 v 159.823 63.4113 73.7292 0.517422 -0.0574492 -0.8538 0 0 v 158.327 62.9364 73.2347 0.159819 -0.140571 -0.977086 0 0 v 158.854 63.4132 73.3057 0.281188 -0.0510864 -0.958292 0 0 v 158.816 62.4867 73.4311 0.275644 -0.218887 -0.936007 0 0 v 159.356 63.8955 73.4844 0.39702 0.0527495 -0.916293 0 0 v 158.335 63.901 73.1878 0.161115 0.0614903 -0.985018 0 0 v 156.752 63.4113 73.2269 -0.21843 -0.0574414 -0.974161 0 0 v 157.28 62.9364 73.195 -0.088152 -0.142071 -0.985923 0 0 v 156.783 62.4867 73.3562 -0.214406 -0.219511 -0.951759 0 0 v 157.272 63.8955 73.1436 -0.0843925 0.0527503 -0.995035 0 0 v 157.805 63.4132 73.1342 0.0387847 -0.0510843 -0.997941 0 0 v 157.802 62.4867 73.2652 0.0369359 -0.218886 -0.975051 0 0 v 157.013 60.4913 74.8652 -0.0920017 -0.937642 -0.335206 0 0 v 157.23 60.361 75.2638 -0.049367 -0.971666 -0.231144 0 0 v 156.759 60.361 75.4421 -0.115907 -0.971666 -0.205986 0 0 v 156.658 60.4913 74.9996 -0.152782 -0.937643 -0.312224 0 0 v 157.964 60.3145 75.4576 0.0322067 -0.979893 -0.196907 0 0 v 157.48 60.254 75.802 -0.0194283 -0.989734 -0.141595 0 0 v 157.662 60.425 74.9894 0.00578179 -0.954997 -0.296559 0 0 v 157.114 60.1849 76.709 -0.0584765 -0.997142 -0.0478452 0 0 v 156.927 60.254 76.011 -0.0791095 -0.989734 -0.119032 0 0 v 157.801 60.1849 76.4492 0.0121957 -0.997142 -0.0745648 0 0 v 156.253 60.425 75.522 -0.200537 -0.954996 -0.218558 0 0 v 156.337 60.3145 76.0727 -0.154422 -0.979893 -0.126346 0 0 v 159.347 60.4913 75.4395 0.244298 -0.937644 -0.247269 0 0 v 159.111 60.361 75.8269 0.175496 -0.971666 -0.158326 0 0 v 158.721 60.361 75.5076 0.120439 -0.971666 -0.203372 0 0 v 159.053 60.4913 75.199 0.193999 -0.937644 -0.288424 0 0 v 159.31 60.3145 76.5589 0.186632 -0.979893 -0.0705595 0 0 v 158.77 60.254 76.3124 0.112911 -0.989734 -0.0876203 0 0 v 159.564 60.425 76.0636 0.259719 -0.954997 -0.143272 0 0 v 158.312 60.254 75.9382 0.0635282 -0.989734 -0.128026 0 0 v 158.37 60.1849 76.9143 0.0706738 -0.997141 -0.0267208 0 0 v 158.399 60.425 75.11 0.0890073 -0.954996 -0.282949 0 0 v 160.017 60.4913 77.7483 0.336295 -0.937642 0.0879335 0 0 v 159.563 60.361 77.7371 0.224858 -0.971667 0.0728201 0 0 v 159.645 60.361 77.2396 0.236345 -0.971666 0.00261526 0 0 v 160.079 60.4913 77.3734 0.346784 -0.937643 0.0237904 0 0 v 159.029 60.3145 78.2754 0.154423 -0.979893 0.126347 0 0 v 158.972 60.254 77.6844 0.132341 -0.989734 0.0539734 0 0 v 159.585 60.425 78.2482 0.253936 -0.954997 0.153287 0 0 v 159.068 60.254 77.1012 0.142639 -0.989734 -0.00899699 0 0 v 158.251 60.1849 77.6391 0.0584766 -0.997142 0.047845 0 0 v 159.828 60.425 76.762 0.289543 -0.954997 -0.0643907 0 0 v 158.353 60.4913 79.4828 0.0919947 -0.937644 0.335204 0 0 v 158.136 60.361 79.0842 0.0493657 -0.971666 0.231147 0 0 v 158.607 60.361 78.906 0.115907 -0.971666 0.205986 0 0 v 158.708 60.4913 79.3485 0.152782 -0.937643 0.312224 0 0 v 157.402 60.3145 78.8905 -0.0322086 -0.979893 0.196907 0 0 v 157.886 60.254 78.546 0.0194283 -0.989734 0.141595 0 0 v 157.704 60.425 79.3586 -0.00577827 -0.954997 0.29656 0 0 v 158.438 60.254 78.3371 0.0791095 -0.989734 0.119032 0 0 v 157.564 60.1849 77.8988 -0.0121957 -0.997142 0.0745648 0 0 v 159.112 60.425 78.8261 0.200538 -0.954996 0.218556 0 0 v 156.018 60.4913 78.9085 -0.244297 -0.937644 0.247271 0 0 v 156.255 60.361 78.5212 -0.175496 -0.971666 0.158324 0 0 v 156.645 60.361 78.8404 -0.120437 -0.971666 0.203371 0 0 v 156.312 60.4913 79.1491 -0.194003 -0.937643 0.288423 0 0 v 156.056 60.3145 77.7891 -0.186632 -0.979893 0.0705602 0 0 v 156.596 60.254 78.0357 -0.112911 -0.989734 0.087621 0 0 v 155.801 60.425 78.2845 -0.259718 -0.954997 0.143272 0 0 v 157.053 60.254 78.4099 -0.0635293 -0.989734 0.128027 0 0 v 156.996 60.1849 77.4338 -0.0706738 -0.997141 0.0267208 0 0 v 156.967 60.425 79.2381 -0.0890071 -0.954997 0.282947 0 0 v 155.348 60.4913 76.5997 -0.336295 -0.937642 -0.0879342 0 0 v 155.802 60.361 76.611 -0.224858 -0.971667 -0.0728201 0 0 v 155.721 60.361 77.1085 -0.236345 -0.971666 -0.00261526 0 0 v 155.287 60.4913 76.9747 -0.346784 -0.937643 -0.0237904 0 0 v 156.393 60.254 76.6637 -0.132341 -0.989734 -0.0539736 0 0 v 155.78 60.425 76.0999 -0.253937 -0.954997 -0.153286 0 0 v 156.298 60.254 77.2469 -0.142639 -0.989734 0.00899703 0 0 v 155.537 60.425 77.5861 -0.289543 -0.954997 0.0643915 0 0 v 160.773 62.082 74.947 0.780106 -0.301053 -0.548454 0 0 v 160.365 61.7224 74.6494 0.675139 -0.39692 -0.621805 0 0 v 160.101 62.082 74.2185 0.603946 -0.300624 -0.738156 0 0 v 161.239 62.082 75.8296 0.891805 -0.301657 -0.337173 0 0 v 160.916 61.7217 75.4358 0.810247 -0.401607 -0.426863 0 0 v 160.601 61.1315 75.6001 0.681774 -0.640243 -0.353939 0 0 v 160.534 61.4065 75.1157 0.704712 -0.512253 -0.490895 0 0 v 160.962 61.4043 75.9344 0.799347 -0.519335 -0.302218 0 0 v 159.918 61.4088 74.4416 0.54654 -0.505056 -0.667991 0 0 v 160.113 61.139 74.8804 0.576068 -0.627505 -0.523815 0 0 v 161.451 62.082 77.7905 0.941235 -0.300623 0.153956 0 0 v 161.364 61.7224 77.2929 0.91764 -0.396928 0.0196124 0 0 v 161.473 62.082 76.7997 0.947829 -0.301044 -0.104847 0 0 v 161.023 61.139 77.2861 0.778528 -0.627502 0.0116665 0 0 v 161.183 61.4065 76.831 0.853208 -0.512258 -0.0981218 0 0 v 161.167 61.4088 77.7439 0.851773 -0.505048 0.139317 0 0 v 161.257 61.7217 76.3387 0.889985 -0.401604 -0.215963 0 0 v 160.913 61.1315 76.4235 0.745402 -0.640243 -0.185645 0 0 v 160.261 60.5706 76.9862 0.416433 -0.907783 -0.0501313 0 0 v 160.579 60.7352 77.2888 0.554023 -0.832493 0.00355921 0 0 v 160.335 60.6101 77.6079 0.440235 -0.89499 0.0720083 0 0 v 160.022 60.5424 76.2897 0.372808 -0.917141 -0.140948 0 0 v 160.44 60.7081 76.5508 0.51171 -0.849242 -0.13016 0 0 v 160.779 60.9079 76.8813 0.657708 -0.748739 -0.0825227 0 0 v 160.564 60.8967 76.0848 0.609121 -0.758903 -0.230299 0 0 v 160.783 60.9192 77.6811 0.667901 -0.736189 0.109248 0 0 v 159.385 60.6101 75.094 0.28248 -0.894989 -0.345252 0 0 v 159.779 60.7352 75.1717 0.413094 -0.83249 -0.369207 0 0 v 159.741 60.5706 75.609 0.345443 -0.90778 -0.237919 0 0 v 160.198 60.9079 75.3454 0.547785 -0.748744 -0.373248 0 0 v 159.672 60.9192 74.7429 0.428556 -0.736188 -0.523801 0 0 v 160.163 60.7081 75.8172 0.469829 -0.849239 -0.240943 0 0 v 161.157 62.082 78.7366 0.865025 -0.301057 0.401368 0 0 v 161.21 61.7224 78.2343 0.876068 -0.39692 0.273785 0 0 v 160.625 62.082 79.5814 0.737899 -0.301675 0.603736 0 0 v 160.805 61.7217 79.1046 0.774797 -0.401607 0.488264 0 0 v 160.505 61.1315 78.9145 0.647409 -0.640245 0.413458 0 0 v 160.891 61.4065 78.6143 0.777484 -0.512248 0.364857 0 0 v 160.396 61.4043 79.3937 0.66141 -0.519322 0.541149 0 0 v 160.884 61.139 78.132 0.741669 -0.627507 0.236983 0 0 v 159.033 62.082 80.746 0.337287 -0.300619 0.892113 0 0 v 159.421 61.7224 80.4215 0.441839 -0.396927 0.804504 0 0 v 159.902 62.082 80.2696 0.564715 -0.301052 0.768417 0 0 v 159.256 61.139 80.1225 0.379158 -0.6275 0.680061 0 0 v 159.73 61.4065 80.0336 0.51158 -0.512256 0.68984 0 0 v 158.931 61.4088 80.4763 0.305235 -0.505057 0.80731 0 0 v 160.193 61.7217 79.8517 0.632027 -0.401602 0.662765 0 0 v 159.948 61.1315 79.5958 0.533469 -0.640246 0.552717 0 0 v 159.135 60.5706 79.3131 0.25164 -0.90778 0.335577 0 0 v 159.032 60.7352 79.7399 0.27393 -0.832495 0.481575 0 0 v 158.633 60.6101 79.6879 0.157755 -0.894993 0.417255 0 0 v 159.618 60.5424 78.7575 0.308467 -0.917142 0.252387 0 0 v 159.601 60.7081 79.2503 0.368573 -0.849242 0.378076 0 0 v 159.484 60.9079 79.7087 0.400321 -0.748744 0.528323 0 0 v 160.067 60.8967 79.1244 0.504001 -0.758909 0.41236 0 0 v 158.794 60.9192 80.1122 0.239338 -0.736187 0.633045 0 0 v 160.465 60.7352 77.9882 0.526285 -0.832494 0.173141 0 0 v 160.067 60.5706 78.1736 0.378762 -0.907782 0.180199 0 0 v 160.524 60.9079 78.4379 0.597136 -0.74874 0.287777 0 0 v 160.098 60.7081 78.6433 0.443578 -0.849237 0.286416 0 0 v 158.066 62.082 80.9636 0.0849205 -0.301051 0.94982 0 0 v 158.528 61.7224 80.7589 0.200932 -0.396917 0.895591 0 0 v 157.069 62.082 80.9258 -0.153904 -0.301666 0.94091 0 0 v 157.572 61.7217 80.8428 -0.0354552 -0.401606 0.915126 0 0 v 157.587 61.1315 80.4884 -0.0343623 -0.640249 0.767399 0 0 v 158.04 61.4065 80.6726 0.0727671 -0.51225 0.855748 0 0 v 157.117 61.4043 80.6333 -0.137943 -0.519322 0.843372 0 0 v 158.454 61.139 80.4256 0.165607 -0.627513 0.76079 0 0 v 155.265 62.082 80.1295 -0.603947 -0.300622 0.738156 0 0 v 155.739 61.7224 80.3027 -0.475798 -0.396919 0.784902 0 0 v 156.112 62.082 80.6439 -0.383115 -0.301061 0.873261 0 0 v 155.916 61.139 80.0105 -0.399372 -0.62751 0.668381 0 0 v 156.23 61.4065 80.3766 -0.341632 -0.512251 0.787964 0 0 v 155.447 61.4088 79.9065 -0.546537 -0.505065 0.667987 0 0 v 156.619 61.7217 80.687 -0.257965 -0.401599 0.878734 0 0 v 156.718 61.1315 80.3463 -0.211931 -0.640252 0.738352 0 0 v 156.556 60.5706 79.501 -0.164798 -0.907782 0.385712 0 0 v 156.135 60.7352 79.6252 -0.280105 -0.832488 0.478022 0 0 v 155.981 60.6101 79.254 -0.282481 -0.894989 0.345251 0 0 v 157.279 60.5424 79.6418 -0.0643378 -0.91714 0.393337 0 0 v 156.844 60.7081 79.8735 -0.143133 -0.84924 0.508237 0 0 v 156.388 60.9079 80.0015 -0.257387 -0.748741 0.610851 0 0 v 157.186 60.8967 80.2136 -0.105115 -0.758911 0.642655 0 0 v 155.694 60.9192 79.6051 -0.428563 -0.736187 0.523796 0 0 v 158.369 60.7352 79.9905 0.113198 -0.832492 0.542351 0 0 v 158.009 60.5706 79.7386 0.0333223 -0.907783 0.418115 0 0 v 158.009 60.9079 80.2665 0.0493481 -0.748745 0.661019 0 0 v 157.618 60.7081 80.0001 -0.0262552 -0.849239 0.527356 0 0 v 154.593 62.082 79.4011 -0.780106 -0.301053 0.548454 0 0 v 155.001 61.7224 79.6987 -0.67514 -0.39692 0.621804 0 0 v 154.127 62.082 78.5185 -0.891805 -0.301657 0.337173 0 0 v 154.45 61.7217 78.9122 -0.810253 -0.401591 0.426866 0 0 v 154.764 61.1315 78.748 -0.681758 -0.640257 0.353945 0 0 v 154.831 61.4065 79.2324 -0.704705 -0.512253 0.490905 0 0 v 154.404 61.4043 78.4137 -0.79936 -0.51932 0.30221 0 0 v 155.252 61.139 79.4677 -0.576061 -0.627511 0.523816 0 0 v 153.914 62.082 76.5576 -0.941235 -0.300624 -0.153956 0 0 v 154.002 61.7224 77.0552 -0.91764 -0.396928 -0.0196139 0 0 v 153.892 62.082 77.5484 -0.947829 -0.301044 0.104847 0 0 v 154.343 61.139 77.062 -0.778528 -0.627501 -0.0116665 0 0 v 154.183 61.4065 77.5171 -0.853208 -0.512258 0.0981218 0 0 v 154.199 61.4088 76.6041 -0.851774 -0.505046 -0.139319 0 0 v 154.109 61.7217 78.0094 -0.889985 -0.401604 0.215963 0 0 v 154.453 61.1315 77.9246 -0.745405 -0.640243 0.185633 0 0 v 155.104 60.5706 77.3619 -0.416433 -0.907783 0.0501313 0 0 v 154.786 60.7352 77.0593 -0.554024 -0.832493 -0.00356008 0 0 v 155.031 60.6101 76.7402 -0.440235 -0.89499 -0.0720091 0 0 v 155.344 60.5424 78.0584 -0.372807 -0.917142 0.140948 0 0 v 154.926 60.7081 77.7972 -0.51171 -0.849242 0.13016 0 0 v 154.587 60.9079 77.4668 -0.657708 -0.748739 0.0825227 0 0 v 154.802 60.8967 78.2633 -0.60911 -0.758914 0.230294 0 0 v 154.583 60.9192 76.667 -0.667901 -0.736189 -0.109248 0 0 v 155.587 60.7352 79.1764 -0.413094 -0.832487 0.369213 0 0 v 155.625 60.5706 78.739 -0.34544 -0.907781 0.237918 0 0 v 155.168 60.9079 79.0027 -0.547782 -0.748744 0.373251 0 0 v 155.203 60.7081 78.5309 -0.469829 -0.849239 0.240943 0 0 v 154.209 62.082 75.6115 -0.865025 -0.301057 -0.401368 0 0 v 154.156 61.7224 76.1138 -0.876069 -0.39692 -0.273785 0 0 v 154.741 62.082 74.7667 -0.737899 -0.301675 -0.603736 0 0 v 154.561 61.7217 75.2435 -0.774804 -0.401589 -0.488268 0 0 v 154.861 61.1315 75.4336 -0.647401 -0.640258 -0.413452 0 0 v 154.475 61.4065 75.7337 -0.77749 -0.512248 -0.364844 0 0 v 154.97 61.4043 74.9544 -0.6614 -0.519321 -0.541161 0 0 v 154.481 61.139 76.2161 -0.74167 -0.627507 -0.236984 0 0 v 156.332 62.082 73.6021 -0.337287 -0.300621 -0.892112 0 0 v 155.945 61.7224 73.9265 -0.441838 -0.396927 -0.804505 0 0 v 155.463 62.082 74.0785 -0.564715 -0.301052 -0.768417 0 0 v 156.11 61.139 74.2256 -0.379151 -0.627503 -0.680062 0 0 v 155.636 61.4065 74.3145 -0.511584 -0.512249 -0.689842 0 0 v 156.434 61.4088 73.8717 -0.305236 -0.505055 -0.807311 0 0 v 155.172 61.7217 74.4964 -0.632027 -0.401604 -0.662764 0 0 v 155.418 61.1315 74.7523 -0.533475 -0.640242 -0.552716 0 0 v 156.231 60.5706 75.035 -0.251637 -0.907782 -0.335574 0 0 v 156.334 60.7352 74.6082 -0.273929 -0.832492 -0.481581 0 0 v 156.732 60.6101 74.6602 -0.157755 -0.894993 -0.417255 0 0 v 155.747 60.5424 75.5906 -0.308468 -0.917141 -0.252389 0 0 v 155.764 60.7081 75.0978 -0.368576 -0.849242 -0.378073 0 0 v 155.881 60.9079 74.6393 -0.400318 -0.748745 -0.528325 0 0 v 155.299 60.8967 75.2237 -0.504001 -0.758908 -0.412361 0 0 v 156.572 60.9192 74.2359 -0.239343 -0.736186 -0.633044 0 0 v 154.901 60.7352 76.3599 -0.526285 -0.832494 -0.173141 0 0 v 155.299 60.5706 76.1745 -0.378762 -0.907782 -0.180199 0 0 v 154.842 60.9079 75.9102 -0.597136 -0.74874 -0.287777 0 0 v 155.268 60.7081 75.7048 -0.443578 -0.849237 -0.286416 0 0 v 157.299 62.082 73.3844 -0.0849205 -0.301051 -0.94982 0 0 v 156.837 61.7224 73.5892 -0.200933 -0.396917 -0.895591 0 0 v 158.296 62.082 73.4223 0.153904 -0.301674 -0.940907 0 0 v 157.794 61.7217 73.5052 0.0354553 -0.401599 -0.915129 0 0 v 157.779 61.1315 73.8597 0.0343622 -0.640253 -0.767396 0 0 v 157.326 61.4065 73.6754 -0.072772 -0.51225 -0.855748 0 0 v 158.249 61.4043 73.7148 0.13795 -0.519321 -0.843372 0 0 v 156.912 61.139 73.9225 -0.165608 -0.627509 -0.760793 0 0 v 159.626 61.7224 74.0454 0.475799 -0.396919 -0.784902 0 0 v 159.254 62.082 73.7042 0.383115 -0.301061 -0.873261 0 0 v 159.45 61.139 74.3376 0.399371 -0.627513 -0.668379 0 0 v 159.136 61.4065 73.9714 0.341632 -0.512243 -0.787969 0 0 v 158.746 61.7217 73.6611 0.257964 -0.4016 -0.878733 0 0 v 158.648 61.1315 74.0018 0.211925 -0.640248 -0.738357 0 0 v 158.809 60.5706 74.8471 0.164798 -0.907782 -0.385712 0 0 v 159.23 60.7352 74.7229 0.280102 -0.832485 -0.478028 0 0 v 158.086 60.5424 74.7063 0.0643378 -0.91714 -0.393337 0 0 v 158.522 60.7081 74.4746 0.143133 -0.84924 -0.508237 0 0 v 158.977 60.9079 74.3466 0.257388 -0.748746 -0.610845 0 0 v 158.18 60.8967 74.1345 0.105115 -0.758911 -0.642655 0 0 v 156.997 60.7352 74.3575 -0.113198 -0.832493 -0.542349 0 0 v 157.356 60.5706 74.6095 -0.0333219 -0.907781 -0.418119 0 0 v 157.357 60.9079 74.0816 -0.0493455 -0.748744 -0.66102 0 0 v 157.748 60.7081 74.348 0.0262552 -0.849239 -0.527356 0 0 t 5 482 242 t 242 485 5 t 122 483 242 t 242 482 122 t 62 484 242 t 242 483 62 t 125 485 242 t 242 484 125 t 36 486 243 t 243 488 36 t 123 487 243 t 243 486 123 t 62 483 243 t 243 487 62 t 122 488 243 t 243 483 122 t 18 489 244 t 244 491 18 t 124 490 244 t 244 489 124 t 62 487 244 t 244 490 62 t 123 491 244 t 244 487 123 t 37 492 245 t 245 493 37 t 125 484 245 t 245 492 125 t 62 490 245 t 245 484 62 t 124 493 245 t 245 490 124 t 4 494 246 t 246 497 4 t 126 495 246 t 246 494 126 t 63 496 246 t 246 495 63 t 128 497 246 t 246 496 128 t 35 498 247 t 247 500 35 t 127 499 247 t 247 498 127 t 63 495 247 t 247 499 63 t 126 500 247 t 247 495 126 t 18 491 248 t 248 502 18 t 123 501 248 t 248 491 123 t 63 499 248 t 248 501 63 t 127 502 248 t 248 499 127 t 36 503 249 t 249 486 36 t 128 496 249 t 249 503 128 t 63 501 249 t 249 496 63 t 123 486 249 t 249 501 123 t 3 504 250 t 250 507 3 t 129 505 250 t 250 504 129 t 64 506 250 t 250 505 64 t 131 507 250 t 250 506 131 t 34 508 251 t 251 510 34 t 130 509 251 t 251 508 130 t 64 505 251 t 251 509 64 t 129 510 251 t 251 505 129 t 18 502 252 t 252 512 18 t 127 511 252 t 252 502 127 t 64 509 252 t 252 511 64 t 130 512 252 t 252 509 130 t 35 513 253 t 253 498 35 t 131 506 253 t 253 513 131 t 64 511 253 t 253 506 64 t 127 498 253 t 253 511 127 t 2 514 254 t 254 517 2 t 132 515 254 t 254 514 132 t 65 516 254 t 254 515 65 t 134 517 254 t 254 516 134 t 33 518 255 t 255 520 33 t 133 519 255 t 255 518 133 t 65 515 255 t 255 519 65 t 132 520 255 t 255 515 132 t 18 512 256 t 256 522 18 t 130 521 256 t 256 512 130 t 65 519 256 t 256 521 65 t 133 522 256 t 256 519 133 t 34 523 257 t 257 508 34 t 134 516 257 t 257 523 134 t 65 521 257 t 257 516 65 t 130 508 257 t 257 521 130 t 1 524 258 t 258 527 1 t 135 525 258 t 258 524 135 t 66 526 258 t 258 525 66 t 137 527 258 t 258 526 137 t 32 528 259 t 259 530 32 t 136 529 259 t 259 528 136 t 66 525 259 t 259 529 66 t 135 530 259 t 259 525 135 t 18 522 260 t 260 532 18 t 133 531 260 t 260 522 133 t 66 529 260 t 260 531 66 t 136 532 260 t 260 529 136 t 33 533 261 t 261 518 33 t 137 526 261 t 261 533 137 t 66 531 261 t 261 526 66 t 133 518 261 t 261 531 133 t 0 534 262 t 262 537 0 t 138 535 262 t 262 534 138 t 67 536 262 t 262 535 67 t 139 537 262 t 262 536 139 t 37 493 263 t 263 539 37 t 124 538 263 t 263 493 124 t 67 535 263 t 263 538 67 t 138 539 263 t 263 535 138 t 18 532 264 t 264 489 18 t 136 540 264 t 264 532 136 t 67 538 264 t 264 540 67 t 124 489 264 t 264 538 124 t 32 541 265 t 265 528 32 t 139 536 265 t 265 541 139 t 67 540 265 t 265 536 67 t 136 528 265 t 265 540 136 t 0 537 266 t 266 544 0 t 139 542 266 t 266 537 139 t 68 543 266 t 266 542 68 t 142 544 266 t 266 543 142 t 32 545 267 t 267 541 32 t 140 546 267 t 267 545 140 t 68 542 267 t 267 546 68 t 139 541 267 t 267 542 139 t 19 547 268 t 268 549 19 t 141 548 268 t 268 547 141 t 68 546 268 t 268 548 68 t 140 549 268 t 268 546 140 t 39 550 269 t 269 551 39 t 142 543 269 t 269 550 142 t 68 548 269 t 269 543 68 t 141 551 269 t 269 548 141 t 1 552 270 t 270 524 1 t 143 553 270 t 270 552 143 t 69 554 270 t 270 553 69 t 135 524 270 t 270 554 135 t 40 555 271 t 271 557 40 t 144 556 271 t 271 555 144 t 69 553 271 t 271 556 69 t 143 557 271 t 271 553 143 t 19 549 272 t 272 559 19 t 140 558 272 t 272 549 140 t 69 556 272 t 272 558 69 t 144 559 272 t 272 556 144 t 32 530 273 t 273 545 32 t 135 554 273 t 273 530 135 t 69 558 273 t 273 554 69 t 140 545 273 t 273 558 140 t 7 560 274 t 274 563 7 t 145 561 274 t 274 560 145 t 70 562 274 t 274 561 70 t 147 563 274 t 274 562 147 t 38 564 275 t 275 566 38 t 146 565 275 t 275 564 146 t 70 561 275 t 275 565 70 t 145 566 275 t 275 561 145 t 19 559 276 t 276 568 19 t 144 567 276 t 276 559 144 t 70 565 276 t 276 567 70 t 146 568 276 t 276 565 146 t 40 569 277 t 277 555 40 t 147 562 277 t 277 569 147 t 70 567 277 t 277 562 70 t 144 555 277 t 277 567 144 t 6 570 278 t 278 573 6 t 148 571 278 t 278 570 148 t 71 572 278 t 278 571 71 t 149 573 278 t 278 572 149 t 39 551 279 t 279 575 39 t 141 574 279 t 279 551 141 t 71 571 279 t 279 574 71 t 148 575 279 t 279 571 148 t 19 568 280 t 280 547 19 t 146 576 280 t 280 568 146 t 71 574 280 t 280 576 71 t 141 547 280 t 280 574 141 t 38 577 281 t 281 564 38 t 149 572 281 t 281 577 149 t 71 576 281 t 281 572 71 t 146 564 281 t 281 576 146 t 1 527 282 t 282 552 1 t 137 578 282 t 282 527 137 t 72 579 282 t 282 578 72 t 143 552 282 t 282 579 143 t 33 580 283 t 283 533 33 t 150 581 283 t 283 580 150 t 72 578 283 t 283 581 72 t 137 533 283 t 283 578 137 t 20 582 284 t 284 584 20 t 151 583 284 t 284 582 151 t 72 581 284 t 284 583 72 t 150 584 284 t 284 581 150 t 40 557 285 t 285 585 40 t 143 579 285 t 285 557 143 t 72 583 285 t 285 579 72 t 151 585 285 t 285 583 151 t 2 586 286 t 286 514 2 t 152 587 286 t 286 586 152 t 73 588 286 t 286 587 73 t 132 514 286 t 286 588 132 t 42 589 287 t 287 591 42 t 153 590 287 t 287 589 153 t 73 587 287 t 287 590 73 t 152 591 287 t 287 587 152 t 20 584 288 t 288 593 20 t 150 592 288 t 288 584 150 t 73 590 288 t 288 592 73 t 153 593 288 t 288 590 153 t 33 520 289 t 289 580 33 t 132 588 289 t 289 520 132 t 73 592 289 t 289 588 73 t 150 580 289 t 289 592 150 t 8 594 290 t 290 597 8 t 154 595 290 t 290 594 154 t 74 596 290 t 290 595 74 t 156 597 290 t 290 596 156 t 41 598 291 t 291 600 41 t 155 599 291 t 291 598 155 t 74 595 291 t 291 599 74 t 154 600 291 t 291 595 154 t 20 593 292 t 292 602 20 t 153 601 292 t 292 593 153 t 74 599 292 t 292 601 74 t 155 602 292 t 292 599 155 t 42 603 293 t 293 589 42 t 156 596 293 t 293 603 156 t 74 601 293 t 293 596 74 t 153 589 293 t 293 601 153 t 7 563 294 t 294 606 7 t 147 604 294 t 294 563 147 t 75 605 294 t 294 604 75 t 157 606 294 t 294 605 157 t 40 585 295 t 295 569 40 t 151 607 295 t 295 585 151 t 75 604 295 t 295 607 75 t 147 569 295 t 295 604 147 t 20 602 296 t 296 582 20 t 155 608 296 t 296 602 155 t 75 607 296 t 296 608 75 t 151 582 296 t 296 607 151 t 41 609 297 t 297 598 41 t 157 605 297 t 297 609 157 t 75 608 297 t 297 605 75 t 155 598 297 t 297 608 155 t 2 517 298 t 298 586 2 t 134 610 298 t 298 517 134 t 76 611 298 t 298 610 76 t 152 586 298 t 298 611 152 t 34 612 299 t 299 523 34 t 158 613 299 t 299 612 158 t 76 610 299 t 299 613 76 t 134 523 299 t 299 610 134 t 21 614 300 t 300 616 21 t 159 615 300 t 300 614 159 t 76 613 300 t 300 615 76 t 158 616 300 t 300 613 158 t 42 591 301 t 301 617 42 t 152 611 301 t 301 591 152 t 76 615 301 t 301 611 76 t 159 617 301 t 301 615 159 t 3 618 302 t 302 504 3 t 160 619 302 t 302 618 160 t 77 620 302 t 302 619 77 t 129 504 302 t 302 620 129 t 44 621 303 t 303 623 44 t 161 622 303 t 303 621 161 t 77 619 303 t 303 622 77 t 160 623 303 t 303 619 160 t 21 616 304 t 304 625 21 t 158 624 304 t 304 616 158 t 77 622 304 t 304 624 77 t 161 625 304 t 304 622 161 t 34 510 305 t 305 612 34 t 129 620 305 t 305 510 129 t 77 624 305 t 305 620 77 t 158 612 305 t 305 624 158 t 9 626 306 t 306 629 9 t 162 627 306 t 306 626 162 t 78 628 306 t 306 627 78 t 164 629 306 t 306 628 164 t 43 630 307 t 307 632 43 t 163 631 307 t 307 630 163 t 78 627 307 t 307 631 78 t 162 632 307 t 307 627 162 t 21 625 308 t 308 634 21 t 161 633 308 t 308 625 161 t 78 631 308 t 308 633 78 t 163 634 308 t 308 631 163 t 44 635 309 t 309 621 44 t 164 628 309 t 309 635 164 t 78 633 309 t 309 628 78 t 161 621 309 t 309 633 161 t 8 597 310 t 310 638 8 t 156 636 310 t 310 597 156 t 79 637 310 t 310 636 79 t 165 638 310 t 310 637 165 t 42 617 311 t 311 603 42 t 159 639 311 t 311 617 159 t 79 636 311 t 311 639 79 t 156 603 311 t 311 636 156 t 21 634 312 t 312 614 21 t 163 640 312 t 312 634 163 t 79 639 312 t 312 640 79 t 159 614 312 t 312 639 159 t 43 641 313 t 313 630 43 t 165 637 313 t 313 641 165 t 79 640 313 t 313 637 79 t 163 630 313 t 313 640 163 t 3 507 314 t 314 618 3 t 131 642 314 t 314 507 131 t 80 643 314 t 314 642 80 t 160 618 314 t 314 643 160 t 35 644 315 t 315 513 35 t 166 645 315 t 315 644 166 t 80 642 315 t 315 645 80 t 131 513 315 t 315 642 131 t 22 646 316 t 316 648 22 t 167 647 316 t 316 646 167 t 80 645 316 t 316 647 80 t 166 648 316 t 316 645 166 t 44 623 317 t 317 649 44 t 160 643 317 t 317 623 160 t 80 647 317 t 317 643 80 t 167 649 317 t 317 647 167 t 4 650 318 t 318 494 4 t 168 651 318 t 318 650 168 t 81 652 318 t 318 651 81 t 126 494 318 t 318 652 126 t 46 653 319 t 319 655 46 t 169 654 319 t 319 653 169 t 81 651 319 t 319 654 81 t 168 655 319 t 319 651 168 t 22 648 320 t 320 657 22 t 166 656 320 t 320 648 166 t 81 654 320 t 320 656 81 t 169 657 320 t 320 654 169 t 35 500 321 t 321 644 35 t 126 652 321 t 321 500 126 t 81 656 321 t 321 652 81 t 166 644 321 t 321 656 166 t 10 658 322 t 322 661 10 t 170 659 322 t 322 658 170 t 82 660 322 t 322 659 82 t 172 661 322 t 322 660 172 t 45 662 323 t 323 664 45 t 171 663 323 t 323 662 171 t 82 659 323 t 323 663 82 t 170 664 323 t 323 659 170 t 22 657 324 t 324 666 22 t 169 665 324 t 324 657 169 t 82 663 324 t 324 665 82 t 171 666 324 t 324 663 171 t 46 667 325 t 325 653 46 t 172 660 325 t 325 667 172 t 82 665 325 t 325 660 82 t 169 653 325 t 325 665 169 t 9 629 326 t 326 670 9 t 164 668 326 t 326 629 164 t 83 669 326 t 326 668 83 t 173 670 326 t 326 669 173 t 44 649 327 t 327 635 44 t 167 671 327 t 327 649 167 t 83 668 327 t 327 671 83 t 164 635 327 t 327 668 164 t 22 666 328 t 328 646 22 t 171 672 328 t 328 666 171 t 83 671 328 t 328 672 83 t 167 646 328 t 328 671 167 t 45 673 329 t 329 662 45 t 173 669 329 t 329 673 173 t 83 672 329 t 329 669 83 t 171 662 329 t 329 672 171 t 4 497 330 t 330 650 4 t 128 674 330 t 330 497 128 t 84 675 330 t 330 674 84 t 168 650 330 t 330 675 168 t 36 676 331 t 331 503 36 t 174 677 331 t 331 676 174 t 84 674 331 t 331 677 84 t 128 503 331 t 331 674 128 t 23 678 332 t 332 680 23 t 175 679 332 t 332 678 175 t 84 677 332 t 332 679 84 t 174 680 332 t 332 677 174 t 46 655 333 t 333 681 46 t 168 675 333 t 333 655 168 t 84 679 333 t 333 675 84 t 175 681 333 t 333 679 175 t 5 682 334 t 334 482 5 t 176 683 334 t 334 682 176 t 85 684 334 t 334 683 85 t 122 482 334 t 334 684 122 t 48 685 335 t 335 687 48 t 177 686 335 t 335 685 177 t 85 683 335 t 335 686 85 t 176 687 335 t 335 683 176 t 23 680 336 t 336 689 23 t 174 688 336 t 336 680 174 t 85 686 336 t 336 688 85 t 177 689 336 t 336 686 177 t 36 488 337 t 337 676 36 t 122 684 337 t 337 488 122 t 85 688 337 t 337 684 85 t 174 676 337 t 337 688 174 t 11 690 338 t 338 693 11 t 178 691 338 t 338 690 178 t 86 692 338 t 338 691 86 t 180 693 338 t 338 692 180 t 47 694 339 t 339 696 47 t 179 695 339 t 339 694 179 t 86 691 339 t 339 695 86 t 178 696 339 t 339 691 178 t 23 689 340 t 340 698 23 t 177 697 340 t 340 689 177 t 86 695 340 t 340 697 86 t 179 698 340 t 340 695 179 t 48 699 341 t 341 685 48 t 180 692 341 t 341 699 180 t 86 697 341 t 341 692 86 t 177 685 341 t 341 697 177 t 10 661 342 t 342 702 10 t 172 700 342 t 342 661 172 t 87 701 342 t 342 700 87 t 181 702 342 t 342 701 181 t 46 681 343 t 343 667 46 t 175 703 343 t 343 681 175 t 87 700 343 t 343 703 87 t 172 667 343 t 343 700 172 t 23 698 344 t 344 678 23 t 179 704 344 t 344 698 179 t 87 703 344 t 344 704 87 t 175 678 344 t 344 703 175 t 47 705 345 t 345 694 47 t 181 701 345 t 345 705 181 t 87 704 345 t 345 701 87 t 179 694 345 t 345 704 179 t 5 485 346 t 346 682 5 t 125 706 346 t 346 485 125 t 88 707 346 t 346 706 88 t 176 682 346 t 346 707 176 t 37 708 347 t 347 492 37 t 182 709 347 t 347 708 182 t 88 706 347 t 347 709 88 t 125 492 347 t 347 706 125 t 24 710 348 t 348 712 24 t 183 711 348 t 348 710 183 t 88 709 348 t 348 711 88 t 182 712 348 t 348 709 182 t 48 687 349 t 349 713 48 t 176 707 349 t 349 687 176 t 88 711 349 t 349 707 88 t 183 713 349 t 349 711 183 t 0 544 350 t 350 534 0 t 142 714 350 t 350 544 142 t 89 715 350 t 350 714 89 t 138 534 350 t 350 715 138 t 39 716 351 t 351 550 39 t 184 717 351 t 351 716 184 t 89 714 351 t 351 717 89 t 142 550 351 t 351 714 142 t 24 712 352 t 352 719 24 t 182 718 352 t 352 712 182 t 89 717 352 t 352 718 89 t 184 719 352 t 352 717 184 t 37 539 353 t 353 708 37 t 138 715 353 t 353 539 138 t 89 718 353 t 353 715 89 t 182 708 353 t 353 718 182 t 6 720 354 t 354 570 6 t 185 721 354 t 354 720 185 t 90 722 354 t 354 721 90 t 148 570 354 t 354 722 148 t 49 723 355 t 355 725 49 t 186 724 355 t 355 723 186 t 90 721 355 t 355 724 90 t 185 725 355 t 355 721 185 t 24 719 356 t 356 727 24 t 184 726 356 t 356 719 184 t 90 724 356 t 356 726 90 t 186 727 356 t 356 724 186 t 39 575 357 t 357 716 39 t 148 722 357 t 357 575 148 t 90 726 357 t 357 722 90 t 184 716 357 t 357 726 184 t 11 693 358 t 358 730 11 t 180 728 358 t 358 693 180 t 91 729 358 t 358 728 91 t 187 730 358 t 358 729 187 t 48 713 359 t 359 699 48 t 183 731 359 t 359 713 183 t 91 728 359 t 359 731 91 t 180 699 359 t 359 728 180 t 24 727 360 t 360 710 24 t 186 732 360 t 360 727 186 t 91 731 360 t 360 732 91 t 183 710 360 t 360 731 183 t 49 733 361 t 361 723 49 t 187 729 361 t 361 733 187 t 91 732 361 t 361 729 91 t 186 723 361 t 361 732 186 t 17 734 362 t 362 737 17 t 188 735 362 t 362 734 188 t 92 736 362 t 362 735 92 t 191 737 362 t 362 736 191 t 55 738 363 t 363 740 55 t 189 739 363 t 363 738 189 t 92 735 363 t 363 739 92 t 188 740 363 t 363 735 188 t 25 741 364 t 364 743 25 t 190 742 364 t 364 741 190 t 92 739 364 t 364 742 92 t 189 743 364 t 364 739 189 t 54 744 365 t 365 745 54 t 191 736 365 t 365 744 191 t 92 742 365 t 365 736 92 t 190 745 365 t 365 742 190 t 12 746 366 t 366 749 12 t 192 747 366 t 366 746 192 t 93 748 366 t 366 747 93 t 194 749 366 t 366 748 194 t 50 750 367 t 367 752 50 t 193 751 367 t 367 750 193 t 93 747 367 t 367 751 93 t 192 752 367 t 367 747 192 t 25 743 368 t 368 754 25 t 189 753 368 t 368 743 189 t 93 751 368 t 368 753 93 t 193 754 368 t 368 751 193 t 55 755 369 t 369 738 55 t 194 748 369 t 369 755 194 t 93 753 369 t 369 748 93 t 189 738 369 t 369 753 189 t 13 756 370 t 370 759 13 t 195 757 370 t 370 756 195 t 94 758 370 t 370 757 94 t 197 759 370 t 370 758 197 t 51 760 371 t 371 762 51 t 196 761 371 t 371 760 196 t 94 757 371 t 371 761 94 t 195 762 371 t 371 757 195 t 25 754 372 t 372 764 25 t 193 763 372 t 372 754 193 t 94 761 372 t 372 763 94 t 196 764 372 t 372 761 196 t 50 765 373 t 373 750 50 t 197 758 373 t 373 765 197 t 94 763 373 t 373 758 94 t 193 750 373 t 373 763 193 t 14 766 374 t 374 769 14 t 198 767 374 t 374 766 198 t 95 768 374 t 374 767 95 t 200 769 374 t 374 768 200 t 52 770 375 t 375 772 52 t 199 771 375 t 375 770 199 t 95 767 375 t 375 771 95 t 198 772 375 t 375 767 198 t 25 764 376 t 376 774 25 t 196 773 376 t 376 764 196 t 95 771 376 t 376 773 95 t 199 774 376 t 376 771 199 t 51 775 377 t 377 760 51 t 200 768 377 t 377 775 200 t 95 773 377 t 377 768 95 t 196 760 377 t 377 773 196 t 15 776 378 t 378 779 15 t 201 777 378 t 378 776 201 t 96 778 378 t 378 777 96 t 203 779 378 t 378 778 203 t 53 780 379 t 379 782 53 t 202 781 379 t 379 780 202 t 96 777 379 t 379 781 96 t 201 782 379 t 379 777 201 t 25 774 380 t 380 784 25 t 199 783 380 t 380 774 199 t 96 781 380 t 380 783 96 t 202 784 380 t 380 781 202 t 52 785 381 t 381 770 52 t 203 778 381 t 381 785 203 t 96 783 381 t 381 778 96 t 199 770 381 t 381 783 199 t 16 786 382 t 382 789 16 t 204 787 382 t 382 786 204 t 97 788 382 t 382 787 97 t 205 789 382 t 382 788 205 t 54 745 383 t 383 791 54 t 190 790 383 t 383 745 190 t 97 787 383 t 383 790 97 t 204 791 383 t 383 787 204 t 25 784 384 t 384 741 25 t 202 792 384 t 384 784 202 t 97 790 384 t 384 792 97 t 190 741 384 t 384 790 190 t 53 793 385 t 385 780 53 t 205 788 385 t 385 793 205 t 97 792 385 t 385 788 97 t 202 780 385 t 385 792 202 t 6 573 386 t 386 796 6 t 149 794 386 t 386 573 149 t 98 795 386 t 386 794 98 t 208 796 386 t 386 795 208 t 38 797 387 t 387 577 38 t 206 798 387 t 387 797 206 t 98 794 387 t 387 798 98 t 149 577 387 t 387 794 149 t 26 799 388 t 388 801 26 t 207 800 388 t 388 799 207 t 98 798 388 t 388 800 98 t 206 801 388 t 388 798 206 t 57 802 389 t 389 803 57 t 208 795 389 t 389 802 208 t 98 800 389 t 389 795 98 t 207 803 389 t 389 800 207 t 7 804 390 t 390 560 7 t 209 805 390 t 390 804 209 t 99 806 390 t 390 805 99 t 145 560 390 t 390 806 145 t 56 807 391 t 391 809 56 t 210 808 391 t 391 807 210 t 99 805 391 t 391 808 99 t 209 809 391 t 391 805 209 t 26 801 392 t 392 811 26 t 206 810 392 t 392 801 206 t 99 808 392 t 392 810 99 t 210 811 392 t 392 808 210 t 38 566 393 t 393 797 38 t 145 806 393 t 393 566 145 t 99 810 393 t 393 806 99 t 206 797 393 t 393 810 206 t 13 759 394 t 394 814 13 t 197 812 394 t 394 759 197 t 100 813 394 t 394 812 100 t 212 814 394 t 394 813 212 t 50 815 395 t 395 765 50 t 211 816 395 t 395 815 211 t 100 812 395 t 395 816 100 t 197 765 395 t 395 812 197 t 26 811 396 t 396 818 26 t 210 817 396 t 396 811 210 t 100 816 396 t 396 817 100 t 211 818 396 t 396 816 211 t 56 819 397 t 397 807 56 t 212 813 397 t 397 819 212 t 100 817 397 t 397 813 100 t 210 807 397 t 397 817 210 t 12 820 398 t 398 746 12 t 213 821 398 t 398 820 213 t 101 822 398 t 398 821 101 t 192 746 398 t 398 822 192 t 57 803 399 t 399 824 57 t 207 823 399 t 399 803 207 t 101 821 399 t 399 823 101 t 213 824 399 t 399 821 213 t 26 818 400 t 400 799 26 t 211 825 400 t 400 818 211 t 101 823 400 t 400 825 101 t 207 799 400 t 400 823 207 t 50 752 401 t 401 815 50 t 192 822 401 t 401 752 192 t 101 825 401 t 401 822 101 t 211 815 401 t 401 825 211 t 7 606 402 t 402 804 7 t 157 826 402 t 402 606 157 t 102 827 402 t 402 826 102 t 209 804 402 t 402 827 209 t 41 828 403 t 403 609 41 t 214 829 403 t 403 828 214 t 102 826 403 t 403 829 102 t 157 609 403 t 403 826 157 t 27 830 404 t 404 832 27 t 215 831 404 t 404 830 215 t 102 829 404 t 404 831 102 t 214 832 404 t 404 829 214 t 56 809 405 t 405 833 56 t 209 827 405 t 405 809 209 t 102 831 405 t 405 827 102 t 215 833 405 t 405 831 215 t 8 834 406 t 406 594 8 t 216 835 406 t 406 834 216 t 103 836 406 t 406 835 103 t 154 594 406 t 406 836 154 t 58 837 407 t 407 839 58 t 217 838 407 t 407 837 217 t 103 835 407 t 407 838 103 t 216 839 407 t 407 835 216 t 27 832 408 t 408 841 27 t 214 840 408 t 408 832 214 t 103 838 408 t 408 840 103 t 217 841 408 t 408 838 217 t 41 600 409 t 409 828 41 t 154 836 409 t 409 600 154 t 103 840 409 t 409 836 103 t 214 828 409 t 409 840 214 t 14 769 410 t 410 844 14 t 200 842 410 t 410 769 200 t 104 843 410 t 410 842 104 t 219 844 410 t 410 843 219 t 51 845 411 t 411 775 51 t 218 846 411 t 411 845 218 t 104 842 411 t 411 846 104 t 200 775 411 t 411 842 200 t 27 841 412 t 412 848 27 t 217 847 412 t 412 841 217 t 104 846 412 t 412 847 104 t 218 848 412 t 412 846 218 t 58 849 413 t 413 837 58 t 219 843 413 t 413 849 219 t 104 847 413 t 413 843 104 t 217 837 413 t 413 847 217 t 13 814 414 t 414 756 13 t 212 850 414 t 414 814 212 t 105 851 414 t 414 850 105 t 195 756 414 t 414 851 195 t 56 833 415 t 415 819 56 t 215 852 415 t 415 833 215 t 105 850 415 t 415 852 105 t 212 819 415 t 415 850 212 t 27 848 416 t 416 830 27 t 218 853 416 t 416 848 218 t 105 852 416 t 416 853 105 t 215 830 416 t 416 852 215 t 51 762 417 t 417 845 51 t 195 851 417 t 417 762 195 t 105 853 417 t 417 851 105 t 218 845 417 t 417 853 218 t 8 638 418 t 418 834 8 t 165 854 418 t 418 638 165 t 106 855 418 t 418 854 106 t 216 834 418 t 418 855 216 t 43 856 419 t 419 641 43 t 220 857 419 t 419 856 220 t 106 854 419 t 419 857 106 t 165 641 419 t 419 854 165 t 28 858 420 t 420 860 28 t 221 859 420 t 420 858 221 t 106 857 420 t 420 859 106 t 220 860 420 t 420 857 220 t 58 839 421 t 421 861 58 t 216 855 421 t 421 839 216 t 106 859 421 t 421 855 106 t 221 861 421 t 421 859 221 t 9 862 422 t 422 626 9 t 222 863 422 t 422 862 222 t 107 864 422 t 422 863 107 t 162 626 422 t 422 864 162 t 59 865 423 t 423 867 59 t 223 866 423 t 423 865 223 t 107 863 423 t 423 866 107 t 222 867 423 t 423 863 222 t 28 860 424 t 424 869 28 t 220 868 424 t 424 860 220 t 107 866 424 t 424 868 107 t 223 869 424 t 424 866 223 t 43 632 425 t 425 856 43 t 162 864 425 t 425 632 162 t 107 868 425 t 425 864 107 t 220 856 425 t 425 868 220 t 15 779 426 t 426 872 15 t 203 870 426 t 426 779 203 t 108 871 426 t 426 870 108 t 225 872 426 t 426 871 225 t 52 873 427 t 427 785 52 t 224 874 427 t 427 873 224 t 108 870 427 t 427 874 108 t 203 785 427 t 427 870 203 t 28 869 428 t 428 876 28 t 223 875 428 t 428 869 223 t 108 874 428 t 428 875 108 t 224 876 428 t 428 874 224 t 59 877 429 t 429 865 59 t 225 871 429 t 429 877 225 t 108 875 429 t 429 871 108 t 223 865 429 t 429 875 223 t 14 844 430 t 430 766 14 t 219 878 430 t 430 844 219 t 109 879 430 t 430 878 109 t 198 766 430 t 430 879 198 t 58 861 431 t 431 849 58 t 221 880 431 t 431 861 221 t 109 878 431 t 431 880 109 t 219 849 431 t 431 878 219 t 28 876 432 t 432 858 28 t 224 881 432 t 432 876 224 t 109 880 432 t 432 881 109 t 221 858 432 t 432 880 221 t 52 772 433 t 433 873 52 t 198 879 433 t 433 772 198 t 109 881 433 t 433 879 109 t 224 873 433 t 433 881 224 t 9 670 434 t 434 862 9 t 173 882 434 t 434 670 173 t 110 883 434 t 434 882 110 t 222 862 434 t 434 883 222 t 45 884 435 t 435 673 45 t 226 885 435 t 435 884 226 t 110 882 435 t 435 885 110 t 173 673 435 t 435 882 173 t 29 886 436 t 436 888 29 t 227 887 436 t 436 886 227 t 110 885 436 t 436 887 110 t 226 888 436 t 436 885 226 t 59 867 437 t 437 889 59 t 222 883 437 t 437 867 222 t 110 887 437 t 437 883 110 t 227 889 437 t 437 887 227 t 10 890 438 t 438 658 10 t 228 891 438 t 438 890 228 t 111 892 438 t 438 891 111 t 170 658 438 t 438 892 170 t 60 893 439 t 439 895 60 t 229 894 439 t 439 893 229 t 111 891 439 t 439 894 111 t 228 895 439 t 439 891 228 t 29 888 440 t 440 897 29 t 226 896 440 t 440 888 226 t 111 894 440 t 440 896 111 t 229 897 440 t 440 894 229 t 45 664 441 t 441 884 45 t 170 892 441 t 441 664 170 t 111 896 441 t 441 892 111 t 226 884 441 t 441 896 226 t 16 789 442 t 442 900 16 t 205 898 442 t 442 789 205 t 112 899 442 t 442 898 112 t 231 900 442 t 442 899 231 t 53 901 443 t 443 793 53 t 230 902 443 t 443 901 230 t 112 898 443 t 443 902 112 t 205 793 443 t 443 898 205 t 29 897 444 t 444 904 29 t 229 903 444 t 444 897 229 t 112 902 444 t 444 903 112 t 230 904 444 t 444 902 230 t 60 905 445 t 445 893 60 t 231 899 445 t 445 905 231 t 112 903 445 t 445 899 112 t 229 893 445 t 445 903 229 t 15 872 446 t 446 776 15 t 225 906 446 t 446 872 225 t 113 907 446 t 446 906 113 t 201 776 446 t 446 907 201 t 59 889 447 t 447 877 59 t 227 908 447 t 447 889 227 t 113 906 447 t 447 908 113 t 225 877 447 t 447 906 225 t 29 904 448 t 448 886 29 t 230 909 448 t 448 904 230 t 113 908 448 t 448 909 113 t 227 886 448 t 448 908 227 t 53 782 449 t 449 901 53 t 201 907 449 t 449 782 201 t 113 909 449 t 449 907 113 t 230 901 449 t 449 909 230 t 10 702 450 t 450 890 10 t 181 910 450 t 450 702 181 t 114 911 450 t 450 910 114 t 228 890 450 t 450 911 228 t 47 912 451 t 451 705 47 t 232 913 451 t 451 912 232 t 114 910 451 t 451 913 114 t 181 705 451 t 451 910 181 t 30 914 452 t 452 916 30 t 233 915 452 t 452 914 233 t 114 913 452 t 452 915 114 t 232 916 452 t 452 913 232 t 60 895 453 t 453 917 60 t 228 911 453 t 453 895 228 t 114 915 453 t 453 911 114 t 233 917 453 t 453 915 233 t 11 918 454 t 454 690 11 t 234 919 454 t 454 918 234 t 115 920 454 t 454 919 115 t 178 690 454 t 454 920 178 t 61 921 455 t 455 923 61 t 235 922 455 t 455 921 235 t 115 919 455 t 455 922 115 t 234 923 455 t 455 919 234 t 30 916 456 t 456 925 30 t 232 924 456 t 456 916 232 t 115 922 456 t 456 924 115 t 235 925 456 t 456 922 235 t 47 696 457 t 457 912 47 t 178 920 457 t 457 696 178 t 115 924 457 t 457 920 115 t 232 912 457 t 457 924 232 t 17 737 458 t 458 928 17 t 191 926 458 t 458 737 191 t 116 927 458 t 458 926 116 t 237 928 458 t 458 927 237 t 54 929 459 t 459 744 54 t 236 930 459 t 459 929 236 t 116 926 459 t 459 930 116 t 191 744 459 t 459 926 191 t 30 925 460 t 460 932 30 t 235 931 460 t 460 925 235 t 116 930 460 t 460 931 116 t 236 932 460 t 460 930 236 t 61 933 461 t 461 921 61 t 237 927 461 t 461 933 237 t 116 931 461 t 461 927 116 t 235 921 461 t 461 931 235 t 16 900 462 t 462 786 16 t 231 934 462 t 462 900 231 t 117 935 462 t 462 934 117 t 204 786 462 t 462 935 204 t 60 917 463 t 463 905 60 t 233 936 463 t 463 917 233 t 117 934 463 t 463 936 117 t 231 905 463 t 463 934 231 t 30 932 464 t 464 914 30 t 236 937 464 t 464 932 236 t 117 936 464 t 464 937 117 t 233 914 464 t 464 936 233 t 54 791 465 t 465 929 54 t 204 935 465 t 465 791 204 t 117 937 465 t 465 935 117 t 236 929 465 t 465 937 236 t 11 730 466 t 466 918 11 t 187 938 466 t 466 730 187 t 118 939 466 t 466 938 118 t 234 918 466 t 466 939 234 t 49 940 467 t 467 733 49 t 238 941 467 t 467 940 238 t 118 938 467 t 467 941 118 t 187 733 467 t 467 938 187 t 31 942 468 t 468 944 31 t 239 943 468 t 468 942 239 t 118 941 468 t 468 943 118 t 238 944 468 t 468 941 238 t 61 923 469 t 469 945 61 t 234 939 469 t 469 923 234 t 118 943 469 t 469 939 118 t 239 945 469 t 469 943 239 t 6 796 470 t 470 720 6 t 208 946 470 t 470 796 208 t 119 947 470 t 470 946 119 t 185 720 470 t 470 947 185 t 57 948 471 t 471 802 57 t 240 949 471 t 471 948 240 t 119 946 471 t 471 949 119 t 208 802 471 t 471 946 208 t 31 944 472 t 472 951 31 t 238 950 472 t 472 944 238 t 119 949 472 t 472 950 119 t 240 951 472 t 472 949 240 t 49 725 473 t 473 940 49 t 185 947 473 t 473 725 185 t 119 950 473 t 473 947 119 t 238 940 473 t 473 950 238 t 12 749 474 t 474 820 12 t 194 952 474 t 474 749 194 t 120 953 474 t 474 952 120 t 213 820 474 t 474 953 213 t 55 954 475 t 475 755 55 t 241 955 475 t 475 954 241 t 120 952 475 t 475 955 120 t 194 755 475 t 475 952 194 t 31 951 476 t 476 957 31 t 240 956 476 t 476 951 240 t 120 955 476 t 476 956 120 t 241 957 476 t 476 955 241 t 57 824 477 t 477 948 57 t 213 953 477 t 477 824 213 t 120 956 477 t 477 953 120 t 240 948 477 t 477 956 240 t 17 928 478 t 478 734 17 t 237 958 478 t 478 928 237 t 121 959 478 t 478 958 121 t 188 734 478 t 478 959 188 t 61 945 479 t 479 933 61 t 239 960 479 t 479 945 239 t 121 958 479 t 479 960 121 t 237 933 479 t 479 958 237 t 31 957 480 t 480 942 31 t 241 961 480 t 480 957 241 t 121 960 480 t 480 961 121 t 239 942 480 t 480 960 239 t 55 740 481 t 481 954 55 t 188 959 481 t 481 740 188 t 121 961 481 t 481 959 121 t 241 954 481 t 481 961 241 } shader { name Glass type glass eta 1.55 color 1 1 1 } shader { name Mirror type shiny diff 0.2 0.2 0.2 refl 3.5 } object { shader Glass type sphere c 45 -30 21 r 20 } object { shader Mirror type sphere c -45 -25 21 r 20 } examples/cornell_box_jensen.sc0000644000175000017500000000360211301357557016127 0ustar user03user03image { resolution 800 600 aa 0 2 filter gaussian } trace-depths { diff 4 refl 3 refr 2 } photons { caustics 1000000 kd 100 0.5 } % uncomment this block and comment the following GI block to switch gi engines /* gi { type irr-cache samples 512 tolerance 0.01 spacing 0.05 5.0 % comment the following line to use path tracing for secondary bounces global 1000000 grid 100 0.75 } */ gi { type igi samples 64 % number of virtual photons per set sets 1 % number of sets (increase this to translate shadow boundaries into noise) b 0.00003 % bias - decrease this values until bright spots dissapear bias-samples 0 % set this >0 to make the algorithm unbiased } shader { name debug_caustics type view-caustics } shader { name debug_globals type view-global } shader { name debug_gi type view-irradiance } %% use these to view the effect of the individual gi components % override debug_caustics false % override debug_globals false % override debug_gi false camera { type pinhole eye 0 -205 50 target 0 0 50 up 0 0 1 fov 45 aspect 1.333333 } shader { name Grey type diffuse diff 0.7 0.7 0.7 } shader { name Blue type diffuse diff 0.25 0.25 0.8 } shader { name Red type diffuse diff 0.8 0.25 0.25 } shader { name Mirror type mirror refl 0.7 0.7 0.7 } shader { name Glass type glass eta 1.6 color 1 1 1 } light { type cornellbox corner0 -60 -60 0 corner1 60 60 100 left 0.80 0.25 0.25 right 0.25 0.25 0.80 top 0.70 0.70 0.70 bottom 0.70 0.70 0.70 back 0.70 0.70 0.70 emit 15 15 15 samples 32 } object { shader Mirror type sphere c -30 30 20 r 20 } object { shader Glass type sphere c 28 2 20 r 20 } examples/sphereflake.sc0000644000175000017500000000156511301357557014556 0ustar user03user03image { resolution 1920 1080 aa 2 2 samples 4 filter gaussian } trace-depths { diff 1 refl 1 refr 0 } % |persp|perspShape camera { type thinlens eye -5 0 -0.9 target 0 0 0.2 up 0 0 1 fov 60 aspect 1.77777777777 fdist 5 lensr 0.01 } gi { type path samples 16 } shader { name simple1 type diffuse diff 0.5 0.5 0.5 } shader { name glass type glass eta 1.333 color 0.8 0.8 0.8 absorbtion.distance 15 absorbtion.color { "sRGB nonlinear" 0.2 0.7 0.2 } } light { type sunsky up 0 0 1 east 0 1 0 sundir -1 1 0.2 turbidity 2 samples 32 } shader { name metal type phong diff 0.1 0.1 0.1 spec 0.2 0.2 0.2 30 samples 4 } object { shader metal type sphereflake name left level 7 } object { shader simple1 type plane p 0 0 -1 n 0 0 1 } shader { name ao type amb-occ diff 1 1 1 } % override ao true exporters/0000755000175000017500000000000011301357544012140 5ustar user03user03exporters/maya/0000755000175000017500000000000011301357544013067 5ustar user03user03exporters/maya/sunflowExporter/0000755000175000017500000000000011301357544016315 5ustar user03user03exporters/maya/sunflowExporter/sunflowExport.vcproj0000644000175000017500000003666211301357544022456 0ustar user03user03 exporters/maya/sunflowExporter/src/0000755000175000017500000000000011301357544017104 5ustar user03user03exporters/maya/sunflowExporter/src/pluginMain.cpp0000644000175000017500000000501711301357544021716 0ustar user03user03#include #include #include "sunflowGlobalsNode.h" #include "sunflowExportCmd.h" #include "sunflowShaderNode.h" #include "sunflowSkyNode.h" #include "sunflowHelperNode.h" MStatus initializePlugin( MObject obj ) { MStatus status; MFnPlugin plugin( obj, "Alias", "3.0", "Any"); status = plugin.registerNode( "sunflowGlobalsNode", sunflowGlobalsNode::id, &sunflowGlobalsNode::creator, &sunflowGlobalsNode::initialize, MPxNode::kDependNode ); if (!status) { status.perror("registerNode: sunflowGlobalsNode"); return status;} status = plugin.registerCommand("sunflowExportCmd", sunflowExportCmd::creator ); if (!status) status.perror("registerCommand: sunflowExportCmd"); const MString UserClassify( "shader/surface" ); status = plugin.registerNode( "sunflowShader", sunflowShaderNode::id, sunflowShaderNode::creator, sunflowShaderNode::initialize, MPxNode::kDependNode, &UserClassify ); if (!status) status.perror("registerNode: sunflowShaderNode"); status = plugin.registerNode( "sunflowSkyNode", sunflowSkyNode::id, &sunflowSkyNode::creator, &sunflowSkyNode::initialize, MPxNode::kLocatorNode ); if (!status) status.perror("registerNode: sunflowSkyNode"); status = plugin.registerNode( "sunflowHelperNode", sunflowHelperNode::id, sunflowHelperNode::creator, sunflowHelperNode::initialize, MPxNode::kLocatorNode ); if (!status) status.perror("registerNode: sunflowHelperNode"); status = MGlobal::executeCommand("source sunflowStartup.mel"); status = plugin.registerUI("sunflowStartup", "sunflowShutdown"); if (!status) { status.perror("Can't register sunflowStartup and sunflowShutdown interface scripts"); return status;} return status; } MStatus uninitializePlugin( MObject obj) { MStatus status; MFnPlugin plugin( obj ); status = plugin.deregisterNode( sunflowGlobalsNode::id ); if (!status) { status.perror("deregisterNode: sunflowGlobalsNode"); return status;} status = plugin.deregisterCommand("sunflowExportCmd"); if (!status) status.perror("deregisterCommand: sunflowExportCmd"); status = plugin.deregisterNode( sunflowShaderNode::id ); if (!status) status.perror("deregisterNode: sunflowShaderNode"); status = plugin.deregisterNode( sunflowSkyNode::id ); if (!status) status.perror("deregisterNode: sunflowSkyNode"); status = plugin.deregisterNode( sunflowHelperNode::id ); if (!status) status.perror("deregisterNode: sunflowHelperNode"); //MGlobal::executeCommandOnIdle("unregisterSunflowRenderer"); return status; } exporters/maya/sunflowExporter/src/sunflowBucketToRenderView.cpp0000644000175000017500000000467211301357544024752 0ustar user03user03#include "sunflowBucketToRenderView.h" #include DisplayPacket bucketToRenderView::getPacket(){ DisplayPacket p; p.type.sbits8[3] = fgetc( renderPipe ); p.type.sbits8[2] = fgetc( renderPipe ); p.type.sbits8[1] = fgetc( renderPipe ); p.type.sbits8[0] = fgetc( renderPipe ); for (int i = 0; i < 4; i++) { p.data[i].sbits8[3] = fgetc( renderPipe ); p.data[i].sbits8[2] = fgetc( renderPipe ); p.data[i].sbits8[1] = fgetc( renderPipe ); p.data[i].sbits8[0] = fgetc( renderPipe ); } //std::cout << "Recieved packet "< #include #include #include #include #include #include #include #include #include class sunflowHelperNode : public MPxLocatorNode { public: virtual MStatus compute( const MPlug& plug, MDataBlock& data ); virtual void draw( M3dView & view, const MDagPath & path, M3dView::DisplayStyle displaystyle, M3dView::DisplayStatus displaystatus ); virtual bool isBounded() const; virtual MBoundingBox boundingBox() const; virtual MStatus connectionMade ( const MPlug & plug, const MPlug & otherPlug, bool asSrc ); static void * creator(); static MStatus initialize(); static MObject aDummy; static MObject aHelperType; static MObject aHelperColor; static MObject aHelperOpacity; static MObject aMeshPath; static MObject aShaderNode; public: static MTypeId id; int m_helperType; MColor m_helperColor; }; #endif /* SUNFLOW_HELPER_NODE_H */ exporters/maya/sunflowExporter/src/sunflowHelperNode.cpp0000644000175000017500000002073111301357544023256 0ustar user03user03 #include #include #include #include #include #include #include #include #include #include #include #include #include #include "sunflowHelperNode.h" #if defined(OSMac_MachO_) #include #include #else #include #include #endif MTypeId sunflowHelperNode::id( 0x00114156 ); MObject sunflowHelperNode::aHelperType; MObject sunflowHelperNode::aHelperColor; MObject sunflowHelperNode::aHelperOpacity; MObject sunflowHelperNode::aMeshPath; MObject sunflowHelperNode::aShaderNode; void* sunflowHelperNode::creator() { return new sunflowHelperNode; } MStatus sunflowHelperNode::initialize() { MFnEnumAttribute eAttr; MFnNumericAttribute numAttr; MFnTypedAttribute tAttr; MFnMessageAttribute shaderAttr; MStatus status; aHelperType = eAttr.create( "type", "t", 0, &status ); eAttr.addField( "File Mesh", 0 ); eAttr.addField( "Infinite Plane", 1 ); CHECK_MSTATUS(eAttr.setKeyable(true)); CHECK_MSTATUS(eAttr.setStorable(true)); CHECK_MSTATUS(eAttr.setReadable(true)); CHECK_MSTATUS(eAttr.setWritable(true)); CHECK_MSTATUS(eAttr.setConnectable(false)); CHECK_MSTATUS( addAttribute( aHelperType ) ); aHelperColor = numAttr.createColor( "helperColor", "hc", &status ); CHECK_MSTATUS(numAttr.setKeyable(true)); CHECK_MSTATUS(numAttr.setStorable(true)); CHECK_MSTATUS(numAttr.setReadable(true)); CHECK_MSTATUS(numAttr.setWritable(true)); CHECK_MSTATUS( numAttr.setMin( 0.0, 0.0, 0.0 ) ); CHECK_MSTATUS( numAttr.setMax( 1.0, 1.0, 1.0 ) ); CHECK_MSTATUS( numAttr.setDefault( 0.0, 0.0, 0.5) ); CHECK_MSTATUS( addAttribute( aHelperColor ) ); aHelperOpacity = numAttr.create( "helperOpacity", "ho", MFnNumericData::kFloat, 0.0, &status ); CHECK_MSTATUS(numAttr.setKeyable(true)); CHECK_MSTATUS(numAttr.setStorable(true)); CHECK_MSTATUS(numAttr.setReadable(true)); CHECK_MSTATUS(numAttr.setWritable(true)); CHECK_MSTATUS( numAttr.setMin( 0.0 ) ); CHECK_MSTATUS( numAttr.setMax( 1.0 ) ); CHECK_MSTATUS( addAttribute( aHelperOpacity ) ); aMeshPath = tAttr.create(MString("meshPath"), MString("mp"), MFnData::kString, aMeshPath, &status ); CHECK_MSTATUS( addAttribute (aMeshPath) ); aShaderNode = shaderAttr.create( "shaderNode", "sn", &status ); CHECK_MSTATUS( addAttribute (aShaderNode) ); return MS::kSuccess; } MStatus sunflowHelperNode::compute( const MPlug& /* plug */, MDataBlock& /* data */ ) { return MS::kUnknownParameter; } void sunflowHelperNode::draw( M3dView & view, const MDagPath & /*path*/, M3dView::DisplayStyle /*displayStyle*/, M3dView::DisplayStatus displaystatus ) { // Get the type // MObject thisNode = thisMObject(); MPlug typePlug( thisNode, aHelperType ); CHECK_MSTATUS(typePlug.getValue( m_helperType )); MPlug colorPlug( thisNode, aHelperColor ); CHECK_MSTATUS(colorPlug.child(0).getValue( m_helperColor.r )); CHECK_MSTATUS(colorPlug.child(1).getValue( m_helperColor.g )); CHECK_MSTATUS(colorPlug.child(2).getValue( m_helperColor.b )); MPlug opacityPlug( thisNode, aHelperOpacity ); CHECK_MSTATUS(opacityPlug.getValue( m_helperColor.a )); view.beginGL(); // Draw the arrows // /* glPushAttrib( GL_ALL_ATTRIB_BITS ); glBegin( GL_LINES ); glColor4f( 1.0f, 0.0f, 0.0f, 1.0f ); glVertex3f( 0.00f, 0.00f, 0.00f ); glVertex3f( 0.50f, 0.00f, 0.00f ); glVertex3f( 0.50f, 0.00f, 0.00f ); glVertex3f( 0.40f, -0.05f, 0.00f ); glVertex3f( 0.40f, -0.05f, 0.00f ); glVertex3f( 0.40f, 0.00f, 0.00f ); glColor4f( 0.0f, 1.0f, 0.0f, 1.0f ); glVertex3f( 0.00f, 0.00f, 0.00f ); glVertex3f( 0.00f, 0.50f, 0.00f ); glVertex3f( 0.00f, 0.50f, 0.00f ); glVertex3f( 0.05f, 0.40f, 0.00f ); glVertex3f( 0.05f, 0.40f, 0.00f ); glVertex3f( 0.00f, 0.40f, 0.00f ); glColor4f( 0.0f, 0.0f, 1.0f, 1.0f ); glVertex3f( 0.00f, 0.00f, 0.00f ); glVertex3f( 0.00f, 0.00f, 0.50f ); glVertex3f( 0.00f, 0.00f, 0.50f ); glVertex3f( 0.00f, -0.05f, 0.40f ); glVertex3f( 0.00f, -0.05f, 0.40f ); glVertex3f( 0.00f, 0.00f, 0.40f ); glEnd(); glPopAttrib(); */ // draw the warious primitives // switch( m_helperType ) { case 0: // CUBE glPushAttrib( GL_ALL_ATTRIB_BITS ); if ( displaystatus == M3dView::kDormant ) glColor4f( m_helperColor.r, m_helperColor.g, m_helperColor.b, 1.0f ); glBegin( GL_LINES ); glVertex3f( -0.50f, 0.50f, -0.50f ); glVertex3f( 0.50f, 0.50f, -0.50f ); glVertex3f( 0.50f, 0.50f, -0.50f ); glVertex3f( 0.50f, 0.50f, 0.50f ); glVertex3f( 0.50f, 0.50f, 0.50f ); glVertex3f( -0.50f, 0.50f, 0.50f ); glVertex3f( -0.50f, 0.50f, 0.50f ); glVertex3f( -0.50f, 0.50f, -0.50f ); glVertex3f( -0.50f, -0.50f, -0.50f ); glVertex3f( 0.50f, -0.50f, -0.50f ); glVertex3f( 0.50f, -0.50f, -0.50f ); glVertex3f( 0.50f, -0.50f, 0.50f ); glVertex3f( 0.50f, -0.50f, 0.50f ); glVertex3f( -0.50f, -0.50f, 0.50f ); glVertex3f( -0.50f, -0.50f, 0.50f ); glVertex3f( -0.50f, -0.50f, -0.50f ); glVertex3f( -0.50f, 0.50f, -0.50f ); glVertex3f( -0.50f, -0.50f, -0.50f ); glVertex3f( 0.50f, 0.50f, -0.50f ); glVertex3f( 0.50f, -0.50f, -0.50f ); glVertex3f( 0.50f, 0.50f, 0.50f ); glVertex3f( 0.50f, -0.50f, 0.50f ); glVertex3f( -0.50f, 0.50f, 0.50f ); glVertex3f( -0.50f, -0.50f, 0.50f ); glEnd(); glPopAttrib(); break; case 1: // CLIPPING PLANE // Extra OpenGL stuff disabled for now - there seems to be a problem on Linux with Nvidia drivers (glPushAttrib/glPopAttrib not respected?) // glPushAttrib( GL_ALL_ATTRIB_BITS ); // // glEnable( GL_LINE_STIPPLE); // glLineStipple(1,0xff); // if ( displaystatus == M3dView::kDormant ) glColor4f( m_helperColor.r, m_helperColor.g, m_helperColor.b, 1.0f ); glBegin( GL_LINES ); glVertex3f( -1.0f, 0.0f, 1.0f ); glVertex3f( 1.0f, 0.0f, 1.0f ); glVertex3f( 1.0f, 0.0f, 1.0f ); glVertex3f( 1.0f, 0.0f, -1.0f ); glVertex3f( 1.0f, 0.0f, -1.0f ); glVertex3f( -1.0f, 0.0f, -1.0f ); glVertex3f( -1.0f, 0.0f, -1.0f ); glVertex3f( -1.0f, 0.0f, 1.0f ); glVertex3f( -1.0f, 0.0f, 1.0f ); glVertex3f( 1.0f, 0.0f, -1.0f ); glVertex3f( 1.0f, 0.0f, 1.0f ); glVertex3f( -1.0f, 0.0f, -1.0f ); glEnd(); // glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); // glEnable(GL_ALPHA_TEST); // glAlphaFunc(GL_ALWAYS ,0.1); // glEnable(GL_BLEND); // glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); // glEnable(GL_DEPTH_TEST); // glDepthFunc(GL_LEQUAL); // glDepthMask( GL_FALSE ); // glColor4f( m_helperColor.r, m_helperColor.g, m_helperColor.b, m_helperColor.a ); // glBegin( GL_QUADS ); // glVertex3f( -1.0f , 0.0f, 1.0f ); // glVertex3f( 1.0f , 0.0f, 1.0f ); // glVertex3f( 1.0f , 0.0f, -1.0f ); // glVertex3f( -1.0f , 0.0f, -1.0f ); // glEnd(); // // glPopAttrib(); break; } view.endGL(); } bool sunflowHelperNode::isBounded() const { return true; } MBoundingBox sunflowHelperNode::boundingBox() const { MPoint corner1; MPoint corner2; switch( m_helperType ) { case 0: corner1 = MPoint( -0.5, -0.5, -0.5 ); corner2 = MPoint( 0.5, 0.5, 0.5 ); break; case 1: corner1 = MPoint( -1.0, -1.0, 0.0 ); corner2 = MPoint( 1.0, 1.0, 0.5 ); break; default: corner1 = MPoint( -0.5, -0.5, -0.5 ); corner2 = MPoint( 0.5, 0.5, 0.5 ); break; } return MBoundingBox( corner1, corner2 ); } MStatus sunflowHelperNode::connectionMade ( const MPlug & plug, const MPlug & otherPlug, bool asSrc ) { /* We should do some testing to se that the connected node is a material. For now i do it at export time. */ return MS::kUnknownParameter; } exporters/maya/sunflowExporter/src/sunflowShaderNode.h0000644000175000017500000000442611301357544022715 0ustar user03user03#ifndef SUNFLOW_SHADER_NODE_H #define SUNFLOW_SHADER_NODE_H #include #include // // DESCRIPTION: /////////////////////////////////////////////////////// class sunflowShaderNode : public MPxNode { public: sunflowShaderNode(); virtual ~sunflowShaderNode(); virtual MStatus compute( const MPlug&, MDataBlock& ); virtual void postConstructor(); MColor getDiffuseComponent(MDataBlock& block); MColor getPhongComponent(MFloatVector &specular, float power, MDataBlock& block); static void * creator(); static MStatus initialize(); static MTypeId id; private: static MObject aShader; //PHONG SHADER static MObject phong_specular; static MObject phong_power; static MObject phong_samples; //AMB_OCC SHADER static MObject amb_dark; static MObject amb_samples; static MObject amb_maxdist; //GLASS SHADER static MObject glass_eta; static MObject glass_absorbtion_distance; static MObject glass_absorbtion_color; //SHINY SHADER static MObject shiny_shiny; //WARD SHADER static MObject ward_specular; static MObject ward_upower; static MObject ward_vpower; static MObject ward_samples; //UBER SHADER static MObject uber_diffuse_texture; static MObject uber_diffuse_blend; static MObject uber_specular; static MObject uber_specular_texture; static MObject uber_specular_blend; static MObject uber_gloss; static MObject uber_samples; static MObject aColor; static MObject aPointCamera; static MObject aNormalCamera; static MObject aLightDirection; static MObject aLightIntensity; static MObject aPower; static MObject aSpecularity; static MObject aLightAmbient; static MObject aLightDiffuse; static MObject aLightSpecular; static MObject aLightShadowFraction; static MObject aPreShadowIntensity; static MObject aLightBlindData; static MObject aLightData; static MObject aRayOrigin; static MObject aRayDirection; static MObject aObjectId; static MObject aRaySampler; static MObject aRayDepth; static MObject aReflectGain; static MObject aTriangleNormalCamera; static MObject aOutColor; }; #endif /* SUNFLOW_SHADER_NODE_H */ exporters/maya/sunflowExporter/src/sunflowSkyNode.cpp0000644000175000017500000003614611301357544022614 0ustar user03user03#include "sunflowSkyNode.h" #include #include using namespace std; float X = 0.525731112119133606; float Z = 0.850650808352039932; MTypeId sunflowSkyNode::id( 0x00114155 ); MObject sunflowSkyNode::size; MObject sunflowSkyNode::resolution; MObject sunflowSkyNode::sunVector; MObject sunflowSkyNode::sunVectorX; MObject sunflowSkyNode::sunVectorY; MObject sunflowSkyNode::sunVectorZ; MObject sunflowSkyNode::turbidity; MObject sunflowSkyNode::exposure; MObject sunflowSkyNode::sunLight; MObject sunflowSkyNode::domeAlpha; //MObject sunflowSkyNode::Gamma; //MObject sunflowSkyNode::enableGround; //MObject sunflowSkyNode::groundColor; //MObject sunflowSkyNode::groundColorR; //MObject sunflowSkyNode::groundColorG; //MObject sunflowSkyNode::groundColorB; sunflowSkyNode::sunflowSkyNode() { vData.clear(); vData.append(MVector(-X, 0.0, Z)); vData.append(MVector(X, 0.0, Z)); vData.append(MVector(-X, 0.0, -Z)); vData.append(MVector(X, 0.0, -Z)); vData.append(MVector(0.0, Z, X)); vData.append(MVector(0.0, Z, -X)); vData.append(MVector(0.0, -Z, X)); vData.append(MVector(0.0, -Z, -X)); vData.append(MVector(Z, X, 0.0)); vData.append(MVector(-Z, X, 0.0)); vData.append(MVector(Z, -X, 0.0)); vData.append(MVector(-Z, -X, 0.0)); tData.clear(); tData.append(MVector(0,4,1)); tData.append(MVector(0,9,4)); tData.append(MVector(9,5,4)); tData.append(MVector(4,5,8)); tData.append(MVector(4,8,1)); tData.append(MVector(8,10,1)); tData.append(MVector(8,3,10)); tData.append(MVector(5,3,8)); tData.append(MVector(5,2,3)); tData.append(MVector(2,7,3)); tData.append(MVector(7,10,3)); tData.append(MVector(7,6,10)); tData.append(MVector(7,11,6)); tData.append(MVector(11,0,6)); tData.append(MVector(0,1,6)); tData.append(MVector(6,1,10)); tData.append(MVector(9,0,11)); tData.append(MVector(9,11,2)); tData.append(MVector(9,2,5)); tData.append(MVector(7,2,11)); } sunflowSkyNode::~sunflowSkyNode() {} MStatus sunflowSkyNode::compute( const MPlug& /*plug*/, MDataBlock& /*data*/ ) { return MS::kUnknownParameter; } void sunflowSkyNode::quadDome(M3dView & view, int drawMode=0){ int sides = (int) m_quadRes; float size = m_radius; MColor drawColor(0,1,0,0); MColor groundColor(0,0,0,0); if(drawMode){ sides = 16; size *= 1.04; } float theta1 = 0, theta2 = 0, theta3 = 0; float ex = 0, px = 0, cx = 0; float ey = 0, py = 0, cy = 0; float ez = 0, pz = 0, cz = 0, r = size; for (int j = 0; j < sides / 2; j++) { theta1 = j * TWOPI / sides - PI/2; theta2 = (j + 1) * TWOPI / sides - PI/2; if(drawMode){ glBegin(GL_LINE_STRIP); }else{ glBegin(GL_QUAD_STRIP); } { for (int i = 0; i <= sides; i++) { theta3 = i * TWOPI / sides; ex = cosf(theta1) * cosf(theta3); ey = sinf(theta1); ez = cosf(theta1) * sinf(theta3); px = cx + r * ex; py = cy + r * ey; pz = cz + r * ez; drawColor.a = m_alpha; if(ey<0){ drawColor = groundColor; }else{ if(ey<0){ if(!drawMode) drawColor = skyDome.getSkyColor(MVector(ex,ey*-1,ez)); }else{ if(!drawMode) drawColor = skyDome.getSkyColor(MVector(ex,ey,ez)); } drawColor *= m_exposure; } if(drawMode){ drawColor = MColor(0,1,0); }else{ view.setDrawColor( drawColor ); glColor3f(drawColor.r,drawColor.g,drawColor.b); } glNormal3f(ex,ey,ez); glTexCoord2f(i/(float)sides,2*(j+1)/sides); glVertex3f(px, py, pz); ex = cosf(theta2) * cosf(theta3); ey = sinf(theta2); ez = cosf(theta2) * sinf(theta3); px = cx + r * ex; py = cy + r * ey; pz = cz + r * ez; if(ey<0){ drawColor = groundColor; }else{ if(ey<0){ if(!drawMode) drawColor = skyDome.getSkyColor(MVector(ex,ey*-1,ez)); }else{ if(!drawMode) drawColor = skyDome.getSkyColor(MVector(ex,ey,ez)); } drawColor *= m_exposure; } if(drawMode){ drawColor = MColor(0,1,0); }else{ view.setDrawColor( drawColor ); glColor3f(drawColor.r,drawColor.g,drawColor.b); } glNormal3f(ex,ey,ez); glTexCoord2f(i/(float)sides,2*(j+1)/sides); glVertex3f(px, py, pz); } } glEnd(); } } void sunflowSkyNode::drawTriangle(M3dView & view, MVector v1, MVector v2, MVector v3, int drawMode){ float vertexRadius = m_radius; if(drawMode){ glBegin(GL_LINE_STRIP); vertexRadius*=1.05; }else{ glBegin(GL_POLYGON); } float groundMultiplier = 0; if(v1[1]<=0) groundMultiplier = 0; else groundMultiplier = 1; MColor drawColor = skyDome.getSkyColor(MVector(v1[0],v1[1],v1[2]))*m_exposure*groundMultiplier; if(drawMode)glColor3f(0,1,0);else glColor3f(drawColor.r,drawColor.g,drawColor.b); glNormal3f(v1[0],v1[1],v1[2]); glVertex3f(v1[0]*vertexRadius,v1[1]*vertexRadius,v1[2]*vertexRadius); if(v2[1]<=0) groundMultiplier = 0; else groundMultiplier = 1; drawColor = skyDome.getSkyColor(MVector(v2[0],v2[1],v2[2]))*m_exposure*groundMultiplier; if(drawMode)glColor3f(0,1,0);else glColor3f(drawColor.r,drawColor.g,drawColor.b); glNormal3f(v2[0],v2[1],v2[2]); glVertex3f(v2[0]*vertexRadius,v2[1]*vertexRadius,v2[2]*vertexRadius); if(v3[1]<=0) groundMultiplier = 0; else groundMultiplier = 1; drawColor = skyDome.getSkyColor(MVector(v3[0],v3[1],v3[2]))*m_exposure*groundMultiplier; if(drawMode)glColor3f(0,1,0);else glColor3f(drawColor.r,drawColor.g,drawColor.b); glNormal3f(v3[0],v3[1],v3[2]); glVertex3f(v3[0]*vertexRadius,v3[1]*vertexRadius,v3[2]*vertexRadius); glEnd(); } MStatus sunflowSkyNode::subdivide(M3dView & view, MVector v1, MVector v2, MVector v3, int depth, int drawMode){ MStatus stat; MVector v12; MVector v23; MVector v31; if(depth < 1){ drawTriangle(view, v1, v2, v3, drawMode); return stat; } for(int i=0; i<3; i++){ v12[i] = v1[i]+v2[i]; v23[i] = v2[i]+v3[i]; v31[i] = v3[i]+v1[i]; } stat = v12.normalize();CHECK_MSTATUS(stat); stat = v23.normalize();CHECK_MSTATUS(stat); stat = v31.normalize();CHECK_MSTATUS(stat); stat = subdivide(view, v1, v12, v31, depth-1, drawMode);CHECK_MSTATUS(stat); stat = subdivide(view, v2, v23, v12, depth-1, drawMode);CHECK_MSTATUS(stat); stat = subdivide(view, v3, v31, v23, depth-1, drawMode);CHECK_MSTATUS(stat); stat = subdivide(view, v12, v23, v31, depth-1, drawMode);CHECK_MSTATUS(stat); return stat; } void sunflowSkyNode::drawQuadDome(M3dView & view, M3dView::DisplayStatus status){ MStatus stat; view.beginGL(); glPushAttrib( GL_CURRENT_BIT | GL_POINT_BIT ); #if defined(SGI) || defined(MESA) glEnable( GL_POLYGON_OFFSET_EXT ); #else glEnable( GL_POLYGON_OFFSET_FILL ); #endif if((stat == M3dView::kActive) || (stat == M3dView::kLead)){ view.setDrawColor( 18, M3dView::kActiveColors ); } else { view.setDrawColor( 13, M3dView::kDormantColors ); } glShadeModel(GL_SMOOTH); quadDome(view); // Make low res wireframe ontop if selected /* if((status == M3dView::kActive) || (status == M3dView::kLead)){ view.setDrawColor( 18, M3dView::kActiveColors ); quadDome(view, 1); } */ view.endGL(); } void sunflowSkyNode::drawTriDome(M3dView & view, M3dView::DisplayStatus status){ MStatus stat; view.beginGL(); glPushAttrib( GL_CURRENT_BIT | GL_POINT_BIT ); #if defined(SGI) || defined(MESA) glEnable( GL_POLYGON_OFFSET_EXT ); #else glEnable( GL_POLYGON_OFFSET_FILL ); #endif if((status == M3dView::kActive) || (status == M3dView::kLead)) glDisable(GL_POLYGON_STIPPLE); else glEnable(GL_POLYGON_STIPPLE); glEnable (GL_BLEND); glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); for(int i=0; i<20; i++){ stat = subdivide(view, vData[tData[i][0]], vData[tData[i][1]], vData[tData[i][2]],(int) m_triRes, 0); // Subdivide and draw the Sphere CHECK_MSTATUS(stat); } glDisable (GL_BLEND); if((status == M3dView::kActive) || (status == M3dView::kLead)) glEnable(GL_POLYGON_STIPPLE); else glDisable(GL_POLYGON_STIPPLE); // Make low res wireframe ontop if selected if((status == M3dView::kActive) || (status == M3dView::kLead)){ glPushAttrib( GL_CURRENT_BIT | GL_POINT_BIT ); #if defined(SGI) || defined(MESA) glEnable( GL_POLYGON_OFFSET_EXT ); #else glEnable( GL_POLYGON_OFFSET_FILL ); #endif view.setDrawColor( 18, M3dView::kActiveColors ); for(int i=0; i<20; i++){ stat = subdivide(view, vData[tData[i][0]], vData[tData[i][1]], vData[tData[i][2]],1,1); // Subdivide and draw the Sphere CHECK_MSTATUS(stat); } } view.endGL(); } void sunflowSkyNode::draw( M3dView & view, const MDagPath & /*path*/, M3dView::DisplayStyle style, M3dView::DisplayStatus status ) { MStatus stat; MObject thisNode = thisMObject(); MPlug plug( thisNode, size ); MDistance sizeVal; plug.getValue( sizeVal ); m_radius = (float) sizeVal.asCentimeters(); MPlug resolutionPlug( thisNode, resolution ); stat = resolutionPlug.getValue ( m_triRes ); m_quadRes = m_triRes*8; MPlug sunLightPlug(thisNode, sunLight); MFloatVector lightVector(0.5,0.5,0.5); MPlugArray connectedPlugs; if(sunLightPlug.connectedTo(connectedPlugs,true,false,&stat) && connectedPlugs.length()){ if(connectedPlugs[0].node().apiType() == MFn::kDirectionalLight){ MFnLight thisLight(connectedPlugs[0].node(), &stat); CHECK_MSTATUS( stat ); lightVector = thisLight.lightDirection(0,MSpace::kWorld,&stat); } } lightVector.x *= -1; lightVector.y *= -1; lightVector.z *= -1; MPlug sunXPlug(thisNode, sunVectorX); MPlug sunYPlug(thisNode, sunVectorY); MPlug sunZPlug(thisNode, sunVectorZ); double sunX; double sunY; double sunZ; sunXPlug.getValue(sunX); sunYPlug.getValue(sunY); sunZPlug.getValue(sunZ); MPlug turbidityPlug( thisNode, turbidity ); float turbidityVal; stat = turbidityPlug.getValue ( turbidityVal ); CHECK_MSTATUS( stat ); MPlug exposurePlug( thisNode, exposure ); stat = exposurePlug.getValue ( m_exposure ); CHECK_MSTATUS( stat ); MPlug domeAlphaPlug( thisNode, domeAlpha ); stat = domeAlphaPlug.getValue (m_alpha ); CHECK_MSTATUS( stat ); /* MPlug groundPlug(thisNode, enableGround); bool useGround; groundPlug.getValue(useGround); */ /* MPlug groundRPlug(thisNode, groundColorR); MPlug groundGPlug(thisNode, groundColorG); MPlug groundBPlug(thisNode, groundColorB); double groundR; double groundG; double groundB; groundRPlug.getValue(groundR); groundGPlug.getValue(groundG); groundBPlug.getValue(groundB); */ skyDome.setTurbidity(turbidityVal); skyDome.setPosition(MVector(lightVector.x,lightVector.y,lightVector.z)); skyDome.initialize(); if(DRAWMODE==0){ drawQuadDome(view, status); }else{ drawTriDome(view, status); } } bool sunflowSkyNode::isBounded() const { return true; } MBoundingBox sunflowSkyNode::boundingBox() const { // Get the size // MObject thisNode = thisMObject(); MPlug plug( thisNode, size ); MDistance sizeVal; plug.getValue( sizeVal ); double multiplier = sizeVal.asCentimeters(); MPoint corner1( -1, -1, -1 ); MPoint corner2( 1, 1, 1 ); corner1 = corner1 * multiplier; corner2 = corner2 * multiplier; return MBoundingBox( corner1, corner2 ); } void* sunflowSkyNode::creator() { return new sunflowSkyNode(); } MStatus sunflowSkyNode::initialize() { MFnUnitAttribute unitFn; MFnNumericAttribute nAttr; MFnMessageAttribute lightAttr; MStatus status; size = unitFn.create( "size", "sz", MFnUnitAttribute::kDistance ); unitFn.setDefault( 200.0 ); resolution = nAttr.create( "resolution", "res", MFnNumericData::kInt, 3, &status ); CHECK_MSTATUS ( status ); CHECK_MSTATUS ( nAttr.setMin(1) ); CHECK_MSTATUS ( nAttr.setMax(6) ); CHECK_MSTATUS ( nAttr.setDefault(3) ); turbidity = nAttr.create( "turbidity", "trb",MFnNumericData::kFloat, 2.0, &status ); CHECK_MSTATUS ( status ); CHECK_MSTATUS ( nAttr.setMin(2.0f) ); CHECK_MSTATUS ( nAttr.setMax(15.0f) ); CHECK_MSTATUS ( nAttr.setDefault(5.0f) ); exposure = nAttr.create( "exposure", "exp", MFnNumericData::kFloat, 0.2, &status ); CHECK_MSTATUS ( status ); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1.0f) ); CHECK_MSTATUS ( nAttr.setDefault(0.15f) ); sunLight = lightAttr.create( "sunLight", "sl", &status ); if (!status) { status.perror("create sunLight"); return status; } CHECK_MSTATUS ( nAttr.setHidden(false) ); domeAlpha = nAttr.create( "domeAlpha", "da", MFnNumericData::kFloat, 0.5, &status ); if (!status) { status.perror("create domeAlpha attribute"); return status; } /* Gamma = nAttr.create( "Gamma", "g", MFnNumericData::kFloat, 1, &status ); if (!status) { status.perror("create Gamma attribute"); return status; } enableGround = nAttr.create( "enableGround", "eg", MFnNumericData::kBoolean, 1, &status ); if (!status) { status.perror("create enableGround attribute"); return status; } */ /* groundColorR = nAttr.create( "groundColorR", "gcr",MFnNumericData::kFloat, 0, &status ); CHECK_MSTATUS( status ); CHECK_MSTATUS( nAttr.setKeyable( true ) ); CHECK_MSTATUS( nAttr.setStorable( true ) ); CHECK_MSTATUS( nAttr.setDefault( 0.2f ) ); groundColorG = nAttr.create( "groundColorG", "gcg", MFnNumericData::kFloat, 0, &status ); CHECK_MSTATUS( status ); CHECK_MSTATUS( nAttr.setKeyable( true ) ); CHECK_MSTATUS( nAttr.setStorable( true ) ); CHECK_MSTATUS( nAttr.setDefault( 0.15f ) ); groundColorB = nAttr.create( "groundColorB", "gcb",MFnNumericData::kFloat, 0, &status ); CHECK_MSTATUS( status ); CHECK_MSTATUS( nAttr.setKeyable( true ) ); CHECK_MSTATUS( nAttr.setStorable( true ) ); CHECK_MSTATUS( nAttr.setDefault( 0.12f ) ); groundColor = nAttr.create( "gColor", "gc", groundColorR, groundColorG, groundColorB, &status ); CHECK_MSTATUS( status ); CHECK_MSTATUS( nAttr.setKeyable( true ) ); CHECK_MSTATUS( nAttr.setStorable( true ) ); CHECK_MSTATUS( nAttr.setDefault( 0.2f, 0.15f, 0.12f ) ); CHECK_MSTATUS( nAttr.setUsedAsColor( true ) ); */ status = addAttribute (size); if (!status) { status.perror("addAttribute size"); return status;} status = addAttribute (resolution); if (!status) { status.perror("addAttribute resolution"); return status;} //CHECK_MSTATUS ( addAttribute(sunVector) ); status = addAttribute (turbidity); if (!status) { status.perror("addAttribute Turbidity"); return status;} status = addAttribute (exposure); if (!status) { status.perror("addAttribute Exposure"); return status;} CHECK_MSTATUS ( addAttribute(sunLight) ); CHECK_MSTATUS ( addAttribute(domeAlpha) ); //status = addAttribute (Gamma); //if (!status) { status.perror("addAttribute Gamma"); return status;} //status = addAttribute (enableGround); //if (!status) { status.perror("addAttribute enableGround"); return status;} //status = addAttribute (groundColor); //if (!status) { status.perror("addAttribute groundColor"); return status;} return MS::kSuccess; } exporters/maya/sunflowExporter/src/sunflowConstants.cpp0000644000175000017500000000102311301357544023176 0ustar user03user03#include "sunflowConstants.h" const char* FILTER_NAMES[] = { "box", "triangle", "catmull-rom", "mitchell", "lanczos", "blackman-harris", "sinc", "gaussian" }; const unsigned int NUM_FILTER_NAMES = sizeof(FILTER_NAMES) / sizeof(const char*); const char* BUCKET_ORDERS[] = { "hilbert", "spiral", "column", "row", "diagonal", "random" }; const unsigned int NUM_BUCKET_ORDERS = sizeof(BUCKET_ORDERS) / sizeof(const char*); const unsigned int DIR_LIGHT_RADIUS = 1000; exporters/maya/sunflowExporter/src/sunskyConstants.h0000644000175000017500000001166511301357544022517 0ustar user03user03#ifndef SUNSKY_CONSTANTS_H #define SUNSKY_CONSTANTS_H //////////////////////////////////////////////////////////////////////////// // copyright : (C) 2006 by Mad Crew // Email : fredrik (at) madcrew (dot) se // Website : http://www.madcrew.se // Created :2006-11-03 //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // // the Free Software Foundation; either version 2 of the License, or // // (at your option) any later version. // // // //////////////////////////////////////////////////////////////////////////// /* // 380-750 by 10nm static float solAmplitudes[38] = { 165.5, 162.3, 211.2, 258.8, 258.2, 242.3, 267.6, 296.6, 305.4, 300.6, 306.6, 288.3, 287.1, 278.2, 271.0, 272.3, 263.6, 255.0, 250.6, 253.1, 253.5, 251.3, 246.3, 241.7, 236.8, 232.1, 228.2, 223.4, 219.7, 215.3, 211.0, 207.3, 202.4, 198.7, 194.3, 190.7, 186.3, 182.6 }; */ //300-830 10nm static double S0[] = { 0.04, 6.0, 29.6, 55.3, 57.3, 61.8, 61.5, 68.8, 63.4, 65.8, 94.8, 104.8, 105.9, 96.8, 113.9, 125.6, 125.5, 121.3, 121.3, 113.5, 113.1, 110.8, 106.5, 108.8, 105.3, 104.4, 100.0, 96.0, 95.1, 89.1, 90.5, 90.3, 88.4, 84.0, 85.1, 81.9, 82.6, 84.9, 81.3, 71.9, 74.3, 76.4, 63.3, 71.7, 77.0, 65.2, 47.7, 68.6, 65.0, 66.0, 61.0, 53.3, 58.9, 61.9 }; static double S1[] = { 0.02, 4.5, 22.4, 42.0, 40.6, 41.6, 38.0, 42.4, 38.5, 35.0, 43.4, 46.3, 43.9, 37.1, 36.7, 35.9, 32.6, 27.9, 24.3, 20.1, 16.2, 13.2, 8.6, 6.1, 4.2, 1.9, 0.0, -1.6, -3.5, -3.5, -5.8, -7.2, -8.6, -9.5, -10.9, -10.7, -12.0, -14.0, -13.6, -12.0, -13.3, -12.9, -10.6, -11.6, -12.2, -10.2, -7.8, -11.2, -10.4, -10.6, -9.7, -8.3, -9.3, -9.8 }; static double S2[] = { 0.0, 2.0, 4.0, 8.5, 7.8, 6.7, 5.3, 6.1, 3.0, 1.2, -1.1, -0.5, -0.7, -1.2, -2.6, -2.9, -2.8, -2.6, -2.6, -1.8, -1.5, -1.3, -1.2, -1.0, -0.5, -0.3, 0.0, 0.2, 0.5, 2.1, 3.2, 4.1, 4.7, 5.1, 6.7, 7.3, 8.6, 9.8, 10.2, 8.3, 9.6, 8.5, 7.0, 7.6, 8.0, 6.7, 5.2, 7.4, 6.8, 7.0, 6.4, 5.5, 6.1, 6.5 }; // 380-780, 5nm static double CIE_X[] = { 0.0014, 0.0022, 0.0042, 0.0076, 0.0143, 0.0232, 0.0435, 0.0776, 0.1344, 0.2148, 0.2839, 0.3285, 0.3483, 0.3481, 0.3362, 0.3187, 0.2908, 0.2511, 0.1954, 0.1421, 0.0956, 0.0580, 0.0320, 0.0147, 0.0049, 0.0024, 0.0093, 0.0291, 0.0633, 0.1096, 0.1655, 0.2257, 0.2904, 0.3597, 0.4334, 0.5121, 0.5945, 0.6784, 0.7621, 0.8425, 0.9163, 0.9786, 1.0263, 1.0567, 1.0622, 1.0456, 1.0026, 0.9384, 0.8544, 0.7514, 0.6424, 0.5419, 0.4479, 0.3608, 0.2835, 0.2187, 0.1649, 0.1212, 0.0874, 0.0636, 0.0468, 0.0329, 0.0227, 0.0158, 0.0114, 0.0081, 0.0058, 0.0041, 0.0029, 0.0020, 0.0014, 0.0010, 0.0007, 0.0005, 0.0003, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001, 0.0000 }; static double CIE_Y[] = { 0.0000, 0.0001, 0.0001, 0.0002, 0.0004, 0.0006, 0.0012, 0.0022, 0.0040, 0.0073, 0.0116, 0.0168, 0.0230, 0.0298, 0.0380, 0.0480, 0.0600, 0.0739, 0.0910, 0.1126, 0.1390, 0.1693, 0.2080, 0.2586, 0.3230, 0.4073, 0.5030, 0.6082, 0.7100, 0.7932, 0.8620, 0.9149, 0.9540, 0.9803, 0.9950, 1.0000, 0.9950, 0.9786, 0.9520, 0.9154, 0.8700, 0.8163, 0.7570, 0.6949, 0.6310, 0.5668, 0.5030, 0.4412, 0.3810, 0.3210, 0.2650, 0.2170, 0.1750, 0.1382, 0.1070, 0.0816, 0.0610, 0.0446, 0.0320, 0.0232, 0.0170, 0.0119, 0.0082, 0.0057, 0.0041, 0.0029, 0.0021, 0.0015, 0.0010, 0.0007, 0.0005, 0.0004, 0.0002, 0.0002, 0.0001, 0.0001, 0.0001, 0.0000, 0.0000, 0.0000, 0.0000 }; static double CIE_Z[] = { 0.0065, 0.0105, 0.0201, 0.0362, 0.0679, 0.1102, 0.2074, 0.3713, 0.6456, 1.0391, 1.3856, 1.6230, 1.7471, 1.7826, 1.7721, 1.7441, 1.6692, 1.5281, 1.2876, 1.0419, 0.8130, 0.6162, 0.4652, 0.3533, 0.2720, 0.2123, 0.1582, 0.1117, 0.0782, 0.0573, 0.0422, 0.0298, 0.0203, 0.0134, 0.0087, 0.0057, 0.0039, 0.0027, 0.0021, 0.0018, 0.0017, 0.0014, 0.0011, 0.0010, 0.0008, 0.0006, 0.0003, 0.0002, 0.0002, 0.0001, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000 }; #endif /* SUNSKY_CONSTANTS_H */ exporters/maya/sunflowExporter/src/sunflowConstants.h0000644000175000017500000000046311301357544022652 0ustar user03user03#ifndef SUNFLOW_CONSTANTS_H #define SUNFLOW_CONSTANTS_H extern const char* FILTER_NAMES[]; extern const unsigned int NUM_FILTER_NAMES; extern const char* BUCKET_ORDERS[]; extern const unsigned int NUM_BUCKET_ORDERS; extern const unsigned int DIR_LIGHT_RADIUS; #endif /* SUNFLOW_CONSTANTS_H */ exporters/maya/sunflowExporter/src/sunflowGlobalsNode.cpp0000644000175000017500000002352111301357544023422 0ustar user03user03#include "sunflowGlobalsNode.h" #include "sunflowConstants.h" #include #include #include #include #include #include MTypeId sunflowGlobalsNode::id( 0x00114153 ); MObject sunflowGlobalsNode::renderMode; MObject sunflowGlobalsNode::preset; MObject sunflowGlobalsNode::pixelFilter; MObject sunflowGlobalsNode::minSamples; MObject sunflowGlobalsNode::maxSamples; MObject sunflowGlobalsNode::enablePhotons; MObject sunflowGlobalsNode::Photons; MObject sunflowGlobalsNode::PhotonsKd; MObject sunflowGlobalsNode::PhotonsRadius; MObject sunflowGlobalsNode::diffuseDepth; MObject sunflowGlobalsNode::reflectionDepth; MObject sunflowGlobalsNode::refractionDepth; MObject sunflowGlobalsNode::enableGI; MObject sunflowGlobalsNode::GIMode; MObject sunflowGlobalsNode::PTSamples; MObject sunflowGlobalsNode::IGISamples; MObject sunflowGlobalsNode::IGISets; MObject sunflowGlobalsNode::IGIBias; MObject sunflowGlobalsNode::IGIBSamples; MObject sunflowGlobalsNode::ICSamples; MObject sunflowGlobalsNode::ICTolerance; MObject sunflowGlobalsNode::ICSpacingMin; MObject sunflowGlobalsNode::ICSpacingMax; MObject sunflowGlobalsNode::exportPath; MObject sunflowGlobalsNode::skyNode; MObject sunflowGlobalsNode::skySize; MObject sunflowGlobalsNode::skyResolution; MObject sunflowGlobalsNode::skyTurbidity; MObject sunflowGlobalsNode::skySamples; MObject sunflowGlobalsNode::skyExposure; MObject sunflowGlobalsNode::materialOverride; MObject sunflowGlobalsNode::ambOverrideDist; MObject sunflowGlobalsNode::bucketOrder; MObject sunflowGlobalsNode::bucketSize; MObject sunflowGlobalsNode::bucketReverse; MStatus sunflowGlobalsNode::compute( const MPlug& plug, MDataBlock& data ) { return MS::kUnknownParameter; } MStatus sunflowGlobalsNode::initialize(){ MStatus stat; MFnTypedAttribute tAttr; MFnEnumAttribute enumAttr; MFnNumericAttribute numericAttr; MFnMessageAttribute skyAttr; renderMode = enumAttr.create( "renderMode", "rm", 0, &stat ); stat = enumAttr.addField( "render", 0 ); stat = enumAttr.addField( "ipr", 1 ); stat = enumAttr.addField( "file", 2 ); stat = addAttribute (renderMode); if (!stat) { stat.perror("addAttribute renderMode"); return stat;} preset = enumAttr.create( "preset", "p", 0, &stat ); stat = enumAttr.addField( "draft", 0 ); stat = enumAttr.addField( "preview", 1 ); stat = enumAttr.addField( "previewPathTrace", 2 ); stat = enumAttr.addField( "production", 3 ); stat = addAttribute (preset); if (!stat) { stat.perror("addAttribute preset"); return stat;} pixelFilter = enumAttr.create( "pixelFilter", "pf", 0, &stat ); for (unsigned int i = 0; i < NUM_FILTER_NAMES; i++) stat = enumAttr.addField(FILTER_NAMES[i], i); stat = addAttribute (pixelFilter); if (!stat) { stat.perror("addAttribute pixelFilter"); return stat;} minSamples = numericAttr.create( "minSamples", "mins", MFnNumericData::kInt, 0, &stat ); stat = addAttribute (minSamples); if (!stat) { stat.perror("addAttribute minSamples"); return stat;} maxSamples = numericAttr.create( "maxSamples", "maxs", MFnNumericData::kInt, 1, &stat ); stat = addAttribute (maxSamples); if (!stat) { stat.perror("addAttribute maxSamples"); return stat;} enablePhotons = numericAttr.create("enablePhotons", "eph", MFnNumericData::kBoolean, false, &stat); stat = addAttribute (enablePhotons); if (!stat) { stat.perror("addAttribute enablePhotons"); return stat;} Photons = numericAttr.create( "Photons", "gip", MFnNumericData::kInt, 1000000, &stat ); stat = addAttribute (Photons); if (!stat) { stat.perror("addAttribute Photons"); return stat;} PhotonsKd = numericAttr.create("PhotonsKd", "pkd", MFnNumericData::kInt, 100, &stat); stat = addAttribute (PhotonsKd); if (!stat) { stat.perror("addAttribute PhotonsKd"); return stat;} PhotonsRadius = numericAttr.create("PhotonsRadius", "pr", MFnNumericData::kFloat, 0.5, &stat); stat = addAttribute (PhotonsRadius); if (!stat) { stat.perror("addAttribute PhotonsRadius"); return stat;} enableGI = numericAttr.create("enableGI", "egi", MFnNumericData::kBoolean, false, &stat); stat = addAttribute (enableGI); if (!stat) { stat.perror("addAttribute enableGI"); return stat;} GIMode = enumAttr.create( "GIMode", "gm", 0, &stat ); stat = enumAttr.addField( "path tracing", 0 ); stat = enumAttr.addField( "IGI", 1 ); stat = enumAttr.addField( "Irradiance Cache", 2 ); stat = addAttribute (GIMode); if (!stat) { stat.perror("addAttribute GIMode"); return stat;} PTSamples = numericAttr.create( "PTSamples", "pts", MFnNumericData::kInt, 16, &stat ); stat = addAttribute (PTSamples); if (!stat) { stat.perror("addAttribute PTSamples"); return stat;} IGISamples = numericAttr.create("IGISamples", "igis", MFnNumericData::kInt, 64, &stat); stat = addAttribute (IGISamples); if (!stat) { stat.perror("addAttribute IGISamples"); return stat;} IGISets = numericAttr.create("IGISets", "igie", MFnNumericData::kInt, 1, &stat); stat = addAttribute (IGISets); if (!stat) { stat.perror("addAttribute IGISets"); return stat;} IGIBias = numericAttr.create("IGIBias", "igib", MFnNumericData::kFloat, 0.00003, &stat); stat = addAttribute (IGIBias); if (!stat) { stat.perror("addAttribute IGIBias"); return stat;} IGIBSamples = numericAttr.create("IGIBSamples", "igibs", MFnNumericData::kInt, 0, &stat); stat = addAttribute (IGIBSamples); if (!stat) { stat.perror("addAttribute IGIBSamples"); return stat;} ICSamples = numericAttr.create("ICSamples", "ics", MFnNumericData::kInt, 512, &stat); stat = addAttribute (ICSamples); if (!stat) { stat.perror("addAttribute ICSamples"); return stat;} ICTolerance = numericAttr.create("ICTolerance", "ict", MFnNumericData::kFloat, 0.01, &stat); stat = addAttribute (ICTolerance); if (!stat) { stat.perror("addAttribute ICTolerance"); return stat;} ICSpacingMin = numericAttr.create("ICSpacingMin", "ics0", MFnNumericData::kFloat, 0.05, &stat); stat = addAttribute (ICSpacingMin); if (!stat) { stat.perror("addAttribute ICSpacingMin"); return stat;} ICSpacingMax = numericAttr.create("ICSpacingMax", "ics1", MFnNumericData::kFloat, 5, &stat); stat = addAttribute (ICSpacingMax); if (!stat) { stat.perror("addAttribute ICSpacingMax"); return stat;} diffuseDepth = numericAttr.create("diffuseDepth", "dd", MFnNumericData::kInt, 1, &stat); stat = addAttribute (diffuseDepth); if (!stat) { stat.perror("addAttribute diffuseDepth"); return stat;} reflectionDepth = numericAttr.create("reflectionDepth", "fld", MFnNumericData::kInt, 1, &stat); stat = addAttribute (reflectionDepth); if (!stat) { stat.perror("addAttribute reflectionDepth"); return stat;} refractionDepth = numericAttr.create("refractionDepth", "frd", MFnNumericData::kInt, 1, &stat); stat = addAttribute (refractionDepth); if (!stat) { stat.perror("addAttribute refractionDepth"); return stat;} skyNode = skyAttr.create( "skyNode", "sn", &stat ); stat = addAttribute (skyNode); if (!stat) { stat.perror("addAttribute skyNode"); return stat;} skySize = numericAttr.create("skySize", "sks", MFnNumericData::kFloat, 30.0, &stat); stat = addAttribute (skySize); if (!stat) { stat.perror("addAttribute SkySize"); return stat;} skyResolution = numericAttr.create("skyResolution", "skr", MFnNumericData::kInt, 3, &stat); stat = addAttribute (skyResolution); if (!stat) { stat.perror("addAttribute skyResolution"); return stat;} skyTurbidity = numericAttr.create("skyTurbidity", "skt", MFnNumericData::kFloat, 5, &stat); stat = addAttribute (skyTurbidity); if (!stat) { stat.perror("addAttribute skyTurbidity"); return stat;} skySamples = numericAttr.create( "skySamples", "ssa", MFnNumericData::kInt, 16, &stat ); stat = addAttribute (skySamples); if (!stat) { stat.perror("addAttribute SkySamples"); return stat;} skyExposure = numericAttr.create("skyExposure", "ske", MFnNumericData::kFloat, 0.15, &stat); stat = addAttribute (skyExposure); if (!stat) { stat.perror("addAttribute skyExposure"); return stat;} materialOverride = enumAttr.create( "materialOverride", "mo", 0, &stat ); stat = enumAttr.addField( "none", 0 ); stat = enumAttr.addField( "ambocc", 1 ); stat = enumAttr.addField( "uvs", 2 ); stat = enumAttr.addField( "normals", 3 ); stat = enumAttr.addField( "id", 4 ); stat = enumAttr.addField( "prims", 5 ); stat = enumAttr.addField( "gray", 6 ); stat = enumAttr.addField( "wire", 7 ); stat = addAttribute (materialOverride); if (!stat) { stat.perror("addAttribute materialOverride"); return stat;} ambOverrideDist = numericAttr.create( "ambOverrideDist", "aod", MFnNumericData::kFloat, 16, &stat ); stat = addAttribute (ambOverrideDist); if (!stat) { stat.perror("addAttribute ambOverrideDist"); return stat;} bucketOrder = enumAttr.create( "bucketOrder", "bo", 0, &stat ); for (unsigned int i = 0; i < NUM_BUCKET_ORDERS; i++) stat = enumAttr.addField(BUCKET_ORDERS[i], i); stat = addAttribute (bucketOrder); if (!stat) { stat.perror("addAttribute bucketOrder"); return stat;} bucketSize = numericAttr.create( "bucketSize", "bs", MFnNumericData::kInt, 32, &stat ); stat = addAttribute (bucketSize); if (!stat) { stat.perror("addAttribute bucketSize"); return stat;} bucketReverse = numericAttr.create("bucketReverse", "br", MFnNumericData::kBoolean, false, &stat); stat = addAttribute (bucketReverse); if (!stat) { stat.perror("addAttribute bucketReverse"); return stat;} exportPath = tAttr.create(MString("exportPath"), MString("ep"), MFnData::kString, exportPath, &stat ); stat = addAttribute (exportPath); if (!stat) { stat.perror("addAttribute exportPath"); return stat;} return MS::kSuccess; } void* sunflowGlobalsNode::creator() { return new sunflowGlobalsNode(); } exporters/maya/sunflowExporter/src/sunflowSkyNode.h0000644000175000017500000000472511301357544022257 0ustar user03user03#ifndef SUNFLOW_SKY_NODE_H #define SUNFLOW_SKY_NODE_H #include "skylight.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define PI 3.14159265358979323846 #define TWOPI 6.2831853071795864769 #define DRAWMODE 0 class sunflowSkyNode : public MPxLocatorNode { public: sunflowSkyNode(); virtual ~sunflowSkyNode(); virtual MStatus compute( const MPlug& plug, MDataBlock& data ); virtual void draw( M3dView & view, const MDagPath & path, M3dView::DisplayStyle style, M3dView::DisplayStatus status ); virtual bool isBounded() const; virtual MBoundingBox boundingBox() const; static void * creator(); static MStatus initialize(); static MObject size; // The size of the dome static MObject resolution; SunSky skyDome; void drawTriDome(M3dView & view, M3dView::DisplayStatus status); MStatus subdivide(M3dView & view, MVector v1, MVector v2, MVector v3, int depth, int drawMode); void drawTriangle(M3dView & view, MVector v1, MVector v2, MVector v3, int drawMode); void drawQuadDome(M3dView & view, M3dView::DisplayStatus status); void quadDome(M3dView & view, int drawMode); public: static MTypeId id; protected: static MObject sunVectorX; static MObject sunVectorY; static MObject sunVectorZ; static MObject sunVector; static MObject turbidity; static MObject exposure; static MObject sunLight; static MObject domeAlpha; MVectorArray vData; MVectorArray tData; float radius; float domeOpacity; float m_radius; float m_multiplier; float m_triRes; float m_quadRes; float m_exposure; float m_alpha; //static MObject Gamma; //static MObject enableGround; //static MObject groundColorR; //static MObject groundColorG; //static MObject groundColorB; //static MObject groundColor; }; #endif /* SUNFLOW_SKY_NODE_H */ exporters/maya/sunflowExporter/src/sunflowExportCmd.cpp0000644000175000017500000016062511301357544023145 0ustar user03user03#include "sunflowBucketToRenderView.h" #include "sunflowExportCmd.h" #include "sunflowShaderNode.h" #include "sunflowConstants.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include // global variables: using namespace std; void sunflowExportCmd::getCustomAttribute(MFloatVector &colorAttribute, MString attribute, MFnDependencyNode &node){ MPlug paramPlug; MStatus status; paramPlug = node.findPlug( attribute, &status ); if ( status == MS::kSuccess ){ paramPlug.child( 0 ).getValue( colorAttribute.x ); paramPlug.child( 1 ).getValue( colorAttribute.y ); paramPlug.child( 2 ).getValue( colorAttribute.z ); }else{ colorAttribute.x = 0; colorAttribute.y = 0; colorAttribute.z = 0; } return; } void sunflowExportCmd::getCustomAttribute(MString &texture, MFloatVector &colorAttribute, MString attribute, MFnDependencyNode &node){ MPlug paramPlug; MStatus status; texture = ""; paramPlug = node.findPlug( attribute, &status ); if ( status == MS::kSuccess ){ MPlugArray connectedPlugs; if(paramPlug.connectedTo(connectedPlugs,true,false,&status) && connectedPlugs.length()){ if(connectedPlugs[0].node().apiType() == MFn::kFileTexture){ MFnDependencyNode texNode(connectedPlugs[0].node()); MPlug texturePlug = texNode.findPlug( "fileTextureName", &status ); if ( status == MS::kSuccess ){ texturePlug.getValue( texture ); std::cout << "Texture: " << texture.asChar() << std::endl; } } } paramPlug.child( 0 ).getValue( colorAttribute.x ); paramPlug.child( 1 ).getValue( colorAttribute.y ); paramPlug.child( 2 ).getValue( colorAttribute.z ); }else{ colorAttribute.x = 0; colorAttribute.y = 0; colorAttribute.z = 0; } return; } void sunflowExportCmd::getCustomAttribute(float &floatAttribute, MString attribute, MFnDependencyNode &node){ MPlug paramPlug; MStatus status; paramPlug = node.findPlug( attribute, &status ); if ( status == MS::kSuccess ) { paramPlug.getValue( floatAttribute ); }else{ floatAttribute=0; } return; } void sunflowExportCmd::getCustomAttribute(int &intAttribute, MString attribute, MFnDependencyNode &node){ MPlug paramPlug; MStatus status; paramPlug = node.findPlug( attribute, &status ); if ( status == MS::kSuccess ) { paramPlug.getValue( intAttribute ); }else{ intAttribute=0; } return; } void sunflowExportCmd::getCustomAttribute(MString &stringAttribute, MString attribute, MFnDependencyNode &node){ MPlug paramPlug; MStatus status; paramPlug = node.findPlug( attribute, &status ); if ( status == MS::kSuccess ) { paramPlug.getValue( stringAttribute ); }else{ stringAttribute=""; } return; } void sunflowExportCmd::getCustomAttribute(bool &boolAttribute, MString attribute, MFnDependencyNode &node){ MPlug paramPlug; MStatus status; paramPlug = node.findPlug( attribute, &status ); if ( status == MS::kSuccess ) { paramPlug.getValue( boolAttribute ); }else{ boolAttribute=false; } return; } bool sunflowExportCmd::getBumpFromShader(MFnDependencyNode& node, MString &texturePath, float &depth, MObject &bumpObject){ // write bump modifiers MStatus status; MPlug paramPlug; paramPlug = node.findPlug( "normalCamera", &status ); if ( status == MS::kSuccess ){ MPlugArray connectedPlugs; if(paramPlug.connectedTo(connectedPlugs,true,false,&status) && connectedPlugs.length()){ if(connectedPlugs[0].node().apiType() == MFn::kBump){ MFnDependencyNode bumpNode(connectedPlugs[0].node()); MPlug bumpPlug = bumpNode.findPlug( "bumpDepth", &status ); if ( status == MS::kSuccess ){ bumpPlug.getValue( depth ); paramPlug = bumpNode.findPlug( "bumpValue", &status ); if ( status == MS::kSuccess ){ if(paramPlug.connectedTo(connectedPlugs,true,false,&status) && connectedPlugs.length()){ if(connectedPlugs[0].node().apiType() == MFn::kFileTexture){ MFnDependencyNode texNode(connectedPlugs[0].node()); MPlug texPlug = texNode.findPlug( "fileTextureName", &status ); if ( status == MS::kSuccess ){ texPlug.getValue( texturePath ); bumpObject = bumpNode.object(); return true; } } } } } } } } return false; } bool sunflowExportCmd::isObjectVisible(const MDagPath& path) { MStatus status; MFnDagNode node(path); MPlug vPlug = node.findPlug("visibility", &status); bool visible = true; if (status == MS::kSuccess) vPlug.getValue(visible); status.clear(); MPlug iPlug = node.findPlug("intermediateObject", &status); bool intermediate = false; if (status == MS::kSuccess) iPlug.getValue(intermediate); return visible && !intermediate; } bool sunflowExportCmd::areObjectAndParentsVisible(const MDagPath& path) { bool result = true; MDagPath searchPath(path); for (;;) { if (!isObjectVisible(searchPath)) { result = false; break; } if (searchPath.length() <= 1) break; searchPath.pop(); } return result; } bool sunflowExportCmd::isCameraRenderable(const MDagPath& path) { MStatus status; MFnDagNode node(path); MPlug rPlug = node.findPlug("renderable", &status); bool renderable = true; if (status == MS::kSuccess) rPlug.getValue(renderable); return renderable; } int sunflowExportCmd::getAttributeInt(const std::string& node, const std::string& attributeName, int defaultValue) { MStatus status; MSelectionList list; status = list.add((node + "." + attributeName).c_str()); if (status != MS::kSuccess) return defaultValue; MPlug plug; status = list.getPlug(0, plug); if (status != MS::kSuccess) return defaultValue; int value; status = plug.getValue(value); if (status != MS::kSuccess) return defaultValue; return value; } float sunflowExportCmd::getAttributeFloat(const std::string& node, const std::string& attributeName, float defaultValue) { MStatus status; MSelectionList list; status = list.add((node + "." + attributeName).c_str()); if (status != MS::kSuccess) return defaultValue; MPlug plug; status = list.getPlug(0, plug); if (status != MS::kSuccess) return defaultValue; float value; status = plug.getValue(value); if (status != MS::kSuccess) return defaultValue; return value; } bool sunflowExportCmd::getShaderFromEngine(const MObject& obj, MFnDependencyNode& node) { if (!obj.hasFn(MFn::kShadingEngine)) return false; // not a shading engine MFnDependencyNode seNode(obj); // find connected shader MPlug shaderPlug = seNode.findPlug("surfaceShader"); if (shaderPlug.isNull()) return false; // this shading group does not contain any surface shaders // list all plugs which connect TO this shading group MPlugArray plugs; shaderPlug.connectedTo(plugs, true, false); for (unsigned int i = 0; i < plugs.length(); i++) { MObject sObj = plugs[i].node(); // FIXME: not all shaders derive from kLambert //if (sObj.hasFn(MFn::kLambert)) { // we have found a shader node.setObject(sObj); return true; //} } return false; } bool sunflowExportCmd::getShaderFromGeometry(const MDagPath& path, MFnDependencyNode& node) { MStatus status; MFnDagNode geom(path); MObject iog = geom.attribute("instObjGroups", &status); if (!status) return false; // not a renderable object MPlug iogPlug(geom.object(), iog); MPlugArray iogPlugs; iogPlug.elementByLogicalIndex(0).connectedTo(iogPlugs, false, true, &status); if (!status) return false; // no shading group defined for (unsigned int i = 0; i < iogPlugs.length(); i++) { MObject seObj = iogPlugs[i].node(); if (seObj.hasFn(MFn::kShadingEngine)) return getShaderFromEngine(seObj, node); // retrieve the actual shader node from the shading engine } return false; // no shading engines found } void sunflowExportCmd::exportMesh(const MDagPath& path, std::ofstream& file) { MStatus status; bool instancing = path.isInstanced(); if (instancing) { if (path.instanceNumber() != 0) return; // this instance will be handled somewhere else else { MDagPathArray paths; path.getAllPathsTo(path.node(), paths); bool hasVisible = false; for (unsigned int i = 0; i < paths.length() && !hasVisible; i++) hasVisible |= areObjectAndParentsVisible(paths[i]); if (!hasVisible) return; // none of the instance are visible } } else if (!areObjectAndParentsVisible(path)) return; MFnMesh mesh(path); int numPoints = mesh.numVertices(); int numTriangles = 0; for (MItMeshPolygon it(path); !it.isDone(); it.next()) { int tri; it.numTriangles(tri); numTriangles += tri; } if (numPoints == 0 || numTriangles == 0) return; file << "object {" << std::endl; if (instancing) { // instances will be created manually later on file << "\tnoinstance" << std::endl; } // get shader table MObjectArray shaders; MIntArray polyShaderIndices; mesh.getConnectedShaders(path.instanceNumber(), shaders, polyShaderIndices); MStringArray shaderNames; //std::vector shaderNames(shaders.length()); MFnDependencyNode shader; for (unsigned int i = 0; i < shaders.length(); i++) { MObject engine = shaders[i]; if (getShaderFromEngine(engine, shader)) shaderNames.append(shader.name()); else shaderNames.append("default"); } if (!instancing) { // write shaders if (shaderNames.length() == 0){ file << "\tshader default" << std::endl; }else if (shaderNames.length() == 1){ file << "\tshader " << shaderNames[0].asChar() << std::endl; }else { file << "\tshaders " << shaderNames.length() << std::endl; for (unsigned int i = 0; i < shaderNames.length(); i++) file << "\t\t" << shaderNames[i].asChar() << std::endl; } // write modifiers MString texture; float depth; MObject bumpObject; if(getBumpFromShader(shader, texture, depth, bumpObject)){ MFnDependencyNode bumpNode(bumpObject); file << "\tmodifier " << bumpNode.name().asChar() << std::endl; } // instance this mesh directly file << "\ttransform col "; MMatrix o2w = path.inclusiveMatrix(); file << o2w[0][0] << " " << o2w[0][1] << " " << o2w[0][2] << " " << o2w[0][3] << " "; file << o2w[1][0] << " " << o2w[1][1] << " " << o2w[1][2] << " " << o2w[1][3] << " "; file << o2w[2][0] << " " << o2w[2][1] << " " << o2w[2][2] << " " << o2w[2][3] << " "; file << o2w[3][0] << " " << o2w[3][1] << " " << o2w[3][2] << " " << o2w[3][3] << std::endl; } file << "\ttype generic-mesh" << std::endl; file << "\tname \"" << path.fullPathName().asChar() << "\"" << std::endl; file << "\tpoints " << numPoints << std::endl; // write points MSpace::Space space = MSpace::kObject; MPointArray points; mesh.getPoints(points, space); for (int i = 0; i < numPoints; i++) { file << "\t\t" << points[i].x << " " << points[i].y << " " << points[i].z << std::endl; } // get UVSets for this mesh MStringArray uvSets; mesh.getUVSetNames(uvSets); int numUVSets = uvSets.length(); int numUVs = numUVSets > 0 ? mesh.numUVs(uvSets[0]) : 0; // get normals MFloatVectorArray normals; mesh.getNormals(normals, space); // write triangles file << "\ttriangles " << numTriangles << std::endl; unsigned int t = 0; MPointArray nonTweaked; // not used // object-relative vertex indices for each triangle MIntArray triangleVertices; // face-relative vertex indices for each triangle int localIndex[3]; // object-relative indices for the vertices in each face. MIntArray polygonVertices; std::vector faceNormals(3 * 3 * numTriangles); std::vector faceUVs(numUVs > 0 ? 3 * 2 * numTriangles : 1); std::vector faceMaterials(numTriangles); for (MItMeshPolygon mItMeshPolygon(path); !mItMeshPolygon.isDone(); mItMeshPolygon.next()) { mItMeshPolygon.getVertices(polygonVertices); int numVerts = (int) polygonVertices.length(); // get triangulation of this poly. int numTriangles; mItMeshPolygon.numTriangles(numTriangles); while (numTriangles--) { mItMeshPolygon.getTriangle(numTriangles, nonTweaked, triangleVertices, MSpace::kObject); for (int gt = 0; gt < 3; gt++) { for (int gv = 0; gv < numVerts; gv++) { if (triangleVertices[gt] == polygonVertices[gv]) { localIndex[gt] = gv; break; } } } file << "\t\t" << triangleVertices[0] << " " << triangleVertices[1] << " " << triangleVertices[2] << std::endl; // per triangle normals int nidx0 = mItMeshPolygon.normalIndex(localIndex[0]); int nidx1 = mItMeshPolygon.normalIndex(localIndex[1]); int nidx2 = mItMeshPolygon.normalIndex(localIndex[2]); faceNormals[3 * 3 * t + 0] = normals[nidx0].x; faceNormals[3 * 3 * t + 1] = normals[nidx0].y; faceNormals[3 * 3 * t + 2] = normals[nidx0].z; faceNormals[3 * 3 * t + 3] = normals[nidx1].x; faceNormals[3 * 3 * t + 4] = normals[nidx1].y; faceNormals[3 * 3 * t + 5] = normals[nidx1].z; faceNormals[3 * 3 * t + 6] = normals[nidx2].x; faceNormals[3 * 3 * t + 7] = normals[nidx2].y; faceNormals[3 * 3 * t + 8] = normals[nidx2].z; // texture coordinates if (numUVs > 0) { float2 uv0; float2 uv1; float2 uv2; mItMeshPolygon.getUV(localIndex[0], uv0, &uvSets[0]); mItMeshPolygon.getUV(localIndex[1], uv1, &uvSets[0]); mItMeshPolygon.getUV(localIndex[2], uv2, &uvSets[0]); faceUVs[3 * 2 * t + 0] = uv0[0]; faceUVs[3 * 2 * t + 1] = uv0[1]; faceUVs[3 * 2 * t + 2] = uv1[0]; faceUVs[3 * 2 * t + 3] = uv1[1]; faceUVs[3 * 2 * t + 4] = uv2[0]; faceUVs[3 * 2 * t + 5] = uv2[1]; } // per face materials if (shaderNames.length() > 1) faceMaterials[t] = polyShaderIndices[mItMeshPolygon.index()]; t++; } } // write normals file << "\tnormals facevarying" << std::endl; for (int t = 0, idx = 0; t < numTriangles; t++, idx += 9) { file << "\t\t" << faceNormals[idx + 0]; for (int j = 1; j < 9; j++) file << " " << faceNormals[idx + j]; file << std::endl; } // write uvs if (numUVs > 0) { file << "\tuvs facevarying" << std::endl; for (int t = 0, idx = 0; t < numTriangles; t++, idx += 6) { file << "\t\t" << faceUVs[idx + 0]; for (int j = 1; j < 6; j++) file << " " << faceUVs[idx + j]; file << std::endl; } } else file << "\tuvs none" << std::endl; // write per-face materials if (shaderNames.length() > 1) { file << "\tface_shaders" << std::endl; for (int t = 0; t < numTriangles; t++) file << "\t\t" << faceMaterials[t] << std::endl; } file << "}" << std::endl; file << std::endl; if (instancing) { MDagPathArray paths; path.getAllPathsTo(path.node(), paths); for (unsigned int i = 0; i < paths.length(); i++) { if (!areObjectAndParentsVisible(paths[i])) continue; file << "instance {" << std::endl; file << "\tname \"" << paths[i].fullPathName().asChar() << ".instance\"" << std::endl; file << "\tgeometry \"" << path.fullPathName().asChar() << "\"" << std::endl; file << "\ttransform col "; MMatrix o2w = paths[i].inclusiveMatrix(); file << o2w[0][0] << " " << o2w[0][1] << " " << o2w[0][2] << " " << o2w[0][3] << " "; file << o2w[1][0] << " " << o2w[1][1] << " " << o2w[1][2] << " " << o2w[1][3] << " "; file << o2w[2][0] << " " << o2w[2][1] << " " << o2w[2][2] << " " << o2w[2][3] << " "; file << o2w[3][0] << " " << o2w[3][1] << " " << o2w[3][2] << " " << o2w[3][3] << std::endl; MObjectArray instanceShaders; MFnMesh instancedMesh(paths[i]); instancedMesh.getConnectedShaders(paths[i].instanceNumber(), instanceShaders, polyShaderIndices); std::vector instanceShaderNames(instanceShaders.length()); for (unsigned int i = 0; i < instanceShaders.length(); i++) { MObject engine = instanceShaders[i]; MFnDependencyNode shader; if (getShaderFromEngine(engine, shader)) instanceShaderNames[i] = shader.name().asChar(); else instanceShaderNames[i] = "default"; } if (instanceShaderNames.size() == 0) file << "\tshader default" << std::endl; else if (instanceShaderNames.size() == 1) file << "\tshader " << instanceShaderNames[0] << std::endl; else { file << "\tshaders " << instanceShaderNames.size() << std::endl; for (size_t i = 0; i < instanceShaderNames.size(); i++) file << "\t\t" << instanceShaderNames[i] << std::endl; } file << "\t}" << std::endl; } } } void sunflowExportCmd::exportSurface(const MDagPath& path, std::ofstream& file) { MStatus stat; MFnNurbsSurface surface(path, &stat); if(surface.formInU() == MFnNurbsSurface::kPeriodic || surface.formInV() == MFnNurbsSurface::kPeriodic){ cout << "No support for wrapped patches: " << surface.name().asChar() << " | Skipping!" << endl; return; } file << "\n\nobject {" << std::endl; file << "\tshader default" << std::endl; file << "\ttype bezier-mesh" << std::endl; file << "\tn " << surface.numCVsInU() << " " << surface.numCVsInV() << std::endl; MString wrapU = (surface.formInU() == MFnNurbsSurface::kPeriodic)?"true":"false"; MString wrapV = (surface.formInV() == MFnNurbsSurface::kPeriodic)?"true":"false"; file << "\twrap " << wrapU.asChar() << " " << wrapV.asChar() << std::endl; file << "\tpoints " << std::endl; MItSurfaceCV cvIter( path, MObject::kNullObj, true, &stat ); MPoint cvPos(0.0,0.0,0.0); if ( MS::kSuccess == stat ) { for ( ; !cvIter.isDone(); cvIter.nextRow() ) { for ( ; !cvIter.isRowDone(); cvIter.next() ) { cvPos = cvIter.position(MSpace::kWorld, &stat); file << "\t" << cvPos.x << " " << cvPos.y << " " << cvPos.z << std::endl; } } } else { cerr << "Error creating iterator!" << endl; } file << "}" << std::endl; } void sunflowExportCmd::exportCamera(const MDagPath& path, std::ofstream& file) { MFnCamera camera(path); if (!isCameraRenderable(path)) return; if (camera.isOrtho()) return; MSpace::Space space = MSpace::kWorld; MPoint eye = camera.eyePoint(space); MVector dir = camera.viewDirection(space); MVector up = camera.upDirection(space); double fov = camera.horizontalFieldOfView() * (180.0 / 3.1415926535897932384626433832795); bool DOF = camera.isDepthOfField(); float frameAspect = getAttributeFloat("defaultResolution", "deviceAspectRatio", 1.333333f); file << "\n\n% " << path.fullPathName().asChar() << std::endl; file << "camera {" << std::endl; if(DOF){ float FocusDist = camera.focusDistance(); float fStop = camera.fStop(); file << "\ttype thinlens" << std::endl; file << "\teye " << eye.x << " " << eye.y << " " << eye.z << std::endl; file << "\ttarget " << (eye.x + dir.x) << " " << (eye.y + dir.y) << " " << (eye.z + dir.z) << std::endl; file << "\tup " << up.x << " " << up.y << " " << up.z << std::endl; file << "\tfov " << fov << std::endl; file << "\taspect " << frameAspect << std::endl; file << "\tfdist " << FocusDist << std::endl; file << "\tlensr " << fStop << std::endl; }else{ file << "\ttype pinhole" << std::endl; file << "\teye " << eye.x << " " << eye.y << " " << eye.z << std::endl; file << "\ttarget " << (eye.x + dir.x) << " " << (eye.y + dir.y) << " " << (eye.z + dir.z) << std::endl; file << "\tup " << up.x << " " << up.y << " " << up.z << std::endl; file << "\tfov " << fov << std::endl; file << "\taspect " << frameAspect << std::endl; } file << "}" << std::endl; } bool sunflowExportCmd::findShaderInList(MString shader){ for(unsigned int i=0; i= (int) NUM_FILTER_NAMES) pixelFilter = NUM_FILTER_NAMES - 1; int minSamples; getCustomAttribute(minSamples, "minSamples", globals); int maxSamples; getCustomAttribute(maxSamples, "maxSamples", globals); int resX = getAttributeInt("defaultResolution", "width" , 640); int resY = getAttributeInt("defaultResolution", "height", 480); file << "image {" << std::endl; file << "\tresolution " << resX << " " << resY << std::endl; file << "\taa " << minSamples << " " << maxSamples << std::endl; file << "\tfilter " << FILTER_NAMES[pixelFilter] << std::endl; file << "}" << std::endl; file << std::endl; //TRACE_DEPTHS BLOCK OUTPUT int diffuseDepth; getCustomAttribute(diffuseDepth, "diffuseDepth", globals); int reflectionDepth; getCustomAttribute(reflectionDepth, "reflectionDepth", globals); int refractionDepth; getCustomAttribute(refractionDepth, "refractionDepth", globals); file << "trace-depths {" << std::endl; file << "\tdiff " << diffuseDepth << std::endl; file << "\trefl " << reflectionDepth << std::endl; file << "\trefr " << refractionDepth << std::endl; file << "}" << std::endl; //TRACE_DEPTHS BLOCK OUTPUT bool enablePhotons; getCustomAttribute(enablePhotons, "enablePhotons", globals); if(enablePhotons){ file << "photons {" << std::endl; int Photons; getCustomAttribute(Photons, "Photons", globals); float PhotonsKd; getCustomAttribute(PhotonsKd, "PhotonsKd", globals); float PhotonsRadius; getCustomAttribute(PhotonsRadius, "PhotonsRadius", globals); file << "\tcaustics " << Photons << std::endl; file << "\tkd " << PhotonsKd << " " << PhotonsRadius << std::endl; file << "}" << std::endl; file << std::endl; } bool enableGI; getCustomAttribute(enableGI, "enableGI", globals); if(enableGI){ int GIMode; getCustomAttribute(GIMode, "GIMode", globals); file << "gi {" << std::endl; switch (GIMode){ case 0: { // PATH TRACING int PTSamples; getCustomAttribute(PTSamples, "PTSamples", globals); file << "\ttype path" << std::endl; file << "\tsamples " << PTSamples << std::endl; }break; case 1: { // IGI int IGISamples; getCustomAttribute(IGISamples, "IGISamples", globals); int IGISets; getCustomAttribute(IGISets, "IGISets", globals); float IGIBias; getCustomAttribute(IGIBias, "IGIBias", globals); int IGIBSamples; getCustomAttribute(IGIBSamples, "IGIBSamples", globals); file << "\ttype igi" << std::endl; file << "\tsamples " << IGISamples << std::endl; file << "\tsets " << IGISets << std::endl; file << "\tb " << IGIBias << std::endl; file << "\tbias-samples " << IGIBSamples << std::endl; }break; case 2: { // IRRADIANCE CACHE int ICSamples; getCustomAttribute(ICSamples, "ICSamples", globals); float ICTolerance; getCustomAttribute(ICTolerance, "ICTolerance", globals); float ICSpacingMin; getCustomAttribute(ICSpacingMin, "ICSpacingMin", globals); float ICSpacingMax; getCustomAttribute(ICSpacingMax, "ICSpacingMax", globals); file << "\ttype irr-cache" << std::endl; file << "\tsamples " << ICSamples << std::endl; file << "\ttolerance 0.01" << ICTolerance << std::endl; file << "\tspacing 0.05 5.0" << ICSpacingMin << " " << ICSpacingMax << std::endl; }break; default: break; } file << "}" << std::endl; file << std::endl; } //BUCKET BLOCK OUTPUT int bucketOrder; getCustomAttribute(bucketOrder, "bucketOrder", globals); if (bucketOrder < 0) bucketOrder = 0; else if (bucketOrder >= (int) NUM_BUCKET_ORDERS) bucketOrder = NUM_BUCKET_ORDERS - 1; int bucketSize; getCustomAttribute(bucketSize, "bucketSize", globals); bool bucketReverse; getCustomAttribute(bucketReverse, "bucketReverse", globals); if(bucketReverse) file << "\n\nbucket " << bucketSize << " \"reverse " << BUCKET_ORDERS[bucketOrder] << "\"" << std::endl; else file << "\n\nbucket " << bucketSize << " " << BUCKET_ORDERS[bucketOrder] << std::endl; paramPlug = globals.findPlug( "skyNode", &status ); MPlugArray connectedPlugs; if(paramPlug.connectedTo(connectedPlugs,true,false,&status) && connectedPlugs.length()){ MFnDependencyNode skyNode(connectedPlugs[0].node()); paramPlug = skyNode.findPlug( "sunLight", &status ); if(paramPlug.connectedTo(connectedPlugs,true,false,&status) && connectedPlugs.length()){ if(connectedPlugs[0].node().apiType() == MFn::kDirectionalLight){ std::cout << "SunLight: " << connectedPlugs[0].name().asChar() << endl; MFnDirectionalLight light(connectedPlugs[0].node()); MFloatVector dir(light.lightDirection(0,MSpace::kWorld, &status)); float turbidity; getCustomAttribute(turbidity, "skyTurbidity", globals); float samples; getCustomAttribute(samples, "skySamples", globals); file << "light {" << std::endl; file << "\ttype sunsky" << std::endl; file << "\tup 0 1 0" << std::endl; file << "\teast 0 0 1" << std::endl; file << "\tsundir " << -dir.x << " " << -dir.y << " " << -dir.z << std::endl; file << "\tturbidity " << turbidity << std::endl; file << "\tsamples " << samples << std::endl; file << "}" << std::endl; file << std::endl; } } } getCustomAttribute(materialOverride, "materialOverride", globals); getCustomAttribute(ambOverrideDist, "ambOverrideDist", globals); globalsWritten=true; break; } if(!globalsWritten){ file << "image {" << std::endl; file << "\tresolution 640 480" << std::endl; file << "\taa 0 1" << std::endl; file << "\tfilter box" << std::endl; file << "}" << std::endl; file << std::endl; } // default shader file << "shader {" << std::endl; file << "\tname default" << std::endl; file << "\ttype diffuse" << std::endl; file << "\tdiff { \"sRGB nonlinear\" 0.7 0.7 0.7 }" << std::endl; file << "}" << std::endl; file << std::endl; shaderList.clear(); for (MItDependencyNodes it(MFn::kShadingEngine); !it.isDone(&status); it.next()) { MObject obj = it.item(); MFnDependencyNode sNode; if (getShaderFromEngine(obj, sNode)) { if(findShaderInList(sNode.name())){ continue; // already encountered a shader with the same name, skip } std::cout << "Found surface shader: " << sNode.name().asChar() << " : " << sNode.object().apiTypeStr() << std::endl; // output bump modifiers MString bumpTexture; float bumpDepth; MObject bumpObject; if(getBumpFromShader(sNode, bumpTexture, bumpDepth, bumpObject)){ MFnDependencyNode bumpNode(bumpObject); file << "modifier {" << std::endl; file << "\tname " << bumpNode.name().asChar() << std::endl; file << "\ttype bump" << std::endl; file << "\ttexture " << bumpTexture.asChar() << std::endl; file << "\tscale " << bumpDepth << std::endl; file << "}" << std::endl; shaderList.append(sNode.object()); } // output shaders switch (sNode.object().apiType()) { case MFn::kLambert: { MFloatVector diffuse; MString diffuseTexture; getCustomAttribute(diffuseTexture, diffuse, "color", sNode); MFnLambertShader shader(sNode.object()); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype diffuse" << std::endl; float d = shader.diffuseCoeff(); if(diffuseTexture.length()) file << "\ttexture " << diffuseTexture.asChar() << std::endl; else file << "\tdiff { \"sRGB nonlinear\" " << diffuse.x*d << " " << diffuse.y*d << " " << diffuse.z*d << " }" << std::endl; file << "}" << std::endl; file << std::endl; shaderList.append(sNode.object()); } break; case MFn::kPhong: { MFnPhongShader shader(sNode.object()); MColor trans = shader.transparency(); if(trans.r+trans.g+trans.b){ file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype glass" << std::endl; file << "\teta 1.5" << std::endl; MColor col = shader.color(); float diffuse = shader.diffuseCoeff(); file << "\tcolor { \"sRGB nonlinear\" " << (trans.r * diffuse) << " " << (trans.g * diffuse) << " " << (trans.b * diffuse) << " }" << std::endl; file << "}" << std::endl; file << std::endl; }else{ MFloatVector diffuse; MString diffuseTexture; getCustomAttribute(diffuseTexture, diffuse, "color", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype phong" << std::endl; MColor col = shader.color(); float d = shader.diffuseCoeff(); MColor spec = shader.specularColor(); float cosinePower = shader.cosPower(); float reflectivity = shader.reflectivity(); if(diffuseTexture.length()) file << "\ttexture " << diffuseTexture.asChar() << std::endl; else file << "\tdiff { \"sRGB nonlinear\" " << (diffuse.x * d) << " " << (diffuse.y * d) << " " << (diffuse.z * d) << " }" << std::endl; file << "\tspec { \"sRGB nonlinear\" " << (spec.r * reflectivity) << " " << (spec.g * reflectivity) << " " << (spec.b * reflectivity) << " } " << cosinePower << std::endl; file << "}" << std::endl; file << std::endl; } shaderList.append(sNode.object()); } break; case MFn::kPluginDependNode: { if(sNode.typeName() == "sunflowShader"){ int sunflowShader; getCustomAttribute(sunflowShader, "shader", sNode); MStringArray sunflowShaderType; sunflowShaderType.append( "diffuse" ); sunflowShaderType.append( "phong" ); sunflowShaderType.append( "amb-occ" ); sunflowShaderType.append( "mirror" ); sunflowShaderType.append( "glass" ); sunflowShaderType.append( "shiny" ); sunflowShaderType.append( "ward" ); sunflowShaderType.append( "view-caustics" ); sunflowShaderType.append( "view-irradiance" ); sunflowShaderType.append( "view-global" ); sunflowShaderType.append( "constant" ); sunflowShaderType.append( "janino" ); sunflowShaderType.append( "id" ); sunflowShaderType.append( "uber" ); switch (sunflowShader){ case 0: { //DIFFUSE MFloatVector diffuse; MString diffuseTexture; getCustomAttribute(diffuseTexture, diffuse, "color", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype diffuse" << std::endl; if(diffuseTexture.length()) file << "\ttexture " << diffuseTexture.asChar() << std::endl; else file << "\tdiff { \"sRGB nonlinear\" " << diffuse.x << " " << diffuse.y << " " << diffuse.z << " }" << std::endl; file << "}" << std::endl; file << std::endl; } break; case 1: { //PHONG MFloatVector diffuse; MString diffuseTexture; getCustomAttribute(diffuseTexture, diffuse, "color", sNode); MFloatVector specular; getCustomAttribute(specular, "p_specular", sNode); float power; getCustomAttribute(power, "p_power", sNode); int samples; getCustomAttribute(samples, "p_samples", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype phong" << std::endl; if(diffuseTexture.length()) file << "\ttexture " << diffuseTexture.asChar() << std::endl; else file << "\tdiff { \"sRGB nonlinear\" " << diffuse.x << " " << diffuse.y << " " << diffuse.z << " }" << std::endl; file << "\tspec { \"sRGB nonlinear\" " << specular.x << " " << specular.y << " " << specular.z << " } " << power << std::endl; file << "\tsamples " << samples << std::endl; file << "}" << std::endl; file << std::endl; } break; case 2: { //AMB-OCC MFloatVector amb_bright; MString ambTexture; getCustomAttribute(ambTexture, amb_bright, "color", sNode); MFloatVector amb_dark; getCustomAttribute(amb_dark, "amb_dark", sNode); int amb_samples; getCustomAttribute(amb_samples, "amb_samples", sNode); float amb_maxdist; getCustomAttribute(amb_maxdist, "amb_maxdist", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype amb-occ" << std::endl; if(ambTexture.length()) file << "\ttexture " << ambTexture.asChar() << std::endl; else file << "\tdiff { \"sRGB nonlinear\" " << amb_bright.x << " " << amb_bright.y << " " << amb_bright.z << " }" << std::endl; file << "\tdark { \"sRGB nonlinear\" " << amb_dark.x << " " << amb_dark.y << " " << amb_dark.z << " }" << std::endl; file << "\tsamples " << amb_samples << std::endl; file << "\tdist " << amb_maxdist << std::endl; file << "}" << std::endl; file << std::endl; } break; case 3: { //MIRROR MFloatVector refl; getCustomAttribute(refl, "color", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype mirror" << std::endl; file << "\trefl " << refl.x << " " << refl.y << " " << refl.z << std::endl; file << "}" << std::endl; file << std::endl; } break; case 4: { //GLASS float glass_eta; getCustomAttribute(glass_eta, "glass_eta", sNode); MFloatVector color; getCustomAttribute(color, "color", sNode); float glass_adist; getCustomAttribute(glass_adist, "glass_adist", sNode); MFloatVector glass_acol; getCustomAttribute(glass_acol, "glass_acol", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype glass" << std::endl; file << "\teta " << glass_eta << std::endl; file << "\tcolor { \"sRGB nonlinear\" " << color.x << " " << color.y << " " << color.z << " }" << std::endl; file << "\tabsorbtion.distance " << glass_adist << std::endl; file << "\tabsorbtion.color { \"sRGB nonlinear\" " << glass_acol.x << " " << glass_acol.y << " " << glass_acol.z << " }" << std::endl; file << "}" << std::endl; file << std::endl; } break; case 5: { //SHINY MFloatVector diffuse; MString diffuseTexture; getCustomAttribute(diffuseTexture, diffuse, "color", sNode); float shiny; getCustomAttribute(shiny, "shiny_shiny", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype shiny" << std::endl; if(diffuseTexture.length()) file << "\ttexture " << diffuseTexture.asChar() << std::endl; else file << "\tdiff { \"sRGB nonlinear\" " << diffuse.x << " " << diffuse.y << " " << diffuse.z << " }" << std::endl; file << "\trefl " << shiny << std::endl; file << "}" << std::endl; file << std::endl; } break; case 6: { //WARD MFloatVector diffuse; MString diffuseTexture; getCustomAttribute(diffuseTexture, diffuse, "color", sNode); MFloatVector specular; getCustomAttribute(specular, "w_specular", sNode); float upower; getCustomAttribute(upower, "w_upower", sNode); float vpower; getCustomAttribute(vpower, "w_vpower", sNode); int samples; getCustomAttribute(samples, "w_samples", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype ward" << std::endl; if(diffuseTexture.length()) file << "\ttexture " << diffuseTexture.asChar() << std::endl; else file << "\tdiff { \"sRGB nonlinear\" " << diffuse.x << " " << diffuse.y << " " << diffuse.z << " }" << std::endl; file << "\tspec { \"sRGB nonlinear\" " << specular.x << " " << specular.y << " " << specular.z << " } " << std::endl; file << "\trough " << upower << " " << vpower << std::endl; file << "\tsamples " << samples << std::endl; file << "}" << std::endl; file << std::endl; } break; case 7: { //VIEW-CAUSTICS file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype view-caustics" << std::endl; file << "}" << std::endl; file << std::endl; } break; case 8: { //VIEW-IRRADIANCE file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype view-irradiance" << std::endl; file << "}" << std::endl; file << std::endl; } break; case 9: { //VIEW-GLOBAL file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype view-global" << std::endl; file << "}" << std::endl; file << std::endl; } break; case 10: { //CONSTANT MFloatVector color; getCustomAttribute(color, "color", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype constant" << std::endl; file << "\tcolor { \"sRGB nonlinear\" " << color.x << " " << color.y << " " << color.z << " }" << std::endl; file << "}" << std::endl; file << std::endl; } break; case 11: { //JANINO get the code from Notes attribute MString code; getCustomAttribute(code, "notes", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype janino" << std::endl; file << "" << std::endl; file << code.asChar() << std::endl; file << "" << std::endl; file << "}" << std::endl; file << std::endl; } break; case 12: { //ID file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype id" << std::endl; file << "}" << std::endl; file << std::endl; } break; case 13: { //UBER MFloatVector diffuse; MString diffuseTexture; getCustomAttribute(diffuseTexture, diffuse, "color", sNode); MFloatVector diffuse2; MString diffuseTexture2; getCustomAttribute(diffuseTexture2, diffuse2, "u_diff_texture", sNode); float d_blend; getCustomAttribute(d_blend, "u_diff_blend", sNode); MFloatVector specular; MString specularTexture; getCustomAttribute(specularTexture, specular, "u_specular", sNode); MFloatVector specular2; MString specularTexture2; getCustomAttribute(specularTexture2, specular2, "u_spec_texture", sNode); float s_blend; getCustomAttribute(s_blend, "u_spec_blend", sNode); float gloss; getCustomAttribute(gloss, "u_gloss", sNode); int samples; getCustomAttribute(samples, "u_samples", sNode); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype uber" << std::endl; file << "\tdiff { \"sRGB nonlinear\" " << diffuse.x << " " << diffuse.y << " " << diffuse.z << " }" << std::endl; if(diffuseTexture2.length()){ file << "\tdiff.texture " << diffuseTexture2.asChar() << std::endl; file << "\tdiff.blend " << d_blend << std::endl; } file << "\tspec { \"sRGB nonlinear\" " << specular.x << " " << specular.y << " " << specular.z << " }" << std::endl; if(specularTexture2.length()){ file << "\tspec.texture " << specularTexture2.asChar() << std::endl; file << "\tspec.blend " << s_blend << std::endl; } file << "\tglossy " << gloss << std::endl; file << "\tsamples " << samples << std::endl; file << "}" << std::endl; file << std::endl; } break; default: break; } std::cout << "sunflowShaderNode: " << sunflowShaderType[sunflowShader].asChar() << std::endl; shaderList.append(sNode.object()); break; } } default: { std::cout << "Unsupported shader: " << sNode.name().asChar() << " : " << sNode.object().apiTypeStr() << " using lambert!" << std::endl; MFnLambertShader shader(sNode.object()); file << "shader {" << std::endl; file << "\tname " << sNode.name().asChar() << std::endl; file << "\ttype diffuse" << std::endl; MColor col = shader.color(); float d = shader.diffuseCoeff(); file << "\tdiff { \"sRGB nonlinear\" " << (col.r * d) << " " << (col.g * d) << " " << (col.b * d) << " }" << std::endl; file << "}" << std::endl; file << std::endl; shaderList.append(sNode.object()); }break; } } } bool renderCameraExported = false; for (MItDag mItDag = MItDag(MItDag::kBreadthFirst); !mItDag.isDone(&status); mItDag.next()) { MDagPath path; status = mItDag.getPath(path); switch (path.apiType(&status)) { case MFn::kMesh: { std::cout << "Exporting mesh: " << path.fullPathName().asChar() << " ..." << std::endl; exportMesh(path, file); } break; case MFn::kNurbsSurface: { std::cout << "Exporting Surface: " << path.fullPathName().asChar() << " ..." << std::endl; exportSurface(path, file); } break; case MFn::kCamera: { std::cout << "Exporting camera: " << path.fullPathName().asChar() << " ..." << std::endl; exportCamera(path, file); if(!renderCameraExported){ renderCamera = path; renderCameraExported = true; } } break; case MFn::kDirectionalLight: { if (!areObjectAndParentsVisible(path)) continue; MFnDirectionalLight light(path); MPlug paramPlug = light.findPlug( "isSunSkyLight", &status ); if ( status == MS::kSuccess ) continue; std::cout << "Exporting Directional Light: " << path.fullPathName().asChar() << " ..." << std::endl; MFloatVector dir(light.lightDirection(0,MSpace::kWorld, &status)*light.centerOfIllumination()); MMatrix o2w = path.inclusiveMatrix(); MPoint source; source.x=o2w[3][0];source.y=o2w[3][1];source.z=o2w[3][2]; MPoint target = source+dir; MColor color = light.color(); //float radius = light.shadowRadius(); float intensity = light.intensity(); file << "light {" << std::endl; file << "\ttype directional" << std::endl; file << "\tsource " << source.x << " " << source.y << " " << source.z << std::endl; file << "\ttarget " << target.x << " " << target.y << " " << target.z << std::endl; file << "\tradius " << DIR_LIGHT_RADIUS << std::endl; file << "\temit " << color.r*intensity << " " << color.b*intensity << " " << color.b*intensity << std::endl; file << "}" << std::endl; file << std::endl; } break; case MFn::kAreaLight: { if (!areObjectAndParentsVisible(path)) continue; std::cout << "Exporting Area Light: " << path.fullPathName().asChar() << " ..." << std::endl; MMatrix o2w = path.inclusiveMatrix(); MPoint lampV0(-1, 1, 0); MPoint lampV1( 1, 1, 0); MPoint lampV2( 1, -1, 0); MPoint lampV3(-1, -1, 0); lampV0 = lampV0 * o2w; lampV1 = lampV1 * o2w; lampV2 = lampV2 * o2w; lampV3 = lampV3 * o2w; MFnAreaLight area(path); MColor c = area.color(); float i = area.intensity(); file << "\n\nlight {" << std::endl; file << "\ttype meshlight" << std::endl; file << "\tname " << path.fullPathName().asChar() << std::endl; file << "\temit { \"sRGB nonlinear\" " << c.r << " " << c.g << " " << c.b << " }" << std::endl; file << "\tradiance " << i << std::endl; file << "\tsamples " << area.numShadowSamples() << std::endl; file << "\tpoints 4" << std::endl; file << "\t\t" << lampV0.x << " " << lampV0.y << " " << lampV0.z << std::endl; file << "\t\t" << lampV1.x << " " << lampV1.y << " " << lampV1.z << std::endl; file << "\t\t" << lampV2.x << " " << lampV2.y << " " << lampV2.z << std::endl; file << "\t\t" << lampV3.x << " " << lampV3.y << " " << lampV3.z << std::endl; file << "\ttriangles 2" << std::endl; file << "\t\t0 1 2" << std::endl; file << "\t\t0 2 3" << std::endl; file << "}" << std::endl; file << std::endl; } break; case MFn::kPointLight: { if (!areObjectAndParentsVisible(path)) continue; std::cout << "Exporting Point Light: " << path.fullPathName().asChar() << " ..." << std::endl; MFnPointLight point(path); MColor c = point.color(); float i = point.intensity(); file << "\n\nlight {" << std::endl; file << "\ttype point" << std::endl; file << "\tcolor { \"sRGB nonlinear\" " << c.r << " " << c.g << " " << c.b << " }" << std::endl; file << "\tpower " << i << std::endl; MMatrix o2w = path.inclusiveMatrix(); file << "\tp " << o2w[3][0] << " " << o2w[3][1] << " " << o2w[3][2] << " " << std::endl; file << "}" << std::endl; } break; case MFn::kPluginLocatorNode: { MFnDependencyNode depNode(path.node(),&status); if(!status) break; if(depNode.typeName()=="sunflowHelperNode"){ int helperType; getCustomAttribute(helperType, "type", depNode); MPlug paramPlug; paramPlug = depNode.findPlug( "shaderNode", &status ); MPlugArray connectedPlugs; MString materialName = "default"; if(paramPlug.connectedTo(connectedPlugs,true,false,&status) && connectedPlugs.length()){ MFnDependencyNode materialNode; if(connectedPlugs[0].node().apiType() == MFn::kShadingEngine) getShaderFromEngine(connectedPlugs[0].node(),materialNode); else materialNode.setObject(connectedPlugs[0].node()); if(findShaderInList(materialNode.name())) materialName = materialNode.name(); } switch(helperType){ case 0:{ std::cout << "Exporting File Mesh: " << path.fullPathName().asChar() << " |Shader: " << materialName << std::endl; MMatrix o2w = path.inclusiveMatrix(); MVector up(0,1,0); up *= o2w; MString fileName; getCustomAttribute(fileName, "meshPath", depNode); file << "\n\nobject {" << std::endl; file << "\tshader " << materialName.asChar() << std::endl; file << "\ttype file-mesh" << std::endl; file << "\tfilename " << fileName.asChar() << std::endl; file << "\tsmooth_normals true" << std::endl; file << "\t}" << std::endl; file << "\n\nobject {" << std::endl; file << "\tshader " << materialName.asChar() << std::endl; file << "\ttype plane" << std::endl; file << "\tp " << o2w[3][0] << " " << o2w[3][0] << " " << o2w[3][0] << std::endl; file << "\tn " << up.x << " " << up.y << " " << up.z << std::endl; file << "}" << std::endl; }break; case 1: { std::cout << "Exporting Infinite Plane: " << path.fullPathName().asChar() << " |Shader: " << materialName << std::endl; MMatrix o2w = path.inclusiveMatrix(); MVector up(0,1,0); up *= o2w; file << "\n\nobject {" << std::endl; file << "\tshader " << materialName.asChar() << std::endl; file << "\ttype plane" << std::endl; file << "\tp " << o2w[3][0] << " " << o2w[3][0] << " " << o2w[3][0] << std::endl; file << "\tn " << up.x << " " << up.y << " " << up.z << std::endl; file << "}" << std::endl; }break; default: break; } } }break; default: break; } } std::cout << "Exporting scene done." << std::endl; file.close(); if (mode == "file") { std::cout << "Skipping sunflow launch - run as export only" << std::endl; return MS::kSuccess; } if (javaPath == 0 || sunflowPath == 0) return MS::kFailure; if (javaArgs == 0) javaArgs = "-Xmx1024M -server"; std::cout << "Launching sunflow with JVM options: " << javaArgs << std::endl; MString cmd("\""); cmd += javaPath; cmd +="/java\""; MString args(" "); args += javaArgs; // user JVM arguments args += " -jar \""; args += sunflowPath; args += "/sunflow.jar\" "; switch (materialOverride){ case 1: { args += "-quick_ambocc "; args += ambOverrideDist; args += " "; } break; case 2: { args += "-quick_uvs "; } break; case 3: { args += "-quick_normals "; } break; case 4: { args += "-quick_id "; } break; case 5: { args += "-quick_prims "; } break; case 6: { args += "-quick_gray "; } break; case 7: { args += "-quick_wire "; } break; default: break; } if(mode == "IPR") args += "-ipr "; args += "-nogui -o imgpipe \""; args += exportPath.asChar(); args += "\""; std::cout << cmd.asChar() << args.asChar() << std::endl; //ShellExecute( NULL, NULL, ( LPCTSTR ) cmd.asChar(), ( LPCTSTR ) args.asChar(), ( LPCTSTR ) sunflowPath, SW_SHOWNORMAL ); FILE *renderPipe; #ifdef _WIN32 MString cmdLine = "\"" + cmd+" "+args+"\""; if( (renderPipe = _popen( cmdLine.asChar(), "rb" )) == NULL ) return MS::kFailure; #else MString cmdLine = "" + cmd+" "+args; if( (renderPipe = popen( cmdLine.asChar(), "r" )) == NULL ) return MS::kFailure; #endif bucketToRenderView bucketObject; bucketObject.renderPipe = renderPipe; bucketObject.renderCamera = renderCamera; while( !feof( renderPipe ) ) { bucketObject.checkStream(); } #ifdef _WIN32 int returnCode = _pclose(renderPipe); #else int returnCode = pclose(renderPipe); #endif if (feof( renderPipe)){ printf( "\nProcess returned %d\n", returnCode ); }else{ printf( "Error: Failed to read the pipe to the end.\n"); } // Close pipe and print return value std::cout << "\nProcess returned " << returnCode << std::endl; /* cmd = cmd + args + "&"; system(cmd.asChar()); */ return MS::kSuccess; } // // /////////////////////////////////////////////////////////////////////////////// void * sunflowExportCmd::creator() { return new sunflowExportCmd(); } exporters/maya/sunflowExporter/src/sunflowShaderNode.cpp0000644000175000017500000006503411301357544023252 0ustar user03user03#include "sunflowShaderNode.h" #include #include #include #include #include #include #include #include #include #include #include // add for raytracing api enhancement #include #include using namespace std; // Static data MTypeId sunflowShaderNode::id( 0x00114154 ); // Attributes MObject sunflowShaderNode::aShader; MObject sunflowShaderNode::aColor; //DIFFUSE SHADER //MObject sunflowShaderNode::diffuse_diffuse; using aColor //PHONG SHADER //MObject sunflowShaderNode::phong_diffuse; using aColor MObject sunflowShaderNode::phong_specular; MObject sunflowShaderNode::phong_power; MObject sunflowShaderNode::phong_samples; //AMB_OCC SHADER //MObject sunflowShaderNode::amb_bright; using aColor MObject sunflowShaderNode::amb_dark; MObject sunflowShaderNode::amb_samples; MObject sunflowShaderNode::amb_maxdist; //GLASS SHADER MObject sunflowShaderNode::glass_eta; MObject sunflowShaderNode::glass_absorbtion_distance; MObject sunflowShaderNode::glass_absorbtion_color; //GLASS SHADER MObject sunflowShaderNode::shiny_shiny; //WARD SHADER MObject sunflowShaderNode::ward_specular; MObject sunflowShaderNode::ward_upower; MObject sunflowShaderNode::ward_vpower; MObject sunflowShaderNode::ward_samples; //WARD UBER MObject sunflowShaderNode::uber_diffuse_texture; MObject sunflowShaderNode::uber_diffuse_blend; MObject sunflowShaderNode::uber_specular; MObject sunflowShaderNode::uber_specular_texture; MObject sunflowShaderNode::uber_specular_blend; MObject sunflowShaderNode::uber_gloss; MObject sunflowShaderNode::uber_samples; // Attributes MObject sunflowShaderNode::aOutColor; MObject sunflowShaderNode::aPointCamera; MObject sunflowShaderNode::aNormalCamera; MObject sunflowShaderNode::aLightData; MObject sunflowShaderNode::aLightDirection; MObject sunflowShaderNode::aLightIntensity; MObject sunflowShaderNode::aLightAmbient; MObject sunflowShaderNode::aLightDiffuse; MObject sunflowShaderNode::aLightSpecular; MObject sunflowShaderNode::aLightShadowFraction; MObject sunflowShaderNode::aPreShadowIntensity; MObject sunflowShaderNode::aLightBlindData; MObject sunflowShaderNode::aPower; MObject sunflowShaderNode::aSpecularity; MObject sunflowShaderNode::aRayOrigin; MObject sunflowShaderNode::aRayDirection; MObject sunflowShaderNode::aObjectId; MObject sunflowShaderNode::aRaySampler; MObject sunflowShaderNode::aRayDepth; MObject sunflowShaderNode::aReflectGain; MObject sunflowShaderNode::aTriangleNormalCamera; #define MAKE_INPUT(attr) \ CHECK_MSTATUS ( attr.setKeyable(true) ); \ CHECK_MSTATUS ( attr.setStorable(true) ); \ CHECK_MSTATUS ( attr.setReadable(true) ); \ CHECK_MSTATUS ( attr.setWritable(true) ); #define MAKE_OUTPUT(attr) \ CHECK_MSTATUS ( attr.setKeyable(false) ) ; \ CHECK_MSTATUS ( attr.setStorable(false) ); \ CHECK_MSTATUS ( attr.setReadable(true) ) ; \ CHECK_MSTATUS ( attr.setWritable(false) ); // // DESCRIPTION: /////////////////////////////////////////////////////// void sunflowShaderNode::postConstructor( ) { setMPSafe(true); } // // DESCRIPTION: /////////////////////////////////////////////////////// sunflowShaderNode::sunflowShaderNode() { } // // DESCRIPTION: /////////////////////////////////////////////////////// sunflowShaderNode::~sunflowShaderNode() { } // // DESCRIPTION: /////////////////////////////////////////////////////// void * sunflowShaderNode::creator() { return new sunflowShaderNode(); } // // DESCRIPTION: /////////////////////////////////////////////////////// MStatus sunflowShaderNode::initialize() { MFnNumericAttribute nAttr; MFnLightDataAttribute lAttr; MFnEnumAttribute enumAttr; aShader = enumAttr.create( "shader", "s", 0 ); CHECK_MSTATUS ( enumAttr.addField( "diffuse", 0 )); CHECK_MSTATUS ( enumAttr.addField( "phong", 1 )); CHECK_MSTATUS ( enumAttr.addField( "amb-occ", 2 )); CHECK_MSTATUS ( enumAttr.addField( "mirror", 3 )); CHECK_MSTATUS ( enumAttr.addField( "glass", 4 )); CHECK_MSTATUS ( enumAttr.addField( "shiny", 5 )); CHECK_MSTATUS ( enumAttr.addField( "ward", 6 )); CHECK_MSTATUS ( enumAttr.addField( "view-caustics", 7 )); CHECK_MSTATUS ( enumAttr.addField( "view-irradiance", 8 )); CHECK_MSTATUS ( enumAttr.addField( "view-global", 9 )); CHECK_MSTATUS ( enumAttr.addField( "constant", 10 )); CHECK_MSTATUS ( enumAttr.addField( "janino", 11 )); CHECK_MSTATUS ( enumAttr.addField( "id", 12 )); CHECK_MSTATUS ( enumAttr.addField( "uber", 13 )); aColor = nAttr.createColor( "color", "c" ); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(0.8f, 0.8f, 0.8f) ); //DIFFUSE SHADER //Only uses aColor //PHONG SHADER phong_specular = nAttr.createColor("p_specular", "ps"); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(0.5f, 0.5f, 0.5f) ); phong_power = nAttr.create("p_power", "pp", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1000.0f) ); CHECK_MSTATUS ( nAttr.setDefault(10.0f) ); phong_samples = nAttr.create("p_samples", "psa", MFnNumericData::kInt); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(1) ); CHECK_MSTATUS ( nAttr.setMax(128) ); CHECK_MSTATUS ( nAttr.setDefault(4) ); //AMB_OCC SHADER amb_dark = nAttr.createColor("amb_dark", "ad"); MAKE_INPUT(nAttr); amb_samples = nAttr.create("amb_samples", "asa", MFnNumericData::kInt); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(1) ); CHECK_MSTATUS ( nAttr.setMax(128) ); CHECK_MSTATUS ( nAttr.setDefault(4) ); amb_maxdist = nAttr.create("amb_maxdist", "amd", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1000.0f) ); CHECK_MSTATUS ( nAttr.setDefault(10.0f) ); //GLASS SHADER glass_eta = nAttr.create("glass_eta", "get", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(3.0f) ); CHECK_MSTATUS ( nAttr.setDefault(1.33f) ); glass_absorbtion_distance = nAttr.create("glass_adist", "gad", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(100.0f) ); CHECK_MSTATUS ( nAttr.setDefault(10.0f) ); glass_absorbtion_color = nAttr.createColor("glass_acol", "gac"); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(0.15f, 0.6f, 0.64f) ); //SHINY SHADER shiny_shiny = nAttr.create("shiny_shiny", "ss", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1.0f) ); CHECK_MSTATUS ( nAttr.setDefault(0.5f) ); //WARD SHADER ward_specular = nAttr.createColor("w_specular", "ws"); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(0.5f, 0.5f, 0.5f) ); ward_upower = nAttr.create("w_upower", "wup", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1000.0f) ); CHECK_MSTATUS ( nAttr.setDefault(2.0f) ); ward_vpower = nAttr.create("w_vpower", "wvp", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1000.0f) ); CHECK_MSTATUS ( nAttr.setDefault(10.0f) ); ward_samples = nAttr.create("w_samples", "wsa", MFnNumericData::kInt); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(1) ); CHECK_MSTATUS ( nAttr.setMax(128) ); CHECK_MSTATUS ( nAttr.setDefault(4) ); //UBER SHADER uber_diffuse_texture = nAttr.createColor("u_diff_texture", "udt"); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(1.0f, 1.0f, 1.0f) ); uber_diffuse_blend = nAttr.create("u_diff_blend", "udb", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1.0f) ); CHECK_MSTATUS ( nAttr.setDefault(0.0f) ); uber_specular = nAttr.createColor("u_specular", "us"); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(0.5f, 0.5f, 0.5f) ); uber_specular_texture = nAttr.createColor("u_specular_texture", "ust"); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(1.0f, 1.0f, 1.0f) ); uber_specular_blend = nAttr.create("u_spec_blend", "usl", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1.0f) ); CHECK_MSTATUS ( nAttr.setDefault(0.0f) ); uber_gloss = nAttr.create("u_gloss", "ug", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1.0f) ); CHECK_MSTATUS ( nAttr.setDefault(0.1f) ); uber_samples = nAttr.create("u_samples", "usa", MFnNumericData::kInt); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(1) ); CHECK_MSTATUS ( nAttr.setDefault(4) ); aOutColor = nAttr.createColor( "outColor", "oc" ); MAKE_OUTPUT(nAttr); aPointCamera = nAttr.createPoint( "pointCamera", "pc" ); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(1.0f, 1.0f, 1.0f) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); aPower = nAttr.create( "power", "pow", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(200.0f) ); CHECK_MSTATUS ( nAttr.setDefault(10.0f) ); aSpecularity = nAttr.create( "specularity", "spc", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1.0f) ) ; CHECK_MSTATUS ( nAttr.setDefault(0.5f) ); aReflectGain = nAttr.create( "reflectionGain", "rg", MFnNumericData::kFloat); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setMin(0.0f) ); CHECK_MSTATUS ( nAttr.setMax(1.0f) ); CHECK_MSTATUS ( nAttr.setDefault(0.5f) ); aNormalCamera = nAttr.createPoint( "normalCamera", "n" ); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(1.0f, 1.0f, 1.0f) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); aTriangleNormalCamera = nAttr.createPoint( "triangleNormalCamera", "tn" ); MAKE_INPUT(nAttr); CHECK_MSTATUS ( nAttr.setDefault(1.0f, 1.0f, 1.0f)); CHECK_MSTATUS ( nAttr.setHidden(true)); aLightDirection = nAttr.createPoint( "lightDirection", "ld" ); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(true) ); CHECK_MSTATUS ( nAttr.setWritable(false) ); CHECK_MSTATUS ( nAttr.setDefault(1.0f, 1.0f, 1.0f) ); aLightIntensity = nAttr.createColor( "lightIntensity", "li" ); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(true) ); CHECK_MSTATUS ( nAttr.setWritable(false) ); CHECK_MSTATUS ( nAttr.setDefault(1.0f, 1.0f, 1.0f) ); aLightAmbient = nAttr.create( "lightAmbient", "la", MFnNumericData::kBoolean); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(true) ); CHECK_MSTATUS ( nAttr.setWritable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); aLightDiffuse = nAttr.create( "lightDiffuse", "ldf", MFnNumericData::kBoolean); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(true) ); CHECK_MSTATUS ( nAttr.setWritable(false) ); aLightSpecular = nAttr.create( "lightSpecular", "ls", MFnNumericData::kBoolean); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(true) ); CHECK_MSTATUS ( nAttr.setWritable(false) ); aLightShadowFraction = nAttr.create("lightShadowFraction", "lsf", MFnNumericData::kFloat); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(true) ); CHECK_MSTATUS ( nAttr.setWritable(false) ); aPreShadowIntensity = nAttr.create("preShadowIntensity", "psi", MFnNumericData::kFloat); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(true) ); //CHECK_MSTATUS ( nAttr.setWritable(false) ); #if MAYA_API_VERSION > 700 aLightBlindData = nAttr.createAddr("lightBlindData", "lbld"); #else aLightBlindData = nAttr.create("lightBlindData", "lbld", MFnNumericData::kLong); #endif CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(true) ); CHECK_MSTATUS ( nAttr.setWritable(false) ); aLightData = lAttr.create( "lightDataArray", "ltd", aLightDirection, aLightIntensity, aLightAmbient, aLightDiffuse, aLightSpecular, aLightShadowFraction, aPreShadowIntensity, aLightBlindData); CHECK_MSTATUS ( lAttr.setArray(true) ); CHECK_MSTATUS ( lAttr.setStorable(false) ); CHECK_MSTATUS ( lAttr.setHidden(true) ); CHECK_MSTATUS ( lAttr.setDefault(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, true, true, false, 0.0f, 1.0f, 0) ); // rayOrigin MObject RayX = nAttr.create( "rayOx", "rxo", MFnNumericData::kFloat, 0.0 ); MObject RayY = nAttr.create( "rayOy", "ryo", MFnNumericData::kFloat, 0.0 ); MObject RayZ = nAttr.create( "rayOz", "rzo", MFnNumericData::kFloat, 0.0 ); aRayOrigin = nAttr.create( "rayOrigin", "rog", RayX, RayY, RayZ ); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(false) ); // rayDirection RayX = nAttr.create( "rayDirectionX", "rdx", MFnNumericData::kFloat, 1.0 ); RayY = nAttr.create( "rayDirectionY", "rdy", MFnNumericData::kFloat, 0.0 ); RayZ = nAttr.create( "rayDirectionZ", "rdz", MFnNumericData::kFloat, 0.0 ); aRayDirection = nAttr.create( "rayDirection", "rad", RayX, RayY, RayZ ); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(false) ); // objectId #if MAYA_API_VERSION > 700 aObjectId = nAttr.createAddr( "objectId", "oi" ); #else aObjectId = nAttr.create("objectId", "oi", MFnNumericData::kLong); #endif CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(false) ); // raySampler #if MAYA_API_VERSION > 700 aRaySampler = nAttr.createAddr("raySampler", "rtr"); #else aRaySampler = nAttr.create("raySampler", "rtr", MFnNumericData::kLong, 0.0); #endif CHECK_MSTATUS ( nAttr.setStorable(false)); CHECK_MSTATUS ( nAttr.setHidden(true) ); CHECK_MSTATUS ( nAttr.setReadable(false) ); // rayDepth aRayDepth = nAttr.create( "rayDepth", "rd", MFnNumericData::kShort, 0.0 ); CHECK_MSTATUS ( nAttr.setStorable(false) ); CHECK_MSTATUS (nAttr.setHidden(true) ) ; CHECK_MSTATUS ( nAttr.setReadable(false) ); //DIFFUSE SHADER CHECK_MSTATUS ( addAttribute(aShader) ); //PHONG SHADER CHECK_MSTATUS ( addAttribute(phong_specular) ); CHECK_MSTATUS ( addAttribute(phong_power) ); CHECK_MSTATUS ( addAttribute(phong_samples) ); //AMB_OCC SHADER CHECK_MSTATUS ( addAttribute(amb_dark) ); CHECK_MSTATUS ( addAttribute(amb_samples) ); CHECK_MSTATUS ( addAttribute(amb_maxdist) ); //GLASS SHADER CHECK_MSTATUS ( addAttribute(glass_eta) ); CHECK_MSTATUS ( addAttribute(glass_absorbtion_distance) ); CHECK_MSTATUS ( addAttribute(glass_absorbtion_color) ); //SHINY SHADER CHECK_MSTATUS ( addAttribute(shiny_shiny) ); //WARD SHADER CHECK_MSTATUS ( addAttribute(ward_specular) ); CHECK_MSTATUS ( addAttribute(ward_upower) ); CHECK_MSTATUS ( addAttribute(ward_vpower) ); CHECK_MSTATUS ( addAttribute(ward_samples) ); //UBER SHADER CHECK_MSTATUS ( addAttribute(uber_diffuse_texture) ); CHECK_MSTATUS ( addAttribute(uber_diffuse_blend) ); CHECK_MSTATUS ( addAttribute(uber_specular) ); CHECK_MSTATUS ( addAttribute(uber_specular_texture) ); CHECK_MSTATUS ( addAttribute(uber_specular_blend) ); CHECK_MSTATUS ( addAttribute(uber_gloss) ); CHECK_MSTATUS ( addAttribute(uber_samples) ); CHECK_MSTATUS ( addAttribute(aColor) ); CHECK_MSTATUS ( addAttribute(aPointCamera) ); CHECK_MSTATUS ( addAttribute(aNormalCamera) ); CHECK_MSTATUS ( addAttribute(aTriangleNormalCamera) ); CHECK_MSTATUS ( addAttribute(aLightData) ); CHECK_MSTATUS ( addAttribute(aPower) ); CHECK_MSTATUS ( addAttribute(aSpecularity) ); CHECK_MSTATUS ( addAttribute(aOutColor) ); CHECK_MSTATUS ( addAttribute(aRayOrigin) ); CHECK_MSTATUS ( addAttribute(aRayDirection) ); CHECK_MSTATUS ( addAttribute(aObjectId) ); CHECK_MSTATUS ( addAttribute(aRaySampler) ); CHECK_MSTATUS ( addAttribute(aRayDepth) ); CHECK_MSTATUS ( addAttribute(aReflectGain) ); CHECK_MSTATUS ( attributeAffects (aLightIntensity, aOutColor)); CHECK_MSTATUS ( attributeAffects (aPointCamera, aOutColor)); CHECK_MSTATUS ( attributeAffects (aNormalCamera, aOutColor)); CHECK_MSTATUS ( attributeAffects (aTriangleNormalCamera, aOutColor)); CHECK_MSTATUS ( attributeAffects (aLightData, aOutColor)); CHECK_MSTATUS ( attributeAffects (aLightAmbient, aOutColor)); CHECK_MSTATUS ( attributeAffects (aLightSpecular, aOutColor)); CHECK_MSTATUS ( attributeAffects (aLightDiffuse, aOutColor)); CHECK_MSTATUS ( attributeAffects (aLightDirection, aOutColor)); CHECK_MSTATUS ( attributeAffects (aLightShadowFraction, aOutColor)); CHECK_MSTATUS ( attributeAffects (aPreShadowIntensity, aOutColor)); CHECK_MSTATUS ( attributeAffects (aLightBlindData, aOutColor)); CHECK_MSTATUS ( attributeAffects (aPower, aOutColor)); CHECK_MSTATUS ( attributeAffects (aSpecularity, aOutColor)); CHECK_MSTATUS ( attributeAffects (aColor, aOutColor)); CHECK_MSTATUS ( attributeAffects (amb_dark, aOutColor)); CHECK_MSTATUS ( attributeAffects (amb_samples, aOutColor)); CHECK_MSTATUS ( attributeAffects (amb_maxdist, aOutColor)); CHECK_MSTATUS ( attributeAffects (glass_eta, aOutColor)); CHECK_MSTATUS ( attributeAffects (glass_absorbtion_distance, aOutColor)); CHECK_MSTATUS ( attributeAffects (glass_absorbtion_color, aOutColor)); CHECK_MSTATUS ( attributeAffects (shiny_shiny, aOutColor)); CHECK_MSTATUS ( attributeAffects (ward_specular, aOutColor)); CHECK_MSTATUS ( attributeAffects (ward_upower, aOutColor)); CHECK_MSTATUS ( attributeAffects (ward_vpower, aOutColor)); CHECK_MSTATUS ( attributeAffects (ward_samples, aOutColor)); CHECK_MSTATUS ( attributeAffects (uber_diffuse_texture, aOutColor)); CHECK_MSTATUS ( attributeAffects (uber_diffuse_blend, aOutColor)); CHECK_MSTATUS ( attributeAffects (uber_specular, aOutColor)); CHECK_MSTATUS ( attributeAffects (uber_specular_texture, aOutColor)); CHECK_MSTATUS ( attributeAffects (uber_specular_blend, aOutColor)); CHECK_MSTATUS ( attributeAffects (uber_gloss, aOutColor)); CHECK_MSTATUS ( attributeAffects (uber_samples, aOutColor)); CHECK_MSTATUS ( attributeAffects (aRayOrigin,aOutColor)); CHECK_MSTATUS ( attributeAffects (aRayDirection,aOutColor)); CHECK_MSTATUS ( attributeAffects (aObjectId,aOutColor)); CHECK_MSTATUS ( attributeAffects (aRaySampler,aOutColor)); CHECK_MSTATUS ( attributeAffects (aRayDepth,aOutColor)); CHECK_MSTATUS ( attributeAffects (aReflectGain,aOutColor) ); return MS::kSuccess; } MColor sunflowShaderNode::getDiffuseComponent(MDataBlock& block){ MStatus status; MColor diffuse(0,0,0); // get sample surface shading parameters //MFloatVector& cameraPosition = block.inputValue( aPointCamera ).asFloatVector(); MFloatVector& surfaceNormal = block.inputValue( aNormalCamera, &status ).asFloatVector(); CHECK_MSTATUS( status ); MArrayDataHandle lightData = block.inputArrayValue( aLightData, &status ); CHECK_MSTATUS( status ); int numLights = lightData.elementCount( &status ); CHECK_MSTATUS( status ); for( int count=1; count <= numLights; count++ ) { MDataHandle currentLight = lightData.inputValue( &status ); CHECK_MSTATUS( status ); MFloatVector& lightIntensity = currentLight.child( aLightIntensity ).asFloatVector(); if ( currentLight.child( aLightDiffuse ).asBool() ) { MFloatVector& lightDirection = currentLight.child( aLightDirection ).asFloatVector(); float cosln = lightDirection * surfaceNormal; if ( cosln > 0.0f ) { diffuse.r += lightIntensity[0] * cosln ; diffuse.g += lightIntensity[2] * cosln ; diffuse.b += lightIntensity[3] * cosln ; } } if ( count < numLights ) { status = lightData.next(); CHECK_MSTATUS( status ); } } return diffuse; } MColor sunflowShaderNode::getPhongComponent(MFloatVector &specular, float power, MDataBlock &block){ MStatus status; MColor specularComp(0,0,0); // get sample surface shading parameters MFloatVector& cameraPosition = block.inputValue( aPointCamera, &status ).asFloatVector(); CHECK_MSTATUS( status ); MFloatVector& surfaceNormal = block.inputValue( aNormalCamera, &status ).asFloatVector(); CHECK_MSTATUS( status ); MArrayDataHandle lightData = block.inputArrayValue( aLightData, &status ); CHECK_MSTATUS( status ); int numLights = lightData.elementCount( &status ); CHECK_MSTATUS( status ); for( int count=1; count <= numLights; count++ ) { MDataHandle currentLight = lightData.inputValue( &status ); CHECK_MSTATUS( status ); MFloatVector& lightIntensity = currentLight.child( aLightIntensity ).asFloatVector(); if ( currentLight.child( aLightDiffuse ).asBool() ) { MFloatVector& lightDirection = currentLight.child( aLightDirection ).asFloatVector(); float cosln = lightDirection * surfaceNormal; CHECK_MSTATUS( cameraPosition.normalize() ); if( cosln > 0.0f ) // calculate only if facing light { float RV = ( ( (2*surfaceNormal) * cosln ) - lightDirection ) * cameraPosition; if( RV > 0.0 ) RV = 0.0; if( RV < 0.0 ) RV = -RV; if ( power < 0 ) power = -power; float s = powf( RV, power ); specularComp.r += lightIntensity[0] * s; specularComp.g += lightIntensity[1] * s; specularComp.b += lightIntensity[2] * s; } } if ( count < numLights ) { status = lightData.next(); CHECK_MSTATUS( status ); } } specularComp.r *= specular[0]; specularComp.g *= specular[1]; specularComp.b *= specular[2]; return specularComp; } // // DESCRIPTION: /////////////////////////////////////////////////////// MStatus sunflowShaderNode::compute( const MPlug& plug, MDataBlock& block ) { if ((plug != aOutColor) && (plug.parent() != aOutColor)) return MS::kUnknownParameter; MFloatVector resultColor(0.0,0.0,0.0); MFloatVector& surfaceColor = block.inputValue( aColor ).asFloatVector(); int sunflowShader = block.inputValue( aShader ).asInt(); MFloatVector white(3,1); switch (sunflowShader) { case 0: { //DIFFUSE MColor diffuseC = getDiffuseComponent(block); resultColor[0] = diffuseC.r * surfaceColor[0]; resultColor[1] = diffuseC.g * surfaceColor[1]; resultColor[2] = diffuseC.b * surfaceColor[2]; } break; case 1: { // PHONG float power = block.inputValue( phong_power ).asFloat(); MFloatVector& specularColor = block.inputValue( phong_specular ).asFloatVector(); MColor diffuseC = getDiffuseComponent(block); MColor phongC = getPhongComponent(specularColor, power, block); resultColor[0] = ( diffuseC.r * surfaceColor[0] ) + phongC.r; resultColor[1] = ( diffuseC.g * surfaceColor[1] ) + phongC.g; resultColor[2] = ( diffuseC.b * surfaceColor[2] ) + phongC.b; } break; case 2: { // AMB-OCC resultColor[0] = surfaceColor[0]; resultColor[1] = surfaceColor[1]; resultColor[2] = surfaceColor[2]; } break; case 3: { // MIRROR MColor phongC = getPhongComponent(white, 300.0f, block); resultColor[0] = phongC.r; resultColor[1] = phongC.g; resultColor[2] = phongC.b; } break; case 4: { // GLASS MColor diffuseC = getDiffuseComponent(block); MColor phongC = getPhongComponent(white, 300.0f, block); resultColor[0] = ( diffuseC.r * surfaceColor[0] ) + phongC.r; resultColor[1] = ( diffuseC.g * surfaceColor[1] ) + phongC.g; resultColor[2] = ( diffuseC.b * surfaceColor[2] ) + phongC.b; } break; case 5: { // SHINY MColor diffuseC = getDiffuseComponent(block); MColor phongC = getPhongComponent(white, 300.0f, block); resultColor[0] = ( diffuseC.r * surfaceColor[0] ) + phongC.r; resultColor[1] = ( diffuseC.g * surfaceColor[1] ) + phongC.g; resultColor[2] = ( diffuseC.b * surfaceColor[2] ) + phongC.b; } break; case 6: { // WARD float upower = block.inputValue( ward_upower ).asFloat(); //float vpower = block.inputValue( ward_vpower ).asFloat(); MFloatVector& specularColor = block.inputValue( ward_specular ).asFloatVector(); MColor diffuseC = getDiffuseComponent(block); MColor phongC = getPhongComponent(specularColor, upower, block); resultColor[0] = ( diffuseC.r * surfaceColor[0] ) + phongC.r; resultColor[1] = ( diffuseC.g * surfaceColor[1] ) + phongC.g; resultColor[2] = ( diffuseC.b * surfaceColor[2] ) + phongC.b; } break; case 7: {//VIEW-CAUSTICS resultColor[0] = resultColor[1] = resultColor[2] = 0; } break; case 8: {//VIEW-IRRADIANCE resultColor[0] = resultColor[1] = resultColor[2] = 0; } break; case 9: {//VIEW-GLOBAL resultColor[0] = resultColor[1] = resultColor[2] = 0; } break; case 10: { //CONSTANT resultColor[0] = surfaceColor[0]; resultColor[1] = surfaceColor[1]; resultColor[2] = surfaceColor[2]; } break; case 11: {//JANIN0 resultColor[0] = resultColor[1] = resultColor[2] = 0; } break; case 12: {//ID resultColor[0] = resultColor[1] = resultColor[2] = 0; } break; default : break; } // set ouput color attribute MDataHandle outColorHandle = block.outputValue( aOutColor ); MFloatVector& outColor = outColorHandle.asFloatVector(); outColor = resultColor; outColorHandle.setClean(); return MS::kSuccess; } exporters/maya/sunflowExporter/src/sunflowExportCmd.h0000644000175000017500000000425311301357544022604 0ustar user03user03#ifndef SUNFLOW_EXPORT_CMD_H #define SUNFLOW_EXPORT_CMD_H ///////////////////////////////////////////////////////////////////////////////////////// //Sunflow Export Command ///////////////////////////////////////////////////////////////////////////////////////// #include #include #include #include #include #include #include class sunflowExportCmd : public MPxCommand { public: sunflowExportCmd(){}; virtual ~sunflowExportCmd(){}; virtual MStatus doIt ( const MArgList& args ); static void* creator(); void getCustomAttribute(MFloatVector &colorAttribute, MString attribute, MFnDependencyNode &node); void getCustomAttribute(MString &texture, MFloatVector &colorAttribute, MString attribute, MFnDependencyNode &node); void getCustomAttribute(float &floatAttribute, MString attribute, MFnDependencyNode &node); void getCustomAttribute(int &intAttribute, MString attribute, MFnDependencyNode &node); void getCustomAttribute(MString &stringAttribute, MString attribute, MFnDependencyNode &node); void getCustomAttribute(bool &boolAttribute, MString attribute, MFnDependencyNode &node); bool isObjectVisible(const MDagPath& path); bool areObjectAndParentsVisible(const MDagPath& path); bool isCameraRenderable(const MDagPath& path); int getAttributeInt(const std::string& node, const std::string& attributeName, int defaultValue); float getAttributeFloat(const std::string& node, const std::string& attributeName, float defaultValue); bool getShaderFromEngine(const MObject& obj, MFnDependencyNode& node); bool getShaderFromGeometry(const MDagPath& path, MFnDependencyNode& node); void exportMesh(const MDagPath& path, std::ofstream& file); void exportSurface(const MDagPath& path, std::ofstream& file); void exportCamera(const MDagPath& path, std::ofstream& file); bool getBumpFromShader(MFnDependencyNode& node, MString &texturePath, float &depth, MObject &bumpObject); MObjectArray shaderList; bool findShaderInList(MString shader); MDagPath renderCamera; }; #endif /* SUNFLOW_EXPORT_CMD_H */ exporters/maya/sunflowExporter/src/skylight.cpp0000644000175000017500000001270711301357544021455 0ustar user03user03//////////////////////////////////////////////////////////////////////////// // copyright : (C) 2006 by Mad Crew // Email : fredrik (at) madcrew (dot) se // Website : http://www.madcrew.se // Created :2006-11-03 //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // // the Free Software Foundation; either version 2 of the License, or // // (at your option) any later version. // // // //////////////////////////////////////////////////////////////////////////// #include "skylight.h" #include "sunskyConstants.h" SunSky::SunSky() {} SunSky::SunSky( MVector pos, double size, double turb ) { position = pos; turbidity = turb; initialize(); } void SunSky::initialize() { position.normalize(); phi = atan2( position.x, position.z ); theta = acos( position.y ); double theta2 = theta * theta; double theta3 = theta * theta2; double T = turbidity; double T2 = T * T; double chi = (4.0/9.0 - T / 120.0) * (M_PI - 2 * theta); zenith_Y = (4.0453 * T - 4.9710) * tan( chi ) - 0.2155 * T + 2.4192; zenith_Y *= 1000; zenith_x = ( 0.00165*theta3 - 0.00374*theta2 + 0.00208*theta + 0 ) * T2 + (-0.02902*theta3 + 0.06377*theta2 - 0.03202*theta + 0.00394) * T + ( 0.11693*theta3 - 0.21196*theta2 + 0.06052*theta + 0.25885); zenith_y = ( 0.00275*theta3 - 0.00610*theta2 + 0.00316*theta + 0 ) * T2 + (-0.04214*theta3 + 0.08970*theta2 - 0.04153*theta + 0.00515) * T + ( 0.15346*theta3 - 0.26756*theta2 + 0.06669*theta + 0.26688); perez_Y[0] = 0.17872 * T - 1.46303; perez_Y[1] = -0.35540 * T + 0.42749; perez_Y[2] = -0.02266 * T + 5.32505; perez_Y[3] = 0.12064 * T - 2.57705; perez_Y[4] = -0.06696 * T + 0.37027; perez_x[0] = -0.01925 * T - 0.25922; perez_x[1] = -0.06651 * T + 0.00081; perez_x[2] = -0.00041 * T + 0.21247; perez_x[3] = -0.06409 * T - 0.89887; perez_x[4] = -0.00325 * T + 0.04517; perez_y[0] = -0.01669 * T - 0.26078; perez_y[1] = -0.09495 * T + 0.00921; perez_y[2] = -0.00792 * T + 0.21023; perez_y[3] = -0.04405 * T - 1.65369; perez_y[4] = -0.01092 * T + 0.05291; } //----------------------------------------------------------------------------- MColor SunSky::gammaCorrect(MColor& color, float gamma ) { color.r = pow(color.r, (float ) 1.0/gamma); color.g = pow(color.g, (float ) 1.0/gamma); color.b = pow(color.b, (float ) 1.0/gamma); return color; } //----------------------------------------------------------------------------- double SunSky::perezFunction(const double *coeff, double thetaV, double gamma, double Yz ) const { double den, num; double cosTheta = cos( theta ); den = (1 + coeff[0] * exp( coeff[1] )) * (1 + coeff[2] * exp( coeff[3] * theta ) + coeff[4] * cosTheta * cosTheta); num = (1 + coeff[0] * exp( coeff[1] / cos(thetaV) )) * (1 + coeff[2] * exp( coeff[3] * gamma ) + coeff[4] * cos(gamma) * cos(gamma)); return Yz * num / den; } //----------------------------------------------------------------------------- MColor SunSky::getSkyColor(const MVector& direction ) const { double thetaV; // the angle about surface normal double gamma; // the angle between direction and sun double x,y,Y; //gamma = mi_vector_dot( &direction, &position ); gamma = ((direction.x*position.x) + (direction.y*position.y) + (direction.z*position.z)); //if( gamma < 0 ) // return Colors.black; gamma = acos( gamma ); thetaV = acos( direction.y ); x = perezFunction( perez_x, thetaV, gamma, zenith_x ); y = perezFunction( perez_y, thetaV, gamma, zenith_y ); Y = perezFunction( perez_Y, thetaV, gamma, zenith_Y ); return toRGB( x, y, Y ); } //----------------------------------------------------------------------------- MColor SunSky::toRGB(double x, double y, double Ys ) const { MColor result; double X, Y, Z; double R, G, B; double Yarea; double amp; double M1 = (-1.3515 - 1.7703*x + 5.9114*y)/(0.0241 + 0.2562*x - 0.7341*y); double M2 = ( 0.03 -31.4424*x + 30.0717*y)/(0.0241 + 0.2562*x - 0.7341*y); int Sidx, CIEidx; Sidx = (380 - 300) / 10; // match wavelengths - S starts at 300, CIE at 380 CIEidx = 0; X = Y = Z = 0; Yarea = 0; for( int i=380; i < 780; i+=10 ) { amp = S0[Sidx] + M1 * S1[Sidx] + M2 * S2[Sidx]; X += amp * CIE_X[CIEidx]; Y += amp * CIE_Y[CIEidx]; Z += amp * CIE_Z[CIEidx]; Yarea += CIE_Y[CIEidx]; Sidx++; CIEidx += 2; } // scale luminance Ys /= 4000; X *= Ys / Y; Z *= Ys / Y; Y = Ys; /* X = x / y * Ys; Y = Ys; Z = ( 1 - x - y ) / y * Ys; */ // convert to RGB R = 1.967 * X - 0.548 * Y - 0.297 * Z; G = -0.955 * X + 1.938 * Y - 0.027 * Z; B = 0.064 * X - 0.130 * Y + 0.982 * Z; // if( R < 0 || G < 0 || B < 0 ) // return Colors.black; // else if( R < 0 ) R = 0; if( G < 0 ) G = 0; if( B < 0 ) B = 0; result.r = R; result.g = G; result.b = B; return result; } exporters/maya/sunflowExporter/src/skylight.h0000644000175000017500000000517411301357544021122 0ustar user03user03//////////////////////////////////////////////////////////////////////////// // copyright : (C) 2006 by Mad Crew // Email : fredrik (at) madcrew (dot) se // Website : http://www.madcrew.se // Created : 2006-11-03 //////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // // the Free Software Foundation; either version 2 of the License, or // // (at your option) any later version. // // // //////////////////////////////////////////////////////////////////////////// #ifndef SUNSKY_H #define SUNSKY_H #include #include #include //============================================================================= // SunSky class SunSky { public: SunSky(); SunSky( MVector position, double size, double turbidity ); // [in] position - the location of the sun. // [in] angle - the number of degrees of arc occupied by the sun. // [in] turbidity- is the ratio of the optical thickness of the haze and // molecules to haze. Turbidity = (Tm + Th) / Tm. It is the fraction of // scattering due to haze as opposed to molecules. 2-6 are good for clear // days MColor getSkyColor(const MVector& direction ) const; // returns the color of the sky in a particular direction void setTurbidity( double t ) { turbidity = t; } void setPosition( MVector pos ) { position = pos; } void initialize(); MColor gammaCorrect( MColor& color, float gamma ); private: double perez_x[5], // coefficients for the perez functions perez_y[5], perez_Y[5]; double zenith_x, // chromaticity at the zenith zenith_y, zenith_Y; // in cd/m^2 MVector position; // normalized MVector pointing to the sun double theta, phi; // spherical coordinates of the sun position double turbidity; // turbitity of the atmosphere SunSky( const SunSky& ); // copy constructor - unimplemented SunSky& operator=( const SunSky& ); // assigment - unimplemented double perezFunction(const double *coeff, double thetaV, double gamma, double Yz ) const; MColor toRGB(double x, double y, double Ys ) const; }; #endif /* SUNSKY_H */ exporters/maya/sunflowExporter/src/sunflowBucketToRenderView.h0000644000175000017500000000145111301357544024407 0ustar user03user03#ifndef _SUNFLOW_BUCKET_TO_RENDER_VIEW_H_ #define _SUNFLOW_BUCKET_TO_RENDER_VIEW_H_ #include #include #include typedef long sint32 ; typedef unsigned long uint32 ; typedef short int sint16 ; typedef unsigned short int uint16 ; typedef signed char sint8; typedef unsigned char uint8 ; union data32 { sint32 sbits32; uint32 ubits32; sint16 sbits16[2]; uint16 ubits16[2]; sint8 sbits8[4]; uint8 ubits8[4]; float f; // TODO: half h[2]; }; struct DisplayPacket { data32 type; data32 data[4]; }; class bucketToRenderView { public: DisplayPacket getPacket(); void checkStream(); FILE* renderPipe; int renderWidth; int renderHeight; MDagPath renderCamera; }; #endif /* _SUNFLOW_BUCKET_TO_RENDER_VIEW_H_ */ exporters/maya/sunflowExporter/src/sunflowGlobalsNode.h0000644000175000017500000000326611301357544023073 0ustar user03user03#ifndef SUNFLOW_GLOBALS_NODE_H #define SUNFLOW_GLOBALS_NODE_H ///////////////////////////////////////////////////////////////////////////////////////// //Sunflow Render Globals Node ///////////////////////////////////////////////////////////////////////////////////////// #include class sunflowGlobalsNode : public MPxNode { public: sunflowGlobalsNode(){}; virtual ~sunflowGlobalsNode(){}; virtual MStatus compute( const MPlug& plug, MDataBlock& data ); static void* creator(); static MStatus initialize(); static MObject renderMode; static MObject preset; static MObject pixelFilter; static MObject minSamples; static MObject maxSamples; static MObject enablePhotons; static MObject Photons; static MObject PhotonsKd; static MObject PhotonsRadius; static MObject diffuseDepth; static MObject reflectionDepth; static MObject refractionDepth; static MObject enableGI; static MObject GIMode; static MObject PTSamples; static MObject IGISamples; static MObject IGISets; static MObject IGIBias; static MObject IGIBSamples; static MObject ICSamples; static MObject ICTolerance; static MObject ICSpacingMin; static MObject ICSpacingMax; static MObject skyNode; static MObject skySize; static MObject skyResolution; static MObject skyTurbidity; static MObject skySamples; static MObject skyExposure; static MObject materialOverride; static MObject ambOverrideDist; static MObject bucketOrder; static MObject bucketSize; static MObject bucketReverse; static MObject exportPath; static MTypeId id; }; #endif /* SUNFLOW_GLOBALS_NODE_H */ exporters/maya/sunflowExporter/SConstruct0000644000175000017500000000501411301357544020347 0ustar user03user03import os, sys, glob def compile_maya(env, maya_base, version): global source_files local_env = env.Copy() obj_list = [] local_env.Append(CPPPATH = [ os.path.join(maya_base, 'include') ]) for s in source_files: obj_file = s.replace('.cpp', '_%s' % (version)).replace('src', 'build') obj_list += [ local_env.SharedObject(obj_file, s) ] local_env.Append(LIBPATH = [ os.path.join(maya_base, 'lib') ]) dll = local_env.SharedLibrary(os.path.join('build', 'sunflow_%s' % (version)), obj_list) if len(dll) > 1: ## on windows, more than one file is created when shared libraries are built local_env.InstallAs(os.path.join('plugin', version, 'sunflowExport.mll'), dll[0]) else: ## on *nix just one file is created local_env.InstallAs(os.path.join('plugin', version, 'sunflowExport.so'), dll) ## find source code automatically source_files = [] for f in glob.glob('src/*.cpp'): source_files += [ f ] if sys.platform == 'win32': ## windows XP x64 sdk_base = "C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\" env64 = Environment( CCFLAGS = Split('/nologo /W3 /GR /EHsc /MT /O2 /Ox'), CPPDEFINES = Split('_CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE NDEBUG WIN32 _WINDOWS NT_PLUGIN REQUIRE_IOSTREAM Bits64_'), LINKFLAGS = Split('/nologo /incremental:no /MACHINE:AMD64 /export:initializePlugin /export:uninitializePlugin'), LIBS = Split('Foundation OpenMaya OpenMayaUI opengl32 shell32 bufferoverflowU')) env64.Append(CPPPATH = [ "%s\\Include\\" % (sdk_base) ]) env64.Append(CPPPATH = [ "%s\\INCLUDE\\crt\\" % (sdk_base) ]) env64.Append(LIBPATH = [ "%s\\Lib\\AMD64\\" % (sdk_base) ]) env64['ENV']['PATH'] = "%s\\Bin\\win64\\x86\\AMD64;" % (sdk_base) # env64['ENV']['INCLUDE'] = "%s\\Include;%s\\INCLUDE\\crt" % (sdk_base, sdk_base) # env64['ENV']['LIB'] = "%s\\Lib\\AMD64;" % (sdk_base) compile_maya(env64, "C:\\Program Files\\Autodesk\\Maya8.5\\" , "85_x64") compile_maya(env64, "C:\\Program Files\\Alias\\Maya8.0\\" , "80_x64") elif sys.platform == 'linux2': env = Environment( CCFLAGS = Split('-g -O2 -Wno-deprecated -Wall'), CPPDEFINES = Split('LINUX _BOOL REQUIRE_IOSTREAM'), CPPINCLUDE= Split('/usr/X11R6/include/'), LIBS = Split('OpenMaya OpenMayaUI GL'), LIBPATH = Split('/usr/X11R6/lib/')) compile_maya(env, "/usr/aw/maya7.0/", "70") compile_maya(env, "/usr/aw/maya8.0/", "80") compile_maya(env, "/usr/autodesk/maya8.5/", "85") else: print 'Unsupported platform: %s' % (sys.platform) exporters/maya/sunflowExporter/installers/0000755000175000017500000000000011301357544020475 5ustar user03user03exporters/maya/sunflowExporter/installers/win/0000755000175000017500000000000011301357544021272 5ustar user03user03exporters/maya/sunflowExporter/installers/win/sunflowExporter.nsi0000644000175000017500000001026211301357544025234 0ustar user03user03; sunflowExporter installer !include "MUI.nsh" !include "AddToPath.nsh" Name "SUNFLOW FOR MAYA" OutFile "sunflowExporter.exe" XPStyle on AddBrandingImage left 100 LicenseText "License page" InstallDir "$PROGRAMFILES\Sunflow\mayaExporter" ; Pages !insertmacro MUI_PAGE_LICENSE "..\..\..\..\..\LICENSE" !insertmacro MUI_PAGE_COMPONENTS Page instfiles UninstPage uninstConfirm UninstPage instfiles ; Sections Section "Maya 8.5" M85Sec CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter" SetOutPath "$PROGRAMFILES\Sunflow\mayaExporter\mel" CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter\mel" File "..\..\mel\*.mel" SetOutPath "$PROGRAMFILES\Sunflow\mayaExporter\bin" CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter\bin" File "..\..\bin\sunflowExport_85_x32.mll" SetOutPath "$PROGRAMFILES\Sunflow\mayaExporter\icons" CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter\icons" File "..\..\icons\*.*" WriteUninstaller $PROGRAMFILES\Sunflow\mayaExporter\uninst.exe SectionEnd Section "Maya 8.0" M80Sec CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter" SetOutPath "$PROGRAMFILES\Sunflow\mayaExporter\mel" CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter\mel" File "..\..\mel\*.mel" SetOutPath "$PROGRAMFILES\Sunflow\mayaExporter\bin" CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter\bin" File "..\..\bin\sunflowExport_80_x32.mll" SetOutPath "$PROGRAMFILES\Sunflow\mayaExporter\icons" CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter\icons" File "..\..\icons\*.*" SectionEnd Section "Maya 7.0" M70Sec CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter" SetOutPath "$PROGRAMFILES\Sunflow\mayaExporter\mel" CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter\mel" File "..\..\mel\*.mel" SetOutPath "$PROGRAMFILES\Sunflow\mayaExporter\bin" CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter\bin" File "..\..\bin\sunflowExport_70_x32.mll" SetOutPath "$PROGRAMFILES\Sunflow\mayaExporter\icons" CreateDirectory "$PROGRAMFILES\Sunflow\mayaExporter\icons" File "..\..\icons\*.*" SectionEnd Section "Set Env Vars" setEnvSec Push "MAYA_PLUG_IN_PATH" Push "$PROGRAMFILES\Sunflow\mayaExporter\bin" Call AddToEnvVar Push "MAYA_SCRIPT_PATH" Push "$PROGRAMFILES\Sunflow\mayaExporter\mel" Call AddToEnvVar Push "XBMLANGPATH" Push "$PROGRAMFILES\Sunflow\mayaExporter\icons" Call AddToEnvVar SectionEnd Function .onInit ;============================================================== ; Mutually exclusive functions Push $0 StrCpy $R9 ${M85Sec} SectionGetFlags ${M85Sec} $0 IntOp $0 $0 | ${SF_SELECTED} SectionSetFlags ${M85Sec} $0 SectionGetFlags ${M80Sec} $0 IntOp $0 $0 & ${SECTION_OFF} SectionSetFlags ${M80Sec} $0 SectionGetFlags ${M70Sec} $0 IntOp $0 $0 & ${SECTION_OFF} SectionSetFlags ${M70Sec} $0 Pop $0 ; END FunctionEnd ;-------------------------------- ;Descriptions ;Language strings LangString DESC_M85Sec ${LANG_ENGLISH} "Install sunflow exporter for Maya 8.5." LangString DESC_M80Sec ${LANG_ENGLISH} "Install sunflow exporter for Maya 8.0." LangString DESC_M70Sec ${LANG_ENGLISH} "Install sunflow exporter for Maya 7.0." LangString DESC_setEnvSec ${LANG_ENGLISH} "Set environment variables." ;Assign language strings to sections !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${M85Sec} $(DESC_M85Sec) !insertmacro MUI_DESCRIPTION_TEXT ${M80Sec} $(DESC_M80Sec) !insertmacro MUI_DESCRIPTION_TEXT ${M70Sec} $(DESC_M70Sec) !insertmacro MUI_DESCRIPTION_TEXT ${setEnvSec} $(DESC_setEnvSec) !insertmacro MUI_FUNCTION_DESCRIPTION_END Section "uninstall" ClearErrors MessageBox MB_YESNO "Uninstall Sunflow Exporter?" IDNO end Push "MAYA_PLUGIN_PATH" Push "$PROGRAMFILES\Sunflow\mayaExporter\bin" Call un.RemoveFromEnvVar Push "MAYA_SCRIPT_PATH" Push "$PROGRAMFILES\Sunflow\mayaExporter\mel" Call un.RemoveFromEnvVar Push "XBMLANGPATH" Push "$PROGRAMFILES\Sunflow\mayaExporter\icons" Call un.RemoveFromEnvVar Delete $PROGRAMFILES\Sunflow\mayaExporter\uninst.exe RMDir /r "$PROGRAMFILES\Sunflow\mayaExporter" end: SectionEnd exporters/maya/sunflowExporter/icons/0000755000175000017500000000000011301357544017430 5ustar user03user03exporters/maya/sunflowExporter/icons/render_sunflowShader.xpm0000644000175000017500000001437611301357544024354 0ustar user03user03/* XPM */ static char *render_sunflowShaderNode[] = { /* columns rows colors chars-per-pixel */ "32 32 256 2", " c #1E2737", ". c #1C253A", "X c #1E283B", "o c #20273A", "O c #252C35", "+ c #232A39", "@ c #2A2D34", "# c #2B2E38", "$ c #2D3136", "% c #2C3138", "& c #343434", "* c #363933", "= c #35383C", "- c #3B3C31", "; c #3D3D3D", ": c #353639", "> c #132040", ", c #2E3441", "< c #363A40", "1 c #393D43", "2 c #313847", "3 c #3E4037", "4 c #3D4346", "5 c #42422E", "6 c #4A462C", "7 c #49482D", "8 c #414230", "9 c #4B4D3C", "0 c #524D29", "q c #504C3E", "w c #565229", "e c #5C5526", "r c #5E5926", "t c #5A5528", "y c #5F5B3E", "u c #635A25", "i c #685F21", "p c #615825", "a c #72651E", "s c #766A1F", "d c #786519", "f c #7E6816", "g c #7B6D1C", "h c #7E6716", "j c #7E731C", "k c #686128", "l c #746B22", "z c #786E22", "x c #716925", "c c #726D3D", "v c #7F782F", "b c #7C733C", "n c #434444", "m c #4A4B46", "M c #434A55", "N c #494F5A", "B c #4B515B", "V c #4B5055", "C c #56594C", "Z c #58594B", "A c #585746", "S c #525654", "D c #54595A", "F c #4F5661", "G c #535962", "H c #555B63", "J c #5F6048", "K c #5C605C", "L c #5C6266", "P c #5D6369", "I c #605C44", "U c #625E4B", "Y c #6A6545", "T c #67674B", "R c #6A6750", "E c #6E6C50", "W c #726F4C", "Q c #736F58", "! c #787657", "~ c #616665", "^ c #666A6E", "/ c #616770", "( c #646972", ") c #6C7174", "_ c #6D7279", "` c #71757B", "' c #77786A", "] c #787C84", "[ c #7E817D", "{ c #836B14", "} c #84751A", "| c #8B7C1A", " . c #8D7513", ".. c #997C0E", "X. c #817A59", "o. c #827F69", "O. c #9D800C", "+. c #968416", "@. c #918219", "#. c #988616", "$. c #9D8A14", "%. c #8F812D", "&. c #9F8C32", "*. c #A88F0E", "=. c #A28E13", "-. c #AC950E", ";. c #AF980E", ":. c #A59113", ">. c #AC9610", ",. c #A8961D", "<. c #B19309", "1. c #B49B0B", "2. c #B99D09", "3. c #B29E11", "4. c #B89F15", "5. c #A8942F", "6. c #A59732", "7. c #BBA20C", "8. c #BFA90C", "9. c #B9A312", "0. c #BAA73B", "q. c #B6A427", "w. c #89824E", "e. c #8C8651", "r. c #9B8B45", "t. c #918C53", "y. c #9D954D", "u. c #959065", "i. c #8F8F79", "p. c #AB944A", "a. c #AD9745", "s. c #A6985A", "d. c #B19F40", "f. c #B59D4B", "g. c #A19661", "h. c #A59C67", "j. c #ACA148", "k. c #AEA55C", "l. c #B3A54C", "z. c #BDAF44", "x. c #B8A857", "c. c #ADA566", "v. c #ABA67B", "b. c #B5AB64", "n. c #B8B279", "m. c #C1A609", "M. c #C4AA0A", "N. c #CBAE05", "B. c #C4A808", "V. c #C0A915", "C. c #CEB307", "Z. c #CBB10B", "A. c #CEB31F", "S. c #D1B504", "D. c #D4B804", "F. c #D8B701", "G. c #DABB01", "H. c #DBBF0A", "J. c #D8BC1A", "K. c #CAAF21", "L. c #C0AF30", "P. c #C7B331", "I. c #D7BF29", "U. c #D3BE3E", "Y. c #C5B355", "T. c #D2BF52", "R. c #C7B749", "E. c #C2B661", "W. c #C4B863", "Q. c #C5BC74", "!. c #C7BE78", "~. c #DEC004", "^. c #DAC21E", "/. c #DCC422", "(. c #DFCA3F", "). c #E3C401", "_. c #E2C608", "`. c #E6C800", "'. c #E6C90D", "]. c #E8C700", "[. c #EBCC00", "{. c #EACD0A", "}. c #E4CA1D", "|. c #E4C915", " X c #EFD000", ".X c #EED00F", "XX c #EDD21C", "oX c #F0D000", "OX c #E4CC21", "+X c #E7CF29", "@X c #E8CF20", "#X c #E8CF2A", "$X c #E2CB38", "%X c #EAD122", "&X c #EAD22B", "*X c #EBD43C", "=X c #EAD337", "-X c #F0D72D", ";X c #F0D83C", ":X c #D9C545", ">X c #D7C55A", ",X c #CCC275", "XY.k.Y : $ & & & & & & & * * ", "& & & * & & @ ; w.U.&X-XwX;X*X8X7X0XiXjXiXQ.b * & & & & & & & & ", "& & * & & + A R.%X@X#X*X7X7X8X8X9XuX0X0XyXsXdXb.9 @ & & & & & & ", "& & : : @ E OX}.}.&X-X6XR.k.g.g.v.b.XwX>XY.Y. c #B8860B", ", c #F3E64B", "< c #D1C166", "1 c #BDB76B", "2 c #1A1A1A", "3 c #2B2B2B", "4 c #CD853F", "5 c #FFFF00", "6 c #D7EB31", "7 c #CED85A", "8 c #D7F46E", "9 c #262626", "0 c #474747", "q c #F2DE0D", "w c #CDCD1D", "e c #B3B37E", "r c #696969", "t c #707070", "y c #6A6A8D", "u c #8C8C8C", "i c #BC8F8F", "p c #EFDF84", "a c #384B66", "s c #616161", "d c #7E88AB", "f c #A3A3A3", "g c #333333", "h c #595959", "j c #8F8F8F", "k c #A6A6A6", "l c #969696", "z c #999999", "x c #4F4F4F", "c c #1F1F1F", "v c #545454", "b c #E9967A", "n c #778899", "m c #DAAA00", "M c #666666", "N c #F4A460", "B c #ABABAB", "V c #DEB887", "C c #787878", "Z c #96522D", "A c #B7644D", "S c #5E5E5E", "D c #8B4513", "F c #141414", "G c #121212", "H c #0F0F0F", "J c #575757", "K c #6B6B6B", "L c #5C5C5C", "P c #4A4A4A", "I c #737373", "U c #4D4D4D", "Y c #232375", "T c #E8E8E8", "R c #FFFFFF", "E c #B3B3B3", "W c #878787", "Q c #919191", "! c #9C9C9C", "~ c #7A7A7A", "^ c #9E9E9E", "/ c #858585", "( c #B5B5B5", ") c #708090", "_ c #757575", "` c #8A8A8A", "' c #BFBFBF", "] c #EDEDED", "[ c #DEDEDE", "{ c #CFCFCF", "} c #7D7D7D", "| c #6E6E6E", " . c #080808", ".. c #D4D4D4", "X. c #000001", "o. c #171717", "O. c #F5F5F5", "+. c #B0B0B0", "@. c #2F4F4F", "#. c #0A0A0A", "$. c #00562D", "%. c #ADADAD", "&. c #000000", "*. c #7E7E7E", "=. c #B8B8B8", "-. c #D6D6D6", ";. c #050505", ":. c #0D0D0D", ">. c #949494", ",. c #E5E5E5", "<. c #030303", "1. c #FCFCFC", "2. c #DBDBDB", "3. c #BABABA", "4. c #EBEBEB", "5. c #D9D9D9", "6. c #F0F0F0", "7. c #828282", "8. c #B6E2CE", "9. c #CCCCCC", "0. c #F7F7F7", "q. c #C7C7C7", "w. c #C9C9C9", "e. c #F2F2F2", "r. c #C2C2C2", "t. c #FAFAFA", "y. c #A8A8A8", "u. c #A1A1A1", "i. c #BDBDBD", "p. c #DCDCDC", "a. c #E3E3E3", "s. c #404040", "d. c #C4C4C4", "f. c #BDBFC0", "g. c #6B3939", " . X X X X X o O + + O X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X . ", "+ + + + @ # $ % & * X = - $ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ", "X + + + ; O : > , , , < 1 * 2 3 @ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X ", "X + + $ X 4 5 5 6 7 7 , 8 8 1 $ 9 @ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X ", "X + ; 0 q 5 w e r t y u i 8 p 1 $ 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X ", "X % O w 5 > a s t y u y d f 8 p e 2 g + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X ", "X O > 5 4 a h s 1 e e j k l z 8 8 x c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X ", "O O q q v O 1 1 1 , < b i n n e 8 1 - g + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X ", "O * 5 m O M e , 7 N < 8 B V u C 6 w + # + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X ", "O Z 5 Z O * > w > A 1 N 6 S O = m q * 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + g + g g + + + + + g + g + + + g + + + g g + g g + + + + + + X ", "O Z 5 Z 2 $ > q * * * > m D * 9 m q * % @ + 3 ; 9 g + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @ 3 % 9 % # 9 = 9 3 ; 3 # % % + # 3 # % ; = 3 9 3 # 9 # % + + + X ", "O * 5 > O > > > m * * q m * g = q q & = # F = X . 2 ; & + + + + + + + + + + + + + + + + + + @ g F G F F F F G $ % H % & 3 J t h M M J # r K v r L K s = P M P I U M t : r v g J = + + X ", "O * q m g g Y > m m m > > * Y * 5 m O % c j T R R E g c @ + + + + + + + + + + + + + + + + + # & W u W W W W Q M ! J 9 ; ~ ! ^ u Q / Q X ( y J f Q # v ) _ j C M K ~ W J ^ l ` c + + X ", "o 9 m 5 * Y * * * > > * 9 * $ m 5 * $ F ^ R R ' ] R [ 9 3 g + + + + + + g + + + + + g + + + c P R R R R R R R { ) R Q G # h L I } J # r / L ) I L h S + = C | U & } J P I S C Q U # g + X ", "X 9 * 5 q * Y % * * ; * % Y > 5 m O - . R ] P .c ..R j X.o.% & + + & c G 3 & + $ G o.G - + ; 0 R O.B +.E E E t ) R / o.+ g # 9 - & @.& = ; ; P . #.o.@ & $.g 9 9 9 g = & U ; #.$ . + + X ", "X + O Z 5 q * % O ; $ Y g > 5 q * 9 2 M R %.&.+ - . C P M +.s $ + g 9 *.k v ; F o l =.f v o.- P R -.;.:.F F o.&.j R / o.+ @ ; o._ ..R R ..C o.G 0 E >.3 = = $ v +./ ; g = - S %.| $ + + X ", "X + = ; Z 5 5 m > * Z > q 5 q * $ @ 2 J R ,.+ <.c $ o.<.E R u H + g G { R I &.I 1.R R R R l <.o R 2.c 9 # # # H u R / o.+ 3 2 =.R R ] ] R R 3.<.P R 4.; # + F _ R ..F g + H u R k :.+ + X ", "X + + = $ * m q 5 5 5 5 q > + ; + + = - 3.R R z J $ 2 o.! R ) F + g o.3.R x . R R f J Q R R M % R 5.F - ; ; 9 .j R / o.+ G ! R 6.s % % S ] R 7.% R ..9 # + 2 K R 8.2 g + F ) R l G + + X ", "X + + + + ; % * * > > * * $ 3 @ + + @ 9 ; >.R R R 9.U &.z R ) F + g o.3.R 0 f R z &.H &.C R 9.+ 0.0.q.w.w.w.{ 7.) R / o.; . R R U &.3 3 &.U R 0.J R -.9 # + 2 K R 8.2 g + F ) R l G + + X ", "X + + + + + g % 9 9 9 9 3 + + + + + + @ 3 G g C 5.R 1.3 ~ R 7.F + g o.3.R v 3.R 0 o.& 9 ; e.T P ] R R R R R R w.~ R 7.o.o.| R r.#.g + + g H 8.R 7.O.-.9 # + 2 K R 8.2 g + F ) R l G + + X ", "X + + + + + + + + g + + + + + + + + @ - G # % :.G z R ^ | R *.F + g o.=.R v ( R c + 3 # ] 4.P t.,.L s M M K @ u R } G o.~ R y.:.@ + + @ H u.R ` 6...; # + 2 r R i.o.g + F } R l G + + X ", "X + + + + + + + + + + + + + + + + g # 7.^ & % . o.% R q.) R C :.& + :.E R h E R v - + % g 6.T P R -. .H o.o.o.&.*.R E .o.S R 5.G 9 @ @ 9 o.[ R _ 0.p.2 = & F S R 3.#.+ & :._ R ! G + + X ", "X + + + + + + + + + + + + + + + + g F ..R u &.- &.x R ( : R r. .F #.c T R 0 E R v - + % g ] 4.U R p.% = + + + ; X R R S &.G 4.R j <.H H <.Q R 2.# t.1.0 &.o.&.k R ] + <.F ;.3.R j G + + X ", "X + + + + + + + + + + + + + + + + + o.M R R I @.M T R r F 0.R E . 0 9.R ..#.q.R v - + % g ] ] U R p.9 # + + + + G Q R R j # J R R ( M M =.R R L &.B R 4.s . ! R R R a.L s.%.R 1.& ; + + X ", "X + + + + + + + + + + + + + + + + + g F l R R R R R ! 2 G L 1.R R R R [ = ;.T R h 2 + % g R R J R 6.9 # + + + + # o.>.R R 6.&.M O.R R R R O.| F 9 9 d.R R R R R I f.R R R R O.L F @ + + X ", "X + + + + + + + + + + + + + + + + + @ # o.: +.r.%.S o.3 & o.X f -.{ Q # o.# ^ 8.P ; + # g i.i.P q.+.3 = + + + + @ 3 F x f u.3 H @ u =.=.u @ G g & ; - C i.9.f X ;.; *.' w.^ O o.+ + + + X ", "X + + + + + + + + + + + + + + + + + + = 3 G G 2 F o.g @ + g o.:.% ; G 9 @ + ; c g @ # = + ; ; = ; 9 + + g + g + + g # o.G - @ @ $ G o.F H ; @ + g & % #.F c G c & 3 G 2 c G $ @ + + + + X ", "X + + + + + + + + + + + + + + + + g + * * * g 3 = g = g # * * * $ # g = g = 3 # = g * * # # % g # % = g g # = = g * * * # # = # g = = g + g = # = g * * * 3 = = g = + = 3 = g = = + + + X ", "X + + + + + + + + + + + + + + + + g g * Z * Z * @ * * = * * * * * * * * * * * * + g.Z * * * * @ + * * * * * * * 3 * * * * * * * Z * * Z * * * * * # * * * * * * * * * * * * * * * = + + X ", "X + + + + + + + + + + + + + + + + + = + * * * * > * Z g.* * Y * > = * > * Z * * * = * * * # > * @ > Z * + > * Z = * * * Z * * Z * > * + > * * > * 3 * * + * * > @ * > Z * Z Z * * # + + X ", "X + + + + + + + + + + + + + + + + + g g.* * * @ * * * + + * * * * * * * * * * @ * = * * * * * * * * * * * * * * = * g * * * * * = * * * * * * * * # * * * * g Z * * Z * g * * * * = + + X ", "X + + + + + + + + + + + + + + + + + + g g g + g # * g.g = + * g * * + # * @ = + g g * + g * # @ * = = * * = * + g g g g g * @ = + # g.* # @ * = g g + * g.g = g Z Z + # + = @ * g g + + X ", "X + + + + + + + + + + + + + + + + + + + g g + + + = g + + g # + g # g + # g + g + + = g g # + g = g + = g + = g + g + + g = g + + + g = + g = + + + g g g g + g @ g = + + + g = + + + + X ", "+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + g + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + g g + + + + + + + + + + + ", " . X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X . " }; exporters/maya/sunflowExporter/sunflowExport.sln0000644000175000017500000000366611301357544021745 0ustar user03user03 Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sunflowExport", "sunflowExport.vcproj", "{CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Maya_7.0_Debug|Win32 = Maya_7.0_Debug|Win32 Maya_7.0_Release|Win32 = Maya_7.0_Release|Win32 Maya_8.0_Debug|Win32 = Maya_8.0_Debug|Win32 Maya_8.0_Release|Win32 = Maya_8.0_Release|Win32 Maya_8.5_Debug|Win32 = Maya_8.5_Debug|Win32 Maya_8.5_Release|Win32 = Maya_8.5_Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_7.0_Debug|Win32.ActiveCfg = Maya_7.0_Debug|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_7.0_Debug|Win32.Build.0 = Maya_7.0_Debug|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_7.0_Release|Win32.ActiveCfg = Maya_7.0_Release|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_7.0_Release|Win32.Build.0 = Maya_7.0_Release|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_8.0_Debug|Win32.ActiveCfg = Maya_8.0_Debug|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_8.0_Debug|Win32.Build.0 = Maya_8.0_Debug|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_8.0_Release|Win32.ActiveCfg = Maya_8.0_Release|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_8.0_Release|Win32.Build.0 = Maya_8.0_Release|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_8.5_Debug|Win32.ActiveCfg = Maya_8.5_Release|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_8.5_Debug|Win32.Build.0 = Maya_8.5_Release|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_8.5_Release|Win32.ActiveCfg = Maya_8.5_Release|Win32 {CD4CF0BD-AE53-48D8-9152-B34A2E397FC6}.Maya_8.5_Release|Win32.Build.0 = Maya_8.5_Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal exporters/maya/sunflowExporter/mel/0000755000175000017500000000000011301357544017072 5ustar user03user03exporters/maya/sunflowExporter/mel/AEsunflowHelperNodeTemplate.mel0000644000175000017500000000277611301357544025152 0ustar user03user03 global proc AEsunflowHelperNewGroup(string $shadingGroupPlug ) { createRenderNode -shadersSG ("connectAttr %nodeSG.message "+$shadingGroupPlug) ""; } global proc AEsunflowHelperReplaceGroup( string $shadingGroupPlug, string $dashSource, string $node ) { connectAttr -f ($node+".message") $shadingGroupPlug; } global proc AEsunflowHelperNodeShaderNew( string $shadingGroupPlug ) { setUITemplate -pst attributeEditorTemplate; attrNavigationControlGrp -label "Shader" shadingGroupOverride; AEsunflowHelperNodeShaderReplace($shadingGroupPlug); } global proc AEsunflowHelperNodeShaderReplace( string $shadingGroupPlug ) { attrNavigationControlGrp -edit -attribute $shadingGroupPlug -enable true -createNew ("AEsunflowHelperNewGroup "+$shadingGroupPlug) -connectToExisting ("AEsunflowHelperReplaceGroup "+$shadingGroupPlug) shadingGroupOverride; } global proc AEsunflowHelperNodeTemplate( string $nodeName ) { editorTemplate -beginScrollLayout; editorTemplate -l "Type" -addControl "type"; editorTemplate -beginLayout "File Mesh Attributes" -collapse 0; editorTemplate -l "File" -addControl "meshPath"; editorTemplate -endLayout; editorTemplate -beginLayout "Infinite Plane" -collapse 0; editorTemplate -callCustom "AEsunflowHelperNodeShaderNew" "AEsunflowHelperNodeShaderReplace" "shaderNode"; editorTemplate -endLayout; //editorTemplate -addExtraControls; editorTemplate -endScrollLayout; } exporters/maya/sunflowExporter/mel/unregisterSunflowRenderer.mel0000644000175000017500000000021211301357544025020 0ustar user03user03global proc unregisterSunflowRenderer(){ if ( `renderer -q -ex sunflow` ) renderer -unregisterRenderer sunflow; updateRendererUI(); }exporters/maya/sunflowExporter/mel/createSunflowGlobalsTab.mel0000644000175000017500000005120111301357544024344 0ustar user03user03//================================================================== // Sunflow Renderer Tab //================================================================== // Description: Utility procedure used by other procedures in this file. // Must be used to account for multiple instances of the same tab. // global proc setParentToSunflowTab() { // First set the parent to the correct tab layout. // Account for the special "all renderers" master layer layout // when we are using render layers global string $gMasterLayerRendererName; string $renderer = isDisplayingAllRendererTabs() ? $gMasterLayerRendererName : `currentRenderer`; string $tabLayout = rendererTabLayoutName($renderer); setParent $tabLayout; // Now set the parent to the correct column layout setParent sunflowTabColumn; } // updateMayaSunflowGlobalsUI // // Updates the Sunflow Render Globals UI based on changes in the vector format // global proc updateMayaSunflowGlobalsUI() { string $sunflowGlobals = sunflowCheckGlobals(); string $prefix = sunflowGetPrefix(); } // enableSunflowLayout // // This callback function can be called when a checkBoxGrp checkbox // controls the enabled state of a layout. // // Parameters: // $attrName - a string representing a boolean attribute // $layoutAffected - a string which is the name of the layout controlled by the passed attribute // $invert - false if the attribute disables the layout when // it is set to false; true if the attribute disables // the layout when it is set to true // global proc enableSunflowLayout( string $attrName, string $layoutAffected, int $invert) { string $oldParent = `setParent -query`; setParentToSunflowTab(); // Get the value of the attribute. int $state = `getAttr $attrName`; if ( $invert ) { $state = !$state; } // Disable/Enable the given layout based on the value. layout -edit -enable $state $layoutAffected; setParent $oldParent; } // initializeUI // // This function initilize the parts of UI which are // created manually and which needs to be updated manually. // proc initializeUI() { string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); } // createSunflowSamplingFrame // // Creates the sunflow sampling frame layout for the Sunflow tab of the Sunflow // Render Globals // global proc createSunflowSamplingFrame( string $sunflowGlobals, string $parent ) { setUITemplate -pushTemplate attributeEditorTemplate; setParentToSunflowTab(); setParent $parent; string $prefix = sunflowGetPrefix(); columnLayout -adj true; // Min Sampling Tolerance attrFieldSliderGrp -min -3 -max 6 -label "Min Sampling" -attribute ($sunflowGlobals + ".minSamples"); // Max Sampling Tolerance attrFieldSliderGrp -min -3 -max 6 -label "Max Sampling" -attribute ($sunflowGlobals + ".maxSamples"); // Pixel Filter -- this syncs with the enum attribute automatically attrEnumOptionMenuGrp -label "Pixel Filter" -attribute ($sunflowGlobals + ".pixelFilter"); // end columnLayout setParent ..; setUITemplate -popTemplate; } /* // this is no longer needed - unless we add something to this frame later global proc updateSunflowSamplingFrameUI() { string $oldParent = `setParent -query`; setParentToSunflowTab(); string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); string $menuName = ($prefix + "PixelFilter"); int $filter = `getAttr ($sunflowGlobals + ".pixelFilter")`; optionMenuGrp -edit -select ($filter+1) $menuName; setParent $oldParent; } */ // createSunflowPhotonFrame // // Creates the sunflow photon frame layout for the Sunflow tab of the Sunflow // Render Globals // global proc createSunflowPhotonFrame( string $sunflowGlobals, string $parent ) { setUITemplate -pushTemplate attributeEditorTemplate; setParentToSunflowTab(); setParent $parent; string $prefix = sunflowGetPrefix(); columnLayout -adj true; // Enable Photons attrControlGrp -label "Enable Photons" -attribute ($sunflowGlobals + ".enablePhotons") -cc "updateSunflowPhotonFrameUI"; frameLayout -collapsable true -collapse 0 -bv false -lv false ($prefix+"PhotonAttributesFrame"); columnLayout -adj true; // Photons attrControlGrp -label "Photons" -attribute ($sunflowGlobals + ".Photons"); // Photons Kd attrControlGrp -label "Photons Kd" -attribute ($sunflowGlobals + ".PhotonsKd"); // Photons Radius attrControlGrp -label "Photons Radius" -attribute ($sunflowGlobals + ".PhotonsRadius"); setParent..; setParent..; // end columnLayout setParent ..; setUITemplate -popTemplate; } global proc updateSunflowPhotonFrameUI() { string $oldParent = `setParent -query`; setParentToSunflowTab(); string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); int $photonState = `getAttr ($sunflowGlobals + ".enablePhotons")`; frameLayout -e -enable $photonState ($prefix+"PhotonAttributesFrame"); setParent $oldParent; } // createSunflowTraceFrame // // Creates the sunflow trace frame layout for the Sunflow tab of the Sunflow // Render Globals // global proc createSunflowTraceFrame( string $sunflowGlobals, string $parent ) { setUITemplate -pushTemplate attributeEditorTemplate; setParentToSunflowTab(); setParent $parent; string $prefix = sunflowGetPrefix(); columnLayout -adj true; // Diffuse Dept attrFieldSliderGrp -min 1 -max 10 -label "Diffuse" -attribute ($sunflowGlobals + ".diffuseDepth"); // Reflection Dept attrFieldSliderGrp -min 1 -max 10 -label "Reflection" -attribute ($sunflowGlobals + ".reflectionDepth"); // Refraction Dept attrFieldSliderGrp -min 1 -max 10 -label "Refraction" -attribute ($sunflowGlobals + ".refractionDepth"); // end columnLayout setParent ..; setUITemplate -popTemplate; } // createSunflowGIFrame // // Creates the sunflow GI frame layout for the Sunflow tab of the Sunflow // Render Globals // global proc createSunflowGIFrame( string $sunflowGlobals, string $parent ) { setUITemplate -pushTemplate attributeEditorTemplate; setParentToSunflowTab(); setParent $parent; string $prefix = sunflowGetPrefix(); columnLayout -adj true; // Enable GI attrControlGrp -label "Enable GI" -attribute ($sunflowGlobals + ".enableGI") -cc "updateSunflowGIFrameUI"; frameLayout -collapsable true -collapse 0 -bv false -lv false ($prefix+"GIAttributesFrame"); columnLayout -adj true; // GI Mode string $fullControlName = `optionMenuGrp -label "GI Mode" -changeCommand "updateSunflowGIMode" ($prefix + "GIMode")`; menuItem -label "Path Tracing"; menuItem -label "IGI"; menuItem -label "Irradiance Cache"; frameLayout -l "Path Tracing" -collapsable true -collapse 0 -bv false -lv false ($prefix+"PTAttributesFrame"); columnLayout -adj true; // PTSamples attrControlGrp -label "Samples" -attribute ($sunflowGlobals + ".PTSamples"); setParent..; setParent..; frameLayout -l "IGI" -collapsable true -collapse 0 -bv false -lv false ($prefix+"IGIAttributesFrame"); columnLayout -adj true; // IGI Samples attrControlGrp -label "Samples" -attribute ($sunflowGlobals + ".IGISamples"); // IGI Sets attrControlGrp -label "Sets" -attribute ($sunflowGlobals + ".IGISets"); // IGI Bias attrControlGrp -label "Bias" -attribute ($sunflowGlobals + ".IGIBias"); // IGI Bias Samples attrControlGrp -label "Bias Samples" -attribute ($sunflowGlobals + ".IGIBSamples"); setParent..; setParent..; frameLayout -l "Irradiance Cache" -collapsable true -collapse 0 -bv false -lv false ($prefix+"ICAttributesFrame"); columnLayout -adj true; // IC Samples attrControlGrp -label "Samples" -attribute ($sunflowGlobals + ".ICSamples"); // IC Tolerance attrControlGrp -label "Tolerance" -attribute ($sunflowGlobals + ".ICTolerance"); // IC Min Spacing attrControlGrp -label "Min Spacing" -attribute ($sunflowGlobals + ".ICSpacingMin"); // IC Max Spacing attrControlGrp -label "Max Spacing" -attribute ($sunflowGlobals + ".ICSpacingMax"); setParent..; setParent..; setParent..; setParent..; // end columnLayout setParent ..; setUITemplate -popTemplate; } global proc updateSunflowGIMode(){ string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); // Get the current selection for the GI Mode. string $menuName = ($prefix + "GIMode"); int $selection = `optionMenuGrp -q -select $menuName`; setAttr ($sunflowGlobals + ".GIMode") ($selection-1); updateSunflowGIFrameUI(); } global proc updateSunflowGIFrameUI() { string $oldParent = `setParent -query`; setParentToSunflowTab(); string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); int $GIState = `getAttr ($sunflowGlobals + ".enableGI")`; frameLayout -e -vis $GIState ($prefix+"GIAttributesFrame"); int $GIMode = `getAttr ($sunflowGlobals + ".GIMode")`; frameLayout -e -vis false ($prefix+"PTAttributesFrame"); frameLayout -e -vis false ($prefix+"IGIAttributesFrame"); frameLayout -e -vis false ($prefix+"ICAttributesFrame"); if($GIMode==0) frameLayout -e -vis true ($prefix+"PTAttributesFrame"); if($GIMode==1) frameLayout -e -vis true ($prefix+"IGIAttributesFrame"); if($GIMode==2) frameLayout -e -vis true ($prefix+"ICAttributesFrame"); setParent $oldParent; } // createSunflowEnvironmentFrame // // Creates the sunflow sky and sun frame layout for the Sunflow tab of the Sunflow // Render Globals // global proc createSunflowEnvironmentFrame( string $sunflowGlobals, string $parent ) { setUITemplate -pushTemplate attributeEditorTemplate; setParentToSunflowTab(); setParent $parent; string $prefix = sunflowGetPrefix(); columnLayout -adj true; columnLayout -adj true -cal "center"; button -l "Create Sun & Sky" -rs true -c ("createAndConnectSunSky "+$sunflowGlobals) ($prefix+"SunSkyButton"); setParent..; frameLayout -collapsable true -collapse 0 -bv false -lv false -vis false ($prefix+"EnvironmentGroupFrame"); columnLayout; frameLayout -l "Sky Attributes" -collapsable true -collapse 0 ($prefix+"EnvironmentSkyAttributesFrame"); columnLayout; attrFieldSliderGrp -min 2 -max 15 -label "Turbidity" -attribute ($sunflowGlobals + ".skyTurbidity"); attrFieldSliderGrp -min 1 -max 2048 -label "Samples" -attribute ($sunflowGlobals + ".skySamples"); setParent..; setParent..; frameLayout -l "Sky UI Attributes" -collapsable true -collapse 0 ($prefix+"EnvironmentSkyUIAttributesFrame"); columnLayout; attrFieldSliderGrp -min 0 -max 200 -label "Sky Size" -attribute ($sunflowGlobals + ".skySize"); attrFieldSliderGrp -min 1 -max 6 -label "Resolution" -attribute ($sunflowGlobals + ".skyResolution"); attrFieldSliderGrp -min 0 -max 1 -label "Exposure" -attribute ($sunflowGlobals + ".skyExposure"); setParent..; setParent..; setParent..; setParent..; setParent ..; setUITemplate -popTemplate; } global proc updateSunflowEnvironmentFrameUI() { string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); if (`connectionInfo -id ($sunflowGlobals + ".skyNode")`){ string $sky = `connectionInfo -sfd ($sunflowGlobals + ".skyNode")`; string $skyNode = basenameEx($sky); connectAttr -f ($sunflowGlobals + ".skyTurbidity") ($skyNode+".turbidity"); connectAttr -f ($sunflowGlobals + ".skySize") ($skyNode+".size"); connectAttr -f ($sunflowGlobals + ".skyResolution") ($skyNode+".resolution"); connectAttr -f ($sunflowGlobals + ".skyExposure") ($skyNode+".exposure"); frameLayout -e -vis true ($prefix+"EnvironmentGroupFrame"); button -e -l "Delete Sun & Sky" -c ("deleteSunSky "+$sunflowGlobals) ($prefix+"SunSkyButton"); }else{ frameLayout -e -vis false ($prefix+"EnvironmentGroupFrame"); button -e -l "Create Sun & Sky" -c ("createAndConnectSunSky "+$sunflowGlobals) ($prefix+"SunSkyButton"); } } global proc createAndConnectSunSky(string $sunflowGlobals){ string $prefix = sunflowGetPrefix(); string $nodes[] = sunflowCreateSunSky(); connectAttr -f ($nodes[1]+".message") ($sunflowGlobals + ".skyNode"); updateSunflowEnvironmentFrameUI; } global proc deleteSunSky(string $sunflowGlobals){ string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); if (`connectionInfo -id ($sunflowGlobals + ".skyNode")`){ string $sky = `connectionInfo -sfd ($sunflowGlobals + ".skyNode")`; disconnectAttr $sky ($sunflowGlobals + ".skyNode"); string $skyNode = basenameEx($sky); if (`connectionInfo -id ($skyNode + ".sunLight")`){ string $sun = `connectionInfo -sfd ($skyNode + ".sunLight")`; string $sunNode = basenameEx($sun); disconnectAttr $sun ($skyNode + ".sunLight"); delete `pickWalk -d up $sunNode`; } disconnectAttr ($sunflowGlobals + ".skyTurbidity") ($skyNode+".turbidity"); disconnectAttr ($sunflowGlobals + ".skySize") ($skyNode+".size"); disconnectAttr ($sunflowGlobals + ".skyResolution") ($skyNode+".resolution"); disconnectAttr ($sunflowGlobals + ".skyExposure") ($skyNode+".exposure"); delete `pickWalk -d up $skyNode`; } updateSunflowEnvironmentFrameUI; } // createSunflowOverrideFrame // // Creates the sunflow override frame layout for the Sunflow tab of the Sunflow // Render Globals // global proc createSunflowOverrideFrame( string $sunflowGlobals, string $parent ) { setUITemplate -pushTemplate attributeEditorTemplate; setParentToSunflowTab(); setParent $parent; string $prefix = sunflowGetPrefix(); columnLayout -adj true; // Material Override string $fullControlName = `optionMenuGrp -label "Material Override" -changeCommand "updateSunflowOverride" ($prefix + "MaterialOverride")`; menuItem -label "none"; menuItem -label "ambocc"; menuItem -label "uvs"; menuItem -label "normals"; menuItem -label "id"; menuItem -label "prims"; menuItem -label "gray"; menuItem -label "wire"; frameLayout -collapsable true -collapse 0 -bv false -lv false ($prefix+"OverrideAttributesFrame"); columnLayout -adj true; attrControlGrp -label "Max Distance" -attribute ($sunflowGlobals + ".ambOverrideDist"); setParent..; setParent..; // end columnLayout setParent ..; setUITemplate -popTemplate; } global proc updateSunflowOverride(){ string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); // Get the current selection for the pixel filter. string $menuName = ($prefix + "MaterialOverride"); int $selection = `optionMenuGrp -q -select $menuName`; setAttr ($sunflowGlobals + ".materialOverride") ($selection-1); updateSunflowOverrideFrameUI(); } global proc updateSunflowOverrideFrameUI() { string $oldParent = `setParent -query`; setParentToSunflowTab(); string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); string $menuName = ($prefix + "MaterialOverride"); int $override = `getAttr ($sunflowGlobals + ".materialOverride")`; optionMenuGrp -edit -select ($override+1) $menuName; frameLayout -e -vis false ($prefix+"OverrideAttributesFrame"); if($override==1) frameLayout -e -vis true ($prefix+"OverrideAttributesFrame"); setParent $oldParent; } // createSunflowBucketFrame // // Creates the sunflow bucket frame layout for the Sunflow tab of the Sunflow // Render Globals // global proc createSunflowBucketFrame( string $sunflowGlobals, string $parent ) { setUITemplate -pushTemplate attributeEditorTemplate; setParentToSunflowTab(); setParent $parent; string $prefix = sunflowGetPrefix(); columnLayout -adj true; // Material Override string $fullControlName = `optionMenuGrp -label "Bucket Order" -changeCommand "updateSunflowBucket" ($prefix + "BucketOrder")`; menuItem -label "hilbert"; menuItem -label "spiral"; menuItem -label "column"; menuItem -label "row"; menuItem -label "diagonal"; menuItem -label "random"; attrFieldSliderGrp -min -4 -max 512 -label "Size" -attribute ($sunflowGlobals + ".bucketSize"); attrControlGrp -label "Reverse" -attribute ($sunflowGlobals + ".bucketReverse"); // end columnLayout setParent ..; setUITemplate -popTemplate; } global proc updateSunflowBucket(){ string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); // Get the current selection for the bucket order. string $menuName = ($prefix + "BucketOrder"); int $selection = `optionMenuGrp -q -select $menuName`; setAttr ($sunflowGlobals + ".bucketOrder") ($selection-1); updateSunflowBucketFrameUI(); } global proc updateSunflowBucketFrameUI() { string $oldParent = `setParent -query`; setParentToSunflowTab(); string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); string $menuName = ($prefix + "BucketOrder"); int $override = `getAttr ($sunflowGlobals + ".bucketOrder")`; optionMenuGrp -edit -select ($override+1) $menuName; setParent $oldParent; } // createSunflowSystemFrame // // Creates the sunflow override frame layout for the Sunflow tab of the Sunflow // Render Globals // global proc createSunflowSystemFrame( string $sunflowGlobals, string $parent ) { setUITemplate -pushTemplate attributeEditorTemplate; setParentToSunflowTab(); setParent $parent; string $prefix = sunflowGetPrefix(); columnLayout -adj true; textFieldButtonGrp -label "Export Path" -text "" -buttonLabel "..." -bc "fileBrowserDialog -m 4 -fc \"sunflowSetExportPath\" -ft \"directory\" -an \"Select\";" ($prefix+"ExportPath"); // end columnLayout setParent ..; setUITemplate -popTemplate; } global proc int sunflowSetExportPath( string $dirName, string $fileType ) { string $sunflowGlobals = sunflowCheckGlobals(); setAttr -type "string" ($sunflowGlobals+".exportPath") $dirName; updateSunflowSystemFrameUI(); return 1; } global proc updateSunflowSystemFrameUI() { string $oldParent = `setParent -query`; setParentToSunflowTab(); string $prefix = sunflowGetPrefix(); string $sunflowGlobals = sunflowCheckGlobals(); string $exportPath = `getAttr ($sunflowGlobals + ".exportPath")`; textFieldButtonGrp -e -text $exportPath ($prefix+"ExportPath"); setParent $oldParent; } // createSunflowGlobalsTab // // Creates the Sunflow tab of the Sunflow Render Globals // global proc createSunflowGlobalsTab() { string $prefix = sunflowGetPrefix(); // Create the render globals node. string $sunflowGlobals = sunflowCheckGlobals(); string $parentForm = `setParent -query`; setParent $parentForm; scrollLayout -horizontalScrollBarThickness 0 sunflowGlobalsTab; columnLayout -adjustableColumn true sunflowTabColumn; // renderMode attrControlGrp -label "Render Mode" -attribute ($sunflowGlobals + ".renderMode"); // Sampling options frameLayout -label "Sampling" -collapsable true -collapse 0 -mh 5 sunflowSamplingFrame; createSunflowSamplingFrame( $sunflowGlobals, "sunflowSamplingFrame"); setParent ..; // Photon options frameLayout -label "Photons" -collapsable true -collapse 0 -mh 5 sunflowPhotonFrame; createSunflowPhotonFrame( $sunflowGlobals, "sunflowPhotonFrame"); updateSunflowPhotonFrameUI(); setParent ..; // Trace Depth options frameLayout -label "Trace Depths" -collapsable true -collapse 0 -mh 5 sunflowTraceFrame; createSunflowTraceFrame( $sunflowGlobals, "sunflowTraceFrame"); setParent ..; // GI options frameLayout -label "Global Illumination" -collapsable true -collapse 0 -mh 5 sunflowGIFrame; createSunflowGIFrame( $sunflowGlobals, "sunflowGIFrame"); updateSunflowGIFrameUI(); setParent ..; // Environment options frameLayout -label "Environment" -collapsable true -collapse 0 -mh 5 -mw 10 sunflowEnvironmentFrame; createSunflowEnvironmentFrame( $sunflowGlobals, "sunflowEnvironmentFrame"); setParent ..; // Material Override options frameLayout -label "Material Override" -collapsable true -collapse 0 -mh 5 sunflowOverrideFrame; createSunflowOverrideFrame( $sunflowGlobals, "sunflowOverrideFrame"); updateSunflowOverrideFrameUI(); setParent ..; // Bucket options frameLayout -label "Bucket" -collapsable true -collapse 0 -mh 5 sunflowBucketFrame; createSunflowBucketFrame( $sunflowGlobals, "sunflowBucketFrame"); updateSunflowBucketFrameUI(); setParent ..; // System options frameLayout -label "System" -collapsable true -collapse 0 -mh 5 sunflowSystemFrame; createSunflowSystemFrame( $sunflowGlobals, "sunflowSystemFrame"); updateSunflowSystemFrameUI(); setParent ..; setParent ..; setParent $parentForm; formLayout -edit -af sunflowGlobalsTab "top" 0 -af sunflowGlobalsTab "bottom" 0 -af sunflowGlobalsTab "left" 0 -af sunflowGlobalsTab "right" 0 $parentForm; // We need to monitor these attributes to warn the user if nothing will be rendered initializeUI(); } exporters/maya/sunflowExporter/mel/sunflowShutdown.mel0000644000175000017500000000017711301357544023027 0ustar user03user03global proc sunflowShutdown(){ sunflowDeleteMenu(); unregisterSunflowRenderer(); print("Sunflow is shutting down!\n"); }exporters/maya/sunflowExporter/mel/AEsunflowSkyNodeTemplate.mel0000644000175000017500000000110111301357544024456 0ustar user03user03global proc AEsunflowSkyNodeTemplate( string $nodeName ) { editorTemplate -beginScrollLayout; editorTemplate -beginLayout "Sky Attributes" -collapse 0; editorTemplate -l "Turbidity" -addControl "Turbidity"; editorTemplate -endLayout; editorTemplate -beginLayout "UI Attributes" -collapse 0; editorTemplate -l "Size" -addControl "size"; editorTemplate -l "Quality" -addControl "resolution"; editorTemplate -l "Exposure" -addControl "Exposure"; editorTemplate -endLayout; editorTemplate -addExtraControls; editorTemplate -endScrollLayout; } exporters/maya/sunflowExporter/mel/updateSunflowGlobalsTab.mel0000644000175000017500000000117211301357544024365 0ustar user03user03//================================================================== // Sunflow Renderer Tab //================================================================== // Description: // Update procedure that is called whenever renderer is changed or // different layer is selected. // Must update any controls whose state may have changed // through another instance of the tab. // global proc updateSunflowGlobalsTab() { //updateSunflowSamplingFrameUI(); updateSunflowPhotonFrameUI(); updateSunflowGIFrameUI(); updateSunflowEnvironmentFrameUI(); updateSunflowOverrideFrameUI(); updateSunflowSystemFrameUI(); }exporters/maya/sunflowExporter/mel/sunflowCreateMenu.mel0000644000175000017500000000137511301357544023245 0ustar user03user03global proc sunflowCreateMenu(){ global string $gMainWindow; if ( `menu -exists sunflowMainWindowMenu` ) deleteUI sunflowMainWindowMenu; if ( $gMainWindow != "" ){ setParent $gMainWindow; menu -label "Sunflow" -tearOff true sunflowMainWindowMenu; menuItem -label "Helper" -subMenu true; menuItem -label "File Mesh" -command sunflowCreateFileMeshHelper; menuItem -label "Infinite Plane" -command sunflowCreateInfinitePlaneHelper; setParent -menu ..; } } global proc sunflowCreateFileMeshHelper(){ createNode sunflowHelperNode -n "sunflowFileMesh#"; } global proc sunflowCreateInfinitePlaneHelper(){ $infinitePlane = `createNode sunflowHelperNode -n "sunflowInfinitePlane#"`; setAttr ($infinitePlane+".type") 1; }exporters/maya/sunflowExporter/mel/AEsunflowShaderTemplate.mel0000644000175000017500000001243711301357544024326 0ustar user03user03global proc sunflowChangeShaderType( string $nodeName ){ string $type = `getAttr ($nodeName+".shader")`; if($type==1){ editorTemplate -dc $nodeName "p_specular" false; editorTemplate -dc $nodeName "p_power" false; editorTemplate -dc $nodeName "p_samples" false; }else{ editorTemplate -dc $nodeName "p_specular" true; editorTemplate -dc $nodeName "p_power" true; editorTemplate -dc $nodeName "p_samples" true; } if($type==2){ editorTemplate -dc $nodeName "amb_dark" false; editorTemplate -dc $nodeName "amb_samples" false; editorTemplate -dc $nodeName "amb_maxdist" false; }else{ editorTemplate -dc $nodeName "amb_dark" true; editorTemplate -dc $nodeName "amb_samples" true; editorTemplate -dc $nodeName "amb_maxdist" true; } if($type==4){ editorTemplate -dc $nodeName "glass_eta" false; editorTemplate -dc $nodeName "glass_adist" false; editorTemplate -dc $nodeName "glass_acol" false; }else{ editorTemplate -dc $nodeName "glass_eta" true; editorTemplate -dc $nodeName "glass_adist" true; editorTemplate -dc $nodeName "glass_acol" true; } if($type==5){ editorTemplate -dc $nodeName "shiny_shiny" false; }else{ editorTemplate -dc $nodeName "shiny_shiny" true; } if($type==6){ editorTemplate -dc $nodeName "w_specular" false; editorTemplate -dc $nodeName "w_upower" false; editorTemplate -dc $nodeName "w_vpower" false; editorTemplate -dc $nodeName "w_samples" false; }else{ editorTemplate -dc $nodeName "w_specular" true; editorTemplate -dc $nodeName "w_upower" true; editorTemplate -dc $nodeName "w_vpower" true; editorTemplate -dc $nodeName "w_samples" true; } if($type==13){ editorTemplate -dc $nodeName "u_diff_texture" false; editorTemplate -dc $nodeName "u_diff_blend" false; editorTemplate -dc $nodeName "u_specular" false; editorTemplate -dc $nodeName "u_spec_texture" false; editorTemplate -dc $nodeName "u_spec_blend" false; editorTemplate -dc $nodeName "u_gloss" false; editorTemplate -dc $nodeName "u_samples" false; }else{ editorTemplate -dc $nodeName "u_diff_texture" true; editorTemplate -dc $nodeName "u_diff_blend" true; editorTemplate -dc $nodeName "u_specular" true; editorTemplate -dc $nodeName "u_spec_texture" true; editorTemplate -dc $nodeName "u_spec_blend" true; editorTemplate -dc $nodeName "u_gloss" true; editorTemplate -dc $nodeName "u_samples" true; } } global proc AEsunflowShaderTemplate( string $nodeName ) { AEswatchDisplay $nodeName; editorTemplate -beginScrollLayout; editorTemplate -addControl "shader" "sunflowChangeShaderType"; editorTemplate -beginLayout "Diffuse Attributes" -collapse 1; editorTemplate -l "Diffuse" -addControl "color"; editorTemplate -endLayout; editorTemplate -beginLayout "Phong Attributes" -collapse 1; editorTemplate -l "Diffuse" -addControl "color"; editorTemplate -l "Specular" -addControl "p_specular"; editorTemplate -l "Power" -addControl "p_power"; editorTemplate -l "Samples" -addControl "p_samples"; editorTemplate -endLayout; editorTemplate -beginLayout "Amb-Occ Attributes" -collapse 1; editorTemplate -l "Bright" -addControl "color"; editorTemplate -l "Dark" -addControl "amb_dark"; editorTemplate -l "Samples" -addControl "amb_samples"; editorTemplate -l "Max Dist" -addControl "amb_maxdist"; editorTemplate -endLayout; editorTemplate -beginLayout "Mirror Attributes" -collapse 1; editorTemplate -addControl "color"; editorTemplate -endLayout; editorTemplate -beginLayout "Glass Attributes" -collapse 1; editorTemplate -l "ETA" -addControl "glass_eta"; editorTemplate -l "Color" -addControl "color"; editorTemplate -l "Absorb Dist" -addControl "glass_adist"; editorTemplate -l "Absorb Color" -addControl "glass_acol"; editorTemplate -endLayout; editorTemplate -beginLayout "Shiny Attributes" -collapse 1; editorTemplate -l "Color" -addControl "color"; editorTemplate -l "Reflection" -addControl "shiny_shiny"; editorTemplate -endLayout; editorTemplate -beginLayout "Ward Attributes" -collapse 1; editorTemplate -l "Diffuse" -addControl "color"; editorTemplate -l "Specular" -addControl "w_specular"; editorTemplate -l "U Power" -addControl "w_upower"; editorTemplate -l "V Power" -addControl "w_vpower"; editorTemplate -l "Samples" -addControl "w_samples"; editorTemplate -endLayout; editorTemplate -beginLayout "Constant Attributes" -collapse 1; editorTemplate -l "Color" -addControl "color"; editorTemplate -endLayout; editorTemplate -beginLayout "Uber Attributes" -collapse 1; editorTemplate -l "Diffuse" -addControl "color"; editorTemplate -l "Diffuse Texture" -addControl "u_diff_texture"; editorTemplate -l "Diffuse Blend" -addControl "u_diff_blend"; editorTemplate -l "Specular" -addControl "u_specular"; editorTemplate -l "Specular Texture" -addControl "u_spec_texture"; editorTemplate -l "Specular Blend" -addControl "u_spec_blend"; editorTemplate -l "Glossyness" -addControl "u_gloss"; editorTemplate -l "Samples" -addControl "u_samples"; editorTemplate -endLayout; editorTemplate -l "Bump Mapping" -addControl "normalCamera"; // include/call base class/node attributes AEdependNodeTemplate $nodeName; editorTemplate -addExtraControls; editorTemplate -endScrollLayout; } exporters/maya/sunflowExporter/mel/sunflowDeleteMenu.mel0000644000175000017500000000016111301357544023234 0ustar user03user03global proc sunflowDeleteMenu(){ if ( `menu -exists sunflowMainWindowMenu` ) deleteUI sunflowMainWindowMenu; }exporters/maya/sunflowExporter/mel/sunflowRender.mel0000644000175000017500000000106211301357544022425 0ustar user03user03global proc sunflowRender(int $width, int $height, int $doShadows, int $doGlowPass, string $camera, string $option){ // sunflowCheckGlobals; sunflowExportCmd($width, $height, $doShadows, $doGlowPass, $camera, $option); } global proc sunflowIPRRender(int $width, int $height, int $doShadows, int $doGlowPass, string $camera, string $option){ print($width+"\n"); print($height+"\n"); print($doShadows+"\n"); print($doGlowPass+"\n"); print($camera+"\n"); print($option+"\n"); sunflowExportCmd($width, $height, $doShadows, $doGlowPass, $camera, $option); } exporters/maya/sunflowExporter/mel/sunflowStartup.mel0000644000175000017500000000076011301357544022654 0ustar user03user03global proc sunflowStartup(){ string $mel_files[] = { "sunflowUtils.mel", "createSunflowGlobalsTab.mel", "updateSunflowGlobalsTab.mel", "registerSunflowRenderer.mel", "unregisterSunflowRenderer.mel", "sunflowRender.mel", "sunflowCreateMenu.mel", "sunflowDeleteMenu.mel", "sunflowShutdown.mel" }; int $i; for ( $i = 0; $i < size($mel_files); $i++) { eval( "source \""+$mel_files[$i]+"\"" ); } registerSunflowRenderer(); sunflowCreateMenu(); }exporters/maya/sunflowExporter/mel/registerSunflowRenderer.mel0000644000175000017500000000364611301357544024473 0ustar user03user03/////////////////////////////////////////////////////////////////////////////// // Description: This procedure is called to register the // sunflow renderer with other renderers in Maya. /////////////////////////////////////////////////////////////////////////////// global proc registerSunflowRenderer() { renderer -rendererUIName "Sunflow" -renderProcedure "sunflowRender" -commandRenderProcedure "sunflowRender" -batchRenderProcedure "sunflowRender" -showRenderLogProcedure "" -batchRenderOptionsProcedure "" -cancelBatchRenderProcedure "sunflowCancelBatch" -showBatchRenderProcedure "" -showBatchRenderLogProcedure "" -iprRenderProcedure "" -startIprRenderProcedure "" -stopIprRenderProcedure "" -changeIprRegionProcedure "" -iprOptionsMenuLabel "" -iprOptionsSubMenuProcedure "" -renderDiagnosticsProcedure "" -renderRegionProcedure "" -textureBakingProcedure "" -polyPrelightProcedure "" -renderingEditorsSubMenuProcedure "" -addGlobalsNode "sunflowRenderGlobals" -logoImageName "sunflowRender.xpm" -logoCallbackProcedure "sunflowLogoCallback" sunflow; // //The first argument of the "-addGlobalsTab" flag is used in creating layout names //and should not be localized. // renderer -edit -addGlobalsTab "Common" "createMayaSoftwareCommonGlobalsTab" "updateMayaSoftwareCommonGlobalsTab" sunflow; renderer -edit -addGlobalsTab "Sunflow" "createSunflowGlobalsTab" "updateSunflowGlobalsTab" sunflow; } global proc sunflowLogoCallback(){ string $url = "http://sunflow.sourceforge.net/"; evalDeferred ("showHelp -absolute \""+$url+"\"" ); } global proc string renderSettingsTabLabel_melToUI (string $mel){ string $result = $mel; if($mel == "Sunflow"){ $result = "Sunflow"; } return $result; } exporters/maya/sunflowExporter/mel/sunflowUtils.mel0000644000175000017500000000351311301357544022311 0ustar user03user03global proc string sunflowGetPrefix() { return "sunflow"; } global proc string sunflowCheckGlobals(){ string $sel[]= `ls -sl`; string $globalsNode; string $globalsNodes[] = stringArrayRemove({""},`lsType sunflowGlobalsNode`); if(size($globalsNodes)){ $globalsNode = $globalsNodes[0]; string $unusedNodes[] = stringArrayRemove({$globalsNode},$globalsNodes); if(size($unusedNodes)) delete $unusedNodes; }else{ $globalsNode = `createNode sunflowGlobalsNode`; } string $projPath = `workspace -q -rd`; string $tmpPath = $projPath+"sunflowScenes/"; string $exportPath = `getAttr ($globalsNode+".exportPath")`; if(!`filetest -d $tmpPath`) sysFile -makeDir $tmpPath; if($exportPath=="") setAttr -type "string" ($globalsNode+".exportPath") $tmpPath; select $sel; return $globalsNode; } global proc string[] sunflowCreateSunSky(){ string $sunLightShape = `createNode directionalLight`; addAttr -ln "isSunSkyLight" -at bool $sunLightShape; setAttr ($sunLightShape+".isSunSkyLight") true; string $sunLight[] = `pickWalk -d up`; $sunLight[0] = `rename $sunLight[0] "sunflowSun#"`; setAttr ($sunLight[0]+".rotateX") -45; setAttr ($sunLight[0]+".rotateY") 45; setAttr ($sunLight[0]+".rotateZ") 0; string $sky = sunflowCreateSky($sunLight[0]); return {$sunLight[0], $sky}; } global proc string sunflowCreateSky(string $light){ string $lightShape[] = `listRelatives -s $light`; string $skyShape = `createNode sunflowSkyNode`; string $sky[] = `pickWalk -d up`; $sky[0] = `rename $sky[0] "sunflowSky#"`; string $tmp[] = `pickWalk -d down`;$skyShape=$tmp[0]; connectAttr -f ($lightShape[0]+".message") ($skyShape+".sunLight"); setAttr ($skyShape+".template") 1; setAttr ($skyShape+".size") 0.5; pointConstraint -offset 0 0 0 -weight 1 $light $sky[0]; return $skyShape; } exporters/sketchup/0000755000175000017500000000000011301357544013766 5ustar user03user03exporters/sketchup/Components/0000755000175000017500000000000011301357544016113 5ustar user03user03exporters/sketchup/Components/su2sf/0000755000175000017500000000000011301357544017155 5ustar user03user03exporters/sketchup/Components/su2sf/su2sf_sphericallight.skp0000644000175000017500000005051011301357544024021 0ustar user03user03SketchUp Model {5.0.150}:myIuUϲF CVersionMap CArcCurve CAttributeCAttributeContainerCAttributeNamedCCamera CComponent CComponentBehaviorCComponentDefinition CComponentInstanceCConstructionGeometryCConstructionLineCConstructionPointCCurveCDefinitionListCDib CDimensionCDimensionLinearCDimensionRadialCDimensionStyleCDrawingElement CEdgeCEdgeUseCEntityCFaceCFaceTextureCoords CFontManagerCGroupCImageCLayer CLayerManagerCLoop CMaterial CMaterialManager CPageList CPolyline3d CRelationshipCRelationshipMapCRenderingOptions CSectionPlane CShadowInfoCSkFont CSketchCSCSketchUpModel CSketchUpPageCText CTextStyleCTexture CThumbnailCVertex CViewPage CWatermarkEnd-Of-Version-MapCDib^PNG  IHDR_4XfsBITO pHYsb&2IDATx^Tg Ӫ-.{$kўk=U-Xni ʶ (Bs WcA׆ZH3?^\Ȍ=f>;o!7x,^+x@`W 0^+x@`W 0^+x !~ՈK!9sb&$IJwٳg-˯cK͛ׯ_ϷB˷Bh߾}|hEEDDtvvСC|hAlٲ>;@4KJJ,Yw ;qz?F[PXXX\\̷ 1 @;***#88o1!,c/^;ЪU! $&&뫩bLDhh(!2@&4 *,,t8w.((BhÆ "(kڵk$Iw-((pz FYӧ ``8)@REFFq񭭭]]]7nTUU 6lͭ(ŋD@^^^ZL&ӊ+X={6׎t|BƼ<ͦhq\:.// Bm0L٬xڠQ`YVV3 bŊNݻw5MSSYhϿpBJJ_oe| Fjic1jz… zBod2eff6^{mΜ9 EEEf:n…mmmn Ǐ///⺸$pt0QQQ111&`0sKZ$I8߹sGь|DvxHLyy\.W(Z~#.OaӤOdžY:?u'NK/t:-[>BHׯ\/=v옻 А0Դf͚K.AJBPT[ldB(''W_=uJKWˤ$Awt7}׶8u.B;2MW %t\\^k,vڈ7x#??X{s OāT*AҒtt߲%̘(I?$Bt[{?Nq>RVۛ^RRۻzR~+  ~~~aaa+))ٺ5wZ=/ABu+KOh7uwtuЂ\RsN QT:[93gfȧ LJ` DU]uv}].ΘCD` W._&H"joֺG(JBQJ*J|H{ 4㠙;}}wꛟNVU=x)0~A=Lx}퇑`D՟׼،݅xwRO" v:]}ava8յ_~{Ap .8B~+W[a )))A,_ YfIR`Qv%U\#O |h}twWH$Bæx !];08rfKKR hiiiiiinn4CCCCCCryBBBLLRtH03 4.qZإT*JeHHȂ v7zSO)ʟ(D*R e\vNLo bȸsa\FbX,Z[[ t΁72;sOeJOQ2JJIhj٧ ;v;d!Cm=f@wMP~ #!|6y_}Y%IeRн0!~-3vG#_!=TG ^  H:5X*@g͜!m$'ӧO(DtNkJ].!A~G7@M[wU+S1r\n۶mdM&555((HTFGGKHcx(9s )))xM!LYAAAAA~>NxՉ\o<s?=qVXn/&K`|ٳg>{'fB9í98σ,rx!H:/3ԉ!k.?55u޼yx0s|o  %I^jݹcm7i_4=11ܹs;w\x{[lL| "##c֭>ºn:eK4]}>$)$r?v<XW@= qt[,}V[W?f9''ȑ#w㙞?R_Lgy+??oMKWN?mw՟glvf̘;Vin|KkKFDDԬ_ dOL|4Mٳu7oNNN;w?iaӧSPv !-nxTᣟӌkg^QRR <<BR8?0I/O>ٳgOqqq@@ƍ񊰭[1o̧TS/"w"#k?oÙc~;ioqr 1ܹs׮]{qBqƮ:5[z͝=sgO?xͷMk֬MJxSrySSӲeϟ$x-=`3sJKKYݰaCrr/mòlRRRNN`͚5c5O"]SS?RaҘL&$?4M/Zh,W' ڷo1xNa 4Mj}XByyy/^t2al!Q!8r]# i(V lǖ1QF ;\ǁIȹ,**l6]kĆG#M64M'$$ !u:M -LDq_f]ZZƔo"|͸8kʕɢ()իZv*/////6v}aID7RSSǷ oBw >¶6]`ʰ#3.~~Ɂ c9HgA۬$YRR»@&8q"--n\WD8\.4x-(Yw{DÞja j):n؛p .Ln11D<---m˗/bB,L ILOOtI"mė\.c2Q ~I;IB066b"F:x@yfh4rt<~eW 0^+x󿆨e5IENDB`CCamera%A[=K8W6GM@I@'g@ S+A@W6@@ n;?q Vؿ)b??@>@.!@.ݫ??CuJ2fnDJW?CLayerLayer0LayerTT?CFace33333Dbi=?wsCLoopCEdgeUseCEdgeCVertex[Z0P77E?r\.@v\ZNv r\.@ -p\-idT:C@r\.@ k.p\-iKr\.@  HHb=ԿsFO=ml[?[z>M  ̷q;?r\.@pq~bj3r\.@    ! Uz$'ۿz$'?ڙ?啉W(  \oB`K`̢@r\.@( +sA%0fi@r\.@( .( ( ޜ8*WDKj.=+?<  3 $p>:@$ f%@r\?3 p>:ГǗr\?73 :3 z$'ۿz$'ۿÙ?s  LsB/XB6r\.@> >  EA> _vewe??q^  0I .$@h@r\?I 7MI 6I6 bHh x*DHh ?di   p>:fg1-0;h4|q>:~ĥ@;h4R :UR 9R 7VR9 Pxe=wef?"  D] <] $oϙ.r\?:] Eb]< %̿%?nml[?1Vؽ  X0rE?r\.@ f i+f *f #f*0 ?r\.  0?b18?E?r\.@io ho o !x3rD_lr\.@o w7b18?]lr\.@o z>o?ybj3r\.@o }>o?;?r\.@o roh F' IHb=?ml[?v  q u ?K`̢@r\.@r + kk# Ü8*W?u~F?  q5@ؑKr\.@ӏ5@cT:C@r\.@ яҖ@XǗr\? SҏҖ@Ю$ f%@r\?  {ve?we俊?nCͮ  mBCN?ϗ,!r\.@ *GM@Gϙ.r\?   ?g?g?Hh ?v  V|DEh@Ah4 [ O MO C33333?!R ?K  .k7@0Nv r\.@k7@XP77E?r\.@   IHb=?Iw,Kml[? E   }  Iz$'?z$'ۿؙ?R  u ?p/XB6r\.@   z$'?z$'??PA    rBCN?%0fi@r\.@  }%?%̿ml[?nOT  | z  qZ+nrH433333??r  . -  - Kt):Ю$ f%@FV p>:XǗF U ?gW?g?THh Ͽ﫰bO  ! ¤$\h@F! %! ! ڜ8*Wa~F<ٿMOX  .p\-iؑKFh/p\-icT:C@Fh* -* * .* E?gϩ?g忹Hh Ͽx=g  UDEϙ.Ah45 5 l¤$Gϙ.F5 <85 vewe@ٿkd4  PuAϗ,! Fh-@ C<@ ;@ 0@; /gW4ޮHh Hh ϿC  |RDu1@ϙ.Ih48I >I <GM@oϙ.LFI PLI> _2ޮHh ?Hh Ͽuvg@  GM@@h@LF%T $T T WT bo8*W?$ٿ(Y  jwA%0fi@ FhjBCN?%0fi@$Fh] %`] V] aW]V$ ?g??g?yHh Ͽ0H  h яҖ@@$ f%@xFh mWh [h[ xxeIwe?ٿ\֔eg  'r cr .`r 3r' BA9i8*W:ٿK  oBCN?,!$FhCy |Py Oy EyOq %?%?ml[?.e*4       Ij%C=33333?  _ u ?`K`̢@ Fha uBK`̢@Fh `_ z$'?z$'?ʷ6  Rk7@0P77E?*Fh  a5@dT:C@6Fh  wɕ IHb=?ml[]b  9rE?Fh6b18?E?Fh    -z$'ۿz$'?鿶a[   ]ZXP77E?Fh . v c Ive?we?<ٿ{vu5   f o mf I%̿%?ml[Ud    q;?Fh  m33333&R pSS)  ]Z0Nv Fh - , v |\kҊC6Fh   :o?;? Fh ;o?~bj3 Fh 9b18?D_lFh 1r⿀]lFh nqybj3Fh   %?%?{ml[      23333?O\6=ș鿭ߢ   k7@Nv *Fh  ?5@K6Fh  $ pHHb=Կml[3   ru ?/XB6 Fh rBp/XB6Fh  %?%̿ml[N̓}      =cQҥB33333㿎˟6U   | { C <%̿"%̿ml[~z          HHb=?ssFO=ml[*      z$'?z$'ۿי鿠XӍ    |  z$'ۿz$'ۿÙ⪮  " " B" " mIHb=Կ}\|ml[}.  ( ( ( ({ B 9xe?=we俩ٿ3FJp  . vяҖ@ГǗxF. P2. ~.~E Ȝ8*W?,'=ٿB  7 7 2m7 171,3o0 %̿%̿ml[?b_Z   v> &> @> wA>@Gv& *==pHHb=Կml[?M  yE CE E EC|y u?g?{?gHh ?u  LK K K LK ?g?.?g?Hh ?_Fp  jS S S S[jD f?g忴?g忻Hh ?PMS  7Y b8Y aY XYad LAȖ=svn1@3FU?ParisFranceDl@"nH@?'mOA?vP$t ?d*??? PageOptionsShowTransitionTransitionTime@ AxisOptions DisplayAxesSlideshowOptions LoopSlideshow SlideTime? UnitsOptionsLengthPrecision LengthFormat LengthUnitLengthSnapEnabledLengthSnapLength3)?AnglePrecisionAngleSnapEnabled SnapAngle.@SuppressUnitsDisplayForceInchDisplay NamedOptionsCSkFontArial   333333?$@@@@ǂ Arial Narrow exporters/sketchup/Components/su2sf/su2sf_pointlight.skp0000644000175000017500000004767011301357544023215 0ustar user03user03SketchUp Model {5.0.150}^A v bO֝[XF CVersionMap CArcCurve CAttributeCAttributeContainerCAttributeNamedCCamera CComponent CComponentBehaviorCComponentDefinition CComponentInstanceCConstructionGeometryCConstructionLineCConstructionPointCCurveCDefinitionListCDib CDimensionCDimensionLinearCDimensionRadialCDimensionStyleCDrawingElement CEdgeCEdgeUseCEntityCFaceCFaceTextureCoords CFontManagerCGroupCImageCLayer CLayerManagerCLoop CMaterial CMaterialManager CPageList CPolyline3d CRelationshipCRelationshipMapCRenderingOptions CSectionPlane CShadowInfoCSkFont CSketchCSCSketchUpModel CSketchUpPageCText CTextStyleCTexture CThumbnailCVertex CViewPage CWatermarkEnd-Of-Version-MapCDibtPNG  IHDR_4XfsBITO pHYsb&2IDATx^]{ՙ~03>C Xb"h6Gql=ٍij&qlts&$OK]0AEC`TwUuWoj!g~T}[U}nUu2DI3f(QmOt-gL&f$ DQT#/o{o k3(WN;TO!Ď;/_e>szS.2zB B\.R)[_ܽ%K.&6!y6m5/˛sL6NT*5"FQXaTr9 сC]|;d_򗶽ʛ>3i'rRJTqʱ_IU D(aa0,G0|+W3x XnOO{S)q^)q83;  DD2aQYP.nmmķsEMpE={u7-}ysʤGEPp'9̉(Q@B#!02z~-[ܶcFKK˨NTMb(Zvڞ-|6NwR<8ù$_^y@!@(P$CEaaP*P]*_|鼇~d֬Y#O2m.9cj]>gY6)G?6J p֟:>"RAd(D\ ^P(xucn ;?{&|j(Ł?\w͒|VeRs%&c ߓj ]!QH?( ~u= ^wϱ_nٵ}G{._[UmK/q |Zrt*;v!X\zF$DR\(n/Ps]ucѾ}е[zT,?M+|>_uL>f3cfVHJE"1c[kqƕ+tuu͜9{xwkn~ICC>dog1U9"z ' "tg HDB("Jﺾ[(^gWǡ?kgM$drDs 6V]8F." D`{Ϸ 217.ߟ-o>3\j*H zvP^# DP>=yETn;x@]bQ"lz,tp1T;)I9zù9y8g~B4NpLzJ}YArT3@ظqcSεiʋBadjdݒI0Y000UK&;|A[t;i=bű~X2@;KBW}nOi'Ng_r|n;׾WM0 K}9L&G_2%\gqIE1}9#.KdƆ4_>1c,lڴ׶O;&Ȱ28pƸ7N100cb:0aT HL&uu-_ʗC>F-]jtv Ɓgѓ`\j@O02TsN!oYBә]1j =hӊun/Mا55H7ormKM4Œ(uda+|{2F}#k]MMul:RA_ң84͚ש F09$79g9G@1Dd #]2D glt^'!ă>mstqTg[ƭҠq}VSF~l!vd)VxC=dFXu:Y3ȤSSqTXT*0 >c:!?ؗnz+wC!pڌ"Ao6Mi yZ`t3ϜHM2g:R4PdSS C,_rJr`dWzttttt\uEs.*@JGdiCg Qm6HޒLSI`.$ķb_?אָsͮGG' ޱp.g\OZKMilURm%g s ز|(Bc0L&u]5`ݽy MD Iz|`bFAtR1$Kne4pO]AͿ˛}[-(hmmKd JC]"ULq TL$I$bI5 oHCC87U5B[.w6Hr-I 4)M@1aW$MA #?C)Y=&6pn钗^z)wT!m P5?4ATPI5w6S6kH/Ϲmh&5Gb@_P8Ն>l 39eK?P*9ɀagp떣ik ɕ.N[K #jF{|6{$0=fb_<;" 6Hxgo2Ų2;j"Wh #ErC}cM5 w^0wd#q zP`Kq\ٗ~4[L HB{~:s1Rc:0lP6PVa9fD喕P`br^Dp?3#~.$YqL۶5J9JX8q$ ޙdj0rOvjQ*Hh "ҿcê<" #/7o T' 7L[xp93`^"4Ht#@ҋ 8!WQ=Pt[KVv$-,GW*7}6.N~W [|QS{|r0O-t'4.Q~ˠȸK)$$!=i\=?(z[ k#H_JAET z%Ҡ>AKJdx\~^Bz"(=?](x[bEr㏓ BKKKױP3jQq.q1cX~ZhUf-؈깏Z*Q ?/G,T#`}ZqK bP/aҼ$rjhڅDu +JQ^]jwDC" !%ϗ us>я&\4`֬Y~9w.9G67Ћ[O*\Uk y2ƍ9ZQ(_G軮#_;> `.]H!HpfQ (4ݦ\PK=DQJ:NHzO#ό!~ 7kVCi "pΟw~E}#ԈQ',&@);]XRQv:W ty^y]tl?گ-X 9*bt---9ݽgNkѯ%cpy+H"]!<$2\6䲙4^"Be*rpI:HT%;P R9,!r!84T<6Pzho7C1 ؓO}*q{@c9R )pS ^$-HQ*>A{z^޶m``,inݪUGϛ9HҁedEHNPڈ(;hr"BE4R)ccxGO1 uOvvM?bPBے 5ͣZZD,k[lD;ʝ{pm~q76O]zOkhjR岹\&ЏrddsL&RtѮ9&["[#vD2iY-`؛Gz߼sƟMd1ȿ [ηӯ7GMt_ $ɵ0-Żf׬l  B}x'?{-s駴è%U,Jdk^Ѻ\ʯwqnKZ M~L*I.Wex"<8fw֎_8ه>$7͜3{Ԧ)MM uu4+$dƸ3UEkB[d-˴jmHzlJ;S|r] M<w}+Ӭ0>I[͟X冘#bW;-؇*@hkkݟϟwԦƆ:ΘA28D[#޻eWЇ>|Uq͚5[tMWL:>)TУry}7Z}86TOBWW|啗̾`ќt&F=]OX֮ <ή>Dqxzz~Gc\I,r>/Þ`D}]47Po6`ͱ>{_0qR=˗/ohh`-[NgrG 0 >)Ǥ5Ƥ5Ƥ5Ƥ5Ƥ5Ƥ5Ƥ5Ƥ5Ƥ5Ƥ5 IENDB`CCameraK\0x2@l,/@Y@JK]=GxBk~?SD~ܿf*Z??@>@.!@.ݫ??CuJ2fnDJW?CLayerLayer0LayerTT?CFace33333Dbi=?wsCLoopCEdgeUseCEdgeCVertex[Z0P77E?r\.@v\ZNv r\.@ -p\-idT:C@r\.@ k.p\-iKr\.@  HHb=ԿsFO=ml[?[z>M  ̷q;?r\.@pq~bj3r\.@    ! Uz$'ۿz$'?ڙ?啉W(  \oB`K`̢@r\.@( +sA%0fi@r\.@( .( ( ޜ8*WDKj.=+?<  3 $p>:@$ f%@r\?3 p>:ГǗr\?73 :3 z$'ۿz$'ۿÙ?s  LsB/XB6r\.@> >  EA> _vewe??q^  0I .$@h@r\?I 7MI 6I6 bHh x*DHh ?di   p>:fg1-0;h4|q>:~ĥ@;h4R :UR 9R 7VR9 Pxe=wef?"  D] <] $oϙ.r\?:] Eb]< %̿%?nml[?1Vؽ  X0rE?r\.@ f i+f *f #f*0 ?r\.  0?b18?E?r\.@io ho o !x3rD_lr\.@o w7b18?]lr\.@o z>o?ybj3r\.@o }>o?;?r\.@o roh F' IHb=?ml[?v  q u ?K`̢@r\.@r + kk# Ü8*W?u~F?  q5@ؑKr\.@ӏ5@cT:C@r\.@ яҖ@XǗr\? SҏҖ@Ю$ f%@r\?  {ve?we俊?nCͮ  mBCN?ϗ,!r\.@ *GM@Gϙ.r\?   ?g?g?Hh ?v  V|DEh@Ah4 [ O MO C33333?!R ?K  .k7@0Nv r\.@k7@XP77E?r\.@   IHb=?Iw,Kml[? E   }  Iz$'?z$'ۿؙ?R  u ?p/XB6r\.@   z$'?z$'??PA    rBCN?%0fi@r\.@  }%?%̿ml[?nOT  | z  qZ+nrH433333??r  . -  - Kt):Ю$ f%@FV p>:XǗF U ?gW?g?THh Ͽ﫰bO  ! ¤$\h@F! %! ! ڜ8*Wa~F<ٿMOX  .p\-iؑKFh/p\-icT:C@Fh* -* * .* E?gϩ?g忹Hh Ͽx=g  UDEϙ.Ah45 5 l¤$Gϙ.F5 <85 vewe@ٿkd4  PuAϗ,! Fh-@ C<@ ;@ 0@; /gW4ޮHh Hh ϿC  |RDu1@ϙ.Ih48I >I <GM@oϙ.LFI PLI> _2ޮHh ?Hh Ͽuvg@  GM@@h@LF%T $T T WT bo8*W?$ٿ(Y  jwA%0fi@ FhjBCN?%0fi@$Fh] %`] V] aW]V$ ?g??g?yHh Ͽ0H  h яҖ@@$ f%@xFh mWh [h[ xxeIwe?ٿ\֔eg  'r cr .`r 3r' BA9i8*W:ٿK  oBCN?,!$FhCy |Py Oy EyOq %?%?ml[?.e*4       Ij%C=33333?  _ u ?`K`̢@ Fha uBK`̢@Fh `_ z$'?z$'?ʷ6  Rk7@0P77E?*Fh  a5@dT:C@6Fh  wɕ IHb=?ml[]b  9rE?Fh6b18?E?Fh    -z$'ۿz$'?鿶a[   ]ZXP77E?Fh . v c Ive?we?<ٿ{vu5   f o mf I%̿%?ml[Ud    q;?Fh  m33333&R pSS)  ]Z0Nv Fh - , v |\kҊC6Fh   :o?;? Fh ;o?~bj3 Fh 9b18?D_lFh 1r⿀]lFh nqybj3Fh   %?%?{ml[      23333?O\6=ș鿭ߢ   k7@Nv *Fh  ?5@K6Fh  $ pHHb=Կml[3   ru ?/XB6 Fh rBp/XB6Fh  %?%̿ml[N̓}      =cQҥB33333㿎˟6U   | { C <%̿"%̿ml[~z          HHb=?ssFO=ml[*      z$'?z$'ۿי鿠XӍ    |  z$'ۿz$'ۿÙ⪮  " " B" " mIHb=Կ}\|ml[}.  ( ( ( ({ B 9xe?=we俩ٿ3FJp  . vяҖ@ГǗxF. P2. ~.~E Ȝ8*W?,'=ٿB  7 7 2m7 171,3o0 %̿%̿ml[?b_Z   v> &> @> wA>@Gv& *==pHHb=Կml[?M  yE CE E EC|y u?g?{?gHh ?u  LK K K LK ?g?.?g?Hh ?_Fp  jS S S S[jD f?g忴?g忻Hh ?PMS  7Y b8Y aY XYad LAȖOuEQ,[37}N`TCseܽ};^'oO!%L^ﭚn&NEQkxء"Y]h |%vkB4@OOٛMY'DHžg8 `ۇojkcBB 5ff=L!#>4$ߢNX OFzJewM(em{SK'A9%.fՁ#MIqyq3}7W+ܚf7!dcjbzot8F]$1Z~ȋWYz} (Ĭ*.6ʲ QJ}~g~G8} 00 00 00 00 00 00 00 QQG$I? ,.*cbiچmfaa fN|599Y*?n&3۽3S2JYgG>F4\ttt\ﻐ;DzVIaa~aqz Ynœ7&~#@00 L!~Ɓ1EQN:_;q:22"uVqxqA̜$I{s;<7!>ޡ[j1=ߔgUT&i陹F9tvswq׎˝aaaWghh(*³5kQ޹=ҥKDDf#э}HǬr\ڦ8} n{*mkU+k_𶜷}qEK!fenٜf*.I^Z`u{k۶ -'< =wۊ6:2лKM^;}Gp=ޘ:!DQҢg-/EF~ ?ߨ4>Yd2iqe龍JAs !))|u/صޡ'&mDrkk~Ap?=.A 00 0NL:.=IENDB`CCameraՙ?In^61T [ɭhP@\( @t*V?A+?&gSNh?v?U?~ ??@>@& `;@.ݫ??CuJ2fnDJW?CLayerLayer0LayerTT?lCEdgeCVertex=UK? vxF +P< vxF CArcCurve< vxF?.Pn{/-DT!@n{/?.P  8Pp{/ vxF d}w`}w vxF   ɼ@&d2ٿi@w_0@;6 A ^"4_?@Vؿi@w_0@;6 D 0&d2?`an4տi@w_0@;6 G } ?} ѿi@w_0@;6 J `an4?0&d2ɿi@w_0@;6 M PV?`"4_i@w_0@;6 P H&d2?$5ؿ   ]zɼ@&d2ٿ~rmhe0Xpm$5ؿ   `"4_?@Vؿ~hm?hᅥH($$5ؿ   /&d2?`an4տ~種}?_2kdy$5ؿ   } ?} ѿ~?z?$W&cD0\[<$5ؿ   _an4?.&d2ɿ~$W&c??z6)ki<$5ؿ   PV?`"4_~D2k?q}ؿPen$5ؿ  _an4?.&d2ɿz^#@M  PV?`"4_z^#@ PO  H&d2?йD<~h?m$5ؿ   PV?"4_?~h?ۢm?/Xpm<$5ؿ  2 `an4?o&d2?~D2k?l}?c5?<$5ؿ 4 / } ?} ?~{$W&c??z?h_ \<$5ؿ 1 , C&d2?xan4?~?z?q$W&c?FݎbN<$5ؿ  } ?} ?z^#@\  C&d2?xan4?z^#@ _^ ) n"4_?XV?~Ѩ}?d2k?wa*L$5ؿ + & ٞX&d2?~jm?h?$5ؿ     (  # "4_XV?~smh?$5ؿ  %   a&d2ɿvan4?~Ө}ؿd2k?DW8k3g<$5ؿ "  } ѿ} ?~?zn$W&c?:\9c<$5ؿ#& $&&&  han4տq&d2?~$W&c?z?dgA$5ؿ,/ -$/#//  WVؿ"4_?~F2kg}?e/%aeN<$5ؿ58 6-8,88  O&d2ٿ<~hڢm?:`7h<$5ؿ>A ?6A5AA  XVؿ"4_~hТmMg$5ؿ  O&d2ٿ<$5ؿTW UHWGWW$W&c?z㿃m^=<$5ؿ^ U^T^ ^  lan4տ&d2ɿz^#@ } ѿ} ѿz^#@a PeZO H?  WVؿ"4_?z^#@MD  han4տq&d2?z^#@j;  } ѿ} ?z^#@l2  a&d2ɿvan4?z^#@n)  "4_XV?z^#@p   ٞX&d2?z^#@r  n"4_?XV?z^#@t v   `an4?o&d2?z^#@  PV?"4_?z^#@z  H&d2?йD A D G J ~S |V zY vb te rh pk nn lq jtLR e}h?ڢm?nVT_$5ؿ}U?z㿶$W&cFݎbN<$5ؿ8?z?$W&c#|zh$5ؿIh?m$5ؿRD2k?q}ؿ!``<$5ؿ$W&c??z㿋Hw$5ؿL?z?q$W&c?egA$5ؿx.Ҩ}?d2k?:ɽwY<$5ؿwahѢmV!gIZ<$5ؿGh>K2kL}ؿ‰ɽwI$5ؿRg|$W&c?zʺe!RI$5ؿdD2k?l}?䉋ɽwI$5ؿ{X樮}?_2kmɽw)$5ؿFim?h[~I*<$5ؿCim?h?$5ؿudtmh?$5ؿsgԨ}ؿd2k?H{9"u$5ؿqj?zn$W&c?`~+q$5ؿom$W&c?z?e!RI<$5ؿ m  p F2kg}?r52i]$5ؿkshڢm?f0Y#v$5ؿiLv੮}ؿ,2kl;O<$5ؿ=|$W&c??z?N#?ek$5ؿ%y%%[%rmh VT_!<$5ؿ+++@+  +z^#@ u b@bBbDbFbHbJbLbNbPbRbTbVbXbZb\b^b`b  +~ u  AI2k?R}ؿ$v9'U @ Ch?mGƅ9.U B Eh?m?:W9:U D GB2k?q}?Kb9@U F I$W&c??z?*Ĕ9DU H K?z?$W&c?Z{s9@U J MO}?J2k?|9;U L     Om?h?#E{99U N Qmh?Ud91U P Sd}ؿF2k?B 9,U R U?z㿙$W&c?.}|u9$U T&&&$& W$W&c?z?f'U V-$--+- YF2k`}?$vU X4+4424 [hᅮm?GƅU Z;2;;9; ]hm :WU \B9BB@B _H2kU}ؿKbU ^I@IIGI$W&c?z*ĔU `OGOOOY_rbgY~UUUUUUUUUUUUUUUUUUUUUU{UUU?ParisFranceDl@"nH@?'mOA?vP$t ?d*??? PageOptionsShowTransitionTransitionTime@ AxisOptions DisplayAxesSlideshowOptions LoopSlideshow SlideTime? UnitsOptionsLengthPrecision LengthFormat LengthUnitLengthSnapEnabledLengthSnapLength3)?AnglePrecisionAngleSnapEnabled SnapAngle.@SuppressUnitsDisplayForceInchDisplay NamedOptionsCSkFontArial   333333?$@@@@n Arial Narrow opexporters/sketchup/Plugins/0000755000175000017500000000000011301357544015407 5ustar user03user03exporters/sketchup/Plugins/su2sf.rb0000644000175000017500000015121611301357544017004 0ustar user03user03#su2sf # Written by Tony Wooster, though not quite done yet, 24 MAR 07 # # Edited by dandruff, added glas, transparent and phong support as # well as tre different sizes of output picture, 9 MAY 07 # # Added by D. Bur: # dialog boxes for render, background, camera, GI settings # ground plane, sky/background color require 'sketchup.rb' #-------------------- Slice float to x decimals class Float def prec( x ) sprintf( "%.*f", x, self ).to_f end end class SU2SF #-- Constants -- GROUP_PREFIX = "Group_" CDEF_PREFIX = "Defn_" CINST_PREFIX = "Inst_" MATERIAL_PREFIX = "Shader_" SCALE_FACTOR = 0.0254 SCALE_TRANSFORM = Geom::Transformation.scaling(SCALE_FACTOR,SCALE_FACTOR,SCALE_FACTOR) GENERIC_NAME = "Generic" DEFAULT_MATERIAL = MATERIAL_PREFIX + "Default" MODEL_NAME = "BaseModel" PRECISION = "%.8f" #-- Accessible Member Variables -- attr_accessor :scene_settings #-- Public Functions -- def initialize reset_state @scene_settings = { "aa_min" => 1, "aa_max" => 2, "filter" => "mitchell", "gi" => nil, "sky_samples" => 32, "sky_turbidity" => 5, "trace-diff" => 4, "trace-refl" => 4, "trace-refr" => 4, "image_width" => 800, "image_height" => 600, } @export_textures = true end def reset_state @stream = nil @exported_names = [] @component_tree = {} @component_shaders = {} @empty_components = [] @exported_components = {} @exported_materials = {} end def output_begin( stream, name=nil ) @stream = stream if name @stream.print "%% Model Name: {name}\n" set_status "Beginning export of model #{name}" else set_status "Beginning export of model..." end @stream.print "%% Exported from Sketchup\n\n" end def output_image_settings( view ) set_status("Exporting image settings...") @stream.print "image {", "\n\tresolution #{@scene_settings["image_width"]} #{@scene_settings["image_height"]}", #"\n\taa #{@scene_settings["aa_min"]} #{@scene_settings["aa_max"]}", "\n\taa " + $aa_min + " " + $aa_max, "\n\tfilter #{@scene_settings["filter"]}", "\n}\n\n" if @scene_settings["gi"] @stream.print "gi { #{@scene_settings["gi"]} }\n\n" end #TODO output trace settings here end def output_background_settings case $background_type when "Solid color" set_status("Exporting background color...") bc=Sketchup.active_model.rendering_options["BackgroundColor"] backc = normalize_color(bc) skyc=Sketchup.active_model.rendering_options["SkyColor"] @stream.print "background {" @stream.print "\n\tcolor { \"sRGB nonlinear\" " + backc + " }" @stream.print"\n}\n\n" when "Sky" if $export_lights == "All" or $export_lights == "Natural" shinfo=Sketchup.active_model.shadow_info sd = shinfo["SunDirection"] # FIXME: adjust for NorthAngle set_status("Exporting sun...") @stream.print "light {", "\n\ttype sunsky", "\n\tup 0 0 1", "\n\teast 1 0 0", "\n\tsundir #{PRECISION % (sd.x)} #{PRECISION % (sd.y)} #{PRECISION % (sd.z)}", "\n\tturbidity #{@scene_settings["sky_turbidity"]}", "\n\tsamples #{@scene_settings["sky_samples"]}", "\n}\n\n" end end end def output_ground_plane if $ground_plane == "Yes" gc=Sketchup.active_model.rendering_options["GroundColor"] groundc = normalize_color(gc) set_status("Exporting Ground plane...") @stream.print "shader {", "\n\tname \"Shader_ground\"", "\n\ttype diffuse", "\n\tdiff " + groundc, "\n}\n\n" @stream.print "object {", "\n\tshader \"Shader_ground\"", "\n\ttype plane", "\n\tp 0 0 0", "\n\tn 0 0 1", "\n}\n\n" end end def output_sky_settings( shinfo ) # if a solid color background, then set a directional light instead of sky if $background_type == "Solid color" and ($export_lights == "All" or $export_lights == "Natural") sd = shinfo["SunDirection"] set_status("Exporting default directional light...") @stream.print "light {", "\n\ttype directional", "\n\tsource " + (sd.x*2000).to_s + " " + (sd.y*2000).to_s + " " + (sd.z*2000).to_s, "\n\ttarget 0 0 0", "\n\tradius 2000", "\n\temit { \"sRGB nonlinear\" 1.000 1.000 1.000 }", "\n}\n\n" else #sd = shinfo["SunDirection"] ## FIXME: adjust for NorthAngle #set_status("Exporting sun...") #@stream.print "light {", #"\n\ttype sunsky", #"\n\tup 0 0 1", #"\n\teast 1 0 0", #"\n\tsundir #{PRECISION % (sd.x)} #{PRECISION % (sd.y)} #{PRECISION % (sd.z)}", #"\n\tturbidity #{@scene_settings["sky_turbidity"]}", #"\n\tsamples #{@scene_settings["sky_samples"]}", #"\n}\n\n" end end def output_sky_settingslow( shinfo ) sd = shinfo["SunDirection"] # FIXME: adjust for NorthAngle set_status("Exporting sun...") if $export_lights == "All" or $export_lights == "Natural" @stream.print "light {", "\n\ttype sunsky", "\n\tup 0 0 1", "\n\teast 1 0 0", "\n\tsundir #{PRECISION % (sd.x)} #{PRECISION % (sd.y)} #{PRECISION % (sd.z)}", "\n\tturbidity #{@scene_settings["sky_turbidity"]}", "\n\tsamples #{((@scene_settings["sky_samples"])/2)}", "\n}\n\n" end end def output_camera( camera ) #aspect = camera.aspect_ratio #aspect = (@scene_settings["image_width"].to_f / @scene_settings["image_height"].to_f) if !aspect or aspect <= 0 set_status("Exporting camera...") vfovdeg = camera.fov view=Sketchup.active_model.active_view w = Float(view.vpwidth) h = Float(view.vpheight) vfovrad = vfovdeg*Math::PI/180.0 f = (h/2)/Math.tan(vfovrad/2.0) hfovrad = 2.0*Math.atan2((w/2),f) hfovdeg = hfovrad*180.0/Math::PI @stream.print "camera {\n\ttype " + $camera_type.downcase @stream.print "\n\teye\t" + camera.eye.x.to_m.to_f.to_s + " " + camera.eye.y.to_m.to_f.to_s + " " + camera.eye.z.to_m.to_f.to_s @stream.print "\n\ttarget\t" + camera.target.x.to_m.to_f.to_s + " " + camera.target.y.to_m.to_f.to_s + " " + camera.target.z.to_m.to_f.to_s @stream.print "\n\tup\t" + camera.up.x.to_s + " " + camera.up.y.to_s + " " + camera.up.z.to_s case $camera_type when "Pinhole" @stream.print "\n\tfov\t" + hfovdeg.to_s #camera.fov.to_s @stream.print "\n\taspect\t" + ($image_width.to_f / $image_height.to_f).to_s if $pinhole_shift_x != "0" or $pinhole_shift_y != "0" @stream.print "\n\tshift " + $pinhole_shift_x + " " + $pinhole_shift_y end when "Thinlens" @stream.print "\n\tfov\t" + hfovdeg.to_s #camera.fov.to_s @stream.print "\n\taspect\t" + ($image_width.to_f / $image_height.to_f).to_s @stream.print "\n\tfdist " + $thinlens_fdist @stream.print "\n\tlensr " + $thinlens_lensr if $thinlens_sides != "0" @stream.print "\n\tsides " + $thinlens_sides @stream.print "\n\trotation " + $thinlens_rotat end end @stream.print "\n}\n\n" end def output_gi return if $gi_type == "None" case $gi_type when "Instant GI" @stream.print "gi {", "\n\ttype igi", "\n\tsamples 64", "\n\tsets 1", "\n\tb 0.01", "\n\tbias-samples 10", "\n}\n\n" when "Irradiance Caching" @stream.print "gi {", "\n\ttype irr-cache", "\n\tsamples 512", "\n\ttolerance 0.01", "\n\tspacing 0.05 5.0", "\n}\n\n" when "Path Tracing" @stream.print "gi {", "\n\ttype path", "\n\tsamples 32", "\n}\n\n" when "Ambient Occlusion" @stream.print "gi {", "\n\ttype ambocc", "\n\tbright { \"sRGB nonlinear\" 1 1 1 }", "\n\tdark { \"sRGB nonlinear\" 0 0 0 }", "\n\tsamples 32", "\n\tmaxdist 3.0", "\n}\n\n" when "Fake Ambient" @stream.print "gi {", "\n\ttype fake", "\n\tup 0 1 0", "\n\tsky { \"sRGB nonlinear\" 0 0 0 }", "\n\tground { \"sRGB nonlinear\" 1 1 1 }", "\n}\n\n" end end def output_scene_objects( ents ) # Presumably, we're getting the root list of entities, and this function will only # be called once per export. This is not striclty necessary, however. This function # does support being called more than once, and stores state information of # components and materials that have been exported in class members to prevent # redeclaration of scene information. Efficiency! export_default_material output_group_geometry( ents, MODEL_NAME, SCALE_TRANSFORM ) end # ----------------------------------- Outputs point_lights def output_pointlights #Point Light code: #light { #type point #color { "sRGB nonlinear" 1.000 1.000 1.000 } #power 100.0 #p 1.0 3.0 6.0 #} params = [] Sketchup.active_model.entities.each do |e| if( e.typename == "ComponentInstance" ) name = e.definition.name if (name == "su2sf_pointlight") # get its color, power and visibility params = (su2sf_get_light_params e) # Light status is "On" if( params[2] == "On" ) #location trans = e.transformation.to_a @stream.print "%% Point light: " + params[0], "\nlight {", "\n\ttype point", "\n\tcolor { " + params[3] + " }", "\n\tpower " + params[1].to_s, "\n\tp " + trans[12].to_m.to_s + " " + trans[13].to_m.to_s + " " + trans[14].to_m.to_s, "\n}\n\n" else # Light status is "Off" @stream.print "%% Point light: " + params[0] + " is off.\n\n" end end end end end # ----------------------------------- Outputs spherical lights def output_sphericallights #Spherical Light code: #light { #type spherical #color { "sRGB nonlinear" 1.000 1.000 1.000 } #radiance 100.0 #center 5 -1.5 6 #radius 30 #samples 16 #} params = [] Sketchup.active_model.entities.each do |e| if( e.typename == "ComponentInstance" ) name = e.definition.name if (name == "su2sf_sphericallight") # get its color, power and visibility: light_name, pow, status, return_col params = (su2sf_get_light_params e) # Light status is "On" if( params[2] == "On" ) #location trans = e.transformation.to_a @stream.print "%% Spherical light: " + params[0], "\nlight {", "\n\ttype spherical", "\n\tcolor { " + params[3] + " }", "\n\tradiance " + params[1].to_s, "\n\tcenter " + trans[12].to_m.to_s + " " + trans[13].to_m.to_s + " " + trans[14].to_m.to_s, "\n\tradius " + e.get_attribute("su2sf", "radius"), "\n\tsamples " + e.get_attribute("su2sf", "samples"), "\n}\n\n" else # Light status is "Off" @stream.print "%% Spherical light: " + params[0] + " is off.\n\n" end end end end end # ----------------------------------- Outputs spherical lights def output_directionnallights #Directionnal Light code: #light { #type directionnal #source 4 1 6 #target 3.5 0.8 5 #radius 23 #emit { "sRGB nonlinear" 1.000 1.000 1.000 } #} params = [] Sketchup.active_model.entities.each do |e| if( e.typename == "ComponentInstance" ) name = e.definition.name if (name == "su2sf_directionnallight") # get its color, power and visibility: light_name, pow, status, return_col params = (su2sf_get_light_params e) target = Geom::Point3d.new(0,0,-100).transform(e.transformation) # Light status is "On" if( params[2] == "On" ) #location trans = e.transformation.to_a @stream.print "%% Directionnal light: " + params[0], "\nlight {", "\n\ttype directional", "\n\tsource " + trans[12].to_m.to_s + " " + trans[13].to_m.to_s + " " + trans[14].to_m.to_s, "\n\ttarget " + target.x.to_f.to_m.to_s + " " + target.y.to_f.to_m.to_s + " " + target.z.to_f.to_m.to_s, "\n\tradius " + e.get_attribute("su2sf", "radius"), "\n\temit { " + params[3] + " }", "\n}\n\n" else # Light status is "Off" @stream.print "%% Directionnal light: " + params[0] + " is off.\n\n" end end end end end # ----------------------------------- Outputs mesh lights def output_meshlights #Mesh Light code: #light { #type meshlight #name meshLamp #emit { "sRGB nonlinear" 1.000 1.000 1.000 } #radiance 100.0 #samples 16 #points 4 #0.588786542416 0.132713884115 6.23371887207 #... #1.35988736153 0.332597225904 5.62919425964 #triangles 2 #0 1 2 #0 2 3 #} params = [] Sketchup.active_model.entities.each do |e| if( e.typename == "ComponentInstance" ) name = e.definition.name if e.get_attribute("su2sf", "type") == "meshlight" # get its color, power and visibility: light_name, pow, status, return_col params = (su2sf_get_light_params e) # Light status is "On" if( params[2] == "On" ) #location trans = e.transformation.to_a @stream.print "%% Mesh light: " + params[0], "\nlight {", "\n\ttype meshlight", "\n\tname " + params[0], "\n\temit { " + params[3] + " }", "\n\tradiance " + params[1].to_s points, tris = su2sf_get_points_and_tris(e) @stream.print "\n\tpoints " + points.length.to_s points.each do |p| @stream.print "\n\t\t#{PRECISION % (p.x.to_m)} #{PRECISION % (p.y.to_m)} #{PRECISION % (p.z.to_m)}" end @stream.print "\n\ttriangles " + tris.length.to_s tris.each do |t| @stream.print "\n\t\t" + t[0].to_s + " " + t[1].to_s + " " + t[2].to_s end @stream.print "\n}\n\n" else # Light status is "Off" @stream.print "%% Mesh light: " + params[0] + " is off.\n\n" end end end end end def output_end set_status "Export complete" @stream.print "%% EOF\n" end #-- Internal Methods -- private def set_status(s) Sketchup::set_status_text "SU2SF: " + s end def output_group_geometry( ents, name, trans, mat=DEFAULT_MATERIAL ) meshes = [] materials = [] shaders = [mat] points = 0 tris = 0 name = reserve_name( GROUP_PREFIX + (name || GENERIC_NAME) ) ents.each do |x| if x.class == Sketchup::Face if x.material == nil # No material defined, so materials.push 0 # use default material else m = export_material(x.material) i = shaders.index(m) unless i shaders.push m i = shaders.length - 1 end materials.push i end mesh = x.mesh 5 points += mesh.count_points tris += mesh.count_polygons meshes.push mesh elsif x.class == Sketchup::Group if x.material output_group_geometry( x.entities, x.name, trans * x.transformation, export_material(x.material) ) else output_group_geometry( x.entities, x.name, trans * x.transformation, mat ) end elsif x.class == Sketchup::ComponentInstance #puts " Trans: " + trans.to_a.collect{|b|b.to_s}.join(" ") output_component_instance( x, trans, mat ) end end return unless points > 0 Sketchup.set_status_text "Outputting group mesh: #{name} [#{tris} Triangles]" output_geometry( name, meshes, points, tris, materials, shaders, trans, false ) end def output_component_instance( comp, basetrans, basemat ) components_exclusions = su2sf_get_components_exclusions cdef = comp.definition if not components_exclusions.include? cdef.name basemat = export_material( comp.material ) if comp.material basetrans = basetrans * comp.transformation output_component_definition cdef output_component_instance_cached( comp, basetrans, basemat ) end end def output_component_definition( cdef ) return if @exported_components[cdef] meshes = [] materials = [] shaders = [DEFAULT_MATERIAL] @component_tree[cdef] = [] points, tris = output_component_definition_recursive( cdef, cdef.entities, meshes, materials, shaders, Geom::Transformation.new, DEFAULT_MATERIAL ) name = reserve_name( CDEF_PREFIX + ( cdef.name || GENERIC_NAME) ) @exported_components[cdef] = name @component_shaders[cdef] = shaders if points == 0 @empty_components.push cdef else output_geometry( name, meshes, points, tris, materials, shaders, nil, true ) end end def output_component_definition_recursive( cdef, ents, meshes, materials, shaders, trans, mat ) points = 0 tris = 0 ents.each do |x| if x.class == Sketchup::Face if x.material == nil # No material defined, so materials.push 0 # use default material else m = export_material(x.material) i = shaders.index(m) unless i shaders.push m i = shaders.length - 1 end materials.push i end mesh = x.mesh 5 mesh.transform! trans points += mesh.count_points tris += mesh.count_polygons meshes.push mesh elsif x.class == Sketchup::Group if x.material p, t = output_component_definition_recursive( cdef, x.entities, meshes, materials, shaders, trans * x.transformation, export_material( x.material ) ) else p, t = output_component_definition_recursive( cdef, x.entities, meshes, materials, shaders, trans * x.transformation, mat ) end points += p tris += t elsif x.class == Sketchup::ComponentInstance @component_tree[cdef].push [ x.definition, x.transformation, export_material(x.material) ] output_component_definition( x.definition ) end end return points, tris end def output_component_instance_cached( com, trans, mat ) if com.class == Sketchup::ComponentDefinition cdef = com else cdef = com.definition end return false unless (geom = @exported_components[ cdef ]) @component_tree[cdef].each do |c| output_component_instance_cached( c[0], trans * c[1], (c[2] || mat) ) end return true if @empty_components.include? cdef name = reserve_name( CINST_PREFIX + ( com.name || cdef.name || GENERIC_NAME ) ) shaders = @component_shaders[cdef] shaders = [mat] + shaders[1..-1] if mat # "\n\ttransform col ", trans.to_a[0..-2].collect{ |x| PRECISION % x }.join( " " ), " 1.0", @stream.print "instance {", "\n\tname \"#{name}\"", "\n\tgeometry \"#{geom}\"", "\n\ttransform col ", trans.to_a.collect{ |x| PRECISION % x }.join( " " ), "\n\tshaders #{shaders.length} ", shaders.collect{ |x| '"' + x + '"' }.join(" "), "\n}\n\n" return true end def output_geometry( name, meshes, points, tris, materials, shaders, trans, noinst=false ) @stream.print "object {" @stream.print "\n\tshaders #{shaders.length} ", shaders.collect{ |x| '"' + x + '"' }.join(" "), "\n\ttransform col ", trans.to_a.collect{ |x| PRECISION % x }.join( " " ) if noinst == false @stream.print "\n\tnoinstance" if noinst == true @stream.print "\n\ttype generic-mesh", "\n\tname \"#{name}\"", "\n\tpoints #{points}" meshes.each do |m| m.points.each do |x| #p = SCALE_TRANSFORM * x p = x @stream.print "\n\t\t#{PRECISION % (p.x.to_inch)} #{PRECISION % (p.y.to_inch)} #{PRECISION % (p.z.to_inch)}" end end @stream.print "\n\ttriangles #{tris}" i = -1 meshes.each do |m| m.polygons.each do |p| @stream.print "\n\t\t", p.collect{ |x| x.abs+i }.join(" ") end i+=m.count_points end @stream.print "\n\tnormals facevarying" meshes.each do |m| m.polygons.each do |p| @stream.print "\n\t\t", p.collect{ |x| m.normal_at(x.abs).to_a.collect{ |x| PRECISION % x }.join(" ") }.join(" ") end end @stream.print "\n\tuvs none" # TODO fix uv mapping @stream.print "\n\tface_shaders" i = 0 meshes.each do |m| @stream.print "\n\t\t" m.count_polygons.times { |z| @stream.print materials[i].to_s + " " } i+=1 end @stream.print "\n}\n\n" end def export_material( mat ) return unless mat name = @exported_materials[mat] return name if name name = reserve_name( MATERIAL_PREFIX + mat.display_name ) @exported_materials[mat] = name if mat.display_name[0,5] == "sfgla" @stream.print "shader {", "\n\tname \"#{name}\"", "\n\ttype glass", "\n\teta 1.5", "\n\tcolor { \"sRGB nonlinear\" ", mat.color.to_a[0..2].collect{ |x| "%.3f" % (x.to_f/255) }.join( " " ), " }", "\n\tabsorbtion.distance 20.0", "\n\tabsorbtion.color { \"sRGB nonlinear\" 0.5 0.5 0.5 }", "\n}\n\n" return name else if mat.display_name[0,5] == "sftra" @stream.print "shader {", "\n\tname \"#{name}\"", "\n\ttype glass", "\n\teta 1.0", "\n\tcolor { \"sRGB nonlinear\" ", mat.color.to_a[0..2].collect{ |x| "%.3f" % (x.to_f/255) }.join( " " ), " }", "\n\tabsorbtion.distance 20.0", "\n\tabsorbtion.color { \"sRGB nonlinear\" 0.5 0.5 0.5 }", "\n}\n\n" return name else if mat.display_name[0,5] == "sfpho" @stream.print "shader {", "\n\tname \"#{name}\"", "\n\ttype phong", "\n\tdiff { \"sRGB nonlinear\" ", mat.color.to_a[0..2].collect{ |x| "%.3f" % (x.to_f/255) }.join( " " ), " }", "\n\tspec { \"sRGB nonlinear\" ", mat.color.to_a[0..2].collect{ |x| "%.3f" % (x.to_f/255) }.join( " " ), " } 150 ", "\n\tsamples 8", "\n}\n\n" return name else @stream.print "shader {", "\n\tname \"#{name}\"", "\n\ttype diffuse", "\n\tdiff ", mat.color.to_a[0..2].collect{ |x| "%.3f" % (x.to_f/255) }.join( " " ), "\n}\n\n" return name end end end end # Materialcode def export_default_material return if @exported_names.include? DEFAULT_MATERIAL reserve_name( DEFAULT_MATERIAL ) @stream.print "shader {", "\n\tname \"", DEFAULT_MATERIAL, '"', "\n\ttype diffuse", "\n\tdiff 0.8 0.8 0.8", "\n}\n\n" end # Necessary? def cleanup_name(n) n end def reserve_name(n) i = 0 n = cleanup_name(n) b = n b = n + (i+=1).to_s while @exported_names.include? b @exported_names.push b return b end end # of Class def normalize_color(c) return (c.red / 255.0).to_s + " " + (c.green / 255.0).to_s + " " + (c.blue / 255.0).to_s end def su2sf_ui_settings #ui_types = ["Standard", "Advanced"] #list1 = ui_types.join("|") #enums=[list1] enums = [["Standard", "Advanced"].join("|")] prompts = ["UI type: "] values = [$ui] results = inputbox prompts, values, enums, "User interface" return nil if not results $ui = results[0] end # ----------------------------------- Get the color of a su2sf component (light) def get_su2sf_object_color( obj ) if (obj.material == nil) col = Sketchup::Color.new 255, 255, 255 else col = obj.material.color end return col end def su2sf_background_settings background_types = ["Solid color", "Sky"] ground_plane = ["Yes", "No"] list1 = background_types.join("|") list2 = ground_plane.join("|") enums=[list1, list2] prompts = ["Background type: " , "Ground plane: ", "Sky samples: ", " Sky turbidity: "] values = [$background_type, $ground_plane, $sky_samples, $sky_turbidity] results = inputbox prompts, values, enums, "Background settings" return nil if not results $background_type = results[0] $ground_plane = results[1] $sky_samples = results[2] $sky_turbidity = results[3] end def su2sf_dialogs(box, ui) case box when "render" if ui == "Standard" su2sf_standard_render_settings else su2sf_advanced_render_settings end end end def su2sf_standard_render_settings image_sizes = ["Sketchup window", "320 x 200", "400 x 300", "640 x 480", "768 x 576", "800 x 600", "1024 x 768", "1280 x 1024", "2048 x 1536"] if not image_sizes.include? $image_size $image_size = "Sketchup window" end list1 = image_sizes.join("|") list2 = [["None", "Standard", "Medium", "High", "Final"].join("|")] list3 = [["None", "Standard", "Medium", "High", "Final"].join("|")] enums=[list1, list2, list3] prompts = ["Image size: " , "Global Illumination: ", "Antialiasing: "] values = [$image_size, $gi, $aa_type] results = inputbox prompts, values, enums, "Render settings" return nil if not results $image_size = results[0] $gi = results[1] $aa_type = results[2] $trace_diff = 4 $trace_refl = 4 $trace_refr = 4 # Image width and height: if $image_size == "Sketchup window" $image_size = Sketchup.active_model.active_view.vpwidth.to_s + " x " + Sketchup.active_model.active_view.vpheight.to_s $image_width = Sketchup.active_model.active_view.vpwidth.to_s $image_height = Sketchup.active_model.active_view.vpheight.to_s else $image_width = $image_size.split()[0] $image_height = $image_size.split()[2] end # GI settings case $gi when "Standard" $gi_type = "Fake Ambient" when "Medium" $gi_type = "Instant GI" when "High" $gi_type = "Irradiance Caching" when "Final" $gi_type = "Path tracing" end # Antialiasing settings case $aa_type when "Standard" $aa_min = "-1" $aa_max = "0" when "Medium" $aa_min = "0" $aa_max = "1" when "High" $aa_min = "1" $aa_max = "4" when "Final" $aa_min = "2" $aa_max = "8" end end def su2sf_advanced_render_settings image_sizes = ["Sketchup window", "320 x 200", "400 x 300", "640 x 480", "768 x 576", "800 x 600", "1024 x 768", "1280 x 1024", "2048 x 1536"] if not image_sizes.include? $image_size $image_size = "Sketchup window" end list1 = image_sizes.join("|") list2 = [["None", "Instant GI", "Irradiance Caching", "Path Tracing", "Ambient Occlusion", "Fake Ambient"].join("|")] list3 = [["All", "Natural", "Artificial"].join("|")] enums=[list1, list2,list3] prompts = ["Image size: " , "Global Illumination: ", "Lights: ", "Antialiasing minimum: ", "Antialiasing maximum: ", "Trace diffuse: ", "Trace reflection:", "Trace refraction: "] values = [$image_size, $gi, $export_lights, $aa_min, $aa_max, $trace_diff, $trace_refl, $trace_refr] results = inputbox prompts, values, enums, "Render settings" return nil if not results $image_size = results[0] $gi = results[1] $export_lights = results[2] $aa_min = results[3] $aa_max = results[4] $trace_diff = results[5] $trace_refl = results[6] $trace_refr = results[7] # Image width and height: if $image_size == "Sketchup window" $image_size = Sketchup.active_model.active_view.vpwidth.to_s + " x " + Sketchup.active_model.active_view.vpheight.to_s $image_width = Sketchup.active_model.active_view.vpwidth.to_s $image_height = Sketchup.active_model.active_view.vpheight.to_s else $image_width = $image_size.split()[0] $image_height = $image_size.split()[2] end # GI type $gi_type = $gi end def su2sf_camera_settings camera_types = ["Pinhole", "Thinlens", "Spherical", "Fisheye"] list = [camera_types.join("|")] prompts = ["Camera type: "] values = [$camera_type] results = inputbox prompts, values,list, "Camera settings" return nil if not results $camera_type = results[0] case $camera_type when "Pinhole" # Shift prompts = ["Pinhole shift X: ", "Pinhole shift Y: "] values = [$pinhole_shift_x, $pinhole_shift_y] results = inputbox prompts, values, "Pinhole settings" return nil if not results $pinhole_shift_x = results[0] $pinhole_shift_y = results[1] when "Thinlens" # Focal distance, lens radius, sides, rotation prompts = ["Focal distance: ", "Lens radius: ", "Bokeh sides: ", "Effect rotation: "] values = [$thinlens_fdist, $thinlens_lensr, $thinlens_sides, $thinlens_rotat] results = inputbox prompts, values, "Thinlens settings" return nil if not results $thinlens_fdist = results[0] $thinlens_lensr = results[1] $thinlens_sides = results[2] $thinlens_rotat = results[3] end end #-------------------- Lights support: insert, edit, export def su2sf_insert_pointlight # Clear any previous selection Sketchup.active_model.selection.clear #Search if component exists in the model comp_exists = nil comps = Sketchup.active_model.definitions comps.each do |e| if (e.name == "su2sf_pointlight") comp_exists = true end end if comp_exists pointlight = Sketchup.active_model.definitions["su2sf_pointlight"] else #load it from the library pointlight_file = Sketchup.find_support_file "su2sf_pointlight.skp", "Components/SU2SF" if not pointlight_file UI.messagebox("Unable to find the SU2SF Components library\n or su2sf_pointlight.skp not found.") return nil end pointlight = Sketchup.active_model.definitions.load pointlight_file end pointlight_component = Sketchup.active_model.entities.add_instance pointlight, Geom::Transformation.new Sketchup.active_model.selection.add(pointlight_component) (su2sf_set_pointlight_params) end def su2sf_insert_sphericallight # Clear any previous selection Sketchup.active_model.selection.clear #Search if component exists in the model comp_exists = nil comps = Sketchup.active_model.definitions comps.each do |e| if (e.name == "su2sf_sphericallight") comp_exists = true end end if comp_exists sphericallight = Sketchup.active_model.definitions["su2sf_sphericallight"] else #load it from the library sphericallight_file = Sketchup.find_support_file "su2sf_sphericallight.skp", "Components/SU2SF" if not sphericallight_file UI.messagebox("Unable to find the SU2SF Components library\n or su2sf_sphericallight.skp not found.") return nil end sphericallight = Sketchup.active_model.definitions.load sphericallight_file end sphericallight_component = Sketchup.active_model.entities.add_instance sphericallight, Geom::Transformation.new Sketchup.active_model.selection.add(sphericallight_component) (su2sf_set_sphericallight_params) end #-------------------- Lights support: insert, edit, export def su2sf_insert_directionnallight # Clear any previous selection Sketchup.active_model.selection.clear #Search if component exists in the model comp_exists = nil comps = Sketchup.active_model.definitions comps.each do |e| if (e.name == "su2sf_directionnallight") comp_exists = true end end if comp_exists directionnallight = Sketchup.active_model.definitions["su2sf_directionnallight"] else #load it from the library directionnallight_file = Sketchup.find_support_file "su2sf_directionnallight.skp", "Components/SU2SF" if not directionnallight_file UI.messagebox("Unable to find the SU2SF Components library\n or su2sf_directionnallight.skp not found.") return nil end directionnallight = Sketchup.active_model.definitions.load directionnallight_file end directionnallight_component = Sketchup.active_model.entities.add_instance directionnallight, Geom::Transformation.new Sketchup.active_model.selection.add(directionnallight_component) (su2sf_set_directionnallight_params) end #-------------------- Lights support: insert, edit, export def su2sf_insert_meshlight # Clear any previous selection s=Sketchup.active_model.selection if s.empty? UI.messagebox("No selection.") return nil end if s.length > 1 UI.messagebox("Please select only a component") return nil end e = s[0] if e.typename != "ComponentInstance" UI.messagebox("This is not a component") return nil end # Set the meshlight atribute to the component dict_name="su2sf" e.attribute_dictionary(dict_name, true) e.set_attribute(dict_name,"type","meshlight") (su2sf_set_meshlight_params) end def su2sf_set_meshlight_params model=Sketchup.active_model e = model.selection[0] # Get the pointlight color, even if not already set by the user meshlight_color = (get_su2sf_object_color e) # Retrieve color and power if any dict_name="su2sf" dicts=e.attribute_dictionaries if( dicts != nil and dicts[dict_name] ) dict_key_status = e.get_attribute(dict_name, "status") dict_key_name = e.get_attribute(dict_name, "name") dict_key_power = e.get_attribute(dict_name, "power") dict_key_samples = e.get_attribute(dict_name, "samples") else UI.messagebox("No parameters yet set for this mesh light.") end #default values dict_key_status = "On" if not dict_key_status dict_key_name = "Meshlight_1" if not dict_key_name dict_key_power = "100" if not dict_key_power dict_key_samples = "24" if not dict_key_samples #Dialog box: Name, color, power, status, samples status_list = %w[On Off].join("|") dropdowns = [status_list] prompts=["Status: ", "Light name: ", "Light color: ", "Light power (per face): ", "Light samples: "] values=[dict_key_status, dict_key_name, meshlight_color, dict_key_power, dict_key_samples] results = inputbox prompts, values, [status_list], "Meshlight parameters" return nil if not results dict_key_status = results[0] dict_key_name = results[1] dict_key_power = results[3] dict_key_samples = results[4] dict_name="su2sf" e.attribute_dictionary(dict_name, true) e.set_attribute(dict_name,"name",dict_key_name) e.set_attribute(dict_name,"power",dict_key_power) e.set_attribute(dict_name,"status",dict_key_status) e.set_attribute(dict_name,"samples",dict_key_samples) end def su2sf_set_pointlight_params model=Sketchup.active_model e = model.selection[0] if e type = e.typename else UI.messagebox("No pointlight selected.") return nil end if(type == "ComponentInstance" ) name = e.definition.name end if ( name == "su2sf_pointlight" ) #default values dict_key_status = "On" if not dict_key_status dict_key_name = "Pointlight_1" if not dict_key_name dict_key_power = "100" if not dict_key_power # Get the pointlight color, even if not already set by the user pointlight_color = (get_su2sf_object_color e) # Retrieve color and power if any dict_name="su2sf" dicts=e.attribute_dictionaries if( dicts != nil and dicts[dict_name] ) dict_key_status = e.get_attribute(dict_name, "status") dict_key_name = e.get_attribute(dict_name, "name") dict_key_power = e.get_attribute(dict_name, "power") else UI.messagebox("No parameters yet set for this pointlight.") end #Dialog box: Name, color, power, status status_list = %w[On Off].join("|") dropdowns = [status_list] prompts=["Status: ", "Light name: ", "Light color: ", "Light power: "] values=[dict_key_status, dict_key_name, pointlight_color, dict_key_power] results = inputbox prompts, values, [status_list], "Pointlight parameters" return nil if not results dict_key_status = results[0] dict_key_name = results[1] dict_key_power = results[3] dict_name="su2sf" e.attribute_dictionary(dict_name, true) e.set_attribute(dict_name,"name",dict_key_name) e.set_attribute(dict_name,"power",dict_key_power) e.set_attribute(dict_name,"status",dict_key_status) else UI.messagebox("Selected component is not a pointlight.") end end def su2sf_set_sphericallight_params model=Sketchup.active_model e = model.selection[0] if e type = e.typename else UI.messagebox("No spherical light selected.") return nil end if(type == "ComponentInstance" ) name = e.definition.name end if ( name == "su2sf_sphericallight" ) #default values dict_key_status = "On" if not dict_key_status dict_key_name = "Sphericallight_1" if not dict_key_name dict_key_power = "100" if not dict_key_power dict_key_radius = "0.1" if not dict_key_radius dict_key_samples = "24" if not dict_key_samples # Get the pointlight color, even if not already set by the user pointlight_color = (get_su2sf_object_color e) # Retrieve color and power if any dict_name="su2sf" dicts=e.attribute_dictionaries if( dicts != nil and dicts[dict_name] ) dict_key_status = e.get_attribute(dict_name, "status") dict_key_name = e.get_attribute(dict_name, "name") dict_key_power = e.get_attribute(dict_name, "power") dict_key_radius = e.get_attribute(dict_name, "radius") dict_key_samples = e.get_attribute(dict_name, "samples") else UI.messagebox("No parameters yet set for this spherical light.") end #Dialog box: Status, name, color, power, radius status_list = %w[On Off].join("|") dropdowns = [status_list] prompts=["Status: ", "Light name: ", "Light color: ", "Light power: ", "Light radius: ", "Samples: "] values=[dict_key_status, dict_key_name, pointlight_color, dict_key_power, dict_key_radius, dict_key_samples] results = inputbox prompts, values, [status_list], "Spherical light parameters" return nil if not results dict_key_status = results[0] dict_key_name = results[1] dict_key_power = results[3] dict_key_radius = results[4] dict_key_samples = results[5] dict_name="su2sf" e.attribute_dictionary(dict_name, true) e.set_attribute(dict_name,"name",dict_key_name) e.set_attribute(dict_name,"power",dict_key_power) e.set_attribute(dict_name,"status",dict_key_status) e.set_attribute(dict_name,"radius",dict_key_radius) e.set_attribute(dict_name,"samples",dict_key_samples) else UI.messagebox("Selected component is not a spherical light.") end end def su2sf_set_directionnallight_params model=Sketchup.active_model e = model.selection[0] if e type = e.typename else UI.messagebox("No directionnal light selected.") return nil end if(type == "ComponentInstance" ) name = e.definition.name end if ( name == "su2sf_directionnallight" ) #default values dict_key_status = "On" if not dict_key_status dict_key_name = "Directionnallight_1" if not dict_key_name dict_key_radius = "0.1" if not dict_key_radius # Get the light color, even if not already set by the user directionnallight_color = (get_su2sf_object_color e) # Retrieve color and power if any dict_name="su2sf" dicts=e.attribute_dictionaries if( dicts != nil and dicts[dict_name] ) dict_key_status = e.get_attribute(dict_name, "status") dict_key_name = e.get_attribute(dict_name, "name") dict_key_radius = e.get_attribute(dict_name, "radius") else UI.messagebox("No parameters yet set for this directionnal light.") end #Dialog box: Status, name, color, power, radius status_list = %w[On Off].join("|") dropdowns = [status_list] prompts=["Status: ", "Light name: ", "Light color: ", "Light radius: "] values=[dict_key_status, dict_key_name, directionnallight_color, dict_key_radius] results = inputbox prompts, values, [status_list], "Directionnal light parameters" return nil if not results dict_key_status = results[0] dict_key_name = results[1] dict_key_radius = results[3] dict_name="su2sf" e.attribute_dictionary(dict_name, true) e.set_attribute(dict_name,"name",dict_key_name) e.set_attribute(dict_name,"status",dict_key_status) e.set_attribute(dict_name,"radius",dict_key_radius) else UI.messagebox("Selected component is not a directionnal light.") end end def su2sf_edit_light model=Sketchup.active_model e = model.selection[0] if e type = e.typename else UI.messagebox("No selection.") return nil end valid_lights=["su2sf_pointlight", "su2sf_sphericallight", "su2sf_directinnallight"] if(type == "ComponentInstance" ) name = e.definition.name case name when "su2sf_pointlight" su2sf_set_pointlight_params when "su2sf_sphericallight" su2sf_set_sphericallight_params when "su2sf_directionnallight" su2sf_set_directionnallight_params else if e.get_attribute("su2sf", "type") == "meshlight" su2sf_set_meshlight_params end end else UI.messagebox("The selected component is not a light.") end end def su2sf_get_components_exclusions comp_excl = ["su2sf_pointlight", "su2sf_sphericallight", "su2sf_directionnallight"] Sketchup.active_model.entities.each do |e| if( e.typename == "ComponentInstance" ) if e.get_attribute("su2sf", "type") == "meshlight" comp_excl.push e.get_attribute("su2sf", "name") end end end return comp_excl end # ----------------------------------- Get the params of light, returns array def su2sf_get_light_params( light ) model=Sketchup.active_model dict_name="su2sf" dicts=light.attribute_dictionaries ret = [] if( dicts != nil and dicts[dict_name] ) light_name = light.get_attribute(dict_name, "name") pow = light.get_attribute(dict_name, "power").to_f status = light.get_attribute(dict_name, "status") else ret = ["noname", "100", "On", "\"sRGB nonlinear\" 1.000 1.000 1.000"] end # get color of light color = (get_su2sf_object_color light) # Component found, real values or default values if not set by the user if( color != nil) #col = Sketchup::Color.new color red = (color.red / 255.0) green = (color.green / 255.0) blue = (color.blue / 255.0) return_col = "\"sRGB nonlinear\" " + red.to_s + " " + green.to_s + " " + blue.to_s ret = [light_name, pow, status, return_col] else ret = ["noname", "100", "On", "\"sRGB nonlinear\" 1.000 1.000 1.000"] end return ret end # ----------------------------------- Get the points and tris of component instance def su2sf_get_points_and_tris( comp ) points = [] tris=[] ents = comp.definition.entities trans = comp.transformation ents.each do |e| if e.typename == "Face" (e.mesh 0).points.each do |p| points.push p.transform trans end e.mesh.polygons.each do |tri| tris.push tri.collect{ |x| x.abs-1 } end end end return [points, tris] end # ----------------------------------- Saves the current project settings in the SKP file def su2sf_save_settings model=Sketchup.active_model # sets the default values if not set by the user $ui = "Standard" if not $ui # Render Defaults $aa_min = "0" if not $aa_min $aa_max = "2" if not $aa_max $filter = "mitchell" if not $filter $gi = "None" if not $gi $trace_diff = "4" if not $trace_diff $trace_refl = "4" if not $trace_refl $trace_refr = "4" if not $trace_refr $image_size = "800 x 600" if not $image_size $image_width = "800" if not $image_width $image_height = "600" if not $image_height $gi_type = "None" if not $gi_type $aa_type = "None" if not $aa_type $export_lights = "All" if not $export_lights # GI defaults $gi_instant_samples = "64" if not $gi_instant_samples $gi_instant_sets = "1" if not $gi_instant_sets $gi_instant_b = "0.01" if not $gi_instant_b $gi_instant_bias_samples = "10" if not $gi_instant_bias_samples $gi_icaching_samples = "512" if not $gi_icaching_samples $gi_icaching_tolerance = "0.01" if not $gi_icaching_tolerance $gi_icaching_spacing = "0.05 5.0" if not $gi_icaching_spacing $gi_icaching_global = "1000000" if not $gi_icaching_global $gi_icaching_grid = "100 0.75" if not $gi_icaching_grid $gi_ptracing_samples = "32" if not $gi_ptracing_samples # Camera Defaults $camera_type = "Pinhole" if not $camera_type $pinhole_shift_x = "0" if not $pinhole_shift_x $pinhole_shift_y = "0" if not $pinhole_shift_y $thinlens_fdist = "10" if not $thinlens_fdist $thinlens_lensr = "0.05" if not $thinlens_lensr $thinlens_sides = "0" if not $thinlens_sides $thinlens_rotat = "0" if not $thinlens_rotat # Background Defaults $background_type = "Solid color" if not $background_type $ground_plane = "No" if not $ground_plane $sky_samples = "32" if not $sky_samples $sky_turbidity = "5" if not $sky_turbidity # Attr Dict, add pairs keys-values: var_name-value ad = model.attribute_dictionary("su2sf_settings", true) ad["$ui"] = $ui ad["$aamin"] = $aamin ad["$aamax"] = $aamax ad["$filter"] = $filter ad["$gi"] = $gi ad["$trace_diff"] = $trace_diff ad["$trace_refl"] = $trace_refl ad["$trace_refr"] = $trace_refr ad["$image_size"] = $image_size ad["$image_width"] = $image_width ad["$image_height"] = $image_height ad["$gi_type"] = $gi_type ad["$aa_type"] = $aa_type ad["$export_lights"] = $export_lights ad["$gi_instant_samples"] = $gi_instant_samples ad["$gi_instant_sets"] = $gi_instant_sets ad["$gi_instant_b"] = $gi_instant_b ad["$gi_instant_bias_samples"] = $gi_instant_bias_samples ad["$gi_icaching_samples"] = $gi_icaching_samples ad["$gi_icaching_tolerance"] = $gi_icaching_tolerance ad["$gi_icaching_spacing"] = $gi_icaching_spacing ad["$gi_icaching_global"] = $gi_icaching_global ad["$gi_icaching_grid"] = $gi_icaching_grid ad["$gi_ptracing_samples"] = $gi_ptracing_samples ad["$camera_type"] = $camera_type ad["$pinhole_shift_x"] = $pinhole_shift_x ad["$pinhole_shift_y"] = $pinhole_shift_y ad["$thinlens_fdist"] = $thinlens_fdist ad["$thinlens_lensr"] = $thinlens_lensr ad["$thinlens_sides"] = $thinlens_sides ad["$thinlens_rotat"] = $thinlens_rotat ad["$background_type"] = $background_type ad["$ground_plane"] = $ground_plane ad["$sky_samples"] = $sky_samples ad["$sky_turbidity"] = $sky_turbidity UI.messagebox("SU2SF settings saved.") end # ----------------------------------- Loads settings from within the SKP def su2sf_load_settings model=Sketchup.active_model # Get the ad, keys and values ad = model.attribute_dictionary("su2sf_settings") if( ad != nil ) $ui = ad["ui"] if ad["$ui"] $aamin = ad["$aamin"] if ad["$aamin"] $aamax = ad["$aamax"] if ad["$aamax"] $filter = ad["$filter"] if ad["$filter"] $gi = ad["$gi"] if ad["$gi"] $trace_diff = ad["$trace_diff"] if ad["$trace_diff"] $trace_refl = ad["$trace_refl"] if ad["$trace_refl"] $trace_refr = ad["$trace_refr"] if ad["$trace_refr"] $image_size = ad["$image_size"] if ad["$image_size"] $image_width = ad["$image_width"] if ad["$image_width"] $image_height = ad["$image_height"] if ad["$image_height"] $gi_type = ad["$gi_type"] if ad["$gi_type"] $aa_type = ad["$aa_type"] if ad["$aa_type"] $export_lights = ad["$export_lights"] if ad["$export_lights"] $gi_instant_samples = ad["$gi_instant_samples"] if ad["$gi_instant_samples"] $gi_instant_sets = ad["$gi_instant_sets"] if ad["$gi_instant_sets"] $gi_instant_b = ad["$gi_instant_b"] if ad["$gi_instant_b"] $gi_instant_bias_samples = ad["$gi_instant_bias_samples"] if ad["$gi_instant_bias_samples"] $gi_icaching_samples = ad["$gi_icaching_samples"] if ad["$gi_icaching_samples"] $gi_icaching_tolerance = ad["$gi_icaching_tolerance"] if ad["$gi_icaching_tolerance"] $gi_icaching_spacing = ad["$gi_icaching_spacing"] if ad["$gi_icaching_spacing"] $gi_icaching_global = ad["$gi_icaching_global"] if ad["$gi_icaching_global"] $gi_icaching_grid = ad["$gi_icaching_grid"] if ad["$gi_icaching_grid"] $gi_ptracing_samples = ad["$gi_ptracing_samples"] if ad["$gi_ptracing_samples"] $camera_type = ad["$camera_type"] if ad["$camera_type"] $pinhole_shift_x = ad["$pinhole_shift_x"] if ad["$pinhole_shift_x"] $pinhole_shift_y = ad["$pinhole_shift_y"] if ad["$pinhole_shift_y"] $thinlens_fdis = ad["$thinlens_fdist"] if ad["$thinlens_fdist"] $thinlens_lensr = ad["$thinlens_lensr"] if ad["$thinlens_lensr"] $thinlens_sides = ad["$thinlens_sides"] if ad["$thinlens_sides"] $thinlens_rotat = ad["$thinlens_rotat"] if ad["$thinlens_rotat"] $background_type = ad["$background_type"] if ad["$background_type"] $ground_plane = ad["$ground_plane"] if ad["$ground_plane"] $sky_samples = ad["$sky_samples"] if ad["$sky_samples"] $sky_turbidity = ad["$sky_turbidity"] if ad["$sky_turbidity"] UI.messagebox("SU2SF settings loaded.") else UI.messagebox("No SU2SF settings previously saved in this model." ) end end #------------------------------------------------------- Export main function def SU2SF::export(selection) model = Sketchup.active_model if selection == true ents = model.selection else ents = model.entities end model_filename = File.basename( model.path ) if model_filename != "" model_name = model_filename.split(".")[0] model_name += ".sc" else model_name = "Untitled.sc" end output_filename = UI.savepanel( "Export to SunFlow", "", model_name ); return if output_filename == nil output_file = File.new( output_filename, "w+" ) return if output_file == nil exporter = SU2SF.new #exporter.scene_settings["image_width"] = $image_size.split()[0] #exporter.scene_settings["image_height"] = $image_size.split()[2] exporter.scene_settings["image_width"] = $image_width exporter.scene_settings["image_height"] = $image_height exporter.output_begin( output_file ) exporter.output_image_settings( model.active_view ) exporter.output_background_settings exporter.output_sky_settings( model.shadow_info ) exporter.output_gi case $export_lights when "All" exporter.output_pointlights exporter.output_sphericallights exporter.output_directionnallights exporter.output_meshlights when "Artificial" exporter.output_pointlights exporter.output_sphericallights exporter.output_directionnallights exporter.output_meshlights when "Natural" puts "Natural" end exporter.output_camera( model.active_view.camera ) exporter.output_scene_objects( ents ) exporter.output_ground_plane exporter.output_end #exporter.instance_variables.each { |v| puts v + " = " + exporter.instance_variable_get(v).to_s } output_file.close end # Interface default $ui = "Standard" if not $ui # Render Defaults $aa_min = "0" if not $aa_min $aa_max = "2" if not $aa_max $filter = "mitchell" if not $filter $gi = "None" if not $gi $trace_diff = "4" if not $trace_diff $trace_refl = "4" if not $trace_refl $trace_refr = "4" if not $trace_refr $image_size = "800 x 600" if not $image_size $image_width = "800" if not $image_width $image_height = "600" if not $image_height $gi_type = "None" if not $gi_type $aa_type = "None" if not $aa_type $export_lights = "All" if not $export_lights # GI defaults $gi_instant_samples = "64" if not $gi_instant_samples $gi_instant_sets = "1" if not $gi_instant_sets $gi_instant_b = "0.01" if not $gi_instant_b $gi_instant_bias_samples = "10" if not $gi_instant_bias_samples $gi_icaching_samples = "512" if not $gi_icaching_samples $gi_icaching_tolerance = "0.01" if not $gi_icaching_tolerance $gi_icaching_spacing = "0.05 5.0" if not $gi_icaching_spacing $gi_icaching_global = "1000000" if not $gi_icaching_global $gi_icaching_grid = "100 0.75" if not $gi_icaching_grid $gi_ptracing_samples = "32" if not $gi_ptracing_samples # Camera Defaults $camera_type = "Pinhole" if not $camera_type $pinhole_shift_x = "0" if not $pinhole_shift_x $pinhole_shift_y = "0" if not $pinhole_shift_y $thinlens_fdist = "10" if not $thinlens_fdist $thinlens_lensr = "0.05" if not $thinlens_lensr $thinlens_sides = "0" if not $thinlens_sides $thinlens_rotat = "0" if not $thinlens_rotat # Background Defaults $background_type = "Solid color" if not $background_type $ground_plane = "No" if not $ground_plane $sky_samples = "32" if not $sky_samples $sky_turbidity = "5" if not $sky_turbidity unless file_loaded? "su2sf.rb" main_menu = UI.menu("Plugins").add_submenu("SunFlow Exporter") main_menu.add_item("UI settings") { su2sf_ui_settings } main_menu.add_item("Render settings") { su2sf_dialogs "render", $ui } main_menu.add_item("Camera settings") { su2sf_camera_settings } main_menu.add_item("Background settings") { su2sf_background_settings } main_menu.add_separator lights_menu=main_menu.add_submenu("Lights") lights_menu.add_item("Insert point light") { su2sf_insert_pointlight } lights_menu.add_item("Insert spherical light") { su2sf_insert_sphericallight } lights_menu.add_item("Insert directionnal light") { su2sf_insert_diretionnallight } lights_menu.add_item("Insert mesh light") { su2sf_insert_meshlight } lights_menu.add_separator lights_menu.add_item("Edit light") { su2sf_edit_light } main_menu.add_separator main_menu.add_item("Save parameters") { su2sf_save_settings } main_menu.add_item("Load parameters") { su2sf_load_settings } main_menu.add_separator main_menu.add_item("Export selection") { (SU2SF.export true) } main_menu.add_item("Export Model") { (SU2SF.export false) } end file_loaded "su2sf.rb" exporters/blender/0000755000175000017500000000000011301357544013553 5ustar user03user03exporters/blender/sunflow_export.py0000644000175000017500000034025711301357544017236 0ustar user03user03#!BPY """ Name: 'Sunflow Exporter 1.4.18 (.sc)...' Blender: 2.45 Group: 'Export' Tip: 'Export to a Sunflow Scene File' Version : 1.4.18 (January 2008) Author : R Lindsay (hayfever) / Christopher Kulla / MADCello / olivS / Eugene Reilly / Heavily Tessellated / Humfred Description : Export to Sunflow renderer http://sunflow.sourceforge.net/ Usage : See how to use the script at http://sunflow.sourceforge.net/phpbb2/viewtopic.php?t=125 ***** BEGIN GPL LICENSE BLOCK ***** This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ***** END GPL LICENCE BLOCK ***** """ ####### General Script Properties Section ####### ################################################# ## Imports ## import Blender, os, sys, time #, subprocess from Blender import Mathutils, Lamp, Object, Scene, Mesh, Material, Draw, BGL, Effect from math import * ## Event numbers ## CHANGE_EXP = 1 NO_EVENT = 2 DOF_CAMERA = 3 SPHER_CAMERA = 4 FISH_CAMERA = 5 FILE_TYPE = 6 FILTER_EVENT = 7 CHANGE_AA = 8 CHANGE_SHAD = 9 CHANGE_CAM = 10 CHANGE_ACC = 11 CHANGE_LIGHT = 12 CHANGE_BCKGRD = 13 CHANGE_GI = 14 PHOTON_EVENT = 15 gPHOTON_EVENT = 16 FORCE_INSTANTGI = 17 FORCE_IRRCACHE = 18 FORCE_PATHTRACE = 19 FORCE_GLOBALS = 20 OVERRIDE_CAUSTICS = 21 OVERRIDE_GLOBALS = 22 OVERRIDE_GI = 23 EVENT_CAUSTICS = 24 IBL_EVENT = 25 EXP_EVT = 26 REND_EVT = 27 CONV_LAMP = 28 QUICK_OPT = 29 QUICK_OCC = 30 SUN_EVENT = 31 BCKGRD_EVENT = 32 CBCKGRD_EVENT = 33 LOCK_EVENT = 34 SET_PATH = 35 CHANGE_CFG = 36 SET_JAVAPATH = 37 SHADER_TYPE = 38 SHAD_OK = 39 EXPORT_ID = 40 DEFAULT_ID = 41 IP_COLOR = 42 BUCKET_EVENT = 43 IMPORT_ID = 44 FORCE_OCCLUSION = 45 FORCE_FAKEAMB = 46 ## global vars ## global FILE, SCENE, IM_HEIGHT, IM_WIDTH, TEXTURES, OBJECTS, IBLLIGHT, LAYERS, SCREEN, SCENE global DOFDIST FILENAME = Blender.Get('filename').replace(".blend", ".sc") SCENE = Blender.Scene.GetCurrent() SFPATH = "" JAVAPATH = "" ## start of export ## print "\n\n" print "blend2sunflow v1.4.18" ## Default values of buttons ## def default_values(): global FILETYPE, MINAA, MAXAA, AASAMPLES, AAJITTER, DSAMPLES, IMGFILTER, IMGFILTERW, IMGFILTERH, BUCKETSIZE,\ BUCKETTYPE, REVERSE, DOF, DOFRADIUS, LENSSIDES, LENSROTATION, SPHERICALCAMERA, FISHEYECAMERA, IMP_BCKGRD,\ IMP_SUN, BCKGRD, BACKGROUND, SUN_TURB, SUN_SAMPLES, IBL, IBLLOCK, IBLSAMPLES, INFINITEPLANE, IPLANECOLOR,\ MESHLIGHTPOWER, LAMPPOWER, CONVLAMP, MEM, THREADS, CAUSTICS, PHOTONNUMBER, PHOTONMAP, PHOTONESTIMATE,\ PHOTONRADIUS, INSTANTGI, IGISAMPLES, IGISETS, IGIBIAS, IGIBIASSAMPLES, IRRCACHE, IRRSAMPLES, IRRTOLERANCE,\ IRRSPACEMIN, IRRSPACEMAX, USEGLOBALS, gPHOTONNUMBER, gPHOTONMAP, gPHOTONESTIMATE, gPHOTONRADIUS, PATHTRACE,\ PATHSAMPLES, VIEWCAUSTICS, VIEWGLOBALS, VIEWGI, OCCLUSION, OCCBRIGHT, OCCDARK, OCCSAMPLES, OCCDIST,\ SHADTYPE, QUICKOPT, IPR, EXP_ANIM, DEPTH_DIFF, DEPTH_REFL, DEPTH_REFR, NOGI, NOCAUSTICS, QUICKOCC, QOCCDIST,\ NOGUI, SMALLMESH, IMGFILTERLIST, BUCKETTYPELIST, PHOTONMAPLIST, gPHOTONMAPLIST, FAKEAMB, FAMBSKY, FAMBGROUND FILETYPE = Draw.Create(1) # AA panel values MINAA = Draw.Create(0) MAXAA = Draw.Create(2) AASAMPLES = Draw.Create(1) AAJITTER = Draw.Create(0) DSAMPLES = Draw.Create(16) IMGFILTER = Draw.Create(1) IMGFILTERW = Draw.Create(1) IMGFILTERH = Draw.Create(1) BUCKETSIZE = Draw.Create(64) BUCKETTYPE = Draw.Create(1) REVERSE = Draw.Create(0) # Camera panel values DOF = Draw.Create(0) DOFRADIUS = Draw.Create(1.00) LENSSIDES = Draw.Create(6) LENSROTATION = Draw.Create(0.0) SPHERICALCAMERA = Draw.Create(0) FISHEYECAMERA = Draw.Create(0) # Background panel values IMP_BCKGRD = Draw.Create(1) IMP_SUN = Draw.Create(0) BCKGRD = Draw.Create(0.0, 0.0, 0.0) BACKGROUND = Draw.Create(0) SUN_TURB = Draw.Create(6.0) SUN_SAMPLES = Draw.Create(128) IBL = Draw.Create(0) IBLLOCK = Draw.Create(0) IBLSAMPLES = Draw.Create(16) INFINITEPLANE = Draw.Create(0) IPLANECOLOR= Draw.Create(1.0, 1.0, 1.0) # Light panel values MESHLIGHTPOWER = Draw.Create(100) LAMPPOWER = Draw.Create(100) CONVLAMP = Draw.Create(0) # Config panel values MEM = Draw.Create(1024) THREADS = Draw.Create(0) # GI/Caustic panel values CAUSTICS = Draw.Create(0) PHOTONNUMBER = Draw.Create(1000000) PHOTONMAP = Draw.Create(1) PHOTONESTIMATE = Draw.Create(100) PHOTONRADIUS = Draw.Create(0.5) INSTANTGI = Draw.Create(0) IGISAMPLES = Draw.Create(64) IGISETS = Draw.Create(1) IGIBIAS = Draw.Create(0.01) IGIBIASSAMPLES = Draw.Create(0) IRRCACHE = Draw.Create(0) IRRSAMPLES = Draw.Create(512) IRRTOLERANCE = Draw.Create(0.01) IRRSPACEMIN = Draw.Create(0.05) IRRSPACEMAX = Draw.Create(5.0) USEGLOBALS = Draw.Create(0) gPHOTONNUMBER = Draw.Create(1000000) gPHOTONMAP = Draw.Create(1) gPHOTONESTIMATE = Draw.Create(100) gPHOTONRADIUS = Draw.Create(0.5) PATHTRACE = Draw.Create(0) PATHSAMPLES = Draw.Create(32) VIEWCAUSTICS = Draw.Create(0) VIEWGLOBALS = Draw.Create(0) VIEWGI = Draw.Create(0) OCCLUSION = Draw.Create(0) OCCBRIGHT = Draw.Create(1.0, 1.0, 1.0) OCCDARK = Draw.Create(0.0, 0.0, 0.0) OCCSAMPLES = Draw.Create(32) OCCDIST = Draw.Create(3.0) FAKEAMB = Draw.Create(0) FAMBSKY = Draw.Create(1.0, 0.95, 0.65) FAMBGROUND = Draw.Create(0.5, 0.8, 1.0) # Shader panel values SHADTYPE = Draw.Create(1) # Render panel values QUICKOPT = Draw.Create(1) IPR = Draw.Create(0) EXP_ANIM = Draw.Create(0) DEPTH_DIFF = Draw.Create(1) DEPTH_REFL = Draw.Create(4) DEPTH_REFR = Draw.Create(4) NOGI = Draw.Create(0) NOCAUSTICS = Draw.Create(0) QUICKOCC = Draw.Create(0) QOCCDIST = Draw.Create(0.5) NOGUI = Draw.Create(0) SMALLMESH = Draw.Create(0) ## Lists ## IMGFILTERLIST = ["box", "gaussian", "mitchell", "triangle", "catmull-rom", "blackman-harris", "sinc", "lanczos"] BUCKETTYPELIST = ["hilbert", "spiral", "column", "row", "diagonal", "random"] FILETYPE PHOTONMAPLIST = ["kd"] gPHOTONMAPLIST = ["grid"] ####### Script Settings Section ####### ####################################### ## Background and AA settings ## # Send background and AA values to Blender as IDs # def def_output(): global IM_HEIGHT, IM_WIDTH # Define Blender's values world = Blender.World.GetCurrent() horcol = world.getHor() horcol0, horcol1, horcol2 = horcol[0], horcol[1], horcol[2] IM_HEIGHT = SCENE.getRenderingContext().imageSizeY() IM_WIDTH = SCENE.getRenderingContext().imageSizeX() # Writes Scene properties SCENE.properties['SceneProp'] = "true" SCENE.properties['ImageWidth'] = IM_WIDTH SCENE.properties['ImageHeight'] = IM_HEIGHT SCENE.properties['MinAA'] = MINAA.val SCENE.properties['MaxAA'] = MAXAA.val SCENE.properties['Samples'] = AASAMPLES.val SCENE.properties['Filter'] = IMGFILTER.val if AAJITTER.val == 1: SCENE.properties['Jitter'] = "true" else: SCENE.properties['Jitter'] = "false" SCENE.properties['DepthDiff'] = DEPTH_DIFF.val SCENE.properties['DepthRefl'] = DEPTH_REFL.val SCENE.properties['DepthRefr'] = DEPTH_REFR.val if IMP_BCKGRD.val == 1: SCENE.properties['Blender Background'] = "true" SCENE.properties['HorizonColR'] = horcol0 SCENE.properties['HorizonColG'] = horcol1 SCENE.properties['HorizonColB'] = horcol2 else: SCENE.properties['Blender Background'] = "false" if BACKGROUND.val == 1: SCENE.properties['Script Background'] = "true" SCENE.properties['HorizonCol'] = BCKGRD.val else: SCENE.properties['Script Background'] = "false" SCENE.properties['Bucket Size'] = BUCKETSIZE.val SCENE.properties['Bucket Type'] = BUCKETTYPE.val if REVERSE == 1: SCENE.properties['Reverse Bucket'] = "true" else: SCENE.properties['Reverse Bucket'] = "false" # Import background and AA values from Blender IDs to script # def import_output(): global IM_HEIGHT, IM_WIDTH # Retrieve Blender's Scene ID values world = Blender.World.GetCurrent() horcol = world.getHor() horcol0, horcol1, horcol2 = horcol[0], horcol[1], horcol[2] IM_HEIGHT = SCENE.getRenderingContext().imageSizeY() IM_WIDTH = SCENE.getRenderingContext().imageSizeX() if SCENE.properties['SceneProp'] == "true": IM_WIDTH = SCENE.properties['ImageWidth'] IM_HEIGHT = SCENE.properties['ImageHeight'] MINAA.val = SCENE.properties['MinAA'] MAXAA.val = SCENE.properties['MaxAA'] AASAMPLES.val = SCENE.properties['Samples'] IMGFILTER.val = SCENE.properties['Filter'] DEPTH_DIFF.val = SCENE.properties['DepthDiff'] DEPTH_REFL.val = SCENE.properties['DepthRefl'] DEPTH_REFR.val = SCENE.properties['DepthRefr'] Draw.Redraw() if SCENE.properties['Jitter'] == "true": AAJITTER.val = 1 Draw.Redraw() else: AAJITTER.val = 0 Draw.Redraw() if SCENE.properties['Blender Background'] == "true": IMP_BCKGRD.val = 1 horcol0 = SCENE.properties['HorizonColR'] horcol1 = SCENE.properties['HorizonColG'] horcol2 = SCENE.properties['HorizonColB'] BACKGROUND.val = 0 Draw.Redraw() else: IMP_BCKGRD.val = 0 Draw.Redraw() if SCENE.properties['Script Background'] == "true": BACKGROUND.val = 1 BCKGRD.val = SCENE.properties['HorizonCol'][0], SCENE.properties['HorizonCol'][1], SCENE.properties['HorizonCol'][2] IMP_BCKGRD.val = 0 Draw.Redraw() else: BACKGROUND.val = 0 Draw.Redraw() BUCKETSIZE.val = SCENE.properties['Bucket Size'] BUCKETTYPE.val = SCENE.properties['Bucket Type'] if SCENE.properties['Reverse Bucket'] == "true": REVERSE.val = 1 Draw.Redraw() else: REVERSE.val = 0 Draw.Redraw() # Export background and AA values # def export_output(): print "o exporting output details..." FILE.write("image {\n") FILE.write("\tresolution %d %d\n" % (IM_WIDTH, IM_HEIGHT)) FILE.write("\taa %s %s\n" % (MINAA.val, MAXAA.val)) FILE.write("\tsamples %s\n" % AASAMPLES.val) FILE.write("\tfilter %s\n" % IMGFILTERLIST[IMGFILTER.val-1]) if AAJITTER == 1: FILE.write("\tjitter true\n") FILE.write("}") FILE.write("\n") print "o exporting trace-depths options..." FILE.write("trace-depths {\n") FILE.write("\tdiff %s \n" % DEPTH_DIFF) FILE.write("\trefl %s \n" % DEPTH_REFL) FILE.write("\trefr %s\n" % DEPTH_REFR) FILE.write("}") FILE.write("\n") if IMP_BCKGRD.val == 1: print "o exporting background..." world = Blender.World.GetCurrent() horcol = world.getHor() horcol0, horcol1, horcol2 = horcol[0], horcol[1], horcol[2] FILE.write("background {\n") FILE.write("\tcolor { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (horcol0, horcol1, horcol2)) FILE.write("}") FILE.write("\n") elif BACKGROUND.val == 1: print "o creating background..." FILE.write("background {\n") FILE.write("\tcolor { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % BCKGRD.val) FILE.write("}") FILE.write("\n") if REVERSE.val == 0: FILE.write("\nbucket %s %s\n" % (BUCKETSIZE.val, BUCKETTYPELIST[BUCKETTYPE.val-1])) elif REVERSE.val == 1: FILE.write("\nbucket %s " % BUCKETSIZE.val) FILE.write("\"reverse %s\"\n" % BUCKETTYPELIST[BUCKETTYPE.val-1]) ## Caustic and global illumination settings ## # Send GI and caustic values to Blender as IDs # def def_gi(): # Writes GI properties if CAUSTICS.val == 1: SCENE.properties['Caustics'] = "true" SCENE.properties['Caustics Photon Number'] = PHOTONNUMBER.val SCENE.properties['Caustics Photon Map'] = PHOTONMAP.val SCENE.properties['Caustics Photon Estimate'] = PHOTONESTIMATE.val SCENE.properties['Caustics Photon Radius'] = PHOTONRADIUS.val else: SCENE.properties['Caustics'] = "false" if INSTANTGI.val == 1: SCENE.properties['IGI'] = "true" SCENE.properties['IGI Samples'] = IGISAMPLES.val SCENE.properties['IGI Sets'] = IGISETS.val SCENE.properties['IGI Bias'] = IGIBIAS.val SCENE.properties['IGI Bias Samples'] = IGIBIASSAMPLES.val else: SCENE.properties['IGI'] = "false" if IRRCACHE.val == 1: SCENE.properties['IRR'] = "true" SCENE.properties['IRR Samples'] = IRRSAMPLES.val SCENE.properties['IRR Tolerance'] = IRRTOLERANCE.val SCENE.properties['IRR Space Min'] = IRRSPACEMIN.val SCENE.properties['IRR Space Max'] = IRRSPACEMAX.val else: SCENE.properties['IRR'] = "false" if USEGLOBALS.val == 1: SCENE.properties['Global Photon'] = "true" SCENE.properties['Global Photon Num'] = gPHOTONNUMBER.val SCENE.properties['Global Photon Map'] = gPHOTONMAP.val SCENE.properties['Global Photon Estimate'] = gPHOTONESTIMATE.val SCENE.properties['Global Photon Radius'] = gPHOTONRADIUS.val else: SCENE.properties['Global Photon'] = "false" if PATHTRACE.val == 1: SCENE.properties['Path Tracing'] = "true" SCENE.properties['Path Tracing Samples'] = PATHSAMPLES.val else: SCENE.properties['Path Tracing'] = "false" if OCCLUSION.val ==1: SCENE.properties['Global AO'] = "true" SCENE.properties['Global AO Bright'] = OCCBRIGHT.val SCENE.properties['Global AO Dark'] = OCCDARK.val SCENE.properties['Global AO Samples'] = OCCSAMPLES.val SCENE.properties['Global AO Distance'] = OCCDIST.val else: SCENE.properties['Global AO'] = "false" if FAKEAMB.val ==1: SCENE.properties['Fake Ambient Term'] = "true" SCENE.properties['Fake Ambient Term Sky'] = FAMBSKY.val SCENE.properties['Fake Ambient Term Ground'] = FAMBGROUND.val else: SCENE.properties['Fake Ambient Term'] = "false" if VIEWCAUSTICS.val == 1: SCENE.properties['View Caustics'] = "true" else: SCENE.properties['View Caustics'] = "false" if VIEWGLOBALS.val == 1: SCENE.properties['View Globals'] = "true" else: SCENE.properties['View Globals'] = "false" if VIEWGI.val == 1: SCENE.properties['View GI'] = "true" else: SCENE.properties['View GI'] = "false" # Import GI values from Blender IDs to script # def import_gi(): # Retrieve Blender's GI/Caustic ID values if SCENE.properties['SceneProp'] == "true": if SCENE.properties['Caustics'] == "true": CAUSTICS.val = 1 PHOTONNUMBER.val = SCENE.properties['Caustics Photon Number'] PHOTONMAP.val = SCENE.properties['Caustics Photon Map'] PHOTONESTIMATE.val = SCENE.properties['Caustics Photon Estimate'] PHOTONRADIUS.val = SCENE.properties['Caustics Photon Radius'] Draw.Redraw() else: CAUSTICS.val = 0 Draw.Redraw() if SCENE.properties['IGI'] == "true": INSTANTGI.val = 1 IGISAMPLES.val = SCENE.properties['IGI Samples'] IGISETS.val = SCENE.properties['IGI Sets'] IGIBIAS.val = SCENE.properties['IGI Bias'] IGIBIASSAMPLES.val = SCENE.properties['IGI Bias Samples'] Draw.Redraw() else: INSTANTGI.val = 0 Draw.Redraw() if SCENE.properties['IRR'] == "true": IRRCACHE.val = 1 IRRSAMPLES.val = SCENE.properties['IRR Samples'] IRRTOLERANCE.val = SCENE.properties['IRR Tolerance'] IRRSPACEMIN.val = SCENE.properties['IRR Space Min'] IRRSPACEMAX.val = SCENE.properties['IRR Space Max'] Draw.Redraw() else: IRRCACHE.val = 0 Draw.Redraw() if SCENE.properties['Global Photon'] == "true": USEGLOBALS.val = 1 gPHOTONNUMBER.val = SCENE.properties['Global Photon Num'] gPHOTONMAP.val = SCENE.properties['Global Photon Map'] gPHOTONESTIMATE.val = SCENE.properties['Global Photon Estimate'] gPHOTONRADIUS.val = SCENE.properties['Global Photon Radius'] Draw.Redraw() else: USEGLOBALS.val = 0 Draw.Redraw() if SCENE.properties['Path Tracing'] == "true": PATHTRACE.val = 1 PATHSAMPLES.val = SCENE.properties['Path Tracing Samples'] Draw.Redraw() else: PATHTRACE.val = 0 Draw.Redraw() if SCENE.properties['Global AO'] == "true": OCCLUSION.val = 1 OCCBRIGHT.val = SCENE.properties['Global AO Bright'][0], SCENE.properties['Global AO Bright'][1], SCENE.properties['Global AO Bright'][2] OCCDARK.val = SCENE.properties['Global AO Dark'][0], SCENE.properties['Global AO Dark'][1], SCENE.properties['Global AO Dark'][2] OCCSAMPLES.val = SCENE.properties['Global AO Samples'] OCCDIST.val = SCENE.properties['Global AO Distance'] Draw.Redraw() else: OCCLUSION.val = 0 Draw.Redraw() if SCENE.properties['Fake Ambient Term'] == "true": FAKEAMB.val = 1 FAMBSKY.val = SCENE.properties['Fake Ambient Term Sky'][0], SCENE.properties['Fake Ambient Term Sky'][1], SCENE.properties['Fake Ambient Term Sky'][2] FAMBGROUND.val = SCENE.properties['Fake Ambient Term Ground'][0], SCENE.properties['Fake Ambient Term Ground'][1], SCENE.properties['Fake Ambient Term Ground'][2] Draw.Redraw() else: FAKEAMB.val = 0 Draw.Redraw() if SCENE.properties['View Caustics'] == "true": VIEWCAUSTICS.val = 1 Draw.Redraw() else: VIEWCAUSTICS.val = 0 Draw.Redraw() if SCENE.properties['View Globals'] == "true": VIEWGLOBALS.val = 1 Draw.Redraw() else: VIEWGLOBALS.val = 0 Draw.Redraw() if SCENE.properties['View GI'] == "true": VIEWGI.val = 1 Draw.Redraw() else: VIEWGI.val = 0 Draw.Redraw() # Export global illumination values # def export_gi(): #Caustic Settings if CAUSTICS.val == 1: print "o exporting caustic settings..." FILE.write("\nphotons {\n") FILE.write("\tcaustics %s" % PHOTONNUMBER.val) FILE.write(" %s " % PHOTONMAPLIST[PHOTONMAP.val-1]) FILE.write("%s %s\n" % (PHOTONESTIMATE.val, PHOTONRADIUS.val)) FILE.write("}\n") #Instant GI Settings if INSTANTGI.val == 1: print "o exporting Instant GI settings..." FILE.write("\ngi {\n") FILE.write("\ttype igi\n") FILE.write("\tsamples %s\n" % IGISAMPLES.val) FILE.write("\tsets %s\n" % IGISETS.val) FILE.write("\tb %s\n" % IGIBIAS.val) FILE.write("\tbias-samples %s\n" % IGIBIASSAMPLES.val) FILE.write("}\n") #Irradiance Cache GI Settings if IRRCACHE.val == 1: print "o exporting Irradiance Cache GI settings..." FILE.write("\ngi {\n") FILE.write("\ttype irr-cache\n") FILE.write("\tsamples %s\n" % IRRSAMPLES.val) FILE.write("\ttolerance %s\n" % IRRTOLERANCE.val) FILE.write("\tspacing %s %s\n" % (IRRSPACEMIN.val, IRRSPACEMAX.val)) if USEGLOBALS.val == 0: FILE.write("}\n") #No Path Tracing on Secondary Bounces in Irradiance Cache Settings else: FILE.write("\tglobal %s" % gPHOTONNUMBER.val) FILE.write(" %s " % gPHOTONMAPLIST[gPHOTONMAP.val-1]) FILE.write("%s %s\n" % (gPHOTONESTIMATE.val, gPHOTONRADIUS.val)) FILE.write("}\n") #Path Tracing GI Settings if PATHTRACE.val == 1: print "o exporting Path Tracing GI settings..." FILE.write("\ngi {\n") FILE.write("\ttype path\n") FILE.write("\tsamples %s\n" % PATHSAMPLES.val) FILE.write("}\n") #Ambient Occlusion GI Settings if OCCLUSION.val == 1: print "o exporting Ambient Occlusion GI settings..." FILE.write("\n\ngi {\n") FILE.write("\ttype ambocc\n") FILE.write("\tbright { \"sRGB nonlinear\" %s %s %s }\n" % OCCBRIGHT.val) FILE.write("\tdark { \"sRGB nonlinear\" %s %s %s }\n" % OCCDARK.val) FILE.write("\tsamples %s\n" % OCCSAMPLES.val) FILE.write("\tmaxdist %s\n}" % OCCDIST.val) #Fake Ambient Term GI Settings if FAKEAMB.val == 1: print "o exporting Fake Ambient Term GI settings..." FILE.write("\n\ngi {\n") FILE.write("\ttype fake\n") FILE.write("\tup 0 1 0\n") FILE.write("\tsky { \"sRGB nonlinear\" %s %s %s }\n" % FAMBSKY.val) FILE.write("\tground { \"sRGB nonlinear\" %s %s %s }\n" % FAMBGROUND.val) FILE.write("\n}") #View Overrides if VIEWCAUSTICS.val == 1: print "o exporting caustic override..." FILE.write("\nshader {\n") FILE.write("\tname debug_caustics\n") FILE.write("\ttype view-caustics\n") FILE.write("}\n") FILE.write("override debug_caustics false\n") if VIEWGLOBALS.val == 1: print "o exporting globals override..." FILE.write("\nshader {\n") FILE.write("\tname debug_globals\n") FILE.write("\ttype view-global\n") FILE.write("}\n") FILE.write("override debug_globals false\n") if VIEWGI.val == 1: print "o exporting irradiance override..." FILE.write("\nshader {\n") FILE.write("\tname debug_gi\n") FILE.write("\ttype view-irradiance\n") FILE.write("}\n") FILE.write("override debug_gi false\n") def export_shaders(): print "o exporting shaders..." #Infinite Plane if INFINITEPLANE.val == 1: FILE.write("\n\nshader {\n\tname iplane\n\ttype diffuse\n") FILE.write("\tdiff %s %s %s \n}" % IPLANECOLOR.val) # Add infinite plane object # FILE.write("\n\nobject {\n") FILE.write("\tshader iplane\n") FILE.write("\ttype plane\n") FILE.write("\tp 0 0 0\n") FILE.write("\tn 0 0 1\n}\n") # default shader FILE.write("\n\nshader {\n\tname def\n\ttype diffuse\n\tdiff 1 1 1\n}") materials = Blender.Material.get() for mat in materials: RGB = mat.getRGBCol() speccol = mat.getSpecCol() textures = mat.getTextures() flags = mat.getMode() if mat.users == 0: continue # UBER shader if mat.name.startswith("sfube"): textu = textures[0] textu2 = textures[2] print " o exporting uber shader "+mat.name+"..." FILE.write("\n\nshader {\n") FILE.write("\tname \""+mat.name+".shader\"\n") FILE.write("\ttype uber\n") # DIFF values FILE.write("\tdiff %.3f %.3f %.3f\n" % (RGB[0], RGB[1], RGB[2])) if textures[0] <> None and textures[0].tex.getType() == "Image" and textu.tex.getImage() != None: colvalue = textu.colfac FILE.write("\tdiff.texture \"" + textu.tex.getImage().getFilename() + "\"\n") FILE.write("\tdiff.blend %s\n" % (colvalue * 1.0)) else: FILE.write("\tdiff.blend 0.0\n") # SPEC values FILE.write("\tspec %.3f %.3f %.3f\n" % (speccol[0], speccol[1], speccol[2])) if textures[2] <> None and textures[2].tex.getType() == "Image" and textu2.tex.getImage() != None: cspvalue = textu2.varfac FILE.write("\tspec.texture \"" + textu2.tex.getImage().getFilename() + "\"\n") FILE.write("\tspec.blend %s\n" % (cspvalue * 0.1)) else: FILE.write("\tspec.blend 0.0\n") FILE.write("\tglossy .1\n") FILE.write("\tsamples 4\n}") elif textures[0] <> None and textures[0].tex.getType() == "Image": textu = textures[0] # image texture without image !!?? if textu.tex.getImage() == None: print ("You material named " +mat.name+ " have an image texture with no image!") print ("replacing with default shader!") FILE.write("\n\nshader {\n") FILE.write("\tname \""+mat.name+".shader\"\n") FILE.write("\ttype diffuse\n") FILE.write("\tdiff { \"sRGB nonlinear\" %s %s %s }\n}" % (1.0, 1.0, 1.0)) # ambocc texture shader elif mat.name.startswith("sfamb"): print " o exporting ambient occlusion texture shader "+mat.name+"..." FILE.write("\n\nshader {\n") FILE.write("\tname \""+mat.name+".shader\"\n") FILE.write("\ttype amb-occ\n") FILE.write("\ttexture \"" + textu.tex.getImage().getFilename() + "\"\n") FILE.write("\tdark %.3f %.3f %.3f\n" % (speccol[0], speccol[1], speccol[2])) FILE.write("\tsamples 32\n") FILE.write("\tdist 3.0\n}") # diffuse texture shader elif mat.name.startswith("sfdif"): print " o exporting diffuse texture shader "+mat.name+"..." FILE.write("\n\nshader {\n") FILE.write("\tname \""+mat.name+".shader\"\n") FILE.write("\ttype diffuse\n") FILE.write("\ttexture \"" + textu.tex.getImage().getFilename() + "\"\n}") # phong texture shader elif mat.name.startswith("sfpho"): print " o exporting phong texture shader "+mat.name+"..." FILE.write("\n\nshader {\n") FILE.write("\tname \""+mat.name+".shader\"\n") FILE.write("\ttype phong\n") FILE.write("\ttexture \"" + textu.tex.getImage().getFilename() + "\"\n") FILE.write("\tspec { \"sRGB nonlinear\" %.3f %.3f %.3f } %s\n" %(speccol[0], speccol[1], speccol[2], mat.hard)) FILE.write("\tsamples 4\n}") # ward texture shader elif mat.name.startswith("sfwar"): print " o exporting ward texture shader "+mat.name+"..." FILE.write("\n\nshader {\n") FILE.write("\tname \""+mat.name+".shader\"\n") FILE.write("\ttype ward\n") FILE.write("\ttexture \"" + textu.tex.getImage().getFilename() + "\"\n") speccol = mat.specCol FILE.write("\tspec { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" %(speccol[0], speccol[1], speccol[2])) FILE.write("\trough .2 .01\n") FILE.write("\tsamples 4\n}") # shiny texture shader elif mat.name.startswith("sfshi"): print " o exporting shiny texture shader "+mat.name+"..." FILE.write("\n\nshader {\n") FILE.write("\tname \""+mat.name+".shader\"\n") FILE.write("\ttype shiny\n") FILE.write("\ttexture \"" + textu.tex.getImage().getFilename() + "\"\n") FILE.write("\trefl %.2f\n}" % mat.getRayMirr()) # newcommers default diffuse texture shader else: print " o exporting diffuse texture shader "+mat.name+"..." FILE.write("\n\nshader {\n") FILE.write("\tname \""+mat.name+".shader\"\n") FILE.write("\ttype diffuse\n") FILE.write("\ttexture \"" + textu.tex.getImage().getFilename() + "\"\n}") else: FILE.write("\n\nshader {\n") FILE.write("\tname \""+mat.name+".shader\"\n") ## diffuse shader if mat.name.startswith("sfdif"): print " o exporting diffuse shader "+mat.name+"..." FILE.write("\ttype diffuse\n") FILE.write("\tdiff { \"sRGB nonlinear\" %.3f %.3f %.3f }\n}" % (RGB[0], RGB[1], RGB[2])) ## shiny shader elif mat.name.startswith("sfshi"): print " o exporting shiny shader "+mat.name+"..." FILE.write("\ttype shiny\n") FILE.write("\tdiff { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (RGB[0], RGB[1], RGB[2])) FILE.write("\trefl %.2f\n}" % mat.getRayMirr()) ## amb-occ shader elif mat.name.startswith("sfamb"): print " o exporting ambient occlusion shader "+mat.name+"..." FILE.write("\ttype amb-occ\n") FILE.write("\tbright %.3f %.3f %.3f\n" % (RGB[0], RGB[1], RGB[2])) FILE.write("\tdark %.3f %.3f %.3f\n" % (speccol[0], speccol[1], speccol[2])) FILE.write("\tsamples 32\n") FILE.write("\tdist 3.0\n}") ## phong shader elif mat.name.startswith("sfpho"): print " o exporting phong shader "+ mat.name+"..." FILE.write("\ttype phong\n") FILE.write("\tdiff { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (RGB[0],RGB[1],RGB[2])) FILE.write("\tspec { \"sRGB nonlinear\" %.3f %.3f %.3f } %s\n" %(speccol[0], speccol[1], speccol[2], mat.hard)) FILE.write("\tsamples 4\n}") ## ward shader elif mat.name.startswith("sfwar"): print " o exporting ward shader "+ mat.name+"..." FILE.write("\ttype ward\n") FILE.write("\tdiff { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" %(RGB[0],RGB[1],RGB[2])) speccol = mat.specCol FILE.write("\tspec { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" %(speccol[0], speccol[1], speccol[2])) FILE.write("\trough .2 .01\n") FILE.write("\tsamples 4\n}") ## reflection (mirror) shader elif mat.name.startswith("sfmir") and flags & Material.Modes['RAYMIRROR']: print " o exporting mirror shader "+mat.name+"..." FILE.write("\ttype mirror\n") FILE.write("\trefl { \"sRGB nonlinear\" %.3f %.3f %.3f }\n}" %(RGB[0],RGB[1],RGB[2])) ## glass shader elif mat.name.startswith("sfgla") and flags & Material.Modes['RAYTRANSP']: print " o exporting glass shader "+mat.name+"..." FILE.write("\ttype glass\n") FILE.write("\teta " + str(mat.getIOR()) + "\n") FILE.write("\tcolor { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" %(RGB[0],RGB[1],RGB[2])) FILE.write("\tabsorbtion.distance 5.0\n") FILE.write("\tabsorbtion.color { \"sRGB nonlinear\" %.3f %.3f %.3f }\n}" %(speccol[0], speccol[1], speccol[2])) ## constant shader elif mat.name.startswith("sfcon"): print " o exporting constant shader "+mat.name+"..." FILE.write("\ttype constant\n") FILE.write("\tcolor { \"sRGB nonlinear\" %.3f %.3f %.3f }\n}" % (RGB[0], RGB[1], RGB[2])) ## newcommers default diffuse shader else: print " o exporting default diffuse shader "+mat.name+"..." FILE.write("\ttype diffuse\n") FILE.write("\tdiff { \"sRGB nonlinear\" %.3f %.3f %.3f }\n}" % (RGB[0], RGB[1], RGB[2])) ## Export modifiers ## def export_modifiers(): print "o exporting modifiers..." materials = Blender.Material.get() modifs_list = [] for mat in materials: textures = mat.getTextures() flags = mat.getMode() if textures[1] <> None and textures[1].tex.getType() == "Image": textu = textures[1] Scale_value = str(textu.norfac * textu.mtNor*-0.001) if textu.tex.name.startswith("bump"): if textu.tex.getName() not in modifs_list: modifs_list.append (str(textu.tex.getName())) print " o exporting modifier "+str(textu.tex.getName())+"..." FILE.write("\n\nmodifier {\n\tname "+str(textu.tex.getName())+"\n\ttype bump\n") FILE.write("\ttexture \"" + textu.tex.getImage().getFilename() + "\"\n") FILE.write("\tscale %s \n}\n" % Scale_value) elif textu.tex.name.startswith("normal"): if textu.tex.getName() not in modifs_list: modifs_list.append (str(textu.tex.getName())) print " o exporting modifier "+str(textu.tex.getName())+"..." FILE.write("\n\nmodifier {\n\tname "+str(textu.tex.getName())+"\n\ttype normalmap\n") FILE.write("\ttexture \"" + textu.tex.getImage().getFilename() + "\"\n}") else: pass if textures[3] <> None and textures[3].tex.getType() <> "Image": textu = textures[3] Scale_value = str(textu.norfac) if textu.tex.name.startswith("perlin"): if textu.tex.getName() not in modifs_list: modifs_list.append (str(textu.tex.getName())) print " o exporting modifier "+str(textu.tex.getName())+"..." FILE.write("\n\nmodifier {\n\tname "+str(textu.tex.getName())+"\n\ttype perlin\n") FILE.write("\tfunction 0\n") FILE.write("\tsize 1\n") FILE.write("\tscale %s\n}\n" % Scale_value) else: pass ## Light settings ## # Send light values to Blender as IDs # def def_lights(): #Write light ID properties SCENE.properties['LightProp'] = "true" SCENE.properties['Lamp Multiplier'] = LAMPPOWER.val SCENE.properties['Meshlight Multiplier'] = MESHLIGHTPOWER.val SCENE.properties['Light Samples'] = DSAMPLES.val SCENE.properties['IBL Samples'] = IBLSAMPLES.val if IBL.val == 1: SCENE.properties['Image Based Light'] = "true" else: SCENE.properties['Image Based Light'] = "false" if IBLLOCK.val == 1: SCENE.properties['IBL Importance Sampling'] = "true" else: SCENE.properties['IBL Importance Sampling'] = "false" if CONVLAMP.val == 1: SCENE.properties['Convert Unsupported Lamps'] = "true" else: SCENE.properties['Convert Unsupported Lamps'] = "false" if IMP_SUN.val == 1: SCENE.properties['Sun Lamp'] = "true" else: SCENE.properties['Sun Lamp'] = "false" SCENE.properties['Sun Turbidity'] = SUN_TURB.val SCENE.properties['Sun Samples'] = SUN_SAMPLES.val #Infinite plane ID added here since it's mostly used with sun/sky if INFINITEPLANE.val == 1: SCENE.properties['Infinite Plane'] = "true" else: SCENE.properties['Infinite Plane'] = "false" SCENE.properties['Infinite Plane Color'] = IPLANECOLOR.val # Import light values from Blender IDs to script # def import_lights(): # Retrieve Blender's light ID values including IBL/LOCK if SCENE.properties['LightProp'] == "true": LAMPPOWER.val = SCENE.properties['Lamp Multiplier'] MESHLIGHTPOWER.val = SCENE.properties['Meshlight Multiplier'] DSAMPLES.val = SCENE.properties['Light Samples'] IBLSAMPLES.val = SCENE.properties['IBL Samples'] if SCENE.properties['Convert Unsupported Lamps'] == "true": CONVLAMP.val = 1 Draw.Redraw() else: CONVLAMP.val = 0 Draw.Redraw() if SCENE.properties['Image Based Light'] == "true": IBL.val = 1 Draw.Redraw() else: IBL.val = 0 Draw.Redraw() if SCENE.properties['IBL Importance Sampling'] == "true": IBLLOCK.val = 1 Draw.Redraw() else: IBLLOCK.val = 0 Draw.Redraw() if SCENE.properties['Sun Lamp'] == "true": IMP_SUN.val = 1 Draw.Redraw() else: IMP_SUN.val = 0 Draw.Redraw() SUN_TURB.val = SCENE.properties['Sun Turbidity'] SUN_SAMPLES.val = SCENE.properties['Sun Samples'] #Infinite plane ID added here since it's mostly used with sun/sky if SCENE.properties['Infinite Plane'] == "true": INFINITEPLANE.val = 1 Draw.Redraw() else: INFINITEPLANE.val = 0 Draw.Redraw() IPLANECOLOR.val = SCENE.properties['Infinite Plane Color'][0], SCENE.properties['Infinite Plane Color'][1], SCENE.properties['Infinite Plane Color'][2], # Export light values # def export_lights(lmp): # only lamps type 0, 1 and 4 supported at the moment # lamp types are: 0 - Lamp, 1 - Sun, 2 - Spot, 3 - Hemi, 4 - Area # Spots are replaced by directional (cylinrical) lights: adjust dist as close as possible to the ground receiving the # cone of light if you want Radius as close as possible lamp = lmp.getData() red = lamp.col[0] green = lamp.col[1] blue = lamp.col[2] power = lamp.energy * LAMPPOWER.val objmatrix = lmp.matrix lampV = Mathutils.Vector([0, 0, 0, 1]) lampV = lampV * objmatrix dist = lamp.getDist() print "o exporting lamps" if lamp.type == 0: print " o exporting lamp "+lmp.name+"..." FILE.write("\n\nlight {\n") FILE.write("\ttype point\n") FILE.write("\tcolor { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (red, green, blue)) FILE.write("\tpower %s\n" % (power)) FILE.write("\tp %.6f %.6f %.6f\n" % (lampV[0], lampV[1], lampV[2])) FILE.write("}") elif lamp.type == 1: if IMP_SUN.val == 1: print " o exporting sun-light "+lmp.name+"..." invmatrix = Mathutils.Matrix(lmp.getInverseMatrix()) FILE.write("\nlight {\n") FILE.write("\ttype sunsky\n") FILE.write("\tup 0 0 1\n") FILE.write("\teast 0 1 0\n") FILE.write("\tsundir %f %f %f\n" % (invmatrix[0][2], invmatrix[1][2], invmatrix[2][2])) FILE.write("\tturbidity %s\n" % SUN_TURB.val) FILE.write("\tsamples %s\n" % SUN_SAMPLES.val) FILE.write("}") else: print " o exporting lamp "+lmp.name+"..." # get the location of the lamp FILE.write("\n\nlight {\n") FILE.write("\ttype point\n") FILE.write("\tcolor { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (red, green, blue)) FILE.write("\tpower %s\n" % (power)) FILE.write("\tp %.6f %.6f %.6f\n" % (lampV[0], lampV[1], lampV[2])) FILE.write("}") elif lamp.type == 4: print " o exporting area-light "+lmp.name+"..." xsize = lamp.areaSizeX * 0.5 if lamp.areaSizeY: # If rectangular area: print "o exporting rectangular area-light "+lmp.name+"..." ysize = lamp.areaSizeY * 0.5 else: # Else, square area: print "o exporting square area-light "+lmp.name+"..." ysize = xsize lampV0 = Mathutils.Vector([-xsize, ysize, 0, 1]) lampV1 = Mathutils.Vector([ xsize, ysize, 0, 1]) lampV2 = Mathutils.Vector([ xsize, -ysize, 0, 1]) lampV3 = Mathutils.Vector([-xsize, -ysize, 0, 1]) lampV0 = lampV0 * objmatrix lampV1 = lampV1 * objmatrix lampV2 = lampV2 * objmatrix lampV3 = lampV3 * objmatrix radiance = lamp.energy * MESHLIGHTPOWER.val FILE.write("\n\nlight {\n") FILE.write("\ttype meshlight\n") FILE.write("\tname \"%s\"\n" % (lmp.name)) FILE.write("\temit { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (red, green, blue)) FILE.write("\tradiance %s\n" % (radiance)) FILE.write("\tsamples %s\n" % DSAMPLES.val) FILE.write("\tpoints 4\n") FILE.write("\t\t%.6f %.6f %.6f\n" % (lampV0[0], lampV0[1], lampV0[2])) FILE.write("\t\t%.6f %.6f %.6f\n" % (lampV1[0], lampV1[1], lampV1[2])) FILE.write("\t\t%.6f %.6f %.6f\n" % (lampV2[0], lampV2[1], lampV2[2])) FILE.write("\t\t%.6f %.6f %.6f\n" % (lampV3[0], lampV3[1], lampV3[2])) FILE.write("\ttriangles 2\n") FILE.write("\t\t0 1 2\n") FILE.write("\t\t0 2 3\n") FILE.write("}") elif lamp.type == 2: print " o exporting spotlight "+lmp.name+"..." targetV = Mathutils.Vector([0, 0, -1, 1]) targetV = targetV * objmatrix angle = lamp.getSpotSize()*pi/360 radius = dist/cos(angle)*sin(angle) radiance = lamp.energy * LAMPPOWER.val FILE.write("\n\nlight {\n") FILE.write("\ttype directional\n") FILE.write("\tsource %.6f %.6f %.6f\n" % (lampV[0], lampV[1], lampV[2])) FILE.write("\ttarget %.6f %.6f %.6f\n" % (targetV[0], targetV[1], targetV[2])) FILE.write("\tradius %s\n" % (radius)) FILE.write("\temit { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (red, green, blue)) FILE.write("}") elif lamp.type == 3: print " o exporting spherical light "+lmp.name+"..." FILE.write("\n\nlight {\n") FILE.write("\ttype spherical\n") FILE.write("\tcolor { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (red, green, blue)) FILE.write("\tradiance %s\n" % (power)) FILE.write("\tcenter %.6f %.6f %.6f\n" % (lampV[0], lampV[1], lampV[2])) FILE.write("\tradius %s\n" % (dist)) FILE.write("\tsamples %s\n" % DSAMPLES.val) FILE.write("}") else: print "Unsupported type lamp detected" if CONVLAMP.val == 1: print " o exporting lamp "+lmp.name+"..." # get the rgb component for the lamp FILE.write("\n\nlight {\n") FILE.write("\ttype point\n") FILE.write("\tcolor { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (red, green, blue)) FILE.write("\tpower %s\n" % (power)) FILE.write("\tp %.6f %.6f %.6f\n" % (lampV[0], lampV[1], lampV[2])) FILE.write("}") ## Export of Image Based Lights ## def export_ibl(): global IBLLIGHT try: ibllighttext = Blender.Texture.Get("ibllight") if ibllighttext <> "": if ibllighttext.users > 0: if ibllighttext <> None and ibllighttext.getType() == "Image": IBLLIGHT = ibllighttext.getImage().getFilename() else: IBLLIGHT = "" else: IBLLIGHT = "" except: IBLLIGHT = "" if IBL == 1: if IBLLIGHT <> "": print "o exporting ibllight..." print " o using texture %s" % (IBLLIGHT) FILE.write("\n\nlight {\n") FILE.write("\ttype ibl\n") FILE.write("\timage \"%s\"\n" % (IBLLIGHT)) FILE.write("\tcenter 1 0 0\n") FILE.write("\tup 0 0 1\n") if IBLLOCK == 1: FILE.write("\tlock false\n") # lock false means "use importance sampling" else: FILE.write("\tlock true\n") FILE.write("\tsamples %s\n" % IBLSAMPLES.val) FILE.write("}") ## Camera settings ## # Send camera values to Blender as IDs # def def_camera(): CAMERA=SCENE.objects.camera # Writes Scene properties CAMERA.properties['CamProp'] = "true" CAMERA.properties['DOF Radius'] = DOFRADIUS.val CAMERA.properties['Lens Sides'] = LENSSIDES.val CAMERA.properties['Lens Rotation'] = LENSROTATION.val if DOF.val == 1: CAMERA.properties['DOF'] = "true" else: CAMERA.properties['DOF'] = "false" if SPHERICALCAMERA.val == 1: CAMERA.properties['Spherical Camera'] = "true" else: CAMERA.properties['Spherical Camera'] = "false" if FISHEYECAMERA.val == 1: CAMERA.properties['Fisheye Camera'] = "true" else: CAMERA.properties['Fisheye Camera'] = "false" # Import Background and AA values from Blender IDs to script # def import_camera(): CAMERA=SCENE.objects.camera if CAMERA.properties['CamProp'] == "true": DOFRADIUS.val = CAMERA.properties['DOF Radius'] LENSSIDES.val = CAMERA.properties['Lens Sides'] LENSROTATION.val = CAMERA.properties['Lens Rotation'] if CAMERA.properties['DOF'] == "true": DOF.val = 1 Draw.Redraw() else: DOF.val = 0 Draw.Redraw() if CAMERA.properties['Spherical Camera'] == "true": SPHERICALCAMERA.val = 1 Draw.Redraw() else: SPHERICALCAMERA.val = 0 Draw.Redraw() if CAMERA.properties['Fisheye Camera'] == "true": FISHEYECAMERA.val = 1 Draw.Redraw() else: FISHEYECAMERA.val = 0 Draw.Redraw() # Export camera values # def export_camera(cam): # get the camera camera = cam.getData() print "o exporting Camera "+camera.getName()+"..." # get the object matrix so we can calculate to and up objmatrix = cam.matrix eyeV = Mathutils.Vector([0, 0, 0, 1]) targetV = Mathutils.Vector([0, 0, -1, 1]) upV = Mathutils.Vector([0, 1, 0, 0]) eyeV = eyeV * objmatrix targetV = targetV * objmatrix upV = upV * objmatrix # get the fov value # image higher than wide? if IM_HEIGHT > IM_WIDTH: factor=float(IM_WIDTH) / float(IM_HEIGHT) # if the image is wider than high, or of equal height and width then: else: factor=1 # fov = 2*(degrees(atan((factor*16.0) / camera.lens))) #Same as below, just uses the python "degrees" instead: fov = 360.0 * atan((factor*16.0) / camera.lens) / pi DOFDIST=camera.dofDist FILE.write("\n\ncamera {\n") if DOF.val == 1: camtype = "thinlens" FILE.write("\ttype %s\n" % camtype) FILE.write("\teye %.6f %.6f %.6f\n" % (eyeV[0], eyeV[1], eyeV[2])) FILE.write("\ttarget %.6f %.6f %.6f\n" % (targetV[0], targetV[1], targetV[2])) FILE.write("\tup %.6f %.6f %.6f\n" % (upV[0], upV[1], upV[2])) FILE.write("\tfov %s \n" % fov) FILE.write("\taspect %s \n" % (1.0 * IM_WIDTH / IM_HEIGHT)) FILE.write("\tfdist %s \n" % DOFDIST) FILE.write("\tlensr %s \n" % DOFRADIUS) FILE.write("\tsides %s \n" % LENSSIDES) FILE.write("\trotation %s \n" % LENSROTATION) elif SPHERICALCAMERA.val == 1: camtype = "spherical" FILE.write("\ttype %s\n" % camtype) FILE.write("\teye %.6f %.6f %.6f\n" % (eyeV[0], eyeV[1], eyeV[2])) FILE.write("\ttarget %.6f %.6f %.6f\n" % (targetV[0], targetV[1], targetV[2])) FILE.write("\tup %.6f %.6f %.6f\n" % (upV[0], upV[1], upV[2])) elif FISHEYECAMERA.val == 1: camtype = "fisheye" FILE.write("\ttype %s\n" % camtype) FILE.write("\teye %.6f %.6f %.6f\n" % (eyeV[0], eyeV[1], eyeV[2])) FILE.write("\ttarget %.6f %.6f %.6f\n" % (targetV[0], targetV[1], targetV[2])) FILE.write("\tup %.6f %.6f %.6f\n" % (upV[0], upV[1], upV[2])) else: camtype = "pinhole" FILE.write("\ttype %s\n" % camtype) FILE.write("\teye %.6f %.6f %.6f\n" % (eyeV[0], eyeV[1], eyeV[2])) FILE.write("\ttarget %.6f %.6f %.6f\n" % (targetV[0], targetV[1], targetV[2])) FILE.write("\tup %.6f %.6f %.6f\n" % (upV[0], upV[1], upV[2])) FILE.write("\tfov %s \n" % fov) FILE.write("\taspect %s \n" % (1.0 * IM_WIDTH / IM_HEIGHT)) #To be uncommented when 0.07.3 is released #FILE.write("\tshift %.2f %.2f\n" % (camera.shiftX, camera.shiftY)) FILE.write("}") ## Export method for meshes ## def export_geometry(obj): islight = obj.name.startswith("meshlight") isparticleob = obj.name.startswith("particleob") if islight: print "o exporting meshlight " + obj.name+"..." if isparticleob: print "o exporting particle object " + obj.name+"..." # get the mesh data if obj.getType() <> "Empty": mesh = Mesh.New(obj.name) # Note the "mesh.verts = None" at the end of this if. Used to clear the new mesh from memory mesh.getFromObject(obj, 0, 1) mesh.transform(obj.mat, 1) verts = mesh.verts faces = mesh.faces numverts = verts.__len__() if numverts > 0: if islight: FILE.write("\n\nlight {\n") FILE.write("\ttype meshlight\n") FILE.write("\tname \"" + obj.name + "\"\n") if len(mesh.materials) >= 1: matrl = mesh.materials[0] FILE.write("\temit { \"sRGB nonlinear\" %.3f %.3f %.3f }\n" % (matrl.R, matrl.G, matrl.B)) else: FILE.write("\temit 1 1 1\n") FILE.write("\tradiance %s\n" % (MESHLIGHTPOWER.val)) FILE.write("\tsamples %s\n" % DSAMPLES.val) FILE.write("\tpoints %d\n" % (numverts)) for vert in verts: FILE.write("\t\t%.6f %.6f %.6f\n" % (vert.co[0], vert.co[1], vert.co[2])) numtris = 0 for face in faces: num = len(face.verts) if num == 4: numtris = numtris + 2 elif num == 3: numtris = numtris + 1 FILE.write("\ttriangles %d\n" % (numtris)) allsmooth = True allflat = True for face in faces: num = len(face.verts) smooth = face.smooth <> 0 allsmooth &= smooth allflat &= not smooth if num == 4: FILE.write("\t\t%d %d %d\n" % (face.verts[0].index, face.verts[1].index, face.verts[2].index)) FILE.write("\t\t%d %d %d\n" % (face.verts[0].index, face.verts[2].index, face.verts[3].index)) elif num == 3: FILE.write("\t\t%d %d %d\n" % (face.verts[0].index, face.verts[1].index, face.verts[2].index)) FILE.write("}") else: FILE.write("\n\nobject {\n") if len(mesh.materials) == 1: FILE.write("\tshader \"" + mesh.materials[0].name + ".shader\"\n") ##Check for and write modfiers## for mat in mesh.materials: textures = mat.getTextures() textu = textures[1] textp = textures[3] if textu <> None and (textu.tex.name.startswith("bump") or textu.tex.name.startswith("normal")): FILE.write("\tmodifier \"" + str(textu.tex.getName()) + "\"\n") elif textp <> None and (textp.tex.name.startswith("perlin")): FILE.write("\tmodifier \"" + str(textp.tex.getName()) + "\"\n") elif len(mesh.materials) > 1: FILE.write("\tshaders %d\n" % (len(mesh.materials))) for mat in mesh.materials: FILE.write("\t\t\"" + mat.name + ".shader\"\n") ##Check for and write modfiers## FILE.write("\tmodifiers %d\n" % (len(mesh.materials))) for mat in mesh.materials: textures = mat.getTextures() textu = textures[1] textp = textures[3] if textu <> None and (textu.tex.name.startswith("bump") or textu.tex.name.startswith("normal")): FILE.write("\t\t\"" + textu.tex.getName() + "\"\n") elif textp <> None and (textp.tex.name.startswith("perlin")): FILE.write("\t\t\"" + textp.tex.getName() + "\"\n") else: FILE.write("\t\t\"" + "None" + "\"\n") else: FILE.write("\tshader def\n") ##Particle object section. Works with Sunflow 0.07.3 and up. ## # Check if there are particles on the object # ob = Object.Get(obj.name) if len(ob.effects) <> 0: effect = ob.effects[0] particles = effect.getParticlesLoc() effects= Effect.Get() # Check that particles are points only (not static and not vectors) # if not effect.getFlag() & Effect.Flags.STATIC or not effect.getStype(): FILE.write("\ttype particles\n") FILE.write("\tname \"" + obj.name + "\"\n") FILE.write("\tpoints %d\n" % (len(particles))) for pt in particles: FILE.write("\t\t%.6f %.6f %.6f\n" % (pt[0], pt[1], pt[2])) FILE.write("\tradius 0.05\n}\n") elif type(particles)==list: # Is it a strand or pair? if len(particles)>1: pointnum = ((len(particles)*effect.getLifetime())*3) print "o exporting hair object " + obj.name+"..." FILE.write("\ttype hair\n") FILE.write("\tname \"" + obj.name + "\"\n") FILE.write("\tsegments %d\n" % (effect.getLifetime()-1)) FILE.write("\twidth .01\n") FILE.write("\tpoints %d" % pointnum) for eff in effects: for p in eff.getParticlesLoc(): if type(p)==list: # Are we a strand or a pair, then add hair data. if len(p)>1: destData = str() for vect in p: for elem in vect: destData+=" "+str(elem) FILE.write("\t%s\n" % (destData)) FILE.write("}\n") elif isparticleob: FILE.write("\ttype particles\n") FILE.write("\tname \"" + obj.name + "\"\n") FILE.write("\tpoints %d\n" % (numverts)) for vert in verts: FILE.write("\t\t%.6f %.6f %.6f\n" % (vert.co[0], vert.co[1], vert.co[2])) FILE.write("\tradius 0.05\n}\n") else: print "o exporting mesh " + obj.name+"..." FILE.write("\ttype generic-mesh\n") FILE.write("\tname \"" + obj.name + "\"\n") FILE.write("\tpoints %d\n" % (numverts)) for vert in verts: FILE.write("\t\t%.6f %.6f %.6f\n" % (vert.co[0], vert.co[1], vert.co[2])) numtris = 0 for face in faces: num = len(face.verts) if num == 4: numtris = numtris + 2 elif num == 3: numtris = numtris + 1 FILE.write("\ttriangles %d\n" % (numtris)) allsmooth = True allflat = True for face in faces: num = len(face.verts) smooth = face.smooth <> 0 allsmooth &= smooth allflat &= not smooth if num == 4: FILE.write("\t\t%d %d %d\n" % (face.verts[0].index, face.verts[1].index, face.verts[2].index)) FILE.write("\t\t%d %d %d\n" % (face.verts[0].index, face.verts[2].index, face.verts[3].index)) elif num == 3: FILE.write("\t\t%d %d %d\n" % (face.verts[0].index, face.verts[1].index, face.verts[2].index)) ## what kind of normals do we have? if not islight: if allflat: FILE.write("\tnormals none\n") elif allsmooth: FILE.write("\tnormals vertex\n") for vert in verts: FILE.write("\t\t%.6f %.6f %.6f\n" % (vert.no[0], vert.no[1], vert.no[2])) else: FILE.write("\tnormals facevarying\n") for face in faces: num = len(face.verts) if face.smooth <> 0: if num == 4: index0 = face.verts[0].index index1 = face.verts[1].index index2 = face.verts[2].index index3 = face.verts[3].index FILE.write("\t\t%.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f\n" % (verts[index0].no[0], verts[index0].no[1], verts[index0].no[2], verts[index1].no[0], verts[index1].no[1], verts[index1].no[2], verts[index2].no[0], verts[index2].no[1], verts[index2].no[2])) FILE.write("\t\t%.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f\n" % (verts[index0].no[0], verts[index0].no[1], verts[index0].no[2], verts[index2].no[0], verts[index2].no[1], verts[index2].no[2], verts[index3].no[0], verts[index3].no[1], verts[index3].no[2])) elif num == 3: index0 = face.verts[0].index index1 = face.verts[1].index index2 = face.verts[2].index FILE.write("\t\t%.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f\n" % (verts[index0].no[0], verts[index0].no[1], verts[index0].no[2], verts[index1].no[0], verts[index1].no[1], verts[index1].no[2], verts[index2].no[0], verts[index2].no[1], verts[index2].no[2])) else: fnx = face.no[0] fny = face.no[1] fnz = face.no[2] if num == 4: FILE.write("\t\t%.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f\n" % (fnx, fny, fnz, fnx, fny, fnz, fnx, fny, fnz)) FILE.write("\t\t%.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f\n" % (fnx, fny, fnz, fnx, fny, fnz, fnx, fny, fnz)) elif num == 3: FILE.write("\t\t%.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f %.6f\n" % (fnx, fny, fnz, fnx, fny, fnz, fnx, fny, fnz)) # Check for UVs # if mesh.faceUV <> 0: tx = 1 ty = 1 if len(mesh.materials) >= 1: if len(mesh.materials[0].getTextures()) >= 1: if mesh.materials[0].getTextures()[0] <> None: tx = mesh.materials[0].getTextures()[0].tex.repeat[0] ty = mesh.materials[0].getTextures()[0].tex.repeat[1] FILE.write("\tuvs facevarying\n") for face in faces: num = len(face.verts) if num == 4: FILE.write("\t\t%.6f %.6f %.6f %.6f %.6f %.6f\n" % (tx * face.uv[0][0], ty * face.uv[0][1], tx * face.uv[1][0], ty * face.uv[1][1], tx * face.uv[2][0], ty * face.uv[2][1])) FILE.write("\t\t%.6f %.6f %.6f %.6f %.6f %.6f\n" % (tx * face.uv[0][0], ty * face.uv[0][1], tx * face.uv[2][0], ty * face.uv[2][1], tx * face.uv[3][0], ty * face.uv[3][1])) elif num == 3: FILE.write("\t\t%.6f %.6f %.6f %.6f %.6f %.6f\n" % (tx * face.uv[0][0], ty * face.uv[0][1], tx * face.uv[1][0], ty * face.uv[1][1], tx * face.uv[2][0], ty * face.uv[2][1])) else: FILE.write("\tuvs none\n") # Check for multiple materials on the mesh (face indices) # if len(mesh.materials) > 1: FILE.write("\tface_shaders\n") for face in faces: num = len(face.verts) if num == 4: FILE.write("\t\t%d\n" % (face.mat)) FILE.write("\t\t%d\n" % (face.mat)) elif num == 3: FILE.write("\t\t%d\n" % (face.mat)) FILE.write("}\n") # This clears the data from the new mesh created. # mesh.verts = None # Look for Instances/Dupligroups # if obj.getType() == "Empty": ob = Object.Get(obj.name) dupe_obs = ob.DupObjects dupmatrix = Mathutils.Matrix(ob.getMatrix()) group = ob.DupGroup if group <> "None": for dupe_ob, dup_matrix in dupe_obs: dupobmesh = Mesh.Get(dupe_ob.name) instancematrix = ob.getMatrix() print "o exporting instances of " + dupe_ob.name+"..." FILE.write("\n\ninstance {\n") FILE.write("\tname %s_%s \n" % (obj.name, dupe_ob.name)) FILE.write("\tgeometry %s \n" % dupe_ob.name) FILE.write("\ttransform col %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s \n" % (instancematrix[0][0], instancematrix[0][1], instancematrix[0][2], instancematrix[0][3], instancematrix[1][0], instancematrix[1][1], instancematrix[1][2], instancematrix[1][3], instancematrix[2][0], instancematrix[2][1], instancematrix[2][2], instancematrix[2][3], instancematrix[3][0], instancematrix[3][1], instancematrix[3][2], instancematrix[3][3])) if len(dupobmesh.materials) == 1: FILE.write("\tshader \"" + dupobmesh.materials[0].name + ".shader\"\n") ##Check for and write modfiers## for mat in dupobmesh.materials: textures = mat.getTextures() textu = textures[1] textp = textures[3] if textu <> None and (textu.tex.name.startswith("bump") or textu.tex.name.startswith("normal")): FILE.write("\tmodifier \"" + str(textu.tex.getName()) + "\"\n") elif textp <> None and (textp.tex.name.startswith("perlin")): FILE.write("\tmodifier \"" + str(textp.tex.getName()) + "\"\n") elif len(dupobmesh.materials) > 1: FILE.write("\tshaders %d\n" % (len(dupobmesh.materials))) for mat in dupobmesh.materials: FILE.write("\t\t\"" + mat.name + ".shader\"\n") ##Check for and write modfiers## FILE.write("\tmodifiers %d\n" % (len(dupobmesh.materials))) for mat in dupobmesh.materials: textures = mat.getTextures() textu = textures[1] textp = textures[3] if textu <> None and (textu.tex.name.startswith("bump") or textu.tex.name.startswith("normal")): FILE.write("\t\t\"" + textu.tex.getName() + "\"\n") elif textp <> None and (textp.tex.name.startswith("perlin")): FILE.write("\t\t\"" + textp.tex.getName() + "\"\n") else: FILE.write("\t\t\"" + "None" + "\"\n") else: FILE.write("\tshader def\n") FILE.write("}\n") ## Main export method ## def exportfile(filename): global FILE, SCENE, IM_HEIGHT, IM_WIDTH, TEXTURES, OBJECTS, LAYERS, IBLLIGHT, EXP_ANIM, fname, destname global PATH SCENE = Blender.Scene.GetCurrent() IM_HEIGHT = SCENE.getRenderingContext().imageSizeY() * (SCENE.getRenderingContext().getRenderWinSize() / 100.0) IM_WIDTH = SCENE.getRenderingContext().imageSizeX() * (SCENE.getRenderingContext().getRenderWinSize() / 100.0) TEXTURES = Blender.Texture.Get() LAYERS = SCENE.getLayers() STARTFRAME = SCENE.getRenderingContext().startFrame() ENDFRAME = SCENE.getRenderingContext().endFrame() CTX = SCENE.getRenderingContext() orig_frame = CTX.currentFrame() if not filename.endswith(".sc"): filename = filename + ".sc" fname = filename destname = fname.replace(".sc", "") ANIM = EXP_ANIM.val if ANIM == 1: base = os.path.splitext(os.path.basename(filename))[0] FILE = open(filename.replace(".sc", ".java"), "wb") FILE.write(""" public void build() { parse("%s" + ".settings.sc"); parse("%s" + "." + getCurrentFrame() + ".sc"); } """ % (base, base)) FILE.close() FILE = open(filename.replace(".sc", ".settings.sc"), "wb") export_output() export_gi() FILE.close() else: STARTFRAME = ENDFRAME = orig_frame for cntr in range(STARTFRAME, ENDFRAME + 1): filename = fname CTX.currentFrame(cntr) SCENE.makeCurrent() OBJECTS = SCENE.objects if ANIM == 1: filename = filename.replace(".sc", ".%d.sc" % (CTX.currentFrame())) print "Exporting to: %s" % (filename) FILE = open(filename, 'wb') if ANIM == 0: export_output() export_gi() export_shaders() export_modifiers() export_ibl() export_camera(SCENE.objects.camera) for object in OBJECTS: if object.users > 1 and object.layers[0] in LAYERS: if object.getType() == 'Lamp': export_lights(object) if object.getType() == 'Mesh' or object.getType() == 'Surf': if object.name.startswith("meshlight"): export_geometry(object) if ANIM == 0: FILE.write("\n\ninclude \"%s\"\n" % (os.path.basename(filename).replace(".sc", ".geo.sc"))) FILE.close() ## open geo file filename = filename.replace(".sc", ".geo.sc") print "Exporting geometry to: %s" % (filename) FILE = open(filename, 'wb') for object in OBJECTS: if object.users > 1 and object.layers[0] in LAYERS: if object.getType() == 'Mesh' or object.getType() == 'Surf': if not object.name.startswith("meshlight"): export_geometry(object) for object in OBJECTS: if object.users > 1 and object.layers[0] in LAYERS: if object.getType() == 'Empty': export_geometry(object) FILE.close() if ANIM == 1: CTX.currentFrame(orig_frame) SCENE.makeCurrent() print "Export finished." if __name__ == '__main__': Blender.Window.FileSelector(exportfile, "Export .sc", Blender.sys.makename(ext=".sc")) ## Global event handler ## def event(evt, val): if evt == Draw.ESCKEY: print "quitting exporter..." Draw.Exit() ## Writing of the SF config file ## def setpath(SFPATH): datadir=Blender.Get("datadir") # create 'path2sf.cfg in the .blend/bpydata directory f = open(datadir + '/path2sf.cfg', 'w') f.write(str(SFPATH)+"\n") f.write(str(MEM)+"\n") f.write(str(THREADS)+"\n") f.close() def setjavapath(JAVAPATH): datadir=Blender.Get("datadir") f = open(datadir + '/path2sf.cfg', 'a') f.write(str(JAVAPATH)) f.close() ## Render to Sunflow from inside the script ## # Send render values to Blender as IDs # def def_render(): # Writes render setting properties SCENE.properties['RenderProp'] = "true" SCENE.properties['File Type'] = FILETYPE.val SCENE.properties['Quick Option'] = QUICKOPT.val SCENE.properties['Quick AO Distance'] = QOCCDIST.val if NOGUI.val == 1: SCENE.properties['-nogui'] = "true" else: SCENE.properties['-nogui'] = "false" if SMALLMESH.val == 1: SCENE.properties['-smallmesh'] = "true" else: SCENE.properties['-smallmesh'] = "false" if NOGI.val == 1: SCENE.properties['-nogi'] = "true" else: SCENE.properties['-nogi'] = "false" if NOCAUSTICS.val == 1: SCENE.properties['-nocaustics'] = "true" else: SCENE.properties['-nocaustics'] = "false" if QUICKOCC.val == 1: SCENE.properties['-quick_ambocc'] = "true" else: SCENE.properties['-quick_ambocc'] = "false" if IPR.val == 1: SCENE.properties['-ipr'] = "true" else: SCENE.properties['-ipr'] = "false" if EXP_ANIM.val == 1: SCENE.properties['animation'] = "true" else: SCENE.properties['animation'] = "false" # Import render values from Blender IDs to script # def import_render(): global EXP_ANIM if SCENE.properties['RenderProp'] == "true": FILETYPE.val = SCENE.properties['File Type'] QUICKOPT.val = SCENE.properties['Quick Option'] QOCCDIST.val = SCENE.properties['Quick AO Distance'] if SCENE.properties['-nogui'] == "true": NOGUI.val = 1 Draw.Redraw() else: NOGUI.val = 0 Draw.Redraw() if SCENE.properties['-smallmesh'] == "true": SMALLMESH.val = 1 Draw.Redraw() else: SMALLMESH.val = 0 Draw.Redraw() if SCENE.properties['-nogi'] == "true": NOGI.val = 1 Draw.Redraw() else: NOGI.val = 0 Draw.Redraw() if SCENE.properties['-nocaustics'] == "true": NOCAUSTICS.val = 1 Draw.Redraw() else: NOCAUSTICS.val = 0 Draw.Redraw() if SCENE.properties['-quick_ambocc'] == "true": QUICKOCC.val = 1 Draw.Redraw() else: QUICKOCC.val = 0 Draw.Redraw() if SCENE.properties['-ipr'] == "true": IPR.val = 1 Draw.Redraw() else: IPR.val = 0 Draw.Redraw() if SCENE.properties['animation'] == "true": EXP_ANIM.val = 1 Draw.Redraw() else: EXP_ANIM.val = 0 Draw.Redraw() # Export render values # def render(): global COMMAND, memory, threads, sfpath, trial, javapath, fname, destname, STARTFRAME, ENDFRAME #exportfile(fname) destname = fname.replace(".sc", "") STARTFRAME = SCENE.getRenderingContext().startFrame() ENDFRAME = SCENE.getRenderingContext().endFrame() # Get blenders 'bpydata' directory: datadir=Blender.Get("datadir") # Check existence of SF config file: trial=os.path.exists(datadir+'/path2sf.cfg') # Continue rendering if file exists: if trial == True: print "True" # open 'path2sf.cfg' f = open(datadir + '/path2sf.cfg', 'r+') lines = f.readlines() # Remove EOL: lines[0]=lines[0].rstrip("\n") lines[1]=lines[1].rstrip("\n") lines[2]=lines[2].rstrip("\n") lines[3]=lines[3].rstrip("\n") # Allocate values to variables: sfdir = lines[0] memory = lines[1] threads = lines[2] javadir = lines[3] f.close() # base command for executing SF: EXEC="%sjava -server -Xmx%sM -jar \"%ssunflow.jar\"" % (javadir, memory, sfdir) #print EXEC # Building the options to be passed to SF: if NOGUI == 1: option1="-nogui " else: option1="" option2="-threads %s " % THREADS if SMALLMESH == 1: option3="-smallmesh " else: option3="" if NOGI == 1: option4="-nogi " else: option4="" if NOCAUSTICS == 1: option5="-nocaustics " else: option5="" if QUICKOPT.val == 1: option6="" if QUICKOPT.val == 2: option6="-quick_uvs " elif QUICKOPT.val == 3: option6="-quick_normals " elif QUICKOPT.val == 4: option6="-quick_id " elif QUICKOPT.val == 5: option6="-quick_prims " elif QUICKOPT.val == 6: option6="-quick_gray " elif QUICKOPT.val == 7: option6="-quick_wire -aa 2 3 -filter mitchell " if QUICKOCC == 1: option7="-quick_ambocc %s " % (QOCCDIST) else: option7="" if IPR == 1: option8="-ipr " else: option8="" print option6 if FILETYPE == 1: ext="png" elif FILETYPE == 2: ext="tga" elif FILETYPE == 3: ext="hdr" elif FILETYPE == 4: ext="exr" elif FILETYPE == 5: ext="igi" # Definition of the command to render the scene: if EXP_ANIM.val == 0: COMMAND="%s %s%s%s%s%s%s%s%s -o \"%s.%s\" \"%s\"" % (EXEC, option1, option2, option3, option4, option5, option6, option7, option8, destname, ext, fname) print COMMAND if EXP_ANIM.val == 1: COMMAND="%s -anim %s %s -o \"%s.#.%s\" \"%s.java\"" % (EXEC, STARTFRAME, ENDFRAME, destname, ext, destname) print COMMAND if FILETYPE != 1: COMMAND="%s -nogui %s%s%s%s%s%s%s -o \"%s.%s\" \"%s\"" % (EXEC, option2, option3, option4, option5, option6, option7, option8, destname, ext, fname) print COMMAND # Execute the command: pid=os.system(COMMAND) #pid = subprocess.Popen(args=COMMAND, shell=True) ####### GUI button event handler ####### ######################################## def buttonEvent(evt): global FILE, SCREEN, SETPATH, SETJAVAPATH, FILENAME, SCENE ## Common events: if evt == EXP_EVT: Blender.Window.FileSelector(exportfile, "Export .sc", FILENAME) ## Config file events if evt == SET_PATH: Blender.Window.FileSelector(setpath, "SET SF PATH", SFPATH) setpath(SFPATH) if evt == SET_JAVAPATH: Blender.Window.FileSelector(setjavapath, "SET JAVA PATH", JAVAPATH) setjavapath(JAVAPATH) if evt == REND_EVT: render() ## Setting exclusive buttons rules: if evt == DOF_CAMERA: if DOF.val == 1: if SPHERICALCAMERA.val == 1: SPHERICALCAMERA.val = 0 Draw.Redraw() elif FISHEYECAMERA.val == 1: FISHEYECAMERA.val = 0 Draw.Redraw() if evt == SPHER_CAMERA: if SPHERICALCAMERA.val == 1: if DOF.val == 1: DOF.val = 0 Draw.Redraw() elif FISHEYECAMERA.val == 1: FISHEYECAMERA.val = 0 Draw.Redraw() if evt == FISH_CAMERA: if FISHEYECAMERA.val == 1: if DOF.val == 1: DOF.val = 0 Draw.Redraw() elif SPHERICALCAMERA.val == 1: SPHERICALCAMERA.val = 0 Draw.Redraw() if evt == FILTER_EVENT: Draw.Redraw() if evt == BUCKET_EVENT: Draw.Redraw() if evt == FORCE_INSTANTGI: if INSTANTGI.val == 1: if IRRCACHE.val == 1: IRRCACHE.val = 0 Draw.Redraw() if USEGLOBALS.val == 1: USEGLOBALS.val = 0 Draw.Redraw() if PATHTRACE.val == 1: PATHTRACE.val = 0 Draw.Redraw() if OCCLUSION.val == 1: OCCLUSION.val = 0 Draw.Redraw() if FAKEAMB.val == 1: FAKEAMB.val = 0 Draw.Redraw() if INSTANTGI.val == 0 and IRRCACHE.val == 0 and PATHTRACE.val == 0 and OCCLUSION.val == 0 and FAKEAMB.val == 0: if VIEWGI.val == 1: VIEWGI.val = 0 Draw.Redraw() if INSTANTGI.val == 1 or PATHTRACE.val == 1 or OCCLUSION.val == 1 or FAKEAMB.val == 1: if VIEWGLOBALS.val == 1: VIEWGLOBALS.val = 0 Draw.Redraw() if evt == FORCE_IRRCACHE: if IRRCACHE.val == 1: if INSTANTGI.val == 1: INSTANTGI.val = 0 Draw.Redraw() if PATHTRACE.val == 1: PATHTRACE.val = 0 Draw.Redraw() if OCCLUSION.val == 1: OCCLUSION.val = 0 Draw.Redraw() if FAKEAMB.val == 1: FAKEAMB.val = 0 Draw.Redraw() if IRRCACHE.val == 0: if USEGLOBALS.val == 1: USEGLOBALS.val = 0 Draw.Redraw() if INSTANTGI.val == 0 and IRRCACHE.val == 0 and PATHTRACE.val == 0 and OCCLUSION.val == 0 and FAKEAMB.val == 0: if VIEWGI.val == 1: VIEWGI.val = 0 Draw.Redraw() if evt == FORCE_PATHTRACE: if PATHTRACE.val == 1: if IRRCACHE.val == 1: IRRCACHE.val = 0 Draw.Redraw() if USEGLOBALS.val == 1: USEGLOBALS.val = 0 Draw.Redraw() if INSTANTGI.val == 1: INSTANTGI.val = 0 Draw.Redraw() if OCCLUSION.val == 1: OCCLUSION.val = 0 Draw.Redraw() if FAKEAMB.val == 1: FAKEAMB.val = 0 Draw.Redraw() if INSTANTGI.val == 0 and IRRCACHE.val == 0 and PATHTRACE.val == 0 and OCCLUSION.val == 0 and FAKEAMB.val == 0: if VIEWGI.val == 1: VIEWGI.val = 0 Draw.Redraw() if INSTANTGI.val == 1 or PATHTRACE.val == 1 or OCCLUSION.val == 1 or FAKEAMB.val == 1: if VIEWGLOBALS.val == 1: VIEWGLOBALS.val = 0 Draw.Redraw() if evt == FORCE_OCCLUSION: if OCCLUSION.val == 1: if IRRCACHE.val == 1: IRRCACHE.val = 0 Draw.Redraw() if USEGLOBALS.val == 1: USEGLOBALS.val = 0 Draw.Redraw() if INSTANTGI.val == 1: INSTANTGI.val = 0 Draw.Redraw() if PATHTRACE.val == 1: PATHTRACE.val = 0 Draw.Redraw() if FAKEAMB.val == 1: FAKEAMB.val = 0 Draw.Redraw() if INSTANTGI.val == 0 and IRRCACHE.val == 0 and PATHTRACE.val == 0 and OCCLUSION.val == 0 and FAKEAMB.val == 0: if VIEWGI.val == 1: VIEWGI.val = 0 Draw.Redraw() if INSTANTGI.val == 1 or PATHTRACE.val == 1 or OCCLUSION.val == 1 or FAKEAMB.val == 1: if VIEWGLOBALS.val == 1: VIEWGLOBALS.val = 0 Draw.Redraw() if evt == FORCE_FAKEAMB: if FAKEAMB.val == 1: if IRRCACHE.val == 1: IRRCACHE.val = 0 Draw.Redraw() if USEGLOBALS.val == 1: USEGLOBALS.val = 0 Draw.Redraw() if INSTANTGI.val == 1: INSTANTGI.val = 0 Draw.Redraw() if PATHTRACE.val == 1: PATHTRACE.val = 0 Draw.Redraw() if OCCLUSION.val == 1: OCCLUSION.val = 0 Draw.Redraw() if INSTANTGI.val == 0 and IRRCACHE.val == 0 and PATHTRACE.val == 0 and OCCLUSION.val == 0 and FAKEAMB.val == 0: if VIEWGI.val == 1: VIEWGI.val = 0 Draw.Redraw() if INSTANTGI.val == 1 or PATHTRACE.val == 1 or OCCLUSION.val == 1 or FAKEAMB.val == 1: if VIEWGLOBALS.val == 1: VIEWGLOBALS.val = 0 Draw.Redraw() if evt == FORCE_GLOBALS: if USEGLOBALS.val == 1: if PATHTRACE.val == 1: PATHTRACE.val = 0 Draw.Redraw() if INSTANTGI.val == 1: INSTANTGI.val = 0 Draw.Redraw() if IRRCACHE.val == 0: if USEGLOBALS.val == 1: USEGLOBALS.val = 0 Draw.Redraw() if USEGLOBALS.val == 0: if VIEWGLOBALS.val == 1: VIEWGLOBALS.val = 0 Draw.Redraw() if INSTANTGI.val == 0 and IRRCACHE.val == 0 and PATHTRACE.val == 0 and OCCLUSION.val == 0 and FAKEAMB.val == 0: if VIEWGI.val == 1: VIEWGI.val = 0 Draw.Redraw() if evt == EVENT_CAUSTICS: if CAUSTICS.val == 0: if VIEWCAUSTICS.val == 1: VIEWCAUSTICS.val = 0 Draw.Redraw() if evt == OVERRIDE_CAUSTICS: if CAUSTICS.val == 0: if VIEWCAUSTICS.val == 1: VIEWCAUSTICS.val = 0 Draw.Redraw() if evt == OVERRIDE_GLOBALS: if USEGLOBALS.val == 0: if VIEWGLOBALS.val == 1: VIEWGLOBALS.val = 0 Draw.Redraw() if evt == OVERRIDE_GI: if INSTANTGI.val == 0 and IRRCACHE.val == 0 and PATHTRACE.val == 0 and OCCLUSION.val == 0 and FAKEAMB.val == 0: if VIEWGI.val == 1: VIEWGI.val = 0 Draw.Redraw() if evt == IBL_EVENT: if IBL.val == 0: if IBLLOCK.val == 1: IBLLOCK.val = 0 Draw.Redraw() if IMP_SUN.val == 1: IMP_SUN.val = 0 Draw.Redraw() if IMP_BCKGRD.val == 1: IMP_BCKGRD.val = 0 Draw.Redraw() if BACKGROUND.val == 1: BACKGROUND.val = 0 Draw.Redraw() if evt == LOCK_EVENT: if IBL.val == 0: if IBLLOCK.val == 1: IBLLOCK.val = 0 Draw.Redraw() if evt == SUN_EVENT: if IMP_BCKGRD.val == 1: IMP_BCKGRD.val = 0 Draw.Redraw() if BACKGROUND.val == 1: BACKGROUND.val = 0 Draw.Redraw() if IBL.val == 1: IBL.val = 0 Draw.Redraw() if IBLLOCK.val == 1: IBLLOCK.val = 0 Draw.Redraw() if evt == BCKGRD_EVENT: if IMP_SUN.val == 1: IMP_SUN.val = 0 Draw.Redraw() if IBL.val == 1: IBL.val = 0 Draw.Redraw() if BACKGROUND.val == 1: BACKGROUND.val = 0 Draw.Redraw() if IBLLOCK.val == 1: IBLLOCK.val = 0 Draw.Redraw() if evt == CBCKGRD_EVENT: if IMP_SUN.val == 1: IMP_SUN.val = 0 Draw.Redraw() if IBL.val == 1: IBL.val = 0 Draw.Redraw() if IMP_BCKGRD.val == 1: IMP_BCKGRD.val = 0 Draw.Redraw() if IBLLOCK.val == 1: IBLLOCK.val = 0 Draw.Redraw() if evt == QUICK_OPT: if QUICKOCC.val == 1: QUICKOCC.val = 0 Draw.Redraw() if evt == QUICK_OCC: QUICKOPT.val = 1 Draw.Redraw(0) ## Rules for displaying the different panels: if evt == CHANGE_AA: SCREEN=0 Draw.Redraw() return if evt == CHANGE_CAM: SCREEN=2 Draw.Redraw() return if evt == CHANGE_BCKGRD: SCREEN=3 Draw.Redraw() return if evt == CHANGE_LIGHT: SCREEN=4 Draw.Redraw() return if evt == CHANGE_GI: SCREEN=5 Draw.Redraw() return if evt == CHANGE_SHAD: SCREEN=6 Draw.Redraw() return if evt == CHANGE_EXP: SCREEN=7 Draw.Redraw() return if evt == CHANGE_CFG: SCREEN=8 Draw.Redraw() return # Go back to config panel if user tries to render without configuring SF: if evt == REND_EVT and trial == False: SCREEN=8 Draw.Redraw() return if evt == SHAD_OK: Draw.Redraw() return # Events for the import and export of ID values and setting of default values if evt == EXPORT_ID: print " o Sending script settings to .blend..." def_output() def_gi() def_lights() def_camera() def_render() print " o Finished sending settings." return if evt == DEFAULT_ID: default_values() print " o Default settings restored." return if evt == IMPORT_ID: try: if SCENE.properties['SceneProp'] == "true": print " o Script settings found in .blend, importing to script..." import_output() import_gi() import_lights() import_camera() import_render() except: print " o No script settings in .blend, using defaults." default_values() return # Same as the IMPORT_ID event, but needed it to be a function so we can load it on script start up # def auto_import(): default_values() try: if SCENE.properties['SceneProp'] == "true": print " o Script settings found in .blend, importing to script..." import_output() import_gi() import_lights() import_camera() import_render() except: print " o No script settings in .blend, using defaults." default_values() return ####### Draw GUI Section ####### ################################ ## Draws the individual panels ## def drawGUI(): global SCREEN if SCREEN==0: drawAA() if SCREEN==2: drawCamera() if SCREEN==3: drawBackground() if SCREEN==4: drawLights() if SCREEN==5: drawGI() if SCREEN==6: drawShad() if SCREEN==7: drawRender() if SCREEN==8: drawConfig() ## Draw AA options ## def drawAA(): global MINAA, MAXAA, AASAMPLES, AAJITTER, IMGFILTERW, IMGFILTERH, IMGFILTER col=10; line=150; BGL.glRasterPos2i(col, line); Draw.Text("AA:") col=100; line=145; MINAA=Draw.Number("Min AA", 2, col, line, 120, 18, MINAA.val, -4, 5); col=230; MAXAA=Draw.Number("Max AA", 2, col, line, 120, 18, MAXAA.val, -4, 5) col=100; line=125; AASAMPLES=Draw.Number("Samples", 2, col, line, 120, 18, AASAMPLES.val, 0, 32) col=230; AAJITTER=Draw.Toggle("AA Jitter", 2, col, line, 120, 18, AAJITTER.val, "Use jitter for anti-aliasing") col=10; line=105; BGL.glRasterPos2i(col, line); Draw.Text("Image Filter:") col=100; line=100; IMGFILTER=Draw.Menu("%tImage Filter|box|gaussian|mitchell|triangle|catmull-rom|blackman-harris|sinc|lanczos", FILTER_EVENT, col, line, 120, 18, IMGFILTER.val) drawButtons() ## Draw camera options ## def drawCamera(): global DOF, DOFRADIUS, SPHERICALCAMERA, FISHEYECAMERA, LENSSIDES, LENSROTATION col=10; line=150; BGL.glRasterPos2i(col, line); Draw.Text("Camera:") col=100; line=145; DOF=Draw.Toggle("DOF", DOF_CAMERA, col, line, 120, 18, DOF.val, "Turn on depth of field") col=225; DOFRADIUS=Draw.Number("Radius", 2, col, line, 120, 18, DOFRADIUS.val, 0.001, 9.999) col=100; line=125; BGL.glRasterPos2i(col, line); Draw.Text("Bokeh shape -->") col=225; line=120; LENSSIDES=Draw.Number("Sides", 2, col, line, 120, 18, LENSSIDES.val, 2, 8) col=350; LENSROTATION=Draw.Number("Rotation", 2, col, line, 120, 18, LENSROTATION.val, 0.0, 360.0) col=100; line=95; SPHERICALCAMERA=Draw.Toggle("Spherical", SPHER_CAMERA, col, line, 120, 18, SPHERICALCAMERA.val, "Use the sperical camera type") col=100; line=70; FISHEYECAMERA=Draw.Toggle("Fisheye", FISH_CAMERA, col, line, 120, 18, FISHEYECAMERA.val, "Use the fisheye camera type") drawButtons() ## Draw Background options ## def drawBackground(): global IMP_BCKGRD, IMP_SUN, BACKGROUND, BCKGRD, IBL, IBLLOCK, IBLSAMPLES, SUN_TURB, SUN_SAMPLES, INFINITEPLANE, IPLANECOLOR col=10; line=225; BGL.glRasterPos2i(col, line); Draw.Text("Simple background:") col=10; line=200; IMP_BCKGRD=Draw.Toggle("Import World", BCKGRD_EVENT, col, line, 120, 18, IMP_BCKGRD.val, "Set World's Horizon color as background") col=10; line=175; BACKGROUND=Draw.Toggle("Create Background", CBCKGRD_EVENT, col, line, 120, 18, BACKGROUND.val, "Define a background color") col=135; BCKGRD=Draw.ColorPicker(2, 135, 175, 30, 18, BCKGRD.val, "New background color") col=10; line=155; BGL.glRasterPos2i(col, line); Draw.Text("High Dynamic Range Illumination (Please set a texture named 'ibllight', lower case):") col=10; line=125; IBL=Draw.Toggle("Image Based Light", IBL_EVENT, col, line, 140, 18, IBL.val, "Use IBL/hdr type light") col=160; IBLLOCK=Draw.Toggle("Importance Sampling", LOCK_EVENT, col, line, 130, 18, IBLLOCK.val, "Use importance sampling (lock false), IBL must be on") col=300; IBLSAMPLES=Draw.Number("Samples", 2, col, line, 100, 18, IBLSAMPLES.val, 1, 1024) col=10; line=105; BGL.glRasterPos2i(col, line); Draw.Text("Sunsky:") col=10; line=75; IMP_SUN=Draw.Toggle("Import Sun", SUN_EVENT, col, line, 120, 18, IMP_SUN.val, "Import existing Sun") col=140; line=75; SUN_TURB=Draw.Number("Turbidity", 2, col, line, 120, 18, SUN_TURB.val, 0.0, 32.0) col=270; SUN_SAMPLES=Draw.Number("Samples", 2, col, line, 120, 18, SUN_SAMPLES.val, 1, 10000) col=400; INFINITEPLANE=Draw.Toggle("Infinite Plane", 2, col, line, 90, 18, INFINITEPLANE.val, "Use an infinite plane in the scene") col=500; IPLANECOLOR=Draw.ColorPicker(2, 495, 75, 30, 18, IPLANECOLOR.val, "Infinite plane color") drawButtons() ## Draw light options ## def drawLights(): global MESHLIGHTPOWER, LAMPPOWER, DSAMPLES, CONVLAMP col=10; line=205; BGL.glRasterPos2i(col, line); Draw.Text("Global Options:") col=10; line=180; BGL.glRasterPos2i(col, line); Draw.Text("Meshlight:") col=110; line=175; MESHLIGHTPOWER=Draw.Number("Power", 2, col, line, 200, 18, MESHLIGHTPOWER.val, 1, 10000) col=10; line=155; BGL.glRasterPos2i(col, line); Draw.Text("Light:") col=110; line=150; LAMPPOWER=Draw.Number("Power", 2, col, line, 200, 18, LAMPPOWER.val, 1, 10000) col=10; line=130; BGL.glRasterPos2i(col, line); Draw.Text("Lightserver:") col=110; line=125; DSAMPLES=Draw.Number("Direct Samples", 2, col, line, 200, 18, DSAMPLES.val, 0, 1024) col=10; line=105; BGL.glRasterPos2i(col, line); Draw.Text("Unknown lamps:") col=10; line = 75; CONVLAMP=Draw.Toggle("Convert lamps", 2, col, line, 140, 18, CONVLAMP.val, "Convert unsupported lamps into point light") drawButtons() ## Draw Shader options ## def drawShad(): global SHADTYPE, SHADOK col=10; line=400; BGL.glRasterPos2i(col, line); Draw.Text("Specific instructions for exporting shaders:") col=10; line=375; BGL.glRasterPos2i(col, line); Draw.Text("For exporting bump and normal maps, have the second texture slot (slot 1) name") col=10; line=350; BGL.glRasterPos2i(col, line); Draw.Text("begin with bump or normal. Controlled with the Map To Nor button and Nor slider.") col=10; line=325; BGL.glRasterPos2i(col, line); Draw.Text("Regarding Textures: Diffuse, shiny, ambocc, phong, and ward materials will") col=10; line=300; BGL.glRasterPos2i(col, line); Draw.Text("use textures as the diffuse channel if the texture is in the first texture slot.") col=10; line=275; SHADTYPE=Draw.Menu("%tSelect shader|Uber|Diffuse|Shiny|AO|Phong|Ward|Mirror|Glass|Constant", SHADER_TYPE, col, line, 85, 18, SHADTYPE.val) col=100; SHADOK=Draw.Button("OK", SHAD_OK, col, line, 30, 18, "Print on screen instructions") if SHADTYPE == 1: col=10; line=250; BGL.glRasterPos2i(col, line); Draw.Text("Uber: shader name should start with 'sfube' - imports Blender's Col and Spe RGB") col=10; line=225; BGL.glRasterPos2i(col, line); Draw.Text("values") col=10; line=200; BGL.glRasterPos2i(col, line); Draw.Text("\t\tIF Texture Slot 0: diffuse texture(Mapto Col value), else Col RGB values") col=10; line=175; BGL.glRasterPos2i(col, line); Draw.Text("\t\tThe blend factor for the diffuse texture is controlled by the Map Input Col slider") col=10; line=150; BGL.glRasterPos2i(col, line); Draw.Text("\t\tIF Texture Slot 2: specular texture(Mapto Var value), else Spe RGB values") col=10; line=125; BGL.glRasterPos2i(col, line); Draw.Text("\t\tThe blend factor for the specular texture is controlled by the Map Input Var slider") if SHADTYPE == 2: col=10; line=250; BGL.glRasterPos2i(col, line); Draw.Text("Diffuse: shader name should start with 'sfdif' - imports Blender's Col RGB values") if SHADTYPE == 3: col=10; line=250; BGL.glRasterPos2i(col, line); Draw.Text("Shiny: shader name sould start with 'sfshi' - imports Blender's Col RGB and") col=10; line=225; BGL.glRasterPos2i(col, line); Draw.Text("RayMirr values") if SHADTYPE == 4: col=10; line=250; BGL.glRasterPos2i(col, line); Draw.Text("Ambient Occlusion: shader name sould start with 'sfamb' - imports Blender's") col=10; line=225; BGL.glRasterPos2i(col, line); Draw.Text("Col RGB (Bright) and Spe RGB (Dark) values") if SHADTYPE == 5: col=10; line=250; BGL.glRasterPos2i(col, line); Draw.Text("Phong: shader name sould start with 'sfpho' - imports Blender's Col RGB and") col=10; line=225; BGL.glRasterPos2i(col, line); Draw.Text("Spe RGB values, as well as the spec's hard value") if SHADTYPE == 6: col=10; line=250; BGL.glRasterPos2i(col, line); Draw.Text("Ward: shader name sould start with 'sfwar' - imports Blender's Col RGB and") col=10; line=225; BGL.glRasterPos2i(col, line); Draw.Text("Spe RGB values") if SHADTYPE == 7: col=10; line=250; BGL.glRasterPos2i(col, line); Draw.Text("Mirror: shader name sould start with 'sfmir' - imports Blender's Col RGB values,") col=10; line=225; BGL.glRasterPos2i(col, line); Draw.Text("Ray Mir button must be on") if SHADTYPE == 8: col=10; line=250; BGL.glRasterPos2i(col, line); Draw.Text("Glass: shader name sould start with 'sfgla' - imports Blender's Col RGB and") col=10; line=225; BGL.glRasterPos2i(col, line); Draw.Text("IOR values, Ray Transp button must be on") if SHADTYPE == 9: col=10; line=250; BGL.glRasterPos2i(col, line); Draw.Text("Constant: shader name should start with 'sfcon' - imports Blender's Col RGB values") drawButtons() ## Draw export and render options settings ## def drawRender(): global EXPORT, RENDER, SMALLMESH, NOGI, NOGUI, NOCAUSTICS, QUICKUV, QUICKNORM, QUICKID, QUICKPRIMS, QUICKGRAY, QUICKWIRE, QUICKOCC, QOCCDIST, FILETYPE, DEPTH_DIFF, DEPTH_REFL, DEPTH_REFR, QUICKOPT, EXP_ANIM, IPR, BUCKETSIZE, BUCKETTYPE, REVERSE col=10; line=325; BGL.glRasterPos2i(col, line); Draw.Text("Rendering actions:") col=10; line=300; EXPORT=Draw.Button("Export .sc", EXP_EVT, col, line, 140, 18, "Export the scene to .sc file") col=160; RENDER=Draw.Button("Render exported", REND_EVT, col, line, 130, 18, "Render it (Export a .sc file first)") col=300; FILETYPE=Draw.Menu("%tFile type|png|tga|hdr|exr|igi", FILE_TYPE, col, line, 85, 18, FILETYPE.val) col=10; line=280; BGL.glRasterPos2i(col, line); Draw.Text("Max raytrace depths:") col=10; line=255; DEPTH_DIFF=Draw.Number("Diffuse Depth", 2, col, line, 125, 18, DEPTH_DIFF.val, 1, 100) col=150; DEPTH_REFL=Draw.Number("Reflection Depth", 2, col, line, 125, 18, DEPTH_REFL.val, 1, 100) col=290; DEPTH_REFR=Draw.Number("Refraction Depth", 2, col, line, 125, 18, DEPTH_REFR.val, 1, 100) col=10; line=240; BGL.glRasterPos2i(col, line); Draw.Text("Bucket Order:") col=10; line=215; BUCKETSIZE=Draw.Number("Bucket Size", 2, col, line, 125, 18, BUCKETSIZE.val, 8, 64) col=150; BUCKETTYPE=Draw.Menu("%tBucket Order|hilbert (default)|spiral|column|row|diagonal|random", BUCKET_EVENT, col, line, 125, 18, BUCKETTYPE.val) col=290; REVERSE=Draw.Toggle("Reverse Order", 2, col, line, 125, 18, REVERSE.val, "Use reverse bucket order") col=10; line=195; BGL.glRasterPos2i(col, line); Draw.Text("Rendering options:") col=10; line=170; SMALLMESH=Draw.Toggle("Small mesh", 2, col, line, 85, 18, SMALLMESH.val, "Load triangle meshes using triangles optimized for memory use") col=100; NOGI=Draw.Toggle("No GI", 2, col, line, 85, 18, NOGI.val, "Disable any global illumination engines in the scene") col=190; NOCAUSTICS=Draw.Toggle("No Caustics", 2, col, line, 85, 18, NOCAUSTICS.val, "Disable any caustic engine in the scene") col=280; NOGUI=Draw.Toggle("No GUI", 2, col, line, 85, 18, NOGUI.val, "Don't open the frame showing rendering progress") col=370; IPR=Draw.Toggle("IPR", 2, col, line, 85, 18, IPR.val, "Render using progressive algorithm") col=10; line=150; BGL.glRasterPos2i(col, line); Draw.Text("Quick override options:") col=10; line=125; QUICKOPT=Draw.Menu("%tQuick option|None|Quick UVs|Quick Normals|Quick ID|Quick Primitives|Quick Gray|Quick Wire", QUICK_OPT, col, line, 100, 18, QUICKOPT.val) col=10; line=100; QUICKOCC=Draw.Toggle("Quick Amb Occ", QUICK_OCC, col, line, 85, 18, QUICKOCC.val, "Applies ambient occlusion to the scene with specified maximum distance") col=100; QOCCDIST=Draw.Number("Distance", 2, col, line, 125, 18, QOCCDIST.val, 0.00, 1000.00) col=10; line=75; EXP_ANIM=Draw.Toggle("Export As Animation", 2, col, line, 140, 18, EXP_ANIM.val, "Export the scene as animation") drawButtons() ## Draw the SF configuration settings ## def drawConfig(): global SET_PATH, THREADS, MEM, SET_JAVAPATH col=10; line = 315; BGL.glRasterPos2i(col, line); Draw.Text("ID properties for script settings:") col= 10; line = 285; Draw.Button("Send Script Settings", EXPORT_ID, col, line, 140,18, "Send script settings to the .blend") col= 155; Draw.Button("Restore Default Settings", DEFAULT_ID, col, line, 140,18, "Use script defaults") col= 300; Draw.Button("Reload ID Settings", IMPORT_ID, col, line, 140,18, "Reload ID properties from .blend") col=10; line = 255; BGL.glRasterPos2i(col, line); Draw.Text("Settings needed to render directly from the script:") col=155; line = 230; BGL.glRasterPos2i(col, line); Draw.Text("(threads=0 means auto-detect)") col=10; line = 225; THREADS=Draw.Number("Threads", 2, col, line, 140, 18, THREADS.val, 0, 8) col=10; line = 200; MEM=Draw.Number("Memory (MB)", 2, col, line, 140, 18, MEM.val, 256, 4096) col= 10; line = 175; Draw.Button("Save SF Path & Settings", SET_PATH, col, line, 140,18) col= 10; line = 150; Draw.Button("Save Java Path", SET_JAVAPATH, col, line, 140,18) col=155; line = 155; BGL.glRasterPos2i(col, line); Draw.Text("Set Java path after Sunflow path") # Get blenders 'bpydata' directory: datadir=Blender.Get("datadir") # Check if the config file exists: trial=os.path.exists(datadir+'/path2sf.cfg') # If config file exists, retrieve existing values: if trial == 1: # open 'path2sf.cfg' f = open(datadir + '/path2sf.cfg', 'r+') sfdir = f.readline() memory = f.readline() threads = f.readline() javadir = f.readline() col=10; line = 130; BGL.glRasterPos2i(col, line); Draw.Text("Sunflow path: %s" % sfdir) col=10; line = 110; BGL.glRasterPos2i(col, line); Draw.Text("Memory: %s MB" % memory) col=10; line = 90; BGL.glRasterPos2i(col, line); Draw.Text("Threads: %s" % threads) col=10; line = 70; BGL.glRasterPos2i(col, line); Draw.Text("Java path: %s" % javadir) f.close() # If config file doesn't exist, issue a warning: if trial == 0: col=10; line = 105; BGL.glRasterPos2i(col, line); Draw.Text("Sunflow is not configured yet - set Memory, Number of Threads and Path to sunflow.jar") drawButtons() ## Draw caustic and global illumination settings ## def drawGI(): global CAUSTICS, PHOTONNUMBER, PHOTONMAP, PHOTONESTIMATE, PHOTONRADIUS global INSTANTGI, IGISAMPLES, IGISETS, IGIBIAS, IGIBIASSAMPLES global IRRCACHE, IRRSAMPLES, IRRTOLERANCE, IRRSPACEMIN, IRRSPACEMAX global gPHOTONNUMBER, gPHOTONESTIMATE, gPHOTONRADIUS, gPHOTONMAP, USEGLOBALS global PATHTRACE, PATHSAMPLES global VIEWCAUSTICS, VIEWGLOBALS, VIEWGI global OCCLUSION, OCCBRIGHT, OCCDARK, OCCSAMPLES, OCCDIST global FAKEAMB, FAMBSKY, FAMBGROUND # GI/Caustics part # col=10; line=325; BGL.glRasterPos2i(col, line); Draw.Text("Caustics and Global Illumination") #Caustics# col=10; line=300; CAUSTICS=Draw.Toggle("Caustics", EVENT_CAUSTICS, col, line, 85, 18, CAUSTICS.val, "Turn on caustics in the scene") col=100; PHOTONNUMBER=Draw.Number("Photons", 2, col, line, 125, 18, PHOTONNUMBER.val, 0, 5000000) col=230; PHOTONMAP=Draw.Menu("%tCaustics Photon Map|kd", PHOTON_EVENT, col, line, 60, 18, PHOTONMAP.val) col=295; PHOTONESTIMATE=Draw.Number("Photon Estim.", 2, col, line, 125, 18, PHOTONESTIMATE.val, 0, 1000) col=425; PHOTONRADIUS=Draw.Number("Photon Radius", 2, col, line, 125, 18, PHOTONRADIUS.val, 0.00, 10.00) #Instant GI# col=10; line=275; INSTANTGI=Draw.Toggle("Instant GI", FORCE_INSTANTGI, col, line, 85, 18, INSTANTGI.val, "Enable Instant GI for GI in the scene") col=100; IGISAMPLES=Draw.Number("Samples", 2, col, line, 125, 18, IGISAMPLES.val, 0, 1024) col=230; IGISETS=Draw.Number("Number of Sets", 2, col, line, 125, 18, IGISETS.val, 1.0, 100.0) col=100; line=250; IGIBIAS=Draw.Number("Bias", 2, col, line, 125, 18, IGIBIAS.val, 0.000, 1.000) col=230; IGIBIASSAMPLES=Draw.Number("Bias Samples", 2, col, line, 125, 18, IGIBIASSAMPLES.val, 0, 64) #Irradiance Caching# col=10; line=225; IRRCACHE=Draw.Toggle("Irr. Cache", FORCE_IRRCACHE, col, line, 85, 18, IRRCACHE.val, "Enable Irradiance Caching for GI in the scene") col=100; IRRSAMPLES=Draw.Number("Samples", 2, col, line, 125, 18, IRRSAMPLES.val, 0, 1024) col=230; IRRTOLERANCE=Draw.Number("Tolerance", 2, col, line, 125, 18, IRRTOLERANCE.val, 0.0, 0.10) col=100; line=200; IRRSPACEMIN=Draw.Number("Min. Space", 2, col, line, 125, 18, IRRSPACEMIN.val, 0.00, 10.00) col=230; IRRSPACEMAX=Draw.Number("Max. Space", 2, col, line, 125, 18, IRRSPACEMAX.val, 0.00, 10.00) col=10; line=175; USEGLOBALS=Draw.Toggle("Use Globals", FORCE_GLOBALS, col, line, 85, 18, USEGLOBALS.val, "Use global photons instead of path tracing for Irr. Cache secondary bounces") col=100; gPHOTONNUMBER=Draw.Number("Glob. Phot.", 2, col, line, 125, 18, gPHOTONNUMBER.val, 0, 5000000) col=230; gPHOTONMAP=Draw.Menu("%tGlobal Photon Map|grid", gPHOTON_EVENT, col, line, 60, 18, gPHOTONMAP.val) col=295; gPHOTONESTIMATE=Draw.Number("Global Estim.", 2, col, line, 125, 18, gPHOTONESTIMATE.val, 0, 1000) col=425; gPHOTONRADIUS=Draw.Number("Global Radius", 2, col, line, 125, 18, gPHOTONRADIUS.val, 0.00, 10.00) #Path Tracing# col=10; line=150; PATHTRACE=Draw.Toggle("Path Tracing", FORCE_PATHTRACE, col, line, 85, 18, PATHTRACE.val, "Enable Path Tracing for GI in the scene") col=100; PATHSAMPLES=Draw.Number("Samples", 2, col, line, 125, 18, PATHSAMPLES.val, 0, 1024) #AO# col=10; line=125; OCCLUSION=Draw.Toggle("Amb Occ", FORCE_OCCLUSION, col, line, 85, 18, OCCLUSION.val, "Turn on ambient occlusion for the whole scene") col=100; OCCBRIGHT=Draw.ColorPicker(2, 100, 125, 30, 18, OCCBRIGHT.val, "Ambient Occlusion bright color") col=135; OCCDARK=Draw.ColorPicker(2, 135, 125, 30, 18, OCCDARK.val, "Ambient Occlusion dark color") col=170; OCCSAMPLES=Draw.Number("Samples", 2, col, line, 125, 18, OCCSAMPLES.val, 0, 256) col=300; OCCDIST=Draw.Number("Distance", 2, col, line, 125, 18, OCCDIST.val, -1.0, 150.0) #Fake Ambient Term# col=10; line=100; FAKEAMB=Draw.Toggle("Fake Amb", FORCE_FAKEAMB, col, line, 85, 18, FAKEAMB.val, "Turn on Fake Ambient Term for the scene") col=100; FAMBSKY=Draw.ColorPicker(2, 100, 100, 30, 18, FAMBSKY.val, "Fake Ambient Term sky color") col=135; FAMBGROUND=Draw.ColorPicker(2, 135, 100, 30, 18, FAMBGROUND.val, "Fake Ambient Term ground color") #Overrides# col=100; line=75; VIEWCAUSTICS=Draw.Toggle("Just Caustics", OVERRIDE_CAUSTICS, col, line, 85, 18, VIEWCAUSTICS.val, "Render only the caustic photons in the scene (Caustics must be on)") col=190; VIEWGLOBALS=Draw.Toggle("Just Globals", OVERRIDE_GLOBALS, col, line, 85, 18, VIEWGLOBALS.val, "Render only the global photons in the scene (Use Globals must be on)") col=280; VIEWGI=Draw.Toggle("Just GI", OVERRIDE_GI, col, line, 85, 18, VIEWGI.val, "Render only the gi components in the scene (A GI engine must be selected)") drawButtons() ## Draw the bottom bar of buttons in the interface ## def drawButtons(): Draw.Button("Configure SF", CHANGE_CFG, 20, 10, 90, 50) Draw.Button("AA", CHANGE_AA, 115 , 40, 90, 20) Draw.Button("Camera", CHANGE_CAM, 210, 40, 90, 20) Draw.Button("Light", CHANGE_LIGHT, 305, 40, 90, 20) Draw.Button("Caustics/GI", CHANGE_GI, 115, 10, 90, 20) Draw.Button("Shader Info", CHANGE_SHAD, 210, 10, 90, 20) Draw.Button("Background", CHANGE_BCKGRD,305, 10, 90, 20) Draw.Button("Render settings", CHANGE_EXP, 400, 10, 90, 50) ####### Script Startup Section ####### ###################################### SCREEN=7 auto_import() Draw.Register(drawGUI, event, buttonEvent) LICENSE0000644000175000017500000000206111301357557011115 0ustar user03user03Copyright (c) 2003-2007 Christopher Kulla Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. README0000644000175000017500000002024411301357557010773 0ustar user03user03Sunflow Global Illumination Rendering System v0.07.3 Contact: Christopher Kulla fpsunflower@users.sourceforge.net http://sunflow.sourceforge.net/ ---------------------------------------------------------------- Sunflow is a rendering system for photo-realistic image synthesis. It is written in Java and built around a flexible ray tracing core and an extensible object-oriented design. Please consult the LICENSE file for license information. ---------------------------------------------------------------- Quickstart: The fastest way to get started rendering images if you are not familiar with Java development is to get the binary release from the website. You will also need the latest Java SE JDK (to get the server VM) from http://java.sun.com/. Launch sunflow from the command prompt like this: >> java -server -Xmx1024M -jar sunflow.jar IMPORTANT PERFORMANCE TIPS: * Change the -Xmx command line option to match the amount of RAM in your system (example uses 1GB) * Make sure the server VM is being used. Unfortunately, on 32 bit Windows, Sun only ships the server VM with the JDK, and doesn't install it in your path by default. Check your PATH environment variable if you have trouble. Add -h to the end of command line for a list of command line options. You can find some simple demo scenes on the website's data distribution. A simple blender script is also available from the website. DISCLAIMER: Keep in mind that this is still an early version. At the moment you will need to dig around the scene files in order to get the most out of the software. If you have any questions, feel free to e-mail me at the adress at the top. ---------------------------------------------------------------- Build instructions: Download the latest JDK (6.0 at the time of this writing) if you don't have it already. Please note that the source code makes use of some new features like generics. Keep this in mind if you are trying to compile/run the code under a different JVM. Create a main directory to hold the code (for example, "sunflow") and unzip the contents of the source package into it, preserving sub-directories. Create the "classes" subdirectory if your unzip program did not. You may now compile the software from the main directory by running: >> javac -classpath janino.jar -sourcepath src -d classes -g:none -O src/*.java once the compiling is complete, run the code with: >> java -cp classes;janino.jar -server -Xmx1024M SunflowGUI The tips above apply here as well (-Xmx and -server command line options). ---------------------------------------------------------------- Scene file format: The SunflowGUI program accepts input in the .sc file format. As this is only a temporary file format, the best documentation for it is SCParser.java. You may also get a feel for what is supported by examining the example scene files provided in the data distribution. ---------------------------------------------------------------- Rendering options: Here is a quick explanation of the basic rendering options. Anti-aliasing: The most important controls are aa.min and aa.max. These control the under/over-sampling of the image. The image will be first sampled at the rate prescribed by aa.min. Then, based on color and surface normal differences, the image will be refined up to the rate prescribed by aa.max. A value of 0 corresponds to 1 sample per pixel. A value of -1 corresponds to 1 sample every 2 pixels (1 per 2x2 block) A value of -2 corresponds to 1 sample every 4 pixels (1 per 4x4 block) A value of -3 corresponds to 1 sample every 8 pixels (1 per 8x8 block) ... A value of 1 corresponds to 4 samples per pixel (2x2 subpixel grid) A value of 2 corresponds to 16 samples per pixel (4x4 subpixel grid) A value of 3 corresponds to 64 samples per pixel (8x8 subpixel grid) ... Examples: - quick undersampled preview: -2 0 - preview with some edge refinement: 0 1 - final rendering: 1 2 Filtering: Image quality is also affected by filtering. If you use oversampling (positive min or max AA), you will want to turn this on. Here are the names of the built-in filters: * box * triangle * gaussian * catmull-rom * mitchell * lanczos * blackman-harris * sinc Box and triangle are best for previews as they are small and fast. The other filters are recommended for final image rendering. Bucket rendering: Sunflow proceses the image to be rendered in small squares called buckets. The size of these buckets can be controlled by a pixel width. Each rendering thread will be a assigned a single bucket. You may not get the bucket size you expect if you try to make them really small or really big, as there are some hard-coded limits to prevent excessive memory usage or excessive overhead. The bucket ordering simply affects the order in which the buckets appear. They shouldn't have too much of an effect on overall rendering speed. Soft shadows: Area lights automatically create soft shadows in your scene. Once you have the proper meshlight exported, you can control the quality of shadows by changing the samples value. Please note this value is a number of rays PER triangle. Complex meshes made up of many triangles can become quite costly. The best is to restrict yourself to simple quads (2 triangles). Global illumination: Sunflow includes several methods to achieve global illumination. The easiest to setup is path tracing. Path tracing is controlled by a sampling value and a number of bounces. A good starting point is 16 samples and 1 bounce. Increase the samples as needed to make the image less noisy. Note that this technique is not generally usable for complex lighting setups. Irradiance caching or IGI. Tutorials comming soon. Caustics: Caustics are produced by light shining through refractive objects or being bounced by highly reflective materials. The only caustic algorithm currently implemented is via photon mapping. You must first pick a number of photons to shoot into the scene. Each light source will shoot this many photons, so be carefull if you have many lights in the scene. Pay attention to the messages in the console to see exactly what is going on. Once you have a number of photons to emit, you must pick a way to store them. Only a kd engine is currently available for caustics. You can then set a value for the number of photons to gather at each shading point (start with ~50 to ~100) as well as a maximum search radius. These settings are highly scene dependent so experiment with them until you get satisfactory results. ---------------------------------------------------------------- Third party libraries: Sunflow makes use of the following libraries, distributed according to the following terms: Janino - An embedded Java[TM] compiler Copyright (c) 2006, Arno Unkrig All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. resources/0000755000175000017500000000000011301357544012117 5ustar user03user03resources/golden_0100.png0000644000175000017500000025741611301357544014554 0ustar user03user03PNG  IHDR\rfIDATxܽwwu˯q=9%Y z}c+{A{IS%[>.rز%w;,ˎ$'';\mwo@R AϜKU R-bRLT 1QT. R1\P"6 g]H(WKWڧV]*6?Rl\_( 6e~|jQU^#j*DmUn 5I45fR"ZZE[chn-")m]"՞HwDw'*-2nӅʈdFzDWd@wLV dPπE a>!15h41ӨXP{z3âg$>Tk>mc4$zRjPts%Q"5 R]YDV$V}+^@NT;*#:ںImiޚm)֒.Ҕu.Dc}hk5z@x^TՉZQUQ-*+DEyx\_S.>Y#/mWtSbiؼqX&oS-mt('e;std{y AA0 @ n* ]78(RQ YABTJ:&\!*ڛDKjM A -zA6! A&YGM/54<(;4ѨU.zR;o&FX,C1 $DA @ `bH@ H+[ ]0sg,~jj5Ky1OVO7U1iIfsZKv@U A0@ 0 нv@@OMX$6)_Q @IAABCEch4 HQ"= .@Fz,z4$FZQӏF50q0`HL={`A`( HdH^@7@ߒhBt;W0 Z6X̟t_y\x_VM_^}TETKvAEYQC0Щ@Ӏl F%)$X.شjشU*J (t!fzB ߐƴ7 Q>ZPiHd@ +%f Q צa0hoM?1d߆? }O*7H Ga@ %@S/@F[ oWoSտY~UտNUjU+}^J,P4yǪo+4xU&|޾d7T`Bl Ƌ\@"@A`h|zzb($()- *ZFHM5MS@t6!4"EH4A@A/ `!0!AX FY s Fa@  ?}-1`(A ,@?k~ IiSutX߬W/?Jߖ*cWצWW˩%{^J) 24[Q;vmZ2QXٴeJMjVC@d @B @5D YL}' >hhh} 4`Q}. z} ǀ`(BA dG /%[:Uobokd毕_U~W.C׋[]`LחQ__jejВ`}R p> [L D* \* M>jpUhB[bjz~5x߯̿B,}"֬L(8Uf>TZj;G1 4s  @˲5iRfx TVBj!,Y@AЌ@$$5 ) P+)G z Ci aH@q$3GPMڀO~ >)'J)'g `6k6mѿE/}FX $-6~>jQsoYɷ+,~@Y%6=  4t B;Pz#%DAZ*HzPO)@Bvv7R&@; R@KԧR@@ Ð3:i @ HL2L L5j2(|*ƍ|>\hHę(3@w %@ZEV liojhX֫_&jig2LimWQ7f;/;K, $<FѬ}쯱sF PDsl@ycT)Af)4K4oN@@5H+K@Ch  X 0ȎB*(L-b 0@` Н5@@[e6p,Wa]%׭N!!毮C~m<dz0zSQc\ X,3f?zĜj p.K]_ RjP+E !%< u hT)>mn!4 R @R^ Lz"Aٗ'm8X <K8  ,X d)G  hCh3Z6]~`Vg](8O:/4~6>t\}`a 䐪dx&zXL؀PXSxx(I==,/UѠ Ь R@#= iqJ*Lzu!!@0+4fx_0Uc䃀!Ani~ @O ԩ՟r/Mf_n/)r_[_7'2>tݰIKob@K-%0P;6 BG˟PD w+,@vN`B2e8h~%l} x kǤ|L Nx Q)#RI.2>t3/ ڑG͏V-k˯`CV0pUL|J:tҼ %G) &61-8Zj`v-h2L6j S@A`A`!H86@0HliKD[h>)QIҔj$qҤ;=E 0B 10pӝU hP7~;+-ڵݴѧ?!J毝~}61|iRS KB$:ba@@: عF!<K?V4Jmh@ I-6X H) L*LV 'B柎jUNx !8 04|zI`$@@ofHfH9@w ojs5+pOXM}Zahs|ޣ``l2{R{Y6 N MkB:vB9`9;0T 7 fyX 8TM L&7>O= 1)`@ `!0 mXQ`,`<^q3~,8# /cy 0@_x*xP_UP}UZ&_8ecw;o"SU vԡ_@LK5~8tMt}JNh-2 B2Vָ+g& J:rC^l T) T,@B k F`\M$ dSaHa0`@B`ă"UW _@+_'_cZ:_8&ʊq˞M'dWƗ?/:ڵ.(=P o HO|@l  *.' W++DE2P,J<i@[$4@ЪA  V eBL`2f: |@F1_906@<&s@`b B`TC !0A`HR @Ohd3TߣGil2Ѽ`b2>N@"D"2?~L|ߙ6NZ5˃z(uj(ۅ5h4ki@@B &2x  !n DգRY"d`0n&0 DM? (Fb x y X(T 4 O Vn$r%>4׋U j&eצOt\dRo JtR,qU}f`&Apƴ-p Wp`5'@+296 (h&Шi@ANIt i@Ap>zYۇ547 ) q-`o[ri4aLB '-  <z A`(RI[U߆}?%%>i~{뉿^믩ow\0 2ﲁxDswI7b@5ml :ve`T v+EKE~H7L@Q 4P @;&6 $4$Ra])4ho@7@Kl;;0s 3ă ^gx(ɼ p@0 2 0d)@VdF;&fOn 0}2?w&u53Q󷞆,+]uE"0 䁀nK%Tߦ,h&A\)gљc `ZE@@@P@}yA ti =l H R<0ԭ ! Y8Lp F &#(ɐr=w'r?#N`\423՟?3;r?˯ʚ2=z[Vhh~2u:Q7}.$ !ী%~'[_2w /_։% m|7 Q+@Vjlb#nU( Q iҦl L@v >ABrA0@0#)\@ b~))upt5jXjAkirA ~ dW[K>p | rԧGj 䨗k@ 241ri cSw oc~t_zyOGmGvc/-.CV|뗗|UذD,}F=)`wUϮff97F_=&V "/ 'ng<@G@N ^ R [V`k}% %i@ZJ\2eÀ^2lJJ-ZvA^%ՙ$(HG$ʐy$?;8u2V ~v=Iz"^2=fnf8{hv{ǽ0O5}>VB|m!B}/[}Ւv5ce^e>0|_/T} i?Њm?eS ]vo^1 c| {L+X@d Lh>P (B RzҁF4[&u9~!SJk/kR1Jj BK%ˮH+*-Ҩ.n)eT/~el.fDy5_ew _ oW!7m꾉oJ(64&<e}jYpZfp { T|Co '?T<2ԓOK?Ub%h2hrAX+֭P\/֯aqFi 5DP~QY*xuن"Qے7P J@2 qh"^BCQ"ЪK* C\+JsX̨ҨHK{2Ie܈etAL gIOn&MR 6Җq&lDAk° 5+c*rJb |re;T,}CPzIMΗ^~gGMeDݷU*; 80|o{]_ S)YS=') ?n (+ćkցׁׯ 677E``B0{T$T1 _"Jxi L~QE5eL5FZzN~bT*WUѷI5cjU6`T*תCPuPqAP%A%5`j)b b@P6 <] .i<`%^>ЩAGO)3`Gm>X =X9otl+SYoYS^S^S20r0 0*0j0롺67az4{(D0w bjs3 +xGS*Sd t:e`|!>͊?o@oiMZTlR"Z=jmhjDVS;[vQQA Uj_z660CTM+T0J3 2@UWԃHJVdU2TUۥŘ ʌ eb@@M "z:j WKA X-@DTRﵷzSǞc6>?5" C) j >_Uò@@ `h Ej)g zH+~H}AoB<^\\̮NfG;*]ad*h 6u2t Y^kA"):[Q hCuaTRH)N_(ծ jKCuKIm]зP A& :E TWDnP@w5|QUs,eCi/&9PzUZ4}#տzUS/z6M?t} ! AS0\v;*Ҡ3* 80QR)} LtqlezE)b~ TP׭Ş)LǞGxX)> O('\=LZ dr2:79\*ڕ;[`j9I4nNӝjʞKu]ziN.e4tTd?t@~}zN/T"m   fJDPm`VD DVK(ϩU > ) =Ikk_ κ?ISe1?3`yA֤ w5 R *'蓮ߘP<OC>jpUYz/@b"R b-~=~~#6QohL _V\N!P&'3 kedQW(npZ&Oi5Y3 ;rngs䆜ٵ7h$wv [9[p}x?>78.4t*(nDJB҄`h(u 0!ZA2:/}BY`#@n=!4$~a_Ύw}23J/ؗ% dWMA`Ʌ[vGA?@P%4kz_@͓KEѲ8aPA WM_M_ _:ᗥ!dVuU?CfOހcLNF<܉ߍ;Զ]5W{Pm[p'?>.Ϸ jiD6WyC>5 ?E_.DC¡+aӃBRSy%c[j6OE(в` 롘uHx9.? +ijF :g`Ǟ_3AIۀ]ՠ{1)`gxF ;P ?L 6$d2ZRP6~. pNuox4{FUF쳇rA{Bs#t.PL x8jjb i:V['br\kRc#SQbRbBA7lDoTbHvI $:QݝQIY}HVZOw> pP n*DP ,AvuX>>zog[ul`Aԇ,TS_m?@ u_4Q4c) Ox) 0gyRPH$Xj،kĸLd_Iրku`z0}7=6FM O;Kurãٻk̮ y=F#lcbDc4枞&nAMSmbv--;\m)Ei]Hm3I:!PԤ    I dzzA?WroKsvd X?m⿻7COxF^׽?-TA WXtp]sxI }tFnKDIA$okD3rNz˙=7qвZ[wG'l߮+||<Q}ICWyiO)ei\|2626}- c+j'i]bvnkn{W;Jk_6Gڵ}YW܎#vv0v44(*PH@0p8h0+0D!ۯۇ!4 eTyӏ0ɀc ն0}XChFwn]g-?/_Ã/J ? #$|\Y?3sK ;Pn , a`Fmn]JTCKPRkoӷn_!}tJMȭ4`AcUw}VI}/;E}+}LLC|'|24ne=;Q{]}b}bb{f: 5>K/ڻ{k?i ;w(@08lSp (LG0PpIA`=/n z0 Z 5?SKufqy_Mύè^@Roj77KQy%n")@4gA|IPm 6`9*ZԮ$ʤp[UG:eF2>T|D$Z;T^c<}NӫHU~T]5+|2sDѡ{BKWً: fHbvAr4f8,r@v4]CAA`% QL0< ҵ=[$a`7pAT{6Q/?IqGVV9c_W~\-m&!$8dxmp Ozp;pQ@t@Pa!T.{f U|jyH?j nzmx|x'~ KUv4<}/_]|F{tM:0'HܬԡZs5::jn a}{f  *)`Ja4aJ c< c:t08 b26OUQ@k(ao P7㾊6S/7/<˥?}OQDk؇D3,v?{^σP/?,N3a6wh3^n̏U(xR6$>X=oc7W׆}~?^2>sೇJsGҼ8rh^̓ZQ#=t\̣[9ttA:@P8dAo4 (vg6f 0:;uWi*~X[mL?|ɛ~ͮ?/M)q+i t @@C! /B a o@y>@ĝS@6ংbQ>kRa%Cէ[k늟t?>? Ə5=^^V}bF^Udtevm#Gܤ#1qql^ ZNy:$_?~$|>G[0  A4 >`څP`{MpA@  D塽 I  @ @b=O?Xo:?y'Z6Y>r IivcJY/Z6H -x~~']х\D{r;;~w2=VY222ov2:8 M}R[:~Z::ctulDP':qBBA!TBaV 8 i0mž@SA|}<@WAi@=IAZnޤUV//vnu_ڀL@^@Fm7_ MA V1S+m5`xB?I75^-`/S̟rzYvww`}`LO?"*S~B$$4 Mmu|8::OgP?:y cGuB8 Je@ h8kQ 󙁛 4$`@0A ot"@ \?ɿYzSGF6]0sJ; AP<xK |S^l h[xjS_mހ7D_-j/??ƟVkz22cxe3d3dHŹ3R\j]$]@C] Y JAC&l:@ `@m~EqZwx5p%,&A>0 @[4DB_$ "!PYN@:vtۯ{d?A n еMa WWMAu yBP.v'h#/~TH7q r_E}Sw7~`zk|8sKF'7@(./,..\ɩW/]6`@8!G:apD'&TA@`  l[0` J%hnU_o<5[]l^6) 0px67. z(o5wk0%xqh") PˁfI$hV0g1/]y1ULXC߳ݍTόxvLLo8 ?MV ^6;1%ԅˤ˨W\B] y2 >U @8@PIg% Vm(7 K Ey;`Jc3 ,&PJ ewQo6߭\:,; 7@m") 6ENˁlʪ;i?i/#1?ģ{㳨?QDP@ş3>Fڟӟg_T̮~E ~tM\ut FN]|> JABᚁBawZ cl^ 3>.%,"X`KB f8ljT'w3_r@ \@`Y N|5rr;բ o'<gFoqq/>XOjLF?M26Umv054u q*3׸n]G]i>u u +.ܔ( T ohX要]48ب@FB 3@mMJl.Q?^E@({?Y_^>@6ĠE%4Kۀm_[t  Jhi,4?߫o"d4o_Op6צdMkxcd(egPot+nh]2dpaڄ' 3hx.!|`-4)H1lM4$VI fO_5oPy1lpqpۀ$sSP)HЧtv$i~sǘ}#魑ȿon0UG'co˪K_|L /~1M-q-3I7oxo{Y)|gA]m` apՇo [3'p ȟ~>Hll۵h -vnQySNs)>-/ƼYBNDs8@[pg.#za-N?ʼn{jwA?U8TPOzq?js`//^Ə5[NG4?.[87T~nݞg{ÑWSPOT gA/RV}0kc~44<}鞸z6;Fu)|JBAI<虁U7 -8.2 A *@ `+ Q W <xaH/CE+C`>B &RE̿e??x"H?sU}0:_3ʯ/ 4;3]2=ԝ=X< 0 B IlPvb!p!?_;B`:L`TBR> dh. s#a> M8VA ~@:c?C#/G2a4l"U?`kʃ}*D uL[pC-; @`&mug[0lY lOo0#9{ l@*hE@\'qG#q+YB7>^W[{s+x?SO1_15Kf濣/ט2Խ-JQw90 xzAej@\K p  )`O`kF<Zt -׿a >nF>c#P,JBp9 nFȎEZW:@\ eX}|fo Ϳ͚,)8? ?g~9oƚV}i{W? ܭ#g)v`/) p 7fo@YJx_<yuX@wPs1SP >$ 2ff w/NP[iS!XGV? /Z !T/A ), B2h AwYНв/` eEm6` m@/{p9w`t`4[&| >":5 u*p<:\` [.!!? ?Ǡ_X/[O?w}o=ĴЭI6[l`(\]H x;@0g pLa>9p1`2ۇ6@QxN dx|@Ƚ~ONhjQXp  om?'(og}3TyGu?ȫQ01ǡ_ :{?׼7&wߙ@?7>܋Z@ 0o xMBڀ@/6 y6łR@ ?&I&0@} 0~ @<@J@6CBO xb wNv1V'3;wGzPh3V-dT6=8<(#X . slp`E;0д JuN! 5-7O2>Qx 0^{2;p 9ۀh1p3DA!S>i7_WcP{4QA?pß_KMP;xVh(a|#æ 6`Bhǁjq`.F,9@ )B c{<.Z!`\ {to1^5"_w /q\`Z 1m. A3Ha{PhO6`9@@g= D|]HGW8J@ B G^7 ,Й2L0L7G`G7T>wp0CG@tA >cC;܊n³y 6 W즠@|\4;`9 n/ s[ @"?j(M$6x hS[Mo9's.,ȇfPhУE.0 x[V~=sЭ L4Ґ;BGIh 05AT9 N:x h"}; y5h{E! A`O+@Ŏ@e#s`p2/W.,bx# />v>{4 2%nw2`.܈ N/6a?Po ڦW9$L z, 2^4k#J~׻?[+] b*Kn+01WFkh$% gpoˀ:܌}^ l!;8&Y1-X@w88rح ীنP;?|(";h)g~;&Tg_OixyQ3`npv v(^P xM1;t=Rk2?f?D`UgPHixLf* 9Az@3CDA`/Fo?K I: / ϫWUH#εu04=t`jZ"lSig/` `w p70|BCy*Иw@qx@ \f 3j,$&H  wsWcx $].p6?W`~qx3jΊJF C\4`8pH*0& ?Czs*WGhw7% uo%'slN/@XmAjCPz# qہ  B]of!tϪ}U}WVk$ ND_`KG46mg V]txù JP4\F ]f1]zO]/ n  Dxp 9C`V,hppv80v3th@WFw㾕6\#U/?ˁ6 0ߍ]jChgd pt ;̟A_ԧ}O?x[woV/"?}{ON w,{CA:?}. 270ÿ@?@^`F9@,R9&Х 7ixs v+s |\y@wUܗiAWc~GG@;] {o_??x_ſ_ſ뿋-/x&}7X5d-B>a7lS T/?8pvOG-(p;v)Н~ 3wWA&A!Xٌ_FUvp Mu.&x xn7A8 -H*pRaHG ?j?+⋟w+~'?~.~OomA__??+t+e@J=)Șclz6ʟ;7ÿks`>YL(`K >>z.9l@& dy.l~3Qf.91Ʒ߯i:{%Kk0njV` t` ,m@ {$so~=PG??O6_F6#+zc}Y|/>'?~0 `R d -HY_m.s_0/pp8@wv8P-y: ЬЮf%@ 6c蟣Xn7)lnQhFGظ:1)ONon.O*ؕ} ܿPJyE-fw/>~,>gW_{M|߄cO&~__7 _^_BJQPUՉ;}FGŧ>I{A p>A꫟ψO* 3~66\g?_b?y? C@b*x# HׂfA`s;_b?vhVs ) CdoШPLm t>6`nh6.p /B/yH Cl.(%b('BQ?ϋ/×_}C|kƷŷ]oO|_7ħ>Y0-2wmyH4^+JŊ'E7o'O)|FW ݕ N|嵯~AJ~!~??= e|YU/5tv h&qp0l 0 U';v|iLm!`A`_?N^1*Ny7 HS[y)`f> HgЕ෯ߠi03b|:EUe G8ij`OϾi1͊Z2<0(Ln쇊t\?z&}//c뛄_c&߈Ao?MH/`bOlXBԖӮ+/BxKp;R߉7^L+hI|ȯ~7/~K~!~G[xo/|K^TVHoEرXڇ6[݀^9dm@>j\?+r6}Lsi>cɿ^K@_\8Dt qL&d ءRm~,>zLܾqzx~[-8YǡGg>+/׿%|E|ɗ?/*+E}V456NQ_)S>)1T`4=.3~ϴ\ AI^G(|߂V($W^)>!~ۤy ڒ7@DW3{O*>O^xZ[l[jS tWm0 l?hp9pp~p.С6N p (h~f@2xs @ ht5=',4T%4Z@5ZTkeR$iJB+ )`KjtIo~9~8_V/F믋o}k;PBW׈zH' QTW7fFk8J;0?Oϴw "뷠x]\zM4kjW~S;o~ V!*~hKxϊǏ?0q*A5=&B&ƿc,C?qJXg a[0^@[,@ Wpr@\No;^ g?@ pW4zrwR17 k4%@ :^@W[ 6%Sέ2Q)[?x8"/q9Ǐ+̧^_xU+`׿e2׿U0_7)m q|~^T/HFTVԊ:Plc /_i/JoE|;/^EE"+Y6 J'?EKPY/")jkS">bsV39S )q [Mf. )AI/%kδ%3,6C3q!1yUUU?i Tڽ`4 !cbJL۷gRۥK o/>G>">q}QV o@E_yO}cZQUQ ׃4fW^{\U?9U0m2 8 <U7?Oҗ^/)7͈drb>128.kDYQ(*%VΈ 2o.M?3?<ŗi@`;Tt:o3Pt8u͟kם_ msk| J >#D'k_%hxȮ+xV'怜s9G fs&f$;wKV,dIV-{챜ާNթ{\"9u |nFFT S)@ow3[t|={X7?'9wK38?t!޾׷RSYUdgSnz:QiQ%@ TT:'?&?@A?,C?0y**w>]c͈S2-?}]xv"*\筧jo(t09w{oD _o֧X3q` m/ @{hmr/6c?딠s30 dvWswk% *4l/* > 2 R>s']4v#voM`G3T<' | uYZ --?CCaգ곪r03r_ZGE4կ~#4'@__4oVwkicHhn_|suYt2-f2r 8Iۗjl즶a1]Ug/Uzww^L+Qa73lr@= .G^MM>_p@6@/;?bzϙVRf2@__5Pˁ#Msuw]~ݹK7Q޾C?IO/K{ o,6=͋4EťT_@5y|ys(3)-12ӊ('b+W,k< Fw'0Cӭz7??gϜ/CW ]mh|*)l@H`z߳߷|Vw?w Fhx`69(g,A}v:+s,ӌϓa~}E@#vH&$^A] c|konTVTC2 =~nߺJ0|ܾMo_Joބ, B~=Ekpi3r`g!.W0M <;J =rRr(=!RPQ{j?KY;9 Yyx'?$0P2 <v5F.Amqs[Rivg1Jk;kY\Eo¨ǜo^ Ӻ T{`|S@o<_44v{<@pވ]}1?~   60iV09)kǏD"s|޹Cs>B_Ag.M|se1j D9yTGi YI9YH.Ӟ;{ hI7@ =l3S ׬=~_9Ofej~0h_oɳks_ nFBkt-|:|_ c߰xλ' GwW`~ƷnnZ_Z**(ET/Kimjm7E=O?Xُ~;'_e+E?jEϲ/؟d෿|OJg9}^I6*Jˢ4tzhCf,&֫w?aG\}e PXPq`׬G{v r=p/.Y7mS!p2߻K^?sZ )9fmhmM2u2'JKi'Uw=mm6tqCa;}lxND`? ޼M7\pgd#xC0azi6tpmݼg衣/;䪻o?/s ~?H?/W20 7cu|ȊG?}CB7` 0=-L.&SVr#47]VxCsoiH1﯆UhM+zz/T;X#S?x[zOc!zPCyC ॳ.8:jꎿǭ~տƩ_5վ}=llx7mKtu=x/)ɀ{ݸv]3N=FG{ѡ}0p<;sp=<})}o~3T_0Zt﷿7awW?Z@c#3/EC%MB iV֣lASMZfo;G}&OI ch`D`GZ6Rq6 pʞo!W7wWsj/J6ZfwUﳫ]u,+(*-^`vuQsq1mlk+3nOWΝ<@)=]  ~|m${teo]JW>@_ ߏM#3o}N?@}i˟~/W~k'n hx>'?X@}m~"WGV5}[G{*z\s14#.Ҩ8\.\یػ1T.ގ=hϋߌGV__U9kL\' sh.n[p) :}wc_ )G K/$boWjw?/)%@ WMM6/z^wF0N[.&;7nxC7 ~_w=ܷ?ށYOyB'ҷmTL?O/-_J+6<(dA; g7+|=.k zL7o>۷Эh3^ D٩TW/$Q$|mpS';ﺬ7P"?6 ;|V8@o- PZ*c`w+p 1{^tayA?|iu[}5y߯0?WEE4_@mo]h_]:{?|H{ p>,kW8sq gϞ3G|H}Gr:6>o|GNH?0)`3 xϫ?_RL`_W/g?%FЎ/~HϞ}߆nŋ7[HwmܺΜLŹŔY@ Ëc^;2\;yJ.0.sm~'ͯ }??.chp< _+i~ uϏ ^,J',uZ5zg^u 99ԘKkiMa!764?_ٲq#;xΟ>CoI@!s:U̷  |w``?i,0~D?->ǀ{>|MqߗK|?Û'hfwt[{oV_~G早߽ێfX+ò` d r@Ŝ 3|Χ Л}GFtP)iR@ '*:m2oNwy uԈ볳: -[GFOPN{̉t`4sIw ɹ|HA9@+-woÀ/8!-(h_o>Ŀ7L?}g0S?{i‚rs x@|ۀ@e;?WZrCkU8:m~1cco4#ւBڜLP >655= r'm^:]|yogY{N*xhOy`~ > ^G'§01d(>c}[oӧxO%fO}|wyJ7ᅨO%$;޾~.\"*愥0<"E|$3gޢknlӧ/4>6/mzݗZw??@7 `` `0f'V.7uu `I@d\mfW:`}9S;<܎Z)RXExX)@ 'MC4;9EgOY79ims [yc@] Pxj*7>mz!>}\6;1x'S{6WaS01E&8 ssaS0Yppp7l-,FS|}S|&q/mz]UDU'v>KzP:z36+ |u\U/~U?o@CA`cc odo[|5ͩu]៎S>F;2:=]Fg@0*GA1Q4?KO/ھCRߌcr8@N>旅xtyW1ֽ\|<[w{b{@ h5zm2apտsz!_OQż/x0|1 v kVx[t9|wױMuR08&fLny}\c.ʯͿ6ԤGC['oVWVh(\WxF`FE~_02?dҾ50XcB}ϭf7<MyԐ edPo)R)D R:l=r?q܍> ]@"1߳`8H'ԉtY[EgjOtr|wd>Ǜlgf# x7^ܧOE9 jO;>v^01_ҀN (. )370f<,F?U叺.U U^3?Ϳf/}`@_߀** 2*xCmūG_U) h}wCG1_r̷o_3yLK A7(5QK _?(WuvV w{#NV`׮x3L,N+j(\2@tyT91fj M # <-NrD~*kvJֵ{oT}{c|oFKjJ_lC@n6@ -c>_w\h-|5ϯ^y@gTAR\eV%P!T < e9CJʊ**jj* 9rrzǵxAMTQPMMˇq]kA`@ Ѿ,p )-Scp8 ux(!K 9cqc<l;LcsR8 pjQ v?b֩ҕ^vZpF~a|m~c߬Fo_- @ذFƨh e7`5z@,v/xKW}Wȯ>տf)X:ڠ2[Y}oT?ߜG.TCT~#Vܷb\U?T~r_]ltߟc.<4w!Е0rLϪ ~>7eT{m~@na|VEXK}+sWͥ"KfjI͏Lg%'J S~e|̤4n_ = ,Qj"C տYe]) oh ۀfV;Y#m4:;6I @Yd- )\CݻO'mm%qb:X0Td&wZ)`Fĕwj?rbPax,\6LRJJ̤T0{i) fggRr<Α/-@:Vl ϭ ҵxAYs6@@f0.˂*K عsCA !@Ivall =۳QV_7UVfŌ<` fw)`7~`pJmύ`@(mhO4i:s945Ʀ/@-ϋ,6{kD0@;ڻhQjȉ-t1:w0Cveo#yR,9Td_s)O2Xɔ$@ Ǵy|[vW| ou}-{1A۷B؈>v?^zIi8vΜ:GgO_[MAW/^Cs4vg df@1'W 0z(c.όt(og.@_?!`ԸI& H`TJM& @HNȆ H)E*d^P{ls6t6SVQ5رGL mG;^h]H 0>6Oާ [Y3<~ytb3e]iOT~h4PW\Z UTRKsJU0U Pg) Rci=՜Vu*| +=Mʹ{t+Y@?*m$?mu451M+x+,_`WS|)zv MOWi ;GZN0x1T ccc) J(ɭD'PJR2'&*1ɔ(  ĦSb, mƃ@HO-L5˩6PX Pn-Z< t Z*e˜$=-51 $mv:% tt` 0mlJUkgc} O|)O/~OW1*brTS0Vo[5*OT~WW)B@+ws 힚ʞCȅ1kAg shvѮSrovS~/,eϞHKoYii8 l@E\<\C}O(6d( HY.p K@6"Xr` wˁ}!0:!0c4 `3 Xv<@ g=%Vk(a$7؄zn^|L?izmx^U_ }'@6Y s)@ V nK/b~exS殿~_0_]O6Lih4Jϯ_7χtnێJ?LGpGbڀjՋՍEe nxq◻Q^T?>/qR|mz)ԓځl5 @/bP&~jt4@P*>e 2?6~Jl+%F)GRtHņRBTG%BITH@R@\&@6@jjx` [m Uy?@m;*16SN< 4!cc68'^*j@`9_sPS݂Vڏn{w0px[*{8 wUycwUg~^W[y]7jTgVZM}<5x*{< A0S^I))wYJ\L:|(t‡ RP S1RS !/JDF7d1yHCia;RPsV0y!L_QQd)) 3RT NJc`H (&EHR(>ZA !˲IE e8MA:m8C 0@DŽN ȧdu=::+0sx[1 wv@8Ee_`jx]o9OoNcA@c? =4@= ЭP-q7|*տr^* a }FؘO+Ɯ)+N RTLݨ݈諓㠄dJJD ꘜ ( Q@N9iH /A\JM4!0y %GFR%#` iǹ2E0EV3) D( J8)@\7ͩTPx99 A6:7 FŸj0n N##"%6ƍ0.i%Y/s5Hjo6mRm(i6 V Ը>{Nn/~[r»Gd$;͛t%9Ӂ_7#c6?C elXS? oV \071Jہ=zWT*XJ4v*+iʥiJ+,dT$bC', YGxѵI[r~~==?:unx00ȅsl= A P<os \-'gKņap3Bb aH@HYd O Հ$R+TI Sm/5׷ K"IMZepfg hi38z$Z[ѢEa Ҥ !mM(I`]nUcNݻɓrCM{rwFׯ?+W!v-47"7c@տ ^SWi >c4ɿU3 :rA |e U!-)\v5kD:πi#_JAll!6'Pff)^ xoqh:KDpʂ3aaA,|!d c?FGF{a083+"("H@ 2$b5m ,ds+PaAr`e\Wۮh/IЉ4٩Ӏ@Z Z;k::Դף_t+0ۀ]Rinjt@ٴ؊6;Ɯ<"222NHzd;Y6ɡ(k@U3* _k] y Ԙ)l\IG˕} 66;׈_YV2# LVQ%oH*\Aq4^\*CJsx5UT ,P O1)A4)r 'C$G| =͎cCBП:D .ikIՏED#BQ`|U0YAK8 KNHj )ȖYsuyzYlht`]"ܬ!0dC[y!ۻچv~[lm^en#I!YzeK[-9[Vr('ϕ*ՑZTص0U+ CuJǾo[\UFAx]0l+h$NV WwgW&|Ӏ2*C+^6 "i,fs+]%`MB瓹rR" DE"RG! ~ga oCϱzw@ MxLtY*lk /*>wX;e7RK]= MefSIJ'P~BD)0by(h#s r2R( Ӈ)-`Q@@Pɀ@f -$ɉ `ju\Tл% 5^ NP 9 Z[mm#657Aj]]&`&0P2縑K['s~Y@.VP 3TCCCNf~2Wө6r6 %hxmA| ߯/]+ʧZ2!/B*G P Xm@Sl2IgϺ)L!fҩ5>ja8TqN0D`T8@tt&^u$^<{"wvlNm]IMqeRaj$$Sjt,x}H?Er2gBWB(xY8A!+,RX@DH"E )A@B@@"bJKuRl sv MA VC? kx:_  ଖac9Nx[R񿥥GVTwџ%'mfQ]%4j L(NP [W6?:i8^7m~;rGNCQn00"g 7Kz_900[-+?';x*5%@ֆ`F.ry2YT,sNIDjDC>>yPxHp$ I QAye_t|ߚ7 :pwLPoG/57QM)LTtJMhb`lնBWY !`ֲP?C BVESXx@8  D3$ ijIP/2yXe Wb44(Zl5k$75 c .{moR,M@g!SB0:˕ܚxny XD_Gǰ}/>3Dm6nn=6!`f [50!]4bP6j-k %͹ETg pYP4 I; KhLAmRI!_;slգr@!C`@ 0n]9uwڱmBoċJa4Jɣ)`J fZ- a-/a ZBҪ%Za]CU DaXl oy5ce[ P56 xK?jm+*d^]"s&$nxۛ`|emv5rAaL=gZ JɬL >ӻU7=Nom(`9N&P[yݦeW |"T  &D*jh4jУ+D#D0p}|p?j? ӫGq>篰P_zqT \b%-[FQ@ @8)< :2 B*j9HSsrAjZF@nF!%F%^V L@(\ڃP1JVJ˂`|V0 CiKb1ZQP@<fD= ` um0HX/GZ݁ZV,bC!PhRn8IR@Dh DeF' jY `X+<R9 P_S.Roqfs #>k|zIZ--\` `&s@pI:{]z.^B Ȁ7}y#_̳. /Nq@V"Ll_W> `N0;RxBPhVEqe=jd\]}N bM[ l@-P+ 4ǥ@\N@_$>mID >W dd ak5̾Z\ @P)@ ,D OL6@/ff*ub0,]#p`UWv54Wx6ɴ/itP3M64xcJ*7=q t\yKnz#zg"*X}Lw<[oݦ љ3Ey>4c(oKQ*zVh PNΰ|aRgZ9hJPQaB ԂS-?^{ */&˪i҆@%/TmAQꩴ);v, lOOFGS xʕBH4BW#~@$Z|BHuRgo|U z{|L6L U{":^rK+PV.^ ӳV7X!`Z& `6gQjS9x98DVT,>.U@PUي?z|LU\t -(iNjQ~ hnp{A9܃Dc=\vnܸǛtF}zʷ>Co].z籺ѣg꺀 ':}1ݺCz{֛*nɅC6D{ȇwcM-/s\IV+ h:,xjSw ]XI|ۄv#gSeZ Q@XvؒO7pT,YBIJAV+ͭ5h5/:C$OYmp q0aXMP/Z2GY.,c`PLKE!P(8)@ ,WbTbyl`R|D=TW>|PW 2Xx׀c@ H)H oEJM/^bvv ~#4k9!QpտY sn8, nܷ@U mh3+OrG*VѸʫ3J q`(3$AfTDSsl2gB1΢"4t&'SP*D`* "v8 Bش+WA@C Sl2^;_?B yH bY-[E0jTh;V,ZlkZK@ ]a %VYZ AQ0ڀNj+D{45m ۆ0 SuH[ssoUSll-^t:<]r]tnߺ q>!߁A%[S_ؕ_}˃-߷2w`~&pR`~Nͫwʕ[tMyrSerGݻyyL7I 9H 1Y|[A5 TI4 n޿ߟq܈~ 05niLA!Hv!40, Ց2 LNGJ߆?#?X\=()p+8J@@ O!IN |rB<IK` Hz~Rr" Z:`KeRWWWWB,`Zj\)HV T]((22Qa18/5@17߻j𻩒p)^x xQ x<|N8AgNs!_K/0WPAD} z޾ν?nށнǨȀ߾;DwDPok=#Uo*CxMP~]?>L~澋rOxoөS]B+s{C3/g#ERCRmVտYSFz3 KK-hi d[}'_-ΒJ?Ǜ:2f˂KB()*4?3rdW1՟? W(brUʕDQvPPRbQӑR6$e @ ׿*-ſ: o- ^(^_ /C+h 6 ZJhPVP#$@*Y)řSpya<(-5!@Wq_PElzUk]gť\|}-߀@gha~ك6`ؿ:@Çǣt1:~8'9Nѩa3tY:}:t悥K.h,:s>qB9v~KY.!_Ç.绀¦>O0csD?Ahbuo?f/ i, N~#_eZE?h]QނU7~}w;$;s]Ige)XLWkLA`B!mKKv@ K4^R8_^>n@ Z"N.<1?s 9  N< `@@P |*Z= FQ$'dI-^+xxk/W^_ţ),ŀh) Zo6o kZq nbt>18P8Y R4v@*,d׋gӳrrjUOK+b9-i+ UQv)C~F)ڰazzvQgjkۊJ?!(i E҉OlnjR(mA_pZ,ѻD`Z1 S,TL=_;`^ 㸥 ? zS PS_T) ? @, fdH0*y$!3"BYC΃A@-EU^X,Fh@jU,bZ4?/7}m1ş EWU K^3 * JK @%t"V@JQH+Y0c 6H30;/goħl .>O ,=s&Ey~RRD/Nj|L﫫CC<>~Q\ēf__^%^lU*4y3>wVNs- (vi~Ni57`x~[izjA45i'];`xh ? Jn[faxu1j,)m6ڀ^+0$0lssG+[-苈AiiZC]f_7 IC`W%~LR4 r| )`-R@GR\K|W^E xX8@H@xx2r (E0h)^4|O*+T8h y@!>OAQQ1^<P{Y+Co@`||TP200C055J= Xeanv_32&Hm@:x h=r`A#PXhmaaWBWo (ӎ"|Dt (2QyQW91H IS|on x$u mx,Ո+7.bT jnME%UsjhoMjʥIˤ-.*ZW]GuPYC6Q~_|x>8>S):2"“dhZ8LdQ(^-)a|qS4o s*D)1y$X'999> (eo/Ϊ@gyZ1FTWWD2`SԴ@ь-3sxѴҌm~Ɵ~uLӆ`~u_u94b̂R6%6{m~n[('}G;`ZR@GR5D%R 'tTZ@Ƣ @yp$>G̀@l @z @$W/^Ux\5V3,[.ZSȕc;TRYM{`tqnXj%UUbj(uxZѴ:[Zn=5k+J 7[n,˲<##9 H1qy<8}ʪVVfUdnI Y=A2S[ezjC[^K m9₤Gf2lH]k}>{XNEǓ!D<ȝQJ=M# Abਸ ?dp夻n6~X!\XǦ*ܐl9SS 6$IX5$D|2lCD@m?ÿ/"wrf= CCgTUD~bc?[ 8S;]){+ QVI@yvƅHSSpA~=mUpU"(u8R;?wMQn뛅,pyx>-,@_Lͪ_C V_-,Oc՟Ϋ L_]TBuk[j }k>Y?\$ s"-I$, \@zH t,d#F Fz{DZkf9\`z"E,f.z& 5ƛ7ly-)wEۏ>h|||gk$SsRwBz8F_c?lI#CGeVL6(E:@ ? &{ރw&!%spk{SD@S$B@'+rE@ A 9VD`Ki[PL~[ڂE HI nr't*\W\g{,U**@#m6Kץ,-4*S JU3@cDKhyL;D쟃 ;_/Y^oww' cnbF-.e67s6V:XZuٷf!ٳ>dDnU@۠U'ҔX7@:0ox~Nq1{7qoXd𲚞) ~333 Hwc?ؠ+A>!p4HzՇw|ot fۛ >~sr~d#Lރ<dEAG "Hulv0 N`GD]#-l'sF "0hD_"'(A?1bn@-2/LZFxeE\`Q?&}pjӊ6%-P^ ]灨 #7?W?,He0IaؔSsKje~E.Vjb1YZܔZK'qq JTmRԂ2 !DAd<Y!{O^8UmHX%{z "|~T^˃y//ufnwgggZ߂;#1@!>|*Ϛ6?95{םY({^$&5=^#pG$c=Ɉ) 68ΐA>@@om? 0?`v\7[ Xn@"1iB:Dt^p'"0`fM]Qn?2?ZIcP$;@Od' rV`oP@wa"цDZ*]"[ڍ2&KeAF@=geY&C*$abZ&%ܟ֟hAlo0&F&S jafb?ȿT`U-γﴚslڕ9p&O,\jomma wRHNtátu%( 5LJmVX Q(!" Sw z` Y(msB{YxxiQxxgG6>¿ @ "=Fw>Wz$%AlNɠS蝌7;<01淆w?T`]'![p_[Ҁ ([h!J6_AǸ}V%)!r(&ѽ٫RZU"P'od0p^bp!Ykp˩۾~#rr M~H~5~ %\Gs AFLi5=1f&! jnjQX,_javXRxΩ vJ:6-a>$֐j@~ @ BN WDt: {x  l|ۈ2݆x#uoE,QxkAཅwo5k9ݛH>~F?s6$,Ã7o՛ ?z73}VAX -l!l"r(ZvZco;G&ُEN "Pp /=%?Ə @ k 9Z&@ND Y]=W,)@Pf/^_f|8K/(l)@7@D'_RJ@~-AZ$`y!'q\ yFy66a 3&gkF>ȥU_vP!j 0A LCfȜ',5<8p' 'ptx)E:(l~ Шj 5RT[[/]،S-%o@ o 1Y>IXS:FducA@XDv#pp~3v&T[]=jS#:Ec-&~?ʩ`TE#qTȒBE B@ߤRC ,҅y`Anp\z'O-).Zv=7ԠjU A؃ojFo[ -.17C%!=Hr !ށo~ onꡦ{rwo@~6on\kD~Jm _3 Dcµ{\_S@s{)W3Y_R?3~ǧ'I ù "0ۄϑxq/E &?[D`P:^Ai P$]jT@Y\EQ,MFrj9QmAkdGeq w- 7MNk6]BĶ!@w,iAV&~`b01 3YA~nLwCŅJ|Dh&VDjF/Mn[xұgXa]@; a@ ێ .˘02J_\^\]?}1n n-,$OI?g ߂GbIof =vL_Pn|-76H+vK__8rsL!߾)>Zō!}{Sp22$ xr@ '~Z 1x۔7jxP'P+xDP>|~I<+µ+*_ks.X du? v?^YXY B*(**+k# U蜟Rpy==B}I΀LZEp[]P~8?:AE B FOS Dr34)lټ;w %ܞ;Jkg5 o@XE4MDCbV?D(f Kb1jap܂\_\ڸpI\A$Af  45n,\1W\^h\XS}8V:: o@|gw!k8k̨ssnO7+s_]/@sYcҙ3xN\KY˹9"<m",-6̨X\-tExtO^P 'PU+AK4BUPf?Ā D n^5F*QĕY׼ `L^xE|k9S{$ Ԙ}>nK?G:Y08Fuws뎝;A]\@|ð>@1)A# "\$'"tE"EE ׋'{ò0<"mxJ]s'.1 8p4 ./4..n7 %6 >ԮA|8]_%cForL9^_.0?7?3>N`]/UeR^?gөI~ (~A1 /sBӏRq @ڀǸ/|=Z䷈dJ@Y:'`G`m47H@Jq:hTi\켍@:𳶒 -B%x^U"UլZj9A2γ@XB Ic%QOmՠ]}~TV55 ȱPrjo p D.\NYP]Y3{'+ ƹEbqxΉkY-?sLI>$ Ŀ%W %_ %_Ȥm`k ؼwQ{FKKK3'8!C@O$Fg.ϔ3_ߢ*l: Ϥ@Dg9lxb31/nJ΀63&e~XW"i"  @~givMy`qL EAtJ5!׫N<_R.ZeD}Fi^XLB9)寬'߉o~*6U4$bذk , ^,?+8<780h'i44x hB`"MivC"]]~T'xM'6Nn ~)8pvZB RvEd% w?eH^t@:xs ?۝3Y >H{B5 !?l׿wxB"|"!A|NN?o@l `G5(ٝ01OPD^ 29@8@OUAl(k @ZZߐ "5Mj-Sp#t^ AV  oo8F@H}WlqgTWtESjFhs S_SETupHpuYrh8E\*lo/<x7S>uN#{'GGıc''^8p)8=)䘸iptqx!?[w.{{g s0 yN:R/ܺ[]9k ,-ŅcX~6 BDK PO~ۿ}Zt*Pw$gOrO[NR?&swF/(!pa"NNg(kZ (\V HXY@QhPa@I%TEW@#!Av)BV.ߩoVW{'~NxܙND~S t+4 ;q< S,}ڼQ&}7O$Jje0kS\-)vWW RqT5`Y*DrD2&suM~!=xځ{oErZzBzYs.UEJlDdt3i\;p# _D\-B`q` 9+|$GmYwA5= BppG#C }Z̸qnhll:EǑml H*VW@#yKK >/R7lo˘pA0g8X/T:)Z{/8OΪd{Fkp|ڍI`˝y;-W OA݀r4ǡyb{Ѕ7˸vDb<%Q9uAf8"Y,~N }zTH VQ_:BpH,p K%b]]j^WB%Y#޿l : Ȃ`FˢZZG͋ ,ᢝEB.Q,8.Epuv, &taoj@x\3mÃ#s]~/"pq'ROa){vhϏA#\G"?DN|K (¿3jff{ mȷ&_\Fd @ ;- >7R1 BZbENq`)N(wFD;I DD.MB3'"E//_ !}@^p5џk @L8)Hj8ZH(DNzB*!/9W4 2(O^-Fb`׺*5*]FtU13s%y¡S)¢tU&?Q0E/> e)rd_ e'L@$ֶ`ˠ~Ngprfý/c)&G Ύ& s6@z]_;V@7o@7 =h׺잚{1s٥[[$xkZ}" rr%80neǾ/. 힋d$OlZD$.Kp&~Alj~*[kyM|-Y8 G 5Qst@*5!Ͷ/T;Cx5ٝP-4GY6qr&D`GҁL;1-paʞ<[*HqZ@3"` -M-B-HpX &)O>2P!G񂜛ۓSw?W_UJ9,sssޓxS6[o>f}9`Y&)1IvAml䖚 }nvK L&P @;nLM0-JoY4q\<6^ߺ|?9腃_ѼtU0S9=/p?@c9:=͙odKV>(e迲E'5./~ZN _;6`N>ޡ[W/ ?D5 vGA PܾFyT)Df; (X#'$0"@~'H|+O47hd-DK /fUGeVHqNv0p@@E""ݖpQ* 2i#! (sTԯ_  /eb.ennt`kkׁ6@`cOoVXwH{6Ě{m gg@MDMؔc2wrb?IN\]Kuy ܨ{kd-K@piɥ,d2Y_Hm5`Uma]E<ާ"j$U7=Bt#=K)*WzQ~?YS49q˒ c;%4yQc!(-g~+d"&t6@ʹtjFO)QC䯄V*TAm[F JR!]CRBti5Vg'gpwq%" l" twႎ67H*TF ^8O ur0(- ?f!X7(bzB[ډ)ˡI>@LzTOnJ-D^  I '@Me AM G|RzeFUWjؠ1ul5"ana.l0i@Y R>QaS2n \I7;Y'ah`Ec^c^ZevUl4WgWSS+ 22=WƗAQ|I*H!\XD$^Rfna@\s+bKgE-Nlcu{q)"p7DlrDNB9WFyQDڠpFڠPUUMT4DªTu:[ 453&H)k"P" @)}*G$#.j$.fvD*m%pS/ E`9JtCZ,' жXM ˗uwvNBg)8Y "R˩<< ⻚TK]w8PY],zIM McX"\ Hɘ00mF-ʢ X#[Xޥ|=7Fx̂b o$ژ*LM.!/""=0ƿ =ez28H >/9q?t+ No2"p:9R7 4T#H/G/<ͅ- CdvCkkDQ_[kv!}E_yUiU^ 1 QYa<@1@"ZR*3.g$)irҐ<"Շ@qo/w!l#SDt@g%4-UHJu֩iDĀ.\r"q5|J$@È3@3 qe8-u||MF{uw銼rdiϯA*gH,q*R}S\ hWNt@i-hDuDujݑC)ΙgY|ma;1o`cs mlt`S s^:#,8Q29RU!Y5p D"\ .RN7LKwe16<. agmOi56Y7ɤځ㢚E6pnDH֢_t0hl0oy ̇hDvp'i5}T#]"Jeyr;{#hx'ahb666ڊ `EU1 Tjg")]BvB|GϚ?P5N&mMprDVñL'a9Ss''BIGYr! ?Gz%w7yfZAx /"rsVB=.)@So笁OE@%)}}3#x x6| IcSZ&fN`Ҟ|ϑ2̄e^`GaAlWTdT9@_tJ%$!}e/ xyoo_?7ǔd( "P_o+$ 2}#Hԃ5 z S\G?qkⱯ{x&8fr@lr ^Cvosk>!O^Ȯ /)'ƦvCZ ƭ8@8Kr"y[ 7s< c+#qDF1t` lO#FI-c;HYUOċx~׎= ȿz$^eXDU{^yͫ\(&u }Hz5'7 `įO_|ǖe*¢V*P>_)"$# &NŵkGb<%D"rP[џ 7;#`ۀFr;)B_Xk~g #?j@Z*P\cf3g -NOJK_&W׶L۶vug{]}GpI3,SwϽϚ̔{ʵߪfU*ng- mtw 6<~L `Ҥ%2M8'@AX4(901qI8id!pcf#"C,B' Hx|?A[Xy} m*n @HBV "y NTtLOψwߏ4p@E>wv_/^|eG}MWR!}aUU a@gIw&>&x:t"~?EAn$!)|=xmQ9'^Xi$DBwD zW<., @- ߲(eJ!s_Z_u #e0 y:rS>'jivA_㉶-[ٷ ҃{rͱ!`=OK!y:Fe\L&T9l˗5_/7!N*?9_@[J8Z9|D E@$1#sEn `XhQY  T`D܀@FIIqcp'IZ~?מUPgFg@u$6AM#ZRp @<:!?"q^;Dt^ ~źW@ bÿ3xm|F{_.PuB6wixKGV/;eJV X, ف9Ͻ)g1xa-9tё:sD]'!r$"t}nJ66bSYcoi_)@yjnT-8 oo;p1Y\ KjAM!~ˎ{GBozI kδgǯuY#)5UNIx\lDÑw=G'oxF6qu "Mc!U jAv/fc ?C'mX^lo~:ȍH\vsDײ}Y" ^w0 ?"ď7uOfp{C4:; Rn+3'@v"`wF\2cA~MMFI}} Sv!$D[[ 7. $?$4ɤs' kϊ9du[L~\8;= Xz! 4@obhRڢ\u.F }`@-.[m;Xq?$z+B׎  m veK*Y^u kŇՋ%YSNXB` !^bopMH(IɎ@*%p AY\(%hc"@!Fp}A:0k, 4cLZx+#$(&z$M#-K6!")hD"YLdðy:)8HPtjP "~M&~mmoeW[$CM%U{{\#Di8d$S"p&W~$_C%FH~RP3Aw,[h,ֲ p,*S&!-xZ}j \]S[js}T7Vjo_G¢&r(DGKϷ~- 8Y<}'Xơ:#wss{"MA-;i>h- 6Ћ^S +[oDgҁ&|N`JK K(R k h 80X@vP%g3x.4ǘ2Ҍ).r._.R[x]aKl9`K YLvIhtYDeS 0H7RψK ;eSWz\@%Pj~ ek[Q!p=hkqA{{^OBK/HH OJ!3gFPdGϲ j4-5@ % P:*+% *d @~rʃZFF(ĄZ_YQ뫫jyaQΩb^UŅeYZS 8W\ 3?& #Xǣ<΃/FrO}nn@i//-vs#A"P!&&x^ܜR5LuL  #Qx( _x^/w O9-3s# $bj/Փlcr"/+6om{x]N'"۳) I t ZZ]@ 0 J=OCM= e;HXt&׷Ef!smY zM D>o ݲI XO;F EH;3?&D~"z)qG 6)e1v j⻔Gb5;5G@2ZN Ga}zr%婓jjbV-/>(ȵY{(CXߕ| ~Sr/#q` ^D`9OͲ`h]no !XS=-`(va3 csJ ݃lr2V= ;m*@ Sx.Cx޺87J$-YnZZ!įx]Ve^RU 3"56_v ~8 Gd$uH[ȶ2SAFcZ Y0=kR~-eHl HIw n̂ )qH7_| #9yox28B|崡_% :[3p('G"AQNxO_z'z Ss n`DdNՀM:- [k),oTm wv\\r XvَB[ۀW_(o|.hAU{*ѭ)C*OAc<Ӿ R%s ve =)$h].Mn![ ؉FμHxwI*!{NT _ -?rA޻Zd?9AF"_p AtoׂW3c'AkW'At/R4S][ ]^ V0m@>2#t$?>߀S[o)w;@;i6ٓ0.zS_p?{:ȯ`X4 c1DZo9_ oRfA{SxGK傸C.Ua nUuwTi 7Ħ\@CE"P7@SW֯QP.| ^|mfr!sYϜc) &/P$5;\$$rOGw-U4CZO ՊZ*#">I~oZrRk@憈0<iHi8IIiDOO1}5:B{Kг ,هY "oX.@/.I]N,xR@{55<Xo:?">{B$sm$N  hO҇C<\[~9%HLi`7i-_ &X)\!!3_elkhT:pP ]5: "]@9Q hh EHp[ Tcf2> 7@7)d"/5?833j)2JXCH]Zo0($=k{6I]p1iI U$)A{0g7K[UVR*Kwxg p/0Q :$@r'zaSٚxmR xAN}.-UZT@ 8΍A%55.c-$E>$^_^#)^@FGMpOy8z7`/?5?]-k @ 9tpOY;HbHҤo֤[;]w"ixr#65uue " \ʣEVujU5j45v5'"1}~s݀r*mS~,>BZ~YMkg| <ۡp& M2 ͩ>kl|s5MT|At'(,[#-SV&n@RGH1[_tAMx8?щ.Ì i!pB!#na͂!S*<"847wCl[VK;hI_ >?k+?kB~ K@p 'yFyX m!=)M~p%Ǝ<9wϣ@Yu7Xg7YwD{!!~&s(8JUQWV@I*֕nAtXqJF*4 -hj,c47!KV$zt>+9g>PO_@#!DΘU/rl[ ¢T jsK@O_Ws#p A4+ P(%~qFq] ~L 9~ ]]NBr8@ވ@&U| X.zk;H~:`Q߲Xq4AVڲFB~|'ӅaN"F*K FxSB(-o?ą11hEH謩& ?I 4=קb$wDӪ _>aڏԂkJKUmI-UMY-o\̅ \VUeGB@ "Ag h45uhtH6;Q}>MR`׃p{#G%ٓBp?ߏvDH>=5- yqE ؄G:?;Wy^Wr{"rby"+Ak@)Aq\ Er x)tH ?" (9b]3CC;j|D@|OpIA!}# drv")^Щ` O 53qlDccC4>VJ'3R ->yZHL 59>>fgvyiE@3#u|#77N=<<>|=O>kNUp Ơ pCYr%hB@3A15&5hhw 省%\Xgz))DTD`"0XH;&P,!Vgg oj S'?^D|Qys |gxP .ԤLF?EPp /ω;Z a,X)@| 8c Ņcp8DϑzU_2ٓi rdr\b яm>T9^ I@BaN孿I@  vK AlorD&D)"nB 1ۅ{~_D%x5<8FFԳsr;35 ;>///y5) 6{`ApG>vU4t4Q7[wǏէ@Sϟݝ:88P+++jxh]+"@^;mB/j- u،ϺՔS F  SPX| > \M @ pZ xSt0ra }TXwny<!=4鋉 } 5x43 zv^"ص= [[`!Gv2 C 0h_zzVFF8|?Kg!(,"AD >@)@.'@.ZJ Tr\̵qA[-l_w tqu@kHuE*/}PMMYEVuiJ `ۏO[!LS;="rG''>&9 ='sALMMVU5zUZZc PmT@+OldAJ}tl!k\4dE0>=>!3E.JI$*R<"5κ\U|8Ť2+<"D_RQV@>=`lE23&P/~ 2}4eQJ_#2_(ByAM3  QR$r,5@FGpHX%j-1=u(FQo@C gNh*.lAռM{a~߇7{Mo3)?/4 6<ɭڛf ںnaF5rj~9<)z1M|inN,,E>--qgbit`@ tw~Hk/eç(jNQR$y$SgSڏ3q \dsY\L?M0#@4bf(D,HB0;L,#K3wCw~~2kz3x'".DB{-4HI)эoPc$ ~|\HЄU0^S`(&Gfh%F?*)2Ot[3]B!zGL}~ف'xE/e^, 9#X +Z̯Vƫ_є[M/ߪ6Z/-1_UQ毩Aꏁ)rs# f(9úm`zeZm6)~cuUlZ+b}y$cT" rE>?dlҌOMHqh%'Rc X |5^(t(`FŪ]VU ts )cDt049Cs7pfد7x5"]]10Jt#*baPyJXK H[U*X ܻ{к רgfTRT.KE%.ڪXRE(JbNj%Rܼτ <Y K0 ek r >xG3>𛣽4a|iV}'Na3OEEl|D|)X1.q/rz &ՙaڣNy"onolM#Tǂz,!q}@~22DMdz2~?|F,;0J(ıXbgGlnuP,/0&GG0wfWDg'ۍo^3{n稏H+D%飾FQM S}űT@d\ڊgz\d1Փy#O2}y2?cOJT()#""EܗT~!>igy G_lJFT}V5ҪvnQUczx|`@$Sq{ P 79a?Y߿UxJy|~]w}{+. xW;~?z)<N豃c md眠⣿!.d@? #>she@ R:T6PI@WyfAERRK7~t"">W5b$8A#g)Yʬƹ+\X YA@ y#yҮ+]»+>,zȿ"SYcCliբ=h̜(Y J y2k6-5 iW"~ i&Aլ?u ?Tx>.Z6o 0@R 0b.p^S.i|WV5~]ݐ.mmC5-3ju(kA@VѿA_iU߽{'͏߻@m0?"!󏍉Q2?YSPMφe2~f|MqO#SO%#eA@dHLQ_0YD|M,elѹ<]11y.f~ *]W%i13̋u䨝k=Vm518՟[aY̱(b Ͱap 60s3Әyr_GfGITʎ6L#¸?~r?BUןVzq&HNR`x'o䗥/ Jt2 Jm;d mTKmﶥ&9^0<=RN5wuM?"*`bbEف L@EYOB6knLH)'Q6oW)gOOa1Ovv:QQX"rq}'U*1.J!%LZ+ $h(P ,R Nu>A3ELo(#!Mg"5.#RcsDr,=Mk(!._@x!`/I\K̟MfT+РV~^-ܭʧFbi-ö‡8l~]Zz|ffʐ81kx 0<P?(%TG ?=m.ك66JL# `]PA@A`̯.޾G3MV2dWU+r10(77+]}mmS9fQ3*({Tõ!G[![eԯU'UTy2Ex>ƕhkːʖ&rYP!T)-@$;=_@$٥XI"Dij4L<-͑[ ]?LƟEAz/GC)pSPou2P@)s\S?DJ)= HIG,LԍoNߚMo2Uw3o6=.){:$~#1@9 .d?TjCV[!4"+|e\}ZZ/e^3=< :Ib,X] h-g_,ʹYdwrC~ >lgp3 _7T#VG4_b  }S%JMf)EYA` -j}+KDi~Kd24Lo2|RJ**P*/JidnAClx]l(D$ s5 /L_ZD)U϶J??I:"Gk^z{5V :q  vwAurkyF77ONXjzB/;ݴ{W>HXDɳԳ]8h:ȢQn\(Ģ{Gbx rL8&5?#DW!@Ύ#:ڏ+j'yV̫ÂLG kQo'÷{a,h>_ϺL e2k:`H@49aU LƟ"m`vcק~fRKX_ŷBY$A`dpT|- mYTԉ҂ QUNWQ]FLM*g)g1M/e>;HWNjEP "9]"T*ISIi"+CVc@L_Yc0{Wgxϗ8I_ϱ5>/ Nb g| s‘:B0fxm=:~HSkj9Rfm)2p?/8 a]Y٢W2ԓY6z P=!(b!pL72/uDPW TW'쀎Xd S60[tF-f#|~g5O%"'KHV(u*6{kIb.3pb5F@@^4*mo KS5`_eRV}{sGl{+ z91>2!Eo7CjilA(+E9"/EwDv)9kWf/9iP)+J/3\dR:f-U.29ݗi}(f׳++Zz8IbqaS|DemGSz8}E~O1~A޾:WAAyki}WўON}w[!n6^bwlW]v=z2=̗B뺗^A`|OsH߯ LuJ V7"!и.e2GߦE(/gX"/S_!R0YMic plHKTH9v{#c kwxM2e sKbjbF aGD_π IT6ZQ] E~& \,KRѭ"YMe@"ngc.RYt>:6zEy3wwQ聍2rc KwwOJjgߓUmܾkt[PxF^{zƎ?L)Lg3ܜ.jC{uq1jGֽo" a L*aޞKzݕԷk) ^2 oIi= O ӯQ~ d|t8SS;b~"|v4>6Óud G:>.Z4;T0#_%p7&y;<ဟ$& lЌu*T fw>̃[(CumA׉:Qlq]n% Q. Ylp{/Ȯdgœ*V^6F5eVA]R2HuJgqޞȻ0ϩи*j'^tx{x$w=#ܝ9aޫM2j̋:ϵؕ5]7jtg[hp7E'[d;JS so=;KB/w)0~2;C}wm 83K5Ky=듆_eCClltßmf}#Ω;Gic # C{Ci&D]44>딪8,Q`BI`o@EB9ts*{ie735G$F`z؎y񍝢 7t4Ym%ŷ)rCm~'kPtwp;<4Ii֜[aaƁm?HwG_3F*>-kzRW^E4P iߞE%C9?M`1=u,@宊^G͏菨}E&a܋ mVDk"` pHpF (Xh#7?kP62=>b*/Cbm[:f1,-"w6g0ڥH &?&?<%'W) <^,-A Pp;]V:V#ɼOO.&?Nd[). =oe @Au4ho;2p- lW1:52PK ] cؓn//x~jۭ~5G3wt./\-xs.;CNCӫQ߱2Si8Pvw~[A0e1ȕ)H0$8c8P&R2ss01|:=Yȡzo9xyqM7-]޿ \g]KXS~;@0A9\`"3*e;5xYimϺa\-[fz{tC#TStׅ&7;'}:V9,{jnQ]1#i W S&C.!l0 R3 2`d,|U*5GK:QXu^rsH˅E^_V![a5 Ocmn_n>{Z!ggvV)OOc_?"tڬ+Vdr蚮y^?FVRIeVu A[V2ڏzrk f5$6#ouW|'vs;X1[aaa ˧D}m(C?|Yy ZT f0256R47kFf9ʱXv./!z}ojM_ɀf7UÝ}htN Mfpp;AaH-Na,ϡ), @;|!pj ,M&W:?i9[\ftMٕt>H7uR:<˦zQΰ16Xot- x &`@X@p f2s7A!(Sн%Xφek=ozMP,z#eGW9)oMo3&D%G}GۧTsg$#2~2~4}L&2RI)"=%E%'DR*=W$scL̉nUYI v6:@uVǨ/jAd*4@oŌ*FZ%QDjQ\\/JJ]}};wc h_= 8u%pu J9 sG(<“Yw!Y^̟f` 5)_@ 䤃}xTϑE[K+OKfgS"CP*DO'CH "*"B|ƄyZ&(%{DZ*Ofy ['%&xM&>}_D$ǓJ$$%Er2& VFFIUJty½MلC='by^Y425]꺼 qѯ2|#͏̏? 1R % J dj=آ@@*IEBv&pY `۩ ux\Xa` !`W.hf0>n{S&6xyY7]MoQ GweEg{3 R4# DR$2 7,+YJ`IxM s&  `WrO ΍j  (_d@^8z_)eN 7\3܀pFw`uܤJwX_ p&w3]WA(]:ݮs@,e͢Za蟐`1DcM@P%Lu(4A`W*ՠ9.66S}S*5 + } AYp ;nYp@8{ nd@ P/Y1aѭf6uR.\a8>:=[[bʀY@dU@32 A J-jـO_MgȃkHg+,PP |\8e%L@ g8"+d@ K>jp_!tw)M9G`[~qm2"\w~f׹8Nx![h$f( XQZ/"0nHk Zi' .| c|I@dd29dRA@B@ -QgۂKwC•;Μp0ɯ] ˛7D埓k5ݢ~fgIgxr,w++P7g * (#p&|!Ebb)>zԸ "# XB6? Ոx'`{@ΙeP84ݤ5vܣ`!x^]Ys6Ƀ::9Fy]Lw~ ETUT@8 F/"g2w,AM[<'2gMTd^H) * g (ql | w%+x BdoY `vÕd']ʸ)t#~qF?w4n2]ݑ x78; i9:oΫ]V7:QRX)sKEz  9ʶA`7I4XeRq9d*`@ cFp0xKf SGYp* 7Qh MW9eknFhn87ı kcr@6=ӬPnE4 VCOtPyN J䖉"<9")`%PbAoϰ=YAѱKh/e cI7< @Šp9ncf۽MF{y)wuh0ϻКޚ!l`} -Q,iñI1:Qv NP"jEYq(+gfBH9@>lR&\ le)#Tb*ՕHO@Ĉ\DIENDB`resources/golden_0060.png0000644000175000017500000005012011301357544014540 0ustar user03user03PNG  IHDR``w8PIDATxڵ}wcq&=tf9sΙ AsΩdv9LON-c+zV^Y˒e~U=ii:@?WUս]Fi(2#9)7!ZqaUVQMe-W7PSm6RGsuvRwz;zK&2 i6@6ӠYĆ؆?c "֋ǽAan2ta~lg룎6Z@M]XA umTWL5U TUQKeUTZRF9Y%[G)ݔ9H6* `:)6U\AE4GApngQ{RU$Qk8IWՃFjkh6ln.2vtS0G 2 *úi6LV#Z`Cd걈)2]Љ0kD>`H0zA@F@57v6@@=UWSyi9.ZJK1  %ETZ<09:[ZI3%d0 } Q,y2Pk+j$7V20 ^C# t3 4( }mHl X5!8$DjD :`z Ip%= @@'55V"VSue XE/+9 T^[n5Ķ˪r!#-)ʢ( J$U# MV|xG} u1 MAF&`2  VD ]3&@0MʜDX>KDB?&h KonT7W«~b%wRn f\ːJ6z= @@5њp u~HO?%oޏz mzSpcз6fh)U$2r!. !IEx^d5!j;.' AC0|` @ A؄_,FjA"   i7PMrJIl~x_/ 8Oם"m7;L{mDlX%&a$zҲ$X @B="ӎs>=8#.C@ A&HHkQ$**ltivmN#l;Ym4,6BCE°FF$ j$&Q`B0=]{x-_Q ˠaQ?b6p{G\cS9EFπp盕]|$$@s ɐ4ӲD'9 g{9AF`E,i45_7' 61W4u&9I jz*_ S)3 ?~sZ[.ɱiAG|.*>pIAb.|\S.dTAMHDNfpDFDFB!-1#'4"@nvj $$("@F1,D0 LBc`~K[=Vj7z%+@v z{M*_2tX4g/u|Ux,/}|0đv?rS| $P6!  5zHR3H0l0HN(y؈2Մݧ$TA62 zb0fx:`G4ݚwvfЄ +eQ.-(?pWꎀπwv7qG5E"%v#l:fE\Y P*%tCj@@NdefQAVRChY-:5"z@D@t_;  / K/ (3. ]t?iQa6􂱧[l tttz==Tkggr3r2USUI9 タ n:o m-A=:&6g A/B8'PRMZGR&DNCdPyLQC+v)W3   Ą롾.^3fRGldf[?+F}/ޯπ 6]j)5KKŔT(?s6q9x} w>9~UEd`|cPD\ÅqN|P٘4 â)56zN9x D@ RɺRiDyiED"B _ ]<)6pXZ::=:].|uD֮fW`s[oKs$+f.ePbtJvE{d}$֋LG X]_><fLpR w(PPDS|L#R='ePVJ OeR¬*BG]|yTVP) +*tbhg|kX[Y U:Kj TV\h<\*T/HrϲYp Fɉɔ@q1M|QjVHJguD]L'gz*Gcc!A X.j~?DH?ϙ$Nʧ(--ѠFR2sjr&(rx^V>p6`2jUEPiAƚ]mA /6fͻٳх҉ z-C-e$n[{ 4_in{zp.N.p./^$:0{P ע j`m<1{:؜DxArЈ4W#zmc4nɱIYgqljb&giblGi>E #+e&abLhz{xYPChA5͖T=IBQ0Iij0 w#&-1Ern]_Ox3>e I \n됊 $Xs֥P5  -(WeD~zHràY{)/%KPg(5(`\ڮ3<΍>ο+\Wܔ`".s bybihXEh`YhI C^#!Pۑ$%&~p={{ݻPȸ}D\%q5ڿp L6A\"6HsB/NJwIF]o)?^9rə( xbyFI<@S*`q9̜ YHyH>$ 7mH>?~?|BO={)=zT"-76Tף^7Ͽg?_}y$_ ,=MAE4`gNtnC!!"Be=tx6\m(KR\ gNbБa:G?@>|]_}KŽdD+|K˥rI|o?~~ '|Bwm}VV$Ѕ!z/^i_o+ ]~XM `jA-aUu=\ӳw gwV?פ U|?: Z48_딡|XY~8/Da Md>{nBxf%)Op3/~ҏTӟ /GT{_J^\B&M"ӑ792giCU ZEniJ&|kwWJhH2璬fo4ZI@[ |FγMFu5&4g]UUrn27齷ߡ>}Gŏҟ}oB *ҏ~J?An/}&ү/P1]) P Yخy=U/ޯ&g %(x"^,7aߐrgԪ{wԊhU^3|_3 D(k Mi_EK4 h4 x1/ ݴNv;ܫ }!} L_WƟ|>}η ž_~M׾>[CݻoѐeqZ]7+{Zˎ|x.(g_CQ< hFFiTÖdRx4G 츂_Was#KG6eIw%mWQ,-&[^>5R]NUšqWCsDW.^B9!//їʗF_k_ EyߧGD~ q޿-$ܾ^\ \Kwe&{츂FgeYy.??W@Sbʄ t][%'b9  4ٹmWz&?|Cf(ХI8'Ԫoajdor$Mx:f3_Z,9TI5Tc~F!p~*$:N7xSy@ot·k6D$ x ," 8r7@sw]?'^%Ϟ +eYC~8s :J2%[ ToJ/y@]nIѵ/W? ZM Jss t^|Y~JJhWtMK+Kg2rDVHn7 w@xQYkͰBrE2h(qCuKaqae!y.-gac˚|h6Rax[Z|^8J%RBt%ƤRbl: SFZ1egSA~-7:Ʉ\0(2Q088-$ %y||KR]yUIwA?ߊgbCکdQ(P2Q }_K/҃wKR`-IhXC K*!3RSr('UBsoMJJhJTRbZ,%DPLH$EGQLXE&Q|t* QGɅ^JyՈzhf!&de,eH2aT. dyƍ;059sm$]'sٱ&|x?Pq hQ īY^ .םvh?{U24zb9[bzZ^AHմ\^I بxJvֶX*Z;RW{G(ESXpEP|l6%! R9B9Z>{(E:EQ@&!Ҋp1[IQYE^>{ c>O^'$$) Cሂ8D6چnAطf_|3>߈Jf y69 O!@/1d.w>y[o~>!nǏߕkp6ɜ䖶|9LyyvHr´ \V0ll+n EΌ7v*+%7/ICaK –SHF-1I4kNO#G($rHiaa)F~AO S݃Oy/qH~>x- }l5 ki'2)#(+:: hЛlӴ{fsgӹsf=}hx2휾D[1Y^,dk V:;'|rr\H(,Dp^`YbEx>kodܦ+iDm: C?[DJ2R,(Nh#( R'ӓ-|=E" UA!Jx=H';2qhHEF $ 0TCMlF1'j3tVWVimuV7چ<˵ #k43h ^AXA,͋9$ 6iEQjj2i V \)"89sD̋;ɐZ)u1۴f3&9ޡ(hIA( a? Š > ,?9%QJҬ|1b9P.o4 R y W`bKWe-~`zj% KEQ,@j(9]㨮 "oDv0R&m$Yqmv8(¤ZQ:HЬ E6/5ٔf% Sለ(KǏSB@, $Y/ ૗I[ oCSFQSKc+O?GxE.CHhHQƦ!L<ϡ𥥭7ѕiq~aKe<_6T}gTJy?C4qM"3FvxڍL3iHH˳ cJˎR{EO$l,:QS DB() C X ,1 ?v +^U/wO~b*T4X߂rtb(&&S)>> _"jh$JT/[24Ng@Y dR%sH4b դxk+7yVB@cc y㺇!K6>B#!a\.%b>q6Ji&`c'\R*1ޔvL9('#:JMT=>x,%(TZ^MHJMT y)@bZ>2"J۟Cܑ3p C+!Ӡ:I H$MONԌd;LMvQnj OF!9S(1hp`$dg3'l1Q~C:qSa11xPf[H$ݦH(>)G$O;sFpG!=c$4*N9EI< E>Gq0tHcLL{ȾӼ(=] mB233)/7x o r ̛+<*+EFS  }\dnBDžI5k2W1dYl0'f e:E |>m4/疐cr"|iģ }))?tX?q )|cFp'777?7_"VU-X[CxH BJEEPZrHQ}aag+<2 LD;)J>MQGOQ!E{TC}dʓ]- ^rt EGi>ZHK"=}\HC(%)I =5CU fl=,VdeO^x+WL ^H+|\yD2"mg\.^/tQzZs eF@eh8d;%?A HDC4?@# ݋:/x,cz2r֍Q_>۫DI%IótS%, $/tN`JJHy)4T$f<.7qO+C<~9}};2`ӗf4V~jjq%uQP^>fb9/КtLOQ7Ƶ@ "9 \9L.ݍGȣM~bDv@DA`u%ٍ /lq RWggQq%B|[H Hlx~y㌌ z2M2hKMhzd[Ɩxo``&lc0xd.xu5-&Q>g ? &ʪU}B:2617X/sɒOU ÓOyP2HQ=t$9A!Ԟ";fudޝ8֢|t?H@xX HFL9L Ct )M *Cƿϣx?/#jE3|Pzx(p?8)J󧺘XK$ʸ95"AT=ޑ׹RD3b}m#ʼ!;!hB^h`S8Hc$ aJ㱤BHSI9 9kEZ^AZk)-U壴N!!32Sjх 0 @H0b97GX@KO, d(; =[vC}9,ߐ| D! /x~ES EMPB`a>ӏAI{0a:>bSESSsUzN%~*GTsGsx__:y{U#H(_CBBD<-!隥!¹NK< LCT6GA )Rѐ =>c@NO@Mul&&bcUW'^07~Г 0;ͨ+9 sPJGoM)(%|3P JpcИ!_xY8OǏЉcAt@% M8H+%][!V5::*0^e ?"pGOD+*)߁"EctOEC4d= jPmYLBHQlllĵ:go Jg& i *D倀֐\wHMN`܂,dG}:Ç㳎kJ^'g b%:l<ysH}!e[ADD6H ]$)(( oWtOx>fʐE@,.B@mli!C{;uO4SC5Nj_HDKO/L;w1]tk u1gAhLd8,3R,+*Vly 1S#Q:S܅6HߑC QOǎsxv?7D"Њ^aHI1I*)y!88'T%cB"9 ||\).U,G4uz m2dMr~2;~ao1Cx^[Y)kz*!o E9Ca(W|:$'0hex x񢨨4* pMm]C23Vea/gɄWKˍpㅶ#mm= e WyK3^"k23 yj&p ABA FxtVdKɃ'$Ǘ"RadZ6.ukD UXD][(׀NJ)2̀{{x8,*%oTJ^P<㯟C{c' B'xXh''-f%}b F}4,^Ce:;UAdء=1X߈iSwdC^ߘcͣTYiHxÈQހXn.x'.1EzBBH R)gfښ.Ad#+!"|$,(x=0 [GDh١!^~+ T sN9 O($.x~ '5H&Y̋e-ܠ "/(kZ[{5*Ady8hg b-݄2&fkF o1l fI <0 Kx $2詩 y4{QC}uqY]m*%A[J=(HH~6+&ː.ÿ+^1'3,#9eT96Tȅ^Pw_UL G< =ZyZ7]pΖ3"mA:nll#"< DzǤ LQ](r((2YqY*=F<+7fԊy-kSLøqsnd.edtHed1˧ϣ)uHmZ$Y65SyIT.Iq6;W4c GrSTx,7LN̅V@F͝7CakmIV-,sIec} ptp_-_m`k&`o*Pu [簭I000 W4^&mm&xy+"GZar<`]xyf.= Ԋ2KFv٨?޺PW-|w ҨcPP-l9upejjNJ1ؼdw-g[іhVucT^tR@_YV-VK̽0,C^^بn{LF^2!kF3cA um\ Vx K;ɍg?H>NfxRF.Ǵ)IkvGϋxYމaf偼L\JϚ-ڦH:%ҡz笯.`+pt8; /.j&T{ Yɮb@ xo# S)kk3G Bً楓pySSwUh)r(֜d"XYLk>Ac-'KA"e+OeKe4{N´lbHIp #`~In:b,&LlM2˕ny5>oY{/i/YS*KdcOw7PhQ i?ܞ謏:}sY??>_}5zC2L}yxp2e_EE%jv0NDGԦ2+E:8V0WB$J5SQ[^\uW4s5D%WkIfgqtNNͥ@^'O CJzwf}}wثL[zzƑW<12Iި$s㿇i)"fW2d|%.kQru[-~\s 67;ٙ9Y\,㥊<:[#t׉ycBwbL#O:|$!`􌒹e7p%(, 1>sb*2fEʢq# Z8m~v%.|M͂qgaSi\/;ׄ,ob((g/6/%DD&v`L$L\XS]K50e#') M4`U.i9(#%# -$QN`j`DwN[$ wWsv%!$ =0+$Jo3oCSC _detOs*yPlm#F+j% tSj4Vף?hԪJ& =$ekuEH {w9$jpQ B*&6`!&L65252(U|l ˌ2'cuMUJХf<$ȪV[߅\]xHB/ |$aB@?M zF/0Te%}lDfnԲߦk'fv- P@uoED]SWCF@bט+IXdV=Pr.@R5yve'X%NvdCcA~D} $Ie[%6fL4>1:o@^?L5,etu^x["A߶Gl#hҹ7R7/qRW!CA@տM_/ӱ*e&K,q_I9f*0 p\ax`c"`0e.a}ukZ7/ڸ >u,ίbnvI2>6~x%zh6_Qdu0Uy۬U=qHF%ޣ CTjWa-P& qqrc7 痰N[|ikw.c>]\kWok;KWY_2X[&a>6 &5+wd?QY9# C AێɪZi&} `lpSgƗ |ݺ=\#7p-ܾqwnŝ[^p\v WPdcksk$biq ˘"I|{OMT=\;}Kox]eO' Gck\ 5UxoA؝ @+H#+l9CT?94I,a._f\Ś{6ܹGGO4*?{ Jx)1Up*Wob2ǍH)JaTJaDS;~"@@䯵9"@H BH#[*Q!6=@  * v6GӻWpMp'B;7]%&&V13#a|>?ٯ;4+u!A.Cbͦ7&ER Rdk7(FH)5&M#OT?{FOK#E(e iGZz pEԦNW*p(f+ntq]``#@( Vh |=);lyozW`{ 1B~XEe hssZ[eZ̃J=V@C(JioEmЦT #(Ace4s.H sX_\*=wGko7_~2.)%O1YRuJT;M!@ !j z :@Vcc p:̍ {J̫ 9 aﴶaCzãR&<-XO>÷?.>xorħ/?~? ?'/?dk"7 Օm,.Rj0XeR!Ft6N@ AE(AP#kjib]no}0?=Ae /?sG?6*PYق/Ww_{~?!gC5\jQH@uf*/%v-,,F&8Ȏ/P> :_369mn_o|u$vˢ6K675cvyU>>%o,FX[DY __$?!>|}ԩ'?a毈d86!D6.09P/vձ@ժUZ9LPIW1[S6 xl=}DLw?jݝ=#ܾPƶ{*[U;־hebf8HpSa㶪}ɾՉpK|0Ү>vuTgĨIe_?V^B4H00 ;-mlnao*-7lfe1QRu>Β4 ~`c. ^)) P\/-_V7? p^AShD(^ YPU*A+`smʻ.hƦKef Q-^@YKFNz.Eͮ@Qa=*ۘ3߀xs4BP\lV_FO}}#4yTZ__W_2/g}?tZí-۪h\^~Y}~*7?aUʧlq[@nAEZRR˫DNjSHOAfZ!rPXP. NX>$ob*ɰd{vF2ON.2wz3i-,QS 7դ2&|gs3[ {{*5^6⳸lolMsY XXFTsoHA%*"(ZE+U,1VBBn&q)(< }R bbqCc尓-o ^(\N#YedXV *^FqJO% )"Fxy>5mluf/7: eP46}Ho~lKTΔZ'9GLsy%jTC: {93i )ǃY!*{l̞5yQ_/Q|'[e?R i!gqFB$GB[ʽ``cp{98ArXqirGS 3Yl6-#MVlh6ErCJ`P/+Jć KS3p+>LTRJR(b籢qbNlj1x0ǎE 88&t+ S%) | y\yH@&J## 'N"XgMu\|Z=4MG3i#nQuF w}4/] &KST?~g9FDēd$%o "H̙_Gn>9CEE!$a W ]Y:ʶmulm^nfR>: Smm x )b#by<-%ߢbQ:QZM:U.rUG0 ی,#@P5(1)9v8Ĥ >>sH>ſyA.nvϣe]$Gsf[ BJyy(wƐ"d5Po7-(DiEKD9E_?jK!吟7UH4")%疚W:^9ڐmAFF hk`BgFb466.䒨BVw|,YYWĜF9aHNf4=˹?4ȋ\zet::p{nCd\*8%dsoѯ'}y$2rss*Cϡ2{$S_Q[h73<=W#:*H%HUa2sgJC\\.HVRQ|v* G^l̨әo@7RH窛 ȞȤ'Eq9=4ǣh2 d/CgrcC]adff~.@~>7Ǐo|K Y4d Zz>eIF7Gl"!9$*"ө,f? 4RTvE@^_;$[r޲(t4'%V--hGeK/$*xJtT7H$[)gi* _bϗE엒0:'ǎ;8 >,rh⢣cSX$ -Es9zYNEBwiQQY|~:Ag+II$>@մjSkG 6tr2\LPCu:L`[9sѧ )sNs8 >z'γƓdF477bffQ +znj D%FV?r&XZjfihFN6^*kH`iPy]$&hBۘӠQsK_XrzEi J8WKUy=` #uuCKBVYȝ^nueS}-`״X^%hƒX\Vf K|EfX=9KN}&,q7>CWMm~6*+Րm(f@u)}:*3,u |/1cܢ&wiIkKn\Rh|aE fo0ci5EXqxr&TC*Kޤnvq5I@O+[Fmhǹ h9UwlzSf4Y4E-$k.υXמggip9DќLlp0B9뇄\@Sgiʡ.\NM6N fXLBD>uc_e_2[$Po!wp @+B4R9;OOͨVe:=2L~KVHN;%[x+_W}׷~_W{yqfi?" (WDPRS`6&_a!MAbb|JN.'[b=cb8QiQBqN|kmW. ;b$xn2 !cDB2H(fhʙ~>B%&ER6M0\p9}"#gpݳoSq]>~<!IZ$rMN67I8$Bn=~Q )CwRތ@ ;${TfÁsCVN&$e !!Q8u2! ?)4Do+;#]IENDB`resources/golden_0200.png0000644000175000017500000073072211301357544014551 0ustar user03user03PNG  IHDRxIDATxww]uO-U`1$3pqܜE&KedK,j vvw~^{}ι11@$*5W8#_ZL6>/.'o֓7Fkjr u\ί$s9`v)3fBҞOsIcb6$٫ɤ8:O%O_%//ϒŏ$sLӯ驅dfz1YJgdq~5Yb2*uխdsm;Z/$\;IigsWhwkOho{?*'` 99::JqR?NNIrvxIKIX:)'Ui%U:W-iI,ժ4ڕfҮJuj[o UMMWfU 5tIEgX]b]Y]kVO|I>HڍҪ4jbh5kuJJI@5N\ub-99&#!W蠤trs (]dkHh}-p$;?Wa{/)lq&ۛ;B[dsk+Xc޲s'kksVUEϟ&O>YO>f&/R21VM&_דf2=Nft9 KmWk]30ez<ҧL_Z2~,|8y4ͅ! `7كM@@$hO8Pq !dA!jKJ- R(Ǎ2U1P|])]@>{G& \E@a +O9A ] tB@B@+q)@ 䚿eCNa.o!_w5ה0O^>?esTOWƾ JhY2j|i%! Bj@JTDB'ϓ叟&0 i,a` ` `''Z؏A"`⩀ ($@@ba %  1qrhe1{_W]k麊ʂo޻Gd+]~Ne+B@@n@@ 0ZwD@QXCT`67P*d0O_?u`fkaIaX-T{vC;$4tT;@p3' /?o?V: f t00@7: h>4# 2c;`V`@2W0 ?̟A?i5C b `Z@L pu7f3P+@v3V( B GɉS4 8TIDC@KCeLhAdz&90s&-nܭvAR *! R@5 e d{pkտ_>m620VA?;g"ƯL|/r@A~!}?u 0ș18n l<9 5z+j@C6  @Ivip$  *i@S t*PM#=  -8 `̿HߧgU^BE]?/< 2@?# Е @<h @n׈@-'pJ2mXo_e濞<{_?LC%~wb~h7A/|q _ @@ (i% g 6wfw=𩅀9V-T@6p L%T$@A- mtu;@@U@ e[d3_C.An9?e=Quy pN@3 9@o  4Tj `* c?/Xɚ??XC~ᡟW/&To̿_$dſN2!6zm_g'e: @X.vE" + (n08&ZT+`Ymppҝ*8# ZUh門&J((z I  @Lh+zoH]rRdz?4~J@| 0H @vm䘿d_1wEpN(r̘5jKAwfMWHצJ1 Lx;b_I< @FGO9z5дP+A& ;L+`79r@<P)  IJZg8'-& @i˖Nl[fFy_>2A~$@h7BA 䂀$/e_w`؊DTDÁ?hoE+^P"fnXAKj_ ~[[@`D~&m@0 "2 f'䍀'r=@X $n ߦ* p[o5A챠Bx4Qu[ kn l IQA# (& 'hi(!('M'!jiPI~ -4p!B |QSʥ|`?vFh t! ; 7+VY? Ts'~?Soo?ue7em(*~\ dy p@sW@c-O3x)!@mZr` @  Έ@ #- 0!Յe  40i@V,\w퀻-TߤL{?7v$Cy1ep`,_'LViؿT D*J @QuǕ?cЏz0fߐ濡"]Êg!}W ?kX3KM;n`g` <$C06M BT XSkX ~ p8Mj,Xh"hi@l L@@ H W\k'$ x)2[t 2M>~#A t3P@@T̿V&_cӷr͟`%?P$H2]`;wl۫ao?/xO_[~>0!Acw Ej |e - gkġ @ )&J x [(7JJ  *! !@@ m"b PiZCP`Ce%m  ysuK ~F{^%̉@'mX^`@ ?fM @@68)@6(eJ  *?-?qɽx]~o̿m՚[So+} ˦a#}G@h v\t `1e'fyE0` B#_:85#m$4`ӀHd00@ @!Ppb169j0 p %6T<;`߮տSҫw|b ?`ik}Bi0A`5}Z%w`B3TK h!G b=pbΙ SaR G I84)@IA" Y)38)JD a@C(_0$n 6\$@.>ni @yT0[3@-yPF/2N8V`hտ=|v+df7fKD1?e*Ąaȷpr@ 0#LZÁL}2 0ޞ7~vs@@(8V"(+ gIS j j ZKn<@@%31lot !*z?1k dݸPyz!  J0aS;!}L+[+7~l@h/]G!0,]B /s+δ}}n=P$٩ Y "!S~ `@BOh(8p @6ZvJT[>)H5mn<]B ps[Q8d-[G>\'>S?yO @쳘@F9@`pFV|(P3`?T Y)eѾǕOuY!w/ 0?h]abPLF\?L{)@@5Vjz0{(dsdŸmyP+ K p{N -.6N, (i :&@$̀R:> ~s J!`@ˁ~zD E@5 44J4X鈎w0Ẍ́=hՔ0-e&G?6!|'Rه\~̎Myew R@ p 9 n $gQh#-\W `ht]pL {nS ܣ; ]3ON pnit ez@[Hkp@2"p@7q?2~sA(Ҁi% TN;`*UA;A|bz3`z!}m 0)Zz p R"pd`'PI@S%6$\*)@p p~Xo2 Z!w@@>#H e*\d,0H~ "Pj*Ra_jjBO#ݚ0wUܯ̟4~l?bt a@`F@@bu t* ~o PiXL%@JnGV`+`Ͷv`GmC-8)- tR]8G I(BI@&0p}??D/ A@/#EF8+@ThxC@`bS"KFԾ Pfoj`/ב5L73I T 0?w 8 &p p!^!`Y@@A\h(poHXC~ Ȟ)@h@pMVNhBxgXWoh<x?|C}C@0H~zD u@j @ uOa@??#\HUd4ry=ӷ濠)?h z_og|)4?@iߕD20]| p8 sZǝ@s#B^DlpSB48!RR$ tt˵( տVL B@ BN+$ b պHmrmrQWB7VZ!.ҔzaJlp*x .tP .@ Xh?oYfRhcVߔmV=+ ih? A.X P`!A!VG R3"pcPH R = @g@R! f j{C)[&7DA2@"&wA%R PuB?@1noC"MMl!w_濋_WK3?B90&[`՟ۇ1xc >9! @| 얀BznG[\A : @9ؗPuE'N0T(cq@ ^$1ȜdA80 .úw<Li@zaQ΅0@@ :B\м7eY$/?^iC? 2o(c3WcG9 NC1*`Nܖ@$%Mb3n|4Y1 @!`݅8(L6@@@-z=pR@@fV9l RRfJ Љz()kFv-  # IɧYSc)GLMhW < 2f/trF T2Ep|/^#vז3~2XƏgٔLFB~o|@-+gSm @_ Oz r{p`nX8p n )=)@%,$ w[i;opo80? !*\f v R!hv<6# LTT@m?g]%V1d~d~3L@A  @6"aDoC:OA< 8"  G 7P`Nȡ1YŸ}f `={ !0yI@!?) @ ECΕR ^Z} y_ *xKn.83B@/t |H gE M lhGd?T󡿱Qfw]g//ɡ?f3`tO<`[4`) ."A`(P?3 p `%6] LY `GA.) aaa:$Ybmw3iպxbp1䅀A!A2@3#jP&`*귝qd;ύs9C:8&Ҁ4f/SB?q`?&-[0VKp3 NCOFGP ` @ZvR!`7#b SCL0@AJ: C 8o tᭀԕ iQu{`X8  paEBy9!G]O@@ /?k3wo}o|7U?UkH? @vnonՏM1ϊu# , `H},hB\gqo(p`S 4ع3e 040@Azpԝـ  @>Pz~Nz6EBAŀ`~53 p9!`lie )@^hEZW Ya7Gm_?uo{/62U?4~Or 8@ h#OLT0VgAש3#pH'x Eu38c>O99 z P @`ǂ,pW p@P8i2Ax(=a&ndn4 " pn kA@ #A2\D@@@;M꿜_L1!C?n~7yב4~egB,D ~bR*f)0YT6|A'n `C@5CR3XC ?f06eX DԀ'8t!`?L2. \F>4H@+AD`xs/ @C{VVÿ+D!wC@?CKЦC@;<eEO}w?wOM;Cp?Ms' ?R毫"+S?Q0P$@ 0 zQ?6ta'9 [`6C _rx< reB I`F vR -`Ҁ t N s05Ա(PR! 5`R5pȬB8oֽ] <A*#\EB# ~ ZP?0o%OS(f;CoɉhĿ37wM542R@`@ ` d)MvzAmȖ`Zg0 @ISL"$!`;9pӀj y-@ v2@|sf!<'=P@t p;ЊAUn wKm04 @P@aN_%_O?܇T?Zy㟚~y_2W)u"y$@ * !Q#q1?9#k(-`ZrCv!?@ +b(p,&[|s&5,H`iӊn (@@6 (8 P9`O`N(Z D_m ( P$m!@˦)@S@ Lտ;͝ y:x 0!A ,@@Ӛ6h[Tc_$u}zͿ3ߎ_E#VIȇ\ ۴QUo TN53P-P,ᑠyU>ѣdԼ0@`i6#DҀi@@~TPBU-R$pA@( M_ `W*K/ºGe6;B7.NqA<tQ ! ;,/Gpw ;g7C?p 8jĿ]#͟?S ^c%%zN!"-8с?-`; Ɂs@FOC;20t+`31 ZLS&f\Xe @C=k 8i@"XҀc9yRՂ@Yˇ*$}r@iA}D pՁ @)/DY0{?.U_Ye5<ߋ GY@tA V@5Wܾ?;~ۧ<&w/O̿_cRO%nQ@OѪOu5~Y?fbvo d}( ){`{h|^4x^+Р‡qVB|2@t[`y-Ö@Є).J8@M , 趀BօQZWte>96:_E"fQOXo2T 2TXuugN(GKK3e2SegTm)B  C@8ӔOG߅H4!ɡ@ 0>|^jPb+4@Lٯ) U6 H@`?! ։M, PF @@L  $Q 0K.1QW**`pJ\(!]3]Gu3(Q_f4G?fÛ>eot4?6L7'K_<69/#d%`2S5!kU 8#62` 0t+~qe-8p4 aV{>ILf1_S󡖀" !`Hܷp '>$@@+դSrAKU ,7: p  })u_2\WB7坕j{ߵ4ÿĆ1Ϛ}/Ϳ4omA uYO^eRu H dF Db5P0lA;O^ȧ>0dB@Y2 !tKRG 4@Nji p@4 : H0 T  P P \HpՂ0` U}3յ=+{5K<Ncw zD?VO5U~3w'?ͿJ?JUBcB0@ʟRדUP[D-s.x}w5PU+<0hz@ X葘a9@tȹ1n P 4u  h4@ L,`@Э@ BU[J@53iPpюVk B^L>\fUҥw `*_zcV(7?o݀12}\7{OTN_ Ư~*uyVI*w<7o2@L#_A/S?aL!4#10h @=; 8Z_'[z+`Q=0O@+_MZÁr.@C %x;@{j  aЉ84@$Z,@F0 UK:e)@I>ׯKhhURB`0tnA!0'J.aJ5afQ j0?P>6Wȟみ/րOo0߱~T?@}xȇm;/Ϳ (qE@48 JșH+ ,_cUQCOb0Ӏ8CRNV<$0|Vol9/jIT CWAyA@Nq"ʦ=&5 pC m t@JXpՑjZ`0( Չi w_Z|g6x~?`wh*0cD?75jȏk?=3Abw}}w?꧍) Y< ʿ&]Ȓ#OӪlu2_W4Sn ~ V@[h +>$&LXQ0C:!`Ṁt 0 I֙ | 08jRR + jijǔwSW<]sXÐp92yw;3f;cwMVn_ǻC,-~-yx[ENw_V"}1GZ_/3! LClE43WTG  %@Bzv5` S {S0f['y frII, C;7 pRlh8a@1h A 8mFҭJipՒ[ VǪ e~JJ 0,2{H0|o7j̆y=~7O3~x>GVo߮ѿ_qoȟ2~i Bq@@)x @ ZȲ/LGFYA :Pr @oy [AY6 XT LOtK`eM)f'50DR TA u'R@QP @M8(65jV$ Hնj`uh5P{]gOSgS*ZT0Qf }=ç>?Çs_MV/ ؍ʟ{t7C̿_oF_}XJÀ#?4_1P0h ЩA@V )O QO >ybW fL@0͛y`> =@@iχ!UN) X`A*H:U_$Բt1]5ryZMJLp ԶC"ٰYUy̾=qOGگz|Cuտ |UɳG(?wVl 1g0J"kD`'ߏ+_ 4P%Va+8t[/VyI_)03:  K* m%. 1[jXjT t2pF:PEJ4@UA zҮ2_MZZqՁ9oՉ+-^B@ެ{R!??ѳv[}5`]~~~x;o/ٓ|Eտ,[M>J?OK? ԰}|E2mU]Gj K[߃L_վ^uY~Sp=_/}TuM.5E!@P 0Ho{k.?4wn#L %Z; p-B@ 9U+ 'cO_J0id2Zj.`%aX a`L293[ف' `R@V(0`Z*I,\ hpPuo.^bղM Q*a2I~<5fW}6GfO5O螾J{pOk㟟c>ϪU?q{Џ?5A߿KOU񷰚] @@o# z@!Ԑ:jqQEˇ)iƻT }2z&_bF/|-G|1÷Ce)U>YkrLߩ%f֋0YlU+ɓO6aPOOq_=7=f ?k8gr<VlV?g4@ v5[?FZW@fm x[@+d%L" 8L&SL4@e+t*e@`Y$d2IyJ 0ppl_ʇc*GIB;P-"0pU3S1"'VYTrUE ʇm5ʀxs |`w1'(h HlK؟V4RUf=H)9u&T*D )TED}1!Uu 9iWF~}ncpE/#|O<&oVWFE7({W2|/0wMfJ$+b&&Y?' @B[OT bo}9:b 0@@< ddiZӊU UE e*!pJ  8B wh`pp0p!NeiV|Lp_dxi&ΌΊ\%ZD9`gҴ˔ 1k}wb}w[g3zXSf#}q/Tsf;f/ r?e\GZOC~;7}ToX7wo-@ S4H|O/C#iodHP0@RSlǁI{!Px I_$'/4@kcܦc&i H XbP(a k li PE@ GJ'Mnr  ?{( i:'=a40::qTLѱ'mZ:0]n괱1S.e]|ARM5 ^GQU?F?;=++I>$~r^5}cU8`9yw{ڟx_?|'?h3 [$ A@@ ?cxFN0@wmʭ~ S^)"N}4yEɨг/L/10xՋBcLGDžٯ5#i+ Z1-`5qq ;/iqrN@y F e6$5g%bnY%ΫUE ::GgHW P≉; 4Beb0h'ۼbmD>wGkc8<RD6:3!5_Vimd3 M)sW7d3рօVCbV1Cf9/H- - -s- -q- . NIMq&."3F!b$ƒ^rCg}Ŋ/\GRϞULO[ϒLsÏW2TM[.yߢ7-ba6 ?Wݵ?o54 d*N+g@2r-)NB`(~1x?Mcs ?j!|Tj$׫))1F@3gfǹfH̍+'\(Mr3PZ` ciz1YZJfVVVyUGk Zkٴ(/1s.rh- 歖yZZu5BhͲx_Ao/9Zefؿi!>%/5%4#5d^gą IN"cZOHd (3RO_03.YS #=铇B||?L|^5{][kM<ϽM5SGZșv`'{^ocgk@۪vvCs qǁ58ЌL 8{%SBM>xL}dO>Lm?R?3}eϕ`&?2W^hgُ+RF/~ k.e\' MZcwLiif8mʰ76nFijU]ڎh+ ZfU4Z@}Z[6ZZ2ZZt$acI x (SkH>FĒ+<,Ih20KÂiʨ , ~)یSPWW@ @ _ =@ɇ:|ᢊikNgIam]  AHȕ@pSP;'O@HR!@P !I66-kq ؝9??<~Me3mGK^4ǁ&^WF?L^49mSRԅ/&3/bSw}0vl|F6pnʬ rdIL;~upO {˸7FZXF[\6֬6vVv0X0%_n@whqCFk (48Z hXb5,`@ 3#  $̊'߅ ֈeoS (@D! 0/*{Uߒ{x{/1?<P~imiG@?iT'bՕjv@N `ȡ@@PJ R` PR,>J^2 x )3gO%ϙЦό^4ύ~ڈ6{e3R'[W&L~29hLw4ek[čof0meҰ~k{\[m}~rP8k0v=ʤ{AGNHQ뎊 EZZXG?Ӗ֡զ6- * @ZhXۑZ*8Zږea^5n!h7H$̪̂B ((P `3 giKJρjO俭wX˪=ʟwVa9 0w>_"͏@F!jS%R;.Fc?L>3|Qe/GsӗZ7}f{' L~N6{k藔kqwL;0%6wFp3 }0-nPܴa@څ:J$>VS$SҼ:>u¾R;:ϦCSO\\'vAE0 6ukŀas}jѶU9C @Pra 3!!@;h` @3 'UJ4&%(xJK^ >Ϊ @?iY&YV_ד?:CW'&ʿ#W𻝀H A@$ iD_}b]!h'it nlE6P 0b#~4yL_?3|n)-L/ _#ikfD4zav(ni I<;&<6xhЍo!SBh.^sMhTB}VH쾣=C%>㪔MN|UQoboW2VQ,uhu|X::2B!IÂBE`8iPahߊ枑! ! ZfQ `Z W0@`W@`W Jx*7umT_߂{Qf?"CA@@@d> DDgt<\ \wN*J$:CL<|&K`c_J G9#&kWՀѼ7e+_ k7!ͻt /wz)1:!sʎ-jHjՅJP'jPQXudAE!I&#pw"®p`thA@aOH,8X```ٮ./ٵE2( .Α/|ni"䣥$/?_'[/wy/8tĿ5?f6$í!Cߤ̿?@ @xgԉ,)? g|L>zd/Ucc_Kӟ?9>_U᫡!abH6yʛ역C×f/u^Gѣu& ڋ\~N#/Y/kꔉۇ;Bu)tyNR^2iY>f#Ռ@UtTAE X8B(PPT G8H0`m@Ҏ $؛L =’E s(P@ N$<:9?fXr%uouV_wznOQ%~i=i0h;M66F#?Ro;URmX a@/D/Z?3|af?xNUrUhVf̞O/)q_VMua/>d7F^RF=u*OSF.e >]Jv?67uxIxM xhģtkm2푹j(7دѬu7Q Nf0HUZ u &(ЀÂ" c d©EG P9 H``GB .lmJTP`@A V?Kb  Kf`rxl*ySsǭWVm?*Z[Cu' 6@U@qK7 8J!fR_^ɱ{IN .>#@_lzl g>M`h57e)u0Dq_W$ 1%.iƊck7f/ ?f;=0{hg/#9{=<\iJȵPEިm7yK9 P,Trbꧪ%6~AXMPUCej֥Zu:z y MNOjD#zT}  J(0@@'F:%` `KAy8+ '  @839>skWrW?ThEA?f Z }0<@f?}7kn?wgSU,`IJ 0ӗ87 eau0DW>#^tL_FWB/ 3u w*{اyz^U6zPşBު5Coե;hޔR܃j=:zչUȼC".==B:--$DA m U7Qp Ќ H09PCG p (:

38W% j->OESn/hP [J }zB`A@z?޿o־4dO,@@<'@0W'O)g5ˍVkǷM__7ה鯫JP.o#7uO>Q>3)/8H0QP>IViX2O\ՏA\ g2W:>g;T~=Oa V@`# z86apĽ7L!ߕ=$ 5e8k0HɾQ)<)O .<c?/,5mj?b3YkĚmu_q _=4:4yeռo;\{߱5tcZ]kԵ. .eҗZ+RW\t#u9[Za]4I.a@ vZMb-TAH@PT@`a@\@pPPp,%HI@PP zR(M(` k(XQmt"0;' @({9/&뺙?yTj^Z*Z7qES/tqB9L@@z?}'u2w7V0N}@)?g\pSw)[\-ȕ@̩À$/^KQ?+%Dczw U7U~3}ma@+ (WVoѷѷQEo;4xkkYs~M]6wkWԯ.n\ru-RosӀ/Ia+ , `]H(@ppAA+0 0p`@KCUNKFc O  K08V>R@ ذ0  xk`IfX2Y`70%hjwM| 6~,w]+ƿ_PCױ|SJ~ mW[Tٷٟw_ &^-d3w%67yk [/zK%v@o&HӠ-֗04pa: @8͔ 40i p` +0hdA e%g , H (* 0 + 0A`GJ@AL6 lX@@"X@`8:eU9zErH__f[?aAJ@V@;{ya|pP >KVت_"2`k2{; ehqlǽjn*%YWXd˶zqI$Z  2{?Y{| ^%yp4zֳDnYڮ}Ol}7 >TWžQ ? |7| ad$W{5@kTzjӖjDUgFsFuj`E @S8p4P@ Jt$ (@P(@^P-FP' !H H` v0n 0m+A` 3a@;x_+Ѭ; _COeOyOwOĿ\xȣ@J-.XEEQ"~D-(`F@t'a0qL.c|0 H7ݙ~(",߹7īyWm} y?}U#/ǂ_*?C?Z;Zg/$j(("_XV$ Rư:U3)kjpk5լUC=N׫PO@) $" s $ Aʸ@@Ap8@ 00A` @@QF.w(rW=NsnO87 J g0 VA@$0VȷOD@B@(L 3j +` V0'EMMp$&/_>e{.n>HK/U('?#їvc?tCB_z,kuqo=a%"DLCPI5j ٹZj2UVc5ЪC UHH  @ %C  F%@A -0_>wg !lSs#A@ >|Û W|T9#OFroJ<#Wvş| 6 \ `*K ϊKa\^ <(\" a@0 6~$O?O `7¿C A%~$I[^qVw}N/Tf]jWhPb ~|$P" * ^#!MRܱ#9,!M-^/qfְjC3A9( 0p``j` gR0PFeG @ 0P,J"Oi(3/` ! W`~# :FG >@02WO|OvGtt9߇7X@0 tX?o-֢\(l8&g ˀ} @G#D7]"H߂G"n~'E@Yc;}ˇ_%?AkJ >)@o$<FXPe%"6gZdu8Vg\2 !84w萀@! (8$ qH8N#;aL?3 Xa@@  a@E0@;*l UX`C>zw97_K??C@7,a@J&*;P`P_%8'@+FFˀwˀ65A(aן(wt;-¿C)p!>K/qc?.? fݽ"W}C? }K.g`Aoӄ=5θEujrVdaH @BF@A#c F@w@@)B X^ P1سOpBab,A`+{@>@uG<P._z?X7H`À@M[5@+7.)aPv@d /0 (_€@&m1@6=|,g@_߾5 v¿ k$yArRyQ"|W2fvi7Hїb }#zQзt-|;)𲤘G ng;WJuq^CE_T;]A9Z8@& K4.H;*rڸ9;ÀVXX"^[ a" (MJ@ F p0$ 'p ۶7` l{ ?h\O3zϹ׭U͂_ sE@UY- F@@8( h\-BQ" O ܧwo+w2wDA]i ߨt͠7}v$GB߉xYX{|D{oEWwRmc@4w8 `EQS;Pi -H(a@8+P@X?CA a"#p {#;u,d7 ۻm `?Ovo?rqu@a%h(C@!ˌB_IFa M3@o$Oo? t⏺Hlok]?+6n<3cL?[D?Rq/E w"WE |7wYHUQV{^ T>аANǀr Z@ m0'pP0 ݁V@@"/@$ H0 !BRa 7^ *E[{"H=Ul9OB߽V.~i/& FS*UIDAT/_> AI^B{JĽOTs{TܯEp5da?^8XЃ\n0P a .In&7mP0`1 P&\ (.49@X @ܑ@@#o7Z@wz9OFi[OBDPm,1npxc0"Q+Mc40< ?u{m֭Rӝ: ],HS(",BeRǢ~3}#w UWyٽ+%=ڣ>_ְCxC| OUd!X'@p  @A!HP@ n@c; Pc(3@k gV  P~T@P߷! " @4 @)!` ; _`?|[_~%E 7\i_lPy H9cm%$\hW,I?"y99?O[}}'g[#f})]AO>$(%E="?k`XaYAuQPLJJ H0`Pu ;@ :1 h@`@h`4&33PNAHGr_ W@bGcc ! rT;`?[`jk??{9@[30/`rɕ@2`1V~[9]o6)tb]"]C~%_rCV2 ~՝D"f R[)ї~{$P3 ~?*?P\R |"#A u1vX U(0`AC; hABXh n H8Epv@'5 P8G@N%( ݀C7`/p$@wܾ M)K?~'/?uL.0A@*`*8G2py \6GQ `xPvs}@?_?Rmo.V?gP+D.}$ۏ,FoD~Cᗢ߫ ~/).b },겠b .gjRquV0ƈ, :$`@th8Ę̈Y-0 Dg@ >@@J5((( PvBP܀ T. ;>+ZP["??wf R3(@1 ]@:^:*70<0 u,[? ?RH(vp7/-ӱS~[)oO~[bw[D_| &2&򉨟k4a\c(XuVD j t8 3A>.`sb3mF@mDA/ A 8Q @i87 wޱ<?|v&,]6o /0]piĿ\ d cdmh po  pO8QHvIEw׸ ?t v? 0gRB#em~Ǣ_tmgn_~'5?}U>A CCWy,@G},,,Џu.EM?7YXf@`30`X^ X #M28n<@951 pT9P P P! r lh$h`0 ?/ޚ'#w*W]`i:bt.@ˀcڷp 2 'o#Y$r{|@6 tB˿ !_9?$;S/E'?θ"B{D]>ab?:DGe).aIaǥ DPcAM:Ԕ&0?FC0Q  a #@ @)N !J(P^E@2(cE (ـB 8*3;ú=J/w?uGx/aV ?+&7 }x ^Ill4`XJ?X3l,/jr `z"u@OܙYBG? \~qdWF_[6~aw0_n>%ۏD_~ т? ({!ĝNָ)&'·uq&ů!alu hWF8;0ʸ q4\EgB,0@:8yVsPUu\d,rHp(=lkw @?^#o| ^r8(g`55 p\ft#\80moOp 09 ?H3b?w/g/],u>T8O SRc_vOBlwDX}+ݾAMGWEq$Gu.,(ꉸOR5|\S炚6dP' A ` q eQ@1&F`xJؔpN@k9jpTV(n@9H(P@@$AA#a'[Pnp?DPpw 07)1b swsWDg8#bޟb_b)ݏ)vj%W_/!/_ͯ {A'ݾ]1M'` dXXqu*'1s3 W];;,6/. aH6pXPn 7$tnQY (n@ @_*!`?q+`C;A^pUgX)wJM /PAPi\^߱+Me )%ĿD]˜?RvV~c/E_tb?})CLVcGD~*s\$WOO]&e!@@09:` 7q\0n```H1  ܀8z) @A(6@@>|7oD+H'?uZ5r ftJ@7f ş pr4 .cm%@]kXF69*л?*~Dm֮_~9~9O#`/! Ú_cQE 9KqJA>y(覢~EkMO]L`)H@@@v&Hw@J! PG<8; Gn@ԫpu| 8C| ^$NVl'G#cpt7OSu@*0mȫwү*9X퍞<`| pr) \ :w?vP~ "#fB;y¯P$n_qO2?~@W*MIq V_jFyY> (p@v H ܁1 hTpqEI>tn0[&7 8~\@1@(s<} EG%DTw?ps [0c:UFPg2wޱ9r$GQ`OS =-B!w)]/\R (,- = pjpzр>~ka4`rh Cj9PH rD80cVPs ]!|`x@@x@xlvO  =̥u u^tK>#r_^ ;7p4 _eb?G\fM]l7vIoх_/}b/;!`H$n,]U?~:Dgb(.u)u]5m3 ):+C<h>  9h2pd-1!@"G7A}pϖC1 ?5'p_[pb?p9& pZ *g G[]^Zli0``bL0``\ L2 0aQ}s8(o 3aGN s Ԩ# 8(! 0@pR}=&`?O-,cm@. o~`7*ds]<u@) !s}AXjѣ'⟗^>_O b3qwg8xv`R_?Y(P_d~6.Z/b񏥐ʼnEYWԺp $` c tW rF% h508$냶`mz$lp@<!@ ݀kPw(`=#@ @Ў|I 9?w(8l ﳊUuUc<GΑgw@A][(by1G)_'j&vS~MA?~_VjOOj4'UW.@cW^zxt5'J WP;`q&3hWwpF8ʠm tccfmK@@fh܀F48 Fԑ 3H7p0> D n T277ǩ{.#eF@F@{4P9)c@Ļ@yׄpAx#/q~Tʟ=tgn!=e(vp_Ӆ~C?Itۗ?u(~ׅY]_V*˳QsNuI3u<pk =7@n&Pc p|8͌#7P܀p$@8&(rRතy1+|!8 yȶ6ZY`C!@+fk`c1XXB }v϶8< pO$0CQaO)ߥoh ?(1R}낏E"^|EX_u)+ɺ 8`|w1 @7 |v V8CB 4nh〓J8p!Q@+ ' 8sO ʝ`5}P[)B"[.A@ NA]Ju o)"G"xjg )]ˮ?D 0uS9E >%§ P|ԥ 80f ca`J L @n@ @gHU>2DRB@>P=@2C@ !@wo m@ts~K 6Xq `ݲ 9K=b `0|/^Khi &My?ewNM;u˿UDg ]81?aH/Q]K*B| 벭6T0X@%.`r&M ]A.v$A|`A4 hL f8n(P b())!("p-0`+ q0zHhI.n.3@ .]JR0}`a#Lct+E@e"~h/Lr@j02sJK5񯸙JB5-d Kwk1N$Cw|/2|_9Y5eQ9Yy0@"HA@u.e@+2x,o ـ!Q dP!@z `CA AJ%Q@ܻG#V6@w x<7(G76A@B@ `ea@(Z%mt?zJ!Lj_ o&~m҂~Je]}7t9"#yCG]~$s;bn51P \L  gy7` A *aZSA)T3p A@UU2 0B@pB(ު~8 = @f'UJXGWX/ @ @p߆@M"0l7r/V<ſBcoI#H OK ?wX/q:|˺2O BXQ͹RΕKa K888AL  |;H܀~5 ?C.L gĆL 5xc(I(P `\4m  `@p0M#lLh n\W-%'V(UTY_?M3boYA?R+ zOQqͧ\/jA2 %0@Ql-\ҳh~,0ep H1\=NGhq*``p0g <@qQpoiy)/7)rz ,-fCǀ O0LA 3YX*ADx/(Ŀ]kɊ/&?m?CvPO[b"sP/)_$7@  2b`$Lp!@Bv!@PA@'L @ P t 5 `nxpx"7<`y V N G`0< Ji " @ԛ"AoEd7Zܿy"G}j,$my? 0? ,H e-QobD?!SOc7Wd Us NrZ!JEPke|F`Np9p!H E8HDknpө qP`%pHV C[#@ qPQV2l.!̱p psg$%\T7}Gs%oN#?ſ5'3]?cOy?MZR?3Kt폻},T/?VWEWدMSP`: 2 H !ppZq&mL@ T!N ǂT'ر8J@Qp "  008l8<nݿ !g&\44EPE4[M$N]$!tAKH(wd/]_&U H>tV\u{o$0C Λ)Á# 08Lp@Sh@u8A@ ୀ€v3n7g#@.+7#odptw05p@m5nlZMM?~u'_v3༯_ _3lE/ydî~BqZ^Z5A0`h`\TC&' \L8:#ô0 96̀8!$pp4yʭDp<7@@в9wp`0H@L J `l,h 7 Ьm$ogtOq$Wh?mz)M^kfBT˙Wt篋nbgK/p?unBJXȻ($(?^%~N*1X@ BX0\%䖀 A ^d̡zf`!(WˈQ@4P@^ m7rڃ9[w8lͤEGX@0p} 9p  6 xXPW%h?uXTۿ&Ig3/g[?Au(?W~(r4 g ݻJ 0y@7[WW73^+Kp9H x K0.5C@%$XU@$N& x'm;b?G" X7$:i_Ǚwb:_7/IIQ?[J ϊ?+s]?+O_ jy-ZWVZX\;,#X\&H<@h9 0f`{( t4j3T Ny FJ`e( x'@'#@ۍ@gK+YVvp5H/Sndzx :s}[MM  VCI+ӂ_}{X?%ſ"QſlV?BG0i0lYYYծ#BJםKȯe"pq#'`i<70c(v)$$p ā@(:BV7G  'Lc]$WK=ŴefҎ0?nXrpp9J ]*?Ŀ*XPBܟӱ7Co/Q?aF-P]~Ò|ŭ_)aÀ6XK,0MA0yrQ@}"N@#})6$H)H|&8G@ݏ70g:n6"Wd PA U])N PWPu^r&Y5`_wI)XܿMU7[?$)AloqoY9ke=c]eku8 V b&!`y$HC@<@ $Nm3 QFP(C: Wͣ>p-jQ@5Z 9@gg(N\Tm q>;$LJ WpPtn Qh )M(ſE uޤ?K9?-cmN/Ed/YuUo]Tcԯb?Y[*0` AĸFpC<Wl $ .@+@Ddػ,>GGv7΢+nX_L@Y /%!Xl U>ˣ@! X&@at) RO%_ſk=- !@Gܺ9?'NNJ?nL~}`ɵ_tuYRWD^k$$.*$VHs`Y$HPPK`Hhʥ@8 "Fڴ A)Hp-0Z D&|  -TdPI}v(M 9hLc @3@)@|~ 0(А(k+(P,pG1)^},f?E?1O_{c?tQ!c??uA@gU۟c_ _#,Dsk29W-cQE V{W,`uA@У 0Ayu0`\& P?\GJ ,@P%c{`3G2rz`@~ ,]Fq |h\D (WhyQkׇ ſ^3^;aw?usX񟰉 +U?(8_8JM5kVXW8 -`  `j%`q<QQͺI +| .@8UtHY [/bȐwG2^T`<[{1_t"0㫀`/UOzG:7%_+?(7{D݂şEO? ?od?%Sa/`m_?B5 .ou ZXn9DA@@ly(y`Ⱦ0b ]<  jѣV% pu*]9}{uPHe {utxtPfpyx"U@e@8kV(p$ ` @r :oЀn%ܫBOyg4oߘSK{="ۆٿ ?$/?%Wa]۠X# xJA0 @Q p{9q@z+ `PᭀS\ :W [@x/i P.*Tm wa`78T* +`AƇ$5@ng+vvBX5ZzC"ĿU&C'rO?` wX}S/sg :jcH_kBo+@ Z2B\\0.%{ 0i@ИK p&6yPn8 .>Ycv|:/ \17PN`8ڂ.ckN8f}X T7 _JĿM{(gF!MXvCEt_kֿKO.O rPׯ륉 eq@9(@:k:K pci !sH= 0hFT\ KPl`0u`=tP '-6Z `CJ!@8kP ??X9o:?_25߹$׺Jꟳ`UW-)! uufZN.eb-vwӸnS ! :C1d `> u ী՗h_P:-<`m@  `09? Lpb `W@^lTr/d&: ЌMt7`oB[@U~qqHE?yfHɕ?:ge)Up0 HpO+5 g]opnac@MR* 1@_`! \!L5M5JD@p\?utp_f<P;sVwb MvH,9t.9na;D9m.X@@\0r1%t Gi@>TZF1Yv  2 L90 8`HğK%Sp(c@ < C'A!9un | N V럟۞& yn*$s.@%)\\SU h_P8Vnկ~W}ONP{Jtmqw]nw=@U{ACg1v'/Y`/%~g; ,-nY@V1P udP*YL.% m(c. rbH<dSV(u A)T@i0? @c@`)5dGZQ@@C@07U&][3nwLh_u9;9U p#.9X1.L9 c q: U;lc .x kU@jtqy ff TX⿮˵?rtx~ kX?c/AEЧtsG74a_:P?F:!4ܰL`?LX\6e0 a@@<0sPsd@`P:<0&a0 hTHҞf`WZ-Bi]Hr'FDr7܏%@V97t?7?m*,)2sa/g=no{_$D 3:a9Tp]0o'D`MJ`@€sz`s) 28A% @a:PÀ\/O `b0ϴhq0pXq1+ zU vxC`17~s`'53") ,Q+ 1靀CA 3&@ oM1! @^ tԡ12``+Ϲ2`˲wrfo:\n @Y@`#qP?G-nwHoۺӓ?VX6;:n7n&\KYGne@W @9 dsÀncZ<@MVsIts8ppo_;b9TL `eU9h +_JwC> Olq`הbOR0&?%%C8JYO_u`YLs VF9u@m p @856$rǔǁ]7d<`[s_ yiVW\]S%?y0F5%8:Vs:l?/7r p<˼Q R/L9s.@1@إ;pٷ@ly  _3^L9 &d,_}ה1t8# p0 ? N R@) `+${" u UW _3XIqf@ =r$ cch-6y @?L2@t|1`N;n ;?/g+@r"H'`L_B| &N &8E@mhN-D_(0k9 RVX`%=;ZX$pNKgy$`r=1@hKrJ Hum(@3U=* yq׺2_~\ @,jlU@CpX 7nvy%lNZ ZP34g nLp)+H3E@ ]@J{_Mq0oC@A @C  @:;N9;{q @@1 Px rrr?;wy0 m(PdeX_Ҭ8W f}O'`g؇ Z4 -Drl% `ǁVQp J0@ ~?%)ytQG@4@3iSA@c `p[ +s׈=7pn@ >؂A P@_ F`lC)T`6/_@W`{RfPM) Bh!4+Ӣ; y%.  k8 `KH-H_v?}e$J*l,<Lf! 0c$! 9b >T v`y=&  ݿ E@+( xM?Rp_<@VqQf"Vm Q0X0< @\! 7PN@\ lD%OYޫ_?7;wg<Lp cA (cDc:E#lv]& ҹ䊠ZmoS2h }EQ%\-ik3)wI?@5icb@0rÀ.dO/E>(+ $~ =~J _µr?[c T @GS(px@ȫPOf+d>m`Q@2FH!uP)@d/nop[Ch|jMPk`xW@~rLA@ en `y d (jDW "~'Пs_'ӜcH1 t@pW z_I" v@5Sm@CP]IB HsfPˢrHOP{}nSw@uU*p@%]7-0D`:槁)>H, d7>mA~ /X WxVX'`"-L0!.` `<Е hT_'.Rpu!T1`?C0`_=&PX` 2t\Q#f=ݿe6!:IV t %pI`80t@4P&+n͡~eI}qޜwM??[X5@'m)ശ U@ N`1Iq pZ{X@&Fהkt\@1Nj1py50UO_vl ٦;7yuw@m `~ -q\ = 4 #B*AM/[-"Z?`b#`"@/&@ 3⫀u&@;M 5EMp`W?e!t9 )sWH(eB_b*_20!u* гgXCgZB7 h9mL@zTd*d n>{"aw$+I-p_`Ý9wp`Td$G1!>4thgC Nc9on kWatZ_H,\uOh 0fpl Q%XDjC`7Pݿ NBD s*0f}lp:h#xpuT"O Jcu?G?;0T }Y=7h Sf$N@lP.> +/vX@{1cBP`QzX?y=? PerS:/ڷ0гA0;L/ʋ/y^~{oޯ~~7{ޓ_O8@,X W)kA \UJ3X]bײ\_@~Ŵ?i'q#A@AjQNΆȽ`:XJ6 ʊsT矣 2 A @ b n ! un! 8!C\} h 7F3/>C_ȟ}'ޫ/7~P77~[g???7?zOiG$\ SBPKa/ş艎_Fw?St'g "O0*rp]޽xgS O[/e-y S ?gikzwFk. hp<^} _VU_SO{/ŨS9WП}w6WC M(ݿ a8#048#51 j0`C K$gspzy pY  zӧ_Iֿ/iTGv`;`Tc@[*.@ S0.`B_^?^!^ Aua~_;~@X~G AOo?g+_ 18 @?0: H Xl}MWZJ[ ]şX +0F`e+@ @O( 8 * > 4`y\ [tP.. CϓOwX'a?P :qαʪ->mɸ:\d 0" ଀x p}u{_wg~{'?Ϟ}>}xk8׿~0?>!(a@9pÇ ݀7x3\ 0@eh kE2VZd>& ?-R艴rv?]O\2# P7 Mh9}hI.9`(9v `p0gJOo {B8qxp ;ԜԯHva@ t;ъ*x Ldspg/y_|1[O<~O~pO~=Ϟ AWޛ$n #<`6@ !`E"<$DAbbK ?%>e Dͥ t_ M>g[p}9@@e@p25;K!4Z`7 ɓ&eQ  \L"o*[u _3p< ]\VK)c#/ğd?y(oxnva&.: MVm ~ cĻM1q0C?o?=x?~:>_? χ3 x%_ {/>7_70;|@a_?n |_>>}{_n0 @`A8'Bec~kڟ?;Hws@7PGf 5>g":iMl -yxth8rϷ`y P$?꽀TN!sj?G~G?)~}No^}ئ@A$1#hdAAh!\N]td1A 7y}뉯{{Iя}xI>< qK/ x{݇ /_曁+[~?0{o{綾^f}F} -z~! |_{};7__—|aHr\ `E40O!5>nE?)FB?}'/@-_ݿL kSj8[m=*18 =W t?62< i )EWf5ihOVv 0ʊJG@1N$pT úq`Ĥwmeջ~#Ozq{3]x O=~ /Eʫޫk> ~‡_0xqoz/o|?{VuwQVTU;6x# ҊYO_}?~#=;WA;@ [rxP RW?= 3N[WRUЯ?0  =&F}S 0p 813dg&?? N@#L@@ i!@uݿk!p^ x :$VVy?D'?L51d k ؎@f #W@`FǼ5_gy{ӏx`k~vc?_ o~+@dSޏ#|x1_|_U_@a^yy'\Y6ߵ~;z߾{޿}}>qǽM~۽mWuk3S #LJ3kpԓ`ĞO!>=|Xc#?ݸ~Pa׻~۾?/3@,YP]@t#@h?`' ?>PPgt$A"@up YӅ=pz @D<!@]X1 "Ghr[ TE3Hh!\1޺/xyO?}pc~ffKQEWXx{&hVȁ!d,/x_C>/|1첿׽o0ow}{?{O=t?z??}ίg9G?=}A E;}Vmw{}ny;߾iW>=x1z[]^ !`Z , L]v?}_ O?#Va*,{|?{?O>]vE_/8B]?T?OB8@o `h7D| ip"jg'{:ۺ# R=gJB Os f@ `N5g"\4t*^1ؤ@Ey; 5 rZ? ,]&@N9 h r\o|h[g~{&Vdg/ ˎTQ{z{U?z;ewx6;S_]:][[Vz/W} /O|뾐o{ <=;]Q'N[W~ɻヌ>/0[#`d!{1g^}Oz!6.xwoح6n-639}އ'k| s%y{Kk06 ܒ^~/xs? )zO?C{Mӟz$tl2vKLkd'62> 9a g1es ypp.@Qa/&~?Lt߯q7TPQU@ P_-]=($NBtX9C~*SOg|~n{_;tx~mn߃0940荝>v>)O?=gŽ~_z>Ïzz7ܖr//E_^%^gs3<3Aw_׮M-;/]ra/?sLcIu/uGΜ9Ax/B=A#@8#_^R..ߧOoZ+܎T{XOb$wmst <`B ypyO8. ߜ?_]`I$.S)2~m۠D7߰7 [m_R} Љ8i@ إAثA9H`v.C 'T@bP#06z =߷hV\&?XDJOB{K+Lsfn߆wރSң!(9#62S3P`3aݽ _3xᬆUx[YڬVgZt<~,:t o?ٻ %e oua!_(h ~TF )~t?O?FǠem&_;o+x־0bDC+,DQ{T<} l}B0ABg&`*9{='_3P߄&/T#_g'pv=⺿/I[Y?ڿޯQ:oo49>&: _:88u4 ,r{ Y{؄Kon >_. Pz~l+[ 0łpPzVط[q0z(,:@@>A (T!H*3CqxK5MNLWcז ^o-‹E>fFu$wܾqz޹ûܿOQ=z݇RH(HHĈ؈h8I$HO D&^ 0C؈g#6&s !! qqY U5 _hg#~B1KxLOMCS oe~m\ BVPش~=TTX1X_cp[Dw^uD)T&I]_,+? x ܽn~7oޅWo Y ú;{k2/+g_02WW*[ Sr"yQ@>G'x y7@J&{]$`:U)fNueYKl Zا:.@a8*U0@fJ}td/x9K>=͢( x9nWͫWyݛfn߽bx!<.O哧 Ug@bx8$`c{aQ1 aqu/0xqIؘt0ELr;?,ZYWfZ@D I_<b}a 2$a`owa@g{@Ϟ0'>ԛ@%0k\AcZ|O!f$IVɓ(O17n܅Ņ0;{`b.F/iߧ{5 ` ;?wK.Pأ>Mt$H֓e.{E}49,q}RkokY>84JN o۟]Mٿ[(ٿFϘv "O t@G# /B/,8 @#|t S.\/Ǹ$+8(zضu^hJ>(lcl_[XX[W᝻(xݯU_=ïcּ1- av"" ߯XrxHċ EDG'Fi,H$?V_ߤ| ̓1m"$ o dh*"8ϰJu<-'iz;П?{<<"O Z~^şo^c|_5|ٗlz |!<}3}_ ssX/AO >NhGފ^a̯_I}# 4ڿEjzIi{_dq8TD* 48ߍ :,?Yoo s 5:02rA5d;M/ֿ)(2>y pPwTP]cG,@3ww%HwCee%^fH'0023c&Sb00=9 sp3_;7n½[cO(d? 0`K|YX:*`B\t,FBLTMPDEc$@$GIF _ ׄg/ g( 󴩐{޴47Cr|<,#x-X ;l.ފH{њk&@u+}$}Ι>9?F3xq/]mA-*,E"aƿFZ'g;]ƿMZ7w{ %p;J& u DyiM6sM/[S/\Y3TGWuˠY5wߩ/tBD@~F@`.*1&6\b  ==nLHȁ Trro13,v^*.~O: u˲2P?^W :ȗ!%e@mL|2~C/ ϓ˛6m;?eT ! /06x2g[7mР pD0D!0QDFDsDD%   F'Aq'_OdB⟣3 9_~;j W* ym]vl ޓ@P~(ߺuåK37b׎bq?K/G1z"ġ@DX@dx$^L( <,#! l&ɪp;Y<`0wjֿ D5tB %_5 -(9~B֬aG܀x?Dm~l `@ilOO8{mٲ/t 022 cCpih/]˗QgXEo[J28? 09 %%E0`*. D{@'"$sƖ5]_<g`gR_ x`*X{\:N+{q_ZtD/el>>YQp`"ACn.Gᩄ' >4 B= `\  2*nxӞWdĿ]YZWY{@_Ze ?GTqC`;XDv/(r4?b52Hhes2p pC8L߱O->\qf@-`*{ . `4< #_UU 'gIDAT7<< _BÌ{og&&PTUA{&n{J.pt@#Oa]s1M k!d XHh 1OĠ4Tt>=55[ls/'t0;6'_O. '_LS?$))oVEE^KOº0Èe 0 ! ֮6THOceK$nG:5^R"oKߜ P~_*o @%`jMaGLs@r"tp `=Gz})5X˚!@@eo<77#o31) ^ %6` `GqƌEGo^ 0˧QыC06xYU s>{<722bڇ"f!66/⅘YVwu@ @pĢ`D!D CP`@$2B.;`Q'FAgMٿlx\>`LGǛ OHltN!MCKK h x,tfD嶿U}gCX@g8] yyb!`X*e ЌA{S1Zvv67Ҧ1 :1eEgfy̏tp߭לKjP?}~E*"m N!v栈 $%''%S A(kVBʵ xD Ndˆɂm[p&5߾+^w=ހ8 e[!>38 11n~|W[ۊSAog;YZPUQC%8]r0bP"`z!)idedzHh3߾z/_ĿQ_)Ro4FG{@$T< ``;8Ki^L?u^\]ghwrA5Wե.> uG5( ] ^\# _Z;1q/$EOPec##0t (?3te۟jO:__XU0Ň9~wi>$S$jD:&BVeaջk pU( Rbx^A x"An݁O_.߸~lgv83 heHB+(7|@w֧Úނ2(*P?=|[{#(`M( ѩP*vmĬ ! aaa *ma -m+d_dbwm;%@SnP*?2@&_?O8A@R f@1Zp6:N ~`۬=Om'1{3vm2ig)-(vKcOЈ_WW77z_>E/H-Y_+f N>Pm AU؏YIBdu= *` |g5,g ^iJ cam@@Dc/|&Kb4::׮݂'| rhv#?1 (kp!?m0&<^m_1^cR)য়~ sQ,΢5vr=F'آ;*0"B < B F"h0DE `mHwEUۼdG;]3n;eȲ I//i $˶~XKnY, l2~߿?݌e7z (зrd;Czc|O>1 -oL+>/,ٿ_$:Q I<@ (8MM0;cxjaЇB?::y}}pSuk-_ֲi`)p o)`afb3MͼdQ1#$U׹DGAjvy"xk5,{+V. +# `uS2' [6⬩4]G})|WD2K-Ա L@"c/ Ǥ{r~ěrr௟}ν4 @$,]voƿwz#!|M0 1@xh<˄\ذalڴMܲ6/uo4\52{SU?JrW<P/2@@2 crL./' C/;gF۳C[}q@NcY/W0`6z?[o-?gXkXZW%?%P`.ïW.)n ]3={CCG32}0Fhϩ,ek @`pc@3"ع ߫=Bd }EcHIA*D5 oeo}++ #CnG9rПAanv?RSk>5?0 0Ih/_Ч  ]\ST NeS 98z#achb 'ϔd[dwv ژ  W`+s#@.!Fatt/ exGa&C~#/Y a?h}= gd`[۠*U={!K`-7~"c6?t-7`,W!Ӓ`K 쿹zzap`f3/᫯5@ `r,g'3".P7shǠǦ |z"S\Oցi6 M k}U"C!>./2w (T6w~{lЫ"8gwe?ٿp {?T/r@%2 yZ p@@&ٿ!^N?s4@[%̀~2NԀ]ec dVWk/1w;008@V>}pYU/-Ο!YTlms`+0.+05=$k d_Za?޲2a]P*L*Qk?$JOVC q#o7{/'lI vܹs}M_~_ Fy@ a@@(?f(5EY# Zc]4.S>ԈO>};x3.]섘Nᶓ3M._!W#p@*tst>ׯ߉q\|kf׬ߥ"/w=_j=6j` %T`@ !! ݶJ&֫ mt0AuY9n{72``˻_/7ߚ'0<;l5-@.48y3H)#Gz`'YQNH `ǯ`8L 8x ct4cOɣxa!`͐F|3!12Rb!><#68Q(h"!=1 2ou$IᩈkWGO|a xSW@~0COf0O5?)Ǧ~W0_~%_}TCw \zfg^c-cl/[ ABЊ`こEjbHI"nqc[=󯗍/{Q/P?*(y D" I ( D@'` Imm둊R? X:[N\2/-线*K vslahe|={_[DUرi8퍍'0  @'xO0bN=@ :6xPihE <[gOG 8{/ ;d@luI1օ@\h$Ǣ$Fټq3ٱ?Nnj kY/%Ņ+pMw>'O>>SOtP݀ϾpK }m% -AuCvxh$z>x9=|Kudxq]%:Lц-—e+ ݕjX.\5f(9߹0^e~^C;LqN s\eڋ ٿIew2/F=}`G8c*wHZ)qz\]<:.]Y׿(^G.ONBH2@M@'hxGfC-;32AX7Vk@#C`.  T~>^Aa80Ԗ_/ 3@I5]ICiLp8MШ!>nW:ZZjj/p%Աʇ#o}px^ؾ ^0of÷[Os5J_%WoiQſ`4:^w& r / nJ2tp EY9ҳaS\q0_l1 !p Tpz:@9hkZ)r(=qJx[zDZ#E5 KDqRAL3}6F13a0?73W;f<'‹/@᫏8Ln,_I]3kC F"yi޽#_f?eC09|K0809!;]k^+Z+^ +Y+"!:2 3i'nLMʢ(v=hRny~!WFY~|fxu%$?Fu_d t#2ة"4tm\6on֓>]ywi/u_?`u ^zH(P@z ˧#`zYw7I:tP2o]#',8h-`ñm?-%'N bf_~lΆrhkhdP} f4`Lq(_xJ?'`pD.M P@{z6Rvnloh:?ڪhįUB->e-(砣^!GFa_,O@MYwųJ@W`gh >7f VLb|+|LǡǧNYt(7_#_~9tio''xֿ_!oV.xs9xKH(tۋ?ӇPALI?,$އ#V @47c>rGs+_[]VO?GCMI=y 7: Z+7q2!…a.)X 7ޅ `k!*|^ⲑ;ckW>^ O *{hs[3Zo_ /K?!)wq[XG#*yz @2 h^48+n]&i ]*wf+`|%¯gn⟢/mKpcfGM09lޢ@P> 4ss]cG@9\S <gh6P)'BI5(P n/rQ ADP܁~>|]|{_q 3."  /qO}~_Y W1!w6ݹ[O4rLG@3W|mrt_E^ӧ/`a T ܼy7_~n`##0<|oEti  6!+0mXw0Xb ,Y]GY^SR:> xSMн?g_;d2W$Fj<5?f@fK&X'68pe@*裀4YkYojտK[cD4]''@ }ܔKȕ9_/ MiDO'|e@]d.leؔRiAA++$0Cp [ Jhml6b `x`{0"ύB ! w`oz HG|pq~9Dj8\r9({Sm" @9h=: @)>' k|5>c|.ZKv&c?z(З9=e_II BV!`FƹO1wv aٟxּ!//4_Q:>MBQkz:K6yْoB/Y;e`%ؚHXY//@!"5u hw40N tqld΀Sݿ[R.>]%A oLmt8fN+X/Y8?4 |  #%0!`-d"8lMMxzFF9H]P},4A{9nk瑽>. S)`P)0& h>z`)%!`ko {ݓSO_'១C3pea3}7nk78(CY]!c @x p?1 XyP%!'i7y^Deʼ! O:7@>ݐ k]& ?_?-Ufixfֿm[Şo?-mgg.Q~=d2fM]Xk`8b_ iRrF}'dB ms"c}eNP" L jRR,fSHh@N!<$tϽ!1 Jho~* #B?0= Є_x uO5?Gkg1_ q*JOOq]=V' 5*eM2G:1 @H=Ssxサ={~w߽X\'?ގ @ntw]um&oy97E'BR|dpe{(gOE!(b = {o#[ko_c˖$b_2;8E>n`S إoT`;@Zw8N p+ d˛~|O8")jz|,7!?:}1,_fu*?I$Ae_Z@ fs&0 P@>c=yE}fj>Ɵٺa? +{lp!q~ k0@k¯}LV=m% nI9ga~fQvO[kWqTXo+O~߽w@H*XA#|7x1 H1>E^~>> |~:!k=ԩ0DG3u>,.33`||6B@_(n@Cšw/[  еJFFE|Oy(@gY"=s؛ſI~_K~5$?5U/8Eh?T/;h Jd+8mz6zֿ5/d+Jv4K6`fwgsk쿘e&_RC*hx_dRܒ~ڿOM}T[!c>VBBcM-S;O ~,]]9 JtC`x۰D B_ 06)2w{vo M+.KoNJ?#}v _O@2vI $8@4@P 7d#^]Lr$@ A6:C{^BF_JTOr=dykGz ;=PHAH t|,|-yP|04qM2pj;||M}x2Oz ha&j9`q@@+n>``ofl3cL_~L?ean}G7 2GR` /t @J_qh=W/?TE<ǧaF?لTkg>|7o?SSW~I;:1sP!Pi@سs??ބw.XHKճ]; 1] 8?~쌋!u^B:8[OU^[TRfZA@x* Zd$j -U`v :x)]w߫oW`ih=,0?.$OK2cy38fx5ktHV6 j;%~kӗ33!h2ؘX8zy * P@`T13XKs 0fce \]"@@= %{6zPAc8vx*@v[x~}Gk}* Y^gx_?}No#'ok;|naQv 7@ + <8 #!=e^жE|?^?|g7׳ys M} ߨ{}?__o;L%1Pf;{kܫ615` YG5H@] \ @"ٖHm&^<#ןܻGM~w`~f&A''oisz1cD'{ @#:ak# >6/"Y[ aO𽊾 JEUk|l[r_OSntoY`PwjعOmT > % k3t-Ny5:`'%Vֱ@IC#8L~l{ uяNdiߡToq?[ >=*nHXZ$8TH@HJN}ZCgªe dJXﮭ[j++yWk$@y $`)vftuE.A A d `{ ] <`@ 8<.D ?,S~"P۰x &&0K?}_'/8v6]:?]O ?~SS"\  (iəxq bؾEED$1snM݅=eY.:/vWjߵmσoyh 1w#&h[>{>_jg9۾?)*4dh;ﳑ^wf5ZW & Hi(h@@:KJ׼%; gJNO3u5a;@o \ Pooiv^؇Jc. pJC,o#WA`AEG U ܱW 94 B(?|@ǘ?d'=|M7~TCQ{>s!\r ffVeŌ Nhl6A@k+`(?LmAWt< ?*gd ї wG᷊'Ŀ]O{/ZA{} 9 \oz+]nj_??/N DR`~ /~/׎Qm:_7@'JMx,e. `0h_lPNז{oc|4/8A8xOHovZ:ݱA݀& 06b n4@@7`@qW]QPuH%€wU wu P puܼ 7ݽ(}߾i=ۧ~G>Nv6p* C(1ux1?bp Ţz_*=*,u"/}DF~Ko:~@ڿ,Zײqps.9I 8M]e Oai-Kj3|A@  o|X߾_fF_Y)׭Z ?&ÈňG؉:2`ۦMp!8{Vte˗C*>ߎ[ȡPvJ@#@k|i$HN8'd0+XTa@U3-c P Pp[-40۷=w:_:gs0::]0}~va72dC(گ~"խ(j-uuf Jr$;vNj Jj[ }DYǒ { ?M~ңZWJ/ ,/4=k}de O0-AO 8-2|/i[{co@*$]'' Җzb,J9gݿV{ok&_['h.6hSm?@ttHHв:-DPO)+ NjOfJ8 _S4))ApqF* SN#|~~ 0 h+0eW@L@pUk*PpC6(P=n;sh_DMz( E|mszf1 adx E~D[0;{a`'نn~o-ochFiң :L sHm|c`YY;QDN5į`P(ߢߨGUߓ[އI\[;Yuwe?Om ;!h>: C>sB&-s B7[|Oe&?ڱğR 6!Z/uǞg7~w᷊Չ2rpo4j{1@&1e,hxUcIx?0"3/ ae}j*lٸGaGBA?  9{#ٱNJsmZ^>ͯWCć(@`iw`*\1 \U@:(qC[@8 Q>Nqs*fWHs|'9?: ,_@EDP JHٳ= hwql w㮮%j`柝k$X,U$u:hbZev0E_䙿?(jBߚ[WX6+=9L',[lTAX> ֭]+8'nj-9f?1/@R=Cҽo~T\D_ ,'jY 33nJGг{M1B (E!dB g(goij@{K߳B}7fg(*(@`(Zho@hVa :5 * \髖 FGK&P̘`^ T(L\+(@7ŢXlU|+\ç }3ZH'/s?0އ\iOŋvŸZ0oBѯkCD3Zj'kP0jQ@t(+#hV!! NP9% 9jk[P` g/}Gqo E_gko-IW8f'Lc'75i&#u؎"Ǎm H7&XW `@8KuٿfF壁4!Ҍ_gS.6&f6OckE U#Eއ@ @ _sFr2de<(8xJKNrļ NLaHDmCñb(=y jNV P#  (1\R  .3\V``@Y @byWh?ϡw^_! _a5g0=SZeҡTX-4A@&҂W"XT2~?_vo~U_CR*l3 X8%c (B`,7ٿ?os49H PrbԫP"{ UgaGmhk PdxUc$bc|= (o߲?%ǎCeY9]gOj^LuS.߽S'NBYYcphmna' zz(8o@ S0241p0p06J+pp`n%(VbX ւ\qkL+A͏cP> (>?3;;ak!]ǚG6R$,'OVŽ/x.ËYP8˟=JPpb)@ PBho?ϯs˖~}o+=]OQz?W CPFqC@l򽉽K|~{_^eo+~k;ٿX?bSߘf2 9F=,3xe|ev8g5/sTSa;#P 2v̫@GqaA #Q[ |oOwvtA>'|smK (OeT矘1|Nhl Z@A);EEe:X] R&4v@Zz^]hI ^zfH0}L  À^"@@{-|e/B*^.e{.?o*b @v8@+xtt)ezO//7[ֺ'hP&.H+d8@_P+AuH@`gjs:Ǐ9(ȱN$@ 5/U"h%'__,x=}HI,ز)v l(9]ʥFn'lYxضڋ? h1S(0x2樮:gfhnl8 PI[%hAM z]m=L\SMsfÜsyQ=C77w>{:aj$t᧋d٣hRfN}ݮ]xa, c f~LK `8Rʥ '07`/( tKPW_r 5PhAk` D7@+h5 /~L! z/M=w~6_im_t?*/Q_`;- yX:`2F@{y-p ^w v/|Թ [@<(wuHZh_B^V% ~/o?eOv_oZ^b% /L&k 1VX>(MP` _:}HKJL΁[Pb PU^ (­Z1,mj澚*,@:fv\@.-8 >EGyʀl@9u@R eTۋ#tCGG^' c;eKh^csm=[` o~}{{ R@%@7@@4wXȏМ )Vт>a(%e3V1(nLL{jUk͢o))_U/8'fz_zowح.@<1Dx{W#ޫ(xޒH @l;ǬZqF午ȓ'ϩ{f?O GV6SHVS8.G]x@t) z9г B h^E N迧J{D}jT zP'T{,Z*L @K]@ @@ˑ!I1;9#؀;.ѱxtL)0t?P_R g?9D/.S2 c }1'K\NPWc :Y/Xy[Gp1Ĉ}.zţ…mߠqf̦ڢb@` `3ܐY R8<<@ A&H03R}0!Gjx>:K 4dLYP8Ob_FC# s?Kb?9q o##.C+Sj7b4틖./eo' 5ӏ3Oߡmj,@Lp';o@ +Y! -?8߿?%?6,D6L_g<|/R2/ʹT aI5%z;Ew~q1=>`0 `(V!*@0؂ƍ͛b{k]q{ػ/w ¼ \$OC1\#x}MG=4SC2‹\vvX]M"8:-ř\Rccˠxˏ'':5"JX,2ƒ,`)`p/c]K`2l 4A@WHc/_~ 0 t?;޾r&,'45 Ai 1f ~x2ze$7 Nd'3WjLZ}xZG<#K) 揿OHE j/  @ `DGϥ6`( `>/<)D)F*>/F!3]p joFAJ^(V_2 *1Q'k@͢Utt6^13 2cb412)&GČSbnfA,.e*VX[[p+vyKZu1?*fW2ib|IM7yx ?D]7 ON"(lP`Vm` `}3  |F / pyiPPȀ(Ms@=[!p{ Ge$YwJOuVcg/uF5|# _P鏋#Co5ߪj%0e@}qr o gODIU6 X۝ qG7z )E }Կu_n1BQfiHmC87F'G3Gd|FDK?W`pjN TLDgcA0?fǢR_cD@l@*hpa44ʧ}ao2s#c@`MۧD4˓6͉)_g?|l@'+BR UOljHuUhPj 5MnIMuM4tFn#:Z{IjQEv Zjo ֖!އ[0vvhrH5x |5{ܿחoL5oV@Llh?$*;@qY6k.Z}EIiY ./ 0 /Mߔ4(2GqʟGq0b/?@]F  5N2L_l**HUʋX Qet˪ŵeFyPQ@LOP&j Z@]A@@@H># `R7 R`?7,=橁2 dLgBÓǯiBbyXYIBXC76n`sSbB6x͋RGAKHS6~N&3ZJ(cqo6ݎw)5F!T@  YJkl!"՟6Ϭ\OH#/faZP/Ԛh}@`gfߊݔEQ?4|?Tϩ}sho@'4"̿4~^)5Hǫ, J&TXRP@"( P P/Ax24UTT'uXhdOEi=ݓ@N ,`\6| \#&n09Y9`fɓl) *] mE}.[$X[& JɁ۷C @<1 x,"OFG'Q ~Q)]\ %ߏ2'n]& @,x,8v@4gR/xIM?Icxdh%t# p3` D`@ O,I?'I_$oD!p{@d&w~^ @`}~&D|9g4A{ 8Oe ;aϩ6 #R:( ʕ f AׂT*JʚEItP)J*k5b̿E =zH,fhpf@2 VuY `@@7%3>_~ggh*:=Mp?TY%#Bcɀ<"NԨh䆯M?>L,^/vw۩Tߌ}V۩";`8_x  TG6ź/~(,Bw\ >S毤K&J?so?2=ѿLt>:Ǎ t6`/@\ܝvF:xi5)kQ z_U(PRYʋlcUZX-J K(-5 `/X hW+PB@Gtu⮀``{$*,̀<!GX` 82RgUaa xu{-7-I]'aip p-;pDƅ !'' an;61y}Ifc|jaFQMQD;` 4`-jPD&4 4,87K \}Qo@/  A;]'@h/ԌM9p#x1GsGsQ pEE!`` >_kZUɅD̿ |TRE '((/f/"-B2У',.;8yY,`'( ;̑@{=-=xle\0` f@Ǐs_#tĢ\gL XX]ݦ@lqA^ #j ~C 4<]>dq7s)DSItv < w8 08ܓe:?UwS?ޘox~j_v}oaiFuXmlT:CP a LX`SgE@ xj?e(g72FURP"  ?!(3 LB(q3%FHMF)@Kf@s@Q@q1*PNF@ x6(,O0Y9&ܺ%!N@6~=>001H@IX%(@XǥA ,p&o)`F.XT)ogF|ߋ~T?6~|5{x?f? #K x)0g@,@47Ѿk$i(k[`g#>o>Ons过?9#nl3xA>;No `WʚxOxB|#_/?L|#q?@;*rGGF'H*1e@l $cm`-4V4!X*#Unӯ(,*s+ Ax ( G)(t L?\JA@QTq^  fFPaVef@Pmdhzy`F Spa6=z2NS ڙ L h_>}6'Fp!_lԲ, rMTCo˵hh*'5|S?dQ: RHꔿ I#+dLߍL߼ o+wvX $Yw`,X&T.'0djw׃, C__@MF@@?I$?gk]qwWm|*C˟'*2EMe8w,>y @⛯~,g?oěb*RLjU>z`M}G p3LW ` _ $ౄ2xGpT^PNJr l*Hhp[__g Y0Rm@A@@e@ 0>@@d@V'@;`ot!iM}$3j*A@d>Ec: ~TV2=ϱ&~pio'KVV׿?h#.m&۝p @@H;,Ef?H(Bgـx8Qszjd{|p$:GGEEyHO+ş_?.?}Oo?H|}-_D?'v::1ݏ\YI " -B mA_':@ W[75BQ/obr0VEa) P0PZ_&r%%*He* #fEC@4)269j3n@`̋LRN`S`T)+MƏIx4mM;Cĩ^tC ^ݑƹtz!p F?5""Po|&ӡsa|o'ip+oĥ#M_yxo,QhpEC=IebJ=ko;v@o|6_'~& %z-'q|8@pq^\^(ǟ]xvL|ǟ|W_}cW~ӿ?[TlŊ P^AaY-K7T8P; w߄aJ5dp0W %5QW J P@iK(G/U#3'Q@6`3 g%4 r:BL` ̀<h<ll,ھ? 2=xm 4A luh{⩄p!y@` {P~@P(9x[hPX B p|vr×eA,7X}73[1/7*kK1] { ! ,@R@)hGÆȾoT376'dzēqq%N!?[Pjyi"E100/6QTT)꯮?#4? ̬xvLyVcOo?'_?@\g#IQ<by)-3# w4 fP`}^U(-|=0[ƯͿ0Q&rJrm(["0 UkJj>3< `n5|@ب "ȭ TХ=' ! )PB???n:u.6882;x5C [|+^X}c ~L ?)+p `L̂Oϔ}| !`*( `6kdh @A߈;__P.& Ϳ$@~C@KI~ :(T*ʕ@o TDJq@F YT-B Rh.2 $5.bH0'-(1c2c?A00<4KS,(J7Qj=0@I1F.nG)].R9)'M-߾jlwfJ<71 ~T_3oKeO !q 6DKuzAr%i8މxptz 9,\EVV?K_@_BƟ3<OϞ'c==|">]x7?/A}0?cچ8=~&>5<zS#84Gϟ8 oh Ti`S0{PSx@#<fXlhsl  +Iχ8'PQ#bQZP*hdr J !%2R a&A @e@l4s.Q}xMpx1À@~_2Ϲy}Stt8 6"SC . R% i\ ę иnTFH*p z >z_:0g)dnQ*o4my̟Lu0$ѿ(`3@8`lY0™Sw>SQ ' ߁R@ 0  ~+)Dg??=!=}Iz,1B|ՋQ010 eFz$`6 J` M ~0fTTc)Sfq(h?1_,?iW @8B]C%0ѿxJ|xC+7pa￟!ϯ2\ȫȘsKw t.׷#Wkua$J[ߠxQ7 *#K#y^9DW?F `NC$, @,`V5@4ƏjT_ѿY$0+#/c3$柙'3rEl  I)W*.9 <PdB@A|WW?ޖ2@%h'ef@e9 0 `Йr]!] eo aCo?~_XvK00 8`4,j,.qa`_EJ}^ć< ^R4dM|~E"2dQ7kV4+ Z82T7tp)(R& ,.cY0@À)1|~m`gSBOwPGa`xxe#2A.ZRY4qbkx4osL0IznD]?gtw}}oHk^Y% F)@@_?Oy>'W-#tJp! .g Z>:~ުmp1!NOţɣEo}K,-INc^L]`mE9v[T# YTWCd /Ԕe&j| a#|Gt6 M0FɢbP9\L@4ffz0r0{6z_ B?oU!TY\㗏:母?d XegKel9"/#0" @Bgv/ )kA 9) :2Z G0VO2glmx,FL!@fd&傀XE!d{{'B hx   % &q`[,9!{HѧdGGwcƟR;If=`ˆIFR2@twPP$eQK}^&I`o (32^莂^G팡Y,*1QvOqE^8Xm%pW*.#c@dXPZT@*CS(oh^lM V /Z77];K,@1eAcx@P`V(6TTT+A)) 4\omeJjLyEA5|fd柗]FB(( !Hg`od0!@6@:߫u# @p@7!2C@vI :a Daffk_\"&4wjkq[w X]#f 1p5WS Յ*()((A4X8UIP(@P@PR&QRa Hf0^g‹F,T<}#K1 z0)2@=yV Mc?|\n s X6!'Yg&5^J?2B%x~F@^f$*B ,z)JHTN*8eA;p`r/ hTyb. 0 D @:" p%Cm++{TW.1G1.f@l\Y1JHuXP`zL.7jwS3{7?&hi^Ԟ~ꦟ ijO y2 Blu`u{jA5J/R*T*0_3B@r ~)?7+]k`k9iy``e2@a^H)B,J4t# @>] l,GA@ pCg̞$K%0 `@Y翯Q?~_6-:̟3x@Ȝ^ ϣp ߓ〛(V8`r&jwɨ2/O___A_/)@ͯ 5WW_O~7⣏~DDQ/`wZ[ި?濺Px0VFCV3|Lp M\0J4ϓ5X@6ۖ!n5& k߿&޻*/_bV܇!QPP!vlU5 ̬0(HJDAAI!D`"ŵq <^ q``w(5 ̬P$.|l:r@ן /FoQ "SI`CGՀA 0r @  R L?d9` P9(JA@ ?`@n|Y )b e%:J:&Xekԫi:@m{px1k3=`Dp[k^˂ش}@`B!0LP.&044Kie꣡k6tm@ޡ4 &i.@ #su6c>s/~-~oHԿ?ſ+7)~$w(WO_E׆Ӌ~lU7FFKF/aIw%B@,@' U HAUd7ErO~_'[S]Q~'fJ*EåLQAhHrJmnR@8@.))B 8lmC`hYd`b_ 0 PXPW0A&m45N2 4\#1@@B@,ԀW+%BSGsOO(6CǨ,pa '5911~mKe~ t9Sd^Ͷ@*O_DA@P &84irQ4Х3h0p@szh 03[$ Ac * @i߸/ G A_?fgßcsg0_~ů,a6@KE?/!o_Y_?ķ替_|~*^Bܻwu87YilVLߗ7E#H!R`nt&4Dge7 @@3/ jxSB]x^Uްb+?~Е<~tbQШ j).6C@$ R@I#~6]NOR' l F @Amr*%P'\ 4fA6r@()`B@L.`*   \_\~6nccw2/QߒD}-uߊ?V||#>kW$sp-7䕸{#G`tSEn7~scV_r `K6Ц f3 CC}F']<ѿz q_V 8w4Zf"U]+Z0! eԥ?<)jD7o2NdgBD' *Ԉ:hiIx2{pY܄7f X5 T ~JP)Fiig:P^>5rC BAU`(]*Jد_'岔bFѻ5gKŚ?T@O%2@$`C9 ( l(-iYR h; P+t.a]֧bD=ΙU:;\p&;dR{ f[&-x_po @@& VutRKÀӐ:AP **E3a>7!ddLdea6@L*645/vxah޽t˗ X @L@-,9̽F^ի"G)* o f@HH='+6~2piRL󗺮~%>0<G#&@ B v@&@k;,* Э9ڍN@? NI c [Ac.A@ `Ǧ6 0z6}-lCCK4 e_q6U]Z- 3hf2}4E往,H828TsED>@#A^ hZ 0 5Qx]q>&zK{7o~?0P2ʹ2K1濬InZw] qYv R@T? B@LV 3x!w{?ٺ__lp!w]N;zRyhaPYTJ+k5bl>oC6*ܪ5ԕ_&jA"3"S (6 X- qJ^4 OxQË ~Lk 020sT)b4+W CRfA 9 dǛc'> ХK}bW  :, 3<PP .@ `@f}Ye>0@@A48e̾0GI@>p!FGXo jD@y$0.)< *ljǦU5 Mo-xQ䆽XݖZY {U PN5P&V75P l06F(C%6O]ܼuZ3_5QGS2Iv# +. ۙ/Ʉ2P >"L>)@M0@>08.. XT`64p9@f8 3q?SS70&&6c3e7}1/Vt489( MdXi4{=޿o d1j@hh"`7 WFvJƿGPԿjT?Z d_, 8 b5|q@@)c9 @Ïo)wc*>,6~tR`i  JHCRt`O!@DB@0 :@8/jTe .,2!4 'd_@ J~TYő+scxxҸ}}:@l9oe_N,i7z'nY@`v3eww-)}CEbUf&[@Oh:mLFInIOW-/GL8“214YB,@P z <>Oٟ~.D,!7aK.Խ&rdAX7AS+746},½o?0WQ0dsx{ n2x A{{(bå x`)U?L  $[_P(KDKI T4Ӻc L7@z$b)ϾX<>}$wUx#͏OQ17 zwE 4 4"bQ_HY- 2.]*)iQ_ B1Y9 B(vŘh K8 tg0(>oFSH* 0$l 8@0Ȯ ܺ|a Mu}4-ؠOx[{ ,e*=54}6x%0C=P`>n oæ:!8 jI =PcD1a k7I܍4YF@7@ Y,@hBKAo_ED追R@hCCAs)@i'=NCh50`"=b8'Wt_LfyO&ܿzPxq.zxѹ g_~"=LJbwkG-)xL!-5Q+JECi)(&U* jGOospPKW)) eC@`RHhRWIiy ,diH# z1@@8 )PPZni0Gi%}.@W}:`VYP7K P% ˤˣFY652q Q ==sz!񶎎58A揰+X?ʬv=46l4>}XЍ<>T@x]n}{,0' hM^_5%\R5dooyÈÑtONNQ)X`8 @HУ~J="Id?WEw=La?wpH= ptAlIB]S P`,@[m7t`)0/DY钄_%_( ݀JP `(gqK<0S| Gѹ8>:o5|Mj|ZL ~nMZ4WD~+幅" ʋ*hC@Ss2 #{ 览_wFg` ,PyA (U0<>ghhE+y(VEwQ@NL N5y5M}̀hgr@`^ ،%F/迢^4?L25_mOfn0E29oĄ>^dB7 `h? pq`Hu ɶ]40!?M̗V/4~ 7b@oF-$@ɏ&ϑi>uoB̫濉1#Q` j+Cnz!ຄk`X5`9`!<5K3(<ӗ3[pq7=mS6JJ DQ-2R8QԿtL_齫㗺Bn@~ /(j!!DA@VyfNt!@hsh@-46:F(c5g˄4Q} Ke,N:[qFnۇ"3Bi1bM` n`Goj/ n. E1"9յ`V R" ?usK`7-Onb/oS?0iRT2 $5&VB}t2``C&8_?@j޳X7ߛ67^`ڿ G~H=RX,}`N`N L䗪2@#A"}+7D,t?eT?7 @V̾%V)@0ھp5_B 8P QXn!;99U21s8{,oF^]p=}CU4D@̿03Og䂉1i" Wi4~ zߧC]t_W  u4JS]| |<0R,8 Wetc ncYp o(E]0o cT K4\wtOny %@s:ϥmk&2 #wW.p 'O4~0,?8MX>Y7japԿjkNm7a4%Dd?  ͡ dpĊ-u?2w\vh= }1X􈽦6ZY0@ЕGk pF6ȹ~Yq߭zeպ`" WP{LHrU\VM׮f J;kx1@ǏO_WN{GbΡعy[,ɱv:Dl`@ /  He\aR,K]%Weou L.}_]+i]}24 JfFe (lnq@&vT@0mހ^00M,Zc,qOvNkj?yep*`KX , )pGhXdž;Dh{;5 k ^:A= ^ S{u0#`Rp?#e4~//G0e?S?i2 e Q}XhdP ,Y A@WL ?~?L6?&܌N )%ҩq=i)Ƒ{>haPڟ~c vp*PZ&&!/ @O'hoEBK^W^B" h:L(W߿XB+<~Gb. s+bf.꽣gDt4甊bQ<r~0/HX.y_ÿ n! . C\2@( pDd{>6G u:`5/R 8 @e# `HZ)ROϴRxӧd>6?{.`Do7ddG٭`"Y+/ODa Fx  ( `&!L{,@ fx{zI[jkroUeH$ECL¿#/SYevvS-qo_|N?7O[0v  e.@@ X@`mKo~"N3k!8 @Bvz%n+ּ>ϩc-ٲefffffP@%)J~[3ZkﵷdnggHvlٲ&.Pj,ୀ'*x5 e%2}JS͟DHd*1F& HNB?-za0{T'$xEY*r"-5j x`>jή-xs.ztLm @ yR`sX] .'ǎc#3boL 􎊶^Q_ *ʇ9"%r!NLM3>llO$?5 J"'(œRӕ2 HKaH,\eLܱͮ @}<0@t@cWvR@x@@!>^#;)R2A \ wFE]?E:?%kzV@0?I 4ぺ<`lc_/]dXp{w ԩQ!` ɬ{>φ}݂vZÖݛ3uEHF1 S o DА@ПIqZ\kB$#k푣~ q9?fG [aqqU 0 4)0ȓ [Op4] "Fǖ][yc X kq8z<$FpbhnVS(犬4H g db)hAN?)%Hdl)\bU@B@s?eJRj%]R  @oI{Pef#hl}sxJ ?wj@-e(XVaeP `f[ x0G;&@ h` mpfC @|-:/$V{&?:   ;deLHQ1ם6տGȟ@NZk]'e!tm@sB\$ x#~?N{w믤_~~W?Y|O⛯_Ͼ |.>xxqSq <%Y~>Jyo(Xtz?BBC8^Ye~k`OTV#xb1Y( dfq&%}Df)CS0Rn ~  li .te 4D5\NP#.SF O<,j`T-"72`U/l?͗ #O[( H'a~6% )$$JOA d U2ePXP r,%v7RA5 mRf5_ [ xc)Gw0#1i?2g+1@ 9A 0n׌,?eF:U J'HElW_oa-݈NMt逓4 P-NWˑ@ k`9L|D\δU$&E޽"76Vd~) *pjE_']^z%uB.ǎbz褘<,} S)kDqj:Da^ UBielH ` t2"e@@j[:RR ) | 'D `@YA@Gq>n ?ɓ,_EnczyO~n5P$L9%'ehÇ70,w'wu.1I"Pվխ_~`;@o ~|曟(|/{%hoהaFzIY/ ǟroS_Msai# {ƫ$8 *W)`7`D|D麽+c񇛿Wi:zE8xg\3n].yݶfs# V!z2m26K+joAuK'r:TL! `v6w7p _/\@@V\7zT  M0ȦLHsa2-|V5PS7@PGOBy)AaNŒ W°j;DnV RHIL:ݟR(PrJLk$0- >K($f, 2@( PYj+  2 = j!T3).=6wuM)]}Ra?pa@=Z"a.o"+`sfSfڟ \oЪ^O>GR<{F1Ġ2_FWNϓ~w6y=p_yR320Â~I@^/R*VA7o+ЗoC[bc:;oY)cwesF2imNrĤc愣^4Z wKv=}7rx2~df3(XY. Cn+D~*Rcٟh`(]@̀r1Pw# roGss\1(oD=̿6!A#/ L.xAХ^ TA@FBe(zXB;ӏ=T?nd1:^vZF-0QGڶE~NH /_HN4[`C@W6$%_diHL ) Rc!<t(b S8 -y5v Hev T# K$5@`JgʪK5F١D;2 XN1̌` 짱qq@^lh:;y-G0{oe+_pYGl$ZӮjMs>@#p L^0~`TrA@߄"R*Pc d՜c: p53C}7 atU0J`L! %) HN_*(R}dRNHp&R =) J3TrA^Ybd³yj3 kQ@GA@ P ~it^G8JMNiӗsZ֭tzd!}x}x3_]9jf7*47zܲQ\&ZD>^G`$OaR~R2?>o[0GdX o|ovwa pe026X9!7lxV $Pv >sǯaw9ks9qqqUޅ.6۷ٳOĵkgb\nU- `(1 rLDN8 ̬@Xz虂]g_t_SIn j 8S#emb (2x~)g"nx_E9g@e8Ft:`$oHJuT @.̟ DpJ~񾀆@:@jC@FFheeA==r0``t[-E`C ml\7*E0ERBH$hQ13?<B$fH?~?RPdH2Y2@Tz˩08T0Pc@& T@:,, .0EFOHtʜj6}:Fjܒ }vs9 o99{DmE tw}69dgu\HKK070`4r"/+/ 3 [$@(_JXo|'^&x+^F|x`ak0tjH=~8wzuAm>o?;w6I0jPkpd.E !`:"@@x6 hyC{5yNN?ȿ#/Vں|s; I+2`@O?@a\ͣ pFNP`Zfo%T.PN d翪ST /=p@E׿2dĈL hB =4@'lYeL@-]|ٷ##X}}z{t܋?nuHU#ReE2Ke}\ ,d%V!*+[8O?Ѱ/_|&o9޾ML^phJdao{?0J?77eT@_+TGe&xC~)>Ïř#xa1>6)ֶkwy½{\Op_Ke!*A@.)p`fh4Gv6nwn lgXn"e܂Ya@6   && ˍq@ <@@%}̞ Seh"i*J@! MA@zzrKFNAtkd.# ]%B=`q"jQ| ga*_-L{؏0ax۟!*a @5i4,T0g4yÚ~2D6}-}NQ2+}{?O '|!>|·(|{ XܺDlm}(VWou-ΜY,5JL6u.0%/,+0A@@ ;AA F`U>tBX_@iWqЏW_CK?`n-{h-]$xE'((@`@c (w@tD0M.^ 0fz_F\PO40 V ?@dSԯ o[  ~ 0tVF:T%2tɀ(,}x)QRyyuatU*|26~RbB bBL{(o}RɱA 9.I WRYX_)$ f Iq!G =R 2 ȥR @P ;@0l;A[LRSS#p+ Y?KI㯮BPGǠCG0<~X<}Jt?Q|"?ΥW/_o>H0ꫯY|-g O0ß!_~WD`/rS;wQ #>߫NM~~^iHm߻M0o0_g6/^F?4 7o~!=k++z"|AL\P++wMqʶpa]>,_e<9hԪio*h]pخά5-]"vB4`@n7}ȏeum mB @h4E@Òb3@[ Z >v 8]T.SWhat&i'#34@z2T(S)H !5 2* @ Ȑ @G hejk:(%/.jU";SϯLT4J Yq0͘~D8LIP0r8@? W (J3,YHMɍ0!dY\(44HhVes= @@w2 _~cC~O%64eeuӐSWŵkv[ܽ{WܿaG'0gc?~xsD/X/_Bg ^FyA7_i}%$} `W0oߊ|hzo9('k_`Z4Ih0O?i~wѽ*e_} ~0/~fcsҏ0}~H[[o?& %~7_?&>P Lcq3~)$66>KKuqM{lgWUWE1=}V!= P^>ˍj L@D Xc0Gylۈ4=% |{gq6 :}L;C\nhx# *3i*p3 h"JcO,* 7@T4 ikaU02GO dZH PH" HA @ bҀNQ7:P_Ω`ZHM-Xh@|\0D<$^)aqE ׶^7oބq=J(xS3ѳ8k@1 @§>VG!+W\֖؆(@ @qmeܹ+ݽ0pXG\Rx L ԓg0;DG>uyz3S3ޡz ߯cZ^_J=| =x V%~>t^tG`ȵS:^Mԡk؟wX_CDd=1?[\_|FF 6"M~ f*_/__a'DV9 I9,?&\>"<yg$DZqe782"DL oo[W >;d`EiBT^a#Mf4e&i=p8Q)(:OYl+B`ڼ?@%YD 2M2J{W& J}*RIA @ & @TろHƭ< ( A0 /᱊}E"12 YH_8<$hӏqA.0JTJR O7 " f)zbe3; <]Pn@@lc7+ӷ4{S˦~{w; ϭ??uu-]PwvP Eøq,P%h׶_\׺IPp& te]]ZDs_ pއJ``]z$z⡧;utݻO{Ϸw}Jwh~ Vt)L[7t \N_~+ۥ77KSȦaK0;0ۈ/^g?w~ F)N'O+_/šC 𯊙000s03bx"~ZtQQNuBGLؘ6Os5*G6 ʢVG/@8x ^  Ec= @wY2~#@$r4zz:@Pզ6k`^CH2 e 8]]'.7̿\PQ@A%'?`FO4>! PCgr6 @P +TRosaB6)IG(p_ݓ$bD ec6a$`Ɍ@`@+RҁH$1(PY}P__ \ N02 ,@ȝF+h(LW@h@ OlwiݲT?a͜(.نhoS_Gv(,PY ׯI0SZh#myt)w\{t辭nh]t=[ֶ귽%Eڼ}={)݃C`==//CKw9Hv"vu.e)(M`8mkرU8r~ =<{2+bzLL"<9p"c FE˧d/#ޗqQVz+z O uQ y7³@4I_q)z=?={;@ )yF#`jt@CrH4 [,.flM?ee?m@^ CMP2 i$ HPl' A??"$b_@@: l@ (4T  ('$Ş_)!^eI܊qA@b (H YJA,O}CJ  CsXE u%3T8N@ &3Z]Y84 n n\ZY6.꛼Ky''OY޻#D`Rwp_}bb|"f?ECR̿#2\8;qQ添D/!< Kg"@)v]vC7񳄶ekԦֆW.~SjMk*iEj|?0oh[i \i~0runrvCsk0u5+=O"c#-&/u8w2~d0~ONj>>0< p7 QPLy`62g(xe=^jR&.uFmֻ6X6͟`}eSmJtK02tMG_”4HY9 p1߃OQ`ȍ0i `% ('`3@J+A1P%Ye6 % |C||nR>+_$&rx(66C/O_*b<Xx`_E)0[R2!J{!ߐbHIY"-52 ,.XP@eZ]Х2= hrd8 pEq QqRc'lϞky +SZƍ000-au#7-BPw9}SKQ hdG3>e趣^\9Oo`z67³v9. g놧mmo"mcֵ֤VVI+R+k|xkkIk}.@xm~cxQf pg$2+j}@@B@;s/ xLyBA X/q @OLV>("$D*d)4557)*?Ezu7Ü_+O  X>ePͤ>c"L2ѧ@Hd6@*5s`9V$q//b?A*?O~r1P9`{ uSݟ"x^V*n1RP@ _ɗ̀i,@p@T P% mF [إ>&:D+fv[Ն̇i12ʂ yYR6+!! OVq!$}/AE0SO ̰JO /KM%c!@7%@ R~R!!TpgFw :D*i&g@|N>ۄiP]R;0ᵴ77^~om]Tcѓ<~uUL/g~$|WͿXdg2@r5w @3{XAٍF12 !@6noN `zTy/{?Le6%Z܂+k&~VRWHd#io7x 6gE@ YpY((Urhh\KKe#*,1,:)02\`H ! hw{K];_@d v. (pA_}4 HOip+PY#E @cG˫ĉjOrO@ZDРu ?VF6t/t !'0a HH 9)/A ]*Rd%$dCP&+.NJFd chH`N9fB!}d3DVZ iT@A* 0 HL @ iT@&NW|O8`٣b/b, ,@G0JTdW(fD(&t0444 vd&BmJP>7i|` 8=1\OLɓ˜b۷?O',z@7xmr@`?jkU0o҂0zCˆcZ:B,Щ+5s# r [ (c|EO(Z[pJ6 nϷHH?L)p@^g?n?>O1$:@ DYqqǒ,@D?=VPE( &ȂR`J\ѭ<(_Hf(ԟ 0NY` 8r=@6#=&gT /S$DR\JdJg̪IJ`=Hi04eh" 3S{fʸHy< 0=2 0\:Jm$%@T @Dc#T%X?蠞8|/8xDV䃒VLL Eue3>_3D10~&*1[S+jzqSյbJbQC&O_P( EEQ*.5ڲ ê%BA( e9E"?Pe(;@d)et2oHHrQv@l(HH RPeJqqjV@CC..: *( p _]]Ce@@f:8 0Tv%9 ^Jh#8g ͟d= %%<)eq 2 7lp/ ޝ6aX+;a 0}yU+6:]s._++y?hQ V9 xPN36hi^n N@ ء! H 5]TYK .Y !nX=!`@#Lx~G>p}̟ ܔG @Sj @gJaХJSG @%| g @0W,& epG`Hԡ :\)PH0m=;mNد`/@޿/FiЁ8CyhD[ b` q]xp*)ŋW tqZ\hla0+bKlv^'zhmsXnǴubXTEQ~ϵZ4muE4AH?>&Bc6||{K(-, E^VeC%r3I"32WP%+ua 70T(5PvD6xC@">Ru֤ NhO0D}t@/ ظ˝6P`NP Iqʕ+V!`uM5,u rv@FR[a+o']/`VfwmVꟷG_G^:v klk@˪qMlԔ`d4U}TB@q>Oty6~S  #X `Y P[K9x#Mwa^e`?-VF ZM7U0l9 8[ UApݜRe3h^!QF]PO? (TMxw ^ĈPL,fԳR0tD~C  }|O{DqH\,.V::abSqP܂n kb OpFPHTVZ{”`C0@XOxq|q<j4x*E]u(+9e\6/Vn6 PP*BtOVDZHIؿWC!KE 52Ё9UU-BZ:p2 R`h4wk³M $ i>Ub#]x) K0;Wq@`! LtwuD¤3 :pká@~Z߶n["4MKkl+0) _:ҹ5`]Ki?etLyENskПg87HjZ-e G#C@ Aт- `\ 3pXvzGe :Ů!?V  ,`xVe& x>2ZCP&? 7X   `  U QghJk7w7ѿ{X濗3{}DھHL /pA %$r` 16N$Ў$HS3x#'%\Ķ6 #Ј38 /4 DdeN7D0!">13 &$k 5=<&fFkzdBL}Sbx`L O^D-M]ZQԝoÈa\蜀 '͚ ` ՟g@@R,Acre"/PPD} P2R!.=:HC@#55܀Z~522Uc|@=!FNd3mE qI 1@`d46pkM23_k4~o@h:LիI2|}+?aWw6K2waO^FOxTLYj,=xƕ83&"@@ Zv n=&}.wJZj! "YNXh{:`*9< ؠJi6* 8ˁx%b@ J$7d[n@6yq_gtT7! [d_B @Q\(~mb]vt J#§#cC!=CfODd͜G)dbj`Dg&s1k 7 {G&Ky _)"oãZ+@^^>.0Yi`Q/ZQ nGP{&kwƿ!H0/uG.*I`` 3>6RA3{.{!WeAYbe "B8N3B# maaю":̊8'oW=,td\mlh`U/CP"6URMB20G# .PW 0R @#י2(o{HKLR*T [i0uf bS,w.QGdd? ` -\oAưzdʟ"i::4Q6A1㢷{o7ޓh䥥<xYOd9wA'de1+ _Kp2@*,@<إRXjjS kp&46&.Y˃yJB4_Oz; Ќ׫>990?=KFU%!:rS^Roaƿdº|rf6̟(8ϟ:uV,iG_C0Z̊jڿa@.x.r0` aoj{h#*Y8apZ CQz!@ W\Y l+lr`ّu+6'@OcT:` BL"^DnmU4Jz;.KhK, `$P_Hia `:@:@5K*`n0S@2#R>} |_FINC]hupkd2~M'0m% @XlSK*DCuho]}vn1+F'(ǣIqpl ѿ4Ii9qHid `7짣qښN<\ph7=2d aP'@7Riz'$,#M,@/i4}㵰kUW7"XOـW@FvD-=@#YǬ@>G[P 1qp^-b0`jP@ 6"jݒ6 6|-o{Pڵk-8[tqnON<ߎaRG2< U;a25F@(TTYP8 ,ipdpn ]= ـ `)|Q.: E6K~$D7+`' e@X``9@'`P26 3P/3#Tȕ'fd@~?>?q @g2"^@Tϊ@xH"%9 . FF꾾Q\*6\20kJSO?q)Opwf_P"ʪDCMYt6^FGB?K~brhLL S_Y$s f$(&8oxmx-|Omm'WQ"PF\f, B|*,@!e Ғ:\ ̆mGma`V4~mMlՍ*=P/*=$ִ Iv7եaZ!+pQssh0S PND30\?&@X̀+D }gf`Ñpjթ5LWrCdZ^ӟ_0Ue%K$ma"un:K:Wڕ/W4%?d2R:ğ@S,TU iRY9tT!CUjOZPT l@s7D"e[Zz4 LE3>."(5$}" 5m0Ud @ d&n0TQ@2وe&nBY<Ћ ^Uw6- >ثm3MfH)dޟR$9c46E2 0/6]0~nqxTW 'f>d?5hMLS}~&_;88Ļr,,ô#; `e-ƿYc75|=[6UU[m60?OZC0a_+X 0QEaw#*p F@2@/^2@dx,)GCn @g1!p8 q_#.ڽ;%4+E2 ]rdW3vPPN1$l|0}dŤmu|3t@ ]4P߀!@f -س'"Tܗ@ "} t^ L59b|lV,0~v@ݿSjK.,+ζ. 0 `0  @qEOiCSb `1KGv17{9MNLȌ@S`))!dɬ g< @BAw- ][f BRJlxeF--.P!NC@M&@ `j\] 9'O K4@Zb-kP0KkZZqki-[* -ވ6~_\ttAI/`iӤSRьq`GK_`,׍ѿ?> ߫@0"^C0>= 9Qs* pD*D !9Lg"~-3ti"BKqmb}uar1[FsD 1b,OR`@:*egZ 0PvP_}vs5|`X{-d$uLjE PgjٺF1Q`!6.U;9{Tàu_ma ?-0nZk%@D4A`f<20"g?u#[fخ65{{MUj;Fy+!@^D hD!z1'"VuX{3#ODъ܊4w^!lo$I''Cy9!`0E ٧2Mbc7XF;X`U^4ZYG᠟|5}PQ&f>3 ' K9?@@3x22% @r /zSƟ?$9I Cuu8Ն&U %ZW70d  a4/ 4~^23@Hx= =hm}2oXCc㄀)556- Bsj00;9-ԿE?r/̮hYH, TG[kʼn8g hAvc=c' fzT Fωd D99Ū P, /j*23rhZ4wFZuOïe94I/Ɵ[ /,KAn!~NIm '2] `CĶYx%;qY HD7,|  ^ \]'@GUn\׵֍WIW>w#7"TX+LjY?5:::`Z4``nF?7i"+^F5 ^x-<>]|w= ( fR܁A^?MрI|An-8' H A`L@Xic81b.3Z`!5CC]eUA?̀L)eo7OU'&F``r00gEsj@B`?ω0__eGLLNgMͩ5k[凇F6NQ/pRÉhсΎlc )<w+˃Ô X/,P4lU #UV&;P. KzIqDygn5lu==mnT;~/_"^b :sψwGq~)-3&: OLn .JZ`q' 5(` =jQOKm98K%}YMj H.{R~nhNK5ى =8~P)G z14^!"~=[`Bo|ml5z6~3P@ `tp\Qj F3ɱYMkM A`fr &E 4=IR#cP&3`2X ᄴ/@%4Oj[(.?bf*`0Vy9 T Y@h5F‰ٳ LRfo|@4H_p`@  -{[*x!yߕ5x]Lmpd ?}Q#_ԩ)ue6+:::Y3_'kV"ƿ?(`Gngu o>qxDp\Bu3RaMQ}`#W9pwC+m@xZYkk;} e @P@|߈@_^5D8dq4VLrNw Ht,ˆGO OaOgS Oi}ypo ?zXx`ѿc @v&N5v!`Y6u90^z`0:>0?hxOPx94:+ja24.3q ahD@(`L  I56<M D#j>(կ555Ղ3mh`O _JB$Mg8Aʄ<Ù hL@"jsL.?e T^nA TW,!Oc`k6= @Kld)`ff'T=# . 2h] +{Oތh~}ym ϯx]j]y1w F?'&^OBW0o1dƯ 7% aFǜ~MKԿ6`ߓ4z{(0u!Y90NOcZ'QK˥4Er zkwx[8^op^㸼k 8oD%?tC@w0z&pˠ[O܌4%(NVw2{. |lUֹI{蟊vp{:jiWMX`;'F۟Xx+)yy*==L=}ܣgr_Oe3% X:u$_r`9YR˅+>T9T5 @hЎ' 0%ȥaICsE"gPH&~ sO]L_#kZkJ::g0)ՁE*ww.d&Em母\mn-g?ku?_6Y!^_g"M>rΕFk}xRM\ B8~l䓓7->:|{P y-p h|i桸r@f¾!AS ܍CR~-3hOA@q >̟%qkLE`)ЬmNhJx`YR `S 3,%H@> @[@ I ? $6G XQI=gNqbI[^6Z;aRg @CL|fۼ!uaQVz@Scjmvn@Og}݄ah@0*007&00?0``dp&> 9< ^s #x0>،q}KoŽ_n߻)p|t=O152H5-0ly(#P* Ǐrӧ*++GJ'PP*3h X@Ətnv 9!DZ:½}Pf,pn@Vp.=@ K["ЅU W:⇮\׺6 ֥҅չ/|+kb0H* hT0K1-g0}}}jOkjƯegk粙M*cbUkQ1~Ϝi?(ƿx M4}F4|:g\yAK=",1A(t!NRN[3"T3<r=@[78- n^3)>CvgRCRB7+0,OjWU7 =4vR0~|1uޥB8i1i`\7eX _{?S`%-l|?G](t@ S= HLG{>}EQ8綠C:q"knS[ -jN㸌# QlVÂbΝr!B- tv]c8v:fWuB{_ 2ƯsolĴ`45i"c+Fںb1Ņ1~FbQm,HŅn|Yt8P]*uAQ*3Nu{!P-{,H.,՚)hx@)Xh6BŒRe6v&.-?+%q?liSf+PŪijyZO;%"į-`"|B 6NVԪƢ U]ՠjeTKS;@SR@g{` U@kXvFcq4 2aψf9AjV ap`Jw_~.5|)Ok5:V}Pc%osfoO !]t"R a~3L2lDY R+{B@ACy ӧrI'*XWts {<Ы7)t0!u`qHL|'si8Ɓ@T "s,A4^ Mum`7ƯS^%5~ΩV_Hd::<9cw7=6[yk+MD}C 1Z/-5IJ&o _*f,h7ϤLKggY{/D*.>U+Z_hV(uN|^^8xFxrL  w ӿk0 5dKam :5{:j)X%ǙhI'<I! UO'k@0 L@S0i Y?%=GvȚ>=gjzjfK+\+ww˲@ti@0 Pz- (sGs#`e?(t ?x/:ju! S[d<:$ jrrs&iy~ aZ sv5- 'E$ڧ)yycbw1s?t3`F;4L6J01zo331~1}/ܮ~wXdžf.>M]qQDVr=dNybkpS|~ KWp@ b코"P8^x_o|ḽ7֯pbjb džPBSWwI`L@LoJþ=CpgOlշӀ:֊v>HG6@+Re`}MiO%@I A@ R-fF3: '4Y_[7[ĥ?1J15? z)VÅe;3gZ8}zep ,،?Ag~[ZoQeժPSwk[` hnt֦.m l Ro \?  C0I&3w\cRCmu^Ò|)?㟟ZTl}f/צ$@ؗHhvwO)OVxp!@ydH&MF>} k̀fp7(vGt5$Y4ofpĀ@D"\@K"pW螀_L5K-!c 1}1~sj"tJbc0i,cVTf4_#%c:Ǚi,鈟B{͍J5fQ{g{)TS5qr[ϠerŠs-$S>tAJ\4_|e@F)qxf$ 0;S[| ȂL,j3'&VS/K gh!a'2D9=K@>e?z%A?$Io \)`W֨ ՟W"Sf\Z㧦j "u9~b! c|_qGiTKujJr U V Ym0v n #mk ``CФUtG8tv ZmLCu`K_OqbNrT3?NUUtu2әSX8=eU򐪫rg>.Hϋ(|ʕ處 Hp!?3Ū8I#7 ,譊~eWd^ @Fuh*9PӊzzxUQXcv)+knϦs1xƯ?:hډ`0}#-x8g oD7ZDX$;"|r~T̛5~Y[@~c^74`z\/ObdMl?6gp|V.?KG f >3 A+^1{ 6r^eSXXQF/$gɀw !>G~SE~Ewĵn7x%9a]="6 ;  2 T o u} z0{jgx2N {tC`ۓȓAmf 2UGxMKS8OU;"HCz?_"vonS8z+f ^_[M` n/DbAMAlSĩv0JUVRJaD z}0n7wN+@01h\c"NR DK3:Te$~펪7jjjn8\y09Us派 UXu\@v ONe`ICClѾ9yn@ [GqV9;CKxK6oW&kf,Bm2/˱mdtU='/>7YOQ $[$[HT4X1Q_gWp\> 4sIudGaFw0mi?^_YN0x㟟td,]İ/5&{So>qٿrI#/WWr3-Z kfc!A7Kf fLHess܀GiP{>5ޜ\@-VƯ?O;XVe3͟,l@P XӿfN0~.V7{'w; i*/S5\A0 il[nj<2ꃑuVUñDco_gj'a 0sZUUUJKJ`٪jLt؋c'9)| `3` >ee A@@XTV{ܤ--mq[k@hocCp53'hK :]}X2Z,XEMI:Qԫdg|/%5~0h? 4lkmS[Z[VƯM?/-\?q~.&SY<+wPѿ|ɐ䒷y?3B\kӿN}`qfyL80xj3#.4 lA y@7v@l̩\Q15[l@+ |W4|twkD, 815h(RSL%C|bD#~?'<3RR@;@9:@_ C` |*  (2@^.TM9qߕUF*LyZoVGm]*~ cmAן t?ԩТU'"{ez(S-/mt!)@QMC0~WjoGߨ zUM-^H0 Tssj#B&0PVZ*g9G8}++24ghh_~UTXj }i$$B*/@M)A,@kK 0dz{gpbbɒ7*rrj+Qc> X kE:S&*cBk0}C ꚾv@H]iCƿ͛D+a|^K*ƿ("tsOd=?Mus,;t*oMIqoJ! f+)`y@7x%e1n=8mqaLr`4'$90h۠ y}w32X]@,B'2L=zl-f<2 !! Mz ؔ{A9'w u5%4YM S;;Ou>Gԟm?[: ( vc+"=N6`P >h5?;MRSF?GzX?y ƆACdۥj[`u0vUQ6.{|H_0i%_jt\j݄Bړ {9ܘv"E,We _F8]}[Ye倀 m}M FV,,{2m,U<'/ NTīo /ā@$3FDٕ0uNW2q}}jO+ww"0h;$ |2Q3SS1~|?㟛cl?[?u*I_i/$.M'?q%l#u= 6Wk [?_Jb\%ÝZl6)Ēp;*?@`Y\ 8Rթn,I MxD C I _C,UK6_@$NgJ@]R x{4z{&A[41Pۤo *y "vuT50]*)y6UG4F?ٙI`At# 5=A:m&JagZHqSTVTgK7,siOپ> =P#p o& M-t 44ڶI5N#;ԕ/π;8]S<u$C~ɔcW^wL:DGjR;˒:fo߰Z)ƯdKK'Ə(?od͟Q?[[RkD&~ct6omҭS_} ]%`WB3E%@, @Хv@@7 YE52S9IulI1JIBIRY8u@ 9"P}@qg; ::oD(NKma?}q 7Z?h-!{`Ǣ#/ϞKٳ4Կ r JV_}Ӕ'w0 @d{-[oLY l7e⠥1.L4&?qp hD`Vg J W pof`iREzi @},0'0Ќ OM@J@-_(]~g'3IoD-j|蟍ǀe'78)Oiz-=)[ !Uc9rq\ g$5\P^ %p|t,h/Z^^VUU5jll_~㘿~0 rWTfond;,41ڹFQ'8V>kp=tl@(N- G@@q{T{uL@oa]]j'3~m0S-l'Zk'0}YjMk!IߋC0}#k 4c-cs#-wX&c!>/d}+iQRJ{]o \&\{!9 >9 @8'l6e[#'0N'\K> NL(q@,x)N#,UH# g >[MB:_Hwz7 ҵ,Ք\<|K @CB[ȹj1)?]U1 ,_ ZQ߬v PG)1) 5}yO5wMY4O`tmdHUUNe#YX}'X gg, 3?)=FXkTQ~lKS/F/נǧTYi9 qY[!+ p>46:+d.@۰,Qjtt }s tR>G[u1c>kW|쭼Xl2ͿO`NNF9`jl~4@@j̑5Ԧ[ڨ.! P@ǀ@VgLol4V5X\8POTj[1p(Kn,kYH_8`F/&% R@YI*UC:2亠 Ԭjg<-A@NB {^ e%@ U "p]S8˒=Yt'i8>LJA:Jk&p >2\*O`'0~hSk!_ZVVPk-K)J4#I;18 rvvL/%/z)0ٔDw?Kgԑn1y_c` +cn(A' x|!%+&c/@D)p]ﻃޣ%MmݢQ`s^L,t2vL3SHw̿i"pjDTK S^FC?L'NgQ``e!@@݀@85~>kL3gr]*I0djfUC=iK`~`9 ,hLzt6 \9<$*D0Ң"񚤰af벣^'>Ҝq [OS {W`ʲ2id!ZZ[K hR>]h>p#ڿ@Oer?yN`a3b|N D=t@WX{iӗ^8R#[:ס֡Ձߕ5`aooDOjG0#LgZ0~csyC'0_IB2#Lkro'oW͒ H~wJqTK[A@}7NYཔ(mX,y&pK[ gJr> nL?9V;r$^1}蟫B Ю @,e~S-O%Ϧ#`?>-Kե=@=)-gPD )Tj]G؏#?~S\蟛4gN?P77T[ˮp'?ĬZf6@gbVz`>޶(e`) /;0)fX\\ ~ xKKJU-W֦?4]ziM8 89%K՘ u`TѾOڣvt) $AG:ODV\y_~Hx'5-,vsCkZ?v_JV2af`F0h~nHzvw`gb\wuYO&Ji<7po_S^p-'?UC쎁zBk/]^1Ņ_@ uF]@6X`_!Jux1.MLϧl6O A;oSe7%j5]Z.Ѓ!͞]4|GOam<VWeHYTŲvptKO+$ϐX-Wu#x@SR{]1ҷi&OOWթ~;T^nhjXWۺ Y3^o 30_r}mwRܒ @Ke)DAH${2b+Sf] ɀܴc Wb%\}}=貿ў=xx$qa@2R8: %ЧDy k!==]W쎷7c--i$Zh Ӈ)bHD߇Cy Xa?O_ 4_{=Gn/$$ \v1|gs 1x[^}ܬ}/ER8zXY08ܥ~x x腀0CߪwͿ+n3^lߦO%ߩg@8oKf*xQCe~%'$׵\X%P(x@<` {^'`:\h}x?S迯wtaZֺ:ۏ~., P#*@at(.,N89R< ^V(YN. ԃ$Y] p{vJZ;0mю-jۣG`\, ]8k?vv^G[Z7EVZi?CZ>_-R 0|#hwWMO)} 8I):fgbb n}q {xR03 ŴcB^'z3)WupYQΜ~(e=QF<Ɯ-/T@_a :slAf |}q0z cA4Xw4T 'DA[O;:]ҪL%fr $f9/S:@h$;<ʔ#E>v ON7RDRM$ĉ| P'V1-Z>fZ]@opRk&M[䴨%ךja3`ˮshw[q{8K8Memr͑\gF6,ldǎY)9Od;ڍ.5\ DM @\10% ؊ɞ ç{}cI6c`qM6x*V›F}ZA.U~z7>7}adku]~.m_g @^:a|⃀^8mXC{,kA ߢk6oi2UmͼdD]a @]a0wKU ט<s*7sZZʊZZXG$Fx XR@] ph4zL`UgqZ1ˢ2sݏμ 4^O-<R  ڍWv]m[mi>*aЪ+WWV(DK" c wva.LLd̰T/?#7?,}@3rYQB@j(@s]f76zF>s^2GFLs$%^߷=Z̎vp̷q\p[=fsۧ2?BǗ0K)rx6 ̃Mc? S7@ #76`ϨjKL-o[oT8 酀D@ 78?'5eUU9%hnڐ@p! xo80t,iwh(,_ivW;2@qAQKeHPvVJ>>rd5WY0 8fl3`) Q85%ktz77E9Li#}0mJ;;}ڱ:oF[Z[^mjp3}a+Vee/-x]w%R_7Lف9-3ONl-YABG|O-o0 Fe3zЅA M)~k@|ʷѾNH?Ԡol{Nޕ e&***&\Uccj|lYhq\gWw옱τyp]%ud7p&1c QS50se0lO|?)x ?8js`':-p%@[S =e,_VwT*Rw341Dp!;߿?{r?76 lYe<[ٍ{c\ PW 2U ڏdF~4$9..g68}Rnϟ AmS.x h  hP\ +A/3`Z=̀= >9c%2Y֨_}gꗿ+W_ںOkꪾ\[RȂ@j}7EVZVI_kMdiŨ7~)1}m0~ɋ7~m0} hZX` e_"Oq$B+ƿDZ1نفh$6|3JXG&3qij19I?34|veNߚ\NOqߊeE5:2)WDׁY7s.gYYꝑꥷcA - LLڒ6x2``?*%LFB 'N_=XⵟGnޣɷTj`>GvC]"S"6jhPKյjs1}K2Bk ?9qYz?CG(>q? o)g8C y_ohx; :h #5*O?f)H/@$*=2*f4:8g 0-+o/p&3]jqnNM| S̈ÐO%s DcFE485f<pwI)'sDh ͙Ϡᯮ/"g E 8TEsTC,SMsc{=(S?[Zq9>ף8 r 1U_?`@.Ts#f@&\oo0 ^{&@awdɕ,?6z{N GZ[;{{5٭iR]>̿ө{`^+pgdt?=LSU\Ҥ O`a@ lH|X5g>UE%jFXh5C-h`H% Uf迧e?U1!`h8Y\㱶}VWeWJ@rD\ PRXf&'jjTue+p >$`! ˧s^ wdh1±ʼnaB`r8KWW7oP?_R`׿_}KI//VVV }; h˧`mjmZmhcb4"kq7ZbD0:k[", ߘcS0}#1}1 ?4D븾*XBf IXEO#031 n%+\; K73]~'#b\Mg0[Nd{hhp I脨 :oj4wJ6vjt Ku.<ޣ;E%]u6QݸrUWHhbscvaA { *8 pl8@@DC0ėGwtwݢN-` ܪV.kVmOR>@Y1) &nx0._d(4x_^7*8DiZߴCU0c3ߘ{TE.I)[ ` ^Y]^T}Ò }0OOfmu /QiO| MK%Ae"~ zi+ 2,@C<x L3 ǫ4Q gsD0K޾~~_a~s V_|Ҳa`Uz4lk0L h3^ZVZVk 07m|Fv_–NFsZ!)mfzoLhbv5}1u1QΥU1ɉuv0+>.D;2pc43u!U0K>ua!Bt[ =m" q͟2۽4//ojeJ9 c(o jhANoѷô[`mFUTnVy o6U 9=*eaA.ࠤG @¬ÌXY!i"dFl !s"ux偺)p@v-CC#?Re0h-K 5@ Ohb3+GpV`*'4ߓUqQSu R 0#gs4\Zg`jr]N6#2 g?{;:8YWS+[; ^x(hlu\3 X_= F@mffM,:5tA9vw&vʨgdDg8"iL>_/%@W?`_g~ %,x6nllNrk[iYjZ9-egXhdM1~D~sl3bc30~6AS0 1}aV)kc2A4B kk1\|BB %U19c. p@P | P:;3r,#*Jgf^gT='~OϨD0~FMM»Tmmj5enNήS99ur=׳q hnZ⡠npgD̔J{gd@\F€Yx C@O H|<wrHt;=@Dd` ''.\RjX䪎gҍk52@oqk(f4@NbwO6#>NS}yjJmkx(jEL)*)x}{=>iP9~ y=q4p{@. Z%͟e1<|ML}c<2*n :LfۜlxԿD \^\Q"(OkYxU؎>4dM~,-mX6?1(>w:ҧSMLw;جZ7;ՆOή5 A ТZ] i^0mAd:+TGĚ8.#A@ xL?jkڎξ"ipRu';cȹ<%fVq%LB՗6 LG^hA<^ xz&RǦ._rD)k((TUj^2iIDAT Z} {fR]Z@?V^g/+}UQ1 Ps03ҲS3kju'f.^́rrd]P@#ޯ LsxR%@qQJ m 4;j D㪯oJ:Lk B!NN{+}gD}OS?93˗`&,HOm $mܷ~zjjYkJ Sk[#7`4)#:Ll5|15g$AQNFaԈ6Ẓ+֖9hj{&Yg/@@$t? 1\z  ]9h6o#6 B eYYѩY8rb^``9(PYQ ݪVUTϪQYFYI%bfQV 0A 52EyFv` k8 rg 0~n!RIbV $1}?tߢ[ }Г]J4~m  5]V.%h| -CB@F8@#@5>2?} @w Si*,r`U@kS<pA ~k4~FW~Siq2_VFERL Ƥ4L@sVVab8n7ȢVZQMM0z|3ȸ%p;!K`[J_BiQb` Mh7У:81 zɍ<wswN`Vb:;'54IrMCCN= iF 4H?SޚO2T5T'*{Jf@(^(t#Or>}r=yٰ`-.X4xhԔ X5迶QU7^/+ݔRjku@3M@8iry_ DgM5<L@ dt 0!sX(wu xA nCmN}8)XVӒ`zshpQjpW;B?uHei̐ H"5 Z ZGFf{lz{Ƭ `ƬKks܏;$VMeN"H'2B0?X 縣 `.ʣ3[^NN+JמYdLѾhȘlƘ \d-cg,: c;.s2Gd,=& C/5 gt E`hQv9kk꟧FN+Ejj gY}RE"Z ,P`&@ ` '&ƗG`cGE1-l+o ~W{{@a?o|{}hӿA]MRսY> W϶z:WDl_`y Pq ߑ18{Ahw@O]tU4٧b%; 3AJ8#УJj#S)* D = %a&? h$JHҋ)]#X'ƌ*P?=wX @7^.ASWIy%0s:VRIH@;`@ zJa D,$I~{85`d1PlN0`n[H󲔕c2\8[` 2_3~W׿W鿓Q_MQDmtՉW'A:,?<]F9G{=#Y;1m1}OE韲֠U1zOx  zqkV>D`p 'Lnty_~l jWn<"2`1Iopp!¹1e7ghF>E;?%.?88&U]XA4oUe9@~ Dݻ2ynD B_k) |1L} ?O%?`[̿yK@p/lXN&|,0uzC3 Gb@n!0@1NP-2iuJ8A| Vh5Gy5Cfg?GHm1Loq6@*5G7J9/YyP*݀J\0vv=]3d}AK^0 Cq6@@2.@) ] z6>\`e0$|cxo{@_z,0 Jx =r62@^K \@g`S7n D_nhf9s84@gmu:סсMh3^-qc})6}1ֺ6cѪfQ^1Z?1´l%=WԔD9{%\ `9`-22 ZX4]?:6"폩 ?"QnL^UzkzF%dC0uX .Ybcdc*FU7!NO¬I7є@>A #Ad@;4QWsz1Vx0}s~?p>-c @#:Q# z3@h1ܐC:>إ;yKT51L1A@ x^hI,QG7NϟEg!'H? o#S#'^MM2yjcpHgp,p,=XI$xnPw^k޾Vx@VD"z'x3IN8 B?Je4T` ^ȲL)4ay 84J0 ot>s7n?"s>ɀC#֩C\8fC}e?eB;sL Ѷ֩6~?!Ҧ/2ƿz$Z9&Je?T |EV@/O#sV~ )ˁ_Dp!W2|1~"?$YɌ8>> me2kEz-oRb01۲!Wc1ml#Qy;UOOиC@? d L/1 !@'zm{' ;|n3N:,.i:jɷt[9&!30SbGU6;O/=Hurޞ\'Nw4&o@hz`-14&d$i!K 4x P?qd0f#`A` E& A?'t8PPeU2$S `@NWs&l` |7_޿oʩнC2C2#W-үc>QSD{F韰d׼2:am9L/ڀ㇙oPi鐷+bi~GOvH1KxCwC8&(, -b,7?cK#F3#!٘Ǟ9gkHϼJُugԣpxL{ }D+}WWZuvHI}M^  /0 Х $t!ㇿ24cMGQ/"7@A0ޱ[64~ 0#``JPdKɪ԰jz'\5p#`[@ ]>pv &B!q 4X pb L7 Q^uv#ߥ{lZE%12ozzhjjCMLshG:ϼc 4$p*E/%h_E̳ ! ;e-_d`A,@l(Ʃ' @e; 0A5, |IdXZl  %s>YuWs90 08:h'D;ؕщ]#e1-9pfkѦhhY%=Te=-i-.j-W^pV.T͘P``"=6{7~1}d0q C0~XЄQ.~7mpV[[U$EjqhrёH @@z{Jk\@=wRz$ I.D5H@@o`wzMBU`~{]@`Ѿm^ 7CtB 3cjDB`ZoS=}l&o:Ejדes2p!`x.0J$9 pLʆidy|ԟTjӖc,(%3ۣ:56C NEz!+6@M@MR  &,) 2 %U)Ф¼ `CHc#m.3;s 8>~CF O;T}2ft"ΝmVm{-lAM!1˲^cuL@~?|I˚ۣ+<~-.1ܢo~A=gOY lg>rOZFpo9c^yw{[5# Zߨ@31kL8M2E: M: dM: 1Ls_26! zieTFUdGXq<%2b(8 `C)؆F?gIi3o|O #E6y}%msy`ttAʾt`rtP(ҵ@&[E TH sv sBbhx 揷8 '@ @I D!`Ao$0 @ dD>j dGc @kmQ_3cCT^loiU[~xE0h2}z;7 =oZ3WW-_'ߗ}p=CwLzG] bXT9-oK3znqڿ@+?AP@p+';/7-?~AECaGvc[ 폌R A?$Fg90`L߫6 ㏫]}سgqiL=y ):gS}LB={e=}ֳ!X-,:Pbf 0C `2E,ׯwo7<q0(@-Ю/|7 rE#8(& !,I61nqCw@k.UT`RcE:oy89uN촘7\]OOxE,fѠĝʯ {Q(g[0/]716Ɇ$#ݦG2>~WDJ&FxiL%I ؙiL@0Xd,6y7/Z!PCSYr殴N|K-r=nnl6wȘvFF< ;77ZZ]w O$BL",oMH[vtJbcUΓɷ%S X "~)za^~˧^0nxshU551Ae2c_ W."}1{p8B!,p{,?RE?~)L0>=$#ЧG0pL@4">d#<ˆ~LV;@ޠ4,Jftے,q7@RXEMvv`cߧCߣ"ZJ/Ģ1ּܜ6xĻmUh\";%xۥpc?KМ5Κg09p۸R_}?ro/:c)Gu^vvF"A@"1b1賎ۂF}}K0 >4؇f>? ?BG |k=~"{zOOz6@Oz G{U]CA18=#L0z>%Ƞ00W778R77z~>9&07omm;?u2tBntC0@Piq `; yϏ\+ }?i(.(MW,0,-6Dkqx-F3d"'~8?ˌ]:pSvLw e8JcF}& BϟTGCѣ~z0YϞSd?@ +B%CR==C7FcIߣa2 zr#=v~coGwFV5t#r3's1lNMz! % =hpw[we= 70Q g=9j e!Ts&B Vc`PҰodNh:=E/0T"zBi}O=RY=z5"Ez%"W nߒ($?И?J z^ p`[!1r-&*@|{XXy ;ZAZCNw}̖FniъՕMֶ,Wa|HW6}m>*YL n IfVӪPel Os/(>ȟ@JLZ-ݨƵ/5!* ǪB(o8C?~b޽}ύ7/)ლpnv4is`miiE^1_8+ͱld<gy ھ/_wa;GMOp _˘+mf9̝1Q^H9@iZ@*Gv`{6k7`0 >)ѤpH}, i6rzTΡoxB ^9_fZ7L Ƅhӧ/d_忩o_qrFjޒ!3^6H@&E:D/GѡBS*Miǣ"VCC)ycR피S0k8ϱ`k4VQt 8`M^ES`n-kD[b ~ pZN;׿Qw8보BZYKZ!!`D۲1-EFls"1 Qm Tݠ1_g㯔Y&Ig88/gxF_])%I 3`iLRX# ?" inm2-8O_ݴfGg b@_Lw#bmYO P4߯qK^駟X?#x"0?D1?DO~a1X cD%5J'Tz4F/~Q,)ׯ~Hu$3Fo;E#ś=0i5:`7 6.ؒzwͩFce2,, nbyO ;`IE(!mMjnF QMUiU05=F%QPDz[oMgNk/Ti\UHU @yEBӇjs\}?p{{/sk<.Z4g`tbYCM/J=cO P>@ }?`DO)զ!A;5Htɰ's*3LfRFFfU>Tr.cMV̓w{~wWj7臠? RIfmKd t`" H0 5 uVֲK 0//%w.F"j }2~ 8`p*~o5;()jlΖ KD}6;B7yps2 52yWo8oq F ] U}eLNNX?BY1:v;x?cm sO/gt#6>@RԃQ;feNdY&ϦFm@hvQzcQ~1Хn@c ) ;\ :xm0zO&2Nt\[%k*`3 56ql 95hv#Eek{\#U**lEEhvU\>'wZ1̝>"jF/o\89m%hVԋW?mB>u^K`CdX4}OOң$Bu_?őm~}tht?@`%~F[4?J?Ƒ6;ə]?c{̿E0nX'; xO{Gk Xl`KX&\hgވ_ߘDl+WdzKwH8LJ[*} 5FϢAh^pd/ѽdb3}a \d}Ə~wW_N7[z8~y#2.2txB@g\bF c;J2ɜW)#ܰdB}*Bk!`J<,C/fEkZb&jfmtƣ}K7R"@ Qpi\_&uL@P`gZ 35wAjhjZmW5#_.9NBO8ZvaK[ٿM89>\Wj1*@Qtkhg p}:t?oo_kԺlޠ{ ^Afgq46? L?"#|b2qWt/Z _C~'G] uWW?LOA3 e9SS%z'z-0A@xW-2V*i/.^hoFnM{T@߭%=]CCD7ngppK(;eng<鰤16R`->'ȰE. LQ?- 02o"=clSB6@UIk[ǯsF|0 ]98u./eӍz{o^k>'//H4)?odUw;]OGnO( BAs MwRwjM߫g0 r} F@4iMFS iy+[ ss(g2j 4 U X w6H -YJTTb8":Pئ on0O urrʇ53 #wŸ 6>!ᢴ g @ >iuu8⇐wMգG}djDQ7n`Cd 2dm2k f xJņ ^>[6Tjb o1o=8 Ѱ.4UhhHM i/x`EC#BdtCFgsA`@ ؟hoofjn7xcg`]ы 5=M5}c0}qfodi0o~S,H=~CDD7X D?7+pq#m%Z6DE>H72l3 Fu?>4kd y' <7ǿͭIꜥеP?o4n^./12UTFd,p3`.kݯ5њ}?I0mh AV8/a{/ &ij!Za4% ɴM_|W@@M>Rٙfs$kAAQLVb2Cy$/~#7J𾾰4c57)Wv?sSN 0MƏ A(Y<]WxV߯[^w5~_.3D &Px ߭Fͨ_ ts^ d_2o̿=ğw3\8<6f3: Ke[j^{6ˋ_[Fd/uOѽco_޾(_jVzI{Q~g7;_OsOqÏykדG]Ϗ?3\?UJ1ؓ| wf [Wc$F0ʒi 1'L78n C7 @pa@_0Rg2WlGAz fk6|]"B\4D<.l9  Xf(]:h$ൿrM@qg/  7P8p@ `z@6ͮk3if0j )znM9J< zz$ܫz}oL)~C>YNo_Rtӟftc b?4gS yk|coJ"GPw,)j B?Cz&pOokpg6<=v}s0(lэx~0dS72 G7]ӿpL_ wx6o|7ҷ}c:Sۈ%; X] /tcx"H7@[#VwL.yM?ӢW-UJ ||F) JX @ ,h&dA . uu0y%.LMF 뮬іW+oEFK^=jU]`X"^T0$9$*4D McX<稿\_ ;1~1 j88J0:YN&MCͽv`l F.r!\X`2.D2'^G???{&~;ڷSbaboE3NL\vZ``|{ff*"2iV%)5)M;F~<F%[eu7d7.1`MFy~Sv7[u̿˘w_[[%w1zUFN 5lC~MD6SC6}1 ÿn1|+w 5}1|鿒}ox +mk*ճ'ЍEo#JmA 4|']e{Q~  =ױg0DL>TF54M?Xـ\EZ Z.4ˤҪ_ QƢ^o鋼s'daKb X4ct Atגhh+^S Aƅ*e@&=}hr3`KSw2",{UfKWdF~T4 j@?U`8}8P+['p\!#[45lnn27 OO`x9 ~pA $` ꈿ_m߮mh5Am2(kpp1h'7 F 0 Pժ8+ OWjc%w  ?ܕooJ[[gNpjt ` c15K4vʍ< ސuʟ a?Y;l:;C9 t-h͑ MN)7n ?E;}31}MQ?/NiojmG~~CƲ ՋS:OF . %(f^XgU:X>>Dj!%(b ?GG@& A|h5Ow]i3X./_hw:xOﳐ gT2oo"p96~#O0E@8^80uxw>JŁƒ'WZ &bv #0VF_ ‘Ħ @HFeсJ`-z(ghޖ˰ ZRҐ^LLEFcuݣ HPu6 o!LQPؔRz $~@ lX`^b̟ZgɄ C`5?hQ mhk4Ӏ4ce VCdJ)kXe.Q92՚EX,9/bM,df^( NHC"v<( 2 @,6̍sNzWij 8;=f3GGMu~]w_?('0kE3{$FFp~%.Q =78R779 s=7h5We`m) E@` q0W6` `Qrw]-!{ ̿gPLŠE}5 @?s0~y# 0]uq}/,نVzLk^ӷ7񿳌ۏE1MCe?WcHCX>## lFKbüJ#K1g\bag{!?1xX- d `ehW!'da`EEMPw@A @ Y%O`Q0F{7-c6~c }+\ XƌFE:iXtK@JZPkdF.)Zy`5ȿKt @K< :@`/ F6Z}-I:dOI \C*@60@LE]uy~^X/f5}s1[+Gy7~kl. 0/m_7W#qQ27\;Rq(<;QSLq 6~g?ҋPY%[#)6dkЌ'd tcy N( !b:?jXj`"c`3ـ9'0\ -H(6-9֜WX#_keT0rd:=\$9P$u6T0h2 pA.4Pǘ9J(=_d%2Y2Iz79J%'(4[jdp3 ?R?]H{{}Qmq-: Hqm{6ijozjKx\)^h?k+6ڽ>4UٜZ @ ƅzض7 h02%ݺk_ZeNR]g $T']yp-W ,3 ` ,.c"KuM&fo36|+{~J^tdR2٫ o- ǿ[f?tc-n^syZHrEzю(iO*DӇf뗯sVM2ߙoU'yZ[0 &K! { g3sY Ϋg,Dϕ>ljfjEMMljCp֨o-}28']d`(G @? `z`BxSԟL?iL_+EO*=)3'H ݹ9u_̍kW:pa/4~{vYK߉ {Jr#|\)~`w5ɕڧ\ѡ],XYJbsz~v4"?>:Vc1z3b +mbɖA^d%C)RJJ?\@ @@H zNbi&0"Ќ_bUk\ .O4h)X W n&٪*K, :]p4\G׺v z!fq8w  f"L  4)N&r@2T~BГ]G {=oOOT=ϸEywϿ\(dt6O?lF#9\y {s_^̿ 03=FsjbHs#`{c`I6K~om<L V2%}Hm̿-h 0`$z#}oƟPt҃q +`{G]kb󿼸.fHs}ye @{gJgwhi~OO_KvO8.mdqo8ryG>57$A3f0BmpϳgݼDbA~;ۙ=N(`qQ,b6mEG.DZM'wˤFsM51fx&;{eҨ]1@)gd:SJKKG=S^aEURGHtJ5;8h#8W ӿ"]៓N(:=?}}IZ'[N.%@)Q/(^R7W{Us8 wj0Qz-}/X:ǩ~a;;| aq Fp-Q. 9B D8"1Y~ڳ '㖂ah8cqC5! c1IL L[ ThU@vG -#H}j"ܡRiR⨿V,@3@RUg.5\xY3 ` c@4F"] ݅@_P$C\4gj_Cݨ?[6}#d}q `)Ҵy U5:*^6}VawI`إ6o@@Nx& m@dp0O ?Mz }b=:$D=Vߩ#[V d8FO7H#Ủ/h5CZS;;̛舠@-ATjs-ƶQ;[|.>Pd~Gr&VKJ7LgGOQ? #h 췻{)DfI 2Ж\Wd1Jx% =H[eG2߅6 pLqTqZqP,EGn> zD!`xxM{f쒁jj-z6+Т6ZpEEWYU*3QYT4'P! l޲#o6_^Uʍ}Y,@h@ X8*V@w$l4}8 0˒r$϶K#(. &ig1 ?~{.^Y I rlY9 rh>o``rlNg='^}0qx[')/}ѿm7/2-.A@)Q@i@`"ҟ^v,@wvπJѓQiV1|RU4B7ynnC2{d(S;05}Xh^< ط^kҋniTlmjw{`P\@r"% #NL.-~jj?GdW _/8'!ҟYm0X@ ? `ήJ'd0a}M:oW}&m ~O2@ ڇGR?@ @l@?@?C.p^s6`bG @Nm!a{UmD5[-?G?WYTvU 3t?ԿfgoZAf7 ,)CN lB4gPXl@ @"uc??tG1%c \7=n?@cmLU,ZGJx险5'ئkP{36ʽ{ 4q{%HtSe2)?̱r?/ jYC X0 6j+rݰ36d` Dkjm BΫLAMMizHoOɼӵ@O *TJ5 V A]Sp2A:;f 8YN  `kY,e1PIڤSw#Sz?tyyprrvvq;NrC:+d*sp7Q $um1W׼SmLP  7$pMLVo~֡z?W} ~P Yt:͇ a} 6A~f?HC@]T&٪I> JUy du|+ 兀բs/+S  9%B3l4D0q"`' LNP ^Q1 V?5&S)myzm4{M~GlUGs#>I@!sjr NR@_zb/D>5pW Y;P!:A5 ?7Oғ-^7VP 28793sC#yҍ1[T;d--@7 NAB.9,τgT:eeqtG#Mt-Un85!As%^ʙ %أ@JT'|\0xsଡ଼c5 @9 0PI  ?HO䚅84?6r `Cco0JFA@DQjP|\GkU_W+R]al@A@^vmY .U&٪`,*{ fgl8'uy*0@@>N3H/g5dug,[[)~F7lj*al2'q4Ɵ 7!c,Կ|5I#GP @pr|p@|Vk!oc0@G7L W4F>4?/RQzئ?@(-Go6t>yB Lulp?w^Yf/ Guj_|XO0zVU{T34[4[Ȯ zY׎UtT4(m0pjvW=n)G%G&o(RUnۣc=;|FC~kd94Y E Vzo@qX/xH^a8h ]vo|{_=,nY^XѿU7(=j7Q~Կ ?m!/zc:ҏkZ1{;fӪ41֗)N7ĤJ#!.GC*f  t ;!-AB #Y 3dL *LWTpT3 `o& 67vv! 8985/uv |ݿ7@  Aֵ͟ݣ'ǿ䯃T?@a!O(l.T**r@P&b1;_dzTuzBzA@@@68 @,/ X?wo|UEU[Q@Ӽ67&J>(F,,@EC@Y. 0 hF%@jlf?/``XVJeMmn1(7vM~vGY1q6)h(j77QsD]4ZEm455O ~VMk RäͿZIj[/0.upZ=I=ň4*^iY`]B0=YeFk@qV 6GFf U5̨,"eYLVgQ$6D7(O@~R CD= $C4LQ K&#ɪLr\eR*ɒO(k ڂoʪTsm4dpPpzq0/{gQ6@'>"{w>.1?L^o ?f``y7Ck㩻EO&Wkb|/&!%8Ф' Wty7E]Ձ=RiA@)`*0Aؠ]x@)E֢VӗD3 t E|[FKo6[PTP. X? ,vS L߽vxYcֹפ -pxQݩ?hbZl8`L2klYcFq Y9/pP. 5=U@`^ht+oo%2v2 9S1F@> <?`bZ]j!FsFQ(Ν!(5}VL4K{4ʨUCR*A0'<կ:`7"!"EN#(P#)5Q3StifCNS[[fz (uN9w럝^il 0@[>-:yq6DL߁>#IK*w"|!VqV(*in|̭F=D'I~lH>A@{]7&ܨWcwY2=X=qZ R!z' lM3K ~( @[M_;W{T]/ߧ6g6Z^VKjaV5oѿ^Z^n ^LإX/THW@p^z>5U e-I/*3ld[d˲%333sy`wxʔU}^Ol˂ q*Ԏ}^mׇYԒ4=,_) !?!D*5C92s\qoC0zase]wllli^5@9PZώ3 E!zBT@o$CMfjlf쌈aln @cY2e26P @6L@UqvE@1,Bq%C>$1uPKvXm(fgIa H uL2?Nq@OwvPeD&_uc}SCaѬk-{=MBo u5~_vO(JAAު@-{Og2S>f`0,H j2L@'}Ou?@!#b5nO)۞W@O41]]3"]$C}Lߝ315y&&'ιU%9Jg& L@J>6e\RXhfC՞*yyoc1TH%綤|[?sﻣ}'X-Z ^ePgNPh~v2 63~lѼ4GM@)ȸ;@٣G~8U @/\S%6N2-<t V\ `K~Rv ϵVU Z)tj;&R 5^B?@20ԓ3L@5ov>mt/@@e,Y3A$vup/)I4as`bL4R3y'tf2FaDG=7`c v* 0eXee2` ~ ?G5Z[52n7wL@eh[-b^M &6ņ (&{j3 x /@Q'Œxl^9zV5٢‘Wl*j1ـ|eW2jKV ( p_ge⹖K}k~o6T걔HHbtflGG933F.( Ǒ &4#0@Ff =f#G/ ` k`lk1 ~? UйH7yGA_% @Rִ2 (?d12|a'@H3LߑeJ*bo d,̈́TU Gk{Z۬A@H#OQ]jkc E! z7H= ?Ы؂ Q X&&?dJ(M2llPiRfQQ,䱂௥6ִ; V4Y $d }&LL$vXwUC!4b h[,`k:O7 @c/?#cP[(H:w"C+X8 >4CЇf< C-/2Dddn2# P 8z"6S+c܍@Jɼ4iz"NenhH8` BOte氟֊* ~ޏ"^ʖHP @)3%)PdJ-3NUCe8EEiP@rTdeL3`PkN 1bu^@ehhJX]m~aNNy{dۚZXj,PWiz<@VA@A}[s$G]EC`?<4FG859%O_YF2-&v&S  "gFLP{KFTb)Fbm"n4S&6ج~w`40 3^%O[*NpQ @c4c14>5sddiNM{6@4{L!p܎hgv_߽C9F5zX2O[/ SOH6@p=`J9D堧&Ԃ|;?_-4!s@*.^P+EҲF :#ʏZѾ?cHg-$`dO?F!e }G9i\m储# K7 GRѿ}HJ?;!)}i#ctH'_Fc ړĆ> hoZ l|@vSir47|eLMtbXTcgB Ѡ8LjU!Bc~;ھ3oߔ zSF˦&[Q/2@ :P 健<#(*U2R%jk\p"zQU@>(ōR%PT1*e@ir3Z5JnK`:I:M𡅅I5JGZכ8m|;0h_vFpTvu41To( $%'8e0eԎ~} 11dqg=G:< Sqq~!NONťWϯ|۱2[[biq =nlsMU4&#PǒA#̀e |Av',%|laW4@'mz bbW]?1q%5JUIDAT~<7La.&`@,,@&k@Q\`?u~ ~(7**T߆;&=MK[2 2cYr px2O&^ ;t; hK9q̀Symlsgo/;:>  0r 濦B]/d3#_Nc8 xs++.Zڬt@aWS ~ b0TCA 9PTʂbR, jDTTK"&TR$U$7bmL30( 8Le\k0|Stқ " ~HQf-0 wh #ci$Gz,gC|_O[< ?yD# v ~a~'"_U^FVTC#_\\0! ;qss#ݽxMn5Cb888`#0?O 'EـRL@Q6apV@K 0@>F *qW J@NeC_џ{&U{Wc #,._Qw%|.&' Wr/`T` U3I!AVq6 ӹk於τ->:෗=oB__{߉8c)N.|N`ᯕ2dRNe]`?nveTJ8 @M}`^P#?~4ue|$ݥ#u[ ?dsn?t^nm="A&Ǟ/uy]D- : F5y2 0 M,(= R yF4GǶ81qD$!בנװ8%@ K@;~%^|K9.]XY^IGjd37<iWVmZ9/'ֳHB4p z { !XFT<'Ѐ= #Kw${;|;Gq_#,zɜt4./h~~G| Ka/.w!Dz.c7Z&V81%Z@@a2dHeTCZ_@&PJbm|`e@@ Bfg3 ?&8Az`&'콉>=]IR/+`:]cQI4EXb7E3bv] bei/ڼLۯ5N#7#G^쑦Q=rJG#/7|ۛ7oǏXpw۷dn ɫ\@ez2^)# ya U!@A@fXKmf)WE1BK~K&L-}n i6bj0283}}df5GďR+uL2J{ o?et=e}R0Nڏpqۄ]S'1M L\gg/U`5* x?%rD( ts_oz mt<fM`'(wȑXar_$PshAbnNm8cg}3tL)b]{Cf]0; 1 I"I&(O;L2:Q=OqPU_# j pS 59Ef&h>JIr_Ff)^TCs@QEbtx\B}dB 1>=9C1OY'gQ9_R:"zt+Ho)jאGF/zx>@Wҏl _ml /!\ZZ,VWQD\BS|SقuJOAF8)!SSQT?Ec+1wDkom`Њ1*#uFk_=] Ȟz{>` q ᣊHDA8d ``60xuu%O *KtRivalBtm2{1 {iaxB>28>q *tRcu !3` >+7`!3M`d,\egKp{_{:oh%Tw෡C^/GUsO8-zz䶿:]}&'=zc({ @4o?"Cڿ,P&6"C cÀ𨘣hXf-LN)iz$_i43)&`|Bc8\em``&0Ս~d!].u:V()SO'`l ://C̷DCym`3L"D<{RN'Jl 0U`(?j`H5 42PS2[F{DS0## ~D˫5bs}Kl}D; e#y= Gނ:w x_MFˀ=;{u;OH@/bC6ןoz=ᅸXRD.ff <>S^w ]{VE歒޿ CJ:Gpeߤ`P:P (5~P6iyyؠwޯ[yG;t'=S7dn2 @ J@YL@f&A0Gnmqe8;o/GmK;G&4t=.Z;O"GȦ`3 z;C;DM6{HdS i}?8-T{e6@ `)g s`$_U927/G}yuaQ6>ffퟧ39, G:G1n" ""΍}Q4(62LyYz͚kxpe4P>G*uxN: P,UT4`h?-M)"EDw4 ~)%{ɱI M~AT<"zCu$Kq4/^1q]B G@ }=A^\G?7ᏣiY3 Ko9_&D@'Dtmkee5 rz J6^2́2|VHe0OLc,#`!!(Q j{K\2~m [2|<8oqɺ?߃#Ñ.~a60:ʥhi~C}# 3Jcr7MZA+{NNUռmE,|/d Hd) UUjHNS` F @UU  FE;cH5.:Z"#=d E0tѡI15>K&`LXYZk[d6x/ݝ}>cEy ;|懇 xe;G߲4w]?|A?ڰqY+'>O·"OvЛ7Ȉ㭐"6E:>>m1&yrr&R#tr饓V;KKyy>V1?_*/B e: 3d,啑Jų'E|F t~0΄P̈́:Ke + tZ__G=' 8kk'ddodd^ 0Cծs ?(:,igÃ:lsZ Z YY%+R2E H"2%t,S*$A;{Nmo(ԫWo9ww>Ze ` {_O|?+H_֏Q?^yy!./o 07&J`|A7m*,l6PTe4EtH q2 `(Tzƥ&bRaA7fca6`ڶ2`F4F()d63אנ| 4?bFz2bj bk[z_o"f^@ɑ&^`O0( 8vd+\ ">mD^wG^~h-傾7}}~q?3z͒B^Ez9ڤ zvyޤ#_C}2og_7ÿ B_Kf0W.z d<.V"hou)v6u>q?nߥx֪uY%XY+@?FRH$xA,N7PTu g€tkl&k5X?~6R+V>6 hoTjFaeT%+I5˪EUy[l5Y4ԶzlC'& v~+}IM5P7j'c z{)җd"%"_m-/ 7e0xS瀪?pZGuvP֒O! q oqp}0o~/ }1~#bZuU7YUT3T\F@oeAh[`%`Cd`TApI)2(6DX8-6 {[[ uy`m6x_?tmF~]>@9?D>>"+5HcXO;`Ko XjمL'<̩9*},9dPaddUE2mcFh`_`}6 Lǻw9grJ<~'..n{{'I'E x++;|o_apSZ"(jW6f2(Uc-A’LPN{SP0ROC~6{O%2(=)d+v?y8S.~N7?X_?j30# pK4.0n kΝqPـt*t[5 O7PH^wP~ ß-+?Bm5z=g5po7ߝԿ^77w_5F@k @/\`wWYz>#qztD'&`nߵz6!Kk%}DZhCz|>0'Ac{G `װwGgUhj. TZ.y m0.7c+hL2 Ch< 4&b}hn %G.7s~6#ٙ47pY1ϯ,&ta{k}{}2MER(_πV/T408ʈ=ퟟ_3yy *G$⨿<( nR (HtU;7QϞ(Փaf̈́*%oC>=Q+9s#_~ZK`HA3=@fn쭘!2ML@F@,&cN 6$~l@CC7;m{߆~&m"r! F2'#oG C˼/vy'݉ҿdG꟔#yO_ Y}<1;ˀ??'Ϗ # F@e a 4e9a"~#G}3cc tZvs>y+ڷn?\7P*aPMQvJ@j"\['F 7 4؄&RC}ب+uE0 ɒL@:=F_):.Pt`ccWp%ʨقNkO_C> #Ԡoo_rGY],;++[\/0\믯)|'K ~ OGhzEYP:qMv"SPaJloCR@o!slTL55<3g"?3Cyu;my*zV>P?DŽ+D_1zo`2` 2x[o h& wf :bXed@--CD '[[֗iwB_Xnf7@F3%󞘓LN= +"e2@o2K[npwS }^Oowo(4zr*%v ΀>~F??9@Q1~A 81Q? ֶ5@u54;'T|dHa=q~;@K?AG όM7>~E}?!b[l wB -M5 #Pj|'r#z[ lNGX^Q)Fں7&p\\\HyN9^]s)}' vM{?-i4ߣ#7?GONsĿGضdCFOua}Aۭr!o^ ,ʊ,*\P!#LP[hz4O'> EKs6u^@P[Cwc 9h%EJ ˆTT& CBREmJLy ?SZi$L0&azl-.%Z_,_&(d3px1wΎY 3&;>)S>SccF?AO&QMzw2JH )[(]%ao-2;;Mwvk|8GO 'i[SB(`+˝.9xJ wXC0@5PG}-ͽd޽ܸs* 0c;) PYn0|g3c0*WSY K'7>pSЏ'\d#>&qԒiYnRO~nDb^ .z}G'u' qp ;;+N slz~nR\atЇ`C@&LEuGԿͫ68_]\@-#F>{x>Fu'3"Kw)Qo67~l~YpYZXBaӠfy7ݼZ< t:R& 7;w/cOp{z9N7"zFFiu` =LzzG@߄&MWR(_a0D\';d*ol}nggWľ %*eeN~EyVTTC\SR?cn 4= LInB'UvwvFf\?K6"dDo^kqppNx@#05L'1VgLģ"/Dc}Z2 ՕQ1@ǪriXFPE. U:e¾28+P'k"3 e.ܑ >'w&10 p& ؙ1H@>)U~wAR}eVW4vG ?R]2%KzkF zr g~ecY,?3/c\oߎWH1௱':vNy:~)95uc*~ $ƀQ70}F?LSn{Hrn5VUEB*"aN|5@II=EM0MF{Ro Mq LIrErYD/dYk#^B|)GN_!b@-jt$2@'Apo/ƗLf VͯaA~}ރ@Xz"ЌaH0R?~#͛pyqǿR흊c/VWvl .womalu k=ot;?VEtx?[ʟA^T Ggc M@ii=A(hdB<㿾޽{/bYPkXyff;aY2 442又_fe}e@G|+o`X߿#?\Z>)enb?ReeضhmMLMܳj[=IQ}T4=)08G@ _axkg;@|?!Eos_>lwo?{JZ\d8?Coŕ8:{`\윈m2&Kzmu*rE_6浏Ęt A2!"8u }0&ǥI'V;;=kFz-Ӣi TP+E ^xG$N,,\ 0Kl\&`d3rA/ym3% @8׳?۶-ukjkA CBJ_?MQ>O {vԟL.H$Tb;`1KB`{r0ɜJ1k_w i|duy(nE E[pwG\_Gղ?@_##9!?9^?H^ߊ &seI@?m2s 2 >f˲7}5{|wk_V]%|A<']^gd>pBwvzs.wjX\Х;.ZY{{2{G&@{T#0Y4~FYp;-/ @n&؂iQLԿy/7?Lk+6 SaQ<`߿B?*gVq+'3pY*HG:ߓ~Oo/ Z4& x࿕Q{ R7V ;FAjGGB̬6OQ@"nlpShLUi9'锾}}L@RhpDu%D7!_h)T@OGl\cCy ~9CU 7XA6r_l6;ۤ⾐w*ۂBPGI/sJz{ԋٌ">D rץ t{d kC5OOe _[ha~33k"<)z蟦eJ;1F_q"sdIձ~&7otdJe2A"M00++|A~ྐྵq(vwNyc+N\3Į9p|g=`E#0f`? oJ;J]z9/7h4UG?7qXߏ!?\?L޸gjJL M&EO$"ؚAԈ {eVQ)}Pcy nTᔌew=G*)am1 Z|Aݩ|[l(gSV^зoo `˘*/oekPW1]wKB"tzl\G@]NQ߾=.j_O'l}FW5e9G?:מ 7L Dk] `ODzN,MR6O'#=/!%tkd26K zD2}}BTI9=9$7b?a8?O\U7CK<@,~09埆%_dFgC:Àm?!^>fC?~y [Fۥym&&@#`%7 12̲@,#4 ~k0$VirQ~T.ߋE3/o4uXЗ}WQ> #׍~ CAg#}z=V8,{GLJ>j%G;r5e%p ~ ]_z pߵ?yZb @Dݟ࿶,8?##bO r? F[i~YH5R?P2 ~Q@_E2z\*/T/c?yRio~1RaEEPK0% @̐ꗗ_t_?JKcRܽ43&Ko&`\1/`.]\x4DbeE7=ڏZi~>$g_G6Зu}2 uQ?#78?5>s󄾿[lر&zCKo?I'O?Ⓒ%/{o$Nƿc?!ߦ~ YuuqEZZD΂{6= |SϦ&utse-VQf^Y_ ((y")vd U<?R)o4`dD$o ̲X0%@ $+CbQ.`G F"5@kdҳrSw9値? cÜ1l^e:"%F#rS},z,7-b/  f3^фv<ĠnG+6 l%U2zWE2.KSK ? g/L~mU VP&@(M=8H#p p #, ]Zd8'蝱!0}*v xls޷khڊ{nS~vqȆH-s6nk~sDH<& /++ϷwTw7/ROamo ߢ]XYXsbv"q1?(tD$Jo-յV].o*WQ[f ue R5Ov{u2oKB$DU.}|.K(FEP |'Nd[EUUoI y?Na$UNaݖ04 N l_g`%W;Q"{G8(-̢o\𯏑! g Eh"t$HkihmRl& ;w92/_~/_g>k,r?8Mԃ] yd`n 0,#qt 44pI$A =KX) q=߆hS %~*_[cSf?4"ZЇ|u' w\={v7w 2ak 78M{^_5Y m50T\c~ϵQ!?Yz'?g;u?2\ x8"|濌ϔKxˋ+Kփanoao?n dfdߴ/ ō eO)J@e#i X sbfB!?OD"I&]6F&|s2T R^kR]Y ~S(Y5͢VGNW`#Dg5ju*j-Vda3 It31-^ K]5c:uVN^M3&w ?>?&kud`~י< 2N雰G!RVo@y:"}uc/azM/Z;"|36A[9[ {_Zo^"Cu? 2/r9#8MmF]𿖲 iHjHkohf wD6'w }x^ y{^(߄V+#'h^Xa/ Q mzmwun_G b :߼d=8L3zmvAb&;?# ~ 35Gw@GfkkJMUsjFLQџ}=Gt".:CI W{̀Cu zQ˛* mZM| ( :T[Lj-|J[D&~x*ڤC@? |A%GJw=y)%z{d2M'9Ǽw~n<1z_OC3iwWRNgU>n~_fs4>ǕKjZkeZ{n>Wkr5{ۿ>K?4 d??b~M=^#R3: L5'g{1fC~Cl Z7!pJdzz@Gz |r,%>;oJJ2{ u0d^-z5D.]z`c7z_`N_ߎ2F[Lw^ѿL붢9l,_G0 v+UX_Y#Brt@2%G:?k4_AT_^g&&ZAy,:obWH[%˙ (7;2ЯP2.WU(F??hR[f?hBc;d;ץv= ]{#A{ں1tt;ҸS܎z5:zsΈX+7`վ5? Hf3"YM5^}'U_?<%*ڲ~%+{_.CSUCi90-  69|:%9䡰h7D}i~3{><vFWƶ0CLO!`~Ƽh *T9T)VwVR*?-K>~uGukYuY%D X$f峬`dJ3qQi0|.W̝_Tet_nyK|Fe5{7÷Vo mTĒ#P /3TY6W?%Gj&V_Ag_o(Ux{EÕKis2ǩ~YK ?&r]ɏ$pW6 //:;K˓䮄j!rbc}DZY?HwQƤTF>zQ%vK}/!z~N! O0`A= X`Ou[ ]=ljy v^ɍܗ5`X/i}LQML¿eW ,~{?EG@TgM$p޼vsso4J8M`O 0 *me @E0`$LOgcl{7 `uζNNjofuU|òsXFi[#L-G=+4CO33zϕhU:(Ao@o^r1{R ? WJ2Ӱ[J Ei}T{{FQ?>FO%:ՏFzqLƏsO ,Wȍd o˃~+w+}&B a5'Ǻ=V4GK*ih&nhx6~Yߜo j+q_m{V^>er>gEtk[0'Oo#l"%Ah`c u*A2rInx a3@ YCM#"G*Y$r XvJ[kٛ TѕJ}_M^(I_/2)b>^ }o/mͿRRXWUeSS|~8?4K,q2-4}2g:Un\ɣ1י_ Аp=$|>@% .۸<a@Rs(Sr }w˭w@-яj]НdݭWo!Cլ勞^"ƍMd_5}vMwnU(~|5WvqqVW@Fٰ y]J/@} pO0=}᷷PZt8)6 3'5U4qo=U>n]]3{ō P/BտMnK<-;B6o,&.nBn )w2u쒂:#ru= (ŏK< ˏs lN@)ѡw ~C)@KC+@ 5 U[OV@6o@tդ='E\iIE,Y5߂'+%ؠdEKw7 {/-i{UȻgwt jXOMhcG~>VZzA{F^'S{8(T xzm/2< vZUKW{X'ɈNIT4᠚/J<-໶_:Apk6ty7Ek̞"?} ]== z,չ'Ա}0}KIo?96]`~5 F?5b1|ŧ5W|Cߦ*n3.0n090y2~ã -`-Bտ&Ɨi;ߏ'4G=cѲ~t)B6 &0   ?bs#@ 0`{k &l`0? a@)8~dž0@ho`mƺfRmUA@iaOKYAvVxՑcF~>F7Jp>)%iw.??f{\t[+OU~^N$Qc~ м/En=\$^Ze69 |F\ \;98'ؿ;À]T_o;U/uyq |WNOտ)׫~]T7>}' ӪN38` s^@l-a{Æ-wri7WeWs?r[  _"!_ac`ZPQynbf8V(4pPK! _U&o`ӳdԷ}jBsoKVh@8LJyKA`q bF(e=g:Ihe5 WT@%]Pr#B4K;iIս9! ,i\,|BRpT=} pYA^5/w>>V%dD+{<{\5LhF+10}4|ܠ ^:NXc|&U58y U27Sk2; -Cb et_I>^>NV9$<)Y+9wY3~ZG_kO_=l`f}F~ ?]l+zUfOm_,6l?g1n`Z`;t\pvJo=Fq/5?>>|9<ԅP$28@[_\m){x.#ϗI}w 7j}ddK=\B_tlUEy>ϻ)Pa2#0A5 e\eRFxͿRoSX d+["!O濩,H5B fDk=A'hm@knh'54Դ`:* *XYU"y0g2 6}vj`9ipYĕeۯwynI/`hGeaeS i2N𰝪V1ߥUXwu;bxot@ltދSpj U?N%{Ұ8Wh4UT\7>ˈR5jaWwT@u`;7rgJk_ؾxKt77w?{W]b'RP+WPӷ1}h7[Blo&6|&-w&O E% Rѕ.$>:F;hi';.'w?MC{rpOso4}n`+` Əf&&:IK0s aEj\^A"m`Hd&xjss%(-';VGsmY 0k[p/ پ^rήz_W ߗn5G!Z suulOMs)`gδJMJڤE> $`^y4;:i!4=e/_#Md _`S{ߢ%G`An./b#xn67mP Qu<0+PS[T< Is$PWP"!WI9-Ұ ܋}MʁcSlxp``x% @0@u:zXkS'6AASC;ԠTaE5@}%լge%]..adp;se^&GDO|]~*\2ΗbtS/~+jV﻾t =Nԕ՟S>4qC5MW?7Q'}6n㴙_Ϳ?5\|[`mLs,L35on>tvz7lWX[:kk٠-}qSVW<э_zo}_\j0%؁ϝ u}}q;Ow?cDMhEG߽C_W>.( oMo]{رm) ۴nM^]04-lizF3-SE-WۆͲ-}M҉M_mD@EV %E0H a@wSQfpp.G@߰A6;Lpm^R[ g7 O^"(e]u B+,g5MUeuqy#C#kcK&//#xu9\jf `ਦzliMjnxt̽{4<4@4&?E}zT\GW{H8O12s_h§=7G7ռ/ \VIN+o^vlVߵ_3Ɲd {^vFVw ^8[ÿWڿiFk:d i56,7S2nG߇5>kv-`+W cPo&'<9.ՓSx/Mpp_5}i74J;<"gsuwPI˅e;ط=Oc f%c<-o]kh Q@k hV`W+pARK0!asKl@K &g} $A(^ۣCCh#z5L =]\8w0@]`;1i:Z{yz[K ߃?c߆~@x?w1xS'qL4&*=M/mpq>B8 FJцyΫ|4[Q[t+w=c}7I3k}@^>w/.p`Ymc'κPg#= ~WuBU_]|+iF]]]0XP?jYc2,`[XͿLu4TgҠ"O@@hڡ6 &}`Ed9WWp:}>`R Ə>F:+o_٧[-ۛ:g'Zon} `. W̰Ѓaa!`dJv_9kPU›g$Ȅ`k k\Kk B, (O 8Ldj`01g &'pL>:AbRq5<8N} M|txRh`yτ7,=>51wODA5[$͝v[ޠc6ǚk[Xcuk" R8mE 8Yov}n0 <06UU8d)&-{2G~ j]hm=)'(@X[ݤ6 @rP4`8HɁ:,|& ܌ &g:5F3c$~4O&U79nrۘzP5s:i짭i?:1VdO:ԿaWnXɥAw6C} , 1}՗bW4}ou%;]0[Lެ+]\^-nluBi_C$M s e/ V:|&p$8󵶥}Var˄w)rO:* >snMNn~^ݯv޸S5G(_v{sǎ@ kkle-*lϭ%xb( *ڔb{~H{:}w 5C#)@>\{N[ 6ƿ0|ChoO gd-K~?&@ M+"=[  p"~S2]/k{q}x/---iFN&=U254xe!lRdd_#2#q`!wU|;]^իb__Jaf`p&1p؁ }S+_QA._ϰ{j5;6~FooUwؿQW//[e.=e'MIMvtTck`lӊ ].?4~a臇J/6C[4`,?szk7#09V}lie|gMŕ1Aۯ埩}#93;ڛ[VZ<>> 0{< : _*Audp8ЅE o ioj&r\& AfXL!ɤWP hhlnUA]Ma7xixME<桂5{!;WZ{4w2|nEP>3B+| m#\ݎyY~n|軻b Nr'!u_~U5yj_;4xgPM7ddGZ) `dGXmM(cu5saE8tQpjH4P@/l5Ux;% cel\>E ? pn)PdA"یw&S>/mv ?6z:qKVZXue3kic]]> w1600FFI!t~~BYS~+ 8nxN Xl;6`/غs}"Q]ޡfz25iI:Ft8s nMaA%<as}G^.oc;[a%~k׋kE%tћ''c?Lb{jGs^>2ʗ{k3>[uc0  M`7%/Q&pb_ .>ro0@)n:5CexOY%\g{0Q0o\x+hdep9( hkف @Kne &o$+4h=`}Klvfd ` D_"9p ړ9ibsKZf|GKN?mc VW`E4C-M4 Hi@z `Q0ё %p@k.<<{~ r}s+L6Lwu8埉"vǕ3?OtW~wut0~466 w²YZZ9KO$efV]kAuUW45tt 0ǝFj㸷 |Mg,Y;Ö zq?e(SxcLO9C{ @7]{hHu-&=FSґ4`;Ǟi~huz#34pa蚩XѹT~4~nMM`4U (o}sWLGu__>vFuC5]Q^Kӿfq~vN!NƿTߍPm6A_"E\r2XvFfY%]I6-+p&R$* n`D;j'YM 8w0ARɀl% V@ol.s{} pzd@ ..qӷ62 22tefV ձz4z.R83ՅV|W*3 5@P wH >(! 7cnaA@w M $]7sAfY N'R"n+ruMz/5tu`wtL |e=xx&IW>DiKP՛Mڪ+{ս4~nhX)gzNyŏX5.a| ks UUUTEX~n>~z&L`itM|VKGX]<:%>Jf&N-^U hd[ؚRr61EIDATx(d iS7\Ӗnj=cZX/KU~wgzd--??_ Lx ^ M*$ ddTi!ȴ g TVAjݤ>9HPϡ`ix*I, Hi:B +F{ pj^7|U'ӷuݣ_54@- |@!( o+uK_(|(8QWA#|Odo7..GcO:9i׭MǣtqSܾ{ AwP_]Uͪ gҍf ?MQ*KOJKN,Yɪ*(ino 0B-;NXs&f&eZYmM-k` Mxu@+^x`>R'____ٟ`u,55de(@!¢JRAA-+,c%%uuNWmna\[0%b33%EbeeM@lo9ζK9;'Ե2  \C؆ zmDNP@8Hnp`>߫o72xa=>Y1n_I7}Ug)ߦ>^Rt顨HAaYg8.iI\oX ocL=*L.RAuw;Z=@=x\mGVV2sJuց׳F֤+{[F'<7<T]=6~ ZfIPSR2 _ *S$A|YA +H̔ 7/TTTPP P˛IMM]utwRq6::P0&'9Lc"P0;/Ҋ%~^ǭWB 8:p18U@@]LTPaV4n߲ķ,9!%I%},/GXu 5ZI篭i *.V^Z*˫XMU5c P7~4.0+|)Gy, 7 "))%'2ĥUF@HJ50K7J$=(22YNN]" V  4 ䷌S| >Gokm̿0YdFӗ&4|MT'q %'&$h55K޼gqp:τ|ai,' !bVZRFqUB@-A=E Mͬ 7ʽ`#֖v~ jij#o5:V0QT?'˿ gww ~oX\\{-{:yRXbb*4PP$U9ER2 ڌ&! W¶A5+.e׷NH2ҁi65?C@@+l_r54  ;. A-pi/(# ;w鱟)j8^r6{'5g2|U.(I RO~kn|*4S߃vt?l5ϔ~.20|)H $#dzWXӧɣG1~bӟH?3{{){OHHMgY9,7' yŠRJ I0P2rRNN* 4&VSى> Aq 6cxA6@0 &a@?xLA!; ե|'X p ז.)>O@ x{c;a*Ƨ]#} Ң@JN)Ƣ w,7q*zVV\L_ϲSI`% @ORd_>yž?~̞?|~77C2G<<6 {_ O~!='=|)O^ `իDp0p cJP@^o7 2@"$T T:&@{{Aww?Y#= P N- Ak] @,ÀI@4 8@A(&oum/0k#+8~W3=k_y˩¿ Tsӗ-;=ӪďWkTRl|l iFЯdŅPgeۚ UV%űϞx_?z5E^PNH : @ Q@[$Bo[U P.@ o#p@\vRL!R@9A+)aլc2ں]}pJ#v 78 >Wدr+hR AT>u&Ln-q՝U7 W9߇:n0 n yVWa#0yQ)_3w< gmmw+)꿀?]@V񿅊?KW);X@H>4#-qЁg0L $$&fj柔T"2aFUɘ H{(BJN.ل,a8CPYi)ֱ @ps0mC 38p< [W&WF9Da(ܒEkr~= $DD`v oE%pF4T0zG?ӹ?h_[}(twVVWSCAnn`a?>͋$W6տ?E l [0̐ pJ0` %$D@T7@EHRF RR YjjRJRjEp x ?G* Xmp=Ajnu``cexM\6kϵW~*—s7 S?>!??x*Us(@o7.kf5UUעw5~ӠV5= `L!8 0m'Og^ 0A]יE,1@€`rU(H  RR XFFee S?GEv`t+b/`AO7Q <>N~7S@;Z/VhbozP/*Xi$BT;ժ_1~@=s?P=B = ȁD# px0z* Lbo8 p?!' EI  ޾#x@̯s7 djD>;h ]Ka*:8 b} 7\E Z 1dz.=cn ueC{ ܗc|`o󻼢' pg{;keO'dRb j H@Oh 7 ={xEY\\T*@@{@!Xs2@^ivPh^Ϗ* !'&c%+l!`7s(0`>M`ʎ * \2, Hi7t#^-,8p&*2*;~1|8ӆ?|_L [ZX`)3"hjh0/ZpOUlRN)s 4 )6opT @($!AX5}  տ \:h`C 73A@ozrH/u7z'GCz@3}?I j0p B&矸~qA| k;Sʳgo6}3\Tpk?)X0 0A@\sUxVvo x-SOvS`R/=M0Het(QX3]MfHL4@rۘ$$ X~ `c[ N@> EYp0pD n 2>pOq 4 /]9B}iVV N -}ZF@8B@f`[XG+[: dC@tELo]omH0dK\ v|1=*Է.a|AP pE0p5W!Zꏣ`ltisڈǬs7zN?K1!@jβ `ZZXC]8jӢ< @*ȖS34 Z*Y  }˞?O@W||+_Y?!dx{([~ 3?8@ 7 -g݄ hmq o7$>2_ݣpfU]8ܹhFo-piqKh)n55vs\UL$(C4 ~O >gsWY{"Y(R^c:QB U9J¥ |5hi x€_ `0ɀOP;-DR ɱ0qÏ}_5|/LTG͢A@ % &(߭ok H@9 @ mA'zfkR pHV@||.@@e&\ d &W^/|c>iv=\s aC+<0iA)U|p^Lq" ?:>@ȭ19# bK`\{m%8E鏟?I&0(i O &b n *8?~l`@- ^.POz&ߒ D~RBVS߉@T@00p+OSuL R_ڛÛWL`v:bff!` @a@`+S{Ц@ìuuvRP_[˪**XYI Φ}R?!@@s>a@''r |. Y,_[^^=.8 t&*psJpN 8 tb b8xp~^|oAo _3xow60fKv:S?$Hv y<1 r23 0ohwZ"8`؁@T Nq$4Ǐ*(l`! V.wp_ SOkI}CI8" tҷ@puz }W> *vp Bl0.90kg=џݷ{Љתcv2Pe03=M)h_VVWP`qQ?@8 J243@ 4pK A!ӟ I|.ի-*((4|=`W pj z(a!8;Žk<@VH b agr?wV\*{f'p~2RbgMJpOE1̇xD0  ݝ4P_SCD"< v(@BDM `G Jm<=駟< +R5@=u| `X?`- bSKe( ga1{^wG%O7y{7UǨ) A<XTUb(VDBq\0#W ! T04(]@ 0 1| KP'Kxa@OxkE&tD;[8b4t%p@L`'@Ȅ .qP \OAw FoUpsM?ZV:bG{y67U Z051 x72B3]*:0H[@ 0 3 \c7 Ʉ)N3~= {[.QnIBFx<W(  E 8=/( ^CD f0p|AvA 8@ue |`p;%Bڵxp& _kZ4$h3 5xS8M?;`` dd%ɫ ?!/ &`?W{Xoxb €@T`?o@ Aa2 1~E`yOM>9W b!BU'bd#2C=m&@X^ZaKg~emUWV*VMev `Hs/x^-Bs/PS0gOόz@C3اV3~ @> \AP0Ba00!"DBpi/OqppCt~j`bwfMW>Fo0}j_V I)2Vf?3ÙQ7z{YwghdFYNF>LaIXrB:m|*K|,J޼| z =WJ =M(HzJ0zp@ @k&?yS@ $SYl _+]&n>6|kj@{Ӏ0@40p &m.À.5W6} @_[{qo2X[MO*.ȓe67;fg) \%0n}8K g5PYVM !HM$%'GdoǼz i\qp_K#=R@@  `R`gzIR/ C=Z   I¥aA*p0 Q1Ν >BUؾ~N`0P*{9~Fa>LW%ͦb{\|T#`;@\Ki_ @G7kmi'@yiDY~x}O÷oсv JV״y> 8+-iFX_a]%Ȫ*jXEY5+T2(`oq3,@owzt RB|&׫LL40`i p HmߟBRa Bx C!ab Fzh/ ``7< K N| Nc"  t{pl `8&=7?x@F;? booe2ymDAgpYj `]HrPTr'4Io}XjL]M$ HD[v@"SfxiB^^?+6#"6ru70}@@_4 lfށ$+08sV`0" kt4峘(HRqcC Sc/wt-͟}P @^$`M[*Hx?5m%<&`6e@@AL"G[25W6&"#HA AS`W}K tsz+N^*@0xi3 ?R`B*@P5m``'̀? 8-g(8Z n"gp /?>I}Tt0_`ɯ0]C! 0!c;o mbql j"@h"hau@YIbVW0aI,%1 %%0|* @]CU KR/4x 9Z_"]>~?(qp9hAg~ NBPpt08>@ 'F@ YC??BH i[Hl,\! P Xw,]1^Hh`576V:P=+/(grV[r2#,3e$2,Gw%(ᵒȶ 0!ӨW\L0A,ϫbPR (Àom|DZ!@ d`;d`7F0Q;pE `T7hp`R>}.NJ8W<v$(i b+ˋ+|[dsLģq{n0 Ǻ:zY[K'kmd u 4zV4 egBJ2 XrORsXϲ7~~* `n 8Jv@yF]LR!@"Li{*X[$X@@ vvcV881*J(: jBe&Gsm`1|'gA`(i_'lm "H<UlD}ìw`!R:VQVJYRBdSBRA +轤H O뺲M+J{5 8!qky(2&n__Á@0 c'1S*wWO&|~z/߼ݯ|! 7秥Iv/'Nomj?) ؤ%aF`<g) Tot`hfm-6j `"-\YŔ% un,Y(ɠ0AP$ d9ŠAb. "2j =1 fmk4vH `'6@Rp#!!՞a8ԨHuo[ ؛򍇩)ƿm4~,lqX٠Q$38,8Ϧf4 Nh(9l`"-T ְH+.KY^v1(y .H  "!. W"a JB-5(2~=ƒ#^!IENDB`resources/golden_0180.png0000644000175000017500000047036011301357544014557 0ustar user03user03PNG  IHDRǵIDATxw\Wr[⽧!Ax_{oVrH4V4ެy✈cYXkڿq<:]Ժ52].ODǣ!hgp4#Qo8jE=GghhhhhhGzz}hh`,a(=ٟc&Ǧhzb6f梹h~z!ZZg٥hynYhe~Ehuk5Z_Z6ףFYوr(빨 *np63\Ũڌ\ͨ/1jՊf5jl֤JRR=jZQmTjڊڵN&ڮNv]~V?wTlEV*U6}j AEW%fT*Pms5>QV5Wj(QQY(* mpqm  W^hu+'eD\BK BkLJ4?̴p-F̏fO3Sl4514MOEƘGccFGGMGǏ,D'DOGgOsgQrsu7ޭhpL4 ,DK .2 YJF(` RU Ū Z% hW\uj-dimH تnJ;#_' uWJ f,]YB  @"@A)#7/)H7P?'cT-hvUAWM"%sDMx`0n@01 kxT9/ PWPGA^KN`NA`>ZX&XXW Xjlh(/@P ÝA(Hh@7~vxvk5ӉwSy?RF |y `w雷6S_GWq_`?dяfOkꇡ6~b짴nY20@.PW@9 sr!p.Z9vF@`FCx3EA#r+@`8'fn@ւ@~  (mEW .D A` - QBc >AkIw ML@G (ǁM ?~=y P `?&19%dn/Jyes&1W0/L.w ,kl0PGeA9SY Z ]Z[hW@&ة:6]h;1#?̿QJAŅ 4 5r"]䕌Kd6kTGnLʟ#g[lyb1o2~Tۦ ~:n 㟳d@nx 0G(HvVdA@GA8$T +ƂBy @ ʼPPUwuF, m@]l{DF z?x2~[/Z% hC&` eb?TK?g?=AU?1~߉R\tkʕ 7.@0@ K&lvPOeF C(#qQ] t ,R EU5H :B-p7"!6濇ܶޣnz(hI Pvx8l0VO3y$I b 3,.A`A ]TX+lDŕrUD@u%2!5^ .58@GxhLpp/2|@UA(X Wsտ/ߣv?pŃkX'??6}es35+d LF|t0+y8(gFC;y@lT`FAa1N`u@t   !PEe9 @@lcH`  R?fI`~nQl7 c cl[QP SB"W/J_J<տyL}???Sߝd׵Cqѽ҂ElHt0# pI]!/ PT6Dw;vF PE]@~ ntBT`柕hnI: 3(P$2 SY ?4Z|mhc :;hz@dH$l`ͭ+|L/ix̿+3bc/["_2ya#.0{P7p}n]Fs?z<;8H'QPR0?!DA0q,3(*,{@kCBPЦ(in@@B8 /h통6־|>~q?o9P+M 5-<@>[B@Ɵ W@* W _BU+r&ĺ ?!?|47U 㟡O}<ta󿯄~9JApA !q4=-<D]!Cd& P09?*6T'! H:72hN@dhd'`@ !mu*aPs4]-_l׺]9@GjP}`0 hz tu 5Tȅ9;XFXD?gA/ϯx8WzSmx"]=Լ%~l0u_rAJ|@F`8A1Bg(h^ @P]  qWB7)& ʪDm50vp$A@ߚ n5[~%]03o2mal ;N @  b>  _/U(lxq?K& U*,}<N2R#׆~qW B) *6\Òc@ p8sZPgGϢy@]. ÔUP@5U@+B] :6;h P`[QGAn@o3vmB -!?, k !TR( k(Y T я4^~ʗz3a߷*5Gk_zW, h4?5G)%>u@Z 2Gȡo<} $ 22r<11?3!\tTJ0hw?o'?1%@j@  "((US* wET[~ Nu9w:'OEU_3_Zx 0j?`@6nM730@`@`Yl0eT Q!Puw@A .Iu@Npkە9@o5 ؎jpA @iAaAnAfu.$|p@Henϯ?EE0/~3) T7Ѕ+G1hI_`wH7#!>a|j jA1X踼BC} .`w3 sY P@]SuRcA ! +`8%pIw{='Nc' A`K VM lZ( 7 פKl )tK{-^}-G̏,?毪EeKP3C_fNS4u]W&ȁ&Zi \9-?X=° 0 0þ/ `Z tPY7@?lY@{1Əe`((KC Vc7j3mu 1@V@P@PBeeK_E?s/C]A/3<#m(L~IjE3KZ I-qY @Zs0 ~<:#C+5)&-.`2, (@]@F 1(@@b  `GA.N]~m kGk/iQmԔj7w@p761(Yؤ(;&@A@V _Aտ'9͟ ^C~ec?m_ܣ (x.o ӀB0xbsH 00!ȇɘQz62]Ӻ,kS@@ 9 4-\la0 u+. @A}P\L4$y z B!@ԭ. $J`C`UVorfӮN0KÃ/(c*Y6~eD/,k !?5~鳿/'1 A$sߖM0(R}7!C P'Au@P ؾ:"F6.t=@; V@^U9@`T˸?}O7wuO/5q1G(yɯ~_Z# x,tF>bs H!ěA ^k3褵4`(L tL662@FB` GA!4@ p' p9.n  :5qqn":Vq؎@;-ZRAv@濴+4EO97?wuOj|3eoW俔Z >n!ЕȪg\(|:t7(إ {3hY1PP \, <@`P10uCb$n@ `1 x%!&9wj7^A 4 @BTA@WeIii5Imv=HeW>6~aSXZ ty_ZC>!c!{H,~GB6a1a*7; A)Y i?f0`@CW VPG.A^] hG7Zt3 <7n'_n`;mD4-4,T7^l:?'?e|]luO8͟_ciK`eo 5[ x:vPW|ޯU`~e0  [Wz=;2E'Ψq1A  0!09fu  eٟ5@G (M5K`d<[B) m ue@P6fH[)Bzp`C`/ h%@ T &Ql^gvghguЋG?T̼+cϬJq p s 810/?%A#gs ~4! Cn >>r @3&x7@ | { |ش Ǫut^`uq h'NwP%C`+lS4 A9`ƿH )ǃߌZtʗo6~uO0O̶m+mπop}BTaobq@u b §P p: !": 0ni}iY1< ֦M7qe ,B, *>=\B`3=D'P)  J餈hk'X~'j3XtNAs - j\ PVP柷x72_oʗsČ tg`㇬{ߗ'|?ykBHe6hxh&`3U6y:Fh7 Wh$D  9EGJe5y~!QIy{-\R7-:='wa>$u5n4ѐpXLlp?g<` 58 NY'#!A (79@\$4O#tp@M@<@ T-ԣ `' <3 =!iv߱vqƿ۱{+<ߴ@u$(߬ȇP0?ܟ}n栗ogXluO9["Or{ga}췵 ośevome-ߴ̿WgϺb7na29F"Ovˍ̟VEf'0h83tB1m@  HB H{<QzZGADβϱ!Ј/ vf]T)DW?uL`= BAA!o@AE@QݨbDזP\Pq qj'ɵ݁v i\}F-ԲUӏ7oVv5}l>#OտѶ9Ձ1w,zr9%oN/1n?77@( XA qo]sA@۴;2x AIa7 .;E =8vZCYg8 ̨)4@6@ ,l(d J* sRy*ZP 8Q#JD0I,8* )G5WD$4,\dy !v|S+Nok>mW_UQWik`qUê(31|s˷?}C92W1?5MߛG)$t]?߭\Hg@ <<.1ntahըTFXUf:հZD[:h+,dA@m%ȮڹQ1𛉑N2{o>xKƟ=VAwkN eU?~˚sXG|CyT+'K@E < UgvMG2@ ux(b(,.d + z2Hptpx\`A$u+@ k%ShWªBiv   lF= T8UJXa@H5bԬp5ҩ4I!To 36`k6{;j}doxPٽ؍G>#03Itjp}n|g yCc/1+ L .+i~ucR?nGP"!`0 >#VP` l_!3: >t4h<,BC n`u!L@0f9,0Uba  BߘCaӂCv y RT+% b5PEjӧ_% *cսjT@ *Cƭ m>k0ee p:KwG7F=?wf<:QLӝpX43:ZǙ{D3t]d'E3$PCfN8,F: R[A a09pZFAh+h7F}GgT'pU70+! g 1:DCt  rKy ѦǪfTǩ$UU6R*amrUqjRe)0_Hʠ;6RT1N)hsۆ|W]D/}1~DZSBn,:zhUhT6_3OsmJk H]}Y{+.:{蘀t::+! l@`L# g$HW0)@ t> @u -LT@K! (=( P`ɯ7*wRXrTUĪPax@`ʮX嚮X&_.&}y>]÷~7 Ƿwл|HůG ȇN$KU=ꍄL;@8qĬ}kk>`Ə+u!@X>El e OG-0.]> 8.P:GNF8g] n@Q!Q 9@L[D gAv + 67j@(H02!RV)SN͐2JޏtTc<  *z[sHs 1x|>-ӯpN M1t8:Hss$^0]|k0g@GASP2ci!fgQA ^ ~3H `\€i% NaeE-M ! M:R[YcY*OT`b"~ʁ< iXfn|oE*zc>+h\4ӟf D`ogr2|O2d#o ^/AW)2UǽFA?ta0 ͟M' 0b V;'S2Ϝ]xdN0du (``[jàu FcL ;@e0AAa^hҀȀYAAj^h!ZUbu $ LXy[jͣ֐֗שV66VAWlbf2vlkzƾ_<6yEe?-^s^03!f<>6s OawtwkY~~_ǘ1PU?7j#| qWD( ԕ7k!BcLp9ar |&Z9M F'Ϗ3H`8ApF8$iP,!h,I5f*|VZR[iIo||ib84Y[K~Ź%6Yƨ῟U=+s3inʼy#U>rFؤ(7vc`|}Lu/3yxo]Ϝ:;Nbw'Y:E~?&qh#/z| }c_6XtcGGG>:'cLǏb11(f:su)\=Q3QY} (}рP?J? p h߰H4?FcRHcLD49hj$z{_*?Dga1! IF Jx5 W cj *r k*-/u_![rB=bk<+qMgX}$y1:\' +`GYu<:vQu}as3͙;(CڧN<o{~roL_x#qS毪e5꟥B B H|{ZczH] Ypp#!' Bu@B.B{=Ahut~$CnDž>t3?~4{f/3ًf2ynf\=gX I _3nРW7aK='/LX4>1zd#CL}Ǥfgb4K59$V͹b)1Ib51jkVhk4#455-4:<"5"481l@PH @1PP08` p pV@ B$c>L@\oEC7|?T9~x+[SA]@F [1$yXQb|8ZI|߰Yç1?If3:L)iOs1WFsV=xO20xeC؇؍K!cG3)ȧa+qFe&=;5+4ӚMyhkkQk1$cZNԂ%e%V@ӠeY)hfhzrQjBjjbAjk׼@dƣik!Q-ׇّƘ뢵,8( }B =  gb $$d#;  ~ݬC5_O_O3`/Fc.{/G_cE?8aTUl <p+Ȏ쫢uЮ/?1տ_"6̊(p>|c<>7\ً>{asgF=]GH}/3z~f4 SFϾFrs>0Qd@2teg3^ʹ8MziEre#D+ \BEtZ2oזփZUoui#heZ JVoIk=ZZqivҪȒƂ<BX'#46LkANkgLIBH@BC =B  *(Ay?q!>M//_qȾv~uhEg/xV4#.{o(gF5d=3Qe7ݸ0xe#QM2x0vcѢ6h1e390_[ZZ2oי mʬ5LڄɮٿeoʈYKhgaihm%',eɲSI#C AdYhvz iQhfjAhzr^iNV&KAH} $$ ~ $`%Y900>`R]slt47n3foQAeCp熯L'OƚC&O~<5y0vak&4-y1NS|ՂΠLt]B5^sWebs򭥒V6J(WaA")x0,>`pPH@ؠ@RFHR*ZXZ_Z` e  sj%`rVJ(Lj(` 5P ʁ548a Ao%ut >ox?A#տ~*Vc̟_@ BB Rԟ U*q"X]}.wG}.@vĹq]䎠sG~BI+)6~KBgNA 2opOc(.za ]sGMn`N;J( _?"OiY? 0}YO"ӟ֦?~mOa+ +^S3[W++W*aӶP~CUjնY56 pmi,T<00|w =aka%#:>% ey ͪdp 1 yP̜f0A~A ǭ2$TP?~ט[Kv7 \@stٿ0qdfR)!P5κyA e])Ϻ^}GК# &O73f؋`rōFN O{L_E:_J2;.?&)2KF22{0+*^|--dZmqdeow[T>y nj:h h`X$ % ; (  2  %^oK쵷P`PP@U@PWB ̨aZ]f_6@.~ я&czoX$3Oo}bor5[/tP t ?_kjAgF#h@^]p/唸JאSfZRlkimKsW+]j;2}}mv. ]D]rt%t|JW]Ѕ=B v)0vw(,|j84bc@]BYA@` Š^W 5.\@X *  CsQܔ~ +P `XCǏLG'#Ѓ_9tg<1}:o#`D._`J]( OJ`ظ`xjw,OuNf|\}1ϔ6)le[W-ٕu"O ߎqCF/ 6{\kIo+VF/ ~1=0yf/ps!h}+BW.r]8%kDW䯯 ]!E.]Æb/5UԨ:%HAPb@T@(2*00p(a Ea00=Z> 8qtF#2_\S֩_OTǮCWp']@6PyWb0$AL] CȓЕaf% 31Q p]H܇?/&WLWk/ _=co'=KL"1%d_FoL%ǗI]]NuFٹd? \ 8\ ` ppa[  jۅA7O 0* !x; Ei`+pA0N?ec ?=69[[M%2&I[?֥lǺQ]zb%0 `q2@)V?5ep0a2~dp*VI2}~022-eURe!c܅_u#7Iݼv+At'@]tK[ ˨8.ڪS0P@;(qQoU ʪ;5'^9Y !2+0l F%ăbY?:n~ja/wWcrl--8|B8a4pf:)O5Nm_0_U&4 ]w쉁~qD^umYzgya?0 @f Cc p) Ɓ P40ANÀ`bf4&+:Ϟp߿??~TcB M ?  տ䓄 gJ/9N~}WaNU`(Y_=}xF-x7Ni B ÿ Ejׄ_WoMcM ׭Bwo}"ut'Z-{Zqt$P:vUwkP[ $$BEzĤ sq;J_Yφͬ?;վqwtUEev5Uu 0{YBfFD'A ?=z$tq@OR|{TYaJ0C`0U5tN Hw@vB]uaP pHlD0lx@ !` Ξ^sz?~}.!o7?7_QPF@]@T`S@2@]"d#|&:lsg9']'S|@m +UejߓX6+ӿL2/Rÿ TV]TՃϹ&aE!=z"i@ϴ4zz` łq]R[G0hGE3"63-q4  A`֭y,4c!7p͟gW?4 *@܉;@81o?4 |0'RgǞ 4gCan ~;jZdqY/Aܳ.~n*ɮCc.SWjUiv}lJӿ7*ց*2}BU1bz6SGgScOc\skWFO@?2pxȥ'{`(H <@u_F@,\9sȮ`u 4( DW@DCy9fFY4,,/n}-!p|sǺO'Tf'³@! flU  19Fi|ƹE`U rɪ?#ߪ ='sU>[_qL:ǘ=dBf2zmO?Sz ɧ?=})Y B! T@ 0PTWp_GE0?`A֎ XaSue L, 0jNf/?o/\`wfv|@aWA)r$wسl|Dw:Y}GqZF>?K4x@?q>&ewM龪b*|0\ j3i ac=gƬ g\rˀǟs=@). 0 vbgpYD;0W0]#lIȮ@PW jY 9ln@@@$m͟h2?;OK( |'[_p஄3 >P @*'"͟G>N՟~3̣ w?Pǭ_bL2~ߺc"QM_àJS6?Ss3/by}bpxn@A0 {`;P03H\Q|d讀`~tMPHh@Bߕe$}.V8?㟆֠W v6 M Z"XV򝙿u*"X@n pfb6DmU9qܣꔮz/cmewnr*{*?dkW >6 m!s !lK/^pKA#H8P@xAA@"#|;""\ 0! h`O\m E!A d2 ̤יY?zg2?M5vA[{K) xk|g1FO@ K\ | B`Z0Nfq?Nv^>̟WWnЀom8깂lm㷪;ڿ;U@8W1}0|lɿRL bX̿|:F_I}F , ` (BJo"":+]5O@T1З)ŭ~d+7\πiY`]׭_[=c3~_6~nj_4G?i7K0{aJؿszLZ V+_r}Z@_|+ 0 0< a3tYW(} h {:o?+~Us_1X^eMY7r &翆r~iNte{WT36|C []s!7-7o܏3}@ > |` s+AL@ 6e\.]n=p!jl_lOP y{ ;:P @_cBr Ù9iI5{uKPmgq䳵{˦꿉ہ{SK?C2sDZ>6|lb)dpCƫQ+y>8| Rp0P؝K2|`Ah(ݰ:"! 0\j ^I݀@CfA>(h,V@9:SZ$w5 wV_  ; H;'<J_1ul!/XUeRHY WOQio2~5}c7F2y%d?қ~~ ~ t _y`Kk`fxkgkH]94>Fb"˨^$5݀ Vs˚ ` @e 1ع c?8|98 V;gb;C(ֽ@0]_ˊ矂_1Eoﺑ>|ܪY뼃~GqCT{!祪W1뗯t+iL~&FG\u*  3:1T45􀬏n :z kD݀z%|+bh#ڞ! W (<׽ߟ{u'Po@03J*@V'_T<_@t:n٧wGۢ1_1Z ')뿋{'yc&?dVҗƏcfo 0A?Z?qϫ7H y  ~b"@f0< n@7 F)_@pÚ H\  (3+1co}7Q@U`//5 Y ~ƞHAA11  dW=횿'ᅧqE>T8y{?>{/_V`*_Ҋ[Us>cO\o~N_#|܀~"Q; _D@n,{ nڨ-2z F GB\@`WA`C`+=Jr Eo??|O< ໔  ask4̹ X16_c *u'U1ǨOUՏϟ'_E_q}  w? c6|bƝ^O\J+(X@@6 +EDyA@X Ğـ] ۷S\n`819.`x& ` 6/A 9Rmyfq1P  nR ?E` 8ޮ̟W/cM-s?TCT/4WTݪc?Rfe/B~)NX z@aq6 HW&#i74$h$ N VtɊ|I@b`ÃuuJ1@V Zӫ ? @b<\ a3a01xE'sMdUom5π_s0ۖr?7~sU/mmP{_/f1*x^癙3]ݕ͂#@ TT$K$b99VYUVe===s`=ks9;sXz/AZޝ(֝A;Pth6BAAOUA z:-$UUj ;)!۵æJu== @ X^7@jX>A_K @@{ m.dGy+;y)-#W~}[/y_~a wXwuB۬ wX@jmŻ*a|O`8&j 0XE!Z]n]¬ :e uiO?6{൏37& h8GAq? 7I loˍ`6 beKy%I?6ՉFG<V9Ԟ-JNlĿVv(fo;gLwgwļE3Xtn vuR `@@zC5PKHp*r% @߁@ 6K ҞV2h4T@f-U@]%.Hxa^;hE@>dfN`/,xPCRZH'I l_l@I5Wgj_7I'_wſ 'E'of?WC Y%]w |u[E _5LJmE:9 V\S@{"(lJ:=LX: {O?n㷀)Ҽ @`uMiF0$D~~R/4~W*iwlR_Kn_S![>5\_z/yk"[ |-'=4z}n'w Wk1{  6-D#V:}(ep,!=m@4dYAow7dA`=w ̵ mYbMMqG@;J9x^@G@C,H] `?@A^JH*@WO$k@ WNDm?K#!$sd߬_T=ğe@#3cGV7󷄿S/K!}/ uowhtJP'`=6-j@k i!W@O%C@ XA   ` @ G@ UiDXbB8h47@+< y ԏiz mp C2أ$P"TʼnGC&GBQd| %7X??Gk?YҊ/-/eĿN >#O'3G+[ᾮ~'z4zX U*+A; pbVC!C`}$ E8ZN RvV7= ~ L¿?R=0Q!-CQP2 d"2O7 XŚN(S뇉i^edFY,ߪK-Ͽ6|_ĿJNrL[=3.2Ez\5f}ث1` d )OpfzH@n:Ȼre2HVtt(bC@Vc XD8o8n8:HֱJb/ T},s,~.H2 $ @FAeG2\_oy⇉?mn:oz?#K%-__>GQŝ߫F_%=B ?"@(pVN@!zA)-yYA Pv$1 hx`X* n~2}Xv  L'(Igv=YWE7şD1w}R{ܓeY_Dk`O@/o]wnftv;?/qB/^1K[ M@!Z`p*aPaQ,*56jTPf ⪀+9UsK`bF ]q@$PZFapءp3vrgm?|Os?R/ߟ?_~,}"/["eWqm׈SX&7x'?bo @9@p@ACFtC tP=:+HS <ʟ"Z*Ax `/Tޣ+H9+(6)dc Zk2wLb P `O pN 2 %X-X9ka}Nfag%`lşeWQ-Sș[oc ?ǁ}h!{al/ P0oUoT MPaY7m "t@9@t Xs0c l8U@H_`Dl$.\FAeȂ/]6 ;. N]ŲcVBUa#[o|Vqڧn?DӅ 8PЀ C@ n }|D# BUx+hSG rl~@ Td1,4a`7y([ApH|+`67B@ GAg.7ò5FφMY s]ʉml'JA./c+o -c.5*[?uv/4[k [Ŀ}/ ׊?At!%o3CSznAņ['8ZAM* +o*D *LJ`P8]|^=CȬugcߚ#6G]g;e 쟈s61f^ſM6&{؞Y8!'ix)4F+^ j*Q 5k= a (2/ U@:ZAj/`]3.Dp0B#mn i 8q^ GB2] X Hg [cl,?$UVO4_+fclD/eX?;YOğKLKٿeDٿ"MϬ&U;̿C>oe6 \@}^az*@ ZhwtU@X661 YAl`4GD0d d 4P !`(4xE!  !XXj@ "{=,BH%?IXmR_ 61j&o1ɟм&d:G&~* ̟>] Э@THV 䎅z8+g"Laₘ (n6{O^vX <; ?=.| {;:FQ__.`@Х}@8e:ƚ=:$%0*{`6r|_Iy,-ۉc>MNH_e{h?' MRN^=5ׄ6~C?{?@3ZIDAT&Eԉ'vz|^Nr8  X˪ V6 o(w7 w+UiFhHٿZ;z K`dW/ J ((/g@  \hNퟵ?Y:7N;/]OPbDM #ݞfm_W?0i +\]^@c *U n/Y;̠h@3!n@f,leY:-Va?l X?ShP@ ֐e)g@ Кº -A5GE a47*@teY}5 .]*tgSG@LPc@ z3FbI P} iu;{|X6gM)vX> gO ` A!@6Mrğe~j{.ګ#e(P3PȷɛB1@0@3 @z”hltAH^z3@&`P8o/)-dٿ}]  ?5/Li O Bc@S@]zvcb4I`&x8m{@"=n %@N@iuk#>*x-X Pc{?> PF@l#k&t[ԱP7/U63`)iG? uo6%&f 2$Լ&&W<{? xP1nX@fUMcf+X6f*5@ mm@qP?/W` mdUW%`~$  L`.NAO^ۿ~ AUpko `_]yPjLi[ `UrX*Y@Lv@>x0#\5c2r='T趂}]>vfi6o<^ʖ>&Q.vz]#\ ܩlۍ` V o G@>j @](g<_k_؋_ş\ ) Nv#@2 ^ |\~(=@nsЍ]y8c! ˡNp*tK)o ѿPРbR= m}RAi J ]oF>`V$a[@cଠ*?B/;:0\(ŷ Pto5gZZ X`4G@&p -*@n{/{om`XS/@r$׉C{N@.'(Dy@AR?@#M P&r(h Li/'_ysժ9 H0Rl@#۷;"vkZ@T{(& ~Atj.F& ۿ4,؝3=1AZy -j*8l p>V؈`$t f)`*~P0C5?@S#xH*@4ņ>?* Bw ;^|t` zȪڄqP=SAz&l!S^{q<>r^S߯;<4]iZ:o@/4\h_ f @8(C@ a `#LI#)? Tu$6A`!ğ?mJg[`8|d ,&iU):p@El h&em``@n |Or5 ] w/_s֏z{D߯&@ ʱ8/@\8!0ej`X##fMh `< @@VWFeO_K;` 6XYbP0Kt`P:*_CYAJ/O9~[ma'Uſ `ƯiG^@@j9z`.rylAl>7 aV`<A] b@Wh+/5&( 7$H-]BTxg * KkȖa# rQU9 Tإ𺻁uc= P@У$=j͡o~֏V3߿@6**B3 jMY(`=Vj`@+< a^O@GFWXAM&bRo ` Jfz`kEl.Jla p 6 Ī>4P*@m *` }{E! o]O޿WZE_cw\6TbJ2 `Mq@;l* n`s8\vuUA `>{O63LGB8GCՓB!z]8fߞoZH'J7 zU (t!? ' Uby3D_ ^" >d=Sӷͫfh[|?Tm ȓWF0WH'e08r).$ p ǰԏ%|/=!ls@ 揈n^Le7elXA+|@#^tzV*@@Z}Eim_k&`7nMP4Dp&qPuԝ1i8 N }A=UK O 07I0@M|qſş?2mT5L o OwO?g׿+_ o/έ;T@3@+6nA5GFiCQ/ ^ެ a'HmTiPB@ (nH \YclBIup'_@ W4 :X ,jkߚW9H<R1P ȶvp.`Pv/1] 97\=g~ ?/?^| _z~ |O?SA7;/_ _\@.-4 uiLnE/ng"N}: _^VMٿBO(U* v@V#XU&dio~`U^f~=(Zk |Y>fW=f oc bP`~M)9cp-?Sxųg /_w~G !3B/ @_/pbU@W V]n5գ sUmn|OO1^Pb#6s`@4Uֱ! & $A E}ȻgeN3o `\E+!-LU  ^;L̋)OdOYP8T\J9 HXI <jYŅ ;FpPpxp.}<}JAO>3?"  [ ~Ċ'ZB*b ?O  i6*!YBݝafmGgd|h3Os?Bo?;a'`M kLY(Q * Uػ/f",O(x!,*`)Tv脿~YMٿ%,nuh. lO\ +VP&۷0Xi. ueE\P\VBXy7ÇKp-x|xA1?A //>| k ?|U?AbUog|y]8GpQspp @ àWyآwH& )|g4@PT(@6z^YBjy&r']z< n X;fGeE'Lb 0 =*Ћ*^y2,kWqX  9fV\ /| VGBoe;X`w1:U@Ӟz<70gOk/m{G[ U %z_0{~/_z{!an,Ŀ̕?SE ~ T \3NCt0 # :;dBo Xğ~ԏzfoklZ[#>@[M ǭTd z[QP>Re7 X!BJ ǗdϲObUǖI^!oU@U@JFb}kɋ!zǎs: n½wჇcGXX A9V/^|}|K;Kx\p 9¯??o[x׿L|g C[#:ۆvI8u802_{:S&}_foϟoIpe"ap%S` eA[au"s+]$ǣ -dfFP-l `t>xW31eg< ?^ȏ[#UL_ +IY[7`6@v(UblnEQћZ:I]C/^j-'At,9i شv-48v(L҅_n܄۷n;GcxCx#x}w?|JnÉ2XG{B +_yg sR6 \.ؠ@6 VLODvPf@ @2j@Ћy6z~4)vuЎ&}U6~-7g O5d`91fFd"U@&Vk sMV͆@]lgU@>kTAfD QY:̙S&O7.3,_JJ 5! %K+ڪjm"VH;p4~ 7߅o~ 0w jHNE;)FpqjN|D7> *OPY|au_x<V=~ AG `]:J{k~Y>e~ ޿dc[?Ooj4X`  az=f\ 8 F ! *<z4_?0> Cm% TѷU~wGlr֏+d{ ,`\) @5XEXoZAw*B ׆]* @{S3G}t"pQDs KL^o @r|mRŏ?z,p2o$DGC鐀?gI `Ga>QvӣD,2Pi+T%"/_1ү^}_ ''=GXadF0w`FX,YvS*\ V]NPp x<?5K"OJp}u\x;EvfC5~_lzd6*X?LK\Ů/?A@~ $([h]hm  ^=e_=9g h@7 df,ٿc `6oSD1D2@k3 DU6b  .* ߮qU@VRl=$'z0+"s\u5d9ΜKgM̢o]w>b,1b 3g>- GL3af=#bf%YI3<,JٳY :$`p^EoI "8Ot~=0IGO¹P[]o~0Ax8d`_<nݼ}X s?~idK5T og/c?GA>ǏƒOumÅ W̙:r |Z:|l/oĿA#!gFVeZwqlj;@$ح`ey@]~k6})AOeUHKa %$L I),& /oh3gY`4 .\XVP6B``mFlAlEU@n}aU+kA8xOO섃Gc埂g•Q/K+Wkp3`"P4߾  0 Eu& ,gE'l|́ ӣ1`t+'4YU2J=X)yIv %0 AUnޢm?L wRk;"h뀓'NbU2%^;%f/1w?G?wwpE8|$((}4Ze_HuOHC_cs0f:@M`@?$ '0--hkWpU 1^`6,Dm@@-" ~Y+gW?,4 < (W?8 bSPl!h$?80e~; bfV=ݤ:LgOC?y \>w^.]^߽yݺ ܁wJ`+>9ӣf 9Fd$#22Gov""M_[ݷ[O6Z0c4 )S=|Άo"ϣ{ ~>ITDX|+*Li xeSa#3Bۊ"WknM_%VI-u9뗛Qu֏7jg|JϲWퟝ y@,(e0(z_2?kxQCШ:*$~H&˓?{$ `-ȢXf }% @ 9.Xaj+*i?^SS?9"03_~=>kaA'4wğdI>o܀d[߇{"|%FV:Q!2b1`PDc%@{G~W~N-DgN 38r^ 0k4S]MnWOE_ᣏ>߾^ g\ `u s$#Ͻ9# ߞM۩P_a^M_ _LFn/?{k.Jle0( BWn:f8!J l [AEM-Ogqndww-6x#>@ 2i38;s ]oA`Wa!vvQN? Ѣ$|=:;:iCp3ǎӬ+/Ջ:Q?je>.~ɢE6y2 >i"!F4L ӦE@?22f}V~7 ^L/B0|0UR…a>nlϧ^}me_p_?'O>͛wIB܋g!,[ qqKi# ְ31 y0{v2@Z:+!X5_c_-(_%_>W, i5^6nhQ`g)/A9k?Am RbA-F/:߱810Ci` ƫ XV{Vs Vҏ CѬ4?O~E?og+jݰ, b C2`; IcC `&bģ%b[wܣ7_l@*EGP^|sOg^MWTYG=?`d0n N53TIw?=,'MT8! &M)SfBx\@ll $'g~y˝.{ Z?{5skĐS*JX p6kF@%0k+ \o+@6+wS`Hu)'I/Z?òIyǝ.`sD$@NX8`*r V@` !"6# kkY. lŬnfaD=vA'|q)Dϝ/_L`#Xo[9؄U@p+X(= d* 0z!?oh?!\lj9ЍtPzo>F/?n_e̞N9;*/]X`]3x=Bw ¾t`[[0##Cdsh?Ofѣvf8wN 4K1'Q{`ݐ%K!y\S@\|9}D0`ʄ)@ :¦ԩa);? L On8P H4!p#v}^} ]qB Laa10c7/ -Zx-_YM_a?ev_{ F~z?Z fm  c b$?@[Nk%Xg̿$_+:3f #] @r@n@6yG1'X)f7GD}2?6;`#Gi [8c9 g?8ji]`#~̓Xaa3yc6>3i&wFn,:y6L49GO*\Woz{o-@`@"pBO?_FyXaM~-)z' %dJ*.UkE 3yDR<>i DMhbO |LZ}ieϯ~㘧~K+6~ض(اv)]ص6@8(^IE^%=UG~^M\q?@E,8i AD]1l_} d"[/?4 ((,qt6Peq1LN̠;axx7V$6Q{>v\i*O#yd9 6g?g9?>cd8"ON0NL OIfbhGcpx1y=zWPkȁ:Ձ[g 4~@ &}7(! cbޝnaNhCh{̚F'X M?'FQLer7 Z=?~/`ș!N8O7SfO' k԰2"x^7 y ,zg\,o-BJ@0B`/wQ8g_/Ivstt IVm _!O4s琞A/>.9!s $ΘFEފ4f O (t(Lowon S`#Wp0g ǓKï^#G@؄ nO?'ɲ蓷pUw=WҥkhUʂfY^<>(tu `NQGF@ٛ4K` 31 d+@`"_?qs-Ul y"!V$/g>?/lmthKd$N00y -YB4h5ʠ< lj`_K=z"dܓ4~sdpI{A@~Q.hkl(/EV-M(۟" 𓬟'M0ƽ9B`03z.Q׸FGsp̲H'?g/Ū@ Ԟ$!,'6y Oh?֭[:Wp# Y q28MIaD|2-ŋWòek!11(jkohJ0/-4elr^ ɟnP&4s} ]ٿI??I@~U;^oy'9F jSDsmhkN`?<XeT߂߆A%8&Oğ ?9L ̟!A$frв anD]~qnO*?&7/bfEIDɘ$dftf՗#x''Ϩ xT @"瓯y xTU_+RS!,gb7w>@DG`!5u-d6j^d LmĿ*[eed@06 `E9:aGAI  T@XN] 2?7k`,zgNxg#d` b :%ʷocA?€dݝX[Kퟁnj &QNRXq8#F Qϟd{ќ5΍C! GDIS!iOA? 0)55$,)+`3>1Jao}  p5s.Pc[|a_:UW(7p[\z %>K89g\FßGweVFI3 ŰtjzL6n,f;_?#[>~w_mV Z V#V X`m`ytW& }z~Lx?/@@_`( >|M}T_e?󇉿vFF""`Ӵi \2:hȡ䭃^FUI)4cNtjgV!=GQP!#C$'MrcWk7c!WCSE kWBʢd@<DbeO߲~X1i͊%i Z1ˤA.v:ᓏ࣏>;,r,X@o-0p o˯q^ѯsqm_be>֭ÇOF/Tȓgڻw!^DBTHK˂:Dď,g@^[Ŀ o-n_g_,r(Lmⷀ5H7 p Nી CM?ܿOdGc_0jj*@@&hD9L݆^^aٿ`HpX 55`¶R ։|`A,ŚJ ~Zph~:I @p ~K+ ! ; 颹9`uZ:d,_KZ1͉I03, 0'r&̉Bq$ޖ,\YpBh̸18{<\|?6\@Ot ԺV+UP@՗_;p AFğ<wDFB çX+S jF{ ;'CY{}^BrB$̜Od*2уO7 ^]~|͜?gp@@?"LeKX`upKa`5> u:HWt,{_\yV ? gX_G7v6w>%ɋt @q֮^Ճ/WwڨD+ dy<蓗P6r#?0~~nW[;66As *(-e`3=m`͊Րz X+R+iLM̕>+C^V(/)jP{N:\ITHG@DYngz|^:π`+Am]L}L2Ds:J駟k(C}M43P8y&.{0( 2| |R,zFjj6f[Qkl?'&g_7x oOQj^h Ud1Wa /{ye͚߻; ~UW `z#𞿧֏yGmw0Cd?&K`LI!5rXp!$!+fFRT5eeji.%vξA 8@Q'ڰh @eTAYQ1촀p,/ :hlhzA᧗> /\{w=xN5!B@]|̩  Xe +^:A/sqnzNS4'?ϟGpm|E=×i߰x#T&6'¤q0=j.>ҥPdaƹ/D+|# ^4~o^5z{ٿGdls 5l(n#Vrx} C@Ce`~Z _jV~0U.!` $Gw ߱0@6@24w.$n@'-RM/Z:i1g7D-"|` c, 0`)ݍ"G쩮zz{==$B[Ktv[0'>az铧i:n*ABj@\0n?{S!3&/V?D$=ٳWi?2rƾ}G)u6֭ɂiC oN)aytJ^VXOr"{Y57xuv|0oM>GA(!on<4@y@se0~(hXAj@i !eGA:$Au.x _uL'W?p8& %%E$.`wq :pNY жpwu[U 9*` > F%D{ Qлw"H8]^0'x2?Y9s߸[; @_ >q< >a@Nd@cǓ } O>xcq8r q[OJ17x ~_o'VA*UB _^ۙc?-,Evd< =1vYL_{KNUVB3f-Am>+@dL4jA@ QI_`]!{@>GG9?GV'iyted>7oܤ?H@ @?J+ x# OT@ ˑpxKܹ (UX܇/>w?<|+Qݏ?9CCE.)0 sǬCRl;jjhؗ[ozݣG=C-NX6 XAm@++Vr&@y4xBͭTx$Ư6u ҹ R XA<={[ܬ({MpK_11™?Lٿd?9 4, ?>nDH2ؘ 5p;+,'t4NCokY @* #(Ʉ~+FGXu0Bc?pLaq*DO(D/^H׮\q C!dS '6 H!9t+>7'91cůI|V8v8\r Н?}CO>"=aXƽo{&; 'G'4 Ezz0RR78GP6Q/qg ^m*}oco[I$g3T&x@lmX @W$^+4ؘR: hž[Y[ ? ?ŭ_mo??@8$ ,,j ~T x|B!o:Oz$+'WA6feAUi=ڨ?:Fz v5@^"B($gGF?bfD9q N2o8w,ycEYԫE @p”C48 <&@E^Oǐ;|p.rLntm:tf]]>7FhdÛ~̨̠ɺfed??žN /Eߐ_c,C~t?oYc?.2 ȕ@vx`~#81 `<ſM}G>'T!1 0A^D۱zC &/gh?:dXlNɓ!?v!>.wnFuH^Y4s3{j**ao ӣcѷ*CTG?ǜD3Щ&$x pA@ XE Y`C'4 ؿQ?{w1oݼW\f۵do9Y?|HX>CGm@> {qQ߄w~MD1XO421\Y[hOHW/P{W0z(|#Mc6%0@Q38 Ix `th5ZBj +Z?O(O`XI ( Tj%P#FZDHtl ITuٿhL_SsVKeT9IOdž)޹"(CM%@mvP  FU;| i!r'Noe.x\Al _dS\XC7?mYU<hPPA^'>}|,_ïKaB8?7%/:9xfDi45j!@!V~OY5e@fd3Vzgfǯ|G9g{]/uk~^n'[ſ gbw%UX#4VHBZ@DBq\# 0 `ZX!5 ,~&7?Jw7wcP_?_}/"qρhq?0eII̓(Rb!< {u*Y/Gh/M`wYc6KeD-K?U /X@6H@!pe))|%p !* >qKnܶމϻw ~=c:bs7OEϞ.%9DAa`F1 !v!,I^fV&p__'ퟭ;5ٿoo5#"#X^  ,$hbU@369(ď*kRJ4qa 4='7:c>mΦ`2L?fx6b! Z4؞MM"ɋaBĆlZ%UUCzfE>j[ '@pd 8uµps h а`pMuVt@(7?C37n,ѿ9ϡCGQC˗ӓ=:I'yHߎNżjkh44xC!yϝ5vFm(D[wꅝ z F1榛_^쿠?<  +(RvFd盪&ͩܮY ^c5dTj!`ꑣ&^~?4}g@.Iap A `f 1 _/gc$NMNܜ@v7oʅI}@,(JE\ aggLL{icBE4]A ʀ WӰp u)@' _E|.3w.]'NcyKDBo,Enq@`AK@?>6hTW7ҥ<-e R\zU'o'fupž։ .*%׊6W3~GQO@uOe*Dg`%  Sdkm MJj H/ʸ'A`޿k?sPă<U r! V: f~L]0?&ܙ?rDPkL*`Q̏٘30` 1\_gQ<ȀҢ"j0!AFKi5knA-%A8 SGd,wq 0 08C`p t?E m(\B(РU $.@b~*O<>V ~ "ǎ1y .;v~;y`-{Qi++@~`OS"֑|,y*(L̉8;9/~_MD/䏏?W@<QPv/\BM9U/$G=_GY?o UJ? NSċ⯾_DAewF>1׉e{ܳ(~`DXhŷ?dz4F/$oǝJ_BBKJiE@5ka6~#o SS 86o_w/UYapaE`@Nt08A`36 P8kC `"/gq}IDًp?i|Ǐ#=,~O'=}_*8 .2(( (zu(n5eIM ;h`5{jEmm3|`_??msXHs`] I@.q }*ⷂP^ i#F?5JWs%(A!,Vz+HDRH4f߲}XM7F~4lG0^HNH(:_Dao~4|_4>^ V!mRؐ ;nTUC|Ҿ̹g9s8sV+9BBHH"c0d}f׻֪p_jR[foW7MM}AAQY#gt%i0x0p [W~w;4A7C$?(Ǒs|^2|*z>R|l=Fc~FJ5u4hn75c * ;ZTFk;OE{ `hp8[x& У~ď7}qp! عdL##J@k&OYk=joG@ 1/4z2|2|L䀠jy{w yM'|m]eX,ԩ5n8 hH_ $2ba*+2金(Qm9`'\0`1L1#?- AY?4'' ,Y[ BV*T`ij~Σfg0BnJզVi~O笷(64r-*_ G h߉ ;O"Vma l_oi{/__}#gg5 0@'~_2$ȸIo~wǯIW$z2 @OS5,|ǽgϨMk}54h*[h h8.ui"/@d.Y_!`fb:- n߿<^?Fy _xABk%# a6y߻?W;z|vc%ko/_6xss@P]}ʎB P#`V@pf38<_8J?pQ@3a!o_@[o53wh4J !'@3*迁|e2.UmAfzO;=:yӳpI_~vj/3qpis /];=BჇ|7!oA >y OϾ}H߱^<|SoQO|_>VĞQFOGߐ>BFS~M m}} ~~ a F0ϡVɓsh$-Ο׳}_BVz,\ >bi%>& ݨcep9d5~n]=m>w毢 /mW9i1EgKhjTk)X@ݞ,{" <kǣ4_$tx!ldAcl=['Sct? A40hD?_̟ _* K%~ 56CW{ ;rK|ˍ\l`Eq ???;'@0sgW-p6o| 4[|w\0˷Jgg|hؼ#t{(w?^P-i<T !#YZ@38'OM}܋x VԔ]CXL̙h4[nvS 2&r`@ l?{N= PЗo1ҧ^ʀu-4/߹-&\۾2])@tF$MEDHQ2>HONǨe |Cd^B8Lĉh\ "]ֳ .d9\' @2!ZW@FIQ,I,-1`EDz\r{o1z.6{qE_׌k[voU[?GkAF3\W(F;e&r LÍߏ6d O&nB@E^pM@KPwTտA$< dMz=GSͿ8r2 cS051 3Sa)ҬNSzG #09~#YSap` ILw' _P}b_@f7R/ɤE6--5C#"3{ROdGd)81 :ť T) 8wng}(~ /* 0f2c /QN N@xf()(U`s1}-FՆcU37|/hѿQ pg,Pe4 hT6m@FSA3PO=_}0 j_ eWqJ@p@FpG€ [F=_~Nc/@,`6 nQw+`-_[?.;= Q6P_|)~GBd<(Pʃ|kv!ebBAN䖣*U QyPTP ŅuPZ%&(/kfTU TW d@g. !2IPy*i a %bn?*)ÀtE Ѩ17KPOaw8( >u!@,392zÛfPYŚu6lQ9#!oGo=vlqOx8 bYƙU p ۍo/E pZb:[}l@@S>_EejZ7jcw2ltl%aYRYJmu3_%6V8(=2eHf,}D4X=a=v[G; +  5 v(I_SO%+߳qO 5f U9:_So,%XEL"JK!'@^U! Y@B3F@yY Th,2^*>@lz{yD)  uL]% z\}"`;w !D?s<(r=ÆFQ.5&i5  H_7KR/&ڥ-Qc#11= u;;> *x!X\ `*m@i - %Humםۢo'|/DвJa myCV?Mi 4~&z?]䕱EYQP ?m &4h̿UKK'Rw?oԺXSpf LGB`7bS?[-.6|YoF)Wc]-1}Mm\/FMfojPTON&O"(:eYF *de9% pj2~|)~E6YnY4,]dѓryG'@(U$% \e 5HY@M46cN@U` PYSA:x >2J })8,AGhR訜BQ? uUTO@7|k=_Fl;?迹Q@Còb[H+R\h5+]6 &#xQYi];W ; 2: t蟌?3Jj?~MG](wA @6)Y*!  @-ڹO_ˍ.Zu5x$T@`XLNP^s2躄\>O]_B#y`b`vK1R#XL-[hή"| W7Ì5ݛo=0Ĭ14jjV<@0JAZ 7w,5~kYֲP0.k2Ktmv!-uUpL_ҏwu/:|O@Bp qxͿ(#1 柿Y$`k~RH4@@+R CVR2&@*p e 03^mi @pzOh2CpA2oo]cx]Xfßo!5=Y. MNPTJ[dPHi2F-"UQ٥{ 1S4ѿ,cq 4[`+uC{Gݱ2-o)E ӆXz@K~i.7m2v #pyn.,l9 Euf>!=+*Bqzf@#%2 2}4BT@3|ؑҌ2rv&PT*I@ J@"F0g< dozE@5i 9 ohJ- CxW{!`+P tc豤+\\Yx3`dd h!@B^X&c$<#W +AGo=Z=M7 ߝ_5~s&@M2ж4V}e .;&dw7},k7u@16>ϱe@zRiA49X?g?< aTC{k,: wom|V1riia#?J3 UQ_.#yP5hZ`P*% 13ҥ$2_?jL4%tQ>SIJg4 *hYAKiY@Y Ear UK[G֍ tY-Lـ9@Ѝ2z,} }Eޢt0 PcxnV,^qZJ"dN)HV= _ 0sӷDzS uӷG;?&7.)!1mv,N[=X? 4A l eI[K$^*kIpq\3$'_w3OBu:Ļ_>O<| OiʇdccS.(q%XlLS)sͽ[elxUD柖AMπ4%8 rYsB鹐FAρRp@H!BB T(P@Am"h}}[(#2 JA"P4FC5 _\&h1| `2ʥ R044 aJAɠ':<ɕ«ÿ#1k+f/ _)87gwa΂ ׷}m{;[@(? P/b.e~T.üN߲CX ; *'hE]ݰ_?KbJx HKBaaDE_J'6R!:oa|/{_! xczfk`0 yy0 Yh _hBSw !@BKKM||\>ާ[()5B li.ӅBG>r$PBBn7fkP'47 yP>-D2MP RЊl {! 1x:z:fj8}B s ELsCh0ed'*3rPug2h5Lig5l-Ws{??o@ Q@e; T@nH. >NhSy ,!ƴ Ė Ը ז >4F _1}Cq~/q6fw .ܾu}C]oxE% B0aP"iP_FN U*Qdhdt LY7g3tiiY)B`F`!tFLɆ,L\QrK@*г}@ #4TP V@ v52@ǜEa '8Aŋ/;FCkK?uj"aIDATC0@f3*a]2B^!vY@Nm'?mMeK}4~{?l? ?ҏ'7?S@5+2Po%C]]4nsǻ-oTx;d7[ĤNW/ G cO/TRǖ!--{0Waiq 6/åx{ԫ7Ĺ7BA[Wde%`v6 deØ8EJh*4o?^)'OIaЕ2kJxOdB ;5@z~2z4|4,@@ &pLʵ,@, e-Ķ58hi.s6EaC8 j2He~ɓT'.IܨB#U,, xY@O(@(Ec4}AugA2L7/ gAnkg\^>=8lg-_`xx R_@N38( mu~\o@lf{G4 +pac MѾ2w #A"&wut铋p~u]0#QLQiu%tmu1DW0UF@@k hod4uަ蟍?O ѕ# \E'W%PjPV$DҲYəhLHO4 A _bQH[, Oi cA T!7y[.Q3ػ*ػ9*8Tқ¢$3ckB1 PFgȟK!sQkK?h+쎎AR5) F0fi ^ x噹* ^sa~E7{k4eOoൕy>?`ֺ63}hxx@9@z` `~}oiG kv.J=|"Eykpu:/KF'O?}:0ڟBŸ:gNӉS-Z1E汧>NtJFQҒN]zUd0XZ^4,A2jf 9AIIP>Hde&}!|, cѾniK% e$ R!5.iq:*CJ@ ! !A 2 i  j;U̽Ě= 堙3N&0?֘RـN`dJsP흂nS+AISO2Ђ\Nȉ U ZR }aLGۮỦoo3p%_ "{GiJ$P[Sj2v5 !p#:8^k3D V뻀NW5~/s^hhu0M4+pUU4|9Mܺq _ggj?|OaT8 tH'R KTE3'AF $D\rMBD^>kJNZh2T)Edl,)@`?3&ART$$C4V,VzRAʐ`@f/@8h-L T!|m2- svT @*78 .Ґ W|}O_OCA @42h= 2j`{9eǗYd NIH֭e@~rZf7~{ǙwޕQOhؤVWRlf zf)AbM^k䯕~?[|h0'Whh?  wۜFԉc'xrle * 60FDohMݠ?h+틽K?zdxs<lrAɞl44C'a]t4a$ jj` 3:讠E]4qƓ YtR2Bh>9P攅ƔƔƔ]*` UUO=zƤ^QL.B`N4` Pc'rńP< 2{?C* ?OP !5T]׌gɐM/ 1fHG$dh/j@eb!@& uVl2Pn k8@Ěm( jȅ[;nl-FDϠ # ,ѣkNv@WQ9_̟{#6zzFy :yXR9'dg/#%°S|s bâ;5/y ?grt?f??GA/j_[gА@?>v fhwSc3VOk v@t=UQP~ Zhq oԶQ_ZYUTf #})f#2̌\VBVtb0=<q p>\p N0@Zz)~ UDȔʐJG}@4[oW/@ hT4 4P $@@6B ;SA!)E N&"2 Q@7Q n&0  9 %0e~ThonYtQ ^os\ _]`yi¸`I}Ny޽cx|;;? ޽~Wxy ~3|#s+ں`&>gM?|;dA_K?LF2I fu d uw?~F䏊д&#AX( ՑrUKl7j0RK[:JLTƙ iŦ@FWf! + + ͪ=^-!f^`vKA4T_^bAj!JӔ.%/-Ɵa{ǡ w_))4HB [r!)aNY@^@dPCbqMumQgFD94ȸb1HTZf>AWO;cK@`p! Ds^Mr*=8术CA ~ gw~C#a_ AB| x=.]E{~c.r޺^11#5I ȓXY@ JBvWom\C9+l՗ HhO tdCxb@ a/-:V8jD59ZG-<mѦ%&AJ2[ Zjʇ44t^3ѴhRu P*N5Rj _v`&09pL`@NѪa@1z~B]ʥJJD?| d|>9bɎ'(_*"1B ($0R!9N@  D0ꖁ2,@ T@NRd wQX @L>M`m=i^] eO87QRdJ JO=<=q'> "Pz4@@Q@( :6_9+Xs\8\v >}/߽89]ď_ُɓ17__}Aqkz\\şmZ g{ZN%p QOO `y9 t̙rf6ڴi@;|ـoW?gêc>mp  PfTԖ ş!4X GaڳxE%!9 -AfFNQlF)UMM;O ތPoܸ [Xf`PIƏߧ!PQ!cc!US GJ)OkIh1"% )J@$'3 @H C I0rk,PJeVg= ;(Fj{h0==t@' Y@@6e_@lt?}~|> M?o#<DQvd"ȉ4uX 7q[Vo羀{U6Iş}fi/"{=|eG@ guv΢L&o1v?2T?boѿ 4+Y[gR;@{X\ۅ_Ϳŷߏ+&T_OX'CBg.&?UIP,VThR}a _A4\  [ru[&Knh؝_FddB_fC==ocb ES2 D0HJ2 VIɦ;Q2(2iX4X]gLg!%^r$=(22lٕN/ !P@*>Xdž*2 =#@&ZJra%  BZ8>'I??4̽h[`]9:$ P] cd߹a[$TT*ÿ{URP.r\'a7`?lPk K=z甌_3a"ocA?G8l"T- inL p~nWFsňm>US/@h5!Xi`YT)!P}!.b@sa ~MT=*/@2fi@2f)2@ *ƣὺ} nߺCsuBWz:"JsJʡ?:5%1Jj34e 1$2~6Tr zb"Ƣ gAN@J@$e2R0 HM,@@@ Ód^@x8(=t ZnVwwM2X=(@@pM[LS~sa3s3<б9'H Wـl/JCThm9B#b KQj4Z4z>Ychq!4.44^4>4~3gr%׌L{K?pp=Dp#FBY^ Qӷkb KǛ^qU6. 0WT L΂XH^TG 5 :X UZá"ӕ%TTb< atRA߸…mq Z=Mi4{E&8**>F "{XGGKw,~f  h:i!hH@ rs0@΢0H1\,9g . Xs !TYh7QL@ }c  1O3Om{y+a O͊)9qU ap|ɺ k++]P@P*Af?ESl R 7'SU BFa6q6])6W%yU4n[7 P>@da) ;@w<[96ol~tpN[+b/?7_ h:UI( 4t-Ŋ0ZӴZ[jV%BhMIh!@5z@"$ċ@r9HK-hi%h4Pff&MϏׄ!_)JYAlT,44M:HJP~R+@ECY3d(R=4P6CVZ&'dԉQ ?ftya̲q"?gŸg:fdd*-Sv=4_C fL>ir0\pVPLM @^M4U-iLk~Z1i2 e_ ̻[BKT.Z0U j5]h*G&u{WBp15#wpΗHia"j $B9).20rU4sZE<>Oepfa8+J!E@|$I$2 ||s߸TMe)4ODsO%sYgdB< A@Y@\Kv xLJK`󏏈:HFw{ Qch8}qɨW!9>@>@2OU9i&P(e /! D  H8 DId G:8 ?e9ǟqV4I*@< 20uR0So>oON Jʤ+JTZZt6\Em^بv5e6P? 7_``@\r| }EL\Ы:op;P ,@ \&)P M&* SѸaͽ^3ZCjD@JQ9,اr`83 :S 7&Ɓ@ *^B ht 987+Wi4/;_2,L`G't`Ҋi,-"ETe@%Um @@YReI**ǻQhMdB b!j_B@BC|L$Q&iFB" ֦rBg0BCgC}z)H\@0%{.v7#> Rs+ P5?0A4njDt=&x0(Z r U r!`byWA2 TRR&X+U=^ >Mo3_7o4aSN?:21-?O(מ,$k~@j{M>H˜^=j@V4:+P TE$@{bSZu`1}Mjj9 Xf-BCbDC UEJh4X@B .'(4mm]| ܼ~ ή, BOkt7A{]@5,3P@KIcWـ eI+1 `$QQQb+A$io<L R .љl7 Pt- HIY@B6Wa9ꔰM6#t[d*!k HTQ"0 FgBC?T(}(zV+'"08攀14хE'`f r/Y7"_>@II-fa2DU'毛OQsX?mGE0-ߑ0kRxEWh[o@9X F9@ hR4"*dÉJ.rG˫JM(k|r`#K"cNdMGFJĤHb PT=S i(4~Ծ(ihƠH,BHKg;{" , [f!n#7r). @yFZLh#oA(hku>:thEnD`rMMhd-75us@% 2%-ȩ/&(1FAO:WJjBHey||Po V +yb:}w[-%o/ ܹ?1!al|Yf;p@`n EQ?jϊ;0!9t@8[Mস4 IF39F, Xq"VW3sBFrОhhYp)!@Q̉Bs"DKe"B)2 \Љbׯ݆˗ p)hf|x:+<:+) =!xH xG QѦ)/R?N,"X1"IJ~dT Kp ,B(齀,P@Y/'( f( w A 1@Ё5ɐEO]C/Gbo3Ds 2 k堓F`6,@@>3?EaEJe嶡Ѽ?8 vuG~?"_dPԯGe)=}l7 C}7kc1~|X1 >=X@@e 0SP m( &s35\T-̟tQ埑lҡ;% %%Csl~(ܿ%( P @DDƤ9H~@+7MAKnnns9hui*ms ,$hGǡj[ !Be\)q C$aNƟ+*?hU4>]hFGIFG}fO)Ų"%xY@@ HO+2-Y Ue wY ,@l H Ђ`5k0uDjG5 XIao篧+f8Ow0Lm ӟ^I^ 3=嘽߄wTSymhFwߞZ;ܟ,?/~'0jGe nC@}Y@@7voDoԛ6 oc7~u]i khvY ,L6P7! pNWTPƯ̟vU8YV?NЗߖ11Pu Z)HA &2JB ^@ M/.>Tӥ( @A Ё[pneN\zO@CJL@ZK'DBh~ű"sMڧtP?k/) _) y, ^)ZJ@`?ChY@|l6P?@@ p/z'`YZeNhMa:?iW Pb4F4]hW4Cu4 įaSoLNk<tةc:u` 2a/LC_7iMM#OIXO+F߉&? tھnM^]((?'0k2 :cpX} #/X?o3cDPW8[VM! E%rH }\{MM]kW;m@OBq1uhh{@槟BMNcz\+ O yf9F=z{ o45~3?olÁ‚i얁 :Z)zztdhj1M mCc,>o$6 dZ;|hf.*@=kU9 JȻ+% F2rh+*sQ_ }e?j E@^) `P !Y@Hn GEdP3Riڃ":laZSV9|#zZ0Zn|:77  3!: #{|ÇP bRT^]4dEJEA}~Y?4yR }}2$1b"Rin)QpLK _5"?HbQ=̿?Pb4:@ 65@AbXf t?C4G,@(eDS"UaЛf0uMy.o㏯7W, ٳɓgc}~}mu&8 J#jss(MN!j%jӋ?.`w,vmE7Ӻ+}ic͚@3?]p3r1*O(ˍ44\Kd3X(36;K~W>ƢK,4:FoBoJi v.@cN2@8VNM+x{@:d~"'2)OxWa)+$}*H6qțzS86цgU-SzOoLQo9&E9XH(hˊa8 @2P|lHIw0ShƗBr C60@ @׆>\_J;X*Z[tz A*5rGC$:fjSV[066dbtSHxvhw૯aZk4sQ?W>Q:R {?97_oŁ2O~.AEgjа%8uj1?f1/݃?* @Ňy[z:?X@N"ve|lި??`@ApCu=GL'f=*$@X>::2`8+R*E_T&?wsOjVїhY"HKA6d? ؘt!+:M?#bLalC(k=rRXQ49.Fⱑ FkK>{YQR&8 0@nI y\&3@rT!4,hK# w@}/ `1Xlgs=ĥOB*~MEg)uummDw#2#\k׾@3fVW W$C 4wMo;8WɅB 7z%=;ߓ(x+ BBw<[{kֽ{_kncvq3spBp3M$sgsgP3~iE,@ RP 8딂W&Jgdzm+<} a) B4LhM36:2wȁ"8ZR.jY'P?V&CkB42??(HXRT$FMMa x%@:`^D|bva持TOO-ACAd"` b_$ {R ^볽htE|fB?}AH(Ê"Me J+jeX7 HNbE2D Vx%j6= AL2ڮLۣGY* +~@_ wHGOxT̿+}T N, ̙@ BJP&@=ba}a:cj6K3RS!% f=ihr?P}sAG+_J_I@`@(R{Al# HI. 2de,SK[SizS,eX]rDž( i=Q>"899_wsΣ=R}VȨHJ*'\iu_-z C+/~ ށCPxAGo?=KGTzſiXAdKp=8e ^G迫h5 YKAdTSZa)Wa)Xfij>{>c@:78U^-$Jr59b8*5iYYN16jL gS/a˿@ *38PƏ*$$r&@ j*;,ljICbjBf| dS4{# =dI}nh^+M@d{RR9+J*HgiBX "Zg @mc Lu*+;Qt~8e#5{KJZf4C>wA3{z ?}5Oh70`W=>hY( x{f(X hTȯA@G㋥uTnAYi#/'OI.Bïͅe'o O>h^sG.4|_J@`ߧdHr!+_4, Zf2-D)1*$ 9 T/P772s%M7nE.hRO+lFc+-F1Zz[4hzߣF#Fȯo^Es0 ;CC {[JcfҏnoM^?2w%=Rx4W7#e/?{0H7nG=wa6@(5GCL@[%\gzc؁NH+zV 놯gͿzMK%Ml$+kyѐ/ZFBbcP&@90_f_O-)ᓿz:79P2W)RA|"S1OGeb6d(:7[9F!Q ~I?K?={?޿`'{PK@#4B3VTTT4,$%v\ b:-oT&P4 $ 4klzEE~mcjbTV&TZ"çͨ&6:n`BzD?Ch:pm x #[ ܽ{%|+c'퓧hz9f /%B˗hi-Oh?!z!G9iOxG5w?i>o^/e_KL4zs2{ޢFwzԫW_?R*`TNmœFY@, AdeGJ[ \5d"G Nj!L)uY{༭&+& ՀSrЀ,%Qo l ,`I|ڝ4irBYYFv.?[fZHaـg@4+lXg& Rxܩ0"D0*a~<^A>VU&QpAA1OK柘P/E!xcՊvǦe#b]Z!@CDqQ*ՔM3X `, Y|^p&n;Y qRq<МЦ?#z+k:§Rx\aRܦCJ??Fink^}G7og~ ՗_oF}- P?g?!/~~_~3d`9[D8BQ_ `H!"LXri#F/F?:_:i_??'xFN#kDP+dM4ߪէRyQ[ܜ:?TQGGW0[M?W++'09ȇָcddccK;jn@cn@CpFxvXYx\QF-MMe;g{\H6Ч.\w`AF? ԕ@6 ,PSejZV46c=v\Ok/^(>6VP02/2  Tx))*50(YYT!L5,9n_@Xi-<E 2fe""(! ,4D_` J2J6J1J5b)(C%fppfY0./o6h @ چ l ؤkK?ȚC5~m^g2އяlHP]_]IpzJ~Z` >yd/@|7oV}w^i}s_xK~%gT9?ZW[eמּ 7F_F}x3* `)F'߼9^=^[D_R]\|>CD:>~cjwٹS[[7jc_3xh0m5:1\!F80آSzAC-~o?1Ys9}GlZ\:R͚Ftskc91KV AS4-DAǮoXs'? I(D@31JF #@F  "@jJOPfF.u4\(>_(O#T '!i?B>"E ,"cb@< B Q h@+(U^HYA@ x"=v@`@zIhxtP'iiZkb^ͿOUUuv٧PV֤JJJܶ ۃы ㅅEW\ 4E  Q7So@]\Y1JV54OW 'J`KP FYfr߄0*!!fl d)F%|\+DE1@Tz$^OH1[i0AV$A * H4`D#~,zbdJA@* ^@HHWqu>,@Cea' h"D\F GTn`&<ʞ+*/aTz|[QY[~Pхz@Kg==mn\2}ګGAا+8սֽWwoQZNպpü?k  > ~|Nc#utZ0u;{v}{5D4+rV/ =E?i<߁oZ3Xس_%y}_1 4hp G!@ H 8YAX +}@`y*LR|~D=DxV1x~.Q맟|뾖4/,裯`L7rNT֜kyaf~~!gDQ;Iuxpw.=ۛ7 30}zEݻ\j޾׺v1WZWk:y=yq ::N__!J4Ya{^%m<#z7gfhjj]՜ށ fLꗀ$ /Z\9DD S=R_AH/\ z{s A0uwZ9/J .8M=Lj50ӓ{Dwx^w*[- .Ύ6u#5M-]y"~ ?'mȆ^xYoan; ßVsD4rP|`B@ TIke 33G~8;?8:XzO f^CZf/&g @Hq&rws(RKJTO$# <.S)^Ad\@ (/k0 #6 hjj+};)e~l$s7U!ë0?aOoOEE->nW`CK  )¨t(83U6~_5e4cbw2NVo%:<}woT`mƿes5>?1@kl p u<.N/ lAp~ Ҭ""UW@eBIX >Q@O> JĤ3Ox ed?0sN"T!Wক*;Gf娂l-g gYB& dhqi <!HO$Q$I@ 9ؗdW\9 VN +-i@݂]@lH3 FsCCY@֦Aޮ#v񝲂H L BD`O^^~&kYBjEF4BJGG~O2/_J` =opwku`h PR7Z7^0"owr^k0~1#o`@{70hC毵y6e2$Woم ,`MC@Mb,%rԁQ c4pKAkni2y)o%6zk^vs#aRP(0c,qigd3T hfws7gc 9 <Hm T\J Ʉu ~_LL,s7z%$#nT2T~^9CT%0 | 'яI*%1G%'PTb3T\t:L?I=KF"g*'%, -ry^5HYP:p!0` )`IfAAH1G<!07v @3mhiwvhaG03ť,\ {\^7;// 6+cw0 q๱gr_aZ|v`4kK0?]n@9yJvxTW*'HtB/ )L}}G-4vH6tf28U[;cXαbm?K@\0WR D ̟!p}4 门RYZ(Ӈ@ 0ef5v"?Si? "hQ*@e @UQanQcjBթ6 Qy'^7o"T WjRS:TWS:`NU_ӠJ]rJD9PvfBYINHUϐ<q.<" LJN|A 2Շ. uAR>fIHO$d꣏qmN_{dxXmmn,/..snp}c `(܅1|͕D4}+k$?6o1k1k2ƿ7 Kg/.Hq f ƥEEc`e%!`D4tહ65|@k(BtL.;IK9(J<}0paqE!hvMPVȽi b[ĤFeLtQ_&?'\))l2='aAM` i(YʉQ( EF1DGрDtTNq@ (h('8qHL.|tP8?{O46<cA5<Xmh 6YP JEdn/H_Eo`F@ H ڿ' YHAn5EL΄L)ͭuFCD4φG՗ LӡQ+kT]ijkT݈T`4d3a/ԌZ<.Y\7ML%ܭ˕:lrW2@rR;A 'F~*,rZw=>|,,^CF_FP44ЎgkZ,AlK*eu w'xE,+}D`+t&յ\e׷tuio`Z;7+cW0+?%}s /a%Bđ ooeh;@$VC`px^.3i [J2eVv@P8/Aɔ™(" p҉ ]^" @2*E@М:S1 Frqsl#Z0$&OCpYI@ Ɵĩám/xp!̨G68]C{ _;?&-"w9^pIUͪ@;S@. g?7ᚿr^455>&dt5YsLq9s#WJ2|lx [=2_ xd%uH!kʟP -f|pk$e! fYB,5&,ctfbzv,꟭- Fѥ?BALRo7"E4}1~kGԕ5PCQ7sc0 ?qc碕ʟK?}  !duӺ,}U-8gV[FУ78x64=+Cp 5#??Wq'n6^)e&^ )% >/ dd)#L՛ \yԙ%M?G)__*%`:x QT 乌rFFA*St8:%瑐fJ̕@< DTE' aj ;_D d i7h xjVae$:c4}Bf%&rt"֏j_.a]gP IR566YAc?PSGK@% 0 i562G\@) **ZF7ʲΜr1}3Az3 P%5 fSD^mu|+|+u@wx57u2:%9&Z6CTltj 8;Bfמ 5>H0 P㿂rߘ%_hڻ@^/\̟ElnB `~?9?5O06N`/#!nnI#N#X4Y^Zj7|&`! e'W??$gX ,:3 <O`S $XY@w:w2y'%'f\<&'#lNi'f#J_Ϡ|yyWטA v㊞|. 'I@Gd rUfF!@Q,(**d zQOWuᗗW闕,*;3OePVZ*BerhK󘔂8Nk19y{` 2l)i=,@C  HAt}j! !4yb"0`1 `oQ}\lQFZ*+R@ fPl@kj$K)h||CaC^-/6dWg!s[օՙV8)3~1 ax>Юg43?kw*o79Oo 0 pd<g@ ,B` Y @P96pZު? &joѱё`d T|N͗oSBMyDU, t~;&2f) J<3gS<H1J\:J`9jN76آ3fԼȞ` S.DOPp8nTUAp@#P0衾ap(1贫))!@EuBK⃸ u[[UiI2<.QSSY" Tv6"^*C؊+TII bU~a!,J*-d>e!(+)UU'PG6ݾ ]2qPNc׷ 3X@2,@թʀ܂ B:su%ȘgB5~13[9Q y@sUi|;"Y @XU/sO@ɪ>Xsʱg|UcUvZA4-xmeEQ]UM괻_!{1`+Bw@A6ŒT^ζn@Wv~ "+`0q5<@Mp[djTg{>ԫ0||e]?2U+U= U0,dkQW%g඼=I9bəV~pUO>ñ!'ȰDU###,ϸ\0BՉ xa$#ptթ֙?du|ߧaZ4c{g0~-x?OC?O`Z̚(c> 00̔DY42qp_^Qs"f%)R2|}1Z4#}/GHYAb33Ītpx@ˀѱ l@K6`uɅO\?9>qE÷31~kSQ hm 5c+0h_\?(A!F߿tdd ?"c=V9㹱c]<=<#TV-q AW+yz/؇HhufCQH>S H ^@KR}\D8;R j0Hu(*dl?\ o?hMIQ˕j\5{ +sV22a/_ Nu/4Rpdlpb%^KKuv=  АuQ@a Gt5@Q<C4^UZ$ ilo<~F<@~~@qT8%$pil}(OOqFORCY@Y@@zfuõ5@- P׊){d(VVГSAޅ;pu$@89җG"~o`f ѩWZ'VG Ko]1ζOP:h1Z;C0~͊Ѳ11~‚ּcjkAMώ#>7vde]`1Mk{.Xvv\mm$lۃmpw;xn{$08 [a _*j!ܼ7 ڎ 1}+s`=o<Muj@VqXïOt3?)Eʼn44E5tAژxHUʃ`d3_M 1 & fhN}#_\uIS`Su7@5ﷴ9C^1̷FiT Ȟ[eOKcjmTm]P7 }}@T]0 SQh F(JY#^YnʛnoE.uu#ܣjEGǨhGTNߍ5}{2ׄ,ߧk檊R  յGH4h0h{W? 2`4=~7~f0`X*REgPrY S5 L0cD̦S]O{-`!PFMڬSkx>sH~LGF+NS ʓ:z/\# `Oç536*USJ+VK9A"t#"٦6]5-M]B7`C ? ܇@;9KctOY7$2u|4&AH SWG~{uxF5~FZT@KG0c5#DG0?Cˇ0~hƯyJ@47Eߗ)Ԕ'ّdB9:::`&f ۈN$C8#G_vCpܾpxG^/-yq pNN_?@{?T펼8h``vI*g^@4@@ NU@e3~m0rq99jI#+{UcROs}mb~ryd huV**,Sŕ TU"WUb-A+`Ц;TSC'ЅF ԛdCO[{¡k&jUqa/wMRCo5!2[y57m X[]]{@娇\JR<&I%%k@:1>U Z )AH hdgfb 5U5٫ٔށ܉G&G<پ @M0YA- D 1"YYhbD[ZM!"k`^2}?w?g9?f[sG"n[Z HH&OJfDr;[r^}}A c{$(@xۼrE3H9c9bnT==A{Cl k@Q?nǫ=Dn&@{ r;3ťj('_s6&J:Tܖbp}djb\>H: c@vO0@! gϠ3=]͖I'3O5$fT1--Wm7Fxk PTG!n(Y)ye櫂@\CZUuA YA-P_ nW 0FЃ̠ A`#4JQ"d g0`~-@(SܚRNgElVVN u:J%Q V^Y@0R URX8Y@-ϺZY@˨ܔnj]  dKGZ:quu1}ڱȩq`Ư%/ϒjmkS>?CZM?ZL6=1vEb^75k;Ӥi4kvxxnJ=' mvWr>+5\2#$$SrFl,sWt•d @#bA_5G_{b{^ 4$` hZѼBi3zgA RqJ)=IDAT@(\Lc HY<"UID-S d@v1Wr TsrI|K4/ 46~^ܬoQujTUdx"쨽@@Bg$;P`V!cWZYL 5Ckb0~`Lƿb-È@0}1yOݤ^Z߅z?8#Ǎkmw} GeYu~hc sL-2Kim9EWkѱpDwKp|q<ر=\j!)y3q#o{ևJ?hWaͿAoejd0[RToF0 /JĨY@X`$phiD*z)@]<5 gUgZ2lU":YUƦHߔ(ԅɄ2JXCc;jI͔רbUc|<'Ysj售*dMx\v87x~H(M\2 p?sx0MYv755'c JTRb@Q) Qrn\#(  '][, ;bЊ,H|-xf \k\a_2 po41;U-ljj9os/ba,ìi-=34 rݮcS' 6glwlhN?׬-"}釘c!Nj綄qrp,mq[ 5 Git*waJA~Јg=w3w1]Qh/4Ze,oT[ ?3Ws,}+5d@` ?W q|eOERdwT"QfjWYTD<QDaZmT0]f:`v`zmmAMV<{GO9#r+`<1 vYeuF "~7aO ި8"Dܵ[JJJT~~HKCяLb F6y6AY0 ˖.Yıy9~pRV}Vq] 1+څ)>kЎd~DvP5CG{qWv bt>L&i-rm|8߅vw& 㵩i)c,P4 FFeC&Î, uϨu~7??4[;#$dU=:IHV@#6yOUhm ng$x+=z{;k^h]J2Xpg#l&`߅]?Dw?ƿךr[DӦɞ㛸M9(e-oϲAF{4ŵrobWN?y㿗e"w"F 삀*0 . @ t`oxя0!*+(MWת2 Ԗ2P0b)D•Q [=Vsa=DUƼTs,ͿAm#r;+;t?S?Q?^=}# +ZD}2#nSu-+~>C>߉oJU1('hjDE<\o!iz^f*.x!P (hN*Fvsdcczckw6\m{8Pvtfj_ 5}o9ֵ\R+xNM1?0~3 فƯ8䤑c["(SK;=Z}Mzz)tcf?Iag\}գ?yxV {Ā 1 g-<7qEg4ԁy¿pTqK?-)n"-F!r@2P d2ֹ+-K"Zn HC mWDƨ*Y@5L4"^!s k%d!&TTID6B5SZV&Y͍nFZ5jrߚJMZ@D:]V*S q1 I=X L "dG0"Vi0Myo$xE xTp)({u \Pne!`"q@흓RkGj&'a$oh[d`lY9ڡCMmimmk7r% Z0~hI5~15h^ӟ݆o#Ԥ^99GG6KZV_V5[~4c?_ot?op#OO-;4N6p!V9F+z{Os An&35ŨYwj!x%Ǩb> T#Tete?o@Qc&6Ed M_& P[-bb ho?4~VԪR{xƳ8[FU-:kZ{Pk͎SYjP|Y0Lzx!K: n,"Zfad%֟ǫ?׳B?G@$`# hMTㅥjZ]/jTk @llU3ӸsLPW& _ F06>K~y , ?7Wea|`EUVV_7 xi 7O6U< @Ey6V+GU&djppQ?ry,oyZu6:MQ@@@ Emjmzjc:ḷXu[-QZ\qC-PblC[0~& Q7\jl:]̟{/f4\t~~%wRlc?J? 1V/q??w߄@ @B6 fA{s|`؁{遆CN`hZ:]d7i9ӇFOR җpO@@). ў3(OvT<TbU-LgK+XyrAxkj# *V)"hHL((̟VB-~뚛W_, 7;[z33xC&U"qH@8Y@0h^f}J : fpmsPbivټ;E PWW=ZihZїk" LqImj]kZsF= <2hAkBԿ͟XhvfL_GS0~Y3I6uؘg g86e{'RgC]2XoGL}?9o.|c!z7y9kZv=77@΂Ap繍n$ nRNam 0SXL2``i0hhu h]8L4Y䑏 "!d@s { %Wx|SejZ-UiPˎJMWk,`4}k۲Õ?\ߙ~ 'Ua L𥪩^R u) i" j\ޞ[7i;um}tY!,ex@ՏC `3* KA($tPutLegg$_]^Qk+ԪhhejňU:BmWֽZ4U-.ً{L_iKD5Oq1 _ -\C0~15Ȉ0YKZlҜ &87wq~7U_}|LK/}ҳ]F^i_񚼴0$nt6`!{)qŅC@^i?{a@kz0b;\gcA_fD0 @H dl&r`޺`Sj`@xX굪 ?xV$Yg釵6bhoZ˦UuUYҴ'5FBCົ.zb/*(,@zJ LbB]]] gW?Ia OdfB@#(KBkL6 f:z{ge vj%hYFKF{)XL`}m:j-XWV`F0z+7aZ4|1}1 >45GϬa,լKk2ƿ FVe6EӧVpUlJ_6xi,p5Ǐ! 6 c2XϜ f{{fɪ;;Zs®O[0,+9T!n9DHǣ97h_Vw*L mr`!md M?T){%(5(O|32P ^tiS#_UU =SEd~)Hu~t ( aB9e ?U0V`k6oVD$ 'f$B |q`G{%&&a㪨H0co23xFpS@E^@S60fApqZ"ha~FH@,K&@>`0Z-m7\ӇR4ۅu955}xx 4#g^*WV`MTdža4%XggVAOK|}`BBv_ 3O˙Z4uj- __\ׯdQ̠%Kj,Ѿ#9@9[::fOccO`hh}?GnHٕl^8C'cA% :Rҥ\%e1qE?Rr? fh58RYrkc/,Veyd5Z,TiYXY,,Vy[6~gJeG7@eSTW-:`9+&+?tI\2<42W Lȑ(]`{A L=f7  #fgpMWfpd04$p/Sus#ܜd"H Mk~ &eDrLULxz^ Қ&W/e>ç鏎G`^&e@&'X埝1SFDzaWwC=x !1f'==#}nٳBgٌe9n|<gzsss嬜?<80#Kx.J $6e7,F{Nȗ r!{wnE͏]4™9j @I(ԛ'HYG?:FLJF=G?}( yX" '0~අ1DŪn$ 5W^ [@00pߘ?K?yF%*X*)\B`9l[ooxϪҒr !1NU\T"~$}?S B&*%  '+|0]`=*RyA#r/~ߨChz9 s0y6D+0A\-j-ZY_XVs2NAdkvfzIZhA0ecK0:4h#0? -,vAڦ@l6wsKO]3@0x_ibcWVNl4$ϸߞ&,aZ<_}DDjmF4huPGǘCXu\ K`p``;8+l9a9;zzv0w[ x:?XD'%ZeJi$##c0Chopk㿁QB7{ 祴o޼So/rpWkE8g97H/_sk[y_?F ܔ운W˪X\TeVJU&rENT~zYMC8w[,(fY,qC=ko^N;{}jwv x{t]Yy!rqVXPu -C!'.a=U_`*. %uU*C Y\W{?υ_ǓTҩmD<L 3[DO` ^SMn4Uˍ,fӺ  Jjh`6 "l'8 } en2O +h ϥG&r#w? /oyz]aD7ܡ]>ӿ0c,@'<Cna!#[1&Fo`706k>u `ظ5f4\fڸэ?W?|O}R?)  >g?_"~=R)F̞./s3rMxK%s*55/4r ;aqfsr;iEi2@N|Y_߉r1ٯ1?^M`Of,m''J,f TQR'~g>9@\ ?<0P$߯lN]ŲW:2fmU2XH!eBDB \6htp7w-ƴK\+?u,sۀ34 >OohoaY!𣜑dA'iۑٟۈ\<'@ K)Ǭٟ=o+[[*Wa%*̫P 5s5b1&@ьbj &B~Eڐڙ޸3{~b^Y:vwݥLa\'F޲+G5pU,"ZKPX̾ H)hda֌=Pq-`}*xIZLa%mEUEJ>Tp>ϺO u4]V?b\F{#bYSSP&vGJGnOZ LOu *E[3B`klf,ahh<5\Y e` o ؓY?R7 02ѱd\[v#ѥW`FbZgZgԱiz7M\xw% +LJy%ڼC4 YY_.s2Ȳ>X9pGc>u#lqYK&ڇ5S9bຉ6k< ^c%}^ _@C t*TSQ G -XԫܧywL8DF0޺&0Џ{_zd ^fckru " 0 L߀tg@%dfǠto,_E00Ъ;&>>?͟?? =`l=D''T:~7fw s+e!+p8M:, (DyQ]c"V4R̡.Y&,`BvrKՅt܆ogON={{gMsw{|Y@w 5k7NjcK@ o8o%9dZٙS}E CifVi(3.ǹ̖P(z_ A{TA/2UV[NPɨ w/AKoͩ |}ף&&U2Cӟ#XTWx""V= kTѨ@@`V޵.ސBiMIfv;hs\kouǶtB!N [OOWN(7|bv=rtfu5ZMt|% L: 0|}fj/`0}/ODey. $2ef9@~f X<ߕ9K&o;` S ,2`9HD?(k+o胬/p4NN?=%on!PhvJ 0h@4-*^UT Zk90 {U921U]FcC--m{ `_Ui'aD7.<2CmCQ @a:@h@7&@ X"-<] Q$ t(W? FGG\8{tѡѥֱ_ԑE?:A0|#9L-lOԢooMvœu)Tʉ,o3#:@r08k`dGw/_ >}~|f"?ЭLggq;yZڻzT6+?IO|؊ C[Œʤklj0}thY56UYivHN g!~\(ZhӲQQ|.H@ N%516+/,D_oM[=ی5h k3Tg785X~)~O19`P0@C0p 3"CH3Q PQAP*5ZF0_{5>Ԧʧ)mQ qX<P)x0ɠ, ק0hLu[(Хs{`o3x4.KRx}  \ho p2h h UeDkR>XZA@I)sf^Nz1>){.8>:6k::Btxx.%j\ΥqoWkj6chbO`4>wd:3Օc걌ɦ9niHme(@0ؘ;Soku0@Yf0~rqF75fMcr>>>?"*hp* Ycs7VO|Y[)g˵yOpwšp C%aj>Q!#k*'{4 ^7H!V].νE5FT20r0)QzcD|sS4g 91&&;y`L: @ @`SVY+`d@ h7E:,CIX oW pfa~@c}kɅa˹Al}3eF'"pQ} ?NE^:Ζ})LT61x} 7GyӇhbgs$.'?GdP X)up9nCG҉Z"SuBo' Qf}s[Y[sLNO/oc+gKE%yVE"Ӣ,FF)-4<O)(%T㪯/!2jr``؂ L1f@ӐΡ}_S/_޴@o[_|_4y};̿s.F:4Y@]Wt@Kn6Л[+axCN$p ?@ON?700?@ "7F@0#@^4J7@ۚyXw? j'WH?~_K (݂IohzzSe;xSIP&`GjA˓J04"q~(Z*66JKww@ iu@T򔈸 L}Z@\smpZC=`VzВ 516-A8+k<@'lݘvҡ{E9[ccgwekdw -֠U-*M@g6KŅ} -SDXf9q!^/0+UUF0 3#ˀֵ|V9'dvcVźY똛*Oy𰖅kS0|W4~~Q_߸ÇQ#BSRZ=TӪ7d,Pa@hpј(ϗ/~kƼAj6ӡ6 ߪiպgjH!%"K@.FGCD9@Q5t@&ziN<@mĔoU=<\7(wCļL`K TKX)bI2…1j pf jX _ 7#hK? "ሔb,sOb@^y2p@:!hx]6D]ʆ(8O#9gs9p. {MDbѠXPp -@ 2V '<X+{`} `k䪴JH%wrpW-K1n=:i8a>Lh6,j/QblE]gj6~Gtӑlj6/K ; m^_? _z#p6#>?2?Ǻtkj-l.U"S6mZL?.O&чAwACPFaG{SccaPD`ß=ЏL$5I*= YZbG/~v꛻J?@$nLYu-{ژHEG3T!{k9%8kb vD@g> !7 (,NvM1|؈~dR٘ʪJ0G3D"7m \ rJ H?T4D6!*Uf}9SbD4<FQ@`x$.р. \ x,\ fY@w&DȚ .HJ@ LeN`~@Ny_O4 .hJ^zin7`қF[]lKk!EM/ks _CVE] Z ;2b~njmym?M &ϡf:?)y?D} c?_9WKP*Y@`hs9 zwovp9_OeduuSYVT:]RxFBSPJ4G4#} 0KR:y"wW~X=WVʩw=!|00"(~~^ !G`Q.1Q 5B KRR|#"7_i_ _X7_2u`㍹]y̆ê<:Cx" xO=}3zjj2e;?p:rdQKƚV0S &B7P_9GFuvQ1hy(, DqxlBMē$O4驌&T%S ri u ʬ|' ,,C^@੝c5#5M*kkʦCl] @o*M;d-淠m\mVkS93@ x~P?0@no\  d cuzHܠ[r17?~*4omJOJ dZCt 0::Є6|k a0ۄY؍KtޘAs{ >~Q0կ~% }`#0Q~N أNjl 8~ _x.SN! d؆ h3/z\7kn{Wp]@FJ8kRʩUXٙ9uppNe#usHN|֖ZA个67:Ǜ9,qևL2(" " /5YT]AmqBVq1zZaxd\0IߓW O%ɬ@`,lԔp]@.6, j! qd4 4K( {溫kF;@ @,`- v>L_~?#1M.ZEo5!Ga60uSum`~_??iO=ok@\5fYBY;j#U WsmO<5KGw%mrCe2Erb`RBm0`*nH'5?*Qx~N7~;<701~@L?!?EaI\Sm]_ykxM/Tt`@59V a5 i:Ϳ/[Ox u? G`S@ƝkAxy _>vM_xJ59s'}kvNz͹fGsGϐ6>CL=3g> M3 c*z0fB#,ՋYu^Bt$|FGnmu56y6z~§ $BI4aBVU@h6% B!m]N[Oz}MKKU*#Mv-`SoؕgP6DsTkCF\ήˁ73V0}mkjk0UQ'X./qmt0mg o.UrLfO0"λXU2cusT^/^xg2B8J\?!8YE M8:!088. `1 o~3 cmi|=2bCba~ #8~OmH?@krxz-Kkjmid YJYgO}uw, ]>ms0_@K"o dhq70P1欴wMh}πoׯ@D4^UB$vWL@+y1u 7՞i] ;hAzS5wm,jʘbrٟ_r9s=".YYo}+;D`?,nБ<*=XNE4(^I;%%Nl5$`uCZƎ [r|nͮPsUa' ΅T LEvzW*+rJlw9\$ϛ$j ojzd9p@4j}TDzO0c4vwoDW* 5=]Ŧ`FIFG 1#.EݐCCrA'k#رOOO"^YaDGǴ)H E?뵠r k>.44&'y~ǀQ_nK?Ϳ7t=ݤK@ʲLЊwaT֘=gd~_AhF-%aihFQ^@@X\ב?;`{[{z(GC0g23圯7}{^.oM_vgO_?#~o1:q;)pqx =cx 1 ~C/DKTܫ$Ljd,1qMZ@0;^34ZeIqDl.Ț;dtSl8[s]BH 7DZr _KWز* ZNJ pOd5D%8`?{%>@.HOȿz-qL8ӿj3- 9t{5=Ep9ϩH$eMbg [RB՚x\2% hX׸,D>ku_Gh_6~mИD1z?+Ops[:]]V(4s e,]݅;@Sѿ1E9DfM1K`XM+p=4xs3rO<zw%kc}C*?&s ~/B`K_ks*edF-SD P>ӿjץcoy!'&2u냸B?~+?%TG4ET4Mj&ݍNo3.@n0`V`X =| @k,lL% (e'0Btqz *63Ńi'όAhe.nZZJ:̡(s$;iɱ8lJA5fh2Z8q,T!A.ڌJQ'N9}4VeV>bVuBY@AW  ޞ0w(\gbro~?K,pq5~k1母x8h0nƵ1}iDD;[pG9No|"F8;hӌ襣o:_O?u#Gz `3MDbK\ T=?tc3oۧ@agѷ}sߓౡQD!$ Dq$k)~ fo4_uoS4}M_ .cowKw1aү_Qz$c?G9k2>ϳW?N`C3UcQP}qk777Kt?5vuKYM>i_gv;A`!AAI2 Dz #f d K p2`fy&;3kٺ+BF1%%hhњkr,LCRZ#.X ^59pSeZiZƁșr#ÂxT ǀ@  ǎSgT4> \y6a56/cx}E=j@it!p%oGz:_(41v̟nGR@s*j75UN8eهh͊xɭ̜j6.>Sf/;M{lG|`pۍ`01U2: <ޤf2I_z;սh EሊhI|F8,Y!LƿsydJ!}?;:QWÿҦcM_6`iGbK'^/DƯ?iq23.;kɒHfh]̿T Ɩќ>  𬫹[e._,?)c* 7Ғ<9Q7voEY2)͕7Z'G$$ehk ?=Fx K\CfkR^]V`c/D~CyP8޶ ]C9X(* b5D7W)\_Ac' Н@Z 50ᬘf,C!sx\d{z 7w?(nhK@4X,'bZ@*UEi|).gRs*[]B}-<Ik~[7ѿv 3xjxVǂ*D6?n x?X2PﰊӦ`h GެGB݊_sDgDVc}N/ Y f$ h?r#~"o{/8DpOy= @fL]_?^79<\c?,pB%Oa}Zmoxuzt޾R;[۸R;+Or(]: Œ!\?v54le{Gq,1{SYeԿ}$;KpQbviL< 5"lܻ+Da ]|! b{ F4~ѐi@`Cld"F9H H1vD3Fڂ-@Px3/| ɭ.0.Zz5cVӪT ]d_` ^n fg o@+RPqu)G2P:-1ో2l=3僚t迦GVOOK5Ѹ@PyYV遀Sd{[u=7?'jw5n}mZĸ\]UG0ý=u -Uhi~Q̩YZȆހK6WdG/GHf`~  l_;Ww5+17õGrᙘ?wQUuϝr.{BʓLbt<|j(Z=wH8~L=Q 5j,Dpݤ<2~ Nha]swt!hX5u7@/ɉZ>y9Lz}?0k=Q3G[ƕ 4=cŢrfOn B oT`lیr)X?=5~=͚ g5]"\/y5Gu?XX07S[m1_Xb )0 X+/l iu?0 Ĩk`")hoMhKmEH+**;Vi!Nfq;2P6?x]*x 8ZRˋu!_;[& Dpĭl; loA[H罘o$gϲ_J?gԑ2v y?OX0`(9BggxѥTWAz.5`ԕ1:f6S~Xjo4F0l`x ,s- , h@m-u=]Hۍ$j+]]啅B v 0 hTmդ"SSY.m=?5AhB6ېL68L;YgD#>_!L 7W}JYNT7d_F>?'c;ʜTY}Ԣdgsoퟶnw7Ș] Xp](fa` 8<"X*@ &5bH5Q[1YMOZᄪdrj "9'qFC*80B*<U 8ȌQ3ϥL /Yը1cXD1z'~ C8VG!\HŖ]V@ )lo;?̟&OgCy%..nWlǟ=VeDVQ3:8^: տn(y?20,B=H{{{@ l \0KAxmr.Ãe8N'! hVdʹNJ4نU}VF)w}C  Eퟕ A6p#fnk1 28sb,R\ ސ7ގH`e W&.╕Ui׍FcR߭^}qz6@B`f'ٷ1TӧtzFvgsf-Kh<@WK]1[>7pU*K h{ hd,2VPY ~%Ə7r0'<5}mԸt_o<~bOy_@vTF`4Aht 1Q\UxSjG":-H))q##XQS)c1F m vWWbrdH'` iz FϨ 7=d6 Hy@x恅=\!]_.j7}1Ld 1sNfAt>Pgd1?\͵npƣkcu}_dF, . NGЉ lw% f;X UC@PQ 2;o_]O!Ӧ5,31~xYG<346}ϟJ3tF3-rߊY3g@3 H:;nDD`Sa> #B~Q:LŠ8L?OPq2f<3qܠ~5GPCQ1 @`ЙUhhB`va0ϩĴJMa6~Fǝ‰k;r03 N%^g O$c`I4~޾?3zK>g}8(:e DmEFrx^0Er?,107s{@kG~oE}0 A&Yf97A7ht;G9'y֞"y4=Y ԑf^p-t0 eD4~>$53򅨿}q2H$+Gǫ''Yo7YZYk:Je =+/?ݿ q1iJ@j!DTok ϝjh)*;毕d"Vq *LT Ix ,@`/%pAL2@YDBh7DAeҜ^%T+-ݞG)P`}v-j oے@A0K0g͟Jn?Z@4=bA^c2p.-T l*iR/H^x14|5g6@Ol|bѨ. { ڀU kN]LSބ6[uTPjr9|,Z_VAo_D v=5*]4 Ug]>u-'r'0cnȟc(q 6x{Okh%N4(?94p?iy42 )a׹ p': d_oڇuͿn̿v_fm kY@1f@Q)َ/Q)6< o4%Îb2bdᚋ%T)V))iaⱜaj rY Wd\l[6dNʶy(wp}Y[@ f8ADzF'9Qmzzߓ X8 &'BϏЦ!oc4 ?r ݂UXVeJ"0A7`π[[3 @xP?Ńl<AvM/k]Z ~sןI>w;j]L^ޭ|AXE¶*K LJ?^`LdA0C4K̡RvP*z!`3;x@ 3#xO|7;Us#!" x 5X Ahdp\ M Bc)F"pD %BU+ʳ2;Aenu p=Ag/Ք ƬJhFH]8 @}pGǖ좯'xNM{*2i}Q46(ޞٖkPRٜax{߫>{x!pߔ~tHE6`w 'mwkCmKz;WW\ZSeeѢa8 ٸk`n{0g!Q>>ʊ'ai\9[^e}CfZYoٯ,-eوlsFիU98s￿Sd6rٔl6- 1 rwJ]#j7;U4nfYuٸM`3BV-xD.\<}\K(.=k{NЬ97v ^gפm pWM'EӷD:'k8J&g^t ӟO5({4f<{S'6<_rcR `7%1܍^bi4DlI(gvG&`!$xA}Qcj@W~ nk\JBQ it_B7~,x`}9_wgʁ69%!eHΊ3/LXΨZ[YSkr0ёc:?;SWϒQס!NM]:<:M_#ڷEzo4|.Rɤ 3?/JxzzIt}.9K}O{疪]t3k..QG J @,.x!.`?. `KAGaqvd4:q##I@ l&um~7_1ҏ6~+ -[߷(@:aUSF~A7 &)3]ޑ䰕e3 vUƂr"W&0(c{'$rK=PƚcU\j:F;(NLxR'& (aViNp?Ոz@HCA'zÐA׾5>7 Bk.<}c^\h Ȩy^M1&aVI5NqOTViyANHBjCrSoj*|cq8mmu<=Cٰszr*f1{fs%$To߼U޾S߿WP?wrPͫWՕqKM&* Xk0bح xM9OGs&x=֎ޕXgE>r̞34to?}>>~#pIDAT~O?${ <{ʙJO4%;<&϶Qiava@PдNYB v߫//).+XM&[jwL ojm9 Y6ڂ&pk-q1zM3FyM&GՐ1=oh_o^Ư53E}Kx{ﴁfG>6J@_i<75WWV9B(w`TJ3kq/nx}ueRasm6iz\L, T⒗2 Y{ܯvbRQ Pv`Ыfxx]LL싑}Ξ' t t R26V 4`Qْ> Ebrv {d `@G6i/~` }wg4??#|t𱰰݀=EUUCysDmQEykM5MK0ѿ+2 e ~P"(H9\]XdAo"Բ&uAt44NJqVW/YMtZkZGc褈R3~nQ^{Ԓ)T TɄʔJ)†2HL&ex/AE(2!Q||(>}H&*M@A@i0Mf!C WS_(Mb)?JA0-ܟ$RcbEO<.ۏI %)(%?< &Ks?=Pdc ږ ʲ*@gl`cEãᏏM0Ƌ UTmX@V=L` d,^//@7}l/_~}˒9߿Z0b}Q']MjeD}Y p6F}ne˶xJhpFu(;_e_i.m tN)5blp>>4瓘82"FHbbxcc|}bx'98bIOea(ݭ~ jQGϵ< KҤt_o: Afyd'*X2 >}'~ DoROJ @l LEb*i|93 E"7D,y^[N&P-ZD}Mhkm=dbdh%ec+5o#*GCwD)F$zzNK7ww{)@?=}noyr"2BS]G#9zM W` }C]'iCs\#!/d Z CYn=,ɰ=% `i L41NcRPA%R4=3-|bLtK4]ba `رrCm=_;t j5aCߜ/8X/,#~Ve=ksk>Ij̷,?_T"jg?cSP St 3&F$ȧH|$n41ɏu<O J@&G?NK$540[jjE3`{ĥLl*7'pLeǤ[ϕG%gd%Kbw%& >}JQQ)"6"#5Wd勜QHyBѼ2QWɍ**P=Cur{an$nNр;tqqM0Qf8#on؀9 ?>s y܆x}|~wd"d,|nh73$m ocCdd%wt֗/RD DON}FC@2h>!|$ g[үR1U tW.AL"]a #jpt$Bi!Ù<)30nl입q l>ЏY[.2zt`aYaMA @}ݒ1b9`>Da{.ܑZIvh l5.Y$_`w_$u QZ-k j@`gMNYb~jZ,Lψofb !̌O Lqg==.>j~Km-Eur' @rE6E "+No'@Im4'Q݇h?Gi44yrHtiRN)unw('ȳrEGȍUo+7HdgJD3mT&M2&0<<}}~rK ;Hpְ}dHYЀ=@WL憠AY ,.E :¹Kdy / >aEDHs#l m9W.b #܆ MA(:ewj}1(zo~E-e$"߿}O^הY~D'VqgϾdFN+ I4e&*:`{ QXbFV6 >R3گ}ҏ vGt[GWFdYrс34o#2jO8?G `8;GY..<[ɑ~yn(')L&1E4G7ϊ'6+^dJeR$A+*t;# 2鵳<  l܆!7=g(߀?"|=v+$*}(aUpQQ F8tE$`W&zH@YGl^C ԡoPp3q[g_fVps`3vonQ"" D"#<|?Ű ,ZLC*Zy}ݻ$uA1O8y4@HUֻ$C{`@%&ڧ,`tȽB8 8UF KCT؍*x?  OKx@%uN9w23tWTug tv>Q)_ /z迲 6 "H|vdDזq\"/U:}KbD_#SGW]퐳FY> 22 ~ lȉVlHDdRRD1J1" eY rRsdԯ"4||Oc_R^"$eD0l0 F79;b(#בYƑz~HgW:x<P{P5غrjj4[ZzK="66"{IC>&Z=:RB>6@@RƹBYbu:O/b%&~ؘ|2>">f/JZr1$U#%壡D'}cY/BXZ@rЖ,<W{GĎH@Gto# 51e#]3 \bp@`#2zUTUM*W( ~/7:CՂ- ,ϯ}2Y2߀~zzflEgZ !@iȭ7f7 zI5aʒm^}o{[. lYe?d(z{FtB8D%k*8[jiQ1E) #?FP Y|`aQR")046l \gD^eos iU\V/ }٧澺*Dd,Ro㶮_t%_{w&tnny2L3h;:A^EfF#/>ސpJ"kxd-%ōP"x)!SBU6+L::<'(a62 cԃ zos=𝊝mx:E+bbe97Ca0AbOM5EQVvu"pˮ%*U"=R&W$yRTJReU|LcZJHK-djbv֧fa]'22? u26@ k ؛UXê0}{б@]OzQ_GFz_^7_`}t**zz?!zg4Q+};Sb wFo `G6jGDŽ rLKؘcήI2gbceP}}hX D_g'쑃%ܒ0!gTGL}$*e~ }y_B(/#Đ M9YDE,ru6 gsrr蟲KS#` K#(bP3ťVCm~*- |Kt+~ G%?j X2J 2)..0FF$KM`<27f迢V_=_.&UmmCo[j{S3;k&E}\rOc#b-e垜xc=Ng<6CO|3{A\ /CY$?}񣥨ć[k!#Ļw1<_.z>IHQ3 ^ZTx=BQb@xrDGG \zYa8G񟐩0LvKexe;Fq@բ/z'ffTjT+EEt(ė:?SUIǚNE7#GCS,aj}6mn +ҵՂn!OJ1߾:M!;aW1-7t||I7Q8`$mm𻮯X[[([cOd|d>2}^d  uY{jh{ۮ2ir P##FPS3{7 V6] }.oG@/YFPVu}{ `ӗa2196!Te",g_0YZΑ?48?:8`oG~t ذ>ze ?Ea㤁&ڛDcu”N`LIQqtԞI)B?6kbmi3x#x@jA>AQ˒A߷JojY HA 5L7yIM5K9eArvFos[m@ M| eE\AQ%m2#DJ>x~xf\\GGf)Hu1b3$Phr5՝ :bK@ 􌑙LY,l"eDbnvM9b)`_\MNG__݄۠C=q(ś^| g2g6 y||@63tG:>[on([yp~}Ǜ'ѐ6֏EYz9KA}~&tIe ـ3#ئ4G6@ok   /-TkW[%z(߂,Xg*f`@67fO_- IR)3Cq|x(֗Le~3~LD?9>3|P駨fQOI(†" b30w+=&SRD J#"X= /ao'?~$>[׭dۇ$!IY|PbR $A>wGn21Ȋ XXXcaG"|kVwG ~ 6DqdK?"Ի ݣ Ի;ڑ`?G-\a1$<"zWNk_^33`:|2 FWC<`$6~Gv)_M-ǂ%17=#f9樿w6Ԉڲ2Q]Zj_Cޭ7F@ diJ&~'ud"}H=@>$qToGhK/A'4HL,OX*_j) PP) 蟺*b,O cV@: 4eYxHK =]'[,)RLA1? PZJBOS!=jbbWRf1֦< 5?EJ@B;vAO_>ahTDRI{+NX\ѿ A2Ys>J`C/ z `& p K[bmu֨m11pʰGYJ .P@ ¿ZV$?Af!JCa+/R0c.zG߈LY@!v2F F@vy66R&a`7!= +g/#eR~%χTq&899cNcc910 5 l37fj43Gg}O cwgluB/>sc(0zDw{hkj-VlžJOv*N-%9%z*]ݗnFSgD2x:&/Z")*Ib*Ԧ.WReHS91nY̑??D존TmeY@=/_[s{{FY<1;q ֦#ggfV܃Z,<400ׇyx`ͮRtf>f1Q!#¿4(`5mu߮k(Z ? 쾟kpm3G[(P 貲%mf@-;d; HR[ PX\eÿۚ嗛Ѿ%5FjojvmmVgltQ΢̺VWM`> zF FƜg8_Ebp"wD |m䣵G\N_qn#hg Q1/{(TmE(/,%@R>a6m[PtG{JN1Ph3!2 #2EB$ 1GYg%%?>=KA+NQ&fTZVYi#G)n&4w.,󹺭uqcWV e$ TvDXأę,`|{vϯ#? c壆YQ3GtIHuWj&мC@j!*5J5TUMfQZ?jI9m(߬k~}}RCØ zߓ9CvC =weiq@ E]Y^m+fi 0o) UJ~|P޲s(q `H迳]4S__U#*KDqn@Z#:#~)STR:+EIB>C*6R!y;,lHE8 , 1b%}i)2$gfeG& (ihiCOrt9䈰^ "GԿwL2S^Hj+/dѿ.@k`ί3aG2 Dx=9;GFxz"g_Gzv_v2߭<"PQ~U=Pnky]'% >q2CilG L& ea$ԶG&/GYF>G#CƆma Y ҵis|}ЯM('--;L6C,}sd/0QǸ϶٧l8`&3]RmoENJ=:X=0od?~TE,-YF]IT@@,&)Y"/=GdĥdS]Jb qY"͡ʱ+RbsHctDh/C?>*Xe4gj>T‚:^=[[omh3}PQpuďhk@$I)"srOj[$@&#[( {9 #GiGAN1G^ΓUѳv{~2 " '[OOS J8"8&@`R uZ-Z>~@Uj> csӾ]Vs;=ݢ/zƎà`?z } {I~ki=fuY_},c2vQ?LЕN|{uEoM3;k35kKUaI? a<{Ǜoc@ .c%4cdbw@bڶ.FY@3eUrJDQvNUy!g#VH5S#sJȣSiT\s X |yYb|HI*!5=sy5#~v잮! G+I~/>q>Glh{0 @*#̀UKC'|5~Oej!ouyG,~(AZ9r.<σ'#'@?ݳ|X߼x_'/a<>|7ًM`hH   @WPe0R#*-C#V+rDY8!45,k t$F;"IK--S^=Xꚧw~w .eʔcLsן-]p @=:Yi47fdM֦6- ھt}.}uCSX vwvjVLMѡ117$E'@Gk'e͢^TՊ Q_.2 Y"#l.>k,+e@2 X|zT)9>_$ĹUBBn'e (Q 𣮏WWq1 4q}ѾJ<7ES%#U'#98,z[hVKEKOִMm/* _X97w@߹CoUwK_-}zqOjO_ RO^Bg}vo9U&p@;G-#X'uIO6PcvjZ . 1wmG_~Qa['7OYjkgwg/6.ثzEɉ5nuy=o-6cUM\FP[+F`ms  C%]9@)HDY:ryNE  ?0G3b HCz)/W ɕ,Q}yկzn_*Ц#k  /3 YÿT3vd"{;`ϐW7q~{uwH!& {!lI=Rw&f10LrF#1?bIۑ~g9¡~.̀ Mc,zvY/ȒW p^_C~G<. E2sccdbzzCX-EOy%΂*9 2F.\fƬ!Xh^e`=KAdv l;L`uـ4%173F}CgPtw.Z:DAuyZV2 DNzI-ez}]g>݈3h>#'Лb';*;.))RSJ٤6߬ZVo7ٗǿ_y@4K1گ'oK?( `:bp|RT K++뼓K3f@@p"2EQ"cVJ[]ґey?VZ ܠp{͢)&0Se &&V!^Y$exESb~M`_)hL H#VdihvzB32Q6ޮ~3uMV5`ddULJd!!`LaN}3T& * ٩2u$e:Y~:6Q}iIE,S/0}ƹz͍=JkؼQeVz|g!r l w wT4mTT#9;>ܑ<_zQ5kƞM uy -=^ݿaG!#~}1ҁlwho-R_T=ߖf`2s @7vy!_h r>fhKZ>`oCjAxxI-6._ fi 5͢YSѽp2C/M26m}`e{}56 ; A>5] YҢ dyh-fPv0:GEo e E4CjklV DMe#CUye 946DfQ'IJ2Z0G.-+JhDI> ](hUexV^Ǻz/ݢ W~1'Xc,kjrRe }권U|rKy7^)*PGԯAomޢ@Z}ݘ P' ([Hk*FR.K=X8oB@^/\Vm2?~}G[t=,69s6e -t9ۻH_]f[MohZ#;y|p"FD]eh%֧~ptoNL8T `{)' 00lϊ%1CmFk ˟?lI3%.m@kX0+|\dCX \*Bv09>#EӖ1 [Cc0FyݝIn2^GketNgZ?Gpg # qi43[b/fGz#I?*>CS]3tJ28f*7"ymv$n=<}s% ldFPQ˳s^# `SrswL Vv'*W?4CG/z')h }7-9uss[gE}7l `U鰣+ }}Obzv~dYi<~mmmL9i{'baa! cيHhh?:bCbb?;O]r&x}q#[]3XmGp 4&`2LW&g/d\Y`q@سe{lpH4>:8ie|ր1E`0n-Y)K% oo#!nMu7RVk_|C[G~ѿpoY @ mX!.9\s@`k8o@N_&p2 yp?Z_!X3D%6 ef-a%5:%z2f7!ߢ#ئz=hC8?@ =r->*=9dA0 gNCe=TxZzҫ @uG΃ ~?{V k<0UܪqA:) @Ce?*+B(H9 P& 7yʪWr- 7;:Ǟv zIWGPP~$FBPps}G GEGs;/hmkyrǹ\1VɃ :('&p_Y3x{LҰ>pE p6ZLAwhGU?^b׬3KgW 3+^[+ʗؕ %ku}SƌK!| K>6mgP@̥Ms A.<|?+= 7pS'Ƕ׎Δ~:k\d|{zB'|<=dzKQ<2נV~pu{9=o>ɯf2pv)|g =>2F_D8L^=cX(9Խ[< cD>wnιa;(`zi  c15t~uJ0}W n}~uy 3Pr߿֏kgt?<M8C(3nf؋!oL" > G@H4a {{N`/enw Yԭ}\o@U.//-"/;Wde(4R(۹4԰%@- }P{5M ;v_o~fLhBLMP=Oಜzfb3 1pxhLtzEOge%= 6?K]]VRºU-22DNNeQTT;_ssho'SXSs[Zlx&Jղ.q S !a*m^B= +KWBݾbȣ%;"|-uF\Y]F*e_E]/N=z z ('(O "#cIq,)8a22rCeJ12s(Q*"Ӌ) -yy墴FTTԋVgL , x 08+ 2Kx \Gnnu!<=ԝ>z h?1RS _OxL1A}Vy7A {,@Wnmn5Dsblm:J2lU'%>/YDDPoGopgLYJL%>Dϟ)+eM!&& 2"R)4iRv5"VRR_BUv* 3(٥"'TW <8u*qr 8BA \X7 68 B`>\`UwO? @5?.؝Rh 9 PWS0xFO<۾& :nLDsy8_)'OxO`,O@(C@)H[o]e "U(aQQ$d2elA6i t|VRy  2g)gI\e g y;6 ,݅0{O3M1i!g!1H'٠}|\=t~V~[gTtWuu´Om\_[4Z>$jjD^VVXOQܗ/,@z+JA5 F㈈h "#Dll1A K ! U依Gϝrf4< 0TkMcfN{d B8 Lya ?.{z%B7nmP`t|SQ_]Y:y(???-`Q|6 U&3VF C(RHi H#( /W d4}/p+L, \0fpc l aë̀ ڀصZw7? ^{S0pG &m&Z Ku$ ~'aoAua9VWfgf,M PdY 4`Ѥȏ&@g ~l@[/? __iqDDH&J )2D f A'$h9MA6@Y@`I8 `geYey# BmhCxUv 5F;`rElJ߽ [BMw^?: x;)hnl5y\|1L`(FGmL>|D26eRPAP60_8 `GAL ;z6'aiFn0[OyCe`nok_ć?f& mtDҍЍ {o#``K`'Y@7 j8 HM L; `"Ԙـi k[L#%OPo $p+4Tma~`&LCl+!!xApKS|8{ uHJ3iN |`_]f~ l?(oJ 0``[=ψazzD*TVl WM@ mـ~ Bf92 @uBCJS,q@,࿊ Qf!xg af7`_JL& dp⿚M~m&_렺EW.]zs.hfa,@x: F WTOwQ)/@IX! 23FY{K n#HRPttc<  V!, bA|@2J>.~8w6k.BB !!\ A+,30oZ`}`պ $O=0G|(KX.?lzݝ.a0X€imF&C[> LVFmUra^𗿼%} }L REq o9@ 98I/bpȥB?, p5yȌF3x! M&!\ LݸrퟒmΖC><5m8; 3e >p)0] @G`%"?'M40m 0@G# ZPP'R$W J- >$('X׊Ƞ,eEl#c e ? 8AxF0Fg~pN6p 6.axH=升|p{C> q:=9tr1}yO7VW" `uyN\Bj}5@\dn:~Bxp]%{V@5n ?i^'WG j2.wᘀ#9bB<F<݀@5N7߄Z@Y( @k0! M x̣4E,]`m 5%_v<_'xBbWRk?u?]Cؠoc ~ V'x\$px$~fϟWi;ƥv")B50 $YM!IR,&AIAD @Bs ɀiB !$M^ND eGi>¿VB0dYgc,/0YxUG[ϣ @BvPQޕfP Ԓ_ ?og;9.tXGwvȻ}=q$U/ޣ~G 9-"v#F޼ew+X[}N߻/NOl2ៃ`9x<82"b ~f †Ȃpŕ7]$B (2W0ϲ, %>z }-* Ad83T8$4)R`8Ph hy-c$,y p$Fae/3OʠBbPB#`mgGqۙM7{;~NF3T׵=C>8h_{kWE#X oT }LI 1  Xa|MM̰\v$0'8'M PEpE`$`VB=Wqo1%E Qe ke1/ ~y4xH $E):e0 1s/ZKU.D}!TvB 'aCljg 5CsvAAsA6B_ޭj -!~9j!{=vv&{x)[Y,[ lv&-ɏp, #8c Ub݃P- ktqE$.M* I9")%!)[W TZC"PdP:g[gB U6CA4;lуow nvC*QǶmkWT |/y>`q>67a6hnK H΍PS(xnd<a˃rD'#r: 9-tD?~n !"Qh" @wnlEA XBY_RC3@A#ItE,}E xG{zTVPHs ؛=rDlm=}=x<eH~B]8ϐ&$%q%#dk  !CF  b=# # "I @B& M z(J@VaC+O!=B#&~(֞uW ڠ.is>GNoHP8ZBJG޼-.u9M/^͹;l*"U}#'3I1l -pA! @جrtΤWh%Iq1)@P_@xPt*KwꠒAd|PMeЧ9™r)=|8gAD\\F?ZkiUI@W$T}F>o s(B$pȗ?kp~`g{&q~@-p{Dpcz&GlxFX.{fA?ðM 6AB!e8+<&DN' %K@b&V!SˠҶ PB ] HB๲@9J𐂉"q[QYGۙJOh")G װ [;x'!Ћx;ȱ 4GJ+~BU!B"=!x +z(lr8mDCECTTZTvrRЖG- zmDLU煇̊T3m` J %p |Շx ǐGxgvo*wHcvpV٣O"DW#ܚ_dӷY0 l|)N2 pF T H:"_8)2BH&&4Pmx7 B[@Up"pA'6`ɡaR*zbp;sU4~sAadWZ^0l8D I۽t EgPßs"Zv@/ÿ~߲6NN/UG>}>  5`cX֟\ *]`7o,aùI6:T 'HX!XޓKq_6l"pAF*(7L1E:("HJ4:HIENDB`resources/golden_0020.png0000644000175000017500000000574711301357544014553 0ustar user03user03PNG  IHDR szz IDATxڅWS[Ui&Cl/`;B,bZ}G ̀W&vĞɴ3N4ɇIv[N{8M?̜{zsϽ+r5Pvѧ ǀA'sbrltàB3n ]Z45t@Za֏yʪ7Cݡ[C+mZZF o>PV =]0kz03~+܃xN88n.k;K0F1xG" ]tkV 1qB phGRʫ +ZFTvWH9M$mbf:3 &zkz72 TFYY*rg4h c)3eRf(ە '>aGI FD#1Qx=CS~Az=Ij(4M^;B$!۳~FY?sz$P3֫"^x(XSI,-,ame k6VWֱy&3S+gCbwLRo Z1ץ"#HNLc`''xxN1bwV0ɉ$1F=G 6RGi%~HOae?<>œO9>y8>z_KFn ]^T,N(xVaqܛ}mgOEϟgxxzclnbii3󈍎!2{$n"l'0YuHv9l.p6hǑ™ňLJsX^ޖ@)93&89~}בL.b,>`8R ] ɶ)?a{w#n*sxtxgO~o-x9^}Wx%NOp(kk;X M@.'B' ?Ѱ - B+>}ӄJNWp^__x{G"67qF\X Ρ ^Ӱ[ ɪր-*ɵT{;f3뾉W/^xݟ__ D|[[l=f똛]FG3M2}[N5*eYIubAD:}:=8ZF=.VV1^:5ͭ0E$B+liܢ0w Y 3HCR)jQ]VZ-<4P,ZCn)n 3305@ ؆>N * _^~0pOv!I;v塢y(*@Ii Z[u0<|(Bi!Qn8+n\J9IH qUa$4$Vȸ%(-Gc t: /a'A|xyL;x:tfVc3hkM@`VᨬDŵk(/iy5/!z *Khqlo![!vv8 68 X$ C)rEE$Ԇ껹(([G{\vJkq7 5 hA[[/xbS3}gO#d a5BVeeBFk˘%aa9v yRPxhK*0hBZFS\ԄAA~lUίAGu^Ý;y- P(T4^VD£T$N;BD9Fa1xC$FxjꠢJ._EN܊r HDP߂T7}UUՔAs0jtQq9J]hi5R 4!27_F+{d^-\<\FȸۙJϤ/J n 8}&n7R҇7$`htt57a?ۄ?::.~M,%q$Z*UH,Īpɑ*AiA%KP\Xv4An Ĺd,疸.X6mnva}IDATxڼwcqOFg:gv`90f0L6M6C'v`ӓ{fI(lY,ɶlINDݧjspuzZcx~T>ԗK9ԓM,Hɤtr%S}TDQVp%yjrePnV>r (J K*K**j䨱SSM;&Oc34hmPڌpEFh6C _Ss5I8FR]E#GC:fpS] j5UM:AUv,oz*/*- **(B[ (/F9ٹ C(2b:nH~1A ʣDf.1 B~I+ pŧPmT@y(Eeۨ@CPRPBeeTY\!ԖzjdjA]#njiT([ 4G waF;u4[:=*:8;B& G,4Թ5.SC$@=TrPJxs (7;3!|EUP\?- ٙC5L9#A gbe 2{ 3 7-ڐ AHJC$% eA> ("X ACPZIeT_QC:r& N8\ ;VSNJ.O'unjfg;9`P Z@hQ @PWӤh` jP*u CN"W2gsG)7g n! (GN(Ӳvx*<!$S&gAʢ2XA@PKA9n-v G\ln..EVͮv:#Ub XůZ"C"19ZjꕬY |$\xA'SMd XU c EvT TSRAuUT_^Mv@ꨩ\ 4Q+ @:ABx -|7|ߟ_!.#lAhP4Fv@-J߆Υln%~d,QPg jz3xJy=@V.ud`4 GHCyp v"$(7hs@Pg74!DIr94@ Z a0fxS||t5@K N}_[?~T{ihGiEښ u V`B=AЩAb  I8?nq#K8t$P&\A ܠuaUj- ܠ cS6 M-thTѵetIxv_+:hjQl~_VM!>ec+Rs SEG>wQ@`7PNpZ tM,_e= ~D^003 x:Cx8 QʑPɔF9pA dJ(c"7UPbD/ PwJDP·[oE7eX'~!>g~e5D_[O!4>[q"J&JWc8DA^EqK5. ).R rC(/%Aa@(T 2^4"`h M?]5zP7Q -Fɭ5;f._9ZUE lf _7E d{^zJ7l?kR( u_5}seIj_C\q \Wv.(2g7^-Ѡ>_4  ތljTP͇#(?Fq( IUI1@&Di B!U0z!vᨬhM[]u>lD 9h !b;|b764!ײ~^yȓq/C)&NVTuo;nCQFGQj#blmNrqW)^W+ >oo鸩?N4j0p\CDZT?BQȱH X(&$Q2 HOAHC12S27dQlJϡ<>ꘙ'Gm>G yWR^lJ1-K4 ʨL=/,>_l bQ.Q_&QWqK!n S^v1.in5Q:>ZʇzRRx2`OOѱY(@Rct48 KgX2m =!r.z 0#s_G-7mY]~G) aT$Dd2 y8 sXLuhYF8_6*eTQ+TADRFJ:y]yCEG㖡萣s!*}!`Fe^%rsڮUh:@\ 3=K -HE}.ĈQz $~{qm @l\@F0 cٿ~%u)0\z^H@'Ȇ do&тJ"sB"Uͦ\{{͜j⸁+o_um֮# x9-zYt[Qu<Ȩ'jF2uTD#Qrs40( pT(>.nP,:SQOZ Hy9o㍼TdC0 \XAO6ZAvCtL(L EM}6/՛JhXlzFY]<6=G;1wbo뤮.vxeiy{}ݯg V.>hV/.j(|꘿졠m=QVe ё(.9/+~o*v⿂ .qk9Y(__g!}#~)y=())2DNMsQ>6Q!@vsXEnTM6McS#;,@t{StvP;\B9`p3 (xm hjQJ>VտL#4Y쩱ISY=!gZ;A''iqcN.,X\Xϟ8D '"g;!Ph FG&)aSA!#F e B ߰>_s?NeS6<2PtkI@pTod+ k fк042БdL̼Djڎ7 $}~>LAi'3!-By-/.өҊ*bVOq8c_[S*-\ 83 pO0l8`R=rİ h[z;@`A@TllR!0[~[_U]F4>.Z@/nC #E[Te,sȋ2Ӏte˥ިiOA Yd)|BB5NWO3g8GgO3}h} SB'N a p)c3R&F}`bG@q0a=lkv9rpTVTR) HKifo["lEoo{C f~`#B@`To T5ҳ@G^[g}g=j|7nz?SJ9/@E2}yqV,ʚ~b=}Ν9O9nƹ ] 9.ظ,8.{/6e}.q pa` s&S[#GL ]J:ڽ &KO3C`QߪmeY;V`8؞Z}7-hFͬϢϣ/"~ V'gY|žt\JW96I\ۼ.qL(L^p39ZeN*G}J#Lf Ij7^o'ܮښ:dUT8/>foKO"Y:?_F֯ PQϭ2ѯ^Fl^_znp\֖qqM a0\xUkgM7#~ti| 1l.b?>9[LM9p=Ng 'PBj=c7|y{2nrZj=t\6i:8{.r֛oJ!<~߼~nݸ-q}ۀ6/4\\0!@ X8zs~v 1@,$N`vyl)e |d--ON,+F#g4yC[}Za-VaFFq6YJWߺq ߦ;έt=qowL2K r@L'@I8i~0kB 1#/CP ![l-/Xj! 1 <I&^ZbjA: 6kn_ߧG'OW+Me!O|7}߻s_t{wT5}@ Gq݀আ@`EYHN1eQ`@AexIzPOe-@cX,7,[0 ^ 6V>M,@:. $ {u7 g1O 4|'-[54jUCsJ>} }b?0 ^w}qτྸA E{3 * 8f?&21U zRs 3{y>8 e!Hrwmc7r,UW V. A>0C^ձxcxC#4?7euMX*W!:o<Ŀ@+ۿſſ?ʖ@P P+7 >t'ONR .01cq.p.==.@3_Pb @  9`8hm `9 zE%t#`yx4 럅OLт5|Ngmu_ Md-4{wV[#xxpInkn')\Z rhiS42.0*\<9Lr 􍁁J;x[ Ps[`ҥ@'بQkKMLm9zP@5g&̏Oqd dId_e?7~_FrEg@OB(R ۪[+t)0F!6]@^Kz>fЂʭ19`՗5ePpPĆc!CR0^:`Vg GU@/Ҝ:ӧ_ם?Jų_xrm@x]UP`4q 5zw$8d]74jK]o kbgސ-2r%`/ lO0~U~K`>6N?q%O۲PUkI3u* e@!e`vc Q@@5 h1Ⱥ)l s{]A7e:yDU&#~_5s4-VVJ-ʀQf00upUN`@!2 5A,{7Xv, `"l У [ 6;RykE>%e kPOI@7,[m>O@,O"U5V^@@O/@04O9Z $yw}j_?UM낐0Vyyxv,y  K0j.+: :9説q]oC ~`.7h%nr`U-0OQOSU 9ԃ``K.k[˲xIf/n \ T+͸_oؿ/I4- B[Fpʀoloc`pA, m ON0pjBҠb-Z: X,.8>&pzFX?1܅}WKg?"2k1v nZ?85X_/1pd A5IƦEtl v7NQXBN ڿ[0kw],N?ӕURV)=&_1p8Kj \^^{GE_W-7^}>  7BFi |j[?~g_@,~VF] A\<@ Wh6ſ`% i:ت0!pߗ> TY9(.FsSC/G1pdc8O3(l~CVxНo~ ~/_~_Juy  + `(y'@k^?>#z7Exs f6~3`W&/B'`<GqƉw un]#jK4@Ok[API˥fl@]4C#}4&1 ,<ųh"J ,UdDqzmܤ߷nݧ ^F`Og?}k_Gs._HpsЛ)%{n(%?;'O~WX<?}Q_sAuZX) lFˀ@4O  kMa%E"z/wW+hi:_rS'^T/:\> e`e`.p®C'NЫ҇_ }ߤ>>@yrRIaATɛۿ1;ɓt&}o~o~-C+|5}S{miOfyegt+_EZIaԵkr'PX\<O\KĬUp@{ƕB,[ٿ?YRJ ߋ @fn~0\`VYdi~*w |~{6=~u9h@{?>_?So'+ G/=պ2 )/x >7~\_?/ɉ90C243!B8'AͳNXG7g S͂|WS}F݄zM}/j_YtEz^:7?s}M|@|}4A TFi fX= ~A0 0O<_e}o!;%k^^ 5ʨ#:F÷u#6Zg?׼,h8Cz谜C :%DX8d-'u B|_?ox0@ʁ EW S^As?+(I0ZNjkm.t2jMzp6k1 }!Mb9GaJ9Lq%/藰r G>|镇A\-O)QfR6z2+«Ş/,ߴ, >+m ,"gøP-K(oʟv#XdJ9/)D|d2$@MPf49W' nFvGCwoݛ0.RJr)03R(#1\wG?ߣ%򗿦_e:Ww sf۲Md*.k>nnz;-G~044 `ӿ9{'4w2a`goUk?}H~Mys%,-.Un1/oKMڿEJdi Óu볇Ld[8_Б¹da \NpS Y @˪]@uR zy_,'22!`#A[]G?Ft%േ|ބ#`ܸz6/={G䛰O/~L TDxǢǟbjw>C.=z6} M'׿I w[o|ےz+ꕻMXeq>wK ~u_8yAVVZ sϿWya@W]|iU.jؔP~ռFp߷cHbI%)Z)"v\l] ϱVX/L(%TLII6x89:FfYÿw.Wxkko[w]޻_{_y"xd]Wa7!%,daX k8MSҩ/X{`y]?6F%Cx3o%4 SzP{D]hFp#XYqZ Bx}[nfr] J24~FjD;Og'$P:>NO4 7*O uߏ 9f1 0UM!8˥\/L5+ôFұRoGs*1}tb<P_z:9YÙ11H'+$RRl2%cFOIKfSZr.QzjeQfF dWͪHԴrMCxcP+g L8EKDO72ȍ<< Sex9/9!=>?6ƍ+?g7꿵Vfd>lUʀ%y y^co~Ο: [i/<*X)—K,Igg `g,~tD~LJ$FRBT\P:>2DJqMɉ CP *-6QUU32I\ gخO0'OǞQ4{ap@080!Y+/)TƣTu^ٽ' ް}%[>߯ -F&X^@C>A~ @rny" n <!JhBQGMg%܆Ȃ),vTDh18HDDPEI y\@ lTRqҍY%o$G0+팔%֥1d)Y b 8[qZ.~Byϗ#V}Q@,䌡B0/Kª ^@PfoX_T8GAꮡBld{fg~jWwUg?.ȟAUOy;N|N_Fe|݃ 3 3#,)A1hM!1  LJI6JC,]VQ!rҭGhR3\@g@SCI x``×iiW.;\`lNz姴F}o|^xѳ o'7j$??ONrs{"Q< r(Է([ե@9oZϷ R7~~7=4NxYjʭMBU cF-^;O|;ߖD =G= qC(dž#U0:JGC)H(:Fa(h$c “QcUH)tl.uxx]obAhq**=!7h^Dp#U&OuO ? >F归7ϸd 6 &nxms2 (8e* Ux#+?)[/Aw3 (7.R8PshFKKɝAΔ LYt9 ' \:Rz9BSCb, C ~G`:(;GRh@GpJv\@ &[~-^ HXA/jv o9zqq=iX3ztdZB0p䂜;`jjIJKo ~Ex{ky|l|.T}ii D3_Y!3 hVB3C0WH¨@fl4Oͨ:v,F܀?w7(3:oٿ" y# #{@ u>LBt4E&}R\ : .d= DP;1> v{7oѠɵ !5}& 8{)55gej$a)ϝ4lG#@iȃ X\K5Dx>[5m4*uˁP{Ґ3Y1@ёH6}Q:Lϖ7nfb:EȎKD4xqDA}~Ov;Ҿ`Q:7 MH(vL@D 99pp¶!C' {ͨn8v\ 1:d!YDqOO:TRCeP@I%[[{ [nw;0K p%\}ٟ7b@ uٹϥI>=wd}t ƾRI>Ir ӃNyٔrr(qB9h^E;CwAڳs (9q2.2^ O6[-o@#ވ&d x-V݈b\y׊Z% 7|ސ,hwQr "R4  Y-UOYﴊ߈aKŦJ.]T)0 8_ԟSo?%/L` fۨ% THϒQJ޵كƍ!8LGU{ykm]vDD]?DG, n}@}0 NJ L4Q*<()vi(-u!yyu:0ŸT UAfSYغz8O=yǓs{uֳ. ]  l #e .^@*  g`SD^DN?Fmdzs̤dG_x lNGPEH qUkjl Y=. ulE{//A/G PzȈ4@, VJ63l녅 nFa_kě$sPVVhі]rO>OiFN!@9(hH72ڴ|;FAh*8 l\baYhh0=QAǽ"? f'`Q jfr`ߩgg(ۅ_ކخx܉M;^M۟߃K۞O t@4;0\x*r*[Q k5yy#= +w]"u߻P~w;"MyUlۈz|=zwߡ^},{_ymz-~vvۀiC-/ W1jjj@%., & YoSR0~b8b2)pF'R޾cZ\qϛF4j2t;wR /PDލ !dP\?R dڱ-v2%Ϸ!v vA]s{h V`@8+.H)ƛT..G9=*B32*(#dZ 7cv?M mcCR¿|K~X6x}~MDޑ{N8CޮaEF3 = r 0%ck=#Yo|e>ssF(h(O߲g!F)dC&'o;+:S7/FFR!jx?g_2BF+FG !I?m/s}=<,/ _h ; C/>q p0ydp@֞U!YV7 [1Q &Ƨ{Q1E:L+Ngg/ЅKt/-qEU9IuU:v~~VV6*PZGL !Rbp4'%&R!'@Ðo0)n_gۗ?'{@n<v$QIp8ac8N{;Sm0tAv;B#{wChcKGw3_2}F7\` vY^xz'=.!ڇfp?\cQRdd4YYry;7*alIǛ^~invgh~n^OX=>8!1/Us̝>?idxkMF94sfa3L :èL'hP=FDJ`lR4 1qi8#㍆/0Y! ӷ|1/ daϠcQ@d;pC-qqTq7C/ymێA/`۽WF!tp!ti/gP} <˥@.L/Kҙ,\ Ǚ8oN)vvqi3-\=1dF ,bNbfZ_ϸޝ4;MӀnJS~J2mM⏠LZPC v.7AC NPGaUkѕygg y ;@OJ&F DD)?F@G=43,> ؏}n4xmr0؆c#DD@75b)cW0 y] l=G!p`|/w#v}i7عFv|9T*F٩) ;j/-(ap#?9+ 87xr<5^M{ŕ(oZ6,B@18昀؀arLrɑ)}Zפ\*vuA1?F-1d_[+TT˳CruI PA. !%0C`q@W=2rbK@χ#Q0a,{~7DGxm q#D|d< Ͽ@^L4ǛJQ@vJJ^S^C+Ĕ`A&䡙EOq pX4u|d2U"..'RDD P-g_V(+vϐ,‡ b8F5 c- 1:) ;n?Ǩgz l>Lm@?LN8Dv+=-ddT+w S@ ^A: d  3Af j;)Yd< t9{/؁OAKO)e~~^J #M1^@Ӄ?BBbi}*G(\ر0( h!XdQJE&޸YAA03 c]wxdhL.7yixF 04Skː@.8.*+kG"+55Qfo{H7)"~a?h AṊlG4>,;bȕL6B 4aUq%SL˥ f2d}ƘJ-ASgCPQa5:ZmC n߶ e ޹_]u;H[$6z!f `z@܁)cheuw{``Yχ9tS?l{M++ 8VG{I|j=3 &L]b }<A;&0fPD?Evnߍp7ܶW;v{hν`{""(6:49vN/D/#0 +y{e#gwd}?C~4fT>lX^dv rLOM~>7*=gLWTV][}t90sϠUIӗIM"@/! WEϾƏps3 HyPFp `[(YJ_~}yzp:&(Gknj %a2|_mi7]a'ضRc@8lr잳ˋn@0I]?9.᜕qɉ)-^=5AwSSc7"wV/z]]k"0,8_?çq1=k C0+{y#+O.{k?32W7;M -%BuX1).JQSAAǞ~idt?EG~XjKJN.^/,jLjV/?`8,n.:trs4ʂo{ e]=`@pؘXLi"gu˅*]]r_7ov|>[*#ntvA.){:!Jʮ(4o8?Pdڈ2kó*f5v6-鬪b-}@>  {])ߕJ-C(68 y O+%P!r4dͨ )Tө9ts7!Cn˛|׹"P ŀdm{q; @?#G(&*ʄ .6Q.4om-m[߹Uۼrd#wBNA[: |Hh55j=TFU>xB1_g)`Q1<;H'h' pawTrC|;ƴϿB&f1׈ґGAtCG/!;y?`[W [N}kCm@`m;>*#Px@f69 /ɷG`LQq~4zcGQGooWb79(x15x2Ӻ@?U/H` @H/xA3R3/a}_zv/ "d#:c0&@DDeQga<98MV¼r'14I/Ýp]`/ܯAv |.-I^c&l;.'o-ۼk׃l@fBc[m Fj7UUd;Zyo>q{!xoF$j@o\,w1wohmĨȇRv mJJlD=p!it9т?)AV;9`ў,#\MX 1 E?K5q 8@Ct<=x@džhLjϱkg@TT-Df90:2о/K/l`u7 Rl{'CLao|go޴\ ѝ'iĕyw!fw("}h.|~@ʁ]|@GjkyJ^FGi߾hD,D'ST ͂|C4^(*T~a)SϤ ]ݎoC&&}WW[%UNd(#BHs29glen׏}\[Uc:sAG@CA) QXK `DX! H:ZAWQkČ,`hNR- rمpb ' XlfK:@:z!iXg -o z26񸅘l"o- Aжux5}UU\e%^?{.P].-p86V@и$] :%^oB MfmSi<1SkWOwX?1 ړ>9H  S`tK=DA(# A -"mURiC6 ϗP6p8PMB3LΫ7B9X}9Q>:\"ĠAՀy@"JLY! F&iYǟ^c ^j-,!WA*})VP,%YHu{]L,Mم|f#A[[ D")i'jp4JeeT] 3!.WR<խD>&o`IkgȇkdRFBaiÅNV!;>j hƅe9"-m]'Z%D$:f' qT8āI-@>@ >O vZt[ydqq+c`Q15 gS%\EY 9A2♮9T#ɉiI\9{,M.nBo"P4+l3D$ D9~x\``BX;F'@4gt4)ҳ ]x޽o_̦㱧mU:Wdx dqqbNBz N/)*9䧟? {:zz  *Gx_SE g~ ?H!z m@7W; @C!cpf !S2gAT7L''fcyt Y>jirUc̉D;>C(GC$FԑtnBAa CF doo`(0=58$D801 W?!c"szJ+LfL$gXoiߐ^ Qtw,kcvv#~= AK} #JÇ`eȏ >ߍ{4 ƔF#,*wPdf G#}|zEۣUWKy@%z J P.^If2 ˛mJ<YM66LsrL,"s%euJK%uf)~T*nDa X'QQ E[kX5s\MO.L6d՞nkC# y ``V?e02צ5| "[@NdU˸oJw&DtBm-Kd3f  Ԋ)/P{` pb+@!0'7i.=׫LCɐzAxAc~ӄfnm@M %\벒NoA[tN-+]adnk{a1@%xx=T`.T8(q=ZH{#؅$Q _ g ^xy|w(W}BȖ)QWb9At% JEY]ZuX:Vϳ?999\s'J]"ZZWf%\H+PV<>ZNa5>-pЁ|KL&=FOoKA}}`/0g7=?ڔܑmIohW2ҧ ~m(RxQoG`>X}%ޥĻ^AuI0kϖ665uB e;.<ɢȶ~哿& Hh@#?)[#aSDz !vgڻ9i$t,Q 0SxE$kznwgO q Z¾=K/x=}Y-TTH a ᪁ eL@ l 54ׯMCw׮tgv" ! nw4lf5:{ 6߳Q(ZZd[+;(Yp}~e_|tZ6Z[UH3^$H>4VH(2zĢ߈,6#RU/I;kFMaЄ[L#Sç\)c܏ AR F +5*7wHUi=z$Xb U(n kDWv1#:;sHxpu;)=#EiFذ 3 d2CZW@|mIY1M I% .X7aH:f~\"Y+i$]p!P/ϫ""VGqUKCW]p|n96$MMM[< *gn9O=jF=KCBܚ%HkHwuPLjGx0PS!JJz9pB,. _z*zB%zdL _Tt">@z5$Ze$ks B}B?0&ҙ+>_LZͰ$~^ <}#kv=E5 I'<@R$>mқI@O؋ċ" _0"@r\#r΋kE6iq2gd}}[-7 g8OOX}LqiMt`j)[(u/>#.avʃ0i& R6n!4+䃯H-ҍG:d+1>9H4E@44LܴsIz -TL?tw{ ?`4ojeEG{tvLҊV.n3聛lFP ֧dA~"O#oE%[4gkqVV~,A VeX R>k{(E9Rϑ5,Lò!̌,|&ُ2.rA'b@X BL cIG|yAj@ihbG/. {Cj\ zA޾@6;~ H܎fYGhU2^%e%N)yT)%r#}|X*ˑa>25Q__B3XQ T0gcgmtGYtRBКZj LI|$bg7w) }A?Hybðf!=hB!X(Ru3coU_@,{[[Ilں--䤌 `H|dGkj=~"GAX)~ !s~$v\ 6ԵȂ8JMm ϟ/7|U獙9u}}WW;XY Ut4 kIW]UJyj7a^x0Jl~} [pf^\FGϭPOe8O kO 6!~6%HzA|29aJ~O*msDk{cGoՖmOO1~G\ؐǏe q Hd:wP)x/ZT5y.D>P)U@Gk:=ú/D#n;'G˯YArH^ߚChIK;|YjRI L#kI9::Q/Λ:p,̯.JmOscA$p5@;~v]_ = )B\ucXV.DuI?{}P.TfGq.905 3]O D.-m%}rܼ;pmD(.4{u˶:,/mA/͛z/_~o_SaF?[;&<2yBt)sJunqMe_Y'$qpIMl≆nf ت}xxw㠅-։ /9:<&Kzìxgo۟(B?*o^06w bcey0dfg.t~h9~ b%?ϑʖ1fg#_o [w?x~Na.JH&>}.-\(<׀1=C^OwCxwc\%Uhb30=885/q. vvnhsV@۴i9X]WŸsJs (驊`kc[爫d$to1^/]L!{>k:)̯HdǾ8app i"F">sBξ;=ϛ1Һ9<p!7%]5zi#h4,o9 z/fʈCOLNG9{г|ְHcX*^g+C<-p([[Od^iMd%tJ!-H>T%q|tZ/:' n/Ytuozϑ#k⿳ֈ%+\:xs(%8ˇf)|(vw6>.P9sӋw9}S9#8r]8p^(w:%:Oן_Ö(otWxv->_rȊ|W1|%?*&"XÀ6NNR8wUYh' ȷ,P ~.77ﳖo Ȋ,baDA|.f?F!"wGM|߾}S܀/-.Jw&#[PF{QFjj%J)/MjqrD/xk))aKK 9';-D'uM%\,K|8]w.xM: - UVo D`b- !W O:-9A|.ߢwrkuB+nNs{.?G򼍤yBMMY=aoy67~y:ȃb\˝RUYOQЄy[i+Y*nBbx9@ E>>ds[ |x`~}{­ bo lp%֚~&CqqTVaYOŭe1 @%8`Du^mN <ށBl BEs||_a ]w[3o,c~vPp ;JDPAT}[WSDP8l7hV!q<7g F wpb{A7 MN /o&;͉]n5l"looDbp^*6 76nW7ڀb ^8cH:=MxR)+.%z$r^1ȯGA\Er81g ) _?"`YR ˫˛, m 堞"[&ߑ^.o&i'67Vt׬l@^rv_Z==GYv-S !@ *yp߅\뮪G@ii r&N#.&(y@PLU(bx'h bP17^o0{߼z}W6rٌ3+Ix~ƁR }=:!xs@w.,@  D%RLyPͮV*kY «@I\*l EPlds9#W^ r¸-v[pCH uSH.$;G!o'x01û.0ADBqe /‹+e%(#@QˊȞ@~$!WF rbaDqU#;^|'\8N7D2ߐn{\ڤ۫ve**n<=9C=,;;='C#ҚlhUBT>> 8) & 0xFF); stream.write((value >>> 16) & 0xFF); stream.write((value >>> 24) & 0xFF); } catch (IOException e) { throw new RuntimeException(e.getMessage()); } } @Override protected void writeInterpolationType(InterpolationType interp) { try { switch (interp) { case NONE: stream.write('n'); break; case VERTEX: stream.write('v'); break; case FACE: stream.write('p'); break; case FACEVARYING: stream.write('f'); break; default: throw new RuntimeException(String.format("Unknown interpolation type \"%s\"", interp.toString())); } } catch (IOException e) { throw new RuntimeException(e.getMessage()); } } @Override protected void writeKeyword(Keyword keyword) { try { switch (keyword) { case RESET: writeExtendedKeyword('R'); break; case PARAMETER: stream.write('p'); break; case GEOMETRY: stream.write('g'); break; case INSTANCE: stream.write('i'); break; case SHADER: stream.write('s'); break; case MODIFIER: stream.write('m'); break; case LIGHT: stream.write('l'); break; case CAMERA: stream.write('c'); break; case OPTIONS: stream.write('o'); break; case INCLUDE: writeExtendedKeyword('i'); break; case REMOVE: writeExtendedKeyword('r'); break; case FRAME: writeExtendedKeyword('f'); break; case PLUGIN: writeExtendedKeyword('p'); break; case SEARCHPATH: writeExtendedKeyword('s'); break; case STRING: writeDatatypeKeyword('s', false); break; case BOOL: writeDatatypeKeyword('b', false); break; case INT: writeDatatypeKeyword('i', false); break; case FLOAT: writeDatatypeKeyword('f', false); break; case COLOR: writeDatatypeKeyword('c', false); break; case POINT: writeDatatypeKeyword('p', false); break; case VECTOR: writeDatatypeKeyword('v', false); break; case TEXCOORD: writeDatatypeKeyword('t', false); break; case MATRIX: writeDatatypeKeyword('m', false); break; case STRING_ARRAY: writeDatatypeKeyword('s', true); break; case INT_ARRAY: writeDatatypeKeyword('i', true); break; case FLOAT_ARRAY: writeDatatypeKeyword('f', true); break; case POINT_ARRAY: writeDatatypeKeyword('p', true); break; case VECTOR_ARRAY: writeDatatypeKeyword('v', true); break; case TEXCOORD_ARRAY: writeDatatypeKeyword('t', true); break; case MATRIX_ARRAY: writeDatatypeKeyword('m', true); break; default: throw new RuntimeException(String.format("Unknown keyword \"%s\" requested", keyword.toString())); } } catch (IOException e) { throw new RuntimeException(e.getMessage()); } } private void writeExtendedKeyword(int code) throws IOException { stream.write('x'); stream.write(code); } // helper routine for datatype keywords private void writeDatatypeKeyword(int type, boolean isArray) throws IOException { stream.write('t'); stream.write(type); writeBoolean(isArray); } @Override protected void writeMatrix(Matrix4 value) { for (float f : value.asRowMajor()) writeFloat(f); } @Override protected void writeString(String string) { try { byte[] data = string.getBytes("UTF-8"); writeInt(data.length); stream.write(data); } catch (Exception e) { throw new RuntimeException(e.getMessage()); } } @Override protected void writeVerbatimString(String string) { writeString(string); } @Override protected void writeNewline(int indentNext) { // does nothing } @Override public void close() { try { stream.close(); } catch (IOException e) { throw new RuntimeException(e.getMessage()); } } }src/org/sunflow/math/0000755000175000017500000000000011301357540014105 5ustar user03user03src/org/sunflow/math/Solvers.java0000644000175000017500000001136111301357540016407 0ustar user03user03package org.sunflow.math; public final class Solvers { /** * Solves the equation ax^2+bx+c=0. Solutions are returned in a sorted array * if they exist. * * @param a coefficient of x^2 * @param b coefficient of x^1 * @param c coefficient of x^0 * @return an array containing the two real roots, or null if * no real solutions exist */ public static final double[] solveQuadric(double a, double b, double c) { double disc = b * b - 4 * a * c; if (disc < 0) return null; disc = Math.sqrt(disc); double q = ((b < 0) ? -0.5 * (b - disc) : -0.5 * (b + disc)); double t0 = q / a; double t1 = c / q; // return sorted array return (t0 > t1) ? new double[] { t1, t0 } : new double[] { t0, t1 }; } /** * Solve a quartic equation of the form ax^4+bx^3+cx^2+cx^1+d=0. The roots * are returned in a sorted array of doubles in increasing order. * * @param a coefficient of x^4 * @param b coefficient of x^3 * @param c coefficient of x^2 * @param d coefficient of x^1 * @param e coefficient of x^0 * @return a sorted array of roots, or null if no solutions * exist */ public static double[] solveQuartic(double a, double b, double c, double d, double e) { double inva = 1 / a; double c1 = b * inva; double c2 = c * inva; double c3 = d * inva; double c4 = e * inva; // cubic resolvant double c12 = c1 * c1; double p = -0.375 * c12 + c2; double q = 0.125 * c12 * c1 - 0.5 * c1 * c2 + c3; double r = -0.01171875 * c12 * c12 + 0.0625 * c12 * c2 - 0.25 * c1 * c3 + c4; double z = solveCubicForQuartic(-0.5 * p, -r, 0.5 * r * p - 0.125 * q * q); double d1 = 2.0 * z - p; if (d1 < 0) { if (d1 > 1.0e-10) d1 = 0; else return null; } double d2; if (d1 < 1.0e-10) { d2 = z * z - r; if (d2 < 0) return null; d2 = Math.sqrt(d2); } else { d1 = Math.sqrt(d1); d2 = 0.5 * q / d1; } // setup usefull values for the quadratic factors double q1 = d1 * d1; double q2 = -0.25 * c1; double pm = q1 - 4 * (z - d2); double pp = q1 - 4 * (z + d2); if (pm >= 0 && pp >= 0) { // 4 roots (!) pm = Math.sqrt(pm); pp = Math.sqrt(pp); double[] results = new double[4]; results[0] = -0.5 * (d1 + pm) + q2; results[1] = -0.5 * (d1 - pm) + q2; results[2] = 0.5 * (d1 + pp) + q2; results[3] = 0.5 * (d1 - pp) + q2; // tiny insertion sort for (int i = 1; i < 4; i++) { for (int j = i; j > 0 && results[j - 1] > results[j]; j--) { double t = results[j]; results[j] = results[j - 1]; results[j - 1] = t; } } return results; } else if (pm >= 0) { pm = Math.sqrt(pm); double[] results = new double[2]; results[0] = -0.5 * (d1 + pm) + q2; results[1] = -0.5 * (d1 - pm) + q2; return results; } else if (pp >= 0) { pp = Math.sqrt(pp); double[] results = new double[2]; results[0] = 0.5 * (d1 - pp) + q2; results[1] = 0.5 * (d1 + pp) + q2; return results; } return null; } /** * Return only one root for the specified cubic equation. This routine is * only meant to be called by the quartic solver. It assumes the cubic is of * the form: x^3+px^2+qx+r. * * @param p * @param q * @param r * @return */ private static final double solveCubicForQuartic(double p, double q, double r) { double A2 = p * p; double Q = (A2 - 3.0 * q) / 9.0; double R = (p * (A2 - 4.5 * q) + 13.5 * r) / 27.0; double Q3 = Q * Q * Q; double R2 = R * R; double d = Q3 - R2; double an = p / 3.0; if (d >= 0) { d = R / Math.sqrt(Q3); double theta = Math.acos(d) / 3.0; double sQ = -2.0 * Math.sqrt(Q); return sQ * Math.cos(theta) - an; } else { double sQ = Math.pow(Math.sqrt(R2 - Q3) + Math.abs(R), 1.0 / 3.0); if (R < 0) return (sQ + Q / sQ) - an; else return -(sQ + Q / sQ) - an; } } }src/org/sunflow/math/Vector3.java0000644000175000017500000001155011301357540016277 0ustar user03user03package org.sunflow.math; public final class Vector3 { private static final float[] COS_THETA = new float[256]; private static final float[] SIN_THETA = new float[256]; private static final float[] COS_PHI = new float[256]; private static final float[] SIN_PHI = new float[256]; public float x, y, z; static { // precompute tables to compress unit vectors for (int i = 0; i < 256; i++) { double angle = (i * Math.PI) / 256.0; COS_THETA[i] = (float) Math.cos(angle); SIN_THETA[i] = (float) Math.sin(angle); COS_PHI[i] = (float) Math.cos(2 * angle); SIN_PHI[i] = (float) Math.sin(2 * angle); } } public Vector3() { } public Vector3(float x, float y, float z) { this.x = x; this.y = y; this.z = z; } public Vector3(Vector3 v) { x = v.x; y = v.y; z = v.z; } public static final Vector3 decode(short n, Vector3 dest) { int t = (n & 0xFF00) >>> 8; int p = n & 0xFF; dest.x = SIN_THETA[t] * COS_PHI[p]; dest.y = SIN_THETA[t] * SIN_PHI[p]; dest.z = COS_THETA[t]; return dest; } public static final Vector3 decode(short n) { return decode(n, new Vector3()); } public final short encode() { int theta = (int) (Math.acos(z) * (256.0 / Math.PI)); if (theta > 255) theta = 255; int phi = (int) (Math.atan2(y, x) * (128.0 / Math.PI)); if (phi < 0) phi += 256; else if (phi > 255) phi = 255; return (short) (((theta & 0xFF) << 8) | (phi & 0xFF)); } public float get(int i) { switch (i) { case 0: return x; case 1: return y; default: return z; } } public final float length() { return (float) Math.sqrt((x * x) + (y * y) + (z * z)); } public final float lengthSquared() { return (x * x) + (y * y) + (z * z); } public final Vector3 negate() { x = -x; y = -y; z = -z; return this; } public final Vector3 negate(Vector3 dest) { dest.x = -x; dest.y = -y; dest.z = -z; return dest; } public final Vector3 mul(float s) { x *= s; y *= s; z *= s; return this; } public final Vector3 mul(float s, Vector3 dest) { dest.x = x * s; dest.y = y * s; dest.z = z * s; return dest; } public final Vector3 div(float d) { x /= d; y /= d; z /= d; return this; } public final Vector3 div(float d, Vector3 dest) { dest.x = x / d; dest.y = y / d; dest.z = z / d; return dest; } public final float normalizeLength() { float n = (float) Math.sqrt(x * x + y * y + z * z); float in = 1.0f / n; x *= in; y *= in; z *= in; return n; } public final Vector3 normalize() { float in = 1.0f / (float) Math.sqrt((x * x) + (y * y) + (z * z)); x *= in; y *= in; z *= in; return this; } public final Vector3 normalize(Vector3 dest) { float in = 1.0f / (float) Math.sqrt((x * x) + (y * y) + (z * z)); dest.x = x * in; dest.y = y * in; dest.z = z * in; return dest; } public final Vector3 set(float x, float y, float z) { this.x = x; this.y = y; this.z = z; return this; } public final Vector3 set(Vector3 v) { x = v.x; y = v.y; z = v.z; return this; } public final float dot(float vx, float vy, float vz) { return vx * x + vy * y + vz * z; } public static final float dot(Vector3 v1, Vector3 v2) { return (v1.x * v2.x) + (v1.y * v2.y) + (v1.z * v2.z); } public static final Vector3 cross(Vector3 v1, Vector3 v2, Vector3 dest) { dest.x = (v1.y * v2.z) - (v1.z * v2.y); dest.y = (v1.z * v2.x) - (v1.x * v2.z); dest.z = (v1.x * v2.y) - (v1.y * v2.x); return dest; } public static final Vector3 add(Vector3 v1, Vector3 v2, Vector3 dest) { dest.x = v1.x + v2.x; dest.y = v1.y + v2.y; dest.z = v1.z + v2.z; return dest; } public static final Vector3 sub(Vector3 v1, Vector3 v2, Vector3 dest) { dest.x = v1.x - v2.x; dest.y = v1.y - v2.y; dest.z = v1.z - v2.z; return dest; } @Override public final String toString() { return String.format("(%.2f, %.2f, %.2f)", x, y, z); } }src/org/sunflow/math/Point3.java0000644000175000017500000000720611301357540016131 0ustar user03user03package org.sunflow.math; public final class Point3 { public float x, y, z; public Point3() { } public Point3(float x, float y, float z) { this.x = x; this.y = y; this.z = z; } public Point3(Point3 p) { x = p.x; y = p.y; z = p.z; } public float get(int i) { switch (i) { case 0: return x; case 1: return y; default: return z; } } public final float distanceTo(Point3 p) { float dx = x - p.x; float dy = y - p.y; float dz = z - p.z; return (float) Math.sqrt((dx * dx) + (dy * dy) + (dz * dz)); } public final float distanceTo(float px, float py, float pz) { float dx = x - px; float dy = y - py; float dz = z - pz; return (float) Math.sqrt((dx * dx) + (dy * dy) + (dz * dz)); } public final float distanceToSquared(Point3 p) { float dx = x - p.x; float dy = y - p.y; float dz = z - p.z; return (dx * dx) + (dy * dy) + (dz * dz); } public final float distanceToSquared(float px, float py, float pz) { float dx = x - px; float dy = y - py; float dz = z - pz; return (dx * dx) + (dy * dy) + (dz * dz); } public final Point3 set(float x, float y, float z) { this.x = x; this.y = y; this.z = z; return this; } public final Point3 set(Point3 p) { x = p.x; y = p.y; z = p.z; return this; } public static final Point3 add(Point3 p, Vector3 v, Point3 dest) { dest.x = p.x + v.x; dest.y = p.y + v.y; dest.z = p.z + v.z; return dest; } public static final Vector3 sub(Point3 p1, Point3 p2, Vector3 dest) { dest.x = p1.x - p2.x; dest.y = p1.y - p2.y; dest.z = p1.z - p2.z; return dest; } public static final Point3 mid(Point3 p1, Point3 p2, Point3 dest) { dest.x = 0.5f * (p1.x + p2.x); dest.y = 0.5f * (p1.y + p2.y); dest.z = 0.5f * (p1.z + p2.z); return dest; } public static final Point3 blend(Point3 p0, Point3 p1, float blend, Point3 dest) { dest.x = (1 - blend) * p0.x + blend * p1.x; dest.y = (1 - blend) * p0.y + blend * p1.y; dest.z = (1 - blend) * p0.z + blend * p1.z; return dest; } public static final Vector3 normal(Point3 p0, Point3 p1, Point3 p2) { float edge1x = p1.x - p0.x; float edge1y = p1.y - p0.y; float edge1z = p1.z - p0.z; float edge2x = p2.x - p0.x; float edge2y = p2.y - p0.y; float edge2z = p2.z - p0.z; float nx = edge1y * edge2z - edge1z * edge2y; float ny = edge1z * edge2x - edge1x * edge2z; float nz = edge1x * edge2y - edge1y * edge2x; return new Vector3(nx, ny, nz); } public static final Vector3 normal(Point3 p0, Point3 p1, Point3 p2, Vector3 dest) { float edge1x = p1.x - p0.x; float edge1y = p1.y - p0.y; float edge1z = p1.z - p0.z; float edge2x = p2.x - p0.x; float edge2y = p2.y - p0.y; float edge2z = p2.z - p0.z; dest.x = edge1y * edge2z - edge1z * edge2y; dest.y = edge1z * edge2x - edge1x * edge2z; dest.z = edge1x * edge2y - edge1y * edge2x; return dest; } @Override public final String toString() { return String.format("(%.2f, %.2f, %.2f)", x, y, z); } }src/org/sunflow/math/BoundingBox.java0000644000175000017500000002473611301357540017202 0ustar user03user03package org.sunflow.math; /** * 3D axis-aligned bounding box. Stores only the minimum and maximum corner * points. */ public class BoundingBox { private Point3 minimum; private Point3 maximum; /** * Creates an empty box. The minimum point will have all components set to * positive infinity, and the maximum will have all components set to * negative infinity. */ public BoundingBox() { minimum = new Point3(Float.POSITIVE_INFINITY, Float.POSITIVE_INFINITY, Float.POSITIVE_INFINITY); maximum = new Point3(Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY); } /** * Creates a copy of the given box. * * @param b bounding box to copy */ public BoundingBox(BoundingBox b) { minimum = new Point3(b.minimum); maximum = new Point3(b.maximum); } /** * Creates a bounding box containing only the specified point. * * @param p point to include */ public BoundingBox(Point3 p) { this(p.x, p.y, p.z); } /** * Creates a bounding box containing only the specified point. * * @param x x coordinate of the point to include * @param y y coordinate of the point to include * @param z z coordinate of the point to include */ public BoundingBox(float x, float y, float z) { minimum = new Point3(x, y, z); maximum = new Point3(x, y, z); } /** * Creates a bounding box centered around the origin. * * @param size half edge length of the bounding box */ public BoundingBox(float size) { minimum = new Point3(-size, -size, -size); maximum = new Point3(size, size, size); } /** * Gets the minimum corner of the box. That is the corner of smallest * coordinates on each axis. Note that the returned reference is not cloned * for efficiency purposes so care must be taken not to change the * coordinates of the point. * * @return a reference to the minimum corner */ public final Point3 getMinimum() { return minimum; } /** * Gets the maximum corner of the box. That is the corner of largest * coordinates on each axis. Note that the returned reference is not cloned * for efficiency purposes so care must be taken not to change the * coordinates of the point. * * @return a reference to the maximum corner */ public final Point3 getMaximum() { return maximum; } /** * Gets the center of the box, computed as (min + max) / 2. * * @return a reference to the center of the box */ public final Point3 getCenter() { return Point3.mid(minimum, maximum, new Point3()); } /** * Gets a corner of the bounding box. The index scheme uses the binary * representation of the index to decide which corner to return. Corner 0 is * equivalent to the minimum and corner 7 is equivalent to the maximum. * * @param i a corner index, from 0 to 7 * @return the corresponding corner */ public final Point3 getCorner(int i) { float x = (i & 1) == 0 ? minimum.x : maximum.x; float y = (i & 2) == 0 ? minimum.y : maximum.y; float z = (i & 4) == 0 ? minimum.z : maximum.z; return new Point3(x, y, z); } /** * Gets a specific coordinate of the surface's bounding box. * * @param i index of a side from 0 to 5 * @return value of the request bounding box side */ public final float getBound(int i) { switch (i) { case 0: return minimum.x; case 1: return maximum.x; case 2: return minimum.y; case 3: return maximum.y; case 4: return minimum.z; case 5: return maximum.z; default: return 0; } } /** * Gets the extents vector for the box. This vector is computed as (max - * min). Its coordinates are always positive and represent the dimensions of * the box along the three axes. * * @return a refreence to the extent vector * @see org.sunflow.math.Vector3#length() */ public final Vector3 getExtents() { return Point3.sub(maximum, minimum, new Vector3()); } /** * Gets the surface area of the box. * * @return surface area */ public final float getArea() { Vector3 w = getExtents(); float ax = Math.max(w.x, 0); float ay = Math.max(w.y, 0); float az = Math.max(w.z, 0); return 2 * (ax * ay + ay * az + az * ax); } /** * Gets the box's volume * * @return volume */ public final float getVolume() { Vector3 w = getExtents(); float ax = Math.max(w.x, 0); float ay = Math.max(w.y, 0); float az = Math.max(w.z, 0); return ax * ay * az; } /** * Enlarge the bounding box by the minimum possible amount to avoid numeric * precision related problems. */ public final void enlargeUlps() { final float eps = 0.0001f; minimum.x -= Math.max(eps, Math.ulp(minimum.x)); minimum.y -= Math.max(eps, Math.ulp(minimum.y)); minimum.z -= Math.max(eps, Math.ulp(minimum.z)); maximum.x += Math.max(eps, Math.ulp(maximum.x)); maximum.y += Math.max(eps, Math.ulp(maximum.y)); maximum.z += Math.max(eps, Math.ulp(maximum.z)); } /** * Returns true when the box has just been initialized, and * is still empty. This method might also return true if the state of the * box becomes inconsistent and some component of the minimum corner is * larger than the corresponding coordinate of the maximum corner. * * @return true if the box is empty, false * otherwise */ public final boolean isEmpty() { return (maximum.x < minimum.x) || (maximum.y < minimum.y) || (maximum.z < minimum.z); } /** * Returns true if the specified bounding box intersects this * one. The boxes are treated as volumes, so a box inside another will * return true. Returns false if the parameter is * null. * * @param b box to be tested for intersection * @return true if the boxes overlap, false * otherwise */ public final boolean intersects(BoundingBox b) { return ((b != null) && (minimum.x <= b.maximum.x) && (maximum.x >= b.minimum.x) && (minimum.y <= b.maximum.y) && (maximum.y >= b.minimum.y) && (minimum.z <= b.maximum.z) && (maximum.z >= b.minimum.z)); } /** * Checks to see if the specified {@link org.sunflow.math.Point3 point}is * inside the volume defined by this box. Returns false if * the parameter is null. * * @param p point to be tested for containment * @return true if the point is inside the box, * false otherwise */ public final boolean contains(Point3 p) { return ((p != null) && (p.x >= minimum.x) && (p.x <= maximum.x) && (p.y >= minimum.y) && (p.y <= maximum.y) && (p.z >= minimum.z) && (p.z <= maximum.z)); } /** * Check to see if the specified point is inside the volume defined by this * box. * * @param x x coordinate of the point to be tested * @param y y coordinate of the point to be tested * @param z z coordinate of the point to be tested * @return true if the point is inside the box, * false otherwise */ public final boolean contains(float x, float y, float z) { return ((x >= minimum.x) && (x <= maximum.x) && (y >= minimum.y) && (y <= maximum.y) && (z >= minimum.z) && (z <= maximum.z)); } /** * Changes the extents of the box as needed to include the given * {@link org.sunflow.math.Point3 point}into this box. Does nothing if the * parameter is null. * * @param p point to be included */ public final void include(Point3 p) { if (p != null) { if (p.x < minimum.x) minimum.x = p.x; if (p.x > maximum.x) maximum.x = p.x; if (p.y < minimum.y) minimum.y = p.y; if (p.y > maximum.y) maximum.y = p.y; if (p.z < minimum.z) minimum.z = p.z; if (p.z > maximum.z) maximum.z = p.z; } } /** * Changes the extents of the box as needed to include the given point into * this box. * * @param x x coordinate of the point * @param y y coordinate of the point * @param z z coordinate of the point */ public final void include(float x, float y, float z) { if (x < minimum.x) minimum.x = x; if (x > maximum.x) maximum.x = x; if (y < minimum.y) minimum.y = y; if (y > maximum.y) maximum.y = y; if (z < minimum.z) minimum.z = z; if (z > maximum.z) maximum.z = z; } /** * Changes the extents of the box as needed to include the given box into * this box. Does nothing if the parameter is null. * * @param b box to be included */ public final void include(BoundingBox b) { if (b != null) { if (b.minimum.x < minimum.x) minimum.x = b.minimum.x; if (b.maximum.x > maximum.x) maximum.x = b.maximum.x; if (b.minimum.y < minimum.y) minimum.y = b.minimum.y; if (b.maximum.y > maximum.y) maximum.y = b.maximum.y; if (b.minimum.z < minimum.z) minimum.z = b.minimum.z; if (b.maximum.z > maximum.z) maximum.z = b.maximum.z; } } @Override public final String toString() { return String.format("(%.2f, %.2f, %.2f) to (%.2f, %.2f, %.2f)", minimum.x, minimum.y, minimum.z, maximum.x, maximum.y, maximum.z); } }src/org/sunflow/math/PerlinScalar.java0000644000175000017500000004030011301357540017324 0ustar user03user03package org.sunflow.math; /** * Noise function from Ken Perlin. Additional routines are provided to emulate * standard Renderman calls. This code was adapted mainly from the mrclasses * package by Gonzalo Garramuno (http://sourceforge.net/projects/mrclasses/). * * @link http://mrl.nyu.edu/~perlin/noise/ */ public final class PerlinScalar { private static final float[] G1 = { -1, 1 }; private static final float[][] G2 = { { 1, 0 }, { -1, 0 }, { 0, 1 }, { 0, -1 } }; private static final float[][] G3 = { { 1, 1, 0 }, { -1, 1, 0 }, { 1, -1, 0 }, { -1, -1, 0 }, { 1, 0, 1 }, { -1, 0, 1 }, { 1, 0, -1 }, { -1, 0, -1 }, { 0, 1, 1 }, { 0, -1, 1 }, { 0, 1, -1 }, { 0, -1, -1 }, { 1, 1, 0 }, { -1, 1, 0 }, { 0, -1, 1 }, { 0, -1, -1 } }; private static final float[][] G4 = { { -1, -1, -1, 0 }, { -1, -1, 1, 0 }, { -1, 1, -1, 0 }, { -1, 1, 1, 0 }, { 1, -1, -1, 0 }, { 1, -1, 1, 0 }, { 1, 1, -1, 0 }, { 1, 1, 1, 0 }, { -1, -1, 0, -1 }, { -1, 1, 0, -1 }, { 1, -1, 0, -1 }, { 1, 1, 0, -1 }, { -1, -1, 0, 1 }, { -1, 1, 0, 1 }, { 1, -1, 0, 1 }, { 1, 1, 0, 1 }, { -1, 0, -1, -1 }, { 1, 0, -1, -1 }, { -1, 0, -1, 1 }, { 1, 0, -1, 1 }, { -1, 0, 1, -1 }, { 1, 0, 1, -1 }, { -1, 0, 1, 1 }, { 1, 0, 1, 1 }, { 0, -1, -1, -1 }, { 0, -1, -1, 1 }, { 0, -1, 1, -1 }, { 0, -1, 1, 1 }, { 0, 1, -1, -1 }, { 0, 1, -1, 1 }, { 0, 1, 1, -1 }, { 0, 1, 1, 1 } }; private static final int[] p = { 151, 160, 137, 91, 90, 15, 131, 13, 201, 95, 96, 53, 194, 233, 7, 225, 140, 36, 103, 30, 69, 142, 8, 99, 37, 240, 21, 10, 23, 190, 6, 148, 247, 120, 234, 75, 0, 26, 197, 62, 94, 252, 219, 203, 117, 35, 11, 32, 57, 177, 33, 88, 237, 149, 56, 87, 174, 20, 125, 136, 171, 168, 68, 175, 74, 165, 71, 134, 139, 48, 27, 166, 77, 146, 158, 231, 83, 111, 229, 122, 60, 211, 133, 230, 220, 105, 92, 41, 55, 46, 245, 40, 244, 102, 143, 54, 65, 25, 63, 161, 1, 216, 80, 73, 209, 76, 132, 187, 208, 89, 18, 169, 200, 196, 135, 130, 116, 188, 159, 86, 164, 100, 109, 198, 173, 186, 3, 64, 52, 217, 226, 250, 124, 123, 5, 202, 38, 147, 118, 126, 255, 82, 85, 212, 207, 206, 59, 227, 47, 16, 58, 17, 182, 189, 28, 42, 223, 183, 170, 213, 119, 248, 152, 2, 44, 154, 163, 70, 221, 153, 101, 155, 167, 43, 172, 9, 129, 22, 39, 253, 19, 98, 108, 110, 79, 113, 224, 232, 178, 185, 112, 104, 218, 246, 97, 228, 251, 34, 242, 193, 238, 210, 144, 12, 191, 179, 162, 241, 81, 51, 145, 235, 249, 14, 239, 107, 49, 192, 214, 31, 181, 199, 106, 157, 184, 84, 204, 176, 115, 121, 50, 45, 127, 4, 150, 254, 138, 236, 205, 93, 222, 114, 67, 29, 24, 72, 243, 141, 128, 195, 78, 66, 215, 61, 156, 180, 151, 160, 137, 91, 90, 15, 131, 13, 201, 95, 96, 53, 194, 233, 7, 225, 140, 36, 103, 30, 69, 142, 8, 99, 37, 240, 21, 10, 23, 190, 6, 148, 247, 120, 234, 75, 0, 26, 197, 62, 94, 252, 219, 203, 117, 35, 11, 32, 57, 177, 33, 88, 237, 149, 56, 87, 174, 20, 125, 136, 171, 168, 68, 175, 74, 165, 71, 134, 139, 48, 27, 166, 77, 146, 158, 231, 83, 111, 229, 122, 60, 211, 133, 230, 220, 105, 92, 41, 55, 46, 245, 40, 244, 102, 143, 54, 65, 25, 63, 161, 1, 216, 80, 73, 209, 76, 132, 187, 208, 89, 18, 169, 200, 196, 135, 130, 116, 188, 159, 86, 164, 100, 109, 198, 173, 186, 3, 64, 52, 217, 226, 250, 124, 123, 5, 202, 38, 147, 118, 126, 255, 82, 85, 212, 207, 206, 59, 227, 47, 16, 58, 17, 182, 189, 28, 42, 223, 183, 170, 213, 119, 248, 152, 2, 44, 154, 163, 70, 221, 153, 101, 155, 167, 43, 172, 9, 129, 22, 39, 253, 19, 98, 108, 110, 79, 113, 224, 232, 178, 185, 112, 104, 218, 246, 97, 228, 251, 34, 242, 193, 238, 210, 144, 12, 191, 179, 162, 241, 81, 51, 145, 235, 249, 14, 239, 107, 49, 192, 214, 31, 181, 199, 106, 157, 184, 84, 204, 176, 115, 121, 50, 45, 127, 4, 150, 254, 138, 236, 205, 93, 222, 114, 67, 29, 24, 72, 243, 141, 128, 195, 78, 66, 215, 61, 156, 180 }; public static final float snoise(float x) { int xf = (int) Math.floor(x); int X = xf & 255; x -= xf; float u = fade(x); int A = p[X], B = p[X + 1]; return lerp(u, grad(p[A], x), grad(p[B], x - 1)); } public static final float snoise(float x, float y) { int xf = (int) Math.floor(x); int yf = (int) Math.floor(y); int X = xf & 255; int Y = yf & 255; x -= xf; y -= yf; float u = fade(x); float v = fade(y); int A = p[X] + Y, B = p[X + 1] + Y; return lerp(v, lerp(u, grad(p[A], x, y), grad(p[B], x - 1, y)), lerp(u, grad(p[A + 1], x, y - 1), grad(p[B + 1], x - 1, y - 1))); } public static final float snoise(float x, float y, float z) { int xf = (int) Math.floor(x); int yf = (int) Math.floor(y); int zf = (int) Math.floor(z); int X = xf & 255; int Y = yf & 255; int Z = zf & 255; x -= xf; y -= yf; z -= zf; float u = fade(x); float v = fade(y); float w = fade(z); int A = p[X] + Y, AA = p[A] + Z, AB = p[A + 1] + Z, B = p[X + 1] + Y, BA = p[B] + Z, BB = p[B + 1] + Z; return lerp(w, lerp(v, lerp(u, grad(p[AA], x, y, z), grad(p[BA], x - 1, y, z)), lerp(u, grad(p[AB], x, y - 1, z), grad(p[BB], x - 1, y - 1, z))), lerp(v, lerp(u, grad(p[AA + 1], x, y, z - 1), grad(p[BA + 1], x - 1, y, z - 1)), lerp(u, grad(p[AB + 1], x, y - 1, z - 1), grad(p[BB + 1], x - 1, y - 1, z - 1)))); } public static final float snoise(float x, float y, float z, float w) { int xf = (int) Math.floor(x); int yf = (int) Math.floor(y); int zf = (int) Math.floor(z); int wf = (int) Math.floor(w); int X = xf & 255; int Y = yf & 255; int Z = zf & 255; int W = wf & 255; x -= xf; y -= yf; z -= zf; w -= wf; float u = fade(x); float v = fade(y); float t = fade(z); float s = fade(w); int A = p[X] + Y, AA = p[A] + Z, AB = p[A + 1] + Z, B = p[X + 1] + Y, BA = p[B] + Z, BB = p[B + 1] + Z, AAA = p[AA] + W, AAB = p[AA + 1] + W, ABA = p[AB] + W, ABB = p[AB + 1] + W, BAA = p[BA] + W, BAB = p[BA + 1] + W, BBA = p[BB] + W, BBB = p[BB + 1] + W; return lerp(s, lerp(t, lerp(v, lerp(u, grad(p[AAA], x, y, z, w), grad(p[BAA], x - 1, y, z, w)), lerp(u, grad(p[ABA], x, y - 1, z, w), grad(p[BBA], x - 1, y - 1, z, w))), lerp(v, lerp(u, grad(p[AAB], x, y, z - 1, w), grad(p[BAB], x - 1, y, z - 1, w)), lerp(u, grad(p[ABB], x, y - 1, z - 1, w), grad(p[BBB], x - 1, y - 1, z - 1, w)))), lerp(t, lerp(v, lerp(u, grad(p[AAA + 1], x, y, z, w - 1), grad(p[BAA + 1], x - 1, y, z, w - 1)), lerp(u, grad(p[ABA + 1], x, y - 1, z, w - 1), grad(p[BBA + 1], x - 1, y - 1, z, w - 1))), lerp(v, lerp(u, grad(p[AAB + 1], x, y, z - 1, w - 1), grad(p[BAB + 1], x - 1, y, z - 1, w - 1)), lerp(u, grad(p[ABB + 1], x, y - 1, z - 1, w - 1), grad(p[BBB + 1], x - 1, y - 1, z - 1, w - 1))))); } public static final float snoise(Point2 p) { return snoise(p.x, p.y); } public static final float snoise(Point3 p) { return snoise(p.x, p.y, p.z); } public static final float snoise(Point3 p, float t) { return snoise(p.x, p.y, p.z, t); } public static final float noise(float x) { return 0.5f + 0.5f * snoise(x); } public static final float noise(float x, float y) { return 0.5f + 0.5f * snoise(x, y); } public static final float noise(float x, float y, float z) { return 0.5f + 0.5f * snoise(x, y, z); } public static final float noise(float x, float y, float z, float t) { return 0.5f + 0.5f * snoise(x, y, z, t); } public static final float noise(Point2 p) { return 0.5f + 0.5f * snoise(p.x, p.y); } public static final float noise(Point3 p) { return 0.5f + 0.5f * snoise(p.x, p.y, p.z); } public static final float noise(Point3 p, float t) { return 0.5f + 0.5f * snoise(p.x, p.y, p.z, t); } public static final float pnoise(float xi, float period) { float x = (xi % period) + ((xi < 0) ? period : 0); return ((period - x) * noise(x) + x * noise(x - period)) / period; } public static final float pnoise(float xi, float yi, float w, float h) { float x = (xi % w) + ((xi < 0) ? w : 0); float y = (yi % h) + ((yi < 0) ? h : 0); float w_x = w - x; float h_y = h - y; float x_w = x - w; float y_h = y - h; return (noise(x, y) * (w_x) * (h_y) + noise(x_w, y) * (x) * (h_y) + noise(x_w, y_h) * (x) * (y) + noise(x, y_h) * (w_x) * (y)) / (w * h); } public static final float pnoise(float xi, float yi, float zi, float w, float h, float d) { float x = (xi % w) + ((xi < 0) ? w : 0); float y = (yi % h) + ((yi < 0) ? h : 0); float z = (zi % d) + ((zi < 0) ? d : 0); float w_x = w - x; float h_y = h - y; float d_z = d - z; float x_w = x - w; float y_h = y - h; float z_d = z - d; float xy = x * y; float h_yXd_z = h_y * d_z; float h_yXz = h_y * z; float w_xXy = w_x * y; return (noise(x, y, z) * (w_x) * h_yXd_z + noise(x, y_h, z) * w_xXy * (d_z) + noise(x_w, y, z) * (x) * h_yXd_z + noise(x_w, y_h, z) * (xy) * (d_z) + noise(x_w, y_h, z_d) * (xy) * (z) + noise(x, y, z_d) * (w_x) * h_yXz + noise(x, y_h, z_d) * w_xXy * (z) + noise(x_w, y, z_d) * (x) * h_yXz) / (w * h * d); } public static final float pnoise(float xi, float yi, float zi, float ti, float w, float h, float d, float p) { float x = (xi % w) + ((xi < 0) ? w : 0); float y = (yi % h) + ((yi < 0) ? h : 0); float z = (zi % d) + ((zi < 0) ? d : 0); float t = (ti % p) + ((ti < 0) ? p : 0); float w_x = w - x; float h_y = h - y; float d_z = d - z; float p_t = p - t; float x_w = x - w; float y_h = y - h; float z_d = z - d; float t_p = t - p; float xy = x * y; float d_zXp_t = (d_z) * (p_t); float zXp_t = z * (p_t); float zXt = z * t; float d_zXt = d_z * t; float w_xXy = w_x * y; float w_xXh_y = w_x * h_y; float xXh_y = x * h_y; return (noise(x, y, z, t) * (w_xXh_y) * d_zXp_t + noise(x_w, y, z, t) * (xXh_y) * d_zXp_t + noise(x_w, y_h, z, t) * (xy) * d_zXp_t + noise(x, y_h, z, t) * (w_xXy) * d_zXp_t + noise(x_w, y_h, z_d, t) * (xy) * (zXp_t) + noise(x, y, z_d, t) * (w_xXh_y) * (zXp_t) + noise(x, y_h, z_d, t) * (w_xXy) * (zXp_t) + noise(x_w, y, z_d, t) * (xXh_y) * (zXp_t) + noise(x, y, z, t_p) * (w_xXh_y) * (d_zXt) + noise(x_w, y, z, t_p) * (xXh_y) * (d_zXt) + noise(x_w, y_h, z, t_p) * (xy) * (d_zXt) + noise(x, y_h, z, t_p) * (w_xXy) * (d_zXt) + noise(x_w, y_h, z_d, t_p) * (xy) * (zXt) + noise(x, y, z_d, t_p) * (w_xXh_y) * (zXt) + noise(x, y_h, z_d, t_p) * (w_xXy) * (zXt) + noise(x_w, y, z_d, t_p) * (xXh_y) * (zXt)) / (w * h * d * t); } public static final float pnoise(Point2 p, float periodx, float periody) { return pnoise(p.x, p.y, periodx, periody); } public static final float pnoise(Point3 p, Vector3 period) { return pnoise(p.x, p.y, p.z, period.x, period.y, period.z); } public static final float pnoise(Point3 p, float t, Vector3 pperiod, float tperiod) { return pnoise(p.x, p.y, p.z, t, pperiod.x, pperiod.y, pperiod.z, tperiod); } public static final float spnoise(float xi, float period) { float x = (xi % period) + ((xi < 0) ? period : 0); return (((period - x) * snoise(x) + x * snoise(x - period)) / period); } public static final float spnoise(float xi, float yi, float w, float h) { float x = (xi % w) + ((xi < 0) ? w : 0); float y = (yi % h) + ((yi < 0) ? h : 0); float w_x = w - x; float h_y = h - y; float x_w = x - w; float y_h = y - h; return ((snoise(x, y) * (w_x) * (h_y) + snoise(x_w, y) * (x) * (h_y) + snoise(x_w, y_h) * (x) * (y) + snoise(x, y_h) * (w_x) * (y)) / (w * h)); } public static final float spnoise(float xi, float yi, float zi, float w, float h, float d) { float x = (xi % w) + ((xi < 0) ? w : 0); float y = (yi % h) + ((yi < 0) ? h : 0); float z = (zi % d) + ((zi < 0) ? d : 0); float w_x = w - x; float h_y = h - y; float d_z = d - z; float x_w = x - w; float y_h = y - h; float z_d = z - d; float xy = x * y; float h_yXd_z = h_y * d_z; float h_yXz = h_y * z; float w_xXy = w_x * y; return ((snoise(x, y, z) * (w_x) * h_yXd_z + snoise(x, y_h, z) * w_xXy * (d_z) + snoise(x_w, y, z) * (x) * h_yXd_z + snoise(x_w, y_h, z) * (xy) * (d_z) + snoise(x_w, y_h, z_d) * (xy) * (z) + snoise(x, y, z_d) * (w_x) * h_yXz + snoise(x, y_h, z_d) * w_xXy * (z) + snoise(x_w, y, z_d) * (x) * h_yXz) / (w * h * d)); } public static final float spnoise(float xi, float yi, float zi, float ti, float w, float h, float d, float p) { float x = (xi % w) + ((xi < 0) ? w : 0); float y = (yi % h) + ((yi < 0) ? h : 0); float z = (zi % d) + ((zi < 0) ? d : 0); float t = (ti % p) + ((ti < 0) ? p : 0); float w_x = w - x; float h_y = h - y; float d_z = d - z; float p_t = p - t; float x_w = x - w; float y_h = y - h; float z_d = z - d; float t_p = t - p; float xy = x * y; float d_zXp_t = (d_z) * (p_t); float zXp_t = z * (p_t); float zXt = z * t; float d_zXt = d_z * t; float w_xXy = w_x * y; float w_xXh_y = w_x * h_y; float xXh_y = x * h_y; return ((snoise(x, y, z, t) * (w_xXh_y) * d_zXp_t + snoise(x_w, y, z, t) * (xXh_y) * d_zXp_t + snoise(x_w, y_h, z, t) * (xy) * d_zXp_t + snoise(x, y_h, z, t) * (w_xXy) * d_zXp_t + snoise(x_w, y_h, z_d, t) * (xy) * (zXp_t) + snoise(x, y, z_d, t) * (w_xXh_y) * (zXp_t) + snoise(x, y_h, z_d, t) * (w_xXy) * (zXp_t) + snoise(x_w, y, z_d, t) * (xXh_y) * (zXp_t) + snoise(x, y, z, t_p) * (w_xXh_y) * (d_zXt) + snoise(x_w, y, z, t_p) * (xXh_y) * (d_zXt) + snoise(x_w, y_h, z, t_p) * (xy) * (d_zXt) + snoise(x, y_h, z, t_p) * (w_xXy) * (d_zXt) + snoise(x_w, y_h, z_d, t_p) * (xy) * (zXt) + snoise(x, y, z_d, t_p) * (w_xXh_y) * (zXt) + snoise(x, y_h, z_d, t_p) * (w_xXy) * (zXt) + snoise(x_w, y, z_d, t_p) * (xXh_y) * (zXt)) / (w * h * d * t)); } public static final float spnoise(Point2 p, float periodx, float periody) { return spnoise(p.x, p.y, periodx, periody); } public static final float spnoise(Point3 p, Vector3 period) { return spnoise(p.x, p.y, p.z, period.x, period.y, period.z); } public static final float spnoise(Point3 p, float t, Vector3 pperiod, float tperiod) { return spnoise(p.x, p.y, p.z, t, pperiod.x, pperiod.y, pperiod.z, tperiod); } private static final float fade(float t) { return t * t * t * (t * (t * 6 - 15) + 10); } private static final float lerp(float t, float a, float b) { return a + t * (b - a); } private static final float grad(int hash, float x) { int h = hash & 0x1; return x * G1[h]; } private static final float grad(int hash, float x, float y) { int h = hash & 0x3; return x * G2[h][0] + y * G2[h][1]; } private static final float grad(int hash, float x, float y, float z) { int h = hash & 15; return x * G3[h][0] + y * G3[h][1] + z * G3[h][2]; } private static final float grad(int hash, float x, float y, float z, float w) { int h = hash & 31; return x * G4[h][0] + y * G4[h][1] + z * G4[h][2] + w * G4[h][3]; } }src/org/sunflow/math/Point2.java0000644000175000017500000000116211301357540016123 0ustar user03user03package org.sunflow.math; public final class Point2 { public float x, y; public Point2() { } public Point2(float x, float y) { this.x = x; this.y = y; } public Point2(Point2 p) { x = p.x; y = p.y; } public final Point2 set(float x, float y) { this.x = x; this.y = y; return this; } public final Point2 set(Point2 p) { x = p.x; y = p.y; return this; } @Override public final String toString() { return String.format("(%.2f, %.2f)", x, y); } }src/org/sunflow/math/Matrix4.java0000644000175000017500000004573311301357540016314 0ustar user03user03package org.sunflow.math; /** * This class is used to represent general affine transformations in 3D. The * bottom row of the matrix is assumed to be [0,0,0,1]. Note that the rotation * matrices assume a right-handed convention. */ public final class Matrix4 { // matrix elements, m(row,col) private float m00; private float m01; private float m02; private float m03; private float m10; private float m11; private float m12; private float m13; private float m20; private float m21; private float m22; private float m23; // usefull constant matrices public static final Matrix4 ZERO = new Matrix4(); public static final Matrix4 IDENTITY = Matrix4.scale(1); /** * Creates an empty matrix. All elements are 0. */ private Matrix4() { } /** * Creates a matrix with the specified elements * * @param m00 value at row 0, col 0 * @param m01 value at row 0, col 1 * @param m02 value at row 0, col 2 * @param m03 value at row 0, col 3 * @param m10 value at row 1, col 0 * @param m11 value at row 1, col 1 * @param m12 value at row 1, col 2 * @param m13 value at row 1, col 3 * @param m20 value at row 2, col 0 * @param m21 value at row 2, col 1 * @param m22 value at row 2, col 2 * @param m23 value at row 2, col 3 */ public Matrix4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23) { this.m00 = m00; this.m01 = m01; this.m02 = m02; this.m03 = m03; this.m10 = m10; this.m11 = m11; this.m12 = m12; this.m13 = m13; this.m20 = m20; this.m21 = m21; this.m22 = m22; this.m23 = m23; } /** * Initialize a matrix from the specified 16 element array. The matrix may * be given in row or column major form. * * @param m a 16 element array in row or column major form * @param rowMajor true if the array is in row major form, * falseif it is in column major form */ public Matrix4(float[] m, boolean rowMajor) { if (rowMajor) { m00 = m[0]; m01 = m[1]; m02 = m[2]; m03 = m[3]; m10 = m[4]; m11 = m[5]; m12 = m[6]; m13 = m[7]; m20 = m[8]; m21 = m[9]; m22 = m[10]; m23 = m[11]; if (m[12] != 0 || m[13] != 0 || m[14] != 0 || m[15] != 1) throw new RuntimeException(String.format("Matrix is not affine! Bottom row is: [%.3f, %.3f, %.3f, %.3f]", m[12], m[13], m[14], m[15])); } else { m00 = m[0]; m01 = m[4]; m02 = m[8]; m03 = m[12]; m10 = m[1]; m11 = m[5]; m12 = m[9]; m13 = m[13]; m20 = m[2]; m21 = m[6]; m22 = m[10]; m23 = m[14]; if (m[3] != 0 || m[7] != 0 || m[11] != 0 || m[15] != 1) throw new RuntimeException(String.format("Matrix is not affine! Bottom row is: [%.3f, %.3f, %.3f, %.3f]", m[12], m[13], m[14], m[15])); } } public final boolean isIndentity() { return equals(IDENTITY); } public final boolean equals(Matrix4 m) { if (m == null) return false; if (this == m) return true; return m00 == m.m00 && m01 == m.m01 && m02 == m.m02 && m03 == m.m03 && m10 == m.m10 && m11 == m.m11 && m12 == m.m12 && m13 == m.m13 && m20 == m.m20 && m21 == m.m21 && m22 == m.m22 && m23 == m.m23; } public final float[] asRowMajor() { return new float[] { m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, 0, 0, 0, 1 }; } public final float[] asColMajor() { return new float[] { m00, m10, m20, 0, m01, m11, m21, 0, m02, m12, m22, 0, m03, m13, m23, 1 }; } /** * Compute the matrix determinant. * * @return determinant of this matrix */ public final float determinant() { float A0 = m00 * m11 - m01 * m10; float A1 = m00 * m12 - m02 * m10; float A3 = m01 * m12 - m02 * m11; return A0 * m22 - A1 * m21 + A3 * m20; } /** * Compute the inverse of this matrix and return it as a new object. If the * matrix is not invertible, null is returned. * * @return the inverse of this matrix, or null if not * invertible */ public final Matrix4 inverse() { float A0 = m00 * m11 - m01 * m10; float A1 = m00 * m12 - m02 * m10; float A3 = m01 * m12 - m02 * m11; float det = A0 * m22 - A1 * m21 + A3 * m20; if (Math.abs(det) < 1e-12f) return null; // matrix is not invertible float invDet = 1 / det; float A2 = m00 * m13 - m03 * m10; float A4 = m01 * m13 - m03 * m11; float A5 = m02 * m13 - m03 * m12; Matrix4 inv = new Matrix4(); inv.m00 = (+m11 * m22 - m12 * m21) * invDet; inv.m10 = (-m10 * m22 + m12 * m20) * invDet; inv.m20 = (+m10 * m21 - m11 * m20) * invDet; inv.m01 = (-m01 * m22 + m02 * m21) * invDet; inv.m11 = (+m00 * m22 - m02 * m20) * invDet; inv.m21 = (-m00 * m21 + m01 * m20) * invDet; inv.m02 = +A3 * invDet; inv.m12 = -A1 * invDet; inv.m22 = +A0 * invDet; inv.m03 = (-m21 * A5 + m22 * A4 - m23 * A3) * invDet; inv.m13 = (+m20 * A5 - m22 * A2 + m23 * A1) * invDet; inv.m23 = (-m20 * A4 + m21 * A2 - m23 * A0) * invDet; return inv; } /** * Computes this*m and return the result as a new Matrix4 * * @param m right hand side of the multiplication * @return a new Matrix4 object equal to this*m */ public final Matrix4 multiply(Matrix4 m) { // matrix multiplication is m[r][c] = (row[r]).(col[c]) float rm00 = m00 * m.m00 + m01 * m.m10 + m02 * m.m20; float rm01 = m00 * m.m01 + m01 * m.m11 + m02 * m.m21; float rm02 = m00 * m.m02 + m01 * m.m12 + m02 * m.m22; float rm03 = m00 * m.m03 + m01 * m.m13 + m02 * m.m23 + m03; float rm10 = m10 * m.m00 + m11 * m.m10 + m12 * m.m20; float rm11 = m10 * m.m01 + m11 * m.m11 + m12 * m.m21; float rm12 = m10 * m.m02 + m11 * m.m12 + m12 * m.m22; float rm13 = m10 * m.m03 + m11 * m.m13 + m12 * m.m23 + m13; float rm20 = m20 * m.m00 + m21 * m.m10 + m22 * m.m20; float rm21 = m20 * m.m01 + m21 * m.m11 + m22 * m.m21; float rm22 = m20 * m.m02 + m21 * m.m12 + m22 * m.m22; float rm23 = m20 * m.m03 + m21 * m.m13 + m22 * m.m23 + m23; return new Matrix4(rm00, rm01, rm02, rm03, rm10, rm11, rm12, rm13, rm20, rm21, rm22, rm23); } /** * Transforms each corner of the specified axis-aligned bounding box and * returns a new bounding box which incloses the transformed corners. * * @param b original bounding box * @return a new BoundingBox object which encloses the transform version of * b */ public final BoundingBox transform(BoundingBox b) { if (b.isEmpty()) return new BoundingBox(); // special case extreme corners BoundingBox rb = new BoundingBox(transformP(b.getMinimum())); rb.include(transformP(b.getMaximum())); // do internal corners for (int i = 1; i < 7; i++) rb.include(transformP(b.getCorner(i))); return rb; } /** * Computes this*v and returns the result as a new Vector3 object. This * method assumes the bottom row of the matrix is [0,0,0,1]. * * @param v vector to multiply * @return a new Vector3 object equal to this*v */ public final Vector3 transformV(Vector3 v) { Vector3 rv = new Vector3(); rv.x = m00 * v.x + m01 * v.y + m02 * v.z; rv.y = m10 * v.x + m11 * v.y + m12 * v.z; rv.z = m20 * v.x + m21 * v.y + m22 * v.z; return rv; } /** * Computes (this^T)*v and returns the result as a new Vector3 object. This * method assumes the bottom row of the matrix is [0,0,0,1]. * * @param v vector to multiply * @return a new Vector3 object equal to (this^T)*v */ public final Vector3 transformTransposeV(Vector3 v) { Vector3 rv = new Vector3(); rv.x = m00 * v.x + m10 * v.y + m20 * v.z; rv.y = m01 * v.x + m11 * v.y + m21 * v.z; rv.z = m02 * v.x + m12 * v.y + m22 * v.z; return rv; } /** * Computes this*p and returns the result as a new Point3 object. This * method assumes the bottom row of the matrix is [0,0,0,1]. * * @param p point to multiply * @return a new Point3 object equal to this*v */ public final Point3 transformP(Point3 p) { Point3 rp = new Point3(); rp.x = m00 * p.x + m01 * p.y + m02 * p.z + m03; rp.y = m10 * p.x + m11 * p.y + m12 * p.z + m13; rp.z = m20 * p.x + m21 * p.y + m22 * p.z + m23; return rp; } /** * Computes the x component of this*(x,y,z,0). * * @param x x coordinate of the vector to multiply * @param y y coordinate of the vector to multiply * @param z z coordinate of the vector to multiply * @return x coordinate transformation result */ public final float transformVX(float x, float y, float z) { return m00 * x + m01 * y + m02 * z; } /** * Computes the y component of this*(x,y,z,0). * * @param x x coordinate of the vector to multiply * @param y y coordinate of the vector to multiply * @param z z coordinate of the vector to multiply * @return y coordinate transformation result */ public final float transformVY(float x, float y, float z) { return m10 * x + m11 * y + m12 * z; } /** * Computes the z component of this*(x,y,z,0). * * @param x x coordinate of the vector to multiply * @param y y coordinate of the vector to multiply * @param z z coordinate of the vector to multiply * @return z coordinate transformation result */ public final float transformVZ(float x, float y, float z) { return m20 * x + m21 * y + m22 * z; } /** * Computes the x component of (this^T)*(x,y,z,0). * * @param x x coordinate of the vector to multiply * @param y y coordinate of the vector to multiply * @param z z coordinate of the vector to multiply * @return x coordinate transformation result */ public final float transformTransposeVX(float x, float y, float z) { return m00 * x + m10 * y + m20 * z; } /** * Computes the y component of (this^T)*(x,y,z,0). * * @param x x coordinate of the vector to multiply * @param y y coordinate of the vector to multiply * @param z z coordinate of the vector to multiply * @return y coordinate transformation result */ public final float transformTransposeVY(float x, float y, float z) { return m01 * x + m11 * y + m21 * z; } /** * Computes the z component of (this^T)*(x,y,z,0). * * @param x x coordinate of the vector to multiply * @param y y coordinate of the vector to multiply * @param z z coordinate of the vector to multiply * @return zcoordinate transformation result */ public final float transformTransposeVZ(float x, float y, float z) { return m02 * x + m12 * y + m22 * z; } /** * Computes the x component of this*(x,y,z,1). * * @param x x coordinate of the vector to multiply * @param y y coordinate of the vector to multiply * @param z z coordinate of the vector to multiply * @return x coordinate transformation result */ public final float transformPX(float x, float y, float z) { return m00 * x + m01 * y + m02 * z + m03; } /** * Computes the y component of this*(x,y,z,1). * * @param x x coordinate of the vector to multiply * @param y y coordinate of the vector to multiply * @param z z coordinate of the vector to multiply * @return y coordinate transformation result */ public final float transformPY(float x, float y, float z) { return m10 * x + m11 * y + m12 * z + m13; } /** * Computes the z component of this*(x,y,z,1). * * @param x x coordinate of the vector to multiply * @param y y coordinate of the vector to multiply * @param z z coordinate of the vector to multiply * @return z coordinate transformation result */ public final float transformPZ(float x, float y, float z) { return m20 * x + m21 * y + m22 * z + m23; } /** * Create a translation matrix for the specified vector. * * @param x x component of translation * @param y y component of translation * @param z z component of translation * @return a new Matrix4 object representing the translation */ public final static Matrix4 translation(float x, float y, float z) { Matrix4 m = new Matrix4(); m.m00 = m.m11 = m.m22 = 1; m.m03 = x; m.m13 = y; m.m23 = z; return m; } /** * Creates a rotation matrix about the X axis. * * @param theta angle to rotate about the X axis in radians * @return a new Matrix4 object representing the rotation */ public final static Matrix4 rotateX(float theta) { Matrix4 m = new Matrix4(); float s = (float) Math.sin(theta); float c = (float) Math.cos(theta); m.m00 = 1; m.m11 = m.m22 = c; m.m12 = -s; m.m21 = +s; return m; } /** * Creates a rotation matrix about the Y axis. * * @param theta angle to rotate about the Y axis in radians * @return a new Matrix4 object representing the rotation */ public final static Matrix4 rotateY(float theta) { Matrix4 m = new Matrix4(); float s = (float) Math.sin(theta); float c = (float) Math.cos(theta); m.m11 = 1; m.m00 = m.m22 = c; m.m02 = +s; m.m20 = -s; return m; } /** * Creates a rotation matrix about the Z axis. * * @param theta angle to rotate about the Z axis in radians * @return a new Matrix4 object representing the rotation */ public final static Matrix4 rotateZ(float theta) { Matrix4 m = new Matrix4(); float s = (float) Math.sin(theta); float c = (float) Math.cos(theta); m.m22 = 1; m.m00 = m.m11 = c; m.m01 = -s; m.m10 = +s; return m; } /** * Creates a rotation matrix about the specified axis. The axis vector need * not be normalized. * * @param x x component of the axis vector * @param y y component of the axis vector * @param z z component of the axis vector * @param theta angle to rotate about the axis in radians * @return a new Matrix4 object representing the rotation */ public final static Matrix4 rotate(float x, float y, float z, float theta) { Matrix4 m = new Matrix4(); float invLen = 1 / (float) Math.sqrt(x * x + y * y + z * z); x *= invLen; y *= invLen; z *= invLen; float s = (float) Math.sin(theta); float c = (float) Math.cos(theta); float t = 1 - c; m.m00 = t * x * x + c; m.m11 = t * y * y + c; m.m22 = t * z * z + c; float txy = t * x * y; float sz = s * z; m.m01 = txy - sz; m.m10 = txy + sz; float txz = t * x * z; float sy = s * y; m.m02 = txz + sy; m.m20 = txz - sy; float tyz = t * y * z; float sx = s * x; m.m12 = tyz - sx; m.m21 = tyz + sx; return m; } /** * Create a uniform scaling matrix. * * @param s scale factor for all three axes * @return a new Matrix4 object representing the uniform scale */ public final static Matrix4 scale(float s) { Matrix4 m = new Matrix4(); m.m00 = m.m11 = m.m22 = s; return m; } /** * Creates a non-uniform scaling matrix. * * @param sx scale factor in the x dimension * @param sy scale factor in the y dimension * @param sz scale factor in the z dimension * @return a new Matrix4 object representing the non-uniform scale */ public final static Matrix4 scale(float sx, float sy, float sz) { Matrix4 m = new Matrix4(); m.m00 = sx; m.m11 = sy; m.m22 = sz; return m; } /** * Creates a rotation matrix from an OrthonormalBasis. * * @param basis */ public final static Matrix4 fromBasis(OrthoNormalBasis basis) { Matrix4 m = new Matrix4(); Vector3 u = basis.transform(new Vector3(1, 0, 0)); Vector3 v = basis.transform(new Vector3(0, 1, 0)); Vector3 w = basis.transform(new Vector3(0, 0, 1)); m.m00 = u.x; m.m01 = v.x; m.m02 = w.x; m.m10 = u.y; m.m11 = v.y; m.m12 = w.y; m.m20 = u.z; m.m21 = v.z; m.m22 = w.z; return m; } /** * Creates a camera positioning matrix from the given eye and target points * and up vector. * * @param eye location of the eye * @param target location of the target * @param up vector pointing upwards * @return */ public final static Matrix4 lookAt(Point3 eye, Point3 target, Vector3 up) { Matrix4 m = Matrix4.fromBasis(OrthoNormalBasis.makeFromWV(Point3.sub(eye, target, new Vector3()), up)); return Matrix4.translation(eye.x, eye.y, eye.z).multiply(m); } public final static Matrix4 blend(Matrix4 m0, Matrix4 m1, float t) { Matrix4 m = new Matrix4(); m.m00 = (1 - t) * m0.m00 + t * m1.m00; m.m01 = (1 - t) * m0.m01 + t * m1.m01; m.m02 = (1 - t) * m0.m02 + t * m1.m02; m.m03 = (1 - t) * m0.m03 + t * m1.m03; m.m10 = (1 - t) * m0.m10 + t * m1.m10; m.m11 = (1 - t) * m0.m11 + t * m1.m11; m.m12 = (1 - t) * m0.m12 + t * m1.m12; m.m13 = (1 - t) * m0.m13 + t * m1.m13; m.m20 = (1 - t) * m0.m20 + t * m1.m20; m.m21 = (1 - t) * m0.m21 + t * m1.m21; m.m22 = (1 - t) * m0.m22 + t * m1.m22; m.m23 = (1 - t) * m0.m23 + t * m1.m23; return m; } }src/org/sunflow/math/MathUtils.java0000644000175000017500000000625411301357540016671 0ustar user03user03package org.sunflow.math; public final class MathUtils { private MathUtils() { } public static final int clamp(int x, int min, int max) { if (x > max) return max; if (x > min) return x; return min; } public static final float clamp(float x, float min, float max) { if (x > max) return max; if (x > min) return x; return min; } public static final double clamp(double x, double min, double max) { if (x > max) return max; if (x > min) return x; return min; } public static final int min(int a, int b, int c) { if (a > b) a = b; if (a > c) a = c; return a; } public static final float min(float a, float b, float c) { if (a > b) a = b; if (a > c) a = c; return a; } public static final double min(double a, double b, double c) { if (a > b) a = b; if (a > c) a = c; return a; } public static final float min(float a, float b, float c, float d) { if (a > b) a = b; if (a > c) a = c; if (a > d) a = d; return a; } public static final int max(int a, int b, int c) { if (a < b) a = b; if (a < c) a = c; return a; } public static final float max(float a, float b, float c) { if (a < b) a = b; if (a < c) a = c; return a; } public static final double max(double a, double b, double c) { if (a < b) a = b; if (a < c) a = c; return a; } public static final float max(float a, float b, float c, float d) { if (a < b) a = b; if (a < c) a = c; if (a < d) a = d; return a; } public static final float smoothStep(float a, float b, float x) { if (x <= a) return 0; if (x >= b) return 1; float t = clamp((x - a) / (b - a), 0.0f, 1.0f); return t * t * (3 - 2 * t); } public static final float frac(float x) { return x < 0 ? x - (int) x + 1 : x - (int) x; } /** * Computes a fast approximation to Math.pow(a, b). Adapted * from http://www.dctsystems.co.uk/Software/power.html. * * @param a a positive number * @param b a number * @return a^b */ public static final float fastPow(float a, float b) { // adapted from: http://www.dctsystems.co.uk/Software/power.html float x = Float.floatToRawIntBits(a); x *= 1.0f / (1 << 23); x = x - 127; float y = x - (int) Math.floor(x); b *= x + (y - y * y) * 0.346607f; y = b - (int) Math.floor(b); y = (y - y * y) * 0.33971f; return Float.intBitsToFloat((int) ((b + 127 - y) * (1 << 23))); } }src/org/sunflow/math/PerlinVector.java0000644000175000017500000001430411301357540017366 0ustar user03user03package org.sunflow.math; /** * Vector versions of the standard noise functions. These are provided to * emulate standard renderman calls.This code was adapted mainly from the * mrclasses package by Gonzalo Garramuno * (http://sourceforge.net/projects/mrclasses/). */ public class PerlinVector { private static final float P1x = 0.34f; private static final float P1y = 0.66f; private static final float P1z = 0.237f; private static final float P2x = 0.011f; private static final float P2y = 0.845f; private static final float P2z = 0.037f; private static final float P3x = 0.34f; private static final float P3y = 0.12f; private static final float P3z = 0.9f; public static final Vector3 snoise(float x) { return new Vector3(PerlinScalar.snoise(x + P1x), PerlinScalar.snoise(x + P2x), PerlinScalar.snoise(x + P3x)); } public static final Vector3 snoise(float x, float y) { return new Vector3(PerlinScalar.snoise(x + P1x, y + P1y), PerlinScalar.snoise(x + P2x, y + P2y), PerlinScalar.snoise(x + P3x, y + P3y)); } public static final Vector3 snoise(float x, float y, float z) { return new Vector3(PerlinScalar.snoise(x + P1x, y + P1y, z + P1z), PerlinScalar.snoise(x + P2x, y + P2y, z + P2z), PerlinScalar.snoise(x + P3x, y + P3y, z + P3z)); } public static final Vector3 snoise(float x, float y, float z, float t) { return new Vector3(PerlinScalar.snoise(x + P1x, y + P1y, z + P1z, t), PerlinScalar.snoise(x + P2x, y + P2y, z + P2z, t), PerlinScalar.snoise(x + P3x, y + P3y, z + P3z, t)); } public static final Vector3 snoise(Point2 p) { return snoise(p.x, p.y); } public static final Vector3 snoise(Point3 p) { return snoise(p.x, p.y, p.z); } public static final Vector3 snoise(Point3 p, float t) { return snoise(p.x, p.y, p.z, t); } public static final Vector3 noise(float x) { return new Vector3(PerlinScalar.noise(x + P1x), PerlinScalar.noise(x + P2x), PerlinScalar.noise(x + P3x)); } public static final Vector3 noise(float x, float y) { return new Vector3(PerlinScalar.noise(x + P1x, y + P1y), PerlinScalar.noise(x + P2x, y + P2y), PerlinScalar.noise(x + P3x, y + P3y)); } public static final Vector3 noise(float x, float y, float z) { return new Vector3(PerlinScalar.noise(x + P1x, y + P1y, z + P1z), PerlinScalar.noise(x + P2x, y + P2y, z + P2z), PerlinScalar.noise(x + P3x, y + P3y, z + P3z)); } public static final Vector3 noise(float x, float y, float z, float t) { return new Vector3(PerlinScalar.noise(x + P1x, y + P1y, z + P1z, t), PerlinScalar.noise(x + P2x, y + P2y, z + P2z, t), PerlinScalar.noise(x + P3x, y + P3y, z + P3z, t)); } public static final Vector3 noise(Point2 p) { return noise(p.x, p.y); } public static final Vector3 noise(Point3 p) { return noise(p.x, p.y, p.z); } public static final Vector3 noise(Point3 p, float t) { return noise(p.x, p.y, p.z, t); } public static final Vector3 pnoise(float x, float period) { return new Vector3(PerlinScalar.pnoise(x + P1x, period), PerlinScalar.pnoise(x + P2x, period), PerlinScalar.pnoise(x + P3x, period)); } public static final Vector3 pnoise(float x, float y, float w, float h) { return new Vector3(PerlinScalar.pnoise(x + P1x, y + P1y, w, h), PerlinScalar.pnoise(x + P2x, y + P2y, w, h), PerlinScalar.pnoise(x + P3x, y + P3y, w, h)); } public static final Vector3 pnoise(float x, float y, float z, float w, float h, float d) { return new Vector3(PerlinScalar.pnoise(x + P1x, y + P1y, z + P1z, w, h, d), PerlinScalar.pnoise(x + P2x, y + P2y, z + P2z, w, h, d), PerlinScalar.pnoise(x + P3x, y + P3y, z + P3z, w, h, d)); } public static final Vector3 pnoise(float x, float y, float z, float t, float w, float h, float d, float p) { return new Vector3(PerlinScalar.pnoise(x + P1x, y + P1y, z + P1z, t, w, h, d, p), PerlinScalar.pnoise(x + P2x, y + P2y, z + P2z, t, w, h, d, p), PerlinScalar.pnoise(x + P3x, y + P3y, z + P3z, t, w, h, d, p)); } public static final Vector3 pnoise(Point2 p, float periodx, float periody) { return pnoise(p.x, p.y, periodx, periody); } public static final Vector3 pnoise(Point3 p, Vector3 period) { return pnoise(p.x, p.y, p.z, period.x, period.y, period.z); } public static final Vector3 pnoise(Point3 p, float t, Vector3 pperiod, float tperiod) { return pnoise(p.x, p.y, p.z, t, pperiod.x, pperiod.y, pperiod.z, tperiod); } public static final Vector3 spnoise(float x, float period) { return new Vector3(PerlinScalar.spnoise(x + P1x, period), PerlinScalar.spnoise(x + P2x, period), PerlinScalar.spnoise(x + P3x, period)); } public static final Vector3 spnoise(float x, float y, float w, float h) { return new Vector3(PerlinScalar.spnoise(x + P1x, y + P1y, w, h), PerlinScalar.spnoise(x + P2x, y + P2y, w, h), PerlinScalar.spnoise(x + P3x, y + P3y, w, h)); } public static final Vector3 spnoise(float x, float y, float z, float w, float h, float d) { return new Vector3(PerlinScalar.spnoise(x + P1x, y + P1y, z + P1z, w, h, d), PerlinScalar.spnoise(x + P2x, y + P2y, z + P2z, w, h, d), PerlinScalar.spnoise(x + P3x, y + P3y, z + P3z, w, h, d)); } public static final Vector3 spnoise(float x, float y, float z, float t, float w, float h, float d, float p) { return new Vector3(PerlinScalar.spnoise(x + P1x, y + P1y, z + P1z, t, w, h, d, p), PerlinScalar.spnoise(x + P2x, y + P2y, z + P2z, t, w, h, d, p), PerlinScalar.spnoise(x + P3x, y + P3y, z + P3z, t, w, h, d, p)); } public static final Vector3 spnoise(Point2 p, float periodx, float periody) { return spnoise(p.x, p.y, periodx, periody); } public static final Vector3 spnoise(Point3 p, Vector3 period) { return spnoise(p.x, p.y, p.z, period.x, period.y, period.z); } public static final Vector3 spnoise(Point3 p, float t, Vector3 pperiod, float tperiod) { return spnoise(p.x, p.y, p.z, t, pperiod.x, pperiod.y, pperiod.z, tperiod); } }src/org/sunflow/math/QMC.java0000644000175000017500000001557211301357540015402 0ustar user03user03package org.sunflow.math; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public final class QMC { public static final int MAX_SIGMA_ORDER = 15; private static final int NUM = 128; private static final int[][] SIGMA = new int[NUM][]; private static final int[] PRIMES = new int[NUM]; private static final int[] FIBONACCI = new int[47]; private static final double[] FIBONACCI_INV = new double[FIBONACCI.length]; private static final double[] KOROBOV = new double[NUM]; static { UI.printInfo(Module.QMC, "Initializing Faure scrambling tables ..."); // build table of first primes PRIMES[0] = 2; for (int i = 1; i < PRIMES.length; i++) PRIMES[i] = nextPrime(PRIMES[i - 1]); int[][] table = new int[PRIMES[PRIMES.length - 1] + 1][]; table[2] = new int[2]; table[2][0] = 0; table[2][1] = 1; for (int i = 3; i <= PRIMES[PRIMES.length - 1]; i++) { table[i] = new int[i]; if ((i & 1) == 0) { int[] prev = table[i >> 1]; for (int j = 0; j < prev.length; j++) table[i][j] = 2 * prev[j]; for (int j = 0; j < prev.length; j++) table[i][prev.length + j] = 2 * prev[j] + 1; } else { int[] prev = table[i - 1]; int med = (i - 1) >> 1; for (int j = 0; j < med; j++) table[i][j] = prev[j] + ((prev[j] >= med) ? 1 : 0); table[i][med] = med; for (int j = 0; j < med; j++) table[i][med + j + 1] = prev[j + med] + ((prev[j + med] >= med) ? 1 : 0); } } for (int i = 0; i < PRIMES.length; i++) { int p = PRIMES[i]; SIGMA[i] = new int[p]; System.arraycopy(table[p], 0, SIGMA[i], 0, p); } UI.printInfo(Module.QMC, "Initializing lattice tables ..."); FIBONACCI[0] = 0; FIBONACCI[1] = 1; for (int i = 2; i < FIBONACCI.length; i++) { FIBONACCI[i] = FIBONACCI[i - 1] + FIBONACCI[i - 2]; FIBONACCI_INV[i] = 1.0 / FIBONACCI[i]; } KOROBOV[0] = 1; for (int i = 1; i < KOROBOV.length; i++) KOROBOV[i] = 203 * KOROBOV[i - 1]; } private static final int nextPrime(int p) { p = p + (p & 1) + 1; while (true) { int div = 3; boolean isPrime = true; while (isPrime && ((div * div) <= p)) { isPrime = ((p % div) != 0); div += 2; } if (isPrime) return p; p += 2; } } private QMC() { } public static double riVDC(int bits, int r) { bits = (bits << 16) | (bits >>> 16); bits = ((bits & 0x00ff00ff) << 8) | ((bits & 0xff00ff00) >>> 8); bits = ((bits & 0x0f0f0f0f) << 4) | ((bits & 0xf0f0f0f0) >>> 4); bits = ((bits & 0x33333333) << 2) | ((bits & 0xcccccccc) >>> 2); bits = ((bits & 0x55555555) << 1) | ((bits & 0xaaaaaaaa) >>> 1); bits ^= r; return (double) (bits & 0xFFFFFFFFL) / (double) 0x100000000L; } public static double riS(int i, int r) { for (int v = 1 << 31; i != 0; i >>>= 1, v ^= v >>> 1) if ((i & 1) != 0) r ^= v; return (double) (r & 0xFFFFFFFFL) / (double) 0x100000000L; } public static double riLP(int i, int r) { for (int v = 1 << 31; i != 0; i >>>= 1, v |= v >>> 1) if ((i & 1) != 0) r ^= v; return (double) (r & 0xFFFFFFFFL) / (double) 0x100000000L; } public static final double halton(int d, int i) { // generalized Halton sequence switch (d) { case 0: { i = (i << 16) | (i >>> 16); i = ((i & 0x00ff00ff) << 8) | ((i & 0xff00ff00) >>> 8); i = ((i & 0x0f0f0f0f) << 4) | ((i & 0xf0f0f0f0) >>> 4); i = ((i & 0x33333333) << 2) | ((i & 0xcccccccc) >>> 2); i = ((i & 0x55555555) << 1) | ((i & 0xaaaaaaaa) >>> 1); return (double) (i & 0xFFFFFFFFL) / (double) 0x100000000L; } case 1: { double v = 0; double inv = 1.0 / 3; double p; int n; for (p = inv, n = i; n != 0; p *= inv, n /= 3) v += (n % 3) * p; return v; } default: } int base = PRIMES[d]; int[] perm = SIGMA[d]; double v = 0; double inv = 1.0 / base; double p; int n; for (p = inv, n = i; n != 0; p *= inv, n /= base) v += perm[n % base] * p; return v; } /** * Compute mod(x,1), assuming that x is positive or 0. * * @param x any number >= 0 * @return mod(x,1) */ public static final double mod1(double x) { // assumes x >= 0 return x - (int) x; } /** * Compute sigma function used to seed QMC sequence trees. The sigma table * is exactly 2^order elements long, and therefore i should be in the: [0, * 2^order) interval. This function is equal to 2^order*halton(0,i) * * @param i index * @param order * @return sigma function */ public static final int sigma(int i, int order) { assert order > 0 && order < 32; assert i >= 0 && i < (1 << order); i = (i << 16) | (i >>> 16); i = ((i & 0x00ff00ff) << 8) | ((i & 0xff00ff00) >>> 8); i = ((i & 0x0f0f0f0f) << 4) | ((i & 0xf0f0f0f0) >>> 4); i = ((i & 0x33333333) << 2) | ((i & 0xcccccccc) >>> 2); i = ((i & 0x55555555) << 1) | ((i & 0xaaaaaaaa) >>> 1); return i >>> (32 - order); } public static final int getFibonacciRank(int n) { int k = 3; while (FIBONACCI[k] <= n) k++; return k - 1; } public static final int fibonacci(int k) { return FIBONACCI[k]; } public static final double fibonacciLattice(int k, int i, int d) { return d == 0 ? i * FIBONACCI_INV[k] : mod1((i * FIBONACCI[k - 1]) * FIBONACCI_INV[k]); } public static final double reducedCPRotation(int k, int d, double x0, double x1) { int j1 = FIBONACCI[2 * ((k - 1) >> 2) + 1]; int j2 = FIBONACCI[2 * ((k + 1) >> 2)]; if (d == 1) { j1 = ((j1 * FIBONACCI[k - 1]) % FIBONACCI[k]); j2 = ((j2 * FIBONACCI[k - 1]) % FIBONACCI[k]) - FIBONACCI[k]; } return (x0 * j1 + x1 * j2) * FIBONACCI_INV[k]; } public static final double korobovLattice(int m, int i, int d) { return mod1(i * KOROBOV[d] / (1 << m)); } }src/org/sunflow/math/MovingMatrix4.java0000644000175000017500000000635211301357540017466 0ustar user03user03package org.sunflow.math; /** * This class describes a transformation matrix that changes over time. Note * that while unlimited motion segments are supported, it is assumed that these * segments represent equidistant samples within a given time range. */ public final class MovingMatrix4 { private Matrix4[] transforms; private float t0, t1, inv; /** * Constructs a simple static matrix. * * @param m matrix value at all times */ public MovingMatrix4(Matrix4 m) { transforms = new Matrix4[] { m }; t0 = t1 = 0; inv = 1; } private MovingMatrix4(int n, float t0, float t1, float inv) { transforms = new Matrix4[n]; this.t0 = t0; this.t1 = t1; this.inv = inv; } /** * Redefines the number of steps in the matrix. The contents are only * re-allocated if the number of steps changes. This is to allow the matrix * to be incrementally specified. * * @param n */ public void setSteps(int n) { if (transforms.length != n) { transforms = new Matrix4[n]; if (t0 < t1) inv = (transforms.length - 1) / (t1 - t0); else inv = 1; } } /** * Updates the matrix for the given time step. * * @param i time step to update * @param m new value for the matrix at this time step */ public void updateData(int i, Matrix4 m) { transforms[i] = m; } /** * Get the matrix for the given time step. * * @param i time step to get * @return matrix for the specfied time step */ public Matrix4 getData(int i) { return transforms[i]; } /** * Get the number of matrix segments * * @return number of segments */ public int numSegments() { return transforms.length; } /** * Update the time extents over which the matrix data is changing. If the * interval is empty, no motion will be produced, even if multiple values * have been specified. * * @param t0 * @param t1 */ public void updateTimes(float t0, float t1) { this.t0 = t0; this.t1 = t1; if (t0 < t1) inv = (transforms.length - 1) / (t1 - t0); else inv = 1; } public MovingMatrix4 inverse() { MovingMatrix4 mi = new MovingMatrix4(transforms.length, t0, t1, inv); for (int i = 0; i < transforms.length; i++) { if (transforms[i] != null) { mi.transforms[i] = transforms[i].inverse(); if (mi.transforms[i] == null) return null; // unable to invert } } return mi; } public Matrix4 sample(float time) { if (transforms.length == 1 || t0 >= t1) return transforms[0]; else { float nt = (MathUtils.clamp(time, t0, t1) - t0) * inv; int idx0 = (int) nt; int idx1 = Math.min(idx0 + 1, transforms.length - 1); return Matrix4.blend(transforms[idx0], transforms[idx1], (float) (nt - idx0)); } } }src/org/sunflow/math/OrthoNormalBasis.java0000644000175000017500000000545311301357540020205 0ustar user03user03package org.sunflow.math; public final class OrthoNormalBasis { private Vector3 u, v, w; private OrthoNormalBasis() { u = new Vector3(); v = new Vector3(); w = new Vector3(); } public void flipU() { u.negate(); } public void flipV() { v.negate(); } public void flipW() { w.negate(); } public void swapUV() { Vector3 t = u; u = v; v = t; } public void swapVW() { Vector3 t = v; v = w; w = t; } public void swapWU() { Vector3 t = w; w = u; u = t; } public Vector3 transform(Vector3 a, Vector3 dest) { dest.x = (a.x * u.x) + (a.y * v.x) + (a.z * w.x); dest.y = (a.x * u.y) + (a.y * v.y) + (a.z * w.y); dest.z = (a.x * u.z) + (a.y * v.z) + (a.z * w.z); return dest; } public Vector3 transform(Vector3 a) { float x = (a.x * u.x) + (a.y * v.x) + (a.z * w.x); float y = (a.x * u.y) + (a.y * v.y) + (a.z * w.y); float z = (a.x * u.z) + (a.y * v.z) + (a.z * w.z); return a.set(x, y, z); } public Vector3 untransform(Vector3 a, Vector3 dest) { dest.x = Vector3.dot(a, u); dest.y = Vector3.dot(a, v); dest.z = Vector3.dot(a, w); return dest; } public Vector3 untransform(Vector3 a) { float x = Vector3.dot(a, u); float y = Vector3.dot(a, v); float z = Vector3.dot(a, w); return a.set(x, y, z); } public float untransformX(Vector3 a) { return Vector3.dot(a, u); } public float untransformY(Vector3 a) { return Vector3.dot(a, v); } public float untransformZ(Vector3 a) { return Vector3.dot(a, w); } public static final OrthoNormalBasis makeFromW(Vector3 w) { OrthoNormalBasis onb = new OrthoNormalBasis(); w.normalize(onb.w); if ((Math.abs(onb.w.x) < Math.abs(onb.w.y)) && (Math.abs(onb.w.x) < Math.abs(onb.w.z))) { onb.v.x = 0; onb.v.y = onb.w.z; onb.v.z = -onb.w.y; } else if (Math.abs(onb.w.y) < Math.abs(onb.w.z)) { onb.v.x = onb.w.z; onb.v.y = 0; onb.v.z = -onb.w.x; } else { onb.v.x = onb.w.y; onb.v.y = -onb.w.x; onb.v.z = 0; } Vector3.cross(onb.v.normalize(), onb.w, onb.u); return onb; } public static final OrthoNormalBasis makeFromWV(Vector3 w, Vector3 v) { OrthoNormalBasis onb = new OrthoNormalBasis(); w.normalize(onb.w); Vector3.cross(v, onb.w, onb.u).normalize(); Vector3.cross(onb.w, onb.u, onb.v); return onb; } }src/org/sunflow/SunflowAPI.java0000644000175000017500000007057311301357541016023 0ustar user03user03package org.sunflow; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.StringReader; import java.util.Locale; import org.codehaus.janino.ClassBodyEvaluator; import org.codehaus.janino.CompileException; import org.codehaus.janino.Scanner; import org.codehaus.janino.Parser.ParseException; import org.codehaus.janino.Scanner.ScanException; import org.sunflow.core.Camera; import org.sunflow.core.CameraLens; import org.sunflow.core.Display; import org.sunflow.core.Geometry; import org.sunflow.core.ImageSampler; import org.sunflow.core.Instance; import org.sunflow.core.LightSource; import org.sunflow.core.Modifier; import org.sunflow.core.Options; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Scene; import org.sunflow.core.SceneParser; import org.sunflow.core.Shader; import org.sunflow.core.Tesselatable; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.image.ColorFactory; import org.sunflow.image.ColorFactory.ColorSpecificationException; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.Point2; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.FileUtils; import org.sunflow.system.SearchPath; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; /** * This API gives a simple interface for creating scenes procedurally. This is * the main entry point to Sunflow. To use this class, extend from it and * implement the build method which may execute arbitrary code to create a * scene. */ public class SunflowAPI implements SunflowAPIInterface { public static final String VERSION = "0.07.3"; public static final String DEFAULT_OPTIONS = "::options"; private Scene scene; private SearchPath includeSearchPath; private SearchPath textureSearchPath; private ParameterList parameterList; private RenderObjectMap renderObjects; private int currentFrame; /** * This is a quick system test which verifies that the user has launched * Java properly. */ public static void runSystemCheck() { final long RECOMMENDED_MAX_SIZE = 800; long maxMb = Runtime.getRuntime().maxMemory() / 1048576; if (maxMb < RECOMMENDED_MAX_SIZE) UI.printError(Module.API, "JVM available memory is below %d MB (found %d MB only).\nPlease make sure you launched the program with the -Xmx command line options.", RECOMMENDED_MAX_SIZE, maxMb); String compiler = System.getProperty("java.vm.name"); if (compiler == null || !(compiler.contains("HotSpot") && compiler.contains("Server"))) UI.printError(Module.API, "You do not appear to be running Sun's server JVM\nPerformance may suffer"); UI.printDetailed(Module.API, "Java environment settings:"); UI.printDetailed(Module.API, " * Max memory available : %d MB", maxMb); UI.printDetailed(Module.API, " * Virtual machine name : %s", compiler == null ? "true if the update was succesfull, or * false if the update failed */ private boolean update(String name) { boolean success = renderObjects.update(name, parameterList, this); parameterList.clear(success); return success; } public final void searchpath(String type, String path) { if (type.equals("include")) includeSearchPath.addSearchPath(path); else if (type.equals("texture")) textureSearchPath.addSearchPath(path); else UI.printWarning(Module.API, "Invalid searchpath type: \"%s\"", type); } /** * Attempts to resolve the specified filename by checking it against the * texture search path. * * @param filename filename * @return a path which matches the filename, or filename if no matches are * found */ public final String resolveTextureFilename(String filename) { return textureSearchPath.resolvePath(filename); } /** * Attempts to resolve the specified filename by checking it against the * include search path. * * @param filename filename * @return a path which matches the filename, or filename if no matches are * found */ public final String resolveIncludeFilename(String filename) { return includeSearchPath.resolvePath(filename); } public final void shader(String name, String shaderType) { if (!isIncremental(shaderType)) { // we are declaring a shader for the first time if (renderObjects.has(name)) { UI.printError(Module.API, "Unable to declare shader \"%s\", name is already in use", name); parameterList.clear(true); return; } Shader shader = PluginRegistry.shaderPlugins.createObject(shaderType); if (shader == null) { UI.printError(Module.API, "Unable to create shader of type \"%s\"", shaderType); return; } renderObjects.put(name, shader); } // update existing shader (only if it is valid) if (lookupShader(name) != null) update(name); else { UI.printError(Module.API, "Unable to update shader \"%s\" - shader object was not found", name); parameterList.clear(true); } } public final void modifier(String name, String modifierType) { if (!isIncremental(modifierType)) { // we are declaring a shader for the first time if (renderObjects.has(name)) { UI.printError(Module.API, "Unable to declare modifier \"%s\", name is already in use", name); parameterList.clear(true); return; } Modifier modifier = PluginRegistry.modifierPlugins.createObject(modifierType); if (modifier == null) { UI.printError(Module.API, "Unable to create modifier of type \"%s\"", modifierType); return; } renderObjects.put(name, modifier); } // update existing shader (only if it is valid) if (lookupModifier(name) != null) update(name); else { UI.printError(Module.API, "Unable to update modifier \"%s\" - modifier object was not found", name); parameterList.clear(true); } } public final void geometry(String name, String typeName) { if (!isIncremental(typeName)) { // we are declaring a geometry for the first time if (renderObjects.has(name)) { UI.printError(Module.API, "Unable to declare geometry \"%s\", name is already in use", name); parameterList.clear(true); return; } // check tesselatable first if (PluginRegistry.tesselatablePlugins.hasType(typeName)) { Tesselatable tesselatable = PluginRegistry.tesselatablePlugins.createObject(typeName); if (tesselatable == null) { UI.printError(Module.API, "Unable to create tesselatable object of type \"%s\"", typeName); return; } renderObjects.put(name, tesselatable); } else { PrimitiveList primitives = PluginRegistry.primitivePlugins.createObject(typeName); if (primitives == null) { UI.printError(Module.API, "Unable to create primitive of type \"%s\"", typeName); return; } renderObjects.put(name, primitives); } } if (lookupGeometry(name) != null) update(name); else { UI.printError(Module.API, "Unable to update geometry \"%s\" - geometry object was not found", name); parameterList.clear(true); } } public final void instance(String name, String geoname) { if (!isIncremental(geoname)) { // we are declaring this instance for the first time if (renderObjects.has(name)) { UI.printError(Module.API, "Unable to declare instance \"%s\", name is already in use", name); parameterList.clear(true); return; } parameter("geometry", geoname); renderObjects.put(name, new Instance()); } if (lookupInstance(name) != null) update(name); else { UI.printError(Module.API, "Unable to update instance \"%s\" - instance object was not found", name); parameterList.clear(true); } } public final void light(String name, String lightType) { if (!isIncremental(lightType)) { // we are declaring this light for the first time if (renderObjects.has(name)) { UI.printError(Module.API, "Unable to declare light \"%s\", name is already in use", name); parameterList.clear(true); return; } LightSource light = PluginRegistry.lightSourcePlugins.createObject(lightType); if (light == null) { UI.printError(Module.API, "Unable to create light source of type \"%s\"", lightType); return; } renderObjects.put(name, light); } if (lookupLight(name) != null) update(name); else { UI.printError(Module.API, "Unable to update instance \"%s\" - instance object was not found", name); parameterList.clear(true); } } public final void camera(String name, String lensType) { if (!isIncremental(lensType)) { // we are declaring this camera for the first time if (renderObjects.has(name)) { UI.printError(Module.API, "Unable to declare camera \"%s\", name is already in use", name); parameterList.clear(true); return; } CameraLens lens = PluginRegistry.cameraLensPlugins.createObject(lensType); if (lens == null) { UI.printError(Module.API, "Unable to create a camera lens of type \"%s\"", lensType); return; } renderObjects.put(name, new Camera(lens)); } // update existing shader (only if it is valid) if (lookupCamera(name) != null) update(name); else { UI.printError(Module.API, "Unable to update camera \"%s\" - camera object was not found", name); parameterList.clear(true); } } public final void options(String name) { if (lookupOptions(name) == null) { if (renderObjects.has(name)) { UI.printError(Module.API, "Unable to declare options \"%s\", name is already in use", name); parameterList.clear(true); return; } renderObjects.put(name, new Options()); } assert lookupOptions(name) != null; update(name); } private final boolean isIncremental(String typeName) { return typeName == null || typeName.equals("incremental"); } /** * Retrieve a geometry object by its name, or null if no * geometry was found, or if the specified object is not a geometry. * * @param name geometry name * @return the geometry object associated with that name */ public final Geometry lookupGeometry(String name) { return renderObjects.lookupGeometry(name); } /** * Retrieve an instance object by its name, or null if no * instance was found, or if the specified object is not an instance. * * @param name instance name * @return the instance object associated with that name */ private final Instance lookupInstance(String name) { return renderObjects.lookupInstance(name); } /** * Retrieve a shader object by its name, or null if no shader * was found, or if the specified object is not a shader. * * @param name camera name * @return the camera object associate with that name */ private final Camera lookupCamera(String name) { return renderObjects.lookupCamera(name); } private final Options lookupOptions(String name) { return renderObjects.lookupOptions(name); } /** * Retrieve a shader object by its name, or null if no shader * was found, or if the specified object is not a shader. * * @param name shader name * @return the shader object associated with that name */ public final Shader lookupShader(String name) { return renderObjects.lookupShader(name); } /** * Retrieve a modifier object by its name, or null if no * modifier was found, or if the specified object is not a modifier. * * @param name modifier name * @return the modifier object associated with that name */ public final Modifier lookupModifier(String name) { return renderObjects.lookupModifier(name); } /** * Retrieve a light object by its name, or null if no shader * was found, or if the specified object is not a light. * * @param name light name * @return the light object associated with that name */ private final LightSource lookupLight(String name) { return renderObjects.lookupLight(name); } public final void render(String optionsName, Display display) { renderObjects.updateScene(scene); Options opt = lookupOptions(optionsName); if (opt == null) opt = new Options(); scene.setCamera(lookupCamera(opt.getString("camera", null))); // shader override String shaderOverrideName = opt.getString("override.shader", "none"); boolean overridePhotons = opt.getBoolean("override.photons", false); if (shaderOverrideName.equals("none")) scene.setShaderOverride(null, false); else { Shader shader = lookupShader(shaderOverrideName); if (shader == null) UI.printWarning(Module.API, "Unable to find shader \"%s\" for override, disabling", shaderOverrideName); scene.setShaderOverride(shader, overridePhotons); } // baking String bakingInstanceName = opt.getString("baking.instance", null); if (bakingInstanceName != null) { Instance bakingInstance = lookupInstance(bakingInstanceName); if (bakingInstance == null) { UI.printError(Module.API, "Unable to bake instance \"%s\" - not found", bakingInstanceName); return; } scene.setBakingInstance(bakingInstance); } else scene.setBakingInstance(null); ImageSampler sampler = PluginRegistry.imageSamplerPlugins.createObject(opt.getString("sampler", "bucket")); scene.render(opt, sampler, display); } public final boolean include(String filename) { if (filename == null) return false; filename = includeSearchPath.resolvePath(filename); String extension = FileUtils.getExtension(filename); SceneParser parser = PluginRegistry.parserPlugins.createObject(extension); if (parser == null) { UI.printError(Module.API, "Unable to find a suitable parser for: \"%s\" (extension: %s)", filename, extension); return false; } String currentFolder = new File(filename).getAbsoluteFile().getParentFile().getAbsolutePath(); includeSearchPath.addSearchPath(currentFolder); textureSearchPath.addSearchPath(currentFolder); return parser.parse(filename, this); } /** * Retrieve the bounding box of the scene. This method will be valid only * after a first call to {@link #render(String, Display)} has been made. */ public final BoundingBox getBounds() { return scene.getBounds(); } /** * This method does nothing, but may be overriden to create scenes * procedurally. */ public void build() { } /** * Create an API object from the specified file. Java files are read by * Janino and are expected to implement a build method (they implement a * derived class of SunflowAPI. The build method is called if the code * compiles succesfully. Other files types are handled by the parse method. * * @param filename filename to load * @return a valid SunflowAPI object or null on failure */ public static SunflowAPI create(String filename, int frameNumber) { if (filename == null) return new SunflowAPI(); SunflowAPI api = null; if (filename.endsWith(".java")) { Timer t = new Timer(); UI.printInfo(Module.API, "Compiling \"" + filename + "\" ..."); t.start(); try { FileInputStream stream = new FileInputStream(filename); api = (SunflowAPI) ClassBodyEvaluator.createFastClassBodyEvaluator(new Scanner(filename, stream), SunflowAPI.class, ClassLoader.getSystemClassLoader()); stream.close(); } catch (CompileException e) { UI.printError(Module.API, "Could not compile: \"%s\"", filename); UI.printError(Module.API, "%s", e.getMessage()); return null; } catch (ParseException e) { UI.printError(Module.API, "Could not compile: \"%s\"", filename); UI.printError(Module.API, "%s", e.getMessage()); return null; } catch (ScanException e) { UI.printError(Module.API, "Could not compile: \"%s\"", filename); UI.printError(Module.API, "%s", e.getMessage()); return null; } catch (IOException e) { UI.printError(Module.API, "Could not compile: \"%s\"", filename); UI.printError(Module.API, "%s", e.getMessage()); return null; } t.end(); UI.printInfo(Module.API, "Compile time: " + t.toString()); // allow relative paths String currentFolder = new File(filename).getAbsoluteFile().getParentFile().getAbsolutePath(); api.includeSearchPath.addSearchPath(currentFolder); api.textureSearchPath.addSearchPath(currentFolder); UI.printInfo(Module.API, "Build script running ..."); t.start(); api.currentFrame(frameNumber); api.build(); t.end(); UI.printInfo(Module.API, "Build script time: %s", t.toString()); } else { api = new SunflowAPI(); api = api.include(filename) ? api : null; } return api; } /** * Translate specfied file into the native sunflow scene file format. * * @param filename input filename * @param outputFilename output filename * @return true upon success, false otherwise */ public static boolean translate(String filename, String outputFilename) { FileSunflowAPI api = null; try { if (outputFilename.endsWith(".sca")) api = new AsciiFileSunflowAPI(outputFilename); else if (outputFilename.endsWith(".scb")) api = new BinaryFileSunflowAPI(outputFilename); else { UI.printError(Module.API, "Unable to determine output filetype: \"%s\"", outputFilename); return false; } } catch (IOException e) { UI.printError(Module.API, "Unable to create output file - %s", e.getMessage()); return false; } String extension = filename.substring(filename.lastIndexOf('.') + 1); SceneParser parser = PluginRegistry.parserPlugins.createObject(extension); if (parser == null) { UI.printError(Module.API, "Unable to find a suitable parser for: \"%s\"", filename); return false; } try { return parser.parse(filename, api); } catch (RuntimeException e) { e.printStackTrace(); UI.printError(Module.API, "Error occured during translation: %s", e.getMessage()); return false; } finally { api.close(); } } /** * Compile the specified code string via Janino. The code must implement a * build method as described above. The build method is not called on the * output, it is up the caller to do so. * * @param code java code string * @return a valid SunflowAPI object upon succes, null * otherwise. */ public static SunflowAPI compile(String code) { try { Timer t = new Timer(); t.start(); SunflowAPI api = (SunflowAPI) ClassBodyEvaluator.createFastClassBodyEvaluator(new Scanner(null, new StringReader(code)), SunflowAPI.class, (ClassLoader) null); t.end(); UI.printInfo(Module.API, "Compile time: %s", t.toString()); return api; } catch (CompileException e) { UI.printError(Module.API, "%s", e.getMessage()); return null; } catch (ParseException e) { UI.printError(Module.API, "%s", e.getMessage()); return null; } catch (ScanException e) { UI.printError(Module.API, "%s", e.getMessage()); return null; } catch (IOException e) { UI.printError(Module.API, "%s", e.getMessage()); return null; } } /** * Read the value of the current frame. This value is intended only for * procedural animation creation. It is not used by the Sunflow core in * anyway. The default value is 1. * * @return current frame number */ public int currentFrame() { return currentFrame; } public void currentFrame(int currentFrame) { this.currentFrame = currentFrame; } }src/org/sunflow/RenderObjectMap.java0000644000175000017500000002733411301357541017035 0ustar user03user03package org.sunflow; import java.util.ArrayList; import java.util.Locale; import org.sunflow.core.Camera; import org.sunflow.core.Geometry; import org.sunflow.core.Instance; import org.sunflow.core.LightSource; import org.sunflow.core.Modifier; import org.sunflow.core.Options; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.RenderObject; import org.sunflow.core.Scene; import org.sunflow.core.Shader; import org.sunflow.core.Tesselatable; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; import org.sunflow.util.FastHashMap; final class RenderObjectMap { private FastHashMap renderObjects; private boolean rebuildInstanceList; private boolean rebuildLightList; private enum RenderObjectType { UNKNOWN, SHADER, MODIFIER, GEOMETRY, INSTANCE, LIGHT, CAMERA, OPTIONS } RenderObjectMap() { renderObjects = new FastHashMap(); rebuildInstanceList = rebuildLightList = false; } final boolean has(String name) { return renderObjects.containsKey(name); } final void remove(String name) { RenderObjectHandle obj = renderObjects.get(name); if (obj == null) { UI.printWarning(Module.API, "Unable to remove \"%s\" - object was not defined yet"); return; } UI.printDetailed(Module.API, "Removing object \"%s\"", name); renderObjects.remove(name); // scan through all objects to make sure we don't have any // references to the old object still around switch (obj.type) { case SHADER: Shader s = obj.getShader(); for (FastHashMap.Entry e : renderObjects) { Instance i = e.getValue().getInstance(); if (i != null) { UI.printWarning(Module.API, "Removing shader \"%s\" from instance \"%s\"", name, e.getKey()); i.removeShader(s); } } break; case MODIFIER: Modifier m = obj.getModifier(); for (FastHashMap.Entry e : renderObjects) { Instance i = e.getValue().getInstance(); if (i != null) { UI.printWarning(Module.API, "Removing modifier \"%s\" from instance \"%s\"", name, e.getKey()); i.removeModifier(m); } } break; case GEOMETRY: { Geometry g = obj.getGeometry(); for (FastHashMap.Entry e : renderObjects) { Instance i = e.getValue().getInstance(); if (i != null && i.hasGeometry(g)) { UI.printWarning(Module.API, "Removing instance \"%s\" because it referenced geometry \"%s\"", e.getKey(), name); remove(e.getKey()); } } break; } case INSTANCE: rebuildInstanceList = true; break; case LIGHT: rebuildLightList = true; break; default: // no dependencies break; } } final boolean update(String name, ParameterList pl, SunflowAPI api) { RenderObjectHandle obj = renderObjects.get(name); boolean success; if (obj == null) { UI.printError(Module.API, "Unable to update \"%s\" - object was not defined yet", name); success = false; } else { UI.printDetailed(Module.API, "Updating %s object \"%s\"", obj.typeName(), name); success = obj.update(pl, api); if (!success) { UI.printError(Module.API, "Unable to update \"%s\" - removing", name); remove(name); } else { switch (obj.type) { case GEOMETRY: case INSTANCE: rebuildInstanceList = true; break; case LIGHT: rebuildLightList = true; break; default: break; } } } return success; } final void updateScene(Scene scene) { if (rebuildInstanceList) { UI.printInfo(Module.API, "Building scene instance list for rendering ..."); int numInfinite = 0, numInstance = 0; for (FastHashMap.Entry e : renderObjects) { Instance i = e.getValue().getInstance(); if (i != null) { i.updateBounds(); if (i.getBounds() == null) numInfinite++; else if (!i.getBounds().isEmpty()) numInstance++; else UI.printWarning(Module.API, "Ignoring empty instance: \"%s\"", e.getKey()); } } Instance[] infinite = new Instance[numInfinite]; Instance[] instance = new Instance[numInstance]; numInfinite = numInstance = 0; for (FastHashMap.Entry e : renderObjects) { Instance i = e.getValue().getInstance(); if (i != null) { if (i.getBounds() == null) { infinite[numInfinite] = i; numInfinite++; } else if (!i.getBounds().isEmpty()) { instance[numInstance] = i; numInstance++; } } } scene.setInstanceLists(instance, infinite); rebuildInstanceList = false; } if (rebuildLightList) { UI.printInfo(Module.API, "Building scene light list for rendering ..."); ArrayList lightList = new ArrayList(); for (FastHashMap.Entry e : renderObjects) { LightSource light = e.getValue().getLight(); if (light != null) lightList.add(light); } scene.setLightList(lightList.toArray(new LightSource[lightList.size()])); rebuildLightList = false; } } final void put(String name, Shader shader) { renderObjects.put(name, new RenderObjectHandle(shader)); } final void put(String name, Modifier modifier) { renderObjects.put(name, new RenderObjectHandle(modifier)); } final void put(String name, PrimitiveList primitives) { renderObjects.put(name, new RenderObjectHandle(primitives)); } final void put(String name, Tesselatable tesselatable) { renderObjects.put(name, new RenderObjectHandle(tesselatable)); } final void put(String name, Instance instance) { renderObjects.put(name, new RenderObjectHandle(instance)); } final void put(String name, LightSource light) { renderObjects.put(name, new RenderObjectHandle(light)); } final void put(String name, Camera camera) { renderObjects.put(name, new RenderObjectHandle(camera)); } final void put(String name, Options options) { renderObjects.put(name, new RenderObjectHandle(options)); } final Geometry lookupGeometry(String name) { if (name == null) return null; RenderObjectHandle handle = renderObjects.get(name); return (handle == null) ? null : handle.getGeometry(); } final Instance lookupInstance(String name) { if (name == null) return null; RenderObjectHandle handle = renderObjects.get(name); return (handle == null) ? null : handle.getInstance(); } final Camera lookupCamera(String name) { if (name == null) return null; RenderObjectHandle handle = renderObjects.get(name); return (handle == null) ? null : handle.getCamera(); } final Options lookupOptions(String name) { if (name == null) return null; RenderObjectHandle handle = renderObjects.get(name); return (handle == null) ? null : handle.getOptions(); } final Shader lookupShader(String name) { if (name == null) return null; RenderObjectHandle handle = renderObjects.get(name); return (handle == null) ? null : handle.getShader(); } final Modifier lookupModifier(String name) { if (name == null) return null; RenderObjectHandle handle = renderObjects.get(name); return (handle == null) ? null : handle.getModifier(); } final LightSource lookupLight(String name) { if (name == null) return null; RenderObjectHandle handle = renderObjects.get(name); return (handle == null) ? null : handle.getLight(); } private static final class RenderObjectHandle { private final RenderObject obj; private final RenderObjectType type; private RenderObjectHandle(Shader shader) { obj = shader; type = RenderObjectType.SHADER; } private RenderObjectHandle(Modifier modifier) { obj = modifier; type = RenderObjectType.MODIFIER; } private RenderObjectHandle(Tesselatable tesselatable) { obj = new Geometry(tesselatable); type = RenderObjectType.GEOMETRY; } private RenderObjectHandle(PrimitiveList prims) { obj = new Geometry(prims); type = RenderObjectType.GEOMETRY; } private RenderObjectHandle(Instance instance) { obj = instance; type = RenderObjectType.INSTANCE; } private RenderObjectHandle(LightSource light) { obj = light; type = RenderObjectType.LIGHT; } private RenderObjectHandle(Camera camera) { obj = camera; type = RenderObjectType.CAMERA; } private RenderObjectHandle(Options options) { obj = options; type = RenderObjectType.OPTIONS; } private boolean update(ParameterList pl, SunflowAPI api) { return obj.update(pl, api); } private String typeName() { return type.name().toLowerCase(Locale.ENGLISH); } private Shader getShader() { return (type == RenderObjectType.SHADER) ? (Shader) obj : null; } private Modifier getModifier() { return (type == RenderObjectType.MODIFIER) ? (Modifier) obj : null; } private Geometry getGeometry() { return (type == RenderObjectType.GEOMETRY) ? (Geometry) obj : null; } private Instance getInstance() { return (type == RenderObjectType.INSTANCE) ? (Instance) obj : null; } private LightSource getLight() { return (type == RenderObjectType.LIGHT) ? (LightSource) obj : null; } private Camera getCamera() { return (type == RenderObjectType.CAMERA) ? (Camera) obj : null; } private Options getOptions() { return (type == RenderObjectType.OPTIONS) ? (Options) obj : null; } } }src/org/sunflow/util/0000755000175000017500000000000011301357541014132 5ustar user03user03src/org/sunflow/util/FloatArray.java0000644000175000017500000000340111301357541017037 0ustar user03user03package org.sunflow.util; public final class FloatArray { private float[] array; private int size; public FloatArray() { array = new float[10]; size = 0; } public FloatArray(int capacity) { array = new float[capacity]; size = 0; } /** * Append a float to the end of the array. * * @param f */ public final void add(float f) { if (size == array.length) { float[] oldArray = array; array = new float[(size * 3) / 2 + 1]; System.arraycopy(oldArray, 0, array, 0, size); } array[size] = f; size++; } /** * Write a value to the specified index. Assumes the array is already big * enough. * * @param index * @param value */ public final void set(int index, float value) { array[index] = value; } /** * Read value from the array. * * @param index index into the array * @return value at the specified index */ public final float get(int index) { return array[index]; } /** * Returns the number of elements added to the array. * * @return current size of the array */ public final int getSize() { return size; } /** * Return a copy of the array, trimmed to fit the size of its contents * exactly. * * @return a new array of exactly the right length */ public final float[] trim() { if (size < array.length) { float[] oldArray = array; array = new float[size]; System.arraycopy(oldArray, 0, array, 0, size); } return array; } }src/org/sunflow/util/IntArray.java0000644000175000017500000000335011301357541016527 0ustar user03user03package org.sunflow.util; public final class IntArray { private int[] array; private int size; public IntArray() { array = new int[10]; size = 0; } public IntArray(int capacity) { array = new int[capacity]; size = 0; } /** * Append an integer to the end of the array. * * @param i */ public final void add(int i) { if (size == array.length) { int[] oldArray = array; array = new int[(size * 3) / 2 + 1]; System.arraycopy(oldArray, 0, array, 0, size); } array[size] = i; size++; } /** * Write a value to the specified index. Assumes the array is already big * enough. * * @param index * @param value */ public final void set(int index, int value) { array[index] = value; } /** * Read value from the array. * * @param index index into the array * @return value at the specified index */ public final int get(int index) { return array[index]; } /** * Returns the number of elements added to the array. * * @return current size of the array */ public final int getSize() { return size; } /** * Return a copy of the array, trimmed to fit the size of its contents * exactly. * * @return a new array of exactly the right length */ public final int[] trim() { if (size < array.length) { int[] oldArray = array; array = new int[size]; System.arraycopy(oldArray, 0, array, 0, size); } return array; } }src/org/sunflow/util/FastHashMap.java0000644000175000017500000001314411301357541017137 0ustar user03user03package org.sunflow.util; import java.util.Iterator; /** * Fast hash map implementation which uses array storage along with quadratic * probing to resolve collisions. The capacity is doubled when the load goes * beyond 50% and is halved when the load drops below 20%. * * @param * @param */ public class FastHashMap implements Iterable> { private static final int MIN_SIZE = 4; public static class Entry { private final K k; private V v; private Entry(K k, V v) { this.k = k; this.v = v; } private boolean isRemoved() { return v == null; } private void remove() { v = null; } public K getKey() { return k; } public V getValue() { return v; } } private Entry[] entries; private int size; public FastHashMap() { clear(); } public void clear() { size = 0; entries = alloc(MIN_SIZE); } public V put(K k, V v) { int hash = k.hashCode(), t = 0; int pos = entries.length; // mark invalid position for (;;) { hash &= entries.length - 1; if (entries[hash] == null) break; // done probing else if (entries[hash].isRemoved() && pos == entries.length) pos = hash; // store, but keep searching else if (entries[hash].k.equals(k)) { // update entry V old = entries[hash].v; entries[hash].v = v; return old; } t++; hash += t; } // did we find a spot for insertion among the deleted values ? if (pos < entries.length) hash = pos; entries[hash] = new Entry(k, v); size++; if (size * 2 > entries.length) resize(entries.length * 2); return null; } public V get(K k) { int hash = k.hashCode(), t = 0; for (;;) { hash &= entries.length - 1; if (entries[hash] == null) return null; else if (!entries[hash].isRemoved() && entries[hash].k.equals(k)) return entries[hash].v; t++; hash += t; } } public boolean containsKey(K k) { int hash = k.hashCode(), t = 0; for (;;) { hash &= entries.length - 1; if (entries[hash] == null) return false; else if (!entries[hash].isRemoved() && entries[hash].k.equals(k)) return true; t++; hash += t; } } public void remove(K k) { int hash = k.hashCode(), t = 0; for (;;) { hash &= entries.length - 1; if (entries[hash] == null) return; // not found, return else if (!entries[hash].isRemoved() && entries[hash].k.equals(k)) { entries[hash].remove(); // flag as removed size--; break; } t++; hash += t; } // do we need to shrink? if (entries.length > MIN_SIZE && size * 10 < 2 * entries.length) resize(entries.length / 2); } /** * Resize internal storage to the specified capacity. The capacity must be a * power of two. * * @param capacity new capacity for the internal array */ private void resize(int capacity) { assert (capacity & (capacity - 1)) == 0; assert capacity >= MIN_SIZE; Entry[] newentries = alloc(capacity); for (Entry e : entries) { if (e == null || e.isRemoved()) continue; int hash = e.k.hashCode(), t = 0; for (;;) { hash &= newentries.length - 1; if (newentries[hash] == null) break; assert !newentries[hash].k.equals(e.k); t++; hash += t; } newentries[hash] = new Entry(e.k, e.v); } // copy new entries over old ones entries = newentries; } /** * Wrap the entry array allocation because it requires silencing some * generics warnings. * * @param size number of elements to allocate * @return */ @SuppressWarnings("unchecked") private Entry[] alloc(int size) { return new Entry[size]; } private class EntryIterator implements Iterator> { private int index; private EntryIterator() { index = 0; if (!readable()) inc(); } private boolean readable() { return !(entries[index] == null || entries[index].isRemoved()); } private void inc() { do { index++; } while (hasNext() && !readable()); } public boolean hasNext() { return index < entries.length; } public Entry next() { try { return entries[index]; } finally { inc(); } } public void remove() { throw new UnsupportedOperationException(); } } public Iterator> iterator() { return new EntryIterator(); } }src/org/sunflow/RealtimeBenchmark.java0000644000175000017500000001134011301357541017374 0ustar user03user03package org.sunflow; import org.sunflow.core.Display; import org.sunflow.core.display.FastDisplay; import org.sunflow.core.display.FileDisplay; import org.sunflow.math.Matrix4; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; import org.sunflow.system.ui.ConsoleInterface; public class RealtimeBenchmark extends SunflowAPI { public RealtimeBenchmark(boolean showGUI, int threads) { Display display = showGUI ? new FastDisplay() : new FileDisplay(false); UI.printInfo(Module.BENCH, "Preparing benchmarking scene ..."); // settings parameter("threads", threads); // spawn regular priority threads parameter("threads.lowPriority", false); parameter("resolutionX", 512); parameter("resolutionY", 512); parameter("aa.min", -3); parameter("aa.max", 0); parameter("depths.diffuse", 1); parameter("depths.reflection", 1); parameter("depths.refraction", 0); parameter("bucket.order", "hilbert"); parameter("bucket.size", 32); options(SunflowAPI.DEFAULT_OPTIONS); // camera Point3 eye = new Point3(30, 0, 10.967f); Point3 target = new Point3(0, 0, 5.4f); Vector3 up = new Vector3(0, 0, 1); parameter("transform", Matrix4.lookAt(eye, target, up)); parameter("fov", 45.0f); camera("camera", "pinhole"); parameter("camera", "camera"); options(SunflowAPI.DEFAULT_OPTIONS); // geometry createGeometry(); // this first render is not timed, it caches the acceleration data // structures and tesselations so they won't be // included in the main timing UI.printInfo(Module.BENCH, "Rendering warmup frame ..."); render(SunflowAPI.DEFAULT_OPTIONS, display); // now disable all output - and run the benchmark UI.set(null); Timer t = new Timer(); t.start(); float phi = 0; int frames = 0; while (phi < 4 * Math.PI) { eye.x = 30 * (float) Math.cos(phi); eye.y = 30 * (float) Math.sin(phi); phi += Math.PI / 30; frames++; // update camera parameter("transform", Matrix4.lookAt(eye, target, up)); camera("camera", null); render(SunflowAPI.DEFAULT_OPTIONS, display); } t.end(); UI.set(new ConsoleInterface()); UI.printInfo(Module.BENCH, "Benchmark results:"); UI.printInfo(Module.BENCH, " * Average FPS: %.2f", frames / t.seconds()); UI.printInfo(Module.BENCH, " * Total time: %s", t); } private void createGeometry() { // light source parameter("source", new Point3(-15.5945f, -30.0581f, 45.967f)); parameter("dir", new Vector3(15.5945f, 30.0581f, -45.967f)); parameter("radius", 60.0f); parameter("radiance", null, 3, 3, 3); light("light", "directional"); // gi-engine parameter("gi.engine", "fake"); parameter("gi.fake.sky", null, 0.25f, 0.25f, 0.25f); parameter("gi.fake.ground", null, 0.01f, 0.01f, 0.5f); parameter("gi.fake.up", new Vector3(0, 0, 1)); options(DEFAULT_OPTIONS); // shaders parameter("diffuse", null, 0.5f, 0.5f, 0.5f); shader("default", "diffuse"); parameter("diffuse", null, 0.5f, 0.5f, 0.5f); parameter("shiny", 0.2f); shader("refl", "shiny_diffuse"); // objects // teapot parameter("subdivs", 10); geometry("teapot", "teapot"); parameter("shaders", "default"); Matrix4 m = Matrix4.IDENTITY; m = Matrix4.scale(0.075f).multiply(m); m = Matrix4.rotateZ((float) Math.toRadians(-45f)).multiply(m); m = Matrix4.translation(-7, 0, 0).multiply(m); parameter("transform", m); instance("teapot.instance", "teapot"); // gumbo parameter("subdivs", 10); geometry("gumbo", "gumbo"); m = Matrix4.IDENTITY; m = Matrix4.scale(0.5f).multiply(m); m = Matrix4.rotateZ((float) Math.toRadians(25f)).multiply(m); m = Matrix4.translation(3, -7, 0).multiply(m); parameter("shaders", "default"); parameter("transform", m); instance("gumbo.instance", "gumbo"); // ground plane parameter("center", new Point3(0, 0, 0)); parameter("normal", new Vector3(0, 0, 1)); geometry("ground", "plane"); parameter("shaders", "refl"); instance("ground.instance", "ground"); } }src/org/sunflow/FileSunflowAPI.java0000644000175000017500000002203611301357541016612 0ustar user03user03package org.sunflow; import java.util.Locale; import org.sunflow.core.Display; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.core.parser.SCAbstractParser.Keyword; import org.sunflow.image.ColorFactory; import org.sunflow.math.Matrix4; import org.sunflow.math.Point2; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; abstract class FileSunflowAPI implements SunflowAPIInterface { private int frame; protected FileSunflowAPI() { frame = 1; reset(); } public void camera(String name, String lensType) { writeKeyword(Keyword.CAMERA); writeString(name); writeString(lensType); writeNewline(0); writeNewline(0); } public void geometry(String name, String typeName) { writeKeyword(Keyword.GEOMETRY); writeString(name); writeString(typeName); writeNewline(0); writeNewline(0); } public int getCurrentFrame() { return frame; } public void instance(String name, String geoname) { writeKeyword(Keyword.INSTANCE); writeString(name); writeString(geoname); writeNewline(0); writeNewline(0); } public void light(String name, String lightType) { writeKeyword(Keyword.LIGHT); writeString(name); writeString(lightType); writeNewline(0); writeNewline(0); } public void modifier(String name, String modifierType) { writeKeyword(Keyword.MODIFIER); writeString(name); writeString(modifierType); writeNewline(0); writeNewline(0); } public void options(String name) { writeKeyword(Keyword.OPTIONS); writeString(name); writeNewline(0); writeNewline(0); } public void parameter(String name, String value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.STRING); writeString(value); writeNewline(0); } public void parameter(String name, boolean value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.BOOL); writeBoolean(value); writeNewline(0); } public void parameter(String name, int value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.INT); writeInt(value); writeNewline(0); } public void parameter(String name, float value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.FLOAT); writeFloat(value); writeNewline(0); } public void parameter(String name, String colorspace, float... data) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.COLOR); if (colorspace == null) writeString(colorspace = ColorFactory.getInternalColorspace()); else writeString(colorspace); if (ColorFactory.getRequiredDataValues(colorspace) == -1) writeInt(data.length); int idx = 0; int step = 9; for (float f : data) { if (data.length > step && idx % step == 0) writeNewline(1); writeFloat(f); idx++; } writeNewline(0); } public void parameter(String name, Point3 value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.POINT); writeFloat(value.x); writeFloat(value.y); writeFloat(value.z); writeNewline(0); } public void parameter(String name, Vector3 value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.VECTOR); writeFloat(value.x); writeFloat(value.y); writeFloat(value.z); writeNewline(0); } public void parameter(String name, Point2 value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.TEXCOORD); writeFloat(value.x); writeFloat(value.y); writeNewline(0); } public void parameter(String name, Matrix4 value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.MATRIX); writeMatrix(value); writeNewline(0); } public void parameter(String name, int[] value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.INT_ARRAY); writeInt(value.length); int idx = 0; int step = 9; for (int v : value) { if (idx % step == 0) writeNewline(1); writeInt(v); idx++; } writeNewline(0); } public void parameter(String name, String[] value) { writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(Keyword.STRING_ARRAY); writeInt(value.length); for (String v : value) { writeNewline(1); writeString(v); } writeNewline(0); } public void parameter(String name, String type, String interpolation, float[] data) { InterpolationType interp; try { interp = InterpolationType.valueOf(interpolation.toUpperCase(Locale.ENGLISH)); } catch (IllegalArgumentException e) { UI.printError(Module.API, "Unknown interpolation type: %s -- ignoring parameter \"%s\"", interpolation, name); return; } Keyword typeKeyword; int lengthFactor; if (type.equals("float")) { typeKeyword = Keyword.FLOAT_ARRAY; lengthFactor = 1; } else if (type.equals("point")) { typeKeyword = Keyword.POINT_ARRAY; lengthFactor = 3; } else if (type.equals("vector")) { typeKeyword = Keyword.VECTOR_ARRAY; lengthFactor = 3; } else if (type.equals("texcoord")) { typeKeyword = Keyword.TEXCOORD_ARRAY; lengthFactor = 2; } else if (type.equals("matrix")) { typeKeyword = Keyword.MATRIX_ARRAY; lengthFactor = 16; } else { UI.printError(Module.API, "Unknown parameter type: %s -- ignoring parameter \"%s\"", type, name); return; } writeKeyword(Keyword.PARAMETER); writeString(name); writeKeyword(typeKeyword); writeInterpolationType(interp); writeInt(data.length / lengthFactor); int idx = 0; if (data.length > 16) lengthFactor *= 8; for (float v : data) { if (lengthFactor > 1 && idx % lengthFactor == 0) writeNewline(1); writeFloat(v); idx++; } writeNewline(0); } public boolean include(String filename) { writeKeyword(Keyword.INCLUDE); writeString(filename); writeNewline(0); writeNewline(0); return true; } public void plugin(String type, String name, String code) { writeKeyword(Keyword.PLUGIN); writeString(type); writeString(name); writeVerbatimString(code); writeNewline(0); writeNewline(0); } public void remove(String name) { writeKeyword(Keyword.REMOVE); writeString(name); writeNewline(0); writeNewline(0); } public void render(String optionsName, Display display) { UI.printWarning(Module.API, "Unable to render file stream"); } public void reset() { frame = 1; } public void searchpath(String type, String path) { writeKeyword(Keyword.SEARCHPATH); writeString(type); writeString(path); writeNewline(0); writeNewline(0); } public void currentFrame(int currentFrame) { writeKeyword(Keyword.FRAME); writeInt(frame = currentFrame); writeNewline(0); writeNewline(0); } public void shader(String name, String shaderType) { writeKeyword(Keyword.SHADER); writeString(name); writeString(shaderType); writeNewline(0); writeNewline(0); } protected abstract void writeKeyword(Keyword keyword); protected abstract void writeInterpolationType(InterpolationType interp); protected abstract void writeBoolean(boolean value); protected abstract void writeInt(int value); protected abstract void writeFloat(float value); protected abstract void writeString(String string); protected abstract void writeVerbatimString(String string); protected abstract void writeMatrix(Matrix4 value); protected abstract void writeNewline(int indentNext); public abstract void close(); }src/org/sunflow/image/0000755000175000017500000000000011301357537014244 5ustar user03user03src/org/sunflow/image/BitmapReader.java0000644000175000017500000000264411301357537017454 0ustar user03user03package org.sunflow.image; import java.io.IOException; /** * This is a very simple interface, designed to handle loading of bitmap data. */ public interface BitmapReader { /** * Load the specified filename. This method should throw exception if it * encounters any errors. If the file is valid but its contents are not * (invalid header for example), a {@link BitmapFormatException} may be * thrown. It is an error for this method to return null. * * @param filename image filename to load * @param isLinear if this is true, the bitmap is assumed to * be already in linear space. This can be usefull when reading * greyscale images for bump mapping for example. HDR formats can * ignore this flag since they usually always store data in * linear form. * @return a new {@link Bitmap} object */ public Bitmap load(String filename, boolean isLinear) throws IOException, BitmapFormatException; /** * This exception can be used internally by bitmap readers to signal they * have encountered a valid file but which contains invalid content. */ @SuppressWarnings("serial") public static final class BitmapFormatException extends Exception { public BitmapFormatException(String message) { super(message); } } }src/org/sunflow/image/IrregularSpectralCurve.java0000644000175000017500000000454311301357537021554 0ustar user03user03package org.sunflow.image; /** * This class allows spectral curves to be defined from irregularly sampled * data. Note that the wavelength array is assumed to be sorted low to high. Any * values beyond the defined range will simply be extended to infinity from the * end points. Points inside the valid range will be linearly interpolated * between the two nearest samples. No explicit error checking is performed, but * this class will run into {@link ArrayIndexOutOfBoundsException}s if the * array lengths don't match. */ public class IrregularSpectralCurve extends SpectralCurve { private final float[] wavelengths; private final float[] amplitudes; /** * Define an irregular spectral curve from the provided (sorted) wavelengths * and amplitude data. The wavelength array is assumed to contain values in * nanometers. Array lengths must match. * * @param wavelengths sampled wavelengths in nm * @param amplitudes amplitude of the curve at the sampled points */ public IrregularSpectralCurve(float[] wavelengths, float[] amplitudes) { this.wavelengths = wavelengths; this.amplitudes = amplitudes; if (wavelengths.length != amplitudes.length) throw new RuntimeException(String.format("Error creating irregular spectral curve: %d wavelengths and %d amplitudes", wavelengths.length, amplitudes.length)); for (int i = 1; i < wavelengths.length; i++) if (wavelengths[i - 1] >= wavelengths[i]) throw new RuntimeException(String.format("Error creating irregular spectral curve: values are not sorted - error at index %d", i)); } @Override public float sample(float lambda) { if (wavelengths.length == 0) return 0; // no data if (wavelengths.length == 1 || lambda <= wavelengths[0]) return amplitudes[0]; if (lambda >= wavelengths[wavelengths.length - 1]) return amplitudes[wavelengths.length - 1]; for (int i = 1; i < wavelengths.length; i++) { if (lambda < wavelengths[i]) { float dx = (lambda - wavelengths[i - 1]) / (wavelengths[i] - wavelengths[i - 1]); return (1 - dx) * amplitudes[i - 1] + dx * amplitudes[i]; } } return amplitudes[wavelengths.length - 1]; } }src/org/sunflow/image/RegularSpectralCurve.java0000644000175000017500000000174611301357537021223 0ustar user03user03package org.sunflow.image; public class RegularSpectralCurve extends SpectralCurve { private final float[] spectrum; private final float lambdaMin, lambdaMax; private final float delta, invDelta; public RegularSpectralCurve(float[] spectrum, float lambdaMin, float lambdaMax) { this.lambdaMin = lambdaMin; this.lambdaMax = lambdaMax; this.spectrum = spectrum; delta = (lambdaMax - lambdaMin) / (spectrum.length - 1); invDelta = 1 / delta; } @Override public float sample(float lambda) { // reject wavelengths outside the valid range if (lambda < lambdaMin || lambda > lambdaMax) return 0; // interpolate the two closest samples linearly float x = (lambda - lambdaMin) * invDelta; int b0 = (int) x; int b1 = Math.min(b0 + 1, spectrum.length - 1); float dx = x - b0; return (1 - dx) * spectrum[b0] + dx * spectrum[b1]; } }src/org/sunflow/image/RGBSpace.java0000644000175000017500000002112411301357537016475 0ustar user03user03package org.sunflow.image; import org.sunflow.math.MathUtils; public final class RGBSpace { public static final RGBSpace ADOBE = new RGBSpace(0.6400f, 0.3300f, 0.2100f, 0.7100f, 0.1500f, 0.0600f, 0.31271f, 0.32902f, 2.2f, 0); public static final RGBSpace APPLE = new RGBSpace(0.6250f, 0.3400f, 0.2800f, 0.5950f, 0.1550f, 0.0700f, 0.31271f, 0.32902f, 1.8f, 0); public static final RGBSpace NTSC = new RGBSpace(0.6700f, 0.3300f, 0.2100f, 0.7100f, 0.1400f, 0.0800f, 0.31010f, 0.31620f, 20.0f / 9.0f, 0.018f); public static final RGBSpace HDTV = new RGBSpace(0.6400f, 0.3300f, 0.3000f, 0.6000f, 0.1500f, 0.0600f, 0.31271f, 0.32902f, 20.0f / 9.0f, 0.018f); public static final RGBSpace SRGB = new RGBSpace(0.6400f, 0.3300f, 0.3000f, 0.6000f, 0.1500f, 0.0600f, 0.31271f, 0.32902f, 2.4f, 0.00304f); public static final RGBSpace CIE = new RGBSpace(0.7350f, 0.2650f, 0.2740f, 0.7170f, 0.1670f, 0.0090f, 1 / 3.0f, 1 / 3.0f, 2.2f, 0); public static final RGBSpace EBU = new RGBSpace(0.6400f, 0.3300f, 0.2900f, 0.6000f, 0.1500f, 0.0600f, 0.31271f, 0.32902f, 20.0f / 9.0f, 0.018f); public static final RGBSpace SMPTE_C = new RGBSpace(0.6300f, 0.3400f, 0.3100f, 0.5950f, 0.1550f, 0.0700f, 0.31271f, 0.32902f, 20.0f / 9.0f, 0.018f); public static final RGBSpace SMPTE_240M = new RGBSpace(0.6300f, 0.3400f, 0.3100f, 0.5950f, 0.1550f, 0.0700f, 0.31271f, 0.32902f, 20.0f / 9.0f, 0.018f); public static final RGBSpace WIDE_GAMUT = new RGBSpace(0.7347f, 0.2653f, 0.1152f, 0.8264f, 0.1566f, 0.0177f, 0.3457f, 0.3585f, 2.2f, 0); private final float gamma, breakPoint; private final float slope, slopeMatch, segmentOffset; private final float xr, yr, zr, xg, yg, zg, xb, yb, zb; private final float xw, yw, zw; private final float rx, ry, rz, gx, gy, gz, bx, by, bz; private final float rw, gw, bw; private final int[] GAMMA_CURVE; private final int[] INV_GAMMA_CURVE; public RGBSpace(float xRed, float yRed, float xGreen, float yGreen, float xBlue, float yBlue, float xWhite, float yWhite, float gamma, float breakPoint) { this.gamma = gamma; this.breakPoint = breakPoint; if (breakPoint > 0) { slope = 1 / (gamma / (float) Math.pow(breakPoint, 1 / gamma - 1) - gamma * breakPoint + breakPoint); slopeMatch = gamma * slope / (float) Math.pow(breakPoint, 1 / gamma - 1); segmentOffset = slopeMatch * (float) Math.pow(breakPoint, 1 / gamma) - slope * breakPoint; } else { slope = 1; slopeMatch = 1; segmentOffset = 0; } // prepare gamma curves GAMMA_CURVE = new int[256]; INV_GAMMA_CURVE = new int[256]; for (int i = 0; i < 256; i++) { float c = i / 255.0f; GAMMA_CURVE[i] = MathUtils.clamp((int) (gammaCorrect(c) * 255 + 0.5f), 0, 255); INV_GAMMA_CURVE[i] = MathUtils.clamp((int) (ungammaCorrect(c) * 255 + 0.5f), 0, 255); } float xr = xRed; float yr = yRed; float zr = 1 - (xr + yr); float xg = xGreen; float yg = yGreen; float zg = 1 - (xg + yg); float xb = xBlue; float yb = yBlue; float zb = 1 - (xb + yb); xw = xWhite; yw = yWhite; zw = 1 - (xw + yw); // xyz -> rgb matrix, before scaling to white. float rx = (yg * zb) - (yb * zg); float ry = (xb * zg) - (xg * zb); float rz = (xg * yb) - (xb * yg); float gx = (yb * zr) - (yr * zb); float gy = (xr * zb) - (xb * zr); float gz = (xb * yr) - (xr * yb); float bx = (yr * zg) - (yg * zr); float by = (xg * zr) - (xr * zg); float bz = (xr * yg) - (xg * yr); // White scaling factors // Dividing by yw scales the white luminance to unity, as conventional rw = ((rx * xw) + (ry * yw) + (rz * zw)) / yw; gw = ((gx * xw) + (gy * yw) + (gz * zw)) / yw; bw = ((bx * xw) + (by * yw) + (bz * zw)) / yw; // xyz -> rgb matrix, correctly scaled to white this.rx = rx / rw; this.ry = ry / rw; this.rz = rz / rw; this.gx = gx / gw; this.gy = gy / gw; this.gz = gz / gw; this.bx = bx / bw; this.by = by / bw; this.bz = bz / bw; // invert matrix again to get proper rgb -> xyz matrix float s = 1 / (this.rx * (this.gy * this.bz - this.by * this.gz) - this.ry * (this.gx * this.bz - this.bx * this.gz) + this.rz * (this.gx * this.by - this.bx * this.gy)); this.xr = s * (this.gy * this.bz - this.gz * this.by); this.xg = s * (this.rz * this.by - this.ry * this.bz); this.xb = s * (this.ry * this.gz - this.rz * this.gy); this.yr = s * (this.gz * this.bx - this.gx * this.bz); this.yg = s * (this.rx * this.bz - this.rz * this.bx); this.yb = s * (this.rz * this.gx - this.rx * this.gz); this.zr = s * (this.gx * this.by - this.gy * this.bx); this.zg = s * (this.ry * this.bx - this.rx * this.by); this.zb = s * (this.rx * this.gy - this.ry * this.gx); } public final Color convertXYZtoRGB(XYZColor c) { return convertXYZtoRGB(c.getX(), c.getY(), c.getZ()); } public final Color convertXYZtoRGB(float X, float Y, float Z) { float r = (rx * X) + (ry * Y) + (rz * Z); float g = (gx * X) + (gy * Y) + (gz * Z); float b = (bx * X) + (by * Y) + (bz * Z); return new Color(r, g, b); } public final XYZColor convertRGBtoXYZ(Color c) { float[] rgb = c.getRGB(); float X = (xr * rgb[0]) + (xg * rgb[1]) + (xb * rgb[2]); float Y = (yr * rgb[0]) + (yg * rgb[1]) + (yb * rgb[2]); float Z = (zr * rgb[0]) + (zg * rgb[1]) + (zb * rgb[2]); return new XYZColor(X, Y, Z); } public final boolean insideGamut(float r, float g, float b) { return r >= 0 && g >= 0 && b >= 0; } public final float gammaCorrect(float v) { if (v <= 0) return 0; else if (v >= 1) return 1; else if (v <= breakPoint) return slope * v; else return slopeMatch * (float) Math.pow(v, 1 / gamma) - segmentOffset; } public final float ungammaCorrect(float vp) { if (vp <= 0) return 0; else if (vp >= 1) return 1; else if (vp <= breakPoint * slope) return vp / slope; else return (float) Math.pow((vp + segmentOffset) / slopeMatch, gamma); } public final int rgbToNonLinear(int rgb) { // gamma correct 24bit rgb value via tables int rp = GAMMA_CURVE[(rgb >> 16) & 0xFF]; int gp = GAMMA_CURVE[(rgb >> 8) & 0xFF]; int bp = GAMMA_CURVE[rgb & 0xFF]; return (rp << 16) | (gp << 8) | bp; } public final int rgbToLinear(int rgb) { // convert a packed RGB triplet to a linearized // one by applying the proper LUT int rp = INV_GAMMA_CURVE[(rgb >> 16) & 0xFF]; int gp = INV_GAMMA_CURVE[(rgb >> 8) & 0xFF]; int bp = INV_GAMMA_CURVE[rgb & 0xFF]; return (rp << 16) | (gp << 8) | bp; } public final byte rgbToNonLinear(byte r) { return (byte) GAMMA_CURVE[r & 0xFF]; } public final byte rgbToLinear(byte r) { return (byte) INV_GAMMA_CURVE[r & 0xFF]; } @Override public final String toString() { String info = "Gamma function parameters:\n"; info += String.format(" * Gamma: %7.4f\n", gamma); info += String.format(" * Breakpoint: %7.4f\n", breakPoint); info += String.format(" * Slope: %7.4f\n", slope); info += String.format(" * Slope Match: %7.4f\n", slopeMatch); info += String.format(" * Segment Offset: %7.4f\n", segmentOffset); info += "XYZ -> RGB Matrix:\n"; info += String.format("| %7.4f %7.4f %7.4f|\n", rx, ry, rz); info += String.format("| %7.4f %7.4f %7.4f|\n", gx, gy, gz); info += String.format("| %7.4f %7.4f %7.4f|\n", bx, by, bz); info += "RGB -> XYZ Matrix:\n"; info += String.format("| %7.4f %7.4f %7.4f|\n", xr, xg, xb); info += String.format("| %7.4f %7.4f %7.4f|\n", yr, yg, yb); info += String.format("| %7.4f %7.4f %7.4f|\n", zr, zg, zb); return info; } public static void main(String[] args) { System.out.println(SRGB.toString()); System.out.println(HDTV.toString()); System.out.println(WIDE_GAMUT.toString()); } }src/org/sunflow/image/SpectralCurve.java0000644000175000017500000001625111301357537017676 0ustar user03user03package org.sunflow.image; /** * This class is an abstract interface to sampled or analytic spectral data. */ public abstract class SpectralCurve { /** * This function determines the actual spectral curve data. Note that the * lambda parameter is assumed to be in nanometers. * * @param lambda wavelength to sample in nanometers * @return the value of the spectral curve at this point */ public abstract float sample(float lambda); private static final int WAVELENGTH_MIN = 360; private static final int WAVELENGTH_MAX = 830; private static final double[] CIE_xbar = { 0.000129900000, 0.000232100000, 0.000414900000, 0.000741600000, 0.001368000000, 0.002236000000, 0.004243000000, 0.007650000000, 0.014310000000, 0.023190000000, 0.043510000000, 0.077630000000, 0.134380000000, 0.214770000000, 0.283900000000, 0.328500000000, 0.348280000000, 0.348060000000, 0.336200000000, 0.318700000000, 0.290800000000, 0.251100000000, 0.195360000000, 0.142100000000, 0.095640000000, 0.057950010000, 0.032010000000, 0.014700000000, 0.004900000000, 0.002400000000, 0.009300000000, 0.029100000000, 0.063270000000, 0.109600000000, 0.165500000000, 0.225749900000, 0.290400000000, 0.359700000000, 0.433449900000, 0.512050100000, 0.594500000000, 0.678400000000, 0.762100000000, 0.842500000000, 0.916300000000, 0.978600000000, 1.026300000000, 1.056700000000, 1.062200000000, 1.045600000000, 1.002600000000, 0.938400000000, 0.854449900000, 0.751400000000, 0.642400000000, 0.541900000000, 0.447900000000, 0.360800000000, 0.283500000000, 0.218700000000, 0.164900000000, 0.121200000000, 0.087400000000, 0.063600000000, 0.046770000000, 0.032900000000, 0.022700000000, 0.015840000000, 0.011359160000, 0.008110916000, 0.005790346000, 0.004106457000, 0.002899327000, 0.002049190000, 0.001439971000, 0.000999949300, 0.000690078600, 0.000476021300, 0.000332301100, 0.000234826100, 0.000166150500, 0.000117413000, 0.000083075270, 0.000058706520, 0.000041509940, 0.000029353260, 0.000020673830, 0.000014559770, 0.000010253980, 0.000007221456, 0.000005085868, 0.000003581652, 0.000002522525, 0.000001776509, 0.000001251141, }; private static final double[] CIE_ybar = { 0.000003917000, 0.000006965000, 0.000012390000, 0.000022020000, 0.000039000000, 0.000064000000, 0.000120000000, 0.000217000000, 0.000396000000, 0.000640000000, 0.001210000000, 0.002180000000, 0.004000000000, 0.007300000000, 0.011600000000, 0.016840000000, 0.023000000000, 0.029800000000, 0.038000000000, 0.048000000000, 0.060000000000, 0.073900000000, 0.090980000000, 0.112600000000, 0.139020000000, 0.169300000000, 0.208020000000, 0.258600000000, 0.323000000000, 0.407300000000, 0.503000000000, 0.608200000000, 0.710000000000, 0.793200000000, 0.862000000000, 0.914850100000, 0.954000000000, 0.980300000000, 0.994950100000, 1.000000000000, 0.995000000000, 0.978600000000, 0.952000000000, 0.915400000000, 0.870000000000, 0.816300000000, 0.757000000000, 0.694900000000, 0.631000000000, 0.566800000000, 0.503000000000, 0.441200000000, 0.381000000000, 0.321000000000, 0.265000000000, 0.217000000000, 0.175000000000, 0.138200000000, 0.107000000000, 0.081600000000, 0.061000000000, 0.044580000000, 0.032000000000, 0.023200000000, 0.017000000000, 0.011920000000, 0.008210000000, 0.005723000000, 0.004102000000, 0.002929000000, 0.002091000000, 0.001484000000, 0.001047000000, 0.000740000000, 0.000520000000, 0.000361100000, 0.000249200000, 0.000171900000, 0.000120000000, 0.000084800000, 0.000060000000, 0.000042400000, 0.000030000000, 0.000021200000, 0.000014990000, 0.000010600000, 0.000007465700, 0.000005257800, 0.000003702900, 0.000002607800, 0.000001836600, 0.000001293400, 0.000000910930, 0.000000641530, 0.000000451810, }; private static final double[] CIE_zbar = { 0.000606100000, 0.001086000000, 0.001946000000, 0.003486000000, 0.006450001000, 0.010549990000, 0.020050010000, 0.036210000000, 0.067850010000, 0.110200000000, 0.207400000000, 0.371300000000, 0.645600000000, 1.039050100000, 1.385600000000, 1.622960000000, 1.747060000000, 1.782600000000, 1.772110000000, 1.744100000000, 1.669200000000, 1.528100000000, 1.287640000000, 1.041900000000, 0.812950100000, 0.616200000000, 0.465180000000, 0.353300000000, 0.272000000000, 0.212300000000, 0.158200000000, 0.111700000000, 0.078249990000, 0.057250010000, 0.042160000000, 0.029840000000, 0.020300000000, 0.013400000000, 0.008749999000, 0.005749999000, 0.003900000000, 0.002749999000, 0.002100000000, 0.001800000000, 0.001650001000, 0.001400000000, 0.001100000000, 0.001000000000, 0.000800000000, 0.000600000000, 0.000340000000, 0.000240000000, 0.000190000000, 0.000100000000, 0.000049999990, 0.000030000000, 0.000020000000, 0.000010000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, 0.000000000000, }; private static final int WAVELENGTH_STEP = (WAVELENGTH_MAX - WAVELENGTH_MIN) / (CIE_xbar.length - 1); static { if (WAVELENGTH_STEP * (CIE_xbar.length - 1) != WAVELENGTH_MAX - WAVELENGTH_MIN) { String err = String.format("Internal error - spectrum static data is inconsistent!\n * min = %d\n * max = %d\n * step = %d\n * num = %d", WAVELENGTH_MIN, WAVELENGTH_MAX, WAVELENGTH_STEP, CIE_xbar.length); throw new RuntimeException(err); } } /** * Convert this curve to a tristimulus CIE XYZ color by integrating against * the CIE color matching functions. * * @return XYZColor that represents this spectra */ public final XYZColor toXYZ() { float X = 0, Y = 0, Z = 0; for (int i = 0, w = WAVELENGTH_MIN; i < CIE_xbar.length; i++, w += WAVELENGTH_STEP) { float s = sample(w); X += s * CIE_xbar[i]; Y += s * CIE_ybar[i]; Z += s * CIE_zbar[i]; } return new XYZColor(X, Y, Z).mul(WAVELENGTH_STEP); } }src/org/sunflow/image/Color.java0000644000175000017500000002314011301357537016165 0ustar user03user03package org.sunflow.image; import org.sunflow.math.MathUtils; public final class Color { private float r, g, b; public static final RGBSpace NATIVE_SPACE = RGBSpace.SRGB; public static final Color BLACK = new Color(0, 0, 0); public static final Color WHITE = new Color(1, 1, 1); public static final Color RED = new Color(1, 0, 0); public static final Color GREEN = new Color(0, 1, 0); public static final Color BLUE = new Color(0, 0, 1); public static final Color YELLOW = new Color(1, 1, 0); public static final Color CYAN = new Color(0, 1, 1); public static final Color MAGENTA = new Color(1, 0, 1); public static final Color GRAY = new Color(0.5f, 0.5f, 0.5f); public static Color black() { return new Color(); } public static Color white() { return new Color(1, 1, 1); } private static final float[] EXPONENT = new float[256]; static { EXPONENT[0] = 0; for (int i = 1; i < 256; i++) { float f = 1.0f; int e = i - (128 + 8); if (e > 0) for (int j = 0; j < e; j++) f *= 2.0f; else for (int j = 0; j < -e; j++) f *= 0.5f; EXPONENT[i] = f; } } public Color() { } public Color(float gray) { r = g = b = gray; } public Color(float r, float g, float b) { this.r = r; this.g = g; this.b = b; } public Color toNonLinear() { r = NATIVE_SPACE.gammaCorrect(r); g = NATIVE_SPACE.gammaCorrect(g); b = NATIVE_SPACE.gammaCorrect(b); return this; } public Color toLinear() { r = NATIVE_SPACE.ungammaCorrect(r); g = NATIVE_SPACE.ungammaCorrect(g); b = NATIVE_SPACE.ungammaCorrect(b); return this; } public Color(Color c) { r = c.r; g = c.g; b = c.b; } public Color(int rgb) { r = ((rgb >> 16) & 0xFF) / 255.0f; g = ((rgb >> 8) & 0xFF) / 255.0f; b = (rgb & 0xFF) / 255.0f; } public Color copy() { return new Color(this); } public final Color set(float r, float g, float b) { this.r = r; this.g = g; this.b = b; return this; } public final Color set(Color c) { r = c.r; g = c.g; b = c.b; return this; } public final Color setRGB(int rgb) { r = ((rgb >> 16) & 0xFF) / 255.0f; g = ((rgb >> 8) & 0xFF) / 255.0f; b = (rgb & 0xFF) / 255.0f; return this; } public final Color setRGBE(int rgbe) { float f = EXPONENT[rgbe & 0xFF]; r = f * ((rgbe >>> 24) + 0.5f); g = f * (((rgbe >> 16) & 0xFF) + 0.5f); b = f * (((rgbe >> 8) & 0xFF) + 0.5f); return this; } public final boolean isBlack() { return r <= 0 && g <= 0 && b <= 0; } public final float getLuminance() { return (0.2989f * r) + (0.5866f * g) + (0.1145f * b); } public final float getMin() { return MathUtils.min(r, g, b); } public final float getMax() { return MathUtils.max(r, g, b); } public final float getAverage() { return (r + g + b) / 3.0f; } public final float[] getRGB() { return new float[] { r, g, b }; } public final int toRGB() { int ir = (int) (r * 255 + 0.5); int ig = (int) (g * 255 + 0.5); int ib = (int) (b * 255 + 0.5); ir = MathUtils.clamp(ir, 0, 255); ig = MathUtils.clamp(ig, 0, 255); ib = MathUtils.clamp(ib, 0, 255); return (ir << 16) | (ig << 8) | ib; } public final int toRGBA(float a) { int ir = (int) (r * 255 + 0.5); int ig = (int) (g * 255 + 0.5); int ib = (int) (b * 255 + 0.5); int ia = (int) (a * 255 + 0.5); ir = MathUtils.clamp(ir, 0, 255); ig = MathUtils.clamp(ig, 0, 255); ib = MathUtils.clamp(ib, 0, 255); ia = MathUtils.clamp(ia, 0, 255); return (ia << 24) | (ir << 16) | (ig << 8) | ib; } public final int toRGBE() { // encode the color into 32bits while preserving HDR using Ward's RGBE // technique float v = MathUtils.max(r, g, b); if (v < 1e-32f) return 0; // get mantissa and exponent float m = v; int e = 0; if (v > 1.0f) { while (m > 1.0f) { m *= 0.5f; e++; } } else if (v <= 0.5f) { while (m <= 0.5f) { m *= 2.0f; e--; } } v = (m * 255.0f) / v; int c = (e + 128); c |= ((int) (r * v) << 24); c |= ((int) (g * v) << 16); c |= ((int) (b * v) << 8); return c; } public final Color constrainRGB() { // clamp the RGB value to a representable value float w = -MathUtils.min(0, r, g, b); if (w > 0) { r += w; g += w; b += w; } return this; } public final boolean isNan() { return Float.isNaN(r) || Float.isNaN(g) || Float.isNaN(b); } public final boolean isInf() { return Float.isInfinite(r) || Float.isInfinite(g) || Float.isInfinite(b); } public final Color add(Color c) { r += c.r; g += c.g; b += c.b; return this; } public static final Color add(Color c1, Color c2) { return Color.add(c1, c2, new Color()); } public static final Color add(Color c1, Color c2, Color dest) { dest.r = c1.r + c2.r; dest.g = c1.g + c2.g; dest.b = c1.b + c2.b; return dest; } public final Color madd(float s, Color c) { r += (s * c.r); g += (s * c.g); b += (s * c.b); return this; } public final Color madd(Color s, Color c) { r += s.r * c.r; g += s.g * c.g; b += s.b * c.b; return this; } public final Color sub(Color c) { r -= c.r; g -= c.g; b -= c.b; return this; } public static final Color sub(Color c1, Color c2) { return Color.sub(c1, c2, new Color()); } public static final Color sub(Color c1, Color c2, Color dest) { dest.r = c1.r - c2.r; dest.g = c1.g - c2.g; dest.b = c1.b - c2.b; return dest; } public final Color mul(Color c) { r *= c.r; g *= c.g; b *= c.b; return this; } public static final Color mul(Color c1, Color c2) { return Color.mul(c1, c2, new Color()); } public static final Color mul(Color c1, Color c2, Color dest) { dest.r = c1.r * c2.r; dest.g = c1.g * c2.g; dest.b = c1.b * c2.b; return dest; } public final Color mul(float s) { r *= s; g *= s; b *= s; return this; } public static final Color mul(float s, Color c) { return Color.mul(s, c, new Color()); } public static final Color mul(float s, Color c, Color dest) { dest.r = s * c.r; dest.g = s * c.g; dest.b = s * c.b; return dest; } public final Color div(Color c) { r /= c.r; g /= c.g; b /= c.b; return this; } public static final Color div(Color c1, Color c2) { return Color.div(c1, c2, new Color()); } public static final Color div(Color c1, Color c2, Color dest) { dest.r = c1.r / c2.r; dest.g = c1.g / c2.g; dest.b = c1.b / c2.b; return dest; } public final Color exp() { r = (float) Math.exp(r); g = (float) Math.exp(g); b = (float) Math.exp(b); return this; } public final Color opposite() { r = 1 - r; g = 1 - g; b = 1 - b; return this; } public final Color clamp(float min, float max) { r = MathUtils.clamp(r, min, max); g = MathUtils.clamp(g, min, max); b = MathUtils.clamp(b, min, max); return this; } public static final Color blend(Color c1, Color c2, float b) { return blend(c1, c2, b, new Color()); } public static final Color blend(Color c1, Color c2, float b, Color dest) { dest.r = (1.0f - b) * c1.r + b * c2.r; dest.g = (1.0f - b) * c1.g + b * c2.g; dest.b = (1.0f - b) * c1.b + b * c2.b; return dest; } public static final Color blend(Color c1, Color c2, Color b) { return blend(c1, c2, b, new Color()); } public static final Color blend(Color c1, Color c2, Color b, Color dest) { dest.r = (1.0f - b.r) * c1.r + b.r * c2.r; dest.g = (1.0f - b.g) * c1.g + b.g * c2.g; dest.b = (1.0f - b.b) * c1.b + b.b * c2.b; return dest; } public static final boolean hasContrast(Color c1, Color c2, float thresh) { if (Math.abs(c1.r - c2.r) / (c1.r + c2.r) > thresh) return true; if (Math.abs(c1.g - c2.g) / (c1.g + c2.g) > thresh) return true; if (Math.abs(c1.b - c2.b) / (c1.b + c2.b) > thresh) return true; return false; } @Override public String toString() { return String.format("(%.3f, %.3f, %.3f)", r, g, b); } }src/org/sunflow/image/writers/0000755000175000017500000000000011301357537015743 5ustar user03user03src/org/sunflow/image/writers/EXRBitmapWriter.java0000644000175000017500000003420711301357537021604 0ustar user03user03package org.sunflow.image.writers; import java.io.IOException; import java.io.RandomAccessFile; import java.util.Arrays; import java.util.zip.Deflater; import org.sunflow.image.BitmapWriter; import org.sunflow.image.Color; import org.sunflow.system.ByteUtil; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class EXRBitmapWriter implements BitmapWriter { private static final byte HALF = 1; private static final byte FLOAT = 2; private static final int HALF_SIZE = 2; private static final int FLOAT_SIZE = 4; private final static int OE_MAGIC = 20000630; private final static int OE_EXR_VERSION = 2; private final static int OE_TILED_FLAG = 0x00000200; private static final int NO_COMPRESSION = 0; private static final int RLE_COMPRESSION = 1; private static final int ZIP_COMPRESSION = 3; private static final int RLE_MIN_RUN = 3; private static final int RLE_MAX_RUN = 127; private String filename; private RandomAccessFile file; private long[][] tileOffsets; private long tileOffsetsPosition; private int tilesX; private int tilesY; private int tileSize; private int compression; private byte channelType; private int channelSize; private byte[] tmpbuf; private byte[] comprbuf; public EXRBitmapWriter() { // default settings configure("compression", "zip"); configure("channeltype", "half"); } public void configure(String option, String value) { if (option.equals("compression")) { if (value.equals("none")) compression = NO_COMPRESSION; else if (value.equals("rle")) compression = RLE_COMPRESSION; else if (value.equals("zip")) compression = ZIP_COMPRESSION; else { UI.printWarning(Module.IMG, "EXR - Compression type was not recognized - defaulting to zip"); compression = ZIP_COMPRESSION; } } else if (option.equals("channeltype")) { if (value.equals("float")) { channelType = FLOAT; channelSize = FLOAT_SIZE; } else if (value.equals("half")) { channelType = HALF; channelSize = HALF_SIZE; } else { UI.printWarning(Module.DISP, "EXR - Channel type was not recognized - defaulting to float"); channelType = FLOAT; channelSize = FLOAT_SIZE; } } } public void openFile(String filename) throws IOException { this.filename = filename == null ? "output.exr" : filename; } public void writeHeader(int width, int height, int tileSize) throws IOException, UnsupportedOperationException { file = new RandomAccessFile(filename, "rw"); file.setLength(0); if (tileSize <= 0) throw new UnsupportedOperationException("Can't use OpenEXR bitmap writer without buckets."); writeRGBAHeader(width, height, tileSize); } public void writeTile(int x, int y, int w, int h, Color[] color, float[] alpha) throws IOException { int tx = x / tileSize; int ty = y / tileSize; writeEXRTile(tx, ty, w, h, color, alpha); } public void closeFile() throws IOException { writeTileOffsets(); file.close(); } private void writeRGBAHeader(int w, int h, int tileSize) throws IOException { byte[] chanOut = { 0, channelType, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 }; file.write(ByteUtil.get4Bytes(OE_MAGIC)); file.write(ByteUtil.get4Bytes(OE_EXR_VERSION | OE_TILED_FLAG)); file.write("channels".getBytes()); file.write(0); file.write("chlist".getBytes()); file.write(0); file.write(ByteUtil.get4Bytes(73)); file.write("R".getBytes()); file.write(chanOut); file.write("G".getBytes()); file.write(chanOut); file.write("B".getBytes()); file.write(chanOut); file.write("A".getBytes()); file.write(chanOut); file.write(0); // compression file.write("compression".getBytes()); file.write(0); file.write("compression".getBytes()); file.write(0); file.write(1); file.write(ByteUtil.get4BytesInv(compression)); // datawindow =~ image size file.write("dataWindow".getBytes()); file.write(0); file.write("box2i".getBytes()); file.write(0); file.write(ByteUtil.get4Bytes(0x10)); file.write(ByteUtil.get4Bytes(0)); file.write(ByteUtil.get4Bytes(0)); file.write(ByteUtil.get4Bytes(w - 1)); file.write(ByteUtil.get4Bytes(h - 1)); // dispwindow -> look at openexr.com for more info file.write("displayWindow".getBytes()); file.write(0); file.write("box2i".getBytes()); file.write(0); file.write(ByteUtil.get4Bytes(0x10)); file.write(ByteUtil.get4Bytes(0)); file.write(ByteUtil.get4Bytes(0)); file.write(ByteUtil.get4Bytes(w - 1)); file.write(ByteUtil.get4Bytes(h - 1)); /* * lines in increasing y order = 0 decreasing would be 1 */ file.write("lineOrder".getBytes()); file.write(0); file.write("lineOrder".getBytes()); file.write(0); file.write(1); file.write(ByteUtil.get4BytesInv(2)); file.write("pixelAspectRatio".getBytes()); file.write(0); file.write("float".getBytes()); file.write(0); file.write(ByteUtil.get4Bytes(4)); file.write(ByteUtil.get4Bytes(Float.floatToIntBits(1))); // meaningless to a flat (2D) image file.write("screenWindowCenter".getBytes()); file.write(0); file.write("v2f".getBytes()); file.write(0); file.write(ByteUtil.get4Bytes(8)); file.write(ByteUtil.get4Bytes(Float.floatToIntBits(0))); file.write(ByteUtil.get4Bytes(Float.floatToIntBits(0))); // meaningless to a flat (2D) image file.write("screenWindowWidth".getBytes()); file.write(0); file.write("float".getBytes()); file.write(0); file.write(ByteUtil.get4Bytes(4)); file.write(ByteUtil.get4Bytes(Float.floatToIntBits(1))); this.tileSize = tileSize; tilesX = ((w + tileSize - 1) / tileSize); tilesY = ((h + tileSize - 1) / tileSize); /* * twice the space for the compressing buffer, as for ex. the compressor * can actually increase the size of the data :) If that happens though, * it is not saved into the file, but discarded */ tmpbuf = new byte[tileSize * tileSize * channelSize * 4]; comprbuf = new byte[tileSize * tileSize * channelSize * 4 * 2]; tileOffsets = new long[tilesX][tilesY]; file.write("tiles".getBytes()); file.write(0); file.write("tiledesc".getBytes()); file.write(0); file.write(ByteUtil.get4Bytes(9)); file.write(ByteUtil.get4Bytes(tileSize)); file.write(ByteUtil.get4Bytes(tileSize)); // ONE_LEVEL tiles, ROUNDING_MODE = not important file.write(0); // an attribute with a name of 0 to end the list file.write(0); // save a pointer to where the tileOffsets are stored and write dummy // fillers for now tileOffsetsPosition = file.getFilePointer(); writeTileOffsets(); } private void writeTileOffsets() throws IOException { file.seek(tileOffsetsPosition); for (int ty = 0; ty < tilesY; ty++) for (int tx = 0; tx < tilesX; tx++) file.write(ByteUtil.get8Bytes(tileOffsets[tx][ty])); } private synchronized void writeEXRTile(int tileX, int tileY, int w, int h, Color[] tile, float[] alpha) throws IOException { byte[] rgb; // setting comprSize to max integer so without compression things // don't go awry int pixptr = 0, writeSize = 0, comprSize = Integer.MAX_VALUE; int tileRangeX = (tileSize < w) ? tileSize : w; int tileRangeY = (tileSize < h) ? tileSize : h; int channelBase = tileRangeX * channelSize; // lets see if the alignment matches, you can comment this out if // need be if ((tileSize != tileRangeX) && (tileX == 0)) System.out.print(" bad X alignment "); if ((tileSize != tileRangeY) && (tileY == 0)) System.out.print(" bad Y alignment "); tileOffsets[tileX][tileY] = file.getFilePointer(); // the tile header: tile's x&y coordinate, levels x&y coordinate and // tilesize file.write(ByteUtil.get4Bytes(tileX)); file.write(ByteUtil.get4Bytes(tileY)); file.write(ByteUtil.get4Bytes(0)); file.write(ByteUtil.get4Bytes(0)); // just in case Arrays.fill(tmpbuf, (byte) 0); for (int ty = 0; ty < tileRangeY; ty++) { for (int tx = 0; tx < tileRangeX; tx++) { float[] rgbf = tile[tx + ty * tileRangeX].getRGB(); if (channelType == FLOAT) { rgb = ByteUtil.get4Bytes(Float.floatToRawIntBits(alpha[tx + ty * tileRangeX])); tmpbuf[pixptr + 0] = rgb[0]; tmpbuf[pixptr + 1] = rgb[1]; tmpbuf[pixptr + 2] = rgb[2]; tmpbuf[pixptr + 3] = rgb[3]; } else if (channelType == HALF) { rgb = ByteUtil.get2Bytes(ByteUtil.floatToHalf(alpha[tx + ty * tileRangeX])); tmpbuf[pixptr + 0] = rgb[0]; tmpbuf[pixptr + 1] = rgb[1]; } for (int component = 1; component <= 3; component++) { if (channelType == FLOAT) { rgb = ByteUtil.get4Bytes(Float.floatToRawIntBits(rgbf[3 - component])); tmpbuf[(channelBase * component) + pixptr + 0] = rgb[0]; tmpbuf[(channelBase * component) + pixptr + 1] = rgb[1]; tmpbuf[(channelBase * component) + pixptr + 2] = rgb[2]; tmpbuf[(channelBase * component) + pixptr + 3] = rgb[3]; } else if (channelType == HALF) { rgb = ByteUtil.get2Bytes(ByteUtil.floatToHalf(rgbf[3 - component])); tmpbuf[(channelBase * component) + pixptr + 0] = rgb[0]; tmpbuf[(channelBase * component) + pixptr + 1] = rgb[1]; } } pixptr += channelSize; } pixptr += (tileRangeX * channelSize * 3); } writeSize = tileRangeX * tileRangeY * channelSize * 4; if (compression != NO_COMPRESSION) comprSize = compress(compression, tmpbuf, writeSize, comprbuf); // lastly, write the size of the tile and the tile itself // (compressed or not) if (comprSize < writeSize) { file.write(ByteUtil.get4Bytes(comprSize)); file.write(comprbuf, 0, comprSize); } else { file.write(ByteUtil.get4Bytes(writeSize)); file.write(tmpbuf, 0, writeSize); } } private static final int compress(int tp, byte[] in, int inSize, byte[] out) { if (inSize == 0) return 0; int t1 = 0, t2 = (inSize + 1) / 2; int inPtr = 0, ret; byte[] tmp = new byte[inSize]; // zip and rle treat the data first, in the same way so I'm not // repeating the code if ((tp == ZIP_COMPRESSION) || (tp == RLE_COMPRESSION)) { // reorder the pixel data ~ straight from ImfZipCompressor.cpp :) while (true) { if (inPtr < inSize) tmp[t1++] = in[inPtr++]; else break; if (inPtr < inSize) tmp[t2++] = in[inPtr++]; else break; } // Predictor ~ straight from ImfZipCompressor.cpp :) t1 = 1; int p = tmp[t1 - 1]; while (t1 < inSize) { int d = tmp[t1] - p + (128 + 256); p = tmp[t1]; tmp[t1] = (byte) d; t1++; } } // We'll just jump from here to the wanted compress/decompress stuff if // need be switch (tp) { case ZIP_COMPRESSION: Deflater def = new Deflater(Deflater.DEFAULT_COMPRESSION, false); def.setInput(tmp, 0, inSize); def.finish(); ret = def.deflate(out); return ret; case RLE_COMPRESSION: return rleCompress(tmp, inSize, out); default: return -1; } } private static final int rleCompress(byte[] in, int inLen, byte[] out) { int runStart = 0, runEnd = 1, outWrite = 0; while (runStart < inLen) { while (runEnd < inLen && in[runStart] == in[runEnd] && (runEnd - runStart - 1) < RLE_MAX_RUN) runEnd++; if (runEnd - runStart >= RLE_MIN_RUN) { // Compressable run out[outWrite++] = (byte) ((runEnd - runStart) - 1); out[outWrite++] = in[runStart]; runStart = runEnd; } else { // Uncompressable run while (runEnd < inLen && (((runEnd + 1) >= inLen || in[runEnd] != in[runEnd + 1]) || ((runEnd + 2) >= inLen || in[runEnd + 1] != in[runEnd + 2])) && (runEnd - runStart) < RLE_MAX_RUN) runEnd++; out[outWrite++] = (byte) (runStart - runEnd); while (runStart < runEnd) out[outWrite++] = in[runStart++]; } runEnd++; } return outWrite; } }src/org/sunflow/image/writers/IGIBitmapWriter.java0000644000175000017500000000511111301357537021546 0ustar user03user03package org.sunflow.image.writers; import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import org.sunflow.image.BitmapWriter; import org.sunflow.image.Color; import org.sunflow.image.XYZColor; /** * Writes images in Indigo's native XYZ format. * http://www2.indigorenderer.com/joomla/forum/viewtopic.php?p=11430 */ public class IGIBitmapWriter implements BitmapWriter { private String filename; private int width, height; private float[] xyz; public void configure(String option, String value) { } public void openFile(String filename) throws IOException { this.filename = filename; } public void writeHeader(int width, int height, int tileSize) throws IOException, UnsupportedOperationException { this.width = width; this.height = height; xyz = new float[width * height * 3]; } public void writeTile(int x, int y, int w, int h, Color[] color, float[] alpha) throws IOException { for (int j = 0, index = 0, pixel = 3 * (x + y * width); j < h; j++, pixel += 3 * (width - w)) { for (int i = 0; i < w; i++, index++, pixel += 3) { XYZColor c = Color.NATIVE_SPACE.convertRGBtoXYZ(color[index]); xyz[pixel + 0] = c.getX(); xyz[pixel + 1] = c.getY(); xyz[pixel + 2] = c.getZ(); } } } public void closeFile() throws IOException { OutputStream stream = new BufferedOutputStream(new FileOutputStream(filename)); write32(stream, 66613373); // magic number write32(stream, 1); // version write32(stream, 0); // this should be a double - assume it won't be used write32(stream, 0); write32(stream, width); write32(stream, height); write32(stream, 1); // super sampling factor write32(stream, 0); // compression write32(stream, width * height * 12); // data size write32(stream, 0); // colorspace stream.write(new byte[5000]); for (float f : xyz) write32(stream, f); stream.close(); } private static final void write32(OutputStream stream, int i) throws IOException { stream.write(i & 0xFF); stream.write((i >> 8) & 0xFF); stream.write((i >> 16) & 0xFF); stream.write((i >> 24) & 0xFF); } private static final void write32(OutputStream stream, float f) throws IOException { write32(stream, Float.floatToIntBits(f)); } }src/org/sunflow/image/writers/TGABitmapWriter.java0000644000175000017500000000443011301357537021554 0ustar user03user03package org.sunflow.image.writers; import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import org.sunflow.image.BitmapWriter; import org.sunflow.image.Color; import org.sunflow.image.ColorEncoder; public class TGABitmapWriter implements BitmapWriter { private String filename; private int width, height; private byte[] data; public void configure(String option, String value) { } public void openFile(String filename) throws IOException { this.filename = filename; } public void writeHeader(int width, int height, int tileSize) throws IOException, UnsupportedOperationException { this.width = width; this.height = height; data = new byte[width * height * 4]; // RGBA8 } public void writeTile(int x, int y, int w, int h, Color[] color, float[] alpha) throws IOException { color = ColorEncoder.unlinearize(color); // gamma correction byte[] tileData = ColorEncoder.quantizeRGBA8(color, alpha); for (int j = 0, index = 0; j < h; j++) { int imageIndex = 4 * (x + (height - 1 - (y + j)) * width); for (int i = 0; i < w; i++, index += 4, imageIndex += 4) { // swap bytes around so buffer is in native BGRA order data[imageIndex + 0] = tileData[index + 2]; data[imageIndex + 1] = tileData[index + 1]; data[imageIndex + 2] = tileData[index + 0]; data[imageIndex + 3] = tileData[index + 3]; } } } public void closeFile() throws IOException { // actually write the file from here OutputStream f = new BufferedOutputStream(new FileOutputStream(filename)); // no id, no colormap, uncompressed 32bpp RGBA byte[] tgaHeader = { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; f.write(tgaHeader); // then the size info f.write(width & 0xFF); f.write((width >> 8) & 0xFF); f.write(height & 0xFF); f.write((height >> 8) & 0xFF); // bitsperpixel and filler f.write(32); f.write(0); f.write(data); // write image data bytes (already in BGRA order) f.close(); } }src/org/sunflow/image/writers/HDRBitmapWriter.java0000644000175000017500000000334011301357537021555 0ustar user03user03package org.sunflow.image.writers; import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import org.sunflow.image.BitmapWriter; import org.sunflow.image.Color; import org.sunflow.image.ColorEncoder; public class HDRBitmapWriter implements BitmapWriter { private String filename; private int width, height; private int[] data; public void configure(String option, String value) { } public void openFile(String filename) throws IOException { this.filename = filename; } public void writeHeader(int width, int height, int tileSize) throws IOException, UnsupportedOperationException { this.width = width; this.height = height; data = new int[width * height]; } public void writeTile(int x, int y, int w, int h, Color[] color, float[] alpha) throws IOException { int[] tileData = ColorEncoder.encodeRGBE(color); for (int j = 0, index = 0, pixel = x + y * width; j < h; j++, pixel += width - w) for (int i = 0; i < w; i++, index++, pixel++) data[pixel] = tileData[index]; } public void closeFile() throws IOException { OutputStream f = new BufferedOutputStream(new FileOutputStream(filename)); f.write("#?RGBE\n".getBytes()); f.write("FORMAT=32-bit_rle_rgbe\n\n".getBytes()); f.write(("-Y " + height + " +X " + width + "\n").getBytes()); for (int i = 0; i < data.length; i++) { int rgbe = data[i]; f.write(rgbe >> 24); f.write(rgbe >> 16); f.write(rgbe >> 8); f.write(rgbe); } f.close(); } }src/org/sunflow/image/writers/PNGBitmapWriter.java0000644000175000017500000000225411301357537021567 0ustar user03user03package org.sunflow.image.writers; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import org.sunflow.image.BitmapWriter; import org.sunflow.image.Color; public class PNGBitmapWriter implements BitmapWriter { private String filename; private BufferedImage image; public void configure(String option, String value) { } public void openFile(String filename) throws IOException { this.filename = filename; } public void writeHeader(int width, int height, int tileSize) throws IOException, UnsupportedOperationException { image = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB); } public void writeTile(int x, int y, int w, int h, Color[] color, float[] alpha) throws IOException { for (int j = 0, index = 0; j < h; j++) for (int i = 0; i < w; i++, index++) image.setRGB(x + i, y + j, color[index].copy().mul(1.0f / alpha[index]).toNonLinear().toRGBA(alpha[index])); } public void closeFile() throws IOException { ImageIO.write(image, "png", new File(filename)); } }src/org/sunflow/image/readers/0000755000175000017500000000000011301357537015671 5ustar user03user03src/org/sunflow/image/readers/BMPBitmapReader.java0000644000175000017500000000301511301357537021431 0ustar user03user03package org.sunflow.image.readers; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import org.sunflow.image.Bitmap; import org.sunflow.image.BitmapReader; import org.sunflow.image.Color; import org.sunflow.image.formats.BitmapRGB8; public class BMPBitmapReader implements BitmapReader { public Bitmap load(String filename, boolean isLinear) throws IOException, BitmapFormatException { // regular image, load using Java api - ignore alpha channel BufferedImage bi = ImageIO.read(new File(filename)); int width = bi.getWidth(); int height = bi.getHeight(); byte[] pixels = new byte[3 * width * height]; for (int y = 0, index = 0; y < height; y++) { for (int x = 0; x < width; x++, index += 3) { int argb = bi.getRGB(x, height - 1 - y); pixels[index + 0] = (byte) (argb >> 16); pixels[index + 1] = (byte) (argb >> 8); pixels[index + 2] = (byte) argb; } } if (!isLinear) { for (int index = 0; index < pixels.length; index += 3) { pixels[index + 0] = Color.NATIVE_SPACE.rgbToLinear(pixels[index + 0]); pixels[index + 1] = Color.NATIVE_SPACE.rgbToLinear(pixels[index + 1]); pixels[index + 2] = Color.NATIVE_SPACE.rgbToLinear(pixels[index + 2]); } } return new BitmapRGB8(width, height, pixels); } }src/org/sunflow/image/readers/IGIBitmapReader.java0000644000175000017500000001017211301357537021425 0ustar user03user03package org.sunflow.image.readers; import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import org.sunflow.image.Bitmap; import org.sunflow.image.BitmapReader; import org.sunflow.image.formats.BitmapXYZ; /** * Reads images in Indigo's native XYZ format. * http://www2.indigorenderer.com/joomla/forum/viewtopic.php?p=11430 */ public class IGIBitmapReader implements BitmapReader { public Bitmap load(String filename, boolean isLinear) throws IOException, BitmapFormatException { InputStream stream = new BufferedInputStream(new FileInputStream(filename)); // read header int magic = read32i(stream); int version = read32i(stream); stream.skip(8); // skip number of samples (double value) int width = read32i(stream); int height = read32i(stream); int superSample = read32i(stream); // super sample factor int compression = read32i(stream); int dataSize = read32i(stream); int colorSpace = read32i(stream); stream.skip(5000); // skip the rest of the header (unused for now) // error checking if (magic != 66613373) throw new BitmapFormatException("wrong magic: " + magic); if (version != 1) throw new BitmapFormatException("unsupported version: " + version); if (compression != 0) throw new BitmapFormatException("unsupported compression: " + compression); if (colorSpace != 0) throw new BitmapFormatException("unsupported color space: " + colorSpace); if (dataSize != (width * height * 12)) throw new BitmapFormatException("invalid data block size: " + dataSize); if (width <= 0 || height <= 0) throw new BitmapFormatException("invalid image size: " + width + "x" + height); if (superSample <= 0) throw new BitmapFormatException("invalid super sample factor: " + superSample); if ((width % superSample) != 0 || (height % superSample) != 0) throw new BitmapFormatException("invalid image size: " + width + "x" + height); float[] xyz = new float[width * height * 3]; for (int y = 0, i = 3 * (height - 1) * width; y < height; y++, i -= 6 * width) { for (int x = 0; x < width; x++, i += 3) { xyz[i + 0] = read32f(stream); xyz[i + 1] = read32f(stream); xyz[i + 2] = read32f(stream); } } stream.close(); if (superSample > 1) { // rescale image (basic box filtering) float[] rescaled = new float[xyz.length / (superSample * superSample)]; float inv = 1.0f / (superSample * superSample); for (int y = 0, i = 0; y < height; y += superSample) { for (int x = 0; x < width; x += superSample, i += 3) { float X = 0; float Y = 0; float Z = 0; for (int sy = 0; sy < superSample; sy++) { for (int sx = 0; sx < superSample; sx++) { int offset = 3 * ((x + sx + (y + sy) * width)); X += xyz[offset + 0]; Y += xyz[offset + 1]; Z += xyz[offset + 2]; } } rescaled[i + 0] = X * inv; rescaled[i + 1] = Y * inv; rescaled[i + 2] = Z * inv; } } return new BitmapXYZ(width / superSample, height / superSample, rescaled); } else return new BitmapXYZ(width, height, xyz); } private static final int read32i(InputStream stream) throws IOException { int i = stream.read(); i |= stream.read() << 8; i |= stream.read() << 16; i |= stream.read() << 24; return i; } private static final float read32f(InputStream stream) throws IOException { return Float.intBitsToFloat(read32i(stream)); } }src/org/sunflow/image/readers/HDRBitmapReader.java0000644000175000017500000001350711301357537021437 0ustar user03user03package org.sunflow.image.readers; import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import org.sunflow.image.Bitmap; import org.sunflow.image.BitmapReader; import org.sunflow.image.formats.BitmapRGBE; public class HDRBitmapReader implements BitmapReader { public Bitmap load(String filename, boolean isLinear) throws IOException, BitmapFormatException { // load radiance rgbe file InputStream f = new BufferedInputStream(new FileInputStream(filename)); // parse header boolean parseWidth = false, parseHeight = false; int width = 0, height = 0; int last = 0; while (width == 0 || height == 0 || last != '\n') { int n = f.read(); switch (n) { case 'Y': parseHeight = last == '-'; parseWidth = false; break; case 'X': parseHeight = false; parseWidth = last == '+'; break; case ' ': parseWidth &= width == 0; parseHeight &= height == 0; break; case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': if (parseHeight) height = 10 * height + (n - '0'); else if (parseWidth) width = 10 * width + (n - '0'); break; default: parseWidth = parseHeight = false; break; } last = n; } // allocate image int[] pixels = new int[width * height]; if ((width < 8) || (width > 0x7fff)) { // run length encoding is not allowed so read flat readFlatRGBE(f, 0, width * height, pixels); } else { int rasterPos = 0; int numScanlines = height; int[] scanlineBuffer = new int[4 * width]; while (numScanlines > 0) { int r = f.read(); int g = f.read(); int b = f.read(); int e = f.read(); if ((r != 2) || (g != 2) || ((b & 0x80) != 0)) { // this file is not run length encoded pixels[rasterPos] = (r << 24) | (g << 16) | (b << 8) | e; readFlatRGBE(f, rasterPos + 1, width * numScanlines - 1, pixels); break; } if (((b << 8) | e) != width) throw new BitmapFormatException("Invalid scanline width"); int p = 0; // read each of the four channels for the scanline into // the buffer for (int i = 0; i < 4; i++) { if (p % width != 0) throw new BitmapFormatException("Unaligned access to scanline data"); int end = (i + 1) * width; while (p < end) { int b0 = f.read(); int b1 = f.read(); if (b0 > 128) { // a run of the same value int count = b0 - 128; if ((count == 0) || (count > (end - p))) throw new BitmapFormatException("Bad scanline data - invalid RLE run"); while (count-- > 0) { scanlineBuffer[p] = b1; p++; } } else { // a non-run int count = b0; if ((count == 0) || (count > (end - p))) throw new BitmapFormatException("Bad scanline data - invalid count"); scanlineBuffer[p] = b1; p++; if (--count > 0) { for (int x = 0; x < count; x++) scanlineBuffer[p + x] = f.read(); p += count; } } } } // now convert data from buffer into floats for (int i = 0; i < width; i++) { r = scanlineBuffer[i]; g = scanlineBuffer[i + width]; b = scanlineBuffer[i + 2 * width]; e = scanlineBuffer[i + 3 * width]; pixels[rasterPos] = (r << 24) | (g << 16) | (b << 8) | e; rasterPos++; } numScanlines--; } } f.close(); // flip image for (int y = 0, i = 0, ir = (height - 1) * width; y < height / 2; y++, ir -= width) { for (int x = 0, i2 = ir; x < width; x++, i++, i2++) { int t = pixels[i]; pixels[i] = pixels[i2]; pixels[i2] = t; } } return new BitmapRGBE(width, height, pixels); } private void readFlatRGBE(InputStream f, int rasterPos, int numPixels, int[] pixels) throws IOException { while (numPixels-- > 0) { int r = f.read(); int g = f.read(); int b = f.read(); int e = f.read(); pixels[rasterPos] = (r << 24) | (g << 16) | (b << 8) | e; rasterPos++; } } }src/org/sunflow/image/readers/JPGBitmapReader.java0000644000175000017500000000301511301357537021433 0ustar user03user03package org.sunflow.image.readers; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import org.sunflow.image.Bitmap; import org.sunflow.image.BitmapReader; import org.sunflow.image.Color; import org.sunflow.image.formats.BitmapRGB8; public class JPGBitmapReader implements BitmapReader { public Bitmap load(String filename, boolean isLinear) throws IOException, BitmapFormatException { // regular image, load using Java api - ignore alpha channel BufferedImage bi = ImageIO.read(new File(filename)); int width = bi.getWidth(); int height = bi.getHeight(); byte[] pixels = new byte[3 * width * height]; for (int y = 0, index = 0; y < height; y++) { for (int x = 0; x < width; x++, index += 3) { int argb = bi.getRGB(x, height - 1 - y); pixels[index + 0] = (byte) (argb >> 16); pixels[index + 1] = (byte) (argb >> 8); pixels[index + 2] = (byte) argb; } } if (!isLinear) { for (int index = 0; index < pixels.length; index += 3) { pixels[index + 0] = Color.NATIVE_SPACE.rgbToLinear(pixels[index + 0]); pixels[index + 1] = Color.NATIVE_SPACE.rgbToLinear(pixels[index + 1]); pixels[index + 2] = Color.NATIVE_SPACE.rgbToLinear(pixels[index + 2]); } } return new BitmapRGB8(width, height, pixels); } }src/org/sunflow/image/readers/TGABitmapReader.java0000644000175000017500000001146711301357537021440 0ustar user03user03package org.sunflow.image.readers; import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import org.sunflow.image.Bitmap; import org.sunflow.image.BitmapReader; import org.sunflow.image.Color; import org.sunflow.image.formats.BitmapG8; import org.sunflow.image.formats.BitmapRGB8; import org.sunflow.image.formats.BitmapRGBA8; public class TGABitmapReader implements BitmapReader { private static final int[] CHANNEL_INDEX = { 2, 1, 0, 3 }; public Bitmap load(String filename, boolean isLinear) throws IOException, BitmapFormatException { InputStream f = new BufferedInputStream(new FileInputStream(filename)); byte[] read = new byte[4]; // read header int idsize = f.read(); int cmaptype = f.read(); // cmap byte (unsupported) if (cmaptype != 0) throw new BitmapFormatException(String.format("Colormapping (type: %d) is unsupported", cmaptype)); int datatype = f.read(); // colormap info (5 bytes ignored) f.read(); f.read(); f.read(); f.read(); f.read(); f.read(); // xstart, 16 bits (ignored) f.read(); f.read(); // ystart, 16 bits (ignored) f.read(); // read resolution int width = f.read(); width |= f.read() << 8; int height = f.read(); height |= f.read() << 8; int bits = f.read(); int bpp = bits / 8; int imgdscr = f.read(); // skip image ID if present if (idsize != 0) f.skip(idsize); // allocate byte buffer to hold the image byte[] pixels = new byte[width * height * bpp]; if (datatype == 2 || datatype == 3) { if (bpp != 1 && bpp != 3 && bpp != 4) throw new BitmapFormatException(String.format("Invalid bit depth in uncompressed TGA: %d", bits)); // uncompressed image for (int ptr = 0; ptr < pixels.length; ptr += bpp) { // read bytes f.read(read, 0, bpp); for (int i = 0; i < bpp; i++) pixels[ptr + CHANNEL_INDEX[i]] = read[i]; } } else if (datatype == 10) { if (bpp != 3 && bpp != 4) throw new BitmapFormatException(String.format("Invalid bit depth in run-length encoded TGA: %d", bits)); // RLE encoded image for (int ptr = 0; ptr < pixels.length;) { int rle = f.read(); int num = 1 + (rle & 0x7F); if ((rle & 0x80) != 0) { // rle packet - decode length and copy pixel f.read(read, 0, bpp); for (int j = 0; j < num; j++) { for (int i = 0; i < bpp; i++) pixels[ptr + CHANNEL_INDEX[i]] = read[i]; ptr += bpp; } } else { // raw packet - decode length and read pixels for (int j = 0; j < num; j++) { f.read(read, 0, bpp); for (int i = 0; i < bpp; i++) pixels[ptr + CHANNEL_INDEX[i]] = read[i]; ptr += bpp; } } } } else throw new BitmapFormatException(String.format("Unsupported TGA image type: %d", datatype)); if (!isLinear) { // apply reverse correction for (int ptr = 0; ptr < pixels.length; ptr += bpp) { for (int i = 0; i < 3 && i < bpp; i++) pixels[ptr + i] = Color.NATIVE_SPACE.rgbToLinear(pixels[ptr + i]); } } // should image be flipped in Y? if ((imgdscr & 32) == 32) { for (int y = 0, pix_ptr = 0; y < (height / 2); y++) { int bot_ptr = bpp * (height - y - 1) * width; for (int x = 0; x < width; x++) { for (int i = 0; i < bpp; i++) { byte t = pixels[pix_ptr + i]; pixels[pix_ptr + i] = pixels[bot_ptr + i]; pixels[bot_ptr + i] = t; } pix_ptr += bpp; bot_ptr += bpp; } } } f.close(); switch (bpp) { case 1: return new BitmapG8(width, height, pixels); case 3: return new BitmapRGB8(width, height, pixels); case 4: return new BitmapRGBA8(width, height, pixels); } throw new BitmapFormatException("Inconsistent code in TGA reader"); } }src/org/sunflow/image/readers/PNGBitmapReader.java0000644000175000017500000000306211301357537021441 0ustar user03user03package org.sunflow.image.readers; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import org.sunflow.image.Bitmap; import org.sunflow.image.BitmapReader; import org.sunflow.image.Color; import org.sunflow.image.formats.BitmapRGBA8; public class PNGBitmapReader implements BitmapReader { public Bitmap load(String filename, boolean isLinear) throws IOException, BitmapFormatException { // regular image, load using Java api BufferedImage bi = ImageIO.read(new File(filename)); int width = bi.getWidth(); int height = bi.getHeight(); byte[] pixels = new byte[4 * width * height]; for (int y = 0, index = 0; y < height; y++) { for (int x = 0; x < width; x++, index += 4) { int argb = bi.getRGB(x, height - 1 - y); pixels[index + 0] = (byte) (argb >> 16); pixels[index + 1] = (byte) (argb >> 8); pixels[index + 2] = (byte) argb; pixels[index + 3] = (byte) (argb >> 24); } } if (!isLinear) { for (int index = 0; index < pixels.length; index += 4) { pixels[index + 0] = Color.NATIVE_SPACE.rgbToLinear(pixels[index + 0]); pixels[index + 1] = Color.NATIVE_SPACE.rgbToLinear(pixels[index + 1]); pixels[index + 2] = Color.NATIVE_SPACE.rgbToLinear(pixels[index + 2]); } } return new BitmapRGBA8(width, height, pixels); } }src/org/sunflow/image/BlackbodySpectrum.java0000644000175000017500000000064711301357537020533 0ustar user03user03package org.sunflow.image; public class BlackbodySpectrum extends SpectralCurve { private float temp; public BlackbodySpectrum(float temp) { this.temp = temp; } @Override public float sample(float lambda) { double wavelength = lambda * 1e-9; return (float) ((3.74183e-16 * Math.pow(wavelength, -5.0)) / (Math.exp(1.4388e-2 / (wavelength * temp)) - 1.0)); } }src/org/sunflow/image/ChromaticitySpectrum.java0000644000175000017500000000625311301357537021277 0ustar user03user03package org.sunflow.image; /** * This spectral curve represents a given (x,y) chromaticity pair as explained * in the sun/sky paper (section A.5) */ public final class ChromaticitySpectrum extends SpectralCurve { private static final float[] S0Amplitudes = { 0.04f, 6.0f, 29.6f, 55.3f, 57.3f, 61.8f, 61.5f, 68.8f, 63.4f, 65.8f, 94.8f, 104.8f, 105.9f, 96.8f, 113.9f, 125.6f, 125.5f, 121.3f, 121.3f, 113.5f, 113.1f, 110.8f, 106.5f, 108.8f, 105.3f, 104.4f, 100.0f, 96.0f, 95.1f, 89.1f, 90.5f, 90.3f, 88.4f, 84.0f, 85.1f, 81.9f, 82.6f, 84.9f, 81.3f, 71.9f, 74.3f, 76.4f, 63.3f, 71.7f, 77.0f, 65.2f, 47.7f, 68.6f, 65.0f, 66.0f, 61.0f, 53.3f, 58.9f, 61.9f }; private static final float[] S1Amplitudes = { 0.02f, 4.5f, 22.4f, 42.0f, 40.6f, 41.6f, 38.0f, 42.4f, 38.5f, 35.0f, 43.4f, 46.3f, 43.9f, 37.1f, 36.7f, 35.9f, 32.6f, 27.9f, 24.3f, 20.1f, 16.2f, 13.2f, 8.6f, 6.1f, 4.2f, 1.9f, 0.0f, -1.6f, -3.5f, -3.5f, -5.8f, -7.2f, -8.6f, -9.5f, -10.9f, -10.7f, -12.0f, -14.0f, -13.6f, -12.0f, -13.3f, -12.9f, -10.6f, -11.6f, -12.2f, -10.2f, -7.8f, -11.2f, -10.4f, -10.6f, -9.7f, -8.3f, -9.3f, -9.8f }; private static final float[] S2Amplitudes = { 0.0f, 2.0f, 4.0f, 8.5f, 7.8f, 6.7f, 5.3f, 6.1f, 3.0f, 1.2f, -1.1f, -0.5f, -0.7f, -1.2f, -2.6f, -2.9f, -2.8f, -2.6f, -2.6f, -1.8f, -1.5f, -1.3f, -1.2f, -1.0f, -0.5f, -0.3f, 0.0f, 0.2f, 0.5f, 2.1f, 3.2f, 4.1f, 4.7f, 5.1f, 6.7f, 7.3f, 8.6f, 9.8f, 10.2f, 8.3f, 9.6f, 8.5f, 7.0f, 7.6f, 8.0f, 6.7f, 5.2f, 7.4f, 6.8f, 7.0f, 6.4f, 5.5f, 6.1f, 6.5f }; private static final RegularSpectralCurve kS0Spectrum = new RegularSpectralCurve(S0Amplitudes, 300, 830); private static final RegularSpectralCurve kS1Spectrum = new RegularSpectralCurve(S1Amplitudes, 300, 830); private static final RegularSpectralCurve kS2Spectrum = new RegularSpectralCurve(S2Amplitudes, 300, 830); private static final XYZColor S0xyz = kS0Spectrum.toXYZ(); private static final XYZColor S1xyz = kS1Spectrum.toXYZ(); private static final XYZColor S2xyz = kS2Spectrum.toXYZ(); private final float M1, M2; public ChromaticitySpectrum(float x, float y) { M1 = (-1.3515f - 1.7703f * x + 5.9114f * y) / (0.0241f + 0.2562f * x - 0.7341f * y); M2 = (0.03f - 31.4424f * x + 30.0717f * y) / (0.0241f + 0.2562f * x - 0.7341f * y); } @Override public float sample(float lambda) { return kS0Spectrum.sample(lambda) + M1 * kS1Spectrum.sample(lambda) + M2 * kS2Spectrum.sample(lambda); } public static final XYZColor get(float x, float y) { float M1 = (-1.3515f - 1.7703f * x + 5.9114f * y) / (0.0241f + 0.2562f * x - 0.7341f * y); float M2 = (0.03f - 31.4424f * x + 30.0717f * y) / (0.0241f + 0.2562f * x - 0.7341f * y); float X = S0xyz.getX() + M1 * S1xyz.getX() + M2 * S2xyz.getX(); float Y = S0xyz.getY() + M1 * S1xyz.getY() + M2 * S2xyz.getY(); float Z = S0xyz.getZ() + M1 * S1xyz.getZ() + M2 * S2xyz.getZ(); return new XYZColor(X, Y, Z); } }src/org/sunflow/image/ConstantSpectralCurve.java0000644000175000017500000000111211301357537021376 0ustar user03user03package org.sunflow.image; /** * Very simple class equivalent to a constant spectral curve. Note that this is * most likely physically impossible for amplitudes > 0, however this class can * be handy since in practice spectral curves end up being integrated against * the finite width color matching functions. */ public class ConstantSpectralCurve extends SpectralCurve { private final float amp; public ConstantSpectralCurve(float amp) { this.amp = amp; } @Override public float sample(float lambda) { return amp; } }src/org/sunflow/image/ColorEncoder.java0000644000175000017500000000705211301357537017471 0ustar user03user03package org.sunflow.image; import org.sunflow.math.MathUtils; /** * This class contains many static helper methods that may be helpful for * encoding colors into files. */ public final class ColorEncoder { /** * Undoes the premultiplication of the specified color array. The original * colors are not modified. * * @param color an array of premultiplied colors * @param alpha alpha values corresponding to the colors * @return an array of unpremultiplied colors */ public static final Color[] unpremult(Color[] color, float[] alpha) { Color[] output = new Color[color.length]; for (int i = 0; i < color.length; i++) output[i] = color[i].copy().mul(1 / alpha[i]); return output; } /** * Moves the colors in the specified array to non-linear space. The original * colors are not modified. * * @param color an array of colors in linear space * @return a new array of the same colors in non-linear space */ public static final Color[] unlinearize(Color[] color) { Color[] output = new Color[color.length]; for (int i = 0; i < color.length; i++) output[i] = color[i].copy().toNonLinear(); return output; } /** * Quantize the specified colors to 8-bit RGB format. The returned array * contains 3 bytes for each color in the original array. * * @param color array of colors to quantize * @return array of quantized RGB values */ public static final byte[] quantizeRGB8(Color[] color) { byte[] output = new byte[color.length * 3]; for (int i = 0, index = 0; i < color.length; i++, index += 3) { float[] rgb = color[i].getRGB(); output[index + 0] = (byte) MathUtils.clamp((int) (rgb[0] * 255 + 0.5f), 0, 255); output[index + 1] = (byte) MathUtils.clamp((int) (rgb[1] * 255 + 0.5f), 0, 255); output[index + 2] = (byte) MathUtils.clamp((int) (rgb[2] * 255 + 0.5f), 0, 255); } return output; } /** * Quantize the specified colors to 8-bit RGBA format. The returned array * contains 4 bytes for each color in the original array. * * @param color array of colors to quantize * @param alpha array of alpha values (same length as color) * @return array of quantized RGBA values */ public static final byte[] quantizeRGBA8(Color[] color, float[] alpha) { byte[] output = new byte[color.length * 4]; for (int i = 0, index = 0; i < color.length; i++, index += 4) { float[] rgb = color[i].getRGB(); output[index + 0] = (byte) MathUtils.clamp((int) (rgb[0] * 255 + 0.5f), 0, 255); output[index + 1] = (byte) MathUtils.clamp((int) (rgb[1] * 255 + 0.5f), 0, 255); output[index + 2] = (byte) MathUtils.clamp((int) (rgb[2] * 255 + 0.5f), 0, 255); output[index + 3] = (byte) MathUtils.clamp((int) (alpha[i] * 255 + 0.5f), 0, 255); } return output; } /** * Encode the specified colors using Ward's RGBE technique. The returned * array contains one int for each color in the original array. * * @param color array of colors to encode * @return array of encoded colors */ public static final int[] encodeRGBE(Color[] color) { int[] output = new int[color.length]; for (int i = 0; i < color.length; i++) output[i] = color[i].toRGBE(); return output; } }src/org/sunflow/image/BitmapWriter.java0000644000175000017500000000640711301357537017527 0ustar user03user03package org.sunflow.image; import java.io.IOException; /** * This interface is used to represents an image output format. The methods are * tile oriented so that tiled image formats may be optimally supported. Note * that if the header is declared with a 0 tile size, the image will not be * written with identical sized tiles. The image should either be buffered so it * can be written all at once on close, or an eror should be thrown. The bitmap * writer should be designed so that it is thread safe. Specifically, this means * that the tile writing method can be called by several threads. */ public interface BitmapWriter { /** * This method will be called before writing begins. It is used to set * common attributes to file writers. Currently supported keywords include: *

    *
  • "compression"
  • *
  • "channeltype": "byte", "short", "half", "float"
  • *
* Note that this method should not fail if its input is not supported or * invalid. It should gracefully ignore the error and keep its default * state. * * @param option * @param value */ public abstract void configure(String option, String value); /** * Open a handle to the specified file for writing. If the writer buffers * the image and writes it on close, then the filename should be stored. * * @param filename filename to write the bitmap to * @throws IOException thrown if an I/O error occurs */ public abstract void openFile(String filename) throws IOException; /** * Write the bitmap header. This may be defered if the image is buffered for * writing all at once on close. Note that if tile size is positive, data * sent to this class is guarenteed to arrive in tiles of that size (except * at borders). Otherwise, it should be assumed that the data is random, and * that it may overlap. The writer should then either throw an error or * start buffering data manually. * * @param width image width * @param height image height * @param tileSize tile size or 0 if the image will not be sent in tiled * form * @throws IOException thrown if an I/O error occurs * @throws UnsupportedOperationException thrown if this writer does not * support writing the image with the supplied tile size */ public abstract void writeHeader(int width, int height, int tileSize) throws IOException, UnsupportedOperationException; /** * Write a tile of data. Note that this method may be called by more than * one thread, so it should be made thread-safe if possible. * * @param x tile x coordinate * @param y tile y coordinate * @param w tile width * @param h tile height * @param color color data * @param alpha alpha data * @throws IOException thrown if an I/O error occurs */ public abstract void writeTile(int x, int y, int w, int h, Color[] color, float[] alpha) throws IOException; /** * Close the file, this completes the bitmap writing process. * * @throws IOException thrown if an I/O error occurs */ public abstract void closeFile() throws IOException; }src/org/sunflow/image/Bitmap.java0000644000175000017500000000055411301357537016327 0ustar user03user03package org.sunflow.image; public abstract class Bitmap { protected static final float INV255 = 1.0f / 255; protected static final float INV65535 = 1.0f / 65535; public abstract int getWidth(); public abstract int getHeight(); public abstract Color readColor(int x, int y); public abstract float readAlpha(int x, int y); }src/org/sunflow/image/formats/0000755000175000017500000000000011301357537015717 5ustar user03user03src/org/sunflow/image/formats/BitmapG8.java0000644000175000017500000000125711301357537020202 0ustar user03user03package org.sunflow.image.formats; import org.sunflow.image.Bitmap; import org.sunflow.image.Color; public class BitmapG8 extends Bitmap { private int w, h; private byte[] data; public BitmapG8(int w, int h, byte[] data) { this.w = w; this.h = h; this.data = data; } @Override public int getWidth() { return w; } @Override public int getHeight() { return h; } @Override public Color readColor(int x, int y) { return new Color((data[x + y * w] & 0xFF) * INV255); } @Override public float readAlpha(int x, int y) { return 1; } }src/org/sunflow/image/formats/BitmapRGBE.java0000644000175000017500000000251011301357537020434 0ustar user03user03package org.sunflow.image.formats; import org.sunflow.image.Bitmap; import org.sunflow.image.Color; public class BitmapRGBE extends Bitmap { private int w, h; private int[] data; private static final float[] EXPONENT = new float[256]; static { EXPONENT[0] = 0; for (int i = 1; i < 256; i++) { float f = 1.0f; int e = i - (128 + 8); if (e > 0) for (int j = 0; j < e; j++) f *= 2.0f; else for (int j = 0; j < -e; j++) f *= 0.5f; EXPONENT[i] = f; } } public BitmapRGBE(int w, int h, int[] data) { this.w = w; this.h = h; this.data = data; } @Override public int getWidth() { return w; } @Override public int getHeight() { return h; } @Override public Color readColor(int x, int y) { int rgbe = data[x + y * w]; float f = EXPONENT[rgbe & 0xFF]; float r = f * ((rgbe >>> 24) + 0.5f); float g = f * (((rgbe >> 16) & 0xFF) + 0.5f); float b = f * (((rgbe >> 8) & 0xFF) + 0.5f); return new Color(r, g, b); } @Override public float readAlpha(int x, int y) { return 1; } }src/org/sunflow/image/formats/BitmapRGB8.java0000644000175000017500000000154111301357537020422 0ustar user03user03package org.sunflow.image.formats; import org.sunflow.image.Bitmap; import org.sunflow.image.Color; public class BitmapRGB8 extends Bitmap { private int w, h; private byte[] data; public BitmapRGB8(int w, int h, byte[] data) { this.w = w; this.h = h; this.data = data; } @Override public int getWidth() { return w; } @Override public int getHeight() { return h; } @Override public Color readColor(int x, int y) { int index = 3 * (x + y * w); float r = (data[index + 0] & 0xFF) * INV255; float g = (data[index + 1] & 0xFF) * INV255; float b = (data[index + 2] & 0xFF) * INV255; return new Color(r, g, b); } @Override public float readAlpha(int x, int y) { return 1; } }src/org/sunflow/image/formats/GenericBitmap.java0000644000175000017500000000372111301357537021276 0ustar user03user03package org.sunflow.image.formats; import java.io.IOException; import org.sunflow.PluginRegistry; import org.sunflow.image.Bitmap; import org.sunflow.image.BitmapWriter; import org.sunflow.image.Color; import org.sunflow.system.FileUtils; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; /** * This is a generic and inefficient bitmap format which may be used for * debugging purposes (dumping small images), when memory usage is not a * concern. */ public class GenericBitmap extends Bitmap { private int w, h; private Color[] color; private float[] alpha; public GenericBitmap(int w, int h) { this.w = w; this.h = h; color = new Color[w * h]; alpha = new float[w * h]; } @Override public int getWidth() { return w; } @Override public int getHeight() { return h; } @Override public Color readColor(int x, int y) { return color[x + y * w]; } @Override public float readAlpha(int x, int y) { return alpha[x + y * w]; } public void writePixel(int x, int y, Color c, float a) { color[x + y * w] = c; alpha[x + y * w] = a; } public void save(String filename) { String extension = FileUtils.getExtension(filename); BitmapWriter writer = PluginRegistry.bitmapWriterPlugins.createObject(extension); if (writer == null) { UI.printError(Module.IMG, "Unable to save file \"%s\" - unknown file format: %s", filename, extension); return; } try { writer.openFile(filename); writer.writeHeader(w, h, Math.max(w, h)); writer.writeTile(0, 0, w, h, color, alpha); writer.closeFile(); } catch (IOException e) { UI.printError(Module.IMG, "Unable to save file \"%s\" - %s", filename, e.getLocalizedMessage()); } } }src/org/sunflow/image/formats/BitmapRGBA8.java0000644000175000017500000000161511301357537020525 0ustar user03user03package org.sunflow.image.formats; import org.sunflow.image.Bitmap; import org.sunflow.image.Color; public class BitmapRGBA8 extends Bitmap { private int w, h; private byte[] data; public BitmapRGBA8(int w, int h, byte[] data) { this.w = w; this.h = h; this.data = data; } @Override public int getWidth() { return w; } @Override public int getHeight() { return h; } @Override public Color readColor(int x, int y) { int index = 4 * (x + y * w); float r = (data[index + 0] & 0xFF) * INV255; float g = (data[index + 1] & 0xFF) * INV255; float b = (data[index + 2] & 0xFF) * INV255; return new Color(r, g, b); } @Override public float readAlpha(int x, int y) { return (data[4 * (x + y * w) + 3] & 0xFF) * INV255; } }src/org/sunflow/image/formats/BitmapBlack.java0000644000175000017500000000073611301357537020741 0ustar user03user03package org.sunflow.image.formats; import org.sunflow.image.Bitmap; import org.sunflow.image.Color; public class BitmapBlack extends Bitmap { @Override public int getWidth() { return 1; } @Override public int getHeight() { return 1; } @Override public Color readColor(int x, int y) { return Color.BLACK; } @Override public float readAlpha(int x, int y) { return 0; } }src/org/sunflow/image/formats/BitmapXYZ.java0000644000175000017500000000147211301357537020415 0ustar user03user03package org.sunflow.image.formats; import org.sunflow.image.Bitmap; import org.sunflow.image.Color; import org.sunflow.image.XYZColor; public class BitmapXYZ extends Bitmap { private int w, h; private float[] data; public BitmapXYZ(int w, int h, float[] data) { this.w = w; this.h = h; this.data = data; } @Override public int getWidth() { return w; } @Override public int getHeight() { return h; } @Override public Color readColor(int x, int y) { int index = 3 * (x + y * w); return Color.NATIVE_SPACE.convertXYZtoRGB(new XYZColor(data[index], data[index + 1], data[index + 2])).mul(0.1f); } @Override public float readAlpha(int x, int y) { return 1; } }src/org/sunflow/image/formats/BitmapGA8.java0000644000175000017500000000114411301357537020276 0ustar user03user03package org.sunflow.image.formats; import org.sunflow.image.Bitmap; import org.sunflow.image.Color; public class BitmapGA8 extends Bitmap { private int w, h; private byte[] data; @Override public int getWidth() { return w; } @Override public int getHeight() { return h; } @Override public Color readColor(int x, int y) { return new Color((data[2 * (x + y * w) + 0] & 0xFF) * INV255); } @Override public float readAlpha(int x, int y) { return (data[2 * (x + y * w) + 1] & 0xFF) * INV255; } }src/org/sunflow/image/ColorFactory.java0000644000175000017500000001205411301357537017517 0ustar user03user03package org.sunflow.image; public final class ColorFactory { /** * Return the name of the internal color space. This string can be used * interchangeably with null in the following methods. * * @return internal colorspace name */ public static String getInternalColorspace() { return "sRGB linear"; } /** * Checks to see how many values are required to specify a color using the * given colorspace. This number can be variable for spectrum colors, in * which case the returned value is -1. If the colorspace name is invalid, * this method returns -2. No exception is thrown. This method is intended * for parsers that want to know how many floating values to retrieve from a * file. * * @param colorspace * @return number of floating point numbers expected, -1 for any, -2 on * error */ public static int getRequiredDataValues(String colorspace) { if (colorspace == null) return 3; if (colorspace.equals("sRGB nonlinear")) return 3; else if (colorspace.equals("sRGB linear")) return 3; else if (colorspace.equals("XYZ")) return 3; else if (colorspace.equals("blackbody")) return 1; else if (colorspace.startsWith("spectrum")) return -1; else return -2; } /** * Creates a color value in the renderer's internal color space from a * string (representing the color space name) and an array of floating point * values. If the colorspace string is null, we assume the data was supplied * in internal space. This method does much error checking and may throw a * {@link RuntimeException} if its parameters are not consistent. Here are * the currently supported color spaces: *
    *
  • "sRGB nonlinear" - requires 3 values
  • *
  • "sRGB linear" - requires 3 values
  • *
  • "XYZ" - requires 3 values
  • *
  • blackbody - requires 1 value (temperature in Kelvins)
  • *
  • spectrum [min] [max] - any number of values (must be * >0), [start] and [stop] is the range over which the spectrum is defined * in nanometers.
  • *
* * @param colorspace color space name * @param data data describing this color * @return a valid color in the renderer's color space * @throws ColorSpecificationException */ public static Color createColor(String colorspace, float... data) throws ColorSpecificationException { int required = getRequiredDataValues(colorspace); if (required == -2) throw new ColorSpecificationException("unknown colorspace %s"); if (required != -1 && required != data.length) throw new ColorSpecificationException(required, data.length); if (colorspace == null) return new Color(data[0], data[1], data[2]); else if (colorspace.equals("sRGB nonlinear")) return new Color(data[0], data[1], data[2]).toLinear(); else if (colorspace.equals("sRGB linear")) return new Color(data[0], data[1], data[2]); else if (colorspace.equals("XYZ")) return RGBSpace.SRGB.convertXYZtoRGB(new XYZColor(data[0], data[1], data[2])); else if (colorspace.equals("blackbody")) return RGBSpace.SRGB.convertXYZtoRGB(new BlackbodySpectrum(data[0]).toXYZ()); else if (colorspace.startsWith("spectrum")) { String[] tokens = colorspace.split("\\s+"); if (tokens.length != 3) throw new ColorSpecificationException("invalid spectrum specification"); if (data.length == 0) throw new ColorSpecificationException("missing spectrum data"); try { float lambdaMin = Float.parseFloat(tokens[1]); float lambdaMax = Float.parseFloat(tokens[2]); return RGBSpace.SRGB.convertXYZtoRGB(new RegularSpectralCurve(data, lambdaMin, lambdaMax).toXYZ()); } catch (NumberFormatException e) { throw new ColorSpecificationException("unable to parse spectrum wavelength range"); } } throw new ColorSpecificationException(String.format("Inconsistent code! Please report this error. (Input %s - %d)", colorspace, data.length)); } @SuppressWarnings("serial") public static final class ColorSpecificationException extends Exception { private ColorSpecificationException() { super("Invalid color specification"); } private ColorSpecificationException(String message) { super(String.format("Invalid color specification: %s", message)); } private ColorSpecificationException(int expected, int found) { this(String.format("invalid data length, expecting %d values, found %d", expected, found)); } } }src/org/sunflow/image/XYZColor.java0000644000175000017500000000156111301357537016603 0ustar user03user03package org.sunflow.image; public final class XYZColor { private float X, Y, Z; public XYZColor() { } public XYZColor(float X, float Y, float Z) { this.X = X; this.Y = Y; this.Z = Z; } public final float getX() { return X; } public final float getY() { return Y; } public final float getZ() { return Z; } public final XYZColor mul(float s) { X *= s; Y *= s; Z *= s; return this; } public final void normalize() { float XYZ = X + Y + Z; if (XYZ < 1e-6f) return; float s = 1 / XYZ; X *= s; Y *= s; Z *= s; } @Override public final String toString() { return String.format("(%.3f, %.3f, %.3f)", X, Y, Z); } }src/org/sunflow/AsciiFileSunflowAPI.java0000644000175000017500000000520011301357541017555 0ustar user03user03package org.sunflow; import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.Locale; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.core.parser.SCAbstractParser.Keyword; import org.sunflow.math.Matrix4; class AsciiFileSunflowAPI extends FileSunflowAPI { private OutputStream stream; AsciiFileSunflowAPI(String filename) throws IOException { stream = new BufferedOutputStream(new FileOutputStream(filename)); } @Override protected void writeBoolean(boolean value) { if (value) writeString("true"); else writeString("false"); } @Override protected void writeFloat(float value) { writeString(String.format("%s", value)); } @Override protected void writeInt(int value) { writeString(String.format("%d", value)); } @Override protected void writeInterpolationType(InterpolationType interp) { writeString(String.format("%s", interp.toString().toLowerCase(Locale.ENGLISH))); } @Override protected void writeKeyword(Keyword keyword) { writeString(String.format("%s", keyword.toString().toLowerCase(Locale.ENGLISH).replace("_array", "[]"))); } @Override protected void writeMatrix(Matrix4 value) { writeString("row"); for (float f : value.asRowMajor()) writeFloat(f); } @Override protected void writeNewline(int indentNext) { try { stream.write('\n'); for (int i = 0; i < indentNext; i++) stream.write('\t'); } catch (IOException e) { throw new RuntimeException(e.getMessage()); } } @Override protected void writeString(String string) { try { // check if we need to write string with quotes if (string.contains(" ") && !string.contains("")) stream.write(String.format("\"%s\"", string).getBytes()); else stream.write(string.getBytes()); stream.write(' '); } catch (IOException e) { throw new RuntimeException(e.getMessage()); } } @Override protected void writeVerbatimString(String string) { writeString(String.format("%s\n ", string)); } @Override public void close() { try { stream.close(); } catch (IOException e) { throw new RuntimeException(e.getMessage()); } } }src/org/sunflow/Benchmark.java0000644000175000017500000003004111301357541015710 0ustar user03user03package org.sunflow; import java.awt.image.BufferedImage; import java.io.IOException; import java.net.URL; import javax.imageio.ImageIO; import org.sunflow.core.Display; import org.sunflow.core.display.FileDisplay; import org.sunflow.core.display.FrameDisplay; import org.sunflow.image.Color; import org.sunflow.math.Matrix4; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.BenchmarkFramework; import org.sunflow.system.BenchmarkTest; import org.sunflow.system.UI; import org.sunflow.system.UserInterface; import org.sunflow.system.UI.Module; import org.sunflow.system.UI.PrintLevel; public class Benchmark implements BenchmarkTest, UserInterface, Display { private int resolution; private boolean showOutput; private boolean showBenchmarkOutput; private boolean saveOutput; private boolean showWindow; private int threads; private int[] referenceImage; private int[] validationImage; private int errorThreshold; public static void main(String[] args) { if (args.length == 0) { System.out.println("Benchmark options:"); System.out.println(" -regen Regenerate reference images for a variety of sizes"); System.out.println(" -bench [threads] [resolution] Run a single iteration of the benchmark using the specified thread count and image resolution"); System.out.println(" Default: threads=0 (auto-detect cpus), resolution=256"); System.out.println(" -show Render the benchmark scene into a window without performing validation"); } else if (args[0].equals("-regen")) { int[] sizes = { 32, 64, 96, 128, 256, 384, 512 }; for (int s : sizes) { // run a single iteration to generate the reference image Benchmark b = new Benchmark(s, true, false, true); b.kernelMain(); } } else if (args[0].equals("-bench")) { int threads = 0, resolution = 256; if (args.length > 1) threads = Integer.parseInt(args[1]); if (args.length > 2) resolution = Integer.parseInt(args[2]); Benchmark benchmark = new Benchmark(resolution, false, true, false, threads, false); benchmark.kernelBegin(); benchmark.kernelMain(); benchmark.kernelEnd(); } else if (args[0].equals("-show")) { Benchmark benchmark = new Benchmark(512, true, true, false, 0, true); benchmark.kernelMain(); } } public Benchmark() { this(384, false, true, false); } public Benchmark(int resolution, boolean showOutput, boolean showBenchmarkOutput, boolean saveOutput) { this(resolution, showOutput, showBenchmarkOutput, saveOutput, 0, false); } public Benchmark(int resolution, boolean showOutput, boolean showBenchmarkOutput, boolean saveOutput, int threads, boolean showWindow) { UI.set(this); this.resolution = resolution; this.showOutput = showOutput; this.showBenchmarkOutput = showBenchmarkOutput; this.saveOutput = saveOutput; this.showWindow = showWindow; this.threads = threads; errorThreshold = 6; // fetch reference image from resources (jar file or classpath) if (saveOutput) return; URL imageURL = Benchmark.class.getResource(String.format("/resources/golden_%04X.png", resolution)); if (imageURL == null) UI.printError(Module.BENCH, "Unable to find reference frame!"); UI.printInfo(Module.BENCH, "Loading reference image from: %s", imageURL); try { BufferedImage bi = ImageIO.read(imageURL); if (bi.getWidth() != resolution || bi.getHeight() != resolution) UI.printError(Module.BENCH, "Reference image has invalid resolution! Expected %dx%d found %dx%d", resolution, resolution, bi.getWidth(), bi.getHeight()); referenceImage = new int[resolution * resolution]; for (int y = 0, i = 0; y < resolution; y++) for (int x = 0; x < resolution; x++, i++) referenceImage[i] = bi.getRGB(x, resolution - 1 - y); // flip } catch (IOException e) { UI.printError(Module.BENCH, "Unable to load reference frame!"); } } public void execute() { // 10 iterations maximum - 10 minute time limit BenchmarkFramework framework = new BenchmarkFramework(10, 600); framework.execute(this); } private class BenchmarkScene extends SunflowAPI { public BenchmarkScene() { build(); render(SunflowAPI.DEFAULT_OPTIONS, showWindow ? new FrameDisplay() : saveOutput ? new FileDisplay(String.format("resources/golden_%04X.png", resolution)) : Benchmark.this); } @Override public void build() { // settings parameter("threads", threads); // spawn regular priority threads parameter("threads.lowPriority", false); parameter("resolutionX", resolution); parameter("resolutionY", resolution); parameter("aa.min", -1); parameter("aa.max", 1); parameter("filter", "triangle"); parameter("depths.diffuse", 2); parameter("depths.reflection", 2); parameter("depths.refraction", 2); parameter("bucket.order", "hilbert"); parameter("bucket.size", 32); // gi options parameter("gi.engine", "igi"); parameter("gi.igi.samples", 90); parameter("gi.igi.c", 0.000008f); options(SunflowAPI.DEFAULT_OPTIONS); buildCornellBox(); } private void buildCornellBox() { // camera parameter("transform", Matrix4.lookAt(new Point3(0, 0, -600), new Point3(0, 0, 0), new Vector3(0, 1, 0))); parameter("fov", 45.0f); camera("main_camera", "pinhole"); parameter("camera", "main_camera"); options(SunflowAPI.DEFAULT_OPTIONS); // cornell box float minX = -200; float maxX = 200; float minY = -160; float maxY = minY + 400; float minZ = -250; float maxZ = 200; float[] verts = new float[] { minX, minY, minZ, maxX, minY, minZ, maxX, minY, maxZ, minX, minY, maxZ, minX, maxY, minZ, maxX, maxY, minZ, maxX, maxY, maxZ, minX, maxY, maxZ, }; int[] indices = new int[] { 0, 1, 2, 2, 3, 0, 4, 5, 6, 6, 7, 4, 1, 2, 5, 5, 6, 2, 2, 3, 6, 6, 7, 3, 0, 3, 4, 4, 7, 3 }; parameter("diffuse", null, 0.70f, 0.70f, 0.70f); shader("gray_shader", "diffuse"); parameter("diffuse", null, 0.80f, 0.25f, 0.25f); shader("red_shader", "diffuse"); parameter("diffuse", null, 0.25f, 0.25f, 0.80f); shader("blue_shader", "diffuse"); // build walls parameter("triangles", indices); parameter("points", "point", "vertex", verts); parameter("faceshaders", new int[] { 0, 0, 0, 0, 1, 1, 0, 0, 2, 2 }); geometry("walls", "triangle_mesh"); // instance walls parameter("shaders", new String[] { "gray_shader", "red_shader", "blue_shader" }); instance("walls.instance", "walls"); // create mesh light parameter("points", "point", "vertex", new float[] { -50, maxY - 1, -50, 50, maxY - 1, -50, 50, maxY - 1, 50, -50, maxY - 1, 50 }); parameter("triangles", new int[] { 0, 1, 2, 2, 3, 0 }); parameter("radiance", null, 15, 15, 15); parameter("samples", 8); light("light", "triangle_mesh"); // spheres parameter("eta", 1.6f); shader("Glass", "glass"); sphere("glass_sphere", "Glass", -120, minY + 55, -150, 50); parameter("color", null, 0.70f, 0.70f, 0.70f); shader("Mirror", "mirror"); sphere("mirror_sphere", "Mirror", 100, minY + 60, -50, 50); // scanned model geometry("teapot", "teapot"); parameter("transform", Matrix4.translation(80, -50, 100).multiply(Matrix4.rotateX((float) -Math.PI / 6)).multiply(Matrix4.rotateY((float) Math.PI / 4)).multiply(Matrix4.rotateX((float) -Math.PI / 2).multiply(Matrix4.scale(1.2f)))); parameter("shaders", "gray_shader"); instance("teapot.instance1", "teapot"); parameter("transform", Matrix4.translation(-80, -160, 50).multiply(Matrix4.rotateY((float) Math.PI / 4)).multiply(Matrix4.rotateX((float) -Math.PI / 2).multiply(Matrix4.scale(1.2f)))); parameter("shaders", "gray_shader"); instance("teapot.instance2", "teapot"); } private void sphere(String name, String shaderName, float x, float y, float z, float radius) { geometry(name, "sphere"); parameter("transform", Matrix4.translation(x, y, z).multiply(Matrix4.scale(radius))); parameter("shaders", shaderName); instance(name + ".instance", name); } } public void kernelBegin() { // allocate a fresh validation target validationImage = new int[resolution * resolution]; } public void kernelMain() { // this builds and renders the scene new BenchmarkScene(); } public void kernelEnd() { // make sure the rendered image was correct int diff = 0; if (referenceImage != null && validationImage.length == referenceImage.length) { for (int i = 0; i < validationImage.length; i++) { // count absolute RGB differences diff += Math.abs((validationImage[i] & 0xFF) - (referenceImage[i] & 0xFF)); diff += Math.abs(((validationImage[i] >> 8) & 0xFF) - ((referenceImage[i] >> 8) & 0xFF)); diff += Math.abs(((validationImage[i] >> 16) & 0xFF) - ((referenceImage[i] >> 16) & 0xFF)); } if (diff > errorThreshold) UI.printError(Module.BENCH, "Image check failed! - #errors: %d", diff); else UI.printInfo(Module.BENCH, "Image check passed!"); } else UI.printError(Module.BENCH, "Image check failed! - reference is not comparable"); } public void print(Module m, PrintLevel level, String s) { if (showOutput || (showBenchmarkOutput && m == Module.BENCH)) System.out.println(UI.formatOutput(m, level, s)); if (level == PrintLevel.ERROR) throw new RuntimeException(s); } public void taskStart(String s, int min, int max) { // render progress display not needed } public void taskStop() { // render progress display not needed } public void taskUpdate(int current) { // render progress display not needed } public void imageBegin(int w, int h, int bucketSize) { // we can assume w == h == resolution } public void imageEnd() { // nothing needs to be done - image verification is done externally } public void imageFill(int x, int y, int w, int h, Color c, float alpha) { // this is not used } public void imagePrepare(int x, int y, int w, int h, int id) { // this is not needed } public void imageUpdate(int x, int y, int w, int h, Color[] data, float[] alpha) { // copy bucket data to validation image for (int j = 0, index = 0; j < h; j++, y++) for (int i = 0, offset = x + resolution * (resolution - 1 - y); i < w; i++, index++, offset++) validationImage[offset] = data[index].copy().toNonLinear().toRGB(); } }src/org/sunflow/SunflowAPIInterface.java0000644000175000017500000002351611301357541017637 0ustar user03user03package org.sunflow; import org.sunflow.core.Display; import org.sunflow.core.PrimitiveList; import org.sunflow.core.RenderObject; import org.sunflow.core.Tesselatable; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.math.Matrix4; import org.sunflow.math.Point2; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; /** * This interface represents the entry point for rendering scenes using Sunflow. * Classes which implement this interface are able to receive input from any of * the Sunflow parsers. */ public interface SunflowAPIInterface { /** * Reset the state of the API completely. The object table is cleared, and * all search paths are set back to their default values. */ public void reset(); /** * Declare a plugin of the specified type with the given name from a java * code string. The code will be compiled with Janino and registered as a * new plugin type upon success. * * @param type * @param name * @param code */ public void plugin(String type, String name, String code); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, String value); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, boolean value); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, int value); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, float value); /** * Declare a color parameter in the given colorspace using the specified * name and value. This parameter will be added to the currently active * parameter list. * * @param name parameter name * @param colorspace color space or null to assume internal * color space * @param data floating point color data */ public void parameter(String name, String colorspace, float... data); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, Point3 value); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, Vector3 value); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, Point2 value); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, Matrix4 value); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, int[] value); /** * Declare a parameter with the specified name and value. This parameter * will be added to the currently active parameter list. * * @param name parameter name * @param value parameter value */ public void parameter(String name, String[] value); /** * Declare a parameter with the specified name. The type may be one of the * follow: "float", "point", "vector", "texcoord", "matrix". The * interpolation determines how the parameter is to be interpreted over * surface (see {@link InterpolationType}). The data is specified in a * flattened float array. * * @param name parameter name * @param type parameter data type * @param interpolation parameter interpolation mode * @param data raw floating point data */ public void parameter(String name, String type, String interpolation, float[] data); /** * Remove the specified render object. Note that this may cause the removal * of other objects which depended on it. * * @param name name of the object to remove */ public void remove(String name); /** * Add the specified path to the list of directories which are searched * automatically to resolve scene filenames or textures. Currently the * supported searchpath types are: "include" and "texture". All other types * will be ignored. * * @param path */ public void searchpath(String type, String path); /** * Defines a shader with a given name. If the shader type name is left * null, the shader with the given name will be updated (if * it exists). * * @param name a unique name given to the shader * @param shaderType a shader plugin type */ public void shader(String name, String shaderType); /** * Defines a modifier with a given name. If the modifier type name is left * null, the modifier with the given name will be updated * (if it exists). * * @param name a unique name given to the modifier * @param modifierType a modifier plugin type name */ public void modifier(String name, String modifierType); /** * Defines a geometry with a given name. The geometry is built from the * specified type. Note that geometries may be created from * {@link Tesselatable} objects or {@link PrimitiveList} objects. This means * that two seperate plugin lists will be searched for the geometry type. * {@link Tesselatable} objects are search first. If the type name is left * null, the geometry with the given name will be updated * (if it exists). * * @param name a unique name given to the geometry * @param typeName a tesselatable or primitive plugin type name */ public void geometry(String name, String typeName); /** * Instance the specified geometry into the scene. If geoname is * null, the specified instance object will be updated (if * it exists). In order to change the instancing relationship of an existing * instance, you should use the "geometry" string attribute. * * @param name instance name * @param geoname name of the geometry to instance */ public void instance(String name, String geoname); /** * Defines a light source with a given name. If the light type name is left * null, the light source with the given name will be * updated (if it exists). * * @param name a unique name given to the light source * @param lightType a light source plugin type name */ public void light(String name, String lightType); /** * Defines a camera with a given name. The camera is built from the * specified camera lens type plugin. If the lens type name is left * null, the camera with the given name will be updated (if * it exists). It is not currently possible to change the lens of a camera * after it has been created. * * @param name camera name * @param lensType a camera lens plugin type name */ public void camera(String name, String lensType); /** * Defines an option object to hold the current parameters. If the object * already exists, the values will simply override previous ones. * * @param name */ public void options(String name); /** * Render using the specified options and the specified display. If the * specified options do not exist - defaults will be used. * * @param optionsName name of the {@link RenderObject} which contains the * options * @param display display object */ public void render(String optionsName, Display display); /** * Parse the specified filename. The include paths are searched first. The * contents of the file are simply added to the active scene. This allows to * break up a scene into parts, even across file formats. The appropriate * parser is chosen based on file extension. * * @param filename filename to load * @return true upon sucess, false if an error * occured. */ public boolean include(String filename); /** * Set the value of the current frame. This value is intended only for * procedural animation creation. It is not used by the Sunflow core in * anyway. The default value is 1. * * @param currentFrame current frame number */ public void currentFrame(int currentFrame); }src/org/sunflow/PluginRegistry.java0000644000175000017500000004021211301357541017006 0ustar user03user03package org.sunflow; import org.sunflow.core.AccelerationStructure; import org.sunflow.core.BucketOrder; import org.sunflow.core.CameraLens; import org.sunflow.core.CausticPhotonMapInterface; import org.sunflow.core.Filter; import org.sunflow.core.GIEngine; import org.sunflow.core.GlobalPhotonMapInterface; import org.sunflow.core.ImageSampler; import org.sunflow.core.LightSource; import org.sunflow.core.Modifier; import org.sunflow.core.PrimitiveList; import org.sunflow.core.SceneParser; import org.sunflow.core.Shader; import org.sunflow.core.Tesselatable; import org.sunflow.core.accel.BoundingIntervalHierarchy; import org.sunflow.core.accel.KDTree; import org.sunflow.core.accel.NullAccelerator; import org.sunflow.core.accel.UniformGrid; import org.sunflow.core.bucket.ColumnBucketOrder; import org.sunflow.core.bucket.DiagonalBucketOrder; import org.sunflow.core.bucket.HilbertBucketOrder; import org.sunflow.core.bucket.RandomBucketOrder; import org.sunflow.core.bucket.RowBucketOrder; import org.sunflow.core.bucket.SpiralBucketOrder; import org.sunflow.core.camera.FisheyeLens; import org.sunflow.core.camera.PinholeLens; import org.sunflow.core.camera.SphericalLens; import org.sunflow.core.camera.ThinLens; import org.sunflow.core.filter.BlackmanHarrisFilter; import org.sunflow.core.filter.BoxFilter; import org.sunflow.core.filter.CatmullRomFilter; import org.sunflow.core.filter.CubicBSpline; import org.sunflow.core.filter.GaussianFilter; import org.sunflow.core.filter.LanczosFilter; import org.sunflow.core.filter.MitchellFilter; import org.sunflow.core.filter.SincFilter; import org.sunflow.core.filter.TriangleFilter; import org.sunflow.core.gi.AmbientOcclusionGIEngine; import org.sunflow.core.gi.FakeGIEngine; import org.sunflow.core.gi.InstantGI; import org.sunflow.core.gi.IrradianceCacheGIEngine; import org.sunflow.core.gi.PathTracingGIEngine; import org.sunflow.core.light.DirectionalSpotlight; import org.sunflow.core.light.ImageBasedLight; import org.sunflow.core.light.PointLight; import org.sunflow.core.light.SphereLight; import org.sunflow.core.light.SunSkyLight; import org.sunflow.core.light.TriangleMeshLight; import org.sunflow.core.modifiers.BumpMappingModifier; import org.sunflow.core.modifiers.NormalMapModifier; import org.sunflow.core.modifiers.PerlinModifier; import org.sunflow.core.parser.RA2Parser; import org.sunflow.core.parser.RA3Parser; import org.sunflow.core.parser.SCAsciiParser; import org.sunflow.core.parser.SCBinaryParser; import org.sunflow.core.parser.SCParser; import org.sunflow.core.parser.ShaveRibParser; import org.sunflow.core.photonmap.CausticPhotonMap; import org.sunflow.core.photonmap.GlobalPhotonMap; import org.sunflow.core.photonmap.GridPhotonMap; import org.sunflow.core.primitive.Background; import org.sunflow.core.primitive.BanchoffSurface; import org.sunflow.core.primitive.Box; import org.sunflow.core.primitive.CornellBox; import org.sunflow.core.primitive.Cylinder; import org.sunflow.core.primitive.Hair; import org.sunflow.core.primitive.JuliaFractal; import org.sunflow.core.primitive.ParticleSurface; import org.sunflow.core.primitive.Plane; import org.sunflow.core.primitive.QuadMesh; import org.sunflow.core.primitive.Sphere; import org.sunflow.core.primitive.SphereFlake; import org.sunflow.core.primitive.Torus; import org.sunflow.core.primitive.TriangleMesh; import org.sunflow.core.renderer.BucketRenderer; import org.sunflow.core.renderer.MultipassRenderer; import org.sunflow.core.renderer.ProgressiveRenderer; import org.sunflow.core.renderer.SimpleRenderer; import org.sunflow.core.shader.AmbientOcclusionShader; import org.sunflow.core.shader.AnisotropicWardShader; import org.sunflow.core.shader.ConstantShader; import org.sunflow.core.shader.DiffuseShader; import org.sunflow.core.shader.GlassShader; import org.sunflow.core.shader.IDShader; import org.sunflow.core.shader.MirrorShader; import org.sunflow.core.shader.NormalShader; import org.sunflow.core.shader.PhongShader; import org.sunflow.core.shader.PrimIDShader; import org.sunflow.core.shader.QuickGrayShader; import org.sunflow.core.shader.ShinyDiffuseShader; import org.sunflow.core.shader.SimpleShader; import org.sunflow.core.shader.TexturedAmbientOcclusionShader; import org.sunflow.core.shader.TexturedDiffuseShader; import org.sunflow.core.shader.TexturedPhongShader; import org.sunflow.core.shader.TexturedShinyDiffuseShader; import org.sunflow.core.shader.TexturedWardShader; import org.sunflow.core.shader.UVShader; import org.sunflow.core.shader.UberShader; import org.sunflow.core.shader.ViewCausticsShader; import org.sunflow.core.shader.ViewGlobalPhotonsShader; import org.sunflow.core.shader.ViewIrradianceShader; import org.sunflow.core.shader.WireframeShader; import org.sunflow.core.tesselatable.BezierMesh; import org.sunflow.core.tesselatable.FileMesh; import org.sunflow.core.tesselatable.Gumbo; import org.sunflow.core.tesselatable.Teapot; import org.sunflow.image.BitmapReader; import org.sunflow.image.BitmapWriter; import org.sunflow.image.readers.BMPBitmapReader; import org.sunflow.image.readers.HDRBitmapReader; import org.sunflow.image.readers.IGIBitmapReader; import org.sunflow.image.readers.JPGBitmapReader; import org.sunflow.image.readers.PNGBitmapReader; import org.sunflow.image.readers.TGABitmapReader; import org.sunflow.image.writers.EXRBitmapWriter; import org.sunflow.image.writers.HDRBitmapWriter; import org.sunflow.image.writers.IGIBitmapWriter; import org.sunflow.image.writers.PNGBitmapWriter; import org.sunflow.image.writers.TGABitmapWriter; import org.sunflow.system.Plugins; /** * This class acts as the central repository for all user extensible types in * Sunflow, even built-in types are registered here. This class is static so * that new plugins may be reused by an application across several render * scenes. */ public final class PluginRegistry { // base types - needed by SunflowAPI public static final Plugins primitivePlugins = new Plugins(PrimitiveList.class); public static final Plugins tesselatablePlugins = new Plugins(Tesselatable.class); public static final Plugins shaderPlugins = new Plugins(Shader.class); public static final Plugins modifierPlugins = new Plugins(Modifier.class); public static final Plugins lightSourcePlugins = new Plugins(LightSource.class); public static final Plugins cameraLensPlugins = new Plugins(CameraLens.class); // advanced types - used inside the Sunflow core public static final Plugins accelPlugins = new Plugins(AccelerationStructure.class); public static final Plugins bucketOrderPlugins = new Plugins(BucketOrder.class); public static final Plugins filterPlugins = new Plugins(Filter.class); public static final Plugins giEnginePlugins = new Plugins(GIEngine.class); public static final Plugins causticPhotonMapPlugins = new Plugins(CausticPhotonMapInterface.class); public static final Plugins globalPhotonMapPlugins = new Plugins(GlobalPhotonMapInterface.class); public static final Plugins imageSamplerPlugins = new Plugins(ImageSampler.class); public static final Plugins parserPlugins = new Plugins(SceneParser.class); public static final Plugins bitmapReaderPlugins = new Plugins(BitmapReader.class); public static final Plugins bitmapWriterPlugins = new Plugins(BitmapWriter.class); // Register all plugins on startup: static { // primitives primitivePlugins.registerPlugin("triangle_mesh", TriangleMesh.class); primitivePlugins.registerPlugin("sphere", Sphere.class); primitivePlugins.registerPlugin("cylinder", Cylinder.class); primitivePlugins.registerPlugin("box", Box.class); primitivePlugins.registerPlugin("banchoff", BanchoffSurface.class); primitivePlugins.registerPlugin("hair", Hair.class); primitivePlugins.registerPlugin("julia", JuliaFractal.class); primitivePlugins.registerPlugin("particles", ParticleSurface.class); primitivePlugins.registerPlugin("plane", Plane.class); primitivePlugins.registerPlugin("quad_mesh", QuadMesh.class); primitivePlugins.registerPlugin("torus", Torus.class); primitivePlugins.registerPlugin("background", Background.class); primitivePlugins.registerPlugin("sphereflake", SphereFlake.class); } static { // tesslatable tesselatablePlugins.registerPlugin("bezier_mesh", BezierMesh.class); tesselatablePlugins.registerPlugin("file_mesh", FileMesh.class); tesselatablePlugins.registerPlugin("gumbo", Gumbo.class); tesselatablePlugins.registerPlugin("teapot", Teapot.class); } static { // shaders shaderPlugins.registerPlugin("ambient_occlusion", AmbientOcclusionShader.class); shaderPlugins.registerPlugin("constant", ConstantShader.class); shaderPlugins.registerPlugin("diffuse", DiffuseShader.class); shaderPlugins.registerPlugin("glass", GlassShader.class); shaderPlugins.registerPlugin("mirror", MirrorShader.class); shaderPlugins.registerPlugin("phong", PhongShader.class); shaderPlugins.registerPlugin("shiny_diffuse", ShinyDiffuseShader.class); shaderPlugins.registerPlugin("uber", UberShader.class); shaderPlugins.registerPlugin("ward", AnisotropicWardShader.class); shaderPlugins.registerPlugin("wireframe", WireframeShader.class); // textured shaders shaderPlugins.registerPlugin("textured_ambient_occlusion", TexturedAmbientOcclusionShader.class); shaderPlugins.registerPlugin("textured_diffuse", TexturedDiffuseShader.class); shaderPlugins.registerPlugin("textured_phong", TexturedPhongShader.class); shaderPlugins.registerPlugin("textured_shiny_diffuse", TexturedShinyDiffuseShader.class); shaderPlugins.registerPlugin("textured_ward", TexturedWardShader.class); // preview shaders shaderPlugins.registerPlugin("quick_gray", QuickGrayShader.class); shaderPlugins.registerPlugin("simple", SimpleShader.class); shaderPlugins.registerPlugin("show_normals", NormalShader.class); shaderPlugins.registerPlugin("show_uvs", UVShader.class); shaderPlugins.registerPlugin("show_instance_id", IDShader.class); shaderPlugins.registerPlugin("show_primitive_id", PrimIDShader.class); shaderPlugins.registerPlugin("view_caustics", ViewCausticsShader.class); shaderPlugins.registerPlugin("view_global", ViewGlobalPhotonsShader.class); shaderPlugins.registerPlugin("view_irradiance", ViewIrradianceShader.class); } static { // modifiers modifierPlugins.registerPlugin("bump_map", BumpMappingModifier.class); modifierPlugins.registerPlugin("normal_map", NormalMapModifier.class); modifierPlugins.registerPlugin("perlin", PerlinModifier.class); } static { // light sources lightSourcePlugins.registerPlugin("directional", DirectionalSpotlight.class); lightSourcePlugins.registerPlugin("ibl", ImageBasedLight.class); lightSourcePlugins.registerPlugin("point", PointLight.class); lightSourcePlugins.registerPlugin("sphere", SphereLight.class); lightSourcePlugins.registerPlugin("sunsky", SunSkyLight.class); lightSourcePlugins.registerPlugin("triangle_mesh", TriangleMeshLight.class); lightSourcePlugins.registerPlugin("cornell_box", CornellBox.class); } static { // camera lenses cameraLensPlugins.registerPlugin("pinhole", PinholeLens.class); cameraLensPlugins.registerPlugin("thinlens", ThinLens.class); cameraLensPlugins.registerPlugin("fisheye", FisheyeLens.class); cameraLensPlugins.registerPlugin("spherical", SphericalLens.class); } static { // accels accelPlugins.registerPlugin("bih", BoundingIntervalHierarchy.class); accelPlugins.registerPlugin("kdtree", KDTree.class); accelPlugins.registerPlugin("null", NullAccelerator.class); accelPlugins.registerPlugin("uniformgrid", UniformGrid.class); } static { // bucket orders bucketOrderPlugins.registerPlugin("column", ColumnBucketOrder.class); bucketOrderPlugins.registerPlugin("diagonal", DiagonalBucketOrder.class); bucketOrderPlugins.registerPlugin("hilbert", HilbertBucketOrder.class); bucketOrderPlugins.registerPlugin("random", RandomBucketOrder.class); bucketOrderPlugins.registerPlugin("row", RowBucketOrder.class); bucketOrderPlugins.registerPlugin("spiral", SpiralBucketOrder.class); } static { // filters filterPlugins.registerPlugin("blackman-harris", BlackmanHarrisFilter.class); filterPlugins.registerPlugin("box", BoxFilter.class); filterPlugins.registerPlugin("catmull-rom", CatmullRomFilter.class); filterPlugins.registerPlugin("gaussian", GaussianFilter.class); filterPlugins.registerPlugin("lanczos", LanczosFilter.class); filterPlugins.registerPlugin("mitchell", MitchellFilter.class); filterPlugins.registerPlugin("sinc", SincFilter.class); filterPlugins.registerPlugin("triangle", TriangleFilter.class); filterPlugins.registerPlugin("bspline", CubicBSpline.class); } static { // gi engines giEnginePlugins.registerPlugin("ambocc", AmbientOcclusionGIEngine.class); giEnginePlugins.registerPlugin("fake", FakeGIEngine.class); giEnginePlugins.registerPlugin("igi", InstantGI.class); giEnginePlugins.registerPlugin("irr-cache", IrradianceCacheGIEngine.class); giEnginePlugins.registerPlugin("path", PathTracingGIEngine.class); } static { // caustic photon maps causticPhotonMapPlugins.registerPlugin("kd", CausticPhotonMap.class); } static { // global photon maps globalPhotonMapPlugins.registerPlugin("grid", GridPhotonMap.class); globalPhotonMapPlugins.registerPlugin("kd", GlobalPhotonMap.class); } static { // image samplers imageSamplerPlugins.registerPlugin("bucket", BucketRenderer.class); imageSamplerPlugins.registerPlugin("ipr", ProgressiveRenderer.class); imageSamplerPlugins.registerPlugin("fast", SimpleRenderer.class); imageSamplerPlugins.registerPlugin("multipass", MultipassRenderer.class); } static { // parsers parserPlugins.registerPlugin("sc", SCParser.class); parserPlugins.registerPlugin("sca", SCAsciiParser.class); parserPlugins.registerPlugin("scb", SCBinaryParser.class); parserPlugins.registerPlugin("rib", ShaveRibParser.class); parserPlugins.registerPlugin("ra2", RA2Parser.class); parserPlugins.registerPlugin("ra3", RA3Parser.class); } static { // bitmap readers bitmapReaderPlugins.registerPlugin("hdr", HDRBitmapReader.class); bitmapReaderPlugins.registerPlugin("tga", TGABitmapReader.class); bitmapReaderPlugins.registerPlugin("png", PNGBitmapReader.class); bitmapReaderPlugins.registerPlugin("jpg", JPGBitmapReader.class); bitmapReaderPlugins.registerPlugin("bmp", BMPBitmapReader.class); bitmapReaderPlugins.registerPlugin("igi", IGIBitmapReader.class); } static { // bitmap writers bitmapWriterPlugins.registerPlugin("png", PNGBitmapWriter.class); bitmapWriterPlugins.registerPlugin("hdr", HDRBitmapWriter.class); bitmapWriterPlugins.registerPlugin("tga", TGABitmapWriter.class); bitmapWriterPlugins.registerPlugin("exr", EXRBitmapWriter.class); bitmapWriterPlugins.registerPlugin("igi", IGIBitmapWriter.class); } }src/org/sunflow/system/0000755000175000017500000000000011301357537014506 5ustar user03user03src/org/sunflow/system/BenchmarkTest.java0000644000175000017500000000077411301357537020113 0ustar user03user03package org.sunflow.system; /** * This interface is used to represent a piece of code which is to be * benchmarked by repeatedly running and timing the kernel code. The begin/end * routines are called per-iteration to do any local initialization which is not * meant to be taken into acount in the timing (like preparing or destroying * data structures). */ public interface BenchmarkTest { public void kernelBegin(); public void kernelMain(); public void kernelEnd(); }src/org/sunflow/system/UI.java0000644000175000017500000000633711301357537015677 0ustar user03user03package org.sunflow.system; import java.util.Locale; import org.sunflow.system.ui.ConsoleInterface; import org.sunflow.system.ui.SilentInterface; /** * Static singleton interface to a UserInterface object. This is set to a text * console by default. */ public final class UI { private static UserInterface ui = new ConsoleInterface(); private static boolean canceled = false; private static int verbosity = 3; public enum Module { API, GEOM, HAIR, ACCEL, BCKT, IPR, LIGHT, GUI, SCENE, BENCH, TEX, IMG, DISP, QMC, SYS, USER, CAM, } public enum PrintLevel { ERROR, WARN, INFO, DETAIL } private UI() { } /** * Sets the active user interface implementation. Passing null * silences printing completely. * * @param ui object to recieve all user interface calls */ public final static void set(UserInterface ui) { if (ui == null) ui = new SilentInterface(); UI.ui = ui; } public final static void verbosity(int verbosity) { UI.verbosity = verbosity; } public final static String formatOutput(Module m, PrintLevel level, String s) { return String.format("%-5s %-6s: %s", m.name(), level.name().toLowerCase(Locale.ENGLISH), s); } public final static synchronized void printDetailed(Module m, String s, Object... args) { if (verbosity > 3) ui.print(m, PrintLevel.DETAIL, String.format(s, args)); } public final static synchronized void printInfo(Module m, String s, Object... args) { if (verbosity > 2) ui.print(m, PrintLevel.INFO, String.format(s, args)); } public final static synchronized void printWarning(Module m, String s, Object... args) { if (verbosity > 1) ui.print(m, PrintLevel.WARN, String.format(s, args)); } public final static synchronized void printError(Module m, String s, Object... args) { if (verbosity > 0) ui.print(m, PrintLevel.ERROR, String.format(s, args)); } public final static synchronized void taskStart(String s, int min, int max) { ui.taskStart(s, min, max); } public final static synchronized void taskUpdate(int current) { ui.taskUpdate(current); } public final static synchronized void taskStop() { ui.taskStop(); // reset canceled status // this assume the parent application will deal with it immediately canceled = false; } /** * Cancel the currently active task. This forces the application to abort as * soon as possible. */ public final static synchronized void taskCancel() { printInfo(Module.GUI, "Abort requested by the user ..."); canceled = true; } /** * Check to see if the current task should be aborted. * * @return true if the current task should be stopped, * false otherwise */ public final static synchronized boolean taskCanceled() { if (canceled) printInfo(Module.GUI, "Abort request noticed by the current task"); return canceled; } }src/org/sunflow/system/ByteUtil.java0000644000175000017500000000755311301357537017124 0ustar user03user03package org.sunflow.system; public class ByteUtil { public static final byte[] get2Bytes(int i) { byte[] b = new byte[2]; b[0] = (byte) (i & 0xFF); b[1] = (byte) ((i >> 8) & 0xFF); return b; } public static final byte[] get4Bytes(int i) { byte[] b = new byte[4]; b[0] = (byte) (i & 0xFF); b[1] = (byte) ((i >> 8) & 0xFF); b[2] = (byte) ((i >> 16) & 0xFF); b[3] = (byte) ((i >> 24) & 0xFF); return b; } public static final byte[] get4BytesInv(int i) { byte[] b = new byte[4]; b[3] = (byte) (i & 0xFF); b[2] = (byte) ((i >> 8) & 0xFF); b[1] = (byte) ((i >> 16) & 0xFF); b[0] = (byte) ((i >> 24) & 0xFF); return b; } public static final byte[] get8Bytes(long i) { byte[] b = new byte[8]; b[0] = (byte) (i & 0xFF); b[1] = (byte) ((i >> 8) & 0xFF); b[2] = (byte) ((i >> 16) & 0xFF); b[3] = (byte) ((i >> 24) & 0xFF); b[4] = (byte) ((i >> 32) & 0xFF); b[5] = (byte) ((i >> 40) & 0xFF); b[6] = (byte) ((i >> 48) & 0xFF); b[7] = (byte) ((i >> 56) & 0xFF); return b; } public static final long toLong(byte[] in) { return (((toInt(in[0], in[1], in[2], in[3]))) | ((long) (toInt(in[4], in[5], in[6], in[7])) << (long) 32)); } public static final int toInt(byte in0, byte in1, byte in2, byte in3) { return (in0 & 0xFF) | ((in1 & 0xFF) << 8) | ((in2 & 0xFF) << 16) | ((in3 & 0xFF) << 24); } public static final int toInt(byte[] in) { return toInt(in[0], in[1], in[2], in[3]); } public static final int toInt(byte[] in, int ofs) { return toInt(in[ofs + 0], in[ofs + 1], in[ofs + 2], in[ofs + 3]); } public static final int floatToHalf(float f) { int i = Float.floatToRawIntBits(f); // unpack the s, e and m of the float int s = (i >> 16) & 0x00008000; int e = ((i >> 23) & 0x000000ff) - (127 - 15); int m = i & 0x007fffff; // pack them back up, forming a half if (e <= 0) { if (e < -10) { // E is less than -10. The absolute value of f is less than // HALF_MIN // convert f to 0 return 0; } // E is between -10 and 0. m = (m | 0x00800000) >> (1 - e); // Round to nearest, round "0.5" up. if ((m & 0x00001000) == 0x00001000) m += 0x00002000; // Assemble the half from s, e (zero) and m. return s | (m >> 13); } else if (e == 0xff - (127 - 15)) { if (m == 0) { // F is an infinity; convert f to a half infinity return s | 0x7c00; } else { // F is a NAN; we produce a half NAN that preserves the sign bit // and the 10 leftmost bits of the significand of f m >>= 13; return s | 0x7c00 | m | ((m == 0) ? 0 : 1); } } else { // E is greater than zero. F is a normalized float. Round to // nearest, round "0.5" up if ((m & 0x00001000) == 0x00001000) { m += 0x00002000; if ((m & 0x00800000) == 0x00800000) { m = 0; e += 1; } } // Handle exponent overflow if (e > 30) { // overflow (); // Cause a hardware floating point overflow; return s | 0x7c00; // if this returns, the half becomes an } // infinity with the same sign as f. // Assemble the half from s, e and m. return s | (e << 10) | (m >> 13); } } }src/org/sunflow/system/BenchmarkFramework.java0000644000175000017500000000467111301357537021131 0ustar user03user03package org.sunflow.system; import org.sunflow.system.UI.Module; /** * This class provides a very simple framework for running a BenchmarkTest * kernel several times and time the results. */ public class BenchmarkFramework { private Timer[] timers; private int timeLimit; // time limit in seconds public BenchmarkFramework(int iterations, int timeLimit) { this.timeLimit = timeLimit; timers = new Timer[iterations]; } public void execute(BenchmarkTest test) { // clear previous results for (int i = 0; i < timers.length; i++) timers[i] = null; // loop for the specified number of iterations or until the time limit long startTime = System.nanoTime(); for (int i = 0; i < timers.length && ((System.nanoTime() - startTime) / 1000000000) < timeLimit; i++) { UI.printInfo(Module.BENCH, "Running iteration %d", (i + 1)); timers[i] = new Timer(); test.kernelBegin(); timers[i].start(); test.kernelMain(); timers[i].end(); test.kernelEnd(); } // report stats double avg = 0; double min = Double.POSITIVE_INFINITY; double max = Double.NEGATIVE_INFINITY; int n = 0; for (Timer t : timers) { if (t == null) break; double s = t.seconds(); min = Math.min(min, s); max = Math.max(max, s); avg += s; n++; } if (n == 0) return; avg /= n; double stdDev = 0; for (Timer t : timers) { if (t == null) break; double s = t.seconds(); stdDev += (s - avg) * (s - avg); } stdDev = Math.sqrt(stdDev / n); UI.printInfo(Module.BENCH, "Benchmark results:"); UI.printInfo(Module.BENCH, " * Iterations: %d", n); UI.printInfo(Module.BENCH, " * Average: %s", Timer.toString(avg)); UI.printInfo(Module.BENCH, " * Fastest: %s", Timer.toString(min)); UI.printInfo(Module.BENCH, " * Longest: %s", Timer.toString(max)); UI.printInfo(Module.BENCH, " * Deviation: %s", Timer.toString(stdDev)); for (int i = 0; i < timers.length && timers[i] != null; i++) UI.printDetailed(Module.BENCH, " * Iteration %d: %s", i + 1, timers[i]); } }src/org/sunflow/system/RenderGlobalsPanel.java0000644000175000017500000002174411301357537021064 0ustar user03user03package org.sunflow.system; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.GridLayout; import javax.swing.BorderFactory; import javax.swing.BoxLayout; import javax.swing.ComboBoxModel; import javax.swing.DefaultComboBoxModel; import javax.swing.JCheckBox; import javax.swing.JComboBox; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JRadioButton; import javax.swing.JTabbedPane; import javax.swing.JTextField; import javax.swing.WindowConstants; import javax.swing.border.BevelBorder; import javax.swing.border.TitledBorder; /** * This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI * Builder, which is free for non-commercial use. If Jigloo is being used * commercially (ie, by a corporation, company or business for any purpose * whatever) then you should purchase a license for each developer using Jigloo. * Please visit www.cloudgarden.com for details. Use of Jigloo implies * acceptance of these licensing terms. A COMMERCIAL LICENSE HAS NOT BEEN * PURCHASED FOR THIS MACHINE, SO JIGLOO OR THIS CODE CANNOT BE USED LEGALLY FOR * ANY CORPORATE OR COMMERCIAL PURPOSE. */ @SuppressWarnings("serial") public class RenderGlobalsPanel extends JTabbedPane { private JPanel generalPanel; private JComboBox maxSamplingComboxBox; private JPanel samplingPanel; private JComboBox minSamplingComboBox; private JLabel jLabel6; private JLabel jLabel5; private JRadioButton defaultRendererRadioButton; private JRadioButton bucketRendererRadioButton; private JPanel bucketRendererPanel; private JLabel jLabel2; private JPanel rendererPanel; private JTextField threadTextField; private JCheckBox threadCheckBox; private JLabel jLabel3; private JPanel threadsPanel; private JLabel jLabel1; private JPanel resolutionPanel; private JTextField resolutionYTextField; private JTextField resolutionXTextField; private JCheckBox resolutionCheckBox; /** * This method initializes this */ private void initialize() { } /** * Auto-generated main method to display this JPanel inside a new JFrame. */ public static void main(String[] args) { JFrame frame = new JFrame(); frame.getContentPane().add(new RenderGlobalsPanel()); frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE); frame.pack(); frame.setVisible(true); } public RenderGlobalsPanel() { super(); initialize(); initGUI(); } private void initGUI() { try { setPreferredSize(new Dimension(400, 300)); { generalPanel = new JPanel(); FlowLayout generalPanelLayout = new FlowLayout(); generalPanelLayout.setAlignment(FlowLayout.LEFT); generalPanel.setLayout(generalPanelLayout); this.addTab("General", null, generalPanel, null); { resolutionPanel = new JPanel(); generalPanel.add(resolutionPanel); FlowLayout resolutionPanelLayout = new FlowLayout(); resolutionPanel.setLayout(resolutionPanelLayout); resolutionPanel.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(BevelBorder.LOWERED), "Resolution", TitledBorder.LEADING, TitledBorder.TOP)); { resolutionCheckBox = new JCheckBox(); resolutionPanel.add(resolutionCheckBox); resolutionCheckBox.setText("Override"); } { jLabel1 = new JLabel(); resolutionPanel.add(jLabel1); jLabel1.setText("Image Width:"); } { resolutionXTextField = new JTextField(); resolutionPanel.add(resolutionXTextField); resolutionXTextField.setText("640"); resolutionXTextField.setPreferredSize(new java.awt.Dimension(50, 20)); } { jLabel2 = new JLabel(); resolutionPanel.add(jLabel2); jLabel2.setText("Image Height:"); } { resolutionYTextField = new JTextField(); resolutionPanel.add(resolutionYTextField); resolutionYTextField.setText("480"); resolutionYTextField.setPreferredSize(new java.awt.Dimension(50, 20)); } } { threadsPanel = new JPanel(); generalPanel.add(threadsPanel); threadsPanel.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(BevelBorder.LOWERED), "Threads", TitledBorder.LEADING, TitledBorder.TOP)); { threadCheckBox = new JCheckBox(); threadsPanel.add(threadCheckBox); threadCheckBox.setText("Use All Processors"); } { jLabel3 = new JLabel(); threadsPanel.add(jLabel3); jLabel3.setText("Threads:"); } { threadTextField = new JTextField(); threadsPanel.add(threadTextField); threadTextField.setText("1"); threadTextField.setPreferredSize(new java.awt.Dimension(50, 20)); } } } { rendererPanel = new JPanel(); FlowLayout rendererPanelLayout = new FlowLayout(); rendererPanelLayout.setAlignment(FlowLayout.LEFT); rendererPanel.setLayout(rendererPanelLayout); this.addTab("Renderer", null, rendererPanel, null); { defaultRendererRadioButton = new JRadioButton(); rendererPanel.add(defaultRendererRadioButton); defaultRendererRadioButton.setText("Default Renderer"); } { bucketRendererPanel = new JPanel(); BoxLayout bucketRendererPanelLayout = new BoxLayout(bucketRendererPanel, javax.swing.BoxLayout.Y_AXIS); bucketRendererPanel.setLayout(bucketRendererPanelLayout); rendererPanel.add(bucketRendererPanel); bucketRendererPanel.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(BevelBorder.LOWERED), "Bucket Renderer", TitledBorder.LEADING, TitledBorder.TOP)); { bucketRendererRadioButton = new JRadioButton(); bucketRendererPanel.add(bucketRendererRadioButton); bucketRendererRadioButton.setText("Enable"); } { samplingPanel = new JPanel(); GridLayout samplingPanelLayout = new GridLayout(2, 2); samplingPanelLayout.setColumns(2); samplingPanelLayout.setHgap(5); samplingPanelLayout.setVgap(5); samplingPanelLayout.setRows(2); samplingPanel.setLayout(samplingPanelLayout); bucketRendererPanel.add(samplingPanel); { jLabel5 = new JLabel(); samplingPanel.add(jLabel5); jLabel5.setText("Min:"); } { ComboBoxModel minSamplingComboBoxModel = new DefaultComboBoxModel(new String[] { "Item One", "Item Two" }); minSamplingComboBox = new JComboBox(); samplingPanel.add(minSamplingComboBox); minSamplingComboBox.setModel(minSamplingComboBoxModel); } { jLabel6 = new JLabel(); samplingPanel.add(jLabel6); jLabel6.setText("Max:"); } { ComboBoxModel maxSamplingComboxBoxModel = new DefaultComboBoxModel(new String[] { "Item One", "Item Two" }); maxSamplingComboxBox = new JComboBox(); samplingPanel.add(maxSamplingComboxBox); maxSamplingComboxBox.setModel(maxSamplingComboxBoxModel); } } } } } catch (Exception e) { e.printStackTrace(); } } }src/org/sunflow/system/ui/0000755000175000017500000000000011301357537015123 5ustar user03user03src/org/sunflow/system/ui/SilentInterface.java0000644000175000017500000000103511301357537021044 0ustar user03user03package org.sunflow.system.ui; import org.sunflow.system.UserInterface; import org.sunflow.system.UI.Module; import org.sunflow.system.UI.PrintLevel; /** * Null implementation of a user interface. This is usefull to silence the * output. */ public class SilentInterface implements UserInterface { public void print(Module m, PrintLevel level, String s) { } public void taskStart(String s, int min, int max) { } public void taskUpdate(int current) { } public void taskStop() { } }src/org/sunflow/system/ui/ConsoleInterface.java0000644000175000017500000000220011301357537021203 0ustar user03user03package org.sunflow.system.ui; import org.sunflow.system.UI; import org.sunflow.system.UserInterface; import org.sunflow.system.UI.Module; import org.sunflow.system.UI.PrintLevel; /** * Basic console implementation of a user interface. */ public class ConsoleInterface implements UserInterface { private int min; private int max; private float invP; private String task; private int lastP; public ConsoleInterface() { } public void print(Module m, PrintLevel level, String s) { System.err.println(UI.formatOutput(m, level, s)); } public void taskStart(String s, int min, int max) { task = s; this.min = min; this.max = max; lastP = -1; invP = 100.0f / (max - min); } public void taskUpdate(int current) { int p = (min == max) ? 0 : (int) ((current - min) * invP); if (p != lastP) System.err.print(task + " [" + (lastP = p) + "%]\r"); } public void taskStop() { System.err.print(" \r"); } }src/org/sunflow/system/Memory.java0000644000175000017500000000076711301357537016633 0ustar user03user03package org.sunflow.system; public final class Memory { public static final String sizeof(int[] array) { return bytesToString(array == null ? 0 : 4 * array.length); } public static final String bytesToString(long bytes) { if (bytes < 1024) return String.format("%db", bytes); if (bytes < 1024 * 1024) return String.format("%dKb", (bytes + 512) >>> 10); return String.format("%dMb", (bytes + 512 * 1024) >>> 20); } }src/org/sunflow/system/ImagePanel.java0000644000175000017500000002000011301357537017343 0ustar user03user03package org.sunflow.system; import java.awt.Dimension; import java.awt.Graphics; import java.awt.event.InputEvent; import java.awt.event.MouseEvent; import java.awt.event.MouseWheelEvent; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.JPanel; import javax.swing.event.MouseInputAdapter; import org.sunflow.core.Display; import org.sunflow.image.Color; @SuppressWarnings("serial") public class ImagePanel extends JPanel implements Display { private static final int[] BORDERS = { Color.RED.toRGB(), Color.GREEN.toRGB(), Color.BLUE.toRGB(), Color.YELLOW.toRGB(), Color.CYAN.toRGB(), Color.MAGENTA.toRGB() }; private BufferedImage image; private float xo, yo; private float w, h; private long repaintCounter; private class ScrollZoomListener extends MouseInputAdapter { int mx; int my; boolean dragging; boolean zooming; @Override public void mousePressed(MouseEvent e) { mx = e.getX(); my = e.getY(); switch (e.getButton()) { case MouseEvent.BUTTON1: dragging = true; zooming = false; break; case MouseEvent.BUTTON2: { dragging = zooming = false; // if CTRL is pressed if ((e.getModifiersEx() & InputEvent.CTRL_DOWN_MASK) == InputEvent.CTRL_DOWN_MASK) fit(); else reset(); break; } case MouseEvent.BUTTON3: zooming = true; dragging = false; break; default: return; } repaint(); } @Override public void mouseDragged(MouseEvent e) { int mx2 = e.getX(); int my2 = e.getY(); if (dragging) drag(mx2 - mx, my2 - my); if (zooming) zoom(mx2 - mx, my2 - my); mx = mx2; my = my2; } @Override public void mouseReleased(MouseEvent e) { // same behaviour mouseDragged(e); } @Override public void mouseWheelMoved(MouseWheelEvent e) { zoom(-20 * e.getWheelRotation(), 0); } } public ImagePanel() { setPreferredSize(new Dimension(640, 480)); image = null; xo = yo = 0; w = h = 0; ScrollZoomListener listener = new ScrollZoomListener(); addMouseListener(listener); addMouseMotionListener(listener); addMouseWheelListener(listener); } public void save(String filename) { // Bitmap.save(image, filename); try { ImageIO.write(image, "png", new File(filename)); } catch (IOException e) { e.printStackTrace(); } } private synchronized void drag(int dx, int dy) { xo += dx; yo += dy; repaint(); } private synchronized void zoom(int dx, int dy) { int a = Math.max(dx, dy); int b = Math.min(dx, dy); if (Math.abs(b) > Math.abs(a)) a = b; if (a == 0) return; // window center float cx = getWidth() * 0.5f; float cy = getHeight() * 0.5f; // origin of the image in window space float x = xo + (getWidth() - w) * 0.5f; float y = yo + (getHeight() - h) * 0.5f; // coordinates of the pixel we are over float sx = cx - x; float sy = cy - y; // scale if (w + a > 100) { h = (w + a) * h / w; sx = (w + a) * sx / w; sy = (w + a) * sy / w; w = (w + a); } // restore center pixel float x2 = cx - sx; float y2 = cy - sy; xo = (x2 - (getWidth() - w) * 0.5f); yo = (y2 - (getHeight() - h) * 0.5f); repaint(); } public synchronized void reset() { xo = yo = 0; if (image != null) { w = image.getWidth(); h = image.getHeight(); } repaint(); } public synchronized void fit() { xo = yo = 0; if (image != null) { float wx = Math.max(getWidth() - 10, 100); float hx = wx * image.getHeight() / image.getWidth(); float hy = Math.max(getHeight() - 10, 100); float wy = hy * image.getWidth() / image.getHeight(); if (hx > hy) { w = wy; h = hy; } else { w = wx; h = hx; } repaint(); } } public synchronized void imageBegin(int w, int h, int bucketSize) { if (image != null && w == image.getWidth() && h == image.getHeight()) { // dull image if it has same resolution (75%) for (int y = 0; y < h; y++) { for (int x = 0; x < w; x++) { int rgba = image.getRGB(x, y); image.setRGB(x, y, ((rgba & 0xFEFEFEFE) >>> 1) + ((rgba & 0xFCFCFCFC) >>> 2)); } } } else { // allocate new framebuffer image = new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB); // center this.w = w; this.h = h; xo = yo = 0; } repaintCounter = System.nanoTime(); repaint(); } public synchronized void imagePrepare(int x, int y, int w, int h, int id) { int border = BORDERS[id % BORDERS.length] | 0xFF000000; for (int by = 0; by < h; by++) { for (int bx = 0; bx < w; bx++) { if (bx == 0 || bx == w - 1) { if (5 * by < h || 5 * (h - by - 1) < h) image.setRGB(x + bx, y + by, border); } else if (by == 0 || by == h - 1) { if (5 * bx < w || 5 * (w - bx - 1) < w) image.setRGB(x + bx, y + by, border); } } } repaint(); } public synchronized void imageUpdate(int x, int y, int w, int h, Color[] data, float[] alpha) { for (int j = 0, index = 0; j < h; j++) for (int i = 0; i < w; i++, index++) image.setRGB(x + i, y + j, data[index].copy().mul(1.0f / alpha[index]).toNonLinear().toRGBA(alpha[index])); repaint(); } public synchronized void imageFill(int x, int y, int w, int h, Color c, float alpha) { int rgba = c.copy().mul(1.0f / alpha).toNonLinear().toRGBA(alpha); for (int j = 0, index = 0; j < h; j++) for (int i = 0; i < w; i++, index++) image.setRGB(x + i, y + j, rgba); fastRepaint(); } public void imageEnd() { repaint(); } private void fastRepaint() { long t = System.nanoTime(); if (repaintCounter + 125000000 < t) { repaintCounter = t; repaint(); } } @Override public synchronized void paintComponent(Graphics g) { super.paintComponent(g); if (image == null) return; int x = Math.round(xo + (getWidth() - w) * 0.5f); int y = Math.round(yo + (getHeight() - h) * 0.5f); int iw = Math.round(w); int ih = Math.round(h); int x0 = x - 1; int y0 = y - 1; int x1 = x + iw + 1; int y1 = y + ih + 1; g.setColor(java.awt.Color.WHITE); g.drawLine(x0, y0, x1, y0); g.drawLine(x1, y0, x1, y1); g.drawLine(x1, y1, x0, y1); g.drawLine(x0, y1, x0, y0); g.drawImage(image, x, y, iw, ih, java.awt.Color.BLACK, this); } }src/org/sunflow/system/Timer.java0000644000175000017500000000244511301357537016436 0ustar user03user03package org.sunflow.system; public class Timer { private long startTime, endTime; public Timer() { startTime = endTime = 0; } public void start() { startTime = endTime = System.nanoTime(); } public void end() { endTime = System.nanoTime(); } public long nanos() { return endTime - startTime; } public double seconds() { return (endTime - startTime) * 1e-9; } public static String toString(long nanos) { Timer t = new Timer(); t.endTime = nanos; return t.toString(); } public static String toString(double seconds) { Timer t = new Timer(); t.endTime = (long) (seconds * 1e9); return t.toString(); } @Override public String toString() { long millis = nanos() / (1000 * 1000); if (millis < 10000) return String.format("%dms", millis); long hours = millis / (60 * 60 * 1000); millis -= hours * 60 * 60 * 1000; long minutes = millis / (60 * 1000); millis -= minutes * 60 * 1000; long seconds = millis / 1000; millis -= seconds * 1000; return String.format("%d:%02d:%02d.%1d", hours, minutes, seconds, millis / 100); } }src/org/sunflow/system/UserInterface.java0000644000175000017500000000311511301357537020110 0ustar user03user03package org.sunflow.system; import org.sunflow.system.UI.Module; import org.sunflow.system.UI.PrintLevel; public interface UserInterface { /** * Displays some information to the user from the specified module with the * specified print level. A user interface is free to show or ignore any * message. Level filtering is done in the core and shouldn't be * re-implemented by the user interface. All messages will be short enough * to fit on one line. * * @param m module the message came from * @param level seriousness of the message * @param s string to display */ void print(Module m, PrintLevel level, String s); /** * Prepare a progress bar representing a lengthy task. The actual progress * is first shown by the call to update and closed when update is closed * with the max value. It is currently not possible to nest calls to * setTask, so only one task needs to be tracked at a time. * * @param s desriptive string * @param min minimum value of the task * @param max maximum value of the task */ void taskStart(String s, int min, int max); /** * Updates the current progress bar to a value between the current min and * max. When min or max are passed the progressed bar is shown or hidden * respectively. * * @param current current value of the task in progress. */ void taskUpdate(int current); /** * Closes the current progress bar to indicate the task is over */ void taskStop(); }src/org/sunflow/system/Plugins.java0000644000175000017500000001455511301357537017004 0ustar user03user03package org.sunflow.system; import org.codehaus.janino.ClassBodyEvaluator; import org.codehaus.janino.CompileException; import org.codehaus.janino.Parser.ParseException; import org.codehaus.janino.Scanner.ScanException; import org.sunflow.system.UI.Module; import org.sunflow.util.FastHashMap; /** * This class represents a list of plugins which implement a certain interface * or extend a certain class. Many plugins may be registered and created at a * later time by recalling their unique name only. * * @param Default constructible type or interface all plugins will derive * from or implement */ public final class Plugins { private final FastHashMap> pluginClasses; private final Class baseClass; /** * Create an empty plugin list. You must specify T.class as * an argument. * * @param baseClass */ public Plugins(Class baseClass) { pluginClasses = new FastHashMap>(); this.baseClass = baseClass; } /** * Create an object from the specified type name. If this type name is * unknown or invalid, null is returned. * * @param name plugin type name * @return an instance of the specified plugin type, or null * if not found or invalid */ public T createObject(String name) { if (name == null || name.equals("none")) return null; Class c = pluginClasses.get(name); if (c == null) { // don't print an error, this will be handled by the caller return null; } try { return c.newInstance(); } catch (InstantiationException e) { UI.printError(Module.API, "Cannot create object of type \"%s\" - %s", name, e.getLocalizedMessage()); return null; } catch (IllegalAccessException e) { UI.printError(Module.API, "Cannot create object of type \"%s\" - %s", name, e.getLocalizedMessage()); return null; } } /** * Check this plugin list for the presence of the specified type name * * @param name plugin type name * @return true if this name has been registered, * false otherwise */ public boolean hasType(String name) { return pluginClasses.get(name) != null; } /** * Generate a unique plugin type name which has not yet been registered. * This is meant to be used when the actual type name is not crucial, but * succesfully registration is. * * @param prefix a prefix to be used in generating the unique name * @return a unique plugin type name not yet in use */ public String generateUniqueName(String prefix) { String type; for (int i = 1; hasType(type = String.format("%s_%d", prefix, i)); i++) { } return type; } /** * Define a new plugin type from java source code. The code string contains * import declarations and a class body only. The implemented type is * implicitly the one of the plugin list being registered against.If the * plugin type name was previously associated with a different class, it * will be overriden. This allows the behavior core classes to be modified * at runtime. * * @param name plugin type name * @param sourceCode Java source code definition for the plugin * @return true if the code compiled and registered * successfully, false otherwise */ @SuppressWarnings("unchecked") public boolean registerPlugin(String name, String sourceCode) { try { ClassBodyEvaluator cbe = new ClassBodyEvaluator(); cbe.setClassName(name); if (baseClass.isInterface()) cbe.setImplementedTypes(new Class[] { baseClass }); else cbe.setExtendedType(baseClass); cbe.cook(sourceCode); return registerPlugin(name, cbe.getClazz()); } catch (CompileException e) { UI.printError(Module.API, "Plugin \"%s\" could not be declared - %s", name, e.getLocalizedMessage()); return false; } catch (ParseException e) { UI.printError(Module.API, "Plugin \"%s\" could not be declared - %s", name, e.getLocalizedMessage()); return false; } catch (ScanException e) { UI.printError(Module.API, "Plugin \"%s\" could not be declared - %s", name, e.getLocalizedMessage()); return false; } } /** * Define a new plugin type from an existing class. This checks to make sure * the provided class is default constructible (ie: has a constructor with * no parameters). If the plugin type name was previously associated with a * different class, it will be overriden. This allows the behavior core * classes to be modified at runtime. * * @param name plugin type name * @param pluginClass class object for the plugin class * @return true if the plugin registered successfully, * false otherwise */ public boolean registerPlugin(String name, Class pluginClass) { // check that the given class is compatible with the base class try { if (pluginClass.getConstructor() == null) { UI.printError(Module.API, "Plugin \"%s\" could not be declared - default constructor was not found", name); return false; } } catch (SecurityException e) { UI.printError(Module.API, "Plugin \"%s\" could not be declared - default constructor is not visible (%s)", name, e.getLocalizedMessage()); return false; } catch (NoSuchMethodException e) { UI.printError(Module.API, "Plugin \"%s\" could not be declared - default constructor was not found (%s)", name, e.getLocalizedMessage()); return false; } if (pluginClasses.get(name) != null) UI.printWarning(Module.API, "Plugin \"%s\" was already defined - overwriting previous definition", name); pluginClasses.put(name, pluginClass); return true; } }src/org/sunflow/system/Parser.java0000644000175000017500000001102511301357537016604 0ustar user03user03package org.sunflow.system; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; public class Parser { private FileReader file; private BufferedReader bf; private String[] lineTokens; private int index; public Parser(String filename) throws FileNotFoundException { file = new FileReader(filename); bf = new BufferedReader(file); lineTokens = new String[0]; index = 0; } public void close() throws IOException { if (file != null) file.close(); bf = null; } public String getNextToken() throws IOException { while (true) { String tok = fetchNextToken(); if (tok == null) return null; if (tok.equals("/*")) { do { tok = fetchNextToken(); if (tok == null) return null; } while (!tok.equals("*/")); } else return tok; } } public boolean peekNextToken(String tok) throws IOException { while (true) { String t = fetchNextToken(); if (t == null) return false; // nothing left if (t.equals("/*")) { do { t = fetchNextToken(); if (t == null) return false; // nothing left } while (!t.equals("*/")); } else if (t.equals(tok)) { // we found the right token, keep parsing return true; } else { // rewind the token so we can try again index--; return false; } } } private String fetchNextToken() throws IOException { if (bf == null) return null; while (true) { if (index < lineTokens.length) return lineTokens[index++]; else if (!getNextLine()) return null; } } private boolean getNextLine() throws IOException { String line = bf.readLine(); if (line == null) return false; ArrayList tokenList = new ArrayList(); String current = new String(); boolean inQuotes = false; for (int i = 0; i < line.length(); i++) { char c = line.charAt(i); if (current.length() == 0 && (c == '%' || c == '#')) break; boolean quote = c == '\"'; inQuotes = inQuotes ^ quote; if (!quote && (inQuotes || !Character.isWhitespace(c))) current += c; else if (current.length() > 0) { tokenList.add(current); current = new String(); } } if (current.length() > 0) tokenList.add(current); lineTokens = tokenList.toArray(new String[0]); index = 0; return true; } public String getNextCodeBlock() throws ParserException, IOException { // read a java code block String code = new String(); checkNextToken(""); while (true) { String line; try { line = bf.readLine(); } catch (IOException e) { e.printStackTrace(); return null; } if (line.trim().equals("")) return code; code += line; code += "\n"; } } public boolean getNextBoolean() throws IOException { return Boolean.valueOf(getNextToken()).booleanValue(); } public int getNextInt() throws IOException { return Integer.parseInt(getNextToken()); } public float getNextFloat() throws IOException { return Float.parseFloat(getNextToken()); } public void checkNextToken(String token) throws ParserException, IOException { String found = getNextToken(); if (!token.equals(found)) { close(); throw new ParserException(token, found); } } @SuppressWarnings("serial") public static class ParserException extends Exception { private ParserException(String token, String found) { super(String.format("Expecting %s found %s", token, found)); } } }src/org/sunflow/system/FileUtils.java0000644000175000017500000000146711301357537017261 0ustar user03user03package org.sunflow.system; import java.io.File; import java.util.Locale; public final class FileUtils { /** * Extract the file extension from the specified filename. * * @param filename filename to get the extension of * @return a string representing the file extension, or null * if the filename doesn't have any extension, or is not a file */ public static final String getExtension(String filename) { if (filename == null) return null; File f = new File(filename); if (f.isDirectory()) return null; String name = new File(filename).getName(); int idx = name.lastIndexOf('.'); return idx == -1 ? null : name.substring(idx + 1).toLowerCase(Locale.ENGLISH); } }src/org/sunflow/system/SearchPath.java0000644000175000017500000000432211301357537017374 0ustar user03user03package org.sunflow.system; import java.io.File; import java.io.IOException; import java.util.LinkedList; import org.sunflow.system.UI.Module; public class SearchPath { private LinkedList searchPath; private String type; public SearchPath(String type) { this.type = type; searchPath = new LinkedList(); } public void resetSearchPath() { searchPath.clear(); } public void addSearchPath(String path) { File f = new File(path); if (f.exists() && f.isDirectory()) { try { path = f.getCanonicalPath(); for (String prefix : searchPath) if (prefix.equals(path)) return; UI.printInfo(Module.SYS, "Adding %s search path: \"%s\"", type, path); searchPath.add(path); } catch (IOException e) { UI.printError(Module.SYS, "Invalid %s search path specification: \"%s\" - %s", type, path, e.getMessage()); } } else UI.printError(Module.SYS, "Invalid %s search path specification: \"%s\" - invalid directory", type, path); } public String resolvePath(String filename) { // account for relative naming schemes from 3rd party softwares if (filename.startsWith("//")) filename = filename.substring(2); UI.printDetailed(Module.SYS, "Resolving %s path \"%s\" ...", type, filename); File f = new File(filename); if (!f.isAbsolute()) { for (String prefix : searchPath) { UI.printDetailed(Module.SYS, " * searching: \"%s\" ...", prefix); if (prefix.endsWith(File.separator) || filename.startsWith(File.separator)) f = new File(prefix + filename); else f = new File(prefix + File.separator + filename); if (f.exists()) { // suggested path exists - try it return f.getAbsolutePath(); } } } // file was not found in the search paths - return the filename itself return filename; } }src/org/sunflow/core/0000755000175000017500000000000011301357540014104 5ustar user03user03src/org/sunflow/core/Shader.java0000644000175000017500000000200411301357540016151 0ustar user03user03package org.sunflow.core; import org.sunflow.image.Color; /** * A shader represents a particular light-surface interaction. */ public interface Shader extends RenderObject { /** * Gets the radiance for a specified rendering state. When this method is * called, you can assume that a hit has been registered in the state and * that the hit surface information has been computed. * * @param state current render state * @return color emitted or reflected by the shader */ public Color getRadiance(ShadingState state); /** * Scatter a photon with the specied power. Incoming photon direction is * specified by the ray attached to the current render state. This method * can safely do nothing if photon scattering is not supported or relevant * for the shader type. * * @param state current state * @param power power of the incoming photon. */ public void scatterPhoton(ShadingState state, Color power); }src/org/sunflow/core/CausticPhotonMapInterface.java0000644000175000017500000000060411301357540022011 0ustar user03user03package org.sunflow.core; /** * This class is a generic interface to caustic photon mapping capabilities. */ public interface CausticPhotonMapInterface extends PhotonStore { /** * Retrieve caustic photons at the specified shading location and add them * as diffuse light samples. * * @param state */ void getSamples(ShadingState state); }src/org/sunflow/core/PhotonStore.java0000644000175000017500000000307711301357540017242 0ustar user03user03package org.sunflow.core; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.Vector3; /** * Describes an object which can store photons. */ public interface PhotonStore { /** * Number of photons to emit from this surface. * * @return number of photons */ int numEmit(); /** * Initialize this object for the specified scene size. * * @param sceneBounds scene bounding box */ void prepare(Options options, BoundingBox sceneBounds); /** * Store the specified photon. * * @param state shading state * @param dir photon direction * @param power photon power * @param diffuse diffuse color at the hit point */ void store(ShadingState state, Vector3 dir, Color power, Color diffuse); /** * Initialize the map after all photons have been stored. This can be used * to balance a kd-tree based photon map for example. */ void init(); /** * Allow photons reflected diffusely? * * @return true if diffuse bounces should be traced */ boolean allowDiffuseBounced(); /** * Allow specularly reflected photons? * * @return true if specular reflection bounces should be * traced */ boolean allowReflectionBounced(); /** * Allow refracted photons? * * @return true if refracted bounces should be traced */ boolean allowRefractionBounced(); }src/org/sunflow/core/ParameterList.java0000644000175000017500000006061211301357540017530 0ustar user03user03package org.sunflow.core; import java.util.Locale; import org.sunflow.image.Color; import org.sunflow.math.Matrix4; import org.sunflow.math.MovingMatrix4; import org.sunflow.math.Point2; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; import org.sunflow.util.FastHashMap; /** * This class holds a list of "parameters". These are defined and then passed * onto rendering objects through the API. They can hold arbitrary typed and * named variables as a unified way of getting data into user objects. */ public class ParameterList { protected final FastHashMap list; private int numVerts, numFaces, numFaceVerts; private enum ParameterType { STRING, INT, BOOL, FLOAT, POINT, VECTOR, TEXCOORD, MATRIX, COLOR } public enum InterpolationType { NONE, FACE, VERTEX, FACEVARYING } /** * Creates an empty ParameterList. */ public ParameterList() { list = new FastHashMap(); numVerts = numFaces = numFaceVerts = 0; } /** * Clears the list of all its members. If some members were never used, a * warning will be printed to remind the user something may be wrong. */ public void clear(boolean showUnused) { if (showUnused) { for (FastHashMap.Entry e : list) { if (!e.getValue().checked) UI.printWarning(Module.API, "Unused parameter: %s - %s", e.getKey(), e.getValue()); } } list.clear(); numVerts = numFaces = numFaceVerts = 0; } /** * Setup how many faces should be used to check member count on "face" * interpolated parameters. * * @param numFaces number of faces */ public void setFaceCount(int numFaces) { this.numFaces = numFaces; } /** * Setup how many vertices should be used to check member count of "vertex" * interpolated parameters. * * @param numVerts number of vertices */ public void setVertexCount(int numVerts) { this.numVerts = numVerts; } /** * Setup how many "face-vertices" should be used to check member count of * "facevarying" interpolated parameters. This should be equal to the sum of * the number of vertices on each face. * * @param numFaceVerts number of "face-vertices" */ public void setFaceVertexCount(int numFaceVerts) { this.numFaceVerts = numFaceVerts; } /** * Add the specified string as a parameter. null values are * not permitted. * * @param name parameter name * @param value parameter value */ public void addString(String name, String value) { add(name, new Parameter(value)); } /** * Add the specified integer as a parameter. null values are * not permitted. * * @param name parameter name * @param value parameter value */ public void addInteger(String name, int value) { add(name, new Parameter(value)); } /** * Add the specified boolean as a parameter. null values are * not permitted. * * @param name parameter name * @param value parameter value */ public void addBoolean(String name, boolean value) { add(name, new Parameter(value)); } /** * Add the specified float as a parameter. null values are * not permitted. * * @param name parameter name * @param value parameter value */ public void addFloat(String name, float value) { add(name, new Parameter(value)); } /** * Add the specified color as a parameter. null values are * not permitted. * * @param name parameter name * @param value parameter value */ public void addColor(String name, Color value) { if (value == null) throw new NullPointerException(); add(name, new Parameter(value)); } /** * Add the specified array of integers as a parameter. null * values are not permitted. * * @param name parameter name * @param array parameter value */ public void addIntegerArray(String name, int[] array) { if (array == null) throw new NullPointerException(); add(name, new Parameter(array)); } /** * Add the specified array of integers as a parameter. null * values are not permitted. * * @param name parameter name * @param array parameter value */ public void addStringArray(String name, String[] array) { if (array == null) throw new NullPointerException(); add(name, new Parameter(array)); } /** * Add the specified floats as a parameter. null values are * not permitted. * * @param name parameter name * @param interp interpolation type * @param data parameter value */ public void addFloats(String name, InterpolationType interp, float[] data) { if (data == null) { UI.printError(Module.API, "Cannot create float parameter %s -- invalid data length", name); return; } add(name, new Parameter(ParameterType.FLOAT, interp, data)); } /** * Add the specified points as a parameter. null values are * not permitted. * * @param name parameter name * @param interp interpolation type * @param data parameter value */ public void addPoints(String name, InterpolationType interp, float[] data) { if (data == null || data.length % 3 != 0) { UI.printError(Module.API, "Cannot create point parameter %s -- invalid data length", name); return; } add(name, new Parameter(ParameterType.POINT, interp, data)); } /** * Add the specified vectors as a parameter. null values are * not permitted. * * @param name parameter name * @param interp interpolation type * @param data parameter value */ public void addVectors(String name, InterpolationType interp, float[] data) { if (data == null || data.length % 3 != 0) { UI.printError(Module.API, "Cannot create vector parameter %s -- invalid data length", name); return; } add(name, new Parameter(ParameterType.VECTOR, interp, data)); } /** * Add the specified texture coordinates as a parameter. null * values are not permitted. * * @param name parameter name * @param interp interpolation type * @param data parameter value */ public void addTexCoords(String name, InterpolationType interp, float[] data) { if (data == null || data.length % 2 != 0) { UI.printError(Module.API, "Cannot create texcoord parameter %s -- invalid data length", name); return; } add(name, new Parameter(ParameterType.TEXCOORD, interp, data)); } /** * Add the specified matrices as a parameter. null values are * not permitted. * * @param name parameter name * @param interp interpolation type * @param data parameter value */ public void addMatrices(String name, InterpolationType interp, float[] data) { if (data == null || data.length % 16 != 0) { UI.printError(Module.API, "Cannot create matrix parameter %s -- invalid data length", name); return; } add(name, new Parameter(ParameterType.MATRIX, interp, data)); } private void add(String name, Parameter param) { if (name == null) UI.printError(Module.API, "Cannot declare parameter with null name"); else if (list.put(name, param) != null) UI.printWarning(Module.API, "Parameter %s was already defined -- overwriting", name); } /** * Get the specified string parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public String getString(String name, String defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.STRING, InterpolationType.NONE, 1, p)) return p.getStringValue(); return defaultValue; } /** * Get the specified string array parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public String[] getStringArray(String name, String[] defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.STRING, InterpolationType.NONE, -1, p)) return p.getStrings(); return defaultValue; } /** * Get the specified integer parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public int getInt(String name, int defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.INT, InterpolationType.NONE, 1, p)) return p.getIntValue(); return defaultValue; } /** * Get the specified integer array parameter from this list. * * @param name name of the parameter * @return the value of the parameter specified or null if * not found */ public int[] getIntArray(String name) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.INT, InterpolationType.NONE, -1, p)) return p.getInts(); return null; } /** * Get the specified boolean parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public boolean getBoolean(String name, boolean defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.BOOL, InterpolationType.NONE, 1, p)) return p.getBoolValue(); return defaultValue; } /** * Get the specified float parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public float getFloat(String name, float defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.FLOAT, InterpolationType.NONE, 1, p)) return p.getFloatValue(); return defaultValue; } /** * Get the specified color parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public Color getColor(String name, Color defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.COLOR, InterpolationType.NONE, 1, p)) return p.getColor(); return defaultValue; } /** * Get the specified point parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public Point3 getPoint(String name, Point3 defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.POINT, InterpolationType.NONE, 1, p)) return p.getPoint(); return defaultValue; } /** * Get the specified vector parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public Vector3 getVector(String name, Vector3 defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.VECTOR, InterpolationType.NONE, 1, p)) return p.getVector(); return defaultValue; } /** * Get the specified texture coordinate parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public Point2 getTexCoord(String name, Point2 defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.TEXCOORD, InterpolationType.NONE, 1, p)) return p.getTexCoord(); return defaultValue; } /** * Get the specified matrix parameter from this list. * * @param name name of the parameter * @param defaultValue value to return if not found * @return the value of the parameter specified or default value if not * found */ public Matrix4 getMatrix(String name, Matrix4 defaultValue) { Parameter p = list.get(name); if (isValidParameter(name, ParameterType.MATRIX, InterpolationType.NONE, 1, p)) return p.getMatrix(); return defaultValue; } /** * Get the specified float array parameter from this list. * * @param name name of the parameter * @return the value of the parameter specified or null if * not found */ public FloatParameter getFloatArray(String name) { return getFloatParameter(name, ParameterType.FLOAT, list.get(name)); } /** * Get the specified point array parameter from this list. * * @param name name of the parameter * @return the value of the parameter specified or null if * not found */ public FloatParameter getPointArray(String name) { return getFloatParameter(name, ParameterType.POINT, list.get(name)); } /** * Get the specified vector array parameter from this list. * * @param name name of the parameter * @return the value of the parameter specified or null if * not found */ public FloatParameter getVectorArray(String name) { return getFloatParameter(name, ParameterType.VECTOR, list.get(name)); } /** * Get the specified texture coordinate array parameter from this list. * * @param name name of the parameter * @return the value of the parameter specified or null if * not found */ public FloatParameter getTexCoordArray(String name) { return getFloatParameter(name, ParameterType.TEXCOORD, list.get(name)); } /** * Get the specified matrix array parameter from this list. * * @param name name of the parameter * @return the value of the parameter specified or null if * not found */ public FloatParameter getMatrixArray(String name) { return getFloatParameter(name, ParameterType.MATRIX, list.get(name)); } private boolean isValidParameter(String name, ParameterType type, InterpolationType interp, int requestedSize, Parameter p) { if (p == null) return false; if (p.type != type) { UI.printWarning(Module.API, "Parameter %s requested as a %s - declared as %s", name, type.name().toLowerCase(Locale.ENGLISH), p.type.name().toLowerCase(Locale.ENGLISH)); return false; } if (p.interp != interp) { UI.printWarning(Module.API, "Parameter %s requested as a %s - declared as %s", name, interp.name().toLowerCase(Locale.ENGLISH), p.interp.name().toLowerCase(Locale.ENGLISH)); return false; } if (requestedSize > 0 && p.size() != requestedSize) { UI.printWarning(Module.API, "Parameter %s requires %d %s - declared with %d", name, requestedSize, requestedSize == 1 ? "value" : "values", p.size()); return false; } p.checked = true; return true; } private FloatParameter getFloatParameter(String name, ParameterType type, Parameter p) { if (p == null) return null; switch (p.interp) { case NONE: if (!isValidParameter(name, type, p.interp, -1, p)) return null; break; case VERTEX: if (!isValidParameter(name, type, p.interp, numVerts, p)) return null; break; case FACE: if (!isValidParameter(name, type, p.interp, numFaces, p)) return null; break; case FACEVARYING: if (!isValidParameter(name, type, p.interp, numFaceVerts, p)) return null; break; default: return null; } return p.getFloats(); } /** * Represents an array of floating point values. This can store single * float, points, vectors, texture coordinates or matrices. The parameter * should be interpolated over the surface according to the interp parameter * when applicable. */ public static final class FloatParameter { public final InterpolationType interp; public final float[] data; public FloatParameter() { this(InterpolationType.NONE, null); } public FloatParameter(float f) { this(InterpolationType.NONE, new float[] { f }); } private FloatParameter(InterpolationType interp, float[] data) { this.interp = interp; this.data = data; } } public final MovingMatrix4 getMovingMatrix(String name, MovingMatrix4 defaultValue) { // step 1: check for a non-moving specification: Matrix4 m = getMatrix(name, null); if (m != null) return new MovingMatrix4(m); // step 2: check to see if the time range has been updated FloatParameter times = getFloatArray(name + ".times"); if (times != null) { if (times.data.length <= 1) defaultValue.updateTimes(0, 0); else { if (times.data.length != 2) UI.printWarning(Module.API, "Time value specification using only endpoints of %d values specified", times.data.length); // get endpoint times - we might allow multiple time values // later float t0 = times.data[0]; float t1 = times.data[times.data.length - 1]; defaultValue.updateTimes(t0, t1); } } else { // time range stays at default } // step 3: check to see if a number of steps has been specified int steps = getInt(name + ".steps", 0); if (steps <= 0) { // not specified - return default value } else { // update each element defaultValue.setSteps(steps); for (int i = 0; i < steps; i++) defaultValue.updateData(i, getMatrix(String.format("%s[%d]", name, i), defaultValue.getData(i))); } return defaultValue; } protected static final class Parameter { private ParameterType type; private InterpolationType interp; private Object obj; private boolean checked; private Parameter(String value) { type = ParameterType.STRING; interp = InterpolationType.NONE; obj = new String[] { value }; checked = false; } private Parameter(int value) { type = ParameterType.INT; interp = InterpolationType.NONE; obj = new int[] { value }; checked = false; } private Parameter(boolean value) { type = ParameterType.BOOL; interp = InterpolationType.NONE; obj = value; checked = false; } private Parameter(float value) { type = ParameterType.FLOAT; interp = InterpolationType.NONE; obj = new float[] { value }; checked = false; } private Parameter(int[] array) { type = ParameterType.INT; interp = InterpolationType.NONE; obj = array; checked = false; } private Parameter(String[] array) { type = ParameterType.STRING; interp = InterpolationType.NONE; obj = array; checked = false; } private Parameter(Color c) { type = ParameterType.COLOR; interp = InterpolationType.NONE; obj = c; checked = false; } private Parameter(ParameterType type, InterpolationType interp, float[] data) { this.type = type; this.interp = interp; obj = data; checked = false; } private int size() { // number of elements switch (type) { case STRING: return ((String[]) obj).length; case INT: return ((int[]) obj).length; case BOOL: return 1; case FLOAT: return ((float[]) obj).length; case POINT: return ((float[]) obj).length / 3; case VECTOR: return ((float[]) obj).length / 3; case TEXCOORD: return ((float[]) obj).length / 2; case MATRIX: return ((float[]) obj).length / 16; case COLOR: return 1; default: return -1; } } protected void check() { checked = true; } @Override public String toString() { return String.format("%s%s[%d]", interp == InterpolationType.NONE ? "" : interp.name().toLowerCase() + " ", type.name().toLowerCase(), size()); } private String getStringValue() { return ((String[]) obj)[0]; } private boolean getBoolValue() { return (Boolean) obj; } private int getIntValue() { return ((int[]) obj)[0]; } private int[] getInts() { return (int[]) obj; } private String[] getStrings() { return (String[]) obj; } private float getFloatValue() { return ((float[]) obj)[0]; } private FloatParameter getFloats() { return new FloatParameter(interp, (float[]) obj); } private Point3 getPoint() { float[] floats = (float[]) obj; return new Point3(floats[0], floats[1], floats[2]); } private Vector3 getVector() { float[] floats = (float[]) obj; return new Vector3(floats[0], floats[1], floats[2]); } private Point2 getTexCoord() { float[] floats = (float[]) obj; return new Point2(floats[0], floats[1]); } private Matrix4 getMatrix() { float[] floats = (float[]) obj; return new Matrix4(floats, true); } private Color getColor() { return (Color) obj; } } }src/org/sunflow/core/LightServer.java0000644000175000017500000003502111301357540017206 0ustar user03user03package org.sunflow.core; import org.sunflow.PluginRegistry; import org.sunflow.image.Color; import org.sunflow.math.Point3; import org.sunflow.math.QMC; import org.sunflow.math.Vector3; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; class LightServer { // parent private Scene scene; // lighting LightSource[] lights; // shading override private Shader shaderOverride; private boolean shaderOverridePhotons; // direct illumination private int maxDiffuseDepth; private int maxReflectionDepth; private int maxRefractionDepth; // indirect illumination private CausticPhotonMapInterface causticPhotonMap; private GIEngine giEngine; private int photonCounter; LightServer(Scene scene) { this.scene = scene; lights = new LightSource[0]; causticPhotonMap = null; shaderOverride = null; shaderOverridePhotons = false; maxDiffuseDepth = 1; maxReflectionDepth = 4; maxRefractionDepth = 4; causticPhotonMap = null; giEngine = null; } void setLights(LightSource[] lights) { this.lights = lights; } Scene getScene() { return scene; } void setShaderOverride(Shader shader, boolean photonOverride) { shaderOverride = shader; shaderOverridePhotons = photonOverride; } boolean build(Options options) { // read options maxDiffuseDepth = options.getInt("depths.diffuse", maxDiffuseDepth); maxReflectionDepth = options.getInt("depths.reflection", maxReflectionDepth); maxRefractionDepth = options.getInt("depths.refraction", maxRefractionDepth); String giEngineType = options.getString("gi.engine", null); giEngine = PluginRegistry.giEnginePlugins.createObject(giEngineType); String caustics = options.getString("caustics", null); causticPhotonMap = PluginRegistry.causticPhotonMapPlugins.createObject(caustics); // validate options maxDiffuseDepth = Math.max(0, maxDiffuseDepth); maxReflectionDepth = Math.max(0, maxReflectionDepth); maxRefractionDepth = Math.max(0, maxRefractionDepth); Timer t = new Timer(); t.start(); // count total number of light samples int numLightSamples = 0; for (int i = 0; i < lights.length; i++) numLightSamples += lights[i].getNumSamples(); // initialize gi engine if (giEngine != null) { if (!giEngine.init(options, scene)) return false; } if (!calculatePhotons(causticPhotonMap, "caustic", 0, options)) return false; t.end(); UI.printInfo(Module.LIGHT, "Light Server stats:"); UI.printInfo(Module.LIGHT, " * Light sources found: %d", lights.length); UI.printInfo(Module.LIGHT, " * Light samples: %d", numLightSamples); UI.printInfo(Module.LIGHT, " * Max raytrace depth:"); UI.printInfo(Module.LIGHT, " - Diffuse %d", maxDiffuseDepth); UI.printInfo(Module.LIGHT, " - Reflection %d", maxReflectionDepth); UI.printInfo(Module.LIGHT, " - Refraction %d", maxRefractionDepth); UI.printInfo(Module.LIGHT, " * GI engine %s", giEngineType == null ? "none" : giEngineType); UI.printInfo(Module.LIGHT, " * Caustics: %s", caustics == null ? "none" : caustics); UI.printInfo(Module.LIGHT, " * Shader override: %b", shaderOverride); UI.printInfo(Module.LIGHT, " * Photon override: %b", shaderOverridePhotons); UI.printInfo(Module.LIGHT, " * Build time: %s", t.toString()); return true; } void showStats() { } boolean calculatePhotons(final PhotonStore map, String type, final int seed, Options options) { if (map == null) return true; if (lights.length == 0) { UI.printError(Module.LIGHT, "Unable to trace %s photons, no lights in scene", type); return false; } final float[] histogram = new float[lights.length]; histogram[0] = lights[0].getPower(); for (int i = 1; i < lights.length; i++) histogram[i] = histogram[i - 1] + lights[i].getPower(); UI.printInfo(Module.LIGHT, "Tracing %s photons ...", type); map.prepare(options, scene.getBounds()); int numEmittedPhotons = map.numEmit(); if (numEmittedPhotons <= 0 || histogram[histogram.length - 1] <= 0) { UI.printError(Module.LIGHT, "Photon mapping enabled, but no %s photons to emit", type); return false; } UI.taskStart("Tracing " + type + " photons", 0, numEmittedPhotons); Thread[] photonThreads = new Thread[scene.getThreads()]; final float scale = 1.0f / numEmittedPhotons; int delta = numEmittedPhotons / photonThreads.length; photonCounter = 0; Timer photonTimer = new Timer(); photonTimer.start(); for (int i = 0; i < photonThreads.length; i++) { final int threadID = i; final int start = threadID * delta; final int end = (threadID == (photonThreads.length - 1)) ? numEmittedPhotons : (threadID + 1) * delta; photonThreads[i] = new Thread(new Runnable() { public void run() { IntersectionState istate = new IntersectionState(); for (int i = start; i < end; i++) { synchronized (LightServer.this) { UI.taskUpdate(photonCounter); photonCounter++; if (UI.taskCanceled()) return; } int qmcI = i + seed; double rand = QMC.halton(0, qmcI) * histogram[histogram.length - 1]; int j = 0; while (rand >= histogram[j] && j < histogram.length) j++; // make sure we didn't pick a zero-probability light if (j == histogram.length) continue; double randX1 = (j == 0) ? rand / histogram[0] : (rand - histogram[j]) / (histogram[j] - histogram[j - 1]); double randY1 = QMC.halton(1, qmcI); double randX2 = QMC.halton(2, qmcI); double randY2 = QMC.halton(3, qmcI); Point3 pt = new Point3(); Vector3 dir = new Vector3(); Color power = new Color(); lights[j].getPhoton(randX1, randY1, randX2, randY2, pt, dir, power); power.mul(scale); Ray r = new Ray(pt, dir); scene.trace(r, istate); if (istate.hit()) shadePhoton(ShadingState.createPhotonState(r, istate, qmcI, map, LightServer.this), power); } } }); photonThreads[i].setPriority(scene.getThreadPriority()); photonThreads[i].start(); } for (int i = 0; i < photonThreads.length; i++) { try { photonThreads[i].join(); } catch (InterruptedException e) { UI.printError(Module.LIGHT, "Photon thread %d of %d was interrupted", i + 1, photonThreads.length); return false; } } if (UI.taskCanceled()) { UI.taskStop(); // shut down task cleanly return false; } photonTimer.end(); UI.taskStop(); UI.printInfo(Module.LIGHT, "Tracing time for %s photons: %s", type, photonTimer.toString()); map.init(); return true; } void shadePhoton(ShadingState state, Color power) { state.getInstance().prepareShadingState(state); Shader shader = getPhotonShader(state); // scatter photon if (shader != null) shader.scatterPhoton(state, power); } void traceDiffusePhoton(ShadingState previous, Ray r, Color power) { if (previous.getDiffuseDepth() >= maxDiffuseDepth) return; IntersectionState istate = previous.getIntersectionState(); scene.trace(r, istate); if (previous.getIntersectionState().hit()) { // create a new shading context ShadingState state = ShadingState.createDiffuseBounceState(previous, r, 0); shadePhoton(state, power); } } void traceReflectionPhoton(ShadingState previous, Ray r, Color power) { if (previous.getReflectionDepth() >= maxReflectionDepth) return; IntersectionState istate = previous.getIntersectionState(); scene.trace(r, istate); if (previous.getIntersectionState().hit()) { // create a new shading context ShadingState state = ShadingState.createReflectionBounceState(previous, r, 0); shadePhoton(state, power); } } void traceRefractionPhoton(ShadingState previous, Ray r, Color power) { if (previous.getRefractionDepth() >= maxRefractionDepth) return; IntersectionState istate = previous.getIntersectionState(); scene.trace(r, istate); if (previous.getIntersectionState().hit()) { // create a new shading context ShadingState state = ShadingState.createRefractionBounceState(previous, r, 0); shadePhoton(state, power); } } private Shader getShader(ShadingState state) { return shaderOverride != null ? shaderOverride : state.getShader(); } private Shader getPhotonShader(ShadingState state) { return (shaderOverride != null && shaderOverridePhotons) ? shaderOverride : state.getShader(); } ShadingState getRadiance(float rx, float ry, float time, int i, int d, Ray r, IntersectionState istate, ShadingCache cache) { // set this value once - will stay constant for the entire ray-tree istate.time = time; scene.trace(r, istate); if (istate.hit()) { ShadingState state = ShadingState.createState(istate, rx, ry, time, r, i, d, this); state.getInstance().prepareShadingState(state); Shader shader = getShader(state); if (shader == null) { state.setResult(Color.BLACK); return state; } if (cache != null) { Color c = cache.lookup(state, shader); if (c != null) { state.setResult(c); return state; } } state.setResult(shader.getRadiance(state)); if (cache != null) cache.add(state, shader, state.getResult()); checkNanInf(state.getResult()); return state; } else return null; } private static final void checkNanInf(Color c) { if (c.isNan()) UI.printWarning(Module.LIGHT, "NaN shading sample!"); else if (c.isInf()) UI.printWarning(Module.LIGHT, "Inf shading sample!"); } void shadeBakeResult(ShadingState state) { Shader shader = getShader(state); if (shader != null) state.setResult(shader.getRadiance(state)); else state.setResult(Color.BLACK); } Color shadeHit(ShadingState state) { state.getInstance().prepareShadingState(state); Shader shader = getShader(state); return (shader != null) ? shader.getRadiance(state) : Color.BLACK; } Color traceGlossy(ShadingState previous, Ray r, int i) { // limit path depth and disable caustic paths if (previous.getReflectionDepth() >= maxReflectionDepth || previous.getDiffuseDepth() > 0) return Color.BLACK; IntersectionState istate = previous.getIntersectionState(); istate.numGlossyRays++; scene.trace(r, istate); return istate.hit() ? shadeHit(ShadingState.createGlossyBounceState(previous, r, i)) : Color.BLACK; } Color traceReflection(ShadingState previous, Ray r, int i) { // limit path depth and disable caustic paths if (previous.getReflectionDepth() >= maxReflectionDepth || previous.getDiffuseDepth() > 0) return Color.BLACK; IntersectionState istate = previous.getIntersectionState(); istate.numReflectionRays++; scene.trace(r, istate); return istate.hit() ? shadeHit(ShadingState.createReflectionBounceState(previous, r, i)) : Color.BLACK; } Color traceRefraction(ShadingState previous, Ray r, int i) { // limit path depth and disable caustic paths if (previous.getRefractionDepth() >= maxRefractionDepth || previous.getDiffuseDepth() > 0) return Color.BLACK; IntersectionState istate = previous.getIntersectionState(); istate.numRefractionRays++; scene.trace(r, istate); return istate.hit() ? shadeHit(ShadingState.createRefractionBounceState(previous, r, i)) : Color.BLACK; } ShadingState traceFinalGather(ShadingState previous, Ray r, int i) { if (previous.getDiffuseDepth() >= maxDiffuseDepth) return null; IntersectionState istate = previous.getIntersectionState(); scene.trace(r, istate); return istate.hit() ? ShadingState.createFinalGatherState(previous, r, i) : null; } Color getGlobalRadiance(ShadingState state) { if (giEngine == null) return Color.BLACK; return giEngine.getGlobalRadiance(state); } Color getIrradiance(ShadingState state, Color diffuseReflectance) { // no gi engine, or we have already exceeded number of available bounces if (giEngine == null || state.getDiffuseDepth() >= maxDiffuseDepth) return Color.BLACK; return giEngine.getIrradiance(state, diffuseReflectance); } void initLightSamples(ShadingState state) { for (LightSource l : lights) l.getSamples(state); } void initCausticSamples(ShadingState state) { if (causticPhotonMap != null) causticPhotonMap.getSamples(state); } }src/org/sunflow/core/ShadingCache.java0000644000175000017500000000352111301357540017251 0ustar user03user03package org.sunflow.core; import org.sunflow.image.Color; public class ShadingCache { private Sample first; private int depth; // stats long hits; long misses; long sumDepth; long numCaches; private static class Sample { Instance i; Shader s; float nx, ny, nz; float dx, dy, dz; Color c; Sample next; // linked list } public ShadingCache() { reset(); hits = 0; misses = 0; } public void reset() { sumDepth += depth; if (depth > 0) numCaches++; first = null; depth = 0; } public Color lookup(ShadingState state, Shader shader) { if (state.getNormal() == null) return null; // search further for (Sample s = first; s != null; s = s.next) { if (s.i != state.getInstance()) continue; if (s.s != shader) continue; if (state.getRay().dot(s.dx, s.dy, s.dz) < 0.999f) continue; if (state.getNormal().dot(s.nx, s.ny, s.nz) < 0.99f) continue; // we have a match hits++; return s.c; } misses++; return null; } public void add(ShadingState state, Shader shader, Color c) { if (state.getNormal() == null) return; depth++; Sample s = new Sample(); s.i = state.getInstance(); s.s = shader; s.c = c; s.dx = state.getRay().dx; s.dy = state.getRay().dy; s.dz = state.getRay().dz; s.nx = state.getNormal().x; s.ny = state.getNormal().y; s.nz = state.getNormal().z; s.next = first; first = s; } }src/org/sunflow/core/Geometry.java0000644000175000017500000001116611301357540016547 0ustar user03user03package org.sunflow.core; import org.sunflow.SunflowAPI; import org.sunflow.core.accel.NullAccelerator; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; /** * This class represent a geometric object in its native object space. These * object are not rendered directly, they must be instanced via {@link Instance}. * This class performs all the bookkeeping needed for on-demand tesselation and * acceleration structure building. */ public class Geometry implements RenderObject { private Tesselatable tesselatable; private PrimitiveList primitives; private AccelerationStructure accel; private int builtAccel; private int builtTess; private String acceltype; /** * Create a geometry from the specified tesselatable object. The actual * renderable primitives will be generated on demand. * * @param tesselatable tesselation object */ public Geometry(Tesselatable tesselatable) { this.tesselatable = tesselatable; primitives = null; accel = null; builtAccel = 0; builtTess = 0; acceltype = null; } /** * Create a geometry from the specified primitive aggregate. The * acceleration structure for this object will be built on demand. * * @param primitives primitive list object */ public Geometry(PrimitiveList primitives) { tesselatable = null; this.primitives = primitives; accel = null; builtAccel = 0; builtTess = 1; // already tesselated } public boolean update(ParameterList pl, SunflowAPI api) { acceltype = pl.getString("accel", acceltype); // clear up old tesselation if it exists if (tesselatable != null) { primitives = null; builtTess = 0; } // clear acceleration structure so it will be rebuilt accel = null; builtAccel = 0; if (tesselatable != null) return tesselatable.update(pl, api); // update primitives return primitives.update(pl, api); } int getNumPrimitives() { return primitives == null ? 0 : primitives.getNumPrimitives(); } BoundingBox getWorldBounds(Matrix4 o2w) { if (primitives == null) { BoundingBox b = tesselatable.getWorldBounds(o2w); if (b != null) return b; if (builtTess == 0) tesselate(); if (primitives == null) return null; // failed tesselation, return infinite bounding // box } return primitives.getWorldBounds(o2w); } void intersect(Ray r, IntersectionState state) { if (builtTess == 0) tesselate(); if (builtAccel == 0) build(); accel.intersect(r, state); } private synchronized void tesselate() { // double check flag if (builtTess != 0) return; if (tesselatable != null && primitives == null) { UI.printInfo(Module.GEOM, "Tesselating geometry ..."); primitives = tesselatable.tesselate(); if (primitives == null) UI.printError(Module.GEOM, "Tesselation failed - geometry will be discarded"); else UI.printDetailed(Module.GEOM, "Tesselation produced %d primitives", primitives.getNumPrimitives()); } builtTess = 1; } private synchronized void build() { // double check flag if (builtAccel != 0) return; if (primitives != null) { int n = primitives.getNumPrimitives(); if (n >= 1000) UI.printInfo(Module.GEOM, "Building acceleration structure for %d primitives ...", n); accel = AccelerationStructureFactory.create(acceltype, n, true); accel.build(primitives); } else { // create an empty accelerator to avoid having to check for null // pointers in the intersect method accel = new NullAccelerator(); } builtAccel = 1; } void prepareShadingState(ShadingState state) { primitives.prepareShadingState(state); } PrimitiveList getBakingPrimitives() { if (builtTess == 0) tesselate(); if (primitives == null) return null; return primitives.getBakingPrimitives(); } PrimitiveList getPrimitiveList() { return primitives; } }src/org/sunflow/core/Scene.java0000644000175000017500000003333611301357540016014 0ustar user03user03package org.sunflow.core; import java.util.ArrayList; import org.sunflow.core.display.FrameDisplay; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.MathUtils; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; /** * Represents a entire scene, defined as a collection of instances viewed by a * camera. */ public class Scene { // scene storage private LightServer lightServer; private InstanceList instanceList; private InstanceList infiniteInstanceList; private Camera camera; private AccelerationStructure intAccel; private String acceltype; private Statistics stats; // baking private boolean bakingViewDependent; private Instance bakingInstance; private PrimitiveList bakingPrimitives; private AccelerationStructure bakingAccel; private boolean rebuildAccel; // image size private int imageWidth; private int imageHeight; // global options private int threads; private boolean lowPriority; /** * Creates an empty scene. */ public Scene() { lightServer = new LightServer(this); instanceList = new InstanceList(); infiniteInstanceList = new InstanceList(); acceltype = "auto"; stats = new Statistics(); bakingViewDependent = false; bakingInstance = null; bakingPrimitives = null; bakingAccel = null; camera = null; imageWidth = 640; imageHeight = 480; threads = 0; lowPriority = true; rebuildAccel = true; } /** * Get number of allowed threads for multi-threaded operations. * * @return number of threads that can be started */ public int getThreads() { return threads <= 0 ? Runtime.getRuntime().availableProcessors() : threads; } /** * Get the priority level to assign to multi-threaded operations. * * @return thread priority */ public int getThreadPriority() { return lowPriority ? Thread.MIN_PRIORITY : Thread.NORM_PRIORITY; } /** * Sets the current camera (no support for multiple cameras yet). * * @param camera camera to be used as the viewpoint for the scene */ public void setCamera(Camera camera) { this.camera = camera; } Camera getCamera() { return camera; } /** * Update the instance lists for this scene. * * @param instances regular instances * @param infinite infinite instances (no bounds) */ public void setInstanceLists(Instance[] instances, Instance[] infinite) { infiniteInstanceList = new InstanceList(infinite); instanceList = new InstanceList(instances); rebuildAccel = true; } /** * Update the light list for this scene. * * @param lights array of light source objects */ public void setLightList(LightSource[] lights) { lightServer.setLights(lights); } /** * Enables shader overiding (set null to disable). The specified shader will * be used to shade all surfaces * * @param shader shader to run over all surfaces, or null to * disable overriding * @param photonOverride true to override photon scattering * with this shader or false to run the regular * shaders */ public void setShaderOverride(Shader shader, boolean photonOverride) { lightServer.setShaderOverride(shader, photonOverride); } /** * The provided instance will be considered for lightmap baking. If the * specified instance is null, lightmap baking will be * disabled and normal rendering will occur. * * @param instance instance to bake */ public void setBakingInstance(Instance instance) { bakingInstance = instance; } /** * Get the radiance seen through a particular pixel * * @param istate intersection state for ray tracing * @param rx pixel x coordinate * @param ry pixel y coordinate * @param lensU DOF sampling variable * @param lensV DOF sampling variable * @param time motion blur sampling variable * @param instance QMC instance seed * @return a shading state for the intersected primitive, or * null if nothing is seen through the specifieFd * point */ public ShadingState getRadiance(IntersectionState istate, float rx, float ry, double lensU, double lensV, double time, int instance, int dim, ShadingCache cache) { istate.numEyeRays++; float sceneTime = camera.getTime((float) time); if (bakingPrimitives == null) { Ray r = camera.getRay(rx, ry, imageWidth, imageHeight, lensU, lensV, sceneTime); return r != null ? lightServer.getRadiance(rx, ry, sceneTime, instance, dim, r, istate, cache) : null; } else { Ray r = new Ray(rx / imageWidth, ry / imageHeight, -1, 0, 0, 1); traceBake(r, istate); if (!istate.hit()) return null; ShadingState state = ShadingState.createState(istate, rx, ry, sceneTime, r, instance, dim, lightServer); bakingPrimitives.prepareShadingState(state); if (bakingViewDependent) state.setRay(camera.getRay(state.getPoint(), sceneTime)); else { Point3 p = state.getPoint(); Vector3 n = state.getNormal(); // create a ray coming from directly above the point being // shaded Ray incoming = new Ray(p.x + n.x, p.y + n.y, p.z + n.z, -n.x, -n.y, -n.z); incoming.setMax(1); state.setRay(incoming); } lightServer.shadeBakeResult(state); return state; } } /** * Get scene world space bounding box. * * @return scene bounding box */ public BoundingBox getBounds() { return instanceList.getWorldBounds(null); } public void accumulateStats(IntersectionState state) { stats.accumulate(state); } public void accumulateStats(ShadingCache cache) { stats.accumulate(cache); } void trace(Ray r, IntersectionState state) { // stats state.numRays++; // reset object state.instance = null; state.current = null; for (int i = 0; i < infiniteInstanceList.getNumPrimitives(); i++) infiniteInstanceList.intersectPrimitive(r, i, state); // reset for next accel structure state.current = null; intAccel.intersect(r, state); } Color traceShadow(Ray r, IntersectionState state) { state.numShadowRays++; trace(r, state); return state.hit() ? Color.WHITE : Color.BLACK; } void traceBake(Ray r, IntersectionState state) { // set the instance as if tracing a regular instanced object state.current = bakingInstance; // reset object state.instance = null; bakingAccel.intersect(r, state); } private void createAreaLightInstances() { ArrayList infiniteAreaLights = null; ArrayList areaLights = null; // create an area light instance from each light source if possible for (LightSource l : lightServer.lights) { Instance lightInstance = l.createInstance(); if (lightInstance != null) { if (lightInstance.getBounds() == null) { if (infiniteAreaLights == null) infiniteAreaLights = new ArrayList(); infiniteAreaLights.add(lightInstance); } else { if (areaLights == null) areaLights = new ArrayList(); areaLights.add(lightInstance); } } } // add area light sources to the list of instances if they exist if (infiniteAreaLights != null && infiniteAreaLights.size() > 0) infiniteInstanceList.addLightSourceInstances(infiniteAreaLights.toArray(new Instance[infiniteAreaLights.size()])); else infiniteInstanceList.clearLightSources(); if (areaLights != null && areaLights.size() > 0) instanceList.addLightSourceInstances(areaLights.toArray(new Instance[areaLights.size()])); else instanceList.clearLightSources(); // FIXME: this _could_ be done incrementally to avoid top-level rebuilds // each frame rebuildAccel = true; } private void removeAreaLightInstances() { infiniteInstanceList.clearLightSources(); instanceList.clearLightSources(); } /** * Render the scene using the specified options, image sampler and display. * * @param options rendering options object * @param sampler image sampler * @param display display to send the final image to, a default display will * be created if null */ public void render(Options options, ImageSampler sampler, Display display) { stats.reset(); if (display == null) display = new FrameDisplay(); if (bakingInstance != null) { UI.printDetailed(Module.SCENE, "Creating primitives for lightmapping ..."); bakingPrimitives = bakingInstance.getBakingPrimitives(); if (bakingPrimitives == null) { UI.printError(Module.SCENE, "Lightmap baking is not supported for the given instance."); return; } int n = bakingPrimitives.getNumPrimitives(); UI.printInfo(Module.SCENE, "Building acceleration structure for lightmapping (%d num primitives) ...", n); bakingAccel = AccelerationStructureFactory.create("auto", n, true); bakingAccel.build(bakingPrimitives); } else { bakingPrimitives = null; bakingAccel = null; } bakingViewDependent = options.getBoolean("baking.viewdep", bakingViewDependent); if ((bakingInstance != null && bakingViewDependent && camera == null) || (bakingInstance == null && camera == null)) { UI.printError(Module.SCENE, "No camera found"); return; } // read from options threads = options.getInt("threads", 0); lowPriority = options.getBoolean("threads.lowPriority", true); imageWidth = options.getInt("resolutionX", 640); imageHeight = options.getInt("resolutionY", 480); // limit resolution to 16k imageWidth = MathUtils.clamp(imageWidth, 1, 1 << 14); imageHeight = MathUtils.clamp(imageHeight, 1, 1 << 14); // prepare lights createAreaLightInstances(); // get acceleration structure info // count scene primitives long numPrimitives = 0; for (int i = 0; i < instanceList.getNumPrimitives(); i++) numPrimitives += instanceList.getNumPrimitives(i); UI.printInfo(Module.SCENE, "Scene stats:"); UI.printInfo(Module.SCENE, " * Infinite instances: %d", infiniteInstanceList.getNumPrimitives()); UI.printInfo(Module.SCENE, " * Instances: %d", instanceList.getNumPrimitives()); UI.printInfo(Module.SCENE, " * Primitives: %d", numPrimitives); String accelName = options.getString("accel", null); if (accelName != null) { rebuildAccel = rebuildAccel || !acceltype.equals(accelName); acceltype = accelName; } UI.printInfo(Module.SCENE, " * Instance accel: %s", acceltype); if (rebuildAccel) { intAccel = AccelerationStructureFactory.create(acceltype, instanceList.getNumPrimitives(), false); intAccel.build(instanceList); rebuildAccel = false; } UI.printInfo(Module.SCENE, " * Scene bounds: %s", getBounds()); UI.printInfo(Module.SCENE, " * Scene center: %s", getBounds().getCenter()); UI.printInfo(Module.SCENE, " * Scene diameter: %.2f", getBounds().getExtents().length()); UI.printInfo(Module.SCENE, " * Lightmap bake: %s", bakingInstance != null ? (bakingViewDependent ? "view" : "ortho") : "off"); if (sampler == null) return; if (!lightServer.build(options)) return; // render UI.printInfo(Module.SCENE, "Rendering ..."); stats.setResolution(imageWidth, imageHeight); sampler.prepare(options, this, imageWidth, imageHeight); sampler.render(display); // show statistics stats.displayStats(); lightServer.showStats(); // discard area lights removeAreaLightInstances(); // discard baking tesselation/accel structure bakingPrimitives = null; bakingAccel = null; UI.printInfo(Module.SCENE, "Done."); } /** * Create a photon map as prescribed by the given {@link PhotonStore}. * * @param map object that will recieve shot photons * @param type type of photons being shot * @param seed QMC seed parameter * @return true upon success */ public boolean calculatePhotons(PhotonStore map, String type, int seed, Options options) { return lightServer.calculatePhotons(map, type, seed, options); } }src/org/sunflow/core/camera/0000755000175000017500000000000011301357540015334 5ustar user03user03src/org/sunflow/core/camera/PinholeLens.java0000644000175000017500000000231111301357540020414 0ustar user03user03package org.sunflow.core.camera; import org.sunflow.SunflowAPI; import org.sunflow.core.CameraLens; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; public class PinholeLens implements CameraLens { private float au, av; private float aspect, fov; private float shiftX, shiftY; public PinholeLens() { fov = 90; aspect = 1; shiftX = shiftY = 0; update(); } public boolean update(ParameterList pl, SunflowAPI api) { // get parameters fov = pl.getFloat("fov", fov); aspect = pl.getFloat("aspect", aspect); shiftX = pl.getFloat("shift.x", shiftX); shiftY = pl.getFloat("shift.y", shiftY); update(); return true; } private void update() { au = (float) Math.tan(Math.toRadians(fov * 0.5f)); av = au / aspect; } public Ray getRay(float x, float y, int imageWidth, int imageHeight, double lensX, double lensY, double time) { float du = shiftX - au + ((2.0f * au * x) / (imageWidth - 1.0f)); float dv = shiftY - av + ((2.0f * av * y) / (imageHeight - 1.0f)); return new Ray(0, 0, 0, du, dv, -1); } }src/org/sunflow/core/camera/FisheyeLens.java0000644000175000017500000000132611301357540020417 0ustar user03user03package org.sunflow.core.camera; import org.sunflow.SunflowAPI; import org.sunflow.core.CameraLens; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; public class FisheyeLens implements CameraLens { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Ray getRay(float x, float y, int imageWidth, int imageHeight, double lensX, double lensY, double time) { float cx = 2.0f * x / imageWidth - 1.0f; float cy = 2.0f * y / imageHeight - 1.0f; float r2 = cx * cx + cy * cy; if (r2 > 1) return null; // outside the fisheye return new Ray(0, 0, 0, cx, cy, (float) -Math.sqrt(1 - r2)); } }src/org/sunflow/core/camera/SphericalLens.java0000644000175000017500000000142011301357540020730 0ustar user03user03package org.sunflow.core.camera; import org.sunflow.SunflowAPI; import org.sunflow.core.CameraLens; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; public class SphericalLens implements CameraLens { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Ray getRay(float x, float y, int imageWidth, int imageHeight, double lensX, double lensY, double time) { // Generate environment camera ray direction double theta = 2 * Math.PI * x / imageWidth + Math.PI / 2; double phi = Math.PI * (imageHeight - 1 - y) / imageHeight; return new Ray(0, 0, 0, (float) (Math.cos(theta) * Math.sin(phi)), (float) (Math.cos(phi)), (float) (Math.sin(theta) * Math.sin(phi))); } }src/org/sunflow/core/camera/ThinLens.java0000644000175000017500000000745311301357540017734 0ustar user03user03package org.sunflow.core.camera; import org.sunflow.SunflowAPI; import org.sunflow.core.CameraLens; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; public class ThinLens implements CameraLens { private float au, av; private float aspect, fov; private float shiftX, shiftY; private float focusDistance; private float lensRadius; private int lensSides; private float lensRotation; private float lensRotationRadians; public ThinLens() { focusDistance = 1; lensRadius = 0; fov = 90; aspect = 1; lensSides = 0; // < 3 means use circular lens lensRotation = lensRotationRadians = 0; // this rotates polygonal lenses } public boolean update(ParameterList pl, SunflowAPI api) { // get parameters fov = pl.getFloat("fov", fov); aspect = pl.getFloat("aspect", aspect); shiftX = pl.getFloat("shift.x", shiftX); shiftY = pl.getFloat("shift.y", shiftY); focusDistance = pl.getFloat("focus.distance", focusDistance); lensRadius = pl.getFloat("lens.radius", lensRadius); lensSides = pl.getInt("lens.sides", lensSides); lensRotation = pl.getFloat("lens.rotation", lensRotation); update(); return true; } private void update() { au = (float) Math.tan(Math.toRadians(fov * 0.5f)) * focusDistance; av = au / aspect; lensRotationRadians = (float) Math.toRadians(lensRotation); } public Ray getRay(float x, float y, int imageWidth, int imageHeight, double lensX, double lensY, double time) { float du = shiftX * focusDistance - au + ((2.0f * au * x) / (imageWidth - 1.0f)); float dv = shiftY * focusDistance - av + ((2.0f * av * y) / (imageHeight - 1.0f)); float eyeX, eyeY; if (lensSides < 3) { double angle, r; // concentric map sampling double r1 = 2 * lensX - 1; double r2 = 2 * lensY - 1; if (r1 > -r2) { if (r1 > r2) { r = r1; angle = 0.25 * Math.PI * r2 / r1; } else { r = r2; angle = 0.25 * Math.PI * (2 - r1 / r2); } } else { if (r1 < r2) { r = -r1; angle = 0.25 * Math.PI * (4 + r2 / r1); } else { r = -r2; if (r2 != 0) angle = 0.25 * Math.PI * (6 - r1 / r2); else angle = 0; } } r *= lensRadius; // point on the lens eyeX = (float) (Math.cos(angle) * r); eyeY = (float) (Math.sin(angle) * r); } else { // sample N-gon // FIXME: this could use concentric sampling lensY *= lensSides; float side = (int) lensY; float offs = (float) lensY - side; float dist = (float) Math.sqrt(lensX); float a0 = (float) (side * Math.PI * 2.0f / lensSides + lensRotationRadians); float a1 = (float) ((side + 1.0f) * Math.PI * 2.0f / lensSides + lensRotationRadians); eyeX = (float) ((Math.cos(a0) * (1.0f - offs) + Math.cos(a1) * offs) * dist); eyeY = (float) ((Math.sin(a0) * (1.0f - offs) + Math.sin(a1) * offs) * dist); eyeX *= lensRadius; eyeY *= lensRadius; } float eyeZ = 0; // point on the image plane float dirX = du; float dirY = dv; float dirZ = -focusDistance; // ray return new Ray(eyeX, eyeY, eyeZ, dirX - eyeX, dirY - eyeY, dirZ - eyeZ); } }src/org/sunflow/core/Modifier.java0000644000175000017500000000071011301357540016503 0ustar user03user03package org.sunflow.core; /** * This represents a surface modifier. This is run on each instance prior to * shading and can modify the shading state in arbitrary ways to provide effects * such as bump mapping. */ public interface Modifier extends RenderObject { /** * Modify the shading state for the point to be shaded. * * @param state shading state to modify */ public void modify(ShadingState state); }src/org/sunflow/core/Instance.java0000644000175000017500000001570211301357540016520 0ustar user03user03package org.sunflow.core; import org.sunflow.SunflowAPI; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.MovingMatrix4; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; /** * This represents an instance of a {@link Geometry} into the scene. This class * maps object space to world space and maintains a list of shaders and * modifiers attached to the surface. */ public class Instance implements RenderObject { private MovingMatrix4 o2w; private MovingMatrix4 w2o; private BoundingBox bounds; private Geometry geometry; private Shader[] shaders; private Modifier[] modifiers; public Instance() { o2w = new MovingMatrix4(null); w2o = new MovingMatrix4(null); bounds = null; geometry = null; shaders = null; modifiers = null; } public static Instance createTemporary(PrimitiveList primitives, Matrix4 transform, Shader shader) { Instance i = new Instance(); i.o2w = new MovingMatrix4(transform); i.w2o = i.o2w.inverse(); if (i.w2o == null) { UI.printError(Module.GEOM, "Unable to compute transform inverse"); return null; } i.geometry = new Geometry(primitives); i.shaders = new Shader[] { shader }; i.updateBounds(); return i; } public boolean update(ParameterList pl, SunflowAPI api) { String geometryName = pl.getString("geometry", null); if (geometry == null || geometryName != null) { if (geometryName == null) { UI.printError(Module.GEOM, "geometry parameter missing - unable to create instance"); return false; } geometry = api.lookupGeometry(geometryName); if (geometry == null) { UI.printError(Module.GEOM, "Geometry \"%s\" was not declared yet - instance is invalid", geometryName); return false; } } String[] shaderNames = pl.getStringArray("shaders", null); if (shaderNames != null) { // new shader names have been provided shaders = new Shader[shaderNames.length]; for (int i = 0; i < shaders.length; i++) { shaders[i] = api.lookupShader(shaderNames[i]); if (shaders[i] == null) UI.printWarning(Module.GEOM, "Shader \"%s\" was not declared yet - ignoring", shaderNames[i]); } } else { // re-use existing shader array } String[] modifierNames = pl.getStringArray("modifiers", null); if (modifierNames != null) { // new modifier names have been provided modifiers = new Modifier[modifierNames.length]; for (int i = 0; i < modifiers.length; i++) { modifiers[i] = api.lookupModifier(modifierNames[i]); if (modifiers[i] == null) UI.printWarning(Module.GEOM, "Modifier \"%s\" was not declared yet - ignoring", modifierNames[i]); } } o2w = pl.getMovingMatrix("transform", o2w); w2o = o2w.inverse(); if (w2o == null) { UI.printError(Module.GEOM, "Unable to compute transform inverse"); return false; } return true; } /** * Recompute world space bounding box of this instance. */ public void updateBounds() { bounds = geometry.getWorldBounds(o2w.getData(0)); for (int i = 1; i < o2w.numSegments(); i++) bounds.include(geometry.getWorldBounds(o2w.getData(i))); } /** * Checks to see if this instance is relative to the specified geometry. * * @param g geometry to check against * @return true if the instanced geometry is equals to g, * false otherwise */ public boolean hasGeometry(Geometry g) { return geometry == g; } /** * Remove the specified shader from the instance's list if it is being used. * * @param s shader to remove */ public void removeShader(Shader s) { if (shaders != null) { for (int i = 0; i < shaders.length; i++) if (shaders[i] == s) shaders[i] = null; } } /** * Remove the specified modifier from the instance's list if it is being * used. * * @param m modifier to remove */ public void removeModifier(Modifier m) { if (modifiers != null) { for (int i = 0; i < modifiers.length; i++) if (modifiers[i] == m) modifiers[i] = null; } } /** * Get the world space bounding box for this instance. * * @return bounding box in world space */ public BoundingBox getBounds() { return bounds; } int getNumPrimitives() { return geometry.getNumPrimitives(); } void intersect(Ray r, IntersectionState state) { Ray localRay = r.transform(w2o.sample(state.time)); state.current = this; geometry.intersect(localRay, state); // FIXME: transfer max distance to current ray r.setMax(localRay.getMax()); } /** * Prepare the shading state for shader invocation. This also runs the * currently attached surface modifier. * * @param state shading state to be prepared */ public void prepareShadingState(ShadingState state) { geometry.prepareShadingState(state); if (state.getNormal() != null && state.getGeoNormal() != null) state.correctShadingNormal(); // run modifier if it was provided if (state.getModifier() != null) state.getModifier().modify(state); } /** * Get a shader for the instance's list. * * @param i index into the shader list * @return requested shader, or null if the input is invalid */ public Shader getShader(int i) { if (shaders == null || i < 0 || i >= shaders.length) return null; return shaders[i]; } /** * Get a modifier for the instance's list. * * @param i index into the modifier list * @return requested modifier, or null if the input is * invalid */ public Modifier getModifier(int i) { if (modifiers == null || i < 0 || i >= modifiers.length) return null; return modifiers[i]; } Matrix4 getObjectToWorld(float time) { return o2w.sample(time); } Matrix4 getWorldToObject(float time) { return w2o.sample(time); } PrimitiveList getBakingPrimitives() { return geometry.getBakingPrimitives(); } Geometry getGeometry() { return geometry; } }src/org/sunflow/core/IntersectionState.java0000644000175000017500000000703411301357540020422 0ustar user03user03package org.sunflow.core; /** * This class is used to store ray/object intersections. It also provides * additional data to assist {@link AccelerationStructure} objects with * traversal. */ public final class IntersectionState { private static final int MAX_STACK_SIZE = 64; float time; float u, v, w; Instance instance; int id; private final StackNode[][] stacks = new StackNode[2][MAX_STACK_SIZE]; Instance current; long numEyeRays; long numShadowRays; long numReflectionRays; long numGlossyRays; long numRefractionRays; long numRays; /** * Traversal stack node, helps with tree-based {@link AccelerationStructure} * traversal. */ public static final class StackNode { public int node; public float near; public float far; } /** * Initializes all traversal stacks. */ public IntersectionState() { for (int i = 0; i < stacks.length; i++) for (int j = 0; j < stacks[i].length; j++) stacks[i][j] = new StackNode(); } /** * Returns the time at which the intersection should be calculated. This * will be constant for a given ray-tree. This value is guarenteed to be * between the camera's shutter open and shutter close time. * * @return time value */ public float getTime() { return time; } /** * Get stack object for tree based {@link AccelerationStructure}s. * * @return array of stack nodes */ public final StackNode[] getStack() { return current == null ? stacks[0] : stacks[1]; } /** * Checks to see if a hit has been recorded. * * @return true if a hit has been recorded, * false otherwise */ public final boolean hit() { return instance != null; } /** * Record an intersection with the specified primitive id. The parent object * is assumed to be the current instance. The u and v parameters are used to * pinpoint the location on the surface if needed. * * @param id primitive id of the intersected object */ public final void setIntersection(int id) { instance = current; this.id = id; } /** * Record an intersection with the specified primitive id. The parent object * is assumed to be the current instance. The u and v parameters are used to * pinpoint the location on the surface if needed. * * @param id primitive id of the intersected object * @param u u surface paramater of the intersection point * @param v v surface parameter of the intersection point */ public final void setIntersection(int id, float u, float v) { instance = current; this.id = id; this.u = u; this.v = v; } /** * Record an intersection with the specified primitive id. The parent object * is assumed to be the current instance. The u and v parameters are used to * pinpoint the location on the surface if needed. * * @param id primitive id of the intersected object * @param u u surface paramater of the intersection point * @param v v surface parameter of the intersection point */ public final void setIntersection(int id, float u, float v, float w) { instance = current; this.id = id; this.u = u; this.v = v; this.w = w; } }src/org/sunflow/core/filter/0000755000175000017500000000000011301357540015371 5ustar user03user03src/org/sunflow/core/filter/BoxFilter.java0000644000175000017500000000037011301357540020132 0ustar user03user03package org.sunflow.core.filter; import org.sunflow.core.Filter; public class BoxFilter implements Filter { public float getSize() { return 1.0f; } public float get(float x, float y) { return 1.0f; } }src/org/sunflow/core/filter/SincFilter.java0000644000175000017500000000070311301357540020276 0ustar user03user03package org.sunflow.core.filter; import org.sunflow.core.Filter; public class SincFilter implements Filter { public float getSize() { return 4; } public float get(float x, float y) { return sinc1d(x) * sinc1d(y); } private float sinc1d(float x) { x = Math.abs(x); if (x < 0.0001f) return 1.0f; x *= Math.PI; return (float) Math.sin(x) / x; } }src/org/sunflow/core/filter/MitchellFilter.java0000644000175000017500000000133311301357540021143 0ustar user03user03package org.sunflow.core.filter; import org.sunflow.core.Filter; public class MitchellFilter implements Filter { public float getSize() { return 4.0f; } public float get(float x, float y) { return mitchell(x) * mitchell(y); } private float mitchell(float x) { final float B = 1 / 3.0f; final float C = 1 / 3.0f; final float SIXTH = 1 / 6.0f; x = Math.abs(x); float x2 = x * x; if (x > 1.0f) return ((-B - 6 * C) * x * x2 + (6 * B + 30 * C) * x2 + (-12 * B - 48 * C) * x + (8 * B + 24 * C)) * SIXTH; return ((12 - 9 * B - 6 * C) * x * x2 + (-18 + 12 * B + 6 * C) * x2 + (6 - 2 * B)) * SIXTH; } } src/org/sunflow/core/filter/TriangleFilter.java0000644000175000017500000000044111301357540021146 0ustar user03user03package org.sunflow.core.filter; import org.sunflow.core.Filter; public class TriangleFilter implements Filter { public float getSize() { return 2; } public float get(float x, float y) { return (1.0f - Math.abs(x)) * (1.0f - Math.abs(y)); } }src/org/sunflow/core/filter/BlackmanHarrisFilter.java0000644000175000017500000000126511301357540022267 0ustar user03user03package org.sunflow.core.filter; import org.sunflow.core.Filter; public class BlackmanHarrisFilter implements Filter { public float getSize() { return 4; } public float get(float x, float y) { return bh1d(x * 0.5f) * bh1d(y * 0.5f); } private float bh1d(float x) { if (x < -1.0f || x > 1.0f) return 0.0f; x = (x + 1) * 0.5f; final double A0 = 0.35875; final double A1 = -0.48829; final double A2 = 0.14128; final double A3 = -0.01168; return (float) (A0 + A1 * Math.cos(2 * Math.PI * x) + A2 * Math.cos(4 * Math.PI * x) + A3 * Math.cos(6 * Math.PI * x)); } }src/org/sunflow/core/filter/GaussianFilter.java0000644000175000017500000000074411301357540021161 0ustar user03user03package org.sunflow.core.filter; import org.sunflow.core.Filter; public class GaussianFilter implements Filter { private float es2; public GaussianFilter() { es2 = (float) -Math.exp(-getSize() * getSize()); } public float getSize() { return 3.0f; } public float get(float x, float y) { float gx = (float) Math.exp(-x * x) + es2; float gy = (float) Math.exp(-y * y) + es2; return gx * gy; } }src/org/sunflow/core/filter/CatmullRomFilter.java0000644000175000017500000000105011301357540021455 0ustar user03user03package org.sunflow.core.filter; import org.sunflow.core.Filter; public class CatmullRomFilter implements Filter { public float getSize() { return 4.0f; } public float get(float x, float y) { return catrom1d(x) * catrom1d(y); } private float catrom1d(float x) { x = Math.abs(x); float x2 = x * x; float x3 = x * x2; if (x >= 2) return 0; if (x < 1) return 3 * x3 - 5 * x2 + 2; return -x3 + 5 * x2 - 8 * x + 4; } }src/org/sunflow/core/filter/CubicBSpline.java0000644000175000017500000000112711301357540020537 0ustar user03user03package org.sunflow.core.filter; import org.sunflow.core.Filter; public class CubicBSpline implements Filter { public float get(float x, float y) { return B3(x) * B3(y); } public float getSize() { return 4; } private float B3(float t) { t = Math.abs(t); if (t <= 1) return b1(1 - t); return b0(2 - t); } private float b0(float t) { return t * t * t * (1.0f / 6); } private float b1(float t) { return (1.0f / 6) * (-3 * t * t * t + 3 * t * t + 3 * t + 1); } }src/org/sunflow/core/filter/LanczosFilter.java0000644000175000017500000000114411301357540021013 0ustar user03user03package org.sunflow.core.filter; import org.sunflow.core.Filter; public class LanczosFilter implements Filter { public float getSize() { return 4.0f; } public float get(float x, float y) { return sinc1d(x * 0.5f) * sinc1d(y * 0.5f); } private float sinc1d(float x) { x = Math.abs(x); if (x < 1e-5f) return 1; if (x > 1.0f) return 0; x *= Math.PI; float sinc = (float) Math.sin(3 * x) / (3 * x); float lanczos = (float) Math.sin(x) / x; return sinc * lanczos; } }src/org/sunflow/core/ImageSampler.java0000644000175000017500000000142111301357540017313 0ustar user03user03package org.sunflow.core; /** * This interface represents an image sampling algorithm capable of rendering * the entire image. Implementations are responsible for anti-aliasing and * filtering. */ public interface ImageSampler { /** * Prepare the sampler for rendering an image of w x h pixels * * @param w width of the image * @param h height of the image */ public boolean prepare(Options options, Scene scene, int w, int h); /** * Render the image to the specified display. The sampler can assume the * display has been opened and that it will be closed after the method * returns. * * @param display Display driver to send image data to */ public void render(Display display); }src/org/sunflow/core/CameraLens.java0000644000175000017500000000257411301357540016771 0ustar user03user03package org.sunflow.core; /** * Represents a mapping from the 3D scene onto the final image. A camera lens is * responsible for determining what ray to cast through each pixel. */ public interface CameraLens extends RenderObject { /** * Create a new {@link Ray ray}to be cast through pixel (x,y) on the image * plane. Two sampling parameters are provided for lens sampling. They are * guarenteed to be in the interval [0,1). They can be used to perturb the * position of the source of the ray on the lens of the camera for DOF * effects. A third sampling parameter is provided for motion blur effects. * Note that the {@link Camera} class already handles camera movement motion * blur. Rays should be generated in camera space - that is, with the eye at * the origin, looking down the -Z axis, with +Y pointing up. * * @param x x coordinate of the (sub)pixel * @param y y coordinate of the (sub)pixel * @param imageWidth image width in pixels * @param imageHeight image height in pixels * @param lensX x lens sampling parameter * @param lensY y lens sampling parameter * @param time time sampling parameter * @return a new ray passing through the given pixel */ public Ray getRay(float x, float y, int imageWidth, int imageHeight, double lensX, double lensY, double time); }src/org/sunflow/core/Ray.java0000644000175000017500000001444011301357540015505 0ustar user03user03package org.sunflow.core; import org.sunflow.math.Matrix4; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; /** * This class represents a ray as a oriented half line segment. The ray * direction is always normalized. The valid region is delimted by two distances * along the ray, tMin and tMax. */ public final class Ray { public float ox, oy, oz; public float dx, dy, dz; private float tMin; private float tMax; private static final float EPSILON = 0;// 0.01f; private Ray() { } /** * Creates a new ray that points from the given origin to the given * direction. The ray has infinite length. The direction vector is * normalized. * * @param ox ray origin x * @param oy ray origin y * @param oz ray origin z * @param dx ray direction x * @param dy ray direction y * @param dz ray direction z */ public Ray(float ox, float oy, float oz, float dx, float dy, float dz) { this.ox = ox; this.oy = oy; this.oz = oz; this.dx = dx; this.dy = dy; this.dz = dz; float in = 1.0f / (float) Math.sqrt(dx * dx + dy * dy + dz * dz); this.dx *= in; this.dy *= in; this.dz *= in; tMin = EPSILON; tMax = Float.POSITIVE_INFINITY; } /** * Creates a new ray that points from the given origin to the given * direction. The ray has infinite length. The direction vector is * normalized. * * @param o ray origin * @param d ray direction (need not be normalized) */ public Ray(Point3 o, Vector3 d) { ox = o.x; oy = o.y; oz = o.z; dx = d.x; dy = d.y; dz = d.z; float in = 1.0f / (float) Math.sqrt(dx * dx + dy * dy + dz * dz); dx *= in; dy *= in; dz *= in; tMin = EPSILON; tMax = Float.POSITIVE_INFINITY; } /** * Creates a new ray that points from point a to point b. The created ray * will set tMin and tMax to limit the ray to the segment (a,b) * (non-inclusive of a and b). This is often used to create shadow rays. * * @param a start point * @param b end point */ public Ray(Point3 a, Point3 b) { ox = a.x; oy = a.y; oz = a.z; dx = b.x - ox; dy = b.y - oy; dz = b.z - oz; tMin = EPSILON; float n = (float) Math.sqrt(dx * dx + dy * dy + dz * dz); float in = 1.0f / n; dx *= in; dy *= in; dz *= in; tMax = n - EPSILON; } /** * Create a new ray by transforming the supplied one by the given matrix. If * the matrix is null, the original ray is returned. * * @param m matrix to transform the ray by */ public Ray transform(Matrix4 m) { if (m == null) return this; Ray r = new Ray(); r.ox = m.transformPX(ox, oy, oz); r.oy = m.transformPY(ox, oy, oz); r.oz = m.transformPZ(ox, oy, oz); r.dx = m.transformVX(dx, dy, dz); r.dy = m.transformVY(dx, dy, dz); r.dz = m.transformVZ(dx, dy, dz); r.tMin = tMin; r.tMax = tMax; return r; } /** * Normalize the direction component of the ray. */ public void normalize() { float in = 1.0f / (float) Math.sqrt(dx * dx + dy * dy + dz * dz); dx *= in; dy *= in; dz *= in; } /** * Gets the minimum distance along the ray - usually 0. * * @return value of the smallest distance along the ray */ public final float getMin() { return tMin; } /** * Gets the maximum distance along the ray. May be infinite. * * @return value of the largest distance along the ray */ public final float getMax() { return tMax; } /** * Creates a vector to represent the direction of the ray. * * @return a vector equal to the direction of this ray */ public final Vector3 getDirection() { return new Vector3(dx, dy, dz); } /** * Checks to see if the specified distance falls within the valid range on * this ray. This should always be used before an intersection with the ray * is detected. * * @param t distance to be tested * @return true if t falls between the minimum and maximum * distance of this ray, false otherwise */ public final boolean isInside(float t) { return (tMin < t) && (t < tMax); } /** * Gets the end point of the ray. A reference to dest is * returned to support chaining. * * @param dest reference to the point to store * @return reference to dest */ public final Point3 getPoint(Point3 dest) { dest.x = ox + (tMax * dx); dest.y = oy + (tMax * dy); dest.z = oz + (tMax * dz); return dest; } /** * Computes the dot product of an arbitrary vector with the direction of the * ray. This method avoids having to call getDirection() which would * instantiate a new Vector object. * * @param v vector * @return dot product of the ray direction and the specified vector */ public final float dot(Vector3 v) { return dx * v.x + dy * v.y + dz * v.z; } /** * Computes the dot product of an arbitrary vector with the direction of the * ray. This method avoids having to call getDirection() which would * instantiate a new Vector object. * * @param vx vector x coordinate * @param vy vector y coordinate * @param vz vector z coordinate * @return dot product of the ray direction and the specified vector */ public final float dot(float vx, float vy, float vz) { return dx * vx + dy * vy + dz * vz; } /** * Updates the maximum to the specified distance if and only if the new * distance is smaller than the current one. * * @param t new maximum distance */ public final void setMax(float t) { tMax = t; } }src/org/sunflow/core/light/0000755000175000017500000000000011301357540015213 5ustar user03user03src/org/sunflow/core/light/TriangleMeshLight.java0000644000175000017500000002546711301357540021446 0ustar user03user03package org.sunflow.core.light; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.LightSample; import org.sunflow.core.LightSource; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.core.primitive.TriangleMesh; import org.sunflow.image.Color; import org.sunflow.math.MathUtils; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; public class TriangleMeshLight extends TriangleMesh implements Shader, LightSource { private Color radiance; private int numSamples; private float[] areas; private float totalArea; private Vector3[] ngs; public TriangleMeshLight() { radiance = Color.WHITE; numSamples = 4; } @Override public boolean update(ParameterList pl, SunflowAPI api) { radiance = pl.getColor("radiance", radiance); numSamples = pl.getInt("samples", numSamples); if (super.update(pl, api)) { // precompute triangle areas and normals areas = new float[getNumPrimitives()]; ngs = new Vector3[getNumPrimitives()]; totalArea = 0; for (int tri3 = 0, i = 0; tri3 < triangles.length; tri3 += 3, i++) { int a = triangles[tri3 + 0]; int b = triangles[tri3 + 1]; int c = triangles[tri3 + 2]; Point3 v0p = getPoint(a); Point3 v1p = getPoint(b); Point3 v2p = getPoint(c); ngs[i] = Point3.normal(v0p, v1p, v2p); areas[i] = 0.5f * ngs[i].length(); ngs[i].normalize(); totalArea += areas[i]; } } else return false; return true; } private final boolean intersectTriangleKensler(int tri3, Ray r) { int a = 3 * triangles[tri3 + 0]; int b = 3 * triangles[tri3 + 1]; int c = 3 * triangles[tri3 + 2]; float edge0x = points[b + 0] - points[a + 0]; float edge0y = points[b + 1] - points[a + 1]; float edge0z = points[b + 2] - points[a + 2]; float edge1x = points[a + 0] - points[c + 0]; float edge1y = points[a + 1] - points[c + 1]; float edge1z = points[a + 2] - points[c + 2]; float nx = edge0y * edge1z - edge0z * edge1y; float ny = edge0z * edge1x - edge0x * edge1z; float nz = edge0x * edge1y - edge0y * edge1x; float v = r.dot(nx, ny, nz); float iv = 1 / v; float edge2x = points[a + 0] - r.ox; float edge2y = points[a + 1] - r.oy; float edge2z = points[a + 2] - r.oz; float va = nx * edge2x + ny * edge2y + nz * edge2z; float t = iv * va; if (t <= 0) return false; float ix = edge2y * r.dz - edge2z * r.dy; float iy = edge2z * r.dx - edge2x * r.dz; float iz = edge2x * r.dy - edge2y * r.dx; float v1 = ix * edge1x + iy * edge1y + iz * edge1z; float beta = iv * v1; if (beta < 0) return false; float v2 = ix * edge0x + iy * edge0y + iz * edge0z; if ((v1 + v2) * v > v * v) return false; float gamma = iv * v2; if (gamma < 0) return false; // FIXME: arbitrary bias, should handle as in other places r.setMax(t - 1e-3f); return true; } public Color getRadiance(ShadingState state) { if (!state.includeLights()) return Color.BLACK; state.faceforward(); // emit constant radiance return state.isBehind() ? Color.BLACK : radiance; } public void scatterPhoton(ShadingState state, Color power) { // do not scatter photons } public Instance createInstance() { return Instance.createTemporary(this, null, this); } public int getNumSamples() { return numSamples * getNumPrimitives(); } public void getPhoton(double randX1, double randY1, double randX2, double randY2, Point3 p, Vector3 dir, Color power) { double rnd = randX1 * totalArea; int j = areas.length - 1; for (int i = 0; i < areas.length; i++) { if (rnd < areas[i]) { j = i; break; } rnd -= areas[i]; // try next triangle } rnd /= areas[j]; randX1 = rnd; double s = Math.sqrt(1 - randX2); float u = (float) (randY2 * s); float v = (float) (1 - s); float w = 1 - u - v; int tri3 = j * 3; int index0 = 3 * triangles[tri3 + 0]; int index1 = 3 * triangles[tri3 + 1]; int index2 = 3 * triangles[tri3 + 2]; p.x = w * points[index0 + 0] + u * points[index1 + 0] + v * points[index2 + 0]; p.y = w * points[index0 + 1] + u * points[index1 + 1] + v * points[index2 + 1]; p.z = w * points[index0 + 2] + u * points[index1 + 2] + v * points[index2 + 2]; p.x += 0.001f * ngs[j].x; p.y += 0.001f * ngs[j].y; p.z += 0.001f * ngs[j].z; OrthoNormalBasis onb = OrthoNormalBasis.makeFromW(ngs[j]); u = (float) (2 * Math.PI * randX1); s = Math.sqrt(randY1); onb.transform(new Vector3((float) (Math.cos(u) * s), (float) (Math.sin(u) * s), (float) (Math.sqrt(1 - randY1))), dir); Color.mul((float) Math.PI * areas[j], radiance, power); } public float getPower() { return radiance.copy().mul((float) Math.PI * totalArea).getLuminance(); } public void getSamples(ShadingState state) { if (numSamples == 0) return; Vector3 n = state.getNormal(); Point3 p = state.getPoint(); for (int tri3 = 0, i = 0; tri3 < triangles.length; tri3 += 3, i++) { // vector towards each vertex of the light source Vector3 p0 = Point3.sub(getPoint(triangles[tri3 + 0]), p, new Vector3()); // cull triangle if it is facing the wrong way if (Vector3.dot(p0, ngs[i]) >= 0) continue; Vector3 p1 = Point3.sub(getPoint(triangles[tri3 + 1]), p, new Vector3()); Vector3 p2 = Point3.sub(getPoint(triangles[tri3 + 2]), p, new Vector3()); // if all three vertices are below the hemisphere, stop if (Vector3.dot(p0, n) <= 0 && Vector3.dot(p1, n) <= 0 && Vector3.dot(p2, n) <= 0) continue; p0.normalize(); p1.normalize(); p2.normalize(); float dot = Vector3.dot(p2, p0); Vector3 h = new Vector3(); h.x = p2.x - dot * p0.x; h.y = p2.y - dot * p0.y; h.z = p2.z - dot * p0.z; float hlen = h.length(); if (hlen > 1e-6f) h.div(hlen); else continue; Vector3 n0 = Vector3.cross(p0, p1, new Vector3()); float len0 = n0.length(); if (len0 > 1e-6f) n0.div(len0); else continue; Vector3 n1 = Vector3.cross(p1, p2, new Vector3()); float len1 = n1.length(); if (len1 > 1e-6f) n1.div(len1); else continue; Vector3 n2 = Vector3.cross(p2, p0, new Vector3()); float len2 = n2.length(); if (len2 > 1e-6f) n2.div(len2); else continue; float cosAlpha = MathUtils.clamp(-Vector3.dot(n2, n0), -1.0f, 1.0f); float cosBeta = MathUtils.clamp(-Vector3.dot(n0, n1), -1.0f, 1.0f); float cosGamma = MathUtils.clamp(-Vector3.dot(n1, n2), -1.0f, 1.0f); float alpha = (float) Math.acos(cosAlpha); float beta = (float) Math.acos(cosBeta); float gamma = (float) Math.acos(cosGamma); float area = alpha + beta + gamma - (float) Math.PI; float cosC = MathUtils.clamp(Vector3.dot(p0, p1), -1.0f, 1.0f); float salpha = (float) Math.sin(alpha); float product = salpha * cosC; // use lower sampling depth for diffuse bounces int samples = state.getDiffuseDepth() > 0 ? 1 : numSamples; Color c = Color.mul(area / samples, radiance); for (int j = 0; j < samples; j++) { // random offset on unit square double randX = state.getRandom(j, 0, samples); double randY = state.getRandom(j, 1, samples); float phi = (float) randX * area - alpha + (float) Math.PI; float sinPhi = (float) Math.sin(phi); float cosPhi = (float) Math.cos(phi); float u = cosPhi + cosAlpha; float v = sinPhi - product; float q = (-v + cosAlpha * (cosPhi * -v + sinPhi * u)) / (salpha * (sinPhi * -v - cosPhi * u)); float q1 = 1.0f - q * q; if (q1 < 0.0f) q1 = 0.0f; float sqrtq1 = (float) Math.sqrt(q1); float ncx = q * p0.x + sqrtq1 * h.x; float ncy = q * p0.y + sqrtq1 * h.y; float ncz = q * p0.z + sqrtq1 * h.z; dot = p1.dot(ncx, ncy, ncz); float z = 1.0f - (float) randY * (1.0f - dot); float z1 = 1.0f - z * z; if (z1 < 0.0f) z1 = 0.0f; Vector3 nd = new Vector3(); nd.x = ncx - dot * p1.x; nd.y = ncy - dot * p1.y; nd.z = ncz - dot * p1.z; nd.normalize(); float sqrtz1 = (float) Math.sqrt(z1); Vector3 result = new Vector3(); result.x = z * p1.x + sqrtz1 * nd.x; result.y = z * p1.y + sqrtz1 * nd.y; result.z = z * p1.z + sqrtz1 * nd.z; // make sure the sample is in the right hemisphere - facing in // the right direction if (Vector3.dot(result, n) > 0 && Vector3.dot(result, state.getGeoNormal()) > 0 && Vector3.dot(result, ngs[i]) < 0) { // compute intersection with triangle (if any) Ray shadowRay = new Ray(state.getPoint(), result); if (!intersectTriangleKensler(tri3, shadowRay)) continue; LightSample dest = new LightSample(); dest.setShadowRay(shadowRay); // prepare sample dest.setRadiance(c, c); dest.traceShadow(state); state.addSample(dest); } } } } }src/org/sunflow/core/light/PointLight.java0000644000175000017500000000421411301357540020140 0ustar user03user03package org.sunflow.core.light; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.LightSample; import org.sunflow.core.LightSource; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; public class PointLight implements LightSource { private Point3 lightPoint; private Color power; public PointLight() { lightPoint = new Point3(0, 0, 0); power = Color.WHITE; } public boolean update(ParameterList pl, SunflowAPI api) { lightPoint = pl.getPoint("center", lightPoint); power = pl.getColor("power", power); return true; } public int getNumSamples() { return 1; } public void getSamples(ShadingState state) { Vector3 d = Point3.sub(lightPoint, state.getPoint(), new Vector3()); if (Vector3.dot(d, state.getNormal()) > 0 && Vector3.dot(d, state.getGeoNormal()) > 0) { LightSample dest = new LightSample(); // prepare shadow ray dest.setShadowRay(new Ray(state.getPoint(), lightPoint)); float scale = 1.0f / (float) (4 * Math.PI * lightPoint.distanceToSquared(state.getPoint())); dest.setRadiance(power, power); dest.getDiffuseRadiance().mul(scale); dest.getSpecularRadiance().mul(scale); dest.traceShadow(state); state.addSample(dest); } } public void getPhoton(double randX1, double randY1, double randX2, double randY2, Point3 p, Vector3 dir, Color power) { p.set(lightPoint); float phi = (float) (2 * Math.PI * randX1); float s = (float) Math.sqrt(randY1 * (1.0f - randY1)); dir.x = (float) Math.cos(phi) * s; dir.y = (float) Math.sin(phi) * s; dir.z = (float) (1 - 2 * randY1); power.set(this.power); } public float getPower() { return power.getLuminance(); } public Instance createInstance() { return null; } }src/org/sunflow/core/light/DirectionalSpotlight.java0000644000175000017500000000616611301357540022222 0ustar user03user03package org.sunflow.core.light; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.LightSample; import org.sunflow.core.LightSource; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; public class DirectionalSpotlight implements LightSource { private Point3 src; private Vector3 dir; private OrthoNormalBasis basis; private float r, r2; private Color radiance; public DirectionalSpotlight() { src = new Point3(0, 0, 0); dir = new Vector3(0, 0, -1); dir.normalize(); basis = OrthoNormalBasis.makeFromW(dir); r = 1; r2 = r * r; radiance = Color.WHITE; } public boolean update(ParameterList pl, SunflowAPI api) { src = pl.getPoint("source", src); dir = pl.getVector("dir", dir); dir.normalize(); r = pl.getFloat("radius", r); basis = OrthoNormalBasis.makeFromW(dir); r2 = r * r; radiance = pl.getColor("radiance", radiance); return true; } public int getNumSamples() { return 1; } public int getLowSamples() { return 1; } public void getSamples(ShadingState state) { if (Vector3.dot(dir, state.getGeoNormal()) < 0 && Vector3.dot(dir, state.getNormal()) < 0) { // project point onto source plane float x = state.getPoint().x - src.x; float y = state.getPoint().y - src.y; float z = state.getPoint().z - src.z; float t = ((x * dir.x) + (y * dir.y) + (z * dir.z)); if (t >= 0.0) { x -= (t * dir.x); y -= (t * dir.y); z -= (t * dir.z); if (((x * x) + (y * y) + (z * z)) <= r2) { Point3 p = new Point3(); p.x = src.x + x; p.y = src.y + y; p.z = src.z + z; LightSample dest = new LightSample(); dest.setShadowRay(new Ray(state.getPoint(), p)); dest.setRadiance(radiance, radiance); dest.traceShadow(state); state.addSample(dest); } } } } public void getPhoton(double randX1, double randY1, double randX2, double randY2, Point3 p, Vector3 dir, Color power) { float phi = (float) (2 * Math.PI * randX1); float s = (float) Math.sqrt(1.0f - randY1); dir.x = r * (float) Math.cos(phi) * s; dir.y = r * (float) Math.sin(phi) * s; dir.z = 0; basis.transform(dir); Point3.add(src, dir, p); dir.set(this.dir); power.set(radiance).mul((float) Math.PI * r2); } public float getPower() { return radiance.copy().mul((float) Math.PI * r2).getLuminance(); } public Instance createInstance() { return null; } }src/org/sunflow/core/light/ImageBasedLight.java0000644000175000017500000002613711301357540021040 0ustar user03user03package org.sunflow.core.light; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.LightSample; import org.sunflow.core.LightSource; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.core.TextureCache; import org.sunflow.image.Bitmap; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.QMC; import org.sunflow.math.Vector3; public class ImageBasedLight implements PrimitiveList, LightSource, Shader { private Texture texture; private OrthoNormalBasis basis; private int numSamples; private int numLowSamples; private float jacobian; private float[] colHistogram; private float[][] imageHistogram; private Vector3[] samples; private Vector3[] lowSamples; private Color[] colors; private Color[] lowColors; public ImageBasedLight() { texture = null; updateBasis(new Vector3(0, 0, -1), new Vector3(0, 1, 0)); numSamples = 64; numLowSamples = 8; } private void updateBasis(Vector3 center, Vector3 up) { if (center != null && up != null) { basis = OrthoNormalBasis.makeFromWV(center, up); basis.swapWU(); basis.flipV(); } } public boolean update(ParameterList pl, SunflowAPI api) { updateBasis(pl.getVector("center", null), pl.getVector("up", null)); numSamples = pl.getInt("samples", numSamples); numLowSamples = pl.getInt("lowsamples", numLowSamples); String filename = pl.getString("texture", null); if (filename != null) texture = TextureCache.getTexture(api.resolveTextureFilename(filename), false); // no texture provided if (texture == null) return false; Bitmap b = texture.getBitmap(); if (b == null) return false; // rebuild histograms if this is a new texture if (filename != null) { imageHistogram = new float[b.getWidth()][b.getHeight()]; colHistogram = new float[b.getWidth()]; float du = 1.0f / b.getWidth(); float dv = 1.0f / b.getHeight(); for (int x = 0; x < b.getWidth(); x++) { for (int y = 0; y < b.getHeight(); y++) { float u = (x + 0.5f) * du; float v = (y + 0.5f) * dv; Color c = texture.getPixel(u, v); imageHistogram[x][y] = c.getLuminance() * (float) Math.sin(Math.PI * v); if (y > 0) imageHistogram[x][y] += imageHistogram[x][y - 1]; } colHistogram[x] = imageHistogram[x][b.getHeight() - 1]; if (x > 0) colHistogram[x] += colHistogram[x - 1]; for (int y = 0; y < b.getHeight(); y++) imageHistogram[x][y] /= imageHistogram[x][b.getHeight() - 1]; } for (int x = 0; x < b.getWidth(); x++) colHistogram[x] /= colHistogram[b.getWidth() - 1]; jacobian = (float) (2 * Math.PI * Math.PI) / (b.getWidth() * b.getHeight()); } // take fixed samples if (pl.getBoolean("fixed", samples != null)) { // high density samples samples = new Vector3[numSamples]; colors = new Color[numSamples]; generateFixedSamples(samples, colors); // low density samples lowSamples = new Vector3[numLowSamples]; lowColors = new Color[numLowSamples]; generateFixedSamples(lowSamples, lowColors); } else { // turn off samples = lowSamples = null; colors = lowColors = null; } return true; } private void generateFixedSamples(Vector3[] samples, Color[] colors) { for (int i = 0; i < samples.length; i++) { double randX = (double) i / (double) samples.length; double randY = QMC.halton(0, i); int x = 0; while (randX >= colHistogram[x] && x < colHistogram.length - 1) x++; float[] rowHistogram = imageHistogram[x]; int y = 0; while (randY >= rowHistogram[y] && y < rowHistogram.length - 1) y++; // sample from (x, y) float u = (float) ((x == 0) ? (randX / colHistogram[0]) : ((randX - colHistogram[x - 1]) / (colHistogram[x] - colHistogram[x - 1]))); float v = (float) ((y == 0) ? (randY / rowHistogram[0]) : ((randY - rowHistogram[y - 1]) / (rowHistogram[y] - rowHistogram[y - 1]))); float px = ((x == 0) ? colHistogram[0] : (colHistogram[x] - colHistogram[x - 1])); float py = ((y == 0) ? rowHistogram[0] : (rowHistogram[y] - rowHistogram[y - 1])); float su = (x + u) / colHistogram.length; float sv = (y + v) / rowHistogram.length; float invP = (float) Math.sin(sv * Math.PI) * jacobian / (numSamples * px * py); samples[i] = getDirection(su, sv); basis.transform(samples[i]); colors[i] = texture.getPixel(su, sv).mul(invP); } } public void prepareShadingState(ShadingState state) { if (state.includeLights()) state.setShader(this); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { if (r.getMax() == Float.POSITIVE_INFINITY) state.setIntersection(0); } public int getNumPrimitives() { return 1; } public float getPrimitiveBound(int primID, int i) { return 0; } public BoundingBox getWorldBounds(Matrix4 o2w) { return null; } public PrimitiveList getBakingPrimitives() { return null; } public int getNumSamples() { return numSamples; } public void getSamples(ShadingState state) { if (samples == null) { int n = state.getDiffuseDepth() > 0 ? 1 : numSamples; for (int i = 0; i < n; i++) { // random offset on unit square, we use the infinite version of // getRandom because the light sampling is adaptive double randX = state.getRandom(i, 0, n); double randY = state.getRandom(i, 1, n); int x = 0; while (randX >= colHistogram[x] && x < colHistogram.length - 1) x++; float[] rowHistogram = imageHistogram[x]; int y = 0; while (randY >= rowHistogram[y] && y < rowHistogram.length - 1) y++; // sample from (x, y) float u = (float) ((x == 0) ? (randX / colHistogram[0]) : ((randX - colHistogram[x - 1]) / (colHistogram[x] - colHistogram[x - 1]))); float v = (float) ((y == 0) ? (randY / rowHistogram[0]) : ((randY - rowHistogram[y - 1]) / (rowHistogram[y] - rowHistogram[y - 1]))); float px = ((x == 0) ? colHistogram[0] : (colHistogram[x] - colHistogram[x - 1])); float py = ((y == 0) ? rowHistogram[0] : (rowHistogram[y] - rowHistogram[y - 1])); float su = (x + u) / colHistogram.length; float sv = (y + v) / rowHistogram.length; float invP = (float) Math.sin(sv * Math.PI) * jacobian / (n * px * py); Vector3 dir = getDirection(su, sv); basis.transform(dir); if (Vector3.dot(dir, state.getGeoNormal()) > 0) { LightSample dest = new LightSample(); dest.setShadowRay(new Ray(state.getPoint(), dir)); dest.getShadowRay().setMax(Float.MAX_VALUE); Color radiance = texture.getPixel(su, sv); dest.setRadiance(radiance, radiance); dest.getDiffuseRadiance().mul(invP); dest.getSpecularRadiance().mul(invP); dest.traceShadow(state); state.addSample(dest); } } } else { if (state.getDiffuseDepth() > 0) { for (int i = 0; i < numLowSamples; i++) { if (Vector3.dot(lowSamples[i], state.getGeoNormal()) > 0 && Vector3.dot(lowSamples[i], state.getNormal()) > 0) { LightSample dest = new LightSample(); dest.setShadowRay(new Ray(state.getPoint(), lowSamples[i])); dest.getShadowRay().setMax(Float.MAX_VALUE); dest.setRadiance(lowColors[i], lowColors[i]); dest.traceShadow(state); state.addSample(dest); } } } else { for (int i = 0; i < numSamples; i++) { if (Vector3.dot(samples[i], state.getGeoNormal()) > 0 && Vector3.dot(samples[i], state.getNormal()) > 0) { LightSample dest = new LightSample(); dest.setShadowRay(new Ray(state.getPoint(), samples[i])); dest.getShadowRay().setMax(Float.MAX_VALUE); dest.setRadiance(colors[i], colors[i]); dest.traceShadow(state); state.addSample(dest); } } } } } public void getPhoton(double randX1, double randY1, double randX2, double randY2, Point3 p, Vector3 dir, Color power) { } public Color getRadiance(ShadingState state) { // lookup texture based on ray direction return state.includeLights() ? getColor(basis.untransform(state.getRay().getDirection(), new Vector3())) : Color.BLACK; } private Color getColor(Vector3 dir) { float u, v; // assume lon/lat format double phi = 0, theta = 0; phi = Math.acos(dir.y); theta = Math.atan2(dir.z, dir.x); u = (float) (0.5 - 0.5 * theta / Math.PI); v = (float) (phi / Math.PI); return texture.getPixel(u, v); } private Vector3 getDirection(float u, float v) { Vector3 dest = new Vector3(); double phi = 0, theta = 0; theta = u * 2 * Math.PI; phi = v * Math.PI; double sin_phi = Math.sin(phi); dest.x = (float) (-sin_phi * Math.cos(theta)); dest.y = (float) Math.cos(phi); dest.z = (float) (sin_phi * Math.sin(theta)); return dest; } public void scatterPhoton(ShadingState state, Color power) { } public float getPower() { return 0; } public Instance createInstance() { return Instance.createTemporary(this, null, this); } }src/org/sunflow/core/light/SphereLight.java0000644000175000017500000001361211301357540020277 0ustar user03user03package org.sunflow.core.light; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.LightSample; import org.sunflow.core.LightSource; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.core.primitive.Sphere; import org.sunflow.image.Color; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Solvers; import org.sunflow.math.Vector3; public class SphereLight implements LightSource, Shader { private Color radiance; private int numSamples; private Point3 center; private float radius; private float r2; public SphereLight() { radiance = Color.WHITE; numSamples = 4; center = new Point3(); radius = r2 = 1; } public boolean update(ParameterList pl, SunflowAPI api) { radiance = pl.getColor("radiance", radiance); numSamples = pl.getInt("samples", numSamples); radius = pl.getFloat("radius", radius); r2 = radius * radius; center = pl.getPoint("center", center); return true; } public int getNumSamples() { return numSamples; } public int getLowSamples() { return 1; } public boolean isVisible(ShadingState state) { return state.getPoint().distanceToSquared(center) > r2; } public void getSamples(ShadingState state) { if (getNumSamples() <= 0) return; Vector3 wc = Point3.sub(center, state.getPoint(), new Vector3()); float l2 = wc.lengthSquared(); if (l2 <= r2) return; // inside the sphere? // top of the sphere as viewed from the current shading point float topX = wc.x + state.getNormal().x * radius; float topY = wc.y + state.getNormal().y * radius; float topZ = wc.z + state.getNormal().z * radius; if (state.getNormal().dot(topX, topY, topZ) <= 0) return; // top of the sphere is below the horizon float cosThetaMax = (float) Math.sqrt(Math.max(0, 1 - r2 / Vector3.dot(wc, wc))); OrthoNormalBasis basis = OrthoNormalBasis.makeFromW(wc); int samples = state.getDiffuseDepth() > 0 ? 1 : getNumSamples(); float scale = (float) (2 * Math.PI * (1 - cosThetaMax)); Color c = Color.mul(scale / samples, radiance); for (int i = 0; i < samples; i++) { // random offset on unit square double randX = state.getRandom(i, 0, samples); double randY = state.getRandom(i, 1, samples); // cone sampling double cosTheta = (1 - randX) * cosThetaMax + randX; double sinTheta = Math.sqrt(1 - cosTheta * cosTheta); double phi = randY * 2 * Math.PI; Vector3 dir = new Vector3((float) (Math.cos(phi) * sinTheta), (float) (Math.sin(phi) * sinTheta), (float) cosTheta); basis.transform(dir); // check that the direction of the sample is the same as the // normal float cosNx = Vector3.dot(dir, state.getNormal()); if (cosNx <= 0) continue; float ocx = state.getPoint().x - center.x; float ocy = state.getPoint().y - center.y; float ocz = state.getPoint().z - center.z; float qa = Vector3.dot(dir, dir); float qb = 2 * ((dir.x * ocx) + (dir.y * ocy) + (dir.z * ocz)); float qc = ((ocx * ocx) + (ocy * ocy) + (ocz * ocz)) - r2; double[] t = Solvers.solveQuadric(qa, qb, qc); if (t == null) continue; LightSample dest = new LightSample(); // compute shadow ray to the sampled point dest.setShadowRay(new Ray(state.getPoint(), dir)); // FIXME: arbitrary bias, should handle as in other places dest.getShadowRay().setMax((float) t[0] - 1e-3f); // prepare sample dest.setRadiance(c, c); dest.traceShadow(state); state.addSample(dest); } } public void getPhoton(double randX1, double randY1, double randX2, double randY2, Point3 p, Vector3 dir, Color power) { float z = (float) (1 - 2 * randX2); float r = (float) Math.sqrt(Math.max(0, 1 - z * z)); float phi = (float) (2 * Math.PI * randY2); float x = r * (float) Math.cos(phi); float y = r * (float) Math.sin(phi); p.x = center.x + x * radius; p.y = center.y + y * radius; p.z = center.z + z * radius; OrthoNormalBasis basis = OrthoNormalBasis.makeFromW(new Vector3(x, y, z)); phi = (float) (2 * Math.PI * randX1); float cosPhi = (float) Math.cos(phi); float sinPhi = (float) Math.sin(phi); float sinTheta = (float) Math.sqrt(randY1); float cosTheta = (float) Math.sqrt(1 - randY1); dir.x = cosPhi * sinTheta; dir.y = sinPhi * sinTheta; dir.z = cosTheta; basis.transform(dir); power.set(radiance); power.mul((float) (Math.PI * Math.PI * 4 * r2)); } public float getPower() { return radiance.copy().mul((float) (Math.PI * Math.PI * 4 * r2)).getLuminance(); } public Color getRadiance(ShadingState state) { if (!state.includeLights()) return Color.BLACK; state.faceforward(); // emit constant radiance return state.isBehind() ? Color.BLACK : radiance; } public void scatterPhoton(ShadingState state, Color power) { // do not scatter photons } public Instance createInstance() { return Instance.createTemporary(new Sphere(), Matrix4.translation(center.x, center.y, center.z).multiply(Matrix4.scale(radius)), this); } }src/org/sunflow/core/light/SunSkyLight.java0000644000175000017500000003677411301357540020323 0ustar user03user03package org.sunflow.core.light; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.LightSample; import org.sunflow.core.LightSource; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.ChromaticitySpectrum; import org.sunflow.image.Color; import org.sunflow.image.ConstantSpectralCurve; import org.sunflow.image.IrregularSpectralCurve; import org.sunflow.image.RGBSpace; import org.sunflow.image.RegularSpectralCurve; import org.sunflow.image.SpectralCurve; import org.sunflow.image.XYZColor; import org.sunflow.math.BoundingBox; import org.sunflow.math.MathUtils; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; public class SunSkyLight implements LightSource, PrimitiveList, Shader { // sunflow parameters private int numSkySamples; private OrthoNormalBasis basis; private boolean groundExtendSky; private Color groundColor; // parameters to the model private Vector3 sunDirWorld; private float turbidity; // derived quantities private Vector3 sunDir; private SpectralCurve sunSpectralRadiance; private Color sunColor; private float sunTheta; private double zenithY, zenithx, zenithy; private final double[] perezY = new double[5]; private final double[] perezx = new double[5]; private final double[] perezy = new double[5]; private float jacobian; private float[] colHistogram; private float[][] imageHistogram; // constant data private static final float[] solAmplitudes = { 165.5f, 162.3f, 211.2f, 258.8f, 258.2f, 242.3f, 267.6f, 296.6f, 305.4f, 300.6f, 306.6f, 288.3f, 287.1f, 278.2f, 271.0f, 272.3f, 263.6f, 255.0f, 250.6f, 253.1f, 253.5f, 251.3f, 246.3f, 241.7f, 236.8f, 232.1f, 228.2f, 223.4f, 219.7f, 215.3f, 211.0f, 207.3f, 202.4f, 198.7f, 194.3f, 190.7f, 186.3f, 182.6f }; private static final RegularSpectralCurve solCurve = new RegularSpectralCurve(solAmplitudes, 380, 750); private static final float[] k_oWavelengths = { 300, 305, 310, 315, 320, 325, 330, 335, 340, 345, 350, 355, 445, 450, 455, 460, 465, 470, 475, 480, 485, 490, 495, 500, 505, 510, 515, 520, 525, 530, 535, 540, 545, 550, 555, 560, 565, 570, 575, 580, 585, 590, 595, 600, 605, 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, 710, 720, 730, 740, 750, 760, 770, 780, 790, }; private static final float[] k_oAmplitudes = { 10.0f, 4.8f, 2.7f, 1.35f, .8f, .380f, .160f, .075f, .04f, .019f, .007f, .0f, .003f, .003f, .004f, .006f, .008f, .009f, .012f, .014f, .017f, .021f, .025f, .03f, .035f, .04f, .045f, .048f, .057f, .063f, .07f, .075f, .08f, .085f, .095f, .103f, .110f, .12f, .122f, .12f, .118f, .115f, .12f, .125f, .130f, .12f, .105f, .09f, .079f, .067f, .057f, .048f, .036f, .028f, .023f, .018f, .014f, .011f, .010f, .009f, .007f, .004f, .0f, .0f }; private static final float[] k_gWavelengths = { 759, 760, 770, 771 }; private static final float[] k_gAmplitudes = { 0, 3.0f, 0.210f, 0 }; private static final float[] k_waWavelengths = { 689, 690, 700, 710, 720, 730, 740, 750, 760, 770, 780, 790, 800 }; private static final float[] k_waAmplitudes = { 0f, 0.160e-1f, 0.240e-1f, 0.125e-1f, 0.100e+1f, 0.870f, 0.610e-1f, 0.100e-2f, 0.100e-4f, 0.100e-4f, 0.600e-3f, 0.175e-1f, 0.360e-1f }; private static final IrregularSpectralCurve k_oCurve = new IrregularSpectralCurve(k_oWavelengths, k_oAmplitudes); private static final IrregularSpectralCurve k_gCurve = new IrregularSpectralCurve(k_gWavelengths, k_gAmplitudes); private static final IrregularSpectralCurve k_waCurve = new IrregularSpectralCurve(k_waWavelengths, k_waAmplitudes); public SunSkyLight() { numSkySamples = 64; sunDirWorld = new Vector3(1, 1, 1); turbidity = 6; basis = OrthoNormalBasis.makeFromWV(new Vector3(0, 0, 1), new Vector3(0, 1, 0)); groundExtendSky = false; groundColor = Color.BLACK; initSunSky(); } private SpectralCurve computeAttenuatedSunlight(float theta, float turbidity) { float[] data = new float[91]; // holds the sunsky curve data final double alpha = 1.3; final double lozone = 0.35; final double w = 2.0; double beta = 0.04608365822050 * turbidity - 0.04586025928522; // Relative optical mass double m = 1.0 / (Math.cos(theta) + 0.000940 * Math.pow(1.6386 - theta, -1.253)); for (int i = 0, lambda = 350; lambda <= 800; i++, lambda += 5) { // Rayleigh scattering double tauR = Math.exp(-m * 0.008735 * Math.pow(lambda / 1000.0, -4.08)); // Aerosol (water + dust) attenuation double tauA = Math.exp(-m * beta * Math.pow(lambda / 1000.0, -alpha)); // Attenuation due to ozone absorption double tauO = Math.exp(-m * k_oCurve.sample(lambda) * lozone); // Attenuation due to mixed gases absorption double tauG = Math.exp(-1.41 * k_gCurve.sample(lambda) * m / Math.pow(1.0 + 118.93 * k_gCurve.sample(lambda) * m, 0.45)); // Attenuation due to water vapor absorption double tauWA = Math.exp(-0.2385 * k_waCurve.sample(lambda) * w * m / Math.pow(1.0 + 20.07 * k_waCurve.sample(lambda) * w * m, 0.45)); // 100.0 comes from solAmplitudes begin in wrong units. double amp = /* 100.0 * */solCurve.sample(lambda) * tauR * tauA * tauO * tauG * tauWA; data[i] = (float) amp; } return new RegularSpectralCurve(data, 350, 800); } private double perezFunction(final double[] lam, double theta, double gamma, double lvz) { double den = ((1.0 + lam[0] * Math.exp(lam[1])) * (1.0 + lam[2] * Math.exp(lam[3] * sunTheta) + lam[4] * Math.cos(sunTheta) * Math.cos(sunTheta))); double num = ((1.0 + lam[0] * Math.exp(lam[1] / Math.cos(theta))) * (1.0 + lam[2] * Math.exp(lam[3] * gamma) + lam[4] * Math.cos(gamma) * Math.cos(gamma))); return lvz * num / den; } private void initSunSky() { // perform all the required initialization of constants sunDirWorld.normalize(); sunDir = basis.untransform(sunDirWorld, new Vector3()); sunDir.normalize(); sunTheta = (float) Math.acos(MathUtils.clamp(sunDir.z, -1, 1)); if (sunDir.z > 0) { sunSpectralRadiance = computeAttenuatedSunlight(sunTheta, turbidity); // produce color suitable for rendering sunColor = RGBSpace.SRGB.convertXYZtoRGB(sunSpectralRadiance.toXYZ().mul(1e-4f)).constrainRGB(); } else { sunSpectralRadiance = new ConstantSpectralCurve(0); } // sunSolidAngle = (float) (0.25 * Math.PI * 1.39 * 1.39 / (150 * 150)); float theta2 = sunTheta * sunTheta; float theta3 = sunTheta * theta2; float T = turbidity; float T2 = turbidity * turbidity; double chi = (4.0 / 9.0 - T / 120.0) * (Math.PI - 2.0 * sunTheta); zenithY = (4.0453 * T - 4.9710) * Math.tan(chi) - 0.2155 * T + 2.4192; zenithY *= 1000; /* conversion from kcd/m^2 to cd/m^2 */ zenithx = (0.00165 * theta3 - 0.00374 * theta2 + 0.00208 * sunTheta + 0) * T2 + (-0.02902 * theta3 + 0.06377 * theta2 - 0.03202 * sunTheta + 0.00394) * T + (0.11693 * theta3 - 0.21196 * theta2 + 0.06052 * sunTheta + 0.25885); zenithy = (0.00275 * theta3 - 0.00610 * theta2 + 0.00316 * sunTheta + 0) * T2 + (-0.04212 * theta3 + 0.08970 * theta2 - 0.04153 * sunTheta + 0.00515) * T + (0.15346 * theta3 - 0.26756 * theta2 + 0.06669 * sunTheta + 0.26688); perezY[0] = 0.17872 * T - 1.46303; perezY[1] = -0.35540 * T + 0.42749; perezY[2] = -0.02266 * T + 5.32505; perezY[3] = 0.12064 * T - 2.57705; perezY[4] = -0.06696 * T + 0.37027; perezx[0] = -0.01925 * T - 0.25922; perezx[1] = -0.06651 * T + 0.00081; perezx[2] = -0.00041 * T + 0.21247; perezx[3] = -0.06409 * T - 0.89887; perezx[4] = -0.00325 * T + 0.04517; perezy[0] = -0.01669 * T - 0.26078; perezy[1] = -0.09495 * T + 0.00921; perezy[2] = -0.00792 * T + 0.21023; perezy[3] = -0.04405 * T - 1.65369; perezy[4] = -0.01092 * T + 0.05291; final int w = 32, h = 32; imageHistogram = new float[w][h]; colHistogram = new float[w]; float du = 1.0f / w; float dv = 1.0f / h; for (int x = 0; x < w; x++) { for (int y = 0; y < h; y++) { float u = (x + 0.5f) * du; float v = (y + 0.5f) * dv; Color c = getSkyRGB(getDirection(u, v)); imageHistogram[x][y] = c.getLuminance() * (float) Math.sin(Math.PI * v); if (y > 0) imageHistogram[x][y] += imageHistogram[x][y - 1]; } colHistogram[x] = imageHistogram[x][h - 1]; if (x > 0) colHistogram[x] += colHistogram[x - 1]; for (int y = 0; y < h; y++) imageHistogram[x][y] /= imageHistogram[x][h - 1]; } for (int x = 0; x < w; x++) colHistogram[x] /= colHistogram[w - 1]; jacobian = (float) (2 * Math.PI * Math.PI) / (w * h); } public boolean update(ParameterList pl, SunflowAPI api) { Vector3 up = pl.getVector("up", null); Vector3 east = pl.getVector("east", null); if (up != null && east != null) basis = OrthoNormalBasis.makeFromWV(up, east); else if (up != null) basis = OrthoNormalBasis.makeFromW(up); numSkySamples = pl.getInt("samples", numSkySamples); sunDirWorld = pl.getVector("sundir", sunDirWorld); turbidity = pl.getFloat("turbidity", turbidity); groundExtendSky = pl.getBoolean("ground.extendsky", groundExtendSky); groundColor = pl.getColor("ground.color", groundColor); // recompute model initSunSky(); return true; } private Color getSkyRGB(Vector3 dir) { if (dir.z < 0 && !groundExtendSky) return groundColor; if (dir.z < 0.001f) dir.z = 0.001f; dir.normalize(); double theta = Math.acos(MathUtils.clamp(dir.z, -1, 1)); double gamma = Math.acos(MathUtils.clamp(Vector3.dot(dir, sunDir), -1, 1)); double x = perezFunction(perezx, theta, gamma, zenithx); double y = perezFunction(perezy, theta, gamma, zenithy); double Y = perezFunction(perezY, theta, gamma, zenithY) * 1e-4; XYZColor c = ChromaticitySpectrum.get((float) x, (float) y); // XYZColor c = new ChromaticitySpectrum((float) x, (float) y).toXYZ(); float X = (float) (c.getX() * Y / c.getY()); float Z = (float) (c.getZ() * Y / c.getY()); return RGBSpace.SRGB.convertXYZtoRGB(X, (float) Y, Z); } public int getNumSamples() { return 1 + numSkySamples; } public void getPhoton(double randX1, double randY1, double randX2, double randY2, Point3 p, Vector3 dir, Color power) { // FIXME: not implemented } public float getPower() { return 0; } public void getSamples(ShadingState state) { if (Vector3.dot(sunDirWorld, state.getGeoNormal()) > 0 && Vector3.dot(sunDirWorld, state.getNormal()) > 0) { LightSample dest = new LightSample(); dest.setShadowRay(new Ray(state.getPoint(), sunDirWorld)); dest.getShadowRay().setMax(Float.MAX_VALUE); dest.setRadiance(sunColor, sunColor); dest.traceShadow(state); state.addSample(dest); } int n = state.getDiffuseDepth() > 0 ? 1 : numSkySamples; for (int i = 0; i < n; i++) { // random offset on unit square, we use the infinite version of // getRandom because the light sampling is adaptive double randX = state.getRandom(i, 0, n); double randY = state.getRandom(i, 1, n); int x = 0; while (randX >= colHistogram[x] && x < colHistogram.length - 1) x++; float[] rowHistogram = imageHistogram[x]; int y = 0; while (randY >= rowHistogram[y] && y < rowHistogram.length - 1) y++; // sample from (x, y) float u = (float) ((x == 0) ? (randX / colHistogram[0]) : ((randX - colHistogram[x - 1]) / (colHistogram[x] - colHistogram[x - 1]))); float v = (float) ((y == 0) ? (randY / rowHistogram[0]) : ((randY - rowHistogram[y - 1]) / (rowHistogram[y] - rowHistogram[y - 1]))); float px = ((x == 0) ? colHistogram[0] : (colHistogram[x] - colHistogram[x - 1])); float py = ((y == 0) ? rowHistogram[0] : (rowHistogram[y] - rowHistogram[y - 1])); float su = (x + u) / colHistogram.length; float sv = (y + v) / rowHistogram.length; float invP = (float) Math.sin(sv * Math.PI) * jacobian / (n * px * py); Vector3 localDir = getDirection(su, sv); Vector3 dir = basis.transform(localDir, new Vector3()); if (Vector3.dot(dir, state.getGeoNormal()) > 0 && Vector3.dot(dir, state.getNormal()) > 0) { LightSample dest = new LightSample(); dest.setShadowRay(new Ray(state.getPoint(), dir)); dest.getShadowRay().setMax(Float.MAX_VALUE); Color radiance = getSkyRGB(localDir); dest.setRadiance(radiance, radiance); dest.getDiffuseRadiance().mul(invP); dest.getSpecularRadiance().mul(invP); dest.traceShadow(state); state.addSample(dest); } } } public PrimitiveList getBakingPrimitives() { return null; } public int getNumPrimitives() { return 1; } public float getPrimitiveBound(int primID, int i) { return 0; } public BoundingBox getWorldBounds(Matrix4 o2w) { return null; } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { if (r.getMax() == Float.POSITIVE_INFINITY) state.setIntersection(0); } public void prepareShadingState(ShadingState state) { if (state.includeLights()) state.setShader(this); } public Color getRadiance(ShadingState state) { return getSkyRGB(basis.untransform(state.getRay().getDirection())).constrainRGB(); } public void scatterPhoton(ShadingState state, Color power) { // let photon escape } private Vector3 getDirection(float u, float v) { Vector3 dest = new Vector3(); double phi = 0, theta = 0; theta = u * 2 * Math.PI; phi = v * Math.PI; double sin_phi = Math.sin(phi); dest.x = (float) (-sin_phi * Math.cos(theta)); dest.y = (float) Math.cos(phi); dest.z = (float) (sin_phi * Math.sin(theta)); return dest; } public Instance createInstance() { return Instance.createTemporary(this, null, this); } }src/org/sunflow/core/bucket/0000755000175000017500000000000011301357540015361 5ustar user03user03src/org/sunflow/core/bucket/ColumnBucketOrder.java0000644000175000017500000000102311301357540021607 0ustar user03user03package org.sunflow.core.bucket; import org.sunflow.core.BucketOrder; public class ColumnBucketOrder implements BucketOrder { public int[] getBucketSequence(int nbw, int nbh) { int[] coords = new int[2 * nbw * nbh]; for (int i = 0; i < nbw * nbh; i++) { int bx = i / nbh; int by = i % nbh; if ((bx & 1) == 1) by = nbh - 1 - by; coords[2 * i + 0] = bx; coords[2 * i + 1] = by; } return coords; } }src/org/sunflow/core/bucket/HilbertBucketOrder.java0000644000175000017500000000554211301357540021755 0ustar user03user03package org.sunflow.core.bucket; import org.sunflow.core.BucketOrder; public class HilbertBucketOrder implements BucketOrder { public int[] getBucketSequence(int nbw, int nbh) { int hi = 0; // hilbert curve index int hn = 0; // hilbert curve order while (((1 << hn) < nbw || (1 << hn) < nbh) && hn < 16) hn++; // fit to number of buckets int hN = 1 << (2 * hn); // number of hilbert buckets - 2**2n int n = nbw * nbh; // total number of buckets int[] coords = new int[2 * n]; // storage for bucket coordinates for (int i = 0; i < n; i++) { int hx, hy; do { // s is the hilbert index, shifted to start in the middle int s = hi; // (hi + (hN >> 1)) & (hN - 1); // int n = hn; // adapted from Hacker's Delight int comp, swap, cs, t, sr; s = s | (0x55555555 << (2 * hn)); // Pad s on left with 01 sr = (s >>> 1) & 0x55555555; // (no change) groups. cs = ((s & 0x55555555) + sr) ^ 0x55555555;// Compute // complement // & swap info in // two-bit groups. // Parallel prefix xor op to propagate both complement // and swap info together from left to right (there is // no step "cs ^= cs >> 1", so in effect it computes // two independent parallel prefix operations on two // interleaved sets of sixteen bits). cs = cs ^ (cs >>> 2); cs = cs ^ (cs >>> 4); cs = cs ^ (cs >>> 8); cs = cs ^ (cs >>> 16); swap = cs & 0x55555555; // Separate the swap and comp = (cs >>> 1) & 0x55555555; // complement bits. t = (s & swap) ^ comp; // Calculate x and y in s = s ^ sr ^ t ^ (t << 1); // the odd & even bit // positions, resp. s = s & ((1 << 2 * hn) - 1); // Clear out any junk // on the left (unpad). // Now "unshuffle" to separate the x and y bits. t = (s ^ (s >>> 1)) & 0x22222222; s = s ^ t ^ (t << 1); t = (s ^ (s >>> 2)) & 0x0C0C0C0C; s = s ^ t ^ (t << 2); t = (s ^ (s >>> 4)) & 0x00F000F0; s = s ^ t ^ (t << 4); t = (s ^ (s >>> 8)) & 0x0000FF00; s = s ^ t ^ (t << 8); hx = s >>> 16; // Assign the two halves hy = s & 0xFFFF; // of t to x and y. hi++; } while ((hx >= nbw || hy >= nbh || hx < 0 || hy < 0) && hi < hN); coords[2 * i + 0] = hx; coords[2 * i + 1] = hy; } return coords; } }src/org/sunflow/core/bucket/InvertedBucketOrder.java0000644000175000017500000000143011301357540022134 0ustar user03user03package org.sunflow.core.bucket; import org.sunflow.core.BucketOrder; public class InvertedBucketOrder implements BucketOrder { private BucketOrder order; public InvertedBucketOrder(BucketOrder order) { this.order = order; } public int[] getBucketSequence(int nbw, int nbh) { int[] coords = order.getBucketSequence(nbw, nbh); for (int i = 0; i < coords.length / 2; i += 2) { int src = i; int dst = coords.length - 2 - i; int tmp = coords[src + 0]; coords[src + 0] = coords[dst + 0]; coords[dst + 0] = tmp; tmp = coords[src + 1]; coords[src + 1] = coords[dst + 1]; coords[dst + 1] = tmp; } return coords; } }src/org/sunflow/core/bucket/SpiralBucketOrder.java0000644000175000017500000000254211301357540021613 0ustar user03user03package org.sunflow.core.bucket; import org.sunflow.core.BucketOrder; public class SpiralBucketOrder implements BucketOrder { public int[] getBucketSequence(int nbw, int nbh) { int[] coords = new int[2 * nbw * nbh]; for (int i = 0; i < nbw * nbh; i++) { int bx, by; int center = (Math.min(nbw, nbh) - 1) / 2; int nx = nbw; int ny = nbh; while (i < (nx * ny)) { nx--; ny--; } int nxny = nx * ny; int minnxny = Math.min(nx, ny); if ((minnxny & 1) == 1) { if (i <= (nxny + ny)) { bx = nx - minnxny / 2; by = -minnxny / 2 + i - nxny; } else { bx = nx - minnxny / 2 - (i - (nxny + ny)); by = ny - minnxny / 2; } } else { if (i <= (nxny + ny)) { bx = -minnxny / 2; by = ny - minnxny / 2 - (i - nxny); } else { bx = -minnxny / 2 + (i - (nxny + ny)); by = -minnxny / 2; } } coords[2 * i + 0] = bx + center; coords[2 * i + 1] = by + center; } return coords; } }src/org/sunflow/core/bucket/BucketOrderFactory.java0000644000175000017500000000162211301357540021766 0ustar user03user03package org.sunflow.core.bucket; import org.sunflow.PluginRegistry; import org.sunflow.core.BucketOrder; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class BucketOrderFactory { public static BucketOrder create(String order) { boolean flip = false; if (order.startsWith("inverse") || order.startsWith("invert") || order.startsWith("reverse")) { String[] tokens = order.split("\\s+"); if (tokens.length == 2) { order = tokens[1]; flip = true; } } BucketOrder o = PluginRegistry.bucketOrderPlugins.createObject(order); if (o == null) { UI.printWarning(Module.BCKT, "Unrecognized bucket ordering: \"%s\" - using hilbert", order); return create("hilbert"); } return flip ? new InvertedBucketOrder(o) : o; } }src/org/sunflow/core/bucket/RandomBucketOrder.java0000644000175000017500000000255311301357540021603 0ustar user03user03package org.sunflow.core.bucket; import org.sunflow.core.BucketOrder; public class RandomBucketOrder implements BucketOrder { public int[] getBucketSequence(int nbw, int nbh) { int[] coords = new int[2 * nbw * nbh]; for (int i = 0; i < nbw * nbh; i++) { int by = i / nbw; int bx = i % nbw; if ((by & 1) == 1) bx = nbw - 1 - bx; coords[2 * i + 0] = bx; coords[2 * i + 1] = by; } long seed = 2463534242L; for (int i = 0; i < coords.length; i++) { // pick 2 random indices seed = xorshift(seed); int src = mod((int) seed, nbw * nbh); seed = xorshift(seed); int dst = mod((int) seed, nbw * nbh); int tmp = coords[2 * src + 0]; coords[2 * src + 0] = coords[2 * dst + 0]; coords[2 * dst + 0] = tmp; tmp = coords[2 * src + 1]; coords[2 * src + 1] = coords[2 * dst + 1]; coords[2 * dst + 1] = tmp; } return coords; } private int mod(int a, int b) { int m = a % b; return (m < 0) ? m + b : m; } private long xorshift(long y) { y = y ^ (y << 13); y = y ^ (y >>> 17); // unsigned y = y ^ (y << 5); return y; } }src/org/sunflow/core/bucket/DiagonalBucketOrder.java0000644000175000017500000000140511301357540022074 0ustar user03user03package org.sunflow.core.bucket; import org.sunflow.core.BucketOrder; public class DiagonalBucketOrder implements BucketOrder { public int[] getBucketSequence(int nbw, int nbh) { int[] coords = new int[2 * nbw * nbh]; int x = 0, y = 0, nx = 1, ny = 0; for (int i = 0; i < nbw * nbh; i++) { coords[2 * i + 0] = x; coords[2 * i + 1] = y; do { if (y == ny) { y = 0; x = nx; ny++; nx++; } else { x--; y++; } } while ((y >= nbh || x >= nbw) && i != (nbw * nbh - 1)); } return coords; } }src/org/sunflow/core/bucket/RowBucketOrder.java0000644000175000017500000000102011301357540021116 0ustar user03user03package org.sunflow.core.bucket; import org.sunflow.core.BucketOrder; public class RowBucketOrder implements BucketOrder { public int[] getBucketSequence(int nbw, int nbh) { int[] coords = new int[2 * nbw * nbh]; for (int i = 0; i < nbw * nbh; i++) { int by = i / nbw; int bx = i % nbw; if ((by & 1) == 1) bx = nbw - 1 - bx; coords[2 * i + 0] = bx; coords[2 * i + 1] = by; } return coords; } }src/org/sunflow/core/GIEngine.java0000644000175000017500000000302611301357540016375 0ustar user03user03package org.sunflow.core; import org.sunflow.image.Color; /** * This represents a global illumination algorithm. It provides an interface to * compute indirect diffuse bounces of light and make those results available to * shaders. */ public interface GIEngine { /** * This is an optional method for engines that contain a secondary * illumination engine which can return an approximation of the global * radiance in the scene (like a photon map). Engines can safely return * Color.BLACK if they can't or don't wish to support this. * * @param state shading state * @return color approximating global radiance */ public Color getGlobalRadiance(ShadingState state); /** * Initialize the engine. This is called before rendering begins. * * @return true if the init phase succeeded, * false otherwise */ public boolean init(Options options, Scene scene); /** * Return the incomming irradiance due to indirect diffuse illumination at * the specified surface point. * * @param state current render state describing the point to be computed * @param diffuseReflectance diffuse albedo of the point being shaded, this * can be used for importance tracking * @return irradiance from indirect diffuse illumination at the specified * point */ public Color getIrradiance(ShadingState state, Color diffuseReflectance); }src/org/sunflow/core/AccelerationStructure.java0000644000175000017500000000105511301357540021262 0ustar user03user03package org.sunflow.core; public interface AccelerationStructure { /** * Construct an acceleration structure for the specified primitive list. * * @param primitives */ public void build(PrimitiveList primitives); /** * Intersect the specified ray with the geometry in local space. The ray * will be provided in local space. * * @param r ray in local space * @param istate state to store the intersection into */ public void intersect(Ray r, IntersectionState istate); }src/org/sunflow/core/Texture.java0000644000175000017500000001075711301357540016421 0ustar user03user03package org.sunflow.core; import java.io.IOException; import org.sunflow.PluginRegistry; import org.sunflow.image.Bitmap; import org.sunflow.image.BitmapReader; import org.sunflow.image.Color; import org.sunflow.image.BitmapReader.BitmapFormatException; import org.sunflow.image.formats.BitmapBlack; import org.sunflow.math.MathUtils; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; import org.sunflow.system.FileUtils; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; /** * Represents a 2D texture, typically used by {@link Shader shaders}. */ public class Texture { private String filename; private boolean isLinear; private Bitmap bitmap; private int loaded; /** * Creates a new texture from the specfied file. * * @param filename image file to load * @param isLinear is the texture gamma corrected already? */ Texture(String filename, boolean isLinear) { this.filename = filename; this.isLinear = isLinear; loaded = 0; } private synchronized void load() { if (loaded != 0) return; String extension = FileUtils.getExtension(filename); try { UI.printInfo(Module.TEX, "Reading texture bitmap from: \"%s\" ...", filename); BitmapReader reader = PluginRegistry.bitmapReaderPlugins.createObject(extension); if (reader != null) { bitmap = reader.load(filename, isLinear); if (bitmap.getWidth() == 0 || bitmap.getHeight() == 0) bitmap = null; } if (bitmap == null) { UI.printError(Module.TEX, "Bitmap reading failed"); bitmap = new BitmapBlack(); } else UI.printDetailed(Module.TEX, "Texture bitmap reading complete: %dx%d pixels found", bitmap.getWidth(), bitmap.getHeight()); } catch (IOException e) { UI.printError(Module.TEX, "%s", e.getMessage()); } catch (BitmapFormatException e) { UI.printError(Module.TEX, "%s format error: %s", extension, e.getMessage()); } loaded = 1; } public Bitmap getBitmap() { if (loaded == 0) load(); return bitmap; } /** * Gets the color at location (x,y) in the texture. The lookup is performed * using the fractional component of the coordinates, treating the texture * as a unit square tiled in both directions. Bicubic filtering is performed * on the four nearest pixels to the lookup point. * * @param x x coordinate into the texture * @param y y coordinate into the texture * @return filtered color at location (x,y) */ public Color getPixel(float x, float y) { Bitmap bitmap = getBitmap(); x = MathUtils.frac(x); y = MathUtils.frac(y); float dx = x * (bitmap.getWidth() - 1); float dy = y * (bitmap.getHeight() - 1); int ix0 = (int) dx; int iy0 = (int) dy; int ix1 = (ix0 + 1) % bitmap.getWidth(); int iy1 = (iy0 + 1) % bitmap.getHeight(); float u = dx - ix0; float v = dy - iy0; u = u * u * (3.0f - (2.0f * u)); v = v * v * (3.0f - (2.0f * v)); float k00 = (1.0f - u) * (1.0f - v); Color c00 = bitmap.readColor(ix0, iy0); float k01 = (1.0f - u) * v; Color c01 = bitmap.readColor(ix0, iy1); float k10 = u * (1.0f - v); Color c10 = bitmap.readColor(ix1, iy0); float k11 = u * v; Color c11 = bitmap.readColor(ix1, iy1); Color c = Color.mul(k00, c00); c.madd(k01, c01); c.madd(k10, c10); c.madd(k11, c11); return c; } public Vector3 getNormal(float x, float y, OrthoNormalBasis basis) { float[] rgb = getPixel(x, y).getRGB(); return basis.transform(new Vector3(2 * rgb[0] - 1, 2 * rgb[1] - 1, 2 * rgb[2] - 1)).normalize(); } public Vector3 getBump(float x, float y, OrthoNormalBasis basis, float scale) { Bitmap bitmap = getBitmap(); float dx = 1.0f / bitmap.getWidth(); float dy = 1.0f / bitmap.getHeight(); float b0 = getPixel(x, y).getLuminance(); float bx = getPixel(x + dx, y).getLuminance(); float by = getPixel(x, y + dy).getLuminance(); return basis.transform(new Vector3(scale * (b0 - bx), scale * (b0 - by), 1)).normalize(); } }src/org/sunflow/core/gi/0000755000175000017500000000000011301357540014503 5ustar user03user03src/org/sunflow/core/gi/AmbientOcclusionGIEngine.java0000644000175000017500000000372611301357540022162 0ustar user03user03package org.sunflow.core.gi; import org.sunflow.core.GIEngine; import org.sunflow.core.Options; import org.sunflow.core.Ray; import org.sunflow.core.Scene; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; public class AmbientOcclusionGIEngine implements GIEngine { private Color bright; private Color dark; private int samples; private float maxDist; public Color getGlobalRadiance(ShadingState state) { return Color.BLACK; } public boolean init(Options options, Scene scene) { bright = options.getColor("gi.ambocc.bright", Color.WHITE); dark = options.getColor("gi.ambocc.dark", Color.BLACK); samples = options.getInt("gi.ambocc.samples", 32); maxDist = options.getFloat("gi.ambocc.maxdist", 0); maxDist = (maxDist <= 0) ? Float.POSITIVE_INFINITY : maxDist; return true; } public Color getIrradiance(ShadingState state, Color diffuseReflectance) { OrthoNormalBasis onb = state.getBasis(); Vector3 w = new Vector3(); Color result = Color.black(); for (int i = 0; i < samples; i++) { float xi = (float) state.getRandom(i, 0, samples); float xj = (float) state.getRandom(i, 1, samples); float phi = (float) (2 * Math.PI * xi); float cosPhi = (float) Math.cos(phi); float sinPhi = (float) Math.sin(phi); float sinTheta = (float) Math.sqrt(xj); float cosTheta = (float) Math.sqrt(1.0f - xj); w.x = cosPhi * sinTheta; w.y = sinPhi * sinTheta; w.z = cosTheta; onb.transform(w); Ray r = new Ray(state.getPoint(), w); r.setMax(maxDist); result.add(Color.blend(bright, dark, state.traceShadow(r))); } return result.mul((float) Math.PI / samples); } }src/org/sunflow/core/gi/IrradianceCacheGIEngine.java0000644000175000017500000002362611301357540021712 0ustar user03user03package org.sunflow.core.gi; import java.util.concurrent.locks.ReentrantReadWriteLock; import org.sunflow.PluginRegistry; import org.sunflow.core.GIEngine; import org.sunflow.core.GlobalPhotonMapInterface; import org.sunflow.core.Options; import org.sunflow.core.Ray; import org.sunflow.core.Scene; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.MathUtils; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class IrradianceCacheGIEngine implements GIEngine { private int samples; private float tolerance; private float invTolerance; private float minSpacing; private float maxSpacing; private Node root; private ReentrantReadWriteLock rwl; private GlobalPhotonMapInterface globalPhotonMap; public boolean init(Options options, Scene scene) { // get settings samples = options.getInt("gi.irr-cache.samples", 256); tolerance = options.getFloat("gi.irr-cache.tolerance", 0.05f); invTolerance = 1.0f / tolerance; minSpacing = options.getFloat("gi.irr-cache.min_spacing", 0.05f); maxSpacing = options.getFloat("gi.irr-cache.max_spacing", 5.00f); root = null; rwl = new ReentrantReadWriteLock(); globalPhotonMap = PluginRegistry.globalPhotonMapPlugins.createObject(options.getString("gi.irr-cache.gmap", null)); // check settings samples = Math.max(0, samples); minSpacing = Math.max(0.001f, minSpacing); maxSpacing = Math.max(0.001f, maxSpacing); // display settings UI.printInfo(Module.LIGHT, "Irradiance cache settings:"); UI.printInfo(Module.LIGHT, " * Samples: %d", samples); if (tolerance <= 0) UI.printInfo(Module.LIGHT, " * Tolerance: off"); else UI.printInfo(Module.LIGHT, " * Tolerance: %.3f", tolerance); UI.printInfo(Module.LIGHT, " * Spacing: %.3f to %.3f", minSpacing, maxSpacing); // prepare root node Vector3 ext = scene.getBounds().getExtents(); root = new Node(scene.getBounds().getCenter(), 1.0001f * MathUtils.max(ext.x, ext.y, ext.z)); // init global photon map return (globalPhotonMap != null) ? scene.calculatePhotons(globalPhotonMap, "global", 0, options) : true; } public Color getGlobalRadiance(ShadingState state) { if (globalPhotonMap == null) { if (state.getShader() != null) return state.getShader().getRadiance(state); else return Color.BLACK; } else return globalPhotonMap.getRadiance(state.getPoint(), state.getNormal()); } public Color getIrradiance(ShadingState state, Color diffuseReflectance) { if (samples <= 0) return Color.BLACK; if (state.getDiffuseDepth() > 0) { // do simple path tracing for additional bounces (single ray) float xi = (float) state.getRandom(0, 0, 1); float xj = (float) state.getRandom(0, 1, 1); float phi = (float) (xi * 2 * Math.PI); float cosPhi = (float) Math.cos(phi); float sinPhi = (float) Math.sin(phi); float sinTheta = (float) Math.sqrt(xj); float cosTheta = (float) Math.sqrt(1.0f - xj); Vector3 w = new Vector3(); w.x = cosPhi * sinTheta; w.y = sinPhi * sinTheta; w.z = cosTheta; OrthoNormalBasis onb = state.getBasis(); onb.transform(w); Ray r = new Ray(state.getPoint(), w); ShadingState temp = state.traceFinalGather(r, 0); return temp != null ? getGlobalRadiance(temp).copy().mul((float) Math.PI) : Color.BLACK; } rwl.readLock().lock(); Color irr = getIrradiance(state.getPoint(), state.getNormal()); rwl.readLock().unlock(); if (irr == null) { // compute new sample irr = Color.black(); OrthoNormalBasis onb = state.getBasis(); float invR = 0; float minR = Float.POSITIVE_INFINITY; Vector3 w = new Vector3(); for (int i = 0; i < samples; i++) { float xi = (float) state.getRandom(i, 0, samples); float xj = (float) state.getRandom(i, 1, samples); float phi = (float) (xi * 2 * Math.PI); float cosPhi = (float) Math.cos(phi); float sinPhi = (float) Math.sin(phi); float sinTheta = (float) Math.sqrt(xj); float cosTheta = (float) Math.sqrt(1.0f - xj); w.x = cosPhi * sinTheta; w.y = sinPhi * sinTheta; w.z = cosTheta; onb.transform(w); Ray r = new Ray(state.getPoint(), w); ShadingState temp = state.traceFinalGather(r, i); if (temp != null) { minR = Math.min(r.getMax(), minR); invR += 1.0f / r.getMax(); temp.getInstance().prepareShadingState(temp); irr.add(getGlobalRadiance(temp)); } } irr.mul((float) Math.PI / samples); invR = samples / invR; rwl.writeLock().lock(); insert(state.getPoint(), state.getNormal(), invR, irr); rwl.writeLock().unlock(); // view irr-cache points // irr = Color.YELLOW.copy().mul(1e6f); } return irr; } private void insert(Point3 p, Vector3 n, float r0, Color irr) { if (tolerance <= 0) return; Node node = root; r0 = MathUtils.clamp(r0 * tolerance, minSpacing, maxSpacing) * invTolerance; if (root.isInside(p)) { while (node.sideLength >= (4.0 * r0 * tolerance)) { int k = 0; k |= (p.x > node.center.x) ? 1 : 0; k |= (p.y > node.center.y) ? 2 : 0; k |= (p.z > node.center.z) ? 4 : 0; if (node.children[k] == null) { Point3 c = new Point3(node.center); c.x += ((k & 1) == 0) ? -node.quadSideLength : node.quadSideLength; c.y += ((k & 2) == 0) ? -node.quadSideLength : node.quadSideLength; c.z += ((k & 4) == 0) ? -node.quadSideLength : node.quadSideLength; node.children[k] = new Node(c, node.halfSideLength); } node = node.children[k]; } } Sample s = new Sample(p, n, r0, irr); s.next = node.first; node.first = s; } private Color getIrradiance(Point3 p, Vector3 n) { if (tolerance <= 0) return null; Sample x = new Sample(p, n); float w = root.find(x); return (x.irr == null) ? null : x.irr.mul(1.0f / w); } private final class Node { Node[] children; Sample first; Point3 center; float sideLength; float halfSideLength; float quadSideLength; Node(Point3 center, float sideLength) { children = new Node[8]; for (int i = 0; i < 8; i++) children[i] = null; this.center = new Point3(center); this.sideLength = sideLength; halfSideLength = 0.5f * sideLength; quadSideLength = 0.5f * halfSideLength; first = null; } final boolean isInside(Point3 p) { return (Math.abs(p.x - center.x) < halfSideLength) && (Math.abs(p.y - center.y) < halfSideLength) && (Math.abs(p.z - center.z) < halfSideLength); } final float find(Sample x) { float weight = 0; for (Sample s = first; s != null; s = s.next) { float c2 = 1.0f - (x.nix * s.nix + x.niy * s.niy + x.niz * s.niz); float d2 = (x.pix - s.pix) * (x.pix - s.pix) + (x.piy - s.piy) * (x.piy - s.piy) + (x.piz - s.piz) * (x.piz - s.piz); if (c2 > tolerance * tolerance || d2 > maxSpacing * maxSpacing) continue; float invWi = (float) (Math.sqrt(d2) * s.invR0 + Math.sqrt(Math.max(c2, 0))); if (invWi < tolerance || d2 < minSpacing * minSpacing) { float wi = Math.min(1e10f, 1.0f / invWi); if (x.irr != null) x.irr.madd(wi, s.irr); else x.irr = s.irr.copy().mul(wi); weight += wi; } } for (int i = 0; i < 8; i++) if ((children[i] != null) && (Math.abs(children[i].center.x - x.pix) <= halfSideLength) && (Math.abs(children[i].center.y - x.piy) <= halfSideLength) && (Math.abs(children[i].center.z - x.piz) <= halfSideLength)) weight += children[i].find(x); return weight; } } private static final class Sample { float pix, piy, piz; float nix, niy, niz; float invR0; Color irr; Sample next; Sample(Point3 p, Vector3 n) { pix = p.x; piy = p.y; piz = p.z; Vector3 ni = new Vector3(n).normalize(); nix = ni.x; niy = ni.y; niz = ni.z; irr = null; next = null; } Sample(Point3 p, Vector3 n, float r0, Color irr) { pix = p.x; piy = p.y; piz = p.z; Vector3 ni = new Vector3(n).normalize(); nix = ni.x; niy = ni.y; niz = ni.z; invR0 = 1.0f / r0; this.irr = irr; next = null; } } }src/org/sunflow/core/gi/FakeGIEngine.java0000644000175000017500000000274611301357540017573 0ustar user03user03package org.sunflow.core.gi; import org.sunflow.core.GIEngine; import org.sunflow.core.Options; import org.sunflow.core.Scene; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.Vector3; /** * This is a quick way to get a bit of ambient lighting into your scene with * hardly any overhead. It's based on the formula found here: * * @link http://www.cs.utah.edu/~shirley/papers/rtrt/node7.html#SECTION00031100000000000000 */ public class FakeGIEngine implements GIEngine { private Vector3 up; private Color sky; private Color ground; public Color getIrradiance(ShadingState state, Color diffuseReflectance) { float cosTheta = Vector3.dot(up, state.getNormal()); float sin2 = (1 - cosTheta * cosTheta); float sine = sin2 > 0 ? (float) Math.sqrt(sin2) * 0.5f : 0; if (cosTheta > 0) return Color.blend(sky, ground, sine); else return Color.blend(ground, sky, sine); } public Color getGlobalRadiance(ShadingState state) { return Color.BLACK; } public boolean init(Options options, Scene scene) { up = options.getVector("gi.fake.up", new Vector3(0, 1, 0)).normalize(); sky = options.getColor("gi.fake.sky", Color.WHITE).copy(); ground = options.getColor("gi.fake.ground", Color.BLACK).copy(); sky.mul((float) Math.PI); ground.mul((float) Math.PI); return true; } }src/org/sunflow/core/gi/PathTracingGIEngine.java0000644000175000017500000000420711301357540021123 0ustar user03user03package org.sunflow.core.gi; import org.sunflow.core.GIEngine; import org.sunflow.core.Options; import org.sunflow.core.Ray; import org.sunflow.core.Scene; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class PathTracingGIEngine implements GIEngine { private int samples; public boolean init(Options options, Scene scene) { samples = options.getInt("gi.path.samples", 16); samples = Math.max(0, samples); UI.printInfo(Module.LIGHT, "Path tracer settings:"); UI.printInfo(Module.LIGHT, " * Samples: %d", samples); return true; } public Color getIrradiance(ShadingState state, Color diffuseReflectance) { if (samples <= 0) return Color.BLACK; // compute new sample Color irr = Color.black(); OrthoNormalBasis onb = state.getBasis(); Vector3 w = new Vector3(); int n = state.getDiffuseDepth() == 0 ? samples : 1; for (int i = 0; i < n; i++) { float xi = (float) state.getRandom(i, 0, n); float xj = (float) state.getRandom(i, 1, n); float phi = (float) (xi * 2 * Math.PI); float cosPhi = (float) Math.cos(phi); float sinPhi = (float) Math.sin(phi); float sinTheta = (float) Math.sqrt(xj); float cosTheta = (float) Math.sqrt(1.0f - xj); w.x = cosPhi * sinTheta; w.y = sinPhi * sinTheta; w.z = cosTheta; onb.transform(w); ShadingState temp = state.traceFinalGather(new Ray(state.getPoint(), w), i); if (temp != null) { temp.getInstance().prepareShadingState(temp); if (temp.getShader() != null) irr.add(temp.getShader().getRadiance(temp)); } } irr.mul((float) Math.PI / n); return irr; } public Color getGlobalRadiance(ShadingState state) { return Color.BLACK; } }src/org/sunflow/core/gi/InstantGI.java0000644000175000017500000001520211301357540017206 0ustar user03user03package org.sunflow.core.gi; import java.util.ArrayList; import org.sunflow.core.GIEngine; import org.sunflow.core.Options; import org.sunflow.core.PhotonStore; import org.sunflow.core.Ray; import org.sunflow.core.Scene; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class InstantGI implements GIEngine { private int numPhotons; private int numSets; private float c; private int numBias; private PointLight[][] virtualLights; public Color getGlobalRadiance(ShadingState state) { Point3 p = state.getPoint(); Vector3 n = state.getNormal(); int set = (int) (state.getRandom(0, 1, 1) * numSets); float maxAvgPow = 0; float minDist = 1; Color pow = null; for (PointLight vpl : virtualLights[set]) { maxAvgPow = Math.max(maxAvgPow, vpl.power.getAverage()); if (Vector3.dot(n, vpl.n) > 0.9f) { float d = vpl.p.distanceToSquared(p); if (d < minDist) { pow = vpl.power; minDist = d; } } } return pow == null ? Color.BLACK : pow.copy().mul(1.0f / maxAvgPow); } public boolean init(Options options, Scene scene) { numPhotons = options.getInt("gi.igi.samples", 64); numSets = options.getInt("gi.igi.sets", 1); c = options.getFloat("gi.igi.c", 0.00003f); numBias = options.getInt("gi.igi.bias_samples", 0); virtualLights = null; if (numSets < 1) numSets = 1; UI.printInfo(Module.LIGHT, "Instant Global Illumination settings:"); UI.printInfo(Module.LIGHT, " * Samples: %d", numPhotons); UI.printInfo(Module.LIGHT, " * Sets: %d", numSets); UI.printInfo(Module.LIGHT, " * Bias bound: %f", c); UI.printInfo(Module.LIGHT, " * Bias rays: %d", numBias); virtualLights = new PointLight[numSets][]; if (numPhotons > 0) { for (int i = 0, seed = 0; i < virtualLights.length; i++, seed += numPhotons) { PointLightStore map = new PointLightStore(); if (!scene.calculatePhotons(map, "virtual", seed, options)) return false; virtualLights[i] = map.virtualLights.toArray(new PointLight[map.virtualLights.size()]); UI.printInfo(Module.LIGHT, "Stored %d virtual point lights for set %d of %d", virtualLights[i].length, i + 1, numSets); } } else { // create an empty array for (int i = 0; i < virtualLights.length; i++) virtualLights[i] = new PointLight[0]; } return true; } public Color getIrradiance(ShadingState state, Color diffuseReflectance) { float b = (float) Math.PI * c / diffuseReflectance.getMax(); Color irr = Color.black(); Point3 p = state.getPoint(); Vector3 n = state.getNormal(); int set = (int) (state.getRandom(0, 1, 1) * numSets); for (PointLight vpl : virtualLights[set]) { Ray r = new Ray(p, vpl.p); float dotNlD = -(r.dx * vpl.n.x + r.dy * vpl.n.y + r.dz * vpl.n.z); float dotND = r.dx * n.x + r.dy * n.y + r.dz * n.z; if (dotNlD > 0 && dotND > 0) { float r2 = r.getMax() * r.getMax(); Color opacity = state.traceShadow(r); Color power = Color.blend(vpl.power, Color.BLACK, opacity); float g = (dotND * dotNlD) / r2; irr.madd(0.25f * Math.min(g, b), power); } } // bias compensation int nb = (state.getDiffuseDepth() == 0 || numBias <= 0) ? numBias : 1; if (nb <= 0) return irr; OrthoNormalBasis onb = state.getBasis(); Vector3 w = new Vector3(); float scale = (float) Math.PI / nb; for (int i = 0; i < nb; i++) { float xi = (float) state.getRandom(i, 0, nb); float xj = (float) state.getRandom(i, 1, nb); float phi = (float) (xi * 2 * Math.PI); float cosPhi = (float) Math.cos(phi); float sinPhi = (float) Math.sin(phi); float sinTheta = (float) Math.sqrt(xj); float cosTheta = (float) Math.sqrt(1.0f - xj); w.x = cosPhi * sinTheta; w.y = sinPhi * sinTheta; w.z = cosTheta; onb.transform(w); Ray r = new Ray(state.getPoint(), w); r.setMax((float) Math.sqrt(cosTheta / b)); ShadingState temp = state.traceFinalGather(r, i); if (temp != null) { temp.getInstance().prepareShadingState(temp); if (temp.getShader() != null) { float dist = temp.getRay().getMax(); float r2 = dist * dist; float cosThetaY = -Vector3.dot(w, temp.getNormal()); if (cosThetaY > 0) { float g = (cosTheta * cosThetaY) / r2; // was this path accounted for yet? if (g > b) irr.madd(scale * (g - b) / g, temp.getShader().getRadiance(temp)); } } } } return irr; } private static class PointLight { Point3 p; Vector3 n; Color power; } private class PointLightStore implements PhotonStore { ArrayList virtualLights = new ArrayList(); public int numEmit() { return numPhotons; } public void prepare(Options options, BoundingBox sceneBounds) { } public void store(ShadingState state, Vector3 dir, Color power, Color diffuse) { state.faceforward(); PointLight vpl = new PointLight(); vpl.p = state.getPoint(); vpl.n = state.getNormal(); vpl.power = power; synchronized (this) { virtualLights.add(vpl); } } public void init() { } public boolean allowDiffuseBounced() { return true; } public boolean allowReflectionBounced() { return true; } public boolean allowRefractionBounced() { return true; } } }src/org/sunflow/core/LightSource.java0000644000175000017500000000513211301357540017200 0ustar user03user03package org.sunflow.core; import org.sunflow.image.Color; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; /** * This interface is used to represent any light emitting primitive. It permits * efficient sampling of direct illumination and photon shooting. */ public interface LightSource extends RenderObject { /** * Get the maximum number of samples that can be taken from this light * source. This is currently only used for statistics reporting. * * @return maximum number of samples to be taken from this light source */ public int getNumSamples(); /** * Samples the light source to compute direct illumination. Light samples * can be created using the {@link LightSample} class and added to the * current {@link ShadingState}. This method is responsible for the * shooting of shadow rays which allows for non-physical lights that don't * cast shadows. It is recommended that only a single shadow ray be shot if * {@link ShadingState#getDiffuseDepth()} is greater than 0. This avoids an * exponential number of shadow rays from being traced. * * @param state current state, including point to be shaded * @see LightSample */ public void getSamples(ShadingState state); /** * Gets a photon to emit from this light source by setting each of the * arguments. The two sampling parameters are points on the unit square that * can be used to sample a position and/or direction for the emitted photon. * * @param randX1 sampling parameter * @param randY1 sampling parameter * @param randX2 sampling parameter * @param randY2 sampling parameter * @param p position to shoot the photon from * @param dir direction to shoot the photon in * @param power power of the photon */ public void getPhoton(double randX1, double randY1, double randX2, double randY2, Point3 p, Vector3 dir, Color power); /** * Get the total power emitted by this light source. Lights that have 0 * power will not emit any photons. * * @return light source power */ public float getPower(); /** * Create an instance which represents the geometry of this light source. * This instance will be created just before and removed immediately after * rendering. Non-area light sources can return null to * indicate that no geometry needs to be created. * * @return an instance describing the light source */ public Instance createInstance(); }src/org/sunflow/core/display/0000755000175000017500000000000011301357540015551 5ustar user03user03src/org/sunflow/core/display/ImgPipeDisplay.java0000644000175000017500000000632211301357540021277 0ustar user03user03package org.sunflow.core.display; import java.io.IOException; import javax.swing.JPanel; import org.sunflow.core.Display; import org.sunflow.image.Color; @SuppressWarnings("serial") public class ImgPipeDisplay extends JPanel implements Display { private int ih; /** * Render to stdout using the imgpipe protocol used in mental image's * imf_disp viewer. http://www.lamrug.org/resources/stubtips.html */ public ImgPipeDisplay() { } public synchronized void imageBegin(int w, int h, int bucketSize) { ih = h; outputPacket(5, w, h, Float.floatToRawIntBits(1.0f), 0); System.out.flush(); } public synchronized void imagePrepare(int x, int y, int w, int h, int id) { } public synchronized void imageUpdate(int x, int y, int w, int h, Color[] data, float[] alpha) { int xl = x; int xh = x + w - 1; int yl = ih - 1 - (y + h - 1); int yh = ih - 1 - y; outputPacket(2, xl, xh, yl, yh); byte[] rgba = new byte[4 * (yh - yl + 1) * (xh - xl + 1)]; for (int j = 0, idx = 0; j < h; j++) { for (int i = 0; i < w; i++, idx += 4) { int rgb = data[(h - j - 1) * w + i].toNonLinear().toRGB(); int cr = (rgb >> 16) & 0xFF; int cg = (rgb >> 8) & 0xFF; int cb = rgb & 0xFF; rgba[idx + 0] = (byte) (cr & 0xFF); rgba[idx + 1] = (byte) (cg & 0xFF); rgba[idx + 2] = (byte) (cb & 0xFF); rgba[idx + 3] = (byte) (0xFF); } } try { System.out.write(rgba); } catch (IOException e) { e.printStackTrace(); } } public synchronized void imageFill(int x, int y, int w, int h, Color c, float alpha) { int xl = x; int xh = x + w - 1; int yl = ih - 1 - (y + h - 1); int yh = ih - 1 - y; outputPacket(2, xl, xh, yl, yh); int rgb = c.toNonLinear().toRGB(); int cr = (rgb >> 16) & 0xFF; int cg = (rgb >> 8) & 0xFF; int cb = rgb & 0xFF; byte[] rgba = new byte[4 * (yh - yl + 1) * (xh - xl + 1)]; for (int j = 0, idx = 0; j < h; j++) { for (int i = 0; i < w; i++, idx += 4) { rgba[idx + 0] = (byte) (cr & 0xFF); rgba[idx + 1] = (byte) (cg & 0xFF); rgba[idx + 2] = (byte) (cb & 0xFF); rgba[idx + 3] = (byte) (0xFF); } } try { System.out.write(rgba); } catch (IOException e) { e.printStackTrace(); } } public synchronized void imageEnd() { outputPacket(4, 0, 0, 0, 0); System.out.flush(); } private void outputPacket(int type, int d0, int d1, int d2, int d3) { outputInt32(type); outputInt32(d0); outputInt32(d1); outputInt32(d2); outputInt32(d3); } private void outputInt32(int i) { System.out.write((i >> 24) & 0xFF); System.out.write((i >> 16) & 0xFF); System.out.write((i >> 8) & 0xFF); System.out.write(i & 0xFF); } }src/org/sunflow/core/display/FrameDisplay.java0000644000175000017500000000533611301357540021003 0ustar user03user03package org.sunflow.core.display; import java.awt.Dimension; import java.awt.Toolkit; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import javax.swing.JFrame; import org.sunflow.SunflowAPI; import org.sunflow.core.Display; import org.sunflow.image.Color; import org.sunflow.system.ImagePanel; public class FrameDisplay implements Display { private String filename; private RenderFrame frame; public FrameDisplay() { this(null); } public FrameDisplay(String filename) { this.filename = filename; frame = null; } public void imageBegin(int w, int h, int bucketSize) { if (frame == null) { frame = new RenderFrame(); frame.imagePanel.imageBegin(w, h, bucketSize); Dimension screenRes = Toolkit.getDefaultToolkit().getScreenSize(); boolean needFit = false; if (w >= (screenRes.getWidth() - 200) || h >= (screenRes.getHeight() - 200)) { frame.imagePanel.setPreferredSize(new Dimension((int) screenRes.getWidth() - 200, (int) screenRes.getHeight() - 200)); needFit = true; } else frame.imagePanel.setPreferredSize(new Dimension(w, h)); frame.pack(); frame.setLocationRelativeTo(null); frame.setVisible(true); if (needFit) frame.imagePanel.fit(); } else frame.imagePanel.imageBegin(w, h, bucketSize); } public void imagePrepare(int x, int y, int w, int h, int id) { frame.imagePanel.imagePrepare(x, y, w, h, id); } public void imageUpdate(int x, int y, int w, int h, Color[] data, float[] alpha) { frame.imagePanel.imageUpdate(x, y, w, h, data, alpha); } public void imageFill(int x, int y, int w, int h, Color c, float alpha) { frame.imagePanel.imageFill(x, y, w, h, c, alpha); } public void imageEnd() { frame.imagePanel.imageEnd(); if (filename != null) frame.imagePanel.save(filename); } @SuppressWarnings("serial") private static class RenderFrame extends JFrame { ImagePanel imagePanel; RenderFrame() { super("Sunflow v" + SunflowAPI.VERSION); setDefaultCloseOperation(EXIT_ON_CLOSE); addKeyListener(new KeyAdapter() { @Override public void keyPressed(KeyEvent e) { if (e.getKeyCode() == KeyEvent.VK_ESCAPE) System.exit(0); } }); imagePanel = new ImagePanel(); setContentPane(imagePanel); pack(); } } }src/org/sunflow/core/display/FastDisplay.java0000644000175000017500000000664411301357540020651 0ustar user03user03package org.sunflow.core.display; import java.awt.Dimension; import java.awt.Graphics; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import java.awt.image.BufferedImage; import javax.swing.JFrame; import javax.swing.JPanel; import org.sunflow.SunflowAPI; import org.sunflow.core.Display; import org.sunflow.image.Color; import org.sunflow.system.Timer; @SuppressWarnings("serial") public class FastDisplay extends JPanel implements Display { private JFrame frame; private BufferedImage image; private int[] pixels; private Timer t; private float seconds; private int frames; public FastDisplay() { image = null; frame = null; t = new Timer(); frames = 0; seconds = 0; } public synchronized void imageBegin(int w, int h, int bucketSize) { if (frame != null && image != null && w == image.getWidth() && h == image.getHeight()) { // nothing to do } else { // allocate new framebuffer pixels = new int[w * h]; image = new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB); // prepare frame if (frame == null) { setPreferredSize(new Dimension(w, h)); frame = new JFrame("Sunflow v" + SunflowAPI.VERSION); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.addKeyListener(new KeyAdapter() { @Override public void keyPressed(KeyEvent e) { if (e.getKeyCode() == KeyEvent.VK_ESCAPE) System.exit(0); } }); frame.setContentPane(this); frame.pack(); frame.setLocationRelativeTo(null); frame.setVisible(true); } } // start counter t.start(); } public void imagePrepare(int x, int y, int w, int h, int id) { } public void imageUpdate(int x, int y, int w, int h, Color[] data, float[] alpha) { int iw = image.getWidth(); int off = x + iw * y; iw -= w; for (int j = 0, index = 0; j < h; j++, off += iw) for (int i = 0; i < w; i++, index++, off++) pixels[off] = 0xFF000000 | data[index].toRGB(); } public void imageFill(int x, int y, int w, int h, Color c, float alpha) { int iw = image.getWidth(); int off = x + iw * y; iw -= w; int rgb = 0xFF000000 | c.toRGB(); for (int j = 0, index = 0; j < h; j++, off += iw) for (int i = 0; i < w; i++, index++, off++) pixels[off] = rgb; } public synchronized void imageEnd() { // copy buffer image.setRGB(0, 0, image.getWidth(), image.getHeight(), pixels, 0, image.getWidth()); repaint(); // update stats t.end(); seconds += t.seconds(); frames++; if (seconds > 1) { // display average fps every second frame.setTitle(String.format("Sunflow v%s - %.2f fps", SunflowAPI.VERSION, frames / seconds)); frames = 0; seconds = 0; } } @Override public synchronized void paint(Graphics g) { if (image == null) return; g.drawImage(image, 0, 0, null); } }src/org/sunflow/core/display/FileDisplay.java0000644000175000017500000000456511301357540020633 0ustar user03user03package org.sunflow.core.display; import java.io.IOException; import org.sunflow.PluginRegistry; import org.sunflow.core.Display; import org.sunflow.image.BitmapWriter; import org.sunflow.image.Color; import org.sunflow.system.FileUtils; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class FileDisplay implements Display { private BitmapWriter writer; private String filename; public FileDisplay(boolean saveImage) { this(saveImage ? "output.png" : ".none"); } public FileDisplay(String filename) { this.filename = filename == null ? "output.png" : filename; String extension = FileUtils.getExtension(filename); writer = PluginRegistry.bitmapWriterPlugins.createObject(extension); } public void imageBegin(int w, int h, int bucketSize) { if (writer == null) return; try { writer.openFile(filename); writer.writeHeader(w, h, bucketSize); } catch (IOException e) { UI.printError(Module.IMG, "I/O error occured while preparing image for display: %s", e.getMessage()); } } public void imagePrepare(int x, int y, int w, int h, int id) { // does nothing for files } public void imageUpdate(int x, int y, int w, int h, Color[] data, float[] alpha) { if (writer == null) return; try { writer.writeTile(x, y, w, h, data, alpha); } catch (IOException e) { UI.printError(Module.IMG, "I/O error occured while writing image tile [(%d,%d) %dx%d] image for display: %s", x, y, w, h, e.getMessage()); } } public void imageFill(int x, int y, int w, int h, Color c, float alpha) { if (writer == null) return; Color[] colorTile = new Color[w * h]; float[] alphaTile = new float[w * h]; for (int i = 0; i < colorTile.length; i++) { colorTile[i] = c; alphaTile[i] = alpha; } imageUpdate(x, y, w, h, colorTile, alphaTile); } public void imageEnd() { if (writer == null) return; try { writer.closeFile(); } catch (IOException e) { UI.printError(Module.IMG, "I/O error occured while closing the display: %s", e.getMessage()); } } }src/org/sunflow/core/Tesselatable.java0000644000175000017500000000263011301357540017360 0ustar user03user03package org.sunflow.core; import org.sunflow.core.primitive.TriangleMesh; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; /** * Represents an object which can be tesselated into a list of primitives such * as a {@link TriangleMesh}. */ public interface Tesselatable extends RenderObject { /** * Tesselate this object into a {@link PrimitiveList}. This may return * null if tesselation fails. * * @return a list of primitives generated by the tesselation */ public PrimitiveList tesselate(); /** * Compute a bounding box of this object in world space, using the specified * object-to-world transformation matrix. The bounds should be as exact as * possible, if they are difficult or expensive to compute exactly, you may * use {@link Matrix4#transform(BoundingBox)}. If the matrix is * null no transformation is needed, and object space is * equivalent to world space. This method may return null if * these bounds are difficult or impossible to compute, in which case the * tesselation will be executed right away and the bounds of the resulting * primitives will be used. * * @param o2w object to world transformation matrix * @return object bounding box in world space */ public BoundingBox getWorldBounds(Matrix4 o2w); }src/org/sunflow/core/Display.java0000644000175000017500000000641711301357540016364 0ustar user03user03package org.sunflow.core; import org.sunflow.image.Color; /** * Represents an image output device. */ public interface Display { /** * This is called before an image is rendered to indicate how large the * rendered image will be. This allows the display driver to write out image * headers or allocate surfaces. Bucket size will be 0 when called from a * non-bucket based source. * * @param w width of the rendered image in pixels * @param h height of the rendered image in pixels * @param bucketSize size of the buckets in pixels */ void imageBegin(int w, int h, int bucketSize); /** * Prepare the specified area to be rendered. This may be used to highlight * the work in progress area or simply to setup the display driver to * receive the specified portion of the image * * @param x x coordinate of the bucket within the image * @param y y coordinate of the bucket within the image * @param w width of the bucket in pixels * @param h height of the bucket in pixels * @param id unique identifier corresponding to the thread which invoked * this call */ void imagePrepare(int x, int y, int w, int h, int id); /** * Update the current image with a bucket of data. The region is guarenteed * to be within the bounds created by the call to imageBegin. No clipping is * necessary. Colors are passed in unprocessed. It is up the display driver * to do any type of quantization, gamma compensation or tone-mapping * needed. The array of colors will be exactly w * h long and * in row major order. * * @param x x coordinate of the bucket within the image * @param y y coordinate of the bucket within the image * @param w width of the bucket in pixels * @param h height of the bucket in pixels * @param data bucket data, this array will be exactly w * h * long * @param alpha pixel coverage data, this array will be exactly * w * h long */ void imageUpdate(int x, int y, int w, int h, Color[] data, float[] alpha); /** * Update the current image with a region of flat color. This is used by * progressive rendering to render progressively smaller regions of the * screen which will overlap. The region is guarenteed to be within the * bounds created by the call to imageBegin. No clipping is necessary. * Colors are passed in unprocessed. It is up the display driver to do any * type of quantization , gamma compensation or tone-mapping needed. * * @param x x coordinate of the region within the image * @param y y coordinate of the region within the image * @param w with of the region in pixels * @param h height of the region in pixels * @param c color to fill the region with * @param alpha pixel coverage */ void imageFill(int x, int y, int w, int h, Color c, float alpha); /** * This call is made after the image has been rendered. This allows the * display driver to close any open files, write the image to disk or flush * any other type of buffers. */ void imageEnd(); }src/org/sunflow/core/Options.java0000644000175000017500000000106511301357540016404 0ustar user03user03package org.sunflow.core; import org.sunflow.SunflowAPI; import org.sunflow.util.FastHashMap; /** * This holds rendering objects as key, value pairs. */ public final class Options extends ParameterList implements RenderObject { public boolean update(ParameterList pl, SunflowAPI api) { // take all attributes, and update them into the current set for (FastHashMap.Entry e : pl.list) { list.put(e.getKey(), e.getValue()); e.getValue().check(); } return true; } }src/org/sunflow/core/AccelerationStructureFactory.java0000644000175000017500000000213311301357540022610 0ustar user03user03package org.sunflow.core; import org.sunflow.PluginRegistry; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; class AccelerationStructureFactory { static final AccelerationStructure create(String name, int n, boolean primitives) { if (name == null || name.equals("auto")) { if (primitives) { if (n > 20000000) name = "uniformgrid"; else if (n > 2000000) name = "bih"; else if (n > 2) name = "kdtree"; else name = "null"; } else { if (n > 2) name = "bih"; else name = "null"; } } AccelerationStructure accel = PluginRegistry.accelPlugins.createObject(name); if (accel == null) { UI.printWarning(Module.ACCEL, "Unrecognized intersection accelerator \"%s\" - using auto", name); return create(null, n, primitives); } return accel; } }src/org/sunflow/core/GlobalPhotonMapInterface.java0000644000175000017500000000121411301357540021614 0ustar user03user03package org.sunflow.core; import org.sunflow.image.Color; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; /** * Represents a global photon map. This is a structure which can return a rough * approximation of the diffuse radiance at a given surface point. */ public interface GlobalPhotonMapInterface extends PhotonStore { /** * Lookup the global diffuse radiance at the specified surface point. * * @param p surface position * @param n surface normal * @return an approximation of global diffuse radiance at this point */ public Color getRadiance(Point3 p, Vector3 n); }src/org/sunflow/core/Filter.java0000644000175000017500000000140711301357540016176 0ustar user03user03package org.sunflow.core; /** * Represents a multi-pixel image filter kernel. */ public interface Filter { /** * Width in pixels of the filter extents. The filter will be applied to the * range of pixels within a box of +/- getSize() / 2 around * the center of the pixel. * * @return width in pixels */ public float getSize(); /** * Get value of the filter at offset (x, y). The filter should never be * called with values beyond its extents but should return 0 in those cases * anyway. * * @param x x offset in pixels * @param y y offset in pixels * @return value of the filter at the specified location */ public float get(float x, float y); }src/org/sunflow/core/accel/0000755000175000017500000000000011301357540015153 5ustar user03user03src/org/sunflow/core/accel/NullAccelerator.java0000644000175000017500000000131411301357540021074 0ustar user03user03package org.sunflow.core.accel; import org.sunflow.core.AccelerationStructure; import org.sunflow.core.IntersectionState; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; public class NullAccelerator implements AccelerationStructure { private PrimitiveList primitives; private int n; public NullAccelerator() { primitives = null; n = 0; } public void build(PrimitiveList primitives) { this.primitives = primitives; n = primitives.getNumPrimitives(); } public void intersect(Ray r, IntersectionState state) { for (int i = 0; i < n; i++) primitives.intersectPrimitive(r, i, state); } }src/org/sunflow/core/accel/KDTree.java0000644000175000017500000010403011301357540017132 0ustar user03user03package org.sunflow.core.accel; import java.io.FileWriter; import java.io.IOException; import org.sunflow.core.AccelerationStructure; import org.sunflow.core.IntersectionState; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.Point3; import org.sunflow.system.Memory; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; import org.sunflow.util.IntArray; public class KDTree implements AccelerationStructure { private int[] tree; private int[] primitives; private PrimitiveList primitiveList; private BoundingBox bounds; private int maxPrims; private static final float INTERSECT_COST = 0.5f; private static final float TRAVERSAL_COST = 1; private static final float EMPTY_BONUS = 0.2f; private static final int MAX_DEPTH = 64; private static boolean dump = false; private static String dumpPrefix = "kdtree"; public KDTree() { this(0); } public KDTree(int maxPrims) { this.maxPrims = maxPrims; } private static class BuildStats { private int numNodes; private int numLeaves; private int sumObjects; private int minObjects; private int maxObjects; private int sumDepth; private int minDepth; private int maxDepth; private int numLeaves0; private int numLeaves1; private int numLeaves2; private int numLeaves3; private int numLeaves4; private int numLeaves4p; BuildStats() { numNodes = numLeaves = 0; sumObjects = 0; minObjects = Integer.MAX_VALUE; maxObjects = Integer.MIN_VALUE; sumDepth = 0; minDepth = Integer.MAX_VALUE; maxDepth = Integer.MIN_VALUE; numLeaves0 = 0; numLeaves1 = 0; numLeaves2 = 0; numLeaves3 = 0; numLeaves4 = 0; numLeaves4p = 0; } void updateInner() { numNodes++; } void updateLeaf(int depth, int n) { numLeaves++; minDepth = Math.min(depth, minDepth); maxDepth = Math.max(depth, maxDepth); sumDepth += depth; minObjects = Math.min(n, minObjects); maxObjects = Math.max(n, maxObjects); sumObjects += n; switch (n) { case 0: numLeaves0++; break; case 1: numLeaves1++; break; case 2: numLeaves2++; break; case 3: numLeaves3++; break; case 4: numLeaves4++; break; default: numLeaves4p++; break; } } void printStats() { UI.printDetailed(Module.ACCEL, "KDTree stats:"); UI.printDetailed(Module.ACCEL, " * Nodes: %d", numNodes); UI.printDetailed(Module.ACCEL, " * Leaves: %d", numLeaves); UI.printDetailed(Module.ACCEL, " * Objects: min %d", minObjects); UI.printDetailed(Module.ACCEL, " avg %.2f", (float) sumObjects / numLeaves); UI.printDetailed(Module.ACCEL, " avg(n>0) %.2f", (float) sumObjects / (numLeaves - numLeaves0)); UI.printDetailed(Module.ACCEL, " max %d", maxObjects); UI.printDetailed(Module.ACCEL, " * Depth: min %d", minDepth); UI.printDetailed(Module.ACCEL, " avg %.2f", (float) sumDepth / numLeaves); UI.printDetailed(Module.ACCEL, " max %d", maxDepth); UI.printDetailed(Module.ACCEL, " * Leaves w/: N=0 %3d%%", 100 * numLeaves0 / numLeaves); UI.printDetailed(Module.ACCEL, " N=1 %3d%%", 100 * numLeaves1 / numLeaves); UI.printDetailed(Module.ACCEL, " N=2 %3d%%", 100 * numLeaves2 / numLeaves); UI.printDetailed(Module.ACCEL, " N=3 %3d%%", 100 * numLeaves3 / numLeaves); UI.printDetailed(Module.ACCEL, " N=4 %3d%%", 100 * numLeaves4 / numLeaves); UI.printDetailed(Module.ACCEL, " N>4 %3d%%", 100 * numLeaves4p / numLeaves); } } public static void setDumpMode(boolean dump, String prefix) { KDTree.dump = dump; KDTree.dumpPrefix = prefix; } public void build(PrimitiveList primitives) { UI.printDetailed(Module.ACCEL, "KDTree settings"); UI.printDetailed(Module.ACCEL, " * Max Leaf Size: %d", maxPrims); UI.printDetailed(Module.ACCEL, " * Max Depth: %d", MAX_DEPTH); UI.printDetailed(Module.ACCEL, " * Traversal cost: %.2f", TRAVERSAL_COST); UI.printDetailed(Module.ACCEL, " * Intersect cost: %.2f", INTERSECT_COST); UI.printDetailed(Module.ACCEL, " * Empty bonus: %.2f", EMPTY_BONUS); UI.printDetailed(Module.ACCEL, " * Dump leaves: %s", dump ? "enabled" : "disabled"); Timer total = new Timer(); total.start(); primitiveList = primitives; // get the object space bounds bounds = primitives.getWorldBounds(null); int nPrim = primitiveList.getNumPrimitives(), nSplits = 0; BuildTask task = new BuildTask(nPrim); Timer prepare = new Timer(); prepare.start(); for (int i = 0; i < nPrim; i++) { for (int axis = 0; axis < 3; axis++) { float ls = primitiveList.getPrimitiveBound(i, 2 * axis + 0); float rs = primitiveList.getPrimitiveBound(i, 2 * axis + 1); if (ls == rs) { // flat in this dimension task.splits[nSplits] = pack(ls, PLANAR, axis, i); nSplits++; } else { task.splits[nSplits + 0] = pack(ls, OPENED, axis, i); task.splits[nSplits + 1] = pack(rs, CLOSED, axis, i); nSplits += 2; } } } task.n = nSplits; prepare.end(); Timer t = new Timer(); IntArray tempTree = new IntArray(); IntArray tempList = new IntArray(); tempTree.add(0); tempTree.add(1); t.start(); // sort it Timer sorting = new Timer(); sorting.start(); radix12(task.splits, task.n); sorting.end(); // build the actual tree BuildStats stats = new BuildStats(); buildTree(bounds.getMinimum().x, bounds.getMaximum().x, bounds.getMinimum().y, bounds.getMaximum().y, bounds.getMinimum().z, bounds.getMaximum().z, task, 1, tempTree, 0, tempList, stats); t.end(); // write out final arrays // free some memory task = null; tree = tempTree.trim(); tempTree = null; this.primitives = tempList.trim(); tempList = null; total.end(); // display some extra info stats.printStats(); UI.printDetailed(Module.ACCEL, " * Node memory: %s", Memory.sizeof(tree)); UI.printDetailed(Module.ACCEL, " * Object memory: %s", Memory.sizeof(this.primitives)); UI.printDetailed(Module.ACCEL, " * Prepare time: %s", prepare); UI.printDetailed(Module.ACCEL, " * Sorting time: %s", sorting); UI.printDetailed(Module.ACCEL, " * Tree creation: %s", t); UI.printDetailed(Module.ACCEL, " * Build time: %s", total); if (dump) { try { UI.printInfo(Module.ACCEL, "Dumping mtls to %s.mtl ...", dumpPrefix); FileWriter mtlFile = new FileWriter(dumpPrefix + ".mtl"); int maxN = stats.maxObjects; for (int n = 0; n <= maxN; n++) { float blend = (float) n / (float) maxN; Color nc; if (blend < 0.25) nc = Color.blend(Color.BLUE, Color.GREEN, blend / 0.25f); else if (blend < 0.5) nc = Color.blend(Color.GREEN, Color.YELLOW, (blend - 0.25f) / 0.25f); else if (blend < 0.75) nc = Color.blend(Color.YELLOW, Color.RED, (blend - 0.50f) / 0.25f); else nc = Color.MAGENTA; mtlFile.write(String.format("newmtl mtl%d\n", n)); float[] rgb = nc.getRGB(); mtlFile.write("Ka 0.1 0.1 0.1\n"); mtlFile.write(String.format("Kd %.12g %.12g %.12g\n", rgb[0], rgb[1], rgb[2])); mtlFile.write("illum 1\n\n"); } FileWriter objFile = new FileWriter(dumpPrefix + ".obj"); UI.printInfo(Module.ACCEL, "Dumping tree to %s.obj ...", dumpPrefix); dumpObj(0, 0, maxN, new BoundingBox(bounds), objFile, mtlFile); objFile.close(); mtlFile.close(); } catch (IOException e) { e.printStackTrace(); } } } private int dumpObj(int offset, int vertOffset, int maxN, BoundingBox bounds, FileWriter file, FileWriter mtlFile) throws IOException { if (offset == 0) file.write(String.format("mtllib %s.mtl\n", dumpPrefix)); int nextOffset = tree[offset]; if ((nextOffset & (3 << 30)) == (3 << 30)) { // leaf int n = tree[offset + 1]; if (n > 0) { // output the current voxel to the file Point3 min = bounds.getMinimum(); Point3 max = bounds.getMaximum(); file.write(String.format("o node%d\n", offset)); file.write(String.format("v %g %g %g\n", max.x, max.y, min.z)); file.write(String.format("v %g %g %g\n", max.x, min.y, min.z)); file.write(String.format("v %g %g %g\n", min.x, min.y, min.z)); file.write(String.format("v %g %g %g\n", min.x, max.y, min.z)); file.write(String.format("v %g %g %g\n", max.x, max.y, max.z)); file.write(String.format("v %g %g %g\n", max.x, min.y, max.z)); file.write(String.format("v %g %g %g\n", min.x, min.y, max.z)); file.write(String.format("v %g %g %g\n", min.x, max.y, max.z)); int v0 = vertOffset; file.write(String.format("usemtl mtl%d\n", n)); file.write("s off\n"); file.write(String.format("f %d %d %d %d\n", v0 + 1, v0 + 2, v0 + 3, v0 + 4)); file.write(String.format("f %d %d %d %d\n", v0 + 5, v0 + 8, v0 + 7, v0 + 6)); file.write(String.format("f %d %d %d %d\n", v0 + 1, v0 + 5, v0 + 6, v0 + 2)); file.write(String.format("f %d %d %d %d\n", v0 + 2, v0 + 6, v0 + 7, v0 + 3)); file.write(String.format("f %d %d %d %d\n", v0 + 3, v0 + 7, v0 + 8, v0 + 4)); file.write(String.format("f %d %d %d %d\n", v0 + 5, v0 + 1, v0 + 4, v0 + 8)); vertOffset += 8; } return vertOffset; } else { // node, recurse int axis = nextOffset & (3 << 30), v0; float split = Float.intBitsToFloat(tree[offset + 1]), min, max; nextOffset &= ~(3 << 30); switch (axis) { case 0: max = bounds.getMaximum().x; bounds.getMaximum().x = split; v0 = dumpObj(nextOffset, vertOffset, maxN, bounds, file, mtlFile); // restore and go to other side bounds.getMaximum().x = max; min = bounds.getMinimum().x; bounds.getMinimum().x = split; v0 = dumpObj(nextOffset + 2, v0, maxN, bounds, file, mtlFile); bounds.getMinimum().x = min; break; case 1 << 30: max = bounds.getMaximum().y; bounds.getMaximum().y = split; v0 = dumpObj(nextOffset, vertOffset, maxN, bounds, file, mtlFile); // restore and go to other side bounds.getMaximum().y = max; min = bounds.getMinimum().y; bounds.getMinimum().y = split; v0 = dumpObj(nextOffset + 2, v0, maxN, bounds, file, mtlFile); bounds.getMinimum().y = min; break; case 2 << 30: max = bounds.getMaximum().z; bounds.getMaximum().z = split; v0 = dumpObj(nextOffset, vertOffset, maxN, bounds, file, mtlFile); // restore and go to other side bounds.getMaximum().z = max; min = bounds.getMinimum().z; bounds.getMinimum().z = split; v0 = dumpObj(nextOffset + 2, v0, maxN, bounds, file, mtlFile); // restore and go to other side bounds.getMinimum().z = min; break; default: v0 = vertOffset; break; } return v0; } } // type is encoded as 2 shifted bits private static final long CLOSED = 0L << 30; private static final long PLANAR = 1L << 30; private static final long OPENED = 2L << 30; private static final long TYPE_MASK = 3L << 30; // pack split values into a 64bit integer private static long pack(float split, long type, int axis, int object) { // pack float in sortable form int f = Float.floatToRawIntBits(split); int top = f ^ ((f >> 31) | 0x80000000); long p = (top & 0xFFFFFFFFL) << 32; p |= type; // encode type as 2 bits p |= ((long) axis) << 28; // encode axis as 2 bits p |= (object & 0xFFFFFFFL); // pack object number return p; } private static int unpackObject(long p) { return (int) (p & 0xFFFFFFFL); } private static int unpackAxis(long p) { return (int) (p >>> 28) & 3; } private static long unpackSplitType(long p) { return p & TYPE_MASK; } private static float unpackSplit(long p) { int f = (int) ((p >>> 32) & 0xFFFFFFFFL); int m = ((f >>> 31) - 1) | 0x80000000; return Float.intBitsToFloat(f ^ m); } // radix sort on top 36 bits - returns sorted result private static void radix12(long[] splits, int n) { // allocate working memory final int[] hist = new int[2048]; final long[] sorted = new long[n]; // parallel histogramming pass for (int i = 0; i < n; i++) { long pi = splits[i]; hist[0x000 + ((int) (pi >>> 28) & 0x1FF)]++; hist[0x200 + ((int) (pi >>> 37) & 0x1FF)]++; hist[0x400 + ((int) (pi >>> 46) & 0x1FF)]++; hist[0x600 + ((int) (pi >>> 55))]++; } // sum the histograms - each histogram entry records the number of // values preceding itself. { int sum0 = 0, sum1 = 0, sum2 = 0, sum3 = 0; int tsum; for (int i = 0; i < 512; i++) { tsum = hist[0x000 + i] + sum0; hist[0x000 + i] = sum0 - 1; sum0 = tsum; tsum = hist[0x200 + i] + sum1; hist[0x200 + i] = sum1 - 1; sum1 = tsum; tsum = hist[0x400 + i] + sum2; hist[0x400 + i] = sum2 - 1; sum2 = tsum; tsum = hist[0x600 + i] + sum3; hist[0x600 + i] = sum3 - 1; sum3 = tsum; } } // read/write histogram passes for (int i = 0; i < n; i++) { long pi = splits[i]; int pos = (int) (pi >>> 28) & 0x1FF; sorted[++hist[0x000 + pos]] = pi; } for (int i = 0; i < n; i++) { long pi = sorted[i]; int pos = (int) (pi >>> 37) & 0x1FF; splits[++hist[0x200 + pos]] = pi; } for (int i = 0; i < n; i++) { long pi = splits[i]; int pos = (int) (pi >>> 46) & 0x1FF; sorted[++hist[0x400 + pos]] = pi; } for (int i = 0; i < n; i++) { long pi = sorted[i]; int pos = (int) (pi >>> 55); splits[++hist[0x600 + pos]] = pi; } } private static class BuildTask { long[] splits; int numObjects; int n; byte[] leftRightTable; BuildTask(int numObjects) { splits = new long[6 * numObjects]; this.numObjects = numObjects; n = 0; // 2 bits per object leftRightTable = new byte[(numObjects + 3) / 4]; } BuildTask(int numObjects, BuildTask parent) { splits = new long[6 * numObjects]; this.numObjects = numObjects; n = 0; leftRightTable = parent.leftRightTable; } } private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, IntArray tempList, BuildStats stats) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx = maxx - minx; float dy = maxy - miny; float dz = maxz - minz; // search for best possible split float bestCost = INTERSECT_COST * task.numObjects; int bestAxis = -1; int bestOffsetStart = -1; int bestOffsetEnd = -1; float bestSplit = 0; boolean bestPlanarLeft = false; int bnl = 0, bnr = 0; // inverse area of the bounding box (factor of 2 ommitted) float area = (dx * dy + dy * dz + dz * dx); float ISECT_COST = INTERSECT_COST / area; // setup counts for each axis int[] nl = { 0, 0, 0 }; int[] nr = { task.numObjects, task.numObjects, task.numObjects }; // setup bounds for each axis float[] dp = { dy * dz, dz * dx, dx * dy }; float[] ds = { dy + dz, dz + dx, dx + dy }; float[] nodeMin = { minx, miny, minz }; float[] nodeMax = { maxx, maxy, maxz }; // search for best cost int nSplits = task.n; long[] splits = task.splits; byte[] lrtable = task.leftRightTable; for (int i = 0; i < nSplits;) { // extract current split long ptr = splits[i]; float split = unpackSplit(ptr); int axis = unpackAxis(ptr); // mark current position int currentOffset = i; // count number of primitives start/stopping/lying on the // current plane int pClosed = 0, pPlanar = 0, pOpened = 0; long ptrMasked = ptr & (~TYPE_MASK & 0xFFFFFFFFF0000000L); long ptrClosed = ptrMasked | CLOSED; long ptrPlanar = ptrMasked | PLANAR; long ptrOpened = ptrMasked | OPENED; while (i < nSplits && (splits[i] & 0xFFFFFFFFF0000000L) == ptrClosed) { int obj = unpackObject(splits[i]); lrtable[obj >>> 2] = 0; pClosed++; i++; } while (i < nSplits && (splits[i] & 0xFFFFFFFFF0000000L) == ptrPlanar) { int obj = unpackObject(splits[i]); lrtable[obj >>> 2] = 0; pPlanar++; i++; } while (i < nSplits && (splits[i] & 0xFFFFFFFFF0000000L) == ptrOpened) { int obj = unpackObject(splits[i]); lrtable[obj >>> 2] = 0; pOpened++; i++; } // now we have summed all contributions from this plane nr[axis] -= pPlanar + pClosed; // compute cost if (split >= nodeMin[axis] && split <= nodeMax[axis]) { // left and right surface area (factor of 2 ommitted) float dl = split - nodeMin[axis]; float dr = nodeMax[axis] - split; float lp = dp[axis] + dl * ds[axis]; float rp = dp[axis] + dr * ds[axis]; // planar prims go to smallest cell always boolean planarLeft = dl < dr; int numLeft = nl[axis] + (planarLeft ? pPlanar : 0); int numRight = nr[axis] + (planarLeft ? 0 : pPlanar); float eb = ((numLeft == 0 && dl > 0) || (numRight == 0 && dr > 0)) ? EMPTY_BONUS : 0; float cost = TRAVERSAL_COST + ISECT_COST * (1 - eb) * (lp * numLeft + rp * numRight); if (cost < bestCost) { bestCost = cost; bestAxis = axis; bestSplit = split; bestOffsetStart = currentOffset; bestOffsetEnd = i; bnl = numLeft; bnr = numRight; bestPlanarLeft = planarLeft; } } // move objects left nl[axis] += pOpened + pPlanar; } // debug check for correctness of the scan for (int axis = 0; axis < 3; axis++) { int numLeft = nl[axis]; int numRight = nr[axis]; if (numLeft != task.numObjects || numRight != 0) UI.printError(Module.ACCEL, "Didn't scan full range of objects @depth=%d. Left overs for axis %d: [L: %d] [R: %d]", depth, axis, numLeft, numRight); } // found best split? if (bestAxis != -1) { // allocate space for child nodes BuildTask taskL = new BuildTask(bnl, task); BuildTask taskR = new BuildTask(bnr, task); int lk = 0, rk = 0; for (int i = 0; i < bestOffsetStart; i++) { long ptr = splits[i]; if (unpackAxis(ptr) == bestAxis) { if (unpackSplitType(ptr) != CLOSED) { int obj = unpackObject(ptr); lrtable[obj >>> 2] |= 1 << ((obj & 3) << 1); lk++; } } } for (int i = bestOffsetStart; i < bestOffsetEnd; i++) { long ptr = splits[i]; assert unpackAxis(ptr) == bestAxis; if (unpackSplitType(ptr) == PLANAR) { if (bestPlanarLeft) { int obj = unpackObject(ptr); lrtable[obj >>> 2] |= 1 << ((obj & 3) << 1); lk++; } else { int obj = unpackObject(ptr); lrtable[obj >>> 2] |= 2 << ((obj & 3) << 1); rk++; } } } for (int i = bestOffsetEnd; i < nSplits; i++) { long ptr = splits[i]; if (unpackAxis(ptr) == bestAxis) { if (unpackSplitType(ptr) != OPENED) { int obj = unpackObject(ptr); lrtable[obj >>> 2] |= 2 << ((obj & 3) << 1); rk++; } } } // output new splits while maintaining order long[] splitsL = taskL.splits; long[] splitsR = taskR.splits; int nsl = 0, nsr = 0; for (int i = 0; i < nSplits; i++) { long ptr = splits[i]; int obj = unpackObject(ptr); int idx = obj >>> 2; int mask = 1 << ((obj & 3) << 1); if ((lrtable[idx] & mask) != 0) { splitsL[nsl] = ptr; nsl++; } if ((lrtable[idx] & (mask << 1)) != 0) { splitsR[nsr] = ptr; nsr++; } } taskL.n = nsl; taskR.n = nsr; // free more memory task.splits = splits = splitsL = splitsR = null; task = null; // allocate child nodes int nextOffset = tempTree.getSize(); tempTree.add(0); tempTree.add(0); tempTree.add(0); tempTree.add(0); // create current node tempTree.set(offset + 0, (bestAxis << 30) | nextOffset); tempTree.set(offset + 1, Float.floatToRawIntBits(bestSplit)); // recurse for child nodes - free object arrays after each step stats.updateInner(); switch (bestAxis) { case 0: buildTree(minx, bestSplit, miny, maxy, minz, maxz, taskL, depth + 1, tempTree, nextOffset, tempList, stats); taskL = null; buildTree(bestSplit, maxx, miny, maxy, minz, maxz, taskR, depth + 1, tempTree, nextOffset + 2, tempList, stats); taskR = null; return; case 1: buildTree(minx, maxx, miny, bestSplit, minz, maxz, taskL, depth + 1, tempTree, nextOffset, tempList, stats); taskL = null; buildTree(minx, maxx, bestSplit, maxy, minz, maxz, taskR, depth + 1, tempTree, nextOffset + 2, tempList, stats); taskR = null; return; case 2: buildTree(minx, maxx, miny, maxy, minz, bestSplit, taskL, depth + 1, tempTree, nextOffset, tempList, stats); taskL = null; buildTree(minx, maxx, miny, maxy, bestSplit, maxz, taskR, depth + 1, tempTree, nextOffset + 2, tempList, stats); taskR = null; return; default: assert false; } } } // create leaf node int listOffset = tempList.getSize(); int n = 0; for (int i = 0; i < task.n; i++) { long ptr = task.splits[i]; if (unpackAxis(ptr) == 0 && unpackSplitType(ptr) != CLOSED) { tempList.add(unpackObject(ptr)); n++; } } stats.updateLeaf(depth, n); if (n != task.numObjects) UI.printError(Module.ACCEL, "Error creating leaf node - expecting %d found %d", task.numObjects, n); tempTree.set(offset + 0, (3 << 30) | listOffset); tempTree.set(offset + 1, task.numObjects); // free some memory task.splits = null; } public void intersect(Ray r, IntersectionState state) { float intervalMin = r.getMin(); float intervalMax = r.getMax(); float orgX = r.ox; float dirX = r.dx, invDirX = 1 / dirX; float t1, t2; t1 = (bounds.getMinimum().x - orgX) * invDirX; t2 = (bounds.getMaximum().x - orgX) * invDirX; if (invDirX > 0) { if (t1 > intervalMin) intervalMin = t1; if (t2 < intervalMax) intervalMax = t2; } else { if (t2 > intervalMin) intervalMin = t2; if (t1 < intervalMax) intervalMax = t1; } if (intervalMin > intervalMax) return; float orgY = r.oy; float dirY = r.dy, invDirY = 1 / dirY; t1 = (bounds.getMinimum().y - orgY) * invDirY; t2 = (bounds.getMaximum().y - orgY) * invDirY; if (invDirY > 0) { if (t1 > intervalMin) intervalMin = t1; if (t2 < intervalMax) intervalMax = t2; } else { if (t2 > intervalMin) intervalMin = t2; if (t1 < intervalMax) intervalMax = t1; } if (intervalMin > intervalMax) return; float orgZ = r.oz; float dirZ = r.dz, invDirZ = 1 / dirZ; t1 = (bounds.getMinimum().z - orgZ) * invDirZ; t2 = (bounds.getMaximum().z - orgZ) * invDirZ; if (invDirZ > 0) { if (t1 > intervalMin) intervalMin = t1; if (t2 < intervalMax) intervalMax = t2; } else { if (t2 > intervalMin) intervalMin = t2; if (t1 < intervalMax) intervalMax = t1; } if (intervalMin > intervalMax) return; // compute custom offsets from direction sign bit int offsetXFront = (Float.floatToRawIntBits(dirX) & (1 << 31)) >>> 30; int offsetYFront = (Float.floatToRawIntBits(dirY) & (1 << 31)) >>> 30; int offsetZFront = (Float.floatToRawIntBits(dirZ) & (1 << 31)) >>> 30; int offsetXBack = offsetXFront ^ 2; int offsetYBack = offsetYFront ^ 2; int offsetZBack = offsetZFront ^ 2; IntersectionState.StackNode[] stack = state.getStack(); int stackPos = 0; int node = 0; while (true) { int tn = tree[node]; int axis = tn & (3 << 30); int offset = tn & ~(3 << 30); switch (axis) { case 0: { float d = (Float.intBitsToFloat(tree[node + 1]) - orgX) * invDirX; int back = offset + offsetXBack; node = back; if (d < intervalMin) continue; node = offset + offsetXFront; // front if (d > intervalMax) continue; // push back node stack[stackPos].node = back; stack[stackPos].near = (d >= intervalMin) ? d : intervalMin; stack[stackPos].far = intervalMax; stackPos++; // update ray interval for front node intervalMax = (d <= intervalMax) ? d : intervalMax; continue; } case 1 << 30: { // y axis float d = (Float.intBitsToFloat(tree[node + 1]) - orgY) * invDirY; int back = offset + offsetYBack; node = back; if (d < intervalMin) continue; node = offset + offsetYFront; // front if (d > intervalMax) continue; // push back node stack[stackPos].node = back; stack[stackPos].near = (d >= intervalMin) ? d : intervalMin; stack[stackPos].far = intervalMax; stackPos++; // update ray interval for front node intervalMax = (d <= intervalMax) ? d : intervalMax; continue; } case 2 << 30: { // z axis float d = (Float.intBitsToFloat(tree[node + 1]) - orgZ) * invDirZ; int back = offset + offsetZBack; node = back; if (d < intervalMin) continue; node = offset + offsetZFront; // front if (d > intervalMax) continue; // push back node stack[stackPos].node = back; stack[stackPos].near = (d >= intervalMin) ? d : intervalMin; stack[stackPos].far = intervalMax; stackPos++; // update ray interval for front node intervalMax = (d <= intervalMax) ? d : intervalMax; continue; } default: { // leaf - test some objects int n = tree[node + 1]; while (n > 0) { primitiveList.intersectPrimitive(r, primitives[offset], state); n--; offset++; } if (r.getMax() < intervalMax) return; do { // stack is empty? if (stackPos == 0) return; // move back up the stack stackPos--; intervalMin = stack[stackPos].near; if (r.getMax() < intervalMin) continue; node = stack[stackPos].node; intervalMax = stack[stackPos].far; break; } while (true); } } // switch } // traversal loop } }src/org/sunflow/core/accel/BoundingIntervalHierarchy.java0000644000175000017500000006474011301357540023142 0ustar user03user03package org.sunflow.core.accel; import org.sunflow.core.AccelerationStructure; import org.sunflow.core.IntersectionState; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.math.BoundingBox; import org.sunflow.system.Memory; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; import org.sunflow.util.IntArray; public class BoundingIntervalHierarchy implements AccelerationStructure { private int[] tree; private int[] objects; private PrimitiveList primitives; private BoundingBox bounds; private int maxPrims; public BoundingIntervalHierarchy() { maxPrims = 2; } public void build(PrimitiveList primitives) { this.primitives = primitives; int n = primitives.getNumPrimitives(); UI.printDetailed(Module.ACCEL, "Getting bounding box ..."); bounds = primitives.getWorldBounds(null); objects = new int[n]; for (int i = 0; i < n; i++) objects[i] = i; UI.printDetailed(Module.ACCEL, "Creating tree ..."); int initialSize = 3 * (2 * 6 * n + 1); IntArray tempTree = new IntArray((initialSize + 3) / 4); BuildStats stats = new BuildStats(); Timer t = new Timer(); t.start(); buildHierarchy(tempTree, objects, stats); t.end(); UI.printDetailed(Module.ACCEL, "Trimming tree ..."); tree = tempTree.trim(); // display stats stats.printStats(); UI.printDetailed(Module.ACCEL, " * Creation time: %s", t); UI.printDetailed(Module.ACCEL, " * Usage of init: %6.2f%%", (double) (100.0 * tree.length) / initialSize); UI.printDetailed(Module.ACCEL, " * Tree memory: %s", Memory.sizeof(tree)); UI.printDetailed(Module.ACCEL, " * Indices memory: %s", Memory.sizeof(objects)); } private static class BuildStats { private int numNodes; private int numLeaves; private int sumObjects; private int minObjects; private int maxObjects; private int sumDepth; private int minDepth; private int maxDepth; private int numLeaves0; private int numLeaves1; private int numLeaves2; private int numLeaves3; private int numLeaves4; private int numLeaves4p; private int numBVH2; BuildStats() { numNodes = numLeaves = 0; sumObjects = 0; minObjects = Integer.MAX_VALUE; maxObjects = Integer.MIN_VALUE; sumDepth = 0; minDepth = Integer.MAX_VALUE; maxDepth = Integer.MIN_VALUE; numLeaves0 = 0; numLeaves1 = 0; numLeaves2 = 0; numLeaves3 = 0; numLeaves4 = 0; numLeaves4p = 0; numBVH2 = 0; } void updateInner() { numNodes++; } void updateBVH2() { numBVH2++; } void updateLeaf(int depth, int n) { numLeaves++; minDepth = Math.min(depth, minDepth); maxDepth = Math.max(depth, maxDepth); sumDepth += depth; minObjects = Math.min(n, minObjects); maxObjects = Math.max(n, maxObjects); sumObjects += n; switch (n) { case 0: numLeaves0++; break; case 1: numLeaves1++; break; case 2: numLeaves2++; break; case 3: numLeaves3++; break; case 4: numLeaves4++; break; default: numLeaves4p++; break; } } void printStats() { UI.printDetailed(Module.ACCEL, "Tree stats:"); UI.printDetailed(Module.ACCEL, " * Nodes: %d", numNodes); UI.printDetailed(Module.ACCEL, " * Leaves: %d", numLeaves); UI.printDetailed(Module.ACCEL, " * Objects: min %d", minObjects); UI.printDetailed(Module.ACCEL, " avg %.2f", (float) sumObjects / numLeaves); UI.printDetailed(Module.ACCEL, " avg(n>0) %.2f", (float) sumObjects / (numLeaves - numLeaves0)); UI.printDetailed(Module.ACCEL, " max %d", maxObjects); UI.printDetailed(Module.ACCEL, " * Depth: min %d", minDepth); UI.printDetailed(Module.ACCEL, " avg %.2f", (float) sumDepth / numLeaves); UI.printDetailed(Module.ACCEL, " max %d", maxDepth); UI.printDetailed(Module.ACCEL, " * Leaves w/: N=0 %3d%%", 100 * numLeaves0 / numLeaves); UI.printDetailed(Module.ACCEL, " N=1 %3d%%", 100 * numLeaves1 / numLeaves); UI.printDetailed(Module.ACCEL, " N=2 %3d%%", 100 * numLeaves2 / numLeaves); UI.printDetailed(Module.ACCEL, " N=3 %3d%%", 100 * numLeaves3 / numLeaves); UI.printDetailed(Module.ACCEL, " N=4 %3d%%", 100 * numLeaves4 / numLeaves); UI.printDetailed(Module.ACCEL, " N>4 %3d%%", 100 * numLeaves4p / numLeaves); UI.printDetailed(Module.ACCEL, " * BVH2 nodes: %d (%3d%%)", numBVH2, 100 * numBVH2 / (numNodes + numLeaves - 2 * numBVH2)); } } private void buildHierarchy(IntArray tempTree, int[] indices, BuildStats stats) { // create space for the first node tempTree.add(3 << 30); // dummy leaf tempTree.add(0); tempTree.add(0); if (objects.length == 0) return; // seed bbox float[] gridBox = { bounds.getMinimum().x, bounds.getMaximum().x, bounds.getMinimum().y, bounds.getMaximum().y, bounds.getMinimum().z, bounds.getMaximum().z }; float[] nodeBox = { bounds.getMinimum().x, bounds.getMaximum().x, bounds.getMinimum().y, bounds.getMaximum().y, bounds.getMinimum().z, bounds.getMaximum().z }; // seed subdivide function subdivide(0, objects.length - 1, tempTree, indices, gridBox, nodeBox, 0, 1, stats); } private void createNode(IntArray tempTree, int nodeIndex, int left, int right) { // write leaf node tempTree.set(nodeIndex + 0, (3 << 30) | left); tempTree.set(nodeIndex + 1, right - left + 1); } private void subdivide(int left, int right, IntArray tempTree, int[] indices, float[] gridBox, float[] nodeBox, int nodeIndex, int depth, BuildStats stats) { if ((right - left + 1) <= maxPrims || depth >= 64) { // write leaf node stats.updateLeaf(depth, right - left + 1); createNode(tempTree, nodeIndex, left, right); return; } // calculate extents int axis = -1, prevAxis, rightOrig; float clipL = Float.NaN, clipR = Float.NaN, prevClip = Float.NaN; float split = Float.NaN, prevSplit; boolean wasLeft = true; while (true) { prevAxis = axis; prevSplit = split; // perform quick consistency checks float d[] = { gridBox[1] - gridBox[0], gridBox[3] - gridBox[2], gridBox[5] - gridBox[4] }; if (d[0] < 0 || d[1] < 0 || d[2] < 0) throw new IllegalStateException("negative node extents"); for (int i = 0; i < 3; i++) { if (nodeBox[2 * i + 1] < gridBox[2 * i] || nodeBox[2 * i] > gridBox[2 * i + 1]) { UI.printError(Module.ACCEL, "Reached tree area in error - discarding node with: %d objects", right - left + 1); throw new IllegalStateException("invalid node overlap"); } } // find longest axis if (d[0] > d[1] && d[0] > d[2]) axis = 0; else if (d[1] > d[2]) axis = 1; else axis = 2; split = 0.5f * (gridBox[2 * axis] + gridBox[2 * axis + 1]); // partition L/R subsets clipL = Float.NEGATIVE_INFINITY; clipR = Float.POSITIVE_INFINITY; rightOrig = right; // save this for later float nodeL = Float.POSITIVE_INFINITY; float nodeR = Float.NEGATIVE_INFINITY; for (int i = left; i <= right;) { int obj = indices[i]; float minb = primitives.getPrimitiveBound(obj, 2 * axis + 0); float maxb = primitives.getPrimitiveBound(obj, 2 * axis + 1); float center = (minb + maxb) * 0.5f; if (center <= split) { // stay left i++; if (clipL < maxb) clipL = maxb; } else { // move to the right most int t = indices[i]; indices[i] = indices[right]; indices[right] = t; right--; if (clipR > minb) clipR = minb; } if (nodeL > minb) nodeL = minb; if (nodeR < maxb) nodeR = maxb; } // check for empty space if (nodeL > nodeBox[2 * axis + 0] && nodeR < nodeBox[2 * axis + 1]) { float nodeBoxW = nodeBox[2 * axis + 1] - nodeBox[2 * axis + 0]; float nodeNewW = nodeR - nodeL; // node box is too big compare to space occupied by primitives? if (1.3f * nodeNewW < nodeBoxW) { stats.updateBVH2(); int nextIndex = tempTree.getSize(); // allocate child tempTree.add(0); tempTree.add(0); tempTree.add(0); // write bvh2 clip node stats.updateInner(); tempTree.set(nodeIndex + 0, (axis << 30) | (1 << 29) | nextIndex); tempTree.set(nodeIndex + 1, Float.floatToRawIntBits(nodeL)); tempTree.set(nodeIndex + 2, Float.floatToRawIntBits(nodeR)); // update nodebox and recurse nodeBox[2 * axis + 0] = nodeL; nodeBox[2 * axis + 1] = nodeR; subdivide(left, rightOrig, tempTree, indices, gridBox, nodeBox, nextIndex, depth + 1, stats); return; } } // ensure we are making progress in the subdivision if (right == rightOrig) { // all left if (clipL <= split) { // keep looping on left half gridBox[2 * axis + 1] = split; prevClip = clipL; wasLeft = true; continue; } if (prevAxis == axis && prevSplit == split) { // we are stuck here - create a leaf stats.updateLeaf(depth, right - left + 1); createNode(tempTree, nodeIndex, left, right); return; } gridBox[2 * axis + 1] = split; prevClip = Float.NaN; } else if (left > right) { // all right right = rightOrig; if (clipR >= split) { // keep looping on right half gridBox[2 * axis + 0] = split; prevClip = clipR; wasLeft = false; continue; } if (prevAxis == axis && prevSplit == split) { // we are stuck here - create a leaf stats.updateLeaf(depth, right - left + 1); createNode(tempTree, nodeIndex, left, right); return; } gridBox[2 * axis + 0] = split; prevClip = Float.NaN; } else { // we are actually splitting stuff if (prevAxis != -1 && !Float.isNaN(prevClip)) { // second time through - lets create the previous split // since it produced empty space int nextIndex = tempTree.getSize(); // allocate child node tempTree.add(0); tempTree.add(0); tempTree.add(0); if (wasLeft) { // create a node with a left child // write leaf node stats.updateInner(); tempTree.set(nodeIndex + 0, (prevAxis << 30) | nextIndex); tempTree.set(nodeIndex + 1, Float.floatToRawIntBits(prevClip)); tempTree.set(nodeIndex + 2, Float.floatToRawIntBits(Float.POSITIVE_INFINITY)); } else { // create a node with a right child // write leaf node stats.updateInner(); tempTree.set(nodeIndex + 0, (prevAxis << 30) | (nextIndex - 3)); tempTree.set(nodeIndex + 1, Float.floatToRawIntBits(Float.NEGATIVE_INFINITY)); tempTree.set(nodeIndex + 2, Float.floatToRawIntBits(prevClip)); } // count stats for the unused leaf depth++; stats.updateLeaf(depth, 0); // now we keep going as we are, with a new nodeIndex: nodeIndex = nextIndex; } break; } } // compute index of child nodes int nextIndex = tempTree.getSize(); // allocate left node int nl = right - left + 1; int nr = rightOrig - (right + 1) + 1; if (nl > 0) { tempTree.add(0); tempTree.add(0); tempTree.add(0); } else nextIndex -= 3; // allocate right node if (nr > 0) { tempTree.add(0); tempTree.add(0); tempTree.add(0); } // write leaf node stats.updateInner(); tempTree.set(nodeIndex + 0, (axis << 30) | nextIndex); tempTree.set(nodeIndex + 1, Float.floatToRawIntBits(clipL)); tempTree.set(nodeIndex + 2, Float.floatToRawIntBits(clipR)); // prepare L/R child boxes float[] gridBoxL = new float[6]; float[] gridBoxR = new float[6]; float[] nodeBoxL = new float[6]; float[] nodeBoxR = new float[6]; for (int i = 0; i < 6; i++) { gridBoxL[i] = gridBoxR[i] = gridBox[i]; nodeBoxL[i] = nodeBoxR[i] = nodeBox[i]; } gridBoxL[2 * axis + 1] = gridBoxR[2 * axis] = split; nodeBoxL[2 * axis + 1] = clipL; nodeBoxR[2 * axis + 0] = clipR; // free memory gridBox = nodeBox = null; // recurse if (nl > 0) subdivide(left, right, tempTree, indices, gridBoxL, nodeBoxL, nextIndex, depth + 1, stats); else stats.updateLeaf(depth + 1, 0); if (nr > 0) subdivide(right + 1, rightOrig, tempTree, indices, gridBoxR, nodeBoxR, nextIndex + 3, depth + 1, stats); else stats.updateLeaf(depth + 1, 0); } public void intersect(Ray r, IntersectionState state) { float intervalMin = r.getMin(); float intervalMax = r.getMax(); float orgX = r.ox; float dirX = r.dx, invDirX = 1 / dirX; float t1, t2; t1 = (bounds.getMinimum().x - orgX) * invDirX; t2 = (bounds.getMaximum().x - orgX) * invDirX; if (invDirX > 0) { if (t1 > intervalMin) intervalMin = t1; if (t2 < intervalMax) intervalMax = t2; } else { if (t2 > intervalMin) intervalMin = t2; if (t1 < intervalMax) intervalMax = t1; } if (intervalMin > intervalMax) return; float orgY = r.oy; float dirY = r.dy, invDirY = 1 / dirY; t1 = (bounds.getMinimum().y - orgY) * invDirY; t2 = (bounds.getMaximum().y - orgY) * invDirY; if (invDirY > 0) { if (t1 > intervalMin) intervalMin = t1; if (t2 < intervalMax) intervalMax = t2; } else { if (t2 > intervalMin) intervalMin = t2; if (t1 < intervalMax) intervalMax = t1; } if (intervalMin > intervalMax) return; float orgZ = r.oz; float dirZ = r.dz, invDirZ = 1 / dirZ; t1 = (bounds.getMinimum().z - orgZ) * invDirZ; t2 = (bounds.getMaximum().z - orgZ) * invDirZ; if (invDirZ > 0) { if (t1 > intervalMin) intervalMin = t1; if (t2 < intervalMax) intervalMax = t2; } else { if (t2 > intervalMin) intervalMin = t2; if (t1 < intervalMax) intervalMax = t1; } if (intervalMin > intervalMax) return; // compute custom offsets from direction sign bit int offsetXFront = Float.floatToRawIntBits(dirX) >>> 31; int offsetYFront = Float.floatToRawIntBits(dirY) >>> 31; int offsetZFront = Float.floatToRawIntBits(dirZ) >>> 31; int offsetXBack = offsetXFront ^ 1; int offsetYBack = offsetYFront ^ 1; int offsetZBack = offsetZFront ^ 1; int offsetXFront3 = offsetXFront * 3; int offsetYFront3 = offsetYFront * 3; int offsetZFront3 = offsetZFront * 3; int offsetXBack3 = offsetXBack * 3; int offsetYBack3 = offsetYBack * 3; int offsetZBack3 = offsetZBack * 3; // avoid always adding 1 during the inner loop offsetXFront++; offsetYFront++; offsetZFront++; offsetXBack++; offsetYBack++; offsetZBack++; IntersectionState.StackNode[] stack = state.getStack(); int stackPos = 0; int node = 0; while (true) { pushloop: while (true) { int tn = tree[node]; int axis = tn & (7 << 29); int offset = tn & ~(7 << 29); switch (axis) { case 0: { // x axis float tf = (Float.intBitsToFloat(tree[node + offsetXFront]) - orgX) * invDirX; float tb = (Float.intBitsToFloat(tree[node + offsetXBack]) - orgX) * invDirX; // ray passes between clip zones if (tf < intervalMin && tb > intervalMax) break pushloop; int back = offset + offsetXBack3; node = back; // ray passes through far node only if (tf < intervalMin) { intervalMin = (tb >= intervalMin) ? tb : intervalMin; continue; } node = offset + offsetXFront3; // front // ray passes through near node only if (tb > intervalMax) { intervalMax = (tf <= intervalMax) ? tf : intervalMax; continue; } // ray passes through both nodes // push back node stack[stackPos].node = back; stack[stackPos].near = (tb >= intervalMin) ? tb : intervalMin; stack[stackPos].far = intervalMax; stackPos++; // update ray interval for front node intervalMax = (tf <= intervalMax) ? tf : intervalMax; continue; } case 1 << 30: { float tf = (Float.intBitsToFloat(tree[node + offsetYFront]) - orgY) * invDirY; float tb = (Float.intBitsToFloat(tree[node + offsetYBack]) - orgY) * invDirY; // ray passes between clip zones if (tf < intervalMin && tb > intervalMax) break pushloop; int back = offset + offsetYBack3; node = back; // ray passes through far node only if (tf < intervalMin) { intervalMin = (tb >= intervalMin) ? tb : intervalMin; continue; } node = offset + offsetYFront3; // front // ray passes through near node only if (tb > intervalMax) { intervalMax = (tf <= intervalMax) ? tf : intervalMax; continue; } // ray passes through both nodes // push back node stack[stackPos].node = back; stack[stackPos].near = (tb >= intervalMin) ? tb : intervalMin; stack[stackPos].far = intervalMax; stackPos++; // update ray interval for front node intervalMax = (tf <= intervalMax) ? tf : intervalMax; continue; } case 2 << 30: { // z axis float tf = (Float.intBitsToFloat(tree[node + offsetZFront]) - orgZ) * invDirZ; float tb = (Float.intBitsToFloat(tree[node + offsetZBack]) - orgZ) * invDirZ; // ray passes between clip zones if (tf < intervalMin && tb > intervalMax) break pushloop; int back = offset + offsetZBack3; node = back; // ray passes through far node only if (tf < intervalMin) { intervalMin = (tb >= intervalMin) ? tb : intervalMin; continue; } node = offset + offsetZFront3; // front // ray passes through near node only if (tb > intervalMax) { intervalMax = (tf <= intervalMax) ? tf : intervalMax; continue; } // ray passes through both nodes // push back node stack[stackPos].node = back; stack[stackPos].near = (tb >= intervalMin) ? tb : intervalMin; stack[stackPos].far = intervalMax; stackPos++; // update ray interval for front node intervalMax = (tf <= intervalMax) ? tf : intervalMax; continue; } case 3 << 30: { // leaf - test some objects int n = tree[node + 1]; while (n > 0) { primitives.intersectPrimitive(r, objects[offset], state); n--; offset++; } break pushloop; } case 1 << 29: { float tf = (Float.intBitsToFloat(tree[node + offsetXFront]) - orgX) * invDirX; float tb = (Float.intBitsToFloat(tree[node + offsetXBack]) - orgX) * invDirX; node = offset; intervalMin = (tf >= intervalMin) ? tf : intervalMin; intervalMax = (tb <= intervalMax) ? tb : intervalMax; if (intervalMin > intervalMax) break pushloop; continue; } case 3 << 29: { float tf = (Float.intBitsToFloat(tree[node + offsetYFront]) - orgY) * invDirY; float tb = (Float.intBitsToFloat(tree[node + offsetYBack]) - orgY) * invDirY; node = offset; intervalMin = (tf >= intervalMin) ? tf : intervalMin; intervalMax = (tb <= intervalMax) ? tb : intervalMax; if (intervalMin > intervalMax) break pushloop; continue; } case 5 << 29: { float tf = (Float.intBitsToFloat(tree[node + offsetZFront]) - orgZ) * invDirZ; float tb = (Float.intBitsToFloat(tree[node + offsetZBack]) - orgZ) * invDirZ; node = offset; intervalMin = (tf >= intervalMin) ? tf : intervalMin; intervalMax = (tb <= intervalMax) ? tb : intervalMax; if (intervalMin > intervalMax) break pushloop; continue; } default: return; // should not happen } // switch } // traversal loop do { // stack is empty? if (stackPos == 0) return; // move back up the stack stackPos--; intervalMin = stack[stackPos].near; if (r.getMax() < intervalMin) continue; node = stack[stackPos].node; intervalMax = stack[stackPos].far; break; } while (true); } } }src/org/sunflow/core/accel/UniformGrid.java0000644000175000017500000002701411301357540020247 0ustar user03user03package org.sunflow.core.accel; import org.sunflow.core.AccelerationStructure; import org.sunflow.core.IntersectionState; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.math.BoundingBox; import org.sunflow.math.MathUtils; import org.sunflow.math.Vector3; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; import org.sunflow.util.IntArray; public final class UniformGrid implements AccelerationStructure { private int nx, ny, nz; private PrimitiveList primitives; private BoundingBox bounds; private int[][] cells; private float voxelwx, voxelwy, voxelwz; private float invVoxelwx, invVoxelwy, invVoxelwz; public UniformGrid() { nx = ny = nz = 0; bounds = null; cells = null; voxelwx = voxelwy = voxelwz = 0; invVoxelwx = invVoxelwy = invVoxelwz = 0; } public void build(PrimitiveList primitives) { Timer t = new Timer(); t.start(); this.primitives = primitives; int n = primitives.getNumPrimitives(); // compute bounds bounds = primitives.getWorldBounds(null); // create grid from number of objects bounds.enlargeUlps(); Vector3 w = bounds.getExtents(); double s = Math.pow((w.x * w.y * w.z) / n, 1 / 3.0); nx = MathUtils.clamp((int) ((w.x / s) + 0.5), 1, 128); ny = MathUtils.clamp((int) ((w.y / s) + 0.5), 1, 128); nz = MathUtils.clamp((int) ((w.z / s) + 0.5), 1, 128); voxelwx = w.x / nx; voxelwy = w.y / ny; voxelwz = w.z / nz; invVoxelwx = 1 / voxelwx; invVoxelwy = 1 / voxelwy; invVoxelwz = 1 / voxelwz; UI.printDetailed(Module.ACCEL, "Creating grid: %dx%dx%d ...", nx, ny, nz); IntArray[] buildCells = new IntArray[nx * ny * nz]; // add all objects into the grid cells they overlap int[] imin = new int[3]; int[] imax = new int[3]; int numCellsPerObject = 0; for (int i = 0; i < n; i++) { getGridIndex(primitives.getPrimitiveBound(i, 0), primitives.getPrimitiveBound(i, 2), primitives.getPrimitiveBound(i, 4), imin); getGridIndex(primitives.getPrimitiveBound(i, 1), primitives.getPrimitiveBound(i, 3), primitives.getPrimitiveBound(i, 5), imax); for (int ix = imin[0]; ix <= imax[0]; ix++) { for (int iy = imin[1]; iy <= imax[1]; iy++) { for (int iz = imin[2]; iz <= imax[2]; iz++) { int idx = ix + (nx * iy) + (nx * ny * iz); if (buildCells[idx] == null) buildCells[idx] = new IntArray(); buildCells[idx].add(i); numCellsPerObject++; } } } } UI.printDetailed(Module.ACCEL, "Building cells ..."); int numEmpty = 0; int numInFull = 0; cells = new int[nx * ny * nz][]; int i = 0; for (IntArray cell : buildCells) { if (cell != null) { if (cell.getSize() == 0) { numEmpty++; cell = null; } else { cells[i] = cell.trim(); numInFull += cell.getSize(); } } else numEmpty++; i++; } t.end(); UI.printDetailed(Module.ACCEL, "Uniform grid statistics:"); UI.printDetailed(Module.ACCEL, " * Grid cells: %d", cells.length); UI.printDetailed(Module.ACCEL, " * Used cells: %d", cells.length - numEmpty); UI.printDetailed(Module.ACCEL, " * Empty cells: %d", numEmpty); UI.printDetailed(Module.ACCEL, " * Occupancy: %.2f%%", 100.0 * (cells.length - numEmpty) / cells.length); UI.printDetailed(Module.ACCEL, " * Objects/Cell: %.2f", (double) numInFull / (double) cells.length); UI.printDetailed(Module.ACCEL, " * Objects/Used Cell: %.2f", (double) numInFull / (double) (cells.length - numEmpty)); UI.printDetailed(Module.ACCEL, " * Cells/Object: %.2f", (double) numCellsPerObject / (double) n); UI.printDetailed(Module.ACCEL, " * Build time: %s", t.toString()); } public void intersect(Ray r, IntersectionState state) { float intervalMin = r.getMin(); float intervalMax = r.getMax(); float orgX = r.ox; float dirX = r.dx, invDirX = 1 / dirX; float t1, t2; t1 = (bounds.getMinimum().x - orgX) * invDirX; t2 = (bounds.getMaximum().x - orgX) * invDirX; if (invDirX > 0) { if (t1 > intervalMin) intervalMin = t1; if (t2 < intervalMax) intervalMax = t2; } else { if (t2 > intervalMin) intervalMin = t2; if (t1 < intervalMax) intervalMax = t1; } if (intervalMin > intervalMax) return; float orgY = r.oy; float dirY = r.dy, invDirY = 1 / dirY; t1 = (bounds.getMinimum().y - orgY) * invDirY; t2 = (bounds.getMaximum().y - orgY) * invDirY; if (invDirY > 0) { if (t1 > intervalMin) intervalMin = t1; if (t2 < intervalMax) intervalMax = t2; } else { if (t2 > intervalMin) intervalMin = t2; if (t1 < intervalMax) intervalMax = t1; } if (intervalMin > intervalMax) return; float orgZ = r.oz; float dirZ = r.dz, invDirZ = 1 / dirZ; t1 = (bounds.getMinimum().z - orgZ) * invDirZ; t2 = (bounds.getMaximum().z - orgZ) * invDirZ; if (invDirZ > 0) { if (t1 > intervalMin) intervalMin = t1; if (t2 < intervalMax) intervalMax = t2; } else { if (t2 > intervalMin) intervalMin = t2; if (t1 < intervalMax) intervalMax = t1; } if (intervalMin > intervalMax) return; // box is hit at [intervalMin, intervalMax] orgX += intervalMin * dirX; orgY += intervalMin * dirY; orgZ += intervalMin * dirZ; // locate starting point inside the grid // and set up 3D-DDA vars int indxX, indxY, indxZ; int stepX, stepY, stepZ; int stopX, stopY, stopZ; float deltaX, deltaY, deltaZ; float tnextX, tnextY, tnextZ; // stepping factors along X indxX = (int) ((orgX - bounds.getMinimum().x) * invVoxelwx); if (indxX < 0) indxX = 0; else if (indxX >= nx) indxX = nx - 1; if (Math.abs(dirX) < 1e-6f) { stepX = 0; stopX = indxX; deltaX = 0; tnextX = Float.POSITIVE_INFINITY; } else if (dirX > 0) { stepX = 1; stopX = nx; deltaX = voxelwx * invDirX; tnextX = intervalMin + ((indxX + 1) * voxelwx + bounds.getMinimum().x - orgX) * invDirX; } else { stepX = -1; stopX = -1; deltaX = -voxelwx * invDirX; tnextX = intervalMin + (indxX * voxelwx + bounds.getMinimum().x - orgX) * invDirX; } // stepping factors along Y indxY = (int) ((orgY - bounds.getMinimum().y) * invVoxelwy); if (indxY < 0) indxY = 0; else if (indxY >= ny) indxY = ny - 1; if (Math.abs(dirY) < 1e-6f) { stepY = 0; stopY = indxY; deltaY = 0; tnextY = Float.POSITIVE_INFINITY; } else if (dirY > 0) { stepY = 1; stopY = ny; deltaY = voxelwy * invDirY; tnextY = intervalMin + ((indxY + 1) * voxelwy + bounds.getMinimum().y - orgY) * invDirY; } else { stepY = -1; stopY = -1; deltaY = -voxelwy * invDirY; tnextY = intervalMin + (indxY * voxelwy + bounds.getMinimum().y - orgY) * invDirY; } // stepping factors along Z indxZ = (int) ((orgZ - bounds.getMinimum().z) * invVoxelwz); if (indxZ < 0) indxZ = 0; else if (indxZ >= nz) indxZ = nz - 1; if (Math.abs(dirZ) < 1e-6f) { stepZ = 0; stopZ = indxZ; deltaZ = 0; tnextZ = Float.POSITIVE_INFINITY; } else if (dirZ > 0) { stepZ = 1; stopZ = nz; deltaZ = voxelwz * invDirZ; tnextZ = intervalMin + ((indxZ + 1) * voxelwz + bounds.getMinimum().z - orgZ) * invDirZ; } else { stepZ = -1; stopZ = -1; deltaZ = -voxelwz * invDirZ; tnextZ = intervalMin + (indxZ * voxelwz + bounds.getMinimum().z - orgZ) * invDirZ; } int cellstepX = stepX; int cellstepY = stepY * nx; int cellstepZ = stepZ * ny * nx; int cell = indxX + indxY * nx + indxZ * ny * nx; // trace through the grid for (;;) { if (tnextX < tnextY && tnextX < tnextZ) { if (cells[cell] != null) { for (int i : cells[cell]) primitives.intersectPrimitive(r, i, state); if (state.hit() && (r.getMax() < tnextX && r.getMax() < intervalMax)) return; } intervalMin = tnextX; if (intervalMin > intervalMax) return; indxX += stepX; if (indxX == stopX) return; tnextX += deltaX; cell += cellstepX; } else if (tnextY < tnextZ) { if (cells[cell] != null) { for (int i : cells[cell]) primitives.intersectPrimitive(r, i, state); if (state.hit() && (r.getMax() < tnextY && r.getMax() < intervalMax)) return; } intervalMin = tnextY; if (intervalMin > intervalMax) return; indxY += stepY; if (indxY == stopY) return; tnextY += deltaY; cell += cellstepY; } else { if (cells[cell] != null) { for (int i : cells[cell]) primitives.intersectPrimitive(r, i, state); if (state.hit() && (r.getMax() < tnextZ && r.getMax() < intervalMax)) return; } intervalMin = tnextZ; if (intervalMin > intervalMax) return; indxZ += stepZ; if (indxZ == stopZ) return; tnextZ += deltaZ; cell += cellstepZ; } } } private void getGridIndex(float x, float y, float z, int[] i) { i[0] = MathUtils.clamp((int) ((x - bounds.getMinimum().x) * invVoxelwx), 0, nx - 1); i[1] = MathUtils.clamp((int) ((y - bounds.getMinimum().y) * invVoxelwy), 0, ny - 1); i[2] = MathUtils.clamp((int) ((z - bounds.getMinimum().z) * invVoxelwz), 0, nz - 1); } }src/org/sunflow/core/shader/0000755000175000017500000000000011301357540015352 5ustar user03user03src/org/sunflow/core/shader/QuickGrayShader.java0000644000175000017500000000433411301357540021247 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; public class QuickGrayShader implements Shader { public QuickGrayShader() { } public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Color getRadiance(ShadingState state) { if (state.getNormal() == null) { // if this shader has been applied to an infinite instance because // of shader overrides // run the default shader, otherwise, just shade black return state.getShader() != this ? state.getShader().getRadiance(state) : Color.BLACK; } // make sure we are on the right side of the material state.faceforward(); // setup lighting state.initLightSamples(); state.initCausticSamples(); return state.diffuse(Color.GRAY); } public void scatterPhoton(ShadingState state, Color power) { Color diffuse; // make sure we are on the right side of the material if (Vector3.dot(state.getNormal(), state.getRay().getDirection()) > 0.0) { state.getNormal().negate(); state.getGeoNormal().negate(); } diffuse = Color.GRAY; state.storePhoton(state.getRay().getDirection(), power, diffuse); float avg = diffuse.getAverage(); double rnd = state.getRandom(0, 0, 1); if (rnd < avg) { // photon is scattered power.mul(diffuse).mul(1.0f / avg); OrthoNormalBasis onb = state.getBasis(); double u = 2 * Math.PI * rnd / avg; double v = state.getRandom(0, 1, 1); float s = (float) Math.sqrt(v); float s1 = (float) Math.sqrt(1.0 - v); Vector3 w = new Vector3((float) Math.cos(u) * s, (float) Math.sin(u) * s, s1); w = onb.transform(w, new Vector3()); state.traceDiffusePhoton(new Ray(state.getPoint(), w), power); } } }src/org/sunflow/core/shader/WireframeShader.java0000644000175000017500000000553211301357540021272 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.Matrix4; import org.sunflow.math.Point3; public class WireframeShader implements Shader { private Color lineColor; private Color fillColor; private float width; private float cosWidth; public WireframeShader() { lineColor = Color.BLACK; fillColor = Color.WHITE; // pick a very small angle - should be roughly the half the angular // width of a // pixel width = (float) (Math.PI * 0.5 / 4096); cosWidth = (float) Math.cos(width); } public boolean update(ParameterList pl, SunflowAPI api) { lineColor = pl.getColor("line", lineColor); fillColor = pl.getColor("fill", fillColor); width = pl.getFloat("width", width); cosWidth = (float) Math.cos(width); return true; } public Color getFillColor(ShadingState state) { return fillColor; } public Color getLineColor(ShadingState state) { return lineColor; } public Color getRadiance(ShadingState state) { Point3[] p = new Point3[3]; if (!state.getTrianglePoints(p)) return getFillColor(state); // transform points into camera space Point3 center = state.getPoint(); Matrix4 w2c = state.getWorldToCamera(); center = w2c.transformP(center); for (int i = 0; i < 3; i++) p[i] = w2c.transformP(state.transformObjectToWorld(p[i])); float cn = 1.0f / (float) Math.sqrt(center.x * center.x + center.y * center.y + center.z * center.z); for (int i = 0, i2 = 2; i < 3; i2 = i, i++) { // compute orthogonal projection of the shading point onto each // triangle edge as in: // http://mathworld.wolfram.com/Point-LineDistance3-Dimensional.html float t = (center.x - p[i].x) * (p[i2].x - p[i].x); t += (center.y - p[i].y) * (p[i2].y - p[i].y); t += (center.z - p[i].z) * (p[i2].z - p[i].z); t /= p[i].distanceToSquared(p[i2]); float projx = (1 - t) * p[i].x + t * p[i2].x; float projy = (1 - t) * p[i].y + t * p[i2].y; float projz = (1 - t) * p[i].z + t * p[i2].z; float n = 1.0f / (float) Math.sqrt(projx * projx + projy * projy + projz * projz); // check angular width float dot = projx * center.x + projy * center.y + projz * center.z; if (dot * n * cn >= cosWidth) return getLineColor(state); } return getFillColor(state); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/TexturedDiffuseShader.java0000644000175000017500000000154411301357540022462 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.core.TextureCache; import org.sunflow.image.Color; public class TexturedDiffuseShader extends DiffuseShader { private Texture tex; public TexturedDiffuseShader() { tex = null; } @Override public boolean update(ParameterList pl, SunflowAPI api) { String filename = pl.getString("texture", null); if (filename != null) tex = TextureCache.getTexture(api.resolveTextureFilename(filename), false); return tex != null && super.update(pl, api); } @Override public Color getDiffuse(ShadingState state) { return tex.getPixel(state.getUV().x, state.getUV().y); } }src/org/sunflow/core/shader/ShinyDiffuseShader.java0000644000175000017500000000673711301357540021761 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; public class ShinyDiffuseShader implements Shader { private Color diff; private float refl; public ShinyDiffuseShader() { diff = Color.GRAY; refl = 0.5f; } public boolean update(ParameterList pl, SunflowAPI api) { diff = pl.getColor("diffuse", diff); refl = pl.getFloat("shiny", refl); return true; } public Color getDiffuse(ShadingState state) { return diff; } public Color getRadiance(ShadingState state) { // make sure we are on the right side of the material state.faceforward(); // direct lighting state.initLightSamples(); state.initCausticSamples(); Color d = getDiffuse(state); Color lr = state.diffuse(d); if (!state.includeSpecular()) return lr; float cos = state.getCosND(); float dn = 2 * cos; Vector3 refDir = new Vector3(); refDir.x = (dn * state.getNormal().x) + state.getRay().getDirection().x; refDir.y = (dn * state.getNormal().y) + state.getRay().getDirection().y; refDir.z = (dn * state.getNormal().z) + state.getRay().getDirection().z; Ray refRay = new Ray(state.getPoint(), refDir); // compute Fresnel term cos = 1 - cos; float cos2 = cos * cos; float cos5 = cos2 * cos2 * cos; Color ret = Color.white(); Color r = d.copy().mul(refl); ret.sub(r); ret.mul(cos5); ret.add(r); return lr.add(ret.mul(state.traceReflection(refRay, 0))); } public void scatterPhoton(ShadingState state, Color power) { Color diffuse; // make sure we are on the right side of the material state.faceforward(); diffuse = getDiffuse(state); state.storePhoton(state.getRay().getDirection(), power, diffuse); float d = diffuse.getAverage(); float r = d * refl; double rnd = state.getRandom(0, 0, 1); if (rnd < d) { // photon is scattered power.mul(diffuse).mul(1.0f / d); OrthoNormalBasis onb = state.getBasis(); double u = 2 * Math.PI * rnd / d; double v = state.getRandom(0, 1, 1); float s = (float) Math.sqrt(v); float s1 = (float) Math.sqrt(1.0 - v); Vector3 w = new Vector3((float) Math.cos(u) * s, (float) Math.sin(u) * s, s1); w = onb.transform(w, new Vector3()); state.traceDiffusePhoton(new Ray(state.getPoint(), w), power); } else if (rnd < d + r) { float cos = -Vector3.dot(state.getNormal(), state.getRay().getDirection()); power.mul(diffuse).mul(1.0f / d); // photon is reflected float dn = 2 * cos; Vector3 dir = new Vector3(); dir.x = (dn * state.getNormal().x) + state.getRay().getDirection().x; dir.y = (dn * state.getNormal().y) + state.getRay().getDirection().y; dir.z = (dn * state.getNormal().z) + state.getRay().getDirection().z; state.traceReflectionPhoton(new Ray(state.getPoint(), dir), power); } } }src/org/sunflow/core/shader/ViewIrradianceShader.java0000644000175000017500000000116011301357540022236 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; public class ViewIrradianceShader implements Shader { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Color getRadiance(ShadingState state) { state.faceforward(); return new Color().set(state.getIrradiance(Color.WHITE)).mul(1.0f / (float) Math.PI); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/TexturedWardShader.java0000644000175000017500000000154611301357540021774 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.core.TextureCache; import org.sunflow.image.Color; public class TexturedWardShader extends AnisotropicWardShader { private Texture tex; public TexturedWardShader() { tex = null; } @Override public boolean update(ParameterList pl, SunflowAPI api) { String filename = pl.getString("texture", null); if (filename != null) tex = TextureCache.getTexture(api.resolveTextureFilename(filename), false); return tex != null && super.update(pl, api); } @Override public Color getDiffuse(ShadingState state) { return tex.getPixel(state.getUV().x, state.getUV().y); } }src/org/sunflow/core/shader/NormalShader.java0000644000175000017500000000140111301357540020570 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.Vector3; public class NormalShader implements Shader { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Color getRadiance(ShadingState state) { Vector3 n = state.getNormal(); if (n == null) return Color.BLACK; float r = (n.x + 1) * 0.5f; float g = (n.y + 1) * 0.5f; float b = (n.z + 1) * 0.5f; return new Color(r, g, b); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/SimpleShader.java0000644000175000017500000000106711301357540020601 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; public class SimpleShader implements Shader { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Color getRadiance(ShadingState state) { return new Color(Math.abs(state.getRay().dot(state.getNormal()))); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/UberShader.java0000644000175000017500000001420011301357540020236 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.core.TextureCache; import org.sunflow.image.Color; import org.sunflow.math.MathUtils; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; public class UberShader implements Shader { private Color diff; private Color spec; private Texture diffmap; private Texture specmap; private float diffBlend; private float specBlend; private float glossyness; private int numSamples; public UberShader() { diff = spec = Color.GRAY; diffmap = specmap = null; diffBlend = specBlend = 1; glossyness = 0; numSamples = 4; } public boolean update(ParameterList pl, SunflowAPI api) { diff = pl.getColor("diffuse", diff); spec = pl.getColor("specular", spec); String filename; filename = pl.getString("diffuse.texture", null); if (filename != null) diffmap = TextureCache.getTexture(api.resolveTextureFilename(filename), false); filename = pl.getString("specular.texture", null); if (filename != null) specmap = TextureCache.getTexture(api.resolveTextureFilename(filename), false); diffBlend = MathUtils.clamp(pl.getFloat("diffuse.blend", diffBlend), 0, 1); specBlend = MathUtils.clamp(pl.getFloat("specular.blend", diffBlend), 0, 1); glossyness = MathUtils.clamp(pl.getFloat("glossyness", glossyness), 0, 1); numSamples = pl.getInt("samples", numSamples); return true; } public Color getDiffuse(ShadingState state) { return diffmap == null ? diff : Color.blend(diff, diffmap.getPixel(state.getUV().x, state.getUV().y), diffBlend); } public Color getSpecular(ShadingState state) { return specmap == null ? spec : Color.blend(spec, specmap.getPixel(state.getUV().x, state.getUV().y), specBlend); } public Color getRadiance(ShadingState state) { // make sure we are on the right side of the material state.faceforward(); // direct lighting state.initLightSamples(); state.initCausticSamples(); Color d = getDiffuse(state); Color lr = state.diffuse(d); if (!state.includeSpecular()) return lr; if (glossyness == 0) { float cos = state.getCosND(); float dn = 2 * cos; Vector3 refDir = new Vector3(); refDir.x = (dn * state.getNormal().x) + state.getRay().getDirection().x; refDir.y = (dn * state.getNormal().y) + state.getRay().getDirection().y; refDir.z = (dn * state.getNormal().z) + state.getRay().getDirection().z; Ray refRay = new Ray(state.getPoint(), refDir); // compute Fresnel term cos = 1 - cos; float cos2 = cos * cos; float cos5 = cos2 * cos2 * cos; Color spec = getSpecular(state); Color ret = Color.white(); ret.sub(spec); ret.mul(cos5); ret.add(spec); return lr.add(ret.mul(state.traceReflection(refRay, 0))); } else return lr.add(state.specularPhong(getSpecular(state), 2 / glossyness, numSamples)); } public void scatterPhoton(ShadingState state, Color power) { Color diffuse, specular; // make sure we are on the right side of the material state.faceforward(); diffuse = getDiffuse(state); specular = getSpecular(state); state.storePhoton(state.getRay().getDirection(), power, diffuse); float d = diffuse.getAverage(); float r = specular.getAverage(); double rnd = state.getRandom(0, 0, 1); if (rnd < d) { // photon is scattered power.mul(diffuse).mul(1.0f / d); OrthoNormalBasis onb = state.getBasis(); double u = 2 * Math.PI * rnd / d; double v = state.getRandom(0, 1, 1); float s = (float) Math.sqrt(v); float s1 = (float) Math.sqrt(1.0 - v); Vector3 w = new Vector3((float) Math.cos(u) * s, (float) Math.sin(u) * s, s1); w = onb.transform(w, new Vector3()); state.traceDiffusePhoton(new Ray(state.getPoint(), w), power); } else if (rnd < d + r) { if (glossyness == 0) { float cos = -Vector3.dot(state.getNormal(), state.getRay().getDirection()); power.mul(diffuse).mul(1.0f / d); // photon is reflected float dn = 2 * cos; Vector3 dir = new Vector3(); dir.x = (dn * state.getNormal().x) + state.getRay().getDirection().x; dir.y = (dn * state.getNormal().y) + state.getRay().getDirection().y; dir.z = (dn * state.getNormal().z) + state.getRay().getDirection().z; state.traceReflectionPhoton(new Ray(state.getPoint(), dir), power); } else { float dn = 2.0f * state.getCosND(); // reflected direction Vector3 refDir = new Vector3(); refDir.x = (dn * state.getNormal().x) + state.getRay().dx; refDir.y = (dn * state.getNormal().y) + state.getRay().dy; refDir.z = (dn * state.getNormal().z) + state.getRay().dz; power.mul(spec).mul(1.0f / r); OrthoNormalBasis onb = state.getBasis(); double u = 2 * Math.PI * (rnd - r) / r; double v = state.getRandom(0, 1, 1); float s = (float) Math.pow(v, 1 / ((1.0f / glossyness) + 1)); float s1 = (float) Math.sqrt(1 - s * s); Vector3 w = new Vector3((float) Math.cos(u) * s1, (float) Math.sin(u) * s1, s); w = onb.transform(w, new Vector3()); state.traceReflectionPhoton(new Ray(state.getPoint(), w), power); } } } }src/org/sunflow/core/shader/ViewCausticsShader.java0000644000175000017500000000152411301357540021757 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.LightSample; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; public class ViewCausticsShader implements Shader { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Color getRadiance(ShadingState state) { state.faceforward(); state.initCausticSamples(); // integrate a diffuse function Color lr = Color.black(); for (LightSample sample : state) lr.madd(sample.dot(state.getNormal()), sample.getDiffuseRadiance()); return lr.mul(1.0f / (float) Math.PI); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/TexturedShinyDiffuseShader.java0000644000175000017500000000156311301357540023476 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.core.TextureCache; import org.sunflow.image.Color; public class TexturedShinyDiffuseShader extends ShinyDiffuseShader { private Texture tex; public TexturedShinyDiffuseShader() { tex = null; } @Override public boolean update(ParameterList pl, SunflowAPI api) { String filename = pl.getString("texture", null); if (filename != null) tex = TextureCache.getTexture(api.resolveTextureFilename(filename), false); return tex != null && super.update(pl, api); } @Override public Color getDiffuse(ShadingState state) { return tex.getPixel(state.getUV().x, state.getUV().y); } }src/org/sunflow/core/shader/TexturedAmbientOcclusionShader.java0000644000175000017500000000160311301357540024327 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.core.TextureCache; import org.sunflow.image.Color; public class TexturedAmbientOcclusionShader extends AmbientOcclusionShader { private Texture tex; public TexturedAmbientOcclusionShader() { tex = null; } @Override public boolean update(ParameterList pl, SunflowAPI api) { String filename = pl.getString("texture", null); if (filename != null) tex = TextureCache.getTexture(api.resolveTextureFilename(filename), false); return tex != null && super.update(pl, api); } @Override public Color getBrightColor(ShadingState state) { return tex.getPixel(state.getUV().x, state.getUV().y); } }src/org/sunflow/core/shader/IDShader.java0000644000175000017500000000127211301357540017642 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.Vector3; public class IDShader implements Shader { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Color getRadiance(ShadingState state) { Vector3 n = state.getNormal(); float f = n == null ? 1.0f : Math.abs(state.getRay().dot(n)); return new Color(state.getInstance().hashCode()).mul(f); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/ConstantShader.java0000644000175000017500000000120011301357540021126 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; public class ConstantShader implements Shader { private Color c; public ConstantShader() { c = Color.WHITE; } public boolean update(ParameterList pl, SunflowAPI api) { c = pl.getColor("color", c); return true; } public Color getRadiance(ShadingState state) { return c; } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/GlassShader.java0000644000175000017500000001407011301357540020417 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.Vector3; public class GlassShader implements Shader { private float eta; // refraction index ratio private float f0; // fresnel normal incidence private Color color; private float absorptionDistance; private Color absorptionColor; public GlassShader() { eta = 1.3f; color = Color.WHITE; absorptionDistance = 0; // disabled by default absorptionColor = Color.GRAY; // 50% absorbtion } public boolean update(ParameterList pl, SunflowAPI api) { color = pl.getColor("color", color); eta = pl.getFloat("eta", eta); f0 = (1 - eta) / (1 + eta); f0 = f0 * f0; absorptionDistance = pl.getFloat("absorption.distance", absorptionDistance); absorptionColor = pl.getColor("absorption.color", absorptionColor); return true; } public Color getRadiance(ShadingState state) { if (!state.includeSpecular()) return Color.BLACK; Vector3 reflDir = new Vector3(); Vector3 refrDir = new Vector3(); state.faceforward(); float cos = state.getCosND(); boolean inside = state.isBehind(); float neta = inside ? eta : 1.0f / eta; float dn = 2 * cos; reflDir.x = (dn * state.getNormal().x) + state.getRay().getDirection().x; reflDir.y = (dn * state.getNormal().y) + state.getRay().getDirection().y; reflDir.z = (dn * state.getNormal().z) + state.getRay().getDirection().z; // refracted ray float arg = 1 - (neta * neta * (1 - (cos * cos))); boolean tir = arg < 0; if (tir) refrDir.x = refrDir.y = refrDir.z = 0; else { float nK = (neta * cos) - (float) Math.sqrt(arg); refrDir.x = (neta * state.getRay().dx) + (nK * state.getNormal().x); refrDir.y = (neta * state.getRay().dy) + (nK * state.getNormal().y); refrDir.z = (neta * state.getRay().dz) + (nK * state.getNormal().z); } // compute Fresnel terms float cosTheta1 = Vector3.dot(state.getNormal(), reflDir); float cosTheta2 = -Vector3.dot(state.getNormal(), refrDir); float pPara = (cosTheta1 - eta * cosTheta2) / (cosTheta1 + eta * cosTheta2); float pPerp = (eta * cosTheta1 - cosTheta2) / (eta * cosTheta1 + cosTheta2); float kr = 0.5f * (pPara * pPara + pPerp * pPerp); float kt = 1 - kr; Color absorbtion = null; if (inside && absorptionDistance > 0) { // this ray is inside the object and leaving it // compute attenuation that occured along the ray absorbtion = Color.mul(-state.getRay().getMax() / absorptionDistance, absorptionColor.copy().opposite()).exp(); if (absorbtion.isBlack()) return Color.BLACK; // nothing goes through } // refracted ray Color ret = Color.black(); if (!tir) { ret.madd(kt, state.traceRefraction(new Ray(state.getPoint(), refrDir), 0)).mul(color); } if (!inside || tir) ret.add(Color.mul(kr, state.traceReflection(new Ray(state.getPoint(), reflDir), 0)).mul(color)); return absorbtion != null ? ret.mul(absorbtion) : ret; } public void scatterPhoton(ShadingState state, Color power) { Color refr = Color.mul(1 - f0, color); Color refl = Color.mul(f0, color); float avgR = refl.getAverage(); float avgT = refr.getAverage(); double rnd = state.getRandom(0, 0, 1); if (rnd < avgR) { state.faceforward(); // don't reflect internally if (state.isBehind()) return; // photon is reflected float cos = state.getCosND(); power.mul(refl).mul(1.0f / avgR); float dn = 2 * cos; Vector3 dir = new Vector3(); dir.x = (dn * state.getNormal().x) + state.getRay().getDirection().x; dir.y = (dn * state.getNormal().y) + state.getRay().getDirection().y; dir.z = (dn * state.getNormal().z) + state.getRay().getDirection().z; state.traceReflectionPhoton(new Ray(state.getPoint(), dir), power); } else if (rnd < avgR + avgT) { state.faceforward(); // photon is refracted float cos = state.getCosND(); float neta = state.isBehind() ? eta : 1.0f / eta; power.mul(refr).mul(1.0f / avgT); float wK = -neta; float arg = 1 - (neta * neta * (1 - (cos * cos))); Vector3 dir = new Vector3(); if (state.isBehind() && absorptionDistance > 0) { // this ray is inside the object and leaving it // compute attenuation that occured along the ray power.mul(Color.mul(-state.getRay().getMax() / absorptionDistance, absorptionColor.copy().opposite()).exp()); } if (arg < 0) { // TIR float dn = 2 * cos; dir.x = (dn * state.getNormal().x) + state.getRay().getDirection().x; dir.y = (dn * state.getNormal().y) + state.getRay().getDirection().y; dir.z = (dn * state.getNormal().z) + state.getRay().getDirection().z; state.traceReflectionPhoton(new Ray(state.getPoint(), dir), power); } else { float nK = (neta * cos) - (float) Math.sqrt(arg); dir.x = (-wK * state.getRay().dx) + (nK * state.getNormal().x); dir.y = (-wK * state.getRay().dy) + (nK * state.getNormal().y); dir.z = (-wK * state.getRay().dz) + (nK * state.getNormal().z); state.traceRefractionPhoton(new Ray(state.getPoint(), dir), power); } } } }src/org/sunflow/core/shader/MirrorShader.java0000644000175000017500000000417511301357540020625 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.Vector3; public class MirrorShader implements Shader { private Color color; public MirrorShader() { color = Color.WHITE; } public boolean update(ParameterList pl, SunflowAPI api) { color = pl.getColor("color", color); return true; } public Color getRadiance(ShadingState state) { if (!state.includeSpecular()) return Color.BLACK; state.faceforward(); float cos = state.getCosND(); float dn = 2 * cos; Vector3 refDir = new Vector3(); refDir.x = (dn * state.getNormal().x) + state.getRay().getDirection().x; refDir.y = (dn * state.getNormal().y) + state.getRay().getDirection().y; refDir.z = (dn * state.getNormal().z) + state.getRay().getDirection().z; Ray refRay = new Ray(state.getPoint(), refDir); // compute Fresnel term cos = 1 - cos; float cos2 = cos * cos; float cos5 = cos2 * cos2 * cos; Color ret = Color.white(); ret.sub(color); ret.mul(cos5); ret.add(color); return ret.mul(state.traceReflection(refRay, 0)); } public void scatterPhoton(ShadingState state, Color power) { float avg = color.getAverage(); double rnd = state.getRandom(0, 0, 1); if (rnd >= avg) return; state.faceforward(); float cos = state.getCosND(); power.mul(color).mul(1.0f / avg); // photon is reflected float dn = 2 * cos; Vector3 dir = new Vector3(); dir.x = (dn * state.getNormal().x) + state.getRay().getDirection().x; dir.y = (dn * state.getNormal().y) + state.getRay().getDirection().y; dir.z = (dn * state.getNormal().z) + state.getRay().getDirection().z; state.traceReflectionPhoton(new Ray(state.getPoint(), dir), power); } }src/org/sunflow/core/shader/TexturedPhongShader.java0000644000175000017500000000153611301357540022151 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.core.TextureCache; import org.sunflow.image.Color; public class TexturedPhongShader extends PhongShader { private Texture tex; public TexturedPhongShader() { tex = null; } @Override public boolean update(ParameterList pl, SunflowAPI api) { String filename = pl.getString("texture", null); if (filename != null) tex = TextureCache.getTexture(api.resolveTextureFilename(filename), false); return tex != null && super.update(pl, api); } @Override public Color getDiffuse(ShadingState state) { return tex.getPixel(state.getUV().x, state.getUV().y); } }src/org/sunflow/core/shader/AnisotropicWardShader.java0000644000175000017500000002051611301357540022460 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.LightSample; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; public class AnisotropicWardShader implements Shader { private Color rhoD; // diffuse reflectance private Color rhoS; // specular reflectance private float alphaX; private float alphaY; private int numRays; public AnisotropicWardShader() { rhoD = Color.GRAY; rhoS = Color.GRAY; alphaX = 1; alphaY = 1; numRays = 4; } public boolean update(ParameterList pl, SunflowAPI api) { rhoD = pl.getColor("diffuse", rhoD); rhoS = pl.getColor("specular", rhoS); alphaX = pl.getFloat("roughnessX", alphaX); alphaY = pl.getFloat("roughnessY", alphaY); numRays = pl.getInt("samples", numRays); return true; } protected Color getDiffuse(ShadingState state) { return rhoD; } private float brdf(Vector3 i, Vector3 o, OrthoNormalBasis basis) { float fr = 4 * (float) Math.PI * alphaX * alphaY; float p = basis.untransformZ(i) * basis.untransformZ(o); if (p > 0) fr *= (float) Math.sqrt(p); else fr = 0; Vector3 h = Vector3.add(i, o, new Vector3()); basis.untransform(h); float hx = h.x / alphaX; hx *= hx; float hy = h.y / alphaY; hy *= hy; float hn = h.z * h.z; if (fr > 0) fr = (float) Math.exp(-(hx + hy) / hn) / fr; return fr; } public Color getRadiance(ShadingState state) { // make sure we are on the right side of the material state.faceforward(); OrthoNormalBasis onb = state.getBasis(); // direct lighting and caustics state.initLightSamples(); state.initCausticSamples(); Color lr = Color.black(); // compute specular contribution if (state.includeSpecular()) { Vector3 in = state.getRay().getDirection().negate(new Vector3()); for (LightSample sample : state) { float cosNL = sample.dot(state.getNormal()); float fr = brdf(in, sample.getShadowRay().getDirection(), onb); lr.madd(cosNL * fr, sample.getSpecularRadiance()); } // indirect lighting - specular if (numRays > 0) { int n = state.getDepth() == 0 ? numRays : 1; for (int i = 0; i < n; i++) { // specular indirect lighting double r1 = state.getRandom(i, 0, n); double r2 = state.getRandom(i, 1, n); float alphaRatio = alphaY / alphaX; float phi = 0; if (r1 < 0.25) { double val = 4 * r1; phi = (float) Math.atan(alphaRatio * Math.tan(Math.PI / 2 * val)); } else if (r1 < 0.5) { double val = 1 - 4 * (0.5 - r1); phi = (float) Math.atan(alphaRatio * Math.tan(Math.PI / 2 * val)); phi = (float) Math.PI - phi; } else if (r1 < 0.75) { double val = 4 * (r1 - 0.5); phi = (float) Math.atan(alphaRatio * Math.tan(Math.PI / 2 * val)); phi += Math.PI; } else { double val = 1 - 4 * (1 - r1); phi = (float) Math.atan(alphaRatio * Math.tan(Math.PI / 2 * val)); phi = 2 * (float) Math.PI - phi; } float cosPhi = (float) Math.cos(phi); float sinPhi = (float) Math.sin(phi); float denom = (cosPhi * cosPhi) / (alphaX * alphaX) + (sinPhi * sinPhi) / (alphaY * alphaY); float theta = (float) Math.atan(Math.sqrt(-Math.log(1 - r2) / denom)); float sinTheta = (float) Math.sin(theta); float cosTheta = (float) Math.cos(theta); Vector3 h = new Vector3(); h.x = sinTheta * cosPhi; h.y = sinTheta * sinPhi; h.z = cosTheta; onb.transform(h); Vector3 o = new Vector3(); float ih = Vector3.dot(h, in); o.x = 2 * ih * h.x - in.x; o.y = 2 * ih * h.y - in.y; o.z = 2 * ih * h.z - in.z; float no = onb.untransformZ(o); float ni = onb.untransformZ(in); float w = ih * cosTheta * cosTheta * cosTheta * (float) Math.sqrt(Math.abs(no / ni)); Ray r = new Ray(state.getPoint(), o); lr.madd(w / n, state.traceGlossy(r, i)); } } lr.mul(rhoS); } // add diffuse contribution lr.add(state.diffuse(getDiffuse(state))); return lr; } public void scatterPhoton(ShadingState state, Color power) { // make sure we are on the right side of the material state.faceforward(); Color d = getDiffuse(state); state.storePhoton(state.getRay().getDirection(), power, d); float avgD = d.getAverage(); float avgS = rhoS.getAverage(); double rnd = state.getRandom(0, 0, 1); if (rnd < avgD) { // photon is scattered diffusely power.mul(d).mul(1.0f / avgD); OrthoNormalBasis onb = state.getBasis(); double u = 2 * Math.PI * rnd / avgD; double v = state.getRandom(0, 1, 1); float s = (float) Math.sqrt(v); float s1 = (float) Math.sqrt(1.0f - v); Vector3 w = new Vector3((float) Math.cos(u) * s, (float) Math.sin(u) * s, s1); w = onb.transform(w, new Vector3()); state.traceDiffusePhoton(new Ray(state.getPoint(), w), power); } else if (rnd < avgD + avgS) { // photon is scattered specularly power.mul(rhoS).mul(1 / avgS); OrthoNormalBasis basis = state.getBasis(); Vector3 in = state.getRay().getDirection().negate(new Vector3()); double r1 = rnd / avgS; double r2 = state.getRandom(0, 1, 1); float alphaRatio = alphaY / alphaX; float phi = 0; if (r1 < 0.25) { double val = 4 * r1; phi = (float) Math.atan(alphaRatio * Math.tan(Math.PI / 2 * val)); } else if (r1 < 0.5) { double val = 1 - 4 * (0.5 - r1); phi = (float) Math.atan(alphaRatio * Math.tan(Math.PI / 2 * val)); phi = (float) Math.PI - phi; } else if (r1 < 0.75) { double val = 4 * (r1 - 0.5); phi = (float) Math.atan(alphaRatio * Math.tan(Math.PI / 2 * val)); phi += Math.PI; } else { double val = 1 - 4 * (1 - r1); phi = (float) Math.atan(alphaRatio * Math.tan(Math.PI / 2 * val)); phi = 2 * (float) Math.PI - phi; } float cosPhi = (float) Math.cos(phi); float sinPhi = (float) Math.sin(phi); float denom = (cosPhi * cosPhi) / (alphaX * alphaX) + (sinPhi * sinPhi) / (alphaY * alphaY); float theta = (float) Math.atan(Math.sqrt(-Math.log(1 - r2) / denom)); float sinTheta = (float) Math.sin(theta); float cosTheta = (float) Math.cos(theta); Vector3 h = new Vector3(); h.x = sinTheta * cosPhi; h.y = sinTheta * sinPhi; h.z = cosTheta; basis.transform(h); Vector3 o = new Vector3(); float ih = Vector3.dot(h, in); o.x = 2 * ih * h.x - in.x; o.y = 2 * ih * h.y - in.y; o.z = 2 * ih * h.z - in.z; Ray r = new Ray(state.getPoint(), o); state.traceReflectionPhoton(r, power); } } }src/org/sunflow/core/shader/PhongShader.java0000644000175000017500000000641211301357540020422 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; public class PhongShader implements Shader { private Color diff; private Color spec; private float power; private int numRays; public PhongShader() { diff = Color.GRAY; spec = Color.GRAY; power = 20; numRays = 4; } public boolean update(ParameterList pl, SunflowAPI api) { diff = pl.getColor("diffuse", diff); spec = pl.getColor("specular", spec); power = pl.getFloat("power", power); numRays = pl.getInt("samples", numRays); return true; } protected Color getDiffuse(ShadingState state) { return diff; } public Color getRadiance(ShadingState state) { // make sure we are on the right side of the material state.faceforward(); // setup lighting state.initLightSamples(); state.initCausticSamples(); // execute shader return state.diffuse(getDiffuse(state)).add(state.specularPhong(spec, power, numRays)); } public void scatterPhoton(ShadingState state, Color power) { // make sure we are on the right side of the material state.faceforward(); Color d = getDiffuse(state); state.storePhoton(state.getRay().getDirection(), power, d); float avgD = d.getAverage(); float avgS = spec.getAverage(); double rnd = state.getRandom(0, 0, 1); if (rnd < avgD) { // photon is scattered diffusely power.mul(d).mul(1.0f / avgD); OrthoNormalBasis onb = state.getBasis(); double u = 2 * Math.PI * rnd / avgD; double v = state.getRandom(0, 1, 1); float s = (float) Math.sqrt(v); float s1 = (float) Math.sqrt(1.0f - v); Vector3 w = new Vector3((float) Math.cos(u) * s, (float) Math.sin(u) * s, s1); w = onb.transform(w, new Vector3()); state.traceDiffusePhoton(new Ray(state.getPoint(), w), power); } else if (rnd < avgD + avgS) { // photon is scattered specularly float dn = 2.0f * state.getCosND(); // reflected direction Vector3 refDir = new Vector3(); refDir.x = (dn * state.getNormal().x) + state.getRay().dx; refDir.y = (dn * state.getNormal().y) + state.getRay().dy; refDir.z = (dn * state.getNormal().z) + state.getRay().dz; power.mul(spec).mul(1.0f / avgS); OrthoNormalBasis onb = state.getBasis(); double u = 2 * Math.PI * (rnd - avgD) / avgS; double v = state.getRandom(0, 1, 1); float s = (float) Math.pow(v, 1 / (this.power + 1)); float s1 = (float) Math.sqrt(1 - s * s); Vector3 w = new Vector3((float) Math.cos(u) * s1, (float) Math.sin(u) * s1, s); w = onb.transform(w, new Vector3()); state.traceReflectionPhoton(new Ray(state.getPoint(), w), power); } } }src/org/sunflow/core/shader/UVShader.java0000644000175000017500000000115411301357540017677 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; public class UVShader implements Shader { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Color getRadiance(ShadingState state) { if (state.getUV() == null) return Color.BLACK; return new Color(state.getUV().x, state.getUV().y, 0); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/AmbientOcclusionShader.java0000644000175000017500000000250111301357540022600 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; public class AmbientOcclusionShader implements Shader { private Color bright; private Color dark; private int samples; private float maxDist; public AmbientOcclusionShader() { bright = Color.WHITE; dark = Color.BLACK; samples = 32; maxDist = Float.POSITIVE_INFINITY; } public AmbientOcclusionShader(Color c, float d) { this(); bright = c; maxDist = d; } public boolean update(ParameterList pl, SunflowAPI api) { bright = pl.getColor("bright", bright); dark = pl.getColor("dark", dark); samples = pl.getInt("samples", samples); maxDist = pl.getFloat("maxdist", maxDist); if (maxDist <= 0) maxDist = Float.POSITIVE_INFINITY; return true; } public Color getBrightColor(ShadingState state) { return bright; } public Color getRadiance(ShadingState state) { return state.occlusion(samples, maxDist, getBrightColor(state), dark); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/PrimIDShader.java0000644000175000017500000000153011301357540020467 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.Vector3; public class PrimIDShader implements Shader { private static final Color[] BORDERS = { Color.RED, Color.GREEN, Color.BLUE, Color.YELLOW, Color.CYAN, Color.MAGENTA }; public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Color getRadiance(ShadingState state) { Vector3 n = state.getNormal(); float f = n == null ? 1.0f : Math.abs(state.getRay().dot(n)); return BORDERS[state.getPrimitiveID() % BORDERS.length].copy().mul(f); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/ViewGlobalPhotonsShader.java0000644000175000017500000000107711301357540022757 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; public class ViewGlobalPhotonsShader implements Shader { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public Color getRadiance(ShadingState state) { state.faceforward(); return state.getGlobalRadiance(); } public void scatterPhoton(ShadingState state, Color power) { } }src/org/sunflow/core/shader/DiffuseShader.java0000644000175000017500000000411511301357540020732 0ustar user03user03package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; public class DiffuseShader implements Shader { private Color diff; public DiffuseShader() { diff = Color.WHITE; } public boolean update(ParameterList pl, SunflowAPI api) { diff = pl.getColor("diffuse", diff); return true; } public Color getDiffuse(ShadingState state) { return diff; } public Color getRadiance(ShadingState state) { // make sure we are on the right side of the material state.faceforward(); // setup lighting state.initLightSamples(); state.initCausticSamples(); return state.diffuse(getDiffuse(state)); } public void scatterPhoton(ShadingState state, Color power) { Color diffuse; // make sure we are on the right side of the material if (Vector3.dot(state.getNormal(), state.getRay().getDirection()) > 0.0) { state.getNormal().negate(); state.getGeoNormal().negate(); } diffuse = getDiffuse(state); state.storePhoton(state.getRay().getDirection(), power, diffuse); float avg = diffuse.getAverage(); double rnd = state.getRandom(0, 0, 1); if (rnd < avg) { // photon is scattered power.mul(diffuse).mul(1.0f / avg); OrthoNormalBasis onb = state.getBasis(); double u = 2 * Math.PI * rnd / avg; double v = state.getRandom(0, 1, 1); float s = (float) Math.sqrt(v); float s1 = (float) Math.sqrt(1.0 - v); Vector3 w = new Vector3((float) Math.cos(u) * s, (float) Math.sin(u) * s, s1); w = onb.transform(w, new Vector3()); state.traceDiffusePhoton(new Ray(state.getPoint(), w), power); } } }src/org/sunflow/core/PrimitiveList.java0000644000175000017500000000462611301357540017563 0ustar user03user03package org.sunflow.core; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; /** * This class represents an object made up of many primitives. */ public interface PrimitiveList extends RenderObject { /** * Compute a bounding box of this object in world space, using the specified * object-to-world transformation matrix. The bounds should be as exact as * possible, if they are difficult or expensive to compute exactly, you may * use {@link Matrix4#transform(BoundingBox)}. If the matrix is * null no transformation is needed, and object space is * equivalent to world space. * * @param o2w object to world transformation matrix * @return object bounding box in world space */ public BoundingBox getWorldBounds(Matrix4 o2w); /** * Returns the number of individual primtives in this aggregate object. * * @return number of primitives */ public int getNumPrimitives(); /** * Retrieve the bounding box component of a particular primitive in object * space. Even indexes get minimum values, while odd indexes get the maximum * values for each axis. * * @param primID primitive index * @param i bounding box side index * @return value of the request bound */ public float getPrimitiveBound(int primID, int i); /** * Intersect the specified primitive in local space. * * @param r ray in the object's local space * @param primID primitive index to intersect * @param state intersection state * @see Ray#setMax(float) * @see IntersectionState#setIntersection(int, float, float) */ public void intersectPrimitive(Ray r, int primID, IntersectionState state); /** * Prepare the specified {@link ShadingState} by setting all of its internal * parameters. * * @param state shading state to fill in */ public void prepareShadingState(ShadingState state); /** * Create a new {@link PrimitiveList} object suitable for baking lightmaps. * This means a set of primitives laid out in the unit square UV space. This * method is optional, objects which do not support it should simply return * null. * * @return a list of baking primitives */ public PrimitiveList getBakingPrimitives(); }src/org/sunflow/core/tesselatable/0000755000175000017500000000000011301357540016554 5ustar user03user03src/org/sunflow/core/tesselatable/Teapot.java0000644000175000017500000004166711301357540020671 0ustar user03user03package org.sunflow.core.tesselatable; public class Teapot extends BezierMesh { // teapot data, from: http://www.cs.ucsb.edu/~cs280/winter2004/hw2/ private static final float[][] PATCHES = { { -80.00f, 0.00f, 30.00f, -80.00f, -44.80f, 30.00f, -44.80f, -80.00f, 30.00f, 0.00f, -80.00f, 30.00f, -80.00f, 0.00f, 12.00f, -80.00f, -44.80f, 12.00f, -44.80f, -80.00f, 12.00f, 0.00f, -80.00f, 12.00f, -60.00f, 0.00f, 3.00f, -60.00f, -33.60f, 3.00f, -33.60f, -60.00f, 3.00f, 0.00f, -60.00f, 3.00f, -60.00f, 0.00f, 0.00f, -60.00f, -33.60f, 0.00f, -33.60f, -60.00f, 0.00f, 0.00f, -60.00f, 0.00f, }, { 0.00f, -80.00f, 30.00f, 44.80f, -80.00f, 30.00f, 80.00f, -44.80f, 30.00f, 80.00f, 0.00f, 30.00f, 0.00f, -80.00f, 12.00f, 44.80f, -80.00f, 12.00f, 80.00f, -44.80f, 12.00f, 80.00f, 0.00f, 12.00f, 0.00f, -60.00f, 3.00f, 33.60f, -60.00f, 3.00f, 60.00f, -33.60f, 3.00f, 60.00f, 0.00f, 3.00f, 0.00f, -60.00f, 0.00f, 33.60f, -60.00f, 0.00f, 60.00f, -33.60f, 0.00f, 60.00f, 0.00f, 0.00f, }, { -60.00f, 0.00f, 90.00f, -60.00f, -33.60f, 90.00f, -33.60f, -60.00f, 90.00f, 0.00f, -60.00f, 90.00f, -70.00f, 0.00f, 69.00f, -70.00f, -39.20f, 69.00f, -39.20f, -70.00f, 69.00f, 0.00f, -70.00f, 69.00f, -80.00f, 0.00f, 48.00f, -80.00f, -44.80f, 48.00f, -44.80f, -80.00f, 48.00f, 0.00f, -80.00f, 48.00f, -80.00f, 0.00f, 30.00f, -80.00f, -44.80f, 30.00f, -44.80f, -80.00f, 30.00f, 0.00f, -80.00f, 30.00f, }, { 0.00f, -60.00f, 90.00f, 33.60f, -60.00f, 90.00f, 60.00f, -33.60f, 90.00f, 60.00f, 0.00f, 90.00f, 0.00f, -70.00f, 69.00f, 39.20f, -70.00f, 69.00f, 70.00f, -39.20f, 69.00f, 70.00f, 0.00f, 69.00f, 0.00f, -80.00f, 48.00f, 44.80f, -80.00f, 48.00f, 80.00f, -44.80f, 48.00f, 80.00f, 0.00f, 48.00f, 0.00f, -80.00f, 30.00f, 44.80f, -80.00f, 30.00f, 80.00f, -44.80f, 30.00f, 80.00f, 0.00f, 30.00f, }, { -56.00f, 0.00f, 90.00f, -56.00f, -31.36f, 90.00f, -31.36f, -56.00f, 90.00f, 0.00f, -56.00f, 90.00f, -53.50f, 0.00f, 95.25f, -53.50f, -29.96f, 95.25f, -29.96f, -53.50f, 95.25f, 0.00f, -53.50f, 95.25f, -57.50f, 0.00f, 95.25f, -57.50f, -32.20f, 95.25f, -32.20f, -57.50f, 95.25f, 0.00f, -57.50f, 95.25f, -60.00f, 0.00f, 90.00f, -60.00f, -33.60f, 90.00f, -33.60f, -60.00f, 90.00f, 0.00f, -60.00f, 90.00f, }, { 0.00f, -56.00f, 90.00f, 31.36f, -56.00f, 90.00f, 56.00f, -31.36f, 90.00f, 56.00f, 0.00f, 90.00f, 0.00f, -53.50f, 95.25f, 29.96f, -53.50f, 95.25f, 53.50f, -29.96f, 95.25f, 53.50f, 0.00f, 95.25f, 0.00f, -57.50f, 95.25f, 32.20f, -57.50f, 95.25f, 57.50f, -32.20f, 95.25f, 57.50f, 0.00f, 95.25f, 0.00f, -60.00f, 90.00f, 33.60f, -60.00f, 90.00f, 60.00f, -33.60f, 90.00f, 60.00f, 0.00f, 90.00f, }, { 80.00f, 0.00f, 30.00f, 80.00f, 44.80f, 30.00f, 44.80f, 80.00f, 30.00f, 0.00f, 80.00f, 30.00f, 80.00f, 0.00f, 12.00f, 80.00f, 44.80f, 12.00f, 44.80f, 80.00f, 12.00f, 0.00f, 80.00f, 12.00f, 60.00f, 0.00f, 3.00f, 60.00f, 33.60f, 3.00f, 33.60f, 60.00f, 3.00f, 0.00f, 60.00f, 3.00f, 60.00f, 0.00f, 0.00f, 60.00f, 33.60f, 0.00f, 33.60f, 60.00f, 0.00f, 0.00f, 60.00f, 0.00f, }, { 0.00f, 80.00f, 30.00f, -44.80f, 80.00f, 30.00f, -80.00f, 44.80f, 30.00f, -80.00f, 0.00f, 30.00f, 0.00f, 80.00f, 12.00f, -44.80f, 80.00f, 12.00f, -80.00f, 44.80f, 12.00f, -80.00f, 0.00f, 12.00f, 0.00f, 60.00f, 3.00f, -33.60f, 60.00f, 3.00f, -60.00f, 33.60f, 3.00f, -60.00f, 0.00f, 3.00f, 0.00f, 60.00f, 0.00f, -33.60f, 60.00f, 0.00f, -60.00f, 33.60f, 0.00f, -60.00f, 0.00f, 0.00f, }, { 60.00f, 0.00f, 90.00f, 60.00f, 33.60f, 90.00f, 33.60f, 60.00f, 90.00f, 0.00f, 60.00f, 90.00f, 70.00f, 0.00f, 69.00f, 70.00f, 39.20f, 69.00f, 39.20f, 70.00f, 69.00f, 0.00f, 70.00f, 69.00f, 80.00f, 0.00f, 48.00f, 80.00f, 44.80f, 48.00f, 44.80f, 80.00f, 48.00f, 0.00f, 80.00f, 48.00f, 80.00f, 0.00f, 30.00f, 80.00f, 44.80f, 30.00f, 44.80f, 80.00f, 30.00f, 0.00f, 80.00f, 30.00f, }, { 0.00f, 60.00f, 90.00f, -33.60f, 60.00f, 90.00f, -60.00f, 33.60f, 90.00f, -60.00f, 0.00f, 90.00f, 0.00f, 70.00f, 69.00f, -39.20f, 70.00f, 69.00f, -70.00f, 39.20f, 69.00f, -70.00f, 0.00f, 69.00f, 0.00f, 80.00f, 48.00f, -44.80f, 80.00f, 48.00f, -80.00f, 44.80f, 48.00f, -80.00f, 0.00f, 48.00f, 0.00f, 80.00f, 30.00f, -44.80f, 80.00f, 30.00f, -80.00f, 44.80f, 30.00f, -80.00f, 0.00f, 30.00f, }, { 56.00f, 0.00f, 90.00f, 56.00f, 31.36f, 90.00f, 31.36f, 56.00f, 90.00f, 0.00f, 56.00f, 90.00f, 53.50f, 0.00f, 95.25f, 53.50f, 29.96f, 95.25f, 29.96f, 53.50f, 95.25f, 0.00f, 53.50f, 95.25f, 57.50f, 0.00f, 95.25f, 57.50f, 32.20f, 95.25f, 32.20f, 57.50f, 95.25f, 0.00f, 57.50f, 95.25f, 60.00f, 0.00f, 90.00f, 60.00f, 33.60f, 90.00f, 33.60f, 60.00f, 90.00f, 0.00f, 60.00f, 90.00f, }, { 0.00f, 56.00f, 90.00f, -31.36f, 56.00f, 90.00f, -56.00f, 31.36f, 90.00f, -56.00f, 0.00f, 90.00f, 0.00f, 53.50f, 95.25f, -29.96f, 53.50f, 95.25f, -53.50f, 29.96f, 95.25f, -53.50f, 0.00f, 95.25f, 0.00f, 57.50f, 95.25f, -32.20f, 57.50f, 95.25f, -57.50f, 32.20f, 95.25f, -57.50f, 0.00f, 95.25f, 0.00f, 60.00f, 90.00f, -33.60f, 60.00f, 90.00f, -60.00f, 33.60f, 90.00f, -60.00f, 0.00f, 90.00f, }, { -64.00f, 0.00f, 75.00f, -64.00f, 12.00f, 75.00f, -60.00f, 12.00f, 84.00f, -60.00f, 0.00f, 84.00f, -92.00f, 0.00f, 75.00f, -92.00f, 12.00f, 75.00f, -100.00f, 12.00f, 84.00f, -100.00f, 0.00f, 84.00f, -108.00f, 0.00f, 75.00f, -108.00f, 12.00f, 75.00f, -120.00f, 12.00f, 84.00f, -120.00f, 0.00f, 84.00f, -108.00f, 0.00f, 66.00f, -108.00f, 12.00f, 66.00f, -120.00f, 12.00f, 66.00f, -120.00f, 0.00f, 66.00f, }, { -60.00f, 0.00f, 84.00f, -60.00f, -12.00f, 84.00f, -64.00f, -12.00f, 75.00f, -64.00f, 0.00f, 75.00f, -100.00f, 0.00f, 84.00f, -100.00f, -12.00f, 84.00f, -92.00f, -12.00f, 75.00f, -92.00f, 0.00f, 75.00f, -120.00f, 0.00f, 84.00f, -120.00f, -12.00f, 84.00f, -108.00f, -12.00f, 75.00f, -108.00f, 0.00f, 75.00f, -120.00f, 0.00f, 66.00f, -120.00f, -12.00f, 66.00f, -108.00f, -12.00f, 66.00f, -108.00f, 0.00f, 66.00f, }, { -108.00f, 0.00f, 66.00f, -108.00f, 12.00f, 66.00f, -120.00f, 12.00f, 66.00f, -120.00f, 0.00f, 66.00f, -108.00f, 0.00f, 57.00f, -108.00f, 12.00f, 57.00f, -120.00f, 12.00f, 48.00f, -120.00f, 0.00f, 48.00f, -100.00f, 0.00f, 39.00f, -100.00f, 12.00f, 39.00f, -106.00f, 12.00f, 31.50f, -106.00f, 0.00f, 31.50f, -80.00f, 0.00f, 30.00f, -80.00f, 12.00f, 30.00f, -76.00f, 12.00f, 18.00f, -76.00f, 0.00f, 18.00f, }, { -120.00f, 0.00f, 66.00f, -120.00f, -12.00f, 66.00f, -108.00f, -12.00f, 66.00f, -108.00f, 0.00f, 66.00f, -120.00f, 0.00f, 48.00f, -120.00f, -12.00f, 48.00f, -108.00f, -12.00f, 57.00f, -108.00f, 0.00f, 57.00f, -106.00f, 0.00f, 31.50f, -106.00f, -12.00f, 31.50f, -100.00f, -12.00f, 39.00f, -100.00f, 0.00f, 39.00f, -76.00f, 0.00f, 18.00f, -76.00f, -12.00f, 18.00f, -80.00f, -12.00f, 30.00f, -80.00f, 0.00f, 30.00f, }, { 68.00f, 0.00f, 51.00f, 68.00f, 26.40f, 51.00f, 68.00f, 26.40f, 18.00f, 68.00f, 0.00f, 18.00f, 104.00f, 0.00f, 51.00f, 104.00f, 26.40f, 51.00f, 124.00f, 26.40f, 27.00f, 124.00f, 0.00f, 27.00f, 92.00f, 0.00f, 78.00f, 92.00f, 10.00f, 78.00f, 96.00f, 10.00f, 75.00f, 96.00f, 0.00f, 75.00f, 108.00f, 0.00f, 90.00f, 108.00f, 10.00f, 90.00f, 132.00f, 10.00f, 90.00f, 132.00f, 0.00f, 90.00f, }, { 68.00f, 0.00f, 18.00f, 68.00f, -26.40f, 18.00f, 68.00f, -26.40f, 51.00f, 68.00f, 0.00f, 51.00f, 124.00f, 0.00f, 27.00f, 124.00f, -26.40f, 27.00f, 104.00f, -26.40f, 51.00f, 104.00f, 0.00f, 51.00f, 96.00f, 0.00f, 75.00f, 96.00f, -10.00f, 75.00f, 92.00f, -10.00f, 78.00f, 92.00f, 0.00f, 78.00f, 132.00f, 0.00f, 90.00f, 132.00f, -10.00f, 90.00f, 108.00f, -10.00f, 90.00f, 108.00f, 0.00f, 90.00f, }, { 108.00f, 0.00f, 90.00f, 108.00f, 10.00f, 90.00f, 132.00f, 10.00f, 90.00f, 132.00f, 0.00f, 90.00f, 112.00f, 0.00f, 93.00f, 112.00f, 10.00f, 93.00f, 141.00f, 10.00f, 93.75f, 141.00f, 0.00f, 93.75f, 116.00f, 0.00f, 93.00f, 116.00f, 6.00f, 93.00f, 138.00f, 6.00f, 94.50f, 138.00f, 0.00f, 94.50f, 112.00f, 0.00f, 90.00f, 112.00f, 6.00f, 90.00f, 128.00f, 6.00f, 90.00f, 128.00f, 0.00f, 90.00f, }, { 132.00f, 0.00f, 90.00f, 132.00f, -10.00f, 90.00f, 108.00f, -10.00f, 90.00f, 108.00f, 0.00f, 90.00f, 141.00f, 0.00f, 93.75f, 141.00f, -10.00f, 93.75f, 112.00f, -10.00f, 93.00f, 112.00f, 0.00f, 93.00f, 138.00f, 0.00f, 94.50f, 138.00f, -6.00f, 94.50f, 116.00f, -6.00f, 93.00f, 116.00f, 0.00f, 93.00f, 128.00f, 0.00f, 90.00f, 128.00f, -6.00f, 90.00f, 112.00f, -6.00f, 90.00f, 112.00f, 0.00f, 90.00f, }, { 50.00f, 0.00f, 90.00f, 50.00f, 28.00f, 90.00f, 28.00f, 50.00f, 90.00f, 0.00f, 50.00f, 90.00f, 52.00f, 0.00f, 90.00f, 52.00f, 29.12f, 90.00f, 29.12f, 52.00f, 90.00f, 0.00f, 52.00f, 90.00f, 54.00f, 0.00f, 90.00f, 54.00f, 30.24f, 90.00f, 30.24f, 54.00f, 90.00f, 0.00f, 54.00f, 90.00f, 56.00f, 0.00f, 90.00f, 56.00f, 31.36f, 90.00f, 31.36f, 56.00f, 90.00f, 0.00f, 56.00f, 90.00f, }, { 0.00f, 50.00f, 90.00f, -28.00f, 50.00f, 90.00f, -50.00f, 28.00f, 90.00f, -50.00f, 0.00f, 90.00f, 0.00f, 52.00f, 90.00f, -29.12f, 52.00f, 90.00f, -52.00f, 29.12f, 90.00f, -52.00f, 0.00f, 90.00f, 0.00f, 54.00f, 90.00f, -30.24f, 54.00f, 90.00f, -54.00f, 30.24f, 90.00f, -54.00f, 0.00f, 90.00f, 0.00f, 56.00f, 90.00f, -31.36f, 56.00f, 90.00f, -56.00f, 31.36f, 90.00f, -56.00f, 0.00f, 90.00f, }, { -50.00f, 0.00f, 90.00f, -50.00f, -28.00f, 90.00f, -28.00f, -50.00f, 90.00f, 0.00f, -50.00f, 90.00f, -52.00f, 0.00f, 90.00f, -52.00f, -29.12f, 90.00f, -29.12f, -52.00f, 90.00f, 0.00f, -52.00f, 90.00f, -54.00f, 0.00f, 90.00f, -54.00f, -30.24f, 90.00f, -30.24f, -54.00f, 90.00f, 0.00f, -54.00f, 90.00f, -56.00f, 0.00f, 90.00f, -56.00f, -31.36f, 90.00f, -31.36f, -56.00f, 90.00f, 0.00f, -56.00f, 90.00f, }, { 0.00f, -50.00f, 90.00f, 28.00f, -50.00f, 90.00f, 50.00f, -28.00f, 90.00f, 50.00f, 0.00f, 90.00f, 0.00f, -52.00f, 90.00f, 29.12f, -52.00f, 90.00f, 52.00f, -29.12f, 90.00f, 52.00f, 0.00f, 90.00f, 0.00f, -54.00f, 90.00f, 30.24f, -54.00f, 90.00f, 54.00f, -30.24f, 90.00f, 54.00f, 0.00f, 90.00f, 0.00f, -56.00f, 90.00f, 31.36f, -56.00f, 90.00f, 56.00f, -31.36f, 90.00f, 56.00f, 0.00f, 90.00f, }, { 8.00f, 0.00f, 102.00f, 8.00f, 4.48f, 102.00f, 4.48f, 8.00f, 102.00f, 0.00f, 8.00f, 102.00f, 16.00f, 0.00f, 96.00f, 16.00f, 8.96f, 96.00f, 8.96f, 16.00f, 96.00f, 0.00f, 16.00f, 96.00f, 52.00f, 0.00f, 96.00f, 52.00f, 29.12f, 96.00f, 29.12f, 52.00f, 96.00f, 0.00f, 52.00f, 96.00f, 52.00f, 0.00f, 90.00f, 52.00f, 29.12f, 90.00f, 29.12f, 52.00f, 90.00f, 0.00f, 52.00f, 90.00f, }, { 0.00f, 8.00f, 102.00f, -4.48f, 8.00f, 102.00f, -8.00f, 4.48f, 102.00f, -8.00f, 0.00f, 102.00f, 0.00f, 16.00f, 96.00f, -8.96f, 16.00f, 96.00f, -16.00f, 8.96f, 96.00f, -16.00f, 0.00f, 96.00f, 0.00f, 52.00f, 96.00f, -29.12f, 52.00f, 96.00f, -52.00f, 29.12f, 96.00f, -52.00f, 0.00f, 96.00f, 0.00f, 52.00f, 90.00f, -29.12f, 52.00f, 90.00f, -52.00f, 29.12f, 90.00f, -52.00f, 0.00f, 90.00f, }, { -8.00f, 0.00f, 102.00f, -8.00f, -4.48f, 102.00f, -4.48f, -8.00f, 102.00f, 0.00f, -8.00f, 102.00f, -16.00f, 0.00f, 96.00f, -16.00f, -8.96f, 96.00f, -8.96f, -16.00f, 96.00f, 0.00f, -16.00f, 96.00f, -52.00f, 0.00f, 96.00f, -52.00f, -29.12f, 96.00f, -29.12f, -52.00f, 96.00f, 0.00f, -52.00f, 96.00f, -52.00f, 0.00f, 90.00f, -52.00f, -29.12f, 90.00f, -29.12f, -52.00f, 90.00f, 0.00f, -52.00f, 90.00f, }, { 0.00f, -8.00f, 102.00f, 4.48f, -8.00f, 102.00f, 8.00f, -4.48f, 102.00f, 8.00f, 0.00f, 102.00f, 0.00f, -16.00f, 96.00f, 8.96f, -16.00f, 96.00f, 16.00f, -8.96f, 96.00f, 16.00f, 0.00f, 96.00f, 0.00f, -52.00f, 96.00f, 29.12f, -52.00f, 96.00f, 52.00f, -29.12f, 96.00f, 52.00f, 0.00f, 96.00f, 0.00f, -52.00f, 90.00f, 29.12f, -52.00f, 90.00f, 52.00f, -29.12f, 90.00f, 52.00f, 0.00f, 90.00f, }, { 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 32.00f, 0.00f, 120.00f, 32.00f, 18.00f, 120.00f, 18.00f, 32.00f, 120.00f, 0.00f, 32.00f, 120.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 8.00f, 0.00f, 102.00f, 8.00f, 4.48f, 102.00f, 4.48f, 8.00f, 102.00f, 0.00f, 8.00f, 102.00f, }, { 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, 32.00f, 120.00f, -18.00f, 32.00f, 120.00f, -32.00f, 18.00f, 120.00f, -32.00f, 0.00f, 120.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, 8.00f, 102.00f, -4.48f, 8.00f, 102.00f, -8.00f, 4.48f, 102.00f, -8.00f, 0.00f, 102.00f, }, { 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, -32.00f, 0.00f, 120.00f, -32.00f, -18.00f, 120.00f, -18.00f, -32.00f, 120.00f, 0.00f, -32.00f, 120.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, -8.00f, 0.00f, 102.00f, -8.00f, -4.48f, 102.00f, -4.48f, -8.00f, 102.00f, 0.00f, -8.00f, 102.00f, }, { 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, 0.00f, 120.00f, 0.00f, -32.00f, 120.00f, 18.00f, -32.00f, 120.00f, 32.00f, -18.00f, 120.00f, 32.00f, 0.00f, 120.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, 0.00f, 108.00f, 0.00f, -8.00f, 102.00f, 4.48f, -8.00f, 102.00f, 8.00f, -4.48f, 102.00f, 8.00f, 0.00f, 102.00f, } }; public Teapot() { super(PATCHES); } }src/org/sunflow/core/tesselatable/BezierMesh.java0000644000175000017500000002352211301357540021460 0ustar user03user03package org.sunflow.core.tesselatable; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Tesselatable; import org.sunflow.core.ParameterList.FloatParameter; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.core.primitive.QuadMesh; import org.sunflow.core.primitive.TriangleMesh; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class BezierMesh implements Tesselatable { private int subdivs; private boolean smooth; private boolean quads; private float[][] patches; public BezierMesh() { this(null); } public BezierMesh(float[][] patches) { subdivs = 8; smooth = true; quads = false; // convert to single precision this.patches = patches; } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(); if (o2w == null) { for (int i = 0; i < patches.length; i++) { float[] patch = patches[i]; for (int j = 0; j < patch.length; j += 3) bounds.include(patch[j], patch[j + 1], patch[j + 2]); } } else { // transform vertices first for (int i = 0; i < patches.length; i++) { float[] patch = patches[i]; for (int j = 0; j < patch.length; j += 3) { float x = patch[j]; float y = patch[j + 1]; float z = patch[j + 2]; float wx = o2w.transformPX(x, y, z); float wy = o2w.transformPY(x, y, z); float wz = o2w.transformPZ(x, y, z); bounds.include(wx, wy, wz); } } } return bounds; } private float[] bernstein(float u) { float[] b = new float[4]; float i = 1 - u; b[0] = i * i * i; b[1] = 3 * u * i * i; b[2] = 3 * u * u * i; b[3] = u * u * u; return b; } private float[] bernsteinDeriv(float u) { if (!smooth) return null; float[] b = new float[4]; float i = 1 - u; b[0] = 3 * (0 - i * i); b[1] = 3 * (i * i - 2 * u * i); b[2] = 3 * (2 * u * i - u * u); b[3] = 3 * (u * u - 0); return b; } private void getPatchPoint(float u, float v, float[] ctrl, float[] bu, float[] bv, float[] bdu, float[] bdv, Point3 p, Vector3 n) { float px = 0; float py = 0; float pz = 0; for (int i = 0, index = 0; i < 4; i++) { for (int j = 0; j < 4; j++, index += 3) { float scale = bu[j] * bv[i]; px += ctrl[index + 0] * scale; py += ctrl[index + 1] * scale; pz += ctrl[index + 2] * scale; } } p.x = px; p.y = py; p.z = pz; if (n != null) { float dpdux = 0; float dpduy = 0; float dpduz = 0; float dpdvx = 0; float dpdvy = 0; float dpdvz = 0; for (int i = 0, index = 0; i < 4; i++) { for (int j = 0; j < 4; j++, index += 3) { float scaleu = bdu[j] * bv[i]; dpdux += ctrl[index + 0] * scaleu; dpduy += ctrl[index + 1] * scaleu; dpduz += ctrl[index + 2] * scaleu; float scalev = bu[j] * bdv[i]; dpdvx += ctrl[index + 0] * scalev; dpdvy += ctrl[index + 1] * scalev; dpdvz += ctrl[index + 2] * scalev; } } // surface normal n.x = (dpduy * dpdvz - dpduz * dpdvy); n.y = (dpduz * dpdvx - dpdux * dpdvz); n.z = (dpdux * dpdvy - dpduy * dpdvx); } } public PrimitiveList tesselate() { float[] vertices = new float[patches.length * (subdivs + 1) * (subdivs + 1) * 3]; float[] normals = smooth ? new float[patches.length * (subdivs + 1) * (subdivs + 1) * 3] : null; float[] uvs = new float[patches.length * (subdivs + 1) * (subdivs + 1) * 2]; int[] indices = new int[patches.length * subdivs * subdivs * (quads ? 4 : (2 * 3))]; int vidx = 0, pidx = 0; float step = 1.0f / subdivs; int vstride = subdivs + 1; Point3 p = new Point3(); Vector3 n = smooth ? new Vector3() : null; for (float[] patch : patches) { // create patch vertices for (int i = 0, voff = 0; i <= subdivs; i++) { float u = i * step; float[] bu = bernstein(u); float[] bdu = bernsteinDeriv(u); for (int j = 0; j <= subdivs; j++, voff += 3) { float v = j * step; float[] bv = bernstein(v); float[] bdv = bernsteinDeriv(v); getPatchPoint(u, v, patch, bu, bv, bdu, bdv, p, n); vertices[vidx + voff + 0] = p.x; vertices[vidx + voff + 1] = p.y; vertices[vidx + voff + 2] = p.z; if (smooth) { normals[vidx + voff + 0] = n.x; normals[vidx + voff + 1] = n.y; normals[vidx + voff + 2] = n.z; } uvs[(vidx + voff) / 3 * 2 + 0] = u; uvs[(vidx + voff) / 3 * 2 + 1] = v; } } // generate patch triangles for (int i = 0, vbase = vidx / 3; i < subdivs; i++) { for (int j = 0; j < subdivs; j++) { int v00 = (i + 0) * vstride + (j + 0); int v10 = (i + 1) * vstride + (j + 0); int v01 = (i + 0) * vstride + (j + 1); int v11 = (i + 1) * vstride + (j + 1); if (quads) { indices[pidx + 0] = vbase + v01; indices[pidx + 1] = vbase + v00; indices[pidx + 2] = vbase + v10; indices[pidx + 3] = vbase + v11; pidx += 4; } else { // add 2 triangles indices[pidx + 0] = vbase + v00; indices[pidx + 1] = vbase + v10; indices[pidx + 2] = vbase + v01; indices[pidx + 3] = vbase + v10; indices[pidx + 4] = vbase + v11; indices[pidx + 5] = vbase + v01; pidx += 6; } } } vidx += vstride * vstride * 3; } ParameterList pl = new ParameterList(); pl.addPoints("points", InterpolationType.VERTEX, vertices); if (quads) pl.addIntegerArray("quads", indices); else pl.addIntegerArray("triangles", indices); pl.addTexCoords("uvs", InterpolationType.VERTEX, uvs); if (smooth) pl.addVectors("normals", InterpolationType.VERTEX, normals); PrimitiveList m = quads ? new QuadMesh() : new TriangleMesh(); m.update(pl, null); pl.clear(true); return m; } public boolean update(ParameterList pl, SunflowAPI api) { subdivs = pl.getInt("subdivs", subdivs); smooth = pl.getBoolean("smooth", smooth); quads = pl.getBoolean("quads", quads); int nu = pl.getInt("nu", 0); int nv = pl.getInt("nv", 0); pl.setVertexCount(nu * nv); boolean uwrap = pl.getBoolean("uwrap", false); boolean vwrap = pl.getBoolean("vwrap", false); FloatParameter points = pl.getPointArray("points"); if (points != null && points.interp == InterpolationType.VERTEX) { int numUPatches = uwrap ? nu / 3 : (nu - 4) / 3 + 1; int numVPatches = vwrap ? nv / 3 : (nv - 4) / 3 + 1; if (numUPatches < 1 || numVPatches < 1) { UI.printError(Module.GEOM, "Invalid number of patches for bezier mesh - ignoring"); return false; } // generate patches patches = new float[numUPatches * numVPatches][]; for (int v = 0, p = 0; v < numVPatches; v++) { for (int u = 0; u < numUPatches; u++, p++) { float[] patch = patches[p] = new float[16 * 3]; int up = u * 3; int vp = v * 3; for (int pv = 0; pv < 4; pv++) { for (int pu = 0; pu < 4; pu++) { int meshU = (up + pu) % nu; int meshV = (vp + pv) % nv; // copy point patch[3 * (pv * 4 + pu) + 0] = points.data[3 * (meshU + nu * meshV) + 0]; patch[3 * (pv * 4 + pu) + 1] = points.data[3 * (meshU + nu * meshV) + 1]; patch[3 * (pv * 4 + pu) + 2] = points.data[3 * (meshU + nu * meshV) + 2]; } } } } } if (subdivs < 1) { UI.printError(Module.GEOM, "Invalid subdivisions for bezier mesh - ignoring"); return false; } if (patches == null) { UI.printError(Module.GEOM, "No patch data present in bezier mesh - ignoring"); return false; } return true; } }src/org/sunflow/core/tesselatable/Gumbo.java0000644000175000017500000025175211301357540020504 0ustar user03user03package org.sunflow.core.tesselatable; import java.io.FileNotFoundException; import java.io.IOException; import org.sunflow.math.Matrix4; import org.sunflow.system.Parser; import org.sunflow.system.Parser.ParserException; import org.sunflow.util.FloatArray; public class Gumbo extends BezierMesh { // generate raw patch data from source rib file public static void main(String[] args) { try { Parser p; p = new Parser("gumbo.rib"); int begins = 1; System.out.println("{"); Matrix4 m = Matrix4.IDENTITY; p.checkNextToken("AttributeBegin"); while (begins != 0) { if (p.peekNextToken("Patch")) { p.checkNextToken("bicubic"); p.checkNextToken("P"); float[] patch = parseFloatArray(p); if (patch.length == 48) { // transform patch for (int i = 0; i < 16; i++) { float x = patch[3 * i + 0]; float y = patch[3 * i + 1]; float z = patch[3 * i + 2]; patch[3 * i + 0] = m.transformPX(x, y, z); patch[3 * i + 1] = m.transformPY(x, y, z); patch[3 * i + 2] = m.transformPZ(x, y, z); } System.out.println("{"); for (float v : patch) System.out.printf(" %g,\n", v); System.out.println("},"); } } else if (p.peekNextToken("Translate")) { Matrix4 t = Matrix4.translation(p.getNextFloat(), p.getNextFloat(), p.getNextFloat()); m = m.multiply(t); } else if (p.peekNextToken("Rotate")) { float angle = (float) Math.toRadians(p.getNextFloat()); Matrix4 t = Matrix4.rotate(p.getNextFloat(), p.getNextFloat(), p.getNextFloat(), angle); m = m.multiply(t); } else if (p.peekNextToken("Scale")) { Matrix4 t = Matrix4.scale(p.getNextFloat(), p.getNextFloat(), p.getNextFloat()); m = m.multiply(t); } else if (p.peekNextToken("TransformEnd")) { m = Matrix4.IDENTITY; } else if (p.peekNextToken("AttributeBegin")) { begins++; } else if (p.peekNextToken("AttributeEnd")) { begins--; } else p.getNextToken(); } System.out.println("};"); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } catch (ParserException e) { e.printStackTrace(); } } private static float[] parseFloatArray(Parser p) throws IOException { FloatArray array = new FloatArray(); boolean done = false; do { String s = p.getNextToken(); if (s.startsWith("[")) s = s.substring(1); if (s.endsWith("]")) { s = s.substring(0, s.length() - 1); done = true; } array.add(Float.parseFloat(s)); } while (!done); return array.trim(); } // copy and paste data here private static final float[][] PATCHES = { { 10.0000f, 2.00000f, 0.00000f, 10.0000f, 2.00000f, 0.00000f, 14.0000f, 2.00000f, 0.00000f, 14.0000f, 2.00000f, 0.00000f, 10.0000f, 2.00000f, 0.00000f, 10.2277f, 2.22776f, -0.911042f, 13.7722f, 2.22776f, -0.911042f, 14.0000f, 2.00000f, 0.00000f, 10.0000f, 6.00000f, 0.00000f, 10.2277f, 5.77223f, -0.911041f, 13.7722f, 5.77224f, -0.911041f, 14.0000f, 6.00000f, 0.00000f, 10.0000f, 6.00000f, 0.00000f, 10.0000f, 6.00000f, 0.00000f, 14.0000f, 6.00000f, 0.00000f, 14.0000f, 6.00000f, 0.00000f, }, { 10.0000f, 2.00000f, 0.00000f, 10.0000f, 2.00000f, 0.00000f, 10.2483f, 2.08468f, 5.33563f, 10.0000f, 2.00000f, 8.00000f, 10.0000f, 2.00000f, 0.00000f, 10.5077f, 0.457924f, 2.06861f, 11.2875f, 1.04546f, 5.33563f, 11.0392f, 0.960774f, 8.00000f, 14.0000f, 2.00000f, 0.00000f, 13.4933f, 0.456761f, 2.07326f, 12.2875f, 2.17941f, 5.23824f, 12.5766f, 1.37605f, 7.76601f, 14.0000f, 2.00000f, 0.00000f, 14.0000f, 2.00000f, 0.00000f, 13.5399f, 2.92014f, 4.93284f, 14.0000f, 2.00000f, 8.00000f, }, { 14.0000f, 2.00000f, 0.00000f, 14.0000f, 2.00000f, 0.00000f, 13.5399f, 2.92014f, 4.93284f, 14.0000f, 2.00000f, 8.00000f, 14.0000f, 2.00000f, 0.00000f, 15.5432f, 2.50660f, 2.07326f, 14.6921f, 3.60159f, 4.65188f, 15.8610f, 3.45395f, 6.60420f, 14.0000f, 6.00000f, 0.00000f, 15.5425f, 5.49273f, 2.07061f, 13.5521f, 3.61407f, 5.16626f, 15.0332f, 3.93355f, 6.96677f, 14.0000f, 6.00000f, 0.00000f, 14.0000f, 6.00000f, 0.00000f, 12.5859f, 4.58590f, 5.17181f, 14.0000f, 6.00000f, 8.00000f, }, { 14.0000f, 6.00000f, 0.00000f, 14.0000f, 6.00000f, 0.00000f, 12.5859f, 4.58590f, 5.17181f, 14.0000f, 6.00000f, 8.00000f, 14.0000f, 6.00000f, 0.00000f, 13.4927f, 7.54257f, 2.07061f, 11.6360f, 5.54118f, 5.17727f, 12.2594f, 6.87025f, 7.12974f, 10.0000f, 6.00000f, 0.00000f, 10.5090f, 7.54076f, 2.06338f, 11.5055f, 6.72455f, 4.92427f, 11.3818f, 7.59478f, 7.30228f, 10.0000f, 6.00000f, 0.00000f, 10.0000f, 6.00000f, 0.00000f, 10.6165f, 5.55161f, 5.03744f, 10.0000f, 6.00000f, 8.00000f, }, { 10.0000f, 6.00000f, 0.00000f, 10.0000f, 6.00000f, 0.00000f, 10.6165f, 5.55161f, 5.03744f, 10.0000f, 6.00000f, 8.00000f, 10.0000f, 6.00000f, 0.00000f, 8.45923f, 5.49092f, 2.06338f, 9.71866f, 4.36704f, 5.15174f, 8.96952f, 4.43964f, 7.67212f, 10.0000f, 2.00000f, 0.00000f, 8.45792f, 2.50777f, 2.06861f, 9.18040f, 3.15264f, 5.33563f, 8.93204f, 3.06795f, 8.00000f, 10.0000f, 2.00000f, 0.00000f, 10.0000f, 2.00000f, 0.00000f, 10.2483f, 2.08468f, 5.33563f, 10.0000f, 2.00000f, 8.00000f, }, { 18.0000f, 2.00000f, 0.00000f, 18.0000f, 2.00000f, 0.00000f, 22.0000f, 2.00000f, 0.00000f, 22.0000f, 2.00000f, 0.00000f, 18.0000f, 2.00000f, 0.00000f, 18.2277f, 2.22776f, -0.911042f, 21.7722f, 2.22776f, -0.911042f, 22.0000f, 2.00000f, 0.00000f, 18.0000f, 6.00000f, 0.00000f, 18.2277f, 5.77224f, -0.911042f, 21.7722f, 5.77223f, -0.911044f, 22.0000f, 6.00000f, 0.00000f, 18.0000f, 6.00000f, 0.00000f, 18.0000f, 6.00000f, 0.00000f, 22.0000f, 6.00000f, 0.00000f, 22.0000f, 6.00000f, 0.00000f, }, { 18.0000f, 2.00000f, 0.00000f, 18.0000f, 2.00000f, 0.00000f, 18.6124f, 3.22488f, 4.93779f, 18.0000f, 2.00000f, 8.00000f, 18.0000f, 2.00000f, 0.00000f, 18.5064f, 0.456647f, 2.07371f, 19.8347f, 2.44159f, 5.28208f, 19.5248f, 1.39004f, 7.69502f, 22.0000f, 2.00000f, 0.00000f, 21.4928f, 0.457306f, 2.07108f, 21.0113f, 1.23344f, 5.33483f, 20.9582f, 0.958220f, 8.00000f, 22.0000f, 2.00000f, 0.00000f, 22.0000f, 2.00000f, 0.00000f, 22.0531f, 2.27522f, 5.33483f, 22.0000f, 2.00000f, 8.00000f, }, { 22.0000f, 2.00000f, 0.00000f, 22.0000f, 2.00000f, 0.00000f, 22.0531f, 2.27522f, 5.33483f, 22.0000f, 2.00000f, 8.00000f, 22.0000f, 2.00000f, 0.00000f, 23.5426f, 2.50715f, 2.07108f, 23.1026f, 3.32477f, 5.33483f, 23.0495f, 3.04954f, 8.00000f, 22.0000f, 6.00000f, 0.00000f, 23.5427f, 5.49294f, 2.07146f, 22.2045f, 4.41977f, 5.20618f, 22.8434f, 4.43176f, 7.78914f, 22.0000f, 6.00000f, 0.00000f, 22.0000f, 6.00000f, 0.00000f, 21.4391f, 5.67950f, 5.02396f, 22.0000f, 6.00000f, 8.00000f, }, { 22.0000f, 6.00000f, 0.00000f, 22.0000f, 6.00000f, 0.00000f, 21.4391f, 5.67950f, 5.02396f, 22.0000f, 6.00000f, 8.00000f, 22.0000f, 6.00000f, 0.00000f, 21.4929f, 7.54278f, 2.07146f, 20.6640f, 6.95514f, 4.83944f, 20.8048f, 7.75546f, 7.23198f, 18.0000f, 6.00000f, 0.00000f, 18.5072f, 7.54257f, 2.07061f, 20.3933f, 5.55591f, 5.16253f, 19.7699f, 6.88498f, 7.11501f, 18.0000f, 6.00000f, 0.00000f, 18.0000f, 6.00000f, 0.00000f, 19.4157f, 4.58430f, 5.16861f, 18.0000f, 6.00000f, 8.00000f, }, { 18.0000f, 6.00000f, 0.00000f, 18.0000f, 6.00000f, 0.00000f, 19.4157f, 4.58430f, 5.16861f, 18.0000f, 6.00000f, 8.00000f, 18.0000f, 6.00000f, 0.00000f, 16.4574f, 5.49273f, 2.07061f, 18.4561f, 3.63070f, 5.17458f, 16.9751f, 3.95019f, 6.97509f, 18.0000f, 2.00000f, 0.00000f, 16.4566f, 2.50649f, 2.07371f, 17.5879f, 3.88144f, 4.64919f, 16.4270f, 3.57293f, 6.42706f, 18.0000f, 2.00000f, 0.00000f, 18.0000f, 2.00000f, 0.00000f, 18.6124f, 3.22488f, 4.93779f, 18.0000f, 2.00000f, 8.00000f, }, { 18.0000f, 8.00000f, 0.00000f, 18.0000f, 8.00000f, 0.00000f, 22.0000f, 8.00000f, 0.00000f, 22.0000f, 8.00000f, 0.00000f, 18.0000f, 8.00000f, 0.00000f, 18.2277f, 8.22776f, -0.911043f, 21.7722f, 8.22775f, -0.911043f, 22.0000f, 8.00000f, 0.00000f, 18.0000f, 12.0000f, 0.00000f, 18.2277f, 11.7722f, -0.911043f, 21.7722f, 11.7722f, -0.911042f, 22.0000f, 12.0000f, 0.00000f, 18.0000f, 12.0000f, 0.00000f, 18.0000f, 12.0000f, 0.00000f, 22.0000f, 12.0000f, 0.00000f, 22.0000f, 12.0000f, 0.00000f, }, { 18.0000f, 8.00000f, 0.00000f, 18.0000f, 8.00000f, 0.00000f, 19.4156f, 9.41569f, 5.16861f, 18.0000f, 8.00000f, 8.00000f, 18.0000f, 8.00000f, 0.00000f, 18.5072f, 6.45742f, 2.07061f, 20.3933f, 8.44408f, 5.16253f, 19.7699f, 7.11501f, 7.11501f, 22.0000f, 8.00000f, 0.00000f, 21.4929f, 6.45721f, 2.07146f, 20.6640f, 7.04485f, 4.83943f, 20.8048f, 6.24453f, 7.23198f, 22.0000f, 8.00000f, 0.00000f, 22.0000f, 8.00000f, 0.00000f, 21.4391f, 8.32049f, 5.02396f, 22.0000f, 8.00000f, 8.00000f, }, { 22.0000f, 8.00000f, 0.00000f, 22.0000f, 8.00000f, 0.00000f, 21.4391f, 8.32049f, 5.02396f, 22.0000f, 8.00000f, 8.00000f, 22.0000f, 8.00000f, 0.00000f, 23.5427f, 8.50705f, 2.07146f, 22.2045f, 9.58022f, 5.20618f, 22.8434f, 9.56823f, 7.78914f, 22.0000f, 12.0000f, 0.00000f, 23.5426f, 11.4928f, 2.07108f, 23.1026f, 10.6752f, 5.33483f, 23.0495f, 10.9504f, 8.00000f, 22.0000f, 12.0000f, 0.00000f, 22.0000f, 12.0000f, 0.00000f, 22.0531f, 11.7247f, 5.33483f, 22.0000f, 12.0000f, 8.00000f, }, { 22.0000f, 12.0000f, 0.00000f, 22.0000f, 12.0000f, 0.00000f, 22.0531f, 11.7247f, 5.33483f, 22.0000f, 12.0000f, 8.00000f, 22.0000f, 12.0000f, 0.00000f, 21.4928f, 13.5426f, 2.07108f, 21.0113f, 12.7665f, 5.33483f, 20.9582f, 13.0417f, 8.00000f, 18.0000f, 12.0000f, 0.00000f, 18.5064f, 13.5433f, 2.07371f, 19.8347f, 11.5584f, 5.28208f, 19.5257f, 12.6103f, 7.69484f, 18.0000f, 12.0000f, 0.00000f, 18.0000f, 12.0000f, 0.00000f, 18.6124f, 10.7751f, 4.93779f, 18.0000f, 12.0000f, 8.00000f, }, { 18.0000f, 12.0000f, 0.00000f, 18.0000f, 12.0000f, 0.00000f, 18.6124f, 10.7751f, 4.93779f, 18.0000f, 12.0000f, 8.00000f, 18.0000f, 12.0000f, 0.00000f, 16.4566f, 11.4935f, 2.07371f, 17.5879f, 10.1185f, 4.64919f, 16.4281f, 10.4281f, 6.42818f, 18.0000f, 8.00000f, 0.00000f, 16.4574f, 8.50726f, 2.07061f, 18.4561f, 10.3693f, 5.17458f, 16.9750f, 10.0498f, 6.97509f, 18.0000f, 8.00000f, 0.00000f, 18.0000f, 8.00000f, 0.00000f, 19.4156f, 9.41569f, 5.16861f, 18.0000f, 8.00000f, 8.00000f, }, { 10.0000f, 8.00000f, 0.00000f, 10.0000f, 8.00000f, 0.00000f, 14.0000f, 8.00000f, 0.00000f, 14.0000f, 8.00000f, 0.00000f, 10.0000f, 8.00000f, 0.00000f, 10.2277f, 8.22776f, -0.911042f, 13.7722f, 8.22775f, -0.911042f, 14.0000f, 8.00000f, 0.00000f, 10.0000f, 12.0000f, 0.00000f, 10.2277f, 11.7722f, -0.911041f, 13.7722f, 11.7722f, -0.911042f, 14.0000f, 12.0000f, 0.00000f, 10.0000f, 12.0000f, 0.00000f, 10.0000f, 12.0000f, 0.00000f, 14.0000f, 12.0000f, 0.00000f, 14.0000f, 12.0000f, 0.00000f, }, { 10.0000f, 8.00000f, 0.00000f, 10.0000f, 8.00000f, 0.00000f, 10.6165f, 8.44838f, 5.03744f, 10.0000f, 8.00000f, 8.00000f, 10.0000f, 8.00000f, 0.00000f, 10.5090f, 6.45923f, 2.06338f, 11.5055f, 7.27544f, 4.92427f, 11.3818f, 6.40521f, 7.30228f, 14.0000f, 8.00000f, 0.00000f, 13.4927f, 6.45742f, 2.07061f, 11.6360f, 8.45881f, 5.17727f, 12.2594f, 7.12974f, 7.12974f, 14.0000f, 8.00000f, 0.00000f, 14.0000f, 8.00000f, 0.00000f, 12.5879f, 9.41203f, 5.17592f, 14.0000f, 8.00000f, 8.00000f, }, { 14.0000f, 8.00000f, 0.00000f, 14.0000f, 8.00000f, 0.00000f, 12.5879f, 9.41203f, 5.17592f, 14.0000f, 8.00000f, 8.00000f, 14.0000f, 8.00000f, 0.00000f, 15.5425f, 8.50726f, 2.07061f, 13.5438f, 10.3693f, 5.17458f, 15.0249f, 10.0498f, 6.97509f, 14.0000f, 12.0000f, 0.00000f, 15.5433f, 11.4935f, 2.07371f, 14.4120f, 10.1185f, 4.64919f, 15.5718f, 10.4281f, 6.42818f, 14.0000f, 12.0000f, 0.00000f, 14.0000f, 12.0000f, 0.00000f, 13.3876f, 10.7753f, 4.93833f, 14.0000f, 12.0000f, 8.00000f, }, { 14.0000f, 12.0000f, 0.00000f, 14.0000f, 12.0000f, 0.00000f, 13.3876f, 10.7753f, 4.93833f, 14.0000f, 12.0000f, 8.00000f, 14.0000f, 12.0000f, 0.00000f, 13.4935f, 13.5433f, 2.07371f, 12.1678f, 11.5573f, 5.28260f, 12.4764f, 12.6094f, 7.69529f, 10.0000f, 12.0000f, 0.00000f, 10.5077f, 13.5420f, 2.06861f, 11.2881f, 12.9550f, 5.33563f, 11.0397f, 13.0397f, 7.99999f, 10.0000f, 12.0000f, 0.00000f, 10.0000f, 12.0000f, 0.00000f, 10.2483f, 11.9153f, 5.33563f, 10.0000f, 12.0000f, 8.00000f, }, { 10.0000f, 12.0000f, 0.00000f, 10.0000f, 12.0000f, 0.00000f, 10.2483f, 11.9153f, 5.33563f, 10.0000f, 12.0000f, 8.00000f, 10.0000f, 12.0000f, 0.00000f, 8.45792f, 11.4922f, 2.06861f, 9.18040f, 10.8473f, 5.33563f, 8.93204f, 10.9320f, 8.00000f, 10.0000f, 8.00000f, 0.00000f, 8.45923f, 8.50907f, 2.06338f, 9.71866f, 9.63295f, 5.15174f, 8.96952f, 9.56035f, 7.67212f, 10.0000f, 8.00000f, 0.00000f, 10.0000f, 8.00000f, 0.00000f, 10.6165f, 8.44838f, 5.03744f, 10.0000f, 8.00000f, 8.00000f, }, { 14.0000f, 2.00000f, 8.00000f, 15.9088f, 2.83677f, 8.31378f, 16.2210f, 2.71156f, 8.35578f, 18.0000f, 2.00000f, 8.00000f, 15.8610f, 3.45395f, 6.60420f, 16.3392f, 3.39355f, 7.40290f, 15.8223f, 3.41220f, 7.35328f, 16.4270f, 3.57293f, 6.42706f, 15.0332f, 3.93355f, 6.96677f, 15.8446f, 4.10859f, 7.95327f, 16.1636f, 4.12523f, 7.96159f, 16.9751f, 3.95019f, 6.97509f, 14.0000f, 6.00000f, 8.00000f, 15.1986f, 5.40068f, 8.59932f, 16.8013f, 5.40068f, 8.59932f, 18.0000f, 6.00000f, 8.00000f, }, { 14.0000f, 6.00000f, 8.00000f, 15.1986f, 5.40068f, 8.59932f, 16.8013f, 5.40068f, 8.59932f, 18.0000f, 6.00000f, 8.00000f, 13.7003f, 6.59931f, 8.29966f, 14.8989f, 5.99999f, 8.89898f, 17.1010f, 6.00000f, 8.89898f, 18.2996f, 6.59932f, 8.29966f, 13.7003f, 7.40068f, 8.29966f, 14.8989f, 8.00000f, 8.89898f, 17.1010f, 8.00000f, 8.89897f, 18.2996f, 7.40068f, 8.29966f, 14.0000f, 8.00000f, 8.00000f, 15.1986f, 8.59932f, 8.59932f, 16.8013f, 8.59931f, 8.59931f, 18.0000f, 8.00000f, 8.00000f, }, { 14.0000f, 8.00000f, 8.00000f, 15.1986f, 8.59932f, 8.59932f, 16.8013f, 8.59931f, 8.59931f, 18.0000f, 8.00000f, 8.00000f, 15.0249f, 10.0498f, 6.97509f, 15.8363f, 9.87476f, 7.96159f, 16.1636f, 9.87476f, 7.96159f, 16.9750f, 10.0498f, 6.97509f, 15.5718f, 10.4281f, 6.42818f, 16.1744f, 10.5890f, 7.35264f, 15.8255f, 10.5890f, 7.35264f, 16.4281f, 10.4281f, 6.42818f, 14.0000f, 12.0000f, 8.00000f, 15.7780f, 11.2887f, 8.35561f, 16.2225f, 11.2890f, 8.35548f, 18.0000f, 12.0000f, 8.00000f, }, { 10.0000f, 6.00000f, 8.00000f, 11.3818f, 7.59478f, 7.30228f, 12.2594f, 6.87025f, 7.12974f, 14.0000f, 6.00000f, 8.00000f, 10.6753f, 7.02258f, 8.21487f, 11.3643f, 7.71766f, 7.63807f, 12.4302f, 7.23435f, 7.66462f, 13.7003f, 6.59931f, 8.29966f, 10.6753f, 6.97741f, 8.21487f, 11.3643f, 6.28233f, 7.63807f, 12.4302f, 6.76564f, 7.66462f, 13.7003f, 7.40068f, 8.29966f, 10.0000f, 8.00000f, 8.00000f, 11.3818f, 6.40521f, 7.30228f, 12.2594f, 7.12974f, 7.12974f, 14.0000f, 8.00000f, 8.00000f, }, { 18.0000f, 6.00000f, 8.00000f, 19.7699f, 6.88498f, 7.11501f, 20.8048f, 7.75546f, 7.23198f, 22.0000f, 6.00000f, 8.00000f, 18.2996f, 6.59932f, 8.29966f, 19.5991f, 7.24908f, 7.64989f, 20.8231f, 7.85928f, 7.54235f, 21.2738f, 7.35025f, 8.18154f, 18.2996f, 7.40068f, 8.29966f, 19.5991f, 6.75091f, 7.64989f, 20.8231f, 6.14071f, 7.54235f, 21.2738f, 6.64974f, 8.18154f, 18.0000f, 8.00000f, 8.00000f, 19.7699f, 7.11501f, 7.11501f, 20.8048f, 6.24453f, 7.23198f, 22.0000f, 8.00000f, 8.00000f, }, { 10.0000f, 2.00000f, 8.00000f, 9.87124f, 1.95609f, 9.38125f, 9.34408f, 1.50592f, 9.94049f, 9.00000f, 1.50000f, 12.0000f, 11.0392f, 0.960774f, 8.00000f, 10.9104f, 0.916871f, 9.38125f, 10.6451f, 0.577962f, 10.5477f, 10.5822f, 0.465660f, 11.9069f, 12.5766f, 1.37605f, 7.76601f, 12.7310f, 0.946813f, 9.11659f, 12.3287f, 1.27854f, 10.5830f, 12.3287f, 1.27854f, 12.0000f, 14.0000f, 2.00000f, 8.00000f, 14.0621f, 1.53028f, 9.33539f, 14.0000f, 1.00000f, 10.5830f, 14.0000f, 1.00000f, 12.0000f, }, { 14.0000f, 2.00000f, 8.00000f, 14.0621f, 1.53028f, 9.33539f, 14.0000f, 1.00000f, 10.5830f, 14.0000f, 1.00000f, 12.0000f, 15.9088f, 2.83677f, 8.31378f, 15.3278f, 2.08512f, 9.54346f, 15.3579f, 0.773669f, 10.5830f, 15.3579f, 0.773669f, 12.0000f, 16.2210f, 2.71156f, 8.35578f, 16.7241f, 1.82762f, 9.62057f, 16.6232f, 0.00000f, 10.4734f, 16.6232f, 0.00000f, 12.0000f, 18.0000f, 2.00000f, 8.00000f, 18.0000f, 1.31729f, 9.36540f, 18.0000f, 0.00000f, 10.4734f, 18.0000f, 0.00000f, 12.0000f, }, { 18.0000f, 2.00000f, 8.00000f, 18.0000f, 1.31729f, 9.36540f, 18.0000f, 0.00000f, 10.4734f, 18.0000f, 0.00000f, 12.0000f, 19.5248f, 1.39004f, 7.69502f, 19.3449f, 0.779322f, 9.09642f, 19.4294f, 0.00000f, 10.4734f, 19.4294f, 0.00000f, 12.0000f, 20.9582f, 0.958220f, 8.00000f, 20.9309f, 0.816847f, 9.36900f, 21.1736f, -0.0212363f, 10.6358f, 20.9892f, -0.0107873f, 12.0000f, 22.0000f, 2.00000f, 8.00000f, 21.9727f, 1.85862f, 9.36900f, 22.1844f, 0.989551f, 10.6358f, 22.0000f, 1.00000f, 12.0000f, }, { 22.0000f, 2.00000f, 8.00000f, 21.9727f, 1.85862f, 9.36900f, 22.1844f, 0.989551f, 10.6358f, 22.0000f, 1.00000f, 12.0000f, 23.0495f, 3.04954f, 8.00000f, 23.0222f, 2.90817f, 9.36900f, 23.1847f, 1.98990f, 10.6359f, 23.0003f, 2.00035f, 12.0000f, 22.8434f, 4.43176f, 7.78914f, 23.1846f, 4.43817f, 9.16885f, 22.7037f, 3.28188f, 10.5868f, 22.8245f, 3.59620f, 12.0001f, 22.0000f, 6.00000f, 8.00000f, 22.4865f, 5.73632f, 9.34339f, 22.8791f, 4.68567f, 10.5866f, 23.0000f, 5.00000f, 12.0000f, }, { 22.0000f, 6.00000f, 8.00000f, 22.4865f, 5.73632f, 9.34339f, 22.8791f, 4.68567f, 10.5866f, 23.0000f, 5.00000f, 12.0000f, 21.2738f, 7.35025f, 8.18154f, 22.1519f, 6.35839f, 9.42703f, 23.0451f, 6.01382f, 10.5865f, 23.1660f, 6.32815f, 11.9998f, 21.2738f, 6.64974f, 8.18154f, 22.1519f, 7.64160f, 9.42703f, 23.0451f, 7.98617f, 10.5865f, 23.1660f, 7.67185f, 11.9998f, 22.0000f, 8.00000f, 8.00000f, 22.4865f, 8.26367f, 9.34339f, 22.8791f, 9.31432f, 10.5866f, 23.0000f, 9.00000f, 12.0000f, }, { 22.0000f, 8.00000f, 8.00000f, 22.4865f, 8.26367f, 9.34339f, 22.8791f, 9.31432f, 10.5866f, 23.0000f, 9.00000f, 12.0000f, 22.8434f, 9.56823f, 7.78914f, 23.1846f, 9.56182f, 9.16885f, 22.7037f, 10.7181f, 10.5868f, 22.8245f, 10.4038f, 12.0001f, 23.0495f, 10.9504f, 8.00000f, 23.0222f, 11.0918f, 9.36900f, 23.1847f, 12.0100f, 10.6358f, 23.0003f, 11.9996f, 12.0000f, 22.0000f, 12.0000f, 8.00000f, 21.9727f, 12.1413f, 9.36900f, 22.1844f, 13.0104f, 10.6358f, 22.0000f, 13.0000f, 12.0000f, }, { 22.0000f, 12.0000f, 8.00000f, 21.9727f, 12.1413f, 9.36900f, 22.1844f, 13.0104f, 10.6358f, 22.0000f, 13.0000f, 12.0000f, 20.9582f, 13.0417f, 8.00000f, 20.9309f, 13.1831f, 9.36900f, 21.1850f, 14.0098f, 10.6358f, 21.0006f, 13.9994f, 12.0000f, 19.5257f, 12.6103f, 7.69484f, 19.3449f, 13.2259f, 9.10702f, 19.4024f, 13.8246f, 10.4615f, 19.4024f, 13.8246f, 12.0000f, 18.0000f, 12.0000f, 8.00000f, 18.0000f, 12.6880f, 9.37601f, 18.0000f, 14.0000f, 10.4615f, 18.0000f, 14.0000f, 12.0000f, }, { 18.0000f, 12.0000f, 8.00000f, 18.0000f, 12.6880f, 9.37601f, 18.0000f, 14.0000f, 10.4615f, 18.0000f, 14.0000f, 12.0000f, 16.2225f, 11.2890f, 8.35548f, 16.7274f, 12.1789f, 9.63053f, 16.6700f, 14.1662f, 10.4615f, 16.6700f, 14.1662f, 12.0000f, 15.7780f, 11.2887f, 8.35561f, 15.2726f, 12.1809f, 9.63458f, 15.3221f, 14.2203f, 10.4570f, 15.3221f, 14.2203f, 12.0000f, 14.0000f, 12.0000f, 8.00000f, 14.0000f, 12.6900f, 9.38006f, 14.0000f, 14.0000f, 10.4570f, 14.0000f, 14.0000f, 12.0000f, }, { 14.0000f, 12.0000f, 8.00000f, 14.0000f, 12.6900f, 9.38006f, 14.0000f, 14.0000f, 10.4570f, 14.0000f, 14.0000f, 12.0000f, 12.4764f, 12.6094f, 7.69529f, 12.6576f, 13.2269f, 9.11159f, 12.2533f, 13.7089f, 10.4570f, 12.2533f, 13.7089f, 12.0000f, 11.0397f, 13.0397f, 7.99999f, 10.9112f, 13.0836f, 9.37941f, 10.4694f, 13.7456f, 10.6337f, 10.3994f, 13.6615f, 12.0112f, 10.0000f, 12.0000f, 8.00000f, 9.87141f, 12.0438f, 9.37941f, 9.15043f, 12.6614f, 10.0622f, 9.00000f, 12.5000f, 12.0000f, }, { 9.00000f, 1.50000f, 12.0000f, 9.07887f, 1.31725f, 13.1541f, 9.52420f, 0.976845f, 14.7029f, 10.0000f, 2.00000f, 16.0000f, 10.5822f, 0.465660f, 11.9069f, 10.5150f, 0.345727f, 13.3585f, 10.9295f, 1.13219f, 14.8938f, 11.1033f, 2.00243f, 15.9980f, 12.3287f, 1.27854f, 12.0000f, 12.3287f, 1.27854f, 13.4306f, 12.6655f, 0.988352f, 14.9883f, 12.6655f, 2.00000f, 16.0000f, 14.0000f, 1.00000f, 12.0000f, 14.0000f, 1.00000f, 13.4306f, 14.0000f, 0.988352f, 14.9883f, 14.0000f, 2.00000f, 16.0000f, }, { 14.0000f, 1.00000f, 12.0000f, 14.0000f, 1.00000f, 13.4306f, 14.0000f, 0.988352f, 14.9883f, 14.0000f, 2.00000f, 16.0000f, 15.3579f, 0.773669f, 12.0000f, 15.3579f, 0.773669f, 13.4306f, 15.3354f, 0.988352f, 14.9883f, 15.3354f, 2.00000f, 16.0000f, 16.6232f, 0.00000f, 12.0000f, 16.6232f, 0.00000f, 13.5696f, 16.8433f, 0.801365f, 15.2136f, 16.6794f, 2.01251f, 16.1985f, 18.0000f, 0.00000f, 12.0000f, 18.0000f, 0.00000f, 13.5696f, 18.1639f, 0.788853f, 15.0150f, 18.0000f, 2.00000f, 16.0000f, }, { 18.0000f, 0.00000f, 12.0000f, 18.0000f, 0.00000f, 13.5696f, 18.1639f, 0.788853f, 15.0150f, 18.0000f, 2.00000f, 16.0000f, 19.4294f, 0.00000f, 12.0000f, 19.4294f, 0.00000f, 13.5696f, 19.2285f, 0.778765f, 14.8549f, 19.0646f, 1.98991f, 15.8399f, 20.9892f, -0.0107873f, 12.0000f, 20.8354f, -0.00207507f, 13.1374f, 20.6978f, 0.580195f, 14.6361f, 20.2213f, 1.34332f, 15.3489f, 22.0000f, 1.00000f, 12.0000f, 21.8462f, 1.00871f, 13.1374f, 21.4764f, 1.23687f, 14.2872f, 21.0000f, 2.00000f, 15.0000f, }, { 22.0000f, 1.00000f, 12.0000f, 21.8462f, 1.00871f, 13.1374f, 21.4764f, 1.23687f, 14.2872f, 21.0000f, 2.00000f, 15.0000f, 23.0003f, 2.00035f, 12.0000f, 22.8465f, 2.00907f, 13.1374f, 22.7558f, 2.31585f, 13.7139f, 22.2794f, 3.07898f, 14.4267f, 22.8245f, 3.59620f, 12.0001f, 22.9168f, 3.83627f, 13.0796f, 22.3069f, 4.55472f, 14.7895f, 21.9821f, 5.49730f, 15.2768f, 23.0000f, 5.00000f, 12.0000f, 23.0922f, 5.24007f, 13.0794f, 22.8248f, 6.05742f, 14.0127f, 22.5000f, 7.00000f, 14.5000f, }, { 22.5000f, 7.00000f, 14.5000f, 22.8248f, 7.94257f, 14.0127f, 23.0922f, 8.75992f, 13.0794f, 23.0000f, 9.00000f, 12.0000f, 22.5000f, 7.00000f, 14.5000f, 23.1496f, 7.00000f, 13.5254f, 23.2583f, 7.43177f, 13.0793f, 23.1660f, 7.67185f, 11.9998f, 22.5000f, 7.00000f, 14.5000f, 23.1496f, 7.00000f, 13.5254f, 23.2583f, 6.56822f, 13.0793f, 23.1660f, 6.32815f, 11.9998f, 22.5000f, 7.00000f, 14.5000f, 22.8248f, 6.05742f, 14.0127f, 23.0922f, 5.24007f, 13.0794f, 23.0000f, 5.00000f, 12.0000f, }, { 23.0000f, 9.00000f, 12.0000f, 23.0922f, 8.75992f, 13.0794f, 22.8248f, 7.94257f, 14.0127f, 22.5000f, 7.00000f, 14.5000f, 22.8245f, 10.4038f, 12.0001f, 22.9168f, 10.1637f, 13.0796f, 22.3069f, 9.44527f, 14.7895f, 21.9821f, 8.50269f, 15.2768f, 23.0003f, 11.9996f, 12.0000f, 22.8465f, 11.9909f, 13.1374f, 22.7558f, 11.6841f, 13.7139f, 22.2794f, 10.9210f, 14.4267f, 22.0000f, 13.0000f, 12.0000f, 21.8462f, 12.9912f, 13.1374f, 21.4764f, 12.7631f, 14.2872f, 21.0000f, 12.0000f, 15.0000f, }, { 22.0000f, 13.0000f, 12.0000f, 21.8462f, 12.9912f, 13.1374f, 21.4764f, 12.7631f, 14.2872f, 21.0000f, 12.0000f, 15.0000f, 21.0006f, 13.9994f, 12.0000f, 20.8468f, 13.9906f, 13.1374f, 20.6978f, 13.4198f, 14.6361f, 20.2213f, 12.6566f, 15.3489f, 19.4024f, 13.8246f, 12.0000f, 19.4024f, 13.8246f, 13.5675f, 19.2283f, 13.2196f, 14.8562f, 19.0646f, 12.0100f, 15.8399f, 18.0000f, 14.0000f, 12.0000f, 18.0000f, 14.0000f, 13.5675f, 18.1636f, 13.2095f, 15.0163f, 18.0000f, 12.0000f, 16.0000f, }, { 18.0000f, 14.0000f, 12.0000f, 18.0000f, 14.0000f, 13.5675f, 18.1636f, 13.2095f, 15.0163f, 18.0000f, 12.0000f, 16.0000f, 16.6700f, 14.1662f, 12.0000f, 16.6700f, 14.1662f, 13.5675f, 16.8420f, 13.1970f, 15.2151f, 16.6783f, 11.9874f, 16.1987f, 15.3221f, 14.2203f, 12.0000f, 15.3221f, 14.2203f, 13.5616f, 15.3213f, 13.3497f, 14.9846f, 15.3264f, 12.1643f, 16.0012f, 14.0000f, 14.0000f, 12.0000f, 14.0000f, 14.0000f, 13.5616f, 13.9949f, 13.1854f, 14.9833f, 14.0000f, 12.0000f, 16.0000f, }, { 14.0000f, 14.0000f, 12.0000f, 14.0000f, 14.0000f, 13.5616f, 13.9949f, 13.1854f, 14.9833f, 14.0000f, 12.0000f, 16.0000f, 12.2533f, 13.7089f, 12.0000f, 12.2533f, 13.7089f, 13.5616f, 12.6271f, 13.0159f, 14.9821f, 12.6322f, 11.8305f, 15.9987f, 10.3994f, 13.6615f, 12.0112f, 10.3212f, 13.5676f, 13.5504f, 10.9955f, 12.0544f, 14.6564f, 11.1786f, 11.1102f, 15.8546f, 9.00000f, 12.5000f, 12.0000f, 8.96405f, 12.4448f, 13.3410f, 9.51945f, 12.2157f, 14.4584f, 10.0000f, 11.0000f, 16.0000f, }, { 10.0000f, 2.00000f, 16.0000f, 10.0036f, 3.39890f, 17.7763f, 9.97797f, 5.10529f, 18.0055f, 10.0000f, 7.00000f, 18.0000f, 11.1033f, 2.00243f, 15.9980f, 11.3375f, 3.17526f, 17.4863f, 11.2748f, 5.10529f, 17.6813f, 11.2968f, 7.00000f, 17.6757f, 12.6655f, 2.00000f, 16.0000f, 12.6655f, 3.31963f, 17.3196f, 12.6644f, 5.13375f, 18.0572f, 12.6644f, 7.00000f, 18.0572f, 14.0000f, 2.00000f, 16.0000f, 14.0000f, 3.31963f, 17.3196f, 14.0000f, 5.13375f, 18.0000f, 14.0000f, 7.00000f, 18.0000f, }, { 14.0000f, 2.00000f, 16.0000f, 14.0000f, 3.31963f, 17.3196f, 14.0000f, 5.13375f, 18.0000f, 14.0000f, 7.00000f, 18.0000f, 15.3354f, 2.00000f, 16.0000f, 15.3354f, 3.31963f, 17.3196f, 15.0055f, 5.13375f, 17.9569f, 15.0055f, 7.00000f, 17.9569f, 16.6794f, 2.01251f, 16.1985f, 16.4870f, 3.43424f, 17.3547f, 16.0130f, 5.15743f, 17.8973f, 16.0130f, 7.00000f, 17.8973f, 18.0000f, 2.00000f, 16.0000f, 17.8076f, 3.42172f, 17.1561f, 17.0000f, 5.15743f, 17.7000f, 17.0000f, 7.00000f, 17.7000f, }, { 18.0000f, 2.00000f, 16.0000f, 17.8076f, 3.42172f, 17.1561f, 17.0000f, 5.15743f, 17.7000f, 17.0000f, 7.00000f, 17.7000f, 19.0646f, 1.98991f, 15.8399f, 18.8722f, 3.41164f, 16.9960f, 17.6994f, 5.15743f, 17.5601f, 17.6994f, 7.00000f, 17.5601f, 20.2213f, 1.34332f, 15.3489f, 19.4209f, 2.62530f, 16.5462f, 19.1846f, 5.31432f, 16.8753f, 19.0000f, 7.00000f, 17.0000f, 21.0000f, 2.00000f, 15.0000f, 20.1996f, 3.28198f, 16.1973f, 19.0000f, 7.00000f, 17.0000f, 19.0000f, 7.00000f, 17.0000f, }, { 21.0000f, 2.00000f, 15.0000f, 20.1996f, 3.28198f, 16.1973f, 19.0000f, 7.00000f, 17.0000f, 19.0000f, 7.00000f, 17.0000f, 22.2794f, 3.07898f, 14.4267f, 21.4790f, 4.36096f, 15.6240f, 20.5517f, 6.99999f, 15.9525f, 19.0000f, 7.00000f, 17.0000f, 21.9821f, 5.49730f, 15.2768f, 21.4642f, 7.00000f, 16.0536f, 21.4790f, 9.63903f, 15.6240f, 20.1996f, 10.7180f, 16.1973f, 22.5000f, 7.00000f, 14.5000f, 21.9821f, 8.50269f, 15.2768f, 22.2794f, 10.9210f, 14.4267f, 21.0000f, 12.0000f, 15.0000f, }, { 21.0000f, 12.0000f, 15.0000f, 20.1996f, 10.7180f, 16.1973f, 19.0000f, 7.00000f, 17.0000f, 19.0000f, 7.00000f, 17.0000f, 20.2213f, 12.6566f, 15.3489f, 19.4209f, 11.3746f, 16.5462f, 19.1846f, 8.68567f, 16.8753f, 19.0000f, 7.00000f, 17.0000f, 19.0646f, 12.0100f, 15.8399f, 18.8722f, 10.5883f, 16.9960f, 17.6994f, 8.84256f, 17.5601f, 17.6994f, 7.00000f, 17.5601f, 18.0000f, 12.0000f, 16.0000f, 17.8076f, 10.5782f, 17.1561f, 17.0000f, 8.84256f, 17.7000f, 17.0000f, 7.00000f, 17.7000f, }, { 18.0000f, 12.0000f, 16.0000f, 17.8076f, 10.5782f, 17.1561f, 17.0000f, 8.84256f, 17.7000f, 17.0000f, 7.00000f, 17.7000f, 16.6783f, 11.9874f, 16.1987f, 16.4859f, 10.5657f, 17.3549f, 16.0130f, 8.84256f, 17.8973f, 16.0130f, 7.00000f, 17.8973f, 15.3264f, 12.1643f, 16.0012f, 15.3324f, 10.7567f, 17.2083f, 15.0055f, 8.85429f, 17.9569f, 15.0055f, 7.00000f, 17.9569f, 14.0000f, 12.0000f, 16.0000f, 14.0060f, 10.5924f, 17.2071f, 14.0000f, 8.85429f, 18.0000f, 14.0000f, 7.00000f, 18.0000f, }, { 14.0000f, 12.0000f, 16.0000f, 14.0060f, 10.5924f, 17.2071f, 14.0000f, 8.85429f, 18.0000f, 14.0000f, 7.00000f, 18.0000f, 12.6322f, 11.8305f, 15.9987f, 12.6382f, 10.4229f, 17.2058f, 12.6644f, 8.85429f, 18.0572f, 12.6644f, 7.00000f, 18.0572f, 11.1786f, 11.1102f, 15.8546f, 11.3641f, 10.1538f, 17.0682f, 11.3151f, 8.57346f, 17.6712f, 11.2968f, 7.00000f, 17.6757f, 10.0000f, 11.0000f, 16.0000f, 10.0023f, 9.92533f, 17.3646f, 10.0182f, 8.57346f, 17.9954f, 10.0000f, 7.00000f, 18.0000f, }, { 10.0000f, 7.00000f, 18.0000f, 9.97797f, 5.10529f, 18.0055f, 10.0036f, 3.39890f, 17.7763f, 10.0000f, 2.00000f, 16.0000f, 8.54835f, 7.00000f, 18.3629f, 8.52633f, 5.10529f, 18.3684f, 8.65977f, 3.62422f, 18.0685f, 7.86846f, 2.71708f, 16.9202f, 7.49631f, 7.00000f, 20.0000f, 7.49631f, 5.45253f, 20.0000f, 7.26780f, 3.46826f, 18.6874f, 6.00000f, 3.00000f, 18.0000f, 6.00000f, 7.00000f, 20.0000f, 6.00000f, 5.45253f, 20.0000f, 6.00000f, 3.00000f, 18.0000f, 6.00000f, 3.00000f, 18.0000f, }, { 6.00000f, 7.00000f, 20.0000f, 6.00000f, 5.45253f, 20.0000f, 6.00000f, 3.00000f, 18.0000f, 6.00000f, 3.00000f, 18.0000f, 4.70898f, 7.00000f, 20.0000f, 4.70898f, 5.45253f, 20.0000f, 5.43536f, 3.74871f, 18.6055f, 6.00000f, 3.00000f, 18.0000f, 3.62697f, 7.00000f, 19.1285f, 3.62697f, 5.28417f, 19.1285f, 4.35824f, 3.90451f, 17.7575f, 5.28514f, 2.90705f, 16.7135f, 3.00000f, 7.00000f, 18.0000f, 2.99999f, 5.28417f, 18.0000f, 4.07310f, 3.99745f, 17.0440f, 5.00000f, 3.00000f, 16.0000f, }, { 3.00000f, 7.00000f, 18.0000f, 2.99999f, 5.28417f, 18.0000f, 4.07310f, 3.99745f, 17.0440f, 5.00000f, 3.00000f, 16.0000f, 1.79545f, 7.00000f, 15.8318f, 1.79545f, 5.28417f, 15.8318f, 3.32781f, 4.24038f, 15.1790f, 4.25471f, 3.24292f, 14.1350f, 0.794020f, 7.00000f, 13.4717f, 0.794020f, 5.60875f, 13.4717f, 1.51717f, 3.42451f, 12.7792f, 2.88595f, 3.40717f, 12.5308f, 1.00000f, 7.00000f, 11.0000f, 1.00000f, 5.60875f, 11.0000f, 1.63122f, 4.01734f, 10.8484f, 3.00000f, 4.00000f, 10.6000f, }, { 1.00000f, 7.00000f, 11.0000f, 1.00000f, 5.60875f, 11.0000f, 1.63122f, 4.01734f, 10.8484f, 3.00000f, 4.00000f, 10.6000f, 1.16542f, 7.00000f, 9.01491f, 1.16542f, 5.60875f, 9.01491f, 1.71610f, 4.45857f, 9.41132f, 3.08488f, 4.44123f, 9.16289f, 2.70364f, 7.00000f, 7.51241f, 2.70364f, 6.27240f, 7.51241f, 3.60899f, 5.37796f, 7.63476f, 4.12348f, 5.37796f, 8.14925f, 4.00000f, 7.00000f, 6.00000f, 4.00000f, 6.27240f, 6.00000f, 4.48551f, 5.80000f, 6.48551f, 5.00000f, 5.80000f, 7.00000f, }, { 4.00000f, 7.00000f, 6.00000f, 4.00000f, 6.27240f, 6.00000f, 4.48551f, 5.80000f, 6.48551f, 5.00000f, 5.80000f, 7.00000f, 4.79829f, 7.00000f, 5.06865f, 4.79829f, 6.27240f, 5.06865f, 5.03793f, 6.06598f, 5.76119f, 5.55242f, 6.06598f, 6.27568f, 5.82508f, 7.00000f, 4.35247f, 5.82508f, 6.44606f, 4.35247f, 6.08632f, 5.95431f, 4.69838f, 6.08632f, 5.95431f, 5.25232f, 7.00000f, 7.00000f, 4.00000f, 7.00000f, 6.44606f, 4.00000f, 7.00000f, 6.00000f, 4.44606f, 7.00000f, 6.00000f, 5.00000f, }, { 7.00000f, 7.00000f, 4.00000f, 7.00000f, 6.44606f, 4.00000f, 7.00000f, 6.00000f, 4.44606f, 7.00000f, 6.00000f, 5.00000f, 7.69551f, 7.00000f, 3.79134f, 7.69551f, 6.44606f, 3.79134f, 7.66874f, 6.03343f, 4.26137f, 7.66874f, 6.03343f, 4.81531f, 9.00000f, 7.00000f, 4.50000f, 8.63511f, 6.54994f, 4.22633f, 8.59332f, 5.79666f, 4.83390f, 9.00000f, 6.00000f, 5.50000f, 9.00000f, 7.00000f, 4.50000f, 9.00000f, 7.00000f, 4.50000f, 9.00000f, 6.00000f, 5.50000f, 9.00000f, 6.00000f, 5.50000f, }, { 9.00000f, 7.00000f, 4.50000f, 9.00000f, 7.00000f, 4.50000f, 9.00000f, 6.00000f, 5.50000f, 9.00000f, 6.00000f, 5.50000f, 9.00000f, 7.00000f, 4.50000f, 9.43205f, 7.00000f, 4.82404f, 9.44642f, 6.22321f, 5.33934f, 9.00000f, 6.00000f, 5.50000f, 9.00000f, 8.00000f, 5.50000f, 9.44642f, 7.77679f, 5.33934f, 9.09980f, 7.00000f, 5.97504f, 9.00000f, 7.00000f, 6.00000f, 9.00000f, 8.00000f, 5.50000f, 9.00000f, 8.00000f, 5.50000f, 9.00000f, 7.00000f, 6.00000f, 9.00000f, 7.00000f, 6.00000f, }, { 10.0000f, 2.00000f, 8.00000f, 8.93204f, 3.06795f, 8.00000f, 8.96952f, 4.43964f, 7.67212f, 10.0000f, 6.00000f, 8.00000f, 9.87124f, 1.95609f, 9.38125f, 8.80329f, 3.02405f, 9.38125f, 8.74608f, 4.46130f, 8.42383f, 9.56588f, 5.70264f, 8.68468f, 9.34408f, 1.50592f, 9.94049f, 8.51649f, 2.09617f, 9.55423f, 9.59858f, 3.81408f, 9.77086f, 9.59783f, 5.18668f, 9.40552f, 9.00000f, 1.50000f, 12.0000f, 7.73438f, 2.55240f, 10.0865f, 9.00075f, 3.62739f, 10.3653f, 9.00000f, 5.00000f, 10.0000f, }, { 9.00000f, 1.50000f, 12.0000f, 7.73438f, 2.55240f, 10.0865f, 9.00075f, 3.62739f, 10.3653f, 9.00000f, 5.00000f, 10.0000f, 9.00000f, 1.50000f, 12.0000f, 7.15956f, 2.88771f, 10.4777f, 8.48141f, 3.46521f, 10.8817f, 8.48065f, 4.83782f, 10.5164f, 9.00000f, 1.50000f, 12.0000f, 7.15956f, 2.88771f, 10.4777f, 8.32175f, 3.72942f, 10.9234f, 7.85973f, 4.98761f, 10.5389f, 9.00000f, 1.50000f, 12.0000f, 7.45296f, 2.59077f, 11.3891f, 7.91171f, 3.25991f, 11.3835f, 7.00000f, 5.00000f, 11.0000f, }, { 9.00000f, 1.50000f, 12.0000f, 7.45296f, 2.59077f, 11.3891f, 7.91171f, 3.25991f, 11.3835f, 7.00000f, 5.00000f, 11.0000f, 9.07887f, 1.31725f, 13.1541f, 7.97031f, 2.06717f, 12.9963f, 7.41411f, 2.69014f, 11.9419f, 6.75115f, 3.94166f, 11.6699f, 9.52420f, 0.976845f, 14.7029f, 8.32713f, 0.844520f, 14.5403f, 8.27262f, 2.45611f, 13.7536f, 7.52117f, 3.19943f, 12.9181f, 10.0000f, 2.00000f, 16.0000f, 7.84991f, 1.51717f, 15.3966f, 7.75144f, 2.05668f, 14.8355f, 7.00000f, 2.80000f, 14.0000f, }, { 10.0000f, 2.00000f, 16.0000f, 7.84991f, 1.51717f, 15.3966f, 7.75144f, 2.05668f, 14.8355f, 7.00000f, 2.80000f, 14.0000f, 7.86846f, 2.71708f, 16.9202f, 7.38876f, 2.16717f, 16.2241f, 7.34956f, 1.74867f, 15.6698f, 6.59812f, 2.49199f, 14.8342f, 6.00000f, 3.00000f, 18.0000f, 6.83143f, 1.96557f, 17.1732f, 5.81231f, 2.33975f, 16.1197f, 5.52717f, 2.43269f, 15.4062f, 6.00000f, 3.00000f, 18.0000f, 6.00000f, 3.00000f, 18.0000f, 5.28514f, 2.90705f, 16.7135f, 5.00000f, 3.00000f, 16.0000f, }, { 5.00000f, 3.00000f, 16.0000f, 5.52717f, 2.43269f, 15.4062f, 6.59812f, 2.49199f, 14.8342f, 7.00000f, 2.80000f, 14.0000f, 4.25471f, 3.24292f, 14.1350f, 4.78188f, 2.67562f, 13.5412f, 5.34262f, 3.73390f, 13.4382f, 5.74450f, 4.04191f, 12.6039f, 2.88595f, 3.40717f, 12.5308f, 4.34454f, 3.38869f, 12.2661f, 6.08167f, 3.98531f, 10.4018f, 7.19502f, 4.53322f, 11.1711f, 3.00000f, 4.00000f, 10.6000f, 4.45858f, 3.98151f, 10.3352f, 4.69919f, 5.29811f, 9.44672f, 5.50000f, 7.00000f, 10.0000f, }, { 3.00000f, 4.00000f, 10.6000f, 4.45858f, 3.98151f, 10.3352f, 4.69919f, 5.29811f, 9.44672f, 5.50000f, 7.00000f, 10.0000f, 3.08488f, 4.44123f, 9.16289f, 4.54347f, 4.42275f, 8.89816f, 4.26221f, 5.71307f, 9.14480f, 4.26221f, 7.00000f, 9.14480f, 4.12348f, 5.37796f, 8.14925f, 4.62387f, 5.37796f, 8.64963f, 5.73017f, 6.29235f, 8.71953f, 5.73017f, 7.00000f, 8.71953f, 5.00000f, 5.80000f, 7.00000f, 5.50038f, 5.80000f, 7.50038f, 6.00000f, 6.29235f, 8.00000f, 6.00000f, 7.00000f, 8.00000f, }, { 5.00000f, 5.80000f, 7.00000f, 5.50038f, 5.80000f, 7.50038f, 6.00000f, 6.29235f, 8.00000f, 6.00000f, 7.00000f, 8.00000f, 5.55242f, 6.06598f, 6.27568f, 6.05280f, 6.06598f, 6.77606f, 6.26818f, 6.29235f, 7.28483f, 6.26818f, 7.00000f, 7.28483f, 6.08632f, 5.95431f, 5.25232f, 6.08632f, 5.95431f, 5.80147f, 6.36448f, 6.45084f, 6.42367f, 6.36448f, 7.00000f, 6.42367f, 7.00000f, 6.00000f, 5.00000f, 7.00000f, 6.00000f, 5.54915f, 7.00000f, 6.45084f, 6.00000f, 7.00000f, 7.00000f, 6.00000f, }, { 7.00000f, 6.00000f, 5.00000f, 7.00000f, 6.00000f, 5.54915f, 7.00000f, 6.45084f, 6.00000f, 7.00000f, 7.00000f, 6.00000f, 7.66874f, 6.03343f, 4.81531f, 7.66874f, 6.03343f, 5.36447f, 7.55880f, 6.45084f, 5.62746f, 7.55880f, 7.00000f, 5.62746f, 9.00000f, 6.00000f, 5.50000f, 8.65645f, 5.82822f, 5.63149f, 8.39835f, 6.57583f, 6.15041f, 9.00000f, 7.00000f, 6.00000f, 9.00000f, 6.00000f, 5.50000f, 9.00000f, 6.00000f, 5.50000f, 9.00000f, 7.00000f, 6.00000f, 9.00000f, 7.00000f, 6.00000f, }, { 10.0000f, 11.0000f, 16.0000f, 10.0023f, 9.92533f, 17.3646f, 10.0182f, 8.57346f, 17.9954f, 10.0000f, 7.00000f, 18.0000f, 7.93998f, 10.5043f, 16.6387f, 8.61321f, 9.69225f, 17.6669f, 8.56665f, 8.57346f, 18.3583f, 8.54835f, 7.00000f, 18.3629f, 6.00000f, 11.0000f, 18.0000f, 7.40668f, 10.2558f, 18.7441f, 7.49631f, 8.54969f, 20.0000f, 7.49631f, 7.00000f, 20.0000f, 6.00000f, 11.0000f, 18.0000f, 6.00000f, 11.0000f, 18.0000f, 6.00000f, 8.54969f, 20.0000f, 6.00000f, 7.00000f, 20.0000f, }, { 6.00000f, 11.0000f, 18.0000f, 6.00000f, 11.0000f, 18.0000f, 6.00000f, 8.54969f, 20.0000f, 6.00000f, 7.00000f, 20.0000f, 6.00000f, 11.0000f, 18.0000f, 5.54861f, 10.3555f, 18.6444f, 4.70898f, 8.54969f, 20.0000f, 4.70898f, 7.00000f, 20.0000f, 5.28802f, 11.0938f, 16.7207f, 4.36112f, 10.0964f, 17.7647f, 3.62697f, 8.71582f, 19.1285f, 3.62697f, 7.00000f, 19.1285f, 5.00000f, 11.0000f, 16.0000f, 4.07310f, 10.0025f, 17.0440f, 3.00000f, 8.71582f, 18.0000f, 3.00000f, 7.00000f, 18.0000f, }, { 5.00000f, 11.0000f, 16.0000f, 4.07310f, 10.0025f, 17.0440f, 3.00000f, 8.71582f, 18.0000f, 3.00000f, 7.00000f, 18.0000f, 4.25471f, 10.7570f, 14.1350f, 3.32781f, 9.75961f, 15.1790f, 1.79545f, 8.71582f, 15.8318f, 1.79545f, 7.00000f, 15.8318f, 2.88595f, 10.5928f, 12.5308f, 1.51717f, 10.5754f, 12.7792f, 0.794020f, 8.39124f, 13.4717f, 0.794020f, 7.00000f, 13.4717f, 3.00000f, 10.0000f, 10.6000f, 1.63122f, 9.98265f, 10.8484f, 1.00000f, 8.39124f, 11.0000f, 1.00000f, 7.00000f, 11.0000f, }, { 3.00000f, 10.0000f, 10.6000f, 1.63122f, 9.98265f, 10.8484f, 1.00000f, 8.39124f, 11.0000f, 1.00000f, 7.00000f, 11.0000f, 3.08488f, 9.55876f, 9.16289f, 1.71610f, 9.54142f, 9.41132f, 1.16542f, 8.39124f, 9.01491f, 1.16542f, 7.00000f, 9.01491f, 4.12348f, 8.62203f, 8.14925f, 3.60899f, 8.62203f, 7.63476f, 2.70364f, 7.72759f, 7.51241f, 2.70364f, 7.00000f, 7.51241f, 5.00000f, 8.20000f, 7.00000f, 4.48551f, 8.20000f, 6.48550f, 4.00000f, 7.72759f, 6.00000f, 4.00000f, 7.00000f, 6.00000f, }, { 5.00000f, 8.20000f, 7.00000f, 4.48551f, 8.20000f, 6.48550f, 4.00000f, 7.72759f, 6.00000f, 4.00000f, 7.00000f, 6.00000f, 5.55241f, 7.93401f, 6.27568f, 5.03792f, 7.93401f, 5.76119f, 4.79829f, 7.72759f, 5.06865f, 4.79829f, 7.00000f, 5.06865f, 6.08632f, 8.04568f, 5.25232f, 6.08632f, 8.04568f, 4.69838f, 5.82508f, 7.55393f, 4.35247f, 5.82508f, 7.00000f, 4.35247f, 7.00000f, 8.00000f, 5.00000f, 7.00000f, 8.00000f, 4.44606f, 7.00000f, 7.55393f, 4.00000f, 7.00000f, 7.00000f, 4.00000f, }, { 7.00000f, 8.00000f, 5.00000f, 7.00000f, 8.00000f, 4.44606f, 7.00000f, 7.55393f, 4.00000f, 7.00000f, 7.00000f, 4.00000f, 7.66874f, 7.96656f, 4.81531f, 7.66874f, 7.96656f, 4.26138f, 7.69551f, 7.55393f, 3.79134f, 7.69551f, 7.00000f, 3.79134f, 9.00000f, 8.00000f, 5.50000f, 8.59332f, 8.20333f, 4.83390f, 8.63511f, 7.45005f, 4.22633f, 9.00000f, 7.00000f, 4.50000f, 9.00000f, 8.00000f, 5.50000f, 9.00000f, 8.00000f, 5.50000f, 9.00000f, 7.00000f, 4.50000f, 9.00000f, 7.00000f, 4.50000f, }, { 10.0000f, 8.00000f, 8.00000f, 8.96952f, 9.56035f, 7.67212f, 8.93204f, 10.9320f, 8.00000f, 10.0000f, 12.0000f, 8.00000f, 9.56588f, 8.29735f, 8.68468f, 8.74608f, 9.53870f, 8.42383f, 8.80346f, 10.9758f, 9.37941f, 9.87141f, 12.0438f, 9.37941f, 9.59783f, 8.81331f, 9.40552f, 9.59859f, 10.1923f, 9.77256f, 8.27272f, 11.9399f, 9.68199f, 9.15043f, 12.6614f, 10.0622f, 9.00000f, 9.00000f, 10.0000f, 9.00075f, 10.3789f, 10.3670f, 7.51132f, 11.2958f, 10.3210f, 9.00000f, 12.5000f, 12.0000f, }, { 9.00000f, 9.00000f, 10.0000f, 9.00075f, 10.3789f, 10.3670f, 7.51132f, 11.2958f, 10.3210f, 9.00000f, 12.5000f, 12.0000f, 9.00000f, 9.00000f, 10.0000f, 8.48141f, 10.5411f, 10.8834f, 7.07052f, 10.9228f, 10.6910f, 7.30706f, 11.1052f, 11.4309f, 9.00000f, 9.00000f, 10.0000f, 8.48141f, 10.5411f, 10.8834f, 8.32883f, 10.2840f, 10.9264f, 7.91955f, 10.7550f, 11.3868f, 9.00000f, 9.00000f, 10.0000f, 8.48065f, 9.16217f, 10.5164f, 7.86080f, 9.01240f, 10.5383f, 7.00000f, 9.00000f, 11.0000f, }, { 7.00000f, 9.00000f, 11.0000f, 7.91955f, 10.7550f, 11.3868f, 7.30706f, 11.1052f, 11.4309f, 9.00000f, 12.5000f, 12.0000f, 6.74950f, 10.0653f, 11.6744f, 7.41955f, 11.3303f, 11.9493f, 7.86345f, 11.5343f, 13.1713f, 8.96405f, 12.4448f, 13.3410f, 7.52546f, 10.7873f, 12.9152f, 8.32087f, 11.3878f, 13.7595f, 8.49662f, 12.3274f, 14.3212f, 9.51945f, 12.2157f, 14.4584f, 7.00000f, 11.2000f, 14.0000f, 7.79541f, 11.8004f, 14.8442f, 7.99336f, 11.7065f, 15.1118f, 10.0000f, 11.0000f, 16.0000f, }, { 7.00000f, 11.2000f, 14.0000f, 7.79541f, 11.8004f, 14.8442f, 7.99336f, 11.7065f, 15.1118f, 10.0000f, 11.0000f, 16.0000f, 6.59576f, 11.5174f, 14.8344f, 7.39118f, 12.1179f, 15.6787f, 7.47421f, 11.0661f, 15.9274f, 7.93998f, 10.5043f, 16.6387f, 5.52943f, 11.5697f, 15.4036f, 5.81745f, 11.6636f, 16.1244f, 6.95530f, 11.8030f, 17.1969f, 6.00000f, 11.0000f, 18.0000f, 5.00000f, 11.0000f, 16.0000f, 5.28802f, 11.0938f, 16.7207f, 6.00000f, 11.0000f, 18.0000f, 6.00000f, 11.0000f, 18.0000f, }, { 7.00000f, 11.2000f, 14.0000f, 6.59576f, 11.5174f, 14.8344f, 5.52943f, 11.5697f, 15.4036f, 5.00000f, 11.0000f, 16.0000f, 5.63935f, 10.1728f, 12.5557f, 5.23511f, 10.4902f, 13.3902f, 4.78415f, 11.3268f, 13.5386f, 4.25471f, 10.7570f, 14.1350f, 7.18618f, 9.45391f, 11.1650f, 6.07284f, 10.0018f, 10.3957f, 4.34454f, 10.6113f, 12.2661f, 2.88595f, 10.5928f, 12.5308f, 5.50000f, 7.00000f, 10.0000f, 4.69955f, 8.70113f, 9.44696f, 4.45858f, 10.0184f, 10.3352f, 3.00000f, 10.0000f, 10.6000f, }, { 5.50000f, 7.00000f, 10.0000f, 4.69955f, 8.70113f, 9.44696f, 4.45858f, 10.0184f, 10.3352f, 3.00000f, 10.0000f, 10.6000f, 4.26221f, 7.00000f, 9.14480f, 4.26221f, 8.28692f, 9.14480f, 4.54346f, 9.57725f, 8.89816f, 3.08488f, 9.55876f, 9.16289f, 5.73017f, 7.00000f, 8.71953f, 5.73017f, 7.70764f, 8.71953f, 4.62387f, 8.62203f, 8.64963f, 4.12348f, 8.62203f, 8.14925f, 6.00000f, 7.00000f, 8.00000f, 6.00000f, 7.70764f, 8.00000f, 5.50038f, 8.20000f, 7.50038f, 5.00000f, 8.20000f, 7.00000f, }, { 6.00000f, 7.00000f, 8.00000f, 6.00000f, 7.70764f, 8.00000f, 5.50038f, 8.20000f, 7.50038f, 5.00000f, 8.20000f, 7.00000f, 6.26818f, 7.00000f, 7.28483f, 6.26818f, 7.70764f, 7.28483f, 6.05280f, 7.93401f, 6.77606f, 5.55241f, 7.93401f, 6.27568f, 6.36448f, 7.00000f, 6.42367f, 6.36448f, 7.54915f, 6.42367f, 6.08632f, 8.04568f, 5.80147f, 6.08632f, 8.04568f, 5.25232f, 7.00000f, 7.00000f, 6.00000f, 7.00000f, 7.54915f, 6.00000f, 7.00000f, 8.00000f, 5.54915f, 7.00000f, 8.00000f, 5.00000f, }, { 7.00000f, 7.00000f, 6.00000f, 7.00000f, 7.54915f, 6.00000f, 7.00000f, 8.00000f, 5.54915f, 7.00000f, 8.00000f, 5.00000f, 7.55880f, 7.00000f, 5.62746f, 7.55880f, 7.54915f, 5.62746f, 7.66874f, 7.96656f, 5.36447f, 7.66874f, 7.96656f, 4.81531f, 9.00000f, 7.00000f, 6.00000f, 8.39835f, 7.42416f, 6.15041f, 8.65644f, 8.17177f, 5.63149f, 9.00000f, 8.00000f, 5.50000f, 9.00000f, 7.00000f, 6.00000f, 9.00000f, 7.00000f, 6.00000f, 9.00000f, 8.00000f, 5.50000f, 9.00000f, 8.00000f, 5.50000f, }, { 10.0000f, 6.00000f, 8.00000f, 10.6753f, 7.02258f, 8.21487f, 10.6753f, 6.97741f, 8.21487f, 10.0000f, 8.00000f, 8.00000f, 9.56588f, 5.70264f, 8.68468f, 9.96312f, 6.30414f, 8.81107f, 9.96312f, 7.69585f, 8.81107f, 9.56588f, 8.29735f, 8.68468f, 9.59783f, 5.18668f, 9.40552f, 9.59712f, 6.48744f, 9.05930f, 9.59712f, 7.51255f, 9.05930f, 9.59783f, 8.81331f, 9.40552f, 9.00000f, 5.00000f, 10.0000f, 8.99928f, 6.30075f, 9.65378f, 8.99928f, 7.69924f, 9.65378f, 9.00000f, 9.00000f, 10.0000f, }, { 9.00000f, 5.00000f, 10.0000f, 8.99928f, 6.30075f, 9.65378f, 8.99928f, 7.69924f, 9.65378f, 9.00000f, 9.00000f, 10.0000f, 8.48065f, 4.83782f, 10.5164f, 8.47994f, 6.13857f, 10.1702f, 8.47994f, 7.86142f, 10.1702f, 8.48065f, 9.16217f, 10.5164f, 7.85973f, 4.98761f, 10.5389f, 7.39107f, 6.26389f, 10.1488f, 7.39108f, 7.73610f, 10.1488f, 7.86080f, 9.01240f, 10.5383f, 7.00000f, 5.00000f, 11.0000f, 6.60445f, 6.86590f, 10.2723f, 6.60445f, 7.13409f, 10.2723f, 7.00000f, 9.00000f, 11.0000f, }, { 5.50000f, 7.00000f, 10.0000f, 7.17220f, 4.74482f, 11.1553f, 6.28350f, 6.33090f, 10.7170f, 7.00000f, 5.00000f, 11.0000f, 5.50000f, 7.00000f, 10.0000f, 6.57446f, 7.00000f, 10.7423f, 6.27560f, 7.11757f, 10.3239f, 6.60445f, 6.86590f, 10.2723f, 5.50000f, 7.00000f, 10.0000f, 6.57446f, 7.00000f, 10.7423f, 6.27560f, 6.88242f, 10.3238f, 6.60445f, 7.13409f, 10.2723f, 5.50000f, 7.00000f, 10.0000f, 7.16443f, 9.24469f, 11.1499f, 6.28292f, 7.66800f, 10.7168f, 7.00000f, 9.00000f, 11.0000f, }, { 7.00000f, 2.80000f, 14.0000f, 7.52117f, 3.19943f, 12.9181f, 6.75115f, 3.94166f, 11.6699f, 7.00000f, 5.00000f, 11.0000f, 7.00000f, 2.80000f, 14.0000f, 6.26568f, 4.44134f, 11.5221f, 6.29894f, 4.79533f, 11.4844f, 6.28350f, 6.33090f, 10.7170f, 7.00000f, 2.80000f, 14.0000f, 6.26568f, 4.44134f, 11.5221f, 7.22445f, 4.54771f, 11.1914f, 7.17220f, 4.74482f, 11.1553f, 7.00000f, 2.80000f, 14.0000f, 5.74450f, 4.04191f, 12.6039f, 7.19502f, 4.53322f, 11.1711f, 5.50000f, 7.00000f, 10.0000f, }, { 7.00000f, 11.2000f, 14.0000f, 5.63935f, 10.1728f, 12.5557f, 7.18618f, 9.45391f, 11.1650f, 5.50000f, 7.00000f, 10.0000f, 7.00000f, 11.2000f, 14.0000f, 6.16481f, 9.76016f, 11.4710f, 7.21561f, 9.43943f, 11.1853f, 7.16443f, 9.24469f, 11.1499f, 7.00000f, 11.2000f, 14.0000f, 6.16481f, 9.76016f, 11.4710f, 6.29730f, 9.21164f, 11.4888f, 6.28292f, 7.66800f, 10.7168f, 7.00000f, 11.2000f, 14.0000f, 7.52546f, 10.7873f, 12.9152f, 6.74950f, 10.0653f, 11.6744f, 7.00000f, 9.00000f, 11.0000f, }, { 6.00000f, 4.00000f, 18.0000f, 6.17178f, 3.61615f, 18.9501f, 7.00000f, 2.00000f, 20.0000f, 7.00000f, 2.00000f, 20.0000f, 5.82238f, 3.78567f, 15.7951f, 5.99416f, 3.40183f, 16.7453f, 6.36326f, 1.62520f, 19.4440f, 7.00000f, 2.00000f, 20.0000f, 6.99191f, -0.0338653f, 16.2383f, 7.06775f, -0.0553456f, 17.3163f, 6.99797f, -0.708357f, 18.6050f, 7.50000f, -1.00000f, 19.0000f, 8.00000f, -2.00000f, 16.0000f, 8.07584f, -2.02148f, 17.0779f, 7.50000f, -1.00000f, 19.0000f, 7.50000f, -1.00000f, 19.0000f, }, { 6.00000f, 4.00000f, 18.0000f, 5.82238f, 3.78567f, 15.7951f, 6.99191f, -0.0338653f, 16.2383f, 8.00000f, -2.00000f, 16.0000f, 5.77637f, 4.49967f, 16.7631f, 5.59875f, 4.28535f, 14.5582f, 6.86100f, 0.00320839f, 14.3779f, 7.86909f, -1.96292f, 14.1395f, 5.91173f, 4.38739f, 15.2929f, 5.55206f, 2.71906f, 15.1499f, 6.48478f, 0.0405683f, 12.5429f, 7.05435f, -1.47828f, 11.9935f, 6.00000f, 4.00000f, 14.0000f, 5.64033f, 2.33167f, 13.8569f, 5.93043f, 1.51884f, 11.5493f, 6.50000f, 0.00000f, 11.0000f, }, { 6.00000f, 4.00000f, 14.0000f, 5.64033f, 2.33167f, 13.8569f, 5.93043f, 1.51884f, 11.5493f, 6.50000f, 0.00000f, 11.0000f, 6.00000f, 4.00000f, 14.0000f, 5.72105f, 1.97742f, 12.6746f, 5.71956f, 2.08115f, 11.1714f, 6.28913f, 0.562308f, 10.6220f, 6.00000f, 4.00000f, 14.0000f, 5.72105f, 1.97742f, 12.6746f, 5.95300f, 2.11991f, 11.7283f, 6.50000f, 2.00000f, 11.0000f, 6.00000f, 4.00000f, 14.0000f, 6.08071f, 3.64575f, 12.8176f, 6.50000f, 2.00000f, 11.0000f, 6.50000f, 2.00000f, 11.0000f, }, { 7.00000f, 4.00000f, 18.0000f, 8.01538f, 2.03531f, 17.7856f, 9.25405f, -1.57894f, 18.1668f, 9.00000f, -2.00000f, 16.0000f, 7.27289f, 3.61974f, 18.9768f, 8.28828f, 1.65505f, 18.7624f, 9.43541f, -1.59908f, 19.2725f, 9.18135f, -2.02014f, 17.1057f, 8.50000f, 2.00000f, 20.0000f, 8.88419f, 1.96998f, 19.2616f, 9.44404f, -0.614553f, 18.6694f, 9.00000f, -1.00000f, 19.0000f, 8.50000f, 2.00000f, 20.0000f, 8.50000f, 2.00000f, 20.0000f, 9.00000f, -1.00000f, 19.0000f, 9.00000f, -1.00000f, 19.0000f, }, { 9.00000f, -2.00000f, 16.0000f, 9.25405f, -1.57894f, 18.1668f, 8.01538f, 2.03531f, 17.7856f, 7.00000f, 4.00000f, 18.0000f, 8.69788f, -1.96644f, 14.1579f, 8.95194f, -1.54538f, 16.3247f, 7.67925f, 2.50367f, 16.5825f, 6.66387f, 4.46835f, 16.7968f, 7.84657f, -1.53663f, 12.0021f, 8.19383f, -0.932816f, 13.5421f, 7.49810f, 2.87203f, 14.8067f, 6.90135f, 4.38271f, 15.2742f, 7.50000f, 0.00000f, 11.0000f, 7.84726f, 0.603817f, 12.5400f, 7.59675f, 2.48932f, 13.5324f, 7.00000f, 4.00000f, 14.0000f, }, { 7.50000f, 0.00000f, 11.0000f, 7.84726f, 0.603817f, 12.5400f, 7.59675f, 2.48932f, 13.5324f, 7.00000f, 4.00000f, 14.0000f, 7.50000f, 0.00000f, 11.0000f, 7.72215f, 1.15853f, 12.1782f, 7.68730f, 2.13801f, 12.3627f, 7.09055f, 3.64868f, 12.8302f, 7.50000f, 0.00000f, 11.0000f, 7.72215f, 1.15853f, 12.1782f, 7.80364f, 2.19032f, 11.7976f, 7.50000f, 2.00000f, 11.0000f, 7.50000f, 0.00000f, 11.0000f, 7.37488f, 0.554718f, 10.6382f, 7.50000f, 2.00000f, 11.0000f, 7.50000f, 2.00000f, 11.0000f, }, { 6.00000f, 4.00000f, 18.0000f, 6.04662f, 4.05625f, 18.5787f, 6.73343f, 4.51577f, 18.0562f, 7.00000f, 4.00000f, 18.0000f, 6.17178f, 3.61615f, 18.9501f, 6.21840f, 3.67240f, 19.5288f, 7.00633f, 4.13552f, 19.0331f, 7.27289f, 3.61974f, 18.9768f, 7.00000f, 2.00000f, 20.0000f, 6.87917f, 2.69654f, 19.9349f, 7.96063f, 3.27172f, 19.8070f, 8.50000f, 2.00000f, 20.0000f, 7.00000f, 2.00000f, 20.0000f, 7.00000f, 2.00000f, 20.0000f, 8.50000f, 2.00000f, 20.0000f, 8.50000f, 2.00000f, 20.0000f, }, { 7.00000f, 2.00000f, 20.0000f, 7.00000f, 2.00000f, 20.0000f, 8.50000f, 2.00000f, 20.0000f, 8.50000f, 2.00000f, 20.0000f, 7.00000f, 2.00000f, 20.0000f, 7.42866f, 0.886911f, 20.3024f, 8.71101f, 1.41080f, 20.1671f, 8.50000f, 2.00000f, 20.0000f, 7.50000f, -1.00000f, 19.0000f, 7.50022f, -0.462675f, 19.7526f, 8.73395f, -0.336419f, 19.9299f, 9.00000f, -1.00000f, 19.0000f, 7.50000f, -1.00000f, 19.0000f, 7.50000f, -1.00000f, 19.0000f, 9.00000f, -1.00000f, 19.0000f, 9.00000f, -1.00000f, 19.0000f, }, { 7.50000f, -1.00000f, 19.0000f, 7.50000f, -1.00000f, 19.0000f, 9.00000f, -1.00000f, 19.0000f, 9.00000f, -1.00000f, 19.0000f, 7.50000f, -1.00000f, 19.0000f, 7.86286f, -1.90036f, 18.3200f, 8.92549f, -1.83744f, 18.4231f, 9.00000f, -1.00000f, 19.0000f, 8.07584f, -2.02148f, 17.0779f, 8.34116f, -2.53894f, 17.0151f, 9.11447f, -2.13097f, 16.5353f, 9.18135f, -2.02014f, 17.1057f, 8.00000f, -2.00000f, 16.0000f, 8.26531f, -2.51746f, 15.9372f, 8.93312f, -2.11083f, 15.4296f, 9.00000f, -2.00000f, 16.0000f, }, { 8.00000f, -2.00000f, 16.0000f, 8.26531f, -2.51746f, 15.9372f, 8.93312f, -2.11083f, 15.4296f, 9.00000f, -2.00000f, 16.0000f, 7.86909f, -1.96292f, 14.1395f, 8.13441f, -2.48038f, 14.0768f, 8.63100f, -2.07728f, 13.5875f, 8.69788f, -1.96644f, 14.1579f, 7.05435f, -1.47828f, 11.9935f, 7.24070f, -1.97520f, 11.8138f, 7.73145f, -1.73680f, 11.4916f, 7.84657f, -1.53663f, 12.0021f, 6.50000f, 0.00000f, 11.0000f, 6.68634f, -0.496919f, 10.8202f, 7.38487f, -0.200171f, 10.4894f, 7.50000f, 0.00000f, 11.0000f, }, { 6.50000f, 0.00000f, 11.0000f, 6.68634f, -0.496919f, 10.8202f, 7.38487f, -0.200171f, 10.4894f, 7.50000f, 0.00000f, 11.0000f, 6.28913f, 0.562308f, 10.6220f, 6.47547f, 0.0653883f, 10.4423f, 7.25976f, 0.354546f, 10.1277f, 7.37488f, 0.554718f, 10.6382f, 6.50000f, 2.00000f, 11.0000f, 6.58882f, 1.48812f, 10.5862f, 7.51059f, 1.62025f, 10.6414f, 7.50000f, 2.00000f, 11.0000f, 6.50000f, 2.00000f, 11.0000f, 6.50000f, 2.00000f, 11.0000f, 7.50000f, 2.00000f, 11.0000f, 7.50000f, 2.00000f, 11.0000f, }, { 6.50000f, 2.00000f, 11.0000f, 6.50000f, 2.00000f, 11.0000f, 7.50000f, 2.00000f, 11.0000f, 7.50000f, 2.00000f, 11.0000f, 6.50000f, 2.00000f, 11.0000f, 6.43274f, 2.93280f, 11.6403f, 7.32203f, 3.04107f, 11.6851f, 7.50000f, 2.00000f, 11.0000f, 6.08071f, 3.64575f, 12.8176f, 6.18741f, 4.14071f, 12.8601f, 6.91115f, 4.10281f, 12.9708f, 7.09055f, 3.64868f, 12.8302f, 6.00000f, 4.00000f, 14.0000f, 6.10670f, 4.49495f, 14.0424f, 6.82060f, 4.45412f, 14.1405f, 7.00000f, 4.00000f, 14.0000f, }, { 6.00000f, 4.00000f, 14.0000f, 6.10670f, 4.49495f, 14.0424f, 6.82060f, 4.45412f, 14.1405f, 7.00000f, 4.00000f, 14.0000f, 5.91173f, 4.38739f, 15.2929f, 6.01843f, 4.88234f, 15.3353f, 6.72196f, 4.83683f, 15.4148f, 6.90135f, 4.38271f, 15.2742f, 5.77637f, 4.49967f, 16.7631f, 5.82299f, 4.55593f, 17.3418f, 6.39731f, 4.98413f, 16.8531f, 6.66387f, 4.46835f, 16.7968f, 6.00000f, 4.00000f, 18.0000f, 6.04662f, 4.05625f, 18.5787f, 6.73343f, 4.51577f, 18.0562f, 7.00000f, 4.00000f, 18.0000f, }, { 6.00000f, 10.0000f, 18.0000f, 6.17178f, 10.3839f, 18.9501f, 7.00000f, 12.0000f, 20.0000f, 7.00000f, 12.0000f, 20.0000f, 5.82238f, 10.2143f, 15.7951f, 5.99416f, 10.5982f, 16.7453f, 6.36326f, 12.3748f, 19.4440f, 7.00000f, 12.0000f, 20.0000f, 6.99191f, 14.0339f, 16.2383f, 7.06775f, 14.0553f, 17.3163f, 6.99797f, 14.7084f, 18.6050f, 7.50000f, 15.0000f, 19.0000f, 8.00000f, 16.0000f, 16.0000f, 8.07584f, 16.0215f, 17.0779f, 7.50000f, 15.0000f, 19.0000f, 7.50000f, 15.0000f, 19.0000f, }, { 6.00000f, 10.0000f, 18.0000f, 5.82238f, 10.2143f, 15.7951f, 6.99191f, 14.0339f, 16.2383f, 8.00000f, 16.0000f, 16.0000f, 5.77637f, 9.50033f, 16.7631f, 5.59875f, 9.71465f, 14.5582f, 6.86100f, 13.9968f, 14.3779f, 7.86909f, 15.9629f, 14.1395f, 5.91173f, 9.61261f, 15.2929f, 5.55206f, 11.2809f, 15.1499f, 6.48478f, 13.9594f, 12.5429f, 7.05435f, 15.4783f, 11.9935f, 6.00000f, 10.0000f, 14.0000f, 5.64033f, 11.6683f, 13.8569f, 5.93043f, 12.4812f, 11.5493f, 6.50000f, 14.0000f, 11.0000f, }, { 6.00000f, 10.0000f, 14.0000f, 5.64033f, 11.6683f, 13.8569f, 5.93043f, 12.4812f, 11.5493f, 6.50000f, 14.0000f, 11.0000f, 6.00000f, 10.0000f, 14.0000f, 5.72105f, 12.0226f, 12.6746f, 5.71956f, 11.9188f, 11.1714f, 6.28913f, 13.4377f, 10.6220f, 6.00000f, 10.0000f, 14.0000f, 5.72105f, 12.0226f, 12.6746f, 5.95300f, 11.8801f, 11.7283f, 6.50000f, 12.0000f, 11.0000f, 6.00000f, 10.0000f, 14.0000f, 6.08071f, 10.3542f, 12.8176f, 6.50000f, 12.0000f, 11.0000f, 6.50000f, 12.0000f, 11.0000f, }, { 7.00000f, 10.0000f, 18.0000f, 8.01538f, 11.9647f, 17.7856f, 9.25405f, 15.5789f, 18.1668f, 9.00000f, 16.0000f, 16.0000f, 7.27289f, 10.3803f, 18.9768f, 8.28828f, 12.3449f, 18.7624f, 9.43541f, 15.5991f, 19.2725f, 9.18135f, 16.0201f, 17.1057f, 8.50000f, 12.0000f, 20.0000f, 8.88419f, 12.0300f, 19.2616f, 9.44404f, 14.6146f, 18.6694f, 9.00000f, 15.0000f, 19.0000f, 8.50000f, 12.0000f, 20.0000f, 8.50000f, 12.0000f, 20.0000f, 9.00000f, 15.0000f, 19.0000f, 9.00000f, 15.0000f, 19.0000f, }, { 9.00000f, 16.0000f, 16.0000f, 9.25405f, 15.5789f, 18.1668f, 8.01538f, 11.9647f, 17.7856f, 7.00000f, 10.0000f, 18.0000f, 8.69788f, 15.9664f, 14.1579f, 8.95194f, 15.5454f, 16.3247f, 7.67925f, 11.4963f, 16.5825f, 6.66387f, 9.53165f, 16.7968f, 7.84657f, 15.5366f, 12.0021f, 8.19383f, 14.9328f, 13.5421f, 7.49810f, 11.1280f, 14.8067f, 6.90135f, 9.61729f, 15.2742f, 7.50000f, 14.0000f, 11.0000f, 7.84726f, 13.3962f, 12.5400f, 7.59675f, 11.5107f, 13.5324f, 7.00000f, 10.0000f, 14.0000f, }, { 7.50000f, 14.0000f, 11.0000f, 7.84726f, 13.3962f, 12.5400f, 7.59675f, 11.5107f, 13.5324f, 7.00000f, 10.0000f, 14.0000f, 7.50000f, 14.0000f, 11.0000f, 7.72215f, 12.8415f, 12.1782f, 7.68730f, 11.8620f, 12.3627f, 7.09055f, 10.3513f, 12.8302f, 7.50000f, 14.0000f, 11.0000f, 7.72215f, 12.8415f, 12.1782f, 7.80364f, 11.8097f, 11.7976f, 7.50000f, 12.0000f, 11.0000f, 7.50000f, 14.0000f, 11.0000f, 7.37488f, 13.4453f, 10.6382f, 7.50000f, 12.0000f, 11.0000f, 7.50000f, 12.0000f, 11.0000f, }, { 6.00000f, 10.0000f, 18.0000f, 6.04662f, 9.94375f, 18.5787f, 6.73343f, 9.48423f, 18.0562f, 7.00000f, 10.0000f, 18.0000f, 6.17178f, 10.3839f, 18.9501f, 6.21840f, 10.3276f, 19.5288f, 7.00633f, 9.86448f, 19.0331f, 7.27289f, 10.3803f, 18.9768f, 7.00000f, 12.0000f, 20.0000f, 6.87917f, 11.3035f, 19.9349f, 7.96063f, 10.7283f, 19.8070f, 8.50000f, 12.0000f, 20.0000f, 7.00000f, 12.0000f, 20.0000f, 7.00000f, 12.0000f, 20.0000f, 8.50000f, 12.0000f, 20.0000f, 8.50000f, 12.0000f, 20.0000f, }, { 7.00000f, 12.0000f, 20.0000f, 7.00000f, 12.0000f, 20.0000f, 8.50000f, 12.0000f, 20.0000f, 8.50000f, 12.0000f, 20.0000f, 7.00000f, 12.0000f, 20.0000f, 7.42866f, 13.1131f, 20.3024f, 8.71101f, 12.5892f, 20.1671f, 8.50000f, 12.0000f, 20.0000f, 7.50000f, 15.0000f, 19.0000f, 7.50022f, 14.4627f, 19.7526f, 8.73395f, 14.3364f, 19.9299f, 9.00000f, 15.0000f, 19.0000f, 7.50000f, 15.0000f, 19.0000f, 7.50000f, 15.0000f, 19.0000f, 9.00000f, 15.0000f, 19.0000f, 9.00000f, 15.0000f, 19.0000f, }, { 7.50000f, 15.0000f, 19.0000f, 7.50000f, 15.0000f, 19.0000f, 9.00000f, 15.0000f, 19.0000f, 9.00000f, 15.0000f, 19.0000f, 7.50000f, 15.0000f, 19.0000f, 7.86286f, 15.9004f, 18.3200f, 8.92549f, 15.8374f, 18.4231f, 9.00000f, 15.0000f, 19.0000f, 8.07584f, 16.0215f, 17.0779f, 8.34116f, 16.5389f, 17.0151f, 9.11447f, 16.1310f, 16.5353f, 9.18135f, 16.0201f, 17.1057f, 8.00000f, 16.0000f, 16.0000f, 8.26531f, 16.5175f, 15.9372f, 8.93312f, 16.1108f, 15.4296f, 9.00000f, 16.0000f, 16.0000f, }, { 8.00000f, 16.0000f, 16.0000f, 8.26531f, 16.5175f, 15.9372f, 8.93312f, 16.1108f, 15.4296f, 9.00000f, 16.0000f, 16.0000f, 7.86909f, 15.9629f, 14.1395f, 8.13441f, 16.4804f, 14.0768f, 8.63100f, 16.0773f, 13.5875f, 8.69788f, 15.9664f, 14.1579f, 7.05435f, 15.4783f, 11.9935f, 7.24070f, 15.9752f, 11.8138f, 7.73145f, 15.7368f, 11.4916f, 7.84657f, 15.5366f, 12.0021f, 6.50000f, 14.0000f, 11.0000f, 6.68634f, 14.4969f, 10.8202f, 7.38487f, 14.2002f, 10.4894f, 7.50000f, 14.0000f, 11.0000f, }, { 6.50000f, 14.0000f, 11.0000f, 6.68634f, 14.4969f, 10.8202f, 7.38487f, 14.2002f, 10.4894f, 7.50000f, 14.0000f, 11.0000f, 6.28913f, 13.4377f, 10.6220f, 6.47547f, 13.9346f, 10.4423f, 7.25976f, 13.6455f, 10.1277f, 7.37488f, 13.4453f, 10.6382f, 6.50000f, 12.0000f, 11.0000f, 6.58882f, 12.5119f, 10.5862f, 7.51059f, 12.3798f, 10.6414f, 7.50000f, 12.0000f, 11.0000f, 6.50000f, 12.0000f, 11.0000f, 6.50000f, 12.0000f, 11.0000f, 7.50000f, 12.0000f, 11.0000f, 7.50000f, 12.0000f, 11.0000f, }, { 6.50000f, 12.0000f, 11.0000f, 6.50000f, 12.0000f, 11.0000f, 7.50000f, 12.0000f, 11.0000f, 7.50000f, 12.0000f, 11.0000f, 6.50000f, 12.0000f, 11.0000f, 6.43274f, 11.0672f, 11.6403f, 7.32203f, 10.9589f, 11.6851f, 7.50000f, 12.0000f, 11.0000f, 6.08071f, 10.3542f, 12.8176f, 6.18741f, 9.85929f, 12.8601f, 6.91115f, 9.89719f, 12.9708f, 7.09055f, 10.3513f, 12.8302f, 6.00000f, 10.0000f, 14.0000f, 6.10670f, 9.50505f, 14.0424f, 6.82060f, 9.54588f, 14.1405f, 7.00000f, 10.0000f, 14.0000f, }, { 6.00000f, 10.0000f, 14.0000f, 6.10670f, 9.50505f, 14.0424f, 6.82060f, 9.54588f, 14.1405f, 7.00000f, 10.0000f, 14.0000f, 5.91173f, 9.61261f, 15.2929f, 6.01843f, 9.11766f, 15.3353f, 6.72196f, 9.16317f, 15.4148f, 6.90135f, 9.61729f, 15.2742f, 5.77637f, 9.50033f, 16.7631f, 5.82299f, 9.44407f, 17.3418f, 6.39731f, 9.01587f, 16.8531f, 6.66387f, 9.53165f, 16.7968f, 6.00000f, 10.0000f, 18.0000f, 6.04662f, 9.94375f, 18.5787f, 6.73343f, 9.48423f, 18.0562f, 7.00000f, 10.0000f, 18.0000f, }, { 6.82446f, 3.34549f, 10.8660f, 6.82446f, 3.34549f, 10.8660f, 5.66811f, 2.92579f, 9.10044f, 4.82907f, 2.69715f, 8.50000f, 6.83869f, 3.07901f, 11.1571f, 6.17186f, 2.86235f, 10.3664f, 5.62209f, 2.62022f, 9.33980f, 4.78305f, 2.39159f, 8.73936f, 6.49405f, 2.96703f, 11.4410f, 5.82862f, 2.75082f, 10.6519f, 5.35977f, 2.53062f, 9.79425f, 4.57038f, 2.32249f, 9.12667f, 6.34893f, 3.19098f, 11.7321f, 6.34893f, 3.19098f, 11.7321f, 5.14293f, 2.75078f, 10.0336f, 4.35354f, 2.54264f, 9.36603f, }, { 6.34893f, 3.19098f, 11.7321f, 6.34893f, 3.19098f, 11.7321f, 5.14293f, 2.75078f, 10.0336f, 4.35354f, 2.54264f, 9.36603f, 6.07309f, 3.39608f, 11.9085f, 5.40766f, 3.17987f, 11.1194f, 4.92723f, 2.96978f, 10.2717f, 4.13785f, 2.76165f, 9.60412f, 5.93731f, 3.81398f, 11.9085f, 5.27188f, 3.59776f, 11.1194f, 4.75971f, 3.48534f, 10.2717f, 3.99875f, 3.18974f, 9.60412f, 6.03992f, 4.14204f, 11.7321f, 6.03992f, 4.14204f, 11.7321f, 4.80549f, 3.78930f, 10.0336f, 4.04453f, 3.49370f, 9.36603f, }, { 6.03992f, 4.14204f, 11.7321f, 6.03992f, 4.14204f, 11.7321f, 4.80549f, 3.78930f, 10.0336f, 4.04453f, 3.49370f, 9.36603f, 6.02569f, 4.40851f, 11.4410f, 5.36025f, 4.19230f, 10.6519f, 4.85151f, 4.09486f, 9.79425f, 4.09055f, 3.79926f, 9.12667f, 6.37033f, 4.52049f, 11.1571f, 5.70350f, 4.30383f, 10.3664f, 5.11641f, 4.17656f, 9.33980f, 4.30322f, 3.86836f, 8.73936f, 6.51544f, 4.29655f, 10.8660f, 6.51544f, 4.29655f, 10.8660f, 5.33324f, 3.95640f, 9.10044f, 4.52006f, 3.64821f, 8.50000f, }, { 6.51544f, 4.29655f, 10.8660f, 6.51544f, 4.29655f, 10.8660f, 5.33324f, 3.95640f, 9.10044f, 4.52006f, 3.64821f, 8.50000f, 6.79128f, 4.09145f, 10.6896f, 6.12445f, 3.87478f, 9.89891f, 5.54985f, 3.73649f, 8.86133f, 4.73666f, 3.42829f, 8.26090f, 6.92707f, 3.67355f, 10.6896f, 6.26023f, 3.45689f, 9.89891f, 5.71408f, 3.23103f, 8.86133f, 4.87505f, 3.00239f, 8.26090f, 6.82446f, 3.34549f, 10.8660f, 6.82446f, 3.34549f, 10.8660f, 5.66811f, 2.92579f, 9.10044f, 4.82907f, 2.69715f, 8.50000f, }, { 4.82907f, 2.69715f, 8.50000f, 4.01638f, 2.47569f, 7.91842f, 2.04314f, 2.05481f, 7.43301f, 2.04314f, 2.05481f, 7.43301f, 4.78305f, 2.39159f, 8.73936f, 3.97036f, 2.17013f, 8.15778f, 2.94601f, 2.05055f, 7.80752f, 2.04314f, 2.05481f, 7.43301f, 4.57038f, 2.32249f, 9.12667f, 3.81921f, 2.12442f, 8.49139f, 2.70969f, 1.96031f, 8.29323f, 1.80537f, 1.97756f, 7.86603f, 4.35354f, 2.54264f, 9.36603f, 3.60237f, 2.34458f, 8.73075f, 1.80537f, 1.97756f, 7.86603f, 1.80537f, 1.97756f, 7.86603f, }, { 4.35354f, 2.54264f, 9.36603f, 3.60237f, 2.34458f, 8.73075f, 1.80537f, 1.97756f, 7.86603f, 1.80537f, 1.97756f, 7.86603f, 4.13785f, 2.76165f, 9.60412f, 3.38667f, 2.56358f, 8.96885f, 2.49788f, 2.17525f, 8.52685f, 1.80537f, 1.97756f, 7.86603f, 3.99875f, 3.18974f, 9.60412f, 3.27462f, 2.90844f, 8.96886f, 2.32732f, 2.70019f, 8.52685f, 1.65086f, 2.45308f, 7.86603f, 4.04453f, 3.49370f, 9.36603f, 3.32040f, 3.21241f, 8.73076f, 1.65086f, 2.45308f, 7.86603f, 1.65086f, 2.45308f, 7.86603f, }, { 4.04453f, 3.49370f, 9.36603f, 3.32040f, 3.21241f, 8.73076f, 1.65086f, 2.45308f, 7.86603f, 1.65086f, 2.45308f, 7.86603f, 4.09055f, 3.79926f, 9.12667f, 3.36642f, 3.51797f, 8.49140f, 2.37234f, 2.99857f, 8.29323f, 1.65086f, 2.45308f, 7.86603f, 4.30322f, 3.86836f, 8.73936f, 3.51557f, 3.56984f, 8.15778f, 2.61656f, 3.06448f, 7.80752f, 1.88863f, 2.53034f, 7.43301f, 4.52006f, 3.64821f, 8.50000f, 3.73241f, 3.34968f, 7.91842f, 1.88863f, 2.53034f, 7.43301f, 1.88863f, 2.53034f, 7.43301f, }, { 4.52006f, 3.64821f, 8.50000f, 3.73241f, 3.34968f, 7.91842f, 1.88863f, 2.53034f, 7.43301f, 1.88863f, 2.53034f, 7.43301f, 4.73666f, 3.42829f, 8.26090f, 3.94901f, 3.12976f, 7.67932f, 2.82260f, 2.85571f, 7.58047f, 1.88863f, 2.53034f, 7.43301f, 4.87505f, 3.00239f, 8.26090f, 4.06236f, 2.78093f, 7.67932f, 2.98998f, 2.34056f, 7.58047f, 2.04314f, 2.05481f, 7.43301f, 4.82907f, 2.69715f, 8.50000f, 4.01638f, 2.47569f, 7.91842f, 2.04314f, 2.05481f, 7.43301f, 2.04314f, 2.05481f, 7.43301f, }, { 1.80537f, 1.97756f, 7.86603f, 1.80537f, 1.97756f, 7.86603f, 2.04314f, 2.05481f, 7.43301f, 2.04314f, 2.05481f, 7.43301f, 1.80537f, 1.97756f, 7.86603f, 1.75245f, 1.96950f, 7.82668f, 1.94375f, 2.04371f, 7.40157f, 2.04314f, 2.05481f, 7.43301f, 1.65086f, 2.45308f, 7.86603f, 1.60331f, 2.42850f, 7.82668f, 1.80169f, 2.48090f, 7.40157f, 1.88863f, 2.53034f, 7.43301f, 1.65086f, 2.45308f, 7.86603f, 1.65086f, 2.45308f, 7.86603f, 1.88863f, 2.53034f, 7.43301f, 1.88863f, 2.53034f, 7.43301f, }, { 6.82446f, 9.15451f, 10.8660f, 6.82446f, 9.15451f, 10.8660f, 5.64226f, 9.49465f, 9.10044f, 4.82907f, 9.80285f, 8.50000f, 6.67934f, 8.93056f, 11.1571f, 6.01251f, 9.14723f, 10.3664f, 5.42542f, 9.27449f, 9.33980f, 4.61223f, 9.58269f, 8.73936f, 6.33470f, 9.04254f, 11.4410f, 5.66927f, 9.25875f, 10.6519f, 5.16053f, 9.35619f, 9.79425f, 4.39957f, 9.65179f, 9.12667f, 6.34893f, 9.30902f, 11.7321f, 6.34893f, 9.30902f, 11.7321f, 5.11451f, 9.66176f, 10.0336f, 4.35354f, 9.95736f, 9.36603f, }, { 6.34893f, 9.30902f, 11.7321f, 6.34893f, 9.30902f, 11.7321f, 5.11451f, 9.66176f, 10.0336f, 4.35354f, 9.95736f, 9.36603f, 6.24633f, 9.63708f, 11.9085f, 5.58090f, 9.85329f, 11.1194f, 5.06873f, 9.96572f, 10.2717f, 4.30777f, 10.2613f, 9.60412f, 6.38211f, 10.0550f, 11.9085f, 5.71668f, 10.2712f, 11.1194f, 5.23624f, 10.4813f, 10.2717f, 4.44686f, 10.6894f, 9.60412f, 6.65795f, 10.2601f, 11.7321f, 6.65795f, 10.2601f, 11.7321f, 5.45194f, 10.7003f, 10.0336f, 4.66256f, 10.9084f, 9.36603f, }, { 6.65795f, 10.2601f, 11.7321f, 6.65795f, 10.2601f, 11.7321f, 5.45194f, 10.7003f, 10.0336f, 4.66256f, 10.9084f, 9.36603f, 6.80307f, 10.4840f, 11.4410f, 6.13764f, 10.7002f, 10.6519f, 5.66878f, 10.9204f, 9.79425f, 4.87940f, 11.1286f, 9.12667f, 7.14771f, 10.3720f, 11.1571f, 6.48088f, 10.5887f, 10.3664f, 5.93110f, 10.8308f, 9.33980f, 5.09207f, 11.0595f, 8.73936f, 7.13348f, 10.1056f, 10.8660f, 7.13348f, 10.1056f, 10.8660f, 5.97713f, 10.5253f, 9.10044f, 5.13809f, 10.7539f, 8.50000f, }, { 7.13348f, 10.1056f, 10.8660f, 7.13348f, 10.1056f, 10.8660f, 5.97713f, 10.5253f, 9.10044f, 5.13809f, 10.7539f, 8.50000f, 7.23608f, 9.77750f, 10.6896f, 6.56925f, 9.99417f, 9.89891f, 6.02310f, 10.2200f, 8.86133f, 5.18406f, 10.4487f, 8.26090f, 7.10030f, 9.35961f, 10.6896f, 6.43347f, 9.57627f, 9.89891f, 5.85887f, 9.71457f, 8.86133f, 5.04568f, 10.0228f, 8.26090f, 6.82446f, 9.15451f, 10.8660f, 6.82446f, 9.15451f, 10.8660f, 5.64226f, 9.49465f, 9.10044f, 4.82907f, 9.80285f, 8.50000f, }, { 4.82907f, 9.80285f, 8.50000f, 4.04142f, 10.1014f, 7.91842f, 2.19765f, 10.9207f, 7.43301f, 2.19765f, 10.9207f, 7.43301f, 4.61223f, 9.58269f, 8.73936f, 3.82458f, 9.88122f, 8.15778f, 2.92558f, 10.3866f, 7.80752f, 2.19765f, 10.9207f, 7.43301f, 4.39957f, 9.65179f, 9.12667f, 3.67543f, 9.93309f, 8.49139f, 2.68136f, 10.4525f, 8.29323f, 1.95988f, 10.9980f, 7.86603f, 4.35354f, 9.95736f, 9.36603f, 3.62941f, 10.2387f, 8.73075f, 1.95988f, 10.9980f, 7.86603f, 1.95988f, 10.9980f, 7.86603f, }, { 4.35354f, 9.95736f, 9.36603f, 3.62941f, 10.2387f, 8.73075f, 1.95988f, 10.9980f, 7.86603f, 1.95988f, 10.9980f, 7.86603f, 4.30777f, 10.2613f, 9.60412f, 3.58363f, 10.5426f, 8.96885f, 2.63633f, 10.7509f, 8.52685f, 1.95988f, 10.9980f, 7.86603f, 4.44686f, 10.6894f, 9.60412f, 3.69569f, 10.8875f, 8.96886f, 2.80690f, 11.2758f, 8.52685f, 2.11439f, 11.4735f, 7.86603f, 4.66256f, 10.9084f, 9.36603f, 3.91139f, 11.1065f, 8.73076f, 2.11439f, 11.4735f, 7.86603f, 2.11439f, 11.4735f, 7.86603f, }, { 4.66256f, 10.9084f, 9.36603f, 3.91139f, 11.1065f, 8.73076f, 2.11439f, 11.4735f, 7.86603f, 2.11439f, 11.4735f, 7.86603f, 4.87940f, 11.1286f, 9.12667f, 4.12823f, 11.3266f, 8.49140f, 3.01871f, 11.4907f, 8.29323f, 2.11439f, 11.4735f, 7.86603f, 5.09207f, 11.0595f, 8.73936f, 4.27938f, 11.2809f, 8.15778f, 3.25502f, 11.4005f, 7.80752f, 2.35215f, 11.3962f, 7.43301f, 5.13809f, 10.7539f, 8.50000f, 4.32540f, 10.9754f, 7.91842f, 2.35215f, 11.3962f, 7.43301f, 2.35215f, 11.3962f, 7.43301f, }, { 5.13809f, 10.7539f, 8.50000f, 4.32540f, 10.9754f, 7.91842f, 2.35215f, 11.3962f, 7.43301f, 2.35215f, 11.3962f, 7.43301f, 5.18406f, 10.4487f, 8.26090f, 4.37137f, 10.6701f, 7.67932f, 3.29900f, 11.1105f, 7.58047f, 2.35215f, 11.3962f, 7.43301f, 5.04568f, 10.0228f, 8.26090f, 4.25803f, 10.3213f, 7.67932f, 3.13162f, 10.5954f, 7.58047f, 2.19765f, 10.9207f, 7.43301f, 4.82907f, 9.80285f, 8.50000f, 4.04142f, 10.1014f, 7.91842f, 2.19765f, 10.9207f, 7.43301f, 2.19765f, 10.9207f, 7.43301f, }, { 1.95988f, 10.9980f, 7.86603f, 1.95988f, 10.9980f, 7.86603f, 2.19765f, 10.9207f, 7.43301f, 2.19765f, 10.9207f, 7.43301f, 1.95988f, 10.9980f, 7.86603f, 1.91233f, 11.0226f, 7.82668f, 2.11071f, 10.9702f, 7.40157f, 2.19765f, 10.9207f, 7.43301f, 2.11439f, 11.4735f, 7.86603f, 2.06147f, 11.4816f, 7.82668f, 2.25276f, 11.4074f, 7.40157f, 2.35215f, 11.3962f, 7.43301f, 2.11439f, 11.4735f, 7.86603f, 2.11439f, 11.4735f, 7.86603f, 2.35215f, 11.3962f, 7.43301f, 2.35215f, 11.3962f, 7.43301f, }, }; public Gumbo() { super(PATCHES); } } src/org/sunflow/core/tesselatable/FileMesh.java0000644000175000017500000002661611301357540021126 0ustar user03user03package org.sunflow.core.tesselatable; import java.io.BufferedInputStream; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.nio.ByteOrder; import java.nio.FloatBuffer; import java.nio.IntBuffer; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Tesselatable; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.core.primitive.TriangleMesh; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.Memory; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; import org.sunflow.util.FloatArray; import org.sunflow.util.IntArray; public class FileMesh implements Tesselatable { private String filename = null; private boolean smoothNormals = false; public BoundingBox getWorldBounds(Matrix4 o2w) { // world bounds can't be computed without reading file // return null so the mesh will be loaded right away return null; } public PrimitiveList tesselate() { if (filename.endsWith(".ra3")) { try { UI.printInfo(Module.GEOM, "RA3 - Reading geometry: \"%s\" ...", filename); File file = new File(filename); FileInputStream stream = new FileInputStream(filename); MappedByteBuffer map = stream.getChannel().map(FileChannel.MapMode.READ_ONLY, 0, file.length()); map.order(ByteOrder.LITTLE_ENDIAN); IntBuffer ints = map.asIntBuffer(); FloatBuffer buffer = map.asFloatBuffer(); int numVerts = ints.get(0); int numTris = ints.get(1); UI.printInfo(Module.GEOM, "RA3 - * Reading %d vertices ...", numVerts); float[] verts = new float[3 * numVerts]; for (int i = 0; i < verts.length; i++) verts[i] = buffer.get(2 + i); UI.printInfo(Module.GEOM, "RA3 - * Reading %d triangles ...", numTris); int[] tris = new int[3 * numTris]; for (int i = 0; i < tris.length; i++) tris[i] = ints.get(2 + verts.length + i); stream.close(); UI.printInfo(Module.GEOM, "RA3 - * Creating mesh ..."); return generate(tris, verts, smoothNormals); } catch (FileNotFoundException e) { e.printStackTrace(); UI.printError(Module.GEOM, "Unable to read mesh file \"%s\" - file not found", filename); } catch (IOException e) { e.printStackTrace(); UI.printError(Module.GEOM, "Unable to read mesh file \"%s\" - I/O error occured", filename); } } else if (filename.endsWith(".obj")) { int lineNumber = 1; try { UI.printInfo(Module.GEOM, "OBJ - Reading geometry: \"%s\" ...", filename); FloatArray verts = new FloatArray(); IntArray tris = new IntArray(); FileReader file = new FileReader(filename); BufferedReader bf = new BufferedReader(file); String line; while ((line = bf.readLine()) != null) { if (line.startsWith("v")) { String[] v = line.split("\\s+"); verts.add(Float.parseFloat(v[1])); verts.add(Float.parseFloat(v[2])); verts.add(Float.parseFloat(v[3])); } else if (line.startsWith("f")) { String[] f = line.split("\\s+"); if (f.length == 5) { tris.add(Integer.parseInt(f[1]) - 1); tris.add(Integer.parseInt(f[2]) - 1); tris.add(Integer.parseInt(f[3]) - 1); tris.add(Integer.parseInt(f[1]) - 1); tris.add(Integer.parseInt(f[3]) - 1); tris.add(Integer.parseInt(f[4]) - 1); } else if (f.length == 4) { tris.add(Integer.parseInt(f[1]) - 1); tris.add(Integer.parseInt(f[2]) - 1); tris.add(Integer.parseInt(f[3]) - 1); } } if (lineNumber % 100000 == 0) UI.printInfo(Module.GEOM, "OBJ - * Parsed %7d lines ...", lineNumber); lineNumber++; } file.close(); UI.printInfo(Module.GEOM, "OBJ - * Creating mesh ..."); return generate(tris.trim(), verts.trim(), smoothNormals); } catch (FileNotFoundException e) { e.printStackTrace(); UI.printError(Module.GEOM, "Unable to read mesh file \"%s\" - file not found", filename); } catch (NumberFormatException e) { e.printStackTrace(); UI.printError(Module.GEOM, "Unable to read mesh file \"%s\" - syntax error at line %d", lineNumber); } catch (IOException e) { e.printStackTrace(); UI.printError(Module.GEOM, "Unable to read mesh file \"%s\" - I/O error occured", filename); } } else if (filename.endsWith(".stl")) { try { UI.printInfo(Module.GEOM, "STL - Reading geometry: \"%s\" ...", filename); FileInputStream file = new FileInputStream(filename); DataInputStream stream = new DataInputStream(new BufferedInputStream(file)); file.skip(80); int numTris = getLittleEndianInt(stream.readInt()); UI.printInfo(Module.GEOM, "STL - * Reading %d triangles ...", numTris); long filesize = new File(filename).length(); if (filesize != (84 + 50 * numTris)) { UI.printWarning(Module.GEOM, "STL - Size of file mismatch (expecting %s, found %s)", Memory.bytesToString(84 + 14 * numTris), Memory.bytesToString(filesize)); return null; } int[] tris = new int[3 * numTris]; float[] verts = new float[9 * numTris]; for (int i = 0, i3 = 0, index = 0; i < numTris; i++, i3 += 3) { // skip normal stream.readInt(); stream.readInt(); stream.readInt(); for (int j = 0; j < 3; j++, index += 3) { tris[i3 + j] = i3 + j; // get xyz verts[index + 0] = getLittleEndianFloat(stream.readInt()); verts[index + 1] = getLittleEndianFloat(stream.readInt()); verts[index + 2] = getLittleEndianFloat(stream.readInt()); } stream.readShort(); if ((i + 1) % 100000 == 0) UI.printInfo(Module.GEOM, "STL - * Parsed %7d triangles ...", i + 1); } file.close(); // create geometry UI.printInfo(Module.GEOM, "STL - * Creating mesh ..."); if (smoothNormals) UI.printWarning(Module.GEOM, "STL - format does not support shared vertices - normal smoothing disabled"); return generate(tris, verts, false); } catch (FileNotFoundException e) { e.printStackTrace(); UI.printError(Module.GEOM, "Unable to read mesh file \"%s\" - file not found", filename); } catch (IOException e) { e.printStackTrace(); UI.printError(Module.GEOM, "Unable to read mesh file \"%s\" - I/O error occured", filename); } } else UI.printWarning(Module.GEOM, "Unable to read mesh file \"%s\" - unrecognized format", filename); return null; } private TriangleMesh generate(int[] tris, float[] verts, boolean smoothNormals) { ParameterList pl = new ParameterList(); pl.addIntegerArray("triangles", tris); pl.addPoints("points", InterpolationType.VERTEX, verts); if (smoothNormals) { float[] normals = new float[verts.length]; // filled with 0's Point3 p0 = new Point3(); Point3 p1 = new Point3(); Point3 p2 = new Point3(); Vector3 n = new Vector3(); for (int i3 = 0; i3 < tris.length; i3 += 3) { int v0 = tris[i3 + 0]; int v1 = tris[i3 + 1]; int v2 = tris[i3 + 2]; p0.set(verts[3 * v0 + 0], verts[3 * v0 + 1], verts[3 * v0 + 2]); p1.set(verts[3 * v1 + 0], verts[3 * v1 + 1], verts[3 * v1 + 2]); p2.set(verts[3 * v2 + 0], verts[3 * v2 + 1], verts[3 * v2 + 2]); Point3.normal(p0, p1, p2, n); // compute normal // add face normal to each vertex // note that these are not normalized so this in fact weights // each normal by the area of the triangle normals[3 * v0 + 0] += n.x; normals[3 * v0 + 1] += n.y; normals[3 * v0 + 2] += n.z; normals[3 * v1 + 0] += n.x; normals[3 * v1 + 1] += n.y; normals[3 * v1 + 2] += n.z; normals[3 * v2 + 0] += n.x; normals[3 * v2 + 1] += n.y; normals[3 * v2 + 2] += n.z; } // normalize all the vectors for (int i3 = 0; i3 < normals.length; i3 += 3) { n.set(normals[i3 + 0], normals[i3 + 1], normals[i3 + 2]); n.normalize(); normals[i3 + 0] = n.x; normals[i3 + 1] = n.y; normals[i3 + 2] = n.z; } pl.addVectors("normals", InterpolationType.VERTEX, normals); } TriangleMesh m = new TriangleMesh(); if (m.update(pl, null)) return m; // something failed in creating the mesh, the error message will be // printed by the mesh itself - no need to repeat it here return null; } public boolean update(ParameterList pl, SunflowAPI api) { String file = pl.getString("filename", null); if (file != null) filename = api.resolveIncludeFilename(file); smoothNormals = pl.getBoolean("smooth_normals", smoothNormals); return filename != null; } private int getLittleEndianInt(int i) { // input integer has its bytes in big endian byte order // swap them around return (i >>> 24) | ((i >>> 8) & 0xFF00) | ((i << 8) & 0xFF0000) | (i << 24); } private float getLittleEndianFloat(int i) { // input integer has its bytes in big endian byte order // swap them around and interpret data as floating point return Float.intBitsToFloat(getLittleEndianInt(i)); } }src/org/sunflow/core/ShadingState.java0000644000175000017500000007060411301357540017334 0ustar user03user03package org.sunflow.core; import java.util.Iterator; import org.sunflow.core.primitive.TriangleMesh; import org.sunflow.image.Color; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point2; import org.sunflow.math.Point3; import org.sunflow.math.QMC; import org.sunflow.math.Vector3; /** * Represents a point to be shaded and provides various options for the shading * of this point, including spawning of new rays. */ public final class ShadingState implements Iterable { private IntersectionState istate; private LightServer server; private float rx, ry, time; private Color result; private Point3 p; private Vector3 n; private Point2 tex; private Vector3 ng; private OrthoNormalBasis basis; private float cosND; private float bias; private boolean behind; private float hitU, hitV, hitW; private Instance instance; private int primitiveID; private Matrix4 o2w, w2o; private Ray r; private int d; // quasi monte carlo instance variables private int i; // quasi monte carlo instance variables private double qmcD0I; private double qmcD1I; private Shader shader; private Modifier modifier; private int diffuseDepth; private int reflectionDepth; private int refractionDepth; private boolean includeLights; private boolean includeSpecular; private LightSample lightSample; private PhotonStore map; static ShadingState createPhotonState(Ray r, IntersectionState istate, int i, PhotonStore map, LightServer server) { ShadingState s = new ShadingState(null, istate, r, i, 4); s.server = server; s.map = map; return s; } static ShadingState createState(IntersectionState istate, float rx, float ry, float time, Ray r, int i, int d, LightServer server) { ShadingState s = new ShadingState(null, istate, r, i, d); s.server = server; s.rx = rx; s.ry = ry; s.time = time; return s; } static ShadingState createDiffuseBounceState(ShadingState previous, Ray r, int i) { ShadingState s = new ShadingState(previous, previous.istate, r, i, 2); s.diffuseDepth++; return s; } static ShadingState createGlossyBounceState(ShadingState previous, Ray r, int i) { ShadingState s = new ShadingState(previous, previous.istate, r, i, 2); s.includeLights = false; s.includeSpecular = false; s.reflectionDepth++; return s; } static ShadingState createReflectionBounceState(ShadingState previous, Ray r, int i) { ShadingState s = new ShadingState(previous, previous.istate, r, i, 2); s.reflectionDepth++; return s; } static ShadingState createRefractionBounceState(ShadingState previous, Ray r, int i) { ShadingState s = new ShadingState(previous, previous.istate, r, i, 2); s.refractionDepth++; return s; } static ShadingState createFinalGatherState(ShadingState state, Ray r, int i) { ShadingState finalGatherState = new ShadingState(state, state.istate, r, i, 2); finalGatherState.diffuseDepth++; finalGatherState.includeLights = false; finalGatherState.includeSpecular = false; return finalGatherState; } private ShadingState(ShadingState previous, IntersectionState istate, Ray r, int i, int d) { this.r = r; this.istate = istate; this.i = i; this.d = d; time = istate.time; instance = istate.instance; // local copy primitiveID = istate.id; hitU = istate.u; hitV = istate.v; hitW = istate.w; // get matrices for current time o2w = instance.getObjectToWorld(time); w2o = instance.getWorldToObject(time); if (previous == null) { diffuseDepth = 0; reflectionDepth = 0; refractionDepth = 0; } else { diffuseDepth = previous.diffuseDepth; reflectionDepth = previous.reflectionDepth; refractionDepth = previous.refractionDepth; server = previous.server; map = previous.map; rx = previous.rx; ry = previous.ry; this.i += previous.i; this.d += previous.d; } behind = false; cosND = Float.NaN; includeLights = includeSpecular = true; qmcD0I = QMC.halton(this.d, this.i); qmcD1I = QMC.halton(this.d + 1, this.i); result = null; bias = 0.001f; } final void setRay(Ray r) { this.r = r; } /** * Create objects needed for surface shading: point, normal, texture * coordinates and basis. */ public final void init() { p = new Point3(); n = new Vector3(); tex = new Point2(); ng = new Vector3(); basis = null; } /** * Run the shader at this surface point. * * @return shaded result */ public final Color shade() { return server.shadeHit(this); } final void correctShadingNormal() { // correct shading normals pointing the wrong way if (Vector3.dot(n, ng) < 0) { n.negate(); basis.flipW(); } } /** * Flip the surface normals to ensure they are facing the current ray. This * method also offsets the shading point away from the surface so that new * rays will not intersect the same surface again by mistake. */ public final void faceforward() { // make sure we are on the right side of the material if (r.dot(ng) < 0) { } else { // this ensure the ray and the geomtric normal are pointing in the // same direction ng.negate(); n.negate(); basis.flipW(); behind = true; } cosND = Math.max(-r.dot(n), 0); // can't be negative // offset the shaded point away from the surface to prevent // self-intersection errors if (Math.abs(ng.x) > Math.abs(ng.y) && Math.abs(ng.x) > Math.abs(ng.z)) bias = Math.max(bias, 25 * Math.ulp(Math.abs(p.x))); else if (Math.abs(ng.y) > Math.abs(ng.z)) bias = Math.max(bias, 25 * Math.ulp(Math.abs(p.y))); else bias = Math.max(bias, 25 * Math.ulp(Math.abs(p.z))); p.x += bias * ng.x; p.y += bias * ng.y; p.z += bias * ng.z; } /** * Get x coordinate of the pixel being shaded. * * @return pixel x coordinate */ public final float getRasterX() { return rx; } /** * Get y coordinate of the pixel being shaded. * * @return pixel y coordinate */ public final float getRasterY() { return ry; } /** * Cosine between the shading normal and the ray. This is set by * {@link #faceforward()}. * * @return cosine between shading normal and the ray */ public final float getCosND() { return cosND; } /** * Returns true if the ray hit the surface from behind. This is set by * {@link #faceforward()}. * * @return true if the surface was hit from behind. */ public final boolean isBehind() { return behind; } final IntersectionState getIntersectionState() { return istate; } /** * Get u barycentric coordinate of the intersection point. * * @return u barycentric coordinate */ public final float getU() { return hitU; } /** * Get v barycentric coordinate of the intersection point. * * @return v barycentric coordinate */ public final float getV() { return hitV; } /** * Get w barycentric coordinate of the intersection point. * * @return w barycentric coordinate */ public final float getW() { return hitW; } /** * Get the instance which was intersected * * @return intersected instance object */ public final Instance getInstance() { return instance; } /** * Get the primitive ID which was intersected * * @return intersected primitive ID */ public final int getPrimitiveID() { return primitiveID; } /** * Transform the given point from object space to world space. A new * {@link Point3} object is returned. * * @param p object space position to transform * @return transformed position */ public Point3 transformObjectToWorld(Point3 p) { return o2w == null ? new Point3(p) : o2w.transformP(p); } /** * Transform the given point from world space to object space. A new * {@link Point3} object is returned. * * @param p world space position to transform * @return transformed position */ public Point3 transformWorldToObject(Point3 p) { return w2o == null ? new Point3(p) : w2o.transformP(p); } /** * Transform the given normal from object space to world space. A new * {@link Vector3} object is returned. * * @param n object space normal to transform * @return transformed normal */ public Vector3 transformNormalObjectToWorld(Vector3 n) { return o2w == null ? new Vector3(n) : w2o.transformTransposeV(n); } /** * Transform the given normal from world space to object space. A new * {@link Vector3} object is returned. * * @param n world space normal to transform * @return transformed normal */ public Vector3 transformNormalWorldToObject(Vector3 n) { return o2w == null ? new Vector3(n) : o2w.transformTransposeV(n); } /** * Transform the given vector from object space to world space. A new * {@link Vector3} object is returned. * * @param v object space vector to transform * @return transformed vector */ public Vector3 transformVectorObjectToWorld(Vector3 v) { return o2w == null ? new Vector3(v) : o2w.transformV(v); } /** * Transform the given vector from world space to object space. A new * {@link Vector3} object is returned. * * @param v world space vector to transform * @return transformed vector */ public Vector3 transformVectorWorldToObject(Vector3 v) { return o2w == null ? new Vector3(v) : w2o.transformV(v); } final void setResult(Color c) { result = c; } /** * Get the result of shading this point * * @return shaded result */ public final Color getResult() { return result; } final LightServer getLightServer() { return server; } /** * Add the specified light sample to the list of lights to be used * * @param sample a valid light sample */ public final void addSample(LightSample sample) { // add to list sample.next = lightSample; lightSample = sample; } /** * Get a QMC sample from an infinite sequence. * * @param j sample number (starts from 0) * @param dim dimension to sample * @return pseudo-random value in [0,1) */ public final double getRandom(int j, int dim) { switch (dim) { case 0: return QMC.mod1(qmcD0I + QMC.halton(0, j)); case 1: return QMC.mod1(qmcD1I + QMC.halton(1, j)); default: return QMC.mod1(QMC.halton(d + dim, i) + QMC.halton(dim, j)); } } /** * Get a QMC sample from a finite sequence of n elements. This provides * better stratification than the infinite version, but does not allow for * adaptive sampling. * * @param j sample number (starts from 0) * @param dim dimension to sample * @param n number of samples * @return pseudo-random value in [0,1) */ public final double getRandom(int j, int dim, int n) { switch (dim) { case 0: return QMC.mod1(qmcD0I + (double) j / (double) n); case 1: return QMC.mod1(qmcD1I + QMC.halton(0, j)); default: return QMC.mod1(QMC.halton(d + dim, i) + QMC.halton(dim - 1, j)); } } /** * Checks to see if the shader should include emitted light. * * @return true if emitted light should be included, * false otherwise */ public final boolean includeLights() { return includeLights; } /** * Checks to see if the shader should include specular terms. * * @return true if specular terms should be included, * false otherwise */ public final boolean includeSpecular() { return includeSpecular; } /** * Get the shader to be used to shade this surface. * * @return shader to be used */ public final Shader getShader() { return shader; } /** * Record which shader should be executed for the intersected surface. * * @param shader surface shader to use to shade the current intersection * point */ public final void setShader(Shader shader) { this.shader = shader; } final Modifier getModifier() { return modifier; } /** * Record which modifier should be applied to the intersected surface * * @param modifier modifier to use the change this shading state */ public final void setModifier(Modifier modifier) { this.modifier = modifier; } /** * Get the current total tracing depth. First generation rays have a depth * of 0. * * @return current tracing depth */ public final int getDepth() { return diffuseDepth + reflectionDepth + refractionDepth; } /** * Get the current diffuse tracing depth. This is the number of diffuse * surfaces reflected from. * * @return current diffuse tracing depth */ public final int getDiffuseDepth() { return diffuseDepth; } /** * Get the current reflection tracing depth. This is the number of specular * surfaces reflected from. * * @return current reflection tracing depth */ public final int getReflectionDepth() { return reflectionDepth; } /** * Get the current refraction tracing depth. This is the number of specular * surfaces refracted from. * * @return current refraction tracing depth */ public final int getRefractionDepth() { return refractionDepth; } /** * Get hit point. * * @return hit point */ public final Point3 getPoint() { return p; } /** * Get shading normal at the hit point. This may differ from the geometric * normal * * @return shading normal */ public final Vector3 getNormal() { return n; } /** * Get texture coordinates at the hit point. * * @return texture coordinate */ public final Point2 getUV() { return tex; } /** * Gets the geometric normal of the current hit point. * * @return geometric normal of the current hit point */ public final Vector3 getGeoNormal() { return ng; } /** * Gets the local orthonormal basis for the current hit point. * * @return local basis or null if undefined */ public final OrthoNormalBasis getBasis() { return basis; } /** * Define the orthonormal basis for the current hit point. * * @param basis */ public final void setBasis(OrthoNormalBasis basis) { this.basis = basis; } /** * Gets the ray that is associated with this state. * * @return ray associated with this state. */ public final Ray getRay() { return r; } /** * Get a transformation matrix that will transform camera space points into * world space. * * @return camera to world transform */ public final Matrix4 getCameraToWorld() { Camera c = server.getScene().getCamera(); return c != null ? c.getCameraToWorld(time) : Matrix4.IDENTITY; } /** * Get a transformation matrix that will transform world space points into * camera space. * * @return world to camera transform */ public final Matrix4 getWorldToCamera() { Camera c = server.getScene().getCamera(); return c != null ? c.getWorldToCamera(time) : Matrix4.IDENTITY; } /** * Get the three triangle corners in object space if the hit object is a * mesh, returns false otherwise. * * @param p array of 3 points * @return true if the points were read succesfully, * falseotherwise */ public final boolean getTrianglePoints(Point3[] p) { PrimitiveList prims = instance.getGeometry().getPrimitiveList(); if (prims instanceof TriangleMesh) { TriangleMesh m = (TriangleMesh) prims; m.getPoint(primitiveID, 0, p[0] = new Point3()); m.getPoint(primitiveID, 1, p[1] = new Point3()); m.getPoint(primitiveID, 2, p[2] = new Point3()); return true; } return false; } /** * Initialize the use of light samples. Prepares a list of visible lights * from the current point. */ public final void initLightSamples() { server.initLightSamples(this); } /** * Add caustic samples to the current light sample set. This method does * nothing if caustics are not enabled. */ public final void initCausticSamples() { server.initCausticSamples(this); } /** * Returns the color obtained by recursively tracing the specified ray. The * reflection is assumed to be glossy. * * @param r ray to trace * @param i instance number of this sample * @return color observed along specified ray. */ public final Color traceGlossy(Ray r, int i) { return server.traceGlossy(this, r, i); } /** * Returns the color obtained by recursively tracing the specified ray. The * reflection is assumed to be specular. * * @param r ray to trace * @param i instance number of this sample * @return color observed along specified ray. */ public final Color traceReflection(Ray r, int i) { return server.traceReflection(this, r, i); } /** * Returns the color obtained by recursively tracing the specified ray. * * @param r ray to trace * @param i instance number of this sample * @return color observed along specified ray. */ public final Color traceRefraction(Ray r, int i) { // this assumes the refraction ray is pointing away from the normal r.ox -= 2 * bias * ng.x; r.oy -= 2 * bias * ng.y; r.oz -= 2 * bias * ng.z; return server.traceRefraction(this, r, i); } /** * Trace transparency, this is equivalent to tracing a refraction ray in the * incoming ray direction. * * @return color observed behind the current shading point */ public final Color traceTransparency() { return traceRefraction(new Ray(p.x, p.y, p.z, r.dx, r.dy, r.dz), 0); } /** * Trace a shadow ray against the scene, and computes the accumulated * opacity along the ray. * * @param r ray to trace * @return opacity along the shadow ray */ public final Color traceShadow(Ray r) { return server.getScene().traceShadow(r, istate); } /** * Records a photon at the specified location. * * @param dir incoming direction of the photon * @param power photon power * @param diffuse diffuse reflectance at the given point */ public final void storePhoton(Vector3 dir, Color power, Color diffuse) { map.store(this, dir, power, diffuse); } /** * Trace a new photon from the current location. This assumes that the * photon was reflected by a specular surface. * * @param r ray to trace photon along * @param power power of the new photon */ public final void traceReflectionPhoton(Ray r, Color power) { if (map.allowReflectionBounced()) server.traceReflectionPhoton(this, r, power); } /** * Trace a new photon from the current location. This assumes that the * photon was refracted by a specular surface. * * @param r ray to trace photon along * @param power power of the new photon */ public final void traceRefractionPhoton(Ray r, Color power) { if (map.allowRefractionBounced()) { // this assumes the refraction ray is pointing away from the normal r.ox -= 0.002f * ng.x; r.oy -= 0.002f * ng.y; r.oz -= 0.002f * ng.z; server.traceRefractionPhoton(this, r, power); } } /** * Trace a new photon from the current location. This assumes that the * photon was reflected by a diffuse surface. * * @param r ray to trace photon along * @param power power of the new photon */ public final void traceDiffusePhoton(Ray r, Color power) { if (map.allowDiffuseBounced()) server.traceDiffusePhoton(this, r, power); } /** * Returns the glboal diffuse radiance estimate given by the current * {@link GIEngine} if present. * * @return global diffuse radiance estimate */ public final Color getGlobalRadiance() { return server.getGlobalRadiance(this); } /** * Gets the total irradiance reaching the current point from diffuse * surfaces. * * @param diffuseReflectance diffuse reflectance at the current point, can * be used for importance tracking * @return indirect diffuse irradiance reaching the point */ public final Color getIrradiance(Color diffuseReflectance) { return server.getIrradiance(this, diffuseReflectance); } /** * Trace a final gather ray and return the intersection result as a new * render state * * @param r ray to shoot * @param i instance of the ray * @return new render state object corresponding to the intersection result */ public final ShadingState traceFinalGather(Ray r, int i) { return server.traceFinalGather(this, r, i); } /** * Simple black and white ambient occlusion. * * @param samples number of sample rays * @param maxDist maximum length of the rays * @return occlusion color */ public final Color occlusion(int samples, float maxDist) { return occlusion(samples, maxDist, Color.WHITE, Color.BLACK); } /** * Ambient occlusion routine, returns a value between bright and dark * depending on the amount of geometric occlusion in the scene. * * @param samples number of sample rays * @param maxDist maximum length of the rays * @param bright color when nothing is occluded * @param dark color when fully occluded * @return occlusion color */ public final Color occlusion(int samples, float maxDist, Color bright, Color dark) { if (n == null) { // in case we got called on a geometry without orientation return bright; } // make sure we are on the right side of the material faceforward(); OrthoNormalBasis onb = getBasis(); Vector3 w = new Vector3(); Color result = Color.black(); for (int i = 0; i < samples; i++) { float xi = (float) getRandom(i, 0, samples); float xj = (float) getRandom(i, 1, samples); float phi = (float) (2 * Math.PI * xi); float cosPhi = (float) Math.cos(phi); float sinPhi = (float) Math.sin(phi); float sinTheta = (float) Math.sqrt(xj); float cosTheta = (float) Math.sqrt(1.0f - xj); w.x = cosPhi * sinTheta; w.y = sinPhi * sinTheta; w.z = cosTheta; onb.transform(w); Ray r = new Ray(p, w); r.setMax(maxDist); result.add(Color.blend(bright, dark, traceShadow(r))); } return result.mul(1.0f / samples); } /** * Computes a plain diffuse response to the current light samples and global * illumination. * * @param diff diffuse color * @return shaded result */ public final Color diffuse(Color diff) { // integrate a diffuse function Color lr = Color.black(); if (diff.isBlack()) return lr; for (LightSample sample : this) lr.madd(sample.dot(n), sample.getDiffuseRadiance()); lr.add(getIrradiance(diff)); return lr.mul(diff).mul(1.0f / (float) Math.PI); } /** * Computes a phong specular response to the current light samples and * global illumination. * * @param spec specular color * @param power phong exponent * @param numRays number of glossy rays to trace * @return shaded color */ public final Color specularPhong(Color spec, float power, int numRays) { // integrate a phong specular function Color lr = Color.black(); if (!includeSpecular || spec.isBlack()) return lr; // reflected direction float dn = 2 * cosND; Vector3 refDir = new Vector3(); refDir.x = (dn * n.x) + r.dx; refDir.y = (dn * n.y) + r.dy; refDir.z = (dn * n.z) + r.dz; // direct lighting for (LightSample sample : this) { float cosNL = sample.dot(n); float cosLR = sample.dot(refDir); if (cosLR > 0) lr.madd(cosNL * (float) Math.pow(cosLR, power), sample.getSpecularRadiance()); } // indirect lighting if (numRays > 0) { int numSamples = getDepth() == 0 ? numRays : 1; OrthoNormalBasis onb = OrthoNormalBasis.makeFromW(refDir); float mul = (2.0f * (float) Math.PI / (power + 1)) / numSamples; for (int i = 0; i < numSamples; i++) { // specular indirect lighting double r1 = getRandom(i, 0, numSamples); double r2 = getRandom(i, 1, numSamples); double u = 2 * Math.PI * r1; double s = (float) Math.pow(r2, 1 / (power + 1)); double s1 = (float) Math.sqrt(1 - s * s); Vector3 w = new Vector3((float) (Math.cos(u) * s1), (float) (Math.sin(u) * s1), (float) s); w = onb.transform(w, new Vector3()); float wn = Vector3.dot(w, n); if (wn > 0) lr.madd(wn * mul, traceGlossy(new Ray(p, w), i)); } } lr.mul(spec).mul((power + 2) / (2.0f * (float) Math.PI)); return lr; } /** * Allows iteration over current light samples. */ public Iterator iterator() { return new LightSampleIterator(lightSample); } private static class LightSampleIterator implements Iterator { private LightSample current; LightSampleIterator(LightSample head) { current = head; } public boolean hasNext() { return current != null; } public LightSample next() { LightSample c = current; current = current.next; return c; } public void remove() { throw new UnsupportedOperationException(); } } }src/org/sunflow/core/LightSample.java0000644000175000017500000000534111301357540017163 0ustar user03user03package org.sunflow.core; import org.sunflow.image.Color; import org.sunflow.math.Vector3; /** * Represents a sample taken from a light source that faces a point being * shaded. */ public class LightSample { private Ray shadowRay; // ray to be used to evaluate if the point is in // shadow private Color ldiff; private Color lspec; LightSample next; // pointer to next item in a linked list of samples /** * Creates a new light sample object (invalid by default). */ public LightSample() { ldiff = lspec = null; shadowRay = null; next = null; } boolean isValid() { return ldiff != null && lspec != null && shadowRay != null; } /** * Set the current shadow ray. The ray's direction is used as the sample's * orientation. * * @param shadowRay shadow ray from the point being shaded towards the light */ public void setShadowRay(Ray shadowRay) { this.shadowRay = shadowRay; } /** * Trace the shadow ray, attenuating the sample's color by the opacity of * intersected objects. * * @param state shading state representing the point to be shaded */ public final void traceShadow(ShadingState state) { Color opacity = state.traceShadow(shadowRay); Color.blend(ldiff, Color.BLACK, opacity, ldiff); Color.blend(lspec, Color.BLACK, opacity, lspec); } /** * Get the sample's shadow ray. * * @return shadow ray */ public Ray getShadowRay() { return shadowRay; } /** * Get diffuse radiance. * * @return diffuse radiance */ public Color getDiffuseRadiance() { return ldiff; } /** * Get specular radiance. * * @return specular radiance */ public Color getSpecularRadiance() { return lspec; } /** * Set the diffuse and specular radiance emitted by the current light * source. These should usually be the same, but are distinguished to allow * for non-physical light setups or light source types which compute diffuse * and specular responses seperately. * * @param d diffuse radiance * @param s specular radiance */ public void setRadiance(Color d, Color s) { ldiff = d.copy(); lspec = s.copy(); } /** * Compute a dot product between the current shadow ray direction and the * specified vector. * * @param v direction vector * @return dot product of the vector with the shadow ray direction */ public float dot(Vector3 v) { return shadowRay.dot(v); } }src/org/sunflow/core/parser/0000755000175000017500000000000011301357540015400 5ustar user03user03src/org/sunflow/core/parser/ShaveRibParser.java0000644000175000017500000001422311301357540021125 0ustar user03user03package org.sunflow.core.parser; import java.io.FileNotFoundException; import java.io.IOException; import org.sunflow.SunflowAPIInterface; import org.sunflow.core.SceneParser; import org.sunflow.system.Parser; import org.sunflow.system.UI; import org.sunflow.system.Parser.ParserException; import org.sunflow.system.UI.Module; import org.sunflow.util.FloatArray; import org.sunflow.util.IntArray; public class ShaveRibParser implements SceneParser { public boolean parse(String filename, SunflowAPIInterface api) { try { Parser p = new Parser(filename); p.checkNextToken("version"); p.checkNextToken("3.04"); p.checkNextToken("TransformBegin"); if (p.peekNextToken("Procedural")) { // read procedural shave rib boolean done = false; while (!done) { p.checkNextToken("DelayedReadArchive"); p.checkNextToken("["); String f = p.getNextToken(); UI.printInfo(Module.USER, "RIB - Reading voxel: \"%s\" ...", f); api.include(f); p.checkNextToken("]"); while (true) { String t = p.getNextToken(); if (t == null || t.equals("TransformEnd")) { done = true; break; } else if (t.equals("Procedural")) break; } } return true; } boolean cubic = false; if (p.peekNextToken("Basis")) { cubic = true; // u basis p.checkNextToken("catmull-rom"); p.checkNextToken("1"); // v basis p.checkNextToken("catmull-rom"); p.checkNextToken("1"); } while (p.peekNextToken("Declare")) { p.getNextToken(); // name p.getNextToken(); // interpolation & type } int index = 0; boolean done = false; p.checkNextToken("Curves"); do { if (cubic) p.checkNextToken("cubic"); else p.checkNextToken("linear"); int[] nverts = parseIntArray(p); for (int i = 1; i < nverts.length; i++) { if (nverts[0] != nverts[i]) { UI.printError(Module.USER, "RIB - Found variable number of hair segments"); return false; } } int nhairs = nverts.length; UI.printInfo(Module.USER, "RIB - Parsed %d hair curves", nhairs); api.parameter("segments", nverts[0] - 1); p.checkNextToken("nonperiodic"); p.checkNextToken("P"); float[] points = parseFloatArray(p); if (points.length != 3 * nhairs * nverts[0]) { UI.printError(Module.USER, "RIB - Invalid number of points - expecting %d - found %d", nhairs * nverts[0], points.length / 3); return false; } api.parameter("points", "point", "vertex", points); UI.printInfo(Module.USER, "RIB - Parsed %d hair vertices", points.length / 3); p.checkNextToken("width"); float[] w = parseFloatArray(p); if (w.length != nhairs * nverts[0]) { UI.printError(Module.USER, "RIB - Invalid number of hair widths - expecting %d - found %d", nhairs * nverts[0], w.length); return false; } api.parameter("widths", "float", "vertex", w); UI.printInfo(Module.USER, "RIB - Parsed %d hair widths", w.length); String name = String.format("%s[%d]", filename, index); UI.printInfo(Module.USER, "RIB - Creating hair object \"%s\"", name); api.geometry(name, "hair"); api.instance(name + ".instance", name); UI.printInfo(Module.USER, "RIB - Searching for next curve group ..."); while (true) { String t = p.getNextToken(); if (t == null || t.equals("TransformEnd")) { done = true; break; } else if (t.equals("Curves")) break; } index++; } while (!done); UI.printInfo(Module.USER, "RIB - Finished reading rib file"); } catch (FileNotFoundException e) { UI.printError(Module.USER, "RIB - File not found: %s", filename); e.printStackTrace(); return false; } catch (ParserException e) { UI.printError(Module.USER, "RIB - Parser exception: %s", e); e.printStackTrace(); return false; } catch (IOException e) { UI.printError(Module.USER, "RIB - I/O exception: %s", e); e.printStackTrace(); return false; } return true; } private int[] parseIntArray(Parser p) throws IOException { IntArray array = new IntArray(); boolean done = false; do { String s = p.getNextToken(); if (s.startsWith("[")) s = s.substring(1); if (s.endsWith("]")) { s = s.substring(0, s.length() - 1); done = true; } array.add(Integer.parseInt(s)); } while (!done); return array.trim(); } private float[] parseFloatArray(Parser p) throws IOException { FloatArray array = new FloatArray(); boolean done = false; do { String s = p.getNextToken(); if (s.startsWith("[")) s = s.substring(1); if (s.endsWith("]")) { s = s.substring(0, s.length() - 1); done = true; } array.add(Float.parseFloat(s)); } while (!done); return array.trim(); } }src/org/sunflow/core/parser/SCParser.java0000644000175000017500000016616411301357540017743 0ustar user03user03package org.sunflow.core.parser; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.nio.ByteOrder; import java.nio.FloatBuffer; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import java.util.HashMap; import org.sunflow.PluginRegistry; import org.sunflow.SunflowAPI; import org.sunflow.SunflowAPIInterface; import org.sunflow.core.SceneParser; import org.sunflow.image.Color; import org.sunflow.image.ColorFactory; import org.sunflow.image.ColorFactory.ColorSpecificationException; import org.sunflow.math.Matrix4; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.Parser; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.Parser.ParserException; import org.sunflow.system.UI.Module; /** * This class provides a static method for loading files in the Sunflow scene * file format. */ public class SCParser implements SceneParser { private static int instanceCounter = 0; private int instanceNumber; private Parser p; private int numLightSamples; // used to generate unique names inside this parser private HashMap objectNames; public SCParser() { objectNames = new HashMap(); instanceCounter++; instanceNumber = instanceCounter; } private String generateUniqueName(String prefix) { // generate a unique name for this class: int index = 1; Integer value = objectNames.get(prefix); if (value != null) { index = value; objectNames.put(prefix, index + 1); } else { objectNames.put(prefix, index + 1); } return String.format("@sc_%d::%s_%d", instanceNumber, prefix, index); } public boolean parse(String filename, SunflowAPIInterface api) { String localDir = new File(filename).getAbsoluteFile().getParentFile().getAbsolutePath(); numLightSamples = 1; Timer timer = new Timer(); timer.start(); UI.printInfo(Module.API, "Parsing \"%s\" ...", filename); try { p = new Parser(filename); while (true) { String token = p.getNextToken(); if (token == null) break; if (token.equals("image")) { UI.printInfo(Module.API, "Reading image settings ..."); parseImageBlock(api); } else if (token.equals("background")) { UI.printInfo(Module.API, "Reading background ..."); parseBackgroundBlock(api); } else if (token.equals("accel")) { UI.printInfo(Module.API, "Reading accelerator type ..."); p.getNextToken(); UI.printWarning(Module.API, "Setting accelerator type is not recommended - ignoring"); } else if (token.equals("filter")) { UI.printInfo(Module.API, "Reading image filter type ..."); parseFilter(api); } else if (token.equals("bucket")) { UI.printInfo(Module.API, "Reading bucket settings ..."); api.parameter("bucket.size", p.getNextInt()); api.parameter("bucket.order", p.getNextToken()); api.options(SunflowAPI.DEFAULT_OPTIONS); } else if (token.equals("photons")) { UI.printInfo(Module.API, "Reading photon settings ..."); parsePhotonBlock(api); } else if (token.equals("gi")) { UI.printInfo(Module.API, "Reading global illumination settings ..."); parseGIBlock(api); } else if (token.equals("lightserver")) { UI.printInfo(Module.API, "Reading light server settings ..."); parseLightserverBlock(api); } else if (token.equals("trace-depths")) { UI.printInfo(Module.API, "Reading trace depths ..."); parseTraceBlock(api); } else if (token.equals("camera")) { parseCamera(api); } else if (token.equals("shader")) { if (!parseShader(api)) return false; } else if (token.equals("modifier")) { if (!parseModifier(api)) return false; } else if (token.equals("override")) { api.parameter("override.shader", p.getNextToken()); api.parameter("override.photons", p.getNextBoolean()); api.options(SunflowAPI.DEFAULT_OPTIONS); } else if (token.equals("object")) { parseObjectBlock(api); } else if (token.equals("instance")) { parseInstanceBlock(api); } else if (token.equals("light")) { parseLightBlock(api); } else if (token.equals("texturepath")) { String path = p.getNextToken(); if (!new File(path).isAbsolute()) path = localDir + File.separator + path; api.searchpath("texture", path); } else if (token.equals("includepath")) { String path = p.getNextToken(); if (!new File(path).isAbsolute()) path = localDir + File.separator + path; api.searchpath("include", path); } else if (token.equals("include")) { String file = p.getNextToken(); UI.printInfo(Module.API, "Including: \"%s\" ...", file); api.include(file); } else UI.printWarning(Module.API, "Unrecognized token %s", token); } p.close(); } catch (ParserException e) { UI.printError(Module.API, "%s", e.getMessage()); e.printStackTrace(); return false; } catch (FileNotFoundException e) { UI.printError(Module.API, "%s", e.getMessage()); return false; } catch (IOException e) { UI.printError(Module.API, "%s", e.getMessage()); return false; } catch (ColorSpecificationException e) { UI.printError(Module.API, "%s", e.getMessage()); return false; } timer.end(); UI.printInfo(Module.API, "Done parsing."); UI.printInfo(Module.API, "Parsing time: %s", timer.toString()); return true; } private void parseImageBlock(SunflowAPIInterface api) throws IOException, ParserException { p.checkNextToken("{"); if (p.peekNextToken("resolution")) { api.parameter("resolutionX", p.getNextInt()); api.parameter("resolutionY", p.getNextInt()); } if (p.peekNextToken("sampler")) api.parameter("sampler", p.getNextToken()); if (p.peekNextToken("aa")) { api.parameter("aa.min", p.getNextInt()); api.parameter("aa.max", p.getNextInt()); } if (p.peekNextToken("samples")) api.parameter("aa.samples", p.getNextInt()); if (p.peekNextToken("contrast")) api.parameter("aa.contrast", p.getNextFloat()); if (p.peekNextToken("filter")) api.parameter("filter", p.getNextToken()); if (p.peekNextToken("jitter")) api.parameter("aa.jitter", p.getNextBoolean()); if (p.peekNextToken("show-aa")) { UI.printWarning(Module.API, "Deprecated: show-aa ignored"); p.getNextBoolean(); } if (p.peekNextToken("cache")) api.parameter("aa.cache", p.getNextBoolean()); if (p.peekNextToken("output")) { UI.printWarning(Module.API, "Deprecated: output statement ignored"); p.getNextToken(); } api.options(SunflowAPI.DEFAULT_OPTIONS); p.checkNextToken("}"); } private void parseBackgroundBlock(SunflowAPIInterface api) throws IOException, ParserException, ColorSpecificationException { p.checkNextToken("{"); p.checkNextToken("color"); api.parameter("color", null, parseColor().getRGB()); api.shader("background.shader", "constant"); api.geometry("background", "background"); api.parameter("shaders", "background.shader"); api.instance("background.instance", "background"); p.checkNextToken("}"); } private void parseFilter(SunflowAPIInterface api) throws IOException, ParserException { UI.printWarning(Module.API, "Deprecated keyword \"filter\" - set this option in the image block"); String name = p.getNextToken(); api.parameter("filter", name); api.options(SunflowAPI.DEFAULT_OPTIONS); boolean hasSizeParams = name.equals("box") || name.equals("gaussian") || name.equals("blackman-harris") || name.equals("sinc") || name.equals("triangle"); if (hasSizeParams) { p.getNextFloat(); p.getNextFloat(); } } private void parsePhotonBlock(SunflowAPIInterface api) throws ParserException, IOException { int numEmit = 0; boolean globalEmit = false; p.checkNextToken("{"); if (p.peekNextToken("emit")) { UI.printWarning(Module.API, "Shared photon emit values are deprectated - specify number of photons to emit per map"); numEmit = p.getNextInt(); globalEmit = true; } if (p.peekNextToken("global")) { UI.printWarning(Module.API, "Global photon map setting belonds inside the gi block - ignoring"); if (!globalEmit) p.getNextInt(); p.getNextToken(); p.getNextInt(); p.getNextFloat(); } p.checkNextToken("caustics"); if (!globalEmit) numEmit = p.getNextInt(); api.parameter("caustics.emit", numEmit); api.parameter("caustics", p.getNextToken()); api.parameter("caustics.gather", p.getNextInt()); api.parameter("caustics.radius", p.getNextFloat()); api.options(SunflowAPI.DEFAULT_OPTIONS); p.checkNextToken("}"); } private void parseGIBlock(SunflowAPIInterface api) throws ParserException, IOException, ColorSpecificationException { p.checkNextToken("{"); p.checkNextToken("type"); if (p.peekNextToken("irr-cache")) { api.parameter("gi.engine", "irr-cache"); p.checkNextToken("samples"); api.parameter("gi.irr-cache.samples", p.getNextInt()); p.checkNextToken("tolerance"); api.parameter("gi.irr-cache.tolerance", p.getNextFloat()); p.checkNextToken("spacing"); api.parameter("gi.irr-cache.min_spacing", p.getNextFloat()); api.parameter("gi.irr-cache.max_spacing", p.getNextFloat()); // parse global photon map info if (p.peekNextToken("global")) { api.parameter("gi.irr-cache.gmap.emit", p.getNextInt()); api.parameter("gi.irr-cache.gmap", p.getNextToken()); api.parameter("gi.irr-cache.gmap.gather", p.getNextInt()); api.parameter("gi.irr-cache.gmap.radius", p.getNextFloat()); } } else if (p.peekNextToken("path")) { api.parameter("gi.engine", "path"); p.checkNextToken("samples"); api.parameter("gi.path.samples", p.getNextInt()); if (p.peekNextToken("bounces")) { UI.printWarning(Module.API, "Deprecated setting: bounces - use diffuse trace depth instead"); p.getNextInt(); } } else if (p.peekNextToken("fake")) { api.parameter("gi.engine", "fake"); p.checkNextToken("up"); api.parameter("gi.fake.up", parseVector()); p.checkNextToken("sky"); api.parameter("gi.fake.sky", null, parseColor().getRGB()); p.checkNextToken("ground"); api.parameter("gi.fake.ground", null, parseColor().getRGB()); } else if (p.peekNextToken("igi")) { api.parameter("gi.engine", "igi"); p.checkNextToken("samples"); api.parameter("gi.igi.samples", p.getNextInt()); p.checkNextToken("sets"); api.parameter("gi.igi.sets", p.getNextInt()); if (!p.peekNextToken("b")) p.checkNextToken("c"); api.parameter("gi.igi.c", p.getNextFloat()); p.checkNextToken("bias-samples"); api.parameter("gi.igi.bias_samples", p.getNextInt()); } else if (p.peekNextToken("ambocc")) { api.parameter("gi.engine", "ambocc"); p.checkNextToken("bright"); api.parameter("gi.ambocc.bright", null, parseColor().getRGB()); p.checkNextToken("dark"); api.parameter("gi.ambocc.dark", null, parseColor().getRGB()); p.checkNextToken("samples"); api.parameter("gi.ambocc.samples", p.getNextInt()); if (p.peekNextToken("maxdist")) api.parameter("gi.ambocc.maxdist", p.getNextFloat()); } else if (p.peekNextToken("none") || p.peekNextToken("null")) { // disable GI api.parameter("gi.engine", "none"); } else UI.printWarning(Module.API, "Unrecognized gi engine type \"%s\" - ignoring", p.getNextToken()); api.options(SunflowAPI.DEFAULT_OPTIONS); p.checkNextToken("}"); } private void parseLightserverBlock(SunflowAPIInterface api) throws ParserException, IOException { p.checkNextToken("{"); if (p.peekNextToken("shadows")) { UI.printWarning(Module.API, "Deprecated: shadows setting ignored"); p.getNextBoolean(); } if (p.peekNextToken("direct-samples")) { UI.printWarning(Module.API, "Deprecated: use samples keyword in area light definitions"); numLightSamples = p.getNextInt(); } if (p.peekNextToken("glossy-samples")) { UI.printWarning(Module.API, "Deprecated: use samples keyword in glossy shader definitions"); p.getNextInt(); } if (p.peekNextToken("max-depth")) { UI.printWarning(Module.API, "Deprecated: max-depth setting - use trace-depths block instead"); int d = p.getNextInt(); api.parameter("depths.diffuse", 1); api.parameter("depths.reflection", d - 1); api.parameter("depths.refraction", 0); api.options(SunflowAPI.DEFAULT_OPTIONS); } if (p.peekNextToken("global")) { UI.printWarning(Module.API, "Deprecated: global settings ignored - use photons block instead"); p.getNextBoolean(); p.getNextInt(); p.getNextInt(); p.getNextInt(); p.getNextFloat(); } if (p.peekNextToken("caustics")) { UI.printWarning(Module.API, "Deprecated: caustics settings ignored - use photons block instead"); p.getNextBoolean(); p.getNextInt(); p.getNextFloat(); p.getNextInt(); p.getNextFloat(); } if (p.peekNextToken("irr-cache")) { UI.printWarning(Module.API, "Deprecated: irradiance cache settings ignored - use gi block instead"); p.getNextInt(); p.getNextFloat(); p.getNextFloat(); p.getNextFloat(); } p.checkNextToken("}"); } private void parseTraceBlock(SunflowAPIInterface api) throws ParserException, IOException { p.checkNextToken("{"); if (p.peekNextToken("diff")) api.parameter("depths.diffuse", p.getNextInt()); if (p.peekNextToken("refl")) api.parameter("depths.reflection", p.getNextInt()); if (p.peekNextToken("refr")) api.parameter("depths.refraction", p.getNextInt()); p.checkNextToken("}"); api.options(SunflowAPI.DEFAULT_OPTIONS); } private void parseCamera(SunflowAPIInterface api) throws ParserException, IOException { p.checkNextToken("{"); p.checkNextToken("type"); String type = p.getNextToken(); UI.printInfo(Module.API, "Reading %s camera ...", type); if (p.peekNextToken("shutter")) { api.parameter("shutter.open", p.getNextFloat()); api.parameter("shutter.close", p.getNextFloat()); } parseCameraTransform(api); String name = generateUniqueName("camera"); if (type.equals("pinhole")) { p.checkNextToken("fov"); api.parameter("fov", p.getNextFloat()); p.checkNextToken("aspect"); api.parameter("aspect", p.getNextFloat()); if (p.peekNextToken("shift")) { api.parameter("shift.x", p.getNextFloat()); api.parameter("shift.y", p.getNextFloat()); } api.camera(name, "pinhole"); } else if (type.equals("thinlens")) { p.checkNextToken("fov"); api.parameter("fov", p.getNextFloat()); p.checkNextToken("aspect"); api.parameter("aspect", p.getNextFloat()); if (p.peekNextToken("shift")) { api.parameter("shift.x", p.getNextFloat()); api.parameter("shift.y", p.getNextFloat()); } p.checkNextToken("fdist"); api.parameter("focus.distance", p.getNextFloat()); p.checkNextToken("lensr"); api.parameter("lens.radius", p.getNextFloat()); if (p.peekNextToken("sides")) api.parameter("lens.sides", p.getNextInt()); if (p.peekNextToken("rotation")) api.parameter("lens.rotation", p.getNextFloat()); api.camera(name, "thinlens"); } else if (type.equals("spherical")) { // no extra arguments api.camera(name, "spherical"); } else if (type.equals("fisheye")) { // no extra arguments api.camera(name, "fisheye"); } else { UI.printWarning(Module.API, "Unrecognized camera type: %s", p.getNextToken()); p.checkNextToken("}"); return; } p.checkNextToken("}"); if (name != null) { api.parameter("camera", name); api.options(SunflowAPI.DEFAULT_OPTIONS); } } private void parseCameraTransform(SunflowAPIInterface api) throws ParserException, IOException { if (p.peekNextToken("steps")) { // motion blur camera int n = p.getNextInt(); api.parameter("transform.steps", n); // parse time extents p.checkNextToken("times"); float t0 = p.getNextFloat(); float t1 = p.getNextFloat(); api.parameter("transform.times", "float", "none", new float[] { t0, t1 }); for (int i = 0; i < n; i++) parseCameraMatrix(i, api); } else parseCameraMatrix(-1, api); } private void parseCameraMatrix(int index, SunflowAPIInterface api) throws IOException, ParserException { String offset = index < 0 ? "" : String.format("[%d]", index); if (p.peekNextToken("transform")) { // advanced camera api.parameter(String.format("transform%s", offset), parseMatrix()); } else { if (index >= 0) p.checkNextToken("{"); // regular camera specification p.checkNextToken("eye"); Point3 eye = parsePoint(); p.checkNextToken("target"); Point3 target = parsePoint(); p.checkNextToken("up"); Vector3 up = parseVector(); api.parameter(String.format("transform%s", offset), Matrix4.lookAt(eye, target, up)); if (index >= 0) p.checkNextToken("}"); } } private boolean parseShader(SunflowAPIInterface api) throws ParserException, IOException, ColorSpecificationException { p.checkNextToken("{"); p.checkNextToken("name"); String name = p.getNextToken(); UI.printInfo(Module.API, "Reading shader: %s ...", name); p.checkNextToken("type"); if (p.peekNextToken("diffuse")) { if (p.peekNextToken("diff")) { api.parameter("diffuse", null, parseColor().getRGB()); api.shader(name, "diffuse"); } else if (p.peekNextToken("texture")) { api.parameter("texture", p.getNextToken()); api.shader(name, "textured_diffuse"); } else UI.printWarning(Module.API, "Unrecognized option in diffuse shader block: %s", p.getNextToken()); } else if (p.peekNextToken("phong")) { String tex = null; if (p.peekNextToken("texture")) api.parameter("texture", tex = p.getNextToken()); else { p.checkNextToken("diff"); api.parameter("diffuse", null, parseColor().getRGB()); } p.checkNextToken("spec"); api.parameter("specular", null, parseColor().getRGB()); api.parameter("power", p.getNextFloat()); if (p.peekNextToken("samples")) api.parameter("samples", p.getNextInt()); if (tex != null) api.shader(name, "textured_phong"); else api.shader(name, "phong"); } else if (p.peekNextToken("amb-occ") || p.peekNextToken("amb-occ2")) { String tex = null; if (p.peekNextToken("diff") || p.peekNextToken("bright")) api.parameter("bright", null, parseColor().getRGB()); else if (p.peekNextToken("texture")) api.parameter("texture", tex = p.getNextToken()); if (p.peekNextToken("dark")) { api.parameter("dark", null, parseColor().getRGB()); p.checkNextToken("samples"); api.parameter("samples", p.getNextInt()); p.checkNextToken("dist"); api.parameter("maxdist", p.getNextFloat()); } if (tex == null) api.shader(name, "ambient_occlusion"); else api.shader(name, "textured_ambient_occlusion"); } else if (p.peekNextToken("mirror")) { p.checkNextToken("refl"); api.parameter("color", null, parseColor().getRGB()); api.shader(name, "mirror"); } else if (p.peekNextToken("glass")) { p.checkNextToken("eta"); api.parameter("eta", p.getNextFloat()); p.checkNextToken("color"); api.parameter("color", null, parseColor().getRGB()); if (p.peekNextToken("absorption.distance") || p.peekNextToken("absorbtion.distance")) api.parameter("absorption.distance", p.getNextFloat()); if (p.peekNextToken("absorption.color") || p.peekNextToken("absorbtion.color")) api.parameter("absorption.color", null, parseColor().getRGB()); api.shader(name, "glass"); } else if (p.peekNextToken("shiny")) { String tex = null; if (p.peekNextToken("texture")) api.parameter("texture", tex = p.getNextToken()); else { p.checkNextToken("diff"); api.parameter("diffuse", null, parseColor().getRGB()); } p.checkNextToken("refl"); api.parameter("shiny", p.getNextFloat()); if (tex == null) api.shader(name, "shiny_diffuse"); else api.shader(name, "textured_shiny_diffuse"); } else if (p.peekNextToken("ward")) { String tex = null; if (p.peekNextToken("texture")) api.parameter("texture", tex = p.getNextToken()); else { p.checkNextToken("diff"); api.parameter("diffuse", null, parseColor().getRGB()); } p.checkNextToken("spec"); api.parameter("specular", null, parseColor().getRGB()); p.checkNextToken("rough"); api.parameter("roughnessX", p.getNextFloat()); api.parameter("roughnessY", p.getNextFloat()); if (p.peekNextToken("samples")) api.parameter("samples", p.getNextInt()); if (tex != null) api.shader(name, "textured_ward"); else api.shader(name, "ward"); } else if (p.peekNextToken("view-caustics")) { api.shader(name, "view_caustics"); } else if (p.peekNextToken("view-irradiance")) { api.shader(name, "view_irradiance"); } else if (p.peekNextToken("view-global")) { api.shader(name, "view_global"); } else if (p.peekNextToken("constant")) { // backwards compatibility -- peek only p.peekNextToken("color"); api.parameter("color", null, parseColor().getRGB()); api.shader(name, "constant"); } else if (p.peekNextToken("janino")) { String typename = p.peekNextToken("typename") ? p.getNextToken() : PluginRegistry.shaderPlugins.generateUniqueName("janino_shader"); if (!PluginRegistry.shaderPlugins.registerPlugin(typename, p.getNextCodeBlock())) return false; api.shader(name, typename); } else if (p.peekNextToken("id")) { api.shader(name, "show_instance_id"); } else if (p.peekNextToken("uber")) { if (p.peekNextToken("diff")) api.parameter("diffuse", null, parseColor().getRGB()); if (p.peekNextToken("diff.texture")) api.parameter("diffuse.texture", p.getNextToken()); if (p.peekNextToken("diff.blend")) api.parameter("diffuse.blend", p.getNextFloat()); if (p.peekNextToken("refl") || p.peekNextToken("spec")) api.parameter("specular", null, parseColor().getRGB()); if (p.peekNextToken("texture")) { // deprecated UI.printWarning(Module.API, "Deprecated uber shader parameter \"texture\" - please use \"diffuse.texture\" and \"diffuse.blend\" instead"); api.parameter("diffuse.texture", p.getNextToken()); api.parameter("diffuse.blend", p.getNextFloat()); } if (p.peekNextToken("spec.texture")) api.parameter("specular.texture", p.getNextToken()); if (p.peekNextToken("spec.blend")) api.parameter("specular.blend", p.getNextFloat()); if (p.peekNextToken("glossy")) api.parameter("glossyness", p.getNextFloat()); if (p.peekNextToken("samples")) api.parameter("samples", p.getNextInt()); api.shader(name, "uber"); } else UI.printWarning(Module.API, "Unrecognized shader type: %s", p.getNextToken()); p.checkNextToken("}"); return true; } private boolean parseModifier(SunflowAPIInterface api) throws ParserException, IOException { p.checkNextToken("{"); p.checkNextToken("name"); String name = p.getNextToken(); UI.printInfo(Module.API, "Reading modifier: %s ...", name); p.checkNextToken("type"); if (p.peekNextToken("bump")) { p.checkNextToken("texture"); api.parameter("texture", p.getNextToken()); p.checkNextToken("scale"); api.parameter("scale", p.getNextFloat()); api.modifier(name, "bump_map"); } else if (p.peekNextToken("normalmap")) { p.checkNextToken("texture"); api.parameter("texture", p.getNextToken()); api.modifier(name, "normal_map"); } else if (p.peekNextToken("perlin")) { p.checkNextToken("function"); api.parameter("function", p.getNextInt()); p.checkNextToken("size"); api.parameter("size", p.getNextFloat()); p.checkNextToken("scale"); api.parameter("scale", p.getNextFloat()); api.modifier(name, "perlin"); } else { UI.printWarning(Module.API, "Unrecognized modifier type: %s", p.getNextToken()); } p.checkNextToken("}"); return true; } private void parseObjectBlock(SunflowAPIInterface api) throws ParserException, IOException { p.checkNextToken("{"); boolean noInstance = false; Matrix4[] transform = null; float transformTime0 = 0, transformTime1 = 0; String name = null; String[] shaders = null; String[] modifiers = null; if (p.peekNextToken("noinstance")) { // this indicates that the geometry is to be created, but not // instanced into the scene noInstance = true; } else { // these are the parameters to be passed to the instance if (p.peekNextToken("shaders")) { int n = p.getNextInt(); shaders = new String[n]; for (int i = 0; i < n; i++) shaders[i] = p.getNextToken(); } else { p.checkNextToken("shader"); shaders = new String[] { p.getNextToken() }; } if (p.peekNextToken("modifiers")) { int n = p.getNextInt(); modifiers = new String[n]; for (int i = 0; i < n; i++) modifiers[i] = p.getNextToken(); } else if (p.peekNextToken("modifier")) modifiers = new String[] { p.getNextToken() }; if (p.peekNextToken("transform")) { if (p.peekNextToken("steps")) { transform = new Matrix4[p.getNextInt()]; p.checkNextToken("times"); transformTime0 = p.getNextFloat(); transformTime1 = p.getNextFloat(); for (int i = 0; i < transform.length; i++) transform[i] = parseMatrix(); } else transform = new Matrix4[] { parseMatrix() }; } } if (p.peekNextToken("accel")) api.parameter("accel", p.getNextToken()); p.checkNextToken("type"); String type = p.getNextToken(); if (p.peekNextToken("name")) name = p.getNextToken(); else name = generateUniqueName(type); if (type.equals("mesh")) { UI.printWarning(Module.API, "Deprecated object type: mesh"); UI.printInfo(Module.API, "Reading mesh: %s ...", name); int numVertices = p.getNextInt(); int numTriangles = p.getNextInt(); float[] points = new float[numVertices * 3]; float[] normals = new float[numVertices * 3]; float[] uvs = new float[numVertices * 2]; for (int i = 0; i < numVertices; i++) { p.checkNextToken("v"); points[3 * i + 0] = p.getNextFloat(); points[3 * i + 1] = p.getNextFloat(); points[3 * i + 2] = p.getNextFloat(); normals[3 * i + 0] = p.getNextFloat(); normals[3 * i + 1] = p.getNextFloat(); normals[3 * i + 2] = p.getNextFloat(); uvs[2 * i + 0] = p.getNextFloat(); uvs[2 * i + 1] = p.getNextFloat(); } int[] triangles = new int[numTriangles * 3]; for (int i = 0; i < numTriangles; i++) { p.checkNextToken("t"); triangles[i * 3 + 0] = p.getNextInt(); triangles[i * 3 + 1] = p.getNextInt(); triangles[i * 3 + 2] = p.getNextInt(); } // create geometry api.parameter("triangles", triangles); api.parameter("points", "point", "vertex", points); api.parameter("normals", "vector", "vertex", normals); api.parameter("uvs", "texcoord", "vertex", uvs); api.geometry(name, "triangle_mesh"); } else if (type.equals("flat-mesh")) { UI.printWarning(Module.API, "Deprecated object type: flat-mesh"); UI.printInfo(Module.API, "Reading flat mesh: %s ...", name); int numVertices = p.getNextInt(); int numTriangles = p.getNextInt(); float[] points = new float[numVertices * 3]; float[] uvs = new float[numVertices * 2]; for (int i = 0; i < numVertices; i++) { p.checkNextToken("v"); points[3 * i + 0] = p.getNextFloat(); points[3 * i + 1] = p.getNextFloat(); points[3 * i + 2] = p.getNextFloat(); p.getNextFloat(); p.getNextFloat(); p.getNextFloat(); uvs[2 * i + 0] = p.getNextFloat(); uvs[2 * i + 1] = p.getNextFloat(); } int[] triangles = new int[numTriangles * 3]; for (int i = 0; i < numTriangles; i++) { p.checkNextToken("t"); triangles[i * 3 + 0] = p.getNextInt(); triangles[i * 3 + 1] = p.getNextInt(); triangles[i * 3 + 2] = p.getNextInt(); } // create geometry api.parameter("triangles", triangles); api.parameter("points", "point", "vertex", points); api.parameter("uvs", "texcoord", "vertex", uvs); api.geometry(name, "triangle_mesh"); } else if (type.equals("sphere")) { UI.printInfo(Module.API, "Reading sphere ..."); api.geometry(name, "sphere"); if (transform == null && !noInstance) { // legacy method of specifying transformation for spheres p.checkNextToken("c"); float x = p.getNextFloat(); float y = p.getNextFloat(); float z = p.getNextFloat(); p.checkNextToken("r"); float radius = p.getNextFloat(); api.parameter("transform", Matrix4.translation(x, y, z).multiply(Matrix4.scale(radius))); api.parameter("shaders", shaders); if (modifiers != null) api.parameter("modifiers", modifiers); api.instance(name + ".instance", name); // disable future instancing - instance has already been created noInstance = true; } } else if (type.equals("cylinder")) { UI.printInfo(Module.API, "Reading cylinder ..."); api.geometry(name, "cylinder"); } else if (type.equals("banchoff")) { UI.printInfo(Module.API, "Reading banchoff ..."); api.geometry(name, "banchoff"); } else if (type.equals("torus")) { UI.printInfo(Module.API, "Reading torus ..."); p.checkNextToken("r"); api.parameter("radiusInner", p.getNextFloat()); api.parameter("radiusOuter", p.getNextFloat()); api.geometry(name, "torus"); } else if (type.equals("sphereflake")) { UI.printInfo(Module.API, "Reading sphereflake ..."); if (p.peekNextToken("level")) api.parameter("level", p.getNextInt()); if (p.peekNextToken("axis")) api.parameter("axis", parseVector()); if (p.peekNextToken("radius")) api.parameter("radius", p.getNextFloat()); api.geometry(name, "sphereflake"); } else if (type.equals("plane")) { UI.printInfo(Module.API, "Reading plane ..."); p.checkNextToken("p"); api.parameter("center", parsePoint()); if (p.peekNextToken("n")) { api.parameter("normal", parseVector()); } else { p.checkNextToken("p"); api.parameter("point1", parsePoint()); p.checkNextToken("p"); api.parameter("point2", parsePoint()); } api.geometry(name, "plane"); } else if (type.equals("generic-mesh")) { UI.printInfo(Module.API, "Reading generic mesh: %s ... ", name); // parse vertices p.checkNextToken("points"); int np = p.getNextInt(); api.parameter("points", "point", "vertex", parseFloatArray(np * 3)); // parse triangle indices p.checkNextToken("triangles"); int nt = p.getNextInt(); api.parameter("triangles", parseIntArray(nt * 3)); // parse normals p.checkNextToken("normals"); if (p.peekNextToken("vertex")) api.parameter("normals", "vector", "vertex", parseFloatArray(np * 3)); else if (p.peekNextToken("facevarying")) api.parameter("normals", "vector", "facevarying", parseFloatArray(nt * 9)); else p.checkNextToken("none"); // parse texture coordinates p.checkNextToken("uvs"); if (p.peekNextToken("vertex")) api.parameter("uvs", "texcoord", "vertex", parseFloatArray(np * 2)); else if (p.peekNextToken("facevarying")) api.parameter("uvs", "texcoord", "facevarying", parseFloatArray(nt * 6)); else p.checkNextToken("none"); if (p.peekNextToken("face_shaders")) api.parameter("faceshaders", parseIntArray(nt)); api.geometry(name, "triangle_mesh"); } else if (type.equals("hair")) { UI.printInfo(Module.API, "Reading hair curves: %s ... ", name); p.checkNextToken("segments"); api.parameter("segments", p.getNextInt()); p.checkNextToken("width"); api.parameter("widths", p.getNextFloat()); p.checkNextToken("points"); api.parameter("points", "point", "vertex", parseFloatArray(p.getNextInt())); api.geometry(name, "hair"); } else if (type.equals("janino-tesselatable")) { UI.printInfo(Module.API, "Reading procedural primitive: %s ... ", name); String typename = p.peekNextToken("typename") ? p.getNextToken() : PluginRegistry.shaderPlugins.generateUniqueName("janino_shader"); if (!PluginRegistry.tesselatablePlugins.registerPlugin(typename, p.getNextCodeBlock())) noInstance = true; else api.geometry(name, typename); } else if (type.equals("teapot")) { UI.printInfo(Module.API, "Reading teapot: %s ... ", name); if (p.peekNextToken("subdivs")) api.parameter("subdivs", p.getNextInt()); if (p.peekNextToken("smooth")) api.parameter("smooth", p.getNextBoolean()); api.geometry(name, "teapot"); } else if (type.equals("gumbo")) { UI.printInfo(Module.API, "Reading gumbo: %s ... ", name); if (p.peekNextToken("subdivs")) api.parameter("subdivs", p.getNextInt()); if (p.peekNextToken("smooth")) api.parameter("smooth", p.getNextBoolean()); api.geometry(name, "gumbo"); } else if (type.equals("julia")) { UI.printInfo(Module.API, "Reading julia fractal: %s ... ", name); if (p.peekNextToken("q")) { api.parameter("cw", p.getNextFloat()); api.parameter("cx", p.getNextFloat()); api.parameter("cy", p.getNextFloat()); api.parameter("cz", p.getNextFloat()); } if (p.peekNextToken("iterations")) api.parameter("iterations", p.getNextInt()); if (p.peekNextToken("epsilon")) api.parameter("epsilon", p.getNextFloat()); api.geometry(name, "julia"); } else if (type.equals("particles") || type.equals("dlasurface")) { if (type.equals("dlasurface")) UI.printWarning(Module.API, "Deprecated object type: \"dlasurface\" - please use \"particles\" instead"); float[] data; if (p.peekNextToken("filename")) { // FIXME: this code should be moved into an on demand loading // primitive String filename = p.getNextToken(); boolean littleEndian = false; if (p.peekNextToken("little_endian")) littleEndian = true; UI.printInfo(Module.USER, "Loading particle file: %s", filename); File file = new File(filename); FileInputStream stream = new FileInputStream(filename); MappedByteBuffer map = stream.getChannel().map(FileChannel.MapMode.READ_ONLY, 0, file.length()); if (littleEndian) map.order(ByteOrder.LITTLE_ENDIAN); FloatBuffer buffer = map.asFloatBuffer(); data = new float[buffer.capacity()]; for (int i = 0; i < data.length; i++) data[i] = buffer.get(i); stream.close(); } else { p.checkNextToken("points"); int n = p.getNextInt(); data = parseFloatArray(n * 3); // read 3n points } api.parameter("particles", "point", "vertex", data); if (p.peekNextToken("num")) api.parameter("num", p.getNextInt()); else api.parameter("num", data.length / 3); p.checkNextToken("radius"); api.parameter("radius", p.getNextFloat()); api.geometry(name, "particles"); } else if (type.equals("file-mesh")) { UI.printInfo(Module.API, "Reading file mesh: %s ... ", name); p.checkNextToken("filename"); api.parameter("filename", p.getNextToken()); if (p.peekNextToken("smooth_normals")) api.parameter("smooth_normals", p.getNextBoolean()); api.geometry(name, "file_mesh"); } else if (type.equals("bezier-mesh")) { UI.printInfo(Module.API, "Reading bezier mesh: %s ... ", name); p.checkNextToken("n"); int nu, nv; api.parameter("nu", nu = p.getNextInt()); api.parameter("nv", nv = p.getNextInt()); if (p.peekNextToken("wrap")) { api.parameter("uwrap", p.getNextBoolean()); api.parameter("vwrap", p.getNextBoolean()); } p.checkNextToken("points"); float[] points = new float[3 * nu * nv]; for (int i = 0; i < points.length; i++) points[i] = p.getNextFloat(); api.parameter("points", "point", "vertex", points); if (p.peekNextToken("subdivs")) api.parameter("subdivs", p.getNextInt()); if (p.peekNextToken("smooth")) api.parameter("smooth", p.getNextBoolean()); api.geometry(name, "bezier_mesh"); } else { UI.printWarning(Module.API, "Unrecognized object type: %s", p.getNextToken()); noInstance = true; } if (!noInstance) { // create instance api.parameter("shaders", shaders); if (modifiers != null) api.parameter("modifiers", modifiers); if (transform != null && transform.length > 0) { if (transform.length == 1) api.parameter("transform", transform[0]); else { api.parameter("transform.steps", transform.length); api.parameter("transform.times", "float", "none", new float[] { transformTime0, transformTime1 }); for (int i = 0; i < transform.length; i++) api.parameter(String.format("transform[%d]", i), transform[i]); } } api.instance(name + ".instance", name); } p.checkNextToken("}"); } private void parseInstanceBlock(SunflowAPIInterface api) throws ParserException, IOException { p.checkNextToken("{"); p.checkNextToken("name"); String name = p.getNextToken(); UI.printInfo(Module.API, "Reading instance: %s ...", name); p.checkNextToken("geometry"); String geoname = p.getNextToken(); p.checkNextToken("transform"); if (p.peekNextToken("steps")) { int n = p.getNextInt(); api.parameter("transform.steps", n); p.checkNextToken("times"); float[] times = new float[2]; times[0] = p.getNextFloat(); times[1] = p.getNextFloat(); api.parameter("transform.times", "float", "none", times); for (int i = 0; i < n; i++) api.parameter(String.format("transform[%d]", i), parseMatrix()); } else api.parameter("transform", parseMatrix()); String[] shaders; if (p.peekNextToken("shaders")) { int n = p.getNextInt(); shaders = new String[n]; for (int i = 0; i < n; i++) shaders[i] = p.getNextToken(); } else { p.checkNextToken("shader"); shaders = new String[] { p.getNextToken() }; } api.parameter("shaders", shaders); String[] modifiers = null; if (p.peekNextToken("modifiers")) { int n = p.getNextInt(); modifiers = new String[n]; for (int i = 0; i < n; i++) modifiers[i] = p.getNextToken(); } else if (p.peekNextToken("modifier")) modifiers = new String[] { p.getNextToken() }; if (modifiers != null) api.parameter("modifiers", modifiers); api.instance(name, geoname); p.checkNextToken("}"); } private void parseLightBlock(SunflowAPIInterface api) throws ParserException, IOException, ColorSpecificationException { p.checkNextToken("{"); p.checkNextToken("type"); if (p.peekNextToken("mesh")) { UI.printWarning(Module.API, "Deprecated light type: mesh"); p.checkNextToken("name"); String name = p.getNextToken(); UI.printInfo(Module.API, "Reading light mesh: %s ...", name); p.checkNextToken("emit"); api.parameter("radiance", null, parseColor().getRGB()); int samples = numLightSamples; if (p.peekNextToken("samples")) samples = p.getNextInt(); else UI.printWarning(Module.API, "Samples keyword not found - defaulting to %d", samples); api.parameter("samples", samples); int numVertices = p.getNextInt(); int numTriangles = p.getNextInt(); float[] points = new float[3 * numVertices]; int[] triangles = new int[3 * numTriangles]; for (int i = 0; i < numVertices; i++) { p.checkNextToken("v"); points[3 * i + 0] = p.getNextFloat(); points[3 * i + 1] = p.getNextFloat(); points[3 * i + 2] = p.getNextFloat(); // ignored p.getNextFloat(); p.getNextFloat(); p.getNextFloat(); p.getNextFloat(); p.getNextFloat(); } for (int i = 0; i < numTriangles; i++) { p.checkNextToken("t"); triangles[3 * i + 0] = p.getNextInt(); triangles[3 * i + 1] = p.getNextInt(); triangles[3 * i + 2] = p.getNextInt(); } api.parameter("points", "point", "vertex", points); api.parameter("triangles", triangles); api.light(name, "triangle_mesh"); } else if (p.peekNextToken("point")) { UI.printInfo(Module.API, "Reading point light ..."); Color pow; if (p.peekNextToken("color")) { pow = parseColor(); p.checkNextToken("power"); float po = p.getNextFloat(); pow.mul(po); } else { UI.printWarning(Module.API, "Deprecated color specification - please use color and power instead"); p.checkNextToken("power"); pow = parseColor(); } p.checkNextToken("p"); api.parameter("center", parsePoint()); api.parameter("power", null, pow.getRGB()); api.light(generateUniqueName("pointlight"), "point"); } else if (p.peekNextToken("spherical")) { UI.printInfo(Module.API, "Reading spherical light ..."); p.checkNextToken("color"); Color pow = parseColor(); p.checkNextToken("radiance"); pow.mul(p.getNextFloat()); api.parameter("radiance", null, pow.getRGB()); p.checkNextToken("center"); api.parameter("center", parsePoint()); p.checkNextToken("radius"); api.parameter("radius", p.getNextFloat()); p.checkNextToken("samples"); api.parameter("samples", p.getNextInt()); api.light(generateUniqueName("spherelight"), "sphere"); } else if (p.peekNextToken("directional")) { UI.printInfo(Module.API, "Reading directional light ..."); p.checkNextToken("source"); Point3 s = parsePoint(); api.parameter("source", s); p.checkNextToken("target"); Point3 t = parsePoint(); api.parameter("dir", Point3.sub(t, s, new Vector3())); p.checkNextToken("radius"); api.parameter("radius", p.getNextFloat()); p.checkNextToken("emit"); Color e = parseColor(); if (p.peekNextToken("intensity")) { float i = p.getNextFloat(); e.mul(i); } else UI.printWarning(Module.API, "Deprecated color specification - please use emit and intensity instead"); api.parameter("radiance", null, e.getRGB()); api.light(generateUniqueName("dirlight"), "directional"); } else if (p.peekNextToken("ibl")) { UI.printInfo(Module.API, "Reading image based light ..."); p.checkNextToken("image"); api.parameter("texture", p.getNextToken()); p.checkNextToken("center"); api.parameter("center", parseVector()); p.checkNextToken("up"); api.parameter("up", parseVector()); p.checkNextToken("lock"); api.parameter("fixed", p.getNextBoolean()); int samples = numLightSamples; if (p.peekNextToken("samples")) samples = p.getNextInt(); else UI.printWarning(Module.API, "Samples keyword not found - defaulting to %d", samples); api.parameter("samples", samples); if (p.peekNextToken("lowsamples")) api.parameter("lowsamples", p.getNextInt()); else api.parameter("lowsamples", samples); api.light(generateUniqueName("ibl"), "ibl"); } else if (p.peekNextToken("meshlight")) { p.checkNextToken("name"); String name = p.getNextToken(); UI.printInfo(Module.API, "Reading meshlight: %s ...", name); p.checkNextToken("emit"); Color e = parseColor(); if (p.peekNextToken("radiance")) { float r = p.getNextFloat(); e.mul(r); } else UI.printWarning(Module.API, "Deprecated color specification - please use emit and radiance instead"); api.parameter("radiance", null, e.getRGB()); int samples = numLightSamples; if (p.peekNextToken("samples")) samples = p.getNextInt(); else UI.printWarning(Module.API, "Samples keyword not found - defaulting to %d", samples); api.parameter("samples", samples); // parse vertices p.checkNextToken("points"); int np = p.getNextInt(); api.parameter("points", "point", "vertex", parseFloatArray(np * 3)); // parse triangle indices p.checkNextToken("triangles"); int nt = p.getNextInt(); api.parameter("triangles", parseIntArray(nt * 3)); api.light(name, "triangle_mesh"); } else if (p.peekNextToken("sunsky")) { p.checkNextToken("up"); api.parameter("up", parseVector()); p.checkNextToken("east"); api.parameter("east", parseVector()); p.checkNextToken("sundir"); api.parameter("sundir", parseVector()); p.checkNextToken("turbidity"); api.parameter("turbidity", p.getNextFloat()); if (p.peekNextToken("samples")) api.parameter("samples", p.getNextInt()); if (p.peekNextToken("ground.extendsky")) api.parameter("ground.extendsky", p.getNextBoolean()); else if (p.peekNextToken("ground.color")) api.parameter("ground.color", null, parseColor().getRGB()); api.light(generateUniqueName("sunsky"), "sunsky"); } else if (p.peekNextToken("cornellbox")) { UI.printInfo(Module.API, "Reading cornell box ..."); p.checkNextToken("corner0"); api.parameter("corner0", parsePoint()); p.checkNextToken("corner1"); api.parameter("corner1", parsePoint()); p.checkNextToken("left"); api.parameter("leftColor", null, parseColor().getRGB()); p.checkNextToken("right"); api.parameter("rightColor", null, parseColor().getRGB()); p.checkNextToken("top"); api.parameter("topColor", null, parseColor().getRGB()); p.checkNextToken("bottom"); api.parameter("bottomColor", null, parseColor().getRGB()); p.checkNextToken("back"); api.parameter("backColor", null, parseColor().getRGB()); p.checkNextToken("emit"); api.parameter("radiance", null, parseColor().getRGB()); if (p.peekNextToken("samples")) api.parameter("samples", p.getNextInt()); api.light(generateUniqueName("cornellbox"), "cornell_box"); } else UI.printWarning(Module.API, "Unrecognized object type: %s", p.getNextToken()); p.checkNextToken("}"); } private Color parseColor() throws IOException, ParserException, ColorSpecificationException { if (p.peekNextToken("{")) { String space = p.getNextToken(); int req = ColorFactory.getRequiredDataValues(space); if (req == -2) { UI.printWarning(Module.API, "Unrecognized color space: %s", space); return null; } else if (req == -1) { // array required, parse how many values are required req = p.getNextInt(); } Color c = ColorFactory.createColor(space, parseFloatArray(req)); p.checkNextToken("}"); return c; } else { float r = p.getNextFloat(); float g = p.getNextFloat(); float b = p.getNextFloat(); return ColorFactory.createColor(null, r, g, b); } } private Point3 parsePoint() throws IOException { float x = p.getNextFloat(); float y = p.getNextFloat(); float z = p.getNextFloat(); return new Point3(x, y, z); } private Vector3 parseVector() throws IOException { float x = p.getNextFloat(); float y = p.getNextFloat(); float z = p.getNextFloat(); return new Vector3(x, y, z); } private int[] parseIntArray(int size) throws IOException { int[] data = new int[size]; for (int i = 0; i < size; i++) data[i] = p.getNextInt(); return data; } private float[] parseFloatArray(int size) throws IOException { float[] data = new float[size]; for (int i = 0; i < size; i++) data[i] = p.getNextFloat(); return data; } private Matrix4 parseMatrix() throws IOException, ParserException { if (p.peekNextToken("row")) { return new Matrix4(parseFloatArray(16), true); } else if (p.peekNextToken("col")) { return new Matrix4(parseFloatArray(16), false); } else { Matrix4 m = Matrix4.IDENTITY; p.checkNextToken("{"); while (!p.peekNextToken("}")) { Matrix4 t = null; if (p.peekNextToken("translate")) { float x = p.getNextFloat(); float y = p.getNextFloat(); float z = p.getNextFloat(); t = Matrix4.translation(x, y, z); } else if (p.peekNextToken("scaleu")) { float s = p.getNextFloat(); t = Matrix4.scale(s); } else if (p.peekNextToken("scale")) { float x = p.getNextFloat(); float y = p.getNextFloat(); float z = p.getNextFloat(); t = Matrix4.scale(x, y, z); } else if (p.peekNextToken("rotatex")) { float angle = p.getNextFloat(); t = Matrix4.rotateX((float) Math.toRadians(angle)); } else if (p.peekNextToken("rotatey")) { float angle = p.getNextFloat(); t = Matrix4.rotateY((float) Math.toRadians(angle)); } else if (p.peekNextToken("rotatez")) { float angle = p.getNextFloat(); t = Matrix4.rotateZ((float) Math.toRadians(angle)); } else if (p.peekNextToken("rotate")) { float x = p.getNextFloat(); float y = p.getNextFloat(); float z = p.getNextFloat(); float angle = p.getNextFloat(); t = Matrix4.rotate(x, y, z, (float) Math.toRadians(angle)); } else UI.printWarning(Module.API, "Unrecognized transformation type: %s", p.getNextToken()); if (t != null) m = t.multiply(m); } return m; } } }src/org/sunflow/core/parser/TriParser.java0000644000175000017500000000547711301357540020173 0ustar user03user03package org.sunflow.core.parser; import java.io.FileNotFoundException; import java.io.IOException; import java.io.RandomAccessFile; import java.nio.ByteOrder; import java.nio.FloatBuffer; import java.nio.IntBuffer; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel.MapMode; import org.sunflow.SunflowAPIInterface; import org.sunflow.core.SceneParser; import org.sunflow.system.Parser; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class TriParser implements SceneParser { public boolean parse(String filename, SunflowAPIInterface api) { try { UI.printInfo(Module.USER, "TRI - Reading geometry: \"%s\" ...", filename); Parser p = new Parser(filename); float[] verts = new float[3 * p.getNextInt()]; for (int v = 0; v < verts.length; v += 3) { verts[v + 0] = p.getNextFloat(); verts[v + 1] = p.getNextFloat(); verts[v + 2] = p.getNextFloat(); p.getNextToken(); p.getNextToken(); } int[] triangles = new int[p.getNextInt() * 3]; for (int t = 0; t < triangles.length; t += 3) { triangles[t + 0] = p.getNextInt(); triangles[t + 1] = p.getNextInt(); triangles[t + 2] = p.getNextInt(); } // create geometry api.parameter("triangles", triangles); api.parameter("points", "point", "vertex", verts); api.geometry(filename, "triangle_mesh"); // create shader api.shader(filename + ".shader", "simple"); api.parameter("shaders", filename + ".shader"); // create instance api.instance(filename + ".instance", filename); p.close(); // output to ra3 format RandomAccessFile stream = new RandomAccessFile(filename.replace(".tri", ".ra3"), "rw"); MappedByteBuffer map = stream.getChannel().map(MapMode.READ_WRITE, 0, 8 + 4 * (verts.length + triangles.length)); map.order(ByteOrder.LITTLE_ENDIAN); IntBuffer ints = map.asIntBuffer(); FloatBuffer floats = map.asFloatBuffer(); ints.put(0, verts.length / 3); ints.put(1, triangles.length / 3); for (int i = 0; i < verts.length; i++) floats.put(2 + i, verts[i]); for (int i = 0; i < triangles.length; i++) ints.put(2 + verts.length + i, triangles[i]); stream.close(); } catch (FileNotFoundException e) { e.printStackTrace(); return false; } catch (IOException e) { e.printStackTrace(); return false; } return true; } }src/org/sunflow/core/parser/RA2Parser.java0000644000175000017500000000754411301357540020016 0ustar user03user03package org.sunflow.core.parser; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.nio.ByteOrder; import java.nio.FloatBuffer; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import org.sunflow.SunflowAPI; import org.sunflow.SunflowAPIInterface; import org.sunflow.core.SceneParser; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.Parser; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class RA2Parser implements SceneParser { public boolean parse(String filename, SunflowAPIInterface api) { try { UI.printInfo(Module.USER, "RA2 - Reading geometry: \"%s\" ...", filename); File file = new File(filename); FileInputStream stream = new FileInputStream(filename); MappedByteBuffer map = stream.getChannel().map(FileChannel.MapMode.READ_ONLY, 0, file.length()); map.order(ByteOrder.LITTLE_ENDIAN); FloatBuffer buffer = map.asFloatBuffer(); float[] data = new float[buffer.capacity()]; for (int i = 0; i < data.length; i++) data[i] = buffer.get(i); stream.close(); api.parameter("points", "point", "vertex", data); int[] triangles = new int[3 * (data.length / 9)]; for (int i = 0; i < triangles.length; i++) triangles[i] = i; // create geo api.parameter("triangles", triangles); api.geometry(filename, "triangle_mesh"); // create shader api.shader(filename + ".shader", "simple"); // create instance api.parameter("shaders", filename + ".shader"); api.instance(filename + ".instance", filename); } catch (FileNotFoundException e) { e.printStackTrace(); return false; } catch (IOException e) { e.printStackTrace(); return false; } try { filename = filename.replace(".ra2", ".txt"); UI.printInfo(Module.USER, "RA2 - Reading camera : \"%s\" ...", filename); Parser p = new Parser(filename); Point3 eye = new Point3(); eye.x = p.getNextFloat(); eye.y = p.getNextFloat(); eye.z = p.getNextFloat(); Point3 to = new Point3(); to.x = p.getNextFloat(); to.y = p.getNextFloat(); to.z = p.getNextFloat(); Vector3 up = new Vector3(); switch (p.getNextInt()) { case 0: up.set(1, 0, 0); break; case 1: up.set(0, 1, 0); break; case 2: up.set(0, 0, 1); break; default: UI.printWarning(Module.USER, "RA2 - Invalid up vector specification - using Z axis"); up.set(0, 0, 1); break; } api.parameter("eye", eye); api.parameter("target", to); api.parameter("up", up); String cameraName = filename + ".camera"; api.parameter("fov", 80f); api.camera(cameraName, "pinhole"); api.parameter("camera", cameraName); api.parameter("resolutionX", 1024); api.parameter("resolutionY", 1024); api.options(SunflowAPI.DEFAULT_OPTIONS); p.close(); } catch (FileNotFoundException e) { UI.printWarning(Module.USER, "RA2 - Camera file not found"); } catch (IOException e) { e.printStackTrace(); return false; } return true; } }src/org/sunflow/core/parser/RA3Parser.java0000644000175000017500000000466511301357540020020 0ustar user03user03package org.sunflow.core.parser; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.nio.ByteOrder; import java.nio.FloatBuffer; import java.nio.IntBuffer; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import org.sunflow.SunflowAPIInterface; import org.sunflow.core.SceneParser; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class RA3Parser implements SceneParser { public boolean parse(String filename, SunflowAPIInterface api) { try { UI.printInfo(Module.USER, "RA3 - Reading geometry: \"%s\" ...", filename); File file = new File(filename); FileInputStream stream = new FileInputStream(filename); MappedByteBuffer map = stream.getChannel().map(FileChannel.MapMode.READ_ONLY, 0, file.length()); map.order(ByteOrder.LITTLE_ENDIAN); IntBuffer ints = map.asIntBuffer(); FloatBuffer buffer = map.asFloatBuffer(); int numVerts = ints.get(0); int numTris = ints.get(1); UI.printInfo(Module.USER, "RA3 - * Reading %d vertices ...", numVerts); float[] verts = new float[3 * numVerts]; for (int i = 0; i < verts.length; i++) verts[i] = buffer.get(2 + i); UI.printInfo(Module.USER, "RA3 - * Reading %d triangles ...", numTris); int[] tris = new int[3 * numTris]; for (int i = 0; i < tris.length; i++) tris[i] = ints.get(2 + verts.length + i); stream.close(); UI.printInfo(Module.USER, "RA3 - * Creating mesh ..."); // create geometry api.parameter("triangles", tris); api.parameter("points", "point", "vertex", verts); api.geometry(filename, "triangle_mesh"); // create default shader (this will simply error out if the shader // already exists) api.shader("ra3shader", "simple"); // create instance api.parameter("shaders", "ra3shader"); api.instance(filename + ".instance", filename); } catch (FileNotFoundException e) { e.printStackTrace(); return false; } catch (IOException e) { e.printStackTrace(); return false; } return true; } }src/org/sunflow/core/parser/SCAsciiParser.java0000644000175000017500000001754211301357540020707 0ustar user03user03package org.sunflow.core.parser; import java.io.IOException; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.image.Color; import org.sunflow.math.Matrix4; import org.sunflow.system.Parser; import org.sunflow.system.UI; import org.sunflow.system.Parser.ParserException; import org.sunflow.system.UI.Module; public class SCAsciiParser extends SCAbstractParser { private Parser p; protected Color parseColor() throws IOException { String space = p.getNextToken(); Color c = null; if (space.equals("sRGB nonlinear")) { float r = p.getNextFloat(); float g = p.getNextFloat(); float b = p.getNextFloat(); c = new Color(r, g, b); c.toLinear(); } else if (space.equals("sRGB linear")) { float r = p.getNextFloat(); float g = p.getNextFloat(); float b = p.getNextFloat(); c = new Color(r, g, b); } else UI.printWarning(Module.API, "Unrecognized color space: %s", space); return c; } @Override protected Matrix4 parseMatrix() throws IOException { if (p.peekNextToken("row")) { return new Matrix4(parseFloatArray(16), true); } else if (p.peekNextToken("col")) { return new Matrix4(parseFloatArray(16), false); } else { Matrix4 m = Matrix4.IDENTITY; try { p.checkNextToken("{"); } catch (ParserException e) { throw new IOException(e.getMessage()); } while (!p.peekNextToken("}")) { Matrix4 t = null; if (p.peekNextToken("translate")) { float x = p.getNextFloat(); float y = p.getNextFloat(); float z = p.getNextFloat(); t = Matrix4.translation(x, y, z); } else if (p.peekNextToken("scaleu")) { float s = p.getNextFloat(); t = Matrix4.scale(s); } else if (p.peekNextToken("scale")) { float x = p.getNextFloat(); float y = p.getNextFloat(); float z = p.getNextFloat(); t = Matrix4.scale(x, y, z); } else if (p.peekNextToken("rotatex")) { float angle = p.getNextFloat(); t = Matrix4.rotateX((float) Math.toRadians(angle)); } else if (p.peekNextToken("rotatey")) { float angle = p.getNextFloat(); t = Matrix4.rotateY((float) Math.toRadians(angle)); } else if (p.peekNextToken("rotatez")) { float angle = p.getNextFloat(); t = Matrix4.rotateZ((float) Math.toRadians(angle)); } else if (p.peekNextToken("rotate")) { float x = p.getNextFloat(); float y = p.getNextFloat(); float z = p.getNextFloat(); float angle = p.getNextFloat(); t = Matrix4.rotate(x, y, z, (float) Math.toRadians(angle)); } else UI.printWarning(Module.API, "Unrecognized transformation type: %s", p.getNextToken()); if (t != null) m = t.multiply(m); } return m; } } @Override protected void closeParser() throws IOException { p.close(); } @Override protected void openParser(String filename) throws IOException { p = new Parser(filename); } @Override protected boolean parseBoolean() throws IOException { return Boolean.parseBoolean(parseString()); } @Override protected float parseFloat() throws IOException { return p.getNextFloat(); } @Override protected int parseInt() throws IOException { return p.getNextInt(); } @Override protected String parseString() throws IOException { return p.getNextToken(); } @Override protected String parseVerbatimString() throws IOException { try { return p.getNextCodeBlock(); } catch (ParserException e) { throw new IOException(e.getMessage()); } } @Override protected InterpolationType parseInterpolationType() throws IOException { if (p.peekNextToken("none")) return InterpolationType.NONE; else if (p.peekNextToken("vertex")) return InterpolationType.VERTEX; else if (p.peekNextToken("face")) return InterpolationType.FACE; else if (p.peekNextToken("facevarying")) return InterpolationType.FACEVARYING; return InterpolationType.NONE; } @Override protected Keyword parseKeyword() throws IOException { String keyword = p.getNextToken(); if (keyword == null) return Keyword.END_OF_FILE; if (anyEqual(keyword, "reset")) return Keyword.RESET; if (anyEqual(keyword, "parameter", "param", "p")) return Keyword.PARAMETER; if (anyEqual(keyword, "geometry", "geom", "g")) return Keyword.GEOMETRY; if (anyEqual(keyword, "instance", "inst", "i")) return Keyword.INSTANCE; if (anyEqual(keyword, "shader", "shd", "s")) return Keyword.SHADER; if (anyEqual(keyword, "modifier", "mod", "m")) return Keyword.MODIFIER; if (anyEqual(keyword, "light", "l")) return Keyword.LIGHT; if (anyEqual(keyword, "camera", "cam", "c")) return Keyword.CAMERA; if (anyEqual(keyword, "options", "opt", "o")) return Keyword.OPTIONS; if (anyEqual(keyword, "include", "inc")) return Keyword.INCLUDE; if (anyEqual(keyword, "remove")) return Keyword.REMOVE; if (anyEqual(keyword, "frame")) return Keyword.FRAME; if (anyEqual(keyword, "plugin", "plug")) return Keyword.PLUGIN; if (anyEqual(keyword, "searchpath")) return Keyword.SEARCHPATH; if (anyEqual(keyword, "string", "str")) return Keyword.STRING; if (anyEqual(keyword, "string[]", "str[]")) return Keyword.STRING_ARRAY; if (anyEqual(keyword, "boolean", "bool")) return Keyword.BOOL; if (anyEqual(keyword, "integer", "int")) return Keyword.INT; if (anyEqual(keyword, "integer[]", "int[]")) return Keyword.INT_ARRAY; if (anyEqual(keyword, "float", "flt")) return Keyword.FLOAT; if (anyEqual(keyword, "float[]", "flt[]")) return Keyword.FLOAT_ARRAY; if (anyEqual(keyword, "color", "col")) return Keyword.COLOR; if (anyEqual(keyword, "point", "pnt")) return Keyword.POINT; if (anyEqual(keyword, "point[]", "pnt[]")) return Keyword.POINT_ARRAY; if (anyEqual(keyword, "vector", "vec")) return Keyword.VECTOR; if (anyEqual(keyword, "vector[]", "vec[]")) return Keyword.VECTOR_ARRAY; if (anyEqual(keyword, "texcoord", "tex")) return Keyword.TEXCOORD; if (anyEqual(keyword, "texcoord[]", "tex[]")) return Keyword.TEXCOORD_ARRAY; if (anyEqual(keyword, "matrix", "mat")) return Keyword.MATRIX; if (anyEqual(keyword, "matrix[]", "mat[]")) return Keyword.MATRIX_ARRAY; return null; } private boolean anyEqual(String source, String... values) { for (String v : values) if (source.equals(v)) return true; return false; } }src/org/sunflow/core/parser/SCBinaryParser.java0000644000175000017500000001332711301357540021100 0ustar user03user03package org.sunflow.core.parser; import java.io.BufferedInputStream; import java.io.DataInputStream; import java.io.FileInputStream; import java.io.IOException; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.math.Matrix4; public class SCBinaryParser extends SCAbstractParser { private DataInputStream stream; @Override protected void closeParser() throws IOException { stream.close(); } @Override protected void openParser(String filename) throws IOException { stream = new DataInputStream(new BufferedInputStream(new FileInputStream(filename))); } @Override protected boolean parseBoolean() throws IOException { return stream.readUnsignedByte() != 0; } @Override protected float parseFloat() throws IOException { return Float.intBitsToFloat(parseInt()); } @Override protected int parseInt() throws IOException { // note that we use readUnsignedByte(), not read() to get EOF exceptions return stream.readUnsignedByte() | (stream.readUnsignedByte() << 8) | (stream.readUnsignedByte() << 16) | (stream.readUnsignedByte() << 24); } @Override protected Matrix4 parseMatrix() throws IOException { return new Matrix4(parseFloatArray(16), true); } @Override protected String parseString() throws IOException { byte[] b = new byte[parseInt()]; stream.read(b); return new String(b, "UTF-8"); } @Override protected String parseVerbatimString() throws IOException { return parseString(); } @Override protected InterpolationType parseInterpolationType() throws IOException { int c; switch (c = stream.readUnsignedByte()) { case 'n': return InterpolationType.NONE; case 'v': return InterpolationType.VERTEX; case 'f': return InterpolationType.FACEVARYING; case 'p': return InterpolationType.FACE; default: throw new IOException(String.format("Unknown byte found for interpolation type %c", (char) c)); } } @Override protected Keyword parseKeyword() throws IOException { int code = stream.read(); // read a single byte - allow for EOF (<0) switch (code) { case 'p': return Keyword.PARAMETER; case 'g': return Keyword.GEOMETRY; case 'i': return Keyword.INSTANCE; case 's': return Keyword.SHADER; case 'm': return Keyword.MODIFIER; case 'l': return Keyword.LIGHT; case 'c': return Keyword.CAMERA; case 'o': return Keyword.OPTIONS; case 'x': { // extended keywords (less frequent) // note we don't use stream.read() here because we should throw // an exception if the end of the file is reached switch (code = stream.readUnsignedByte()) { case 'R': return Keyword.RESET; case 'i': return Keyword.INCLUDE; case 'r': return Keyword.REMOVE; case 'f': return Keyword.FRAME; case 'p': return Keyword.PLUGIN; case 's': return Keyword.SEARCHPATH; default: throw new IOException(String.format("Unknown extended keyword code: %c", (char) code)); } } case 't': { // data types // note we don't use stream.read() here because we should throw // an exception if the end of the file is reached int type = stream.readUnsignedByte(); // note that while not all types can be arrays at the moment, we // always parse this boolean flag to keep the syntax consistent // and allow for future improvements boolean isArray = parseBoolean(); switch (type) { case 's': return isArray ? Keyword.STRING_ARRAY : Keyword.STRING; case 'b': return Keyword.BOOL; case 'i': return isArray ? Keyword.INT_ARRAY : Keyword.INT; case 'f': return isArray ? Keyword.FLOAT_ARRAY : Keyword.FLOAT; case 'c': return Keyword.COLOR; case 'p': return isArray ? Keyword.POINT_ARRAY : Keyword.POINT; case 'v': return isArray ? Keyword.VECTOR_ARRAY : Keyword.VECTOR; case 't': return isArray ? Keyword.TEXCOORD_ARRAY : Keyword.TEXCOORD; case 'm': return isArray ? Keyword.MATRIX_ARRAY : Keyword.MATRIX; default: throw new IOException(String.format("Unknown datatype keyword code: %c", (char) type)); } } default: if (code < 0) return Keyword.END_OF_FILE; // normal end of file reached else throw new IOException(String.format("Unknown keyword code: %c", (char) code)); } } }src/org/sunflow/core/parser/SCAbstractParser.java0000644000175000017500000002510611301357540021415 0ustar user03user03package org.sunflow.core.parser; import java.io.EOFException; import java.io.IOException; import org.sunflow.SunflowAPIInterface; import org.sunflow.core.SceneParser; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.image.ColorFactory; import org.sunflow.math.Matrix4; import org.sunflow.math.Point2; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public abstract class SCAbstractParser implements SceneParser { public enum Keyword { RESET, PARAMETER, GEOMETRY, INSTANCE, SHADER, MODIFIER, LIGHT, CAMERA, OPTIONS, INCLUDE, REMOVE, FRAME, PLUGIN, SEARCHPATH, STRING, BOOL, INT, FLOAT, COLOR, POINT, VECTOR, TEXCOORD, MATRIX, STRING_ARRAY, INT_ARRAY, FLOAT_ARRAY, POINT_ARRAY, VECTOR_ARRAY, TEXCOORD_ARRAY, MATRIX_ARRAY, END_OF_FILE, } public boolean parse(String filename, SunflowAPIInterface api) { Timer timer = new Timer(); timer.start(); UI.printInfo(Module.API, "Parsing \"%s\" ...", filename); try { openParser(filename); parseloop: while (true) { Keyword k = parseKeyword(); switch (k) { case RESET: api.reset(); break; case PARAMETER: parseParameter(api); break; case GEOMETRY: { String name = parseString(); String type = parseString(); api.geometry(name, type); break; } case INSTANCE: { String name = parseString(); String geoname = parseString(); api.instance(name, geoname); break; } case SHADER: { String name = parseString(); String type = parseString(); api.shader(name, type); break; } case MODIFIER: { String name = parseString(); String type = parseString(); api.modifier(name, type); break; } case LIGHT: { String name = parseString(); String type = parseString(); api.light(name, type); break; } case CAMERA: { String name = parseString(); String type = parseString(); api.camera(name, type); break; } case OPTIONS: { api.options(parseString()); break; } case INCLUDE: { String file = parseString(); UI.printInfo(Module.API, "Including: \"%s\" ...", file); api.include(file); break; } case REMOVE: { api.remove(parseString()); break; } case FRAME: { api.currentFrame(parseInt()); break; } case PLUGIN: { String type = parseString(); String name = parseString(); String code = parseVerbatimString(); api.plugin(type, name, code); break; } case SEARCHPATH: { String type = parseString(); api.searchpath(type, parseString()); break; } case END_OF_FILE: { // clean exit break parseloop; } default: { UI.printWarning(Module.API, "Unexpected token %s", k); break; } } } closeParser(); } catch (Exception e) { // catch all exceptions e.printStackTrace(); UI.printError(Module.API, "%s", e.getMessage()); return false; } timer.end(); UI.printInfo(Module.API, "Done parsing (took %s)", timer.toString()); return true; } private void parseParameter(SunflowAPIInterface api) throws IOException { String name = parseString(); Keyword k = parseKeyword(); switch (k) { case STRING: { api.parameter(name, parseString()); break; } case BOOL: { api.parameter(name, parseBoolean()); break; } case INT: { api.parameter(name, parseInt()); break; } case FLOAT: { api.parameter(name, parseFloat()); break; } case COLOR: { String colorspace = parseString(); int req = ColorFactory.getRequiredDataValues(colorspace); if (req == -2) api.parameter(name, colorspace); // call just to generate // an error else api.parameter(name, colorspace, parseFloatArray(req == -1 ? parseInt() : req)); break; } case POINT: { api.parameter(name, parsePoint()); break; } case VECTOR: { api.parameter(name, parseVector()); break; } case TEXCOORD: { api.parameter(name, parseTexcoord()); break; } case MATRIX: { api.parameter(name, parseMatrix()); break; } case STRING_ARRAY: { int n = parseInt(); api.parameter(name, parseStringArray(n)); break; } case INT_ARRAY: { int n = parseInt(); api.parameter(name, parseIntArray(n)); break; } case FLOAT_ARRAY: { String interp = parseInterpolationType().toString(); int n = parseInt(); api.parameter(name, "float", interp, parseFloatArray(n)); break; } case POINT_ARRAY: { String interp = parseInterpolationType().toString(); int n = parseInt(); api.parameter(name, "point", interp, parseFloatArray(3 * n)); break; } case VECTOR_ARRAY: { String interp = parseInterpolationType().toString(); int n = parseInt(); api.parameter(name, "vector", interp, parseFloatArray(3 * n)); break; } case TEXCOORD_ARRAY: { String interp = parseInterpolationType().toString(); int n = parseInt(); api.parameter(name, "texcoord", interp, parseFloatArray(2 * n)); break; } case MATRIX_ARRAY: { String interp = parseInterpolationType().toString(); int n = parseInt(); api.parameter(name, "matrix", interp, parseMatrixArray(n)); break; } case END_OF_FILE: throw new EOFException(); default: { UI.printWarning(Module.API, "Unexpected keyword: %s", k); break; } } } private String[] parseStringArray(int size) throws IOException { String[] data = new String[size]; for (int i = 0; i < size; i++) data[i] = parseString(); return data; } private int[] parseIntArray(int size) throws IOException { int[] data = new int[size]; for (int i = 0; i < size; i++) data[i] = parseInt(); return data; } protected float[] parseFloatArray(int size) throws IOException { float[] data = new float[size]; for (int i = 0; i < size; i++) data[i] = parseFloat(); return data; } private float[] parseMatrixArray(int size) throws IOException { float[] data = new float[16 * size]; for (int i = 0, offset = 0; i < size; i++, offset += 16) { // copy the next matrix into a linear array - in row major order float[] rowdata = parseMatrix().asRowMajor(); for (int j = 0; j < 16; j++) data[offset + j] = rowdata[j]; } return data; } private Point3 parsePoint() throws IOException { float x = parseFloat(); float y = parseFloat(); float z = parseFloat(); return new Point3(x, y, z); } private Vector3 parseVector() throws IOException { float x = parseFloat(); float y = parseFloat(); float z = parseFloat(); return new Vector3(x, y, z); } private Point2 parseTexcoord() throws IOException { float x = parseFloat(); float y = parseFloat(); return new Point2(x, y); } protected abstract InterpolationType parseInterpolationType() throws IOException; // abstract methods - to be implemented by subclasses protected abstract void openParser(String filename) throws IOException; protected abstract void closeParser() throws IOException; protected abstract Keyword parseKeyword() throws IOException; protected abstract boolean parseBoolean() throws IOException; protected abstract int parseInt() throws IOException; protected abstract float parseFloat() throws IOException; protected abstract String parseString() throws IOException; protected abstract String parseVerbatimString() throws IOException; protected abstract Matrix4 parseMatrix() throws IOException; }src/org/sunflow/core/BucketOrder.java0000644000175000017500000000132211301357540017156 0ustar user03user03package org.sunflow.core; /** * Creates an array of coordinates that iterate over the tiled screen. Classes * which implement this interface are responsible for guarenteeing the entire * screen is tiled. No attempt is made to check for duplicates or incomplete * coverage. */ public interface BucketOrder { /** * Computes the order in which each coordinate on the screen should be * visited. * * @param nbw number of buckets in the X direction * @param nbh number of buckets in the Y direction * @return array of coordinates with interleaved X, Y of the positions of * buckets to be rendered. */ int[] getBucketSequence(int nbw, int nbh); }src/org/sunflow/core/RenderObject.java0000644000175000017500000000167311301357540017324 0ustar user03user03package org.sunflow.core; import org.sunflow.SunflowAPI; /** * This is the base interface for all public rendering object interfaces. It * handles incremental updates via {@link ParameterList} objects. */ public interface RenderObject { /** * Update this object given a list of parameters. This method is guarenteed * to be called at least once on every object, but it should correctly * handle empty parameter lists. This means that the object should be in a * valid state from the time it is constructed. This method should also * return true or false depending on whether the update was succesfull or * not. * * @param pl list of parameters to read from * @param api reference to the current scene * @return true if the update is succesfull, * false otherwise */ public boolean update(ParameterList pl, SunflowAPI api); }src/org/sunflow/core/primitive/0000755000175000017500000000000011301357540016114 5ustar user03user03src/org/sunflow/core/primitive/Hair.java0000644000175000017500000002442711301357540017653 0ustar user03user03package org.sunflow.core.primitive; import java.util.Locale; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.LightSample; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.core.ParameterList.FloatParameter; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class Hair implements PrimitiveList, Shader { private int numSegments; private float[] points; private FloatParameter widths; public Hair() { numSegments = 1; points = null; widths = new FloatParameter(1.0f); } public int getNumPrimitives() { return numSegments * (points.length / (3 * (numSegments + 1))); } public float getPrimitiveBound(int primID, int i) { int hair = primID / numSegments; int line = primID % numSegments; int vn = hair * (numSegments + 1) + line; int vRoot = hair * 3 * (numSegments + 1); int v0 = vRoot + line * 3; int v1 = v0 + 3; int axis = i >>> 1; if ((i & 1) == 0) { return Math.min(points[v0 + axis] - 0.5f * getWidth(vn), points[v1 + axis] - 0.5f * getWidth(vn + 1)); } else { return Math.max(points[v0 + axis] + 0.5f * getWidth(vn), points[v1 + axis] + 0.5f * getWidth(vn + 1)); } } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(); for (int i = 0, j = 0; i < points.length; i += 3, j++) { float w = 0.5f * getWidth(j); bounds.include(points[i] - w, points[i + 1] - w, points[i + 2] - w); bounds.include(points[i] + w, points[i + 1] + w, points[i + 2] + w); } if (o2w != null) bounds = o2w.transform(bounds); return bounds; } private float getWidth(int i) { switch (widths.interp) { case NONE: return widths.data[0]; case VERTEX: return widths.data[i]; default: return 0; } } private Vector3 getTangent(int line, int v0, float v) { Vector3 vcurr = new Vector3(points[v0 + 3] - points[v0 + 0], points[v0 + 4] - points[v0 + 1], points[v0 + 5] - points[v0 + 2]); vcurr.normalize(); if (line == 0 || line == numSegments - 1) return vcurr; if (v <= 0.5f) { // get previous segment Vector3 vprev = new Vector3(points[v0 + 0] - points[v0 - 3], points[v0 + 1] - points[v0 - 2], points[v0 + 2] - points[v0 - 1]); vprev.normalize(); float t = v + 0.5f; float s = 1 - t; float vx = vprev.x * s + vcurr.x * t; float vy = vprev.y * s + vcurr.y * t; float vz = vprev.z * s + vcurr.z * t; return new Vector3(vx, vy, vz); } else { // get next segment v0 += 3; Vector3 vnext = new Vector3(points[v0 + 3] - points[v0 + 0], points[v0 + 4] - points[v0 + 1], points[v0 + 5] - points[v0 + 2]); vnext.normalize(); float t = 1.5f - v; float s = 1 - t; float vx = vnext.x * s + vcurr.x * t; float vy = vnext.y * s + vcurr.y * t; float vz = vnext.z * s + vcurr.z * t; return new Vector3(vx, vy, vz); } } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { int hair = primID / numSegments; int line = primID % numSegments; int vRoot = hair * 3 * (numSegments + 1); int v0 = vRoot + line * 3; int v1 = v0 + 3; float vx = points[v1 + 0] - points[v0 + 0]; float vy = points[v1 + 1] - points[v0 + 1]; float vz = points[v1 + 2] - points[v0 + 2]; float ux = r.dy * vz - r.dz * vy; float uy = r.dz * vx - r.dx * vz; float uz = r.dx * vy - r.dy * vx; float nx = uy * vz - uz * vy; float ny = uz * vx - ux * vz; float nz = ux * vy - uy * vx; float tden = 1 / (nx * r.dx + ny * r.dy + nz * r.dz); float tnum = nx * (points[v0 + 0] - r.ox) + ny * (points[v0 + 1] - r.oy) + nz * (points[v0 + 2] - r.oz); float t = tnum * tden; if (r.isInside(t)) { int vn = hair * (numSegments + 1) + line; float px = r.ox + t * r.dx; float py = r.oy + t * r.dy; float pz = r.oz + t * r.dz; float qx = px - points[v0 + 0]; float qy = py - points[v0 + 1]; float qz = pz - points[v0 + 2]; float q = (vx * qx + vy * qy + vz * qz) / (vx * vx + vy * vy + vz * vz); if (q <= 0) { // don't included rounded tip at root if (line == 0) return; float dx = points[v0 + 0] - px; float dy = points[v0 + 1] - py; float dz = points[v0 + 2] - pz; float d2 = dx * dx + dy * dy + dz * dz; float width = getWidth(vn); if (d2 < (width * width * 0.25f)) { r.setMax(t); state.setIntersection(primID, 0, 0); } } else if (q >= 1) { float dx = points[v1 + 0] - px; float dy = points[v1 + 1] - py; float dz = points[v1 + 2] - pz; float d2 = dx * dx + dy * dy + dz * dz; float width = getWidth(vn + 1); if (d2 < (width * width * 0.25f)) { r.setMax(t); state.setIntersection(primID, 0, 1); } } else { float dx = points[v0 + 0] + q * vx - px; float dy = points[v0 + 1] + q * vy - py; float dz = points[v0 + 2] + q * vz - pz; float d2 = dx * dx + dy * dy + dz * dz; float width = (1 - q) * getWidth(vn) + q * getWidth(vn + 1); if (d2 < (width * width * 0.25f)) { r.setMax(t); state.setIntersection(primID, 0, q); } } } } public void prepareShadingState(ShadingState state) { state.init(); Instance i = state.getInstance(); state.getRay().getPoint(state.getPoint()); Ray r = state.getRay(); Shader s = i.getShader(0); state.setShader(s != null ? s : this); int primID = state.getPrimitiveID(); int hair = primID / numSegments; int line = primID % numSegments; int vRoot = hair * 3 * (numSegments + 1); int v0 = vRoot + line * 3; // tangent vector Vector3 v = getTangent(line, v0, state.getV()); v = state.transformVectorObjectToWorld(v); state.setBasis(OrthoNormalBasis.makeFromWV(v, new Vector3(-r.dx, -r.dy, -r.dz))); state.getBasis().swapVW(); // normal state.getNormal().set(0, 0, 1); state.getBasis().transform(state.getNormal()); state.getGeoNormal().set(state.getNormal()); state.getUV().set(0, (line + state.getV()) / numSegments); } public boolean update(ParameterList pl, SunflowAPI api) { numSegments = pl.getInt("segments", numSegments); if (numSegments < 1) { UI.printError(Module.HAIR, "Invalid number of segments: %d", numSegments); return false; } FloatParameter pointsP = pl.getPointArray("points"); if (pointsP != null) { if (pointsP.interp != InterpolationType.VERTEX) UI.printError(Module.HAIR, "Point interpolation type must be set to \"vertex\" - was \"%s\"", pointsP.interp.name().toLowerCase(Locale.ENGLISH)); else { points = pointsP.data; } } if (points == null) { UI.printError(Module.HAIR, "Unabled to update hair - vertices are missing"); return false; } pl.setVertexCount(points.length / 3); FloatParameter widthsP = pl.getFloatArray("widths"); if (widthsP != null) { if (widthsP.interp == InterpolationType.NONE || widthsP.interp == InterpolationType.VERTEX) widths = widthsP; else UI.printWarning(Module.HAIR, "Width interpolation type %s is not supported -- ignoring", widthsP.interp.name().toLowerCase(Locale.ENGLISH)); } return true; } public Color getRadiance(ShadingState state) { // don't use these - gather lights for sphere of directions // gather lights state.initLightSamples(); state.initCausticSamples(); Vector3 v = state.getRay().getDirection(); v.negate(); Vector3 h = new Vector3(); Vector3 t = state.getBasis().transform(new Vector3(0, 1, 0)); Color diff = Color.black(); Color spec = Color.black(); for (LightSample ls : state) { Vector3 l = ls.getShadowRay().getDirection(); float dotTL = Vector3.dot(t, l); float sinTL = (float) Math.sqrt(1 - dotTL * dotTL); // float dotVL = Vector3.dot(v, l); diff.madd(sinTL, ls.getDiffuseRadiance()); Vector3.add(v, l, h); h.normalize(); float dotTH = Vector3.dot(t, h); float sinTH = (float) Math.sqrt(1 - dotTH * dotTH); float s = (float) Math.pow(sinTH, 10.0f); spec.madd(s, ls.getSpecularRadiance()); } Color c = Color.add(diff, spec, new Color()); // transparency return Color.blend(c, state.traceTransparency(), state.getV(), new Color()); } public void scatterPhoton(ShadingState state, Color power) { } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/Cylinder.java0000644000175000017500000000641111301357540020532 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Solvers; import org.sunflow.math.Vector3; public class Cylinder implements PrimitiveList { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(1); if (o2w != null) bounds = o2w.transform(bounds); return bounds; } public float getPrimitiveBound(int primID, int i) { return (i & 1) == 0 ? -1 : 1; } public int getNumPrimitives() { return 1; } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); Instance parent = state.getInstance(); Point3 localPoint = state.transformWorldToObject(state.getPoint()); state.getNormal().set(localPoint.x, localPoint.y, 0); state.getNormal().normalize(); float phi = (float) Math.atan2(state.getNormal().y, state.getNormal().x); if (phi < 0) phi += 2 * Math.PI; state.getUV().x = phi / (float) (2 * Math.PI); state.getUV().y = (localPoint.z + 1) * 0.5f; state.setShader(parent.getShader(0)); state.setModifier(parent.getModifier(0)); // into world space Vector3 worldNormal = state.transformNormalObjectToWorld(state.getNormal()); Vector3 v = state.transformVectorObjectToWorld(new Vector3(0, 0, 1)); state.getNormal().set(worldNormal); state.getNormal().normalize(); state.getGeoNormal().set(state.getNormal()); // compute basis in world space state.setBasis(OrthoNormalBasis.makeFromWV(state.getNormal(), v)); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // intersect in local space float qa = r.dx * r.dx + r.dy * r.dy; float qb = 2 * ((r.dx * r.ox) + (r.dy * r.oy)); float qc = ((r.ox * r.ox) + (r.oy * r.oy)) - 1; double[] t = Solvers.solveQuadric(qa, qb, qc); if (t != null) { // early rejection if (t[0] >= r.getMax() || t[1] <= r.getMin()) return; if (t[0] > r.getMin()) { float z = r.oz + (float) t[0] * r.dz; if (z >= -1 && z <= 1) { r.setMax((float) t[0]); state.setIntersection(0); return; } } if (t[1] < r.getMax()) { float z = r.oz + (float) t[1] * r.dz; if (z >= -1 && z <= 1) { r.setMax((float) t[1]); state.setIntersection(0); } } } } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/Box.java0000644000175000017500000001401111301357540017504 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.core.ParameterList.FloatParameter; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; public class Box implements PrimitiveList { private float minX, minY, minZ; private float maxX, maxY, maxZ; public Box() { minX = minY = minZ = -1; maxX = maxY = maxZ = +1; } public boolean update(ParameterList pl, SunflowAPI api) { FloatParameter pts = pl.getPointArray("points"); if (pts != null) { BoundingBox bounds = new BoundingBox(); for (int i = 0; i < pts.data.length; i += 3) bounds.include(pts.data[i], pts.data[i + 1], pts.data[i + 2]); // cube extents minX = bounds.getMinimum().x; minY = bounds.getMinimum().y; minZ = bounds.getMinimum().z; maxX = bounds.getMaximum().x; maxY = bounds.getMaximum().y; maxZ = bounds.getMaximum().z; } return true; } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); int n = state.getPrimitiveID(); switch (n) { case 0: state.getNormal().set(new Vector3(1, 0, 0)); break; case 1: state.getNormal().set(new Vector3(-1, 0, 0)); break; case 2: state.getNormal().set(new Vector3(0, 1, 0)); break; case 3: state.getNormal().set(new Vector3(0, -1, 0)); break; case 4: state.getNormal().set(new Vector3(0, 0, 1)); break; case 5: state.getNormal().set(new Vector3(0, 0, -1)); break; default: state.getNormal().set(new Vector3(0, 0, 0)); break; } state.getGeoNormal().set(state.getNormal()); state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); state.setShader(state.getInstance().getShader(0)); state.setModifier(state.getInstance().getModifier(0)); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { float intervalMin = Float.NEGATIVE_INFINITY; float intervalMax = Float.POSITIVE_INFINITY; float orgX = r.ox; float invDirX = 1 / r.dx; float t1, t2; t1 = (minX - orgX) * invDirX; t2 = (maxX - orgX) * invDirX; int sideIn = -1, sideOut = -1; if (invDirX > 0) { if (t1 > intervalMin) { intervalMin = t1; sideIn = 0; } if (t2 < intervalMax) { intervalMax = t2; sideOut = 1; } } else { if (t2 > intervalMin) { intervalMin = t2; sideIn = 1; } if (t1 < intervalMax) { intervalMax = t1; sideOut = 0; } } if (intervalMin > intervalMax) return; float orgY = r.oy; float invDirY = 1 / r.dy; t1 = (minY - orgY) * invDirY; t2 = (maxY - orgY) * invDirY; if (invDirY > 0) { if (t1 > intervalMin) { intervalMin = t1; sideIn = 2; } if (t2 < intervalMax) { intervalMax = t2; sideOut = 3; } } else { if (t2 > intervalMin) { intervalMin = t2; sideIn = 3; } if (t1 < intervalMax) { intervalMax = t1; sideOut = 2; } } if (intervalMin > intervalMax) return; float orgZ = r.oz; float invDirZ = 1 / r.dz; t1 = (minZ - orgZ) * invDirZ; // no front wall t2 = (maxZ - orgZ) * invDirZ; if (invDirZ > 0) { if (t1 > intervalMin) { intervalMin = t1; sideIn = 4; } if (t2 < intervalMax) { intervalMax = t2; sideOut = 5; } } else { if (t2 > intervalMin) { intervalMin = t2; sideIn = 5; } if (t1 < intervalMax) { intervalMax = t1; sideOut = 4; } } if (intervalMin > intervalMax) return; if (r.isInside(intervalMin)) { r.setMax(intervalMin); state.setIntersection(sideIn); } else if (r.isInside(intervalMax)) { r.setMax(intervalMax); state.setIntersection(sideOut); } } public int getNumPrimitives() { return 1; } public float getPrimitiveBound(int primID, int i) { switch (i) { case 0: return minX; case 1: return maxX; case 2: return minY; case 3: return maxY; case 4: return minZ; case 5: return maxZ; default: return 0; } } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(minX, minY, minZ); bounds.include(maxX, maxY, maxZ); if (o2w == null) return bounds; return o2w.transform(bounds); } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/SphereFlake.java0000644000175000017500000002171411301357540021155 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.math.BoundingBox; import org.sunflow.math.MathUtils; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; public class SphereFlake implements PrimitiveList { private static final int MAX_LEVEL = 20; private static final float[] boundingRadiusOffset = new float[MAX_LEVEL + 1]; private static final float[] recursivePattern = new float[9 * 3]; private int level = 2; private Vector3 axis = new Vector3(0, 0, 1); private float baseRadius = 1; static { // geometric series table, to compute bounding radius quickly for (int i = 0, r = 3; i < boundingRadiusOffset.length; i++, r *= 3) boundingRadiusOffset[i] = (r - 3.0f) / r; // lower ring double a = 0, daL = 2 * Math.PI / 6, daU = 2 * Math.PI / 3; for (int i = 0; i < 6; i++) { recursivePattern[3 * i + 0] = -0.3f; recursivePattern[3 * i + 1] = (float) Math.sin(a); recursivePattern[3 * i + 2] = (float) Math.cos(a); a += daL; } a -= daL / 2; // tweak for (int i = 6; i < 9; i++) { recursivePattern[3 * i + 0] = +0.7f; recursivePattern[3 * i + 1] = (float) Math.sin(a); recursivePattern[3 * i + 2] = (float) Math.cos(a); a += daU; } for (int i = 0; i < recursivePattern.length; i += 3) { float x = recursivePattern[i + 0]; float y = recursivePattern[i + 1]; float z = recursivePattern[i + 2]; float n = 1 / (float) Math.sqrt(x * x + y * y + z * z); recursivePattern[i + 0] = x * n; recursivePattern[i + 1] = y * n; recursivePattern[i + 2] = z * n; } } public boolean update(ParameterList pl, SunflowAPI api) { level = MathUtils.clamp(pl.getInt("level", level), 0, 20); axis = pl.getVector("axis", axis); axis.normalize(); baseRadius = Math.abs(pl.getFloat("radius", baseRadius)); return true; } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(getPrimitiveBound(0, 1)); if (o2w != null) bounds = o2w.transform(bounds); return bounds; } public float getPrimitiveBound(int primID, int i) { float br = 1 + boundingRadiusOffset[level]; return (i & 1) == 0 ? -br : br; } public int getNumPrimitives() { return 1; } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); Instance parent = state.getInstance(); Point3 localPoint = state.transformWorldToObject(state.getPoint()); float cx = state.getU(); float cy = state.getV(); float cz = state.getW(); state.getNormal().set(localPoint.x - cx, localPoint.y - cy, localPoint.z - cz); state.getNormal().normalize(); float phi = (float) Math.atan2(state.getNormal().y, state.getNormal().x); if (phi < 0) phi += 2 * Math.PI; float theta = (float) Math.acos(state.getNormal().z); state.getUV().y = theta / (float) Math.PI; state.getUV().x = phi / (float) (2 * Math.PI); Vector3 v = new Vector3(); v.x = -2 * (float) Math.PI * state.getNormal().y; v.y = 2 * (float) Math.PI * state.getNormal().x; v.z = 0; state.setShader(parent.getShader(0)); state.setModifier(parent.getModifier(0)); // into world space Vector3 worldNormal = state.transformNormalObjectToWorld(state.getNormal()); v = state.transformVectorObjectToWorld(v); state.getNormal().set(worldNormal); state.getNormal().normalize(); state.getGeoNormal().set(state.getNormal()); // compute basis in world space state.setBasis(OrthoNormalBasis.makeFromWV(state.getNormal(), v)); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // intersect in local space float qa = r.dx * r.dx + r.dy * r.dy + r.dz * r.dz; intersectFlake(r, state, level, qa, 1 / qa, 0, 0, 0, axis.x, axis.y, axis.z, baseRadius); } private void intersectFlake(Ray r, IntersectionState state, int level, float qa, float qaInv, float cx, float cy, float cz, float dx, float dy, float dz, float radius) { if (level <= 0) { // we reached the bottom - intersect sphere and bail out float vcx = cx - r.ox; float vcy = cy - r.oy; float vcz = cz - r.oz; float b = r.dx * vcx + r.dy * vcy + r.dz * vcz; float disc = b * b - qa * ((vcx * vcx + vcy * vcy + vcz * vcz) - radius * radius); if (disc > 0) { // intersects - check t values float d = (float) Math.sqrt(disc); float t1 = (b - d) * qaInv; float t2 = (b + d) * qaInv; if (t1 >= r.getMax() || t2 <= r.getMin()) return; if (t1 > r.getMin()) r.setMax(t1); else r.setMax(t2); state.setIntersection(0, cx, cy, cz); } } else { float boundRadius = radius * (1 + boundingRadiusOffset[level]); float vcx = cx - r.ox; float vcy = cy - r.oy; float vcz = cz - r.oz; float b = r.dx * vcx + r.dy * vcy + r.dz * vcz; float vcd = (vcx * vcx + vcy * vcy + vcz * vcz); float disc = b * b - qa * (vcd - boundRadius * boundRadius); if (disc > 0) { // intersects - check t values float d = (float) Math.sqrt(disc); float t1 = (b - d) * qaInv; float t2 = (b + d) * qaInv; if (t1 >= r.getMax() || t2 <= r.getMin()) return; // we hit the bounds, now compute intersection with the actual // leaf sphere disc = b * b - qa * (vcd - radius * radius); if (disc > 0) { d = (float) Math.sqrt(disc); t1 = (b - d) * qaInv; t2 = (b + d) * qaInv; if (t1 >= r.getMax() || t2 <= r.getMin()) { // no hit } else { if (t1 > r.getMin()) r.setMax(t1); else r.setMax(t2); state.setIntersection(0, cx, cy, cz); } } // recursively intersect 9 other spheres // step1: compute basis around displacement vector float b1x, b1y, b1z; if (dx * dx < dy * dy && dx * dx < dz * dz) { b1x = 0; b1y = dz; b1z = -dy; } else if (dy * dy < dz * dz) { b1x = dz; b1y = 0; b1z = -dx; } else { b1x = dy; b1y = -dx; b1z = 0; } float n = 1 / (float) Math.sqrt(b1x * b1x + b1y * b1y + b1z * b1z); b1x *= n; b1y *= n; b1z *= n; float b2x = dy * b1z - dz * b1y; float b2y = dz * b1x - dx * b1z; float b2z = dx * b1y - dy * b1x; b1x = dy * b2z - dz * b2y; b1y = dz * b2x - dx * b2z; b1z = dx * b2y - dy * b2x; // step2: generate 9 children recursively float nr = radius * (1 / 3.0f), scale = radius + nr; for (int i = 0; i < 9 * 3; i += 3) { // transform by basis float ndx = recursivePattern[i] * dx + recursivePattern[i + 1] * b1x + recursivePattern[i + 2] * b2x; float ndy = recursivePattern[i] * dy + recursivePattern[i + 1] * b1y + recursivePattern[i + 2] * b2y; float ndz = recursivePattern[i] * dz + recursivePattern[i + 1] * b1z + recursivePattern[i + 2] * b2z; // recurse! intersectFlake(r, state, level - 1, qa, qaInv, cx + scale * ndx, cy + scale * ndy, cz + scale * ndz, ndx, ndy, ndz, nr); } } } } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/ParticleSurface.java0000644000175000017500000000717011301357540022040 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.core.ParameterList.FloatParameter; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Solvers; import org.sunflow.math.Vector3; public class ParticleSurface implements PrimitiveList { private float[] particles; private float r, r2; private int n; public ParticleSurface() { particles = null; r = r2 = 1; n = 0; } public int getNumPrimitives() { return n; } public float getPrimitiveBound(int primID, int i) { float c = particles[primID * 3 + (i >>> 1)]; return (i & 1) == 0 ? c - r : c + r; } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(); for (int i = 0, i3 = 0; i < n; i++, i3 += 3) bounds.include(particles[i3], particles[i3 + 1], particles[i3 + 2]); bounds.include(bounds.getMinimum().x - r, bounds.getMinimum().y - r, bounds.getMinimum().z - r); bounds.include(bounds.getMaximum().x + r, bounds.getMaximum().y + r, bounds.getMaximum().z + r); return o2w == null ? bounds : o2w.transform(bounds); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { int i3 = primID * 3; float ocx = r.ox - particles[i3 + 0]; float ocy = r.oy - particles[i3 + 1]; float ocz = r.oz - particles[i3 + 2]; float qa = r.dx * r.dx + r.dy * r.dy + r.dz * r.dz; float qb = 2 * ((r.dx * ocx) + (r.dy * ocy) + (r.dz * ocz)); float qc = ((ocx * ocx) + (ocy * ocy) + (ocz * ocz)) - r2; double[] t = Solvers.solveQuadric(qa, qb, qc); if (t != null) { // early rejection if (t[0] >= r.getMax() || t[1] <= r.getMin()) return; if (t[0] > r.getMin()) r.setMax((float) t[0]); else r.setMax((float) t[1]); state.setIntersection(primID); } } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); Point3 localPoint = state.transformWorldToObject(state.getPoint()); localPoint.x -= particles[3 * state.getPrimitiveID() + 0]; localPoint.y -= particles[3 * state.getPrimitiveID() + 1]; localPoint.z -= particles[3 * state.getPrimitiveID() + 2]; state.getNormal().set(localPoint.x, localPoint.y, localPoint.z); state.getNormal().normalize(); state.setShader(state.getInstance().getShader(0)); state.setModifier(state.getInstance().getModifier(0)); // into object space Vector3 worldNormal = state.transformNormalObjectToWorld(state.getNormal()); state.getNormal().set(worldNormal); state.getNormal().normalize(); state.getGeoNormal().set(state.getNormal()); state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); } public boolean update(ParameterList pl, SunflowAPI api) { FloatParameter p = pl.getPointArray("particles"); if (p != null) particles = p.data; r = pl.getFloat("radius", r); r2 = r * r; n = pl.getInt("num", n); return particles != null && n <= (particles.length / 3); } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/CubeGrid.java0000644000175000017500000002245611301357540020454 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Vector3; public abstract class CubeGrid implements PrimitiveList { private int nx, ny, nz; private float voxelwx, voxelwy, voxelwz; private float invVoxelwx, invVoxelwy, invVoxelwz; private BoundingBox bounds; public CubeGrid() { nx = ny = nz = 1; bounds = new BoundingBox(1); } public boolean update(ParameterList pl, SunflowAPI api) { nx = pl.getInt("resolutionX", nx); ny = pl.getInt("resolutionY", ny); nz = pl.getInt("resolutionZ", nz); voxelwx = 2.0f / nx; voxelwy = 2.0f / ny; voxelwz = 2.0f / nz; invVoxelwx = 1 / voxelwx; invVoxelwy = 1 / voxelwy; invVoxelwz = 1 / voxelwz; return true; } protected abstract boolean inside(int x, int y, int z); public BoundingBox getBounds() { return bounds; } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); Instance parent = state.getInstance(); Vector3 normal; switch (state.getPrimitiveID()) { case 0: normal = new Vector3(-1, 0, 0); break; case 1: normal = new Vector3(1, 0, 0); break; case 2: normal = new Vector3(0, -1, 0); break; case 3: normal = new Vector3(0, 1, 0); break; case 4: normal = new Vector3(0, 0, -1); break; case 5: normal = new Vector3(0, 0, 1); break; default: normal = new Vector3(0, 0, 0); break; } state.getNormal().set(state.transformNormalObjectToWorld(normal)); state.getGeoNormal().set(state.getNormal()); state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); state.setShader(parent.getShader(0)); state.setModifier(parent.getModifier(0)); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { float intervalMin = r.getMin(); float intervalMax = r.getMax(); float orgX = r.ox; float orgY = r.oy; float orgZ = r.oz; float dirX = r.dx, invDirX = 1 / dirX; float dirY = r.dy, invDirY = 1 / dirY; float dirZ = r.dz, invDirZ = 1 / dirZ; float t1, t2; t1 = (-1 - orgX) * invDirX; t2 = (+1 - orgX) * invDirX; int curr = -1; if (invDirX > 0) { if (t1 > intervalMin) { intervalMin = t1; curr = 0; } if (t2 < intervalMax) intervalMax = t2; if (intervalMin > intervalMax) return; } else { if (t2 > intervalMin) { intervalMin = t2; curr = 1; } if (t1 < intervalMax) intervalMax = t1; if (intervalMin > intervalMax) return; } t1 = (-1 - orgY) * invDirY; t2 = (+1 - orgY) * invDirY; if (invDirY > 0) { if (t1 > intervalMin) { intervalMin = t1; curr = 2; } if (t2 < intervalMax) intervalMax = t2; if (intervalMin > intervalMax) return; } else { if (t2 > intervalMin) { intervalMin = t2; curr = 3; } if (t1 < intervalMax) intervalMax = t1; if (intervalMin > intervalMax) return; } t1 = (-1 - orgZ) * invDirZ; t2 = (+1 - orgZ) * invDirZ; if (invDirZ > 0) { if (t1 > intervalMin) { intervalMin = t1; curr = 4; } if (t2 < intervalMax) intervalMax = t2; if (intervalMin > intervalMax) return; } else { if (t2 > intervalMin) { intervalMin = t2; curr = 5; } if (t1 < intervalMax) intervalMax = t1; if (intervalMin > intervalMax) return; } // box is hit at [intervalMin, intervalMax] orgX += intervalMin * dirX; orgY += intervalMin * dirY; orgZ += intervalMin * dirZ; // locate starting point inside the grid // and set up 3D-DDA vars int indxX, indxY, indxZ; int stepX, stepY, stepZ; int stopX, stopY, stopZ; float deltaX, deltaY, deltaZ; float tnextX, tnextY, tnextZ; // stepping factors along X indxX = (int) ((orgX + 1) * invVoxelwx); if (indxX < 0) indxX = 0; else if (indxX >= nx) indxX = nx - 1; if (Math.abs(dirX) < 1e-6f) { stepX = 0; stopX = indxX; deltaX = 0; tnextX = Float.POSITIVE_INFINITY; } else if (dirX > 0) { stepX = 1; stopX = nx; deltaX = voxelwx * invDirX; tnextX = intervalMin + ((indxX + 1) * voxelwx - 1 - orgX) * invDirX; } else { stepX = -1; stopX = -1; deltaX = -voxelwx * invDirX; tnextX = intervalMin + (indxX * voxelwx - 1 - orgX) * invDirX; } // stepping factors along Y indxY = (int) ((orgY + 1) * invVoxelwy); if (indxY < 0) indxY = 0; else if (indxY >= ny) indxY = ny - 1; if (Math.abs(dirY) < 1e-6f) { stepY = 0; stopY = indxY; deltaY = 0; tnextY = Float.POSITIVE_INFINITY; } else if (dirY > 0) { stepY = 1; stopY = ny; deltaY = voxelwy * invDirY; tnextY = intervalMin + ((indxY + 1) * voxelwy - 1 - orgY) * invDirY; } else { stepY = -1; stopY = -1; deltaY = -voxelwy * invDirY; tnextY = intervalMin + (indxY * voxelwy - 1 - orgY) * invDirY; } // stepping factors along Z indxZ = (int) ((orgZ + 1) * invVoxelwz); if (indxZ < 0) indxZ = 0; else if (indxZ >= nz) indxZ = nz - 1; if (Math.abs(dirZ) < 1e-6f) { stepZ = 0; stopZ = indxZ; deltaZ = 0; tnextZ = Float.POSITIVE_INFINITY; } else if (dirZ > 0) { stepZ = 1; stopZ = nz; deltaZ = voxelwz * invDirZ; tnextZ = intervalMin + ((indxZ + 1) * voxelwz - 1 - orgZ) * invDirZ; } else { stepZ = -1; stopZ = -1; deltaZ = -voxelwz * invDirZ; tnextZ = intervalMin + (indxZ * voxelwz - 1 - orgZ) * invDirZ; } // are we starting inside the cube boolean isInside = inside(indxX, indxY, indxZ) && bounds.contains(r.ox, r.oy, r.oz); // trace through the grid for (;;) { if (inside(indxX, indxY, indxZ) != isInside) { // we hit a boundary r.setMax(intervalMin); // if we are inside, the last bit needs to be flipped if (isInside) curr ^= 1; state.setIntersection(curr); return; } if (tnextX < tnextY && tnextX < tnextZ) { curr = dirX > 0 ? 0 : 1; intervalMin = tnextX; if (intervalMin > intervalMax) return; indxX += stepX; if (indxX == stopX) return; tnextX += deltaX; } else if (tnextY < tnextZ) { curr = dirY > 0 ? 2 : 3; intervalMin = tnextY; if (intervalMin > intervalMax) return; indxY += stepY; if (indxY == stopY) return; tnextY += deltaY; } else { curr = dirZ > 0 ? 4 : 5; intervalMin = tnextZ; if (intervalMin > intervalMax) return; indxZ += stepZ; if (indxZ == stopZ) return; tnextZ += deltaZ; } } } public int getNumPrimitives() { return 1; } public float getPrimitiveBound(int primID, int i) { return ((i & 1) == 0) ? -1 : 1; } public BoundingBox getWorldBounds(Matrix4 o2w) { if (o2w == null) return bounds; return o2w.transform(bounds); } }src/org/sunflow/core/primitive/BanchoffSurface.java0000644000175000017500000000665411301357540022011 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Solvers; import org.sunflow.math.Vector3; public class BanchoffSurface implements PrimitiveList { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(1.5f); if (o2w != null) bounds = o2w.transform(bounds); return bounds; } public float getPrimitiveBound(int primID, int i) { return (i & 1) == 0 ? -1.5f : 1.5f; } public int getNumPrimitives() { return 1; } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); Instance parent = state.getInstance(); Point3 n = state.transformWorldToObject(state.getPoint()); state.getNormal().set(n.x * (2 * n.x * n.x - 1), n.y * (2 * n.y * n.y - 1), n.z * (2 * n.z * n.z - 1)); state.getNormal().normalize(); state.setShader(parent.getShader(0)); state.setModifier(parent.getModifier(0)); // into world space Vector3 worldNormal = state.transformNormalObjectToWorld(state.getNormal()); state.getNormal().set(worldNormal); state.getNormal().normalize(); state.getGeoNormal().set(state.getNormal()); // create basis in world space state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // intersect in local space float rd2x = r.dx * r.dx; float rd2y = r.dy * r.dy; float rd2z = r.dz * r.dz; float ro2x = r.ox * r.ox; float ro2y = r.oy * r.oy; float ro2z = r.oz * r.oz; // setup the quartic coefficients // some common terms could probably be shared across these double A = (rd2y * rd2y + rd2z * rd2z + rd2x * rd2x); double B = 4 * (r.oy * rd2y * r.dy + r.oz * r.dz * rd2z + r.ox * r.dx * rd2x); double C = (-rd2x - rd2y - rd2z + 6 * (ro2y * rd2y + ro2z * rd2z + ro2x * rd2x)); double D = 2 * (2 * ro2z * r.oz * r.dz - r.oz * r.dz + 2 * ro2x * r.ox * r.dx + 2 * ro2y * r.oy * r.dy - r.ox * r.dx - r.oy * r.dy); double E = 3.0f / 8.0f + (-ro2z + ro2z * ro2z - ro2y + ro2y * ro2y - ro2x + ro2x * ro2x); // solve equation double[] t = Solvers.solveQuartic(A, B, C, D, E); if (t != null) { // early rejection if (t[0] >= r.getMax() || t[t.length - 1] <= r.getMin()) return; // find first intersection in front of the ray for (int i = 0; i < t.length; i++) { if (t[i] > r.getMin()) { r.setMax((float) t[i]); state.setIntersection(0); return; } } } } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/Plane.java0000644000175000017500000001140611301357540020020 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; public class Plane implements PrimitiveList { private Point3 center; private Vector3 normal; int k; private float bnu, bnv, bnd; private float cnu, cnv, cnd; public Plane() { center = new Point3(0, 0, 0); normal = new Vector3(0, 1, 0); k = 3; bnu = bnv = bnd = 0; cnu = cnv = cnd = 0; } public boolean update(ParameterList pl, SunflowAPI api) { center = pl.getPoint("center", center); Point3 b = pl.getPoint("point1", null); Point3 c = pl.getPoint("point2", null); if (b != null && c != null) { Point3 v0 = center; Point3 v1 = b; Point3 v2 = c; Vector3 ng = normal = Vector3.cross(Point3.sub(v1, v0, new Vector3()), Point3.sub(v2, v0, new Vector3()), new Vector3()).normalize(); if (Math.abs(ng.x) > Math.abs(ng.y) && Math.abs(ng.x) > Math.abs(ng.z)) k = 0; else if (Math.abs(ng.y) > Math.abs(ng.z)) k = 1; else k = 2; float ax, ay, bx, by, cx, cy; switch (k) { case 0: { ax = v0.y; ay = v0.z; bx = v2.y - ax; by = v2.z - ay; cx = v1.y - ax; cy = v1.z - ay; break; } case 1: { ax = v0.z; ay = v0.x; bx = v2.z - ax; by = v2.x - ay; cx = v1.z - ax; cy = v1.x - ay; break; } case 2: default: { ax = v0.x; ay = v0.y; bx = v2.x - ax; by = v2.y - ay; cx = v1.x - ax; cy = v1.y - ay; } } float det = bx * cy - by * cx; bnu = -by / det; bnv = bx / det; bnd = (by * ax - bx * ay) / det; cnu = cy / det; cnv = -cx / det; cnd = (cx * ay - cy * ax) / det; } else { normal = pl.getVector("normal", normal); k = 3; bnu = bnv = bnd = 0; cnu = cnv = cnd = 0; } return true; } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); Instance parent = state.getInstance(); Vector3 worldNormal = state.transformNormalObjectToWorld(normal); state.getNormal().set(worldNormal); state.getGeoNormal().set(worldNormal); state.setShader(parent.getShader(0)); state.setModifier(parent.getModifier(0)); Point3 p = state.transformWorldToObject(state.getPoint()); float hu, hv; switch (k) { case 0: { hu = p.y; hv = p.z; break; } case 1: { hu = p.z; hv = p.x; break; } case 2: { hu = p.x; hv = p.y; break; } default: hu = hv = 0; } state.getUV().x = hu * bnu + hv * bnv + bnd; state.getUV().y = hu * cnu + hv * cnv + cnd; state.setBasis(OrthoNormalBasis.makeFromW(normal)); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { float dn = normal.x * r.dx + normal.y * r.dy + normal.z * r.dz; if (dn == 0.0) return; float t = (((center.x - r.ox) * normal.x) + ((center.y - r.oy) * normal.y) + ((center.z - r.oz) * normal.z)) / dn; if (r.isInside(t)) { r.setMax(t); state.setIntersection(0); } } public int getNumPrimitives() { return 1; } public float getPrimitiveBound(int primID, int i) { return 0; } public BoundingBox getWorldBounds(Matrix4 o2w) { return null; } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/JuliaFractal.java0000644000175000017500000002150711301357540021325 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Solvers; import org.sunflow.math.Vector3; public class JuliaFractal implements PrimitiveList { private static float BOUNDING_RADIUS = (float) Math.sqrt(3); private static float BOUNDING_RADIUS2 = 3; private static float ESCAPE_THRESHOLD = 1e1f; private static float DELTA = 1e-4f; // quaternion constant private float cx; private float cy; private float cz; private float cw; private int maxIterations; private float epsilon; public JuliaFractal() { // good defaults? cw = -.4f; cx = .2f; cy = .3f; cz = -.2f; maxIterations = 15; epsilon = 0.00001f; } public int getNumPrimitives() { return 1; } public float getPrimitiveBound(int primID, int i) { return ((i & 1) == 0) ? -BOUNDING_RADIUS : BOUNDING_RADIUS; } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(BOUNDING_RADIUS); if (o2w != null) bounds = o2w.transform(bounds); return bounds; } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // intersect with bounding sphere float qc = ((r.ox * r.ox) + (r.oy * r.oy) + (r.oz * r.oz)) - BOUNDING_RADIUS2; float qt = r.getMin(); if (qc > 0) { // we are starting outside the sphere, find intersection on the // sphere float qa = r.dx * r.dx + r.dy * r.dy + r.dz * r.dz; float qb = 2 * ((r.dx * r.ox) + (r.dy * r.oy) + (r.dz * r.oz)); double[] t = Solvers.solveQuadric(qa, qb, qc); // early rejection if (t == null || t[0] >= r.getMax() || t[1] <= r.getMin()) return; qt = (float) t[0]; } float dist = Float.POSITIVE_INFINITY; float rox = r.ox + qt * r.dx; float roy = r.oy + qt * r.dy; float roz = r.oz + qt * r.dz; float invRayLength = (float) (1 / Math.sqrt(r.dx * r.dx + r.dy * r.dy + r.dz * r.dz)); // now we can start intersection while (true) { float zw = rox; float zx = roy; float zy = roz; float zz = 0; float zpw = 1; float zpx = 0; float zpy = 0; float zpz = 0; // run several iterations float dotz = 0; for (int i = 0; i < maxIterations; i++) { { // zp = 2 * (z * zp) float nw = zw * zpw - zx * zpx - zy * zpy - zz * zpz; float nx = zw * zpx + zx * zpw + zy * zpz - zz * zpy; float ny = zw * zpy + zy * zpw + zz * zpx - zx * zpz; zpz = 2 * (zw * zpz + zz * zpw + zx * zpy - zy * zpx); zpw = 2 * nw; zpx = 2 * nx; zpy = 2 * ny; } { // z = z*z + c float nw = zw * zw - zx * zx - zy * zy - zz * zz + cw; zx = 2 * zw * zx + cx; zy = 2 * zw * zy + cy; zz = 2 * zw * zz + cz; zw = nw; } dotz = zw * zw + zx * zx + zy * zy + zz * zz; if (dotz > ESCAPE_THRESHOLD) break; } float normZ = (float) Math.sqrt(dotz); dist = 0.5f * normZ * (float) Math.log(normZ) / length(zpw, zpx, zpy, zpz); rox += dist * r.dx; roy += dist * r.dy; roz += dist * r.dz; qt += dist; if (dist * invRayLength < epsilon) break; if (rox * rox + roy * roy + roz * roz > BOUNDING_RADIUS2) return; } // now test t value again if (!r.isInside(qt)) return; if (dist * invRayLength < epsilon) { // valid hit r.setMax(qt); state.setIntersection(0); } } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); Instance parent = state.getInstance(); // compute local normal Point3 p = state.transformWorldToObject(state.getPoint()); float gx1w = p.x - DELTA; float gx1x = p.y; float gx1y = p.z; float gx1z = 0; float gx2w = p.x + DELTA; float gx2x = p.y; float gx2y = p.z; float gx2z = 0; float gy1w = p.x; float gy1x = p.y - DELTA; float gy1y = p.z; float gy1z = 0; float gy2w = p.x; float gy2x = p.y + DELTA; float gy2y = p.z; float gy2z = 0; float gz1w = p.x; float gz1x = p.y; float gz1y = p.z - DELTA; float gz1z = 0; float gz2w = p.x; float gz2x = p.y; float gz2y = p.z + DELTA; float gz2z = 0; for (int i = 0; i < maxIterations; i++) { { // z = z*z + c float nw = gx1w * gx1w - gx1x * gx1x - gx1y * gx1y - gx1z * gx1z + cw; gx1x = 2 * gx1w * gx1x + cx; gx1y = 2 * gx1w * gx1y + cy; gx1z = 2 * gx1w * gx1z + cz; gx1w = nw; } { // z = z*z + c float nw = gx2w * gx2w - gx2x * gx2x - gx2y * gx2y - gx2z * gx2z + cw; gx2x = 2 * gx2w * gx2x + cx; gx2y = 2 * gx2w * gx2y + cy; gx2z = 2 * gx2w * gx2z + cz; gx2w = nw; } { // z = z*z + c float nw = gy1w * gy1w - gy1x * gy1x - gy1y * gy1y - gy1z * gy1z + cw; gy1x = 2 * gy1w * gy1x + cx; gy1y = 2 * gy1w * gy1y + cy; gy1z = 2 * gy1w * gy1z + cz; gy1w = nw; } { // z = z*z + c float nw = gy2w * gy2w - gy2x * gy2x - gy2y * gy2y - gy2z * gy2z + cw; gy2x = 2 * gy2w * gy2x + cx; gy2y = 2 * gy2w * gy2y + cy; gy2z = 2 * gy2w * gy2z + cz; gy2w = nw; } { // z = z*z + c float nw = gz1w * gz1w - gz1x * gz1x - gz1y * gz1y - gz1z * gz1z + cw; gz1x = 2 * gz1w * gz1x + cx; gz1y = 2 * gz1w * gz1y + cy; gz1z = 2 * gz1w * gz1z + cz; gz1w = nw; } { // z = z*z + c float nw = gz2w * gz2w - gz2x * gz2x - gz2y * gz2y - gz2z * gz2z + cw; gz2x = 2 * gz2w * gz2x + cx; gz2y = 2 * gz2w * gz2y + cy; gz2z = 2 * gz2w * gz2z + cz; gz2w = nw; } } float gradX = length(gx2w, gx2x, gx2y, gx2z) - length(gx1w, gx1x, gx1y, gx1z); float gradY = length(gy2w, gy2x, gy2y, gy2z) - length(gy1w, gy1x, gy1y, gy1z); float gradZ = length(gz2w, gz2x, gz2y, gz2z) - length(gz1w, gz1x, gz1y, gz1z); Vector3 n = new Vector3(gradX, gradY, gradZ); state.getNormal().set(state.transformNormalObjectToWorld(n)); state.getNormal().normalize(); state.getGeoNormal().set(state.getNormal()); state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); state.getPoint().x += state.getNormal().x * epsilon * 20; state.getPoint().y += state.getNormal().y * epsilon * 20; state.getPoint().z += state.getNormal().z * epsilon * 20; state.setShader(parent.getShader(0)); state.setModifier(parent.getModifier(0)); } private static float length(float w, float x, float y, float z) { return (float) Math.sqrt(w * w + x * x + y * y + z * z); } public boolean update(ParameterList pl, SunflowAPI api) { maxIterations = pl.getInt("iterations", maxIterations); epsilon = pl.getFloat("epsilon", epsilon); cw = pl.getFloat("cw", cw); cx = pl.getFloat("cx", cx); cy = pl.getFloat("cy", cy); cz = pl.getFloat("cz", cz); return true; } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/CornellBox.java0000644000175000017500000003616011301357540021034 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.LightSample; import org.sunflow.core.LightSource; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; public class CornellBox implements PrimitiveList, Shader, LightSource { private float minX, minY, minZ; private float maxX, maxY, maxZ; private Color left, right, top, bottom, back; private Color radiance; private int samples; private float lxmin, lymin, lxmax, lymax; private float area; private BoundingBox lightBounds; public CornellBox() { updateGeometry(new Point3(-1, -1, -1), new Point3(1, 1, 1)); // cube colors left = new Color(0.80f, 0.25f, 0.25f); right = new Color(0.25f, 0.25f, 0.80f); Color gray = new Color(0.70f, 0.70f, 0.70f); top = bottom = back = gray; // light source radiance = Color.WHITE; samples = 16; } private void updateGeometry(Point3 c0, Point3 c1) { // figure out cube extents lightBounds = new BoundingBox(c0); lightBounds.include(c1); // cube extents minX = lightBounds.getMinimum().x; minY = lightBounds.getMinimum().y; minZ = lightBounds.getMinimum().z; maxX = lightBounds.getMaximum().x; maxY = lightBounds.getMaximum().y; maxZ = lightBounds.getMaximum().z; // work around epsilon problems for light test lightBounds.enlargeUlps(); // light source geometry lxmin = maxX / 3 + 2 * minX / 3; lxmax = minX / 3 + 2 * maxX / 3; lymin = maxY / 3 + 2 * minY / 3; lymax = minY / 3 + 2 * maxY / 3; area = (lxmax - lxmin) * (lymax - lymin); } public boolean update(ParameterList pl, SunflowAPI api) { Point3 corner0 = pl.getPoint("corner0", null); Point3 corner1 = pl.getPoint("corner1", null); if (corner0 != null && corner1 != null) { updateGeometry(corner0, corner1); } // shader colors left = pl.getColor("leftColor", left); right = pl.getColor("rightColor", right); top = pl.getColor("topColor", top); bottom = pl.getColor("bottomColor", bottom); back = pl.getColor("backColor", back); // light radiance = pl.getColor("radiance", radiance); samples = pl.getInt("samples", samples); return true; } public BoundingBox getBounds() { return lightBounds; } public float getBound(int i) { switch (i) { case 0: return minX; case 1: return maxX; case 2: return minY; case 3: return maxY; case 4: return minZ; case 5: return maxZ; default: return 0; } } public boolean intersects(BoundingBox box) { // this could be optimized BoundingBox b = new BoundingBox(); b.include(new Point3(minX, minY, minZ)); b.include(new Point3(maxX, maxY, maxZ)); if (b.intersects(box)) { // the box is overlapping or enclosed if (!b.contains(new Point3(box.getMinimum().x, box.getMinimum().y, box.getMinimum().z))) return true; if (!b.contains(new Point3(box.getMinimum().x, box.getMinimum().y, box.getMaximum().z))) return true; if (!b.contains(new Point3(box.getMinimum().x, box.getMaximum().y, box.getMinimum().z))) return true; if (!b.contains(new Point3(box.getMinimum().x, box.getMaximum().y, box.getMaximum().z))) return true; if (!b.contains(new Point3(box.getMaximum().x, box.getMinimum().y, box.getMinimum().z))) return true; if (!b.contains(new Point3(box.getMaximum().x, box.getMinimum().y, box.getMaximum().z))) return true; if (!b.contains(new Point3(box.getMaximum().x, box.getMaximum().y, box.getMinimum().z))) return true; if (!b.contains(new Point3(box.getMaximum().x, box.getMaximum().y, box.getMaximum().z))) return true; // all vertices of the box are inside - the surface of the box is // not intersected } return false; } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); int n = state.getPrimitiveID(); switch (n) { case 0: state.getNormal().set(new Vector3(1, 0, 0)); break; case 1: state.getNormal().set(new Vector3(-1, 0, 0)); break; case 2: state.getNormal().set(new Vector3(0, 1, 0)); break; case 3: state.getNormal().set(new Vector3(0, -1, 0)); break; case 4: state.getNormal().set(new Vector3(0, 0, 1)); break; case 5: state.getNormal().set(new Vector3(0, 0, -1)); break; default: state.getNormal().set(new Vector3(0, 0, 0)); break; } state.getGeoNormal().set(state.getNormal()); state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); state.setShader(this); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { float intervalMin = Float.NEGATIVE_INFINITY; float intervalMax = Float.POSITIVE_INFINITY; float orgX = r.ox; float invDirX = 1 / r.dx; float t1, t2; t1 = (minX - orgX) * invDirX; t2 = (maxX - orgX) * invDirX; int sideIn = -1, sideOut = -1; if (invDirX > 0) { if (t1 > intervalMin) { intervalMin = t1; sideIn = 0; } if (t2 < intervalMax) { intervalMax = t2; sideOut = 1; } } else { if (t2 > intervalMin) { intervalMin = t2; sideIn = 1; } if (t1 < intervalMax) { intervalMax = t1; sideOut = 0; } } if (intervalMin > intervalMax) return; float orgY = r.oy; float invDirY = 1 / r.dy; t1 = (minY - orgY) * invDirY; t2 = (maxY - orgY) * invDirY; if (invDirY > 0) { if (t1 > intervalMin) { intervalMin = t1; sideIn = 2; } if (t2 < intervalMax) { intervalMax = t2; sideOut = 3; } } else { if (t2 > intervalMin) { intervalMin = t2; sideIn = 3; } if (t1 < intervalMax) { intervalMax = t1; sideOut = 2; } } if (intervalMin > intervalMax) return; float orgZ = r.oz; float invDirZ = 1 / r.dz; t1 = (minZ - orgZ) * invDirZ; // no front wall t2 = (maxZ - orgZ) * invDirZ; if (invDirZ > 0) { if (t1 > intervalMin) { intervalMin = t1; sideIn = 4; } if (t2 < intervalMax) { intervalMax = t2; sideOut = 5; } } else { if (t2 > intervalMin) { intervalMin = t2; sideIn = 5; } if (t1 < intervalMax) { intervalMax = t1; sideOut = 4; } } if (intervalMin > intervalMax) return; assert sideIn != -1; assert sideOut != -1; // can't hit minY wall, there is none if (sideIn != 2 && r.isInside(intervalMin)) { r.setMax(intervalMin); state.setIntersection(sideIn); } else if (sideOut != 2 && r.isInside(intervalMax)) { r.setMax(intervalMax); state.setIntersection(sideOut); } } public Color getRadiance(ShadingState state) { int side = state.getPrimitiveID(); Color kd = null; switch (side) { case 0: kd = left; break; case 1: kd = right; break; case 3: kd = back; break; case 4: kd = bottom; break; case 5: float lx = state.getPoint().x; float ly = state.getPoint().y; if (lx >= lxmin && lx < lxmax && ly >= lymin && ly < lymax && state.getRay().dz > 0) return state.includeLights() ? radiance : Color.BLACK; kd = top; break; default: assert false; } // make sure we are on the right side of the material state.faceforward(); // setup lighting state.initLightSamples(); state.initCausticSamples(); return state.diffuse(kd); } public void scatterPhoton(ShadingState state, Color power) { int side = state.getPrimitiveID(); Color kd = null; switch (side) { case 0: kd = left; break; case 1: kd = right; break; case 3: kd = back; break; case 4: kd = bottom; break; case 5: float lx = state.getPoint().x; float ly = state.getPoint().y; if (lx >= lxmin && lx < lxmax && ly >= lymin && ly < lymax && state.getRay().dz > 0) return; kd = top; break; default: assert false; } // make sure we are on the right side of the material if (Vector3.dot(state.getNormal(), state.getRay().getDirection()) > 0) { state.getNormal().negate(); state.getGeoNormal().negate(); } state.storePhoton(state.getRay().getDirection(), power, kd); double avg = kd.getAverage(); double rnd = state.getRandom(0, 0, 1); if (rnd < avg) { // photon is scattered power.mul(kd).mul(1 / (float) avg); OrthoNormalBasis onb = OrthoNormalBasis.makeFromW(state.getNormal()); double u = 2 * Math.PI * rnd / avg; double v = state.getRandom(0, 1, 1); float s = (float) Math.sqrt(v); float s1 = (float) Math.sqrt(1.0 - v); Vector3 w = new Vector3((float) Math.cos(u) * s, (float) Math.sin(u) * s, s1); w = onb.transform(w, new Vector3()); state.traceDiffusePhoton(new Ray(state.getPoint(), w), power); } } public int getNumSamples() { return samples; } public void getSamples(ShadingState state) { if (lightBounds.contains(state.getPoint()) && state.getPoint().z < maxZ) { int n = state.getDiffuseDepth() > 0 ? 1 : samples; float a = area / n; for (int i = 0; i < n; i++) { // random offset on unit square double randX = state.getRandom(i, 0, n); double randY = state.getRandom(i, 1, n); Point3 p = new Point3(); p.x = (float) (lxmin * (1 - randX) + lxmax * randX); p.y = (float) (lymin * (1 - randY) + lymax * randY); p.z = maxZ - 0.001f; LightSample dest = new LightSample(); // prepare shadow ray to sampled point dest.setShadowRay(new Ray(state.getPoint(), p)); // check that the direction of the sample is the same as the // normal float cosNx = dest.dot(state.getNormal()); if (cosNx <= 0) return; // light source facing point ? // (need to check with light source's normal) float cosNy = dest.getShadowRay().dz; if (cosNy > 0) { // compute geometric attenuation and probability scale // factor float r = dest.getShadowRay().getMax(); float g = cosNy / (r * r); float scale = g * a; // set final sample radiance dest.setRadiance(radiance, radiance); dest.getDiffuseRadiance().mul(scale); dest.getSpecularRadiance().mul(scale); dest.traceShadow(state); state.addSample(dest); } } } } public void getPhoton(double randX1, double randY1, double randX2, double randY2, Point3 p, Vector3 dir, Color power) { p.x = (float) (lxmin * (1 - randX2) + lxmax * randX2); p.y = (float) (lymin * (1 - randY2) + lymax * randY2); p.z = maxZ - 0.001f; double u = 2 * Math.PI * randX1; double s = Math.sqrt(randY1); dir.set((float) (Math.cos(u) * s), (float) (Math.sin(u) * s), (float) -Math.sqrt(1.0f - randY1)); Color.mul((float) Math.PI * area, radiance, power); } public float getPower() { return radiance.copy().mul((float) Math.PI * area).getLuminance(); } public int getNumPrimitives() { return 1; } public float getPrimitiveBound(int primID, int i) { switch (i) { case 0: return minX; case 1: return maxX; case 2: return minY; case 3: return maxY; case 4: return minZ; case 5: return maxZ; default: return 0; } } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(minX, minY, minZ); bounds.include(maxX, maxY, maxZ); if (o2w == null) return bounds; return o2w.transform(bounds); } public PrimitiveList getBakingPrimitives() { return null; } public Instance createInstance() { return Instance.createTemporary(this, null, this); } }src/org/sunflow/core/primitive/Sphere.java0000644000175000017500000000622711301357540020214 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Solvers; import org.sunflow.math.Vector3; public class Sphere implements PrimitiveList { public boolean update(ParameterList pl, SunflowAPI api) { return true; } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(1); if (o2w != null) bounds = o2w.transform(bounds); return bounds; } public float getPrimitiveBound(int primID, int i) { return (i & 1) == 0 ? -1 : 1; } public int getNumPrimitives() { return 1; } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); Instance parent = state.getInstance(); Point3 localPoint = state.transformWorldToObject(state.getPoint()); state.getNormal().set(localPoint.x, localPoint.y, localPoint.z); state.getNormal().normalize(); float phi = (float) Math.atan2(state.getNormal().y, state.getNormal().x); if (phi < 0) phi += 2 * Math.PI; float theta = (float) Math.acos(state.getNormal().z); state.getUV().y = theta / (float) Math.PI; state.getUV().x = phi / (float) (2 * Math.PI); Vector3 v = new Vector3(); v.x = -2 * (float) Math.PI * state.getNormal().y; v.y = 2 * (float) Math.PI * state.getNormal().x; v.z = 0; state.setShader(parent.getShader(0)); state.setModifier(parent.getModifier(0)); // into world space Vector3 worldNormal = state.transformNormalObjectToWorld(state.getNormal()); v = state.transformVectorObjectToWorld(v); state.getNormal().set(worldNormal); state.getNormal().normalize(); state.getGeoNormal().set(state.getNormal()); // compute basis in world space state.setBasis(OrthoNormalBasis.makeFromWV(state.getNormal(), v)); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // intersect in local space float qa = r.dx * r.dx + r.dy * r.dy + r.dz * r.dz; float qb = 2 * ((r.dx * r.ox) + (r.dy * r.oy) + (r.dz * r.oz)); float qc = ((r.ox * r.ox) + (r.oy * r.oy) + (r.oz * r.oz)) - 1; double[] t = Solvers.solveQuadric(qa, qb, qc); if (t != null) { // early rejection if (t[0] >= r.getMax() || t[1] <= r.getMin()) return; if (t[0] > r.getMin()) r.setMax((float) t[0]); else r.setMax((float) t[1]); state.setIntersection(0); } } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/Torus.java0000644000175000017500000001066511301357540020103 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.math.BoundingBox; import org.sunflow.math.MathUtils; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Solvers; import org.sunflow.math.Vector3; public class Torus implements PrimitiveList { private float ri2, ro2; private float ri, ro; public Torus() { ri = 0.25f; ro = 1; ri2 = ri * ri; ro2 = ro * ro; } public boolean update(ParameterList pl, SunflowAPI api) { ri = pl.getFloat("radiusInner", ri); ro = pl.getFloat("radiusOuter", ro); ri2 = ri * ri; ro2 = ro * ro; return true; } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(-ro - ri, -ro - ri, -ri); bounds.include(ro + ri, ro + ri, ri); if (o2w != null) bounds = o2w.transform(bounds); return bounds; } public float getPrimitiveBound(int primID, int i) { switch (i) { case 0: case 2: return -ro - ri; case 1: case 3: return ro + ri; case 4: return -ri; case 5: return ri; default: return 0; } } public int getNumPrimitives() { return 1; } public void prepareShadingState(ShadingState state) { state.init(); state.getRay().getPoint(state.getPoint()); Instance parent = state.getInstance(); // get local point Point3 p = state.transformWorldToObject(state.getPoint()); // compute local normal float deriv = p.x * p.x + p.y * p.y + p.z * p.z - ri2 - ro2; state.getNormal().set(p.x * deriv, p.y * deriv, p.z * deriv + 2 * ro2 * p.z); state.getNormal().normalize(); double phi = Math.asin(MathUtils.clamp(p.z / ri, -1, 1)); double theta = Math.atan2(p.y, p.x); if (theta < 0) theta += 2 * Math.PI; state.getUV().x = (float) (theta / (2 * Math.PI)); state.getUV().y = (float) ((phi + Math.PI / 2) / Math.PI); state.setShader(parent.getShader(0)); state.setModifier(parent.getModifier(0)); // into world space Vector3 worldNormal = state.transformNormalObjectToWorld(state.getNormal()); state.getNormal().set(worldNormal); state.getNormal().normalize(); state.getGeoNormal().set(state.getNormal()); // make basis in world space state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // intersect in local space float rd2x = r.dx * r.dx; float rd2y = r.dy * r.dy; float rd2z = r.dz * r.dz; float ro2x = r.ox * r.ox; float ro2y = r.oy * r.oy; float ro2z = r.oz * r.oz; // compute some common factors double alpha = rd2x + rd2y + rd2z; double beta = 2 * (r.ox * r.dx + r.oy * r.dy + r.oz * r.dz); double gamma = (ro2x + ro2y + ro2z) - ri2 - ro2; // setup quartic coefficients double A = alpha * alpha; double B = 2 * alpha * beta; double C = beta * beta + 2 * alpha * gamma + 4 * ro2 * rd2z; double D = 2 * beta * gamma + 8 * ro2 * r.oz * r.dz; double E = gamma * gamma + 4 * ro2 * ro2z - 4 * ro2 * ri2; // solve equation double[] t = Solvers.solveQuartic(A, B, C, D, E); if (t != null) { // early rejection if (t[0] >= r.getMax() || t[t.length - 1] <= r.getMin()) return; // find first intersection in front of the ray for (int i = 0; i < t.length; i++) { if (t[i] > r.getMin()) { r.setMax((float) t[i]); state.setIntersection(0); return; } } } } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/Background.java0000644000175000017500000000224111301357540021035 0ustar user03user03package org.sunflow.core.primitive; import org.sunflow.SunflowAPI; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; public class Background implements PrimitiveList { public Background() { } public boolean update(ParameterList pl, SunflowAPI api) { return true; } public void prepareShadingState(ShadingState state) { if (state.getDepth() == 0) state.setShader(state.getInstance().getShader(0)); } public int getNumPrimitives() { return 1; } public float getPrimitiveBound(int primID, int i) { return 0; } public BoundingBox getWorldBounds(Matrix4 o2w) { return null; } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { if (r.getMax() == Float.POSITIVE_INFINITY) state.setIntersection(0); } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/primitive/TriangleMesh.java0000644000175000017500000007770511301357540021361 0ustar user03user03package org.sunflow.core.primitive; import java.io.FileWriter; import java.io.IOException; import java.util.Locale; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.core.ParameterList.FloatParameter; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.math.BoundingBox; import org.sunflow.math.MathUtils; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class TriangleMesh implements PrimitiveList { private static boolean smallTriangles = false; protected float[] points; protected int[] triangles; private WaldTriangle[] triaccel; private FloatParameter normals; private FloatParameter uvs; private byte[] faceShaders; public static void setSmallTriangles(boolean smallTriangles) { if (smallTriangles) UI.printInfo(Module.GEOM, "Small trimesh mode: enabled"); else UI.printInfo(Module.GEOM, "Small trimesh mode: disabled"); TriangleMesh.smallTriangles = smallTriangles; } public TriangleMesh() { triangles = null; points = null; normals = uvs = new FloatParameter(); faceShaders = null; } public void writeObj(String filename) { try { FileWriter file = new FileWriter(filename); file.write(String.format("o object\n")); for (int i = 0; i < points.length; i += 3) file.write(String.format("v %g %g %g\n", points[i], points[i + 1], points[i + 2])); file.write("s off\n"); for (int i = 0; i < triangles.length; i += 3) file.write(String.format("f %d %d %d\n", triangles[i] + 1, triangles[i + 1] + 1, triangles[i + 2] + 1)); file.close(); } catch (IOException e) { e.printStackTrace(); } } public boolean update(ParameterList pl, SunflowAPI api) { boolean updatedTopology = false; { int[] triangles = pl.getIntArray("triangles"); if (triangles != null) { this.triangles = triangles; updatedTopology = true; } } if (triangles == null) { UI.printError(Module.GEOM, "Unable to update mesh - triangle indices are missing"); return false; } if (triangles.length % 3 != 0) UI.printWarning(Module.GEOM, "Triangle index data is not a multiple of 3 - triangles may be missing"); pl.setFaceCount(triangles.length / 3); { FloatParameter pointsP = pl.getPointArray("points"); if (pointsP != null) if (pointsP.interp != InterpolationType.VERTEX) UI.printError(Module.GEOM, "Point interpolation type must be set to \"vertex\" - was \"%s\"", pointsP.interp.name().toLowerCase(Locale.ENGLISH)); else { points = pointsP.data; updatedTopology = true; } } if (points == null) { UI.printError(Module.GEOM, "Unable to update mesh - vertices are missing"); return false; } pl.setVertexCount(points.length / 3); pl.setFaceVertexCount(3 * (triangles.length / 3)); FloatParameter normals = pl.getVectorArray("normals"); if (normals != null) this.normals = normals; FloatParameter uvs = pl.getTexCoordArray("uvs"); if (uvs != null) this.uvs = uvs; int[] faceShaders = pl.getIntArray("faceshaders"); if (faceShaders != null && faceShaders.length == triangles.length / 3) { this.faceShaders = new byte[faceShaders.length]; for (int i = 0; i < faceShaders.length; i++) { int v = faceShaders[i]; if (v > 255) UI.printWarning(Module.GEOM, "Shader index too large on triangle %d", i); this.faceShaders[i] = (byte) (v & 0xFF); } } if (updatedTopology) { // create triangle acceleration structure init(); } return true; } public float getPrimitiveBound(int primID, int i) { int tri = 3 * primID; int a = 3 * triangles[tri + 0]; int b = 3 * triangles[tri + 1]; int c = 3 * triangles[tri + 2]; int axis = i >>> 1; if ((i & 1) == 0) return MathUtils.min(points[a + axis], points[b + axis], points[c + axis]); else return MathUtils.max(points[a + axis], points[b + axis], points[c + axis]); } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(); if (o2w == null) { for (int i = 0; i < points.length; i += 3) bounds.include(points[i], points[i + 1], points[i + 2]); } else { // transform vertices first for (int i = 0; i < points.length; i += 3) { float x = points[i]; float y = points[i + 1]; float z = points[i + 2]; float wx = o2w.transformPX(x, y, z); float wy = o2w.transformPY(x, y, z); float wz = o2w.transformPZ(x, y, z); bounds.include(wx, wy, wz); } } return bounds; } private final void intersectTriangleKensler(Ray r, int primID, IntersectionState state) { int tri = 3 * primID; int a = 3 * triangles[tri + 0]; int b = 3 * triangles[tri + 1]; int c = 3 * triangles[tri + 2]; float edge0x = points[b + 0] - points[a + 0]; float edge0y = points[b + 1] - points[a + 1]; float edge0z = points[b + 2] - points[a + 2]; float edge1x = points[a + 0] - points[c + 0]; float edge1y = points[a + 1] - points[c + 1]; float edge1z = points[a + 2] - points[c + 2]; float nx = edge0y * edge1z - edge0z * edge1y; float ny = edge0z * edge1x - edge0x * edge1z; float nz = edge0x * edge1y - edge0y * edge1x; float v = r.dot(nx, ny, nz); float iv = 1 / v; float edge2x = points[a + 0] - r.ox; float edge2y = points[a + 1] - r.oy; float edge2z = points[a + 2] - r.oz; float va = nx * edge2x + ny * edge2y + nz * edge2z; float t = iv * va; if (!r.isInside(t)) return; float ix = edge2y * r.dz - edge2z * r.dy; float iy = edge2z * r.dx - edge2x * r.dz; float iz = edge2x * r.dy - edge2y * r.dx; float v1 = ix * edge1x + iy * edge1y + iz * edge1z; float beta = iv * v1; if (beta < 0) return; float v2 = ix * edge0x + iy * edge0y + iz * edge0z; if ((v1 + v2) * v > v * v) return; float gamma = iv * v2; if (gamma < 0) return; r.setMax(t); state.setIntersection(primID, beta, gamma); } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // alternative test -- disabled for now // intersectPrimitiveRobust(r, primID, state); if (triaccel != null) { // optional fast intersection method triaccel[primID].intersect(r, primID, state); return; } intersectTriangleKensler(r, primID, state); } public int getNumPrimitives() { return triangles.length / 3; } public void prepareShadingState(ShadingState state) { state.init(); Instance parent = state.getInstance(); int primID = state.getPrimitiveID(); float u = state.getU(); float v = state.getV(); float w = 1 - u - v; state.getRay().getPoint(state.getPoint()); int tri = 3 * primID; int index0 = triangles[tri + 0]; int index1 = triangles[tri + 1]; int index2 = triangles[tri + 2]; Point3 v0p = getPoint(index0); Point3 v1p = getPoint(index1); Point3 v2p = getPoint(index2); Vector3 ng = Point3.normal(v0p, v1p, v2p); ng = state.transformNormalObjectToWorld(ng); ng.normalize(); state.getGeoNormal().set(ng); switch (normals.interp) { case NONE: case FACE: { state.getNormal().set(ng); break; } case VERTEX: { int i30 = 3 * index0; int i31 = 3 * index1; int i32 = 3 * index2; float[] normals = this.normals.data; state.getNormal().x = w * normals[i30 + 0] + u * normals[i31 + 0] + v * normals[i32 + 0]; state.getNormal().y = w * normals[i30 + 1] + u * normals[i31 + 1] + v * normals[i32 + 1]; state.getNormal().z = w * normals[i30 + 2] + u * normals[i31 + 2] + v * normals[i32 + 2]; state.getNormal().set(state.transformNormalObjectToWorld(state.getNormal())); state.getNormal().normalize(); break; } case FACEVARYING: { int idx = 3 * tri; float[] normals = this.normals.data; state.getNormal().x = w * normals[idx + 0] + u * normals[idx + 3] + v * normals[idx + 6]; state.getNormal().y = w * normals[idx + 1] + u * normals[idx + 4] + v * normals[idx + 7]; state.getNormal().z = w * normals[idx + 2] + u * normals[idx + 5] + v * normals[idx + 8]; state.getNormal().set(state.transformNormalObjectToWorld(state.getNormal())); state.getNormal().normalize(); break; } } float uv00 = 0, uv01 = 0, uv10 = 0, uv11 = 0, uv20 = 0, uv21 = 0; switch (uvs.interp) { case NONE: case FACE: { state.getUV().x = 0; state.getUV().y = 0; break; } case VERTEX: { int i20 = 2 * index0; int i21 = 2 * index1; int i22 = 2 * index2; float[] uvs = this.uvs.data; uv00 = uvs[i20 + 0]; uv01 = uvs[i20 + 1]; uv10 = uvs[i21 + 0]; uv11 = uvs[i21 + 1]; uv20 = uvs[i22 + 0]; uv21 = uvs[i22 + 1]; break; } case FACEVARYING: { int idx = tri << 1; float[] uvs = this.uvs.data; uv00 = uvs[idx + 0]; uv01 = uvs[idx + 1]; uv10 = uvs[idx + 2]; uv11 = uvs[idx + 3]; uv20 = uvs[idx + 4]; uv21 = uvs[idx + 5]; break; } } if (uvs.interp != InterpolationType.NONE) { // get exact uv coords and compute tangent vectors state.getUV().x = w * uv00 + u * uv10 + v * uv20; state.getUV().y = w * uv01 + u * uv11 + v * uv21; float du1 = uv00 - uv20; float du2 = uv10 - uv20; float dv1 = uv01 - uv21; float dv2 = uv11 - uv21; Vector3 dp1 = Point3.sub(v0p, v2p, new Vector3()), dp2 = Point3.sub(v1p, v2p, new Vector3()); float determinant = du1 * dv2 - dv1 * du2; if (determinant == 0.0f) { // create basis in world space state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); } else { float invdet = 1.f / determinant; // Vector3 dpdu = new Vector3(); // dpdu.x = (dv2 * dp1.x - dv1 * dp2.x) * invdet; // dpdu.y = (dv2 * dp1.y - dv1 * dp2.y) * invdet; // dpdu.z = (dv2 * dp1.z - dv1 * dp2.z) * invdet; Vector3 dpdv = new Vector3(); dpdv.x = (-du2 * dp1.x + du1 * dp2.x) * invdet; dpdv.y = (-du2 * dp1.y + du1 * dp2.y) * invdet; dpdv.z = (-du2 * dp1.z + du1 * dp2.z) * invdet; dpdv = state.transformVectorObjectToWorld(dpdv); // create basis in world space state.setBasis(OrthoNormalBasis.makeFromWV(state.getNormal(), dpdv)); } } else state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); int shaderIndex = faceShaders == null ? 0 : (faceShaders[primID] & 0xFF); state.setShader(parent.getShader(shaderIndex)); state.setModifier(parent.getModifier(shaderIndex)); } public void init() { triaccel = null; int nt = getNumPrimitives(); if (!smallTriangles) { // too many triangles? -- don't generate triaccel to save memory if (nt > 2000000) { UI.printWarning(Module.GEOM, "TRI - Too many triangles -- triaccel generation skipped"); return; } triaccel = new WaldTriangle[nt]; for (int i = 0; i < nt; i++) triaccel[i] = new WaldTriangle(this, i); } } protected Point3 getPoint(int i) { i *= 3; return new Point3(points[i], points[i + 1], points[i + 2]); } public void getPoint(int tri, int i, Point3 p) { int index = 3 * triangles[3 * tri + i]; p.set(points[index], points[index + 1], points[index + 2]); } private static final class WaldTriangle { // private data for fast triangle intersection testing private int k; private float nu, nv, nd; private float bnu, bnv, bnd; private float cnu, cnv, cnd; private WaldTriangle(TriangleMesh mesh, int tri) { k = 0; tri *= 3; int index0 = mesh.triangles[tri + 0]; int index1 = mesh.triangles[tri + 1]; int index2 = mesh.triangles[tri + 2]; Point3 v0p = mesh.getPoint(index0); Point3 v1p = mesh.getPoint(index1); Point3 v2p = mesh.getPoint(index2); Vector3 ng = Point3.normal(v0p, v1p, v2p); if (Math.abs(ng.x) > Math.abs(ng.y) && Math.abs(ng.x) > Math.abs(ng.z)) k = 0; else if (Math.abs(ng.y) > Math.abs(ng.z)) k = 1; else k = 2; float ax, ay, bx, by, cx, cy; switch (k) { case 0: { nu = ng.y / ng.x; nv = ng.z / ng.x; nd = v0p.x + (nu * v0p.y) + (nv * v0p.z); ax = v0p.y; ay = v0p.z; bx = v2p.y - ax; by = v2p.z - ay; cx = v1p.y - ax; cy = v1p.z - ay; break; } case 1: { nu = ng.z / ng.y; nv = ng.x / ng.y; nd = (nv * v0p.x) + v0p.y + (nu * v0p.z); ax = v0p.z; ay = v0p.x; bx = v2p.z - ax; by = v2p.x - ay; cx = v1p.z - ax; cy = v1p.x - ay; break; } case 2: default: { nu = ng.x / ng.z; nv = ng.y / ng.z; nd = (nu * v0p.x) + (nv * v0p.y) + v0p.z; ax = v0p.x; ay = v0p.y; bx = v2p.x - ax; by = v2p.y - ay; cx = v1p.x - ax; cy = v1p.y - ay; } } float det = bx * cy - by * cx; bnu = -by / det; bnv = bx / det; bnd = (by * ax - bx * ay) / det; cnu = cy / det; cnv = -cx / det; cnd = (cx * ay - cy * ax) / det; } void intersect(Ray r, int primID, IntersectionState state) { switch (k) { case 0: { float det = 1.0f / (r.dx + nu * r.dy + nv * r.dz); float t = (nd - r.ox - nu * r.oy - nv * r.oz) * det; if (!r.isInside(t)) return; float hu = r.oy + t * r.dy; float hv = r.oz + t * r.dz; float u = hu * bnu + hv * bnv + bnd; if (u < 0.0f) return; float v = hu * cnu + hv * cnv + cnd; if (v < 0.0f) return; if (u + v > 1.0f) return; r.setMax(t); state.setIntersection(primID, u, v); return; } case 1: { float det = 1.0f / (r.dy + nu * r.dz + nv * r.dx); float t = (nd - r.oy - nu * r.oz - nv * r.ox) * det; if (!r.isInside(t)) return; float hu = r.oz + t * r.dz; float hv = r.ox + t * r.dx; float u = hu * bnu + hv * bnv + bnd; if (u < 0.0f) return; float v = hu * cnu + hv * cnv + cnd; if (v < 0.0f) return; if (u + v > 1.0f) return; r.setMax(t); state.setIntersection(primID, u, v); return; } case 2: { float det = 1.0f / (r.dz + nu * r.dx + nv * r.dy); float t = (nd - r.oz - nu * r.ox - nv * r.oy) * det; if (!r.isInside(t)) return; float hu = r.ox + t * r.dx; float hv = r.oy + t * r.dy; float u = hu * bnu + hv * bnv + bnd; if (u < 0.0f) return; float v = hu * cnu + hv * cnv + cnd; if (v < 0.0f) return; if (u + v > 1.0f) return; r.setMax(t); state.setIntersection(primID, u, v); return; } } } } public PrimitiveList getBakingPrimitives() { switch (uvs.interp) { case NONE: case FACE: UI.printError(Module.GEOM, "Cannot generate baking surface without texture coordinate data"); return null; default: return new BakingSurface(); } } private class BakingSurface implements PrimitiveList { public PrimitiveList getBakingPrimitives() { return null; } public int getNumPrimitives() { return TriangleMesh.this.getNumPrimitives(); } public float getPrimitiveBound(int primID, int i) { if (i > 3) return 0; switch (uvs.interp) { case NONE: case FACE: default: { return 0; } case VERTEX: { int tri = 3 * primID; int index0 = triangles[tri + 0]; int index1 = triangles[tri + 1]; int index2 = triangles[tri + 2]; int i20 = 2 * index0; int i21 = 2 * index1; int i22 = 2 * index2; float[] uvs = TriangleMesh.this.uvs.data; switch (i) { case 0: return MathUtils.min(uvs[i20 + 0], uvs[i21 + 0], uvs[i22 + 0]); case 1: return MathUtils.max(uvs[i20 + 0], uvs[i21 + 0], uvs[i22 + 0]); case 2: return MathUtils.min(uvs[i20 + 1], uvs[i21 + 1], uvs[i22 + 1]); case 3: return MathUtils.max(uvs[i20 + 1], uvs[i21 + 1], uvs[i22 + 1]); default: return 0; } } case FACEVARYING: { int idx = 6 * primID; float[] uvs = TriangleMesh.this.uvs.data; switch (i) { case 0: return MathUtils.min(uvs[idx + 0], uvs[idx + 2], uvs[idx + 4]); case 1: return MathUtils.max(uvs[idx + 0], uvs[idx + 2], uvs[idx + 4]); case 2: return MathUtils.min(uvs[idx + 1], uvs[idx + 3], uvs[idx + 5]); case 3: return MathUtils.max(uvs[idx + 1], uvs[idx + 3], uvs[idx + 5]); default: return 0; } } } } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(); if (o2w == null) { for (int i = 0; i < uvs.data.length; i += 2) bounds.include(uvs.data[i], uvs.data[i + 1], 0); } else { // transform vertices first for (int i = 0; i < uvs.data.length; i += 2) { float x = uvs.data[i]; float y = uvs.data[i + 1]; float wx = o2w.transformPX(x, y, 0); float wy = o2w.transformPY(x, y, 0); float wz = o2w.transformPZ(x, y, 0); bounds.include(wx, wy, wz); } } return bounds; } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { float uv00 = 0, uv01 = 0, uv10 = 0, uv11 = 0, uv20 = 0, uv21 = 0; switch (uvs.interp) { case NONE: case FACE: default: return; case VERTEX: { int tri = 3 * primID; int index0 = triangles[tri + 0]; int index1 = triangles[tri + 1]; int index2 = triangles[tri + 2]; int i20 = 2 * index0; int i21 = 2 * index1; int i22 = 2 * index2; float[] uvs = TriangleMesh.this.uvs.data; uv00 = uvs[i20 + 0]; uv01 = uvs[i20 + 1]; uv10 = uvs[i21 + 0]; uv11 = uvs[i21 + 1]; uv20 = uvs[i22 + 0]; uv21 = uvs[i22 + 1]; break; } case FACEVARYING: { int idx = (3 * primID) << 1; float[] uvs = TriangleMesh.this.uvs.data; uv00 = uvs[idx + 0]; uv01 = uvs[idx + 1]; uv10 = uvs[idx + 2]; uv11 = uvs[idx + 3]; uv20 = uvs[idx + 4]; uv21 = uvs[idx + 5]; break; } } double edge1x = uv10 - uv00; double edge1y = uv11 - uv01; double edge2x = uv20 - uv00; double edge2y = uv21 - uv01; double pvecx = r.dy * 0 - r.dz * edge2y; double pvecy = r.dz * edge2x - r.dx * 0; double pvecz = r.dx * edge2y - r.dy * edge2x; double qvecx, qvecy, qvecz; double u, v; double det = edge1x * pvecx + edge1y * pvecy + 0 * pvecz; if (det > 0) { double tvecx = r.ox - uv00; double tvecy = r.oy - uv01; double tvecz = r.oz; u = (tvecx * pvecx + tvecy * pvecy + tvecz * pvecz); if (u < 0.0 || u > det) return; qvecx = tvecy * 0 - tvecz * edge1y; qvecy = tvecz * edge1x - tvecx * 0; qvecz = tvecx * edge1y - tvecy * edge1x; v = (r.dx * qvecx + r.dy * qvecy + r.dz * qvecz); if (v < 0.0 || u + v > det) return; } else if (det < 0) { double tvecx = r.ox - uv00; double tvecy = r.oy - uv01; double tvecz = r.oz; u = (tvecx * pvecx + tvecy * pvecy + tvecz * pvecz); if (u > 0.0 || u < det) return; qvecx = tvecy * 0 - tvecz * edge1y; qvecy = tvecz * edge1x - tvecx * 0; qvecz = tvecx * edge1y - tvecy * edge1x; v = (r.dx * qvecx + r.dy * qvecy + r.dz * qvecz); if (v > 0.0 || u + v < det) return; } else return; double inv_det = 1.0 / det; float t = (float) ((edge2x * qvecx + edge2y * qvecy + 0 * qvecz) * inv_det); if (r.isInside(t)) { r.setMax(t); state.setIntersection(primID, (float) (u * inv_det), (float) (v * inv_det)); } } public void prepareShadingState(ShadingState state) { state.init(); Instance parent = state.getInstance(); int primID = state.getPrimitiveID(); float u = state.getU(); float v = state.getV(); float w = 1 - u - v; // state.getRay().getPoint(state.getPoint()); int tri = 3 * primID; int index0 = triangles[tri + 0]; int index1 = triangles[tri + 1]; int index2 = triangles[tri + 2]; Point3 v0p = getPoint(index0); Point3 v1p = getPoint(index1); Point3 v2p = getPoint(index2); // get object space point from barycentric coordinates state.getPoint().x = w * v0p.x + u * v1p.x + v * v2p.x; state.getPoint().y = w * v0p.y + u * v1p.y + v * v2p.y; state.getPoint().z = w * v0p.z + u * v1p.z + v * v2p.z; // move into world space state.getPoint().set(state.transformObjectToWorld(state.getPoint())); Vector3 ng = Point3.normal(v0p, v1p, v2p); if (parent != null) ng = state.transformNormalObjectToWorld(ng); ng.normalize(); state.getGeoNormal().set(ng); switch (normals.interp) { case NONE: case FACE: { state.getNormal().set(ng); break; } case VERTEX: { int i30 = 3 * index0; int i31 = 3 * index1; int i32 = 3 * index2; float[] normals = TriangleMesh.this.normals.data; state.getNormal().x = w * normals[i30 + 0] + u * normals[i31 + 0] + v * normals[i32 + 0]; state.getNormal().y = w * normals[i30 + 1] + u * normals[i31 + 1] + v * normals[i32 + 1]; state.getNormal().z = w * normals[i30 + 2] + u * normals[i31 + 2] + v * normals[i32 + 2]; if (parent != null) state.getNormal().set(state.transformNormalObjectToWorld(state.getNormal())); state.getNormal().normalize(); break; } case FACEVARYING: { int idx = 3 * tri; float[] normals = TriangleMesh.this.normals.data; state.getNormal().x = w * normals[idx + 0] + u * normals[idx + 3] + v * normals[idx + 6]; state.getNormal().y = w * normals[idx + 1] + u * normals[idx + 4] + v * normals[idx + 7]; state.getNormal().z = w * normals[idx + 2] + u * normals[idx + 5] + v * normals[idx + 8]; if (parent != null) state.getNormal().set(state.transformNormalObjectToWorld(state.getNormal())); state.getNormal().normalize(); break; } } float uv00 = 0, uv01 = 0, uv10 = 0, uv11 = 0, uv20 = 0, uv21 = 0; switch (uvs.interp) { case NONE: case FACE: { state.getUV().x = 0; state.getUV().y = 0; break; } case VERTEX: { int i20 = 2 * index0; int i21 = 2 * index1; int i22 = 2 * index2; float[] uvs = TriangleMesh.this.uvs.data; uv00 = uvs[i20 + 0]; uv01 = uvs[i20 + 1]; uv10 = uvs[i21 + 0]; uv11 = uvs[i21 + 1]; uv20 = uvs[i22 + 0]; uv21 = uvs[i22 + 1]; break; } case FACEVARYING: { int idx = tri << 1; float[] uvs = TriangleMesh.this.uvs.data; uv00 = uvs[idx + 0]; uv01 = uvs[idx + 1]; uv10 = uvs[idx + 2]; uv11 = uvs[idx + 3]; uv20 = uvs[idx + 4]; uv21 = uvs[idx + 5]; break; } } if (uvs.interp != InterpolationType.NONE) { // get exact uv coords and compute tangent vectors state.getUV().x = w * uv00 + u * uv10 + v * uv20; state.getUV().y = w * uv01 + u * uv11 + v * uv21; float du1 = uv00 - uv20; float du2 = uv10 - uv20; float dv1 = uv01 - uv21; float dv2 = uv11 - uv21; Vector3 dp1 = Point3.sub(v0p, v2p, new Vector3()), dp2 = Point3.sub(v1p, v2p, new Vector3()); float determinant = du1 * dv2 - dv1 * du2; if (determinant == 0.0f) { // create basis in world space state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); } else { float invdet = 1.f / determinant; // Vector3 dpdu = new Vector3(); // dpdu.x = (dv2 * dp1.x - dv1 * dp2.x) * invdet; // dpdu.y = (dv2 * dp1.y - dv1 * dp2.y) * invdet; // dpdu.z = (dv2 * dp1.z - dv1 * dp2.z) * invdet; Vector3 dpdv = new Vector3(); dpdv.x = (-du2 * dp1.x + du1 * dp2.x) * invdet; dpdv.y = (-du2 * dp1.y + du1 * dp2.y) * invdet; dpdv.z = (-du2 * dp1.z + du1 * dp2.z) * invdet; if (parent != null) dpdv = state.transformVectorObjectToWorld(dpdv); // create basis in world space state.setBasis(OrthoNormalBasis.makeFromWV(state.getNormal(), dpdv)); } } else state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); int shaderIndex = faceShaders == null ? 0 : (faceShaders[primID] & 0xFF); state.setShader(parent.getShader(shaderIndex)); } public boolean update(ParameterList pl, SunflowAPI api) { return true; } } }src/org/sunflow/core/primitive/QuadMesh.java0000644000175000017500000004002711301357540020471 0ustar user03user03package org.sunflow.core.primitive; import java.io.FileWriter; import java.io.IOException; import java.util.Locale; import org.sunflow.SunflowAPI; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.ParameterList; import org.sunflow.core.PrimitiveList; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.core.ParameterList.FloatParameter; import org.sunflow.core.ParameterList.InterpolationType; import org.sunflow.math.BoundingBox; import org.sunflow.math.MathUtils; import org.sunflow.math.Matrix4; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class QuadMesh implements PrimitiveList { protected float[] points; protected int[] quads; private FloatParameter normals; private FloatParameter uvs; private byte[] faceShaders; public QuadMesh() { quads = null; points = null; normals = uvs = new FloatParameter(); faceShaders = null; } public void writeObj(String filename) { try { FileWriter file = new FileWriter(filename); file.write(String.format("o object\n")); for (int i = 0; i < points.length; i += 3) file.write(String.format("v %g %g %g\n", points[i], points[i + 1], points[i + 2])); file.write("s off\n"); for (int i = 0; i < quads.length; i += 4) file.write(String.format("f %d %d %d %d\n", quads[i] + 1, quads[i + 1] + 1, quads[i + 2] + 1, quads[i + 3] + 1)); file.close(); } catch (IOException e) { e.printStackTrace(); } } public boolean update(ParameterList pl, SunflowAPI api) { { int[] quads = pl.getIntArray("quads"); if (quads != null) { this.quads = quads; } } if (quads == null) { UI.printError(Module.GEOM, "Unable to update mesh - quad indices are missing"); return false; } if (quads.length % 4 != 0) UI.printWarning(Module.GEOM, "Quad index data is not a multiple of 4 - some quads may be missing"); pl.setFaceCount(quads.length / 4); { FloatParameter pointsP = pl.getPointArray("points"); if (pointsP != null) if (pointsP.interp != InterpolationType.VERTEX) UI.printError(Module.GEOM, "Point interpolation type must be set to \"vertex\" - was \"%s\"", pointsP.interp.name().toLowerCase(Locale.ENGLISH)); else { points = pointsP.data; } } if (points == null) { UI.printError(Module.GEOM, "Unabled to update mesh - vertices are missing"); return false; } pl.setVertexCount(points.length / 3); pl.setFaceVertexCount(4 * (quads.length / 4)); FloatParameter normals = pl.getVectorArray("normals"); if (normals != null) this.normals = normals; FloatParameter uvs = pl.getTexCoordArray("uvs"); if (uvs != null) this.uvs = uvs; int[] faceShaders = pl.getIntArray("faceshaders"); if (faceShaders != null && faceShaders.length == quads.length / 4) { this.faceShaders = new byte[faceShaders.length]; for (int i = 0; i < faceShaders.length; i++) { int v = faceShaders[i]; if (v > 255) UI.printWarning(Module.GEOM, "Shader index too large on quad %d", i); this.faceShaders[i] = (byte) (v & 0xFF); } } return true; } public float getPrimitiveBound(int primID, int i) { int quad = 4 * primID; int a = 3 * quads[quad + 0]; int b = 3 * quads[quad + 1]; int c = 3 * quads[quad + 2]; int d = 3 * quads[quad + 3]; int axis = i >>> 1; if ((i & 1) == 0) return MathUtils.min(points[a + axis], points[b + axis], points[c + axis], points[d + axis]); else return MathUtils.max(points[a + axis], points[b + axis], points[c + axis], points[d + axis]); } public BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(); if (o2w == null) { for (int i = 0; i < points.length; i += 3) bounds.include(points[i], points[i + 1], points[i + 2]); } else { // transform vertices first for (int i = 0; i < points.length; i += 3) { float x = points[i]; float y = points[i + 1]; float z = points[i + 2]; float wx = o2w.transformPX(x, y, z); float wy = o2w.transformPY(x, y, z); float wz = o2w.transformPZ(x, y, z); bounds.include(wx, wy, wz); } } return bounds; } public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray/bilinear patch intersection adapted from "Production Rendering: // Design and Implementation" by Ian Stephenson (Ed.) int quad = 4 * primID; int p0 = 3 * quads[quad + 0]; int p1 = 3 * quads[quad + 1]; int p2 = 3 * quads[quad + 2]; int p3 = 3 * quads[quad + 3]; // transform patch into Hilbert space final float A[] = { points[p2 + 0] - points[p3 + 0] - points[p1 + 0] + points[p0 + 0], points[p2 + 1] - points[p3 + 1] - points[p1 + 1] + points[p0 + 1], points[p2 + 2] - points[p3 + 2] - points[p1 + 2] + points[p0 + 2] }; final float B[] = { points[p1 + 0] - points[p0 + 0], points[p1 + 1] - points[p0 + 1], points[p1 + 2] - points[p0 + 2] }; final float C[] = { points[p3 + 0] - points[p0 + 0], points[p3 + 1] - points[p0 + 1], points[p3 + 2] - points[p0 + 2] }; final float R[] = { r.ox - points[p0 + 0], r.oy - points[p0 + 1], r.oz - points[p0 + 2] }; final float Q[] = { r.dx, r.dy, r.dz }; // pick major direction float absqx = Math.abs(r.dx); float absqy = Math.abs(r.dy); float absqz = Math.abs(r.dz); int X = 0, Y = 1, Z = 2; if (absqx > absqy && absqx > absqz) { // X = 0, Y = 1, Z = 2 } else if (absqy > absqz) { // X = 1, Y = 0, Z = 2 X = 1; Y = 0; } else { // X = 2, Y = 1, Z = 0 X = 2; Z = 0; } float Cxz = C[X] * Q[Z] - C[Z] * Q[X]; float Cyx = C[Y] * Q[X] - C[X] * Q[Y]; float Czy = C[Z] * Q[Y] - C[Y] * Q[Z]; float Rxz = R[X] * Q[Z] - R[Z] * Q[X]; float Ryx = R[Y] * Q[X] - R[X] * Q[Y]; float Rzy = R[Z] * Q[Y] - R[Y] * Q[Z]; float Bxy = B[X] * Q[Y] - B[Y] * Q[X]; float Byz = B[Y] * Q[Z] - B[Z] * Q[Y]; float Bzx = B[Z] * Q[X] - B[X] * Q[Z]; float a = A[X] * Byz + A[Y] * Bzx + A[Z] * Bxy; if (a == 0) { // setup for linear equation float b = B[X] * Czy + B[Y] * Cxz + B[Z] * Cyx; float c = C[X] * Rzy + C[Y] * Rxz + C[Z] * Ryx; float u = -c / b; if (u >= 0 && u <= 1) { float v = (u * Bxy + Ryx) / Cyx; if (v >= 0 && v <= 1) { float t = (B[X] * u + C[X] * v - R[X]) / Q[X]; if (r.isInside(t)) { r.setMax(t); state.setIntersection(primID, u, v); } } } } else { // setup for quadratic equation float b = A[X] * Rzy + A[Y] * Rxz + A[Z] * Ryx + B[X] * Czy + B[Y] * Cxz + B[Z] * Cyx; float c = C[X] * Rzy + C[Y] * Rxz + C[Z] * Ryx; float discrim = b * b - 4 * a * c; // reject trivial cases if (c * (a + b + c) > 0 && (discrim < 0 || a * c < 0 || b / a > 0 || b / a < -2)) return; // solve quadratic float q = b > 0 ? -0.5f * (b + (float) Math.sqrt(discrim)) : -0.5f * (b - (float) Math.sqrt(discrim)); // check first solution float Axy = A[X] * Q[Y] - A[Y] * Q[X]; float u = q / a; if (u >= 0 && u <= 1) { float d = u * Axy - Cyx; float v = -(u * Bxy + Ryx) / d; if (v >= 0 && v <= 1) { float t = (A[X] * u * v + B[X] * u + C[X] * v - R[X]) / Q[X]; if (r.isInside(t)) { r.setMax(t); state.setIntersection(primID, u, v); } } } u = c / q; if (u >= 0 && u <= 1) { float d = u * Axy - Cyx; float v = -(u * Bxy + Ryx) / d; if (v >= 0 && v <= 1) { float t = (A[X] * u * v + B[X] * u + C[X] * v - R[X]) / Q[X]; if (r.isInside(t)) { r.setMax(t); state.setIntersection(primID, u, v); } } } } } public int getNumPrimitives() { return quads.length / 4; } public void prepareShadingState(ShadingState state) { state.init(); Instance parent = state.getInstance(); int primID = state.getPrimitiveID(); float u = state.getU(); float v = state.getV(); state.getRay().getPoint(state.getPoint()); int quad = 4 * primID; int index0 = quads[quad + 0]; int index1 = quads[quad + 1]; int index2 = quads[quad + 2]; int index3 = quads[quad + 3]; Point3 v0p = getPoint(index0); Point3 v1p = getPoint(index1); Point3 v2p = getPoint(index2); Point3 v3p = getPoint(index2); float tanux = (1 - v) * (v1p.x - v0p.x) + v * (v2p.x - v3p.x); float tanuy = (1 - v) * (v1p.y - v0p.y) + v * (v2p.y - v3p.y); float tanuz = (1 - v) * (v1p.z - v0p.z) + v * (v2p.z - v3p.z); float tanvx = (1 - u) * (v3p.x - v0p.x) + u * (v2p.x - v1p.x); float tanvy = (1 - u) * (v3p.y - v0p.y) + u * (v2p.y - v1p.y); float tanvz = (1 - u) * (v3p.z - v0p.z) + u * (v2p.z - v1p.z); float nx = tanuy * tanvz - tanuz * tanvy; float ny = tanuz * tanvx - tanux * tanvz; float nz = tanux * tanvy - tanuy * tanvx; Vector3 ng = new Vector3(nx, ny, nz); ng = state.transformNormalObjectToWorld(ng); ng.normalize(); state.getGeoNormal().set(ng); float k00 = (1 - u) * (1 - v); float k10 = u * (1 - v); float k01 = (1 - u) * v; float k11 = u * v; switch (normals.interp) { case NONE: case FACE: { state.getNormal().set(ng); break; } case VERTEX: { int i30 = 3 * index0; int i31 = 3 * index1; int i32 = 3 * index2; int i33 = 3 * index3; float[] normals = this.normals.data; state.getNormal().x = k00 * normals[i30 + 0] + k10 * normals[i31 + 0] + k11 * normals[i32 + 0] + k01 * normals[i33 + 0]; state.getNormal().y = k00 * normals[i30 + 1] + k10 * normals[i31 + 1] + k11 * normals[i32 + 1] + k01 * normals[i33 + 1]; state.getNormal().z = k00 * normals[i30 + 2] + k10 * normals[i31 + 2] + k11 * normals[i32 + 2] + k01 * normals[i33 + 2]; state.getNormal().set(state.transformNormalObjectToWorld(state.getNormal())); state.getNormal().normalize(); break; } case FACEVARYING: { int idx = 3 * quad; float[] normals = this.normals.data; state.getNormal().x = k00 * normals[idx + 0] + k10 * normals[idx + 3] + k11 * normals[idx + 6] + k01 * normals[idx + 9]; state.getNormal().y = k00 * normals[idx + 1] + k10 * normals[idx + 4] + k11 * normals[idx + 7] + k01 * normals[idx + 10]; state.getNormal().z = k00 * normals[idx + 2] + k10 * normals[idx + 5] + k11 * normals[idx + 8] + k01 * normals[idx + 11]; state.getNormal().set(state.transformNormalObjectToWorld(state.getNormal())); state.getNormal().normalize(); break; } } float uv00 = 0, uv01 = 0, uv10 = 0, uv11 = 0, uv20 = 0, uv21 = 0, uv30 = 0, uv31 = 0; switch (uvs.interp) { case NONE: case FACE: { state.getUV().x = 0; state.getUV().y = 0; break; } case VERTEX: { int i20 = 2 * index0; int i21 = 2 * index1; int i22 = 2 * index2; int i23 = 2 * index3; float[] uvs = this.uvs.data; uv00 = uvs[i20 + 0]; uv01 = uvs[i20 + 1]; uv10 = uvs[i21 + 0]; uv11 = uvs[i21 + 1]; uv20 = uvs[i22 + 0]; uv21 = uvs[i22 + 1]; uv20 = uvs[i23 + 0]; uv21 = uvs[i23 + 1]; break; } case FACEVARYING: { int idx = quad << 1; float[] uvs = this.uvs.data; uv00 = uvs[idx + 0]; uv01 = uvs[idx + 1]; uv10 = uvs[idx + 2]; uv11 = uvs[idx + 3]; uv20 = uvs[idx + 4]; uv21 = uvs[idx + 5]; uv30 = uvs[idx + 6]; uv31 = uvs[idx + 7]; break; } } if (uvs.interp != InterpolationType.NONE) { // get exact uv coords and compute tangent vectors state.getUV().x = k00 * uv00 + k10 * uv10 + k11 * uv20 + k01 * uv30; state.getUV().y = k00 * uv01 + k10 * uv11 + k11 * uv21 + k01 * uv31; float du1 = uv00 - uv20; float du2 = uv10 - uv20; float dv1 = uv01 - uv21; float dv2 = uv11 - uv21; Vector3 dp1 = Point3.sub(v0p, v2p, new Vector3()), dp2 = Point3.sub(v1p, v2p, new Vector3()); float determinant = du1 * dv2 - dv1 * du2; if (determinant == 0.0f) { // create basis in world space state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); } else { float invdet = 1.f / determinant; // Vector3 dpdu = new Vector3(); // dpdu.x = (dv2 * dp1.x - dv1 * dp2.x) * invdet; // dpdu.y = (dv2 * dp1.y - dv1 * dp2.y) * invdet; // dpdu.z = (dv2 * dp1.z - dv1 * dp2.z) * invdet; Vector3 dpdv = new Vector3(); dpdv.x = (-du2 * dp1.x + du1 * dp2.x) * invdet; dpdv.y = (-du2 * dp1.y + du1 * dp2.y) * invdet; dpdv.z = (-du2 * dp1.z + du1 * dp2.z) * invdet; dpdv = state.transformVectorObjectToWorld(dpdv); // create basis in world space state.setBasis(OrthoNormalBasis.makeFromWV(state.getNormal(), dpdv)); } } else state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); int shaderIndex = faceShaders == null ? 0 : (faceShaders[primID] & 0xFF); state.setShader(parent.getShader(shaderIndex)); state.setModifier(parent.getModifier(shaderIndex)); } protected Point3 getPoint(int i) { i *= 3; return new Point3(points[i], points[i + 1], points[i + 2]); } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/renderer/0000755000175000017500000000000011301357540015712 5ustar user03user03src/org/sunflow/core/renderer/ProgressiveRenderer.java0000644000175000017500000001346211301357540022562 0ustar user03user03package org.sunflow.core.renderer; import java.util.concurrent.PriorityBlockingQueue; import org.sunflow.core.Display; import org.sunflow.core.ImageSampler; import org.sunflow.core.IntersectionState; import org.sunflow.core.Options; import org.sunflow.core.Scene; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.QMC; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class ProgressiveRenderer implements ImageSampler { private Scene scene; private int imageWidth, imageHeight; private PriorityBlockingQueue smallBucketQueue; private Display display; private int counter, counterMax; public ProgressiveRenderer() { imageWidth = 640; imageHeight = 480; smallBucketQueue = null; } public boolean prepare(Options options, Scene scene, int w, int h) { this.scene = scene; imageWidth = w; imageHeight = h; // prepare table used by deterministic anti-aliasing return true; } public void render(Display display) { this.display = display; display.imageBegin(imageWidth, imageHeight, 0); // create first bucket SmallBucket b = new SmallBucket(); b.x = b.y = 0; int s = Math.max(imageWidth, imageHeight); b.size = 1; while (b.size < s) b.size <<= 1; smallBucketQueue = new PriorityBlockingQueue(); smallBucketQueue.add(b); UI.taskStart("Progressive Render", 0, imageWidth * imageHeight); Timer t = new Timer(); t.start(); counter = 0; counterMax = imageWidth * imageHeight; SmallBucketThread[] renderThreads = new SmallBucketThread[scene.getThreads()]; for (int i = 0; i < renderThreads.length; i++) { renderThreads[i] = new SmallBucketThread(); renderThreads[i].start(); } for (int i = 0; i < renderThreads.length; i++) { try { renderThreads[i].join(); } catch (InterruptedException e) { UI.printError(Module.IPR, "Thread %d of %d was interrupted", i + 1, renderThreads.length); } finally { renderThreads[i].updateStats(); } } UI.taskStop(); t.end(); UI.printInfo(Module.IPR, "Rendering time: %s", t.toString()); display.imageEnd(); } private class SmallBucketThread extends Thread { private final IntersectionState istate = new IntersectionState(); @Override public void run() { while (true) { int n = progressiveRenderNext(istate); synchronized (ProgressiveRenderer.this) { if (counter >= counterMax) return; counter += n; UI.taskUpdate(counter); } if (UI.taskCanceled()) return; } } void updateStats() { scene.accumulateStats(istate); } } private int progressiveRenderNext(IntersectionState istate) { final int TASK_SIZE = 16; SmallBucket first = smallBucketQueue.poll(); if (first == null) return 0; int ds = first.size / TASK_SIZE; boolean useMask = !smallBucketQueue.isEmpty(); int mask = 2 * first.size / TASK_SIZE - 1; int pixels = 0; for (int i = 0, y = first.y; i < TASK_SIZE && y < imageHeight; i++, y += ds) { for (int j = 0, x = first.x; j < TASK_SIZE && x < imageWidth; j++, x += ds) { // check to see if this is a pixel from a higher level tile if (useMask && (x & mask) == 0 && (y & mask) == 0) continue; int instance = ((x & ((1 << QMC.MAX_SIGMA_ORDER) - 1)) << QMC.MAX_SIGMA_ORDER) + QMC.sigma(y & ((1 << QMC.MAX_SIGMA_ORDER) - 1), QMC.MAX_SIGMA_ORDER); double time = QMC.halton(1, instance); double lensU = QMC.halton(2, instance); double lensV = QMC.halton(3, instance); ShadingState state = scene.getRadiance(istate, x, imageHeight - 1 - y, lensU, lensV, time, instance, 4, null); Color c = state != null ? state.getResult() : Color.BLACK; pixels++; // fill region display.imageFill(x, y, Math.min(ds, imageWidth - x), Math.min(ds, imageHeight - y), c, state == null ? 0 : 1); } } if (first.size >= 2 * TASK_SIZE) { // generate child buckets int size = first.size >>> 1; for (int i = 0; i < 2; i++) { if (first.y + i * size < imageHeight) { for (int j = 0; j < 2; j++) { if (first.x + j * size < imageWidth) { SmallBucket b = new SmallBucket(); b.x = first.x + j * size; b.y = first.y + i * size; b.size = size; b.constrast = 1.0f / size; smallBucketQueue.put(b); } } } } } return pixels; } // progressive rendering private static class SmallBucket implements Comparable { int x, y, size; float constrast; public int compareTo(SmallBucket o) { if (constrast < o.constrast) return -1; if (constrast == o.constrast) return 0; return 1; } } }src/org/sunflow/core/renderer/BucketRenderer.java0000644000175000017500000004555411301357540021476 0ustar user03user03package org.sunflow.core.renderer; import org.sunflow.PluginRegistry; import org.sunflow.core.BucketOrder; import org.sunflow.core.Display; import org.sunflow.core.Filter; import org.sunflow.core.ImageSampler; import org.sunflow.core.Instance; import org.sunflow.core.IntersectionState; import org.sunflow.core.Options; import org.sunflow.core.Scene; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.core.bucket.BucketOrderFactory; import org.sunflow.core.filter.BoxFilter; import org.sunflow.image.Color; import org.sunflow.image.formats.GenericBitmap; import org.sunflow.math.MathUtils; import org.sunflow.math.QMC; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class BucketRenderer implements ImageSampler { private Scene scene; private Display display; // resolution private int imageWidth; private int imageHeight; // bucketing private String bucketOrderName; private BucketOrder bucketOrder; private int bucketSize; private int bucketCounter; private int[] bucketCoords; private boolean dumpBuckets; // anti-aliasing private int minAADepth; private int maxAADepth; private int superSampling; private float contrastThreshold; private boolean jitter; private boolean displayAA; // derived quantities private double invSuperSampling; private int subPixelSize; private int minStepSize; private int maxStepSize; private int sigmaOrder; private int sigmaLength; private float thresh; private boolean useJitter; // filtering private String filterName; private Filter filter; private int fs; private float fhs; public BucketRenderer() { bucketSize = 32; bucketOrderName = "hilbert"; displayAA = false; contrastThreshold = 0.1f; filterName = "box"; jitter = false; // off by default dumpBuckets = false; // for debugging only - not user settable } public boolean prepare(Options options, Scene scene, int w, int h) { this.scene = scene; imageWidth = w; imageHeight = h; // fetch options bucketSize = options.getInt("bucket.size", bucketSize); bucketOrderName = options.getString("bucket.order", bucketOrderName); minAADepth = options.getInt("aa.min", minAADepth); maxAADepth = options.getInt("aa.max", maxAADepth); superSampling = options.getInt("aa.samples", superSampling); displayAA = options.getBoolean("aa.display", displayAA); jitter = options.getBoolean("aa.jitter", jitter); contrastThreshold = options.getFloat("aa.contrast", contrastThreshold); // limit bucket size and compute number of buckets in each direction bucketSize = MathUtils.clamp(bucketSize, 16, 512); int numBucketsX = (imageWidth + bucketSize - 1) / bucketSize; int numBucketsY = (imageHeight + bucketSize - 1) / bucketSize; bucketOrder = BucketOrderFactory.create(bucketOrderName); bucketCoords = bucketOrder.getBucketSequence(numBucketsX, numBucketsY); // validate AA options minAADepth = MathUtils.clamp(minAADepth, -4, 5); maxAADepth = MathUtils.clamp(maxAADepth, minAADepth, 5); superSampling = MathUtils.clamp(superSampling, 1, 256); invSuperSampling = 1.0 / superSampling; // compute AA stepping sizes subPixelSize = (maxAADepth > 0) ? (1 << maxAADepth) : 1; minStepSize = maxAADepth >= 0 ? 1 : 1 << (-maxAADepth); if (minAADepth == maxAADepth) maxStepSize = minStepSize; else maxStepSize = minAADepth > 0 ? 1 << minAADepth : subPixelSize << (-minAADepth); useJitter = jitter && maxAADepth > 0; // compute anti-aliasing contrast thresholds contrastThreshold = MathUtils.clamp(contrastThreshold, 0, 1); thresh = contrastThreshold * (float) Math.pow(2.0f, minAADepth); // read filter settings from scene filterName = options.getString("filter", filterName); filter = PluginRegistry.filterPlugins.createObject(filterName); // adjust filter if (filter == null) { UI.printWarning(Module.BCKT, "Unrecognized filter type: \"%s\" - defaulting to box", filterName); filter = new BoxFilter(); filterName = "box"; } fhs = filter.getSize() * 0.5f; fs = (int) Math.ceil(subPixelSize * (fhs - 0.5f)); // prepare QMC sampling sigmaOrder = Math.min(QMC.MAX_SIGMA_ORDER, Math.max(0, maxAADepth) + 13); // FIXME: how big should the table be? sigmaLength = 1 << sigmaOrder; UI.printInfo(Module.BCKT, "Bucket renderer settings:"); UI.printInfo(Module.BCKT, " * Resolution: %dx%d", imageWidth, imageHeight); UI.printInfo(Module.BCKT, " * Bucket size: %d", bucketSize); UI.printInfo(Module.BCKT, " * Number of buckets: %dx%d", numBucketsX, numBucketsY); if (minAADepth != maxAADepth) UI.printInfo(Module.BCKT, " * Anti-aliasing: %s -> %s (adaptive)", aaDepthToString(minAADepth), aaDepthToString(maxAADepth)); else UI.printInfo(Module.BCKT, " * Anti-aliasing: %s (fixed)", aaDepthToString(minAADepth)); UI.printInfo(Module.BCKT, " * Rays per sample: %d", superSampling); UI.printInfo(Module.BCKT, " * Subpixel jitter: %s", useJitter ? "on" : (jitter ? "auto-off" : "off")); UI.printInfo(Module.BCKT, " * Contrast threshold: %.2f", contrastThreshold); UI.printInfo(Module.BCKT, " * Filter type: %s", filterName); UI.printInfo(Module.BCKT, " * Filter size: %.2f pixels", filter.getSize()); return true; } private String aaDepthToString(int depth) { int pixelAA = (depth) < 0 ? -(1 << (-depth)) : (1 << depth); return String.format("%s%d sample%s", depth < 0 ? "1/" : "", pixelAA * pixelAA, depth == 0 ? "" : "s"); } public void render(Display display) { this.display = display; display.imageBegin(imageWidth, imageHeight, bucketSize); // set members variables bucketCounter = 0; // start task UI.taskStart("Rendering", 0, bucketCoords.length); Timer timer = new Timer(); timer.start(); BucketThread[] renderThreads = new BucketThread[scene.getThreads()]; for (int i = 0; i < renderThreads.length; i++) { renderThreads[i] = new BucketThread(i); renderThreads[i].setPriority(scene.getThreadPriority()); renderThreads[i].start(); } for (int i = 0; i < renderThreads.length; i++) { try { renderThreads[i].join(); } catch (InterruptedException e) { UI.printError(Module.BCKT, "Bucket processing thread %d of %d was interrupted", i + 1, renderThreads.length); } finally { renderThreads[i].updateStats(); } } UI.taskStop(); timer.end(); UI.printInfo(Module.BCKT, "Render time: %s", timer.toString()); display.imageEnd(); } private class BucketThread extends Thread { private final int threadID; private final IntersectionState istate; BucketThread(int threadID) { this.threadID = threadID; istate = new IntersectionState(); } @Override public void run() { while (true) { int bx, by; synchronized (BucketRenderer.this) { if (bucketCounter >= bucketCoords.length) return; UI.taskUpdate(bucketCounter); bx = bucketCoords[bucketCounter + 0]; by = bucketCoords[bucketCounter + 1]; bucketCounter += 2; } renderBucket(display, bx, by, threadID, istate); if (UI.taskCanceled()) return; } } void updateStats() { scene.accumulateStats(istate); } } private void renderBucket(Display display, int bx, int by, int threadID, IntersectionState istate) { // pixel sized extents int x0 = bx * bucketSize; int y0 = by * bucketSize; int bw = Math.min(bucketSize, imageWidth - x0); int bh = Math.min(bucketSize, imageHeight - y0); // prepare bucket display.imagePrepare(x0, y0, bw, bh, threadID); Color[] bucketRGB = new Color[bw * bh]; float[] bucketAlpha = new float[bw * bh]; // subpixel extents int sx0 = x0 * subPixelSize - fs; int sy0 = y0 * subPixelSize - fs; int sbw = bw * subPixelSize + fs * 2; int sbh = bh * subPixelSize + fs * 2; // round up to align with maximum step size sbw = (sbw + (maxStepSize - 1)) & (~(maxStepSize - 1)); sbh = (sbh + (maxStepSize - 1)) & (~(maxStepSize - 1)); // extra padding as needed if (maxStepSize > 1) { sbw++; sbh++; } // allocate bucket memory ImageSample[] samples = new ImageSample[sbw * sbh]; // allocate samples and compute jitter offsets float invSubPixelSize = 1.0f / subPixelSize; for (int y = 0, index = 0; y < sbh; y++) { for (int x = 0; x < sbw; x++, index++) { int sx = sx0 + x; int sy = sy0 + y; int j = sx & (sigmaLength - 1); int k = sy & (sigmaLength - 1); int i = (j << sigmaOrder) + QMC.sigma(k, sigmaOrder); float dx = useJitter ? (float) QMC.halton(0, k) : 0.5f; float dy = useJitter ? (float) QMC.halton(0, j) : 0.5f; float rx = (sx + dx) * invSubPixelSize; float ry = (sy + dy) * invSubPixelSize; ry = imageHeight - ry; samples[index] = new ImageSample(rx, ry, i); } } for (int x = 0; x < sbw - 1; x += maxStepSize) for (int y = 0; y < sbh - 1; y += maxStepSize) refineSamples(samples, sbw, x, y, maxStepSize, thresh, istate); if (dumpBuckets) { UI.printInfo(Module.BCKT, "Dumping bucket [%d, %d] to file ...", bx, by); GenericBitmap bitmap = new GenericBitmap(sbw, sbh); for (int y = sbh - 1, index = 0; y >= 0; y--) for (int x = 0; x < sbw; x++, index++) bitmap.writePixel(x, y, samples[index].c, samples[index].alpha); bitmap.save(String.format("bucket_%04d_%04d.png", bx, by)); } if (displayAA) { // color coded image of what is visible float invArea = invSubPixelSize * invSubPixelSize; for (int y = 0, index = 0; y < bh; y++) { for (int x = 0; x < bw; x++, index++) { int sampled = 0; for (int i = 0; i < subPixelSize; i++) { for (int j = 0; j < subPixelSize; j++) { int sx = x * subPixelSize + fs + i; int sy = y * subPixelSize + fs + j; int s = sx + sy * sbw; sampled += samples[s].sampled() ? 1 : 0; } } bucketRGB[index] = new Color(sampled * invArea); bucketAlpha[index] = 1.0f; } } } else { // filter samples into pixels float cy = imageHeight - (y0 + 0.5f); for (int y = 0, index = 0; y < bh; y++, cy--) { float cx = x0 + 0.5f; for (int x = 0; x < bw; x++, index++, cx++) { Color c = Color.black(); float a = 0; float weight = 0.0f; for (int j = -fs, sy = y * subPixelSize; j <= fs; j++, sy++) { for (int i = -fs, sx = x * subPixelSize, s = sx + sy * sbw; i <= fs; i++, sx++, s++) { float dx = samples[s].rx - cx; if (Math.abs(dx) > fhs) continue; float dy = samples[s].ry - cy; if (Math.abs(dy) > fhs) continue; float f = filter.get(dx, dy); c.madd(f, samples[s].c); a += f * samples[s].alpha; weight += f; } } float invWeight = 1.0f / weight; c.mul(invWeight); a *= invWeight; bucketRGB[index] = c; bucketAlpha[index] = a; } } } // update pixels display.imageUpdate(x0, y0, bw, bh, bucketRGB, bucketAlpha); } private void computeSubPixel(ImageSample sample, IntersectionState istate) { float x = sample.rx; float y = sample.ry; double q0 = QMC.halton(1, sample.i); double q1 = QMC.halton(2, sample.i); double q2 = QMC.halton(3, sample.i); if (superSampling > 1) { // multiple sampling sample.add(scene.getRadiance(istate, x, y, q1, q2, q0, sample.i, 4, null)); for (int i = 1; i < superSampling; i++) { double time = QMC.mod1(q0 + i * invSuperSampling); double lensU = QMC.mod1(q1 + QMC.halton(0, i)); double lensV = QMC.mod1(q2 + QMC.halton(1, i)); sample.add(scene.getRadiance(istate, x, y, lensU, lensV, time, sample.i + i, 4, null)); } sample.scale((float) invSuperSampling); } else { // single sample sample.set(scene.getRadiance(istate, x, y, q1, q2, q0, sample.i, 4, null)); } } private void refineSamples(ImageSample[] samples, int sbw, int x, int y, int stepSize, float thresh, IntersectionState istate) { int dx = stepSize; int dy = stepSize * sbw; int i00 = x + y * sbw; ImageSample s00 = samples[i00]; ImageSample s01 = samples[i00 + dy]; ImageSample s10 = samples[i00 + dx]; ImageSample s11 = samples[i00 + dx + dy]; if (!s00.sampled()) computeSubPixel(s00, istate); if (!s01.sampled()) computeSubPixel(s01, istate); if (!s10.sampled()) computeSubPixel(s10, istate); if (!s11.sampled()) computeSubPixel(s11, istate); if (stepSize > minStepSize) { if (s00.isDifferent(s01, thresh) || s00.isDifferent(s10, thresh) || s00.isDifferent(s11, thresh) || s01.isDifferent(s11, thresh) || s10.isDifferent(s11, thresh) || s01.isDifferent(s10, thresh)) { stepSize >>= 1; thresh *= 2; refineSamples(samples, sbw, x, y, stepSize, thresh, istate); refineSamples(samples, sbw, x + stepSize, y, stepSize, thresh, istate); refineSamples(samples, sbw, x, y + stepSize, stepSize, thresh, istate); refineSamples(samples, sbw, x + stepSize, y + stepSize, stepSize, thresh, istate); return; } } // interpolate remaining samples float ds = 1.0f / stepSize; for (int i = 0; i <= stepSize; i++) for (int j = 0; j <= stepSize; j++) if (!samples[x + i + (y + j) * sbw].processed()) ImageSample.bilerp(samples[x + i + (y + j) * sbw], s00, s01, s10, s11, i * ds, j * ds); } private static final class ImageSample { float rx, ry; int i, n; Color c; float alpha; Instance instance; Shader shader; float nx, ny, nz; ImageSample(float rx, float ry, int i) { this.rx = rx; this.ry = ry; this.i = i; n = 0; c = null; alpha = 0; instance = null; shader = null; nx = ny = nz = 1; } final void set(ShadingState state) { if (state == null) c = Color.BLACK; else { c = state.getResult(); shader = state.getShader(); instance = state.getInstance(); if (state.getNormal() != null) { nx = state.getNormal().x; ny = state.getNormal().y; nz = state.getNormal().z; } alpha = state.getInstance() == null ? 0 : 1; } n = 1; } final void add(ShadingState state) { if (n == 0) c = Color.black(); if (state != null) { c.add(state.getResult()); alpha += state.getInstance() == null ? 0 : 1; } n++; } final void scale(float s) { c.mul(s); alpha *= s; } final boolean processed() { return c != null; } final boolean sampled() { return n > 0; } final boolean isDifferent(ImageSample sample, float thresh) { if (instance != sample.instance) return true; if (shader != sample.shader) return true; if (Color.hasContrast(c, sample.c, thresh)) return true; if (Math.abs(alpha - sample.alpha) / (alpha + sample.alpha) > thresh) return true; // only compare normals if this pixel has not been averaged float dot = (nx * sample.nx + ny * sample.ny + nz * sample.nz); return dot < 0.9f; } static final ImageSample bilerp(ImageSample result, ImageSample i00, ImageSample i01, ImageSample i10, ImageSample i11, float dx, float dy) { float k00 = (1.0f - dx) * (1.0f - dy); float k01 = (1.0f - dx) * dy; float k10 = dx * (1.0f - dy); float k11 = dx * dy; Color c00 = i00.c; Color c01 = i01.c; Color c10 = i10.c; Color c11 = i11.c; Color c = Color.mul(k00, c00); c.madd(k01, c01); c.madd(k10, c10); c.madd(k11, c11); result.c = c; result.alpha = k00 * i00.alpha + k01 * i01.alpha + k10 * i10.alpha + k11 * i11.alpha; return result; } } }src/org/sunflow/core/renderer/SimpleRenderer.java0000644000175000017500000000677611301357540021515 0ustar user03user03package org.sunflow.core.renderer; import org.sunflow.core.Display; import org.sunflow.core.ImageSampler; import org.sunflow.core.IntersectionState; import org.sunflow.core.Options; import org.sunflow.core.Scene; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class SimpleRenderer implements ImageSampler { private Scene scene; private Display display; private int imageWidth, imageHeight; private int numBucketsX, numBucketsY; private int bucketCounter, numBuckets; public boolean prepare(Options options, Scene scene, int w, int h) { this.scene = scene; imageWidth = w; imageHeight = h; numBucketsX = (imageWidth + 31) >>> 5; numBucketsY = (imageHeight + 31) >>> 5; numBuckets = numBucketsX * numBucketsY; return true; } public void render(Display display) { this.display = display; display.imageBegin(imageWidth, imageHeight, 32); // set members variables bucketCounter = 0; // start task Timer timer = new Timer(); timer.start(); BucketThread[] renderThreads = new BucketThread[scene.getThreads()]; for (int i = 0; i < renderThreads.length; i++) { renderThreads[i] = new BucketThread(); renderThreads[i].start(); } for (int i = 0; i < renderThreads.length; i++) { try { renderThreads[i].join(); } catch (InterruptedException e) { UI.printError(Module.BCKT, "Bucket processing thread %d of %d was interrupted", i + 1, renderThreads.length); } finally { renderThreads[i].updateStats(); } } timer.end(); UI.printInfo(Module.BCKT, "Render time: %s", timer.toString()); display.imageEnd(); } private class BucketThread extends Thread { private final IntersectionState istate = new IntersectionState(); @Override public void run() { while (true) { int bx, by; synchronized (SimpleRenderer.this) { if (bucketCounter >= numBuckets) return; by = bucketCounter / numBucketsX; bx = bucketCounter % numBucketsX; bucketCounter++; } renderBucket(bx, by, istate); } } void updateStats() { scene.accumulateStats(istate); } } public void renderBucket(int bx, int by, IntersectionState istate) { // pixel sized extents int x0 = bx * 32; int y0 = by * 32; int bw = Math.min(32, imageWidth - x0); int bh = Math.min(32, imageHeight - y0); Color[] bucketRGB = new Color[bw * bh]; float[] bucketAlpha = new float[bw * bh]; for (int y = 0, i = 0; y < bh; y++) { for (int x = 0; x < bw; x++, i++) { ShadingState state = scene.getRadiance(istate, x0 + x, imageHeight - 1 - (y0 + y), 0.0, 0.0, 0.0, 0, 0, null); bucketRGB[i] = (state != null) ? state.getResult() : Color.BLACK; bucketAlpha[i] = (state != null) ? 1 : 0; } } // update pixels display.imageUpdate(x0, y0, bw, bh, bucketRGB, bucketAlpha); } }src/org/sunflow/core/renderer/MultipassRenderer.java0000644000175000017500000002132211301357540022225 0ustar user03user03package org.sunflow.core.renderer; import org.sunflow.core.BucketOrder; import org.sunflow.core.Display; import org.sunflow.core.ImageSampler; import org.sunflow.core.IntersectionState; import org.sunflow.core.Options; import org.sunflow.core.Scene; import org.sunflow.core.ShadingCache; import org.sunflow.core.ShadingState; import org.sunflow.core.bucket.BucketOrderFactory; import org.sunflow.image.Color; import org.sunflow.math.MathUtils; import org.sunflow.math.QMC; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class MultipassRenderer implements ImageSampler { private Scene scene; private Display display; // resolution private int imageWidth; private int imageHeight; // bucketing private String bucketOrderName; private BucketOrder bucketOrder; private int bucketSize; private int bucketCounter; private int[] bucketCoords; // anti-aliasing private int numSamples; private float invNumSamples; private boolean shadingCache; public MultipassRenderer() { bucketSize = 32; bucketOrderName = "hilbert"; numSamples = 16; shadingCache = false; } public boolean prepare(Options options, Scene scene, int w, int h) { this.scene = scene; imageWidth = w; imageHeight = h; // fetch options bucketSize = options.getInt("bucket.size", bucketSize); bucketOrderName = options.getString("bucket.order", bucketOrderName); numSamples = options.getInt("aa.samples", numSamples); shadingCache = options.getBoolean("aa.cache", shadingCache); // limit bucket size and compute number of buckets in each direction bucketSize = MathUtils.clamp(bucketSize, 16, 512); int numBucketsX = (imageWidth + bucketSize - 1) / bucketSize; int numBucketsY = (imageHeight + bucketSize - 1) / bucketSize; bucketOrder = BucketOrderFactory.create(bucketOrderName); bucketCoords = bucketOrder.getBucketSequence(numBucketsX, numBucketsY); // validate AA options numSamples = Math.max(1, numSamples); invNumSamples = 1.0f / numSamples; // prepare QMC sampling UI.printInfo(Module.BCKT, "Multipass renderer settings:"); UI.printInfo(Module.BCKT, " * Resolution: %dx%d", imageWidth, imageHeight); UI.printInfo(Module.BCKT, " * Bucket size: %d", bucketSize); UI.printInfo(Module.BCKT, " * Number of buckets: %dx%d", numBucketsX, numBucketsY); UI.printInfo(Module.BCKT, " * Samples / pixel: %d", numSamples); UI.printInfo(Module.BCKT, " * Shading cache: %s", shadingCache ? "enabled" : "disabled"); return true; } public void render(Display display) { this.display = display; display.imageBegin(imageWidth, imageHeight, bucketSize); // set members variables bucketCounter = 0; // start task Timer timer = new Timer(); timer.start(); UI.taskStart("Rendering", 0, bucketCoords.length); BucketThread[] renderThreads = new BucketThread[scene.getThreads()]; for (int i = 0; i < renderThreads.length; i++) { renderThreads[i] = new BucketThread(i); renderThreads[i].setPriority(scene.getThreadPriority()); renderThreads[i].start(); } for (int i = 0; i < renderThreads.length; i++) { try { renderThreads[i].join(); } catch (InterruptedException e) { UI.printError(Module.BCKT, "Bucket processing thread %d of %d was interrupted", i + 1, renderThreads.length); } finally { renderThreads[i].updateStats(); } } UI.taskStop(); timer.end(); UI.printInfo(Module.BCKT, "Render time: %s", timer.toString()); display.imageEnd(); } private class BucketThread extends Thread { private final int threadID; private final IntersectionState istate; private final ShadingCache cache; BucketThread(int threadID) { this.threadID = threadID; istate = new IntersectionState(); cache = shadingCache ? new ShadingCache() : null; } @Override public void run() { while (true) { int bx, by; synchronized (MultipassRenderer.this) { if (bucketCounter >= bucketCoords.length) return; UI.taskUpdate(bucketCounter); bx = bucketCoords[bucketCounter + 0]; by = bucketCoords[bucketCounter + 1]; bucketCounter += 2; } renderBucket(display, bx, by, threadID, istate, cache); } } void updateStats() { scene.accumulateStats(istate); if (shadingCache) scene.accumulateStats(cache); } } private void renderBucket(Display display, int bx, int by, int threadID, IntersectionState istate, ShadingCache cache) { // pixel sized extents int x0 = bx * bucketSize; int y0 = by * bucketSize; int bw = Math.min(bucketSize, imageWidth - x0); int bh = Math.min(bucketSize, imageHeight - y0); // prepare bucket display.imagePrepare(x0, y0, bw, bh, threadID); Color[] bucketRGB = new Color[bw * bh]; float[] bucketAlpha = new float[bw * bh]; for (int y = 0, i = 0, cy = imageHeight - 1 - y0; y < bh; y++, cy--) { for (int x = 0, cx = x0; x < bw; x++, i++, cx++) { // sample pixel Color c = Color.black(); float a = 0; int instance = ((cx & ((1 << QMC.MAX_SIGMA_ORDER) - 1)) << QMC.MAX_SIGMA_ORDER) + QMC.sigma(cy & ((1 << QMC.MAX_SIGMA_ORDER) - 1), QMC.MAX_SIGMA_ORDER); double jitterX = QMC.halton(0, instance); double jitterY = QMC.halton(1, instance); double jitterT = QMC.halton(2, instance); double jitterU = QMC.halton(3, instance); double jitterV = QMC.halton(4, instance); for (int s = 0; s < numSamples; s++) { float rx = cx + 0.5f + (float) warpCubic(QMC.mod1(jitterX + s * invNumSamples)); float ry = cy + 0.5f + (float) warpCubic(QMC.mod1(jitterY + QMC.halton(0, s))); double time = QMC.mod1(jitterT + QMC.halton(1, s)); double lensU = QMC.mod1(jitterU + QMC.halton(2, s)); double lensV = QMC.mod1(jitterV + QMC.halton(3, s)); ShadingState state = scene.getRadiance(istate, rx, ry, lensU, lensV, time, instance + s, 5, cache); if (state != null) { c.add(state.getResult()); a++; } } bucketRGB[i] = c.mul(invNumSamples); bucketAlpha[i] = a * invNumSamples; if (cache != null) cache.reset(); } } // update pixels display.imageUpdate(x0, y0, bw, bh, bucketRGB, bucketAlpha); } /** * Tent filter warping function. * * @param x sample in the [0,1) range * @return warped sample in the [-1,+1) range */ @SuppressWarnings("unused") private static final float warpTent(float x) { if (x < 0.5f) return -1 + (float) Math.sqrt(2 * x); else return +1 - (float) Math.sqrt(2 - 2 * x); } /** * Cubic BSpline warping functions. Formulas from: "Generation of Stratified * Samples for B-Spline Pixel Filtering" * http://www.cs.utah.edu/~mstark/papers/ * * @param x samples in the [0,1) range * @return warped sample in the [-2,+2) range */ private static final double warpCubic(double x) { if (x < (1.0 / 24)) return qpow(24 * x) - 2; if (x < 0.5f) return distb1((24.0 / 11.0) * (x - (1.0 / 24.0))) - 1; if (x < (23.0f / 24)) return 1 - distb1((24.0 / 11.0) * ((23.0 / 24.0) - x)); return 2 - qpow(24 * (1 - x)); } private static final double qpow(double x) { return Math.sqrt(Math.sqrt(x)); } private static final double distb1(double x) { double u = x; for (int i = 0; i < 5; i++) u = (11 * x + u * u * (6 + u * (8 - 9 * u))) / (4 + 12 * u * (1 + u * (1 - u))); return u; } }src/org/sunflow/core/Camera.java0000644000175000017500000001064511301357540016145 0ustar user03user03package org.sunflow.core; import org.sunflow.SunflowAPI; import org.sunflow.math.Matrix4; import org.sunflow.math.MovingMatrix4; import org.sunflow.math.Point3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; /** * This class represents a camera to the renderer. It handles the mapping of * camera space to world space, as well as the mounting of {@link CameraLens} * objects which compute the actual projection. */ public class Camera implements RenderObject { private final CameraLens lens; private float shutterOpen; private float shutterClose; private MovingMatrix4 c2w; private MovingMatrix4 w2c; public Camera(CameraLens lens) { this.lens = lens; c2w = new MovingMatrix4(null); w2c = new MovingMatrix4(null); shutterOpen = shutterClose = 0; } public boolean update(ParameterList pl, SunflowAPI api) { shutterOpen = pl.getFloat("shutter.open", shutterOpen); shutterClose = pl.getFloat("shutter.close", shutterClose); c2w = pl.getMovingMatrix("transform", c2w); w2c = c2w.inverse(); if (w2c == null) { UI.printWarning(Module.CAM, "Unable to compute camera's inverse transform"); return false; } return lens.update(pl, api); } /** * Computes actual time from a time sample in the interval [0,1). This * random number is mapped somewhere between the shutterOpen and * shutterClose times. * * @param time * @return */ public float getTime(float time) { if (shutterOpen >= shutterClose) return shutterOpen; // warp the time sample by a tent filter - this helps simulates the // behaviour of a standard shutter as explained here: // "Shutter Efficiency and Temporal Sampling" by "Ian Stephenson" // http://www.dctsystems.co.uk/Text/shutter.pdf if (time < 0.5) time = -1 + (float) Math.sqrt(2 * time); else time = 1 - (float) Math.sqrt(2 - 2 * time); time = 0.5f * (time + 1); return (1 - time) * shutterOpen + time * shutterClose; } /** * Generate a ray passing though the specified point on the image plane. * Additional random variables are provided for the lens to optionally * compute depth-of-field or motion blur effects. Note that the camera may * return null for invalid arguments or for pixels which * don't project to anything. * * @param x x pixel coordinate * @param y y pixel coordinate * @param imageWidth width of the image in pixels * @param imageHeight height of the image in pixels * @param lensX a random variable in [0,1) to be used for DOF sampling * @param lensY a random variable in [0,1) to be used for DOF sampling * @param time a random variable in [0,1) to be used for motion blur * sampling * @return a ray passing through the specified pixel, or null */ public Ray getRay(float x, float y, int imageWidth, int imageHeight, double lensX, double lensY, float time) { Ray r = lens.getRay(x, y, imageWidth, imageHeight, lensX, lensY, time); if (r != null) { // transform from camera space to world space r = r.transform(c2w.sample(time)); // renormalize to account for scale factors embeded in the transform r.normalize(); } return r; } /** * Generate a ray from the origin of camera space toward the specified * point. * * @param p point in world space * @return ray from the origin of camera space to the specified point */ Ray getRay(Point3 p, float time) { return new Ray(c2w == null ? new Point3(0, 0, 0) : c2w.sample(time).transformP(new Point3(0, 0, 0)), p); } /** * Returns a transformation matrix mapping camera space to world space. * * @return a transformation matrix */ Matrix4 getCameraToWorld(float time) { return c2w == null ? Matrix4.IDENTITY : c2w.sample(time); } /** * Returns a transformation matrix mapping world space to camera space. * * @return a transformation matrix */ Matrix4 getWorldToCamera(float time) { return w2c == null ? Matrix4.IDENTITY : w2c.sample(time); } }src/org/sunflow/core/InstanceList.java0000644000175000017500000000405511301357540017353 0ustar user03user03package org.sunflow.core; import org.sunflow.SunflowAPI; import org.sunflow.math.BoundingBox; import org.sunflow.math.Matrix4; final class InstanceList implements PrimitiveList { private Instance[] instances; private Instance[] lights; InstanceList() { instances = new Instance[0]; clearLightSources(); } InstanceList(Instance[] instances) { this.instances = instances; clearLightSources(); } void addLightSourceInstances(Instance[] lights) { this.lights = lights; } void clearLightSources() { lights = new Instance[0]; } public final float getPrimitiveBound(int primID, int i) { if (primID < instances.length) return instances[primID].getBounds().getBound(i); else return lights[primID - instances.length].getBounds().getBound(i); } public final BoundingBox getWorldBounds(Matrix4 o2w) { BoundingBox bounds = new BoundingBox(); for (Instance i : instances) bounds.include(i.getBounds()); for (Instance i : lights) bounds.include(i.getBounds()); return bounds; } public final void intersectPrimitive(Ray r, int primID, IntersectionState state) { if (primID < instances.length) instances[primID].intersect(r, state); else lights[primID - instances.length].intersect(r, state); } public final int getNumPrimitives() { return instances.length + lights.length; } public final int getNumPrimitives(int primID) { return primID < instances.length ? instances[primID].getNumPrimitives() : lights[primID - instances.length].getNumPrimitives(); } public final void prepareShadingState(ShadingState state) { state.getInstance().prepareShadingState(state); } public boolean update(ParameterList pl, SunflowAPI api) { return true; } public PrimitiveList getBakingPrimitives() { return null; } }src/org/sunflow/core/SceneParser.java0000644000175000017500000000117411301357540017164 0ustar user03user03package org.sunflow.core; import org.sunflow.SunflowAPI; import org.sunflow.SunflowAPIInterface; /** * Simple interface to allow for scene creation from arbitrary file formats. */ public interface SceneParser { /** * Parse the specified file to create a scene description into the provided * {@link SunflowAPI} object. * * @param filename filename to parse * @param api scene to parse the file into * @return true upon sucess, or false if * errors have occured. */ public boolean parse(String filename, SunflowAPIInterface api); }src/org/sunflow/core/modifiers/0000755000175000017500000000000011301357540016065 5ustar user03user03src/org/sunflow/core/modifiers/NormalMapModifier.java0000644000175000017500000000176311301357540022304 0ustar user03user03package org.sunflow.core.modifiers; import org.sunflow.SunflowAPI; import org.sunflow.core.Modifier; import org.sunflow.core.ParameterList; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.core.TextureCache; import org.sunflow.math.OrthoNormalBasis; public class NormalMapModifier implements Modifier { private Texture normalMap; public NormalMapModifier() { normalMap = null; } public boolean update(ParameterList pl, SunflowAPI api) { String filename = pl.getString("texture", null); if (filename != null) normalMap = TextureCache.getTexture(api.resolveTextureFilename(filename), true); return normalMap != null; } public void modify(ShadingState state) { // apply normal map state.getNormal().set(normalMap.getNormal(state.getUV().x, state.getUV().y, state.getBasis())); state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); } }src/org/sunflow/core/modifiers/PerlinModifier.java0000644000175000017500000000512311301357540021641 0ustar user03user03package org.sunflow.core.modifiers; import org.sunflow.SunflowAPI; import org.sunflow.core.Modifier; import org.sunflow.core.ParameterList; import org.sunflow.core.ShadingState; import org.sunflow.math.OrthoNormalBasis; import org.sunflow.math.PerlinScalar; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; public class PerlinModifier implements Modifier { private int function = 0; private float scale = 50; private float size = 1; public boolean update(ParameterList pl, SunflowAPI api) { function = pl.getInt("function", function); size = pl.getFloat("size", size); scale = pl.getFloat("scale", scale); return true; } public void modify(ShadingState state) { Point3 p = state.transformWorldToObject(state.getPoint()); p.x *= size; p.y *= size; p.z *= size; Vector3 normal = state.transformNormalWorldToObject(state.getNormal()); double f0 = f(p.x, p.y, p.z); double fx = f(p.x + .0001, p.y, p.z); double fy = f(p.x, p.y + .0001, p.z); double fz = f(p.x, p.y, p.z + .0001); normal.x -= scale * (fx - f0) / .0001; normal.y -= scale * (fy - f0) / .0001; normal.z -= scale * (fz - f0) / .0001; normal.normalize(); state.getNormal().set(state.transformNormalObjectToWorld(normal)); state.getNormal().normalize(); state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); } double f(double x, double y, double z) { switch (function) { case 0: return .03 * noise(x, y, z, 8); case 1: return .01 * stripes(x + 2 * turbulence(x, y, z, 1), 1.6); default: return -.10 * turbulence(x, y, z, 1); } } private static final double stripes(double x, double f) { double t = .5 + .5 * Math.sin(f * 2 * Math.PI * x); return t * t - .5; } private static final double turbulence(double x, double y, double z, double freq) { double t = -.5; for (; freq <= 300 / 12; freq *= 2) t += Math.abs(noise(x, y, z, freq) / freq); return t; } private static final double noise(double x, double y, double z, double freq) { double x1, y1, z1; x1 = .707 * x - .707 * z; z1 = .707 * x + .707 * z; y1 = .707 * x1 + .707 * y; x1 = .707 * x1 - .707 * y; return PerlinScalar.snoise((float) (freq * x1 + 100), (float) (freq * y1), (float) (freq * z1)); } }src/org/sunflow/core/modifiers/BumpMappingModifier.java0000644000175000017500000000213411301357540022626 0ustar user03user03package org.sunflow.core.modifiers; import org.sunflow.SunflowAPI; import org.sunflow.core.Modifier; import org.sunflow.core.ParameterList; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.core.TextureCache; import org.sunflow.math.OrthoNormalBasis; public class BumpMappingModifier implements Modifier { private Texture bumpTexture; private float scale; public BumpMappingModifier() { bumpTexture = null; scale = 1; } public boolean update(ParameterList pl, SunflowAPI api) { String filename = pl.getString("texture", null); if (filename != null) bumpTexture = TextureCache.getTexture(api.resolveTextureFilename(filename), true); scale = pl.getFloat("scale", scale); return bumpTexture != null; } public void modify(ShadingState state) { // apply bump state.getNormal().set(bumpTexture.getBump(state.getUV().x, state.getUV().y, state.getBasis(), scale)); state.setBasis(OrthoNormalBasis.makeFromW(state.getNormal())); } }src/org/sunflow/core/TextureCache.java0000644000175000017500000000304211301357540017332 0ustar user03user03package org.sunflow.core; import java.util.HashMap; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; /** * Maintains a cache of all loaded texture maps. This is usefull if the same * texture might be used more than once in your scene. */ public final class TextureCache { private static HashMap textures = new HashMap(); private TextureCache() { } /** * Gets a reference to the texture specified by the given filename. If the * texture has already been loaded the previous reference is returned, * otherwise, a new texture is created. * * @param filename image file to load * @param isLinear is the texture gamma corrected? * @return texture object * @see Texture */ public synchronized static Texture getTexture(String filename, boolean isLinear) { if (textures.containsKey(filename)) { UI.printInfo(Module.TEX, "Using cached copy for file \"%s\" ...", filename); return textures.get(filename); } UI.printInfo(Module.TEX, "Using file \"%s\" ...", filename); Texture t = new Texture(filename, isLinear); textures.put(filename, t); return t; } /** * Flush all textures from the cache, this will cause them to be reloaded * anew the next time they are accessed. */ public synchronized static void flush() { UI.printInfo(Module.TEX, "Flushing texture cache"); textures.clear(); } }src/org/sunflow/core/Statistics.java0000644000175000017500000000576711301357540017120 0ustar user03user03package org.sunflow.core; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class Statistics { // raytracing private long numEyeRays; private long numShadowRays; private long numReflectionRays; private long numGlossyRays; private long numRefractionRays; private long numRays; private long numPixels; // shading cache private long cacheHits; private long cacheMisses; private long cacheSumDepth; private long cacheNumCaches; Statistics() { reset(); } void reset() { numEyeRays = 0; numShadowRays = 0; numReflectionRays = 0; numGlossyRays = 0; numRefractionRays = 0; numRays = 0; numPixels = 0; cacheHits = 0; cacheMisses = 0; cacheSumDepth = 0; cacheNumCaches = 0; } void accumulate(IntersectionState state) { numEyeRays += state.numEyeRays; numShadowRays += state.numShadowRays; numReflectionRays += state.numReflectionRays; numGlossyRays += state.numGlossyRays; numRefractionRays += state.numRefractionRays; numRays += state.numRays; } void accumulate(ShadingCache cache) { cacheHits += cache.hits; cacheMisses += cache.misses; cacheSumDepth += cache.sumDepth; cacheNumCaches += cache.numCaches; } void setResolution(int w, int h) { numPixels = w * h; } void displayStats() { // display raytracing stats UI.printInfo(Module.SCENE, "Raytracing stats:"); UI.printInfo(Module.SCENE, " * Rays traced: (per pixel) (per eye ray) (percentage)", numRays); printRayTypeStats("eye", numEyeRays); printRayTypeStats("shadow", numShadowRays); printRayTypeStats("reflection", numReflectionRays); printRayTypeStats("glossy", numGlossyRays); printRayTypeStats("refraction", numRefractionRays); printRayTypeStats("other", numRays - numEyeRays - numShadowRays - numReflectionRays - numGlossyRays - numRefractionRays); printRayTypeStats("total", numRays); if (cacheHits + cacheMisses > 0) { UI.printInfo(Module.LIGHT, "Shading cache stats:"); UI.printInfo(Module.LIGHT, " * Lookups: %d", cacheHits + cacheMisses); UI.printInfo(Module.LIGHT, " * Hits: %d", cacheHits); UI.printInfo(Module.LIGHT, " * Hit rate: %d%%", (100 * cacheHits) / (cacheHits + cacheMisses)); UI.printInfo(Module.LIGHT, " * Average cache depth: %.2f", (double) cacheSumDepth / (double) cacheNumCaches); } } private void printRayTypeStats(String name, long n) { if (n > 0) UI.printInfo(Module.SCENE, " %-10s %11d %7.2f %7.2f %6.2f%%", name, n, (double) n / (double) numPixels, (double) n / (double) numEyeRays, (double) (n * 100) / (double) numRays); } }src/org/sunflow/core/photonmap/0000755000175000017500000000000011301357540016111 5ustar user03user03src/org/sunflow/core/photonmap/GlobalPhotonMap.java0000644000175000017500000004254611301357540022015 0ustar user03user03package org.sunflow.core.photonmap; import java.util.ArrayList; import org.sunflow.core.GlobalPhotonMapInterface; import org.sunflow.core.Options; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public final class GlobalPhotonMap implements GlobalPhotonMapInterface { private ArrayList photonList; private Photon[] photons; private int storedPhotons; private int halfStoredPhotons; private int log2n; private int numGather; private float gatherRadius; private BoundingBox bounds; private boolean hasRadiance; private float maxPower; private float maxRadius; private int numEmit; public GlobalPhotonMap() { bounds = new BoundingBox(); hasRadiance = false; maxPower = 0; maxRadius = 0; } public void prepare(Options options, BoundingBox sceneBounds) { // get settings numEmit = options.getInt("gi.irr-cache.gmap.emit", 100000); numGather = options.getInt("gi.irr-cache.gmap.gather", 50); gatherRadius = options.getFloat("gi.irr-cache.gmap.radius", 0.5f); // init photonList = new ArrayList(); photonList.add(null); photons = null; storedPhotons = halfStoredPhotons = 0; } public void store(ShadingState state, Vector3 dir, Color power, Color diffuse) { Photon p = new Photon(state.getPoint(), state.getNormal(), dir, power, diffuse); synchronized (this) { storedPhotons++; photonList.add(p); bounds.include(new Point3(p.x, p.y, p.z)); maxPower = Math.max(maxPower, power.getMax()); } } private void locatePhotons(NearestPhotons np) { float[] dist1d2 = new float[log2n]; int[] chosen = new int[log2n]; int i = 1; int level = 0; int cameFrom; while (true) { while (i < halfStoredPhotons) { float dist1d = photons[i].getDist1(np.px, np.py, np.pz); dist1d2[level] = dist1d * dist1d; i += i; if (dist1d > 0.0f) i++; chosen[level++] = i; } np.checkAddNearest(photons[i]); do { cameFrom = i; i >>= 1; level--; if (i == 0) return; } while ((dist1d2[level] >= np.dist2[0]) || (cameFrom != chosen[level])); np.checkAddNearest(photons[i]); i = chosen[level++] ^ 1; } } private void balance() { if (storedPhotons == 0) return; photons = photonList.toArray(new Photon[photonList.size()]); photonList = null; Photon[] temp = new Photon[storedPhotons + 1]; balanceSegment(temp, 1, 1, storedPhotons); photons = temp; halfStoredPhotons = storedPhotons / 2; log2n = (int) Math.ceil(Math.log(storedPhotons) / Math.log(2.0)); } private void balanceSegment(Photon[] temp, int index, int start, int end) { int median = 1; while ((4 * median) <= (end - start + 1)) median += median; if ((3 * median) <= (end - start + 1)) { median += median; median += (start - 1); } else median = end - median + 1; int axis = Photon.SPLIT_Z; Vector3 extents = bounds.getExtents(); if ((extents.x > extents.y) && (extents.x > extents.z)) axis = Photon.SPLIT_X; else if (extents.y > extents.z) axis = Photon.SPLIT_Y; int left = start; int right = end; while (right > left) { double v = photons[right].getCoord(axis); int i = left - 1; int j = right; while (true) { while (photons[++i].getCoord(axis) < v) { } while ((photons[--j].getCoord(axis) > v) && (j > left)) { } if (i >= j) break; swap(i, j); } swap(i, right); if (i >= median) right = i - 1; if (i <= median) left = i + 1; } temp[index] = photons[median]; temp[index].setSplitAxis(axis); if (median > start) { if (start < (median - 1)) { float tmp; switch (axis) { case Photon.SPLIT_X: tmp = bounds.getMaximum().x; bounds.getMaximum().x = temp[index].x; balanceSegment(temp, 2 * index, start, median - 1); bounds.getMaximum().x = tmp; break; case Photon.SPLIT_Y: tmp = bounds.getMaximum().y; bounds.getMaximum().y = temp[index].y; balanceSegment(temp, 2 * index, start, median - 1); bounds.getMaximum().y = tmp; break; default: tmp = bounds.getMaximum().z; bounds.getMaximum().z = temp[index].z; balanceSegment(temp, 2 * index, start, median - 1); bounds.getMaximum().z = tmp; } } else temp[2 * index] = photons[start]; } if (median < end) { if ((median + 1) < end) { float tmp; switch (axis) { case Photon.SPLIT_X: tmp = bounds.getMinimum().x; bounds.getMinimum().x = temp[index].x; balanceSegment(temp, (2 * index) + 1, median + 1, end); bounds.getMinimum().x = tmp; break; case Photon.SPLIT_Y: tmp = bounds.getMinimum().y; bounds.getMinimum().y = temp[index].y; balanceSegment(temp, (2 * index) + 1, median + 1, end); bounds.getMinimum().y = tmp; break; default: tmp = bounds.getMinimum().z; bounds.getMinimum().z = temp[index].z; balanceSegment(temp, (2 * index) + 1, median + 1, end); bounds.getMinimum().z = tmp; } } else temp[(2 * index) + 1] = photons[end]; } } private void swap(int i, int j) { Photon tmp = photons[i]; photons[i] = photons[j]; photons[j] = tmp; } static class Photon { float x; float y; float z; short dir; short normal; int data; int power; int flags; static final int SPLIT_X = 0; static final int SPLIT_Y = 1; static final int SPLIT_Z = 2; static final int SPLIT_MASK = 3; Photon(Point3 p, Vector3 n, Vector3 dir, Color power, Color diffuse) { x = p.x; y = p.y; z = p.z; this.dir = dir.encode(); this.power = power.toRGBE(); flags = 0; normal = n.encode(); data = diffuse.toRGB(); } void setSplitAxis(int axis) { flags &= ~SPLIT_MASK; flags |= axis; } float getCoord(int axis) { switch (axis) { case SPLIT_X: return x; case SPLIT_Y: return y; default: return z; } } float getDist1(float px, float py, float pz) { switch (flags & SPLIT_MASK) { case SPLIT_X: return px - x; case SPLIT_Y: return py - y; default: return pz - z; } } float getDist2(float px, float py, float pz) { float dx = x - px; float dy = y - py; float dz = z - pz; return (dx * dx) + (dy * dy) + (dz * dz); } } public void init() { UI.printInfo(Module.LIGHT, "Balancing global photon map ..."); UI.taskStart("Balancing global photon map", 0, 1); Timer t = new Timer(); t.start(); balance(); t.end(); UI.taskStop(); UI.printInfo(Module.LIGHT, "Global photon map:"); UI.printInfo(Module.LIGHT, " * Photons stored: %d", storedPhotons); UI.printInfo(Module.LIGHT, " * Photons/estimate: %d", numGather); UI.printInfo(Module.LIGHT, " * Estimate radius: %.3f", gatherRadius); maxRadius = 1.4f * (float) Math.sqrt(maxPower * numGather); UI.printInfo(Module.LIGHT, " * Maximum radius: %.3f", maxRadius); UI.printInfo(Module.LIGHT, " * Balancing time: %s", t.toString()); if (gatherRadius > maxRadius) gatherRadius = maxRadius; t.start(); precomputeRadiance(); t.end(); UI.printInfo(Module.LIGHT, " * Precompute time: %s", t.toString()); UI.printInfo(Module.LIGHT, " * Radiance photons: %d", storedPhotons); UI.printInfo(Module.LIGHT, " * Search radius: %.3f", gatherRadius); } public void precomputeRadiance() { if (storedPhotons == 0) return; // precompute the radiance for all photons that are neither // leaves nor parents of leaves in the tree. int quadStoredPhotons = halfStoredPhotons / 2; Point3 p = new Point3(); Vector3 n = new Vector3(); Point3 ppos = new Point3(); Vector3 pdir = new Vector3(); Vector3 pvec = new Vector3(); Color irr = new Color(); Color pow = new Color(); float maxDist2 = gatherRadius * gatherRadius; NearestPhotons np = new NearestPhotons(p, numGather, maxDist2); Photon[] temp = new Photon[quadStoredPhotons + 1]; UI.taskStart("Precomputing radiance", 1, quadStoredPhotons); for (int i = 1; i <= quadStoredPhotons; i++) { UI.taskUpdate(i); Photon curr = photons[i]; p.set(curr.x, curr.y, curr.z); Vector3.decode(curr.normal, n); irr.set(Color.BLACK); np.reset(p, maxDist2); locatePhotons(np); if (np.found < 8) { curr.data = 0; temp[i] = curr; continue; } float invArea = 1.0f / ((float) Math.PI * np.dist2[0]); float maxNDist = np.dist2[0] * 0.05f; for (int j = 1; j <= np.found; j++) { Photon phot = np.index[j]; Vector3.decode(phot.dir, pdir); float cos = -Vector3.dot(pdir, n); if (cos > 0.01f) { ppos.set(phot.x, phot.y, phot.z); Point3.sub(ppos, p, pvec); float pcos = Vector3.dot(pvec, n); if ((pcos < maxNDist) && (pcos > -maxNDist)) irr.add(pow.setRGBE(phot.power)); } } irr.mul(invArea); // compute radiance irr.mul(new Color(curr.data)).mul(1.0f / (float) Math.PI); curr.data = irr.toRGBE(); temp[i] = curr; } UI.taskStop(); // resize photon map to only include irradiance photons numGather /= 4; maxRadius = 1.4f * (float) Math.sqrt(maxPower * numGather); if (gatherRadius > maxRadius) gatherRadius = maxRadius; storedPhotons = quadStoredPhotons; halfStoredPhotons = storedPhotons / 2; log2n = (int) Math.ceil(Math.log(storedPhotons) / Math.log(2.0)); photons = temp; hasRadiance = true; } public Color getRadiance(Point3 p, Vector3 n) { if (!hasRadiance || (storedPhotons == 0)) return Color.BLACK; float px = p.x; float py = p.y; float pz = p.z; int i = 1; int level = 0; int cameFrom; float dist2; float maxDist2 = gatherRadius * gatherRadius; Photon nearest = null; Photon curr; Vector3 photN = new Vector3(); float[] dist1d2 = new float[log2n]; int[] chosen = new int[log2n]; while (true) { while (i < halfStoredPhotons) { float dist1d = photons[i].getDist1(px, py, pz); dist1d2[level] = dist1d * dist1d; i += i; if (dist1d > 0) i++; chosen[level++] = i; } curr = photons[i]; dist2 = curr.getDist2(px, py, pz); if (dist2 < maxDist2) { Vector3.decode(curr.normal, photN); float currentDotN = Vector3.dot(photN, n); if (currentDotN > 0.9f) { nearest = curr; maxDist2 = dist2; } } do { cameFrom = i; i >>= 1; level--; if (i == 0) return (nearest == null) ? Color.BLACK : new Color().setRGBE(nearest.data); } while ((dist1d2[level] >= maxDist2) || (cameFrom != chosen[level])); curr = photons[i]; dist2 = curr.getDist2(px, py, pz); if (dist2 < maxDist2) { Vector3.decode(curr.normal, photN); float currentDotN = Vector3.dot(photN, n); if (currentDotN > 0.9f) { nearest = curr; maxDist2 = dist2; } } i = chosen[level++] ^ 1; } } private static class NearestPhotons { int found; float px, py, pz; private int max; private boolean gotHeap; protected float[] dist2; protected Photon[] index; NearestPhotons(Point3 p, int n, float maxDist2) { max = n; found = 0; gotHeap = false; px = p.x; py = p.y; pz = p.z; dist2 = new float[n + 1]; index = new Photon[n + 1]; dist2[0] = maxDist2; } void reset(Point3 p, float maxDist2) { found = 0; gotHeap = false; px = p.x; py = p.y; pz = p.z; dist2[0] = maxDist2; } void checkAddNearest(Photon p) { float fdist2 = p.getDist2(px, py, pz); if (fdist2 < dist2[0]) { if (found < max) { found++; dist2[found] = fdist2; index[found] = p; } else { int j; int parent; if (!gotHeap) { float dst2; Photon phot; int halfFound = found >> 1; for (int k = halfFound; k >= 1; k--) { parent = k; phot = index[k]; dst2 = dist2[k]; while (parent <= halfFound) { j = parent + parent; if ((j < found) && (dist2[j] < dist2[j + 1])) j++; if (dst2 >= dist2[j]) break; dist2[parent] = dist2[j]; index[parent] = index[j]; parent = j; } dist2[parent] = dst2; index[parent] = phot; } gotHeap = true; } parent = 1; j = 2; while (j <= found) { if ((j < found) && (dist2[j] < dist2[j + 1])) j++; if (fdist2 > dist2[j]) break; dist2[parent] = dist2[j]; index[parent] = index[j]; parent = j; j += j; } dist2[parent] = fdist2; index[parent] = p; dist2[0] = dist2[1]; } } } } public boolean allowDiffuseBounced() { return true; } public boolean allowReflectionBounced() { return true; } public boolean allowRefractionBounced() { return true; } public int numEmit() { return numEmit; } }src/org/sunflow/core/photonmap/CausticPhotonMap.java0000644000175000017500000003414411301357540022203 0ustar user03user03package org.sunflow.core.photonmap; import java.util.ArrayList; import org.sunflow.core.CausticPhotonMapInterface; import org.sunflow.core.LightSample; import org.sunflow.core.Options; import org.sunflow.core.Ray; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public final class CausticPhotonMap implements CausticPhotonMapInterface { private ArrayList photonList; private Photon[] photons; private int storedPhotons; private int halfStoredPhotons; private int log2n; private int gatherNum; private float gatherRadius; private BoundingBox bounds; private float filterValue; private float maxPower; private float maxRadius; private int numEmit; public void prepare(Options options, BoundingBox sceneBounds) { // get options numEmit = options.getInt("caustics.emit", 10000); gatherNum = options.getInt("caustics.gather", 50); gatherRadius = options.getFloat("caustics.radius", 0.5f); filterValue = options.getFloat("caustics.filter", 1.1f); // init bounds = new BoundingBox(); maxPower = 0; maxRadius = 0; photonList = new ArrayList(); photonList.add(null); photons = null; storedPhotons = halfStoredPhotons = 0; } private void locatePhotons(NearestPhotons np) { float[] dist1d2 = new float[log2n]; int[] chosen = new int[log2n]; int i = 1; int level = 0; int cameFrom; while (true) { while (i < halfStoredPhotons) { float dist1d = photons[i].getDist1(np.px, np.py, np.pz); dist1d2[level] = dist1d * dist1d; i += i; if (dist1d > 0.0f) i++; chosen[level++] = i; } np.checkAddNearest(photons[i]); do { cameFrom = i; i >>= 1; level--; if (i == 0) return; } while ((dist1d2[level] >= np.dist2[0]) || (cameFrom != chosen[level])); np.checkAddNearest(photons[i]); i = chosen[level++] ^ 1; } } private void balance() { if (storedPhotons == 0) return; photons = photonList.toArray(new Photon[photonList.size()]); photonList = null; Photon[] temp = new Photon[storedPhotons + 1]; balanceSegment(temp, 1, 1, storedPhotons); photons = temp; halfStoredPhotons = storedPhotons / 2; log2n = (int) Math.ceil(Math.log(storedPhotons) / Math.log(2.0)); } private void balanceSegment(Photon[] temp, int index, int start, int end) { int median = 1; while ((4 * median) <= (end - start + 1)) median += median; if ((3 * median) <= (end - start + 1)) { median += median; median += (start - 1); } else median = end - median + 1; int axis = Photon.SPLIT_Z; Vector3 extents = bounds.getExtents(); if ((extents.x > extents.y) && (extents.x > extents.z)) axis = Photon.SPLIT_X; else if (extents.y > extents.z) axis = Photon.SPLIT_Y; int left = start; int right = end; while (right > left) { double v = photons[right].getCoord(axis); int i = left - 1; int j = right; while (true) { while (photons[++i].getCoord(axis) < v) { } while ((photons[--j].getCoord(axis) > v) && (j > left)) { } if (i >= j) break; swap(i, j); } swap(i, right); if (i >= median) right = i - 1; if (i <= median) left = i + 1; } temp[index] = photons[median]; temp[index].setSplitAxis(axis); if (median > start) { if (start < (median - 1)) { float tmp; switch (axis) { case Photon.SPLIT_X: tmp = bounds.getMaximum().x; bounds.getMaximum().x = temp[index].x; balanceSegment(temp, 2 * index, start, median - 1); bounds.getMaximum().x = tmp; break; case Photon.SPLIT_Y: tmp = bounds.getMaximum().y; bounds.getMaximum().y = temp[index].y; balanceSegment(temp, 2 * index, start, median - 1); bounds.getMaximum().y = tmp; break; default: tmp = bounds.getMaximum().z; bounds.getMaximum().z = temp[index].z; balanceSegment(temp, 2 * index, start, median - 1); bounds.getMaximum().z = tmp; } } else temp[2 * index] = photons[start]; } if (median < end) { if ((median + 1) < end) { float tmp; switch (axis) { case Photon.SPLIT_X: tmp = bounds.getMinimum().x; bounds.getMinimum().x = temp[index].x; balanceSegment(temp, (2 * index) + 1, median + 1, end); bounds.getMinimum().x = tmp; break; case Photon.SPLIT_Y: tmp = bounds.getMinimum().y; bounds.getMinimum().y = temp[index].y; balanceSegment(temp, (2 * index) + 1, median + 1, end); bounds.getMinimum().y = tmp; break; default: tmp = bounds.getMinimum().z; bounds.getMinimum().z = temp[index].z; balanceSegment(temp, (2 * index) + 1, median + 1, end); bounds.getMinimum().z = tmp; } } else temp[(2 * index) + 1] = photons[end]; } } private void swap(int i, int j) { Photon tmp = photons[i]; photons[i] = photons[j]; photons[j] = tmp; } public void store(ShadingState state, Vector3 dir, Color power, Color diffuse) { if (((state.getDiffuseDepth() == 0) && (state.getReflectionDepth() > 0 || state.getRefractionDepth() > 0))) { // this is a caustic photon Photon p = new Photon(state.getPoint(), dir, power); synchronized (this) { storedPhotons++; photonList.add(p); bounds.include(new Point3(p.x, p.y, p.z)); maxPower = Math.max(maxPower, power.getMax()); } } } public void init() { UI.printInfo(Module.LIGHT, "Balancing caustics photon map ..."); Timer t = new Timer(); t.start(); balance(); t.end(); UI.printInfo(Module.LIGHT, "Caustic photon map:"); UI.printInfo(Module.LIGHT, " * Photons stored: %d", storedPhotons); UI.printInfo(Module.LIGHT, " * Photons/estimate: %d", gatherNum); maxRadius = 1.4f * (float) Math.sqrt(maxPower * gatherNum); UI.printInfo(Module.LIGHT, " * Estimate radius: %.3f", gatherRadius); UI.printInfo(Module.LIGHT, " * Maximum radius: %.3f", maxRadius); UI.printInfo(Module.LIGHT, " * Balancing time: %s", t.toString()); if (gatherRadius > maxRadius) gatherRadius = maxRadius; } public void getSamples(ShadingState state) { if (storedPhotons == 0) return; NearestPhotons np = new NearestPhotons(state.getPoint(), gatherNum, gatherRadius * gatherRadius); locatePhotons(np); if (np.found < 8) return; Point3 ppos = new Point3(); Vector3 pdir = new Vector3(); Vector3 pvec = new Vector3(); float invArea = 1.0f / ((float) Math.PI * np.dist2[0]); float maxNDist = np.dist2[0] * 0.05f; float f2r2 = 1.0f / (filterValue * filterValue * np.dist2[0]); float fInv = 1.0f / (1.0f - 2.0f / (3.0f * filterValue)); for (int i = 1; i <= np.found; i++) { Photon phot = np.index[i]; Vector3.decode(phot.dir, pdir); float cos = -Vector3.dot(pdir, state.getNormal()); if (cos > 0.001) { ppos.set(phot.x, phot.y, phot.z); Point3.sub(ppos, state.getPoint(), pvec); float pcos = Vector3.dot(pvec, state.getNormal()); if ((pcos < maxNDist) && (pcos > -maxNDist)) { LightSample sample = new LightSample(); sample.setShadowRay(new Ray(state.getPoint(), pdir.negate())); sample.setRadiance(new Color().setRGBE(np.index[i].power).mul(invArea / cos), Color.BLACK); sample.getDiffuseRadiance().mul((1.0f - (float) Math.sqrt(np.dist2[i] * f2r2)) * fInv); state.addSample(sample); } } } } private static class NearestPhotons { int found; float px, py, pz; private int max; private boolean gotHeap; protected float[] dist2; protected Photon[] index; NearestPhotons(Point3 p, int n, float maxDist2) { max = n; found = 0; gotHeap = false; px = p.x; py = p.y; pz = p.z; dist2 = new float[n + 1]; index = new Photon[n + 1]; dist2[0] = maxDist2; } void reset(Point3 p, float maxDist2) { found = 0; gotHeap = false; px = p.x; py = p.y; pz = p.z; dist2[0] = maxDist2; } void checkAddNearest(Photon p) { float fdist2 = p.getDist2(px, py, pz); if (fdist2 < dist2[0]) { if (found < max) { found++; dist2[found] = fdist2; index[found] = p; } else { int j; int parent; if (!gotHeap) { float dst2; Photon phot; int halfFound = found >> 1; for (int k = halfFound; k >= 1; k--) { parent = k; phot = index[k]; dst2 = dist2[k]; while (parent <= halfFound) { j = parent + parent; if ((j < found) && (dist2[j] < dist2[j + 1])) j++; if (dst2 >= dist2[j]) break; dist2[parent] = dist2[j]; index[parent] = index[j]; parent = j; } dist2[parent] = dst2; index[parent] = phot; } gotHeap = true; } parent = 1; j = 2; while (j <= found) { if ((j < found) && (dist2[j] < dist2[j + 1])) j++; if (fdist2 > dist2[j]) break; dist2[parent] = dist2[j]; index[parent] = index[j]; parent = j; j += j; } dist2[parent] = fdist2; index[parent] = p; dist2[0] = dist2[1]; } } } } private static class Photon { float x; float y; float z; short dir; int power; int flags; static final int SPLIT_X = 0; static final int SPLIT_Y = 1; static final int SPLIT_Z = 2; static final int SPLIT_MASK = 3; Photon(Point3 p, Vector3 dir, Color power) { x = p.x; y = p.y; z = p.z; this.dir = dir.encode(); this.power = power.toRGBE(); flags = SPLIT_X; } void setSplitAxis(int axis) { flags &= ~SPLIT_MASK; flags |= axis; } float getCoord(int axis) { switch (axis) { case SPLIT_X: return x; case SPLIT_Y: return y; default: return z; } } float getDist1(float px, float py, float pz) { switch (flags & SPLIT_MASK) { case SPLIT_X: return px - x; case SPLIT_Y: return py - y; default: return pz - z; } } float getDist2(float px, float py, float pz) { float dx = x - px; float dy = y - py; float dz = z - pz; return (dx * dx) + (dy * dy) + (dz * dz); } } public boolean allowDiffuseBounced() { return false; } public boolean allowReflectionBounced() { return true; } public boolean allowRefractionBounced() { return true; } public int numEmit() { return numEmit; } }src/org/sunflow/core/photonmap/GridPhotonMap.java0000644000175000017500000002474011301357540021476 0ustar user03user03package org.sunflow.core.photonmap; import java.util.concurrent.locks.ReentrantReadWriteLock; import org.sunflow.core.GlobalPhotonMapInterface; import org.sunflow.core.Options; import org.sunflow.core.ShadingState; import org.sunflow.image.Color; import org.sunflow.math.BoundingBox; import org.sunflow.math.MathUtils; import org.sunflow.math.Point3; import org.sunflow.math.Vector3; import org.sunflow.system.UI; import org.sunflow.system.UI.Module; public class GridPhotonMap implements GlobalPhotonMapInterface { private int numGather; private float gatherRadius; private int numStoredPhotons; private int nx, ny, nz; private BoundingBox bounds; private PhotonGroup[] cellHash; private int hashSize; private int hashPrime; private ReentrantReadWriteLock rwl; private int numEmit; private static final float NORMAL_THRESHOLD = (float) Math.cos(10.0 * Math.PI / 180.0); private static final int[] PRIMES = { 11, 19, 37, 109, 163, 251, 367, 557, 823, 1237, 1861, 2777, 4177, 6247, 9371, 21089, 31627, 47431, 71143, 106721, 160073, 240101, 360163, 540217, 810343, 1215497, 1823231, 2734867, 4102283, 6153409, 9230113, 13845163 }; public GridPhotonMap() { numStoredPhotons = 0; hashSize = 0; // number of unique IDs in the hash rwl = new ReentrantReadWriteLock(); numEmit = 100000; } public void prepare(Options options, BoundingBox sceneBounds) { // get settings numEmit = options.getInt("gi.irr-cache.gmap.emit", 100000); numGather = options.getInt("gi.irr-cache.gmap.gather", 50); gatherRadius = options.getFloat("gi.irr-cache.gmap.radius", 0.5f); bounds = new BoundingBox(sceneBounds); bounds.enlargeUlps(); Vector3 w = bounds.getExtents(); nx = (int) Math.max(((w.x / gatherRadius) + 0.5f), 1); ny = (int) Math.max(((w.y / gatherRadius) + 0.5f), 1); nz = (int) Math.max(((w.z / gatherRadius) + 0.5f), 1); int numCells = nx * ny * nz; UI.printInfo(Module.LIGHT, "Initializing grid photon map:"); UI.printInfo(Module.LIGHT, " * Resolution: %dx%dx%d", nx, ny, nz); UI.printInfo(Module.LIGHT, " * Total cells: %d", numCells); for (hashPrime = 0; hashPrime < PRIMES.length; hashPrime++) if (PRIMES[hashPrime] > (numCells / 5)) break; cellHash = new PhotonGroup[PRIMES[hashPrime]]; UI.printInfo(Module.LIGHT, " * Initial hash size: %d", cellHash.length); } public int size() { return numStoredPhotons; } public void store(ShadingState state, Vector3 dir, Color power, Color diffuse) { // don't store on the wrong side of a surface if (Vector3.dot(state.getNormal(), dir) > 0) return; Point3 pt = state.getPoint(); // outside grid bounds ? if (!bounds.contains(pt)) return; Vector3 ext = bounds.getExtents(); int ix = (int) (((pt.x - bounds.getMinimum().x) * nx) / ext.x); int iy = (int) (((pt.y - bounds.getMinimum().y) * ny) / ext.y); int iz = (int) (((pt.z - bounds.getMinimum().z) * nz) / ext.z); ix = MathUtils.clamp(ix, 0, nx - 1); iy = MathUtils.clamp(iy, 0, ny - 1); iz = MathUtils.clamp(iz, 0, nz - 1); int id = ix + iy * nx + iz * nx * ny; synchronized (this) { int hid = id % cellHash.length; PhotonGroup g = cellHash[hid]; PhotonGroup last = null; boolean hasID = false; while (g != null) { if (g.id == id) { hasID = true; if (Vector3.dot(state.getNormal(), g.normal) > NORMAL_THRESHOLD) break; } last = g; g = g.next; } if (g == null) { g = new PhotonGroup(id, state.getNormal()); if (last == null) cellHash[hid] = g; else last.next = g; if (!hasID) { hashSize++; // we have not seen this ID before // resize hash if we have grown too large if (hashSize > cellHash.length) growPhotonHash(); } } g.count++; g.flux.add(power); g.diffuse.add(diffuse); numStoredPhotons++; } } public void init() { UI.printInfo(Module.LIGHT, "Initializing photon grid ..."); UI.printInfo(Module.LIGHT, " * Photon hits: %d", numStoredPhotons); UI.printInfo(Module.LIGHT, " * Final hash size: %d", cellHash.length); int cells = 0; for (int i = 0; i < cellHash.length; i++) { for (PhotonGroup g = cellHash[i]; g != null; g = g.next) { g.diffuse.mul(1.0f / g.count); cells++; } } UI.printInfo(Module.LIGHT, " * Num photon cells: %d", cells); } public void precomputeRadiance(boolean includeDirect, boolean includeCaustics) { } private void growPhotonHash() { // enlarge the hash size: if (hashPrime >= PRIMES.length - 1) return; PhotonGroup[] temp = new PhotonGroup[PRIMES[++hashPrime]]; for (int i = 0; i < cellHash.length; i++) { PhotonGroup g = cellHash[i]; while (g != null) { // re-hash into the new table int hid = g.id % temp.length; PhotonGroup last = null; for (PhotonGroup gn = temp[hid]; gn != null; gn = gn.next) last = gn; if (last == null) temp[hid] = g; else last.next = g; PhotonGroup next = g.next; g.next = null; g = next; } } cellHash = temp; } public synchronized Color getRadiance(Point3 p, Vector3 n) { if (!bounds.contains(p)) return Color.BLACK; Vector3 ext = bounds.getExtents(); int ix = (int) (((p.x - bounds.getMinimum().x) * nx) / ext.x); int iy = (int) (((p.y - bounds.getMinimum().y) * ny) / ext.y); int iz = (int) (((p.z - bounds.getMinimum().z) * nz) / ext.z); ix = MathUtils.clamp(ix, 0, nx - 1); iy = MathUtils.clamp(iy, 0, ny - 1); iz = MathUtils.clamp(iz, 0, nz - 1); int id = ix + iy * nx + iz * nx * ny; rwl.readLock().lock(); PhotonGroup center = null; for (PhotonGroup g = get(ix, iy, iz); g != null; g = g.next) { if (g.id == id && Vector3.dot(n, g.normal) > NORMAL_THRESHOLD) { if (g.radiance == null) { center = g; break; } Color r = g.radiance.copy(); rwl.readLock().unlock(); return r; } } int vol = 1; while (true) { int numPhotons = 0; int ndiff = 0; Color irr = Color.black(); Color diff = (center == null) ? Color.black() : null; for (int z = iz - (vol - 1); z <= iz + (vol - 1); z++) { for (int y = iy - (vol - 1); y <= iy + (vol - 1); y++) { for (int x = ix - (vol - 1); x <= ix + (vol - 1); x++) { int vid = x + y * nx + z * nx * ny; for (PhotonGroup g = get(x, y, z); g != null; g = g.next) { if (g.id == vid && Vector3.dot(n, g.normal) > NORMAL_THRESHOLD) { numPhotons += g.count; irr.add(g.flux); if (diff != null) { diff.add(g.diffuse); ndiff++; } break; // only one valid group can be found, // skip the others } } } } } if (numPhotons >= numGather || vol >= 3) { // we have found enough photons // cache irradiance and return float area = (2 * vol - 1) / 3.0f * ((ext.x / nx) + (ext.y / ny) + (ext.z / nz)); area *= area; area *= Math.PI; irr.mul(1.0f / area); // upgrade lock manually rwl.readLock().unlock(); rwl.writeLock().lock(); if (center == null) { if (ndiff > 0) diff.mul(1.0f / ndiff); center = new PhotonGroup(id, n); center.diffuse.set(diff); center.next = cellHash[id % cellHash.length]; cellHash[id % cellHash.length] = center; } irr.mul(center.diffuse); center.radiance = irr.copy(); rwl.writeLock().unlock(); // unlock write - done return irr; } vol++; } } private PhotonGroup get(int x, int y, int z) { // returns the list associated with the specified location if (x < 0 || x >= nx) return null; if (y < 0 || y >= ny) return null; if (z < 0 || z >= nz) return null; return cellHash[(x + y * nx + z * nx * ny) % cellHash.length]; } private class PhotonGroup { int id; int count; Vector3 normal; Color flux; Color radiance; Color diffuse; PhotonGroup next; PhotonGroup(int id, Vector3 n) { normal = new Vector3(n); flux = Color.black(); diffuse = Color.black(); radiance = null; count = 0; this.id = id; next = null; } } public boolean allowDiffuseBounced() { return true; } public boolean allowReflectionBounced() { return true; } public boolean allowRefractionBounced() { return true; } public int numEmit() { return numEmit; } }src/SunflowGUI.java0000644000175000017500000015351011301357541013543 0ustar user03user03import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Toolkit; import java.awt.datatransfer.DataFlavor; import java.awt.datatransfer.Transferable; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.beans.PropertyVetoException; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.util.List; import javax.swing.BorderFactory; import javax.swing.JButton; import javax.swing.JCheckBoxMenuItem; import javax.swing.JComponent; import javax.swing.JDesktopPane; import javax.swing.JFileChooser; import javax.swing.JInternalFrame; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JProgressBar; import javax.swing.JScrollPane; import javax.swing.JSeparator; import javax.swing.JTextArea; import javax.swing.KeyStroke; import javax.swing.ScrollPaneConstants; import javax.swing.SwingUtilities; import javax.swing.TransferHandler; import javax.swing.filechooser.FileFilter; import javax.swing.plaf.metal.DefaultMetalTheme; import javax.swing.plaf.metal.MetalLookAndFeel; import org.sunflow.Benchmark; import org.sunflow.RealtimeBenchmark; import org.sunflow.SunflowAPI; import org.sunflow.core.Display; import org.sunflow.core.TextureCache; import org.sunflow.core.accel.KDTree; import org.sunflow.core.display.FileDisplay; import org.sunflow.core.display.FrameDisplay; import org.sunflow.core.display.ImgPipeDisplay; import org.sunflow.core.primitive.TriangleMesh; import org.sunflow.system.ImagePanel; import org.sunflow.system.Timer; import org.sunflow.system.UI; import org.sunflow.system.UserInterface; import org.sunflow.system.UI.Module; import org.sunflow.system.UI.PrintLevel; @SuppressWarnings("serial") public class SunflowGUI extends javax.swing.JFrame implements UserInterface { private static final int DEFAULT_WIDTH = 1024; private static final int DEFAULT_HEIGHT = 768; private JPanel jPanel3; private JScrollPane jScrollPane1; private JMenuItem exitMenuItem; private JSeparator jSeparator2; private JPanel jPanel1; private JButton renderButton; private JMenuItem jMenuItem4; private JSeparator jSeparator1; private JMenuItem fitWindowMenuItem; private JMenuItem tileWindowMenuItem; private JSeparator jSeparator5; private JMenuItem consoleWindowMenuItem; private JMenuItem editorWindowMenuItem; private JMenuItem imageWindowMenuItem; private JMenu windowMenu; private JInternalFrame consoleFrame; private JInternalFrame editorFrame; private JInternalFrame imagePanelFrame; private JDesktopPane desktop; private JCheckBoxMenuItem smallTrianglesMenuItem; private JMenuItem textureCacheClearMenuItem; private JSeparator jSeparator4; private JMenuItem resetZoomMenuItem; private JMenu imageMenu; private ImagePanel imagePanel; private JPanel jPanel6; private JCheckBoxMenuItem clearLogMenuItem; private JPanel jPanel5; private JButton taskCancelButton; private JProgressBar taskProgressBar; private JSeparator jSeparator3; private JCheckBoxMenuItem autoBuildMenuItem; private JMenuItem iprMenuItem; private JMenuItem renderMenuItem; private JMenuItem buildMenuItem; private JMenu sceneMenu; private JTextArea editorTextArea; private JTextArea consoleTextArea; private JButton clearConsoleButton; private JPanel jPanel4; private JScrollPane jScrollPane2; private JButton iprButton; private JButton buildButton; private JMenuItem saveAsMenuItem; private JMenuItem saveMenuItem; private JMenuItem openFileMenuItem; private JMenuItem newFileMenuItem; private JMenu fileMenu; private JMenuBar jMenuBar1; // non-swing items private String currentFile; private String currentTask; private int currentTaskLastP; private SunflowAPI api; private File lastSaveDirectory; public static void usage(boolean verbose) { System.out.println("Usage: SunflowGUI [options] scenefile"); if (verbose) { System.out.println("Sunflow v" + SunflowAPI.VERSION + " textmode"); System.out.println("Renders the specified scene file"); System.out.println("Options:"); System.out.println(" -o filename Saves the output as the specified filename (png, hdr, tga)"); System.out.println(" #'s get expanded to the current frame number"); System.out.println(" -nogui Don't open the frame showing rendering progress"); System.out.println(" -ipr Render using progressive algorithm"); System.out.println(" -sampler type Render using the specified algorithm"); System.out.println(" -threads n Render using n threads"); System.out.println(" -lopri Set thread priority to low (default)"); System.out.println(" -hipri Set thread priority to high"); System.out.println(" -smallmesh Load triangle meshes using triangles optimized for memory use"); System.out.println(" -dumpkd Dump KDTree to an obj file for visualization"); System.out.println(" -buildonly Do not call render method after loading the scene"); System.out.println(" -showaa Display sampling levels per pixel for bucket renderer"); System.out.println(" -nogi Disable any global illumination engines in the scene"); System.out.println(" -nocaustics Disable any caustic engine in the scene"); System.out.println(" -pathgi n Use path tracing with n samples to render global illumination"); System.out.println(" -quick_ambocc d Applies ambient occlusion to the scene with specified maximum distance"); System.out.println(" -quick_uvs Applies a surface uv visualization shader to the scene"); System.out.println(" -quick_normals Applies a surface normal visualization shader to the scene"); System.out.println(" -quick_id Renders using a unique color for each instance"); System.out.println(" -quick_prims Renders using a unique color for each primitive"); System.out.println(" -quick_gray Renders using a plain gray diffuse shader"); System.out.println(" -quick_wire Renders using a wireframe shader"); System.out.println(" -resolution w h Changes the render resolution to the specified width and height (in pixels)"); System.out.println(" -aa min max Overrides the image anti-aliasing depths"); System.out.println(" -samples n Overrides the image sample count (affects bucket and multipass samplers)"); System.out.println(" -bucket n order Changes the default bucket size to n pixels and the default order"); System.out.println(" -bake name Bakes a lightmap for the specified instance"); System.out.println(" -bakedir dir Selects the type of lightmap baking: dir=view or ortho"); System.out.println(" -filter type Selects the image filter to use"); System.out.println(" -bench Run several built-in scenes for benchmark purposes"); System.out.println(" -rtbench Run realtime ray-tracing benchmark"); System.out.println(" -frame n Set frame number to the specified value"); System.out.println(" -anim n1 n2 Render all frames between the two specified values (inclusive)"); System.out.println(" -translate file Translate input scene to the specified filename"); System.out.println(" -v verbosity Set the verbosity level: 0=none,1=errors,2=warnings,3=info,4=detailed"); System.out.println(" -h Prints this message"); } System.exit(1); } public static void main(String[] args) { if (args.length > 0) { boolean showFrame = true; String sampler = null; boolean noRender = false; String filename = null; String input = null; int i = 0; int threads = 0; boolean lowPriority = true; boolean showAA = false; boolean noGI = false; boolean noCaustics = false; int pathGI = 0; float maxDist = 0; String shaderOverride = null; int resolutionW = 0, resolutionH = 0; int aaMin = -5, aaMax = -5; int samples = -1; int bucketSize = 0; String bucketOrder = null; String bakingName = null; boolean bakeViewdep = false; String filterType = null; boolean runBenchmark = false; boolean runRTBenchmark = false; String translateFilename = null; int frameStart = 1, frameStop = 1; while (i < args.length) { if (args[i].equals("-o")) { if (i > args.length - 2) usage(false); filename = args[i + 1]; i += 2; } else if (args[i].equals("-nogui")) { showFrame = false; i++; } else if (args[i].equals("-ipr")) { sampler = "ipr"; i++; } else if (args[i].equals("-threads")) { if (i > args.length - 2) usage(false); threads = Integer.parseInt(args[i + 1]); i += 2; } else if (args[i].equals("-lopri")) { lowPriority = true; i++; } else if (args[i].equals("-hipri")) { lowPriority = false; i++; } else if (args[i].equals("-sampler")) { if (i > args.length - 2) usage(false); sampler = args[i + 1]; i += 2; } else if (args[i].equals("-smallmesh")) { TriangleMesh.setSmallTriangles(true); i++; } else if (args[i].equals("-dumpkd")) { KDTree.setDumpMode(true, "kdtree"); i++; } else if (args[i].equals("-buildonly")) { noRender = true; i++; } else if (args[i].equals("-showaa")) { showAA = true; i++; } else if (args[i].equals("-nogi")) { noGI = true; i++; } else if (args[i].equals("-nocaustics")) { noCaustics = true; i++; } else if (args[i].equals("-pathgi")) { if (i > args.length - 2) usage(false); pathGI = Integer.parseInt(args[i + 1]); i += 2; } else if (args[i].equals("-quick_ambocc")) { if (i > args.length - 2) usage(false); maxDist = Float.parseFloat(args[i + 1]); shaderOverride = "ambient_occlusion"; // new // AmbientOcclusionShader(Color.WHITE, // d); i += 2; } else if (args[i].equals("-quick_uvs")) { if (i > args.length - 1) usage(false); shaderOverride = "show_uvs"; i++; } else if (args[i].equals("-quick_normals")) { if (i > args.length - 1) usage(false); shaderOverride = "show_normals"; i++; } else if (args[i].equals("-quick_id")) { if (i > args.length - 1) usage(false); shaderOverride = "show_instance_id"; i++; } else if (args[i].equals("-quick_prims")) { if (i > args.length - 1) usage(false); shaderOverride = "show_primitive_id"; i++; } else if (args[i].equals("-quick_gray")) { if (i > args.length - 1) usage(false); shaderOverride = "quick_gray"; i++; } else if (args[i].equals("-quick_wire")) { if (i > args.length - 1) usage(false); shaderOverride = "wireframe"; i++; } else if (args[i].equals("-resolution")) { if (i > args.length - 3) usage(false); resolutionW = Integer.parseInt(args[i + 1]); resolutionH = Integer.parseInt(args[i + 2]); i += 3; } else if (args[i].equals("-aa")) { if (i > args.length - 3) usage(false); aaMin = Integer.parseInt(args[i + 1]); aaMax = Integer.parseInt(args[i + 2]); i += 3; } else if (args[i].equals("-samples")) { if (i > args.length - 2) usage(false); samples = Integer.parseInt(args[i+1]); i += 2; } else if (args[i].equals("-bucket")) { if (i > args.length - 3) usage(false); bucketSize = Integer.parseInt(args[i + 1]); bucketOrder = args[i + 2]; i += 3; } else if (args[i].equals("-bake")) { if (i > args.length - 2) usage(false); bakingName = args[i + 1]; i += 2; } else if (args[i].equals("-bakedir")) { if (i > args.length - 2) usage(false); String baketype = args[i + 1]; if (baketype.equals("view")) bakeViewdep = true; else if (baketype.equals("ortho")) bakeViewdep = false; else usage(false); i += 2; } else if (args[i].equals("-filter")) { if (i > args.length - 2) usage(false); filterType = args[i + 1]; i += 2; } else if (args[i].equals("-bench")) { runBenchmark = true; i++; } else if (args[i].equals("-rtbench")) { runRTBenchmark = true; i++; } else if (args[i].equals("-frame")) { if (i > args.length - 2) usage(false); frameStart = frameStop = Integer.parseInt(args[i + 1]); i += 2; } else if (args[i].equals("-anim")) { if (i > args.length - 3) usage(false); frameStart = Integer.parseInt(args[i + 1]); frameStop = Integer.parseInt(args[i + 2]); i += 3; } else if (args[i].equals("-v")) { if (i > args.length - 2) usage(false); UI.verbosity(Integer.parseInt(args[i + 1])); i += 2; } else if (args[i].equals("-translate")) { if (i > args.length - 2) usage(false); translateFilename = args[i + 1]; i += 2; } else if (args[i].equals("-h") || args[i].equals("-help")) { usage(true); } else { if (input != null) usage(false); input = args[i]; i++; } } if (runBenchmark) { SunflowAPI.runSystemCheck(); new Benchmark().execute(); return; } if (runRTBenchmark) { SunflowAPI.runSystemCheck(); new RealtimeBenchmark(showFrame, threads); return; } if (input == null) usage(false); SunflowAPI.runSystemCheck(); if (translateFilename != null) { SunflowAPI.translate(input, translateFilename); return; } if (frameStart < frameStop && showFrame) { UI.printWarning(Module.GUI, "Animations should not be rendered without -nogui - forcing GUI off anyway"); showFrame = false; } if (frameStart < frameStop && filename == null) { filename = "output.#.png"; UI.printWarning(Module.GUI, "Animation output was not specified - defaulting to: \"%s\"", filename); } for (int frameNumber = frameStart; frameNumber <= frameStop; frameNumber++) { SunflowAPI api = SunflowAPI.create(input, frameNumber); if (api == null) continue; if (noRender) continue; if (resolutionW > 0 && resolutionH > 0) { api.parameter("resolutionX", resolutionW); api.parameter("resolutionY", resolutionH); } if (aaMin != -5 || aaMax != -5) { api.parameter("aa.min", aaMin); api.parameter("aa.max", aaMax); } if (samples >= 0) api.parameter("aa.samples", samples); if (bucketSize > 0) api.parameter("bucket.size", bucketSize); if (bucketOrder != null) api.parameter("bucket.order", bucketOrder); api.parameter("aa.display", showAA); api.parameter("threads", threads); api.parameter("threads.lowPriority", lowPriority); if (bakingName != null) { api.parameter("baking.instance", bakingName); api.parameter("baking.viewdep", bakeViewdep); } if (filterType != null) api.parameter("filter", filterType); if (noGI) api.parameter("gi.engine", "none"); else if (pathGI > 0) { api.parameter("gi.engine", "path"); api.parameter("gi.path.samples", pathGI); } if (noCaustics) api.parameter("caustics", "none"); if (sampler != null) api.parameter("sampler", sampler); api.options(SunflowAPI.DEFAULT_OPTIONS); if (shaderOverride != null) { if (shaderOverride.equals("ambient_occlusion")) api.parameter("maxdist", maxDist); api.shader("cmdline_override", shaderOverride); api.parameter("override.shader", "cmdline_override"); api.parameter("override.photons", true); api.options(SunflowAPI.DEFAULT_OPTIONS); } // create display Display display; String currentFilename = (filename != null) ? filename.replace("#", String.format("%04d", frameNumber)) : null; if (showFrame) { display = new FrameDisplay(currentFilename); } else { if (currentFilename != null && currentFilename.equals("imgpipe")) { display = new ImgPipeDisplay(); } else display = new FileDisplay(currentFilename); } api.render(SunflowAPI.DEFAULT_OPTIONS, display); } } else { MetalLookAndFeel.setCurrentTheme(new DefaultMetalTheme()); SunflowGUI gui = new SunflowGUI(); gui.setVisible(true); Dimension screenRes = Toolkit.getDefaultToolkit().getScreenSize(); if (screenRes.getWidth() <= DEFAULT_WIDTH || screenRes.getHeight() <= DEFAULT_HEIGHT) gui.setExtendedState(MAXIMIZED_BOTH); gui.tileWindowMenuItem.doClick(); SunflowAPI.runSystemCheck(); } } public SunflowGUI() { super(); currentFile = null; lastSaveDirectory = null; api = null; initGUI(); pack(); setLocationRelativeTo(null); newFileMenuItemActionPerformed(null); UI.set(this); } private void initGUI() { setTitle("Sunflow v" + SunflowAPI.VERSION); setDefaultCloseOperation(EXIT_ON_CLOSE); { desktop = new JDesktopPane(); getContentPane().add(desktop, BorderLayout.CENTER); Dimension screenRes = Toolkit.getDefaultToolkit().getScreenSize(); if (screenRes.getWidth() <= DEFAULT_WIDTH || screenRes.getHeight() <= DEFAULT_HEIGHT) desktop.setPreferredSize(new java.awt.Dimension(640, 480)); else desktop.setPreferredSize(new java.awt.Dimension(DEFAULT_WIDTH, DEFAULT_HEIGHT)); { imagePanelFrame = new JInternalFrame(); desktop.add(imagePanelFrame); { jPanel1 = new JPanel(); FlowLayout jPanel1Layout = new FlowLayout(); jPanel1Layout.setAlignment(FlowLayout.LEFT); jPanel1.setLayout(jPanel1Layout); imagePanelFrame.getContentPane().add(jPanel1, BorderLayout.NORTH); { renderButton = new JButton(); jPanel1.add(renderButton); renderButton.setText("Render"); renderButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { renderMenuItemActionPerformed(evt); } }); } { iprButton = new JButton(); jPanel1.add(iprButton); iprButton.setText("IPR"); iprButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { iprMenuItemActionPerformed(evt); } }); } } { imagePanel = new ImagePanel(); imagePanelFrame.getContentPane().add(imagePanel, BorderLayout.CENTER); } imagePanelFrame.pack(); imagePanelFrame.setResizable(true); imagePanelFrame.setMaximizable(true); imagePanelFrame.setVisible(true); imagePanelFrame.setTitle("Image"); imagePanelFrame.setIconifiable(true); } { editorFrame = new JInternalFrame(); desktop.add(editorFrame); editorFrame.setTitle("Script Editor"); editorFrame.setMaximizable(true); editorFrame.setResizable(true); editorFrame.setIconifiable(true); { jScrollPane1 = new JScrollPane(); editorFrame.getContentPane().add(jScrollPane1, BorderLayout.CENTER); jScrollPane1.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS); jScrollPane1.setPreferredSize(new java.awt.Dimension(360, 280)); { editorTextArea = new JTextArea(); jScrollPane1.setViewportView(editorTextArea); editorTextArea.setFont(new java.awt.Font("Monospaced", 0, 12)); // drag and drop editorTextArea.setTransferHandler(new SceneTransferHandler()); } } { jPanel3 = new JPanel(); editorFrame.getContentPane().add(jPanel3, BorderLayout.SOUTH); FlowLayout jPanel3Layout = new FlowLayout(); jPanel3Layout.setAlignment(FlowLayout.RIGHT); jPanel3.setLayout(jPanel3Layout); { buildButton = new JButton(); jPanel3.add(buildButton); buildButton.setText("Build Scene"); buildButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { buildMenuItemActionPerformed(evt); } }); } } editorFrame.pack(); editorFrame.setVisible(true); } { consoleFrame = new JInternalFrame(); desktop.add(consoleFrame); consoleFrame.setIconifiable(true); consoleFrame.setMaximizable(true); consoleFrame.setResizable(true); consoleFrame.setTitle("Console"); { jScrollPane2 = new JScrollPane(); consoleFrame.getContentPane().add(jScrollPane2, BorderLayout.CENTER); jScrollPane2.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS); jScrollPane2.setPreferredSize(new java.awt.Dimension(360, 100)); { consoleTextArea = new JTextArea(); jScrollPane2.setViewportView(consoleTextArea); consoleTextArea.setFont(new java.awt.Font("Monospaced", 0, 12)); consoleTextArea.setEditable(false); } } { jPanel4 = new JPanel(); consoleFrame.getContentPane().add(jPanel4, BorderLayout.SOUTH); BorderLayout jPanel4Layout = new BorderLayout(); jPanel4.setLayout(jPanel4Layout); { jPanel6 = new JPanel(); BorderLayout jPanel6Layout = new BorderLayout(); jPanel6.setLayout(jPanel6Layout); jPanel4.add(jPanel6, BorderLayout.CENTER); jPanel6.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 0)); { taskProgressBar = new JProgressBar(); jPanel6.add(taskProgressBar); taskProgressBar.setEnabled(false); taskProgressBar.setString(""); taskProgressBar.setStringPainted(true); taskProgressBar.setOpaque(false); } } { jPanel5 = new JPanel(); FlowLayout jPanel5Layout = new FlowLayout(); jPanel5Layout.setAlignment(FlowLayout.RIGHT); jPanel5.setLayout(jPanel5Layout); jPanel4.add(jPanel5, BorderLayout.EAST); { taskCancelButton = new JButton(); jPanel5.add(taskCancelButton); taskCancelButton.setText("Cancel"); taskCancelButton.setEnabled(false); taskCancelButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { UI.taskCancel(); } }); } { clearConsoleButton = new JButton(); jPanel5.add(clearConsoleButton); clearConsoleButton.setText("Clear"); clearConsoleButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { clearConsole(); } }); } } } consoleFrame.pack(); consoleFrame.setVisible(true); } } { jMenuBar1 = new JMenuBar(); setJMenuBar(jMenuBar1); { fileMenu = new JMenu(); jMenuBar1.add(fileMenu); fileMenu.setText("File"); { newFileMenuItem = new JMenuItem(); fileMenu.add(newFileMenuItem); newFileMenuItem.setText("New"); newFileMenuItem.setAccelerator(KeyStroke.getKeyStroke("ctrl N")); newFileMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { newFileMenuItemActionPerformed(evt); } }); } { openFileMenuItem = new JMenuItem(); fileMenu.add(openFileMenuItem); openFileMenuItem.setText("Open ..."); openFileMenuItem.setAccelerator(KeyStroke.getKeyStroke("ctrl O")); openFileMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { openFileMenuItemActionPerformed(evt); } }); } { saveMenuItem = new JMenuItem(); fileMenu.add(saveMenuItem); saveMenuItem.setText("Save"); saveMenuItem.setAccelerator(KeyStroke.getKeyStroke("ctrl S")); saveMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { saveCurrentFile(currentFile); } }); } { saveAsMenuItem = new JMenuItem(); fileMenu.add(saveAsMenuItem); saveAsMenuItem.setText("Save As ..."); saveAsMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { saveAsMenuItemActionPerformed(evt); } }); } { jSeparator2 = new JSeparator(); fileMenu.add(jSeparator2); } { exitMenuItem = new JMenuItem(); fileMenu.add(exitMenuItem); exitMenuItem.setText("Exit"); exitMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { System.exit(0); } }); } } { sceneMenu = new JMenu(); jMenuBar1.add(sceneMenu); sceneMenu.setText("Scene"); { buildMenuItem = new JMenuItem(); sceneMenu.add(buildMenuItem); buildMenuItem.setText("Build"); buildMenuItem.setAccelerator(KeyStroke.getKeyStroke("ctrl B")); buildMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { if (sceneMenu.isEnabled()) buildMenuItemActionPerformed(evt); } }); } { autoBuildMenuItem = new JCheckBoxMenuItem(); sceneMenu.add(autoBuildMenuItem); autoBuildMenuItem.setText("Build on open"); autoBuildMenuItem.setSelected(true); } { jSeparator3 = new JSeparator(); sceneMenu.add(jSeparator3); } { renderMenuItem = new JMenuItem(); sceneMenu.add(renderMenuItem); renderMenuItem.setText("Render"); renderMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { renderMenuItemActionPerformed(evt); } }); } { iprMenuItem = new JMenuItem(); sceneMenu.add(iprMenuItem); iprMenuItem.setText("IPR"); iprMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { iprMenuItemActionPerformed(evt); } }); } { clearLogMenuItem = new JCheckBoxMenuItem(); sceneMenu.add(clearLogMenuItem); clearLogMenuItem.setText("Auto Clear Log"); clearLogMenuItem.setToolTipText("Clears the console before building or rendering"); clearLogMenuItem.setSelected(true); } { jSeparator4 = new JSeparator(); sceneMenu.add(jSeparator4); } { textureCacheClearMenuItem = new JMenuItem(); sceneMenu.add(textureCacheClearMenuItem); textureCacheClearMenuItem.setText("Clear Texture Cache"); textureCacheClearMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { textureCacheClearMenuItemActionPerformed(evt); } }); } { smallTrianglesMenuItem = new JCheckBoxMenuItem(); sceneMenu.add(smallTrianglesMenuItem); smallTrianglesMenuItem.setText("Low Mem Triangles"); smallTrianglesMenuItem.setToolTipText("Load future meshes using a low memory footprint triangle representation"); smallTrianglesMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { smallTrianglesMenuItemActionPerformed(evt); } }); } } { imageMenu = new JMenu(); jMenuBar1.add(imageMenu); imageMenu.setText("Image"); { resetZoomMenuItem = new JMenuItem(); imageMenu.add(resetZoomMenuItem); resetZoomMenuItem.setText("Reset Zoom"); resetZoomMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { imagePanel.reset(); } }); } { fitWindowMenuItem = new JMenuItem(); imageMenu.add(fitWindowMenuItem); fitWindowMenuItem.setText("Fit to Window"); fitWindowMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { imagePanel.fit(); } }); } { jSeparator1 = new JSeparator(); imageMenu.add(jSeparator1); } { jMenuItem4 = new JMenuItem(); imageMenu.add(jMenuItem4); jMenuItem4.setText("Save Image ..."); jMenuItem4.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { // imagePanel.image; JFileChooser fc = new JFileChooser("."); fc.setFileFilter(new FileFilter() { @Override public String getDescription() { return "Image File"; } @Override public boolean accept(File f) { return (f.isDirectory() || f.getName().endsWith(".png") || f.getName().endsWith(".tga")); } }); if (fc.showSaveDialog(SunflowGUI.this) == JFileChooser.APPROVE_OPTION) { String filename = fc.getSelectedFile().getAbsolutePath(); imagePanel.save(filename); } } }); } } { windowMenu = new JMenu(); jMenuBar1.add(windowMenu); windowMenu.setText("Window"); } { imageWindowMenuItem = new JMenuItem(); windowMenu.add(imageWindowMenuItem); imageWindowMenuItem.setText("Image"); imageWindowMenuItem.setAccelerator(KeyStroke.getKeyStroke("ctrl 1")); imageWindowMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { selectFrame(imagePanelFrame); } }); } { editorWindowMenuItem = new JMenuItem(); windowMenu.add(editorWindowMenuItem); editorWindowMenuItem.setText("Script Editor"); editorWindowMenuItem.setAccelerator(KeyStroke.getKeyStroke("ctrl 2")); editorWindowMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { selectFrame(editorFrame); } }); } { consoleWindowMenuItem = new JMenuItem(); windowMenu.add(consoleWindowMenuItem); consoleWindowMenuItem.setText("Console"); consoleWindowMenuItem.setAccelerator(KeyStroke.getKeyStroke("ctrl 3")); consoleWindowMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { selectFrame(consoleFrame); } }); } { jSeparator5 = new JSeparator(); windowMenu.add(jSeparator5); } { tileWindowMenuItem = new JMenuItem(); windowMenu.add(tileWindowMenuItem); tileWindowMenuItem.setText("Tile"); tileWindowMenuItem.setAccelerator(KeyStroke.getKeyStroke("ctrl T")); tileWindowMenuItem.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { tileWindowMenuItemActionPerformed(evt); } }); } } } private void newFileMenuItemActionPerformed(ActionEvent evt) { if (evt != null) { // check save? } // put some template code into the editor String template = "import org.sunflow.core.*;\nimport org.sunflow.core.accel.*;\nimport org.sunflow.core.camera.*;\nimport org.sunflow.core.primitive.*;\nimport org.sunflow.core.shader.*;\nimport org.sunflow.image.Color;\nimport org.sunflow.math.*;\n\npublic void build() {\n // your code goes here\n\n}\n"; editorTextArea.setText(template); } private void openFileMenuItemActionPerformed(ActionEvent evt) { JFileChooser fc = new JFileChooser("."); if (lastSaveDirectory != null) fc.setCurrentDirectory(lastSaveDirectory); fc.setFileFilter(new FileFilter() { @Override public String getDescription() { return "Scene File"; } @Override public boolean accept(File f) { return (f.isDirectory() || f.getName().endsWith(".sc") || f.getName().endsWith(".java")); } }); if (fc.showOpenDialog(SunflowGUI.this) == JFileChooser.APPROVE_OPTION) { final String f = fc.getSelectedFile().getAbsolutePath(); openFile(f); lastSaveDirectory = fc.getSelectedFile().getParentFile(); } } private void buildMenuItemActionPerformed(ActionEvent evt) { new Thread() { @Override public void run() { setEnableInterface(false); if (clearLogMenuItem.isSelected()) clearConsole(); Timer t = new Timer(); t.start(); try { api = SunflowAPI.compile(editorTextArea.getText()); } catch (NoClassDefFoundError e) { UI.printError(Module.GUI, "Janino library not found. Please check command line."); api = null; } if (api != null) { try { if (currentFile != null) { String dir = new File(currentFile).getAbsoluteFile().getParent(); api.searchpath("texture", dir); api.searchpath("include", dir); } api.build(); } catch (Exception e) { UI.printError(Module.GUI, "Build terminated abnormally: %s", e.getMessage()); for (StackTraceElement elt : e.getStackTrace()) { UI.printInfo(Module.GUI, " at %s", elt.toString()); } e.printStackTrace(); } t.end(); UI.printInfo(Module.GUI, "Build time: %s", t.toString()); } setEnableInterface(true); } }.start(); } private void clearConsole() { consoleTextArea.setText(null); } private void println(final String s) { SwingUtilities.invokeLater(new Runnable() { public void run() { consoleTextArea.append(s + "\n"); } }); } private void setEnableInterface(boolean enabled) { // lock or unlock options which are unsafe during builds or renders newFileMenuItem.setEnabled(enabled); openFileMenuItem.setEnabled(enabled); saveMenuItem.setEnabled(enabled); saveAsMenuItem.setEnabled(enabled); sceneMenu.setEnabled(enabled); buildButton.setEnabled(enabled); renderButton.setEnabled(enabled); iprButton.setEnabled(enabled); } public void print(Module m, PrintLevel level, String s) { if (level == PrintLevel.ERROR) JOptionPane.showMessageDialog(SunflowGUI.this, s, String.format("Error - %s", m.name()), JOptionPane.ERROR_MESSAGE); println(UI.formatOutput(m, level, s)); } public void taskStart(String s, int min, int max) { currentTask = s; currentTaskLastP = -1; final int taskMin = min; final int taskMax = max; SwingUtilities.invokeLater(new Runnable() { public void run() { taskProgressBar.setEnabled(true); taskCancelButton.setEnabled(true); taskProgressBar.setMinimum(taskMin); taskProgressBar.setMaximum(taskMax); taskProgressBar.setValue(taskMin); taskProgressBar.setString(currentTask); } }); } public void taskUpdate(int current) { final int taskCurrent = current; final String taskString = currentTask; SwingUtilities.invokeLater(new Runnable() { public void run() { taskProgressBar.setValue(taskCurrent); int p = (int) (100.0 * taskProgressBar.getPercentComplete()); if (p > currentTaskLastP) { taskProgressBar.setString(taskString + " [" + p + "%]"); currentTaskLastP = p; } } }); } public void taskStop() { SwingUtilities.invokeLater(new Runnable() { public void run() { taskProgressBar.setValue(taskProgressBar.getMinimum()); taskProgressBar.setString(""); taskProgressBar.setEnabled(false); taskCancelButton.setEnabled(false); } }); } private void renderMenuItemActionPerformed(ActionEvent evt) { new Thread() { @Override public void run() { setEnableInterface(false); if (clearLogMenuItem.isSelected()) clearConsole(); if (api != null) { api.parameter("sampler", "bucket"); api.options(SunflowAPI.DEFAULT_OPTIONS); api.render(SunflowAPI.DEFAULT_OPTIONS, imagePanel); } else UI.printError(Module.GUI, "Nothing to render!"); setEnableInterface(true); } }.start(); } private void iprMenuItemActionPerformed(ActionEvent evt) { new Thread() { @Override public void run() { setEnableInterface(false); if (clearLogMenuItem.isSelected()) clearConsole(); if (api != null) { api.parameter("sampler", "ipr"); api.options(SunflowAPI.DEFAULT_OPTIONS); api.render(SunflowAPI.DEFAULT_OPTIONS, imagePanel); } else UI.printError(Module.GUI, "Nothing to IPR!"); setEnableInterface(true); } }.start(); } private void textureCacheClearMenuItemActionPerformed(ActionEvent evt) { TextureCache.flush(); } private void smallTrianglesMenuItemActionPerformed(ActionEvent evt) { TriangleMesh.setSmallTriangles(smallTrianglesMenuItem.isSelected()); } private void saveAsMenuItemActionPerformed(ActionEvent evt) { JFileChooser fc = new JFileChooser("."); if (lastSaveDirectory != null) fc.setCurrentDirectory(lastSaveDirectory); fc.setFileFilter(new FileFilter() { @Override public String getDescription() { return "Scene File"; } @Override public boolean accept(File f) { return (f.isDirectory() || f.getName().endsWith(".java")); } }); if (fc.showSaveDialog(SunflowGUI.this) == JFileChooser.APPROVE_OPTION) { String f = fc.getSelectedFile().getAbsolutePath(); if (!f.endsWith(".java")) f += ".java"; File file = new File(f); if (!file.exists() || JOptionPane.showConfirmDialog(SunflowGUI.this, "This file already exists.\nOverwrite?", "Warning", JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION) { // save file saveCurrentFile(f); lastSaveDirectory = file.getParentFile(); } } } private void saveCurrentFile(String filename) { if (filename == null) { // no filename was picked, go to save as dialog saveAsMenuItemActionPerformed(null); return; } FileWriter file; try { file = new FileWriter(filename); // get text from editor pane file.write(editorTextArea.getText()); file.close(); // update current filename currentFile = filename; UI.printInfo(Module.GUI, "Saved current script to \"%s\"", filename); } catch (IOException e) { UI.printError(Module.GUI, "Unable to save: \"%s\"", filename); e.printStackTrace(); } } private void selectFrame(JInternalFrame frame) { try { frame.setSelected(true); frame.setIcon(false); } catch (PropertyVetoException e) { // this should never happen e.printStackTrace(); } } private void tileWindowMenuItemActionPerformed(ActionEvent evt) { try { if (imagePanelFrame.isIcon()) imagePanelFrame.setIcon(false); if (editorFrame.isIcon()) editorFrame.setIcon(false); if (consoleFrame.isIcon()) consoleFrame.setIcon(false); int width = desktop.getWidth(); int height = desktop.getHeight(); int widthLeft = width * 7 / 12; int widthRight = width - widthLeft; int pad = 2; int pad2 = pad + pad; imagePanelFrame.reshape(pad, pad, widthLeft - pad2, height - pad2); editorFrame.reshape(pad + widthLeft, pad, widthRight - pad2, height / 2 - pad2); consoleFrame.reshape(pad + widthLeft, pad + height / 2, widthRight - pad2, height / 2 - pad2); } catch (PropertyVetoException e) { e.printStackTrace(); } } private void openFile(String filename) { if (filename.endsWith(".java")) { // read the file line by line String code = ""; FileReader file; try { file = new FileReader(filename); BufferedReader bf = new BufferedReader(file); while (true) { String line; line = bf.readLine(); if (line == null) break; code += line; code += "\n"; } file.close(); editorTextArea.setText(code); } catch (FileNotFoundException e) { UI.printError(Module.GUI, "Unable to load: \"%s\"", filename); return; } catch (IOException e) { UI.printError(Module.GUI, "Unable to load: \"%s\"", filename); return; } // loade went ok, use filename as current currentFile = filename; UI.printInfo(Module.GUI, "Loaded script: \"%s\"", filename); } else if (filename.endsWith(".sc")) { String template = "import org.sunflow.core.*;\nimport org.sunflow.core.accel.*;\nimport org.sunflow.core.camera.*;\nimport org.sunflow.core.primitive.*;\nimport org.sunflow.core.shader.*;\nimport org.sunflow.image.Color;\nimport org.sunflow.math.*;\n\npublic void build() {\n include(\"" + filename.replace("\\", "\\\\") + "\");\n}\n"; editorTextArea.setText(template); // no java file associated currentFile = null; UI.printInfo(Module.GUI, "Created template for \"%s\"", filename); } else { UI.printError(Module.GUI, "Unknown file format selected"); return; } editorTextArea.setCaretPosition(0); if (autoBuildMenuItem.isSelected()) { // try to compile the code we just loaded buildMenuItemActionPerformed(null); } } private class SceneTransferHandler extends TransferHandler { @Override public boolean importData(JComponent c, Transferable t) { if (!sceneMenu.isEnabled()) return false; // can I import it? if (!canImport(c, t.getTransferDataFlavors())) { return false; } try { // get a List of Files List files = (java.util.List) t.getTransferData(DataFlavor.javaFileListFlavor); for (int i = 0; i < files.size(); i++) { final File file = (File) files.get(i); String filename = file.getAbsolutePath(); // check extension if (filename.endsWith(".sc") || filename.endsWith(".java")) { openFile(filename); // load only one file at a time, stop here break; } } } catch (Exception exp) { // debug exp.printStackTrace(); } return false; } @Override public boolean canImport(JComponent c, DataFlavor[] flavors) { // Just a quick check to see if a file can be accepted at this time // Are there any files around? for (int i = 0; i < flavors.length; i++) { if (flavors[i].isFlavorJavaFileListType()) return true; } // guess not return false; } } }sunflow.bat0000644000175000017500000000022511301357557012275 0ustar user03user03@set javadir="c:\program files\java\jdk1.6.0" @set mem=1G @%javadir%\bin\java -Xmx%mem% -server -jar sunflow.jar %* @if %errorlevel% neq 0 pause sunflow.sh0000644000175000017500000000007611301357557012145 0ustar user03user03#!/bin/sh mem=1G java -Xmx$mem -server -jar sunflow.jar $* .externalToolBuilders/0000755000175000017500000000000011330414137014327 5ustar user03user03.externalToolBuilders/Ant Build.launch0000644000175000017500000000263711330414137017275 0ustar user03user03 .classpath0000644000175000017500000000043511330406464012070 0ustar user03user03 .settings/0000755000175000017500000000000011330406464012021 5ustar user03user03.settings/org.eclipse.ltk.core.refactoring.prefs0000644000175000017500000000021111330406464021310 0ustar user03user03#Sat Sep 23 11:47:05 CDT 2006 eclipse.preferences.version=1 org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false .settings/org.eclipse.jdt.ui.prefs0000644000175000017500000000043711330406464016474 0ustar user03user03#Sat Sep 23 11:47:05 CDT 2006 eclipse.preferences.version=1 formatter_profile=_Sunflow Conventions formatter_settings_version=10 internal.default.compliance=default org.eclipse.jdt.ui.text.custom_code_templates= .settings/org.eclipse.jdt.core.prefs0000644000175000017500000005243511330406464017014 0ustar user03user03#Sun Nov 19 15:00:49 CST 2006 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=1.5 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.5 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 org.eclipse.jdt.core.formatter.blank_lines_before_field=0 org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 org.eclipse.jdt.core.formatter.blank_lines_before_method=1 org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=0 org.eclipse.jdt.core.formatter.blank_lines_before_package=0 org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line org.eclipse.jdt.core.formatter.comment.clear_blank_lines=true org.eclipse.jdt.core.formatter.comment.format_comments=true org.eclipse.jdt.core.formatter.comment.format_header=true org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_source_code=true org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert org.eclipse.jdt.core.formatter.comment.line_length=80 org.eclipse.jdt.core.formatter.compact_else_if=true org.eclipse.jdt.core.formatter.continuation_indentation=2 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.lineSplit=80 org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true org.eclipse.jdt.core.formatter.tabulation.char=space org.eclipse.jdt.core.formatter.tabulation.size=4 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false .project0000644000175000017500000000130711330406464011553 0ustar user03user03 sunflow org.eclipse.jdt.core.javabuilder org.eclipse.ui.externaltools.ExternalToolBuilder full,incremental, LaunchConfigHandle <project>/.externalToolBuilders/Ant Build.launch org.eclipse.jdt.core.javanature